Atlas 2.3.0 Release
diff --git a/2.3.0/api/v2/application.wadl b/2.3.0/api/v2/application.wadl
new file mode 100644
index 0000000..555919f
--- /dev/null
+++ b/2.3.0/api/v2/application.wadl
@@ -0,0 +1,2413 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<?enunciate-assumed-base-uri ./?>
+<wadl:application xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+  <wadl:doc xmlns:enunciate="http://enunciate.webcohesion.com/" enunciate:generatedBy="Enunciate-2.0"/>
+  
+  <wadl:grammars>
+    <wadl:include href="ns0.xsd"/>
+  </wadl:grammars>
+
+  <wadl:resources base="./">
+
+    <wadl:resource path="v2/entity">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Create new entity or update existing entity in Atlas.
+Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Retrieve all glossaries registered with Atlas]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[Sort order, ASC (default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[List of glossary entities fitting the above criteria]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Create a glossary]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[Glossary definition, terms & categories can be anchored to a glossary
+using the anchor attribute when creating the Term/Category]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If Glossary definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="409">
+          <wadl:doc><![CDATA[If Glossary definition already exists (duplicate qualifiedName)]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/relationship">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Create a new relationship between entities.]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/relationship">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Update an existing relationship between entities.]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/bulk">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Bulk API to retrieve list of entities identified by its GUIDs.]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="guid" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="ignoreRelationships" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="minExtInfo" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/bulk">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Bulk API to create new entities or updates existing entities in Atlas.
+Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/bulk">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Bulk API to delete list of entities identified by its GUIDs]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="guid" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/categories">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Create glossary category in bulk]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[glossary category definitions]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If ANY Glossary category definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/category">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Create glossary category]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[glossary category definition, a category must be anchored to a Glossary when creating
+Optionally, terms belonging to the category and the hierarchy can also be defined during creation]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If Glossary category definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="409">
+          <wadl:doc><![CDATA[If Glossary category already exists (duplicate qualifiedName)]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/import">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Upload glossary file for creating AtlasGlossaryTerms in bulk]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="multipart/form-data">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If Glossary term definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="409">
+          <wadl:doc><![CDATA[If Glossary term already exists (duplicate qualifiedName)]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/term">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Create a glossary term]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[Glossary term definition, a term must be anchored to a Glossary at the time of creation
+optionally it can be categorized as well]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If Glossary term definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="409">
+          <wadl:doc><![CDATA[If Glossary term already exists (duplicate qualifiedName)]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/terms">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Create glossary terms in bulk]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[glossary term definitions]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If any glossary term definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get a specific Glossary]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary GUID is invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique glossary identifier]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Update the given glossary]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[Updated glossary definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If Glossary definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Delete a glossary]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="204">
+          <wadl:doc><![CDATA[If glossary delete was successful]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/lineage/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Returns lineage info about entity.]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="depth" style="query">
+            <wadl:doc><![CDATA[- number of hops for lineage]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="direction" style="query">
+            <wadl:doc><![CDATA[- input, output or both]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Bad query parameters]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If no lineage is found for the given entity]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[AtlasLineageInfo]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[- unique entity id]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/lineage/{guid}">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Returns lineage info about entity.]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Bad query parameters]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If no lineage is found for the given entity]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[AtlasLineageInfo]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/attribute">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Retrieve data for the specified attribute search query]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="attrName" style="query">
+            <wadl:doc><![CDATA[Attribute name]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="attrValuePrefix" style="query">
+            <wadl:doc><![CDATA[Attibute value to search on]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="typeName" style="query">
+            <wadl:doc><![CDATA[limit the result to only entities of specified type or its sub-types]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Invalid wildcard or query parameters]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Search results]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/basic">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Retrieve data for the specified fulltext query]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="classification" style="query">
+            <wadl:doc><![CDATA[limit the result to only entities tagged with the given classification or or its sub-types]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="excludeDeletedEntities" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="marker" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="query" style="query">
+            <wadl:doc><![CDATA[Fulltext query]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortBy" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortOrder" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="typeName" style="query">
+            <wadl:doc><![CDATA[limit the result to only entities of specified type or its sub-types]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Invalid fulltext or query parameters]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Search results]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/basic">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[Search parameters]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Tag/Entity doesn't exist or Tag/entity filter is present without tag/type name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/dsl">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Retrieve data for the specified DSL]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="classification" style="query">
+            <wadl:doc><![CDATA[limit the result to only entities tagged with the given classification or or its sub-types]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="query" style="query">
+            <wadl:doc><![CDATA[DSL query]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="typeName" style="query">
+            <wadl:doc><![CDATA[limit the result to only entities of specified type or its sub-types]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Invalid DSL or query parameters]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Search results]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/fulltext">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Retrieve data for the specified fulltext query]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="excludeDeletedEntities" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="query" style="query">
+            <wadl:doc><![CDATA[Fulltext query]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Invalid fulltext or query parameters]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Search results]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/quick">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="excludeDeletedEntities" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="query" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortBy" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortOrder" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="typeName" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Tag/Entity doesn't exist or Tag/entity filter is present without tag/type name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/quick">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Entity/attribute doesn't exist or entity filter is present without type name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/relations">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Relationship search to search for relations(edges)]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[RelationshipSearchParameters]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/relations">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Relationship search to search for relations(edges)]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="marker" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="relationshipName" style="query">
+            <wadl:doc><![CDATA[AtlasRelationshipType name]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortBy" style="query">
+            <wadl:doc><![CDATA[sort the result using this attribute name, default value is 'name']]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortOrder" style="query">
+            <wadl:doc><![CDATA[sorting order]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/relationship">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Relationship search to search for related entities satisfying the search parameters]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="attributes" style="query">
+            <wadl:doc><![CDATA[set of attributes in search result.]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="excludeDeletedEntities" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="getApproximateCount" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="guid" style="query">
+            <wadl:doc><![CDATA[Attribute name]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="includeClassificationAttributes" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="relation" style="query">
+            <wadl:doc><![CDATA[relationName]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortBy" style="query">
+            <wadl:doc><![CDATA[sort the result using this attribute name, default value is 'name']]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortOrder" style="query">
+            <wadl:doc><![CDATA[sorting order]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[guid is not a valid entity type or attributeName is not a valid relationship attribute]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[the saved search-object]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[the updated search-object]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="user" style="query">
+            <wadl:doc><![CDATA[User for whom the search is retrieved]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[list of all saved searches for given user]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/suggestions">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="fieldName" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="prefixString" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/typedefs">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Bulk retrieval API for retrieving all type definitions in Atlas]]></wadl:doc>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[A composite wrapper object with lists of all type definitions]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/typedefs">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Bulk create APIs for all atlas type definitions, only new definitions will be created.
+Any changes to the existing definitions will be discarded]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[A composite wrapper object with corresponding lists of the type definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[On validation failure for any type definitions]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[A composite wrapper object with lists of type definitions that were successfully
+created]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/typedefs">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Bulk update API for all types, changes detected in the type definitions would be persisted]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[A composite object that captures all type definition changes]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[On validation failure for any type definitions]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[A composite object with lists of type definitions that were updated]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/typedefs">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Bulk delete API for all types]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[A composite object that captures all types to be deleted]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="204">
+          <wadl:doc><![CDATA[On successful deletion of the requested type definitions]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[On validation failure for any type definitions]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/bulk/classification">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Bulk API to associate a tag to multiple entities.
+Option 1: List of GUIDs to associate a tag
+Option 2: Typename and list of uniq attributes for entities to associate a tag
+Option 3: List of GUIDs and Typename with list of uniq attributes for entities to associate a tag]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/bulk/headers">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="tagUpdateStartTime" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/bulk/setClassifications">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/businessmetadata/import">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Upload the file for creating Business Metadata in BULK]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="multipart/form-data">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If Business Metadata definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="409">
+          <wadl:doc><![CDATA[If Business Metadata already exists (duplicate qualifiedName)]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Fetch complete definition of an entity given its GUID.]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="ignoreRelationships" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="minExtInfo" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[AtlasEntity]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[GUID for the entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Entity Partial Update - Add/Update entity attribute identified by its GUID.
+Supports only uprimitive attribute type and entity references.
+does not support updation of complex types like arrays, maps
+Null updates are not possible]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:param name="name" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Delete an entity identified by its GUID.]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[GUID for the entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/{guid}/audit">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="auditAction" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="count" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortBy" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortOrder" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="startKey" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/category/{categoryGuid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get specific glossary category]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary category GUID is invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Glossary category]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="categoryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/category/{categoryGuid}">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Update the given glossary category]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[updated glossary category]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary category guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If Glossary category definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[glossary category]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="categoryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/category/{categoryGuid}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Delete a glossary category]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="204">
+          <wadl:doc><![CDATA[If glossary category delete was successful]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary category guid in invalid]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="categoryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/import/template">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get sample template for uploading/creating bulk AtlasGlossaryTerm]]></wadl:doc>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If the provided fileType is not supported]]></wadl:doc>
+        </wadl:response>
+        <wadl:response>
+          <wadl:doc><![CDATA[Template File]]></wadl:doc>
+          <wadl:representation mediaType="application/octet-stream"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/term/{termGuid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get specific glossary term]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary term GUID is invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Glossary term]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/term/{termGuid}">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Update the given glossary term]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[updated glossary term]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If Glossary temr definition has invalid or missing information]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Updated glossary term]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/term/{termGuid}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Delete a glossary term]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="204">
+          <wadl:doc><![CDATA[If glossary term delete was successful]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}/categories">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the categories belonging to a specific glossary]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[List of associated categories]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}/detailed">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get a specific Glossary]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary GUID is invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique glossary identifier]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}/partial">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Partially update the glossary]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If partial update parameters are invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Updated glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}/terms">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get terms belonging to a specific glossary]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[starting offset for loading terms]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[ASC(default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[List of terms associated with the glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/relationship/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get relationship information between entities using guid.]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="extendedInfo" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/relationship/guid/{guid}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Delete a relationship between entities using guid.]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved/{guid}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[Name of the saved search]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="user" style="query">
+            <wadl:doc><![CDATA[User for whom the search is retrieved]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[Name of the saved search]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/typedefs/headers">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Bulk retrieval API for all type definitions returned as a list of minimal information header]]></wadl:doc>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[List of AtlasTypeDefHeader AtlasTypeDefHeader]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/businessmetadata/import/template">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the sample Template for uploading/creating bulk BusinessMetaData]]></wadl:doc>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If the provided fileType is not supported]]></wadl:doc>
+        </wadl:response>
+        <wadl:response>
+          <wadl:doc><![CDATA[Template File]]></wadl:doc>
+          <wadl:representation mediaType="application/octet-stream"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/businessmetadata">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:param name="isOverwrite" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/businessmetadata">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/classifications">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Gets the list of classifications for a given entity represented by a guid.]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[a list of classifications for the given entity guid]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/classifications">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Adds classifications to an existing entity represented by a guid.]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/classifications">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Updates classifications to an existing entity represented by a guid.]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/header">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get entity header given its GUID.]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[AtlasEntity]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[GUID for the entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/labels">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Set labels to a given entity]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[- set of labels to be set to the entity]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[- Unique entity identifier]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/labels">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[delete given labels to a given entity]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[- Unique entity identifier]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/labels">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[add given labels to a given entity]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[- Unique entity identifier]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Fetch complete definition of an entity given its type and unique attribute.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName
+
+The REST request would look something like this
+
+GET /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="ignoreRelationships" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="minExtInfo" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[AtlasEntityWithExtInfo]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Entity Partial Update - Allows a subset of attributes to be updated on
+an entity which is identified by its type and unique attribute  eg: Referenceable.qualifiedName.
+Null updates are not possible
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName
+
+The REST request would look something like this
+
+PUT /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Delete an entity identified by its type and unique attributes.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName
+
+The REST request would look something like this
+
+DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[- entity type to be deleted]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/category/{categoryGuid}/partial">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Partially update the glossary category]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary category guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If category attributes are invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Updated glossary category]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="categoryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/category/{categoryGuid}/related">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get all related categories (parent and children)]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[List of related categories]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="categoryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/category/{categoryGuid}/terms">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get all terms associated with the specific category]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary category guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[List of associated terms]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="categoryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/term/{termGuid}/partial">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Partially update the glossary term]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If partial attributes are invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Updated glossary term]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/terms/{termGuid}/assignedEntities">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get all entity headers assigned with the specified term]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[GUID of the term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/terms/{termGuid}/assignedEntities">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Assign the given term to the provided list of entity headers]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[Related Entity IDs to which the term has to be associated]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="204">
+          <wadl:doc><![CDATA[If the term assignment was successful]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If ANY of the entity header is invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[Glossary term GUID]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/terms/{termGuid}/assignedEntities">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Remove the term assignment for the given list of entity headers]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[List of related entity IDs from which the term has to be dissociated]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="204">
+          <wadl:doc><![CDATA[If glossary term dissociation was successful]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If ANY of the entity header is invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[Glossary term GUID]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/terms/{termGuid}/assignedEntities">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Remove the term assignment for the given list of entity headers]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[List of related entity IDs from which the term has to be dissociated]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="204">
+          <wadl:doc><![CDATA[If glossary term dissociation was successful]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[If ANY of the entity header is invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[Glossary term GUID]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/terms/{termGuid}/related">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get all related terms for a specific term]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[List of all related terms]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="termGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}/categories/headers">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the categories belonging to a specific glossary]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[List of associated categories]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/glossary/{glossaryGuid}/terms/headers">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get term headers belonging to a specific glossary]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[starting offset for loading terms]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sort" style="query">
+            <wadl:doc><![CDATA[ASC(default) or DESC]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[List of terms associated with the glossary]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="glossaryGuid" style="template">
+        <wadl:doc><![CDATA[unique identifier for glossary]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/lineage/uniqueAttribute/type/{typeName}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Returns lineage info about entity.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="depth" style="query">
+            <wadl:doc><![CDATA[- number of hops for lineage]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="direction" style="query">
+            <wadl:doc><![CDATA[- input, output or both]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Bad query parameters]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If no lineage is found for the given entity]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[AtlasLineageInfo]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[- typeName of entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved/execute/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="user" style="query">
+            <wadl:doc><![CDATA[saved-search owner]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[name of saved-search]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/businessmetadatadef/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the businessMetadata definition for the given guid]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[businessMetadata definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[businessMetadata guid]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/businessmetadatadef/name/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the businessMetadata definition by it's name (unique)]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[businessMetadata definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[businessMetadata name]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/classificationdef/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the classification definition for the given guid]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[classification definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[classification guid]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/classificationdef/name/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the classification definition by it's name (unique)]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[classification definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[classification name]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/entitydef/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the Entity definition for the given guid]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Entity definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[entity guid]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/entitydef/name/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the entity definition by it's name (unique)]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Entity definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[entity name]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/enumdef/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the enum definition for the given guid]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[enum definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[enum guid]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/enumdef/name/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the enum definition by it's name (unique)]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[enum definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[enum name]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/relationshipdef/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the relationship definition for the given guid]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[relationship definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[relationship guid]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/relationshipdef/name/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the relationship definition by it's name (unique)]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[relationship definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[relationship name]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/structdef/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the struct definition for the given guid]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[struct definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[struct guid]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/structdef/name/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get the struct definition by it's name (unique)]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[struct definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[struct name]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/typedef/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[Failed lookup]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Type definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[GUID of the type]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/typedef/name/{name}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Get type definition by it's name]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[Failed lookup by name]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Type definition]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="name" style="template">
+        <wadl:doc><![CDATA[Type name]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/types/typedef/name/{typeName}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Delete API for type identified by its name.]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response status="204">
+          <wadl:doc><![CDATA[On successful deletion of the requested type definitions]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[On validation failure for any type definitions]]></wadl:doc>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[Name of the type to be deleted.]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/bulk/uniqueAttribute/type/{typeName}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Bulk API to retrieve list of entities identified by its unique attributes.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+typeName=<typeName>&attr_1:<attrName>=<attrValue>&attr_2:<attrName>=<attrValue>&attr_3:<attrName>=<attrValue>
+
+NOTE: The attrName should be an unique attribute for the given entity-type
+
+The REST request would look something like this
+
+GET /v2/entity/bulk/uniqueAttribute/type/hive_db?attr_0:qualifiedName=db1@cl1&attr_2:qualifiedName=db2@cl1]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="ignoreRelationships" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="minExtInfo" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[AtlasEntitiesWithExtInfo]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/businessmetadata/{bmName}">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="bmName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/businessmetadata/{bmName}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="bmName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/classification/{classificationName}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Gets the list of classifications for a given entity represented by a guid.]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[classification for the given entity guid]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="classificationName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/guid/{guid}/classification/{classificationName}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Deletes a given classification from an existing entity represented by a guid.]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="associatedEntityGuid" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="classificationName" style="template">
+        <wadl:doc><![CDATA[name of the classifcation]]></wadl:doc>
+      </wadl:param>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/classifications">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Adds classification to the entity identified by its type and unique attributes.]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/classifications">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[Updates classification on an entity identified by its type and unique attributes.]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/header">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Fetch AtlasEntityHeader given its type and unique attribute.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName
+
+The REST request would look something like this
+
+GET /v2/entity/uniqueAttribute/type/aType/header?attr:aTypeAttribute=someValue]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[AtlasEntityHeader]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/labels">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/labels">
+      <wadl:method name="PUT">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/labels">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/saved/execute/guid/{guid}">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+        <wadl:response>
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[Guid identifying saved search]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
+    <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}">
+      <wadl:method name="DELETE">
+        <wadl:doc><![CDATA[Deletes a given classification from an entity identified by its type and unique attributes.]]></wadl:doc>
+        <wadl:request>
+        </wadl:request>
+      </wadl:method>
+      <wadl:param name="classificationName" style="template">
+        <wadl:doc><![CDATA[name of the classification]]></wadl:doc>
+      </wadl:param>
+      <wadl:param name="typeName" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+  </wadl:resources>
+</wadl:application>
diff --git a/2.3.0/api/v2/css/enunciate.css b/2.3.0/api/v2/css/enunciate.css
new file mode 100644
index 0000000..4c726fd
--- /dev/null
+++ b/2.3.0/api/v2/css/enunciate.css
@@ -0,0 +1,127 @@
+/*
+ * Base structure
+ */
+
+/* Move down content because we have a fixed navbar that is 50px tall */
+body {
+    position:relative;
+    padding-top: 50px;
+}
+
+.footer {
+    width: 100%;
+    /* Set the fixed height of the footer here */
+    height: 60px;
+    background-color: #f5f5f5;
+}
+
+/*
+ * Global add-ons
+ */
+.sub-header {
+    padding-bottom: 10px;
+    border-bottom: 1px solid #eee;
+}
+
+/*
+ * Sidebar
+ */
+
+/* Hide for mobile, show later */
+.sidebar {
+    display: none;
+}
+@media (min-width: 768px) {
+    .sidebar {
+        position: fixed;
+        top: 51px;
+        bottom: 0;
+        left: 0;
+        z-index: 1000;
+        display: block;
+        padding: 20px;
+        overflow-x: hidden;
+        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
+        background-color: #f5f5f5;
+        border-right: 1px solid #eee;
+    }
+}
+
+/* Sidebar navigation */
+.nav-sidebar {
+    margin-right: -21px; /* 20px padding + 1px border */
+    margin-bottom: 20px;
+    margin-left: -20px;
+}
+.nav-sidebar > li > a {
+    padding-right: 20px;
+    padding-left: 20px;
+}
+.sideoverflow {
+    display: block;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    overflow: hidden;
+    max-width:100%;
+}
+.side-abbr {
+    border-bottom: none !important;
+    cursor: inherit !important;
+    text-decoration: none !important;
+}
+.nav-sidebar > .active > a,
+.nav-sidebar > .active > a:hover,
+.nav-sidebar > .active > a:focus {
+    color: #fff;
+    background-color: #428bca;
+}
+
+/*
+ * Main content
+ */
+.main {
+    padding: 20px;
+}
+@media (min-width: 768px) {
+    .main {
+        padding-right: 40px;
+        padding-left: 40px;
+    }
+}
+.main .page-header {
+    margin-top: 0;
+}
+.footer > .container {
+    padding-top: 20px;
+    text-align: center;
+}
+
+/*
+ * Row Links
+ */
+.table.rowlink td:not(.rowlink-skip),
+.table .rowlink td:not(.rowlink-skip) {
+    cursor: pointer;
+}
+.table.rowlink td:not(.rowlink-skip) a,
+.table .rowlink td:not(.rowlink-skip) a {
+    font: inherit;
+    color: inherit;
+    text-decoration: inherit;
+}
+.multi-row-description {
+    border-left: 1px solid #DDD;
+}
+
+pre {
+    max-height: 40em;
+}
+
+/* shift the anchors to accommodate fixed navbar. See https://github.com/twbs/bootstrap/issues/1768#issuecomment-46519033 */
+*[id]:before {
+    display: block;
+    content: " ";
+    margin-top: -70px;
+    height: 70px;
+    visibility: hidden;
+}
diff --git a/2.3.0/api/v2/data.html b/2.3.0/api/v2/data.html
new file mode 100644
index 0000000..eaef052
--- /dev/null
+++ b/2.3.0/api/v2/data.html
@@ -0,0 +1,738 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Data Types</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Data Types</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#syntax_json"><abbr title="JSON" class="side-abbr"><span class="sideoverflow">JSON</span></abbr></a></li>
+          <li><a href="#syntax_xml"><abbr title="XML" class="side-abbr"><span class="sideoverflow">XML</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="dropdown"><a href="data.html">Data Types</a></li>
+        </ol>
+
+  <h1 class="page-header" id="data">Data Types</h1>
+
+  <h3 id="syntax_json">JSON</h3>
+
+  <table class="table table-hover data-types">
+  <thead>
+    <tr>
+      <th align="center">type</th>
+      <th align="center">description</th>
+    </tr>
+  </thead>
+  <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="json_AtlasAggregationEntry.html">
+      <td>  <span class="datatype-name">AtlasAggregationEntry</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasAttributeDef.html">
+      <td>  <span class="datatype-name">AtlasAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseModelObject.html">
+      <td>  <span class="datatype-name">AtlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseTypeDef.html">
+      <td>  <span class="datatype-name">AtlasBaseTypeDef</span>
+</td>
+      <td>  <span class="datatype-description">Base class that captures common-attributes for all Atlas types.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBusinessMetadataDef.html">
+      <td>  <span class="datatype-name">AtlasBusinessMetadataDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassification.html">
+      <td>  <span class="datatype-name">AtlasClassification</span>
+</td>
+      <td>  <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassificationDef.html">
+      <td>  <span class="datatype-name">AtlasClassificationDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a classification-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassifications.html">
+      <td>  <span class="datatype-name">AtlasClassifications</span>
+</td>
+      <td>  <span class="datatype-description">REST serialization friendly list.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasConstraintDef.html">
+      <td>  <span class="datatype-name">AtlasConstraintDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a constraint.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntitiesWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntitiesWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntity.html">
+      <td>  <span class="datatype-name">AtlasEntity</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityDef.html">
+      <td>  <span class="datatype-name">AtlasEntityDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a entity-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntityExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityHeader.html">
+      <td>  <span class="datatype-name">AtlasEntityHeader</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityHeaders.html">
+      <td>  <span class="datatype-name">AtlasEntityHeaders</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntityWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEnumDef.html">
+      <td>  <span class="datatype-name">AtlasEnumDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEnumElementDef.html">
+      <td>  <span class="datatype-name">AtlasEnumElementDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-element.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasFullTextResult.html">
+      <td>  <span class="datatype-name">AtlasFullTextResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossary.html">
+      <td>  <span class="datatype-name">AtlasGlossary</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryBaseObject.html">
+      <td>  <span class="datatype-name">AtlasGlossaryBaseObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryCategory.html">
+      <td>  <span class="datatype-name">AtlasGlossaryCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryExtInfo.html">
+      <td>  <span class="datatype-name">AtlasGlossaryExtInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryHeader.html">
+      <td>  <span class="datatype-name">AtlasGlossaryHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryTerm.html">
+      <td>  <span class="datatype-name">AtlasGlossaryTerm</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryTermHeader.html">
+      <td>  <span class="datatype-name">AtlasGlossaryTermHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasLineageInfo.html">
+      <td>  <span class="datatype-name">AtlasLineageInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasObjectId.html">
+      <td>  <span class="datatype-name">AtlasObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasQueryType.html">
+      <td>  <span class="datatype-name">AtlasQueryType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasQuickSearchResult.html">
+      <td>  <span class="datatype-name">AtlasQuickSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedCategoryHeader.html">
+      <td>  <span class="datatype-name">AtlasRelatedCategoryHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedObjectId.html">
+      <td>  <span class="datatype-name">AtlasRelatedObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of AtlasEntity type used in relationship attribute values</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedTermHeader.html">
+      <td>  <span class="datatype-name">AtlasRelatedTermHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationship.html">
+      <td>  <span class="datatype-name">AtlasRelationship</span>
+</td>
+      <td>  <span class="datatype-description">Atlas relationship instance.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipAttributeDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipDef</span>
+</td>
+      <td>  <span class="datatype-description">AtlasRelationshipDef is a TypeDef that defines a relationship.
+<p>
+As with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.
+The name and the guid are the 2 ways that the RelationshipDef is identified.
+<p>
+RelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally
+whether the end is a container.
+<p>
+RelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>
+RelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>
+RelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.
+<p>
+The way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs
+will not specify an EntityDef type name as their types.
+<p>
+RelationshipDefs introduce new attributes to the entity instances. For example
+<p>
+EntityDef A might have attributes attr1,attr2,attr3 <br>
+EntityDef B might have attributes attr4,attr5,attr6 <br>
+RelationshipDef AtoB might define 2 ends <br>
+
+<pre>
+   end1:  type A, name attr7
+   end2:  type B, name attr8  </pre>
+
+<p>
+When an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>
+When an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8
+<p>
+In this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into
+the entity instances</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipEndDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipEndDef</span>
+</td>
+      <td>  <span class="datatype-description">The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an
+attribute name, cardinality and whether it  is the container end of the relationship.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipHeader.html">
+      <td>  <span class="datatype-name">AtlasRelationshipHeader</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasRelationshipWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasSearchResult.html">
+      <td>  <span class="datatype-name">AtlasSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasStruct.html">
+      <td>  <span class="datatype-name">AtlasStruct</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasStructDef.html">
+      <td>  <span class="datatype-name">AtlasStructDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasSuggestionsResult.html">
+      <td>  <span class="datatype-name">AtlasSuggestionsResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermAssignmentHeader.html">
+      <td>  <span class="datatype-name">AtlasTermAssignmentHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermAssignmentStatus.html">
+      <td>  <span class="datatype-name">AtlasTermAssignmentStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermCategorizationHeader.html">
+      <td>  <span class="datatype-name">AtlasTermCategorizationHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermRelationshipStatus.html">
+      <td>  <span class="datatype-name">AtlasTermRelationshipStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTypeDefHeader.html">
+      <td>  <span class="datatype-name">AtlasTypeDefHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTypesDef.html">
+      <td>  <span class="datatype-name">AtlasTypesDef</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasUserSavedSearch.html">
+      <td>  <span class="datatype-name">AtlasUserSavedSearch</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AttributeSearchResult.html">
+      <td>  <span class="datatype-name">AttributeSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_BulkImportResponse.html">
+      <td>  <span class="datatype-name">BulkImportResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Cardinality.html">
+      <td>  <span class="datatype-name">Cardinality</span>
+</td>
+      <td>  <span class="datatype-description">single-valued attribute or multi-valued attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ClassificationAssociateRequest.html">
+      <td>  <span class="datatype-name">ClassificationAssociateRequest</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Condition.html">
+      <td>  <span class="datatype-name">Condition</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_DateFormat.html">
+      <td>  <span class="datatype-name">DateFormat</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditActionV2.html">
+      <td>  <span class="datatype-name">EntityAuditActionV2</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditEventV2.html">
+      <td>  <span class="datatype-name">EntityAuditEventV2</span>
+</td>
+      <td>  <span class="datatype-description">Structure of v2 entity audit event</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditType.html">
+      <td>  <span class="datatype-name">EntityAuditType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityMutationResponse.html">
+      <td>  <span class="datatype-name">EntityMutationResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityOperation.html">
+      <td>  <span class="datatype-name">EntityOperation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_FilterCriteria.html">
+      <td>  <span class="datatype-name">FilterCriteria</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Format.html">
+      <td>  <span class="datatype-name">Format</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ImportInfo.html">
+      <td>  <span class="datatype-name">ImportInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ImportStatus.html">
+      <td>  <span class="datatype-name">ImportStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_IndexType.html">
+      <td>  <span class="datatype-name">IndexType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageDirection.html">
+      <td>  <span class="datatype-name">LineageDirection</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageInfoOnDemand.html">
+      <td>  <span class="datatype-name">LineageInfoOnDemand</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageOnDemandConstraints.html">
+      <td>  <span class="datatype-name">LineageOnDemandConstraints</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageRelation.html">
+      <td>  <span class="datatype-name">LineageRelation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_NumberFormat.html">
+      <td>  <span class="datatype-name">NumberFormat</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Operator.html">
+      <td>  <span class="datatype-name">Operator</span>
+</td>
+      <td>  <span class="datatype-description">NOTE : The names added in the String array should always contain first value in lower case</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_PList.html">
+      <td>  <span class="datatype-name">PList</span>
+</td>
+      <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_PropagateTags.html">
+      <td>  <span class="datatype-name">PropagateTags</span>
+</td>
+      <td>  <span class="datatype-description">PropagateTags indicates whether tags should propagate across the relationship instance.
+<p>
+Tags can propagate:
+<p>
+NONE - not at all <br>
+ONE_TO_TWO - from end 1 to 2 <br>
+TWO_TO_ONE - from end 2 to 1  <br>
+BOTH - both ways
+<p>
+Care needs to be taken when specifying. The use cases we are aware of where this flag is useful:
+<p>
+- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>
+- propagating classifications around Glossary synonyms - BOTH could be used here.
+<p>
+There is an expectation that further enhancements will allow more granular control of tag propagation and will
+address how to resolve conflicts.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_QuickSearchParameters.html">
+      <td>  <span class="datatype-name">QuickSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Relation.html">
+      <td>  <span class="datatype-name">Relation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RelationshipCategory.html">
+      <td>  <span class="datatype-name">RelationshipCategory</span>
+</td>
+      <td>  <span class="datatype-description">The Relationship category determines the style of relationship around containment and lifecycle.
+UML terminology is used for the values.
+<p>
+ASSOCIATION is a relationship with no containment. <br>
+COMPOSITION and AGGREGATION are containment relationships.
+<p>
+The difference being in the lifecycles of the container and its children. In the COMPOSITION case,
+the children cannot exist without the container. For AGGREGATION, the life cycles
+of the container and children are totally independant.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RelationshipSearchParameters.html">
+      <td>  <span class="datatype-name">RelationshipSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RoundingMode.html">
+      <td>  <span class="datatype-name">RoundingMode</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SavedSearchType.html">
+      <td>  <span class="datatype-name">SavedSearchType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SearchFilter.html">
+      <td>  <span class="datatype-name">SearchFilter</span>
+</td>
+      <td>  <span class="datatype-description">Generic filter, to specify search criteria using name/value pairs.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SearchParameters.html">
+      <td>  <span class="datatype-name">SearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SortOrder.html">
+      <td>  <span class="datatype-name">SortOrder</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SortType.html">
+      <td>  <span class="datatype-name">SortType</span>
+</td>
+      <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Status.html">
+      <td>  <span class="datatype-name">Status</span>
+</td>
+      <td>  <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Status_AtlasRelationship.html">
+      <td>  <span class="datatype-name">Status</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TimeBoundary.html">
+      <td>  <span class="datatype-name">TimeBoundary</span>
+</td>
+      <td>  <span class="datatype-description">Captures time-boundary details</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TimeZone.html">
+      <td>  <span class="datatype-name">TimeZone</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TypeCategory.html">
+      <td>  <span class="datatype-name">TypeCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+  </tbody>
+  </table>
+
+  <h3 id="syntax_xml">XML</h3>
+
+  <table class="table table-hover data-types">
+  <caption>Default Namespace  (<a href="ns0.xsd">schema</a>)</caption>
+  <thead>
+    <tr>
+      <th align="center">type</th>
+      <th align="center">description</th>
+    </tr>
+  </thead>
+  <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="xml_ns0_PList.html">
+      <td>  <span class="datatype-name">PList</span>
+</td>
+      <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_searchFilter.html">
+      <td>  <span class="datatype-name">searchFilter</span>
+</td>
+      <td>  <span class="datatype-description">Generic filter, to specify search criteria using name/value pairs.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_sortType.html">
+      <td>  <span class="datatype-name">sortType</span>
+</td>
+      <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_timeBoundary.html">
+      <td>  <span class="datatype-name">timeBoundary</span>
+</td>
+      <td>  <span class="datatype-description">Captures time-boundary details</span>
+</td>
+    </tr>
+  </tbody>
+  </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/index.html b/2.3.0/api/v2/index.html
new file mode 100644
index 0000000..34cd9fc
--- /dev/null
+++ b/2.3.0/api/v2/index.html
@@ -0,0 +1,970 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#resources"><abbr title="Resources" class="side-abbr"><span class="sideoverflow">Resources</span></abbr></a></li>
+          <li><a href="#syntax_json"><abbr title="JSON" class="side-abbr"><span class="sideoverflow">JSON</span></abbr></a></li>
+          <li><a href="#syntax_xml"><abbr title="XML" class="side-abbr"><span class="sideoverflow">XML</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="dropdown"><a href="index.html">Home</a></li>
+        </ol>
+
+  <div class="page-header">
+    Atlas exposes a variety of REST endpoints to work with types, entities, lineage and data discovery.
+  </div>
+
+  <h1 class="page-header" id="resources">Resources</h1>
+
+  <p>
+    There is a <a href="application.wadl">WADL document</a> available that describes the resources API.
+  </p>
+
+  <p>
+    You may also enjoy the <a href="ui/index.html">interactive interface</a> provided for this API by <a href="http://swagger.io">Swagger</a>.
+  </p>
+  <p>
+    <a href="ui/index.html" class="btn btn-default">Try it out!</a>
+  </p>
+
+  <table class="table table-hover resources">
+    <thead>
+    <tr>
+      <th align="center">name</th>
+      <th align="center">path</th>
+      <th align="center">methods</th>
+      <th align="center">description</th>
+    </tr>
+    </thead>
+    <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="resource_DiscoveryREST.html">
+      <td>  <span class="resource-name">DiscoveryREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/search/attribute</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/basic</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/dsl</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/fulltext</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/quick</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/relations</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/relationship</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/suggestions</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/execute/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/execute/guid/{guid}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST interface for data discovery using dsl or full text search</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_EntityREST.html">
+      <td>  <span class="resource-name">EntityREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/entity</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk/classification</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk/headers</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk/setClassifications</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/businessmetadata/import</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/{guid}/audit</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/businessmetadata/import/template</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/businessmetadata</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/classifications</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/header</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/labels</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk/uniqueAttribute/type/{typeName}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/businessmetadata/{bmName}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/classification/{classificationName}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/classifications</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/header</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/labels</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST for a single entity</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_GlossaryREST.html">
+      <td>  <span class="resource-name">GlossaryREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/glossary</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/categories</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/import</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/term</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/terms</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category/{categoryGuid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/import/template</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/term/{termGuid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/categories</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/detailed</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/partial</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/terms</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category/{categoryGuid}/partial</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category/{categoryGuid}/related</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category/{categoryGuid}/terms</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/term/{termGuid}/partial</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/terms/{termGuid}/assignedEntities</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/terms/{termGuid}/related</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/categories/headers</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/terms/headers</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_LineageREST.html">
+      <td>  <span class="resource-name">LineageREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/lineage/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/lineage/uniqueAttribute/type/{typeName}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST interface for an entity's lineage information</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_RelationshipREST.html">
+      <td>  <span class="resource-name">RelationshipREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/relationship</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/relationship/guid/{guid}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST interface for entity relationships.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_TypesREST.html">
+      <td>  <span class="resource-name">TypesREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/types/typedefs</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedefs/headers</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/businessmetadatadef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/businessmetadatadef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/classificationdef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/classificationdef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/entitydef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/entitydef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/enumdef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/enumdef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/relationshipdef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/relationshipdef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/name/{typeName}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST interface for CRUD operations on type definitions</span>
+</td>
+    </tr>
+    </tbody>
+  </table>
+
+  <h1 class="page-header" id="data">Data Types</h1>
+
+  <h3 id="syntax_json"><span class="syntax-name">JSON</span></h3>
+
+  <table class="table table-hover datatypes">
+    <thead>
+      <tr>
+        <th align="center">type</th>
+        <th align="center">description</th>
+      </tr>
+    </thead>
+    <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="json_AtlasAggregationEntry.html">
+      <td>  <span class="datatype-name">AtlasAggregationEntry</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasAttributeDef.html">
+      <td>  <span class="datatype-name">AtlasAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseModelObject.html">
+      <td>  <span class="datatype-name">AtlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseTypeDef.html">
+      <td>  <span class="datatype-name">AtlasBaseTypeDef</span>
+</td>
+      <td>  <span class="datatype-description">Base class that captures common-attributes for all Atlas types.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBusinessMetadataDef.html">
+      <td>  <span class="datatype-name">AtlasBusinessMetadataDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassification.html">
+      <td>  <span class="datatype-name">AtlasClassification</span>
+</td>
+      <td>  <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassificationDef.html">
+      <td>  <span class="datatype-name">AtlasClassificationDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a classification-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassifications.html">
+      <td>  <span class="datatype-name">AtlasClassifications</span>
+</td>
+      <td>  <span class="datatype-description">REST serialization friendly list.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasConstraintDef.html">
+      <td>  <span class="datatype-name">AtlasConstraintDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a constraint.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntitiesWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntitiesWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntity.html">
+      <td>  <span class="datatype-name">AtlasEntity</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityDef.html">
+      <td>  <span class="datatype-name">AtlasEntityDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a entity-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntityExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityHeader.html">
+      <td>  <span class="datatype-name">AtlasEntityHeader</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityHeaders.html">
+      <td>  <span class="datatype-name">AtlasEntityHeaders</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntityWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEnumDef.html">
+      <td>  <span class="datatype-name">AtlasEnumDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEnumElementDef.html">
+      <td>  <span class="datatype-name">AtlasEnumElementDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-element.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasFullTextResult.html">
+      <td>  <span class="datatype-name">AtlasFullTextResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossary.html">
+      <td>  <span class="datatype-name">AtlasGlossary</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryBaseObject.html">
+      <td>  <span class="datatype-name">AtlasGlossaryBaseObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryCategory.html">
+      <td>  <span class="datatype-name">AtlasGlossaryCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryExtInfo.html">
+      <td>  <span class="datatype-name">AtlasGlossaryExtInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryHeader.html">
+      <td>  <span class="datatype-name">AtlasGlossaryHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryTerm.html">
+      <td>  <span class="datatype-name">AtlasGlossaryTerm</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryTermHeader.html">
+      <td>  <span class="datatype-name">AtlasGlossaryTermHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasLineageInfo.html">
+      <td>  <span class="datatype-name">AtlasLineageInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasObjectId.html">
+      <td>  <span class="datatype-name">AtlasObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasQueryType.html">
+      <td>  <span class="datatype-name">AtlasQueryType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasQuickSearchResult.html">
+      <td>  <span class="datatype-name">AtlasQuickSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedCategoryHeader.html">
+      <td>  <span class="datatype-name">AtlasRelatedCategoryHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedObjectId.html">
+      <td>  <span class="datatype-name">AtlasRelatedObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of AtlasEntity type used in relationship attribute values</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedTermHeader.html">
+      <td>  <span class="datatype-name">AtlasRelatedTermHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationship.html">
+      <td>  <span class="datatype-name">AtlasRelationship</span>
+</td>
+      <td>  <span class="datatype-description">Atlas relationship instance.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipAttributeDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipDef</span>
+</td>
+      <td>  <span class="datatype-description">AtlasRelationshipDef is a TypeDef that defines a relationship.
+<p>
+As with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.
+The name and the guid are the 2 ways that the RelationshipDef is identified.
+<p>
+RelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally
+whether the end is a container.
+<p>
+RelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>
+RelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>
+RelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.
+<p>
+The way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs
+will not specify an EntityDef type name as their types.
+<p>
+RelationshipDefs introduce new attributes to the entity instances. For example
+<p>
+EntityDef A might have attributes attr1,attr2,attr3 <br>
+EntityDef B might have attributes attr4,attr5,attr6 <br>
+RelationshipDef AtoB might define 2 ends <br>
+
+<pre>
+   end1:  type A, name attr7
+   end2:  type B, name attr8  </pre>
+
+<p>
+When an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>
+When an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8
+<p>
+In this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into
+the entity instances</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipEndDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipEndDef</span>
+</td>
+      <td>  <span class="datatype-description">The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an
+attribute name, cardinality and whether it  is the container end of the relationship.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipHeader.html">
+      <td>  <span class="datatype-name">AtlasRelationshipHeader</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasRelationshipWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasSearchResult.html">
+      <td>  <span class="datatype-name">AtlasSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasStruct.html">
+      <td>  <span class="datatype-name">AtlasStruct</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasStructDef.html">
+      <td>  <span class="datatype-name">AtlasStructDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasSuggestionsResult.html">
+      <td>  <span class="datatype-name">AtlasSuggestionsResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermAssignmentHeader.html">
+      <td>  <span class="datatype-name">AtlasTermAssignmentHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermAssignmentStatus.html">
+      <td>  <span class="datatype-name">AtlasTermAssignmentStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermCategorizationHeader.html">
+      <td>  <span class="datatype-name">AtlasTermCategorizationHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermRelationshipStatus.html">
+      <td>  <span class="datatype-name">AtlasTermRelationshipStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTypeDefHeader.html">
+      <td>  <span class="datatype-name">AtlasTypeDefHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTypesDef.html">
+      <td>  <span class="datatype-name">AtlasTypesDef</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasUserSavedSearch.html">
+      <td>  <span class="datatype-name">AtlasUserSavedSearch</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AttributeSearchResult.html">
+      <td>  <span class="datatype-name">AttributeSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_BulkImportResponse.html">
+      <td>  <span class="datatype-name">BulkImportResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Cardinality.html">
+      <td>  <span class="datatype-name">Cardinality</span>
+</td>
+      <td>  <span class="datatype-description">single-valued attribute or multi-valued attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ClassificationAssociateRequest.html">
+      <td>  <span class="datatype-name">ClassificationAssociateRequest</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Condition.html">
+      <td>  <span class="datatype-name">Condition</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_DateFormat.html">
+      <td>  <span class="datatype-name">DateFormat</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditActionV2.html">
+      <td>  <span class="datatype-name">EntityAuditActionV2</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditEventV2.html">
+      <td>  <span class="datatype-name">EntityAuditEventV2</span>
+</td>
+      <td>  <span class="datatype-description">Structure of v2 entity audit event</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditType.html">
+      <td>  <span class="datatype-name">EntityAuditType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityMutationResponse.html">
+      <td>  <span class="datatype-name">EntityMutationResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityOperation.html">
+      <td>  <span class="datatype-name">EntityOperation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_FilterCriteria.html">
+      <td>  <span class="datatype-name">FilterCriteria</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Format.html">
+      <td>  <span class="datatype-name">Format</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ImportInfo.html">
+      <td>  <span class="datatype-name">ImportInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ImportStatus.html">
+      <td>  <span class="datatype-name">ImportStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_IndexType.html">
+      <td>  <span class="datatype-name">IndexType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageDirection.html">
+      <td>  <span class="datatype-name">LineageDirection</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageInfoOnDemand.html">
+      <td>  <span class="datatype-name">LineageInfoOnDemand</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageOnDemandConstraints.html">
+      <td>  <span class="datatype-name">LineageOnDemandConstraints</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageRelation.html">
+      <td>  <span class="datatype-name">LineageRelation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_NumberFormat.html">
+      <td>  <span class="datatype-name">NumberFormat</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Operator.html">
+      <td>  <span class="datatype-name">Operator</span>
+</td>
+      <td>  <span class="datatype-description">NOTE : The names added in the String array should always contain first value in lower case</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_PList.html">
+      <td>  <span class="datatype-name">PList</span>
+</td>
+      <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_PropagateTags.html">
+      <td>  <span class="datatype-name">PropagateTags</span>
+</td>
+      <td>  <span class="datatype-description">PropagateTags indicates whether tags should propagate across the relationship instance.
+<p>
+Tags can propagate:
+<p>
+NONE - not at all <br>
+ONE_TO_TWO - from end 1 to 2 <br>
+TWO_TO_ONE - from end 2 to 1  <br>
+BOTH - both ways
+<p>
+Care needs to be taken when specifying. The use cases we are aware of where this flag is useful:
+<p>
+- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>
+- propagating classifications around Glossary synonyms - BOTH could be used here.
+<p>
+There is an expectation that further enhancements will allow more granular control of tag propagation and will
+address how to resolve conflicts.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_QuickSearchParameters.html">
+      <td>  <span class="datatype-name">QuickSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Relation.html">
+      <td>  <span class="datatype-name">Relation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RelationshipCategory.html">
+      <td>  <span class="datatype-name">RelationshipCategory</span>
+</td>
+      <td>  <span class="datatype-description">The Relationship category determines the style of relationship around containment and lifecycle.
+UML terminology is used for the values.
+<p>
+ASSOCIATION is a relationship with no containment. <br>
+COMPOSITION and AGGREGATION are containment relationships.
+<p>
+The difference being in the lifecycles of the container and its children. In the COMPOSITION case,
+the children cannot exist without the container. For AGGREGATION, the life cycles
+of the container and children are totally independant.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RelationshipSearchParameters.html">
+      <td>  <span class="datatype-name">RelationshipSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RoundingMode.html">
+      <td>  <span class="datatype-name">RoundingMode</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SavedSearchType.html">
+      <td>  <span class="datatype-name">SavedSearchType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SearchFilter.html">
+      <td>  <span class="datatype-name">SearchFilter</span>
+</td>
+      <td>  <span class="datatype-description">Generic filter, to specify search criteria using name/value pairs.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SearchParameters.html">
+      <td>  <span class="datatype-name">SearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SortOrder.html">
+      <td>  <span class="datatype-name">SortOrder</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SortType.html">
+      <td>  <span class="datatype-name">SortType</span>
+</td>
+      <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Status.html">
+      <td>  <span class="datatype-name">Status</span>
+</td>
+      <td>  <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Status_AtlasRelationship.html">
+      <td>  <span class="datatype-name">Status</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TimeBoundary.html">
+      <td>  <span class="datatype-name">TimeBoundary</span>
+</td>
+      <td>  <span class="datatype-description">Captures time-boundary details</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TimeZone.html">
+      <td>  <span class="datatype-name">TimeZone</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TypeCategory.html">
+      <td>  <span class="datatype-name">TypeCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    </tbody>
+  </table>
+
+  <h3 id="syntax_xml"><span class="syntax-name">XML</span></h3>
+
+  <table class="table table-hover datatypes">
+    <caption>Default Namespace  (<a href="ns0.xsd">schema</a>)</caption>
+    <thead>
+      <tr>
+        <th align="center">type</th>
+        <th align="center">description</th>
+      </tr>
+    </thead>
+    <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="xml_ns0_PList.html">
+      <td>  <span class="datatype-name">PList</span>
+</td>
+      <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_searchFilter.html">
+      <td>  <span class="datatype-name">searchFilter</span>
+</td>
+      <td>  <span class="datatype-description">Generic filter, to specify search criteria using name/value pairs.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_sortType.html">
+      <td>  <span class="datatype-name">sortType</span>
+</td>
+      <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_timeBoundary.html">
+      <td>  <span class="datatype-name">timeBoundary</span>
+</td>
+      <td>  <span class="datatype-description">Captures time-boundary details</span>
+</td>
+    </tr>
+    </tbody>
+  </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasAggregationEntry.html b/2.3.0/api/v2/json_AtlasAggregationEntry.html
new file mode 100644
index 0000000..506daf8
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasAggregationEntry.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasAggregationEntry</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasAggregationEntry</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasAggregationEntry.html">AtlasAggregationEntry</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasAggregationEntry <small>Data Type</small></h1>
+
+      <p>An instance of an entity - like hive_table, hive_database.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-count" class="property-name">count</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;count&quot; : 12345,
+  &quot;name&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasAttributeDef.html b/2.3.0/api/v2/json_AtlasAttributeDef.html
new file mode 100644
index 0000000..0afd0a1
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasAttributeDef.html
@@ -0,0 +1,346 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasAttributeDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasAttributeDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasAttributeDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a struct-attribute.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasRelationshipAttributeDef.html">AtlasRelationshipAttributeDef</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-cardinality" class="property-name">cardinality</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Cardinality.html">Cardinality</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-constraints" class="property-name">constraints</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasConstraintDef.html">AtlasConstraintDef</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-defaultValue" class="property-name">defaultValue</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayName" class="property-name">displayName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-includeInNotification" class="property-name">includeInNotification</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-indexType" class="property-name">indexType</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_IndexType.html">IndexType</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isIndexable" class="property-name">isIndexable</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isOptional" class="property-name">isOptional</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isUnique" class="property-name">isUnique</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-options" class="property-name">options</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-searchWeight" class="property-name">searchWeight</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-typeName" class="property-name">typeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-valuesMaxCount" class="property-name">valuesMaxCount</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-valuesMinCount" class="property-name">valuesMinCount</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;cardinality&quot; : &quot;SINGLE&quot;,
+  &quot;constraints&quot; : [ {
+    &quot;params&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;type&quot; : &quot;...&quot;
+  }, {
+    &quot;params&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;type&quot; : &quot;...&quot;
+  } ],
+  &quot;defaultValue&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayName&quot; : &quot;...&quot;,
+  &quot;includeInNotification&quot; : true,
+  &quot;indexType&quot; : &quot;STRING&quot;,
+  &quot;isIndexable&quot; : true,
+  &quot;isOptional&quot; : true,
+  &quot;isUnique&quot; : true,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;searchWeight&quot; : 12345,
+  &quot;typeName&quot; : &quot;...&quot;,
+  &quot;valuesMaxCount&quot; : 12345,
+  &quot;valuesMinCount&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasBaseModelObject.html b/2.3.0/api/v2/json_AtlasBaseModelObject.html
new file mode 100644
index 0000000..ddec591
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasBaseModelObject.html
@@ -0,0 +1,136 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasBaseModelObject</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasBaseModelObject</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasBaseModelObject <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasGlossaryBaseObject.html">AtlasGlossaryBaseObject</a>, <a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>, <a href="json_AtlasGlossary.html">AtlasGlossary</a>, <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>, <a href="json_AtlasGlossaryExtInfo.html">AtlasGlossaryExtInfo</a>, <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+
+      <div class="alert alert-warning">This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.</div>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasBaseTypeDef.html b/2.3.0/api/v2/json_AtlasBaseTypeDef.html
new file mode 100644
index 0000000..b60eb53
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasBaseTypeDef.html
@@ -0,0 +1,291 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasBaseTypeDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasBaseTypeDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasBaseTypeDef <small>Data Type</small></h1>
+
+      <p>Base class that captures common-attributes for all Atlas types.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasBusinessMetadataDef.html">AtlasBusinessMetadataDef</a>, <a href="json_AtlasEntityDef.html">AtlasEntityDef</a>, <a href="json_AtlasEnumDef.html">AtlasEnumDef</a>, <a href="json_AtlasStructDef.html">AtlasStructDef</a>, <a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>, <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-category" class="property-name">category</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createTime" class="property-name">createTime</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createdBy" class="property-name">createdBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-dateFormatter" class="property-name">dateFormatter</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-options" class="property-name">options</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-serviceType" class="property-name">serviceType</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-typeVersion" class="property-name">typeVersion</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-updateTime" class="property-name">updateTime</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-updatedBy" class="property-name">updatedBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-version" class="property-name">version</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+
+      <div class="alert alert-warning">This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.</div>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;category&quot; : &quot;ENUM&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasBusinessMetadataDef.html b/2.3.0/api/v2/json_AtlasBusinessMetadataDef.html
new file mode 100644
index 0000000..90d9c6e
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasBusinessMetadataDef.html
@@ -0,0 +1,327 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasBusinessMetadataDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasBusinessMetadataDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasBusinessMetadataDef.html">AtlasBusinessMetadataDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasBusinessMetadataDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a struct-type.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStructDef.html">AtlasStructDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributeDefs</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">category</span></td>
+          <td><span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">dateFormatter</span></td>
+          <td><span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">serviceType</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;ENUM&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasClassification.html b/2.3.0/api/v2/json_AtlasClassification.html
new file mode 100644
index 0000000..f09776a
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasClassification.html
@@ -0,0 +1,200 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasClassification</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasClassification</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasClassification.html">AtlasClassification</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasClassification <small>Data Type</small></h1>
+
+      <p>An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-entityGuid" class="property-name">entityGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entityStatus" class="property-name">entityStatus</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Status.html">Status</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-propagate" class="property-name">propagate</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-removePropagationsOnEntityDelete" class="property-name">removePropagationsOnEntityDelete</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-validityPeriods" class="property-name">validityPeriods</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_TimeBoundary.html">TimeBoundary</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStruct.html">AtlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;entityGuid&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;propagate&quot; : true,
+  &quot;removePropagationsOnEntityDelete&quot; : true,
+  &quot;validityPeriods&quot; : [ {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  }, {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  } ],
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasClassificationDef.html b/2.3.0/api/v2/json_AtlasClassificationDef.html
new file mode 100644
index 0000000..23c1deb
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasClassificationDef.html
@@ -0,0 +1,366 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasClassificationDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasClassificationDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasClassificationDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a classification-type.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-entityTypes" class="property-name">entityTypes</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description">Specifying a list of entityType names in the classificationDef, ensures that classifications can
+only be applied to those entityTypes.
+<ul>
+<li>Any subtypes of the entity types inherit the restriction</li>
+<li>Any classificationDef subtypes inherit the parents entityTypes restrictions</li>
+<li>Any classificationDef subtypes can further restrict the parents entityTypes restrictions by specifying a subset of the entityTypes</li>
+<li>An empty entityTypes list when there are no parent restrictions means there are no restrictions</li>
+<li>An empty entityTypes list when there are parent restrictions means that the subtype picks up the parents restrictions</li>
+<li>If a list of entityTypes are supplied, where one inherits from another, this will be rejected. This should encourage cleaner classificationsDefs</li>
+</ul></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-subTypes" class="property-name">subTypes</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-superTypes" class="property-name">superTypes</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStructDef.html">AtlasStructDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributeDefs</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">category</span></td>
+          <td><span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">dateFormatter</span></td>
+          <td><span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">serviceType</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasClassifications.html b/2.3.0/api/v2/json_AtlasClassifications.html
new file mode 100644
index 0000000..33d4431
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasClassifications.html
@@ -0,0 +1,167 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasClassifications</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasClassifications</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasClassifications.html">AtlasClassifications</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasClassifications <small>Data Type</small></h1>
+
+      <p>REST serialization friendly list.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_PList.html">PList</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">list</span></td>
+          <td><span class="datatype-reference">array of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">pageSize</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">sortBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">sortType</span></td>
+          <td><span class="datatype-reference"><a href="json_SortType.html">SortType</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">startIndex</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">totalCount</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;list&quot; : [ { }, { } ],
+  &quot;pageSize&quot; : 12345,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortType&quot; : &quot;ASC&quot;,
+  &quot;startIndex&quot; : 12345,
+  &quot;totalCount&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasConstraintDef.html b/2.3.0/api/v2/json_AtlasConstraintDef.html
new file mode 100644
index 0000000..8fef9c9
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasConstraintDef.html
@@ -0,0 +1,143 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasConstraintDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasConstraintDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasConstraintDef.html">AtlasConstraintDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasConstraintDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a constraint.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-params" class="property-name">params</span>
+</td>
+          <td>  <span class="datatype-reference">map of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-type" class="property-name">type</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;params&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;type&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEntitiesWithExtInfo.html b/2.3.0/api/v2/json_AtlasEntitiesWithExtInfo.html
new file mode 100644
index 0000000..1a20e69
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEntitiesWithExtInfo.html
@@ -0,0 +1,461 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEntitiesWithExtInfo</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEntitiesWithExtInfo</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEntitiesWithExtInfo.html">AtlasEntitiesWithExtInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEntitiesWithExtInfo <small>Data Type</small></h1>
+
+      <p>An instance of an entity along with extended info - like hive_table, hive_database.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-entities" class="property-name">entities</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasEntity.html">AtlasEntity</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasEntityExtInfo.html">AtlasEntityExtInfo</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">referredEntities</span></td>
+          <td><span class="datatype-reference">map of <a href="json_AtlasEntity.html">AtlasEntity</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;entities&quot; : [ {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEntity.html b/2.3.0/api/v2/json_AtlasEntity.html
new file mode 100644
index 0000000..cb91c81
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEntity.html
@@ -0,0 +1,393 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEntity</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEntity</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEntity.html">AtlasEntity</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEntity <small>Data Type</small></h1>
+
+      <p>An instance of an entity - like hive_table, hive_database.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-businessAttributes" class="property-name">businessAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">map of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-classifications" class="property-name">classifications</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createTime" class="property-name">createTime</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createdBy" class="property-name">createdBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-customAttributes" class="property-name">customAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-homeId" class="property-name">homeId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isIncomplete" class="property-name">isIncomplete</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-labels" class="property-name">labels</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-meanings" class="property-name">meanings</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasTermAssignmentHeader.html">AtlasTermAssignmentHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-pendingTasks" class="property-name">pendingTasks</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-provenanceType" class="property-name">provenanceType</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-proxy" class="property-name">proxy</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipAttributes" class="property-name">relationshipAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">map of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Status.html">Status</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-updateTime" class="property-name">updateTime</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-updatedBy" class="property-name">updatedBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-version" class="property-name">version</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStruct.html">AtlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;businessAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;customAttributes&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;homeId&quot; : &quot;...&quot;,
+  &quot;isIncomplete&quot; : true,
+  &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;meanings&quot; : [ {
+    &quot;confidence&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;VALIDATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;confidence&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;provenanceType&quot; : 12345,
+  &quot;proxy&quot; : true,
+  &quot;relationshipAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;status&quot; : &quot;ACTIVE&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEntityDef.html b/2.3.0/api/v2/json_AtlasEntityDef.html
new file mode 100644
index 0000000..9f84032
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEntityDef.html
@@ -0,0 +1,566 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEntityDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEntityDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEntityDef.html">AtlasEntityDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEntityDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a entity-type.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-businessAttributeDefs" class="property-name">businessAttributeDefs</span>
+</td>
+          <td>  <span class="datatype-reference">map of array of <a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipAttributeDefs" class="property-name">relationshipAttributeDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelationshipAttributeDef.html">AtlasRelationshipAttributeDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-subTypes" class="property-name">subTypes</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-superTypes" class="property-name">superTypes</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStructDef.html">AtlasStructDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributeDefs</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">category</span></td>
+          <td><span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">dateFormatter</span></td>
+          <td><span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">serviceType</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;businessAttributeDefs&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ]
+  },
+  &quot;relationshipAttributeDefs&quot; : [ {
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;relationshipTypeName&quot; : &quot;...&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;relationshipTypeName&quot; : &quot;...&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEntityExtInfo.html b/2.3.0/api/v2/json_AtlasEntityExtInfo.html
new file mode 100644
index 0000000..d71365c
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEntityExtInfo.html
@@ -0,0 +1,293 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEntityExtInfo</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEntityExtInfo</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEntityExtInfo.html">AtlasEntityExtInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEntityExtInfo <small>Data Type</small></h1>
+
+      <p>An instance of an entity along with extended info - like hive_table, hive_database.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>, <a href="json_AtlasEntitiesWithExtInfo.html">AtlasEntitiesWithExtInfo</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-referredEntities" class="property-name">referredEntities</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_AtlasEntity.html">AtlasEntity</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEntityHeader.html b/2.3.0/api/v2/json_AtlasEntityHeader.html
new file mode 100644
index 0000000..2567704
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEntityHeader.html
@@ -0,0 +1,294 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEntityHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEntityHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEntityHeader <small>Data Type</small></h1>
+
+      <p>An instance of an entity - like hive_table, hive_database.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-classificationNames" class="property-name">classificationNames</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-classifications" class="property-name">classifications</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isIncomplete" class="property-name">isIncomplete</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-labels" class="property-name">labels</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-meaningNames" class="property-name">meaningNames</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-meanings" class="property-name">meanings</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasTermAssignmentHeader.html">AtlasTermAssignmentHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Status.html">Status</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStruct.html">AtlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;isIncomplete&quot; : true,
+  &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;meanings&quot; : [ {
+    &quot;confidence&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;confidence&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEntityHeaders.html b/2.3.0/api/v2/json_AtlasEntityHeaders.html
new file mode 100644
index 0000000..49bfd31
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEntityHeaders.html
@@ -0,0 +1,255 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEntityHeaders</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEntityHeaders</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEntityHeaders.html">AtlasEntityHeaders</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEntityHeaders <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-guidHeaderMap" class="property-name">guidHeaderMap</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;guidHeaderMap&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEntityWithExtInfo.html b/2.3.0/api/v2/json_AtlasEntityWithExtInfo.html
new file mode 100644
index 0000000..e34ef8a
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEntityWithExtInfo.html
@@ -0,0 +1,382 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEntityWithExtInfo</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEntityWithExtInfo</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEntityWithExtInfo <small>Data Type</small></h1>
+
+      <p>An instance of an entity along with extended info - like hive_table, hive_database.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-entity" class="property-name">entity</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasEntity.html">AtlasEntity</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasEntityExtInfo.html">AtlasEntityExtInfo</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">referredEntities</span></td>
+          <td><span class="datatype-reference">map of <a href="json_AtlasEntity.html">AtlasEntity</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;entity&quot; : {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEnumDef.html b/2.3.0/api/v2/json_AtlasEnumDef.html
new file mode 100644
index 0000000..076198a
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEnumDef.html
@@ -0,0 +1,279 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEnumDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEnumDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEnumDef.html">AtlasEnumDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEnumDef <small>Data Type</small></h1>
+
+      <p>class that captures details of an enum-type.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-defaultValue" class="property-name">defaultValue</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-elementDefs" class="property-name">elementDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasEnumElementDef.html">AtlasEnumElementDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">category</span></td>
+          <td><span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">dateFormatter</span></td>
+          <td><span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">serviceType</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;defaultValue&quot; : &quot;...&quot;,
+  &quot;elementDefs&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;ordinal&quot; : 12345,
+    &quot;value&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;ordinal&quot; : 12345,
+    &quot;value&quot; : &quot;...&quot;
+  } ],
+  &quot;category&quot; : &quot;STRUCT&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;CEILING&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasEnumElementDef.html b/2.3.0/api/v2/json_AtlasEnumElementDef.html
new file mode 100644
index 0000000..9ce4de4
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasEnumElementDef.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasEnumElementDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasEnumElementDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasEnumElementDef.html">AtlasEnumElementDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasEnumElementDef <small>Data Type</small></h1>
+
+      <p>class that captures details of an enum-element.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-ordinal" class="property-name">ordinal</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-value" class="property-name">value</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;ordinal&quot; : 12345,
+  &quot;value&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasFullTextResult.html b/2.3.0/api/v2/json_AtlasFullTextResult.html
new file mode 100644
index 0000000..8e70366
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasFullTextResult.html
@@ -0,0 +1,201 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasFullTextResult</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasFullTextResult</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasFullTextResult.html">AtlasFullTextResult</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasFullTextResult <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-entity" class="property-name">entity</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-score" class="property-name">score</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;entity&quot; : {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;score&quot; : 12345.0
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasGlossary.html b/2.3.0/api/v2/json_AtlasGlossary.html
new file mode 100644
index 0000000..aca21cc
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasGlossary.html
@@ -0,0 +1,294 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasGlossary</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasGlossary</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasGlossary.html">AtlasGlossary</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasGlossary <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasGlossaryExtInfo.html">AtlasGlossaryExtInfo</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-categories" class="property-name">categories</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-language" class="property-name">language</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-terms" class="property-name">terms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-usage" class="property-name">usage</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasGlossaryBaseObject.html">AtlasGlossaryBaseObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">additionalAttributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">classifications</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">longDescription</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">qualifiedName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">shortDescription</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasGlossaryBaseObject.html b/2.3.0/api/v2/json_AtlasGlossaryBaseObject.html
new file mode 100644
index 0000000..a43a83c
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasGlossaryBaseObject.html
@@ -0,0 +1,239 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasGlossaryBaseObject</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasGlossaryBaseObject</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasGlossaryBaseObject.html">AtlasGlossaryBaseObject</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasGlossaryBaseObject <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasGlossary.html">AtlasGlossary</a>, <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>, <a href="json_AtlasGlossaryExtInfo.html">AtlasGlossaryExtInfo</a>, <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-additionalAttributes" class="property-name">additionalAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">map of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-classifications" class="property-name">classifications</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-longDescription" class="property-name">longDescription</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-qualifiedName" class="property-name">qualifiedName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-shortDescription" class="property-name">shortDescription</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+
+      <div class="alert alert-warning">This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.</div>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasGlossaryCategory.html b/2.3.0/api/v2/json_AtlasGlossaryCategory.html
new file mode 100644
index 0000000..9a26e56
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasGlossaryCategory.html
@@ -0,0 +1,302 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasGlossaryCategory</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasGlossaryCategory</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasGlossaryCategory <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-anchor" class="property-name">anchor</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasGlossaryHeader.html">AtlasGlossaryHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-childrenCategories" class="property-name">childrenCategories</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-parentCategory" class="property-name">parentCategory</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-terms" class="property-name">terms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasGlossaryBaseObject.html">AtlasGlossaryBaseObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">additionalAttributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">classifications</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">longDescription</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">qualifiedName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">shortDescription</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasGlossaryExtInfo.html b/2.3.0/api/v2/json_AtlasGlossaryExtInfo.html
new file mode 100644
index 0000000..d3d0d41
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasGlossaryExtInfo.html
@@ -0,0 +1,1189 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasGlossaryExtInfo</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasGlossaryExtInfo</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasGlossaryExtInfo.html">AtlasGlossaryExtInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasGlossaryExtInfo <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-categoryInfo" class="property-name">categoryInfo</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-termInfo" class="property-name">termInfo</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasGlossary.html">AtlasGlossary</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">categories</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">language</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">terms</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">usage</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasGlossaryBaseObject.html">AtlasGlossaryBaseObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">additionalAttributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">classifications</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">longDescription</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">qualifiedName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">shortDescription</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;categoryInfo&quot; : {
+    &quot;property1&quot; : {
+      &quot;anchor&quot; : {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;glossaryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;childrenCategories&quot; : [ {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;parentCategory&quot; : {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;terms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;additionalAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;longDescription&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;shortDescription&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;anchor&quot; : {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;glossaryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;childrenCategories&quot; : [ {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;parentCategory&quot; : {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;terms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;additionalAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;longDescription&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;shortDescription&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;
+    }
+  },
+  &quot;termInfo&quot; : {
+    &quot;property1&quot; : {
+      &quot;abbreviation&quot; : &quot;...&quot;,
+      &quot;anchor&quot; : {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;glossaryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;antonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;assignedEntities&quot; : [ {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationshipAttributes&quot; : { },
+        &quot;relationshipGuid&quot; : &quot;...&quot;,
+        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;relationshipType&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;uniqueAttributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      }, {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationshipAttributes&quot; : { },
+        &quot;relationshipGuid&quot; : &quot;...&quot;,
+        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;relationshipType&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;uniqueAttributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      } ],
+      &quot;categories&quot; : [ {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;
+      }, {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;
+      } ],
+      &quot;classifies&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;glossaryTermHeader&quot; : {
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      },
+      &quot;isA&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredToTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacedBy&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacementTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;seeAlso&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;synonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translatedTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translationTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;usage&quot; : &quot;...&quot;,
+      &quot;validValues&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;validValuesFor&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;additionalAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;longDescription&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;shortDescription&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;abbreviation&quot; : &quot;...&quot;,
+      &quot;anchor&quot; : {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;glossaryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;antonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;assignedEntities&quot; : [ {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationshipAttributes&quot; : { },
+        &quot;relationshipGuid&quot; : &quot;...&quot;,
+        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;relationshipType&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;uniqueAttributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      }, {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationshipAttributes&quot; : { },
+        &quot;relationshipGuid&quot; : &quot;...&quot;,
+        &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+        &quot;relationshipType&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;uniqueAttributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      } ],
+      &quot;categories&quot; : [ {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;
+      }, {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;
+      } ],
+      &quot;classifies&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;glossaryTermHeader&quot; : {
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      },
+      &quot;isA&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredToTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacedBy&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacementTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;seeAlso&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;synonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translatedTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translationTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;usage&quot; : &quot;...&quot;,
+      &quot;validValues&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;validValuesFor&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;additionalAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;longDescription&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;shortDescription&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;
+    }
+  },
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasGlossaryHeader.html b/2.3.0/api/v2/json_AtlasGlossaryHeader.html
new file mode 100644
index 0000000..53c7b2b
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasGlossaryHeader.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasGlossaryHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasGlossaryHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasGlossaryHeader.html">AtlasGlossaryHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasGlossaryHeader <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-glossaryGuid" class="property-name">glossaryGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;glossaryGuid&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasGlossaryTerm.html b/2.3.0/api/v2/json_AtlasGlossaryTerm.html
new file mode 100644
index 0000000..d7f4b6d
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasGlossaryTerm.html
@@ -0,0 +1,739 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasGlossaryTerm</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasGlossaryTerm</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasGlossaryTerm <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-abbreviation" class="property-name">abbreviation</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-anchor" class="property-name">anchor</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasGlossaryHeader.html">AtlasGlossaryHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-antonyms" class="property-name">antonyms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-assignedEntities" class="property-name">assignedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-categories" class="property-name">categories</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasTermCategorizationHeader.html">AtlasTermCategorizationHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-classifies" class="property-name">classifies</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-examples" class="property-name">examples</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-glossaryTermHeader" class="property-name">glossaryTermHeader</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasGlossaryTermHeader.html">AtlasGlossaryTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isA" class="property-name">isA</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-preferredTerms" class="property-name">preferredTerms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-preferredToTerms" class="property-name">preferredToTerms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-replacedBy" class="property-name">replacedBy</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-replacementTerms" class="property-name">replacementTerms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-seeAlso" class="property-name">seeAlso</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-synonyms" class="property-name">synonyms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-translatedTerms" class="property-name">translatedTerms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-translationTerms" class="property-name">translationTerms</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-usage" class="property-name">usage</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-validValues" class="property-name">validValues</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-validValuesFor" class="property-name">validValuesFor</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasGlossaryBaseObject.html">AtlasGlossaryBaseObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">additionalAttributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">classifications</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">longDescription</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">qualifiedName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">shortDescription</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasGlossaryTermHeader.html b/2.3.0/api/v2/json_AtlasGlossaryTermHeader.html
new file mode 100644
index 0000000..7594e00
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasGlossaryTermHeader.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasGlossaryTermHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasGlossaryTermHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasGlossaryTermHeader.html">AtlasGlossaryTermHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasGlossaryTermHeader <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-qualifiedName" class="property-name">qualifiedName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-termGuid" class="property-name">termGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;termGuid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasLineageInfo.html b/2.3.0/api/v2/json_AtlasLineageInfo.html
new file mode 100644
index 0000000..e73bb81
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasLineageInfo.html
@@ -0,0 +1,371 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasLineageInfo</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasLineageInfo</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasLineageInfo.html">AtlasLineageInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasLineageInfo <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-baseEntityGuid" class="property-name">baseEntityGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-guidEntityMap" class="property-name">guidEntityMap</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-lineageDepth" class="property-name">lineageDepth</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-lineageDirection" class="property-name">lineageDirection</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_LineageDirection.html">LineageDirection</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-lineageOnDemandPayload" class="property-name">lineageOnDemandPayload</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_LineageOnDemandConstraints.html">LineageOnDemandConstraints</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relations" class="property-name">relations</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_LineageRelation.html">LineageRelation</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationsOnDemand" class="property-name">relationsOnDemand</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_LineageInfoOnDemand.html">LineageInfoOnDemand</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;baseEntityGuid&quot; : &quot;...&quot;,
+  &quot;guidEntityMap&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;lineageDepth&quot; : 12345,
+  &quot;lineageDirection&quot; : &quot;BOTH&quot;,
+  &quot;lineageOnDemandPayload&quot; : {
+    &quot;property1&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;BOTH&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;INPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  }, {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  } ],
+  &quot;relationsOnDemand&quot; : {
+    &quot;property1&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    }
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasObjectId.html b/2.3.0/api/v2/json_AtlasObjectId.html
new file mode 100644
index 0000000..72f77c2
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasObjectId.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasObjectId</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasObjectId</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasObjectId.html">AtlasObjectId</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasObjectId <small>Data Type</small></h1>
+
+      <p>Reference to an object-instance of an Atlas type - like entity.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-typeName" class="property-name">typeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-uniqueAttributes" class="property-name">uniqueAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">map of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;typeName&quot; : &quot;...&quot;,
+  &quot;uniqueAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasQueryType.html b/2.3.0/api/v2/json_AtlasQueryType.html
new file mode 100644
index 0000000..7a0a9bb
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasQueryType.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasQueryType</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasQueryType</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#DSL"><abbr title="DSL" class="side-abbr"><span class="sideoverflow">DSL</span></abbr></a></li>
+          <li><a href="#FULL_TEXT"><abbr title="FULL_TEXT" class="side-abbr"><span class="sideoverflow">FULL_TEXT</span></abbr></a></li>
+          <li><a href="#GREMLIN"><abbr title="GREMLIN" class="side-abbr"><span class="sideoverflow">GREMLIN</span></abbr></a></li>
+          <li><a href="#BASIC"><abbr title="BASIC" class="side-abbr"><span class="sideoverflow">BASIC</span></abbr></a></li>
+          <li><a href="#ATTRIBUTE"><abbr title="ATTRIBUTE" class="side-abbr"><span class="sideoverflow">ATTRIBUTE</span></abbr></a></li>
+          <li><a href="#RELATIONSHIP"><abbr title="RELATIONSHIP" class="side-abbr"><span class="sideoverflow">RELATIONSHIP</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasQueryType.html">AtlasQueryType</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasQueryType <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="DSL">DSL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="FULL_TEXT">FULL_TEXT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="GREMLIN">GREMLIN</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="BASIC">BASIC</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ATTRIBUTE">ATTRIBUTE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="RELATIONSHIP">RELATIONSHIP</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasQuickSearchResult.html b/2.3.0/api/v2/json_AtlasQuickSearchResult.html
new file mode 100644
index 0000000..1c54f45
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasQuickSearchResult.html
@@ -0,0 +1,284 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasQuickSearchResult</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasQuickSearchResult</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasQuickSearchResult.html">AtlasQuickSearchResult</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasQuickSearchResult <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-aggregationMetrics" class="property-name">aggregationMetrics</span>
+</td>
+          <td>  <span class="datatype-reference">map of array of <a href="json_AtlasAggregationEntry.html">AtlasAggregationEntry</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-searchResults" class="property-name">searchResults</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;aggregationMetrics&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    }, {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    }, {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;searchResults&quot; : {
+    &quot;approximateCount&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+    },
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entities&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;fullTextResult&quot; : [ {
+      &quot;entity&quot; : { },
+      &quot;score&quot; : 12345.0
+    }, {
+      &quot;entity&quot; : { },
+      &quot;score&quot; : 12345.0
+    } ],
+    &quot;nextMarker&quot; : &quot;...&quot;,
+    &quot;queryText&quot; : &quot;...&quot;,
+    &quot;queryType&quot; : &quot;GREMLIN&quot;,
+    &quot;referredEntities&quot; : {
+      &quot;property1&quot; : {
+        &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;classifications&quot; : [ { }, { } ],
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;isIncomplete&quot; : true,
+        &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meanings&quot; : [ { }, { } ],
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      },
+      &quot;property2&quot; : {
+        &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;classifications&quot; : [ { }, { } ],
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;isIncomplete&quot; : true,
+        &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meanings&quot; : [ { }, { } ],
+        &quot;status&quot; : &quot;DELETED&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }
+    },
+    &quot;relations&quot; : [ {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;BOTH&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;searchParameters&quot; : {
+      &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classification&quot; : &quot;...&quot;,
+      &quot;entityFilters&quot; : { },
+      &quot;excludeDeletedEntities&quot; : true,
+      &quot;excludeHeaderAttributes&quot; : true,
+      &quot;includeClassificationAttributes&quot; : true,
+      &quot;includeSubClassifications&quot; : true,
+      &quot;includeSubTypes&quot; : true,
+      &quot;limit&quot; : 12345,
+      &quot;marker&quot; : &quot;...&quot;,
+      &quot;offset&quot; : 12345,
+      &quot;query&quot; : &quot;...&quot;,
+      &quot;relationshipFilters&quot; : { },
+      &quot;relationshipName&quot; : &quot;...&quot;,
+      &quot;sortBy&quot; : &quot;...&quot;,
+      &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+      &quot;tagFilters&quot; : { },
+      &quot;termName&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;type&quot; : &quot;...&quot;
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelatedCategoryHeader.html b/2.3.0/api/v2/json_AtlasRelatedCategoryHeader.html
new file mode 100644
index 0000000..09d470a
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelatedCategoryHeader.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelatedCategoryHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelatedCategoryHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelatedCategoryHeader <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-categoryGuid" class="property-name">categoryGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-parentCategoryGuid" class="property-name">parentCategoryGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;categoryGuid&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelatedObjectId.html b/2.3.0/api/v2/json_AtlasRelatedObjectId.html
new file mode 100644
index 0000000..df49941
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelatedObjectId.html
@@ -0,0 +1,225 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelatedObjectId</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelatedObjectId</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelatedObjectId <small>Data Type</small></h1>
+
+      <p>Reference to an object-instance of AtlasEntity type used in relationship attribute values</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entityStatus" class="property-name">entityStatus</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Status.html">Status</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-qualifiedName" class="property-name">qualifiedName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipAttributes" class="property-name">relationshipAttributes</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasStruct.html">AtlasStruct</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipGuid" class="property-name">relationshipGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipStatus" class="property-name">relationshipStatus</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Status_AtlasRelationship.html">Status</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipType" class="property-name">relationshipType</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasObjectId.html">AtlasObjectId</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">uniqueAttributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;PURGED&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationshipAttributes&quot; : {
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;relationshipGuid&quot; : &quot;...&quot;,
+  &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;relationshipType&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;typeName&quot; : &quot;...&quot;,
+  &quot;uniqueAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelatedTermHeader.html b/2.3.0/api/v2/json_AtlasRelatedTermHeader.html
new file mode 100644
index 0000000..e196677
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelatedTermHeader.html
@@ -0,0 +1,210 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelatedTermHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelatedTermHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelatedTermHeader <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-expression" class="property-name">expression</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-qualifiedName" class="property-name">qualifiedName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-source" class="property-name">source</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasTermRelationshipStatus.html">AtlasTermRelationshipStatus</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-steward" class="property-name">steward</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-termGuid" class="property-name">termGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;expression&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;,
+  &quot;source&quot; : &quot;...&quot;,
+  &quot;status&quot; : &quot;OBSOLETE&quot;,
+  &quot;steward&quot; : &quot;...&quot;,
+  &quot;termGuid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelationship.html b/2.3.0/api/v2/json_AtlasRelationship.html
new file mode 100644
index 0000000..c0ce083
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelationship.html
@@ -0,0 +1,382 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelationship</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelationship</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelationship.html">AtlasRelationship</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelationship <small>Data Type</small></h1>
+
+      <p>Atlas relationship instance.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-blockedPropagatedClassifications" class="property-name">blockedPropagatedClassifications</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createTime" class="property-name">createTime</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createdBy" class="property-name">createdBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-end1" class="property-name">end1</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasObjectId.html">AtlasObjectId</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-end2" class="property-name">end2</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasObjectId.html">AtlasObjectId</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-homeId" class="property-name">homeId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-label" class="property-name">label</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-propagateTags" class="property-name">propagateTags</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_PropagateTags.html">PropagateTags</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-propagatedClassifications" class="property-name">propagatedClassifications</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-provenanceType" class="property-name">provenanceType</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Status_AtlasRelationship.html">Status</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-updateTime" class="property-name">updateTime</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-updatedBy" class="property-name">updatedBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-version" class="property-name">version</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStruct.html">AtlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;blockedPropagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;end1&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;end2&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;homeId&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
+  &quot;propagateTags&quot; : &quot;NONE&quot;,
+  &quot;propagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;provenanceType&quot; : 12345,
+  &quot;status&quot; : &quot;ACTIVE&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelationshipAttributeDef.html b/2.3.0/api/v2/json_AtlasRelationshipAttributeDef.html
new file mode 100644
index 0000000..4e32ca5
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelationshipAttributeDef.html
@@ -0,0 +1,311 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelationshipAttributeDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelationshipAttributeDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelationshipAttributeDef.html">AtlasRelationshipAttributeDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelationshipAttributeDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a struct-attribute.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-isLegacyAttribute" class="property-name">isLegacyAttribute</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipTypeName" class="property-name">relationshipTypeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="4"><h5 class="text-muted">Properties inherited from <a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">cardinality</span></td>
+          <td><span class="datatype-reference"><a href="json_Cardinality.html">Cardinality</a>
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">constraints</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasConstraintDef.html">AtlasConstraintDef</a>
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">defaultValue</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">displayName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">includeInNotification</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-constraints">required
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">indexType</span></td>
+          <td><span class="datatype-reference"><a href="json_IndexType.html">IndexType</a>
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">isIndexable</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-constraints">required
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">isOptional</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-constraints">required
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">isUnique</span></td>
+          <td><span class="datatype-reference">boolean
+</span></td>
+          <td><span class="property-constraints">required
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of string
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">searchWeight</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-constraints">required
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-constraints">&nbsp;
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">valuesMaxCount</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-constraints">required
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">valuesMinCount</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-constraints">required
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;isLegacyAttribute&quot; : true,
+  &quot;relationshipTypeName&quot; : &quot;...&quot;,
+  &quot;cardinality&quot; : &quot;SET&quot;,
+  &quot;constraints&quot; : [ {
+    &quot;params&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;type&quot; : &quot;...&quot;
+  }, {
+    &quot;params&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;type&quot; : &quot;...&quot;
+  } ],
+  &quot;defaultValue&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayName&quot; : &quot;...&quot;,
+  &quot;includeInNotification&quot; : true,
+  &quot;indexType&quot; : &quot;STRING&quot;,
+  &quot;isIndexable&quot; : true,
+  &quot;isOptional&quot; : true,
+  &quot;isUnique&quot; : true,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;searchWeight&quot; : 12345,
+  &quot;typeName&quot; : &quot;...&quot;,
+  &quot;valuesMaxCount&quot; : 12345,
+  &quot;valuesMinCount&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelationshipDef.html b/2.3.0/api/v2/json_AtlasRelationshipDef.html
new file mode 100644
index 0000000..c5c7d6e
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelationshipDef.html
@@ -0,0 +1,421 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelationshipDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelationshipDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelationshipDef <small>Data Type</small></h1>
+
+      <p>AtlasRelationshipDef is a TypeDef that defines a relationship.
+<p>
+As with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.
+The name and the guid are the 2 ways that the RelationshipDef is identified.
+<p>
+RelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally
+whether the end is a container.
+<p>
+RelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>
+RelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>
+RelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.
+<p>
+The way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs
+will not specify an EntityDef type name as their types.
+<p>
+RelationshipDefs introduce new attributes to the entity instances. For example
+<p>
+EntityDef A might have attributes attr1,attr2,attr3 <br>
+EntityDef B might have attributes attr4,attr5,attr6 <br>
+RelationshipDef AtoB might define 2 ends <br>
+
+<pre>
+   end1:  type A, name attr7
+   end2:  type B, name attr8  </pre>
+
+<p>
+When an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>
+When an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8
+<p>
+In this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into
+the entity instances</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-endDef1" class="property-name">endDef1</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasRelationshipEndDef.html">AtlasRelationshipEndDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-endDef2" class="property-name">endDef2</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasRelationshipEndDef.html">AtlasRelationshipEndDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-propagateTags" class="property-name">propagateTags</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_PropagateTags.html">PropagateTags</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipCategory" class="property-name">relationshipCategory</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_RelationshipCategory.html">RelationshipCategory</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipLabel" class="property-name">relationshipLabel</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStructDef.html">AtlasStructDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributeDefs</span></td>
+          <td><span class="datatype-reference">array of <a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">category</span></td>
+          <td><span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">dateFormatter</span></td>
+          <td><span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">serviceType</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;endDef1&quot; : {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;isContainer&quot; : true,
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;
+  },
+  &quot;endDef2&quot; : {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;isContainer&quot; : true,
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;
+  },
+  &quot;propagateTags&quot; : &quot;BOTH&quot;,
+  &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+  &quot;relationshipLabel&quot; : &quot;...&quot;,
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelationshipEndDef.html b/2.3.0/api/v2/json_AtlasRelationshipEndDef.html
new file mode 100644
index 0000000..e0064f4
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelationshipEndDef.html
@@ -0,0 +1,200 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelationshipEndDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelationshipEndDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelationshipEndDef.html">AtlasRelationshipEndDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelationshipEndDef <small>Data Type</small></h1>
+
+      <p>The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an
+attribute name, cardinality and whether it  is the container end of the relationship.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-cardinality" class="property-name">cardinality</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Cardinality.html">Cardinality</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">the cardinality</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isContainer" class="property-name">isContainer</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-isLegacyAttribute" class="property-name">isLegacyAttribute</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-type" class="property-name">type</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;cardinality&quot; : &quot;SET&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;isContainer&quot; : true,
+  &quot;isLegacyAttribute&quot; : true,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;type&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelationshipHeader.html b/2.3.0/api/v2/json_AtlasRelationshipHeader.html
new file mode 100644
index 0000000..f228933
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelationshipHeader.html
@@ -0,0 +1,216 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelationshipHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelationshipHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelationshipHeader.html">AtlasRelationshipHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelationshipHeader <small>Data Type</small></h1>
+
+      <p>Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-end1" class="property-name">end1</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasObjectId.html">AtlasObjectId</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-end2" class="property-name">end2</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasObjectId.html">AtlasObjectId</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-label" class="property-name">label</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-propagateTags" class="property-name">propagateTags</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_PropagateTags.html">PropagateTags</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Status.html">Status</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStruct.html">AtlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;end1&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;end2&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
+  &quot;propagateTags&quot; : &quot;BOTH&quot;,
+  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasRelationshipWithExtInfo.html b/2.3.0/api/v2/json_AtlasRelationshipWithExtInfo.html
new file mode 100644
index 0000000..9f7fe70
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasRelationshipWithExtInfo.html
@@ -0,0 +1,344 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelationshipWithExtInfo</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelationshipWithExtInfo</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelationshipWithExtInfo.html">AtlasRelationshipWithExtInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelationshipWithExtInfo <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-referredEntities" class="property-name">referredEntities</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationship" class="property-name">relationship</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relationship&quot; : {
+    &quot;blockedPropagatedClassifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;propagatedClassifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasSearchResult.html b/2.3.0/api/v2/json_AtlasSearchResult.html
new file mode 100644
index 0000000..f649301
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasSearchResult.html
@@ -0,0 +1,653 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasSearchResult</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasSearchResult</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasSearchResult <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-approximateCount" class="property-name">approximateCount</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-attributes" class="property-name">attributes</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AttributeSearchResult.html">AttributeSearchResult</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-classification" class="property-name">classification</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entities" class="property-name">entities</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-fullTextResult" class="property-name">fullTextResult</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasFullTextResult.html">AtlasFullTextResult</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-nextMarker" class="property-name">nextMarker</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-queryText" class="property-name">queryText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-queryType" class="property-name">queryType</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasQueryType.html">AtlasQueryType</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-referredEntities" class="property-name">referredEntities</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relations" class="property-name">relations</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelationshipHeader.html">AtlasRelationshipHeader</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-searchParameters" class="property-name">searchParameters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SearchParameters.html">SearchParameters</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-type" class="property-name">type</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GTE&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;IS_NULL&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasStruct.html b/2.3.0/api/v2/json_AtlasStruct.html
new file mode 100644
index 0000000..e73ee15
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasStruct.html
@@ -0,0 +1,145 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasStruct</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasStruct</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasStruct.html">AtlasStruct</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasStruct <small>Data Type</small></h1>
+
+      <p>Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>, <a href="json_AtlasClassification.html">AtlasClassification</a>, <a href="json_AtlasRelationship.html">AtlasRelationship</a>, <a href="json_AtlasRelationshipHeader.html">AtlasRelationshipHeader</a>, <a href="json_AtlasEntity.html">AtlasEntity</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-attributes" class="property-name">attributes</span>
+</td>
+          <td>  <span class="datatype-reference">map of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-typeName" class="property-name">typeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasStructDef.html b/2.3.0/api/v2/json_AtlasStructDef.html
new file mode 100644
index 0000000..2962d74
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasStructDef.html
@@ -0,0 +1,327 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasStructDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasStructDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasStructDef.html">AtlasStructDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasStructDef <small>Data Type</small></h1>
+
+      <p>class that captures details of a struct-type.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Subtypes</dt>
+        <dd><a href="json_AtlasBusinessMetadataDef.html">AtlasBusinessMetadataDef</a>, <a href="json_AtlasEntityDef.html">AtlasEntityDef</a>, <a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>, <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-attributeDefs" class="property-name">attributeDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasAttributeDef.html">AtlasAttributeDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">category</span></td>
+          <td><span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">createdBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">dateFormatter</span></td>
+          <td><span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">description</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">name</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">options</span></td>
+          <td><span class="datatype-reference">map of string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">serviceType</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeVersion</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updateTime</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">updatedBy</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">version</span></td>
+          <td><span class="datatype-reference">number
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasSuggestionsResult.html b/2.3.0/api/v2/json_AtlasSuggestionsResult.html
new file mode 100644
index 0000000..df6feb8
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasSuggestionsResult.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasSuggestionsResult</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasSuggestionsResult</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasSuggestionsResult.html">AtlasSuggestionsResult</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasSuggestionsResult <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-fieldName" class="property-name">fieldName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-prefixString" class="property-name">prefixString</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-suggestions" class="property-name">suggestions</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;fieldName&quot; : &quot;...&quot;,
+  &quot;prefixString&quot; : &quot;...&quot;,
+  &quot;suggestions&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasTermAssignmentHeader.html b/2.3.0/api/v2/json_AtlasTermAssignmentHeader.html
new file mode 100644
index 0000000..4e36d59
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasTermAssignmentHeader.html
@@ -0,0 +1,264 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTermAssignmentHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasTermAssignmentHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasTermAssignmentHeader.html">AtlasTermAssignmentHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTermAssignmentHeader <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-confidence" class="property-name">confidence</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-createdBy" class="property-name">createdBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-expression" class="property-name">expression</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-qualifiedName" class="property-name">qualifiedName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-source" class="property-name">source</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasTermAssignmentStatus.html">AtlasTermAssignmentStatus</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-steward" class="property-name">steward</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-termGuid" class="property-name">termGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;confidence&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;expression&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;,
+  &quot;source&quot; : &quot;...&quot;,
+  &quot;status&quot; : &quot;OTHER&quot;,
+  &quot;steward&quot; : &quot;...&quot;,
+  &quot;termGuid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasTermAssignmentStatus.html b/2.3.0/api/v2/json_AtlasTermAssignmentStatus.html
new file mode 100644
index 0000000..9908da8
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasTermAssignmentStatus.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTermAssignmentStatus</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasTermAssignmentStatus</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#DISCOVERED"><abbr title="DISCOVERED" class="side-abbr"><span class="sideoverflow">DISCOVERED</span></abbr></a></li>
+          <li><a href="#PROPOSED"><abbr title="PROPOSED" class="side-abbr"><span class="sideoverflow">PROPOSED</span></abbr></a></li>
+          <li><a href="#IMPORTED"><abbr title="IMPORTED" class="side-abbr"><span class="sideoverflow">IMPORTED</span></abbr></a></li>
+          <li><a href="#VALIDATED"><abbr title="VALIDATED" class="side-abbr"><span class="sideoverflow">VALIDATED</span></abbr></a></li>
+          <li><a href="#DEPRECATED"><abbr title="DEPRECATED" class="side-abbr"><span class="sideoverflow">DEPRECATED</span></abbr></a></li>
+          <li><a href="#OBSOLETE"><abbr title="OBSOLETE" class="side-abbr"><span class="sideoverflow">OBSOLETE</span></abbr></a></li>
+          <li><a href="#OTHER"><abbr title="OTHER" class="side-abbr"><span class="sideoverflow">OTHER</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasTermAssignmentStatus.html">AtlasTermAssignmentStatus</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTermAssignmentStatus <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="DISCOVERED">DISCOVERED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PROPOSED">PROPOSED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="IMPORTED">IMPORTED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="VALIDATED">VALIDATED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DEPRECATED">DEPRECATED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OBSOLETE">OBSOLETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OTHER">OTHER</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasTermCategorizationHeader.html b/2.3.0/api/v2/json_AtlasTermCategorizationHeader.html
new file mode 100644
index 0000000..0b67f77
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasTermCategorizationHeader.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTermCategorizationHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasTermCategorizationHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasTermCategorizationHeader.html">AtlasTermCategorizationHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTermCategorizationHeader <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-categoryGuid" class="property-name">categoryGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-description" class="property-name">description</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayText" class="property-name">displayText</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasTermRelationshipStatus.html">AtlasTermRelationshipStatus</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;categoryGuid&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;,
+  &quot;status&quot; : &quot;OBSOLETE&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasTermRelationshipStatus.html b/2.3.0/api/v2/json_AtlasTermRelationshipStatus.html
new file mode 100644
index 0000000..ab9fd01
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasTermRelationshipStatus.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTermRelationshipStatus</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasTermRelationshipStatus</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#DRAFT"><abbr title="DRAFT" class="side-abbr"><span class="sideoverflow">DRAFT</span></abbr></a></li>
+          <li><a href="#ACTIVE"><abbr title="ACTIVE" class="side-abbr"><span class="sideoverflow">ACTIVE</span></abbr></a></li>
+          <li><a href="#DEPRECATED"><abbr title="DEPRECATED" class="side-abbr"><span class="sideoverflow">DEPRECATED</span></abbr></a></li>
+          <li><a href="#OBSOLETE"><abbr title="OBSOLETE" class="side-abbr"><span class="sideoverflow">OBSOLETE</span></abbr></a></li>
+          <li><a href="#OTHER"><abbr title="OTHER" class="side-abbr"><span class="sideoverflow">OTHER</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasTermRelationshipStatus.html">AtlasTermRelationshipStatus</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTermRelationshipStatus <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="DRAFT">DRAFT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ACTIVE">ACTIVE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DEPRECATED">DEPRECATED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OBSOLETE">OBSOLETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OTHER">OTHER</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasTypeDefHeader.html b/2.3.0/api/v2/json_AtlasTypeDefHeader.html
new file mode 100644
index 0000000..0b65f00
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasTypeDefHeader.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTypeDefHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasTypeDefHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasTypeDefHeader.html">AtlasTypeDefHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTypeDefHeader <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-category" class="property-name">category</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_TypeCategory.html">TypeCategory</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-serviceType" class="property-name">serviceType</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;category&quot; : &quot;STRUCT&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;serviceType&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasTypesDef.html b/2.3.0/api/v2/json_AtlasTypesDef.html
new file mode 100644
index 0000000..407ee4e
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasTypesDef.html
@@ -0,0 +1,1240 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasTypesDef</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasTypesDef</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasTypesDef <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-businessMetadataDefs" class="property-name">businessMetadataDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasBusinessMetadataDef.html">AtlasBusinessMetadataDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-classificationDefs" class="property-name">classificationDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entityDefs" class="property-name">entityDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasEntityDef.html">AtlasEntityDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-enumDefs" class="property-name">enumDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasEnumDef.html">AtlasEnumDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipDefs" class="property-name">relationshipDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-structDefs" class="property-name">structDefs</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasStructDef.html">AtlasStructDef</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;businessMetadataDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AtlasUserSavedSearch.html b/2.3.0/api/v2/json_AtlasUserSavedSearch.html
new file mode 100644
index 0000000..aa14715
--- /dev/null
+++ b/2.3.0/api/v2/json_AtlasUserSavedSearch.html
@@ -0,0 +1,220 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasUserSavedSearch</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasUserSavedSearch</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasUserSavedSearch <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-ownerName" class="property-name">ownerName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-searchParameters" class="property-name">searchParameters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SearchParameters.html">SearchParameters</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-searchType" class="property-name">searchType</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SavedSearchType.html">SavedSearchType</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-uiParameters" class="property-name">uiParameters</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasBaseModelObject.html">AtlasBaseModelObject</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">guid</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GT&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;EQ&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;searchType&quot; : &quot;BASIC&quot;,
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_AttributeSearchResult.html b/2.3.0/api/v2/json_AttributeSearchResult.html
new file mode 100644
index 0000000..0d43048
--- /dev/null
+++ b/2.3.0/api/v2/json_AttributeSearchResult.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AttributeSearchResult</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AttributeSearchResult</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AttributeSearchResult.html">AttributeSearchResult</a></li>
+        </ol>
+
+      <h1 class="page-header">AttributeSearchResult <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-name" class="property-name">name</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-values" class="property-name">values</span>
+</td>
+          <td>  <span class="datatype-reference">array of array of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_BulkImportResponse.html b/2.3.0/api/v2/json_BulkImportResponse.html
new file mode 100644
index 0000000..f163416
--- /dev/null
+++ b/2.3.0/api/v2/json_BulkImportResponse.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: BulkImportResponse</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: BulkImportResponse</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_BulkImportResponse.html">BulkImportResponse</a></li>
+        </ol>
+
+      <h1 class="page-header">BulkImportResponse <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-failedImportInfoList" class="property-name">failedImportInfoList</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_ImportInfo.html">ImportInfo</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-successImportInfoList" class="property-name">successImportInfoList</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_ImportInfo.html">ImportInfo</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;failedImportInfoList&quot; : [ {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  }, {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;SUCCESS&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  } ],
+  &quot;successImportInfoList&quot; : [ {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  }, {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  } ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_Cardinality.html b/2.3.0/api/v2/json_Cardinality.html
new file mode 100644
index 0000000..6aaad6a
--- /dev/null
+++ b/2.3.0/api/v2/json_Cardinality.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Cardinality</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Cardinality</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#SINGLE"><abbr title="SINGLE" class="side-abbr"><span class="sideoverflow">SINGLE</span></abbr></a></li>
+          <li><a href="#LIST"><abbr title="LIST" class="side-abbr"><span class="sideoverflow">LIST</span></abbr></a></li>
+          <li><a href="#SET"><abbr title="SET" class="side-abbr"><span class="sideoverflow">SET</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Cardinality.html">Cardinality</a></li>
+        </ol>
+
+      <h1 class="page-header">Cardinality <small>Data Type</small></h1>
+
+      <p>single-valued attribute or multi-valued attribute.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="SINGLE">SINGLE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="LIST">LIST</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="SET">SET</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_ClassificationAssociateRequest.html b/2.3.0/api/v2/json_ClassificationAssociateRequest.html
new file mode 100644
index 0000000..be26708
--- /dev/null
+++ b/2.3.0/api/v2/json_ClassificationAssociateRequest.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: ClassificationAssociateRequest</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: ClassificationAssociateRequest</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_ClassificationAssociateRequest.html">ClassificationAssociateRequest</a></li>
+        </ol>
+
+      <h1 class="page-header">ClassificationAssociateRequest <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-classification" class="property-name">classification</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasClassification.html">AtlasClassification</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entitiesUniqueAttributes" class="property-name">entitiesUniqueAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">array of map of object
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entityGuids" class="property-name">entityGuids</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entityTypeName" class="property-name">entityTypeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;classification&quot; : {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;entitiesUniqueAttributes&quot; : [ {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  }, {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  } ],
+  &quot;entityGuids&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;entityTypeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_Condition.html b/2.3.0/api/v2/json_Condition.html
new file mode 100644
index 0000000..75d69fb
--- /dev/null
+++ b/2.3.0/api/v2/json_Condition.html
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Condition</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Condition</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#AND"><abbr title="AND" class="side-abbr"><span class="sideoverflow">AND</span></abbr></a></li>
+          <li><a href="#OR"><abbr title="OR" class="side-abbr"><span class="sideoverflow">OR</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Condition.html">Condition</a></li>
+        </ol>
+
+      <h1 class="page-header">Condition <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="AND">AND</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OR">OR</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_DateFormat.html b/2.3.0/api/v2/json_DateFormat.html
new file mode 100644
index 0000000..1dbce13
--- /dev/null
+++ b/2.3.0/api/v2/json_DateFormat.html
@@ -0,0 +1,390 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: DateFormat</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: DateFormat</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_DateFormat.html">DateFormat</a></li>
+        </ol>
+
+      <h1 class="page-header">DateFormat <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-availableLocales" class="property-name">availableLocales</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-calendar" class="property-name">calendar</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-dateInstance" class="property-name">dateInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-dateTimeInstance" class="property-name">dateTimeInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-instance" class="property-name">instance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-lenient" class="property-name">lenient</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-numberFormat" class="property-name">numberFormat</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_NumberFormat.html">NumberFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-timeInstance" class="property-name">timeInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_DateFormat.html">DateFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-timeZone" class="property-name">timeZone</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_TimeZone.html">TimeZone</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;calendar&quot; : 12345,
+  &quot;dateInstance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;dateTimeInstance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;DOWN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;instance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;FLOOR&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;lenient&quot; : true,
+  &quot;numberFormat&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;currency&quot; : &quot;...&quot;,
+    &quot;currencyInstance&quot; : { },
+    &quot;groupingUsed&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;integerInstance&quot; : { },
+    &quot;maximumFractionDigits&quot; : 12345,
+    &quot;maximumIntegerDigits&quot; : 12345,
+    &quot;minimumFractionDigits&quot; : 12345,
+    &quot;minimumIntegerDigits&quot; : 12345,
+    &quot;numberInstance&quot; : { },
+    &quot;parseIntegerOnly&quot; : true,
+    &quot;percentInstance&quot; : { },
+    &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+  },
+  &quot;timeInstance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;timeZone&quot; : {
+    &quot;DSTSavings&quot; : 12345,
+    &quot;ID&quot; : &quot;...&quot;,
+    &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;default&quot; : { },
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;rawOffset&quot; : 12345
+  }
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_EntityAuditActionV2.html b/2.3.0/api/v2/json_EntityAuditActionV2.html
new file mode 100644
index 0000000..e54554e
--- /dev/null
+++ b/2.3.0/api/v2/json_EntityAuditActionV2.html
@@ -0,0 +1,210 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: EntityAuditActionV2</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: EntityAuditActionV2</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#ENTITY_CREATE"><abbr title="ENTITY_CREATE" class="side-abbr"><span class="sideoverflow">ENTITY_CREATE</span></abbr></a></li>
+          <li><a href="#ENTITY_UPDATE"><abbr title="ENTITY_UPDATE" class="side-abbr"><span class="sideoverflow">ENTITY_UPDATE</span></abbr></a></li>
+          <li><a href="#ENTITY_DELETE"><abbr title="ENTITY_DELETE" class="side-abbr"><span class="sideoverflow">ENTITY_DELETE</span></abbr></a></li>
+          <li><a href="#ENTITY_IMPORT_CREATE"><abbr title="ENTITY_IMPORT_CREATE" class="side-abbr"><span class="sideoverflow">ENTITY_IMPORT_CREATE</span></abbr></a></li>
+          <li><a href="#ENTITY_IMPORT_UPDATE"><abbr title="ENTITY_IMPORT_UPDATE" class="side-abbr"><span class="sideoverflow">ENTITY_IMPORT_UPDATE</span></abbr></a></li>
+          <li><a href="#ENTITY_IMPORT_DELETE"><abbr title="ENTITY_IMPORT_DELETE" class="side-abbr"><span class="sideoverflow">ENTITY_IMPORT_DELETE</span></abbr></a></li>
+          <li><a href="#CLASSIFICATION_ADD"><abbr title="CLASSIFICATION_ADD" class="side-abbr"><span class="sideoverflow">CLASSIFICATION_ADD</span></abbr></a></li>
+          <li><a href="#CLASSIFICATION_DELETE"><abbr title="CLASSIFICATION_DELETE" class="side-abbr"><span class="sideoverflow">CLASSIFICATION_DELETE</span></abbr></a></li>
+          <li><a href="#CLASSIFICATION_UPDATE"><abbr title="CLASSIFICATION_UPDATE" class="side-abbr"><span class="sideoverflow">CLASSIFICATION_UPDATE</span></abbr></a></li>
+          <li><a href="#PROPAGATED_CLASSIFICATION_ADD"><abbr title="PROPAGATED_CLASSIFICATION_ADD" class="side-abbr"><span class="sideoverflow">PROPAGATED_CLASSIFICATION_ADD</span></abbr></a></li>
+          <li><a href="#PROPAGATED_CLASSIFICATION_DELETE"><abbr title="PROPAGATED_CLASSIFICATION_DELETE" class="side-abbr"><span class="sideoverflow">PROPAGATED_CLASSIFICATION_DELETE</span></abbr></a></li>
+          <li><a href="#PROPAGATED_CLASSIFICATION_UPDATE"><abbr title="PROPAGATED_CLASSIFICATION_UPDATE" class="side-abbr"><span class="sideoverflow">PROPAGATED_CLASSIFICATION_UPDATE</span></abbr></a></li>
+          <li><a href="#TERM_ADD"><abbr title="TERM_ADD" class="side-abbr"><span class="sideoverflow">TERM_ADD</span></abbr></a></li>
+          <li><a href="#TERM_DELETE"><abbr title="TERM_DELETE" class="side-abbr"><span class="sideoverflow">TERM_DELETE</span></abbr></a></li>
+          <li><a href="#LABEL_ADD"><abbr title="LABEL_ADD" class="side-abbr"><span class="sideoverflow">LABEL_ADD</span></abbr></a></li>
+          <li><a href="#LABEL_DELETE"><abbr title="LABEL_DELETE" class="side-abbr"><span class="sideoverflow">LABEL_DELETE</span></abbr></a></li>
+          <li><a href="#ENTITY_PURGE"><abbr title="ENTITY_PURGE" class="side-abbr"><span class="sideoverflow">ENTITY_PURGE</span></abbr></a></li>
+          <li><a href="#BUSINESS_ATTRIBUTE_UPDATE"><abbr title="BUSINESS_ATTRIBUTE_UPDATE" class="side-abbr"><span class="sideoverflow">BUSINESS_ATTRIBUTE_UPDATE</span></abbr></a></li>
+          <li><a href="#CUSTOM_ATTRIBUTE_UPDATE"><abbr title="CUSTOM_ATTRIBUTE_UPDATE" class="side-abbr"><span class="sideoverflow">CUSTOM_ATTRIBUTE_UPDATE</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_EntityAuditActionV2.html">EntityAuditActionV2</a></li>
+        </ol>
+
+      <h1 class="page-header">EntityAuditActionV2 <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="ENTITY_CREATE">ENTITY_CREATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENTITY_UPDATE">ENTITY_UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENTITY_DELETE">ENTITY_DELETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENTITY_IMPORT_CREATE">ENTITY_IMPORT_CREATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENTITY_IMPORT_UPDATE">ENTITY_IMPORT_UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENTITY_IMPORT_DELETE">ENTITY_IMPORT_DELETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CLASSIFICATION_ADD">CLASSIFICATION_ADD</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CLASSIFICATION_DELETE">CLASSIFICATION_DELETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CLASSIFICATION_UPDATE">CLASSIFICATION_UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PROPAGATED_CLASSIFICATION_ADD">PROPAGATED_CLASSIFICATION_ADD</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PROPAGATED_CLASSIFICATION_DELETE">PROPAGATED_CLASSIFICATION_DELETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PROPAGATED_CLASSIFICATION_UPDATE">PROPAGATED_CLASSIFICATION_UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="TERM_ADD">TERM_ADD</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="TERM_DELETE">TERM_DELETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="LABEL_ADD">LABEL_ADD</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="LABEL_DELETE">LABEL_DELETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENTITY_PURGE">ENTITY_PURGE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="BUSINESS_ATTRIBUTE_UPDATE">BUSINESS_ATTRIBUTE_UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CUSTOM_ATTRIBUTE_UPDATE">CUSTOM_ATTRIBUTE_UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_EntityAuditEventV2.html b/2.3.0/api/v2/json_EntityAuditEventV2.html
new file mode 100644
index 0000000..4115653
--- /dev/null
+++ b/2.3.0/api/v2/json_EntityAuditEventV2.html
@@ -0,0 +1,304 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: EntityAuditEventV2</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: EntityAuditEventV2</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_EntityAuditEventV2.html">EntityAuditEventV2</a></li>
+        </ol>
+
+      <h1 class="page-header">EntityAuditEventV2 <small>Data Type</small></h1>
+
+      <p>Structure of v2 entity audit event</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-action" class="property-name">action</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_EntityAuditActionV2.html">EntityAuditActionV2</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-details" class="property-name">details</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entity" class="property-name">entity</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasEntity.html">AtlasEntity</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entityId" class="property-name">entityId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-eventKey" class="property-name">eventKey</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-timestamp" class="property-name">timestamp</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-type" class="property-name">type</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_EntityAuditType.html">EntityAuditType</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-user" class="property-name">user</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;action&quot; : &quot;ENTITY_IMPORT_UPDATE&quot;,
+  &quot;details&quot; : &quot;...&quot;,
+  &quot;entity&quot; : {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;entityId&quot; : &quot;...&quot;,
+  &quot;eventKey&quot; : &quot;...&quot;,
+  &quot;timestamp&quot; : 12345,
+  &quot;type&quot; : &quot;ENTITY_AUDIT_V1&quot;,
+  &quot;user&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_EntityAuditType.html b/2.3.0/api/v2/json_EntityAuditType.html
new file mode 100644
index 0000000..6ebbe0c
--- /dev/null
+++ b/2.3.0/api/v2/json_EntityAuditType.html
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: EntityAuditType</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: EntityAuditType</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#ENTITY_AUDIT_V1"><abbr title="ENTITY_AUDIT_V1" class="side-abbr"><span class="sideoverflow">ENTITY_AUDIT_V1</span></abbr></a></li>
+          <li><a href="#ENTITY_AUDIT_V2"><abbr title="ENTITY_AUDIT_V2" class="side-abbr"><span class="sideoverflow">ENTITY_AUDIT_V2</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_EntityAuditType.html">EntityAuditType</a></li>
+        </ol>
+
+      <h1 class="page-header">EntityAuditType <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="ENTITY_AUDIT_V1">ENTITY_AUDIT_V1</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENTITY_AUDIT_V2">ENTITY_AUDIT_V2</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_EntityMutationResponse.html b/2.3.0/api/v2/json_EntityMutationResponse.html
new file mode 100644
index 0000000..a8c48bd
--- /dev/null
+++ b/2.3.0/api/v2/json_EntityMutationResponse.html
@@ -0,0 +1,522 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: EntityMutationResponse</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: EntityMutationResponse</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a></li>
+        </ol>
+
+      <h1 class="page-header">EntityMutationResponse <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-guidAssignments" class="property-name">guidAssignments</span>
+</td>
+          <td>  <span class="datatype-reference">map of string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-mutatedEntities" class="property-name">mutatedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">map of array of <a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-partialUpdatedEntities" class="property-name">partialUpdatedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ]
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_EntityOperation.html b/2.3.0/api/v2/json_EntityOperation.html
new file mode 100644
index 0000000..e2bf77b
--- /dev/null
+++ b/2.3.0/api/v2/json_EntityOperation.html
@@ -0,0 +1,140 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: EntityOperation</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: EntityOperation</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#CREATE"><abbr title="CREATE" class="side-abbr"><span class="sideoverflow">CREATE</span></abbr></a></li>
+          <li><a href="#UPDATE"><abbr title="UPDATE" class="side-abbr"><span class="sideoverflow">UPDATE</span></abbr></a></li>
+          <li><a href="#PARTIAL_UPDATE"><abbr title="PARTIAL_UPDATE" class="side-abbr"><span class="sideoverflow">PARTIAL_UPDATE</span></abbr></a></li>
+          <li><a href="#DELETE"><abbr title="DELETE" class="side-abbr"><span class="sideoverflow">DELETE</span></abbr></a></li>
+          <li><a href="#PURGE"><abbr title="PURGE" class="side-abbr"><span class="sideoverflow">PURGE</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_EntityOperation.html">EntityOperation</a></li>
+        </ol>
+
+      <h1 class="page-header">EntityOperation <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="CREATE">CREATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="UPDATE">UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PARTIAL_UPDATE">PARTIAL_UPDATE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DELETE">DELETE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PURGE">PURGE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_FilterCriteria.html b/2.3.0/api/v2/json_FilterCriteria.html
new file mode 100644
index 0000000..33d3a51
--- /dev/null
+++ b/2.3.0/api/v2/json_FilterCriteria.html
@@ -0,0 +1,182 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: FilterCriteria</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: FilterCriteria</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_FilterCriteria.html">FilterCriteria</a></li>
+        </ol>
+
+      <h1 class="page-header">FilterCriteria <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-attributeName" class="property-name">attributeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-attributeValue" class="property-name">attributeValue</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-condition" class="property-name">condition</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Condition.html">Condition</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-criterion" class="property-name">criterion</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-operator" class="property-name">operator</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Operator.html">Operator</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;attributeName&quot; : &quot;...&quot;,
+  &quot;attributeValue&quot; : &quot;...&quot;,
+  &quot;condition&quot; : &quot;OR&quot;,
+  &quot;criterion&quot; : [ {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;NEQ&quot;
+  }, {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;NEQ&quot;
+  } ],
+  &quot;operator&quot; : &quot;NEQ&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_Format.html b/2.3.0/api/v2/json_Format.html
new file mode 100644
index 0000000..7aa242f
--- /dev/null
+++ b/2.3.0/api/v2/json_Format.html
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Format</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Format</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Format.html">Format</a></li>
+        </ol>
+
+      <h1 class="page-header">Format <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+        <dt>Subtypes</dt>
+        <dd><a href="json_DateFormat.html">DateFormat</a>, <a href="json_NumberFormat.html">NumberFormat</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+
+      <div class="alert alert-warning">This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.</div>
+      
+      <pre class="prettyprint language-js example">{ }</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_ImportInfo.html b/2.3.0/api/v2/json_ImportInfo.html
new file mode 100644
index 0000000..398f5dc
--- /dev/null
+++ b/2.3.0/api/v2/json_ImportInfo.html
@@ -0,0 +1,160 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: ImportInfo</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: ImportInfo</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_ImportInfo.html">ImportInfo</a></li>
+        </ol>
+
+      <h1 class="page-header">ImportInfo <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-childObjectName" class="property-name">childObjectName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-importStatus" class="property-name">importStatus</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_ImportStatus.html">ImportStatus</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-parentObjectName" class="property-name">parentObjectName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-remarks" class="property-name">remarks</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;childObjectName&quot; : &quot;...&quot;,
+  &quot;importStatus&quot; : &quot;FAILED&quot;,
+  &quot;parentObjectName&quot; : &quot;...&quot;,
+  &quot;remarks&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_ImportStatus.html b/2.3.0/api/v2/json_ImportStatus.html
new file mode 100644
index 0000000..c41cf0b
--- /dev/null
+++ b/2.3.0/api/v2/json_ImportStatus.html
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: ImportStatus</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: ImportStatus</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#SUCCESS"><abbr title="SUCCESS" class="side-abbr"><span class="sideoverflow">SUCCESS</span></abbr></a></li>
+          <li><a href="#FAILED"><abbr title="FAILED" class="side-abbr"><span class="sideoverflow">FAILED</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_ImportStatus.html">ImportStatus</a></li>
+        </ol>
+
+      <h1 class="page-header">ImportStatus <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="SUCCESS">SUCCESS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="FAILED">FAILED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_IndexType.html b/2.3.0/api/v2/json_IndexType.html
new file mode 100644
index 0000000..748499f
--- /dev/null
+++ b/2.3.0/api/v2/json_IndexType.html
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: IndexType</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: IndexType</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#DEFAULT"><abbr title="DEFAULT" class="side-abbr"><span class="sideoverflow">DEFAULT</span></abbr></a></li>
+          <li><a href="#STRING"><abbr title="STRING" class="side-abbr"><span class="sideoverflow">STRING</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_IndexType.html">IndexType</a></li>
+        </ol>
+
+      <h1 class="page-header">IndexType <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="DEFAULT">DEFAULT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="STRING">STRING</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_LineageDirection.html b/2.3.0/api/v2/json_LineageDirection.html
new file mode 100644
index 0000000..9786dd1
--- /dev/null
+++ b/2.3.0/api/v2/json_LineageDirection.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: LineageDirection</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: LineageDirection</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#INPUT"><abbr title="INPUT" class="side-abbr"><span class="sideoverflow">INPUT</span></abbr></a></li>
+          <li><a href="#OUTPUT"><abbr title="OUTPUT" class="side-abbr"><span class="sideoverflow">OUTPUT</span></abbr></a></li>
+          <li><a href="#BOTH"><abbr title="BOTH" class="side-abbr"><span class="sideoverflow">BOTH</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_LineageDirection.html">LineageDirection</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageDirection <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="INPUT">INPUT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OUTPUT">OUTPUT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="BOTH">BOTH</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_LineageInfoOnDemand.html b/2.3.0/api/v2/json_LineageInfoOnDemand.html
new file mode 100644
index 0000000..55002e9
--- /dev/null
+++ b/2.3.0/api/v2/json_LineageInfoOnDemand.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: LineageInfoOnDemand</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: LineageInfoOnDemand</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_LineageInfoOnDemand.html">LineageInfoOnDemand</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageInfoOnDemand <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-hasMoreInputs" class="property-name">hasMoreInputs</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-hasMoreOutputs" class="property-name">hasMoreOutputs</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-inputRelationsCount" class="property-name">inputRelationsCount</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-outputRelationsCount" class="property-name">outputRelationsCount</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;hasMoreInputs&quot; : true,
+  &quot;hasMoreOutputs&quot; : true,
+  &quot;inputRelationsCount&quot; : 12345,
+  &quot;outputRelationsCount&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_LineageOnDemandConstraints.html b/2.3.0/api/v2/json_LineageOnDemandConstraints.html
new file mode 100644
index 0000000..f284ab5
--- /dev/null
+++ b/2.3.0/api/v2/json_LineageOnDemandConstraints.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: LineageOnDemandConstraints</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: LineageOnDemandConstraints</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_LineageOnDemandConstraints.html">LineageOnDemandConstraints</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageOnDemandConstraints <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-depth" class="property-name">depth</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-direction" class="property-name">direction</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_LineageDirection.html">LineageDirection</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-inputRelationsLimit" class="property-name">inputRelationsLimit</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-outputRelationsLimit" class="property-name">outputRelationsLimit</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;depth&quot; : 12345,
+  &quot;direction&quot; : &quot;INPUT&quot;,
+  &quot;inputRelationsLimit&quot; : 12345,
+  &quot;outputRelationsLimit&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_LineageRelation.html b/2.3.0/api/v2/json_LineageRelation.html
new file mode 100644
index 0000000..09cae72
--- /dev/null
+++ b/2.3.0/api/v2/json_LineageRelation.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: LineageRelation</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: LineageRelation</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_LineageRelation.html">LineageRelation</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageRelation <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-fromEntityId" class="property-name">fromEntityId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipId" class="property-name">relationshipId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-toEntityId" class="property-name">toEntityId</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;fromEntityId&quot; : &quot;...&quot;,
+  &quot;relationshipId&quot; : &quot;...&quot;,
+  &quot;toEntityId&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_NumberFormat.html b/2.3.0/api/v2/json_NumberFormat.html
new file mode 100644
index 0000000..7b56861
--- /dev/null
+++ b/2.3.0/api/v2/json_NumberFormat.html
@@ -0,0 +1,380 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: NumberFormat</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: NumberFormat</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_NumberFormat.html">NumberFormat</a></li>
+        </ol>
+
+      <h1 class="page-header">NumberFormat <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-availableLocales" class="property-name">availableLocales</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-currency" class="property-name">currency</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-currencyInstance" class="property-name">currencyInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_NumberFormat.html">NumberFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-groupingUsed" class="property-name">groupingUsed</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-instance" class="property-name">instance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_NumberFormat.html">NumberFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-integerInstance" class="property-name">integerInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_NumberFormat.html">NumberFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-maximumFractionDigits" class="property-name">maximumFractionDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-maximumIntegerDigits" class="property-name">maximumIntegerDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-minimumFractionDigits" class="property-name">minimumFractionDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-minimumIntegerDigits" class="property-name">minimumIntegerDigits</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-numberInstance" class="property-name">numberInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_NumberFormat.html">NumberFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-parseIntegerOnly" class="property-name">parseIntegerOnly</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-percentInstance" class="property-name">percentInstance</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_NumberFormat.html">NumberFormat</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-roundingMode" class="property-name">roundingMode</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_RoundingMode.html">RoundingMode</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;currency&quot; : &quot;...&quot;,
+  &quot;currencyInstance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;currency&quot; : &quot;...&quot;,
+    &quot;currencyInstance&quot; : { },
+    &quot;groupingUsed&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;integerInstance&quot; : { },
+    &quot;maximumFractionDigits&quot; : 12345,
+    &quot;maximumIntegerDigits&quot; : 12345,
+    &quot;minimumFractionDigits&quot; : 12345,
+    &quot;minimumIntegerDigits&quot; : 12345,
+    &quot;numberInstance&quot; : { },
+    &quot;parseIntegerOnly&quot; : true,
+    &quot;percentInstance&quot; : { },
+    &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
+  },
+  &quot;groupingUsed&quot; : true,
+  &quot;instance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;currency&quot; : &quot;...&quot;,
+    &quot;currencyInstance&quot; : { },
+    &quot;groupingUsed&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;integerInstance&quot; : { },
+    &quot;maximumFractionDigits&quot; : 12345,
+    &quot;maximumIntegerDigits&quot; : 12345,
+    &quot;minimumFractionDigits&quot; : 12345,
+    &quot;minimumIntegerDigits&quot; : 12345,
+    &quot;numberInstance&quot; : { },
+    &quot;parseIntegerOnly&quot; : true,
+    &quot;percentInstance&quot; : { },
+    &quot;roundingMode&quot; : &quot;DOWN&quot;
+  },
+  &quot;integerInstance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;currency&quot; : &quot;...&quot;,
+    &quot;currencyInstance&quot; : { },
+    &quot;groupingUsed&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;integerInstance&quot; : { },
+    &quot;maximumFractionDigits&quot; : 12345,
+    &quot;maximumIntegerDigits&quot; : 12345,
+    &quot;minimumFractionDigits&quot; : 12345,
+    &quot;minimumIntegerDigits&quot; : 12345,
+    &quot;numberInstance&quot; : { },
+    &quot;parseIntegerOnly&quot; : true,
+    &quot;percentInstance&quot; : { },
+    &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+  },
+  &quot;maximumFractionDigits&quot; : 12345,
+  &quot;maximumIntegerDigits&quot; : 12345,
+  &quot;minimumFractionDigits&quot; : 12345,
+  &quot;minimumIntegerDigits&quot; : 12345,
+  &quot;numberInstance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;currency&quot; : &quot;...&quot;,
+    &quot;currencyInstance&quot; : { },
+    &quot;groupingUsed&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;integerInstance&quot; : { },
+    &quot;maximumFractionDigits&quot; : 12345,
+    &quot;maximumIntegerDigits&quot; : 12345,
+    &quot;minimumFractionDigits&quot; : 12345,
+    &quot;minimumIntegerDigits&quot; : 12345,
+    &quot;numberInstance&quot; : { },
+    &quot;parseIntegerOnly&quot; : true,
+    &quot;percentInstance&quot; : { },
+    &quot;roundingMode&quot; : &quot;DOWN&quot;
+  },
+  &quot;parseIntegerOnly&quot; : true,
+  &quot;percentInstance&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;currency&quot; : &quot;...&quot;,
+    &quot;currencyInstance&quot; : { },
+    &quot;groupingUsed&quot; : true,
+    &quot;instance&quot; : { },
+    &quot;integerInstance&quot; : { },
+    &quot;maximumFractionDigits&quot; : 12345,
+    &quot;maximumIntegerDigits&quot; : 12345,
+    &quot;minimumFractionDigits&quot; : 12345,
+    &quot;minimumIntegerDigits&quot; : 12345,
+    &quot;numberInstance&quot; : { },
+    &quot;parseIntegerOnly&quot; : true,
+    &quot;percentInstance&quot; : { },
+    &quot;roundingMode&quot; : &quot;DOWN&quot;
+  },
+  &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_Operator.html b/2.3.0/api/v2/json_Operator.html
new file mode 100644
index 0000000..351e83c
--- /dev/null
+++ b/2.3.0/api/v2/json_Operator.html
@@ -0,0 +1,205 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Operator</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Operator</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#LT"><abbr title="LT" class="side-abbr"><span class="sideoverflow">LT</span></abbr></a></li>
+          <li><a href="#GT"><abbr title="GT" class="side-abbr"><span class="sideoverflow">GT</span></abbr></a></li>
+          <li><a href="#LTE"><abbr title="LTE" class="side-abbr"><span class="sideoverflow">LTE</span></abbr></a></li>
+          <li><a href="#GTE"><abbr title="GTE" class="side-abbr"><span class="sideoverflow">GTE</span></abbr></a></li>
+          <li><a href="#EQ"><abbr title="EQ" class="side-abbr"><span class="sideoverflow">EQ</span></abbr></a></li>
+          <li><a href="#NEQ"><abbr title="NEQ" class="side-abbr"><span class="sideoverflow">NEQ</span></abbr></a></li>
+          <li><a href="#IN"><abbr title="IN" class="side-abbr"><span class="sideoverflow">IN</span></abbr></a></li>
+          <li><a href="#LIKE"><abbr title="LIKE" class="side-abbr"><span class="sideoverflow">LIKE</span></abbr></a></li>
+          <li><a href="#STARTS_WITH"><abbr title="STARTS_WITH" class="side-abbr"><span class="sideoverflow">STARTS_WITH</span></abbr></a></li>
+          <li><a href="#ENDS_WITH"><abbr title="ENDS_WITH" class="side-abbr"><span class="sideoverflow">ENDS_WITH</span></abbr></a></li>
+          <li><a href="#CONTAINS"><abbr title="CONTAINS" class="side-abbr"><span class="sideoverflow">CONTAINS</span></abbr></a></li>
+          <li><a href="#NOT_CONTAINS"><abbr title="NOT_CONTAINS" class="side-abbr"><span class="sideoverflow">NOT_CONTAINS</span></abbr></a></li>
+          <li><a href="#CONTAINS_ANY"><abbr title="CONTAINS_ANY" class="side-abbr"><span class="sideoverflow">CONTAINS_ANY</span></abbr></a></li>
+          <li><a href="#CONTAINS_ALL"><abbr title="CONTAINS_ALL" class="side-abbr"><span class="sideoverflow">CONTAINS_ALL</span></abbr></a></li>
+          <li><a href="#IS_NULL"><abbr title="IS_NULL" class="side-abbr"><span class="sideoverflow">IS_NULL</span></abbr></a></li>
+          <li><a href="#NOT_NULL"><abbr title="NOT_NULL" class="side-abbr"><span class="sideoverflow">NOT_NULL</span></abbr></a></li>
+          <li><a href="#TIME_RANGE"><abbr title="TIME_RANGE" class="side-abbr"><span class="sideoverflow">TIME_RANGE</span></abbr></a></li>
+          <li><a href="#NOT_EMPTY"><abbr title="NOT_EMPTY" class="side-abbr"><span class="sideoverflow">NOT_EMPTY</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Operator.html">Operator</a></li>
+        </ol>
+
+      <h1 class="page-header">Operator <small>Data Type</small></h1>
+
+      <p>NOTE : The names added in the String array should always contain first value in lower case</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="LT">LT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="GT">GT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="LTE">LTE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="GTE">GTE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="EQ">EQ</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="NEQ">NEQ</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="IN">IN</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="LIKE">LIKE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="STARTS_WITH">STARTS_WITH</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENDS_WITH">ENDS_WITH</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CONTAINS">CONTAINS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="NOT_CONTAINS">NOT_CONTAINS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CONTAINS_ANY">CONTAINS_ANY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CONTAINS_ALL">CONTAINS_ALL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="IS_NULL">IS_NULL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="NOT_NULL">NOT_NULL</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="TIME_RANGE">TIME_RANGE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="NOT_EMPTY">NOT_EMPTY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_PList.html b/2.3.0/api/v2/json_PList.html
new file mode 100644
index 0000000..fecb927
--- /dev/null
+++ b/2.3.0/api/v2/json_PList.html
@@ -0,0 +1,199 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: PList</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: PList</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_PList.html">PList</a></li>
+        </ol>
+
+      <h1 class="page-header">PList <small>Data Type</small></h1>
+
+      <p>Paginated-list, for returning search results.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-list" class="property-name">list</span>
+</td>
+          <td>  <span class="datatype-reference">array of object
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-pageSize" class="property-name">pageSize</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortType" class="property-name">sortType</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SortType.html">SortType</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-startIndex" class="property-name">startIndex</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-totalCount" class="property-name">totalCount</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;list&quot; : [ { }, { } ],
+  &quot;pageSize&quot; : 12345,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortType&quot; : &quot;NONE&quot;,
+  &quot;startIndex&quot; : 12345,
+  &quot;totalCount&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_PropagateTags.html b/2.3.0/api/v2/json_PropagateTags.html
new file mode 100644
index 0000000..26d9d30
--- /dev/null
+++ b/2.3.0/api/v2/json_PropagateTags.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: PropagateTags</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: PropagateTags</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#NONE"><abbr title="NONE" class="side-abbr"><span class="sideoverflow">NONE</span></abbr></a></li>
+          <li><a href="#ONE_TO_TWO"><abbr title="ONE_TO_TWO" class="side-abbr"><span class="sideoverflow">ONE_TO_TWO</span></abbr></a></li>
+          <li><a href="#TWO_TO_ONE"><abbr title="TWO_TO_ONE" class="side-abbr"><span class="sideoverflow">TWO_TO_ONE</span></abbr></a></li>
+          <li><a href="#BOTH"><abbr title="BOTH" class="side-abbr"><span class="sideoverflow">BOTH</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_PropagateTags.html">PropagateTags</a></li>
+        </ol>
+
+      <h1 class="page-header">PropagateTags <small>Data Type</small></h1>
+
+      <p>PropagateTags indicates whether tags should propagate across the relationship instance.
+<p>
+Tags can propagate:
+<p>
+NONE - not at all <br>
+ONE_TO_TWO - from end 1 to 2 <br>
+TWO_TO_ONE - from end 2 to 1  <br>
+BOTH - both ways
+<p>
+Care needs to be taken when specifying. The use cases we are aware of where this flag is useful:
+<p>
+- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>
+- propagating classifications around Glossary synonyms - BOTH could be used here.
+<p>
+There is an expectation that further enhancements will allow more granular control of tag propagation and will
+address how to resolve conflicts.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="NONE">NONE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ONE_TO_TWO">ONE_TO_TWO</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="TWO_TO_ONE">TWO_TO_ONE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="BOTH">BOTH</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_QuickSearchParameters.html b/2.3.0/api/v2/json_QuickSearchParameters.html
new file mode 100644
index 0000000..d6b03bf
--- /dev/null
+++ b/2.3.0/api/v2/json_QuickSearchParameters.html
@@ -0,0 +1,270 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: QuickSearchParameters</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: QuickSearchParameters</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_QuickSearchParameters.html">QuickSearchParameters</a></li>
+        </ol>
+
+      <h1 class="page-header">QuickSearchParameters <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-attributes" class="property-name">attributes</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entityFilters" class="property-name">entityFilters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-excludeDeletedEntities" class="property-name">excludeDeletedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-excludeHeaderAttributes" class="property-name">excludeHeaderAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-includeSubTypes" class="property-name">includeSubTypes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-limit" class="property-name">limit</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-offset" class="property-name">offset</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-query" class="property-name">query</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortOrder" class="property-name">sortOrder</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SortOrder.html">SortOrder</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-typeName" class="property-name">typeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;entityFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;CONTAINS&quot;
+  },
+  &quot;excludeDeletedEntities&quot; : true,
+  &quot;excludeHeaderAttributes&quot; : true,
+  &quot;includeSubTypes&quot; : true,
+  &quot;limit&quot; : 12345,
+  &quot;offset&quot; : 12345,
+  &quot;query&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_Relation.html b/2.3.0/api/v2/json_Relation.html
new file mode 100644
index 0000000..8c228af
--- /dev/null
+++ b/2.3.0/api/v2/json_Relation.html
@@ -0,0 +1,180 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Relation</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Relation</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#SEE_ALSO"><abbr title="SEE_ALSO" class="side-abbr"><span class="sideoverflow">SEE_ALSO</span></abbr></a></li>
+          <li><a href="#SYNONYMS"><abbr title="SYNONYMS" class="side-abbr"><span class="sideoverflow">SYNONYMS</span></abbr></a></li>
+          <li><a href="#ANTONYMS"><abbr title="ANTONYMS" class="side-abbr"><span class="sideoverflow">ANTONYMS</span></abbr></a></li>
+          <li><a href="#PREFERRED_TO_TERMS"><abbr title="PREFERRED_TO_TERMS" class="side-abbr"><span class="sideoverflow">PREFERRED_TO_TERMS</span></abbr></a></li>
+          <li><a href="#PREFERRED_TERMS"><abbr title="PREFERRED_TERMS" class="side-abbr"><span class="sideoverflow">PREFERRED_TERMS</span></abbr></a></li>
+          <li><a href="#REPLACEMENT_TERMS"><abbr title="REPLACEMENT_TERMS" class="side-abbr"><span class="sideoverflow">REPLACEMENT_TERMS</span></abbr></a></li>
+          <li><a href="#REPLACED_BY"><abbr title="REPLACED_BY" class="side-abbr"><span class="sideoverflow">REPLACED_BY</span></abbr></a></li>
+          <li><a href="#TRANSLATION_TERMS"><abbr title="TRANSLATION_TERMS" class="side-abbr"><span class="sideoverflow">TRANSLATION_TERMS</span></abbr></a></li>
+          <li><a href="#TRANSLATED_TERMS"><abbr title="TRANSLATED_TERMS" class="side-abbr"><span class="sideoverflow">TRANSLATED_TERMS</span></abbr></a></li>
+          <li><a href="#ISA"><abbr title="ISA" class="side-abbr"><span class="sideoverflow">ISA</span></abbr></a></li>
+          <li><a href="#CLASSIFIES"><abbr title="CLASSIFIES" class="side-abbr"><span class="sideoverflow">CLASSIFIES</span></abbr></a></li>
+          <li><a href="#VALID_VALUES"><abbr title="VALID_VALUES" class="side-abbr"><span class="sideoverflow">VALID_VALUES</span></abbr></a></li>
+          <li><a href="#VALID_VALUES_FOR"><abbr title="VALID_VALUES_FOR" class="side-abbr"><span class="sideoverflow">VALID_VALUES_FOR</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Relation.html">Relation</a></li>
+        </ol>
+
+      <h1 class="page-header">Relation <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="SEE_ALSO">SEE_ALSO</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="SYNONYMS">SYNONYMS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ANTONYMS">ANTONYMS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PREFERRED_TO_TERMS">PREFERRED_TO_TERMS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PREFERRED_TERMS">PREFERRED_TERMS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="REPLACEMENT_TERMS">REPLACEMENT_TERMS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="REPLACED_BY">REPLACED_BY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="TRANSLATION_TERMS">TRANSLATION_TERMS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="TRANSLATED_TERMS">TRANSLATED_TERMS</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ISA">ISA</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CLASSIFIES">CLASSIFIES</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="VALID_VALUES">VALID_VALUES</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="VALID_VALUES_FOR">VALID_VALUES_FOR</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_RelationshipCategory.html b/2.3.0/api/v2/json_RelationshipCategory.html
new file mode 100644
index 0000000..78fcd4e
--- /dev/null
+++ b/2.3.0/api/v2/json_RelationshipCategory.html
@@ -0,0 +1,138 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: RelationshipCategory</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: RelationshipCategory</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#ASSOCIATION"><abbr title="ASSOCIATION" class="side-abbr"><span class="sideoverflow">ASSOCIATION</span></abbr></a></li>
+          <li><a href="#AGGREGATION"><abbr title="AGGREGATION" class="side-abbr"><span class="sideoverflow">AGGREGATION</span></abbr></a></li>
+          <li><a href="#COMPOSITION"><abbr title="COMPOSITION" class="side-abbr"><span class="sideoverflow">COMPOSITION</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_RelationshipCategory.html">RelationshipCategory</a></li>
+        </ol>
+
+      <h1 class="page-header">RelationshipCategory <small>Data Type</small></h1>
+
+      <p>The Relationship category determines the style of relationship around containment and lifecycle.
+UML terminology is used for the values.
+<p>
+ASSOCIATION is a relationship with no containment. <br>
+COMPOSITION and AGGREGATION are containment relationships.
+<p>
+The difference being in the lifecycles of the container and its children. In the COMPOSITION case,
+the children cannot exist without the container. For AGGREGATION, the life cycles
+of the container and children are totally independant.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="ASSOCIATION">ASSOCIATION</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="AGGREGATION">AGGREGATION</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="COMPOSITION">COMPOSITION</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_RelationshipSearchParameters.html b/2.3.0/api/v2/json_RelationshipSearchParameters.html
new file mode 100644
index 0000000..7ecf61b
--- /dev/null
+++ b/2.3.0/api/v2/json_RelationshipSearchParameters.html
@@ -0,0 +1,231 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: RelationshipSearchParameters</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: RelationshipSearchParameters</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_RelationshipSearchParameters.html">RelationshipSearchParameters</a></li>
+        </ol>
+
+      <h1 class="page-header">RelationshipSearchParameters <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-includeSubTypes" class="property-name">includeSubTypes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-limit" class="property-name">limit</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-marker" class="property-name">marker</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-offset" class="property-name">offset</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipFilters" class="property-name">relationshipFilters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipName" class="property-name">relationshipName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortOrder" class="property-name">sortOrder</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SortOrder.html">SortOrder</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;includeSubTypes&quot; : true,
+  &quot;limit&quot; : 12345,
+  &quot;marker&quot; : &quot;...&quot;,
+  &quot;offset&quot; : 12345,
+  &quot;relationshipFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+  },
+  &quot;relationshipName&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_RoundingMode.html b/2.3.0/api/v2/json_RoundingMode.html
new file mode 100644
index 0000000..a5603f7
--- /dev/null
+++ b/2.3.0/api/v2/json_RoundingMode.html
@@ -0,0 +1,155 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: RoundingMode</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: RoundingMode</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#UP"><abbr title="UP" class="side-abbr"><span class="sideoverflow">UP</span></abbr></a></li>
+          <li><a href="#DOWN"><abbr title="DOWN" class="side-abbr"><span class="sideoverflow">DOWN</span></abbr></a></li>
+          <li><a href="#CEILING"><abbr title="CEILING" class="side-abbr"><span class="sideoverflow">CEILING</span></abbr></a></li>
+          <li><a href="#FLOOR"><abbr title="FLOOR" class="side-abbr"><span class="sideoverflow">FLOOR</span></abbr></a></li>
+          <li><a href="#HALF_UP"><abbr title="HALF_UP" class="side-abbr"><span class="sideoverflow">HALF_UP</span></abbr></a></li>
+          <li><a href="#HALF_DOWN"><abbr title="HALF_DOWN" class="side-abbr"><span class="sideoverflow">HALF_DOWN</span></abbr></a></li>
+          <li><a href="#HALF_EVEN"><abbr title="HALF_EVEN" class="side-abbr"><span class="sideoverflow">HALF_EVEN</span></abbr></a></li>
+          <li><a href="#UNNECESSARY"><abbr title="UNNECESSARY" class="side-abbr"><span class="sideoverflow">UNNECESSARY</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_RoundingMode.html">RoundingMode</a></li>
+        </ol>
+
+      <h1 class="page-header">RoundingMode <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="UP">UP</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DOWN">DOWN</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CEILING">CEILING</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="FLOOR">FLOOR</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="HALF_UP">HALF_UP</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="HALF_DOWN">HALF_DOWN</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="HALF_EVEN">HALF_EVEN</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="UNNECESSARY">UNNECESSARY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_SavedSearchType.html b/2.3.0/api/v2/json_SavedSearchType.html
new file mode 100644
index 0000000..9423736
--- /dev/null
+++ b/2.3.0/api/v2/json_SavedSearchType.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: SavedSearchType</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: SavedSearchType</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#BASIC"><abbr title="BASIC" class="side-abbr"><span class="sideoverflow">BASIC</span></abbr></a></li>
+          <li><a href="#ADVANCED"><abbr title="ADVANCED" class="side-abbr"><span class="sideoverflow">ADVANCED</span></abbr></a></li>
+          <li><a href="#BASIC_RELATIONSHIP"><abbr title="BASIC_RELATIONSHIP" class="side-abbr"><span class="sideoverflow">BASIC_RELATIONSHIP</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_SavedSearchType.html">SavedSearchType</a></li>
+        </ol>
+
+      <h1 class="page-header">SavedSearchType <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="BASIC">BASIC</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ADVANCED">ADVANCED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="BASIC_RELATIONSHIP">BASIC_RELATIONSHIP</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_SearchFilter.html b/2.3.0/api/v2/json_SearchFilter.html
new file mode 100644
index 0000000..9e8302a
--- /dev/null
+++ b/2.3.0/api/v2/json_SearchFilter.html
@@ -0,0 +1,202 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: SearchFilter</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: SearchFilter</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_SearchFilter.html">SearchFilter</a></li>
+        </ol>
+
+      <h1 class="page-header">SearchFilter <small>Data Type</small></h1>
+
+      <p>Generic filter, to specify search criteria using name/value pairs.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-getCount" class="property-name">getCount</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-maxRows" class="property-name">maxRows</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-params" class="property-name">params</span>
+</td>
+          <td>  <span class="datatype-reference">map of array of string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortType" class="property-name">sortType</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SortType.html">SortType</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-startIndex" class="property-name">startIndex</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;getCount&quot; : true,
+  &quot;maxRows&quot; : 12345,
+  &quot;params&quot; : {
+    &quot;property1&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;property2&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+  },
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortType&quot; : &quot;NONE&quot;,
+  &quot;startIndex&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_SearchParameters.html b/2.3.0/api/v2/json_SearchParameters.html
new file mode 100644
index 0000000..4d58135
--- /dev/null
+++ b/2.3.0/api/v2/json_SearchParameters.html
@@ -0,0 +1,386 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: SearchParameters</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: SearchParameters</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_SearchParameters.html">SearchParameters</a></li>
+        </ol>
+
+      <h1 class="page-header">SearchParameters <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-attributes" class="property-name">attributes</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Attribute values included in the results</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-classification" class="property-name">classification</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Classification/tag to search on</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-entityFilters" class="property-name">entityFilters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Entity attribute filters for the type (if type name is specified)</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-excludeDeletedEntities" class="property-name">excludeDeletedEntities</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">True iff deleted entities are excluded</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-excludeHeaderAttributes" class="property-name">excludeHeaderAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-includeClassificationAttributes" class="property-name">includeClassificationAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">True if classification attributes are included in search result.</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-includeSubClassifications" class="property-name">includeSubClassifications</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">True iff sub-classifications are to be included</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-includeSubTypes" class="property-name">includeSubTypes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">True iff sub-type entities are to be included</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-limit" class="property-name">limit</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">Max number of results to be returned</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-marker" class="property-name">marker</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">marker (offset of the next page)</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-offset" class="property-name">offset</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">Offset(pagination) of the results</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-query" class="property-name">query</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">The type of query</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipFilters" class="property-name">relationshipFilters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Relationship attribute filters for the relationship</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipName" class="property-name">relationshipName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Attribute on which to sort the results</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortOrder" class="property-name">sortOrder</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SortOrder.html">SortOrder</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Sorting order of the results</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-tagFilters" class="property-name">tagFilters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Tag attribute filters for the classification/tag (if tag name is specified)</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-termName" class="property-name">termName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">termName to search on</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-typeName" class="property-name">typeName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Type name to search on</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entityFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;GTE&quot;
+  },
+  &quot;excludeDeletedEntities&quot; : true,
+  &quot;excludeHeaderAttributes&quot; : true,
+  &quot;includeClassificationAttributes&quot; : true,
+  &quot;includeSubClassifications&quot; : true,
+  &quot;includeSubTypes&quot; : true,
+  &quot;limit&quot; : 12345,
+  &quot;marker&quot; : &quot;...&quot;,
+  &quot;offset&quot; : 12345,
+  &quot;query&quot; : &quot;...&quot;,
+  &quot;relationshipFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;CONTAINS&quot;
+  },
+  &quot;relationshipName&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+  &quot;tagFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;LT&quot;
+  },
+  &quot;termName&quot; : &quot;...&quot;,
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_SortOrder.html b/2.3.0/api/v2/json_SortOrder.html
new file mode 100644
index 0000000..422b1e8
--- /dev/null
+++ b/2.3.0/api/v2/json_SortOrder.html
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: SortOrder</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: SortOrder</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#ASCENDING"><abbr title="ASCENDING" class="side-abbr"><span class="sideoverflow">ASCENDING</span></abbr></a></li>
+          <li><a href="#DESCENDING"><abbr title="DESCENDING" class="side-abbr"><span class="sideoverflow">DESCENDING</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_SortOrder.html">SortOrder</a></li>
+        </ol>
+
+      <h1 class="page-header">SortOrder <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="ASCENDING">ASCENDING</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DESCENDING">DESCENDING</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_SortType.html b/2.3.0/api/v2/json_SortType.html
new file mode 100644
index 0000000..b2ba4d7
--- /dev/null
+++ b/2.3.0/api/v2/json_SortType.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: SortType</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: SortType</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#NONE"><abbr title="NONE" class="side-abbr"><span class="sideoverflow">NONE</span></abbr></a></li>
+          <li><a href="#ASC"><abbr title="ASC" class="side-abbr"><span class="sideoverflow">ASC</span></abbr></a></li>
+          <li><a href="#DESC"><abbr title="DESC" class="side-abbr"><span class="sideoverflow">DESC</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_SortType.html">SortType</a></li>
+        </ol>
+
+      <h1 class="page-header">SortType <small>Data Type</small></h1>
+
+      <p>to specify whether the result should be sorted? If yes, whether asc or desc.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="NONE">NONE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ASC">ASC</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DESC">DESC</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_Status.html b/2.3.0/api/v2/json_Status.html
new file mode 100644
index 0000000..687bc7d
--- /dev/null
+++ b/2.3.0/api/v2/json_Status.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Status</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Status</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#ACTIVE"><abbr title="ACTIVE" class="side-abbr"><span class="sideoverflow">ACTIVE</span></abbr></a></li>
+          <li><a href="#DELETED"><abbr title="DELETED" class="side-abbr"><span class="sideoverflow">DELETED</span></abbr></a></li>
+          <li><a href="#PURGED"><abbr title="PURGED" class="side-abbr"><span class="sideoverflow">PURGED</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Status.html">Status</a></li>
+        </ol>
+
+      <h1 class="page-header">Status <small>Data Type</small></h1>
+
+      <p>Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="ACTIVE">ACTIVE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DELETED">DELETED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="PURGED">PURGED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_Status_AtlasRelationship.html b/2.3.0/api/v2/json_Status_AtlasRelationship.html
new file mode 100644
index 0000000..a92f2b6
--- /dev/null
+++ b/2.3.0/api/v2/json_Status_AtlasRelationship.html
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Status</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Status</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#ACTIVE"><abbr title="ACTIVE" class="side-abbr"><span class="sideoverflow">ACTIVE</span></abbr></a></li>
+          <li><a href="#DELETED"><abbr title="DELETED" class="side-abbr"><span class="sideoverflow">DELETED</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_Status_AtlasRelationship.html">Status</a></li>
+        </ol>
+
+      <h1 class="page-header">Status <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="ACTIVE">ACTIVE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DELETED">DELETED</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_TimeBoundary.html b/2.3.0/api/v2/json_TimeBoundary.html
new file mode 100644
index 0000000..1149ffb
--- /dev/null
+++ b/2.3.0/api/v2/json_TimeBoundary.html
@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: TimeBoundary</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: TimeBoundary</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_TimeBoundary.html">TimeBoundary</a></li>
+        </ol>
+
+      <h1 class="page-header">TimeBoundary <small>Data Type</small></h1>
+
+      <p>Captures time-boundary details</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-endTime" class="property-name">endTime</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-startTime" class="property-name">startTime</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-timeZone" class="property-name">timeZone</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;endTime&quot; : &quot;...&quot;,
+  &quot;startTime&quot; : &quot;...&quot;,
+  &quot;timeZone&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_TimeZone.html b/2.3.0/api/v2/json_TimeZone.html
new file mode 100644
index 0000000..5899abe
--- /dev/null
+++ b/2.3.0/api/v2/json_TimeZone.html
@@ -0,0 +1,208 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: TimeZone</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: TimeZone</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_TimeZone.html">TimeZone</a></li>
+        </ol>
+
+      <h1 class="page-header">TimeZone <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+        <dt>Abstract Type</dt>
+        <dd></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-DSTSavings" class="property-name">DSTSavings</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-ID" class="property-name">ID</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-availableIDs" class="property-name">availableIDs</span>
+</td>
+          <td>  <span class="datatype-reference">array of string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-default" class="property-name">default</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_TimeZone.html">TimeZone</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-displayName" class="property-name">displayName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-rawOffset" class="property-name">rawOffset</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;DSTSavings&quot; : 12345,
+  &quot;ID&quot; : &quot;...&quot;,
+  &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;default&quot; : {
+    &quot;DSTSavings&quot; : 12345,
+    &quot;ID&quot; : &quot;...&quot;,
+    &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;default&quot; : { },
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;rawOffset&quot; : 12345
+  },
+  &quot;displayName&quot; : &quot;...&quot;,
+  &quot;rawOffset&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/json_TypeCategory.html b/2.3.0/api/v2/json_TypeCategory.html
new file mode 100644
index 0000000..ad04c49
--- /dev/null
+++ b/2.3.0/api/v2/json_TypeCategory.html
@@ -0,0 +1,165 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: TypeCategory</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: TypeCategory</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#PRIMITIVE"><abbr title="PRIMITIVE" class="side-abbr"><span class="sideoverflow">PRIMITIVE</span></abbr></a></li>
+          <li><a href="#OBJECT_ID_TYPE"><abbr title="OBJECT_ID_TYPE" class="side-abbr"><span class="sideoverflow">OBJECT_ID_TYPE</span></abbr></a></li>
+          <li><a href="#ENUM"><abbr title="ENUM" class="side-abbr"><span class="sideoverflow">ENUM</span></abbr></a></li>
+          <li><a href="#STRUCT"><abbr title="STRUCT" class="side-abbr"><span class="sideoverflow">STRUCT</span></abbr></a></li>
+          <li><a href="#CLASSIFICATION"><abbr title="CLASSIFICATION" class="side-abbr"><span class="sideoverflow">CLASSIFICATION</span></abbr></a></li>
+          <li><a href="#ENTITY"><abbr title="ENTITY" class="side-abbr"><span class="sideoverflow">ENTITY</span></abbr></a></li>
+          <li><a href="#ARRAY"><abbr title="ARRAY" class="side-abbr"><span class="sideoverflow">ARRAY</span></abbr></a></li>
+          <li><a href="#MAP"><abbr title="MAP" class="side-abbr"><span class="sideoverflow">MAP</span></abbr></a></li>
+          <li><a href="#RELATIONSHIP"><abbr title="RELATIONSHIP" class="side-abbr"><span class="sideoverflow">RELATIONSHIP</span></abbr></a></li>
+          <li><a href="#BUSINESS_METADATA"><abbr title="BUSINESS_METADATA" class="side-abbr"><span class="sideoverflow">BUSINESS_METADATA</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_TypeCategory.html">TypeCategory</a></li>
+        </ol>
+
+      <h1 class="page-header">TypeCategory <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="PRIMITIVE">PRIMITIVE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="OBJECT_ID_TYPE">OBJECT_ID_TYPE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENUM">ENUM</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="STRUCT">STRUCT</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="CLASSIFICATION">CLASSIFICATION</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ENTITY">ENTITY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ARRAY">ARRAY</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="MAP">MAP</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="RELATIONSHIP">RELATIONSHIP</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="BUSINESS_METADATA">BUSINESS_METADATA</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/ns0.xsd b/2.3.0/api/v2/ns0.xsd
new file mode 100644
index 0000000..660b0bd
--- /dev/null
+++ b/2.3.0/api/v2/ns0.xsd
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema version="1.0"
+  
+  xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+  <xs:element name="PList" type="PList"/>
+  <xs:element name="searchFilter" type="searchFilter"/>
+  <xs:element name="timeBoundary" type="timeBoundary"/>
+<xs:complexType name="PList">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[Paginated-list, for returning search results.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="list" type="xs:anyType" minOccurs="0" maxOccurs="unbounded">
+              </xs:element>
+              <xs:element name="startIndex" type="xs:long" minOccurs="1">
+              </xs:element>
+              <xs:element name="pageSize" type="xs:int" minOccurs="1">
+              </xs:element>
+              <xs:element name="totalCount" type="xs:long" minOccurs="1">
+              </xs:element>
+              <xs:element name="sortType" type="sortType" minOccurs="0">
+              </xs:element>
+              <xs:element name="sortBy" type="xs:string" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:complexType name="searchFilter">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[Generic filter, to specify search criteria using name/value pairs.]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="params" minOccurs="0">
+  <xs:complexType>
+    <xs:sequence>
+      <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+        <xs:complexType>
+          <xs:sequence>
+            <xs:element name="key" minOccurs="1" type="xs:string"/>
+            <xs:element name="value" minOccurs="1" type="xs:anyType"/>
+          </xs:sequence>
+        </xs:complexType>
+      </xs:element>
+    </xs:sequence>
+  </xs:complexType>
+              </xs:element>
+              <xs:element name="startIndex" type="xs:long" minOccurs="1">
+              </xs:element>
+              <xs:element name="maxRows" type="xs:long" minOccurs="1">
+              </xs:element>
+              <xs:element name="getCount" type="xs:boolean" minOccurs="1">
+              </xs:element>
+              <xs:element name="sortBy" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="sortType" type="sortType" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+<xs:simpleType name="sortType">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[to specify whether the result should be sorted? If yes, whether asc or desc.]]>
+    </xs:documentation>
+  </xs:annotation>
+  <xs:restriction base="xs:string">
+     
+    <xs:enumeration value="NONE"/>
+ 
+    <xs:enumeration value="ASC"/>
+ 
+    <xs:enumeration value="DESC"/>
+  </xs:restriction>
+</xs:simpleType>
+
+<xs:complexType name="timeBoundary">
+  <xs:annotation>
+    <xs:documentation>
+      <![CDATA[Captures time-boundary details]]>
+    </xs:documentation>
+  </xs:annotation>
+       <xs:sequence>
+              <xs:element name="startTime" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="endTime" type="xs:string" minOccurs="0">
+              </xs:element>
+              <xs:element name="timeZone" type="xs:string" minOccurs="0">
+              </xs:element>
+      </xs:sequence>
+</xs:complexType>
+
+</xs:schema>
\ No newline at end of file
diff --git a/2.3.0/api/v2/resource_DiscoveryREST.html b/2.3.0/api/v2/resource_DiscoveryREST.html
new file mode 100644
index 0000000..e4fa49f
--- /dev/null
+++ b/2.3.0/api/v2/resource_DiscoveryREST.html
@@ -0,0 +1,6498 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: DiscoveryREST</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: DiscoveryREST</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#resource_DiscoveryREST_searchUsingAttribute_GET"><abbr title="GET /v2/search/attribute" class="side-abbr"><span class="sideoverflow">GET /v2/search/attribute</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_searchUsingBasic_GET"><abbr title="GET /v2/search/basic" class="side-abbr"><span class="sideoverflow">GET /v2/search/basic</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_searchWithParameters_POST"><abbr title="POST /v2/search/basic" class="side-abbr"><span class="sideoverflow">POST /v2/search/basic</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_searchUsingDSL_GET"><abbr title="GET /v2/search/dsl" class="side-abbr"><span class="sideoverflow">GET /v2/search/dsl</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_searchUsingFullText_GET"><abbr title="GET /v2/search/fulltext" class="side-abbr"><span class="sideoverflow">GET /v2/search/fulltext</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_quickSearch_GET"><abbr title="GET /v2/search/quick" class="side-abbr"><span class="sideoverflow">GET /v2/search/quick</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_quickSearch_POST"><abbr title="POST /v2/search/quick" class="side-abbr"><span class="sideoverflow">POST /v2/search/quick</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_relationSearch_GET"><abbr title="GET /v2/search/relations" class="side-abbr"><span class="sideoverflow">GET /v2/search/relations</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_relationSearch_POST"><abbr title="POST /v2/search/relations" class="side-abbr"><span class="sideoverflow">POST /v2/search/relations</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_searchRelatedEntities_GET"><abbr title="GET /v2/search/relationship" class="side-abbr"><span class="sideoverflow">GET /v2/search/relationship</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_getSavedSearches_GET"><abbr title="GET /v2/search/saved" class="side-abbr"><span class="sideoverflow">GET /v2/search/saved</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_addSavedSearch_POST"><abbr title="POST /v2/search/saved" class="side-abbr"><span class="sideoverflow">POST /v2/search/saved</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_updateSavedSearch_PUT"><abbr title="PUT /v2/search/saved" class="side-abbr"><span class="sideoverflow">PUT /v2/search/saved</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_getSuggestions_GET"><abbr title="GET /v2/search/suggestions" class="side-abbr"><span class="sideoverflow">GET /v2/search/suggestions</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_deleteSavedSearch_DELETE"><abbr title="DELETE /v2/search/saved/{guid}" class="side-abbr"><span class="sideoverflow">DELETE /v2/search/saved/{guid}</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_getSavedSearch_GET"><abbr title="GET /v2/search/saved/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/search/saved/{name}</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_executeSavedSearchByName_GET"><abbr title="GET /v2/search/saved/execute/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/search/saved/execute/{name}</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_executeSavedSearchByGuid_GET"><abbr title="GET /v2/search/saved/execute/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/search/saved/execute/guid/{guid}</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="resources.html">Resources</a></li>
+          <li class="dropdown"><a href="resource_DiscoveryREST.html">DiscoveryREST</a></li>
+        </ol>
+
+      <h1 class="page-header">DiscoveryREST <small>Resource</small></h1>
+
+      <p>REST interface for data discovery using dsl or full text search</p>
+
+      <div id="resource_DiscoveryREST_searchUsingAttribute_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/attribute <a href="../v2/search/attribute" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Retrieve data for the specified attribute search query</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">attrName</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">Attribute name</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">attrValuePrefix</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">Attibute value to search on</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result set to only include the specified number of entries</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">start offset of the result set (useful for pagination)</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result to only entities of specified type or its sub-types</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful FullText lookup with some results, might return an empty list if execution succeeded
+without any results</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Invalid wildcard or query parameters</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Search results</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/attribute
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;LTE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_searchUsingBasic_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/basic <a href="../v2/search/basic" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Retrieve data for the specified fulltext query</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">classification</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result to only entities tagged with the given classification or or its sub-types</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">excludeDeletedEntities</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result set to only include the specified number of entries</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">marker</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">start offset of the result set (useful for pagination)</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">query</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">Fulltext query</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortBy</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortOrder</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">"ASCENDING" or "DESCENDING"</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result to only entities of specified type or its sub-types</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful FullText lookup with some results, might return an empty list if execution succeeded
+without any results</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Invalid fulltext or query parameters</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Search results</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/basic
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;FULL_TEXT&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;LIKE&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;ENDS_WITH&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;EQ&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_searchWithParameters_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/search/basic <a href="../v2/search/basic" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Attribute based search for entities satisfying the search parameters</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_SearchParameters.html">SearchParameters</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">Search parameters</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_SearchParameters.html">SearchParameters</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful search</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Tag/Entity doesn't exist or Tag/entity filter is present without tag/type name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/search/basic
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entityFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;IN&quot;
+  },
+  &quot;excludeDeletedEntities&quot; : true,
+  &quot;excludeHeaderAttributes&quot; : true,
+  &quot;includeClassificationAttributes&quot; : true,
+  &quot;includeSubClassifications&quot; : true,
+  &quot;includeSubTypes&quot; : true,
+  &quot;limit&quot; : 12345,
+  &quot;marker&quot; : &quot;...&quot;,
+  &quot;offset&quot; : 12345,
+  &quot;query&quot; : &quot;...&quot;,
+  &quot;relationshipFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;NEQ&quot;
+  },
+  &quot;relationshipName&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+  &quot;tagFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;NOT_EMPTY&quot;
+  },
+  &quot;termName&quot; : &quot;...&quot;,
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;ATTRIBUTE&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;IS_NULL&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_searchUsingDSL_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/dsl <a href="../v2/search/dsl" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Retrieve data for the specified DSL</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">classification</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result to only entities tagged with the given classification or or its sub-types</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result set to only include the specified number of entries</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">start offset of the result set (useful for pagination)</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">query</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">DSL query</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result to only entities of specified type or its sub-types</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful DSL execution with some results, might return an empty list if execution succeeded
+without any results</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Invalid DSL or query parameters</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Search results</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/dsl
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;TIME_RANGE&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NEQ&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GT&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_searchUsingFullText_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/fulltext <a href="../v2/search/fulltext" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Retrieve data for the specified fulltext query</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">excludeDeletedEntities</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result set to only include the specified number of entries</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">start offset of the result set (useful for pagination)</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">query</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">Fulltext query</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful FullText lookup with some results, might return an empty list if execution succeeded
+without any results</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Invalid fulltext or query parameters</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Search results</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/fulltext
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;DSL&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NEQ&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_quickSearch_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/quick <a href="../v2/search/quick" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Attribute based search for entities satisfying the search parameters</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">excludeDeletedEntities</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">query</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortBy</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortOrder</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">"ASCENDING" or "DESCENDING"</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful search</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Tag/Entity doesn't exist or Tag/entity filter is present without tag/type name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasQuickSearchResult.html">AtlasQuickSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasQuickSearchResult.html">AtlasQuickSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/quick
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;aggregationMetrics&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    }, {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    }, {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;searchResults&quot; : {
+    &quot;approximateCount&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+    },
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entities&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;fullTextResult&quot; : [ {
+      &quot;entity&quot; : { },
+      &quot;score&quot; : 12345.0
+    }, {
+      &quot;entity&quot; : { },
+      &quot;score&quot; : 12345.0
+    } ],
+    &quot;nextMarker&quot; : &quot;...&quot;,
+    &quot;queryText&quot; : &quot;...&quot;,
+    &quot;queryType&quot; : &quot;DSL&quot;,
+    &quot;referredEntities&quot; : {
+      &quot;property1&quot; : {
+        &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;classifications&quot; : [ { }, { } ],
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;isIncomplete&quot; : true,
+        &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meanings&quot; : [ { }, { } ],
+        &quot;status&quot; : &quot;DELETED&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      },
+      &quot;property2&quot; : {
+        &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;classifications&quot; : [ { }, { } ],
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;isIncomplete&quot; : true,
+        &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meanings&quot; : [ { }, { } ],
+        &quot;status&quot; : &quot;PURGED&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }
+    },
+    &quot;relations&quot; : [ {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;BOTH&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;searchParameters&quot; : {
+      &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classification&quot; : &quot;...&quot;,
+      &quot;entityFilters&quot; : { },
+      &quot;excludeDeletedEntities&quot; : true,
+      &quot;excludeHeaderAttributes&quot; : true,
+      &quot;includeClassificationAttributes&quot; : true,
+      &quot;includeSubClassifications&quot; : true,
+      &quot;includeSubTypes&quot; : true,
+      &quot;limit&quot; : 12345,
+      &quot;marker&quot; : &quot;...&quot;,
+      &quot;offset&quot; : 12345,
+      &quot;query&quot; : &quot;...&quot;,
+      &quot;relationshipFilters&quot; : { },
+      &quot;relationshipName&quot; : &quot;...&quot;,
+      &quot;sortBy&quot; : &quot;...&quot;,
+      &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+      &quot;tagFilters&quot; : { },
+      &quot;termName&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;type&quot; : &quot;...&quot;
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_quickSearch_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/search/quick <a href="../v2/search/quick" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Attribute based search for entities satisfying the search parameters</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_QuickSearchParameters.html">QuickSearchParameters</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_QuickSearchParameters.html">QuickSearchParameters</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful search</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Entity/attribute doesn't exist or entity filter is present without type name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasQuickSearchResult.html">AtlasQuickSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasQuickSearchResult.html">AtlasQuickSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/search/quick
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;entityFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;ENDS_WITH&quot;
+  },
+  &quot;excludeDeletedEntities&quot; : true,
+  &quot;excludeHeaderAttributes&quot; : true,
+  &quot;includeSubTypes&quot; : true,
+  &quot;limit&quot; : 12345,
+  &quot;offset&quot; : 12345,
+  &quot;query&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;aggregationMetrics&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    }, {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    }, {
+      &quot;count&quot; : 12345,
+      &quot;name&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;searchResults&quot; : {
+    &quot;approximateCount&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+    },
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entities&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;fullTextResult&quot; : [ {
+      &quot;entity&quot; : { },
+      &quot;score&quot; : 12345.0
+    }, {
+      &quot;entity&quot; : { },
+      &quot;score&quot; : 12345.0
+    } ],
+    &quot;nextMarker&quot; : &quot;...&quot;,
+    &quot;queryText&quot; : &quot;...&quot;,
+    &quot;queryType&quot; : &quot;GREMLIN&quot;,
+    &quot;referredEntities&quot; : {
+      &quot;property1&quot; : {
+        &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;classifications&quot; : [ { }, { } ],
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;isIncomplete&quot; : true,
+        &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meanings&quot; : [ { }, { } ],
+        &quot;status&quot; : &quot;PURGED&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      },
+      &quot;property2&quot; : {
+        &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;classifications&quot; : [ { }, { } ],
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;isIncomplete&quot; : true,
+        &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+        &quot;meanings&quot; : [ { }, { } ],
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }
+    },
+    &quot;relations&quot; : [ {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;searchParameters&quot; : {
+      &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classification&quot; : &quot;...&quot;,
+      &quot;entityFilters&quot; : { },
+      &quot;excludeDeletedEntities&quot; : true,
+      &quot;excludeHeaderAttributes&quot; : true,
+      &quot;includeClassificationAttributes&quot; : true,
+      &quot;includeSubClassifications&quot; : true,
+      &quot;includeSubTypes&quot; : true,
+      &quot;limit&quot; : 12345,
+      &quot;marker&quot; : &quot;...&quot;,
+      &quot;offset&quot; : 12345,
+      &quot;query&quot; : &quot;...&quot;,
+      &quot;relationshipFilters&quot; : { },
+      &quot;relationshipName&quot; : &quot;...&quot;,
+      &quot;sortBy&quot; : &quot;...&quot;,
+      &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+      &quot;tagFilters&quot; : { },
+      &quot;termName&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;type&quot; : &quot;...&quot;
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_relationSearch_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/relations <a href="../v2/search/relations" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Relationship search to search for relations(edges)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result set to only include the specified number of entries</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">marker</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">start offset of the result set (useful for pagination)</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">relationshipName</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">AtlasRelationshipType name</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortBy</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">sort the result using this attribute name, default value is 'name'</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortOrder</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">sorting order</span></td>
+            <td><span class="parameter-constraints">"ASCENDING" or "DESCENDING"</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful search</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/relations
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;BASIC&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;EQ&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GTE&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_relationSearch_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/search/relations <a href="../v2/search/relations" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Relationship search to search for relations(edges)</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_RelationshipSearchParameters.html">RelationshipSearchParameters</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">RelationshipSearchParameters</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_RelationshipSearchParameters.html">RelationshipSearchParameters</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful search</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/search/relations
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;includeSubTypes&quot; : true,
+  &quot;limit&quot; : 12345,
+  &quot;marker&quot; : &quot;...&quot;,
+  &quot;offset&quot; : 12345,
+  &quot;relationshipFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+  },
+  &quot;relationshipName&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;FULL_TEXT&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_NULL&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;TIME_RANGE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_searchRelatedEntities_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/relationship <a href="../v2/search/relationship" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Relationship search to search for related entities satisfying the search parameters</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+            <th>multivalued</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">attributes</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">set of attributes in search result.</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+            <td><span class="parameter-multivalued">yes</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">excludeDeletedEntities</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">getApproximateCount</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">Attribute name</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">includeClassificationAttributes</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result set to only include the specified number of entries</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">start offset of the result set (useful for pagination)</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">relation</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">relationName</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortBy</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">sort the result using this attribute name, default value is 'name'</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortOrder</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">sorting order</span></td>
+            <td><span class="parameter-constraints">"ASCENDING" or "DESCENDING"</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful search</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">guid is not a valid entity type or attributeName is not a valid relationship attribute</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/relationship
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;DSL&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;EQ&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;IN&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_getSavedSearches_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/saved <a href="../v2/search/saved" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">user</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">User for whom the search is retrieved</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">list of all saved searches for given user</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/saved
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;LIKE&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;STARTS_WITH&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;ENDS_WITH&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_addSavedSearch_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/search/saved <a href="../v2/search/saved" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">the saved search-object</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/search/saved
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;IS_NULL&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_NULL&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;searchType&quot; : &quot;BASIC&quot;,
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;STARTS_WITH&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_EMPTY&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GTE&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_updateSavedSearch_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/search/saved <a href="../v2/search/saved" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">the updated search-object</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/search/saved
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GTE&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GTE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;IN&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;searchType&quot; : &quot;BASIC&quot;,
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;TIME_RANGE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_getSuggestions_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/suggestions <a href="../v2/search/suggestions" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">fieldName</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">prefixString</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSuggestionsResult.html">AtlasSuggestionsResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSuggestionsResult.html">AtlasSuggestionsResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/suggestions
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;fieldName&quot; : &quot;...&quot;,
+  &quot;prefixString&quot; : &quot;...&quot;,
+  &quot;suggestions&quot; : [ &quot;...&quot;, &quot;...&quot; ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_deleteSavedSearch_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/search/saved/{guid} <a href="../v2/search/saved/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Name of the saved search</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/search/saved/{guid}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_getSavedSearch_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/saved/{name} <a href="../v2/search/saved/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Name of the saved search</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">user</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">User for whom the search is retrieved</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasUserSavedSearch.html">AtlasUserSavedSearch</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/saved/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;ownerName&quot; : &quot;...&quot;,
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_EMPTY&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GT&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;searchType&quot; : &quot;BASIC_RELATIONSHIP&quot;,
+  &quot;uiParameters&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_executeSavedSearchByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/saved/execute/{name} <a href="../v2/search/saved/execute/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Attribute based search for entities satisfying the search parameters</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">name of saved-search</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">user</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">saved-search owner</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/saved/execute/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;BASIC&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;ENDS_WITH&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;EQ&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_executeSavedSearchByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/saved/execute/guid/{guid} <a href="../v2/search/saved/execute/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Attribute based search for entities satisfying the search parameters</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Guid identifying saved search</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/saved/execute/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_EMPTY&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;TIME_RANGE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;LIKE&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/resource_EntityREST.html b/2.3.0/api/v2/resource_EntityREST.html
new file mode 100644
index 0000000..90a2e64
--- /dev/null
+++ b/2.3.0/api/v2/resource_EntityREST.html
@@ -0,0 +1,8305 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: EntityREST</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: EntityREST</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#resource_EntityREST_createOrUpdate_POST"><abbr title="POST /v2/entity" class="side-abbr"><span class="sideoverflow">POST /v2/entity</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_deleteByGuids_DELETE"><abbr title="DELETE /v2/entity/bulk" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/bulk</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getByGuids_GET"><abbr title="GET /v2/entity/bulk" class="side-abbr"><span class="sideoverflow">GET /v2/entity/bulk</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_createOrUpdate_POST"><abbr title="POST /v2/entity/bulk" class="side-abbr"><span class="sideoverflow">POST /v2/entity/bulk</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_addClassification_POST"><abbr title="POST /v2/entity/bulk/classification" class="side-abbr"><span class="sideoverflow">POST /v2/entity/bulk/classification</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getEntityHeaders_GET"><abbr title="GET /v2/entity/bulk/headers" class="side-abbr"><span class="sideoverflow">GET /v2/entity/bulk/headers</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_setClassifications_POST"><abbr title="POST /v2/entity/bulk/setClassifications" class="side-abbr"><span class="sideoverflow">POST /v2/entity/bulk/setClassifications</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_importBMAttributes_POST"><abbr title="POST /v2/entity/businessmetadata/import" class="side-abbr"><span class="sideoverflow">POST /v2/entity/businessmetadata/import</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_deleteByGuid_DELETE"><abbr title="DELETE /v2/entity/guid/{guid}" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getById_GET"><abbr title="GET /v2/entity/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/entity/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_partialUpdateEntityAttrByGuid_PUT"><abbr title="PUT /v2/entity/guid/{guid}" class="side-abbr"><span class="sideoverflow">PUT /v2/entity/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getAuditEvents_GET"><abbr title="GET /v2/entity/{guid}/audit" class="side-abbr"><span class="sideoverflow">GET /v2/entity/{guid}/audit</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_produceTemplate_GET"><abbr title="GET /v2/entity/businessmetadata/import/template" class="side-abbr"><span class="sideoverflow">GET /v2/entity/businessmetadata/import/template</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_removeBusinessAttributes_DELETE"><abbr title="DELETE /v2/entity/guid/{guid}/businessmetadata" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/guid/{guid}/businessmetadata</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_addOrUpdateBusinessAttributes_POST"><abbr title="POST /v2/entity/guid/{guid}/businessmetadata" class="side-abbr"><span class="sideoverflow">POST /v2/entity/guid/{guid}/businessmetadata</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getClassifications_GET"><abbr title="GET /v2/entity/guid/{guid}/classifications" class="side-abbr"><span class="sideoverflow">GET /v2/entity/guid/{guid}/classifications</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_addClassifications_POST"><abbr title="POST /v2/entity/guid/{guid}/classifications" class="side-abbr"><span class="sideoverflow">POST /v2/entity/guid/{guid}/classifications</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_updateClassifications_PUT"><abbr title="PUT /v2/entity/guid/{guid}/classifications" class="side-abbr"><span class="sideoverflow">PUT /v2/entity/guid/{guid}/classifications</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getHeaderById_GET"><abbr title="GET /v2/entity/guid/{guid}/header" class="side-abbr"><span class="sideoverflow">GET /v2/entity/guid/{guid}/header</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_removeLabels_DELETE"><abbr title="DELETE /v2/entity/guid/{guid}/labels" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/guid/{guid}/labels</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_setLabels_POST"><abbr title="POST /v2/entity/guid/{guid}/labels" class="side-abbr"><span class="sideoverflow">POST /v2/entity/guid/{guid}/labels</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_addLabels_PUT"><abbr title="PUT /v2/entity/guid/{guid}/labels" class="side-abbr"><span class="sideoverflow">PUT /v2/entity/guid/{guid}/labels</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_deleteByUniqueAttribute_DELETE"><abbr title="DELETE /v2/entity/uniqueAttribute/type/{typeName}" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/uniqueAttribute/type/{typeName}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getByUniqueAttributes_GET"><abbr title="GET /v2/entity/uniqueAttribute/type/{typeName}" class="side-abbr"><span class="sideoverflow">GET /v2/entity/uniqueAttribute/type/{typeName}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_partialUpdateEntityByUniqueAttrs_PUT"><abbr title="PUT /v2/entity/uniqueAttribute/type/{typeName}" class="side-abbr"><span class="sideoverflow">PUT /v2/entity/uniqueAttribute/type/{typeName}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getEntitiesByUniqueAttributes_GET"><abbr title="GET /v2/entity/bulk/uniqueAttribute/type/{typeName}" class="side-abbr"><span class="sideoverflow">GET /v2/entity/bulk/uniqueAttribute/type/{typeName}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_removeBusinessAttributes_DELETE"><abbr title="DELETE /v2/entity/guid/{guid}/businessmetadata/{bmName}" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/guid/{guid}/businessmetadata/{bmName}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_addOrUpdateBusinessAttributes_POST"><abbr title="POST /v2/entity/guid/{guid}/businessmetadata/{bmName}" class="side-abbr"><span class="sideoverflow">POST /v2/entity/guid/{guid}/businessmetadata/{bmName}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_deleteClassification_DELETE"><abbr title="DELETE /v2/entity/guid/{guid}/classification/{classificationName}" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/guid/{guid}/classification/{classificationName}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getClassification_GET"><abbr title="GET /v2/entity/guid/{guid}/classification/{classificationName}" class="side-abbr"><span class="sideoverflow">GET /v2/entity/guid/{guid}/classification/{classificationName}</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_addClassificationsByUniqueAttribute_POST"><abbr title="POST /v2/entity/uniqueAttribute/type/{typeName}/classifications" class="side-abbr"><span class="sideoverflow">POST /v2/entity/uniqueAttribute/type/{typeName}/classifications</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_updateClassificationsByUniqueAttribute_PUT"><abbr title="PUT /v2/entity/uniqueAttribute/type/{typeName}/classifications" class="side-abbr"><span class="sideoverflow">PUT /v2/entity/uniqueAttribute/type/{typeName}/classifications</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_getEntityHeaderByUniqueAttributes_GET"><abbr title="GET /v2/entity/uniqueAttribute/type/{typeName}/header" class="side-abbr"><span class="sideoverflow">GET /v2/entity/uniqueAttribute/type/{typeName}/header</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_removeLabels_DELETE"><abbr title="DELETE /v2/entity/uniqueAttribute/type/{typeName}/labels" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/uniqueAttribute/type/{typeName}/labels</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_setLabels_POST"><abbr title="POST /v2/entity/uniqueAttribute/type/{typeName}/labels" class="side-abbr"><span class="sideoverflow">POST /v2/entity/uniqueAttribute/type/{typeName}/labels</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_addLabels_PUT"><abbr title="PUT /v2/entity/uniqueAttribute/type/{typeName}/labels" class="side-abbr"><span class="sideoverflow">PUT /v2/entity/uniqueAttribute/type/{typeName}/labels</span></abbr></a></li>
+          <li><a href="#resource_EntityREST_deleteClassificationByUniqueAttribute_DELETE"><abbr title="DELETE /v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}" class="side-abbr"><span class="sideoverflow">DELETE /v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="resources.html">Resources</a></li>
+          <li class="dropdown"><a href="resource_EntityREST.html">EntityREST</a></li>
+        </ol>
+
+      <h1 class="page-header">EntityREST <small>Resource</small></h1>
+
+      <p>REST for a single entity</p>
+
+      <div id="resource_EntityREST_createOrUpdate_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity <a href="../v2/entity" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Create new entity or update existing entity in Atlas.
+Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">EntityMutationResponse</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entity&quot; : {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_deleteByGuids_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/bulk <a href="../v2/entity/bulk" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk API to delete list of entities identified by its GUIDs</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>multivalued</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-multivalued">yes</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/bulk
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getByGuids_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/bulk <a href="../v2/entity/bulk" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk API to retrieve list of entities identified by its GUIDs.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+            <th>multivalued</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+            <td><span class="parameter-multivalued">yes</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">ignoreRelationships</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">minExtInfo</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+            <td><span class="parameter-multivalued">no</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntitiesWithExtInfo.html">AtlasEntitiesWithExtInfo</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntitiesWithExtInfo.html">AtlasEntitiesWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/bulk
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entities&quot; : [ {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_createOrUpdate_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/bulk <a href="../v2/entity/bulk" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk API to create new entities or updates existing entities in Atlas.
+Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntitiesWithExtInfo.html">AtlasEntitiesWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntitiesWithExtInfo.html">AtlasEntitiesWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/bulk
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entities&quot; : [ {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_addClassification_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/bulk/classification <a href="../v2/entity/bulk/classification" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk API to associate a tag to multiple entities.
+Option 1: List of GUIDs to associate a tag
+Option 2: Typename and list of uniq attributes for entities to associate a tag
+Option 3: List of GUIDs and Typename with list of uniq attributes for entities to associate a tag</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_ClassificationAssociateRequest.html">ClassificationAssociateRequest</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_ClassificationAssociateRequest.html">ClassificationAssociateRequest</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/bulk/classification
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;classification&quot; : {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;entitiesUniqueAttributes&quot; : [ {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  }, {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  } ],
+  &quot;entityGuids&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;entityTypeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getEntityHeaders_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/bulk/headers <a href="../v2/entity/bulk/headers" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">tagUpdateStartTime</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityHeaders.html">AtlasEntityHeaders</a>
+ (JSON)</span></td>
+            <td><span class="response-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/bulk/headers
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidHeaderMap&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_setClassifications_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/bulk/setClassifications <a href="../v2/entity/bulk/setClassifications" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityHeaders.html">AtlasEntityHeaders</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">string
+ (JSON)</span></td>
+            <td><span class="response-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/bulk/setClassifications
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidHeaderMap&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_importBMAttributes_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/businessmetadata/import <a href="../v2/entity/businessmetadata/import" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Upload the file for creating Business Metadata in BULK</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">fileDetail</span></td>
+            <td>formdata</td>
+            <td><span class="parameter-description">FormDataContentDisposition metadata of file</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">uploadedInputStream</span></td>
+            <td>formdata</td>
+            <td><span class="parameter-description">InputStream of file</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: multipart/form-data&quot; HTTP header to specify this media type to the server."><span class="request-type">multipart/form-data</span></abbr></td>
+            <td><span class="datatype-reference">(custom)
+</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If Business Metadata creation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If Business Metadata definition has invalid or missing information</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">409</span></td>
+            <td><span class="response-condition">If Business Metadata already exists (duplicate qualifiedName)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_BulkImportResponse.html">BulkImportResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_BulkImportResponse.html">BulkImportResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/businessmetadata/import
+Content-Type: multipart/form-data
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;failedImportInfoList&quot; : [ {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;SUCCESS&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  }, {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;SUCCESS&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  } ],
+  &quot;successImportInfoList&quot; : [ {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  }, {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_deleteByGuid_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/guid/{guid} <a href="../v2/entity/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Delete an entity identified by its GUID.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">GUID for the entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">EntityMutationResponse</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getById_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/guid/{guid} <a href="../v2/entity/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Fetch complete definition of an entity given its GUID.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">GUID for the entity</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">ignoreRelationships</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">minExtInfo</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">AtlasEntity</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entity&quot; : {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_partialUpdateEntityAttrByGuid_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/entity/guid/{guid} <a href="../v2/entity/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Entity Partial Update - Add/Update entity attribute identified by its GUID.
+Supports only uprimitive attribute type and entity references.
+does not support updation of complex types like arrays, maps
+Null updates are not possible</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">object
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">object
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/entity/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getAuditEvents_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/{guid}/audit <a href="../v2/entity/{guid}/audit" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">auditAction</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">"BUSINESS_ATTRIBUTE_UPDATE" or "CLASSIFICATION_ADD" or "CLASSIFICATION_DELETE" or "CLASSIFICATION_UPDATE" or "CUSTOM_ATTRIBUTE_UPDATE" or "ENTITY_CREATE" or "ENTITY_DELETE" or "ENTITY_IMPORT_CREATE" or "ENTITY_IMPORT_DELETE" or "ENTITY_IMPORT_UPDATE" or "ENTITY_PURGE" or "ENTITY_UPDATE" or "LABEL_ADD" or "LABEL_DELETE" or "PROPAGATED_CLASSIFICATION_ADD" or "PROPAGATED_CLASSIFICATION_DELETE" or "PROPAGATED_CLASSIFICATION_UPDATE" or "TERM_ADD" or "TERM_DELETE"</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">count</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">100</span></td>
+            <td><span class="parameter-constraints">short</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+            <td><span class="parameter-constraints">int</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortBy</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortOrder</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">startKey</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_EntityAuditEventV2.html">EntityAuditEventV2</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_EntityAuditEventV2.html">EntityAuditEventV2</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/{guid}/audit
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;action&quot; : &quot;ENTITY_CREATE&quot;,
+  &quot;details&quot; : &quot;...&quot;,
+  &quot;entity&quot; : {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;entityId&quot; : &quot;...&quot;,
+  &quot;eventKey&quot; : &quot;...&quot;,
+  &quot;timestamp&quot; : 12345,
+  &quot;type&quot; : &quot;ENTITY_AUDIT_V2&quot;,
+  &quot;user&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_produceTemplate_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/businessmetadata/import/template <a href="../v2/entity/businessmetadata/import/template" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the sample Template for uploading/creating bulk BusinessMetaData</p>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If the provided fileType is not supported</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/octet-stream&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/octet-stream</span></abbr></td>
+            <td><span class="datatype-reference">object
+</span></td>
+            <td><span class="response-description">Template File</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/businessmetadata/import/template
+Content-Type: application/json
+Accept: application/octet-stream
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/octet-stream
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_removeBusinessAttributes_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/guid/{guid}/businessmetadata <a href="../v2/entity/guid/{guid}/businessmetadata" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of object
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/guid/{guid}/businessmetadata
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_addOrUpdateBusinessAttributes_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/guid/{guid}/businessmetadata <a href="../v2/entity/guid/{guid}/businessmetadata" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">isOverwrite</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of object
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/guid/{guid}/businessmetadata
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getClassifications_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/guid/{guid}/classifications <a href="../v2/entity/guid/{guid}/classifications" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Gets the list of classifications for a given entity represented by a guid.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">globally unique identifier for the entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasClassifications.html">AtlasClassifications</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">a list of classifications for the given entity guid</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasClassifications.html">AtlasClassifications</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/guid/{guid}/classifications
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;list&quot; : [ { }, { } ],
+  &quot;pageSize&quot; : 12345,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortType&quot; : &quot;DESC&quot;,
+  &quot;startIndex&quot; : 12345,
+  &quot;totalCount&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_addClassifications_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/guid/{guid}/classifications <a href="../v2/entity/guid/{guid}/classifications" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Adds classifications to an existing entity represented by a guid.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">globally unique identifier for the entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/guid/{guid}/classifications
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;entityGuid&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;DELETED&quot;,
+  &quot;propagate&quot; : true,
+  &quot;removePropagationsOnEntityDelete&quot; : true,
+  &quot;validityPeriods&quot; : [ {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  }, {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  } ],
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_updateClassifications_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/entity/guid/{guid}/classifications <a href="../v2/entity/guid/{guid}/classifications" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Updates classifications to an existing entity represented by a guid.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">globally unique identifier for the entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/entity/guid/{guid}/classifications
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;entityGuid&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;DELETED&quot;,
+  &quot;propagate&quot; : true,
+  &quot;removePropagationsOnEntityDelete&quot; : true,
+  &quot;validityPeriods&quot; : [ {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  }, {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  } ],
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getHeaderById_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/guid/{guid}/header <a href="../v2/entity/guid/{guid}/header" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get entity header given its GUID.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">GUID for the entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">AtlasEntity</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/guid/{guid}/header
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;isIncomplete&quot; : true,
+  &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;meanings&quot; : [ {
+    &quot;confidence&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;PROPOSED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;confidence&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;PROPOSED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;status&quot; : &quot;PURGED&quot;,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_removeLabels_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/guid/{guid}/labels <a href="../v2/entity/guid/{guid}/labels" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>delete given labels to a given entity</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">- Unique entity identifier</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/guid/{guid}/labels
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_setLabels_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/guid/{guid}/labels <a href="../v2/entity/guid/{guid}/labels" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Set labels to a given entity</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">- Unique entity identifier</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+            <td><span class="request-description">- set of labels to be set to the entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/guid/{guid}/labels
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_addLabels_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/entity/guid/{guid}/labels <a href="../v2/entity/guid/{guid}/labels" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>add given labels to a given entity</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">- Unique entity identifier</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/entity/guid/{guid}/labels
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_deleteByUniqueAttribute_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName} <a href="../v2/entity/uniqueAttribute/type/{typeName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Delete an entity identified by its type and unique attributes.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName
+
+The REST request would look something like this
+
+DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">- entity type to be deleted</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">EntityMutationResponse</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/uniqueAttribute/type/{typeName}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getByUniqueAttributes_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName} <a href="../v2/entity/uniqueAttribute/type/{typeName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Fetch complete definition of an entity given its type and unique attribute.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName
+
+The REST request would look something like this
+
+GET /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">ignoreRelationships</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">minExtInfo</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">AtlasEntityWithExtInfo</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/uniqueAttribute/type/{typeName}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entity&quot; : {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_partialUpdateEntityByUniqueAttrs_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName} <a href="../v2/entity/uniqueAttribute/type/{typeName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Entity Partial Update - Allows a subset of attributes to be updated on
+an entity which is identified by its type and unique attribute  eg: Referenceable.qualifiedName.
+Null updates are not possible
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName
+
+The REST request would look something like this
+
+PUT /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityWithExtInfo.html">AtlasEntityWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_EntityMutationResponse.html">EntityMutationResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/entity/uniqueAttribute/type/{typeName}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entity&quot; : {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;guidAssignments&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;mutatedEntities&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ]
+  },
+  &quot;partialUpdatedEntities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getEntitiesByUniqueAttributes_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/bulk/uniqueAttribute/type/{typeName} <a href="../v2/entity/bulk/uniqueAttribute/type/{typeName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk API to retrieve list of entities identified by its unique attributes.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+typeName=<typeName>&attr_1:<attrName>=<attrValue>&attr_2:<attrName>=<attrValue>&attr_3:<attrName>=<attrValue>
+
+NOTE: The attrName should be an unique attribute for the given entity-type
+
+The REST request would look something like this
+
+GET /v2/entity/bulk/uniqueAttribute/type/hive_db?attr_0:qualifiedName=db1@cl1&attr_2:qualifiedName=db2@cl1</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">ignoreRelationships</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">minExtInfo</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntitiesWithExtInfo.html">AtlasEntitiesWithExtInfo</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">AtlasEntitiesWithExtInfo</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntitiesWithExtInfo.html">AtlasEntitiesWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/bulk/uniqueAttribute/type/{typeName}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entities&quot; : [ {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_removeBusinessAttributes_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/guid/{guid}/businessmetadata/{bmName} <a href="../v2/entity/guid/{guid}/businessmetadata/{bmName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">bmName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of object
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/guid/{guid}/businessmetadata/{bmName}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_addOrUpdateBusinessAttributes_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/guid/{guid}/businessmetadata/{bmName} <a href="../v2/entity/guid/{guid}/businessmetadata/{bmName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">bmName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of object
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/guid/{guid}/businessmetadata/{bmName}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_deleteClassification_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/guid/{guid}/classification/{classificationName} <a href="../v2/entity/guid/{guid}/classification/{classificationName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Deletes a given classification from an existing entity represented by a guid.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">classificationName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">name of the classifcation</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">globally unique identifier for the entity</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">associatedEntityGuid</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/guid/{guid}/classification/{classificationName}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getClassification_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/guid/{guid}/classification/{classificationName} <a href="../v2/entity/guid/{guid}/classification/{classificationName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Gets the list of classifications for a given entity represented by a guid.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">classificationName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">globally unique identifier for the entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">classification for the given entity guid</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/guid/{guid}/classification/{classificationName}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entityGuid&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;propagate&quot; : true,
+  &quot;removePropagationsOnEntityDelete&quot; : true,
+  &quot;validityPeriods&quot; : [ {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  }, {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  } ],
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_addClassificationsByUniqueAttribute_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/classifications <a href="../v2/entity/uniqueAttribute/type/{typeName}/classifications" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Adds classification to the entity identified by its type and unique attributes.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/uniqueAttribute/type/{typeName}/classifications
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;entityGuid&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;DELETED&quot;,
+  &quot;propagate&quot; : true,
+  &quot;removePropagationsOnEntityDelete&quot; : true,
+  &quot;validityPeriods&quot; : [ {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  }, {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  } ],
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_updateClassificationsByUniqueAttribute_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/classifications <a href="../v2/entity/uniqueAttribute/type/{typeName}/classifications" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Updates classification on an entity identified by its type and unique attributes.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasClassification.html">AtlasClassification</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/entity/uniqueAttribute/type/{typeName}/classifications
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;entityGuid&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;PURGED&quot;,
+  &quot;propagate&quot; : true,
+  &quot;removePropagationsOnEntityDelete&quot; : true,
+  &quot;validityPeriods&quot; : [ {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  }, {
+    &quot;endTime&quot; : &quot;...&quot;,
+    &quot;startTime&quot; : &quot;...&quot;,
+    &quot;timeZone&quot; : &quot;...&quot;
+  } ],
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_getEntityHeaderByUniqueAttributes_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/header <a href="../v2/entity/uniqueAttribute/type/{typeName}/header" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Fetch AtlasEntityHeader given its type and unique attribute.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName
+
+The REST request would look something like this
+
+GET /v2/entity/uniqueAttribute/type/aType/header?attr:aTypeAttribute=someValue</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">AtlasEntityHeader</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/entity/uniqueAttribute/type/{typeName}/header
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;isIncomplete&quot; : true,
+  &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;meanings&quot; : [ {
+    &quot;confidence&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;IMPORTED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;confidence&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_removeLabels_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/labels <a href="../v2/entity/uniqueAttribute/type/{typeName}/labels" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/uniqueAttribute/type/{typeName}/labels
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_setLabels_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/labels <a href="../v2/entity/uniqueAttribute/type/{typeName}/labels" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/entity/uniqueAttribute/type/{typeName}/labels
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_addLabels_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/labels <a href="../v2/entity/uniqueAttribute/type/{typeName}/labels" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of string
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/entity/uniqueAttribute/type/{typeName}/labels
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_EntityREST_deleteClassificationByUniqueAttribute_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName} <a href="../v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Deletes a given classification from an entity identified by its type and unique attributes.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">classificationName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">name of the classification</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/resource_GlossaryREST.html b/2.3.0/api/v2/resource_GlossaryREST.html
new file mode 100644
index 0000000..6234224
--- /dev/null
+++ b/2.3.0/api/v2/resource_GlossaryREST.html
@@ -0,0 +1,9570 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: GlossaryREST</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: GlossaryREST</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#resource_GlossaryREST_getGlossaries_GET"><abbr title="GET /v2/glossary" class="side-abbr"><span class="sideoverflow">GET /v2/glossary</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_createGlossary_POST"><abbr title="POST /v2/glossary" class="side-abbr"><span class="sideoverflow">POST /v2/glossary</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_createGlossaryCategories_POST"><abbr title="POST /v2/glossary/categories" class="side-abbr"><span class="sideoverflow">POST /v2/glossary/categories</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_createGlossaryCategory_POST"><abbr title="POST /v2/glossary/category" class="side-abbr"><span class="sideoverflow">POST /v2/glossary/category</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_importGlossaryData_POST"><abbr title="POST /v2/glossary/import" class="side-abbr"><span class="sideoverflow">POST /v2/glossary/import</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_createGlossaryTerm_POST"><abbr title="POST /v2/glossary/term" class="side-abbr"><span class="sideoverflow">POST /v2/glossary/term</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_createGlossaryTerms_POST"><abbr title="POST /v2/glossary/terms" class="side-abbr"><span class="sideoverflow">POST /v2/glossary/terms</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_deleteGlossary_DELETE"><abbr title="DELETE /v2/glossary/{glossaryGuid}" class="side-abbr"><span class="sideoverflow">DELETE /v2/glossary/{glossaryGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getGlossary_GET"><abbr title="GET /v2/glossary/{glossaryGuid}" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/{glossaryGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_updateGlossary_PUT"><abbr title="PUT /v2/glossary/{glossaryGuid}" class="side-abbr"><span class="sideoverflow">PUT /v2/glossary/{glossaryGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_deleteGlossaryCategory_DELETE"><abbr title="DELETE /v2/glossary/category/{categoryGuid}" class="side-abbr"><span class="sideoverflow">DELETE /v2/glossary/category/{categoryGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getGlossaryCategory_GET"><abbr title="GET /v2/glossary/category/{categoryGuid}" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/category/{categoryGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_updateGlossaryCategory_PUT"><abbr title="PUT /v2/glossary/category/{categoryGuid}" class="side-abbr"><span class="sideoverflow">PUT /v2/glossary/category/{categoryGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_produceTemplate_GET"><abbr title="GET /v2/glossary/import/template" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/import/template</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_deleteGlossaryTerm_DELETE"><abbr title="DELETE /v2/glossary/term/{termGuid}" class="side-abbr"><span class="sideoverflow">DELETE /v2/glossary/term/{termGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getGlossaryTerm_GET"><abbr title="GET /v2/glossary/term/{termGuid}" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/term/{termGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_updateGlossaryTerm_PUT"><abbr title="PUT /v2/glossary/term/{termGuid}" class="side-abbr"><span class="sideoverflow">PUT /v2/glossary/term/{termGuid}</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getGlossaryCategories_GET"><abbr title="GET /v2/glossary/{glossaryGuid}/categories" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/{glossaryGuid}/categories</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getDetailedGlossary_GET"><abbr title="GET /v2/glossary/{glossaryGuid}/detailed" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/{glossaryGuid}/detailed</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_partialUpdateGlossary_PUT"><abbr title="PUT /v2/glossary/{glossaryGuid}/partial" class="side-abbr"><span class="sideoverflow">PUT /v2/glossary/{glossaryGuid}/partial</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getGlossaryTerms_GET"><abbr title="GET /v2/glossary/{glossaryGuid}/terms" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/{glossaryGuid}/terms</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_partialUpdateGlossaryCategory_PUT"><abbr title="PUT /v2/glossary/category/{categoryGuid}/partial" class="side-abbr"><span class="sideoverflow">PUT /v2/glossary/category/{categoryGuid}/partial</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getRelatedCategories_GET"><abbr title="GET /v2/glossary/category/{categoryGuid}/related" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/category/{categoryGuid}/related</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getCategoryTerms_GET"><abbr title="GET /v2/glossary/category/{categoryGuid}/terms" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/category/{categoryGuid}/terms</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_partialUpdateGlossaryTerm_PUT"><abbr title="PUT /v2/glossary/term/{termGuid}/partial" class="side-abbr"><span class="sideoverflow">PUT /v2/glossary/term/{termGuid}/partial</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_removeTermAssignmentFromEntities_DELETE"><abbr title="DELETE /v2/glossary/terms/{termGuid}/assignedEntities" class="side-abbr"><span class="sideoverflow">DELETE /v2/glossary/terms/{termGuid}/assignedEntities</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getEntitiesAssignedWithTerm_GET"><abbr title="GET /v2/glossary/terms/{termGuid}/assignedEntities" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/terms/{termGuid}/assignedEntities</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_assignTermToEntities_POST"><abbr title="POST /v2/glossary/terms/{termGuid}/assignedEntities" class="side-abbr"><span class="sideoverflow">POST /v2/glossary/terms/{termGuid}/assignedEntities</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_disassociateTermAssignmentFromEntities_PUT"><abbr title="PUT /v2/glossary/terms/{termGuid}/assignedEntities" class="side-abbr"><span class="sideoverflow">PUT /v2/glossary/terms/{termGuid}/assignedEntities</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getRelatedTerms_GET"><abbr title="GET /v2/glossary/terms/{termGuid}/related" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/terms/{termGuid}/related</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getGlossaryCategoriesHeaders_GET"><abbr title="GET /v2/glossary/{glossaryGuid}/categories/headers" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/{glossaryGuid}/categories/headers</span></abbr></a></li>
+          <li><a href="#resource_GlossaryREST_getGlossaryTermHeaders_GET"><abbr title="GET /v2/glossary/{glossaryGuid}/terms/headers" class="side-abbr"><span class="sideoverflow">GET /v2/glossary/{glossaryGuid}/terms/headers</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="resources.html">Resources</a></li>
+          <li class="dropdown"><a href="resource_GlossaryREST.html">GlossaryREST</a></li>
+        </ol>
+
+      <h1 class="page-header">GlossaryREST <small>Resource</small></h1>
+
+      <p></p>
+
+      <div id="resource_GlossaryREST_getGlossaries_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary <a href="../v2/glossary" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Retrieve all glossaries registered with Atlas</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">offset for pagination purpose</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">Sort order, ASC (default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">List of existing glossaries fitting the search criteria or empty list if nothing matches</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of glossary entities fitting the above criteria</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_createGlossary_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/glossary <a href="../v2/glossary" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Create a glossary</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">Glossary definition, terms & categories can be anchored to a glossary
+using the anchor attribute when creating the Term/Category</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary creation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If Glossary definition has invalid or missing information</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">409</span></td>
+            <td><span class="response-condition">If Glossary definition already exists (duplicate qualifiedName)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/glossary
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_createGlossaryCategories_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/glossary/categories <a href="../v2/glossary/categories" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Create glossary category in bulk</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">glossary category definitions</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If BULK glossary category creation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If ANY Glossary category definition has invalid or missing information</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/glossary/categories
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_createGlossaryCategory_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/glossary/category <a href="../v2/glossary/category" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Create glossary category</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">glossary category definition, a category must be anchored to a Glossary when creating
+Optionally, terms belonging to the category and the hierarchy can also be defined during creation</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary category creation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If Glossary category definition has invalid or missing information</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">409</span></td>
+            <td><span class="response-condition">If Glossary category already exists (duplicate qualifiedName)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/glossary/category
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_importGlossaryData_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/glossary/import <a href="../v2/glossary/import" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Upload glossary file for creating AtlasGlossaryTerms in bulk</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">fileDetail</span></td>
+            <td>formdata</td>
+            <td><span class="parameter-description">FormDataContentDisposition metadata of file</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">inputStream</span></td>
+            <td>formdata</td>
+            <td><span class="parameter-description">InputStream of file</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: multipart/form-data&quot; HTTP header to specify this media type to the server."><span class="request-type">multipart/form-data</span></abbr></td>
+            <td><span class="datatype-reference">(custom)
+</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary term creation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If Glossary term definition has invalid or missing information</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">409</span></td>
+            <td><span class="response-condition">If Glossary term already exists (duplicate qualifiedName)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_BulkImportResponse.html">BulkImportResponse</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_BulkImportResponse.html">BulkImportResponse</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/glossary/import
+Content-Type: multipart/form-data
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;failedImportInfoList&quot; : [ {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;SUCCESS&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  }, {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;SUCCESS&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  } ],
+  &quot;successImportInfoList&quot; : [ {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  }, {
+    &quot;childObjectName&quot; : &quot;...&quot;,
+    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;parentObjectName&quot; : &quot;...&quot;,
+    &quot;remarks&quot; : &quot;...&quot;
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_createGlossaryTerm_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/glossary/term <a href="../v2/glossary/term" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Create a glossary term</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">Glossary term definition, a term must be anchored to a Glossary at the time of creation
+optionally it can be categorized as well</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary term creation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If Glossary term definition has invalid or missing information</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">409</span></td>
+            <td><span class="response-condition">If Glossary term already exists (duplicate qualifiedName)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/glossary/term
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_createGlossaryTerms_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/glossary/terms <a href="../v2/glossary/terms" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Create glossary terms in bulk</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">glossary term definitions</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If Bulk glossary terms creation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If any glossary term definition has invalid or missing information</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/glossary/terms
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_deleteGlossary_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/glossary/{glossaryGuid} <a href="../v2/glossary/{glossaryGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Delete a glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">204</span></td>
+            <td><span class="response-condition">If glossary delete was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/glossary/{glossaryGuid}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getGlossary_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/{glossaryGuid} <a href="../v2/glossary/{glossaryGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get a specific Glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique glossary identifier</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary with given guid exists</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary GUID is invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Glossary</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/{glossaryGuid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_updateGlossary_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/glossary/{glossaryGuid} <a href="../v2/glossary/{glossaryGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Update the given glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">Updated glossary definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary update was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary guid in invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If Glossary definition has invalid or missing information</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Glossary</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/glossary/{glossaryGuid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_deleteGlossaryCategory_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/glossary/category/{categoryGuid} <a href="../v2/glossary/category/{categoryGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Delete a glossary category</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">categoryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary category</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">204</span></td>
+            <td><span class="response-condition">If glossary category delete was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary category guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/glossary/category/{categoryGuid}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getGlossaryCategory_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/category/{categoryGuid} <a href="../v2/glossary/category/{categoryGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get specific glossary category</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">categoryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary category</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary category exists for given GUID</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary category GUID is invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Glossary category</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/category/{categoryGuid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_updateGlossaryCategory_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/glossary/category/{categoryGuid} <a href="../v2/glossary/category/{categoryGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Update the given glossary category</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">categoryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary category</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">updated glossary category</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary category partial update was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary category guid in invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If Glossary category definition has invalid or missing information</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">glossary category</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/glossary/category/{categoryGuid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_produceTemplate_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/import/template <a href="../v2/glossary/import/template" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get sample template for uploading/creating bulk AtlasGlossaryTerm</p>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If the provided fileType is not supported</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/octet-stream&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/octet-stream</span></abbr></td>
+            <td><span class="datatype-reference">object
+</span></td>
+            <td><span class="response-description">Template File</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/import/template
+Content-Type: application/json
+Accept: application/octet-stream
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/octet-stream
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_deleteGlossaryTerm_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/glossary/term/{termGuid} <a href="../v2/glossary/term/{termGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Delete a glossary term</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">204</span></td>
+            <td><span class="response-condition">If glossary term delete was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary term guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/glossary/term/{termGuid}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getGlossaryTerm_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/term/{termGuid} <a href="../v2/glossary/term/{termGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get specific glossary term</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary term exists for given GUID</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary term GUID is invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Glossary term</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/term/{termGuid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_updateGlossaryTerm_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/glossary/term/{termGuid} <a href="../v2/glossary/term/{termGuid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Update the given glossary term</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">updated glossary term</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary term update was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary term guid in invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If Glossary temr definition has invalid or missing information</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Updated glossary term</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/glossary/term/{termGuid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getGlossaryCategories_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/{glossaryGuid}/categories <a href="../v2/glossary/{glossaryGuid}/categories" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the categories belonging to a specific glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">offset for pagination purpose</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">ASC (default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">List of glossary categories for the given glossary or an empty list</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of associated categories</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/{glossaryGuid}/categories
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getDetailedGlossary_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/{glossaryGuid}/detailed <a href="../v2/glossary/{glossaryGuid}/detailed" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get a specific Glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique glossary identifier</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary exists for given GUID</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary GUID is invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryExtInfo.html">AtlasGlossaryExtInfo</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Glossary</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryExtInfo.html">AtlasGlossaryExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/{glossaryGuid}/detailed
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;categoryInfo&quot; : {
+    &quot;property1&quot; : {
+      &quot;anchor&quot; : {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;glossaryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;childrenCategories&quot; : [ {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;parentCategory&quot; : {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;terms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;additionalAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;longDescription&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;shortDescription&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;anchor&quot; : {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;glossaryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;childrenCategories&quot; : [ {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;parentCategory&quot; : {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;terms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;additionalAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;longDescription&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;shortDescription&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;
+    }
+  },
+  &quot;termInfo&quot; : {
+    &quot;property1&quot; : {
+      &quot;abbreviation&quot; : &quot;...&quot;,
+      &quot;anchor&quot; : {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;glossaryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;antonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;assignedEntities&quot; : [ {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationshipAttributes&quot; : { },
+        &quot;relationshipGuid&quot; : &quot;...&quot;,
+        &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+        &quot;relationshipType&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;uniqueAttributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      }, {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationshipAttributes&quot; : { },
+        &quot;relationshipGuid&quot; : &quot;...&quot;,
+        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;relationshipType&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;uniqueAttributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      } ],
+      &quot;categories&quot; : [ {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;
+      }, {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;
+      } ],
+      &quot;classifies&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;glossaryTermHeader&quot; : {
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      },
+      &quot;isA&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredToTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacedBy&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacementTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;seeAlso&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;synonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translatedTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translationTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;usage&quot; : &quot;...&quot;,
+      &quot;validValues&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;validValuesFor&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;additionalAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;longDescription&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;shortDescription&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;abbreviation&quot; : &quot;...&quot;,
+      &quot;anchor&quot; : {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;glossaryGuid&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;
+      },
+      &quot;antonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;assignedEntities&quot; : [ {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationshipAttributes&quot; : { },
+        &quot;relationshipGuid&quot; : &quot;...&quot;,
+        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;relationshipType&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;uniqueAttributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      }, {
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationshipAttributes&quot; : { },
+        &quot;relationshipGuid&quot; : &quot;...&quot;,
+        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;relationshipType&quot; : &quot;...&quot;,
+        &quot;guid&quot; : &quot;...&quot;,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;uniqueAttributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        }
+      } ],
+      &quot;categories&quot; : [ {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;
+      }, {
+        &quot;categoryGuid&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;
+      } ],
+      &quot;classifies&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;glossaryTermHeader&quot; : {
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      },
+      &quot;isA&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredToTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacedBy&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacementTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;seeAlso&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;synonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translatedTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translationTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;usage&quot; : &quot;...&quot;,
+      &quot;validValues&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;validValuesFor&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;additionalAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;longDescription&quot; : &quot;...&quot;,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;shortDescription&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;
+    }
+  },
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_partialUpdateGlossary_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/glossary/{glossaryGuid}/partial <a href="../v2/glossary/{glossaryGuid}/partial" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Partially update the glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of string
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">Map containing keys as attribute names and values as corresponding attribute values</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of string
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary partial update was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary guid in invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If partial update parameters are invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Updated glossary</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossary.html">AtlasGlossary</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/glossary/{glossaryGuid}/partial
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;language&quot; : &quot;...&quot;,
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getGlossaryTerms_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/{glossaryGuid}/terms <a href="../v2/glossary/{glossaryGuid}/terms" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get terms belonging to a specific glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">starting offset for loading terms</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">ASC(default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">List of glossary terms for the given glossary or an empty list</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of terms associated with the glossary</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/{glossaryGuid}/terms
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_partialUpdateGlossaryCategory_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/glossary/category/{categoryGuid}/partial <a href="../v2/glossary/category/{categoryGuid}/partial" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Partially update the glossary category</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">categoryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of string
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">Map containing keys as attribute names and values as corresponding attribute values</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of string
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary category partial update was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary category guid in invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If category attributes are invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Updated glossary category</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryCategory.html">AtlasGlossaryCategory</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/glossary/category/{categoryGuid}/partial
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;childrenCategories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;parentCategory&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;terms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getRelatedCategories_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/category/{categoryGuid}/related <a href="../v2/glossary/category/{categoryGuid}/related" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get all related categories (parent and children)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">categoryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary category</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">offset for pagination purpose</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">ASC (default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of array of <a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of related categories</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of array of <a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/category/{categoryGuid}/related
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;...&quot; : {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  }
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getCategoryTerms_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/category/{categoryGuid}/terms <a href="../v2/glossary/category/{categoryGuid}/terms" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get all terms associated with the specific category</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">categoryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary category</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">offset for pagination purpose</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">ASC (default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">List of terms for the given category or an empty list</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary category guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of associated terms</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/category/{categoryGuid}/terms
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;expression&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;,
+  &quot;source&quot; : &quot;...&quot;,
+  &quot;status&quot; : &quot;OBSOLETE&quot;,
+  &quot;steward&quot; : &quot;...&quot;,
+  &quot;termGuid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_partialUpdateGlossaryTerm_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/glossary/term/{termGuid}/partial <a href="../v2/glossary/term/{termGuid}/partial" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Partially update the glossary term</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of string
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">Map containing keys as attribute names and values as corresponding attribute values</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of string
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If glossary partial update was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary term guid in invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If partial attributes are invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Updated glossary term</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasGlossaryTerm.html">AtlasGlossaryTerm</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/glossary/term/{termGuid}/partial
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;abbreviation&quot; : &quot;...&quot;,
+  &quot;anchor&quot; : {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;glossaryGuid&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;
+  },
+  &quot;antonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;assignedEntities&quot; : [ {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  }, {
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationshipAttributes&quot; : {
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;relationshipGuid&quot; : &quot;...&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipType&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  } ],
+  &quot;categories&quot; : [ {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;
+  }, {
+    &quot;categoryGuid&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;
+  } ],
+  &quot;classifies&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;examples&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;glossaryTermHeader&quot; : {
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  },
+  &quot;isA&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;additionalAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;classifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;longDescription&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;shortDescription&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_removeTermAssignmentFromEntities_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/glossary/terms/{termGuid}/assignedEntities <a href="../v2/glossary/terms/{termGuid}/assignedEntities" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Remove the term assignment for the given list of entity headers</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Glossary term GUID</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">List of related entity IDs from which the term has to be dissociated</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">204</span></td>
+            <td><span class="response-condition">If glossary term dissociation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If ANY of the entity header is invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary term guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/glossary/terms/{termGuid}/assignedEntities
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationshipAttributes&quot; : {
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;relationshipGuid&quot; : &quot;...&quot;,
+  &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+  &quot;relationshipType&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;typeName&quot; : &quot;...&quot;,
+  &quot;uniqueAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  }
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getEntitiesAssignedWithTerm_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/terms/{termGuid}/assignedEntities <a href="../v2/glossary/terms/{termGuid}/assignedEntities" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get all entity headers assigned with the specified term</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">GUID of the term</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">offset for pagination purpose</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">ASC (default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">List of entity headers (if any) for the given glossary or an empty list</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary term guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/terms/{termGuid}/assignedEntities
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationshipAttributes&quot; : {
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;relationshipGuid&quot; : &quot;...&quot;,
+  &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;relationshipType&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;typeName&quot; : &quot;...&quot;,
+  &quot;uniqueAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  }
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_assignTermToEntities_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/glossary/terms/{termGuid}/assignedEntities <a href="../v2/glossary/terms/{termGuid}/assignedEntities" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Assign the given term to the provided list of entity headers</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Glossary term GUID</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">Related Entity IDs to which the term has to be associated</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">204</span></td>
+            <td><span class="response-condition">If the term assignment was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If ANY of the entity header is invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/glossary/terms/{termGuid}/assignedEntities
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationshipAttributes&quot; : {
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;relationshipGuid&quot; : &quot;...&quot;,
+  &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+  &quot;relationshipType&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;typeName&quot; : &quot;...&quot;,
+  &quot;uniqueAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  }
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_disassociateTermAssignmentFromEntities_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/glossary/terms/{termGuid}/assignedEntities <a href="../v2/glossary/terms/{termGuid}/assignedEntities" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Remove the term assignment for the given list of entity headers</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Glossary term GUID</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">List of related entity IDs from which the term has to be dissociated</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedObjectId.html">AtlasRelatedObjectId</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">204</span></td>
+            <td><span class="response-condition">If glossary term dissociation was successful</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">If ANY of the entity header is invalid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary term guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/glossary/terms/{termGuid}/assignedEntities
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationshipAttributes&quot; : {
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;relationshipGuid&quot; : &quot;...&quot;,
+  &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+  &quot;relationshipType&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;typeName&quot; : &quot;...&quot;,
+  &quot;uniqueAttributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  }
+} ]
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getRelatedTerms_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/terms/{termGuid}/related <a href="../v2/glossary/terms/{termGuid}/related" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get all related terms for a specific term</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">termGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">offset for pagination purpose</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">ASC (default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">List of related glossary terms for the given glossary or an empty list</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary term guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of all related terms</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/terms/{termGuid}/related
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;...&quot; : {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getGlossaryCategoriesHeaders_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/{glossaryGuid}/categories/headers <a href="../v2/glossary/{glossaryGuid}/categories/headers" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the categories belonging to a specific glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary term</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">offset for pagination purpose</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">ASC (default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">List of glossary categories for the given glossary or an empty list</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of associated categories</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedCategoryHeader.html">AtlasRelatedCategoryHeader</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/{glossaryGuid}/categories/headers
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;categoryGuid&quot; : &quot;...&quot;,
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;parentCategoryGuid&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_GlossaryREST_getGlossaryTermHeaders_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/glossary/{glossaryGuid}/terms/headers <a href="../v2/glossary/{glossaryGuid}/terms/headers" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get term headers belonging to a specific glossary</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">glossaryGuid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">unique identifier for glossary</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">page size - by default there is no paging</span></td>
+            <td><span class="parameter-default-value">-1</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">starting offset for loading terms</span></td>
+            <td><span class="parameter-default-value">0</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sort</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">ASC(default) or DESC</span></td>
+            <td><span class="parameter-default-value">ASC</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">List of glossary terms for the given glossary or an empty list</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If glossary guid in invalid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of terms associated with the glossary</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasRelatedTermHeader.html">AtlasRelatedTermHeader</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/glossary/{glossaryGuid}/terms/headers
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;displayText&quot; : &quot;...&quot;,
+  &quot;expression&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
+  &quot;relationGuid&quot; : &quot;...&quot;,
+  &quot;source&quot; : &quot;...&quot;,
+  &quot;status&quot; : &quot;DRAFT&quot;,
+  &quot;steward&quot; : &quot;...&quot;,
+  &quot;termGuid&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/resource_LineageREST.html b/2.3.0/api/v2/resource_LineageREST.html
new file mode 100644
index 0000000..981a6d9
--- /dev/null
+++ b/2.3.0/api/v2/resource_LineageREST.html
@@ -0,0 +1,963 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: LineageREST</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: LineageREST</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#resource_LineageREST_getLineageGraph_GET"><abbr title="GET /v2/lineage/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/lineage/{guid}</span></abbr></a></li>
+          <li><a href="#resource_LineageREST_getLineageGraph_POST"><abbr title="POST /v2/lineage/{guid}" class="side-abbr"><span class="sideoverflow">POST /v2/lineage/{guid}</span></abbr></a></li>
+          <li><a href="#resource_LineageREST_getLineageByUniqueAttribute_GET"><abbr title="GET /v2/lineage/uniqueAttribute/type/{typeName}" class="side-abbr"><span class="sideoverflow">GET /v2/lineage/uniqueAttribute/type/{typeName}</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="resources.html">Resources</a></li>
+          <li class="dropdown"><a href="resource_LineageREST.html">LineageREST</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageREST <small>Resource</small></h1>
+
+      <p>REST interface for an entity's lineage information</p>
+
+      <div id="resource_LineageREST_getLineageGraph_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/lineage/{guid} <a href="../v2/lineage/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Returns lineage info about entity.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">- unique entity id</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">depth</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">- number of hops for lineage</span></td>
+            <td><span class="parameter-default-value">3</span></td>
+            <td><span class="parameter-constraints">int</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">direction</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">- input, output or both</span></td>
+            <td><span class="parameter-default-value">BOTH</span></td>
+            <td><span class="parameter-constraints">"BOTH" or "INPUT" or "OUTPUT"</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If Lineage exists for the given entity</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Bad query parameters</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If no lineage is found for the given entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasLineageInfo.html">AtlasLineageInfo</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">AtlasLineageInfo</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasLineageInfo.html">AtlasLineageInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/lineage/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;baseEntityGuid&quot; : &quot;...&quot;,
+  &quot;guidEntityMap&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;lineageDepth&quot; : 12345,
+  &quot;lineageDirection&quot; : &quot;INPUT&quot;,
+  &quot;lineageOnDemandPayload&quot; : {
+    &quot;property1&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;BOTH&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;INPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  }, {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  } ],
+  &quot;relationsOnDemand&quot; : {
+    &quot;property1&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_LineageREST_getLineageGraph_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/lineage/{guid} <a href="../v2/lineage/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Returns lineage info about entity.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of <a href="json_LineageOnDemandConstraints.html">LineageOnDemandConstraints</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If Lineage exists for the given entity</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Bad query parameters</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If no lineage is found for the given entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasLineageInfo.html">AtlasLineageInfo</a>
+ (JSON)</span></td>
+            <td><span class="response-description">AtlasLineageInfo</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/lineage/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;...&quot; : {
+    &quot;depth&quot; : 12345,
+    &quot;direction&quot; : &quot;INPUT&quot;,
+    &quot;inputRelationsLimit&quot; : 12345,
+    &quot;outputRelationsLimit&quot; : 12345
+  }
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;baseEntityGuid&quot; : &quot;...&quot;,
+  &quot;guidEntityMap&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;lineageDepth&quot; : 12345,
+  &quot;lineageDirection&quot; : &quot;OUTPUT&quot;,
+  &quot;lineageOnDemandPayload&quot; : {
+    &quot;property1&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;OUTPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;BOTH&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  }, {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  } ],
+  &quot;relationsOnDemand&quot; : {
+    &quot;property1&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_LineageREST_getLineageByUniqueAttribute_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/lineage/uniqueAttribute/type/{typeName} <a href="../v2/lineage/uniqueAttribute/type/{typeName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Returns lineage info about entity.
+
+In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format
+
+attr:<attrName>=<attrValue>
+
+NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">- typeName of entity</span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">depth</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">- number of hops for lineage</span></td>
+            <td><span class="parameter-default-value">3</span></td>
+            <td><span class="parameter-constraints">int</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">direction</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">- input, output or both</span></td>
+            <td><span class="parameter-default-value">BOTH</span></td>
+            <td><span class="parameter-constraints">"BOTH" or "INPUT" or "OUTPUT"</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If Lineage exists for the given entity</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Bad query parameters</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If no lineage is found for the given entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasLineageInfo.html">AtlasLineageInfo</a>
+ (JSON)</span></td>
+            <td><span class="response-description">AtlasLineageInfo</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/lineage/uniqueAttribute/type/{typeName}
+Content-Type: application/json;charset=UTF-8
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;baseEntityGuid&quot; : &quot;...&quot;,
+  &quot;guidEntityMap&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;lineageDepth&quot; : 12345,
+  &quot;lineageDirection&quot; : &quot;INPUT&quot;,
+  &quot;lineageOnDemandPayload&quot; : {
+    &quot;property1&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;OUTPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;OUTPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  }, {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  } ],
+  &quot;relationsOnDemand&quot; : {
+    &quot;property1&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/resource_RelationshipREST.html b/2.3.0/api/v2/resource_RelationshipREST.html
new file mode 100644
index 0000000..b56f392
--- /dev/null
+++ b/2.3.0/api/v2/resource_RelationshipREST.html
@@ -0,0 +1,1053 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: RelationshipREST</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: RelationshipREST</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#resource_RelationshipREST_create_POST"><abbr title="POST /v2/relationship" class="side-abbr"><span class="sideoverflow">POST /v2/relationship</span></abbr></a></li>
+          <li><a href="#resource_RelationshipREST_update_PUT"><abbr title="PUT /v2/relationship" class="side-abbr"><span class="sideoverflow">PUT /v2/relationship</span></abbr></a></li>
+          <li><a href="#resource_RelationshipREST_deleteById_DELETE"><abbr title="DELETE /v2/relationship/guid/{guid}" class="side-abbr"><span class="sideoverflow">DELETE /v2/relationship/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_RelationshipREST_getById_GET"><abbr title="GET /v2/relationship/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/relationship/guid/{guid}</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="resources.html">Resources</a></li>
+          <li class="dropdown"><a href="resource_RelationshipREST.html">RelationshipREST</a></li>
+        </ol>
+
+      <h1 class="page-header">RelationshipREST <small>Resource</small></h1>
+
+      <p>REST interface for entity relationships.</p>
+
+      <div id="resource_RelationshipREST_create_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/relationship <a href="../v2/relationship" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Create a new relationship between entities.</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/relationship
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;blockedPropagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;end1&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;end2&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;homeId&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
+  &quot;propagateTags&quot; : &quot;NONE&quot;,
+  &quot;propagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;provenanceType&quot; : 12345,
+  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 201 Created
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;blockedPropagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;end1&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;end2&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;homeId&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
+  &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+  &quot;propagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;provenanceType&quot; : 12345,
+  &quot;status&quot; : &quot;ACTIVE&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_RelationshipREST_update_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/relationship <a href="../v2/relationship" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Update an existing relationship between entities.</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+ (JSON)</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationship.html">AtlasRelationship</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/relationship
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;blockedPropagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;end1&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;end2&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;homeId&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
+  &quot;propagateTags&quot; : &quot;NONE&quot;,
+  &quot;propagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;provenanceType&quot; : 12345,
+  &quot;status&quot; : &quot;ACTIVE&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;blockedPropagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;end1&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;end2&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;homeId&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
+  &quot;propagateTags&quot; : &quot;NONE&quot;,
+  &quot;propagatedClassifications&quot; : [ {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;entityGuid&quot; : &quot;...&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;propagate&quot; : true,
+    &quot;removePropagationsOnEntityDelete&quot; : true,
+    &quot;validityPeriods&quot; : [ {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    }, {
+      &quot;endTime&quot; : &quot;...&quot;,
+      &quot;startTime&quot; : &quot;...&quot;,
+      &quot;timeZone&quot; : &quot;...&quot;
+    } ],
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;provenanceType&quot; : 12345,
+  &quot;status&quot; : &quot;ACTIVE&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_RelationshipREST_deleteById_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/relationship/guid/{guid} <a href="../v2/relationship/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Delete a relationship between entities using guid.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/relationship/guid/{guid}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_RelationshipREST_getById_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/relationship/guid/{guid} <a href="../v2/relationship/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get relationship information between entities using guid.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>default</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">&nbsp;</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">extendedInfo</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-default-value">false</span></td>
+            <td><span class="parameter-constraints">boolean</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationshipWithExtInfo.html">AtlasRelationshipWithExtInfo</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description"></span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationshipWithExtInfo.html">AtlasRelationshipWithExtInfo</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/relationship/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relationship&quot; : {
+    &quot;blockedPropagatedClassifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;propagatedClassifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/resource_TypesREST.html b/2.3.0/api/v2/resource_TypesREST.html
new file mode 100644
index 0000000..763db1f
--- /dev/null
+++ b/2.3.0/api/v2/resource_TypesREST.html
@@ -0,0 +1,10192 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: TypesREST</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: TypesREST</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#resource_TypesREST_deleteAtlasTypeDefs_DELETE"><abbr title="DELETE /v2/types/typedefs" class="side-abbr"><span class="sideoverflow">DELETE /v2/types/typedefs</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getAllTypeDefs_GET"><abbr title="GET /v2/types/typedefs" class="side-abbr"><span class="sideoverflow">GET /v2/types/typedefs</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_createAtlasTypeDefs_POST"><abbr title="POST /v2/types/typedefs" class="side-abbr"><span class="sideoverflow">POST /v2/types/typedefs</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_updateAtlasTypeDefs_PUT"><abbr title="PUT /v2/types/typedefs" class="side-abbr"><span class="sideoverflow">PUT /v2/types/typedefs</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getTypeDefHeaders_GET"><abbr title="GET /v2/types/typedefs/headers" class="side-abbr"><span class="sideoverflow">GET /v2/types/typedefs/headers</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getBusinessMetadataDefByGuid_GET"><abbr title="GET /v2/types/businessmetadatadef/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/types/businessmetadatadef/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getBusinessMetadataDefByName_GET"><abbr title="GET /v2/types/businessmetadatadef/name/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/types/businessmetadatadef/name/{name}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getClassificationDefByGuid_GET"><abbr title="GET /v2/types/classificationdef/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/types/classificationdef/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getClassificationDefByName_GET"><abbr title="GET /v2/types/classificationdef/name/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/types/classificationdef/name/{name}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getEntityDefByGuid_GET"><abbr title="GET /v2/types/entitydef/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/types/entitydef/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getEntityDefByName_GET"><abbr title="GET /v2/types/entitydef/name/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/types/entitydef/name/{name}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getEnumDefByGuid_GET"><abbr title="GET /v2/types/enumdef/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/types/enumdef/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getEnumDefByName_GET"><abbr title="GET /v2/types/enumdef/name/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/types/enumdef/name/{name}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getRelationshipDefByGuid_GET"><abbr title="GET /v2/types/relationshipdef/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/types/relationshipdef/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getRelationshipDefByName_GET"><abbr title="GET /v2/types/relationshipdef/name/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/types/relationshipdef/name/{name}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getStructDefByGuid_GET"><abbr title="GET /v2/types/structdef/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/types/structdef/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getStructDefByName_GET"><abbr title="GET /v2/types/structdef/name/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/types/structdef/name/{name}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getTypeDefByGuid_GET"><abbr title="GET /v2/types/typedef/guid/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/types/typedef/guid/{guid}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_getTypeDefByName_GET"><abbr title="GET /v2/types/typedef/name/{name}" class="side-abbr"><span class="sideoverflow">GET /v2/types/typedef/name/{name}</span></abbr></a></li>
+          <li><a href="#resource_TypesREST_deleteAtlasTypeByName_DELETE"><abbr title="DELETE /v2/types/typedef/name/{typeName}" class="side-abbr"><span class="sideoverflow">DELETE /v2/types/typedef/name/{typeName}</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="resources.html">Resources</a></li>
+          <li class="dropdown"><a href="resource_TypesREST.html">TypesREST</a></li>
+        </ol>
+
+      <h1 class="page-header">TypesREST <small>Resource</small></h1>
+
+      <p>REST interface for CRUD operations on type definitions</p>
+
+      <div id="resource_TypesREST_deleteAtlasTypeDefs_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/types/typedefs <a href="../v2/types/typedefs" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk delete API for all types</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">A composite object that captures all types to be deleted</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">204</span></td>
+            <td><span class="response-condition">On successful deletion of the requested type definitions</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">On validation failure for any type definitions</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/types/typedefs
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;businessMetadataDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getAllTypeDefs_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/typedefs <a href="../v2/types/typedefs" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk retrieval API for retrieving all type definitions in Atlas</p>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">AtlasTypesDef with type definitions matching the search criteria or else returns empty list of type definitions</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">A composite wrapper object with lists of all type definitions</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/typedefs
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;businessMetadataDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_createAtlasTypeDefs_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/types/typedefs <a href="../v2/types/typedefs" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk create APIs for all atlas type definitions, only new definitions will be created.
+Any changes to the existing definitions will be discarded</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">A composite wrapper object with corresponding lists of the type definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful update of requested type definitions</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">On validation failure for any type definitions</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">A composite wrapper object with lists of type definitions that were successfully
+created</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/types/typedefs
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;businessMetadataDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;businessMetadataDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_updateAtlasTypeDefs_PUT">
+        <h3><span class="label label-default resource-method">PUT</span> <span class="resource-path">/v2/types/typedefs <a href="../v2/types/typedefs" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk update API for all types, changes detected in the type definitions would be persisted</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">A composite object that captures all type definition changes</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful update of requested type definitions</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">On validation failure for any type definitions</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">A composite object with lists of type definitions that were updated</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasTypesDef.html">AtlasTypesDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+PUT /v2/types/typedefs
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;businessMetadataDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;businessMetadataDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ]
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getTypeDefHeaders_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/typedefs/headers <a href="../v2/types/typedefs/headers" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Bulk retrieval API for all type definitions returned as a list of minimal information header</p>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">Returns a list of AtlasTypeDefHeader matching the search criteria
+or an empty list if no match.</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasTypeDefHeader.html">AtlasTypeDefHeader</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">List of AtlasTypeDefHeader AtlasTypeDefHeader</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">array of <a href="json_AtlasTypeDefHeader.html">AtlasTypeDefHeader</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/typedefs/headers
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+[ {
+  &quot;category&quot; : &quot;ARRAY&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;serviceType&quot; : &quot;...&quot;
+} ]
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getBusinessMetadataDefByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/businessmetadatadef/guid/{guid} <a href="../v2/types/businessmetadatadef/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the businessMetadata definition for the given guid</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">businessMetadata guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the businessMetadata definition by it's guid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasBusinessMetadataDef.html">AtlasBusinessMetadataDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">businessMetadata definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasBusinessMetadataDef.html">AtlasBusinessMetadataDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/businessmetadatadef/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getBusinessMetadataDefByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/businessmetadatadef/name/{name} <a href="../v2/types/businessmetadatadef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the businessMetadata definition by it's name (unique)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">businessMetadata name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the businessMetadata definition by it's name</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasBusinessMetadataDef.html">AtlasBusinessMetadataDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">businessMetadata definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasBusinessMetadataDef.html">AtlasBusinessMetadataDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/businessmetadatadef/name/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;DOWN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getClassificationDefByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/classificationdef/guid/{guid} <a href="../v2/types/classificationdef/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the classification definition for the given guid</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">classification guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the classification definition by it's guid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">classification definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/classificationdef/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;STRUCT&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getClassificationDefByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/classificationdef/name/{name} <a href="../v2/types/classificationdef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the classification definition by it's name (unique)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">classification name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the classification definition by it's name</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">classification definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasClassificationDef.html">AtlasClassificationDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/classificationdef/name/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;ENTITY&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getEntityDefByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/entitydef/guid/{guid} <a href="../v2/types/entitydef/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the Entity definition for the given guid</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">entity guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the entity definition by it's guid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Entity definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/entitydef/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;businessAttributeDefs&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ]
+  },
+  &quot;relationshipAttributeDefs&quot; : [ {
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;relationshipTypeName&quot; : &quot;...&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;relationshipTypeName&quot; : &quot;...&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;MAP&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getEntityDefByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/entitydef/name/{name} <a href="../v2/types/entitydef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the entity definition by it's name (unique)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">entity name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the entity definition by it's name</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Entity definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEntityDef.html">AtlasEntityDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/entitydef/name/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;businessAttributeDefs&quot; : {
+    &quot;property1&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      }, {
+        &quot;params&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;type&quot; : &quot;...&quot;
+      } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ]
+  },
+  &quot;relationshipAttributeDefs&quot; : [ {
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;relationshipTypeName&quot; : &quot;...&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;relationshipTypeName&quot; : &quot;...&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;STRUCT&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;DOWN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getEnumDefByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/enumdef/guid/{guid} <a href="../v2/types/enumdef/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the enum definition for the given guid</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">enum guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the enum definition by it's guid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEnumDef.html">AtlasEnumDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">enum definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEnumDef.html">AtlasEnumDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/enumdef/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;defaultValue&quot; : &quot;...&quot;,
+  &quot;elementDefs&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;ordinal&quot; : 12345,
+    &quot;value&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;ordinal&quot; : 12345,
+    &quot;value&quot; : &quot;...&quot;
+  } ],
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getEnumDefByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/enumdef/name/{name} <a href="../v2/types/enumdef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the enum definition by it's name (unique)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">enum name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the enum definition by it's name</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEnumDef.html">AtlasEnumDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">enum definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasEnumDef.html">AtlasEnumDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/enumdef/name/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;defaultValue&quot; : &quot;...&quot;,
+  &quot;elementDefs&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;ordinal&quot; : 12345,
+    &quot;value&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;ordinal&quot; : 12345,
+    &quot;value&quot; : &quot;...&quot;
+  } ],
+  &quot;category&quot; : &quot;STRUCT&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getRelationshipDefByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/relationshipdef/guid/{guid} <a href="../v2/types/relationshipdef/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the relationship definition for the given guid</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">relationship guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the relationship definition by it's guid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">relationship definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/relationshipdef/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;endDef1&quot; : {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;isContainer&quot; : true,
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;
+  },
+  &quot;endDef2&quot; : {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;isContainer&quot; : true,
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;
+  },
+  &quot;propagateTags&quot; : &quot;BOTH&quot;,
+  &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+  &quot;relationshipLabel&quot; : &quot;...&quot;,
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;ENUM&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getRelationshipDefByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/relationshipdef/name/{name} <a href="../v2/types/relationshipdef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the relationship definition by it's name (unique)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">relationship name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the relationship definition by it's name</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">relationship definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasRelationshipDef.html">AtlasRelationshipDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/relationshipdef/name/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;endDef1&quot; : {
+    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;isContainer&quot; : true,
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;
+  },
+  &quot;endDef2&quot; : {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;isContainer&quot; : true,
+    &quot;isLegacyAttribute&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;type&quot; : &quot;...&quot;
+  },
+  &quot;propagateTags&quot; : &quot;BOTH&quot;,
+  &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+  &quot;relationshipLabel&quot; : &quot;...&quot;,
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;PRIMITIVE&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getStructDefByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/structdef/guid/{guid} <a href="../v2/types/structdef/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the struct definition for the given guid</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">struct guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the struct definition by it's guid</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given guid</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasStructDef.html">AtlasStructDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">struct definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasStructDef.html">AtlasStructDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/structdef/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;ARRAY&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getStructDefByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/structdef/name/{name} <a href="../v2/types/structdef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get the struct definition by it's name (unique)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">struct name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful lookup of the the struct definition by it's name</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">On Failed lookup for the given name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasStructDef.html">AtlasStructDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">struct definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasStructDef.html">AtlasStructDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/structdef/name/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;attributeDefs&quot; : [ {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
+  } ],
+  &quot;category&quot; : &quot;PRIMITIVE&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getTypeDefByGuid_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/typedef/guid/{guid} <a href="../v2/types/typedef/guid/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p></p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">GUID of the type</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">Successful lookup</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">Failed lookup</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Type definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/typedef/guid/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;category&quot; : &quot;ARRAY&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;DOWN&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_getTypeDefByName_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/types/typedef/name/{name} <a href="../v2/types/typedef/name/{name}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Get type definition by it's name</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">name</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Type name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">Successful lookup by name</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">Failed lookup by name</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Type definition</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasBaseTypeDef.html">AtlasBaseTypeDef</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/types/typedef/name/{name}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;category&quot; : &quot;STRUCT&quot;,
+  &quot;createTime&quot; : 12345,
+  &quot;createdBy&quot; : &quot;...&quot;,
+  &quot;dateFormatter&quot; : {
+    &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;calendar&quot; : 12345,
+    &quot;dateInstance&quot; : { },
+    &quot;dateTimeInstance&quot; : { },
+    &quot;instance&quot; : { },
+    &quot;lenient&quot; : true,
+    &quot;numberFormat&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;currency&quot; : &quot;...&quot;,
+      &quot;currencyInstance&quot; : { },
+      &quot;groupingUsed&quot; : true,
+      &quot;instance&quot; : { },
+      &quot;integerInstance&quot; : { },
+      &quot;maximumFractionDigits&quot; : 12345,
+      &quot;maximumIntegerDigits&quot; : 12345,
+      &quot;minimumFractionDigits&quot; : 12345,
+      &quot;minimumIntegerDigits&quot; : 12345,
+      &quot;numberInstance&quot; : { },
+      &quot;parseIntegerOnly&quot; : true,
+      &quot;percentInstance&quot; : { },
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+    },
+    &quot;timeInstance&quot; : { },
+    &quot;timeZone&quot; : {
+      &quot;DSTSavings&quot; : 12345,
+      &quot;ID&quot; : &quot;...&quot;,
+      &quot;availableIDs&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;default&quot; : { },
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;rawOffset&quot; : 12345
+    }
+  },
+  &quot;description&quot; : &quot;...&quot;,
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;name&quot; : &quot;...&quot;,
+  &quot;options&quot; : {
+    &quot;property1&quot; : &quot;...&quot;,
+    &quot;property2&quot; : &quot;...&quot;
+  },
+  &quot;serviceType&quot; : &quot;...&quot;,
+  &quot;typeVersion&quot; : &quot;...&quot;,
+  &quot;updateTime&quot; : 12345,
+  &quot;updatedBy&quot; : &quot;...&quot;,
+  &quot;version&quot; : 12345
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_TypesREST_deleteAtlasTypeByName_DELETE">
+        <h3><span class="label label-default resource-method">DELETE</span> <span class="resource-path">/v2/types/typedef/name/{typeName} <a href="../v2/types/typedef/name/{typeName}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Delete API for type identified by its name.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">typeName</span></td>
+            <td>path</td>
+            <td><span class="parameter-description">Name of the type to be deleted.</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">204</span></td>
+            <td><span class="response-condition">On successful deletion of the requested type definitions</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">On validation failure for any type definitions</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+DELETE /v2/types/typedef/name/{typeName}
+Content-Type: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 204 No Content
+
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/resources.html b/2.3.0/api/v2/resources.html
new file mode 100644
index 0000000..e68028d
--- /dev/null
+++ b/2.3.0/api/v2/resources.html
@@ -0,0 +1,320 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: Resources</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: Resources</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="dropdown"><a href="resources.html">Resources</a></li>
+        </ol>
+
+  <h1 class="page-header" id="resources">Resources</h1>
+
+  <p>
+    There is a <a href="application.wadl">WADL document</a> available that describes the resources API.
+  </p>
+  <p>
+    You may also enjoy the <a href="ui/index.html">interactive interface</a> provided for this API by <a href="http://swagger.io">Swagger</a>.
+  </p>
+  <p>
+    <a href="ui/index.html" class="btn btn-default">Try it out!</a>
+  </p>
+  <table class="table table-hover resources">
+    <thead>
+    <tr>
+      <th align="center">name</th>
+      <th align="center">path</th>
+      <th align="center">methods</th>
+      <th align="center">description</th>
+    </tr>
+    </thead>
+    <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="resource_DiscoveryREST.html">
+      <td>  <span class="resource-name">DiscoveryREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/search/attribute</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/basic</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/dsl</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/fulltext</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/quick</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/relations</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/relationship</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/suggestions</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/execute/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/saved/execute/guid/{guid}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST interface for data discovery using dsl or full text search</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_EntityREST.html">
+      <td>  <span class="resource-name">EntityREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/entity</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk/classification</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk/headers</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk/setClassifications</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/businessmetadata/import</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/{guid}/audit</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/businessmetadata/import/template</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/businessmetadata</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/classifications</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/header</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/labels</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/bulk/uniqueAttribute/type/{typeName}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/businessmetadata/{bmName}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/guid/{guid}/classification/{classificationName}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/classifications</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/header</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/labels</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST for a single entity</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_GlossaryREST.html">
+      <td>  <span class="resource-name">GlossaryREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/glossary</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/categories</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/import</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/term</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/terms</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category/{categoryGuid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/import/template</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/term/{termGuid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/categories</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/detailed</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/partial</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/terms</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category/{categoryGuid}/partial</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category/{categoryGuid}/related</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/category/{categoryGuid}/terms</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/term/{termGuid}/partial</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/terms/{termGuid}/assignedEntities</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/terms/{termGuid}/related</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/categories/headers</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/glossary/{glossaryGuid}/terms/headers</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_LineageREST.html">
+      <td>  <span class="resource-name">LineageREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/lineage/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/lineage/uniqueAttribute/type/{typeName}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST interface for an entity's lineage information</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_RelationshipREST.html">
+      <td>  <span class="resource-name">RelationshipREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/relationship</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/relationship/guid/{guid}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST interface for entity relationships.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="resource_TypesREST.html">
+      <td>  <span class="resource-name">TypesREST</span>
+</td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/types/typedefs</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedefs/headers</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/businessmetadatadef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/businessmetadatadef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/classificationdef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/classificationdef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/entitydef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/entitydef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/enumdef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/enumdef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/relationshipdef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/relationshipdef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/structdef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/guid/{guid}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/name/{name}</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/types/typedef/name/{typeName}</span>
+</samp></li></ul></td>
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">DELETE</span> <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">DELETE</span> 
+</samp></li></ul></td>
+      <td>  <span class="resource-description">REST interface for CRUD operations on type definitions</span>
+</td>
+    </tr>
+    </tbody>
+  </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/syntax_json.html b/2.3.0/api/v2/syntax_json.html
new file mode 100644
index 0000000..635b3b7
--- /dev/null
+++ b/2.3.0/api/v2/syntax_json.html
@@ -0,0 +1,695 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: JSON</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: JSON</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="dropdown"><a href="syntax_json.html">JSON</a></li>
+        </ol>
+
+  <h1 class="page-header">JSON</h1>
+
+  <table class="table table-hover datatypes">
+  <thead>
+    <tr>
+      <th align="center">type</th>
+      <th align="center">description</th>
+    </tr>
+  </thead>
+  <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="json_AtlasAggregationEntry.html">
+      <td>  <span class="datatype-name">AtlasAggregationEntry</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasAttributeDef.html">
+      <td>  <span class="datatype-name">AtlasAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseModelObject.html">
+      <td>  <span class="datatype-name">AtlasBaseModelObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBaseTypeDef.html">
+      <td>  <span class="datatype-name">AtlasBaseTypeDef</span>
+</td>
+      <td>  <span class="datatype-description">Base class that captures common-attributes for all Atlas types.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasBusinessMetadataDef.html">
+      <td>  <span class="datatype-name">AtlasBusinessMetadataDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassification.html">
+      <td>  <span class="datatype-name">AtlasClassification</span>
+</td>
+      <td>  <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassificationDef.html">
+      <td>  <span class="datatype-name">AtlasClassificationDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a classification-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasClassifications.html">
+      <td>  <span class="datatype-name">AtlasClassifications</span>
+</td>
+      <td>  <span class="datatype-description">REST serialization friendly list.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasConstraintDef.html">
+      <td>  <span class="datatype-name">AtlasConstraintDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a constraint.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntitiesWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntitiesWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntity.html">
+      <td>  <span class="datatype-name">AtlasEntity</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityDef.html">
+      <td>  <span class="datatype-name">AtlasEntityDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a entity-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntityExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityHeader.html">
+      <td>  <span class="datatype-name">AtlasEntityHeader</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityHeaders.html">
+      <td>  <span class="datatype-name">AtlasEntityHeaders</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEntityWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasEntityWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description">An instance of an entity along with extended info - like hive_table, hive_database.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEnumDef.html">
+      <td>  <span class="datatype-name">AtlasEnumDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasEnumElementDef.html">
+      <td>  <span class="datatype-name">AtlasEnumElementDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of an enum-element.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasFullTextResult.html">
+      <td>  <span class="datatype-name">AtlasFullTextResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossary.html">
+      <td>  <span class="datatype-name">AtlasGlossary</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryBaseObject.html">
+      <td>  <span class="datatype-name">AtlasGlossaryBaseObject</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryCategory.html">
+      <td>  <span class="datatype-name">AtlasGlossaryCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryExtInfo.html">
+      <td>  <span class="datatype-name">AtlasGlossaryExtInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryHeader.html">
+      <td>  <span class="datatype-name">AtlasGlossaryHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryTerm.html">
+      <td>  <span class="datatype-name">AtlasGlossaryTerm</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasGlossaryTermHeader.html">
+      <td>  <span class="datatype-name">AtlasGlossaryTermHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasLineageInfo.html">
+      <td>  <span class="datatype-name">AtlasLineageInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasObjectId.html">
+      <td>  <span class="datatype-name">AtlasObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of an Atlas type - like entity.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasQueryType.html">
+      <td>  <span class="datatype-name">AtlasQueryType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasQuickSearchResult.html">
+      <td>  <span class="datatype-name">AtlasQuickSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedCategoryHeader.html">
+      <td>  <span class="datatype-name">AtlasRelatedCategoryHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedObjectId.html">
+      <td>  <span class="datatype-name">AtlasRelatedObjectId</span>
+</td>
+      <td>  <span class="datatype-description">Reference to an object-instance of AtlasEntity type used in relationship attribute values</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelatedTermHeader.html">
+      <td>  <span class="datatype-name">AtlasRelatedTermHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationship.html">
+      <td>  <span class="datatype-name">AtlasRelationship</span>
+</td>
+      <td>  <span class="datatype-description">Atlas relationship instance.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipAttributeDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipAttributeDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipDef</span>
+</td>
+      <td>  <span class="datatype-description">AtlasRelationshipDef is a TypeDef that defines a relationship.
+<p>
+As with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.
+The name and the guid are the 2 ways that the RelationshipDef is identified.
+<p>
+RelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally
+whether the end is a container.
+<p>
+RelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>
+RelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>
+RelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.
+<p>
+The way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs
+will not specify an EntityDef type name as their types.
+<p>
+RelationshipDefs introduce new attributes to the entity instances. For example
+<p>
+EntityDef A might have attributes attr1,attr2,attr3 <br>
+EntityDef B might have attributes attr4,attr5,attr6 <br>
+RelationshipDef AtoB might define 2 ends <br>
+
+<pre>
+   end1:  type A, name attr7
+   end2:  type B, name attr8  </pre>
+
+<p>
+When an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>
+When an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8
+<p>
+In this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into
+the entity instances</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipEndDef.html">
+      <td>  <span class="datatype-name">AtlasRelationshipEndDef</span>
+</td>
+      <td>  <span class="datatype-description">The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an
+attribute name, cardinality and whether it  is the container end of the relationship.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipHeader.html">
+      <td>  <span class="datatype-name">AtlasRelationshipHeader</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipWithExtInfo.html">
+      <td>  <span class="datatype-name">AtlasRelationshipWithExtInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasSearchResult.html">
+      <td>  <span class="datatype-name">AtlasSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasStruct.html">
+      <td>  <span class="datatype-name">AtlasStruct</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasStructDef.html">
+      <td>  <span class="datatype-name">AtlasStructDef</span>
+</td>
+      <td>  <span class="datatype-description">class that captures details of a struct-type.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasSuggestionsResult.html">
+      <td>  <span class="datatype-name">AtlasSuggestionsResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermAssignmentHeader.html">
+      <td>  <span class="datatype-name">AtlasTermAssignmentHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermAssignmentStatus.html">
+      <td>  <span class="datatype-name">AtlasTermAssignmentStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermCategorizationHeader.html">
+      <td>  <span class="datatype-name">AtlasTermCategorizationHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTermRelationshipStatus.html">
+      <td>  <span class="datatype-name">AtlasTermRelationshipStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTypeDefHeader.html">
+      <td>  <span class="datatype-name">AtlasTypeDefHeader</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasTypesDef.html">
+      <td>  <span class="datatype-name">AtlasTypesDef</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AtlasUserSavedSearch.html">
+      <td>  <span class="datatype-name">AtlasUserSavedSearch</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_AttributeSearchResult.html">
+      <td>  <span class="datatype-name">AttributeSearchResult</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_BulkImportResponse.html">
+      <td>  <span class="datatype-name">BulkImportResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Cardinality.html">
+      <td>  <span class="datatype-name">Cardinality</span>
+</td>
+      <td>  <span class="datatype-description">single-valued attribute or multi-valued attribute.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ClassificationAssociateRequest.html">
+      <td>  <span class="datatype-name">ClassificationAssociateRequest</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Condition.html">
+      <td>  <span class="datatype-name">Condition</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_DateFormat.html">
+      <td>  <span class="datatype-name">DateFormat</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditActionV2.html">
+      <td>  <span class="datatype-name">EntityAuditActionV2</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditEventV2.html">
+      <td>  <span class="datatype-name">EntityAuditEventV2</span>
+</td>
+      <td>  <span class="datatype-description">Structure of v2 entity audit event</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityAuditType.html">
+      <td>  <span class="datatype-name">EntityAuditType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityMutationResponse.html">
+      <td>  <span class="datatype-name">EntityMutationResponse</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_EntityOperation.html">
+      <td>  <span class="datatype-name">EntityOperation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_FilterCriteria.html">
+      <td>  <span class="datatype-name">FilterCriteria</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Format.html">
+      <td>  <span class="datatype-name">Format</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ImportInfo.html">
+      <td>  <span class="datatype-name">ImportInfo</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_ImportStatus.html">
+      <td>  <span class="datatype-name">ImportStatus</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_IndexType.html">
+      <td>  <span class="datatype-name">IndexType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageDirection.html">
+      <td>  <span class="datatype-name">LineageDirection</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageInfoOnDemand.html">
+      <td>  <span class="datatype-name">LineageInfoOnDemand</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageOnDemandConstraints.html">
+      <td>  <span class="datatype-name">LineageOnDemandConstraints</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageRelation.html">
+      <td>  <span class="datatype-name">LineageRelation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_NumberFormat.html">
+      <td>  <span class="datatype-name">NumberFormat</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Operator.html">
+      <td>  <span class="datatype-name">Operator</span>
+</td>
+      <td>  <span class="datatype-description">NOTE : The names added in the String array should always contain first value in lower case</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_PList.html">
+      <td>  <span class="datatype-name">PList</span>
+</td>
+      <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_PropagateTags.html">
+      <td>  <span class="datatype-name">PropagateTags</span>
+</td>
+      <td>  <span class="datatype-description">PropagateTags indicates whether tags should propagate across the relationship instance.
+<p>
+Tags can propagate:
+<p>
+NONE - not at all <br>
+ONE_TO_TWO - from end 1 to 2 <br>
+TWO_TO_ONE - from end 2 to 1  <br>
+BOTH - both ways
+<p>
+Care needs to be taken when specifying. The use cases we are aware of where this flag is useful:
+<p>
+- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>
+- propagating classifications around Glossary synonyms - BOTH could be used here.
+<p>
+There is an expectation that further enhancements will allow more granular control of tag propagation and will
+address how to resolve conflicts.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_QuickSearchParameters.html">
+      <td>  <span class="datatype-name">QuickSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Relation.html">
+      <td>  <span class="datatype-name">Relation</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RelationshipCategory.html">
+      <td>  <span class="datatype-name">RelationshipCategory</span>
+</td>
+      <td>  <span class="datatype-description">The Relationship category determines the style of relationship around containment and lifecycle.
+UML terminology is used for the values.
+<p>
+ASSOCIATION is a relationship with no containment. <br>
+COMPOSITION and AGGREGATION are containment relationships.
+<p>
+The difference being in the lifecycles of the container and its children. In the COMPOSITION case,
+the children cannot exist without the container. For AGGREGATION, the life cycles
+of the container and children are totally independant.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RelationshipSearchParameters.html">
+      <td>  <span class="datatype-name">RelationshipSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_RoundingMode.html">
+      <td>  <span class="datatype-name">RoundingMode</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SavedSearchType.html">
+      <td>  <span class="datatype-name">SavedSearchType</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SearchFilter.html">
+      <td>  <span class="datatype-name">SearchFilter</span>
+</td>
+      <td>  <span class="datatype-description">Generic filter, to specify search criteria using name/value pairs.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SearchParameters.html">
+      <td>  <span class="datatype-name">SearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SortOrder.html">
+      <td>  <span class="datatype-name">SortOrder</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_SortType.html">
+      <td>  <span class="datatype-name">SortType</span>
+</td>
+      <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Status.html">
+      <td>  <span class="datatype-name">Status</span>
+</td>
+      <td>  <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_Status_AtlasRelationship.html">
+      <td>  <span class="datatype-name">Status</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TimeBoundary.html">
+      <td>  <span class="datatype-name">TimeBoundary</span>
+</td>
+      <td>  <span class="datatype-description">Captures time-boundary details</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TimeZone.html">
+      <td>  <span class="datatype-name">TimeZone</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_TypeCategory.html">
+      <td>  <span class="datatype-name">TypeCategory</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+  </tbody>
+  </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/syntax_xml.html b/2.3.0/api/v2/syntax_xml.html
new file mode 100644
index 0000000..3e1b10f
--- /dev/null
+++ b/2.3.0/api/v2/syntax_xml.html
@@ -0,0 +1,132 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: XML</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: XML</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="dropdown"><a href="syntax_xml.html">XML</a></li>
+        </ol>
+
+  <h1 class="page-header">XML</h1>
+
+  <table class="table table-hover datatypes">
+  <caption>Default Namespace  (<a href="ns0.xsd">schema</a>)</caption>
+  <thead>
+    <tr>
+      <th align="center">type</th>
+      <th align="center">description</th>
+    </tr>
+  </thead>
+  <tbody data-link="row" class="rowlink">
+    <tr class="clickable-row" data-href="xml_ns0_PList.html">
+      <td>  <span class="datatype-name">PList</span>
+</td>
+      <td>  <span class="datatype-description">Paginated-list, for returning search results.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_searchFilter.html">
+      <td>  <span class="datatype-name">searchFilter</span>
+</td>
+      <td>  <span class="datatype-description">Generic filter, to specify search criteria using name/value pairs.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_sortType.html">
+      <td>  <span class="datatype-name">sortType</span>
+</td>
+      <td>  <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="xml_ns0_timeBoundary.html">
+      <td>  <span class="datatype-name">timeBoundary</span>
+</td>
+      <td>  <span class="datatype-description">Captures time-boundary details</span>
+</td>
+    </tr>
+  </tbody>
+  </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/ui/index.html b/2.3.0/api/v2/ui/index.html
new file mode 100644
index 0000000..653c38b
--- /dev/null
+++ b/2.3.0/api/v2/ui/index.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+<html lang="en">
+  <head>
+    <meta charset="UTF-8">
+    <title>Atlas - Rest API</title>
+    <link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
+    <link rel="icon" href="../img/favicon.ico" type="image/x-icon" >
+    <style>
+      html
+      {
+        box-sizing: border-box;
+        overflow: -moz-scrollbars-vertical;
+        overflow-y: scroll;
+      }
+
+      *,
+      *:before,
+      *:after
+      {
+        box-sizing: inherit;
+      }
+
+      body
+      {
+        margin:0;
+        background: #fafafa;
+      }
+    </style>
+  </head>
+
+  <body>
+    <div id="swagger-ui"></div>
+
+    <script src="../js/libs/jquery/js/jquery.min.js" charset="UTF-8"> </script>
+    <script src="./swagger-ui-bundle.js" charset="UTF-8"> </script>
+    <script src="./swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
+    <script src="./index.js" charset="UTF-8"> </script>
+
+  </body>
+</html>
diff --git a/2.3.0/api/v2/ui/index.js b/2.3.0/api/v2/ui/index.js
new file mode 100644
index 0000000..3ae4076
--- /dev/null
+++ b/2.3.0/api/v2/ui/index.js
@@ -0,0 +1,114 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+(function () {
+    var gatewayUrl,
+    _csrfToken,
+    csrfEnabled = false,
+    restCsrfCustomHeader,
+    restCsrfMethodsToIgnore = [],
+    swaggerSpecFileName = "swagger.json";
+
+    window.onload = function() {
+        const ui = SwaggerUIBundle({
+            url: getSwaggerBaseUrl(window.location.pathname) + "/" + swaggerSpecFileName,
+            dom_id: '#swagger-ui',
+            deepLinking: true,
+            presets: [
+                SwaggerUIBundle.presets.apis,
+                SwaggerUIStandalonePreset
+            ],
+            plugins: [
+                SwaggerUIBundle.plugins.DownloadUrl
+            ],
+            layout: "StandaloneLayout",
+            requestInterceptor: function(request) {
+                if (!request.url.includes(swaggerSpecFileName)) {
+                    request.url = getAPIUrl(request.url);
+                    setCsrfHeaderToRequest(request);
+                }
+
+                return request;
+            },
+            docExpansion: 'none',
+            validatorUrl: 'none'
+        })
+        window.ui = ui;
+
+        atlasLogo = gatewayUrl + "/img/atlas_logo.svg";
+        $('#swagger-ui img').attr("src", atlasLogo);
+
+        fetchCsrfHeader();
+    }
+
+    function getSwaggerBaseUrl(url) {
+        var path = url.replace(/\/[\w-]+.(jsp|html)|\/+$/ig, '');
+        splitPath = path.split("/");
+        splitPath.pop();
+        gatewayUrl = splitPath.join("/");
+
+        return window.location.origin + path;
+    };
+
+    function getAPIUrl(url) {
+        url = new URL(url);
+        var path =  url.origin + gatewayUrl + url.pathname + url.search;
+        return path;
+    };
+
+    function fetchCsrfHeader() {
+        var response = getSessionDetails();
+
+        if (!csrfEnabled && response['atlas.rest-csrf.enabled']) {
+            var str = "" + response['atlas.rest-csrf.enabled'];
+            csrfEnabled = (str.toLowerCase() == 'true');
+        }
+
+        if (!restCsrfCustomHeader && response["atlas.rest-csrf.custom-header"]) {
+            restCsrfCustomHeader = response["atlas.rest-csrf.custom-header"].trim();
+        }
+
+        if (restCsrfMethodsToIgnore == 0 && response["atlas.rest-csrf.methods-to-ignore"]) {
+            restCsrfMethodsToIgnore = response["atlas.rest-csrf.methods-to-ignore"].split(",");
+        }
+
+        if (csrfEnabled) {
+            _csrfToken = response['_csrfToken'];
+        }
+    }
+
+    function setCsrfHeaderToRequest(request) {
+        if (csrfEnabled && !restCsrfMethodsToIgnore.includes(request.method)) {
+           request.headers[restCsrfCustomHeader] = _csrfToken;
+        }
+    }
+
+    function getSessionDetails() {
+        var response;
+        $.ajax({
+            async : false,
+            method: "GET",
+            url: gatewayUrl + "/api/atlas/admin/session",
+            dataType: 'json',
+            success: function(result){
+                response = result;
+            }
+        });
+        return response;
+    };
+})();
\ No newline at end of file
diff --git a/2.3.0/api/v2/ui/swagger-ui-bundle.js b/2.3.0/api/v2/ui/swagger-ui-bundle.js
new file mode 100644
index 0000000..0c5c4e8
--- /dev/null
+++ b/2.3.0/api/v2/ui/swagger-ui-bundle.js
@@ -0,0 +1,4 @@
+/*! For license information please see swagger-ui-LICENSE
+https://github.com/swagger-api/swagger-ui/blob/master/LICENSE */
+!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(function(){try{return require("esprima")}catch(e){}}()):"function"==typeof define&&define.amd?define(["esprima"],t):"object"==typeof exports?exports.SwaggerUIBundle=t(function(){try{return require("esprima")}catch(e){}}()):e.SwaggerUIBundle=t(e.esprima)}(this,(function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist",n(n.s=540)}([function(e,t,n){"use strict";e.exports=n(128)},function(e,t,n){e.exports=function(){"use strict";var e=Array.prototype.slice;function t(e,t){t&&(e.prototype=Object.create(t.prototype)),e.prototype.constructor=e}function n(e){return i(e)?e:$(e)}function r(e){return s(e)?e:K(e)}function o(e){return u(e)?e:Y(e)}function a(e){return i(e)&&!c(e)?e:G(e)}function i(e){return!(!e||!e[p])}function s(e){return!(!e||!e[f])}function u(e){return!(!e||!e[h])}function c(e){return s(e)||u(e)}function l(e){return!(!e||!e[d])}t(r,n),t(o,n),t(a,n),n.isIterable=i,n.isKeyed=s,n.isIndexed=u,n.isAssociative=c,n.isOrdered=l,n.Keyed=r,n.Indexed=o,n.Set=a;var p="@@__IMMUTABLE_ITERABLE__@@",f="@@__IMMUTABLE_KEYED__@@",h="@@__IMMUTABLE_INDEXED__@@",d="@@__IMMUTABLE_ORDERED__@@",v="delete",m=5,g=1<<m,y=g-1,b={},_={value:!1},w={value:!1};function x(e){return e.value=!1,e}function E(e){e&&(e.value=!0)}function C(){}function S(e,t){t=t||0;for(var n=Math.max(0,e.length-t),r=new Array(n),o=0;o<n;o++)r[o]=e[o+t];return r}function A(e){return void 0===e.size&&(e.size=e.__iterate(O)),e.size}function k(e,t){if("number"!=typeof t){var n=t>>>0;if(""+n!==t||4294967295===n)return NaN;t=n}return t<0?A(e)+t:t}function O(){return!0}function j(e,t,n){return(0===e||void 0!==n&&e<=-n)&&(void 0===t||void 0!==n&&t>=n)}function T(e,t){return N(e,t,0)}function I(e,t){return N(e,t,t)}function N(e,t,n){return void 0===e?n:e<0?Math.max(0,t+e):void 0===t?e:Math.min(t,e)}var M=0,P=1,R=2,D="function"==typeof Symbol&&Symbol.iterator,L="@@iterator",B=D||L;function F(e){this.next=e}function U(e,t,n,r){var o=0===e?t:1===e?n:[t,n];return r?r.value=o:r={value:o,done:!1},r}function q(){return{value:void 0,done:!0}}function z(e){return!!H(e)}function V(e){return e&&"function"==typeof e.next}function W(e){var t=H(e);return t&&t.call(e)}function H(e){var t=e&&(D&&e[D]||e[L]);if("function"==typeof t)return t}function J(e){return e&&"number"==typeof e.length}function $(e){return null==e?ie():i(e)?e.toSeq():ce(e)}function K(e){return null==e?ie().toKeyedSeq():i(e)?s(e)?e.toSeq():e.fromEntrySeq():se(e)}function Y(e){return null==e?ie():i(e)?s(e)?e.entrySeq():e.toIndexedSeq():ue(e)}function G(e){return(null==e?ie():i(e)?s(e)?e.entrySeq():e:ue(e)).toSetSeq()}F.prototype.toString=function(){return"[Iterator]"},F.KEYS=M,F.VALUES=P,F.ENTRIES=R,F.prototype.inspect=F.prototype.toSource=function(){return this.toString()},F.prototype[B]=function(){return this},t($,n),$.of=function(){return $(arguments)},$.prototype.toSeq=function(){return this},$.prototype.toString=function(){return this.__toString("Seq {","}")},$.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},$.prototype.__iterate=function(e,t){return pe(this,e,t,!0)},$.prototype.__iterator=function(e,t){return fe(this,e,t,!0)},t(K,$),K.prototype.toKeyedSeq=function(){return this},t(Y,$),Y.of=function(){return Y(arguments)},Y.prototype.toIndexedSeq=function(){return this},Y.prototype.toString=function(){return this.__toString("Seq [","]")},Y.prototype.__iterate=function(e,t){return pe(this,e,t,!1)},Y.prototype.__iterator=function(e,t){return fe(this,e,t,!1)},t(G,$),G.of=function(){return G(arguments)},G.prototype.toSetSeq=function(){return this},$.isSeq=ae,$.Keyed=K,$.Set=G,$.Indexed=Y;var Z,X,Q,ee="@@__IMMUTABLE_SEQ__@@";function te(e){this._array=e,this.size=e.length}function ne(e){var t=Object.keys(e);this._object=e,this._keys=t,this.size=t.length}function re(e){this._iterable=e,this.size=e.length||e.size}function oe(e){this._iterator=e,this._iteratorCache=[]}function ae(e){return!(!e||!e[ee])}function ie(){return Z||(Z=new te([]))}function se(e){var t=Array.isArray(e)?new te(e).fromEntrySeq():V(e)?new oe(e).fromEntrySeq():z(e)?new re(e).fromEntrySeq():"object"==typeof e?new ne(e):void 0;if(!t)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+e);return t}function ue(e){var t=le(e);if(!t)throw new TypeError("Expected Array or iterable object of values: "+e);return t}function ce(e){var t=le(e)||"object"==typeof e&&new ne(e);if(!t)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+e);return t}function le(e){return J(e)?new te(e):V(e)?new oe(e):z(e)?new re(e):void 0}function pe(e,t,n,r){var o=e._cache;if(o){for(var a=o.length-1,i=0;i<=a;i++){var s=o[n?a-i:i];if(!1===t(s[1],r?s[0]:i,e))return i+1}return i}return e.__iterateUncached(t,n)}function fe(e,t,n,r){var o=e._cache;if(o){var a=o.length-1,i=0;return new F((function(){var e=o[n?a-i:i];return i++>a?q():U(t,r?e[0]:i-1,e[1])}))}return e.__iteratorUncached(t,n)}function he(e,t){return t?de(t,e,"",{"":e}):ve(e)}function de(e,t,n,r){return Array.isArray(t)?e.call(r,n,Y(t).map((function(n,r){return de(e,n,r,t)}))):me(t)?e.call(r,n,K(t).map((function(n,r){return de(e,n,r,t)}))):t}function ve(e){return Array.isArray(e)?Y(e).map(ve).toList():me(e)?K(e).map(ve).toMap():e}function me(e){return e&&(e.constructor===Object||void 0===e.constructor)}function ge(e,t){if(e===t||e!=e&&t!=t)return!0;if(!e||!t)return!1;if("function"==typeof e.valueOf&&"function"==typeof t.valueOf){if((e=e.valueOf())===(t=t.valueOf())||e!=e&&t!=t)return!0;if(!e||!t)return!1}return!("function"!=typeof e.equals||"function"!=typeof t.equals||!e.equals(t))}function ye(e,t){if(e===t)return!0;if(!i(t)||void 0!==e.size&&void 0!==t.size&&e.size!==t.size||void 0!==e.__hash&&void 0!==t.__hash&&e.__hash!==t.__hash||s(e)!==s(t)||u(e)!==u(t)||l(e)!==l(t))return!1;if(0===e.size&&0===t.size)return!0;var n=!c(e);if(l(e)){var r=e.entries();return t.every((function(e,t){var o=r.next().value;return o&&ge(o[1],e)&&(n||ge(o[0],t))}))&&r.next().done}var o=!1;if(void 0===e.size)if(void 0===t.size)"function"==typeof e.cacheResult&&e.cacheResult();else{o=!0;var a=e;e=t,t=a}var p=!0,f=t.__iterate((function(t,r){if(n?!e.has(t):o?!ge(t,e.get(r,b)):!ge(e.get(r,b),t))return p=!1,!1}));return p&&e.size===f}function be(e,t){if(!(this instanceof be))return new be(e,t);if(this._value=e,this.size=void 0===t?1/0:Math.max(0,t),0===this.size){if(X)return X;X=this}}function _e(e,t){if(!e)throw new Error(t)}function we(e,t,n){if(!(this instanceof we))return new we(e,t,n);if(_e(0!==n,"Cannot step a Range by 0"),e=e||0,void 0===t&&(t=1/0),n=void 0===n?1:Math.abs(n),t<e&&(n=-n),this._start=e,this._end=t,this._step=n,this.size=Math.max(0,Math.ceil((t-e)/n-1)+1),0===this.size){if(Q)return Q;Q=this}}function xe(){throw TypeError("Abstract")}function Ee(){}function Ce(){}function Se(){}$.prototype[ee]=!0,t(te,Y),te.prototype.get=function(e,t){return this.has(e)?this._array[k(this,e)]:t},te.prototype.__iterate=function(e,t){for(var n=this._array,r=n.length-1,o=0;o<=r;o++)if(!1===e(n[t?r-o:o],o,this))return o+1;return o},te.prototype.__iterator=function(e,t){var n=this._array,r=n.length-1,o=0;return new F((function(){return o>r?q():U(e,o,n[t?r-o++:o++])}))},t(ne,K),ne.prototype.get=function(e,t){return void 0===t||this.has(e)?this._object[e]:t},ne.prototype.has=function(e){return this._object.hasOwnProperty(e)},ne.prototype.__iterate=function(e,t){for(var n=this._object,r=this._keys,o=r.length-1,a=0;a<=o;a++){var i=r[t?o-a:a];if(!1===e(n[i],i,this))return a+1}return a},ne.prototype.__iterator=function(e,t){var n=this._object,r=this._keys,o=r.length-1,a=0;return new F((function(){var i=r[t?o-a:a];return a++>o?q():U(e,i,n[i])}))},ne.prototype[d]=!0,t(re,Y),re.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);var n=W(this._iterable),r=0;if(V(n))for(var o;!(o=n.next()).done&&!1!==e(o.value,r++,this););return r},re.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=W(this._iterable);if(!V(n))return new F(q);var r=0;return new F((function(){var t=n.next();return t.done?t:U(e,r++,t.value)}))},t(oe,Y),oe.prototype.__iterateUncached=function(e,t){if(t)return this.cacheResult().__iterate(e,t);for(var n,r=this._iterator,o=this._iteratorCache,a=0;a<o.length;)if(!1===e(o[a],a++,this))return a;for(;!(n=r.next()).done;){var i=n.value;if(o[a]=i,!1===e(i,a++,this))break}return a},oe.prototype.__iteratorUncached=function(e,t){if(t)return this.cacheResult().__iterator(e,t);var n=this._iterator,r=this._iteratorCache,o=0;return new F((function(){if(o>=r.length){var t=n.next();if(t.done)return t;r[o]=t.value}return U(e,o,r[o++])}))},t(be,Y),be.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},be.prototype.get=function(e,t){return this.has(e)?this._value:t},be.prototype.includes=function(e){return ge(this._value,e)},be.prototype.slice=function(e,t){var n=this.size;return j(e,t,n)?this:new be(this._value,I(t,n)-T(e,n))},be.prototype.reverse=function(){return this},be.prototype.indexOf=function(e){return ge(this._value,e)?0:-1},be.prototype.lastIndexOf=function(e){return ge(this._value,e)?this.size:-1},be.prototype.__iterate=function(e,t){for(var n=0;n<this.size;n++)if(!1===e(this._value,n,this))return n+1;return n},be.prototype.__iterator=function(e,t){var n=this,r=0;return new F((function(){return r<n.size?U(e,r++,n._value):q()}))},be.prototype.equals=function(e){return e instanceof be?ge(this._value,e._value):ye(e)},t(we,Y),we.prototype.toString=function(){return 0===this.size?"Range []":"Range [ "+this._start+"..."+this._end+(1!==this._step?" by "+this._step:"")+" ]"},we.prototype.get=function(e,t){return this.has(e)?this._start+k(this,e)*this._step:t},we.prototype.includes=function(e){var t=(e-this._start)/this._step;return t>=0&&t<this.size&&t===Math.floor(t)},we.prototype.slice=function(e,t){return j(e,t,this.size)?this:(e=T(e,this.size),(t=I(t,this.size))<=e?new we(0,0):new we(this.get(e,this._end),this.get(t,this._end),this._step))},we.prototype.indexOf=function(e){var t=e-this._start;if(t%this._step==0){var n=t/this._step;if(n>=0&&n<this.size)return n}return-1},we.prototype.lastIndexOf=function(e){return this.indexOf(e)},we.prototype.__iterate=function(e,t){for(var n=this.size-1,r=this._step,o=t?this._start+n*r:this._start,a=0;a<=n;a++){if(!1===e(o,a,this))return a+1;o+=t?-r:r}return a},we.prototype.__iterator=function(e,t){var n=this.size-1,r=this._step,o=t?this._start+n*r:this._start,a=0;return new F((function(){var i=o;return o+=t?-r:r,a>n?q():U(e,a++,i)}))},we.prototype.equals=function(e){return e instanceof we?this._start===e._start&&this._end===e._end&&this._step===e._step:ye(this,e)},t(xe,n),t(Ee,xe),t(Ce,xe),t(Se,xe),xe.Keyed=Ee,xe.Indexed=Ce,xe.Set=Se;var Ae="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function(e,t){var n=65535&(e|=0),r=65535&(t|=0);return n*r+((e>>>16)*r+n*(t>>>16)<<16>>>0)|0};function ke(e){return e>>>1&1073741824|3221225471&e}function Oe(e){if(!1===e||null==e)return 0;if("function"==typeof e.valueOf&&(!1===(e=e.valueOf())||null==e))return 0;if(!0===e)return 1;var t=typeof e;if("number"===t){if(e!=e||e===1/0)return 0;var n=0|e;for(n!==e&&(n^=4294967295*e);e>4294967295;)n^=e/=4294967295;return ke(n)}if("string"===t)return e.length>Fe?je(e):Te(e);if("function"==typeof e.hashCode)return e.hashCode();if("object"===t)return Ie(e);if("function"==typeof e.toString)return Te(e.toString());throw new Error("Value type "+t+" cannot be hashed.")}function je(e){var t=ze[e];return void 0===t&&(t=Te(e),qe===Ue&&(qe=0,ze={}),qe++,ze[e]=t),t}function Te(e){for(var t=0,n=0;n<e.length;n++)t=31*t+e.charCodeAt(n)|0;return ke(t)}function Ie(e){var t;if(De&&void 0!==(t=Re.get(e)))return t;if(void 0!==(t=e[Be]))return t;if(!Me){if(void 0!==(t=e.propertyIsEnumerable&&e.propertyIsEnumerable[Be]))return t;if(void 0!==(t=Pe(e)))return t}if(t=++Le,1073741824&Le&&(Le=0),De)Re.set(e,t);else{if(void 0!==Ne&&!1===Ne(e))throw new Error("Non-extensible objects are not allowed as keys.");if(Me)Object.defineProperty(e,Be,{enumerable:!1,configurable:!1,writable:!1,value:t});else if(void 0!==e.propertyIsEnumerable&&e.propertyIsEnumerable===e.constructor.prototype.propertyIsEnumerable)e.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},e.propertyIsEnumerable[Be]=t;else{if(void 0===e.nodeType)throw new Error("Unable to set a non-enumerable property on object.");e[Be]=t}}return t}var Ne=Object.isExtensible,Me=function(){try{return Object.defineProperty({},"@",{}),!0}catch(e){return!1}}();function Pe(e){if(e&&e.nodeType>0)switch(e.nodeType){case 1:return e.uniqueID;case 9:return e.documentElement&&e.documentElement.uniqueID}}var Re,De="function"==typeof WeakMap;De&&(Re=new WeakMap);var Le=0,Be="__immutablehash__";"function"==typeof Symbol&&(Be=Symbol(Be));var Fe=16,Ue=255,qe=0,ze={};function Ve(e){_e(e!==1/0,"Cannot perform this action with an infinite size.")}function We(e){return null==e?ot():He(e)&&!l(e)?e:ot().withMutations((function(t){var n=r(e);Ve(n.size),n.forEach((function(e,n){return t.set(n,e)}))}))}function He(e){return!(!e||!e[$e])}t(We,Ee),We.of=function(){var t=e.call(arguments,0);return ot().withMutations((function(e){for(var n=0;n<t.length;n+=2){if(n+1>=t.length)throw new Error("Missing value for key: "+t[n]);e.set(t[n],t[n+1])}}))},We.prototype.toString=function(){return this.__toString("Map {","}")},We.prototype.get=function(e,t){return this._root?this._root.get(0,void 0,e,t):t},We.prototype.set=function(e,t){return at(this,e,t)},We.prototype.setIn=function(e,t){return this.updateIn(e,b,(function(){return t}))},We.prototype.remove=function(e){return at(this,e,b)},We.prototype.deleteIn=function(e){return this.updateIn(e,(function(){return b}))},We.prototype.update=function(e,t,n){return 1===arguments.length?e(this):this.updateIn([e],t,n)},We.prototype.updateIn=function(e,t,n){n||(n=t,t=void 0);var r=mt(this,xn(e),t,n);return r===b?void 0:r},We.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._root=null,this.__hash=void 0,this.__altered=!0,this):ot()},We.prototype.merge=function(){return ft(this,void 0,arguments)},We.prototype.mergeWith=function(t){return ft(this,t,e.call(arguments,1))},We.prototype.mergeIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,ot(),(function(e){return"function"==typeof e.merge?e.merge.apply(e,n):n[n.length-1]}))},We.prototype.mergeDeep=function(){return ft(this,ht,arguments)},We.prototype.mergeDeepWith=function(t){var n=e.call(arguments,1);return ft(this,dt(t),n)},We.prototype.mergeDeepIn=function(t){var n=e.call(arguments,1);return this.updateIn(t,ot(),(function(e){return"function"==typeof e.mergeDeep?e.mergeDeep.apply(e,n):n[n.length-1]}))},We.prototype.sort=function(e){return zt(pn(this,e))},We.prototype.sortBy=function(e,t){return zt(pn(this,t,e))},We.prototype.withMutations=function(e){var t=this.asMutable();return e(t),t.wasAltered()?t.__ensureOwner(this.__ownerID):this},We.prototype.asMutable=function(){return this.__ownerID?this:this.__ensureOwner(new C)},We.prototype.asImmutable=function(){return this.__ensureOwner()},We.prototype.wasAltered=function(){return this.__altered},We.prototype.__iterator=function(e,t){return new et(this,e,t)},We.prototype.__iterate=function(e,t){var n=this,r=0;return this._root&&this._root.iterate((function(t){return r++,e(t[1],t[0],n)}),t),r},We.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?rt(this.size,this._root,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},We.isMap=He;var Je,$e="@@__IMMUTABLE_MAP__@@",Ke=We.prototype;function Ye(e,t){this.ownerID=e,this.entries=t}function Ge(e,t,n){this.ownerID=e,this.bitmap=t,this.nodes=n}function Ze(e,t,n){this.ownerID=e,this.count=t,this.nodes=n}function Xe(e,t,n){this.ownerID=e,this.keyHash=t,this.entries=n}function Qe(e,t,n){this.ownerID=e,this.keyHash=t,this.entry=n}function et(e,t,n){this._type=t,this._reverse=n,this._stack=e._root&&nt(e._root)}function tt(e,t){return U(e,t[0],t[1])}function nt(e,t){return{node:e,index:0,__prev:t}}function rt(e,t,n,r){var o=Object.create(Ke);return o.size=e,o._root=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function ot(){return Je||(Je=rt(0))}function at(e,t,n){var r,o;if(e._root){var a=x(_),i=x(w);if(r=it(e._root,e.__ownerID,0,void 0,t,n,a,i),!i.value)return e;o=e.size+(a.value?n===b?-1:1:0)}else{if(n===b)return e;o=1,r=new Ye(e.__ownerID,[[t,n]])}return e.__ownerID?(e.size=o,e._root=r,e.__hash=void 0,e.__altered=!0,e):r?rt(o,r):ot()}function it(e,t,n,r,o,a,i,s){return e?e.update(t,n,r,o,a,i,s):a===b?e:(E(s),E(i),new Qe(t,r,[o,a]))}function st(e){return e.constructor===Qe||e.constructor===Xe}function ut(e,t,n,r,o){if(e.keyHash===r)return new Xe(t,r,[e.entry,o]);var a,i=(0===n?e.keyHash:e.keyHash>>>n)&y,s=(0===n?r:r>>>n)&y;return new Ge(t,1<<i|1<<s,i===s?[ut(e,t,n+m,r,o)]:(a=new Qe(t,r,o),i<s?[e,a]:[a,e]))}function ct(e,t,n,r){e||(e=new C);for(var o=new Qe(e,Oe(n),[n,r]),a=0;a<t.length;a++){var i=t[a];o=o.update(e,0,void 0,i[0],i[1])}return o}function lt(e,t,n,r){for(var o=0,a=0,i=new Array(n),s=0,u=1,c=t.length;s<c;s++,u<<=1){var l=t[s];void 0!==l&&s!==r&&(o|=u,i[a++]=l)}return new Ge(e,o,i)}function pt(e,t,n,r,o){for(var a=0,i=new Array(g),s=0;0!==n;s++,n>>>=1)i[s]=1&n?t[a++]:void 0;return i[r]=o,new Ze(e,a+1,i)}function ft(e,t,n){for(var o=[],a=0;a<n.length;a++){var s=n[a],u=r(s);i(s)||(u=u.map((function(e){return he(e)}))),o.push(u)}return vt(e,t,o)}function ht(e,t,n){return e&&e.mergeDeep&&i(t)?e.mergeDeep(t):ge(e,t)?e:t}function dt(e){return function(t,n,r){if(t&&t.mergeDeepWith&&i(n))return t.mergeDeepWith(e,n);var o=e(t,n,r);return ge(t,o)?t:o}}function vt(e,t,n){return 0===(n=n.filter((function(e){return 0!==e.size}))).length?e:0!==e.size||e.__ownerID||1!==n.length?e.withMutations((function(e){for(var r=t?function(n,r){e.update(r,b,(function(e){return e===b?n:t(e,n,r)}))}:function(t,n){e.set(n,t)},o=0;o<n.length;o++)n[o].forEach(r)})):e.constructor(n[0])}function mt(e,t,n,r){var o=e===b,a=t.next();if(a.done){var i=o?n:e,s=r(i);return s===i?e:s}_e(o||e&&e.set,"invalid keyPath");var u=a.value,c=o?b:e.get(u,b),l=mt(c,t,n,r);return l===c?e:l===b?e.remove(u):(o?ot():e).set(u,l)}function gt(e){return e=(e=(858993459&(e-=e>>1&1431655765))+(e>>2&858993459))+(e>>4)&252645135,e+=e>>8,127&(e+=e>>16)}function yt(e,t,n,r){var o=r?e:S(e);return o[t]=n,o}function bt(e,t,n,r){var o=e.length+1;if(r&&t+1===o)return e[t]=n,e;for(var a=new Array(o),i=0,s=0;s<o;s++)s===t?(a[s]=n,i=-1):a[s]=e[s+i];return a}function _t(e,t,n){var r=e.length-1;if(n&&t===r)return e.pop(),e;for(var o=new Array(r),a=0,i=0;i<r;i++)i===t&&(a=1),o[i]=e[i+a];return o}Ke[$e]=!0,Ke[v]=Ke.remove,Ke.removeIn=Ke.deleteIn,Ye.prototype.get=function(e,t,n,r){for(var o=this.entries,a=0,i=o.length;a<i;a++)if(ge(n,o[a][0]))return o[a][1];return r},Ye.prototype.update=function(e,t,n,r,o,a,i){for(var s=o===b,u=this.entries,c=0,l=u.length;c<l&&!ge(r,u[c][0]);c++);var p=c<l;if(p?u[c][1]===o:s)return this;if(E(i),(s||!p)&&E(a),!s||1!==u.length){if(!p&&!s&&u.length>=wt)return ct(e,u,r,o);var f=e&&e===this.ownerID,h=f?u:S(u);return p?s?c===l-1?h.pop():h[c]=h.pop():h[c]=[r,o]:h.push([r,o]),f?(this.entries=h,this):new Ye(e,h)}},Ge.prototype.get=function(e,t,n,r){void 0===t&&(t=Oe(n));var o=1<<((0===e?t:t>>>e)&y),a=this.bitmap;return 0==(a&o)?r:this.nodes[gt(a&o-1)].get(e+m,t,n,r)},Ge.prototype.update=function(e,t,n,r,o,a,i){void 0===n&&(n=Oe(r));var s=(0===t?n:n>>>t)&y,u=1<<s,c=this.bitmap,l=0!=(c&u);if(!l&&o===b)return this;var p=gt(c&u-1),f=this.nodes,h=l?f[p]:void 0,d=it(h,e,t+m,n,r,o,a,i);if(d===h)return this;if(!l&&d&&f.length>=xt)return pt(e,f,c,s,d);if(l&&!d&&2===f.length&&st(f[1^p]))return f[1^p];if(l&&d&&1===f.length&&st(d))return d;var v=e&&e===this.ownerID,g=l?d?c:c^u:c|u,_=l?d?yt(f,p,d,v):_t(f,p,v):bt(f,p,d,v);return v?(this.bitmap=g,this.nodes=_,this):new Ge(e,g,_)},Ze.prototype.get=function(e,t,n,r){void 0===t&&(t=Oe(n));var o=(0===e?t:t>>>e)&y,a=this.nodes[o];return a?a.get(e+m,t,n,r):r},Ze.prototype.update=function(e,t,n,r,o,a,i){void 0===n&&(n=Oe(r));var s=(0===t?n:n>>>t)&y,u=o===b,c=this.nodes,l=c[s];if(u&&!l)return this;var p=it(l,e,t+m,n,r,o,a,i);if(p===l)return this;var f=this.count;if(l){if(!p&&--f<Et)return lt(e,c,f,s)}else f++;var h=e&&e===this.ownerID,d=yt(c,s,p,h);return h?(this.count=f,this.nodes=d,this):new Ze(e,f,d)},Xe.prototype.get=function(e,t,n,r){for(var o=this.entries,a=0,i=o.length;a<i;a++)if(ge(n,o[a][0]))return o[a][1];return r},Xe.prototype.update=function(e,t,n,r,o,a,i){void 0===n&&(n=Oe(r));var s=o===b;if(n!==this.keyHash)return s?this:(E(i),E(a),ut(this,e,t,n,[r,o]));for(var u=this.entries,c=0,l=u.length;c<l&&!ge(r,u[c][0]);c++);var p=c<l;if(p?u[c][1]===o:s)return this;if(E(i),(s||!p)&&E(a),s&&2===l)return new Qe(e,this.keyHash,u[1^c]);var f=e&&e===this.ownerID,h=f?u:S(u);return p?s?c===l-1?h.pop():h[c]=h.pop():h[c]=[r,o]:h.push([r,o]),f?(this.entries=h,this):new Xe(e,this.keyHash,h)},Qe.prototype.get=function(e,t,n,r){return ge(n,this.entry[0])?this.entry[1]:r},Qe.prototype.update=function(e,t,n,r,o,a,i){var s=o===b,u=ge(r,this.entry[0]);return(u?o===this.entry[1]:s)?this:(E(i),s?void E(a):u?e&&e===this.ownerID?(this.entry[1]=o,this):new Qe(e,this.keyHash,[r,o]):(E(a),ut(this,e,t,Oe(r),[r,o])))},Ye.prototype.iterate=Xe.prototype.iterate=function(e,t){for(var n=this.entries,r=0,o=n.length-1;r<=o;r++)if(!1===e(n[t?o-r:r]))return!1},Ge.prototype.iterate=Ze.prototype.iterate=function(e,t){for(var n=this.nodes,r=0,o=n.length-1;r<=o;r++){var a=n[t?o-r:r];if(a&&!1===a.iterate(e,t))return!1}},Qe.prototype.iterate=function(e,t){return e(this.entry)},t(et,F),et.prototype.next=function(){for(var e=this._type,t=this._stack;t;){var n,r=t.node,o=t.index++;if(r.entry){if(0===o)return tt(e,r.entry)}else if(r.entries){if(o<=(n=r.entries.length-1))return tt(e,r.entries[this._reverse?n-o:o])}else if(o<=(n=r.nodes.length-1)){var a=r.nodes[this._reverse?n-o:o];if(a){if(a.entry)return tt(e,a.entry);t=this._stack=nt(a,t)}continue}t=this._stack=this._stack.__prev}return q()};var wt=g/4,xt=g/2,Et=g/4;function Ct(e){var t=Pt();if(null==e)return t;if(St(e))return e;var n=o(e),r=n.size;return 0===r?t:(Ve(r),r>0&&r<g?Mt(0,r,m,null,new Ot(n.toArray())):t.withMutations((function(e){e.setSize(r),n.forEach((function(t,n){return e.set(n,t)}))})))}function St(e){return!(!e||!e[At])}t(Ct,Ce),Ct.of=function(){return this(arguments)},Ct.prototype.toString=function(){return this.__toString("List [","]")},Ct.prototype.get=function(e,t){if((e=k(this,e))>=0&&e<this.size){var n=Bt(this,e+=this._origin);return n&&n.array[e&y]}return t},Ct.prototype.set=function(e,t){return Rt(this,e,t)},Ct.prototype.remove=function(e){return this.has(e)?0===e?this.shift():e===this.size-1?this.pop():this.splice(e,1):this},Ct.prototype.insert=function(e,t){return this.splice(e,0,t)},Ct.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=m,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):Pt()},Ct.prototype.push=function(){var e=arguments,t=this.size;return this.withMutations((function(n){Ft(n,0,t+e.length);for(var r=0;r<e.length;r++)n.set(t+r,e[r])}))},Ct.prototype.pop=function(){return Ft(this,0,-1)},Ct.prototype.unshift=function(){var e=arguments;return this.withMutations((function(t){Ft(t,-e.length);for(var n=0;n<e.length;n++)t.set(n,e[n])}))},Ct.prototype.shift=function(){return Ft(this,1)},Ct.prototype.merge=function(){return Ut(this,void 0,arguments)},Ct.prototype.mergeWith=function(t){return Ut(this,t,e.call(arguments,1))},Ct.prototype.mergeDeep=function(){return Ut(this,ht,arguments)},Ct.prototype.mergeDeepWith=function(t){var n=e.call(arguments,1);return Ut(this,dt(t),n)},Ct.prototype.setSize=function(e){return Ft(this,0,e)},Ct.prototype.slice=function(e,t){var n=this.size;return j(e,t,n)?this:Ft(this,T(e,n),I(t,n))},Ct.prototype.__iterator=function(e,t){var n=0,r=Nt(this,t);return new F((function(){var t=r();return t===It?q():U(e,n++,t)}))},Ct.prototype.__iterate=function(e,t){for(var n,r=0,o=Nt(this,t);(n=o())!==It&&!1!==e(n,r++,this););return r},Ct.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Mt(this._origin,this._capacity,this._level,this._root,this._tail,e,this.__hash):(this.__ownerID=e,this)},Ct.isList=St;var At="@@__IMMUTABLE_LIST__@@",kt=Ct.prototype;function Ot(e,t){this.array=e,this.ownerID=t}kt[At]=!0,kt[v]=kt.remove,kt.setIn=Ke.setIn,kt.deleteIn=kt.removeIn=Ke.removeIn,kt.update=Ke.update,kt.updateIn=Ke.updateIn,kt.mergeIn=Ke.mergeIn,kt.mergeDeepIn=Ke.mergeDeepIn,kt.withMutations=Ke.withMutations,kt.asMutable=Ke.asMutable,kt.asImmutable=Ke.asImmutable,kt.wasAltered=Ke.wasAltered,Ot.prototype.removeBefore=function(e,t,n){if(n===t?1<<t:0===this.array.length)return this;var r=n>>>t&y;if(r>=this.array.length)return new Ot([],e);var o,a=0===r;if(t>0){var i=this.array[r];if((o=i&&i.removeBefore(e,t-m,n))===i&&a)return this}if(a&&!o)return this;var s=Lt(this,e);if(!a)for(var u=0;u<r;u++)s.array[u]=void 0;return o&&(s.array[r]=o),s},Ot.prototype.removeAfter=function(e,t,n){if(n===(t?1<<t:0)||0===this.array.length)return this;var r,o=n-1>>>t&y;if(o>=this.array.length)return this;if(t>0){var a=this.array[o];if((r=a&&a.removeAfter(e,t-m,n))===a&&o===this.array.length-1)return this}var i=Lt(this,e);return i.array.splice(o+1),r&&(i.array[o]=r),i};var jt,Tt,It={};function Nt(e,t){var n=e._origin,r=e._capacity,o=qt(r),a=e._tail;return i(e._root,e._level,0);function i(e,t,n){return 0===t?s(e,n):u(e,t,n)}function s(e,i){var s=i===o?a&&a.array:e&&e.array,u=i>n?0:n-i,c=r-i;return c>g&&(c=g),function(){if(u===c)return It;var e=t?--c:u++;return s&&s[e]}}function u(e,o,a){var s,u=e&&e.array,c=a>n?0:n-a>>o,l=1+(r-a>>o);return l>g&&(l=g),function(){for(;;){if(s){var e=s();if(e!==It)return e;s=null}if(c===l)return It;var n=t?--l:c++;s=i(u&&u[n],o-m,a+(n<<o))}}}}function Mt(e,t,n,r,o,a,i){var s=Object.create(kt);return s.size=t-e,s._origin=e,s._capacity=t,s._level=n,s._root=r,s._tail=o,s.__ownerID=a,s.__hash=i,s.__altered=!1,s}function Pt(){return jt||(jt=Mt(0,0,m))}function Rt(e,t,n){if((t=k(e,t))!=t)return e;if(t>=e.size||t<0)return e.withMutations((function(e){t<0?Ft(e,t).set(0,n):Ft(e,0,t+1).set(t,n)}));t+=e._origin;var r=e._tail,o=e._root,a=x(w);return t>=qt(e._capacity)?r=Dt(r,e.__ownerID,0,t,n,a):o=Dt(o,e.__ownerID,e._level,t,n,a),a.value?e.__ownerID?(e._root=o,e._tail=r,e.__hash=void 0,e.__altered=!0,e):Mt(e._origin,e._capacity,e._level,o,r):e}function Dt(e,t,n,r,o,a){var i,s=r>>>n&y,u=e&&s<e.array.length;if(!u&&void 0===o)return e;if(n>0){var c=e&&e.array[s],l=Dt(c,t,n-m,r,o,a);return l===c?e:((i=Lt(e,t)).array[s]=l,i)}return u&&e.array[s]===o?e:(E(a),i=Lt(e,t),void 0===o&&s===i.array.length-1?i.array.pop():i.array[s]=o,i)}function Lt(e,t){return t&&e&&t===e.ownerID?e:new Ot(e?e.array.slice():[],t)}function Bt(e,t){if(t>=qt(e._capacity))return e._tail;if(t<1<<e._level+m){for(var n=e._root,r=e._level;n&&r>0;)n=n.array[t>>>r&y],r-=m;return n}}function Ft(e,t,n){void 0!==t&&(t|=0),void 0!==n&&(n|=0);var r=e.__ownerID||new C,o=e._origin,a=e._capacity,i=o+t,s=void 0===n?a:n<0?a+n:o+n;if(i===o&&s===a)return e;if(i>=s)return e.clear();for(var u=e._level,c=e._root,l=0;i+l<0;)c=new Ot(c&&c.array.length?[void 0,c]:[],r),l+=1<<(u+=m);l&&(i+=l,o+=l,s+=l,a+=l);for(var p=qt(a),f=qt(s);f>=1<<u+m;)c=new Ot(c&&c.array.length?[c]:[],r),u+=m;var h=e._tail,d=f<p?Bt(e,s-1):f>p?new Ot([],r):h;if(h&&f>p&&i<a&&h.array.length){for(var v=c=Lt(c,r),g=u;g>m;g-=m){var b=p>>>g&y;v=v.array[b]=Lt(v.array[b],r)}v.array[p>>>m&y]=h}if(s<a&&(d=d&&d.removeAfter(r,0,s)),i>=f)i-=f,s-=f,u=m,c=null,d=d&&d.removeBefore(r,0,i);else if(i>o||f<p){for(l=0;c;){var _=i>>>u&y;if(_!==f>>>u&y)break;_&&(l+=(1<<u)*_),u-=m,c=c.array[_]}c&&i>o&&(c=c.removeBefore(r,u,i-l)),c&&f<p&&(c=c.removeAfter(r,u,f-l)),l&&(i-=l,s-=l)}return e.__ownerID?(e.size=s-i,e._origin=i,e._capacity=s,e._level=u,e._root=c,e._tail=d,e.__hash=void 0,e.__altered=!0,e):Mt(i,s,u,c,d)}function Ut(e,t,n){for(var r=[],a=0,s=0;s<n.length;s++){var u=n[s],c=o(u);c.size>a&&(a=c.size),i(u)||(c=c.map((function(e){return he(e)}))),r.push(c)}return a>e.size&&(e=e.setSize(a)),vt(e,t,r)}function qt(e){return e<g?0:e-1>>>m<<m}function zt(e){return null==e?Ht():Vt(e)?e:Ht().withMutations((function(t){var n=r(e);Ve(n.size),n.forEach((function(e,n){return t.set(n,e)}))}))}function Vt(e){return He(e)&&l(e)}function Wt(e,t,n,r){var o=Object.create(zt.prototype);return o.size=e?e.size:0,o._map=e,o._list=t,o.__ownerID=n,o.__hash=r,o}function Ht(){return Tt||(Tt=Wt(ot(),Pt()))}function Jt(e,t,n){var r,o,a=e._map,i=e._list,s=a.get(t),u=void 0!==s;if(n===b){if(!u)return e;i.size>=g&&i.size>=2*a.size?(r=(o=i.filter((function(e,t){return void 0!==e&&s!==t}))).toKeyedSeq().map((function(e){return e[0]})).flip().toMap(),e.__ownerID&&(r.__ownerID=o.__ownerID=e.__ownerID)):(r=a.remove(t),o=s===i.size-1?i.pop():i.set(s,void 0))}else if(u){if(n===i.get(s)[1])return e;r=a,o=i.set(s,[t,n])}else r=a.set(t,i.size),o=i.set(i.size,[t,n]);return e.__ownerID?(e.size=r.size,e._map=r,e._list=o,e.__hash=void 0,e):Wt(r,o)}function $t(e,t){this._iter=e,this._useKeys=t,this.size=e.size}function Kt(e){this._iter=e,this.size=e.size}function Yt(e){this._iter=e,this.size=e.size}function Gt(e){this._iter=e,this.size=e.size}function Zt(e){var t=bn(e);return t._iter=e,t.size=e.size,t.flip=function(){return e},t.reverse=function(){var t=e.reverse.apply(this);return t.flip=function(){return e.reverse()},t},t.has=function(t){return e.includes(t)},t.includes=function(t){return e.has(t)},t.cacheResult=_n,t.__iterateUncached=function(t,n){var r=this;return e.__iterate((function(e,n){return!1!==t(n,e,r)}),n)},t.__iteratorUncached=function(t,n){if(t===R){var r=e.__iterator(t,n);return new F((function(){var e=r.next();if(!e.done){var t=e.value[0];e.value[0]=e.value[1],e.value[1]=t}return e}))}return e.__iterator(t===P?M:P,n)},t}function Xt(e,t,n){var r=bn(e);return r.size=e.size,r.has=function(t){return e.has(t)},r.get=function(r,o){var a=e.get(r,b);return a===b?o:t.call(n,a,r,e)},r.__iterateUncached=function(r,o){var a=this;return e.__iterate((function(e,o,i){return!1!==r(t.call(n,e,o,i),o,a)}),o)},r.__iteratorUncached=function(r,o){var a=e.__iterator(R,o);return new F((function(){var o=a.next();if(o.done)return o;var i=o.value,s=i[0];return U(r,s,t.call(n,i[1],s,e),o)}))},r}function Qt(e,t){var n=bn(e);return n._iter=e,n.size=e.size,n.reverse=function(){return e},e.flip&&(n.flip=function(){var t=Zt(e);return t.reverse=function(){return e.flip()},t}),n.get=function(n,r){return e.get(t?n:-1-n,r)},n.has=function(n){return e.has(t?n:-1-n)},n.includes=function(t){return e.includes(t)},n.cacheResult=_n,n.__iterate=function(t,n){var r=this;return e.__iterate((function(e,n){return t(e,n,r)}),!n)},n.__iterator=function(t,n){return e.__iterator(t,!n)},n}function en(e,t,n,r){var o=bn(e);return r&&(o.has=function(r){var o=e.get(r,b);return o!==b&&!!t.call(n,o,r,e)},o.get=function(r,o){var a=e.get(r,b);return a!==b&&t.call(n,a,r,e)?a:o}),o.__iterateUncached=function(o,a){var i=this,s=0;return e.__iterate((function(e,a,u){if(t.call(n,e,a,u))return s++,o(e,r?a:s-1,i)}),a),s},o.__iteratorUncached=function(o,a){var i=e.__iterator(R,a),s=0;return new F((function(){for(;;){var a=i.next();if(a.done)return a;var u=a.value,c=u[0],l=u[1];if(t.call(n,l,c,e))return U(o,r?c:s++,l,a)}}))},o}function tn(e,t,n){var r=We().asMutable();return e.__iterate((function(o,a){r.update(t.call(n,o,a,e),0,(function(e){return e+1}))})),r.asImmutable()}function nn(e,t,n){var r=s(e),o=(l(e)?zt():We()).asMutable();e.__iterate((function(a,i){o.update(t.call(n,a,i,e),(function(e){return(e=e||[]).push(r?[i,a]:a),e}))}));var a=yn(e);return o.map((function(t){return vn(e,a(t))}))}function rn(e,t,n,r){var o=e.size;if(void 0!==t&&(t|=0),void 0!==n&&(n===1/0?n=o:n|=0),j(t,n,o))return e;var a=T(t,o),i=I(n,o);if(a!=a||i!=i)return rn(e.toSeq().cacheResult(),t,n,r);var s,u=i-a;u==u&&(s=u<0?0:u);var c=bn(e);return c.size=0===s?s:e.size&&s||void 0,!r&&ae(e)&&s>=0&&(c.get=function(t,n){return(t=k(this,t))>=0&&t<s?e.get(t+a,n):n}),c.__iterateUncached=function(t,n){var o=this;if(0===s)return 0;if(n)return this.cacheResult().__iterate(t,n);var i=0,u=!0,c=0;return e.__iterate((function(e,n){if(!u||!(u=i++<a))return c++,!1!==t(e,r?n:c-1,o)&&c!==s})),c},c.__iteratorUncached=function(t,n){if(0!==s&&n)return this.cacheResult().__iterator(t,n);var o=0!==s&&e.__iterator(t,n),i=0,u=0;return new F((function(){for(;i++<a;)o.next();if(++u>s)return q();var e=o.next();return r||t===P?e:U(t,u-1,t===M?void 0:e.value[1],e)}))},c}function on(e,t,n){var r=bn(e);return r.__iterateUncached=function(r,o){var a=this;if(o)return this.cacheResult().__iterate(r,o);var i=0;return e.__iterate((function(e,o,s){return t.call(n,e,o,s)&&++i&&r(e,o,a)})),i},r.__iteratorUncached=function(r,o){var a=this;if(o)return this.cacheResult().__iterator(r,o);var i=e.__iterator(R,o),s=!0;return new F((function(){if(!s)return q();var e=i.next();if(e.done)return e;var o=e.value,u=o[0],c=o[1];return t.call(n,c,u,a)?r===R?e:U(r,u,c,e):(s=!1,q())}))},r}function an(e,t,n,r){var o=bn(e);return o.__iterateUncached=function(o,a){var i=this;if(a)return this.cacheResult().__iterate(o,a);var s=!0,u=0;return e.__iterate((function(e,a,c){if(!s||!(s=t.call(n,e,a,c)))return u++,o(e,r?a:u-1,i)})),u},o.__iteratorUncached=function(o,a){var i=this;if(a)return this.cacheResult().__iterator(o,a);var s=e.__iterator(R,a),u=!0,c=0;return new F((function(){var e,a,l;do{if((e=s.next()).done)return r||o===P?e:U(o,c++,o===M?void 0:e.value[1],e);var p=e.value;a=p[0],l=p[1],u&&(u=t.call(n,l,a,i))}while(u);return o===R?e:U(o,a,l,e)}))},o}function sn(e,t){var n=s(e),o=[e].concat(t).map((function(e){return i(e)?n&&(e=r(e)):e=n?se(e):ue(Array.isArray(e)?e:[e]),e})).filter((function(e){return 0!==e.size}));if(0===o.length)return e;if(1===o.length){var a=o[0];if(a===e||n&&s(a)||u(e)&&u(a))return a}var c=new te(o);return n?c=c.toKeyedSeq():u(e)||(c=c.toSetSeq()),(c=c.flatten(!0)).size=o.reduce((function(e,t){if(void 0!==e){var n=t.size;if(void 0!==n)return e+n}}),0),c}function un(e,t,n){var r=bn(e);return r.__iterateUncached=function(r,o){var a=0,s=!1;function u(e,c){var l=this;e.__iterate((function(e,o){return(!t||c<t)&&i(e)?u(e,c+1):!1===r(e,n?o:a++,l)&&(s=!0),!s}),o)}return u(e,0),a},r.__iteratorUncached=function(r,o){var a=e.__iterator(r,o),s=[],u=0;return new F((function(){for(;a;){var e=a.next();if(!1===e.done){var c=e.value;if(r===R&&(c=c[1]),t&&!(s.length<t)||!i(c))return n?e:U(r,u++,c,e);s.push(a),a=c.__iterator(r,o)}else a=s.pop()}return q()}))},r}function cn(e,t,n){var r=yn(e);return e.toSeq().map((function(o,a){return r(t.call(n,o,a,e))})).flatten(!0)}function ln(e,t){var n=bn(e);return n.size=e.size&&2*e.size-1,n.__iterateUncached=function(n,r){var o=this,a=0;return e.__iterate((function(e,r){return(!a||!1!==n(t,a++,o))&&!1!==n(e,a++,o)}),r),a},n.__iteratorUncached=function(n,r){var o,a=e.__iterator(P,r),i=0;return new F((function(){return(!o||i%2)&&(o=a.next()).done?o:i%2?U(n,i++,t):U(n,i++,o.value,o)}))},n}function pn(e,t,n){t||(t=wn);var r=s(e),o=0,a=e.toSeq().map((function(t,r){return[r,t,o++,n?n(t,r,e):t]})).toArray();return a.sort((function(e,n){return t(e[3],n[3])||e[2]-n[2]})).forEach(r?function(e,t){a[t].length=2}:function(e,t){a[t]=e[1]}),r?K(a):u(e)?Y(a):G(a)}function fn(e,t,n){if(t||(t=wn),n){var r=e.toSeq().map((function(t,r){return[t,n(t,r,e)]})).reduce((function(e,n){return hn(t,e[1],n[1])?n:e}));return r&&r[0]}return e.reduce((function(e,n){return hn(t,e,n)?n:e}))}function hn(e,t,n){var r=e(n,t);return 0===r&&n!==t&&(null==n||n!=n)||r>0}function dn(e,t,r){var o=bn(e);return o.size=new te(r).map((function(e){return e.size})).min(),o.__iterate=function(e,t){for(var n,r=this.__iterator(P,t),o=0;!(n=r.next()).done&&!1!==e(n.value,o++,this););return o},o.__iteratorUncached=function(e,o){var a=r.map((function(e){return e=n(e),W(o?e.reverse():e)})),i=0,s=!1;return new F((function(){var n;return s||(n=a.map((function(e){return e.next()})),s=n.some((function(e){return e.done}))),s?q():U(e,i++,t.apply(null,n.map((function(e){return e.value}))))}))},o}function vn(e,t){return ae(e)?t:e.constructor(t)}function mn(e){if(e!==Object(e))throw new TypeError("Expected [K, V] tuple: "+e)}function gn(e){return Ve(e.size),A(e)}function yn(e){return s(e)?r:u(e)?o:a}function bn(e){return Object.create((s(e)?K:u(e)?Y:G).prototype)}function _n(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):$.prototype.cacheResult.call(this)}function wn(e,t){return e>t?1:e<t?-1:0}function xn(e){var t=W(e);if(!t){if(!J(e))throw new TypeError("Expected iterable or array-like: "+e);t=W(n(e))}return t}function En(e,t){var n,r=function(a){if(a instanceof r)return a;if(!(this instanceof r))return new r(a);if(!n){n=!0;var i=Object.keys(e);kn(o,i),o.size=i.length,o._name=t,o._keys=i,o._defaultValues=e}this._map=We(a)},o=r.prototype=Object.create(Cn);return o.constructor=r,r}t(zt,We),zt.of=function(){return this(arguments)},zt.prototype.toString=function(){return this.__toString("OrderedMap {","}")},zt.prototype.get=function(e,t){var n=this._map.get(e);return void 0!==n?this._list.get(n)[1]:t},zt.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._map.clear(),this._list.clear(),this):Ht()},zt.prototype.set=function(e,t){return Jt(this,e,t)},zt.prototype.remove=function(e){return Jt(this,e,b)},zt.prototype.wasAltered=function(){return this._map.wasAltered()||this._list.wasAltered()},zt.prototype.__iterate=function(e,t){var n=this;return this._list.__iterate((function(t){return t&&e(t[1],t[0],n)}),t)},zt.prototype.__iterator=function(e,t){return this._list.fromEntrySeq().__iterator(e,t)},zt.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map.__ensureOwner(e),n=this._list.__ensureOwner(e);return e?Wt(t,n,e,this.__hash):(this.__ownerID=e,this._map=t,this._list=n,this)},zt.isOrderedMap=Vt,zt.prototype[d]=!0,zt.prototype[v]=zt.prototype.remove,t($t,K),$t.prototype.get=function(e,t){return this._iter.get(e,t)},$t.prototype.has=function(e){return this._iter.has(e)},$t.prototype.valueSeq=function(){return this._iter.valueSeq()},$t.prototype.reverse=function(){var e=this,t=Qt(this,!0);return this._useKeys||(t.valueSeq=function(){return e._iter.toSeq().reverse()}),t},$t.prototype.map=function(e,t){var n=this,r=Xt(this,e,t);return this._useKeys||(r.valueSeq=function(){return n._iter.toSeq().map(e,t)}),r},$t.prototype.__iterate=function(e,t){var n,r=this;return this._iter.__iterate(this._useKeys?function(t,n){return e(t,n,r)}:(n=t?gn(this):0,function(o){return e(o,t?--n:n++,r)}),t)},$t.prototype.__iterator=function(e,t){if(this._useKeys)return this._iter.__iterator(e,t);var n=this._iter.__iterator(P,t),r=t?gn(this):0;return new F((function(){var o=n.next();return o.done?o:U(e,t?--r:r++,o.value,o)}))},$t.prototype[d]=!0,t(Kt,Y),Kt.prototype.includes=function(e){return this._iter.includes(e)},Kt.prototype.__iterate=function(e,t){var n=this,r=0;return this._iter.__iterate((function(t){return e(t,r++,n)}),t)},Kt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(P,t),r=0;return new F((function(){var t=n.next();return t.done?t:U(e,r++,t.value,t)}))},t(Yt,G),Yt.prototype.has=function(e){return this._iter.includes(e)},Yt.prototype.__iterate=function(e,t){var n=this;return this._iter.__iterate((function(t){return e(t,t,n)}),t)},Yt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(P,t);return new F((function(){var t=n.next();return t.done?t:U(e,t.value,t.value,t)}))},t(Gt,K),Gt.prototype.entrySeq=function(){return this._iter.toSeq()},Gt.prototype.__iterate=function(e,t){var n=this;return this._iter.__iterate((function(t){if(t){mn(t);var r=i(t);return e(r?t.get(1):t[1],r?t.get(0):t[0],n)}}),t)},Gt.prototype.__iterator=function(e,t){var n=this._iter.__iterator(P,t);return new F((function(){for(;;){var t=n.next();if(t.done)return t;var r=t.value;if(r){mn(r);var o=i(r);return U(e,o?r.get(0):r[0],o?r.get(1):r[1],t)}}}))},Kt.prototype.cacheResult=$t.prototype.cacheResult=Yt.prototype.cacheResult=Gt.prototype.cacheResult=_n,t(En,Ee),En.prototype.toString=function(){return this.__toString(An(this)+" {","}")},En.prototype.has=function(e){return this._defaultValues.hasOwnProperty(e)},En.prototype.get=function(e,t){if(!this.has(e))return t;var n=this._defaultValues[e];return this._map?this._map.get(e,n):n},En.prototype.clear=function(){if(this.__ownerID)return this._map&&this._map.clear(),this;var e=this.constructor;return e._empty||(e._empty=Sn(this,ot()))},En.prototype.set=function(e,t){if(!this.has(e))throw new Error('Cannot set unknown key "'+e+'" on '+An(this));if(this._map&&!this._map.has(e)&&t===this._defaultValues[e])return this;var n=this._map&&this._map.set(e,t);return this.__ownerID||n===this._map?this:Sn(this,n)},En.prototype.remove=function(e){if(!this.has(e))return this;var t=this._map&&this._map.remove(e);return this.__ownerID||t===this._map?this:Sn(this,t)},En.prototype.wasAltered=function(){return this._map.wasAltered()},En.prototype.__iterator=function(e,t){var n=this;return r(this._defaultValues).map((function(e,t){return n.get(t)})).__iterator(e,t)},En.prototype.__iterate=function(e,t){var n=this;return r(this._defaultValues).map((function(e,t){return n.get(t)})).__iterate(e,t)},En.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map&&this._map.__ensureOwner(e);return e?Sn(this,t,e):(this.__ownerID=e,this._map=t,this)};var Cn=En.prototype;function Sn(e,t,n){var r=Object.create(Object.getPrototypeOf(e));return r._map=t,r.__ownerID=n,r}function An(e){return e._name||e.constructor.name||"Record"}function kn(e,t){try{t.forEach(On.bind(void 0,e))}catch(e){}}function On(e,t){Object.defineProperty(e,t,{get:function(){return this.get(t)},set:function(e){_e(this.__ownerID,"Cannot set on an immutable record."),this.set(t,e)}})}function jn(e){return null==e?Dn():Tn(e)&&!l(e)?e:Dn().withMutations((function(t){var n=a(e);Ve(n.size),n.forEach((function(e){return t.add(e)}))}))}function Tn(e){return!(!e||!e[Nn])}Cn[v]=Cn.remove,Cn.deleteIn=Cn.removeIn=Ke.removeIn,Cn.merge=Ke.merge,Cn.mergeWith=Ke.mergeWith,Cn.mergeIn=Ke.mergeIn,Cn.mergeDeep=Ke.mergeDeep,Cn.mergeDeepWith=Ke.mergeDeepWith,Cn.mergeDeepIn=Ke.mergeDeepIn,Cn.setIn=Ke.setIn,Cn.update=Ke.update,Cn.updateIn=Ke.updateIn,Cn.withMutations=Ke.withMutations,Cn.asMutable=Ke.asMutable,Cn.asImmutable=Ke.asImmutable,t(jn,Se),jn.of=function(){return this(arguments)},jn.fromKeys=function(e){return this(r(e).keySeq())},jn.prototype.toString=function(){return this.__toString("Set {","}")},jn.prototype.has=function(e){return this._map.has(e)},jn.prototype.add=function(e){return Pn(this,this._map.set(e,!0))},jn.prototype.remove=function(e){return Pn(this,this._map.remove(e))},jn.prototype.clear=function(){return Pn(this,this._map.clear())},jn.prototype.union=function(){var t=e.call(arguments,0);return 0===(t=t.filter((function(e){return 0!==e.size}))).length?this:0!==this.size||this.__ownerID||1!==t.length?this.withMutations((function(e){for(var n=0;n<t.length;n++)a(t[n]).forEach((function(t){return e.add(t)}))})):this.constructor(t[0])},jn.prototype.intersect=function(){var t=e.call(arguments,0);if(0===t.length)return this;t=t.map((function(e){return a(e)}));var n=this;return this.withMutations((function(e){n.forEach((function(n){t.every((function(e){return e.includes(n)}))||e.remove(n)}))}))},jn.prototype.subtract=function(){var t=e.call(arguments,0);if(0===t.length)return this;t=t.map((function(e){return a(e)}));var n=this;return this.withMutations((function(e){n.forEach((function(n){t.some((function(e){return e.includes(n)}))&&e.remove(n)}))}))},jn.prototype.merge=function(){return this.union.apply(this,arguments)},jn.prototype.mergeWith=function(t){var n=e.call(arguments,1);return this.union.apply(this,n)},jn.prototype.sort=function(e){return Ln(pn(this,e))},jn.prototype.sortBy=function(e,t){return Ln(pn(this,t,e))},jn.prototype.wasAltered=function(){return this._map.wasAltered()},jn.prototype.__iterate=function(e,t){var n=this;return this._map.__iterate((function(t,r){return e(r,r,n)}),t)},jn.prototype.__iterator=function(e,t){return this._map.map((function(e,t){return t})).__iterator(e,t)},jn.prototype.__ensureOwner=function(e){if(e===this.__ownerID)return this;var t=this._map.__ensureOwner(e);return e?this.__make(t,e):(this.__ownerID=e,this._map=t,this)},jn.isSet=Tn;var In,Nn="@@__IMMUTABLE_SET__@@",Mn=jn.prototype;function Pn(e,t){return e.__ownerID?(e.size=t.size,e._map=t,e):t===e._map?e:0===t.size?e.__empty():e.__make(t)}function Rn(e,t){var n=Object.create(Mn);return n.size=e?e.size:0,n._map=e,n.__ownerID=t,n}function Dn(){return In||(In=Rn(ot()))}function Ln(e){return null==e?zn():Bn(e)?e:zn().withMutations((function(t){var n=a(e);Ve(n.size),n.forEach((function(e){return t.add(e)}))}))}function Bn(e){return Tn(e)&&l(e)}Mn[Nn]=!0,Mn[v]=Mn.remove,Mn.mergeDeep=Mn.merge,Mn.mergeDeepWith=Mn.mergeWith,Mn.withMutations=Ke.withMutations,Mn.asMutable=Ke.asMutable,Mn.asImmutable=Ke.asImmutable,Mn.__empty=Dn,Mn.__make=Rn,t(Ln,jn),Ln.of=function(){return this(arguments)},Ln.fromKeys=function(e){return this(r(e).keySeq())},Ln.prototype.toString=function(){return this.__toString("OrderedSet {","}")},Ln.isOrderedSet=Bn;var Fn,Un=Ln.prototype;function qn(e,t){var n=Object.create(Un);return n.size=e?e.size:0,n._map=e,n.__ownerID=t,n}function zn(){return Fn||(Fn=qn(Ht()))}function Vn(e){return null==e?Yn():Wn(e)?e:Yn().unshiftAll(e)}function Wn(e){return!(!e||!e[Jn])}Un[d]=!0,Un.__empty=zn,Un.__make=qn,t(Vn,Ce),Vn.of=function(){return this(arguments)},Vn.prototype.toString=function(){return this.__toString("Stack [","]")},Vn.prototype.get=function(e,t){var n=this._head;for(e=k(this,e);n&&e--;)n=n.next;return n?n.value:t},Vn.prototype.peek=function(){return this._head&&this._head.value},Vn.prototype.push=function(){if(0===arguments.length)return this;for(var e=this.size+arguments.length,t=this._head,n=arguments.length-1;n>=0;n--)t={value:arguments[n],next:t};return this.__ownerID?(this.size=e,this._head=t,this.__hash=void 0,this.__altered=!0,this):Kn(e,t)},Vn.prototype.pushAll=function(e){if(0===(e=o(e)).size)return this;Ve(e.size);var t=this.size,n=this._head;return e.reverse().forEach((function(e){t++,n={value:e,next:n}})),this.__ownerID?(this.size=t,this._head=n,this.__hash=void 0,this.__altered=!0,this):Kn(t,n)},Vn.prototype.pop=function(){return this.slice(1)},Vn.prototype.unshift=function(){return this.push.apply(this,arguments)},Vn.prototype.unshiftAll=function(e){return this.pushAll(e)},Vn.prototype.shift=function(){return this.pop.apply(this,arguments)},Vn.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):Yn()},Vn.prototype.slice=function(e,t){if(j(e,t,this.size))return this;var n=T(e,this.size);if(I(t,this.size)!==this.size)return Ce.prototype.slice.call(this,e,t);for(var r=this.size-n,o=this._head;n--;)o=o.next;return this.__ownerID?(this.size=r,this._head=o,this.__hash=void 0,this.__altered=!0,this):Kn(r,o)},Vn.prototype.__ensureOwner=function(e){return e===this.__ownerID?this:e?Kn(this.size,this._head,e,this.__hash):(this.__ownerID=e,this.__altered=!1,this)},Vn.prototype.__iterate=function(e,t){if(t)return this.reverse().__iterate(e);for(var n=0,r=this._head;r&&!1!==e(r.value,n++,this);)r=r.next;return n},Vn.prototype.__iterator=function(e,t){if(t)return this.reverse().__iterator(e);var n=0,r=this._head;return new F((function(){if(r){var t=r.value;return r=r.next,U(e,n++,t)}return q()}))},Vn.isStack=Wn;var Hn,Jn="@@__IMMUTABLE_STACK__@@",$n=Vn.prototype;function Kn(e,t,n,r){var o=Object.create($n);return o.size=e,o._head=t,o.__ownerID=n,o.__hash=r,o.__altered=!1,o}function Yn(){return Hn||(Hn=Kn(0))}function Gn(e,t){var n=function(n){e.prototype[n]=t[n]};return Object.keys(t).forEach(n),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(t).forEach(n),e}$n[Jn]=!0,$n.withMutations=Ke.withMutations,$n.asMutable=Ke.asMutable,$n.asImmutable=Ke.asImmutable,$n.wasAltered=Ke.wasAltered,n.Iterator=F,Gn(n,{toArray:function(){Ve(this.size);var e=new Array(this.size||0);return this.valueSeq().__iterate((function(t,n){e[n]=t})),e},toIndexedSeq:function(){return new Kt(this)},toJS:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJS?e.toJS():e})).__toJS()},toJSON:function(){return this.toSeq().map((function(e){return e&&"function"==typeof e.toJSON?e.toJSON():e})).__toJS()},toKeyedSeq:function(){return new $t(this,!0)},toMap:function(){return We(this.toKeyedSeq())},toObject:function(){Ve(this.size);var e={};return this.__iterate((function(t,n){e[n]=t})),e},toOrderedMap:function(){return zt(this.toKeyedSeq())},toOrderedSet:function(){return Ln(s(this)?this.valueSeq():this)},toSet:function(){return jn(s(this)?this.valueSeq():this)},toSetSeq:function(){return new Yt(this)},toSeq:function(){return u(this)?this.toIndexedSeq():s(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return Vn(s(this)?this.valueSeq():this)},toList:function(){return Ct(s(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(e,t){return 0===this.size?e+t:e+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+t},concat:function(){return vn(this,sn(this,e.call(arguments,0)))},includes:function(e){return this.some((function(t){return ge(t,e)}))},entries:function(){return this.__iterator(R)},every:function(e,t){Ve(this.size);var n=!0;return this.__iterate((function(r,o,a){if(!e.call(t,r,o,a))return n=!1,!1})),n},filter:function(e,t){return vn(this,en(this,e,t,!0))},find:function(e,t,n){var r=this.findEntry(e,t);return r?r[1]:n},forEach:function(e,t){return Ve(this.size),this.__iterate(t?e.bind(t):e)},join:function(e){Ve(this.size),e=void 0!==e?""+e:",";var t="",n=!0;return this.__iterate((function(r){n?n=!1:t+=e,t+=null!=r?r.toString():""})),t},keys:function(){return this.__iterator(M)},map:function(e,t){return vn(this,Xt(this,e,t))},reduce:function(e,t,n){var r,o;return Ve(this.size),arguments.length<2?o=!0:r=t,this.__iterate((function(t,a,i){o?(o=!1,r=t):r=e.call(n,r,t,a,i)})),r},reduceRight:function(e,t,n){var r=this.toKeyedSeq().reverse();return r.reduce.apply(r,arguments)},reverse:function(){return vn(this,Qt(this,!0))},slice:function(e,t){return vn(this,rn(this,e,t,!0))},some:function(e,t){return!this.every(tr(e),t)},sort:function(e){return vn(this,pn(this,e))},values:function(){return this.__iterator(P)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some((function(){return!0}))},count:function(e,t){return A(e?this.toSeq().filter(e,t):this)},countBy:function(e,t){return tn(this,e,t)},equals:function(e){return ye(this,e)},entrySeq:function(){var e=this;if(e._cache)return new te(e._cache);var t=e.toSeq().map(er).toIndexedSeq();return t.fromEntrySeq=function(){return e.toSeq()},t},filterNot:function(e,t){return this.filter(tr(e),t)},findEntry:function(e,t,n){var r=n;return this.__iterate((function(n,o,a){if(e.call(t,n,o,a))return r=[o,n],!1})),r},findKey:function(e,t){var n=this.findEntry(e,t);return n&&n[0]},findLast:function(e,t,n){return this.toKeyedSeq().reverse().find(e,t,n)},findLastEntry:function(e,t,n){return this.toKeyedSeq().reverse().findEntry(e,t,n)},findLastKey:function(e,t){return this.toKeyedSeq().reverse().findKey(e,t)},first:function(){return this.find(O)},flatMap:function(e,t){return vn(this,cn(this,e,t))},flatten:function(e){return vn(this,un(this,e,!0))},fromEntrySeq:function(){return new Gt(this)},get:function(e,t){return this.find((function(t,n){return ge(n,e)}),void 0,t)},getIn:function(e,t){for(var n,r=this,o=xn(e);!(n=o.next()).done;){var a=n.value;if((r=r&&r.get?r.get(a,b):b)===b)return t}return r},groupBy:function(e,t){return nn(this,e,t)},has:function(e){return this.get(e,b)!==b},hasIn:function(e){return this.getIn(e,b)!==b},isSubset:function(e){return e="function"==typeof e.includes?e:n(e),this.every((function(t){return e.includes(t)}))},isSuperset:function(e){return(e="function"==typeof e.isSubset?e:n(e)).isSubset(this)},keyOf:function(e){return this.findKey((function(t){return ge(t,e)}))},keySeq:function(){return this.toSeq().map(Qn).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},lastKeyOf:function(e){return this.toKeyedSeq().reverse().keyOf(e)},max:function(e){return fn(this,e)},maxBy:function(e,t){return fn(this,t,e)},min:function(e){return fn(this,e?nr(e):ar)},minBy:function(e,t){return fn(this,t?nr(t):ar,e)},rest:function(){return this.slice(1)},skip:function(e){return this.slice(Math.max(0,e))},skipLast:function(e){return vn(this,this.toSeq().reverse().skip(e).reverse())},skipWhile:function(e,t){return vn(this,an(this,e,t,!0))},skipUntil:function(e,t){return this.skipWhile(tr(e),t)},sortBy:function(e,t){return vn(this,pn(this,t,e))},take:function(e){return this.slice(0,Math.max(0,e))},takeLast:function(e){return vn(this,this.toSeq().reverse().take(e).reverse())},takeWhile:function(e,t){return vn(this,on(this,e,t))},takeUntil:function(e,t){return this.takeWhile(tr(e),t)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=ir(this))}});var Zn=n.prototype;Zn[p]=!0,Zn[B]=Zn.values,Zn.__toJS=Zn.toArray,Zn.__toStringMapper=rr,Zn.inspect=Zn.toSource=function(){return this.toString()},Zn.chain=Zn.flatMap,Zn.contains=Zn.includes,Gn(r,{flip:function(){return vn(this,Zt(this))},mapEntries:function(e,t){var n=this,r=0;return vn(this,this.toSeq().map((function(o,a){return e.call(t,[a,o],r++,n)})).fromEntrySeq())},mapKeys:function(e,t){var n=this;return vn(this,this.toSeq().flip().map((function(r,o){return e.call(t,r,o,n)})).flip())}});var Xn=r.prototype;function Qn(e,t){return t}function er(e,t){return[t,e]}function tr(e){return function(){return!e.apply(this,arguments)}}function nr(e){return function(){return-e.apply(this,arguments)}}function rr(e){return"string"==typeof e?JSON.stringify(e):String(e)}function or(){return S(arguments)}function ar(e,t){return e<t?1:e>t?-1:0}function ir(e){if(e.size===1/0)return 0;var t=l(e),n=s(e),r=t?1:0;return sr(e.__iterate(n?t?function(e,t){r=31*r+ur(Oe(e),Oe(t))|0}:function(e,t){r=r+ur(Oe(e),Oe(t))|0}:t?function(e){r=31*r+Oe(e)|0}:function(e){r=r+Oe(e)|0}),r)}function sr(e,t){return t=Ae(t,3432918353),t=Ae(t<<15|t>>>-15,461845907),t=Ae(t<<13|t>>>-13,5),t=Ae((t=(t+3864292196|0)^e)^t>>>16,2246822507),t=ke((t=Ae(t^t>>>13,3266489909))^t>>>16)}function ur(e,t){return e^t+2654435769+(e<<6)+(e>>2)|0}return Xn[f]=!0,Xn[B]=Zn.entries,Xn.__toJS=Zn.toObject,Xn.__toStringMapper=function(e,t){return JSON.stringify(t)+": "+rr(e)},Gn(o,{toKeyedSeq:function(){return new $t(this,!1)},filter:function(e,t){return vn(this,en(this,e,t,!1))},findIndex:function(e,t){var n=this.findEntry(e,t);return n?n[0]:-1},indexOf:function(e){var t=this.keyOf(e);return void 0===t?-1:t},lastIndexOf:function(e){var t=this.lastKeyOf(e);return void 0===t?-1:t},reverse:function(){return vn(this,Qt(this,!1))},slice:function(e,t){return vn(this,rn(this,e,t,!1))},splice:function(e,t){var n=arguments.length;if(t=Math.max(0|t,0),0===n||2===n&&!t)return this;e=T(e,e<0?this.count():this.size);var r=this.slice(0,e);return vn(this,1===n?r:r.concat(S(arguments,2),this.slice(e+t)))},findLastIndex:function(e,t){var n=this.findLastEntry(e,t);return n?n[0]:-1},first:function(){return this.get(0)},flatten:function(e){return vn(this,un(this,e,!1))},get:function(e,t){return(e=k(this,e))<0||this.size===1/0||void 0!==this.size&&e>this.size?t:this.find((function(t,n){return n===e}),void 0,t)},has:function(e){return(e=k(this,e))>=0&&(void 0!==this.size?this.size===1/0||e<this.size:-1!==this.indexOf(e))},interpose:function(e){return vn(this,ln(this,e))},interleave:function(){var e=[this].concat(S(arguments)),t=dn(this.toSeq(),Y.of,e),n=t.flatten(!0);return t.size&&(n.size=t.size*e.length),vn(this,n)},keySeq:function(){return we(0,this.size)},last:function(){return this.get(-1)},skipWhile:function(e,t){return vn(this,an(this,e,t,!1))},zip:function(){return vn(this,dn(this,or,[this].concat(S(arguments))))},zipWith:function(e){var t=S(arguments);return t[0]=this,vn(this,dn(this,e,t))}}),o.prototype[h]=!0,o.prototype[d]=!0,Gn(a,{get:function(e,t){return this.has(e)?e:t},includes:function(e){return this.has(e)},keySeq:function(){return this.valueSeq()}}),a.prototype.has=Zn.includes,a.prototype.contains=a.prototype.includes,Gn(K,r.prototype),Gn(Y,o.prototype),Gn(G,a.prototype),Gn(Ee,r.prototype),Gn(Ce,o.prototype),Gn(Se,a.prototype),{Iterable:n,Seq:$,Collection:xe,Map:We,OrderedMap:zt,List:Ct,Stack:Vn,Set:jn,OrderedSet:Ln,Record:En,Range:we,Repeat:be,is:ge,fromJS:he}}()},function(e,t,n){e.exports=n(579)},function(e,t,n){var r=n(240);e.exports=function(e,t,n){return t in e?r(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){e.exports=n(584)},function(e,t,n){var r=n(240);function o(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),r(e,o.key,o)}}e.exports=function(e,t,n){return t&&o(e.prototype,t),n&&o(e,n),e}},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},function(e,t,n){"use strict";(function(e){n.d(t,"t",(function(){return ve})),n.d(t,"A",(function(){return me})),n.d(t,"i",(function(){return ge})),n.d(t,"w",(function(){return ye})),n.d(t,"r",(function(){return be})),n.d(t,"u",(function(){return _e})),n.d(t,"s",(function(){return we})),n.d(t,"p",(function(){return xe})),n.d(t,"v",(function(){return Ee})),n.d(t,"y",(function(){return Ce})),n.d(t,"z",(function(){return Se})),n.d(t,"K",(function(){return Ae})),n.d(t,"f",(function(){return ke})),n.d(t,"n",(function(){return Oe})),n.d(t,"h",(function(){return je})),n.d(t,"E",(function(){return Te})),n.d(t,"L",(function(){return Ve})),n.d(t,"o",(function(){return Ke})),n.d(t,"D",(function(){return Ye})),n.d(t,"a",(function(){return Ge})),n.d(t,"I",(function(){return Ze})),n.d(t,"b",(function(){return Xe})),n.d(t,"H",(function(){return Qe})),n.d(t,"G",(function(){return et})),n.d(t,"F",(function(){return tt})),n.d(t,"k",(function(){return nt})),n.d(t,"d",(function(){return rt})),n.d(t,"g",(function(){return ot})),n.d(t,"m",(function(){return at})),n.d(t,"l",(function(){return it})),n.d(t,"e",(function(){return st})),n.d(t,"J",(function(){return ut})),n.d(t,"x",(function(){return ct})),n.d(t,"B",(function(){return lt})),n.d(t,"C",(function(){return pt})),n.d(t,"j",(function(){return ft})),n.d(t,"c",(function(){return ht})),n.d(t,"q",(function(){return vt}));var r=n(100),o=n.n(r),a=n(170),i=n.n(a),s=n(58),u=n.n(s),c=n(12),l=n.n(c),p=n(32),f=n.n(p),h=n(17),d=n.n(h),v=(n(37),n(35)),m=n.n(v),g=(n(23),n(16),n(208)),y=n.n(g),b=n(21),_=n.n(b),w=n(22),x=n.n(w),E=(n(30),n(15)),C=n.n(E),S=n(13),A=n.n(S),k=n(18),O=n.n(k),j=n(2),T=n.n(j),I=n(51),N=n.n(I),M=n(85),P=n.n(M),R=n(4),D=n.n(R),L=n(14),B=n.n(L),F=n(20),U=n.n(F),q=n(1),z=n.n(q),V=n(506),W=n(507),H=n.n(W),J=n(281),$=n.n(J),K=n(282),Y=n.n(K),G=n(209),Z=n.n(G),X=n(340),Q=n.n(X),ee=n(124),te=n.n(ee),ne=n(68),re=n.n(ne),oe=n(143),ae=n(27),ie=n(509),se=n.n(ie),ue=n(145),ce=n(510),le=n.n(ce),pe=n(511),fe=n.n(pe),he="default",de=function(e){return z.a.Iterable.isIterable(e)};function ve(e){try{var t=JSON.parse(e);if(t&&"object"===U()(t))return t}catch(e){}return!1}function me(e){return _e(e)?de(e)?e.toJS():e:{}}function ge(e){var t,n;if(de(e))return e;if(e instanceof ae.a.File)return e;if(!_e(e))return e;if(B()(e))return D()(n=z.a.Seq(e)).call(n,ge).toList();if(re()(P()(e))){var r,o=function(e){if(!re()(P()(e)))return e;var t,n={},r="_**[]",o={},a=N()(P()(e).call(e));try{for(a.s();!(t=a.n()).done;){var i=t.value;if(n[i[0]]||o[i[0]]&&o[i[0]].containsMultiple){var s,u,c,l;if(!o[i[0]])o[i[0]]={containsMultiple:!0,length:1},n[T()(c=T()(l="".concat(i[0])).call(l,r)).call(c,o[i[0]].length)]=n[i[0]],delete n[i[0]];o[i[0]].length+=1,n[T()(s=T()(u="".concat(i[0])).call(u,r)).call(s,o[i[0]].length)]=i[1]}else n[i[0]]=i[1]}}catch(e){a.e(e)}finally{a.f()}return n}(e);return D()(r=z.a.OrderedMap(o)).call(r,ge)}return D()(t=z.a.OrderedMap(e)).call(t,ge)}function ye(e){return B()(e)?e:[e]}function be(e){return"function"==typeof e}function _e(e){return!!e&&"object"===U()(e)}function we(e){return"function"==typeof e}function xe(e){return B()(e)}var Ee=Y.a;function Ce(e,t){var n;return x()(n=C()(e)).call(n,(function(n,r){return n[r]=t(e[r],r),n}),{})}function Se(e,t){var n;return x()(n=C()(e)).call(n,(function(n,r){var o=t(e[r],r);return o&&"object"===U()(o)&&_()(n,o),n}),{})}function Ae(e){return function(t){t.dispatch,t.getState;return function(t){return function(n){return"function"==typeof n?n(e()):t(n)}}}}function ke(e){var t,n=e.keySeq();return n.contains(he)?he:y()(t=A()(n).call(n,(function(e){return"2"===(e+"")[0]}))).call(t).first()}function Oe(e,t){if(!z.a.Iterable.isIterable(e))return z.a.List();var n=e.getIn(B()(t)?t:[t]);return z.a.List.isList(n)?n:z.a.List()}function je(e){var t,n=[/filename\*=[^']+'\w*'"([^"]+)";?/i,/filename\*=[^']+'\w*'([^;]+);?/i,/filename="([^;]*);?"/i,/filename=([^;]*);?/i];if(m()(n).call(n,(function(n){return null!==(t=n.exec(e))})),null!==t&&t.length>1)try{return decodeURIComponent(t[1])}catch(e){console.error(e)}return null}function Te(e){return t=e.replace(/\.[^./]*$/,""),$()(H()(t));var t}var Ie=function(e,t){if(e>t)return"Value must be less than ".concat(t)},Ne=function(e,t){if(e<t)return"Value must be greater than ".concat(t)},Me=function(e){if(!/^-?\d+(\.?\d+)?$/.test(e))return"Value must be a number"},Pe=function(e){if(!/^-?\d+$/.test(e))return"Value must be an integer"},Re=function(e){if(e&&!(e instanceof ae.a.File))return"Value must be a file"},De=function(e){if("true"!==e&&"false"!==e&&!0!==e&&!1!==e)return"Value must be a boolean"},Le=function(e){if(e&&"string"!=typeof e)return"Value must be a string"},Be=function(e){if(isNaN(Date.parse(e)))return"Value must be a DateTime"},Fe=function(e){if(e=e.toString().toLowerCase(),!/^[{(]?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}[)}]?$/.test(e))return"Value must be a Guid"},Ue=function(e,t){var n;if(e.length>t)return T()(n="Value must be no longer than ".concat(t," character")).call(n,1!==t?"s":"")},qe=function(e,t){var n;if(e.length<t)return T()(n="Value must be at least ".concat(t," character")).call(n,1!==t?"s":"")},ze=function(e,t){if(!new RegExp(t).test(e))return"Value must follow pattern "+t},Ve=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.isOAS3,o=void 0!==r&&r,a=n.bypassRequiredCheck,i=void 0!==a&&a,s=[],u=e.get("required"),c=Object(ue.a)(e,{isOAS3:o}),l=c.schema,p=c.parameterContentMediaType;if(!l)return s;var f=l.get("required"),h=l.get("maximum"),d=l.get("minimum"),v=l.get("type"),g=l.get("format"),y=l.get("maxLength"),b=l.get("minLength"),_=l.get("pattern");if(v&&(u||f||t)){var w="string"===v&&t,x="array"===v&&B()(t)&&t.length,E="array"===v&&z.a.List.isList(t)&&t.count(),C="array"===v&&"string"==typeof t&&t,S="file"===v&&t instanceof ae.a.File,A="boolean"===v&&(t||!1===t),k="number"===v&&(t||0===t),j="integer"===v&&(t||0===t),T="object"===v&&"object"===U()(t)&&null!==t,I="object"===v&&"string"==typeof t&&t,N=[w,x,E,C,S,A,k,j,T,I],M=m()(N).call(N,(function(e){return!!e}));if((u||f)&&!M&&!i)return s.push("Required field is not provided"),s;if("object"===v&&"string"==typeof t&&(null===p||"application/json"===p))try{JSON.parse(t)}catch(e){return s.push("Parameter string value must be valid JSON"),s}if(_){var P=ze(t,_);P&&s.push(P)}if(y||0===y){var R=Ue(t,y);R&&s.push(R)}if(b){var D=qe(t,b);D&&s.push(D)}if(h||0===h){var L=Ie(t,h);L&&s.push(L)}if(d||0===d){var F=Ne(t,d);F&&s.push(F)}if("string"===v){var q;if(!(q="date-time"===g?Be(t):"uuid"===g?Fe(t):Le(t)))return s;s.push(q)}else if("boolean"===v){var V=De(t);if(!V)return s;s.push(V)}else if("number"===v){var W=Me(t);if(!W)return s;s.push(W)}else if("integer"===v){var H=Pe(t);if(!H)return s;s.push(H)}else if("array"===v){var J;if(!E||!t.count())return s;J=l.getIn(["items","type"]),O()(t).call(t,(function(e,t){var n;"number"===J?n=Me(e):"integer"===J?n=Pe(e):"string"===J&&(n=Le(e)),n&&s.push({index:t,error:n})}))}else if("file"===v){var $=Re(t);if(!$)return s;s.push($)}}return s},We=function(e,t,n){if(e&&(!e.xml||!e.xml.name)){if(e.xml=e.xml||{},!e.$$ref)return e.type||e.items||e.properties||e.additionalProperties?'<?xml version="1.0" encoding="UTF-8"?>\n\x3c!-- XML example cannot be generated; root element name is undefined --\x3e':null;var r=e.$$ref.match(/\S*\/(\S+)$/);e.xml.name=r[1]}return Object(oe.memoizedCreateXMLExample)(e,t,n)},He=[{when:/json/,shouldStringifyTypes:["string"]}],Je=["object"],$e=function(e,t,n,r){var o=Object(oe.memoizedSampleFromSchema)(e,t,r),a=U()(o),i=x()(He).call(He,(function(e,t){var r;return t.when.test(n)?T()(r=[]).call(r,d()(e),d()(t.shouldStringifyTypes)):e}),Je);return Q()(i,(function(e){return e===a}))?f()(o,null,2):o},Ke=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0;return e&&we(e.toJS)&&(e=e.toJS()),r&&we(r.toJS)&&(r=r.toJS()),/xml/.test(t)?We(e,n,r):$e(e,n,t,r)},Ye=function(){var e={},t=ae.a.location.search;if(!t)return{};if(""!=t){var n=t.substr(1).split("&");for(var r in n)n.hasOwnProperty(r)&&(r=n[r].split("="),e[decodeURIComponent(r[0])]=r[1]&&decodeURIComponent(r[1])||"")}return e},Ge=function(t){return(t instanceof e?t:e.from(t.toString(),"utf-8")).toString("base64")},Ze={operationsSorter:{alpha:function(e,t){return e.get("path").localeCompare(t.get("path"))},method:function(e,t){return e.get("method").localeCompare(t.get("method"))}},tagsSorter:{alpha:function(e,t){return e.localeCompare(t)}}},Xe=function(e){var t=[];for(var n in e){var r=e[n];void 0!==r&&""!==r&&t.push([n,"=",encodeURIComponent(r).replace(/%20/g,"+")].join(""))}return t.join("&")},Qe=function(e,t,n){return!!Z()(n,(function(n){return te()(e[n],t[n])}))};function et(e){return"string"!=typeof e||""===e?"":Object(V.sanitizeUrl)(e)}function tt(e){return!(!e||l()(e).call(e,"localhost")>=0||l()(e).call(e,"127.0.0.1")>=0||"none"===e)}function nt(e){if(!z.a.OrderedMap.isOrderedMap(e))return null;if(!e.size)return null;var t=u()(e).call(e,(function(e,t){return i()(t).call(t,"2")&&C()(e.get("content")||{}).length>0})),n=e.get("default")||z.a.OrderedMap(),r=(n.get("content")||z.a.OrderedMap()).keySeq().toJS().length?n:null;return t||r}var rt=function(e){return"string"==typeof e||e instanceof String?o()(e).call(e).replace(/\s/g,"%20"):""},ot=function(e){return se()(rt(e).replace(/%20/g,"_"))},at=function(e){return A()(e).call(e,(function(e,t){return/^x-/.test(t)}))},it=function(e){return A()(e).call(e,(function(e,t){return/^pattern|maxLength|minLength|maximum|minimum/.test(t)}))};function st(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){return!0};if("object"!==U()(e)||B()(e)||null===e||!t)return e;var o=_()({},e);return O()(n=C()(o)).call(n,(function(e){e===t&&r(o[e],e)?delete o[e]:o[e]=st(o[e],t,r)})),o}function ut(e){if("string"==typeof e)return e;if(e&&e.toJS&&(e=e.toJS()),"object"===U()(e)&&null!==e)try{return f()(e,null,2)}catch(t){return String(e)}return null==e?"":e.toString()}function ct(e){return"number"==typeof e?e.toString():e}function lt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.returnAll,r=void 0!==n&&n,o=t.allowHashes,a=void 0===o||o;if(!z.a.Map.isMap(e))throw new Error("paramToIdentifier: received a non-Im.Map parameter as input");var i,s,u,c=e.get("name"),l=e.get("in"),p=[];e&&e.hashCode&&l&&c&&a&&p.push(T()(i=T()(s="".concat(l,".")).call(s,c,".hash-")).call(i,e.hashCode()));l&&c&&p.push(T()(u="".concat(l,".")).call(u,c));return p.push(c),r?p:p[0]||""}function pt(e,t){var n,r=lt(e,{returnAll:!0});return A()(n=D()(r).call(r,(function(e){return t[e]}))).call(n,(function(e){return void 0!==e}))[0]}function ft(){return dt(le()(32).toString("base64"))}function ht(e){return dt(fe()("sha256").update(e).digest("base64"))}function dt(e){return e.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}var vt=function(e){return!e||!(!de(e)||!e.isEmpty())}}).call(this,n(77).Buffer)},function(e,t,n){var r=n(896),o=n(899);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=r(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&o(e,t)}},function(e,t,n){var r=n(462),o=n(206),a=n(910),i=n(911);e.exports=function(e){var t=a();return function(){var n,a=o(e);if(t){var s=o(this).constructor;n=r(a,arguments,s)}else n=a.apply(this,arguments);return i(this,n)}}},function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t,n){e.exports=n(989)()},function(e,t,n){e.exports=n(641)},function(e,t,n){e.exports=n(576)},function(e,t,n){e.exports=n(593)},function(e,t,n){e.exports=n(544)},function(e,t,n){var r=n(398),o=n(663),a=n(182),i=n(401);e.exports=function(e,t){return r(e)||o(e,t)||a(e,t)||i()}},function(e,t,n){var r=n(644),o=n(390),a=n(182),i=n(652);e.exports=function(e){return r(e)||o(e)||a(e)||i()}},function(e,t,n){e.exports=n(402)},function(e,t,n){"use strict";function r(e,t){return e===t}function o(e,t,n){if(null===t||null===n||t.length!==n.length)return!1;for(var r=t.length,o=0;o<r;o++)if(!e(t[o],n[o]))return!1;return!0}function a(e){var t=Array.isArray(e[0])?e[0]:e;if(!t.every((function(e){return"function"==typeof e}))){var n=t.map((function(e){return typeof e})).join(", ");throw new Error("Selector creators expect all input-selectors to be functions, instead received the following types: ["+n+"]")}return t}n.d(t,"a",(function(){return i}));var i=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return function(){for(var t=arguments.length,r=Array(t),o=0;o<t;o++)r[o]=arguments[o];var i=0,s=r.pop(),u=a(r),c=e.apply(void 0,[function(){return i++,s.apply(null,arguments)}].concat(n)),l=e((function(){for(var e=[],t=u.length,n=0;n<t;n++)e.push(u[n].apply(null,arguments));return c.apply(null,e)}));return l.resultFunc=s,l.dependencies=u,l.recomputations=function(){return i},l.resetRecomputations=function(){return i=0},l}}((function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r,n=null,a=null;return function(){return o(t,n,arguments)||(a=e.apply(null,arguments)),n=arguments,a}}))},function(e,t,n){var r=n(546),o=n(179);function a(t){return e.exports=a="function"==typeof o&&"symbol"==typeof r?function(e){return typeof e}:function(e){return e&&"function"==typeof o&&e.constructor===o&&e!==o.prototype?"symbol":typeof e},a(t)}e.exports=a},function(e,t,n){e.exports=n(600)},function(e,t,n){e.exports=n(588)},function(e,t,n){e.exports=n(597)},function(e,t,n){"use strict";var r=n(41),o=n(106).f,a=n(354),i=n(34),s=n(109),u=n(70),c=n(52),l=function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t};e.exports=function(e,t){var n,p,f,h,d,v,m,g,y=e.target,b=e.global,_=e.stat,w=e.proto,x=b?r:_?r[y]:(r[y]||{}).prototype,E=b?i:i[y]||(i[y]={}),C=E.prototype;for(f in t)n=!a(b?f:y+(_?".":"#")+f,e.forced)&&x&&c(x,f),d=E[f],n&&(v=e.noTargetGet?(g=o(x,f))&&g.value:x[f]),h=n&&v?v:t[f],n&&typeof d==typeof h||(m=e.bind&&n?s(h,r):e.wrap&&n?l(h):w&&"function"==typeof h?s(Function.call,h):h,(e.sham||h&&h.sham||d&&d.sham)&&u(m,"sham",!0),E[f]=m,w&&(c(i,p=y+"Prototype")||u(i,p,{}),i[p][f]=h,e.real&&C&&!C[f]&&u(C,f,h)))}},function(e,t,n){var r=n(240),o=n(833),a=n(837),i=n(842),s=n(443),u=n(847),c=n(444),l=n(445),p=n(3);function f(e,t){var n=l(e);if(c){var r=c(e);t&&(r=u(r).call(r,(function(t){return s(e,t).enumerable}))),n.push.apply(n,r)}return n}e.exports=function(e){for(var t=1;t<arguments.length;t++){var n,u=null!=arguments[t]?arguments[t]:{};if(t%2)i(n=f(Object(u),!0)).call(n,(function(t){p(e,t,u[t])}));else if(a)o(e,a(u));else{var c;i(c=f(Object(u))).call(c,(function(t){r(e,t,s(u,t))}))}}return e}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,o,a,i,s){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,o,a,i,s],l=0;(u=new Error(t.replace(/%s/g,(function(){return c[l++]})))).name="Invariant Violation"}throw u.framesToPop=1,u}}},function(e,t,n){"use strict";t.a=function(){var e={location:{},history:{},open:function(){},close:function(){},File:function(){}};if("undefined"==typeof window)return e;try{e=window;for(var t=0,n=["File","Blob","FormData"];t<n.length;t++){var r=n[t];r in window&&(e[r]=window[r])}}catch(e){console.error(e)}return e}()},function(e,t,n){"use strict";var r=n(1),o="<<anonymous>>",a={listOf:function(e){return c(e,"List",r.List.isList)},mapOf:function(e,t){return p(e,t,"Map",r.Map.isMap)},orderedMapOf:function(e,t){return p(e,t,"OrderedMap",r.OrderedMap.isOrderedMap)},setOf:function(e){return c(e,"Set",r.Set.isSet)},orderedSetOf:function(e){return c(e,"OrderedSet",r.OrderedSet.isOrderedSet)},stackOf:function(e){return c(e,"Stack",r.Stack.isStack)},iterableOf:function(e){return c(e,"Iterable",r.Iterable.isIterable)},recordOf:function(e){return s((function(t,n,o,a,s){for(var u=arguments.length,c=Array(u>5?u-5:0),l=5;l<u;l++)c[l-5]=arguments[l];var p=t[n];if(!(p instanceof r.Record)){var f=i(p);return new Error("Invalid "+a+" `"+s+"` of type `"+f+"` supplied to `"+o+"`, expected an Immutable.js Record.")}for(var h in e){var d=e[h];if(d){var v=p.toObject(),m=d.apply(void 0,[v,h,o,a,s+"."+h].concat(c));if(m)return m}}}))},shape:h,contains:h,mapContains:function(e){return f(e,"Map",r.Map.isMap)},list:u("List",r.List.isList),map:u("Map",r.Map.isMap),orderedMap:u("OrderedMap",r.OrderedMap.isOrderedMap),set:u("Set",r.Set.isSet),orderedSet:u("OrderedSet",r.OrderedSet.isOrderedSet),stack:u("Stack",r.Stack.isStack),seq:u("Seq",r.Seq.isSeq),record:u("Record",(function(e){return e instanceof r.Record})),iterable:u("Iterable",r.Iterable.isIterable)};function i(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":e instanceof r.Iterable?"Immutable."+e.toSource().split(" ")[0]:t}function s(e){function t(t,n,r,a,i,s){for(var u=arguments.length,c=Array(u>6?u-6:0),l=6;l<u;l++)c[l-6]=arguments[l];if(s=s||r,a=a||o,null!=n[r])return e.apply(void 0,[n,r,a,i,s].concat(c));var p=i;return t?new Error("Required "+p+" `"+s+"` was not specified in `"+a+"`."):void 0}var n=t.bind(null,!1);return n.isRequired=t.bind(null,!0),n}function u(e,t){return s((function(n,r,o,a,s){var u=n[r];if(!t(u)){var c=i(u);return new Error("Invalid "+a+" `"+s+"` of type `"+c+"` supplied to `"+o+"`, expected `"+e+"`.")}return null}))}function c(e,t,n){return s((function(r,o,a,s,u){for(var c=arguments.length,l=Array(c>5?c-5:0),p=5;p<c;p++)l[p-5]=arguments[p];var f=r[o];if(!n(f)){var h=s,d=i(f);return new Error("Invalid "+h+" `"+u+"` of type `"+d+"` supplied to `"+a+"`, expected an Immutable.js "+t+".")}if("function"!=typeof e)return new Error("Invalid typeChecker supplied to `"+a+"` for propType `"+u+"`, expected a function.");for(var v=f.toArray(),m=0,g=v.length;m<g;m++){var y=e.apply(void 0,[v,m,a,s,u+"["+m+"]"].concat(l));if(y instanceof Error)return y}}))}function l(e){return s((function(t,n,r,o,a){for(var i=arguments.length,s=Array(i>5?i-5:0),u=5;u<i;u++)s[u-5]=arguments[u];var c=t[n];if("function"!=typeof e)return new Error("Invalid keysTypeChecker (optional second argument) supplied to `"+r+"` for propType `"+a+"`, expected a function.");for(var l=c.keySeq().toArray(),p=0,f=l.length;p<f;p++){var h=e.apply(void 0,[l,p,r,o,a+" -> key("+l[p]+")"].concat(s));if(h instanceof Error)return h}}))}function p(e,t,n,r){return s((function(){for(var o=arguments.length,a=Array(o),i=0;i<o;i++)a[i]=arguments[i];return c(e,n,r).apply(void 0,a)||t&&l(t).apply(void 0,a)}))}function f(e){var t=void 0===arguments[1]?"Iterable":arguments[1],n=void 0===arguments[2]?r.Iterable.isIterable:arguments[2];function o(r,o,a,s,u){for(var c=arguments.length,l=Array(c>5?c-5:0),p=5;p<c;p++)l[p-5]=arguments[p];var f=r[o];if(!n(f)){var h=i(f),d=s;return new Error("Invalid "+d+" `"+u+"` of type `"+h+"` supplied to `"+a+"`, expected an Immutable.js "+t+".")}var v=f.toObject();for(var m in e){var g=e[m];if(g){var y=g.apply(void 0,[v,m,a,s,u+"."+m].concat(l));if(y)return y}}}return s(o)}function h(e){return f(e)}e.exports=a},function(e,t,n){var r=n(894);function o(){return e.exports=o=r||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},o.apply(this,arguments)}e.exports=o},function(e,t,n){e.exports=n(602)},function(e,t,n){"use strict";e.exports=function(e){for(var t=arguments.length-1,n="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,r=0;r<t;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);n+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var o=new Error(n);throw o.name="Invariant Violation",o.framesToPop=1,o}},function(e,t,n){e.exports=n(541)},function(e,t,n){"use strict";var r=n(81);e.exports=r},function(e,t){e.exports={}},function(e,t,n){e.exports=n(659)},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){e.exports=n(653)},function(e,t,n){"use strict";n.r(t),n.d(t,"isOAS3",(function(){return c})),n.d(t,"isSwagger2",(function(){return l})),n.d(t,"OAS3ComponentWrapFactory",(function(){return p}));var r=n(29),o=n.n(r),a=n(170),i=n.n(a),s=n(0),u=n.n(s);function c(e){var t=e.get("openapi");return"string"==typeof t&&(i()(t).call(t,"3.0.")&&t.length>4)}function l(e){var t=e.get("swagger");return"string"==typeof t&&i()(t).call(t,"2.0")}function p(e){return function(t,n){return function(r){return n&&n.specSelectors&&n.specSelectors.specJson?c(n.specSelectors.specJson())?u.a.createElement(e,o()({},r,n,{Ori:t})):u.a.createElement(t,r):(console.warn("OAS3 wrapper: couldn't get spec"),null)}}}},function(e,t,n){var r=n(41),o=n(228),a=n(52),i=n(177),s=n(229),u=n(359),c=o("wks"),l=r.Symbol,p=u?l:l&&l.withoutSetter||i;e.exports=function(e){return a(c,e)||(s&&a(l,e)?c[e]=l[e]:c[e]=p("Symbol."+e)),c[e]}},function(e,t,n){"use strict";var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,s,u=i(e),c=1;c<arguments.length;c++){for(var l in n=Object(arguments[c]))o.call(n,l)&&(u[l]=n[l]);if(r){s=r(n);for(var p=0;p<s.length;p++)a.call(n,s[p])&&(u[s[p]]=n[s[p]])}}return u}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(54))},function(e,t,n){var r=n(34);e.exports=function(e){return r[e+"Prototype"]}},function(e,t,n){"use strict";var r=n(31),o=n(138),a=n(463),i=(n(26),o.ID_ATTRIBUTE_NAME),s=a,u="__reactInternalInstance$"+Math.random().toString(36).slice(2);function c(e,t){return 1===e.nodeType&&e.getAttribute(i)===String(t)||8===e.nodeType&&e.nodeValue===" react-text: "+t+" "||8===e.nodeType&&e.nodeValue===" react-empty: "+t+" "}function l(e){for(var t;t=e._renderedComponent;)e=t;return e}function p(e,t){var n=l(e);n._hostNode=t,t[u]=n}function f(e,t){if(!(e._flags&s.hasCachedChildNodes)){var n=e._renderedChildren,o=t.firstChild;e:for(var a in n)if(n.hasOwnProperty(a)){var i=n[a],u=l(i)._domID;if(0!==u){for(;null!==o;o=o.nextSibling)if(c(o,u)){p(i,o);continue e}r("32",u)}}e._flags|=s.hasCachedChildNodes}}function h(e){if(e[u])return e[u];for(var t,n,r=[];!e[u];){if(r.push(e),!e.parentNode)return null;e=e.parentNode}for(;e&&(n=e[u]);e=r.pop())t=n,r.length&&f(n,e);return t}var d={getClosestInstanceFromNode:h,getInstanceFromNode:function(e){var t=h(e);return null!=t&&t._hostNode===e?t:null},getNodeFromInstance:function(e){if(void 0===e._hostNode&&r("33"),e._hostNode)return e._hostNode;for(var t=[];!e._hostNode;)t.push(e),e._hostParent||r("34"),e=e._hostParent;for(;t.length;e=t.pop())f(e,e._hostNode);return e._hostNode},precacheChildNodes:f,precacheNode:p,uncacheNode:function(e){var t=e._hostNode;t&&(delete t[u],e._hostNode=null)}};e.exports=d},function(e,t,n){e.exports=n(862)},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t,n){var r=n(193);e.exports=function(e,t,n){var o=null==e?void 0:r(e,t);return void 0===o?n:o}},function(e,t,n){"use strict";n.r(t),n.d(t,"UPDATE_SPEC",(function(){return Q})),n.d(t,"UPDATE_URL",(function(){return ee})),n.d(t,"UPDATE_JSON",(function(){return te})),n.d(t,"UPDATE_PARAM",(function(){return ne})),n.d(t,"UPDATE_EMPTY_PARAM_INCLUSION",(function(){return re})),n.d(t,"VALIDATE_PARAMS",(function(){return oe})),n.d(t,"SET_RESPONSE",(function(){return ae})),n.d(t,"SET_REQUEST",(function(){return ie})),n.d(t,"SET_MUTATED_REQUEST",(function(){return se})),n.d(t,"LOG_REQUEST",(function(){return ue})),n.d(t,"CLEAR_RESPONSE",(function(){return ce})),n.d(t,"CLEAR_REQUEST",(function(){return le})),n.d(t,"CLEAR_VALIDATE_PARAMS",(function(){return pe})),n.d(t,"UPDATE_OPERATION_META_VALUE",(function(){return fe})),n.d(t,"UPDATE_RESOLVED",(function(){return he})),n.d(t,"UPDATE_RESOLVED_SUBTREE",(function(){return de})),n.d(t,"SET_SCHEME",(function(){return ve})),n.d(t,"updateSpec",(function(){return me})),n.d(t,"updateResolved",(function(){return ge})),n.d(t,"updateUrl",(function(){return ye})),n.d(t,"updateJsonSpec",(function(){return be})),n.d(t,"parseToJson",(function(){return _e})),n.d(t,"resolveSpec",(function(){return xe})),n.d(t,"requestResolvedSubtree",(function(){return Se})),n.d(t,"changeParam",(function(){return Ae})),n.d(t,"changeParamByIdentity",(function(){return ke})),n.d(t,"updateResolvedSubtree",(function(){return Oe})),n.d(t,"invalidateResolvedSubtreeCache",(function(){return je})),n.d(t,"validateParams",(function(){return Te})),n.d(t,"updateEmptyParamInclusion",(function(){return Ie})),n.d(t,"clearValidateParams",(function(){return Ne})),n.d(t,"changeConsumesValue",(function(){return Me})),n.d(t,"changeProducesValue",(function(){return Pe})),n.d(t,"setResponse",(function(){return Re})),n.d(t,"setRequest",(function(){return De})),n.d(t,"setMutatedRequest",(function(){return Le})),n.d(t,"logRequest",(function(){return Be})),n.d(t,"executeRequest",(function(){return Fe})),n.d(t,"execute",(function(){return Ue})),n.d(t,"clearResponse",(function(){return qe})),n.d(t,"clearRequest",(function(){return ze})),n.d(t,"setScheme",(function(){return Ve}));var r=n(25),o=n.n(r),a=n(56),i=n.n(a),s=n(342),u=n.n(s),c=n(21),l=n.n(c),p=n(15),f=n.n(p),h=n(2),d=n.n(h),v=n(13),m=n.n(v),g=n(18),y=n.n(g),b=n(12),_=n.n(b),w=n(78),x=n.n(w),E=n(44),C=n.n(E),S=n(101),A=n.n(S),k=n(22),O=n.n(k),j=n(83),T=n.n(j),I=n(343),N=n.n(I),M=n(4),P=n.n(M),R=n(14),D=n.n(R),L=n(20),B=n.n(L),F=n(102),U=n.n(F),q=n(1),z=n(96),V=n.n(z),W=n(142),H=n.n(W),J=n(210),$=n.n(J),K=n(513),Y=n.n(K),G=n(344),Z=n.n(G),X=n(7),Q="spec_update_spec",ee="spec_update_url",te="spec_update_json",ne="spec_update_param",re="spec_update_empty_param_inclusion",oe="spec_validate_param",ae="spec_set_response",ie="spec_set_request",se="spec_set_mutated_request",ue="spec_log_request",ce="spec_clear_response",le="spec_clear_request",pe="spec_clear_validate_param",fe="spec_update_operation_meta_value",he="spec_update_resolved",de="spec_update_resolved_subtree",ve="set_scheme";function me(e){var t,n=(t=e,$()(t)?t:"").replace(/\t/g,"  ");if("string"==typeof e)return{type:Q,payload:n}}function ge(e){return{type:he,payload:e}}function ye(e){return{type:ee,payload:e}}function be(e){return{type:te,payload:e}}var _e=function(e){return function(t){var n=t.specActions,r=t.specSelectors,o=t.errActions,a=r.specStr,i=null;try{e=e||a(),o.clear({source:"parser"}),i=U.a.safeLoad(e)}catch(e){return console.error(e),o.newSpecErr({source:"parser",level:"error",message:e.reason,line:e.mark&&e.mark.line?e.mark.line+1:void 0})}return i&&"object"===B()(i)?n.updateJsonSpec(i):{}}},we=!1,xe=function(e,t){return function(n){var r=n.specActions,o=n.specSelectors,a=n.errActions,i=n.fn,s=i.fetch,u=i.resolve,c=i.AST,l=void 0===c?{}:c,p=n.getConfigs;we||(console.warn("specActions.resolveSpec is deprecated since v3.10.0 and will be removed in v4.0.0; use requestResolvedSubtree instead!"),we=!0);var f=p(),h=f.modelPropertyMacro,d=f.parameterMacro,v=f.requestInterceptor,m=f.responseInterceptor;void 0===e&&(e=o.specJson()),void 0===t&&(t=o.url());var g=l.getLineNumberForPath?l.getLineNumberForPath:function(){},y=o.specStr();return u({fetch:s,spec:e,baseDoc:t,modelPropertyMacro:h,parameterMacro:d,requestInterceptor:v,responseInterceptor:m}).then((function(e){var t=e.spec,n=e.errors;if(a.clear({type:"thrown"}),D()(n)&&n.length>0){var o=P()(n).call(n,(function(e){return console.error(e),e.line=e.fullPath?g(y,e.fullPath):null,e.path=e.fullPath?e.fullPath.join("."):null,e.level="error",e.type="thrown",e.source="resolver",N()(e,"message",{enumerable:!0,value:e.message}),e}));a.newThrownErrBatch(o)}return r.updateResolved(t)}))}},Ee=[],Ce=Y()(T()(C.a.mark((function e(){var t,n,r,o,a,i,s,u,c,l,p,f,h,d,v,m,g;return C.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=Ee.system){e.next=4;break}return console.error("debResolveSubtrees: don't have a system to operate on, aborting."),e.abrupt("return");case 4:if(n=t.errActions,r=t.errSelectors,o=t.fn,a=o.resolveSubtree,i=o.AST,s=void 0===i?{}:i,u=t.specSelectors,c=t.specActions,a){e.next=8;break}return console.error("Error: Swagger-Client did not provide a `resolveSubtree` method, doing nothing."),e.abrupt("return");case 8:return l=s.getLineNumberForPath?s.getLineNumberForPath:function(){},p=u.specStr(),f=t.getConfigs(),h=f.modelPropertyMacro,d=f.parameterMacro,v=f.requestInterceptor,m=f.responseInterceptor,e.prev=11,e.next=14,O()(Ee).call(Ee,function(){var e=T()(C.a.mark((function e(t,o){var i,s,c,f,g,y,b;return C.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t;case 2:return i=e.sent,s=i.resultMap,c=i.specWithCurrentSubtrees,e.next=7,a(c,o,{baseDoc:u.url(),modelPropertyMacro:h,parameterMacro:d,requestInterceptor:v,responseInterceptor:m});case 7:return f=e.sent,g=f.errors,y=f.spec,r.allErrors().size&&n.clearBy((function(e){var t;return"thrown"!==e.get("type")||"resolver"!==e.get("source")||!A()(t=e.get("fullPath")).call(t,(function(e,t){return e===o[t]||void 0===o[t]}))})),D()(g)&&g.length>0&&(b=P()(g).call(g,(function(e){return e.line=e.fullPath?l(p,e.fullPath):null,e.path=e.fullPath?e.fullPath.join("."):null,e.level="error",e.type="thrown",e.source="resolver",N()(e,"message",{enumerable:!0,value:e.message}),e})),n.newThrownErrBatch(b)),Z()(s,o,y),Z()(c,o,y),e.abrupt("return",{resultMap:s,specWithCurrentSubtrees:c});case 15:case"end":return e.stop()}}),e)})));return function(t,n){return e.apply(this,arguments)}}(),x.a.resolve({resultMap:(u.specResolvedSubtree([])||Object(q.Map)()).toJS(),specWithCurrentSubtrees:u.specJson().toJS()}));case 14:g=e.sent,delete Ee.system,Ee=[],e.next=22;break;case 19:e.prev=19,e.t0=e.catch(11),console.error(e.t0);case 22:c.updateResolvedSubtree([],g.resultMap);case 23:case"end":return e.stop()}}),e,null,[[11,19]])}))),35),Se=function(e){return function(t){var n;_()(n=P()(Ee).call(Ee,(function(e){return e.join("@@")}))).call(n,e.join("@@"))>-1||(Ee.push(e),Ee.system=t,Ce())}};function Ae(e,t,n,r,o){return{type:ne,payload:{path:e,value:r,paramName:t,paramIn:n,isXml:o}}}function ke(e,t,n,r){return{type:ne,payload:{path:e,param:t,value:n,isXml:r}}}var Oe=function(e,t){return{type:de,payload:{path:e,value:t}}},je=function(){return{type:de,payload:{path:[],value:Object(q.Map)()}}},Te=function(e,t){return{type:oe,payload:{pathMethod:e,isOAS3:t}}},Ie=function(e,t,n,r){return{type:re,payload:{pathMethod:e,paramName:t,paramIn:n,includeEmptyValue:r}}};function Ne(e){return{type:pe,payload:{pathMethod:e}}}function Me(e,t){return{type:fe,payload:{path:e,value:t,key:"consumes_value"}}}function Pe(e,t){return{type:fe,payload:{path:e,value:t,key:"produces_value"}}}var Re=function(e,t,n){return{payload:{path:e,method:t,res:n},type:ae}},De=function(e,t,n){return{payload:{path:e,method:t,req:n},type:ie}},Le=function(e,t,n){return{payload:{path:e,method:t,req:n},type:se}},Be=function(e){return{payload:e,type:ue}},Fe=function(e){return function(t){var n,r,o=t.fn,a=t.specActions,i=t.specSelectors,s=t.getConfigs,c=t.oas3Selectors,p=e.pathName,h=e.method,v=e.operation,g=s(),b=g.requestInterceptor,_=g.responseInterceptor,w=v.toJS();v&&v.get("parameters")&&y()(n=m()(r=v.get("parameters")).call(r,(function(e){return e&&!0===e.get("allowEmptyValue")}))).call(n,(function(t){if(i.parameterInclusionSettingFor([p,h],t.get("name"),t.get("in"))){e.parameters=e.parameters||{};var n=Object(X.C)(t,e.parameters);(!n||n&&0===n.size)&&(e.parameters[t.get("name")]="")}}));if(e.contextUrl=V()(i.url()).toString(),w&&w.operationId?e.operationId=w.operationId:w&&p&&h&&(e.operationId=o.opId(w,p,h)),i.isOAS3()){var x,E=d()(x="".concat(p,":")).call(x,h);e.server=c.selectedServer(E)||c.selectedServer();var S=c.serverVariables({server:e.server,namespace:E}).toJS(),A=c.serverVariables({server:e.server}).toJS();e.serverVariables=f()(S).length?S:A,e.requestContentType=c.requestContentType(p,h),e.responseContentType=c.responseContentType(p,h)||"*/*";var k=c.requestBodyValue(p,h),O=c.requestBodyInclusionSetting(p,h);if(Object(X.t)(k))e.requestBody=JSON.parse(k);else if(k&&k.toJS){var j;e.requestBody=m()(j=P()(k).call(k,(function(e){return q.Map.isMap(e)?e.get("value"):e}))).call(j,(function(e,t){return(D()(e)?0!==e.length:!Object(X.q)(e))||O.get(t)})).toJS()}else e.requestBody=k}var I=l()({},e);I=o.buildRequest(I),a.setRequest(e.pathName,e.method,I);var N=function(){var t=T()(C.a.mark((function t(n){var r,o;return C.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,b.apply(undefined,[n]);case 2:return r=t.sent,o=l()({},r),a.setMutatedRequest(e.pathName,e.method,o),t.abrupt("return",r);case 6:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}();e.requestInterceptor=N,e.responseInterceptor=_;var M=u()();return o.execute(e).then((function(t){t.duration=u()()-M,a.setResponse(e.pathName,e.method,t)})).catch((function(t){console.error(t),a.setResponse(e.pathName,e.method,{error:!0,err:H()(t)})}))}},Ue=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.path,n=e.method,r=i()(e,["path","method"]);return function(e){var a=e.fn.fetch,i=e.specSelectors,s=e.specActions,u=i.specJsonWithResolvedSubtrees().toJS(),c=i.operationScheme(t,n),l=i.contentTypeValues([t,n]).toJS(),p=l.requestContentType,f=l.responseContentType,h=/xml/i.test(p),d=i.parameterValues([t,n],h).toJS();return s.executeRequest(o()(o()({},r),{},{fetch:a,spec:u,pathName:t,method:n,parameters:d,requestContentType:p,scheme:c,responseContentType:f}))}};function qe(e,t){return{type:ce,payload:{path:e,method:t}}}function ze(e,t){return{type:le,payload:{path:e,method:t}}}function Ve(e,t,n){return{type:ve,payload:{scheme:e,path:t,method:n}}}},function(e,t,n){var r=n(36);e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){var r=n(34),o=n(52),a=n(227),i=n(63).f;e.exports=function(e){var t=r.Symbol||(r.Symbol={});o(t,e)||i(t,e,{value:a.f(e)})}},function(e,t,n){"use strict";var r=n(163),o=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],a=["scalar","sequence","mapping"];e.exports=function(e,t){var n,i;if(t=t||{},Object.keys(t).forEach((function(t){if(-1===o.indexOf(t))throw new r('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')})),this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.defaultStyle=t.defaultStyle||null,this.styleAliases=(n=t.styleAliases||null,i={},null!==n&&Object.keys(n).forEach((function(e){n[e].forEach((function(t){i[String(t)]=e}))})),i),-1===a.indexOf(this.kind))throw new r('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}},function(e,t,n){var r=n(399),o=n(241),a=n(673),i=n(179),s=n(182);e.exports=function(e,t){var n;if(void 0===i||null==a(e)){if(o(e)||(n=s(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var u=0,c=function(){};return{s:c,n:function(){return u>=e.length?{done:!0}:{done:!1,value:e[u++]}},e:function(e){throw e},f:c}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var l,p=!0,f=!1;return{s:function(){n=r(e)},n:function(){var e=n.next();return p=e.done,e},e:function(e){f=!0,l=e},f:function(){try{p||null==n.return||n.return()}finally{if(f)throw l}}}}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t){var n=Array.isArray;e.exports=n},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(45);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t,n){var r=n(446),o=n(444),a=n(853);e.exports=function(e,t){if(null==e)return{};var n,i,s=a(e,t);if(o){var u=o(e);for(i=0;i<u.length;i++)n=u[i],r(t).call(t,n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(s[n]=e[n])}return s}},function(e,t,n){"use strict";var r=!("undefined"==typeof window||!window.document||!window.document.createElement),o={canUseDOM:r,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:r&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:r&&!!window.screen,isInWorker:!r};e.exports=o},function(e,t,n){e.exports=n(637)},function(e,t,n){"use strict";n.r(t),n.d(t,"UPDATE_SELECTED_SERVER",(function(){return r})),n.d(t,"UPDATE_REQUEST_BODY_VALUE",(function(){return o})),n.d(t,"UPDATE_REQUEST_BODY_INCLUSION",(function(){return a})),n.d(t,"UPDATE_ACTIVE_EXAMPLES_MEMBER",(function(){return i})),n.d(t,"UPDATE_REQUEST_CONTENT_TYPE",(function(){return s})),n.d(t,"UPDATE_RESPONSE_CONTENT_TYPE",(function(){return u})),n.d(t,"UPDATE_SERVER_VARIABLE_VALUE",(function(){return c})),n.d(t,"SET_REQUEST_BODY_VALIDATE_ERROR",(function(){return l})),n.d(t,"CLEAR_REQUEST_BODY_VALIDATE_ERROR",(function(){return p})),n.d(t,"CLEAR_REQUEST_BODY_VALUE",(function(){return f})),n.d(t,"setSelectedServer",(function(){return h})),n.d(t,"setRequestBodyValue",(function(){return d})),n.d(t,"setRequestBodyInclusion",(function(){return v})),n.d(t,"setActiveExamplesMember",(function(){return m})),n.d(t,"setRequestContentType",(function(){return g})),n.d(t,"setResponseContentType",(function(){return y})),n.d(t,"setServerVariableValue",(function(){return b})),n.d(t,"setRequestBodyValidateError",(function(){return _})),n.d(t,"clearRequestBodyValidateError",(function(){return w})),n.d(t,"initRequestBodyValidateError",(function(){return x})),n.d(t,"clearRequestBodyValue",(function(){return E}));var r="oas3_set_servers",o="oas3_set_request_body_value",a="oas3_set_request_body_inclusion",i="oas3_set_active_examples_member",s="oas3_set_request_content_type",u="oas3_set_response_content_type",c="oas3_set_server_variable_value",l="oas3_set_request_body_validate_error",p="oas3_clear_request_body_validate_error",f="oas3_clear_request_body_value";function h(e,t){return{type:r,payload:{selectedServerUrl:e,namespace:t}}}function d(e){var t=e.value,n=e.pathMethod;return{type:o,payload:{value:t,pathMethod:n}}}function v(e){var t=e.value,n=e.pathMethod,r=e.name;return{type:a,payload:{value:t,pathMethod:n,name:r}}}function m(e){var t=e.name,n=e.pathMethod,r=e.contextType,o=e.contextName;return{type:i,payload:{name:t,pathMethod:n,contextType:r,contextName:o}}}function g(e){var t=e.value,n=e.pathMethod;return{type:s,payload:{value:t,pathMethod:n}}}function y(e){var t=e.value,n=e.path,r=e.method;return{type:u,payload:{value:t,path:n,method:r}}}function b(e){var t=e.server,n=e.namespace,r=e.key,o=e.val;return{type:c,payload:{server:t,namespace:n,key:r,val:o}}}var _=function(e){var t=e.path,n=e.method,r=e.validationErrors;return{type:l,payload:{path:t,method:n,validationErrors:r}}},w=function(e){var t=e.path,n=e.method;return{type:p,payload:{path:t,method:n}}},x=function(e){var t=e.pathMethod;return{type:p,payload:{path:t[0],method:t[1]}}},E=function(e){var t=e.pathMethod;return{type:f,payload:{pathMethod:t}}}},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t,n){"use strict";n.d(t,"b",(function(){return b})),n.d(t,"e",(function(){return _})),n.d(t,"c",(function(){return x})),n.d(t,"a",(function(){return E})),n.d(t,"d",(function(){return C}));var r=n(51),o=n.n(r),a=n(18),i=n.n(a),s=n(35),u=n.n(s),c=n(2),l=n.n(c),p=n(20),f=n.n(p),h=n(60),d=n.n(h),v=n(349),m=n.n(v),g=function(e){return String.prototype.toLowerCase.call(e)},y=function(e){return e.replace(/[^\w]/gi,"_")};function b(e){var t=e.openapi;return!!t&&m()(t,"3")}function _(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=r.v2OperationIdCompatibilityMode;if(!e||"object"!==f()(e))return null;var a=(e.operationId||"").replace(/\s/g,"");return a.length?y(e.operationId):w(t,n,{v2OperationIdCompatibilityMode:o})}function w(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=r.v2OperationIdCompatibilityMode;if(o){var a,i,s=l()(a="".concat(t.toLowerCase(),"_")).call(a,e).replace(/[\s!@#$%^&*()_+=[{\]};:<>|./?,\\'""-]/g,"_");return(s=s||l()(i="".concat(e.substring(1),"_")).call(i,t)).replace(/((_){2,})/g,"_").replace(/^(_)*/g,"").replace(/([_])*$/g,"")}return l()(n="".concat(g(t))).call(n,y(e))}function x(e,t){var n;return l()(n="".concat(g(t),"-")).call(n,e)}function E(e,t){return e&&e.paths?function(e,t){return function(e,t,n){if(!e||"object"!==f()(e)||!e.paths||"object"!==f()(e.paths))return null;var r=e.paths;for(var o in r)for(var a in r[o])if("PARAMETERS"!==a.toUpperCase()){var i=r[o][a];if(i&&"object"===f()(i)){var s={spec:e,pathName:o,method:a.toUpperCase(),operation:i},u=t(s);if(n&&u)return s}}return}(e,t,!0)||null}(e,(function(e){var n,r=e.pathName,o=e.method,a=e.operation;if(!a||"object"!==f()(a))return!1;var i=a.operationId,s=_(a,r,o),c=x(r,o);return u()(n=[s,c,i]).call(n,(function(e){return e&&e===t}))})):null}function C(e){var t=e.spec,n=t.paths,r={};if(!n||t.$$normalized)return e;for(var a in n){var s=n[a];if(d()(s)){var c=s.parameters,p=function(e){var n=s[e];if(!d()(n))return"continue";var p=_(n,a,e);if(p){r[p]?r[p].push(n):r[p]=[n];var f=r[p];if(f.length>1)i()(f).call(f,(function(e,t){var n;e.__originalOperationId=e.__originalOperationId||e.operationId,e.operationId=l()(n="".concat(p)).call(n,t+1)}));else if(void 0!==n.operationId){var h=f[0];h.__originalOperationId=h.__originalOperationId||n.operationId,h.operationId=p}}if("parameters"!==e){var v=[],m={};for(var g in t)"produces"!==g&&"consumes"!==g&&"security"!==g||(m[g]=t[g],v.push(m));if(c&&(m.parameters=c,v.push(m)),v.length){var y,b=o()(v);try{for(b.s();!(y=b.n()).done;){var w=y.value;for(var x in w)if(n[x]){if("parameters"===x){var E,C=o()(w[x]);try{var S=function(){var e,t=E.value;u()(e=n[x]).call(e,(function(e){return e.name&&e.name===t.name||e.$ref&&e.$ref===t.$ref||e.$$ref&&e.$$ref===t.$$ref||e===t}))||n[x].push(t)};for(C.s();!(E=C.n()).done;)S()}catch(e){C.e(e)}finally{C.f()}}}else n[x]=w[x]}}catch(e){b.e(e)}finally{b.f()}}}};for(var f in s)p(f)}}return t.$$normalized=!0,e}},function(e,t,n){"use strict";n.r(t),n.d(t,"NEW_THROWN_ERR",(function(){return a})),n.d(t,"NEW_THROWN_ERR_BATCH",(function(){return i})),n.d(t,"NEW_SPEC_ERR",(function(){return s})),n.d(t,"NEW_SPEC_ERR_BATCH",(function(){return u})),n.d(t,"NEW_AUTH_ERR",(function(){return c})),n.d(t,"CLEAR",(function(){return l})),n.d(t,"CLEAR_BY",(function(){return p})),n.d(t,"newThrownErr",(function(){return f})),n.d(t,"newThrownErrBatch",(function(){return h})),n.d(t,"newSpecErr",(function(){return d})),n.d(t,"newSpecErrBatch",(function(){return v})),n.d(t,"newAuthErr",(function(){return m})),n.d(t,"clear",(function(){return g})),n.d(t,"clearBy",(function(){return y}));var r=n(142),o=n.n(r),a="err_new_thrown_err",i="err_new_thrown_err_batch",s="err_new_spec_err",u="err_new_spec_err_batch",c="err_new_auth_err",l="err_clear",p="err_clear_by";function f(e){return{type:a,payload:o()(e)}}function h(e){return{type:i,payload:e}}function d(e){return{type:s,payload:e}}function v(e){return{type:u,payload:e}}function m(e){return{type:c,payload:e}}function g(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{type:l,payload:e}}function y(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return!0};return{type:p,payload:e}}},function(e,t,n){var r=n(48),o=n(353),a=n(55),i=n(176),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(a(e),t=i(t,!0),a(n),o)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){var r=n(48),o=n(36),a=n(52),i=Object.defineProperty,s={},u=function(e){throw e};e.exports=function(e,t){if(a(s,e))return s[e];t||(t={});var n=[][e],c=!!a(t,"ACCESSORS")&&t.ACCESSORS,l=a(t,0)?t[0]:u,p=a(t,1)?t[1]:void 0;return s[e]=!!n&&!o((function(){if(c&&!r)return!0;var e={length:-1};c?i(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,l,p)}))}},function(e,t){"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}},function(e,t,n){var r=n(77),o=r.Buffer;function a(e,t){for(var n in e)t[n]=e[n]}function i(e,t,n){return o(e,t,n)}o.from&&o.alloc&&o.allocUnsafe&&o.allocUnsafeSlow?e.exports=r:(a(r,t),t.Buffer=i),a(o,i),i.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return o(e,t,n)},i.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var r=o(e);return void 0!==t?"string"==typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},i.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return o(e)},i.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},function(e,t,n){var r;!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var a=typeof r;if("string"===a||"number"===a)e.push(r);else if(Array.isArray(r)&&r.length){var i=o.apply(null,r);i&&e.push(i)}else if("object"===a)for(var s in r)n.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){var r=n(114),o=n(60);e.exports=function(e){if(!o(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},function(e,t,n){var r=n(175),o=n(127);e.exports=function(e){return r(o(e))}},function(e,t,n){var r=n(48),o=n(63),a=n(107);e.exports=r?function(e,t,n){return o.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(34),o=n(41),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(o[e]):r[e]&&r[e][t]||o[e]&&o[e][t]}},function(e,t,n){var r=n(127);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r,o,a,i=n(361),s=n(41),u=n(45),c=n(70),l=n(52),p=n(178),f=n(150),h=s.WeakMap;if(i){var d=new h,v=d.get,m=d.has,g=d.set;r=function(e,t){return g.call(d,e,t),t},o=function(e){return v.call(d,e)||{}},a=function(e){return m.call(d,e)}}else{var y=p("state");f[y]=!0,r=function(e,t){return c(e,y,t),t},o=function(e){return l(e,y)?e[y]:{}},a=function(e){return l(e,y)}}e.exports={set:r,get:o,has:a,enforce:function(e){return a(e)?o(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){n(152);var r=n(552),o=n(41),a=n(88),i=n(70),s=n(111),u=n(39)("toStringTag");for(var c in r){var l=o[c],p=l&&l.prototype;p&&a(p)!==u&&i(p,u,c),s[c]=s.Array}},function(e,t,n){var r=n(404),o="object"==typeof self&&self&&self.Object===Object&&self,a=r||o||Function("return this")();e.exports=a},function(e,t,n){"use strict";e.exports={debugTool:null}},function(e,t,n){"use strict";(function(e){var r=n(582),o=n(583),a=n(370);function i(){return u.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(i()<t)throw new RangeError("Invalid typed array length");return u.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=u.prototype:(null===e&&(e=new u(t)),e.length=t),e}function u(e,t,n){if(!(u.TYPED_ARRAY_SUPPORT||this instanceof u))return new u(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return p(this,e)}return c(this,e,t,n)}function c(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);u.TYPED_ARRAY_SUPPORT?(e=t).__proto__=u.prototype:e=f(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!u.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|d(t,n),o=(e=s(e,r)).write(t,n);o!==r&&(e=e.slice(0,o));return e}(e,t,n):function(e,t){if(u.isBuffer(t)){var n=0|h(t.length);return 0===(e=s(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?s(e,0):f(e,t);if("Buffer"===t.type&&a(t.data))return f(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function l(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function p(e,t){if(l(t),e=s(e,t<0?0:0|h(t)),!u.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function f(e,t){var n=t.length<0?0:0|h(t.length);e=s(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function h(e){if(e>=i())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+i().toString(16)+" bytes");return 0|e}function d(e,t){if(u.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return q(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return z(e).length;default:if(r)return q(e).length;t=(""+t).toLowerCase(),r=!0}}function v(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return T(this,t,n);case"utf8":case"utf-8":return A(this,t,n);case"ascii":return O(this,t,n);case"latin1":case"binary":return j(this,t,n);case"base64":return S(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return I(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function m(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function g(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=u.from(t,r)),u.isBuffer(t))return 0===t.length?-1:y(e,t,n,r,o);if("number"==typeof t)return t&=255,u.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):y(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function y(e,t,n,r,o){var a,i=1,s=e.length,u=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;i=2,s/=2,u/=2,n/=2}function c(e,t){return 1===i?e[t]:e.readUInt16BE(t*i)}if(o){var l=-1;for(a=n;a<s;a++)if(c(e,a)===c(t,-1===l?0:a-l)){if(-1===l&&(l=a),a-l+1===u)return l*i}else-1!==l&&(a-=a-l),l=-1}else for(n+u>s&&(n=s-u),a=n;a>=0;a--){for(var p=!0,f=0;f<u;f++)if(c(e,a+f)!==c(t,f)){p=!1;break}if(p)return a}return-1}function b(e,t,n,r){n=Number(n)||0;var o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;var a=t.length;if(a%2!=0)throw new TypeError("Invalid hex string");r>a/2&&(r=a/2);for(var i=0;i<r;++i){var s=parseInt(t.substr(2*i,2),16);if(isNaN(s))return i;e[n+i]=s}return i}function _(e,t,n,r){return V(q(t,e.length-n),e,n,r)}function w(e,t,n,r){return V(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function x(e,t,n,r){return w(e,t,n,r)}function E(e,t,n,r){return V(z(t),e,n,r)}function C(e,t,n,r){return V(function(e,t){for(var n,r,o,a=[],i=0;i<e.length&&!((t-=2)<0);++i)r=(n=e.charCodeAt(i))>>8,o=n%256,a.push(o),a.push(r);return a}(t,e.length-n),e,n,r)}function S(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function A(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o<n;){var a,i,s,u,c=e[o],l=null,p=c>239?4:c>223?3:c>191?2:1;if(o+p<=n)switch(p){case 1:c<128&&(l=c);break;case 2:128==(192&(a=e[o+1]))&&(u=(31&c)<<6|63&a)>127&&(l=u);break;case 3:a=e[o+1],i=e[o+2],128==(192&a)&&128==(192&i)&&(u=(15&c)<<12|(63&a)<<6|63&i)>2047&&(u<55296||u>57343)&&(l=u);break;case 4:a=e[o+1],i=e[o+2],s=e[o+3],128==(192&a)&&128==(192&i)&&128==(192&s)&&(u=(15&c)<<18|(63&a)<<12|(63&i)<<6|63&s)>65535&&u<1114112&&(l=u)}null===l?(l=65533,p=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),o+=p}return function(e){var t=e.length;if(t<=k)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=k));return n}(r)}t.Buffer=u,t.SlowBuffer=function(e){+e!=e&&(e=0);return u.alloc(+e)},t.INSPECT_MAX_BYTES=50,u.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"==typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(e){return!1}}(),t.kMaxLength=i(),u.poolSize=8192,u._augment=function(e){return e.__proto__=u.prototype,e},u.from=function(e,t,n){return c(null,e,t,n)},u.TYPED_ARRAY_SUPPORT&&(u.prototype.__proto__=Uint8Array.prototype,u.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&u[Symbol.species]===u&&Object.defineProperty(u,Symbol.species,{value:null,configurable:!0})),u.alloc=function(e,t,n){return function(e,t,n,r){return l(t),t<=0?s(e,t):void 0!==n?"string"==typeof r?s(e,t).fill(n,r):s(e,t).fill(n):s(e,t)}(null,e,t,n)},u.allocUnsafe=function(e){return p(null,e)},u.allocUnsafeSlow=function(e){return p(null,e)},u.isBuffer=function(e){return!(null==e||!e._isBuffer)},u.compare=function(e,t){if(!u.isBuffer(e)||!u.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,o=0,a=Math.min(n,r);o<a;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0},u.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(e,t){if(!a(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return u.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=u.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){var i=e[n];if(!u.isBuffer(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(r,o),o+=i.length}return r},u.byteLength=d,u.prototype._isBuffer=!0,u.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)m(this,t,t+1);return this},u.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)m(this,t,t+3),m(this,t+1,t+2);return this},u.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)m(this,t,t+7),m(this,t+1,t+6),m(this,t+2,t+5),m(this,t+3,t+4);return this},u.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?A(this,0,e):v.apply(this,arguments)},u.prototype.equals=function(e){if(!u.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===u.compare(this,e)},u.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},u.prototype.compare=function(e,t,n,r,o){if(!u.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;for(var a=(o>>>=0)-(r>>>=0),i=(n>>>=0)-(t>>>=0),s=Math.min(a,i),c=this.slice(r,o),l=e.slice(t,n),p=0;p<s;++p)if(c[p]!==l[p]){a=c[p],i=l[p];break}return a<i?-1:i<a?1:0},u.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},u.prototype.indexOf=function(e,t,n){return g(this,e,t,n,!0)},u.prototype.lastIndexOf=function(e,t,n){return g(this,e,t,n,!1)},u.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var a=!1;;)switch(r){case"hex":return b(this,e,t,n);case"utf8":case"utf-8":return _(this,e,t,n);case"ascii":return w(this,e,t,n);case"latin1":case"binary":return x(this,e,t,n);case"base64":return E(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,e,t,n);default:if(a)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),a=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var k=4096;function O(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function j(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function T(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var o="",a=t;a<n;++a)o+=U(e[a]);return o}function I(e,t,n){for(var r=e.slice(t,n),o="",a=0;a<r.length;a+=2)o+=String.fromCharCode(r[a]+256*r[a+1]);return o}function N(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function M(e,t,n,r,o,a){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<a)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function P(e,t,n,r){t<0&&(t=65535+t+1);for(var o=0,a=Math.min(e.length-n,2);o<a;++o)e[n+o]=(t&255<<8*(r?o:1-o))>>>8*(r?o:1-o)}function R(e,t,n,r){t<0&&(t=4294967295+t+1);for(var o=0,a=Math.min(e.length-n,4);o<a;++o)e[n+o]=t>>>8*(r?o:3-o)&255}function D(e,t,n,r,o,a){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function L(e,t,n,r,a){return a||D(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function B(e,t,n,r,a){return a||D(e,0,n,8),o.write(e,t,n,r,52,8),n+8}u.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),u.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=u.prototype;else{var o=t-e;n=new u(o,void 0);for(var a=0;a<o;++a)n[a]=this[a+e]}return n},u.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r},u.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e+--t],o=1;t>0&&(o*=256);)r+=this[e+--t]*o;return r},u.prototype.readUInt8=function(e,t){return t||N(e,1,this.length),this[e]},u.prototype.readUInt16LE=function(e,t){return t||N(e,2,this.length),this[e]|this[e+1]<<8},u.prototype.readUInt16BE=function(e,t){return t||N(e,2,this.length),this[e]<<8|this[e+1]},u.prototype.readUInt32LE=function(e,t){return t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},u.prototype.readUInt32BE=function(e,t){return t||N(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},u.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r>=(o*=128)&&(r-=Math.pow(2,8*t)),r},u.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||N(e,t,this.length);for(var r=t,o=1,a=this[e+--r];r>0&&(o*=256);)a+=this[e+--r]*o;return a>=(o*=128)&&(a-=Math.pow(2,8*t)),a},u.prototype.readInt8=function(e,t){return t||N(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},u.prototype.readInt16LE=function(e,t){t||N(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt16BE=function(e,t){t||N(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},u.prototype.readInt32LE=function(e,t){return t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},u.prototype.readInt32BE=function(e,t){return t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},u.prototype.readFloatLE=function(e,t){return t||N(e,4,this.length),o.read(this,e,!0,23,4)},u.prototype.readFloatBE=function(e,t){return t||N(e,4,this.length),o.read(this,e,!1,23,4)},u.prototype.readDoubleLE=function(e,t){return t||N(e,8,this.length),o.read(this,e,!0,52,8)},u.prototype.readDoubleBE=function(e,t){return t||N(e,8,this.length),o.read(this,e,!1,52,8)},u.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||M(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,a=0;for(this[t]=255&e;++a<n&&(o*=256);)this[t+a]=e/o&255;return t+n},u.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||M(this,e,t,n,Math.pow(2,8*n)-1,0);var o=n-1,a=1;for(this[t+o]=255&e;--o>=0&&(a*=256);)this[t+o]=e/a&255;return t+n},u.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,1,255,0),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},u.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):P(this,e,t,!0),t+2},u.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):P(this,e,t,!1),t+2},u.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):R(this,e,t,!0),t+4},u.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):R(this,e,t,!1),t+4},u.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);M(this,e,t,n,o-1,-o)}var a=0,i=1,s=0;for(this[t]=255&e;++a<n&&(i*=256);)e<0&&0===s&&0!==this[t+a-1]&&(s=1),this[t+a]=(e/i>>0)-s&255;return t+n},u.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);M(this,e,t,n,o-1,-o)}var a=n-1,i=1,s=0;for(this[t+a]=255&e;--a>=0&&(i*=256);)e<0&&0===s&&0!==this[t+a+1]&&(s=1),this[t+a]=(e/i>>0)-s&255;return t+n},u.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,1,127,-128),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},u.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):P(this,e,t,!0),t+2},u.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):P(this,e,t,!1),t+2},u.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):R(this,e,t,!0),t+4},u.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||M(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):R(this,e,t,!1),t+4},u.prototype.writeFloatLE=function(e,t,n){return L(this,e,t,!0,n)},u.prototype.writeFloatBE=function(e,t,n){return L(this,e,t,!1,n)},u.prototype.writeDoubleLE=function(e,t,n){return B(this,e,t,!0,n)},u.prototype.writeDoubleBE=function(e,t,n){return B(this,e,t,!1,n)},u.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o,a=r-n;if(this===e&&n<t&&t<r)for(o=a-1;o>=0;--o)e[o+t]=this[o+n];else if(a<1e3||!u.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)e[o+t]=this[o+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+a),t);return a},u.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var o=e.charCodeAt(0);o<256&&(e=o)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!u.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var a;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a<n;++a)this[a]=e;else{var i=u.isBuffer(e)?e:q(new u(e,r).toString()),s=i.length;for(a=0;a<n-t;++a)this[a+t]=i[a%s]}return this};var F=/[^+\/0-9A-Za-z-_]/g;function U(e){return e<16?"0"+e.toString(16):e.toString(16)}function q(e,t){var n;t=t||1/0;for(var r=e.length,o=null,a=[],i=0;i<r;++i){if((n=e.charCodeAt(i))>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&a.push(239,191,189);continue}if(i+1===r){(t-=3)>-1&&a.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&a.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&a.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;a.push(n)}else if(n<2048){if((t-=2)<0)break;a.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;a.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;a.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return a}function z(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(F,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function V(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}}).call(this,n(54))},function(e,t,n){e.exports=n(857)},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){var r=n(149),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},function(e,t,n){"use strict";function r(e){return function(){return e}}var o=function(){};o.thatReturns=r,o.thatReturnsFalse=r(!1),o.thatReturnsTrue=r(!0),o.thatReturnsNull=r(null),o.thatReturnsThis=function(){return this},o.thatReturnsArgument=function(e){return e},e.exports=o},function(e,t,n){"use strict";var r=n(31),o=n(40),a=n(467),i=n(123),s=n(468),u=n(139),c=n(200),l=n(26),p=[],f=0,h=a.getPooled(),d=!1,v=null;function m(){x.ReactReconcileTransaction&&v||r("123")}var g=[{initialize:function(){this.dirtyComponentsLength=p.length},close:function(){this.dirtyComponentsLength!==p.length?(p.splice(0,this.dirtyComponentsLength),w()):p.length=0}},{initialize:function(){this.callbackQueue.reset()},close:function(){this.callbackQueue.notifyAll()}}];function y(){this.reinitializeTransaction(),this.dirtyComponentsLength=null,this.callbackQueue=a.getPooled(),this.reconcileTransaction=x.ReactReconcileTransaction.getPooled(!0)}function b(e,t){return e._mountOrder-t._mountOrder}function _(e){var t=e.dirtyComponentsLength;t!==p.length&&r("124",t,p.length),p.sort(b),f++;for(var n=0;n<t;n++){var o,a=p[n],i=a._pendingCallbacks;if(a._pendingCallbacks=null,s.logTopLevelRenders){var c=a;a._currentElement.type.isReactTopLevelWrapper&&(c=a._renderedComponent),o="React update: "+c.getName(),console.time(o)}if(u.performUpdateIfNecessary(a,e.reconcileTransaction,f),o&&console.timeEnd(o),i)for(var l=0;l<i.length;l++)e.callbackQueue.enqueue(i[l],a.getPublicInstance())}}o(y.prototype,c,{getTransactionWrappers:function(){return g},destructor:function(){this.dirtyComponentsLength=null,a.release(this.callbackQueue),this.callbackQueue=null,x.ReactReconcileTransaction.release(this.reconcileTransaction),this.reconcileTransaction=null},perform:function(e,t,n){return c.perform.call(this,this.reconcileTransaction.perform,this.reconcileTransaction,e,t,n)}}),i.addPoolingTo(y);var w=function(){for(;p.length||d;){if(p.length){var e=y.getPooled();e.perform(_,null,e),y.release(e)}if(d){d=!1;var t=h;h=a.getPooled(),t.notifyAll(),a.release(t)}}};var x={ReactReconcileTransaction:null,batchedUpdates:function(e,t,n,r,o,a){return m(),v.batchedUpdates(e,t,n,r,o,a)},enqueueUpdate:function e(t){m(),v.isBatchingUpdates?(p.push(t),null==t._updateBatchNumber&&(t._updateBatchNumber=f+1)):v.batchedUpdates(e,t)},flushBatchedUpdates:w,injection:{injectReconcileTransaction:function(e){e||r("126"),x.ReactReconcileTransaction=e},injectBatchingStrategy:function(e){e||r("127"),"function"!=typeof e.batchedUpdates&&r("128"),"boolean"!=typeof e.isBatchingUpdates&&r("129"),v=e}},asap:function(e,t){l(v.isBatchingUpdates,"ReactUpdates.asap: Can't enqueue an asap callback in a context whereupdates are not being batched."),h.enqueue(e,t),d=!0}};e.exports=x},function(e,t,n){var r=n(863);function o(e,t,n,o,a,i,s){try{var u=e[i](s),c=u.value}catch(e){return void n(e)}u.done?t(c):r.resolve(c).then(o,a)}e.exports=function(e){return function(){var t=this,n=arguments;return new r((function(r,a){var i=e.apply(t,n);function s(e){o(i,r,a,s,u,"next",e)}function u(e){o(i,r,a,s,u,"throw",e)}s(void 0)}))}}},function(e,t,n){"use strict";(function(t){function n(e){return e instanceof t||e instanceof Date||e instanceof RegExp}function r(e){if(e instanceof t){var n=t.alloc?t.alloc(e.length):new t(e.length);return e.copy(n),n}if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e);throw new Error("Unexpected situation")}function o(e){var t=[];return e.forEach((function(e,a){"object"==typeof e&&null!==e?Array.isArray(e)?t[a]=o(e):n(e)?t[a]=r(e):t[a]=i({},e):t[a]=e})),t}function a(e,t){return"__proto__"===t?void 0:e[t]}var i=e.exports=function(){if(arguments.length<1||"object"!=typeof arguments[0])return!1;if(arguments.length<2)return arguments[0];var e,t,s=arguments[0],u=Array.prototype.slice.call(arguments,1);return u.forEach((function(u){"object"!=typeof u||null===u||Array.isArray(u)||Object.keys(u).forEach((function(c){return t=a(s,c),(e=a(u,c))===s?void 0:"object"!=typeof e||null===e?void(s[c]=e):Array.isArray(e)?void(s[c]=o(e)):n(e)?void(s[c]=r(e)):"object"!=typeof t||null===t||Array.isArray(t)?void(s[c]=i({},e)):void(s[c]=i(t,e))}))})),s}}).call(this,n(77).Buffer)},function(e,t,n){e.exports=n(675)},function(e,t,n){"use strict";n.r(t),n.d(t,"SHOW_AUTH_POPUP",(function(){return h})),n.d(t,"AUTHORIZE",(function(){return d})),n.d(t,"LOGOUT",(function(){return v})),n.d(t,"PRE_AUTHORIZE_OAUTH2",(function(){return m})),n.d(t,"AUTHORIZE_OAUTH2",(function(){return g})),n.d(t,"VALIDATE",(function(){return y})),n.d(t,"CONFIGURE_AUTH",(function(){return b})),n.d(t,"RESTORE_AUTHORIZATION",(function(){return _})),n.d(t,"showDefinitions",(function(){return w})),n.d(t,"authorize",(function(){return x})),n.d(t,"authorizeWithPersistOption",(function(){return E})),n.d(t,"logout",(function(){return C})),n.d(t,"logoutWithPersistOption",(function(){return S})),n.d(t,"preAuthorizeImplicit",(function(){return A})),n.d(t,"authorizeOauth2",(function(){return k})),n.d(t,"authorizeOauth2WithPersistOption",(function(){return O})),n.d(t,"authorizePassword",(function(){return j})),n.d(t,"authorizeApplication",(function(){return T})),n.d(t,"authorizeAccessCodeWithFormParams",(function(){return I})),n.d(t,"authorizeAccessCodeWithBasicAuthentication",(function(){return N})),n.d(t,"authorizeRequest",(function(){return M})),n.d(t,"configureAuth",(function(){return P})),n.d(t,"restoreAuthorization",(function(){return R})),n.d(t,"persistAuthorizationIfNeeded",(function(){return D}));var r=n(20),o=n.n(r),a=n(21),i=n.n(a),s=n(32),u=n.n(s),c=n(96),l=n.n(c),p=n(27),f=n(7),h="show_popup",d="authorize",v="logout",m="pre_authorize_oauth2",g="authorize_oauth2",y="validate",b="configure_auth",_="restore_authorization";function w(e){return{type:h,payload:e}}function x(e){return{type:d,payload:e}}var E=function(e){return function(t){var n=t.authActions;n.authorize(e),n.persistAuthorizationIfNeeded()}};function C(e){return{type:v,payload:e}}var S=function(e){return function(t){var n=t.authActions;n.logout(e),n.persistAuthorizationIfNeeded()}},A=function(e){return function(t){var n=t.authActions,r=t.errActions,o=e.auth,a=e.token,i=e.isValid,s=o.schema,c=o.name,l=s.get("flow");delete p.a.swaggerUIRedirectOauth2,"accessCode"===l||i||r.newAuthErr({authId:c,source:"auth",level:"warning",message:"Authorization may be unsafe, passed state was changed in server Passed state wasn't returned from auth server"}),a.error?r.newAuthErr({authId:c,source:"auth",level:"error",message:u()(a)}):n.authorizeOauth2WithPersistOption({auth:o,token:a})}};function k(e){return{type:g,payload:e}}var O=function(e){return function(t){var n=t.authActions;n.authorizeOauth2(e),n.persistAuthorizationIfNeeded()}},j=function(e){return function(t){var n=t.authActions,r=e.schema,o=e.name,a=e.username,s=e.password,u=e.passwordType,c=e.clientId,l=e.clientSecret,p={grant_type:"password",scope:e.scopes.join(" "),username:a,password:s},h={};switch(u){case"request-body":!function(e,t,n){t&&i()(e,{client_id:t});n&&i()(e,{client_secret:n})}(p,c,l);break;case"basic":h.Authorization="Basic "+Object(f.a)(c+":"+l);break;default:console.warn("Warning: invalid passwordType ".concat(u," was passed, not including client id and secret"))}return n.authorizeRequest({body:Object(f.b)(p),url:r.get("tokenUrl"),name:o,headers:h,query:{},auth:e})}};var T=function(e){return function(t){var n=t.authActions,r=e.schema,o=e.scopes,a=e.name,i=e.clientId,s=e.clientSecret,u={Authorization:"Basic "+Object(f.a)(i+":"+s)},c={grant_type:"client_credentials",scope:o.join(" ")};return n.authorizeRequest({body:Object(f.b)(c),name:a,url:r.get("tokenUrl"),auth:e,headers:u})}},I=function(e){var t=e.auth,n=e.redirectUrl;return function(e){var r=e.authActions,o=t.schema,a=t.name,i=t.clientId,s=t.clientSecret,u=t.codeVerifier,c={grant_type:"authorization_code",code:t.code,client_id:i,client_secret:s,redirect_uri:n,code_verifier:u};return r.authorizeRequest({body:Object(f.b)(c),name:a,url:o.get("tokenUrl"),auth:t})}},N=function(e){var t=e.auth,n=e.redirectUrl;return function(e){var r=e.authActions,o=t.schema,a=t.name,i=t.clientId,s=t.clientSecret,u={Authorization:"Basic "+Object(f.a)(i+":"+s)},c={grant_type:"authorization_code",code:t.code,client_id:i,redirect_uri:n};return r.authorizeRequest({body:Object(f.b)(c),name:a,url:o.get("tokenUrl"),auth:t,headers:u})}},M=function(e){return function(t){var n,r=t.fn,a=t.getConfigs,s=t.authActions,c=t.errActions,p=t.oas3Selectors,f=t.specSelectors,h=t.authSelectors,d=e.body,v=e.query,m=void 0===v?{}:v,g=e.headers,y=void 0===g?{}:g,b=e.name,_=e.url,w=e.auth,x=(h.getConfigs()||{}).additionalQueryStringParams;if(f.isOAS3()){var E=p.serverEffectiveValue(p.selectedServer());n=l()(_,E,!0)}else n=l()(_,f.url(),!0);"object"===o()(x)&&(n.query=i()({},n.query,x));var C=n.toString(),S=i()({Accept:"application/json, text/plain, */*","Content-Type":"application/x-www-form-urlencoded","X-Requested-With":"XMLHttpRequest"},y);r.fetch({url:C,method:"post",headers:S,query:m,body:d,requestInterceptor:a().requestInterceptor,responseInterceptor:a().responseInterceptor}).then((function(e){var t=JSON.parse(e.data),n=t&&(t.error||""),r=t&&(t.parseError||"");e.ok?n||r?c.newAuthErr({authId:b,level:"error",source:"auth",message:u()(t)}):s.authorizeOauth2WithPersistOption({auth:w,token:t}):c.newAuthErr({authId:b,level:"error",source:"auth",message:e.statusText})})).catch((function(e){var t=new Error(e).message;if(e.response&&e.response.data){var n=e.response.data;try{var r="string"==typeof n?JSON.parse(n):n;r.error&&(t+=", error: ".concat(r.error)),r.error_description&&(t+=", description: ".concat(r.error_description))}catch(e){}}c.newAuthErr({authId:b,level:"error",source:"auth",message:t})}))}};function P(e){return{type:b,payload:e}}function R(e){return{type:_,payload:e}}var D=function(){return function(e){var t=e.authSelectors;if((0,e.getConfigs)().persistAuthorization){var n=t.authorized();localStorage.setItem("authorized",u()(n.toJS()))}}}},function(e,t,n){var r=n(232),o=n(63).f,a=n(70),i=n(52),s=n(550),u=n(39)("toStringTag");e.exports=function(e,t,n,c){if(e){var l=n?e:e.prototype;i(l,u)||o(l,u,{configurable:!0,value:t}),c&&!r&&a(l,"toString",s)}}},function(e,t,n){var r=n(232),o=n(108),a=n(39)("toStringTag"),i="Arguments"==o(function(){return arguments}());e.exports=r?o:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),a))?n:i?o(t):"Object"==(r=o(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t,n){var r=n(109),o=n(175),a=n(72),i=n(80),s=n(235),u=[].push,c=function(e){var t=1==e,n=2==e,c=3==e,l=4==e,p=6==e,f=5==e||p;return function(h,d,v,m){for(var g,y,b=a(h),_=o(b),w=r(d,v,3),x=i(_.length),E=0,C=m||s,S=t?C(h,x):n?C(h,0):void 0;x>E;E++)if((f||E in _)&&(y=w(g=_[E],E,b),e))if(t)S[E]=y;else if(y)switch(e){case 3:return!0;case 5:return g;case 6:return E;case 2:u.call(S,g)}else if(l)return!1;return p?-1:c||l?l:S}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},function(e,t,n){"use strict";e.exports={current:null}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t){var n,r,o=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===a||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:a}catch(e){n=a}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(e){r=i}}();var u,c=[],l=!1,p=-1;function f(){l&&u&&(l=!1,u.length?c=u.concat(c):p=-1,c.length&&h())}function h(){if(!l){var e=s(f);l=!0;for(var t=c.length;t;){for(u=c,c=[];++p<t;)u&&u[p].run();p=-1,t=c.length}u=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function d(e,t){this.fun=e,this.array=t}function v(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new d(e,t)),1!==c.length||l||s(h)},d.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=v,o.addListener=v,o.once=v,o.off=v,o.removeListener=v,o.removeAllListeners=v,o.emit=v,o.prependListener=v,o.prependOnceListener=v,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(e,t,n){"use strict";var r=n(40),o=n(123),a=n(81),i=(n(33),["dispatchConfig","_targetInst","nativeEvent","isDefaultPrevented","isPropagationStopped","_dispatchListeners","_dispatchInstances"]),s={type:null,target:null,currentTarget:a.thatReturnsNull,eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};function u(e,t,n,r){this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n;var o=this.constructor.Interface;for(var i in o)if(o.hasOwnProperty(i)){0;var s=o[i];s?this[i]=s(n):"target"===i?this.target=r:this[i]=n[i]}var u=null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue;return this.isDefaultPrevented=u?a.thatReturnsTrue:a.thatReturnsFalse,this.isPropagationStopped=a.thatReturnsFalse,this}r(u.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=a.thatReturnsTrue)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=a.thatReturnsTrue)},persist:function(){this.isPersistent=a.thatReturnsTrue},isPersistent:a.thatReturnsFalse,destructor:function(){var e=this.constructor.Interface;for(var t in e)this[t]=null;for(var n=0;n<i.length;n++)this[i[n]]=null}}),u.Interface=s,u.augmentClass=function(e,t){var n=this,a=function(){};a.prototype=n.prototype;var i=new a;r(i,e.prototype),e.prototype=i,e.prototype.constructor=e,e.Interface=r({},n.Interface,t),e.augmentClass=n.augmentClass,o.addPoolingTo(e,o.fourArgumentPooler)},o.addPoolingTo(u,o.fourArgumentPooler),e.exports=u},function(e,t,n){var r=n(403);e.exports=function(e){return null==e?"":r(e)}},function(e,t,n){"use strict";n.r(t),n.d(t,"lastError",(function(){return P})),n.d(t,"url",(function(){return R})),n.d(t,"specStr",(function(){return D})),n.d(t,"specSource",(function(){return L})),n.d(t,"specJson",(function(){return B})),n.d(t,"specResolved",(function(){return F})),n.d(t,"specResolvedSubtree",(function(){return U})),n.d(t,"specJsonWithResolvedSubtrees",(function(){return z})),n.d(t,"spec",(function(){return V})),n.d(t,"isOAS3",(function(){return W})),n.d(t,"info",(function(){return H})),n.d(t,"externalDocs",(function(){return J})),n.d(t,"version",(function(){return $})),n.d(t,"semver",(function(){return K})),n.d(t,"paths",(function(){return Y})),n.d(t,"operations",(function(){return G})),n.d(t,"consumes",(function(){return Z})),n.d(t,"produces",(function(){return X})),n.d(t,"security",(function(){return Q})),n.d(t,"securityDefinitions",(function(){return ee})),n.d(t,"findDefinition",(function(){return te})),n.d(t,"definitions",(function(){return ne})),n.d(t,"basePath",(function(){return re})),n.d(t,"host",(function(){return oe})),n.d(t,"schemes",(function(){return ae})),n.d(t,"operationsWithRootInherited",(function(){return ie})),n.d(t,"tags",(function(){return se})),n.d(t,"tagDetails",(function(){return ue})),n.d(t,"operationsWithTags",(function(){return ce})),n.d(t,"taggedOperations",(function(){return le})),n.d(t,"responses",(function(){return pe})),n.d(t,"requests",(function(){return fe})),n.d(t,"mutatedRequests",(function(){return he})),n.d(t,"responseFor",(function(){return de})),n.d(t,"requestFor",(function(){return ve})),n.d(t,"mutatedRequestFor",(function(){return me})),n.d(t,"allowTryItOutFor",(function(){return ge})),n.d(t,"parameterWithMetaByIdentity",(function(){return ye})),n.d(t,"parameterInclusionSettingFor",(function(){return be})),n.d(t,"parameterWithMeta",(function(){return _e})),n.d(t,"operationWithMeta",(function(){return we})),n.d(t,"getParameter",(function(){return xe})),n.d(t,"hasHost",(function(){return Ee})),n.d(t,"parameterValues",(function(){return Ce})),n.d(t,"parametersIncludeIn",(function(){return Se})),n.d(t,"parametersIncludeType",(function(){return Ae})),n.d(t,"contentTypeValues",(function(){return ke})),n.d(t,"currentProducesFor",(function(){return Oe})),n.d(t,"producesOptionsFor",(function(){return je})),n.d(t,"consumesOptionsFor",(function(){return Te})),n.d(t,"operationScheme",(function(){return Ie})),n.d(t,"canExecuteScheme",(function(){return Ne})),n.d(t,"validateBeforeExecute",(function(){return Me})),n.d(t,"getOAS3RequiredRequestBodyContentType",(function(){return Pe})),n.d(t,"isMediaTypeSchemaPropertiesEqual",(function(){return Re}));var r=n(14),o=n.n(r),a=n(16),i=n.n(a),s=n(35),u=n.n(s),c=n(208),l=n.n(c),p=n(22),f=n.n(p),h=n(58),d=n.n(h),v=n(13),m=n.n(v),g=n(4),y=n.n(g),b=n(12),_=n.n(b),w=n(18),x=n.n(w),E=n(23),C=n.n(E),S=n(2),A=n.n(S),k=n(17),O=n.n(k),j=n(19),T=n(7),I=n(1),N=["get","put","post","delete","options","head","patch","trace"],M=function(e){return e||Object(I.Map)()},P=Object(j.a)(M,(function(e){return e.get("lastError")})),R=Object(j.a)(M,(function(e){return e.get("url")})),D=Object(j.a)(M,(function(e){return e.get("spec")||""})),L=Object(j.a)(M,(function(e){return e.get("specSource")||"not-editor"})),B=Object(j.a)(M,(function(e){return e.get("json",Object(I.Map)())})),F=Object(j.a)(M,(function(e){return e.get("resolved",Object(I.Map)())})),U=function(e,t){var n;return e.getIn(A()(n=["resolvedSubtrees"]).call(n,O()(t)),void 0)},q=function e(t,n){return I.Map.isMap(t)&&I.Map.isMap(n)?n.get("$$ref")?n:Object(I.OrderedMap)().mergeWith(e,t,n):n},z=Object(j.a)(M,(function(e){return Object(I.OrderedMap)().mergeWith(q,e.get("json"),e.get("resolvedSubtrees"))})),V=function(e){return B(e)},W=Object(j.a)(V,(function(){return!1})),H=Object(j.a)(V,(function(e){return De(e&&e.get("info"))})),J=Object(j.a)(V,(function(e){return De(e&&e.get("externalDocs"))})),$=Object(j.a)(H,(function(e){return e&&e.get("version")})),K=Object(j.a)($,(function(e){var t;return C()(t=/v?([0-9]*)\.([0-9]*)\.([0-9]*)/i.exec(e)).call(t,1)})),Y=Object(j.a)(z,(function(e){return e.get("paths")})),G=Object(j.a)(Y,(function(e){if(!e||e.size<1)return Object(I.List)();var t=Object(I.List)();return e&&x()(e)?(x()(e).call(e,(function(e,n){if(!e||!x()(e))return{};x()(e).call(e,(function(e,r){var o;_()(N).call(N,r)<0||(t=t.push(Object(I.fromJS)({path:n,method:r,operation:e,id:A()(o="".concat(r,"-")).call(o,n)})))}))})),t):Object(I.List)()})),Z=Object(j.a)(V,(function(e){return Object(I.Set)(e.get("consumes"))})),X=Object(j.a)(V,(function(e){return Object(I.Set)(e.get("produces"))})),Q=Object(j.a)(V,(function(e){return e.get("security",Object(I.List)())})),ee=Object(j.a)(V,(function(e){return e.get("securityDefinitions")})),te=function(e,t){var n=e.getIn(["resolvedSubtrees","definitions",t],null),r=e.getIn(["json","definitions",t],null);return n||r||null},ne=Object(j.a)(V,(function(e){var t=e.get("definitions");return I.Map.isMap(t)?t:Object(I.Map)()})),re=Object(j.a)(V,(function(e){return e.get("basePath")})),oe=Object(j.a)(V,(function(e){return e.get("host")})),ae=Object(j.a)(V,(function(e){return e.get("schemes",Object(I.Map)())})),ie=Object(j.a)(G,Z,X,(function(e,t,n){return y()(e).call(e,(function(e){return e.update("operation",(function(e){if(e){if(!I.Map.isMap(e))return;return e.withMutations((function(e){return e.get("consumes")||e.update("consumes",(function(e){return Object(I.Set)(e).merge(t)})),e.get("produces")||e.update("produces",(function(e){return Object(I.Set)(e).merge(n)})),e}))}return Object(I.Map)()}))}))})),se=Object(j.a)(V,(function(e){var t=e.get("tags",Object(I.List)());return I.List.isList(t)?m()(t).call(t,(function(e){return I.Map.isMap(e)})):Object(I.List)()})),ue=function(e,t){var n,r=se(e)||Object(I.List)();return d()(n=m()(r).call(r,I.Map.isMap)).call(n,(function(e){return e.get("name")===t}),Object(I.Map)())},ce=Object(j.a)(ie,se,(function(e,t){return f()(e).call(e,(function(e,t){var n=Object(I.Set)(t.getIn(["operation","tags"]));return n.count()<1?e.update("default",Object(I.List)(),(function(e){return e.push(t)})):f()(n).call(n,(function(e,n){return e.update(n,Object(I.List)(),(function(e){return e.push(t)}))}),e)}),f()(t).call(t,(function(e,t){return e.set(t.get("name"),Object(I.List)())}),Object(I.OrderedMap)()))})),le=function(e){return function(t){var n,r=(0,t.getConfigs)(),o=r.tagsSorter,a=r.operationsSorter;return y()(n=ce(e).sortBy((function(e,t){return t}),(function(e,t){var n="function"==typeof o?o:T.I.tagsSorter[o];return n?n(e,t):null}))).call(n,(function(t,n){var r="function"==typeof a?a:T.I.operationsSorter[a],o=r?l()(t).call(t,r):t;return Object(I.Map)({tagDetails:ue(e,n),operations:o})}))}},pe=Object(j.a)(M,(function(e){return e.get("responses",Object(I.Map)())})),fe=Object(j.a)(M,(function(e){return e.get("requests",Object(I.Map)())})),he=Object(j.a)(M,(function(e){return e.get("mutatedRequests",Object(I.Map)())})),de=function(e,t,n){return pe(e).getIn([t,n],null)},ve=function(e,t,n){return fe(e).getIn([t,n],null)},me=function(e,t,n){return he(e).getIn([t,n],null)},ge=function(){return!0},ye=function(e,t,n){var r,o,a=z(e).getIn(A()(r=["paths"]).call(r,O()(t),["parameters"]),Object(I.OrderedMap)()),i=e.getIn(A()(o=["meta","paths"]).call(o,O()(t),["parameters"]),Object(I.OrderedMap)()),s=y()(a).call(a,(function(e){var t,r,o,a=i.get(A()(t="".concat(n.get("in"),".")).call(t,n.get("name"))),s=i.get(A()(r=A()(o="".concat(n.get("in"),".")).call(o,n.get("name"),".hash-")).call(r,n.hashCode()));return Object(I.OrderedMap)().merge(e,a,s)}));return d()(s).call(s,(function(e){return e.get("in")===n.get("in")&&e.get("name")===n.get("name")}),Object(I.OrderedMap)())},be=function(e,t,n,r){var o,a,i=A()(o="".concat(r,".")).call(o,n);return e.getIn(A()(a=["meta","paths"]).call(a,O()(t),["parameter_inclusions",i]),!1)},_e=function(e,t,n,r){var o,a=z(e).getIn(A()(o=["paths"]).call(o,O()(t),["parameters"]),Object(I.OrderedMap)()),i=d()(a).call(a,(function(e){return e.get("in")===r&&e.get("name")===n}),Object(I.OrderedMap)());return ye(e,t,i)},we=function(e,t,n){var r,o=z(e).getIn(["paths",t,n],Object(I.OrderedMap)()),a=e.getIn(["meta","paths",t,n],Object(I.OrderedMap)()),i=y()(r=o.get("parameters",Object(I.List)())).call(r,(function(r){return ye(e,[t,n],r)}));return Object(I.OrderedMap)().merge(o,a).set("parameters",i)};function xe(e,t,n,r){var o;t=t||[];var a=e.getIn(A()(o=["meta","paths"]).call(o,O()(t),["parameters"]),Object(I.fromJS)([]));return d()(a).call(a,(function(e){return I.Map.isMap(e)&&e.get("name")===n&&e.get("in")===r}))||Object(I.Map)()}var Ee=Object(j.a)(V,(function(e){var t=e.get("host");return"string"==typeof t&&t.length>0&&"/"!==t[0]}));function Ce(e,t,n){var r;t=t||[];var o=we.apply(void 0,A()(r=[e]).call(r,O()(t))).get("parameters",Object(I.List)());return f()(o).call(o,(function(e,t){var r=n&&"body"===t.get("in")?t.get("value_xml"):t.get("value");return e.set(Object(T.B)(t,{allowHashes:!1}),r)}),Object(I.fromJS)({}))}function Se(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(I.List.isList(e))return u()(e).call(e,(function(e){return I.Map.isMap(e)&&e.get("in")===t}))}function Ae(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if(I.List.isList(e))return u()(e).call(e,(function(e){return I.Map.isMap(e)&&e.get("type")===t}))}function ke(e,t){var n,r;t=t||[];var o=z(e).getIn(A()(n=["paths"]).call(n,O()(t)),Object(I.fromJS)({})),a=e.getIn(A()(r=["meta","paths"]).call(r,O()(t)),Object(I.fromJS)({})),i=Oe(e,t),s=o.get("parameters")||new I.List,u=a.get("consumes_value")?a.get("consumes_value"):Ae(s,"file")?"multipart/form-data":Ae(s,"formData")?"application/x-www-form-urlencoded":void 0;return Object(I.fromJS)({requestContentType:u,responseContentType:i})}function Oe(e,t){var n,r;t=t||[];var o=z(e).getIn(A()(n=["paths"]).call(n,O()(t)),null);if(null!==o){var a=e.getIn(A()(r=["meta","paths"]).call(r,O()(t),["produces_value"]),null),i=o.getIn(["produces",0],null);return a||i||"application/json"}}function je(e,t){var n;t=t||[];var r=z(e),o=r.getIn(A()(n=["paths"]).call(n,O()(t)),null);if(null!==o){var a=t,s=i()(a,1)[0],u=o.get("produces",null),c=r.getIn(["paths",s,"produces"],null),l=r.getIn(["produces"],null);return u||c||l}}function Te(e,t){var n;t=t||[];var r=z(e),o=r.getIn(A()(n=["paths"]).call(n,O()(t)),null);if(null!==o){var a=t,s=i()(a,1)[0],u=o.get("consumes",null),c=r.getIn(["paths",s,"consumes"],null),l=r.getIn(["consumes"],null);return u||c||l}}var Ie=function(e,t,n){var r=e.get("url").match(/^([a-z][a-z0-9+\-.]*):/),a=o()(r)?r[1]:null;return e.getIn(["scheme",t,n])||e.getIn(["scheme","_defaultScheme"])||a||""},Ne=function(e,t,n){var r;return _()(r=["http","https"]).call(r,Ie(e,t,n))>-1},Me=function(e,t){var n;t=t||[];var r=e.getIn(A()(n=["meta","paths"]).call(n,O()(t),["parameters"]),Object(I.fromJS)([])),o=!0;return x()(r).call(r,(function(e){var t=e.get("errors");t&&t.count()&&(o=!1)})),o},Pe=function(e,t){var n,r,o={requestBody:!1,requestContentType:{}},a=e.getIn(A()(n=["resolvedSubtrees","paths"]).call(n,O()(t),["requestBody"]),Object(I.fromJS)([]));return a.size<1||(a.getIn(["required"])&&(o.requestBody=a.getIn(["required"])),x()(r=a.getIn(["content"]).entrySeq()).call(r,(function(e){var t=e[0];if(e[1].getIn(["schema","required"])){var n=e[1].getIn(["schema","required"]).toJS();o.requestContentType[t]=n}}))),o},Re=function(e,t,n,r){var o,a=e.getIn(A()(o=["resolvedSubtrees","paths"]).call(o,O()(t),["requestBody","content"]),Object(I.fromJS)([]));if(a.size<2||!n||!r)return!1;var i=a.getIn([n,"schema","properties"],Object(I.fromJS)([])),s=a.getIn([r,"schema","properties"],Object(I.fromJS)([]));return!!i.equals(s)};function De(e){return I.Map.isMap(e)?e:new I.Map}},function(e,t,n){"use strict";(function(t){var r=n(891),o=n(892),a=/^[A-Za-z][A-Za-z0-9+-.]*:\/\//,i=/^([a-z][a-z0-9.+-]*:)?(\/\/)?([\S\s]*)/i,s=new RegExp("^[\\x09\\x0A\\x0B\\x0C\\x0D\\x20\\xA0\\u1680\\u180E\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF]+");function u(e){return(e||"").toString().replace(s,"")}var c=[["#","hash"],["?","query"],function(e){return e.replace("\\","/")},["/","pathname"],["@","auth",1],[NaN,"host",void 0,1,1],[/:(\d+)$/,"port",void 0,1],[NaN,"hostname",void 0,1,1]],l={hash:1,query:1};function p(e){var n,r=("undefined"!=typeof window?window:void 0!==t?t:"undefined"!=typeof self?self:{}).location||{},o={},i=typeof(e=e||r);if("blob:"===e.protocol)o=new h(unescape(e.pathname),{});else if("string"===i)for(n in o=new h(e,{}),l)delete o[n];else if("object"===i){for(n in e)n in l||(o[n]=e[n]);void 0===o.slashes&&(o.slashes=a.test(e.href))}return o}function f(e){e=u(e);var t=i.exec(e);return{protocol:t[1]?t[1].toLowerCase():"",slashes:!!t[2],rest:t[3]}}function h(e,t,n){if(e=u(e),!(this instanceof h))return new h(e,t,n);var a,i,s,l,d,v,m=c.slice(),g=typeof t,y=this,b=0;for("object"!==g&&"string"!==g&&(n=t,t=null),n&&"function"!=typeof n&&(n=o.parse),t=p(t),a=!(i=f(e||"")).protocol&&!i.slashes,y.slashes=i.slashes||a&&t.slashes,y.protocol=i.protocol||t.protocol||"",e=i.rest,i.slashes||(m[3]=[/(.*)/,"pathname"]);b<m.length;b++)"function"!=typeof(l=m[b])?(s=l[0],v=l[1],s!=s?y[v]=e:"string"==typeof s?~(d=e.indexOf(s))&&("number"==typeof l[2]?(y[v]=e.slice(0,d),e=e.slice(d+l[2])):(y[v]=e.slice(d),e=e.slice(0,d))):(d=s.exec(e))&&(y[v]=d[1],e=e.slice(0,d.index)),y[v]=y[v]||a&&l[3]&&t[v]||"",l[4]&&(y[v]=y[v].toLowerCase())):e=l(e);n&&(y.query=n(y.query)),a&&t.slashes&&"/"!==y.pathname.charAt(0)&&(""!==y.pathname||""!==t.pathname)&&(y.pathname=function(e,t){if(""===e)return t;for(var n=(t||"/").split("/").slice(0,-1).concat(e.split("/")),r=n.length,o=n[r-1],a=!1,i=0;r--;)"."===n[r]?n.splice(r,1):".."===n[r]?(n.splice(r,1),i++):i&&(0===r&&(a=!0),n.splice(r,1),i--);return a&&n.unshift(""),"."!==o&&".."!==o||n.push(""),n.join("/")}(y.pathname,t.pathname)),r(y.port,y.protocol)||(y.host=y.hostname,y.port=""),y.username=y.password="",y.auth&&(l=y.auth.split(":"),y.username=l[0]||"",y.password=l[1]||""),y.origin=y.protocol&&y.host&&"file:"!==y.protocol?y.protocol+"//"+y.host:"null",y.href=y.toString()}h.prototype={set:function(e,t,n){var a=this;switch(e){case"query":"string"==typeof t&&t.length&&(t=(n||o.parse)(t)),a[e]=t;break;case"port":a[e]=t,r(t,a.protocol)?t&&(a.host=a.hostname+":"+t):(a.host=a.hostname,a[e]="");break;case"hostname":a[e]=t,a.port&&(t+=":"+a.port),a.host=t;break;case"host":a[e]=t,/:\d+$/.test(t)?(t=t.split(":"),a.port=t.pop(),a.hostname=t.join(":")):(a.hostname=t,a.port="");break;case"protocol":a.protocol=t.toLowerCase(),a.slashes=!n;break;case"pathname":case"hash":if(t){var i="pathname"===e?"/":"#";a[e]=t.charAt(0)!==i?i+t:t}else a[e]=t;break;default:a[e]=t}for(var s=0;s<c.length;s++){var u=c[s];u[4]&&(a[u[1]]=a[u[1]].toLowerCase())}return a.origin=a.protocol&&a.host&&"file:"!==a.protocol?a.protocol+"//"+a.host:"null",a.href=a.toString(),a},toString:function(e){e&&"function"==typeof e||(e=o.stringify);var t,n=this,r=n.protocol;r&&":"!==r.charAt(r.length-1)&&(r+=":");var a=r+(n.slashes?"//":"");return n.username&&(a+=n.username,n.password&&(a+=":"+n.password),a+="@"),a+=n.host+n.pathname,(t="object"==typeof n.query?e(n.query):n.query)&&(a+="?"!==t.charAt(0)?"?"+t:t),n.hash&&(a+=n.hash),a}},h.extractProtocol=f,h.location=p,h.trimLeft=u,h.qs=o,e.exports=h}).call(this,n(54))},function(e,t){e.exports=!0},function(e,t,n){"use strict";var r=n(360).charAt,o=n(73),a=n(230),i="String Iterator",s=o.set,u=o.getterFor(i);a(String,"String",(function(e){s(this,{type:i,string:String(e),index:0})}),(function(){var e,t=u(this),n=t.string,o=t.index;return o>=n.length?{value:void 0,done:!0}:(e=r(n,o),t.index+=e.length,{value:e,done:!1})}))},function(e,t,n){"use strict";e.exports=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}},function(e,t,n){e.exports=n(626)},function(e,t,n){e.exports=n(828)},function(e,t,n){"use strict";var r=n(870);e.exports=r},function(e,t,n){"use strict";n.r(t),n.d(t,"UPDATE_LAYOUT",(function(){return o})),n.d(t,"UPDATE_FILTER",(function(){return a})),n.d(t,"UPDATE_MODE",(function(){return i})),n.d(t,"SHOW",(function(){return s})),n.d(t,"updateLayout",(function(){return u})),n.d(t,"updateFilter",(function(){return c})),n.d(t,"show",(function(){return l})),n.d(t,"changeMode",(function(){return p}));var r=n(7),o="layout_update_layout",a="layout_update_filter",i="layout_update_mode",s="layout_show";function u(e){return{type:o,payload:e}}function c(e){return{type:a,payload:e}}function l(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return e=Object(r.w)(e),{type:s,payload:{thing:e,shown:t}}}function p(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e=Object(r.w)(e),{type:i,payload:{thing:e,mode:t}}}},function(e,t,n){"use strict";var r=n(1052),o=n(1053);function a(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=b,t.resolve=function(e,t){return b(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){return e?b(e,!1,!0).resolveObject(t):t},t.format=function(e){o.isString(e)&&(e=b(e));return e instanceof a?e.format():a.prototype.format.call(e)},t.Url=a;var i=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,u=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,c=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),l=["'"].concat(c),p=["%","/","?",";","#"].concat(l),f=["/","?","#"],h=/^[+a-z0-9A-Z_-]{0,63}$/,d=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,v={javascript:!0,"javascript:":!0},m={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},y=n(1054);function b(e,t,n){if(e&&o.isObject(e)&&e instanceof a)return e;var r=new a;return r.parse(e,t,n),r}a.prototype.parse=function(e,t,n){if(!o.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var a=e.indexOf("?"),s=-1!==a&&a<e.indexOf("#")?"?":"#",c=e.split(s);c[0]=c[0].replace(/\\/g,"/");var b=e=c.join(s);if(b=b.trim(),!n&&1===e.split("#").length){var _=u.exec(b);if(_)return this.path=b,this.href=b,this.pathname=_[1],_[2]?(this.search=_[2],this.query=t?y.parse(this.search.substr(1)):this.search.substr(1)):t&&(this.search="",this.query={}),this}var w=i.exec(b);if(w){var x=(w=w[0]).toLowerCase();this.protocol=x,b=b.substr(w.length)}if(n||w||b.match(/^\/\/[^@\/]+@[^@\/]+/)){var E="//"===b.substr(0,2);!E||w&&m[w]||(b=b.substr(2),this.slashes=!0)}if(!m[w]&&(E||w&&!g[w])){for(var C,S,A=-1,k=0;k<f.length;k++){-1!==(O=b.indexOf(f[k]))&&(-1===A||O<A)&&(A=O)}-1!==(S=-1===A?b.lastIndexOf("@"):b.lastIndexOf("@",A))&&(C=b.slice(0,S),b=b.slice(S+1),this.auth=decodeURIComponent(C)),A=-1;for(k=0;k<p.length;k++){var O;-1!==(O=b.indexOf(p[k]))&&(-1===A||O<A)&&(A=O)}-1===A&&(A=b.length),this.host=b.slice(0,A),b=b.slice(A),this.parseHost(),this.hostname=this.hostname||"";var j="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!j)for(var T=this.hostname.split(/\./),I=(k=0,T.length);k<I;k++){var N=T[k];if(N&&!N.match(h)){for(var M="",P=0,R=N.length;P<R;P++)N.charCodeAt(P)>127?M+="x":M+=N[P];if(!M.match(h)){var D=T.slice(0,k),L=T.slice(k+1),B=N.match(d);B&&(D.push(B[1]),L.unshift(B[2])),L.length&&(b="/"+L.join(".")+b),this.hostname=D.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),j||(this.hostname=r.toASCII(this.hostname));var F=this.port?":"+this.port:"",U=this.hostname||"";this.host=U+F,this.href+=this.host,j&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==b[0]&&(b="/"+b))}if(!v[x])for(k=0,I=l.length;k<I;k++){var q=l[k];if(-1!==b.indexOf(q)){var z=encodeURIComponent(q);z===q&&(z=escape(q)),b=b.split(q).join(z)}}var V=b.indexOf("#");-1!==V&&(this.hash=b.substr(V),b=b.slice(0,V));var W=b.indexOf("?");if(-1!==W?(this.search=b.substr(W),this.query=b.substr(W+1),t&&(this.query=y.parse(this.query)),b=b.slice(0,W)):t&&(this.search="",this.query={}),b&&(this.pathname=b),g[x]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){F=this.pathname||"";var H=this.search||"";this.path=F+H}return this.href=this.format(),this},a.prototype.format=function(){var e=this.auth||"";e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,":"),e+="@");var t=this.protocol||"",n=this.pathname||"",r=this.hash||"",a=!1,i="";this.host?a=e+this.host:this.hostname&&(a=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(a+=":"+this.port)),this.query&&o.isObject(this.query)&&Object.keys(this.query).length&&(i=y.stringify(this.query));var s=this.search||i&&"?"+i||"";return t&&":"!==t.substr(-1)&&(t+=":"),this.slashes||(!t||g[t])&&!1!==a?(a="//"+(a||""),n&&"/"!==n.charAt(0)&&(n="/"+n)):a||(a=""),r&&"#"!==r.charAt(0)&&(r="#"+r),s&&"?"!==s.charAt(0)&&(s="?"+s),t+a+(n=n.replace(/[?#]/g,(function(e){return encodeURIComponent(e)})))+(s=s.replace("#","%23"))+r},a.prototype.resolve=function(e){return this.resolveObject(b(e,!1,!0)).format()},a.prototype.resolveObject=function(e){if(o.isString(e)){var t=new a;t.parse(e,!1,!0),e=t}for(var n=new a,r=Object.keys(this),i=0;i<r.length;i++){var s=r[i];n[s]=this[s]}if(n.hash=e.hash,""===e.href)return n.href=n.format(),n;if(e.slashes&&!e.protocol){for(var u=Object.keys(e),c=0;c<u.length;c++){var l=u[c];"protocol"!==l&&(n[l]=e[l])}return g[n.protocol]&&n.hostname&&!n.pathname&&(n.path=n.pathname="/"),n.href=n.format(),n}if(e.protocol&&e.protocol!==n.protocol){if(!g[e.protocol]){for(var p=Object.keys(e),f=0;f<p.length;f++){var h=p[f];n[h]=e[h]}return n.href=n.format(),n}if(n.protocol=e.protocol,e.host||m[e.protocol])n.pathname=e.pathname;else{for(var d=(e.pathname||"").split("/");d.length&&!(e.host=d.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==d[0]&&d.unshift(""),d.length<2&&d.unshift(""),n.pathname=d.join("/")}if(n.search=e.search,n.query=e.query,n.host=e.host||"",n.auth=e.auth,n.hostname=e.hostname||e.host,n.port=e.port,n.pathname||n.search){var v=n.pathname||"",y=n.search||"";n.path=v+y}return n.slashes=n.slashes||e.slashes,n.href=n.format(),n}var b=n.pathname&&"/"===n.pathname.charAt(0),_=e.host||e.pathname&&"/"===e.pathname.charAt(0),w=_||b||n.host&&e.pathname,x=w,E=n.pathname&&n.pathname.split("/")||[],C=(d=e.pathname&&e.pathname.split("/")||[],n.protocol&&!g[n.protocol]);if(C&&(n.hostname="",n.port=null,n.host&&(""===E[0]?E[0]=n.host:E.unshift(n.host)),n.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===d[0]?d[0]=e.host:d.unshift(e.host)),e.host=null),w=w&&(""===d[0]||""===E[0])),_)n.host=e.host||""===e.host?e.host:n.host,n.hostname=e.hostname||""===e.hostname?e.hostname:n.hostname,n.search=e.search,n.query=e.query,E=d;else if(d.length)E||(E=[]),E.pop(),E=E.concat(d),n.search=e.search,n.query=e.query;else if(!o.isNullOrUndefined(e.search)){if(C)n.hostname=n.host=E.shift(),(j=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@"))&&(n.auth=j.shift(),n.host=n.hostname=j.shift());return n.search=e.search,n.query=e.query,o.isNull(n.pathname)&&o.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!E.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var S=E.slice(-1)[0],A=(n.host||e.host||E.length>1)&&("."===S||".."===S)||""===S,k=0,O=E.length;O>=0;O--)"."===(S=E[O])?E.splice(O,1):".."===S?(E.splice(O,1),k++):k&&(E.splice(O,1),k--);if(!w&&!x)for(;k--;k)E.unshift("..");!w||""===E[0]||E[0]&&"/"===E[0].charAt(0)||E.unshift(""),A&&"/"!==E.join("/").substr(-1)&&E.push("");var j,T=""===E[0]||E[0]&&"/"===E[0].charAt(0);C&&(n.hostname=n.host=T?"":E.length?E.shift():"",(j=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@"))&&(n.auth=j.shift(),n.host=n.hostname=j.shift()));return(w=w||n.host&&E.length)&&!T&&E.unshift(""),E.length?n.pathname=E.join("/"):(n.pathname=null,n.path=null),o.isNull(n.pathname)&&o.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=e.auth||n.auth,n.slashes=n.slashes||e.slashes,n.href=n.format(),n},a.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},function(e,t,n){var r=n(418),o=n(159),a=n(189),i=n(53),s=n(117),u=n(190),c=n(158),l=n(247),p=Object.prototype.hasOwnProperty;e.exports=function(e){if(null==e)return!0;if(s(e)&&(i(e)||"string"==typeof e||"function"==typeof e.splice||u(e)||l(e)||a(e)))return!e.length;var t=o(e);if("[object Map]"==t||"[object Set]"==t)return!e.size;if(c(e))return!r(e).length;for(var n in e)if(p.call(e,n))return!1;return!0}},function(e,t,n){var r=n(48),o=n(174),a=n(107),i=n(69),s=n(176),u=n(52),c=n(353),l=Object.getOwnPropertyDescriptor;t.f=r?l:function(e,t){if(e=i(e),t=s(t,!0),c)try{return l(e,t)}catch(e){}if(u(e,t))return a(!o.f.call(e,t),e[t])}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t,n){var r=n(79);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r,o=n(55),a=n(231),i=n(226),s=n(150),u=n(366),c=n(223),l=n(178),p=l("IE_PROTO"),f=function(){},h=function(e){return"<script>"+e+"</"+"script>"},d=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(e){}var e,t;d=r?function(e){e.write(h("")),e.close();var t=e.parentWindow.Object;return e=null,t}(r):((t=c("iframe")).style.display="none",u.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(h("document.F=Object")),e.close(),e.F);for(var n=i.length;n--;)delete d.prototype[i[n]];return d()};s[p]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(f.prototype=o(e),n=new f,f.prototype=null,n[p]=e):n=d(),void 0===t?n:a(n,t)}},function(e,t){e.exports={}},function(e,t,n){var r=n(70);e.exports=function(e,t,n,o){o&&o.enumerable?e[t]=n:r(e,t,n)}},function(e,t,n){"use strict";var r=n(36);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){var r=n(130),o=n(679),a=n(680),i=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":i&&i in Object(e)?o(e):a(e)}},function(e,t,n){var r=n(697),o=n(700);e.exports=function(e,t){var n=o(e,t);return r(n)?n:void 0}},function(e,t,n){var r=n(417),o=n(418),a=n(117);e.exports=function(e){return a(e)?r(e):o(e)}},function(e,t,n){var r=n(68),o=n(248);e.exports=function(e){return null!=e&&o(e.length)&&!r(e)}},function(e,t,n){"use strict";var r=n(194),o=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=p;var a=n(160);a.inherits=n(65);var i=n(427),s=n(255);a.inherits(p,i);for(var u=o(s.prototype),c=0;c<u.length;c++){var l=u[c];p.prototype[l]||(p.prototype[l]=s.prototype[l])}function p(e){if(!(this instanceof p))return new p(e);i.call(this,e),s.call(this,e),e&&!1===e.readable&&(this.readable=!1),e&&!1===e.writable&&(this.writable=!1),this.allowHalfOpen=!0,e&&!1===e.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",f)}function f(){this.allowHalfOpen||this._writableState.ended||r.nextTick(h,this)}function h(e){e.end()}Object.defineProperty(p.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(p.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}),p.prototype._destroy=function(e,t){this.push(null),this.end(),r.nextTick(t,e)}},function(e,t,n){"use strict";var r=n(434)();e.exports=function(e){return e!==r&&null!==e}},function(e,t,n){"use strict";var r=n(771),o=Math.max;e.exports=function(e){return o(0,r(e))}},function(e,t,n){},function(e,t,n){var r=n(55),o=n(395),a=n(80),i=n(109),s=n(157),u=n(394),c=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,n,l,p){var f,h,d,v,m,g,y,b=i(t,n,l?2:1);if(p)f=e;else{if("function"!=typeof(h=s(e)))throw TypeError("Target is not iterable");if(o(h)){for(d=0,v=a(e.length);v>d;d++)if((m=l?b(r(y=e[d])[0],y[1]):b(e[d]))&&m instanceof c)return m;return new c(!1)}f=h.call(e)}for(g=f.next;!(y=g.call(f)).done;)if("object"==typeof(m=u(f,b,y.value,l))&&m&&m instanceof c)return m;return new c(!1)}).stop=function(e){return new c(!0,e)}},function(e,t,n){"use strict";var r=n(31),o=(n(26),function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)}),a=function(e){var t=this;e instanceof t||r("25"),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},i=o,s={addPoolingTo:function(e,t){var n=e;return n.instancePool=[],n.getPooled=t||i,n.poolSize||(n.poolSize=10),n.release=a,n},oneArgumentPooler:o,twoArgumentPooler:function(e,t){var n=this;if(n.instancePool.length){var r=n.instancePool.pop();return n.call(r,e,t),r}return new n(e,t)},threeArgumentPooler:function(e,t,n){var r=this;if(r.instancePool.length){var o=r.instancePool.pop();return r.call(o,e,t,n),o}return new r(e,t,n)},fourArgumentPooler:function(e,t,n,r){var o=this;if(o.instancePool.length){var a=o.instancePool.pop();return o.call(a,e,t,n,r),a}return new o(e,t,n,r)}};e.exports=s},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t,n){e.exports=n(1071)},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return l}));var r=n(4),o=n.n(r),a=n(13),i=n.n(a),s=n(512),u=n.n(s),c=[n(285),n(286)];function l(e){var t,n={jsSpec:{}},r=u()(c,(function(e,t){try{var r=t.transform(e,n);return i()(r).call(r,(function(e){return!!e}))}catch(t){return console.error("Transformer error:",t),e}}),e);return o()(t=i()(r).call(r,(function(e){return!!e}))).call(t,(function(e){return!e.get("line")&&e.get("path"),e}))}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){"use strict";var r=n(40),o=n(377),a=n(607),i=n(612),s=n(129),u=n(613),c=n(617),l=n(618),p=n(620),f=s.createElement,h=s.createFactory,d=s.cloneElement,v=r,m={Children:{map:a.map,forEach:a.forEach,count:a.count,toArray:a.toArray,only:p},Component:o.Component,PureComponent:o.PureComponent,createElement:f,cloneElement:d,isValidElement:s.isValidElement,PropTypes:u,createClass:l,createFactory:h,createMixin:function(e){return e},DOM:i,version:c,__spread:v};e.exports=m},function(e,t,n){"use strict";var r=n(40),o=n(90),a=(n(33),n(379),Object.prototype.hasOwnProperty),i=n(380),s={key:!0,ref:!0,__self:!0,__source:!0};function u(e){return void 0!==e.ref}function c(e){return void 0!==e.key}var l=function(e,t,n,r,o,a,s){return{$$typeof:i,type:e,key:t,ref:n,props:s,_owner:a}};l.createElement=function(e,t,n){var r,i={},p=null,f=null;if(null!=t)for(r in u(t)&&(f=t.ref),c(t)&&(p=""+t.key),void 0===t.__self?null:t.__self,void 0===t.__source?null:t.__source,t)a.call(t,r)&&!s.hasOwnProperty(r)&&(i[r]=t[r]);var h=arguments.length-2;if(1===h)i.children=n;else if(h>1){for(var d=Array(h),v=0;v<h;v++)d[v]=arguments[v+2];0,i.children=d}if(e&&e.defaultProps){var m=e.defaultProps;for(r in m)void 0===i[r]&&(i[r]=m[r])}return l(e,p,f,0,0,o.current,i)},l.createFactory=function(e){var t=l.createElement.bind(null,e);return t.type=e,t},l.cloneAndReplaceKey=function(e,t){return l(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},l.cloneElement=function(e,t,n){var i,p,f=r({},e.props),h=e.key,d=e.ref,v=(e._self,e._source,e._owner);if(null!=t)for(i in u(t)&&(d=t.ref,v=o.current),c(t)&&(h=""+t.key),e.type&&e.type.defaultProps&&(p=e.type.defaultProps),t)a.call(t,i)&&!s.hasOwnProperty(i)&&(void 0===t[i]&&void 0!==p?f[i]=p[i]:f[i]=t[i]);var m=arguments.length-2;if(1===m)f.children=n;else if(m>1){for(var g=Array(m),y=0;y<m;y++)g[y]=arguments[y+2];f.children=g}return l(e.type,h,d,0,0,v,f)},l.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===i},e.exports=l},function(e,t,n){var r=n(75).Symbol;e.exports=r},function(e,t,n){var r=n(53),o=n(251),a=n(744),i=n(94);e.exports=function(e,t){return r(e)?e:o(e,t)?[e]:a(i(e))}},function(e,t,n){var r=n(183);e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t}},function(e,t,n){"use strict";var r=n(119);e.exports=function(e){if(!r(e))throw new TypeError("Cannot use null or undefined");return e}},function(e,t,n){var r=n(66).Buffer;function o(e,t){this._block=r.alloc(e),this._finalSize=t,this._blockSize=e,this._len=0}o.prototype.update=function(e,t){"string"==typeof e&&(t=t||"utf8",e=r.from(e,t));for(var n=this._block,o=this._blockSize,a=e.length,i=this._len,s=0;s<a;){for(var u=i%o,c=Math.min(a-s,o-u),l=0;l<c;l++)n[u+l]=e[s+l];s+=c,(i+=c)%o==0&&this._update(n)}return this._len+=a,this},o.prototype.digest=function(e){var t=this._len%this._blockSize;this._block[t]=128,this._block.fill(0,t+1),t>=this._finalSize&&(this._update(this._block),this._block.fill(0));var n=8*this._len;if(n<=4294967295)this._block.writeUInt32BE(n,this._blockSize-4);else{var r=(4294967295&n)>>>0,o=(n-r)/4294967296;this._block.writeUInt32BE(o,this._blockSize-8),this._block.writeUInt32BE(r,this._blockSize-4)}this._update(this._block);var a=this._hash();return e?a.toString(e):a},o.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=o},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t,n){"use strict";function r(e){return null==e}e.exports.isNothing=r,e.exports.isObject=function(e){return"object"==typeof e&&null!==e},e.exports.toArray=function(e){return Array.isArray(e)?e:r(e)?[]:[e]},e.exports.repeat=function(e,t){var n,r="";for(n=0;n<t;n+=1)r+=e;return r},e.exports.isNegativeZero=function(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e},e.exports.extend=function(e,t){var n,r,o,a;if(t)for(n=0,r=(a=Object.keys(t)).length;n<r;n+=1)e[o=a[n]]=t[o];return e}},function(e,t,n){"use strict";var r=n(136),o=n(163),a=n(50);function i(e,t,n){var r=[];return e.include.forEach((function(e){n=i(e,t,n)})),e[t].forEach((function(e){n.forEach((function(t,n){t.tag===e.tag&&t.kind===e.kind&&r.push(n)})),n.push(e)})),n.filter((function(e,t){return-1===r.indexOf(t)}))}function s(e){this.include=e.include||[],this.implicit=e.implicit||[],this.explicit=e.explicit||[],this.implicit.forEach((function(e){if(e.loadKind&&"scalar"!==e.loadKind)throw new o("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")})),this.compiledImplicit=i(this,"implicit",[]),this.compiledExplicit=i(this,"explicit",[]),this.compiledTypeMap=function(){var e,t,n={scalar:{},sequence:{},mapping:{},fallback:{}};function r(e){n[e.kind][e.tag]=n.fallback[e.tag]=e}for(e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(r);return n}(this.compiledImplicit,this.compiledExplicit)}s.DEFAULT=null,s.create=function(){var e,t;switch(arguments.length){case 1:e=s.DEFAULT,t=arguments[0];break;case 2:e=arguments[0],t=arguments[1];break;default:throw new o("Wrong number of arguments for Schema.create function")}if(e=r.toArray(e),t=r.toArray(t),!e.every((function(e){return e instanceof s})))throw new o("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!t.every((function(e){return e instanceof a})))throw new o("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new s({include:e,explicit:t})},e.exports=s},function(e,t,n){"use strict";var r=n(31);n(26);function o(e,t){return(e&t)===t}var a={MUST_USE_PROPERTY:1,HAS_BOOLEAN_VALUE:4,HAS_NUMERIC_VALUE:8,HAS_POSITIVE_NUMERIC_VALUE:24,HAS_OVERLOADED_BOOLEAN_VALUE:32,injectDOMPropertyConfig:function(e){var t=a,n=e.Properties||{},i=e.DOMAttributeNamespaces||{},u=e.DOMAttributeNames||{},c=e.DOMPropertyNames||{},l=e.DOMMutationMethods||{};for(var p in e.isCustomAttribute&&s._isCustomAttributeFunctions.push(e.isCustomAttribute),n){s.properties.hasOwnProperty(p)&&r("48",p);var f=p.toLowerCase(),h=n[p],d={attributeName:f,attributeNamespace:null,propertyName:p,mutationMethod:null,mustUseProperty:o(h,t.MUST_USE_PROPERTY),hasBooleanValue:o(h,t.HAS_BOOLEAN_VALUE),hasNumericValue:o(h,t.HAS_NUMERIC_VALUE),hasPositiveNumericValue:o(h,t.HAS_POSITIVE_NUMERIC_VALUE),hasOverloadedBooleanValue:o(h,t.HAS_OVERLOADED_BOOLEAN_VALUE)};if(d.hasBooleanValue+d.hasNumericValue+d.hasOverloadedBooleanValue<=1||r("50",p),u.hasOwnProperty(p)){var v=u[p];d.attributeName=v}i.hasOwnProperty(p)&&(d.attributeNamespace=i[p]),c.hasOwnProperty(p)&&(d.propertyName=c[p]),l.hasOwnProperty(p)&&(d.mutationMethod=l[p]),s.properties[p]=d}}},i=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",s={ID_ATTRIBUTE_NAME:"data-reactid",ROOT_ATTRIBUTE_NAME:"data-reactroot",ATTRIBUTE_NAME_START_CHAR:i,ATTRIBUTE_NAME_CHAR:i+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",properties:{},getPossibleStandardName:null,_isCustomAttributeFunctions:[],isCustomAttribute:function(e){for(var t=0;t<s._isCustomAttributeFunctions.length;t++){if((0,s._isCustomAttributeFunctions[t])(e))return!0}return!1},injection:a};e.exports=s},function(e,t,n){"use strict";var r=n(920);n(76),n(33);function o(){r.attachRefs(this,this._currentElement)}var a={mountComponent:function(e,t,n,r,a,i){var s=e.mountComponent(t,n,r,a,i);return e._currentElement&&null!=e._currentElement.ref&&t.getReactMountReady().enqueue(o,e),s},getHostNode:function(e){return e.getHostNode()},unmountComponent:function(e,t){r.detachRefs(e,e._currentElement),e.unmountComponent(t)},receiveComponent:function(e,t,n,a){var i=e._currentElement;if(t!==i||a!==e._context){0;var s=r.shouldUpdateRefs(i,t);s&&r.detachRefs(e,i),e.receiveComponent(t,n,a),s&&e._currentElement&&null!=e._currentElement.ref&&n.getReactMountReady().enqueue(o,e)}},performUpdateIfNecessary:function(e,t,n){e._updateBatchNumber===n&&e.performUpdateIfNecessary(t)}};e.exports=a},function(e,t,n){"use strict";var r=n(268),o=n(202),a=n(269),i=n(472),s="undefined"!=typeof document&&"number"==typeof document.documentMode||"undefined"!=typeof navigator&&"string"==typeof navigator.userAgent&&/\bEdge\/\d/.test(navigator.userAgent);function u(e){if(s){var t=e.node,n=e.children;if(n.length)for(var r=0;r<n.length;r++)c(t,n[r],null);else null!=e.html?o(t,e.html):null!=e.text&&i(t,e.text)}}var c=a((function(e,t,n){11===t.node.nodeType||1===t.node.nodeType&&"object"===t.node.nodeName.toLowerCase()&&(null==t.node.namespaceURI||t.node.namespaceURI===r.html)?(u(t),e.insertBefore(t.node,n)):(e.insertBefore(t.node,n),u(t))}));function l(){return this.node.nodeName}function p(e){return{node:e,children:[],html:null,text:null,toString:l}}p.insertTreeBefore=c,p.replaceChildWithTree=function(e,t){e.parentNode.replaceChild(t.node,e),u(t)},p.queueChild=function(e,t){s?e.children.push(t):e.node.appendChild(t.node)},p.queueHTML=function(e,t){s?e.html=t:o(e.node,t)},p.queueText=function(e,t){s?e.text=t:i(e.node,t)},e.exports=p},function(e,t,n){var r=n(199),o=n(458);e.exports=function(e,t,n,a){var i=!n;n||(n={});for(var s=-1,u=t.length;++s<u;){var c=t[s],l=a?a(n[c],e[c],c,n,e):void 0;void 0===l&&(l=e[c]),i?o(n,c,l):r(n,c,l)}return n}},function(e,t,n){"use strict";function r(e,t){var n;return n=Array.isArray(e)?[]:{},t.push(e),Object.keys(e).forEach((function(o){var a=e[o];"function"!=typeof a&&(a&&"object"==typeof a?-1!==t.indexOf(e[o])?n[o]="[Circular]":n[o]=r(e[o],t.slice(0)):n[o]=a)})),"string"==typeof e.name&&(n.name=e.name),"string"==typeof e.message&&(n.message=e.message),"string"==typeof e.stack&&(n.stack=e.stack),n}e.exports=function(e){return"object"==typeof e?r(e,[]):"function"==typeof e?"[Function: "+(e.name||"anonymous")+"]":e}},function(e,t,n){"use strict";n.r(t),n.d(t,"sampleFromSchemaGeneric",(function(){return C})),n.d(t,"inferSchema",(function(){return S})),n.d(t,"createXMLExample",(function(){return A})),n.d(t,"sampleFromSchema",(function(){return k})),n.d(t,"memoizedCreateXMLExample",(function(){return O})),n.d(t,"memoizedSampleFromSchema",(function(){return j}));var r=n(4),o=n.n(r),a=n(20),i=n.n(a),s=n(14),u=n.n(s),c=n(12),l=n.n(c),p=n(2),f=n.n(p),h=n(7),d=n(508),v=n.n(d),m=n(341),g=n.n(m),y=n(105),b=n.n(y),_={string:function(){return"string"},string_email:function(){return"user@example.com"},"string_date-time":function(){return(new Date).toISOString()},string_date:function(){return(new Date).toISOString().substring(0,10)},string_uuid:function(){return"3fa85f64-5717-4562-b3fc-2c963f66afa6"},string_hostname:function(){return"example.com"},string_ipv4:function(){return"198.51.100.42"},string_ipv6:function(){return"2001:0db8:5b96:0000:0000:426f:8e17:642a"},number:function(){return 0},number_float:function(){return 0},integer:function(){return 0},boolean:function(e){return"boolean"!=typeof e.default||e.default}},w=function(e){var t,n=e=Object(h.A)(e),r=n.type,o=n.format,a=_[f()(t="".concat(r,"_")).call(t,o)]||_[r];return Object(h.s)(a)?a(e):"Unknown Type: "+e.type},x=function(e){return Object(h.e)(e,"$$ref",(function(e){return"string"==typeof e&&l()(e).call(e,"#")>-1}))},E=function(e,t){return void 0===t.example&&void 0!==e.example&&(t.example=e.example),void 0===t.default&&void 0!==e.default&&(t.default=e.default),void 0===t.enum&&void 0!==e.enum&&(t.enum=e.enum),void 0===t.xml&&void 0!==e.xml&&(t.xml=e.xml),t},C=function e(t){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,s=arguments.length>3&&void 0!==arguments[3]&&arguments[3],c={},l=Object(h.A)(t),p=l.xml,d=l.type,v=l.example,m=l.properties,g=l.additionalProperties,y=l.items,_=r.includeReadOnly,C=r.includeWriteOnly,S=p=p||{},A=S.name,k=S.prefix,O=S.namespace,j={};if(s&&(n=(k?k+":":"")+(A=A||"notagname"),O)){var T=k?"xmlns:"+k:"xmlns";c[T]=O}s&&(j[n]=[]);var I=void 0!==a||void 0!==v||t&&void 0!==t.default,N=!I&&t&&t.oneOf&&t.oneOf.length>0,M=!I&&t&&t.anyOf&&t.anyOf.length>0;if(!I&&(N||M)){var P=N?t.oneOf[0]:t.anyOf[0];return E(t,P),e(P,r,void 0,s)}if(t&&!d)if(m||g)d="object";else if(y)d="array";else if(!I)return;var R,D,L=Object(h.A)(m);if(R=s?function(o){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0;if(t){if(L[o].xml=L[o].xml||{},L[o].xml.attribute){var i=u()(L[o].enum)?L[o].enum[0]:void 0,l=L[o].example,p=L[o].default;return void(c[L[o].xml.name||o]=void 0!==l?l:void 0!==p?p:void 0!==i?i:w(L[o]))}L[o].xml.name=L[o].xml.name||o}var h,d=e(t&&L[o]||void 0,r,a,s);u()(d)?j[n]=f()(h=j[n]).call(h,d):j[n].push(d)}:function(t,n){return j[t]=e(L[t],r,n,s)},I){var B;if(B=x(void 0!==a?a:void 0!==v?v:t.default),!s)return B;if(t||(d=u()(B)?"array":i()(B)),"array"===d){u()(B)||(B=[B]);var F=t?t.items:void 0;F&&(F.xml=F.xml||p||{},F.xml.name=F.xml.name||p.name);var U=o()(B).call(B,(function(t){return e(F,r,t,s)}));return p.wrapped?(j[n]=U,b()(c)||j[n].push({_attr:c})):j=U,j}if("object"===d){for(var q in B)B.hasOwnProperty(q)&&(t&&L[q]&&L[q].readOnly&&!_||t&&L[q]&&L[q].writeOnly&&!C||(t&&L[q]&&L[q].xml&&L[q].xml.attribute?c[L[q].xml.name||q]=v[q]:R(q,B[q])));return b()(c)||j[n].push({_attr:c}),j}return j[n]=b()(c)?B:[{_attr:c},B],j}if("object"===d){for(var z in L)L.hasOwnProperty(z)&&(L[z]&&L[z].deprecated||L[z]&&L[z].readOnly&&!_||L[z]&&L[z].writeOnly&&!C||R(z));if(!0===g)s?j[n].push({additionalProp:"Anything can be here"}):j.additionalProp1={};else if(g){var V=Object(h.A)(g),W=e(V,r,void 0,s);if(s&&V.xml&&V.xml.name&&"notagname"!==V.xml.name)j[n].push(W);else for(var H=1;H<4;H++)if(s){var J={};J["additionalProp"+H]=W.notagname,j[n].push(J)}else j["additionalProp"+H]=W}return s&&c&&j[n].push({_attr:c}),j}if("array"===d){var $,K;if(s&&(y.xml=y.xml||t.xml||{},y.xml.name=y.xml.name||p.name),u()(y.anyOf))$=o()(K=y.anyOf).call(K,(function(t){return e(E(y,t),r,void 0,s)}));else if(u()(y.oneOf)){var Y;$=o()(Y=y.oneOf).call(Y,(function(t){return e(E(y,t),r,void 0,s)}))}else{if(!(!s||s&&p.wrapped))return e(y,r,void 0,s);$=[e(y,r,void 0,s)]}return s&&p.wrapped?(j[n]=$,b()(c)||j[n].push({_attr:c}),j):$}if(t&&u()(t.enum))D=Object(h.w)(t.enum)[0];else{if(!t)return;D=w(t)}if("file"!==d)return s?(j[n]=b()(c)?D:[{_attr:c},D],j):D},S=function(e){return e.schema&&(e=e.schema),e.properties&&(e.type="object"),e},A=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,r=C(e,t,n,!0);if(r)return v()(r,{declaration:!0,indent:"\t"})},k=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return C(e,t,n,!1)},O=g()(A),j=g()(k)},function(e,t,n){"use strict";n.r(t),n.d(t,"UPDATE_CONFIGS",(function(){return a})),n.d(t,"TOGGLE_CONFIGS",(function(){return i})),n.d(t,"update",(function(){return s})),n.d(t,"toggle",(function(){return u})),n.d(t,"loaded",(function(){return c}));var r=n(3),o=n.n(r),a="configs_update",i="configs_toggle";function s(e,t){return{type:a,payload:o()({},e,t)}}function u(e){return{type:i,payload:e}}var c=function(){return function(e){var t=e.getConfigs,n=e.authActions;if(t().persistAuthorization){var r=localStorage.getItem("authorized");r&&n.restoreAuthorization({authorized:JSON.parse(r)})}}}},function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var r=n(37),o=n.n(r),a=n(13),i=n.n(a),s=n(1),u=n.n(s),c=u.a.Set.of("type","format","items","default","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","maxItems","minItems","uniqueItems","enum","multipleOf");function l(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isOAS3;if(!u.a.Map.isMap(e))return{schema:u.a.Map(),parameterContentMediaType:null};if(!n)return"body"===e.get("in")?{schema:e.get("schema",u.a.Map()),parameterContentMediaType:null}:{schema:i()(e).call(e,(function(e,t){return o()(c).call(c,t)})),parameterContentMediaType:null};if(e.get("content")){var r=e.get("content",u.a.Map({})).keySeq(),a=r.first();return{schema:e.getIn(["content",a,"schema"],u.a.Map()),parameterContentMediaType:a}}return{schema:e.get("schema",u.a.Map()),parameterContentMediaType:null}}},function(e,t,n){var r=n(1078);e.exports=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?Object(arguments[t]):{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){r(e,t,n[t])}))}return e}},function(e,t,n){"use strict";n.r(t),n.d(t,"createStore",(function(){return S})),n.d(t,"combineReducers",(function(){return k})),n.d(t,"bindActionCreators",(function(){return j})),n.d(t,"applyMiddleware",(function(){return N})),n.d(t,"compose",(function(){return T}));var r=n(503),o="object"==typeof self&&self&&self.Object===Object&&self,a=(r.a||o||Function("return this")()).Symbol,i=Object.prototype,s=i.hasOwnProperty,u=i.toString,c=a?a.toStringTag:void 0;var l=function(e){var t=s.call(e,c),n=e[c];try{e[c]=void 0;var r=!0}catch(e){}var o=u.call(e);return r&&(t?e[c]=n:delete e[c]),o},p=Object.prototype.toString;var f=function(e){return p.call(e)},h=a?a.toStringTag:void 0;var d=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":h&&h in Object(e)?l(e):f(e)};var v=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object);var m=function(e){return null!=e&&"object"==typeof e},g=Function.prototype,y=Object.prototype,b=g.toString,_=y.hasOwnProperty,w=b.call(Object);var x=function(e){if(!m(e)||"[object Object]"!=d(e))return!1;var t=v(e);if(null===t)return!0;var n=_.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&b.call(n)==w},E=n(339),C="@@redux/INIT";function S(e,t,n){var r;if("function"==typeof t&&void 0===n&&(n=t,t=void 0),void 0!==n){if("function"!=typeof n)throw new Error("Expected the enhancer to be a function.");return n(S)(e,t)}if("function"!=typeof e)throw new Error("Expected the reducer to be a function.");var o=e,a=t,i=[],s=i,u=!1;function c(){s===i&&(s=i.slice())}function l(){return a}function p(e){if("function"!=typeof e)throw new Error("Expected listener to be a function.");var t=!0;return c(),s.push(e),function(){if(t){t=!1,c();var n=s.indexOf(e);s.splice(n,1)}}}function f(e){if(!x(e))throw new Error("Actions must be plain objects. Use custom middleware for async actions.");if(void 0===e.type)throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?');if(u)throw new Error("Reducers may not dispatch actions.");try{u=!0,a=o(a,e)}finally{u=!1}for(var t=i=s,n=0;n<t.length;n++){(0,t[n])()}return e}return f({type:C}),(r={dispatch:f,subscribe:p,getState:l,replaceReducer:function(e){if("function"!=typeof e)throw new Error("Expected the nextReducer to be a function.");o=e,f({type:C})}})[E.a]=function(){var e,t=p;return(e={subscribe:function(e){if("object"!=typeof e)throw new TypeError("Expected the observer to be an object.");function n(){e.next&&e.next(l())}return n(),{unsubscribe:t(n)}}})[E.a]=function(){return this},e},r}function A(e,t){var n=t&&t.type;return"Given action "+(n&&'"'+n.toString()+'"'||"an action")+', reducer "'+e+'" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.'}function k(e){for(var t=Object.keys(e),n={},r=0;r<t.length;r++){var o=t[r];0,"function"==typeof e[o]&&(n[o]=e[o])}var a=Object.keys(n);var i=void 0;try{!function(e){Object.keys(e).forEach((function(t){var n=e[t];if(void 0===n(void 0,{type:C}))throw new Error('Reducer "'+t+"\" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.");if(void 0===n(void 0,{type:"@@redux/PROBE_UNKNOWN_ACTION_"+Math.random().toString(36).substring(7).split("").join(".")}))throw new Error('Reducer "'+t+"\" returned undefined when probed with a random type. Don't try to handle "+C+' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.')}))}(n)}catch(e){i=e}return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1];if(i)throw i;for(var r=!1,o={},s=0;s<a.length;s++){var u=a[s],c=n[u],l=e[u],p=c(l,t);if(void 0===p){var f=A(u,t);throw new Error(f)}o[u]=p,r=r||p!==l}return r?o:e}}function O(e,t){return function(){return t(e.apply(void 0,arguments))}}function j(e,t){if("function"==typeof e)return O(e,t);if("object"!=typeof e||null===e)throw new Error("bindActionCreators expected an object or a function, instead received "+(null===e?"null":typeof e)+'. Did you write "import ActionCreators from" instead of "import * as ActionCreators from"?');for(var n=Object.keys(e),r={},o=0;o<n.length;o++){var a=n[o],i=e[a];"function"==typeof i&&(r[a]=O(i,t))}return r}function T(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?function(e){return e}:1===t.length?t[0]:t.reduce((function(e,t){return function(){return e(t.apply(void 0,arguments))}}))}var I=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function N(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return function(n,r,o){var a,i=e(n,r,o),s=i.dispatch,u={getState:i.getState,dispatch:function(e){return s(e)}};return a=t.map((function(e){return e(u)})),s=T.apply(void 0,a)(i.dispatch),I({},i,{dispatch:s})}}}},function(e,t,n){var r=n(356),o=n(226);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t){e.exports={}},function(e,t,n){var r=n(52),o=n(72),a=n(178),i=n(365),s=a("IE_PROTO"),u=Object.prototype;e.exports=i?Object.getPrototypeOf:function(e){return e=o(e),r(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?u:null}},function(e,t,n){"use strict";var r=n(69),o=n(234),a=n(111),i=n(73),s=n(230),u="Array Iterator",c=i.set,l=i.getterFor(u);e.exports=s(Array,"Array",(function(e,t){c(this,{type:u,target:r(e),index:0,kind:t})}),(function(){var e=l(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),a.Arguments=a.Array,o("keys"),o("values"),o("entries")},function(e,t,n){var r=n(108);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){"use strict";var r=n(176),o=n(63),a=n(107);e.exports=function(e,t,n){var i=r(t);i in e?o.f(e,i,a(0,n)):e[i]=n}},function(e,t,n){var r=n(36),o=n(39),a=n(236),i=o("species");e.exports=function(e){return a>=51||!r((function(){var t=[];return(t.constructor={})[i]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){"use strict";e.exports=function(e){for(var t=arguments.length-1,n="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,r=0;r<t;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);n+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var o=new Error(n);throw o.name="Invariant Violation",o.framesToPop=1,o}},function(e,t,n){var r=n(88),o=n(111),a=n(39)("iterator");e.exports=function(e){if(null!=e)return e[a]||e["@@iterator"]||o[r(e)]}},function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},function(e,t,n){var r=n(738),o=n(243),a=n(739),i=n(740),s=n(741),u=n(114),c=n(409),l="[object Map]",p="[object Promise]",f="[object Set]",h="[object WeakMap]",d="[object DataView]",v=c(r),m=c(o),g=c(a),y=c(i),b=c(s),_=u;(r&&_(new r(new ArrayBuffer(1)))!=d||o&&_(new o)!=l||a&&_(a.resolve())!=p||i&&_(new i)!=f||s&&_(new s)!=h)&&(_=function(e){var t=u(e),n="[object Object]"==t?e.constructor:void 0,r=n?c(n):"";if(r)switch(r){case v:return d;case m:return l;case g:return p;case y:return f;case b:return h}return t}),e.exports=_},function(e,t,n){(function(e){function n(e){return Object.prototype.toString.call(e)}t.isArray=function(e){return Array.isArray?Array.isArray(e):"[object Array]"===n(e)},t.isBoolean=function(e){return"boolean"==typeof e},t.isNull=function(e){return null===e},t.isNullOrUndefined=function(e){return null==e},t.isNumber=function(e){return"number"==typeof e},t.isString=function(e){return"string"==typeof e},t.isSymbol=function(e){return"symbol"==typeof e},t.isUndefined=function(e){return void 0===e},t.isRegExp=function(e){return"[object RegExp]"===n(e)},t.isObject=function(e){return"object"==typeof e&&null!==e},t.isDate=function(e){return"[object Date]"===n(e)},t.isError=function(e){return"[object Error]"===n(e)||e instanceof Error},t.isFunction=function(e){return"function"==typeof e},t.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e},t.isBuffer=e.isBuffer}).call(this,n(77).Buffer)},function(e,t,n){var r=n(112);e.exports=function(e,t,n){for(var o in t)n&&n.unsafe&&e[o]?e[o]=t[o]:r(e,o,t[o],n);return e}},function(e,t,n){"use strict";var r=n(79),o=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=r(t),this.reject=r(n)};e.exports.f=function(e){return new o(e)}},function(e,t,n){"use strict";function r(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r.prototype.toString=function(e){var t=this.name+": ";return t+=this.reason||"(unknown reason)",!e&&this.mark&&(t+=" "+this.mark.toString()),t},e.exports=r},function(e,t,n){"use strict";var r=n(137);e.exports=new r({include:[n(455)],implicit:[n(880),n(881)],explicit:[n(882),n(883),n(884),n(885)]})},function(e,t,n){"use strict";var r=n(166),o=n(262),a=n(464),i=n(465),s=(n(33),r.getListener);function u(e,t,n){var r=function(e,t,n){var r=t.dispatchConfig.phasedRegistrationNames[n];return s(e,r)}(e,n,t);r&&(n._dispatchListeners=a(n._dispatchListeners,r),n._dispatchInstances=a(n._dispatchInstances,e))}function c(e){e&&e.dispatchConfig.phasedRegistrationNames&&o.traverseTwoPhase(e._targetInst,u,e)}function l(e){if(e&&e.dispatchConfig.phasedRegistrationNames){var t=e._targetInst,n=t?o.getParentInstance(t):null;o.traverseTwoPhase(n,u,e)}}function p(e,t,n){if(n&&n.dispatchConfig.registrationName){var r=n.dispatchConfig.registrationName,o=s(e,r);o&&(n._dispatchListeners=a(n._dispatchListeners,o),n._dispatchInstances=a(n._dispatchInstances,e))}}function f(e){e&&e.dispatchConfig.registrationName&&p(e._targetInst,0,e)}var h={accumulateTwoPhaseDispatches:function(e){i(e,c)},accumulateTwoPhaseDispatchesSkipTarget:function(e){i(e,l)},accumulateDirectDispatches:function(e){i(e,f)},accumulateEnterLeaveDispatches:function(e,t,n,r){o.traverseEnterLeave(n,r,p,e,t)}};e.exports=h},function(e,t,n){"use strict";var r=n(31),o=n(261),a=n(262),i=n(263),s=n(464),u=n(465),c=(n(26),{}),l=null,p=function(e,t){e&&(a.executeDispatchesInOrder(e,t),e.isPersistent()||e.constructor.release(e))},f=function(e){return p(e,!0)},h=function(e){return p(e,!1)},d=function(e){return"."+e._rootNodeID};var v={injection:{injectEventPluginOrder:o.injectEventPluginOrder,injectEventPluginsByName:o.injectEventPluginsByName},putListener:function(e,t,n){"function"!=typeof n&&r("94",t,typeof n);var a=d(e);(c[t]||(c[t]={}))[a]=n;var i=o.registrationNameModules[t];i&&i.didPutListener&&i.didPutListener(e,t,n)},getListener:function(e,t){var n=c[t];if(function(e,t,n){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":return!(!n.disabled||(r=t,"button"!==r&&"input"!==r&&"select"!==r&&"textarea"!==r));default:return!1}var r}(t,e._currentElement.type,e._currentElement.props))return null;var r=d(e);return n&&n[r]},deleteListener:function(e,t){var n=o.registrationNameModules[t];n&&n.willDeleteListener&&n.willDeleteListener(e,t);var r=c[t];r&&delete r[d(e)]},deleteAllListeners:function(e){var t=d(e);for(var n in c)if(c.hasOwnProperty(n)&&c[n][t]){var r=o.registrationNameModules[n];r&&r.willDeleteListener&&r.willDeleteListener(e,n),delete c[n][t]}},extractEvents:function(e,t,n,r){for(var a,i=o.plugins,u=0;u<i.length;u++){var c=i[u];if(c){var l=c.extractEvents(e,t,n,r);l&&(a=s(a,l))}}return a},enqueueEvents:function(e){e&&(l=s(l,e))},processEventQueue:function(e){var t=l;l=null,u(t,e?f:h),l&&r("95"),i.rethrowCaughtError()},__purge:function(){c={}},__getListenerBank:function(){return c}};e.exports=v},function(e,t,n){"use strict";var r=n(93),o=n(264),a={view:function(e){if(e.view)return e.view;var t=o(e);if(t.window===t)return t;var n=t.ownerDocument;return n?n.defaultView||n.parentWindow:window},detail:function(e){return e.detail||0}};function i(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(i,a),e.exports=i},function(e,t,n){"use strict";var r={remove:function(e){e._reactInternalInstance=void 0},get:function(e){return e._reactInternalInstance},has:function(e){return void 0!==e._reactInternalInstance},set:function(e,t){e._reactInternalInstance=t}};e.exports=r},function(e,t,n){"use strict";n.r(t),n.d(t,"parseYamlConfig",(function(){return a}));var r=n(102),o=n.n(r),a=function(e,t){try{return o.a.safeLoad(e)}catch(e){return t&&t.errActions.newThrownErr(new Error(e)),{}}}},function(e,t,n){e.exports=n(632)},function(e,t,n){"use strict";n.r(t),n.d(t,"makeMappedContainer",(function(){return O})),n.d(t,"render",(function(){return j})),n.d(t,"getComponent",(function(){return N}));var r=n(20),o=n.n(r),a=n(15),i=n.n(a),s=n(21),u=n.n(s),c=n(29),l=n.n(c),p=n(6),f=n.n(p),h=n(5),d=n.n(h),v=n(8),m=n.n(v),g=n(9),y=n.n(g),b=n(0),_=n.n(b),w=n(514),x=n.n(w),E=n(345),C=n(515),S=n.n(C),A=function(e,t,n){var r=function(e,t){return function(n){m()(o,n);var r=y()(o);function o(){return f()(this,o),r.apply(this,arguments)}return d()(o,[{key:"render",value:function(){return _.a.createElement(t,l()({},e(),this.props,this.context))}}]),o}(b.Component)}(e,t),o=Object(E.connect)((function(n,r){var o=u()({},r,e());return(t.prototype.mapStateToProps||function(e){return{state:e}})(n,o)}))(r);return n?function(e,t){return function(n){m()(o,n);var r=y()(o);function o(){return f()(this,o),r.apply(this,arguments)}return d()(o,[{key:"render",value:function(){return _.a.createElement(E.Provider,{store:e},_.a.createElement(t,l()({},this.props,this.context)))}}]),o}(b.Component)}(n,o):o},k=function(e,t,n,r){for(var o in t){var a=t[o];"function"==typeof a&&a(n[o],r[o],e())}},O=function(e,t,n,r,o,a){return function(t){m()(s,t);var r=y()(s);function s(t,n){var o;return f()(this,s),o=r.call(this,t,n),k(e,a,t,{}),o}return d()(s,[{key:"componentWillReceiveProps",value:function(t){k(e,a,t,this.props)}},{key:"render",value:function(){var e=S()(this.props,a?i()(a):[]),t=n(o,"root");return _.a.createElement(t,e)}}]),s}(b.Component)},j=function(e,t,n,r,o){var a=n(e,t,r,"App","root");x.a.render(_.a.createElement(a,null),o)},T=function(e){var t=e.name;return _.a.createElement("div",{className:"fallback"},"😱 ",_.a.createElement("i",null,"Could not render ","t"===t?"this component":t,", see the console."))},I=function(e){var t=function(e){return!(e.prototype&&e.prototype.isReactComponent)}(e)?function(e){return function(t){m()(r,t);var n=y()(r);function r(){return f()(this,r),n.apply(this,arguments)}return d()(r,[{key:"render",value:function(){return e(this.props)}}]),r}(b.Component)}(e):e,n=t.prototype.render;return t.prototype.render=function(){try{for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];return n.apply(this,r)}catch(e){return console.error(e),_.a.createElement(T,{error:e,name:t.name})}},t},N=function(e,t,n,r,a){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};if("string"!=typeof r)throw new TypeError("Need a string, to fetch a component. Was given a "+o()(r));var s=n(r);return s?a?"root"===a?A(e,s,t()):A(e,I(s)):I(s):(i.failSilently||e().log.warn("Could not find component:",r),null)}},function(e,t,n){e.exports=n(1060)},function(e,t,n){"use strict";n.r(t),n.d(t,"setHash",(function(){return r}));var r=function(e){return e?history.pushState(null,null,"#".concat(e)):window.location.hash=""}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,a=o&&!r.call({1:2},1);t.f=a?function(e){var t=o(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(36),o=n(108),a="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?a.call(e,""):Object(e)}:Object},function(e,t,n){var r=n(45);e.exports=function(e,t){if(!r(e))return e;var n,o;if(t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;if("function"==typeof(n=e.valueOf)&&!r(o=n.call(e)))return o;if(!t&&"function"==typeof(n=e.toString)&&!r(o=n.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},function(e,t,n){var r=n(228),o=n(177),a=r("keys");e.exports=function(e){return a[e]||(a[e]=o(e))}},function(e,t,n){e.exports=n(553)},function(e,t){},function(e,t,n){"use strict";e.exports={}},function(e,t,n){var r=n(391),o=n(650),a=n(389);e.exports=function(e,t){var n;if(e){if("string"==typeof e)return a(e,t);var i=o(n=Object.prototype.toString.call(e)).call(n,8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?r(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?a(e,t):void 0}}},function(e,t,n){var r=n(114),o=n(91);e.exports=function(e){return"symbol"==typeof e||o(e)&&"[object Symbol]"==r(e)}},function(e,t,n){var r=n(115)(Object,"create");e.exports=r},function(e,t,n){var r=n(705),o=n(706),a=n(707),i=n(708),s=n(709);function u(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=a,u.prototype.has=i,u.prototype.set=s,e.exports=u},function(e,t,n){var r=n(124);e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},function(e,t,n){var r=n(711);e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},function(e,t,n){var r=n(716),o=n(743),a=n(252),i=n(53),s=n(748);e.exports=function(e){return"function"==typeof e?e:null==e?a:"object"==typeof e?i(e)?o(e[0],e[1]):r(e):s(e)}},function(e,t,n){var r=n(734),o=n(91),a=Object.prototype,i=a.hasOwnProperty,s=a.propertyIsEnumerable,u=r(function(){return arguments}())?r:function(e){return o(e)&&i.call(e,"callee")&&!s.call(e,"callee")};e.exports=u},function(e,t,n){(function(e){var r=n(75),o=n(735),a=t&&!t.nodeType&&t,i=a&&"object"==typeof e&&e&&!e.nodeType&&e,s=i&&i.exports===a?r.Buffer:void 0,u=(s?s.isBuffer:void 0)||o;e.exports=u}).call(this,n(191)(e))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){var n=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&n.test(e))&&e>-1&&e%1==0&&e<t}},function(e,t,n){var r=n(131),o=n(132);e.exports=function(e,t){for(var n=0,a=(t=r(t,e)).length;null!=e&&n<a;)e=e[o(t[n++])];return n&&n==a?e:void 0}},function(e,t,n){"use strict";(function(t){!t.version||0===t.version.indexOf("v0.")||0===t.version.indexOf("v1.")&&0!==t.version.indexOf("v1.8.")?e.exports={nextTick:function(e,n,r,o){if("function"!=typeof e)throw new TypeError('"callback" argument must be a function');var a,i,s=arguments.length;switch(s){case 0:case 1:return t.nextTick(e);case 2:return t.nextTick((function(){e.call(null,n)}));case 3:return t.nextTick((function(){e.call(null,n,r)}));case 4:return t.nextTick((function(){e.call(null,n,r,o)}));default:for(a=new Array(s-1),i=0;i<a.length;)a[i++]=arguments[i];return t.nextTick((function(){e.apply(null,a)}))}}}:e.exports=t}).call(this,n(92))},function(e,t,n){"use strict";e.exports=n(776)("forEach")},function(e,t,n){"use strict";var r=n(436),o=n(433),a=n(256),i=n(785);(e.exports=function(e,t){var n,a,s,u,c;return arguments.length<2||"string"!=typeof e?(u=t,t=e,e=null):u=arguments[2],null==e?(n=s=!0,a=!1):(n=i.call(e,"c"),a=i.call(e,"e"),s=i.call(e,"w")),c={value:t,configurable:n,enumerable:a,writable:s},u?r(o(u),c):c}).gs=function(e,t,n){var s,u,c,l;return"string"!=typeof e?(c=n,n=t,t=e,e=null):c=arguments[3],null==t?t=void 0:a(t)?null==n?n=void 0:a(n)||(c=n,n=void 0):(c=t,t=n=void 0),null==e?(s=!0,u=!1):(s=i.call(e,"c"),u=i.call(e,"e")),l={get:t,set:n,configurable:s,enumerable:u},c?r(o(c),l):l}},function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}},function(e,t,n){"use strict";var r=n(137);e.exports=r.DEFAULT=new r({include:[n(164)],explicit:[n(886),n(887),n(888)]})},function(e,t,n){var r=n(458),o=n(124),a=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var i=e[t];a.call(e,t)&&o(i,n)&&(void 0!==n||t in e)||r(e,t,n)}},function(e,t,n){"use strict";var r=n(31),o=(n(26),{}),a={reinitializeTransaction:function(){this.transactionWrappers=this.getTransactionWrappers(),this.wrapperInitData?this.wrapperInitData.length=0:this.wrapperInitData=[],this._isInTransaction=!1},_isInTransaction:!1,getTransactionWrappers:null,isInTransaction:function(){return!!this._isInTransaction},perform:function(e,t,n,o,a,i,s,u){var c,l;this.isInTransaction()&&r("27");try{this._isInTransaction=!0,c=!0,this.initializeAll(0),l=e.call(t,n,o,a,i,s,u),c=!1}finally{try{if(c)try{this.closeAll(0)}catch(e){}else this.closeAll(0)}finally{this._isInTransaction=!1}}return l},initializeAll:function(e){for(var t=this.transactionWrappers,n=e;n<t.length;n++){var r=t[n];try{this.wrapperInitData[n]=o,this.wrapperInitData[n]=r.initialize?r.initialize.call(this):null}finally{if(this.wrapperInitData[n]===o)try{this.initializeAll(n+1)}catch(e){}}}},closeAll:function(e){this.isInTransaction()||r("28");for(var t=this.transactionWrappers,n=e;n<t.length;n++){var a,i=t[n],s=this.wrapperInitData[n];try{a=!0,s!==o&&i.close&&i.close.call(this,s),a=!1}finally{if(a)try{this.closeAll(n+1)}catch(e){}}}this.wrapperInitData.length=0}};e.exports=a},function(e,t,n){"use strict";var r=n(167),o=n(471),a={screenX:null,screenY:null,clientX:null,clientY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:n(266),button:function(e){var t=e.button;return"which"in e?t:2===t?2:4===t?1:0},buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},pageX:function(e){return"pageX"in e?e.pageX:e.clientX+o.currentScrollLeft},pageY:function(e){return"pageY"in e?e.pageY:e.clientY+o.currentScrollTop}};function i(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(i,a),e.exports=i},function(e,t,n){"use strict";var r,o=n(57),a=n(268),i=/^[ \r\n\t\f]/,s=/<(!--|link|noscript|meta|script|style)[ \r\n\t\f\/>]/,u=n(269)((function(e,t){if(e.namespaceURI!==a.svg||"innerHTML"in e)e.innerHTML=t;else{(r=r||document.createElement("div")).innerHTML="<svg>"+t+"</svg>";for(var n=r.firstChild;n.firstChild;)e.appendChild(n.firstChild)}}));if(o.canUseDOM){var c=document.createElement("div");c.innerHTML=" ",""===c.innerHTML&&(u=function(e,t){if(e.parentNode&&e.parentNode.replaceChild(e,e),i.test(t)||"<"===t[0]&&s.test(t)){e.innerHTML=String.fromCharCode(65279)+t;var n=e.firstChild;1===n.data.length?e.removeChild(n):n.deleteData(0,1)}else e.innerHTML=t}),c=null}e.exports=u},function(e,t,n){"use strict";var r=/["'&<>]/;e.exports=function(e){return"boolean"==typeof e||"number"==typeof e?""+e:function(e){var t,n=""+e,o=r.exec(n);if(!o)return n;var a="",i=0,s=0;for(i=o.index;i<n.length;i++){switch(n.charCodeAt(i)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}s!==i&&(a+=n.substring(s,i)),s=i+1,a+=t}return s!==i?a+n.substring(s,i):a}(e)}},function(e,t,n){"use strict";var r,o=n(40),a=n(261),i=n(941),s=n(471),u=n(942),c=n(265),l={},p=!1,f=0,h={topAbort:"abort",topAnimationEnd:u("animationend")||"animationend",topAnimationIteration:u("animationiteration")||"animationiteration",topAnimationStart:u("animationstart")||"animationstart",topBlur:"blur",topCanPlay:"canplay",topCanPlayThrough:"canplaythrough",topChange:"change",topClick:"click",topCompositionEnd:"compositionend",topCompositionStart:"compositionstart",topCompositionUpdate:"compositionupdate",topContextMenu:"contextmenu",topCopy:"copy",topCut:"cut",topDoubleClick:"dblclick",topDrag:"drag",topDragEnd:"dragend",topDragEnter:"dragenter",topDragExit:"dragexit",topDragLeave:"dragleave",topDragOver:"dragover",topDragStart:"dragstart",topDrop:"drop",topDurationChange:"durationchange",topEmptied:"emptied",topEncrypted:"encrypted",topEnded:"ended",topError:"error",topFocus:"focus",topInput:"input",topKeyDown:"keydown",topKeyPress:"keypress",topKeyUp:"keyup",topLoadedData:"loadeddata",topLoadedMetadata:"loadedmetadata",topLoadStart:"loadstart",topMouseDown:"mousedown",topMouseMove:"mousemove",topMouseOut:"mouseout",topMouseOver:"mouseover",topMouseUp:"mouseup",topPaste:"paste",topPause:"pause",topPlay:"play",topPlaying:"playing",topProgress:"progress",topRateChange:"ratechange",topScroll:"scroll",topSeeked:"seeked",topSeeking:"seeking",topSelectionChange:"selectionchange",topStalled:"stalled",topSuspend:"suspend",topTextInput:"textInput",topTimeUpdate:"timeupdate",topTouchCancel:"touchcancel",topTouchEnd:"touchend",topTouchMove:"touchmove",topTouchStart:"touchstart",topTransitionEnd:u("transitionend")||"transitionend",topVolumeChange:"volumechange",topWaiting:"waiting",topWheel:"wheel"},d="_reactListenersID"+String(Math.random()).slice(2);var v=o({},i,{ReactEventListener:null,injection:{injectReactEventListener:function(e){e.setHandleTopLevel(v.handleTopLevel),v.ReactEventListener=e}},setEnabled:function(e){v.ReactEventListener&&v.ReactEventListener.setEnabled(e)},isEnabled:function(){return!(!v.ReactEventListener||!v.ReactEventListener.isEnabled())},listenTo:function(e,t){for(var n=t,r=function(e){return Object.prototype.hasOwnProperty.call(e,d)||(e[d]=f++,l[e[d]]={}),l[e[d]]}(n),o=a.registrationNameDependencies[e],i=0;i<o.length;i++){var s=o[i];r.hasOwnProperty(s)&&r[s]||("topWheel"===s?c("wheel")?v.ReactEventListener.trapBubbledEvent("topWheel","wheel",n):c("mousewheel")?v.ReactEventListener.trapBubbledEvent("topWheel","mousewheel",n):v.ReactEventListener.trapBubbledEvent("topWheel","DOMMouseScroll",n):"topScroll"===s?c("scroll",!0)?v.ReactEventListener.trapCapturedEvent("topScroll","scroll",n):v.ReactEventListener.trapBubbledEvent("topScroll","scroll",v.ReactEventListener.WINDOW_HANDLE):"topFocus"===s||"topBlur"===s?(c("focus",!0)?(v.ReactEventListener.trapCapturedEvent("topFocus","focus",n),v.ReactEventListener.trapCapturedEvent("topBlur","blur",n)):c("focusin")&&(v.ReactEventListener.trapBubbledEvent("topFocus","focusin",n),v.ReactEventListener.trapBubbledEvent("topBlur","focusout",n)),r.topBlur=!0,r.topFocus=!0):h.hasOwnProperty(s)&&v.ReactEventListener.trapBubbledEvent(s,h[s],n),r[s]=!0)}},trapBubbledEvent:function(e,t,n){return v.ReactEventListener.trapBubbledEvent(e,t,n)},trapCapturedEvent:function(e,t,n){return v.ReactEventListener.trapCapturedEvent(e,t,n)},supportsEventPageXY:function(){if(!document.createEvent)return!1;var e=document.createEvent("MouseEvent");return null!=e&&"pageX"in e},ensureScrollValueMonitoring:function(){if(void 0===r&&(r=v.supportsEventPageXY()),!r&&!p){var e=s.refreshScrollValues;v.ReactEventListener.monitorScrollValue(e),p=!0}}});e.exports=v},function(e,t,n){var r=n(150),o=n(45),a=n(52),i=n(63).f,s=n(177),u=n(1050),c=s("meta"),l=0,p=Object.isExtensible||function(){return!0},f=function(e){i(e,c,{value:{objectID:"O"+ ++l,weakData:{}}})},h=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!o(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!a(e,c)){if(!p(e))return"F";if(!t)return"E";f(e)}return e[c].objectID},getWeakData:function(e,t){if(!a(e,c)){if(!p(e))return!0;if(!t)return!1;f(e)}return e[c].weakData},onFreeze:function(e){return u&&h.REQUIRED&&p(e)&&!a(e,c)&&f(e),e}};r[c]=!0},function(e,t,n){var r=n(906),o=n(461);function a(t){return e.exports=a=o?r:function(e){return e.__proto__||r(e)},a(t)}e.exports=a},function(e,t,n){var r=n(114),o=n(278),a=n(91),i=Function.prototype,s=Object.prototype,u=i.toString,c=s.hasOwnProperty,l=u.call(Object);e.exports=function(e){if(!a(e)||"[object Object]"!=r(e))return!1;var t=o(e);if(null===t)return!0;var n=c.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&u.call(n)==l}},function(e,t,n){e.exports=n(665)},function(e,t,n){var r=n(715)(n(751));e.exports=r},function(e,t,n){var r=n(114),o=n(53),a=n(91);e.exports=function(e){return"string"==typeof e||!o(e)&&a(e)&&"[object String]"==r(e)}},function(e,t,n){e.exports=n(1031)},function(e,t,n){var r=n(1035),o=n(494)((function(e,t){return null==e?{}:r(e,t)}));e.exports=o},function(e,t,n){var r=n(199),o=n(141),a=n(1058),i=n(117),s=n(158),u=n(116),c=Object.prototype.hasOwnProperty,l=a((function(e,t){if(s(t)||i(t))o(t,u(t),e);else for(var n in t)c.call(t,n)&&r(e,n,t[n])}));e.exports=l},function(e,t,n){(function(t){!function(){"use strict";e.exports=function(e){return(e instanceof t?e:t.from(e.toString(),"binary")).toString("base64")}}()}).call(this,n(77).Buffer)},function(e,t,n){e.exports=n(1065)},function(e,t,n){"use strict";n.d(t,"a",(function(){return k}));var r=n(2),o=n.n(r),a=n(15),i=n.n(a),s=n(20),u=n.n(s),c=n(6),l=n.n(c),p=n(5),f=n.n(p),h=n(10),d=n.n(h),v=n(8),m=n.n(v),g=n(9),y=n.n(g),b=n(3),_=n.n(b),w=n(0),x=n.n(w),E=n(96),C=n.n(E),S=(n(11),n(7)),A=n(27),k=function(e){m()(n,e);var t=y()(n);function n(e,r){var o;l()(this,n),o=t.call(this,e,r),_()(d()(o),"getDefinitionUrl",(function(){var e=o.props.specSelectors;return new C.a(e.url(),A.a.location).toString()}));var a=(0,e.getConfigs)().validatorUrl;return o.state={url:o.getDefinitionUrl(),validatorUrl:void 0===a?"https://validator.swagger.io/validator":a},o}return f()(n,[{key:"componentWillReceiveProps",value:function(e){var t=(0,e.getConfigs)().validatorUrl;this.setState({url:this.getDefinitionUrl(),validatorUrl:void 0===t?"https://validator.swagger.io/validator":t})}},{key:"render",value:function(){var e,t,n=(0,this.props.getConfigs)().spec,r=Object(S.G)(this.state.validatorUrl);return"object"===u()(n)&&i()(n).length?null:this.state.url&&Object(S.F)(this.state.validatorUrl)&&Object(S.F)(this.state.url)?x.a.createElement("span",{className:"float-right"},x.a.createElement("a",{target:"_blank",rel:"noopener noreferrer",href:o()(e="".concat(r,"/debug?url=")).call(e,encodeURIComponent(this.state.url))},x.a.createElement(O,{src:o()(t="".concat(r,"?url=")).call(t,encodeURIComponent(this.state.url)),alt:"Online validator badge"}))):null}}]),n}(x.a.Component),O=function(e){m()(n,e);var t=y()(n);function n(e){var r;return l()(this,n),(r=t.call(this,e)).state={loaded:!1,error:!1},r}return f()(n,[{key:"componentDidMount",value:function(){var e=this,t=new Image;t.onload=function(){e.setState({loaded:!0})},t.onerror=function(){e.setState({error:!0})},t.src=this.props.src}},{key:"componentWillReceiveProps",value:function(e){var t=this;if(e.src!==this.props.src){var n=new Image;n.onload=function(){t.setState({loaded:!0})},n.onerror=function(){t.setState({error:!0})},n.src=e.src}}},{key:"render",value:function(){return this.state.error?x.a.createElement("img",{alt:"Error"}):this.state.loaded?x.a.createElement("img",{src:this.props.src,alt:this.props.alt}):null}}]),n}(x.a.Component)},function(e,t,n){"use strict";var r=n(1079).CopyToClipboard;r.CopyToClipboard=r,e.exports=r},function(e,t,n){"use strict";var r;function o(e){return(r=r||document.createElement("textarea")).innerHTML="&"+e+";",r.value}n.d(t,"a",(function(){return ke}));var a=Object.prototype.hasOwnProperty;function i(e,t){return!!e&&a.call(e,t)}function s(e){var t=[].slice.call(arguments,1);return t.forEach((function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}var u=/\\([\\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;function c(e){return e.indexOf("\\")<0?e:e.replace(u,"$1")}function l(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!=(65535&e)&&65534!=(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function p(e){if(e>65535){var t=55296+((e-=65536)>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}var f=/&([a-z#][a-z0-9]{1,31});/gi,h=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i;function d(e,t){var n=0,r=o(t);return t!==r?r:35===t.charCodeAt(0)&&h.test(t)&&l(n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10))?p(n):e}function v(e){return e.indexOf("&")<0?e:e.replace(f,d)}var m=/[&<>"]/,g=/[&<>"]/g,y={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function b(e){return y[e]}function _(e){return m.test(e)?e.replace(g,b):e}var w={};function x(e,t){return++t>=e.length-2?t:"paragraph_open"===e[t].type&&e[t].tight&&"inline"===e[t+1].type&&0===e[t+1].content.length&&"paragraph_close"===e[t+2].type&&e[t+2].tight?x(e,t+2):t}w.blockquote_open=function(){return"<blockquote>\n"},w.blockquote_close=function(e,t){return"</blockquote>"+E(e,t)},w.code=function(e,t){return e[t].block?"<pre><code>"+_(e[t].content)+"</code></pre>"+E(e,t):"<code>"+_(e[t].content)+"</code>"},w.fence=function(e,t,n,r,o){var a,s,u=e[t],l="",p=n.langPrefix;if(u.params){if(s=(a=u.params.split(/\s+/g)).join(" "),i(o.rules.fence_custom,a[0]))return o.rules.fence_custom[a[0]](e,t,n,r,o);l=' class="'+p+_(v(c(s)))+'"'}return"<pre><code"+l+">"+(n.highlight&&n.highlight.apply(n.highlight,[u.content].concat(a))||_(u.content))+"</code></pre>"+E(e,t)},w.fence_custom={},w.heading_open=function(e,t){return"<h"+e[t].hLevel+">"},w.heading_close=function(e,t){return"</h"+e[t].hLevel+">\n"},w.hr=function(e,t,n){return(n.xhtmlOut?"<hr />":"<hr>")+E(e,t)},w.bullet_list_open=function(){return"<ul>\n"},w.bullet_list_close=function(e,t){return"</ul>"+E(e,t)},w.list_item_open=function(){return"<li>"},w.list_item_close=function(){return"</li>\n"},w.ordered_list_open=function(e,t){var n=e[t];return"<ol"+(n.order>1?' start="'+n.order+'"':"")+">\n"},w.ordered_list_close=function(e,t){return"</ol>"+E(e,t)},w.paragraph_open=function(e,t){return e[t].tight?"":"<p>"},w.paragraph_close=function(e,t){var n=!(e[t].tight&&t&&"inline"===e[t-1].type&&!e[t-1].content);return(e[t].tight?"":"</p>")+(n?E(e,t):"")},w.link_open=function(e,t,n){var r=e[t].title?' title="'+_(v(e[t].title))+'"':"",o=n.linkTarget?' target="'+n.linkTarget+'"':"";return'<a href="'+_(e[t].href)+'"'+r+o+">"},w.link_close=function(){return"</a>"},w.image=function(e,t,n){var r=' src="'+_(e[t].src)+'"',o=e[t].title?' title="'+_(v(e[t].title))+'"':"";return"<img"+r+(' alt="'+(e[t].alt?_(v(c(e[t].alt))):"")+'"')+o+(n.xhtmlOut?" /":"")+">"},w.table_open=function(){return"<table>\n"},w.table_close=function(){return"</table>\n"},w.thead_open=function(){return"<thead>\n"},w.thead_close=function(){return"</thead>\n"},w.tbody_open=function(){return"<tbody>\n"},w.tbody_close=function(){return"</tbody>\n"},w.tr_open=function(){return"<tr>"},w.tr_close=function(){return"</tr>\n"},w.th_open=function(e,t){var n=e[t];return"<th"+(n.align?' style="text-align:'+n.align+'"':"")+">"},w.th_close=function(){return"</th>"},w.td_open=function(e,t){var n=e[t];return"<td"+(n.align?' style="text-align:'+n.align+'"':"")+">"},w.td_close=function(){return"</td>"},w.strong_open=function(){return"<strong>"},w.strong_close=function(){return"</strong>"},w.em_open=function(){return"<em>"},w.em_close=function(){return"</em>"},w.del_open=function(){return"<del>"},w.del_close=function(){return"</del>"},w.ins_open=function(){return"<ins>"},w.ins_close=function(){return"</ins>"},w.mark_open=function(){return"<mark>"},w.mark_close=function(){return"</mark>"},w.sub=function(e,t){return"<sub>"+_(e[t].content)+"</sub>"},w.sup=function(e,t){return"<sup>"+_(e[t].content)+"</sup>"},w.hardbreak=function(e,t,n){return n.xhtmlOut?"<br />\n":"<br>\n"},w.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"<br />\n":"<br>\n":"\n"},w.text=function(e,t){return _(e[t].content)},w.htmlblock=function(e,t){return e[t].content},w.htmltag=function(e,t){return e[t].content},w.abbr_open=function(e,t){return'<abbr title="'+_(v(e[t].title))+'">'},w.abbr_close=function(){return"</abbr>"},w.footnote_ref=function(e,t){var n=Number(e[t].id+1).toString(),r="fnref"+n;return e[t].subId>0&&(r+=":"+e[t].subId),'<sup class="footnote-ref"><a href="#fn'+n+'" id="'+r+'">['+n+"]</a></sup>"},w.footnote_block_open=function(e,t,n){return(n.xhtmlOut?'<hr class="footnotes-sep" />\n':'<hr class="footnotes-sep">\n')+'<section class="footnotes">\n<ol class="footnotes-list">\n'},w.footnote_block_close=function(){return"</ol>\n</section>\n"},w.footnote_open=function(e,t){return'<li id="fn'+Number(e[t].id+1).toString()+'"  class="footnote-item">'},w.footnote_close=function(){return"</li>\n"},w.footnote_anchor=function(e,t){var n="fnref"+Number(e[t].id+1).toString();return e[t].subId>0&&(n+=":"+e[t].subId),' <a href="#'+n+'" class="footnote-backref">↩</a>'},w.dl_open=function(){return"<dl>\n"},w.dt_open=function(){return"<dt>"},w.dd_open=function(){return"<dd>"},w.dl_close=function(){return"</dl>\n"},w.dt_close=function(){return"</dt>\n"},w.dd_close=function(){return"</dd>\n"};var E=w.getBreak=function(e,t){return(t=x(e,t))<e.length&&"list_item_close"===e[t].type?"":"\n"};function C(){this.rules=s({},w),this.getBreak=w.getBreak}function S(){this.__rules__=[],this.__cache__=null}function A(e,t,n,r,o){this.src=e,this.env=r,this.options=n,this.parser=t,this.tokens=o,this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache=[],this.isInLabel=!1,this.linkLevel=0,this.linkContent="",this.labelUnmatchedScopes=0}function k(e,t){var n,r,o,a=-1,i=e.posMax,s=e.pos,u=e.isInLabel;if(e.isInLabel)return-1;if(e.labelUnmatchedScopes)return e.labelUnmatchedScopes--,-1;for(e.pos=t+1,e.isInLabel=!0,n=1;e.pos<i;){if(91===(o=e.src.charCodeAt(e.pos)))n++;else if(93===o&&0===--n){r=!0;break}e.parser.skipToken(e)}return r?(a=e.pos,e.labelUnmatchedScopes=0):e.labelUnmatchedScopes=n-1,e.pos=s,e.isInLabel=u,a}function O(e,t,n,r){var o,a,i,s,u,c;if(42!==e.charCodeAt(0))return-1;if(91!==e.charCodeAt(1))return-1;if(-1===e.indexOf("]:"))return-1;if((a=k(o=new A(e,t,n,r,[]),1))<0||58!==e.charCodeAt(a+1))return-1;for(s=o.posMax,i=a+2;i<s&&10!==o.src.charCodeAt(i);i++);return u=e.slice(2,a),0===(c=e.slice(a+2,i).trim()).length?-1:(r.abbreviations||(r.abbreviations={}),void 0===r.abbreviations[":"+u]&&(r.abbreviations[":"+u]=c),i)}function j(e){var t=v(e);try{t=decodeURI(t)}catch(e){}return encodeURI(t)}function T(e,t){var n,r,o,a=t,i=e.posMax;if(60===e.src.charCodeAt(t)){for(t++;t<i;){if(10===(n=e.src.charCodeAt(t)))return!1;if(62===n)return o=j(c(e.src.slice(a+1,t))),!!e.parser.validateLink(o)&&(e.pos=t+1,e.linkContent=o,!0);92===n&&t+1<i?t+=2:t++}return!1}for(r=0;t<i&&32!==(n=e.src.charCodeAt(t))&&!(n<32||127===n);)if(92===n&&t+1<i)t+=2;else{if(40===n&&++r>1)break;if(41===n&&--r<0)break;t++}return a!==t&&(o=c(e.src.slice(a,t)),!!e.parser.validateLink(o)&&(e.linkContent=o,e.pos=t,!0))}function I(e,t){var n,r=t,o=e.posMax,a=e.src.charCodeAt(t);if(34!==a&&39!==a&&40!==a)return!1;for(t++,40===a&&(a=41);t<o;){if((n=e.src.charCodeAt(t))===a)return e.pos=t+1,e.linkContent=c(e.src.slice(r+1,t)),!0;92===n&&t+1<o?t+=2:t++}return!1}function N(e){return e.trim().replace(/\s+/g," ").toUpperCase()}function M(e,t,n,r){var o,a,i,s,u,c,l,p,f;if(91!==e.charCodeAt(0))return-1;if(-1===e.indexOf("]:"))return-1;if((a=k(o=new A(e,t,n,r,[]),0))<0||58!==e.charCodeAt(a+1))return-1;for(s=o.posMax,i=a+2;i<s&&(32===(u=o.src.charCodeAt(i))||10===u);i++);if(!T(o,i))return-1;for(l=o.linkContent,c=i=o.pos,i+=1;i<s&&(32===(u=o.src.charCodeAt(i))||10===u);i++);for(i<s&&c!==i&&I(o,i)?(p=o.linkContent,i=o.pos):(p="",i=c);i<s&&32===o.src.charCodeAt(i);)i++;return i<s&&10!==o.src.charCodeAt(i)?-1:(f=N(e.slice(1,a)),void 0===r.references[f]&&(r.references[f]={title:p,href:l}),i)}C.prototype.renderInline=function(e,t,n){for(var r=this.rules,o=e.length,a=0,i="";o--;)i+=r[e[a].type](e,a++,t,n,this);return i},C.prototype.render=function(e,t,n){for(var r=this.rules,o=e.length,a=-1,i="";++a<o;)"inline"===e[a].type?i+=this.renderInline(e[a].children,t,n):i+=r[e[a].type](e,a,t,n,this);return i},S.prototype.__find__=function(e){for(var t=this.__rules__.length,n=-1;t--;)if(this.__rules__[++n].name===e)return n;return-1},S.prototype.__compile__=function(){var e=this,t=[""];e.__rules__.forEach((function(e){e.enabled&&e.alt.forEach((function(e){t.indexOf(e)<0&&t.push(e)}))})),e.__cache__={},t.forEach((function(t){e.__cache__[t]=[],e.__rules__.forEach((function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||e.__cache__[t].push(n.fn))}))}))},S.prototype.at=function(e,t,n){var r=this.__find__(e),o=n||{};if(-1===r)throw new Error("Parser rule not found: "+e);this.__rules__[r].fn=t,this.__rules__[r].alt=o.alt||[],this.__cache__=null},S.prototype.before=function(e,t,n,r){var o=this.__find__(e),a=r||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o,0,{name:t,enabled:!0,fn:n,alt:a.alt||[]}),this.__cache__=null},S.prototype.after=function(e,t,n,r){var o=this.__find__(e),a=r||{};if(-1===o)throw new Error("Parser rule not found: "+e);this.__rules__.splice(o+1,0,{name:t,enabled:!0,fn:n,alt:a.alt||[]}),this.__cache__=null},S.prototype.push=function(e,t,n){var r=n||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:r.alt||[]}),this.__cache__=null},S.prototype.enable=function(e,t){e=Array.isArray(e)?e:[e],t&&this.__rules__.forEach((function(e){e.enabled=!1})),e.forEach((function(e){var t=this.__find__(e);if(t<0)throw new Error("Rules manager: invalid rule name "+e);this.__rules__[t].enabled=!0}),this),this.__cache__=null},S.prototype.disable=function(e){(e=Array.isArray(e)?e:[e]).forEach((function(e){var t=this.__find__(e);if(t<0)throw new Error("Rules manager: invalid rule name "+e);this.__rules__[t].enabled=!1}),this),this.__cache__=null},S.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},A.prototype.pushPending=function(){this.tokens.push({type:"text",content:this.pending,level:this.pendingLevel}),this.pending=""},A.prototype.push=function(e){this.pending&&this.pushPending(),this.tokens.push(e),this.pendingLevel=this.level},A.prototype.cacheSet=function(e,t){for(var n=this.cache.length;n<=e;n++)this.cache.push(0);this.cache[e]=t},A.prototype.cacheGet=function(e){return e<this.cache.length?this.cache[e]:0};var P=" \n()[]'\".,!?-";function R(e){return e.replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1")}var D=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,L=/\((c|tm|r|p)\)/gi,B={c:"©",r:"®",p:"§",tm:"™"};var F=/['"]/,U=/['"]/g,q=/[-\s()\[\]]/;function z(e,t){return!(t<0||t>=e.length)&&!q.test(e[t])}function V(e,t,n){return e.substr(0,t)+n+e.substr(t+1)}var W=[["block",function(e){e.inlineMode?e.tokens.push({type:"inline",content:e.src.replace(/\n/g," ").trim(),level:0,lines:[0,1],children:[]}):e.block.parse(e.src,e.options,e.env,e.tokens)}],["abbr",function(e){var t,n,r,o,a=e.tokens;if(!e.inlineMode)for(t=1,n=a.length-1;t<n;t++)if("paragraph_open"===a[t-1].type&&"inline"===a[t].type&&"paragraph_close"===a[t+1].type){for(r=a[t].content;r.length&&!((o=O(r,e.inline,e.options,e.env))<0);)r=r.slice(o).trim();a[t].content=r,r.length||(a[t-1].tight=!0,a[t+1].tight=!0)}}],["references",function(e){var t,n,r,o,a=e.tokens;if(e.env.references=e.env.references||{},!e.inlineMode)for(t=1,n=a.length-1;t<n;t++)if("inline"===a[t].type&&"paragraph_open"===a[t-1].type&&"paragraph_close"===a[t+1].type){for(r=a[t].content;r.length&&!((o=M(r,e.inline,e.options,e.env))<0);)r=r.slice(o).trim();a[t].content=r,r.length||(a[t-1].tight=!0,a[t+1].tight=!0)}}],["inline",function(e){var t,n,r,o=e.tokens;for(n=0,r=o.length;n<r;n++)"inline"===(t=o[n]).type&&e.inline.parse(t.content,e.options,e.env,t.children)}],["footnote_tail",function(e){var t,n,r,o,a,i,s,u,c,l=0,p=!1,f={};if(e.env.footnotes&&(e.tokens=e.tokens.filter((function(e){return"footnote_reference_open"===e.type?(p=!0,u=[],c=e.label,!1):"footnote_reference_close"===e.type?(p=!1,f[":"+c]=u,!1):(p&&u.push(e),!p)})),e.env.footnotes.list)){for(i=e.env.footnotes.list,e.tokens.push({type:"footnote_block_open",level:l++}),t=0,n=i.length;t<n;t++){for(e.tokens.push({type:"footnote_open",id:t,level:l++}),i[t].tokens?((s=[]).push({type:"paragraph_open",tight:!1,level:l++}),s.push({type:"inline",content:"",level:l,children:i[t].tokens}),s.push({type:"paragraph_close",tight:!1,level:--l})):i[t].label&&(s=f[":"+i[t].label]),e.tokens=e.tokens.concat(s),a="paragraph_close"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,o=i[t].count>0?i[t].count:1,r=0;r<o;r++)e.tokens.push({type:"footnote_anchor",id:t,subId:r,level:l});a&&e.tokens.push(a),e.tokens.push({type:"footnote_close",level:--l})}e.tokens.push({type:"footnote_block_close",level:--l})}}],["abbr2",function(e){var t,n,r,o,a,i,s,u,c,l,p,f,h=e.tokens;if(e.env.abbreviations)for(e.env.abbrRegExp||(f="(^|["+P.split("").map(R).join("")+"])("+Object.keys(e.env.abbreviations).map((function(e){return e.substr(1)})).sort((function(e,t){return t.length-e.length})).map(R).join("|")+")($|["+P.split("").map(R).join("")+"])",e.env.abbrRegExp=new RegExp(f,"g")),l=e.env.abbrRegExp,n=0,r=h.length;n<r;n++)if("inline"===h[n].type)for(t=(o=h[n].children).length-1;t>=0;t--)if("text"===(a=o[t]).type){for(u=0,i=a.content,l.lastIndex=0,c=a.level,s=[];p=l.exec(i);)l.lastIndex>u&&s.push({type:"text",content:i.slice(u,p.index+p[1].length),level:c}),s.push({type:"abbr_open",title:e.env.abbreviations[":"+p[2]],level:c++}),s.push({type:"text",content:p[2],level:c}),s.push({type:"abbr_close",level:--c}),u=l.lastIndex-p[3].length;s.length&&(u<i.length&&s.push({type:"text",content:i.slice(u),level:c}),h[n].children=o=[].concat(o.slice(0,t),s,o.slice(t+1)))}}],["replacements",function(e){var t,n,r,o,a,i;if(e.options.typographer)for(a=e.tokens.length-1;a>=0;a--)if("inline"===e.tokens[a].type)for(t=(o=e.tokens[a].children).length-1;t>=0;t--)"text"===(n=o[t]).type&&(r=n.content,r=(i=r).indexOf("(")<0?i:i.replace(L,(function(e,t){return B[t.toLowerCase()]})),D.test(r)&&(r=r.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---([^-]|$)/gm,"$1—$2").replace(/(^|\s)--(\s|$)/gm,"$1–$2").replace(/(^|[^-\s])--([^-\s]|$)/gm,"$1–$2")),n.content=r)}],["smartquotes",function(e){var t,n,r,o,a,i,s,u,c,l,p,f,h,d,v,m,g;if(e.options.typographer)for(g=[],v=e.tokens.length-1;v>=0;v--)if("inline"===e.tokens[v].type)for(m=e.tokens[v].children,g.length=0,t=0;t<m.length;t++)if("text"===(n=m[t]).type&&!F.test(n.text)){for(s=m[t].level,h=g.length-1;h>=0&&!(g[h].level<=s);h--);g.length=h+1,a=0,i=(r=n.content).length;e:for(;a<i&&(U.lastIndex=a,o=U.exec(r));)if(u=!z(r,o.index-1),a=o.index+1,d="'"===o[0],(c=!z(r,a))||u){if(p=!c,f=!u)for(h=g.length-1;h>=0&&(l=g[h],!(g[h].level<s));h--)if(l.single===d&&g[h].level===s){l=g[h],d?(m[l.token].content=V(m[l.token].content,l.pos,e.options.quotes[2]),n.content=V(n.content,o.index,e.options.quotes[3])):(m[l.token].content=V(m[l.token].content,l.pos,e.options.quotes[0]),n.content=V(n.content,o.index,e.options.quotes[1])),g.length=h;continue e}p?g.push({token:t,pos:o.index,single:d,level:s}):f&&d&&(n.content=V(n.content,o.index,"’"))}else d&&(n.content=V(n.content,o.index,"’"))}}]];function H(){this.options={},this.ruler=new S;for(var e=0;e<W.length;e++)this.ruler.push(W[e][0],W[e][1])}function J(e,t,n,r,o){var a,i,s,u,c,l,p;for(this.src=e,this.parser=t,this.options=n,this.env=r,this.tokens=o,this.bMarks=[],this.eMarks=[],this.tShift=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.parentType="root",this.ddIndent=-1,this.level=0,this.result="",l=0,p=!1,s=u=l=0,c=(i=this.src).length;u<c;u++){if(a=i.charCodeAt(u),!p){if(32===a){l++;continue}p=!0}10!==a&&u!==c-1||(10!==a&&u++,this.bMarks.push(s),this.eMarks.push(u),this.tShift.push(l),p=!1,l=0,s=u+1)}this.bMarks.push(i.length),this.eMarks.push(i.length),this.tShift.push(0),this.lineMax=this.bMarks.length-1}function $(e,t){var n,r,o;return(r=e.bMarks[t]+e.tShift[t])>=(o=e.eMarks[t])||42!==(n=e.src.charCodeAt(r++))&&45!==n&&43!==n||r<o&&32!==e.src.charCodeAt(r)?-1:r}function K(e,t){var n,r=e.bMarks[t]+e.tShift[t],o=e.eMarks[t];if(r+1>=o)return-1;if((n=e.src.charCodeAt(r++))<48||n>57)return-1;for(;;){if(r>=o)return-1;if(!((n=e.src.charCodeAt(r++))>=48&&n<=57)){if(41===n||46===n)break;return-1}}return r<o&&32!==e.src.charCodeAt(r)?-1:r}H.prototype.process=function(e){var t,n,r;for(t=0,n=(r=this.ruler.getRules("")).length;t<n;t++)r[t](e)},J.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},J.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},J.prototype.skipSpaces=function(e){for(var t=this.src.length;e<t&&32===this.src.charCodeAt(e);e++);return e},J.prototype.skipChars=function(e,t){for(var n=this.src.length;e<n&&this.src.charCodeAt(e)===t;e++);return e},J.prototype.skipCharsBack=function(e,t,n){if(e<=n)return e;for(;e>n;)if(t!==this.src.charCodeAt(--e))return e+1;return e},J.prototype.getLines=function(e,t,n,r){var o,a,i,s,u,c=e;if(e>=t)return"";if(c+1===t)return a=this.bMarks[c]+Math.min(this.tShift[c],n),i=r?this.eMarks[c]+1:this.eMarks[c],this.src.slice(a,i);for(s=new Array(t-e),o=0;c<t;c++,o++)(u=this.tShift[c])>n&&(u=n),u<0&&(u=0),a=this.bMarks[c]+u,i=c+1<t||r?this.eMarks[c]+1:this.eMarks[c],s[o]=this.src.slice(a,i);return s.join("")};var Y={};["article","aside","button","blockquote","body","canvas","caption","col","colgroup","dd","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","iframe","li","map","object","ol","output","p","pre","progress","script","section","style","table","tbody","td","textarea","tfoot","th","tr","thead","ul","video"].forEach((function(e){Y[e]=!0}));var G=/^<([a-zA-Z]{1,15})[\s\/>]/,Z=/^<\/([a-zA-Z]{1,15})[\s>]/;function X(e,t){var n=e.bMarks[t]+e.blkIndent,r=e.eMarks[t];return e.src.substr(n,r-n)}function Q(e,t){var n,r,o=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];return o>=a||126!==(r=e.src.charCodeAt(o++))&&58!==r||o===(n=e.skipSpaces(o))||n>=a?-1:n}var ee=[["code",function(e,t,n){var r,o;if(e.tShift[t]-e.blkIndent<4)return!1;for(o=r=t+1;r<n;)if(e.isEmpty(r))r++;else{if(!(e.tShift[r]-e.blkIndent>=4))break;o=++r}return e.line=r,e.tokens.push({type:"code",content:e.getLines(t,o,4+e.blkIndent,!0),block:!0,lines:[t,e.line],level:e.level}),!0}],["fences",function(e,t,n,r){var o,a,i,s,u,c=!1,l=e.bMarks[t]+e.tShift[t],p=e.eMarks[t];if(l+3>p)return!1;if(126!==(o=e.src.charCodeAt(l))&&96!==o)return!1;if(u=l,(a=(l=e.skipChars(l,o))-u)<3)return!1;if((i=e.src.slice(l,p).trim()).indexOf("`")>=0)return!1;if(r)return!0;for(s=t;!(++s>=n)&&!((l=u=e.bMarks[s]+e.tShift[s])<(p=e.eMarks[s])&&e.tShift[s]<e.blkIndent);)if(e.src.charCodeAt(l)===o&&!(e.tShift[s]-e.blkIndent>=4||(l=e.skipChars(l,o))-u<a||(l=e.skipSpaces(l))<p)){c=!0;break}return a=e.tShift[t],e.line=s+(c?1:0),e.tokens.push({type:"fence",params:i,content:e.getLines(t+1,s,a,!0),lines:[t,e.line],level:e.level}),!0},["paragraph","blockquote","list"]],["blockquote",function(e,t,n,r){var o,a,i,s,u,c,l,p,f,h,d,v=e.bMarks[t]+e.tShift[t],m=e.eMarks[t];if(v>m)return!1;if(62!==e.src.charCodeAt(v++))return!1;if(e.level>=e.options.maxNesting)return!1;if(r)return!0;for(32===e.src.charCodeAt(v)&&v++,u=e.blkIndent,e.blkIndent=0,s=[e.bMarks[t]],e.bMarks[t]=v,a=(v=v<m?e.skipSpaces(v):v)>=m,i=[e.tShift[t]],e.tShift[t]=v-e.bMarks[t],p=e.parser.ruler.getRules("blockquote"),o=t+1;o<n&&!((v=e.bMarks[o]+e.tShift[o])>=(m=e.eMarks[o]));o++)if(62!==e.src.charCodeAt(v++)){if(a)break;for(d=!1,f=0,h=p.length;f<h;f++)if(p[f](e,o,n,!0)){d=!0;break}if(d)break;s.push(e.bMarks[o]),i.push(e.tShift[o]),e.tShift[o]=-1337}else 32===e.src.charCodeAt(v)&&v++,s.push(e.bMarks[o]),e.bMarks[o]=v,a=(v=v<m?e.skipSpaces(v):v)>=m,i.push(e.tShift[o]),e.tShift[o]=v-e.bMarks[o];for(c=e.parentType,e.parentType="blockquote",e.tokens.push({type:"blockquote_open",lines:l=[t,0],level:e.level++}),e.parser.tokenize(e,t,o),e.tokens.push({type:"blockquote_close",level:--e.level}),e.parentType=c,l[1]=e.line,f=0;f<i.length;f++)e.bMarks[f+t]=s[f],e.tShift[f+t]=i[f];return e.blkIndent=u,!0},["paragraph","blockquote","list"]],["hr",function(e,t,n,r){var o,a,i,s=e.bMarks[t],u=e.eMarks[t];if((s+=e.tShift[t])>u)return!1;if(42!==(o=e.src.charCodeAt(s++))&&45!==o&&95!==o)return!1;for(a=1;s<u;){if((i=e.src.charCodeAt(s++))!==o&&32!==i)return!1;i===o&&a++}return!(a<3)&&(r||(e.line=t+1,e.tokens.push({type:"hr",lines:[t,e.line],level:e.level})),!0)},["paragraph","blockquote","list"]],["list",function(e,t,n,r){var o,a,i,s,u,c,l,p,f,h,d,v,m,g,y,b,_,w,x,E,C,S=!0;if((p=K(e,t))>=0)v=!0;else{if(!((p=$(e,t))>=0))return!1;v=!1}if(e.level>=e.options.maxNesting)return!1;if(d=e.src.charCodeAt(p-1),r)return!0;for(g=e.tokens.length,v?(l=e.bMarks[t]+e.tShift[t],h=Number(e.src.substr(l,p-l-1)),e.tokens.push({type:"ordered_list_open",order:h,lines:b=[t,0],level:e.level++})):e.tokens.push({type:"bullet_list_open",lines:b=[t,0],level:e.level++}),o=t,y=!1,w=e.parser.ruler.getRules("list");!(!(o<n)||((f=(m=e.skipSpaces(p))>=e.eMarks[o]?1:m-p)>4&&(f=1),f<1&&(f=1),a=p-e.bMarks[o]+f,e.tokens.push({type:"list_item_open",lines:_=[t,0],level:e.level++}),s=e.blkIndent,u=e.tight,i=e.tShift[t],c=e.parentType,e.tShift[t]=m-e.bMarks[t],e.blkIndent=a,e.tight=!0,e.parentType="list",e.parser.tokenize(e,t,n,!0),e.tight&&!y||(S=!1),y=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=s,e.tShift[t]=i,e.tight=u,e.parentType=c,e.tokens.push({type:"list_item_close",level:--e.level}),o=t=e.line,_[1]=o,m=e.bMarks[t],o>=n)||e.isEmpty(o)||e.tShift[o]<e.blkIndent);){for(C=!1,x=0,E=w.length;x<E;x++)if(w[x](e,o,n,!0)){C=!0;break}if(C)break;if(v){if((p=K(e,o))<0)break}else if((p=$(e,o))<0)break;if(d!==e.src.charCodeAt(p-1))break}return e.tokens.push({type:v?"ordered_list_close":"bullet_list_close",level:--e.level}),b[1]=o,e.line=o,S&&function(e,t){var n,r,o=e.level+2;for(n=t+2,r=e.tokens.length-2;n<r;n++)e.tokens[n].level===o&&"paragraph_open"===e.tokens[n].type&&(e.tokens[n+2].tight=!0,e.tokens[n].tight=!0,n+=2)}(e,g),!0},["paragraph","blockquote"]],["footnote",function(e,t,n,r){var o,a,i,s,u,c=e.bMarks[t]+e.tShift[t],l=e.eMarks[t];if(c+4>l)return!1;if(91!==e.src.charCodeAt(c))return!1;if(94!==e.src.charCodeAt(c+1))return!1;if(e.level>=e.options.maxNesting)return!1;for(s=c+2;s<l;s++){if(32===e.src.charCodeAt(s))return!1;if(93===e.src.charCodeAt(s))break}return s!==c+2&&(!(s+1>=l||58!==e.src.charCodeAt(++s))&&(r||(s++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),u=e.src.slice(c+2,s-2),e.env.footnotes.refs[":"+u]=-1,e.tokens.push({type:"footnote_reference_open",label:u,level:e.level++}),o=e.bMarks[t],a=e.tShift[t],i=e.parentType,e.tShift[t]=e.skipSpaces(s)-s,e.bMarks[t]=s,e.blkIndent+=4,e.parentType="footnote",e.tShift[t]<e.blkIndent&&(e.tShift[t]+=e.blkIndent,e.bMarks[t]-=e.blkIndent),e.parser.tokenize(e,t,n,!0),e.parentType=i,e.blkIndent-=4,e.tShift[t]=a,e.bMarks[t]=o,e.tokens.push({type:"footnote_reference_close",level:--e.level})),!0))},["paragraph"]],["heading",function(e,t,n,r){var o,a,i,s=e.bMarks[t]+e.tShift[t],u=e.eMarks[t];if(s>=u)return!1;if(35!==(o=e.src.charCodeAt(s))||s>=u)return!1;for(a=1,o=e.src.charCodeAt(++s);35===o&&s<u&&a<=6;)a++,o=e.src.charCodeAt(++s);return!(a>6||s<u&&32!==o)&&(r||(u=e.skipCharsBack(u,32,s),(i=e.skipCharsBack(u,35,s))>s&&32===e.src.charCodeAt(i-1)&&(u=i),e.line=t+1,e.tokens.push({type:"heading_open",hLevel:a,lines:[t,e.line],level:e.level}),s<u&&e.tokens.push({type:"inline",content:e.src.slice(s,u).trim(),level:e.level+1,lines:[t,e.line],children:[]}),e.tokens.push({type:"heading_close",hLevel:a,level:e.level})),!0)},["paragraph","blockquote"]],["lheading",function(e,t,n){var r,o,a,i=t+1;return!(i>=n)&&(!(e.tShift[i]<e.blkIndent)&&(!(e.tShift[i]-e.blkIndent>3)&&(!((o=e.bMarks[i]+e.tShift[i])>=(a=e.eMarks[i]))&&((45===(r=e.src.charCodeAt(o))||61===r)&&(o=e.skipChars(o,r),!((o=e.skipSpaces(o))<a)&&(o=e.bMarks[t]+e.tShift[t],e.line=i+1,e.tokens.push({type:"heading_open",hLevel:61===r?1:2,lines:[t,e.line],level:e.level}),e.tokens.push({type:"inline",content:e.src.slice(o,e.eMarks[t]).trim(),level:e.level+1,lines:[t,e.line-1],children:[]}),e.tokens.push({type:"heading_close",hLevel:61===r?1:2,level:e.level}),!0))))))}],["htmlblock",function(e,t,n,r){var o,a,i,s=e.bMarks[t],u=e.eMarks[t],c=e.tShift[t];if(s+=c,!e.options.html)return!1;if(c>3||s+2>=u)return!1;if(60!==e.src.charCodeAt(s))return!1;if(33===(o=e.src.charCodeAt(s+1))||63===o){if(r)return!0}else{if(47!==o&&!function(e){var t=32|e;return t>=97&&t<=122}(o))return!1;if(47===o){if(!(a=e.src.slice(s,u).match(Z)))return!1}else if(!(a=e.src.slice(s,u).match(G)))return!1;if(!0!==Y[a[1].toLowerCase()])return!1;if(r)return!0}for(i=t+1;i<e.lineMax&&!e.isEmpty(i);)i++;return e.line=i,e.tokens.push({type:"htmlblock",level:e.level,lines:[t,e.line],content:e.getLines(t,i,0,!0)}),!0},["paragraph","blockquote"]],["table",function(e,t,n,r){var o,a,i,s,u,c,l,p,f,h,d;if(t+2>n)return!1;if(u=t+1,e.tShift[u]<e.blkIndent)return!1;if((i=e.bMarks[u]+e.tShift[u])>=e.eMarks[u])return!1;if(124!==(o=e.src.charCodeAt(i))&&45!==o&&58!==o)return!1;if(a=X(e,t+1),!/^[-:| ]+$/.test(a))return!1;if((c=a.split("|"))<=2)return!1;for(p=[],s=0;s<c.length;s++){if(!(f=c[s].trim())){if(0===s||s===c.length-1)continue;return!1}if(!/^:?-+:?$/.test(f))return!1;58===f.charCodeAt(f.length-1)?p.push(58===f.charCodeAt(0)?"center":"right"):58===f.charCodeAt(0)?p.push("left"):p.push("")}if(-1===(a=X(e,t).trim()).indexOf("|"))return!1;if(c=a.replace(/^\||\|$/g,"").split("|"),p.length!==c.length)return!1;if(r)return!0;for(e.tokens.push({type:"table_open",lines:h=[t,0],level:e.level++}),e.tokens.push({type:"thead_open",lines:[t,t+1],level:e.level++}),e.tokens.push({type:"tr_open",lines:[t,t+1],level:e.level++}),s=0;s<c.length;s++)e.tokens.push({type:"th_open",align:p[s],lines:[t,t+1],level:e.level++}),e.tokens.push({type:"inline",content:c[s].trim(),lines:[t,t+1],level:e.level,children:[]}),e.tokens.push({type:"th_close",level:--e.level});for(e.tokens.push({type:"tr_close",level:--e.level}),e.tokens.push({type:"thead_close",level:--e.level}),e.tokens.push({type:"tbody_open",lines:d=[t+2,0],level:e.level++}),u=t+2;u<n&&!(e.tShift[u]<e.blkIndent)&&-1!==(a=X(e,u).trim()).indexOf("|");u++){for(c=a.replace(/^\||\|$/g,"").split("|"),e.tokens.push({type:"tr_open",level:e.level++}),s=0;s<c.length;s++)e.tokens.push({type:"td_open",align:p[s],level:e.level++}),l=c[s].substring(124===c[s].charCodeAt(0)?1:0,124===c[s].charCodeAt(c[s].length-1)?c[s].length-1:c[s].length).trim(),e.tokens.push({type:"inline",content:l,level:e.level,children:[]}),e.tokens.push({type:"td_close",level:--e.level});e.tokens.push({type:"tr_close",level:--e.level})}return e.tokens.push({type:"tbody_close",level:--e.level}),e.tokens.push({type:"table_close",level:--e.level}),h[1]=d[1]=u,e.line=u,!0},["paragraph"]],["deflist",function(e,t,n,r){var o,a,i,s,u,c,l,p,f,h,d,v,m,g;if(r)return!(e.ddIndent<0)&&Q(e,t)>=0;if(l=t+1,e.isEmpty(l)&&++l>n)return!1;if(e.tShift[l]<e.blkIndent)return!1;if((o=Q(e,l))<0)return!1;if(e.level>=e.options.maxNesting)return!1;c=e.tokens.length,e.tokens.push({type:"dl_open",lines:u=[t,0],level:e.level++}),i=t,a=l;e:for(;;){for(g=!0,m=!1,e.tokens.push({type:"dt_open",lines:[i,i],level:e.level++}),e.tokens.push({type:"inline",content:e.getLines(i,i+1,e.blkIndent,!1).trim(),level:e.level+1,lines:[i,i],children:[]}),e.tokens.push({type:"dt_close",level:--e.level});;){if(e.tokens.push({type:"dd_open",lines:s=[l,0],level:e.level++}),v=e.tight,f=e.ddIndent,p=e.blkIndent,d=e.tShift[a],h=e.parentType,e.blkIndent=e.ddIndent=e.tShift[a]+2,e.tShift[a]=o-e.bMarks[a],e.tight=!0,e.parentType="deflist",e.parser.tokenize(e,a,n,!0),e.tight&&!m||(g=!1),m=e.line-a>1&&e.isEmpty(e.line-1),e.tShift[a]=d,e.tight=v,e.parentType=h,e.blkIndent=p,e.ddIndent=f,e.tokens.push({type:"dd_close",level:--e.level}),s[1]=l=e.line,l>=n)break e;if(e.tShift[l]<e.blkIndent)break e;if((o=Q(e,l))<0)break;a=l}if(l>=n)break;if(i=l,e.isEmpty(i))break;if(e.tShift[i]<e.blkIndent)break;if((a=i+1)>=n)break;if(e.isEmpty(a)&&a++,a>=n)break;if(e.tShift[a]<e.blkIndent)break;if((o=Q(e,a))<0)break}return e.tokens.push({type:"dl_close",level:--e.level}),u[1]=l,e.line=l,g&&function(e,t){var n,r,o=e.level+2;for(n=t+2,r=e.tokens.length-2;n<r;n++)e.tokens[n].level===o&&"paragraph_open"===e.tokens[n].type&&(e.tokens[n+2].tight=!0,e.tokens[n].tight=!0,n+=2)}(e,c),!0},["paragraph"]],["paragraph",function(e,t){var n,r,o,a,i,s,u=t+1;if(u<(n=e.lineMax)&&!e.isEmpty(u))for(s=e.parser.ruler.getRules("paragraph");u<n&&!e.isEmpty(u);u++)if(!(e.tShift[u]-e.blkIndent>3)){for(o=!1,a=0,i=s.length;a<i;a++)if(s[a](e,u,n,!0)){o=!0;break}if(o)break}return r=e.getLines(t,u,e.blkIndent,!1).trim(),e.line=u,r.length&&(e.tokens.push({type:"paragraph_open",tight:!1,lines:[t,e.line],level:e.level}),e.tokens.push({type:"inline",content:r,level:e.level+1,lines:[t,e.line],children:[]}),e.tokens.push({type:"paragraph_close",tight:!1,level:e.level})),!0}]];function te(){this.ruler=new S;for(var e=0;e<ee.length;e++)this.ruler.push(ee[e][0],ee[e][1],{alt:(ee[e][2]||[]).slice()})}te.prototype.tokenize=function(e,t,n){for(var r,o=this.ruler.getRules(""),a=o.length,i=t,s=!1;i<n&&(e.line=i=e.skipEmptyLines(i),!(i>=n))&&!(e.tShift[i]<e.blkIndent);){for(r=0;r<a&&!o[r](e,i,n,!1);r++);if(e.tight=!s,e.isEmpty(e.line-1)&&(s=!0),(i=e.line)<n&&e.isEmpty(i)){if(s=!0,++i<n&&"list"===e.parentType&&e.isEmpty(i))break;e.line=i}}};var ne=/[\n\t]/g,re=/\r[\n\u0085]|[\u2424\u2028\u0085]/g,oe=/\u00a0/g;function ae(e){switch(e){case 10:case 92:case 96:case 42:case 95:case 94:case 91:case 93:case 33:case 38:case 60:case 62:case 123:case 125:case 36:case 37:case 64:case 126:case 43:case 61:case 58:return!0;default:return!1}}te.prototype.parse=function(e,t,n,r){var o,a=0,i=0;if(!e)return[];(e=(e=e.replace(oe," ")).replace(re,"\n")).indexOf("\t")>=0&&(e=e.replace(ne,(function(t,n){var r;return 10===e.charCodeAt(n)?(a=n+1,i=0,t):(r="    ".slice((n-a-i)%4),i=n-a+1,r)}))),o=new J(e,this,t,n,r),this.tokenize(o,o.line,o.lineMax)};for(var ie=[],se=0;se<256;se++)ie.push(0);function ue(e){return e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122}function ce(e,t){var n,r,o,a=t,i=!0,s=!0,u=e.posMax,c=e.src.charCodeAt(t);for(n=t>0?e.src.charCodeAt(t-1):-1;a<u&&e.src.charCodeAt(a)===c;)a++;return a>=u&&(i=!1),(o=a-t)>=4?i=s=!1:(32!==(r=a<u?e.src.charCodeAt(a):-1)&&10!==r||(i=!1),32!==n&&10!==n||(s=!1),95===c&&(ue(n)&&(i=!1),ue(r)&&(s=!1))),{can_open:i,can_close:s,delims:o}}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){ie[e.charCodeAt(0)]=1}));var le=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;var pe=/\\([ \\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g;var fe=["coap","doi","javascript","aaa","aaas","about","acap","cap","cid","crid","data","dav","dict","dns","file","ftp","geo","go","gopher","h323","http","https","iax","icap","im","imap","info","ipp","iris","iris.beep","iris.xpc","iris.xpcs","iris.lwz","ldap","mailto","mid","msrp","msrps","mtqp","mupdate","news","nfs","ni","nih","nntp","opaquelocktoken","pop","pres","rtsp","service","session","shttp","sieve","sip","sips","sms","snmp","soap.beep","soap.beeps","tag","tel","telnet","tftp","thismessage","tn3270","tip","tv","urn","vemmi","ws","wss","xcon","xcon-userid","xmlrpc.beep","xmlrpc.beeps","xmpp","z39.50r","z39.50s","adiumxtra","afp","afs","aim","apt","attachment","aw","beshare","bitcoin","bolo","callto","chrome","chrome-extension","com-eventbrite-attendee","content","cvs","dlna-playsingle","dlna-playcontainer","dtn","dvb","ed2k","facetime","feed","finger","fish","gg","git","gizmoproject","gtalk","hcp","icon","ipn","irc","irc6","ircs","itms","jar","jms","keyparc","lastfm","ldaps","magnet","maps","market","message","mms","ms-help","msnim","mumble","mvn","notes","oid","palm","paparazzi","platform","proxy","psyc","query","res","resource","rmi","rsync","rtmp","secondlife","sftp","sgn","skype","smb","soldat","spotify","ssh","steam","svn","teamspeak","things","udp","unreal","ut2004","ventrilo","view-source","webcal","wtai","wyciwyg","xfire","xri","ymsgr"],he=/^<([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)>/,de=/^<([a-zA-Z.\-]{1,25}):([^<>\x00-\x20]*)>/;function ve(e,t){return e=e.source,t=t||"",function n(r,o){return r?(o=o.source||o,e=e.replace(r,o),n):new RegExp(e,t)}}var me=ve(/(?:unquoted|single_quoted|double_quoted)/)("unquoted",/[^"'=<>`\x00-\x20]+/)("single_quoted",/'[^']*'/)("double_quoted",/"[^"]*"/)(),ge=ve(/(?:\s+attr_name(?:\s*=\s*attr_value)?)/)("attr_name",/[a-zA-Z_:][a-zA-Z0-9:._-]*/)("attr_value",me)(),ye=ve(/<[A-Za-z][A-Za-z0-9]*attribute*\s*\/?>/)("attribute",ge)(),be=ve(/^(?:open_tag|close_tag|comment|processing|declaration|cdata)/)("open_tag",ye)("close_tag",/<\/[A-Za-z][A-Za-z0-9]*\s*>/)("comment",/<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->/)("processing",/<[?].*?[?]>/)("declaration",/<![A-Z]+\s+[^>]*>/)("cdata",/<!\[CDATA\[[\s\S]*?\]\]>/)();var _e=/^&#((?:x[a-f0-9]{1,8}|[0-9]{1,8}));/i,we=/^&([a-z][a-z0-9]{1,31});/i;var xe=[["text",function(e,t){for(var n=e.pos;n<e.posMax&&!ae(e.src.charCodeAt(n));)n++;return n!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}],["newline",function(e,t){var n,r,o=e.pos;if(10!==e.src.charCodeAt(o))return!1;if(n=e.pending.length-1,r=e.posMax,!t)if(n>=0&&32===e.pending.charCodeAt(n))if(n>=1&&32===e.pending.charCodeAt(n-1)){for(var a=n-2;a>=0;a--)if(32!==e.pending.charCodeAt(a)){e.pending=e.pending.substring(0,a+1);break}e.push({type:"hardbreak",level:e.level})}else e.pending=e.pending.slice(0,-1),e.push({type:"softbreak",level:e.level});else e.push({type:"softbreak",level:e.level});for(o++;o<r&&32===e.src.charCodeAt(o);)o++;return e.pos=o,!0}],["escape",function(e,t){var n,r=e.pos,o=e.posMax;if(92!==e.src.charCodeAt(r))return!1;if(++r<o){if((n=e.src.charCodeAt(r))<256&&0!==ie[n])return t||(e.pending+=e.src[r]),e.pos+=2,!0;if(10===n){for(t||e.push({type:"hardbreak",level:e.level}),r++;r<o&&32===e.src.charCodeAt(r);)r++;return e.pos=r,!0}}return t||(e.pending+="\\"),e.pos++,!0}],["backticks",function(e,t){var n,r,o,a,i,s=e.pos;if(96!==e.src.charCodeAt(s))return!1;for(n=s,s++,r=e.posMax;s<r&&96===e.src.charCodeAt(s);)s++;for(o=e.src.slice(n,s),a=i=s;-1!==(a=e.src.indexOf("`",i));){for(i=a+1;i<r&&96===e.src.charCodeAt(i);)i++;if(i-a===o.length)return t||e.push({type:"code",content:e.src.slice(s,a).replace(/[ \n]+/g," ").trim(),block:!1,level:e.level}),e.pos=i,!0}return t||(e.pending+=o),e.pos+=o.length,!0}],["del",function(e,t){var n,r,o,a,i,s=e.posMax,u=e.pos;if(126!==e.src.charCodeAt(u))return!1;if(t)return!1;if(u+4>=s)return!1;if(126!==e.src.charCodeAt(u+1))return!1;if(e.level>=e.options.maxNesting)return!1;if(a=u>0?e.src.charCodeAt(u-1):-1,i=e.src.charCodeAt(u+2),126===a)return!1;if(126===i)return!1;if(32===i||10===i)return!1;for(r=u+2;r<s&&126===e.src.charCodeAt(r);)r++;if(r>u+3)return e.pos+=r-u,t||(e.pending+=e.src.slice(u,r)),!0;for(e.pos=u+2,o=1;e.pos+1<s;){if(126===e.src.charCodeAt(e.pos)&&126===e.src.charCodeAt(e.pos+1)&&(a=e.src.charCodeAt(e.pos-1),126!==(i=e.pos+2<s?e.src.charCodeAt(e.pos+2):-1)&&126!==a&&(32!==a&&10!==a?o--:32!==i&&10!==i&&o++,o<=0))){n=!0;break}e.parser.skipToken(e)}return n?(e.posMax=e.pos,e.pos=u+2,t||(e.push({type:"del_open",level:e.level++}),e.parser.tokenize(e),e.push({type:"del_close",level:--e.level})),e.pos=e.posMax+2,e.posMax=s,!0):(e.pos=u,!1)}],["ins",function(e,t){var n,r,o,a,i,s=e.posMax,u=e.pos;if(43!==e.src.charCodeAt(u))return!1;if(t)return!1;if(u+4>=s)return!1;if(43!==e.src.charCodeAt(u+1))return!1;if(e.level>=e.options.maxNesting)return!1;if(a=u>0?e.src.charCodeAt(u-1):-1,i=e.src.charCodeAt(u+2),43===a)return!1;if(43===i)return!1;if(32===i||10===i)return!1;for(r=u+2;r<s&&43===e.src.charCodeAt(r);)r++;if(r!==u+2)return e.pos+=r-u,t||(e.pending+=e.src.slice(u,r)),!0;for(e.pos=u+2,o=1;e.pos+1<s;){if(43===e.src.charCodeAt(e.pos)&&43===e.src.charCodeAt(e.pos+1)&&(a=e.src.charCodeAt(e.pos-1),43!==(i=e.pos+2<s?e.src.charCodeAt(e.pos+2):-1)&&43!==a&&(32!==a&&10!==a?o--:32!==i&&10!==i&&o++,o<=0))){n=!0;break}e.parser.skipToken(e)}return n?(e.posMax=e.pos,e.pos=u+2,t||(e.push({type:"ins_open",level:e.level++}),e.parser.tokenize(e),e.push({type:"ins_close",level:--e.level})),e.pos=e.posMax+2,e.posMax=s,!0):(e.pos=u,!1)}],["mark",function(e,t){var n,r,o,a,i,s=e.posMax,u=e.pos;if(61!==e.src.charCodeAt(u))return!1;if(t)return!1;if(u+4>=s)return!1;if(61!==e.src.charCodeAt(u+1))return!1;if(e.level>=e.options.maxNesting)return!1;if(a=u>0?e.src.charCodeAt(u-1):-1,i=e.src.charCodeAt(u+2),61===a)return!1;if(61===i)return!1;if(32===i||10===i)return!1;for(r=u+2;r<s&&61===e.src.charCodeAt(r);)r++;if(r!==u+2)return e.pos+=r-u,t||(e.pending+=e.src.slice(u,r)),!0;for(e.pos=u+2,o=1;e.pos+1<s;){if(61===e.src.charCodeAt(e.pos)&&61===e.src.charCodeAt(e.pos+1)&&(a=e.src.charCodeAt(e.pos-1),61!==(i=e.pos+2<s?e.src.charCodeAt(e.pos+2):-1)&&61!==a&&(32!==a&&10!==a?o--:32!==i&&10!==i&&o++,o<=0))){n=!0;break}e.parser.skipToken(e)}return n?(e.posMax=e.pos,e.pos=u+2,t||(e.push({type:"mark_open",level:e.level++}),e.parser.tokenize(e),e.push({type:"mark_close",level:--e.level})),e.pos=e.posMax+2,e.posMax=s,!0):(e.pos=u,!1)}],["emphasis",function(e,t){var n,r,o,a,i,s,u,c=e.posMax,l=e.pos,p=e.src.charCodeAt(l);if(95!==p&&42!==p)return!1;if(t)return!1;if(n=(u=ce(e,l)).delims,!u.can_open)return e.pos+=n,t||(e.pending+=e.src.slice(l,e.pos)),!0;if(e.level>=e.options.maxNesting)return!1;for(e.pos=l+n,s=[n];e.pos<c;)if(e.src.charCodeAt(e.pos)!==p)e.parser.skipToken(e);else{if(r=(u=ce(e,e.pos)).delims,u.can_close){for(a=s.pop(),i=r;a!==i;){if(i<a){s.push(a-i);break}if(i-=a,0===s.length)break;e.pos+=a,a=s.pop()}if(0===s.length){n=a,o=!0;break}e.pos+=r;continue}u.can_open&&s.push(r),e.pos+=r}return o?(e.posMax=e.pos,e.pos=l+n,t||(2!==n&&3!==n||e.push({type:"strong_open",level:e.level++}),1!==n&&3!==n||e.push({type:"em_open",level:e.level++}),e.parser.tokenize(e),1!==n&&3!==n||e.push({type:"em_close",level:--e.level}),2!==n&&3!==n||e.push({type:"strong_close",level:--e.level})),e.pos=e.posMax+n,e.posMax=c,!0):(e.pos=l,!1)}],["sub",function(e,t){var n,r,o=e.posMax,a=e.pos;if(126!==e.src.charCodeAt(a))return!1;if(t)return!1;if(a+2>=o)return!1;if(e.level>=e.options.maxNesting)return!1;for(e.pos=a+1;e.pos<o;){if(126===e.src.charCodeAt(e.pos)){n=!0;break}e.parser.skipToken(e)}return n&&a+1!==e.pos?(r=e.src.slice(a+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=a,!1):(e.posMax=e.pos,e.pos=a+1,t||e.push({type:"sub",level:e.level,content:r.replace(le,"$1")}),e.pos=e.posMax+1,e.posMax=o,!0):(e.pos=a,!1)}],["sup",function(e,t){var n,r,o=e.posMax,a=e.pos;if(94!==e.src.charCodeAt(a))return!1;if(t)return!1;if(a+2>=o)return!1;if(e.level>=e.options.maxNesting)return!1;for(e.pos=a+1;e.pos<o;){if(94===e.src.charCodeAt(e.pos)){n=!0;break}e.parser.skipToken(e)}return n&&a+1!==e.pos?(r=e.src.slice(a+1,e.pos)).match(/(^|[^\\])(\\\\)*\s/)?(e.pos=a,!1):(e.posMax=e.pos,e.pos=a+1,t||e.push({type:"sup",level:e.level,content:r.replace(pe,"$1")}),e.pos=e.posMax+1,e.posMax=o,!0):(e.pos=a,!1)}],["links",function(e,t){var n,r,o,a,i,s,u,c,l=!1,p=e.pos,f=e.posMax,h=e.pos,d=e.src.charCodeAt(h);if(33===d&&(l=!0,d=e.src.charCodeAt(++h)),91!==d)return!1;if(e.level>=e.options.maxNesting)return!1;if(n=h+1,(r=k(e,h))<0)return!1;if((s=r+1)<f&&40===e.src.charCodeAt(s)){for(s++;s<f&&(32===(c=e.src.charCodeAt(s))||10===c);s++);if(s>=f)return!1;for(h=s,T(e,s)?(a=e.linkContent,s=e.pos):a="",h=s;s<f&&(32===(c=e.src.charCodeAt(s))||10===c);s++);if(s<f&&h!==s&&I(e,s))for(i=e.linkContent,s=e.pos;s<f&&(32===(c=e.src.charCodeAt(s))||10===c);s++);else i="";if(s>=f||41!==e.src.charCodeAt(s))return e.pos=p,!1;s++}else{if(e.linkLevel>0)return!1;for(;s<f&&(32===(c=e.src.charCodeAt(s))||10===c);s++);if(s<f&&91===e.src.charCodeAt(s)&&(h=s+1,(s=k(e,s))>=0?o=e.src.slice(h,s++):s=h-1),o||(void 0===o&&(s=r+1),o=e.src.slice(n,r)),!(u=e.env.references[N(o)]))return e.pos=p,!1;a=u.href,i=u.title}return t||(e.pos=n,e.posMax=r,l?e.push({type:"image",src:a,title:i,alt:e.src.substr(n,r-n),level:e.level}):(e.push({type:"link_open",href:a,title:i,level:e.level++}),e.linkLevel++,e.parser.tokenize(e),e.linkLevel--,e.push({type:"link_close",level:--e.level}))),e.pos=s,e.posMax=f,!0}],["footnote_inline",function(e,t){var n,r,o,a,i=e.posMax,s=e.pos;return!(s+2>=i)&&(94===e.src.charCodeAt(s)&&(91===e.src.charCodeAt(s+1)&&(!(e.level>=e.options.maxNesting)&&(n=s+2,!((r=k(e,s+1))<0)&&(t||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),o=e.env.footnotes.list.length,e.pos=n,e.posMax=r,e.push({type:"footnote_ref",id:o,level:e.level}),e.linkLevel++,a=e.tokens.length,e.parser.tokenize(e),e.env.footnotes.list[o]={tokens:e.tokens.splice(a)},e.linkLevel--),e.pos=r+1,e.posMax=i,!0)))))}],["footnote_ref",function(e,t){var n,r,o,a,i=e.posMax,s=e.pos;if(s+3>i)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(s))return!1;if(94!==e.src.charCodeAt(s+1))return!1;if(e.level>=e.options.maxNesting)return!1;for(r=s+2;r<i;r++){if(32===e.src.charCodeAt(r))return!1;if(10===e.src.charCodeAt(r))return!1;if(93===e.src.charCodeAt(r))break}return r!==s+2&&(!(r>=i)&&(r++,n=e.src.slice(s+2,r-1),void 0!==e.env.footnotes.refs[":"+n]&&(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[":"+n]<0?(o=e.env.footnotes.list.length,e.env.footnotes.list[o]={label:n,count:0},e.env.footnotes.refs[":"+n]=o):o=e.env.footnotes.refs[":"+n],a=e.env.footnotes.list[o].count,e.env.footnotes.list[o].count++,e.push({type:"footnote_ref",id:o,subId:a,level:e.level})),e.pos=r,e.posMax=i,!0)))}],["autolink",function(e,t){var n,r,o,a,i,s=e.pos;return 60===e.src.charCodeAt(s)&&(!((n=e.src.slice(s)).indexOf(">")<0)&&((r=n.match(de))?!(fe.indexOf(r[1].toLowerCase())<0)&&(i=j(a=r[0].slice(1,-1)),!!e.parser.validateLink(a)&&(t||(e.push({type:"link_open",href:i,level:e.level}),e.push({type:"text",content:a,level:e.level+1}),e.push({type:"link_close",level:e.level})),e.pos+=r[0].length,!0)):!!(o=n.match(he))&&(i=j("mailto:"+(a=o[0].slice(1,-1))),!!e.parser.validateLink(i)&&(t||(e.push({type:"link_open",href:i,level:e.level}),e.push({type:"text",content:a,level:e.level+1}),e.push({type:"link_close",level:e.level})),e.pos+=o[0].length,!0))))}],["htmltag",function(e,t){var n,r,o,a=e.pos;return!!e.options.html&&(o=e.posMax,!(60!==e.src.charCodeAt(a)||a+2>=o)&&(!(33!==(n=e.src.charCodeAt(a+1))&&63!==n&&47!==n&&!function(e){var t=32|e;return t>=97&&t<=122}(n))&&(!!(r=e.src.slice(a).match(be))&&(t||e.push({type:"htmltag",content:e.src.slice(a,a+r[0].length),level:e.level}),e.pos+=r[0].length,!0))))}],["entity",function(e,t){var n,r,a=e.pos,i=e.posMax;if(38!==e.src.charCodeAt(a))return!1;if(a+1<i)if(35===e.src.charCodeAt(a+1)){if(r=e.src.slice(a).match(_e))return t||(n="x"===r[1][0].toLowerCase()?parseInt(r[1].slice(1),16):parseInt(r[1],10),e.pending+=l(n)?p(n):p(65533)),e.pos+=r[0].length,!0}else if(r=e.src.slice(a).match(we)){var s=o(r[1]);if(r[1]!==s)return t||(e.pending+=s),e.pos+=r[0].length,!0}return t||(e.pending+="&"),e.pos++,!0}]];function Ee(){this.ruler=new S;for(var e=0;e<xe.length;e++)this.ruler.push(xe[e][0],xe[e][1]);this.validateLink=Ce}function Ce(e){var t=e.trim().toLowerCase();return-1===(t=v(t)).indexOf(":")||-1===["vbscript","javascript","file","data"].indexOf(t.split(":")[0])}Ee.prototype.skipToken=function(e){var t,n,r=this.ruler.getRules(""),o=r.length,a=e.pos;if((n=e.cacheGet(a))>0)e.pos=n;else{for(t=0;t<o;t++)if(r[t](e,!0))return void e.cacheSet(a,e.pos);e.pos++,e.cacheSet(a,e.pos)}},Ee.prototype.tokenize=function(e){for(var t,n,r=this.ruler.getRules(""),o=r.length,a=e.posMax;e.pos<a;){for(n=0;n<o&&!(t=r[n](e,!1));n++);if(t){if(e.pos>=a)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},Ee.prototype.parse=function(e,t,n,r){var o=new A(e,this,t,n,r);this.tokenize(o)};var Se={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","replacements","smartquotes","references","abbr2","footnote_tail"]},block:{rules:["blockquote","code","fences","footnote","heading","hr","htmlblock","lheading","list","paragraph","table"]},inline:{rules:["autolink","backticks","del","emphasis","entity","escape","footnote_ref","htmltag","links","newline","text"]}}},full:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{},block:{},inline:{}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","abbr2"]},block:{rules:["blockquote","code","fences","heading","hr","htmlblock","lheading","list","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","htmltag","links","newline","text"]}}}};function Ae(e,t,n){this.src=t,this.env=n,this.options=e.options,this.tokens=[],this.inlineMode=!1,this.inline=e.inline,this.block=e.block,this.renderer=e.renderer,this.typographer=e.typographer}function ke(e,t){"string"!=typeof e&&(t=e,e="default"),t&&null!=t.linkify&&console.warn("linkify option is removed. Use linkify plugin instead:\n\nimport Remarkable from 'remarkable';\nimport linkify from 'remarkable/linkify';\nnew Remarkable().use(linkify)\n"),this.inline=new Ee,this.block=new te,this.core=new H,this.renderer=new C,this.ruler=new S,this.options={},this.configure(Se[e]),this.set(t||{})}ke.prototype.set=function(e){s(this.options,e)},ke.prototype.configure=function(e){var t=this;if(!e)throw new Error("Wrong `remarkable` preset, check name/content");e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach((function(n){e.components[n].rules&&t[n].ruler.enable(e.components[n].rules,!0)}))},ke.prototype.use=function(e,t){return e(this,t),this},ke.prototype.parse=function(e,t){var n=new Ae(this,e,t);return this.core.process(n),n.tokens},ke.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},ke.prototype.parseInline=function(e,t){var n=new Ae(this,e,t);return n.inlineMode=!0,this.core.process(n),n.tokens},ke.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)}},function(e,t,n){"use strict";n.d(t,"b",(function(){return me}));var r=n(0),o=n.n(r),a=(n(11),n(218));function i(e,t){if(Array.prototype.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}function s(e,t){for(var n=e.length-1;n>=0;n--)!0===t(e[n])&&e.splice(n,1)}function u(e){throw new Error("Unhandled case for value: '"+e+"'")}var c=function(){function e(e){void 0===e&&(e={}),this.tagName="",this.attrs={},this.innerHTML="",this.whitespaceRegex=/\s+/,this.tagName=e.tagName||"",this.attrs=e.attrs||{},this.innerHTML=e.innerHtml||e.innerHTML||""}return e.prototype.setTagName=function(e){return this.tagName=e,this},e.prototype.getTagName=function(){return this.tagName||""},e.prototype.setAttr=function(e,t){return this.getAttrs()[e]=t,this},e.prototype.getAttr=function(e){return this.getAttrs()[e]},e.prototype.setAttrs=function(e){return Object.assign(this.getAttrs(),e),this},e.prototype.getAttrs=function(){return this.attrs||(this.attrs={})},e.prototype.setClass=function(e){return this.setAttr("class",e)},e.prototype.addClass=function(e){for(var t,n=this.getClass(),r=this.whitespaceRegex,o=n?n.split(r):[],a=e.split(r);t=a.shift();)-1===i(o,t)&&o.push(t);return this.getAttrs().class=o.join(" "),this},e.prototype.removeClass=function(e){for(var t,n=this.getClass(),r=this.whitespaceRegex,o=n?n.split(r):[],a=e.split(r);o.length&&(t=a.shift());){var s=i(o,t);-1!==s&&o.splice(s,1)}return this.getAttrs().class=o.join(" "),this},e.prototype.getClass=function(){return this.getAttrs().class||""},e.prototype.hasClass=function(e){return-1!==(" "+this.getClass()+" ").indexOf(" "+e+" ")},e.prototype.setInnerHTML=function(e){return this.innerHTML=e,this},e.prototype.setInnerHtml=function(e){return this.setInnerHTML(e)},e.prototype.getInnerHTML=function(){return this.innerHTML||""},e.prototype.getInnerHtml=function(){return this.getInnerHTML()},e.prototype.toAnchorString=function(){var e=this.getTagName(),t=this.buildAttrsStr();return["<",e,t=t?" "+t:"",">",this.getInnerHtml(),"</",e,">"].join("")},e.prototype.buildAttrsStr=function(){if(!this.attrs)return"";var e=this.getAttrs(),t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n+'="'+e[n]+'"');return t.join(" ")},e}();var l=function(){function e(e){void 0===e&&(e={}),this.newWindow=!1,this.truncate={},this.className="",this.newWindow=e.newWindow||!1,this.truncate=e.truncate||{},this.className=e.className||""}return e.prototype.build=function(e){return new c({tagName:"a",attrs:this.createAttrs(e),innerHtml:this.processAnchorText(e.getAnchorText())})},e.prototype.createAttrs=function(e){var t={href:e.getAnchorHref()},n=this.createCssClass(e);return n&&(t.class=n),this.newWindow&&(t.target="_blank",t.rel="noopener noreferrer"),this.truncate&&this.truncate.length&&this.truncate.length<e.getAnchorText().length&&(t.title=e.getAnchorHref()),t},e.prototype.createCssClass=function(e){var t=this.className;if(t){for(var n=[t],r=e.getCssClassSuffixes(),o=0,a=r.length;o<a;o++)n.push(t+"-"+r[o]);return n.join(" ")}return""},e.prototype.processAnchorText=function(e){return e=this.doTruncate(e)},e.prototype.doTruncate=function(e){var t=this.truncate;if(!t||!t.length)return e;var n=t.length,r=t.location;return"smart"===r?function(e,t,n){var r,o;null==n?(n="&hellip;",o=3,r=8):(o=n.length,r=n.length);var a=function(e){var t="";return e.scheme&&e.host&&(t+=e.scheme+"://"),e.host&&(t+=e.host),e.path&&(t+="/"+e.path),e.query&&(t+="?"+e.query),e.fragment&&(t+="#"+e.fragment),t},i=function(e,t){var r=t/2,o=Math.ceil(r),a=-1*Math.floor(r),i="";return a<0&&(i=e.substr(a)),e.substr(0,o)+n+i};if(e.length<=t)return e;var s=t-o,u=function(e){var t={},n=e,r=n.match(/^([a-z]+):\/\//i);return r&&(t.scheme=r[1],n=n.substr(r[0].length)),(r=n.match(/^(.*?)(?=(\?|#|\/|$))/i))&&(t.host=r[1],n=n.substr(r[0].length)),(r=n.match(/^\/(.*?)(?=(\?|#|$))/i))&&(t.path=r[1],n=n.substr(r[0].length)),(r=n.match(/^\?(.*?)(?=(#|$))/i))&&(t.query=r[1],n=n.substr(r[0].length)),(r=n.match(/^#(.*?)$/i))&&(t.fragment=r[1]),t}(e);if(u.query){var c=u.query.match(/^(.*?)(?=(\?|\#))(.*?)$/i);c&&(u.query=u.query.substr(0,c[1].length),e=a(u))}if(e.length<=t)return e;if(u.host&&(u.host=u.host.replace(/^www\./,""),e=a(u)),e.length<=t)return e;var l="";if(u.host&&(l+=u.host),l.length>=s)return u.host.length==t?(u.host.substr(0,t-o)+n).substr(0,s+r):i(l,s).substr(0,s+r);var p="";if(u.path&&(p+="/"+u.path),u.query&&(p+="?"+u.query),p){if((l+p).length>=s)return(l+p).length==t?(l+p).substr(0,t):(l+i(p,s-l.length)).substr(0,s+r);l+=p}if(u.fragment){var f="#"+u.fragment;if((l+f).length>=s)return(l+f).length==t?(l+f).substr(0,t):(l+i(f,s-l.length)).substr(0,s+r);l+=f}if(u.scheme&&u.host){var h=u.scheme+"://";if((l+h).length<s)return(h+l).substr(0,t)}if(l.length<=t)return l;var d="";return s>0&&(d=l.substr(-1*Math.floor(s/2))),(l.substr(0,Math.ceil(s/2))+n+d).substr(0,s+r)}(e,n):"middle"===r?function(e,t,n){if(e.length<=t)return e;var r,o;null==n?(n="&hellip;",r=8,o=3):(r=n.length,o=n.length);var a=t-o,i="";return a>0&&(i=e.substr(-1*Math.floor(a/2))),(e.substr(0,Math.ceil(a/2))+n+i).substr(0,a+r)}(e,n):function(e,t,n){return function(e,t,n){var r;return e.length>t&&(null==n?(n="&hellip;",r=3):r=n.length,e=e.substring(0,t-r)+n),e}(e,t,n)}(e,n)},e}(),p=function(){function e(e){this.__jsduckDummyDocProp=null,this.matchedText="",this.offset=0,this.tagBuilder=e.tagBuilder,this.matchedText=e.matchedText,this.offset=e.offset}return e.prototype.getMatchedText=function(){return this.matchedText},e.prototype.setOffset=function(e){this.offset=e},e.prototype.getOffset=function(){return this.offset},e.prototype.getCssClassSuffixes=function(){return[this.getType()]},e.prototype.buildTag=function(){return this.tagBuilder.build(this)},e}(),f=function(e,t){return(f=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function h(e,t){function n(){this.constructor=e}f(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var d=function(){return(d=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};var v,m=function(e){function t(t){var n=e.call(this,t)||this;return n.email="",n.email=t.email,n}return h(t,e),t.prototype.getType=function(){return"email"},t.prototype.getEmail=function(){return this.email},t.prototype.getAnchorHref=function(){return"mailto:"+this.email},t.prototype.getAnchorText=function(){return this.email},t}(p),g=function(e){function t(t){var n=e.call(this,t)||this;return n.serviceName="",n.hashtag="",n.serviceName=t.serviceName,n.hashtag=t.hashtag,n}return h(t,e),t.prototype.getType=function(){return"hashtag"},t.prototype.getServiceName=function(){return this.serviceName},t.prototype.getHashtag=function(){return this.hashtag},t.prototype.getAnchorHref=function(){var e=this.serviceName,t=this.hashtag;switch(e){case"twitter":return"https://twitter.com/hashtag/"+t;case"facebook":return"https://www.facebook.com/hashtag/"+t;case"instagram":return"https://instagram.com/explore/tags/"+t;default:throw new Error("Unknown service name to point hashtag to: "+e)}},t.prototype.getAnchorText=function(){return"#"+this.hashtag},t}(p),y=function(e){function t(t){var n=e.call(this,t)||this;return n.serviceName="twitter",n.mention="",n.mention=t.mention,n.serviceName=t.serviceName,n}return h(t,e),t.prototype.getType=function(){return"mention"},t.prototype.getMention=function(){return this.mention},t.prototype.getServiceName=function(){return this.serviceName},t.prototype.getAnchorHref=function(){switch(this.serviceName){case"twitter":return"https://twitter.com/"+this.mention;case"instagram":return"https://instagram.com/"+this.mention;case"soundcloud":return"https://soundcloud.com/"+this.mention;default:throw new Error("Unknown service name to point mention to: "+this.serviceName)}},t.prototype.getAnchorText=function(){return"@"+this.mention},t.prototype.getCssClassSuffixes=function(){var t=e.prototype.getCssClassSuffixes.call(this),n=this.getServiceName();return n&&t.push(n),t},t}(p),b=function(e){function t(t){var n=e.call(this,t)||this;return n.number="",n.plusSign=!1,n.number=t.number,n.plusSign=t.plusSign,n}return h(t,e),t.prototype.getType=function(){return"phone"},t.prototype.getPhoneNumber=function(){return this.number},t.prototype.getNumber=function(){return this.getPhoneNumber()},t.prototype.getAnchorHref=function(){return"tel:"+(this.plusSign?"+":"")+this.number},t.prototype.getAnchorText=function(){return this.matchedText},t}(p),_=function(e){function t(t){var n=e.call(this,t)||this;return n.url="",n.urlMatchType="scheme",n.protocolUrlMatch=!1,n.protocolRelativeMatch=!1,n.stripPrefix={scheme:!0,www:!0},n.stripTrailingSlash=!0,n.decodePercentEncoding=!0,n.schemePrefixRegex=/^(https?:\/\/)?/i,n.wwwPrefixRegex=/^(https?:\/\/)?(www\.)?/i,n.protocolRelativeRegex=/^\/\//,n.protocolPrepended=!1,n.urlMatchType=t.urlMatchType,n.url=t.url,n.protocolUrlMatch=t.protocolUrlMatch,n.protocolRelativeMatch=t.protocolRelativeMatch,n.stripPrefix=t.stripPrefix,n.stripTrailingSlash=t.stripTrailingSlash,n.decodePercentEncoding=t.decodePercentEncoding,n}return h(t,e),t.prototype.getType=function(){return"url"},t.prototype.getUrlMatchType=function(){return this.urlMatchType},t.prototype.getUrl=function(){var e=this.url;return this.protocolRelativeMatch||this.protocolUrlMatch||this.protocolPrepended||(e=this.url="http://"+e,this.protocolPrepended=!0),e},t.prototype.getAnchorHref=function(){return this.getUrl().replace(/&amp;/g,"&")},t.prototype.getAnchorText=function(){var e=this.getMatchedText();return this.protocolRelativeMatch&&(e=this.stripProtocolRelativePrefix(e)),this.stripPrefix.scheme&&(e=this.stripSchemePrefix(e)),this.stripPrefix.www&&(e=this.stripWwwPrefix(e)),this.stripTrailingSlash&&(e=this.removeTrailingSlash(e)),this.decodePercentEncoding&&(e=this.removePercentEncoding(e)),e},t.prototype.stripSchemePrefix=function(e){return e.replace(this.schemePrefixRegex,"")},t.prototype.stripWwwPrefix=function(e){return e.replace(this.wwwPrefixRegex,"$1")},t.prototype.stripProtocolRelativePrefix=function(e){return e.replace(this.protocolRelativeRegex,"")},t.prototype.removeTrailingSlash=function(e){return"/"===e.charAt(e.length-1)&&(e=e.slice(0,-1)),e},t.prototype.removePercentEncoding=function(e){var t=e.replace(/%22/gi,"&quot;").replace(/%26/gi,"&amp;").replace(/%27/gi,"&#39;").replace(/%3C/gi,"&lt;").replace(/%3E/gi,"&gt;");try{return decodeURIComponent(t)}catch(e){return t}},t}(p),w=function(e){this.__jsduckDummyDocProp=null,this.tagBuilder=e.tagBuilder},x=/[A-Za-z]/,E=/[\d]/,C=/[\D]/,S=/\s/,A=/['"]/,k=/[\x00-\x1F\x7F]/,O=/A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC/.source,j=O+/\u2700-\u27bf\udde6-\uddff\ud800-\udbff\udc00-\udfff\ufe0e\ufe0f\u0300-\u036f\ufe20-\ufe23\u20d0-\u20f0\ud83c\udffb-\udfff\u200d\u3299\u3297\u303d\u3030\u24c2\ud83c\udd70-\udd71\udd7e-\udd7f\udd8e\udd91-\udd9a\udde6-\uddff\ude01-\ude02\ude1a\ude2f\ude32-\ude3a\ude50-\ude51\u203c\u2049\u25aa-\u25ab\u25b6\u25c0\u25fb-\u25fe\u00a9\u00ae\u2122\u2139\udc04\u2600-\u26FF\u2b05\u2b06\u2b07\u2b1b\u2b1c\u2b50\u2b55\u231a\u231b\u2328\u23cf\u23e9-\u23f3\u23f8-\u23fa\udccf\u2935\u2934\u2190-\u21ff/.source+/\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D4-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C03\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D01-\u0D03\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF5\u1DFB-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F/.source,T=/0-9\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19/.source,I=j+T,N=j+T,M="(?:["+T+"]{1,3}\\.){3}["+T+"]{1,3}",P="["+N+"](?:["+N+"\\-]{0,61}["+N+"])?",R=function(e){return"(?=("+P+"))\\"+e},D=function(e){return"(?:"+R(e)+"(?:\\."+R(e+1)+"){0,126}|"+M+")"},L=(new RegExp("["+N+".\\-]*["+N+"\\-]"),new RegExp("["+N+"]")),B=/(?:xn--vermgensberatung-pwb|xn--vermgensberater-ctb|xn--clchc0ea0b2g2a9gcd|xn--w4r85el8fhu5dnra|northwesternmutual|travelersinsurance|vermögensberatung|xn--3oq18vl8pn36a|xn--5su34j936bgsg|xn--bck1b9a5dre4c|xn--mgbai9azgqp6j|xn--mgberp4a5d4ar|xn--xkc2dl3a5ee0h|vermögensberater|xn--fzys8d69uvgm|xn--mgba7c0bbn0a|xn--xkc2al3hye2a|americanexpress|kerryproperties|sandvikcoromant|xn--i1b6b1a6a2e|xn--kcrx77d1x4a|xn--lgbbat1ad8j|xn--mgba3a4f16a|xn--mgbaakc7dvf|xn--mgbc0a9azcg|xn--nqv7fs00ema|afamilycompany|americanfamily|bananarepublic|cancerresearch|cookingchannel|kerrylogistics|weatherchannel|xn--54b7fta0cc|xn--6qq986b3xl|xn--80aqecdr1a|xn--b4w605ferd|xn--fiq228c5hs|xn--h2breg3eve|xn--jlq61u9w7b|xn--mgba3a3ejt|xn--mgbaam7a8h|xn--mgbayh7gpa|xn--mgbb9fbpob|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgbi4ecexp|xn--mgbx4cd0ab|xn--rvc1e0am3e|international|lifeinsurance|spreadbetting|travelchannel|wolterskluwer|xn--eckvdtc9d|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--h2brj9c8c|xn--tiq49xqyj|xn--yfro4i67o|xn--ygbi2ammx|construction|lplfinancial|scholarships|versicherung|xn--3e0b707e|xn--45br5cyl|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--mgb9awbf|xn--mgbab2bd|xn--mgbgu82a|xn--mgbpl2fh|xn--mgbt3dhd|xn--mk1bu44c|xn--ngbc5azd|xn--ngbe9e0a|xn--ogbpf8fl|xn--qcka1pmc|accountants|barclaycard|blackfriday|blockbuster|bridgestone|calvinklein|contractors|creditunion|engineering|enterprises|foodnetwork|investments|kerryhotels|lamborghini|motorcycles|olayangroup|photography|playstation|productions|progressive|redumbrella|rightathome|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--42c2d9a|xn--45brj9c|xn--55qw42g|xn--6frz82g|xn--80ao21a|xn--9krt00a|xn--cck2b3b|xn--czr694b|xn--d1acj3b|xn--efvy88h|xn--estv75g|xn--fct429k|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--gecrj9c|xn--gk3at1e|xn--h2brj9c|xn--hxt814e|xn--imr513n|xn--j6w193g|xn--jvr189m|xn--kprw13d|xn--kpry57d|xn--kpu716f|xn--mgbbh1a|xn--mgbtx2b|xn--mix891f|xn--nyqy26a|xn--otu796d|xn--pbt977c|xn--pgbs0dh|xn--q9jyb4c|xn--rhqv96g|xn--rovu88b|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--vuq861b|xn--w4rs40l|xn--xhq521b|xn--zfr164b|சிங்கப்பூர்|accountant|apartments|associates|basketball|bnpparibas|boehringer|capitalone|consulting|creditcard|cuisinella|eurovision|extraspace|foundation|healthcare|immobilien|industries|management|mitsubishi|nationwide|newholland|nextdirect|onyourside|properties|protection|prudential|realestate|republican|restaurant|schaeffler|swiftcover|tatamotors|technology|telefonica|university|vistaprint|vlaanderen|volkswagen|xn--30rr7y|xn--3pxu8k|xn--45q11c|xn--4gbrim|xn--55qx5d|xn--5tzm5g|xn--80aswg|xn--90a3ac|xn--9dbq2a|xn--9et52u|xn--c2br7g|xn--cg4bki|xn--czrs0t|xn--czru2d|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--io0a7i|xn--kput3i|xn--mxtq1m|xn--o3cw4h|xn--pssy2u|xn--unup4y|xn--wgbh1c|xn--wgbl6a|xn--y9a3aq|accenture|alfaromeo|allfinanz|amsterdam|analytics|aquarelle|barcelona|bloomberg|christmas|community|directory|education|equipment|fairwinds|financial|firestone|fresenius|frontdoor|fujixerox|furniture|goldpoint|hisamitsu|homedepot|homegoods|homesense|honeywell|institute|insurance|kuokgroup|ladbrokes|lancaster|landrover|lifestyle|marketing|marshalls|melbourne|microsoft|panasonic|passagens|pramerica|richardli|scjohnson|shangrila|solutions|statebank|statefarm|stockholm|travelers|vacations|xn--90ais|xn--c1avg|xn--d1alf|xn--e1a4c|xn--fhbei|xn--j1aef|xn--j1amh|xn--l1acc|xn--ngbrx|xn--nqv7f|xn--p1acf|xn--tckwe|xn--vhquv|yodobashi|abudhabi|airforce|allstate|attorney|barclays|barefoot|bargains|baseball|boutique|bradesco|broadway|brussels|budapest|builders|business|capetown|catering|catholic|chrysler|cipriani|cityeats|cleaning|clinique|clothing|commbank|computer|delivery|deloitte|democrat|diamonds|discount|discover|download|engineer|ericsson|esurance|etisalat|everbank|exchange|feedback|fidelity|firmdale|football|frontier|goodyear|grainger|graphics|guardian|hdfcbank|helsinki|holdings|hospital|infiniti|ipiranga|istanbul|jpmorgan|lighting|lundbeck|marriott|maserati|mckinsey|memorial|merckmsd|mortgage|movistar|observer|partners|pharmacy|pictures|plumbing|property|redstone|reliance|saarland|samsclub|security|services|shopping|showtime|softbank|software|stcgroup|supplies|symantec|training|uconnect|vanguard|ventures|verisign|woodside|xn--90ae|xn--node|xn--p1ai|xn--qxam|yokohama|السعودية|abogado|academy|agakhan|alibaba|android|athleta|auction|audible|auspost|avianca|banamex|bauhaus|bentley|bestbuy|booking|brother|bugatti|capital|caravan|careers|cartier|channel|charity|chintai|citadel|clubmed|college|cologne|comcast|company|compare|contact|cooking|corsica|country|coupons|courses|cricket|cruises|dentist|digital|domains|exposed|express|farmers|fashion|ferrari|ferrero|finance|fishing|fitness|flights|florist|flowers|forsale|frogans|fujitsu|gallery|genting|godaddy|grocery|guitars|hamburg|hangout|hitachi|holiday|hosting|hoteles|hotmail|hyundai|iselect|ismaili|jewelry|juniper|kitchen|komatsu|lacaixa|lancome|lanxess|lasalle|latrobe|leclerc|liaison|limited|lincoln|markets|metlife|monster|netbank|netflix|network|neustar|okinawa|oldnavy|organic|origins|philips|pioneer|politie|realtor|recipes|rentals|reviews|rexroth|samsung|sandvik|schmidt|schwarz|science|shiksha|shriram|singles|staples|starhub|storage|support|surgery|systems|temasek|theater|theatre|tickets|tiffany|toshiba|trading|walmart|wanggou|watches|weather|website|wedding|whoswho|windows|winners|xfinity|yamaxun|youtube|zuerich|католик|اتصالات|الجزائر|العليان|پاکستان|كاثوليك|موبايلي|இந்தியா|abarth|abbott|abbvie|active|africa|agency|airbus|airtel|alipay|alsace|alstom|anquan|aramco|author|bayern|beauty|berlin|bharti|blanco|bostik|boston|broker|camera|career|caseih|casino|center|chanel|chrome|church|circle|claims|clinic|coffee|comsec|condos|coupon|credit|cruise|dating|datsun|dealer|degree|dental|design|direct|doctor|dunlop|dupont|durban|emerck|energy|estate|events|expert|family|flickr|futbol|gallup|garden|george|giving|global|google|gratis|health|hermes|hiphop|hockey|hotels|hughes|imamat|insure|intuit|jaguar|joburg|juegos|kaufen|kinder|kindle|kosher|lancia|latino|lawyer|lefrak|living|locker|london|luxury|madrid|maison|makeup|market|mattel|mobile|mobily|monash|mormon|moscow|museum|mutual|nagoya|natura|nissan|nissay|norton|nowruz|office|olayan|online|oracle|orange|otsuka|pfizer|photos|physio|piaget|pictet|quebec|racing|realty|reisen|repair|report|review|rocher|rogers|ryukyu|safety|sakura|sanofi|school|schule|search|secure|select|shouji|soccer|social|stream|studio|supply|suzuki|swatch|sydney|taipei|taobao|target|tattoo|tennis|tienda|tjmaxx|tkmaxx|toyota|travel|unicom|viajes|viking|villas|virgin|vision|voting|voyage|vuelos|walter|warman|webcam|xihuan|yachts|yandex|zappos|москва|онлайн|ابوظبي|ارامكو|الاردن|المغرب|امارات|فلسطين|مليسيا|भारतम्|இலங்கை|ファッション|actor|adult|aetna|amfam|amica|apple|archi|audio|autos|azure|baidu|beats|bible|bingo|black|boats|bosch|build|canon|cards|chase|cheap|cisco|citic|click|cloud|coach|codes|crown|cymru|dabur|dance|deals|delta|dodge|drive|dubai|earth|edeka|email|epost|epson|faith|fedex|final|forex|forum|gallo|games|gifts|gives|glade|glass|globo|gmail|green|gripe|group|gucci|guide|homes|honda|horse|house|hyatt|ikano|intel|irish|iveco|jetzt|koeln|kyoto|lamer|lease|legal|lexus|lilly|linde|lipsy|lixil|loans|locus|lotte|lotto|lupin|macys|mango|media|miami|money|mopar|movie|nadex|nexus|nikon|ninja|nokia|nowtv|omega|osaka|paris|parts|party|phone|photo|pizza|place|poker|praxi|press|prime|promo|quest|radio|rehab|reise|ricoh|rocks|rodeo|rugby|salon|sener|seven|sharp|shell|shoes|skype|sling|smart|smile|solar|space|sport|stada|store|study|style|sucks|swiss|tatar|tires|tirol|tmall|today|tokyo|tools|toray|total|tours|trade|trust|tunes|tushu|ubank|vegas|video|vodka|volvo|wales|watch|weber|weibo|works|world|xerox|yahoo|zippo|ایران|بازار|بھارت|سودان|سورية|همراه|भारोत|संगठन|বাংলা|భారత్|ഭാരതം|嘉里大酒店|aarp|able|adac|aero|aigo|akdn|ally|amex|arab|army|arpa|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|book|buzz|cafe|call|camp|care|cars|casa|case|cash|cbre|cern|chat|citi|city|club|cool|coop|cyou|data|date|dclk|deal|dell|desi|diet|dish|docs|doha|duck|duns|dvag|erni|fage|fail|fans|farm|fast|fiat|fido|film|fire|fish|flir|food|ford|free|fund|game|gbiz|gent|ggee|gift|gmbh|gold|golf|goog|guge|guru|hair|haus|hdfc|help|here|hgtv|host|hsbc|icbc|ieee|imdb|immo|info|itau|java|jeep|jobs|jprs|kddi|kiwi|kpmg|kred|land|lego|lgbt|lidl|life|like|limo|link|live|loan|loft|love|ltda|luxe|maif|meet|meme|menu|mini|mint|mobi|moda|moto|name|navy|news|next|nico|nike|ollo|open|page|pars|pccw|pics|ping|pink|play|plus|pohl|porn|post|prod|prof|qpon|raid|read|reit|rent|rest|rich|rmit|room|rsvp|ruhr|safe|sale|sarl|save|saxo|scor|scot|seat|seek|sexy|shaw|shia|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|spot|star|surf|talk|taxi|team|tech|teva|tiaa|tips|town|toys|tube|vana|visa|viva|vivo|vote|voto|wang|weir|wien|wiki|wine|work|xbox|yoga|zara|zero|zone|дети|сайт|بارت|بيتك|ڀارت|تونس|شبكة|عراق|عمان|موقع|भारत|ভারত|ভাৰত|ਭਾਰਤ|ભારત|ଭାରତ|ಭಾರತ|ලංකා|グーグル|クラウド|ポイント|大众汽车|组织机构|電訊盈科|香格里拉|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bnl|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceb|ceo|cfa|cfd|com|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|edu|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jcp|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|net|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|org|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|srl|srt|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|бел|ком|қаз|мкд|мон|орг|рус|срб|укр|հայ|קום|عرب|قطر|كوم|مصر|कॉम|नेट|คอม|ไทย|ストア|セール|みんな|中文网|天主教|我爱你|新加坡|淡马锡|诺基亚|飞利浦|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|ελ|бг|ею|рф|გე|닷넷|닷컴|삼성|한국|コム|世界|中信|中国|中國|企业|佛山|信息|健康|八卦|公司|公益|台湾|台灣|商城|商店|商标|嘉里|在线|大拿|娱乐|家電|工行|广东|微博|慈善|手机|手表|招聘|政务|政府|新闻|时尚|書籍|机构|游戏|澳門|点看|珠宝|移动|网址|网店|网站|网络|联通|谷歌|购物|通販|集团|食品|餐厅|香港)/,F=new RegExp("["+N+"!#$%&'*+/=?^_`{|}~-]"),U=new RegExp("^"+B.source+"$"),q=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.localPartCharRegex=F,t.strictTldRegex=U,t}return h(t,e),t.prototype.parseMatches=function(e){for(var t=this.tagBuilder,n=this.localPartCharRegex,r=this.strictTldRegex,o=[],a=e.length,i=new z,s={m:"a",a:"i",i:"l",l:"t",t:"o",o:":"},c=0,l=0,p=i;c<a;){var f=e.charAt(c);switch(l){case 0:h(f);break;case 1:v(e.charAt(c-1),f);break;case 2:g(f);break;case 3:y(f);break;case 4:b(f);break;case 5:_(f);break;case 6:w(f);break;case 7:x(f);break;default:u(l)}c++}return S(),o;function h(e){"m"===e?E(1):n.test(e)&&E()}function v(e,t){":"===e?n.test(t)?(l=2,p=new z(d({},p,{hasMailtoPrefix:!0}))):C():s[e]===t||(n.test(t)?l=2:"."===t?l=3:"@"===t?l=4:C())}function g(e){"."===e?l=3:"@"===e?l=4:n.test(e)||C()}function y(e){"."===e||"@"===e?C():n.test(e)?l=2:C()}function b(e){L.test(e)?l=5:C()}function _(e){"."===e?l=7:"-"===e?l=6:L.test(e)||S()}function w(e){"-"===e||"."===e?S():L.test(e)?l=5:S()}function x(e){"."===e||"-"===e?S():L.test(e)?(l=5,p=new z(d({},p,{hasDomainDot:!0}))):S()}function E(e){void 0===e&&(e=2),l=e,p=new z({idx:c})}function C(){l=0,p=i}function S(){if(p.hasDomainDot){var n=e.slice(p.idx,c);/[-.]$/.test(n)&&(n=n.slice(0,-1));var a=p.hasMailtoPrefix?n.slice("mailto:".length):n;(function(e){var t=(e.split(".").pop()||"").toLowerCase();return r.test(t)})(a)&&o.push(new m({tagBuilder:t,matchedText:n,offset:p.idx,email:a}))}C()}},t}(w),z=function(e){void 0===e&&(e={}),this.idx=void 0!==e.idx?e.idx:-1,this.hasMailtoPrefix=!!e.hasMailtoPrefix,this.hasDomainDot=!!e.hasDomainDot},V=function(){function e(){}return e.isValid=function(e,t){return!(t&&!this.isValidUriScheme(t)||this.urlMatchDoesNotHaveProtocolOrDot(e,t)||this.urlMatchDoesNotHaveAtLeastOneWordChar(e,t)&&!this.isValidIpAddress(e)||this.containsMultipleDots(e))},e.isValidIpAddress=function(e){var t=new RegExp(this.hasFullProtocolRegex.source+this.ipRegex.source);return null!==e.match(t)},e.containsMultipleDots=function(e){var t=e;return this.hasFullProtocolRegex.test(e)&&(t=e.split("://")[1]),t.split("/")[0].indexOf("..")>-1},e.isValidUriScheme=function(e){var t=e.match(this.uriSchemeRegex),n=t&&t[0].toLowerCase();return"javascript:"!==n&&"vbscript:"!==n},e.urlMatchDoesNotHaveProtocolOrDot=function(e,t){return!(!e||t&&this.hasFullProtocolRegex.test(t)||-1!==e.indexOf("."))},e.urlMatchDoesNotHaveAtLeastOneWordChar=function(e,t){return!(!e||!t)&&(!this.hasFullProtocolRegex.test(t)&&!this.hasWordCharAfterProtocolRegex.test(e))},e.hasFullProtocolRegex=/^[A-Za-z][-.+A-Za-z0-9]*:\/\//,e.uriSchemeRegex=/^[A-Za-z][-.+A-Za-z0-9]*:/,e.hasWordCharAfterProtocolRegex=new RegExp(":[^\\s]*?["+O+"]"),e.ipRegex=/[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?\.[0-9][0-9]?[0-9]?(:[0-9]*)?\/?$/,e}(),W=(v=new RegExp("[/?#](?:["+N+"\\-+&@#/%=~_()|'$*\\[\\]{}?!:,.;^✓]*["+N+"\\-+&@#/%=~_()|'$*\\[\\]{}✓])?"),new RegExp(["(?:","(",/(?:[A-Za-z][-.+A-Za-z0-9]{0,63}:(?![A-Za-z][-.+A-Za-z0-9]{0,63}:\/\/)(?!\d+\/?)(?:\/\/)?)/.source,D(2),")","|","(","(//)?",/(?:www\.)/.source,D(6),")","|","(","(//)?",D(10)+"\\.",B.source,"(?![-"+I+"])",")",")","(?::[0-9]+)?","(?:"+v.source+")?"].join(""),"gi")),H=new RegExp("["+N+"]"),J=function(e){function t(t){var n=e.call(this,t)||this;return n.stripPrefix={scheme:!0,www:!0},n.stripTrailingSlash=!0,n.decodePercentEncoding=!0,n.matcherRegex=W,n.wordCharRegExp=H,n.stripPrefix=t.stripPrefix,n.stripTrailingSlash=t.stripTrailingSlash,n.decodePercentEncoding=t.decodePercentEncoding,n}return h(t,e),t.prototype.parseMatches=function(e){for(var t,n=this.matcherRegex,r=this.stripPrefix,o=this.stripTrailingSlash,a=this.decodePercentEncoding,i=this.tagBuilder,s=[],u=function(){var n=t[0],u=t[1],l=t[4],p=t[5],f=t[9],h=t.index,d=p||f,v=e.charAt(h-1);if(!V.isValid(n,u))return"continue";if(h>0&&"@"===v)return"continue";if(h>0&&d&&c.wordCharRegExp.test(v))return"continue";if(/\?$/.test(n)&&(n=n.substr(0,n.length-1)),c.matchHasUnbalancedClosingParen(n))n=n.substr(0,n.length-1);else{var m=c.matchHasInvalidCharAfterTld(n,u);m>-1&&(n=n.substr(0,m))}var g=["http://","https://"].find((function(e){return!!u&&-1!==u.indexOf(e)}));if(g){var y=n.indexOf(g);n=n.substr(y),u=u.substr(y),h+=y}var b=u?"scheme":l?"www":"tld",w=!!u;s.push(new _({tagBuilder:i,matchedText:n,offset:h,urlMatchType:b,url:n,protocolUrlMatch:w,protocolRelativeMatch:!!d,stripPrefix:r,stripTrailingSlash:o,decodePercentEncoding:a}))},c=this;null!==(t=n.exec(e));)u();return s},t.prototype.matchHasUnbalancedClosingParen=function(e){var t,n=e.charAt(e.length-1);if(")"===n)t="(";else if("]"===n)t="[";else{if("}"!==n)return!1;t="{"}for(var r=0,o=0,a=e.length-1;o<a;o++){var i=e.charAt(o);i===t?r++:i===n&&(r=Math.max(r-1,0))}return 0===r},t.prototype.matchHasInvalidCharAfterTld=function(e,t){if(!e)return-1;var n=0;t&&(n=e.indexOf(":"),e=e.slice(n));var r=new RegExp("^((.?//)?[-."+N+"]*[-"+N+"]\\.[-"+N+"]+)").exec(e);return null===r?-1:(n+=r[1].length,e=e.slice(r[1].length),/^[^-.A-Za-z0-9:\/?#]/.test(e)?n:-1)},t}(w),$=new RegExp("#[_"+N+"]{1,139}(?![_"+N+"])","g"),K=new RegExp("[^"+N+"]"),Y=function(e){function t(t){var n=e.call(this,t)||this;return n.serviceName="twitter",n.matcherRegex=$,n.nonWordCharRegex=K,n.serviceName=t.serviceName,n}return h(t,e),t.prototype.parseMatches=function(e){for(var t,n=this.matcherRegex,r=this.nonWordCharRegex,o=this.serviceName,a=this.tagBuilder,i=[];null!==(t=n.exec(e));){var s=t.index,u=e.charAt(s-1);if(0===s||r.test(u)){var c=t[0],l=t[0].slice(1);i.push(new g({tagBuilder:a,matchedText:c,offset:s,serviceName:o,hashtag:l}))}}return i},t}(w),G=/(?:(?:(?:(\+)?\d{1,3}[-\040.]?)?\(?\d{3}\)?[-\040.]?\d{3}[-\040.]?\d{4})|(?:(\+)(?:9[976]\d|8[987530]\d|6[987]\d|5[90]\d|42\d|3[875]\d|2[98654321]\d|9[8543210]|8[6421]|6[6543210]|5[87654321]|4[987654310]|3[9643210]|2[70]|7|1)[-\040.]?(?:\d[-\040.]?){6,12}\d+))([,;]+[0-9]+#?)*/g,Z=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.matcherRegex=G,t}return h(t,e),t.prototype.parseMatches=function(e){for(var t,n=this.matcherRegex,r=this.tagBuilder,o=[];null!==(t=n.exec(e));){var a=t[0],i=a.replace(/[^0-9,;#]/g,""),s=!(!t[1]&&!t[2]),u=0==t.index?"":e.substr(t.index-1,1),c=e.substr(t.index+a.length,1),l=!u.match(/\d/)&&!c.match(/\d/);this.testMatch(t[3])&&this.testMatch(a)&&l&&o.push(new b({tagBuilder:r,matchedText:a,offset:t.index,number:i,plusSign:s}))}return o},t.prototype.testMatch=function(e){return C.test(e)},t}(w),X=new RegExp("@[_"+N+"]{1,50}(?![_"+N+"])","g"),Q=new RegExp("@[_."+N+"]{1,30}(?![_"+N+"])","g"),ee=new RegExp("@[-_."+N+"]{1,50}(?![-_"+N+"])","g"),te=new RegExp("[^"+N+"]"),ne=function(e){function t(t){var n=e.call(this,t)||this;return n.serviceName="twitter",n.matcherRegexes={twitter:X,instagram:Q,soundcloud:ee},n.nonWordCharRegex=te,n.serviceName=t.serviceName,n}return h(t,e),t.prototype.parseMatches=function(e){var t,n=this.serviceName,r=this.matcherRegexes[this.serviceName],o=this.nonWordCharRegex,a=this.tagBuilder,i=[];if(!r)return i;for(;null!==(t=r.exec(e));){var s=t.index,u=e.charAt(s-1);if(0===s||o.test(u)){var c=t[0].replace(/\.+$/g,""),l=c.slice(1);i.push(new y({tagBuilder:a,matchedText:c,offset:s,serviceName:n,mention:l}))}}return i},t}(w);function re(e,t){for(var n,r=t.onOpenTag,o=t.onCloseTag,a=t.onText,i=t.onComment,s=t.onDoctype,c=new oe,l=0,p=e.length,f=0,h=0,v=c;l<p;){var m=e.charAt(l);switch(f){case 0:g(m);break;case 1:y(m);break;case 2:_(m);break;case 3:b(m);break;case 4:w(m);break;case 5:C(m);break;case 6:O(m);break;case 7:j(m);break;case 8:T(m);break;case 9:I(m);break;case 10:N(m);break;case 11:M(m);break;case 12:P(m);break;case 13:R(m);break;case 14:D(m);break;case 15:L(m);break;case 16:B(m);break;case 17:F(m);break;case 18:U(m);break;case 19:q(m);break;case 20:z(m);break;default:u(f)}l++}function g(e){"<"===e&&W()}function y(e){"!"===e?f=13:"/"===e?(f=2,v=new oe(d({},v,{isClosing:!0}))):"<"===e?W():x.test(e)?(f=3,v=new oe(d({},v,{isOpening:!0}))):(f=0,v=c)}function b(e){S.test(e)?(v=new oe(d({},v,{name:J()})),f=4):"<"===e?W():"/"===e?(v=new oe(d({},v,{name:J()})),f=12):">"===e?(v=new oe(d({},v,{name:J()})),H()):x.test(e)||E.test(e)||":"===e||V()}function _(e){">"===e?V():x.test(e)?f=3:V()}function w(e){S.test(e)||("/"===e?f=12:">"===e?H():"<"===e?W():"="===e||A.test(e)||k.test(e)?V():f=5)}function C(e){S.test(e)?f=6:"/"===e?f=12:"="===e?f=7:">"===e?H():"<"===e?W():A.test(e)&&V()}function O(e){S.test(e)||("/"===e?f=12:"="===e?f=7:">"===e?H():"<"===e?W():A.test(e)?V():f=5)}function j(e){S.test(e)||('"'===e?f=8:"'"===e?f=9:/[>=`]/.test(e)?V():"<"===e?W():f=10)}function T(e){'"'===e&&(f=11)}function I(e){"'"===e&&(f=11)}function N(e){S.test(e)?f=4:">"===e?H():"<"===e&&W()}function M(e){S.test(e)?f=4:"/"===e?f=12:">"===e?H():"<"===e?W():(f=4,l--)}function P(e){">"===e?(v=new oe(d({},v,{isClosing:!0})),H()):f=4}function R(t){"--"===e.substr(l,2)?(l+=2,v=new oe(d({},v,{type:"comment"})),f=14):"DOCTYPE"===e.substr(l,7).toUpperCase()?(l+=7,v=new oe(d({},v,{type:"doctype"})),f=20):V()}function D(e){"-"===e?f=15:">"===e?V():f=16}function L(e){"-"===e?f=18:">"===e?V():f=16}function B(e){"-"===e&&(f=17)}function F(e){f="-"===e?18:16}function U(e){">"===e?H():"!"===e?f=19:"-"===e||(f=16)}function q(e){"-"===e?f=17:">"===e?H():f=16}function z(e){">"===e?H():"<"===e&&W()}function V(){f=0,v=c}function W(){f=1,v=new oe({idx:l})}function H(){var t=e.slice(h,v.idx);t&&a(t,h),"comment"===v.type?i(v.idx):"doctype"===v.type?s(v.idx):(v.isOpening&&r(v.name,v.idx),v.isClosing&&o(v.name,v.idx)),V(),h=l+1}function J(){var t=v.idx+(v.isClosing?2:1);return e.slice(t,l).toLowerCase()}h<l&&(n=e.slice(h,l),a(n,h),h=l+1)}var oe=function(e){void 0===e&&(e={}),this.idx=void 0!==e.idx?e.idx:-1,this.type=e.type||"tag",this.name=e.name||"",this.isOpening=!!e.isOpening,this.isClosing=!!e.isClosing},ae=function(){function e(t){void 0===t&&(t={}),this.version=e.version,this.urls={},this.email=!0,this.phone=!0,this.hashtag=!1,this.mention=!1,this.newWindow=!0,this.stripPrefix={scheme:!0,www:!0},this.stripTrailingSlash=!0,this.decodePercentEncoding=!0,this.truncate={length:0,location:"end"},this.className="",this.replaceFn=null,this.context=void 0,this.sanitizeHtml=!1,this.matchers=null,this.tagBuilder=null,this.urls=this.normalizeUrlsCfg(t.urls),this.email="boolean"==typeof t.email?t.email:this.email,this.phone="boolean"==typeof t.phone?t.phone:this.phone,this.hashtag=t.hashtag||this.hashtag,this.mention=t.mention||this.mention,this.newWindow="boolean"==typeof t.newWindow?t.newWindow:this.newWindow,this.stripPrefix=this.normalizeStripPrefixCfg(t.stripPrefix),this.stripTrailingSlash="boolean"==typeof t.stripTrailingSlash?t.stripTrailingSlash:this.stripTrailingSlash,this.decodePercentEncoding="boolean"==typeof t.decodePercentEncoding?t.decodePercentEncoding:this.decodePercentEncoding,this.sanitizeHtml=t.sanitizeHtml||!1;var n=this.mention;if(!1!==n&&"twitter"!==n&&"instagram"!==n&&"soundcloud"!==n)throw new Error("invalid `mention` cfg - see docs");var r=this.hashtag;if(!1!==r&&"twitter"!==r&&"facebook"!==r&&"instagram"!==r)throw new Error("invalid `hashtag` cfg - see docs");this.truncate=this.normalizeTruncateCfg(t.truncate),this.className=t.className||this.className,this.replaceFn=t.replaceFn||this.replaceFn,this.context=t.context||this}return e.link=function(t,n){return new e(n).link(t)},e.parse=function(t,n){return new e(n).parse(t)},e.prototype.normalizeUrlsCfg=function(e){return null==e&&(e=!0),"boolean"==typeof e?{schemeMatches:e,wwwMatches:e,tldMatches:e}:{schemeMatches:"boolean"!=typeof e.schemeMatches||e.schemeMatches,wwwMatches:"boolean"!=typeof e.wwwMatches||e.wwwMatches,tldMatches:"boolean"!=typeof e.tldMatches||e.tldMatches}},e.prototype.normalizeStripPrefixCfg=function(e){return null==e&&(e=!0),"boolean"==typeof e?{scheme:e,www:e}:{scheme:"boolean"!=typeof e.scheme||e.scheme,www:"boolean"!=typeof e.www||e.www}},e.prototype.normalizeTruncateCfg=function(e){return"number"==typeof e?{length:e,location:"end"}:function(e,t){for(var n in t)t.hasOwnProperty(n)&&void 0===e[n]&&(e[n]=t[n]);return e}(e||{},{length:Number.POSITIVE_INFINITY,location:"end"})},e.prototype.parse=function(e){var t=this,n=["a","style","script"],r=0,o=[];return re(e,{onOpenTag:function(e){n.indexOf(e)>=0&&r++},onText:function(e,n){if(0===r){var a=function(e,t){if(!t.global)throw new Error("`splitRegex` must have the 'g' flag set");for(var n,r=[],o=0;n=t.exec(e);)r.push(e.substring(o,n.index)),r.push(n[0]),o=n.index+n[0].length;return r.push(e.substring(o)),r}(e,/(&nbsp;|&#160;|&lt;|&#60;|&gt;|&#62;|&quot;|&#34;|&#39;)/gi),i=n;a.forEach((function(e,n){if(n%2==0){var r=t.parseText(e,i);o.push.apply(o,r)}i+=e.length}))}},onCloseTag:function(e){n.indexOf(e)>=0&&(r=Math.max(r-1,0))},onComment:function(e){},onDoctype:function(e){}}),o=this.compactMatches(o),o=this.removeUnwantedMatches(o)},e.prototype.compactMatches=function(e){e.sort((function(e,t){return e.getOffset()-t.getOffset()}));for(var t=0;t<e.length-1;t++){var n=e[t],r=n.getOffset(),o=n.getMatchedText().length,a=r+o;if(t+1<e.length){if(e[t+1].getOffset()===r){var i=e[t+1].getMatchedText().length>o?t:t+1;e.splice(i,1);continue}e[t+1].getOffset()<a&&e.splice(t+1,1)}}return e},e.prototype.removeUnwantedMatches=function(e){return this.hashtag||s(e,(function(e){return"hashtag"===e.getType()})),this.email||s(e,(function(e){return"email"===e.getType()})),this.phone||s(e,(function(e){return"phone"===e.getType()})),this.mention||s(e,(function(e){return"mention"===e.getType()})),this.urls.schemeMatches||s(e,(function(e){return"url"===e.getType()&&"scheme"===e.getUrlMatchType()})),this.urls.wwwMatches||s(e,(function(e){return"url"===e.getType()&&"www"===e.getUrlMatchType()})),this.urls.tldMatches||s(e,(function(e){return"url"===e.getType()&&"tld"===e.getUrlMatchType()})),e},e.prototype.parseText=function(e,t){void 0===t&&(t=0),t=t||0;for(var n=this.getMatchers(),r=[],o=0,a=n.length;o<a;o++){for(var i=n[o].parseMatches(e),s=0,u=i.length;s<u;s++)i[s].setOffset(t+i[s].getOffset());r.push.apply(r,i)}return r},e.prototype.link=function(e){if(!e)return"";this.sanitizeHtml&&(e=e.replace(/</g,"&lt;").replace(/>/g,"&gt;"));for(var t=this.parse(e),n=[],r=0,o=0,a=t.length;o<a;o++){var i=t[o];n.push(e.substring(r,i.getOffset())),n.push(this.createMatchReturnVal(i)),r=i.getOffset()+i.getMatchedText().length}return n.push(e.substring(r)),n.join("")},e.prototype.createMatchReturnVal=function(e){var t;return this.replaceFn&&(t=this.replaceFn.call(this.context,e)),"string"==typeof t?t:!1===t?e.getMatchedText():t instanceof c?t.toAnchorString():e.buildTag().toAnchorString()},e.prototype.getMatchers=function(){if(this.matchers)return this.matchers;var e=this.getTagBuilder(),t=[new Y({tagBuilder:e,serviceName:this.hashtag}),new q({tagBuilder:e}),new Z({tagBuilder:e}),new ne({tagBuilder:e,serviceName:this.mention}),new J({tagBuilder:e,stripPrefix:this.stripPrefix,stripTrailingSlash:this.stripTrailingSlash,decodePercentEncoding:this.decodePercentEncoding})];return this.matchers=t},e.prototype.getTagBuilder=function(){var e=this.tagBuilder;return e||(e=this.tagBuilder=new l({newWindow:this.newWindow,truncate:this.truncate,className:this.className})),e},e.version="3.14.1",e.AnchorTagBuilder=l,e.HtmlTag=c,e.matcher={Email:q,Hashtag:Y,Matcher:w,Mention:ne,Phone:Z,Url:J},e.match={Email:m,Hashtag:g,Match:p,Mention:y,Phone:b,Url:_},e}(),ie=/www|@|\:\/\//;function se(e){return/^<\/a\s*>/i.test(e)}function ue(){var e=[],t=new ae({stripPrefix:!1,url:!0,email:!0,replaceFn:function(t){switch(t.getType()){case"url":e.push({text:t.matchedText,url:t.getUrl()});break;case"email":e.push({text:t.matchedText,url:"mailto:"+t.getEmail().replace(/^mailto:/i,"")})}return!1}});return{links:e,autolinker:t}}function ce(e){var t,n,r,o,a,i,s,u,c,l,p,f,h,d,v=e.tokens,m=null;for(n=0,r=v.length;n<r;n++)if("inline"===v[n].type)for(p=0,t=(o=v[n].children).length-1;t>=0;t--)if("link_close"!==(a=o[t]).type){if("htmltag"===a.type&&(d=a.content,/^<a[>\s]/i.test(d)&&p>0&&p--,se(a.content)&&p++),!(p>0)&&"text"===a.type&&ie.test(a.content)){if(m||(f=(m=ue()).links,h=m.autolinker),i=a.content,f.length=0,h.link(i),!f.length)continue;for(s=[],l=a.level,u=0;u<f.length;u++)e.inline.validateLink(f[u].url)&&((c=i.indexOf(f[u].text))&&s.push({type:"text",content:i.slice(0,c),level:l}),s.push({type:"link_open",href:f[u].url,title:"",level:l++}),s.push({type:"text",content:f[u].text,level:l}),s.push({type:"link_close",level:--l}),i=i.slice(c+f[u].text.length));i.length&&s.push({type:"text",content:i,level:l}),v[n].children=o=[].concat(o.slice(0,t),s,o.slice(t+1))}}else for(t--;o[t].level!==a.level&&"link_open"!==o[t].type;)t--}function le(e){e.core.ruler.push("linkify",ce)}var pe=n(222),fe=n.n(pe),he=n(67),de=n.n(he);function ve(e){var t=e.source,n=e.className,r=void 0===n?"":n,i=e.getConfigs;if("string"!=typeof t)return null;var s=new a.a({html:!0,typographer:!0,breaks:!0,linkTarget:"_blank"}).use(le);s.core.ruler.disable(["replacements","smartquotes"]);var u=i().useUnsafeMarkdown,c=s.render(t),l=me(c,{useUnsafeMarkdown:u});return t&&c&&l?o.a.createElement("div",{className:de()(r,"markdown"),dangerouslySetInnerHTML:{__html:l}}):null}fe.a.addHook&&fe.a.addHook("beforeSanitizeElements",(function(e){return e.href&&e.setAttribute("rel","noopener noreferrer"),e})),ve.defaultProps={getConfigs:function(){return{useUnsafeMarkdown:!1}}};t.a=ve;function me(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.useUnsafeMarkdown,r=void 0!==n&&n,o=r,a=r?[]:["style","class"];return r&&!me.hasWarnedAboutDeprecation&&(console.warn("useUnsafeMarkdown display configuration parameter is deprecated since >3.26.0 and will be removed in v4.0.0."),me.hasWarnedAboutDeprecation=!0),fe.a.sanitize(e,{ADD_ATTR:["target"],FORBID_TAGS:["style"],ALLOW_DATA_ATTR:o,FORBID_ATTR:a})}me.hasWarnedAboutDeprecation=!1},function(e,t,n){"use strict";n.d(t,"a",(function(){return R}));var r=n(4),o=n.n(r),a=n(29),i=n.n(a),s=n(12),u=n.n(s),c=n(2),l=n.n(c),p=n(6),f=n.n(p),h=n(5),d=n.n(h),v=n(10),m=n.n(v),g=n(8),y=n.n(g),b=n(9),_=n.n(b),w=n(3),x=n.n(w),E=n(0),C=n.n(E),S=n(1),A=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},k=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}();function O(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function j(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}var T=function(e){function t(){return O(this,t),j(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),k(t,[{key:"shouldComponentUpdate",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.state||{};return!(this.updateOnProps||Object.keys(A({},e,this.props))).every((function(n){return Object(S.is)(e[n],t.props[n])}))||!(this.updateOnStates||Object.keys(A({},n,r))).every((function(e){return Object(S.is)(n[e],r[e])}))}}]),t}(C.a.Component),I=n(28),N=n.n(I),M=n(11),P=n.n(M),R=function(e){y()(r,e);var t=_()(r);function r(){var e,n;f()(this,r);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return n=t.call.apply(t,l()(e=[this]).call(e,a)),x()(m()(n),"getModelName",(function(e){return-1!==u()(e).call(e,"#/definitions/")?e.replace(/^.*#\/definitions\//,""):-1!==u()(e).call(e,"#/components/schemas/")?e.replace(/^.*#\/components\/schemas\//,""):void 0})),x()(m()(n),"getRefSchema",(function(e){return n.props.specSelectors.findDefinition(e)})),n}return d()(r,[{key:"render",value:function(){var e=this.props,t=e.getComponent,r=e.getConfigs,o=e.specSelectors,a=e.schema,s=e.required,u=e.name,c=e.isRef,l=e.specPath,p=e.displayName,f=e.includeReadOnly,h=e.includeWriteOnly,d=t("ObjectModel"),v=t("ArrayModel"),m=t("PrimitiveModel"),g="object",y=a&&a.get("$$ref");if(!u&&y&&(u=this.getModelName(y)),!a&&y&&(a=this.getRefSchema(u)),!a)return C.a.createElement("span",{className:"model model-title"},C.a.createElement("span",{className:"model-title__text"},p||u),C.a.createElement("img",{src:n(501),height:"20px",width:"20px"}));var b=o.isOAS3()&&a.get("deprecated");switch(c=void 0!==c?c:!!y,g=a&&a.get("type")||g){case"object":return C.a.createElement(d,i()({className:"object"},this.props,{specPath:l,getConfigs:r,schema:a,name:u,deprecated:b,isRef:c,includeReadOnly:f,includeWriteOnly:h}));case"array":return C.a.createElement(v,i()({className:"array"},this.props,{getConfigs:r,schema:a,name:u,deprecated:b,required:s,includeReadOnly:f,includeWriteOnly:h}));case"string":case"number":case"integer":case"boolean":default:return C.a.createElement(m,i()({},this.props,{getComponent:t,getConfigs:r,schema:a,name:u,deprecated:b,required:s}))}}}]),r}(T);x()(R,"propTypes",{schema:o()(N.a).isRequired,getComponent:P.a.func.isRequired,getConfigs:P.a.func.isRequired,specSelectors:P.a.object.isRequired,name:P.a.string,displayName:P.a.string,isRef:P.a.bool,required:P.a.bool,expandDepth:P.a.number,depth:P.a.number,specPath:N.a.list.isRequired,includeReadOnly:P.a.bool,includeWriteOnly:P.a.bool})},function(e,t,n){"use strict";var r=n(1033),o=n(1034),a=n(497);e.exports={formats:a,parse:o,stringify:r}},function(e,t,n){e.exports=function(){"use strict";var e=Object.freeze||function(e){return e},t=e(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),n=e(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","audio","canvas","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","video","view","vkern"]),r=e(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),o=e(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),a=e(["#text"]),i=Object.freeze||function(e){return e},s=i(["accept","action","align","alt","autocomplete","background","bgcolor","border","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","coords","crossorigin","datetime","default","dir","disabled","download","enctype","face","for","headers","height","hidden","high","href","hreflang","id","integrity","ismap","label","lang","list","loop","low","max","maxlength","media","method","min","minlength","multiple","name","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","type","usemap","valign","value","width","xmlns"]),u=i(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","tabindex","targetx","targety","transform","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),c=i(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),l=i(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),p=Object.hasOwnProperty,f=Object.setPrototypeOf,h=("undefined"!=typeof Reflect&&Reflect).apply;function d(e,t){f&&f(e,null);for(var n=t.length;n--;){var r=t[n];if("string"==typeof r){var o=r.toLowerCase();o!==r&&(Object.isFrozen(t)||(t[n]=o),r=o)}e[r]=!0}return e}function v(e){var t={},n=void 0;for(n in e)h(p,e,[n])&&(t[n]=e[n]);return t}h||(h=function(e,t,n){return e.apply(t,n)});var m=Object.seal||function(e){return e},g=m(/\{\{[\s\S]*|[\s\S]*\}\}/gm),y=m(/<%[\s\S]*|[\s\S]*%>/gm),b=m(/^data-[\-\w.\u00B7-\uFFFF]/),_=m(/^aria-[\-\w]+$/),w=m(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),x=m(/^(?:\w+script|data):/i),E=m(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205f\u3000]/g),C="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function S(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var A=("undefined"!=typeof Reflect&&Reflect).apply,k=Array.prototype.slice,O=Object.freeze,j=function(){return"undefined"==typeof window?null:window};A||(A=function(e,t,n){return e.apply(t,n)});var T=function(e,t){if("object"!==(void 0===e?"undefined":C(e))||"function"!=typeof e.createPolicy)return null;var n=null,r="data-tt-policy-suffix";t.currentScript&&t.currentScript.hasAttribute(r)&&(n=t.currentScript.getAttribute(r));var o="dompurify"+(n?"#"+n:"");try{return e.createPolicy(o,{createHTML:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+o+" could not be created."),null}};function I(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:j(),i=function(e){return I(e)};if(i.version="2.0.7",i.removed=[],!e||!e.document||9!==e.document.nodeType)return i.isSupported=!1,i;var p=e.document,f=!1,h=!1,m=e.document,N=e.DocumentFragment,M=e.HTMLTemplateElement,P=e.Node,R=e.NodeFilter,D=e.NamedNodeMap,L=void 0===D?e.NamedNodeMap||e.MozNamedAttrMap:D,B=e.Text,F=e.Comment,U=e.DOMParser,q=e.TrustedTypes;if("function"==typeof M){var z=m.createElement("template");z.content&&z.content.ownerDocument&&(m=z.content.ownerDocument)}var V=T(q,p),W=V?V.createHTML(""):"",H=m,J=H.implementation,$=H.createNodeIterator,K=H.getElementsByTagName,Y=H.createDocumentFragment,G=p.importNode,Z={};i.isSupported=J&&void 0!==J.createHTMLDocument&&9!==m.documentMode;var X=g,Q=y,ee=b,te=_,ne=x,re=E,oe=w,ae=null,ie=d({},[].concat(S(t),S(n),S(r),S(o),S(a))),se=null,ue=d({},[].concat(S(s),S(u),S(c),S(l))),ce=null,le=null,pe=!0,fe=!0,he=!1,de=!1,ve=!1,me=!1,ge=!1,ye=!1,be=!1,_e=!1,we=!1,xe=!1,Ee=!0,Ce=!0,Se=!1,Ae={},ke=d({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","plaintext","script","style","svg","template","thead","title","video","xmp"]),Oe=d({},["audio","video","img","source","image"]),je=null,Te=d({},["alt","class","for","id","label","name","pattern","placeholder","summary","title","value","style","xmlns"]),Ie=null,Ne=m.createElement("form"),Me=function(e){Ie&&Ie===e||(e&&"object"===(void 0===e?"undefined":C(e))||(e={}),ae="ALLOWED_TAGS"in e?d({},e.ALLOWED_TAGS):ie,se="ALLOWED_ATTR"in e?d({},e.ALLOWED_ATTR):ue,je="ADD_URI_SAFE_ATTR"in e?d(v(Te),e.ADD_URI_SAFE_ATTR):Te,ce="FORBID_TAGS"in e?d({},e.FORBID_TAGS):{},le="FORBID_ATTR"in e?d({},e.FORBID_ATTR):{},Ae="USE_PROFILES"in e&&e.USE_PROFILES,pe=!1!==e.ALLOW_ARIA_ATTR,fe=!1!==e.ALLOW_DATA_ATTR,he=e.ALLOW_UNKNOWN_PROTOCOLS||!1,de=e.SAFE_FOR_JQUERY||!1,ve=e.SAFE_FOR_TEMPLATES||!1,me=e.WHOLE_DOCUMENT||!1,be=e.RETURN_DOM||!1,_e=e.RETURN_DOM_FRAGMENT||!1,we=e.RETURN_DOM_IMPORT||!1,xe=e.RETURN_TRUSTED_TYPE||!1,ye=e.FORCE_BODY||!1,Ee=!1!==e.SANITIZE_DOM,Ce=!1!==e.KEEP_CONTENT,Se=e.IN_PLACE||!1,oe=e.ALLOWED_URI_REGEXP||oe,ve&&(fe=!1),_e&&(be=!0),Ae&&(ae=d({},[].concat(S(a))),se=[],!0===Ae.html&&(d(ae,t),d(se,s)),!0===Ae.svg&&(d(ae,n),d(se,u),d(se,l)),!0===Ae.svgFilters&&(d(ae,r),d(se,u),d(se,l)),!0===Ae.mathMl&&(d(ae,o),d(se,c),d(se,l))),e.ADD_TAGS&&(ae===ie&&(ae=v(ae)),d(ae,e.ADD_TAGS)),e.ADD_ATTR&&(se===ue&&(se=v(se)),d(se,e.ADD_ATTR)),e.ADD_URI_SAFE_ATTR&&d(je,e.ADD_URI_SAFE_ATTR),Ce&&(ae["#text"]=!0),me&&d(ae,["html","head","body"]),ae.table&&(d(ae,["tbody"]),delete ce.tbody),O&&O(e),Ie=e)},Pe=function(e){i.removed.push({element:e});try{e.parentNode.removeChild(e)}catch(t){e.outerHTML=W}},Re=function(e,t){try{i.removed.push({attribute:t.getAttributeNode(e),from:t})}catch(e){i.removed.push({attribute:null,from:t})}t.removeAttribute(e)},De=function(e){var t=void 0,n=void 0;if(ye)e="<remove></remove>"+e;else{var r=e.match(/^[\s]+/);(n=r&&r[0])&&(e=e.slice(n.length))}if(f)try{t=(new U).parseFromString(e,"text/html")}catch(e){}if(h&&d(ce,["title"]),!t||!t.documentElement){var o=(t=J.createHTMLDocument("")).body;o.parentNode.removeChild(o.parentNode.firstElementChild),o.outerHTML=V?V.createHTML(e):e}return e&&n&&t.body.insertBefore(m.createTextNode(n),t.body.childNodes[0]||null),K.call(t,me?"html":"body")[0]};i.isSupported&&(function(){try{De('<svg><p><textarea><img src="</textarea><img src=x abc=1//">').querySelector("svg img")&&(f=!0)}catch(e){}}(),function(){try{var e=De("<x/><title>&lt;/title&gt;&lt;img&gt;");/<\/title/.test(e.querySelector("title").innerHTML)&&(h=!0)}catch(e){}}());var Le=function(e){return $.call(e.ownerDocument||e,e,R.SHOW_ELEMENT|R.SHOW_COMMENT|R.SHOW_TEXT,(function(){return R.FILTER_ACCEPT}),!1)},Be=function(e){return!(e instanceof B||e instanceof F||"string"==typeof e.nodeName&&"string"==typeof e.textContent&&"function"==typeof e.removeChild&&e.attributes instanceof L&&"function"==typeof e.removeAttribute&&"function"==typeof e.setAttribute&&"string"==typeof e.namespaceURI)},Fe=function(e){return"object"===(void 0===P?"undefined":C(P))?e instanceof P:e&&"object"===(void 0===e?"undefined":C(e))&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},Ue=function(e,t,n){Z[e]&&Z[e].forEach((function(e){e.call(i,t,n,Ie)}))},qe=function(e){var t=void 0;if(Ue("beforeSanitizeElements",e,null),Be(e))return Pe(e),!0;var n=e.nodeName.toLowerCase();if(Ue("uponSanitizeElement",e,{tagName:n,allowedTags:ae}),("svg"===n||"math"===n)&&0!==e.querySelectorAll("p, br").length)return Pe(e),!0;if(!ae[n]||ce[n]){if(Ce&&!ke[n]&&"function"==typeof e.insertAdjacentHTML)try{var r=e.innerHTML;e.insertAdjacentHTML("AfterEnd",V?V.createHTML(r):r)}catch(e){}return Pe(e),!0}return"noscript"===n&&/<\/noscript/i.test(e.innerHTML)||"noembed"===n&&/<\/noembed/i.test(e.innerHTML)?(Pe(e),!0):(!de||e.firstElementChild||e.content&&e.content.firstElementChild||!/</g.test(e.textContent)||(i.removed.push({element:e.cloneNode()}),e.innerHTML?e.innerHTML=e.innerHTML.replace(/</g,"&lt;"):e.innerHTML=e.textContent.replace(/</g,"&lt;")),ve&&3===e.nodeType&&(t=(t=(t=e.textContent).replace(X," ")).replace(Q," "),e.textContent!==t&&(i.removed.push({element:e.cloneNode()}),e.textContent=t)),Ue("afterSanitizeElements",e,null),!1)},ze=function(e,t,n){if(Ee&&("id"===t||"name"===t)&&(n in m||n in Ne))return!1;if(fe&&ee.test(t));else if(pe&&te.test(t));else{if(!se[t]||le[t])return!1;if(je[t]);else if(oe.test(n.replace(re,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==n.indexOf("data:")||!Oe[e])if(he&&!ne.test(n.replace(re,"")));else if(n)return!1}return!0},Ve=function(e){var t=void 0,n=void 0,r=void 0,o=void 0,a=void 0;Ue("beforeSanitizeAttributes",e,null);var s=e.attributes;if(s){var u={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:se};for(a=s.length;a--;){var c=t=s[a],l=c.name,p=c.namespaceURI;if(n=t.value.trim(),r=l.toLowerCase(),u.attrName=r,u.attrValue=n,u.keepAttr=!0,Ue("uponSanitizeAttribute",e,u),n=u.attrValue,"name"===r&&"IMG"===e.nodeName&&s.id)o=s.id,s=A(k,s,[]),Re("id",e),Re(l,e),s.indexOf(o)>a&&e.setAttribute("id",o.value);else{if("INPUT"===e.nodeName&&"type"===r&&"file"===n&&u.keepAttr&&(se[r]||!le[r]))continue;"id"===l&&e.setAttribute(l,""),Re(l,e)}if(u.keepAttr)if(/svg|math/i.test(e.namespaceURI)&&new RegExp("</("+Object.keys(ke).join("|")+")","i").test(n))Re(l,e);else{ve&&(n=(n=n.replace(X," ")).replace(Q," "));var f=e.nodeName.toLowerCase();if(ze(f,r,n))try{p?e.setAttributeNS(p,l,n):e.setAttribute(l,n),i.removed.pop()}catch(e){}}}Ue("afterSanitizeAttributes",e,null)}},We=function e(t){var n=void 0,r=Le(t);for(Ue("beforeSanitizeShadowDOM",t,null);n=r.nextNode();)Ue("uponSanitizeShadowNode",n,null),qe(n)||(n.content instanceof N&&e(n.content),Ve(n));Ue("afterSanitizeShadowDOM",t,null)};return i.sanitize=function(t,n){var r=void 0,o=void 0,a=void 0,s=void 0,u=void 0;if(t||(t="\x3c!--\x3e"),"string"!=typeof t&&!Fe(t)){if("function"!=typeof t.toString)throw new TypeError("toString is not a function");if("string"!=typeof(t=t.toString()))throw new TypeError("dirty is not a string, aborting")}if(!i.isSupported){if("object"===C(e.toStaticHTML)||"function"==typeof e.toStaticHTML){if("string"==typeof t)return e.toStaticHTML(t);if(Fe(t))return e.toStaticHTML(t.outerHTML)}return t}if(ge||Me(n),i.removed=[],Se);else if(t instanceof P)1===(o=(r=De("\x3c!--\x3e")).ownerDocument.importNode(t,!0)).nodeType&&"BODY"===o.nodeName||"HTML"===o.nodeName?r=o:r.appendChild(o);else{if(!be&&!ve&&!me&&xe&&-1===t.indexOf("<"))return V?V.createHTML(t):t;if(!(r=De(t)))return be?null:W}r&&ye&&Pe(r.firstChild);for(var c=Le(Se?t:r);a=c.nextNode();)3===a.nodeType&&a===s||qe(a)||(a.content instanceof N&&We(a.content),Ve(a),s=a);if(s=null,Se)return t;if(be){if(_e)for(u=Y.call(r.ownerDocument);r.firstChild;)u.appendChild(r.firstChild);else u=r;return we&&(u=G.call(p,u,!0)),u}var l=me?r.outerHTML:r.innerHTML;return ve&&(l=(l=l.replace(X," ")).replace(Q," ")),V&&xe?V.createHTML(l):l},i.setConfig=function(e){Me(e),ge=!0},i.clearConfig=function(){Ie=null,ge=!1},i.isValidAttribute=function(e,t,n){Ie||Me({});var r=e.toLowerCase(),o=t.toLowerCase();return ze(r,o,n)},i.addHook=function(e,t){"function"==typeof t&&(Z[e]=Z[e]||[],Z[e].push(t))},i.removeHook=function(e){Z[e]&&Z[e].pop()},i.removeHooks=function(e){Z[e]&&(Z[e]=[])},i.removeAllHooks=function(){Z={}},i}return I()}()},function(e,t,n){var r=n(41),o=n(45),a=r.document,i=o(a)&&o(a.createElement);e.exports=function(e){return i?a.createElement(e):{}}},function(e,t,n){var r=n(69),o=n(80),a=n(225),i=function(e){return function(t,n,i){var s,u=r(t),c=o(u.length),l=a(i,c);if(e&&n!=n){for(;c>l;)if((s=u[l++])!=s)return!0}else for(;c>l;l++)if((e||l in u)&&u[l]===n)return e||l||0;return!e&&-1}};e.exports={includes:i(!0),indexOf:i(!1)}},function(e,t,n){var r=n(149),o=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?o(n+t,0):a(n,t)}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t,n){var r=n(39);t.f=r},function(e,t,n){var r=n(97),o=n(358);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(36);e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(e,t,n){"use strict";var r=n(24),o=n(363),a=n(151),i=n(233),s=n(87),u=n(70),c=n(112),l=n(39),p=n(97),f=n(111),h=n(364),d=h.IteratorPrototype,v=h.BUGGY_SAFARI_ITERATORS,m=l("iterator"),g="keys",y="values",b="entries",_=function(){return this};e.exports=function(e,t,n,l,h,w,x){o(n,t,l);var E,C,S,A=function(e){if(e===h&&I)return I;if(!v&&e in j)return j[e];switch(e){case g:case y:case b:return function(){return new n(this,e)}}return function(){return new n(this)}},k=t+" Iterator",O=!1,j=e.prototype,T=j[m]||j["@@iterator"]||h&&j[h],I=!v&&T||A(h),N="Array"==t&&j.entries||T;if(N&&(E=a(N.call(new e)),d!==Object.prototype&&E.next&&(p||a(E)===d||(i?i(E,d):"function"!=typeof E[m]&&u(E,m,_)),s(E,k,!0,!0),p&&(f[k]=_))),h==y&&T&&T.name!==y&&(O=!0,I=function(){return T.call(this)}),p&&!x||j[m]===I||u(j,m,I),f[t]=I,h)if(C={values:A(y),keys:w?I:A(g),entries:A(b)},x)for(S in C)(v||O||!(S in j))&&c(j,S,C[S]);else r({target:t,proto:!0,forced:v||O},C);return C}},function(e,t,n){var r=n(48),o=n(63),a=n(55),i=n(148);e.exports=r?Object.defineProperties:function(e,t){a(e);for(var n,r=i(t),s=r.length,u=0;s>u;)o.f(e,n=r[u++],t[n]);return e}},function(e,t,n){var r={};r[n(39)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t,n){var r=n(55),o=n(551);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),t=n instanceof Array}catch(e){}return function(n,a){return r(n),o(a),t?e.call(n,a):n.__proto__=a,n}}():void 0)},function(e,t){e.exports=function(){}},function(e,t,n){var r=n(45),o=n(153),a=n(39)("species");e.exports=function(e,t){var n;return o(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[a])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},function(e,t,n){var r,o,a=n(41),i=n(237),s=a.process,u=s&&s.versions,c=u&&u.v8;c?o=(r=c.split("."))[0]+r[1]:i&&(!(r=i.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=i.match(/Chrome\/(\d+)/))&&(o=r[1]),e.exports=o&&+o},function(e,t,n){var r=n(71);e.exports=r("navigator","userAgent")||""},function(e,t,n){var r=n(356),o=n(226).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){e.exports=n(595)},function(e,t,n){e.exports=n(645)},function(e,t,n){var r=n(694),o=n(710),a=n(712),i=n(713),s=n(714);function u(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=a,u.prototype.has=i,u.prototype.set=s,e.exports=u},function(e,t,n){var r=n(115)(n(75),"Map");e.exports=r},function(e,t,n){var r=n(185),o=n(718),a=n(719),i=n(720),s=n(721),u=n(722);function c(e){var t=this.__data__=new r(e);this.size=t.size}c.prototype.clear=o,c.prototype.delete=a,c.prototype.get=i,c.prototype.has=s,c.prototype.set=u,e.exports=c},function(e,t){e.exports=function(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}},function(e,t,n){var r=n(732),o=n(416),a=Object.prototype.propertyIsEnumerable,i=Object.getOwnPropertySymbols,s=i?function(e){return null==e?[]:(e=Object(e),r(i(e),(function(t){return a.call(e,t)})))}:o;e.exports=s},function(e,t,n){var r=n(736),o=n(249),a=n(250),i=a&&a.isTypedArray,s=i?o(i):r;e.exports=s},function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},function(e,t){e.exports=function(e){return function(t){return e(t)}}},function(e,t,n){(function(e){var r=n(404),o=t&&!t.nodeType&&t,a=o&&"object"==typeof e&&e&&!e.nodeType&&e,i=a&&a.exports===o&&r.process,s=function(){try{var e=a&&a.require&&a.require("util").types;return e||i&&i.binding&&i.binding("util")}catch(e){}}();e.exports=s}).call(this,n(191)(e))},function(e,t,n){var r=n(53),o=n(183),a=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,i=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!o(e))||(i.test(e)||!a.test(e)||null!=t&&e in Object(t))}},function(e,t){e.exports=function(e){return e}},function(e,t,n){"use strict";var r,o="object"==typeof Reflect?Reflect:null,a=o&&"function"==typeof o.apply?o.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=o&&"function"==typeof o.ownKeys?o.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function s(){s.init.call(this)}e.exports=s,e.exports.once=function(e,t){return new Promise((function(n,r){function o(){void 0!==a&&e.removeListener("error",a),n([].slice.call(arguments))}var a;"error"!==t&&(a=function(n){e.removeListener(t,o),r(n)},e.once("error",a)),e.once(t,o)}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var u=10;function c(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function p(e,t,n,r){var o,a,i,s;if(c(n),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),a=e._events),i=a[t]),void 0===i)i=a[t]=n,++e._eventsCount;else if("function"==typeof i?i=a[t]=r?[n,i]:[i,n]:r?i.unshift(n):i.push(n),(o=l(e))>0&&i.length>o&&!i.warned){i.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+i.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=i.length,s=u,console&&console.warn&&console.warn(s)}return e}function f(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=f.bind(r);return o.listener=n,r.wrapFn=o,o}function d(e,t,n){var r=e._events;if(void 0===r)return[];var o=r[t];return void 0===o?[]:"function"==typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):m(o,o.length)}function v(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function m(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return u},set:function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");u=e}}),s.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},s.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},s.prototype.getMaxListeners=function(){return l(this)},s.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,o=this._events;if(void 0!==o)r=r&&void 0===o.error;else if(!r)return!1;if(r){var i;if(t.length>0&&(i=t[0]),i instanceof Error)throw i;var s=new Error("Unhandled error."+(i?" ("+i.message+")":""));throw s.context=i,s}var u=o[e];if(void 0===u)return!1;if("function"==typeof u)a(u,this,t);else{var c=u.length,l=m(u,c);for(n=0;n<c;++n)a(l[n],this,t)}return!0},s.prototype.addListener=function(e,t){return p(this,e,t,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(e,t){return p(this,e,t,!0)},s.prototype.once=function(e,t){return c(t),this.on(e,h(this,e,t)),this},s.prototype.prependOnceListener=function(e,t){return c(t),this.prependListener(e,h(this,e,t)),this},s.prototype.removeListener=function(e,t){var n,r,o,a,i;if(c(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(o=-1,a=n.length-1;a>=0;a--)if(n[a]===t||n[a].listener===t){i=n[a].listener,o=a;break}if(o<0)return this;0===o?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,o),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,i||t)}return this},s.prototype.off=s.prototype.removeListener,s.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var o,a=Object.keys(n);for(r=0;r<a.length;++r)"removeListener"!==(o=a[r])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},s.prototype.listeners=function(e){return d(this,e,!0)},s.prototype.rawListeners=function(e){return d(this,e,!1)},s.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):v.call(e,t)},s.prototype.listenerCount=v,s.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},function(e,t,n){(t=e.exports=n(427)).Stream=t,t.Readable=t,t.Writable=n(255),t.Duplex=n(118),t.Transform=n(432),t.PassThrough=n(766)},function(e,t,n){"use strict";(function(t,r,o){var a=n(194);function i(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var r=e.entry;e.entry=null;for(;r;){var o=r.callback;t.pendingcb--,o(n),r=r.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}(t,e)}}e.exports=y;var s,u=!t.browser&&["v0.10","v0.9."].indexOf(t.version.slice(0,5))>-1?r:a.nextTick;y.WritableState=g;var c=n(160);c.inherits=n(65);var l={deprecate:n(765)},p=n(428),f=n(66).Buffer,h=o.Uint8Array||function(){};var d,v=n(429);function m(){}function g(e,t){s=s||n(118),e=e||{};var r=t instanceof s;this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var o=e.highWaterMark,c=e.writableHighWaterMark,l=this.objectMode?16:16384;this.highWaterMark=o||0===o?o:r&&(c||0===c)?c:l,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var p=!1===e.decodeStrings;this.decodeStrings=!p,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,r=n.sync,o=n.writecb;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,o){--t.pendingcb,n?(a.nextTick(o,r),a.nextTick(C,e,t),e._writableState.errorEmitted=!0,e.emit("error",r)):(o(r),e._writableState.errorEmitted=!0,e.emit("error",r),C(e,t))}(e,n,r,t,o);else{var i=x(n);i||n.corked||n.bufferProcessing||!n.bufferedRequest||w(e,n),r?u(_,e,n,i,o):_(e,n,i,o)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new i(this)}function y(e){if(s=s||n(118),!(d.call(y,this)||this instanceof s))return new y(e);this._writableState=new g(e,this),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),p.call(this)}function b(e,t,n,r,o,a,i){t.writelen=r,t.writecb=i,t.writing=!0,t.sync=!0,n?e._writev(o,t.onwrite):e._write(o,a,t.onwrite),t.sync=!1}function _(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),C(e,t)}function w(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,o=new Array(r),a=t.corkedRequestsFree;a.entry=n;for(var s=0,u=!0;n;)o[s]=n,n.isBuf||(u=!1),n=n.next,s+=1;o.allBuffers=u,b(e,t,!0,t.length,o,"",a.finish),t.pendingcb++,t.lastBufferedRequest=null,a.next?(t.corkedRequestsFree=a.next,a.next=null):t.corkedRequestsFree=new i(t),t.bufferedRequestCount=0}else{for(;n;){var c=n.chunk,l=n.encoding,p=n.callback;if(b(e,t,!1,t.objectMode?1:c.length,c,l,p),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function x(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function E(e,t){e._final((function(n){t.pendingcb--,n&&e.emit("error",n),t.prefinished=!0,e.emit("prefinish"),C(e,t)}))}function C(e,t){var n=x(t);return n&&(!function(e,t){t.prefinished||t.finalCalled||("function"==typeof e._final?(t.pendingcb++,t.finalCalled=!0,a.nextTick(E,e,t)):(t.prefinished=!0,e.emit("prefinish")))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"))),n}c.inherits(y,p),g.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(g.prototype,"buffer",{get:l.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(d=Function.prototype[Symbol.hasInstance],Object.defineProperty(y,Symbol.hasInstance,{value:function(e){return!!d.call(this,e)||this===y&&(e&&e._writableState instanceof g)}})):d=function(e){return e instanceof this},y.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},y.prototype.write=function(e,t,n){var r,o=this._writableState,i=!1,s=!o.objectMode&&(r=e,f.isBuffer(r)||r instanceof h);return s&&!f.isBuffer(e)&&(e=function(e){return f.from(e)}(e)),"function"==typeof t&&(n=t,t=null),s?t="buffer":t||(t=o.defaultEncoding),"function"!=typeof n&&(n=m),o.ended?function(e,t){var n=new Error("write after end");e.emit("error",n),a.nextTick(t,n)}(this,n):(s||function(e,t,n,r){var o=!0,i=!1;return null===n?i=new TypeError("May not write null values to stream"):"string"==typeof n||void 0===n||t.objectMode||(i=new TypeError("Invalid non-string/buffer chunk")),i&&(e.emit("error",i),a.nextTick(r,i),o=!1),o}(this,o,e,n))&&(o.pendingcb++,i=function(e,t,n,r,o,a){if(!n){var i=function(e,t,n){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=f.from(t,n));return t}(t,r,o);r!==i&&(n=!0,o="buffer",r=i)}var s=t.objectMode?1:r.length;t.length+=s;var u=t.length<t.highWaterMark;u||(t.needDrain=!0);if(t.writing||t.corked){var c=t.lastBufferedRequest;t.lastBufferedRequest={chunk:r,encoding:o,isBuf:n,callback:a,next:null},c?c.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else b(e,t,!1,s,r,o,a);return u}(this,o,s,e,t,n)),i},y.prototype.cork=function(){this._writableState.corked++},y.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.finished||e.bufferProcessing||!e.bufferedRequest||w(this,e))},y.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(y.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),y.prototype._write=function(e,t,n){n(new Error("_write() is not implemented"))},y.prototype._writev=null,y.prototype.end=function(e,t,n){var r=this._writableState;"function"==typeof e?(n=e,e=null,t=null):"function"==typeof t&&(n=t,t=null),null!=e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||function(e,t,n){t.ending=!0,C(e,t),n&&(t.finished?a.nextTick(n):e.once("finish",n));t.ended=!0,e.writable=!1}(this,r,n)},Object.defineProperty(y.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),y.prototype.destroy=v.destroy,y.prototype._undestroy=v.undestroy,y.prototype._destroy=function(e,t){this.end(),t(e)}}).call(this,n(92),n(430).setImmediate,n(54))},function(e,t,n){"use strict";e.exports=function(e){return"function"==typeof e}},function(e,t,n){"use strict";e.exports=n(791)()?Array.from:n(792)},function(e,t,n){"use strict";var r=n(805),o=n(120),a=n(133),i=Array.prototype.indexOf,s=Object.prototype.hasOwnProperty,u=Math.abs,c=Math.floor;e.exports=function(e){var t,n,l,p;if(!r(e))return i.apply(this,arguments);for(n=o(a(this).length),l=arguments[1],t=l=isNaN(l)?0:l>=0?c(l):o(this.length)-c(u(l));t<n;++t)if(s.call(this,t)&&(p=this[t],r(p)))return t;return-1}},function(e,t,n){"use strict";(function(t,n){var r,o;r=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e},o=function(e){var t,n,o=document.createTextNode(""),a=0;return new e((function(){var e;if(t)n&&(t=n.concat(t));else{if(!n)return;t=n}if(n=t,t=null,"function"==typeof n)return e=n,n=null,void e();for(o.data=a=++a%2;n;)e=n.shift(),n.length||(n=null),e()})).observe(o,{characterData:!0}),function(e){r(e),t?"function"==typeof t?t=[t,e]:t.push(e):(t=e,o.data=a=++a%2)}},e.exports=function(){if("object"==typeof t&&t&&"function"==typeof t.nextTick)return t.nextTick;if("object"==typeof document&&document){if("function"==typeof MutationObserver)return o(MutationObserver);if("function"==typeof WebKitMutationObserver)return o(WebKitMutationObserver)}return"function"==typeof n?function(e){n(r(e))}:"function"==typeof setTimeout||"object"==typeof setTimeout?function(e){setTimeout(r(e),0)}:null}()}).call(this,n(92),n(430).setImmediate)},function(e,t,n){"use strict";var r=n(137);e.exports=new r({explicit:[n(873),n(874),n(875)]})},function(e,t,n){"use strict";var r=n(31),o=(n(26),null),a={};function i(){if(o)for(var e in a){var t=a[e],n=o.indexOf(e);if(n>-1||r("96",e),!c.plugins[n]){t.extractEvents||r("97",e),c.plugins[n]=t;var i=t.eventTypes;for(var u in i)s(i[u],t,u)||r("98",u,e)}}}function s(e,t,n){c.eventNameDispatchConfigs.hasOwnProperty(n)&&r("99",n),c.eventNameDispatchConfigs[n]=e;var o=e.phasedRegistrationNames;if(o){for(var a in o){if(o.hasOwnProperty(a))u(o[a],t,n)}return!0}return!!e.registrationName&&(u(e.registrationName,t,n),!0)}function u(e,t,n){c.registrationNameModules[e]&&r("100",e),c.registrationNameModules[e]=t,c.registrationNameDependencies[e]=t.eventTypes[n].dependencies}var c={plugins:[],eventNameDispatchConfigs:{},registrationNameModules:{},registrationNameDependencies:{},possibleRegistrationNames:null,injectEventPluginOrder:function(e){o&&r("101"),o=Array.prototype.slice.call(e),i()},injectEventPluginsByName:function(e){var t=!1;for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];a.hasOwnProperty(n)&&a[n]===o||(a[n]&&r("102",n),a[n]=o,t=!0)}t&&i()},getPluginModuleForEvent:function(e){var t=e.dispatchConfig;if(t.registrationName)return c.registrationNameModules[t.registrationName]||null;if(void 0!==t.phasedRegistrationNames){var n=t.phasedRegistrationNames;for(var r in n)if(n.hasOwnProperty(r)){var o=c.registrationNameModules[n[r]];if(o)return o}}return null},_resetEventPlugins:function(){for(var e in o=null,a)a.hasOwnProperty(e)&&delete a[e];c.plugins.length=0;var t=c.eventNameDispatchConfigs;for(var n in t)t.hasOwnProperty(n)&&delete t[n];var r=c.registrationNameModules;for(var i in r)r.hasOwnProperty(i)&&delete r[i]}};e.exports=c},function(e,t,n){"use strict";var r,o,a=n(31),i=n(263);n(26),n(33);function s(e,t,n,r){var o=e.type||"unknown-event";e.currentTarget=u.getNodeFromInstance(r),t?i.invokeGuardedCallbackWithCatch(o,n,e):i.invokeGuardedCallback(o,n,e),e.currentTarget=null}var u={isEndish:function(e){return"topMouseUp"===e||"topTouchEnd"===e||"topTouchCancel"===e},isMoveish:function(e){return"topMouseMove"===e||"topTouchMove"===e},isStartish:function(e){return"topMouseDown"===e||"topTouchStart"===e},executeDirectDispatch:function(e){var t=e._dispatchListeners,n=e._dispatchInstances;Array.isArray(t)&&a("103"),e.currentTarget=t?u.getNodeFromInstance(n):null;var r=t?t(e):null;return e.currentTarget=null,e._dispatchListeners=null,e._dispatchInstances=null,r},executeDispatchesInOrder:function(e,t){var n=e._dispatchListeners,r=e._dispatchInstances;if(Array.isArray(n))for(var o=0;o<n.length&&!e.isPropagationStopped();o++)s(e,t,n[o],r[o]);else n&&s(e,t,n,r);e._dispatchListeners=null,e._dispatchInstances=null},executeDispatchesInOrderStopAtTrue:function(e){var t=function(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t)){for(var r=0;r<t.length&&!e.isPropagationStopped();r++)if(t[r](e,n[r]))return n[r]}else if(t&&t(e,n))return n;return null}(e);return e._dispatchInstances=null,e._dispatchListeners=null,t},hasDispatches:function(e){return!!e._dispatchListeners},getInstanceFromNode:function(e){return r.getInstanceFromNode(e)},getNodeFromInstance:function(e){return r.getNodeFromInstance(e)},isAncestor:function(e,t){return o.isAncestor(e,t)},getLowestCommonAncestor:function(e,t){return o.getLowestCommonAncestor(e,t)},getParentInstance:function(e){return o.getParentInstance(e)},traverseTwoPhase:function(e,t,n){return o.traverseTwoPhase(e,t,n)},traverseEnterLeave:function(e,t,n,r,a){return o.traverseEnterLeave(e,t,n,r,a)},injection:{injectComponentTree:function(e){r=e},injectTreeTraversal:function(e){o=e}}};e.exports=u},function(e,t,n){"use strict";var r=null;function o(e,t,n){try{t(n)}catch(e){null===r&&(r=e)}}var a={invokeGuardedCallback:o,invokeGuardedCallbackWithCatch:o,rethrowCaughtError:function(){if(r){var e=r;throw r=null,e}}};e.exports=a},function(e,t,n){"use strict";e.exports=function(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),3===t.nodeType?t.parentNode:t}},function(e,t,n){"use strict";var r,o=n(57);o.canUseDOM&&(r=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=function(e,t){if(!o.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,a=n in document;if(!a){var i=document.createElement("div");i.setAttribute(n,"return;"),a="function"==typeof i[n]}return!a&&r&&"wheel"===e&&(a=document.implementation.hasFeature("Events.wheel","3.0")),a}},function(e,t,n){"use strict";var r={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function o(e){var t=this.nativeEvent;if(t.getModifierState)return t.getModifierState(e);var n=r[e];return!!n&&!!t[n]}e.exports=function(e){return o}},function(e,t,n){"use strict";var r=n(140),o=n(926),a=(n(43),n(76),n(269)),i=n(202),s=n(472);function u(e,t){return Array.isArray(t)&&(t=t[1]),t?t.nextSibling:e.firstChild}var c=a((function(e,t,n){e.insertBefore(t,n)}));function l(e,t,n){r.insertTreeBefore(e,t,n)}function p(e,t,n){Array.isArray(t)?function(e,t,n,r){var o=t;for(;;){var a=o.nextSibling;if(c(e,o,r),o===n)break;o=a}}(e,t[0],t[1],n):c(e,t,n)}function f(e,t){if(Array.isArray(t)){var n=t[1];h(e,t=t[0],n),e.removeChild(n)}e.removeChild(t)}function h(e,t,n){for(;;){var r=t.nextSibling;if(r===n)break;e.removeChild(r)}}var d={dangerouslyReplaceNodeWithMarkup:o.dangerouslyReplaceNodeWithMarkup,replaceDelimitedText:function(e,t,n){var r=e.parentNode,o=e.nextSibling;o===t?n&&c(r,document.createTextNode(n),o):n?(s(o,n),h(r,o,t)):h(r,e,t)},processUpdates:function(e,t){for(var n=0;n<t.length;n++){var r=t[n];switch(r.type){case"INSERT_MARKUP":l(e,r.content,u(e,r.afterNode));break;case"MOVE_EXISTING":p(e,r.fromNode,u(e,r.afterNode));break;case"SET_MARKUP":i(e,r.content);break;case"TEXT_CONTENT":s(e,r.content);break;case"REMOVE_NODE":f(e,r.fromNode)}}}};e.exports=d},function(e,t,n){"use strict";e.exports={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg"}},function(e,t,n){"use strict";e.exports=function(e){return"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction((function(){return e(t,n,r,o)}))}:e}},function(e,t,n){"use strict";var r=n(31),o=n(944),a=n(381)(n(128).isValidElement),i=(n(26),n(33),{button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0});function s(e){null!=e.checkedLink&&null!=e.valueLink&&r("87")}function u(e){s(e),(null!=e.value||null!=e.onChange)&&r("88")}function c(e){s(e),(null!=e.checked||null!=e.onChange)&&r("89")}var l={value:function(e,t,n){return!e[t]||i[e.type]||e.onChange||e.readOnly||e.disabled?null:new Error("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.")},checked:function(e,t,n){return!e[t]||e.onChange||e.readOnly||e.disabled?null:new Error("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")},onChange:a.func},p={};function f(e){if(e){var t=e.getName();if(t)return" Check the render method of `"+t+"`."}return""}var h={checkPropTypes:function(e,t,n){for(var r in l){if(l.hasOwnProperty(r))var a=l[r](t,r,e,"prop",null,o);if(a instanceof Error&&!(a.message in p)){p[a.message]=!0;f(n)}}},getValue:function(e){return e.valueLink?(u(e),e.valueLink.value):e.value},getChecked:function(e){return e.checkedLink?(c(e),e.checkedLink.value):e.checked},executeOnChange:function(e,t){return e.valueLink?(u(e),e.valueLink.requestChange(t.target.value)):e.checkedLink?(c(e),e.checkedLink.requestChange(t.target.checked)):e.onChange?e.onChange.call(void 0,t):void 0}};e.exports=h},function(e,t,n){"use strict";var r=n(31),o=(n(26),!1),a={replaceNodeWithMarkup:null,processChildrenUpdates:null,injection:{injectEnvironment:function(e){o&&r("104"),a.replaceNodeWithMarkup=e.replaceNodeWithMarkup,a.processChildrenUpdates=e.processChildrenUpdates,o=!0}}};e.exports=a},function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty;function o(e,t){return e===t?0!==e||0!==t||1/e==1/t:e!=e&&t!=t}e.exports=function(e,t){if(o(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),a=Object.keys(t);if(n.length!==a.length)return!1;for(var i=0;i<n.length;i++)if(!r.call(t,n[i])||!o(e[n[i]],t[n[i]]))return!1;return!0}},function(e,t,n){"use strict";e.exports=function(e,t){var n=null===e||!1===e,r=null===t||!1===t;if(n||r)return n===r;var o=typeof e,a=typeof t;return"string"===o||"number"===o?"string"===a||"number"===a:"object"===a&&e.type===t.type&&e.key===t.key}},function(e,t,n){"use strict";var r={escape:function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))},unescape:function(e){var t={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(/(=0|=2)/g,(function(e){return t[e]}))}};e.exports=r},function(e,t,n){"use strict";var r=n(31),o=(n(90),n(168)),a=(n(76),n(82));n(26),n(33);function i(e){a.enqueueUpdate(e)}function s(e,t){var n=o.get(e);return n||null}var u={isMounted:function(e){var t=o.get(e);return!!t&&!!t._renderedComponent},enqueueCallback:function(e,t,n){u.validateCallback(t,n);var r=s(e);if(!r)return null;r._pendingCallbacks?r._pendingCallbacks.push(t):r._pendingCallbacks=[t],i(r)},enqueueCallbackInternal:function(e,t){e._pendingCallbacks?e._pendingCallbacks.push(t):e._pendingCallbacks=[t],i(e)},enqueueForceUpdate:function(e){var t=s(e);t&&(t._pendingForceUpdate=!0,i(t))},enqueueReplaceState:function(e,t,n){var r=s(e);r&&(r._pendingStateQueue=[t],r._pendingReplaceState=!0,null!=n&&(u.validateCallback(n,"replaceState"),r._pendingCallbacks?r._pendingCallbacks.push(n):r._pendingCallbacks=[n]),i(r))},enqueueSetState:function(e,t){var n=s(e);n&&((n._pendingStateQueue||(n._pendingStateQueue=[])).push(t),i(n))},enqueueElementInternal:function(e,t,n){e._pendingElement=t,e._context=n,i(e)},validateCallback:function(e,t){e&&"function"!=typeof e&&r("122",t,function(e){var t=typeof e;if("object"!==t)return t;var n=e.constructor&&e.constructor.name||t,r=Object.keys(e);return r.length>0&&r.length<20?n+" (keys: "+r.join(", ")+")":n}(e))}};e.exports=u},function(e,t,n){"use strict";n(40);var r=n(81),o=(n(33),r);e.exports=o},function(e,t,n){"use strict";e.exports=function(e){var t,n=e.keyCode;return"charCode"in e?0===(t=e.charCode)&&13===n&&(t=13):t=n,t>=32||13===t?t:0}},function(e,t,n){var r=n(419)(Object.getPrototypeOf,Object);e.exports=r},function(e,t,n){var r=n(413);e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,o=Array.isArray,a=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)void 0!==e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:i,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var a=t[r],i=a.obj[a.prop],s=Object.keys(i),u=0;u<s.length;++u){var c=s[u],l=i[c];"object"==typeof l&&null!==l&&-1===n.indexOf(l)&&(t.push({obj:i,prop:c}),n.push(l))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(o(n)){for(var r=[],a=0;a<n.length;++a)void 0!==n[a]&&r.push(n[a]);t.obj[t.prop]=r}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(e){return r}},encode:function(e,t,n){if(0===e.length)return e;var r=e;if("symbol"==typeof e?r=Symbol.prototype.toString.call(e):"string"!=typeof e&&(r=String(e)),"iso-8859-1"===n)return escape(r).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var o="",i=0;i<r.length;++i){var s=r.charCodeAt(i);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?o+=r.charAt(i):s<128?o+=a[s]:s<2048?o+=a[192|s>>6]+a[128|63&s]:s<55296||s>=57344?o+=a[224|s>>12]+a[128|s>>6&63]+a[128|63&s]:(i+=1,s=65536+((1023&s)<<10|1023&r.charCodeAt(i)),o+=a[240|s>>18]+a[128|s>>12&63]+a[128|s>>6&63]+a[128|63&s])}return o},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(o(e)){for(var n=[],r=0;r<e.length;r+=1)n.push(t(e[r]));return n}return t(e)},merge:function e(t,n,a){if(!n)return t;if("object"!=typeof n){if(o(t))t.push(n);else{if(!t||"object"!=typeof t)return[t,n];(a&&(a.plainObjects||a.allowPrototypes)||!r.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(n);var s=t;return o(t)&&!o(n)&&(s=i(t,a)),o(t)&&o(n)?(n.forEach((function(n,o){if(r.call(t,o)){var i=t[o];i&&"object"==typeof i&&n&&"object"==typeof n?t[o]=e(i,n,a):t.push(n)}else t[o]=n})),t):Object.keys(n).reduce((function(t,o){var i=n[o];return r.call(t,o)?t[o]=e(t[o],i,a):t[o]=i,t}),s)}}},function(e,t,n){var r=n(681)("toUpperCase");e.exports=r},function(e,t,n){var r=n(242);function o(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i)||a,i};return n.cache=new(o.Cache||r),n}o.Cache=r,e.exports=o},function(e,t,n){"use strict";n.r(t);var r=n(284),o=n(62),a=n(287);t.default=function(e){return{statePlugins:{err:{reducers:Object(r.default)(e),actions:o,selectors:a}}}}},function(e,t,n){"use strict";n.r(t);var r=n(3),o=n.n(r),a=n(101),i=n.n(a),s=n(13),u=n.n(s),c=n(2),l=n.n(c),p=n(4),f=n.n(p),h=n(21),d=n.n(h),v=n(62),m=n(1),g=n(126),y={line:0,level:"error",message:"Unknown error"};t.default=function(){var e;return e={},o()(e,v.NEW_THROWN_ERR,(function(e,t){var n=t.payload,r=d()(y,n,{type:"thrown"});return e.update("errors",(function(e){return(e||Object(m.List)()).push(Object(m.fromJS)(r))})).update("errors",(function(e){return Object(g.default)(e)}))})),o()(e,v.NEW_THROWN_ERR_BATCH,(function(e,t){var n=t.payload;return n=f()(n).call(n,(function(e){return Object(m.fromJS)(d()(y,e,{type:"thrown"}))})),e.update("errors",(function(e){var t;return l()(t=e||Object(m.List)()).call(t,Object(m.fromJS)(n))})).update("errors",(function(e){return Object(g.default)(e)}))})),o()(e,v.NEW_SPEC_ERR,(function(e,t){var n=t.payload,r=Object(m.fromJS)(n);return r=r.set("type","spec"),e.update("errors",(function(e){return(e||Object(m.List)()).push(Object(m.fromJS)(r)).sortBy((function(e){return e.get("line")}))})).update("errors",(function(e){return Object(g.default)(e)}))})),o()(e,v.NEW_SPEC_ERR_BATCH,(function(e,t){var n=t.payload;return n=f()(n).call(n,(function(e){return Object(m.fromJS)(d()(y,e,{type:"spec"}))})),e.update("errors",(function(e){var t;return l()(t=e||Object(m.List)()).call(t,Object(m.fromJS)(n))})).update("errors",(function(e){return Object(g.default)(e)}))})),o()(e,v.NEW_AUTH_ERR,(function(e,t){var n=t.payload,r=Object(m.fromJS)(d()({},n));return r=r.set("type","auth"),e.update("errors",(function(e){return(e||Object(m.List)()).push(Object(m.fromJS)(r))})).update("errors",(function(e){return Object(g.default)(e)}))})),o()(e,v.CLEAR,(function(e,t){var n,r=t.payload;if(!r||!e.get("errors"))return e;var o=u()(n=e.get("errors")).call(n,(function(e){var t;return i()(t=e.keySeq()).call(t,(function(t){var n=e.get(t),o=r[t];return!o||n!==o}))}));return e.merge({errors:o})})),o()(e,v.CLEAR_BY,(function(e,t){var n,r=t.payload;if(!r||"function"!=typeof r)return e;var o=u()(n=e.get("errors")).call(n,(function(e){return r(e)}));return e.merge({errors:o})})),e}},function(e,t,n){"use strict";n.r(t),n.d(t,"transform",(function(){return p}));var r=n(22),o=n.n(r),a=n(23),i=n.n(a),s=n(12),u=n.n(s),c=n(4),l=n.n(c);function p(e){return l()(e).call(e,(function(e){var t,n="is not of a type(s)",r=u()(t=e.get("message")).call(t,n);if(r>-1){var a,s,c=i()(a=e.get("message")).call(a,r+n.length).split(",");return e.set("message",i()(s=e.get("message")).call(s,0,r)+function(e){return o()(e).call(e,(function(e,t,n,r){return n===r.length-1&&r.length>1?e+"or "+t:r[n+1]&&r.length>2?e+t+", ":r[n+1]?e+t+" ":e+t}),"should be a")}(c))}return e}))}},function(e,t,n){"use strict";n.r(t),n.d(t,"transform",(function(){return r}));n(12),n(4),n(46),n(1);function r(e,t){t.jsSpec;return e}},function(e,t,n){"use strict";n.r(t),n.d(t,"allErrors",(function(){return a})),n.d(t,"lastError",(function(){return i}));var r=n(1),o=n(19),a=Object(o.a)((function(e){return e}),(function(e){return e.get("errors",Object(r.List)())})),i=Object(o.a)(a,(function(e){return e.last()}))},function(e,t,n){"use strict";n.r(t);var r=n(289),o=n(103),a=n(290);t.default=function(){return{statePlugins:{layout:{reducers:r.default,actions:o,selectors:a}}}}},function(e,t,n){"use strict";n.r(t);var r,o=n(3),a=n.n(o),i=n(2),s=n.n(i),u=n(1),c=n(103);t.default=(r={},a()(r,c.UPDATE_LAYOUT,(function(e,t){return e.set("layout",t.payload)})),a()(r,c.UPDATE_FILTER,(function(e,t){return e.set("filter",t.payload)})),a()(r,c.SHOW,(function(e,t){var n=t.payload.shown,r=Object(u.fromJS)(t.payload.thing);return e.update("shown",Object(u.fromJS)({}),(function(e){return e.set(r,n)}))})),a()(r,c.UPDATE_MODE,(function(e,t){var n,r=t.payload.thing,o=t.payload.mode;return e.setIn(s()(n=["modes"]).call(n,r),(o||"")+"")})),r)},function(e,t,n){"use strict";n.r(t),n.d(t,"current",(function(){return l})),n.d(t,"currentFilter",(function(){return p})),n.d(t,"isShown",(function(){return f})),n.d(t,"whatMode",(function(){return h})),n.d(t,"showSummary",(function(){return d}));var r=n(2),o=n.n(r),a=n(17),i=n.n(a),s=n(19),u=n(7),c=n(1),l=function(e){return e.get("layout")},p=function(e){return e.get("filter")},f=function(e,t,n){return t=Object(u.w)(t),e.get("shown",Object(c.fromJS)({})).get(Object(c.fromJS)(t),n)},h=function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return t=Object(u.w)(t),e.getIn(o()(n=["modes"]).call(n,i()(t)),r)},d=Object(s.a)((function(e){return e}),(function(e){return!f(e,"editor")}))},function(e,t,n){"use strict";n.r(t);var r=n(292),o=n(47),a=n(95),i=n(293);t.default=function(){return{statePlugins:{spec:{wrapActions:i,reducers:r.default,actions:o,selectors:a}}}}},function(e,t,n){"use strict";n.r(t);var r,o=n(3),a=n.n(o),i=n(21),s=n.n(i),u=n(4),c=n.n(u),l=n(22),p=n.n(l),f=n(2),h=n.n(f),d=n(17),v=n.n(d),m=n(1),g=n(7),y=n(27),b=n(95),_=n(47);t.default=(r={},a()(r,_.UPDATE_SPEC,(function(e,t){return"string"==typeof t.payload?e.set("spec",t.payload):e})),a()(r,_.UPDATE_URL,(function(e,t){return e.set("url",t.payload+"")})),a()(r,_.UPDATE_JSON,(function(e,t){return e.set("json",Object(g.i)(t.payload))})),a()(r,_.UPDATE_RESOLVED,(function(e,t){return e.setIn(["resolved"],Object(g.i)(t.payload))})),a()(r,_.UPDATE_RESOLVED_SUBTREE,(function(e,t){var n,r=t.payload,o=r.value,a=r.path;return e.setIn(h()(n=["resolvedSubtrees"]).call(n,v()(a)),Object(g.i)(o))})),a()(r,_.UPDATE_PARAM,(function(e,t){var n,r,o=t.payload,a=o.path,i=o.paramName,s=o.paramIn,u=o.param,c=o.value,l=o.isXml,p=u?Object(g.B)(u):h()(n="".concat(s,".")).call(n,i),f=l?"value_xml":"value";return e.setIn(h()(r=["meta","paths"]).call(r,v()(a),["parameters",p,f]),c)})),a()(r,_.UPDATE_EMPTY_PARAM_INCLUSION,(function(e,t){var n,r,o=t.payload,a=o.pathMethod,i=o.paramName,s=o.paramIn,u=o.includeEmptyValue;if(!i||!s)return console.warn("Warning: UPDATE_EMPTY_PARAM_INCLUSION could not generate a paramKey."),e;var c=h()(n="".concat(s,".")).call(n,i);return e.setIn(h()(r=["meta","paths"]).call(r,v()(a),["parameter_inclusions",c]),u)})),a()(r,_.VALIDATE_PARAMS,(function(e,t){var n,r,o=t.payload,a=o.pathMethod,i=o.isOAS3,s=Object(b.specJsonWithResolvedSubtrees)(e).getIn(h()(n=["paths"]).call(n,v()(a))),u=Object(b.parameterValues)(e,a).toJS();return e.updateIn(h()(r=["meta","paths"]).call(r,v()(a),["parameters"]),Object(m.fromJS)({}),(function(t){var n;return p()(n=s.get("parameters",Object(m.List)())).call(n,(function(t,n){var r=Object(g.C)(n,u),o=Object(b.parameterInclusionSettingFor)(e,a,n.get("name"),n.get("in")),s=Object(g.L)(n,r,{bypassRequiredCheck:o,isOAS3:i});return t.setIn([Object(g.B)(n),"errors"],Object(m.fromJS)(s))}),t)}))})),a()(r,_.CLEAR_VALIDATE_PARAMS,(function(e,t){var n,r=t.payload.pathMethod;return e.updateIn(h()(n=["meta","paths"]).call(n,v()(r),["parameters"]),Object(m.fromJS)([]),(function(e){return c()(e).call(e,(function(e){return e.set("errors",Object(m.fromJS)([]))}))}))})),a()(r,_.SET_RESPONSE,(function(e,t){var n,r=t.payload,o=r.res,a=r.path,i=r.method;(n=o.error?s()({error:!0,name:o.err.name,message:o.err.message,statusCode:o.err.statusCode},o.err.response):o).headers=n.headers||{};var u=e.setIn(["responses",a,i],Object(g.i)(n));return y.a.Blob&&o.data instanceof y.a.Blob&&(u=u.setIn(["responses",a,i,"text"],o.data)),u})),a()(r,_.SET_REQUEST,(function(e,t){var n=t.payload,r=n.req,o=n.path,a=n.method;return e.setIn(["requests",o,a],Object(g.i)(r))})),a()(r,_.SET_MUTATED_REQUEST,(function(e,t){var n=t.payload,r=n.req,o=n.path,a=n.method;return e.setIn(["mutatedRequests",o,a],Object(g.i)(r))})),a()(r,_.UPDATE_OPERATION_META_VALUE,(function(e,t){var n,r,o,a,i,s,u=t.payload,c=u.path,l=u.value,p=u.key,f=h()(n=["paths"]).call(n,v()(c)),d=h()(r=["meta","paths"]).call(r,v()(c));return e.getIn(h()(o=["json"]).call(o,v()(f)))||e.getIn(h()(a=["resolved"]).call(a,v()(f)))||e.getIn(h()(i=["resolvedSubtrees"]).call(i,v()(f)))?e.setIn(h()(s=[]).call(s,v()(d),[p]),Object(m.fromJS)(l)):e})),a()(r,_.CLEAR_RESPONSE,(function(e,t){var n=t.payload,r=n.path,o=n.method;return e.deleteIn(["responses",r,o])})),a()(r,_.CLEAR_REQUEST,(function(e,t){var n=t.payload,r=n.path,o=n.method;return e.deleteIn(["requests",r,o])})),a()(r,_.SET_SCHEME,(function(e,t){var n=t.payload,r=n.scheme,o=n.path,a=n.method;return o&&a?e.setIn(["scheme",o,a],r):o||a?void 0:e.setIn(["scheme","_defaultScheme"],r)})),r)},function(e,t,n){"use strict";n.r(t),n.d(t,"updateSpec",(function(){return c})),n.d(t,"updateJsonSpec",(function(){return l})),n.d(t,"executeRequest",(function(){return p})),n.d(t,"validateParams",(function(){return f}));var r=n(18),o=n.n(r),a=n(15),i=n.n(a),s=n(46),u=n.n(s),c=function(e,t){var n=t.specActions;return function(){e.apply(void 0,arguments),n.parseToJson.apply(n,arguments)}},l=function(e,t){var n=t.specActions;return function(){for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];e.apply(void 0,r),n.invalidateResolvedSubtreeCache();var s=r[0],c=u()(s,["paths"])||{},l=i()(c);o()(l).call(l,(function(e){u()(c,[e]).$ref&&n.requestResolvedSubtree(["paths",e])})),n.requestResolvedSubtree(["components","securitySchemes"])}},p=function(e,t){var n=t.specActions;return function(t){return n.logRequest(t),e(t)}},f=function(e,t){var n=t.specSelectors;return function(t){return e(t,n.isOAS3())}}},function(e,t,n){"use strict";n.r(t);var r=n(30),o=n.n(r),a=n(171),i=n(7);t.default=function(e){var t=e.getComponents,n=e.getStore,r=e.getSystem,s=a.getComponent,u=a.render,c=a.makeMappedContainer,l=Object(i.v)(o()(s).call(s,null,r,n,t));return{rootInjects:{getComponent:l,makeMappedContainer:Object(i.v)(o()(c).call(c,null,r,n,l,t)),render:o()(u).call(u,null,r,n,s,t)}}}},function(e,t,n){"use strict";n.r(t);var r=n(143);t.default=function(){return{fn:r}}},function(e,t,n){"use strict";n.r(t);var r=n(30),o=n.n(r);t.default=function(e){var t=e.configs,n={debug:0,info:1,log:2,warn:3,error:4},r=function(e){return n[e]||-1},a=t.logLevel,i=r(a);function s(e){for(var t,n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];r(e)>=i&&(t=console)[e].apply(t,o)}return s.warn=o()(s).call(s,null,"warn"),s.error=o()(s).call(s,null,"error"),s.info=o()(s).call(s,null,"info"),s.debug=o()(s).call(s,null,"debug"),{rootInjects:{log:s}}}},function(e,t,n){"use strict";n.r(t),n.d(t,"loaded",(function(){return r}));var r=function(e,t){return function(){e.apply(void 0,arguments);var n=t.getConfigs().withCredentials;void 0!==n&&(t.fn.fetch.withCredentials="string"==typeof n?"true"===n:!!n)}}},function(e,t,n){"use strict";n.r(t),n.d(t,"preauthorizeBasic",(function(){return h})),n.d(t,"preauthorizeApiKey",(function(){return d}));var r=n(3),o=n.n(r),a=n(2),i=n.n(a),s=n(30),u=n.n(s),c=n(299),l=n(86),p=n(300),f=n(301);function h(e,t,n,r){var a,s=e.authActions.authorize,u=e.specSelectors,c=u.specJson,l=(0,u.isOAS3)()?["components","securitySchemes"]:["securityDefinitions"],p=c().getIn(i()(a=[]).call(a,l,[t]));return p?s(o()({},t,{value:{username:n,password:r},schema:p.toJS()})):null}function d(e,t,n){var r,a=e.authActions.authorize,s=e.specSelectors,u=s.specJson,c=(0,s.isOAS3)()?["components","securitySchemes"]:["securityDefinitions"],l=u().getIn(i()(r=[]).call(r,c,[t]));return l?a(o()({},t,{value:n,schema:l.toJS()})):null}t.default=function(){return{afterLoad:function(e){this.rootInjects=this.rootInjects||{},this.rootInjects.initOAuth=e.authActions.configureAuth,this.rootInjects.preauthorizeApiKey=u()(d).call(d,null,e),this.rootInjects.preauthorizeBasic=u()(h).call(h,null,e)},statePlugins:{auth:{reducers:c.default,actions:l,selectors:p},spec:{wrapActions:f}}}}},function(e,t,n){"use strict";n.r(t);var r,o=n(3),a=n.n(o),i=n(21),s=n.n(i),u=n(16),c=n.n(u),l=n(18),p=n.n(l),f=n(1),h=n(7),d=n(86);t.default=(r={},a()(r,d.SHOW_AUTH_POPUP,(function(e,t){var n=t.payload;return e.set("showDefinitions",n)})),a()(r,d.AUTHORIZE,(function(e,t){var n,r=t.payload,o=Object(f.fromJS)(r),a=e.get("authorized")||Object(f.Map)();return p()(n=o.entrySeq()).call(n,(function(t){var n=c()(t,2),r=n[0],o=n[1];if(!Object(h.s)(o.getIn))return e.set("authorized",a);var i=o.getIn(["schema","type"]);if("apiKey"===i||"http"===i)a=a.set(r,o);else if("basic"===i){var s=o.getIn(["value","username"]),u=o.getIn(["value","password"]);a=(a=a.setIn([r,"value"],{username:s,header:"Basic "+Object(h.a)(s+":"+u)})).setIn([r,"schema"],o.get("schema"))}})),e.set("authorized",a)})),a()(r,d.AUTHORIZE_OAUTH2,(function(e,t){var n,r=t.payload,o=r.auth,a=r.token;o.token=s()({},a),n=Object(f.fromJS)(o);var i=e.get("authorized")||Object(f.Map)();return i=i.set(n.get("name"),n),e.set("authorized",i)})),a()(r,d.LOGOUT,(function(e,t){var n=t.payload,r=e.get("authorized").withMutations((function(e){p()(n).call(n,(function(t){e.delete(t)}))}));return e.set("authorized",r)})),a()(r,d.CONFIGURE_AUTH,(function(e,t){var n=t.payload;return e.set("configs",n)})),a()(r,d.RESTORE_AUTHORIZATION,(function(e,t){var n=t.payload;return e.set("authorized",Object(f.fromJS)(n.authorized))})),r)},function(e,t,n){"use strict";n.r(t),n.d(t,"shownDefinitions",(function(){return _})),n.d(t,"definitionsToAuthorize",(function(){return w})),n.d(t,"getDefinitionsByNames",(function(){return x})),n.d(t,"definitionsForRequirements",(function(){return E})),n.d(t,"authorized",(function(){return C})),n.d(t,"isAuthorized",(function(){return S})),n.d(t,"getConfigs",(function(){return A}));var r=n(15),o=n.n(r),a=n(4),i=n.n(a),s=n(12),u=n.n(s),c=n(35),l=n.n(c),p=n(13),f=n.n(p),h=n(16),d=n.n(h),v=n(18),m=n.n(v),g=n(19),y=n(1),b=function(e){return e},_=Object(g.a)(b,(function(e){return e.get("showDefinitions")})),w=Object(g.a)(b,(function(){return function(e){var t,n=e.specSelectors.securityDefinitions()||Object(y.Map)({}),r=Object(y.List)();return m()(t=n.entrySeq()).call(t,(function(e){var t=d()(e,2),n=t[0],o=t[1],a=Object(y.Map)();a=a.set(n,o),r=r.push(a)})),r}})),x=function(e,t){return function(e){var n,r=e.specSelectors;console.warn("WARNING: getDefinitionsByNames is deprecated and will be removed in the next major version.");var o=r.securityDefinitions(),a=Object(y.List)();return m()(n=t.valueSeq()).call(n,(function(e){var t,n=Object(y.Map)();m()(t=e.entrySeq()).call(t,(function(e){var t,r,a=d()(e,2),i=a[0],s=a[1],u=o.get(i);"oauth2"===u.get("type")&&s.size&&(t=u.get("scopes"),m()(r=t.keySeq()).call(r,(function(e){s.contains(e)||(t=t.delete(e))})),u=u.set("allowedScopes",t));n=n.set(i,u)})),a=a.push(n)})),a}},E=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Object(y.List)();return function(e){var n=e.authSelectors.definitionsToAuthorize()||Object(y.List)();return f()(n).call(n,(function(e){return l()(t).call(t,(function(t){return t.get(e.keySeq().first())}))}))}},C=Object(g.a)(b,(function(e){return e.get("authorized")||Object(y.Map)()})),S=function(e,t){return function(e){var n,r=e.authSelectors.authorized();return y.List.isList(t)?!!f()(n=t.toJS()).call(n,(function(e){var t,n;return-1===u()(t=i()(n=o()(e)).call(n,(function(e){return!!r.get(e)}))).call(t,!1)})).length:null}},A=Object(g.a)(b,(function(e){return e.get("configs")}))},function(e,t,n){"use strict";n.r(t),n.d(t,"execute",(function(){return a}));var r=n(25),o=n.n(r),a=function(e,t){var n=t.authSelectors,r=t.specSelectors;return function(t){var a=t.path,i=t.method,s=t.operation,u=t.extras,c={authorized:n.authorized()&&n.authorized().toJS(),definitions:r.securityDefinitions()&&r.securityDefinitions().toJS(),specSecurity:r.security()&&r.security().toJS()};return e(o()({path:a,method:i,operation:s,securities:c},u))}}},function(e,t,n){"use strict";n.r(t);var r=n(7);t.default=function(){return{fn:{shallowEqualKeys:r.H}}}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return m}));var r=n(32),o=n.n(r),a=n(12),i=n.n(a),s=n(2),u=n.n(s),c=n(172),l=n.n(c),p=n(21),f=n.n(p),h=n(19),d=n(1),v=n(27);function m(e){var t=e.fn;return{statePlugins:{spec:{actions:{download:function(e){return function(n){var r=n.errActions,o=n.specSelectors,a=n.specActions,i=n.getConfigs,s=t.fetch,c=i();function p(t){if(t instanceof Error||t.status>=400)return a.updateLoadingStatus("failed"),r.newThrownErr(f()(new Error((t.message||t.statusText)+" "+e),{source:"fetch"})),void(!t.status&&t instanceof Error&&function(){try{var t;if("URL"in v.a?t=new l.a(e):(t=document.createElement("a")).href=e,"https:"!==t.protocol&&"https:"===v.a.location.protocol){var n=f()(new Error("Possible mixed-content issue? The page was loaded over https:// but a ".concat(t.protocol,"// URL was specified. Check that you are not attempting to load mixed content.")),{source:"fetch"});return void r.newThrownErr(n)}if(t.origin!==v.a.location.origin){var o,a=f()(new Error(u()(o="Possible cross-origin (CORS) issue? The URL origin (".concat(t.origin,") does not match the page (")).call(o,v.a.location.origin,"). Check the server returns the correct 'Access-Control-Allow-*' headers.")),{source:"fetch"});r.newThrownErr(a)}}catch(e){return}}());a.updateLoadingStatus("success"),a.updateSpec(t.text),o.url()!==e&&a.updateUrl(e)}e=e||o.url(),a.updateLoadingStatus("loading"),r.clear({source:"fetch"}),s({url:e,loadSpec:!0,requestInterceptor:c.requestInterceptor||function(e){return e},responseInterceptor:c.responseInterceptor||function(e){return e},credentials:"same-origin",headers:{Accept:"application/json,*/*"}}).then(p,p)}},updateLoadingStatus:function(e){var t,n=[null,"loading","failed","success","failedConfig"];-1===i()(n).call(n,e)&&console.error(u()(t="Error: ".concat(e," is not one of ")).call(t,o()(n)));return{type:"spec_update_loading_status",payload:e}}},reducers:{spec_update_loading_status:function(e,t){return"string"==typeof t.payload?e.set("loadingStatus",t.payload):e}},selectors:{loadingStatus:Object(h.a)((function(e){return e||Object(d.Map)()}),(function(e){return e.get("loadingStatus")||null}))}}}}}},function(e,t,n){"use strict";n.r(t),n.d(t,"downloadConfig",(function(){return o})),n.d(t,"getConfigByUrl",(function(){return a}));var r=n(169),o=function(e){return function(t){return(0,t.fn.fetch)(e)}},a=function(e,t){return function(n){var o=n.specActions;if(e)return o.downloadConfig(e).then(a,a);function a(n){n instanceof Error||n.status>=400?(o.updateLoadingStatus("failedConfig"),o.updateLoadingStatus("failedConfig"),o.updateUrl(""),console.error(n.statusText+" "+e.url),t(null)):t(Object(r.parseYamlConfig)(n.text))}}}},function(e,t,n){"use strict";n.r(t),n.d(t,"get",(function(){return a}));var r=n(14),o=n.n(r),a=function(e,t){return e.getIn(o()(t)?t:[t])}},function(e,t,n){"use strict";n.r(t);var r,o=n(3),a=n.n(o),i=n(1),s=n(144);t.default=(r={},a()(r,s.UPDATE_CONFIGS,(function(e,t){return e.merge(Object(i.fromJS)(t.payload))})),a()(r,s.TOGGLE_CONFIGS,(function(e,t){var n=t.payload,r=e.get(n);return e.set(n,!r)})),r)},function(e,t,n){"use strict";n.r(t);var r=n(308),o=n(309),a=n(310);t.default=function(){return[r.default,{statePlugins:{configs:{wrapActions:{loaded:function(e,t){return function(){e.apply(void 0,arguments);var n=decodeURIComponent(window.location.hash);t.layoutActions.parseDeepLinkHash(n)}}}}},wrapComponents:{operation:o.default,OperationTag:a.default}}]}},function(e,t,n){"use strict";n.r(t),n.d(t,"show",(function(){return A})),n.d(t,"scrollTo",(function(){return k})),n.d(t,"parseDeepLinkHash",(function(){return O})),n.d(t,"readyToScroll",(function(){return j})),n.d(t,"scrollToElement",(function(){return T})),n.d(t,"clearScrollTo",(function(){return I}));var r,o=n(3),a=n.n(o),i=n(12),s=n.n(i),u=n(4),c=n.n(u),l=n(23),p=n.n(l),f=n(2),h=n.n(f),d=n(16),v=n.n(d),m=n(14),g=n.n(m),y=n(173),b=n(525),_=n.n(b),w=n(7),x=n(1),E=n.n(x),C="layout_scroll_to",S="layout_clear_scroll",A=function(e,t){var n=t.getConfigs,r=t.layoutSelectors;return function(){for(var t=arguments.length,o=new Array(t),a=0;a<t;a++)o[a]=arguments[a];if(e.apply(void 0,o),n().deepLinking)try{var i=o[0],s=o[1];i=g()(i)?i:[i];var u=r.urlHashArrayFromIsShownKey(i);if(!u.length)return;var c,l=v()(u,2),p=l[0],f=l[1];if(!s)return Object(y.setHash)("/");if(2===u.length)Object(y.setHash)(Object(w.d)(h()(c="/".concat(encodeURIComponent(p),"/")).call(c,encodeURIComponent(f))));else 1===u.length&&Object(y.setHash)(Object(w.d)("/".concat(encodeURIComponent(p))))}catch(e){console.error(e)}}},k=function(e){return{type:C,payload:g()(e)?e:[e]}},O=function(e){return function(t){var n=t.layoutActions,r=t.layoutSelectors;if((0,t.getConfigs)().deepLinking&&e){var o,a=p()(e).call(e,1);"!"===a[0]&&(a=p()(a).call(a,1)),"/"===a[0]&&(a=p()(a).call(a,1));var i=c()(o=a.split("/")).call(o,(function(e){return e||""})),u=r.isShownKeyFromUrlHashArray(i),l=v()(u,3),f=l[0],h=l[1],d=void 0===h?"":h,m=l[2],g=void 0===m?"":m;if("operations"===f){var y=r.isShownKeyFromUrlHashArray([d]);s()(d).call(d,"_")>-1&&(console.warn("Warning: escaping deep link whitespace with `_` will be unsupported in v4.0, use `%20` instead."),n.show(c()(y).call(y,(function(e){return e.replace(/_/g," ")})),!0)),n.show(y,!0)}(s()(d).call(d,"_")>-1||s()(g).call(g,"_")>-1)&&(console.warn("Warning: escaping deep link whitespace with `_` will be unsupported in v4.0, use `%20` instead."),n.show(c()(u).call(u,(function(e){return e.replace(/_/g," ")})),!0)),n.show(u,!0),n.scrollTo(u)}}},j=function(e,t){return function(n){var r=n.layoutSelectors.getScrollToKey();E.a.is(r,Object(x.fromJS)(e))&&(n.layoutActions.scrollToElement(t),n.layoutActions.clearScrollTo())}},T=function(e,t){return function(n){try{t=t||n.fn.getScrollParent(e),_.a.createScroller(t).to(e)}catch(e){console.error(e)}}},I=function(){return{type:S}};t.default={fn:{getScrollParent:function(e,t){var n=document.documentElement,r=getComputedStyle(e),o="absolute"===r.position,a=t?/(auto|scroll|hidden)/:/(auto|scroll)/;if("fixed"===r.position)return n;for(var i=e;i=i.parentElement;)if(r=getComputedStyle(i),(!o||"static"!==r.position)&&a.test(r.overflow+r.overflowY+r.overflowX))return i;return n}},statePlugins:{layout:{actions:{scrollToElement:T,scrollTo:k,clearScrollTo:I,readyToScroll:j,parseDeepLinkHash:O},selectors:{getScrollToKey:function(e){return e.get("scrollToKey")},isShownKeyFromUrlHashArray:function(e,t){var n=v()(t,2),r=n[0],o=n[1];return o?["operations",r,o]:r?["operations-tag",r]:[]},urlHashArrayFromIsShownKey:function(e,t){var n=v()(t,3),r=n[0],o=n[1],a=n[2];return"operations"==r?[o,a]:"operations-tag"==r?[o]:[]}},reducers:(r={},a()(r,C,(function(e,t){return e.set("scrollToKey",E.a.fromJS(t.payload))})),a()(r,S,(function(e){return e.delete("scrollToKey")})),r),wrapActions:{show:A}}}}},function(e,t,n){"use strict";n.r(t);var r=n(2),o=n.n(r),a=n(6),i=n.n(a),s=n(5),u=n.n(s),c=n(10),l=n.n(c),p=n(8),f=n.n(p),h=n(9),d=n.n(h),v=n(3),m=n.n(v),g=n(0),y=n.n(g);n(28);t.default=function(e,t){return function(n){f()(a,n);var r=d()(a);function a(){var e,n;i()(this,a);for(var s=arguments.length,u=new Array(s),c=0;c<s;c++)u[c]=arguments[c];return n=r.call.apply(r,o()(e=[this]).call(e,u)),m()(l()(n),"onLoad",(function(e){var r=n.props.operation,o=r.toObject(),a=o.tag,i=o.operationId,s=r.toObject().isShownKey;s=s||["operations",a,i],t.layoutActions.readyToScroll(s,e)})),n}return u()(a,[{key:"render",value:function(){return y.a.createElement("span",{ref:this.onLoad},y.a.createElement(e,this.props))}}]),a}(y.a.Component)}},function(e,t,n){"use strict";n.r(t);var r=n(2),o=n.n(r),a=n(6),i=n.n(a),s=n(5),u=n.n(s),c=n(10),l=n.n(c),p=n(8),f=n.n(p),h=n(9),d=n.n(h),v=n(3),m=n.n(v),g=n(0),y=n.n(g);n(11);t.default=function(e,t){return function(n){f()(a,n);var r=d()(a);function a(){var e,n;i()(this,a);for(var s=arguments.length,u=new Array(s),c=0;c<s;c++)u[c]=arguments[c];return n=r.call.apply(r,o()(e=[this]).call(e,u)),m()(l()(n),"onLoad",(function(e){var r=["operations-tag",n.props.tag];t.layoutActions.readyToScroll(r,e)})),n}return u()(a,[{key:"render",value:function(){return y.a.createElement("span",{ref:this.onLoad},y.a.createElement(e,this.props))}}]),a}(y.a.Component)}},function(e,t,n){"use strict";n.r(t);var r=n(312);t.default=function(){return{fn:{opsFilter:r.default}}}},function(e,t,n){"use strict";n.r(t);var r=n(12),o=n.n(r),a=n(13),i=n.n(a);t.default=function(e,t){return i()(e).call(e,(function(e,n){return-1!==o()(n).call(n,t)}))}},function(e,t,n){"use strict";n.r(t);var r=n(215),o=n.n(r),a=!1;t.default=function(){return{statePlugins:{spec:{wrapActions:{updateSpec:function(e){return function(){return a=!0,e.apply(void 0,arguments)}},updateJsonSpec:function(e,t){return function(){var n=t.getConfigs().onComplete;return a&&"function"==typeof n&&(o()(n,0),a=!1),e.apply(void 0,arguments)}}}}}}}},function(e,t,n){"use strict";n.r(t);var r=n(315),o=n(316),a=n(317),i=n(318),s=n(327),u=n(59),c=n(334),l=n(335);t.default=function(){return{components:i.default,wrapComponents:s.default,statePlugins:{spec:{wrapSelectors:r,selectors:a},auth:{wrapSelectors:o},oas3:{actions:u,reducers:l.default,selectors:c}}}}},function(e,t,n){"use strict";n.r(t),n.d(t,"definitions",(function(){return h})),n.d(t,"hasHost",(function(){return d})),n.d(t,"securityDefinitions",(function(){return v})),n.d(t,"host",(function(){return m})),n.d(t,"basePath",(function(){return g})),n.d(t,"consumes",(function(){return y})),n.d(t,"produces",(function(){return b})),n.d(t,"schemes",(function(){return _})),n.d(t,"servers",(function(){return w})),n.d(t,"isOAS3",(function(){return x})),n.d(t,"isSwagger2",(function(){return E}));var r=n(19),o=n(95),a=n(1),i=n(38);function s(e){return function(t,n){return function(){var r=n.getSystem().specSelectors.specJson();return Object(i.isOAS3)(r)?e.apply(void 0,arguments):t.apply(void 0,arguments)}}}var u=function(e){return e||Object(a.Map)()},c=s(Object(r.a)((function(){return null}))),l=Object(r.a)(u,(function(e){return e.get("json",Object(a.Map)())})),p=Object(r.a)(u,(function(e){return e.get("resolved",Object(a.Map)())})),f=function(e){var t=p(e);return t.count()<1&&(t=l(e)),t},h=s(Object(r.a)(f,(function(e){var t=e.getIn(["components","schemas"]);return a.Map.isMap(t)?t:Object(a.Map)()}))),d=s((function(e){return f(e).hasIn(["servers",0])})),v=s(Object(r.a)(o.specJsonWithResolvedSubtrees,(function(e){return e.getIn(["components","securitySchemes"])||null}))),m=c,g=c,y=c,b=c,_=c,w=s(Object(r.a)(f,(function(e){return e.getIn(["servers"])||Object(a.Map)()}))),x=function(e,t){return function(){var e=t.getSystem().specSelectors.specJson();return Object(i.isOAS3)(a.Map.isMap(e)?e:Object(a.Map)())}},E=function(e,t){return function(){var e=t.getSystem().specSelectors.specJson();return Object(i.isSwagger2)(a.Map.isMap(e)?e:Object(a.Map)())}}},function(e,t,n){"use strict";n.r(t),n.d(t,"definitionsToAuthorize",(function(){return g}));var r=n(3),o=n.n(r),a=n(13),i=n.n(a),s=n(16),u=n.n(s),c=n(18),l=n.n(c),p=n(2),f=n.n(p),h=n(19),d=n(1),v=n(38);var m,g=(m=Object(h.a)((function(e){return e}),(function(e){return e.specSelectors.securityDefinitions()}),(function(e,t){var n,r=Object(d.List)();return t?(l()(n=t.entrySeq()).call(n,(function(e){var t,n=u()(e,2),a=n[0],s=n[1],c=s.get("type");"oauth2"===c&&l()(t=s.get("flows").entrySeq()).call(t,(function(e){var t=u()(e,2),n=t[0],c=t[1],l=Object(d.fromJS)({flow:n,authorizationUrl:c.get("authorizationUrl"),tokenUrl:c.get("tokenUrl"),scopes:c.get("scopes"),type:s.get("type")});r=r.push(new d.Map(o()({},a,i()(l).call(l,(function(e){return void 0!==e})))))})),"http"!==c&&"apiKey"!==c||(r=r.push(new d.Map(o()({},a,s))))})),r):r})),function(e,t){return function(n){for(var r,o=t.getSystem().specSelectors.specJson(),a=arguments.length,i=new Array(a>1?a-1:0),s=1;s<a;s++)i[s-1]=arguments[s];return Object(v.isOAS3)(o)?m.apply(void 0,f()(r=[t]).call(r,i)):e.apply(void 0,i)}})},function(e,t,n){"use strict";n.r(t),n.d(t,"servers",(function(){return l})),n.d(t,"isSwagger2",(function(){return p}));var r=n(19),o=n(1),a=n(38);var i,s=function(e){return e||Object(o.Map)()},u=Object(r.a)(s,(function(e){return e.get("json",Object(o.Map)())})),c=Object(r.a)(s,(function(e){return e.get("resolved",Object(o.Map)())})),l=(i=Object(r.a)((function(e){var t=c(e);return t.count()<1&&(t=u(e)),t}),(function(e){return e.getIn(["servers"])||Object(o.Map)()})),function(){return function(e){var t=e.getSystem().specSelectors.specJson();if(Object(a.isOAS3)(t)){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return i.apply(void 0,r)}return null}}),p=function(e,t){return function(){var e=t.getSystem().specSelectors.specJson();return Object(a.isSwagger2)(e)}}},function(e,t,n){"use strict";n.r(t);var r=n(319),o=n(320),a=n(321),i=n(322),s=n(323),u=n(324),c=n(325),l=n(326);t.default={Callbacks:r.default,HttpAuth:c.default,RequestBody:o.default,Servers:i.default,ServersContainer:s.default,RequestBodyEditor:u.default,OperationServers:l.default,operationLink:a.default}},function(e,t,n){"use strict";n.r(t);var r=n(29),o=n.n(r),a=n(16),i=n.n(a),s=n(4),u=n.n(s),c=n(0),l=n.n(c),p=(n(11),n(28),n(1));t.default=function(e){var t,n=e.callbacks,r=e.getComponent,a=e.specPath,s=r("OperationContainer",!0);if(!n)return l.a.createElement("span",null,"No callbacks");var c=u()(t=n.entrySeq()).call(t,(function(t){var n,r=i()(t,2),c=r[0],f=r[1];return l.a.createElement("div",{key:c},l.a.createElement("h2",null,c),u()(n=f.entrySeq()).call(n,(function(t){var n,r=i()(t,2),f=r[0],h=r[1];return"$$ref"===f?null:l.a.createElement("div",{key:f},u()(n=h.entrySeq()).call(n,(function(t){var n=i()(t,2),r=n[0],u=n[1];if("$$ref"===r)return null;var h=Object(p.fromJS)({operation:u});return l.a.createElement(s,o()({},e,{op:h,key:r,tag:"",method:r,path:f,specPath:a.push(c,f,r),allowTryItOut:!1}))})))})))}));return l.a.createElement("div",null,c)}},function(e,t,n){"use strict";n.r(t);var r=n(14),o=n.n(r),a=n(2),i=n.n(a),s=n(37),u=n.n(s),c=n(16),l=n.n(c),p=n(4),f=n.n(p),h=n(12),d=n.n(h),v=n(0),m=n.n(v),g=(n(11),n(28),n(1)),y=n(7);function b(e,t,n){var r=e.getIn(["content",t]),o=r.get("schema").toJS(),a=void 0!==r.get("example")?Object(y.J)(r.get("example")):null,i=r.getIn(["examples",n,"value"]);return r.get("examples")?Object(y.J)(i)||"":Object(y.J)(a||Object(y.o)(o,t,{includeWriteOnly:!0})||"")}t.default=function(e){var t=e.requestBody,n=e.requestBodyValue,r=e.requestBodyInclusionSetting,a=e.requestBodyErrors,s=e.getComponent,c=e.getConfigs,p=e.specSelectors,h=e.fn,v=e.contentType,_=e.isExecute,w=e.specPath,x=e.onChange,E=e.onChangeIncludeEmpty,C=e.activeExamplesKey,S=e.updateActiveExamplesKey,A=function(e){var t={key:e,shouldDispatchInit:!1,defaultValue:!0};return"no value"===r.get(e,"no value")&&(t.shouldDispatchInit=!0),t},k=s("Markdown",!0),O=s("modelExample"),j=s("RequestBodyEditor"),T=s("highlightCode"),I=s("ExamplesSelectValueRetainer"),N=s("Example"),M=s("ParameterIncludeEmpty"),P=c().showCommonExtensions,R=t&&t.get("description")||null,D=t&&t.get("content")||new g.OrderedMap;v=v||D.keySeq().first()||"";var L=D.get(v,Object(g.OrderedMap)()),B=L.get("schema",Object(g.OrderedMap)()),F=L.get("examples",null);if(a=g.List.isList(a)?a:Object(g.List)(),!L.size)return null;var U="object"===L.getIn(["schema","type"]);if("application/octet-stream"===v||0===d()(v).call(v,"image/")||0===d()(v).call(v,"audio/")||0===d()(v).call(v,"video/")){var q=s("Input");return _?m.a.createElement(q,{type:"file",onChange:function(e){x(e.target.files[0])}}):m.a.createElement("i",null,"Example values are not available for ",m.a.createElement("code",null,"application/octet-stream")," media types.")}if(U&&("application/x-www-form-urlencoded"===v||0===d()(v).call(v,"multipart/"))&&B.get("properties",Object(g.OrderedMap)()).size>0){var z,V=s("JsonSchemaForm"),W=s("ParameterExt"),H=B.get("properties",Object(g.OrderedMap)());return n=g.Map.isMap(n)?n:Object(g.OrderedMap)(),m.a.createElement("div",{className:"table-container"},R&&m.a.createElement(k,{source:R}),m.a.createElement("table",null,m.a.createElement("tbody",null,g.Map.isMap(H)&&f()(z=H.entrySeq()).call(z,(function(e){var t,c,p=l()(e,2),d=p[0],v=p[1];if(!v.get("readOnly")){var b=P?Object(y.l)(v):null,w=u()(t=B.get("required",Object(g.List)())).call(t,d),C=v.get("type"),S=v.get("format"),O=v.get("description"),j=n.getIn([d,"value"]),T=n.getIn([d,"errors"])||a,I=v.get("default")||v.get("example")||"";""===I&&("object"===C?I=Object(y.o)(v,!1,{includeWriteOnly:!0}):"array"===C&&(I=[])),"string"!=typeof I&&"object"===C&&(I=Object(y.J)(I));var N="string"===C&&("binary"===S||"base64"===S);return m.a.createElement("tr",{key:d,className:"parameters","data-property-name":d},m.a.createElement("td",{className:"parameters-col_name"},m.a.createElement("div",{className:w?"parameter__name required":"parameter__name"},d,w?m.a.createElement("span",null," *"):null),m.a.createElement("div",{className:"parameter__type"},C,S&&m.a.createElement("span",{className:"prop-format"},"($",S,")"),P&&b.size?f()(c=b.entrySeq()).call(c,(function(e){var t,n=l()(e,2),r=n[0],o=n[1];return m.a.createElement(W,{key:i()(t="".concat(r,"-")).call(t,o),xKey:r,xVal:o})})):null),m.a.createElement("div",{className:"parameter__deprecated"},v.get("deprecated")?"deprecated":null)),m.a.createElement("td",{className:"parameters-col_description"},m.a.createElement(k,{source:O}),_?m.a.createElement("div",null,m.a.createElement(V,{fn:h,dispatchInitialValue:!N,schema:v,description:d,getComponent:s,value:void 0===j?I:j,required:w,errors:T,onChange:function(e){x(e,[d])}}),w?null:m.a.createElement(M,{onChange:function(e){return E(d,e)},isIncluded:r.get(d)||!1,isIncludedOptions:A(d),isDisabled:o()(j)?0!==j.length:!Object(y.q)(j)})):null))}})))))}return m.a.createElement("div",null,R&&m.a.createElement(k,{source:R}),F?m.a.createElement(I,{examples:F,currentKey:C,currentUserInputValue:n,onSelect:function(e){S(e)},updateValue:x,defaultToFirstExample:!0,getComponent:s}):null,_?m.a.createElement("div",null,m.a.createElement(j,{value:n,errors:a,defaultValue:b(t,v,C),onChange:x,getComponent:s})):m.a.createElement(O,{getComponent:s,getConfigs:c,specSelectors:p,expandDepth:1,isExecute:_,schema:L.get("schema"),specPath:w.push("content",v),example:m.a.createElement(T,{className:"body-param__example",getConfigs:c,value:Object(y.J)(n)||b(t,v,C)}),includeWriteOnly:!0}),F?m.a.createElement(N,{example:F.get(C),getComponent:s,getConfigs:c}):null)}},function(e,t,n){"use strict";n.r(t);var r=n(4),o=n.n(r),a=n(32),i=n.n(a),s=n(6),u=n.n(s),c=n(5),l=n.n(c),p=n(8),f=n.n(p),h=n(9),d=n.n(h),v=n(0),m=n.n(v),g=(n(11),n(28),function(e){f()(n,e);var t=d()(n);function n(){return u()(this,n),t.apply(this,arguments)}return l()(n,[{key:"render",value:function(){var e=this.props,t=e.link,n=e.name,r=(0,e.getComponent)("Markdown",!0),a=t.get("operationId")||t.get("operationRef"),s=t.get("parameters")&&t.get("parameters").toJS(),u=t.get("description");return m.a.createElement("div",{className:"operation-link"},m.a.createElement("div",{className:"description"},m.a.createElement("b",null,m.a.createElement("code",null,n)),u?m.a.createElement(r,{source:u}):null),m.a.createElement("pre",null,"Operation `",a,"`",m.a.createElement("br",null),m.a.createElement("br",null),"Parameters ",function(e,t){var n;if("string"!=typeof t)return"";return o()(n=t.split("\n")).call(n,(function(t,n){return n>0?Array(e+1).join(" ")+t:t})).join("\n")}(0,i()(s,null,2))||"{}",m.a.createElement("br",null)))}}]),n}(v.Component));t.default=g},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return A}));var r=n(16),o=n.n(r),a=n(4),i=n.n(a),s=n(58),u=n.n(s),c=n(2),l=n.n(c),p=n(6),f=n.n(p),h=n(5),d=n.n(h),v=n(10),m=n.n(v),g=n(8),y=n.n(g),b=n(9),_=n.n(b),w=n(3),x=n.n(w),E=n(0),C=n.n(E),S=n(1),A=(n(11),n(28),function(e){y()(n,e);var t=_()(n);function n(){var e,r;f()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,l()(e=[this]).call(e,a)),x()(m()(r),"onServerChange",(function(e){r.setServer(e.target.value)})),x()(m()(r),"onServerVariableValueChange",(function(e){var t=r.props,n=t.setServerVariableValue,o=t.currentServer,a=e.target.getAttribute("data-variable"),i=e.target.value;"function"==typeof n&&n({server:o,key:a,val:i})})),x()(m()(r),"setServer",(function(e){(0,r.props.setSelectedServer)(e)})),r}return d()(n,[{key:"componentDidMount",value:function(){var e=this.props,t=e.servers;e.currentServer||this.setServer(t.first().get("url"))}},{key:"componentWillReceiveProps",value:function(e){var t=e.servers,n=e.setServerVariableValue,r=e.getServerVariable;if(this.props.currentServer!==e.currentServer||this.props.servers!==e.servers){var o=u()(t).call(t,(function(t){return t.get("url")===e.currentServer}));if(!o)return this.setServer(t.first().get("url"));var a=o.get("variables")||Object(S.OrderedMap)();i()(a).call(a,(function(t,o){r(e.currentServer,o)||n({server:e.currentServer,key:o,val:t.get("default")||""})}))}}},{key:"render",value:function(){var e,t,n=this,r=this.props,a=r.servers,s=r.currentServer,c=r.getServerVariable,l=r.getEffectiveServerValue,p=(u()(a).call(a,(function(e){return e.get("url")===s}))||Object(S.OrderedMap)()).get("variables")||Object(S.OrderedMap)(),f=0!==p.size;return C.a.createElement("div",{className:"servers"},C.a.createElement("label",{htmlFor:"servers"},C.a.createElement("select",{onChange:this.onServerChange,value:s},i()(e=a.valueSeq()).call(e,(function(e){return C.a.createElement("option",{value:e.get("url"),key:e.get("url")},e.get("url"),e.get("description")&&" - ".concat(e.get("description")))})).toArray())),f?C.a.createElement("div",null,C.a.createElement("div",{className:"computed-url"},"Computed URL:",C.a.createElement("code",null,l(s))),C.a.createElement("h4",null,"Server variables"),C.a.createElement("table",null,C.a.createElement("tbody",null,i()(t=p.entrySeq()).call(t,(function(e){var t,r=o()(e,2),a=r[0],u=r[1];return C.a.createElement("tr",{key:a},C.a.createElement("td",null,a),C.a.createElement("td",null,u.get("enum")?C.a.createElement("select",{"data-variable":a,onChange:n.onServerVariableValueChange},i()(t=u.get("enum")).call(t,(function(e){return C.a.createElement("option",{selected:e===c(s,a),key:e,value:e},e)}))):C.a.createElement("input",{type:"text",value:c(s,a)||"",onChange:n.onServerVariableValueChange,"data-variable":a})))}))))):null)}}]),n}(C.a.Component))},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return h}));var r=n(6),o=n.n(r),a=n(5),i=n.n(a),s=n(8),u=n.n(s),c=n(9),l=n.n(c),p=n(0),f=n.n(p),h=(n(11),function(e){u()(n,e);var t=l()(n);function n(){return o()(this,n),t.apply(this,arguments)}return i()(n,[{key:"render",value:function(){var e=this.props,t=e.specSelectors,n=e.oas3Selectors,r=e.oas3Actions,o=e.getComponent,a=t.servers(),i=o("Servers");return a&&a.size?f.a.createElement("div",null,f.a.createElement("span",{className:"servers-title"},"Servers"),f.a.createElement(i,{servers:a,currentServer:n.selectedServer(),setSelectedServer:r.setSelectedServer,setServerVariableValue:r.setServerVariableValue,getServerVariable:n.serverVariableValue,getEffectiveServerValue:n.serverEffectiveValue})):null}}]),n}(f.a.Component))},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return w}));var r=n(6),o=n.n(r),a=n(5),i=n.n(a),s=n(10),u=n.n(s),c=n(8),l=n.n(c),p=n(9),f=n.n(p),h=n(3),d=n.n(h),v=n(0),m=n.n(v),g=(n(11),n(67)),y=n.n(g),b=n(7),_=Function.prototype,w=function(e){l()(n,e);var t=f()(n);function n(e,r){var a;return o()(this,n),a=t.call(this,e,r),d()(u()(a),"applyDefaultValue",(function(e){var t=e||a.props,n=t.onChange,r=t.defaultValue;return a.setState({value:r}),n(r)})),d()(u()(a),"onChange",(function(e){a.props.onChange(Object(b.J)(e))})),d()(u()(a),"onDomChange",(function(e){var t=e.target.value;a.setState({value:t},(function(){return a.onChange(t)}))})),a.state={value:Object(b.J)(e.value)||e.defaultValue},e.onChange(e.value),a}return i()(n,[{key:"componentWillReceiveProps",value:function(e){this.props.value!==e.value&&e.value!==this.state.value&&this.setState({value:Object(b.J)(e.value)}),!e.value&&e.defaultValue&&this.state.value&&this.applyDefaultValue(e)}},{key:"render",value:function(){var e=this.props,t=e.getComponent,n=e.errors,r=this.state.value,o=n.size>0,a=t("TextArea");return m.a.createElement("div",{className:"body-param"},m.a.createElement(a,{className:y()("body-param__text",{invalid:o}),title:n.size?n.join(", "):"",value:r,onChange:this.onDomChange}))}}]),n}(v.PureComponent);d()(w,"defaultProps",{onChange:_})},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return E}));var r=n(4),o=n.n(r),a=n(13),i=n.n(a),s=n(21),u=n.n(s),c=n(6),l=n.n(c),p=n(5),f=n.n(p),h=n(10),d=n.n(h),v=n(8),m=n.n(v),g=n(9),y=n.n(g),b=n(3),_=n.n(b),w=n(0),x=n.n(w),E=(n(11),function(e){m()(n,e);var t=y()(n);function n(e,r){var o;l()(this,n),o=t.call(this,e,r),_()(d()(o),"onChange",(function(e){var t=o.props.onChange,n=e.target,r=n.value,a=n.name,i=u()({},o.state.value);a?i[a]=r:i=r,o.setState({value:i},(function(){return t(o.state)}))}));var a=o.props,i=a.name,s=a.schema,c=o.getValue();return o.state={name:i,schema:s,value:c},o}return f()(n,[{key:"getValue",value:function(){var e=this.props,t=e.name,n=e.authorized;return n&&n.getIn([t,"value"])}},{key:"render",value:function(){var e,t,n=this.props,r=n.schema,a=n.getComponent,s=n.errSelectors,u=n.name,c=a("Input"),l=a("Row"),p=a("Col"),f=a("authError"),h=a("Markdown",!0),d=a("JumpToPath",!0),v=(r.get("scheme")||"").toLowerCase(),m=this.getValue(),g=i()(e=s.allErrors()).call(e,(function(e){return e.get("authId")===u}));if("basic"===v){var y,b=m?m.get("username"):null;return x.a.createElement("div",null,x.a.createElement("h4",null,x.a.createElement("code",null,u||r.get("name")),"  (http, Basic)",x.a.createElement(d,{path:["securityDefinitions",u]})),b&&x.a.createElement("h6",null,"Authorized"),x.a.createElement(l,null,x.a.createElement(h,{source:r.get("description")})),x.a.createElement(l,null,x.a.createElement("label",null,"Username:"),b?x.a.createElement("code",null," ",b," "):x.a.createElement(p,null,x.a.createElement(c,{type:"text",required:"required",name:"username",onChange:this.onChange,autoFocus:!0}))),x.a.createElement(l,null,x.a.createElement("label",null,"Password:"),b?x.a.createElement("code",null," ****** "):x.a.createElement(p,null,x.a.createElement(c,{autoComplete:"new-password",name:"password",type:"password",onChange:this.onChange}))),o()(y=g.valueSeq()).call(y,(function(e,t){return x.a.createElement(f,{error:e,key:t})})))}return"bearer"===v?x.a.createElement("div",null,x.a.createElement("h4",null,x.a.createElement("code",null,u||r.get("name")),"  (http, Bearer)",x.a.createElement(d,{path:["securityDefinitions",u]})),m&&x.a.createElement("h6",null,"Authorized"),x.a.createElement(l,null,x.a.createElement(h,{source:r.get("description")})),x.a.createElement(l,null,x.a.createElement("label",null,"Value:"),m?x.a.createElement("code",null," ****** "):x.a.createElement(p,null,x.a.createElement(c,{type:"text",onChange:this.onChange,autoFocus:!0}))),o()(t=g.valueSeq()).call(t,(function(e,t){return x.a.createElement(f,{error:e,key:t})}))):x.a.createElement("div",null,x.a.createElement("em",null,x.a.createElement("b",null,u)," HTTP authentication: unsupported scheme ","'".concat(v,"'")))}}]),n}(x.a.Component))},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return w}));var r=n(25),o=n.n(r),a=n(2),i=n.n(a),s=n(6),u=n.n(s),c=n(5),l=n.n(c),p=n(10),f=n.n(p),h=n(8),d=n.n(h),v=n(9),m=n.n(v),g=n(3),y=n.n(g),b=n(0),_=n.n(b),w=(n(11),n(28),function(e){d()(n,e);var t=m()(n);function n(){var e,r;u()(this,n);for(var a=arguments.length,s=new Array(a),c=0;c<a;c++)s[c]=arguments[c];return r=t.call.apply(t,i()(e=[this]).call(e,s)),y()(f()(r),"setSelectedServer",(function(e){var t,n=r.props,o=n.path,a=n.method;return r.forceUpdate(),r.props.setSelectedServer(e,i()(t="".concat(o,":")).call(t,a))})),y()(f()(r),"setServerVariableValue",(function(e){var t,n=r.props,a=n.path,s=n.method;return r.forceUpdate(),r.props.setServerVariableValue(o()(o()({},e),{},{namespace:i()(t="".concat(a,":")).call(t,s)}))})),y()(f()(r),"getSelectedServer",(function(){var e,t=r.props,n=t.path,o=t.method;return r.props.getSelectedServer(i()(e="".concat(n,":")).call(e,o))})),y()(f()(r),"getServerVariable",(function(e,t){var n,o=r.props,a=o.path,s=o.method;return r.props.getServerVariable({namespace:i()(n="".concat(a,":")).call(n,s),server:e},t)})),y()(f()(r),"getEffectiveServerValue",(function(e){var t,n=r.props,o=n.path,a=n.method;return r.props.getEffectiveServerValue({server:e,namespace:i()(t="".concat(o,":")).call(t,a)})})),r}return l()(n,[{key:"render",value:function(){var e=this.props,t=e.operationServers,n=e.pathServers,r=e.getComponent;if(!t&&!n)return null;var o=r("Servers"),a=t||n,i=t?"operation":"path";return _.a.createElement("div",{className:"opblock-section operation-servers"},_.a.createElement("div",{className:"opblock-section-header"},_.a.createElement("div",{className:"tab-header"},_.a.createElement("h4",{className:"opblock-title"},"Servers"))),_.a.createElement("div",{className:"opblock-description-wrapper"},_.a.createElement("h4",{className:"message"},"These ",i,"-level options override the global server options."),_.a.createElement(o,{servers:a,currentServer:this.getSelectedServer(),setSelectedServer:this.setSelectedServer,setServerVariableValue:this.setServerVariableValue,getServerVariable:this.getServerVariable,getEffectiveServerValue:this.getEffectiveServerValue})))}}]),n}(_.a.Component))},function(e,t,n){"use strict";n.r(t);var r=n(328),o=n(329),a=n(330),i=n(331),s=n(332),u=n(333);t.default={Markdown:r.default,AuthItem:o.default,JsonSchema_string:u.default,VersionStamp:a.default,model:s.default,onlineValidatorBadge:i.default}},function(e,t,n){"use strict";n.r(t),n.d(t,"Markdown",(function(){return h}));var r=n(100),o=n.n(r),a=n(0),i=n.n(a),s=(n(11),n(67)),u=n.n(s),c=n(218),l=n(38),p=n(219),f=new c.a("commonmark");f.block.ruler.enable(["table"]),f.set({linkTarget:"_blank"});var h=function(e){var t=e.source,n=e.className,r=void 0===n?"":n,a=e.getConfigs;if("string"!=typeof t)return null;if(t){var s,c=a().useUnsafeMarkdown,l=f.render(t),h=Object(p.b)(l,{useUnsafeMarkdown:c});return"string"==typeof h&&(s=o()(h).call(h)),i.a.createElement("div",{dangerouslySetInnerHTML:{__html:s},className:u()(r,"renderedMarkdown")})}return null};h.defaultProps={getConfigs:function(){return{useUnsafeMarkdown:!1}}},t.default=Object(l.OAS3ComponentWrapFactory)(h)},function(e,t,n){"use strict";n.r(t);var r=n(56),o=n.n(r),a=n(0),i=n.n(a),s=n(38);t.default=Object(s.OAS3ComponentWrapFactory)((function(e){var t=e.Ori,n=o()(e,["Ori"]),r=n.schema,a=n.getComponent,s=n.errSelectors,u=n.authorized,c=n.onAuthChange,l=n.name,p=a("HttpAuth");return"http"===r.get("type")?i.a.createElement(p,{key:l,schema:r,name:l,errSelectors:s,authorized:u,getComponent:a,onChange:c}):i.a.createElement(t,n)}))},function(e,t,n){"use strict";n.r(t);var r=n(0),o=n.n(r),a=n(38);t.default=Object(a.OAS3ComponentWrapFactory)((function(e){var t=e.Ori;return o.a.createElement("span",null,o.a.createElement(t,e),o.a.createElement("small",{className:"version-stamp"},o.a.createElement("pre",{className:"version"},"OAS3")))}))},function(e,t,n){"use strict";n.r(t);var r=n(38),o=n(216);t.default=Object(r.OAS3ComponentWrapFactory)(o.a)},function(e,t,n){"use strict";n.r(t);var r=n(29),o=n.n(r),a=n(6),i=n.n(a),s=n(5),u=n.n(s),c=n(8),l=n.n(c),p=n(9),f=n.n(p),h=n(0),d=n.n(h),v=(n(11),n(38)),m=n(220),g=function(e){l()(n,e);var t=f()(n);function n(){return i()(this,n),t.apply(this,arguments)}return u()(n,[{key:"render",value:function(){var e=this.props,t=e.getConfigs,n=["model-box"],r=null;return!0===e.schema.get("deprecated")&&(n.push("deprecated"),r=d.a.createElement("span",{className:"model-deprecated-warning"},"Deprecated:")),d.a.createElement("div",{className:n.join(" ")},r,d.a.createElement(m.a,o()({},this.props,{getConfigs:t,depth:1,expandDepth:this.props.expandDepth||0})))}}]),n}(h.Component);t.default=Object(v.OAS3ComponentWrapFactory)(g)},function(e,t,n){"use strict";n.r(t);var r=n(56),o=n.n(r),a=n(0),i=n.n(a),s=n(38);t.default=Object(s.OAS3ComponentWrapFactory)((function(e){var t=e.Ori,n=o()(e,["Ori"]),r=n.schema,a=n.getComponent,s=n.errors,u=n.onChange,c=r&&r.get?r.get("format"):null,l=r&&r.get?r.get("type"):null,p=a("Input");return l&&"string"===l&&c&&("binary"===c||"base64"===c)?i.a.createElement(p,{type:"file",className:s.length?"invalid":"",title:s.length?s:"",onChange:function(e){u(e.target.files[0])},disabled:t.isDisabled}):i.a.createElement(t,n)}))},function(e,t,n){"use strict";n.r(t),n.d(t,"selectedServer",(function(){return b})),n.d(t,"requestBodyValue",(function(){return _})),n.d(t,"requestBodyInclusionSetting",(function(){return w})),n.d(t,"requestBodyErrors",(function(){return x})),n.d(t,"activeExamplesMember",(function(){return E})),n.d(t,"requestContentType",(function(){return C})),n.d(t,"responseContentType",(function(){return S})),n.d(t,"serverVariableValue",(function(){return A})),n.d(t,"serverVariables",(function(){return k})),n.d(t,"serverEffectiveValue",(function(){return O})),n.d(t,"validateBeforeExecute",(function(){return j})),n.d(t,"validateShallowRequired",(function(){return T}));var r=n(12),o=n.n(r),a=n(15),i=n.n(a),s=n(18),u=n.n(s),c=n(4),l=n.n(c),p=n(17),f=n.n(p),h=n(2),d=n.n(h),v=n(1),m=n(38);function g(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return function(t){var r=t.getSystem().specSelectors.specJson();return Object(m.isOAS3)(r)?e.apply(void 0,n):null}}}var y,b=g((function(e,t){var n=t?[t,"selectedServer"]:["selectedServer"];return e.getIn(n)||""})),_=g((function(e,t,n){return e.getIn(["requestData",t,n,"bodyValue"])||null})),w=g((function(e,t,n){return e.getIn(["requestData",t,n,"bodyInclusion"])||Object(v.Map)()})),x=g((function(e,t,n){return e.getIn(["requestData",t,n,"errors"])||null})),E=g((function(e,t,n,r,o){return e.getIn(["examples",t,n,r,o,"activeExample"])||null})),C=g((function(e,t,n){return e.getIn(["requestData",t,n,"requestContentType"])||null})),S=g((function(e,t,n){return e.getIn(["requestData",t,n,"responseContentType"])||null})),A=g((function(e,t,n){var r;if("string"!=typeof t){var o=t.server,a=t.namespace;r=a?[a,"serverVariableValues",o,n]:["serverVariableValues",o,n]}else{r=["serverVariableValues",t,n]}return e.getIn(r)||null})),k=g((function(e,t){var n;if("string"!=typeof t){var r=t.server,o=t.namespace;n=o?[o,"serverVariableValues",r]:["serverVariableValues",r]}else{n=["serverVariableValues",t]}return e.getIn(n)||Object(v.OrderedMap)()})),O=g((function(e,t){var n,r;if("string"!=typeof t){var o=t.server,a=t.namespace;r=o,n=a?e.getIn([a,"serverVariableValues",r]):e.getIn(["serverVariableValues",r])}else r=t,n=e.getIn(["serverVariableValues",r]);n=n||Object(v.OrderedMap)();var i=r;return l()(n).call(n,(function(e,t){i=i.replace(new RegExp("{".concat(t,"}"),"g"),e)})),i})),j=(y=function(e,t){return function(e,t){var n;return t=t||[],!!e.getIn(d()(n=["requestData"]).call(n,f()(t),["bodyValue"]))}(e,t)},function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){var n,r,o=e.getSystem().specSelectors.specJson(),a=d()(n=[]).call(n,t)[1]||[];return!o.getIn(d()(r=["paths"]).call(r,f()(a),["requestBody","required"]))||y.apply(void 0,t)}}),T=function(e,t){var n,r=t.oas3RequiredRequestBodyContentType,a=t.oas3RequestContentType,s=t.oas3RequestBodyValue,c=[];if(!v.Map.isMap(s))return c;var l=[];return u()(n=i()(r.requestContentType)).call(n,(function(e){if(e===a){var t=r.requestContentType[e];u()(t).call(t,(function(e){o()(l).call(l,e)<0&&l.push(e)}))}})),u()(l).call(l,(function(e){s.getIn([e,"value"])||c.push(e)})),c}},function(e,t,n){"use strict";n.r(t);var r,o=n(3),a=n.n(o),i=n(22),s=n.n(i),u=n(18),c=n.n(u),l=n(23),p=n.n(l),f=n(125),h=n.n(f),d=n(352),v=n.n(d),m=n(16),g=n.n(m),y=n(1),b=n(59);t.default=(r={},a()(r,b.UPDATE_SELECTED_SERVER,(function(e,t){var n=t.payload,r=n.selectedServerUrl,o=n.namespace,a=o?[o,"selectedServer"]:["selectedServer"];return e.setIn(a,r)})),a()(r,b.UPDATE_REQUEST_BODY_VALUE,(function(e,t){var n=t.payload,r=n.value,o=n.pathMethod,a=g()(o,2),i=a[0],s=a[1];if(!y.Map.isMap(r))return e.setIn(["requestData",i,s,"bodyValue"],r);var u,l=e.getIn(["requestData",i,s,"bodyValue"])||Object(y.Map)();y.Map.isMap(l)||(l=Object(y.Map)());var f=h()(r).call(r),d=v()(f),m=p()(d).call(d,0);return c()(m).call(m,(function(e){var t=r.getIn([e]);l.has(e)&&y.Map.isMap(t)||(u=l.setIn([e,"value"],t))})),e.setIn(["requestData",i,s,"bodyValue"],u)})),a()(r,b.UPDATE_REQUEST_BODY_INCLUSION,(function(e,t){var n=t.payload,r=n.value,o=n.pathMethod,a=n.name,i=g()(o,2),s=i[0],u=i[1];return e.setIn(["requestData",s,u,"bodyInclusion",a],r)})),a()(r,b.UPDATE_ACTIVE_EXAMPLES_MEMBER,(function(e,t){var n=t.payload,r=n.name,o=n.pathMethod,a=n.contextType,i=n.contextName,s=g()(o,2),u=s[0],c=s[1];return e.setIn(["examples",u,c,a,i,"activeExample"],r)})),a()(r,b.UPDATE_REQUEST_CONTENT_TYPE,(function(e,t){var n=t.payload,r=n.value,o=n.pathMethod,a=g()(o,2),i=a[0],s=a[1];return e.setIn(["requestData",i,s,"requestContentType"],r)})),a()(r,b.UPDATE_RESPONSE_CONTENT_TYPE,(function(e,t){var n=t.payload,r=n.value,o=n.path,a=n.method;return e.setIn(["requestData",o,a,"responseContentType"],r)})),a()(r,b.UPDATE_SERVER_VARIABLE_VALUE,(function(e,t){var n=t.payload,r=n.server,o=n.namespace,a=n.key,i=n.val,s=o?[o,"serverVariableValues",r,a]:["serverVariableValues",r,a];return e.setIn(s,i)})),a()(r,b.SET_REQUEST_BODY_VALIDATE_ERROR,(function(e,t){var n=t.payload,r=n.path,o=n.method,a=n.validationErrors,i=[];if(i.push("Required field is not provided"),a.missingBodyValue)return e.setIn(["requestData",r,o,"errors"],Object(y.fromJS)(i));if(a.missingRequiredKeys&&a.missingRequiredKeys.length>0){var u=a.missingRequiredKeys;return e.updateIn(["requestData",r,o,"bodyValue"],Object(y.fromJS)({}),(function(e){return s()(u).call(u,(function(e,t){return e.setIn([t,"errors"],Object(y.fromJS)(i))}),e)}))}return console.warn("unexpected result: SET_REQUEST_BODY_VALIDATE_ERROR"),e})),a()(r,b.CLEAR_REQUEST_BODY_VALIDATE_ERROR,(function(e,t){var n=t.payload,r=n.path,o=n.method,a=e.getIn(["requestData",r,o,"bodyValue"]);if(!y.Map.isMap(a))return e.setIn(["requestData",r,o,"errors"],Object(y.fromJS)([]));var i=h()(a).call(a),u=v()(i),c=p()(u).call(u,0);return c?e.updateIn(["requestData",r,o,"bodyValue"],Object(y.fromJS)({}),(function(e){return s()(c).call(c,(function(e,t){return e.setIn([t,"errors"],Object(y.fromJS)([]))}),e)})):e})),a()(r,b.CLEAR_REQUEST_BODY_VALUE,(function(e,t){var n=t.payload.pathMethod,r=g()(n,2),o=r[0],a=r[1],i=e.getIn(["requestData",o,a,"bodyValue"]);return i?y.Map.isMap(i)?e.setIn(["requestData",o,a,"bodyValue"],Object(y.Map)()):e.setIn(["requestData",o,a,"bodyValue"],""):e})),r)},function(e,t,n){"use strict";n.r(t);var r,o=n(125),a=n.n(o),i=n(18),s=n.n(i),u=n(7),c=n(1093),l={};s()(r=a()(c).call(c)).call(r,(function(e){if("./index.js"!==e){var t=c(e);l[Object(u.E)(e)]=t.default?t.default:t}})),t.default=l},function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"JsonPatchError",(function(){return bt})),n.d(r,"deepClone",(function(){return _t})),n.d(r,"getValueByPointer",(function(){return Et})),n.d(r,"applyOperation",(function(){return Ct})),n.d(r,"applyPatch",(function(){return St})),n.d(r,"applyReducer",(function(){return At})),n.d(r,"validator",(function(){return kt})),n.d(r,"validate",(function(){return Ot})),n.d(r,"_areEquals",(function(){return jt}));var o={};n.r(o),n.d(o,"unobserve",(function(){return Mt})),n.d(o,"observe",(function(){return Pt})),n.d(o,"generate",(function(){return Rt})),n.d(o,"compare",(function(){return Lt}));var a={};n.r(a),n.d(a,"path",(function(){return hr})),n.d(a,"query",(function(){return dr})),n.d(a,"header",(function(){return mr})),n.d(a,"cookie",(function(){return gr}));var i=n(2),s=n.n(i),u=n(44),c=n.n(u),l=n(83),p=n.n(l),f=n(18),h=n.n(f),d=n(13),v=n.n(d),m=n(51),g=n.n(m),y=n(516),b=n.n(y),_=n(15),w=n.n(_),x=n(4),E=n.n(x),C=n(101),S=n.n(C),A=n(32),k=n.n(A),O=n(35),j=n.n(O),T=n(14),I=n.n(T),N=n(20),M=n.n(N),P=n(16),R=n.n(P),D=n(211),L=n.n(D),B=n(22),F=n.n(B),U=n(85),q=n.n(U),z=n(37),V=n.n(z),W=n(12),H=n.n(W),J=(n(1032),n(221)),$=n.n(J),K=n(102),Y=n.n(K),G=n(212),Z=n.n(G),X=n(68),Q=n.n(X),ee=n(77),te=n(58),ne=n.n(te),re=n(6),oe=n.n(re),ae=n(5),ie=n.n(ae),se=n(517),ue=n.n(se),ce=n(206),le=n.n(ce),pe=n(8),fe=n.n(pe),he=n(9),de=n.n(he),ve=n(518),me=function(e){var t=function(e,t){return{name:e,value:t}};return Q()(e.prototype.set)||Q()(e.prototype.get)||Q()(e.prototype.getAll)||Q()(e.prototype.has)?e:function(e){fe()(r,e);var n=de()(r);function r(e){var t;return oe()(this,r),(t=n.call(this,e)).entryList=[],t}return ie()(r,[{key:"append",value:function(e,n,o){return this.entryList.push(t(e,n)),ue()(le()(r.prototype),"append",this).call(this,e,n,o)}},{key:"set",value:function(e,n){var r,o=t(e,n);this.entryList=v()(r=this.entryList).call(r,(function(t){return t.name!==e})),this.entryList.push(o)}},{key:"get",value:function(e){var t,n=ne()(t=this.entryList).call(t,(function(t){return t.name===e}));return void 0===n?null:n}},{key:"getAll",value:function(e){var t,n;return E()(t=v()(n=this.entryList).call(n,(function(t){return t.name===e}))).call(t,(function(e){return e.value}))}},{key:"has",value:function(e){var t;return j()(t=this.entryList).call(t,(function(t){return t.name===e}))}}]),r}(e)}(n.n(ve).a),ge=n(23),ye=n.n(ge),be=n(17),_e=n.n(be),we=n(77).Buffer,xe=function(e){return H()(":/?#[]@!$&'()*+,;=").call(":/?#[]@!$&'()*+,;=",e)>-1},Ee=function(e){return/^[a-z0-9\-._~]+$/i.test(e)};function Ce(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.escape,o=arguments.length>2?arguments[2]:void 0;return"number"==typeof e&&(e=e.toString()),"string"==typeof e&&e.length&&r?o?JSON.parse(e):E()(t=_e()(e)).call(t,(function(e){var t,n;return Ee(e)||xe(e)&&"unsafe"===r?e:E()(t=E()(n=we.from(e).toJSON().data||[]).call(n,(function(e){var t;return ye()(t="0".concat(e.toString(16).toUpperCase())).call(t,-2)}))).call(t,(function(e){return"%".concat(e)})).join("")})).join(""):e}function Se(e){var t=e.value;return I()(t)?function(e){var t,n=e.key,r=e.value,o=e.style,a=e.explode,i=e.escape,u=function(e){return Ce(e,{escape:i})};if("simple"===o)return E()(r).call(r,(function(e){return u(e)})).join(",");if("label"===o)return".".concat(E()(r).call(r,(function(e){return u(e)})).join("."));if("matrix"===o)return F()(t=E()(r).call(r,(function(e){return u(e)}))).call(t,(function(e,t){var r,o,i;return!e||a?s()(o=s()(i="".concat(e||"",";")).call(i,n,"=")).call(o,t):s()(r="".concat(e,",")).call(r,t)}),"");if("form"===o){var c=a?"&".concat(n,"="):",";return E()(r).call(r,(function(e){return u(e)})).join(c)}if("spaceDelimited"===o){var l=a?"".concat(n,"="):"";return E()(r).call(r,(function(e){return u(e)})).join(" ".concat(l))}if("pipeDelimited"===o){var p=a?"".concat(n,"="):"";return E()(r).call(r,(function(e){return u(e)})).join("|".concat(p))}return}(e):"object"===M()(t)?function(e){var t=e.key,n=e.value,r=e.style,o=e.explode,a=e.escape,i=function(e){return Ce(e,{escape:a})},u=w()(n);if("simple"===r)return F()(u).call(u,(function(e,t){var r,a,u,c=i(n[t]),l=o?"=":",",p=e?"".concat(e,","):"";return s()(r=s()(a=s()(u="".concat(p)).call(u,t)).call(a,l)).call(r,c)}),"");if("label"===r)return F()(u).call(u,(function(e,t){var r,a,u,c=i(n[t]),l=o?"=":".",p=e?"".concat(e,"."):".";return s()(r=s()(a=s()(u="".concat(p)).call(u,t)).call(a,l)).call(r,c)}),"");if("matrix"===r&&o)return F()(u).call(u,(function(e,t){var r,o,a=i(n[t]),u=e?"".concat(e,";"):";";return s()(r=s()(o="".concat(u)).call(o,t,"=")).call(r,a)}),"");if("matrix"===r)return F()(u).call(u,(function(e,r){var o,a,u=i(n[r]),c=e?"".concat(e,","):";".concat(t,"=");return s()(o=s()(a="".concat(c)).call(a,r,",")).call(o,u)}),"");if("form"===r)return F()(u).call(u,(function(e,t){var r,a,u,c,l=i(n[t]),p=e?s()(r="".concat(e)).call(r,o?"&":","):"",f=o?"=":",";return s()(a=s()(u=s()(c="".concat(p)).call(c,t)).call(u,f)).call(a,l)}),"");return}(e):function(e){var t,n=e.key,r=e.value,o=e.style,a=e.escape,i=function(e){return Ce(e,{escape:a})};if("simple"===o)return i(r);if("label"===o)return".".concat(i(r));if("matrix"===o)return s()(t=";".concat(n,"=")).call(t,i(r));if("form"===o)return i(r);if("deepObject"===o)return i(r,{},!0);return}(e)}var Ae={serializeRes:Ie,mergeInQueryOrForm:ze};function ke(e){return Oe.apply(this,arguments)}function Oe(){return(Oe=p()(c.a.mark((function e(t){var n,r,o,a,i,s,u=arguments;return c.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=u.length>1&&void 0!==u[1]?u[1]:{},"object"===M()(t)&&(t=(n=t).url),n.headers=n.headers||{},Ae.mergeInQueryOrForm(n),n.headers&&h()(r=w()(n.headers)).call(r,(function(e){var t=n.headers[e];"string"==typeof t&&(n.headers[e]=t.replace(/\n+/g," "))})),!n.requestInterceptor){e.next=12;break}return e.next=8,n.requestInterceptor(n);case 8:if(e.t0=e.sent,e.t0){e.next=11;break}e.t0=n;case 11:n=e.t0;case 12:return o=n.headers["content-type"]||n.headers["Content-Type"],/multipart\/form-data/i.test(o)&&(delete n.headers["content-type"],delete n.headers["Content-Type"]),e.prev=14,e.next=17,(n.userFetch||fetch)(n.url,n);case 17:return a=e.sent,e.next=20,Ae.serializeRes(a,t,n);case 20:if(a=e.sent,!n.responseInterceptor){e.next=28;break}return e.next=24,n.responseInterceptor(a);case 24:if(e.t1=e.sent,e.t1){e.next=27;break}e.t1=a;case 27:a=e.t1;case 28:e.next=39;break;case 30:if(e.prev=30,e.t2=e.catch(14),a){e.next=34;break}throw e.t2;case 34:throw(i=new Error(a.statusText)).status=a.status,i.statusCode=a.status,i.responseError=e.t2,i;case 39:if(a.ok){e.next=45;break}throw(s=new Error(a.statusText)).status=a.status,s.statusCode=a.status,s.response=a,s;case 45:return e.abrupt("return",a);case 46:case"end":return e.stop()}}),e,null,[[14,30]])})))).apply(this,arguments)}var je=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return/(json|xml|yaml|text)\b/.test(e)};function Te(e,t){return t&&(0===H()(t).call(t,"application/json")||H()(t).call(t,"+json")>0)?JSON.parse(e):Y.a.safeLoad(e)}function Ie(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.loadSpec,o=void 0!==r&&r,a={ok:e.ok,url:e.url||t,status:e.status,statusText:e.statusText,headers:Me(e.headers)},i=a.headers["content-type"],s=o||je(i),u=s?e.text:e.blob||e.buffer;return u.call(e).then((function(e){if(a.text=e,a.data=e,s)try{var t=Te(e,i);a.body=t,a.obj=t}catch(e){a.parseError=e}return a}))}function Ne(e){return V()(e).call(e,", ")?e.split(", "):e}function Me(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Q()(q()(t))?F()(e=L()(q()(t).call(t))).call(e,(function(e,t){var n=R()(t,2),r=n[0],o=n[1];return e[r]=Ne(o),e}),{}):{}}function Pe(e,t){return t||"undefined"==typeof navigator||(t=navigator),t&&"ReactNative"===t.product?!(!e||"object"!==M()(e)||"string"!=typeof e.uri):"undefined"!=typeof File&&e instanceof File||("undefined"!=typeof Blob&&e instanceof Blob||(void 0!==ee.Buffer&&e instanceof ee.Buffer||null!==e&&"object"===M()(e)&&"function"==typeof e.pipe))}function Re(e,t){return I()(e)&&j()(e).call(e,(function(e){return Pe(e,t)}))}var De={form:",",spaceDelimited:"%20",pipeDelimited:"|"},Le={csv:",",ssv:"%20",tsv:"%09",pipes:"|"};function Be(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=t.collectionFormat,o=t.allowEmptyValue,a=t.serializationOption,i=t.encoding,s="object"!==M()(t)||I()(t)?t:t.value,u=n?function(e){return e.toString()}:function(e){return encodeURIComponent(e)},c=u(e);if(void 0===s&&o)return[[c,""]];if(Pe(s)||Re(s))return[[c,s]];if(a)return Fe(e,s,n,a);if(i){var l;if(j()(l=[M()(i.style),M()(i.explode),M()(i.allowReserved)]).call(l,(function(e){return"undefined"!==e})))return Fe(e,s,n,Z()(i,["style","explode","allowReserved"]));if(i.contentType){if("application/json"===i.contentType){var p="string"==typeof s?s:k()(s);return[[c,u(p)]]}return[[c,u(s.toString())]]}return"object"!==M()(s)?[[c,u(s)]]:I()(s)&&S()(s).call(s,(function(e){return"object"!==M()(e)}))?[[c,E()(s).call(s,u).join(",")]]:[[c,u(k()(s))]]}return"object"!==M()(s)?[[c,u(s)]]:I()(s)?"multi"===r?[[c,E()(s).call(s,u)]]:[[c,E()(s).call(s,u).join(Le[r||"csv"])]]:[[c,""]]}function Fe(e,t,n,r){var o,a,i,u=r.style||"form",c=void 0===r.explode?"form"===u:r.explode,l=!n&&(r&&r.allowReserved?"unsafe":"reserved"),p=function(e){return Ce(e,{escape:l})},f=n?function(e){return e}:function(e){return Ce(e,{escape:l})};return"object"!==M()(t)?[[f(e),p(t)]]:I()(t)?c?[[f(e),E()(t).call(t,p)]]:[[f(e),E()(t).call(t,p).join(De[u])]]:"deepObject"===u?E()(a=w()(t)).call(a,(function(n){var r;return[f(s()(r="".concat(e,"[")).call(r,n,"]")),p(t[n])]})):c?E()(i=w()(t)).call(i,(function(e){return[f(e),p(t[e])]})):[[f(e),E()(o=w()(t)).call(o,(function(e){var n;return[s()(n="".concat(f(e),",")).call(n,p(t[e]))]})).join(",")]]}function Ue(e){var t;return F()(t=b()(e)).call(t,(function(e,t){var n,r=R()(t,2),o=r[0],a=r[1],i=g()(Be(o,a,!0));try{for(i.s();!(n=i.n()).done;){var s=R()(n.value,2),u=s[0],c=s[1];if(I()(c)){var l,p=g()(c);try{for(p.s();!(l=p.n()).done;){var f=l.value;e.append(u,f)}}catch(e){p.e(e)}finally{p.f()}}else e.append(u,c)}}catch(e){i.e(e)}finally{i.f()}return e}),new me)}function qe(e){var t,n=F()(t=w()(e)).call(t,(function(t,n){var r,o=g()(Be(n,e[n]));try{for(o.s();!(r=o.n()).done;){var a=R()(r.value,2),i=a[0],s=a[1];t[i]=s}}catch(e){o.e(e)}finally{o.f()}return t}),{});return $.a.stringify(n,{encode:!1,indices:!1})||""}function ze(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.url,n=void 0===t?"":t,r=e.query,o=e.form,a=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=v()(t).call(t,(function(e){return e})).join("&");return r?"?".concat(r):""};if(o){var i,s=j()(i=w()(o)).call(i,(function(e){var t=o[e].value;return Pe(t)||Re(t)})),u=e.headers["content-type"]||e.headers["Content-Type"];s||/multipart\/form-data/i.test(u)?e.body=Ue(e.form):e.body=qe(o),delete e.form}if(r){var c=n.split("?"),l=R()(c,2),p=l[0],f=l[1],d="";if(f){var m=$.a.parse(f),g=w()(r);h()(g).call(g,(function(e){return delete m[e]})),d=$.a.stringify(m,{encode:!0})}var y=a(d,qe(r));e.url=p+y,delete e.query}return e}var Ve,We=n(519),He=n.n(We),Je=n(25),$e=n.n(Je),Ke=n(78),Ye=n.n(Ke),Ge=n(30),Ze=n.n(Ge),Xe=n(346),Qe=n.n(Xe),et=n(21),tt=n.n(et),nt=n(209),rt=n.n(nt),ot=n(347),at=n.n(ot),it=n(3),st=n.n(it),ut=(Ve=function(e,t){return(Ve=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}Ve(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),ct=Object.prototype.hasOwnProperty;function lt(e,t){return ct.call(e,t)}function pt(e){if(Array.isArray(e)){for(var t=new Array(e.length),n=0;n<t.length;n++)t[n]=""+n;return t}if(Object.keys)return Object.keys(e);t=[];for(var r in e)lt(e,r)&&t.push(r);return t}function ft(e){switch(typeof e){case"object":return JSON.parse(JSON.stringify(e));case"undefined":return null;default:return e}}function ht(e){for(var t,n=0,r=e.length;n<r;){if(!((t=e.charCodeAt(n))>=48&&t<=57))return!1;n++}return!0}function dt(e){return-1===e.indexOf("/")&&-1===e.indexOf("~")?e:e.replace(/~/g,"~0").replace(/\//g,"~1")}function vt(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function mt(e){if(void 0===e)return!0;if(e)if(Array.isArray(e)){for(var t=0,n=e.length;t<n;t++)if(mt(e[t]))return!0}else if("object"==typeof e){var r=pt(e),o=r.length;for(t=0;t<o;t++)if(mt(e[r[t]]))return!0}return!1}function gt(e,t){var n=[e];for(var r in t){var o="object"==typeof t[r]?JSON.stringify(t[r],null,2):t[r];void 0!==o&&n.push(r+": "+o)}return n.join("\n")}var yt=function(e){function t(t,n,r,o,a){var i=this.constructor,s=e.call(this,gt(t,{name:n,index:r,operation:o,tree:a}))||this;return s.name=n,s.index=r,s.operation=o,s.tree=a,Object.setPrototypeOf(s,i.prototype),s.message=gt(t,{name:n,index:r,operation:o,tree:a}),s}return ut(t,e),t}(Error),bt=yt,_t=ft,wt={add:function(e,t,n){return e[t]=this.value,{newDocument:n}},remove:function(e,t,n){var r=e[t];return delete e[t],{newDocument:n,removed:r}},replace:function(e,t,n){var r=e[t];return e[t]=this.value,{newDocument:n,removed:r}},move:function(e,t,n){var r=Et(n,this.path);r&&(r=ft(r));var o=Ct(n,{op:"remove",path:this.from}).removed;return Ct(n,{op:"add",path:this.path,value:o}),{newDocument:n,removed:r}},copy:function(e,t,n){var r=Et(n,this.from);return Ct(n,{op:"add",path:this.path,value:ft(r)}),{newDocument:n}},test:function(e,t,n){return{newDocument:n,test:jt(e[t],this.value)}},_get:function(e,t,n){return this.value=e[t],{newDocument:n}}},xt={add:function(e,t,n){return ht(t)?e.splice(t,0,this.value):e[t]=this.value,{newDocument:n,index:t}},remove:function(e,t,n){return{newDocument:n,removed:e.splice(t,1)[0]}},replace:function(e,t,n){var r=e[t];return e[t]=this.value,{newDocument:n,removed:r}},move:wt.move,copy:wt.copy,test:wt.test,_get:wt._get};function Et(e,t){if(""==t)return e;var n={op:"_get",path:t};return Ct(e,n),n.value}function Ct(e,t,n,r,o,a){if(void 0===n&&(n=!1),void 0===r&&(r=!0),void 0===o&&(o=!0),void 0===a&&(a=0),n&&("function"==typeof n?n(t,0,e,t.path):kt(t,0)),""===t.path){var i={newDocument:e};if("add"===t.op)return i.newDocument=t.value,i;if("replace"===t.op)return i.newDocument=t.value,i.removed=e,i;if("move"===t.op||"copy"===t.op)return i.newDocument=Et(e,t.from),"move"===t.op&&(i.removed=e),i;if("test"===t.op){if(i.test=jt(e,t.value),!1===i.test)throw new bt("Test operation failed","TEST_OPERATION_FAILED",a,t,e);return i.newDocument=e,i}if("remove"===t.op)return i.removed=e,i.newDocument=null,i;if("_get"===t.op)return t.value=e,i;if(n)throw new bt("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",a,t,e);return i}r||(e=ft(e));var s=(t.path||"").split("/"),u=e,c=1,l=s.length,p=void 0,f=void 0,h=void 0;for(h="function"==typeof n?n:kt;;){if(f=s[c],o&&"__proto__"==f)throw new TypeError("JSON-Patch: modifying `__proto__` prop is banned for security reasons, if this was on purpose, please set `banPrototypeModifications` flag false and pass it to this function. More info in fast-json-patch README");if(n&&void 0===p&&(void 0===u[f]?p=s.slice(0,c).join("/"):c==l-1&&(p=t.path),void 0!==p&&h(t,0,e,p)),c++,Array.isArray(u)){if("-"===f)f=u.length;else{if(n&&!ht(f))throw new bt("Expected an unsigned base-10 integer value, making the new referenced value the array element with the zero-based index","OPERATION_PATH_ILLEGAL_ARRAY_INDEX",a,t,e);ht(f)&&(f=~~f)}if(c>=l){if(n&&"add"===t.op&&f>u.length)throw new bt("The specified index MUST NOT be greater than the number of elements in the array","OPERATION_VALUE_OUT_OF_BOUNDS",a,t,e);if(!1===(i=xt[t.op].call(t,u,f,e)).test)throw new bt("Test operation failed","TEST_OPERATION_FAILED",a,t,e);return i}}else if(f&&-1!=f.indexOf("~")&&(f=vt(f)),c>=l){if(!1===(i=wt[t.op].call(t,u,f,e)).test)throw new bt("Test operation failed","TEST_OPERATION_FAILED",a,t,e);return i}u=u[f]}}function St(e,t,n,r,o){if(void 0===r&&(r=!0),void 0===o&&(o=!0),n&&!Array.isArray(t))throw new bt("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");r||(e=ft(e));for(var a=new Array(t.length),i=0,s=t.length;i<s;i++)a[i]=Ct(e,t[i],n,!0,o,i),e=a[i].newDocument;return a.newDocument=e,a}function At(e,t,n){var r=Ct(e,t);if(!1===r.test)throw new bt("Test operation failed","TEST_OPERATION_FAILED",n,t,e);return r.newDocument}function kt(e,t,n,r){if("object"!=typeof e||null===e||Array.isArray(e))throw new bt("Operation is not an object","OPERATION_NOT_AN_OBJECT",t,e,n);if(!wt[e.op])throw new bt("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",t,e,n);if("string"!=typeof e.path)throw new bt("Operation `path` property is not a string","OPERATION_PATH_INVALID",t,e,n);if(0!==e.path.indexOf("/")&&e.path.length>0)throw new bt('Operation `path` property must start with "/"',"OPERATION_PATH_INVALID",t,e,n);if(("move"===e.op||"copy"===e.op)&&"string"!=typeof e.from)throw new bt("Operation `from` property is not present (applicable in `move` and `copy` operations)","OPERATION_FROM_REQUIRED",t,e,n);if(("add"===e.op||"replace"===e.op||"test"===e.op)&&void 0===e.value)throw new bt("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_REQUIRED",t,e,n);if(("add"===e.op||"replace"===e.op||"test"===e.op)&&mt(e.value))throw new bt("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_CANNOT_CONTAIN_UNDEFINED",t,e,n);if(n)if("add"==e.op){var o=e.path.split("/").length,a=r.split("/").length;if(o!==a+1&&o!==a)throw new bt("Cannot perform an `add` operation at the desired path","OPERATION_PATH_CANNOT_ADD",t,e,n)}else if("replace"===e.op||"remove"===e.op||"_get"===e.op){if(e.path!==r)throw new bt("Cannot perform the operation at a path that does not exist","OPERATION_PATH_UNRESOLVABLE",t,e,n)}else if("move"===e.op||"copy"===e.op){var i=Ot([{op:"_get",path:e.from,value:void 0}],n);if(i&&"OPERATION_PATH_UNRESOLVABLE"===i.name)throw new bt("Cannot perform the operation from a path that does not exist","OPERATION_FROM_UNRESOLVABLE",t,e,n)}}function Ot(e,t,n){try{if(!Array.isArray(e))throw new bt("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");if(t)St(ft(t),ft(e),n||!0);else{n=n||kt;for(var r=0;r<e.length;r++)n(e[r],r,t,void 0)}}catch(e){if(e instanceof bt)return e;throw e}}function jt(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){var n,r,o,a=Array.isArray(e),i=Array.isArray(t);if(a&&i){if((r=e.length)!=t.length)return!1;for(n=r;0!=n--;)if(!jt(e[n],t[n]))return!1;return!0}if(a!=i)return!1;var s=Object.keys(e);if((r=s.length)!==Object.keys(t).length)return!1;for(n=r;0!=n--;)if(!t.hasOwnProperty(s[n]))return!1;for(n=r;0!=n--;)if(!jt(e[o=s[n]],t[o]))return!1;return!0}return e!=e&&t!=t}var Tt=new WeakMap,It=function(e){this.observers=new Map,this.obj=e},Nt=function(e,t){this.callback=e,this.observer=t};function Mt(e,t){t.unobserve()}function Pt(e,t){var n,r=function(e){return Tt.get(e)}(e);if(r){var o=function(e,t){return e.observers.get(t)}(r,t);n=o&&o.observer}else r=new It(e),Tt.set(e,r);if(n)return n;if(n={},r.value=ft(e),t){n.callback=t,n.next=null;var a=function(){Rt(n)},i=function(){clearTimeout(n.next),n.next=setTimeout(a)};"undefined"!=typeof window&&(window.addEventListener("mouseup",i),window.addEventListener("keyup",i),window.addEventListener("mousedown",i),window.addEventListener("keydown",i),window.addEventListener("change",i))}return n.patches=[],n.object=e,n.unobserve=function(){Rt(n),clearTimeout(n.next),function(e,t){e.observers.delete(t.callback)}(r,n),"undefined"!=typeof window&&(window.removeEventListener("mouseup",i),window.removeEventListener("keyup",i),window.removeEventListener("mousedown",i),window.removeEventListener("keydown",i),window.removeEventListener("change",i))},r.observers.set(t,new Nt(t,n)),n}function Rt(e,t){void 0===t&&(t=!1);var n=Tt.get(e.object);Dt(n.value,e.object,e.patches,"",t),e.patches.length&&St(n.value,e.patches);var r=e.patches;return r.length>0&&(e.patches=[],e.callback&&e.callback(r)),r}function Dt(e,t,n,r,o){if(t!==e){"function"==typeof t.toJSON&&(t=t.toJSON());for(var a=pt(t),i=pt(e),s=!1,u=i.length-1;u>=0;u--){var c=e[p=i[u]];if(!lt(t,p)||void 0===t[p]&&void 0!==c&&!1===Array.isArray(t))Array.isArray(e)===Array.isArray(t)?(o&&n.push({op:"test",path:r+"/"+dt(p),value:ft(c)}),n.push({op:"remove",path:r+"/"+dt(p)}),s=!0):(o&&n.push({op:"test",path:r,value:e}),n.push({op:"replace",path:r,value:t}),!0);else{var l=t[p];"object"==typeof c&&null!=c&&"object"==typeof l&&null!=l?Dt(c,l,n,r+"/"+dt(p),o):c!==l&&(!0,o&&n.push({op:"test",path:r+"/"+dt(p),value:ft(c)}),n.push({op:"replace",path:r+"/"+dt(p),value:ft(l)}))}}if(s||a.length!=i.length)for(u=0;u<a.length;u++){var p;lt(e,p=a[u])||void 0===t[p]||n.push({op:"add",path:r+"/"+dt(p),value:ft(t[p])})}}}function Lt(e,t,n){void 0===n&&(n=!1);var r=[];return Dt(e,t,r,"",n),r}Object.assign({},r,o,{JsonPatchError:yt,deepClone:ft,escapePathComponent:dt,unescapePathComponent:vt});var Bt=n(84),Ft=n.n(Bt),Ut=n(520),qt=n.n(Ut),zt={add:function(e,t){return{op:"add",path:e,value:t}},replace:Wt,remove:function(e){return{op:"remove",path:e}},merge:function(e,t){return{type:"mutation",op:"merge",path:e,value:t}},mergeDeep:function(e,t){return{type:"mutation",op:"mergeDeep",path:e,value:t}},context:function(e,t){return{type:"context",path:e,value:t}},getIn:function(e,t){return F()(t).call(t,(function(e,t){return void 0!==t&&e?e[t]:e}),e)},applyPatch:function(e,t,n){if(n=n||{},"merge"===(t=$e()($e()({},t),{},{path:t.path&&Vt(t.path)})).op){var r=rn(e,t.path);tt()(r,t.value),St(e,[Wt(t.path,r)])}else if("mergeDeep"===t.op){var o=rn(e,t.path);for(var a in t.value){var i=t.value[a],u=I()(i);if(u){var c=o[a]||[];o[a]=s()(c).call(c,i)}else if(Zt(i)&&!u){var l=$e()({},o[a]);for(var p in i){if(Object.prototype.hasOwnProperty.call(l,p)){l=Ft()(qt()(l),i);break}tt()(l,st()({},p,i[p]))}o[a]=l}else o[a]=i}}else if("add"===t.op&&""===t.path&&Zt(t.value)){var f,h=F()(f=w()(t.value)).call(f,(function(e,n){return e.push({op:"add",path:"/".concat(Vt(n)),value:t.value[n]}),e}),[]);St(e,h)}else if("replace"===t.op&&""===t.path){var d=t.value;n.allowMetaPatches&&t.meta&&tn(t)&&(I()(t.value)||Zt(t.value))&&(d=$e()($e()({},d),t.meta)),e=d}else if(St(e,[t]),n.allowMetaPatches&&t.meta&&tn(t)&&(I()(t.value)||Zt(t.value))){var v=rn(e,t.path),m=$e()($e()({},v),t.meta);St(e,[Wt(t.path,m)])}return e},parentPathMatch:function(e,t){if(!I()(t))return!1;for(var n=0,r=t.length;n<r;n+=1)if(t[n]!==e[n])return!1;return!0},flatten:Yt,fullyNormalizeArray:function(e){return Gt(Yt(Kt(e)))},normalizeArray:Kt,isPromise:function(e){return Zt(e)&&Xt(e.then)},forEachNew:function(e,t){try{return Ht(e,$t,t)}catch(e){return e}},forEachNewPrimitive:function(e,t){try{return Ht(e,Jt,t)}catch(e){return e}},isJsonPatch:Qt,isContextPatch:function(e){return nn(e)&&"context"===e.type},isPatch:nn,isMutation:en,isAdditiveMutation:tn,isGenerator:function(e){return"[object GeneratorFunction]"===Object.prototype.toString.call(e)},isFunction:Xt,isObject:Zt,isError:function(e){return e instanceof Error}};function Vt(e){return I()(e)?e.length<1?"":"/".concat(E()(e).call(e,(function(e){return(e+"").replace(/~/g,"~0").replace(/\//g,"~1")})).join("/")):e}function Wt(e,t,n){return{op:"replace",path:e,value:t,meta:n}}function Ht(e,t,n){var r;return Gt(Yt(E()(r=v()(e).call(e,tn)).call(r,(function(e){return t(e.value,n,e.path)}))||[]))}function Jt(e,t,n){return n=n||[],I()(e)?E()(e).call(e,(function(e,r){return Jt(e,t,s()(n).call(n,r))})):Zt(e)?E()(r=w()(e)).call(r,(function(r){return Jt(e[r],t,s()(n).call(n,r))})):t(e,n[n.length-1],n);var r}function $t(e,t,n){var r=[];if((n=n||[]).length>0){var o=t(e,n[n.length-1],n);o&&(r=s()(r).call(r,o))}if(I()(e)){var a=E()(e).call(e,(function(e,r){return $t(e,t,s()(n).call(n,r))}));a&&(r=s()(r).call(r,a))}else if(Zt(e)){var i,u=E()(i=w()(e)).call(i,(function(r){return $t(e[r],t,s()(n).call(n,r))}));u&&(r=s()(r).call(r,u))}return r=Yt(r)}function Kt(e){return I()(e)?e:[e]}function Yt(e){var t,n,r;return(n=s()(t=[])).call.apply(n,s()(r=[t]).call(r,_e()(E()(e).call(e,(function(e){return I()(e)?Yt(e):e})))))}function Gt(e){return v()(e).call(e,(function(e){return void 0!==e}))}function Zt(e){return e&&"object"===M()(e)}function Xt(e){return e&&"function"==typeof e}function Qt(e){if(nn(e)){var t=e.op;return"add"===t||"remove"===t||"replace"===t}return!1}function en(e){return Qt(e)||nn(e)&&"mutation"===e.type}function tn(e){return en(e)&&("add"===e.op||"replace"===e.op||"merge"===e.op||"mergeDeep"===e.op)}function nn(e){return e&&"object"===M()(e)}function rn(e,t){try{return Et(e,t)}catch(e){return console.error(e),{}}}var on=n(521),an=n.n(on),sn=n(522),un=n(348),cn=n.n(un),ln=n(104),pn=n.n(ln);function fn(e,t){function n(){Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack;for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];this.message=n[0],t&&t.apply(this,n)}return n.prototype=new Error,n.prototype.name=e,n.prototype.constructor=n,n}var hn=n(523),dn=n.n(hn),vn=n(210),mn=n.n(vn),gn=["properties"],yn=["properties"],bn=["definitions","parameters","responses","securityDefinitions","components/schemas","components/responses","components/parameters","components/securitySchemes"],_n=["schema/example","items/example"];function wn(e){var t=e[e.length-1],n=e[e.length-2],r=e.join("/");return H()(gn).call(gn,t)>-1&&-1===H()(yn).call(yn,n)||H()(bn).call(bn,r)>-1||j()(_n).call(_n,(function(e){return H()(r).call(r,e)>-1}))}function xn(e,t){var n,r=e.split("#"),o=R()(r,2),a=o[0],i=o[1],u=pn.a.resolve(a||"",t||"");return i?s()(n="".concat(u,"#")).call(n,i):u}var En="application/json, application/yaml",Cn=new RegExp("^([a-z]+://|//)","i"),Sn=fn("JSONRefError",(function(e,t,n){this.originalError=n,tt()(this,t||{})})),An={},kn=new an.a,On=[function(e){return"paths"===e[0]&&"responses"===e[3]&&"content"===e[5]&&"example"===e[7]},function(e){return"paths"===e[0]&&"requestBody"===e[3]&&"content"===e[4]&&"example"===e[6]}],jn={key:"$ref",plugin:function(e,t,n,r){var o=r.getInstance(),a=ye()(n).call(n,0,-1);if(!wn(a)&&(i=a,!j()(On).call(On,(function(e){return e(i)})))){var i,u=r.getContext(n).baseDoc;if("string"!=typeof e)return new Sn("$ref: must be a string (JSON-Ref)",{$ref:e,baseDoc:u,fullPath:n});var c,l,p,f=Pn(e),h=f[0],d=f[1]||"";try{c=u||h?Nn(h,u):null}catch(t){return Mn(t,{pointer:d,$ref:e,basePath:c,fullPath:n})}if(function(e,t,n,r){var o,a,i=kn.get(r);i||(i={},kn.set(r,i));var u=function(e){if(0===e.length)return"";return"/".concat(E()(e).call(e,Un).join("/"))}(n),c=s()(o="".concat(t||"<specmap-base>","#")).call(o,e),l=u.replace(/allOf\/\d+\/?/g,""),p=r.contextTree.get([]).baseDoc;if(t==p&&qn(l,e))return!0;var f="";if(j()(n).call(n,(function(e){var t,n;return f=s()(t="".concat(f,"/")).call(t,Un(e)),i[f]&&j()(n=i[f]).call(n,(function(e){return qn(e,c)||qn(c,e)}))})))return!0;return void(i[l]=s()(a=i[l]||[]).call(a,c))}(d,c,a,r)&&!o.useCircularStructures){var v=xn(e,c);return e===v?null:zt.replace(n,v)}if(null==c?(p=Bn(d),void 0===(l=r.get(p))&&(l=new Sn("Could not resolve reference: ".concat(e),{pointer:d,$ref:e,baseDoc:u,fullPath:n}))):l=null!=(l=Rn(c,d)).__value?l.__value:l.catch((function(t){throw Mn(t,{pointer:d,$ref:e,baseDoc:u,fullPath:n})})),l instanceof Error)return[zt.remove(n),l];var m=xn(e,c),g=zt.replace(a,l,{$$ref:m});if(c&&c!==u)return[g,zt.context(a,{baseDoc:c})];try{if(!function(e,t){var n,r=[e];return F()(n=t.path).call(n,(function(e,t){return r.push(e[t]),e[t]}),e),o(t.value);function o(e){var t;return zt.isObject(e)&&(H()(r).call(r,e)>=0||j()(t=w()(e)).call(t,(function(t){return o(e[t])})))}}(r.state,g)||o.useCircularStructures)return g}catch(e){return null}}}},Tn=tt()(jn,{docCache:An,absoluteify:Nn,clearCache:function(e){var t;void 0!==e?delete An[e]:h()(t=w()(An)).call(t,(function(e){delete An[e]}))},JSONRefError:Sn,wrapError:Mn,getDoc:Dn,split:Pn,extractFromDoc:Rn,fetchJSON:function(e){return Object(sn.fetch)(e,{headers:{Accept:En},loadSpec:!0}).then((function(e){return e.text()})).then((function(e){return Y.a.safeLoad(e)}))},extract:Ln,jsonPointerToArray:Bn,unescapeJsonPointerToken:Fn}),In=Tn;function Nn(e,t){if(!Cn.test(e)){var n;if(!t)throw new Sn(s()(n="Tried to resolve a relative URL, without having a basePath. path: '".concat(e,"' basePath: '")).call(n,t,"'"));return pn.a.resolve(t,e)}return e}function Mn(e,t){var n,r;e&&e.response&&e.response.body?n=s()(r="".concat(e.response.body.code," ")).call(r,e.response.body.message):n=e.message;return new Sn("Could not resolve reference: ".concat(n),t,e)}function Pn(e){return(e+"").split("#")}function Rn(e,t){var n=An[e];if(n&&!zt.isPromise(n))try{var r=Ln(t,n);return tt()(Ye.a.resolve(r),{__value:r})}catch(e){return Ye.a.reject(e)}return Dn(e).then((function(e){return Ln(t,e)}))}function Dn(e){var t=An[e];return t?zt.isPromise(t)?t:Ye.a.resolve(t):(An[e]=Tn.fetchJSON(e).then((function(t){return An[e]=t,t})),An[e])}function Ln(e,t){var n=Bn(e);if(n.length<1)return t;var r=zt.getIn(t,n);if(void 0===r)throw new Sn("Could not resolve pointer: ".concat(e," does not exist in document"),{pointer:e});return r}function Bn(e){var t;if("string"!=typeof e)throw new TypeError("Expected a string, got a ".concat(M()(e)));return"/"===e[0]&&(e=e.substr(1)),""===e?[]:E()(t=e.split("/")).call(t,Fn)}function Fn(e){return"string"!=typeof e?e:cn.a.unescape(e.replace(/~1/g,"/").replace(/~0/g,"~"))}function Un(e){return cn.a.escape(e.replace(/~/g,"~0").replace(/\//g,"~1"))}function qn(e,t){if(!(n=t)||"/"===n||"#"===n)return!0;var n,r=e.charAt(t.length),o=ye()(t).call(t,-1);return 0===H()(e).call(e,t)&&(!r||"/"===r||"#"===r)&&"#"!==o}var zn=n(105),Vn=n.n(zn),Wn={key:"allOf",plugin:function(e,t,n,r,o){if(!o.meta||!o.meta.$$ref){var a=ye()(n).call(n,0,-1);if(!wn(a)){if(!I()(e)){var i=new TypeError("allOf must be an array");return i.fullPath=n,i}var u=!1,c=o.value;if(h()(a).call(a,(function(e){c&&(c=c[e])})),c=$e()({},c),!Vn()(c)){delete c.allOf;var l,p=[];if(p.push(r.replace(a,{})),h()(e).call(e,(function(e,t){if(!r.isObject(e)){if(u)return null;u=!0;var o=new TypeError("Elements in allOf must be objects");return o.fullPath=n,p.push(o)}p.push(r.mergeDeep(a,e));var i=function(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=r.specmap,a=r.getBaseUrlForNodePath,i=void 0===a?function(e){var n;return o.getContext(s()(n=[]).call(n,_e()(t),_e()(e))).baseDoc}:a,u=r.targetKeys,c=void 0===u?["$ref","$$ref"]:u,l=[];return h()(n=dn()(e)).call(n,(function(){if(V()(c).call(c,this.key)&&mn()(this.node)){var e=this.path,n=s()(t).call(t,this.path),r=xn(this.node,i(e));l.push(o.replace(n,r))}})),l}(e,ye()(n).call(n,0,-1),{getBaseUrlForNodePath:function(e){var o;return r.getContext(s()(o=[]).call(o,_e()(n),[t],_e()(e))).baseDoc},specmap:r});p.push.apply(p,_e()(i))})),p.push(r.mergeDeep(a,c)),!c.$$ref)p.push(r.remove(s()(l=[]).call(l,a,"$$ref")));return p}}}}},Hn={key:"parameters",plugin:function(e,t,n,r){if(I()(e)&&e.length){var o=tt()([],e),a=ye()(n).call(n,0,-1),i=$e()({},zt.getIn(r.spec,a));return h()(e).call(e,(function(e,t){try{o[t].default=r.parameterMacro(i,e)}catch(e){var a=new Error(e);return a.fullPath=n,a}})),zt.replace(n,o)}return zt.replace(n,e)}},Jn={key:"properties",plugin:function(e,t,n,r){var o=$e()({},e);for(var a in e)try{o[a].default=r.modelPropertyMacro(o[a])}catch(e){var i=new Error(e);return i.fullPath=n,i}return zt.replace(n,o)}},$n=function(){function e(t){oe()(this,e),this.root=Kn(t||{})}return ie()(e,[{key:"set",value:function(e,t){var n=this.getParent(e,!0);if(n){var r=e[e.length-1],o=n.children;o[r]?Yn(o[r],t,n):o[r]=Kn(t,n)}else Yn(this.root,t,null)}},{key:"get",value:function(e){if((e=e||[]).length<1)return this.root.value;for(var t,n,r=this.root,o=0;o<e.length&&(n=e[o],(t=r.children)[n]);o+=1)r=t[n];return r&&r.protoValue}},{key:"getParent",value:function(e,t){var n;return!e||e.length<1?null:e.length<2?this.root:F()(n=ye()(e).call(e,0,-1)).call(n,(function(e,n){if(!e)return e;var r=e.children;return!r[n]&&t&&(r[n]=Kn(null,e)),r[n]}),this.root)}}]),e}();function Kn(e,t){return Yn({children:{}},e,t)}function Yn(e,t,n){var r;return e.value=t||{},e.protoValue=n?$e()($e()({},n.protoValue),e.value):e.value,h()(r=w()(e.children)).call(r,(function(t){var n=e.children[t];e.children[t]=Yn(n,n.value,e)})),e}var Gn=function(){function e(t){var n,r,o,a,i,s,u=this;oe()(this,e),tt()(this,{spec:"",debugLevel:"info",plugins:[],pluginHistory:{},errors:[],mutations:[],promisedPatches:[],state:{},patches:[],context:{},contextTree:new $n,showDebug:!1,allPatches:[],pluginProp:"specMap",libMethods:tt()(Qe()(this),zt,{getInstance:function(){return u}}),allowMetaPatches:!1},t),this.get=Ze()(n=this._get).call(n,this),this.getContext=Ze()(r=this._getContext).call(r,this),this.hasRun=Ze()(o=this._hasRun).call(o,this),this.wrappedPlugins=v()(a=E()(i=this.plugins).call(i,Ze()(s=this.wrapPlugin).call(s,this))).call(a,zt.isFunction),this.patches.push(zt.add([],this.spec)),this.patches.push(zt.context([],this.context)),this.updatePatches(this.patches)}return ie()(e,null,[{key:"getPluginName",value:function(e){return e.pluginName}},{key:"getPatchesOfType",value:function(e,t){return v()(e).call(e,t)}}]),ie()(e,[{key:"debug",value:function(e){if(this.debugLevel===e){for(var t,n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];(t=console).log.apply(t,r)}}},{key:"verbose",value:function(e){if("verbose"===this.debugLevel){for(var t,n,r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];(t=console).log.apply(t,s()(n=["[".concat(e,"]   ")]).call(n,o))}}},{key:"wrapPlugin",value:function(e,t){var n,r,o,a=this.pathDiscriminator,i=null;return e[this.pluginProp]?(i=e,n=e[this.pluginProp]):zt.isFunction(e)?n=e:zt.isObject(e)&&(r=e,o=function(e,t){return!I()(e)||S()(e).call(e,(function(e,n){return e===t[n]}))},n=c.a.mark((function e(t,n){var i,u,l,p,f,h;return c.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:h=function(e,t,l){var p,f,d,v,m,g,y,b,_,x,E,C,S;return c.a.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(zt.isObject(e)){i.next=6;break}if(r.key!==t[t.length-1]){i.next=4;break}return i.next=4,r.plugin(e,r.key,t,n);case 4:i.next=30;break;case 6:p=t.length-1,f=t[p],d=H()(t).call(t,"properties"),v="properties"===f&&p===d,m=n.allowMetaPatches&&u[e.$$ref],g=0,y=w()(e);case 12:if(!(g<y.length)){i.next=30;break}if(b=y[g],_=e[b],x=s()(t).call(t,b),E=zt.isObject(_),C=e.$$ref,m){i.next=22;break}if(!E){i.next=22;break}return n.allowMetaPatches&&C&&(u[C]=!0),i.delegateYield(h(_,x,l),"t0",22);case 22:if(v||b!==r.key){i.next=27;break}if(S=o(a,t),a&&!S){i.next=27;break}return i.next=27,r.plugin(_,b,x,n,l);case 27:g++,i.next=12;break;case 30:case"end":return i.stop()}}),i)},i=c.a.mark(h),u={},l=g()(v()(t).call(t,zt.isAdditiveMutation)),e.prev=4,l.s();case 6:if((p=l.n()).done){e.next=11;break}return f=p.value,e.delegateYield(h(f.value,f.path,f),"t0",9);case 9:e.next=6;break;case 11:e.next=16;break;case 13:e.prev=13,e.t1=e.catch(4),l.e(e.t1);case 16:return e.prev=16,l.f(),e.finish(16);case 19:case"end":return e.stop()}}),e,null,[[4,13,16,19]])}))),tt()(Ze()(n).call(n,i),{pluginName:e.name||t,isGenerator:zt.isGenerator(n)})}},{key:"nextPlugin",value:function(){var e=this;return rt()(this.wrappedPlugins,(function(t){return e.getMutationsForPlugin(t).length>0}))}},{key:"nextPromisedPatch",value:function(){var e;if(this.promisedPatches.length>0)return Ye.a.race(E()(e=this.promisedPatches).call(e,(function(e){return e.value})))}},{key:"getPluginHistory",value:function(e){var t=this.constructor.getPluginName(e);return this.pluginHistory[t]||[]}},{key:"getPluginRunCount",value:function(e){return this.getPluginHistory(e).length}},{key:"getPluginHistoryTip",value:function(e){var t=this.getPluginHistory(e);return t&&t[t.length-1]||{}}},{key:"getPluginMutationIndex",value:function(e){var t=this.getPluginHistoryTip(e).mutationIndex;return"number"!=typeof t?-1:t}},{key:"updatePluginHistory",value:function(e,t){var n=this.constructor.getPluginName(e);this.pluginHistory[n]=this.pluginHistory[n]||[],this.pluginHistory[n].push(t)}},{key:"updatePatches",value:function(e){var t,n=this;h()(t=zt.normalizeArray(e)).call(t,(function(e){if(e instanceof Error)n.errors.push(e);else try{if(!zt.isObject(e))return void n.debug("updatePatches","Got a non-object patch",e);if(n.showDebug&&n.allPatches.push(e),zt.isPromise(e.value))return n.promisedPatches.push(e),void n.promisedPatchThen(e);if(zt.isContextPatch(e))return void n.setContext(e.path,e.value);if(zt.isMutation(e))return void n.updateMutations(e)}catch(e){console.error(e),n.errors.push(e)}}))}},{key:"updateMutations",value:function(e){"object"===M()(e.value)&&!I()(e.value)&&this.allowMetaPatches&&(e.value=$e()({},e.value));var t=zt.applyPatch(this.state,e,{allowMetaPatches:this.allowMetaPatches});t&&(this.mutations.push(e),this.state=t)}},{key:"removePromisedPatch",value:function(e){var t,n,r=H()(t=this.promisedPatches).call(t,e);r<0?this.debug("Tried to remove a promisedPatch that isn't there!"):He()(n=this.promisedPatches).call(n,r,1)}},{key:"promisedPatchThen",value:function(e){var t=this;return e.value=e.value.then((function(n){var r=$e()($e()({},e),{},{value:n});t.removePromisedPatch(e),t.updatePatches(r)})).catch((function(n){t.removePromisedPatch(e),t.updatePatches(n)})),e.value}},{key:"getMutations",value:function(e,t){var n;return e=e||0,"number"!=typeof t&&(t=this.mutations.length),ye()(n=this.mutations).call(n,e,t)}},{key:"getCurrentMutations",value:function(){return this.getMutationsForPlugin(this.getCurrentPlugin())}},{key:"getMutationsForPlugin",value:function(e){var t=this.getPluginMutationIndex(e);return this.getMutations(t+1)}},{key:"getCurrentPlugin",value:function(){return this.currentPlugin}},{key:"getLib",value:function(){return this.libMethods}},{key:"_get",value:function(e){return zt.getIn(this.state,e)}},{key:"_getContext",value:function(e){return this.contextTree.get(e)}},{key:"setContext",value:function(e,t){return this.contextTree.set(e,t)}},{key:"_hasRun",value:function(e){return this.getPluginRunCount(this.getCurrentPlugin())>(e||0)}},{key:"dispatch",value:function(){var e,t=this,n=this,r=this.nextPlugin();if(!r){var o=this.nextPromisedPatch();if(o)return o.then((function(){return t.dispatch()})).catch((function(){return t.dispatch()}));var a={spec:this.state,errors:this.errors};return this.showDebug&&(a.patches=this.allPatches),Ye.a.resolve(a)}if(n.pluginCount=n.pluginCount||{},n.pluginCount[r]=(n.pluginCount[r]||0)+1,n.pluginCount[r]>100)return Ye.a.resolve({spec:n.state,errors:s()(e=n.errors).call(e,new Error("We've reached a hard limit of ".concat(100," plugin runs")))});if(r!==this.currentPlugin&&this.promisedPatches.length){var i,u=E()(i=this.promisedPatches).call(i,(function(e){return e.value}));return Ye.a.all(E()(u).call(u,(function(e){return e.then(at.a,at.a)}))).then((function(){return t.dispatch()}))}return function(){n.currentPlugin=r;var e=n.getCurrentMutations(),t=n.mutations.length-1;try{if(r.isGenerator){var o,a=g()(r(e,n.getLib()));try{for(a.s();!(o=a.n()).done;){c(o.value)}}catch(e){a.e(e)}finally{a.f()}}else{c(r(e,n.getLib()))}}catch(e){console.error(e),c([tt()(Qe()(e),{plugin:r})])}finally{n.updatePluginHistory(r,{mutationIndex:t})}return n.dispatch()}();function c(e){e&&(e=zt.fullyNormalizeArray(e),n.updatePatches(e,r))}}}]),e}();var Zn={refs:In,allOf:Wn,parameters:Hn,properties:Jn},Xn=n(61);function Qn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.requestInterceptor,r=t.responseInterceptor,o=e.withCredentials?"include":"same-origin";return function(t){return e({url:t,loadSpec:!0,requestInterceptor:n,responseInterceptor:r,headers:{Accept:En},credentials:o}).then((function(e){return e.body}))}}function er(e){var t=e.fetch,n=e.spec,r=e.url,o=e.mode,a=e.allowMetaPatches,i=void 0===a||a,s=e.pathDiscriminator,u=e.modelPropertyMacro,l=e.parameterMacro,f=e.requestInterceptor,h=e.responseInterceptor,d=e.skipNormalization,v=e.useCircularStructures,m=e.http,g=e.baseDoc;return g=g||r,m=t||m||ke,n?y(n):Qn(m,{requestInterceptor:f,responseInterceptor:h})(g).then(y);function y(e){g&&(Zn.refs.docCache[g]=e),Zn.refs.fetchJSON=Qn(m,{requestInterceptor:f,responseInterceptor:h});var t,n=[Zn.refs];return"function"==typeof l&&n.push(Zn.parameters),"function"==typeof u&&n.push(Zn.properties),"strict"!==o&&n.push(Zn.allOf),(t={spec:e,context:{baseDoc:g},plugins:n,allowMetaPatches:i,pathDiscriminator:s,parameterMacro:l,modelPropertyMacro:u,useCircularStructures:v},new Gn(t).dispatch()).then(d?function(){var e=p()(c.a.mark((function e(t){return c.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",t);case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}():Xn.d)}}var tr=n(56),nr=n.n(tr),rr=n(46),or=n.n(rr),ar=n(207),ir=n.n(ar),sr=n(53),ur=n.n(sr),cr=n(524),lr=n.n(cr),pr={body:function(e){var t=e.req,n=e.value;t.body=n},header:function(e){var t=e.req,n=e.parameter,r=e.value;t.headers=t.headers||{},void 0!==r&&(t.headers[n.name]=r)},query:function(e){var t,n=e.req,r=e.value,o=e.parameter;n.query=n.query||{},!1===r&&"boolean"===o.type&&(r="false");0===r&&H()(t=["number","integer"]).call(t,o.type)>-1&&(r="0");if(r)n.query[o.name]={collectionFormat:o.collectionFormat,value:r};else if(o.allowEmptyValue&&void 0!==r){var a=o.name;n.query[a]=n.query[a]||{},n.query[a].allowEmptyValue=!0}},path:function(e){var t=e.req,n=e.value,r=e.parameter;t.url=t.url.split("{".concat(r.name,"}")).join(encodeURIComponent(n))},formData:function(e){var t=e.req,n=e.value,r=e.parameter;(n||r.allowEmptyValue)&&(t.form=t.form||{},t.form[r.name]={value:n,allowEmptyValue:r.allowEmptyValue,collectionFormat:r.collectionFormat})}};function fr(e,t){return V()(t).call(t,"application/json")?"string"==typeof e?e:k()(e):e.toString()}function hr(e){var t=e.req,n=e.value,r=e.parameter,o=r.name,a=r.style,i=r.explode,s=r.content;if(s){var u=w()(s)[0];t.url=t.url.split("{".concat(o,"}")).join(Ce(fr(n,u),{escape:!0}))}else{var c=Se({key:r.name,value:n,style:a||"simple",explode:i||!1,escape:!0});t.url=t.url.split("{".concat(o,"}")).join(c)}}function dr(e){var t=e.req,n=e.value,r=e.parameter;if(t.query=t.query||{},r.content){var o=w()(r.content)[0];t.query[r.name]=fr(n,o)}else if(!1===n&&(n="false"),0===n&&(n="0"),n)t.query[r.name]={value:n,serializationOption:Z()(r,["style","explode","allowReserved"])};else if(r.allowEmptyValue&&void 0!==n){var a=r.name;t.query[a]=t.query[a]||{},t.query[a].allowEmptyValue=!0}}var vr=["accept","authorization","content-type"];function mr(e){var t=e.req,n=e.parameter,r=e.value;if(t.headers=t.headers||{},!(H()(vr).call(vr,n.name.toLowerCase())>-1))if(n.content){var o=w()(n.content)[0];t.headers[n.name]=fr(r,o)}else void 0!==r&&(t.headers[n.name]=Se({key:n.name,value:r,style:n.style||"simple",explode:void 0!==n.explode&&n.explode,escape:!1}))}function gr(e){var t=e.req,n=e.parameter,r=e.value;t.headers=t.headers||{};var o=M()(r);if(n.content){var a,i=w()(n.content)[0];t.headers.Cookie=s()(a="".concat(n.name,"=")).call(a,fr(r,i))}else if("undefined"!==o){var u="object"===o&&!I()(r)&&n.explode?"":"".concat(n.name,"=");t.headers.Cookie=u+Se({key:n.name,value:r,escape:!1,style:n.style||"form",explode:void 0!==n.explode&&n.explode})}}var yr=n(213),br=n.n(yr),_r=n(214),wr=n.n(_r);function xr(e,t){var n=e.operation,r=e.requestBody,o=e.securities,a=e.spec,i=e.attachContentTypeForEmptyPayload,u=e.requestContentType;t=function(e){var t=e.request,n=e.securities,r=void 0===n?{}:n,o=e.operation,a=void 0===o?{}:o,i=e.spec,u=br()({},t),c=r.authorized,l=void 0===c?{}:c,p=a.security||i.security||[],f=l&&!!w()(l).length,d=or()(i,["components","securitySchemes"])||{};if(u.headers=u.headers||{},u.query=u.query||{},!w()(r).length||!f||!p||I()(a.security)&&!a.security.length)return t;return h()(p).call(p,(function(e){var t;h()(t=w()(e)).call(t,(function(e){var t=l[e],n=d[e];if(t){var r=t.value||t,o=n.type;if(t)if("apiKey"===o)"query"===n.in&&(u.query[n.name]=r),"header"===n.in&&(u.headers[n.name]=r),"cookie"===n.in&&(u.cookies[n.name]=r);else if("http"===o){if(/^basic$/i.test(n.scheme)){var a,i=r.username||"",c=r.password||"",p=wr()(s()(a="".concat(i,":")).call(a,c));u.headers.Authorization="Basic ".concat(p)}/^bearer$/i.test(n.scheme)&&(u.headers.Authorization="Bearer ".concat(r))}else if("oauth2"===o||"openIdConnect"===o){var f,h=t.token||{},v=h[n["x-tokenName"]||"access_token"],m=h.token_type;m&&"bearer"!==m.toLowerCase()||(m="Bearer"),u.headers.Authorization=s()(f="".concat(m," ")).call(f,v)}}}))})),u}({request:t,securities:o,operation:n,spec:a});var c=n.requestBody||{},l=w()(c.content||{}),p=u&&H()(l).call(l,u)>-1;if(r||i){if(u&&p)t.headers["Content-Type"]=u;else if(!u){var f=l[0];f&&(t.headers["Content-Type"]=f,u=f)}}else u&&p&&(t.headers["Content-Type"]=u);if(r)if(u){if(H()(l).call(l,u)>-1)if("application/x-www-form-urlencoded"===u||"multipart/form-data"===u)if("object"===M()(r)){var d,v=(c.content[u]||{}).encoding||{};t.form={},h()(d=w()(r)).call(d,(function(e){t.form[e]={value:r[e],encoding:v[e]||{}}}))}else t.form=r;else t.body=r}else t.body=r;return t}function Er(e,t){var n,r,o=e.spec,a=e.operation,i=e.securities,u=e.requestContentType,c=e.attachContentTypeForEmptyPayload;if((t=function(e){var t=e.request,n=e.securities,r=void 0===n?{}:n,o=e.operation,a=void 0===o?{}:o,i=e.spec,u=br()({},t),c=r.authorized,l=void 0===c?{}:c,p=r.specSecurity,f=void 0===p?[]:p,d=a.security||f,v=l&&!!w()(l).length,m=i.securityDefinitions;if(u.headers=u.headers||{},u.query=u.query||{},!w()(r).length||!v||!d||I()(a.security)&&!a.security.length)return t;return h()(d).call(d,(function(e){var t;h()(t=w()(e)).call(t,(function(e){var t=l[e];if(t){var n=t.token,r=t.value||t,o=m[e],a=o.type,i=o["x-tokenName"]||"access_token",c=n&&n[i],p=n&&n.token_type;if(t)if("apiKey"===a){var f="query"===o.in?"query":"headers";u[f]=u[f]||{},u[f][o.name]=r}else if("basic"===a)if(r.header)u.headers.authorization=r.header;else{var h,d=r.username||"",v=r.password||"";r.base64=wr()(s()(h="".concat(d,":")).call(h,v)),u.headers.authorization="Basic ".concat(r.base64)}else if("oauth2"===a&&c){var g;p=p&&"bearer"!==p.toLowerCase()?p:"Bearer",u.headers.authorization=s()(g="".concat(p," ")).call(g,c)}}}))})),u}({request:t,securities:i,operation:a,spec:o})).body||t.form||c)if(u)t.headers["Content-Type"]=u;else if(I()(a.consumes)){var l=R()(a.consumes,1);t.headers["Content-Type"]=l[0]}else if(I()(o.consumes)){var p=R()(o.consumes,1);t.headers["Content-Type"]=p[0]}else a.parameters&&v()(n=a.parameters).call(n,(function(e){return"file"===e.type})).length?t.headers["Content-Type"]="multipart/form-data":a.parameters&&v()(r=a.parameters).call(r,(function(e){return"formData"===e.in})).length&&(t.headers["Content-Type"]="application/x-www-form-urlencoded");else if(u){var f,d,m=a.parameters&&v()(f=a.parameters).call(f,(function(e){return"body"===e.in})).length>0,g=a.parameters&&v()(d=a.parameters).call(d,(function(e){return"formData"===e.in})).length>0;(m||g)&&(t.headers["Content-Type"]=u)}return t}var Cr=function(e){return I()(e)?e:[]},Sr=fn("OperationNotFoundError",(function(e,t,n){this.originalError=n,tt()(this,t||{})})),Ar={buildRequest:Or};function kr(e){var t=e.http,n=e.fetch,r=e.spec,o=e.operationId,a=e.pathName,i=e.method,s=e.parameters,u=e.securities,c=nr()(e,["http","fetch","spec","operationId","pathName","method","parameters","securities"]),l=t||n||ke;a&&i&&!o&&(o=Object(Xn.c)(a,i));var p=Ar.buildRequest($e()({spec:r,operationId:o,parameters:s,securities:u,http:l},c));return p.body&&(ir()(p.body)||ur()(p.body))&&(p.body=k()(p.body)),l(p)}function Or(e){var t,n,r=e.spec,o=e.operationId,i=e.responseContentType,u=e.scheme,c=e.requestInterceptor,l=e.responseInterceptor,p=e.contextUrl,f=e.userFetch,d=e.server,m=e.serverVariables,g=e.http,y=e.parameters,b=e.parameterBuilders,_=Object(Xn.b)(r);b||(b=_?a:pr);var x={url:"",credentials:g&&g.withCredentials?"include":"same-origin",headers:{},cookies:{}};c&&(x.requestInterceptor=c),l&&(x.responseInterceptor=l),f&&(x.userFetch=f);var C=Object(Xn.a)(r,o);if(!C)throw new Sr("Operation ".concat(o," not found"));var S,A=C.operation,k=void 0===A?{}:A,O=C.method,j=C.pathName;if(x.url+=(S={spec:r,scheme:u,contextUrl:p,server:d,serverVariables:m,pathName:j,method:O},Object(Xn.b)(S.spec)?function(e){var t=e.spec,n=e.pathName,r=e.method,o=e.server,a=e.contextUrl,i=e.serverVariables,u=void 0===i?{}:i,c=or()(t,["paths",n,(r||"").toLowerCase(),"servers"])||or()(t,["paths",n,"servers"])||or()(t,["servers"]),l="",p=null;if(o&&c&&c.length){var f=E()(c).call(c,(function(e){return e.url}));H()(f).call(f,o)>-1&&(l=o,p=c[H()(f).call(f,o)])}if(!l&&c&&c.length){l=c[0].url;var d=R()(c,1);p=d[0]}if(H()(l).call(l,"{")>-1){var v=function(e){for(var t,n=[],r=/{([^}]+)}/g;t=r.exec(e);)n.push(t[1]);return n}(l);h()(v).call(v,(function(e){if(p.variables&&p.variables[e]){var t=p.variables[e],n=u[e]||t.default,r=new RegExp("{".concat(e,"}"),"g");l=l.replace(r,n)}}))}return function(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=pn.a.parse(n),a=pn.a.parse(r),i=jr(o.protocol)||jr(a.protocol)||"",u=o.host||a.host,c=o.pathname||"";return"/"===(e=i&&u?s()(t="".concat(i,"://")).call(t,u+c):c)[e.length-1]?ye()(e).call(e,0,-1):e}(l,a)}(S):function(e){var t,n,r=e.spec,o=e.scheme,a=e.contextUrl,i=void 0===a?"":a,u=pn.a.parse(i),c=I()(r.schemes)?r.schemes[0]:null,l=o||c||jr(u.protocol)||"http",p=r.host||u.host||"",f=r.basePath||"";return"/"===(t=l&&p?s()(n="".concat(l,"://")).call(n,p+f):f)[t.length-1]?ye()(t).call(t,0,-1):t}(S)),!o)return delete x.cookies,x;x.url+=j,x.method="".concat(O).toUpperCase(),y=y||{};var T=r.paths[j]||{};i&&(x.headers.accept=i);var N=function(e){var t,n={};h()(e).call(e,(function(e){n[e.in]||(n[e.in]={}),n[e.in][e.name]=e}));var r=[];return h()(t=w()(n)).call(t,(function(e){var t;h()(t=w()(n[e])).call(t,(function(t){r.push(n[e][t])}))})),r}(s()(t=s()(n=[]).call(n,Cr(k.parameters))).call(t,Cr(T.parameters)));h()(N).call(N,(function(e){var t,n,o=b[e.in];if("body"===e.in&&e.schema&&e.schema.properties&&(t=y),void 0===(t=e&&e.name&&y[e.name]))t=e&&e.name&&y[s()(n="".concat(e.in,".")).call(n,e.name)];else if(function(e,t){return v()(t).call(t,(function(t){return t.name===e}))}(e.name,N).length>1){var a;console.warn(s()(a="Parameter '".concat(e.name,"' is ambiguous because the defined spec has more than one parameter with the name: '")).call(a,e.name,"' and the passed-in parameter values did not define an 'in' value."))}if(null!==t){if(void 0!==e.default&&void 0===t&&(t=e.default),void 0===t&&e.required&&!e.allowEmptyValue)throw new Error("Required parameter ".concat(e.name," is not provided"));if(_&&e.schema&&"object"===e.schema.type&&"string"==typeof t)try{t=JSON.parse(t)}catch(e){throw new Error("Could not parse object parameter value string as JSON")}o&&o({req:x,parameter:e,value:t,operation:k,spec:r})}}));var M=$e()($e()({},e),{},{operation:k});if((x=_?xr(M,x):Er(M,x)).cookies&&w()(x.cookies).length){var P,D=F()(P=w()(x.cookies)).call(P,(function(e,t){var n=x.cookies[t];return e+(e?"&":"")+lr.a.serialize(t,n)}),"");x.headers.Cookie=D}return x.cookies&&delete x.cookies,ze(x),x}var jr=function(e){return e?e.replace(/\W/g,""):null};function Tr(e,t){return Ir.apply(this,arguments)}function Ir(){return(Ir=p()(c.a.mark((function e(t,n){var r,o,a,i,s,u,l,p,f,h,d,v,m=arguments;return c.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=m.length>2&&void 0!==m[2]?m[2]:{},o=r.returnEntireTree,a=r.baseDoc,i=r.requestInterceptor,s=r.responseInterceptor,u=r.parameterMacro,l=r.modelPropertyMacro,p=r.useCircularStructures,f={pathDiscriminator:n,baseDoc:a,requestInterceptor:i,responseInterceptor:s,parameterMacro:u,modelPropertyMacro:l,useCircularStructures:p},h=Object(Xn.d)({spec:t}),d=h.spec,e.next=6,er($e()($e()({},f),{},{spec:d,allowMetaPatches:!0,skipNormalization:!0}));case 6:return v=e.sent,!o&&I()(n)&&n.length&&(v.spec=or()(v.spec,n)||null),e.abrupt("return",v);case 9:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var Nr=n(297);t.default=function(e){var t,n,r,o=e.configs,a=e.getConfigs;return{fn:{fetch:(t=ke,n=o.preFetch,r=o.postFetch,r=r||function(e){return e},n=n||function(e){return e},function(e){return"string"==typeof e&&(e={url:e}),Ae.mergeInQueryOrForm(e),e=n(e),r(t(e))}),buildRequest:Or,execute:kr,resolve:er,resolveSubtree:function(e,t,n){var r;if(void 0===n){var o=a();n={modelPropertyMacro:o.modelPropertyMacro,parameterMacro:o.parameterMacro,requestInterceptor:o.requestInterceptor,responseInterceptor:o.responseInterceptor}}for(var i=arguments.length,u=new Array(i>3?i-3:0),c=3;c<i;c++)u[c-3]=arguments[c];return Tr.apply(void 0,s()(r=[e,t,n]).call(r,u))},serializeRes:Ie,opId:Xn.e},statePlugins:{configs:{wrapActions:Nr}}}}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return c}));var r=n(169),o=n(144),a=n(304),i=n(305),s=n(306),u={getLocalConfig:function(){return Object(r.parseYamlConfig)('---\nurl: "https://petstore.swagger.io/v2/swagger.json"\ndom_id: "#swagger-ui"\nvalidatorUrl: "https://validator.swagger.io/validator"\n')}};function c(){return{statePlugins:{spec:{actions:a,selectors:u},configs:{reducers:s.default,actions:o,selectors:i}}}}},function(e,t,n){"use strict";(function(e,r){var o,a=n(502);o="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==e?e:r;var i=Object(a.a)(o);t.a=i}).call(this,n(54),n(621)(e))},function(e,t,n){var r=n(412),o=n(188),a=n(754),i=n(53),s=n(426);e.exports=function(e,t,n){var u=i(e)?r:a;return n&&s(e,t,n)&&(t=void 0),u(e,o(t,3))}},function(e,t,n){"use strict";var r=n(433),o=n(435),a=n(775);e.exports=function(e){var t,i=r(arguments[1]);return i.normalizer||0!==(t=i.length=o(i.length,e.length,i.async))&&(i.primitive?!1===t?i.normalizer=n(802):t>1&&(i.normalizer=n(803)(t)):i.normalizer=!1===t?n(804)():1===t?n(808)():n(809)(t)),i.async&&n(810),i.promise&&n(811),i.dispose&&n(817),i.maxAge&&n(818),i.max&&n(821),i.refCounter&&n(823),a(e,i)}},function(e,t,n){e.exports=n(854)},function(e,t,n){e.exports=n(869)},function(e,t,n){var r=n(457);e.exports=function(e,t,n){return null==e?e:r(e,t,n)}},function(e,t,n){"use strict";t.__esModule=!0,t.connect=t.Provider=void 0;var r=a(n(988)),o=a(n(990));function a(e){return e&&e.__esModule?e:{default:e}}t.Provider=r.default,t.connect=o.default},function(e,t,n){e.exports=n(1046)},function(e,t){e.exports=function(){}},function(e,t,n){"use strict";var r=t,o=n(77).Buffer;function a(e,t){try{return decodeURIComponent(e)}catch(n){return r.unescapeBuffer(e,t).toString()}}r.unescapeBuffer=function(e,t){for(var n,r,a,i=new o(e.length),s=0,u=0,c=0;u<=e.length;u++){var l=u<e.length?e.charCodeAt(u):NaN;switch(s){case 0:switch(l){case 37:n=0,r=0,s=1;break;case 43:t&&(l=32);default:i[c++]=l}break;case 1:if(a=l,l>=48&&l<=57)n=l-48;else if(l>=65&&l<=70)n=l-65+10;else{if(!(l>=97&&l<=102)){i[c++]=37,i[c++]=l,s=0;break}n=l-97+10}s=2;break;case 2:if(s=0,l>=48&&l<=57)r=l-48;else if(l>=65&&l<=70)r=l-65+10;else{if(!(l>=97&&l<=102)){i[c++]=37,i[c++]=a,i[c++]=l;break}r=l-97+10}i[c++]=16*n+r}}return i.slice(0,c-1)},r.unescape=a;for(var i=new Array(256),s=0;s<256;++s)i[s]="%"+((s<16?"0":"")+s.toString(16)).toUpperCase();r.escape=function(e){"string"!=typeof e&&(e+="");for(var t="",n=0,r=0;r<e.length;++r){var o=e.charCodeAt(r);if(!(33===o||45===o||46===o||95===o||126===o||o>=39&&o<=42||o>=48&&o<=57||o>=65&&o<=90||o>=97&&o<=122))if(r-n>0&&(t+=e.slice(n,r)),o<128)n=r+1,t+=i[o];else if(o<2048)n=r+1,t+=i[192|o>>6]+i[128|63&o];else if(o<55296||o>=57344)n=r+1,t+=i[224|o>>12]+i[128|o>>6&63]+i[128|63&o];else{var a;if(!(++r<e.length))throw new URIError("URI malformed");a=1023&e.charCodeAt(r),n=r+1,t+=i[240|(o=65536+((1023&o)<<10|a))>>18]+i[128|o>>12&63]+i[128|o>>6&63]+i[128|63&o]}}return 0===n?e:n<e.length?t+e.slice(n):t};var u=function(e){return"string"==typeof e?e:"number"==typeof e&&isFinite(e)?""+e:"boolean"==typeof e?e?"true":"false":""};function c(e,t){try{return t(e)}catch(t){return r.unescape(e,!0)}}r.stringify=r.encode=function(e,t,n,o){t=t||"&",n=n||"=";var a=r.escape;if(o&&"function"==typeof o.encodeURIComponent&&(a=o.encodeURIComponent),null!==e&&"object"==typeof e){for(var i=Object.keys(e),s=i.length,c=s-1,l="",p=0;p<s;++p){var f=i[p],h=e[f],d=a(u(f))+n;if(Array.isArray(h)){for(var v=h.length,m=v-1,g=0;g<v;++g)l+=d+a(u(h[g])),g<m&&(l+=t);v&&p<c&&(l+=t)}else l+=d+a(u(h)),p<c&&(l+=t)}return l}return""},r.parse=r.decode=function(e,t,n,o){t=t||"&",n=n||"=";var i={};if("string"!=typeof e||0===e.length)return i;"string"!=typeof t&&(t+="");var s=n.length,u=t.length,l=1e3;o&&"number"==typeof o.maxKeys&&(l=o.maxKeys);var p=1/0;l>0&&(p=l);var f=r.unescape;o&&"function"==typeof o.decodeURIComponent&&(f=o.decodeURIComponent);for(var h=f!==a,d=[],v=0,m=0,g=0,y="",b="",_=h,w=h,x=0,E=0;E<e.length;++E){var C=e.charCodeAt(E);if(C!==t.charCodeAt(m)){if(m=0,w||(37===C?x=1:x>0&&(C>=48&&C<=57||C>=65&&C<=70||C>=97&&C<=102)?3==++x&&(w=!0):x=0),g<s){if(C===n.charCodeAt(g)){if(++g===s)v<(A=E-g+1)&&(y+=e.slice(v,A)),x=0,v=E+1;continue}g=0,_||(37===C?x=1:x>0&&(C>=48&&C<=57||C>=65&&C<=70||C>=97&&C<=102)?3==++x&&(_=!0):x=0)}43===C&&(g<s?(E-v>0&&(y+=e.slice(v,E)),y+="%20",_=!0):(E-v>0&&(b+=e.slice(v,E)),b+="%20",w=!0),v=E+1)}else if(++m===u){var S,A=E-m+1;if(g<s?v<A&&(y+=e.slice(v,A)):v<A&&(b+=e.slice(v,A)),_&&(y=c(y,f)),w&&(b=c(b,f)),-1===d.indexOf(y))i[y]=b,d[d.length]=y;else(S=i[y])instanceof Array?S[S.length]=b:i[y]=[S,b];if(0==--p)break;_=w=h,x=0,y=b="",v=E+1,m=g=0}}p>0&&(v<e.length||g>0)&&(v<e.length&&(g<s?y+=e.slice(v):m<u&&(b+=e.slice(v))),_&&(y=c(y,f)),w&&(b=c(b,f)),-1===d.indexOf(y)?(i[y]=b,d[d.length]=y):(S=i[y])instanceof Array?S[S.length]=b:i[y]=[S,b]);return i}},function(e,t,n){var r=n(1057),o=n(403),a=n(423),i=n(94);e.exports=function(e,t,n){return e=i(e),n=null==n?0:r(a(n),0,e.length),t=o(t),e.slice(n,n+t.length)==t}},function(e,t,n){"use strict";var r=n(1074),o=n(1075);t.highlight=i,t.highlightAuto=function(e,t){var n,s,u,c,l=t||{},p=l.subset||r.listLanguages(),f=l.prefix,h=p.length,d=-1;null==f&&(f=a);if("string"!=typeof e)throw o("Expected `string` for value, got `%s`",e);s={relevance:0,language:null,value:[]},n={relevance:0,language:null,value:[]};for(;++d<h;)c=p[d],r.getLanguage(c)&&((u=i(c,e,t)).language=c,u.relevance>s.relevance&&(s=u),u.relevance>n.relevance&&(s=n,n=u));s.language&&(n.secondBest=s);return n},t.registerLanguage=function(e,t){r.registerLanguage(e,t)},t.listLanguages=function(){return r.listLanguages()},t.registerAlias=function(e,t){var n,o=e;t&&((o={})[e]=t);for(n in o)r.registerAliases(o[n],{languageName:n})},s.prototype.addText=function(e){var t,n,r=this.stack;if(""===e)return;t=r[r.length-1],(n=t.children[t.children.length-1])&&"text"===n.type?n.value+=e:t.children.push({type:"text",value:e})},s.prototype.addKeyword=function(e,t){this.openNode(t),this.addText(e),this.closeNode()},s.prototype.addSublanguage=function(e,t){var n=this.stack,r=n[n.length-1],o=e.rootNode.children,a=t?{type:"element",tagName:"span",properties:{className:[t]},children:o}:o;r.children=r.children.concat(a)},s.prototype.openNode=function(e){var t=this.stack,n=this.options.classPrefix+e,r=t[t.length-1],o={type:"element",tagName:"span",properties:{className:[n]},children:[]};r.children.push(o),t.push(o)},s.prototype.closeNode=function(){this.stack.pop()},s.prototype.closeAllNodes=u,s.prototype.finalize=u,s.prototype.toHTML=function(){return""};var a="hljs-";function i(e,t,n){var i,u=r.configure({}),c=(n||{}).prefix;if("string"!=typeof e)throw o("Expected `string` for name, got `%s`",e);if(!r.getLanguage(e))throw o("Unknown language: `%s` is not registered",e);if("string"!=typeof t)throw o("Expected `string` for value, got `%s`",t);if(null==c&&(c=a),r.configure({__emitter:s,classPrefix:c}),i=r.highlight(e,t,!0),r.configure(u),i.errorRaised)throw i.errorRaised;return{relevance:i.relevance,language:i.language,value:i.emitter.rootNode.children}}function s(e){this.options=e,this.rootNode={children:[]},this.stack=[this.rootNode]}function u(){}},function(e,t,n){"use strict";var r=n(1091).DebounceInput;r.DebounceInput=r,e.exports=r},function(e,t,n){var r=n(398),o=n(390),a=n(182),i=n(401);e.exports=function(e){return r(e)||o(e)||a(e)||i()}},function(e,t,n){var r=n(48),o=n(36),a=n(223);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(e,t,n){var r=n(36),o=/#|\.prototype\./,a=function(e,t){var n=s[i(e)];return n==c||n!=u&&("function"==typeof t?r(t):!!t)},i=a.normalize=function(e){return String(e).replace(o,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";e.exports=a},function(e,t,n){n(545);var r=n(34);e.exports=r.Object.keys},function(e,t,n){var r=n(52),o=n(69),a=n(224).indexOf,i=n(150);e.exports=function(e,t){var n,s=o(e),u=0,c=[];for(n in s)!r(i,n)&&r(s,n)&&c.push(n);for(;t.length>u;)r(s,n=t[u++])&&(~a(c,n)||c.push(n));return c}},function(e,t,n){n(49)("iterator")},function(e,t,n){var r=n(41),o=n(549),a="__core-js_shared__",i=r[a]||o(a,{});e.exports=i},function(e,t,n){var r=n(229);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var r=n(149),o=n(127),a=function(e){return function(t,n){var a,i,s=String(o(t)),u=r(n),c=s.length;return u<0||u>=c?e?"":void 0:(a=s.charCodeAt(u))<55296||a>56319||u+1===c||(i=s.charCodeAt(u+1))<56320||i>57343?e?s.charAt(u):a:e?s.slice(u,u+2):i-56320+(a-55296<<10)+65536}};e.exports={codeAt:a(!1),charAt:a(!0)}},function(e,t,n){var r=n(41),o=n(362),a=r.WeakMap;e.exports="function"==typeof a&&/native code/.test(o(a))},function(e,t,n){var r=n(358),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return o.call(e)}),e.exports=r.inspectSource},function(e,t,n){"use strict";var r=n(364).IteratorPrototype,o=n(110),a=n(107),i=n(87),s=n(111),u=function(){return this};e.exports=function(e,t,n){var c=t+" Iterator";return e.prototype=o(r,{next:a(1,n)}),i(e,c,!1,!0),s[c]=u,e}},function(e,t,n){"use strict";var r,o,a,i=n(151),s=n(70),u=n(52),c=n(39),l=n(97),p=c("iterator"),f=!1;[].keys&&("next"in(a=[].keys())?(o=i(i(a)))!==Object.prototype&&(r=o):f=!0),null==r&&(r={}),l||u(r,p)||s(r,p,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:f}},function(e,t,n){var r=n(36);e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},function(e,t,n){var r=n(71);e.exports=r("document","documentElement")},function(e,t,n){"use strict";var r=n(24),o=n(36),a=n(153),i=n(45),s=n(72),u=n(80),c=n(154),l=n(235),p=n(155),f=n(39),h=n(236),d=f("isConcatSpreadable"),v=9007199254740991,m="Maximum allowed index exceeded",g=h>=51||!o((function(){var e=[];return e[d]=!1,e.concat()[0]!==e})),y=p("concat"),b=function(e){if(!i(e))return!1;var t=e[d];return void 0!==t?!!t:a(e)};r({target:"Array",proto:!0,forced:!g||!y},{concat:function(e){var t,n,r,o,a,i=s(this),p=l(i,0),f=0;for(t=-1,r=arguments.length;t<r;t++)if(b(a=-1===t?i:arguments[t])){if(f+(o=u(a.length))>v)throw TypeError(m);for(n=0;n<o;n++,f++)n in a&&c(p,f,a[n])}else{if(f>=v)throw TypeError(m);c(p,f++,a)}return p.length=f,p}})},function(e,t,n){"use strict";var r=n(24),o=n(41),a=n(71),i=n(97),s=n(48),u=n(229),c=n(359),l=n(36),p=n(52),f=n(153),h=n(45),d=n(55),v=n(72),m=n(69),g=n(176),y=n(107),b=n(110),_=n(148),w=n(238),x=n(555),E=n(239),C=n(106),S=n(63),A=n(174),k=n(70),O=n(112),j=n(228),T=n(178),I=n(150),N=n(177),M=n(39),P=n(227),R=n(49),D=n(87),L=n(73),B=n(89).forEach,F=T("hidden"),U="Symbol",q=M("toPrimitive"),z=L.set,V=L.getterFor(U),W=Object.prototype,H=o.Symbol,J=a("JSON","stringify"),$=C.f,K=S.f,Y=x.f,G=A.f,Z=j("symbols"),X=j("op-symbols"),Q=j("string-to-symbol-registry"),ee=j("symbol-to-string-registry"),te=j("wks"),ne=o.QObject,re=!ne||!ne.prototype||!ne.prototype.findChild,oe=s&&l((function(){return 7!=b(K({},"a",{get:function(){return K(this,"a",{value:7}).a}})).a}))?function(e,t,n){var r=$(W,t);r&&delete W[t],K(e,t,n),r&&e!==W&&K(W,t,r)}:K,ae=function(e,t){var n=Z[e]=b(H.prototype);return z(n,{type:U,tag:e,description:t}),s||(n.description=t),n},ie=c?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof H},se=function(e,t,n){e===W&&se(X,t,n),d(e);var r=g(t,!0);return d(n),p(Z,r)?(n.enumerable?(p(e,F)&&e[F][r]&&(e[F][r]=!1),n=b(n,{enumerable:y(0,!1)})):(p(e,F)||K(e,F,y(1,{})),e[F][r]=!0),oe(e,r,n)):K(e,r,n)},ue=function(e,t){d(e);var n=m(t),r=_(n).concat(fe(n));return B(r,(function(t){s&&!ce.call(n,t)||se(e,t,n[t])})),e},ce=function(e){var t=g(e,!0),n=G.call(this,t);return!(this===W&&p(Z,t)&&!p(X,t))&&(!(n||!p(this,t)||!p(Z,t)||p(this,F)&&this[F][t])||n)},le=function(e,t){var n=m(e),r=g(t,!0);if(n!==W||!p(Z,r)||p(X,r)){var o=$(n,r);return!o||!p(Z,r)||p(n,F)&&n[F][r]||(o.enumerable=!0),o}},pe=function(e){var t=Y(m(e)),n=[];return B(t,(function(e){p(Z,e)||p(I,e)||n.push(e)})),n},fe=function(e){var t=e===W,n=Y(t?X:m(e)),r=[];return B(n,(function(e){!p(Z,e)||t&&!p(W,e)||r.push(Z[e])})),r};(u||(O((H=function(){if(this instanceof H)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=N(e),n=function(e){this===W&&n.call(X,e),p(this,F)&&p(this[F],t)&&(this[F][t]=!1),oe(this,t,y(1,e))};return s&&re&&oe(W,t,{configurable:!0,set:n}),ae(t,e)}).prototype,"toString",(function(){return V(this).tag})),O(H,"withoutSetter",(function(e){return ae(N(e),e)})),A.f=ce,S.f=se,C.f=le,w.f=x.f=pe,E.f=fe,P.f=function(e){return ae(M(e),e)},s&&(K(H.prototype,"description",{configurable:!0,get:function(){return V(this).description}}),i||O(W,"propertyIsEnumerable",ce,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!u,sham:!u},{Symbol:H}),B(_(te),(function(e){R(e)})),r({target:U,stat:!0,forced:!u},{for:function(e){var t=String(e);if(p(Q,t))return Q[t];var n=H(t);return Q[t]=n,ee[n]=t,n},keyFor:function(e){if(!ie(e))throw TypeError(e+" is not a symbol");if(p(ee,e))return ee[e]},useSetter:function(){re=!0},useSimple:function(){re=!1}}),r({target:"Object",stat:!0,forced:!u,sham:!s},{create:function(e,t){return void 0===t?b(e):ue(b(e),t)},defineProperty:se,defineProperties:ue,getOwnPropertyDescriptor:le}),r({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:pe,getOwnPropertySymbols:fe}),r({target:"Object",stat:!0,forced:l((function(){E.f(1)}))},{getOwnPropertySymbols:function(e){return E.f(v(e))}}),J)&&r({target:"JSON",stat:!0,forced:!u||l((function(){var e=H();return"[null]"!=J([e])||"{}"!=J({a:e})||"{}"!=J(Object(e))}))},{stringify:function(e,t,n){for(var r,o=[e],a=1;arguments.length>a;)o.push(arguments[a++]);if(r=t,(h(t)||void 0!==e)&&!ie(e))return f(t)||(t=function(e,t){if("function"==typeof r&&(t=r.call(this,e,t)),!ie(t))return t}),o[1]=t,J.apply(null,o)}});H.prototype[q]||k(H.prototype,q,H.prototype.valueOf),D(H,U),I[F]=!0},function(e,t,n){var r=n(577),o=Array.prototype;e.exports=function(e){var t=e.filter;return e===o||e instanceof Array&&t===o.filter?r:t}},function(e,t){var n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},function(e,t,n){n(594);var r=n(34);e.exports=r.Array.isArray},function(e,t,n){n(596);var r=n(34).Object,o=e.exports=function(e,t,n){return r.defineProperty(e,t,n)};r.defineProperty.sham&&(o.sham=!0)},function(e,t,n){var r=n(598),o=Array.prototype;e.exports=function(e){var t=e.slice;return e===o||e instanceof Array&&t===o.slice?r:t}},function(e,t,n){n(601);var r=n(34);e.exports=r.Object.assign},function(e,t,n){"use strict";var r=n(48),o=n(36),a=n(148),i=n(239),s=n(174),u=n(72),c=n(175),l=Object.assign,p=Object.defineProperty;e.exports=!l||o((function(){if(r&&1!==l({b:1},l(p({},"a",{enumerable:!0,get:function(){p(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),o="abcdefghijklmnopqrst";return e[n]=7,o.split("").forEach((function(e){t[e]=e})),7!=l({},e)[n]||a(l({},t)).join("")!=o}))?function(e,t){for(var n=u(e),o=arguments.length,l=1,p=i.f,f=s.f;o>l;)for(var h,d=c(arguments[l++]),v=p?a(d).concat(p(d)):a(d),m=v.length,g=0;m>g;)h=v[g++],r&&!f.call(d,h)||(n[h]=d[h]);return n}:l},function(e,t,n){"use strict";var r=n(79),o=n(45),a=[].slice,i={},s=function(e,t,n){if(!(t in i)){for(var r=[],o=0;o<t;o++)r[o]="a["+o+"]";i[t]=Function("C,a","return new C("+r.join(",")+")")}return i[t](e,n)};e.exports=Function.bind||function(e){var t=r(this),n=a.call(arguments,1),i=function(){var r=n.concat(a.call(arguments));return this instanceof i?s(t,r.length,r):t.apply(e,r)};return o(t.prototype)&&(i.prototype=t.prototype),i}},function(e,t,n){"use strict";var r=n(156),o=n(40),a=n(378),i=(n(379),n(181));n(26),n(606);function s(e,t,n){this.props=e,this.context=t,this.refs=i,this.updater=n||a}function u(e,t,n){this.props=e,this.context=t,this.refs=i,this.updater=n||a}function c(){}s.prototype.isReactComponent={},s.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&r("85"),this.updater.enqueueSetState(this,e),t&&this.updater.enqueueCallback(this,t,"setState")},s.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this),e&&this.updater.enqueueCallback(this,e,"forceUpdate")},c.prototype=s.prototype,u.prototype=new c,u.prototype.constructor=u,o(u.prototype,s.prototype),u.prototype.isPureReactComponent=!0,e.exports={Component:s,PureComponent:u}},function(e,t,n){"use strict";n(33);var r={isMounted:function(e){return!1},enqueueCallback:function(e,t){},enqueueForceUpdate:function(e){},enqueueReplaceState:function(e,t){},enqueueSetState:function(e,t){}};e.exports=r},function(e,t,n){"use strict";e.exports=!1},function(e,t,n){"use strict";var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;e.exports=r},function(e,t,n){"use strict";var r=n(614);e.exports=function(e){return r(e,!1)}},function(e,t,n){"use strict";e.exports=n(615)},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e&&"@@redux/INIT"===e.type?"initialState argument passed to createStore":"previous state received by the reducer"},e.exports=t.default},function(e,t){e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(e,t,n){var r=n(636);e.exports=function(e){if(r(e))throw TypeError("The method doesn't accept regular expressions");return e}},function(e,t,n){var r=n(39)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,"/./"[e](t)}catch(e){}}return!1}},function(e,t,n){var r=n(642),o=Array.prototype;e.exports=function(e){var t=e.indexOf;return e===o||e instanceof Array&&t===o.indexOf?r:t}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t,n){var r=n(391),o=n(397),a=n(179);e.exports=function(e){if(void 0!==a&&o(Object(e)))return r(e)}},function(e,t,n){e.exports=n(646)},function(e,t,n){n(98),n(647);var r=n(34);e.exports=r.Array.from},function(e,t,n){"use strict";var r=n(109),o=n(72),a=n(394),i=n(395),s=n(80),u=n(154),c=n(157);e.exports=function(e){var t,n,l,p,f,h,d=o(e),v="function"==typeof this?this:Array,m=arguments.length,g=m>1?arguments[1]:void 0,y=void 0!==g,b=c(d),_=0;if(y&&(g=r(g,m>2?arguments[2]:void 0,2)),null==b||v==Array&&i(b))for(n=new v(t=s(d.length));t>_;_++)h=y?g(d[_],_):d[_],u(n,_,h);else for(f=(p=b.call(d)).next,n=new v;!(l=f.call(p)).done;_++)h=y?a(p,g,[l.value,_],!0):l.value,u(n,_,h);return n.length=_,n}},function(e,t,n){var r=n(55);e.exports=function(e,t,n,o){try{return o?t(r(n)[0],n[1]):t(n)}catch(t){var a=e.return;throw void 0!==a&&r(a.call(e)),t}}},function(e,t,n){var r=n(39),o=n(111),a=r("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||i[a]===e)}},function(e,t,n){var r=n(39)("iterator"),o=!1;try{var a=0,i={next:function(){return{done:!!a++}},return:function(){o=!0}};i[r]=function(){return this},Array.from(i,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var a={};a[r]=function(){return{next:function(){return{done:n=!0}}}},e(a)}catch(e){}return n}},function(e,t,n){e.exports=n(648)},function(e,t,n){var r=n(241);e.exports=function(e){if(r(e))return e}},function(e,t,n){e.exports=n(664)},function(e,t,n){var r=n(55),o=n(157);e.exports=function(e){var t=o(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return r(t.call(e))}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){n(74);var r=n(669),o=n(88),a=Array.prototype,i={DOMTokenList:!0,NodeList:!0};e.exports=function(e){var t=e.forEach;return e===a||e instanceof Array&&t===a.forEach||i.hasOwnProperty(o(e))?r:t}},function(e,t,n){var r=n(130),o=n(405),a=n(53),i=n(183),s=r?r.prototype:void 0,u=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(a(t))return o(t,e)+"";if(i(t))return u?u.call(t):"";var n=t+"";return"0"==n&&1/t==-Infinity?"-0":n}},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(54))},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}},function(e,t){e.exports=function(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var a=Array(o);++r<o;)a[r]=e[r+t];return a}},function(e,t){var n=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return n.test(e)}},function(e,t){e.exports=function(e,t,n,r){var o=-1,a=null==e?0:e.length;for(r&&a&&(n=e[++o]);++o<a;)n=t(n,e[o],o,e);return n}},function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t,n){var r=n(723),o=n(91);e.exports=function e(t,n,a,i,s){return t===n||(null==t||null==n||!o(t)&&!o(n)?t!=t&&n!=n:r(t,n,a,i,e,s))}},function(e,t,n){var r=n(724),o=n(412),a=n(727);e.exports=function(e,t,n,i,s,u){var c=1&n,l=e.length,p=t.length;if(l!=p&&!(c&&p>l))return!1;var f=u.get(e);if(f&&u.get(t))return f==t;var h=-1,d=!0,v=2&n?new r:void 0;for(u.set(e,t),u.set(t,e);++h<l;){var m=e[h],g=t[h];if(i)var y=c?i(g,m,h,t,e,u):i(m,g,h,e,t,u);if(void 0!==y){if(y)continue;d=!1;break}if(v){if(!o(t,(function(e,t){if(!a(v,t)&&(m===e||s(m,e,n,i,u)))return v.push(t)}))){d=!1;break}}else if(m!==g&&!s(m,g,n,i,u)){d=!1;break}}return u.delete(e),u.delete(t),d}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}},function(e,t,n){var r=n(75).Uint8Array;e.exports=r},function(e,t,n){var r=n(415),o=n(246),a=n(116);e.exports=function(e){return r(e,a,o)}},function(e,t,n){var r=n(245),o=n(53);e.exports=function(e,t,n){var a=t(e);return o(e)?a:r(a,n(e))}},function(e,t){e.exports=function(){return[]}},function(e,t,n){var r=n(733),o=n(189),a=n(53),i=n(190),s=n(192),u=n(247),c=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=a(e),l=!n&&o(e),p=!n&&!l&&i(e),f=!n&&!l&&!p&&u(e),h=n||l||p||f,d=h?r(e.length,String):[],v=d.length;for(var m in e)!t&&!c.call(e,m)||h&&("length"==m||p&&("offset"==m||"parent"==m)||f&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||s(m,v))||d.push(m);return d}},function(e,t,n){var r=n(158),o=n(737),a=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return o(e);var t=[];for(var n in Object(e))a.call(e,n)&&"constructor"!=n&&t.push(n);return t}},function(e,t){e.exports=function(e,t){return function(n){return e(t(n))}}},function(e,t,n){var r=n(60);e.exports=function(e){return e==e&&!r(e)}},function(e,t){e.exports=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}},function(e,t,n){var r=n(746),o=n(747);e.exports=function(e,t){return null!=e&&o(e,t,r)}},function(e,t,n){var r=n(753);e.exports=function(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}},function(e,t,n){var r=n(60),o=n(183),a=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=s.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):i.test(e)?NaN:+e}},function(e,t,n){var r=n(755),o=n(758)(r);e.exports=o},function(e,t,n){var r=n(124),o=n(117),a=n(192),i=n(60);e.exports=function(e,t,n){if(!i(n))return!1;var s=typeof t;return!!("number"==s?o(n)&&a(t,n.length):"string"==s&&t in n)&&r(n[t],e)}},function(e,t,n){"use strict";(function(t,r){var o=n(194);e.exports=b;var a,i=n(370);b.ReadableState=y;n(253).EventEmitter;var s=function(e,t){return e.listeners(t).length},u=n(428),c=n(66).Buffer,l=t.Uint8Array||function(){};var p=n(160);p.inherits=n(65);var f=n(761),h=void 0;h=f&&f.debuglog?f.debuglog("stream"):function(){};var d,v=n(762),m=n(429);p.inherits(b,u);var g=["error","close","destroy","pause","resume"];function y(e,t){e=e||{};var r=t instanceof(a=a||n(118));this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var o=e.highWaterMark,i=e.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=o||0===o?o:r&&(i||0===i)?i:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new v,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(d||(d=n(431).StringDecoder),this.decoder=new d(e.encoding),this.encoding=e.encoding)}function b(e){if(a=a||n(118),!(this instanceof b))return new b(e);this._readableState=new y(e,this),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),u.call(this)}function _(e,t,n,r,o){var a,i=e._readableState;null===t?(i.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,C(e)}(e,i)):(o||(a=function(e,t){var n;r=t,c.isBuffer(r)||r instanceof l||"string"==typeof t||void 0===t||e.objectMode||(n=new TypeError("Invalid non-string/buffer chunk"));var r;return n}(i,t)),a?e.emit("error",a):i.objectMode||t&&t.length>0?("string"==typeof t||i.objectMode||Object.getPrototypeOf(t)===c.prototype||(t=function(e){return c.from(e)}(t)),r?i.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):w(e,i,t,!0):i.ended?e.emit("error",new Error("stream.push() after EOF")):(i.reading=!1,i.decoder&&!n?(t=i.decoder.write(t),i.objectMode||0!==t.length?w(e,i,t,!1):A(e,i)):w(e,i,t,!1))):r||(i.reading=!1));return function(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}(i)}function w(e,t,n,r){t.flowing&&0===t.length&&!t.sync?(e.emit("data",n),e.read(0)):(t.length+=t.objectMode?1:n.length,r?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&C(e)),A(e,t)}Object.defineProperty(b.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),b.prototype.destroy=m.destroy,b.prototype._undestroy=m.undestroy,b.prototype._destroy=function(e,t){this.push(null),t(e)},b.prototype.push=function(e,t){var n,r=this._readableState;return r.objectMode?n=!0:"string"==typeof e&&((t=t||r.defaultEncoding)!==r.encoding&&(e=c.from(e,t),t=""),n=!0),_(this,e,t,!1,n)},b.prototype.unshift=function(e){return _(this,e,null,!0,!1)},b.prototype.isPaused=function(){return!1===this._readableState.flowing},b.prototype.setEncoding=function(e){return d||(d=n(431).StringDecoder),this._readableState.decoder=new d(e),this._readableState.encoding=e,this};var x=8388608;function E(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=x?e=x:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function C(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(h("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?o.nextTick(S,e):S(e))}function S(e){h("emit readable"),e.emit("readable"),T(e)}function A(e,t){t.readingMore||(t.readingMore=!0,o.nextTick(k,e,t))}function k(e,t){for(var n=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(h("maybeReadMore read 0"),e.read(0),n!==t.length);)n=t.length;t.readingMore=!1}function O(e){h("readable nexttick read 0"),e.read(0)}function j(e,t){t.reading||(h("resume read 0"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit("resume"),T(e),t.flowing&&!t.reading&&e.read(0)}function T(e){var t=e._readableState;for(h("flow",t.flowing);t.flowing&&null!==e.read(););}function I(e,t){return 0===t.length?null:(t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):n=function(e,t,n){var r;e<t.head.data.length?(r=t.head.data.slice(0,e),t.head.data=t.head.data.slice(e)):r=e===t.head.data.length?t.shift():n?function(e,t){var n=t.head,r=1,o=n.data;e-=o.length;for(;n=n.next;){var a=n.data,i=e>a.length?a.length:e;if(i===a.length?o+=a:o+=a.slice(0,e),0===(e-=i)){i===a.length?(++r,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=a.slice(i));break}++r}return t.length-=r,o}(e,t):function(e,t){var n=c.allocUnsafe(e),r=t.head,o=1;r.data.copy(n),e-=r.data.length;for(;r=r.next;){var a=r.data,i=e>a.length?a.length:e;if(a.copy(n,n.length-e,0,i),0===(e-=i)){i===a.length?(++o,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=a.slice(i));break}++o}return t.length-=o,n}(e,t);return r}(e,t.buffer,t.decoder),n);var n}function N(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,o.nextTick(M,t,e))}function M(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function P(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}b.prototype.read=function(e){h("read",e),e=parseInt(e,10);var t=this._readableState,n=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return h("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?N(this):C(this),null;if(0===(e=E(e,t))&&t.ended)return 0===t.length&&N(this),null;var r,o=t.needReadable;return h("need readable",o),(0===t.length||t.length-e<t.highWaterMark)&&h("length less than watermark",o=!0),t.ended||t.reading?h("reading or ended",o=!1):o&&(h("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=E(n,t))),null===(r=e>0?I(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&N(this)),null!==r&&this.emit("data",r),r},b.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},b.prototype.pipe=function(e,t){var n=this,a=this._readableState;switch(a.pipesCount){case 0:a.pipes=e;break;case 1:a.pipes=[a.pipes,e];break;default:a.pipes.push(e)}a.pipesCount+=1,h("pipe count=%d opts=%j",a.pipesCount,t);var u=(!t||!1!==t.end)&&e!==r.stdout&&e!==r.stderr?l:b;function c(t,r){h("onunpipe"),t===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,h("cleanup"),e.removeListener("close",g),e.removeListener("finish",y),e.removeListener("drain",p),e.removeListener("error",m),e.removeListener("unpipe",c),n.removeListener("end",l),n.removeListener("end",b),n.removeListener("data",v),f=!0,!a.awaitDrain||e._writableState&&!e._writableState.needDrain||p())}function l(){h("onend"),e.end()}a.endEmitted?o.nextTick(u):n.once("end",u),e.on("unpipe",c);var p=function(e){return function(){var t=e._readableState;h("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&s(e,"data")&&(t.flowing=!0,T(e))}}(n);e.on("drain",p);var f=!1;var d=!1;function v(t){h("ondata"),d=!1,!1!==e.write(t)||d||((1===a.pipesCount&&a.pipes===e||a.pipesCount>1&&-1!==P(a.pipes,e))&&!f&&(h("false write response, pause",n._readableState.awaitDrain),n._readableState.awaitDrain++,d=!0),n.pause())}function m(t){h("onerror",t),b(),e.removeListener("error",m),0===s(e,"error")&&e.emit("error",t)}function g(){e.removeListener("finish",y),b()}function y(){h("onfinish"),e.removeListener("close",g),b()}function b(){h("unpipe"),n.unpipe(e)}return n.on("data",v),function(e,t,n){if("function"==typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?i(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",m),e.once("close",g),e.once("finish",y),e.emit("pipe",n),a.flowing||(h("pipe resume"),n.resume()),e},b.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var r=t.pipes,o=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<o;a++)r[a].emit("unpipe",this,n);return this}var i=P(t.pipes,e);return-1===i||(t.pipes.splice(i,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,n)),this},b.prototype.on=function(e,t){var n=u.prototype.on.call(this,e,t);if("data"===e)!1!==this._readableState.flowing&&this.resume();else if("readable"===e){var r=this._readableState;r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.emittedReadable=!1,r.reading?r.length&&C(this):o.nextTick(O,this))}return n},b.prototype.addListener=b.prototype.on,b.prototype.resume=function(){var e=this._readableState;return e.flowing||(h("resume"),e.flowing=!0,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,o.nextTick(j,e,t))}(this,e)),this},b.prototype.pause=function(){return h("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(h("pause"),this._readableState.flowing=!1,this.emit("pause")),this},b.prototype.wrap=function(e){var t=this,n=this._readableState,r=!1;for(var o in e.on("end",(function(){if(h("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(o){(h("wrapped data"),n.decoder&&(o=n.decoder.write(o)),n.objectMode&&null==o)||(n.objectMode||o&&o.length)&&(t.push(o)||(r=!0,e.pause()))})),e)void 0===this[o]&&"function"==typeof e[o]&&(this[o]=function(t){return function(){return e[t].apply(e,arguments)}}(o));for(var a=0;a<g.length;a++)e.on(g[a],this.emit.bind(this,g[a]));return this._read=function(t){h("wrapped _read",t),r&&(r=!1,e.resume())},this},Object.defineProperty(b.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),b._fromList=I}).call(this,n(54),n(92))},function(e,t,n){e.exports=n(253).EventEmitter},function(e,t,n){"use strict";var r=n(194);function o(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var n=this,a=this._readableState&&this._readableState.destroyed,i=this._writableState&&this._writableState.destroyed;return a||i?(t?t(e):!e||this._writableState&&this._writableState.errorEmitted||r.nextTick(o,this,e),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?(r.nextTick(o,n,e),n._writableState&&(n._writableState.errorEmitted=!0)):t&&t(e)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function a(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new a(o.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new a(o.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},a.prototype.unref=a.prototype.ref=function(){},a.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(764),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(54))},function(e,t,n){"use strict";var r=n(66).Buffer,o=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function a(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(r.isEncoding===o||!o(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=u,this.end=c,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=l,this.end=p,t=3;break;default:return this.write=f,void(this.end=h)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function i(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function u(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function c(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function l(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function p(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function f(e){return e.toString(this.encoding)}function h(e){return e&&e.length?this.write(e):""}t.StringDecoder=a,a.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},a.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},a.prototype.text=function(e,t){var n=function(e,t,n){var r=t.length-1;if(r<n)return 0;var o=i(t[r]);if(o>=0)return o>0&&(e.lastNeed=o-1),o;if(--r<n||-2===o)return 0;if((o=i(t[r]))>=0)return o>0&&(e.lastNeed=o-2),o;if(--r<n||-2===o)return 0;if((o=i(t[r]))>=0)return o>0&&(2===o?o=0:e.lastNeed=o-3),o;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},a.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},function(e,t,n){"use strict";e.exports=i;var r=n(118),o=n(160);function a(e,t){var n=this._transformState;n.transforming=!1;var r=n.writecb;if(!r)return this.emit("error",new Error("write callback called multiple times"));n.writechunk=null,n.writecb=null,null!=t&&this.push(t),r(e);var o=this._readableState;o.reading=!1,(o.needReadable||o.length<o.highWaterMark)&&this._read(o.highWaterMark)}function i(e){if(!(this instanceof i))return new i(e);r.call(this,e),this._transformState={afterTransform:a.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",s)}function s(){var e=this;"function"==typeof this._flush?this._flush((function(t,n){u(e,t,n)})):u(this,null,null)}function u(e,t,n){if(t)return e.emit("error",t);if(null!=n&&e.push(n),e._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(e._transformState.transforming)throw new Error("Calling transform done when still transforming");return e.push(null)}o.inherits=n(65),o.inherits(i,r),i.prototype.push=function(e,t){return this._transformState.needTransform=!1,r.prototype.push.call(this,e,t)},i.prototype._transform=function(e,t,n){throw new Error("_transform() is not implemented")},i.prototype._write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){var o=this._readableState;(r.needTransform||o.needReadable||o.length<o.highWaterMark)&&this._read(o.highWaterMark)}},i.prototype._read=function(e){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},i.prototype._destroy=function(e,t){var n=this;r.prototype._destroy.call(this,e,(function(e){t(e),n.emit("close")}))}},function(e,t,n){"use strict";var r=n(119),o=Array.prototype.forEach,a=Object.create,i=function(e,t){var n;for(n in e)t[n]=e[n]};e.exports=function(e){var t=a(null);return o.call(arguments,(function(e){r(e)&&i(Object(e),t)})),t}},function(e,t,n){"use strict";e.exports=function(){}},function(e,t,n){"use strict";var r=n(120);e.exports=function(e,t,n){var o;return isNaN(e)?(o=t)>=0?n&&o?o-1:o:1:!1!==e&&r(e)}},function(e,t,n){"use strict";e.exports=n(779)()?Object.assign:n(780)},function(e,t,n){"use strict";var r,o,a,i,s,u=n(120),c=function(e,t){return t};try{Object.defineProperty(c,"length",{configurable:!0,writable:!1,enumerable:!1,value:1})}catch(e){}1===c.length?(r={configurable:!0,writable:!1,enumerable:!1},o=Object.defineProperty,e.exports=function(e,t){return t=u(t),e.length===t?e:(r.value=t,o(e,"length",r))}):(i=n(438),s=[],a=function(e){var t,n=0;if(s[e])return s[e];for(t=[];e--;)t.push("a"+(++n).toString(36));return new Function("fn","return function ("+t.join(", ")+") { return fn.apply(this, arguments); };")},e.exports=function(e,t){var n;if(t=u(t),e.length===t)return e;n=a(t)(e);try{i(n,e)}catch(e){}return n})},function(e,t,n){"use strict";var r=n(133),o=Object.defineProperty,a=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,s=Object.getOwnPropertySymbols;e.exports=function(e,t){var n,u=Object(r(t));if(e=Object(r(e)),i(u).forEach((function(r){try{o(e,r,a(t,r))}catch(e){n=e}})),"function"==typeof s&&s(u).forEach((function(r){try{o(e,r,a(t,r))}catch(e){n=e}})),void 0!==n)throw n;return e}},function(e,t,n){"use strict";var r=n(99),o=n(195),a=Function.prototype.call;e.exports=function(e,t){var n={},i=arguments[2];return r(t),o(e,(function(e,r,o,s){n[r]=a.call(t,i,e,r,o,s)})),n}},function(e,t){e.exports=function(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}},function(e,t,n){var r=n(65),o=n(134),a=n(66).Buffer,i=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],s=new Array(64);function u(){this.init(),this._w=s,o.call(this,64,56)}function c(e,t,n){return n^e&(t^n)}function l(e,t,n){return e&t|n&(e|t)}function p(e){return(e>>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function f(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function h(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}r(u,o),u.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},u.prototype._update=function(e){for(var t,n=this._w,r=0|this._a,o=0|this._b,a=0|this._c,s=0|this._d,u=0|this._e,d=0|this._f,v=0|this._g,m=0|this._h,g=0;g<16;++g)n[g]=e.readInt32BE(4*g);for(;g<64;++g)n[g]=0|(((t=n[g-2])>>>17|t<<15)^(t>>>19|t<<13)^t>>>10)+n[g-7]+h(n[g-15])+n[g-16];for(var y=0;y<64;++y){var b=m+f(u)+c(u,d,v)+i[y]+n[y]|0,_=p(r)+l(r,o,a)|0;m=v,v=d,d=u,u=s+b|0,s=a,a=o,o=r,r=b+_|0}this._a=r+this._a|0,this._b=o+this._b|0,this._c=a+this._c|0,this._d=s+this._d|0,this._e=u+this._e|0,this._f=d+this._f|0,this._g=v+this._g|0,this._h=m+this._h|0},u.prototype._hash=function(){var e=a.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e},e.exports=u},function(e,t,n){var r=n(65),o=n(134),a=n(66).Buffer,i=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],s=new Array(160);function u(){this.init(),this._w=s,o.call(this,128,112)}function c(e,t,n){return n^e&(t^n)}function l(e,t,n){return e&t|n&(e|t)}function p(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function f(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function h(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function d(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function v(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function m(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function g(e,t){return e>>>0<t>>>0?1:0}r(u,o),u.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},u.prototype._update=function(e){for(var t=this._w,n=0|this._ah,r=0|this._bh,o=0|this._ch,a=0|this._dh,s=0|this._eh,u=0|this._fh,y=0|this._gh,b=0|this._hh,_=0|this._al,w=0|this._bl,x=0|this._cl,E=0|this._dl,C=0|this._el,S=0|this._fl,A=0|this._gl,k=0|this._hl,O=0;O<32;O+=2)t[O]=e.readInt32BE(4*O),t[O+1]=e.readInt32BE(4*O+4);for(;O<160;O+=2){var j=t[O-30],T=t[O-30+1],I=h(j,T),N=d(T,j),M=v(j=t[O-4],T=t[O-4+1]),P=m(T,j),R=t[O-14],D=t[O-14+1],L=t[O-32],B=t[O-32+1],F=N+D|0,U=I+R+g(F,N)|0;U=(U=U+M+g(F=F+P|0,P)|0)+L+g(F=F+B|0,B)|0,t[O]=U,t[O+1]=F}for(var q=0;q<160;q+=2){U=t[q],F=t[q+1];var z=l(n,r,o),V=l(_,w,x),W=p(n,_),H=p(_,n),J=f(s,C),$=f(C,s),K=i[q],Y=i[q+1],G=c(s,u,y),Z=c(C,S,A),X=k+$|0,Q=b+J+g(X,k)|0;Q=(Q=(Q=Q+G+g(X=X+Z|0,Z)|0)+K+g(X=X+Y|0,Y)|0)+U+g(X=X+F|0,F)|0;var ee=H+V|0,te=W+z+g(ee,H)|0;b=y,k=A,y=u,A=S,u=s,S=C,s=a+Q+g(C=E+X|0,E)|0,a=o,E=x,o=r,x=w,r=n,w=_,n=Q+te+g(_=X+ee|0,X)|0}this._al=this._al+_|0,this._bl=this._bl+w|0,this._cl=this._cl+x|0,this._dl=this._dl+E|0,this._el=this._el+C|0,this._fl=this._fl+S|0,this._gl=this._gl+A|0,this._hl=this._hl+k|0,this._ah=this._ah+n+g(this._al,_)|0,this._bh=this._bh+r+g(this._bl,w)|0,this._ch=this._ch+o+g(this._cl,x)|0,this._dh=this._dh+a+g(this._dl,E)|0,this._eh=this._eh+s+g(this._el,C)|0,this._fh=this._fh+u+g(this._fl,S)|0,this._gh=this._gh+y+g(this._gl,A)|0,this._hh=this._hh+b+g(this._hl,k)|0},u.prototype._hash=function(){var e=a.allocUnsafe(64);function t(t,n,r){e.writeInt32BE(t,r),e.writeInt32BE(n,r+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=u},function(e,t,n){e.exports=n(844)},function(e,t,n){e.exports=n(849)},function(e,t,n){e.exports=n(851)},function(e,t,n){e.exports=n(852)},function(e,t,n){n(180),n(98),n(74),n(858),n(454),n(861);var r=n(34);e.exports=r.Promise},function(e,t,n){var r=n(41);e.exports=r.Promise},function(e,t,n){"use strict";var r=n(71),o=n(63),a=n(39),i=n(48),s=a("species");e.exports=function(e){var t=r(e),n=o.f;i&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},function(e,t,n){var r=n(55),o=n(79),a=n(39)("species");e.exports=function(e,t){var n,i=r(e).constructor;return void 0===i||null==(n=r(i)[a])?t:o(n)}},function(e,t,n){var r,o,a,i=n(41),s=n(36),u=n(108),c=n(109),l=n(366),p=n(223),f=n(452),h=i.location,d=i.setImmediate,v=i.clearImmediate,m=i.process,g=i.MessageChannel,y=i.Dispatch,b=0,_={},w="onreadystatechange",x=function(e){if(_.hasOwnProperty(e)){var t=_[e];delete _[e],t()}},E=function(e){return function(){x(e)}},C=function(e){x(e.data)},S=function(e){i.postMessage(e+"",h.protocol+"//"+h.host)};d&&v||(d=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return _[++b]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},r(b),b},v=function(e){delete _[e]},"process"==u(m)?r=function(e){m.nextTick(E(e))}:y&&y.now?r=function(e){y.now(E(e))}:g&&!f?(a=(o=new g).port2,o.port1.onmessage=C,r=c(a.postMessage,a,1)):!i.addEventListener||"function"!=typeof postMessage||i.importScripts||s(S)||"file:"===h.protocol?r=w in p("script")?function(e){l.appendChild(p("script")).onreadystatechange=function(){l.removeChild(this),x(e)}}:function(e){setTimeout(E(e),0)}:(r=S,i.addEventListener("message",C,!1))),e.exports={set:d,clear:v}},function(e,t,n){var r=n(237);e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(r)},function(e,t,n){var r=n(55),o=n(45),a=n(162);e.exports=function(e,t){if(r(e),o(t)&&t.constructor===e)return t;var n=a.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){"use strict";var r=n(24),o=n(79),a=n(162),i=n(197),s=n(122);r({target:"Promise",stat:!0},{allSettled:function(e){var t=this,n=a.f(t),r=n.resolve,u=n.reject,c=i((function(){var n=o(t.resolve),a=[],i=0,u=1;s(e,(function(e){var o=i++,s=!1;a.push(void 0),u++,n.call(t,e).then((function(e){s||(s=!0,a[o]={status:"fulfilled",value:e},--u||r(a))}),(function(e){s||(s=!0,a[o]={status:"rejected",reason:e},--u||r(a))}))})),--u||r(a)}));return c.error&&u(c.value),n.promise}})},function(e,t,n){"use strict";var r=n(137);e.exports=new r({include:[n(456)]})},function(e,t,n){"use strict";var r=n(137);e.exports=new r({include:[n(260)],implicit:[n(876),n(877),n(878),n(879)]})},function(e,t,n){var r=n(199),o=n(131),a=n(192),i=n(60),s=n(132);e.exports=function(e,t,n,u){if(!i(e))return e;for(var c=-1,l=(t=o(t,e)).length,p=l-1,f=e;null!=f&&++c<l;){var h=s(t[c]),d=n;if(c!=p){var v=f[h];void 0===(d=u?u(v,h,f):void 0)&&(d=i(v)?v:a(t[c+1])?[]:{})}r(f,h,d),f=f[h]}return e}},function(e,t,n){var r=n(459);e.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},function(e,t,n){var r=n(115),o=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=o},function(e,t,n){n(898);var r=n(34).Object;e.exports=function(e,t){return r.create(e,t)}},function(e,t,n){e.exports=n(900)},function(e,t,n){e.exports=n(903)},function(e,t,n){"use strict";e.exports={hasCachedChildNodes:1}},function(e,t,n){"use strict";var r=n(31);n(26);e.exports=function(e,t){return null==t&&r("30"),null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}},function(e,t,n){"use strict";e.exports=function(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}},function(e,t,n){"use strict";var r=n(57),o=null;e.exports=function(){return!o&&r.canUseDOM&&(o="textContent"in document.documentElement?"textContent":"innerText"),o}},function(e,t,n){"use strict";var r=n(31);var o=n(123),a=(n(26),function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this._callbacks=null,this._contexts=null,this._arg=t}return e.prototype.enqueue=function(e,t){this._callbacks=this._callbacks||[],this._callbacks.push(e),this._contexts=this._contexts||[],this._contexts.push(t)},e.prototype.notifyAll=function(){var e=this._callbacks,t=this._contexts,n=this._arg;if(e&&t){e.length!==t.length&&r("24"),this._callbacks=null,this._contexts=null;for(var o=0;o<e.length;o++)e[o].call(t[o],n);e.length=0,t.length=0}},e.prototype.checkpoint=function(){return this._callbacks?this._callbacks.length:0},e.prototype.rollback=function(e){this._callbacks&&this._contexts&&(this._callbacks.length=e,this._contexts.length=e)},e.prototype.reset=function(){this._callbacks=null,this._contexts=null},e.prototype.destructor=function(){this.reset()},e}());e.exports=o.addPoolingTo(a)},function(e,t,n){"use strict";e.exports={logTopLevelRenders:!1}},function(e,t,n){"use strict";var r=n(43);function o(e){var t=e.type,n=e.nodeName;return n&&"input"===n.toLowerCase()&&("checkbox"===t||"radio"===t)}function a(e){return e._wrapperState.valueTracker}var i={_getTrackerFromNode:function(e){return a(r.getInstanceFromNode(e))},track:function(e){if(!a(e)){var t=r.getNodeFromInstance(e),n=o(t)?"checked":"value",i=Object.getOwnPropertyDescriptor(t.constructor.prototype,n),s=""+t[n];t.hasOwnProperty(n)||"function"!=typeof i.get||"function"!=typeof i.set||(Object.defineProperty(t,n,{enumerable:i.enumerable,configurable:!0,get:function(){return i.get.call(this)},set:function(e){s=""+e,i.set.call(this,e)}}),function(e,t){e._wrapperState.valueTracker=t}(e,{getValue:function(){return s},setValue:function(e){s=""+e},stopTracking:function(){!function(e){e._wrapperState.valueTracker=null}(e),delete t[n]}}))}},updateValueIfChanged:function(e){if(!e)return!1;var t=a(e);if(!t)return i.track(e),!0;var n,s,u=t.getValue(),c=((n=r.getNodeFromInstance(e))&&(s=o(n)?""+n.checked:n.value),s);return c!==u&&(t.setValue(c),!0)},stopTracking:function(e){var t=a(e);t&&t.stopTracking()}};e.exports=i},function(e,t,n){"use strict";var r={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};e.exports=function(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!r[e.type]:"textarea"===t}},function(e,t,n){"use strict";var r={currentScrollLeft:0,currentScrollTop:0,refreshScrollValues:function(e){r.currentScrollLeft=e.x,r.currentScrollTop=e.y}};e.exports=r},function(e,t,n){"use strict";var r=n(57),o=n(203),a=n(202),i=function(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t};r.canUseDOM&&("textContent"in document.documentElement||(i=function(e,t){3!==e.nodeType?a(e,o(t)):e.nodeValue=t})),e.exports=i},function(e,t,n){"use strict";e.exports=function(e){try{e.focus()}catch(e){}}},function(e,t,n){"use strict";var r={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};var o=["Webkit","ms","Moz","O"];Object.keys(r).forEach((function(e){o.forEach((function(t){r[function(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}(t,e)]=r[e]}))}));var a={isUnitlessNumber:r,shorthandPropertyExpansions:{background:{backgroundAttachment:!0,backgroundColor:!0,backgroundImage:!0,backgroundPositionX:!0,backgroundPositionY:!0,backgroundRepeat:!0},backgroundPosition:{backgroundPositionX:!0,backgroundPositionY:!0},border:{borderWidth:!0,borderStyle:!0,borderColor:!0},borderBottom:{borderBottomWidth:!0,borderBottomStyle:!0,borderBottomColor:!0},borderLeft:{borderLeftWidth:!0,borderLeftStyle:!0,borderLeftColor:!0},borderRight:{borderRightWidth:!0,borderRightStyle:!0,borderRightColor:!0},borderTop:{borderTopWidth:!0,borderTopStyle:!0,borderTopColor:!0},font:{fontStyle:!0,fontVariant:!0,fontWeight:!0,fontSize:!0,lineHeight:!0,fontFamily:!0},outline:{outlineWidth:!0,outlineStyle:!0,outlineColor:!0}}};e.exports=a},function(e,t,n){"use strict";var r=n(138),o=(n(43),n(76),n(940)),a=(n(33),new RegExp("^["+r.ATTRIBUTE_NAME_START_CHAR+"]["+r.ATTRIBUTE_NAME_CHAR+"]*$")),i={},s={};function u(e){return!!s.hasOwnProperty(e)||!i.hasOwnProperty(e)&&(a.test(e)?(s[e]=!0,!0):(i[e]=!0,!1))}function c(e,t){return null==t||e.hasBooleanValue&&!t||e.hasNumericValue&&isNaN(t)||e.hasPositiveNumericValue&&t<1||e.hasOverloadedBooleanValue&&!1===t}var l={createMarkupForID:function(e){return r.ID_ATTRIBUTE_NAME+"="+o(e)},setAttributeForID:function(e,t){e.setAttribute(r.ID_ATTRIBUTE_NAME,t)},createMarkupForRoot:function(){return r.ROOT_ATTRIBUTE_NAME+'=""'},setAttributeForRoot:function(e){e.setAttribute(r.ROOT_ATTRIBUTE_NAME,"")},createMarkupForProperty:function(e,t){var n=r.properties.hasOwnProperty(e)?r.properties[e]:null;if(n){if(c(n,t))return"";var a=n.attributeName;return n.hasBooleanValue||n.hasOverloadedBooleanValue&&!0===t?a+'=""':a+"="+o(t)}return r.isCustomAttribute(e)?null==t?"":e+"="+o(t):null},createMarkupForCustomAttribute:function(e,t){return u(e)&&null!=t?e+"="+o(t):""},setValueForProperty:function(e,t,n){var o=r.properties.hasOwnProperty(t)?r.properties[t]:null;if(o){var a=o.mutationMethod;if(a)a(e,n);else{if(c(o,n))return void this.deleteValueForProperty(e,t);if(o.mustUseProperty)e[o.propertyName]=n;else{var i=o.attributeName,s=o.attributeNamespace;s?e.setAttributeNS(s,i,""+n):o.hasBooleanValue||o.hasOverloadedBooleanValue&&!0===n?e.setAttribute(i,""):e.setAttribute(i,""+n)}}}else if(r.isCustomAttribute(t))return void l.setValueForAttribute(e,t,n)},setValueForAttribute:function(e,t,n){u(t)&&(null==n?e.removeAttribute(t):e.setAttribute(t,""+n))},deleteValueForAttribute:function(e,t){e.removeAttribute(t)},deleteValueForProperty:function(e,t){var n=r.properties.hasOwnProperty(t)?r.properties[t]:null;if(n){var o=n.mutationMethod;if(o)o(e,void 0);else if(n.mustUseProperty){var a=n.propertyName;n.hasBooleanValue?e[a]=!1:e[a]=""}else e.removeAttribute(n.attributeName)}else r.isCustomAttribute(t)&&e.removeAttribute(t)}};e.exports=l},function(e,t,n){"use strict";var r=n(40),o=n(270),a=n(43),i=n(82),s=(n(33),!1);function u(){if(this._rootNodeID&&this._wrapperState.pendingUpdate){this._wrapperState.pendingUpdate=!1;var e=this._currentElement.props,t=o.getValue(e);null!=t&&c(this,Boolean(e.multiple),t)}}function c(e,t,n){var r,o,i=a.getNodeFromInstance(e).options;if(t){for(r={},o=0;o<n.length;o++)r[""+n[o]]=!0;for(o=0;o<i.length;o++){var s=r.hasOwnProperty(i[o].value);i[o].selected!==s&&(i[o].selected=s)}}else{for(r=""+n,o=0;o<i.length;o++)if(i[o].value===r)return void(i[o].selected=!0);i.length&&(i[0].selected=!0)}}var l={getHostProps:function(e,t){return r({},t,{onChange:e._wrapperState.onChange,value:void 0})},mountWrapper:function(e,t){var n=o.getValue(t);e._wrapperState={pendingUpdate:!1,initialValue:null!=n?n:t.defaultValue,listeners:null,onChange:p.bind(e),wasMultiple:Boolean(t.multiple)},void 0===t.value||void 0===t.defaultValue||s||(s=!0)},getSelectValueContext:function(e){return e._wrapperState.initialValue},postUpdateWrapper:function(e){var t=e._currentElement.props;e._wrapperState.initialValue=void 0;var n=e._wrapperState.wasMultiple;e._wrapperState.wasMultiple=Boolean(t.multiple);var r=o.getValue(t);null!=r?(e._wrapperState.pendingUpdate=!1,c(e,Boolean(t.multiple),r)):n!==Boolean(t.multiple)&&(null!=t.defaultValue?c(e,Boolean(t.multiple),t.defaultValue):c(e,Boolean(t.multiple),t.multiple?[]:""))}};function p(e){var t=this._currentElement.props,n=o.executeOnChange(t,e);return this._rootNodeID&&(this._wrapperState.pendingUpdate=!0),i.asap(u,this),n}e.exports=l},function(e,t,n){"use strict";var r=n(31),o=n(40),a=n(949),i=n(479),s=n(480),u=(n(950),n(26),n(33),function(e){this.construct(e)});function c(e,t){var n;if(null===e||!1===e)n=i.create(c);else if("object"==typeof e){var o=e,a=o.type;if("function"!=typeof a&&"string"!=typeof a){var l="";0,l+=function(e){if(e){var t=e.getName();if(t)return" Check the render method of `"+t+"`."}return""}(o._owner),r("130",null==a?a:typeof a,l)}"string"==typeof o.type?n=s.createInternalComponent(o):!function(e){return"function"==typeof e&&void 0!==e.prototype&&"function"==typeof e.prototype.mountComponent&&"function"==typeof e.prototype.receiveComponent}(o.type)?n=new u(o):(n=new o.type(o)).getHostNode||(n.getHostNode=n.getNativeNode)}else"string"==typeof e||"number"==typeof e?n=s.createInstanceForText(e):r("131",typeof e);return n._mountIndex=0,n._mountImage=null,n}o(u.prototype,a,{_instantiateReactComponent:c}),e.exports=c},function(e,t,n){"use strict";var r=n(31),o=n(128),a=(n(26),{HOST:0,COMPOSITE:1,EMPTY:2,getType:function(e){return null===e||!1===e?a.EMPTY:o.isValidElement(e)?"function"==typeof e.type?a.COMPOSITE:a.HOST:void r("26",e)}});e.exports=a},function(e,t,n){"use strict";var r,o={injectEmptyComponentFactory:function(e){r=e}},a={create:function(e){return r(e)}};a.injection=o,e.exports=a},function(e,t,n){"use strict";var r=n(31),o=(n(26),null),a=null;var i={createInternalComponent:function(e){return o||r("111",e.type),new o(e)},createInstanceForText:function(e){return new a(e)},isTextComponent:function(e){return e instanceof a},injection:{injectGenericComponentClass:function(e){o=e},injectTextComponentClass:function(e){a=e}}};e.exports=i},function(e,t,n){"use strict";var r=n(31),o=(n(90),n(951)),a=n(952),i=(n(26),n(274));n(33);function s(e,t){return e&&"object"==typeof e&&null!=e.key?i.escape(e.key):t.toString(36)}function u(e,t,n,c){var l,p=typeof e;if("undefined"!==p&&"boolean"!==p||(e=null),null===e||"string"===p||"number"===p||"object"===p&&e.$$typeof===o)return n(c,e,""===t?"."+s(e,0):t),1;var f=0,h=""===t?".":t+":";if(Array.isArray(e))for(var d=0;d<e.length;d++)f+=u(l=e[d],h+s(l,d),n,c);else{var v=a(e);if(v){var m,g=v.call(e);if(v!==e.entries)for(var y=0;!(m=g.next()).done;)f+=u(l=m.value,h+s(l,y++),n,c);else for(;!(m=g.next()).done;){var b=m.value;b&&(f+=u(l=b[1],h+i.escape(b[0])+":"+s(l,0),n,c))}}else if("object"===p){var _=String(e);r("31","[object Object]"===_?"object with keys {"+Object.keys(e).join(", ")+"}":_,"")}}return f}e.exports=function(e,t,n){return null==e?0:u(e,"",t,n)}},function(e,t,n){"use strict";var r,o,a,i,s,u,c,l=n(156),p=n(90);n(26),n(33);function f(e){var t=Function.prototype.toString,n=Object.prototype.hasOwnProperty,r=RegExp("^"+t.call(n).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");try{var o=t.call(e);return r.test(o)}catch(e){return!1}}if("function"==typeof Array.from&&"function"==typeof Map&&f(Map)&&null!=Map.prototype&&"function"==typeof Map.prototype.keys&&f(Map.prototype.keys)&&"function"==typeof Set&&f(Set)&&null!=Set.prototype&&"function"==typeof Set.prototype.keys&&f(Set.prototype.keys)){var h=new Map,d=new Set;r=function(e,t){h.set(e,t)},o=function(e){return h.get(e)},a=function(e){h.delete(e)},i=function(){return Array.from(h.keys())},s=function(e){d.add(e)},u=function(e){d.delete(e)},c=function(){return Array.from(d.keys())}}else{var v={},m={},g=function(e){return"."+e},y=function(e){return parseInt(e.substr(1),10)};r=function(e,t){var n=g(e);v[n]=t},o=function(e){var t=g(e);return v[t]},a=function(e){var t=g(e);delete v[t]},i=function(){return Object.keys(v).map(y)},s=function(e){var t=g(e);m[t]=!0},u=function(e){var t=g(e);delete m[t]},c=function(){return Object.keys(m).map(y)}}var b=[];function _(e){var t=o(e);if(t){var n=t.childIDs;a(e),n.forEach(_)}}function w(e,t,n){return"\n    in "+(e||"Unknown")+(t?" (at "+t.fileName.replace(/^.*[\\\/]/,"")+":"+t.lineNumber+")":n?" (created by "+n+")":"")}function x(e){return null==e?"#empty":"string"==typeof e||"number"==typeof e?"#text":"string"==typeof e.type?e.type:e.type.displayName||e.type.name||"Unknown"}function E(e){var t,n=C.getDisplayName(e),r=C.getElement(e),o=C.getOwnerID(e);return o&&(t=C.getDisplayName(o)),w(n,r&&r._source,t)}var C={onSetChildren:function(e,t){var n=o(e);n||l("144"),n.childIDs=t;for(var r=0;r<t.length;r++){var a=t[r],i=o(a);i||l("140"),null==i.childIDs&&"object"==typeof i.element&&null!=i.element&&l("141"),i.isMounted||l("71"),null==i.parentID&&(i.parentID=e),i.parentID!==e&&l("142",a,i.parentID,e)}},onBeforeMountComponent:function(e,t,n){r(e,{element:t,parentID:n,text:null,childIDs:[],isMounted:!1,updateCount:0})},onBeforeUpdateComponent:function(e,t){var n=o(e);n&&n.isMounted&&(n.element=t)},onMountComponent:function(e){var t=o(e);t||l("144"),t.isMounted=!0,0===t.parentID&&s(e)},onUpdateComponent:function(e){var t=o(e);t&&t.isMounted&&t.updateCount++},onUnmountComponent:function(e){var t=o(e);t&&(t.isMounted=!1,0===t.parentID&&u(e));b.push(e)},purgeUnmountedComponents:function(){if(!C._preventPurging){for(var e=0;e<b.length;e++){_(b[e])}b.length=0}},isMounted:function(e){var t=o(e);return!!t&&t.isMounted},getCurrentStackAddendum:function(e){var t="";if(e){var n=x(e),r=e._owner;t+=w(n,e._source,r&&r.getName())}var o=p.current,a=o&&o._debugID;return t+=C.getStackAddendumByID(a)},getStackAddendumByID:function(e){for(var t="";e;)t+=E(e),e=C.getParentID(e);return t},getChildIDs:function(e){var t=o(e);return t?t.childIDs:[]},getDisplayName:function(e){var t=C.getElement(e);return t?x(t):null},getElement:function(e){var t=o(e);return t?t.element:null},getOwnerID:function(e){var t=C.getElement(e);return t&&t._owner?t._owner._debugID:null},getParentID:function(e){var t=o(e);return t?t.parentID:null},getSource:function(e){var t=o(e),n=t?t.element:null;return null!=n?n._source:null},getText:function(e){var t=C.getElement(e);return"string"==typeof t?t:"number"==typeof t?""+t:null},getUpdateCount:function(e){var t=o(e);return t?t.updateCount:0},getRootIDs:c,getRegisteredIDs:i,pushNonStandardWarningStack:function(e,t){if("function"==typeof console.reactStack){var n=[],r=p.current,o=r&&r._debugID;try{for(e&&n.push({name:o?C.getDisplayName(o):null,fileName:t?t.fileName:null,lineNumber:t?t.lineNumber:null});o;){var a=C.getElement(o),i=C.getParentID(o),s=C.getOwnerID(o),u=s?C.getDisplayName(s):null,c=a&&a._source;n.push({name:u,fileName:c?c.fileName:null,lineNumber:c?c.lineNumber:null}),o=i}}catch(e){}console.reactStack(n)}},popNonStandardWarningStack:function(){"function"==typeof console.reactStackEnd&&console.reactStackEnd()}};e.exports=C},function(e,t,n){"use strict";var r=n(81),o={listen:function(e,t,n){return e.addEventListener?(e.addEventListener(t,n,!1),{remove:function(){e.removeEventListener(t,n,!1)}}):e.attachEvent?(e.attachEvent("on"+t,n),{remove:function(){e.detachEvent("on"+t,n)}}):void 0},capture:function(e,t,n){return e.addEventListener?(e.addEventListener(t,n,!0),{remove:function(){e.removeEventListener(t,n,!0)}}):{remove:r}},registerDefault:function(){}};e.exports=o},function(e,t,n){"use strict";var r=n(964),o=n(966),a=n(473),i=n(485);var s={hasSelectionCapabilities:function(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&"text"===e.type||"textarea"===t||"true"===e.contentEditable)},getSelectionInformation:function(){var e=i();return{focusedElem:e,selectionRange:s.hasSelectionCapabilities(e)?s.getSelection(e):null}},restoreSelection:function(e){var t,n=i(),r=e.focusedElem,u=e.selectionRange;n!==r&&(t=r,o(document.documentElement,t))&&(s.hasSelectionCapabilities(r)&&s.setSelection(r,u),a(r))},getSelection:function(e){var t;if("selectionStart"in e)t={start:e.selectionStart,end:e.selectionEnd};else if(document.selection&&e.nodeName&&"input"===e.nodeName.toLowerCase()){var n=document.selection.createRange();n.parentElement()===e&&(t={start:-n.moveStart("character",-e.value.length),end:-n.moveEnd("character",-e.value.length)})}else t=r.getOffsets(e);return t||{start:0,end:0}},setSelection:function(e,t){var n=t.start,o=t.end;if(void 0===o&&(o=n),"selectionStart"in e)e.selectionStart=n,e.selectionEnd=Math.min(o,e.value.length);else if(document.selection&&e.nodeName&&"input"===e.nodeName.toLowerCase()){var a=e.createTextRange();a.collapse(!0),a.moveStart("character",n),a.moveEnd("character",o-n),a.select()}else r.setOffsets(e,t)}};e.exports=s},function(e,t,n){"use strict";e.exports=function(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}},function(e,t,n){"use strict";var r=n(31),o=n(140),a=n(138),i=n(128),s=n(204),u=(n(90),n(43)),c=n(981),l=n(982),p=n(468),f=n(168),h=(n(76),n(983)),d=n(139),v=n(275),m=n(82),g=n(181),y=n(477),b=(n(26),n(202)),_=n(273),w=(n(33),a.ID_ATTRIBUTE_NAME),x=a.ROOT_ATTRIBUTE_NAME,E={};function C(e){return e?9===e.nodeType?e.documentElement:e.firstChild:null}function S(e,t,n,r,o){var a;if(p.logTopLevelRenders){var i=e._currentElement.props.child.type;a="React mount: "+("string"==typeof i?i:i.displayName||i.name),console.time(a)}var s=d.mountComponent(e,n,null,c(e,t),o,0);a&&console.timeEnd(a),e._renderedComponent._topLevelWrapper=e,M._mountImageIntoNode(s,t,e,r,n)}function A(e,t,n,r){var o=m.ReactReconcileTransaction.getPooled(!n&&l.useCreateElement);o.perform(S,null,e,t,o,n,r),m.ReactReconcileTransaction.release(o)}function k(e,t,n){for(0,d.unmountComponent(e,n),9===t.nodeType&&(t=t.documentElement);t.lastChild;)t.removeChild(t.lastChild)}function O(e){var t=C(e);if(t){var n=u.getInstanceFromNode(t);return!(!n||!n._hostParent)}}function j(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function T(e){var t=function(e){var t=C(e),n=t&&u.getInstanceFromNode(t);return n&&!n._hostParent?n:null}(e);return t?t._hostContainerInfo._topLevelWrapper:null}var I=1,N=function(){this.rootID=I++};N.prototype.isReactComponent={},N.prototype.render=function(){return this.props.child},N.isReactTopLevelWrapper=!0;var M={TopLevelWrapper:N,_instancesByReactRootID:E,scrollMonitor:function(e,t){t()},_updateRootComponent:function(e,t,n,r,o){return M.scrollMonitor(r,(function(){v.enqueueElementInternal(e,t,n),o&&v.enqueueCallbackInternal(e,o)})),e},_renderNewRootComponent:function(e,t,n,o){j(t)||r("37"),s.ensureScrollValueMonitoring();var a=y(e,!1);m.batchedUpdates(A,a,t,n,o);var i=a._instance.rootID;return E[i]=a,a},renderSubtreeIntoContainer:function(e,t,n,o){return null!=e&&f.has(e)||r("38"),M._renderSubtreeIntoContainer(e,t,n,o)},_renderSubtreeIntoContainer:function(e,t,n,o){v.validateCallback(o,"ReactDOM.render"),i.isValidElement(t)||r("39","string"==typeof t?" Instead of passing a string like 'div', pass React.createElement('div') or <div />.":"function"==typeof t?" Instead of passing a class like Foo, pass React.createElement(Foo) or <Foo />.":null!=t&&void 0!==t.props?" This may be caused by unintentionally loading two independent copies of React.":"");var a,s=i.createElement(N,{child:t});if(e){var u=f.get(e);a=u._processChildContext(u._context)}else a=g;var c=T(n);if(c){var l=c._currentElement.props.child;if(_(l,t)){var p=c._renderedComponent.getPublicInstance(),h=o&&function(){o.call(p)};return M._updateRootComponent(c,s,a,n,h),p}M.unmountComponentAtNode(n)}var d,m=C(n),y=m&&!(!(d=m).getAttribute||!d.getAttribute(w)),b=O(n),x=y&&!c&&!b,E=M._renderNewRootComponent(s,n,x,a)._renderedComponent.getPublicInstance();return o&&o.call(E),E},render:function(e,t,n){return M._renderSubtreeIntoContainer(null,e,t,n)},unmountComponentAtNode:function(e){j(e)||r("40");var t=T(e);if(!t){O(e),1===e.nodeType&&e.hasAttribute(x);return!1}return delete E[t._instance.rootID],m.batchedUpdates(k,t,e,!1),!0},_mountImageIntoNode:function(e,t,n,a,i){if(j(t)||r("41"),a){var s=C(t);if(h.canReuseMarkup(e,s))return void u.precacheNode(n,s);var c=s.getAttribute(h.CHECKSUM_ATTR_NAME);s.removeAttribute(h.CHECKSUM_ATTR_NAME);var l=s.outerHTML;s.setAttribute(h.CHECKSUM_ATTR_NAME,c);var p=e,f=function(e,t){for(var n=Math.min(e.length,t.length),r=0;r<n;r++)if(e.charAt(r)!==t.charAt(r))return r;return e.length===t.length?-1:n}(p,l),d=" (client) "+p.substring(f-20,f+20)+"\n (server) "+l.substring(f-20,f+20);9===t.nodeType&&r("42",d)}if(9===t.nodeType&&r("43"),i.useCreateElement){for(;t.lastChild;)t.removeChild(t.lastChild);o.insertTreeBefore(t,e,null)}else b(t,e),u.precacheNode(n,t.firstChild)}};e.exports=M},function(e,t,n){"use strict";var r=n(478);e.exports=function(e){for(var t;(t=e._renderedNodeType)===r.COMPOSITE;)e=e._renderedComponent;return t===r.HOST?e._renderedComponent:t===r.EMPTY?null:void 0}},function(e,t,n){"use strict";t.__esModule=!0;var r,o=n(11),a=(r=o)&&r.__esModule?r:{default:r};t.default=a.default.shape({subscribe:a.default.func.isRequired,dispatch:a.default.func.isRequired,getState:a.default.func.isRequired})},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e);try{throw new Error(e)}catch(e){}}},function(e,t,n){var r=n(244),o=n(995),a=n(199),i=n(996),s=n(997),u=n(1e3),c=n(1001),l=n(1002),p=n(1003),f=n(414),h=n(493),d=n(159),v=n(1004),m=n(1005),g=n(1010),y=n(53),b=n(190),_=n(1012),w=n(60),x=n(1014),E=n(116),C="[object Arguments]",S="[object Function]",A="[object Object]",k={};k[C]=k["[object Array]"]=k["[object ArrayBuffer]"]=k["[object DataView]"]=k["[object Boolean]"]=k["[object Date]"]=k["[object Float32Array]"]=k["[object Float64Array]"]=k["[object Int8Array]"]=k["[object Int16Array]"]=k["[object Int32Array]"]=k["[object Map]"]=k["[object Number]"]=k[A]=k["[object RegExp]"]=k["[object Set]"]=k["[object String]"]=k["[object Symbol]"]=k["[object Uint8Array]"]=k["[object Uint8ClampedArray]"]=k["[object Uint16Array]"]=k["[object Uint32Array]"]=!0,k["[object Error]"]=k[S]=k["[object WeakMap]"]=!1,e.exports=function e(t,n,O,j,T,I){var N,M=1&n,P=2&n,R=4&n;if(O&&(N=T?O(t,j,T,I):O(t)),void 0!==N)return N;if(!w(t))return t;var D=y(t);if(D){if(N=v(t),!M)return c(t,N)}else{var L=d(t),B=L==S||"[object GeneratorFunction]"==L;if(b(t))return u(t,M);if(L==A||L==C||B&&!T){if(N=P||B?{}:g(t),!M)return P?p(t,s(N,t)):l(t,i(N,t))}else{if(!k[L])return T?t:{};N=m(t,L,M)}}I||(I=new r);var F=I.get(t);if(F)return F;I.set(t,N),x(t)?t.forEach((function(r){N.add(e(r,n,O,r,t,I))})):_(t)&&t.forEach((function(r,o){N.set(o,e(r,n,O,o,t,I))}));var U=R?P?h:f:P?keysIn:E,q=D?void 0:U(t);return o(q||t,(function(r,o){q&&(r=t[o=r]),a(N,o,e(r,n,O,o,t,I))})),N}},function(e,t,n){var r=n(417),o=n(998),a=n(117);e.exports=function(e){return a(e)?r(e,!0):o(e)}},function(e,t,n){var r=n(245),o=n(278),a=n(246),i=n(416),s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)r(t,a(e)),e=o(e);return t}:i;e.exports=s},function(e,t,n){var r=n(415),o=n(492),a=n(491);e.exports=function(e){return r(e,a,o)}},function(e,t,n){var r=n(1020),o=n(495),a=n(496);e.exports=function(e){return a(o(e,void 0,r),e+"")}},function(e,t,n){var r=n(1023),o=Math.max;e.exports=function(e,t,n){return t=o(void 0===t?e.length-1:t,0),function(){for(var a=arguments,i=-1,s=o(a.length-t,0),u=Array(s);++i<s;)u[i]=a[t+i];i=-1;for(var c=Array(t+1);++i<t;)c[i]=a[i];return c[t]=n(u),r(e,this,c)}}},function(e,t,n){var r=n(1024),o=n(1026)(r);e.exports=o},function(e,t,n){"use strict";var r=String.prototype.replace,o=/%20/g,a=n(280),i={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports=a.assign({default:i.RFC3986,formatters:{RFC1738:function(e){return r.call(e,o,"+")},RFC3986:function(e){return String(e)}}},i)},function(e,t,n){"use strict";var r=n(24),o=n(41),a=n(205),i=n(36),s=n(70),u=n(122),c=n(135),l=n(45),p=n(87),f=n(63).f,h=n(89).forEach,d=n(48),v=n(73),m=v.set,g=v.getterFor;e.exports=function(e,t,n){var v,y=-1!==e.indexOf("Map"),b=-1!==e.indexOf("Weak"),_=y?"set":"add",w=o[e],x=w&&w.prototype,E={};if(d&&"function"==typeof w&&(b||x.forEach&&!i((function(){(new w).entries().next()})))){v=t((function(t,n){m(c(t,v,e),{type:e,collection:new w}),null!=n&&u(n,t[_],t,y)}));var C=g(e);h(["add","clear","delete","forEach","get","has","set","keys","values","entries"],(function(e){var t="add"==e||"set"==e;!(e in x)||b&&"clear"==e||s(v.prototype,e,(function(n,r){var o=C(this).collection;if(!t&&b&&!l(n))return"get"==e&&void 0;var a=o[e](0===n?0:n,r);return t?this:a}))})),b||f(v.prototype,"size",{configurable:!0,get:function(){return C(this).collection.size}})}else v=n.getConstructor(t,e,y,_),a.REQUIRED=!0;return p(v,e,!1,!0),E[e]=v,r({global:!0,forced:!0},E),b||n.setStrong(v,e,y),v}},function(e,t,n){var r=n(36),o=n(39),a=n(97),i=o("iterator");e.exports=!r((function(){var e=new URL("b?a=1&b=2&c=3","http://a"),t=e.searchParams,n="";return e.pathname="c%20d",t.forEach((function(e,r){t.delete("b"),n+=r+e})),a&&!e.toJSON||!t.sort||"http://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[i]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==n||"x"!==new URL("http://x",void 0).host}))},function(e,t,n){"use strict";n(152);var r=n(24),o=n(71),a=n(499),i=n(112),s=n(161),u=n(87),c=n(363),l=n(73),p=n(135),f=n(52),h=n(109),d=n(88),v=n(55),m=n(45),g=n(110),y=n(107),b=n(400),_=n(157),w=n(39),x=o("fetch"),E=o("Headers"),C=w("iterator"),S="URLSearchParams",A="URLSearchParamsIterator",k=l.set,O=l.getterFor(S),j=l.getterFor(A),T=/\+/g,I=Array(4),N=function(e){return I[e-1]||(I[e-1]=RegExp("((?:%[\\da-f]{2}){"+e+"})","gi"))},M=function(e){try{return decodeURIComponent(e)}catch(t){return e}},P=function(e){var t=e.replace(T," "),n=4;try{return decodeURIComponent(t)}catch(e){for(;n;)t=t.replace(N(n--),M);return t}},R=/[!'()~]|%20/g,D={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},L=function(e){return D[e]},B=function(e){return encodeURIComponent(e).replace(R,L)},F=function(e,t){if(t)for(var n,r,o=t.split("&"),a=0;a<o.length;)(n=o[a++]).length&&(r=n.split("="),e.push({key:P(r.shift()),value:P(r.join("="))}))},U=function(e){this.entries.length=0,F(this.entries,e)},q=function(e,t){if(e<t)throw TypeError("Not enough arguments")},z=c((function(e,t){k(this,{type:A,iterator:b(O(e).entries),kind:t})}),"Iterator",(function(){var e=j(this),t=e.kind,n=e.iterator.next(),r=n.value;return n.done||(n.value="keys"===t?r.key:"values"===t?r.value:[r.key,r.value]),n})),V=function(){p(this,V,S);var e,t,n,r,o,a,i,s,u,c=arguments.length>0?arguments[0]:void 0,l=this,h=[];if(k(l,{type:S,entries:h,updateURL:function(){},updateSearchParams:U}),void 0!==c)if(m(c))if("function"==typeof(e=_(c)))for(n=(t=e.call(c)).next;!(r=n.call(t)).done;){if((i=(a=(o=b(v(r.value))).next).call(o)).done||(s=a.call(o)).done||!a.call(o).done)throw TypeError("Expected sequence with length 2");h.push({key:i.value+"",value:s.value+""})}else for(u in c)f(c,u)&&h.push({key:u,value:c[u]+""});else F(h,"string"==typeof c?"?"===c.charAt(0)?c.slice(1):c:c+"")},W=V.prototype;s(W,{append:function(e,t){q(arguments.length,2);var n=O(this);n.entries.push({key:e+"",value:t+""}),n.updateURL()},delete:function(e){q(arguments.length,1);for(var t=O(this),n=t.entries,r=e+"",o=0;o<n.length;)n[o].key===r?n.splice(o,1):o++;t.updateURL()},get:function(e){q(arguments.length,1);for(var t=O(this).entries,n=e+"",r=0;r<t.length;r++)if(t[r].key===n)return t[r].value;return null},getAll:function(e){q(arguments.length,1);for(var t=O(this).entries,n=e+"",r=[],o=0;o<t.length;o++)t[o].key===n&&r.push(t[o].value);return r},has:function(e){q(arguments.length,1);for(var t=O(this).entries,n=e+"",r=0;r<t.length;)if(t[r++].key===n)return!0;return!1},set:function(e,t){q(arguments.length,1);for(var n,r=O(this),o=r.entries,a=!1,i=e+"",s=t+"",u=0;u<o.length;u++)(n=o[u]).key===i&&(a?o.splice(u--,1):(a=!0,n.value=s));a||o.push({key:i,value:s}),r.updateURL()},sort:function(){var e,t,n,r=O(this),o=r.entries,a=o.slice();for(o.length=0,n=0;n<a.length;n++){for(e=a[n],t=0;t<n;t++)if(o[t].key>e.key){o.splice(t,0,e);break}t===n&&o.push(e)}r.updateURL()},forEach:function(e){for(var t,n=O(this).entries,r=h(e,arguments.length>1?arguments[1]:void 0,3),o=0;o<n.length;)r((t=n[o++]).value,t.key,this)},keys:function(){return new z(this,"keys")},values:function(){return new z(this,"values")},entries:function(){return new z(this,"entries")}},{enumerable:!0}),i(W,C,W.entries),i(W,"toString",(function(){for(var e,t=O(this).entries,n=[],r=0;r<t.length;)e=t[r++],n.push(B(e.key)+"="+B(e.value));return n.join("&")}),{enumerable:!0}),u(V,S),r({global:!0,forced:!a},{URLSearchParams:V}),a||"function"!=typeof x||"function"!=typeof E||r({global:!0,enumerable:!0,forced:!0},{fetch:function(e){var t,n,r,o=[e];return arguments.length>1&&(m(t=arguments[1])&&(n=t.body,d(n)===S&&((r=t.headers?new E(t.headers):new E).has("content-type")||r.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),t=g(t,{body:y(0,String(n)),headers:y(0,r)}))),o.push(t)),x.apply(this,o)}}),e.exports={URLSearchParams:V,getState:O}},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwcHgiICBoZWlnaHQ9IjIwMHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJsZHMtcm9sbGluZyIgc3R5bGU9ImJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtcG9zaXRpb246IGluaXRpYWwgaW5pdGlhbDsgYmFja2dyb3VuZC1yZXBlYXQ6IGluaXRpYWwgaW5pdGlhbDsiPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIGZpbGw9Im5vbmUiIG5nLWF0dHItc3Ryb2tlPSJ7e2NvbmZpZy5jb2xvcn19IiBuZy1hdHRyLXN0cm9rZS13aWR0aD0ie3tjb25maWcud2lkdGh9fSIgbmctYXR0ci1yPSJ7e2NvbmZpZy5yYWRpdXN9fSIgbmctYXR0ci1zdHJva2UtZGFzaGFycmF5PSJ7e2NvbmZpZy5kYXNoYXJyYXl9fSIgc3Ryb2tlPSIjNTU1NTU1IiBzdHJva2Utd2lkdGg9IjEwIiByPSIzNSIgc3Ryb2tlLWRhc2hhcnJheT0iMTY0LjkzMzYxNDMxMzQ2NDE1IDU2Ljk3Nzg3MTQzNzgyMTM4Ij48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvc3ZnPgo="},function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.a=n}).call(this,n(54))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.combineReducers=void 0;var r,o=n(622),a=(r=o)&&r.__esModule?r:{default:r};t.combineReducers=a.default},function(e,t,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};function o(e){return null===e?"null":void 0===e?"undefined":"object"===(void 0===e?"undefined":r(e))?Array.isArray(e)?"array":"object":void 0===e?"undefined":r(e)}function a(e){return"object"===o(e)?s(e):"array"===o(e)?i(e):e}function i(e){return e.map(a)}function s(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=a(e[n]));return t}function u(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r={arrayBehaviour:n.arrayBehaviour||"replace"},a=t.map((function(e){return e||{}})),c=e||{},l=0;l<a.length;l++)for(var p=a[l],f=Object.keys(p),h=0;h<f.length;h++){var d=f[h],v=p[d],m=o(v),g=o(c[d]);if("object"===m)if("undefined"!==g){var y="object"===g?c[d]:{};c[d]=u({},[y,s(v)],r)}else c[d]=s(v);else if("array"===m)if("array"===g){var b=i(v);c[d]="merge"===r.arrayBehaviour?c[d].concat(b):b}else c[d]=i(v);else c[d]=v}return c}e.exports=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return u(e,n)},e.exports.noMutate=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return u({},t)},e.exports.withOptions=function(e,t,n){return u(e,t,n)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sanitizeUrl=void 0;var r=/^(%20|\s)*(javascript|data|vbscript)/im,o=/[^\x20-\x7EÀ-ž]/gim,a=/^([^:]+):/gm,i=[".","/"];t.sanitizeUrl=function(e){if(!e)return"about:blank";var t=e.replace(o,"").trim();if(function(e){return i.indexOf(e[0])>-1}(t))return t;var n=t.match(a);if(!n)return t;var s=n[0];return r.test(s)?"about:blank":t}},function(e,t,n){var r=n(678),o=n(686)((function(e,t,n){return t=t.toLowerCase(),e+(n?r(t):t)}));e.exports=o},function(e,t,n){(function(t){var r=n(759),o=n(760).Stream;function a(e,t,n){n=n||0;var o,i,s=(o=t,new Array(n||0).join(o||"")),u=e;if("object"==typeof e&&((u=e[i=Object.keys(e)[0]])&&u._elem))return u._elem.name=i,u._elem.icount=n,u._elem.indent=t,u._elem.indents=s,u._elem.interrupt=u,u._elem;var c,l=[],p=[];function f(e){Object.keys(e).forEach((function(t){l.push(function(e,t){return e+'="'+r(t)+'"'}(t,e[t]))}))}switch(typeof u){case"object":if(null===u)break;u._attr&&f(u._attr),u._cdata&&p.push(("<![CDATA["+u._cdata).replace(/\]\]>/g,"]]]]><![CDATA[>")+"]]>"),u.forEach&&(c=!1,p.push(""),u.forEach((function(e){"object"==typeof e?"_attr"==Object.keys(e)[0]?f(e._attr):p.push(a(e,t,n+1)):(p.pop(),c=!0,p.push(r(e)))})),c||p.push(""));break;default:p.push(r(u))}return{name:i,interrupt:!1,attributes:l,content:p,icount:n,indents:s,indent:t}}function i(e,t,n){if("object"!=typeof t)return e(!1,t);var r=t.interrupt?1:t.content.length;function o(){for(;t.content.length;){var o=t.content.shift();if(void 0!==o){if(a(o))return;i(e,o)}}e(!1,(r>1?t.indents:"")+(t.name?"</"+t.name+">":"")+(t.indent&&!n?"\n":"")),n&&n()}function a(t){return!!t.interrupt&&(t.interrupt.append=e,t.interrupt.end=o,t.interrupt=!1,e(!0),!0)}if(e(!1,t.indents+(t.name?"<"+t.name:"")+(t.attributes.length?" "+t.attributes.join(" "):"")+(r?t.name?">":"":t.name?"/>":"")+(t.indent&&r>1?"\n":"")),!r)return e(!1,t.indent?"\n":"");a(t)||o()}e.exports=function(e,n){"object"!=typeof n&&(n={indent:n});var r,s,u=n.stream?new o:null,c="",l=!1,p=n.indent?!0===n.indent?"    ":n.indent:"",f=!0;function h(e){f?t.nextTick(e):e()}function d(e,t){if(void 0!==t&&(c+=t),e&&!l&&(u=u||new o,l=!0),e&&l){var n=c;h((function(){u.emit("data",n)})),c=""}}function v(e,t){i(d,a(e,p,p?1:0),t)}function m(){if(u){var e=c;h((function(){u.emit("data",e),u.emit("end"),u.readable=!1,u.emit("close")}))}}return h((function(){f=!1})),n.declaration&&(r=n.declaration,s={version:"1.0",encoding:r.encoding||"UTF-8"},r.standalone&&(s.standalone=r.standalone),v({"?xml":{_attr:s}}),c=c.replace("/>","?>")),e&&e.forEach?e.forEach((function(t,n){var r;n+1===e.length&&(r=m),v(t,r)})):v(e,m),u?(u.readable=!0,u):c},e.exports.element=e.exports.Element=function(){var e=Array.prototype.slice.call(arguments),t={_elem:a(e),push:function(e){if(!this.append)throw new Error("not assigned to a parent!");var t=this,n=this._elem.indent;i(this.append,a(e,n,this._elem.icount+(n?1:0)),(function(){t.append(!0)}))},close:function(e){void 0!==e&&this.push(e),this.end&&this.end()}};return t}}).call(this,n(92))},function(e,t,n){(function(t){var n;n=void 0!==t?t:this,e.exports=function(e){if(e.CSS&&e.CSS.escape)return e.CSS.escape;var t=function(e){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var t,n=String(e),r=n.length,o=-1,a="",i=n.charCodeAt(0);++o<r;)0!=(t=n.charCodeAt(o))?a+=t>=1&&t<=31||127==t||0==o&&t>=48&&t<=57||1==o&&t>=48&&t<=57&&45==i?"\\"+t.toString(16)+" ":0==o&&1==r&&45==t||!(t>=128||45==t||95==t||t>=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122)?"\\"+n.charAt(o):n.charAt(o):a+="�";return a};return e.CSS||(e.CSS={}),e.CSS.escape=t,t}(n)}).call(this,n(54))},function(e,t,n){"use strict";(function(t,r){var o=65536,a=4294967295;var i=n(66).Buffer,s=t.crypto||t.msCrypto;s&&s.getRandomValues?e.exports=function(e,t){if(e>a)throw new RangeError("requested too many random bytes");var n=i.allocUnsafe(e);if(e>0)if(e>o)for(var u=0;u<e;u+=o)s.getRandomValues(n.slice(u,u+o));else s.getRandomValues(n);if("function"==typeof t)return r.nextTick((function(){t(null,n)}));return n}:e.exports=function(){throw new Error("Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11")}}).call(this,n(54),n(92))},function(e,t,n){(t=e.exports=function(e){e=e.toLowerCase();var n=t[e];if(!n)throw new Error(e+" is not supported (we accept pull requests)");return new n}).sha=n(824),t.sha1=n(825),t.sha224=n(826),t.sha256=n(441),t.sha384=n(827),t.sha512=n(442)},function(e,t,n){var r=n(408),o=n(425),a=n(188),i=n(832),s=n(53);e.exports=function(e,t,n){var u=s(e)?r:i,c=arguments.length<3;return u(e,a(t,4),n,c,o)}},function(e,t,n){var r=n(60),o=n(893),a=n(424),i=Math.max,s=Math.min;e.exports=function(e,t,n){var u,c,l,p,f,h,d=0,v=!1,m=!1,g=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=u,r=c;return u=c=void 0,d=t,p=e.apply(r,n)}function b(e){return d=e,f=setTimeout(w,t),v?y(e):p}function _(e){var n=e-h;return void 0===h||n>=t||n<0||m&&e-d>=l}function w(){var e=o();if(_(e))return x(e);f=setTimeout(w,function(e){var n=t-(e-h);return m?s(n,l-(e-d)):n}(e))}function x(e){return f=void 0,g&&u?y(e):(u=c=void 0,p)}function E(){var e=o(),n=_(e);if(u=arguments,c=this,h=e,n){if(void 0===f)return b(h);if(m)return clearTimeout(f),f=setTimeout(w,t),y(h)}return void 0===f&&(f=setTimeout(w,t)),p}return t=a(t)||0,r(n)&&(v=!!n.leading,l=(m="maxWait"in n)?i(a(n.maxWait)||0,t):l,g="trailing"in n?!!n.trailing:g),E.cancel=function(){void 0!==f&&clearTimeout(f),d=0,u=h=c=f=void 0},E.flush=function(){return void 0===f?p:x(o())},E}},function(e,t,n){"use strict";e.exports=n(912)},function(e,t,n){var r=n(405),o=n(490),a=n(1016),i=n(131),s=n(141),u=n(1019),c=n(494),l=n(493),p=c((function(e,t){var n={};if(null==e)return n;var c=!1;t=r(t,(function(t){return t=i(t,e),c||(c=t.length>1),t})),s(e,l(e),n),c&&(n=o(n,7,u));for(var p=t.length;p--;)a(n,t[p]);return n}));e.exports=p},function(e,t,n){e.exports=n(1027)},function(e,t,n){var r=n(443),o=n(1037),a=n(1041);function i(t,n,s){return"undefined"!=typeof Reflect&&o?e.exports=i=o:e.exports=i=function(e,t,n){var o=a(e,t);if(o){var i=r(o,t);return i.get?i.get.call(n):i.value}},i(t,n,s||t)}e.exports=i},function(e,t){e.exports=window.FormData},function(e,t,n){e.exports=n(1042)},function(e,t,n){var r=n(490);e.exports=function(e){return r(e,5)}},function(e,t,n){e.exports=n(1047)},function(e,t){var n=function(e){function t(){this.fetch=!1,this.DOMException=e.DOMException}return t.prototype=e,new t}("undefined"!=typeof self?self:this);!function(e){!function(t){var n="URLSearchParams"in e,r="Symbol"in e&&"iterator"in Symbol,o="FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),a="FormData"in e,i="ArrayBuffer"in e;if(i)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],u=ArrayBuffer.isView||function(e){return e&&s.indexOf(Object.prototype.toString.call(e))>-1};function c(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function l(e){return"string"!=typeof e&&(e=String(e)),e}function p(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return r&&(t[Symbol.iterator]=function(){return t}),t}function f(e){this.map={},e instanceof f?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function h(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function d(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function v(e){var t=new FileReader,n=d(t);return t.readAsArrayBuffer(e),n}function m(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function g(){return this.bodyUsed=!1,this._initBody=function(e){var t;this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:o&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:a&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:n&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():i&&o&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=m(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i&&(ArrayBuffer.prototype.isPrototypeOf(e)||u(e))?this._bodyArrayBuffer=m(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o&&(this.blob=function(){var e=h(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?h(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(v)}),this.text=function(){var e,t,n,r=h(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=d(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}f.prototype.append=function(e,t){e=c(e),t=l(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},f.prototype.delete=function(e){delete this.map[c(e)]},f.prototype.get=function(e){return e=c(e),this.has(e)?this.map[e]:null},f.prototype.has=function(e){return this.map.hasOwnProperty(c(e))},f.prototype.set=function(e,t){this.map[c(e)]=l(t)},f.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},f.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),p(e)},f.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),p(e)},f.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),p(e)},r&&(f.prototype[Symbol.iterator]=f.prototype.entries);var y=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function b(e,t){var n,r,o=(t=t||{}).body;if(e instanceof b){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new f(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,o||null==e._bodyInit||(o=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new f(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),y.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(o)}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(o))}})),t}function w(e,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new f(t.headers),this.url=t.url||"",this._initBody(e)}b.prototype.clone=function(){return new b(this,{body:this._bodyInit})},g.call(b.prototype),g.call(w.prototype),w.prototype.clone=function(){return new w(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new f(this.headers),url:this.url})},w.error=function(){var e=new w(null,{status:0,statusText:""});return e.type="error",e};var x=[301,302,303,307,308];w.redirect=function(e,t){if(-1===x.indexOf(t))throw new RangeError("Invalid status code");return new w(null,{status:t,headers:{location:e}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function E(e,n){return new Promise((function(r,a){var i=new b(e,n);if(i.signal&&i.signal.aborted)return a(new t.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function u(){s.abort()}s.onload=function(){var e,t,n={status:s.status,statusText:s.statusText,headers:(e=s.getAllResponseHeaders()||"",t=new f,e.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();t.append(r,o)}})),t)};n.url="responseURL"in s?s.responseURL:n.headers.get("X-Request-URL");var o="response"in s?s.response:s.responseText;r(new w(o,n))},s.onerror=function(){a(new TypeError("Network request failed"))},s.ontimeout=function(){a(new TypeError("Network request failed"))},s.onabort=function(){a(new t.DOMException("Aborted","AbortError"))},s.open(i.method,i.url,!0),"include"===i.credentials?s.withCredentials=!0:"omit"===i.credentials&&(s.withCredentials=!1),"responseType"in s&&o&&(s.responseType="blob"),i.headers.forEach((function(e,t){s.setRequestHeader(t,e)})),i.signal&&(i.signal.addEventListener("abort",u),s.onreadystatechange=function(){4===s.readyState&&i.signal.removeEventListener("abort",u)}),s.send(void 0===i._bodyInit?null:i._bodyInit)}))}E.polyfill=!0,e.fetch||(e.fetch=E,e.Headers=f,e.Request=b,e.Response=w),t.Headers=f,t.Request=b,t.Response=w,t.fetch=E}({})}(n),delete n.fetch.polyfill,(t=n.fetch).default=n.fetch,t.fetch=n.fetch,t.Headers=n.Headers,t.Request=n.Request,t.Response=n.Response,e.exports=t},function(e,t){var n=e.exports=function(e){return new r(e)};function r(e){this.value=e}function o(e,t,n){var r=[],o=[],s=!0;return function e(p){var f=n?a(p):p,h={},d=!0,v={node:f,node_:p,path:[].concat(r),parent:o[o.length-1],parents:o,key:r.slice(-1)[0],isRoot:0===r.length,level:r.length,circular:null,update:function(e,t){v.isRoot||(v.parent.node[v.key]=e),v.node=e,t&&(d=!1)},delete:function(e){delete v.parent.node[v.key],e&&(d=!1)},remove:function(e){u(v.parent.node)?v.parent.node.splice(v.key,1):delete v.parent.node[v.key],e&&(d=!1)},keys:null,before:function(e){h.before=e},after:function(e){h.after=e},pre:function(e){h.pre=e},post:function(e){h.post=e},stop:function(){s=!1},block:function(){d=!1}};if(!s)return v;function m(){if("object"==typeof v.node&&null!==v.node){v.keys&&v.node_===v.node||(v.keys=i(v.node)),v.isLeaf=0==v.keys.length;for(var e=0;e<o.length;e++)if(o[e].node_===p){v.circular=o[e];break}}else v.isLeaf=!0,v.keys=null;v.notLeaf=!v.isLeaf,v.notRoot=!v.isRoot}m();var g=t.call(v,v.node);return void 0!==g&&v.update&&v.update(g),h.before&&h.before.call(v,v.node),d?("object"!=typeof v.node||null===v.node||v.circular||(o.push(v),m(),c(v.keys,(function(t,o){r.push(t),h.pre&&h.pre.call(v,v.node[t],t);var a=e(v.node[t]);n&&l.call(v.node,t)&&(v.node[t]=a.node),a.isLast=o==v.keys.length-1,a.isFirst=0==o,h.post&&h.post.call(v,a),r.pop()})),o.pop()),h.after&&h.after.call(v,v.node),v):v}(e).node}function a(e){if("object"==typeof e&&null!==e){var t;if(u(e))t=[];else if("[object Date]"===s(e))t=new Date(e.getTime?e.getTime():e);else if(function(e){return"[object RegExp]"===s(e)}(e))t=new RegExp(e);else if(function(e){return"[object Error]"===s(e)}(e))t={message:e.message};else if(function(e){return"[object Boolean]"===s(e)}(e))t=new Boolean(e);else if(function(e){return"[object Number]"===s(e)}(e))t=new Number(e);else if(function(e){return"[object String]"===s(e)}(e))t=new String(e);else if(Object.create&&Object.getPrototypeOf)t=Object.create(Object.getPrototypeOf(e));else if(e.constructor===Object)t={};else{var n=e.constructor&&e.constructor.prototype||e.__proto__||{},r=function(){};r.prototype=n,t=new r}return c(i(e),(function(n){t[n]=e[n]})),t}return e}r.prototype.get=function(e){for(var t=this.value,n=0;n<e.length;n++){var r=e[n];if(!t||!l.call(t,r)){t=void 0;break}t=t[r]}return t},r.prototype.has=function(e){for(var t=this.value,n=0;n<e.length;n++){var r=e[n];if(!t||!l.call(t,r))return!1;t=t[r]}return!0},r.prototype.set=function(e,t){for(var n=this.value,r=0;r<e.length-1;r++){var o=e[r];l.call(n,o)||(n[o]={}),n=n[o]}return n[e[r]]=t,t},r.prototype.map=function(e){return o(this.value,e,!0)},r.prototype.forEach=function(e){return this.value=o(this.value,e,!1),this.value},r.prototype.reduce=function(e,t){var n=1===arguments.length,r=n?this.value:t;return this.forEach((function(t){this.isRoot&&n||(r=e.call(this,r,t))})),r},r.prototype.paths=function(){var e=[];return this.forEach((function(t){e.push(this.path)})),e},r.prototype.nodes=function(){var e=[];return this.forEach((function(t){e.push(this.node)})),e},r.prototype.clone=function(){var e=[],t=[];return function n(r){for(var o=0;o<e.length;o++)if(e[o]===r)return t[o];if("object"==typeof r&&null!==r){var s=a(r);return e.push(r),t.push(s),c(i(r),(function(e){s[e]=n(r[e])})),e.pop(),t.pop(),s}return r}(this.value)};var i=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};function s(e){return Object.prototype.toString.call(e)}var u=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},c=function(e,t){if(e.forEach)return e.forEach(t);for(var n=0;n<e.length;n++)t(e[n],n,e)};c(i(r.prototype),(function(e){n[e]=function(t){var n=[].slice.call(arguments,1),o=new r(t);return o[e].apply(o,n)}}));var l=Object.hasOwnProperty||function(e,t){return t in e}},function(e,t,n){"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},o=t||{},i=e.split(a),u=o.decode||r,c=0;c<i.length;c++){var l=i[c],p=l.indexOf("=");if(!(p<0)){var f=l.substr(0,p).trim(),h=l.substr(++p,l.length).trim();'"'==h[0]&&(h=h.slice(1,-1)),null==n[f]&&(n[f]=s(h,u))}}return n},t.serialize=function(e,t,n){var r=n||{},a=r.encode||o;if("function"!=typeof a)throw new TypeError("option encode is invalid");if(!i.test(e))throw new TypeError("argument name is invalid");var s=a(t);if(s&&!i.test(s))throw new TypeError("argument val is invalid");var u=e+"="+s;if(null!=r.maxAge){var c=r.maxAge-0;if(isNaN(c)||!isFinite(c))throw new TypeError("option maxAge is invalid");u+="; Max-Age="+Math.floor(c)}if(r.domain){if(!i.test(r.domain))throw new TypeError("option domain is invalid");u+="; Domain="+r.domain}if(r.path){if(!i.test(r.path))throw new TypeError("option path is invalid");u+="; Path="+r.path}if(r.expires){if("function"!=typeof r.expires.toUTCString)throw new TypeError("option expires is invalid");u+="; Expires="+r.expires.toUTCString()}r.httpOnly&&(u+="; HttpOnly");r.secure&&(u+="; Secure");if(r.sameSite){switch("string"==typeof r.sameSite?r.sameSite.toLowerCase():r.sameSite){case!0:u+="; SameSite=Strict";break;case"lax":u+="; SameSite=Lax";break;case"strict":u+="; SameSite=Strict";break;case"none":u+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return u};var r=decodeURIComponent,o=encodeURIComponent,a=/; */,i=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function s(e,t){try{return t(e)}catch(t){return e}}},function(e,t,n){var r,o,a;o=[],r=function(){"use strict";var e=function(e){return e&&"getComputedStyle"in window&&"smooth"===window.getComputedStyle(e)["scroll-behavior"]};if("undefined"==typeof window||!("document"in window))return{};var t=function(t,n,r){var o;n=n||999,r||0===r||(r=9);var a=function(e){o=e},i=function(){clearTimeout(o),a(0)},s=function(e){return Math.max(0,t.getTopOf(e)-r)},u=function(r,o,s){if(i(),0===o||o&&o<0||e(t.body))t.toY(r),s&&s();else{var u=t.getY(),c=Math.max(0,r)-u,l=(new Date).getTime();o=o||Math.min(Math.abs(c),n),function e(){a(setTimeout((function(){var n=Math.min(1,((new Date).getTime()-l)/o),r=Math.max(0,Math.floor(u+c*(n<.5?2*n*n:n*(4-2*n)-1)));t.toY(r),n<1&&t.getHeight()+r<t.body.scrollHeight?e():(setTimeout(i,99),s&&s())}),9))}()}},c=function(e,t,n){u(s(e),t,n)},l=function(e,n,o){var a=e.getBoundingClientRect().height,i=t.getTopOf(e)+a,l=t.getHeight(),p=t.getY(),f=p+l;s(e)<p||a+r>l?c(e,n,o):i+r>f?u(i-l+r,n,o):o&&o()},p=function(e,n,r,o){u(Math.max(0,t.getTopOf(e)-t.getHeight()/2+(r||e.getBoundingClientRect().height/2)),n,o)};return{setup:function(e,t){return(0===e||e)&&(n=e),(0===t||t)&&(r=t),{defaultDuration:n,edgeOffset:r}},to:c,toY:u,intoView:l,center:p,stop:i,moving:function(){return!!o},getY:t.getY,getTopOf:t.getTopOf}},n=document.documentElement,r=function(){return window.scrollY||n.scrollTop},o=t({body:document.scrollingElement||document.body,toY:function(e){window.scrollTo(0,e)},getY:r,getHeight:function(){return window.innerHeight||n.clientHeight},getTopOf:function(e){return e.getBoundingClientRect().top+r()-n.offsetTop}});if(o.createScroller=function(e,r,o){return t({body:e,toY:function(t){e.scrollTop=t},getY:function(){return e.scrollTop},getHeight:function(){return Math.min(e.clientHeight,window.innerHeight||n.clientHeight)},getTopOf:function(e){return e.offsetTop}},r,o)},"addEventListener"in window&&!window.noZensmooth&&!e(document.body)){var a="history"in window&&"pushState"in history,i=a&&"scrollRestoration"in history;i&&(history.scrollRestoration="auto"),window.addEventListener("load",(function(){i&&(setTimeout((function(){history.scrollRestoration="manual"}),9),window.addEventListener("popstate",(function(e){e.state&&"zenscrollY"in e.state&&o.toY(e.state.zenscrollY)}),!1)),window.location.hash&&setTimeout((function(){var e=o.setup().edgeOffset;if(e){var t=document.getElementById(window.location.href.split("#")[1]);if(t){var n=Math.max(0,o.getTopOf(t)-e),r=o.getY()-n;0<=r&&r<9&&window.scrollTo(0,n)}}}),9)}),!1);var s=new RegExp("(^|\\s)noZensmooth(\\s|$)");window.addEventListener("click",(function(e){for(var t=e.target;t&&"A"!==t.tagName;)t=t.parentNode;if(!(!t||1!==e.which||e.shiftKey||e.metaKey||e.ctrlKey||e.altKey)){if(i){var n=history.state&&"object"==typeof history.state?history.state:{};n.zenscrollY=o.getY();try{history.replaceState(n,"")}catch(e){}}var r=t.getAttribute("href")||"";if(0===r.indexOf("#")&&!s.test(t.className)){var u=0,c=document.getElementById(r.substring(1));if("#"!==r){if(!c)return;u=o.getTopOf(c)}e.preventDefault();var l=function(){window.location=r},p=o.setup().edgeOffset;p&&(u=Math.max(0,u-p),a&&(l=function(){history.pushState({},"",r)})),o.toY(u,null,l)}}}),!1)}return o}(),void 0===(a="function"==typeof r?r.apply(t,o):r)||(e.exports=a)},function(e,t,n){e.exports=n(1067)},function(e,t,n){var r=n(1077);e.exports=function(e,t){if(null==e)return{};var n,o,a=r(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(o=0;o<i.length;o++)n=i[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}},function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},n.apply(this,arguments)}e.exports=n},function(e,t){e.exports=function(e){var t={literal:"true false null"},n=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],r=[e.QUOTE_STRING_MODE,e.C_NUMBER_MODE],o={end:",",endsWithParent:!0,excludeEnd:!0,contains:r,keywords:t},a={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE],illegal:"\\n"},e.inherit(o,{begin:/:/})].concat(n),illegal:"\\S"},i={begin:"\\[",end:"\\]",contains:[e.inherit(o)],illegal:"\\S"};return r.push(a,i),n.forEach((function(e){r.push(e)})),{name:"JSON",contains:r,keywords:t,illegal:"\\S"}}},function(e,t){const n="[A-Za-z$_][0-9A-Za-z$_]*",r=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],o=["true","false","null","undefined","NaN","Infinity"],a=[].concat(["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],["arguments","this","super","console","window","document","localStorage","module","global"],["Intl","DataView","Number","Math","Date","String","RegExp","Object","Function","Boolean","Error","Symbol","Set","Map","WeakSet","WeakMap","Proxy","Reflect","JSON","Promise","Float64Array","Int16Array","Int32Array","Int8Array","Uint16Array","Uint32Array","Float32Array","Array","Uint8Array","Uint8ClampedArray","ArrayBuffer"],["EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function i(e){return s("(?=",e,")")}function s(...e){return e.map((e=>{return(t=e)?"string"==typeof t?t:t.source:null;var t})).join("")}e.exports=function(e){var t=n,u="<>",c="</>",l={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/},p={$pattern:n,keyword:r.join(" "),literal:o.join(" "),built_in:a.join(" ")},f={className:"number",variants:[{begin:"\\b(0[bB][01]+)n?"},{begin:"\\b(0[oO][0-7]+)n?"},{begin:e.C_NUMBER_RE+"n?"}],relevance:0},h={className:"subst",begin:"\\$\\{",end:"\\}",keywords:p,contains:[]},d={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,h],subLanguage:"xml"}},v={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,h],subLanguage:"css"}},m={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,h]};h.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,v,m,f,e.REGEXP_MODE];var g=h.contains.concat([{begin:/\(/,end:/\)/,contains:["self"].concat(h.contains,[e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE])},e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]),y={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:g};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:p,contains:[e.SHEBANG({binary:"node",relevance:5}),{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,v,m,e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+",contains:[{className:"type",begin:"\\{",end:"\\}",relevance:0},{className:"variable",begin:t+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,f,{begin:s(/[{,\n]\s*/,i(s(/(((\/\/.*)|(\/\*(.|\n)*\*\/))\s*)*/,t+"\\s*:"))),relevance:0,contains:[{className:"attr",begin:t+i("\\s*:"),relevance:0}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\([^(]*(\\([^(]*(\\([^(]*\\))?\\))?\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:g}]}]},{begin:/,/,relevance:0},{className:"",begin:/\s/,end:/\s*/,skip:!0},{variants:[{begin:u,end:c},{begin:l.begin,end:l.end}],subLanguage:"xml",contains:[{begin:l.begin,end:l.end,skip:!0,contains:["self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),y],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0},{begin:"(get|set)\\s+(?="+t+"\\()",end:/{/,keywords:"get set",contains:[e.inherit(e.TITLE_MODE,{begin:t}),{begin:/\(\)/},y]}],illegal:/#(?!!)/}}},function(e,t){e.exports=function(e){var t={className:"symbol",begin:"&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;"},n={begin:"\\s",contains:[{className:"meta-keyword",begin:"#?[a-z_][a-z1-9_-]+",illegal:"\\n"}]},r=e.inherit(n,{begin:"\\(",end:"\\)"}),o=e.inherit(e.APOS_STRING_MODE,{className:"meta-string"}),a=e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"}),i={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:"[A-Za-z0-9\\._:-]+",relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[t]},{begin:/'/,end:/'/,contains:[t]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,contains:[{className:"meta",begin:"<![a-z]",end:">",relevance:10,contains:[n,a,o,r,{begin:"\\[",end:"\\]",contains:[{className:"meta",begin:"<![a-z]",end:">",contains:[n,r,a,o]}]}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},t,{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{className:"tag",begin:"<style(?=\\s|>)",end:">",keywords:{name:"style"},contains:[i],starts:{end:"</style>",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"<script(?=\\s|>)",end:">",keywords:{name:"script"},contains:[i],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:"</?",end:"/?>",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},i]}]}}},function(e,t){e.exports=function(e){var t="true false yes no null",n="[\\w#;/?:@&=+$,.~*\\'()[\\]]+",r={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]},o=e.inherit(r,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),a={className:"number",begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b"},i={end:",",endsWithParent:!0,excludeEnd:!0,contains:[],keywords:t,relevance:0},s={begin:"{",end:"}",contains:[i],illegal:"\\n",relevance:0},u={begin:"\\[",end:"\\]",contains:[i],illegal:"\\n",relevance:0},c=[{className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ \t]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ \t]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ \t]|$)"}]},{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>]([0-9]?[+-])?[ ]*\\n( *)[\\S ]+\\n(\\2[\\S ]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+n},{className:"type",begin:"!<"+n+">"},{className:"type",begin:"!"+n},{className:"type",begin:"!!"+n},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"\\-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:t,keywords:{literal:t}},a,{className:"number",begin:e.C_NUMBER_RE+"\\b"},s,u,r],l=[...c];return l.pop(),l.push(o),i.contains=l,{name:"YAML",case_insensitive:!0,aliases:["yml","YAML"],contains:c}}},function(e,t){e.exports=function(e){var t="HTTP/[0-9\\.]+";return{name:"HTTP",aliases:["https"],illegal:"\\S",contains:[{begin:"^"+t,end:"$",contains:[{className:"number",begin:"\\b\\d{3}\\b"}]},{begin:"^[A-Z]+ (.*?) "+t+"$",returnBegin:!0,end:"$",contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{begin:t},{className:"keyword",begin:"[A-Z]+"}]},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,illegal:"\\n|\\s|=",starts:{end:"$",relevance:0}},{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}]}}},function(e,t){e.exports=function(e){const t={},n={begin:/\$\{/,end:/\}/,contains:[{begin:/:-/,contains:[t]}]};Object.assign(t,{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},n]});const r={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},o={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t,r]};r.contains.push(o);const a={begin:/\$\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,t]},i=e.SHEBANG({binary:`(${["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"].join("|")})`,relevance:10}),s={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0};return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b-?[a-z\._]+\b/,keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[i,e.SHEBANG(),s,a,e.HASH_COMMENT_MODE,o,{className:"",begin:/\\"/},{className:"string",begin:/'/,end:/'/},t]}}},function(e,t){e.exports=function(e,t,n){var r=new Blob([e],{type:n||"application/octet-stream"});if(void 0!==window.navigator.msSaveBlob)window.navigator.msSaveBlob(r,t);else{var o=window.URL.createObjectURL(r),a=document.createElement("a");a.style.display="none",a.href=o,a.setAttribute("download",t),void 0===a.download&&a.setAttribute("target","_blank"),document.body.appendChild(a),a.click(),document.body.removeChild(a),window.URL.revokeObjectURL(o)}}},function(e,t,n){e.exports=n(1082)},function(e,t,n){e.exports=n(1085)},function(e,t,n){"use strict";var r=n(1090),o=function(e){return/<\/+[^>]+>/.test(e)},a=function(e){return/<[^>]+\/>/.test(e)};function i(e){return e.split(/(<\/?[^>]+>)/g).filter((function(e){return""!==e.trim()})).map((function(e){return{value:e,type:s(e)}}))}function s(e){return o(e)?"ClosingTag":function(e){return function(e){return/<[^>!]+>/.test(e)}(e)&&!o(e)&&!a(e)}(e)?"OpeningTag":a(e)?"SelfClosingTag":"Text"}e.exports=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.indentor,o=t.textNodesOnSameLine,a=0,s=[];n=n||"    ";var u=i(e).map((function(e,t,i){var u=e.value,c=e.type;"ClosingTag"===c&&a--;var l=r(n,a),p=l+u;if("OpeningTag"===c&&a++,o){var f=i[t-1],h=i[t-2];"ClosingTag"===c&&"Text"===f.type&&"OpeningTag"===h.type&&(p=""+l+h.value+f.value+u,s.push(t-2,t-1))}return p}));return s.forEach((function(e){return u[e]=null})),u.filter((function(e){return!!e})).join("\n")}},function(e,t,n){var r=n(94);e.exports=function(e){return r(e).toLowerCase()}},function(e,t,n){e.exports=n(1094)},function(e,t,n){var r=n(542);e.exports=r},function(e,t,n){n(543);var r=n(34);r.JSON||(r.JSON={stringify:JSON.stringify}),e.exports=function(e,t,n){return r.JSON.stringify.apply(null,arguments)}},function(e,t,n){var r=n(24),o=n(71),a=n(36),i=o("JSON","stringify"),s=/[\uD800-\uDFFF]/g,u=/^[\uD800-\uDBFF]$/,c=/^[\uDC00-\uDFFF]$/,l=function(e,t,n){var r=n.charAt(t-1),o=n.charAt(t+1);return u.test(e)&&!c.test(o)||c.test(e)&&!u.test(r)?"\\u"+e.charCodeAt(0).toString(16):e},p=a((function(){return'"\\udf06\\ud834"'!==i("\udf06\ud834")||'"\\udead"'!==i("\udead")}));i&&r({target:"JSON",stat:!0,forced:p},{stringify:function(e,t,n){var r=i.apply(null,arguments);return"string"==typeof r?r.replace(s,l):r}})},function(e,t,n){var r=n(355);e.exports=r},function(e,t,n){var r=n(24),o=n(72),a=n(148);r({target:"Object",stat:!0,forced:n(36)((function(){a(1)}))},{keys:function(e){return a(o(e))}})},function(e,t,n){e.exports=n(547)},function(e,t,n){var r=n(548);e.exports=r},function(e,t,n){n(357),n(98),n(74);var r=n(227);e.exports=r.f("iterator")},function(e,t,n){var r=n(41),o=n(70);e.exports=function(e,t){try{o(r,e,t)}catch(n){r[e]=t}return t}},function(e,t,n){"use strict";var r=n(232),o=n(88);e.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},function(e,t,n){var r=n(45);e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(e,t,n){var r=n(554);n(571),n(572),n(573),n(574),n(575),e.exports=r},function(e,t,n){n(367),n(180),n(368),n(556),n(557),n(558),n(559),n(357),n(560),n(561),n(562),n(563),n(564),n(565),n(566),n(567),n(568),n(569),n(570);var r=n(34);e.exports=r.Symbol},function(e,t,n){var r=n(69),o=n(238).f,a={}.toString,i="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return i&&"[object Window]"==a.call(e)?function(e){try{return o(e)}catch(e){return i.slice()}}(e):o(r(e))}},function(e,t,n){n(49)("asyncIterator")},function(e,t){},function(e,t,n){n(49)("hasInstance")},function(e,t,n){n(49)("isConcatSpreadable")},function(e,t,n){n(49)("match")},function(e,t,n){n(49)("matchAll")},function(e,t,n){n(49)("replace")},function(e,t,n){n(49)("search")},function(e,t,n){n(49)("species")},function(e,t,n){n(49)("split")},function(e,t,n){n(49)("toPrimitive")},function(e,t,n){n(49)("toStringTag")},function(e,t,n){n(49)("unscopables")},function(e,t,n){n(87)(Math,"Math",!0)},function(e,t,n){var r=n(41);n(87)(r.JSON,"JSON",!0)},function(e,t,n){n(49)("asyncDispose")},function(e,t,n){n(49)("dispose")},function(e,t,n){n(49)("observable")},function(e,t,n){n(49)("patternMatch")},function(e,t,n){n(49)("replaceAll")},function(e,t,n){var r=n(369);e.exports=r},function(e,t,n){n(578);var r=n(42);e.exports=r("Array").filter},function(e,t,n){"use strict";var r=n(24),o=n(89).filter,a=n(155),i=n(64),s=a("filter"),u=i("filter");r({target:"Array",proto:!0,forced:!s||!u},{filter:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(580);e.exports=r},function(e,t,n){var r=n(581),o=Array.prototype;e.exports=function(e){var t=e.concat;return e===o||e instanceof Array&&t===o.concat?r:t}},function(e,t,n){n(367);var r=n(42);e.exports=r("Array").concat},function(e,t,n){"use strict";t.byteLength=function(e){var t=c(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){for(var t,n=c(e),r=n[0],i=n[1],s=new a(function(e,t,n){return 3*(t+n)/4-n}(0,r,i)),u=0,l=i>0?r-4:r,p=0;p<l;p+=4)t=o[e.charCodeAt(p)]<<18|o[e.charCodeAt(p+1)]<<12|o[e.charCodeAt(p+2)]<<6|o[e.charCodeAt(p+3)],s[u++]=t>>16&255,s[u++]=t>>8&255,s[u++]=255&t;2===i&&(t=o[e.charCodeAt(p)]<<2|o[e.charCodeAt(p+1)]>>4,s[u++]=255&t);1===i&&(t=o[e.charCodeAt(p)]<<10|o[e.charCodeAt(p+1)]<<4|o[e.charCodeAt(p+2)]>>2,s[u++]=t>>8&255,s[u++]=255&t);return s},t.fromByteArray=function(e){for(var t,n=e.length,o=n%3,a=[],i=16383,s=0,u=n-o;s<u;s+=i)a.push(l(e,s,s+i>u?u:s+i));1===o?(t=e[n-1],a.push(r[t>>2]+r[t<<4&63]+"==")):2===o&&(t=(e[n-2]<<8)+e[n-1],a.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"="));return a.join("")};for(var r=[],o=[],a="undefined"!=typeof Uint8Array?Uint8Array:Array,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,u=i.length;s<u;++s)r[s]=i[s],o[i.charCodeAt(s)]=s;function c(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function l(e,t,n){for(var o,a,i=[],s=t;s<n;s+=3)o=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),i.push(r[(a=o)>>18&63]+r[a>>12&63]+r[a>>6&63]+r[63&a]);return i.join("")}o["-".charCodeAt(0)]=62,o["_".charCodeAt(0)]=63},function(e,t){t.read=function(e,t,n,r,o){var a,i,s=8*o-r-1,u=(1<<s)-1,c=u>>1,l=-7,p=n?o-1:0,f=n?-1:1,h=e[t+p];for(p+=f,a=h&(1<<-l)-1,h>>=-l,l+=s;l>0;a=256*a+e[t+p],p+=f,l-=8);for(i=a&(1<<-l)-1,a>>=-l,l+=r;l>0;i=256*i+e[t+p],p+=f,l-=8);if(0===a)a=1-c;else{if(a===u)return i?NaN:1/0*(h?-1:1);i+=Math.pow(2,r),a-=c}return(h?-1:1)*i*Math.pow(2,a-r)},t.write=function(e,t,n,r,o,a){var i,s,u,c=8*a-o-1,l=(1<<c)-1,p=l>>1,f=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=r?0:a-1,d=r?1:-1,v=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,i=l):(i=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-i))<1&&(i--,u*=2),(t+=i+p>=1?f/u:f*Math.pow(2,1-p))*u>=2&&(i++,u/=2),i+p>=l?(s=0,i=l):i+p>=1?(s=(t*u-1)*Math.pow(2,o),i+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,o),i=0));o>=8;e[n+h]=255&s,h+=d,s/=256,o-=8);for(i=i<<o|s,c+=o;c>0;e[n+h]=255&i,h+=d,i/=256,c-=8);e[n+h-d]|=128*v}},function(e,t,n){var r=n(585);e.exports=r},function(e,t,n){var r=n(586),o=Array.prototype;e.exports=function(e){var t=e.map;return e===o||e instanceof Array&&t===o.map?r:t}},function(e,t,n){n(587);var r=n(42);e.exports=r("Array").map},function(e,t,n){"use strict";var r=n(24),o=n(89).map,a=n(155),i=n(64),s=a("map"),u=i("map");r({target:"Array",proto:!0,forced:!s||!u},{map:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(589);e.exports=r},function(e,t,n){var r=n(590),o=Array.prototype;e.exports=function(e){var t=e.reduce;return e===o||e instanceof Array&&t===o.reduce?r:t}},function(e,t,n){n(591);var r=n(42);e.exports=r("Array").reduce},function(e,t,n){"use strict";var r=n(24),o=n(592).left,a=n(113),i=n(64),s=a("reduce"),u=i("reduce",{1:0});r({target:"Array",proto:!0,forced:!s||!u},{reduce:function(e){return o(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(79),o=n(72),a=n(175),i=n(80),s=function(e){return function(t,n,s,u){r(n);var c=o(t),l=a(c),p=i(c.length),f=e?p-1:0,h=e?-1:1;if(s<2)for(;;){if(f in l){u=l[f],f+=h;break}if(f+=h,e?f<0:p<=f)throw TypeError("Reduce of empty array with no initial value")}for(;e?f>=0:p>f;f+=h)f in l&&(u=n(u,l[f],f,c));return u}};e.exports={left:s(!1),right:s(!0)}},function(e,t,n){var r=n(371);e.exports=r},function(e,t,n){n(24)({target:"Array",stat:!0},{isArray:n(153)})},function(e,t,n){var r=n(372);e.exports=r},function(e,t,n){var r=n(24),o=n(48);r({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperty:n(63).f})},function(e,t,n){var r=n(373);e.exports=r},function(e,t,n){n(599);var r=n(42);e.exports=r("Array").slice},function(e,t,n){"use strict";var r=n(24),o=n(45),a=n(153),i=n(225),s=n(80),u=n(69),c=n(154),l=n(39),p=n(155),f=n(64),h=p("slice"),d=f("slice",{ACCESSORS:!0,0:0,1:2}),v=l("species"),m=[].slice,g=Math.max;r({target:"Array",proto:!0,forced:!h||!d},{slice:function(e,t){var n,r,l,p=u(this),f=s(p.length),h=i(e,f),d=i(void 0===t?f:t,f);if(a(p)&&("function"!=typeof(n=p.constructor)||n!==Array&&!a(n.prototype)?o(n)&&null===(n=n[v])&&(n=void 0):n=void 0,n===Array||void 0===n))return m.call(p,h,d);for(r=new(void 0===n?Array:n)(g(d-h,0)),l=0;h<d;h++,l++)h in p&&c(r,l,p[h]);return r.length=l,r}})},function(e,t,n){var r=n(374);e.exports=r},function(e,t,n){var r=n(24),o=n(375);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(e,t,n){var r=n(603);e.exports=r},function(e,t,n){var r=n(604),o=Function.prototype;e.exports=function(e){var t=e.bind;return e===o||e instanceof Function&&t===o.bind?r:t}},function(e,t,n){n(605);var r=n(42);e.exports=r("Function").bind},function(e,t,n){n(24)({target:"Function",proto:!0},{bind:n(376)})},function(e,t,n){"use strict";e.exports=function(){}},function(e,t,n){"use strict";var r=n(608),o=n(129),a=n(81),i=n(609),s=r.twoArgumentPooler,u=r.fourArgumentPooler,c=/\/+/g;function l(e){return(""+e).replace(c,"$&/")}function p(e,t){this.func=e,this.context=t,this.count=0}function f(e,t,n){var r=e.func,o=e.context;r.call(o,t,e.count++)}function h(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function d(e,t,n){var r=e.result,i=e.keyPrefix,s=e.func,u=e.context,c=s.call(u,t,e.count++);Array.isArray(c)?v(c,r,n,a.thatReturnsArgument):null!=c&&(o.isValidElement(c)&&(c=o.cloneAndReplaceKey(c,i+(!c.key||t&&t.key===c.key?"":l(c.key)+"/")+n)),r.push(c))}function v(e,t,n,r,o){var a="";null!=n&&(a=l(n)+"/");var s=h.getPooled(t,a,r,o);i(e,d,s),h.release(s)}function m(e,t,n){return null}p.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},r.addPoolingTo(p,s),h.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},r.addPoolingTo(h,u);var g={forEach:function(e,t,n){if(null==e)return e;var r=p.getPooled(t,n);i(e,f,r),p.release(r)},map:function(e,t,n){if(null==e)return e;var r=[];return v(e,r,null,t,n),r},mapIntoWithKeyPrefixInternal:v,count:function(e,t){return i(e,m,null)},toArray:function(e){var t=[];return v(e,t,null,a.thatReturnsArgument),t}};e.exports=g},function(e,t,n){"use strict";var r=n(156),o=(n(26),function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)}),a=function(e){var t=this;e instanceof t||r("25"),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},i=o,s={addPoolingTo:function(e,t){var n=e;return n.instancePool=[],n.getPooled=t||i,n.poolSize||(n.poolSize=10),n.release=a,n},oneArgumentPooler:o,twoArgumentPooler:function(e,t){var n=this;if(n.instancePool.length){var r=n.instancePool.pop();return n.call(r,e,t),r}return new n(e,t)},threeArgumentPooler:function(e,t,n){var r=this;if(r.instancePool.length){var o=r.instancePool.pop();return r.call(o,e,t,n),o}return new r(e,t,n)},fourArgumentPooler:function(e,t,n,r){var o=this;if(o.instancePool.length){var a=o.instancePool.pop();return o.call(a,e,t,n,r),a}return new o(e,t,n,r)}};e.exports=s},function(e,t,n){"use strict";var r=n(156),o=(n(90),n(380)),a=n(610),i=(n(26),n(611));n(33);function s(e,t){return e&&"object"==typeof e&&null!=e.key?i.escape(e.key):t.toString(36)}function u(e,t,n,c){var l,p=typeof e;if("undefined"!==p&&"boolean"!==p||(e=null),null===e||"string"===p||"number"===p||"object"===p&&e.$$typeof===o)return n(c,e,""===t?"."+s(e,0):t),1;var f=0,h=""===t?".":t+":";if(Array.isArray(e))for(var d=0;d<e.length;d++)f+=u(l=e[d],h+s(l,d),n,c);else{var v=a(e);if(v){var m,g=v.call(e);if(v!==e.entries)for(var y=0;!(m=g.next()).done;)f+=u(l=m.value,h+s(l,y++),n,c);else for(;!(m=g.next()).done;){var b=m.value;b&&(f+=u(l=b[1],h+i.escape(b[0])+":"+s(l,0),n,c))}}else if("object"===p){var _=String(e);r("31","[object Object]"===_?"object with keys {"+Object.keys(e).join(", ")+"}":_,"")}}return f}e.exports=function(e,t,n){return null==e?0:u(e,"",t,n)}},function(e,t,n){"use strict";var r="function"==typeof Symbol&&Symbol.iterator;e.exports=function(e){var t=e&&(r&&e[r]||e["@@iterator"]);if("function"==typeof t)return t}},function(e,t,n){"use strict";var r={escape:function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))},unescape:function(e){var t={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(/(=0|=2)/g,(function(e){return t[e]}))}};e.exports=r},function(e,t,n){"use strict";var r=n(129).createFactory,o={a:r("a"),abbr:r("abbr"),address:r("address"),area:r("area"),article:r("article"),aside:r("aside"),audio:r("audio"),b:r("b"),base:r("base"),bdi:r("bdi"),bdo:r("bdo"),big:r("big"),blockquote:r("blockquote"),body:r("body"),br:r("br"),button:r("button"),canvas:r("canvas"),caption:r("caption"),cite:r("cite"),code:r("code"),col:r("col"),colgroup:r("colgroup"),data:r("data"),datalist:r("datalist"),dd:r("dd"),del:r("del"),details:r("details"),dfn:r("dfn"),dialog:r("dialog"),div:r("div"),dl:r("dl"),dt:r("dt"),em:r("em"),embed:r("embed"),fieldset:r("fieldset"),figcaption:r("figcaption"),figure:r("figure"),footer:r("footer"),form:r("form"),h1:r("h1"),h2:r("h2"),h3:r("h3"),h4:r("h4"),h5:r("h5"),h6:r("h6"),head:r("head"),header:r("header"),hgroup:r("hgroup"),hr:r("hr"),html:r("html"),i:r("i"),iframe:r("iframe"),img:r("img"),input:r("input"),ins:r("ins"),kbd:r("kbd"),keygen:r("keygen"),label:r("label"),legend:r("legend"),li:r("li"),link:r("link"),main:r("main"),map:r("map"),mark:r("mark"),menu:r("menu"),menuitem:r("menuitem"),meta:r("meta"),meter:r("meter"),nav:r("nav"),noscript:r("noscript"),object:r("object"),ol:r("ol"),optgroup:r("optgroup"),option:r("option"),output:r("output"),p:r("p"),param:r("param"),picture:r("picture"),pre:r("pre"),progress:r("progress"),q:r("q"),rp:r("rp"),rt:r("rt"),ruby:r("ruby"),s:r("s"),samp:r("samp"),script:r("script"),section:r("section"),select:r("select"),small:r("small"),source:r("source"),span:r("span"),strong:r("strong"),style:r("style"),sub:r("sub"),summary:r("summary"),sup:r("sup"),table:r("table"),tbody:r("tbody"),td:r("td"),textarea:r("textarea"),tfoot:r("tfoot"),th:r("th"),thead:r("thead"),time:r("time"),title:r("title"),tr:r("tr"),track:r("track"),u:r("u"),ul:r("ul"),var:r("var"),video:r("video"),wbr:r("wbr"),circle:r("circle"),clipPath:r("clipPath"),defs:r("defs"),ellipse:r("ellipse"),g:r("g"),image:r("image"),line:r("line"),linearGradient:r("linearGradient"),mask:r("mask"),path:r("path"),pattern:r("pattern"),polygon:r("polygon"),polyline:r("polyline"),radialGradient:r("radialGradient"),rect:r("rect"),stop:r("stop"),svg:r("svg"),text:r("text"),tspan:r("tspan")};e.exports=o},function(e,t,n){"use strict";var r=n(129).isValidElement,o=n(381);e.exports=o(r)},function(e,t,n){"use strict";var r=n(382),o=n(40),a=n(383),i=n(616),s=Function.call.bind(Object.prototype.hasOwnProperty);function u(){return null}e.exports=function(e,t){var n="function"==typeof Symbol&&Symbol.iterator;var c="<<anonymous>>",l={array:d("array"),bool:d("boolean"),func:d("function"),number:d("number"),object:d("object"),string:d("string"),symbol:d("symbol"),any:h(u),arrayOf:function(e){return h((function(t,n,r,o,i){if("function"!=typeof e)return new f("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var s=t[n];if(!Array.isArray(s))return new f("Invalid "+o+" `"+i+"` of type `"+m(s)+"` supplied to `"+r+"`, expected an array.");for(var u=0;u<s.length;u++){var c=e(s,u,r,o,i+"["+u+"]",a);if(c instanceof Error)return c}return null}))},element:h((function(t,n,r,o,a){var i=t[n];return e(i)?null:new f("Invalid "+o+" `"+a+"` of type `"+m(i)+"` supplied to `"+r+"`, expected a single ReactElement.")})),elementType:h((function(e,t,n,o,a){var i=e[t];return r.isValidElementType(i)?null:new f("Invalid "+o+" `"+a+"` of type `"+m(i)+"` supplied to `"+n+"`, expected a single ReactElement type.")})),instanceOf:function(e){return h((function(t,n,r,o,a){if(!(t[n]instanceof e)){var i=e.name||c;return new f("Invalid "+o+" `"+a+"` of type `"+(((s=t[n]).constructor&&s.constructor.name?s.constructor.name:c)+"` supplied to `")+r+"`, expected instance of `"+i+"`.")}var s;return null}))},node:h((function(e,t,n,r,o){return v(e[t])?null:new f("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return h((function(t,n,r,o,i){if("function"!=typeof e)return new f("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],c=m(u);if("object"!==c)return new f("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected an object.");for(var l in u)if(s(u,l)){var p=e(u,l,r,o,i+"."+l,a);if(p instanceof Error)return p}return null}))},oneOf:function(e){if(!Array.isArray(e))return u;return h((function(t,n,r,o,a){for(var i=t[n],s=0;s<e.length;s++)if(p(i,e[s]))return null;var u=JSON.stringify(e,(function(e,t){return"symbol"===g(t)?String(t):t}));return new f("Invalid "+o+" `"+a+"` of value `"+String(i)+"` supplied to `"+r+"`, expected one of "+u+".")}))},oneOfType:function(e){if(!Array.isArray(e))return u;for(var t=0;t<e.length;t++){var n=e[t];if("function"!=typeof n)return y(n),u}return h((function(t,n,r,o,i){for(var s=0;s<e.length;s++)if(null==(0,e[s])(t,n,r,o,i,a))return null;return new f("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")}))},shape:function(e){return h((function(t,n,r,o,i){var s=t[n],u=m(s);if("object"!==u)return new f("Invalid "+o+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected `object`.");for(var c in e){var l=e[c];if(l){var p=l(s,c,r,o,i+"."+c,a);if(p)return p}}return null}))},exact:function(e){return h((function(t,n,r,i,s){var u=t[n],c=m(u);if("object"!==c)return new f("Invalid "+i+" `"+s+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");var l=o({},t[n],e);for(var p in l){var h=e[p];if(!h)return new f("Invalid "+i+" `"+s+"` key `"+p+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(t[n],null,"  ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null,"  "));var d=h(u,p,r,i,s+"."+p,a);if(d)return d}return null}))}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function f(e){this.message=e,this.stack=""}function h(e){function n(n,r,o,i,s,u,l){if((i=i||c,u=u||o,l!==a)&&t){var p=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw p.name="Invariant Violation",p}return null==r[o]?n?null===r[o]?new f("The "+s+" `"+u+"` is marked as required in `"+i+"`, but its value is `null`."):new f("The "+s+" `"+u+"` is marked as required in `"+i+"`, but its value is `undefined`."):null:e(r,o,i,s,u)}var r=n.bind(null,!1);return r.isRequired=n.bind(null,!0),r}function d(e){return h((function(t,n,r,o,a,i){var s=t[n];return m(s)!==e?new f("Invalid "+o+" `"+a+"` of type `"+g(s)+"` supplied to `"+r+"`, expected `"+e+"`."):null}))}function v(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(v);if(null===t||e(t))return!0;var r=function(e){var t=e&&(n&&e[n]||e["@@iterator"]);if("function"==typeof t)return t}(t);if(!r)return!1;var o,a=r.call(t);if(r!==t.entries){for(;!(o=a.next()).done;)if(!v(o.value))return!1}else for(;!(o=a.next()).done;){var i=o.value;if(i&&!v(i[1]))return!1}return!0;default:return!1}}function m(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function g(e){if(null==e)return""+e;var t=m(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function y(e){var t=g(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return f.prototype=Error.prototype,l.checkPropTypes=i,l.resetWarningCache=i.resetWarningCache,l.PropTypes=l,l}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r="function"==typeof Symbol&&Symbol.for,o=r?Symbol.for("react.element"):60103,a=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):60108,u=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,p=r?Symbol.for("react.async_mode"):60111,f=r?Symbol.for("react.concurrent_mode"):60111,h=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,v=r?Symbol.for("react.memo"):60115,m=r?Symbol.for("react.lazy"):60116;function g(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case p:case f:case i:case u:case s:case d:return e;default:switch(e=e&&e.$$typeof){case l:case h:case c:return e;default:return t}}case m:case v:case a:return t}}}function y(e){return g(e)===f}t.typeOf=g,t.AsyncMode=p,t.ConcurrentMode=f,t.ContextConsumer=l,t.ContextProvider=c,t.Element=o,t.ForwardRef=h,t.Fragment=i,t.Lazy=m,t.Memo=v,t.Portal=a,t.Profiler=u,t.StrictMode=s,t.Suspense=d,t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===f||e===u||e===s||e===d||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===v||e.$$typeof===c||e.$$typeof===l||e.$$typeof===h)},t.isAsyncMode=function(e){return y(e)||g(e)===p},t.isConcurrentMode=y,t.isContextConsumer=function(e){return g(e)===l},t.isContextProvider=function(e){return g(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return g(e)===h},t.isFragment=function(e){return g(e)===i},t.isLazy=function(e){return g(e)===m},t.isMemo=function(e){return g(e)===v},t.isPortal=function(e){return g(e)===a},t.isProfiler=function(e){return g(e)===u},t.isStrictMode=function(e){return g(e)===s},t.isSuspense=function(e){return g(e)===d}},function(e,t,n){"use strict";function r(e,t,n,r,o){}r.resetWarningCache=function(){0},e.exports=r},function(e,t,n){"use strict";e.exports="15.6.2"},function(e,t,n){"use strict";var r=n(377).Component,o=n(129).isValidElement,a=n(378),i=n(619);e.exports=i(r,o,a)},function(e,t,n){"use strict";var r=n(40),o=n(181),a=n(26),i="mixins";e.exports=function(e,t,n){var s=[],u={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",UNSAFE_componentWillMount:"DEFINE_MANY",UNSAFE_componentWillReceiveProps:"DEFINE_MANY",UNSAFE_componentWillUpdate:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},c={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},l={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)f(e,t[n])},childContextTypes:function(e,t){e.childContextTypes=r({},e.childContextTypes,t)},contextTypes:function(e,t){e.contextTypes=r({},e.contextTypes,t)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=d(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,t){e.propTypes=r({},e.propTypes,t)},statics:function(e,t){!function(e,t){if(!t)return;for(var n in t){var r=t[n];if(t.hasOwnProperty(n)){if(a(!(n in l),'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n),n in e){var o=c.hasOwnProperty(n)?c[n]:null;return a("DEFINE_MANY_MERGED"===o,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),void(e[n]=d(e[n],r))}e[n]=r}}}(e,t)},autobind:function(){}};function p(e,t){var n=u.hasOwnProperty(t)?u[t]:null;b.hasOwnProperty(t)&&a("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&a("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function f(e,n){if(n){a("function"!=typeof n,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),a(!t(n),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var r=e.prototype,o=r.__reactAutoBindPairs;for(var s in n.hasOwnProperty(i)&&l.mixins(e,n.mixins),n)if(n.hasOwnProperty(s)&&s!==i){var c=n[s],f=r.hasOwnProperty(s);if(p(f,s),l.hasOwnProperty(s))l[s](e,c);else{var h=u.hasOwnProperty(s);if("function"==typeof c&&!h&&!f&&!1!==n.autobind)o.push(s,c),r[s]=c;else if(f){var m=u[s];a(h&&("DEFINE_MANY_MERGED"===m||"DEFINE_MANY"===m),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",m,s),"DEFINE_MANY_MERGED"===m?r[s]=d(r[s],c):"DEFINE_MANY"===m&&(r[s]=v(r[s],c))}else r[s]=c}}}else;}function h(e,t){for(var n in a(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects."),t)t.hasOwnProperty(n)&&(a(void 0===e[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),e[n]=t[n]);return e}function d(e,t){return function(){var n=e.apply(this,arguments),r=t.apply(this,arguments);if(null==n)return r;if(null==r)return n;var o={};return h(o,n),h(o,r),o}}function v(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function m(e,t){return t.bind(e)}var g={componentDidMount:function(){this.__isMounted=!0}},y={componentWillUnmount:function(){this.__isMounted=!1}},b={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return!!this.__isMounted}},_=function(){};return r(_.prototype,e.prototype,b),function(e){var t=function(e,r,i){this.__reactAutoBindPairs.length&&function(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=m(e,o)}}(this),this.props=e,this.context=r,this.refs=o,this.updater=i||n,this.state=null;var s=this.getInitialState?this.getInitialState():null;a("object"==typeof s&&!Array.isArray(s),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=s};for(var r in t.prototype=new _,t.prototype.constructor=t,t.prototype.__reactAutoBindPairs=[],s.forEach(f.bind(null,t)),f(t,g),f(t,e),f(t,y),t.getDefaultProps&&(t.defaultProps=t.getDefaultProps()),a(t.prototype.render,"createClass(...): Class specification must implement a `render` method."),u)t.prototype[r]||(t.prototype[r]=null);return t}}},function(e,t,n){"use strict";var r=n(156),o=n(129);n(26);e.exports=function(e){return o.isValidElement(e)||r("143"),e}},function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o=n(1),a=(r=o)&&r.__esModule?r:{default:r},i=n(623);t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:a.default.Map,n=Object.keys(e);return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:t(),o=arguments[1];return r.withMutations((function(t){n.forEach((function(n){var r=(0,e[n])(t.get(n),o);(0,i.validateNextState)(r,n,o),t.set(n,r)}))}))}},e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.validateNextState=t.getUnexpectedInvocationParameterMessage=t.getStateName=void 0;var r=i(n(384)),o=i(n(624)),a=i(n(625));function i(e){return e&&e.__esModule?e:{default:e}}t.getStateName=r.default,t.getUnexpectedInvocationParameterMessage=o.default,t.validateNextState=a.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a(n(1)),o=a(n(384));function a(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t,n){var a=Object.keys(t);if(!a.length)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";var i=(0,o.default)(n);if(!r.default.Iterable.isIterable(e))return"The "+i+' is of unexpected type. Expected argument to be an instance of Immutable.Iterable with the following properties: "'+a.join('", "')+'".';var s=e.keySeq().toArray().filter((function(e){return!t.hasOwnProperty(e)}));return s.length>0?"Unexpected "+(1===s.length?"property":"properties")+' "'+s.join('", "')+'" found in '+i+'. Expected to find one of the known reducer property names instead: "'+a.join('", "')+'". Unexpected properties will be ignored.':null},e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){if(void 0===e)throw new Error('Reducer "'+t+'" returned undefined when handling "'+n.type+'" action. To ignore an action, you must explicitly return the previous state.')},e.exports=t.default},function(e,t,n){var r=n(627);e.exports=r},function(e,t,n){var r=n(628),o=String.prototype;e.exports=function(e){var t=e.trim;return"string"==typeof e||e===o||e instanceof String&&t===o.trim?r:t}},function(e,t,n){n(629);var r=n(42);e.exports=r("String").trim},function(e,t,n){"use strict";var r=n(24),o=n(630).trim;r({target:"String",proto:!0,forced:n(631)("trim")},{trim:function(){return o(this)}})},function(e,t,n){var r=n(127),o="["+n(385)+"]",a=RegExp("^"+o+o+"*"),i=RegExp(o+o+"*$"),s=function(e){return function(t){var n=String(r(t));return 1&e&&(n=n.replace(a,"")),2&e&&(n=n.replace(i,"")),n}};e.exports={start:s(1),end:s(2),trim:s(3)}},function(e,t,n){var r=n(36),o=n(385);e.exports=function(e){return r((function(){return!!o[e]()||"​…᠎"!="​…᠎"[e]()||o[e].name!==e}))}},function(e,t,n){var r=n(633);e.exports=r},function(e,t,n){var r=n(634),o=String.prototype;e.exports=function(e){var t=e.startsWith;return"string"==typeof e||e===o||e instanceof String&&t===o.startsWith?r:t}},function(e,t,n){n(635);var r=n(42);e.exports=r("String").startsWith},function(e,t,n){"use strict";var r,o=n(24),a=n(106).f,i=n(80),s=n(386),u=n(127),c=n(387),l=n(97),p="".startsWith,f=Math.min,h=c("startsWith");o({target:"String",proto:!0,forced:!!(l||h||(r=a(String.prototype,"startsWith"),!r||r.writable))&&!h},{startsWith:function(e){var t=String(u(this));s(e);var n=i(f(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return p?p.call(t,r,n):t.slice(n,n+r.length)===r}})},function(e,t,n){var r=n(45),o=n(108),a=n(39)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==o(e))}},function(e,t,n){var r=n(638);e.exports=r},function(e,t,n){var r=n(639),o=Array.prototype;e.exports=function(e){var t=e.find;return e===o||e instanceof Array&&t===o.find?r:t}},function(e,t,n){n(640);var r=n(42);e.exports=r("Array").find},function(e,t,n){"use strict";var r=n(24),o=n(89).find,a=n(234),i=n(64),s="find",u=!0,c=i(s);s in[]&&Array(1).find((function(){u=!1})),r({target:"Array",proto:!0,forced:u||!c},{find:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),a(s)},function(e,t,n){var r=n(388);e.exports=r},function(e,t,n){n(643);var r=n(42);e.exports=r("Array").indexOf},function(e,t,n){"use strict";var r=n(24),o=n(224).indexOf,a=n(113),i=n(64),s=[].indexOf,u=!!s&&1/[1].indexOf(1,-0)<0,c=a("indexOf"),l=i("indexOf",{ACCESSORS:!0,1:0});r({target:"Array",proto:!0,forced:u||!c||!l},{indexOf:function(e){return u?s.apply(this,arguments)||0:o(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(241),o=n(389);e.exports=function(e){if(r(e))return o(e)}},function(e,t,n){var r=n(371);e.exports=r},function(e,t,n){var r=n(392);e.exports=r},function(e,t,n){var r=n(24),o=n(393);r({target:"Array",stat:!0,forced:!n(396)((function(e){Array.from(e)}))},{from:o})},function(e,t,n){n(74),n(98);var r=n(649);e.exports=r},function(e,t,n){var r=n(88),o=n(39),a=n(111),i=o("iterator");e.exports=function(e){var t=Object(e);return void 0!==t[i]||"@@iterator"in t||a.hasOwnProperty(r(t))}},function(e,t,n){e.exports=n(651)},function(e,t,n){var r=n(373);e.exports=r},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){var r=n(654);e.exports=r},function(e,t,n){var r=n(655),o=n(657),a=Array.prototype,i=String.prototype;e.exports=function(e){var t=e.includes;return e===a||e instanceof Array&&t===a.includes?r:"string"==typeof e||e===i||e instanceof String&&t===i.includes?o:t}},function(e,t,n){n(656);var r=n(42);e.exports=r("Array").includes},function(e,t,n){"use strict";var r=n(24),o=n(224).includes,a=n(234);r({target:"Array",proto:!0,forced:!n(64)("indexOf",{ACCESSORS:!0,1:0})},{includes:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}}),a("includes")},function(e,t,n){n(658);var r=n(42);e.exports=r("String").includes},function(e,t,n){"use strict";var r=n(24),o=n(386),a=n(127);r({target:"String",proto:!0,forced:!n(387)("includes")},{includes:function(e){return!!~String(a(this)).indexOf(o(e),arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(660);e.exports=r},function(e,t,n){var r=n(661),o=Array.prototype;e.exports=function(e){var t=e.some;return e===o||e instanceof Array&&t===o.some?r:t}},function(e,t,n){n(662);var r=n(42);e.exports=r("Array").some},function(e,t,n){"use strict";var r=n(24),o=n(89).some,a=n(113),i=n(64),s=a("some"),u=i("some");r({target:"Array",proto:!0,forced:!s||!u},{some:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(399),o=n(397),a=n(179);e.exports=function(e,t){if(void 0!==a&&o(Object(e))){var n=[],i=!0,s=!1,u=void 0;try{for(var c,l=r(e);!(i=(c=l.next()).done)&&(n.push(c.value),!t||n.length!==t);i=!0);}catch(e){s=!0,u=e}finally{try{i||null==l.return||l.return()}finally{if(s)throw u}}return n}}},function(e,t,n){n(74),n(98);var r=n(400);e.exports=r},function(e,t,n){var r=n(666);e.exports=r},function(e,t,n){var r=n(667),o=Array.prototype;e.exports=function(e){var t=e.sort;return e===o||e instanceof Array&&t===o.sort?r:t}},function(e,t,n){n(668);var r=n(42);e.exports=r("Array").sort},function(e,t,n){"use strict";var r=n(24),o=n(79),a=n(72),i=n(36),s=n(113),u=[],c=u.sort,l=i((function(){u.sort(void 0)})),p=i((function(){u.sort(null)})),f=s("sort");r({target:"Array",proto:!0,forced:l||!p||!f},{sort:function(e){return void 0===e?c.call(a(this)):c.call(a(this),o(e))}})},function(e,t,n){var r=n(670);e.exports=r},function(e,t,n){n(671);var r=n(42);e.exports=r("Array").forEach},function(e,t,n){"use strict";var r=n(24),o=n(672);r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(e,t,n){"use strict";var r=n(89).forEach,o=n(113),a=n(64),i=o("forEach"),s=a("forEach");e.exports=i&&s?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},function(e,t,n){e.exports=n(674)},function(e,t,n){n(74),n(98);var r=n(157);e.exports=r},function(e,t,n){n(74);var r=n(676),o=n(88),a=Array.prototype,i={DOMTokenList:!0,NodeList:!0};e.exports=function(e){var t=e.entries;return e===a||e instanceof Array&&t===a.entries||i.hasOwnProperty(o(e))?r:t}},function(e,t,n){var r=n(677);e.exports=r},function(e,t,n){n(152);var r=n(42);e.exports=r("Array").entries},function(e,t,n){var r=n(94),o=n(281);e.exports=function(e){return o(r(e).toLowerCase())}},function(e,t,n){var r=n(130),o=Object.prototype,a=o.hasOwnProperty,i=o.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=a.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var o=i.call(e);return r&&(t?e[s]=n:delete e[s]),o}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t,n){var r=n(682),o=n(407),a=n(683),i=n(94);e.exports=function(e){return function(t){t=i(t);var n=o(t)?a(t):void 0,s=n?n[0]:t.charAt(0),u=n?r(n,1).join(""):t.slice(1);return s[e]()+u}}},function(e,t,n){var r=n(406);e.exports=function(e,t,n){var o=e.length;return n=void 0===n?o:n,!t&&n>=o?e:r(e,t,n)}},function(e,t,n){var r=n(684),o=n(407),a=n(685);e.exports=function(e){return o(e)?a(e):r(e)}},function(e,t){e.exports=function(e){return e.split("")}},function(e,t){var n="[\\ud800-\\udfff]",r="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",o="\\ud83c[\\udffb-\\udfff]",a="[^\\ud800-\\udfff]",i="(?:\\ud83c[\\udde6-\\uddff]){2}",s="[\\ud800-\\udbff][\\udc00-\\udfff]",u="(?:"+r+"|"+o+")"+"?",c="[\\ufe0e\\ufe0f]?",l=c+u+("(?:\\u200d(?:"+[a,i,s].join("|")+")"+c+u+")*"),p="(?:"+[a+r+"?",r,i,s,n].join("|")+")",f=RegExp(o+"(?="+o+")|"+p+l,"g");e.exports=function(e){return e.match(f)||[]}},function(e,t,n){var r=n(408),o=n(687),a=n(690),i=RegExp("['’]","g");e.exports=function(e){return function(t){return r(a(o(t).replace(i,"")),e,"")}}},function(e,t,n){var r=n(688),o=n(94),a=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,i=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");e.exports=function(e){return(e=o(e))&&e.replace(a,r).replace(i,"")}},function(e,t,n){var r=n(689)({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"});e.exports=r},function(e,t){e.exports=function(e){return function(t){return null==e?void 0:e[t]}}},function(e,t,n){var r=n(691),o=n(692),a=n(94),i=n(693);e.exports=function(e,t,n){return e=a(e),void 0===(t=n?void 0:t)?o(e)?i(e):r(e):e.match(t)||[]}},function(e,t){var n=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;e.exports=function(e){return e.match(n)||[]}},function(e,t){var n=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;e.exports=function(e){return n.test(e)}},function(e,t){var n="\\u2700-\\u27bf",r="a-z\\xdf-\\xf6\\xf8-\\xff",o="A-Z\\xc0-\\xd6\\xd8-\\xde",a="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",i="["+a+"]",s="\\d+",u="[\\u2700-\\u27bf]",c="["+r+"]",l="[^\\ud800-\\udfff"+a+s+n+r+o+"]",p="(?:\\ud83c[\\udde6-\\uddff]){2}",f="[\\ud800-\\udbff][\\udc00-\\udfff]",h="["+o+"]",d="(?:"+c+"|"+l+")",v="(?:"+h+"|"+l+")",m="(?:['’](?:d|ll|m|re|s|t|ve))?",g="(?:['’](?:D|LL|M|RE|S|T|VE))?",y="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",b="[\\ufe0e\\ufe0f]?",_=b+y+("(?:\\u200d(?:"+["[^\\ud800-\\udfff]",p,f].join("|")+")"+b+y+")*"),w="(?:"+[u,p,f].join("|")+")"+_,x=RegExp([h+"?"+c+"+"+m+"(?="+[i,h,"$"].join("|")+")",v+"+"+g+"(?="+[i,h+d,"$"].join("|")+")",h+"?"+d+"+"+m,h+"+"+g,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",s,w].join("|"),"g");e.exports=function(e){return e.match(x)||[]}},function(e,t,n){var r=n(695),o=n(185),a=n(243);e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(a||o),string:new r}}},function(e,t,n){var r=n(696),o=n(701),a=n(702),i=n(703),s=n(704);function u(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}u.prototype.clear=r,u.prototype.delete=o,u.prototype.get=a,u.prototype.has=i,u.prototype.set=s,e.exports=u},function(e,t,n){var r=n(184);e.exports=function(){this.__data__=r?r(null):{},this.size=0}},function(e,t,n){var r=n(68),o=n(698),a=n(60),i=n(409),s=/^\[object .+?Constructor\]$/,u=Function.prototype,c=Object.prototype,l=u.toString,p=c.hasOwnProperty,f=RegExp("^"+l.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!a(e)||o(e))&&(r(e)?f:s).test(i(e))}},function(e,t,n){var r,o=n(699),a=(r=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!a&&a in e}},function(e,t,n){var r=n(75)["__core-js_shared__"];e.exports=r},function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},function(e,t){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},function(e,t,n){var r=n(184),o=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return o.call(t,e)?t[e]:void 0}},function(e,t,n){var r=n(184),o=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:o.call(t,e)}},function(e,t,n){var r=n(184);e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},function(e,t){e.exports=function(){this.__data__=[],this.size=0}},function(e,t,n){var r=n(186),o=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():o.call(t,n,1),--this.size,!0)}},function(e,t,n){var r=n(186);e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},function(e,t,n){var r=n(186);e.exports=function(e){return r(this.__data__,e)>-1}},function(e,t,n){var r=n(186);e.exports=function(e,t){var n=this.__data__,o=r(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}},function(e,t,n){var r=n(187);e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},function(e,t){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},function(e,t,n){var r=n(187);e.exports=function(e){return r(this,e).get(e)}},function(e,t,n){var r=n(187);e.exports=function(e){return r(this,e).has(e)}},function(e,t,n){var r=n(187);e.exports=function(e,t){var n=r(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this}},function(e,t,n){var r=n(188),o=n(117),a=n(116);e.exports=function(e){return function(t,n,i){var s=Object(t);if(!o(t)){var u=r(n,3);t=a(t),n=function(e){return u(s[e],e,s)}}var c=e(t,n,i);return c>-1?s[u?t[c]:c]:void 0}}},function(e,t,n){var r=n(717),o=n(742),a=n(421);e.exports=function(e){var t=o(e);return 1==t.length&&t[0][2]?a(t[0][0],t[0][1]):function(n){return n===e||r(n,e,t)}}},function(e,t,n){var r=n(244),o=n(410);e.exports=function(e,t,n,a){var i=n.length,s=i,u=!a;if(null==e)return!s;for(e=Object(e);i--;){var c=n[i];if(u&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++i<s;){var l=(c=n[i])[0],p=e[l],f=c[1];if(u&&c[2]){if(void 0===p&&!(l in e))return!1}else{var h=new r;if(a)var d=a(p,f,l,e,t,h);if(!(void 0===d?o(f,p,3,a,h):d))return!1}}return!0}},function(e,t,n){var r=n(185);e.exports=function(){this.__data__=new r,this.size=0}},function(e,t){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},function(e,t){e.exports=function(e){return this.__data__.get(e)}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t,n){var r=n(185),o=n(243),a=n(242);e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var i=n.__data__;if(!o||i.length<199)return i.push([e,t]),this.size=++n.size,this;n=this.__data__=new a(i)}return n.set(e,t),this.size=n.size,this}},function(e,t,n){var r=n(244),o=n(411),a=n(728),i=n(731),s=n(159),u=n(53),c=n(190),l=n(247),p="[object Arguments]",f="[object Array]",h="[object Object]",d=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,v,m,g){var y=u(e),b=u(t),_=y?f:s(e),w=b?f:s(t),x=(_=_==p?h:_)==h,E=(w=w==p?h:w)==h,C=_==w;if(C&&c(e)){if(!c(t))return!1;y=!0,x=!1}if(C&&!x)return g||(g=new r),y||l(e)?o(e,t,n,v,m,g):a(e,t,_,n,v,m,g);if(!(1&n)){var S=x&&d.call(e,"__wrapped__"),A=E&&d.call(t,"__wrapped__");if(S||A){var k=S?e.value():e,O=A?t.value():t;return g||(g=new r),m(k,O,n,v,g)}}return!!C&&(g||(g=new r),i(e,t,n,v,m,g))}},function(e,t,n){var r=n(242),o=n(725),a=n(726);function i(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new r;++t<n;)this.add(e[t])}i.prototype.add=i.prototype.push=o,i.prototype.has=a,e.exports=i},function(e,t){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},function(e,t){e.exports=function(e){return this.__data__.has(e)}},function(e,t){e.exports=function(e,t){return e.has(t)}},function(e,t,n){var r=n(130),o=n(413),a=n(124),i=n(411),s=n(729),u=n(730),c=r?r.prototype:void 0,l=c?c.valueOf:void 0;e.exports=function(e,t,n,r,c,p,f){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!p(new o(e),new o(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return a(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var h=s;case"[object Set]":var d=1&r;if(h||(h=u),e.size!=t.size&&!d)return!1;var v=f.get(e);if(v)return v==t;r|=2,f.set(e,t);var m=i(h(e),h(t),r,c,p,f);return f.delete(e),m;case"[object Symbol]":if(l)return l.call(e)==l.call(t)}return!1}},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}},function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}},function(e,t,n){var r=n(414),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,a,i,s){var u=1&n,c=r(e),l=c.length;if(l!=r(t).length&&!u)return!1;for(var p=l;p--;){var f=c[p];if(!(u?f in t:o.call(t,f)))return!1}var h=s.get(e);if(h&&s.get(t))return h==t;var d=!0;s.set(e,t),s.set(t,e);for(var v=u;++p<l;){var m=e[f=c[p]],g=t[f];if(a)var y=u?a(g,m,f,t,e,s):a(m,g,f,e,t,s);if(!(void 0===y?m===g||i(m,g,n,a,s):y)){d=!1;break}v||(v="constructor"==f)}if(d&&!v){var b=e.constructor,_=t.constructor;b==_||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof _&&_ instanceof _||(d=!1)}return s.delete(e),s.delete(t),d}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,o=0,a=[];++n<r;){var i=e[n];t(i,n,e)&&(a[o++]=i)}return a}},function(e,t){e.exports=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}},function(e,t,n){var r=n(114),o=n(91);e.exports=function(e){return o(e)&&"[object Arguments]"==r(e)}},function(e,t){e.exports=function(){return!1}},function(e,t,n){var r=n(114),o=n(248),a=n(91),i={};i["[object Float32Array]"]=i["[object Float64Array]"]=i["[object Int8Array]"]=i["[object Int16Array]"]=i["[object Int32Array]"]=i["[object Uint8Array]"]=i["[object Uint8ClampedArray]"]=i["[object Uint16Array]"]=i["[object Uint32Array]"]=!0,i["[object Arguments]"]=i["[object Array]"]=i["[object ArrayBuffer]"]=i["[object Boolean]"]=i["[object DataView]"]=i["[object Date]"]=i["[object Error]"]=i["[object Function]"]=i["[object Map]"]=i["[object Number]"]=i["[object Object]"]=i["[object RegExp]"]=i["[object Set]"]=i["[object String]"]=i["[object WeakMap]"]=!1,e.exports=function(e){return a(e)&&o(e.length)&&!!i[r(e)]}},function(e,t,n){var r=n(419)(Object.keys,Object);e.exports=r},function(e,t,n){var r=n(115)(n(75),"DataView");e.exports=r},function(e,t,n){var r=n(115)(n(75),"Promise");e.exports=r},function(e,t,n){var r=n(115)(n(75),"Set");e.exports=r},function(e,t,n){var r=n(115)(n(75),"WeakMap");e.exports=r},function(e,t,n){var r=n(420),o=n(116);e.exports=function(e){for(var t=o(e),n=t.length;n--;){var a=t[n],i=e[a];t[n]=[a,i,r(i)]}return t}},function(e,t,n){var r=n(410),o=n(46),a=n(422),i=n(251),s=n(420),u=n(421),c=n(132);e.exports=function(e,t){return i(e)&&s(t)?u(c(e),t):function(n){var i=o(n,e);return void 0===i&&i===t?a(n,e):r(t,i,3)}}},function(e,t,n){var r=n(745),o=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,a=/\\(\\)?/g,i=r((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(o,(function(e,n,r,o){t.push(r?o.replace(a,"$1"):n||e)})),t}));e.exports=i},function(e,t,n){var r=n(282);e.exports=function(e){var t=r(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},function(e,t){e.exports=function(e,t){return null!=e&&t in Object(e)}},function(e,t,n){var r=n(131),o=n(189),a=n(53),i=n(192),s=n(248),u=n(132);e.exports=function(e,t,n){for(var c=-1,l=(t=r(t,e)).length,p=!1;++c<l;){var f=u(t[c]);if(!(p=null!=e&&n(e,f)))break;e=e[f]}return p||++c!=l?p:!!(l=null==e?0:e.length)&&s(l)&&i(f,l)&&(a(e)||o(e))}},function(e,t,n){var r=n(749),o=n(750),a=n(251),i=n(132);e.exports=function(e){return a(e)?r(i(e)):o(e)}},function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},function(e,t,n){var r=n(193);e.exports=function(e){return function(t){return r(t,e)}}},function(e,t,n){var r=n(752),o=n(188),a=n(423),i=Math.max;e.exports=function(e,t,n){var s=null==e?0:e.length;if(!s)return-1;var u=null==n?0:a(n);return u<0&&(u=i(s+u,0)),r(e,o(t,3),u)}},function(e,t){e.exports=function(e,t,n,r){for(var o=e.length,a=n+(r?1:-1);r?a--:++a<o;)if(t(e[a],a,e))return a;return-1}},function(e,t,n){var r=n(424),o=1/0;e.exports=function(e){return e?(e=r(e))===o||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},function(e,t,n){var r=n(425);e.exports=function(e,t){var n;return r(e,(function(e,r,o){return!(n=t(e,r,o))})),!!n}},function(e,t,n){var r=n(756),o=n(116);e.exports=function(e,t){return e&&r(e,t,o)}},function(e,t,n){var r=n(757)();e.exports=r},function(e,t){e.exports=function(e){return function(t,n,r){for(var o=-1,a=Object(t),i=r(t),s=i.length;s--;){var u=i[e?s:++o];if(!1===n(a[u],u,a))break}return t}}},function(e,t,n){var r=n(117);e.exports=function(e,t){return function(n,o){if(null==n)return n;if(!r(n))return e(n,o);for(var a=n.length,i=t?a:-1,s=Object(n);(t?i--:++i<a)&&!1!==o(s[i],i,s););return n}}},function(e,t){var n={"&":"&amp;",'"':"&quot;","'":"&apos;","<":"&lt;",">":"&gt;"};e.exports=function(e){return e&&e.replace?e.replace(/([&"<>'])/g,(function(e,t){return n[t]})):e}},function(e,t,n){e.exports=o;var r=n(253).EventEmitter;function o(){r.call(this)}n(65)(o,r),o.Readable=n(254),o.Writable=n(767),o.Duplex=n(768),o.Transform=n(769),o.PassThrough=n(770),o.Stream=o,o.prototype.pipe=function(e,t){var n=this;function o(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function a(){n.readable&&n.resume&&n.resume()}n.on("data",o),e.on("drain",a),e._isStdio||t&&!1===t.end||(n.on("end",s),n.on("close",u));var i=!1;function s(){i||(i=!0,e.end())}function u(){i||(i=!0,"function"==typeof e.destroy&&e.destroy())}function c(e){if(l(),0===r.listenerCount(this,"error"))throw e}function l(){n.removeListener("data",o),e.removeListener("drain",a),n.removeListener("end",s),n.removeListener("close",u),n.removeListener("error",c),e.removeListener("error",c),n.removeListener("end",l),n.removeListener("close",l),e.removeListener("close",l)}return n.on("error",c),e.on("error",c),n.on("end",l),n.on("close",l),e.on("close",l),e.emit("pipe",n),e}},function(e,t){},function(e,t,n){"use strict";var r=n(66).Buffer,o=n(763);e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}return e.prototype.push=function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n},e.prototype.concat=function(e){if(0===this.length)return r.alloc(0);if(1===this.length)return this.head.data;for(var t,n,o,a=r.allocUnsafe(e>>>0),i=this.head,s=0;i;)t=i.data,n=a,o=s,t.copy(n,o),s+=i.data.length,i=i.next;return a},e}(),o&&o.inspect&&o.inspect.custom&&(e.exports.prototype[o.inspect.custom]=function(){var e=o.inspect({length:this.length});return this.constructor.name+" "+e})},function(e,t){},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,o,a,i,s,u=1,c={},l=!1,p=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){d(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((a=new MessageChannel).port1.onmessage=function(e){d(e.data)},r=function(e){a.port2.postMessage(e)}):p&&"onreadystatechange"in p.createElement("script")?(o=p.documentElement,r=function(e){var t=p.createElement("script");t.onreadystatechange=function(){d(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):r=function(e){setTimeout(d,0,e)}:(i="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(i)&&d(+t.data.slice(i.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),r=function(t){e.postMessage(i+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var o={callback:e,args:t};return c[u]=o,r(u),u++},f.clearImmediate=h}function h(e){delete c[e]}function d(e){if(l)setTimeout(d,0,e);else{var t=c[e];if(t){l=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{h(e),l=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(54),n(92))},function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(e){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n(54))},function(e,t,n){"use strict";e.exports=a;var r=n(432),o=n(160);function a(e){if(!(this instanceof a))return new a(e);r.call(this,e)}o.inherits=n(65),o.inherits(a,r),a.prototype._transform=function(e,t,n){n(null,e)}},function(e,t,n){e.exports=n(255)},function(e,t,n){e.exports=n(118)},function(e,t,n){e.exports=n(254).Transform},function(e,t,n){e.exports=n(254).PassThrough},function(e,t,n){"use strict";var r=n(772),o=Math.abs,a=Math.floor;e.exports=function(e){return isNaN(e)?0:0!==(e=Number(e))&&isFinite(e)?r(e)*a(o(e)):e}},function(e,t,n){"use strict";e.exports=n(773)()?Math.sign:n(774)},function(e,t,n){"use strict";e.exports=function(){var e=Math.sign;return"function"==typeof e&&(1===e(10)&&-1===e(-20))}},function(e,t,n){"use strict";e.exports=function(e){return e=Number(e),isNaN(e)||0===e?e:e>0?1:-1}},function(e,t,n){"use strict";var r=n(99),o=n(195),a=n(121),i=n(777),s=n(435);e.exports=function e(t){var n,u,c;if(r(t),(n=Object(arguments[1])).async&&n.promise)throw new Error("Options 'async' and 'promise' cannot be used together");return hasOwnProperty.call(t,"__memoized__")&&!n.force?t:(u=s(n.length,t.length,n.async&&a.async),c=i(t,u,n),o(a,(function(e,t){n[t]&&e(n[t],c,n)})),e.__profiler__&&e.__profiler__(c),c.updateEnv(),c.memoized)}},function(e,t,n){"use strict";var r=n(99),o=n(133),a=Function.prototype.bind,i=Function.prototype.call,s=Object.keys,u=Object.prototype.propertyIsEnumerable;e.exports=function(e,t){return function(n,c){var l,p=arguments[2],f=arguments[3];return n=Object(o(n)),r(c),l=s(n),f&&l.sort("function"==typeof f?a.call(f,n):void 0),"function"!=typeof e&&(e=l[e]),i.call(e,l,(function(e,r){return u.call(n,e)?i.call(c,p,n[e],e,n,r):t}))}}},function(e,t,n){"use strict";var r=n(778),o=n(437),a=n(196),i=n(788).methods,s=n(789),u=n(801),c=Function.prototype.apply,l=Function.prototype.call,p=Object.create,f=Object.defineProperties,h=i.on,d=i.emit;e.exports=function(e,t,n){var i,v,m,g,y,b,_,w,x,E,C,S,A,k,O,j=p(null);return v=!1!==t?t:isNaN(e.length)?1:e.length,n.normalizer&&(E=u(n.normalizer),m=E.get,g=E.set,y=E.delete,b=E.clear),null!=n.resolvers&&(O=s(n.resolvers)),k=m?o((function(t){var n,o,a=arguments;if(O&&(a=O(a)),null!==(n=m(a))&&hasOwnProperty.call(j,n))return C&&i.emit("get",n,a,this),j[n];if(o=1===a.length?l.call(e,this,a[0]):c.call(e,this,a),null===n){if(null!==(n=m(a)))throw r("Circular invocation","CIRCULAR_INVOCATION");n=g(a)}else if(hasOwnProperty.call(j,n))throw r("Circular invocation","CIRCULAR_INVOCATION");return j[n]=o,S&&i.emit("set",n,null,o),o}),v):0===t?function(){var t;if(hasOwnProperty.call(j,"data"))return C&&i.emit("get","data",arguments,this),j.data;if(t=arguments.length?c.call(e,this,arguments):l.call(e,this),hasOwnProperty.call(j,"data"))throw r("Circular invocation","CIRCULAR_INVOCATION");return j.data=t,S&&i.emit("set","data",null,t),t}:function(t){var n,o,a=arguments;if(O&&(a=O(arguments)),o=String(a[0]),hasOwnProperty.call(j,o))return C&&i.emit("get",o,a,this),j[o];if(n=1===a.length?l.call(e,this,a[0]):c.call(e,this,a),hasOwnProperty.call(j,o))throw r("Circular invocation","CIRCULAR_INVOCATION");return j[o]=n,S&&i.emit("set",o,null,n),n},i={original:e,memoized:k,profileName:n.profileName,get:function(e){return O&&(e=O(e)),m?m(e):String(e[0])},has:function(e){return hasOwnProperty.call(j,e)},delete:function(e){var t;hasOwnProperty.call(j,e)&&(y&&y(e),t=j[e],delete j[e],A&&i.emit("delete",e,t))},clear:function(){var e=j;b&&b(),j=p(null),i.emit("clear",e)},on:function(e,t){return"get"===e?C=!0:"set"===e?S=!0:"delete"===e&&(A=!0),h.call(this,e,t)},emit:d,updateEnv:function(){e=i.original}},_=m?o((function(e){var t,n=arguments;O&&(n=O(n)),null!==(t=m(n))&&i.delete(t)}),v):0===t?function(){return i.delete("data")}:function(e){return O&&(e=O(arguments)[0]),i.delete(e)},w=o((function(){var e,n=arguments;return 0===t?j.data:(O&&(n=O(n)),e=m?m(n):String(n[0]),j[e])})),x=o((function(){var e,n=arguments;return 0===t?i.has("data"):(O&&(n=O(n)),null!==(e=m?m(n):String(n[0]))&&i.has(e))})),f(k,{__memoized__:a(!0),delete:a(_),clear:a(i.clear),_get:a(w),_has:a(x)}),i}},function(e,t,n){"use strict";var r=n(436),o=n(784),a=n(119),i=Error.captureStackTrace;t=e.exports=function(e){var n=new Error(e),s=arguments[1],u=arguments[2];return a(u)||o(s)&&(u=s,s=null),a(u)&&r(n,u),a(s)&&(n.code=s),i&&i(n,t),n}},function(e,t,n){"use strict";e.exports=function(){var e,t=Object.assign;return"function"==typeof t&&(t(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}},function(e,t,n){"use strict";var r=n(781),o=n(133),a=Math.max;e.exports=function(e,t){var n,i,s,u=a(arguments.length,2);for(e=Object(o(e)),s=function(r){try{e[r]=t[r]}catch(e){n||(n=e)}},i=1;i<u;++i)r(t=arguments[i]).forEach(s);if(void 0!==n)throw n;return e}},function(e,t,n){"use strict";e.exports=n(782)()?Object.keys:n(783)},function(e,t,n){"use strict";e.exports=function(){try{return Object.keys("primitive"),!0}catch(e){return!1}}},function(e,t,n){"use strict";var r=n(119),o=Object.keys;e.exports=function(e){return o(r(e)?Object(e):e)}},function(e,t,n){"use strict";var r=n(119),o={function:!0,object:!0};e.exports=function(e){return r(e)&&o[typeof e]||!1}},function(e,t,n){"use strict";e.exports=n(786)()?String.prototype.contains:n(787)},function(e,t,n){"use strict";var r="razdwatrzy";e.exports=function(){return"function"==typeof r.contains&&(!0===r.contains("dwa")&&!1===r.contains("foo"))}},function(e,t,n){"use strict";var r=String.prototype.indexOf;e.exports=function(e){return r.call(this,e,arguments[1])>-1}},function(e,t,n){"use strict";var r,o,a,i,s,u,c,l=n(196),p=n(99),f=Function.prototype.apply,h=Function.prototype.call,d=Object.create,v=Object.defineProperty,m=Object.defineProperties,g=Object.prototype.hasOwnProperty,y={configurable:!0,enumerable:!1,writable:!0};o=function(e,t){var n,o;return p(t),o=this,r.call(this,e,n=function(){a.call(o,e,n),f.call(t,this,arguments)}),n.__eeOnceListener__=t,this},s={on:r=function(e,t){var n;return p(t),g.call(this,"__ee__")?n=this.__ee__:(n=y.value=d(null),v(this,"__ee__",y),y.value=null),n[e]?"object"==typeof n[e]?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this},once:o,off:a=function(e,t){var n,r,o,a;if(p(t),!g.call(this,"__ee__"))return this;if(!(n=this.__ee__)[e])return this;if("object"==typeof(r=n[e]))for(a=0;o=r[a];++a)o!==t&&o.__eeOnceListener__!==t||(2===r.length?n[e]=r[a?0:1]:r.splice(a,1));else r!==t&&r.__eeOnceListener__!==t||delete n[e];return this},emit:i=function(e){var t,n,r,o,a;if(g.call(this,"__ee__")&&(o=this.__ee__[e]))if("object"==typeof o){for(n=arguments.length,a=new Array(n-1),t=1;t<n;++t)a[t-1]=arguments[t];for(o=o.slice(),t=0;r=o[t];++t)f.call(r,this,a)}else switch(arguments.length){case 1:h.call(o,this);break;case 2:h.call(o,this,arguments[1]);break;case 3:h.call(o,this,arguments[1],arguments[2]);break;default:for(n=arguments.length,a=new Array(n-1),t=1;t<n;++t)a[t-1]=arguments[t];f.call(o,this,a)}}},u={on:l(r),once:l(o),off:l(a),emit:l(i)},c=m({},u),e.exports=t=function(e){return null==e?d(c):m(Object(e),u)},t.methods=s},function(e,t,n){"use strict";var r,o=n(790),a=n(119),i=n(99),s=Array.prototype.slice;r=function(e){return this.map((function(t,n){return t?t(e[n]):e[n]})).concat(s.call(e,this.length))},e.exports=function(e){return(e=o(e)).forEach((function(e){a(e)&&i(e)})),r.bind(e)}},function(e,t,n){"use strict";var r=n(257),o=Array.isArray;e.exports=function(e){return o(e)?e:r(e)}},function(e,t,n){"use strict";e.exports=function(){var e,t,n=Array.from;return"function"==typeof n&&(t=n(e=["raz","dwa"]),Boolean(t&&t!==e&&"dwa"===t[1]))}},function(e,t,n){"use strict";var r=n(793).iterator,o=n(798),a=n(799),i=n(120),s=n(99),u=n(133),c=n(119),l=n(800),p=Array.isArray,f=Function.prototype.call,h={configurable:!0,enumerable:!0,writable:!0,value:null},d=Object.defineProperty;e.exports=function(e){var t,n,v,m,g,y,b,_,w,x,E=arguments[1],C=arguments[2];if(e=Object(u(e)),c(E)&&s(E),this&&this!==Array&&a(this))t=this;else{if(!E){if(o(e))return 1!==(g=e.length)?Array.apply(null,e):((m=new Array(1))[0]=e[0],m);if(p(e)){for(m=new Array(g=e.length),n=0;n<g;++n)m[n]=e[n];return m}}m=[]}if(!p(e))if(void 0!==(w=e[r])){for(b=s(w).call(e),t&&(m=new t),_=b.next(),n=0;!_.done;)x=E?f.call(E,C,_.value,n):_.value,t?(h.value=x,d(m,n,h)):m[n]=x,_=b.next(),++n;g=n}else if(l(e)){for(g=e.length,t&&(m=new t),n=0,v=0;n<g;++n)x=e[n],n+1<g&&(y=x.charCodeAt(0))>=55296&&y<=56319&&(x+=e[++n]),x=E?f.call(E,C,x,v):x,t?(h.value=x,d(m,v,h)):m[v]=x,++v;g=v}if(void 0===g)for(g=i(e.length),t&&(m=new t(g)),n=0;n<g;++n)x=E?f.call(E,C,e[n],n):e[n],t?(h.value=x,d(m,n,h)):m[n]=x;return t&&(h.value=null,m.length=g),m}},function(e,t,n){"use strict";e.exports=n(794)()?Symbol:n(795)},function(e,t,n){"use strict";var r={object:!0,symbol:!0};e.exports=function(){var e;if("function"!=typeof Symbol)return!1;e=Symbol("test symbol");try{String(e)}catch(e){return!1}return!!r[typeof Symbol.iterator]&&(!!r[typeof Symbol.toPrimitive]&&!!r[typeof Symbol.toStringTag])}},function(e,t,n){"use strict";var r,o,a,i,s=n(196),u=n(796),c=Object.create,l=Object.defineProperties,p=Object.defineProperty,f=Object.prototype,h=c(null);if("function"==typeof Symbol){r=Symbol;try{String(r()),i=!0}catch(e){}}var d,v=(d=c(null),function(e){for(var t,n,r=0;d[e+(r||"")];)++r;return d[e+=r||""]=!0,p(f,t="@@"+e,s.gs(null,(function(e){n||(n=!0,p(this,t,s(e)),n=!1)}))),t});a=function(e){if(this instanceof a)throw new TypeError("Symbol is not a constructor");return o(e)},e.exports=o=function e(t){var n;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return i?r(t):(n=c(a.prototype),t=void 0===t?"":String(t),l(n,{__description__:s("",t),__name__:s("",v(t))}))},l(o,{for:s((function(e){return h[e]?h[e]:h[e]=o(String(e))})),keyFor:s((function(e){var t;for(t in u(e),h)if(h[t]===e)return t})),hasInstance:s("",r&&r.hasInstance||o("hasInstance")),isConcatSpreadable:s("",r&&r.isConcatSpreadable||o("isConcatSpreadable")),iterator:s("",r&&r.iterator||o("iterator")),match:s("",r&&r.match||o("match")),replace:s("",r&&r.replace||o("replace")),search:s("",r&&r.search||o("search")),species:s("",r&&r.species||o("species")),split:s("",r&&r.split||o("split")),toPrimitive:s("",r&&r.toPrimitive||o("toPrimitive")),toStringTag:s("",r&&r.toStringTag||o("toStringTag")),unscopables:s("",r&&r.unscopables||o("unscopables"))}),l(a.prototype,{constructor:s(o),toString:s("",(function(){return this.__name__}))}),l(o.prototype,{toString:s((function(){return"Symbol ("+u(this).__description__+")"})),valueOf:s((function(){return u(this)}))}),p(o.prototype,o.toPrimitive,s("",(function(){var e=u(this);return"symbol"==typeof e?e:e.toString()}))),p(o.prototype,o.toStringTag,s("c","Symbol")),p(a.prototype,o.toStringTag,s("c",o.prototype[o.toStringTag])),p(a.prototype,o.toPrimitive,s("c",o.prototype[o.toPrimitive]))},function(e,t,n){"use strict";var r=n(797);e.exports=function(e){if(!r(e))throw new TypeError(e+" is not a symbol");return e}},function(e,t,n){"use strict";e.exports=function(e){return!!e&&("symbol"==typeof e||!!e.constructor&&("Symbol"===e.constructor.name&&"Symbol"===e[e.constructor.toStringTag]))}},function(e,t,n){"use strict";var r=Object.prototype.toString,o=r.call(function(){return arguments}());e.exports=function(e){return r.call(e)===o}},function(e,t,n){"use strict";var r=Object.prototype.toString,o=r.call(n(434));e.exports=function(e){return"function"==typeof e&&r.call(e)===o}},function(e,t,n){"use strict";var r=Object.prototype.toString,o=r.call("");e.exports=function(e){return"string"==typeof e||e&&"object"==typeof e&&(e instanceof String||r.call(e)===o)||!1}},function(e,t,n){"use strict";var r=n(99);e.exports=function(e){var t;return"function"==typeof e?{set:e,get:e}:(t={get:r(e.get)},void 0!==e.set?(t.set=r(e.set),e.delete&&(t.delete=r(e.delete)),e.clear&&(t.clear=r(e.clear)),t):(t.set=t.get,t))}},function(e,t,n){"use strict";e.exports=function(e){var t,n,r=e.length;if(!r)return"";for(t=String(e[n=0]);--r;)t+=""+e[++n];return t}},function(e,t,n){"use strict";e.exports=function(e){return e?function(t){for(var n=String(t[0]),r=0,o=e;--o;)n+=""+t[++r];return n}:function(){return""}}},function(e,t,n){"use strict";var r=n(258),o=Object.create;e.exports=function(){var e=0,t=[],n=o(null);return{get:function(e){var n,o=0,a=t,i=e.length;if(0===i)return a[i]||null;if(a=a[i]){for(;o<i-1;){if(-1===(n=r.call(a[0],e[o])))return null;a=a[1][n],++o}return-1===(n=r.call(a[0],e[o]))?null:a[1][n]||null}return null},set:function(o){var a,i=0,s=t,u=o.length;if(0===u)s[u]=++e;else{for(s[u]||(s[u]=[[],[]]),s=s[u];i<u-1;)-1===(a=r.call(s[0],o[i]))&&(a=s[0].push(o[i])-1,s[1].push([[],[]])),s=s[1][a],++i;-1===(a=r.call(s[0],o[i]))&&(a=s[0].push(o[i])-1),s[1][a]=++e}return n[e]=o,e},delete:function(e){var o,a=0,i=t,s=n[e],u=s.length,c=[];if(0===u)delete i[u];else if(i=i[u]){for(;a<u-1;){if(-1===(o=r.call(i[0],s[a])))return;c.push(i,o),i=i[1][o],++a}if(-1===(o=r.call(i[0],s[a])))return;for(e=i[1][o],i[0].splice(o,1),i[1].splice(o,1);!i[0].length&&c.length;)o=c.pop(),(i=c.pop())[0].splice(o,1),i[1].splice(o,1)}delete n[e]},clear:function(){t=[],n=o(null)}}}},function(e,t,n){"use strict";e.exports=n(806)()?Number.isNaN:n(807)},function(e,t,n){"use strict";e.exports=function(){var e=Number.isNaN;return"function"==typeof e&&(!e({})&&e(NaN)&&!e(34))}},function(e,t,n){"use strict";e.exports=function(e){return e!=e}},function(e,t,n){"use strict";var r=n(258);e.exports=function(){var e=0,t=[],n=[];return{get:function(e){var o=r.call(t,e[0]);return-1===o?null:n[o]},set:function(r){return t.push(r[0]),n.push(++e),e},delete:function(e){var o=r.call(n,e);-1!==o&&(t.splice(o,1),n.splice(o,1))},clear:function(){t=[],n=[]}}}},function(e,t,n){"use strict";var r=n(258),o=Object.create;e.exports=function(e){var t=0,n=[[],[]],a=o(null);return{get:function(t){for(var o,a=0,i=n;a<e-1;){if(-1===(o=r.call(i[0],t[a])))return null;i=i[1][o],++a}return-1===(o=r.call(i[0],t[a]))?null:i[1][o]||null},set:function(o){for(var i,s=0,u=n;s<e-1;)-1===(i=r.call(u[0],o[s]))&&(i=u[0].push(o[s])-1,u[1].push([[],[]])),u=u[1][i],++s;return-1===(i=r.call(u[0],o[s]))&&(i=u[0].push(o[s])-1),u[1][i]=++t,a[t]=o,t},delete:function(t){for(var o,i=0,s=n,u=[],c=a[t];i<e-1;){if(-1===(o=r.call(s[0],c[i])))return;u.push(s,o),s=s[1][o],++i}if(-1!==(o=r.call(s[0],c[i]))){for(t=s[1][o],s[0].splice(o,1),s[1].splice(o,1);!s[0].length&&u.length;)o=u.pop(),(s=u.pop())[0].splice(o,1),s[1].splice(o,1);delete a[t]}},clear:function(){n=[[],[]],a=o(null)}}}},function(e,t,n){"use strict";var r=n(257),o=n(439),a=n(438),i=n(437),s=n(259),u=Array.prototype.slice,c=Function.prototype.apply,l=Object.create;n(121).async=function(e,t){var n,p,f,h=l(null),d=l(null),v=t.memoized,m=t.original;t.memoized=i((function(e){var t=arguments,r=t[t.length-1];return"function"==typeof r&&(n=r,t=u.call(t,0,-1)),v.apply(p=this,f=t)}),v);try{a(t.memoized,v)}catch(e){}t.on("get",(function(e){var r,o,a;if(n){if(h[e])return"function"==typeof h[e]?h[e]=[h[e],n]:h[e].push(n),void(n=null);r=n,o=p,a=f,n=p=f=null,s((function(){var i;hasOwnProperty.call(d,e)?(i=d[e],t.emit("getasync",e,a,o),c.call(r,i.context,i.args)):(n=r,p=o,f=a,v.apply(o,a))}))}})),t.original=function(){var e,o,a,i;return n?(e=r(arguments),o=function e(n){var o,a,u=e.id;if(null!=u){if(delete e.id,o=h[u],delete h[u],o)return a=r(arguments),t.has(u)&&(n?t.delete(u):(d[u]={context:this,args:a},t.emit("setasync",u,"function"==typeof o?1:o.length))),"function"==typeof o?i=c.call(o,this,a):o.forEach((function(e){i=c.call(e,this,a)}),this),i}else s(c.bind(e,this,arguments))},a=n,n=p=f=null,e.push(o),i=c.call(m,this,e),o.cb=a,n=o,i):c.call(m,this,arguments)},t.on("set",(function(e){n?(h[e]?"function"==typeof h[e]?h[e]=[h[e],n.cb]:h[e].push(n.cb):h[e]=n.cb,delete n.cb,n.id=e,n=null):t.delete(e)})),t.on("delete",(function(e){var n;hasOwnProperty.call(h,e)||d[e]&&(n=d[e],delete d[e],t.emit("deleteasync",e,u.call(n.args,1)))})),t.on("clear",(function(){var e=d;d=l(null),t.emit("clearasync",o(e,(function(e){return u.call(e.args,1)})))}))}},function(e,t,n){"use strict";var r=n(439),o=n(812),a=n(813),i=n(815),s=n(440),u=n(259),c=Object.create,l=o("then","then:finally","done","done:finally");n(121).promise=function(e,t){var n=c(null),o=c(null),p=c(null);if(!0===e)e=null;else if(e=a(e),!l[e])throw new TypeError("'"+i(e)+"' is not valid promise mode");t.on("set",(function(r,a,i){var c=!1;if(!s(i))return o[r]=i,void t.emit("setasync",r,1);n[r]=1,p[r]=i;var l=function(e){var a=n[r];if(c)throw new Error("Memoizee error: Detected unordered then|done & finally resolution, which in turn makes proper detection of success/failure impossible (when in 'done:finally' mode)\nConsider to rely on 'then' or 'done' mode instead.");a&&(delete n[r],o[r]=e,t.emit("setasync",r,a))},f=function(){c=!0,n[r]&&(delete n[r],delete p[r],t.delete(r))},h=e;if(h||(h="then"),"then"===h){var d=function(){u(f)};"function"==typeof(i=i.then((function(e){u(l.bind(this,e))}),d)).finally&&i.finally(d)}else if("done"===h){if("function"!=typeof i.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");i.done(l,f)}else if("done:finally"===h){if("function"!=typeof i.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if("function"!=typeof i.finally)throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");i.done(l),i.finally(f)}})),t.on("get",(function(e,r,o){var a;if(n[e])++n[e];else{a=p[e];var i=function(){t.emit("getasync",e,r,o)};s(a)?"function"==typeof a.done?a.done(i):a.then((function(){u(i)})):i()}})),t.on("delete",(function(e){if(delete p[e],n[e])delete n[e];else if(hasOwnProperty.call(o,e)){var r=o[e];delete o[e],t.emit("deleteasync",e,[r])}})),t.on("clear",(function(){var e=o;o=c(null),n=c(null),p=c(null),t.emit("clearasync",r(e,(function(e){return[e]})))}))}},function(e,t,n){"use strict";var r=Array.prototype.forEach,o=Object.create;e.exports=function(e){var t=o(null);return r.call(arguments,(function(e){t[e]=!0})),t}},function(e,t,n){"use strict";var r=n(133),o=n(814);e.exports=function(e){return o(r(e))}},function(e,t,n){"use strict";var r=n(256);e.exports=function(e){try{return e&&r(e.toString)?e.toString():String(e)}catch(e){throw new TypeError("Passed argument cannot be stringifed")}}},function(e,t,n){"use strict";var r=n(816),o=/[\n\r\u2028\u2029]/g;e.exports=function(e){var t=r(e);return t.length>100&&(t=t.slice(0,99)+"…"),t=t.replace(o,(function(e){return JSON.stringify(e).slice(1,-1)}))}},function(e,t,n){"use strict";var r=n(256);e.exports=function(e){try{return e&&r(e.toString)?e.toString():String(e)}catch(e){return"<Non-coercible to string value>"}}},function(e,t,n){"use strict";var r=n(99),o=n(195),a=n(121),i=Function.prototype.apply;a.dispose=function(e,t,n){var s;if(r(e),n.async&&a.async||n.promise&&a.promise)return t.on("deleteasync",s=function(t,n){i.call(e,null,n)}),void t.on("clearasync",(function(e){o(e,(function(e,t){s(t,e)}))}));t.on("delete",s=function(t,n){e(n)}),t.on("clear",(function(e){o(e,(function(e,t){s(t,e)}))}))}},function(e,t,n){"use strict";var r=n(257),o=n(195),a=n(259),i=n(440),s=n(819),u=n(121),c=Function.prototype,l=Math.max,p=Math.min,f=Object.create;u.maxAge=function(e,t,n){var h,d,v,m;(e=s(e))&&(h=f(null),d=n.async&&u.async||n.promise&&u.promise?"async":"",t.on("set"+d,(function(n){h[n]=setTimeout((function(){t.delete(n)}),e),"function"==typeof h[n].unref&&h[n].unref(),m&&(m[n]&&"nextTick"!==m[n]&&clearTimeout(m[n]),m[n]=setTimeout((function(){delete m[n]}),v),"function"==typeof m[n].unref&&m[n].unref())})),t.on("delete"+d,(function(e){clearTimeout(h[e]),delete h[e],m&&("nextTick"!==m[e]&&clearTimeout(m[e]),delete m[e])})),n.preFetch&&(v=!0===n.preFetch||isNaN(n.preFetch)?.333:l(p(Number(n.preFetch),1),0))&&(m={},v=(1-v)*e,t.on("get"+d,(function(e,o,s){m[e]||(m[e]="nextTick",a((function(){var a;"nextTick"===m[e]&&(delete m[e],t.delete(e),n.async&&(o=r(o)).push(c),a=t.memoized.apply(s,o),n.promise&&i(a)&&("function"==typeof a.done?a.done(c,c):a.then(c,c)))})))}))),t.on("clear"+d,(function(){o(h,(function(e){clearTimeout(e)})),h={},m&&(o(m,(function(e){"nextTick"!==e&&clearTimeout(e)})),m={})})))}},function(e,t,n){"use strict";var r=n(120),o=n(820);e.exports=function(e){if((e=r(e))>o)throw new TypeError(e+" exceeds maximum possible timeout");return e}},function(e,t,n){"use strict";e.exports=2147483647},function(e,t,n){"use strict";var r=n(120),o=n(822),a=n(121);a.max=function(e,t,n){var i,s,u;(e=r(e))&&(s=o(e),i=n.async&&a.async||n.promise&&a.promise?"async":"",t.on("set"+i,u=function(e){void 0!==(e=s.hit(e))&&t.delete(e)}),t.on("get"+i,u),t.on("delete"+i,s.delete),t.on("clear"+i,s.clear))}},function(e,t,n){"use strict";var r=n(120),o=Object.create,a=Object.prototype.hasOwnProperty;e.exports=function(e){var t,n=0,i=1,s=o(null),u=o(null),c=0;return e=r(e),{hit:function(r){var o=u[r],l=++c;if(s[l]=r,u[r]=l,!o){if(++n<=e)return;return r=s[i],t(r),r}if(delete s[o],i===o)for(;!a.call(s,++i);)continue},delete:t=function(e){var t=u[e];if(t&&(delete s[t],delete u[e],--n,i===t)){if(!n)return c=0,void(i=1);for(;!a.call(s,++i);)continue}},clear:function(){n=0,i=1,s=o(null),u=o(null),c=0}}}},function(e,t,n){"use strict";var r=n(196),o=n(121),a=Object.create,i=Object.defineProperties;o.refCounter=function(e,t,n){var s,u;s=a(null),u=n.async&&o.async||n.promise&&o.promise?"async":"",t.on("set"+u,(function(e,t){s[e]=t||1})),t.on("get"+u,(function(e){++s[e]})),t.on("delete"+u,(function(e){delete s[e]})),t.on("clear"+u,(function(){s={}})),i(t.memoized,{deleteRef:r((function(){var e=t.get(arguments);return null===e?null:s[e]?!--s[e]&&(t.delete(e),!0):null})),getRefCount:r((function(){var e=t.get(arguments);return null===e?0:s[e]?s[e]:0}))})}},function(e,t,n){var r=n(65),o=n(134),a=n(66).Buffer,i=[1518500249,1859775393,-1894007588,-899497514],s=new Array(80);function u(){this.init(),this._w=s,o.call(this,64,56)}function c(e){return e<<30|e>>>2}function l(e,t,n,r){return 0===e?t&n|~t&r:2===e?t&n|t&r|n&r:t^n^r}r(u,o),u.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},u.prototype._update=function(e){for(var t,n=this._w,r=0|this._a,o=0|this._b,a=0|this._c,s=0|this._d,u=0|this._e,p=0;p<16;++p)n[p]=e.readInt32BE(4*p);for(;p<80;++p)n[p]=n[p-3]^n[p-8]^n[p-14]^n[p-16];for(var f=0;f<80;++f){var h=~~(f/20),d=0|((t=r)<<5|t>>>27)+l(h,o,a,s)+u+n[f]+i[h];u=s,s=a,a=c(o),o=r,r=d}this._a=r+this._a|0,this._b=o+this._b|0,this._c=a+this._c|0,this._d=s+this._d|0,this._e=u+this._e|0},u.prototype._hash=function(){var e=a.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=u},function(e,t,n){var r=n(65),o=n(134),a=n(66).Buffer,i=[1518500249,1859775393,-1894007588,-899497514],s=new Array(80);function u(){this.init(),this._w=s,o.call(this,64,56)}function c(e){return e<<5|e>>>27}function l(e){return e<<30|e>>>2}function p(e,t,n,r){return 0===e?t&n|~t&r:2===e?t&n|t&r|n&r:t^n^r}r(u,o),u.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},u.prototype._update=function(e){for(var t,n=this._w,r=0|this._a,o=0|this._b,a=0|this._c,s=0|this._d,u=0|this._e,f=0;f<16;++f)n[f]=e.readInt32BE(4*f);for(;f<80;++f)n[f]=(t=n[f-3]^n[f-8]^n[f-14]^n[f-16])<<1|t>>>31;for(var h=0;h<80;++h){var d=~~(h/20),v=c(r)+p(d,o,a,s)+u+n[h]+i[d]|0;u=s,s=a,a=l(o),o=r,r=v}this._a=r+this._a|0,this._b=o+this._b|0,this._c=a+this._c|0,this._d=s+this._d|0,this._e=u+this._e|0},u.prototype._hash=function(){var e=a.allocUnsafe(20);return e.writeInt32BE(0|this._a,0),e.writeInt32BE(0|this._b,4),e.writeInt32BE(0|this._c,8),e.writeInt32BE(0|this._d,12),e.writeInt32BE(0|this._e,16),e},e.exports=u},function(e,t,n){var r=n(65),o=n(441),a=n(134),i=n(66).Buffer,s=new Array(64);function u(){this.init(),this._w=s,a.call(this,64,56)}r(u,o),u.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},u.prototype._hash=function(){var e=i.allocUnsafe(28);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e},e.exports=u},function(e,t,n){var r=n(65),o=n(442),a=n(134),i=n(66).Buffer,s=new Array(160);function u(){this.init(),this._w=s,a.call(this,128,112)}r(u,o),u.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},u.prototype._hash=function(){var e=i.allocUnsafe(48);function t(t,n,r){e.writeInt32BE(t,r),e.writeInt32BE(n,r+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),e},e.exports=u},function(e,t,n){var r=n(829);e.exports=r},function(e,t,n){var r=n(830),o=Array.prototype;e.exports=function(e){var t=e.every;return e===o||e instanceof Array&&t===o.every?r:t}},function(e,t,n){n(831);var r=n(42);e.exports=r("Array").every},function(e,t,n){"use strict";var r=n(24),o=n(89).every,a=n(113),i=n(64),s=a("every"),u=i("every");r({target:"Array",proto:!0,forced:!s||!u},{every:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},function(e,t){e.exports=function(e,t,n,r,o){return o(e,(function(e,o,a){n=r?(r=!1,e):t(n,e,o,a)})),n}},function(e,t,n){e.exports=n(834)},function(e,t,n){var r=n(835);e.exports=r},function(e,t,n){n(836);var r=n(34).Object,o=e.exports=function(e,t){return r.defineProperties(e,t)};r.defineProperties.sham&&(o.sham=!0)},function(e,t,n){var r=n(24),o=n(48);r({target:"Object",stat:!0,forced:!o,sham:!o},{defineProperties:n(231)})},function(e,t,n){e.exports=n(838)},function(e,t,n){var r=n(839);e.exports=r},function(e,t,n){n(840);var r=n(34);e.exports=r.Object.getOwnPropertyDescriptors},function(e,t,n){var r=n(24),o=n(48),a=n(841),i=n(69),s=n(106),u=n(154);r({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(e){for(var t,n,r=i(e),o=s.f,c=a(r),l={},p=0;c.length>p;)void 0!==(n=o(r,t=c[p++]))&&u(l,t,n);return l}})},function(e,t,n){var r=n(71),o=n(238),a=n(239),i=n(55);e.exports=r("Reflect","ownKeys")||function(e){var t=o.f(i(e)),n=a.f;return n?t.concat(n(e)):t}},function(e,t,n){e.exports=n(843)},function(e,t,n){var r=n(402);e.exports=r},function(e,t,n){var r=n(845);e.exports=r},function(e,t,n){n(846);var r=n(34).Object,o=e.exports=function(e,t){return r.getOwnPropertyDescriptor(e,t)};r.getOwnPropertyDescriptor.sham&&(o.sham=!0)},function(e,t,n){var r=n(24),o=n(36),a=n(69),i=n(106).f,s=n(48),u=o((function(){i(1)}));r({target:"Object",stat:!0,forced:!s||u,sham:!s},{getOwnPropertyDescriptor:function(e,t){return i(a(e),t)}})},function(e,t,n){e.exports=n(848)},function(e,t,n){var r=n(369);e.exports=r},function(e,t,n){var r=n(850);e.exports=r},function(e,t,n){n(368);var r=n(34);e.exports=r.Object.getOwnPropertySymbols},function(e,t,n){var r=n(355);e.exports=r},function(e,t,n){var r=n(388);e.exports=r},function(e,t,n){var r=n(446),o=n(445);e.exports=function(e,t){if(null==e)return{};var n,a,i={},s=o(e);for(a=0;a<s.length;a++)n=s[a],r(t).call(t,n)>=0||(i[n]=e[n]);return i}},function(e,t,n){var r=n(855);e.exports=r},function(e,t,n){n(856);var r=n(34);e.exports=r.Date.now},function(e,t,n){n(24)({target:"Date",stat:!0},{now:function(){return(new Date).getTime()}})},function(e,t,n){var r=n(447);e.exports=r},function(e,t,n){"use strict";var r,o,a,i,s=n(24),u=n(97),c=n(41),l=n(71),p=n(448),f=n(112),h=n(161),d=n(87),v=n(449),m=n(45),g=n(79),y=n(135),b=n(108),_=n(362),w=n(122),x=n(396),E=n(450),C=n(451).set,S=n(859),A=n(453),k=n(860),O=n(162),j=n(197),T=n(73),I=n(354),N=n(39),M=n(236),P=N("species"),R="Promise",D=T.get,L=T.set,B=T.getterFor(R),F=p,U=c.TypeError,q=c.document,z=c.process,V=l("fetch"),W=O.f,H=W,J="process"==b(z),$=!!(q&&q.createEvent&&c.dispatchEvent),K="unhandledrejection",Y=I(R,(function(){if(!(_(F)!==String(F))){if(66===M)return!0;if(!J&&"function"!=typeof PromiseRejectionEvent)return!0}if(u&&!F.prototype.finally)return!0;if(M>=51&&/native code/.test(F))return!1;var e=F.resolve(1),t=function(e){e((function(){}),(function(){}))};return(e.constructor={})[P]=t,!(e.then((function(){}))instanceof t)})),G=Y||!x((function(e){F.all(e).catch((function(){}))})),Z=function(e){var t;return!(!m(e)||"function"!=typeof(t=e.then))&&t},X=function(e,t,n){if(!t.notified){t.notified=!0;var r=t.reactions;S((function(){for(var o=t.value,a=1==t.state,i=0;r.length>i;){var s,u,c,l=r[i++],p=a?l.ok:l.fail,f=l.resolve,h=l.reject,d=l.domain;try{p?(a||(2===t.rejection&&ne(e,t),t.rejection=1),!0===p?s=o:(d&&d.enter(),s=p(o),d&&(d.exit(),c=!0)),s===l.promise?h(U("Promise-chain cycle")):(u=Z(s))?u.call(s,f,h):f(s)):h(o)}catch(e){d&&!c&&d.exit(),h(e)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&ee(e,t)}))}},Q=function(e,t,n){var r,o;$?((r=q.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),c.dispatchEvent(r)):r={promise:t,reason:n},(o=c["on"+e])?o(r):e===K&&k("Unhandled promise rejection",n)},ee=function(e,t){C.call(c,(function(){var n,r=t.value;if(te(t)&&(n=j((function(){J?z.emit("unhandledRejection",r,e):Q(K,e,r)})),t.rejection=J||te(t)?2:1,n.error))throw n.value}))},te=function(e){return 1!==e.rejection&&!e.parent},ne=function(e,t){C.call(c,(function(){J?z.emit("rejectionHandled",e):Q("rejectionhandled",e,t.value)}))},re=function(e,t,n,r){return function(o){e(t,n,o,r)}},oe=function(e,t,n,r){t.done||(t.done=!0,r&&(t=r),t.value=n,t.state=2,X(e,t,!0))},ae=function(e,t,n,r){if(!t.done){t.done=!0,r&&(t=r);try{if(e===n)throw U("Promise can't be resolved itself");var o=Z(n);o?S((function(){var r={done:!1};try{o.call(n,re(ae,e,r,t),re(oe,e,r,t))}catch(n){oe(e,r,n,t)}})):(t.value=n,t.state=1,X(e,t,!1))}catch(n){oe(e,{done:!1},n,t)}}};Y&&(F=function(e){y(this,F,R),g(e),r.call(this);var t=D(this);try{e(re(ae,this,t),re(oe,this,t))}catch(e){oe(this,t,e)}},(r=function(e){L(this,{type:R,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=h(F.prototype,{then:function(e,t){var n=B(this),r=W(E(this,F));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=J?z.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&X(this,n,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),o=function(){var e=new r,t=D(e);this.promise=e,this.resolve=re(ae,e,t),this.reject=re(oe,e,t)},O.f=W=function(e){return e===F||e===a?new o(e):H(e)},u||"function"!=typeof p||(i=p.prototype.then,f(p.prototype,"then",(function(e,t){var n=this;return new F((function(e,t){i.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof V&&s({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return A(F,V.apply(c,arguments))}}))),s({global:!0,wrap:!0,forced:Y},{Promise:F}),d(F,R,!1,!0),v(R),a=l(R),s({target:R,stat:!0,forced:Y},{reject:function(e){var t=W(this);return t.reject.call(void 0,e),t.promise}}),s({target:R,stat:!0,forced:u||Y},{resolve:function(e){return A(u&&this===a?F:this,e)}}),s({target:R,stat:!0,forced:G},{all:function(e){var t=this,n=W(t),r=n.resolve,o=n.reject,a=j((function(){var n=g(t.resolve),a=[],i=0,s=1;w(e,(function(e){var u=i++,c=!1;a.push(void 0),s++,n.call(t,e).then((function(e){c||(c=!0,a[u]=e,--s||r(a))}),o)})),--s||r(a)}));return a.error&&o(a.value),n.promise},race:function(e){var t=this,n=W(t),r=n.reject,o=j((function(){var o=g(t.resolve);w(e,(function(e){o.call(t,e).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}})},function(e,t,n){var r,o,a,i,s,u,c,l,p=n(41),f=n(106).f,h=n(108),d=n(451).set,v=n(452),m=p.MutationObserver||p.WebKitMutationObserver,g=p.process,y=p.Promise,b="process"==h(g),_=f(p,"queueMicrotask"),w=_&&_.value;w||(r=function(){var e,t;for(b&&(e=g.domain)&&e.exit();o;){t=o.fn,o=o.next;try{t()}catch(e){throw o?i():a=void 0,e}}a=void 0,e&&e.enter()},b?i=function(){g.nextTick(r)}:m&&!v?(s=!0,u=document.createTextNode(""),new m(r).observe(u,{characterData:!0}),i=function(){u.data=s=!s}):y&&y.resolve?(c=y.resolve(void 0),l=c.then,i=function(){l.call(c,r)}):i=function(){d.call(p,r)}),e.exports=w||function(e){var t={fn:e,next:void 0};a&&(a.next=t),o||(o=t,i()),a=t}},function(e,t,n){var r=n(41);e.exports=function(e,t){var n=r.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},function(e,t,n){"use strict";var r=n(24),o=n(97),a=n(448),i=n(36),s=n(71),u=n(450),c=n(453),l=n(112);r({target:"Promise",proto:!0,real:!0,forced:!!a&&i((function(){a.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=u(this,s("Promise")),n="function"==typeof e;return this.then(n?function(n){return c(t,e()).then((function(){return n}))}:e,n?function(n){return c(t,e()).then((function(){throw n}))}:e)}}),o||"function"!=typeof a||a.prototype.finally||l(a.prototype,"finally",s("Promise").prototype.finally)},function(e,t,n){var r=function(e){"use strict";var t,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",i=o.asyncIterator||"@@asyncIterator",s=o.toStringTag||"@@toStringTag";function u(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,n){return e[t]=n}}function c(e,t,n,r){var o=t&&t.prototype instanceof m?t:m,a=Object.create(o.prototype),i=new O(r||[]);return a._invoke=function(e,t,n){var r=p;return function(o,a){if(r===h)throw new Error("Generator is already running");if(r===d){if("throw"===o)throw a;return T()}for(n.method=o,n.arg=a;;){var i=n.delegate;if(i){var s=S(i,n);if(s){if(s===v)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===p)throw r=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=h;var u=l(e,t,n);if("normal"===u.type){if(r=n.done?d:f,u.arg===v)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r=d,n.method="throw",n.arg=u.arg)}}}(e,n,i),a}function l(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=c;var p="suspendedStart",f="suspendedYield",h="executing",d="completed",v={};function m(){}function g(){}function y(){}var b={};b[a]=function(){return this};var _=Object.getPrototypeOf,w=_&&_(_(j([])));w&&w!==n&&r.call(w,a)&&(b=w);var x=y.prototype=m.prototype=Object.create(b);function E(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function C(e,t){function n(o,a,i,s){var u=l(e[o],e,a);if("throw"!==u.type){var c=u.arg,p=c.value;return p&&"object"==typeof p&&r.call(p,"__await")?t.resolve(p.__await).then((function(e){n("next",e,i,s)}),(function(e){n("throw",e,i,s)})):t.resolve(p).then((function(e){c.value=e,i(c)}),(function(e){return n("throw",e,i,s)}))}s(u.arg)}var o;this._invoke=function(e,r){function a(){return new t((function(t,o){n(e,r,t,o)}))}return o=o?o.then(a,a):a()}}function S(e,n){var r=e.iterator[n.method];if(r===t){if(n.delegate=null,"throw"===n.method){if(e.iterator.return&&(n.method="return",n.arg=t,S(e,n),"throw"===n.method))return v;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=l(r,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,v;var a=o.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,v):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function A(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function O(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(A,this),this.reset(!0)}function j(e){if(e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function n(){for(;++o<e.length;)if(r.call(e,o))return n.value=e[o],n.done=!1,n;return n.value=t,n.done=!0,n};return i.next=i}}return{next:T}}function T(){return{value:t,done:!0}}return g.prototype=x.constructor=y,y.constructor=g,g.displayName=u(y,s,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===g||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,u(e,s,"GeneratorFunction")),e.prototype=Object.create(x),e},e.awrap=function(e){return{__await:e}},E(C.prototype),C.prototype[i]=function(){return this},e.AsyncIterator=C,e.async=function(t,n,r,o,a){void 0===a&&(a=Promise);var i=new C(c(t,n,r,o),a);return e.isGeneratorFunction(n)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},E(x),u(x,s,"Generator"),x[a]=function(){return this},x.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=j,O.prototype={constructor:O,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(k),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function o(r,o){return s.type="throw",s.arg=e,n.next=r,o&&(n.method="next",n.arg=t),!!o}for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a],s=i.completion;if("root"===i.tryLoc)return o("end");if(i.tryLoc<=this.prev){var u=r.call(i,"catchLoc"),c=r.call(i,"finallyLoc");if(u&&c){if(this.prev<i.catchLoc)return o(i.catchLoc,!0);if(this.prev<i.finallyLoc)return o(i.finallyLoc)}else if(u){if(this.prev<i.catchLoc)return o(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return o(i.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var a=o;break}}a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc&&(a=null);var i=a?a.completion:{};return i.type=e,i.arg=t,a?(this.method="next",this.next=a.finallyLoc,v):this.complete(i)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),v},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),k(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;k(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:j(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),v}},e}(e.exports);try{regeneratorRuntime=r}catch(e){Function("r","regeneratorRuntime = r")(r)}},function(e,t,n){e.exports=n(864)},function(e,t,n){var r=n(447);n(865),n(866),n(867),n(868),e.exports=r},function(e,t,n){"use strict";var r=n(24),o=n(48),a=n(151),i=n(233),s=n(110),u=n(63),c=n(107),l=n(122),p=n(70),f=n(73),h=f.set,d=f.getterFor("AggregateError"),v=function(e,t){var n=this;if(!(n instanceof v))return new v(e,t);i&&(n=i(new Error(t),a(n)));var r=[];return l(e,r.push,r),o?h(n,{errors:r,type:"AggregateError"}):n.errors=r,void 0!==t&&p(n,"message",String(t)),n};v.prototype=s(Error.prototype,{constructor:c(5,v),message:c(5,""),name:c(5,"AggregateError")}),o&&u.f(v.prototype,"errors",{get:function(){return d(this).errors},configurable:!0}),r({global:!0},{AggregateError:v})},function(e,t,n){n(454)},function(e,t,n){"use strict";var r=n(24),o=n(162),a=n(197);r({target:"Promise",stat:!0},{try:function(e){var t=o.f(this),n=a(e);return(n.error?t.reject:t.resolve)(n.value),t.promise}})},function(e,t,n){"use strict";var r=n(24),o=n(79),a=n(71),i=n(162),s=n(197),u=n(122),c="No one promise resolved";r({target:"Promise",stat:!0},{any:function(e){var t=this,n=i.f(t),r=n.resolve,l=n.reject,p=s((function(){var n=o(t.resolve),i=[],s=0,p=1,f=!1;u(e,(function(e){var o=s++,u=!1;i.push(void 0),p++,n.call(t,e).then((function(e){u||f||(f=!0,r(e))}),(function(e){u||f||(u=!0,i[o]=e,--p||l(new(a("AggregateError"))(i,c)))}))})),--p||l(new(a("AggregateError"))(i,c))}));return p.error&&l(p.value),n.promise}})},function(e,t,n){var r=n(372);e.exports=r},function(e,t,n){"use strict";var r=n(871),o=n(890);function a(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}e.exports.Type=n(50),e.exports.Schema=n(137),e.exports.FAILSAFE_SCHEMA=n(260),e.exports.JSON_SCHEMA=n(456),e.exports.CORE_SCHEMA=n(455),e.exports.DEFAULT_SAFE_SCHEMA=n(164),e.exports.DEFAULT_FULL_SCHEMA=n(198),e.exports.load=r.load,e.exports.loadAll=r.loadAll,e.exports.safeLoad=r.safeLoad,e.exports.safeLoadAll=r.safeLoadAll,e.exports.dump=o.dump,e.exports.safeDump=o.safeDump,e.exports.YAMLException=n(163),e.exports.MINIMAL_SCHEMA=n(260),e.exports.SAFE_SCHEMA=n(164),e.exports.DEFAULT_SCHEMA=n(198),e.exports.scan=a("scan"),e.exports.parse=a("parse"),e.exports.compose=a("compose"),e.exports.addConstructor=a("addConstructor")},function(e,t,n){"use strict";var r=n(136),o=n(163),a=n(872),i=n(164),s=n(198),u=Object.prototype.hasOwnProperty,c=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,l=/[\x85\u2028\u2029]/,p=/[,\[\]\{\}]/,f=/^(?:!|!!|![a-z\-]+!)$/i,h=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function d(e){return Object.prototype.toString.call(e)}function v(e){return 10===e||13===e}function m(e){return 9===e||32===e}function g(e){return 9===e||32===e||10===e||13===e}function y(e){return 44===e||91===e||93===e||123===e||125===e}function b(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+10:-1}function _(e){return 48===e?"\0":97===e?"":98===e?"\b":116===e||9===e?"\t":110===e?"\n":118===e?"\v":102===e?"\f":114===e?"\r":101===e?"":32===e?" ":34===e?'"':47===e?"/":92===e?"\\":78===e?"…":95===e?" ":76===e?"\u2028":80===e?"\u2029":""}function w(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(55296+(e-65536>>10),56320+(e-65536&1023))}for(var x=new Array(256),E=new Array(256),C=0;C<256;C++)x[C]=_(C)?1:0,E[C]=_(C);function S(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||s,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function A(e,t){return new o(t,new a(e.filename,e.input,e.position,e.line,e.position-e.lineStart))}function k(e,t){throw A(e,t)}function O(e,t){e.onWarning&&e.onWarning.call(null,A(e,t))}var j={YAML:function(e,t,n){var r,o,a;null!==e.version&&k(e,"duplication of %YAML directive"),1!==n.length&&k(e,"YAML directive accepts exactly one argument"),null===(r=/^([0-9]+)\.([0-9]+)$/.exec(n[0]))&&k(e,"ill-formed argument of the YAML directive"),o=parseInt(r[1],10),a=parseInt(r[2],10),1!==o&&k(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=a<2,1!==a&&2!==a&&O(e,"unsupported YAML version of the document")},TAG:function(e,t,n){var r,o;2!==n.length&&k(e,"TAG directive accepts exactly two arguments"),r=n[0],o=n[1],f.test(r)||k(e,"ill-formed tag handle (first argument) of the TAG directive"),u.call(e.tagMap,r)&&k(e,'there is a previously declared suffix for "'+r+'" tag handle'),h.test(o)||k(e,"ill-formed tag prefix (second argument) of the TAG directive"),e.tagMap[r]=o}};function T(e,t,n,r){var o,a,i,s;if(t<n){if(s=e.input.slice(t,n),r)for(o=0,a=s.length;o<a;o+=1)9===(i=s.charCodeAt(o))||32<=i&&i<=1114111||k(e,"expected valid JSON character");else c.test(s)&&k(e,"the stream contains non-printable characters");e.result+=s}}function I(e,t,n,o){var a,i,s,c;for(r.isObject(n)||k(e,"cannot merge mappings; the provided source object is unacceptable"),s=0,c=(a=Object.keys(n)).length;s<c;s+=1)i=a[s],u.call(t,i)||(t[i]=n[i],o[i]=!0)}function N(e,t,n,r,o,a,i,s){var c,l;if(Array.isArray(o))for(c=0,l=(o=Array.prototype.slice.call(o)).length;c<l;c+=1)Array.isArray(o[c])&&k(e,"nested arrays are not supported inside keys"),"object"==typeof o&&"[object Object]"===d(o[c])&&(o[c]="[object Object]");if("object"==typeof o&&"[object Object]"===d(o)&&(o="[object Object]"),o=String(o),null===t&&(t={}),"tag:yaml.org,2002:merge"===r)if(Array.isArray(a))for(c=0,l=a.length;c<l;c+=1)I(e,t,a[c],n);else I(e,t,a,n);else e.json||u.call(n,o)||!u.call(t,o)||(e.line=i||e.line,e.position=s||e.position,k(e,"duplicated mapping key")),t[o]=a,delete n[o];return t}function M(e){var t;10===(t=e.input.charCodeAt(e.position))?e.position++:13===t?(e.position++,10===e.input.charCodeAt(e.position)&&e.position++):k(e,"a line break is expected"),e.line+=1,e.lineStart=e.position}function P(e,t,n){for(var r=0,o=e.input.charCodeAt(e.position);0!==o;){for(;m(o);)o=e.input.charCodeAt(++e.position);if(t&&35===o)do{o=e.input.charCodeAt(++e.position)}while(10!==o&&13!==o&&0!==o);if(!v(o))break;for(M(e),o=e.input.charCodeAt(e.position),r++,e.lineIndent=0;32===o;)e.lineIndent++,o=e.input.charCodeAt(++e.position)}return-1!==n&&0!==r&&e.lineIndent<n&&O(e,"deficient indentation"),r}function R(e){var t,n=e.position;return!(45!==(t=e.input.charCodeAt(n))&&46!==t||t!==e.input.charCodeAt(n+1)||t!==e.input.charCodeAt(n+2)||(n+=3,0!==(t=e.input.charCodeAt(n))&&!g(t)))}function D(e,t){1===t?e.result+=" ":t>1&&(e.result+=r.repeat("\n",t-1))}function L(e,t){var n,r,o=e.tag,a=e.anchor,i=[],s=!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=i),r=e.input.charCodeAt(e.position);0!==r&&45===r&&g(e.input.charCodeAt(e.position+1));)if(s=!0,e.position++,P(e,!0,-1)&&e.lineIndent<=t)i.push(null),r=e.input.charCodeAt(e.position);else if(n=e.line,U(e,t,3,!1,!0),i.push(e.result),P(e,!0,-1),r=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>t)&&0!==r)k(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break;return!!s&&(e.tag=o,e.anchor=a,e.kind="sequence",e.result=i,!0)}function B(e){var t,n,r,o,a=!1,i=!1;if(33!==(o=e.input.charCodeAt(e.position)))return!1;if(null!==e.tag&&k(e,"duplication of a tag property"),60===(o=e.input.charCodeAt(++e.position))?(a=!0,o=e.input.charCodeAt(++e.position)):33===o?(i=!0,n="!!",o=e.input.charCodeAt(++e.position)):n="!",t=e.position,a){do{o=e.input.charCodeAt(++e.position)}while(0!==o&&62!==o);e.position<e.length?(r=e.input.slice(t,e.position),o=e.input.charCodeAt(++e.position)):k(e,"unexpected end of the stream within a verbatim tag")}else{for(;0!==o&&!g(o);)33===o&&(i?k(e,"tag suffix cannot contain exclamation marks"):(n=e.input.slice(t-1,e.position+1),f.test(n)||k(e,"named tag handle cannot contain such characters"),i=!0,t=e.position+1)),o=e.input.charCodeAt(++e.position);r=e.input.slice(t,e.position),p.test(r)&&k(e,"tag suffix cannot contain flow indicator characters")}return r&&!h.test(r)&&k(e,"tag name cannot contain such characters: "+r),a?e.tag=r:u.call(e.tagMap,n)?e.tag=e.tagMap[n]+r:"!"===n?e.tag="!"+r:"!!"===n?e.tag="tag:yaml.org,2002:"+r:k(e,'undeclared tag handle "'+n+'"'),!0}function F(e){var t,n;if(38!==(n=e.input.charCodeAt(e.position)))return!1;for(null!==e.anchor&&k(e,"duplication of an anchor property"),n=e.input.charCodeAt(++e.position),t=e.position;0!==n&&!g(n)&&!y(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&k(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function U(e,t,n,o,a){var i,s,c,l,p,f,h,d,_=1,C=!1,S=!1;if(null!==e.listener&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,i=s=c=4===n||3===n,o&&P(e,!0,-1)&&(C=!0,e.lineIndent>t?_=1:e.lineIndent===t?_=0:e.lineIndent<t&&(_=-1)),1===_)for(;B(e)||F(e);)P(e,!0,-1)?(C=!0,c=i,e.lineIndent>t?_=1:e.lineIndent===t?_=0:e.lineIndent<t&&(_=-1)):c=!1;if(c&&(c=C||a),1!==_&&4!==n||(h=1===n||2===n?t:t+1,d=e.position-e.lineStart,1===_?c&&(L(e,d)||function(e,t,n){var r,o,a,i,s,u=e.tag,c=e.anchor,l={},p={},f=null,h=null,d=null,v=!1,y=!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=l),s=e.input.charCodeAt(e.position);0!==s;){if(r=e.input.charCodeAt(e.position+1),a=e.line,i=e.position,63!==s&&58!==s||!g(r)){if(!U(e,n,2,!1,!0))break;if(e.line===a){for(s=e.input.charCodeAt(e.position);m(s);)s=e.input.charCodeAt(++e.position);if(58===s)g(s=e.input.charCodeAt(++e.position))||k(e,"a whitespace character is expected after the key-value separator within a block mapping"),v&&(N(e,l,p,f,h,null),f=h=d=null),y=!0,v=!1,o=!1,f=e.tag,h=e.result;else{if(!y)return e.tag=u,e.anchor=c,!0;k(e,"can not read an implicit mapping pair; a colon is missed")}}else{if(!y)return e.tag=u,e.anchor=c,!0;k(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===s?(v&&(N(e,l,p,f,h,null),f=h=d=null),y=!0,v=!0,o=!0):v?(v=!1,o=!0):k(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,s=r;if((e.line===a||e.lineIndent>t)&&(U(e,t,4,!0,o)&&(v?h=e.result:d=e.result),v||(N(e,l,p,f,h,d,a,i),f=h=d=null),P(e,!0,-1),s=e.input.charCodeAt(e.position)),e.lineIndent>t&&0!==s)k(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return v&&N(e,l,p,f,h,null),y&&(e.tag=u,e.anchor=c,e.kind="mapping",e.result=l),y}(e,d,h))||function(e,t){var n,r,o,a,i,s,u,c,l,p,f=!0,h=e.tag,d=e.anchor,v={};if(91===(p=e.input.charCodeAt(e.position)))o=93,s=!1,r=[];else{if(123!==p)return!1;o=125,s=!0,r={}}for(null!==e.anchor&&(e.anchorMap[e.anchor]=r),p=e.input.charCodeAt(++e.position);0!==p;){if(P(e,!0,t),(p=e.input.charCodeAt(e.position))===o)return e.position++,e.tag=h,e.anchor=d,e.kind=s?"mapping":"sequence",e.result=r,!0;f||k(e,"missed comma between flow collection entries"),l=null,a=i=!1,63===p&&g(e.input.charCodeAt(e.position+1))&&(a=i=!0,e.position++,P(e,!0,t)),n=e.line,U(e,t,1,!1,!0),c=e.tag,u=e.result,P(e,!0,t),p=e.input.charCodeAt(e.position),!i&&e.line!==n||58!==p||(a=!0,p=e.input.charCodeAt(++e.position),P(e,!0,t),U(e,t,1,!1,!0),l=e.result),s?N(e,r,v,c,u,l):a?r.push(N(e,null,v,c,u,l)):r.push(u),P(e,!0,t),44===(p=e.input.charCodeAt(e.position))?(f=!0,p=e.input.charCodeAt(++e.position)):f=!1}k(e,"unexpected end of the stream within a flow collection")}(e,h)?S=!0:(s&&function(e,t){var n,o,a,i,s,u=1,c=!1,l=!1,p=t,f=0,h=!1;if(124===(i=e.input.charCodeAt(e.position)))o=!1;else{if(62!==i)return!1;o=!0}for(e.kind="scalar",e.result="";0!==i;)if(43===(i=e.input.charCodeAt(++e.position))||45===i)1===u?u=43===i?3:2:k(e,"repeat of a chomping mode identifier");else{if(!((a=48<=(s=i)&&s<=57?s-48:-1)>=0))break;0===a?k(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):l?k(e,"repeat of an indentation width identifier"):(p=t+a-1,l=!0)}if(m(i)){do{i=e.input.charCodeAt(++e.position)}while(m(i));if(35===i)do{i=e.input.charCodeAt(++e.position)}while(!v(i)&&0!==i)}for(;0!==i;){for(M(e),e.lineIndent=0,i=e.input.charCodeAt(e.position);(!l||e.lineIndent<p)&&32===i;)e.lineIndent++,i=e.input.charCodeAt(++e.position);if(!l&&e.lineIndent>p&&(p=e.lineIndent),v(i))f++;else{if(e.lineIndent<p){3===u?e.result+=r.repeat("\n",c?1+f:f):1===u&&c&&(e.result+="\n");break}for(o?m(i)?(h=!0,e.result+=r.repeat("\n",c?1+f:f)):h?(h=!1,e.result+=r.repeat("\n",f+1)):0===f?c&&(e.result+=" "):e.result+=r.repeat("\n",f):e.result+=r.repeat("\n",c?1+f:f),c=!0,l=!0,f=0,n=e.position;!v(i)&&0!==i;)i=e.input.charCodeAt(++e.position);T(e,n,e.position,!1)}}return!0}(e,h)||function(e,t){var n,r,o;if(39!==(n=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,r=o=e.position;0!==(n=e.input.charCodeAt(e.position));)if(39===n){if(T(e,r,e.position,!0),39!==(n=e.input.charCodeAt(++e.position)))return!0;r=e.position,e.position++,o=e.position}else v(n)?(T(e,r,o,!0),D(e,P(e,!1,t)),r=o=e.position):e.position===e.lineStart&&R(e)?k(e,"unexpected end of the document within a single quoted scalar"):(e.position++,o=e.position);k(e,"unexpected end of the stream within a single quoted scalar")}(e,h)||function(e,t){var n,r,o,a,i,s,u;if(34!==(s=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,n=r=e.position;0!==(s=e.input.charCodeAt(e.position));){if(34===s)return T(e,n,e.position,!0),e.position++,!0;if(92===s){if(T(e,n,e.position,!0),v(s=e.input.charCodeAt(++e.position)))P(e,!1,t);else if(s<256&&x[s])e.result+=E[s],e.position++;else if((i=120===(u=s)?2:117===u?4:85===u?8:0)>0){for(o=i,a=0;o>0;o--)(i=b(s=e.input.charCodeAt(++e.position)))>=0?a=(a<<4)+i:k(e,"expected hexadecimal character");e.result+=w(a),e.position++}else k(e,"unknown escape sequence");n=r=e.position}else v(s)?(T(e,n,r,!0),D(e,P(e,!1,t)),n=r=e.position):e.position===e.lineStart&&R(e)?k(e,"unexpected end of the document within a double quoted scalar"):(e.position++,r=e.position)}k(e,"unexpected end of the stream within a double quoted scalar")}(e,h)?S=!0:!function(e){var t,n,r;if(42!==(r=e.input.charCodeAt(e.position)))return!1;for(r=e.input.charCodeAt(++e.position),t=e.position;0!==r&&!g(r)&&!y(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&k(e,"name of an alias node must contain at least one character"),n=e.input.slice(t,e.position),e.anchorMap.hasOwnProperty(n)||k(e,'unidentified alias "'+n+'"'),e.result=e.anchorMap[n],P(e,!0,-1),!0}(e)?function(e,t,n){var r,o,a,i,s,u,c,l,p=e.kind,f=e.result;if(g(l=e.input.charCodeAt(e.position))||y(l)||35===l||38===l||42===l||33===l||124===l||62===l||39===l||34===l||37===l||64===l||96===l)return!1;if((63===l||45===l)&&(g(r=e.input.charCodeAt(e.position+1))||n&&y(r)))return!1;for(e.kind="scalar",e.result="",o=a=e.position,i=!1;0!==l;){if(58===l){if(g(r=e.input.charCodeAt(e.position+1))||n&&y(r))break}else if(35===l){if(g(e.input.charCodeAt(e.position-1)))break}else{if(e.position===e.lineStart&&R(e)||n&&y(l))break;if(v(l)){if(s=e.line,u=e.lineStart,c=e.lineIndent,P(e,!1,-1),e.lineIndent>=t){i=!0,l=e.input.charCodeAt(e.position);continue}e.position=a,e.line=s,e.lineStart=u,e.lineIndent=c;break}}i&&(T(e,o,a,!1),D(e,e.line-s),o=a=e.position,i=!1),m(l)||(a=e.position+1),l=e.input.charCodeAt(++e.position)}return T(e,o,a,!1),!!e.result||(e.kind=p,e.result=f,!1)}(e,h,1===n)&&(S=!0,null===e.tag&&(e.tag="?")):(S=!0,null===e.tag&&null===e.anchor||k(e,"alias node should not have any properties")),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):0===_&&(S=c&&L(e,d))),null!==e.tag&&"!"!==e.tag)if("?"===e.tag){for(l=0,p=e.implicitTypes.length;l<p;l+=1)if((f=e.implicitTypes[l]).resolve(e.result)){e.result=f.construct(e.result),e.tag=f.tag,null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);break}}else u.call(e.typeMap[e.kind||"fallback"],e.tag)?(f=e.typeMap[e.kind||"fallback"][e.tag],null!==e.result&&f.kind!==e.kind&&k(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+f.kind+'", not "'+e.kind+'"'),f.resolve(e.result)?(e.result=f.construct(e.result),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):k(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")):k(e,"unknown tag !<"+e.tag+">");return null!==e.listener&&e.listener("close",e),null!==e.tag||null!==e.anchor||S}function q(e){var t,n,r,o,a=e.position,i=!1;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap={},e.anchorMap={};0!==(o=e.input.charCodeAt(e.position))&&(P(e,!0,-1),o=e.input.charCodeAt(e.position),!(e.lineIndent>0||37!==o));){for(i=!0,o=e.input.charCodeAt(++e.position),t=e.position;0!==o&&!g(o);)o=e.input.charCodeAt(++e.position);for(r=[],(n=e.input.slice(t,e.position)).length<1&&k(e,"directive name must not be less than one character in length");0!==o;){for(;m(o);)o=e.input.charCodeAt(++e.position);if(35===o){do{o=e.input.charCodeAt(++e.position)}while(0!==o&&!v(o));break}if(v(o))break;for(t=e.position;0!==o&&!g(o);)o=e.input.charCodeAt(++e.position);r.push(e.input.slice(t,e.position))}0!==o&&M(e),u.call(j,n)?j[n](e,n,r):O(e,'unknown document directive "'+n+'"')}P(e,!0,-1),0===e.lineIndent&&45===e.input.charCodeAt(e.position)&&45===e.input.charCodeAt(e.position+1)&&45===e.input.charCodeAt(e.position+2)?(e.position+=3,P(e,!0,-1)):i&&k(e,"directives end mark is expected"),U(e,e.lineIndent-1,4,!1,!0),P(e,!0,-1),e.checkLineBreaks&&l.test(e.input.slice(a,e.position))&&O(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&R(e)?46===e.input.charCodeAt(e.position)&&(e.position+=3,P(e,!0,-1)):e.position<e.length-1&&k(e,"end of the stream or a document separator is expected")}function z(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.length-1)&&13!==e.charCodeAt(e.length-1)&&(e+="\n"),65279===e.charCodeAt(0)&&(e=e.slice(1)));var n=new S(e,t);for(n.input+="\0";32===n.input.charCodeAt(n.position);)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)q(n);return n.documents}function V(e,t,n){var r,o,a=z(e,n);if("function"!=typeof t)return a;for(r=0,o=a.length;r<o;r+=1)t(a[r])}function W(e,t){var n=z(e,t);if(0!==n.length){if(1===n.length)return n[0];throw new o("expected a single document in the stream, but found more")}}e.exports.loadAll=V,e.exports.load=W,e.exports.safeLoadAll=function(e,t,n){if("function"!=typeof t)return V(e,r.extend({schema:i},n));V(e,t,r.extend({schema:i},n))},e.exports.safeLoad=function(e,t){return W(e,r.extend({schema:i},t))}},function(e,t,n){"use strict";var r=n(136);function o(e,t,n,r,o){this.name=e,this.buffer=t,this.position=n,this.line=r,this.column=o}o.prototype.getSnippet=function(e,t){var n,o,a,i,s;if(!this.buffer)return null;for(e=e||4,t=t||75,n="",o=this.position;o>0&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(o-1));)if(o-=1,this.position-o>t/2-1){n=" ... ",o+=5;break}for(a="",i=this.position;i<this.buffer.length&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(i));)if((i+=1)-this.position>t/2-1){a=" ... ",i-=5;break}return s=this.buffer.slice(o,i),r.repeat(" ",e)+n+s+a+"\n"+r.repeat(" ",e+this.position-o+n.length)+"^"},o.prototype.toString=function(e){var t,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),e||(t=this.getSnippet())&&(n+=":\n"+t),n},e.exports=o},function(e,t,n){"use strict";var r=n(50);e.exports=new r("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}})},function(e,t,n){"use strict";var r=n(50);e.exports=new r("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}})},function(e,t,n){"use strict";var r=n(50);e.exports=new r("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}})},function(e,t,n){"use strict";var r=n(50);e.exports=new r("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)},construct:function(){return null},predicate:function(e){return null===e},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})},function(e,t,n){"use strict";var r=n(50);e.exports=new r("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t=e.length;return 4===t&&("true"===e||"True"===e||"TRUE"===e)||5===t&&("false"===e||"False"===e||"FALSE"===e)},construct:function(e){return"true"===e||"True"===e||"TRUE"===e},predicate:function(e){return"[object Boolean]"===Object.prototype.toString.call(e)},represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"})},function(e,t,n){"use strict";var r=n(136),o=n(50);function a(e){return 48<=e&&e<=55}function i(e){return 48<=e&&e<=57}e.exports=new o("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,n,r=e.length,o=0,s=!1;if(!r)return!1;if("-"!==(t=e[o])&&"+"!==t||(t=e[++o]),"0"===t){if(o+1===r)return!0;if("b"===(t=e[++o])){for(o++;o<r;o++)if("_"!==(t=e[o])){if("0"!==t&&"1"!==t)return!1;s=!0}return s&&"_"!==t}if("x"===t){for(o++;o<r;o++)if("_"!==(t=e[o])){if(!(48<=(n=e.charCodeAt(o))&&n<=57||65<=n&&n<=70||97<=n&&n<=102))return!1;s=!0}return s&&"_"!==t}for(;o<r;o++)if("_"!==(t=e[o])){if(!a(e.charCodeAt(o)))return!1;s=!0}return s&&"_"!==t}if("_"===t)return!1;for(;o<r;o++)if("_"!==(t=e[o])){if(":"===t)break;if(!i(e.charCodeAt(o)))return!1;s=!0}return!(!s||"_"===t)&&(":"!==t||/^(:[0-5]?[0-9])+$/.test(e.slice(o)))},construct:function(e){var t,n,r=e,o=1,a=[];return-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),"-"!==(t=r[0])&&"+"!==t||("-"===t&&(o=-1),t=(r=r.slice(1))[0]),"0"===r?0:"0"===t?"b"===r[1]?o*parseInt(r.slice(2),2):"x"===r[1]?o*parseInt(r,16):o*parseInt(r,8):-1!==r.indexOf(":")?(r.split(":").forEach((function(e){a.unshift(parseInt(e,10))})),r=0,n=1,a.forEach((function(e){r+=e*n,n*=60})),o*r):o*parseInt(r,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&e%1==0&&!r.isNegativeZero(e)},represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0"+e.toString(8):"-0"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})},function(e,t,n){"use strict";var r=n(136),o=n(50),a=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");var i=/^[-+]?[0-9]+e/;e.exports=new o("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(e){return null!==e&&!(!a.test(e)||"_"===e[e.length-1])},construct:function(e){var t,n,r,o;return n="-"===(t=e.replace(/_/g,"").toLowerCase())[0]?-1:1,o=[],"+-".indexOf(t[0])>=0&&(t=t.slice(1)),".inf"===t?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:t.indexOf(":")>=0?(t.split(":").forEach((function(e){o.unshift(parseFloat(e,10))})),t=0,r=1,o.forEach((function(e){t+=e*r,r*=60})),n*t):n*parseFloat(t,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&(e%1!=0||r.isNegativeZero(e))},represent:function(e,t){var n;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(r.isNegativeZero(e))return"-0.0";return n=e.toString(10),i.test(n)?n.replace("e",".e"):n},defaultStyle:"lowercase"})},function(e,t,n){"use strict";var r=n(50),o=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),a=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");e.exports=new r("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(e){return null!==e&&(null!==o.exec(e)||null!==a.exec(e))},construct:function(e){var t,n,r,i,s,u,c,l,p=0,f=null;if(null===(t=o.exec(e))&&(t=a.exec(e)),null===t)throw new Error("Date resolve error");if(n=+t[1],r=+t[2]-1,i=+t[3],!t[4])return new Date(Date.UTC(n,r,i));if(s=+t[4],u=+t[5],c=+t[6],t[7]){for(p=t[7].slice(0,3);p.length<3;)p+="0";p=+p}return t[9]&&(f=6e4*(60*+t[10]+ +(t[11]||0)),"-"===t[9]&&(f=-f)),l=new Date(Date.UTC(n,r,i,s,u,c,p)),f&&l.setTime(l.getTime()-f),l},instanceOf:Date,represent:function(e){return e.toISOString()}})},function(e,t,n){"use strict";var r=n(50);e.exports=new r("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(e){return"<<"===e||null===e}})},function(e,t,n){"use strict";var r;try{r=n(77).Buffer}catch(e){}var o=n(50),a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";e.exports=new o("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,n,r=0,o=e.length,i=a;for(n=0;n<o;n++)if(!((t=i.indexOf(e.charAt(n)))>64)){if(t<0)return!1;r+=6}return r%8==0},construct:function(e){var t,n,o=e.replace(/[\r\n=]/g,""),i=o.length,s=a,u=0,c=[];for(t=0;t<i;t++)t%4==0&&t&&(c.push(u>>16&255),c.push(u>>8&255),c.push(255&u)),u=u<<6|s.indexOf(o.charAt(t));return 0===(n=i%4*6)?(c.push(u>>16&255),c.push(u>>8&255),c.push(255&u)):18===n?(c.push(u>>10&255),c.push(u>>2&255)):12===n&&c.push(u>>4&255),r?r.from?r.from(c):new r(c):c},predicate:function(e){return r&&r.isBuffer(e)},represent:function(e){var t,n,r="",o=0,i=e.length,s=a;for(t=0;t<i;t++)t%3==0&&t&&(r+=s[o>>18&63],r+=s[o>>12&63],r+=s[o>>6&63],r+=s[63&o]),o=(o<<8)+e[t];return 0===(n=i%3)?(r+=s[o>>18&63],r+=s[o>>12&63],r+=s[o>>6&63],r+=s[63&o]):2===n?(r+=s[o>>10&63],r+=s[o>>4&63],r+=s[o<<2&63],r+=s[64]):1===n&&(r+=s[o>>2&63],r+=s[o<<4&63],r+=s[64],r+=s[64]),r}})},function(e,t,n){"use strict";var r=n(50),o=Object.prototype.hasOwnProperty,a=Object.prototype.toString;e.exports=new r("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,n,r,i,s,u=[],c=e;for(t=0,n=c.length;t<n;t+=1){if(r=c[t],s=!1,"[object Object]"!==a.call(r))return!1;for(i in r)if(o.call(r,i)){if(s)return!1;s=!0}if(!s)return!1;if(-1!==u.indexOf(i))return!1;u.push(i)}return!0},construct:function(e){return null!==e?e:[]}})},function(e,t,n){"use strict";var r=n(50),o=Object.prototype.toString;e.exports=new r("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,n,r,a,i,s=e;for(i=new Array(s.length),t=0,n=s.length;t<n;t+=1){if(r=s[t],"[object Object]"!==o.call(r))return!1;if(1!==(a=Object.keys(r)).length)return!1;i[t]=[a[0],r[a[0]]]}return!0},construct:function(e){if(null===e)return[];var t,n,r,o,a,i=e;for(a=new Array(i.length),t=0,n=i.length;t<n;t+=1)r=i[t],o=Object.keys(r),a[t]=[o[0],r[o[0]]];return a}})},function(e,t,n){"use strict";var r=n(50),o=Object.prototype.hasOwnProperty;e.exports=new r("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(e){if(null===e)return!0;var t,n=e;for(t in n)if(o.call(n,t)&&null!==n[t])return!1;return!0},construct:function(e){return null!==e?e:{}}})},function(e,t,n){"use strict";var r=n(50);e.exports=new r("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:function(){return!0},construct:function(){},predicate:function(e){return void 0===e},represent:function(){return""}})},function(e,t,n){"use strict";var r=n(50);e.exports=new r("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:function(e){if(null===e)return!1;if(0===e.length)return!1;var t=e,n=/\/([gim]*)$/.exec(e),r="";if("/"===t[0]){if(n&&(r=n[1]),r.length>3)return!1;if("/"!==t[t.length-r.length-1])return!1}return!0},construct:function(e){var t=e,n=/\/([gim]*)$/.exec(e),r="";return"/"===t[0]&&(n&&(r=n[1]),t=t.slice(1,t.length-r.length-1)),new RegExp(t,r)},predicate:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},represent:function(e){var t="/"+e.source+"/";return e.global&&(t+="g"),e.multiline&&(t+="m"),e.ignoreCase&&(t+="i"),t}})},function(e,t,n){"use strict";var r;try{r=n(889)}catch(e){"undefined"!=typeof window&&(r=window.esprima)}var o=n(50);e.exports=new o("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:function(e){if(null===e)return!1;try{var t="("+e+")",n=r.parse(t,{range:!0});return"Program"===n.type&&1===n.body.length&&"ExpressionStatement"===n.body[0].type&&("ArrowFunctionExpression"===n.body[0].expression.type||"FunctionExpression"===n.body[0].expression.type)}catch(e){return!1}},construct:function(e){var t,n="("+e+")",o=r.parse(n,{range:!0}),a=[];if("Program"!==o.type||1!==o.body.length||"ExpressionStatement"!==o.body[0].type||"ArrowFunctionExpression"!==o.body[0].expression.type&&"FunctionExpression"!==o.body[0].expression.type)throw new Error("Failed to resolve function");return o.body[0].expression.params.forEach((function(e){a.push(e.name)})),t=o.body[0].expression.body.range,"BlockStatement"===o.body[0].expression.body.type?new Function(a,n.slice(t[0]+1,t[1]-1)):new Function(a,"return "+n.slice(t[0],t[1]))},predicate:function(e){return"[object Function]"===Object.prototype.toString.call(e)},represent:function(e){return e.toString()}})},function(t,n){if(void 0===e){var r=new Error("Cannot find module 'esprima'");throw r.code="MODULE_NOT_FOUND",r}t.exports=e},function(e,t,n){"use strict";var r=n(136),o=n(163),a=n(198),i=n(164),s=Object.prototype.toString,u=Object.prototype.hasOwnProperty,c={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},l=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function p(e){var t,n,a;if(t=e.toString(16).toUpperCase(),e<=255)n="x",a=2;else if(e<=65535)n="u",a=4;else{if(!(e<=4294967295))throw new o("code point within a string may not be greater than 0xFFFFFFFF");n="U",a=8}return"\\"+n+r.repeat("0",a-t.length)+t}function f(e){this.schema=e.schema||a,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=r.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=function(e,t){var n,r,o,a,i,s,c;if(null===t)return{};for(n={},o=0,a=(r=Object.keys(t)).length;o<a;o+=1)i=r[o],s=String(t[i]),"!!"===i.slice(0,2)&&(i="tag:yaml.org,2002:"+i.slice(2)),(c=e.compiledTypeMap.fallback[i])&&u.call(c.styleAliases,s)&&(s=c.styleAliases[s]),n[i]=s;return n}(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function h(e,t){for(var n,o=r.repeat(" ",t),a=0,i=-1,s="",u=e.length;a<u;)-1===(i=e.indexOf("\n",a))?(n=e.slice(a),a=u):(n=e.slice(a,i+1),a=i+1),n.length&&"\n"!==n&&(s+=o),s+=n;return s}function d(e,t){return"\n"+r.repeat(" ",e.indent*t)}function v(e){return 32===e||9===e}function m(e){return 32<=e&&e<=126||161<=e&&e<=55295&&8232!==e&&8233!==e||57344<=e&&e<=65533&&65279!==e||65536<=e&&e<=1114111}function g(e){return m(e)&&65279!==e&&44!==e&&91!==e&&93!==e&&123!==e&&125!==e&&58!==e&&35!==e}function y(e){return/^\n* /.test(e)}function b(e,t,n,r,o){var a,i,s,u=!1,c=!1,l=-1!==r,p=-1,f=m(s=e.charCodeAt(0))&&65279!==s&&!v(s)&&45!==s&&63!==s&&58!==s&&44!==s&&91!==s&&93!==s&&123!==s&&125!==s&&35!==s&&38!==s&&42!==s&&33!==s&&124!==s&&62!==s&&39!==s&&34!==s&&37!==s&&64!==s&&96!==s&&!v(e.charCodeAt(e.length-1));if(t)for(a=0;a<e.length;a++){if(!m(i=e.charCodeAt(a)))return 5;f=f&&g(i)}else{for(a=0;a<e.length;a++){if(10===(i=e.charCodeAt(a)))u=!0,l&&(c=c||a-p-1>r&&" "!==e[p+1],p=a);else if(!m(i))return 5;f=f&&g(i)}c=c||l&&a-p-1>r&&" "!==e[p+1]}return u||c?n>9&&y(e)?5:c?4:3:f&&!o(e)?1:2}function _(e,t,n,r){e.dump=function(){if(0===t.length)return"''";if(!e.noCompatMode&&-1!==l.indexOf(t))return"'"+t+"'";var a=e.indent*Math.max(1,n),i=-1===e.lineWidth?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-a),s=r||e.flowLevel>-1&&n>=e.flowLevel;switch(b(t,s,e.indent,i,(function(t){return function(e,t){var n,r;for(n=0,r=e.implicitTypes.length;n<r;n+=1)if(e.implicitTypes[n].resolve(t))return!0;return!1}(e,t)}))){case 1:return t;case 2:return"'"+t.replace(/'/g,"''")+"'";case 3:return"|"+w(t,e.indent)+x(h(t,a));case 4:return">"+w(t,e.indent)+x(h(function(e,t){var n,r,o=/(\n+)([^\n]*)/g,a=(s=e.indexOf("\n"),s=-1!==s?s:e.length,o.lastIndex=s,E(e.slice(0,s),t)),i="\n"===e[0]||" "===e[0];var s;for(;r=o.exec(e);){var u=r[1],c=r[2];n=" "===c[0],a+=u+(i||n||""===c?"":"\n")+E(c,t),i=n}return a}(t,i),a));case 5:return'"'+function(e){for(var t,n,r,o="",a=0;a<e.length;a++)(t=e.charCodeAt(a))>=55296&&t<=56319&&(n=e.charCodeAt(a+1))>=56320&&n<=57343?(o+=p(1024*(t-55296)+n-56320+65536),a++):o+=!(r=c[t])&&m(t)?e[a]:r||p(t);return o}(t)+'"';default:throw new o("impossible error: invalid scalar style")}}()}function w(e,t){var n=y(e)?String(t):"",r="\n"===e[e.length-1];return n+(r&&("\n"===e[e.length-2]||"\n"===e)?"+":r?"":"-")+"\n"}function x(e){return"\n"===e[e.length-1]?e.slice(0,-1):e}function E(e,t){if(""===e||" "===e[0])return e;for(var n,r,o=/ [^ ]/g,a=0,i=0,s=0,u="";n=o.exec(e);)(s=n.index)-a>t&&(r=i>a?i:s,u+="\n"+e.slice(a,r),a=r+1),i=s;return u+="\n",e.length-a>t&&i>a?u+=e.slice(a,i)+"\n"+e.slice(i+1):u+=e.slice(a),u.slice(1)}function C(e,t,n){var r,a,i,c,l,p;for(i=0,c=(a=n?e.explicitTypes:e.implicitTypes).length;i<c;i+=1)if(((l=a[i]).instanceOf||l.predicate)&&(!l.instanceOf||"object"==typeof t&&t instanceof l.instanceOf)&&(!l.predicate||l.predicate(t))){if(e.tag=n?l.tag:"?",l.represent){if(p=e.styleMap[l.tag]||l.defaultStyle,"[object Function]"===s.call(l.represent))r=l.represent(t,p);else{if(!u.call(l.represent,p))throw new o("!<"+l.tag+'> tag resolver accepts not "'+p+'" style');r=l.represent[p](t,p)}e.dump=r}return!0}return!1}function S(e,t,n,r,a,i){e.tag=null,e.dump=n,C(e,n,!1)||C(e,n,!0);var u=s.call(e.dump);r&&(r=e.flowLevel<0||e.flowLevel>t);var c,l,p="[object Object]"===u||"[object Array]"===u;if(p&&(l=-1!==(c=e.duplicates.indexOf(n))),(null!==e.tag&&"?"!==e.tag||l||2!==e.indent&&t>0)&&(a=!1),l&&e.usedDuplicates[c])e.dump="*ref_"+c;else{if(p&&l&&!e.usedDuplicates[c]&&(e.usedDuplicates[c]=!0),"[object Object]"===u)r&&0!==Object.keys(e.dump).length?(!function(e,t,n,r){var a,i,s,u,c,l,p="",f=e.tag,h=Object.keys(n);if(!0===e.sortKeys)h.sort();else if("function"==typeof e.sortKeys)h.sort(e.sortKeys);else if(e.sortKeys)throw new o("sortKeys must be a boolean or a function");for(a=0,i=h.length;a<i;a+=1)l="",r&&0===a||(l+=d(e,t)),u=n[s=h[a]],S(e,t+1,s,!0,!0,!0)&&((c=null!==e.tag&&"?"!==e.tag||e.dump&&e.dump.length>1024)&&(e.dump&&10===e.dump.charCodeAt(0)?l+="?":l+="? "),l+=e.dump,c&&(l+=d(e,t)),S(e,t+1,u,!0,c)&&(e.dump&&10===e.dump.charCodeAt(0)?l+=":":l+=": ",p+=l+=e.dump));e.tag=f,e.dump=p||"{}"}(e,t,e.dump,a),l&&(e.dump="&ref_"+c+e.dump)):(!function(e,t,n){var r,o,a,i,s,u="",c=e.tag,l=Object.keys(n);for(r=0,o=l.length;r<o;r+=1)s=e.condenseFlow?'"':"",0!==r&&(s+=", "),i=n[a=l[r]],S(e,t,a,!1,!1)&&(e.dump.length>1024&&(s+="? "),s+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),S(e,t,i,!1,!1)&&(u+=s+=e.dump));e.tag=c,e.dump="{"+u+"}"}(e,t,e.dump),l&&(e.dump="&ref_"+c+" "+e.dump));else if("[object Array]"===u){var f=e.noArrayIndent&&t>0?t-1:t;r&&0!==e.dump.length?(!function(e,t,n,r){var o,a,i="",s=e.tag;for(o=0,a=n.length;o<a;o+=1)S(e,t+1,n[o],!0,!0)&&(r&&0===o||(i+=d(e,t)),e.dump&&10===e.dump.charCodeAt(0)?i+="-":i+="- ",i+=e.dump);e.tag=s,e.dump=i||"[]"}(e,f,e.dump,a),l&&(e.dump="&ref_"+c+e.dump)):(!function(e,t,n){var r,o,a="",i=e.tag;for(r=0,o=n.length;r<o;r+=1)S(e,t,n[r],!1,!1)&&(0!==r&&(a+=","+(e.condenseFlow?"":" ")),a+=e.dump);e.tag=i,e.dump="["+a+"]"}(e,f,e.dump),l&&(e.dump="&ref_"+c+" "+e.dump))}else{if("[object String]"!==u){if(e.skipInvalid)return!1;throw new o("unacceptable kind of an object to dump "+u)}"?"!==e.tag&&_(e,e.dump,t,i)}null!==e.tag&&"?"!==e.tag&&(e.dump="!<"+e.tag+"> "+e.dump)}return!0}function A(e,t){var n,r,o=[],a=[];for(k(e,o,a),n=0,r=a.length;n<r;n+=1)t.duplicates.push(o[a[n]]);t.usedDuplicates=new Array(r)}function k(e,t,n){var r,o,a;if(null!==e&&"object"==typeof e)if(-1!==(o=t.indexOf(e)))-1===n.indexOf(o)&&n.push(o);else if(t.push(e),Array.isArray(e))for(o=0,a=e.length;o<a;o+=1)k(e[o],t,n);else for(o=0,a=(r=Object.keys(e)).length;o<a;o+=1)k(e[r[o]],t,n)}function O(e,t){var n=new f(t=t||{});return n.noRefs||A(e,n),S(n,0,e,!0,!0)?n.dump+"\n":""}e.exports.dump=O,e.exports.safeDump=function(e,t){return O(e,r.extend({schema:i},t))}},function(e,t,n){"use strict";e.exports=function(e,t){if(t=t.split(":")[0],!(e=+e))return!1;switch(t){case"http":case"ws":return 80!==e;case"https":case"wss":return 443!==e;case"ftp":return 21!==e;case"gopher":return 70!==e;case"file":return!1}return 0!==e}},function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty;function o(e){try{return decodeURIComponent(e.replace(/\+/g," "))}catch(e){return null}}t.stringify=function(e,t){t=t||"";var n,o,a=[];for(o in"string"!=typeof t&&(t="?"),e)if(r.call(e,o)){if((n=e[o])||null!=n&&!isNaN(n)||(n=""),o=encodeURIComponent(o),n=encodeURIComponent(n),null===o||null===n)continue;a.push(o+"="+n)}return a.length?t+a.join("&"):""},t.parse=function(e){for(var t,n=/([^=?&]+)=?([^&]*)/g,r={};t=n.exec(e);){var a=o(t[1]),i=o(t[2]);null===a||null===i||a in r||(r[a]=i)}return r}},function(e,t,n){var r=n(75);e.exports=function(){return r.Date.now()}},function(e,t,n){e.exports=n(895)},function(e,t,n){var r=n(374);e.exports=r},function(e,t,n){e.exports=n(897)},function(e,t,n){var r=n(460);e.exports=r},function(e,t,n){n(24)({target:"Object",stat:!0,sham:!n(48)},{create:n(110)})},function(e,t,n){var r=n(461);function o(t,n){return e.exports=o=r||function(e,t){return e.__proto__=t,e},o(t,n)}e.exports=o},function(e,t,n){var r=n(901);e.exports=r},function(e,t,n){n(902);var r=n(34);e.exports=r.Object.setPrototypeOf},function(e,t,n){n(24)({target:"Object",stat:!0},{setPrototypeOf:n(233)})},function(e,t,n){var r=n(904);e.exports=r},function(e,t,n){n(905);var r=n(34);e.exports=r.Reflect.construct},function(e,t,n){var r=n(24),o=n(71),a=n(79),i=n(55),s=n(45),u=n(110),c=n(376),l=n(36),p=o("Reflect","construct"),f=l((function(){function e(){}return!(p((function(){}),[],e)instanceof e)})),h=!l((function(){p((function(){}))})),d=f||h;r({target:"Reflect",stat:!0,forced:d,sham:d},{construct:function(e,t){a(e),i(t);var n=arguments.length<3?e:a(arguments[2]);if(h&&!f)return p(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(c.apply(e,r))}var o=n.prototype,l=u(s(o)?o:Object.prototype),d=Function.apply.call(e,l,t);return s(d)?d:l}})},function(e,t,n){e.exports=n(907)},function(e,t,n){var r=n(908);e.exports=r},function(e,t,n){n(909);var r=n(34);e.exports=r.Object.getPrototypeOf},function(e,t,n){var r=n(24),o=n(36),a=n(72),i=n(151),s=n(365);r({target:"Object",stat:!0,forced:o((function(){i(1)})),sham:!s},{getPrototypeOf:function(e){return i(a(e))}})},function(e,t,n){var r=n(462);e.exports=function(){if("undefined"==typeof Reflect||!r)return!1;if(r.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(r(Date,[],(function(){}))),!0}catch(e){return!1}}},function(e,t,n){var r=n(20),o=n(10);e.exports=function(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?o(e):t}},function(e,t,n){"use strict";var r=n(43),o=n(913),a=n(486),i=n(139),s=n(82),u=n(985),c=n(986),l=n(487),p=n(987);n(33);o.inject();var f={findDOMNode:c,render:a.render,unmountComponentAtNode:a.unmountComponentAtNode,version:u,unstable_batchedUpdates:s.batchedUpdates,unstable_renderSubtreeIntoContainer:p};"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.inject&&__REACT_DEVTOOLS_GLOBAL_HOOK__.inject({ComponentTree:{getClosestInstanceFromNode:r.getClosestInstanceFromNode,getNodeFromInstance:function(e){return e._renderedComponent&&(e=l(e)),e?r.getNodeFromInstance(e):null}},Mount:a,Reconciler:i}),e.exports=f},function(e,t,n){"use strict";var r=n(914),o=n(915),a=n(919),i=n(922),s=n(923),u=n(924),c=n(925),l=n(931),p=n(43),f=n(956),h=n(957),d=n(958),v=n(959),m=n(960),g=n(962),y=n(963),b=n(969),_=n(970),w=n(971),x=!1;e.exports={inject:function(){x||(x=!0,g.EventEmitter.injectReactEventListener(m),g.EventPluginHub.injectEventPluginOrder(i),g.EventPluginUtils.injectComponentTree(p),g.EventPluginUtils.injectTreeTraversal(h),g.EventPluginHub.injectEventPluginsByName({SimpleEventPlugin:w,EnterLeaveEventPlugin:s,ChangeEventPlugin:a,SelectEventPlugin:_,BeforeInputEventPlugin:o}),g.HostComponent.injectGenericComponentClass(l),g.HostComponent.injectTextComponentClass(d),g.DOMProperty.injectDOMPropertyConfig(r),g.DOMProperty.injectDOMPropertyConfig(u),g.DOMProperty.injectDOMPropertyConfig(b),g.EmptyComponent.injectEmptyComponentFactory((function(e){return new f(e)})),g.Updates.injectReconcileTransaction(y),g.Updates.injectBatchingStrategy(v),g.Component.injectEnvironment(c))}}},function(e,t,n){"use strict";e.exports={Properties:{"aria-current":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},DOMAttributeNames:{},DOMPropertyNames:{}}},function(e,t,n){"use strict";var r=n(165),o=n(57),a=n(916),i=n(917),s=n(918),u=[9,13,27,32],c=o.canUseDOM&&"CompositionEvent"in window,l=null;o.canUseDOM&&"documentMode"in document&&(l=document.documentMode);var p,f=o.canUseDOM&&"TextEvent"in window&&!l&&!("object"==typeof(p=window.opera)&&"function"==typeof p.version&&parseInt(p.version(),10)<=12),h=o.canUseDOM&&(!c||l&&l>8&&l<=11);var d=String.fromCharCode(32),v={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["topCompositionEnd","topKeyPress","topTextInput","topPaste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:["topBlur","topCompositionEnd","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:["topBlur","topCompositionStart","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:["topBlur","topCompositionUpdate","topKeyDown","topKeyPress","topKeyUp","topMouseDown"]}},m=!1;function g(e,t){switch(e){case"topKeyUp":return-1!==u.indexOf(t.keyCode);case"topKeyDown":return 229!==t.keyCode;case"topKeyPress":case"topMouseDown":case"topBlur":return!0;default:return!1}}function y(e){var t=e.detail;return"object"==typeof t&&"data"in t?t.data:null}var b=null;function _(e,t,n,o){var s,u;if(c?s=function(e){switch(e){case"topCompositionStart":return v.compositionStart;case"topCompositionEnd":return v.compositionEnd;case"topCompositionUpdate":return v.compositionUpdate}}(e):b?g(e,n)&&(s=v.compositionEnd):function(e,t){return"topKeyDown"===e&&229===t.keyCode}(e,n)&&(s=v.compositionStart),!s)return null;h&&(b||s!==v.compositionStart?s===v.compositionEnd&&b&&(u=b.getData()):b=a.getPooled(o));var l=i.getPooled(s,t,n,o);if(u)l.data=u;else{var p=y(n);null!==p&&(l.data=p)}return r.accumulateTwoPhaseDispatches(l),l}function w(e,t,n,o){var i;if(!(i=f?function(e,t){switch(e){case"topCompositionEnd":return y(t);case"topKeyPress":return 32!==t.which?null:(m=!0,d);case"topTextInput":var n=t.data;return n===d&&m?null:n;default:return null}}(e,n):function(e,t){if(b){if("topCompositionEnd"===e||!c&&g(e,t)){var n=b.getData();return a.release(b),b=null,n}return null}switch(e){case"topPaste":return null;case"topKeyPress":return t.which&&!function(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}(t)?String.fromCharCode(t.which):null;case"topCompositionEnd":return h?null:t.data;default:return null}}(e,n)))return null;var u=s.getPooled(v.beforeInput,t,n,o);return u.data=i,r.accumulateTwoPhaseDispatches(u),u}var x={eventTypes:v,extractEvents:function(e,t,n,r){return[_(e,t,n,r),w(e,t,n,r)]}};e.exports=x},function(e,t,n){"use strict";var r=n(40),o=n(123),a=n(466);function i(e){this._root=e,this._startText=this.getText(),this._fallbackText=null}r(i.prototype,{destructor:function(){this._root=null,this._startText=null,this._fallbackText=null},getText:function(){return"value"in this._root?this._root.value:this._root[a()]},getData:function(){if(this._fallbackText)return this._fallbackText;var e,t,n=this._startText,r=n.length,o=this.getText(),a=o.length;for(e=0;e<r&&n[e]===o[e];e++);var i=r-e;for(t=1;t<=i&&n[r-t]===o[a-t];t++);var s=t>1?1-t:void 0;return this._fallbackText=o.slice(e,s),this._fallbackText}}),o.addPoolingTo(i),e.exports=i},function(e,t,n){"use strict";var r=n(93);function o(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(o,{data:null}),e.exports=o},function(e,t,n){"use strict";var r=n(93);function o(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(o,{data:null}),e.exports=o},function(e,t,n){"use strict";var r=n(166),o=n(165),a=n(57),i=n(43),s=n(82),u=n(93),c=n(469),l=n(264),p=n(265),f=n(470),h={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:["topBlur","topChange","topClick","topFocus","topInput","topKeyDown","topKeyUp","topSelectionChange"]}};function d(e,t,n){var r=u.getPooled(h.change,e,t,n);return r.type="change",o.accumulateTwoPhaseDispatches(r),r}var v=null,m=null;var g=!1;function y(e){var t=d(m,e,l(e));s.batchedUpdates(b,t)}function b(e){r.enqueueEvents(e),r.processEventQueue(!1)}function _(){v&&(v.detachEvent("onchange",y),v=null,m=null)}function w(e,t){var n=c.updateValueIfChanged(e),r=!0===t.simulated&&I._allowSimulatedPassThrough;if(n||r)return e}function x(e,t){if("topChange"===e)return t}function E(e,t,n){"topFocus"===e?(_(),function(e,t){m=t,(v=e).attachEvent("onchange",y)}(t,n)):"topBlur"===e&&_()}a.canUseDOM&&(g=p("change")&&(!document.documentMode||document.documentMode>8));var C=!1;function S(){v&&(v.detachEvent("onpropertychange",A),v=null,m=null)}function A(e){"value"===e.propertyName&&w(m,e)&&y(e)}function k(e,t,n){"topFocus"===e?(S(),function(e,t){m=t,(v=e).attachEvent("onpropertychange",A)}(t,n)):"topBlur"===e&&S()}function O(e,t,n){if("topSelectionChange"===e||"topKeyUp"===e||"topKeyDown"===e)return w(m,n)}function j(e,t,n){if("topClick"===e)return w(t,n)}function T(e,t,n){if("topInput"===e||"topChange"===e)return w(t,n)}a.canUseDOM&&(C=p("input")&&(!document.documentMode||document.documentMode>9));var I={eventTypes:h,_allowSimulatedPassThrough:!0,_isInputEventSupported:C,extractEvents:function(e,t,n,r){var o,a,s,u,c=t?i.getNodeFromInstance(t):window;if("select"===(u=(s=c).nodeName&&s.nodeName.toLowerCase())||"input"===u&&"file"===s.type?g?o=x:a=E:f(c)?C?o=T:(o=O,a=k):function(e){var t=e.nodeName;return t&&"input"===t.toLowerCase()&&("checkbox"===e.type||"radio"===e.type)}(c)&&(o=j),o){var l=o(e,t,n);if(l)return d(l,n,r)}a&&a(e,c,t),"topBlur"===e&&function(e,t){if(null!=e){var n=e._wrapperState||t._wrapperState;if(n&&n.controlled&&"number"===t.type){var r=""+t.value;t.getAttribute("value")!==r&&t.setAttribute("value",r)}}}(t,c)}};e.exports=I},function(e,t,n){"use strict";var r=n(921),o={};o.attachRefs=function(e,t){if(null!==t&&"object"==typeof t){var n=t.ref;null!=n&&function(e,t,n){"function"==typeof e?e(t.getPublicInstance()):r.addComponentAsRefTo(t,e,n)}(n,e,t._owner)}},o.shouldUpdateRefs=function(e,t){var n=null,r=null;null!==e&&"object"==typeof e&&(n=e.ref,r=e._owner);var o=null,a=null;return null!==t&&"object"==typeof t&&(o=t.ref,a=t._owner),n!==o||"string"==typeof o&&a!==r},o.detachRefs=function(e,t){if(null!==t&&"object"==typeof t){var n=t.ref;null!=n&&function(e,t,n){"function"==typeof e?e(null):r.removeComponentAsRefFrom(t,e,n)}(n,e,t._owner)}},e.exports=o},function(e,t,n){"use strict";var r=n(31);n(26);function o(e){return!(!e||"function"!=typeof e.attachRef||"function"!=typeof e.detachRef)}var a={addComponentAsRefTo:function(e,t,n){o(n)||r("119"),n.attachRef(t,e)},removeComponentAsRefFrom:function(e,t,n){o(n)||r("120");var a=n.getPublicInstance();a&&a.refs[t]===e.getPublicInstance()&&n.detachRef(t)}};e.exports=a},function(e,t,n){"use strict";e.exports=["ResponderEventPlugin","SimpleEventPlugin","TapEventPlugin","EnterLeaveEventPlugin","ChangeEventPlugin","SelectEventPlugin","BeforeInputEventPlugin"]},function(e,t,n){"use strict";var r=n(165),o=n(43),a=n(201),i={mouseEnter:{registrationName:"onMouseEnter",dependencies:["topMouseOut","topMouseOver"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["topMouseOut","topMouseOver"]}},s={eventTypes:i,extractEvents:function(e,t,n,s){if("topMouseOver"===e&&(n.relatedTarget||n.fromElement))return null;if("topMouseOut"!==e&&"topMouseOver"!==e)return null;var u,c,l;if(s.window===s)u=s;else{var p=s.ownerDocument;u=p?p.defaultView||p.parentWindow:window}if("topMouseOut"===e){c=t;var f=n.relatedTarget||n.toElement;l=f?o.getClosestInstanceFromNode(f):null}else c=null,l=t;if(c===l)return null;var h=null==c?u:o.getNodeFromInstance(c),d=null==l?u:o.getNodeFromInstance(l),v=a.getPooled(i.mouseLeave,c,n,s);v.type="mouseleave",v.target=h,v.relatedTarget=d;var m=a.getPooled(i.mouseEnter,l,n,s);return m.type="mouseenter",m.target=d,m.relatedTarget=h,r.accumulateEnterLeaveDispatches(v,m,c,l),[v,m]}};e.exports=s},function(e,t,n){"use strict";var r=n(138),o=r.injection.MUST_USE_PROPERTY,a=r.injection.HAS_BOOLEAN_VALUE,i=r.injection.HAS_NUMERIC_VALUE,s=r.injection.HAS_POSITIVE_NUMERIC_VALUE,u=r.injection.HAS_OVERLOADED_BOOLEAN_VALUE,c={isCustomAttribute:RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+r.ATTRIBUTE_NAME_CHAR+"]*$")),Properties:{accept:0,acceptCharset:0,accessKey:0,action:0,allowFullScreen:a,allowTransparency:0,alt:0,as:0,async:a,autoComplete:0,autoPlay:a,capture:a,cellPadding:0,cellSpacing:0,charSet:0,challenge:0,checked:o|a,cite:0,classID:0,className:0,cols:s,colSpan:0,content:0,contentEditable:0,contextMenu:0,controls:a,controlsList:0,coords:0,crossOrigin:0,data:0,dateTime:0,default:a,defer:a,dir:0,disabled:a,download:u,draggable:0,encType:0,form:0,formAction:0,formEncType:0,formMethod:0,formNoValidate:a,formTarget:0,frameBorder:0,headers:0,height:0,hidden:a,high:0,href:0,hrefLang:0,htmlFor:0,httpEquiv:0,icon:0,id:0,inputMode:0,integrity:0,is:0,keyParams:0,keyType:0,kind:0,label:0,lang:0,list:0,loop:a,low:0,manifest:0,marginHeight:0,marginWidth:0,max:0,maxLength:0,media:0,mediaGroup:0,method:0,min:0,minLength:0,multiple:o|a,muted:o|a,name:0,nonce:0,noValidate:a,open:a,optimum:0,pattern:0,placeholder:0,playsInline:a,poster:0,preload:0,profile:0,radioGroup:0,readOnly:a,referrerPolicy:0,rel:0,required:a,reversed:a,role:0,rows:s,rowSpan:i,sandbox:0,scope:0,scoped:a,scrolling:0,seamless:a,selected:o|a,shape:0,size:s,sizes:0,span:s,spellCheck:0,src:0,srcDoc:0,srcLang:0,srcSet:0,start:i,step:0,style:0,summary:0,tabIndex:0,target:0,title:0,type:0,useMap:0,value:0,width:0,wmode:0,wrap:0,about:0,datatype:0,inlist:0,prefix:0,property:0,resource:0,typeof:0,vocab:0,autoCapitalize:0,autoCorrect:0,autoSave:0,color:0,itemProp:0,itemScope:a,itemType:0,itemID:0,itemRef:0,results:0,security:0,unselectable:0},DOMAttributeNames:{acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},DOMPropertyNames:{},DOMMutationMethods:{value:function(e,t){if(null==t)return e.removeAttribute("value");("number"!==e.type||!1===e.hasAttribute("value")||e.validity&&!e.validity.badInput&&e.ownerDocument.activeElement!==e)&&e.setAttribute("value",""+t)}}};e.exports=c},function(e,t,n){"use strict";var r=n(267),o={processChildrenUpdates:n(930).dangerouslyProcessChildrenUpdates,replaceNodeWithMarkup:r.dangerouslyReplaceNodeWithMarkup};e.exports=o},function(e,t,n){"use strict";var r=n(31),o=n(140),a=n(57),i=n(927),s=n(81),u=(n(26),{dangerouslyReplaceNodeWithMarkup:function(e,t){if(a.canUseDOM||r("56"),t||r("57"),"HTML"===e.nodeName&&r("58"),"string"==typeof t){var n=i(t,s)[0];e.parentNode.replaceChild(n,e)}else o.replaceChildWithTree(e,t)}});e.exports=u},function(e,t,n){"use strict";var r=n(57),o=n(928),a=n(929),i=n(26),s=r.canUseDOM?document.createElement("div"):null,u=/^\s*<(\w+)/;e.exports=function(e,t){var n=s;s||i(!1);var r=function(e){var t=e.match(u);return t&&t[1].toLowerCase()}(e),c=r&&a(r);if(c){n.innerHTML=c[1]+e+c[2];for(var l=c[0];l--;)n=n.lastChild}else n.innerHTML=e;var p=n.getElementsByTagName("script");p.length&&(t||i(!1),o(p).forEach(t));for(var f=Array.from(n.childNodes);n.lastChild;)n.removeChild(n.lastChild);return f}},function(e,t,n){"use strict";var r=n(26);e.exports=function(e){return function(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"length"in e&&!("setInterval"in e)&&"number"!=typeof e.nodeType&&(Array.isArray(e)||"callee"in e||"item"in e)}(e)?Array.isArray(e)?e.slice():function(e){var t=e.length;if((Array.isArray(e)||"object"!=typeof e&&"function"!=typeof e)&&r(!1),"number"!=typeof t&&r(!1),0===t||t-1 in e||r(!1),"function"==typeof e.callee&&r(!1),e.hasOwnProperty)try{return Array.prototype.slice.call(e)}catch(e){}for(var n=Array(t),o=0;o<t;o++)n[o]=e[o];return n}(e):[e]}},function(e,t,n){"use strict";var r=n(57),o=n(26),a=r.canUseDOM?document.createElement("div"):null,i={},s=[1,'<select multiple="true">',"</select>"],u=[1,"<table>","</table>"],c=[3,"<table><tbody><tr>","</tr></tbody></table>"],l=[1,'<svg xmlns="http://www.w3.org/2000/svg">',"</svg>"],p={"*":[1,"?<div>","</div>"],area:[1,"<map>","</map>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],legend:[1,"<fieldset>","</fieldset>"],param:[1,"<object>","</object>"],tr:[2,"<table><tbody>","</tbody></table>"],optgroup:s,option:s,caption:u,colgroup:u,tbody:u,tfoot:u,thead:u,td:c,th:c};["circle","clipPath","defs","ellipse","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","text","tspan"].forEach((function(e){p[e]=l,i[e]=!0})),e.exports=function(e){return a||o(!1),p.hasOwnProperty(e)||(e="*"),i.hasOwnProperty(e)||(a.innerHTML="*"===e?"<link />":"<"+e+"></"+e+">",i[e]=!a.firstChild),i[e]?p[e]:null}},function(e,t,n){"use strict";var r=n(267),o=n(43),a={dangerouslyProcessChildrenUpdates:function(e,t){var n=o.getNodeFromInstance(e);r.processUpdates(n,t)}};e.exports=a},function(e,t,n){"use strict";var r=n(31),o=n(40),a=n(932),i=n(933),s=n(140),u=n(268),c=n(138),l=n(475),p=n(166),f=n(261),h=n(204),d=n(463),v=n(43),m=n(943),g=n(945),y=n(476),b=n(946),_=(n(76),n(947)),w=n(954),x=(n(81),n(203)),E=(n(26),n(265),n(272),n(469)),C=(n(276),n(33),d),S=p.deleteListener,A=v.getNodeFromInstance,k=h.listenTo,O=f.registrationNameModules,j={string:!0,number:!0},T="style",I={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null};function N(e,t){t&&(W[e._tag]&&(null!=t.children||null!=t.dangerouslySetInnerHTML)&&r("137",e._tag,e._currentElement._owner?" Check the render method of "+e._currentElement._owner.getName()+".":""),null!=t.dangerouslySetInnerHTML&&(null!=t.children&&r("60"),"object"==typeof t.dangerouslySetInnerHTML&&"__html"in t.dangerouslySetInnerHTML||r("61")),null!=t.style&&"object"!=typeof t.style&&r("62",function(e){if(e){var t=e._currentElement._owner||null;if(t){var n=t.getName();if(n)return" This DOM node was rendered by `"+n+"`."}}return""}(e)))}function M(e,t,n,r){if(!(r instanceof w)){0;var o=e._hostContainerInfo,a=o._node&&11===o._node.nodeType?o._node:o._ownerDocument;k(t,a),r.getReactMountReady().enqueue(P,{inst:e,registrationName:t,listener:n})}}function P(){var e=this;p.putListener(e.inst,e.registrationName,e.listener)}function R(){m.postMountWrapper(this)}function D(){b.postMountWrapper(this)}function L(){g.postMountWrapper(this)}var B={topAbort:"abort",topCanPlay:"canplay",topCanPlayThrough:"canplaythrough",topDurationChange:"durationchange",topEmptied:"emptied",topEncrypted:"encrypted",topEnded:"ended",topError:"error",topLoadedData:"loadeddata",topLoadedMetadata:"loadedmetadata",topLoadStart:"loadstart",topPause:"pause",topPlay:"play",topPlaying:"playing",topProgress:"progress",topRateChange:"ratechange",topSeeked:"seeked",topSeeking:"seeking",topStalled:"stalled",topSuspend:"suspend",topTimeUpdate:"timeupdate",topVolumeChange:"volumechange",topWaiting:"waiting"};function F(){E.track(this)}function U(){var e=this;e._rootNodeID||r("63");var t=A(e);switch(t||r("64"),e._tag){case"iframe":case"object":e._wrapperState.listeners=[h.trapBubbledEvent("topLoad","load",t)];break;case"video":case"audio":for(var n in e._wrapperState.listeners=[],B)B.hasOwnProperty(n)&&e._wrapperState.listeners.push(h.trapBubbledEvent(n,B[n],t));break;case"source":e._wrapperState.listeners=[h.trapBubbledEvent("topError","error",t)];break;case"img":e._wrapperState.listeners=[h.trapBubbledEvent("topError","error",t),h.trapBubbledEvent("topLoad","load",t)];break;case"form":e._wrapperState.listeners=[h.trapBubbledEvent("topReset","reset",t),h.trapBubbledEvent("topSubmit","submit",t)];break;case"input":case"select":case"textarea":e._wrapperState.listeners=[h.trapBubbledEvent("topInvalid","invalid",t)]}}function q(){y.postUpdateWrapper(this)}var z={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},V={listing:!0,pre:!0,textarea:!0},W=o({menuitem:!0},z),H=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,J={},$={}.hasOwnProperty;function K(e,t){return e.indexOf("-")>=0||null!=t.is}var Y=1;function G(e){var t=e.type;!function(e){$.call(J,e)||(H.test(e)||r("65",e),J[e]=!0)}(t),this._currentElement=e,this._tag=t.toLowerCase(),this._namespaceURI=null,this._renderedChildren=null,this._previousStyle=null,this._previousStyleCopy=null,this._hostNode=null,this._hostParent=null,this._rootNodeID=0,this._domID=0,this._hostContainerInfo=null,this._wrapperState=null,this._topLevelWrapper=null,this._flags=0}G.displayName="ReactDOMComponent",G.Mixin={mountComponent:function(e,t,n,r){this._rootNodeID=Y++,this._domID=n._idCounter++,this._hostParent=t,this._hostContainerInfo=n;var o,i,c,p=this._currentElement.props;switch(this._tag){case"audio":case"form":case"iframe":case"img":case"link":case"object":case"source":case"video":this._wrapperState={listeners:null},e.getReactMountReady().enqueue(U,this);break;case"input":m.mountWrapper(this,p,t),p=m.getHostProps(this,p),e.getReactMountReady().enqueue(F,this),e.getReactMountReady().enqueue(U,this);break;case"option":g.mountWrapper(this,p,t),p=g.getHostProps(this,p);break;case"select":y.mountWrapper(this,p,t),p=y.getHostProps(this,p),e.getReactMountReady().enqueue(U,this);break;case"textarea":b.mountWrapper(this,p,t),p=b.getHostProps(this,p),e.getReactMountReady().enqueue(F,this),e.getReactMountReady().enqueue(U,this)}if(N(this,p),null!=t?(o=t._namespaceURI,i=t._tag):n._tag&&(o=n._namespaceURI,i=n._tag),(null==o||o===u.svg&&"foreignobject"===i)&&(o=u.html),o===u.html&&("svg"===this._tag?o=u.svg:"math"===this._tag&&(o=u.mathml)),this._namespaceURI=o,e.useCreateElement){var f,h=n._ownerDocument;if(o===u.html)if("script"===this._tag){var d=h.createElement("div"),_=this._currentElement.type;d.innerHTML="<"+_+"></"+_+">",f=d.removeChild(d.firstChild)}else f=p.is?h.createElement(this._currentElement.type,p.is):h.createElement(this._currentElement.type);else f=h.createElementNS(o,this._currentElement.type);v.precacheNode(this,f),this._flags|=C.hasCachedChildNodes,this._hostParent||l.setAttributeForRoot(f),this._updateDOMProperties(null,p,e);var w=s(f);this._createInitialChildren(e,p,r,w),c=w}else{var x=this._createOpenTagMarkupAndPutListeners(e,p),E=this._createContentMarkup(e,p,r);c=!E&&z[this._tag]?x+"/>":x+">"+E+"</"+this._currentElement.type+">"}switch(this._tag){case"input":e.getReactMountReady().enqueue(R,this),p.autoFocus&&e.getReactMountReady().enqueue(a.focusDOMComponent,this);break;case"textarea":e.getReactMountReady().enqueue(D,this),p.autoFocus&&e.getReactMountReady().enqueue(a.focusDOMComponent,this);break;case"select":case"button":p.autoFocus&&e.getReactMountReady().enqueue(a.focusDOMComponent,this);break;case"option":e.getReactMountReady().enqueue(L,this)}return c},_createOpenTagMarkupAndPutListeners:function(e,t){var n="<"+this._currentElement.type;for(var r in t)if(t.hasOwnProperty(r)){var a=t[r];if(null!=a)if(O.hasOwnProperty(r))a&&M(this,r,a,e);else{r===T&&(a&&(a=this._previousStyleCopy=o({},t.style)),a=i.createMarkupForStyles(a,this));var s=null;null!=this._tag&&K(this._tag,t)?I.hasOwnProperty(r)||(s=l.createMarkupForCustomAttribute(r,a)):s=l.createMarkupForProperty(r,a),s&&(n+=" "+s)}}return e.renderToStaticMarkup?n:(this._hostParent||(n+=" "+l.createMarkupForRoot()),n+=" "+l.createMarkupForID(this._domID))},_createContentMarkup:function(e,t,n){var r="",o=t.dangerouslySetInnerHTML;if(null!=o)null!=o.__html&&(r=o.__html);else{var a=j[typeof t.children]?t.children:null,i=null!=a?null:t.children;if(null!=a)r=x(a);else if(null!=i){r=this.mountChildren(i,e,n).join("")}}return V[this._tag]&&"\n"===r.charAt(0)?"\n"+r:r},_createInitialChildren:function(e,t,n,r){var o=t.dangerouslySetInnerHTML;if(null!=o)null!=o.__html&&s.queueHTML(r,o.__html);else{var a=j[typeof t.children]?t.children:null,i=null!=a?null:t.children;if(null!=a)""!==a&&s.queueText(r,a);else if(null!=i)for(var u=this.mountChildren(i,e,n),c=0;c<u.length;c++)s.queueChild(r,u[c])}},receiveComponent:function(e,t,n){var r=this._currentElement;this._currentElement=e,this.updateComponent(t,r,e,n)},updateComponent:function(e,t,n,r){var o=t.props,a=this._currentElement.props;switch(this._tag){case"input":o=m.getHostProps(this,o),a=m.getHostProps(this,a);break;case"option":o=g.getHostProps(this,o),a=g.getHostProps(this,a);break;case"select":o=y.getHostProps(this,o),a=y.getHostProps(this,a);break;case"textarea":o=b.getHostProps(this,o),a=b.getHostProps(this,a)}switch(N(this,a),this._updateDOMProperties(o,a,e),this._updateDOMChildren(o,a,e,r),this._tag){case"input":m.updateWrapper(this),E.updateValueIfChanged(this);break;case"textarea":b.updateWrapper(this);break;case"select":e.getReactMountReady().enqueue(q,this)}},_updateDOMProperties:function(e,t,n){var r,a,s;for(r in e)if(!t.hasOwnProperty(r)&&e.hasOwnProperty(r)&&null!=e[r])if(r===T){var u=this._previousStyleCopy;for(a in u)u.hasOwnProperty(a)&&((s=s||{})[a]="");this._previousStyleCopy=null}else O.hasOwnProperty(r)?e[r]&&S(this,r):K(this._tag,e)?I.hasOwnProperty(r)||l.deleteValueForAttribute(A(this),r):(c.properties[r]||c.isCustomAttribute(r))&&l.deleteValueForProperty(A(this),r);for(r in t){var p=t[r],f=r===T?this._previousStyleCopy:null!=e?e[r]:void 0;if(t.hasOwnProperty(r)&&p!==f&&(null!=p||null!=f))if(r===T)if(p?p=this._previousStyleCopy=o({},p):this._previousStyleCopy=null,f){for(a in f)!f.hasOwnProperty(a)||p&&p.hasOwnProperty(a)||((s=s||{})[a]="");for(a in p)p.hasOwnProperty(a)&&f[a]!==p[a]&&((s=s||{})[a]=p[a])}else s=p;else if(O.hasOwnProperty(r))p?M(this,r,p,n):f&&S(this,r);else if(K(this._tag,t))I.hasOwnProperty(r)||l.setValueForAttribute(A(this),r,p);else if(c.properties[r]||c.isCustomAttribute(r)){var h=A(this);null!=p?l.setValueForProperty(h,r,p):l.deleteValueForProperty(h,r)}}s&&i.setValueForStyles(A(this),s,this)},_updateDOMChildren:function(e,t,n,r){var o=j[typeof e.children]?e.children:null,a=j[typeof t.children]?t.children:null,i=e.dangerouslySetInnerHTML&&e.dangerouslySetInnerHTML.__html,s=t.dangerouslySetInnerHTML&&t.dangerouslySetInnerHTML.__html,u=null!=o?null:e.children,c=null!=a?null:t.children,l=null!=o||null!=i,p=null!=a||null!=s;null!=u&&null==c?this.updateChildren(null,n,r):l&&!p&&this.updateTextContent(""),null!=a?o!==a&&this.updateTextContent(""+a):null!=s?i!==s&&this.updateMarkup(""+s):null!=c&&this.updateChildren(c,n,r)},getHostNode:function(){return A(this)},unmountComponent:function(e){switch(this._tag){case"audio":case"form":case"iframe":case"img":case"link":case"object":case"source":case"video":var t=this._wrapperState.listeners;if(t)for(var n=0;n<t.length;n++)t[n].remove();break;case"input":case"textarea":E.stopTracking(this);break;case"html":case"head":case"body":r("66",this._tag)}this.unmountChildren(e),v.uncacheNode(this),p.deleteAllListeners(this),this._rootNodeID=0,this._domID=0,this._wrapperState=null},getPublicInstance:function(){return A(this)}},o(G.prototype,G.Mixin,_.Mixin),e.exports=G},function(e,t,n){"use strict";var r=n(43),o=n(473),a={focusDOMComponent:function(){o(r.getNodeFromInstance(this))}};e.exports=a},function(e,t,n){"use strict";var r=n(474),o=n(57),a=(n(76),n(934),n(936)),i=n(937),s=n(939),u=(n(33),s((function(e){return i(e)}))),c=!1,l="cssFloat";if(o.canUseDOM){var p=document.createElement("div").style;try{p.font=""}catch(e){c=!0}void 0===document.documentElement.style.cssFloat&&(l="styleFloat")}var f={createMarkupForStyles:function(e,t){var n="";for(var r in e)if(e.hasOwnProperty(r)){var o=0===r.indexOf("--"),i=e[r];0,null!=i&&(n+=u(r)+":",n+=a(r,i,t,o)+";")}return n||null},setValueForStyles:function(e,t,n){var o=e.style;for(var i in t)if(t.hasOwnProperty(i)){var s=0===i.indexOf("--");0;var u=a(i,t[i],n,s);if("float"!==i&&"cssFloat"!==i||(i=l),s)o.setProperty(i,u);else if(u)o[i]=u;else{var p=c&&r.shorthandPropertyExpansions[i];if(p)for(var f in p)o[f]="";else o[i]=""}}}};e.exports=f},function(e,t,n){"use strict";var r=n(935),o=/^-ms-/;e.exports=function(e){return r(e.replace(o,"ms-"))}},function(e,t,n){"use strict";var r=/-(.)/g;e.exports=function(e){return e.replace(r,(function(e,t){return t.toUpperCase()}))}},function(e,t,n){"use strict";var r=n(474),o=(n(33),r.isUnitlessNumber);e.exports=function(e,t,n,r){if(null==t||"boolean"==typeof t||""===t)return"";var a=isNaN(t);return r||a||0===t||o.hasOwnProperty(e)&&o[e]?""+t:("string"==typeof t&&(t=t.trim()),t+"px")}},function(e,t,n){"use strict";var r=n(938),o=/^ms-/;e.exports=function(e){return r(e).replace(o,"-ms-")}},function(e,t,n){"use strict";var r=/([A-Z])/g;e.exports=function(e){return e.replace(r,"-$1").toLowerCase()}},function(e,t,n){"use strict";e.exports=function(e){var t={};return function(n){return t.hasOwnProperty(n)||(t[n]=e.call(this,n)),t[n]}}},function(e,t,n){"use strict";var r=n(203);e.exports=function(e){return'"'+r(e)+'"'}},function(e,t,n){"use strict";var r=n(166);var o={handleTopLevel:function(e,t,n,o){!function(e){r.enqueueEvents(e),r.processEventQueue(!1)}(r.extractEvents(e,t,n,o))}};e.exports=o},function(e,t,n){"use strict";var r=n(57);function o(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n["ms"+e]="MS"+t,n["O"+e]="o"+t.toLowerCase(),n}var a={animationend:o("Animation","AnimationEnd"),animationiteration:o("Animation","AnimationIteration"),animationstart:o("Animation","AnimationStart"),transitionend:o("Transition","TransitionEnd")},i={},s={};r.canUseDOM&&(s=document.createElement("div").style,"AnimationEvent"in window||(delete a.animationend.animation,delete a.animationiteration.animation,delete a.animationstart.animation),"TransitionEvent"in window||delete a.transitionend.transition),e.exports=function(e){if(i[e])return i[e];if(!a[e])return e;var t=a[e];for(var n in t)if(t.hasOwnProperty(n)&&n in s)return i[e]=t[n];return""}},function(e,t,n){"use strict";var r=n(31),o=n(40),a=n(475),i=n(270),s=n(43),u=n(82);n(26),n(33);function c(){this._rootNodeID&&p.updateWrapper(this)}function l(e){return"checkbox"===e.type||"radio"===e.type?null!=e.checked:null!=e.value}var p={getHostProps:function(e,t){var n=i.getValue(t),r=i.getChecked(t);return o({type:void 0,step:void 0,min:void 0,max:void 0},t,{defaultChecked:void 0,defaultValue:void 0,value:null!=n?n:e._wrapperState.initialValue,checked:null!=r?r:e._wrapperState.initialChecked,onChange:e._wrapperState.onChange})},mountWrapper:function(e,t){var n=t.defaultValue;e._wrapperState={initialChecked:null!=t.checked?t.checked:t.defaultChecked,initialValue:null!=t.value?t.value:n,listeners:null,onChange:f.bind(e),controlled:l(t)}},updateWrapper:function(e){var t=e._currentElement.props,n=t.checked;null!=n&&a.setValueForProperty(s.getNodeFromInstance(e),"checked",n||!1);var r=s.getNodeFromInstance(e),o=i.getValue(t);if(null!=o)if(0===o&&""===r.value)r.value="0";else if("number"===t.type){var u=parseFloat(r.value,10)||0;(o!=u||o==u&&r.value!=o)&&(r.value=""+o)}else r.value!==""+o&&(r.value=""+o);else null==t.value&&null!=t.defaultValue&&r.defaultValue!==""+t.defaultValue&&(r.defaultValue=""+t.defaultValue),null==t.checked&&null!=t.defaultChecked&&(r.defaultChecked=!!t.defaultChecked)},postMountWrapper:function(e){var t=e._currentElement.props,n=s.getNodeFromInstance(e);switch(t.type){case"submit":case"reset":break;case"color":case"date":case"datetime":case"datetime-local":case"month":case"time":case"week":n.value="",n.value=n.defaultValue;break;default:n.value=n.value}var r=n.name;""!==r&&(n.name=""),n.defaultChecked=!n.defaultChecked,n.defaultChecked=!n.defaultChecked,""!==r&&(n.name=r)}};function f(e){var t=this._currentElement.props,n=i.executeOnChange(t,e);u.asap(c,this);var o=t.name;if("radio"===t.type&&null!=o){for(var a=s.getNodeFromInstance(this),l=a;l.parentNode;)l=l.parentNode;for(var p=l.querySelectorAll("input[name="+JSON.stringify(""+o)+'][type="radio"]'),f=0;f<p.length;f++){var h=p[f];if(h!==a&&h.form===a.form){var d=s.getInstanceFromNode(h);d||r("90"),u.asap(c,d)}}}return n}e.exports=p},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";var r=n(40),o=n(128),a=n(43),i=n(476),s=(n(33),!1);function u(e){var t="";return o.Children.forEach(e,(function(e){null!=e&&("string"==typeof e||"number"==typeof e?t+=e:s||(s=!0))})),t}var c={mountWrapper:function(e,t,n){var r=null;if(null!=n){var o=n;"optgroup"===o._tag&&(o=o._hostParent),null!=o&&"select"===o._tag&&(r=i.getSelectValueContext(o))}var a,s=null;if(null!=r)if(a=null!=t.value?t.value+"":u(t.children),s=!1,Array.isArray(r)){for(var c=0;c<r.length;c++)if(""+r[c]===a){s=!0;break}}else s=""+r===a;e._wrapperState={selected:s}},postMountWrapper:function(e){var t=e._currentElement.props;null!=t.value&&a.getNodeFromInstance(e).setAttribute("value",t.value)},getHostProps:function(e,t){var n=r({selected:void 0,children:void 0},t);null!=e._wrapperState.selected&&(n.selected=e._wrapperState.selected);var o=u(t.children);return o&&(n.children=o),n}};e.exports=c},function(e,t,n){"use strict";var r=n(31),o=n(40),a=n(270),i=n(43),s=n(82);n(26),n(33);function u(){this._rootNodeID&&c.updateWrapper(this)}var c={getHostProps:function(e,t){return null!=t.dangerouslySetInnerHTML&&r("91"),o({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue,onChange:e._wrapperState.onChange})},mountWrapper:function(e,t){var n=a.getValue(t),o=n;if(null==n){var i=t.defaultValue,s=t.children;null!=s&&(null!=i&&r("92"),Array.isArray(s)&&(s.length<=1||r("93"),s=s[0]),i=""+s),null==i&&(i=""),o=i}e._wrapperState={initialValue:""+o,listeners:null,onChange:l.bind(e)}},updateWrapper:function(e){var t=e._currentElement.props,n=i.getNodeFromInstance(e),r=a.getValue(t);if(null!=r){var o=""+r;o!==n.value&&(n.value=o),null==t.defaultValue&&(n.defaultValue=o)}null!=t.defaultValue&&(n.defaultValue=t.defaultValue)},postMountWrapper:function(e){var t=i.getNodeFromInstance(e),n=t.textContent;n===e._wrapperState.initialValue&&(t.value=n)}};function l(e){var t=this._currentElement.props,n=a.executeOnChange(t,e);return s.asap(u,this),n}e.exports=c},function(e,t,n){"use strict";var r=n(31),o=n(271),a=(n(168),n(76),n(90),n(139)),i=n(948),s=(n(81),n(953));n(26);function u(e,t){return t&&(e=e||[]).push(t),e}function c(e,t){o.processChildrenUpdates(e,t)}var l={Mixin:{_reconcilerInstantiateChildren:function(e,t,n){return i.instantiateChildren(e,t,n)},_reconcilerUpdateChildren:function(e,t,n,r,o,a){var u;return u=s(t,0),i.updateChildren(e,u,n,r,o,this,this._hostContainerInfo,a,0),u},mountChildren:function(e,t,n){var r=this._reconcilerInstantiateChildren(e,t,n);this._renderedChildren=r;var o=[],i=0;for(var s in r)if(r.hasOwnProperty(s)){var u=r[s];0;var c=a.mountComponent(u,t,this,this._hostContainerInfo,n,0);u._mountIndex=i++,o.push(c)}return o},updateTextContent:function(e){var t,n=this._renderedChildren;for(var o in i.unmountChildren(n,!1),n)n.hasOwnProperty(o)&&r("118");c(this,[(t=e,{type:"TEXT_CONTENT",content:t,fromIndex:null,fromNode:null,toIndex:null,afterNode:null})])},updateMarkup:function(e){var t,n=this._renderedChildren;for(var o in i.unmountChildren(n,!1),n)n.hasOwnProperty(o)&&r("118");c(this,[(t=e,{type:"SET_MARKUP",content:t,fromIndex:null,fromNode:null,toIndex:null,afterNode:null})])},updateChildren:function(e,t,n){this._updateChildren(e,t,n)},_updateChildren:function(e,t,n){var r=this._renderedChildren,o={},i=[],s=this._reconcilerUpdateChildren(r,e,i,o,t,n);if(s||r){var l,p=null,f=0,h=0,d=0,v=null;for(l in s)if(s.hasOwnProperty(l)){var m=r&&r[l],g=s[l];m===g?(p=u(p,this.moveChild(m,v,f,h)),h=Math.max(m._mountIndex,h),m._mountIndex=f):(m&&(h=Math.max(m._mountIndex,h)),p=u(p,this._mountChildAtIndex(g,i[d],v,f,t,n)),d++),f++,v=a.getHostNode(g)}for(l in o)o.hasOwnProperty(l)&&(p=u(p,this._unmountChild(r[l],o[l])));p&&c(this,p),this._renderedChildren=s}},unmountChildren:function(e){var t=this._renderedChildren;i.unmountChildren(t,e),this._renderedChildren=null},moveChild:function(e,t,n,r){if(e._mountIndex<r)return function(e,t,n){return{type:"MOVE_EXISTING",content:null,fromIndex:e._mountIndex,fromNode:a.getHostNode(e),toIndex:n,afterNode:t}}(e,t,n)},createChild:function(e,t,n){return function(e,t,n){return{type:"INSERT_MARKUP",content:e,fromIndex:null,fromNode:null,toIndex:n,afterNode:t}}(n,t,e._mountIndex)},removeChild:function(e,t){return function(e,t){return{type:"REMOVE_NODE",content:null,fromIndex:e._mountIndex,fromNode:t,toIndex:null,afterNode:null}}(e,t)},_mountChildAtIndex:function(e,t,n,r,o,a){return e._mountIndex=r,this.createChild(e,n,t)},_unmountChild:function(e,t){var n=this.removeChild(e,t);return e._mountIndex=null,n}}};e.exports=l},function(e,t,n){"use strict";(function(t){var r=n(139),o=n(477),a=(n(274),n(273)),i=n(481);n(33);function s(e,t,n,r){var a=void 0===e[n];null!=t&&a&&(e[n]=o(t,!0))}void 0!==t&&t.env;var u={instantiateChildren:function(e,t,n,r){if(null==e)return null;var o={};return i(e,s,o),o},updateChildren:function(e,t,n,i,s,u,c,l,p){if(t||e){var f,h;for(f in t)if(t.hasOwnProperty(f)){var d=(h=e&&e[f])&&h._currentElement,v=t[f];if(null!=h&&a(d,v))r.receiveComponent(h,v,s,l),t[f]=h;else{h&&(i[f]=r.getHostNode(h),r.unmountComponent(h,!1));var m=o(v,!0);t[f]=m;var g=r.mountComponent(m,s,u,c,l,p);n.push(g)}}for(f in e)!e.hasOwnProperty(f)||t&&t.hasOwnProperty(f)||(h=e[f],i[f]=r.getHostNode(h),r.unmountComponent(h,!1))}},unmountChildren:function(e,t){for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];r.unmountComponent(o,t)}}};e.exports=u}).call(this,n(92))},function(e,t,n){"use strict";var r=n(31),o=n(40),a=n(128),i=n(271),s=n(90),u=n(263),c=n(168),l=(n(76),n(478)),p=n(139),f=n(181),h=(n(26),n(272)),d=n(273),v=(n(33),0),m=1,g=2;function y(e){}function b(e,t){0}y.prototype.render=function(){var e=c.get(this)._currentElement.type,t=e(this.props,this.context,this.updater);return b(e,t),t};var _=1,w={construct:function(e){this._currentElement=e,this._rootNodeID=0,this._compositeType=null,this._instance=null,this._hostParent=null,this._hostContainerInfo=null,this._updateBatchNumber=null,this._pendingElement=null,this._pendingStateQueue=null,this._pendingReplaceState=!1,this._pendingForceUpdate=!1,this._renderedNodeType=null,this._renderedComponent=null,this._context=null,this._mountOrder=0,this._topLevelWrapper=null,this._pendingCallbacks=null,this._calledComponentWillUnmount=!1},mountComponent:function(e,t,n,o){this._context=o,this._mountOrder=_++,this._hostParent=t,this._hostContainerInfo=n;var i,s=this._currentElement.props,u=this._processContext(o),l=this._currentElement.type,p=e.getUpdateQueue(),h=function(e){return!(!e.prototype||!e.prototype.isReactComponent)}(l),d=this._constructComponent(h,s,u,p);h||null!=d&&null!=d.render?!function(e){return!(!e.prototype||!e.prototype.isPureReactComponent)}(l)?this._compositeType=v:this._compositeType=m:(i=d,b(),null===d||!1===d||a.isValidElement(d)||r("105",l.displayName||l.name||"Component"),d=new y(l),this._compositeType=g),d.props=s,d.context=u,d.refs=f,d.updater=p,this._instance=d,c.set(d,this);var w,x=d.state;return void 0===x&&(d.state=x=null),("object"!=typeof x||Array.isArray(x))&&r("106",this.getName()||"ReactCompositeComponent"),this._pendingStateQueue=null,this._pendingReplaceState=!1,this._pendingForceUpdate=!1,w=d.unstable_handleError?this.performInitialMountWithErrorHandling(i,t,n,e,o):this.performInitialMount(i,t,n,e,o),d.componentDidMount&&e.getReactMountReady().enqueue(d.componentDidMount,d),w},_constructComponent:function(e,t,n,r){return this._constructComponentWithoutOwner(e,t,n,r)},_constructComponentWithoutOwner:function(e,t,n,r){var o=this._currentElement.type;return e?new o(t,n,r):o(t,n,r)},performInitialMountWithErrorHandling:function(e,t,n,r,o){var a,i=r.checkpoint();try{a=this.performInitialMount(e,t,n,r,o)}catch(s){r.rollback(i),this._instance.unstable_handleError(s),this._pendingStateQueue&&(this._instance.state=this._processPendingState(this._instance.props,this._instance.context)),i=r.checkpoint(),this._renderedComponent.unmountComponent(!0),r.rollback(i),a=this.performInitialMount(e,t,n,r,o)}return a},performInitialMount:function(e,t,n,r,o){var a=this._instance;a.componentWillMount&&(a.componentWillMount(),this._pendingStateQueue&&(a.state=this._processPendingState(a.props,a.context))),void 0===e&&(e=this._renderValidatedComponent());var i=l.getType(e);this._renderedNodeType=i;var s=this._instantiateReactComponent(e,i!==l.EMPTY);return this._renderedComponent=s,p.mountComponent(s,r,t,n,this._processChildContext(o),0)},getHostNode:function(){return p.getHostNode(this._renderedComponent)},unmountComponent:function(e){if(this._renderedComponent){var t=this._instance;if(t.componentWillUnmount&&!t._calledComponentWillUnmount)if(t._calledComponentWillUnmount=!0,e){var n=this.getName()+".componentWillUnmount()";u.invokeGuardedCallback(n,t.componentWillUnmount.bind(t))}else t.componentWillUnmount();this._renderedComponent&&(p.unmountComponent(this._renderedComponent,e),this._renderedNodeType=null,this._renderedComponent=null,this._instance=null),this._pendingStateQueue=null,this._pendingReplaceState=!1,this._pendingForceUpdate=!1,this._pendingCallbacks=null,this._pendingElement=null,this._context=null,this._rootNodeID=0,this._topLevelWrapper=null,c.remove(t)}},_maskContext:function(e){var t=this._currentElement.type.contextTypes;if(!t)return f;var n={};for(var r in t)n[r]=e[r];return n},_processContext:function(e){return this._maskContext(e)},_processChildContext:function(e){var t,n=this._currentElement.type,a=this._instance;if(a.getChildContext&&(t=a.getChildContext()),t){for(var i in"object"!=typeof n.childContextTypes&&r("107",this.getName()||"ReactCompositeComponent"),t)i in n.childContextTypes||r("108",this.getName()||"ReactCompositeComponent",i);return o({},e,t)}return e},_checkContextTypes:function(e,t,n){0},receiveComponent:function(e,t,n){var r=this._currentElement,o=this._context;this._pendingElement=null,this.updateComponent(t,r,e,o,n)},performUpdateIfNecessary:function(e){null!=this._pendingElement?p.receiveComponent(this,this._pendingElement,e,this._context):null!==this._pendingStateQueue||this._pendingForceUpdate?this.updateComponent(e,this._currentElement,this._currentElement,this._context,this._context):this._updateBatchNumber=null},updateComponent:function(e,t,n,o,a){var i=this._instance;null==i&&r("136",this.getName()||"ReactCompositeComponent");var s,u=!1;this._context===a?s=i.context:(s=this._processContext(a),u=!0);var c=t.props,l=n.props;t!==n&&(u=!0),u&&i.componentWillReceiveProps&&i.componentWillReceiveProps(l,s);var p=this._processPendingState(l,s),f=!0;this._pendingForceUpdate||(i.shouldComponentUpdate?f=i.shouldComponentUpdate(l,p,s):this._compositeType===m&&(f=!h(c,l)||!h(i.state,p))),this._updateBatchNumber=null,f?(this._pendingForceUpdate=!1,this._performComponentUpdate(n,l,p,s,e,a)):(this._currentElement=n,this._context=a,i.props=l,i.state=p,i.context=s)},_processPendingState:function(e,t){var n=this._instance,r=this._pendingStateQueue,a=this._pendingReplaceState;if(this._pendingReplaceState=!1,this._pendingStateQueue=null,!r)return n.state;if(a&&1===r.length)return r[0];for(var i=o({},a?r[0]:n.state),s=a?1:0;s<r.length;s++){var u=r[s];o(i,"function"==typeof u?u.call(n,i,e,t):u)}return i},_performComponentUpdate:function(e,t,n,r,o,a){var i,s,u,c=this._instance,l=Boolean(c.componentDidUpdate);l&&(i=c.props,s=c.state,u=c.context),c.componentWillUpdate&&c.componentWillUpdate(t,n,r),this._currentElement=e,this._context=a,c.props=t,c.state=n,c.context=r,this._updateRenderedComponent(o,a),l&&o.getReactMountReady().enqueue(c.componentDidUpdate.bind(c,i,s,u),c)},_updateRenderedComponent:function(e,t){var n=this._renderedComponent,r=n._currentElement,o=this._renderValidatedComponent();if(d(r,o))p.receiveComponent(n,o,e,this._processChildContext(t));else{var a=p.getHostNode(n);p.unmountComponent(n,!1);var i=l.getType(o);this._renderedNodeType=i;var s=this._instantiateReactComponent(o,i!==l.EMPTY);this._renderedComponent=s;var u=p.mountComponent(s,e,this._hostParent,this._hostContainerInfo,this._processChildContext(t),0);this._replaceNodeWithMarkup(a,u,n)}},_replaceNodeWithMarkup:function(e,t,n){i.replaceNodeWithMarkup(e,t,n)},_renderValidatedComponentWithoutOwnerOrContext:function(){return this._instance.render()},_renderValidatedComponent:function(){var e;if(this._compositeType!==g){s.current=this;try{e=this._renderValidatedComponentWithoutOwnerOrContext()}finally{s.current=null}}else e=this._renderValidatedComponentWithoutOwnerOrContext();return null===e||!1===e||a.isValidElement(e)||r("109",this.getName()||"ReactCompositeComponent"),e},attachRef:function(e,t){var n=this.getPublicInstance();null==n&&r("110");var o=t.getPublicInstance();(n.refs===f?n.refs={}:n.refs)[e]=o},detachRef:function(e){delete this.getPublicInstance().refs[e]},getName:function(){var e=this._currentElement.type,t=this._instance&&this._instance.constructor;return e.displayName||t&&t.displayName||e.name||t&&t.name||null},getPublicInstance:function(){var e=this._instance;return this._compositeType===g?null:e},_instantiateReactComponent:null};e.exports=w},function(e,t,n){"use strict";var r=1;e.exports=function(){return r++}},function(e,t,n){"use strict";var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;e.exports=r},function(e,t,n){"use strict";var r="function"==typeof Symbol&&Symbol.iterator;e.exports=function(e){var t=e&&(r&&e[r]||e["@@iterator"]);if("function"==typeof t)return t}},function(e,t,n){"use strict";(function(t){n(274);var r=n(481);n(33);function o(e,t,n,r){if(e&&"object"==typeof e){var o=e;0,void 0===o[n]&&null!=t&&(o[n]=t)}}void 0!==t&&t.env,e.exports=function(e,t){if(null==e)return e;var n={};return r(e,o,n),n}}).call(this,n(92))},function(e,t,n){"use strict";var r=n(40),o=n(123),a=n(200),i=(n(76),n(955)),s=[];var u={enqueue:function(){}};function c(e){this.reinitializeTransaction(),this.renderToStaticMarkup=e,this.useCreateElement=!1,this.updateQueue=new i(this)}var l={getTransactionWrappers:function(){return s},getReactMountReady:function(){return u},getUpdateQueue:function(){return this.updateQueue},destructor:function(){},checkpoint:function(){},rollback:function(){}};r(c.prototype,a,l),o.addPoolingTo(c),e.exports=c},function(e,t,n){"use strict";var r=n(275);n(33);var o=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.transaction=t}return e.prototype.isMounted=function(e){return!1},e.prototype.enqueueCallback=function(e,t,n){this.transaction.isInTransaction()&&r.enqueueCallback(e,t,n)},e.prototype.enqueueForceUpdate=function(e){this.transaction.isInTransaction()&&r.enqueueForceUpdate(e)},e.prototype.enqueueReplaceState=function(e,t){this.transaction.isInTransaction()&&r.enqueueReplaceState(e,t)},e.prototype.enqueueSetState=function(e,t){this.transaction.isInTransaction()&&r.enqueueSetState(e,t)},e}();e.exports=o},function(e,t,n){"use strict";var r=n(40),o=n(140),a=n(43),i=function(e){this._currentElement=null,this._hostNode=null,this._hostParent=null,this._hostContainerInfo=null,this._domID=0};r(i.prototype,{mountComponent:function(e,t,n,r){var i=n._idCounter++;this._domID=i,this._hostParent=t,this._hostContainerInfo=n;var s=" react-empty: "+this._domID+" ";if(e.useCreateElement){var u=n._ownerDocument.createComment(s);return a.precacheNode(this,u),o(u)}return e.renderToStaticMarkup?"":"\x3c!--"+s+"--\x3e"},receiveComponent:function(){},getHostNode:function(){return a.getNodeFromInstance(this)},unmountComponent:function(){a.uncacheNode(this)}}),e.exports=i},function(e,t,n){"use strict";var r=n(31);n(26);function o(e,t){"_hostNode"in e||r("33"),"_hostNode"in t||r("33");for(var n=0,o=e;o;o=o._hostParent)n++;for(var a=0,i=t;i;i=i._hostParent)a++;for(;n-a>0;)e=e._hostParent,n--;for(;a-n>0;)t=t._hostParent,a--;for(var s=n;s--;){if(e===t)return e;e=e._hostParent,t=t._hostParent}return null}e.exports={isAncestor:function(e,t){"_hostNode"in e||r("35"),"_hostNode"in t||r("35");for(;t;){if(t===e)return!0;t=t._hostParent}return!1},getLowestCommonAncestor:o,getParentInstance:function(e){return"_hostNode"in e||r("36"),e._hostParent},traverseTwoPhase:function(e,t,n){for(var r,o=[];e;)o.push(e),e=e._hostParent;for(r=o.length;r-- >0;)t(o[r],"captured",n);for(r=0;r<o.length;r++)t(o[r],"bubbled",n)},traverseEnterLeave:function(e,t,n,r,a){for(var i=e&&t?o(e,t):null,s=[];e&&e!==i;)s.push(e),e=e._hostParent;for(var u,c=[];t&&t!==i;)c.push(t),t=t._hostParent;for(u=0;u<s.length;u++)n(s[u],"bubbled",r);for(u=c.length;u-- >0;)n(c[u],"captured",a)}}},function(e,t,n){"use strict";var r=n(31),o=n(40),a=n(267),i=n(140),s=n(43),u=n(203),c=(n(26),n(276),function(e){this._currentElement=e,this._stringText=""+e,this._hostNode=null,this._hostParent=null,this._domID=0,this._mountIndex=0,this._closingComment=null,this._commentNodes=null});o(c.prototype,{mountComponent:function(e,t,n,r){var o=n._idCounter++,a=" react-text: "+o+" ",c=" /react-text ";if(this._domID=o,this._hostParent=t,e.useCreateElement){var l=n._ownerDocument,p=l.createComment(a),f=l.createComment(c),h=i(l.createDocumentFragment());return i.queueChild(h,i(p)),this._stringText&&i.queueChild(h,i(l.createTextNode(this._stringText))),i.queueChild(h,i(f)),s.precacheNode(this,p),this._closingComment=f,h}var d=u(this._stringText);return e.renderToStaticMarkup?d:"\x3c!--"+a+"--\x3e"+d+"\x3c!--"+" /react-text --\x3e"},receiveComponent:function(e,t){if(e!==this._currentElement){this._currentElement=e;var n=""+e;if(n!==this._stringText){this._stringText=n;var r=this.getHostNode();a.replaceDelimitedText(r[0],r[1],n)}}},getHostNode:function(){var e=this._commentNodes;if(e)return e;if(!this._closingComment)for(var t=s.getNodeFromInstance(this).nextSibling;;){if(null==t&&r("67",this._domID),8===t.nodeType&&" /react-text "===t.nodeValue){this._closingComment=t;break}t=t.nextSibling}return e=[this._hostNode,this._closingComment],this._commentNodes=e,e},unmountComponent:function(){this._closingComment=null,this._commentNodes=null,s.uncacheNode(this)}}),e.exports=c},function(e,t,n){"use strict";var r=n(40),o=n(82),a=n(200),i=n(81),s={initialize:i,close:function(){p.isBatchingUpdates=!1}},u=[{initialize:i,close:o.flushBatchedUpdates.bind(o)},s];function c(){this.reinitializeTransaction()}r(c.prototype,a,{getTransactionWrappers:function(){return u}});var l=new c,p={isBatchingUpdates:!1,batchedUpdates:function(e,t,n,r,o,a){var i=p.isBatchingUpdates;return p.isBatchingUpdates=!0,i?e(t,n,r,o,a):l.perform(e,null,t,n,r,o,a)}};e.exports=p},function(e,t,n){"use strict";var r=n(40),o=n(483),a=n(57),i=n(123),s=n(43),u=n(82),c=n(264),l=n(961);function p(e){for(;e._hostParent;)e=e._hostParent;var t=s.getNodeFromInstance(e).parentNode;return s.getClosestInstanceFromNode(t)}function f(e,t){this.topLevelType=e,this.nativeEvent=t,this.ancestors=[]}function h(e){var t=c(e.nativeEvent),n=s.getClosestInstanceFromNode(t),r=n;do{e.ancestors.push(r),r=r&&p(r)}while(r);for(var o=0;o<e.ancestors.length;o++)n=e.ancestors[o],v._handleTopLevel(e.topLevelType,n,e.nativeEvent,c(e.nativeEvent))}function d(e){e(l(window))}r(f.prototype,{destructor:function(){this.topLevelType=null,this.nativeEvent=null,this.ancestors.length=0}}),i.addPoolingTo(f,i.twoArgumentPooler);var v={_enabled:!0,_handleTopLevel:null,WINDOW_HANDLE:a.canUseDOM?window:null,setHandleTopLevel:function(e){v._handleTopLevel=e},setEnabled:function(e){v._enabled=!!e},isEnabled:function(){return v._enabled},trapBubbledEvent:function(e,t,n){return n?o.listen(n,t,v.dispatchEvent.bind(null,e)):null},trapCapturedEvent:function(e,t,n){return n?o.capture(n,t,v.dispatchEvent.bind(null,e)):null},monitorScrollValue:function(e){var t=d.bind(null,e);o.listen(window,"scroll",t)},dispatchEvent:function(e,t){if(v._enabled){var n=f.getPooled(e,t);try{u.batchedUpdates(h,n)}finally{f.release(n)}}}};e.exports=v},function(e,t,n){"use strict";e.exports=function(e){return e.Window&&e instanceof e.Window?{x:e.pageXOffset||e.document.documentElement.scrollLeft,y:e.pageYOffset||e.document.documentElement.scrollTop}:{x:e.scrollLeft,y:e.scrollTop}}},function(e,t,n){"use strict";var r=n(138),o=n(166),a=n(262),i=n(271),s=n(479),u=n(204),c=n(480),l=n(82),p={Component:i.injection,DOMProperty:r.injection,EmptyComponent:s.injection,EventPluginHub:o.injection,EventPluginUtils:a.injection,EventEmitter:u.injection,HostComponent:c.injection,Updates:l.injection};e.exports=p},function(e,t,n){"use strict";var r=n(40),o=n(467),a=n(123),i=n(204),s=n(484),u=(n(76),n(200)),c=n(275),l=[{initialize:s.getSelectionInformation,close:s.restoreSelection},{initialize:function(){var e=i.isEnabled();return i.setEnabled(!1),e},close:function(e){i.setEnabled(e)}},{initialize:function(){this.reactMountReady.reset()},close:function(){this.reactMountReady.notifyAll()}}];function p(e){this.reinitializeTransaction(),this.renderToStaticMarkup=!1,this.reactMountReady=o.getPooled(null),this.useCreateElement=e}var f={getTransactionWrappers:function(){return l},getReactMountReady:function(){return this.reactMountReady},getUpdateQueue:function(){return c},checkpoint:function(){return this.reactMountReady.checkpoint()},rollback:function(e){this.reactMountReady.rollback(e)},destructor:function(){o.release(this.reactMountReady),this.reactMountReady=null}};r(p.prototype,u,f),a.addPoolingTo(p),e.exports=p},function(e,t,n){"use strict";var r=n(57),o=n(965),a=n(466);function i(e,t,n,r){return e===n&&t===r}var s=r.canUseDOM&&"selection"in document&&!("getSelection"in window),u={getOffsets:s?function(e){var t=document.selection.createRange(),n=t.text.length,r=t.duplicate();r.moveToElementText(e),r.setEndPoint("EndToStart",t);var o=r.text.length;return{start:o,end:o+n}}:function(e){var t=window.getSelection&&window.getSelection();if(!t||0===t.rangeCount)return null;var n=t.anchorNode,r=t.anchorOffset,o=t.focusNode,a=t.focusOffset,s=t.getRangeAt(0);try{s.startContainer.nodeType,s.endContainer.nodeType}catch(e){return null}var u=i(t.anchorNode,t.anchorOffset,t.focusNode,t.focusOffset)?0:s.toString().length,c=s.cloneRange();c.selectNodeContents(e),c.setEnd(s.startContainer,s.startOffset);var l=i(c.startContainer,c.startOffset,c.endContainer,c.endOffset)?0:c.toString().length,p=l+u,f=document.createRange();f.setStart(n,r),f.setEnd(o,a);var h=f.collapsed;return{start:h?p:l,end:h?l:p}},setOffsets:s?function(e,t){var n,r,o=document.selection.createRange().duplicate();void 0===t.end?r=n=t.start:t.start>t.end?(n=t.end,r=t.start):(n=t.start,r=t.end),o.moveToElementText(e),o.moveStart("character",n),o.setEndPoint("EndToStart",o),o.moveEnd("character",r-n),o.select()}:function(e,t){if(window.getSelection){var n=window.getSelection(),r=e[a()].length,i=Math.min(t.start,r),s=void 0===t.end?i:Math.min(t.end,r);if(!n.extend&&i>s){var u=s;s=i,i=u}var c=o(e,i),l=o(e,s);if(c&&l){var p=document.createRange();p.setStart(c.node,c.offset),n.removeAllRanges(),i>s?(n.addRange(p),n.extend(l.node,l.offset)):(p.setEnd(l.node,l.offset),n.addRange(p))}}}};e.exports=u},function(e,t,n){"use strict";function r(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function o(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}e.exports=function(e,t){for(var n=r(e),a=0,i=0;n;){if(3===n.nodeType){if(i=a+n.textContent.length,a<=t&&i>=t)return{node:n,offset:t-a};a=i}n=r(o(n))}}},function(e,t,n){"use strict";var r=n(967);e.exports=function e(t,n){return!(!t||!n)&&(t===n||!r(t)&&(r(n)?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}},function(e,t,n){"use strict";var r=n(968);e.exports=function(e){return r(e)&&3==e.nodeType}},function(e,t,n){"use strict";e.exports=function(e){var t=(e?e.ownerDocument||e:document).defaultView||window;return!(!e||!("function"==typeof t.Node?e instanceof t.Node:"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName))}},function(e,t,n){"use strict";var r="http://www.w3.org/1999/xlink",o="http://www.w3.org/XML/1998/namespace",a={accentHeight:"accent-height",accumulate:0,additive:0,alignmentBaseline:"alignment-baseline",allowReorder:"allowReorder",alphabetic:0,amplitude:0,arabicForm:"arabic-form",ascent:0,attributeName:"attributeName",attributeType:"attributeType",autoReverse:"autoReverse",azimuth:0,baseFrequency:"baseFrequency",baseProfile:"baseProfile",baselineShift:"baseline-shift",bbox:0,begin:0,bias:0,by:0,calcMode:"calcMode",capHeight:"cap-height",clip:0,clipPath:"clip-path",clipRule:"clip-rule",clipPathUnits:"clipPathUnits",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",contentScriptType:"contentScriptType",contentStyleType:"contentStyleType",cursor:0,cx:0,cy:0,d:0,decelerate:0,descent:0,diffuseConstant:"diffuseConstant",direction:0,display:0,divisor:0,dominantBaseline:"dominant-baseline",dur:0,dx:0,dy:0,edgeMode:"edgeMode",elevation:0,enableBackground:"enable-background",end:0,exponent:0,externalResourcesRequired:"externalResourcesRequired",fill:0,fillOpacity:"fill-opacity",fillRule:"fill-rule",filter:0,filterRes:"filterRes",filterUnits:"filterUnits",floodColor:"flood-color",floodOpacity:"flood-opacity",focusable:0,fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",glyphRef:"glyphRef",gradientTransform:"gradientTransform",gradientUnits:"gradientUnits",hanging:0,horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",ideographic:0,imageRendering:"image-rendering",in:0,in2:0,intercept:0,k:0,k1:0,k2:0,k3:0,k4:0,kernelMatrix:"kernelMatrix",kernelUnitLength:"kernelUnitLength",kerning:0,keyPoints:"keyPoints",keySplines:"keySplines",keyTimes:"keyTimes",lengthAdjust:"lengthAdjust",letterSpacing:"letter-spacing",lightingColor:"lighting-color",limitingConeAngle:"limitingConeAngle",local:0,markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",markerHeight:"markerHeight",markerUnits:"markerUnits",markerWidth:"markerWidth",mask:0,maskContentUnits:"maskContentUnits",maskUnits:"maskUnits",mathematical:0,mode:0,numOctaves:"numOctaves",offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pathLength:"pathLength",patternContentUnits:"patternContentUnits",patternTransform:"patternTransform",patternUnits:"patternUnits",pointerEvents:"pointer-events",points:0,pointsAtX:"pointsAtX",pointsAtY:"pointsAtY",pointsAtZ:"pointsAtZ",preserveAlpha:"preserveAlpha",preserveAspectRatio:"preserveAspectRatio",primitiveUnits:"primitiveUnits",r:0,radius:0,refX:"refX",refY:"refY",renderingIntent:"rendering-intent",repeatCount:"repeatCount",repeatDur:"repeatDur",requiredExtensions:"requiredExtensions",requiredFeatures:"requiredFeatures",restart:0,result:0,rotate:0,rx:0,ry:0,scale:0,seed:0,shapeRendering:"shape-rendering",slope:0,spacing:0,specularConstant:"specularConstant",specularExponent:"specularExponent",speed:0,spreadMethod:"spreadMethod",startOffset:"startOffset",stdDeviation:"stdDeviation",stemh:0,stemv:0,stitchTiles:"stitchTiles",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",string:0,stroke:0,strokeDasharray:"stroke-dasharray",strokeDashoffset:"stroke-dashoffset",strokeLinecap:"stroke-linecap",strokeLinejoin:"stroke-linejoin",strokeMiterlimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",surfaceScale:"surfaceScale",systemLanguage:"systemLanguage",tableValues:"tableValues",targetX:"targetX",targetY:"targetY",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",textLength:"textLength",to:0,transform:0,u1:0,u2:0,underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicode:0,unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",values:0,vectorEffect:"vector-effect",version:0,vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",viewBox:"viewBox",viewTarget:"viewTarget",visibility:0,widths:0,wordSpacing:"word-spacing",writingMode:"writing-mode",x:0,xHeight:"x-height",x1:0,x2:0,xChannelSelector:"xChannelSelector",xlinkActuate:"xlink:actuate",xlinkArcrole:"xlink:arcrole",xlinkHref:"xlink:href",xlinkRole:"xlink:role",xlinkShow:"xlink:show",xlinkTitle:"xlink:title",xlinkType:"xlink:type",xmlBase:"xml:base",xmlns:0,xmlnsXlink:"xmlns:xlink",xmlLang:"xml:lang",xmlSpace:"xml:space",y:0,y1:0,y2:0,yChannelSelector:"yChannelSelector",z:0,zoomAndPan:"zoomAndPan"},i={Properties:{},DOMAttributeNamespaces:{xlinkActuate:r,xlinkArcrole:r,xlinkHref:r,xlinkRole:r,xlinkShow:r,xlinkTitle:r,xlinkType:r,xmlBase:o,xmlLang:o,xmlSpace:o},DOMAttributeNames:{}};Object.keys(a).forEach((function(e){i.Properties[e]=0,a[e]&&(i.DOMAttributeNames[e]=a[e])})),e.exports=i},function(e,t,n){"use strict";var r=n(165),o=n(57),a=n(43),i=n(484),s=n(93),u=n(485),c=n(470),l=n(272),p=o.canUseDOM&&"documentMode"in document&&document.documentMode<=11,f={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:["topBlur","topContextMenu","topFocus","topKeyDown","topKeyUp","topMouseDown","topMouseUp","topSelectionChange"]}},h=null,d=null,v=null,m=!1,g=!1;function y(e,t){if(m||null==h||h!==u())return null;var n=function(e){if("selectionStart"in e&&i.hasSelectionCapabilities(e))return{start:e.selectionStart,end:e.selectionEnd};if(window.getSelection){var t=window.getSelection();return{anchorNode:t.anchorNode,anchorOffset:t.anchorOffset,focusNode:t.focusNode,focusOffset:t.focusOffset}}if(document.selection){var n=document.selection.createRange();return{parentElement:n.parentElement(),text:n.text,top:n.boundingTop,left:n.boundingLeft}}}(h);if(!v||!l(v,n)){v=n;var o=s.getPooled(f.select,d,e,t);return o.type="select",o.target=h,r.accumulateTwoPhaseDispatches(o),o}return null}var b={eventTypes:f,extractEvents:function(e,t,n,r){if(!g)return null;var o=t?a.getNodeFromInstance(t):window;switch(e){case"topFocus":(c(o)||"true"===o.contentEditable)&&(h=o,d=t,v=null);break;case"topBlur":h=null,d=null,v=null;break;case"topMouseDown":m=!0;break;case"topContextMenu":case"topMouseUp":return m=!1,y(n,r);case"topSelectionChange":if(p)break;case"topKeyDown":case"topKeyUp":return y(n,r)}return null},didPutListener:function(e,t,n){"onSelect"===t&&(g=!0)}};e.exports=b},function(e,t,n){"use strict";var r=n(31),o=n(483),a=n(165),i=n(43),s=n(972),u=n(973),c=n(93),l=n(974),p=n(975),f=n(201),h=n(977),d=n(978),v=n(979),m=n(167),g=n(980),y=n(81),b=n(277),_=(n(26),{}),w={};["abort","animationEnd","animationIteration","animationStart","blur","canPlay","canPlayThrough","click","contextMenu","copy","cut","doubleClick","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","focus","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","progress","rateChange","reset","scroll","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchMove","touchStart","transitionEnd","volumeChange","waiting","wheel"].forEach((function(e){var t=e[0].toUpperCase()+e.slice(1),n="on"+t,r="top"+t,o={phasedRegistrationNames:{bubbled:n,captured:n+"Capture"},dependencies:[r]};_[e]=o,w[r]=o}));var x={};function E(e){return"."+e._rootNodeID}function C(e){return"button"===e||"input"===e||"select"===e||"textarea"===e}var S={eventTypes:_,extractEvents:function(e,t,n,o){var i,y=w[e];if(!y)return null;switch(e){case"topAbort":case"topCanPlay":case"topCanPlayThrough":case"topDurationChange":case"topEmptied":case"topEncrypted":case"topEnded":case"topError":case"topInput":case"topInvalid":case"topLoad":case"topLoadedData":case"topLoadedMetadata":case"topLoadStart":case"topPause":case"topPlay":case"topPlaying":case"topProgress":case"topRateChange":case"topReset":case"topSeeked":case"topSeeking":case"topStalled":case"topSubmit":case"topSuspend":case"topTimeUpdate":case"topVolumeChange":case"topWaiting":i=c;break;case"topKeyPress":if(0===b(n))return null;case"topKeyDown":case"topKeyUp":i=p;break;case"topBlur":case"topFocus":i=l;break;case"topClick":if(2===n.button)return null;case"topDoubleClick":case"topMouseDown":case"topMouseMove":case"topMouseUp":case"topMouseOut":case"topMouseOver":case"topContextMenu":i=f;break;case"topDrag":case"topDragEnd":case"topDragEnter":case"topDragExit":case"topDragLeave":case"topDragOver":case"topDragStart":case"topDrop":i=h;break;case"topTouchCancel":case"topTouchEnd":case"topTouchMove":case"topTouchStart":i=d;break;case"topAnimationEnd":case"topAnimationIteration":case"topAnimationStart":i=s;break;case"topTransitionEnd":i=v;break;case"topScroll":i=m;break;case"topWheel":i=g;break;case"topCopy":case"topCut":case"topPaste":i=u}i||r("86",e);var _=i.getPooled(y,t,n,o);return a.accumulateTwoPhaseDispatches(_),_},didPutListener:function(e,t,n){if("onClick"===t&&!C(e._tag)){var r=E(e),a=i.getNodeFromInstance(e);x[r]||(x[r]=o.listen(a,"click",y))}},willDeleteListener:function(e,t){if("onClick"===t&&!C(e._tag)){var n=E(e);x[n].remove(),delete x[n]}}};e.exports=S},function(e,t,n){"use strict";var r=n(93);function o(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(o,{animationName:null,elapsedTime:null,pseudoElement:null}),e.exports=o},function(e,t,n){"use strict";var r=n(93),o={clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}};function a(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(a,o),e.exports=a},function(e,t,n){"use strict";var r=n(167);function o(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(o,{relatedTarget:null}),e.exports=o},function(e,t,n){"use strict";var r=n(167),o=n(277),a={key:n(976),location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:n(266),charCode:function(e){return"keypress"===e.type?o(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?o(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}};function i(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(i,a),e.exports=i},function(e,t,n){"use strict";var r=n(277),o={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},a={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};e.exports=function(e){if(e.key){var t=o[e.key]||e.key;if("Unidentified"!==t)return t}if("keypress"===e.type){var n=r(e);return 13===n?"Enter":String.fromCharCode(n)}return"keydown"===e.type||"keyup"===e.type?a[e.keyCode]||"Unidentified":""}},function(e,t,n){"use strict";var r=n(201);function o(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(o,{dataTransfer:null}),e.exports=o},function(e,t,n){"use strict";var r=n(167),o={touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:n(266)};function a(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(a,o),e.exports=a},function(e,t,n){"use strict";var r=n(93);function o(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(o,{propertyName:null,elapsedTime:null,pseudoElement:null}),e.exports=o},function(e,t,n){"use strict";var r=n(201);function o(e,t,n,o){return r.call(this,e,t,n,o)}r.augmentClass(o,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),e.exports=o},function(e,t,n){"use strict";n(276);e.exports=function(e,t){return{_topLevelWrapper:e,_idCounter:1,_ownerDocument:t?9===t.nodeType?t:t.ownerDocument:null,_node:t,_tag:t?t.nodeName.toLowerCase():null,_namespaceURI:t?t.namespaceURI:null}}},function(e,t,n){"use strict";e.exports={useCreateElement:!0,useFiber:!1}},function(e,t,n){"use strict";var r=n(984),o=/\/?>/,a=/^<\!\-\-/,i={CHECKSUM_ATTR_NAME:"data-react-checksum",addChecksumToMarkup:function(e){var t=r(e);return a.test(e)?e:e.replace(o," "+i.CHECKSUM_ATTR_NAME+'="'+t+'"$&')},canReuseMarkup:function(e,t){var n=t.getAttribute(i.CHECKSUM_ATTR_NAME);return n=n&&parseInt(n,10),r(e)===n}};e.exports=i},function(e,t,n){"use strict";var r=65521;e.exports=function(e){for(var t=1,n=0,o=0,a=e.length,i=-4&a;o<i;){for(var s=Math.min(o+4096,i);o<s;o+=4)n+=(t+=e.charCodeAt(o))+(t+=e.charCodeAt(o+1))+(t+=e.charCodeAt(o+2))+(t+=e.charCodeAt(o+3));t%=r,n%=r}for(;o<a;o++)n+=t+=e.charCodeAt(o);return(t%=r)|(n%=r)<<16}},function(e,t,n){"use strict";e.exports="15.6.2"},function(e,t,n){"use strict";var r=n(31),o=(n(90),n(43)),a=n(168),i=n(487);n(26),n(33);e.exports=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=a.get(e);if(t)return(t=i(t))?o.getNodeFromInstance(t):null;"function"==typeof e.render?r("44"):r("45",Object.keys(e))}},function(e,t,n){"use strict";var r=n(486);e.exports=r.renderSubtreeIntoContainer},function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=n(0),o=i(n(11)),a=i(n(488));i(n(489));function i(e){return e&&e.__esModule?e:{default:e}}var s=function(e){function t(n,r){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var o=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,e.call(this,n,r));return o.store=n.store,o}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),t.prototype.getChildContext=function(){return{store:this.store}},t.prototype.render=function(){return r.Children.only(this.props.children)},t}(r.Component);t.default=s,s.propTypes={store:a.default.isRequired,children:o.default.element.isRequired},s.childContextTypes={store:a.default.isRequired}},function(e,t,n){"use strict";var r=n(383);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},function(e,t,n){"use strict";t.__esModule=!0;var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};t.default=function(e,t,n){var l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},w=Boolean(e),x=e||d,E=void 0;E="function"==typeof t?t:t?(0,s.default)(t):v;var C=n||m,S=l.pure,A=void 0===S||S,k=l.withRef,O=void 0!==k&&k,j=A&&C!==m,T=_++;return function(e){var t="Connect("+g(e)+")";var n=function(n){function a(e,r){p(this,a);var o=f(this,n.call(this,e,r));o.version=T,o.store=e.store||r.store,(0,c.default)(o.store,'Could not find "store" in either the context or props of "'+t+'". Either wrap the root component in a <Provider>, or explicitly pass "store" as a prop to "'+t+'".');var i=o.store.getState();return o.state={storeState:i},o.clearCache(),o}return h(a,n),a.prototype.shouldComponentUpdate=function(){return!A||this.haveOwnPropsChanged||this.hasStoreStateChanged},a.prototype.computeStateProps=function(e,t){if(!this.finalMapStateToProps)return this.configureFinalMapState(e,t);var n=e.getState();return this.doStatePropsDependOnOwnProps?this.finalMapStateToProps(n,t):this.finalMapStateToProps(n)},a.prototype.configureFinalMapState=function(e,t){var n=x(e.getState(),t),r="function"==typeof n;return this.finalMapStateToProps=r?n:x,this.doStatePropsDependOnOwnProps=1!==this.finalMapStateToProps.length,r?this.computeStateProps(e,t):n},a.prototype.computeDispatchProps=function(e,t){if(!this.finalMapDispatchToProps)return this.configureFinalMapDispatch(e,t);var n=e.dispatch;return this.doDispatchPropsDependOnOwnProps?this.finalMapDispatchToProps(n,t):this.finalMapDispatchToProps(n)},a.prototype.configureFinalMapDispatch=function(e,t){var n=E(e.dispatch,t),r="function"==typeof n;return this.finalMapDispatchToProps=r?n:E,this.doDispatchPropsDependOnOwnProps=1!==this.finalMapDispatchToProps.length,r?this.computeDispatchProps(e,t):n},a.prototype.updateStatePropsIfNeeded=function(){var e=this.computeStateProps(this.store,this.props);return(!this.stateProps||!(0,i.default)(e,this.stateProps))&&(this.stateProps=e,!0)},a.prototype.updateDispatchPropsIfNeeded=function(){var e=this.computeDispatchProps(this.store,this.props);return(!this.dispatchProps||!(0,i.default)(e,this.dispatchProps))&&(this.dispatchProps=e,!0)},a.prototype.updateMergedPropsIfNeeded=function(){var e,t,n,r=(e=this.stateProps,t=this.dispatchProps,n=this.props,C(e,t,n));return!(this.mergedProps&&j&&(0,i.default)(r,this.mergedProps))&&(this.mergedProps=r,!0)},a.prototype.isSubscribed=function(){return"function"==typeof this.unsubscribe},a.prototype.trySubscribe=function(){w&&!this.unsubscribe&&(this.unsubscribe=this.store.subscribe(this.handleChange.bind(this)),this.handleChange())},a.prototype.tryUnsubscribe=function(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=null)},a.prototype.componentDidMount=function(){this.trySubscribe()},a.prototype.componentWillReceiveProps=function(e){A&&(0,i.default)(e,this.props)||(this.haveOwnPropsChanged=!0)},a.prototype.componentWillUnmount=function(){this.tryUnsubscribe(),this.clearCache()},a.prototype.clearCache=function(){this.dispatchProps=null,this.stateProps=null,this.mergedProps=null,this.haveOwnPropsChanged=!0,this.hasStoreStateChanged=!0,this.haveStatePropsBeenPrecalculated=!1,this.statePropsPrecalculationError=null,this.renderedElement=null,this.finalMapDispatchToProps=null,this.finalMapStateToProps=null},a.prototype.handleChange=function(){if(this.unsubscribe){var e=this.store.getState(),t=this.state.storeState;if(!A||t!==e){if(A&&!this.doStatePropsDependOnOwnProps){var n=b(this.updateStatePropsIfNeeded,this);if(!n)return;n===y&&(this.statePropsPrecalculationError=y.value),this.haveStatePropsBeenPrecalculated=!0}this.hasStoreStateChanged=!0,this.setState({storeState:e})}}},a.prototype.getWrappedInstance=function(){return(0,c.default)(O,"To access the wrapped instance, you need to specify { withRef: true } as the fourth argument of the connect() call."),this.refs.wrappedInstance},a.prototype.render=function(){var t=this.haveOwnPropsChanged,n=this.hasStoreStateChanged,a=this.haveStatePropsBeenPrecalculated,i=this.statePropsPrecalculationError,s=this.renderedElement;if(this.haveOwnPropsChanged=!1,this.hasStoreStateChanged=!1,this.haveStatePropsBeenPrecalculated=!1,this.statePropsPrecalculationError=null,i)throw i;var u=!0,c=!0;A&&s&&(u=n||t&&this.doStatePropsDependOnOwnProps,c=t&&this.doDispatchPropsDependOnOwnProps);var l=!1,p=!1;a?l=!0:u&&(l=this.updateStatePropsIfNeeded()),c&&(p=this.updateDispatchPropsIfNeeded());return!(!!(l||p||t)&&this.updateMergedPropsIfNeeded())&&s?s:(this.renderedElement=O?(0,o.createElement)(e,r({},this.mergedProps,{ref:"wrappedInstance"})):(0,o.createElement)(e,this.mergedProps),this.renderedElement)},a}(o.Component);return n.displayName=t,n.WrappedComponent=e,n.contextTypes={store:a.default},n.propTypes={store:a.default},(0,u.default)(n,e)}};var o=n(0),a=l(n(488)),i=l(n(991)),s=l(n(992)),u=(l(n(489)),l(n(207)),l(n(993))),c=l(n(994));function l(e){return e&&e.__esModule?e:{default:e}}function p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function f(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function h(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var d=function(e){return{}},v=function(e){return{dispatch:e}},m=function(e,t,n){return r({},n,e,t)};function g(e){return e.displayName||e.name||"Component"}var y={value:null};function b(e,t){try{return e.apply(t)}catch(e){return y.value=e,y}}var _=0},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){if(e===t)return!0;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var o=Object.prototype.hasOwnProperty,a=0;a<n.length;a++)if(!o.call(t,n[a])||e[n[a]]!==t[n[a]])return!1;return!0}},function(e,t,n){"use strict";t.__esModule=!0,t.default=function(e){return function(t){return(0,r.bindActionCreators)(e,t)}};var r=n(147)},function(e,t,n){"use strict";var r=n(382),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function u(e){return r.isMemo(e)?i:s[e.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=i;var c=Object.defineProperty,l=Object.getOwnPropertyNames,p=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,h=Object.getPrototypeOf,d=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(d){var o=h(n);o&&o!==d&&e(t,o,r)}var i=l(n);p&&(i=i.concat(p(n)));for(var s=u(t),v=u(n),m=0;m<i.length;++m){var g=i[m];if(!(a[g]||r&&r[g]||v&&v[g]||s&&s[g])){var y=f(n,g);try{c(t,g,y)}catch(e){}}}}return t}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,o,a,i,s){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,o,a,i,s],l=0;(u=new Error(t.replace(/%s/g,(function(){return c[l++]})))).name="Invariant Violation"}throw u.framesToPop=1,u}}},function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}},function(e,t,n){var r=n(141),o=n(116);e.exports=function(e,t){return e&&r(t,o(t),e)}},function(e,t,n){var r=n(141),o=n(491);e.exports=function(e,t){return e&&r(t,o(t),e)}},function(e,t,n){var r=n(60),o=n(158),a=n(999),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return a(e);var t=o(e),n=[];for(var s in e)("constructor"!=s||!t&&i.call(e,s))&&n.push(s);return n}},function(e,t){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},function(e,t,n){(function(e){var r=n(75),o=t&&!t.nodeType&&t,a=o&&"object"==typeof e&&e&&!e.nodeType&&e,i=a&&a.exports===o?r.Buffer:void 0,s=i?i.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}}).call(this,n(191)(e))},function(e,t){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}},function(e,t,n){var r=n(141),o=n(246);e.exports=function(e,t){return r(e,o(e),t)}},function(e,t,n){var r=n(141),o=n(492);e.exports=function(e,t){return r(e,o(e),t)}},function(e,t){var n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&n.call(e,"index")&&(r.index=e.index,r.input=e.input),r}},function(e,t,n){var r=n(279),o=n(1006),a=n(1007),i=n(1008),s=n(1009);e.exports=function(e,t,n){var u=e.constructor;switch(t){case"[object ArrayBuffer]":return r(e);case"[object Boolean]":case"[object Date]":return new u(+e);case"[object DataView]":return o(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(e,n);case"[object Map]":return new u;case"[object Number]":case"[object String]":return new u(e);case"[object RegExp]":return a(e);case"[object Set]":return new u;case"[object Symbol]":return i(e)}}},function(e,t,n){var r=n(279);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},function(e,t){var n=/\w*$/;e.exports=function(e){var t=new e.constructor(e.source,n.exec(e));return t.lastIndex=e.lastIndex,t}},function(e,t,n){var r=n(130),o=r?r.prototype:void 0,a=o?o.valueOf:void 0;e.exports=function(e){return a?Object(a.call(e)):{}}},function(e,t,n){var r=n(279);e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},function(e,t,n){var r=n(1011),o=n(278),a=n(158);e.exports=function(e){return"function"!=typeof e.constructor||a(e)?{}:r(o(e))}},function(e,t,n){var r=n(60),o=Object.create,a=function(){function e(){}return function(t){if(!r(t))return{};if(o)return o(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=a},function(e,t,n){var r=n(1013),o=n(249),a=n(250),i=a&&a.isMap,s=i?o(i):r;e.exports=s},function(e,t,n){var r=n(159),o=n(91);e.exports=function(e){return o(e)&&"[object Map]"==r(e)}},function(e,t,n){var r=n(1015),o=n(249),a=n(250),i=a&&a.isSet,s=i?o(i):r;e.exports=s},function(e,t,n){var r=n(159),o=n(91);e.exports=function(e){return o(e)&&"[object Set]"==r(e)}},function(e,t,n){var r=n(131),o=n(1017),a=n(1018),i=n(132);e.exports=function(e,t){return t=r(t,e),null==(e=a(e,t))||delete e[i(o(t))]}},function(e,t){e.exports=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}},function(e,t,n){var r=n(193),o=n(406);e.exports=function(e,t){return t.length<2?e:r(e,o(t,0,-1))}},function(e,t,n){var r=n(207);e.exports=function(e){return r(e)?void 0:e}},function(e,t,n){var r=n(1021);e.exports=function(e){return(null==e?0:e.length)?r(e,1):[]}},function(e,t,n){var r=n(245),o=n(1022);e.exports=function e(t,n,a,i,s){var u=-1,c=t.length;for(a||(a=o),s||(s=[]);++u<c;){var l=t[u];n>0&&a(l)?n>1?e(l,n-1,a,i,s):r(s,l):i||(s[s.length]=l)}return s}},function(e,t,n){var r=n(130),o=n(189),a=n(53),i=r?r.isConcatSpreadable:void 0;e.exports=function(e){return a(e)||o(e)||!!(i&&e&&e[i])}},function(e,t){e.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},function(e,t,n){var r=n(1025),o=n(459),a=n(252),i=o?function(e,t){return o(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:a;e.exports=i},function(e,t){e.exports=function(e){return function(){return e}}},function(e,t){var n=Date.now;e.exports=function(e){var t=0,r=0;return function(){var o=n(),a=16-(o-r);if(r=o,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},function(e,t,n){var r=n(1028);e.exports=r},function(e,t,n){n(1029);var r=n(34);e.exports=r.Object.entries},function(e,t,n){var r=n(24),o=n(1030).entries;r({target:"Object",stat:!0},{entries:function(e){return o(e)}})},function(e,t,n){var r=n(48),o=n(148),a=n(69),i=n(174).f,s=function(e){return function(t){for(var n,s=a(t),u=o(s),c=u.length,l=0,p=[];c>l;)n=u[l++],r&&!i.call(s,n)||p.push(e?[n,s[n]]:s[n]);return p}};e.exports={entries:s(!0),values:s(!1)}},function(e,t,n){var r=n(392);e.exports=r},function(e,t){!function(e){!function(t){var n="URLSearchParams"in e,r="Symbol"in e&&"iterator"in Symbol,o="FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),a="FormData"in e,i="ArrayBuffer"in e;if(i)var s=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],u=ArrayBuffer.isView||function(e){return e&&s.indexOf(Object.prototype.toString.call(e))>-1};function c(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function l(e){return"string"!=typeof e&&(e=String(e)),e}function p(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return r&&(t[Symbol.iterator]=function(){return t}),t}function f(e){this.map={},e instanceof f?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function h(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function d(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function v(e){var t=new FileReader,n=d(t);return t.readAsArrayBuffer(e),n}function m(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function g(){return this.bodyUsed=!1,this._initBody=function(e){var t;this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:o&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:a&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:n&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():i&&o&&((t=e)&&DataView.prototype.isPrototypeOf(t))?(this._bodyArrayBuffer=m(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i&&(ArrayBuffer.prototype.isPrototypeOf(e)||u(e))?this._bodyArrayBuffer=m(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o&&(this.blob=function(){var e=h(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?h(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(v)}),this.text=function(){var e,t,n,r=h(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,t=new FileReader,n=d(t),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r<t.length;r++)n[r]=String.fromCharCode(t[r]);return n.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},a&&(this.formData=function(){return this.text().then(_)}),this.json=function(){return this.text().then(JSON.parse)},this}f.prototype.append=function(e,t){e=c(e),t=l(t);var n=this.map[e];this.map[e]=n?n+", "+t:t},f.prototype.delete=function(e){delete this.map[c(e)]},f.prototype.get=function(e){return e=c(e),this.has(e)?this.map[e]:null},f.prototype.has=function(e){return this.map.hasOwnProperty(c(e))},f.prototype.set=function(e,t){this.map[c(e)]=l(t)},f.prototype.forEach=function(e,t){for(var n in this.map)this.map.hasOwnProperty(n)&&e.call(t,this.map[n],n,this)},f.prototype.keys=function(){var e=[];return this.forEach((function(t,n){e.push(n)})),p(e)},f.prototype.values=function(){var e=[];return this.forEach((function(t){e.push(t)})),p(e)},f.prototype.entries=function(){var e=[];return this.forEach((function(t,n){e.push([n,t])})),p(e)},r&&(f.prototype[Symbol.iterator]=f.prototype.entries);var y=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function b(e,t){var n,r,o=(t=t||{}).body;if(e instanceof b){if(e.bodyUsed)throw new TypeError("Already read");this.url=e.url,this.credentials=e.credentials,t.headers||(this.headers=new f(e.headers)),this.method=e.method,this.mode=e.mode,this.signal=e.signal,o||null==e._bodyInit||(o=e._bodyInit,e.bodyUsed=!0)}else this.url=String(e);if(this.credentials=t.credentials||this.credentials||"same-origin",!t.headers&&this.headers||(this.headers=new f(t.headers)),this.method=(n=t.method||this.method||"GET",r=n.toUpperCase(),y.indexOf(r)>-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(o)}function _(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(o))}})),t}function w(e,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new f(t.headers),this.url=t.url||"",this._initBody(e)}b.prototype.clone=function(){return new b(this,{body:this._bodyInit})},g.call(b.prototype),g.call(w.prototype),w.prototype.clone=function(){return new w(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new f(this.headers),url:this.url})},w.error=function(){var e=new w(null,{status:0,statusText:""});return e.type="error",e};var x=[301,302,303,307,308];w.redirect=function(e,t){if(-1===x.indexOf(t))throw new RangeError("Invalid status code");return new w(null,{status:t,headers:{location:e}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function E(e,n){return new Promise((function(r,a){var i=new b(e,n);if(i.signal&&i.signal.aborted)return a(new t.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function u(){s.abort()}s.onload=function(){var e,t,n={status:s.status,statusText:s.statusText,headers:(e=s.getAllResponseHeaders()||"",t=new f,e.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();t.append(r,o)}})),t)};n.url="responseURL"in s?s.responseURL:n.headers.get("X-Request-URL");var o="response"in s?s.response:s.responseText;r(new w(o,n))},s.onerror=function(){a(new TypeError("Network request failed"))},s.ontimeout=function(){a(new TypeError("Network request failed"))},s.onabort=function(){a(new t.DOMException("Aborted","AbortError"))},s.open(i.method,i.url,!0),"include"===i.credentials?s.withCredentials=!0:"omit"===i.credentials&&(s.withCredentials=!1),"responseType"in s&&o&&(s.responseType="blob"),i.headers.forEach((function(e,t){s.setRequestHeader(t,e)})),i.signal&&(i.signal.addEventListener("abort",u),s.onreadystatechange=function(){4===s.readyState&&i.signal.removeEventListener("abort",u)}),s.send(void 0===i._bodyInit?null:i._bodyInit)}))}E.polyfill=!0,e.fetch||(e.fetch=E,e.Headers=f,e.Request=b,e.Response=w),t.Headers=f,t.Request=b,t.Response=w,t.fetch=E}({})}("undefined"!=typeof self?self:this)},function(e,t,n){"use strict";var r=n(280),o=n(497),a=Object.prototype.hasOwnProperty,i={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,u=Array.prototype.push,c=function(e,t){u.apply(e,s(t)?t:[t])},l=Date.prototype.toISOString,p=o.default,f={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:r.encode,encodeValuesOnly:!1,format:p,formatter:o.formatters[p],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},h=function e(t,n,o,a,i,u,l,p,h,d,v,m,g){var y,b=t;if("function"==typeof l?b=l(n,b):b instanceof Date?b=d(b):"comma"===o&&s(b)&&(b=r.maybeMap(b,(function(e){return e instanceof Date?d(e):e})).join(",")),null===b){if(a)return u&&!m?u(n,f.encoder,g,"key"):n;b=""}if("string"==typeof(y=b)||"number"==typeof y||"boolean"==typeof y||"symbol"==typeof y||"bigint"==typeof y||r.isBuffer(b))return u?[v(m?n:u(n,f.encoder,g,"key"))+"="+v(u(b,f.encoder,g,"value"))]:[v(n)+"="+v(String(b))];var _,w=[];if(void 0===b)return w;if(s(l))_=l;else{var x=Object.keys(b);_=p?x.sort(p):x}for(var E=0;E<_.length;++E){var C=_[E],S=b[C];if(!i||null!==S){var A=s(b)?"function"==typeof o?o(n,C):n:n+(h?"."+C:"["+C+"]");c(w,e(S,A,o,a,i,u,l,p,h,d,v,m,g))}}return w};e.exports=function(e,t){var n,r=e,u=function(e){if(!e)return f;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=o.default;if(void 0!==e.format){if(!a.call(o.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=o.formatters[n],i=f.filter;return("function"==typeof e.filter||s(e.filter))&&(i=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:void 0===e.allowDots?f.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:i,formatter:r,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);"function"==typeof u.filter?r=(0,u.filter)("",r):s(u.filter)&&(n=u.filter);var l,p=[];if("object"!=typeof r||null===r)return"";l=t&&t.arrayFormat in i?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var d=i[l];n||(n=Object.keys(r)),u.sort&&n.sort(u.sort);for(var v=0;v<n.length;++v){var m=n[v];u.skipNulls&&null===r[m]||c(p,h(r[m],m,d,u.strictNullHandling,u.skipNulls,u.encode?u.encoder:null,u.filter,u.sort,u.allowDots,u.serializeDate,u.formatter,u.encodeValuesOnly,u.charset))}var g=p.join(u.delimiter),y=!0===u.addQueryPrefix?"?":"";return u.charsetSentinel&&("iso-8859-1"===u.charset?y+="utf8=%26%2310003%3B&":y+="utf8=%E2%9C%93&"),g.length>0?y+g:""}},function(e,t,n){"use strict";var r=n(280),o=Object.prototype.hasOwnProperty,a=Array.isArray,i={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},u=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,n,r){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/g,s=n.depth>0&&/(\[[^[\]]*])/.exec(a),c=s?a.slice(0,s.index):a,l=[];if(c){if(!n.plainObjects&&o.call(Object.prototype,c)&&!n.allowPrototypes)return;l.push(c)}for(var p=0;n.depth>0&&null!==(s=i.exec(a))&&p<n.depth;){if(p+=1,!n.plainObjects&&o.call(Object.prototype,s[1].slice(1,-1))&&!n.allowPrototypes)return;l.push(s[1])}return s&&l.push("["+a.slice(s.index)+"]"),function(e,t,n,r){for(var o=r?t:u(t,n),a=e.length-1;a>=0;--a){var i,s=e[a];if("[]"===s&&n.parseArrays)i=[].concat(o);else{i=n.plainObjects?Object.create(null):{};var c="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(c,10);n.parseArrays||""!==c?!isNaN(l)&&s!==c&&String(l)===c&&l>=0&&n.parseArrays&&l<=n.arrayLimit?(i=[])[l]=o:i[c]=o:i={0:o}}o=i}return o}(l,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return i;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?i.charset:e.charset;return{allowDots:void 0===e.allowDots?i.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:i.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:i.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:i.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:i.comma,decoder:"function"==typeof e.decoder?e.decoder:i.decoder,delimiter:"string"==typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:i.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:i.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:i.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:i.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:i.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:i.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var n,c={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,f=l.split(t.delimiter,p),h=-1,d=t.charset;if(t.charsetSentinel)for(n=0;n<f.length;++n)0===f[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[n]?d="utf-8":"utf8=%26%2310003%3B"===f[n]&&(d="iso-8859-1"),h=n,n=f.length);for(n=0;n<f.length;++n)if(n!==h){var v,m,g=f[n],y=g.indexOf("]="),b=-1===y?g.indexOf("="):y+1;-1===b?(v=t.decoder(g,i.decoder,d,"key"),m=t.strictNullHandling?null:""):(v=t.decoder(g.slice(0,b),i.decoder,d,"key"),m=r.maybeMap(u(g.slice(b+1),t),(function(e){return t.decoder(e,i.decoder,d,"value")}))),m&&t.interpretNumericEntities&&"iso-8859-1"===d&&(m=s(m)),g.indexOf("[]=")>-1&&(m=a(m)?[m]:m),o.call(c,v)?c[v]=r.combine(c[v],m):c[v]=m}return c}(e,n):e,p=n.plainObjects?Object.create(null):{},f=Object.keys(l),h=0;h<f.length;++h){var d=f[h],v=c(d,l[d],n,"string"==typeof e);p=r.merge(p,v,n)}return r.compact(p)}},function(e,t,n){var r=n(1036),o=n(422);e.exports=function(e,t){return r(e,t,(function(t,n){return o(e,n)}))}},function(e,t,n){var r=n(193),o=n(457),a=n(131);e.exports=function(e,t,n){for(var i=-1,s=t.length,u={};++i<s;){var c=t[i],l=r(e,c);n(l,c)&&o(u,a(c,e),l)}return u}},function(e,t,n){e.exports=n(1038)},function(e,t,n){var r=n(1039);e.exports=r},function(e,t,n){n(1040);var r=n(34);e.exports=r.Reflect.get},function(e,t,n){var r=n(24),o=n(45),a=n(55),i=n(52),s=n(106),u=n(151);r({target:"Reflect",stat:!0},{get:function e(t,n){var r,c,l=arguments.length<3?t:arguments[2];return a(t)===l?t[n]:(r=s.f(t,n))?i(r,"value")?r.value:void 0===r.get?void 0:r.get.call(l):o(c=u(t))?e(c,n,l):void 0}})},function(e,t,n){var r=n(206);e.exports=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=r(e)););return e}},function(e,t,n){var r=n(1043);e.exports=r},function(e,t,n){var r=n(1044),o=Array.prototype;e.exports=function(e){var t=e.splice;return e===o||e instanceof Array&&t===o.splice?r:t}},function(e,t,n){n(1045);var r=n(42);e.exports=r("Array").splice},function(e,t,n){"use strict";var r=n(24),o=n(225),a=n(149),i=n(80),s=n(72),u=n(235),c=n(154),l=n(155),p=n(64),f=l("splice"),h=p("splice",{ACCESSORS:!0,0:0,1:2}),d=Math.max,v=Math.min,m=9007199254740991,g="Maximum allowed length exceeded";r({target:"Array",proto:!0,forced:!f||!h},{splice:function(e,t){var n,r,l,p,f,h,y=s(this),b=i(y.length),_=o(e,b),w=arguments.length;if(0===w?n=r=0:1===w?(n=0,r=b-_):(n=w-2,r=v(d(a(t),0),b-_)),b+n-r>m)throw TypeError(g);for(l=u(y,r),p=0;p<r;p++)(f=_+p)in y&&c(l,p,y[f]);if(l.length=r,n<r){for(p=_;p<b-r;p++)h=p+n,(f=p+r)in y?y[h]=y[f]:delete y[h];for(p=b;p>b-r+n;p--)delete y[p-1]}else if(n>r)for(p=b-r;p>_;p--)h=p+n-1,(f=p+r-1)in y?y[h]=y[f]:delete y[h];for(p=0;p<n;p++)y[p+_]=arguments[p+2];return y.length=b-r+n,l}})},function(e,t,n){var r=n(460);e.exports=r},function(e,t,n){var r=n(1048);e.exports=r},function(e,t,n){n(180),n(1049),n(74);var r=n(34);e.exports=r.WeakMap},function(e,t,n){"use strict";var r,o=n(41),a=n(161),i=n(205),s=n(498),u=n(1051),c=n(45),l=n(73).enforce,p=n(361),f=!o.ActiveXObject&&"ActiveXObject"in o,h=Object.isExtensible,d=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},v=e.exports=s("WeakMap",d,u);if(p&&f){r=u.getConstructor(d,"WeakMap",!0),i.REQUIRED=!0;var m=v.prototype,g=m.delete,y=m.has,b=m.get,_=m.set;a(m,{delete:function(e){if(c(e)&&!h(e)){var t=l(this);return t.frozen||(t.frozen=new r),g.call(this,e)||t.frozen.delete(e)}return g.call(this,e)},has:function(e){if(c(e)&&!h(e)){var t=l(this);return t.frozen||(t.frozen=new r),y.call(this,e)||t.frozen.has(e)}return y.call(this,e)},get:function(e){if(c(e)&&!h(e)){var t=l(this);return t.frozen||(t.frozen=new r),y.call(this,e)?b.call(this,e):t.frozen.get(e)}return b.call(this,e)},set:function(e,t){if(c(e)&&!h(e)){var n=l(this);n.frozen||(n.frozen=new r),y.call(this,e)?_.call(this,e,t):n.frozen.set(e,t)}else _.call(this,e,t);return this}})}},function(e,t,n){var r=n(36);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(e,t,n){"use strict";var r=n(161),o=n(205).getWeakData,a=n(55),i=n(45),s=n(135),u=n(122),c=n(89),l=n(52),p=n(73),f=p.set,h=p.getterFor,d=c.find,v=c.findIndex,m=0,g=function(e){return e.frozen||(e.frozen=new y)},y=function(){this.entries=[]},b=function(e,t){return d(e.entries,(function(e){return e[0]===t}))};y.prototype={get:function(e){var t=b(this,e);if(t)return t[1]},has:function(e){return!!b(this,e)},set:function(e,t){var n=b(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=v(this.entries,(function(t){return t[0]===e}));return~t&&this.entries.splice(t,1),!!~t}},e.exports={getConstructor:function(e,t,n,c){var p=e((function(e,r){s(e,p,t),f(e,{type:t,id:m++,frozen:void 0}),null!=r&&u(r,e[c],e,n)})),d=h(t),v=function(e,t,n){var r=d(e),i=o(a(t),!0);return!0===i?g(r).set(t,n):i[r.id]=n,e};return r(p.prototype,{delete:function(e){var t=d(this);if(!i(e))return!1;var n=o(e);return!0===n?g(t).delete(e):n&&l(n,t.id)&&delete n[t.id]},has:function(e){var t=d(this);if(!i(e))return!1;var n=o(e);return!0===n?g(t).has(e):n&&l(n,t.id)}}),r(p.prototype,n?{get:function(e){var t=d(this);if(i(e)){var n=o(e);return!0===n?g(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return v(this,e,t)}}:{add:function(e){return v(this,e,!0)}}),p}}},function(e,t,n){(function(e,r){var o;!function(a){t&&t.nodeType,e&&e.nodeType;var i="object"==typeof r&&r;i.global!==i&&i.window!==i&&i.self;var s,u=2147483647,c=36,l=/^xn--/,p=/[^\x20-\x7E]/,f=/[\x2E\u3002\uFF0E\uFF61]/g,h={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},d=Math.floor,v=String.fromCharCode;function m(e){throw RangeError(h[e])}function g(e,t){for(var n=e.length,r=[];n--;)r[n]=t(e[n]);return r}function y(e,t){var n=e.split("@"),r="";return n.length>1&&(r=n[0]+"@",e=n[1]),r+g((e=e.replace(f,".")).split("."),t).join(".")}function b(e){for(var t,n,r=[],o=0,a=e.length;o<a;)(t=e.charCodeAt(o++))>=55296&&t<=56319&&o<a?56320==(64512&(n=e.charCodeAt(o++)))?r.push(((1023&t)<<10)+(1023&n)+65536):(r.push(t),o--):r.push(t);return r}function _(e){return g(e,(function(e){var t="";return e>65535&&(t+=v((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=v(e)})).join("")}function w(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function x(e,t,n){var r=0;for(e=n?d(e/700):e>>1,e+=d(e/t);e>455;r+=c)e=d(e/35);return d(r+36*e/(e+38))}function E(e){var t,n,r,o,a,i,s,l,p,f,h,v=[],g=e.length,y=0,b=128,w=72;for((n=e.lastIndexOf("-"))<0&&(n=0),r=0;r<n;++r)e.charCodeAt(r)>=128&&m("not-basic"),v.push(e.charCodeAt(r));for(o=n>0?n+1:0;o<g;){for(a=y,i=1,s=c;o>=g&&m("invalid-input"),((l=(h=e.charCodeAt(o++))-48<10?h-22:h-65<26?h-65:h-97<26?h-97:c)>=c||l>d((u-y)/i))&&m("overflow"),y+=l*i,!(l<(p=s<=w?1:s>=w+26?26:s-w));s+=c)i>d(u/(f=c-p))&&m("overflow"),i*=f;w=x(y-a,t=v.length+1,0==a),d(y/t)>u-b&&m("overflow"),b+=d(y/t),y%=t,v.splice(y++,0,b)}return _(v)}function C(e){var t,n,r,o,a,i,s,l,p,f,h,g,y,_,E,C=[];for(g=(e=b(e)).length,t=128,n=0,a=72,i=0;i<g;++i)(h=e[i])<128&&C.push(v(h));for(r=o=C.length,o&&C.push("-");r<g;){for(s=u,i=0;i<g;++i)(h=e[i])>=t&&h<s&&(s=h);for(s-t>d((u-n)/(y=r+1))&&m("overflow"),n+=(s-t)*y,t=s,i=0;i<g;++i)if((h=e[i])<t&&++n>u&&m("overflow"),h==t){for(l=n,p=c;!(l<(f=p<=a?1:p>=a+26?26:p-a));p+=c)E=l-f,_=c-f,C.push(v(w(f+E%_,0))),l=d(E/_);C.push(v(w(l,0))),a=x(n,y,r==o),n=0,++r}++n,++t}return C.join("")}s={version:"1.3.2",ucs2:{decode:b,encode:_},decode:E,encode:C,toASCII:function(e){return y(e,(function(e){return p.test(e)?"xn--"+C(e):e}))},toUnicode:function(e){return y(e,(function(e){return l.test(e)?E(e.slice(4).toLowerCase()):e}))}},void 0===(o=function(){return s}.call(t,n,t,e))||(e.exports=o)}()}).call(this,n(191)(e),n(54))},function(e,t,n){"use strict";e.exports={isString:function(e){return"string"==typeof e},isObject:function(e){return"object"==typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},function(e,t,n){"use strict";t.decode=t.parse=n(1055),t.encode=t.stringify=n(1056)},function(e,t,n){"use strict";function r(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,n,a){t=t||"&",n=n||"=";var i={};if("string"!=typeof e||0===e.length)return i;var s=/\+/g;e=e.split(t);var u=1e3;a&&"number"==typeof a.maxKeys&&(u=a.maxKeys);var c=e.length;u>0&&c>u&&(c=u);for(var l=0;l<c;++l){var p,f,h,d,v=e[l].replace(s,"%20"),m=v.indexOf(n);m>=0?(p=v.substr(0,m),f=v.substr(m+1)):(p=v,f=""),h=decodeURIComponent(p),d=decodeURIComponent(f),r(i,h)?o(i[h])?i[h].push(d):i[h]=[i[h],d]:i[h]=d}return i};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},function(e,t,n){"use strict";var r=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,t,n,s){return t=t||"&",n=n||"=",null===e&&(e=void 0),"object"==typeof e?a(i(e),(function(i){var s=encodeURIComponent(r(i))+n;return o(e[i])?a(e[i],(function(e){return s+encodeURIComponent(r(e))})).join(t):s+encodeURIComponent(r(e[i]))})).join(t):s?encodeURIComponent(r(s))+n+encodeURIComponent(r(e)):""};var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function a(e,t){if(e.map)return e.map(t);for(var n=[],r=0;r<e.length;r++)n.push(t(e[r],r));return n}var i=Object.keys||function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t}},function(e,t){e.exports=function(e,t,n){return e==e&&(void 0!==n&&(e=e<=n?e:n),void 0!==t&&(e=e>=t?e:t)),e}},function(e,t,n){var r=n(1059),o=n(426);e.exports=function(e){return r((function(t,n){var r=-1,a=n.length,i=a>1?n[a-1]:void 0,s=a>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(a--,i):void 0,s&&o(n[0],n[1],s)&&(i=a<3?void 0:i,a=1),t=Object(t);++r<a;){var u=n[r];u&&e(t,u,r,i)}return t}))}},function(e,t,n){var r=n(252),o=n(495),a=n(496);e.exports=function(e,t){return a(o(e,t,r),e+"")}},function(e,t,n){var r=n(1061);e.exports=r},function(e,t,n){n(1062),n(1064),n(500);var r=n(34);e.exports=r.URL},function(e,t,n){"use strict";n(98);var r,o=n(24),a=n(48),i=n(499),s=n(41),u=n(231),c=n(112),l=n(135),p=n(52),f=n(375),h=n(393),d=n(360).codeAt,v=n(1063),m=n(87),g=n(500),y=n(73),b=s.URL,_=g.URLSearchParams,w=g.getState,x=y.set,E=y.getterFor("URL"),C=Math.floor,S=Math.pow,A="Invalid scheme",k="Invalid host",O="Invalid port",j=/[A-Za-z]/,T=/[\d+-.A-Za-z]/,I=/\d/,N=/^(0x|0X)/,M=/^[0-7]+$/,P=/^\d+$/,R=/^[\dA-Fa-f]+$/,D=/[\u0000\u0009\u000A\u000D #%/:?@[\\]]/,L=/[\u0000\u0009\u000A\u000D #/:?@[\\]]/,B=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,F=/[\u0009\u000A\u000D]/g,U=function(e,t){var n,r,o;if("["==t.charAt(0)){if("]"!=t.charAt(t.length-1))return k;if(!(n=z(t.slice(1,-1))))return k;e.host=n}else if(G(e)){if(t=v(t),D.test(t))return k;if(null===(n=q(t)))return k;e.host=n}else{if(L.test(t))return k;for(n="",r=h(t),o=0;o<r.length;o++)n+=K(r[o],W);e.host=n}},q=function(e){var t,n,r,o,a,i,s,u=e.split(".");if(u.length&&""==u[u.length-1]&&u.pop(),(t=u.length)>4)return e;for(n=[],r=0;r<t;r++){if(""==(o=u[r]))return e;if(a=10,o.length>1&&"0"==o.charAt(0)&&(a=N.test(o)?16:8,o=o.slice(8==a?1:2)),""===o)i=0;else{if(!(10==a?P:8==a?M:R).test(o))return e;i=parseInt(o,a)}n.push(i)}for(r=0;r<t;r++)if(i=n[r],r==t-1){if(i>=S(256,5-t))return null}else if(i>255)return null;for(s=n.pop(),r=0;r<n.length;r++)s+=n[r]*S(256,3-r);return s},z=function(e){var t,n,r,o,a,i,s,u=[0,0,0,0,0,0,0,0],c=0,l=null,p=0,f=function(){return e.charAt(p)};if(":"==f()){if(":"!=e.charAt(1))return;p+=2,l=++c}for(;f();){if(8==c)return;if(":"!=f()){for(t=n=0;n<4&&R.test(f());)t=16*t+parseInt(f(),16),p++,n++;if("."==f()){if(0==n)return;if(p-=n,c>6)return;for(r=0;f();){if(o=null,r>0){if(!("."==f()&&r<4))return;p++}if(!I.test(f()))return;for(;I.test(f());){if(a=parseInt(f(),10),null===o)o=a;else{if(0==o)return;o=10*o+a}if(o>255)return;p++}u[c]=256*u[c]+o,2!=++r&&4!=r||c++}if(4!=r)return;break}if(":"==f()){if(p++,!f())return}else if(f())return;u[c++]=t}else{if(null!==l)return;p++,l=++c}}if(null!==l)for(i=c-l,c=7;0!=c&&i>0;)s=u[c],u[c--]=u[l+i-1],u[l+--i]=s;else if(8!=c)return;return u},V=function(e){var t,n,r,o;if("number"==typeof e){for(t=[],n=0;n<4;n++)t.unshift(e%256),e=C(e/256);return t.join(".")}if("object"==typeof e){for(t="",r=function(e){for(var t=null,n=1,r=null,o=0,a=0;a<8;a++)0!==e[a]?(o>n&&(t=r,n=o),r=null,o=0):(null===r&&(r=a),++o);return o>n&&(t=r,n=o),t}(e),n=0;n<8;n++)o&&0===e[n]||(o&&(o=!1),r===n?(t+=n?":":"::",o=!0):(t+=e[n].toString(16),n<7&&(t+=":")));return"["+t+"]"}return e},W={},H=f({},W,{" ":1,'"':1,"<":1,">":1,"`":1}),J=f({},H,{"#":1,"?":1,"{":1,"}":1}),$=f({},J,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),K=function(e,t){var n=d(e,0);return n>32&&n<127&&!p(t,e)?e:encodeURIComponent(e)},Y={ftp:21,file:null,http:80,https:443,ws:80,wss:443},G=function(e){return p(Y,e.scheme)},Z=function(e){return""!=e.username||""!=e.password},X=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},Q=function(e,t){var n;return 2==e.length&&j.test(e.charAt(0))&&(":"==(n=e.charAt(1))||!t&&"|"==n)},ee=function(e){var t;return e.length>1&&Q(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)},te=function(e){var t=e.path,n=t.length;!n||"file"==e.scheme&&1==n&&Q(t[0],!0)||t.pop()},ne=function(e){return"."===e||"%2e"===e.toLowerCase()},re={},oe={},ae={},ie={},se={},ue={},ce={},le={},pe={},fe={},he={},de={},ve={},me={},ge={},ye={},be={},_e={},we={},xe={},Ee={},Ce=function(e,t,n,o){var a,i,s,u,c,l=n||re,f=0,d="",v=!1,m=!1,g=!1;for(n||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(B,"")),t=t.replace(F,""),a=h(t);f<=a.length;){switch(i=a[f],l){case re:if(!i||!j.test(i)){if(n)return A;l=ae;continue}d+=i.toLowerCase(),l=oe;break;case oe:if(i&&(T.test(i)||"+"==i||"-"==i||"."==i))d+=i.toLowerCase();else{if(":"!=i){if(n)return A;d="",l=ae,f=0;continue}if(n&&(G(e)!=p(Y,d)||"file"==d&&(Z(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=d,n)return void(G(e)&&Y[e.scheme]==e.port&&(e.port=null));d="","file"==e.scheme?l=me:G(e)&&o&&o.scheme==e.scheme?l=ie:G(e)?l=le:"/"==a[f+1]?(l=se,f++):(e.cannotBeABaseURL=!0,e.path.push(""),l=we)}break;case ae:if(!o||o.cannotBeABaseURL&&"#"!=i)return A;if(o.cannotBeABaseURL&&"#"==i){e.scheme=o.scheme,e.path=o.path.slice(),e.query=o.query,e.fragment="",e.cannotBeABaseURL=!0,l=Ee;break}l="file"==o.scheme?me:ue;continue;case ie:if("/"!=i||"/"!=a[f+1]){l=ue;continue}l=pe,f++;break;case se:if("/"==i){l=fe;break}l=_e;continue;case ue:if(e.scheme=o.scheme,i==r)e.username=o.username,e.password=o.password,e.host=o.host,e.port=o.port,e.path=o.path.slice(),e.query=o.query;else if("/"==i||"\\"==i&&G(e))l=ce;else if("?"==i)e.username=o.username,e.password=o.password,e.host=o.host,e.port=o.port,e.path=o.path.slice(),e.query="",l=xe;else{if("#"!=i){e.username=o.username,e.password=o.password,e.host=o.host,e.port=o.port,e.path=o.path.slice(),e.path.pop(),l=_e;continue}e.username=o.username,e.password=o.password,e.host=o.host,e.port=o.port,e.path=o.path.slice(),e.query=o.query,e.fragment="",l=Ee}break;case ce:if(!G(e)||"/"!=i&&"\\"!=i){if("/"!=i){e.username=o.username,e.password=o.password,e.host=o.host,e.port=o.port,l=_e;continue}l=fe}else l=pe;break;case le:if(l=pe,"/"!=i||"/"!=d.charAt(f+1))continue;f++;break;case pe:if("/"!=i&&"\\"!=i){l=fe;continue}break;case fe:if("@"==i){v&&(d="%40"+d),v=!0,s=h(d);for(var y=0;y<s.length;y++){var b=s[y];if(":"!=b||g){var _=K(b,$);g?e.password+=_:e.username+=_}else g=!0}d=""}else if(i==r||"/"==i||"?"==i||"#"==i||"\\"==i&&G(e)){if(v&&""==d)return"Invalid authority";f-=h(d).length+1,d="",l=he}else d+=i;break;case he:case de:if(n&&"file"==e.scheme){l=ye;continue}if(":"!=i||m){if(i==r||"/"==i||"?"==i||"#"==i||"\\"==i&&G(e)){if(G(e)&&""==d)return k;if(n&&""==d&&(Z(e)||null!==e.port))return;if(u=U(e,d))return u;if(d="",l=be,n)return;continue}"["==i?m=!0:"]"==i&&(m=!1),d+=i}else{if(""==d)return k;if(u=U(e,d))return u;if(d="",l=ve,n==de)return}break;case ve:if(!I.test(i)){if(i==r||"/"==i||"?"==i||"#"==i||"\\"==i&&G(e)||n){if(""!=d){var w=parseInt(d,10);if(w>65535)return O;e.port=G(e)&&w===Y[e.scheme]?null:w,d=""}if(n)return;l=be;continue}return O}d+=i;break;case me:if(e.scheme="file","/"==i||"\\"==i)l=ge;else{if(!o||"file"!=o.scheme){l=_e;continue}if(i==r)e.host=o.host,e.path=o.path.slice(),e.query=o.query;else if("?"==i)e.host=o.host,e.path=o.path.slice(),e.query="",l=xe;else{if("#"!=i){ee(a.slice(f).join(""))||(e.host=o.host,e.path=o.path.slice(),te(e)),l=_e;continue}e.host=o.host,e.path=o.path.slice(),e.query=o.query,e.fragment="",l=Ee}}break;case ge:if("/"==i||"\\"==i){l=ye;break}o&&"file"==o.scheme&&!ee(a.slice(f).join(""))&&(Q(o.path[0],!0)?e.path.push(o.path[0]):e.host=o.host),l=_e;continue;case ye:if(i==r||"/"==i||"\\"==i||"?"==i||"#"==i){if(!n&&Q(d))l=_e;else if(""==d){if(e.host="",n)return;l=be}else{if(u=U(e,d))return u;if("localhost"==e.host&&(e.host=""),n)return;d="",l=be}continue}d+=i;break;case be:if(G(e)){if(l=_e,"/"!=i&&"\\"!=i)continue}else if(n||"?"!=i)if(n||"#"!=i){if(i!=r&&(l=_e,"/"!=i))continue}else e.fragment="",l=Ee;else e.query="",l=xe;break;case _e:if(i==r||"/"==i||"\\"==i&&G(e)||!n&&("?"==i||"#"==i)){if(".."===(c=(c=d).toLowerCase())||"%2e."===c||".%2e"===c||"%2e%2e"===c?(te(e),"/"==i||"\\"==i&&G(e)||e.path.push("")):ne(d)?"/"==i||"\\"==i&&G(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&Q(d)&&(e.host&&(e.host=""),d=d.charAt(0)+":"),e.path.push(d)),d="","file"==e.scheme&&(i==r||"?"==i||"#"==i))for(;e.path.length>1&&""===e.path[0];)e.path.shift();"?"==i?(e.query="",l=xe):"#"==i&&(e.fragment="",l=Ee)}else d+=K(i,J);break;case we:"?"==i?(e.query="",l=xe):"#"==i?(e.fragment="",l=Ee):i!=r&&(e.path[0]+=K(i,W));break;case xe:n||"#"!=i?i!=r&&("'"==i&&G(e)?e.query+="%27":e.query+="#"==i?"%23":K(i,W)):(e.fragment="",l=Ee);break;case Ee:i!=r&&(e.fragment+=K(i,H))}f++}},Se=function(e){var t,n,r=l(this,Se,"URL"),o=arguments.length>1?arguments[1]:void 0,i=String(e),s=x(r,{type:"URL"});if(void 0!==o)if(o instanceof Se)t=E(o);else if(n=Ce(t={},String(o)))throw TypeError(n);if(n=Ce(s,i,null,t))throw TypeError(n);var u=s.searchParams=new _,c=w(u);c.updateSearchParams(s.query),c.updateURL=function(){s.query=String(u)||null},a||(r.href=ke.call(r),r.origin=Oe.call(r),r.protocol=je.call(r),r.username=Te.call(r),r.password=Ie.call(r),r.host=Ne.call(r),r.hostname=Me.call(r),r.port=Pe.call(r),r.pathname=Re.call(r),r.search=De.call(r),r.searchParams=Le.call(r),r.hash=Be.call(r))},Ae=Se.prototype,ke=function(){var e=E(this),t=e.scheme,n=e.username,r=e.password,o=e.host,a=e.port,i=e.path,s=e.query,u=e.fragment,c=t+":";return null!==o?(c+="//",Z(e)&&(c+=n+(r?":"+r:"")+"@"),c+=V(o),null!==a&&(c+=":"+a)):"file"==t&&(c+="//"),c+=e.cannotBeABaseURL?i[0]:i.length?"/"+i.join("/"):"",null!==s&&(c+="?"+s),null!==u&&(c+="#"+u),c},Oe=function(){var e=E(this),t=e.scheme,n=e.port;if("blob"==t)try{return new URL(t.path[0]).origin}catch(e){return"null"}return"file"!=t&&G(e)?t+"://"+V(e.host)+(null!==n?":"+n:""):"null"},je=function(){return E(this).scheme+":"},Te=function(){return E(this).username},Ie=function(){return E(this).password},Ne=function(){var e=E(this),t=e.host,n=e.port;return null===t?"":null===n?V(t):V(t)+":"+n},Me=function(){var e=E(this).host;return null===e?"":V(e)},Pe=function(){var e=E(this).port;return null===e?"":String(e)},Re=function(){var e=E(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},De=function(){var e=E(this).query;return e?"?"+e:""},Le=function(){return E(this).searchParams},Be=function(){var e=E(this).fragment;return e?"#"+e:""},Fe=function(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}};if(a&&u(Ae,{href:Fe(ke,(function(e){var t=E(this),n=String(e),r=Ce(t,n);if(r)throw TypeError(r);w(t.searchParams).updateSearchParams(t.query)})),origin:Fe(Oe),protocol:Fe(je,(function(e){var t=E(this);Ce(t,String(e)+":",re)})),username:Fe(Te,(function(e){var t=E(this),n=h(String(e));if(!X(t)){t.username="";for(var r=0;r<n.length;r++)t.username+=K(n[r],$)}})),password:Fe(Ie,(function(e){var t=E(this),n=h(String(e));if(!X(t)){t.password="";for(var r=0;r<n.length;r++)t.password+=K(n[r],$)}})),host:Fe(Ne,(function(e){var t=E(this);t.cannotBeABaseURL||Ce(t,String(e),he)})),hostname:Fe(Me,(function(e){var t=E(this);t.cannotBeABaseURL||Ce(t,String(e),de)})),port:Fe(Pe,(function(e){var t=E(this);X(t)||(""==(e=String(e))?t.port=null:Ce(t,e,ve))})),pathname:Fe(Re,(function(e){var t=E(this);t.cannotBeABaseURL||(t.path=[],Ce(t,e+"",be))})),search:Fe(De,(function(e){var t=E(this);""==(e=String(e))?t.query=null:("?"==e.charAt(0)&&(e=e.slice(1)),t.query="",Ce(t,e,xe)),w(t.searchParams).updateSearchParams(t.query)})),searchParams:Fe(Le),hash:Fe(Be,(function(e){var t=E(this);""!=(e=String(e))?("#"==e.charAt(0)&&(e=e.slice(1)),t.fragment="",Ce(t,e,Ee)):t.fragment=null}))}),c(Ae,"toJSON",(function(){return ke.call(this)}),{enumerable:!0}),c(Ae,"toString",(function(){return ke.call(this)}),{enumerable:!0}),b){var Ue=b.createObjectURL,qe=b.revokeObjectURL;Ue&&c(Se,"createObjectURL",(function(e){return Ue.apply(b,arguments)})),qe&&c(Se,"revokeObjectURL",(function(e){return qe.apply(b,arguments)}))}m(Se,"URL"),o({global:!0,forced:!i,sham:!a},{URL:Se})},function(e,t,n){"use strict";var r=2147483647,o=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,i="Overflow: input needs wider integers to process",s=Math.floor,u=String.fromCharCode,c=function(e){return e+22+75*(e<26)},l=function(e,t,n){var r=0;for(e=n?s(e/700):e>>1,e+=s(e/t);e>455;r+=36)e=s(e/35);return s(r+36*e/(e+38))},p=function(e){var t,n,o=[],a=(e=function(e){for(var t=[],n=0,r=e.length;n<r;){var o=e.charCodeAt(n++);if(o>=55296&&o<=56319&&n<r){var a=e.charCodeAt(n++);56320==(64512&a)?t.push(((1023&o)<<10)+(1023&a)+65536):(t.push(o),n--)}else t.push(o)}return t}(e)).length,p=128,f=0,h=72;for(t=0;t<e.length;t++)(n=e[t])<128&&o.push(u(n));var d=o.length,v=d;for(d&&o.push("-");v<a;){var m=r;for(t=0;t<e.length;t++)(n=e[t])>=p&&n<m&&(m=n);var g=v+1;if(m-p>s((r-f)/g))throw RangeError(i);for(f+=(m-p)*g,p=m,t=0;t<e.length;t++){if((n=e[t])<p&&++f>r)throw RangeError(i);if(n==p){for(var y=f,b=36;;b+=36){var _=b<=h?1:b>=h+26?26:b-h;if(y<_)break;var w=y-_,x=36-_;o.push(u(c(_+w%x))),y=s(w/x)}o.push(u(c(y))),h=l(f,g,v==d),f=0,++v}}++f,++p}return o.join("")};e.exports=function(e){var t,n,r=[],i=e.toLowerCase().replace(a,".").split(".");for(t=0;t<i.length;t++)n=i[t],r.push(o.test(n)?"xn--"+p(n):n);return r.join(".")}},function(e,t){},function(e,t,n){n(1066);var r=n(34);e.exports=r.setTimeout},function(e,t,n){var r=n(24),o=n(41),a=n(237),i=[].slice,s=function(e){return function(t,n){var r=arguments.length>2,o=r?i.call(arguments,2):void 0;return e(r?function(){("function"==typeof t?t:Function(t)).apply(this,o)}:t,n)}};r({global:!0,bind:!0,forced:/MSIE .\./.test(a)},{setTimeout:s(o.setTimeout),setInterval:s(o.setInterval)})},function(e,t,n){var r=n(1068);e.exports=r},function(e,t,n){n(1069),n(180),n(98),n(74);var r=n(34);e.exports=r.Map},function(e,t,n){"use strict";var r=n(498),o=n(1070);e.exports=r("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),o)},function(e,t,n){"use strict";var r=n(63).f,o=n(110),a=n(161),i=n(109),s=n(135),u=n(122),c=n(230),l=n(449),p=n(48),f=n(205).fastKey,h=n(73),d=h.set,v=h.getterFor;e.exports={getConstructor:function(e,t,n,c){var l=e((function(e,r){s(e,l,t),d(e,{type:t,index:o(null),first:void 0,last:void 0,size:0}),p||(e.size=0),null!=r&&u(r,e[c],e,n)})),h=v(t),m=function(e,t,n){var r,o,a=h(e),i=g(e,t);return i?i.value=n:(a.last=i={index:o=f(t,!0),key:t,value:n,previous:r=a.last,next:void 0,removed:!1},a.first||(a.first=i),r&&(r.next=i),p?a.size++:e.size++,"F"!==o&&(a.index[o]=i)),e},g=function(e,t){var n,r=h(e),o=f(t);if("F"!==o)return r.index[o];for(n=r.first;n;n=n.next)if(n.key==t)return n};return a(l.prototype,{clear:function(){for(var e=h(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,p?e.size=0:this.size=0},delete:function(e){var t=this,n=h(t),r=g(t,e);if(r){var o=r.next,a=r.previous;delete n.index[r.index],r.removed=!0,a&&(a.next=o),o&&(o.previous=a),n.first==r&&(n.first=o),n.last==r&&(n.last=a),p?n.size--:t.size--}return!!r},forEach:function(e){for(var t,n=h(this),r=i(e,arguments.length>1?arguments[1]:void 0,3);t=t?t.next:n.first;)for(r(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!g(this,e)}}),a(l.prototype,n?{get:function(e){var t=g(this,e);return t&&t.value},set:function(e,t){return m(this,0===e?0:e,t)}}:{add:function(e){return m(this,e=0===e?0:e,e)}}),p&&r(l.prototype,"size",{get:function(){return h(this).size}}),l},setStrong:function(e,t,n){var r=t+" Iterator",o=v(t),a=v(r);c(e,t,(function(e,t){d(this,{type:r,target:e,state:o(e),kind:t,last:void 0})}),(function(){for(var e=a(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),l(t)}}},function(e,t,n){n(74);var r=n(1072),o=n(88),a=Array.prototype,i={DOMTokenList:!0,NodeList:!0};e.exports=function(e){var t=e.keys;return e===a||e instanceof Array&&t===a.keys||i.hasOwnProperty(o(e))?r:t}},function(e,t,n){var r=n(1073);e.exports=r},function(e,t,n){n(152);var r=n(42);e.exports=r("Array").keys},function(e,t){function n(e){Object.freeze(e);var t="function"==typeof e;return Object.getOwnPropertyNames(e).forEach((function(r){!Object.hasOwnProperty.call(e,r)||null===e[r]||"object"!=typeof e[r]&&"function"!=typeof e[r]||t&&("caller"===r||"callee"===r||"arguments"===r)||Object.isFrozen(e[r])||n(e[r])})),e}class r{constructor(e){void 0===e.data&&(e.data={}),this.data=e.data}ignoreMatch(){this.ignore=!0}}function o(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")}function a(e,...t){var n={};for(const t in e)n[t]=e[t];return t.forEach((function(e){for(const t in e)n[t]=e[t]})),n}function i(e){return e.nodeName.toLowerCase()}var s=Object.freeze({__proto__:null,escapeHTML:o,inherit:a,nodeStream:function(e){var t=[];return function e(n,r){for(var o=n.firstChild;o;o=o.nextSibling)3===o.nodeType?r+=o.nodeValue.length:1===o.nodeType&&(t.push({event:"start",offset:r,node:o}),r=e(o,r),i(o).match(/br|hr|img|input/)||t.push({event:"stop",offset:r,node:o}));return r}(e,0),t},mergeStreams:function(e,t,n){var r=0,a="",s=[];function u(){return e.length&&t.length?e[0].offset!==t[0].offset?e[0].offset<t[0].offset?e:t:"start"===t[0].event?e:t:e.length?e:t}function c(e){a+="<"+i(e)+[].map.call(e.attributes,(function(e){return" "+e.nodeName+'="'+o(e.value)+'"'})).join("")+">"}function l(e){a+="</"+i(e)+">"}function p(e){("start"===e.event?c:l)(e.node)}for(;e.length||t.length;){var f=u();if(a+=o(n.substring(r,f[0].offset)),r=f[0].offset,f===e){s.reverse().forEach(l);do{p(f.splice(0,1)[0]),f=u()}while(f===e&&f.length&&f[0].offset===r);s.reverse().forEach(c)}else"start"===f[0].event?s.push(f[0].node):s.pop(),p(f.splice(0,1)[0])}return a+o(n.substr(r))}});const u=e=>!!e.kind;class c{constructor(e,t){this.buffer="",this.classPrefix=t.classPrefix,e.walk(this)}addText(e){this.buffer+=o(e)}openNode(e){if(!u(e))return;let t=e.kind;e.sublanguage||(t=`${this.classPrefix}${t}`),this.span(t)}closeNode(e){u(e)&&(this.buffer+="</span>")}value(){return this.buffer}span(e){this.buffer+=`<span class="${e}">`}}class l{constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const t={kind:e,children:[]};this.add(t),this.stack.push(t)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,t){return"string"==typeof t?e.addText(t):t.children&&(e.openNode(t),t.children.forEach((t=>this._walk(e,t))),e.closeNode(t)),e}static _collapse(e){"string"!=typeof e&&e.children&&(e.children.every((e=>"string"==typeof e))?e.children=[e.children.join("")]:e.children.forEach((e=>{l._collapse(e)})))}}class p extends l{constructor(e){super(),this.options=e}addKeyword(e,t){""!==e&&(this.openNode(t),this.addText(e),this.closeNode())}addText(e){""!==e&&this.add(e)}addSublanguage(e,t){const n=e.root;n.kind=t,n.sublanguage=!0,this.add(n)}toHTML(){return new c(this,this.options).value()}finalize(){return!0}}function f(e){return e?"string"==typeof e?e:e.source:null}const h="[a-zA-Z]\\w*",d="[a-zA-Z_]\\w*",v="\\b\\d+(\\.\\d+)?",m="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",g="\\b(0b[01]+)",y={begin:"\\\\[\\s\\S]",relevance:0},b={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[y]},_={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[y]},w={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},x=function(e,t,n={}){var r=a({className:"comment",begin:e,end:t,contains:[]},n);return r.contains.push(w),r.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):",relevance:0}),r},E=x("//","$"),C=x("/\\*","\\*/"),S=x("#","$"),A={className:"number",begin:v,relevance:0},k={className:"number",begin:m,relevance:0},O={className:"number",begin:g,relevance:0},j={className:"number",begin:v+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},T={begin:/(?=\/[^/\n]*\/)/,contains:[{className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[y,{begin:/\[/,end:/\]/,relevance:0,contains:[y]}]}]},I={className:"title",begin:h,relevance:0},N={className:"title",begin:d,relevance:0},M={begin:"\\.\\s*[a-zA-Z_]\\w*",relevance:0};var P=Object.freeze({__proto__:null,IDENT_RE:h,UNDERSCORE_IDENT_RE:d,NUMBER_RE:v,C_NUMBER_RE:m,BINARY_NUMBER_RE:g,RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:(e={})=>{const t=/^#![ ]*\//;return e.binary&&(e.begin=function(...e){return e.map((e=>f(e))).join("")}(t,/.*\b/,e.binary,/\b.*/)),a({className:"meta",begin:t,end:/$/,relevance:0,"on:begin":(e,t)=>{0!==e.index&&t.ignoreMatch()}},e)},BACKSLASH_ESCAPE:y,APOS_STRING_MODE:b,QUOTE_STRING_MODE:_,PHRASAL_WORDS_MODE:w,COMMENT:x,C_LINE_COMMENT_MODE:E,C_BLOCK_COMMENT_MODE:C,HASH_COMMENT_MODE:S,NUMBER_MODE:A,C_NUMBER_MODE:k,BINARY_NUMBER_MODE:O,CSS_NUMBER_MODE:j,REGEXP_MODE:T,TITLE_MODE:I,UNDERSCORE_TITLE_MODE:N,METHOD_GUARD:M,END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,t)=>{t.data._beginMatch=e[1]},"on:end":(e,t)=>{t.data._beginMatch!==e[1]&&t.ignoreMatch()}})}}),R="of and for in not or if then".split(" ");function D(e){function t(t,n){return new RegExp(f(t),"m"+(e.case_insensitive?"i":"")+(n?"g":""))}class n{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,t){t.position=this.position++,this.matchIndexes[this.matchAt]=t,this.regexes.push([t,e]),this.matchAt+=function(e){return new RegExp(e.toString()+"|").exec("").length-1}(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const e=this.regexes.map((e=>e[1]));this.matcherRe=t(function(e,t="|"){for(var n=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./,r=0,o="",a=0;a<e.length;a++){var i=r+=1,s=f(e[a]);for(a>0&&(o+=t),o+="(";s.length>0;){var u=n.exec(s);if(null==u){o+=s;break}o+=s.substring(0,u.index),s=s.substring(u.index+u[0].length),"\\"===u[0][0]&&u[1]?o+="\\"+String(Number(u[1])+i):(o+=u[0],"("===u[0]&&r++)}o+=")"}return o}(e),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;const t=this.matcherRe.exec(e);if(!t)return null;const n=t.findIndex(((e,t)=>t>0&&void 0!==e)),r=this.matchIndexes[n];return t.splice(0,n),Object.assign(t,r)}}class r{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];const t=new n;return this.rules.slice(e).forEach((([e,n])=>t.addRule(e,n))),t.compile(),this.multiRegexes[e]=t,t}considerAll(){this.regexIndex=0}addRule(e,t){this.rules.push([e,t]),"begin"===t.type&&this.count++}exec(e){const t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex;const n=t.exec(e);return n&&(this.regexIndex+=n.position+1,this.regexIndex===this.count&&(this.regexIndex=0)),n}}function o(e,t){const n=e.input[e.index-1],r=e.input[e.index+e[0].length];"."!==n&&"."!==r||t.ignoreMatch()}if(e.contains&&e.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language.  See documentation.");return function n(i,s){const u=i;if(i.compiled)return u;i.compiled=!0,i.__beforeBegin=null,i.keywords=i.keywords||i.beginKeywords;let c=null;if("object"==typeof i.keywords&&(c=i.keywords.$pattern,delete i.keywords.$pattern),i.keywords&&(i.keywords=function(e,t){var n={};"string"==typeof e?r("keyword",e):Object.keys(e).forEach((function(t){r(t,e[t])}));return n;function r(e,r){t&&(r=r.toLowerCase()),r.split(" ").forEach((function(t){var r=t.split("|");n[r[0]]=[e,B(r[0],r[1])]}))}}(i.keywords,e.case_insensitive)),i.lexemes&&c)throw new Error("ERR: Prefer `keywords.$pattern` to `mode.lexemes`, BOTH are not allowed. (see mode reference) ");return u.keywordPatternRe=t(i.lexemes||c||/\w+/,!0),s&&(i.beginKeywords&&(i.begin="\\b("+i.beginKeywords.split(" ").join("|")+")(?=\\b|\\s)",i.__beforeBegin=o),i.begin||(i.begin=/\B|\b/),u.beginRe=t(i.begin),i.endSameAsBegin&&(i.end=i.begin),i.end||i.endsWithParent||(i.end=/\B|\b/),i.end&&(u.endRe=t(i.end)),u.terminator_end=f(i.end)||"",i.endsWithParent&&s.terminator_end&&(u.terminator_end+=(i.end?"|":"")+s.terminator_end)),i.illegal&&(u.illegalRe=t(i.illegal)),void 0===i.relevance&&(i.relevance=1),i.contains||(i.contains=[]),i.contains=[].concat(...i.contains.map((function(e){return function(e){e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map((function(t){return a(e,{variants:null},t)})));if(e.cached_variants)return e.cached_variants;if(L(e))return a(e,{starts:e.starts?a(e.starts):null});if(Object.isFrozen(e))return a(e);return e}("self"===e?i:e)}))),i.contains.forEach((function(e){n(e,u)})),i.starts&&n(i.starts,s),u.matcher=function(e){const t=new r;return e.contains.forEach((e=>t.addRule(e.begin,{rule:e,type:"begin"}))),e.terminator_end&&t.addRule(e.terminator_end,{type:"end"}),e.illegal&&t.addRule(e.illegal,{type:"illegal"}),t}(u),u}(e)}function L(e){return!!e&&(e.endsWithParent||L(e.starts))}function B(e,t){return t?Number(t):function(e){return R.includes(e.toLowerCase())}(e)?0:1}const F=o,U=a,{nodeStream:q,mergeStreams:z}=s,V=Symbol("nomatch");var W=function(e){var t=[],o=Object.create(null),a=Object.create(null),i=[],s=!0,u=/(^(<[^>]+>|\t|)+|\n)/gm,c="Could not find the language '{}', did you forget to load/include a language module?";const l={disableAutodetect:!0,name:"Plain text",contains:[]};var f={noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:null,__emitter:p};function h(e){return f.noHighlightRe.test(e)}function d(e,t,n,r){var o={code:t,language:e};E("before:highlight",o);var a=o.result?o.result:v(o.language,o.code,n,r);return a.code=o.code,E("after:highlight",a),a}function v(e,t,n,a){var i=t;function u(e,t){var n=x.case_insensitive?t[0].toLowerCase():t[0];return Object.prototype.hasOwnProperty.call(e.keywords,n)&&e.keywords[n]}function l(){null!=S.subLanguage?function(){if(""!==O){var e=null;if("string"==typeof S.subLanguage){if(!o[S.subLanguage])return void k.addText(O);e=v(S.subLanguage,O,!0,A[S.subLanguage]),A[S.subLanguage]=e.top}else e=m(O,S.subLanguage.length?S.subLanguage:null);S.relevance>0&&(j+=e.relevance),k.addSublanguage(e.emitter,e.language)}}():function(){if(!S.keywords)return void k.addText(O);let e=0;S.keywordPatternRe.lastIndex=0;let t=S.keywordPatternRe.exec(O),n="";for(;t;){n+=O.substring(e,t.index);const r=u(S,t);if(r){const[e,o]=r;k.addText(n),n="",j+=o,k.addKeyword(t[0],e)}else n+=t[0];e=S.keywordPatternRe.lastIndex,t=S.keywordPatternRe.exec(O)}n+=O.substr(e),k.addText(n)}(),O=""}function p(e){return e.className&&k.openNode(e.className),S=Object.create(e,{parent:{value:S}})}function h(e,t,n){let o=function(e,t){var n=e&&e.exec(t);return n&&0===n.index}(e.endRe,n);if(o){if(e["on:end"]){const n=new r(e);e["on:end"](t,n),n.ignore&&(o=!1)}if(o){for(;e.endsParent&&e.parent;)e=e.parent;return e}}if(e.endsWithParent)return h(e.parent,t,n)}function d(e){return 0===S.matcher.regexIndex?(O+=e[0],1):(N=!0,0)}function g(e){var t=e[0],n=e.rule;const o=new r(n),a=[n.__beforeBegin,n["on:begin"]];for(const n of a)if(n&&(n(e,o),o.ignore))return d(t);return n&&n.endSameAsBegin&&(n.endRe=new RegExp(t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")),n.skip?O+=t:(n.excludeBegin&&(O+=t),l(),n.returnBegin||n.excludeBegin||(O=t)),p(n),n.returnBegin?0:t.length}function y(e){var t=e[0],n=i.substr(e.index),r=h(S,e,n);if(!r)return V;var o=S;o.skip?O+=t:(o.returnEnd||o.excludeEnd||(O+=t),l(),o.excludeEnd&&(O=t));do{S.className&&k.closeNode(),S.skip||S.subLanguage||(j+=S.relevance),S=S.parent}while(S!==r.parent);return r.starts&&(r.endSameAsBegin&&(r.starts.endRe=r.endRe),p(r.starts)),o.returnEnd?0:t.length}var b={};function w(t,r){var o=r&&r[0];if(O+=t,null==o)return l(),0;if("begin"===b.type&&"end"===r.type&&b.index===r.index&&""===o){if(O+=i.slice(r.index,r.index+1),!s){const t=new Error("0 width match regex");throw t.languageName=e,t.badRule=b.rule,t}return 1}if(b=r,"begin"===r.type)return g(r);if("illegal"===r.type&&!n){const e=new Error('Illegal lexeme "'+o+'" for mode "'+(S.className||"<unnamed>")+'"');throw e.mode=S,e}if("end"===r.type){var a=y(r);if(a!==V)return a}if("illegal"===r.type&&""===o)return 1;if(I>1e5&&I>3*r.index){throw new Error("potential infinite loop, way more iterations than matches")}return O+=o,o.length}var x=_(e);if(!x)throw console.error(c.replace("{}",e)),new Error('Unknown language: "'+e+'"');var E=D(x),C="",S=a||E,A={},k=new f.__emitter(f);!function(){for(var e=[],t=S;t!==x;t=t.parent)t.className&&e.unshift(t.className);e.forEach((e=>k.openNode(e)))}();var O="",j=0,T=0,I=0,N=!1;try{for(S.matcher.considerAll();;){I++,N?N=!1:(S.matcher.lastIndex=T,S.matcher.considerAll());const e=S.matcher.exec(i);if(!e)break;const t=w(i.substring(T,e.index),e);T=e.index+t}return w(i.substr(T)),k.closeAllNodes(),k.finalize(),C=k.toHTML(),{relevance:j,value:C,language:e,illegal:!1,emitter:k,top:S}}catch(t){if(t.message&&t.message.includes("Illegal"))return{illegal:!0,illegalBy:{msg:t.message,context:i.slice(T-100,T+100),mode:t.mode},sofar:C,relevance:0,value:F(i),emitter:k};if(s)return{illegal:!1,relevance:0,value:F(i),emitter:k,language:e,top:S,errorRaised:t};throw t}}function m(e,t){t=t||f.languages||Object.keys(o);var n=function(e){const t={relevance:0,emitter:new f.__emitter(f),value:F(e),illegal:!1,top:l};return t.emitter.addText(e),t}(e),r=n;return t.filter(_).filter(x).forEach((function(t){var o=v(t,e,!1);o.language=t,o.relevance>r.relevance&&(r=o),o.relevance>n.relevance&&(r=n,n=o)})),r.language&&(n.second_best=r),n}function g(e){return f.tabReplace||f.useBR?e.replace(u,(e=>"\n"===e?f.useBR?"<br>":e:f.tabReplace?e.replace(/\t/g,f.tabReplace):e)):e}function y(e){let t=null;const n=function(e){var t=e.className+" ";t+=e.parentNode?e.parentNode.className:"";const n=f.languageDetectRe.exec(t);if(n){var r=_(n[1]);return r||(console.warn(c.replace("{}",n[1])),console.warn("Falling back to no-highlight mode for this block.",e)),r?n[1]:"no-highlight"}return t.split(/\s+/).find((e=>h(e)||_(e)))}(e);if(h(n))return;E("before:highlightBlock",{block:e,language:n}),f.useBR?(t=document.createElement("div"),t.innerHTML=e.innerHTML.replace(/\n/g,"").replace(/<br[ /]*>/g,"\n")):t=e;const r=t.textContent,o=n?d(n,r,!0):m(r),i=q(t);if(i.length){const e=document.createElement("div");e.innerHTML=o.value,o.value=z(i,q(e),r)}o.value=g(o.value),E("after:highlightBlock",{block:e,result:o}),e.innerHTML=o.value,e.className=function(e,t,n){var r=t?a[t]:n,o=[e.trim()];return e.match(/\bhljs\b/)||o.push("hljs"),e.includes(r)||o.push(r),o.join(" ").trim()}(e.className,n,o.language),e.result={language:o.language,re:o.relevance,relavance:o.relevance},o.second_best&&(e.second_best={language:o.second_best.language,re:o.second_best.relevance,relavance:o.second_best.relevance})}const b=()=>{if(!b.called){b.called=!0;var e=document.querySelectorAll("pre code");t.forEach.call(e,y)}};function _(e){return e=(e||"").toLowerCase(),o[e]||o[a[e]]}function w(e,{languageName:t}){"string"==typeof e&&(e=[e]),e.forEach((e=>{a[e]=t}))}function x(e){var t=_(e);return t&&!t.disableAutodetect}function E(e,t){var n=e;i.forEach((function(e){e[n]&&e[n](t)}))}Object.assign(e,{highlight:d,highlightAuto:m,fixMarkup:g,highlightBlock:y,configure:function(e){f=U(f,e)},initHighlighting:b,initHighlightingOnLoad:function(){window.addEventListener("DOMContentLoaded",b,!1)},registerLanguage:function(t,n){var r=null;try{r=n(e)}catch(e){if(console.error("Language definition for '{}' could not be registered.".replace("{}",t)),!s)throw e;console.error(e),r=l}r.name||(r.name=t),o[t]=r,r.rawDefinition=n.bind(null,e),r.aliases&&w(r.aliases,{languageName:t})},listLanguages:function(){return Object.keys(o)},getLanguage:_,registerAliases:w,requireLanguage:function(e){var t=_(e);if(t)return t;throw new Error("The '{}' language is required, but not loaded.".replace("{}",e))},autoDetection:x,inherit:U,addPlugin:function(e){i.push(e)}}),e.debugMode=function(){s=!1},e.safeMode=function(){s=!0},e.versionString="10.1.2";for(const e in P)"object"==typeof P[e]&&n(P[e]);return Object.assign(e,P),e}({});e.exports=W},function(e,t,n){"use strict";var r=n(1076),o=a(Error);function a(e){return t.displayName=e.displayName||e.name,t;function t(t){return t&&(t=r.apply(null,arguments)),new e(t)}}e.exports=o,o.eval=a(EvalError),o.range=a(RangeError),o.reference=a(ReferenceError),o.syntax=a(SyntaxError),o.type=a(TypeError),o.uri=a(URIError),o.create=a},function(e,t,n){!function(){var t;function n(e){for(var t,n,r,o,a=1,i=[].slice.call(arguments),s=0,u=e.length,c="",l=!1,p=!1,f=function(){return i[a++]},h=function(){for(var n="";/\d/.test(e[s]);)n+=e[s++],t=e[s];return n.length>0?parseInt(n):null};s<u;++s)if(t=e[s],l)switch(l=!1,"."==t?(p=!1,t=e[++s]):"0"==t&&"."==e[s+1]?(p=!0,t=e[s+=2]):p=!0,o=h(),t){case"b":c+=parseInt(f(),10).toString(2);break;case"c":c+="string"==typeof(n=f())||n instanceof String?n:String.fromCharCode(parseInt(n,10));break;case"d":c+=parseInt(f(),10);break;case"f":r=String(parseFloat(f()).toFixed(o||6)),c+=p?r:r.replace(/^0/,"");break;case"j":c+=JSON.stringify(f());break;case"o":c+="0"+parseInt(f(),10).toString(8);break;case"s":c+=f();break;case"x":c+="0x"+parseInt(f(),10).toString(16);break;case"X":c+="0x"+parseInt(f(),10).toString(16).toUpperCase();break;default:c+=t}else"%"===t?l=!0:c+=t;return c}(t=e.exports=n).format=n,t.vsprintf=function(e,t){return n.apply(null,[e].concat(t))},"undefined"!=typeof console&&"function"==typeof console.log&&(t.printf=function(){console.log(n.apply(null,arguments))})}()},function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CopyToClipboard=void 0;var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},o=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=s(n(0)),i=s(n(1080));function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function c(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(t.CopyToClipboard=function(e){function t(){var e,n,r;u(this,t);for(var o=arguments.length,s=Array(o),l=0;l<o;l++)s[l]=arguments[l];return n=r=c(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(s))),r.onClick=function(e){var t=r.props,n=t.text,o=t.onCopy,s=t.children,u=t.options,c=a.default.Children.only(s),l=(0,i.default)(n,u);o&&o(n,l),c&&c.props&&"function"==typeof c.props.onClick&&c.props.onClick(e)},c(r,n)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),o(t,[{key:"render",value:function(){var e=this.props,t=(e.text,e.onCopy,e.options,e.children),n=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["text","onCopy","options","children"]),o=a.default.Children.only(t);return a.default.cloneElement(o,r({},n,{onClick:this.onClick}))}}]),t}(a.default.PureComponent)).defaultProps={onCopy:void 0,options:void 0}},function(e,t,n){"use strict";var r=n(1081),o={"text/plain":"Text","text/html":"Url",default:"Text"};e.exports=function(e,t){var n,a,i,s,u,c,l=!1;t||(t={}),n=t.debug||!1;try{if(i=r(),s=document.createRange(),u=document.getSelection(),(c=document.createElement("span")).textContent=e,c.style.all="unset",c.style.position="fixed",c.style.top=0,c.style.clip="rect(0, 0, 0, 0)",c.style.whiteSpace="pre",c.style.webkitUserSelect="text",c.style.MozUserSelect="text",c.style.msUserSelect="text",c.style.userSelect="text",c.addEventListener("copy",(function(r){if(r.stopPropagation(),t.format)if(r.preventDefault(),void 0===r.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var a=o[t.format]||o.default;window.clipboardData.setData(a,e)}else r.clipboardData.clearData(),r.clipboardData.setData(t.format,e);t.onCopy&&(r.preventDefault(),t.onCopy(r.clipboardData))})),document.body.appendChild(c),s.selectNodeContents(c),u.addRange(s),!document.execCommand("copy"))throw new Error("copy command was unsuccessful");l=!0}catch(r){n&&console.error("unable to copy using execCommand: ",r),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),l=!0}catch(r){n&&console.error("unable to copy using clipboardData: ",r),n&&console.error("falling back to prompt"),a=function(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}("message"in t?t.message:"Copy to clipboard: #{key}, Enter"),window.prompt(a,e)}}finally{u&&("function"==typeof u.removeRange?u.removeRange(s):u.removeAllRanges()),c&&document.body.removeChild(c),i()}return l}},function(e,t){e.exports=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],r=0;r<e.rangeCount;r++)n.push(e.getRangeAt(r));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null}return e.removeAllRanges(),function(){"Caret"===e.type&&e.removeAllRanges(),e.rangeCount||n.forEach((function(t){e.addRange(t)})),t&&t.focus()}}},function(e,t,n){n(74);var r=n(1083),o=n(88),a=Array.prototype,i={DOMTokenList:!0,NodeList:!0};e.exports=function(e){var t=e.values;return e===a||e instanceof Array&&t===a.values||i.hasOwnProperty(o(e))?r:t}},function(e,t,n){var r=n(1084);e.exports=r},function(e,t,n){n(152);var r=n(42);e.exports=r("Array").values},function(e,t,n){var r=n(1086);e.exports=r},function(e,t,n){var r=n(1087),o=Array.prototype;e.exports=function(e){var t=e.lastIndexOf;return e===o||e instanceof Array&&t===o.lastIndexOf?r:t}},function(e,t,n){n(1088);var r=n(42);e.exports=r("Array").lastIndexOf},function(e,t,n){var r=n(24),o=n(1089);r({target:"Array",proto:!0,forced:o!==[].lastIndexOf},{lastIndexOf:o})},function(e,t,n){"use strict";var r=n(69),o=n(149),a=n(80),i=n(113),s=n(64),u=Math.min,c=[].lastIndexOf,l=!!c&&1/[1].lastIndexOf(1,-0)<0,p=i("lastIndexOf"),f=s("indexOf",{ACCESSORS:!0,1:0}),h=l||!p||!f;e.exports=h?function(e){if(l)return c.apply(this,arguments)||0;var t=r(this),n=a(t.length),i=n-1;for(arguments.length>1&&(i=u(i,o(arguments[1]))),i<0&&(i=n+i);i>=0;i--)if(i in t&&t[i]===e)return i||0;return-1}:c},function(e,t,n){"use strict";var r,o="";e.exports=function(e,t){if("string"!=typeof e)throw new TypeError("expected a string");if(1===t)return e;if(2===t)return e+e;var n=e.length*t;if(r!==e||void 0===r)r=e,o="";else if(o.length>=n)return o.substr(0,n);for(;n>o.length&&t>1;)1&t&&(o+=e),t>>=1,e+=e;return o=(o+=e).substr(0,n)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DebounceInput=void 0;var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},o=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=s(n(0)),i=s(n(1092));function s(e){return e&&e.__esModule?e:{default:e}}(t.DebounceInput=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.onChange=function(e){e.persist();var t=n.state.value;n.setState({value:e.target.value},(function(){var o=n.state.value;o.length>=n.props.minLength?n.notify(e):t.length>o.length&&n.notify(r({},e,{target:r({},e.target,{value:""})}))}))},n.onKeyDown=function(e){var t=n.props.onKeyDown;"Enter"===e.key&&n.forceNotify(e),t&&t(e)},n.onBlur=function(e){var t=n.props.onBlur;n.forceNotify(e),t&&t(e)},n.createNotifier=function(e){if(e<0)n.notify=function(){return null};else if(0===e)n.notify=n.doNotify;else{var t=(0,i.default)((function(e){n.isDebouncing=!1,n.doNotify(e)}),e);n.notify=function(e){n.isDebouncing=!0,t(e)},n.flush=function(){return t.flush()},n.cancel=function(){n.isDebouncing=!1,t.cancel()}}},n.doNotify=function(){var e=n.props.onChange;e.apply(void 0,arguments)},n.forceNotify=function(e){if(n.isDebouncing){n.cancel&&n.cancel();var t=n.state.value,o=n.props.minLength;t.length>=o?n.doNotify(e):n.doNotify(r({},e,{target:r({},e.target,{value:t})}))}},n.state={value:e.value||""},n.isDebouncing=!1,n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),o(t,[{key:"componentWillMount",value:function(){this.createNotifier(this.props.debounceTimeout)}},{key:"componentWillReceiveProps",value:function(e){var t=e.value,n=e.debounceTimeout;this.isDebouncing||(void 0!==t&&this.state.value!==t&&this.setState({value:t}),n!==this.props.debounceTimeout&&this.createNotifier(n))}},{key:"componentWillUnmount",value:function(){this.flush&&this.flush()}},{key:"render",value:function(){var e=this.props,t=e.element,n=(e.onChange,e.value,e.minLength,e.debounceTimeout,e.forceNotifyByEnter),o=e.forceNotifyOnBlur,i=e.onKeyDown,s=e.onBlur,u=e.inputRef,c=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["element","onChange","value","minLength","debounceTimeout","forceNotifyByEnter","forceNotifyOnBlur","onKeyDown","onBlur","inputRef"]),l=void 0;l=n?{onKeyDown:this.onKeyDown}:i?{onKeyDown:i}:{};var p=void 0;p=o?{onBlur:this.onBlur}:s?{onBlur:s}:{};var f=u?{ref:u}:{};return a.default.createElement(t,r({},c,{onChange:this.onChange,value:this.state.value},l,p,f))}}]),t}(a.default.PureComponent)).defaultProps={element:"input",type:"text",onKeyDown:void 0,onBlur:void 0,value:void 0,minLength:0,debounceTimeout:100,forceNotifyByEnter:!0,forceNotifyOnBlur:!0,inputRef:void 0}},function(e,t,n){(function(t){var n=/^\s+|\s+$/g,r=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,a=/^0o[0-7]+$/i,i=parseInt,s="object"==typeof t&&t&&t.Object===Object&&t,u="object"==typeof self&&self&&self.Object===Object&&self,c=s||u||Function("return this")(),l=Object.prototype.toString,p=Math.max,f=Math.min,h=function(){return c.Date.now()};function d(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function v(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==l.call(e)}(e))return NaN;if(d(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=d(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(n,"");var s=o.test(e);return s||a.test(e)?i(e.slice(2),s?2:8):r.test(e)?NaN:+e}e.exports=function(e,t,n){var r,o,a,i,s,u,c=0,l=!1,m=!1,g=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=r,a=o;return r=o=void 0,c=t,i=e.apply(a,n)}function b(e){return c=e,s=setTimeout(w,t),l?y(e):i}function _(e){var n=e-u;return void 0===u||n>=t||n<0||m&&e-c>=a}function w(){var e=h();if(_(e))return x(e);s=setTimeout(w,function(e){var n=t-(e-u);return m?f(n,a-(e-c)):n}(e))}function x(e){return s=void 0,g&&r?y(e):(r=o=void 0,i)}function E(){var e=h(),n=_(e);if(r=arguments,o=this,u=e,n){if(void 0===s)return b(u);if(m)return s=setTimeout(w,t),y(u)}return void 0===s&&(s=setTimeout(w,t)),i}return t=v(t)||0,d(n)&&(l=!!n.leading,a=(m="maxWait"in n)?p(v(n.maxWait)||0,t):a,g="trailing"in n?!!n.trailing:g),E.cancel=function(){void 0!==s&&clearTimeout(s),c=0,r=u=o=s=void 0},E.flush=function(){return void 0===s?i:x(h())},E}}).call(this,n(54))},function(e,t,n){var r={"./all.js":336,"./auth/actions.js":86,"./auth/index.js":298,"./auth/reducers.js":299,"./auth/selectors.js":300,"./auth/spec-wrap-actions.js":301,"./configs/actions.js":144,"./configs/helpers.js":169,"./configs/index.js":338,"./configs/reducers.js":306,"./configs/selectors.js":305,"./configs/spec-actions.js":304,"./deep-linking/helpers.js":173,"./deep-linking/index.js":307,"./deep-linking/layout.js":308,"./deep-linking/operation-tag-wrapper.jsx":310,"./deep-linking/operation-wrapper.jsx":309,"./download-url.js":303,"./err/actions.js":62,"./err/error-transformers/hook.js":126,"./err/error-transformers/transformers/not-of-type.js":285,"./err/error-transformers/transformers/parameter-oneof.js":286,"./err/index.js":283,"./err/reducers.js":284,"./err/selectors.js":287,"./filter/index.js":311,"./filter/opsFilter.js":312,"./layout/actions.js":103,"./layout/index.js":288,"./layout/reducers.js":289,"./layout/selectors.js":290,"./logs/index.js":296,"./oas3/actions.js":59,"./oas3/auth-extensions/wrap-selectors.js":316,"./oas3/components/callbacks.jsx":319,"./oas3/components/http-auth.jsx":325,"./oas3/components/index.js":318,"./oas3/components/operation-link.jsx":321,"./oas3/components/operation-servers.jsx":326,"./oas3/components/request-body-editor.jsx":324,"./oas3/components/request-body.jsx":320,"./oas3/components/servers-container.jsx":323,"./oas3/components/servers.jsx":322,"./oas3/helpers.jsx":38,"./oas3/index.js":314,"./oas3/reducers.js":335,"./oas3/selectors.js":334,"./oas3/spec-extensions/selectors.js":317,"./oas3/spec-extensions/wrap-selectors.js":315,"./oas3/wrap-components/auth-item.jsx":329,"./oas3/wrap-components/index.js":327,"./oas3/wrap-components/json-schema-string.jsx":333,"./oas3/wrap-components/markdown.jsx":328,"./oas3/wrap-components/model.jsx":332,"./oas3/wrap-components/online-validator-badge.js":331,"./oas3/wrap-components/version-stamp.jsx":330,"./on-complete/index.js":313,"./samples/fn.js":143,"./samples/index.js":295,"./spec/actions.js":47,"./spec/index.js":291,"./spec/reducers.js":292,"./spec/selectors.js":95,"./spec/wrap-actions.js":293,"./swagger-js/configs-wrap-actions.js":297,"./swagger-js/index.js":337,"./util/index.js":302,"./view/index.js":294,"./view/root-injects.jsx":171};function o(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}o.keys=function(){return Object.keys(r)},o.resolve=a,e.exports=o,o.id=1093},function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"Container",(function(){return rr})),n.d(r,"Col",(function(){return ar})),n.d(r,"Row",(function(){return ir})),n.d(r,"Button",(function(){return sr})),n.d(r,"TextArea",(function(){return ur})),n.d(r,"Input",(function(){return cr})),n.d(r,"Select",(function(){return lr})),n.d(r,"Link",(function(){return pr})),n.d(r,"Collapse",(function(){return hr}));var o={};n.r(o),n.d(o,"JsonSchemaForm",(function(){return ro})),n.d(o,"JsonSchema_string",(function(){return oo})),n.d(o,"JsonSchema_array",(function(){return ao})),n.d(o,"JsonSchemaArrayItemText",(function(){return io})),n.d(o,"JsonSchemaArrayItemFile",(function(){return so})),n.d(o,"JsonSchema_boolean",(function(){return uo})),n.d(o,"JsonSchema_object",(function(){return co}));var a=n(32),i=n.n(a),s=n(15),u=n.n(s),c=n(20),l=n.n(c),p=n(13),f=n.n(p),h=n(2),d=n.n(h),v=n(84),m=n.n(v),g=n(4),y=n.n(g),b=n(22),_=n.n(b),w=n(14),x=n.n(w),E=n(3),C=n.n(E),S=n(23),A=n.n(S),k=n(21),O=n.n(k),j=n(30),T=n.n(j),I=n(6),N=n.n(I),M=n(5),P=n.n(M),R=n(0),D=n.n(R),L=n(147),B=n(1),F=n.n(B),U=n(504),q=n(142),z=n.n(q),V=n(505),W=n.n(V),H=n(62),J=n(27),$=n(7),K=function(e){return e};var Y=function(){function e(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};N()(this,e),m()(this,{state:{},plugins:[],system:{configs:{},fn:{},components:{},rootInjects:{},statePlugins:{}},boundSystem:{},toolbox:{}},n),this.getSystem=T()(t=this._getSystem).call(t,this),this.store=ee(K,Object(B.fromJS)(this.state),this.getSystem),this.buildSystem(!1),this.register(this.plugins)}return P()(e,[{key:"getStore",value:function(){return this.store}},{key:"register",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=G(e,this.getSystem());X(this.system,n),t&&this.buildSystem();var r=Z.call(this.system,e,this.getSystem());r&&this.buildSystem()}},{key:"buildSystem",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=this.getStore().dispatch,n=this.getStore().getState;this.boundSystem=O()({},this.getRootInjects(),this.getWrappedAndBoundActions(t),this.getWrappedAndBoundSelectors(n,this.getSystem),this.getStateThunks(n),this.getFn(),this.getConfigs()),e&&this.rebuildReducer()}},{key:"_getSystem",value:function(){return this.boundSystem}},{key:"getRootInjects",value:function(){var e,t,n;return O()({getSystem:this.getSystem,getStore:T()(e=this.getStore).call(e,this),getComponents:T()(t=this.getComponents).call(t,this),getState:this.getStore().getState,getConfigs:T()(n=this._getConfigs).call(n,this),Im:F.a,React:D.a},this.system.rootInjects||{})}},{key:"_getConfigs",value:function(){return this.system.configs}},{key:"getConfigs",value:function(){return{configs:this.system.configs}}},{key:"setConfigs",value:function(e){this.system.configs=e}},{key:"rebuildReducer",value:function(){var e,t,n,r;this.store.replaceReducer((r=this.system.statePlugins,e=Object($.y)(r,(function(e){return e.reducers})),n=_()(t=u()(e)).call(t,(function(t,n){return t[n]=function(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new B.Map,n=arguments.length>1?arguments[1]:void 0;if(!e)return t;var r=e[n.type];if(r){var o=Q(r)(t,n);return null===o?t:o}return t}}(e[n]),t}),{}),u()(n).length?Object(U.combineReducers)(n):K))}},{key:"getType",value:function(e){var t=e[0].toUpperCase()+A()(e).call(e,1);return Object($.z)(this.system.statePlugins,(function(n,r){var o=n[e];if(o)return C()({},r+t,o)}))}},{key:"getSelectors",value:function(){return this.getType("selectors")}},{key:"getActions",value:function(){var e=this.getType("actions");return Object($.y)(e,(function(e){return Object($.z)(e,(function(e,t){if(Object($.r)(e))return C()({},t,e)}))}))}},{key:"getWrappedAndBoundActions",value:function(e){var t=this,n=this.getBoundActions(e);return Object($.y)(n,(function(e,n){var r=t.system.statePlugins[A()(n).call(n,0,-7)].wrapActions;return r?Object($.y)(e,(function(e,n){var o=r[n];return o?(x()(o)||(o=[o]),_()(o).call(o,(function(e,n){var r=function(){return n(e,t.getSystem()).apply(void 0,arguments)};if(!Object($.r)(r))throw new TypeError("wrapActions needs to return a function that returns a new function (ie the wrapped action)");return Q(r)}),e||Function.prototype)):e})):e}))}},{key:"getWrappedAndBoundSelectors",value:function(e,t){var n=this,r=this.getBoundSelectors(e,t);return Object($.y)(r,(function(t,r){var o=[A()(r).call(r,0,-9)],a=n.system.statePlugins[o].wrapSelectors;return a?Object($.y)(t,(function(t,r){var i=a[r];return i?(x()(i)||(i=[i]),_()(i).call(i,(function(t,r){var a=function(){for(var a,i=arguments.length,s=new Array(i),u=0;u<i;u++)s[u]=arguments[u];return r(t,n.getSystem()).apply(void 0,d()(a=[e().getIn(o)]).call(a,s))};if(!Object($.r)(a))throw new TypeError("wrapSelector needs to return a function that returns a new function (ie the wrapped action)");return a}),t||Function.prototype)):t})):t}))}},{key:"getStates",value:function(e){var t;return _()(t=u()(this.system.statePlugins)).call(t,(function(t,n){return t[n]=e.get(n),t}),{})}},{key:"getStateThunks",value:function(e){var t;return _()(t=u()(this.system.statePlugins)).call(t,(function(t,n){return t[n]=function(){return e().get(n)},t}),{})}},{key:"getFn",value:function(){return{fn:this.system.fn}}},{key:"getComponents",value:function(e){var t=this,n=this.system.components[e];return x()(n)?_()(n).call(n,(function(e,n){return n(e,t.getSystem())})):void 0!==e?this.system.components[e]:this.system.components}},{key:"getBoundSelectors",value:function(e,t){return Object($.y)(this.getSelectors(),(function(n,r){var o=[A()(r).call(r,0,-9)],a=function(){return e().getIn(o)};return Object($.y)(n,(function(e){return function(){for(var n,r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];var s=Q(e).apply(null,d()(n=[a()]).call(n,o));return"function"==typeof s&&(s=Q(s)(t())),s}}))}))}},{key:"getBoundActions",value:function(e){e=e||this.getStore().dispatch;var t=this.getActions(),n=function e(t){return"function"!=typeof t?Object($.y)(t,(function(t){return e(t)})):function(){var e=null;try{e=t.apply(void 0,arguments)}catch(t){e={type:H.NEW_THROWN_ERR,error:!0,payload:z()(t)}}finally{return e}}};return Object($.y)(t,(function(t){return Object(L.bindActionCreators)(n(t),e)}))}},{key:"getMapStateToProps",value:function(){var e=this;return function(){return O()({},e.getSystem())}}},{key:"getMapDispatchToProps",value:function(e){var t=this;return function(n){return m()({},t.getWrappedAndBoundActions(n),t.getFn(),e)}}}]),e}();function G(e,t){return Object($.u)(e)&&!Object($.p)(e)?W()({},e):Object($.s)(e)?G(e(t),t):Object($.p)(e)?_()(n=y()(e).call(e,(function(e){return G(e,t)}))).call(n,X,{}):{};var n}function Z(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=r.hasLoaded,a=o;return Object($.u)(e)&&!Object($.p)(e)&&"function"==typeof e.afterLoad&&(a=!0,Q(e.afterLoad).call(this,t)),Object($.s)(e)?Z.call(this,e(t),t,{hasLoaded:a}):Object($.p)(e)?y()(e).call(e,(function(e){return Z.call(n,e,t,{hasLoaded:a})})):a}function X(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!Object($.u)(e))return{};if(!Object($.u)(t))return e;t.wrapComponents&&(Object($.y)(t.wrapComponents,(function(n,r){var o=e.components&&e.components[r];o&&x()(o)?(e.components[r]=d()(o).call(o,[n]),delete t.wrapComponents[r]):o&&(e.components[r]=[o,n],delete t.wrapComponents[r])})),u()(t.wrapComponents).length||delete t.wrapComponents);var n=e.statePlugins;if(Object($.u)(n))for(var r in n){var o=n[r];if(Object($.u)(o)&&Object($.u)(o.wrapActions)){var a=o.wrapActions;for(var i in a){var s,c=a[i];if(x()(c)||(c=[c],a[i]=c),t&&t.statePlugins&&t.statePlugins[r]&&t.statePlugins[r].wrapActions&&t.statePlugins[r].wrapActions[i])t.statePlugins[r].wrapActions[i]=d()(s=a[i]).call(s,t.statePlugins[r].wrapActions[i])}}}return m()(e,t)}function Q(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.logErrors,r=void 0===n||n;return"function"!=typeof e?e:function(){try{for(var t,n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];return e.call.apply(e,d()(t=[this]).call(t,o))}catch(e){return r&&console.error(e),null}}}function ee(e,t,n){return function(e,t,n){var r=[Object($.K)(n)],o=J.a.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__||L.compose;return Object(L.createStore)(e,t,o(L.applyMiddleware.apply(void 0,r)))}(e,t,n)}var te=n(283),ne=n(288),re=n(291),oe=n(294),ae=n(295),ie=n(296),se=n(337),ue=n(298),ce=n(302),le=n(303),pe=n(338),fe=n(307),he=n(311),de=n(313),ve=n(12),me=n.n(ve),ge=n(10),ye=n.n(ge),be=n(8),_e=n.n(be),we=n(9),xe=n.n(we),Ee=(n(11),n(28),n(61)),Ce=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;return N()(this,n),o=t.call(this,e,r),C()(ye()(o),"toggleShown",(function(){var e=o.props,t=e.layoutActions,n=e.tag,r=e.operationId,a=e.isShown,i=o.getResolvedSubtree();a||void 0!==i||o.requestResolvedSubtree(),t.show(["operations",n,r],!a)})),C()(ye()(o),"onCancelClick",(function(){o.setState({tryItOutEnabled:!o.state.tryItOutEnabled})})),C()(ye()(o),"onTryoutClick",(function(){o.setState({tryItOutEnabled:!o.state.tryItOutEnabled})})),C()(ye()(o),"onExecute",(function(){o.setState({executeInProgress:!0})})),C()(ye()(o),"getResolvedSubtree",(function(){var e=o.props,t=e.specSelectors,n=e.path,r=e.method,a=e.specPath;return a?t.specResolvedSubtree(a.toJS()):t.specResolvedSubtree(["paths",n,r])})),C()(ye()(o),"requestResolvedSubtree",(function(){var e=o.props,t=e.specActions,n=e.path,r=e.method,a=e.specPath;return a?t.requestResolvedSubtree(a.toJS()):t.requestResolvedSubtree(["paths",n,r])})),o.state={tryItOutEnabled:!1,executeInProgress:!1},o}return P()(n,[{key:"mapStateToProps",value:function(e,t){var n,r=t.op,o=t.layoutSelectors,a=(0,t.getConfigs)(),i=a.docExpansion,s=a.deepLinking,u=a.displayOperationId,c=a.displayRequestDuration,l=a.supportedSubmitMethods,p=o.showSummary(),f=r.getIn(["operation","__originalOperationId"])||r.getIn(["operation","operationId"])||Object(Ee.e)(r.get("operation"),t.path,t.method)||r.get("id"),h=["operations",t.tag,f],v=s&&"false"!==s,m=me()(l).call(l,t.method)>=0&&(void 0===t.allowTryItOut?t.specSelectors.allowTryItOutFor(t.path,t.method):t.allowTryItOut),g=r.getIn(["operation","security"])||t.specSelectors.security();return{operationId:f,isDeepLinkingEnabled:v,showSummary:p,displayOperationId:u,displayRequestDuration:c,allowTryItOut:m,security:g,isAuthorized:t.authSelectors.isAuthorized(g),isShown:o.isShown(h,"full"===i),jumpToKey:d()(n="paths.".concat(t.path,".")).call(n,t.method),response:t.specSelectors.responseFor(t.path,t.method),request:t.specSelectors.requestFor(t.path,t.method)}}},{key:"componentDidMount",value:function(){var e=this.props.isShown,t=this.getResolvedSubtree();e&&void 0===t&&this.requestResolvedSubtree()}},{key:"componentWillReceiveProps",value:function(e){var t=e.response,n=e.isShown,r=this.getResolvedSubtree();t!==this.props.response&&this.setState({executeInProgress:!1}),n&&void 0===r&&this.requestResolvedSubtree()}},{key:"render",value:function(){var e=this.props,t=e.op,n=e.tag,r=e.path,o=e.method,a=e.security,i=e.isAuthorized,s=e.operationId,u=e.showSummary,c=e.isShown,l=e.jumpToKey,p=e.allowTryItOut,f=e.response,h=e.request,d=e.displayOperationId,v=e.displayRequestDuration,m=e.isDeepLinkingEnabled,g=e.specPath,y=e.specSelectors,b=e.specActions,_=e.getComponent,w=e.getConfigs,x=e.layoutSelectors,E=e.layoutActions,C=e.authActions,S=e.authSelectors,A=e.oas3Actions,k=e.oas3Selectors,O=e.fn,j=_("operation"),T=this.getResolvedSubtree()||Object(B.Map)(),I=Object(B.fromJS)({op:T,tag:n,path:r,summary:t.getIn(["operation","summary"])||"",deprecated:T.get("deprecated")||t.getIn(["operation","deprecated"])||!1,method:o,security:a,isAuthorized:i,operationId:s,originalOperationId:T.getIn(["operation","__originalOperationId"]),showSummary:u,isShown:c,jumpToKey:l,allowTryItOut:p,request:h,displayOperationId:d,displayRequestDuration:v,isDeepLinkingEnabled:m,executeInProgress:this.state.executeInProgress,tryItOutEnabled:this.state.tryItOutEnabled});return D.a.createElement(j,{operation:I,response:f,request:h,isShown:c,toggleShown:this.toggleShown,onTryoutClick:this.onTryoutClick,onCancelClick:this.onCancelClick,onExecute:this.onExecute,specPath:g,specActions:b,specSelectors:y,oas3Actions:A,oas3Selectors:k,layoutActions:E,layoutSelectors:x,authActions:C,authSelectors:S,getComponent:_,getConfigs:w,fn:O})}}]),n}(R.PureComponent);C()(Ce,"defaultProps",{showSummary:!0,response:null,allowTryItOut:!0,displayOperationId:!1,displayRequestDuration:!1});var Se=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"getLayout",value:function(){var e=this.props,t=e.getComponent,n=e.layoutSelectors.current(),r=t(n,!0);return r||function(){return D.a.createElement("h1",null,' No layout defined for "',n,'" ')}}},{key:"render",value:function(){var e=this.getLayout();return D.a.createElement(e,null)}}]),n}(D.a.Component);Se.defaultProps={};var Ae=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"close",(function(){r.props.authActions.showDefinitions(!1)})),r}return P()(n,[{key:"render",value:function(){var e,t=this.props,n=t.authSelectors,r=t.authActions,o=t.getComponent,a=t.errSelectors,i=t.specSelectors,s=t.fn.AST,u=void 0===s?{}:s,c=n.shownDefinitions(),l=o("auths");return D.a.createElement("div",{className:"dialog-ux"},D.a.createElement("div",{className:"backdrop-ux"}),D.a.createElement("div",{className:"modal-ux"},D.a.createElement("div",{className:"modal-dialog-ux"},D.a.createElement("div",{className:"modal-ux-inner"},D.a.createElement("div",{className:"modal-ux-header"},D.a.createElement("h3",null,"Available authorizations"),D.a.createElement("button",{type:"button",className:"close-modal",onClick:this.close},D.a.createElement("svg",{width:"20",height:"20"},D.a.createElement("use",{href:"#close",xlinkHref:"#close"})))),D.a.createElement("div",{className:"modal-ux-content"},y()(e=c.valueSeq()).call(e,(function(e,t){return D.a.createElement(l,{key:t,AST:u,definitions:e,getComponent:o,errSelectors:a,authSelectors:n,authActions:r,specSelectors:i})})))))))}}]),n}(D.a.Component),ke=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.isAuthorized,n=e.showPopup,r=e.onClick,o=(0,e.getComponent)("authorizationPopup",!0);return D.a.createElement("div",{className:"auth-wrapper"},D.a.createElement("button",{className:t?"btn authorize locked":"btn authorize unlocked",onClick:r},D.a.createElement("span",null,"Authorize"),D.a.createElement("svg",{width:"20",height:"20"},D.a.createElement("use",{href:t?"#locked":"#unlocked",xlinkHref:t?"#locked":"#unlocked"}))),n&&D.a.createElement(o,null))}}]),n}(D.a.Component),Oe=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.authActions,n=e.authSelectors,r=e.specSelectors,o=e.getComponent,a=r.securityDefinitions(),i=n.definitionsToAuthorize(),s=o("authorizeBtn");return a?D.a.createElement(s,{onClick:function(){return t.showDefinitions(i)},isAuthorized:!!n.authorized().size,showPopup:!!n.shownDefinitions(),getComponent:o}):null}}]),n}(D.a.Component),je=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onClick",(function(e){e.stopPropagation();var t=r.props.onClick;t&&t()})),r}return P()(n,[{key:"render",value:function(){var e=this.props.isAuthorized;return D.a.createElement("button",{className:e?"authorization__btn locked":"authorization__btn unlocked","aria-label":e?"authorization button locked":"authorization button unlocked",onClick:this.onClick},D.a.createElement("svg",{width:"20",height:"20"},D.a.createElement("use",{href:e?"#locked":"#unlocked",xlinkHref:e?"#locked":"#unlocked"})))}}]),n}(D.a.Component),Te=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;return N()(this,n),o=t.call(this,e,r),C()(ye()(o),"onAuthChange",(function(e){var t=e.name;o.setState(C()({},t,e))})),C()(ye()(o),"submitAuth",(function(e){e.preventDefault(),o.props.authActions.authorizeWithPersistOption(o.state)})),C()(ye()(o),"logoutClick",(function(e){e.preventDefault();var t=o.props,n=t.authActions,r=t.definitions,a=y()(r).call(r,(function(e,t){return t})).toArray();o.setState(_()(a).call(a,(function(e,t){return e[t]="",e}),{})),n.logoutWithPersistOption(a)})),C()(ye()(o),"close",(function(e){e.preventDefault(),o.props.authActions.showDefinitions(!1)})),o.state={},o}return P()(n,[{key:"render",value:function(){var e,t=this,n=this.props,r=n.definitions,o=n.getComponent,a=n.authSelectors,i=n.errSelectors,s=o("AuthItem"),u=o("oauth2",!0),c=o("Button"),l=a.authorized(),p=f()(r).call(r,(function(e,t){return!!l.get(t)})),h=f()(r).call(r,(function(e){return"oauth2"!==e.get("type")})),d=f()(r).call(r,(function(e){return"oauth2"===e.get("type")}));return D.a.createElement("div",{className:"auth-container"},!!h.size&&D.a.createElement("form",{onSubmit:this.submitAuth},y()(h).call(h,(function(e,n){return D.a.createElement(s,{key:n,schema:e,name:n,getComponent:o,onAuthChange:t.onAuthChange,authorized:l,errSelectors:i})})).toArray(),D.a.createElement("div",{className:"auth-btn-wrapper"},h.size===p.size?D.a.createElement(c,{className:"btn modal-btn auth",onClick:this.logoutClick},"Logout"):D.a.createElement(c,{type:"submit",className:"btn modal-btn auth authorize"},"Authorize"),D.a.createElement(c,{className:"btn modal-btn auth btn-done",onClick:this.close},"Close"))),d&&d.size?D.a.createElement("div",null,D.a.createElement("div",{className:"scope-def"},D.a.createElement("p",null,"Scopes are used to grant an application different levels of access to data on behalf of the end user. Each API may declare one or more scopes."),D.a.createElement("p",null,"API requires the following scopes. Select which ones you want to grant to Swagger UI.")),y()(e=f()(r).call(r,(function(e){return"oauth2"===e.get("type")}))).call(e,(function(e,t){return D.a.createElement("div",{key:t},D.a.createElement(u,{authorized:l,schema:e,name:t}))})).toArray()):null)}}]),n}(D.a.Component),Ie=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e,t=this.props,n=t.schema,r=t.name,o=t.getComponent,a=t.onAuthChange,i=t.authorized,s=t.errSelectors,u=o("apiKeyAuth"),c=o("basicAuth"),l=n.get("type");switch(l){case"apiKey":e=D.a.createElement(u,{key:r,schema:n,name:r,errSelectors:s,authorized:i,getComponent:o,onChange:a});break;case"basic":e=D.a.createElement(c,{key:r,schema:n,name:r,errSelectors:s,authorized:i,getComponent:o,onChange:a});break;default:e=D.a.createElement("div",{key:r},"Unknown security definition type ",l)}return D.a.createElement("div",{key:"".concat(r,"-jump")},e)}}]),n}(D.a.Component),Ne=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props.error,t=e.get("level"),n=e.get("message"),r=e.get("source");return D.a.createElement("div",{className:"errors"},D.a.createElement("b",null,r," ",t),D.a.createElement("span",null,n))}}]),n}(D.a.Component),Me=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;N()(this,n),o=t.call(this,e,r),C()(ye()(o),"onChange",(function(e){var t=o.props.onChange,n=e.target.value,r=O()({},o.state,{value:n});o.setState(r),t(r)}));var a=o.props,i=a.name,s=a.schema,u=o.getValue();return o.state={name:i,schema:s,value:u},o}return P()(n,[{key:"getValue",value:function(){var e=this.props,t=e.name,n=e.authorized;return n&&n.getIn([t,"value"])}},{key:"render",value:function(){var e,t,n=this.props,r=n.schema,o=n.getComponent,a=n.errSelectors,i=n.name,s=o("Input"),u=o("Row"),c=o("Col"),l=o("authError"),p=o("Markdown",!0),h=o("JumpToPath",!0),d=this.getValue(),v=f()(e=a.allErrors()).call(e,(function(e){return e.get("authId")===i}));return D.a.createElement("div",null,D.a.createElement("h4",null,D.a.createElement("code",null,i||r.get("name")),"  (apiKey)",D.a.createElement(h,{path:["securityDefinitions",i]})),d&&D.a.createElement("h6",null,"Authorized"),D.a.createElement(u,null,D.a.createElement(p,{source:r.get("description")})),D.a.createElement(u,null,D.a.createElement("p",null,"Name: ",D.a.createElement("code",null,r.get("name")))),D.a.createElement(u,null,D.a.createElement("p",null,"In: ",D.a.createElement("code",null,r.get("in")))),D.a.createElement(u,null,D.a.createElement("label",null,"Value:"),d?D.a.createElement("code",null," ****** "):D.a.createElement(c,null,D.a.createElement(s,{type:"text",onChange:this.onChange,autoFocus:!0}))),y()(t=v.valueSeq()).call(t,(function(e,t){return D.a.createElement(l,{error:e,key:t})})))}}]),n}(D.a.Component),Pe=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;N()(this,n),o=t.call(this,e,r),C()(ye()(o),"onChange",(function(e){var t=o.props.onChange,n=e.target,r=n.value,a=n.name,i=o.state.value;i[a]=r,o.setState({value:i}),t(o.state)}));var a=o.props,i=a.schema,s=a.name,u=o.getValue().username;return o.state={name:s,schema:i,value:u?{username:u}:{}},o}return P()(n,[{key:"getValue",value:function(){var e=this.props,t=e.authorized,n=e.name;return t&&t.getIn([n,"value"])||{}}},{key:"render",value:function(){var e,t,n=this.props,r=n.schema,o=n.getComponent,a=n.name,i=n.errSelectors,s=o("Input"),u=o("Row"),c=o("Col"),l=o("authError"),p=o("JumpToPath",!0),h=o("Markdown",!0),d=this.getValue().username,v=f()(e=i.allErrors()).call(e,(function(e){return e.get("authId")===a}));return D.a.createElement("div",null,D.a.createElement("h4",null,"Basic authorization",D.a.createElement(p,{path:["securityDefinitions",a]})),d&&D.a.createElement("h6",null,"Authorized"),D.a.createElement(u,null,D.a.createElement(h,{source:r.get("description")})),D.a.createElement(u,null,D.a.createElement("label",null,"Username:"),d?D.a.createElement("code",null," ",d," "):D.a.createElement(c,null,D.a.createElement(s,{type:"text",required:"required",name:"username",onChange:this.onChange,autoFocus:!0}))),D.a.createElement(u,null,D.a.createElement("label",null,"Password:"),d?D.a.createElement("code",null," ****** "):D.a.createElement(c,null,D.a.createElement(s,{autoComplete:"new-password",name:"password",type:"password",onChange:this.onChange}))),y()(t=v.valueSeq()).call(t,(function(e,t){return D.a.createElement(l,{error:e,key:t})})))}}]),n}(D.a.Component);function Re(e){var t=e.example,n=e.showValue,r=e.getComponent,o=e.getConfigs,a=r("Markdown",!0),i=r("highlightCode");return t?D.a.createElement("div",{className:"example"},t.get("description")?D.a.createElement("section",{className:"example__section"},D.a.createElement("div",{className:"example__section-header"},"Example Description"),D.a.createElement("p",null,D.a.createElement(a,{source:t.get("description")}))):null,n&&t.has("value")?D.a.createElement("section",{className:"example__section"},D.a.createElement("div",{className:"example__section-header"},"Example Value"),D.a.createElement(i,{getConfigs:o,value:Object($.J)(t.get("value"))})):null):null}var De=n(526),Le=n.n(De),Be=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"_onSelect",(function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isSyntheticChange,o=void 0!==n&&n;"function"==typeof r.props.onSelect&&r.props.onSelect(e,{isSyntheticChange:o})})),C()(ye()(r),"_onDomSelect",(function(e){if("function"==typeof r.props.onSelect){var t=e.target.selectedOptions[0].getAttribute("value");r._onSelect(t,{isSyntheticChange:!1})}})),C()(ye()(r),"getCurrentExample",(function(){var e=r.props,t=e.examples,n=e.currentExampleKey,o=t.get(n),a=t.keySeq().first(),i=t.get(a);return o||i||Le()({})})),r}return P()(n,[{key:"componentDidMount",value:function(){var e=this.props,t=e.onSelect,n=e.examples;if("function"==typeof t){var r=n.first(),o=n.keyOf(r);this._onSelect(o,{isSyntheticChange:!0})}}},{key:"componentWillReceiveProps",value:function(e){var t=e.currentExampleKey,n=e.examples;if(n!==this.props.examples&&!n.has(t)){var r=n.first(),o=n.keyOf(r);this._onSelect(o,{isSyntheticChange:!0})}}},{key:"render",value:function(){var e=this.props,t=e.examples,n=e.currentExampleKey,r=e.isValueModified,o=e.isModifiedValueAvailable,a=e.showLabels;return D.a.createElement("div",{className:"examples-select"},a?D.a.createElement("span",{className:"examples-select__section-label"},"Examples: "):null,D.a.createElement("select",{onChange:this._onDomSelect,value:o&&r?"__MODIFIED__VALUE__":n||""},o?D.a.createElement("option",{value:"__MODIFIED__VALUE__"},"[Modified value]"):null,y()(t).call(t,(function(e,t){return D.a.createElement("option",{key:t,value:t},e.get("summary")||t)})).valueSeq()))}}]),n}(D.a.PureComponent);C()(Be,"defaultProps",{examples:F.a.Map({}),onSelect:function(){for(var e,t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=console).log.apply(e,d()(t=["DEBUG: ExamplesSelect was not given an onSelect callback"]).call(t,r))},currentExampleKey:null,showLabels:!0});var Fe=n(58),Ue=n.n(Fe),qe=function(e){return B.List.isList(e)?e:Object($.J)(e)},ze=function(e){_e()(n,e);var t=xe()(n);function n(e){var r;N()(this,n),r=t.call(this,e),C()(ye()(r),"_getStateForCurrentNamespace",(function(){var e=r.props.currentNamespace;return(r.state[e]||Object(B.Map)()).toObject()})),C()(ye()(r),"_setStateForCurrentNamespace",(function(e){var t=r.props.currentNamespace;return r._setStateForNamespace(t,e)})),C()(ye()(r),"_setStateForNamespace",(function(e,t){var n=(r.state[e]||Object(B.Map)()).mergeDeep(t);return r.setState(C()({},e,n))})),C()(ye()(r),"_isCurrentUserInputSameAsExampleValue",(function(){var e=r.props.currentUserInputValue;return r._getCurrentExampleValue()===e})),C()(ye()(r),"_getValueForExample",(function(e,t){var n=(t||r.props).examples;return qe((n||Object(B.Map)({})).getIn([e,"value"]))})),C()(ye()(r),"_getCurrentExampleValue",(function(e){var t=(e||r.props).currentKey;return r._getValueForExample(t,e||r.props)})),C()(ye()(r),"_onExamplesSelect",(function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isSyntheticChange,o=r.props,a=o.onSelect,i=o.updateValue,s=o.currentUserInputValue,u=r._getStateForCurrentNamespace(),c=u.lastUserEditedValue,l=r._getValueForExample(e);if("__MODIFIED__VALUE__"===e)return i(qe(c)),r._setStateForCurrentNamespace({isModifiedValueSelected:!0});if("function"==typeof a){for(var p,f=arguments.length,h=new Array(f>2?f-2:0),v=2;v<f;v++)h[v-2]=arguments[v];a.apply(void 0,d()(p=[e,{isSyntheticChange:n}]).call(p,h))}r._setStateForCurrentNamespace({lastDownstreamValue:l,isModifiedValueSelected:n&&!!s&&s!==l}),n||"function"==typeof i&&i(qe(l))}));var o=r._getCurrentExampleValue();return r.state=C()({},e.currentNamespace,Object(B.Map)({lastUserEditedValue:r.props.currentUserInputValue,lastDownstreamValue:o,isModifiedValueSelected:r.props.currentUserInputValue!==o})),r}return P()(n,[{key:"componentWillReceiveProps",value:function(e){var t=e.currentUserInputValue,n=e.examples,r=e.onSelect,o=this._getStateForCurrentNamespace(),a=o.lastUserEditedValue,i=o.lastDownstreamValue,s=this._getValueForExample(e.currentKey,e),u=Ue()(n).call(n,(function(e){return e.get("value")===t||Object($.J)(e.get("value"))===t}));u?r(n.keyOf(u),{isSyntheticChange:!0}):t!==this.props.currentUserInputValue&&t!==a&&t!==i&&this._setStateForNamespace(e.currentNamespace,{lastUserEditedValue:e.currentUserInputValue,isModifiedValueSelected:t!==s})}},{key:"render",value:function(){var e=this.props,t=e.currentUserInputValue,n=e.examples,r=e.currentKey,o=e.getComponent,a=this._getStateForCurrentNamespace(),i=a.lastDownstreamValue,s=a.lastUserEditedValue,u=a.isModifiedValueSelected,c=o("ExamplesSelect");return D.a.createElement(c,{examples:n,currentExampleKey:r,onSelect:this._onExamplesSelect,isModifiedValueAvailable:!!s&&s!==i,isValueModified:void 0!==t&&u&&t!==this._getCurrentExampleValue()})}}]),n}(D.a.PureComponent);C()(ze,"defaultProps",{examples:Object(B.Map)({}),currentNamespace:"__DEFAULT__NAMESPACE__",onSelect:function(){for(var e,t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=console).log.apply(e,d()(t=["ExamplesSelectValueRetainer: no `onSelect` function was provided"]).call(t,r))},updateValue:function(){for(var e,t,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=console).log.apply(e,d()(t=["ExamplesSelectValueRetainer: no `updateValue` function was provided"]).call(t,r))}});var Ve=n(37),We=n.n(Ve),He=n(125),Je=n.n(He),$e=n(211),Ke=n.n($e),Ye=n(96),Ge=n.n(Ye);var Ze=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;N()(this,n),o=t.call(this,e,r),C()(ye()(o),"close",(function(e){e.preventDefault(),o.props.authActions.showDefinitions(!1)})),C()(ye()(o),"authorize",(function(){var e=o.props,t=e.authActions,n=e.errActions,r=e.getConfigs,a=e.authSelectors,i=e.oas3Selectors,s=r(),u=a.getConfigs();n.clear({authId:name,type:"auth",source:"auth"}),function(e){var t=e.auth,n=e.authActions,r=e.errActions,o=e.configs,a=e.authConfigs,i=void 0===a?{}:a,s=e.currentServer,u=t.schema,c=t.scopes,l=t.name,p=t.clientId,f=u.get("flow"),h=[];switch(f){case"password":return void n.authorizePassword(t);case"application":return void n.authorizeApplication(t);case"accessCode":h.push("response_type=code");break;case"implicit":h.push("response_type=token");break;case"clientCredentials":return void n.authorizeApplication(t);case"authorizationCode":h.push("response_type=code")}"string"==typeof p&&h.push("client_id="+encodeURIComponent(p));var d=o.oauth2RedirectUrl;if(void 0!==d){h.push("redirect_uri="+encodeURIComponent(d));var v=[];if(x()(c)?v=c:F.a.List.isList(c)&&(v=c.toArray()),v.length>0){var m=i.scopeSeparator||" ";h.push("scope="+encodeURIComponent(v.join(m)))}var g=Object($.a)(new Date);if(h.push("state="+encodeURIComponent(g)),void 0!==i.realm&&h.push("realm="+encodeURIComponent(i.realm)),("authorizationCode"===f||"accessCode"===f)&&i.usePkceWithAuthorizationCodeGrant){var b=Object($.j)(),_=Object($.c)(b);h.push("code_challenge="+_),h.push("code_challenge_method=S256"),t.codeVerifier=b}var w=i.additionalQueryStringParams;for(var E in w){var C;void 0!==w[E]&&h.push(y()(C=[E,w[E]]).call(C,encodeURIComponent).join("="))}var S,A=u.get("authorizationUrl"),k=[s?Ge()(Object($.G)(A),s,!0).toString():Object($.G)(A),h.join("&")].join(-1===me()(A).call(A,"?")?"?":"&");S="implicit"===f?n.preAuthorizeImplicit:i.useBasicAuthenticationWithAccessCodeGrant?n.authorizeAccessCodeWithBasicAuthentication:n.authorizeAccessCodeWithFormParams,J.a.swaggerUIRedirectOauth2={auth:t,state:g,redirectUrl:d,callback:S,errCb:r.newAuthErr},J.a.open(k)}else r.newAuthErr({authId:l,source:"validation",level:"error",message:"oauth2RedirectUrl configuration is not passed. Oauth2 authorization cannot be performed."})}({auth:o.state,currentServer:i.serverEffectiveValue(i.selectedServer()),authActions:t,errActions:n,configs:s,authConfigs:u})})),C()(ye()(o),"onScopeChange",(function(e){var t,n,r=e.target,a=r.checked,i=r.dataset.value;if(a&&-1===me()(t=o.state.scopes).call(t,i)){var s,u=d()(s=o.state.scopes).call(s,[i]);o.setState({scopes:u})}else if(!a&&me()(n=o.state.scopes).call(n,i)>-1){var c;o.setState({scopes:f()(c=o.state.scopes).call(c,(function(e){return e!==i}))})}})),C()(ye()(o),"onInputChange",(function(e){var t=e.target,n=t.dataset.name,r=t.value,a=C()({},n,r);o.setState(a)})),C()(ye()(o),"selectScopes",(function(e){var t;e.target.dataset.all?o.setState({scopes:Ke()(Je()(t=o.props.schema.get("allowedScopes")||o.props.schema.get("scopes")).call(t))}):o.setState({scopes:[]})})),C()(ye()(o),"logout",(function(e){e.preventDefault();var t=o.props,n=t.authActions,r=t.errActions,a=t.name;r.clear({authId:a,type:"auth",source:"auth"}),n.logoutWithPersistOption([a])}));var a=o.props,i=a.name,s=a.schema,u=a.authorized,c=a.authSelectors,l=u&&u.get(i),p=c.getConfigs()||{},h=l&&l.get("username")||"",v=l&&l.get("clientId")||p.clientId||"",m=l&&l.get("clientSecret")||p.clientSecret||"",g=l&&l.get("passwordType")||"basic",b=l&&l.get("scopes")||p.scopes||[];return"string"==typeof b&&(b=b.split(p.scopeSeparator||" ")),o.state={appName:p.appName,name:i,schema:s,scopes:b,clientId:v,clientSecret:m,username:h,password:"",passwordType:g},o}return P()(n,[{key:"render",value:function(){var e,t,n=this,r=this.props,o=r.schema,a=r.getComponent,i=r.authSelectors,s=r.errSelectors,u=r.name,c=r.specSelectors,l=a("Input"),p=a("Row"),h=a("Col"),v=a("Button"),m=a("authError"),g=a("JumpToPath",!0),b=a("Markdown",!0),_=a("InitializedInput"),w=c.isOAS3,x="implicit",E="password",C=w()?"authorizationCode":"accessCode",S=w()?"clientCredentials":"application",A=o.get("flow"),k=o.get("allowedScopes")||o.get("scopes"),O=!!i.authorized().get(u),j=f()(e=s.allErrors()).call(e,(function(e){return e.get("authId")===u})),T=!f()(j).call(j,(function(e){return"validation"===e.get("source")})).size,I=o.get("description");return D.a.createElement("div",null,D.a.createElement("h4",null,u," (OAuth2, ",o.get("flow"),") ",D.a.createElement(g,{path:["securityDefinitions",u]})),this.state.appName?D.a.createElement("h5",null,"Application: ",this.state.appName," "):null,I&&D.a.createElement(b,{source:o.get("description")}),O&&D.a.createElement("h6",null,"Authorized"),(A===x||A===C)&&D.a.createElement("p",null,"Authorization URL: ",D.a.createElement("code",null,o.get("authorizationUrl"))),(A===E||A===C||A===S)&&D.a.createElement("p",null,"Token URL:",D.a.createElement("code",null," ",o.get("tokenUrl"))),D.a.createElement("p",{className:"flow"},"Flow: ",D.a.createElement("code",null,o.get("flow"))),A!==E?null:D.a.createElement(p,null,D.a.createElement(p,null,D.a.createElement("label",{htmlFor:"oauth_username"},"username:"),O?D.a.createElement("code",null," ",this.state.username," "):D.a.createElement(h,{tablet:10,desktop:10},D.a.createElement("input",{id:"oauth_username",type:"text","data-name":"username",onChange:this.onInputChange,autoFocus:!0}))),D.a.createElement(p,null,D.a.createElement("label",{htmlFor:"oauth_password"},"password:"),O?D.a.createElement("code",null," ****** "):D.a.createElement(h,{tablet:10,desktop:10},D.a.createElement("input",{id:"oauth_password",type:"password","data-name":"password",onChange:this.onInputChange}))),D.a.createElement(p,null,D.a.createElement("label",{htmlFor:"password_type"},"Client credentials location:"),O?D.a.createElement("code",null," ",this.state.passwordType," "):D.a.createElement(h,{tablet:10,desktop:10},D.a.createElement("select",{id:"password_type","data-name":"passwordType",onChange:this.onInputChange},D.a.createElement("option",{value:"basic"},"Authorization header"),D.a.createElement("option",{value:"request-body"},"Request body"))))),(A===S||A===x||A===C||A===E)&&(!O||O&&this.state.clientId)&&D.a.createElement(p,null,D.a.createElement("label",{htmlFor:"client_id"},"client_id:"),O?D.a.createElement("code",null," ****** "):D.a.createElement(h,{tablet:10,desktop:10},D.a.createElement(_,{id:"client_id",type:"text",required:A===E,initialValue:this.state.clientId,"data-name":"clientId",onChange:this.onInputChange}))),(A===S||A===C||A===E)&&D.a.createElement(p,null,D.a.createElement("label",{htmlFor:"client_secret"},"client_secret:"),O?D.a.createElement("code",null," ****** "):D.a.createElement(h,{tablet:10,desktop:10},D.a.createElement(_,{id:"client_secret",initialValue:this.state.clientSecret,type:"password","data-name":"clientSecret",onChange:this.onInputChange}))),!O&&k&&k.size?D.a.createElement("div",{className:"scopes"},D.a.createElement("h2",null,"Scopes:",D.a.createElement("a",{onClick:this.selectScopes,"data-all":!0},"select all"),D.a.createElement("a",{onClick:this.selectScopes},"select none")),y()(k).call(k,(function(e,t){var r,o,a,i,s;return D.a.createElement(p,{key:t},D.a.createElement("div",{className:"checkbox"},D.a.createElement(l,{"data-value":t,id:d()(r=d()(o="".concat(t,"-")).call(o,A,"-checkbox-")).call(r,n.state.name),disabled:O,checked:We()(a=n.state.scopes).call(a,t),type:"checkbox",onChange:n.onScopeChange}),D.a.createElement("label",{htmlFor:d()(i=d()(s="".concat(t,"-")).call(s,A,"-checkbox-")).call(i,n.state.name)},D.a.createElement("span",{className:"item"}),D.a.createElement("div",{className:"text"},D.a.createElement("p",{className:"name"},t),D.a.createElement("p",{className:"description"},e)))))})).toArray()):null,y()(t=j.valueSeq()).call(t,(function(e,t){return D.a.createElement(m,{error:e,key:t})})),D.a.createElement("div",{className:"auth-btn-wrapper"},T&&(O?D.a.createElement(v,{className:"btn modal-btn auth authorize",onClick:this.logout},"Logout"):D.a.createElement(v,{className:"btn modal-btn auth authorize",onClick:this.authorize},"Authorize")),D.a.createElement(v,{className:"btn modal-btn auth btn-done",onClick:this.close},"Close")))}}]),n}(D.a.Component),Xe=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onClick",(function(){var e=r.props,t=e.specActions,n=e.path,o=e.method;t.clearResponse(n,o),t.clearRequest(n,o)})),r}return P()(n,[{key:"render",value:function(){return D.a.createElement("button",{className:"btn btn-clear opblock-control__btn",onClick:this.onClick},"Clear")}}]),n}(R.Component),Qe=function(e){var t=e.headers;return D.a.createElement("div",null,D.a.createElement("h5",null,"Response headers"),D.a.createElement("pre",{className:"microlight"},t))},et=function(e){var t=e.duration;return D.a.createElement("div",null,D.a.createElement("h5",null,"Request duration"),D.a.createElement("pre",{className:"microlight"},t," ms"))},tt=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"shouldComponentUpdate",value:function(e){return this.props.response!==e.response||this.props.path!==e.path||this.props.method!==e.method||this.props.displayRequestDuration!==e.displayRequestDuration}},{key:"render",value:function(){var e,t=this.props,n=t.response,r=t.getComponent,o=t.getConfigs,a=t.displayRequestDuration,i=t.specSelectors,s=t.path,c=t.method,l=o().showMutatedRequest?i.mutatedRequestFor(s,c):i.requestFor(s,c),p=n.get("status"),f=l.get("url"),h=n.get("headers").toJS(),v=n.get("notDocumented"),m=n.get("error"),g=n.get("text"),b=n.get("duration"),_=u()(h),w=h["content-type"]||h["Content-Type"],E=r("curl"),C=r("responseBody"),S=y()(_).call(_,(function(e){var t=x()(h[e])?h[e].join():h[e];return D.a.createElement("span",{className:"headerline",key:e}," ",e,": ",t," ")})),A=0!==S.length;return D.a.createElement("div",null,l&&D.a.createElement(E,{request:l,getConfigs:o}),f&&D.a.createElement("div",null,D.a.createElement("h4",null,"Request URL"),D.a.createElement("div",{className:"request-url"},D.a.createElement("pre",{className:"microlight"},f))),D.a.createElement("h4",null,"Server response"),D.a.createElement("table",{className:"responses-table live-responses-table"},D.a.createElement("thead",null,D.a.createElement("tr",{className:"responses-header"},D.a.createElement("td",{className:"col_header response-col_status"},"Code"),D.a.createElement("td",{className:"col_header response-col_description"},"Details"))),D.a.createElement("tbody",null,D.a.createElement("tr",{className:"response"},D.a.createElement("td",{className:"response-col_status"},p,v?D.a.createElement("div",{className:"response-undocumented"},D.a.createElement("i",null," Undocumented ")):null),D.a.createElement("td",{className:"response-col_description"},m?D.a.createElement("span",null,d()(e="".concat(n.get("name"),": ")).call(e,n.get("message"))):null,g?D.a.createElement(C,{content:g,contentType:w,url:f,headers:h,getConfigs:o,getComponent:r}):null,A?D.a.createElement(Qe,{headers:S}):null,a&&b?D.a.createElement(et,{duration:b}):null)))))}}]),n}(D.a.Component),nt=n(216),rt=["get","put","post","delete","options","head","patch"],ot=d()(rt).call(rt,["trace"]),at=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.specSelectors,n=e.getComponent,r=e.oas3Selectors,o=e.layoutSelectors,a=e.layoutActions,i=e.getConfigs,s=e.fn,u=t.taggedOperations(),c=n("OperationContainer",!0),l=n("OperationTag"),p=i().maxDisplayedTags,f=o.currentFilter();return f&&!0!==f&&"true"!==f&&"false"!==f&&(u=s.opsFilter(u,f)),p&&!isNaN(p)&&p>=0&&(u=A()(u).call(u,0,p)),D.a.createElement("div",null,y()(u).call(u,(function(e,s){var u=e.get("operations");return D.a.createElement(l,{key:"operation-"+s,tagObj:e,tag:s,oas3Selectors:r,layoutSelectors:o,layoutActions:a,getConfigs:i,getComponent:n,specUrl:t.url()},y()(u).call(u,(function(e){var n,r=e.get("path"),o=e.get("method"),a=F.a.List(["paths",r,o]),i=t.isOAS3()?ot:rt;return-1===me()(i).call(i,o)?null:D.a.createElement(c,{key:d()(n="".concat(r,"-")).call(n,o),specPath:a,op:e,path:r,method:o,tag:s})})).toArray())})).toArray(),u.size<1?D.a.createElement("h3",null," No operations defined in spec! "):null)}}]),n}(D.a.Component),it=n(172),st=n.n(it);function ut(e){return e.match(/^(?:[a-z]+:)?\/\//i)}function ct(e,t){return e?ut(e)?(n=e).match(/^\/\//i)?d()(r="".concat(window.location.protocol)).call(r,n):n:new st.a(e,t).href:t;var n,r}function lt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.selectedServer,o=void 0===r?"":r;if(e){if(ut(e))return e;var a=ct(o,t);return new st.a(e,a).href}}var pt=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e,t=this.props,n=t.tagObj,r=t.tag,o=t.children,a=t.oas3Selectors,i=t.layoutSelectors,s=t.layoutActions,u=t.getConfigs,c=t.getComponent,l=t.specUrl,p=u(),f=p.docExpansion,h=p.deepLinking,d=h&&"false"!==h,v=c("Collapse"),m=c("Markdown",!0),g=c("DeepLink"),b=c("Link"),_=n.getIn(["tagDetails","description"],null),w=n.getIn(["tagDetails","externalDocs","description"]),x=n.getIn(["tagDetails","externalDocs","url"]);e=Object($.s)(a)&&Object($.s)(a.selectedServer)?lt(x,l,{selectedServer:a.selectedServer()}):x;var E=["operations-tag",r],C=i.isShown(E,"full"===f||"list"===f);return D.a.createElement("div",{className:C?"opblock-tag-section is-open":"opblock-tag-section"},D.a.createElement("h4",{onClick:function(){return s.show(E,!C)},className:_?"opblock-tag":"opblock-tag no-desc",id:y()(E).call(E,(function(e){return Object($.g)(e)})).join("-"),"data-tag":r,"data-is-open":C},D.a.createElement(g,{enabled:d,isShown:C,path:Object($.d)(r),text:r}),_?D.a.createElement("small",null,D.a.createElement(m,{source:_})):D.a.createElement("small",null),D.a.createElement("div",null,w?D.a.createElement("small",null,w,e?": ":null,e?D.a.createElement(b,{href:Object($.G)(e),onClick:function(e){return e.stopPropagation()},target:"_blank"},e):null):null),D.a.createElement("button",{className:"expand-operation",title:C?"Collapse operation":"Expand operation",onClick:function(){return s.show(E,!C)}},D.a.createElement("svg",{className:"arrow",width:"20",height:"20"},D.a.createElement("use",{href:C?"#large-arrow-down":"#large-arrow",xlinkHref:C?"#large-arrow-down":"#large-arrow"})))),D.a.createElement(v,{isOpened:C},o))}}]),n}(D.a.Component);C()(pt,"defaultProps",{tagObj:F.a.fromJS({}),tag:""});var ft=function(e){_e()(r,e);var t=xe()(r);function r(){return N()(this,r),t.apply(this,arguments)}return P()(r,[{key:"render",value:function(){var e=this.props,t=e.specPath,r=e.response,o=e.request,a=e.toggleShown,i=e.onTryoutClick,s=e.onCancelClick,u=e.onExecute,c=e.fn,l=e.getComponent,p=e.getConfigs,f=e.specActions,h=e.specSelectors,d=e.authActions,v=e.authSelectors,m=e.oas3Actions,g=e.oas3Selectors,y=this.props.operation,b=y.toJS(),_=b.deprecated,w=b.isShown,x=b.path,E=b.method,C=b.op,S=b.tag,A=b.operationId,k=b.allowTryItOut,O=b.displayRequestDuration,j=b.tryItOutEnabled,T=b.executeInProgress,I=C.description,N=C.externalDocs,M=C.schemes,P=N?lt(N.url,h.url(),{selectedServer:g.selectedServer()}):"",R=y.getIn(["op"]),L=R.get("responses"),B=Object($.n)(R,["parameters"]),F=h.operationScheme(x,E),U=["operations",S,A],q=Object($.m)(R),z=l("responses"),V=l("parameters"),W=l("execute"),H=l("clear"),J=l("Collapse"),K=l("Markdown",!0),Y=l("schemes"),G=l("OperationServers"),Z=l("OperationExt"),X=l("OperationSummary"),Q=l("Link"),ee=p().showExtensions;if(L&&r&&r.size>0){var te=!L.get(String(r.get("status")))&&!L.get("default");r=r.set("notDocumented",te)}var ne=[x,E];return D.a.createElement("div",{className:_?"opblock opblock-deprecated":w?"opblock opblock-".concat(E," is-open"):"opblock opblock-".concat(E),id:Object($.g)(U.join("-"))},D.a.createElement(X,{operationProps:y,toggleShown:a,getComponent:l,authActions:d,authSelectors:v,specPath:t}),D.a.createElement(J,{isOpened:w},D.a.createElement("div",{className:"opblock-body"},R&&R.size||null===R?null:D.a.createElement("img",{height:"32px",width:"32px",src:n(501),className:"opblock-loading-animation"}),_&&D.a.createElement("h4",{className:"opblock-title_normal"}," Warning: Deprecated"),I&&D.a.createElement("div",{className:"opblock-description-wrapper"},D.a.createElement("div",{className:"opblock-description"},D.a.createElement(K,{source:I}))),P?D.a.createElement("div",{className:"opblock-external-docs-wrapper"},D.a.createElement("h4",{className:"opblock-title_normal"},"Find more details"),D.a.createElement("div",{className:"opblock-external-docs"},D.a.createElement("span",{className:"opblock-external-docs__description"},D.a.createElement(K,{source:N.description})),D.a.createElement(Q,{target:"_blank",className:"opblock-external-docs__link",href:Object($.G)(P)},P))):null,R&&R.size?D.a.createElement(V,{parameters:B,specPath:t.push("parameters"),operation:R,onChangeKey:ne,onTryoutClick:i,onCancelClick:s,tryItOutEnabled:j,allowTryItOut:k,fn:c,getComponent:l,specActions:f,specSelectors:h,pathMethod:[x,E],getConfigs:p,oas3Actions:m,oas3Selectors:g}):null,j?D.a.createElement(G,{getComponent:l,path:x,method:E,operationServers:R.get("servers"),pathServers:h.paths().getIn([x,"servers"]),getSelectedServer:g.selectedServer,setSelectedServer:m.setSelectedServer,setServerVariableValue:m.setServerVariableValue,getServerVariable:g.serverVariableValue,getEffectiveServerValue:g.serverEffectiveValue}):null,j&&k&&M&&M.size?D.a.createElement("div",{className:"opblock-schemes"},D.a.createElement(Y,{schemes:M,path:x,method:E,specActions:f,currentScheme:F})):null,D.a.createElement("div",{className:j&&r&&k?"btn-group":"execute-wrapper"},j&&k?D.a.createElement(W,{operation:R,specActions:f,specSelectors:h,oas3Selectors:g,oas3Actions:m,path:x,method:E,onExecute:u}):null,j&&r&&k?D.a.createElement(H,{specActions:f,path:x,method:E}):null),T?D.a.createElement("div",{className:"loading-container"},D.a.createElement("div",{className:"loading"})):null,L?D.a.createElement(z,{responses:L,request:o,tryItOutResponse:r,getComponent:l,getConfigs:p,specSelectors:h,oas3Actions:m,oas3Selectors:g,specActions:f,produces:h.producesOptionsFor([x,E]),producesValue:h.currentProducesFor([x,E]),specPath:t.push("responses"),path:x,method:E,displayRequestDuration:O,fn:c}):null,ee&&q.size?D.a.createElement(Z,{extensions:q,getComponent:l}):null)))}}]),r}(R.PureComponent);C()(ft,"defaultProps",{operation:null,response:null,request:null,specPath:Object(B.List)(),summary:""});var ht=n(94),dt=n.n(ht),vt=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.toggleShown,n=e.getComponent,r=e.authActions,o=e.authSelectors,a=e.operationProps,i=e.specPath,s=a.toJS(),u=s.summary,c=s.isAuthorized,l=s.method,p=s.op,f=s.showSummary,h=s.operationId,d=s.originalOperationId,v=s.displayOperationId,m=p.summary,g=a.get("security"),y=n("authorizeOperationBtn"),b=n("OperationSummaryMethod"),_=n("OperationSummaryPath"),w=n("JumpToPath",!0);return D.a.createElement("div",{className:"opblock-summary opblock-summary-".concat(l),onClick:t},D.a.createElement(b,{method:l}),D.a.createElement(_,{getComponent:n,operationProps:a,specPath:i}),f?D.a.createElement("div",{className:"opblock-summary-description"},dt()(m||u)):null,v&&(d||h)?D.a.createElement("span",{className:"opblock-summary-operation-id"},d||h):null,g&&g.count()?D.a.createElement(y,{isAuthorized:c,onClick:function(){var e=o.definitionsForRequirements(g);r.showDefinitions(e)}}):null,D.a.createElement(w,{path:i}))}}]),n}(R.PureComponent);C()(vt,"defaultProps",{operationProps:null,specPath:Object(B.List)(),summary:""});var mt=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props.method;return D.a.createElement("span",{className:"opblock-summary-method"},e.toUpperCase())}}]),n}(R.PureComponent);C()(mt,"defaultProps",{operationProps:null});var gt=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onCopyCapture",(function(e){e.clipboardData.setData("text/plain",r.props.operationProps.get("path")),e.preventDefault()})),r}return P()(n,[{key:"render",value:function(){var e,t=this.props,n=t.getComponent,r=t.operationProps.toJS(),o=r.deprecated,a=r.isShown,i=r.path,s=r.tag,u=r.operationId,c=r.isDeepLinkingEnabled,l=n("DeepLink");return D.a.createElement("span",{className:o?"opblock-summary-path__deprecated":"opblock-summary-path",onCopyCapture:this.onCopyCapture,"data-path":i},D.a.createElement(l,{enabled:c,isShown:a,path:Object($.d)(d()(e="".concat(s,"/")).call(e,u)),text:i.replace(/\//g,"​/")}))}}]),n}(R.PureComponent),yt=n(16),bt=n.n(yt),_t=function(e){var t,n=e.extensions,r=(0,e.getComponent)("OperationExtRow");return D.a.createElement("div",{className:"opblock-section"},D.a.createElement("div",{className:"opblock-section-header"},D.a.createElement("h4",null,"Extensions")),D.a.createElement("div",{className:"table-container"},D.a.createElement("table",null,D.a.createElement("thead",null,D.a.createElement("tr",null,D.a.createElement("td",{className:"col_header"},"Field"),D.a.createElement("td",{className:"col_header"},"Value"))),D.a.createElement("tbody",null,y()(t=n.entrySeq()).call(t,(function(e){var t,n=bt()(e,2),o=n[0],a=n[1];return D.a.createElement(r,{key:d()(t="".concat(o,"-")).call(t,a),xKey:o,xVal:a})}))))))},wt=function(e){var t=e.xKey,n=e.xVal,r=n?n.toJS?n.toJS():n:null;return D.a.createElement("tr",null,D.a.createElement("td",null,t),D.a.createElement("td",null,i()(r)))},xt=n(527),Et=n.n(xt),Ct=n(146),St=n.n(Ct),At=n(528),kt=n.n(At);function Ot(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return e.reduce((function(e,t){return St()({},e,n[t])}),t)}function jt(e){return e.join(" ")}function Tt(e){var t=e.node,n=e.stylesheet,r=e.style,o=void 0===r?{}:r,a=e.useInlineStyles,i=e.key,s=t.properties,u=t.type,c=t.tagName,l=t.value;if("text"===u)return l;if(c){var p=function(e,t){var n=0;return function(r){return n+=1,r.map((function(r,o){return Tt({node:r,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(n,"-").concat(o)})}))}}(n,a),f=a&&s.className&&s.className.filter((function(e){return!n[e]})),h=f&&f.length?f:void 0,d=a?St()({},s,{className:h&&jt(h)},{style:Ot(s.className,Object.assign({},s.style,o),n)}):St()({},s,{className:jt(s.className)}),v=p(t.children);return D.a.createElement(c,kt()({key:i},d),v)}}var It=/\n/g;function Nt(e){var t=e.codeString,n=e.codeStyle,r=e.containerStyle,o=void 0===r?{float:"left",paddingRight:"10px"}:r,a=e.numberStyle,i=void 0===a?{}:a,s=e.startingLineNumber;return D.a.createElement("code",{style:Object.assign({},n,o)},function(e){var t=e.lines,n=e.startingLineNumber,r=e.style;return t.map((function(e,t){var o=t+n;return D.a.createElement("span",{key:"line-".concat(t),className:"react-syntax-highlighter-line-number",style:"function"==typeof r?r(o):r},"".concat(o,"\n"))}))}({lines:t.replace(/\n$/,"").split("\n"),style:i,startingLineNumber:s}))}function Mt(e,t){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(e),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:t},children:[{type:"text",value:e}]}}function Pt(e,t,n){var r,o,a={display:"inline-block",minWidth:(r=n,o=r.toString().length,"".concat(o,"em")),paddingRight:"1em",textAlign:"right",userSelect:"none"},i="function"==typeof e?e(t):e;return St()({},a,i)}function Rt(e){var t=e.children,n=e.lineNumber,r=e.lineNumberStyle,o=e.largestLineNumber,a=e.showInlineLineNumbers,i=e.lineProps,s=void 0===i?{}:i,u=e.className,c=void 0===u?[]:u,l="function"==typeof s?s(n):s;if(l.className=c,n&&a){var p=Pt(r,n,o);t.unshift(Mt(n,p))}return{type:"element",tagName:"span",properties:l,children:t}}function Dt(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=0;r<e.length;r++){var o=e[r];if("text"===o.type)n.push(Rt({children:[o],className:t}));else if(o.children){var a=t.concat(o.properties.className);n=n.concat(Dt(o.children,a))}}return n}function Lt(e,t,n,r,o,a,i,s){var u,c=Dt(e.value),l=[],p=-1,f=0;function h(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return Rt({children:e,lineNumber:t,lineNumberStyle:s,largestLineNumber:i,showInlineLineNumbers:o,lineProps:n,className:r})}function d(e,t){if(t&&o){var n=Pt(s,t,i);e.unshift(Mt(t,n))}return e}function v(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return t||r.length>0?h(e,n,r):d(e,n)}for(var m=function(){var e=c[f],t=e.children[0].value;if(t.match(It)){var n=t.split("\n");n.forEach((function(t,o){var i=r&&l.length+a,s={type:"text",value:"".concat(t,"\n")};if(0===o){var u=v(c.slice(p+1,f).concat(Rt({children:[s],className:e.properties.className})),i);l.push(u)}else if(o===n.length-1){if(c[f+1]&&c[f+1].children&&c[f+1].children[0]){var h=Rt({children:[{type:"text",value:"".concat(t)}],className:e.properties.className});c.splice(f+1,0,h)}else{var d=v([s],i,e.properties.className);l.push(d)}}else{var m=v([s],i,e.properties.className);l.push(m)}})),p=f}f++};f<c.length;)m();if(p!==c.length-1){var g=c.slice(p+1,c.length);if(g&&g.length){var y=v(g,l.length+a);l.push(y)}}return t?l:(u=[]).concat.apply(u,l)}function Bt(e){var t=e.rows,n=e.stylesheet,r=e.useInlineStyles;return t.map((function(e,t){return Tt({node:e,stylesheet:n,useInlineStyles:r,key:"code-segement".concat(t)})}))}function Ft(e){return e&&void 0!==e.highlightAuto}var Ut,qt,zt=n(350),Vt=n.n(zt),Wt=(Ut=Vt.a,qt={},function(e){var t=e.language,n=e.children,r=e.style,o=void 0===r?qt:r,a=e.customStyle,i=void 0===a?{}:a,s=e.codeTagProps,u=void 0===s?{className:t?"language-".concat(t):void 0,style:o['code[class*="language-"]']}:s,c=e.useInlineStyles,l=void 0===c||c,p=e.showLineNumbers,f=void 0!==p&&p,h=e.showInlineLineNumbers,d=void 0!==h&&h,v=e.startingLineNumber,m=void 0===v?1:v,g=e.lineNumberContainerStyle,y=e.lineNumberStyle,b=void 0===y?{}:y,_=e.wrapLines,w=e.lineProps,x=void 0===w?{}:w,E=e.renderer,C=e.PreTag,S=void 0===C?"pre":C,A=e.CodeTag,k=void 0===A?"code":A,O=e.code,j=void 0===O?Array.isArray(n)?n[0]:n:O,T=e.astGenerator,I=Et()(e,["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"]);T=T||Ut;var N=f?D.a.createElement(Nt,{containerStyle:g,codeStyle:u.style||{},numberStyle:b,startingLineNumber:m,codeString:j}):null,M=o.hljs||o['pre[class*="language-"]']||{backgroundColor:"#fff"},P=Ft(T)?"hljs":"prismjs",R=l?Object.assign({},I,{style:Object.assign({},M,i)}):Object.assign({},I,{className:I.className?"".concat(P," ").concat(I.className):P,style:Object.assign({},i)});if(!T)return D.a.createElement(S,R,N,D.a.createElement(k,u,j));_=!(!E||void 0!==_)||_,E=E||Bt;var L=[{type:"text",value:j}],B=function(e){var t=e.astGenerator,n=e.language,r=e.code,o=e.defaultCodeValue;if(Ft(t)){var a=function(e,t){return-1!==e.listLanguages().indexOf(t)}(t,n);return"text"===n?{value:o,language:"text"}:a?t.highlight(n,r):t.highlightAuto(r)}try{return n&&"text"!==n?{value:t.highlight(r,n)}:{value:o}}catch(e){return{value:o}}}({astGenerator:T,language:t,code:j,defaultCodeValue:L});null===B.language&&(B.value=L);var F=Lt(B,_,x,f,d,m,B.value.length+m,b);return D.a.createElement(S,R,D.a.createElement(k,u,!d&&N,E({rows:F,stylesheet:o,useInlineStyles:l})))});Wt.registerLanguage=Vt.a.registerLanguage;var Ht=Wt,Jt=n(530),$t=n.n(Jt).a,Kt=n(529),Yt=n.n(Kt).a,Gt=n(531),Zt=n.n(Gt).a,Xt=n(534),Qt=n.n(Xt).a,en=n(532),tn=n.n(en).a,nn=n(533),rn=n.n(nn).a,on={hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#333",color:"white"},"hljs-name":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-code":{fontStyle:"italic",color:"#888"},"hljs-emphasis":{fontStyle:"italic"},"hljs-tag":{color:"#62c8f3"},"hljs-variable":{color:"#ade5fc"},"hljs-template-variable":{color:"#ade5fc"},"hljs-selector-id":{color:"#ade5fc"},"hljs-selector-class":{color:"#ade5fc"},"hljs-string":{color:"#a2fca2"},"hljs-bullet":{color:"#d36363"},"hljs-type":{color:"#ffa"},"hljs-title":{color:"#ffa"},"hljs-section":{color:"#ffa"},"hljs-attribute":{color:"#ffa"},"hljs-quote":{color:"#ffa"},"hljs-built_in":{color:"#ffa"},"hljs-builtin-name":{color:"#ffa"},"hljs-number":{color:"#d36363"},"hljs-symbol":{color:"#d36363"},"hljs-keyword":{color:"#fcc28c"},"hljs-selector-tag":{color:"#fcc28c"},"hljs-literal":{color:"#fcc28c"},"hljs-comment":{color:"#888"},"hljs-deletion":{color:"#333",backgroundColor:"#fc9b9b"},"hljs-regexp":{color:"#c6b4f0"},"hljs-link":{color:"#c6b4f0"},"hljs-meta":{color:"#fc9b9b"},"hljs-addition":{backgroundColor:"#a2fca2",color:"#333"}};Ht.registerLanguage("json",Yt),Ht.registerLanguage("js",$t),Ht.registerLanguage("xml",Zt),Ht.registerLanguage("yaml",tn),Ht.registerLanguage("http",rn),Ht.registerLanguage("bash",Qt);var an={agate:on,arta:{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#222",color:"#aaa"},"hljs-subst":{color:"#aaa"},"hljs-section":{color:"#fff",fontWeight:"bold"},"hljs-comment":{color:"#444"},"hljs-quote":{color:"#444"},"hljs-meta":{color:"#444"},"hljs-string":{color:"#ffcc33"},"hljs-symbol":{color:"#ffcc33"},"hljs-bullet":{color:"#ffcc33"},"hljs-regexp":{color:"#ffcc33"},"hljs-number":{color:"#00cc66"},"hljs-addition":{color:"#00cc66"},"hljs-built_in":{color:"#32aaee"},"hljs-builtin-name":{color:"#32aaee"},"hljs-literal":{color:"#32aaee"},"hljs-type":{color:"#32aaee"},"hljs-template-variable":{color:"#32aaee"},"hljs-attribute":{color:"#32aaee"},"hljs-link":{color:"#32aaee"},"hljs-keyword":{color:"#6644aa"},"hljs-selector-tag":{color:"#6644aa"},"hljs-name":{color:"#6644aa"},"hljs-selector-id":{color:"#6644aa"},"hljs-selector-class":{color:"#6644aa"},"hljs-title":{color:"#bb1166"},"hljs-variable":{color:"#bb1166"},"hljs-deletion":{color:"#bb1166"},"hljs-template-tag":{color:"#bb1166"},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}},monokai:{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#272822",color:"#ddd"},"hljs-tag":{color:"#f92672"},"hljs-keyword":{color:"#f92672",fontWeight:"bold"},"hljs-selector-tag":{color:"#f92672",fontWeight:"bold"},"hljs-literal":{color:"#f92672",fontWeight:"bold"},"hljs-strong":{color:"#f92672"},"hljs-name":{color:"#f92672"},"hljs-code":{color:"#66d9ef"},"hljs-class .hljs-title":{color:"white"},"hljs-attribute":{color:"#bf79db"},"hljs-symbol":{color:"#bf79db"},"hljs-regexp":{color:"#bf79db"},"hljs-link":{color:"#bf79db"},"hljs-string":{color:"#a6e22e"},"hljs-bullet":{color:"#a6e22e"},"hljs-subst":{color:"#a6e22e"},"hljs-title":{color:"#a6e22e",fontWeight:"bold"},"hljs-section":{color:"#a6e22e",fontWeight:"bold"},"hljs-emphasis":{color:"#a6e22e"},"hljs-type":{color:"#a6e22e",fontWeight:"bold"},"hljs-built_in":{color:"#a6e22e"},"hljs-builtin-name":{color:"#a6e22e"},"hljs-selector-attr":{color:"#a6e22e"},"hljs-selector-pseudo":{color:"#a6e22e"},"hljs-addition":{color:"#a6e22e"},"hljs-variable":{color:"#a6e22e"},"hljs-template-tag":{color:"#a6e22e"},"hljs-template-variable":{color:"#a6e22e"},"hljs-comment":{color:"#75715e"},"hljs-quote":{color:"#75715e"},"hljs-deletion":{color:"#75715e"},"hljs-meta":{color:"#75715e"},"hljs-doctag":{fontWeight:"bold"},"hljs-selector-id":{fontWeight:"bold"}},nord:{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#2E3440",color:"#D8DEE9"},"hljs-subst":{color:"#D8DEE9"},"hljs-selector-tag":{color:"#81A1C1"},"hljs-selector-id":{color:"#8FBCBB",fontWeight:"bold"},"hljs-selector-class":{color:"#8FBCBB"},"hljs-selector-attr":{color:"#8FBCBB"},"hljs-selector-pseudo":{color:"#88C0D0"},"hljs-addition":{backgroundColor:"rgba(163, 190, 140, 0.5)"},"hljs-deletion":{backgroundColor:"rgba(191, 97, 106, 0.5)"},"hljs-built_in":{color:"#8FBCBB"},"hljs-type":{color:"#8FBCBB"},"hljs-class":{color:"#8FBCBB"},"hljs-function":{color:"#88C0D0"},"hljs-function > .hljs-title":{color:"#88C0D0"},"hljs-keyword":{color:"#81A1C1"},"hljs-literal":{color:"#81A1C1"},"hljs-symbol":{color:"#81A1C1"},"hljs-number":{color:"#B48EAD"},"hljs-regexp":{color:"#EBCB8B"},"hljs-string":{color:"#A3BE8C"},"hljs-title":{color:"#8FBCBB"},"hljs-params":{color:"#D8DEE9"},"hljs-bullet":{color:"#81A1C1"},"hljs-code":{color:"#8FBCBB"},"hljs-emphasis":{fontStyle:"italic"},"hljs-formula":{color:"#8FBCBB"},"hljs-strong":{fontWeight:"bold"},"hljs-link:hover":{textDecoration:"underline"},"hljs-quote":{color:"#4C566A"},"hljs-comment":{color:"#4C566A"},"hljs-doctag":{color:"#8FBCBB"},"hljs-meta":{color:"#5E81AC"},"hljs-meta-keyword":{color:"#5E81AC"},"hljs-meta-string":{color:"#A3BE8C"},"hljs-attr":{color:"#8FBCBB"},"hljs-attribute":{color:"#D8DEE9"},"hljs-builtin-name":{color:"#81A1C1"},"hljs-name":{color:"#81A1C1"},"hljs-section":{color:"#88C0D0"},"hljs-tag":{color:"#81A1C1"},"hljs-variable":{color:"#D8DEE9"},"hljs-template-variable":{color:"#D8DEE9"},"hljs-template-tag":{color:"#5E81AC"},"abnf .hljs-attribute":{color:"#88C0D0"},"abnf .hljs-symbol":{color:"#EBCB8B"},"apache .hljs-attribute":{color:"#88C0D0"},"apache .hljs-section":{color:"#81A1C1"},"arduino .hljs-built_in":{color:"#88C0D0"},"aspectj .hljs-meta":{color:"#D08770"},"aspectj > .hljs-title":{color:"#88C0D0"},"bnf .hljs-attribute":{color:"#8FBCBB"},"clojure .hljs-name":{color:"#88C0D0"},"clojure .hljs-symbol":{color:"#EBCB8B"},"coq .hljs-built_in":{color:"#88C0D0"},"cpp .hljs-meta-string":{color:"#8FBCBB"},"css .hljs-built_in":{color:"#88C0D0"},"css .hljs-keyword":{color:"#D08770"},"diff .hljs-meta":{color:"#8FBCBB"},"ebnf .hljs-attribute":{color:"#8FBCBB"},"glsl .hljs-built_in":{color:"#88C0D0"},"groovy .hljs-meta:not(:first-child)":{color:"#D08770"},"haxe .hljs-meta":{color:"#D08770"},"java .hljs-meta":{color:"#D08770"},"ldif .hljs-attribute":{color:"#8FBCBB"},"lisp .hljs-name":{color:"#88C0D0"},"lua .hljs-built_in":{color:"#88C0D0"},"moonscript .hljs-built_in":{color:"#88C0D0"},"nginx .hljs-attribute":{color:"#88C0D0"},"nginx .hljs-section":{color:"#5E81AC"},"pf .hljs-built_in":{color:"#88C0D0"},"processing .hljs-built_in":{color:"#88C0D0"},"scss .hljs-keyword":{color:"#81A1C1"},"stylus .hljs-keyword":{color:"#81A1C1"},"swift .hljs-meta":{color:"#D08770"},"vim .hljs-built_in":{color:"#88C0D0",fontStyle:"italic"},"yaml .hljs-meta":{color:"#D08770"}},obsidian:{hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#282b2e",color:"#e0e2e4"},"hljs-keyword":{color:"#93c763",fontWeight:"bold"},"hljs-selector-tag":{color:"#93c763",fontWeight:"bold"},"hljs-literal":{color:"#93c763",fontWeight:"bold"},"hljs-selector-id":{color:"#93c763"},"hljs-number":{color:"#ffcd22"},"hljs-attribute":{color:"#668bb0"},"hljs-code":{color:"white"},"hljs-class .hljs-title":{color:"white"},"hljs-section":{color:"white",fontWeight:"bold"},"hljs-regexp":{color:"#d39745"},"hljs-link":{color:"#d39745"},"hljs-meta":{color:"#557182"},"hljs-tag":{color:"#8cbbad"},"hljs-name":{color:"#8cbbad",fontWeight:"bold"},"hljs-bullet":{color:"#8cbbad"},"hljs-subst":{color:"#8cbbad"},"hljs-emphasis":{color:"#8cbbad"},"hljs-type":{color:"#8cbbad",fontWeight:"bold"},"hljs-built_in":{color:"#8cbbad"},"hljs-selector-attr":{color:"#8cbbad"},"hljs-selector-pseudo":{color:"#8cbbad"},"hljs-addition":{color:"#8cbbad"},"hljs-variable":{color:"#8cbbad"},"hljs-template-tag":{color:"#8cbbad"},"hljs-template-variable":{color:"#8cbbad"},"hljs-string":{color:"#ec7600"},"hljs-symbol":{color:"#ec7600"},"hljs-comment":{color:"#818e96"},"hljs-quote":{color:"#818e96"},"hljs-deletion":{color:"#818e96"},"hljs-selector-class":{color:"#A082BD"},"hljs-doctag":{fontWeight:"bold"},"hljs-title":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"}},"tomorrow-night":{"hljs-comment":{color:"#969896"},"hljs-quote":{color:"#969896"},"hljs-variable":{color:"#cc6666"},"hljs-template-variable":{color:"#cc6666"},"hljs-tag":{color:"#cc6666"},"hljs-name":{color:"#cc6666"},"hljs-selector-id":{color:"#cc6666"},"hljs-selector-class":{color:"#cc6666"},"hljs-regexp":{color:"#cc6666"},"hljs-deletion":{color:"#cc6666"},"hljs-number":{color:"#de935f"},"hljs-built_in":{color:"#de935f"},"hljs-builtin-name":{color:"#de935f"},"hljs-literal":{color:"#de935f"},"hljs-type":{color:"#de935f"},"hljs-params":{color:"#de935f"},"hljs-meta":{color:"#de935f"},"hljs-link":{color:"#de935f"},"hljs-attribute":{color:"#f0c674"},"hljs-string":{color:"#b5bd68"},"hljs-symbol":{color:"#b5bd68"},"hljs-bullet":{color:"#b5bd68"},"hljs-addition":{color:"#b5bd68"},"hljs-title":{color:"#81a2be"},"hljs-section":{color:"#81a2be"},"hljs-keyword":{color:"#b294bb"},"hljs-selector-tag":{color:"#b294bb"},hljs:{display:"block",overflowX:"auto",background:"#1d1f21",color:"#c5c8c6",padding:"0.5em"},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}}},sn=u()(an),un=function(e){return We()(sn).call(sn,e)?an[e]:(console.warn("Request style '".concat(e,"' is not available, returning default instead")),on)},cn=n(46),ln=n.n(cn),pn=n(535),fn=n.n(pn),hn=n(217),dn=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"downloadText",(function(){fn()(r.props.value,r.props.fileName||"response.txt")})),C()(ye()(r),"preventYScrollingBeyondElement",(function(e){var t=e.target,n=e.nativeEvent.deltaY,r=t.scrollHeight,o=t.offsetHeight,a=t.scrollTop;r>o&&(0===a&&n<0||o+a>=r&&n>0)&&e.preventDefault()})),r}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.value,n=e.className,r=e.downloadable,o=e.getConfigs,a=e.canCopy,i=o?o():{syntaxHighlight:{activated:!0,theme:"agate"}};n=n||"";var s=ln()(i,"syntaxHighlight.activated")?D.a.createElement(Ht,{className:n+" microlight",onWheel:this.preventYScrollingBeyondElement,style:un(ln()(i,"syntaxHighlight.theme"))},t):D.a.createElement("pre",{onWheel:this.preventYScrollingBeyondElement,className:n+" microlight"},t);return D.a.createElement("div",{className:"highlight-code"},r?D.a.createElement("div",{className:"download-contents",onClick:this.downloadText},"Download"):null,a?D.a.createElement("div",{className:"copy-to-clipboard"},D.a.createElement(hn.CopyToClipboard,{text:t},D.a.createElement("button",null))):null,s)}}]),n}(R.Component),vn=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onChangeProducesWrapper",(function(e){return r.props.specActions.changeProducesValue([r.props.path,r.props.method],e)})),C()(ye()(r),"onResponseContentTypeChange",(function(e){var t=e.controlsAcceptHeader,n=e.value,o=r.props,a=o.oas3Actions,i=o.path,s=o.method;t&&a.setResponseContentType({value:n,path:i,method:s})})),r}return P()(n,[{key:"render",value:function(){var e,t=this,r=this.props,o=r.responses,a=r.tryItOutResponse,i=r.getComponent,s=r.getConfigs,u=r.specSelectors,c=r.fn,l=r.producesValue,p=r.displayRequestDuration,f=r.specPath,h=r.path,d=r.method,v=r.oas3Selectors,m=r.oas3Actions,g=Object($.f)(o),b=i("contentType"),_=i("liveResponse"),w=i("response"),x=this.props.produces&&this.props.produces.size?this.props.produces:n.defaultProps.produces,E=u.isOAS3()?Object($.k)(o):null;return D.a.createElement("div",{className:"responses-wrapper"},D.a.createElement("div",{className:"opblock-section-header"},D.a.createElement("h4",null,"Responses"),u.isOAS3()?null:D.a.createElement("label",null,D.a.createElement("span",null,"Response content type"),D.a.createElement(b,{value:l,onChange:this.onChangeProducesWrapper,contentTypes:x,className:"execute-content-type"}))),D.a.createElement("div",{className:"responses-inner"},a?D.a.createElement("div",null,D.a.createElement(_,{response:a,getComponent:i,getConfigs:s,specSelectors:u,path:this.props.path,method:this.props.method,displayRequestDuration:p}),D.a.createElement("h4",null,"Responses")):null,D.a.createElement("table",{className:"responses-table"},D.a.createElement("thead",null,D.a.createElement("tr",{className:"responses-header"},D.a.createElement("td",{className:"col_header response-col_status"},"Code"),D.a.createElement("td",{className:"col_header response-col_description"},"Description"),u.isOAS3()?D.a.createElement("td",{className:"col col_header response-col_links"},"Links"):null)),D.a.createElement("tbody",null,y()(e=o.entrySeq()).call(e,(function(e){var n=bt()(e,2),r=n[0],o=n[1],p=a&&a.get("status")==r?"response_current":"";return D.a.createElement(w,{key:r,path:h,method:d,specPath:f.push(r),isDefault:g===r,fn:c,className:p,code:r,response:o,specSelectors:u,controlsAcceptHeader:o===E,onContentTypeChange:t.onResponseContentTypeChange,contentType:l,getConfigs:s,activeExamplesKey:v.activeExamplesMember(h,d,"responses",r),oas3Actions:m,getComponent:i})})).toArray()))))}}]),n}(D.a.Component);C()(vn,"defaultProps",{tryItOutResponse:null,produces:Object(B.fromJS)(["application/json"]),displayRequestDuration:!1});var mn=n(25),gn=n.n(mn),yn=n(536),bn=n.n(yn),_n=n(67),wn=n.n(_n),xn=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;return N()(this,n),o=t.call(this,e,r),C()(ye()(o),"_onContentTypeChange",(function(e){var t=o.props,n=t.onContentTypeChange,r=t.controlsAcceptHeader;o.setState({responseContentType:e}),n({value:e,controlsAcceptHeader:r})})),C()(ye()(o),"getTargetExamplesKey",(function(){var e=o.props,t=e.response,n=e.contentType,r=e.activeExamplesKey,a=o.state.responseContentType||n,i=t.getIn(["content",a],Object(B.Map)({})).get("examples",null).keySeq().first();return r||i})),o.state={responseContentType:""},o}return P()(n,[{key:"render",value:function(){var e,t,n,r,o=this.props,a=o.path,i=o.method,s=o.code,u=o.response,c=o.className,l=o.specPath,p=o.fn,f=o.getComponent,h=o.getConfigs,v=o.specSelectors,m=o.contentType,g=o.controlsAcceptHeader,b=o.oas3Actions,_=p.inferSchema,w=v.isOAS3(),x=h().showExtensions,E=x?Object($.m)(u):null,C=u.get("headers"),S=u.get("links"),A=f("ResponseExtension"),k=f("headers"),O=f("highlightCode"),j=f("modelExample"),T=f("Markdown",!0),I=f("operationLink"),N=f("contentType"),M=f("ExamplesSelect"),P=f("Example"),R=this.state.responseContentType||m,L=u.getIn(["content",R],Object(B.Map)({})),F=L.get("examples",null);if(w){var U=L.get("schema");t=U?_(U.toJS()):null,n=U?Object(B.List)(["content",this.state.responseContentType,"schema"]):l}else t=u.get("schema"),n=u.has("schema")?l.push("schema"):l;var q,z=!1,V={includeReadOnly:!0};if(w)if(q=L.get("schema",Object(B.Map)({})).toJS(),F){var W=this.getTargetExamplesKey();void 0===(r=F.get(W,Object(B.Map)({})).get("value"))&&(r=bn()(F).call(F).next().value),z=!0}else void 0!==L.get("example")&&(r=L.get("example"),z=!0);else{q=t,V=gn()(gn()({},V),{},{includeWriteOnly:!0});var H=u.getIn(["examples",R]);H&&(r=H,z=!0)}var J=function(e,t,n){return null!=e?D.a.createElement("div",null,D.a.createElement(t,{className:"example",getConfigs:n,value:Object($.J)(e)})):null}(Object($.o)(q,R,V,z?r:void 0),O,h);return D.a.createElement("tr",{className:"response "+(c||""),"data-code":s},D.a.createElement("td",{className:"response-col_status"},s),D.a.createElement("td",{className:"response-col_description"},D.a.createElement("div",{className:"response-col_description__inner"},D.a.createElement(T,{source:u.get("description")})),x&&E.size?y()(E).call(E,(function(e,t){var n;return D.a.createElement(A,{key:d()(n="".concat(t,"-")).call(n,e),xKey:t,xVal:e})})):null,w&&u.get("content")?D.a.createElement("section",{className:"response-controls"},D.a.createElement("div",{className:wn()("response-control-media-type",{"response-control-media-type--accept-controller":g})},D.a.createElement("small",{className:"response-control-media-type__title"},"Media type"),D.a.createElement(N,{value:this.state.responseContentType,contentTypes:u.get("content")?u.get("content").keySeq():Object(B.Seq)(),onChange:this._onContentTypeChange}),g?D.a.createElement("small",{className:"response-control-media-type__accept-message"},"Controls ",D.a.createElement("code",null,"Accept")," header."):null),F?D.a.createElement("div",{className:"response-control-examples"},D.a.createElement("small",{className:"response-control-examples__title"},"Examples"),D.a.createElement(M,{examples:F,currentExampleKey:this.getTargetExamplesKey(),onSelect:function(e){return b.setActiveExamplesMember({name:e,pathMethod:[a,i],contextType:"responses",contextName:s})},showLabels:!1})):null):null,J||t?D.a.createElement(j,{specPath:n,getComponent:f,getConfigs:h,specSelectors:v,schema:Object($.i)(t),example:J,includeReadOnly:!0}):null,w&&F?D.a.createElement(P,{example:F.get(this.getTargetExamplesKey(),Object(B.Map)({})),getComponent:f,getConfigs:h,omitValue:!0}):null,C?D.a.createElement(k,{headers:C,getComponent:f}):null),w?D.a.createElement("td",{className:"response-col_links"},S?y()(e=S.toSeq()).call(e,(function(e,t){return D.a.createElement(I,{key:t,name:t,link:e,getComponent:f})})):D.a.createElement("i",null,"No links")):null)}}]),n}(D.a.Component);C()(xn,"defaultProps",{response:Object(B.fromJS)({}),onContentTypeChange:function(){}});var En=function(e){var t=e.xKey,n=e.xVal;return D.a.createElement("div",{className:"response__extension"},t,": ",String(n))},Cn=n(537),Sn=n.n(Cn),An=n(538),kn=n.n(An),On=n(539),jn=n.n(On),Tn=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"state",{parsedContent:null}),C()(ye()(r),"updateParsedContent",(function(e){var t=r.props.content;if(e!==t)if(t&&t instanceof Blob){var n=new FileReader;n.onload=function(){r.setState({parsedContent:n.result})},n.readAsText(t)}else r.setState({parsedContent:t.toString()})})),r}return P()(n,[{key:"componentDidMount",value:function(){this.updateParsedContent(null)}},{key:"componentDidUpdate",value:function(e){this.updateParsedContent(e.content)}},{key:"render",value:function(){var e,t,n=this.props,r=n.content,o=n.contentType,a=n.url,s=n.headers,u=void 0===s?{}:s,c=n.getConfigs,l=n.getComponent,p=this.state.parsedContent,f=l("highlightCode"),h="response_"+(new Date).getTime();if(a=a||"",/^application\/octet-stream/i.test(o)||u["Content-Disposition"]&&/attachment/i.test(u["Content-Disposition"])||u["content-disposition"]&&/attachment/i.test(u["content-disposition"])||u["Content-Description"]&&/File Transfer/i.test(u["Content-Description"])||u["content-description"]&&/File Transfer/i.test(u["content-description"]))if("Blob"in window){var d=o||"text/html",v=r instanceof Blob?r:new Blob([r],{type:d}),m=window.URL.createObjectURL(v),g=[d,a.substr(Sn()(a).call(a,"/")+1),m].join(":"),y=u["content-disposition"]||u["Content-Disposition"];if(void 0!==y){var b=Object($.h)(y);null!==b&&(g=b)}t=J.a.navigator&&J.a.navigator.msSaveOrOpenBlob?D.a.createElement("div",null,D.a.createElement("a",{href:m,onClick:function(){return J.a.navigator.msSaveOrOpenBlob(v,g)}},"Download file")):D.a.createElement("div",null,D.a.createElement("a",{href:m,download:g},"Download file"))}else t=D.a.createElement("pre",{className:"microlight"},"Download headers detected but your browser does not support downloading binary via XHR (Blob).");else if(/json/i.test(o)){try{e=i()(JSON.parse(r),null,"  ")}catch(t){e="can't parse JSON.  Raw result:\n\n"+r}t=D.a.createElement(f,{downloadable:!0,fileName:"".concat(h,".json"),value:e,getConfigs:c,canCopy:!0})}else/xml/i.test(o)?(e=kn()(r,{textNodesOnSameLine:!0,indentor:"  "}),t=D.a.createElement(f,{downloadable:!0,fileName:"".concat(h,".xml"),value:e,getConfigs:c,canCopy:!0})):t="text/html"===jn()(o)||/text\/plain/.test(o)?D.a.createElement(f,{downloadable:!0,fileName:"".concat(h,".html"),value:r,getConfigs:c,canCopy:!0}):/^image\//i.test(o)?We()(o).call(o,"svg")?D.a.createElement("div",null," ",r," "):D.a.createElement("img",{className:"full-width",src:window.URL.createObjectURL(r)}):/^audio\//i.test(o)?D.a.createElement("pre",{className:"microlight"},D.a.createElement("audio",{controls:!0},D.a.createElement("source",{src:a,type:o}))):"string"==typeof r?D.a.createElement(f,{downloadable:!0,fileName:"".concat(h,".txt"),value:r,getConfigs:c,canCopy:!0}):r.size>0?p?D.a.createElement("div",null,D.a.createElement("p",{className:"i"},"Unrecognized response type; displaying content as text."),D.a.createElement(f,{downloadable:!0,fileName:"".concat(h,".txt"),value:p,getConfigs:c,canCopy:!0})):D.a.createElement("p",{className:"i"},"Unrecognized response type; unable to display."):null;return t?D.a.createElement("div",null,D.a.createElement("h5",null,"Response body"),t):null}}]),n}(D.a.PureComponent),In=n(17),Nn=n.n(In),Mn=function(e){_e()(n,e);var t=xe()(n);function n(e){var r;return N()(this,n),r=t.call(this,e),C()(ye()(r),"onChange",(function(e,t,n){var o=r.props;(0,o.specActions.changeParamByIdentity)(o.onChangeKey,e,t,n)})),C()(ye()(r),"onChangeConsumesWrapper",(function(e){var t=r.props;(0,t.specActions.changeConsumesValue)(t.onChangeKey,e)})),C()(ye()(r),"toggleTab",(function(e){return"parameters"===e?r.setState({parametersVisible:!0,callbackVisible:!1}):"callbacks"===e?r.setState({callbackVisible:!0,parametersVisible:!1}):void 0})),C()(ye()(r),"onChangeMediaType",(function(e){var t=e.value,n=e.pathMethod,o=r.props,a=o.specSelectors,i=o.specActions,s=o.oas3Selectors,u=o.oas3Actions,c=t,l=s.requestContentType.apply(s,Nn()(n));a.isMediaTypeSchemaPropertiesEqual(n,l,c)||(u.clearRequestBodyValue({pathMethod:n}),i.clearResponse.apply(i,Nn()(n)),i.clearRequest.apply(i,Nn()(n)),i.clearValidateParams(n)),u.setRequestContentType({value:t,pathMethod:n}),u.initRequestBodyValidateError({pathMethod:n})})),r.state={callbackVisible:!1,parametersVisible:!0},r}return P()(n,[{key:"render",value:function(){var e,t=this,n=this.props,r=n.onTryoutClick,o=n.onCancelClick,a=n.parameters,i=n.allowTryItOut,s=n.tryItOutEnabled,u=n.specPath,c=n.fn,l=n.getComponent,p=n.getConfigs,h=n.specSelectors,v=n.specActions,m=n.pathMethod,g=n.oas3Actions,b=n.oas3Selectors,_=n.operation,w=l("parameterRow"),x=l("TryItOutButton"),E=l("contentType"),C=l("Callbacks",!0),S=l("RequestBody",!0),k=s&&i,O=h.isOAS3(),j=_.get("requestBody");return D.a.createElement("div",{className:"opblock-section"},D.a.createElement("div",{className:"opblock-section-header"},O?D.a.createElement("div",{className:"tab-header"},D.a.createElement("div",{onClick:function(){return t.toggleTab("parameters")},className:"tab-item ".concat(this.state.parametersVisible&&"active")},D.a.createElement("h4",{className:"opblock-title"},D.a.createElement("span",null,"Parameters"))),_.get("callbacks")?D.a.createElement("div",{onClick:function(){return t.toggleTab("callbacks")},className:"tab-item ".concat(this.state.callbackVisible&&"active")},D.a.createElement("h4",{className:"opblock-title"},D.a.createElement("span",null,"Callbacks"))):null):D.a.createElement("div",{className:"tab-header"},D.a.createElement("h4",{className:"opblock-title"},"Parameters")),i?D.a.createElement(x,{enabled:s,onCancelClick:o,onTryoutClick:r}):null),this.state.parametersVisible?D.a.createElement("div",{className:"parameters-container"},a.count()?D.a.createElement("div",{className:"table-container"},D.a.createElement("table",{className:"parameters"},D.a.createElement("thead",null,D.a.createElement("tr",null,D.a.createElement("th",{className:"col_header parameters-col_name"},"Name"),D.a.createElement("th",{className:"col_header parameters-col_description"},"Description"))),D.a.createElement("tbody",null,function(e,t){var n,r;return y()(n=f()(r=e.valueSeq()).call(r,F.a.Map.isMap)).call(n,t)}(a,(function(e,n){var r;return D.a.createElement(w,{fn:c,specPath:u.push(n.toString()),getComponent:l,getConfigs:p,rawParam:e,param:h.parameterWithMetaByIdentity(m,e),key:d()(r="".concat(e.get("in"),".")).call(r,e.get("name")),onChange:t.onChange,onChangeConsumes:t.onChangeConsumesWrapper,specSelectors:h,specActions:v,oas3Actions:g,oas3Selectors:b,pathMethod:m,isExecute:k})})).toArray()))):D.a.createElement("div",{className:"opblock-description-wrapper"},D.a.createElement("p",null,"No parameters"))):null,this.state.callbackVisible?D.a.createElement("div",{className:"callbacks-container opblock-description-wrapper"},D.a.createElement(C,{callbacks:Object(B.Map)(_.get("callbacks")),specPath:A()(u).call(u,0,-1).push("callbacks")})):null,O&&j&&this.state.parametersVisible&&D.a.createElement("div",{className:"opblock-section opblock-section-request-body"},D.a.createElement("div",{className:"opblock-section-header"},D.a.createElement("h4",{className:"opblock-title parameter__name ".concat(j.get("required")&&"required")},"Request body"),D.a.createElement("label",null,D.a.createElement(E,{value:b.requestContentType.apply(b,Nn()(m)),contentTypes:j.get("content",Object(B.List)()).keySeq(),onChange:function(e){t.onChangeMediaType({value:e,pathMethod:m})},className:"body-param-content-type"}))),D.a.createElement("div",{className:"opblock-description-wrapper"},D.a.createElement(S,{specPath:A()(u).call(u,0,-1).push("requestBody"),requestBody:j,requestBodyValue:b.requestBodyValue.apply(b,Nn()(m)),requestBodyInclusionSetting:b.requestBodyInclusionSetting.apply(b,Nn()(m)),requestBodyErrors:b.requestBodyErrors.apply(b,Nn()(m)),isExecute:k,getConfigs:p,activeExamplesKey:b.activeExamplesMember.apply(b,d()(e=Nn()(m)).call(e,["requestBody","requestBody"])),updateActiveExamplesKey:function(e){t.props.oas3Actions.setActiveExamplesMember({name:e,pathMethod:t.props.pathMethod,contextType:"requestBody",contextName:"requestBody"})},onChange:function(e,t){if(t){var n=b.requestBodyValue.apply(b,Nn()(m)),r=B.Map.isMap(n)?n:Object(B.Map)();return g.setRequestBodyValue({pathMethod:m,value:r.setIn(t,e)})}g.setRequestBodyValue({value:e,pathMethod:m})},onChangeIncludeEmpty:function(e,t){g.setRequestBodyInclusion({pathMethod:m,value:t,name:e})},contentType:b.requestContentType.apply(b,Nn()(m))}))))}}]),n}(R.Component);C()(Mn,"defaultProps",{onTryoutClick:Function.prototype,onCancelClick:Function.prototype,tryItOutEnabled:!1,allowTryItOut:!0,onChangeKey:[],specPath:[]});var Pn=function(e){var t=e.xKey,n=e.xVal;return D.a.createElement("div",{className:"parameter__extension"},t,": ",String(n))},Rn={onChange:function(){},isIncludedOptions:{}},Dn=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onCheckboxChange",(function(e){(0,r.props.onChange)(e.target.checked)})),r}return P()(n,[{key:"componentDidMount",value:function(){var e=this.props,t=e.isIncludedOptions,n=e.onChange,r=t.shouldDispatchInit,o=t.defaultValue;r&&n(o)}},{key:"render",value:function(){var e=this.props,t=e.isIncluded,n=e.isDisabled;return D.a.createElement("div",null,D.a.createElement("label",{className:wn()("parameter__empty_value_toggle",{disabled:n})},D.a.createElement("input",{type:"checkbox",disabled:n,checked:!n&&t,onChange:this.onCheckboxChange}),"Send empty value"))}}]),n}(R.Component);C()(Dn,"defaultProps",Rn);var Ln=n(145),Bn=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;return N()(this,n),o=t.call(this,e,r),C()(ye()(o),"onChangeWrapper",(function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=o.props,r=n.onChange,a=n.rawParam;return r(a,""===e||e&&0===e.size?null:e,t)})),C()(ye()(o),"_onExampleSelect",(function(e){o.props.oas3Actions.setActiveExamplesMember({name:e,pathMethod:o.props.pathMethod,contextType:"parameters",contextName:o.getParamKey()})})),C()(ye()(o),"onChangeIncludeEmpty",(function(e){var t=o.props,n=t.specActions,r=t.param,a=t.pathMethod,i=r.get("name"),s=r.get("in");return n.updateEmptyParamInclusion(a,i,s,e)})),C()(ye()(o),"setDefaultValue",(function(){var e=o.props,t=e.specSelectors,n=e.pathMethod,r=e.rawParam,a=e.oas3Selectors,i=t.parameterWithMetaByIdentity(n,r)||Object(B.Map)(),s=Object(Ln.a)(i,{isOAS3:t.isOAS3()}).schema,u=i.get("content",Object(B.Map)()).keySeq().first(),c=s?Object($.o)(s.toJS(),u,{includeWriteOnly:!0}):null;if(i&&void 0===i.get("value")&&"body"!==i.get("in")){var l;if(t.isSwagger2())l=void 0!==i.get("x-example")?i.get("x-example"):void 0!==i.getIn(["schema","example"])?i.getIn(["schema","example"]):s&&s.getIn(["default"]);else if(t.isOAS3()){var p,f=a.activeExamplesMember.apply(a,d()(p=Nn()(n)).call(p,["parameters",o.getParamKey()]));l=void 0!==i.getIn(["examples",f,"value"])?i.getIn(["examples",f,"value"]):void 0!==i.getIn(["content",u,"example"])?i.getIn(["content",u,"example"]):void 0!==i.get("example")?i.get("example"):void 0!==(s&&s.get("example"))?s&&s.get("example"):void 0!==(s&&s.get("default"))?s&&s.get("default"):i.get("default")}void 0===l||B.List.isList(l)||(l=Object($.J)(l)),void 0!==l?o.onChangeWrapper(l):s&&"object"===s.get("type")&&c&&!i.get("examples")&&o.onChangeWrapper(B.List.isList(c)?c:Object($.J)(c))}})),o.setDefaultValue(),o}return P()(n,[{key:"componentWillReceiveProps",value:function(e){var t,n=e.specSelectors,r=e.pathMethod,o=e.rawParam,a=n.isOAS3(),i=n.parameterWithMetaByIdentity(r,o)||new B.Map;if(i=i.isEmpty()?o:i,a){var s=Object(Ln.a)(i,{isOAS3:a}).schema;t=s?s.get("enum"):void 0}else t=i?i.get("enum"):void 0;var u,c=i?i.get("value"):void 0;void 0!==c?u=c:o.get("required")&&t&&t.size&&(u=t.first()),void 0!==u&&u!==c&&this.onChangeWrapper(Object($.x)(u)),this.setDefaultValue()}},{key:"getParamKey",value:function(){var e,t=this.props.param;return t?d()(e="".concat(t.get("name"),"-")).call(e,t.get("in")):null}},{key:"render",value:function(){var e,t,n,r,o=this.props,a=o.param,i=o.rawParam,s=o.getComponent,u=o.getConfigs,c=o.isExecute,l=o.fn,p=o.onChangeConsumes,f=o.specSelectors,h=o.pathMethod,v=o.specPath,m=o.oas3Selectors,g=f.isOAS3(),b=u(),_=b.showExtensions,w=b.showCommonExtensions;if(a||(a=i),!i)return null;var x,E,C,S,A=s("JsonSchemaForm"),k=s("ParamBody"),O=a.get("in"),j="body"!==O?null:D.a.createElement(k,{getComponent:s,getConfigs:u,fn:l,param:a,consumes:f.consumesOptionsFor(h),consumesValue:f.contentTypeValues(h).get("requestContentType"),onChange:this.onChangeWrapper,onChangeConsumes:p,isExecute:c,specSelectors:f,pathMethod:h}),T=s("modelExample"),I=s("Markdown",!0),N=s("ParameterExt"),M=s("ParameterIncludeEmpty"),P=s("ExamplesSelectValueRetainer"),R=s("Example"),L=Object(Ln.a)(a,{isOAS3:g}).schema,F=f.parameterWithMetaByIdentity(h,i)||Object(B.Map)(),U=L?L.get("format"):null,q=L?L.get("type"):null,z=L?L.getIn(["items","type"]):null,V="formData"===O,W="FormData"in J.a,H=a.get("required"),K=F?F.get("value"):"",Y=w?Object($.l)(L):null,G=_?Object($.m)(a):null,Z=!1;return void 0!==a&&L&&(x=L.get("items")),void 0!==x?(E=x.get("enum"),C=x.get("default")):L&&(E=L.get("enum")),E&&E.size&&E.size>0&&(Z=!0),void 0!==a&&(L&&(C=L.get("default")),void 0===C&&(C=a.get("default")),void 0===(S=a.get("example"))&&(S=a.get("x-example"))),D.a.createElement("tr",{"data-param-name":a.get("name"),"data-param-in":a.get("in")},D.a.createElement("td",{className:"parameters-col_name"},D.a.createElement("div",{className:H?"parameter__name required":"parameter__name"},a.get("name"),H?D.a.createElement("span",null," *"):null),D.a.createElement("div",{className:"parameter__type"},q,z&&"[".concat(z,"]"),U&&D.a.createElement("span",{className:"prop-format"},"($",U,")")),D.a.createElement("div",{className:"parameter__deprecated"},g&&a.get("deprecated")?"deprecated":null),D.a.createElement("div",{className:"parameter__in"},"(",a.get("in"),")"),w&&Y.size?y()(e=Y.entrySeq()).call(e,(function(e){var t,n=bt()(e,2),r=n[0],o=n[1];return D.a.createElement(N,{key:d()(t="".concat(r,"-")).call(t,o),xKey:r,xVal:o})})):null,_&&G.size?y()(G).call(G,(function(e,t){var n;return D.a.createElement(N,{key:d()(n="".concat(t,"-")).call(n,e),xKey:t,xVal:e})})):null),D.a.createElement("td",{className:"parameters-col_description"},a.get("description")?D.a.createElement(I,{source:a.get("description")}):null,!j&&c||!Z?null:D.a.createElement(I,{className:"parameter__enum",source:"<i>Available values</i> : "+y()(E).call(E,(function(e){return e})).toArray().join(", ")}),!j&&c||void 0===C?null:D.a.createElement(I,{className:"parameter__default",source:"<i>Default value</i> : "+C}),!j&&c||void 0===S?null:D.a.createElement(I,{source:"<i>Example</i> : "+S}),V&&!W&&D.a.createElement("div",null,"Error: your browser does not support FormData"),g&&a.get("examples")?D.a.createElement("section",{className:"parameter-controls"},D.a.createElement(P,{examples:a.get("examples"),onSelect:this._onExampleSelect,updateValue:this.onChangeWrapper,getComponent:s,defaultToFirstExample:!0,currentKey:m.activeExamplesMember.apply(m,d()(t=Nn()(h)).call(t,["parameters",this.getParamKey()])),currentUserInputValue:K})):null,j?null:D.a.createElement(A,{fn:l,getComponent:s,value:K,required:H,disabled:!c,description:a.get("description")?d()(n="".concat(a.get("name")," - ")).call(n,a.get("description")):"".concat(a.get("name")),onChange:this.onChangeWrapper,errors:F.get("errors"),schema:L}),j&&L?D.a.createElement(T,{getComponent:s,specPath:v.push("schema"),getConfigs:u,isExecute:c,specSelectors:f,schema:L,example:j,includeWriteOnly:!0}):null,!j&&c&&a.get("allowEmptyValue")?D.a.createElement(M,{onChange:this.onChangeIncludeEmpty,isIncluded:f.parameterInclusionSettingFor(h,a.get("name"),a.get("in")),isDisabled:!Object($.q)(K)}):null,g&&a.get("examples")?D.a.createElement(R,{example:a.getIn(["examples",m.activeExamplesMember.apply(m,d()(r=Nn()(h)).call(r,["parameters",this.getParamKey()]))]),getComponent:s,getConfigs:u}):null))}}]),n}(R.Component),Fn=n(215),Un=n.n(Fn),qn=n(18),zn=n.n(qn),Vn=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"handleValidateParameters",(function(){var e=r.props,t=e.specSelectors,n=e.specActions,o=e.path,a=e.method;return n.validateParams([o,a]),t.validateBeforeExecute([o,a])})),C()(ye()(r),"handleValidateRequestBody",(function(){var e=r.props,t=e.path,n=e.method,o=e.specSelectors,a=e.oas3Selectors,i=e.oas3Actions,s={missingBodyValue:!1,missingRequiredKeys:[]};i.clearRequestBodyValidateError({path:t,method:n});var u=o.getOAS3RequiredRequestBodyContentType([t,n]),c=a.requestBodyValue(t,n),l=a.validateBeforeExecute([t,n]),p=a.requestContentType(t,n);if(!l)return s.missingBodyValue=!0,i.setRequestBodyValidateError({path:t,method:n,validationErrors:s}),!1;if(!u)return!0;var f=a.validateShallowRequired({oas3RequiredRequestBodyContentType:u,oas3RequestContentType:p,oas3RequestBodyValue:c});return!f||f.length<1||(zn()(f).call(f,(function(e){s.missingRequiredKeys.push(e)})),i.setRequestBodyValidateError({path:t,method:n,validationErrors:s}),!1)})),C()(ye()(r),"handleValidationResultPass",(function(){var e=r.props,t=e.specActions,n=e.operation,o=e.path,a=e.method;r.props.onExecute&&r.props.onExecute(),t.execute({operation:n,path:o,method:a})})),C()(ye()(r),"handleValidationResultFail",(function(){var e=r.props,t=e.specActions,n=e.path,o=e.method;t.clearValidateParams([n,o]),Un()((function(){t.validateParams([n,o])}),40)})),C()(ye()(r),"handleValidationResult",(function(e){e?r.handleValidationResultPass():r.handleValidationResultFail()})),C()(ye()(r),"onClick",(function(){var e=r.handleValidateParameters(),t=r.handleValidateRequestBody(),n=e&&t;r.handleValidationResult(n)})),C()(ye()(r),"onChangeProducesWrapper",(function(e){return r.props.specActions.changeProducesValue([r.props.path,r.props.method],e)})),r}return P()(n,[{key:"render",value:function(){return D.a.createElement("button",{className:"btn execute opblock-control__btn",onClick:this.onClick},"Execute")}}]),n}(R.Component),Wn=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e,t=this.props,n=t.headers,r=t.getComponent,o=r("Property"),a=r("Markdown",!0);return n&&n.size?D.a.createElement("div",{className:"headers-wrapper"},D.a.createElement("h4",{className:"headers__title"},"Headers:"),D.a.createElement("table",{className:"headers"},D.a.createElement("thead",null,D.a.createElement("tr",{className:"header-row"},D.a.createElement("th",{className:"header-col"},"Name"),D.a.createElement("th",{className:"header-col"},"Description"),D.a.createElement("th",{className:"header-col"},"Type"))),D.a.createElement("tbody",null,y()(e=n.entrySeq()).call(e,(function(e){var t=bt()(e,2),n=t[0],r=t[1];if(!F.a.Map.isMap(r))return null;var i=r.get("description"),s=r.getIn(["schema"])?r.getIn(["schema","type"]):r.getIn(["type"]),u=r.getIn(["schema","example"]);return D.a.createElement("tr",{key:n},D.a.createElement("td",{className:"header-col"},n),D.a.createElement("td",{className:"header-col"},i?D.a.createElement(a,{source:i}):null),D.a.createElement("td",{className:"header-col"},s," ",u?D.a.createElement(o,{propKey:"Example",propVal:u,propClass:"header-example"}):null))})).toArray()))):null}}]),n}(D.a.Component),Hn=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.editorActions,n=e.errSelectors,r=e.layoutSelectors,o=e.layoutActions,a=(0,e.getComponent)("Collapse");if(t&&t.jumpToLine)var i=t.jumpToLine;var s=n.allErrors(),u=f()(s).call(s,(function(e){return"thrown"===e.get("type")||"error"===e.get("level")}));if(!u||u.count()<1)return null;var c=r.isShown(["errorPane"],!0),l=u.sortBy((function(e){return e.get("line")}));return D.a.createElement("pre",{className:"errors-wrapper"},D.a.createElement("hgroup",{className:"error"},D.a.createElement("h4",{className:"errors__title"},"Errors"),D.a.createElement("button",{className:"btn errors__clear-btn",onClick:function(){return o.show(["errorPane"],!c)}},c?"Hide":"Show")),D.a.createElement(a,{isOpened:c,animated:!0},D.a.createElement("div",{className:"errors"},y()(l).call(l,(function(e,t){var n=e.get("type");return"thrown"===n||"auth"===n?D.a.createElement(Jn,{key:t,error:e.get("error")||e,jumpToLine:i}):"spec"===n?D.a.createElement($n,{key:t,error:e,jumpToLine:i}):void 0})))))}}]),n}(D.a.Component),Jn=function(e){var t=e.error,n=e.jumpToLine;if(!t)return null;var r=t.get("line");return D.a.createElement("div",{className:"error-wrapper"},t?D.a.createElement("div",null,D.a.createElement("h4",null,t.get("source")&&t.get("level")?Kn(t.get("source"))+" "+t.get("level"):"",t.get("path")?D.a.createElement("small",null," at ",t.get("path")):null),D.a.createElement("span",{className:"message thrown"},t.get("message")),D.a.createElement("div",{className:"error-line"},r&&n?D.a.createElement("a",{onClick:T()(n).call(n,null,r)},"Jump to line ",r):null)):null)},$n=function(e){var t=e.error,n=e.jumpToLine,r=null;return t.get("path")?r=B.List.isList(t.get("path"))?D.a.createElement("small",null,"at ",t.get("path").join(".")):D.a.createElement("small",null,"at ",t.get("path")):t.get("line")&&!n&&(r=D.a.createElement("small",null,"on line ",t.get("line"))),D.a.createElement("div",{className:"error-wrapper"},t?D.a.createElement("div",null,D.a.createElement("h4",null,Kn(t.get("source"))+" "+t.get("level")," ",r),D.a.createElement("span",{className:"message"},t.get("message")),D.a.createElement("div",{className:"error-line"},n?D.a.createElement("a",{onClick:T()(n).call(n,null,t.get("line"))},"Jump to line ",t.get("line")):null)):null)};function Kn(e){var t;return y()(t=(e||"").split(" ")).call(t,(function(e){return e[0].toUpperCase()+A()(e).call(e,1)})).join(" ")}Jn.defaultProps={jumpToLine:null};var Yn=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onChangeWrapper",(function(e){return r.props.onChange(e.target.value)})),r}return P()(n,[{key:"componentDidMount",value:function(){this.props.contentTypes&&this.props.onChange(this.props.contentTypes.first())}},{key:"componentWillReceiveProps",value:function(e){var t;e.contentTypes&&e.contentTypes.size&&(We()(t=e.contentTypes).call(t,e.value)||e.onChange(e.contentTypes.first()))}},{key:"render",value:function(){var e=this.props,t=e.contentTypes,n=e.className,r=e.value;return t&&t.size?D.a.createElement("div",{className:"content-type-wrapper "+(n||"")},D.a.createElement("select",{className:"content-type",value:r||"",onChange:this.onChangeWrapper},y()(t).call(t,(function(e){return D.a.createElement("option",{key:e,value:e},e)})).toArray())):null}}]),n}(D.a.Component);C()(Yn,"defaultProps",{onChange:function(){},value:null,contentTypes:Object(B.fromJS)(["application/json"])});var Gn=n(29),Zn=n.n(Gn),Xn=n(56),Qn=n.n(Xn),er=n(100),tr=n.n(er);function nr(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return tr()(e=f()(n).call(n,(function(e){return!!e})).join(" ")).call(e)}var rr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.fullscreen,n=e.full,r=Qn()(e,["fullscreen","full"]);if(t)return D.a.createElement("section",r);var o="swagger-container"+(n?"-full":"");return D.a.createElement("section",Zn()({},r,{className:nr(r.className,o)}))}}]),n}(D.a.Component),or={mobile:"",tablet:"-tablet",desktop:"-desktop",large:"-hd"},ar=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e,t=this.props,n=t.hide,r=t.keepContents,o=(t.mobile,t.tablet,t.desktop,t.large,Qn()(t,["hide","keepContents","mobile","tablet","desktop","large"]));if(n&&!r)return D.a.createElement("span",null);var a=[];for(var i in or)if(or.hasOwnProperty(i)){var s=or[i];if(i in this.props){var u=this.props[i];if(u<1){a.push("none"+s);continue}a.push("block"+s),a.push("col-"+u+s)}}n&&a.push("hidden");var c=nr.apply(void 0,d()(e=[o.className]).call(e,a));return D.a.createElement("section",Zn()({},o,{className:c}))}}]),n}(D.a.Component),ir=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){return D.a.createElement("div",Zn()({},this.props,{className:nr(this.props.className,"wrapper")}))}}]),n}(D.a.Component),sr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){return D.a.createElement("button",Zn()({},this.props,{className:nr(this.props.className,"button")}))}}]),n}(D.a.Component);C()(sr,"defaultProps",{className:""});var ur=function(e){return D.a.createElement("textarea",e)},cr=function(e){return D.a.createElement("input",e)},lr=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o,a;return N()(this,n),o=t.call(this,e,r),C()(ye()(o),"onChange",(function(e){var t,n,r=o.props,a=r.onChange,i=r.multiple,s=A()([]).call(e.target.options);i?t=y()(n=f()(s).call(s,(function(e){return e.selected}))).call(n,(function(e){return e.value})):t=e.target.value;o.setState({value:t}),a&&a(t)})),a=e.value?e.value:e.multiple?[""]:"",o.state={value:a},o}return P()(n,[{key:"componentWillReceiveProps",value:function(e){e.value!==this.props.value&&this.setState({value:e.value})}},{key:"render",value:function(){var e,t,n=this.props,r=n.allowedValues,o=n.multiple,a=n.allowEmptyValue,i=n.disabled,s=(null===(e=this.state.value)||void 0===e||null===(t=e.toJS)||void 0===t?void 0:t.call(e))||this.state.value;return D.a.createElement("select",{className:this.props.className,multiple:o,value:s,onChange:this.onChange,disabled:i},a?D.a.createElement("option",{value:""},"--"):null,y()(r).call(r,(function(e,t){return D.a.createElement("option",{key:t,value:String(e)},String(e))})))}}]),n}(D.a.Component);C()(lr,"defaultProps",{multiple:!1,allowEmptyValue:!0});var pr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){return D.a.createElement("a",Zn()({},this.props,{rel:"noopener noreferrer",className:nr(this.props.className,"link")}))}}]),n}(D.a.Component),fr=function(e){var t=e.children;return D.a.createElement("div",{className:"no-margin"}," ",t," ")},hr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"renderNotAnimated",value:function(){return this.props.isOpened?D.a.createElement(fr,null,this.props.children):D.a.createElement("noscript",null)}},{key:"render",value:function(){var e=this.props,t=e.animated,n=e.isOpened,r=e.children;return t?(r=n?r:null,D.a.createElement(fr,null,r)):this.renderNotAnimated()}}]),n}(D.a.Component);C()(hr,"defaultProps",{isOpened:!1,animated:!1});var dr=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r,o;N()(this,n);for(var a=arguments.length,i=new Array(a),s=0;s<a;s++)i[s]=arguments[s];return(o=t.call.apply(t,d()(e=[this]).call(e,i))).setTagShown=T()(r=o._setTagShown).call(r,ye()(o)),o}return P()(n,[{key:"_setTagShown",value:function(e,t){this.props.layoutActions.show(e,t)}},{key:"showOp",value:function(e,t){this.props.layoutActions.show(e,t)}},{key:"render",value:function(){var e=this.props,t=e.specSelectors,n=e.layoutSelectors,r=e.layoutActions,o=e.getComponent,a=t.taggedOperations(),i=o("Collapse");return D.a.createElement("div",null,D.a.createElement("h4",{className:"overview-title"},"Overview"),y()(a).call(a,(function(e,t){var o=e.get("operations"),a=["overview-tags",t],s=n.isShown(a,!0);return D.a.createElement("div",{key:"overview-"+t},D.a.createElement("h4",{onClick:function(){return r.show(a,!s)},className:"link overview-tag"}," ",s?"-":"+",t),D.a.createElement(i,{isOpened:s,animated:!0},y()(o).call(o,(function(e){var t=e.toObject(),o=t.path,a=t.method,i=t.id,s="operations",u=i,c=n.isShown([s,u]);return D.a.createElement(vr,{key:i,path:o,method:a,id:o+"-"+a,shown:c,showOpId:u,showOpIdPrefix:s,href:"#operation-".concat(u),onClick:r.show})})).toArray()))})).toArray(),a.size<1&&D.a.createElement("h3",null," No operations defined in spec! "))}}]),n}(D.a.Component),vr=function(e){_e()(n,e);var t=xe()(n);function n(e){var r,o;return N()(this,n),(o=t.call(this,e)).onClick=T()(r=o._onClick).call(r,ye()(o)),o}return P()(n,[{key:"_onClick",value:function(){var e=this.props,t=e.showOpId,n=e.showOpIdPrefix;(0,e.onClick)([n,t],!e.shown)}},{key:"render",value:function(){var e=this.props,t=e.id,n=e.method,r=e.shown,o=e.href;return D.a.createElement(pr,{href:o,onClick:this.onClick,className:"block opblock-link ".concat(r?"shown":"")},D.a.createElement("div",null,D.a.createElement("small",{className:"bold-label-".concat(n)},n.toUpperCase()),D.a.createElement("span",{className:"bold-label"},t)))}}]),n}(D.a.Component),mr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"componentDidMount",value:function(){this.props.initialValue&&(this.inputRef.value=this.props.initialValue)}},{key:"render",value:function(){var e=this,t=this.props,n=(t.value,t.defaultValue,t.initialValue,Qn()(t,["value","defaultValue","initialValue"]));return D.a.createElement("input",Zn()({},n,{ref:function(t){return e.inputRef=t}}))}}]),n}(D.a.Component),gr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.host,n=e.basePath;return D.a.createElement("pre",{className:"base-url"},"[ Base URL: ",t,n," ]")}}]),n}(D.a.Component),yr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.data,n=e.getComponent,r=e.selectedServer,o=e.url,a=t.get("name")||"the developer",i=lt(t.get("url"),o,{selectedServer:r}),s=t.get("email"),u=n("Link");return D.a.createElement("div",{className:"info__contact"},i&&D.a.createElement("div",null,D.a.createElement(u,{href:Object($.G)(i),target:"_blank"},a," - Website")),s&&D.a.createElement(u,{href:Object($.G)("mailto:".concat(s))},i?"Send email to ".concat(a):"Contact ".concat(a)))}}]),n}(D.a.Component),br=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.license,n=e.getComponent,r=e.selectedServer,o=e.url,a=n("Link"),i=t.get("name")||"License",s=lt(t.get("url"),o,{selectedServer:r});return D.a.createElement("div",{className:"info__license"},s?D.a.createElement(a,{target:"_blank",href:Object($.G)(s)},i):D.a.createElement("span",null,i))}}]),n}(D.a.Component),_r=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.url,n=(0,e.getComponent)("Link");return D.a.createElement(n,{target:"_blank",href:Object($.G)(t)},D.a.createElement("span",{className:"url"}," ",t))}}]),n}(D.a.PureComponent),wr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.info,n=e.url,r=e.host,o=e.basePath,a=e.getComponent,i=e.externalDocs,s=e.selectedServer,u=e.url,c=t.get("version"),l=t.get("description"),p=t.get("title"),f=lt(t.get("termsOfService"),u,{selectedServer:s}),h=t.get("contact"),d=t.get("license"),v=lt(i&&i.get("url"),u,{selectedServer:s}),m=i&&i.get("description"),g=a("Markdown",!0),y=a("Link"),b=a("VersionStamp"),_=a("InfoUrl"),w=a("InfoBasePath");return D.a.createElement("div",{className:"info"},D.a.createElement("hgroup",{className:"main"},D.a.createElement("h2",{className:"title"},p,c&&D.a.createElement(b,{version:c})),r||o?D.a.createElement(w,{host:r,basePath:o}):null,n&&D.a.createElement(_,{getComponent:a,url:n})),D.a.createElement("div",{className:"description"},D.a.createElement(g,{source:l})),f&&D.a.createElement("div",{className:"info__tos"},D.a.createElement(y,{target:"_blank",href:Object($.G)(f)},"Terms of service")),h&&h.size?D.a.createElement(yr,{getComponent:a,data:h,selectedServer:s,url:n}):null,d&&d.size?D.a.createElement(br,{getComponent:a,license:d,selectedServer:s,url:n}):null,i?D.a.createElement(y,{className:"info__extdocs",target:"_blank",href:Object($.G)(v)},m||v):null)}}]),n}(D.a.Component),xr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.specSelectors,n=e.getComponent,r=e.oas3Selectors,o=t.info(),a=t.url(),i=t.basePath(),s=t.host(),u=t.externalDocs(),c=r.selectedServer(),l=n("info");return D.a.createElement("div",null,o&&o.count()?D.a.createElement(l,{info:o,url:a,host:s,basePath:i,externalDocs:u,getComponent:n,selectedServer:c}):null)}}]),n}(D.a.Component),Er=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){return null}}]),n}(D.a.Component),Cr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){return D.a.createElement("div",{className:"footer"})}}]),n}(D.a.Component),Sr=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onFilterChange",(function(e){var t=e.target.value;r.props.layoutActions.updateFilter(t)})),r}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.specSelectors,n=e.layoutSelectors,r=(0,e.getComponent)("Col"),o="loading"===t.loadingStatus(),a="failed"===t.loadingStatus(),i=n.currentFilter(),s=["operation-filter-input"];return a&&s.push("failed"),o&&s.push("loading"),D.a.createElement("div",null,null===i||!1===i||"false"===i?null:D.a.createElement("div",{className:"filter-container"},D.a.createElement(r,{className:"filter wrapper",mobile:12},D.a.createElement("input",{className:s.join(" "),placeholder:"Filter by tag",type:"text",onChange:this.onFilterChange,value:!0===i||"true"===i?"":i,disabled:o}))))}}]),n}(D.a.Component),Ar=Function.prototype,kr=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;return N()(this,n),o=t.call(this,e,r),C()(ye()(o),"updateValues",(function(e){var t=e.param,n=e.isExecute,r=e.consumesValue,a=void 0===r?"":r,i=/xml/i.test(a),s=/json/i.test(a),u=i?t.get("value_xml"):t.get("value");if(void 0!==u){var c=!u&&s?"{}":u;o.setState({value:c}),o.onChange(c,{isXml:i,isEditBox:n})}else i?o.onChange(o.sample("xml"),{isXml:i,isEditBox:n}):o.onChange(o.sample(),{isEditBox:n})})),C()(ye()(o),"sample",(function(e){var t=o.props,n=t.param,r=(0,t.fn.inferSchema)(n.toJS());return Object($.o)(r,e,{includeWriteOnly:!0})})),C()(ye()(o),"onChange",(function(e,t){var n=t.isEditBox,r=t.isXml;o.setState({value:e,isEditBox:n}),o._onChange(e,r)})),C()(ye()(o),"_onChange",(function(e,t){(o.props.onChange||Ar)(e,t)})),C()(ye()(o),"handleOnChange",(function(e){var t=o.props.consumesValue,n=/xml/i.test(t),r=e.target.value;o.onChange(r,{isXml:n})})),C()(ye()(o),"toggleIsEditBox",(function(){return o.setState((function(e){return{isEditBox:!e.isEditBox}}))})),o.state={isEditBox:!1,value:""},o}return P()(n,[{key:"componentDidMount",value:function(){this.updateValues.call(this,this.props)}},{key:"componentWillReceiveProps",value:function(e){this.updateValues.call(this,e)}},{key:"render",value:function(){var e=this.props,t=e.onChangeConsumes,r=e.param,o=e.isExecute,a=e.specSelectors,i=e.pathMethod,s=e.getConfigs,u=e.getComponent,c=u("Button"),l=u("TextArea"),p=u("highlightCode"),f=u("contentType"),h=(a?a.parameterWithMetaByIdentity(i,r):r).get("errors",Object(B.List)()),d=a.contentTypeValues(i).get("requestContentType"),v=this.props.consumes&&this.props.consumes.size?this.props.consumes:n.defaultProp.consumes,m=this.state,g=m.value,y=m.isEditBox;return D.a.createElement("div",{className:"body-param","data-param-name":r.get("name"),"data-param-in":r.get("in")},y&&o?D.a.createElement(l,{className:"body-param__text"+(h.count()?" invalid":""),value:g,onChange:this.handleOnChange}):g&&D.a.createElement(p,{className:"body-param__example",getConfigs:s,value:g}),D.a.createElement("div",{className:"body-param-options"},o?D.a.createElement("div",{className:"body-param-edit"},D.a.createElement(c,{className:y?"btn cancel body-param__example-edit":"btn edit body-param__example-edit",onClick:this.toggleIsEditBox},y?"Cancel":"Edit")):null,D.a.createElement("label",{htmlFor:""},D.a.createElement("span",null,"Parameter content type"),D.a.createElement(f,{value:d,contentTypes:v,onChange:t,className:"body-param-content-type"}))))}}]),n}(R.PureComponent);C()(kr,"defaultProp",{consumes:Object(B.fromJS)(["application/json"]),param:Object(B.fromJS)({}),onChange:Ar,onChangeConsumes:Ar});var Or=n(85),jr=n.n(Or),Tr=n(51),Ir=n.n(Tr),Nr=function(e){var t,n="_**[]";return me()(e).call(e,n)<0?e:tr()(t=e.split(n)[0]).call(t)};var Mr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.request,n=e.getConfigs,r=function(e){var t,n=[],r=!1,o=e.get("headers");if(n.push("curl"),e.get("curlOptions")&&n.push.apply(n,Nn()(e.get("curlOptions"))),n.push("-X",e.get("method")),n.push('"'.concat(e.get("url"),'"')),o&&o.size){var a,s,u=Ir()(jr()(a=e.get("headers")).call(a));try{for(u.s();!(s=u.n()).done;){var c,l=s.value,p=bt()(l,2),f=p[0],h=p[1];n.push("-H "),n.push(d()(c='"'.concat(f,": ")).call(c,h.replace(/\$/g,"\\$"),'"')),r=r||/^content-type$/i.test(f)&&/^multipart\/form-data$/i.test(h)}}catch(e){u.e(e)}finally{u.f()}}if(e.get("body"))if(r&&We()(t=["POST","PUT","PATCH"]).call(t,e.get("method"))){var v,m=Ir()(e.get("body").entrySeq());try{for(m.s();!(v=m.n()).done;){var g,y,b,_=bt()(v.value,2),w=_[0],x=_[1],E=Nr(w);n.push("-F"),x instanceof J.a.File?n.push(d()(g=d()(y='"'.concat(E,"=@")).call(y,x.name)).call(g,x.type?";type=".concat(x.type):"",'"')):n.push(d()(b='"'.concat(E,"=")).call(b,x,'"'))}}catch(e){m.e(e)}finally{m.f()}}else{n.push("-d");var C=e.get("body");if(B.Map.isMap(C)){var S,A=[],k=Ir()(e.get("body").entrySeq());try{for(k.s();!(S=k.n()).done;){var O,j,T,I=bt()(S.value,2),N=I[0],M=I[1],P=Nr(N);M instanceof J.a.File?A.push(d()(O=d()(j='"'.concat(P,'":{"name":"')).call(j,M.name,'"')).call(O,M.type?',"type":"'.concat(M.type,'"'):"","}")):A.push(d()(T='"'.concat(P,'":')).call(T,i()(M).replace(/\\n/g,"").replace("$","\\$")))}}catch(e){k.e(e)}finally{k.f()}n.push("{".concat(A.join(),"}"))}else n.push(i()(e.get("body")).replace(/\\n/g,"").replace(/\$/g,"\\$"))}else e.get("body")||"POST"!==e.get("method")||(n.push("-d"),n.push('""'));return n.join(" ")}(t),o=n(),a=ln()(o,"syntaxHighlight.activated")?D.a.createElement(Ht,{language:"bash",className:"curl microlight",onWheel:this.preventYScrollingBeyondElement,style:un(ln()(o,"syntaxHighlight.theme"))},r):D.a.createElement("textarea",{readOnly:!0,className:"curl",value:r});return D.a.createElement("div",{className:"curl-command"},D.a.createElement("h4",null,"Curl"),D.a.createElement("div",{className:"copy-to-clipboard"},D.a.createElement(hn.CopyToClipboard,{text:r},D.a.createElement("button",null))),D.a.createElement("div",null,a))}}]),n}(D.a.Component),Pr=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onChange",(function(e){r.setScheme(e.target.value)})),C()(ye()(r),"setScheme",(function(e){var t=r.props,n=t.path,o=t.method;t.specActions.setScheme(e,n,o)})),r}return P()(n,[{key:"componentWillMount",value:function(){var e=this.props.schemes;this.setScheme(e.first())}},{key:"componentWillReceiveProps",value:function(e){var t;this.props.currentScheme&&We()(t=e.schemes).call(t,this.props.currentScheme)||this.setScheme(e.schemes.first())}},{key:"render",value:function(){var e,t=this.props,n=t.schemes,r=t.currentScheme;return D.a.createElement("label",{htmlFor:"schemes"},D.a.createElement("span",{className:"schemes-title"},"Schemes"),D.a.createElement("select",{onChange:this.onChange,value:r},y()(e=n.valueSeq()).call(e,(function(e){return D.a.createElement("option",{value:e,key:e},e)})).toArray()))}}]),n}(D.a.Component),Rr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.specActions,n=e.specSelectors,r=e.getComponent,o=n.operationScheme(),a=n.schemes(),i=r("schemes");return a&&a.size?D.a.createElement(i,{currentScheme:o,schemes:a,specActions:t}):null}}]),n}(D.a.Component),Dr=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;N()(this,n),o=t.call(this,e,r),C()(ye()(o),"toggleCollapsed",(function(){o.props.onToggle&&o.props.onToggle(o.props.modelName,!o.state.expanded),o.setState({expanded:!o.state.expanded})})),C()(ye()(o),"onLoad",(function(e){if(e&&o.props.layoutSelectors){var t=o.props.layoutSelectors.getScrollToKey();F.a.is(t,o.props.specPath)&&o.toggleCollapsed(),o.props.layoutActions.readyToScroll(o.props.specPath,e.parentElement)}}));var a=o.props,i=a.expanded,s=a.collapsedContent;return o.state={expanded:i,collapsedContent:s||n.defaultProps.collapsedContent},o}return P()(n,[{key:"componentDidMount",value:function(){var e=this.props,t=e.hideSelfOnExpand,n=e.expanded,r=e.modelName;t&&n&&this.props.onToggle(r,n)}},{key:"componentWillReceiveProps",value:function(e){this.props.expanded!==e.expanded&&this.setState({expanded:e.expanded})}},{key:"render",value:function(){var e=this.props,t=e.title,n=e.classes;return this.state.expanded&&this.props.hideSelfOnExpand?D.a.createElement("span",{className:n||""},this.props.children):D.a.createElement("span",{className:n||"",ref:this.onLoad},t&&D.a.createElement("span",{onClick:this.toggleCollapsed,className:"pointer"},t),D.a.createElement("span",{onClick:this.toggleCollapsed,className:"pointer"},D.a.createElement("span",{className:"model-toggle"+(this.state.expanded?"":" collapsed")})),this.state.expanded?this.props.children:this.state.collapsedContent)}}]),n}(R.Component);C()(Dr,"defaultProps",{collapsedContent:"{...}",expanded:!1,title:null,onToggle:function(){},hideSelfOnExpand:!1,specPath:F.a.List([])});var Lr=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;N()(this,n),o=t.call(this,e,r),C()(ye()(o),"activeTab",(function(e){var t=e.target.dataset.name;o.setState({activeTab:t})}));var a=o.props,i=a.getConfigs,s=a.isExecute,u=i().defaultModelRendering,c=u;return"example"!==u&&"model"!==u&&(c="example"),s&&(c="example"),o.state={activeTab:c},o}return P()(n,[{key:"componentWillReceiveProps",value:function(e){e.isExecute&&!this.props.isExecute&&this.props.example&&this.setState({activeTab:"example"})}},{key:"render",value:function(){var e=this.props,t=e.getComponent,n=e.specSelectors,r=e.schema,o=e.example,a=e.isExecute,i=e.getConfigs,s=e.specPath,u=e.includeReadOnly,c=e.includeWriteOnly,l=i().defaultModelExpandDepth,p=t("ModelWrapper"),f=t("highlightCode"),h=n.isOAS3();return D.a.createElement("div",{className:"model-example"},D.a.createElement("ul",{className:"tab"},D.a.createElement("li",{className:"tabitem"+("example"===this.state.activeTab?" active":"")},D.a.createElement("a",{className:"tablinks","data-name":"example",onClick:this.activeTab},a?"Edit Value":"Example Value")),r?D.a.createElement("li",{className:"tabitem"+("model"===this.state.activeTab?" active":"")},D.a.createElement("a",{className:"tablinks"+(a?" inactive":""),"data-name":"model",onClick:this.activeTab},h?"Schema":"Model")):null),D.a.createElement("div",null,"example"===this.state.activeTab?o||D.a.createElement(f,{value:"(no example available)",getConfigs:i}):null,"model"===this.state.activeTab&&D.a.createElement(p,{schema:r,getComponent:t,getConfigs:i,specSelectors:n,expandDepth:l,specPath:s,includeReadOnly:u,includeWriteOnly:c})))}}]),n}(D.a.Component),Br=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onToggle",(function(e,t){r.props.layoutActions&&r.props.layoutActions.show(r.props.fullPath,t)})),r}return P()(n,[{key:"render",value:function(){var e,t=this.props,n=t.getComponent,r=t.getConfigs,o=n("Model");return this.props.layoutSelectors&&(e=this.props.layoutSelectors.isShown(this.props.fullPath)),D.a.createElement("div",{className:"model-box"},D.a.createElement(o,Zn()({},this.props,{getConfigs:r,expanded:e,depth:1,onToggle:this.onToggle,expandDepth:this.props.expandDepth||0})))}}]),n}(R.Component),Fr=n(220),Ur=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"getSchemaBasePath",(function(){return r.props.specSelectors.isOAS3()?["components","schemas"]:["definitions"]})),C()(ye()(r),"getCollapsedContent",(function(){return" "})),C()(ye()(r),"handleToggle",(function(e,t){var n,o;(r.props.layoutActions.show(d()(n=[]).call(n,Nn()(r.getSchemaBasePath()),[e]),t),t)&&r.props.specActions.requestResolvedSubtree(d()(o=[]).call(o,Nn()(r.getSchemaBasePath()),[e]))})),C()(ye()(r),"onLoadModels",(function(e){e&&r.props.layoutActions.readyToScroll(r.getSchemaBasePath(),e)})),C()(ye()(r),"onLoadModel",(function(e){if(e){var t,n=e.getAttribute("data-name");r.props.layoutActions.readyToScroll(d()(t=[]).call(t,Nn()(r.getSchemaBasePath()),[n]),e)}})),r}return P()(n,[{key:"render",value:function(){var e,t=this,n=this.props,r=n.specSelectors,o=n.getComponent,a=n.layoutSelectors,i=n.layoutActions,s=n.getConfigs,u=r.definitions(),c=s(),l=c.docExpansion,p=c.defaultModelsExpandDepth;if(!u.size||p<0)return null;var f=this.getSchemaBasePath(),h=a.isShown(f,p>0&&"none"!==l),v=r.isOAS3(),m=o("ModelWrapper"),g=o("Collapse"),b=o("ModelCollapse"),_=o("JumpToPath");return D.a.createElement("section",{className:h?"models is-open":"models",ref:this.onLoadModels},D.a.createElement("h4",{onClick:function(){return i.show(f,!h)}},D.a.createElement("span",null,v?"Schemas":"Models"),D.a.createElement("svg",{width:"20",height:"20"},D.a.createElement("use",{xlinkHref:h?"#large-arrow-down":"#large-arrow"}))),D.a.createElement(g,{isOpened:h},y()(e=u.entrySeq()).call(e,(function(e){var n,u=bt()(e,1)[0],c=d()(n=[]).call(n,Nn()(f),[u]),l=F.a.List(c),h=r.specResolvedSubtree(c),v=r.specJson().getIn(c),g=B.Map.isMap(h)?h:F.a.Map(),y=B.Map.isMap(v)?v:F.a.Map(),w=g.get("title")||y.get("title")||u,x=a.isShown(c,!1);x&&0===g.size&&y.size>0&&t.props.specActions.requestResolvedSubtree(c);var E=D.a.createElement(m,{name:u,expandDepth:p,schema:g||F.a.Map(),displayName:w,fullPath:c,specPath:l,getComponent:o,specSelectors:r,getConfigs:s,layoutSelectors:a,layoutActions:i,includeReadOnly:!0,includeWriteOnly:!0}),C=D.a.createElement("span",{className:"model-box"},D.a.createElement("span",{className:"model model-title"},w));return D.a.createElement("div",{id:"model-".concat(u),className:"model-container",key:"models-section-".concat(u),"data-name":u,ref:t.onLoadModel},D.a.createElement("span",{className:"models-jump-to-path"},D.a.createElement(_,{specPath:l})),D.a.createElement(b,{classes:"model-box",collapsedContent:t.getCollapsedContent(u),onToggle:t.handleToggle,title:C,displayName:w,modelName:u,specPath:l,layoutSelectors:a,layoutActions:i,hideSelfOnExpand:!0,expanded:p>0&&x},E))})).toArray()))}}]),n}(R.Component),qr=function(e){var t=e.value,n=(0,e.getComponent)("ModelCollapse"),r=D.a.createElement("span",null,"Array [ ",t.count()," ]");return D.a.createElement("span",{className:"prop-enum"},"Enum:",D.a.createElement("br",null),D.a.createElement(n,{collapsedContent:r},"[ ",t.join(", ")," ]"))},zr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e,t,n,r,o=this.props,a=o.schema,s=o.name,u=o.displayName,c=o.isRef,l=o.getComponent,p=o.getConfigs,h=o.depth,v=o.onToggle,m=o.expanded,g=o.specPath,b=Qn()(o,["schema","name","displayName","isRef","getComponent","getConfigs","depth","onToggle","expanded","specPath"]),_=b.specSelectors,w=b.expandDepth,x=b.includeReadOnly,E=b.includeWriteOnly,C=_.isOAS3;if(!a)return null;var S=p().showExtensions,k=a.get("description"),O=a.get("properties"),j=a.get("additionalProperties"),T=a.get("title")||u||s,I=a.get("required"),N=f()(a).call(a,(function(e,t){var n;return-1!==me()(n=["maxProperties","minProperties","nullable","example"]).call(n,t)})),M=a.get("deprecated"),P=l("JumpToPath",!0),R=l("Markdown",!0),L=l("Model"),F=l("ModelCollapse"),U=l("Property"),q=function(){return D.a.createElement("span",{className:"model-jump-to-path"},D.a.createElement(P,{specPath:g}))},z=D.a.createElement("span",null,D.a.createElement("span",null,"{"),"...",D.a.createElement("span",null,"}"),c?D.a.createElement(q,null):""),V=_.isOAS3()?a.get("anyOf"):null,W=_.isOAS3()?a.get("oneOf"):null,H=_.isOAS3()?a.get("not"):null,J=T&&D.a.createElement("span",{className:"model-title"},c&&a.get("$$ref")&&D.a.createElement("span",{className:"model-hint"},a.get("$$ref")),D.a.createElement("span",{className:"model-title__text"},T));return D.a.createElement("span",{className:"model"},D.a.createElement(F,{modelName:s,title:J,onToggle:v,expanded:!!m||h<=w,collapsedContent:z},D.a.createElement("span",{className:"brace-open object"},"{"),c?D.a.createElement(q,null):null,D.a.createElement("span",{className:"inner-object"},D.a.createElement("table",{className:"model"},D.a.createElement("tbody",null,k?D.a.createElement("tr",{className:"description"},D.a.createElement("td",null,"description:"),D.a.createElement("td",null,D.a.createElement(R,{source:k}))):null,M?D.a.createElement("tr",{className:"property"},D.a.createElement("td",null,"deprecated:"),D.a.createElement("td",null,"true")):null,O&&O.size?y()(e=f()(t=O.entrySeq()).call(t,(function(e){var t=bt()(e,2)[1];return(!t.get("readOnly")||x)&&(!t.get("writeOnly")||E)}))).call(e,(function(e){var t,n,r=bt()(e,2),o=r[0],a=r[1],i=C()&&a.get("deprecated"),u=B.List.isList(I)&&I.contains(o),c=["property-row"];return i&&c.push("deprecated"),u&&c.push("required"),D.a.createElement("tr",{key:o,className:c.join(" ")},D.a.createElement("td",null,o,u&&D.a.createElement("span",{className:"star"},"*")),D.a.createElement("td",null,D.a.createElement(L,Zn()({key:d()(t=d()(n="object-".concat(s,"-")).call(n,o,"_")).call(t,a)},b,{required:u,getComponent:l,specPath:g.push("properties",o),getConfigs:p,schema:a,depth:h+1}))))})).toArray():null,S?D.a.createElement("tr",null,D.a.createElement("td",null," ")):null,S?y()(n=a.entrySeq()).call(n,(function(e){var t=bt()(e,2),n=t[0],r=t[1];if("x-"===A()(n).call(n,0,2)){var o=r?r.toJS?r.toJS():r:null;return D.a.createElement("tr",{key:n,className:"extension"},D.a.createElement("td",null,n),D.a.createElement("td",null,i()(o)))}})).toArray():null,j&&j.size?D.a.createElement("tr",null,D.a.createElement("td",null,"< * >:"),D.a.createElement("td",null,D.a.createElement(L,Zn()({},b,{required:!1,getComponent:l,specPath:g.push("additionalProperties"),getConfigs:p,schema:j,depth:h+1})))):null,V?D.a.createElement("tr",null,D.a.createElement("td",null,"anyOf ->"),D.a.createElement("td",null,y()(V).call(V,(function(e,t){return D.a.createElement("div",{key:t},D.a.createElement(L,Zn()({},b,{required:!1,getComponent:l,specPath:g.push("anyOf",t),getConfigs:p,schema:e,depth:h+1})))})))):null,W?D.a.createElement("tr",null,D.a.createElement("td",null,"oneOf ->"),D.a.createElement("td",null,y()(W).call(W,(function(e,t){return D.a.createElement("div",{key:t},D.a.createElement(L,Zn()({},b,{required:!1,getComponent:l,specPath:g.push("oneOf",t),getConfigs:p,schema:e,depth:h+1})))})))):null,H?D.a.createElement("tr",null,D.a.createElement("td",null,"not ->"),D.a.createElement("td",null,D.a.createElement("div",null,D.a.createElement(L,Zn()({},b,{required:!1,getComponent:l,specPath:g.push("not"),getConfigs:p,schema:H,depth:h+1}))))):null))),D.a.createElement("span",{className:"brace-close"},"}")),N.size?y()(r=N.entrySeq()).call(r,(function(e){var t,n=bt()(e,2),r=n[0],o=n[1];return D.a.createElement(U,{key:d()(t="".concat(r,"-")).call(t,o),propKey:r,propVal:o,propClass:"property"})})):null)}}]),n}(R.Component),Vr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e,t=this.props,n=t.getComponent,r=t.getConfigs,o=t.schema,a=t.depth,i=t.expandDepth,s=t.name,u=t.displayName,c=t.specPath,l=o.get("description"),p=o.get("items"),h=o.get("title")||u||s,v=f()(o).call(o,(function(e,t){var n;return-1===me()(n=["type","items","description","$$ref"]).call(n,t)})),m=n("Markdown",!0),g=n("ModelCollapse"),b=n("Model"),_=n("Property"),w=h&&D.a.createElement("span",{className:"model-title"},D.a.createElement("span",{className:"model-title__text"},h));return D.a.createElement("span",{className:"model"},D.a.createElement(g,{title:w,expanded:a<=i,collapsedContent:"[...]"},"[",v.size?y()(e=v.entrySeq()).call(e,(function(e){var t,n=bt()(e,2),r=n[0],o=n[1];return D.a.createElement(_,{key:d()(t="".concat(r,"-")).call(t,o),propKey:r,propVal:o,propClass:"property"})})):null,l?D.a.createElement(m,{source:l}):v.size?D.a.createElement("div",{className:"markdown"}):null,D.a.createElement("span",null,D.a.createElement(b,Zn()({},this.props,{getConfigs:r,specPath:c.push("items"),name:null,schema:p,required:!1,depth:a+1}))),"]"))}}]),n}(R.Component),Wr="property primitive",Hr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e,t,n,r=this.props,o=r.schema,a=r.getComponent,i=r.getConfigs,s=r.name,u=r.displayName,c=r.depth,l=i().showExtensions;if(!o||!o.get)return D.a.createElement("div",null);var p=o.get("type"),h=o.get("format"),v=o.get("xml"),m=o.get("enum"),g=o.get("title")||u||s,b=o.get("description"),_=Object($.m)(o),w=f()(o).call(o,(function(e,t){var n;return-1===me()(n=["enum","type","format","description","$$ref"]).call(n,t)})).filterNot((function(e,t){return _.has(t)})),x=a("Markdown",!0),E=a("EnumModel"),C=a("Property");return D.a.createElement("span",{className:"model"},D.a.createElement("span",{className:"prop"},s&&D.a.createElement("span",{className:"".concat(1===c&&"model-title"," prop-name")},g),D.a.createElement("span",{className:"prop-type"},p),h&&D.a.createElement("span",{className:"prop-format"},"($",h,")"),w.size?y()(e=w.entrySeq()).call(e,(function(e){var t,n=bt()(e,2),r=n[0],o=n[1];return D.a.createElement(C,{key:d()(t="".concat(r,"-")).call(t,o),propKey:r,propVal:o,propClass:Wr})})):null,l&&_.size?y()(t=_.entrySeq()).call(t,(function(e){var t,n=bt()(e,2),r=n[0],o=n[1];return D.a.createElement(C,{key:d()(t="".concat(r,"-")).call(t,o),propKey:r,propVal:o,propClass:Wr})})):null,b?D.a.createElement(x,{source:b}):null,v&&v.size?D.a.createElement("span",null,D.a.createElement("br",null),D.a.createElement("span",{className:Wr},"xml:"),y()(n=v.entrySeq()).call(n,(function(e){var t,n=bt()(e,2),r=n[0],o=n[1];return D.a.createElement("span",{key:d()(t="".concat(r,"-")).call(t,o),className:Wr},D.a.createElement("br",null),"   ",r,": ",String(o))})).toArray()):null,m&&D.a.createElement(E,{value:m,getComponent:a})))}}]),n}(R.Component),Jr=function(e){var t=e.propKey,n=e.propVal,r=e.propClass;return D.a.createElement("span",{className:r},D.a.createElement("br",null),t,": ",String(n))},$r=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.onTryoutClick,n=e.onCancelClick,r=e.enabled;return D.a.createElement("div",{className:"try-out"},r?D.a.createElement("button",{className:"btn try-out__btn cancel",onClick:n},"Cancel"):D.a.createElement("button",{className:"btn try-out__btn",onClick:t},"Try it out "))}}]),n}(D.a.Component);C()($r,"defaultProps",{onTryoutClick:Function.prototype,onCancelClick:Function.prototype,enabled:!1});var Kr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.bypass,n=e.isSwagger2,r=e.isOAS3,o=e.alsoShow;return t?D.a.createElement("div",null,this.props.children):n&&r?D.a.createElement("div",{className:"version-pragma"},o,D.a.createElement("div",{className:"version-pragma__message version-pragma__message--ambiguous"},D.a.createElement("div",null,D.a.createElement("h3",null,"Unable to render this definition"),D.a.createElement("p",null,D.a.createElement("code",null,"swagger")," and ",D.a.createElement("code",null,"openapi")," fields cannot be present in the same Swagger or OpenAPI definition. Please remove one of the fields."),D.a.createElement("p",null,"Supported version fields are ",D.a.createElement("code",null,"swagger: ",'"2.0"')," and those that match ",D.a.createElement("code",null,"openapi: 3.0.n")," (for example, ",D.a.createElement("code",null,"openapi: 3.0.0"),").")))):n||r?D.a.createElement("div",null,this.props.children):D.a.createElement("div",{className:"version-pragma"},o,D.a.createElement("div",{className:"version-pragma__message version-pragma__message--missing"},D.a.createElement("div",null,D.a.createElement("h3",null,"Unable to render this definition"),D.a.createElement("p",null,"The provided definition does not specify a valid version field."),D.a.createElement("p",null,"Please indicate a valid Swagger or OpenAPI version field. Supported version fields are ",D.a.createElement("code",null,"swagger: ",'"2.0"')," and those that match ",D.a.createElement("code",null,"openapi: 3.0.n")," (for example, ",D.a.createElement("code",null,"openapi: 3.0.0"),")."))))}}]),n}(D.a.PureComponent);C()(Kr,"defaultProps",{alsoShow:null,children:null,bypass:!1});var Yr=function(e){var t=e.version;return D.a.createElement("small",null,D.a.createElement("pre",{className:"version"}," ",t," "))},Gr=function(e){var t=e.enabled,n=e.path,r=e.text;return D.a.createElement("a",{className:"nostyle",onClick:t?function(e){return e.preventDefault()}:null,href:t?"#/".concat(n):null},D.a.createElement("span",null,r))},Zr=function(){return D.a.createElement("div",null,D.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",className:"svg-assets"},D.a.createElement("defs",null,D.a.createElement("symbol",{viewBox:"0 0 20 20",id:"unlocked"},D.a.createElement("path",{d:"M15.8 8H14V5.6C14 2.703 12.665 1 10 1 7.334 1 6 2.703 6 5.6V6h2v-.801C8 3.754 8.797 3 10 3c1.203 0 2 .754 2 2.199V8H4c-.553 0-1 .646-1 1.199V17c0 .549.428 1.139.951 1.307l1.197.387C5.672 18.861 6.55 19 7.1 19h5.8c.549 0 1.428-.139 1.951-.307l1.196-.387c.524-.167.953-.757.953-1.306V9.199C17 8.646 16.352 8 15.8 8z"})),D.a.createElement("symbol",{viewBox:"0 0 20 20",id:"locked"},D.a.createElement("path",{d:"M15.8 8H14V5.6C14 2.703 12.665 1 10 1 7.334 1 6 2.703 6 5.6V8H4c-.553 0-1 .646-1 1.199V17c0 .549.428 1.139.951 1.307l1.197.387C5.672 18.861 6.55 19 7.1 19h5.8c.549 0 1.428-.139 1.951-.307l1.196-.387c.524-.167.953-.757.953-1.306V9.199C17 8.646 16.352 8 15.8 8zM12 8H8V5.199C8 3.754 8.797 3 10 3c1.203 0 2 .754 2 2.199V8z"})),D.a.createElement("symbol",{viewBox:"0 0 20 20",id:"close"},D.a.createElement("path",{d:"M14.348 14.849c-.469.469-1.229.469-1.697 0L10 11.819l-2.651 3.029c-.469.469-1.229.469-1.697 0-.469-.469-.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-.469-.469-.469-1.228 0-1.697.469-.469 1.228-.469 1.697 0L10 8.183l2.651-3.031c.469-.469 1.228-.469 1.697 0 .469.469.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c.469.469.469 1.229 0 1.698z"})),D.a.createElement("symbol",{viewBox:"0 0 20 20",id:"large-arrow"},D.a.createElement("path",{d:"M13.25 10L6.109 2.58c-.268-.27-.268-.707 0-.979.268-.27.701-.27.969 0l7.83 7.908c.268.271.268.709 0 .979l-7.83 7.908c-.268.271-.701.27-.969 0-.268-.269-.268-.707 0-.979L13.25 10z"})),D.a.createElement("symbol",{viewBox:"0 0 20 20",id:"large-arrow-down"},D.a.createElement("path",{d:"M17.418 6.109c.272-.268.709-.268.979 0s.271.701 0 .969l-7.908 7.83c-.27.268-.707.268-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969.271-.268.709-.268.979 0L10 13.25l7.418-7.141z"})),D.a.createElement("symbol",{viewBox:"0 0 24 24",id:"jump-to"},D.a.createElement("path",{d:"M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z"})),D.a.createElement("symbol",{viewBox:"0 0 24 24",id:"expand"},D.a.createElement("path",{d:"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"})))))},Xr=n(219),Qr=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.errSelectors,n=e.specSelectors,r=e.getComponent,o=r("SvgAssets"),a=r("InfoContainer",!0),i=r("VersionPragmaFilter"),s=r("operations",!0),u=r("Models",!0),c=r("Row"),l=r("Col"),p=r("errors",!0),f=r("ServersContainer",!0),h=r("SchemesContainer",!0),d=r("AuthorizeBtnContainer",!0),v=r("FilterContainer",!0),m=n.isSwagger2(),g=n.isOAS3(),y=!n.specStr(),b=n.loadingStatus(),_=null;if("loading"===b&&(_=D.a.createElement("div",{className:"info"},D.a.createElement("div",{className:"loading-container"},D.a.createElement("div",{className:"loading"})))),"failed"===b&&(_=D.a.createElement("div",{className:"info"},D.a.createElement("div",{className:"loading-container"},D.a.createElement("h4",{className:"title"},"Failed to load API definition."),D.a.createElement(p,null)))),"failedConfig"===b){var w=t.lastError(),x=w?w.get("message"):"";_=D.a.createElement("div",{className:"info failed-config"},D.a.createElement("div",{className:"loading-container"},D.a.createElement("h4",{className:"title"},"Failed to load remote configuration."),D.a.createElement("p",null,x)))}if(!_&&y&&(_=D.a.createElement("h4",null,"No API definition provided.")),_)return D.a.createElement("div",{className:"swagger-ui"},D.a.createElement("div",{className:"loading-container"},_));var E=n.servers(),C=n.schemes(),S=E&&E.size,A=C&&C.size,k=!!n.securityDefinitions();return D.a.createElement("div",{className:"swagger-ui"},D.a.createElement(o,null),D.a.createElement(i,{isSwagger2:m,isOAS3:g,alsoShow:D.a.createElement(p,null)},D.a.createElement(p,null),D.a.createElement(c,{className:"information-container"},D.a.createElement(l,{mobile:12},D.a.createElement(a,null))),S||A||k?D.a.createElement("div",{className:"scheme-container"},D.a.createElement(l,{className:"schemes wrapper",mobile:12},S?D.a.createElement(f,null):null,A?D.a.createElement(h,null):null,k?D.a.createElement(d,null):null)):null,D.a.createElement(v,null),D.a.createElement(c,null,D.a.createElement(l,{mobile:12,desktop:12},D.a.createElement(s,null))),D.a.createElement(c,null,D.a.createElement(l,{mobile:12,desktop:12},D.a.createElement(u,null)))))}}]),n}(D.a.Component),eo=n(351),to=n.n(eo),no={value:"",onChange:function(){},schema:{},keyName:"",required:!1,errors:Object(B.List)()},ro=function(e){_e()(n,e);var t=xe()(n);function n(){return N()(this,n),t.apply(this,arguments)}return P()(n,[{key:"componentDidMount",value:function(){var e=this.props,t=e.dispatchInitialValue,n=e.value,r=e.onChange;t&&r(n)}},{key:"render",value:function(){var e,t=this.props,n=t.schema,r=t.errors,o=t.value,a=t.onChange,i=t.getComponent,s=t.fn,u=t.disabled,c=n&&n.get?n.get("format"):null,l=n&&n.get?n.get("type"):null,p=function(e){return i(e,!1,{failSilently:!0})},f=l?p(c?d()(e="JsonSchema_".concat(l,"_")).call(e,c):"JsonSchema_".concat(l)):i("JsonSchema_string");return f||(f=i("JsonSchema_string")),D.a.createElement(f,Zn()({},this.props,{errors:r,fn:s,getComponent:i,value:o,onChange:a,schema:n,disabled:u}))}}]),n}(R.Component);C()(ro,"defaultProps",no);var oo=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onChange",(function(e){var t=r.props.schema&&"file"===r.props.schema.get("type")?e.target.files[0]:e.target.value;r.props.onChange(t,r.props.keyName)})),C()(ye()(r),"onEnumChange",(function(e){return r.props.onChange(e)})),r}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.getComponent,n=e.value,r=e.schema,o=e.errors,a=e.required,i=e.description,s=e.disabled,u=r&&r.get?r.get("enum"):null,c=r&&r.get?r.get("format"):null,l=r&&r.get?r.get("type"):null,p=r&&r.get?r.get("in"):null;if(n||(n=""),o=o.toJS?o.toJS():[],u){var f=t("Select");return D.a.createElement(f,{className:o.length?"invalid":"",title:o.length?o:"",allowedValues:u,value:n,allowEmptyValue:!a,disabled:s,onChange:this.onEnumChange})}var h=s||p&&"formData"===p&&!("FormData"in window),d=t("Input");return l&&"file"===l?D.a.createElement(d,{type:"file",className:o.length?"invalid":"",title:o.length?o:"",onChange:this.onChange,disabled:h}):D.a.createElement(to.a,{type:c&&"password"===c?"password":"text",className:o.length?"invalid":"",title:o.length?o:"",value:n,minLength:0,debounceTimeout:350,placeholder:i,onChange:this.onChange,disabled:h})}}]),n}(R.Component);C()(oo,"defaultProps",no);var ao=function(e){_e()(n,e);var t=xe()(n);function n(e,r){var o;return N()(this,n),o=t.call(this,e,r),C()(ye()(o),"onChange",(function(){o.props.onChange(o.state.value)})),C()(ye()(o),"onItemChange",(function(e,t){o.setState((function(n){return{value:n.value.set(t,e)}}),o.onChange)})),C()(ye()(o),"removeItem",(function(e){o.setState((function(t){return{value:t.value.delete(e)}}),o.onChange)})),C()(ye()(o),"addItem",(function(){var e=lo(o.state.value);o.setState((function(){return{value:e.push(Object($.o)(o.state.schema.get("items"),!1,{includeWriteOnly:!0}))}}),o.onChange)})),C()(ye()(o),"onEnumChange",(function(e){o.setState((function(){return{value:e}}),o.onChange)})),o.state={value:lo(e.value),schema:e.schema},o}return P()(n,[{key:"componentWillReceiveProps",value:function(e){e.value!==this.state.value&&this.setState({value:e.value}),e.schema!==this.state.schema&&this.setState({schema:e.schema})}},{key:"render",value:function(){var e=this,t=this.props,n=t.getComponent,r=t.required,o=t.schema,a=t.errors,i=t.fn,s=t.disabled;a=a.toJS?a.toJS():[];var u,c,l=this.state.value,p=!!(l&&l.count&&l.count()>0),h=o.getIn(["items","enum"]),v=o.getIn(["items","type"]),m=o.getIn(["items","format"]),g=o.getIn(["items","schema"]),b=!1,_="file"===v||"string"===v&&"binary"===m;v&&m?u=n(d()(c="JsonSchema_".concat(v,"_")).call(c,m)):"boolean"!==v&&"array"!==v&&"object"!==v||(u=n("JsonSchema_".concat(v)));if(u||_||(b=!0),h){var w=n("Select");return D.a.createElement(w,{className:a.length?"invalid":"",title:a.length?a:"",multiple:!0,value:l,disabled:s,allowedValues:h,allowEmptyValue:!r,onChange:this.onEnumChange})}var x=n("Button");return D.a.createElement("div",{className:"json-schema-array"},p?y()(l).call(l,(function(t,r){if(a.length){var o=f()(a).call(a,(function(e){return e.index===r}));o.length&&(a=[o[0].error+r])}return D.a.createElement("div",{key:r,className:"json-schema-form-item"},_?D.a.createElement(so,{value:t,onChange:function(t){return e.onItemChange(t,r)},disabled:s,errors:a,getComponent:n}):b?D.a.createElement(io,{value:t,onChange:function(t){return e.onItemChange(t,r)},disabled:s,errors:a}):D.a.createElement(u,Zn()({},e.props,{value:t,onChange:function(t){return e.onItemChange(t,r)},disabled:s,errors:a,schema:g,getComponent:n,fn:i})),s?null:D.a.createElement(x,{className:"btn btn-sm json-schema-form-item-remove",onClick:function(){return e.removeItem(r)}}," - "))})):null,s?null:D.a.createElement(x,{className:"btn btn-sm json-schema-form-item-add ".concat(a.length?"invalid":null),onClick:this.addItem},"Add item"))}}]),n}(R.PureComponent);C()(ao,"defaultProps",no);var io=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onChange",(function(e){var t=e.target.value;r.props.onChange(t,r.props.keyName)})),r}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.value,n=e.errors,r=e.description,o=e.disabled;return t||(t=""),n=n.toJS?n.toJS():[],D.a.createElement(to.a,{type:"text",className:n.length?"invalid":"",title:n.length?n:"",value:t,minLength:0,debounceTimeout:350,placeholder:r,onChange:this.onChange,disabled:o})}}]),n}(R.Component);C()(io,"defaultProps",no);var so=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onFileChange",(function(e){var t=e.target.files[0];r.props.onChange(t,r.props.keyName)})),r}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.getComponent,n=e.errors,r=e.disabled,o=t("Input"),a=r||!("FormData"in window);return D.a.createElement(o,{type:"file",className:n.length?"invalid":"",title:n.length?n:"",onChange:this.onFileChange,disabled:a})}}]),n}(R.Component);C()(so,"defaultProps",no);var uo=function(e){_e()(n,e);var t=xe()(n);function n(){var e,r;N()(this,n);for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return r=t.call.apply(t,d()(e=[this]).call(e,a)),C()(ye()(r),"onEnumChange",(function(e){return r.props.onChange(e)})),r}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.getComponent,n=e.value,r=e.errors,o=e.schema,a=e.required,i=e.disabled;r=r.toJS?r.toJS():[];var s=o&&o.get?o.get("enum"):null,u=!s||!a,c=!s&&Object(B.fromJS)(["true","false"]),l=t("Select");return D.a.createElement(l,{className:r.length?"invalid":"",title:r.length?r:"",value:String(n),disabled:i,allowedValues:s||c,allowEmptyValue:u,onChange:this.onEnumChange})}}]),n}(R.Component);C()(uo,"defaultProps",no);var co=function(e){_e()(n,e);var t=xe()(n);function n(){var e;return N()(this,n),e=t.call(this),C()(ye()(e),"onChange",(function(t){e.props.onChange(t)})),C()(ye()(e),"handleOnChange",(function(t){var n=t.target.value;e.onChange(n)})),e}return P()(n,[{key:"render",value:function(){var e=this.props,t=e.getComponent,n=e.value,r=e.errors,o=e.disabled,a=t("TextArea");return D.a.createElement("div",null,D.a.createElement(a,{className:wn()({invalid:r.size}),title:r.size?r.join(", "):"",value:Object($.J)(n),disabled:o,onChange:this.handleOnChange}))}}]),n}(R.PureComponent);function lo(e){return B.List.isList(e)?e:Object(B.List)()}C()(co,"defaultProps",no);var po=function(){var e={components:{App:Se,authorizationPopup:Ae,authorizeBtn:ke,AuthorizeBtnContainer:Oe,authorizeOperationBtn:je,auths:Te,AuthItem:Ie,authError:Ne,oauth2:Ze,apiKeyAuth:Me,basicAuth:Pe,clear:Xe,liveResponse:tt,InitializedInput:mr,info:wr,InfoContainer:xr,JumpToPath:Er,onlineValidatorBadge:nt.a,operations:at,operation:ft,OperationSummary:vt,OperationSummaryMethod:mt,OperationSummaryPath:gt,highlightCode:dn,responses:vn,response:xn,ResponseExtension:En,responseBody:Tn,parameters:Mn,parameterRow:Bn,execute:Vn,headers:Wn,errors:Hn,contentType:Yn,overview:dr,footer:Cr,FilterContainer:Sr,ParamBody:kr,curl:Mr,schemes:Pr,SchemesContainer:Rr,modelExample:Lr,ModelWrapper:Br,ModelCollapse:Dr,Model:Fr.a,Models:Ur,EnumModel:qr,ObjectModel:zr,ArrayModel:Vr,PrimitiveModel:Hr,Property:Jr,TryItOutButton:$r,Markdown:Xr.a,BaseLayout:Qr,VersionPragmaFilter:Kr,VersionStamp:Yr,OperationExt:_t,OperationExtRow:wt,ParameterExt:Pn,ParameterIncludeEmpty:Dn,OperationTag:pt,OperationContainer:Ce,DeepLink:Gr,InfoUrl:_r,InfoBasePath:gr,SvgAssets:Zr,Example:Re,ExamplesSelect:Be,ExamplesSelectValueRetainer:ze}},t={components:r},n={components:o};return[pe.default,ce.default,ie.default,oe.default,re.default,te.default,ne.default,ae.default,e,t,se.default,n,ue.default,le.default,fe.default,he.default,de.default]},fo=n(314);function ho(){return[po,fo.default]}var vo=n(336);var mo=!0,go="g1f10240",yo="3.36.2",bo="ip-172-31-21-173",_o="Fri, 06 Nov 2020 17:39:33 GMT";function wo(e){var t;J.a.versions=J.a.versions||{},J.a.versions.swaggerUi={version:yo,gitRevision:go,gitDirty:mo,buildTimestamp:_o,machine:bo};var n={dom_id:null,domNode:null,spec:{},url:"",urls:null,layout:"BaseLayout",docExpansion:"list",maxDisplayedTags:null,filter:null,validatorUrl:"https://validator.swagger.io/validator",oauth2RedirectUrl:d()(t="".concat(window.location.protocol,"//")).call(t,window.location.host,"/oauth2-redirect.html"),persistAuthorization:!1,configs:{},custom:{},displayOperationId:!1,displayRequestDuration:!1,deepLinking:!1,requestInterceptor:function(e){return e},responseInterceptor:function(e){return e},showMutatedRequest:!0,defaultModelRendering:"example",defaultModelExpandDepth:1,defaultModelsExpandDepth:1,showExtensions:!1,showCommonExtensions:!1,withCredentials:void 0,supportedSubmitMethods:["get","put","post","delete","options","head","patch","trace"],presets:[ho],plugins:[],initialState:{},fn:{},components:{},syntaxHighlight:{activated:!0,theme:"agate"}},r=Object($.D)(),o=e.domNode;delete e.domNode;var a=m()({},n,e,r),s={system:{configs:a.configs},plugins:a.presets,state:m()({layout:{layout:a.layout,filter:f()(a)},spec:{spec:"",url:a.url}},a.initialState)};if(a.initialState)for(var c in a.initialState)a.initialState.hasOwnProperty(c)&&void 0===a.initialState[c]&&delete s.state[c];var p=new Y(s);p.register([a.plugins,function(){return{fn:a.fn,components:a.components,state:a.state}}]);var h=p.getSystem(),v=function(e){var t=h.specSelectors.getLocalConfig?h.specSelectors.getLocalConfig():{},n=m()({},t,a,e||{},r);if(o&&(n.domNode=o),p.setConfigs(n),h.configsActions.loaded(),null!==e&&(!r.url&&"object"===l()(n.spec)&&u()(n.spec).length?(h.specActions.updateUrl(""),h.specActions.updateLoadingStatus("success"),h.specActions.updateSpec(i()(n.spec))):h.specActions.download&&n.url&&!n.urls&&(h.specActions.updateUrl(n.url),h.specActions.download(n.url))),n.domNode)h.render(n.domNode,"App");else if(n.dom_id){var s=document.querySelector(n.dom_id);h.render(s,"App")}else null===n.dom_id||null===n.domNode||console.error("Skipped rendering: no `dom_id` or `domNode` was specified");return h},g=r.config||a.configUrl;return g&&h.specActions&&h.specActions.getConfigByUrl?(h.specActions.getConfigByUrl({url:g,loadRemoteConfig:!0,requestInterceptor:a.requestInterceptor,responseInterceptor:a.responseInterceptor},v),h):v()}wo.presets={apis:ho},wo.plugins=vo.default;t.default=wo}]).default}));
+//# sourceMappingURL=swagger-ui-bundle.js.map
\ No newline at end of file
diff --git a/2.3.0/api/v2/ui/swagger-ui-standalone-preset.js b/2.3.0/api/v2/ui/swagger-ui-standalone-preset.js
new file mode 100644
index 0000000..9980265
--- /dev/null
+++ b/2.3.0/api/v2/ui/swagger-ui-standalone-preset.js
@@ -0,0 +1,4 @@
+/*! For license information please see swagger-ui-LICENSE
+https://github.com/swagger-api/swagger-ui/blob/master/LICENSE */
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(function(){try{return require("esprima")}catch(t){}}()):"function"==typeof define&&define.amd?define(["esprima"],e):"object"==typeof exports?exports.SwaggerUIStandalonePreset=e(function(){try{return require("esprima")}catch(t){}}()):t.SwaggerUIStandalonePreset=e(t.esprima)}(this,(function(t){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist",n(n.s=242)}([function(t,e,n){t.exports=function(){"use strict";var t=Array.prototype.slice;function e(t,e){e&&(t.prototype=Object.create(e.prototype)),t.prototype.constructor=t}function n(t){return u(t)?t:J(t)}function r(t){return s(t)?t:Z(t)}function i(t){return a(t)?t:V(t)}function o(t){return u(t)&&!c(t)?t:X(t)}function u(t){return!(!t||!t[l])}function s(t){return!(!t||!t[p])}function a(t){return!(!t||!t[h])}function c(t){return s(t)||a(t)}function f(t){return!(!t||!t[d])}e(r,n),e(i,n),e(o,n),n.isIterable=u,n.isKeyed=s,n.isIndexed=a,n.isAssociative=c,n.isOrdered=f,n.Keyed=r,n.Indexed=i,n.Set=o;var l="@@__IMMUTABLE_ITERABLE__@@",p="@@__IMMUTABLE_KEYED__@@",h="@@__IMMUTABLE_INDEXED__@@",d="@@__IMMUTABLE_ORDERED__@@",y="delete",v=5,g=1<<v,w=g-1,M={},m={value:!1},_={value:!1};function L(t){return t.value=!1,t}function b(t){t&&(t.value=!0)}function x(){}function j(t,e){e=e||0;for(var n=Math.max(0,t.length-e),r=new Array(n),i=0;i<n;i++)r[i]=t[i+e];return r}function N(t){return void 0===t.size&&(t.size=t.__iterate(D)),t.size}function S(t,e){if("number"!=typeof e){var n=e>>>0;if(""+n!==e||4294967295===n)return NaN;e=n}return e<0?N(t)+e:e}function D(){return!0}function I(t,e,n){return(0===t||void 0!==n&&t<=-n)&&(void 0===e||void 0!==n&&e>=n)}function A(t,e){return E(t,e,0)}function C(t,e){return E(t,e,e)}function E(t,e,n){return void 0===t?n:t<0?Math.max(0,e+t):void 0===e?t:Math.min(e,t)}var O=0,T=1,z=2,k="function"==typeof Symbol&&Symbol.iterator,U="@@iterator",Y=k||U;function P(t){this.next=t}function R(t,e,n,r){var i=0===t?e:1===t?n:[e,n];return r?r.value=i:r={value:i,done:!1},r}function Q(){return{value:void 0,done:!0}}function F(t){return!!W(t)}function B(t){return t&&"function"==typeof t.next}function G(t){var e=W(t);return e&&e.call(t)}function W(t){var e=t&&(k&&t[k]||t[U]);if("function"==typeof e)return e}function q(t){return t&&"number"==typeof t.length}function J(t){return null==t?ut():u(t)?t.toSeq():ct(t)}function Z(t){return null==t?ut().toKeyedSeq():u(t)?s(t)?t.toSeq():t.fromEntrySeq():st(t)}function V(t){return null==t?ut():u(t)?s(t)?t.entrySeq():t.toIndexedSeq():at(t)}function X(t){return(null==t?ut():u(t)?s(t)?t.entrySeq():t:at(t)).toSetSeq()}P.prototype.toString=function(){return"[Iterator]"},P.KEYS=O,P.VALUES=T,P.ENTRIES=z,P.prototype.inspect=P.prototype.toSource=function(){return this.toString()},P.prototype[Y]=function(){return this},e(J,n),J.of=function(){return J(arguments)},J.prototype.toSeq=function(){return this},J.prototype.toString=function(){return this.__toString("Seq {","}")},J.prototype.cacheResult=function(){return!this._cache&&this.__iterateUncached&&(this._cache=this.entrySeq().toArray(),this.size=this._cache.length),this},J.prototype.__iterate=function(t,e){return lt(this,t,e,!0)},J.prototype.__iterator=function(t,e){return pt(this,t,e,!0)},e(Z,J),Z.prototype.toKeyedSeq=function(){return this},e(V,J),V.of=function(){return V(arguments)},V.prototype.toIndexedSeq=function(){return this},V.prototype.toString=function(){return this.__toString("Seq [","]")},V.prototype.__iterate=function(t,e){return lt(this,t,e,!1)},V.prototype.__iterator=function(t,e){return pt(this,t,e,!1)},e(X,J),X.of=function(){return X(arguments)},X.prototype.toSetSeq=function(){return this},J.isSeq=ot,J.Keyed=Z,J.Set=X,J.Indexed=V;var H,K,$,tt="@@__IMMUTABLE_SEQ__@@";function et(t){this._array=t,this.size=t.length}function nt(t){var e=Object.keys(t);this._object=t,this._keys=e,this.size=e.length}function rt(t){this._iterable=t,this.size=t.length||t.size}function it(t){this._iterator=t,this._iteratorCache=[]}function ot(t){return!(!t||!t[tt])}function ut(){return H||(H=new et([]))}function st(t){var e=Array.isArray(t)?new et(t).fromEntrySeq():B(t)?new it(t).fromEntrySeq():F(t)?new rt(t).fromEntrySeq():"object"==typeof t?new nt(t):void 0;if(!e)throw new TypeError("Expected Array or iterable object of [k, v] entries, or keyed object: "+t);return e}function at(t){var e=ft(t);if(!e)throw new TypeError("Expected Array or iterable object of values: "+t);return e}function ct(t){var e=ft(t)||"object"==typeof t&&new nt(t);if(!e)throw new TypeError("Expected Array or iterable object of values, or keyed object: "+t);return e}function ft(t){return q(t)?new et(t):B(t)?new it(t):F(t)?new rt(t):void 0}function lt(t,e,n,r){var i=t._cache;if(i){for(var o=i.length-1,u=0;u<=o;u++){var s=i[n?o-u:u];if(!1===e(s[1],r?s[0]:u,t))return u+1}return u}return t.__iterateUncached(e,n)}function pt(t,e,n,r){var i=t._cache;if(i){var o=i.length-1,u=0;return new P((function(){var t=i[n?o-u:u];return u++>o?Q():R(e,r?t[0]:u-1,t[1])}))}return t.__iteratorUncached(e,n)}function ht(t,e){return e?dt(e,t,"",{"":t}):yt(t)}function dt(t,e,n,r){return Array.isArray(e)?t.call(r,n,V(e).map((function(n,r){return dt(t,n,r,e)}))):vt(e)?t.call(r,n,Z(e).map((function(n,r){return dt(t,n,r,e)}))):e}function yt(t){return Array.isArray(t)?V(t).map(yt).toList():vt(t)?Z(t).map(yt).toMap():t}function vt(t){return t&&(t.constructor===Object||void 0===t.constructor)}function gt(t,e){if(t===e||t!=t&&e!=e)return!0;if(!t||!e)return!1;if("function"==typeof t.valueOf&&"function"==typeof e.valueOf){if((t=t.valueOf())===(e=e.valueOf())||t!=t&&e!=e)return!0;if(!t||!e)return!1}return!("function"!=typeof t.equals||"function"!=typeof e.equals||!t.equals(e))}function wt(t,e){if(t===e)return!0;if(!u(e)||void 0!==t.size&&void 0!==e.size&&t.size!==e.size||void 0!==t.__hash&&void 0!==e.__hash&&t.__hash!==e.__hash||s(t)!==s(e)||a(t)!==a(e)||f(t)!==f(e))return!1;if(0===t.size&&0===e.size)return!0;var n=!c(t);if(f(t)){var r=t.entries();return e.every((function(t,e){var i=r.next().value;return i&&gt(i[1],t)&&(n||gt(i[0],e))}))&&r.next().done}var i=!1;if(void 0===t.size)if(void 0===e.size)"function"==typeof t.cacheResult&&t.cacheResult();else{i=!0;var o=t;t=e,e=o}var l=!0,p=e.__iterate((function(e,r){if(n?!t.has(e):i?!gt(e,t.get(r,M)):!gt(t.get(r,M),e))return l=!1,!1}));return l&&t.size===p}function Mt(t,e){if(!(this instanceof Mt))return new Mt(t,e);if(this._value=t,this.size=void 0===e?1/0:Math.max(0,e),0===this.size){if(K)return K;K=this}}function mt(t,e){if(!t)throw new Error(e)}function _t(t,e,n){if(!(this instanceof _t))return new _t(t,e,n);if(mt(0!==n,"Cannot step a Range by 0"),t=t||0,void 0===e&&(e=1/0),n=void 0===n?1:Math.abs(n),e<t&&(n=-n),this._start=t,this._end=e,this._step=n,this.size=Math.max(0,Math.ceil((e-t)/n-1)+1),0===this.size){if($)return $;$=this}}function Lt(){throw TypeError("Abstract")}function bt(){}function xt(){}function jt(){}J.prototype[tt]=!0,e(et,V),et.prototype.get=function(t,e){return this.has(t)?this._array[S(this,t)]:e},et.prototype.__iterate=function(t,e){for(var n=this._array,r=n.length-1,i=0;i<=r;i++)if(!1===t(n[e?r-i:i],i,this))return i+1;return i},et.prototype.__iterator=function(t,e){var n=this._array,r=n.length-1,i=0;return new P((function(){return i>r?Q():R(t,i,n[e?r-i++:i++])}))},e(nt,Z),nt.prototype.get=function(t,e){return void 0===e||this.has(t)?this._object[t]:e},nt.prototype.has=function(t){return this._object.hasOwnProperty(t)},nt.prototype.__iterate=function(t,e){for(var n=this._object,r=this._keys,i=r.length-1,o=0;o<=i;o++){var u=r[e?i-o:o];if(!1===t(n[u],u,this))return o+1}return o},nt.prototype.__iterator=function(t,e){var n=this._object,r=this._keys,i=r.length-1,o=0;return new P((function(){var u=r[e?i-o:o];return o++>i?Q():R(t,u,n[u])}))},nt.prototype[d]=!0,e(rt,V),rt.prototype.__iterateUncached=function(t,e){if(e)return this.cacheResult().__iterate(t,e);var n=G(this._iterable),r=0;if(B(n))for(var i;!(i=n.next()).done&&!1!==t(i.value,r++,this););return r},rt.prototype.__iteratorUncached=function(t,e){if(e)return this.cacheResult().__iterator(t,e);var n=G(this._iterable);if(!B(n))return new P(Q);var r=0;return new P((function(){var e=n.next();return e.done?e:R(t,r++,e.value)}))},e(it,V),it.prototype.__iterateUncached=function(t,e){if(e)return this.cacheResult().__iterate(t,e);for(var n,r=this._iterator,i=this._iteratorCache,o=0;o<i.length;)if(!1===t(i[o],o++,this))return o;for(;!(n=r.next()).done;){var u=n.value;if(i[o]=u,!1===t(u,o++,this))break}return o},it.prototype.__iteratorUncached=function(t,e){if(e)return this.cacheResult().__iterator(t,e);var n=this._iterator,r=this._iteratorCache,i=0;return new P((function(){if(i>=r.length){var e=n.next();if(e.done)return e;r[i]=e.value}return R(t,i,r[i++])}))},e(Mt,V),Mt.prototype.toString=function(){return 0===this.size?"Repeat []":"Repeat [ "+this._value+" "+this.size+" times ]"},Mt.prototype.get=function(t,e){return this.has(t)?this._value:e},Mt.prototype.includes=function(t){return gt(this._value,t)},Mt.prototype.slice=function(t,e){var n=this.size;return I(t,e,n)?this:new Mt(this._value,C(e,n)-A(t,n))},Mt.prototype.reverse=function(){return this},Mt.prototype.indexOf=function(t){return gt(this._value,t)?0:-1},Mt.prototype.lastIndexOf=function(t){return gt(this._value,t)?this.size:-1},Mt.prototype.__iterate=function(t,e){for(var n=0;n<this.size;n++)if(!1===t(this._value,n,this))return n+1;return n},Mt.prototype.__iterator=function(t,e){var n=this,r=0;return new P((function(){return r<n.size?R(t,r++,n._value):Q()}))},Mt.prototype.equals=function(t){return t instanceof Mt?gt(this._value,t._value):wt(t)},e(_t,V),_t.prototype.toString=function(){return 0===this.size?"Range []":"Range [ "+this._start+"..."+this._end+(1!==this._step?" by "+this._step:"")+" ]"},_t.prototype.get=function(t,e){return this.has(t)?this._start+S(this,t)*this._step:e},_t.prototype.includes=function(t){var e=(t-this._start)/this._step;return e>=0&&e<this.size&&e===Math.floor(e)},_t.prototype.slice=function(t,e){return I(t,e,this.size)?this:(t=A(t,this.size),(e=C(e,this.size))<=t?new _t(0,0):new _t(this.get(t,this._end),this.get(e,this._end),this._step))},_t.prototype.indexOf=function(t){var e=t-this._start;if(e%this._step==0){var n=e/this._step;if(n>=0&&n<this.size)return n}return-1},_t.prototype.lastIndexOf=function(t){return this.indexOf(t)},_t.prototype.__iterate=function(t,e){for(var n=this.size-1,r=this._step,i=e?this._start+n*r:this._start,o=0;o<=n;o++){if(!1===t(i,o,this))return o+1;i+=e?-r:r}return o},_t.prototype.__iterator=function(t,e){var n=this.size-1,r=this._step,i=e?this._start+n*r:this._start,o=0;return new P((function(){var u=i;return i+=e?-r:r,o>n?Q():R(t,o++,u)}))},_t.prototype.equals=function(t){return t instanceof _t?this._start===t._start&&this._end===t._end&&this._step===t._step:wt(this,t)},e(Lt,n),e(bt,Lt),e(xt,Lt),e(jt,Lt),Lt.Keyed=bt,Lt.Indexed=xt,Lt.Set=jt;var Nt="function"==typeof Math.imul&&-2===Math.imul(4294967295,2)?Math.imul:function(t,e){var n=65535&(t|=0),r=65535&(e|=0);return n*r+((t>>>16)*r+n*(e>>>16)<<16>>>0)|0};function St(t){return t>>>1&1073741824|3221225471&t}function Dt(t){if(!1===t||null==t)return 0;if("function"==typeof t.valueOf&&(!1===(t=t.valueOf())||null==t))return 0;if(!0===t)return 1;var e=typeof t;if("number"===e){if(t!=t||t===1/0)return 0;var n=0|t;for(n!==t&&(n^=4294967295*t);t>4294967295;)n^=t/=4294967295;return St(n)}if("string"===e)return t.length>Pt?It(t):At(t);if("function"==typeof t.hashCode)return t.hashCode();if("object"===e)return Ct(t);if("function"==typeof t.toString)return At(t.toString());throw new Error("Value type "+e+" cannot be hashed.")}function It(t){var e=Ft[t];return void 0===e&&(e=At(t),Qt===Rt&&(Qt=0,Ft={}),Qt++,Ft[t]=e),e}function At(t){for(var e=0,n=0;n<t.length;n++)e=31*e+t.charCodeAt(n)|0;return St(e)}function Ct(t){var e;if(kt&&void 0!==(e=zt.get(t)))return e;if(void 0!==(e=t[Yt]))return e;if(!Ot){if(void 0!==(e=t.propertyIsEnumerable&&t.propertyIsEnumerable[Yt]))return e;if(void 0!==(e=Tt(t)))return e}if(e=++Ut,1073741824&Ut&&(Ut=0),kt)zt.set(t,e);else{if(void 0!==Et&&!1===Et(t))throw new Error("Non-extensible objects are not allowed as keys.");if(Ot)Object.defineProperty(t,Yt,{enumerable:!1,configurable:!1,writable:!1,value:e});else if(void 0!==t.propertyIsEnumerable&&t.propertyIsEnumerable===t.constructor.prototype.propertyIsEnumerable)t.propertyIsEnumerable=function(){return this.constructor.prototype.propertyIsEnumerable.apply(this,arguments)},t.propertyIsEnumerable[Yt]=e;else{if(void 0===t.nodeType)throw new Error("Unable to set a non-enumerable property on object.");t[Yt]=e}}return e}var Et=Object.isExtensible,Ot=function(){try{return Object.defineProperty({},"@",{}),!0}catch(t){return!1}}();function Tt(t){if(t&&t.nodeType>0)switch(t.nodeType){case 1:return t.uniqueID;case 9:return t.documentElement&&t.documentElement.uniqueID}}var zt,kt="function"==typeof WeakMap;kt&&(zt=new WeakMap);var Ut=0,Yt="__immutablehash__";"function"==typeof Symbol&&(Yt=Symbol(Yt));var Pt=16,Rt=255,Qt=0,Ft={};function Bt(t){mt(t!==1/0,"Cannot perform this action with an infinite size.")}function Gt(t){return null==t?ie():Wt(t)&&!f(t)?t:ie().withMutations((function(e){var n=r(t);Bt(n.size),n.forEach((function(t,n){return e.set(n,t)}))}))}function Wt(t){return!(!t||!t[Jt])}e(Gt,bt),Gt.of=function(){var e=t.call(arguments,0);return ie().withMutations((function(t){for(var n=0;n<e.length;n+=2){if(n+1>=e.length)throw new Error("Missing value for key: "+e[n]);t.set(e[n],e[n+1])}}))},Gt.prototype.toString=function(){return this.__toString("Map {","}")},Gt.prototype.get=function(t,e){return this._root?this._root.get(0,void 0,t,e):e},Gt.prototype.set=function(t,e){return oe(this,t,e)},Gt.prototype.setIn=function(t,e){return this.updateIn(t,M,(function(){return e}))},Gt.prototype.remove=function(t){return oe(this,t,M)},Gt.prototype.deleteIn=function(t){return this.updateIn(t,(function(){return M}))},Gt.prototype.update=function(t,e,n){return 1===arguments.length?t(this):this.updateIn([t],e,n)},Gt.prototype.updateIn=function(t,e,n){n||(n=e,e=void 0);var r=ve(this,Ln(t),e,n);return r===M?void 0:r},Gt.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._root=null,this.__hash=void 0,this.__altered=!0,this):ie()},Gt.prototype.merge=function(){return pe(this,void 0,arguments)},Gt.prototype.mergeWith=function(e){return pe(this,e,t.call(arguments,1))},Gt.prototype.mergeIn=function(e){var n=t.call(arguments,1);return this.updateIn(e,ie(),(function(t){return"function"==typeof t.merge?t.merge.apply(t,n):n[n.length-1]}))},Gt.prototype.mergeDeep=function(){return pe(this,he,arguments)},Gt.prototype.mergeDeepWith=function(e){var n=t.call(arguments,1);return pe(this,de(e),n)},Gt.prototype.mergeDeepIn=function(e){var n=t.call(arguments,1);return this.updateIn(e,ie(),(function(t){return"function"==typeof t.mergeDeep?t.mergeDeep.apply(t,n):n[n.length-1]}))},Gt.prototype.sort=function(t){return Fe(ln(this,t))},Gt.prototype.sortBy=function(t,e){return Fe(ln(this,e,t))},Gt.prototype.withMutations=function(t){var e=this.asMutable();return t(e),e.wasAltered()?e.__ensureOwner(this.__ownerID):this},Gt.prototype.asMutable=function(){return this.__ownerID?this:this.__ensureOwner(new x)},Gt.prototype.asImmutable=function(){return this.__ensureOwner()},Gt.prototype.wasAltered=function(){return this.__altered},Gt.prototype.__iterator=function(t,e){return new te(this,t,e)},Gt.prototype.__iterate=function(t,e){var n=this,r=0;return this._root&&this._root.iterate((function(e){return r++,t(e[1],e[0],n)}),e),r},Gt.prototype.__ensureOwner=function(t){return t===this.__ownerID?this:t?re(this.size,this._root,t,this.__hash):(this.__ownerID=t,this.__altered=!1,this)},Gt.isMap=Wt;var qt,Jt="@@__IMMUTABLE_MAP__@@",Zt=Gt.prototype;function Vt(t,e){this.ownerID=t,this.entries=e}function Xt(t,e,n){this.ownerID=t,this.bitmap=e,this.nodes=n}function Ht(t,e,n){this.ownerID=t,this.count=e,this.nodes=n}function Kt(t,e,n){this.ownerID=t,this.keyHash=e,this.entries=n}function $t(t,e,n){this.ownerID=t,this.keyHash=e,this.entry=n}function te(t,e,n){this._type=e,this._reverse=n,this._stack=t._root&&ne(t._root)}function ee(t,e){return R(t,e[0],e[1])}function ne(t,e){return{node:t,index:0,__prev:e}}function re(t,e,n,r){var i=Object.create(Zt);return i.size=t,i._root=e,i.__ownerID=n,i.__hash=r,i.__altered=!1,i}function ie(){return qt||(qt=re(0))}function oe(t,e,n){var r,i;if(t._root){var o=L(m),u=L(_);if(r=ue(t._root,t.__ownerID,0,void 0,e,n,o,u),!u.value)return t;i=t.size+(o.value?n===M?-1:1:0)}else{if(n===M)return t;i=1,r=new Vt(t.__ownerID,[[e,n]])}return t.__ownerID?(t.size=i,t._root=r,t.__hash=void 0,t.__altered=!0,t):r?re(i,r):ie()}function ue(t,e,n,r,i,o,u,s){return t?t.update(e,n,r,i,o,u,s):o===M?t:(b(s),b(u),new $t(e,r,[i,o]))}function se(t){return t.constructor===$t||t.constructor===Kt}function ae(t,e,n,r,i){if(t.keyHash===r)return new Kt(e,r,[t.entry,i]);var o,u=(0===n?t.keyHash:t.keyHash>>>n)&w,s=(0===n?r:r>>>n)&w;return new Xt(e,1<<u|1<<s,u===s?[ae(t,e,n+v,r,i)]:(o=new $t(e,r,i),u<s?[t,o]:[o,t]))}function ce(t,e,n,r){t||(t=new x);for(var i=new $t(t,Dt(n),[n,r]),o=0;o<e.length;o++){var u=e[o];i=i.update(t,0,void 0,u[0],u[1])}return i}function fe(t,e,n,r){for(var i=0,o=0,u=new Array(n),s=0,a=1,c=e.length;s<c;s++,a<<=1){var f=e[s];void 0!==f&&s!==r&&(i|=a,u[o++]=f)}return new Xt(t,i,u)}function le(t,e,n,r,i){for(var o=0,u=new Array(g),s=0;0!==n;s++,n>>>=1)u[s]=1&n?e[o++]:void 0;return u[r]=i,new Ht(t,o+1,u)}function pe(t,e,n){for(var i=[],o=0;o<n.length;o++){var s=n[o],a=r(s);u(s)||(a=a.map((function(t){return ht(t)}))),i.push(a)}return ye(t,e,i)}function he(t,e,n){return t&&t.mergeDeep&&u(e)?t.mergeDeep(e):gt(t,e)?t:e}function de(t){return function(e,n,r){if(e&&e.mergeDeepWith&&u(n))return e.mergeDeepWith(t,n);var i=t(e,n,r);return gt(e,i)?e:i}}function ye(t,e,n){return 0===(n=n.filter((function(t){return 0!==t.size}))).length?t:0!==t.size||t.__ownerID||1!==n.length?t.withMutations((function(t){for(var r=e?function(n,r){t.update(r,M,(function(t){return t===M?n:e(t,n,r)}))}:function(e,n){t.set(n,e)},i=0;i<n.length;i++)n[i].forEach(r)})):t.constructor(n[0])}function ve(t,e,n,r){var i=t===M,o=e.next();if(o.done){var u=i?n:t,s=r(u);return s===u?t:s}mt(i||t&&t.set,"invalid keyPath");var a=o.value,c=i?M:t.get(a,M),f=ve(c,e,n,r);return f===c?t:f===M?t.remove(a):(i?ie():t).set(a,f)}function ge(t){return t=(t=(858993459&(t-=t>>1&1431655765))+(t>>2&858993459))+(t>>4)&252645135,t+=t>>8,127&(t+=t>>16)}function we(t,e,n,r){var i=r?t:j(t);return i[e]=n,i}function Me(t,e,n,r){var i=t.length+1;if(r&&e+1===i)return t[e]=n,t;for(var o=new Array(i),u=0,s=0;s<i;s++)s===e?(o[s]=n,u=-1):o[s]=t[s+u];return o}function me(t,e,n){var r=t.length-1;if(n&&e===r)return t.pop(),t;for(var i=new Array(r),o=0,u=0;u<r;u++)u===e&&(o=1),i[u]=t[u+o];return i}Zt[Jt]=!0,Zt[y]=Zt.remove,Zt.removeIn=Zt.deleteIn,Vt.prototype.get=function(t,e,n,r){for(var i=this.entries,o=0,u=i.length;o<u;o++)if(gt(n,i[o][0]))return i[o][1];return r},Vt.prototype.update=function(t,e,n,r,i,o,u){for(var s=i===M,a=this.entries,c=0,f=a.length;c<f&&!gt(r,a[c][0]);c++);var l=c<f;if(l?a[c][1]===i:s)return this;if(b(u),(s||!l)&&b(o),!s||1!==a.length){if(!l&&!s&&a.length>=_e)return ce(t,a,r,i);var p=t&&t===this.ownerID,h=p?a:j(a);return l?s?c===f-1?h.pop():h[c]=h.pop():h[c]=[r,i]:h.push([r,i]),p?(this.entries=h,this):new Vt(t,h)}},Xt.prototype.get=function(t,e,n,r){void 0===e&&(e=Dt(n));var i=1<<((0===t?e:e>>>t)&w),o=this.bitmap;return 0==(o&i)?r:this.nodes[ge(o&i-1)].get(t+v,e,n,r)},Xt.prototype.update=function(t,e,n,r,i,o,u){void 0===n&&(n=Dt(r));var s=(0===e?n:n>>>e)&w,a=1<<s,c=this.bitmap,f=0!=(c&a);if(!f&&i===M)return this;var l=ge(c&a-1),p=this.nodes,h=f?p[l]:void 0,d=ue(h,t,e+v,n,r,i,o,u);if(d===h)return this;if(!f&&d&&p.length>=Le)return le(t,p,c,s,d);if(f&&!d&&2===p.length&&se(p[1^l]))return p[1^l];if(f&&d&&1===p.length&&se(d))return d;var y=t&&t===this.ownerID,g=f?d?c:c^a:c|a,m=f?d?we(p,l,d,y):me(p,l,y):Me(p,l,d,y);return y?(this.bitmap=g,this.nodes=m,this):new Xt(t,g,m)},Ht.prototype.get=function(t,e,n,r){void 0===e&&(e=Dt(n));var i=(0===t?e:e>>>t)&w,o=this.nodes[i];return o?o.get(t+v,e,n,r):r},Ht.prototype.update=function(t,e,n,r,i,o,u){void 0===n&&(n=Dt(r));var s=(0===e?n:n>>>e)&w,a=i===M,c=this.nodes,f=c[s];if(a&&!f)return this;var l=ue(f,t,e+v,n,r,i,o,u);if(l===f)return this;var p=this.count;if(f){if(!l&&--p<be)return fe(t,c,p,s)}else p++;var h=t&&t===this.ownerID,d=we(c,s,l,h);return h?(this.count=p,this.nodes=d,this):new Ht(t,p,d)},Kt.prototype.get=function(t,e,n,r){for(var i=this.entries,o=0,u=i.length;o<u;o++)if(gt(n,i[o][0]))return i[o][1];return r},Kt.prototype.update=function(t,e,n,r,i,o,u){void 0===n&&(n=Dt(r));var s=i===M;if(n!==this.keyHash)return s?this:(b(u),b(o),ae(this,t,e,n,[r,i]));for(var a=this.entries,c=0,f=a.length;c<f&&!gt(r,a[c][0]);c++);var l=c<f;if(l?a[c][1]===i:s)return this;if(b(u),(s||!l)&&b(o),s&&2===f)return new $t(t,this.keyHash,a[1^c]);var p=t&&t===this.ownerID,h=p?a:j(a);return l?s?c===f-1?h.pop():h[c]=h.pop():h[c]=[r,i]:h.push([r,i]),p?(this.entries=h,this):new Kt(t,this.keyHash,h)},$t.prototype.get=function(t,e,n,r){return gt(n,this.entry[0])?this.entry[1]:r},$t.prototype.update=function(t,e,n,r,i,o,u){var s=i===M,a=gt(r,this.entry[0]);return(a?i===this.entry[1]:s)?this:(b(u),s?void b(o):a?t&&t===this.ownerID?(this.entry[1]=i,this):new $t(t,this.keyHash,[r,i]):(b(o),ae(this,t,e,Dt(r),[r,i])))},Vt.prototype.iterate=Kt.prototype.iterate=function(t,e){for(var n=this.entries,r=0,i=n.length-1;r<=i;r++)if(!1===t(n[e?i-r:r]))return!1},Xt.prototype.iterate=Ht.prototype.iterate=function(t,e){for(var n=this.nodes,r=0,i=n.length-1;r<=i;r++){var o=n[e?i-r:r];if(o&&!1===o.iterate(t,e))return!1}},$t.prototype.iterate=function(t,e){return t(this.entry)},e(te,P),te.prototype.next=function(){for(var t=this._type,e=this._stack;e;){var n,r=e.node,i=e.index++;if(r.entry){if(0===i)return ee(t,r.entry)}else if(r.entries){if(i<=(n=r.entries.length-1))return ee(t,r.entries[this._reverse?n-i:i])}else if(i<=(n=r.nodes.length-1)){var o=r.nodes[this._reverse?n-i:i];if(o){if(o.entry)return ee(t,o.entry);e=this._stack=ne(o,e)}continue}e=this._stack=this._stack.__prev}return Q()};var _e=g/4,Le=g/2,be=g/4;function xe(t){var e=Te();if(null==t)return e;if(je(t))return t;var n=i(t),r=n.size;return 0===r?e:(Bt(r),r>0&&r<g?Oe(0,r,v,null,new De(n.toArray())):e.withMutations((function(t){t.setSize(r),n.forEach((function(e,n){return t.set(n,e)}))})))}function je(t){return!(!t||!t[Ne])}e(xe,xt),xe.of=function(){return this(arguments)},xe.prototype.toString=function(){return this.__toString("List [","]")},xe.prototype.get=function(t,e){if((t=S(this,t))>=0&&t<this.size){var n=Ye(this,t+=this._origin);return n&&n.array[t&w]}return e},xe.prototype.set=function(t,e){return ze(this,t,e)},xe.prototype.remove=function(t){return this.has(t)?0===t?this.shift():t===this.size-1?this.pop():this.splice(t,1):this},xe.prototype.insert=function(t,e){return this.splice(t,0,e)},xe.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=this._origin=this._capacity=0,this._level=v,this._root=this._tail=null,this.__hash=void 0,this.__altered=!0,this):Te()},xe.prototype.push=function(){var t=arguments,e=this.size;return this.withMutations((function(n){Pe(n,0,e+t.length);for(var r=0;r<t.length;r++)n.set(e+r,t[r])}))},xe.prototype.pop=function(){return Pe(this,0,-1)},xe.prototype.unshift=function(){var t=arguments;return this.withMutations((function(e){Pe(e,-t.length);for(var n=0;n<t.length;n++)e.set(n,t[n])}))},xe.prototype.shift=function(){return Pe(this,1)},xe.prototype.merge=function(){return Re(this,void 0,arguments)},xe.prototype.mergeWith=function(e){return Re(this,e,t.call(arguments,1))},xe.prototype.mergeDeep=function(){return Re(this,he,arguments)},xe.prototype.mergeDeepWith=function(e){var n=t.call(arguments,1);return Re(this,de(e),n)},xe.prototype.setSize=function(t){return Pe(this,0,t)},xe.prototype.slice=function(t,e){var n=this.size;return I(t,e,n)?this:Pe(this,A(t,n),C(e,n))},xe.prototype.__iterator=function(t,e){var n=0,r=Ee(this,e);return new P((function(){var e=r();return e===Ce?Q():R(t,n++,e)}))},xe.prototype.__iterate=function(t,e){for(var n,r=0,i=Ee(this,e);(n=i())!==Ce&&!1!==t(n,r++,this););return r},xe.prototype.__ensureOwner=function(t){return t===this.__ownerID?this:t?Oe(this._origin,this._capacity,this._level,this._root,this._tail,t,this.__hash):(this.__ownerID=t,this)},xe.isList=je;var Ne="@@__IMMUTABLE_LIST__@@",Se=xe.prototype;function De(t,e){this.array=t,this.ownerID=e}Se[Ne]=!0,Se[y]=Se.remove,Se.setIn=Zt.setIn,Se.deleteIn=Se.removeIn=Zt.removeIn,Se.update=Zt.update,Se.updateIn=Zt.updateIn,Se.mergeIn=Zt.mergeIn,Se.mergeDeepIn=Zt.mergeDeepIn,Se.withMutations=Zt.withMutations,Se.asMutable=Zt.asMutable,Se.asImmutable=Zt.asImmutable,Se.wasAltered=Zt.wasAltered,De.prototype.removeBefore=function(t,e,n){if(n===e?1<<e:0===this.array.length)return this;var r=n>>>e&w;if(r>=this.array.length)return new De([],t);var i,o=0===r;if(e>0){var u=this.array[r];if((i=u&&u.removeBefore(t,e-v,n))===u&&o)return this}if(o&&!i)return this;var s=Ue(this,t);if(!o)for(var a=0;a<r;a++)s.array[a]=void 0;return i&&(s.array[r]=i),s},De.prototype.removeAfter=function(t,e,n){if(n===(e?1<<e:0)||0===this.array.length)return this;var r,i=n-1>>>e&w;if(i>=this.array.length)return this;if(e>0){var o=this.array[i];if((r=o&&o.removeAfter(t,e-v,n))===o&&i===this.array.length-1)return this}var u=Ue(this,t);return u.array.splice(i+1),r&&(u.array[i]=r),u};var Ie,Ae,Ce={};function Ee(t,e){var n=t._origin,r=t._capacity,i=Qe(r),o=t._tail;return u(t._root,t._level,0);function u(t,e,n){return 0===e?s(t,n):a(t,e,n)}function s(t,u){var s=u===i?o&&o.array:t&&t.array,a=u>n?0:n-u,c=r-u;return c>g&&(c=g),function(){if(a===c)return Ce;var t=e?--c:a++;return s&&s[t]}}function a(t,i,o){var s,a=t&&t.array,c=o>n?0:n-o>>i,f=1+(r-o>>i);return f>g&&(f=g),function(){for(;;){if(s){var t=s();if(t!==Ce)return t;s=null}if(c===f)return Ce;var n=e?--f:c++;s=u(a&&a[n],i-v,o+(n<<i))}}}}function Oe(t,e,n,r,i,o,u){var s=Object.create(Se);return s.size=e-t,s._origin=t,s._capacity=e,s._level=n,s._root=r,s._tail=i,s.__ownerID=o,s.__hash=u,s.__altered=!1,s}function Te(){return Ie||(Ie=Oe(0,0,v))}function ze(t,e,n){if((e=S(t,e))!=e)return t;if(e>=t.size||e<0)return t.withMutations((function(t){e<0?Pe(t,e).set(0,n):Pe(t,0,e+1).set(e,n)}));e+=t._origin;var r=t._tail,i=t._root,o=L(_);return e>=Qe(t._capacity)?r=ke(r,t.__ownerID,0,e,n,o):i=ke(i,t.__ownerID,t._level,e,n,o),o.value?t.__ownerID?(t._root=i,t._tail=r,t.__hash=void 0,t.__altered=!0,t):Oe(t._origin,t._capacity,t._level,i,r):t}function ke(t,e,n,r,i,o){var u,s=r>>>n&w,a=t&&s<t.array.length;if(!a&&void 0===i)return t;if(n>0){var c=t&&t.array[s],f=ke(c,e,n-v,r,i,o);return f===c?t:((u=Ue(t,e)).array[s]=f,u)}return a&&t.array[s]===i?t:(b(o),u=Ue(t,e),void 0===i&&s===u.array.length-1?u.array.pop():u.array[s]=i,u)}function Ue(t,e){return e&&t&&e===t.ownerID?t:new De(t?t.array.slice():[],e)}function Ye(t,e){if(e>=Qe(t._capacity))return t._tail;if(e<1<<t._level+v){for(var n=t._root,r=t._level;n&&r>0;)n=n.array[e>>>r&w],r-=v;return n}}function Pe(t,e,n){void 0!==e&&(e|=0),void 0!==n&&(n|=0);var r=t.__ownerID||new x,i=t._origin,o=t._capacity,u=i+e,s=void 0===n?o:n<0?o+n:i+n;if(u===i&&s===o)return t;if(u>=s)return t.clear();for(var a=t._level,c=t._root,f=0;u+f<0;)c=new De(c&&c.array.length?[void 0,c]:[],r),f+=1<<(a+=v);f&&(u+=f,i+=f,s+=f,o+=f);for(var l=Qe(o),p=Qe(s);p>=1<<a+v;)c=new De(c&&c.array.length?[c]:[],r),a+=v;var h=t._tail,d=p<l?Ye(t,s-1):p>l?new De([],r):h;if(h&&p>l&&u<o&&h.array.length){for(var y=c=Ue(c,r),g=a;g>v;g-=v){var M=l>>>g&w;y=y.array[M]=Ue(y.array[M],r)}y.array[l>>>v&w]=h}if(s<o&&(d=d&&d.removeAfter(r,0,s)),u>=p)u-=p,s-=p,a=v,c=null,d=d&&d.removeBefore(r,0,u);else if(u>i||p<l){for(f=0;c;){var m=u>>>a&w;if(m!==p>>>a&w)break;m&&(f+=(1<<a)*m),a-=v,c=c.array[m]}c&&u>i&&(c=c.removeBefore(r,a,u-f)),c&&p<l&&(c=c.removeAfter(r,a,p-f)),f&&(u-=f,s-=f)}return t.__ownerID?(t.size=s-u,t._origin=u,t._capacity=s,t._level=a,t._root=c,t._tail=d,t.__hash=void 0,t.__altered=!0,t):Oe(u,s,a,c,d)}function Re(t,e,n){for(var r=[],o=0,s=0;s<n.length;s++){var a=n[s],c=i(a);c.size>o&&(o=c.size),u(a)||(c=c.map((function(t){return ht(t)}))),r.push(c)}return o>t.size&&(t=t.setSize(o)),ye(t,e,r)}function Qe(t){return t<g?0:t-1>>>v<<v}function Fe(t){return null==t?We():Be(t)?t:We().withMutations((function(e){var n=r(t);Bt(n.size),n.forEach((function(t,n){return e.set(n,t)}))}))}function Be(t){return Wt(t)&&f(t)}function Ge(t,e,n,r){var i=Object.create(Fe.prototype);return i.size=t?t.size:0,i._map=t,i._list=e,i.__ownerID=n,i.__hash=r,i}function We(){return Ae||(Ae=Ge(ie(),Te()))}function qe(t,e,n){var r,i,o=t._map,u=t._list,s=o.get(e),a=void 0!==s;if(n===M){if(!a)return t;u.size>=g&&u.size>=2*o.size?(r=(i=u.filter((function(t,e){return void 0!==t&&s!==e}))).toKeyedSeq().map((function(t){return t[0]})).flip().toMap(),t.__ownerID&&(r.__ownerID=i.__ownerID=t.__ownerID)):(r=o.remove(e),i=s===u.size-1?u.pop():u.set(s,void 0))}else if(a){if(n===u.get(s)[1])return t;r=o,i=u.set(s,[e,n])}else r=o.set(e,u.size),i=u.set(u.size,[e,n]);return t.__ownerID?(t.size=r.size,t._map=r,t._list=i,t.__hash=void 0,t):Ge(r,i)}function Je(t,e){this._iter=t,this._useKeys=e,this.size=t.size}function Ze(t){this._iter=t,this.size=t.size}function Ve(t){this._iter=t,this.size=t.size}function Xe(t){this._iter=t,this.size=t.size}function He(t){var e=Mn(t);return e._iter=t,e.size=t.size,e.flip=function(){return t},e.reverse=function(){var e=t.reverse.apply(this);return e.flip=function(){return t.reverse()},e},e.has=function(e){return t.includes(e)},e.includes=function(e){return t.has(e)},e.cacheResult=mn,e.__iterateUncached=function(e,n){var r=this;return t.__iterate((function(t,n){return!1!==e(n,t,r)}),n)},e.__iteratorUncached=function(e,n){if(e===z){var r=t.__iterator(e,n);return new P((function(){var t=r.next();if(!t.done){var e=t.value[0];t.value[0]=t.value[1],t.value[1]=e}return t}))}return t.__iterator(e===T?O:T,n)},e}function Ke(t,e,n){var r=Mn(t);return r.size=t.size,r.has=function(e){return t.has(e)},r.get=function(r,i){var o=t.get(r,M);return o===M?i:e.call(n,o,r,t)},r.__iterateUncached=function(r,i){var o=this;return t.__iterate((function(t,i,u){return!1!==r(e.call(n,t,i,u),i,o)}),i)},r.__iteratorUncached=function(r,i){var o=t.__iterator(z,i);return new P((function(){var i=o.next();if(i.done)return i;var u=i.value,s=u[0];return R(r,s,e.call(n,u[1],s,t),i)}))},r}function $e(t,e){var n=Mn(t);return n._iter=t,n.size=t.size,n.reverse=function(){return t},t.flip&&(n.flip=function(){var e=He(t);return e.reverse=function(){return t.flip()},e}),n.get=function(n,r){return t.get(e?n:-1-n,r)},n.has=function(n){return t.has(e?n:-1-n)},n.includes=function(e){return t.includes(e)},n.cacheResult=mn,n.__iterate=function(e,n){var r=this;return t.__iterate((function(t,n){return e(t,n,r)}),!n)},n.__iterator=function(e,n){return t.__iterator(e,!n)},n}function tn(t,e,n,r){var i=Mn(t);return r&&(i.has=function(r){var i=t.get(r,M);return i!==M&&!!e.call(n,i,r,t)},i.get=function(r,i){var o=t.get(r,M);return o!==M&&e.call(n,o,r,t)?o:i}),i.__iterateUncached=function(i,o){var u=this,s=0;return t.__iterate((function(t,o,a){if(e.call(n,t,o,a))return s++,i(t,r?o:s-1,u)}),o),s},i.__iteratorUncached=function(i,o){var u=t.__iterator(z,o),s=0;return new P((function(){for(;;){var o=u.next();if(o.done)return o;var a=o.value,c=a[0],f=a[1];if(e.call(n,f,c,t))return R(i,r?c:s++,f,o)}}))},i}function en(t,e,n){var r=Gt().asMutable();return t.__iterate((function(i,o){r.update(e.call(n,i,o,t),0,(function(t){return t+1}))})),r.asImmutable()}function nn(t,e,n){var r=s(t),i=(f(t)?Fe():Gt()).asMutable();t.__iterate((function(o,u){i.update(e.call(n,o,u,t),(function(t){return(t=t||[]).push(r?[u,o]:o),t}))}));var o=wn(t);return i.map((function(e){return yn(t,o(e))}))}function rn(t,e,n,r){var i=t.size;if(void 0!==e&&(e|=0),void 0!==n&&(n===1/0?n=i:n|=0),I(e,n,i))return t;var o=A(e,i),u=C(n,i);if(o!=o||u!=u)return rn(t.toSeq().cacheResult(),e,n,r);var s,a=u-o;a==a&&(s=a<0?0:a);var c=Mn(t);return c.size=0===s?s:t.size&&s||void 0,!r&&ot(t)&&s>=0&&(c.get=function(e,n){return(e=S(this,e))>=0&&e<s?t.get(e+o,n):n}),c.__iterateUncached=function(e,n){var i=this;if(0===s)return 0;if(n)return this.cacheResult().__iterate(e,n);var u=0,a=!0,c=0;return t.__iterate((function(t,n){if(!a||!(a=u++<o))return c++,!1!==e(t,r?n:c-1,i)&&c!==s})),c},c.__iteratorUncached=function(e,n){if(0!==s&&n)return this.cacheResult().__iterator(e,n);var i=0!==s&&t.__iterator(e,n),u=0,a=0;return new P((function(){for(;u++<o;)i.next();if(++a>s)return Q();var t=i.next();return r||e===T?t:R(e,a-1,e===O?void 0:t.value[1],t)}))},c}function on(t,e,n){var r=Mn(t);return r.__iterateUncached=function(r,i){var o=this;if(i)return this.cacheResult().__iterate(r,i);var u=0;return t.__iterate((function(t,i,s){return e.call(n,t,i,s)&&++u&&r(t,i,o)})),u},r.__iteratorUncached=function(r,i){var o=this;if(i)return this.cacheResult().__iterator(r,i);var u=t.__iterator(z,i),s=!0;return new P((function(){if(!s)return Q();var t=u.next();if(t.done)return t;var i=t.value,a=i[0],c=i[1];return e.call(n,c,a,o)?r===z?t:R(r,a,c,t):(s=!1,Q())}))},r}function un(t,e,n,r){var i=Mn(t);return i.__iterateUncached=function(i,o){var u=this;if(o)return this.cacheResult().__iterate(i,o);var s=!0,a=0;return t.__iterate((function(t,o,c){if(!s||!(s=e.call(n,t,o,c)))return a++,i(t,r?o:a-1,u)})),a},i.__iteratorUncached=function(i,o){var u=this;if(o)return this.cacheResult().__iterator(i,o);var s=t.__iterator(z,o),a=!0,c=0;return new P((function(){var t,o,f;do{if((t=s.next()).done)return r||i===T?t:R(i,c++,i===O?void 0:t.value[1],t);var l=t.value;o=l[0],f=l[1],a&&(a=e.call(n,f,o,u))}while(a);return i===z?t:R(i,o,f,t)}))},i}function sn(t,e){var n=s(t),i=[t].concat(e).map((function(t){return u(t)?n&&(t=r(t)):t=n?st(t):at(Array.isArray(t)?t:[t]),t})).filter((function(t){return 0!==t.size}));if(0===i.length)return t;if(1===i.length){var o=i[0];if(o===t||n&&s(o)||a(t)&&a(o))return o}var c=new et(i);return n?c=c.toKeyedSeq():a(t)||(c=c.toSetSeq()),(c=c.flatten(!0)).size=i.reduce((function(t,e){if(void 0!==t){var n=e.size;if(void 0!==n)return t+n}}),0),c}function an(t,e,n){var r=Mn(t);return r.__iterateUncached=function(r,i){var o=0,s=!1;function a(t,c){var f=this;t.__iterate((function(t,i){return(!e||c<e)&&u(t)?a(t,c+1):!1===r(t,n?i:o++,f)&&(s=!0),!s}),i)}return a(t,0),o},r.__iteratorUncached=function(r,i){var o=t.__iterator(r,i),s=[],a=0;return new P((function(){for(;o;){var t=o.next();if(!1===t.done){var c=t.value;if(r===z&&(c=c[1]),e&&!(s.length<e)||!u(c))return n?t:R(r,a++,c,t);s.push(o),o=c.__iterator(r,i)}else o=s.pop()}return Q()}))},r}function cn(t,e,n){var r=wn(t);return t.toSeq().map((function(i,o){return r(e.call(n,i,o,t))})).flatten(!0)}function fn(t,e){var n=Mn(t);return n.size=t.size&&2*t.size-1,n.__iterateUncached=function(n,r){var i=this,o=0;return t.__iterate((function(t,r){return(!o||!1!==n(e,o++,i))&&!1!==n(t,o++,i)}),r),o},n.__iteratorUncached=function(n,r){var i,o=t.__iterator(T,r),u=0;return new P((function(){return(!i||u%2)&&(i=o.next()).done?i:u%2?R(n,u++,e):R(n,u++,i.value,i)}))},n}function ln(t,e,n){e||(e=_n);var r=s(t),i=0,o=t.toSeq().map((function(e,r){return[r,e,i++,n?n(e,r,t):e]})).toArray();return o.sort((function(t,n){return e(t[3],n[3])||t[2]-n[2]})).forEach(r?function(t,e){o[e].length=2}:function(t,e){o[e]=t[1]}),r?Z(o):a(t)?V(o):X(o)}function pn(t,e,n){if(e||(e=_n),n){var r=t.toSeq().map((function(e,r){return[e,n(e,r,t)]})).reduce((function(t,n){return hn(e,t[1],n[1])?n:t}));return r&&r[0]}return t.reduce((function(t,n){return hn(e,t,n)?n:t}))}function hn(t,e,n){var r=t(n,e);return 0===r&&n!==e&&(null==n||n!=n)||r>0}function dn(t,e,r){var i=Mn(t);return i.size=new et(r).map((function(t){return t.size})).min(),i.__iterate=function(t,e){for(var n,r=this.__iterator(T,e),i=0;!(n=r.next()).done&&!1!==t(n.value,i++,this););return i},i.__iteratorUncached=function(t,i){var o=r.map((function(t){return t=n(t),G(i?t.reverse():t)})),u=0,s=!1;return new P((function(){var n;return s||(n=o.map((function(t){return t.next()})),s=n.some((function(t){return t.done}))),s?Q():R(t,u++,e.apply(null,n.map((function(t){return t.value}))))}))},i}function yn(t,e){return ot(t)?e:t.constructor(e)}function vn(t){if(t!==Object(t))throw new TypeError("Expected [K, V] tuple: "+t)}function gn(t){return Bt(t.size),N(t)}function wn(t){return s(t)?r:a(t)?i:o}function Mn(t){return Object.create((s(t)?Z:a(t)?V:X).prototype)}function mn(){return this._iter.cacheResult?(this._iter.cacheResult(),this.size=this._iter.size,this):J.prototype.cacheResult.call(this)}function _n(t,e){return t>e?1:t<e?-1:0}function Ln(t){var e=G(t);if(!e){if(!q(t))throw new TypeError("Expected iterable or array-like: "+t);e=G(n(t))}return e}function bn(t,e){var n,r=function(o){if(o instanceof r)return o;if(!(this instanceof r))return new r(o);if(!n){n=!0;var u=Object.keys(t);Sn(i,u),i.size=u.length,i._name=e,i._keys=u,i._defaultValues=t}this._map=Gt(o)},i=r.prototype=Object.create(xn);return i.constructor=r,r}e(Fe,Gt),Fe.of=function(){return this(arguments)},Fe.prototype.toString=function(){return this.__toString("OrderedMap {","}")},Fe.prototype.get=function(t,e){var n=this._map.get(t);return void 0!==n?this._list.get(n)[1]:e},Fe.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._map.clear(),this._list.clear(),this):We()},Fe.prototype.set=function(t,e){return qe(this,t,e)},Fe.prototype.remove=function(t){return qe(this,t,M)},Fe.prototype.wasAltered=function(){return this._map.wasAltered()||this._list.wasAltered()},Fe.prototype.__iterate=function(t,e){var n=this;return this._list.__iterate((function(e){return e&&t(e[1],e[0],n)}),e)},Fe.prototype.__iterator=function(t,e){return this._list.fromEntrySeq().__iterator(t,e)},Fe.prototype.__ensureOwner=function(t){if(t===this.__ownerID)return this;var e=this._map.__ensureOwner(t),n=this._list.__ensureOwner(t);return t?Ge(e,n,t,this.__hash):(this.__ownerID=t,this._map=e,this._list=n,this)},Fe.isOrderedMap=Be,Fe.prototype[d]=!0,Fe.prototype[y]=Fe.prototype.remove,e(Je,Z),Je.prototype.get=function(t,e){return this._iter.get(t,e)},Je.prototype.has=function(t){return this._iter.has(t)},Je.prototype.valueSeq=function(){return this._iter.valueSeq()},Je.prototype.reverse=function(){var t=this,e=$e(this,!0);return this._useKeys||(e.valueSeq=function(){return t._iter.toSeq().reverse()}),e},Je.prototype.map=function(t,e){var n=this,r=Ke(this,t,e);return this._useKeys||(r.valueSeq=function(){return n._iter.toSeq().map(t,e)}),r},Je.prototype.__iterate=function(t,e){var n,r=this;return this._iter.__iterate(this._useKeys?function(e,n){return t(e,n,r)}:(n=e?gn(this):0,function(i){return t(i,e?--n:n++,r)}),e)},Je.prototype.__iterator=function(t,e){if(this._useKeys)return this._iter.__iterator(t,e);var n=this._iter.__iterator(T,e),r=e?gn(this):0;return new P((function(){var i=n.next();return i.done?i:R(t,e?--r:r++,i.value,i)}))},Je.prototype[d]=!0,e(Ze,V),Ze.prototype.includes=function(t){return this._iter.includes(t)},Ze.prototype.__iterate=function(t,e){var n=this,r=0;return this._iter.__iterate((function(e){return t(e,r++,n)}),e)},Ze.prototype.__iterator=function(t,e){var n=this._iter.__iterator(T,e),r=0;return new P((function(){var e=n.next();return e.done?e:R(t,r++,e.value,e)}))},e(Ve,X),Ve.prototype.has=function(t){return this._iter.includes(t)},Ve.prototype.__iterate=function(t,e){var n=this;return this._iter.__iterate((function(e){return t(e,e,n)}),e)},Ve.prototype.__iterator=function(t,e){var n=this._iter.__iterator(T,e);return new P((function(){var e=n.next();return e.done?e:R(t,e.value,e.value,e)}))},e(Xe,Z),Xe.prototype.entrySeq=function(){return this._iter.toSeq()},Xe.prototype.__iterate=function(t,e){var n=this;return this._iter.__iterate((function(e){if(e){vn(e);var r=u(e);return t(r?e.get(1):e[1],r?e.get(0):e[0],n)}}),e)},Xe.prototype.__iterator=function(t,e){var n=this._iter.__iterator(T,e);return new P((function(){for(;;){var e=n.next();if(e.done)return e;var r=e.value;if(r){vn(r);var i=u(r);return R(t,i?r.get(0):r[0],i?r.get(1):r[1],e)}}}))},Ze.prototype.cacheResult=Je.prototype.cacheResult=Ve.prototype.cacheResult=Xe.prototype.cacheResult=mn,e(bn,bt),bn.prototype.toString=function(){return this.__toString(Nn(this)+" {","}")},bn.prototype.has=function(t){return this._defaultValues.hasOwnProperty(t)},bn.prototype.get=function(t,e){if(!this.has(t))return e;var n=this._defaultValues[t];return this._map?this._map.get(t,n):n},bn.prototype.clear=function(){if(this.__ownerID)return this._map&&this._map.clear(),this;var t=this.constructor;return t._empty||(t._empty=jn(this,ie()))},bn.prototype.set=function(t,e){if(!this.has(t))throw new Error('Cannot set unknown key "'+t+'" on '+Nn(this));if(this._map&&!this._map.has(t)&&e===this._defaultValues[t])return this;var n=this._map&&this._map.set(t,e);return this.__ownerID||n===this._map?this:jn(this,n)},bn.prototype.remove=function(t){if(!this.has(t))return this;var e=this._map&&this._map.remove(t);return this.__ownerID||e===this._map?this:jn(this,e)},bn.prototype.wasAltered=function(){return this._map.wasAltered()},bn.prototype.__iterator=function(t,e){var n=this;return r(this._defaultValues).map((function(t,e){return n.get(e)})).__iterator(t,e)},bn.prototype.__iterate=function(t,e){var n=this;return r(this._defaultValues).map((function(t,e){return n.get(e)})).__iterate(t,e)},bn.prototype.__ensureOwner=function(t){if(t===this.__ownerID)return this;var e=this._map&&this._map.__ensureOwner(t);return t?jn(this,e,t):(this.__ownerID=t,this._map=e,this)};var xn=bn.prototype;function jn(t,e,n){var r=Object.create(Object.getPrototypeOf(t));return r._map=e,r.__ownerID=n,r}function Nn(t){return t._name||t.constructor.name||"Record"}function Sn(t,e){try{e.forEach(Dn.bind(void 0,t))}catch(t){}}function Dn(t,e){Object.defineProperty(t,e,{get:function(){return this.get(e)},set:function(t){mt(this.__ownerID,"Cannot set on an immutable record."),this.set(e,t)}})}function In(t){return null==t?kn():An(t)&&!f(t)?t:kn().withMutations((function(e){var n=o(t);Bt(n.size),n.forEach((function(t){return e.add(t)}))}))}function An(t){return!(!t||!t[En])}xn[y]=xn.remove,xn.deleteIn=xn.removeIn=Zt.removeIn,xn.merge=Zt.merge,xn.mergeWith=Zt.mergeWith,xn.mergeIn=Zt.mergeIn,xn.mergeDeep=Zt.mergeDeep,xn.mergeDeepWith=Zt.mergeDeepWith,xn.mergeDeepIn=Zt.mergeDeepIn,xn.setIn=Zt.setIn,xn.update=Zt.update,xn.updateIn=Zt.updateIn,xn.withMutations=Zt.withMutations,xn.asMutable=Zt.asMutable,xn.asImmutable=Zt.asImmutable,e(In,jt),In.of=function(){return this(arguments)},In.fromKeys=function(t){return this(r(t).keySeq())},In.prototype.toString=function(){return this.__toString("Set {","}")},In.prototype.has=function(t){return this._map.has(t)},In.prototype.add=function(t){return Tn(this,this._map.set(t,!0))},In.prototype.remove=function(t){return Tn(this,this._map.remove(t))},In.prototype.clear=function(){return Tn(this,this._map.clear())},In.prototype.union=function(){var e=t.call(arguments,0);return 0===(e=e.filter((function(t){return 0!==t.size}))).length?this:0!==this.size||this.__ownerID||1!==e.length?this.withMutations((function(t){for(var n=0;n<e.length;n++)o(e[n]).forEach((function(e){return t.add(e)}))})):this.constructor(e[0])},In.prototype.intersect=function(){var e=t.call(arguments,0);if(0===e.length)return this;e=e.map((function(t){return o(t)}));var n=this;return this.withMutations((function(t){n.forEach((function(n){e.every((function(t){return t.includes(n)}))||t.remove(n)}))}))},In.prototype.subtract=function(){var e=t.call(arguments,0);if(0===e.length)return this;e=e.map((function(t){return o(t)}));var n=this;return this.withMutations((function(t){n.forEach((function(n){e.some((function(t){return t.includes(n)}))&&t.remove(n)}))}))},In.prototype.merge=function(){return this.union.apply(this,arguments)},In.prototype.mergeWith=function(e){var n=t.call(arguments,1);return this.union.apply(this,n)},In.prototype.sort=function(t){return Un(ln(this,t))},In.prototype.sortBy=function(t,e){return Un(ln(this,e,t))},In.prototype.wasAltered=function(){return this._map.wasAltered()},In.prototype.__iterate=function(t,e){var n=this;return this._map.__iterate((function(e,r){return t(r,r,n)}),e)},In.prototype.__iterator=function(t,e){return this._map.map((function(t,e){return e})).__iterator(t,e)},In.prototype.__ensureOwner=function(t){if(t===this.__ownerID)return this;var e=this._map.__ensureOwner(t);return t?this.__make(e,t):(this.__ownerID=t,this._map=e,this)},In.isSet=An;var Cn,En="@@__IMMUTABLE_SET__@@",On=In.prototype;function Tn(t,e){return t.__ownerID?(t.size=e.size,t._map=e,t):e===t._map?t:0===e.size?t.__empty():t.__make(e)}function zn(t,e){var n=Object.create(On);return n.size=t?t.size:0,n._map=t,n.__ownerID=e,n}function kn(){return Cn||(Cn=zn(ie()))}function Un(t){return null==t?Fn():Yn(t)?t:Fn().withMutations((function(e){var n=o(t);Bt(n.size),n.forEach((function(t){return e.add(t)}))}))}function Yn(t){return An(t)&&f(t)}On[En]=!0,On[y]=On.remove,On.mergeDeep=On.merge,On.mergeDeepWith=On.mergeWith,On.withMutations=Zt.withMutations,On.asMutable=Zt.asMutable,On.asImmutable=Zt.asImmutable,On.__empty=kn,On.__make=zn,e(Un,In),Un.of=function(){return this(arguments)},Un.fromKeys=function(t){return this(r(t).keySeq())},Un.prototype.toString=function(){return this.__toString("OrderedSet {","}")},Un.isOrderedSet=Yn;var Pn,Rn=Un.prototype;function Qn(t,e){var n=Object.create(Rn);return n.size=t?t.size:0,n._map=t,n.__ownerID=e,n}function Fn(){return Pn||(Pn=Qn(We()))}function Bn(t){return null==t?Vn():Gn(t)?t:Vn().unshiftAll(t)}function Gn(t){return!(!t||!t[qn])}Rn[d]=!0,Rn.__empty=Fn,Rn.__make=Qn,e(Bn,xt),Bn.of=function(){return this(arguments)},Bn.prototype.toString=function(){return this.__toString("Stack [","]")},Bn.prototype.get=function(t,e){var n=this._head;for(t=S(this,t);n&&t--;)n=n.next;return n?n.value:e},Bn.prototype.peek=function(){return this._head&&this._head.value},Bn.prototype.push=function(){if(0===arguments.length)return this;for(var t=this.size+arguments.length,e=this._head,n=arguments.length-1;n>=0;n--)e={value:arguments[n],next:e};return this.__ownerID?(this.size=t,this._head=e,this.__hash=void 0,this.__altered=!0,this):Zn(t,e)},Bn.prototype.pushAll=function(t){if(0===(t=i(t)).size)return this;Bt(t.size);var e=this.size,n=this._head;return t.reverse().forEach((function(t){e++,n={value:t,next:n}})),this.__ownerID?(this.size=e,this._head=n,this.__hash=void 0,this.__altered=!0,this):Zn(e,n)},Bn.prototype.pop=function(){return this.slice(1)},Bn.prototype.unshift=function(){return this.push.apply(this,arguments)},Bn.prototype.unshiftAll=function(t){return this.pushAll(t)},Bn.prototype.shift=function(){return this.pop.apply(this,arguments)},Bn.prototype.clear=function(){return 0===this.size?this:this.__ownerID?(this.size=0,this._head=void 0,this.__hash=void 0,this.__altered=!0,this):Vn()},Bn.prototype.slice=function(t,e){if(I(t,e,this.size))return this;var n=A(t,this.size);if(C(e,this.size)!==this.size)return xt.prototype.slice.call(this,t,e);for(var r=this.size-n,i=this._head;n--;)i=i.next;return this.__ownerID?(this.size=r,this._head=i,this.__hash=void 0,this.__altered=!0,this):Zn(r,i)},Bn.prototype.__ensureOwner=function(t){return t===this.__ownerID?this:t?Zn(this.size,this._head,t,this.__hash):(this.__ownerID=t,this.__altered=!1,this)},Bn.prototype.__iterate=function(t,e){if(e)return this.reverse().__iterate(t);for(var n=0,r=this._head;r&&!1!==t(r.value,n++,this);)r=r.next;return n},Bn.prototype.__iterator=function(t,e){if(e)return this.reverse().__iterator(t);var n=0,r=this._head;return new P((function(){if(r){var e=r.value;return r=r.next,R(t,n++,e)}return Q()}))},Bn.isStack=Gn;var Wn,qn="@@__IMMUTABLE_STACK__@@",Jn=Bn.prototype;function Zn(t,e,n,r){var i=Object.create(Jn);return i.size=t,i._head=e,i.__ownerID=n,i.__hash=r,i.__altered=!1,i}function Vn(){return Wn||(Wn=Zn(0))}function Xn(t,e){var n=function(n){t.prototype[n]=e[n]};return Object.keys(e).forEach(n),Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(e).forEach(n),t}Jn[qn]=!0,Jn.withMutations=Zt.withMutations,Jn.asMutable=Zt.asMutable,Jn.asImmutable=Zt.asImmutable,Jn.wasAltered=Zt.wasAltered,n.Iterator=P,Xn(n,{toArray:function(){Bt(this.size);var t=new Array(this.size||0);return this.valueSeq().__iterate((function(e,n){t[n]=e})),t},toIndexedSeq:function(){return new Ze(this)},toJS:function(){return this.toSeq().map((function(t){return t&&"function"==typeof t.toJS?t.toJS():t})).__toJS()},toJSON:function(){return this.toSeq().map((function(t){return t&&"function"==typeof t.toJSON?t.toJSON():t})).__toJS()},toKeyedSeq:function(){return new Je(this,!0)},toMap:function(){return Gt(this.toKeyedSeq())},toObject:function(){Bt(this.size);var t={};return this.__iterate((function(e,n){t[n]=e})),t},toOrderedMap:function(){return Fe(this.toKeyedSeq())},toOrderedSet:function(){return Un(s(this)?this.valueSeq():this)},toSet:function(){return In(s(this)?this.valueSeq():this)},toSetSeq:function(){return new Ve(this)},toSeq:function(){return a(this)?this.toIndexedSeq():s(this)?this.toKeyedSeq():this.toSetSeq()},toStack:function(){return Bn(s(this)?this.valueSeq():this)},toList:function(){return xe(s(this)?this.valueSeq():this)},toString:function(){return"[Iterable]"},__toString:function(t,e){return 0===this.size?t+e:t+" "+this.toSeq().map(this.__toStringMapper).join(", ")+" "+e},concat:function(){return yn(this,sn(this,t.call(arguments,0)))},includes:function(t){return this.some((function(e){return gt(e,t)}))},entries:function(){return this.__iterator(z)},every:function(t,e){Bt(this.size);var n=!0;return this.__iterate((function(r,i,o){if(!t.call(e,r,i,o))return n=!1,!1})),n},filter:function(t,e){return yn(this,tn(this,t,e,!0))},find:function(t,e,n){var r=this.findEntry(t,e);return r?r[1]:n},forEach:function(t,e){return Bt(this.size),this.__iterate(e?t.bind(e):t)},join:function(t){Bt(this.size),t=void 0!==t?""+t:",";var e="",n=!0;return this.__iterate((function(r){n?n=!1:e+=t,e+=null!=r?r.toString():""})),e},keys:function(){return this.__iterator(O)},map:function(t,e){return yn(this,Ke(this,t,e))},reduce:function(t,e,n){var r,i;return Bt(this.size),arguments.length<2?i=!0:r=e,this.__iterate((function(e,o,u){i?(i=!1,r=e):r=t.call(n,r,e,o,u)})),r},reduceRight:function(t,e,n){var r=this.toKeyedSeq().reverse();return r.reduce.apply(r,arguments)},reverse:function(){return yn(this,$e(this,!0))},slice:function(t,e){return yn(this,rn(this,t,e,!0))},some:function(t,e){return!this.every(er(t),e)},sort:function(t){return yn(this,ln(this,t))},values:function(){return this.__iterator(T)},butLast:function(){return this.slice(0,-1)},isEmpty:function(){return void 0!==this.size?0===this.size:!this.some((function(){return!0}))},count:function(t,e){return N(t?this.toSeq().filter(t,e):this)},countBy:function(t,e){return en(this,t,e)},equals:function(t){return wt(this,t)},entrySeq:function(){var t=this;if(t._cache)return new et(t._cache);var e=t.toSeq().map(tr).toIndexedSeq();return e.fromEntrySeq=function(){return t.toSeq()},e},filterNot:function(t,e){return this.filter(er(t),e)},findEntry:function(t,e,n){var r=n;return this.__iterate((function(n,i,o){if(t.call(e,n,i,o))return r=[i,n],!1})),r},findKey:function(t,e){var n=this.findEntry(t,e);return n&&n[0]},findLast:function(t,e,n){return this.toKeyedSeq().reverse().find(t,e,n)},findLastEntry:function(t,e,n){return this.toKeyedSeq().reverse().findEntry(t,e,n)},findLastKey:function(t,e){return this.toKeyedSeq().reverse().findKey(t,e)},first:function(){return this.find(D)},flatMap:function(t,e){return yn(this,cn(this,t,e))},flatten:function(t){return yn(this,an(this,t,!0))},fromEntrySeq:function(){return new Xe(this)},get:function(t,e){return this.find((function(e,n){return gt(n,t)}),void 0,e)},getIn:function(t,e){for(var n,r=this,i=Ln(t);!(n=i.next()).done;){var o=n.value;if((r=r&&r.get?r.get(o,M):M)===M)return e}return r},groupBy:function(t,e){return nn(this,t,e)},has:function(t){return this.get(t,M)!==M},hasIn:function(t){return this.getIn(t,M)!==M},isSubset:function(t){return t="function"==typeof t.includes?t:n(t),this.every((function(e){return t.includes(e)}))},isSuperset:function(t){return(t="function"==typeof t.isSubset?t:n(t)).isSubset(this)},keyOf:function(t){return this.findKey((function(e){return gt(e,t)}))},keySeq:function(){return this.toSeq().map($n).toIndexedSeq()},last:function(){return this.toSeq().reverse().first()},lastKeyOf:function(t){return this.toKeyedSeq().reverse().keyOf(t)},max:function(t){return pn(this,t)},maxBy:function(t,e){return pn(this,e,t)},min:function(t){return pn(this,t?nr(t):or)},minBy:function(t,e){return pn(this,e?nr(e):or,t)},rest:function(){return this.slice(1)},skip:function(t){return this.slice(Math.max(0,t))},skipLast:function(t){return yn(this,this.toSeq().reverse().skip(t).reverse())},skipWhile:function(t,e){return yn(this,un(this,t,e,!0))},skipUntil:function(t,e){return this.skipWhile(er(t),e)},sortBy:function(t,e){return yn(this,ln(this,e,t))},take:function(t){return this.slice(0,Math.max(0,t))},takeLast:function(t){return yn(this,this.toSeq().reverse().take(t).reverse())},takeWhile:function(t,e){return yn(this,on(this,t,e))},takeUntil:function(t,e){return this.takeWhile(er(t),e)},valueSeq:function(){return this.toIndexedSeq()},hashCode:function(){return this.__hash||(this.__hash=ur(this))}});var Hn=n.prototype;Hn[l]=!0,Hn[Y]=Hn.values,Hn.__toJS=Hn.toArray,Hn.__toStringMapper=rr,Hn.inspect=Hn.toSource=function(){return this.toString()},Hn.chain=Hn.flatMap,Hn.contains=Hn.includes,Xn(r,{flip:function(){return yn(this,He(this))},mapEntries:function(t,e){var n=this,r=0;return yn(this,this.toSeq().map((function(i,o){return t.call(e,[o,i],r++,n)})).fromEntrySeq())},mapKeys:function(t,e){var n=this;return yn(this,this.toSeq().flip().map((function(r,i){return t.call(e,r,i,n)})).flip())}});var Kn=r.prototype;function $n(t,e){return e}function tr(t,e){return[e,t]}function er(t){return function(){return!t.apply(this,arguments)}}function nr(t){return function(){return-t.apply(this,arguments)}}function rr(t){return"string"==typeof t?JSON.stringify(t):String(t)}function ir(){return j(arguments)}function or(t,e){return t<e?1:t>e?-1:0}function ur(t){if(t.size===1/0)return 0;var e=f(t),n=s(t),r=e?1:0;return sr(t.__iterate(n?e?function(t,e){r=31*r+ar(Dt(t),Dt(e))|0}:function(t,e){r=r+ar(Dt(t),Dt(e))|0}:e?function(t){r=31*r+Dt(t)|0}:function(t){r=r+Dt(t)|0}),r)}function sr(t,e){return e=Nt(e,3432918353),e=Nt(e<<15|e>>>-15,461845907),e=Nt(e<<13|e>>>-13,5),e=Nt((e=(e+3864292196|0)^t)^e>>>16,2246822507),e=St((e=Nt(e^e>>>13,3266489909))^e>>>16)}function ar(t,e){return t^e+2654435769+(t<<6)+(t>>2)|0}return Kn[p]=!0,Kn[Y]=Hn.entries,Kn.__toJS=Hn.toObject,Kn.__toStringMapper=function(t,e){return JSON.stringify(e)+": "+rr(t)},Xn(i,{toKeyedSeq:function(){return new Je(this,!1)},filter:function(t,e){return yn(this,tn(this,t,e,!1))},findIndex:function(t,e){var n=this.findEntry(t,e);return n?n[0]:-1},indexOf:function(t){var e=this.keyOf(t);return void 0===e?-1:e},lastIndexOf:function(t){var e=this.lastKeyOf(t);return void 0===e?-1:e},reverse:function(){return yn(this,$e(this,!1))},slice:function(t,e){return yn(this,rn(this,t,e,!1))},splice:function(t,e){var n=arguments.length;if(e=Math.max(0|e,0),0===n||2===n&&!e)return this;t=A(t,t<0?this.count():this.size);var r=this.slice(0,t);return yn(this,1===n?r:r.concat(j(arguments,2),this.slice(t+e)))},findLastIndex:function(t,e){var n=this.findLastEntry(t,e);return n?n[0]:-1},first:function(){return this.get(0)},flatten:function(t){return yn(this,an(this,t,!1))},get:function(t,e){return(t=S(this,t))<0||this.size===1/0||void 0!==this.size&&t>this.size?e:this.find((function(e,n){return n===t}),void 0,e)},has:function(t){return(t=S(this,t))>=0&&(void 0!==this.size?this.size===1/0||t<this.size:-1!==this.indexOf(t))},interpose:function(t){return yn(this,fn(this,t))},interleave:function(){var t=[this].concat(j(arguments)),e=dn(this.toSeq(),V.of,t),n=e.flatten(!0);return e.size&&(n.size=e.size*t.length),yn(this,n)},keySeq:function(){return _t(0,this.size)},last:function(){return this.get(-1)},skipWhile:function(t,e){return yn(this,un(this,t,e,!1))},zip:function(){return yn(this,dn(this,ir,[this].concat(j(arguments))))},zipWith:function(t){var e=j(arguments);return e[0]=this,yn(this,dn(this,t,e))}}),i.prototype[h]=!0,i.prototype[d]=!0,Xn(o,{get:function(t,e){return this.has(t)?t:e},includes:function(t){return this.has(t)},keySeq:function(){return this.valueSeq()}}),o.prototype.has=Hn.includes,o.prototype.contains=o.prototype.includes,Xn(Z,r.prototype),Xn(V,i.prototype),Xn(X,o.prototype),Xn(bt,r.prototype),Xn(xt,i.prototype),Xn(jt,o.prototype),{Iterable:n,Seq:J,Collection:Lt,Map:Gt,OrderedMap:Fe,List:xe,Stack:Bn,Set:In,OrderedSet:Un,Record:bn,Range:_t,Repeat:Mt,is:gt,fromJS:ht}}()},function(t,e,n){"use strict";var r=n(13),i=n(106).f,o=n(246),u=n(10),s=n(108),a=n(24),c=n(18),f=function(t){var e=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,r)}return t.apply(this,arguments)};return e.prototype=t.prototype,e};t.exports=function(t,e){var n,l,p,h,d,y,v,g,w=t.target,M=t.global,m=t.stat,_=t.proto,L=M?r:m?r[w]:(r[w]||{}).prototype,b=M?u:u[w]||(u[w]={}),x=b.prototype;for(p in e)n=!o(M?p:w+(m?".":"#")+p,t.forced)&&L&&c(L,p),d=b[p],n&&(y=t.noTargetGet?(g=i(L,p))&&g.value:L[p]),h=n&&y?y:e[p],n&&typeof d==typeof h||(v=t.bind&&n?s(h,r):t.wrap&&n?f(h):_&&"function"==typeof h?s(Function.call,h):h,(t.sham||h&&h.sham||d&&d.sham)&&a(v,"sham",!0),b[p]=v,_&&(c(u,l=w+"Prototype")||a(u,l,{}),u[l][p]=h,t.real&&x&&!x[p]&&a(x,p,h)))}},function(t,e,n){"use strict";t.exports=n(304)},function(t,e,n){var r=n(10),i=n(18),o=n(115),u=n(34).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});i(e,t)||u(e,t,{value:o.f(t)})}},function(t,e,n){t.exports=n(332)},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(13),i=n(112),o=n(18),u=n(113),s=n(116),a=n(163),c=i("wks"),f=r.Symbol,l=a?f:f&&f.withoutSetter||u;t.exports=function(t){return o(c,t)||(s&&o(f,t)?c[t]=f[t]:c[t]=l("Symbol."+t)),c[t]}},function(t,e,n){"use strict";var r=n(70),i=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],o=["scalar","sequence","mapping"];t.exports=function(t,e){var n,u;if(e=e||{},Object.keys(e).forEach((function(e){if(-1===i.indexOf(e))throw new r('Unknown option "'+e+'" is met in definition of "'+t+'" YAML type.')})),this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(t){return t},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.defaultStyle=e.defaultStyle||null,this.styleAliases=(n=e.styleAliases||null,u={},null!==n&&Object.keys(n).forEach((function(t){n[t].forEach((function(e){u[String(e)]=t}))})),u),-1===o.indexOf(this.kind))throw new r('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}},function(t,e,n){t.exports=n(422)},function(t,e,n){var r=n(10);t.exports=function(t){return r[t+"Prototype"]}},function(t,e){t.exports={}},function(t,e,n){var r=n(269),i=n(83);function o(e){return t.exports=o="function"==typeof i&&"symbol"==typeof r?function(t){return typeof t}:function(t){return t&&"function"==typeof i&&t.constructor===i&&t!==i.prototype?"symbol":typeof t},o(e)}t.exports=o},function(t,e,n){var r=n(151);t.exports=function(t,e,n){return e in t?r(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(20))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){"function"==typeof Object.create?t.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(t,e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}},function(t,e,n){var r=n(86),i=r.Buffer;function o(t,e){for(var n in t)e[n]=t[n]}function u(t,e,n){return i(t,e,n)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?t.exports=r:(o(r,e),e.Buffer=u),o(i,u),u.from=function(t,e,n){if("number"==typeof t)throw new TypeError("Argument must not be a number");return i(t,e,n)},u.alloc=function(t,e,n){if("number"!=typeof t)throw new TypeError("Argument must be a number");var r=i(t);return void 0!==e?"string"==typeof n?r.fill(e,n):r.fill(e):r.fill(0),r},u.allocUnsafe=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return i(t)},u.allocUnsafeSlow=function(t){if("number"!=typeof t)throw new TypeError("Argument must be a number");return r.SlowBuffer(t)}},function(t,e,n){t.exports=n(323)},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){"use strict";(function(t){n.d(e,"d",(function(){return _})),n.d(e,"c",(function(){return L})),n.d(e,"b",(function(){return x})),n.d(e,"e",(function(){return j})),n.d(e,"f",(function(){return N})),n.d(e,"a",(function(){return S}));n(226),n(227),n(228),n(73),n(144),n(145),n(103),n(104),n(229),n(230),n(231);var r=n(146),i=n.n(r),o=(n(105),n(232),n(28)),u=n.n(o),s=(n(32),n(31)),a=n.n(s),c=(n(4),n(147),n(74),n(17)),f=n.n(c),l=n(8),p=n.n(l),h=n(11),d=n.n(h),y=n(0),v=n.n(y),g=(n(233),n(234),n(142),n(143)),w=n.n(g),M=(n(235),n(148),n(52),n(72),n(149),n(75)),m=(n(237),n(238),n(239),n(240),function(t){return v.a.Iterable.isIterable(t)});function _(t){return b(t)?m(t)?t.toJS():t:{}}function L(t){return p()(t)?t:[t]}function b(t){return!!t&&"object"===d()(t)}function x(t){return"function"==typeof t}w.a;var j=function(){var t={},e=M.a.location.search;if(!e)return{};if(""!=e){var n=e.substr(1).split("&");for(var r in n)n.hasOwnProperty(r)&&(r=n[r].split("="),t[decodeURIComponent(r[0])]=r[1]&&decodeURIComponent(r[1])||"")}return t},N=function(t){var e;return f()(e=u()(t)).call(e,(function(e){return encodeURIComponent(e)+"="+encodeURIComponent(t[e])})).join("&")};function S(t,e){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(){return!0};if("object"!==d()(t)||p()(t)||null===t||!e)return t;var o=i()({},t);return a()(n=u()(o)).call(n,(function(t){t===e&&r(o[t],t)?delete o[t]:o[t]=S(o[t],e,r)})),o}}).call(this,n(86).Buffer)},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(5);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var r=n(42);t.exports=function(t){return Object(r(t))}},function(t,e){var n=Array.isArray;t.exports=n},function(t,e,n){var r=n(21),i=n(34),o=n(54);t.exports=r?function(t,e,n){return i.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(21),i=n(5),o=n(18),u=Object.defineProperty,s={},a=function(t){throw t};t.exports=function(t,e){if(o(s,t))return s[t];e||(e={});var n=[][t],c=!!o(e,"ACCESSORS")&&e.ACCESSORS,f=o(e,0)?e[0]:a,l=o(e,1)?e[1]:void 0;return s[t]=!!n&&!i((function(){if(c&&!r)return!0;var t={length:-1};c?u(t,1,{enumerable:!0,get:a}):t[1]=1,n.call(t,f,l)}))}},function(t,e,n){var r=n(192),i="object"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function("return this")();t.exports=o},function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}},function(t,e,n){t.exports=n(410)},function(t,e,n){var r=n(14);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,n){"use strict";t.exports=function(t){if("function"!=typeof t)throw new TypeError(t+" is not a function");return t}},function(t,e,n){t.exports=n(327)},function(t,e,n){t.exports=n(413)},function(t,e,n){var r=n(76),i=n(42);t.exports=function(t){return r(i(t))}},function(t,e,n){var r=n(21),i=n(152),o=n(29),u=n(78),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(o(t),e=u(e,!0),o(n),i)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(110),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,e){t.exports={}},function(t,e){var n,r,i=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function u(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(t){n=o}try{r="function"==typeof clearTimeout?clearTimeout:u}catch(t){r=u}}();var a,c=[],f=!1,l=-1;function p(){f&&a&&(f=!1,a.length?c=a.concat(c):l=-1,c.length&&h())}function h(){if(!f){var t=s(p);f=!0;for(var e=c.length;e;){for(a=c,c=[];++l<e;)a&&a[l].run();l=-1,e=c.length}a=null,f=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===u||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function d(t,e){this.fun=t,this.array=e}function y(){}i.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];c.push(new d(t,e)),1!==c.length||f||s(h)},d.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=y,i.addListener=y,i.once=y,i.off=y,i.removeListener=y,i.removeAllListeners=y,i.emit=y,i.prependListener=y,i.prependOnceListener=y,i.listeners=function(t){return[]},i.binding=function(t){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(t){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(t,e,n){"use strict";var r=n(95),i=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e};t.exports=l;var o=n(69);o.inherits=n(15);var u=n(207),s=n(136);o.inherits(l,u);for(var a=i(s.prototype),c=0;c<a.length;c++){var f=a[c];l.prototype[f]||(l.prototype[f]=s.prototype[f])}function l(t){if(!(this instanceof l))return new l(t);u.call(this,t),s.call(this,t),t&&!1===t.readable&&(this.readable=!1),t&&!1===t.writable&&(this.writable=!1),this.allowHalfOpen=!0,t&&!1===t.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",p)}function p(){this.allowHalfOpen||this._writableState.ended||r.nextTick(h,this)}function h(t){t.end()}Object.defineProperty(l.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(l.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(t){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=t,this._writableState.destroyed=t)}}),l.prototype._destroy=function(t,e){this.push(null),this.end(),r.nextTick(e,t)}},function(t,e,n){"use strict";var r=n(214)();t.exports=function(t){return t!==r&&null!==t}},function(t,e,n){"use strict";var r=n(537),i=Math.max;t.exports=function(t){return i(0,r(t))}},function(t,e,n){},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(118),i=n(77),o=n(6)("toStringTag"),u="Arguments"==i(function(){return arguments}());t.exports=r?i:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),o))?n:u?i(e):"Object"==(r=i(e))&&"function"==typeof e.callee?"Arguments":r}},function(t,e,n){n(167);var r=n(277),i=n(13),o=n(43),u=n(24),s=n(36),a=n(6)("toStringTag");for(var c in r){var f=i[c],l=f&&f.prototype;l&&o(l)!==a&&u(l,a,c),s[c]=s.Array}},function(t,e,n){var r=n(108),i=n(76),o=n(22),u=n(35),s=n(169),a=[].push,c=function(t){var e=1==t,n=2==t,c=3==t,f=4==t,l=6==t,p=5==t||l;return function(h,d,y,v){for(var g,w,M=o(h),m=i(M),_=r(d,y,3),L=u(m.length),b=0,x=v||s,j=e?x(h,L):n?x(h,0):void 0;L>b;b++)if((p||b in m)&&(w=_(g=m[b],b,M),t))if(e)j[b]=w;else if(w)switch(t){case 3:return!0;case 5:return g;case 6:return b;case 2:a.call(j,g)}else if(f)return!1;return l?-1:c||f?f:j}};t.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},function(t,e,n){"use strict";var r=n(61),i=n(178),o=(n(121),n(176),Object.prototype.hasOwnProperty),u=n(179),s={key:!0,ref:!0,__self:!0,__source:!0};function a(t){return void 0!==t.ref}function c(t){return void 0!==t.key}var f=function(t,e,n,r,i,o,s){return{$$typeof:u,type:t,key:e,ref:n,props:s,_owner:o}};f.createElement=function(t,e,n){var r,u={},l=null,p=null;if(null!=e)for(r in a(e)&&(p=e.ref),c(e)&&(l=""+e.key),void 0===e.__self?null:e.__self,void 0===e.__source?null:e.__source,e)o.call(e,r)&&!s.hasOwnProperty(r)&&(u[r]=e[r]);var h=arguments.length-2;if(1===h)u.children=n;else if(h>1){for(var d=Array(h),y=0;y<h;y++)d[y]=arguments[y+2];0,u.children=d}if(t&&t.defaultProps){var v=t.defaultProps;for(r in v)void 0===u[r]&&(u[r]=v[r])}return f(t,l,p,0,0,i.current,u)},f.createFactory=function(t){var e=f.createElement.bind(null,t);return e.type=t,e},f.cloneAndReplaceKey=function(t,e){return f(t.type,e,t.ref,t._self,t._source,t._owner,t.props)},f.cloneElement=function(t,e,n){var u,l,p=r({},t.props),h=t.key,d=t.ref,y=(t._self,t._source,t._owner);if(null!=e)for(u in a(e)&&(d=e.ref,y=i.current),c(e)&&(h=""+e.key),t.type&&t.type.defaultProps&&(l=t.type.defaultProps),e)o.call(e,u)&&!s.hasOwnProperty(u)&&(void 0===e[u]&&void 0!==l?p[u]=l[u]:p[u]=e[u]);var v=arguments.length-2;if(1===v)p.children=n;else if(v>1){for(var g=Array(v),w=0;w<v;w++)g[w]=arguments[w+2];p.children=g}return f(t.type,h,d,0,0,y,p)},f.isValidElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===u},t.exports=f},function(t,e,n){var r=n(446),i=n(449);t.exports=function(t,e){var n=i(t,e);return r(n)?n:void 0}},function(t,e,n){"use strict";var r=n(39);t.exports=function(t){if(!r(t))throw new TypeError("Cannot use null or undefined");return t}},function(t,e,n){var r=n(16).Buffer;function i(t,e){this._block=r.alloc(t),this._finalSize=e,this._blockSize=t,this._len=0}i.prototype.update=function(t,e){"string"==typeof t&&(e=e||"utf8",t=r.from(t,e));for(var n=this._block,i=this._blockSize,o=t.length,u=this._len,s=0;s<o;){for(var a=u%i,c=Math.min(o-s,i-a),f=0;f<c;f++)n[a+f]=t[s+f];s+=c,(u+=c)%i==0&&this._update(n)}return this._len+=o,this},i.prototype.digest=function(t){var e=this._len%this._blockSize;this._block[e]=128,this._block.fill(0,e+1),e>=this._finalSize&&(this._update(this._block),this._block.fill(0));var n=8*this._len;if(n<=4294967295)this._block.writeUInt32BE(n,this._blockSize-4);else{var r=(4294967295&n)>>>0,i=(n-r)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(r,this._blockSize-4)}this._update(this._block);var o=this._hash();return t?o.toString(t):o},i.prototype._update=function(){throw new Error("_update must be implemented by subclass")},t.exports=i},function(t,e,n){"use strict";function r(t){return null==t}t.exports.isNothing=r,t.exports.isObject=function(t){return"object"==typeof t&&null!==t},t.exports.toArray=function(t){return Array.isArray(t)?t:r(t)?[]:[t]},t.exports.repeat=function(t,e){var n,r="";for(n=0;n<e;n+=1)r+=t;return r},t.exports.isNegativeZero=function(t){return 0===t&&Number.NEGATIVE_INFINITY===1/t},t.exports.extend=function(t,e){var n,r,i,o;if(e)for(n=0,r=(o=Object.keys(e)).length;n<r;n+=1)t[i=o[n]]=e[i];return t}},function(t,e,n){"use strict";var r=n(50),i=n(70),o=n(7);function u(t,e,n){var r=[];return t.include.forEach((function(t){n=u(t,e,n)})),t[e].forEach((function(t){n.forEach((function(e,n){e.tag===t.tag&&e.kind===t.kind&&r.push(n)})),n.push(t)})),n.filter((function(t,e){return-1===r.indexOf(e)}))}function s(t){this.include=t.include||[],this.implicit=t.implicit||[],this.explicit=t.explicit||[],this.implicit.forEach((function(t){if(t.loadKind&&"scalar"!==t.loadKind)throw new i("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.")})),this.compiledImplicit=u(this,"implicit",[]),this.compiledExplicit=u(this,"explicit",[]),this.compiledTypeMap=function(){var t,e,n={scalar:{},sequence:{},mapping:{},fallback:{}};function r(t){n[t.kind][t.tag]=n.fallback[t.tag]=t}for(t=0,e=arguments.length;t<e;t+=1)arguments[t].forEach(r);return n}(this.compiledImplicit,this.compiledExplicit)}s.DEFAULT=null,s.create=function(){var t,e;switch(arguments.length){case 1:t=s.DEFAULT,e=arguments[0];break;case 2:t=arguments[0],e=arguments[1];break;default:throw new i("Wrong number of arguments for Schema.create function")}if(t=r.toArray(t),e=r.toArray(e),!t.every((function(t){return t instanceof s})))throw new i("Specified list of super schemas (or a single Schema object) contains a non-Schema object.");if(!e.every((function(t){return t instanceof o})))throw new i("Specified list of YAML types (or a single Type object) contains a non-Type object.");return new s({include:t,explicit:e})},t.exports=s},function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},function(t,e,n){var r=n(200),i=n(202),o=n(128),u=n(23),s=n(68),a=n(129),c=n(201),f=n(131),l=Object.prototype.hasOwnProperty;t.exports=function(t){if(null==t)return!0;if(s(t)&&(u(t)||"string"==typeof t||"function"==typeof t.splice||a(t)||f(t)||o(t)))return!t.length;var e=i(t);if("[object Map]"==e||"[object Set]"==e)return!t.size;if(c(t))return!r(t).length;for(var n in t)if(l.call(t,n))return!1;return!0}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){var r=n(10),i=n(13),o=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?o(r[t])||o(i[t]):r[t]&&r[t][e]||i[t]&&i[t][e]}},function(t,e){t.exports=!0},function(t,e,n){"use strict";var r=n(272).charAt,i=n(117),o=n(164),u="String Iterator",s=i.set,a=i.getterFor(u);o(String,"String",(function(t){s(this,{type:u,string:String(t),index:0})}),(function(){var t,e=a(this),n=e.string,i=e.index;return i>=n.length?{value:void 0,done:!0}:(t=r(n,i),e.index+=t.length,{value:t,done:!1})}))},function(t,e,n){var r=n(118),i=n(34).f,o=n(24),u=n(18),s=n(276),a=n(6)("toStringTag");t.exports=function(t,e,n,c){if(t){var f=n?t:t.prototype;u(f,a)||i(f,a,{configurable:!0,value:e}),c&&!r&&o(f,"toString",s)}}},function(t,e,n){var r=n(77);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){"use strict";var r=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function u(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}t.exports=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(t){r[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(t,e){for(var n,s,a=u(t),c=1;c<arguments.length;c++){for(var f in n=Object(arguments[c]))i.call(n,f)&&(a[f]=n[f]);if(r){s=r(n);for(var l=0;l<s.length;l++)o.call(n,s[l])&&(a[s[l]]=n[s[l]])}}return a}},function(t,e,n){"use strict";t.exports=function(t,e,n,r,i,o,u,s){if(!t){var a;if(void 0===e)a=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,i,o,u,s],f=0;(a=new Error(e.replace(/%s/g,(function(){return c[f++]})))).name="Invariant Violation"}throw a.framesToPop=1,a}}},function(t,e,n){"use strict";var r=n(5);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},function(t,e,n){var r=n(424);t.exports=function(t){return null==t?"":r(t)}},function(t,e,n){var r=n(87),i=n(426),o=n(427),u=r?r.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":u&&u in Object(t)?i(t):o(t)}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e,n){var r=n(72),i=n(132);t.exports=function(t){return null!=t&&i(t.length)&&!r(t)}},function(t,e,n){(function(t){function n(t){return Object.prototype.toString.call(t)}e.isArray=function(t){return Array.isArray?Array.isArray(t):"[object Array]"===n(t)},e.isBoolean=function(t){return"boolean"==typeof t},e.isNull=function(t){return null===t},e.isNullOrUndefined=function(t){return null==t},e.isNumber=function(t){return"number"==typeof t},e.isString=function(t){return"string"==typeof t},e.isSymbol=function(t){return"symbol"==typeof t},e.isUndefined=function(t){return void 0===t},e.isRegExp=function(t){return"[object RegExp]"===n(t)},e.isObject=function(t){return"object"==typeof t&&null!==t},e.isDate=function(t){return"[object Date]"===n(t)},e.isError=function(t){return"[object Error]"===n(t)||t instanceof Error},e.isFunction=function(t){return"function"==typeof t},e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||void 0===t},e.isBuffer=t.isBuffer}).call(this,n(86).Buffer)},function(t,e,n){"use strict";function r(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r.prototype.toString=function(t){var e=this.name+": ";return e+=this.reason||"(unknown reason)",!t&&this.mark&&(e+=" "+this.mark.toString()),e},t.exports=r},function(t,e,n){"use strict";var r=n(51);t.exports=new r({include:[n(223)],implicit:[n(604),n(605)],explicit:[n(606),n(607),n(608),n(609)]})},function(t,e,n){var r=n(65),i=n(67);t.exports=function(t){if(!i(t))return!1;var e=r(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,n){t.exports=n(352)},function(t,e,n){t.exports=n(419)},function(t,e,n){"use strict";e.a=function(){var t={location:{},history:{},open:function(){},close:function(){},File:function(){}};if("undefined"==typeof window)return t;try{t=window;for(var e=0,n=["File","Blob","FormData"];e<n.length;e++){var r=n[e];r in window&&(t[r]=window[r])}}catch(t){console.error(t)}return t}()},function(t,e,n){var r=n(5),i=n(77),o="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?o.call(t,""):Object(t)}:Object},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var r=n(14);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r,i=n(29),o=n(251),u=n(111),s=n(81),a=n(252),c=n(153),f=n(82),l=f("IE_PROTO"),p=function(){},h=function(t){return"<script>"+t+"</"+"script>"},d=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;d=r?function(t){t.write(h("")),t.close();var e=t.parentWindow.Object;return t=null,e}(r):((e=c("iframe")).style.display="none",a.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(h("document.F=Object")),t.close(),t.F);for(var n=u.length;n--;)delete d.prototype[u[n]];return d()};s[l]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(p.prototype=i(t),n=new p,p.prototype=null,n[l]=t):n=d(),void 0===e?n:o(n,e)}},function(t,e,n){var r=n(154),i=n(111);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e){t.exports={}},function(t,e,n){var r=n(112),i=n(113),o=r("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},function(t,e,n){t.exports=n(278)},function(t,e,n){var r=n(5),i=n(6),o=n(170),u=i("species");t.exports=function(t){return o>=51||!r((function(){var e=[];return(e.constructor={})[u]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){"use strict";t.exports=function(t){for(var e=arguments.length-1,n="Minified React error #"+t+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+t,r=0;r<e;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);n+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var i=new Error(n);throw i.name="Invariant Violation",i.framesToPop=1,i}},function(t,e,n){"use strict";(function(t){var r=n(335),i=n(336),o=n(182);function u(){return a.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(t,e){if(u()<e)throw new RangeError("Invalid typed array length");return a.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e)).__proto__=a.prototype:(null===t&&(t=new a(e)),t.length=e),t}function a(t,e,n){if(!(a.TYPED_ARRAY_SUPPORT||this instanceof a))return new a(t,e,n);if("number"==typeof t){if("string"==typeof e)throw new Error("If encoding is specified then the first argument must be a string");return l(this,t)}return c(this,t,e,n)}function c(t,e,n,r){if("number"==typeof e)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer?function(t,e,n,r){if(e.byteLength,n<0||e.byteLength<n)throw new RangeError("'offset' is out of bounds");if(e.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");e=void 0===n&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,n):new Uint8Array(e,n,r);a.TYPED_ARRAY_SUPPORT?(t=e).__proto__=a.prototype:t=p(t,e);return t}(t,e,n,r):"string"==typeof e?function(t,e,n){"string"==typeof n&&""!==n||(n="utf8");if(!a.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|d(e,n),i=(t=s(t,r)).write(e,n);i!==r&&(t=t.slice(0,i));return t}(t,e,n):function(t,e){if(a.isBuffer(e)){var n=0|h(e.length);return 0===(t=s(t,n)).length||e.copy(t,0,0,n),t}if(e){if("undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return"number"!=typeof e.length||(r=e.length)!=r?s(t,0):p(t,e);if("Buffer"===e.type&&o(e.data))return p(t,e.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(t,e)}function f(t){if("number"!=typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function l(t,e){if(f(e),t=s(t,e<0?0:0|h(e)),!a.TYPED_ARRAY_SUPPORT)for(var n=0;n<e;++n)t[n]=0;return t}function p(t,e){var n=e.length<0?0:0|h(e.length);t=s(t,n);for(var r=0;r<n;r+=1)t[r]=255&e[r];return t}function h(t){if(t>=u())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+u().toString(16)+" bytes");return 0|t}function d(t,e){if(a.isBuffer(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var n=t.length;if(0===n)return 0;for(var r=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Q(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return F(t).length;default:if(r)return Q(t).length;e=(""+e).toLowerCase(),r=!0}}function y(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return A(this,e,n);case"utf8":case"utf-8":return N(this,e,n);case"ascii":return D(this,e,n);case"latin1":case"binary":return I(this,e,n);case"base64":return j(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function v(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function g(t,e,n,r,i){if(0===t.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:t.length-1),n<0&&(n=t.length+n),n>=t.length){if(i)return-1;n=t.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof e&&(e=a.from(e,r)),a.isBuffer(e))return 0===e.length?-1:w(t,e,n,r,i);if("number"==typeof e)return e&=255,a.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,e,n):Uint8Array.prototype.lastIndexOf.call(t,e,n):w(t,[e],n,r,i);throw new TypeError("val must be string, number or Buffer")}function w(t,e,n,r,i){var o,u=1,s=t.length,a=e.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;u=2,s/=2,a/=2,n/=2}function c(t,e){return 1===u?t[e]:t.readUInt16BE(e*u)}if(i){var f=-1;for(o=n;o<s;o++)if(c(t,o)===c(e,-1===f?0:o-f)){if(-1===f&&(f=o),o-f+1===a)return f*u}else-1!==f&&(o-=o-f),f=-1}else for(n+a>s&&(n=s-a),o=n;o>=0;o--){for(var l=!0,p=0;p<a;p++)if(c(t,o+p)!==c(e,p)){l=!1;break}if(l)return o}return-1}function M(t,e,n,r){n=Number(n)||0;var i=t.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=e.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var u=0;u<r;++u){var s=parseInt(e.substr(2*u,2),16);if(isNaN(s))return u;t[n+u]=s}return u}function m(t,e,n,r){return B(Q(e,t.length-n),t,n,r)}function _(t,e,n,r){return B(function(t){for(var e=[],n=0;n<t.length;++n)e.push(255&t.charCodeAt(n));return e}(e),t,n,r)}function L(t,e,n,r){return _(t,e,n,r)}function b(t,e,n,r){return B(F(e),t,n,r)}function x(t,e,n,r){return B(function(t,e){for(var n,r,i,o=[],u=0;u<t.length&&!((e-=2)<0);++u)r=(n=t.charCodeAt(u))>>8,i=n%256,o.push(i),o.push(r);return o}(e,t.length-n),t,n,r)}function j(t,e,n){return 0===e&&n===t.length?r.fromByteArray(t):r.fromByteArray(t.slice(e,n))}function N(t,e,n){n=Math.min(t.length,n);for(var r=[],i=e;i<n;){var o,u,s,a,c=t[i],f=null,l=c>239?4:c>223?3:c>191?2:1;if(i+l<=n)switch(l){case 1:c<128&&(f=c);break;case 2:128==(192&(o=t[i+1]))&&(a=(31&c)<<6|63&o)>127&&(f=a);break;case 3:o=t[i+1],u=t[i+2],128==(192&o)&&128==(192&u)&&(a=(15&c)<<12|(63&o)<<6|63&u)>2047&&(a<55296||a>57343)&&(f=a);break;case 4:o=t[i+1],u=t[i+2],s=t[i+3],128==(192&o)&&128==(192&u)&&128==(192&s)&&(a=(15&c)<<18|(63&o)<<12|(63&u)<<6|63&s)>65535&&a<1114112&&(f=a)}null===f?(f=65533,l=1):f>65535&&(f-=65536,r.push(f>>>10&1023|55296),f=56320|1023&f),r.push(f),i+=l}return function(t){var e=t.length;if(e<=S)return String.fromCharCode.apply(String,t);var n="",r=0;for(;r<e;)n+=String.fromCharCode.apply(String,t.slice(r,r+=S));return n}(r)}e.Buffer=a,e.SlowBuffer=function(t){+t!=t&&(t=0);return a.alloc(+t)},e.INSPECT_MAX_BYTES=50,a.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:function(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"==typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(t){return!1}}(),e.kMaxLength=u(),a.poolSize=8192,a._augment=function(t){return t.__proto__=a.prototype,t},a.from=function(t,e,n){return c(null,t,e,n)},a.TYPED_ARRAY_SUPPORT&&(a.prototype.__proto__=Uint8Array.prototype,a.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&a[Symbol.species]===a&&Object.defineProperty(a,Symbol.species,{value:null,configurable:!0})),a.alloc=function(t,e,n){return function(t,e,n,r){return f(e),e<=0?s(t,e):void 0!==n?"string"==typeof r?s(t,e).fill(n,r):s(t,e).fill(n):s(t,e)}(null,t,e,n)},a.allocUnsafe=function(t){return l(null,t)},a.allocUnsafeSlow=function(t){return l(null,t)},a.isBuffer=function(t){return!(null==t||!t._isBuffer)},a.compare=function(t,e){if(!a.isBuffer(t)||!a.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var n=t.length,r=e.length,i=0,o=Math.min(n,r);i<o;++i)if(t[i]!==e[i]){n=t[i],r=e[i];break}return n<r?-1:r<n?1:0},a.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(t,e){if(!o(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return a.alloc(0);var n;if(void 0===e)for(e=0,n=0;n<t.length;++n)e+=t[n].length;var r=a.allocUnsafe(e),i=0;for(n=0;n<t.length;++n){var u=t[n];if(!a.isBuffer(u))throw new TypeError('"list" argument must be an Array of Buffers');u.copy(r,i),i+=u.length}return r},a.byteLength=d,a.prototype._isBuffer=!0,a.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)v(this,e,e+1);return this},a.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)v(this,e,e+3),v(this,e+1,e+2);return this},a.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)v(this,e,e+7),v(this,e+1,e+6),v(this,e+2,e+5),v(this,e+3,e+4);return this},a.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?N(this,0,t):y.apply(this,arguments)},a.prototype.equals=function(t){if(!a.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===a.compare(this,t)},a.prototype.inspect=function(){var t="",n=e.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),"<Buffer "+t+">"},a.prototype.compare=function(t,e,n,r,i){if(!a.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),e<0||n>t.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&e>=n)return 0;if(r>=i)return-1;if(e>=n)return 1;if(this===t)return 0;for(var o=(i>>>=0)-(r>>>=0),u=(n>>>=0)-(e>>>=0),s=Math.min(o,u),c=this.slice(r,i),f=t.slice(e,n),l=0;l<s;++l)if(c[l]!==f[l]){o=c[l],u=f[l];break}return o<u?-1:u<o?1:0},a.prototype.includes=function(t,e,n){return-1!==this.indexOf(t,e,n)},a.prototype.indexOf=function(t,e,n){return g(this,t,e,n,!0)},a.prototype.lastIndexOf=function(t,e,n){return g(this,t,e,n,!1)},a.prototype.write=function(t,e,n,r){if(void 0===e)r="utf8",n=this.length,e=0;else if(void 0===n&&"string"==typeof e)r=e,n=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-e;if((void 0===n||n>i)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return M(this,t,e,n);case"utf8":case"utf-8":return m(this,t,e,n);case"ascii":return _(this,t,e,n);case"latin1":case"binary":return L(this,t,e,n);case"base64":return b(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,t,e,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var S=4096;function D(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;i<n;++i)r+=String.fromCharCode(127&t[i]);return r}function I(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;i<n;++i)r+=String.fromCharCode(t[i]);return r}function A(t,e,n){var r=t.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=e;o<n;++o)i+=R(t[o]);return i}function C(t,e,n){for(var r=t.slice(e,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function E(t,e,n){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>n)throw new RangeError("Trying to access beyond buffer length")}function O(t,e,n,r,i,o){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(n+r>t.length)throw new RangeError("Index out of range")}function T(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-n,2);i<o;++i)t[n+i]=(e&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function z(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-n,4);i<o;++i)t[n+i]=e>>>8*(r?i:3-i)&255}function k(t,e,n,r,i,o){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function U(t,e,n,r,o){return o||k(t,0,n,4),i.write(t,e,n,r,23,4),n+4}function Y(t,e,n,r,o){return o||k(t,0,n,8),i.write(t,e,n,r,52,8),n+8}a.prototype.slice=function(t,e){var n,r=this.length;if((t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e<t&&(e=t),a.TYPED_ARRAY_SUPPORT)(n=this.subarray(t,e)).__proto__=a.prototype;else{var i=e-t;n=new a(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+t]}return n},a.prototype.readUIntLE=function(t,e,n){t|=0,e|=0,n||E(t,e,this.length);for(var r=this[t],i=1,o=0;++o<e&&(i*=256);)r+=this[t+o]*i;return r},a.prototype.readUIntBE=function(t,e,n){t|=0,e|=0,n||E(t,e,this.length);for(var r=this[t+--e],i=1;e>0&&(i*=256);)r+=this[t+--e]*i;return r},a.prototype.readUInt8=function(t,e){return e||E(t,1,this.length),this[t]},a.prototype.readUInt16LE=function(t,e){return e||E(t,2,this.length),this[t]|this[t+1]<<8},a.prototype.readUInt16BE=function(t,e){return e||E(t,2,this.length),this[t]<<8|this[t+1]},a.prototype.readUInt32LE=function(t,e){return e||E(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},a.prototype.readUInt32BE=function(t,e){return e||E(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},a.prototype.readIntLE=function(t,e,n){t|=0,e|=0,n||E(t,e,this.length);for(var r=this[t],i=1,o=0;++o<e&&(i*=256);)r+=this[t+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*e)),r},a.prototype.readIntBE=function(t,e,n){t|=0,e|=0,n||E(t,e,this.length);for(var r=e,i=1,o=this[t+--r];r>0&&(i*=256);)o+=this[t+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*e)),o},a.prototype.readInt8=function(t,e){return e||E(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},a.prototype.readInt16LE=function(t,e){e||E(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},a.prototype.readInt16BE=function(t,e){e||E(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},a.prototype.readInt32LE=function(t,e){return e||E(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},a.prototype.readInt32BE=function(t,e){return e||E(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},a.prototype.readFloatLE=function(t,e){return e||E(t,4,this.length),i.read(this,t,!0,23,4)},a.prototype.readFloatBE=function(t,e){return e||E(t,4,this.length),i.read(this,t,!1,23,4)},a.prototype.readDoubleLE=function(t,e){return e||E(t,8,this.length),i.read(this,t,!0,52,8)},a.prototype.readDoubleBE=function(t,e){return e||E(t,8,this.length),i.read(this,t,!1,52,8)},a.prototype.writeUIntLE=function(t,e,n,r){(t=+t,e|=0,n|=0,r)||O(this,t,e,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[e]=255&t;++o<n&&(i*=256);)this[e+o]=t/i&255;return e+n},a.prototype.writeUIntBE=function(t,e,n,r){(t=+t,e|=0,n|=0,r)||O(this,t,e,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[e+i]=255&t;--i>=0&&(o*=256);)this[e+i]=t/o&255;return e+n},a.prototype.writeUInt8=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,1,255,0),a.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},a.prototype.writeUInt16LE=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,2,65535,0),a.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):T(this,t,e,!0),e+2},a.prototype.writeUInt16BE=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,2,65535,0),a.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):T(this,t,e,!1),e+2},a.prototype.writeUInt32LE=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,4,4294967295,0),a.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):z(this,t,e,!0),e+4},a.prototype.writeUInt32BE=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,4,4294967295,0),a.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):z(this,t,e,!1),e+4},a.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);O(this,t,e,n,i-1,-i)}var o=0,u=1,s=0;for(this[e]=255&t;++o<n&&(u*=256);)t<0&&0===s&&0!==this[e+o-1]&&(s=1),this[e+o]=(t/u>>0)-s&255;return e+n},a.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);O(this,t,e,n,i-1,-i)}var o=n-1,u=1,s=0;for(this[e+o]=255&t;--o>=0&&(u*=256);)t<0&&0===s&&0!==this[e+o+1]&&(s=1),this[e+o]=(t/u>>0)-s&255;return e+n},a.prototype.writeInt8=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,1,127,-128),a.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},a.prototype.writeInt16LE=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,2,32767,-32768),a.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):T(this,t,e,!0),e+2},a.prototype.writeInt16BE=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,2,32767,-32768),a.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):T(this,t,e,!1),e+2},a.prototype.writeInt32LE=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,4,2147483647,-2147483648),a.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):z(this,t,e,!0),e+4},a.prototype.writeInt32BE=function(t,e,n){return t=+t,e|=0,n||O(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),a.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):z(this,t,e,!1),e+4},a.prototype.writeFloatLE=function(t,e,n){return U(this,t,e,!0,n)},a.prototype.writeFloatBE=function(t,e,n){return U(this,t,e,!1,n)},a.prototype.writeDoubleLE=function(t,e,n){return Y(this,t,e,!0,n)},a.prototype.writeDoubleBE=function(t,e,n){return Y(this,t,e,!1,n)},a.prototype.copy=function(t,e,n,r){if(n||(n=0),r||0===r||(r=this.length),e>=t.length&&(e=t.length),e||(e=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),t.length-e<r-n&&(r=t.length-e+n);var i,o=r-n;if(this===t&&n<e&&e<r)for(i=o-1;i>=0;--i)t[i+e]=this[i+n];else if(o<1e3||!a.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)t[i+e]=this[i+n];else Uint8Array.prototype.set.call(t,this.subarray(n,n+o),e);return o},a.prototype.fill=function(t,e,n,r){if("string"==typeof t){if("string"==typeof e?(r=e,e=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===t.length){var i=t.charCodeAt(0);i<256&&(t=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof t&&(t&=255);if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;var o;if(e>>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),"number"==typeof t)for(o=e;o<n;++o)this[o]=t;else{var u=a.isBuffer(t)?t:Q(new a(t,r).toString()),s=u.length;for(o=0;o<n-e;++o)this[o+e]=u[o%s]}return this};var P=/[^+\/0-9A-Za-z-_]/g;function R(t){return t<16?"0"+t.toString(16):t.toString(16)}function Q(t,e){var n;e=e||1/0;for(var r=t.length,i=null,o=[],u=0;u<r;++u){if((n=t.charCodeAt(u))>55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(u+1===r){(e-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;o.push(n)}else if(n<2048){if((e-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function F(t){return r.toByteArray(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(P,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function B(t,e,n,r){for(var i=0;i<r&&!(i+n>=e.length||i>=t.length);++i)e[i+n]=t[i];return i}}).call(this,n(20))},function(t,e,n){var r=n(26).Symbol;t.exports=r},function(t,e,n){var r=n(65),i=n(66);t.exports=function(t){return"symbol"==typeof t||i(t)&&"[object Symbol]"==r(t)}},function(t,e,n){var r=n(47)(Object,"create");t.exports=r},function(t,e,n){var r=n(454),i=n(455),o=n(456),u=n(457),s=n(458);function a(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}a.prototype.clear=r,a.prototype.delete=i,a.prototype.get=o,a.prototype.has=u,a.prototype.set=s,t.exports=a},function(t,e,n){var r=n(52);t.exports=function(t,e){for(var n=t.length;n--;)if(r(t[n][0],e))return n;return-1}},function(t,e,n){var r=n(460);t.exports=function(t,e){var n=t.__data__;return r(e)?n["string"==typeof e?"string":"hash"]:n.map}},function(t,e,n){var r=n(488),i=n(200),o=n(68);t.exports=function(t){return o(t)?r(t):i(t)}},function(t,e,n){var r=n(88);t.exports=function(t){if("string"==typeof t||r(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e}},function(t,e,n){"use strict";(function(e){!e.version||0===e.version.indexOf("v0.")||0===e.version.indexOf("v1.")&&0!==e.version.indexOf("v1.8.")?t.exports={nextTick:function(t,n,r,i){if("function"!=typeof t)throw new TypeError('"callback" argument must be a function');var o,u,s=arguments.length;switch(s){case 0:case 1:return e.nextTick(t);case 2:return e.nextTick((function(){t.call(null,n)}));case 3:return e.nextTick((function(){t.call(null,n,r)}));case 4:return e.nextTick((function(){t.call(null,n,r,i)}));default:for(o=new Array(s-1),u=0;u<o.length;)o[u++]=arguments[u];return e.nextTick((function(){t.apply(null,o)}))}}}:t.exports=e}).call(this,n(37))},function(t,e,n){"use strict";t.exports=n(542)("forEach")},function(t,e,n){"use strict";var r=n(216),i=n(213),o=n(137),u=n(551);(t.exports=function(t,e){var n,o,s,a,c;return arguments.length<2||"string"!=typeof t?(a=e,e=t,t=null):a=arguments[2],null==t?(n=s=!0,o=!1):(n=u.call(t,"c"),o=u.call(t,"e"),s=u.call(t,"w")),c={value:e,configurable:n,enumerable:o,writable:s},a?r(i(a),c):c}).gs=function(t,e,n){var s,a,c,f;return"string"!=typeof t?(c=n,n=e,e=t,t=null):c=arguments[3],null==e?e=void 0:o(e)?null==n?n=void 0:o(n)||(c=n,n=void 0):(c=e,e=n=void 0),null==t?(s=!0,a=!1):(s=u.call(t,"c"),a=u.call(t,"e")),f={get:e,set:n,configurable:s,enumerable:a},c?r(i(c),f):f}},function(t,e,n){"use strict";var r=n(51);t.exports=r.DEFAULT=new r({include:[n(71)],explicit:[n(610),n(611),n(612)]})},function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},function(t,e,n){var r=n(151);function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),r(t,i.key,i)}}t.exports=function(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}},function(t,e,n){var r=n(247),i=n(254);t.exports=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=r(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&i(t,e)}},function(t,e,n){var r=n(159),i=n(262),o=n(267),u=n(268);t.exports=function(t){var e=o();return function(){var n,o=i(t);if(e){var s=i(this).constructor;n=r(o,arguments,s)}else n=o.apply(this,arguments);return u(this,n)}}},function(t,e,n){t.exports=n(377)},function(t,e,n){t.exports=n(383)},function(t,e,n){t.exports=n(401)},function(t,e,n){var r=n(21),i=n(107),o=n(54),u=n(33),s=n(78),a=n(18),c=n(152),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=u(t),e=s(e,!0),c)try{return f(t,e)}catch(t){}if(a(t,e))return o(!i.f.call(t,e),t[e])}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);e.f=o?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(55);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(33),i=n(35),o=n(155),u=function(t){return function(e,n,u){var s,a=r(e),c=i(a.length),f=o(u,c);if(t&&n!=n){for(;c>f;)if((s=a[f++])!=s)return!0}else for(;c>f;f++)if((t||f in a)&&a[f]===n)return t||f||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(57),i=n(156);(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.4",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e,n){var r=n(18),i=n(22),o=n(82),u=n(161),s=o("IE_PROTO"),a=Object.prototype;t.exports=u?Object.getPrototypeOf:function(t){return t=i(t),r(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e,n){var r=n(6);e.f=r},function(t,e,n){var r=n(5);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(t,e,n){var r,i,o,u=n(273),s=n(13),a=n(14),c=n(24),f=n(18),l=n(82),p=n(81),h=s.WeakMap;if(u){var d=new h,y=d.get,v=d.has,g=d.set;r=function(t,e){return g.call(d,t,e),e},i=function(t){return y.call(d,t)||{}},o=function(t){return v.call(d,t)}}else{var w=l("state");p[w]=!0,r=function(t,e){return c(t,w,e),e},i=function(t){return f(t,w)?t[w]:{}},o=function(t){return f(t,w)}}t.exports={set:r,get:i,has:o,enforce:function(t){return o(t)?i(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!a(e)||(n=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r={};r[n(6)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,e){t.exports=function(){}},function(t,e,n){"use strict";var r=n(78),i=n(34),o=n(54);t.exports=function(t,e,n){var u=r(e);u in t?i.f(t,u,o(0,n)):t[u]=n}},function(t,e,n){"use strict";var r=n(175);t.exports=r},function(t,e,n){t.exports=n(360)},function(t,e,n){var r=n(43),i=n(36),o=n(6)("iterator");t.exports=function(t){if(null!=t)return t[o]||t["@@iterator"]||i[r(t)]}},function(t,e,n){var r=n(188),i=n(372),o=n(187);t.exports=function(t,e){var n;if(t){if("string"==typeof t)return o(t,e);var u=i(n=Object.prototype.toString.call(t)).call(n,8,-1);return"Object"===u&&t.constructor&&(u=t.constructor.name),"Map"===u||"Set"===u?r(t):"Arguments"===u||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(u)?o(t,e):void 0}}},function(t,e,n){var r=n(443),i=n(459),o=n(461),u=n(462),s=n(463);function a(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}a.prototype.clear=r,a.prototype.delete=i,a.prototype.get=o,a.prototype.has=u,a.prototype.set=s,t.exports=a},function(t,e,n){var r=n(47)(n(26),"Map");t.exports=r},function(t,e,n){var r=n(465),i=n(502),o=n(509),u=n(23),s=n(510);t.exports=function(t){return"function"==typeof t?t:null==t?o:"object"==typeof t?u(t)?i(t[0],t[1]):r(t):s(t)}},function(t,e,n){var r=n(490),i=n(66),o=Object.prototype,u=o.hasOwnProperty,s=o.propertyIsEnumerable,a=r(function(){return arguments}())?r:function(t){return i(t)&&u.call(t,"callee")&&!s.call(t,"callee")};t.exports=a},function(t,e,n){(function(t){var r=n(26),i=n(491),o=e&&!e.nodeType&&e,u=o&&"object"==typeof t&&t&&!t.nodeType&&t,s=u&&u.exports===o?r.Buffer:void 0,a=(s?s.isBuffer:void 0)||i;t.exports=a}).call(this,n(199)(t))},function(t,e){var n=/^(?:0|[1-9]\d*)$/;t.exports=function(t,e){var r=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==r||"symbol"!=r&&n.test(t))&&t>-1&&t%1==0&&t<e}},function(t,e,n){var r=n(492),i=n(493),o=n(494),u=o&&o.isTypedArray,s=u?i(u):r;t.exports=s},function(t,e){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},function(t,e,n){var r=n(23),i=n(88),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,u=/^\w*$/;t.exports=function(t,e){if(r(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!i(t))||(u.test(t)||!o.test(t)||null!=e&&t in Object(e))}},function(t,e,n){"use strict";var r,i="object"==typeof Reflect?Reflect:null,o=i&&"function"==typeof i.apply?i.apply:function(t,e,n){return Function.prototype.apply.call(t,e,n)};r=i&&"function"==typeof i.ownKeys?i.ownKeys:Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:function(t){return Object.getOwnPropertyNames(t)};var u=Number.isNaN||function(t){return t!=t};function s(){s.init.call(this)}t.exports=s,t.exports.once=function(t,e){return new Promise((function(n,r){function i(){void 0!==o&&t.removeListener("error",o),n([].slice.call(arguments))}var o;"error"!==e&&(o=function(n){t.removeListener(e,i),r(n)},t.once("error",o)),t.once(e,i)}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var a=10;function c(t){if("function"!=typeof t)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}function f(t){return void 0===t._maxListeners?s.defaultMaxListeners:t._maxListeners}function l(t,e,n,r){var i,o,u,s;if(c(n),void 0===(o=t._events)?(o=t._events=Object.create(null),t._eventsCount=0):(void 0!==o.newListener&&(t.emit("newListener",e,n.listener?n.listener:n),o=t._events),u=o[e]),void 0===u)u=o[e]=n,++t._eventsCount;else if("function"==typeof u?u=o[e]=r?[n,u]:[u,n]:r?u.unshift(n):u.push(n),(i=f(t))>0&&u.length>i&&!u.warned){u.warned=!0;var a=new Error("Possible EventEmitter memory leak detected. "+u.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");a.name="MaxListenersExceededWarning",a.emitter=t,a.type=e,a.count=u.length,s=a,console&&console.warn&&console.warn(s)}return t}function p(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},i=p.bind(r);return i.listener=n,r.wrapFn=i,i}function d(t,e,n){var r=t._events;if(void 0===r)return[];var i=r[e];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}(i):v(i,i.length)}function y(t){var e=this._events;if(void 0!==e){var n=e[t];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function v(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t[r];return n}Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(t){if("number"!=typeof t||t<0||u(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");a=t}}),s.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},s.prototype.setMaxListeners=function(t){if("number"!=typeof t||t<0||u(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this},s.prototype.getMaxListeners=function(){return f(this)},s.prototype.emit=function(t){for(var e=[],n=1;n<arguments.length;n++)e.push(arguments[n]);var r="error"===t,i=this._events;if(void 0!==i)r=r&&void 0===i.error;else if(!r)return!1;if(r){var u;if(e.length>0&&(u=e[0]),u instanceof Error)throw u;var s=new Error("Unhandled error."+(u?" ("+u.message+")":""));throw s.context=u,s}var a=i[t];if(void 0===a)return!1;if("function"==typeof a)o(a,this,e);else{var c=a.length,f=v(a,c);for(n=0;n<c;++n)o(f[n],this,e)}return!0},s.prototype.addListener=function(t,e){return l(this,t,e,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(t,e){return l(this,t,e,!0)},s.prototype.once=function(t,e){return c(e),this.on(t,h(this,t,e)),this},s.prototype.prependOnceListener=function(t,e){return c(e),this.prependListener(t,h(this,t,e)),this},s.prototype.removeListener=function(t,e){var n,r,i,o,u;if(c(e),void 0===(r=this._events))return this;if(void 0===(n=r[t]))return this;if(n===e||n.listener===e)0==--this._eventsCount?this._events=Object.create(null):(delete r[t],r.removeListener&&this.emit("removeListener",t,n.listener||e));else if("function"!=typeof n){for(i=-1,o=n.length-1;o>=0;o--)if(n[o]===e||n[o].listener===e){u=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}(n,i),1===n.length&&(r[t]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",t,u||e)}return this},s.prototype.off=s.prototype.removeListener,s.prototype.removeAllListeners=function(t){var e,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[t]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[t]),this;if(0===arguments.length){var i,o=Object.keys(n);for(r=0;r<o.length;++r)"removeListener"!==(i=o[r])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(e=n[t]))this.removeListener(t,e);else if(void 0!==e)for(r=e.length-1;r>=0;r--)this.removeListener(t,e[r]);return this},s.prototype.listeners=function(t){return d(this,t,!0)},s.prototype.rawListeners=function(t){return d(this,t,!1)},s.listenerCount=function(t,e){return"function"==typeof t.listenerCount?t.listenerCount(e):y.call(t,e)},s.prototype.listenerCount=y,s.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},function(t,e,n){(e=t.exports=n(207)).Stream=e,e.Readable=e,e.Writable=n(136),e.Duplex=n(38),e.Transform=n(212),e.PassThrough=n(532)},function(t,e,n){"use strict";(function(e,r,i){var o=n(95);function u(t){var e=this;this.next=null,this.entry=null,this.finish=function(){!function(t,e,n){var r=t.entry;t.entry=null;for(;r;){var i=r.callback;e.pendingcb--,i(n),r=r.next}e.corkedRequestsFree?e.corkedRequestsFree.next=t:e.corkedRequestsFree=t}(e,t)}}t.exports=w;var s,a=!e.browser&&["v0.10","v0.9."].indexOf(e.version.slice(0,5))>-1?r:o.nextTick;w.WritableState=g;var c=n(69);c.inherits=n(15);var f={deprecate:n(531)},l=n(208),p=n(16).Buffer,h=i.Uint8Array||function(){};var d,y=n(209);function v(){}function g(t,e){s=s||n(38),t=t||{};var r=e instanceof s;this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.writableObjectMode);var i=t.highWaterMark,c=t.writableHighWaterMark,f=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:r&&(c||0===c)?c:f,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var l=!1===t.decodeStrings;this.decodeStrings=!l,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(t){!function(t,e){var n=t._writableState,r=n.sync,i=n.writecb;if(function(t){t.writing=!1,t.writecb=null,t.length-=t.writelen,t.writelen=0}(n),e)!function(t,e,n,r,i){--e.pendingcb,n?(o.nextTick(i,r),o.nextTick(x,t,e),t._writableState.errorEmitted=!0,t.emit("error",r)):(i(r),t._writableState.errorEmitted=!0,t.emit("error",r),x(t,e))}(t,n,r,e,i);else{var u=L(n);u||n.corked||n.bufferProcessing||!n.bufferedRequest||_(t,n),r?a(m,t,n,u,i):m(t,n,u,i)}}(e,t)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new u(this)}function w(t){if(s=s||n(38),!(d.call(w,this)||this instanceof s))return new w(t);this._writableState=new g(t,this),this.writable=!0,t&&("function"==typeof t.write&&(this._write=t.write),"function"==typeof t.writev&&(this._writev=t.writev),"function"==typeof t.destroy&&(this._destroy=t.destroy),"function"==typeof t.final&&(this._final=t.final)),l.call(this)}function M(t,e,n,r,i,o,u){e.writelen=r,e.writecb=u,e.writing=!0,e.sync=!0,n?t._writev(i,e.onwrite):t._write(i,o,e.onwrite),e.sync=!1}function m(t,e,n,r){n||function(t,e){0===e.length&&e.needDrain&&(e.needDrain=!1,t.emit("drain"))}(t,e),e.pendingcb--,r(),x(t,e)}function _(t,e){e.bufferProcessing=!0;var n=e.bufferedRequest;if(t._writev&&n&&n.next){var r=e.bufferedRequestCount,i=new Array(r),o=e.corkedRequestsFree;o.entry=n;for(var s=0,a=!0;n;)i[s]=n,n.isBuf||(a=!1),n=n.next,s+=1;i.allBuffers=a,M(t,e,!0,e.length,i,"",o.finish),e.pendingcb++,e.lastBufferedRequest=null,o.next?(e.corkedRequestsFree=o.next,o.next=null):e.corkedRequestsFree=new u(e),e.bufferedRequestCount=0}else{for(;n;){var c=n.chunk,f=n.encoding,l=n.callback;if(M(t,e,!1,e.objectMode?1:c.length,c,f,l),n=n.next,e.bufferedRequestCount--,e.writing)break}null===n&&(e.lastBufferedRequest=null)}e.bufferedRequest=n,e.bufferProcessing=!1}function L(t){return t.ending&&0===t.length&&null===t.bufferedRequest&&!t.finished&&!t.writing}function b(t,e){t._final((function(n){e.pendingcb--,n&&t.emit("error",n),e.prefinished=!0,t.emit("prefinish"),x(t,e)}))}function x(t,e){var n=L(e);return n&&(!function(t,e){e.prefinished||e.finalCalled||("function"==typeof t._final?(e.pendingcb++,e.finalCalled=!0,o.nextTick(b,t,e)):(e.prefinished=!0,t.emit("prefinish")))}(t,e),0===e.pendingcb&&(e.finished=!0,t.emit("finish"))),n}c.inherits(w,l),g.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(g.prototype,"buffer",{get:f.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(t){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(d=Function.prototype[Symbol.hasInstance],Object.defineProperty(w,Symbol.hasInstance,{value:function(t){return!!d.call(this,t)||this===w&&(t&&t._writableState instanceof g)}})):d=function(t){return t instanceof this},w.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},w.prototype.write=function(t,e,n){var r,i=this._writableState,u=!1,s=!i.objectMode&&(r=t,p.isBuffer(r)||r instanceof h);return s&&!p.isBuffer(t)&&(t=function(t){return p.from(t)}(t)),"function"==typeof e&&(n=e,e=null),s?e="buffer":e||(e=i.defaultEncoding),"function"!=typeof n&&(n=v),i.ended?function(t,e){var n=new Error("write after end");t.emit("error",n),o.nextTick(e,n)}(this,n):(s||function(t,e,n,r){var i=!0,u=!1;return null===n?u=new TypeError("May not write null values to stream"):"string"==typeof n||void 0===n||e.objectMode||(u=new TypeError("Invalid non-string/buffer chunk")),u&&(t.emit("error",u),o.nextTick(r,u),i=!1),i}(this,i,t,n))&&(i.pendingcb++,u=function(t,e,n,r,i,o){if(!n){var u=function(t,e,n){t.objectMode||!1===t.decodeStrings||"string"!=typeof e||(e=p.from(e,n));return e}(e,r,i);r!==u&&(n=!0,i="buffer",r=u)}var s=e.objectMode?1:r.length;e.length+=s;var a=e.length<e.highWaterMark;a||(e.needDrain=!0);if(e.writing||e.corked){var c=e.lastBufferedRequest;e.lastBufferedRequest={chunk:r,encoding:i,isBuf:n,callback:o,next:null},c?c.next=e.lastBufferedRequest:e.bufferedRequest=e.lastBufferedRequest,e.bufferedRequestCount+=1}else M(t,e,!1,s,r,i,o);return a}(this,i,s,t,e,n)),u},w.prototype.cork=function(){this._writableState.corked++},w.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||_(this,t))},w.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);return this._writableState.defaultEncoding=t,this},Object.defineProperty(w.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),w.prototype._write=function(t,e,n){n(new Error("_write() is not implemented"))},w.prototype._writev=null,w.prototype.end=function(t,e,n){var r=this._writableState;"function"==typeof t?(n=t,t=null,e=null):"function"==typeof e&&(n=e,e=null),null!=t&&this.write(t,e),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||function(t,e,n){e.ending=!0,x(t,e),n&&(e.finished?o.nextTick(n):t.once("finish",n));e.ended=!0,t.writable=!1}(this,r,n)},Object.defineProperty(w.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(t){this._writableState&&(this._writableState.destroyed=t)}}),w.prototype.destroy=y.destroy,w.prototype._undestroy=y.undestroy,w.prototype._destroy=function(t,e){this.end(),e(t)}}).call(this,n(37),n(210).setImmediate,n(20))},function(t,e,n){"use strict";t.exports=function(t){return"function"==typeof t}},function(t,e,n){"use strict";t.exports=n(557)()?Array.from:n(558)},function(t,e,n){"use strict";var r=n(571),i=n(40),o=n(48),u=Array.prototype.indexOf,s=Object.prototype.hasOwnProperty,a=Math.abs,c=Math.floor;t.exports=function(t){var e,n,f,l;if(!r(t))return u.apply(this,arguments);for(n=i(o(this).length),f=arguments[1],e=f=isNaN(f)?0:f>=0?c(f):i(this.length)-c(a(f));e<n;++e)if(s.call(this,e)&&(l=this[e],r(l)))return e;return-1}},function(t,e,n){"use strict";(function(e,n){var r,i;r=function(t){if("function"!=typeof t)throw new TypeError(t+" is not a function");return t},i=function(t){var e,n,i=document.createTextNode(""),o=0;return new t((function(){var t;if(e)n&&(e=n.concat(e));else{if(!n)return;e=n}if(n=e,e=null,"function"==typeof n)return t=n,n=null,void t();for(i.data=o=++o%2;n;)t=n.shift(),n.length||(n=null),t()})).observe(i,{characterData:!0}),function(t){r(t),e?"function"==typeof e?e=[e,t]:e.push(t):(e=t,i.data=o=++o%2)}},t.exports=function(){if("object"==typeof e&&e&&"function"==typeof e.nextTick)return e.nextTick;if("object"==typeof document&&document){if("function"==typeof MutationObserver)return i(MutationObserver);if("function"==typeof WebKitMutationObserver)return i(WebKitMutationObserver)}return"function"==typeof n?function(t){n(r(t))}:"function"==typeof setTimeout||"object"==typeof setTimeout?function(t){setTimeout(r(t),0)}:null}()}).call(this,n(37),n(210).setImmediate)},function(t,e,n){"use strict";var r=n(51);t.exports=new r({explicit:[n(597),n(598),n(599)]})},function(t,e,n){var r=n(428)("toUpperCase");t.exports=r},function(t,e,n){var r=n(125);function i(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var u=t.apply(this,r);return n.cache=o.set(i,u)||o,u};return n.cache=new(i.Cache||r),n}i.Cache=r,t.exports=i},function(t,e,n){t.exports=n(356)},function(t,e,n){var r=n(359),i=n(362),o=n(124),u=n(376);t.exports=function(t){return r(t)||i(t)||o(t)||u()}},function(t,e,n){t.exports=n(397)},function(t,e,n){var r=n(191),i=n(122),o=n(417),u=n(83),s=n(124);t.exports=function(t,e){var n;if(void 0===u||null==o(t)){if(i(t)||(n=s(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var a=0,c=function(){};return{s:c,n:function(){return a>=t.length?{done:!0}:{done:!1,value:t[a++]}},e:function(t){throw t},f:c}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var f,l=!0,p=!1;return{s:function(){n=r(t)},n:function(){var t=n.next();return l=t.done,t},e:function(t){p=!0,f=t},f:function(){try{l||null==n.return||n.return()}finally{if(p)throw f}}}}},function(t,e,n){var r=n(198),i=n(127),o=n(518),u=n(23),s=n(524);t.exports=function(t,e,n){var a=u(t)?r:o;return n&&s(t,e,n)&&(e=void 0),a(t,i(e,3))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return j})),n.d(e,"b",(function(){return N}));var r=n(17),i=n.n(r),o=n(11),u=n.n(o),s=n(8),a=n.n(s),c=n(73),f=n.n(c),l=n(4),p=n.n(l),h=n(19),d=n(236),y=n.n(d),v=n(150),g=n.n(v),w=n(53),M=n.n(w),m={string:function(){return"string"},string_email:function(){return"user@example.com"},"string_date-time":function(){return(new Date).toISOString()},string_date:function(){return(new Date).toISOString().substring(0,10)},string_uuid:function(){return"3fa85f64-5717-4562-b3fc-2c963f66afa6"},string_hostname:function(){return"example.com"},string_ipv4:function(){return"198.51.100.42"},string_ipv6:function(){return"2001:0db8:5b96:0000:0000:426f:8e17:642a"},number:function(){return 0},number_float:function(){return 0},integer:function(){return 0},boolean:function(t){return"boolean"!=typeof t.default||t.default}},_=function(t){var e,n=t=Object(h.d)(t),r=n.type,i=n.format,o=m[p()(e="".concat(r,"_")).call(e,i)]||m[r];return Object(h.b)(o)?o(t):"Unknown Type: "+t.type},L=function(t){return Object(h.a)(t,"$$ref",(function(t){return"string"==typeof t&&f()(t).call(t,"#")>-1}))},b=function(t,e){return void 0===e.example&&void 0!==t.example&&(e.example=t.example),void 0===e.default&&void 0!==t.default&&(e.default=t.default),void 0===e.enum&&void 0!==t.enum&&(e.enum=t.enum),void 0===e.xml&&void 0!==t.xml&&(e.xml=t.xml),e},x=function t(e){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,s=arguments.length>3&&void 0!==arguments[3]&&arguments[3],c={},f=Object(h.d)(e),l=f.xml,d=f.type,y=f.example,v=f.properties,g=f.additionalProperties,w=f.items,m=r.includeReadOnly,x=r.includeWriteOnly,j=l=l||{},N=j.name,S=j.prefix,D=j.namespace,I={};if(s&&(n=(S?S+":":"")+(N=N||"notagname"),D)){var A=S?"xmlns:"+S:"xmlns";c[A]=D}s&&(I[n]=[]);var C=void 0!==o||void 0!==y||e&&void 0!==e.default,E=!C&&e&&e.oneOf&&e.oneOf.length>0,O=!C&&e&&e.anyOf&&e.anyOf.length>0;if(!C&&(E||O)){var T=E?e.oneOf[0]:e.anyOf[0];return b(e,T),t(T,r,void 0,s)}if(e&&!d)if(v||g)d="object";else if(w)d="array";else if(!C)return;var z,k,U=Object(h.d)(v);if(z=s?function(i){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0;if(e){if(U[i].xml=U[i].xml||{},U[i].xml.attribute){var u=a()(U[i].enum)?U[i].enum[0]:void 0,f=U[i].example,l=U[i].default;return void(c[U[i].xml.name||i]=void 0!==f?f:void 0!==l?l:void 0!==u?u:_(U[i]))}U[i].xml.name=U[i].xml.name||i}var h,d=t(e&&U[i]||void 0,r,o,s);a()(d)?I[n]=p()(h=I[n]).call(h,d):I[n].push(d)}:function(e,n){return I[e]=t(U[e],r,n,s)},C){var Y;if(Y=L(void 0!==o?o:void 0!==y?y:e.default),!s)return Y;if(e||(d=a()(Y)?"array":u()(Y)),"array"===d){a()(Y)||(Y=[Y]);var P=e?e.items:void 0;P&&(P.xml=P.xml||l||{},P.xml.name=P.xml.name||l.name);var R=i()(Y).call(Y,(function(e){return t(P,r,e,s)}));return l.wrapped?(I[n]=R,M()(c)||I[n].push({_attr:c})):I=R,I}if("object"===d){for(var Q in Y)Y.hasOwnProperty(Q)&&(e&&U[Q]&&U[Q].readOnly&&!m||e&&U[Q]&&U[Q].writeOnly&&!x||(e&&U[Q]&&U[Q].xml&&U[Q].xml.attribute?c[U[Q].xml.name||Q]=y[Q]:z(Q,Y[Q])));return M()(c)||I[n].push({_attr:c}),I}return I[n]=M()(c)?Y:[{_attr:c},Y],I}if("object"===d){for(var F in U)U.hasOwnProperty(F)&&(U[F]&&U[F].deprecated||U[F]&&U[F].readOnly&&!m||U[F]&&U[F].writeOnly&&!x||z(F));if(!0===g)s?I[n].push({additionalProp:"Anything can be here"}):I.additionalProp1={};else if(g){var B=Object(h.d)(g),G=t(B,r,void 0,s);if(s&&B.xml&&B.xml.name&&"notagname"!==B.xml.name)I[n].push(G);else for(var W=1;W<4;W++)if(s){var q={};q["additionalProp"+W]=G.notagname,I[n].push(q)}else I["additionalProp"+W]=G}return s&&c&&I[n].push({_attr:c}),I}if("array"===d){var J,Z;if(s&&(w.xml=w.xml||e.xml||{},w.xml.name=w.xml.name||l.name),a()(w.anyOf))J=i()(Z=w.anyOf).call(Z,(function(e){return t(b(w,e),r,void 0,s)}));else if(a()(w.oneOf)){var V;J=i()(V=w.oneOf).call(V,(function(e){return t(b(w,e),r,void 0,s)}))}else{if(!(!s||s&&l.wrapped))return t(w,r,void 0,s);J=[t(w,r,void 0,s)]}return s&&l.wrapped?(I[n]=J,M()(c)||I[n].push({_attr:c}),I):J}if(e&&a()(e.enum))k=Object(h.c)(e.enum)[0];else{if(!e)return;k=_(e)}if("file"!==d)return s?(I[n]=M()(c)?k:[{_attr:c},k],I):k},j=g()((function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,r=x(t,e,n,!0);if(r)return y()(r,{declaration:!0,indent:"\t"})})),N=g()((function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return x(t,e,n,!1)}))},function(t,e,n){"use strict";var r=n(213),i=n(215),o=n(541);t.exports=function(t){var e,u=r(arguments[1]);return u.normalizer||0!==(e=u.length=i(u.length,t.length,u.async))&&(u.primitive?!1===e?u.normalizer=n(568):e>1&&(u.normalizer=n(569)(e)):u.normalizer=!1===e?n(570)():1===e?n(574)():n(575)(e)),u.async&&n(576),u.promise&&n(577),u.dispose&&n(583),u.maxAge&&n(584),u.max&&n(587),u.refCounter&&n(589),o(t,u)}},function(t,e,n){t.exports=n(243)},function(t,e,n){var r=n(21),i=n(5),o=n(153);t.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(13),i=n(14),o=r.document,u=i(o)&&i(o.createElement);t.exports=function(t){return u?o.createElement(t):{}}},function(t,e,n){var r=n(18),i=n(33),o=n(109).indexOf,u=n(81);t.exports=function(t,e){var n,s=i(t),a=0,c=[];for(n in s)!r(u,n)&&r(s,n)&&c.push(n);for(;e.length>a;)r(s,n=e[a++])&&(~o(c,n)||c.push(n));return c}},function(t,e,n){var r=n(110),i=Math.max,o=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):o(n,e)}},function(t,e,n){var r=n(13),i=n(253),o="__core-js_shared__",u=r[o]||i(o,{});t.exports=u},function(t,e,n){t.exports=n(255)},function(t,e,n){var r=n(29),i=n(258);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,o){return r(n),i(o),e?t.call(n,o):n.__proto__=o,n}}():void 0)},function(t,e,n){t.exports=n(259)},function(t,e,n){"use strict";var r=n(55),i=n(14),o=[].slice,u={},s=function(t,e,n){if(!(e in u)){for(var r=[],i=0;i<e;i++)r[i]="a["+i+"]";u[e]=Function("C,a","return new C("+r.join(",")+")")}return u[e](t,n)};t.exports=Function.bind||function(t){var e=r(this),n=o.call(arguments,1),u=function(){var r=n.concat(o.call(arguments));return this instanceof u?s(e,r.length,r):e.apply(t,r)};return i(e.prototype)&&(u.prototype=e.prototype),u}},function(t,e,n){var r=n(5);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,n){n(3)("iterator")},function(t,e,n){var r=n(116);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){"use strict";var r=n(1),i=n(275),o=n(114),u=n(158),s=n(59),a=n(24),c=n(166),f=n(6),l=n(57),p=n(36),h=n(165),d=h.IteratorPrototype,y=h.BUGGY_SAFARI_ITERATORS,v=f("iterator"),g="keys",w="values",M="entries",m=function(){return this};t.exports=function(t,e,n,f,h,_,L){i(n,e,f);var b,x,j,N=function(t){if(t===h&&C)return C;if(!y&&t in I)return I[t];switch(t){case g:case w:case M:return function(){return new n(this,t)}}return function(){return new n(this)}},S=e+" Iterator",D=!1,I=t.prototype,A=I[v]||I["@@iterator"]||h&&I[h],C=!y&&A||N(h),E="Array"==e&&I.entries||A;if(E&&(b=o(E.call(new t)),d!==Object.prototype&&b.next&&(l||o(b)===d||(u?u(b,d):"function"!=typeof b[v]&&a(b,v,m)),s(b,S,!0,!0),l&&(p[S]=m))),h==w&&A&&A.name!==w&&(D=!0,C=function(){return A.call(this)}),l&&!L||I[v]===C||a(I,v,C),p[e]=C,h)if(x={values:N(w),keys:_?C:N(g),entries:N(M)},L)for(j in x)(y||D||!(j in I))&&c(I,j,x[j]);else r({target:e,proto:!0,forced:y||D},x);return x}},function(t,e,n){"use strict";var r,i,o,u=n(114),s=n(24),a=n(18),c=n(6),f=n(57),l=c("iterator"),p=!1;[].keys&&("next"in(o=[].keys())?(i=u(u(o)))!==Object.prototype&&(r=i):p=!0),null==r&&(r={}),f||a(r,l)||s(r,l,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},function(t,e,n){var r=n(24);t.exports=function(t,e,n,i){i&&i.enumerable?t[e]=n:r(t,e,n)}},function(t,e,n){"use strict";var r=n(33),i=n(119),o=n(36),u=n(117),s=n(164),a="Array Iterator",c=u.set,f=u.getterFor(a);t.exports=s(Array,"Array",(function(t,e){c(this,{type:a,target:r(t),index:0,kind:e})}),(function(){var t=f(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(t,e,n){"use strict";var r=n(1),i=n(5),o=n(60),u=n(14),s=n(22),a=n(35),c=n(120),f=n(169),l=n(84),p=n(6),h=n(170),d=p("isConcatSpreadable"),y=9007199254740991,v="Maximum allowed index exceeded",g=h>=51||!i((function(){var t=[];return t[d]=!1,t.concat()[0]!==t})),w=l("concat"),M=function(t){if(!u(t))return!1;var e=t[d];return void 0!==e?!!e:o(t)};r({target:"Array",proto:!0,forced:!g||!w},{concat:function(t){var e,n,r,i,o,u=s(this),l=f(u,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(M(o=-1===e?u:arguments[e])){if(p+(i=a(o.length))>y)throw TypeError(v);for(n=0;n<i;n++,p++)n in o&&c(l,p,o[n])}else{if(p>=y)throw TypeError(v);c(l,p++,o)}return l.length=p,l}})},function(t,e,n){var r=n(14),i=n(60),o=n(6)("species");t.exports=function(t,e){var n;return i(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!i(n.prototype)?r(n)&&null===(n=n[o])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r,i,o=n(13),u=n(280),s=o.process,a=s&&s.versions,c=a&&a.v8;c?i=(r=c.split("."))[0]+r[1]:u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(i=r[1]),t.exports=i&&+i},function(t,e,n){var r=n(154),i=n(111).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){"use strict";var r=n(85),i=n(61),o=n(174),u=(n(176),n(177));n(62),n(305);function s(t,e,n){this.props=t,this.context=e,this.refs=u,this.updater=n||o}function a(t,e,n){this.props=t,this.context=e,this.refs=u,this.updater=n||o}function c(){}s.prototype.isReactComponent={},s.prototype.setState=function(t,e){"object"!=typeof t&&"function"!=typeof t&&null!=t&&r("85"),this.updater.enqueueSetState(this,t),e&&this.updater.enqueueCallback(this,e,"setState")},s.prototype.forceUpdate=function(t){this.updater.enqueueForceUpdate(this),t&&this.updater.enqueueCallback(this,t,"forceUpdate")},c.prototype=s.prototype,a.prototype=new c,a.prototype.constructor=a,i(a.prototype,s.prototype),a.prototype.isPureReactComponent=!0,t.exports={Component:s,PureComponent:a}},function(t,e,n){"use strict";n(121);var r={isMounted:function(t){return!1},enqueueCallback:function(t,e){},enqueueForceUpdate:function(t){},enqueueReplaceState:function(t,e){},enqueueSetState:function(t,e){}};t.exports=r},function(t,e,n){"use strict";function r(t){return function(){return t}}var i=function(){};i.thatReturns=r,i.thatReturnsFalse=r(!1),i.thatReturnsTrue=r(!0),i.thatReturnsNull=r(null),i.thatReturnsThis=function(){return this},i.thatReturnsArgument=function(t){return t},t.exports=i},function(t,e,n){"use strict";t.exports=!1},function(t,e,n){"use strict";t.exports={}},function(t,e,n){"use strict";t.exports={current:null}},function(t,e,n){"use strict";var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;t.exports=r},function(t,e,n){"use strict";t.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(t,e,n){t.exports=n(322)()},function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}},function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(t,e,n){var r=n(347);t.exports=function(t){if(r(t))throw TypeError("The method doesn't accept regular expressions");return t}},function(t,e,n){var r=n(6)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,"/./"[t](e)}catch(t){}}return!1}},function(t,e,n){n(361);var r=n(10);t.exports=r.Array.isArray},function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}},function(t,e,n){t.exports=n(363)},function(t,e,n){t.exports=n(370)},function(t,e,n){var r=n(374),i=Array.prototype;t.exports=function(t){var e=t.slice;return t===i||t instanceof Array&&e===i.slice?r:e}},function(t,e,n){t.exports=n(390)},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n(20))},function(t,e){var n=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");t.exports=function(t){return n.test(t)}},function(t,e){var n=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e,n){var r=n(90),i=n(467),o=n(468),u=n(469),s=n(470),a=n(471);function c(t){var e=this.__data__=new r(t);this.size=e.size}c.prototype.clear=i,c.prototype.delete=o,c.prototype.get=u,c.prototype.has=s,c.prototype.set=a,t.exports=c},function(t,e,n){var r=n(472),i=n(66);t.exports=function t(e,n,o,u,s){return e===n||(null==e||null==n||!i(e)&&!i(n)?e!=e&&n!=n:r(e,n,o,u,t,s))}},function(t,e,n){var r=n(473),i=n(198),o=n(476);t.exports=function(t,e,n,u,s,a){var c=1&n,f=t.length,l=e.length;if(f!=l&&!(c&&l>f))return!1;var p=a.get(t);if(p&&a.get(e))return p==e;var h=-1,d=!0,y=2&n?new r:void 0;for(a.set(t,e),a.set(e,t);++h<f;){var v=t[h],g=e[h];if(u)var w=c?u(g,v,h,e,t,a):u(v,g,h,t,e,a);if(void 0!==w){if(w)continue;d=!1;break}if(y){if(!i(e,(function(t,e){if(!o(y,e)&&(v===t||s(v,t,n,u,a)))return y.push(e)}))){d=!1;break}}else if(v!==g&&!s(v,g,n,u,a)){d=!1;break}}return a.delete(t),a.delete(e),d}},function(t,e){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){var r=n(201),i=n(495),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!r(t))return i(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var r=n(497),i=n(126),o=n(498),u=n(499),s=n(500),a=n(65),c=n(194),f="[object Map]",l="[object Promise]",p="[object Set]",h="[object WeakMap]",d="[object DataView]",y=c(r),v=c(i),g=c(o),w=c(u),M=c(s),m=a;(r&&m(new r(new ArrayBuffer(1)))!=d||i&&m(new i)!=f||o&&m(o.resolve())!=l||u&&m(new u)!=p||s&&m(new s)!=h)&&(m=function(t){var e=a(t),n="[object Object]"==e?t.constructor:void 0,r=n?c(n):"";if(r)switch(r){case y:return d;case v:return f;case g:return l;case w:return p;case M:return h}return e}),t.exports=m},function(t,e,n){var r=n(67);t.exports=function(t){return t==t&&!r(t)}},function(t,e){t.exports=function(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in Object(n)))}}},function(t,e,n){var r=n(206),i=n(94);t.exports=function(t,e){for(var n=0,o=(e=r(e,t)).length;null!=t&&n<o;)t=t[i(e[n++])];return n&&n==o?t:void 0}},function(t,e,n){var r=n(23),i=n(133),o=n(504),u=n(64);t.exports=function(t,e){return r(t)?t:i(t,e)?[t]:o(u(t))}},function(t,e,n){"use strict";(function(e,r){var i=n(95);t.exports=M;var o,u=n(182);M.ReadableState=w;n(134).EventEmitter;var s=function(t,e){return t.listeners(e).length},a=n(208),c=n(16).Buffer,f=e.Uint8Array||function(){};var l=n(69);l.inherits=n(15);var p=n(527),h=void 0;h=p&&p.debuglog?p.debuglog("stream"):function(){};var d,y=n(528),v=n(209);l.inherits(M,a);var g=["error","close","destroy","pause","resume"];function w(t,e){t=t||{};var r=e instanceof(o=o||n(38));this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var i=t.highWaterMark,u=t.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:r&&(u||0===u)?u:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new y,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(d||(d=n(211).StringDecoder),this.decoder=new d(t.encoding),this.encoding=t.encoding)}function M(t){if(o=o||n(38),!(this instanceof M))return new M(t);this._readableState=new w(t,this),this.readable=!0,t&&("function"==typeof t.read&&(this._read=t.read),"function"==typeof t.destroy&&(this._destroy=t.destroy)),a.call(this)}function m(t,e,n,r,i){var o,u=t._readableState;null===e?(u.reading=!1,function(t,e){if(e.ended)return;if(e.decoder){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,x(t)}(t,u)):(i||(o=function(t,e){var n;r=e,c.isBuffer(r)||r instanceof f||"string"==typeof e||void 0===e||t.objectMode||(n=new TypeError("Invalid non-string/buffer chunk"));var r;return n}(u,e)),o?t.emit("error",o):u.objectMode||e&&e.length>0?("string"==typeof e||u.objectMode||Object.getPrototypeOf(e)===c.prototype||(e=function(t){return c.from(t)}(e)),r?u.endEmitted?t.emit("error",new Error("stream.unshift() after end event")):_(t,u,e,!0):u.ended?t.emit("error",new Error("stream.push() after EOF")):(u.reading=!1,u.decoder&&!n?(e=u.decoder.write(e),u.objectMode||0!==e.length?_(t,u,e,!1):N(t,u)):_(t,u,e,!1))):r||(u.reading=!1));return function(t){return!t.ended&&(t.needReadable||t.length<t.highWaterMark||0===t.length)}(u)}function _(t,e,n,r){e.flowing&&0===e.length&&!e.sync?(t.emit("data",n),t.read(0)):(e.length+=e.objectMode?1:n.length,r?e.buffer.unshift(n):e.buffer.push(n),e.needReadable&&x(t)),N(t,e)}Object.defineProperty(M.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(t){this._readableState&&(this._readableState.destroyed=t)}}),M.prototype.destroy=v.destroy,M.prototype._undestroy=v.undestroy,M.prototype._destroy=function(t,e){this.push(null),e(t)},M.prototype.push=function(t,e){var n,r=this._readableState;return r.objectMode?n=!0:"string"==typeof t&&((e=e||r.defaultEncoding)!==r.encoding&&(t=c.from(t,e),e=""),n=!0),m(this,t,e,!1,n)},M.prototype.unshift=function(t){return m(this,t,null,!0,!1)},M.prototype.isPaused=function(){return!1===this._readableState.flowing},M.prototype.setEncoding=function(t){return d||(d=n(211).StringDecoder),this._readableState.decoder=new d(t),this._readableState.encoding=t,this};var L=8388608;function b(t,e){return t<=0||0===e.length&&e.ended?0:e.objectMode?1:t!=t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=function(t){return t>=L?t=L:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function x(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(h("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?i.nextTick(j,t):j(t))}function j(t){h("emit readable"),t.emit("readable"),A(t)}function N(t,e){e.readingMore||(e.readingMore=!0,i.nextTick(S,t,e))}function S(t,e){for(var n=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length<e.highWaterMark&&(h("maybeReadMore read 0"),t.read(0),n!==e.length);)n=e.length;e.readingMore=!1}function D(t){h("readable nexttick read 0"),t.read(0)}function I(t,e){e.reading||(h("resume read 0"),t.read(0)),e.resumeScheduled=!1,e.awaitDrain=0,t.emit("resume"),A(t),e.flowing&&!e.reading&&t.read(0)}function A(t){var e=t._readableState;for(h("flow",e.flowing);e.flowing&&null!==t.read(););}function C(t,e){return 0===e.length?null:(e.objectMode?n=e.buffer.shift():!t||t>=e.length?(n=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.head.data:e.buffer.concat(e.length),e.buffer.clear()):n=function(t,e,n){var r;t<e.head.data.length?(r=e.head.data.slice(0,t),e.head.data=e.head.data.slice(t)):r=t===e.head.data.length?e.shift():n?function(t,e){var n=e.head,r=1,i=n.data;t-=i.length;for(;n=n.next;){var o=n.data,u=t>o.length?o.length:t;if(u===o.length?i+=o:i+=o.slice(0,t),0===(t-=u)){u===o.length?(++r,n.next?e.head=n.next:e.head=e.tail=null):(e.head=n,n.data=o.slice(u));break}++r}return e.length-=r,i}(t,e):function(t,e){var n=c.allocUnsafe(t),r=e.head,i=1;r.data.copy(n),t-=r.data.length;for(;r=r.next;){var o=r.data,u=t>o.length?o.length:t;if(o.copy(n,n.length-t,0,u),0===(t-=u)){u===o.length?(++i,r.next?e.head=r.next:e.head=e.tail=null):(e.head=r,r.data=o.slice(u));break}++i}return e.length-=i,n}(t,e);return r}(t,e.buffer,e.decoder),n);var n}function E(t){var e=t._readableState;if(e.length>0)throw new Error('"endReadable()" called on non-empty stream');e.endEmitted||(e.ended=!0,i.nextTick(O,e,t))}function O(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function T(t,e){for(var n=0,r=t.length;n<r;n++)if(t[n]===e)return n;return-1}M.prototype.read=function(t){h("read",t),t=parseInt(t,10);var e=this._readableState,n=t;if(0!==t&&(e.emittedReadable=!1),0===t&&e.needReadable&&(e.length>=e.highWaterMark||e.ended))return h("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?E(this):x(this),null;if(0===(t=b(t,e))&&e.ended)return 0===e.length&&E(this),null;var r,i=e.needReadable;return h("need readable",i),(0===e.length||e.length-t<e.highWaterMark)&&h("length less than watermark",i=!0),e.ended||e.reading?h("reading or ended",i=!1):i&&(h("do read"),e.reading=!0,e.sync=!0,0===e.length&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1,e.reading||(t=b(n,e))),null===(r=t>0?C(t,e):null)?(e.needReadable=!0,t=0):e.length-=t,0===e.length&&(e.ended||(e.needReadable=!0),n!==t&&e.ended&&E(this)),null!==r&&this.emit("data",r),r},M.prototype._read=function(t){this.emit("error",new Error("_read() is not implemented"))},M.prototype.pipe=function(t,e){var n=this,o=this._readableState;switch(o.pipesCount){case 0:o.pipes=t;break;case 1:o.pipes=[o.pipes,t];break;default:o.pipes.push(t)}o.pipesCount+=1,h("pipe count=%d opts=%j",o.pipesCount,e);var a=(!e||!1!==e.end)&&t!==r.stdout&&t!==r.stderr?f:M;function c(e,r){h("onunpipe"),e===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,h("cleanup"),t.removeListener("close",g),t.removeListener("finish",w),t.removeListener("drain",l),t.removeListener("error",v),t.removeListener("unpipe",c),n.removeListener("end",f),n.removeListener("end",M),n.removeListener("data",y),p=!0,!o.awaitDrain||t._writableState&&!t._writableState.needDrain||l())}function f(){h("onend"),t.end()}o.endEmitted?i.nextTick(a):n.once("end",a),t.on("unpipe",c);var l=function(t){return function(){var e=t._readableState;h("pipeOnDrain",e.awaitDrain),e.awaitDrain&&e.awaitDrain--,0===e.awaitDrain&&s(t,"data")&&(e.flowing=!0,A(t))}}(n);t.on("drain",l);var p=!1;var d=!1;function y(e){h("ondata"),d=!1,!1!==t.write(e)||d||((1===o.pipesCount&&o.pipes===t||o.pipesCount>1&&-1!==T(o.pipes,t))&&!p&&(h("false write response, pause",n._readableState.awaitDrain),n._readableState.awaitDrain++,d=!0),n.pause())}function v(e){h("onerror",e),M(),t.removeListener("error",v),0===s(t,"error")&&t.emit("error",e)}function g(){t.removeListener("finish",w),M()}function w(){h("onfinish"),t.removeListener("close",g),M()}function M(){h("unpipe"),n.unpipe(t)}return n.on("data",y),function(t,e,n){if("function"==typeof t.prependListener)return t.prependListener(e,n);t._events&&t._events[e]?u(t._events[e])?t._events[e].unshift(n):t._events[e]=[n,t._events[e]]:t.on(e,n)}(t,"error",v),t.once("close",g),t.once("finish",w),t.emit("pipe",n),o.flowing||(h("pipe resume"),n.resume()),t},M.prototype.unpipe=function(t){var e=this._readableState,n={hasUnpiped:!1};if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes||(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,n)),this;if(!t){var r=e.pipes,i=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var o=0;o<i;o++)r[o].emit("unpipe",this,n);return this}var u=T(e.pipes,t);return-1===u||(e.pipes.splice(u,1),e.pipesCount-=1,1===e.pipesCount&&(e.pipes=e.pipes[0]),t.emit("unpipe",this,n)),this},M.prototype.on=function(t,e){var n=a.prototype.on.call(this,t,e);if("data"===t)!1!==this._readableState.flowing&&this.resume();else if("readable"===t){var r=this._readableState;r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.emittedReadable=!1,r.reading?r.length&&x(this):i.nextTick(D,this))}return n},M.prototype.addListener=M.prototype.on,M.prototype.resume=function(){var t=this._readableState;return t.flowing||(h("resume"),t.flowing=!0,function(t,e){e.resumeScheduled||(e.resumeScheduled=!0,i.nextTick(I,t,e))}(this,t)),this},M.prototype.pause=function(){return h("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(h("pause"),this._readableState.flowing=!1,this.emit("pause")),this},M.prototype.wrap=function(t){var e=this,n=this._readableState,r=!1;for(var i in t.on("end",(function(){if(h("wrapped end"),n.decoder&&!n.ended){var t=n.decoder.end();t&&t.length&&e.push(t)}e.push(null)})),t.on("data",(function(i){(h("wrapped data"),n.decoder&&(i=n.decoder.write(i)),n.objectMode&&null==i)||(n.objectMode||i&&i.length)&&(e.push(i)||(r=!0,t.pause()))})),t)void 0===this[i]&&"function"==typeof t[i]&&(this[i]=function(e){return function(){return t[e].apply(t,arguments)}}(i));for(var o=0;o<g.length;o++)t.on(g[o],this.emit.bind(this,g[o]));return this._read=function(e){h("wrapped _read",e),r&&(r=!1,t.resume())},this},Object.defineProperty(M.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),M._fromList=C}).call(this,n(20),n(37))},function(t,e,n){t.exports=n(134).EventEmitter},function(t,e,n){"use strict";var r=n(95);function i(t,e){t.emit("error",e)}t.exports={destroy:function(t,e){var n=this,o=this._readableState&&this._readableState.destroyed,u=this._writableState&&this._writableState.destroyed;return o||u?(e?e(t):!t||this._writableState&&this._writableState.errorEmitted||r.nextTick(i,this,t),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,(function(t){!e&&t?(r.nextTick(i,n,t),n._writableState&&(n._writableState.errorEmitted=!0)):e&&e(t)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function o(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new o(i.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new o(i.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},o.prototype.unref=o.prototype.ref=function(){},o.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout((function(){t._onTimeout&&t._onTimeout()}),e))},n(530),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(20))},function(t,e,n){"use strict";var r=n(16).Buffer,i=r.isEncoding||function(t){switch((t=""+t)&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(t){var e;switch(this.encoding=function(t){var e=function(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}(t);if("string"!=typeof e&&(r.isEncoding===i||!i(t)))throw new Error("Unknown encoding: "+t);return e||t}(t),this.encoding){case"utf16le":this.text=a,this.end=c,e=4;break;case"utf8":this.fillLast=s,e=4;break;case"base64":this.text=f,this.end=l,e=3;break;default:return this.write=p,void(this.end=h)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(e)}function u(t){return t<=127?0:t>>5==6?2:t>>4==14?3:t>>3==30?4:t>>6==2?-1:-2}function s(t){var e=this.lastTotal-this.lastNeed,n=function(t,e,n){if(128!=(192&e[0]))return t.lastNeed=0,"�";if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,"�";if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,"�"}}(this,t);return void 0!==n?n:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function a(t,e){if((t.length-e)%2==0){var n=t.toString("utf16le",e);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function c(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,n)}return e}function f(t,e){var n=(t.length-e)%3;return 0===n?t.toString("base64",e):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-n))}function l(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function p(t){return t.toString(this.encoding)}function h(t){return t&&t.length?this.write(t):""}e.StringDecoder=o,o.prototype.write=function(t){if(0===t.length)return"";var e,n;if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<t.length?e?e+this.text(t,n):this.text(t,n):e||""},o.prototype.end=function(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"�":e},o.prototype.text=function(t,e){var n=function(t,e,n){var r=e.length-1;if(r<n)return 0;var i=u(e[r]);if(i>=0)return i>0&&(t.lastNeed=i-1),i;if(--r<n||-2===i)return 0;if((i=u(e[r]))>=0)return i>0&&(t.lastNeed=i-2),i;if(--r<n||-2===i)return 0;if((i=u(e[r]))>=0)return i>0&&(2===i?i=0:t.lastNeed=i-3),i;return 0}(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=n;var r=t.length-(n-this.lastNeed);return t.copy(this.lastChar,0,r),t.toString("utf8",e,r)},o.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length}},function(t,e,n){"use strict";t.exports=u;var r=n(38),i=n(69);function o(t,e){var n=this._transformState;n.transforming=!1;var r=n.writecb;if(!r)return this.emit("error",new Error("write callback called multiple times"));n.writechunk=null,n.writecb=null,null!=e&&this.push(e),r(t);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function u(t){if(!(this instanceof u))return new u(t);r.call(this,t),this._transformState={afterTransform:o.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,t&&("function"==typeof t.transform&&(this._transform=t.transform),"function"==typeof t.flush&&(this._flush=t.flush)),this.on("prefinish",s)}function s(){var t=this;"function"==typeof this._flush?this._flush((function(e,n){a(t,e,n)})):a(this,null,null)}function a(t,e,n){if(e)return t.emit("error",e);if(null!=n&&t.push(n),t._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(t._transformState.transforming)throw new Error("Calling transform done when still transforming");return t.push(null)}i.inherits=n(15),i.inherits(u,r),u.prototype.push=function(t,e){return this._transformState.needTransform=!1,r.prototype.push.call(this,t,e)},u.prototype._transform=function(t,e,n){throw new Error("_transform() is not implemented")},u.prototype._write=function(t,e,n){var r=this._transformState;if(r.writecb=n,r.writechunk=t,r.writeencoding=e,!r.transforming){var i=this._readableState;(r.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},u.prototype._read=function(t){var e=this._transformState;null!==e.writechunk&&e.writecb&&!e.transforming?(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform)):e.needTransform=!0},u.prototype._destroy=function(t,e){var n=this;r.prototype._destroy.call(this,t,(function(t){e(t),n.emit("close")}))}},function(t,e,n){"use strict";var r=n(39),i=Array.prototype.forEach,o=Object.create,u=function(t,e){var n;for(n in t)e[n]=t[n]};t.exports=function(t){var e=o(null);return i.call(arguments,(function(t){r(t)&&u(Object(t),e)})),e}},function(t,e,n){"use strict";t.exports=function(){}},function(t,e,n){"use strict";var r=n(40);t.exports=function(t,e,n){var i;return isNaN(t)?(i=e)>=0?n&&i?i-1:i:1:!1!==t&&r(t)}},function(t,e,n){"use strict";t.exports=n(545)()?Object.assign:n(546)},function(t,e,n){"use strict";var r,i,o,u,s,a=n(40),c=function(t,e){return e};try{Object.defineProperty(c,"length",{configurable:!0,writable:!1,enumerable:!1,value:1})}catch(t){}1===c.length?(r={configurable:!0,writable:!1,enumerable:!1},i=Object.defineProperty,t.exports=function(t,e){return e=a(e),t.length===e?t:(r.value=e,i(t,"length",r))}):(u=n(218),s=[],o=function(t){var e,n=0;if(s[t])return s[t];for(e=[];t--;)e.push("a"+(++n).toString(36));return new Function("fn","return function ("+e.join(", ")+") { return fn.apply(this, arguments); };")},t.exports=function(t,e){var n;if(e=a(e),t.length===e)return t;n=o(e)(t);try{u(n,t)}catch(t){}return n})},function(t,e,n){"use strict";var r=n(48),i=Object.defineProperty,o=Object.getOwnPropertyDescriptor,u=Object.getOwnPropertyNames,s=Object.getOwnPropertySymbols;t.exports=function(t,e){var n,a=Object(r(e));if(t=Object(r(t)),u(a).forEach((function(r){try{i(t,r,o(e,r))}catch(t){n=t}})),"function"==typeof s&&s(a).forEach((function(r){try{i(t,r,o(e,r))}catch(t){n=t}})),void 0!==n)throw n;return t}},function(t,e,n){"use strict";var r=n(30),i=n(96),o=Function.prototype.call;t.exports=function(t,e){var n={},u=arguments[2];return r(e),i(t,(function(t,r,i,s){n[r]=o.call(e,u,t,r,i,s)})),n}},function(t,e){t.exports=function(t){return!!t&&("object"==typeof t||"function"==typeof t)&&"function"==typeof t.then}},function(t,e,n){var r=n(15),i=n(49),o=n(16).Buffer,u=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],s=new Array(64);function a(){this.init(),this._w=s,i.call(this,64,56)}function c(t,e,n){return n^t&(e^n)}function f(t,e,n){return t&e|n&(t|e)}function l(t){return(t>>>2|t<<30)^(t>>>13|t<<19)^(t>>>22|t<<10)}function p(t){return(t>>>6|t<<26)^(t>>>11|t<<21)^(t>>>25|t<<7)}function h(t){return(t>>>7|t<<25)^(t>>>18|t<<14)^t>>>3}r(a,i),a.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},a.prototype._update=function(t){for(var e,n=this._w,r=0|this._a,i=0|this._b,o=0|this._c,s=0|this._d,a=0|this._e,d=0|this._f,y=0|this._g,v=0|this._h,g=0;g<16;++g)n[g]=t.readInt32BE(4*g);for(;g<64;++g)n[g]=0|(((e=n[g-2])>>>17|e<<15)^(e>>>19|e<<13)^e>>>10)+n[g-7]+h(n[g-15])+n[g-16];for(var w=0;w<64;++w){var M=v+p(a)+c(a,d,y)+u[w]+n[w]|0,m=l(r)+f(r,i,o)|0;v=y,y=d,d=a,a=s+M|0,s=o,o=i,i=r,r=M+m|0}this._a=r+this._a|0,this._b=i+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=a+this._e|0,this._f=d+this._f|0,this._g=y+this._g|0,this._h=v+this._h|0},a.prototype._hash=function(){var t=o.allocUnsafe(32);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t.writeInt32BE(this._h,28),t},t.exports=a},function(t,e,n){var r=n(15),i=n(49),o=n(16).Buffer,u=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],s=new Array(160);function a(){this.init(),this._w=s,i.call(this,128,112)}function c(t,e,n){return n^t&(e^n)}function f(t,e,n){return t&e|n&(t|e)}function l(t,e){return(t>>>28|e<<4)^(e>>>2|t<<30)^(e>>>7|t<<25)}function p(t,e){return(t>>>14|e<<18)^(t>>>18|e<<14)^(e>>>9|t<<23)}function h(t,e){return(t>>>1|e<<31)^(t>>>8|e<<24)^t>>>7}function d(t,e){return(t>>>1|e<<31)^(t>>>8|e<<24)^(t>>>7|e<<25)}function y(t,e){return(t>>>19|e<<13)^(e>>>29|t<<3)^t>>>6}function v(t,e){return(t>>>19|e<<13)^(e>>>29|t<<3)^(t>>>6|e<<26)}function g(t,e){return t>>>0<e>>>0?1:0}r(a,i),a.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},a.prototype._update=function(t){for(var e=this._w,n=0|this._ah,r=0|this._bh,i=0|this._ch,o=0|this._dh,s=0|this._eh,a=0|this._fh,w=0|this._gh,M=0|this._hh,m=0|this._al,_=0|this._bl,L=0|this._cl,b=0|this._dl,x=0|this._el,j=0|this._fl,N=0|this._gl,S=0|this._hl,D=0;D<32;D+=2)e[D]=t.readInt32BE(4*D),e[D+1]=t.readInt32BE(4*D+4);for(;D<160;D+=2){var I=e[D-30],A=e[D-30+1],C=h(I,A),E=d(A,I),O=y(I=e[D-4],A=e[D-4+1]),T=v(A,I),z=e[D-14],k=e[D-14+1],U=e[D-32],Y=e[D-32+1],P=E+k|0,R=C+z+g(P,E)|0;R=(R=R+O+g(P=P+T|0,T)|0)+U+g(P=P+Y|0,Y)|0,e[D]=R,e[D+1]=P}for(var Q=0;Q<160;Q+=2){R=e[Q],P=e[Q+1];var F=f(n,r,i),B=f(m,_,L),G=l(n,m),W=l(m,n),q=p(s,x),J=p(x,s),Z=u[Q],V=u[Q+1],X=c(s,a,w),H=c(x,j,N),K=S+J|0,$=M+q+g(K,S)|0;$=($=($=$+X+g(K=K+H|0,H)|0)+Z+g(K=K+V|0,V)|0)+R+g(K=K+P|0,P)|0;var tt=W+B|0,et=G+F+g(tt,W)|0;M=w,S=N,w=a,N=j,a=s,j=x,s=o+$+g(x=b+K|0,b)|0,o=i,b=L,i=r,L=_,r=n,_=m,n=$+et+g(m=K+tt|0,K)|0}this._al=this._al+m|0,this._bl=this._bl+_|0,this._cl=this._cl+L|0,this._dl=this._dl+b|0,this._el=this._el+x|0,this._fl=this._fl+j|0,this._gl=this._gl+N|0,this._hl=this._hl+S|0,this._ah=this._ah+n+g(this._al,m)|0,this._bh=this._bh+r+g(this._bl,_)|0,this._ch=this._ch+i+g(this._cl,L)|0,this._dh=this._dh+o+g(this._dl,b)|0,this._eh=this._eh+s+g(this._el,x)|0,this._fh=this._fh+a+g(this._fl,j)|0,this._gh=this._gh+w+g(this._gl,N)|0,this._hh=this._hh+M+g(this._hl,S)|0},a.prototype._hash=function(){var t=o.allocUnsafe(64);function e(e,n,r){t.writeInt32BE(e,r),t.writeInt32BE(n,r+4)}return e(this._ah,this._al,0),e(this._bh,this._bl,8),e(this._ch,this._cl,16),e(this._dh,this._dl,24),e(this._eh,this._el,32),e(this._fh,this._fl,40),e(this._gh,this._gl,48),e(this._hh,this._hl,56),t},t.exports=a},function(t,e,n){"use strict";var r=n(51);t.exports=new r({include:[n(224)]})},function(t,e,n){"use strict";var r=n(51);t.exports=new r({include:[n(141)],implicit:[n(600),n(601),n(602),n(603)]})},function(t,e){t.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDA3IDExNiI+DQogIDxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwLVNXX1RNLWxvZ28tb24tZGFyayk7DQogICAgICB9DQoNCiAgICAgIC5jbHMtMiB7DQogICAgICAgIGZpbGw6ICNmZmY7DQogICAgICB9DQoNCiAgICAgIC5jbHMtMyB7DQogICAgICAgIGZpbGw6ICM4NWVhMmQ7DQogICAgICB9DQoNCiAgICAgIC5jbHMtNCB7DQogICAgICAgIGZpbGw6ICMxNzM2NDc7DQogICAgICB9DQogICAgPC9zdHlsZT4NCiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAtU1dfVE0tbG9nby1vbi1kYXJrIj4NCiAgICAgIDxyZWN0IHdpZHRoPSI0MDciIGhlaWdodD0iMTE2Ii8+DQogICAgPC9jbGlwUGF0aD4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iU1dfVE0tbG9nby1vbi1kYXJrIiBjbGFzcz0iY2xzLTEiPg0KICAgIDxnIGlkPSJTV19Jbi1Qcm9kdWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4zMDEpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5MzYiIGRhdGEtbmFtZT0iUGF0aCAyOTM2IiBjbGFzcz0iY2xzLTIiIGQ9Ik0zNTkuMTUsNzAuNjc0aC0uN1Y2Ni45OTJoLTEuMjZ2LS42aDMuMjE5di42SDM1OS4xNVoiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5MzciIGRhdGEtbmFtZT0iUGF0aCAyOTM3IiBjbGFzcz0iY2xzLTIiIGQ9Ik0zNjMuMjE3LDcwLjY3NCwzNjEuOTc1LDY3LjFoLS4wMjNxLjA1LjguMDUsMS40OTR2Mi4wODNoLS42MzZWNjYuMzkxaC45ODdsMS4xOSwzLjQwN2guMDE3bDEuMjI1LTMuNDA3aC45OXY0LjI4M0gzNjUuMVY2OC41NTZjMC0uMjEzLjAwNi0uNDkuMDE2LS44MzJzLjAyLS41NDkuMDI4LS42MjFoLS4wMjNsLTEuMjg2LDMuNTcxWiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjkzOCIgZGF0YS1uYW1lPSJQYXRoIDI5MzgiIGNsYXNzPSJjbHMtMyIgZD0iTTUwLjMyOCw5Ny42NjlBNDcuNjQyLDQ3LjY0MiwwLDEsMSw5Ny45NzEsNTAuMDI3LDQ3LjY0Miw0Ny42NDIsMCwwLDEsNTAuMzI4LDk3LjY2OVoiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5MzkiIGRhdGEtbmFtZT0iUGF0aCAyOTM5IiBjbGFzcz0iY2xzLTMiIGQ9Ik01MC4zMjgsNC43NjlBNDUuMjU4LDQ1LjI1OCwwLDEsMSw1LjA3LDUwLjAyNyw0NS4yNTgsNDUuMjU4LDAsMCwxLDUwLjMyOCw0Ljc2OW0wLTQuNzY5YTUwLjAyNyw1MC4wMjcsMCwxLDAsNTAuMDI3LDUwLjAyN0E1MC4wMjcsNTAuMDI3LDAsMCwwLDUwLjMyOCwwWiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk0MCIgZGF0YS1uYW1lPSJQYXRoIDI5NDAiIGNsYXNzPSJjbHMtNCIgZD0iTTMxLjgsMzMuODU0Yy0uMTU0LDEuNzEyLjA1OCwzLjQ4Mi0uMDU3LDUuMjEzYTQyLjY2NSw0Mi42NjUsMCwwLDEtLjY5Myw1LjE1Niw5LjUzLDkuNTMsMCwwLDEtNC4xLDUuODI5YzQuMDc5LDIuNjU0LDQuNTQsNi43NzEsNC44MSwxMC45NDYuMTM1LDIuMjUuMDc3LDQuNTIuMzA4LDYuNzUyLjE3MywxLjczMS44NDYsMi4xNzQsMi42MzYsMi4yMzEuNzMuMDIsMS40OCwwLDIuMzI3LDBWNzUuMzNjLTUuMjkuOS05LjY1Ny0uNi0xMC43MzQtNS4wNzlhMzAuNzYsMzAuNzYsMCwwLDEtLjY1NC01Yy0uMTE3LTEuNzg5LjA3Ni0zLjU3OC0uMDU4LTUuMzY3LS4zODYtNC45MDYtMS4wMi02LjU2LTUuNzEzLTYuNzkxdi02LjFBOS4xOTEsOS4xOTEsMCwwLDEsMjAuOSw0Ni44MmMyLjU3Ny0uMTM1LDMuNjc0LS45MjQsNC4yMzEtMy40NjNhMjkuMywyOS4zLDAsMCwwLC40ODEtNC4zMjksODIuMSw4Mi4xLDAsMCwxLC42LTguNDA2Yy42NzMtMy45ODIsMy4xMzYtNS45MDYsNy4yMzQtNi4xMzcsMS4xNTQtLjA1NywyLjMyNywwLDMuNjU1LDB2NS40NjRjLS41NTguMDM4LTEuMDM5LjExNS0xLjUzOS4xMTVDMzIuMjI2LDI5Ljk0OSwzMi4wNTIsMzEuMDg0LDMxLjgsMzMuODU0Wm02LjQwNiwxMi42NThoLS4wNzdhMy41MTUsMy41MTUsMCwxLDAtLjM0Niw3LjAyMWguMjMxYTMuNDYxLDMuNDYxLDAsMCwwLDMuNjU1LTMuMjUxVjUwLjA5YTMuNTIzLDMuNTIzLDAsMCwwLTMuNDYxLTMuNTc4Wm0xMi4wNjIsMGEzLjM3MywzLjM3MywwLDAsMC0zLjQ4MiwzLjI1MSwxLjc5LDEuNzksMCwwLDAsLjAyLjMyNywzLjMsMy4zLDAsMCwwLDMuNTc4LDMuNDQzLDMuMjYzLDMuMjYzLDAsMCwwLDMuNDQzLTMuNTU4LDMuMzA4LDMuMzA4LDAsMCwwLTMuNTU3LTMuNDYzWm0xMi4zNTEsMGEzLjU5MiwzLjU5MiwwLDAsMC0zLjY1NSwzLjQ4MkEzLjUyOSwzLjUyOSwwLDAsMCw2Mi41LDUzLjUzM2guMDM5YzEuNzY5LjMwOSwzLjU1OS0xLjQsMy42NzQtMy40NjJhMy41NzEsMy41NzEsMCwwLDAtMy42LTMuNTU5Wm0xNi45NDguMjg4Yy0yLjIzMi0uMS0zLjM0OC0uODQ2LTMuOS0yLjk2MmEyMS40NDcsMjEuNDQ3LDAsMCwxLS42MzUtNC4xMzZjLS4xNTQtMi41NzgtLjEzNS01LjE3NS0uMzA4LTcuNzUzLS40LTYuMTE3LTQuODI4LTguMjUyLTExLjI1NC03LjE5NXY1LjMxYzEuMDE5LDAsMS44MDgsMCwyLjYuMDE5LDEuMzY2LjAxOSwyLjQuNTM5LDIuNTM5LDIuMDU5LjEzNSwxLjM4NS4xMzUsMi43ODkuMjcsNC4xOTMuMjY5LDIuNzkuNDIyLDUuNjE4LjksOC4zNjlBOC43MTUsOC43MTUsMCwwLDAsNzMuNyw1MC4wNTJjLTMuNCwyLjI4OS00LjQwNiw1LjU1OS00LjU3OCw5LjIzNC0uMSwyLjUyLS4xNTQsNS4wNTktLjI4OSw3LjYtLjExNSwyLjMwOC0uOTIzLDMuMDU4LTMuMjUxLDMuMTE2LS42NTQuMDE5LTEuMjg5LjA3Ny0yLjAxOS4xMTV2NS40NDVjMS4zNjUsMCwyLjYxNi4wNzcsMy44NjYsMCwzLjg4Ni0uMjMxLDYuMjMzLTIuMTE3LDctNS44ODdBNDkuMDc5LDQ5LjA3OSwwLDAsMCw3NSw2My40Yy4xMzUtMS45MjMuMTE2LTMuODY2LjMwOC01Ljc3MS4yODktMi45ODIsMS42NTUtNC4yMTMsNC42MzYtNC40YTQuMDM3LDQuMDM3LDAsMCwwLC44MjgtLjE5MnYtNi4xYy0uNS0uMDU4LS44NDMtLjExNS0xLjIwOC0uMTM1WiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk0MSIgZGF0YS1uYW1lPSJQYXRoIDI5NDEiIGNsYXNzPSJjbHMtMiIgZD0iTTE1Mi4yNzMsNTguMTIyYTExLjIyOCwxMS4yMjgsMCwwLDEtNC4zODQsOS40MjRxLTQuMzgzLDMuMzgyLTExLjksMy4zODItOC4xNCwwLTEyLjUyNC0yLjFWNjMuN2EzMi45LDMyLjksMCwwLDAsNi4xMzcsMS44NzksMzIuMywzMi4zLDAsMCwwLDYuNTc1LjY4OXE1LjMyMiwwLDguMDE1LTIuMDJhNi42MjYsNi42MjYsMCwwLDAsMi42OTItNS42Miw3LjIyMiw3LjIyMiwwLDAsMC0uOTU0LTMuOSw4Ljg4NSw4Ljg4NSwwLDAsMC0zLjE5NC0yLjgsNDQuNjM0LDQ0LjYzNCwwLDAsMC02LjgxLTIuOTExcS02LjM4Ny0yLjI4Ni05LjEyNi01LjQxN2ExMS45NTUsMTEuOTU1LDAsMCwxLTIuNzQtOC4xNzJBMTAuMTY0LDEwLjE2NCwwLDAsMSwxMjguMDM5LDI3cTMuOTc3LTMuMTMxLDEwLjUyLTMuMTMxYTMxLDMxLDAsMCwxLDEyLjU1NSwyLjVMMTQ5LjQ1NSwzMWEyOC4zODIsMjguMzgyLDAsMCwwLTExLjAyMS0yLjM4LDEwLjY2OCwxMC42NjgsMCwwLDAtNi42MDYsMS44MTYsNS45ODQsNS45ODQsMCwwLDAtMi4zOCw1LjA0MSw3LjcyMiw3LjcyMiwwLDAsMCwuODc3LDMuOSw4LjI0Miw4LjI0MiwwLDAsMCwyLjk1OSwyLjc4NiwzNi43LDM2LjcsMCwwLDAsNi4zNzEsMi44cTcuMiwyLjU2Niw5LjkxLDUuNTFBMTAuODQsMTAuODQsMCwwLDEsMTUyLjI3Myw1OC4xMjJaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTQyIiBkYXRhLW5hbWU9IlBhdGggMjk0MiIgY2xhc3M9ImNscy0yIiBkPSJNMTg1LjI4OCw3MC4zLDE3OSw1MC4xN3EtLjU5NC0xLjg0OC0yLjIyMi04LjM5MWgtLjI1MXEtMS4yNTIsNS40NzktMi4xOTIsOC40NTNMMTY3Ljg0OSw3MC4zaC02LjAxMWwtOS4zNjEtMzQuMzE1aDUuNDQ3cTMuMzE4LDEyLjkzMSw1LjA1NywxOS42OTNhODAuMTEyLDgwLjExMiwwLDAsMSwxLjk4OCw5LjExMWguMjVxLjM0NS0xLjc4NSwxLjExMi00LjYxOHQxLjMzLTQuNDkzbDYuMjk0LTE5LjY5M2g1LjYzNWw2LjEzNywxOS42OTNhNjYuMzY5LDY2LjM2OSwwLDAsMSwyLjM3OSw5LjA0OGguMjUxYTMzLjE2MywzMy4xNjMsMCwwLDEsLjY3My0zLjQ3NXEuNTQ4LTIuMzQ3LDYuNTI4LTI1LjI2Nmg1LjM4NUwxOTEuNDU2LDcwLjNaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTQzIiBkYXRhLW5hbWU9IlBhdGggMjk0MyIgY2xhc3M9ImNscy0yIiBkPSJNMjI1LjExNSw3MC4zbC0xLjAzMy00Ljg4NWgtLjI1YTE0LjQ0NiwxNC40NDYsMCwwLDEtNS4xMTksNC4zNjgsMTUuNjA4LDE1LjYwOCwwLDAsMS02LjM3MiwxLjE0M3EtNS4xLDAtOC0yLjYzdC0yLjktNy40ODNxMC0xMC40LDE2LjYyNi0xMC45bDUuODIzLS4xODhWNDcuNnEwLTQuMDM4LTEuNzM4LTUuOTY0VDIxNi42LDM5LjcxM2EyMi42MzMsMjIuNjMzLDAsMCwwLTkuNzA2LDIuNjNsLTEuNi0zLjk3N2EyNC40MzcsMjQuNDM3LDAsMCwxLDUuNTU3LTIuMTYsMjQuMDU2LDI0LjA1NiwwLDAsMSw2LjA1OC0uNzgzcTYuMTM2LDAsOS4xLDIuNzI0dDIuOTU5LDguNzM1VjcwLjNabS0xMS43NDEtMy42NjNBMTAuNTQ5LDEwLjU0OSwwLDAsMCwyMjEsNjMuOTc3YTkuODQ1LDkuODQ1LDAsMCwwLDIuNzcxLTcuNDUxdi0zLjFsLTUuMi4yMTlxLTYuMi4yMTktOC45MzksMS45MjZhNS44LDUuOCwwLDAsMC0yLjc0LDUuMzA2LDUuMzU0LDUuMzU0LDAsMCwwLDEuNzA3LDQuMjksNy4wODEsNy4wODEsMCwwLDAsNC43NzUsMS40NzJaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTQ0IiBkYXRhLW5hbWU9IlBhdGggMjk0NCIgY2xhc3M9ImNscy0yIiBkPSJNMjY0LjYsMzUuOTg3djMuMjg3bC02LjM1Ni43NTJhMTEuMTYsMTEuMTYsMCwwLDEsMi4yNTUsNi44NTYsMTAuMTQ4LDEwLjE0OCwwLDAsMS0zLjQ0NCw4LjA0N3EtMy40NDQsMy05LjQ1NiwzYTE1LjczNCwxNS43MzQsMCwwLDEtMi44OC0uMjVRMjQxLjQsNTkuNDM4LDI0MS40LDYyLjFhMi4yNDIsMi4yNDIsMCwwLDAsMS4xNTksMi4wODIsOC40NTYsOC40NTYsMCwwLDAsMy45NzYuNjczaDYuMDc0cTUuNTczLDAsOC41NjMsMi4zNDhhOC4xNTgsOC4xNTgsMCwwLDEsMi45OSw2LjgyNSw5Ljc0Myw5Ljc0MywwLDAsMS00LjU3MSw4LjY4OHEtNC41NzIsMi45ODktMTMuMzM4LDIuOTktNi43MzIsMC0xMC4zNzktMi41YTguMDg3LDguMDg3LDAsMCwxLTMuNjQ3LTcuMDc2LDcuOTQ2LDcuOTQ2LDAsMCwxLDItNS40MTcsMTAuMjExLDEwLjIxMSwwLDAsMSw1LjYzNi0zLjEsNS40MjksNS40MjksMCwwLDEtMi4yMDctMS44NDcsNC44OSw0Ljg5LDAsMCwxLS44OTMtMi45MTIsNS41Myw1LjUzLDAsMCwxLDEtMy4yODgsMTAuNTI5LDEwLjUyOSwwLDAsMSwzLjE2Mi0yLjcyMyw5LjI3NSw5LjI3NSwwLDAsMS00LjMzNi0zLjcyNiwxMC45NDUsMTAuOTQ1LDAsMCwxLTEuNjc1LTYuMDEycTAtNS42MzQsMy4zODItOC42ODh0OS41OC0zLjA1MmExNy40MzksMTcuNDM5LDAsMCwxLDQuODUzLjYyNlpNMjM3LjIzMyw3Ni4wNjJhNC42Niw0LjY2LDAsMCwwLDIuMzQ4LDQuMjI3LDEyLjk3MywxMi45NzMsMCwwLDAsNi43MzIsMS40NHE2LjU0MywwLDkuNjktMS45NTZhNS45OTIsNS45OTIsMCwwLDAsMy4xNDctNS4zMDdxMC0yLjc4Ny0xLjcyMy0zLjg2N3QtNi40ODEtMS4wOGgtNi4yM2E4LjIwNSw4LjIwNSwwLDAsMC01LjUxLDEuNjksNi4wNDMsNi4wNDMsMCwwLDAtMS45NzMsNC44NTNabTIuODE4LTI5LjA4NmE2Ljk4NCw2Ljk4NCwwLDAsMCwyLjAzNSw1LjQ0OCw4LjEyMyw4LjEyMywwLDAsMCw1LjY2NywxLjg0N3E3LjYwOCwwLDcuNjA4LTcuMzg5LDAtNy43MzMtNy43LTcuNzMzYTcuNjI4LDcuNjI4LDAsMCwwLTUuNjM1LDEuOTcycS0xLjk3NiwxLjk3My0xLjk3NSw1Ljg1NVoiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5NDUiIGRhdGEtbmFtZT0iUGF0aCAyOTQ1IiBjbGFzcz0iY2xzLTIiIGQ9Ik0yOTkuMTM2LDM1Ljk4N3YzLjI4N2wtNi4zNTYuNzUyYTExLjE2OCwxMS4xNjgsMCwwLDEsMi4yNTQsNi44NTYsMTAuMTQ1LDEwLjE0NSwwLDAsMS0zLjQ0NCw4LjA0N3EtMy40NDQsMy05LjQ1NSwzYTE1LjczNCwxNS43MzQsMCwwLDEtMi44OC0uMjVxLTMuMzIsMS43NTQtMy4zMTksNC40MTVhMi4yNDMsMi4yNDMsMCwwLDAsMS4xNTgsMi4wODIsOC40NTksOC40NTksMCwwLDAsMy45NzYuNjczaDYuMDc0cTUuNTc0LDAsOC41NjMsMi4zNDhhOC4xNTgsOC4xNTgsMCwwLDEsMi45OSw2LjgyNSw5Ljc0Myw5Ljc0MywwLDAsMS00LjU3MSw4LjY4OHEtNC41NywyLjk4OS0xMy4zMzcsMi45OS02LjczMiwwLTEwLjM3OS0yLjVhOC4wODgsOC4wODgsMCwwLDEtMy42NDgtNy4wNzYsNy45NDcsNy45NDcsMCwwLDEsMi01LjQxNywxMC4yMDcsMTAuMjA3LDAsMCwxLDUuNjM2LTMuMSw1LjQzMiw1LjQzMiwwLDAsMS0yLjIwOC0xLjg0Nyw0Ljg4OSw0Ljg4OSwwLDAsMS0uODkyLTIuOTEyLDUuNTMsNS41MywwLDAsMSwxLTMuMjg4LDEwLjUyOSwxMC41MjksMCwwLDEsMy4xNjItMi43MjMsOS4yNzEsOS4yNzEsMCwwLDEtNC4zMzYtMy43MjYsMTAuOTQ1LDEwLjk0NSwwLDAsMS0xLjY3NS02LjAxMnEwLTUuNjM0LDMuMzgxLTguNjg4dDkuNTgxLTMuMDUyYTE3LjQ0NCwxNy40NDQsMCwwLDEsNC44NTMuNjI2Wk0yNzEuNzcyLDc2LjA2MmE0LjY1OCw0LjY1OCwwLDAsMCwyLjM0OCw0LjIyNywxMi45NjksMTIuOTY5LDAsMCwwLDYuNzMxLDEuNDRxNi41NDQsMCw5LjY5MS0xLjk1NmE1Ljk5Myw1Ljk5MywwLDAsMCwzLjE0Ni01LjMwN3EwLTIuNzg3LTEuNzIyLTMuODY3dC02LjQ4MS0xLjA4aC02LjIzYTguMjA4LDguMjA4LDAsMCwwLTUuNTExLDEuNjlBNi4wNDIsNi4wNDIsMCwwLDAsMjcxLjc3Miw3Ni4wNjJabTIuODE4LTI5LjA4NmE2Ljk4NCw2Ljk4NCwwLDAsMCwyLjAzNSw1LjQ0OCw4LjEyMSw4LjEyMSwwLDAsMCw1LjY2NywxLjg0N3E3LjYwNywwLDcuNjA4LTcuMzg5LDAtNy43MzMtNy43LTcuNzMzYTcuNjI5LDcuNjI5LDAsMCwwLTUuNjM1LDEuOTcycS0xLjk3NSwxLjk3My0xLjk3NSw1Ljg1NVoiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5NDYiIGRhdGEtbmFtZT0iUGF0aCAyOTQ2IiBjbGFzcz0iY2xzLTIiIGQ9Ik0zMTYuNzc4LDcwLjkyOHEtNy42MDgsMC0xMi4wMDctNC42MzR0LTQuNC0xMi44NjhxMC04LjMsNC4wODYtMTMuMTgxYTEzLjU3MywxMy41NzMsMCwwLDEsMTAuOTc0LTQuODg0QTEyLjkzOCwxMi45MzgsMCwwLDEsMzI1LjYzOCwzOS42cTMuNzYyLDQuMjQ3LDMuNzYyLDExLjJ2My4yODdIMzA1Ljc1N3EuMTU2LDYuMDQ0LDMuMDUzLDkuMTc0dDguMTU2LDMuMTMxYTI3LjYzMywyNy42MzMsMCwwLDAsMTAuOTU4LTIuMzE3djQuNjM0YTI3LjUsMjcuNSwwLDAsMS01LjIxMywxLjcwNiwyOS4yNTEsMjkuMjUxLDAsMCwxLTUuOTMzLjUxM1ptLTEuNDA5LTMxLjIxNWE4LjQ4OSw4LjQ4OSwwLDAsMC02LjU5MSwyLjY5MiwxMi40MTYsMTIuNDE2LDAsMCwwLTIuOSw3LjQ1MmgxNy45NHEwLTQuOTE2LTIuMTkxLTcuNTNhNy43MTQsNy43MTQsMCwwLDAtNi4yNTgtMi42MTRaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTQ3IiBkYXRhLW5hbWU9IlBhdGggMjk0NyIgY2xhc3M9ImNscy0yIiBkPSJNMzUwLjksMzUuMzYxYTIwLjM4LDIwLjM4LDAsMCwxLDQuMS4zNzVsLS43MjEsNC44MjJhMTcuNzEyLDE3LjcxMiwwLDAsMC0zLjc1Ny0uNDdBOS4xNDIsOS4xNDIsMCwwLDAsMzQzLjQsNDMuNDdhMTIuMzI3LDEyLjMyNywwLDAsMC0yLjk1OSw4LjQyMlY3MC4zaC01LjJWMzUuOTg3aDQuMjlsLjYsNi4zNTZoLjI1YTE1LjA3MiwxNS4wNzIsMCwwLDEsNC42LTUuMTY2LDEwLjM1NiwxMC4zNTYsMCwwLDEsNS45MTktMS44MTZaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTQ4IiBkYXRhLW5hbWU9IlBhdGggMjk0OCIgY2xhc3M9ImNscy0yIiBkPSJNMjU1Ljg1Nyw5Ni42MzhzLTMuNDMtLjM5MS00Ljg1LS4zOTFjLTIuMDU4LDAtMy4xMTEuNzM1LTMuMTExLDIuMTgsMCwxLjU2OC44ODIsMS45MzUsMy43NDgsMi43MTksMy41MjcuOTgsNC44LDEuOTExLDQuOCw0Ljc3NywwLDMuNjc1LTIuMyw1LjI2Ny01LjYxLDUuMjY3YTM1LjY4NywzNS42ODcsMCwwLDEtNS40ODctLjY2MmwuMjctMi4xOHMzLjMwNi40NDEsNS4wNDYuNDQxYzIuMDgyLDAsMy4wMzctLjkzMSwzLjAzNy0yLjcsMC0xLjQyMS0uNzU5LTEuOTEtMy4zMzEtMi41MjMtMy42MjYtLjkzLTUuMTkzLTIuMDMzLTUuMTkzLTQuOTQ4LDAtMy4zODEsMi4yMjktNC43NzYsNS41ODUtNC43NzZhMzcuMiwzNy4yLDAsMCwxLDUuMzE1LjU4N1oiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5NDkiIGRhdGEtbmFtZT0iUGF0aCAyOTQ5IiBjbGFzcz0iY2xzLTIiIGQ9Ik0yNjIuOTY3LDk0LjE0SDI2Ny43bDMuNzQ4LDEzLjEwNkwyNzUuMiw5NC4xNGg0Ljc1MnYxNi43OEgyNzcuMlY5Ni40MmgtLjE0NWwtNC4xOTEsMTMuODE2aC0yLjg0MkwyNjUuODMxLDk2LjQyaC0uMTQ1djE0LjVoLTIuNzE5WiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk1MCIgZGF0YS1uYW1lPSJQYXRoIDI5NTAiIGNsYXNzPSJjbHMtMiIgZD0iTTMyMi4wNTcsOTQuMTRIMzM0LjN2Mi40MjVoLTQuNzI4VjExMC45MmgtMi43NDNWOTYuNTY1aC00Ljc3N1oiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5NTEiIGRhdGEtbmFtZT0iUGF0aCAyOTUxIiBjbGFzcz0iY2xzLTIiIGQ9Ik0zNDYuMTM3LDk0LjE0YzMuMzMyLDAsNS4xMiwxLjI0OSw1LjEyLDQuMzYxLDAsMi4wMzMtLjYzNywzLjAzNy0xLjk4NCwzLjc3MiwxLjQ0NS41NjMsMi40LDEuNTkyLDIuNCwzLjksMCwzLjQzLTIuMDgxLDQuNzUyLTUuMzM5LDQuNzUyaC02LjU2NlY5NC4xNFptLTMuNjUsMi4zNTJ2NC44aDMuNmMxLjY2NiwwLDIuNC0uODMyLDIuNC0yLjQ3NCwwLTEuNjE3LS44MzMtMi4zMjctMi41LTIuMzI3Wm0wLDcuMXY0Ljk3M2gzLjdjMS42ODksMCwyLjY5NC0uNTM5LDIuNjk0LTIuNTQ4LDAtMS45MTEtMS40MjEtMi40MjUtMi43NDQtMi40MjVaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTUyIiBkYXRhLW5hbWU9IlBhdGggMjk1MiIgY2xhc3M9ImNscy0yIiBkPSJNMzU4LjQxNCw5NC4xNEgzNjl2Mi4zNzdoLTcuODY0djQuNzUxaDYuMzk0VjEwMy42aC02LjM5NHY0LjkyNEgzNjl2Mi40SDM1OC40MTRaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTUzIiBkYXRhLW5hbWU9IlBhdGggMjk1MyIgY2xhc3M9ImNscy0yIiBkPSJNMzc4Ljc0Nyw5NC4xNGg1LjQxNGw0LjE2NCwxNi43OGgtMi43NDRMMzg0LjM0MiwxMDZoLTUuNzc3bC0xLjIzOSw0LjkyM2gtMi43MTlabS4zNjEsOS40NTZoNC43MDhsLTEuNzM3LTcuMTc4aC0xLjIyNVoiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5NTQiIGRhdGEtbmFtZT0iUGF0aCAyOTU0IiBjbGFzcz0iY2xzLTIiIGQ9Ik0zOTcuMSwxMDUuOTQ3djQuOTczaC0yLjcxOVY5NC4xNGg2LjM3YzMuNywwLDUuNjgzLDIuMTIsNS42ODMsNS44NDMsMCwyLjM3Ni0uOTU2LDQuNTE5LTIuNzQ0LDUuMzUybDIuNzY5LDUuNTg1SDQwMy40N2wtMi40MjYtNC45NzNabTMuNjUxLTkuNDU1SDM5Ny4xdjcuMWgzLjdjMi4wNTcsMCwyLjg0MS0xLjg1LDIuODQxLTMuNTg5LDAtMS45LS45MzQtMy41MTEtMi44OTQtMy41MTFaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTU1IiBkYXRhLW5hbWU9IlBhdGggMjk1NSIgY2xhc3M9ImNscy0yIiBkPSJNMjkwLjAxMyw5NC4xNGg1LjQxM2w0LjE2NCwxNi43OGgtMi43NDNMMjk1LjYwOCwxMDZoLTUuNzc3bC0xLjIzOSw0LjkyM2gtMi43MTlabS4zNjEsOS40NTZoNC43MDdsLTEuNzM3LTcuMTc4aC0xLjIyNVoiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5NTYiIGRhdGEtbmFtZT0iUGF0aCAyOTU2IiBjbGFzcz0iY2xzLTIiIGQ9Ik0zMDguMzYyLDEwNS45NDd2NC45NzNoLTIuNzE5Vjk0LjE0aDYuMzY5YzMuNywwLDUuNjgzLDIuMTIsNS42ODMsNS44NDMsMCwyLjM3Ni0uOTU1LDQuNTE5LTIuNzQzLDUuMzUybDIuNzY4LDUuNTg1aC0yLjk4OWwtMi40MjUtNC45NzNabTMuNjUtOS40NTVoLTMuNjV2Ny4xaDMuN2MyLjA1OCwwLDIuODQxLTEuODUsMi44NDEtMy41ODlDMzE0LjksOTguMSwzMTMuOTcyLDk2LjQ5MiwzMTIuMDEyLDk2LjQ5MloiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzI5NTciIGRhdGEtbmFtZT0iUGF0aCAyOTU3IiBjbGFzcz0iY2xzLTIiIGQ9Ik0xMzAuNjA2LDEwNy42NDNhMy4wMiwzLjAyLDAsMCwxLTEuMTgsMi41MzcsNS4xMTMsNS4xMTMsMCwwLDEtMy4yLjkxLDguMDMsOC4wMywwLDAsMS0zLjM3MS0uNTY0di0xLjM4M2E4Ljc5Myw4Ljc5MywwLDAsMCwxLjY1Mi41MDYsOC42NzIsOC42NzIsMCwwLDAsMS43Ny4xODYsMy41NjUsMy41NjUsMCwwLDAsMi4xNTctLjU0NCwxLjc4MywxLjc4MywwLDAsMCwuNzI1LTEuNTEyLDEuOTQ3LDEuOTQ3LDAsMCwwLS4yNTctMS4wNSwyLjM5MywyLjM5MywwLDAsMC0uODYtLjc1NCwxMi4xNzEsMTIuMTcxLDAsMCwwLTEuODMzLS43ODQsNS44NDIsNS44NDIsMCwwLDEtMi40NTYtMS40NTgsMy4yMTMsMy4yMTMsMCwwLDEtLjczOC0yLjIsMi43MzYsMi43MzYsMCwwLDEsMS4wNzEtMi4yNjcsNC40NDQsNC40NDQsMCwwLDEsMi44MzEtLjg0Myw4LjM0MSw4LjM0MSwwLDAsMSwzLjM4LjY3NWwtLjQ0NywxLjI0N2E3LjYzOSw3LjYzOSwwLDAsMC0yLjk2Ni0uNjQxLDIuODc4LDIuODc4LDAsMCwwLTEuNzc5LjQ4OSwxLjYxMiwxLjYxMiwwLDAsMC0uNjQsMS4zNTcsMi4wODEsMi4wODEsMCwwLDAsLjIzNiwxLjA0OSwyLjIzMSwyLjIzMSwwLDAsMCwuOC43NSw5Ljg3OCw5Ljg3OCwwLDAsMCwxLjcxNS43NTQsNi44LDYuOCwwLDAsMSwyLjY2NywxLjQ4MywyLjkxOSwyLjkxOSwwLDAsMSwuNzIzLDIuMDU3WiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk1OCIgZGF0YS1uYW1lPSJQYXRoIDI5NTgiIGNsYXNzPSJjbHMtMiIgZD0iTTEzNC40NDcsMTAxLjY4NnY1Ljk5MWEyLjQxMSwyLjQxMSwwLDAsMCwuNTE1LDEuNjg2LDIuMDksMi4wOSwwLDAsMCwxLjYwOS41NTYsMi42MjksMi42MjksMCwwLDAsMi4xMi0uNzkyLDQsNCwwLDAsMCwuNjctMi41ODd2LTQuODU0aDEuNHY5LjIzNkgxMzkuNmwtLjItMS4yMzloLS4wNzVhMi43OTMsMi43OTMsMCwwLDEtMS4xOTMsMS4wNDUsNCw0LDAsMCwxLTEuNzQuMzYyLDMuNTI5LDMuNTI5LDAsMCwxLTIuNTI0LS44LDMuNDA5LDMuNDA5LDAsMCwxLS44MzktMi41NjJ2LTYuMDQyWiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk1OSIgZGF0YS1uYW1lPSJQYXRoIDI5NTkiIGNsYXNzPSJjbHMtMiIgZD0iTTE0OC4yMDYsMTExLjA5YTMuOTkzLDMuOTkzLDAsMCwxLTEuNjQ3LS4zMzMsMy4xLDMuMSwwLDAsMS0xLjI1Mi0xLjAyM2gtLjFhMTIuMjY1LDEyLjI2NSwwLDAsMSwuMSwxLjUzM3YzLjhoLTEuNFYxMDEuNjg2aDEuMTM3bC4xOTQsMS4yNjRoLjA2N2EzLjI1NywzLjI1NywwLDAsMSwxLjI1Ni0xLjEsMy44MzEsMy44MzEsMCwwLDEsMS42NDMtLjMzNywzLjQxMywzLjQxMywwLDAsMSwyLjgzNiwxLjI1Niw2LjY4Myw2LjY4MywwLDAsMS0uMDE3LDcuMDU3LDMuNDIsMy40MiwwLDAsMS0yLjgxNywxLjI2NFptLS4yLTguMzg1YTIuNDgyLDIuNDgyLDAsMCwwLTIuMDQ4Ljc4NCw0LjA0MSw0LjA0MSwwLDAsMC0uNjQ5LDIuNDk0di4zMTJhNC42MjUsNC42MjUsMCwwLDAsLjY0OSwyLjc4NSwyLjQ2NywyLjQ2NywwLDAsMCwyLjA4Mi44MzksMi4xNjQsMi4xNjQsMCwwLDAsMS44NzUtLjk2OSw0LjYsNC42LDAsMCwwLC42NzgtMi42NzEsNC40MjgsNC40MjgsMCwwLDAtLjY3OC0yLjY1MSwyLjIzMiwyLjIzMiwwLDAsMC0xLjkxNS0uOTIzWiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk2MCIgZGF0YS1uYW1lPSJQYXRoIDI5NjAiIGNsYXNzPSJjbHMtMiIgZD0iTTE1OS4wMzksMTExLjA5YTMuOTkzLDMuOTkzLDAsMCwxLTEuNjQ3LS4zMzMsMy4xLDMuMSwwLDAsMS0xLjI1Mi0xLjAyM2gtLjFhMTIuMjY1LDEyLjI2NSwwLDAsMSwuMSwxLjUzM3YzLjhoLTEuNFYxMDEuNjg2aDEuMTM3bC4xOTQsMS4yNjRoLjA2N2EzLjI1NywzLjI1NywwLDAsMSwxLjI1Ni0xLjEsMy44MzEsMy44MzEsMCwwLDEsMS42NDMtLjMzNywzLjQxMywzLjQxMywwLDAsMSwyLjgzNiwxLjI1Niw2LjY4Myw2LjY4MywwLDAsMS0uMDE3LDcuMDU3LDMuNDIsMy40MiwwLDAsMS0yLjgxNywxLjI2NFptLS4yLTguMzg1YTIuNDgyLDIuNDgyLDAsMCwwLTIuMDQ4Ljc4NCw0LjA0MSw0LjA0MSwwLDAsMC0uNjQ5LDIuNDk0di4zMTJhNC42MjUsNC42MjUsMCwwLDAsLjY0OSwyLjc4NSwyLjQ2NywyLjQ2NywwLDAsMCwyLjA4Mi44MzksMi4xNjQsMi4xNjQsMCwwLDAsMS44NzUtLjk2OSw0LjYsNC42LDAsMCwwLC42NzgtMi42NzEsNC40MjgsNC40MjgsMCwwLDAtLjY3OC0yLjY1MSwyLjIzMiwyLjIzMiwwLDAsMC0xLjkxMS0uOTIzWiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk2MSIgZGF0YS1uYW1lPSJQYXRoIDI5NjEiIGNsYXNzPSJjbHMtMiIgZD0iTTE3My42MTIsMTA2LjNhNS4wOTMsNS4wOTMsMCwwLDEtMS4xMzcsMy41MjcsNC4wMDUsNC4wMDUsMCwwLDEtMy4xNDMsMS4yNjgsNC4xNzIsNC4xNzIsMCwwLDEtMi4yLS41ODEsMy44NCwzLjg0LDAsMCwxLTEuNDgzLTEuNjY5LDUuOCw1LjgsMCwwLDEtLjUyMi0yLjU0NSw1LjA4Nyw1LjA4NywwLDAsMSwxLjEyOS0zLjUxOCwzLjk5MSwzLjk5MSwwLDAsMSwzLjEzNS0xLjI2LDMuOTA3LDMuOTA3LDAsMCwxLDMuMDgsMS4yOSw1LjA3MSw1LjA3MSwwLDAsMSwxLjE0MSwzLjQ4OFptLTcuMDM2LDBhNC4zODQsNC4zODQsMCwwLDAsLjcwOCwyLjcsMi44MDksMi44MDksMCwwLDAsNC4xNjcsMCw0LjM2NSw0LjM2NSwwLDAsMCwuNzEyLTIuNyw0LjI5Myw0LjI5MywwLDAsMC0uNzEyLTIuNjc1LDIuNSwyLjUsMCwwLDAtMi4xLS45MTUsMi40NjEsMi40NjEsMCwwLDAtMi4wNzIuOSw0LjMzNCw0LjMzNCwwLDAsMC0uNywyLjY5WiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk2MiIgZGF0YS1uYW1lPSJQYXRoIDI5NjIiIGNsYXNzPSJjbHMtMiIgZD0iTTE4MC41MjUsMTAxLjUxN2E1LjUwNiw1LjUwNiwwLDAsMSwxLjEuMWwtLjE5NCwxLjNhNC43ODYsNC43ODYsMCwwLDAtMS4wMTEtLjEyNywyLjQ2LDIuNDYsMCwwLDAtMS45MTcuOTExLDMuMzE4LDMuMzE4LDAsMCwwLS44LDIuMjY3djQuOTU1aC0xLjR2LTkuMjM2aDEuMTU0bC4xNiwxLjcxaC4wNjhhNC4wNTQsNC4wNTQsMCwwLDEsMS4yMzgtMS4zOSwyLjc4NywyLjc4NywwLDAsMSwxLjYtLjQ5WiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk2MyIgZGF0YS1uYW1lPSJQYXRoIDI5NjMiIGNsYXNzPSJjbHMtMiIgZD0iTTE4Ny4zNjMsMTA5LjkzNmE0LjUwNiw0LjUwNiwwLDAsMCwuNzE2LS4wNTUsNC4zODcsNC4zODcsMCwwLDAsLjU0OC0uMTE0djEuMDdhMi41LDIuNSwwLDAsMS0uNjcuMTgxLDUsNSwwLDAsMS0uOC4wNzJxLTIuNjgsMC0yLjY4LTIuODIzdi01LjQ5NGgtMS4zMjNWMTAyLjFsMS4zMjMtLjU4Mi41OS0xLjk3MmguODA5djIuMTQxaDIuNjh2MS4wODdoLTIuNjh2NS40MzVhMS44NjksMS44NjksMCwwLDAsLjQsMS4yODFBMS4zNzcsMS4zNzcsMCwwLDAsMTg3LjM2MywxMDkuOTM2WiIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMjk2NCIgZGF0YS1uYW1lPSJQYXRoIDI5NjQiIGNsYXNzPSJjbHMtMiIgZD0iTTE5NC41MzgsMTExLjA5YTQuMjM5LDQuMjM5LDAsMCwxLTMuMjMxLTEuMjQ3LDQuODI0LDQuODI0LDAsMCwxLTEuMTg0LTMuNDYzLDUuMzU1LDUuMzU1LDAsMCwxLDEuMS0zLjU0OCwzLjY1MiwzLjY1MiwwLDAsMSwyLjk1NC0xLjMxNSwzLjQ4NCwzLjQ4NCwwLDAsMSwyLjc0NywxLjE0Miw0LjM3OCw0LjM3OCwwLDAsMSwxLjAxMSwzLjAxM3YuODg1aC02LjM2MmEzLjY2LDMuNjYsMCwwLDAsLjgyMiwyLjQ2OSwyLjg0MywyLjg0MywwLDAsMCwyLjIuODQzLDcuNDMxLDcuNDMxLDAsMCwwLDIuOTQ5LS42MjR2MS4yNDdhNy4zNzcsNy4zNzcsMCwwLDEtMS40LjQ1OSw3Ljg2Myw3Ljg2MywwLDAsMS0xLjYuMTM5Wm0tLjM3OS04LjRhMi4yODYsMi4yODYsMCwwLDAtMS43NzQuNzI1LDMuMzM3LDMuMzM3LDAsMCwwLS43NzksMi4wMDZoNC44MjhhMy4wNzIsMy4wNzIsMCwwLDAtLjU5LTIuMDI3LDIuMDc2LDIuMDc2LDAsMCwwLTEuNjg1LS43MDZaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTY1IiBkYXRhLW5hbWU9IlBhdGggMjk2NSIgY2xhc3M9ImNscy0yIiBkPSJNMjA2Ljk1MSwxMDkuNjgzaC0uMDc2YTMuMjg3LDMuMjg3LDAsMCwxLTIuOSwxLjQwNywzLjQyNywzLjQyNywwLDAsMS0yLjgxOS0xLjIzOSw1LjQ1Miw1LjQ1MiwwLDAsMS0xLjAwNi0zLjUyMiw1LjU0Miw1LjU0MiwwLDAsMSwxLjAxMS0zLjU0OCwzLjQsMy40LDAsMCwxLDIuODE0LTEuMjY0LDMuMzYxLDMuMzYxLDAsMCwxLDIuODgzLDEuMzY1aC4xMDlsLS4wNTktLjY2NS0uMDM0LS42NDlWOTcuODA5aDEuNHYxMy4xMTNoLTEuMTM4Wm0tMi44LjIzNmEyLjU1MSwyLjU1MSwwLDAsMCwyLjA3OC0uNzc5LDMuOTQ3LDMuOTQ3LDAsMCwwLC42NDQtMi41MTZ2LS4zYTQuNjM4LDQuNjM4LDAsMCwwLS42NTMtMi44LDIuNDgxLDIuNDgxLDAsMCwwLTIuMDg2LS44MzksMi4xNCwyLjE0LDAsMCwwLTEuODgzLjk1Nyw0Ljc2LDQuNzYsMCwwLDAtLjY1MywyLjcsNC41NTQsNC41NTQsMCwwLDAsLjY0OSwyLjY3MSwyLjE5NCwyLjE5NCwwLDAsMCwxLjkwNi45MDZaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTY2IiBkYXRhLW5hbWU9IlBhdGggMjk2NiIgY2xhc3M9ImNscy0yIiBkPSJNMjIwLjcxMiwxMDEuNTM0YTMuNDM1LDMuNDM1LDAsMCwxLDIuODI3LDEuMjQzLDYuNjUzLDYuNjUzLDAsMCwxLS4wMDksNy4wNTMsMy40MTcsMy40MTcsMCwwLDEtMi44MTgsMS4yNiw0LDQsMCwwLDEtMS42NDgtLjMzMywzLjA5NCwzLjA5NCwwLDAsMS0xLjI1MS0xLjAyM2gtLjFsLS4yOTUsMS4xODhoLTFWOTcuODA5aDEuNFYxMDFxMCwxLjA2OS0uMDY4LDEuOTIxaC4wNjhhMy4zMjIsMy4zMjIsMCwwLDEsMi44OTQtMS4zODdabS0uMiwxLjE3MWEyLjQ0LDIuNDQsMCwwLDAtMi4wNjQuODIyLDYuMzM4LDYuMzM4LDAsMCwwLC4wMTcsNS41NTMsMi40NjQsMi40NjQsMCwwLDAsMi4wODEuODM5LDIuMTU4LDIuMTU4LDAsMCwwLDEuOTIyLS45NCw0LjgyOCw0LjgyOCwwLDAsMCwuNjMyLTIuNyw0LjY0NSw0LjY0NSwwLDAsMC0uNjMyLTIuNjg5LDIuMjQyLDIuMjQyLDAsMCwwLTEuOTU5LS44ODVaIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8yOTY3IiBkYXRhLW5hbWU9IlBhdGggMjk2NyIgY2xhc3M9ImNscy0yIiBkPSJNMjI1Ljc1OCwxMDEuNjg2aDEuNWwyLjAyMyw1LjI2N2EyMC4xODgsMjAuMTg4LDAsMCwxLC44MjYsMi42aC4wNjdxLjEwOS0uNDMxLjQ1OS0xLjQ3MXQyLjI4OC02LjRoMS41TDIzMC40NTIsMTEyLjJhNS4yNTMsNS4yNTMsMCwwLDEtMS4zNzgsMi4yMTIsMi45MzIsMi45MzIsMCwwLDEtMS45MzQuNjUzLDUuNjU5LDUuNjU5LDAsMCwxLTEuMjY0LS4xNDNWMTEzLjhhNC45LDQuOSwwLDAsMCwxLjAzNy4xLDIuMTM2LDIuMTM2LDAsMCwwLDIuMDU2LTEuNjE4bC41MTQtMS4zMTRaIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg=="},function(t,e,n){t.exports=n(337)},function(t,e,n){t.exports=n(343)},function(t,e,n){t.exports=n(348)},function(t,e,n){t.exports=n(387)},function(t,e,n){var r=n(388),i=n(389),o=n(124),u=n(392);t.exports=function(t,e){return r(t)||i(t,e)||o(t,e)||u()}},function(t,e,n){t.exports=n(393)},function(t,e,n){t.exports=n(406)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.sanitizeUrl=void 0;var r=/^(%20|\s)*(javascript|data|vbscript)/im,i=/[^\x20-\x7EÀ-ž]/gim,o=/^([^:]+):/gm,u=[".","/"];e.sanitizeUrl=function(t){if(!t)return"about:blank";var e=t.replace(i,"").trim();if(function(t){return u.indexOf(t[0])>-1}(e))return e;var n=e.match(o);if(!n)return e;var s=n[0];return r.test(s)?"about:blank":e}},function(t,e,n){var r=n(423),i=n(434)((function(t,e,n){return e=e.toLowerCase(),t+(n?r(e):e)}));t.exports=i},function(t,e,n){var r=n(464)(n(513));t.exports=r},function(t,e,n){(function(e){var r=n(525),i=n(526).Stream;function o(t,e,n){n=n||0;var i,u,s=(i=e,new Array(n||0).join(i||"")),a=t;if("object"==typeof t&&((a=t[u=Object.keys(t)[0]])&&a._elem))return a._elem.name=u,a._elem.icount=n,a._elem.indent=e,a._elem.indents=s,a._elem.interrupt=a,a._elem;var c,f=[],l=[];function p(t){Object.keys(t).forEach((function(e){f.push(function(t,e){return t+'="'+r(e)+'"'}(e,t[e]))}))}switch(typeof a){case"object":if(null===a)break;a._attr&&p(a._attr),a._cdata&&l.push(("<![CDATA["+a._cdata).replace(/\]\]>/g,"]]]]><![CDATA[>")+"]]>"),a.forEach&&(c=!1,l.push(""),a.forEach((function(t){"object"==typeof t?"_attr"==Object.keys(t)[0]?p(t._attr):l.push(o(t,e,n+1)):(l.pop(),c=!0,l.push(r(t)))})),c||l.push(""));break;default:l.push(r(a))}return{name:u,interrupt:!1,attributes:f,content:l,icount:n,indents:s,indent:e}}function u(t,e,n){if("object"!=typeof e)return t(!1,e);var r=e.interrupt?1:e.content.length;function i(){for(;e.content.length;){var i=e.content.shift();if(void 0!==i){if(o(i))return;u(t,i)}}t(!1,(r>1?e.indents:"")+(e.name?"</"+e.name+">":"")+(e.indent&&!n?"\n":"")),n&&n()}function o(e){return!!e.interrupt&&(e.interrupt.append=t,e.interrupt.end=i,e.interrupt=!1,t(!0),!0)}if(t(!1,e.indents+(e.name?"<"+e.name:"")+(e.attributes.length?" "+e.attributes.join(" "):"")+(r?e.name?">":"":e.name?"/>":"")+(e.indent&&r>1?"\n":"")),!r)return t(!1,e.indent?"\n":"");o(e)||i()}t.exports=function(t,n){"object"!=typeof n&&(n={indent:n});var r,s,a=n.stream?new i:null,c="",f=!1,l=n.indent?!0===n.indent?"    ":n.indent:"",p=!0;function h(t){p?e.nextTick(t):t()}function d(t,e){if(void 0!==e&&(c+=e),t&&!f&&(a=a||new i,f=!0),t&&f){var n=c;h((function(){a.emit("data",n)})),c=""}}function y(t,e){u(d,o(t,l,l?1:0),e)}function v(){if(a){var t=c;h((function(){a.emit("data",t),a.emit("end"),a.readable=!1,a.emit("close")}))}}return h((function(){p=!1})),n.declaration&&(r=n.declaration,s={version:"1.0",encoding:r.encoding||"UTF-8"},r.standalone&&(s.standalone=r.standalone),y({"?xml":{_attr:s}}),c=c.replace("/>","?>")),t&&t.forEach?t.forEach((function(e,n){var r;n+1===t.length&&(r=v),y(e,r)})):y(t,v),a?(a.readable=!0,a):c},t.exports.element=t.exports.Element=function(){var t=Array.prototype.slice.call(arguments),e={_elem:o(t),push:function(t){if(!this.append)throw new Error("not assigned to a parent!");var e=this,n=this._elem.indent;u(this.append,o(t,n,this._elem.icount+(n?1:0)),(function(){e.append(!0)}))},close:function(t){void 0!==t&&this.push(t),this.end&&this.end()}};return e}}).call(this,n(37))},function(t,e,n){(function(e){var n;n=void 0!==e?e:this,t.exports=function(t){if(t.CSS&&t.CSS.escape)return t.CSS.escape;var e=function(t){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var e,n=String(t),r=n.length,i=-1,o="",u=n.charCodeAt(0);++i<r;)0!=(e=n.charCodeAt(i))?o+=e>=1&&e<=31||127==e||0==i&&e>=48&&e<=57||1==i&&e>=48&&e<=57&&45==u?"\\"+e.toString(16)+" ":0==i&&1==r&&45==e||!(e>=128||45==e||95==e||e>=48&&e<=57||e>=65&&e<=90||e>=97&&e<=122)?"\\"+n.charAt(i):n.charAt(i):o+="�";return o};return t.CSS||(t.CSS={}),t.CSS.escape=e,e}(n)}).call(this,n(20))},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var r=n(103),i=n.n(r),o=n(32),u=n.n(o),s=n(0),a=n.n(s),c=a.a.Set.of("type","format","items","default","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","maxItems","minItems","uniqueItems","enum","multipleOf");function f(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.isOAS3;if(!a.a.Map.isMap(t))return{schema:a.a.Map(),parameterContentMediaType:null};if(!n)return"body"===t.get("in")?{schema:t.get("schema",a.a.Map()),parameterContentMediaType:null}:{schema:u()(t).call(t,(function(t,e){return i()(c).call(c,e)})),parameterContentMediaType:null};if(t.get("content")){var r=t.get("content",a.a.Map({})).keySeq(),o=r.first();return{schema:t.getIn(["content",o,"schema"],a.a.Map()),parameterContentMediaType:o}}return{schema:t.get("schema",a.a.Map()),parameterContentMediaType:null}}},function(t,e,n){"use strict";(function(e,r){var i=65536,o=4294967295;var u=n(16).Buffer,s=e.crypto||e.msCrypto;s&&s.getRandomValues?t.exports=function(t,e){if(t>o)throw new RangeError("requested too many random bytes");var n=u.allocUnsafe(t);if(t>0)if(t>i)for(var a=0;a<t;a+=i)s.getRandomValues(n.slice(a,a+i));else s.getRandomValues(n);if("function"==typeof e)return r.nextTick((function(){e(null,n)}));return n}:t.exports=function(){throw new Error("Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11")}}).call(this,n(20),n(37))},function(t,e,n){(e=t.exports=function(t){t=t.toLowerCase();var n=e[t];if(!n)throw new Error(t+" is not supported (we accept pull requests)");return new n}).sha=n(590),e.sha1=n(591),e.sha224=n(592),e.sha256=n(221),e.sha384=n(593),e.sha512=n(222)},function(t,e,n){"use strict";var r=n(594);t.exports=r},function(t,e,n){t.exports=n(615)},function(t,e,n){var r=n(244);t.exports=r},function(t,e,n){n(245);var r=n(10).Object,i=t.exports=function(t,e,n){return r.defineProperty(t,e,n)};r.defineProperty.sham&&(i.sham=!0)},function(t,e,n){var r=n(1),i=n(21);r({target:"Object",stat:!0,forced:!i,sham:!i},{defineProperty:n(34).f})},function(t,e,n){var r=n(5),i=/#|\.prototype\./,o=function(t,e){var n=s[u(t)];return n==c||n!=a&&("function"==typeof e?r(e):!!e)},u=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=o.data={},a=o.NATIVE="N",c=o.POLYFILL="P";t.exports=o},function(t,e,n){t.exports=n(248)},function(t,e,n){var r=n(249);t.exports=r},function(t,e,n){n(250);var r=n(10).Object;t.exports=function(t,e){return r.create(t,e)}},function(t,e,n){n(1)({target:"Object",stat:!0,sham:!n(21)},{create:n(79)})},function(t,e,n){var r=n(21),i=n(34),o=n(29),u=n(80);t.exports=r?Object.defineProperties:function(t,e){o(t);for(var n,r=u(e),s=r.length,a=0;s>a;)i.f(t,n=r[a++],e[n]);return t}},function(t,e,n){var r=n(56);t.exports=r("document","documentElement")},function(t,e,n){var r=n(13),i=n(24);t.exports=function(t,e){try{i(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(157);function i(e,n){return t.exports=i=r||function(t,e){return t.__proto__=e,t},i(e,n)}t.exports=i},function(t,e,n){var r=n(256);t.exports=r},function(t,e,n){n(257);var r=n(10);t.exports=r.Object.setPrototypeOf},function(t,e,n){n(1)({target:"Object",stat:!0},{setPrototypeOf:n(158)})},function(t,e,n){var r=n(14);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,n){var r=n(260);t.exports=r},function(t,e,n){n(261);var r=n(10);t.exports=r.Reflect.construct},function(t,e,n){var r=n(1),i=n(56),o=n(55),u=n(29),s=n(14),a=n(79),c=n(160),f=n(5),l=i("Reflect","construct"),p=f((function(){function t(){}return!(l((function(){}),[],t)instanceof t)})),h=!f((function(){l((function(){}))})),d=p||h;r({target:"Reflect",stat:!0,forced:d,sham:d},{construct:function(t,e){o(t),u(e);var n=arguments.length<3?t:o(arguments[2]);if(h&&!p)return l(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return r.push.apply(r,e),new(c.apply(t,r))}var i=n.prototype,f=a(s(i)?i:Object.prototype),d=Function.apply.call(t,f,e);return s(d)?d:f}})},function(t,e,n){var r=n(263),i=n(157);function o(e){return t.exports=o=i?r:function(t){return t.__proto__||r(t)},o(e)}t.exports=o},function(t,e,n){t.exports=n(264)},function(t,e,n){var r=n(265);t.exports=r},function(t,e,n){n(266);var r=n(10);t.exports=r.Object.getPrototypeOf},function(t,e,n){var r=n(1),i=n(5),o=n(22),u=n(114),s=n(161);r({target:"Object",stat:!0,forced:i((function(){u(1)})),sham:!s},{getPrototypeOf:function(t){return u(o(t))}})},function(t,e,n){var r=n(159);t.exports=function(){if("undefined"==typeof Reflect||!r)return!1;if(r.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(r(Date,[],(function(){}))),!0}catch(t){return!1}}},function(t,e,n){var r=n(11),i=n(27);t.exports=function(t,e){return!e||"object"!==r(e)&&"function"!=typeof e?i(t):e}},function(t,e,n){t.exports=n(270)},function(t,e,n){var r=n(271);t.exports=r},function(t,e,n){n(162),n(58),n(44);var r=n(115);t.exports=r.f("iterator")},function(t,e,n){var r=n(110),i=n(42),o=function(t){return function(e,n){var o,u,s=String(i(e)),a=r(n),c=s.length;return a<0||a>=c?t?"":void 0:(o=s.charCodeAt(a))<55296||o>56319||a+1===c||(u=s.charCodeAt(a+1))<56320||u>57343?t?s.charAt(a):o:t?s.slice(a,a+2):u-56320+(o-55296<<10)+65536}};t.exports={codeAt:o(!1),charAt:o(!0)}},function(t,e,n){var r=n(13),i=n(274),o=r.WeakMap;t.exports="function"==typeof o&&/native code/.test(i(o))},function(t,e,n){var r=n(156),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return i.call(t)}),t.exports=r.inspectSource},function(t,e,n){"use strict";var r=n(165).IteratorPrototype,i=n(79),o=n(54),u=n(59),s=n(36),a=function(){return this};t.exports=function(t,e,n){var c=e+" Iterator";return t.prototype=i(r,{next:o(1,n)}),u(t,c,!1,!0),s[c]=a,t}},function(t,e,n){"use strict";var r=n(118),i=n(43);t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},function(t,e,n){var r=n(279);n(299),n(300),n(301),n(302),n(303),t.exports=r},function(t,e,n){n(168),n(281),n(282),n(284),n(285),n(286),n(287),n(162),n(288),n(289),n(290),n(291),n(292),n(293),n(294),n(295),n(296),n(297),n(298);var r=n(10);t.exports=r.Symbol},function(t,e,n){var r=n(56);t.exports=r("navigator","userAgent")||""},function(t,e){},function(t,e,n){"use strict";var r=n(1),i=n(13),o=n(56),u=n(57),s=n(21),a=n(116),c=n(163),f=n(5),l=n(18),p=n(60),h=n(14),d=n(29),y=n(22),v=n(33),g=n(78),w=n(54),M=n(79),m=n(80),_=n(171),L=n(283),b=n(172),x=n(106),j=n(34),N=n(107),S=n(24),D=n(166),I=n(112),A=n(82),C=n(81),E=n(113),O=n(6),T=n(115),z=n(3),k=n(59),U=n(117),Y=n(45).forEach,P=A("hidden"),R="Symbol",Q=O("toPrimitive"),F=U.set,B=U.getterFor(R),G=Object.prototype,W=i.Symbol,q=o("JSON","stringify"),J=x.f,Z=j.f,V=L.f,X=N.f,H=I("symbols"),K=I("op-symbols"),$=I("string-to-symbol-registry"),tt=I("symbol-to-string-registry"),et=I("wks"),nt=i.QObject,rt=!nt||!nt.prototype||!nt.prototype.findChild,it=s&&f((function(){return 7!=M(Z({},"a",{get:function(){return Z(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=J(G,e);r&&delete G[e],Z(t,e,n),r&&t!==G&&Z(G,e,r)}:Z,ot=function(t,e){var n=H[t]=M(W.prototype);return F(n,{type:R,tag:t,description:e}),s||(n.description=e),n},ut=c?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof W},st=function(t,e,n){t===G&&st(K,e,n),d(t);var r=g(e,!0);return d(n),l(H,r)?(n.enumerable?(l(t,P)&&t[P][r]&&(t[P][r]=!1),n=M(n,{enumerable:w(0,!1)})):(l(t,P)||Z(t,P,w(1,{})),t[P][r]=!0),it(t,r,n)):Z(t,r,n)},at=function(t,e){d(t);var n=v(e),r=m(n).concat(pt(n));return Y(r,(function(e){s&&!ct.call(n,e)||st(t,e,n[e])})),t},ct=function(t){var e=g(t,!0),n=X.call(this,e);return!(this===G&&l(H,e)&&!l(K,e))&&(!(n||!l(this,e)||!l(H,e)||l(this,P)&&this[P][e])||n)},ft=function(t,e){var n=v(t),r=g(e,!0);if(n!==G||!l(H,r)||l(K,r)){var i=J(n,r);return!i||!l(H,r)||l(n,P)&&n[P][r]||(i.enumerable=!0),i}},lt=function(t){var e=V(v(t)),n=[];return Y(e,(function(t){l(H,t)||l(C,t)||n.push(t)})),n},pt=function(t){var e=t===G,n=V(e?K:v(t)),r=[];return Y(n,(function(t){!l(H,t)||e&&!l(G,t)||r.push(H[t])})),r};(a||(D((W=function(){if(this instanceof W)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=E(t),n=function(t){this===G&&n.call(K,t),l(this,P)&&l(this[P],e)&&(this[P][e]=!1),it(this,e,w(1,t))};return s&&rt&&it(G,e,{configurable:!0,set:n}),ot(e,t)}).prototype,"toString",(function(){return B(this).tag})),D(W,"withoutSetter",(function(t){return ot(E(t),t)})),N.f=ct,j.f=st,x.f=ft,_.f=L.f=lt,b.f=pt,T.f=function(t){return ot(O(t),t)},s&&(Z(W.prototype,"description",{configurable:!0,get:function(){return B(this).description}}),u||D(G,"propertyIsEnumerable",ct,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!a,sham:!a},{Symbol:W}),Y(m(et),(function(t){z(t)})),r({target:R,stat:!0,forced:!a},{for:function(t){var e=String(t);if(l($,e))return $[e];var n=W(e);return $[e]=n,tt[n]=e,n},keyFor:function(t){if(!ut(t))throw TypeError(t+" is not a symbol");if(l(tt,t))return tt[t]},useSetter:function(){rt=!0},useSimple:function(){rt=!1}}),r({target:"Object",stat:!0,forced:!a,sham:!s},{create:function(t,e){return void 0===e?M(t):at(M(t),e)},defineProperty:st,defineProperties:at,getOwnPropertyDescriptor:ft}),r({target:"Object",stat:!0,forced:!a},{getOwnPropertyNames:lt,getOwnPropertySymbols:pt}),r({target:"Object",stat:!0,forced:f((function(){b.f(1)}))},{getOwnPropertySymbols:function(t){return b.f(y(t))}}),q)&&r({target:"JSON",stat:!0,forced:!a||f((function(){var t=W();return"[null]"!=q([t])||"{}"!=q({a:t})||"{}"!=q(Object(t))}))},{stringify:function(t,e,n){for(var r,i=[t],o=1;arguments.length>o;)i.push(arguments[o++]);if(r=e,(h(e)||void 0!==t)&&!ut(t))return p(e)||(e=function(t,e){if("function"==typeof r&&(e=r.call(this,t,e)),!ut(e))return e}),i[1]=e,q.apply(null,i)}});W.prototype[Q]||S(W.prototype,Q,W.prototype.valueOf),k(W,R),C[P]=!0},function(t,e,n){var r=n(33),i=n(171).f,o={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return u&&"[object Window]"==o.call(t)?function(t){try{return i(t)}catch(t){return u.slice()}}(t):i(r(t))}},function(t,e,n){n(3)("asyncIterator")},function(t,e){},function(t,e,n){n(3)("hasInstance")},function(t,e,n){n(3)("isConcatSpreadable")},function(t,e,n){n(3)("match")},function(t,e,n){n(3)("matchAll")},function(t,e,n){n(3)("replace")},function(t,e,n){n(3)("search")},function(t,e,n){n(3)("species")},function(t,e,n){n(3)("split")},function(t,e,n){n(3)("toPrimitive")},function(t,e,n){n(3)("toStringTag")},function(t,e,n){n(3)("unscopables")},function(t,e,n){n(59)(Math,"Math",!0)},function(t,e,n){var r=n(13);n(59)(r.JSON,"JSON",!0)},function(t,e,n){n(3)("asyncDispose")},function(t,e,n){n(3)("dispose")},function(t,e,n){n(3)("observable")},function(t,e,n){n(3)("patternMatch")},function(t,e,n){n(3)("replaceAll")},function(t,e,n){"use strict";var r=n(61),i=n(173),o=n(306),u=n(311),s=n(46),a=n(312),c=n(318),f=n(319),l=n(321),p=s.createElement,h=s.createFactory,d=s.cloneElement,y=r,v={Children:{map:o.map,forEach:o.forEach,count:o.count,toArray:o.toArray,only:l},Component:i.Component,PureComponent:i.PureComponent,createElement:p,cloneElement:d,isValidElement:s.isValidElement,PropTypes:a,createClass:f,createFactory:h,createMixin:function(t){return t},DOM:u,version:c,__spread:y};t.exports=v},function(t,e,n){"use strict";t.exports=function(){}},function(t,e,n){"use strict";var r=n(307),i=n(46),o=n(175),u=n(308),s=r.twoArgumentPooler,a=r.fourArgumentPooler,c=/\/+/g;function f(t){return(""+t).replace(c,"$&/")}function l(t,e){this.func=t,this.context=e,this.count=0}function p(t,e,n){var r=t.func,i=t.context;r.call(i,e,t.count++)}function h(t,e,n,r){this.result=t,this.keyPrefix=e,this.func=n,this.context=r,this.count=0}function d(t,e,n){var r=t.result,u=t.keyPrefix,s=t.func,a=t.context,c=s.call(a,e,t.count++);Array.isArray(c)?y(c,r,n,o.thatReturnsArgument):null!=c&&(i.isValidElement(c)&&(c=i.cloneAndReplaceKey(c,u+(!c.key||e&&e.key===c.key?"":f(c.key)+"/")+n)),r.push(c))}function y(t,e,n,r,i){var o="";null!=n&&(o=f(n)+"/");var s=h.getPooled(e,o,r,i);u(t,d,s),h.release(s)}function v(t,e,n){return null}l.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},r.addPoolingTo(l,s),h.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},r.addPoolingTo(h,a);var g={forEach:function(t,e,n){if(null==t)return t;var r=l.getPooled(e,n);u(t,p,r),l.release(r)},map:function(t,e,n){if(null==t)return t;var r=[];return y(t,r,null,e,n),r},mapIntoWithKeyPrefixInternal:y,count:function(t,e){return u(t,v,null)},toArray:function(t){var e=[];return y(t,e,null,o.thatReturnsArgument),e}};t.exports=g},function(t,e,n){"use strict";var r=n(85),i=(n(62),function(t){var e=this;if(e.instancePool.length){var n=e.instancePool.pop();return e.call(n,t),n}return new e(t)}),o=function(t){var e=this;t instanceof e||r("25"),t.destructor(),e.instancePool.length<e.poolSize&&e.instancePool.push(t)},u=i,s={addPoolingTo:function(t,e){var n=t;return n.instancePool=[],n.getPooled=e||u,n.poolSize||(n.poolSize=10),n.release=o,n},oneArgumentPooler:i,twoArgumentPooler:function(t,e){var n=this;if(n.instancePool.length){var r=n.instancePool.pop();return n.call(r,t,e),r}return new n(t,e)},threeArgumentPooler:function(t,e,n){var r=this;if(r.instancePool.length){var i=r.instancePool.pop();return r.call(i,t,e,n),i}return new r(t,e,n)},fourArgumentPooler:function(t,e,n,r){var i=this;if(i.instancePool.length){var o=i.instancePool.pop();return i.call(o,t,e,n,r),o}return new i(t,e,n,r)}};t.exports=s},function(t,e,n){"use strict";var r=n(85),i=(n(178),n(179)),o=n(309),u=(n(62),n(310));n(121);function s(t,e){return t&&"object"==typeof t&&null!=t.key?u.escape(t.key):e.toString(36)}function a(t,e,n,c){var f,l=typeof t;if("undefined"!==l&&"boolean"!==l||(t=null),null===t||"string"===l||"number"===l||"object"===l&&t.$$typeof===i)return n(c,t,""===e?"."+s(t,0):e),1;var p=0,h=""===e?".":e+":";if(Array.isArray(t))for(var d=0;d<t.length;d++)p+=a(f=t[d],h+s(f,d),n,c);else{var y=o(t);if(y){var v,g=y.call(t);if(y!==t.entries)for(var w=0;!(v=g.next()).done;)p+=a(f=v.value,h+s(f,w++),n,c);else for(;!(v=g.next()).done;){var M=v.value;M&&(p+=a(f=M[1],h+u.escape(M[0])+":"+s(f,0),n,c))}}else if("object"===l){var m=String(t);r("31","[object Object]"===m?"object with keys {"+Object.keys(t).join(", ")+"}":m,"")}}return p}t.exports=function(t,e,n){return null==t?0:a(t,"",e,n)}},function(t,e,n){"use strict";var r="function"==typeof Symbol&&Symbol.iterator;t.exports=function(t){var e=t&&(r&&t[r]||t["@@iterator"]);if("function"==typeof e)return e}},function(t,e,n){"use strict";var r={escape:function(t){var e={"=":"=0",":":"=2"};return"$"+(""+t).replace(/[=:]/g,(function(t){return e[t]}))},unescape:function(t){var e={"=0":"=","=2":":"};return(""+("."===t[0]&&"$"===t[1]?t.substring(2):t.substring(1))).replace(/(=0|=2)/g,(function(t){return e[t]}))}};t.exports=r},function(t,e,n){"use strict";var r=n(46).createFactory,i={a:r("a"),abbr:r("abbr"),address:r("address"),area:r("area"),article:r("article"),aside:r("aside"),audio:r("audio"),b:r("b"),base:r("base"),bdi:r("bdi"),bdo:r("bdo"),big:r("big"),blockquote:r("blockquote"),body:r("body"),br:r("br"),button:r("button"),canvas:r("canvas"),caption:r("caption"),cite:r("cite"),code:r("code"),col:r("col"),colgroup:r("colgroup"),data:r("data"),datalist:r("datalist"),dd:r("dd"),del:r("del"),details:r("details"),dfn:r("dfn"),dialog:r("dialog"),div:r("div"),dl:r("dl"),dt:r("dt"),em:r("em"),embed:r("embed"),fieldset:r("fieldset"),figcaption:r("figcaption"),figure:r("figure"),footer:r("footer"),form:r("form"),h1:r("h1"),h2:r("h2"),h3:r("h3"),h4:r("h4"),h5:r("h5"),h6:r("h6"),head:r("head"),header:r("header"),hgroup:r("hgroup"),hr:r("hr"),html:r("html"),i:r("i"),iframe:r("iframe"),img:r("img"),input:r("input"),ins:r("ins"),kbd:r("kbd"),keygen:r("keygen"),label:r("label"),legend:r("legend"),li:r("li"),link:r("link"),main:r("main"),map:r("map"),mark:r("mark"),menu:r("menu"),menuitem:r("menuitem"),meta:r("meta"),meter:r("meter"),nav:r("nav"),noscript:r("noscript"),object:r("object"),ol:r("ol"),optgroup:r("optgroup"),option:r("option"),output:r("output"),p:r("p"),param:r("param"),picture:r("picture"),pre:r("pre"),progress:r("progress"),q:r("q"),rp:r("rp"),rt:r("rt"),ruby:r("ruby"),s:r("s"),samp:r("samp"),script:r("script"),section:r("section"),select:r("select"),small:r("small"),source:r("source"),span:r("span"),strong:r("strong"),style:r("style"),sub:r("sub"),summary:r("summary"),sup:r("sup"),table:r("table"),tbody:r("tbody"),td:r("td"),textarea:r("textarea"),tfoot:r("tfoot"),th:r("th"),thead:r("thead"),time:r("time"),title:r("title"),tr:r("tr"),track:r("track"),u:r("u"),ul:r("ul"),var:r("var"),video:r("video"),wbr:r("wbr"),circle:r("circle"),clipPath:r("clipPath"),defs:r("defs"),ellipse:r("ellipse"),g:r("g"),image:r("image"),line:r("line"),linearGradient:r("linearGradient"),mask:r("mask"),path:r("path"),pattern:r("pattern"),polygon:r("polygon"),polyline:r("polyline"),radialGradient:r("radialGradient"),rect:r("rect"),stop:r("stop"),svg:r("svg"),text:r("text"),tspan:r("tspan")};t.exports=i},function(t,e,n){"use strict";var r=n(46).isValidElement,i=n(313);t.exports=i(r)},function(t,e,n){"use strict";var r=n(314);t.exports=function(t){return r(t,!1)}},function(t,e,n){"use strict";var r=n(315),i=n(61),o=n(180),u=n(317),s=Function.call.bind(Object.prototype.hasOwnProperty);function a(){return null}t.exports=function(t,e){var n="function"==typeof Symbol&&Symbol.iterator;var c="<<anonymous>>",f={array:d("array"),bool:d("boolean"),func:d("function"),number:d("number"),object:d("object"),string:d("string"),symbol:d("symbol"),any:h(a),arrayOf:function(t){return h((function(e,n,r,i,u){if("function"!=typeof t)return new p("Property `"+u+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var s=e[n];if(!Array.isArray(s))return new p("Invalid "+i+" `"+u+"` of type `"+v(s)+"` supplied to `"+r+"`, expected an array.");for(var a=0;a<s.length;a++){var c=t(s,a,r,i,u+"["+a+"]",o);if(c instanceof Error)return c}return null}))},element:h((function(e,n,r,i,o){var u=e[n];return t(u)?null:new p("Invalid "+i+" `"+o+"` of type `"+v(u)+"` supplied to `"+r+"`, expected a single ReactElement.")})),elementType:h((function(t,e,n,i,o){var u=t[e];return r.isValidElementType(u)?null:new p("Invalid "+i+" `"+o+"` of type `"+v(u)+"` supplied to `"+n+"`, expected a single ReactElement type.")})),instanceOf:function(t){return h((function(e,n,r,i,o){if(!(e[n]instanceof t)){var u=t.name||c;return new p("Invalid "+i+" `"+o+"` of type `"+(((s=e[n]).constructor&&s.constructor.name?s.constructor.name:c)+"` supplied to `")+r+"`, expected instance of `"+u+"`.")}var s;return null}))},node:h((function(t,e,n,r,i){return y(t[e])?null:new p("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(t){return h((function(e,n,r,i,u){if("function"!=typeof t)return new p("Property `"+u+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var a=e[n],c=v(a);if("object"!==c)return new p("Invalid "+i+" `"+u+"` of type `"+c+"` supplied to `"+r+"`, expected an object.");for(var f in a)if(s(a,f)){var l=t(a,f,r,i,u+"."+f,o);if(l instanceof Error)return l}return null}))},oneOf:function(t){if(!Array.isArray(t))return a;return h((function(e,n,r,i,o){for(var u=e[n],s=0;s<t.length;s++)if(l(u,t[s]))return null;var a=JSON.stringify(t,(function(t,e){return"symbol"===g(e)?String(e):e}));return new p("Invalid "+i+" `"+o+"` of value `"+String(u)+"` supplied to `"+r+"`, expected one of "+a+".")}))},oneOfType:function(t){if(!Array.isArray(t))return a;for(var e=0;e<t.length;e++){var n=t[e];if("function"!=typeof n)return w(n),a}return h((function(e,n,r,i,u){for(var s=0;s<t.length;s++)if(null==(0,t[s])(e,n,r,i,u,o))return null;return new p("Invalid "+i+" `"+u+"` supplied to `"+r+"`.")}))},shape:function(t){return h((function(e,n,r,i,u){var s=e[n],a=v(s);if("object"!==a)return new p("Invalid "+i+" `"+u+"` of type `"+a+"` supplied to `"+r+"`, expected `object`.");for(var c in t){var f=t[c];if(f){var l=f(s,c,r,i,u+"."+c,o);if(l)return l}}return null}))},exact:function(t){return h((function(e,n,r,u,s){var a=e[n],c=v(a);if("object"!==c)return new p("Invalid "+u+" `"+s+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");var f=i({},e[n],t);for(var l in f){var h=t[l];if(!h)return new p("Invalid "+u+" `"+s+"` key `"+l+"` supplied to `"+r+"`.\nBad object: "+JSON.stringify(e[n],null,"  ")+"\nValid keys: "+JSON.stringify(Object.keys(t),null,"  "));var d=h(a,l,r,u,s+"."+l,o);if(d)return d}return null}))}};function l(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function p(t){this.message=t,this.stack=""}function h(t){function n(n,r,i,u,s,a,f){if((u=u||c,a=a||i,f!==o)&&e){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}return null==r[i]?n?null===r[i]?new p("The "+s+" `"+a+"` is marked as required in `"+u+"`, but its value is `null`."):new p("The "+s+" `"+a+"` is marked as required in `"+u+"`, but its value is `undefined`."):null:t(r,i,u,s,a)}var r=n.bind(null,!1);return r.isRequired=n.bind(null,!0),r}function d(t){return h((function(e,n,r,i,o,u){var s=e[n];return v(s)!==t?new p("Invalid "+i+" `"+o+"` of type `"+g(s)+"` supplied to `"+r+"`, expected `"+t+"`."):null}))}function y(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(y);if(null===e||t(e))return!0;var r=function(t){var e=t&&(n&&t[n]||t["@@iterator"]);if("function"==typeof e)return e}(e);if(!r)return!1;var i,o=r.call(e);if(r!==e.entries){for(;!(i=o.next()).done;)if(!y(i.value))return!1}else for(;!(i=o.next()).done;){var u=i.value;if(u&&!y(u[1]))return!1}return!0;default:return!1}}function v(t){var e=typeof t;return Array.isArray(t)?"array":t instanceof RegExp?"object":function(t,e){return"symbol"===t||!!e&&("Symbol"===e["@@toStringTag"]||"function"==typeof Symbol&&e instanceof Symbol)}(e,t)?"symbol":e}function g(t){if(null==t)return""+t;var e=v(t);if("object"===e){if(t instanceof Date)return"date";if(t instanceof RegExp)return"regexp"}return e}function w(t){var e=g(t);switch(e){case"array":case"object":return"an "+e;case"boolean":case"date":case"regexp":return"a "+e;default:return e}}return p.prototype=Error.prototype,f.checkPropTypes=u,f.resetWarningCache=u.resetWarningCache,f.PropTypes=f,f}},function(t,e,n){"use strict";t.exports=n(316)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof Symbol&&Symbol.for,i=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,u=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):60108,a=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,f=r?Symbol.for("react.context"):60110,l=r?Symbol.for("react.async_mode"):60111,p=r?Symbol.for("react.concurrent_mode"):60111,h=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,y=r?Symbol.for("react.memo"):60115,v=r?Symbol.for("react.lazy"):60116;function g(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case i:switch(t=t.type){case l:case p:case u:case a:case s:case d:return t;default:switch(t=t&&t.$$typeof){case f:case h:case c:return t;default:return e}}case v:case y:case o:return e}}}function w(t){return g(t)===p}e.typeOf=g,e.AsyncMode=l,e.ConcurrentMode=p,e.ContextConsumer=f,e.ContextProvider=c,e.Element=i,e.ForwardRef=h,e.Fragment=u,e.Lazy=v,e.Memo=y,e.Portal=o,e.Profiler=a,e.StrictMode=s,e.Suspense=d,e.isValidElementType=function(t){return"string"==typeof t||"function"==typeof t||t===u||t===p||t===a||t===s||t===d||"object"==typeof t&&null!==t&&(t.$$typeof===v||t.$$typeof===y||t.$$typeof===c||t.$$typeof===f||t.$$typeof===h)},e.isAsyncMode=function(t){return w(t)||g(t)===l},e.isConcurrentMode=w,e.isContextConsumer=function(t){return g(t)===f},e.isContextProvider=function(t){return g(t)===c},e.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===i},e.isForwardRef=function(t){return g(t)===h},e.isFragment=function(t){return g(t)===u},e.isLazy=function(t){return g(t)===v},e.isMemo=function(t){return g(t)===y},e.isPortal=function(t){return g(t)===o},e.isProfiler=function(t){return g(t)===a},e.isStrictMode=function(t){return g(t)===s},e.isSuspense=function(t){return g(t)===d}},function(t,e,n){"use strict";function r(t,e,n,r,i){}r.resetWarningCache=function(){0},t.exports=r},function(t,e,n){"use strict";t.exports="15.6.2"},function(t,e,n){"use strict";var r=n(173).Component,i=n(46).isValidElement,o=n(174),u=n(320);t.exports=u(r,i,o)},function(t,e,n){"use strict";var r=n(61),i=n(177),o=n(62),u="mixins";t.exports=function(t,e,n){var s=[],a={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",UNSAFE_componentWillMount:"DEFINE_MANY",UNSAFE_componentWillReceiveProps:"DEFINE_MANY",UNSAFE_componentWillUpdate:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},c={getDerivedStateFromProps:"DEFINE_MANY_MERGED"},f={displayName:function(t,e){t.displayName=e},mixins:function(t,e){if(e)for(var n=0;n<e.length;n++)p(t,e[n])},childContextTypes:function(t,e){t.childContextTypes=r({},t.childContextTypes,e)},contextTypes:function(t,e){t.contextTypes=r({},t.contextTypes,e)},getDefaultProps:function(t,e){t.getDefaultProps?t.getDefaultProps=d(t.getDefaultProps,e):t.getDefaultProps=e},propTypes:function(t,e){t.propTypes=r({},t.propTypes,e)},statics:function(t,e){!function(t,e){if(!e)return;for(var n in e){var r=e[n];if(e.hasOwnProperty(n)){if(o(!(n in f),'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n),n in t){var i=c.hasOwnProperty(n)?c[n]:null;return o("DEFINE_MANY_MERGED"===i,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),void(t[n]=d(t[n],r))}t[n]=r}}}(t,e)},autobind:function(){}};function l(t,e){var n=a.hasOwnProperty(e)?a[e]:null;M.hasOwnProperty(e)&&o("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",e),t&&o("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",e)}function p(t,n){if(n){o("function"!=typeof n,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),o(!e(n),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var r=t.prototype,i=r.__reactAutoBindPairs;for(var s in n.hasOwnProperty(u)&&f.mixins(t,n.mixins),n)if(n.hasOwnProperty(s)&&s!==u){var c=n[s],p=r.hasOwnProperty(s);if(l(p,s),f.hasOwnProperty(s))f[s](t,c);else{var h=a.hasOwnProperty(s);if("function"==typeof c&&!h&&!p&&!1!==n.autobind)i.push(s,c),r[s]=c;else if(p){var v=a[s];o(h&&("DEFINE_MANY_MERGED"===v||"DEFINE_MANY"===v),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",v,s),"DEFINE_MANY_MERGED"===v?r[s]=d(r[s],c):"DEFINE_MANY"===v&&(r[s]=y(r[s],c))}else r[s]=c}}}else;}function h(t,e){for(var n in o(t&&e&&"object"==typeof t&&"object"==typeof e,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects."),e)e.hasOwnProperty(n)&&(o(void 0===t[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),t[n]=e[n]);return t}function d(t,e){return function(){var n=t.apply(this,arguments),r=e.apply(this,arguments);if(null==n)return r;if(null==r)return n;var i={};return h(i,n),h(i,r),i}}function y(t,e){return function(){t.apply(this,arguments),e.apply(this,arguments)}}function v(t,e){return e.bind(t)}var g={componentDidMount:function(){this.__isMounted=!0}},w={componentWillUnmount:function(){this.__isMounted=!1}},M={replaceState:function(t,e){this.updater.enqueueReplaceState(this,t,e)},isMounted:function(){return!!this.__isMounted}},m=function(){};return r(m.prototype,t.prototype,M),function(t){var e=function(t,r,u){this.__reactAutoBindPairs.length&&function(t){for(var e=t.__reactAutoBindPairs,n=0;n<e.length;n+=2){var r=e[n],i=e[n+1];t[r]=v(t,i)}}(this),this.props=t,this.context=r,this.refs=i,this.updater=u||n,this.state=null;var s=this.getInitialState?this.getInitialState():null;o("object"==typeof s&&!Array.isArray(s),"%s.getInitialState(): must return an object or null",e.displayName||"ReactCompositeComponent"),this.state=s};for(var r in e.prototype=new m,e.prototype.constructor=e,e.prototype.__reactAutoBindPairs=[],s.forEach(p.bind(null,e)),p(e,g),p(e,t),p(e,w),e.getDefaultProps&&(e.defaultProps=e.getDefaultProps()),o(e.prototype.render,"createClass(...): Class specification must implement a `render` method."),a)e.prototype[r]||(e.prototype[r]=null);return e}}},function(t,e,n){"use strict";var r=n(85),i=n(46);n(62);t.exports=function(t){return i.isValidElement(t)||r("143"),t}},function(t,e,n){"use strict";var r=n(180);function i(){}function o(){}o.resetWarningCache=i,t.exports=function(){function t(t,e,n,i,o,u){if(u!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function e(){return t}t.isRequired=t;var n={array:t,bool:t,func:t,number:t,object:t,string:t,symbol:t,any:t,arrayOf:e,element:t,elementType:t,instanceOf:e,node:t,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:o,resetWarningCache:i};return n.PropTypes=n,n}},function(t,e,n){var r=n(324);t.exports=r},function(t,e,n){var r=n(325),i=Array.prototype;t.exports=function(t){var e=t.map;return t===i||t instanceof Array&&e===i.map?r:e}},function(t,e,n){n(326);var r=n(9);t.exports=r("Array").map},function(t,e,n){"use strict";var r=n(1),i=n(45).map,o=n(84),u=n(25),s=o("map"),a=u("map");r({target:"Array",proto:!0,forced:!s||!a},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){n(44);var r=n(328),i=n(43),o=Array.prototype,u={DOMTokenList:!0,NodeList:!0};t.exports=function(t){var e=t.forEach;return t===o||t instanceof Array&&e===o.forEach||u.hasOwnProperty(i(t))?r:e}},function(t,e,n){var r=n(329);t.exports=r},function(t,e,n){n(330);var r=n(9);t.exports=r("Array").forEach},function(t,e,n){"use strict";var r=n(1),i=n(331);r({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},function(t,e,n){"use strict";var r=n(45).forEach,i=n(63),o=n(25),u=i("forEach"),s=o("forEach");t.exports=u&&s?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,n){var r=n(333);t.exports=r},function(t,e,n){var r=n(334),i=Array.prototype;t.exports=function(t){var e=t.concat;return t===i||t instanceof Array&&e===i.concat?r:e}},function(t,e,n){n(168);var r=n(9);t.exports=r("Array").concat},function(t,e,n){"use strict";e.byteLength=function(t){var e=c(t),n=e[0],r=e[1];return 3*(n+r)/4-r},e.toByteArray=function(t){for(var e,n=c(t),r=n[0],u=n[1],s=new o(function(t,e,n){return 3*(e+n)/4-n}(0,r,u)),a=0,f=u>0?r-4:r,l=0;l<f;l+=4)e=i[t.charCodeAt(l)]<<18|i[t.charCodeAt(l+1)]<<12|i[t.charCodeAt(l+2)]<<6|i[t.charCodeAt(l+3)],s[a++]=e>>16&255,s[a++]=e>>8&255,s[a++]=255&e;2===u&&(e=i[t.charCodeAt(l)]<<2|i[t.charCodeAt(l+1)]>>4,s[a++]=255&e);1===u&&(e=i[t.charCodeAt(l)]<<10|i[t.charCodeAt(l+1)]<<4|i[t.charCodeAt(l+2)]>>2,s[a++]=e>>8&255,s[a++]=255&e);return s},e.fromByteArray=function(t){for(var e,n=t.length,i=n%3,o=[],u=16383,s=0,a=n-i;s<a;s+=u)o.push(f(t,s,s+u>a?a:s+u));1===i?(e=t[n-1],o.push(r[e>>2]+r[e<<4&63]+"==")):2===i&&(e=(t[n-2]<<8)+t[n-1],o.push(r[e>>10]+r[e>>4&63]+r[e<<2&63]+"="));return o.join("")};for(var r=[],i=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,a=u.length;s<a;++s)r[s]=u[s],i[u.charCodeAt(s)]=s;function c(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");return-1===n&&(n=e),[n,n===e?0:4-n%4]}function f(t,e,n){for(var i,o,u=[],s=e;s<n;s+=3)i=(t[s]<<16&16711680)+(t[s+1]<<8&65280)+(255&t[s+2]),u.push(r[(o=i)>>18&63]+r[o>>12&63]+r[o>>6&63]+r[63&o]);return u.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},function(t,e){e.read=function(t,e,n,r,i){var o,u,s=8*i-r-1,a=(1<<s)-1,c=a>>1,f=-7,l=n?i-1:0,p=n?-1:1,h=t[e+l];for(l+=p,o=h&(1<<-f)-1,h>>=-f,f+=s;f>0;o=256*o+t[e+l],l+=p,f-=8);for(u=o&(1<<-f)-1,o>>=-f,f+=r;f>0;u=256*u+t[e+l],l+=p,f-=8);if(0===o)o=1-c;else{if(o===a)return u?NaN:1/0*(h?-1:1);u+=Math.pow(2,r),o-=c}return(h?-1:1)*u*Math.pow(2,o-r)},e.write=function(t,e,n,r,i,o){var u,s,a,c=8*o-i-1,f=(1<<c)-1,l=f>>1,p=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,h=r?0:o-1,d=r?1:-1,y=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,u=f):(u=Math.floor(Math.log(e)/Math.LN2),e*(a=Math.pow(2,-u))<1&&(u--,a*=2),(e+=u+l>=1?p/a:p*Math.pow(2,1-l))*a>=2&&(u++,a/=2),u+l>=f?(s=0,u=f):u+l>=1?(s=(e*a-1)*Math.pow(2,i),u+=l):(s=e*Math.pow(2,l-1)*Math.pow(2,i),u=0));i>=8;t[n+h]=255&s,h+=d,s/=256,i-=8);for(u=u<<i|s,c+=i;c>0;t[n+h]=255&u,h+=d,u/=256,c-=8);t[n+h-d]|=128*y}},function(t,e,n){var r=n(338);t.exports=r},function(t,e,n){var r=n(339),i=String.prototype;t.exports=function(t){var e=t.trim;return"string"==typeof t||t===i||t instanceof String&&e===i.trim?r:e}},function(t,e,n){n(340);var r=n(9);t.exports=r("String").trim},function(t,e,n){"use strict";var r=n(1),i=n(341).trim;r({target:"String",proto:!0,forced:n(342)("trim")},{trim:function(){return i(this)}})},function(t,e,n){var r=n(42),i="["+n(183)+"]",o=RegExp("^"+i+i+"*"),u=RegExp(i+i+"*$"),s=function(t){return function(e){var n=String(r(e));return 1&t&&(n=n.replace(o,"")),2&t&&(n=n.replace(u,"")),n}};t.exports={start:s(1),end:s(2),trim:s(3)}},function(t,e,n){var r=n(5),i=n(183);t.exports=function(t){return r((function(){return!!i[t]()||"​…᠎"!="​…᠎"[t]()||i[t].name!==t}))}},function(t,e,n){var r=n(344);t.exports=r},function(t,e,n){var r=n(345),i=String.prototype;t.exports=function(t){var e=t.startsWith;return"string"==typeof t||t===i||t instanceof String&&e===i.startsWith?r:e}},function(t,e,n){n(346);var r=n(9);t.exports=r("String").startsWith},function(t,e,n){"use strict";var r,i=n(1),o=n(106).f,u=n(35),s=n(184),a=n(42),c=n(185),f=n(57),l="".startsWith,p=Math.min,h=c("startsWith");i({target:"String",proto:!0,forced:!!(f||h||(r=o(String.prototype,"startsWith"),!r||r.writable))&&!h},{startsWith:function(t){var e=String(a(this));s(t);var n=u(p(arguments.length>1?arguments[1]:void 0,e.length)),r=String(t);return l?l.call(e,r,n):e.slice(n,n+r.length)===r}})},function(t,e,n){var r=n(14),i=n(77),o=n(6)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,n){var r=n(349);t.exports=r},function(t,e,n){var r=n(350),i=Array.prototype;t.exports=function(t){var e=t.find;return t===i||t instanceof Array&&e===i.find?r:e}},function(t,e,n){n(351);var r=n(9);t.exports=r("Array").find},function(t,e,n){"use strict";var r=n(1),i=n(45).find,o=n(119),u=n(25),s="find",a=!0,c=u(s);s in[]&&Array(1).find((function(){a=!1})),r({target:"Array",proto:!0,forced:a||!c},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o(s)},function(t,e,n){var r=n(353);t.exports=r},function(t,e,n){var r=n(354),i=Array.prototype;t.exports=function(t){var e=t.indexOf;return t===i||t instanceof Array&&e===i.indexOf?r:e}},function(t,e,n){n(355);var r=n(9);t.exports=r("Array").indexOf},function(t,e,n){"use strict";var r=n(1),i=n(109).indexOf,o=n(63),u=n(25),s=[].indexOf,a=!!s&&1/[1].indexOf(1,-0)<0,c=o("indexOf"),f=u("indexOf",{ACCESSORS:!0,1:0});r({target:"Array",proto:!0,forced:a||!c||!f},{indexOf:function(t){return a?s.apply(this,arguments)||0:i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(357);t.exports=r},function(t,e,n){n(358);var r=n(10);r.JSON||(r.JSON={stringify:JSON.stringify}),t.exports=function(t,e,n){return r.JSON.stringify.apply(null,arguments)}},function(t,e,n){var r=n(1),i=n(56),o=n(5),u=i("JSON","stringify"),s=/[\uD800-\uDFFF]/g,a=/^[\uD800-\uDBFF]$/,c=/^[\uDC00-\uDFFF]$/,f=function(t,e,n){var r=n.charAt(e-1),i=n.charAt(e+1);return a.test(t)&&!c.test(i)||c.test(t)&&!a.test(r)?"\\u"+t.charCodeAt(0).toString(16):t},l=o((function(){return'"\\udf06\\ud834"'!==u("\udf06\ud834")||'"\\udead"'!==u("\udead")}));u&&r({target:"JSON",stat:!0,forced:l},{stringify:function(t,e,n){var r=u.apply(null,arguments);return"string"==typeof r?r.replace(s,f):r}})},function(t,e,n){var r=n(122),i=n(187);t.exports=function(t){if(r(t))return i(t)}},function(t,e,n){var r=n(186);t.exports=r},function(t,e,n){n(1)({target:"Array",stat:!0},{isArray:n(60)})},function(t,e,n){var r=n(188),i=n(189),o=n(83);t.exports=function(t){if(void 0!==o&&i(Object(t)))return r(t)}},function(t,e,n){var r=n(364);t.exports=r},function(t,e,n){n(58),n(365);var r=n(10);t.exports=r.Array.from},function(t,e,n){var r=n(1),i=n(366);r({target:"Array",stat:!0,forced:!n(369)((function(t){Array.from(t)}))},{from:i})},function(t,e,n){"use strict";var r=n(108),i=n(22),o=n(367),u=n(368),s=n(35),a=n(120),c=n(123);t.exports=function(t){var e,n,f,l,p,h,d=i(t),y="function"==typeof this?this:Array,v=arguments.length,g=v>1?arguments[1]:void 0,w=void 0!==g,M=c(d),m=0;if(w&&(g=r(g,v>2?arguments[2]:void 0,2)),null==M||y==Array&&u(M))for(n=new y(e=s(d.length));e>m;m++)h=w?g(d[m],m):d[m],a(n,m,h);else for(p=(l=M.call(d)).next,n=new y;!(f=p.call(l)).done;m++)h=w?o(l,g,[f.value,m],!0):f.value,a(n,m,h);return n.length=m,n}},function(t,e,n){var r=n(29);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){var r=n(6),i=n(36),o=r("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||u[o]===t)}},function(t,e,n){var r=n(6)("iterator"),i=!1;try{var o=0,u={next:function(){return{done:!!o++}},return:function(){i=!0}};u[r]=function(){return this},Array.from(u,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o={};o[r]=function(){return{next:function(){return{done:n=!0}}}},t(o)}catch(t){}return n}},function(t,e,n){n(44),n(58);var r=n(371);t.exports=r},function(t,e,n){var r=n(43),i=n(6),o=n(36),u=i("iterator");t.exports=function(t){var e=Object(t);return void 0!==e[u]||"@@iterator"in e||o.hasOwnProperty(r(e))}},function(t,e,n){t.exports=n(373)},function(t,e,n){var r=n(190);t.exports=r},function(t,e,n){n(375);var r=n(9);t.exports=r("Array").slice},function(t,e,n){"use strict";var r=n(1),i=n(14),o=n(60),u=n(155),s=n(35),a=n(33),c=n(120),f=n(6),l=n(84),p=n(25),h=l("slice"),d=p("slice",{ACCESSORS:!0,0:0,1:2}),y=f("species"),v=[].slice,g=Math.max;r({target:"Array",proto:!0,forced:!h||!d},{slice:function(t,e){var n,r,f,l=a(this),p=s(l.length),h=u(t,p),d=u(void 0===e?p:e,p);if(o(l)&&("function"!=typeof(n=l.constructor)||n!==Array&&!o(n.prototype)?i(n)&&null===(n=n[y])&&(n=void 0):n=void 0,n===Array||void 0===n))return v.call(l,h,d);for(r=new(void 0===n?Array:n)(g(d-h,0)),f=0;h<d;h++,f++)h in l&&c(r,f,l[h]);return r.length=f,r}})},function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(t,e,n){var r=n(378);t.exports=r},function(t,e,n){var r=n(379),i=n(381),o=Array.prototype,u=String.prototype;t.exports=function(t){var e=t.includes;return t===o||t instanceof Array&&e===o.includes?r:"string"==typeof t||t===u||t instanceof String&&e===u.includes?i:e}},function(t,e,n){n(380);var r=n(9);t.exports=r("Array").includes},function(t,e,n){"use strict";var r=n(1),i=n(109).includes,o=n(119);r({target:"Array",proto:!0,forced:!n(25)("indexOf",{ACCESSORS:!0,1:0})},{includes:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("includes")},function(t,e,n){n(382);var r=n(9);t.exports=r("String").includes},function(t,e,n){"use strict";var r=n(1),i=n(184),o=n(42);r({target:"String",proto:!0,forced:!n(185)("includes")},{includes:function(t){return!!~String(o(this)).indexOf(i(t),arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(384);t.exports=r},function(t,e,n){var r=n(385),i=Array.prototype;t.exports=function(t){var e=t.some;return t===i||t instanceof Array&&e===i.some?r:e}},function(t,e,n){n(386);var r=n(9);t.exports=r("Array").some},function(t,e,n){"use strict";var r=n(1),i=n(45).some,o=n(63),u=n(25),s=o("some"),a=u("some");r({target:"Array",proto:!0,forced:!s||!a},{some:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(190);t.exports=r},function(t,e,n){var r=n(122);t.exports=function(t){if(r(t))return t}},function(t,e,n){var r=n(191),i=n(189),o=n(83);t.exports=function(t,e){if(void 0!==o&&i(Object(t))){var n=[],u=!0,s=!1,a=void 0;try{for(var c,f=r(t);!(u=(c=f.next()).done)&&(n.push(c.value),!e||n.length!==e);u=!0);}catch(t){s=!0,a=t}finally{try{u||null==f.return||f.return()}finally{if(s)throw a}}return n}}},function(t,e,n){n(44),n(58);var r=n(391);t.exports=r},function(t,e,n){var r=n(29),i=n(123);t.exports=function(t){var e=i(t);if("function"!=typeof e)throw TypeError(String(t)+" is not iterable");return r(e.call(t))}},function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(t,e,n){var r=n(394);t.exports=r},function(t,e,n){var r=n(395),i=Array.prototype;t.exports=function(t){var e=t.sort;return t===i||t instanceof Array&&e===i.sort?r:e}},function(t,e,n){n(396);var r=n(9);t.exports=r("Array").sort},function(t,e,n){"use strict";var r=n(1),i=n(55),o=n(22),u=n(5),s=n(63),a=[],c=a.sort,f=u((function(){a.sort(void 0)})),l=u((function(){a.sort(null)})),p=s("sort");r({target:"Array",proto:!0,forced:f||!l||!p},{sort:function(t){return void 0===t?c.call(o(this)):c.call(o(this),i(t))}})},function(t,e,n){var r=n(398);t.exports=r},function(t,e,n){n(399);var r=n(10);t.exports=r.Object.assign},function(t,e,n){var r=n(1),i=n(400);r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},function(t,e,n){"use strict";var r=n(21),i=n(5),o=n(80),u=n(172),s=n(107),a=n(22),c=n(76),f=Object.assign,l=Object.defineProperty;t.exports=!f||i((function(){if(r&&1!==f({b:1},f(l({},"a",{enumerable:!0,get:function(){l(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol(),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach((function(t){e[t]=t})),7!=f({},t)[n]||o(f({},e)).join("")!=i}))?function(t,e){for(var n=a(t),i=arguments.length,f=1,l=u.f,p=s.f;i>f;)for(var h,d=c(arguments[f++]),y=l?o(d).concat(l(d)):o(d),v=y.length,g=0;v>g;)h=y[g++],r&&!p.call(d,h)||(n[h]=d[h]);return n}:f},function(t,e,n){var r=n(402);t.exports=r},function(t,e,n){var r=n(403),i=Array.prototype;t.exports=function(t){var e=t.reduce;return t===i||t instanceof Array&&e===i.reduce?r:e}},function(t,e,n){n(404);var r=n(9);t.exports=r("Array").reduce},function(t,e,n){"use strict";var r=n(1),i=n(405).left,o=n(63),u=n(25),s=o("reduce"),a=u("reduce",{1:0});r({target:"Array",proto:!0,forced:!s||!a},{reduce:function(t){return i(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(55),i=n(22),o=n(76),u=n(35),s=function(t){return function(e,n,s,a){r(n);var c=i(e),f=o(c),l=u(c.length),p=t?l-1:0,h=t?-1:1;if(s<2)for(;;){if(p in f){a=f[p],p+=h;break}if(p+=h,t?p<0:l<=p)throw TypeError("Reduce of empty array with no initial value")}for(;t?p>=0:l>p;p+=h)p in f&&(a=n(a,f[p],p,c));return a}};t.exports={left:s(!1),right:s(!0)}},function(t,e,n){var r=n(407);t.exports=r},function(t,e,n){var r=n(408),i=Function.prototype;t.exports=function(t){var e=t.bind;return t===i||t instanceof Function&&e===i.bind?r:e}},function(t,e,n){n(409);var r=n(9);t.exports=r("Function").bind},function(t,e,n){n(1)({target:"Function",proto:!0},{bind:n(160)})},function(t,e,n){var r=n(411);t.exports=r},function(t,e,n){n(412);var r=n(10);t.exports=r.Object.keys},function(t,e,n){var r=n(1),i=n(22),o=n(80);r({target:"Object",stat:!0,forced:n(5)((function(){o(1)}))},{keys:function(t){return o(i(t))}})},function(t,e,n){var r=n(414);t.exports=r},function(t,e,n){var r=n(415),i=Array.prototype;t.exports=function(t){var e=t.filter;return t===i||t instanceof Array&&e===i.filter?r:e}},function(t,e,n){n(416);var r=n(9);t.exports=r("Array").filter},function(t,e,n){"use strict";var r=n(1),i=n(45).filter,o=n(84),u=n(25),s=o("filter"),a=u("filter");r({target:"Array",proto:!0,forced:!s||!a},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){t.exports=n(418)},function(t,e,n){n(44),n(58);var r=n(123);t.exports=r},function(t,e,n){n(44);var r=n(420),i=n(43),o=Array.prototype,u={DOMTokenList:!0,NodeList:!0};t.exports=function(t){var e=t.entries;return t===o||t instanceof Array&&e===o.entries||u.hasOwnProperty(i(t))?r:e}},function(t,e,n){var r=n(421);t.exports=r},function(t,e,n){n(167);var r=n(9);t.exports=r("Array").entries},function(t,e,n){var r=n(186);t.exports=r},function(t,e,n){var r=n(64),i=n(142);t.exports=function(t){return i(r(t).toLowerCase())}},function(t,e,n){var r=n(87),i=n(425),o=n(23),u=n(88),s=r?r.prototype:void 0,a=s?s.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return i(e,t)+"";if(u(e))return a?a.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n}},function(t,e){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,i=Array(r);++n<r;)i[n]=e(t[n],n,t);return i}},function(t,e,n){var r=n(87),i=Object.prototype,o=i.hasOwnProperty,u=i.toString,s=r?r.toStringTag:void 0;t.exports=function(t){var e=o.call(t,s),n=t[s];try{t[s]=void 0;var r=!0}catch(t){}var i=u.call(t);return r&&(e?t[s]=n:delete t[s]),i}},function(t,e){var n=Object.prototype.toString;t.exports=function(t){return n.call(t)}},function(t,e,n){var r=n(429),i=n(193),o=n(431),u=n(64);t.exports=function(t){return function(e){e=u(e);var n=i(e)?o(e):void 0,s=n?n[0]:e.charAt(0),a=n?r(n,1).join(""):e.slice(1);return s[t]()+a}}},function(t,e,n){var r=n(430);t.exports=function(t,e,n){var i=t.length;return n=void 0===n?i:n,!e&&n>=i?t:r(t,e,n)}},function(t,e){t.exports=function(t,e,n){var r=-1,i=t.length;e<0&&(e=-e>i?0:i+e),(n=n>i?i:n)<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var o=Array(i);++r<i;)o[r]=t[r+e];return o}},function(t,e,n){var r=n(432),i=n(193),o=n(433);t.exports=function(t){return i(t)?o(t):r(t)}},function(t,e){t.exports=function(t){return t.split("")}},function(t,e){var n="[\\ud800-\\udfff]",r="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",i="\\ud83c[\\udffb-\\udfff]",o="[^\\ud800-\\udfff]",u="(?:\\ud83c[\\udde6-\\uddff]){2}",s="[\\ud800-\\udbff][\\udc00-\\udfff]",a="(?:"+r+"|"+i+")"+"?",c="[\\ufe0e\\ufe0f]?",f=c+a+("(?:\\u200d(?:"+[o,u,s].join("|")+")"+c+a+")*"),l="(?:"+[o+r+"?",r,u,s,n].join("|")+")",p=RegExp(i+"(?="+i+")|"+l+f,"g");t.exports=function(t){return t.match(p)||[]}},function(t,e,n){var r=n(435),i=n(436),o=n(439),u=RegExp("['’]","g");t.exports=function(t){return function(e){return r(o(i(e).replace(u,"")),t,"")}}},function(t,e){t.exports=function(t,e,n,r){var i=-1,o=null==t?0:t.length;for(r&&o&&(n=t[++i]);++i<o;)n=e(n,t[i],i,t);return n}},function(t,e,n){var r=n(437),i=n(64),o=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,u=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");t.exports=function(t){return(t=i(t))&&t.replace(o,r).replace(u,"")}},function(t,e,n){var r=n(438)({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"});t.exports=r},function(t,e){t.exports=function(t){return function(e){return null==t?void 0:t[e]}}},function(t,e,n){var r=n(440),i=n(441),o=n(64),u=n(442);t.exports=function(t,e,n){return t=o(t),void 0===(e=n?void 0:e)?i(t)?u(t):r(t):t.match(e)||[]}},function(t,e){var n=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;t.exports=function(t){return t.match(n)||[]}},function(t,e){var n=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;t.exports=function(t){return n.test(t)}},function(t,e){var n="\\u2700-\\u27bf",r="a-z\\xdf-\\xf6\\xf8-\\xff",i="A-Z\\xc0-\\xd6\\xd8-\\xde",o="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",u="["+o+"]",s="\\d+",a="[\\u2700-\\u27bf]",c="["+r+"]",f="[^\\ud800-\\udfff"+o+s+n+r+i+"]",l="(?:\\ud83c[\\udde6-\\uddff]){2}",p="[\\ud800-\\udbff][\\udc00-\\udfff]",h="["+i+"]",d="(?:"+c+"|"+f+")",y="(?:"+h+"|"+f+")",v="(?:['’](?:d|ll|m|re|s|t|ve))?",g="(?:['’](?:D|LL|M|RE|S|T|VE))?",w="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",M="[\\ufe0e\\ufe0f]?",m=M+w+("(?:\\u200d(?:"+["[^\\ud800-\\udfff]",l,p].join("|")+")"+M+w+")*"),_="(?:"+[a,l,p].join("|")+")"+m,L=RegExp([h+"?"+c+"+"+v+"(?="+[u,h,"$"].join("|")+")",y+"+"+g+"(?="+[u,h+d,"$"].join("|")+")",h+"?"+d+"+"+v,h+"+"+g,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",s,_].join("|"),"g");t.exports=function(t){return t.match(L)||[]}},function(t,e,n){var r=n(444),i=n(90),o=n(126);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}},function(t,e,n){var r=n(445),i=n(450),o=n(451),u=n(452),s=n(453);function a(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}a.prototype.clear=r,a.prototype.delete=i,a.prototype.get=o,a.prototype.has=u,a.prototype.set=s,t.exports=a},function(t,e,n){var r=n(89);t.exports=function(){this.__data__=r?r(null):{},this.size=0}},function(t,e,n){var r=n(72),i=n(447),o=n(67),u=n(194),s=/^\[object .+?Constructor\]$/,a=Function.prototype,c=Object.prototype,f=a.toString,l=c.hasOwnProperty,p=RegExp("^"+f.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||i(t))&&(r(t)?p:s).test(u(t))}},function(t,e,n){var r,i=n(448),o=(r=/[^.]+$/.exec(i&&i.keys&&i.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!o&&o in t}},function(t,e,n){var r=n(26)["__core-js_shared__"];t.exports=r},function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},function(t,e,n){var r=n(89),i=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(r){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return i.call(e,t)?e[t]:void 0}},function(t,e,n){var r=n(89),i=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return r?void 0!==e[t]:i.call(e,t)}},function(t,e,n){var r=n(89);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?"__lodash_hash_undefined__":e,this}},function(t,e){t.exports=function(){this.__data__=[],this.size=0}},function(t,e,n){var r=n(91),i=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0)&&(n==e.length-1?e.pop():i.call(e,n,1),--this.size,!0)}},function(t,e,n){var r=n(91);t.exports=function(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}},function(t,e,n){var r=n(91);t.exports=function(t){return r(this.__data__,t)>-1}},function(t,e,n){var r=n(91);t.exports=function(t,e){var n=this.__data__,i=r(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this}},function(t,e,n){var r=n(92);t.exports=function(t){var e=r(this,t).delete(t);return this.size-=e?1:0,e}},function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},function(t,e,n){var r=n(92);t.exports=function(t){return r(this,t).get(t)}},function(t,e,n){var r=n(92);t.exports=function(t){return r(this,t).has(t)}},function(t,e,n){var r=n(92);t.exports=function(t,e){var n=r(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this}},function(t,e,n){var r=n(127),i=n(68),o=n(93);t.exports=function(t){return function(e,n,u){var s=Object(e);if(!i(e)){var a=r(n,3);e=o(e),n=function(t){return a(s[t],t,s)}}var c=t(e,n,u);return c>-1?s[a?e[c]:c]:void 0}}},function(t,e,n){var r=n(466),i=n(501),o=n(204);t.exports=function(t){var e=i(t);return 1==e.length&&e[0][2]?o(e[0][0],e[0][1]):function(n){return n===t||r(n,t,e)}}},function(t,e,n){var r=n(195),i=n(196);t.exports=function(t,e,n,o){var u=n.length,s=u,a=!o;if(null==t)return!s;for(t=Object(t);u--;){var c=n[u];if(a&&c[2]?c[1]!==t[c[0]]:!(c[0]in t))return!1}for(;++u<s;){var f=(c=n[u])[0],l=t[f],p=c[1];if(a&&c[2]){if(void 0===l&&!(f in t))return!1}else{var h=new r;if(o)var d=o(l,p,f,t,e,h);if(!(void 0===d?i(p,l,3,o,h):d))return!1}}return!0}},function(t,e,n){var r=n(90);t.exports=function(){this.__data__=new r,this.size=0}},function(t,e){t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},function(t,e){t.exports=function(t){return this.__data__.get(t)}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e,n){var r=n(90),i=n(126),o=n(125);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var u=n.__data__;if(!i||u.length<199)return u.push([t,e]),this.size=++n.size,this;n=this.__data__=new o(u)}return n.set(t,e),this.size=n.size,this}},function(t,e,n){var r=n(195),i=n(197),o=n(477),u=n(481),s=n(202),a=n(23),c=n(129),f=n(131),l="[object Arguments]",p="[object Array]",h="[object Object]",d=Object.prototype.hasOwnProperty;t.exports=function(t,e,n,y,v,g){var w=a(t),M=a(e),m=w?p:s(t),_=M?p:s(e),L=(m=m==l?h:m)==h,b=(_=_==l?h:_)==h,x=m==_;if(x&&c(t)){if(!c(e))return!1;w=!0,L=!1}if(x&&!L)return g||(g=new r),w||f(t)?i(t,e,n,y,v,g):o(t,e,m,n,y,v,g);if(!(1&n)){var j=L&&d.call(t,"__wrapped__"),N=b&&d.call(e,"__wrapped__");if(j||N){var S=j?t.value():t,D=N?e.value():e;return g||(g=new r),v(S,D,n,y,g)}}return!!x&&(g||(g=new r),u(t,e,n,y,v,g))}},function(t,e,n){var r=n(125),i=n(474),o=n(475);function u(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new r;++e<n;)this.add(t[e])}u.prototype.add=u.prototype.push=i,u.prototype.has=o,t.exports=u},function(t,e){t.exports=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e){t.exports=function(t,e){return t.has(e)}},function(t,e,n){var r=n(87),i=n(478),o=n(52),u=n(197),s=n(479),a=n(480),c=r?r.prototype:void 0,f=c?c.valueOf:void 0;t.exports=function(t,e,n,r,c,l,p){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!l(new i(t),new i(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var h=s;case"[object Set]":var d=1&r;if(h||(h=a),t.size!=e.size&&!d)return!1;var y=p.get(t);if(y)return y==e;r|=2,p.set(t,e);var v=u(h(t),h(e),r,c,l,p);return p.delete(t),v;case"[object Symbol]":if(f)return f.call(t)==f.call(e)}return!1}},function(t,e,n){var r=n(26).Uint8Array;t.exports=r},function(t,e){t.exports=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}},function(t,e){t.exports=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}},function(t,e,n){var r=n(482),i=Object.prototype.hasOwnProperty;t.exports=function(t,e,n,o,u,s){var a=1&n,c=r(t),f=c.length;if(f!=r(e).length&&!a)return!1;for(var l=f;l--;){var p=c[l];if(!(a?p in e:i.call(e,p)))return!1}var h=s.get(t);if(h&&s.get(e))return h==e;var d=!0;s.set(t,e),s.set(e,t);for(var y=a;++l<f;){var v=t[p=c[l]],g=e[p];if(o)var w=a?o(g,v,p,e,t,s):o(v,g,p,t,e,s);if(!(void 0===w?v===g||u(v,g,n,o,s):w)){d=!1;break}y||(y="constructor"==p)}if(d&&!y){var M=t.constructor,m=e.constructor;M==m||!("constructor"in t)||!("constructor"in e)||"function"==typeof M&&M instanceof M&&"function"==typeof m&&m instanceof m||(d=!1)}return s.delete(t),s.delete(e),d}},function(t,e,n){var r=n(483),i=n(485),o=n(93);t.exports=function(t){return r(t,o,i)}},function(t,e,n){var r=n(484),i=n(23);t.exports=function(t,e,n){var o=e(t);return i(t)?o:r(o,n(t))}},function(t,e){t.exports=function(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)t[i+n]=e[n];return t}},function(t,e,n){var r=n(486),i=n(487),o=Object.prototype.propertyIsEnumerable,u=Object.getOwnPropertySymbols,s=u?function(t){return null==t?[]:(t=Object(t),r(u(t),(function(e){return o.call(t,e)})))}:i;t.exports=s},function(t,e){t.exports=function(t,e){for(var n=-1,r=null==t?0:t.length,i=0,o=[];++n<r;){var u=t[n];e(u,n,t)&&(o[i++]=u)}return o}},function(t,e){t.exports=function(){return[]}},function(t,e,n){var r=n(489),i=n(128),o=n(23),u=n(129),s=n(130),a=n(131),c=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=o(t),f=!n&&i(t),l=!n&&!f&&u(t),p=!n&&!f&&!l&&a(t),h=n||f||l||p,d=h?r(t.length,String):[],y=d.length;for(var v in t)!e&&!c.call(t,v)||h&&("length"==v||l&&("offset"==v||"parent"==v)||p&&("buffer"==v||"byteLength"==v||"byteOffset"==v)||s(v,y))||d.push(v);return d}},function(t,e){t.exports=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}},function(t,e,n){var r=n(65),i=n(66);t.exports=function(t){return i(t)&&"[object Arguments]"==r(t)}},function(t,e){t.exports=function(){return!1}},function(t,e,n){var r=n(65),i=n(132),o=n(66),u={};u["[object Float32Array]"]=u["[object Float64Array]"]=u["[object Int8Array]"]=u["[object Int16Array]"]=u["[object Int32Array]"]=u["[object Uint8Array]"]=u["[object Uint8ClampedArray]"]=u["[object Uint16Array]"]=u["[object Uint32Array]"]=!0,u["[object Arguments]"]=u["[object Array]"]=u["[object ArrayBuffer]"]=u["[object Boolean]"]=u["[object DataView]"]=u["[object Date]"]=u["[object Error]"]=u["[object Function]"]=u["[object Map]"]=u["[object Number]"]=u["[object Object]"]=u["[object RegExp]"]=u["[object Set]"]=u["[object String]"]=u["[object WeakMap]"]=!1,t.exports=function(t){return o(t)&&i(t.length)&&!!u[r(t)]}},function(t,e){t.exports=function(t){return function(e){return t(e)}}},function(t,e,n){(function(t){var r=n(192),i=e&&!e.nodeType&&e,o=i&&"object"==typeof t&&t&&!t.nodeType&&t,u=o&&o.exports===i&&r.process,s=function(){try{var t=o&&o.require&&o.require("util").types;return t||u&&u.binding&&u.binding("util")}catch(t){}}();t.exports=s}).call(this,n(199)(t))},function(t,e,n){var r=n(496)(Object.keys,Object);t.exports=r},function(t,e){t.exports=function(t,e){return function(n){return t(e(n))}}},function(t,e,n){var r=n(47)(n(26),"DataView");t.exports=r},function(t,e,n){var r=n(47)(n(26),"Promise");t.exports=r},function(t,e,n){var r=n(47)(n(26),"Set");t.exports=r},function(t,e,n){var r=n(47)(n(26),"WeakMap");t.exports=r},function(t,e,n){var r=n(203),i=n(93);t.exports=function(t){for(var e=i(t),n=e.length;n--;){var o=e[n],u=t[o];e[n]=[o,u,r(u)]}return e}},function(t,e,n){var r=n(196),i=n(503),o=n(506),u=n(133),s=n(203),a=n(204),c=n(94);t.exports=function(t,e){return u(t)&&s(e)?a(c(t),e):function(n){var u=i(n,t);return void 0===u&&u===e?o(n,t):r(e,u,3)}}},function(t,e,n){var r=n(205);t.exports=function(t,e,n){var i=null==t?void 0:r(t,e);return void 0===i?n:i}},function(t,e,n){var r=n(505),i=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,u=r((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(i,(function(t,n,r,i){e.push(r?i.replace(o,"$1"):n||t)})),e}));t.exports=u},function(t,e,n){var r=n(143);t.exports=function(t){var e=r(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}},function(t,e,n){var r=n(507),i=n(508);t.exports=function(t,e){return null!=t&&i(t,e,r)}},function(t,e){t.exports=function(t,e){return null!=t&&e in Object(t)}},function(t,e,n){var r=n(206),i=n(128),o=n(23),u=n(130),s=n(132),a=n(94);t.exports=function(t,e,n){for(var c=-1,f=(e=r(e,t)).length,l=!1;++c<f;){var p=a(e[c]);if(!(l=null!=t&&n(t,p)))break;t=t[p]}return l||++c!=f?l:!!(f=null==t?0:t.length)&&s(f)&&u(p,f)&&(o(t)||i(t))}},function(t,e){t.exports=function(t){return t}},function(t,e,n){var r=n(511),i=n(512),o=n(133),u=n(94);t.exports=function(t){return o(t)?r(u(t)):i(t)}},function(t,e){t.exports=function(t){return function(e){return null==e?void 0:e[t]}}},function(t,e,n){var r=n(205);t.exports=function(t){return function(e){return r(e,t)}}},function(t,e,n){var r=n(514),i=n(127),o=n(515),u=Math.max;t.exports=function(t,e,n){var s=null==t?0:t.length;if(!s)return-1;var a=null==n?0:o(n);return a<0&&(a=u(s+a,0)),r(t,i(e,3),a)}},function(t,e){t.exports=function(t,e,n,r){for(var i=t.length,o=n+(r?1:-1);r?o--:++o<i;)if(e(t[o],o,t))return o;return-1}},function(t,e,n){var r=n(516);t.exports=function(t){var e=r(t),n=e%1;return e==e?n?e-n:e:0}},function(t,e,n){var r=n(517),i=1/0;t.exports=function(t){return t?(t=r(t))===i||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}},function(t,e,n){var r=n(67),i=n(88),o=/^\s+|\s+$/g,u=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,a=/^0o[0-7]+$/i,c=parseInt;t.exports=function(t){if("number"==typeof t)return t;if(i(t))return NaN;if(r(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=r(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(o,"");var n=s.test(t);return n||a.test(t)?c(t.slice(2),n?2:8):u.test(t)?NaN:+t}},function(t,e,n){var r=n(519);t.exports=function(t,e){var n;return r(t,(function(t,r,i){return!(n=e(t,r,i))})),!!n}},function(t,e,n){var r=n(520),i=n(523)(r);t.exports=i},function(t,e,n){var r=n(521),i=n(93);t.exports=function(t,e){return t&&r(t,e,i)}},function(t,e,n){var r=n(522)();t.exports=r},function(t,e){t.exports=function(t){return function(e,n,r){for(var i=-1,o=Object(e),u=r(e),s=u.length;s--;){var a=u[t?s:++i];if(!1===n(o[a],a,o))break}return e}}},function(t,e,n){var r=n(68);t.exports=function(t,e){return function(n,i){if(null==n)return n;if(!r(n))return t(n,i);for(var o=n.length,u=e?o:-1,s=Object(n);(e?u--:++u<o)&&!1!==i(s[u],u,s););return n}}},function(t,e,n){var r=n(52),i=n(68),o=n(130),u=n(67);t.exports=function(t,e,n){if(!u(n))return!1;var s=typeof e;return!!("number"==s?i(n)&&o(e,n.length):"string"==s&&e in n)&&r(n[e],t)}},function(t,e){var n={"&":"&amp;",'"':"&quot;","'":"&apos;","<":"&lt;",">":"&gt;"};t.exports=function(t){return t&&t.replace?t.replace(/([&"<>'])/g,(function(t,e){return n[e]})):t}},function(t,e,n){t.exports=i;var r=n(134).EventEmitter;function i(){r.call(this)}n(15)(i,r),i.Readable=n(135),i.Writable=n(533),i.Duplex=n(534),i.Transform=n(535),i.PassThrough=n(536),i.Stream=i,i.prototype.pipe=function(t,e){var n=this;function i(e){t.writable&&!1===t.write(e)&&n.pause&&n.pause()}function o(){n.readable&&n.resume&&n.resume()}n.on("data",i),t.on("drain",o),t._isStdio||e&&!1===e.end||(n.on("end",s),n.on("close",a));var u=!1;function s(){u||(u=!0,t.end())}function a(){u||(u=!0,"function"==typeof t.destroy&&t.destroy())}function c(t){if(f(),0===r.listenerCount(this,"error"))throw t}function f(){n.removeListener("data",i),t.removeListener("drain",o),n.removeListener("end",s),n.removeListener("close",a),n.removeListener("error",c),t.removeListener("error",c),n.removeListener("end",f),n.removeListener("close",f),t.removeListener("close",f)}return n.on("error",c),t.on("error",c),n.on("end",f),n.on("close",f),t.on("close",f),t.emit("pipe",n),t}},function(t,e){},function(t,e,n){"use strict";var r=n(16).Buffer,i=n(529);t.exports=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.head=null,this.tail=null,this.length=0}return t.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},t.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},t.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},t.prototype.clear=function(){this.head=this.tail=null,this.length=0},t.prototype.join=function(t){if(0===this.length)return"";for(var e=this.head,n=""+e.data;e=e.next;)n+=t+e.data;return n},t.prototype.concat=function(t){if(0===this.length)return r.alloc(0);if(1===this.length)return this.head.data;for(var e,n,i,o=r.allocUnsafe(t>>>0),u=this.head,s=0;u;)e=u.data,n=o,i=s,e.copy(n,i),s+=u.data.length,u=u.next;return o},t}(),i&&i.inspect&&i.inspect.custom&&(t.exports.prototype[i.inspect.custom]=function(){var t=i.inspect({length:this.length});return this.constructor.name+" "+t})},function(t,e){},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,i,o,u,s,a=1,c={},f=!1,l=t.document,p=Object.getPrototypeOf&&Object.getPrototypeOf(t);p=p&&p.setTimeout?p:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick((function(){d(t)}))}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((o=new MessageChannel).port1.onmessage=function(t){d(t.data)},r=function(t){o.port2.postMessage(t)}):l&&"onreadystatechange"in l.createElement("script")?(i=l.documentElement,r=function(t){var e=l.createElement("script");e.onreadystatechange=function(){d(t),e.onreadystatechange=null,i.removeChild(e),e=null},i.appendChild(e)}):r=function(t){setTimeout(d,0,t)}:(u="setImmediate$"+Math.random()+"$",s=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(u)&&d(+e.data.slice(u.length))},t.addEventListener?t.addEventListener("message",s,!1):t.attachEvent("onmessage",s),r=function(e){t.postMessage(u+e,"*")}),p.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;n<e.length;n++)e[n]=arguments[n+1];var i={callback:t,args:e};return c[a]=i,r(a),a++},p.clearImmediate=h}function h(t){delete c[t]}function d(t){if(f)setTimeout(d,0,t);else{var e=c[t];if(e){f=!0;try{!function(t){var e=t.callback,n=t.args;switch(n.length){case 0:e();break;case 1:e(n[0]);break;case 2:e(n[0],n[1]);break;case 3:e(n[0],n[1],n[2]);break;default:e.apply(void 0,n)}}(e)}finally{h(t),f=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,n(20),n(37))},function(t,e,n){(function(e){function n(t){try{if(!e.localStorage)return!1}catch(t){return!1}var n=e.localStorage[t];return null!=n&&"true"===String(n).toLowerCase()}t.exports=function(t,e){if(n("noDeprecation"))return t;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(e);n("traceDeprecation")?console.trace(e):console.warn(e),r=!0}return t.apply(this,arguments)}}}).call(this,n(20))},function(t,e,n){"use strict";t.exports=o;var r=n(212),i=n(69);function o(t){if(!(this instanceof o))return new o(t);r.call(this,t)}i.inherits=n(15),i.inherits(o,r),o.prototype._transform=function(t,e,n){n(null,t)}},function(t,e,n){t.exports=n(136)},function(t,e,n){t.exports=n(38)},function(t,e,n){t.exports=n(135).Transform},function(t,e,n){t.exports=n(135).PassThrough},function(t,e,n){"use strict";var r=n(538),i=Math.abs,o=Math.floor;t.exports=function(t){return isNaN(t)?0:0!==(t=Number(t))&&isFinite(t)?r(t)*o(i(t)):t}},function(t,e,n){"use strict";t.exports=n(539)()?Math.sign:n(540)},function(t,e,n){"use strict";t.exports=function(){var t=Math.sign;return"function"==typeof t&&(1===t(10)&&-1===t(-20))}},function(t,e,n){"use strict";t.exports=function(t){return t=Number(t),isNaN(t)||0===t?t:t>0?1:-1}},function(t,e,n){"use strict";var r=n(30),i=n(96),o=n(41),u=n(543),s=n(215);t.exports=function t(e){var n,a,c;if(r(e),(n=Object(arguments[1])).async&&n.promise)throw new Error("Options 'async' and 'promise' cannot be used together");return hasOwnProperty.call(e,"__memoized__")&&!n.force?e:(a=s(n.length,e.length,n.async&&o.async),c=u(e,a,n),i(o,(function(t,e){n[e]&&t(n[e],c,n)})),t.__profiler__&&t.__profiler__(c),c.updateEnv(),c.memoized)}},function(t,e,n){"use strict";var r=n(30),i=n(48),o=Function.prototype.bind,u=Function.prototype.call,s=Object.keys,a=Object.prototype.propertyIsEnumerable;t.exports=function(t,e){return function(n,c){var f,l=arguments[2],p=arguments[3];return n=Object(i(n)),r(c),f=s(n),p&&f.sort("function"==typeof p?o.call(p,n):void 0),"function"!=typeof t&&(t=f[t]),u.call(t,f,(function(t,r){return a.call(n,t)?u.call(c,l,n[t],t,n,r):e}))}}},function(t,e,n){"use strict";var r=n(544),i=n(217),o=n(97),u=n(554).methods,s=n(555),a=n(567),c=Function.prototype.apply,f=Function.prototype.call,l=Object.create,p=Object.defineProperties,h=u.on,d=u.emit;t.exports=function(t,e,n){var u,y,v,g,w,M,m,_,L,b,x,j,N,S,D,I=l(null);return y=!1!==e?e:isNaN(t.length)?1:t.length,n.normalizer&&(b=a(n.normalizer),v=b.get,g=b.set,w=b.delete,M=b.clear),null!=n.resolvers&&(D=s(n.resolvers)),S=v?i((function(e){var n,i,o=arguments;if(D&&(o=D(o)),null!==(n=v(o))&&hasOwnProperty.call(I,n))return x&&u.emit("get",n,o,this),I[n];if(i=1===o.length?f.call(t,this,o[0]):c.call(t,this,o),null===n){if(null!==(n=v(o)))throw r("Circular invocation","CIRCULAR_INVOCATION");n=g(o)}else if(hasOwnProperty.call(I,n))throw r("Circular invocation","CIRCULAR_INVOCATION");return I[n]=i,j&&u.emit("set",n,null,i),i}),y):0===e?function(){var e;if(hasOwnProperty.call(I,"data"))return x&&u.emit("get","data",arguments,this),I.data;if(e=arguments.length?c.call(t,this,arguments):f.call(t,this),hasOwnProperty.call(I,"data"))throw r("Circular invocation","CIRCULAR_INVOCATION");return I.data=e,j&&u.emit("set","data",null,e),e}:function(e){var n,i,o=arguments;if(D&&(o=D(arguments)),i=String(o[0]),hasOwnProperty.call(I,i))return x&&u.emit("get",i,o,this),I[i];if(n=1===o.length?f.call(t,this,o[0]):c.call(t,this,o),hasOwnProperty.call(I,i))throw r("Circular invocation","CIRCULAR_INVOCATION");return I[i]=n,j&&u.emit("set",i,null,n),n},u={original:t,memoized:S,profileName:n.profileName,get:function(t){return D&&(t=D(t)),v?v(t):String(t[0])},has:function(t){return hasOwnProperty.call(I,t)},delete:function(t){var e;hasOwnProperty.call(I,t)&&(w&&w(t),e=I[t],delete I[t],N&&u.emit("delete",t,e))},clear:function(){var t=I;M&&M(),I=l(null),u.emit("clear",t)},on:function(t,e){return"get"===t?x=!0:"set"===t?j=!0:"delete"===t&&(N=!0),h.call(this,t,e)},emit:d,updateEnv:function(){t=u.original}},m=v?i((function(t){var e,n=arguments;D&&(n=D(n)),null!==(e=v(n))&&u.delete(e)}),y):0===e?function(){return u.delete("data")}:function(t){return D&&(t=D(arguments)[0]),u.delete(t)},_=i((function(){var t,n=arguments;return 0===e?I.data:(D&&(n=D(n)),t=v?v(n):String(n[0]),I[t])})),L=i((function(){var t,n=arguments;return 0===e?u.has("data"):(D&&(n=D(n)),null!==(t=v?v(n):String(n[0]))&&u.has(t))})),p(S,{__memoized__:o(!0),delete:o(m),clear:o(u.clear),_get:o(_),_has:o(L)}),u}},function(t,e,n){"use strict";var r=n(216),i=n(550),o=n(39),u=Error.captureStackTrace;e=t.exports=function(t){var n=new Error(t),s=arguments[1],a=arguments[2];return o(a)||i(s)&&(a=s,s=null),o(a)&&r(n,a),o(s)&&(n.code=s),u&&u(n,e),n}},function(t,e,n){"use strict";t.exports=function(){var t,e=Object.assign;return"function"==typeof e&&(e(t={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),t.foo+t.bar+t.trzy==="razdwatrzy")}},function(t,e,n){"use strict";var r=n(547),i=n(48),o=Math.max;t.exports=function(t,e){var n,u,s,a=o(arguments.length,2);for(t=Object(i(t)),s=function(r){try{t[r]=e[r]}catch(t){n||(n=t)}},u=1;u<a;++u)r(e=arguments[u]).forEach(s);if(void 0!==n)throw n;return t}},function(t,e,n){"use strict";t.exports=n(548)()?Object.keys:n(549)},function(t,e,n){"use strict";t.exports=function(){try{return Object.keys("primitive"),!0}catch(t){return!1}}},function(t,e,n){"use strict";var r=n(39),i=Object.keys;t.exports=function(t){return i(r(t)?Object(t):t)}},function(t,e,n){"use strict";var r=n(39),i={function:!0,object:!0};t.exports=function(t){return r(t)&&i[typeof t]||!1}},function(t,e,n){"use strict";t.exports=n(552)()?String.prototype.contains:n(553)},function(t,e,n){"use strict";var r="razdwatrzy";t.exports=function(){return"function"==typeof r.contains&&(!0===r.contains("dwa")&&!1===r.contains("foo"))}},function(t,e,n){"use strict";var r=String.prototype.indexOf;t.exports=function(t){return r.call(this,t,arguments[1])>-1}},function(t,e,n){"use strict";var r,i,o,u,s,a,c,f=n(97),l=n(30),p=Function.prototype.apply,h=Function.prototype.call,d=Object.create,y=Object.defineProperty,v=Object.defineProperties,g=Object.prototype.hasOwnProperty,w={configurable:!0,enumerable:!1,writable:!0};i=function(t,e){var n,i;return l(e),i=this,r.call(this,t,n=function(){o.call(i,t,n),p.call(e,this,arguments)}),n.__eeOnceListener__=e,this},s={on:r=function(t,e){var n;return l(e),g.call(this,"__ee__")?n=this.__ee__:(n=w.value=d(null),y(this,"__ee__",w),w.value=null),n[t]?"object"==typeof n[t]?n[t].push(e):n[t]=[n[t],e]:n[t]=e,this},once:i,off:o=function(t,e){var n,r,i,o;if(l(e),!g.call(this,"__ee__"))return this;if(!(n=this.__ee__)[t])return this;if("object"==typeof(r=n[t]))for(o=0;i=r[o];++o)i!==e&&i.__eeOnceListener__!==e||(2===r.length?n[t]=r[o?0:1]:r.splice(o,1));else r!==e&&r.__eeOnceListener__!==e||delete n[t];return this},emit:u=function(t){var e,n,r,i,o;if(g.call(this,"__ee__")&&(i=this.__ee__[t]))if("object"==typeof i){for(n=arguments.length,o=new Array(n-1),e=1;e<n;++e)o[e-1]=arguments[e];for(i=i.slice(),e=0;r=i[e];++e)p.call(r,this,o)}else switch(arguments.length){case 1:h.call(i,this);break;case 2:h.call(i,this,arguments[1]);break;case 3:h.call(i,this,arguments[1],arguments[2]);break;default:for(n=arguments.length,o=new Array(n-1),e=1;e<n;++e)o[e-1]=arguments[e];p.call(i,this,o)}}},a={on:f(r),once:f(i),off:f(o),emit:f(u)},c=v({},a),t.exports=e=function(t){return null==t?d(c):v(Object(t),a)},e.methods=s},function(t,e,n){"use strict";var r,i=n(556),o=n(39),u=n(30),s=Array.prototype.slice;r=function(t){return this.map((function(e,n){return e?e(t[n]):t[n]})).concat(s.call(t,this.length))},t.exports=function(t){return(t=i(t)).forEach((function(t){o(t)&&u(t)})),r.bind(t)}},function(t,e,n){"use strict";var r=n(138),i=Array.isArray;t.exports=function(t){return i(t)?t:r(t)}},function(t,e,n){"use strict";t.exports=function(){var t,e,n=Array.from;return"function"==typeof n&&(e=n(t=["raz","dwa"]),Boolean(e&&e!==t&&"dwa"===e[1]))}},function(t,e,n){"use strict";var r=n(559).iterator,i=n(564),o=n(565),u=n(40),s=n(30),a=n(48),c=n(39),f=n(566),l=Array.isArray,p=Function.prototype.call,h={configurable:!0,enumerable:!0,writable:!0,value:null},d=Object.defineProperty;t.exports=function(t){var e,n,y,v,g,w,M,m,_,L,b=arguments[1],x=arguments[2];if(t=Object(a(t)),c(b)&&s(b),this&&this!==Array&&o(this))e=this;else{if(!b){if(i(t))return 1!==(g=t.length)?Array.apply(null,t):((v=new Array(1))[0]=t[0],v);if(l(t)){for(v=new Array(g=t.length),n=0;n<g;++n)v[n]=t[n];return v}}v=[]}if(!l(t))if(void 0!==(_=t[r])){for(M=s(_).call(t),e&&(v=new e),m=M.next(),n=0;!m.done;)L=b?p.call(b,x,m.value,n):m.value,e?(h.value=L,d(v,n,h)):v[n]=L,m=M.next(),++n;g=n}else if(f(t)){for(g=t.length,e&&(v=new e),n=0,y=0;n<g;++n)L=t[n],n+1<g&&(w=L.charCodeAt(0))>=55296&&w<=56319&&(L+=t[++n]),L=b?p.call(b,x,L,y):L,e?(h.value=L,d(v,y,h)):v[y]=L,++y;g=y}if(void 0===g)for(g=u(t.length),e&&(v=new e(g)),n=0;n<g;++n)L=b?p.call(b,x,t[n],n):t[n],e?(h.value=L,d(v,n,h)):v[n]=L;return e&&(h.value=null,v.length=g),v}},function(t,e,n){"use strict";t.exports=n(560)()?Symbol:n(561)},function(t,e,n){"use strict";var r={object:!0,symbol:!0};t.exports=function(){var t;if("function"!=typeof Symbol)return!1;t=Symbol("test symbol");try{String(t)}catch(t){return!1}return!!r[typeof Symbol.iterator]&&(!!r[typeof Symbol.toPrimitive]&&!!r[typeof Symbol.toStringTag])}},function(t,e,n){"use strict";var r,i,o,u,s=n(97),a=n(562),c=Object.create,f=Object.defineProperties,l=Object.defineProperty,p=Object.prototype,h=c(null);if("function"==typeof Symbol){r=Symbol;try{String(r()),u=!0}catch(t){}}var d,y=(d=c(null),function(t){for(var e,n,r=0;d[t+(r||"")];)++r;return d[t+=r||""]=!0,l(p,e="@@"+t,s.gs(null,(function(t){n||(n=!0,l(this,e,s(t)),n=!1)}))),e});o=function(t){if(this instanceof o)throw new TypeError("Symbol is not a constructor");return i(t)},t.exports=i=function t(e){var n;if(this instanceof t)throw new TypeError("Symbol is not a constructor");return u?r(e):(n=c(o.prototype),e=void 0===e?"":String(e),f(n,{__description__:s("",e),__name__:s("",y(e))}))},f(i,{for:s((function(t){return h[t]?h[t]:h[t]=i(String(t))})),keyFor:s((function(t){var e;for(e in a(t),h)if(h[e]===t)return e})),hasInstance:s("",r&&r.hasInstance||i("hasInstance")),isConcatSpreadable:s("",r&&r.isConcatSpreadable||i("isConcatSpreadable")),iterator:s("",r&&r.iterator||i("iterator")),match:s("",r&&r.match||i("match")),replace:s("",r&&r.replace||i("replace")),search:s("",r&&r.search||i("search")),species:s("",r&&r.species||i("species")),split:s("",r&&r.split||i("split")),toPrimitive:s("",r&&r.toPrimitive||i("toPrimitive")),toStringTag:s("",r&&r.toStringTag||i("toStringTag")),unscopables:s("",r&&r.unscopables||i("unscopables"))}),f(o.prototype,{constructor:s(i),toString:s("",(function(){return this.__name__}))}),f(i.prototype,{toString:s((function(){return"Symbol ("+a(this).__description__+")"})),valueOf:s((function(){return a(this)}))}),l(i.prototype,i.toPrimitive,s("",(function(){var t=a(this);return"symbol"==typeof t?t:t.toString()}))),l(i.prototype,i.toStringTag,s("c","Symbol")),l(o.prototype,i.toStringTag,s("c",i.prototype[i.toStringTag])),l(o.prototype,i.toPrimitive,s("c",i.prototype[i.toPrimitive]))},function(t,e,n){"use strict";var r=n(563);t.exports=function(t){if(!r(t))throw new TypeError(t+" is not a symbol");return t}},function(t,e,n){"use strict";t.exports=function(t){return!!t&&("symbol"==typeof t||!!t.constructor&&("Symbol"===t.constructor.name&&"Symbol"===t[t.constructor.toStringTag]))}},function(t,e,n){"use strict";var r=Object.prototype.toString,i=r.call(function(){return arguments}());t.exports=function(t){return r.call(t)===i}},function(t,e,n){"use strict";var r=Object.prototype.toString,i=r.call(n(214));t.exports=function(t){return"function"==typeof t&&r.call(t)===i}},function(t,e,n){"use strict";var r=Object.prototype.toString,i=r.call("");t.exports=function(t){return"string"==typeof t||t&&"object"==typeof t&&(t instanceof String||r.call(t)===i)||!1}},function(t,e,n){"use strict";var r=n(30);t.exports=function(t){var e;return"function"==typeof t?{set:t,get:t}:(e={get:r(t.get)},void 0!==t.set?(e.set=r(t.set),t.delete&&(e.delete=r(t.delete)),t.clear&&(e.clear=r(t.clear)),e):(e.set=e.get,e))}},function(t,e,n){"use strict";t.exports=function(t){var e,n,r=t.length;if(!r)return"";for(e=String(t[n=0]);--r;)e+=""+t[++n];return e}},function(t,e,n){"use strict";t.exports=function(t){return t?function(e){for(var n=String(e[0]),r=0,i=t;--i;)n+=""+e[++r];return n}:function(){return""}}},function(t,e,n){"use strict";var r=n(139),i=Object.create;t.exports=function(){var t=0,e=[],n=i(null);return{get:function(t){var n,i=0,o=e,u=t.length;if(0===u)return o[u]||null;if(o=o[u]){for(;i<u-1;){if(-1===(n=r.call(o[0],t[i])))return null;o=o[1][n],++i}return-1===(n=r.call(o[0],t[i]))?null:o[1][n]||null}return null},set:function(i){var o,u=0,s=e,a=i.length;if(0===a)s[a]=++t;else{for(s[a]||(s[a]=[[],[]]),s=s[a];u<a-1;)-1===(o=r.call(s[0],i[u]))&&(o=s[0].push(i[u])-1,s[1].push([[],[]])),s=s[1][o],++u;-1===(o=r.call(s[0],i[u]))&&(o=s[0].push(i[u])-1),s[1][o]=++t}return n[t]=i,t},delete:function(t){var i,o=0,u=e,s=n[t],a=s.length,c=[];if(0===a)delete u[a];else if(u=u[a]){for(;o<a-1;){if(-1===(i=r.call(u[0],s[o])))return;c.push(u,i),u=u[1][i],++o}if(-1===(i=r.call(u[0],s[o])))return;for(t=u[1][i],u[0].splice(i,1),u[1].splice(i,1);!u[0].length&&c.length;)i=c.pop(),(u=c.pop())[0].splice(i,1),u[1].splice(i,1)}delete n[t]},clear:function(){e=[],n=i(null)}}}},function(t,e,n){"use strict";t.exports=n(572)()?Number.isNaN:n(573)},function(t,e,n){"use strict";t.exports=function(){var t=Number.isNaN;return"function"==typeof t&&(!t({})&&t(NaN)&&!t(34))}},function(t,e,n){"use strict";t.exports=function(t){return t!=t}},function(t,e,n){"use strict";var r=n(139);t.exports=function(){var t=0,e=[],n=[];return{get:function(t){var i=r.call(e,t[0]);return-1===i?null:n[i]},set:function(r){return e.push(r[0]),n.push(++t),t},delete:function(t){var i=r.call(n,t);-1!==i&&(e.splice(i,1),n.splice(i,1))},clear:function(){e=[],n=[]}}}},function(t,e,n){"use strict";var r=n(139),i=Object.create;t.exports=function(t){var e=0,n=[[],[]],o=i(null);return{get:function(e){for(var i,o=0,u=n;o<t-1;){if(-1===(i=r.call(u[0],e[o])))return null;u=u[1][i],++o}return-1===(i=r.call(u[0],e[o]))?null:u[1][i]||null},set:function(i){for(var u,s=0,a=n;s<t-1;)-1===(u=r.call(a[0],i[s]))&&(u=a[0].push(i[s])-1,a[1].push([[],[]])),a=a[1][u],++s;return-1===(u=r.call(a[0],i[s]))&&(u=a[0].push(i[s])-1),a[1][u]=++e,o[e]=i,e},delete:function(e){for(var i,u=0,s=n,a=[],c=o[e];u<t-1;){if(-1===(i=r.call(s[0],c[u])))return;a.push(s,i),s=s[1][i],++u}if(-1!==(i=r.call(s[0],c[u]))){for(e=s[1][i],s[0].splice(i,1),s[1].splice(i,1);!s[0].length&&a.length;)i=a.pop(),(s=a.pop())[0].splice(i,1),s[1].splice(i,1);delete o[e]}},clear:function(){n=[[],[]],o=i(null)}}}},function(t,e,n){"use strict";var r=n(138),i=n(219),o=n(218),u=n(217),s=n(140),a=Array.prototype.slice,c=Function.prototype.apply,f=Object.create;n(41).async=function(t,e){var n,l,p,h=f(null),d=f(null),y=e.memoized,v=e.original;e.memoized=u((function(t){var e=arguments,r=e[e.length-1];return"function"==typeof r&&(n=r,e=a.call(e,0,-1)),y.apply(l=this,p=e)}),y);try{o(e.memoized,y)}catch(t){}e.on("get",(function(t){var r,i,o;if(n){if(h[t])return"function"==typeof h[t]?h[t]=[h[t],n]:h[t].push(n),void(n=null);r=n,i=l,o=p,n=l=p=null,s((function(){var u;hasOwnProperty.call(d,t)?(u=d[t],e.emit("getasync",t,o,i),c.call(r,u.context,u.args)):(n=r,l=i,p=o,y.apply(i,o))}))}})),e.original=function(){var t,i,o,u;return n?(t=r(arguments),i=function t(n){var i,o,a=t.id;if(null!=a){if(delete t.id,i=h[a],delete h[a],i)return o=r(arguments),e.has(a)&&(n?e.delete(a):(d[a]={context:this,args:o},e.emit("setasync",a,"function"==typeof i?1:i.length))),"function"==typeof i?u=c.call(i,this,o):i.forEach((function(t){u=c.call(t,this,o)}),this),u}else s(c.bind(t,this,arguments))},o=n,n=l=p=null,t.push(i),u=c.call(v,this,t),i.cb=o,n=i,u):c.call(v,this,arguments)},e.on("set",(function(t){n?(h[t]?"function"==typeof h[t]?h[t]=[h[t],n.cb]:h[t].push(n.cb):h[t]=n.cb,delete n.cb,n.id=t,n=null):e.delete(t)})),e.on("delete",(function(t){var n;hasOwnProperty.call(h,t)||d[t]&&(n=d[t],delete d[t],e.emit("deleteasync",t,a.call(n.args,1)))})),e.on("clear",(function(){var t=d;d=f(null),e.emit("clearasync",i(t,(function(t){return a.call(t.args,1)})))}))}},function(t,e,n){"use strict";var r=n(219),i=n(578),o=n(579),u=n(581),s=n(220),a=n(140),c=Object.create,f=i("then","then:finally","done","done:finally");n(41).promise=function(t,e){var n=c(null),i=c(null),l=c(null);if(!0===t)t=null;else if(t=o(t),!f[t])throw new TypeError("'"+u(t)+"' is not valid promise mode");e.on("set",(function(r,o,u){var c=!1;if(!s(u))return i[r]=u,void e.emit("setasync",r,1);n[r]=1,l[r]=u;var f=function(t){var o=n[r];if(c)throw new Error("Memoizee error: Detected unordered then|done & finally resolution, which in turn makes proper detection of success/failure impossible (when in 'done:finally' mode)\nConsider to rely on 'then' or 'done' mode instead.");o&&(delete n[r],i[r]=t,e.emit("setasync",r,o))},p=function(){c=!0,n[r]&&(delete n[r],delete l[r],e.delete(r))},h=t;if(h||(h="then"),"then"===h){var d=function(){a(p)};"function"==typeof(u=u.then((function(t){a(f.bind(this,t))}),d)).finally&&u.finally(d)}else if("done"===h){if("function"!=typeof u.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");u.done(f,p)}else if("done:finally"===h){if("function"!=typeof u.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if("function"!=typeof u.finally)throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");u.done(f),u.finally(p)}})),e.on("get",(function(t,r,i){var o;if(n[t])++n[t];else{o=l[t];var u=function(){e.emit("getasync",t,r,i)};s(o)?"function"==typeof o.done?o.done(u):o.then((function(){a(u)})):u()}})),e.on("delete",(function(t){if(delete l[t],n[t])delete n[t];else if(hasOwnProperty.call(i,t)){var r=i[t];delete i[t],e.emit("deleteasync",t,[r])}})),e.on("clear",(function(){var t=i;i=c(null),n=c(null),l=c(null),e.emit("clearasync",r(t,(function(t){return[t]})))}))}},function(t,e,n){"use strict";var r=Array.prototype.forEach,i=Object.create;t.exports=function(t){var e=i(null);return r.call(arguments,(function(t){e[t]=!0})),e}},function(t,e,n){"use strict";var r=n(48),i=n(580);t.exports=function(t){return i(r(t))}},function(t,e,n){"use strict";var r=n(137);t.exports=function(t){try{return t&&r(t.toString)?t.toString():String(t)}catch(t){throw new TypeError("Passed argument cannot be stringifed")}}},function(t,e,n){"use strict";var r=n(582),i=/[\n\r\u2028\u2029]/g;t.exports=function(t){var e=r(t);return e.length>100&&(e=e.slice(0,99)+"…"),e=e.replace(i,(function(t){return JSON.stringify(t).slice(1,-1)}))}},function(t,e,n){"use strict";var r=n(137);t.exports=function(t){try{return t&&r(t.toString)?t.toString():String(t)}catch(t){return"<Non-coercible to string value>"}}},function(t,e,n){"use strict";var r=n(30),i=n(96),o=n(41),u=Function.prototype.apply;o.dispose=function(t,e,n){var s;if(r(t),n.async&&o.async||n.promise&&o.promise)return e.on("deleteasync",s=function(e,n){u.call(t,null,n)}),void e.on("clearasync",(function(t){i(t,(function(t,e){s(e,t)}))}));e.on("delete",s=function(e,n){t(n)}),e.on("clear",(function(t){i(t,(function(t,e){s(e,t)}))}))}},function(t,e,n){"use strict";var r=n(138),i=n(96),o=n(140),u=n(220),s=n(585),a=n(41),c=Function.prototype,f=Math.max,l=Math.min,p=Object.create;a.maxAge=function(t,e,n){var h,d,y,v;(t=s(t))&&(h=p(null),d=n.async&&a.async||n.promise&&a.promise?"async":"",e.on("set"+d,(function(n){h[n]=setTimeout((function(){e.delete(n)}),t),"function"==typeof h[n].unref&&h[n].unref(),v&&(v[n]&&"nextTick"!==v[n]&&clearTimeout(v[n]),v[n]=setTimeout((function(){delete v[n]}),y),"function"==typeof v[n].unref&&v[n].unref())})),e.on("delete"+d,(function(t){clearTimeout(h[t]),delete h[t],v&&("nextTick"!==v[t]&&clearTimeout(v[t]),delete v[t])})),n.preFetch&&(y=!0===n.preFetch||isNaN(n.preFetch)?.333:f(l(Number(n.preFetch),1),0))&&(v={},y=(1-y)*t,e.on("get"+d,(function(t,i,s){v[t]||(v[t]="nextTick",o((function(){var o;"nextTick"===v[t]&&(delete v[t],e.delete(t),n.async&&(i=r(i)).push(c),o=e.memoized.apply(s,i),n.promise&&u(o)&&("function"==typeof o.done?o.done(c,c):o.then(c,c)))})))}))),e.on("clear"+d,(function(){i(h,(function(t){clearTimeout(t)})),h={},v&&(i(v,(function(t){"nextTick"!==t&&clearTimeout(t)})),v={})})))}},function(t,e,n){"use strict";var r=n(40),i=n(586);t.exports=function(t){if((t=r(t))>i)throw new TypeError(t+" exceeds maximum possible timeout");return t}},function(t,e,n){"use strict";t.exports=2147483647},function(t,e,n){"use strict";var r=n(40),i=n(588),o=n(41);o.max=function(t,e,n){var u,s,a;(t=r(t))&&(s=i(t),u=n.async&&o.async||n.promise&&o.promise?"async":"",e.on("set"+u,a=function(t){void 0!==(t=s.hit(t))&&e.delete(t)}),e.on("get"+u,a),e.on("delete"+u,s.delete),e.on("clear"+u,s.clear))}},function(t,e,n){"use strict";var r=n(40),i=Object.create,o=Object.prototype.hasOwnProperty;t.exports=function(t){var e,n=0,u=1,s=i(null),a=i(null),c=0;return t=r(t),{hit:function(r){var i=a[r],f=++c;if(s[f]=r,a[r]=f,!i){if(++n<=t)return;return r=s[u],e(r),r}if(delete s[i],u===i)for(;!o.call(s,++u);)continue},delete:e=function(t){var e=a[t];if(e&&(delete s[e],delete a[t],--n,u===e)){if(!n)return c=0,void(u=1);for(;!o.call(s,++u);)continue}},clear:function(){n=0,u=1,s=i(null),a=i(null),c=0}}}},function(t,e,n){"use strict";var r=n(97),i=n(41),o=Object.create,u=Object.defineProperties;i.refCounter=function(t,e,n){var s,a;s=o(null),a=n.async&&i.async||n.promise&&i.promise?"async":"",e.on("set"+a,(function(t,e){s[t]=e||1})),e.on("get"+a,(function(t){++s[t]})),e.on("delete"+a,(function(t){delete s[t]})),e.on("clear"+a,(function(){s={}})),u(e.memoized,{deleteRef:r((function(){var t=e.get(arguments);return null===t?null:s[t]?!--s[t]&&(e.delete(t),!0):null})),getRefCount:r((function(){var t=e.get(arguments);return null===t?0:s[t]?s[t]:0}))})}},function(t,e,n){var r=n(15),i=n(49),o=n(16).Buffer,u=[1518500249,1859775393,-1894007588,-899497514],s=new Array(80);function a(){this.init(),this._w=s,i.call(this,64,56)}function c(t){return t<<30|t>>>2}function f(t,e,n,r){return 0===t?e&n|~e&r:2===t?e&n|e&r|n&r:e^n^r}r(a,i),a.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},a.prototype._update=function(t){for(var e,n=this._w,r=0|this._a,i=0|this._b,o=0|this._c,s=0|this._d,a=0|this._e,l=0;l<16;++l)n[l]=t.readInt32BE(4*l);for(;l<80;++l)n[l]=n[l-3]^n[l-8]^n[l-14]^n[l-16];for(var p=0;p<80;++p){var h=~~(p/20),d=0|((e=r)<<5|e>>>27)+f(h,i,o,s)+a+n[p]+u[h];a=s,s=o,o=c(i),i=r,r=d}this._a=r+this._a|0,this._b=i+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=a+this._e|0},a.prototype._hash=function(){var t=o.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},t.exports=a},function(t,e,n){var r=n(15),i=n(49),o=n(16).Buffer,u=[1518500249,1859775393,-1894007588,-899497514],s=new Array(80);function a(){this.init(),this._w=s,i.call(this,64,56)}function c(t){return t<<5|t>>>27}function f(t){return t<<30|t>>>2}function l(t,e,n,r){return 0===t?e&n|~e&r:2===t?e&n|e&r|n&r:e^n^r}r(a,i),a.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},a.prototype._update=function(t){for(var e,n=this._w,r=0|this._a,i=0|this._b,o=0|this._c,s=0|this._d,a=0|this._e,p=0;p<16;++p)n[p]=t.readInt32BE(4*p);for(;p<80;++p)n[p]=(e=n[p-3]^n[p-8]^n[p-14]^n[p-16])<<1|e>>>31;for(var h=0;h<80;++h){var d=~~(h/20),y=c(r)+l(d,i,o,s)+a+n[h]+u[d]|0;a=s,s=o,o=f(i),i=r,r=y}this._a=r+this._a|0,this._b=i+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=a+this._e|0},a.prototype._hash=function(){var t=o.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},t.exports=a},function(t,e,n){var r=n(15),i=n(221),o=n(49),u=n(16).Buffer,s=new Array(64);function a(){this.init(),this._w=s,o.call(this,64,56)}r(a,i),a.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},a.prototype._hash=function(){var t=u.allocUnsafe(28);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t},t.exports=a},function(t,e,n){var r=n(15),i=n(222),o=n(49),u=n(16).Buffer,s=new Array(160);function a(){this.init(),this._w=s,o.call(this,128,112)}r(a,i),a.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},a.prototype._hash=function(){var t=u.allocUnsafe(48);function e(e,n,r){t.writeInt32BE(e,r),t.writeInt32BE(n,r+4)}return e(this._ah,this._al,0),e(this._bh,this._bl,8),e(this._ch,this._cl,16),e(this._dh,this._dl,24),e(this._eh,this._el,32),e(this._fh,this._fl,40),t},t.exports=a},function(t,e,n){"use strict";var r=n(595),i=n(614);function o(t){return function(){throw new Error("Function "+t+" is deprecated and cannot be used.")}}t.exports.Type=n(7),t.exports.Schema=n(51),t.exports.FAILSAFE_SCHEMA=n(141),t.exports.JSON_SCHEMA=n(224),t.exports.CORE_SCHEMA=n(223),t.exports.DEFAULT_SAFE_SCHEMA=n(71),t.exports.DEFAULT_FULL_SCHEMA=n(98),t.exports.load=r.load,t.exports.loadAll=r.loadAll,t.exports.safeLoad=r.safeLoad,t.exports.safeLoadAll=r.safeLoadAll,t.exports.dump=i.dump,t.exports.safeDump=i.safeDump,t.exports.YAMLException=n(70),t.exports.MINIMAL_SCHEMA=n(141),t.exports.SAFE_SCHEMA=n(71),t.exports.DEFAULT_SCHEMA=n(98),t.exports.scan=o("scan"),t.exports.parse=o("parse"),t.exports.compose=o("compose"),t.exports.addConstructor=o("addConstructor")},function(t,e,n){"use strict";var r=n(50),i=n(70),o=n(596),u=n(71),s=n(98),a=Object.prototype.hasOwnProperty,c=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,f=/[\x85\u2028\u2029]/,l=/[,\[\]\{\}]/,p=/^(?:!|!!|![a-z\-]+!)$/i,h=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function d(t){return Object.prototype.toString.call(t)}function y(t){return 10===t||13===t}function v(t){return 9===t||32===t}function g(t){return 9===t||32===t||10===t||13===t}function w(t){return 44===t||91===t||93===t||123===t||125===t}function M(t){var e;return 48<=t&&t<=57?t-48:97<=(e=32|t)&&e<=102?e-97+10:-1}function m(t){return 48===t?"\0":97===t?"":98===t?"\b":116===t||9===t?"\t":110===t?"\n":118===t?"\v":102===t?"\f":114===t?"\r":101===t?"":32===t?" ":34===t?'"':47===t?"/":92===t?"\\":78===t?"…":95===t?" ":76===t?"\u2028":80===t?"\u2029":""}function _(t){return t<=65535?String.fromCharCode(t):String.fromCharCode(55296+(t-65536>>10),56320+(t-65536&1023))}for(var L=new Array(256),b=new Array(256),x=0;x<256;x++)L[x]=m(x)?1:0,b[x]=m(x);function j(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||s,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function N(t,e){return new i(e,new o(t.filename,t.input,t.position,t.line,t.position-t.lineStart))}function S(t,e){throw N(t,e)}function D(t,e){t.onWarning&&t.onWarning.call(null,N(t,e))}var I={YAML:function(t,e,n){var r,i,o;null!==t.version&&S(t,"duplication of %YAML directive"),1!==n.length&&S(t,"YAML directive accepts exactly one argument"),null===(r=/^([0-9]+)\.([0-9]+)$/.exec(n[0]))&&S(t,"ill-formed argument of the YAML directive"),i=parseInt(r[1],10),o=parseInt(r[2],10),1!==i&&S(t,"unacceptable YAML version of the document"),t.version=n[0],t.checkLineBreaks=o<2,1!==o&&2!==o&&D(t,"unsupported YAML version of the document")},TAG:function(t,e,n){var r,i;2!==n.length&&S(t,"TAG directive accepts exactly two arguments"),r=n[0],i=n[1],p.test(r)||S(t,"ill-formed tag handle (first argument) of the TAG directive"),a.call(t.tagMap,r)&&S(t,'there is a previously declared suffix for "'+r+'" tag handle'),h.test(i)||S(t,"ill-formed tag prefix (second argument) of the TAG directive"),t.tagMap[r]=i}};function A(t,e,n,r){var i,o,u,s;if(e<n){if(s=t.input.slice(e,n),r)for(i=0,o=s.length;i<o;i+=1)9===(u=s.charCodeAt(i))||32<=u&&u<=1114111||S(t,"expected valid JSON character");else c.test(s)&&S(t,"the stream contains non-printable characters");t.result+=s}}function C(t,e,n,i){var o,u,s,c;for(r.isObject(n)||S(t,"cannot merge mappings; the provided source object is unacceptable"),s=0,c=(o=Object.keys(n)).length;s<c;s+=1)u=o[s],a.call(e,u)||(e[u]=n[u],i[u]=!0)}function E(t,e,n,r,i,o,u,s){var c,f;if(Array.isArray(i))for(c=0,f=(i=Array.prototype.slice.call(i)).length;c<f;c+=1)Array.isArray(i[c])&&S(t,"nested arrays are not supported inside keys"),"object"==typeof i&&"[object Object]"===d(i[c])&&(i[c]="[object Object]");if("object"==typeof i&&"[object Object]"===d(i)&&(i="[object Object]"),i=String(i),null===e&&(e={}),"tag:yaml.org,2002:merge"===r)if(Array.isArray(o))for(c=0,f=o.length;c<f;c+=1)C(t,e,o[c],n);else C(t,e,o,n);else t.json||a.call(n,i)||!a.call(e,i)||(t.line=u||t.line,t.position=s||t.position,S(t,"duplicated mapping key")),e[i]=o,delete n[i];return e}function O(t){var e;10===(e=t.input.charCodeAt(t.position))?t.position++:13===e?(t.position++,10===t.input.charCodeAt(t.position)&&t.position++):S(t,"a line break is expected"),t.line+=1,t.lineStart=t.position}function T(t,e,n){for(var r=0,i=t.input.charCodeAt(t.position);0!==i;){for(;v(i);)i=t.input.charCodeAt(++t.position);if(e&&35===i)do{i=t.input.charCodeAt(++t.position)}while(10!==i&&13!==i&&0!==i);if(!y(i))break;for(O(t),i=t.input.charCodeAt(t.position),r++,t.lineIndent=0;32===i;)t.lineIndent++,i=t.input.charCodeAt(++t.position)}return-1!==n&&0!==r&&t.lineIndent<n&&D(t,"deficient indentation"),r}function z(t){var e,n=t.position;return!(45!==(e=t.input.charCodeAt(n))&&46!==e||e!==t.input.charCodeAt(n+1)||e!==t.input.charCodeAt(n+2)||(n+=3,0!==(e=t.input.charCodeAt(n))&&!g(e)))}function k(t,e){1===e?t.result+=" ":e>1&&(t.result+=r.repeat("\n",e-1))}function U(t,e){var n,r,i=t.tag,o=t.anchor,u=[],s=!1;for(null!==t.anchor&&(t.anchorMap[t.anchor]=u),r=t.input.charCodeAt(t.position);0!==r&&45===r&&g(t.input.charCodeAt(t.position+1));)if(s=!0,t.position++,T(t,!0,-1)&&t.lineIndent<=e)u.push(null),r=t.input.charCodeAt(t.position);else if(n=t.line,R(t,e,3,!1,!0),u.push(t.result),T(t,!0,-1),r=t.input.charCodeAt(t.position),(t.line===n||t.lineIndent>e)&&0!==r)S(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break;return!!s&&(t.tag=i,t.anchor=o,t.kind="sequence",t.result=u,!0)}function Y(t){var e,n,r,i,o=!1,u=!1;if(33!==(i=t.input.charCodeAt(t.position)))return!1;if(null!==t.tag&&S(t,"duplication of a tag property"),60===(i=t.input.charCodeAt(++t.position))?(o=!0,i=t.input.charCodeAt(++t.position)):33===i?(u=!0,n="!!",i=t.input.charCodeAt(++t.position)):n="!",e=t.position,o){do{i=t.input.charCodeAt(++t.position)}while(0!==i&&62!==i);t.position<t.length?(r=t.input.slice(e,t.position),i=t.input.charCodeAt(++t.position)):S(t,"unexpected end of the stream within a verbatim tag")}else{for(;0!==i&&!g(i);)33===i&&(u?S(t,"tag suffix cannot contain exclamation marks"):(n=t.input.slice(e-1,t.position+1),p.test(n)||S(t,"named tag handle cannot contain such characters"),u=!0,e=t.position+1)),i=t.input.charCodeAt(++t.position);r=t.input.slice(e,t.position),l.test(r)&&S(t,"tag suffix cannot contain flow indicator characters")}return r&&!h.test(r)&&S(t,"tag name cannot contain such characters: "+r),o?t.tag=r:a.call(t.tagMap,n)?t.tag=t.tagMap[n]+r:"!"===n?t.tag="!"+r:"!!"===n?t.tag="tag:yaml.org,2002:"+r:S(t,'undeclared tag handle "'+n+'"'),!0}function P(t){var e,n;if(38!==(n=t.input.charCodeAt(t.position)))return!1;for(null!==t.anchor&&S(t,"duplication of an anchor property"),n=t.input.charCodeAt(++t.position),e=t.position;0!==n&&!g(n)&&!w(n);)n=t.input.charCodeAt(++t.position);return t.position===e&&S(t,"name of an anchor node must contain at least one character"),t.anchor=t.input.slice(e,t.position),!0}function R(t,e,n,i,o){var u,s,c,f,l,p,h,d,m=1,x=!1,j=!1;if(null!==t.listener&&t.listener("open",t),t.tag=null,t.anchor=null,t.kind=null,t.result=null,u=s=c=4===n||3===n,i&&T(t,!0,-1)&&(x=!0,t.lineIndent>e?m=1:t.lineIndent===e?m=0:t.lineIndent<e&&(m=-1)),1===m)for(;Y(t)||P(t);)T(t,!0,-1)?(x=!0,c=u,t.lineIndent>e?m=1:t.lineIndent===e?m=0:t.lineIndent<e&&(m=-1)):c=!1;if(c&&(c=x||o),1!==m&&4!==n||(h=1===n||2===n?e:e+1,d=t.position-t.lineStart,1===m?c&&(U(t,d)||function(t,e,n){var r,i,o,u,s,a=t.tag,c=t.anchor,f={},l={},p=null,h=null,d=null,y=!1,w=!1;for(null!==t.anchor&&(t.anchorMap[t.anchor]=f),s=t.input.charCodeAt(t.position);0!==s;){if(r=t.input.charCodeAt(t.position+1),o=t.line,u=t.position,63!==s&&58!==s||!g(r)){if(!R(t,n,2,!1,!0))break;if(t.line===o){for(s=t.input.charCodeAt(t.position);v(s);)s=t.input.charCodeAt(++t.position);if(58===s)g(s=t.input.charCodeAt(++t.position))||S(t,"a whitespace character is expected after the key-value separator within a block mapping"),y&&(E(t,f,l,p,h,null),p=h=d=null),w=!0,y=!1,i=!1,p=t.tag,h=t.result;else{if(!w)return t.tag=a,t.anchor=c,!0;S(t,"can not read an implicit mapping pair; a colon is missed")}}else{if(!w)return t.tag=a,t.anchor=c,!0;S(t,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===s?(y&&(E(t,f,l,p,h,null),p=h=d=null),w=!0,y=!0,i=!0):y?(y=!1,i=!0):S(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,s=r;if((t.line===o||t.lineIndent>e)&&(R(t,e,4,!0,i)&&(y?h=t.result:d=t.result),y||(E(t,f,l,p,h,d,o,u),p=h=d=null),T(t,!0,-1),s=t.input.charCodeAt(t.position)),t.lineIndent>e&&0!==s)S(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return y&&E(t,f,l,p,h,null),w&&(t.tag=a,t.anchor=c,t.kind="mapping",t.result=f),w}(t,d,h))||function(t,e){var n,r,i,o,u,s,a,c,f,l,p=!0,h=t.tag,d=t.anchor,y={};if(91===(l=t.input.charCodeAt(t.position)))i=93,s=!1,r=[];else{if(123!==l)return!1;i=125,s=!0,r={}}for(null!==t.anchor&&(t.anchorMap[t.anchor]=r),l=t.input.charCodeAt(++t.position);0!==l;){if(T(t,!0,e),(l=t.input.charCodeAt(t.position))===i)return t.position++,t.tag=h,t.anchor=d,t.kind=s?"mapping":"sequence",t.result=r,!0;p||S(t,"missed comma between flow collection entries"),f=null,o=u=!1,63===l&&g(t.input.charCodeAt(t.position+1))&&(o=u=!0,t.position++,T(t,!0,e)),n=t.line,R(t,e,1,!1,!0),c=t.tag,a=t.result,T(t,!0,e),l=t.input.charCodeAt(t.position),!u&&t.line!==n||58!==l||(o=!0,l=t.input.charCodeAt(++t.position),T(t,!0,e),R(t,e,1,!1,!0),f=t.result),s?E(t,r,y,c,a,f):o?r.push(E(t,null,y,c,a,f)):r.push(a),T(t,!0,e),44===(l=t.input.charCodeAt(t.position))?(p=!0,l=t.input.charCodeAt(++t.position)):p=!1}S(t,"unexpected end of the stream within a flow collection")}(t,h)?j=!0:(s&&function(t,e){var n,i,o,u,s,a=1,c=!1,f=!1,l=e,p=0,h=!1;if(124===(u=t.input.charCodeAt(t.position)))i=!1;else{if(62!==u)return!1;i=!0}for(t.kind="scalar",t.result="";0!==u;)if(43===(u=t.input.charCodeAt(++t.position))||45===u)1===a?a=43===u?3:2:S(t,"repeat of a chomping mode identifier");else{if(!((o=48<=(s=u)&&s<=57?s-48:-1)>=0))break;0===o?S(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):f?S(t,"repeat of an indentation width identifier"):(l=e+o-1,f=!0)}if(v(u)){do{u=t.input.charCodeAt(++t.position)}while(v(u));if(35===u)do{u=t.input.charCodeAt(++t.position)}while(!y(u)&&0!==u)}for(;0!==u;){for(O(t),t.lineIndent=0,u=t.input.charCodeAt(t.position);(!f||t.lineIndent<l)&&32===u;)t.lineIndent++,u=t.input.charCodeAt(++t.position);if(!f&&t.lineIndent>l&&(l=t.lineIndent),y(u))p++;else{if(t.lineIndent<l){3===a?t.result+=r.repeat("\n",c?1+p:p):1===a&&c&&(t.result+="\n");break}for(i?v(u)?(h=!0,t.result+=r.repeat("\n",c?1+p:p)):h?(h=!1,t.result+=r.repeat("\n",p+1)):0===p?c&&(t.result+=" "):t.result+=r.repeat("\n",p):t.result+=r.repeat("\n",c?1+p:p),c=!0,f=!0,p=0,n=t.position;!y(u)&&0!==u;)u=t.input.charCodeAt(++t.position);A(t,n,t.position,!1)}}return!0}(t,h)||function(t,e){var n,r,i;if(39!==(n=t.input.charCodeAt(t.position)))return!1;for(t.kind="scalar",t.result="",t.position++,r=i=t.position;0!==(n=t.input.charCodeAt(t.position));)if(39===n){if(A(t,r,t.position,!0),39!==(n=t.input.charCodeAt(++t.position)))return!0;r=t.position,t.position++,i=t.position}else y(n)?(A(t,r,i,!0),k(t,T(t,!1,e)),r=i=t.position):t.position===t.lineStart&&z(t)?S(t,"unexpected end of the document within a single quoted scalar"):(t.position++,i=t.position);S(t,"unexpected end of the stream within a single quoted scalar")}(t,h)||function(t,e){var n,r,i,o,u,s,a;if(34!==(s=t.input.charCodeAt(t.position)))return!1;for(t.kind="scalar",t.result="",t.position++,n=r=t.position;0!==(s=t.input.charCodeAt(t.position));){if(34===s)return A(t,n,t.position,!0),t.position++,!0;if(92===s){if(A(t,n,t.position,!0),y(s=t.input.charCodeAt(++t.position)))T(t,!1,e);else if(s<256&&L[s])t.result+=b[s],t.position++;else if((u=120===(a=s)?2:117===a?4:85===a?8:0)>0){for(i=u,o=0;i>0;i--)(u=M(s=t.input.charCodeAt(++t.position)))>=0?o=(o<<4)+u:S(t,"expected hexadecimal character");t.result+=_(o),t.position++}else S(t,"unknown escape sequence");n=r=t.position}else y(s)?(A(t,n,r,!0),k(t,T(t,!1,e)),n=r=t.position):t.position===t.lineStart&&z(t)?S(t,"unexpected end of the document within a double quoted scalar"):(t.position++,r=t.position)}S(t,"unexpected end of the stream within a double quoted scalar")}(t,h)?j=!0:!function(t){var e,n,r;if(42!==(r=t.input.charCodeAt(t.position)))return!1;for(r=t.input.charCodeAt(++t.position),e=t.position;0!==r&&!g(r)&&!w(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&S(t,"name of an alias node must contain at least one character"),n=t.input.slice(e,t.position),t.anchorMap.hasOwnProperty(n)||S(t,'unidentified alias "'+n+'"'),t.result=t.anchorMap[n],T(t,!0,-1),!0}(t)?function(t,e,n){var r,i,o,u,s,a,c,f,l=t.kind,p=t.result;if(g(f=t.input.charCodeAt(t.position))||w(f)||35===f||38===f||42===f||33===f||124===f||62===f||39===f||34===f||37===f||64===f||96===f)return!1;if((63===f||45===f)&&(g(r=t.input.charCodeAt(t.position+1))||n&&w(r)))return!1;for(t.kind="scalar",t.result="",i=o=t.position,u=!1;0!==f;){if(58===f){if(g(r=t.input.charCodeAt(t.position+1))||n&&w(r))break}else if(35===f){if(g(t.input.charCodeAt(t.position-1)))break}else{if(t.position===t.lineStart&&z(t)||n&&w(f))break;if(y(f)){if(s=t.line,a=t.lineStart,c=t.lineIndent,T(t,!1,-1),t.lineIndent>=e){u=!0,f=t.input.charCodeAt(t.position);continue}t.position=o,t.line=s,t.lineStart=a,t.lineIndent=c;break}}u&&(A(t,i,o,!1),k(t,t.line-s),i=o=t.position,u=!1),v(f)||(o=t.position+1),f=t.input.charCodeAt(++t.position)}return A(t,i,o,!1),!!t.result||(t.kind=l,t.result=p,!1)}(t,h,1===n)&&(j=!0,null===t.tag&&(t.tag="?")):(j=!0,null===t.tag&&null===t.anchor||S(t,"alias node should not have any properties")),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):0===m&&(j=c&&U(t,d))),null!==t.tag&&"!"!==t.tag)if("?"===t.tag){for(f=0,l=t.implicitTypes.length;f<l;f+=1)if((p=t.implicitTypes[f]).resolve(t.result)){t.result=p.construct(t.result),t.tag=p.tag,null!==t.anchor&&(t.anchorMap[t.anchor]=t.result);break}}else a.call(t.typeMap[t.kind||"fallback"],t.tag)?(p=t.typeMap[t.kind||"fallback"][t.tag],null!==t.result&&p.kind!==t.kind&&S(t,"unacceptable node kind for !<"+t.tag+'> tag; it should be "'+p.kind+'", not "'+t.kind+'"'),p.resolve(t.result)?(t.result=p.construct(t.result),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):S(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")):S(t,"unknown tag !<"+t.tag+">");return null!==t.listener&&t.listener("close",t),null!==t.tag||null!==t.anchor||j}function Q(t){var e,n,r,i,o=t.position,u=!1;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap={},t.anchorMap={};0!==(i=t.input.charCodeAt(t.position))&&(T(t,!0,-1),i=t.input.charCodeAt(t.position),!(t.lineIndent>0||37!==i));){for(u=!0,i=t.input.charCodeAt(++t.position),e=t.position;0!==i&&!g(i);)i=t.input.charCodeAt(++t.position);for(r=[],(n=t.input.slice(e,t.position)).length<1&&S(t,"directive name must not be less than one character in length");0!==i;){for(;v(i);)i=t.input.charCodeAt(++t.position);if(35===i){do{i=t.input.charCodeAt(++t.position)}while(0!==i&&!y(i));break}if(y(i))break;for(e=t.position;0!==i&&!g(i);)i=t.input.charCodeAt(++t.position);r.push(t.input.slice(e,t.position))}0!==i&&O(t),a.call(I,n)?I[n](t,n,r):D(t,'unknown document directive "'+n+'"')}T(t,!0,-1),0===t.lineIndent&&45===t.input.charCodeAt(t.position)&&45===t.input.charCodeAt(t.position+1)&&45===t.input.charCodeAt(t.position+2)?(t.position+=3,T(t,!0,-1)):u&&S(t,"directives end mark is expected"),R(t,t.lineIndent-1,4,!1,!0),T(t,!0,-1),t.checkLineBreaks&&f.test(t.input.slice(o,t.position))&&D(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&z(t)?46===t.input.charCodeAt(t.position)&&(t.position+=3,T(t,!0,-1)):t.position<t.length-1&&S(t,"end of the stream or a document separator is expected")}function F(t,e){e=e||{},0!==(t=String(t)).length&&(10!==t.charCodeAt(t.length-1)&&13!==t.charCodeAt(t.length-1)&&(t+="\n"),65279===t.charCodeAt(0)&&(t=t.slice(1)));var n=new j(t,e);for(n.input+="\0";32===n.input.charCodeAt(n.position);)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)Q(n);return n.documents}function B(t,e,n){var r,i,o=F(t,n);if("function"!=typeof e)return o;for(r=0,i=o.length;r<i;r+=1)e(o[r])}function G(t,e){var n=F(t,e);if(0!==n.length){if(1===n.length)return n[0];throw new i("expected a single document in the stream, but found more")}}t.exports.loadAll=B,t.exports.load=G,t.exports.safeLoadAll=function(t,e,n){if("function"!=typeof e)return B(t,r.extend({schema:u},n));B(t,e,r.extend({schema:u},n))},t.exports.safeLoad=function(t,e){return G(t,r.extend({schema:u},e))}},function(t,e,n){"use strict";var r=n(50);function i(t,e,n,r,i){this.name=t,this.buffer=e,this.position=n,this.line=r,this.column=i}i.prototype.getSnippet=function(t,e){var n,i,o,u,s;if(!this.buffer)return null;for(t=t||4,e=e||75,n="",i=this.position;i>0&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(i-1));)if(i-=1,this.position-i>e/2-1){n=" ... ",i+=5;break}for(o="",u=this.position;u<this.buffer.length&&-1==="\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(u));)if((u+=1)-this.position>e/2-1){o=" ... ",u-=5;break}return s=this.buffer.slice(i,u),r.repeat(" ",t)+n+s+o+"\n"+r.repeat(" ",t+this.position-i+n.length)+"^"},i.prototype.toString=function(t){var e,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),t||(e=this.getSnippet())&&(n+=":\n"+e),n},t.exports=i},function(t,e,n){"use strict";var r=n(7);t.exports=new r("tag:yaml.org,2002:str",{kind:"scalar",construct:function(t){return null!==t?t:""}})},function(t,e,n){"use strict";var r=n(7);t.exports=new r("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(t){return null!==t?t:[]}})},function(t,e,n){"use strict";var r=n(7);t.exports=new r("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return null!==t?t:{}}})},function(t,e,n){"use strict";var r=n(7);t.exports=new r("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(t){if(null===t)return!0;var e=t.length;return 1===e&&"~"===t||4===e&&("null"===t||"Null"===t||"NULL"===t)},construct:function(){return null},predicate:function(t){return null===t},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})},function(t,e,n){"use strict";var r=n(7);t.exports=new r("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(t){if(null===t)return!1;var e=t.length;return 4===e&&("true"===t||"True"===t||"TRUE"===t)||5===e&&("false"===t||"False"===t||"FALSE"===t)},construct:function(t){return"true"===t||"True"===t||"TRUE"===t},predicate:function(t){return"[object Boolean]"===Object.prototype.toString.call(t)},represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}},defaultStyle:"lowercase"})},function(t,e,n){"use strict";var r=n(50),i=n(7);function o(t){return 48<=t&&t<=55}function u(t){return 48<=t&&t<=57}t.exports=new i("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(t){if(null===t)return!1;var e,n,r=t.length,i=0,s=!1;if(!r)return!1;if("-"!==(e=t[i])&&"+"!==e||(e=t[++i]),"0"===e){if(i+1===r)return!0;if("b"===(e=t[++i])){for(i++;i<r;i++)if("_"!==(e=t[i])){if("0"!==e&&"1"!==e)return!1;s=!0}return s&&"_"!==e}if("x"===e){for(i++;i<r;i++)if("_"!==(e=t[i])){if(!(48<=(n=t.charCodeAt(i))&&n<=57||65<=n&&n<=70||97<=n&&n<=102))return!1;s=!0}return s&&"_"!==e}for(;i<r;i++)if("_"!==(e=t[i])){if(!o(t.charCodeAt(i)))return!1;s=!0}return s&&"_"!==e}if("_"===e)return!1;for(;i<r;i++)if("_"!==(e=t[i])){if(":"===e)break;if(!u(t.charCodeAt(i)))return!1;s=!0}return!(!s||"_"===e)&&(":"!==e||/^(:[0-5]?[0-9])+$/.test(t.slice(i)))},construct:function(t){var e,n,r=t,i=1,o=[];return-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),"-"!==(e=r[0])&&"+"!==e||("-"===e&&(i=-1),e=(r=r.slice(1))[0]),"0"===r?0:"0"===e?"b"===r[1]?i*parseInt(r.slice(2),2):"x"===r[1]?i*parseInt(r,16):i*parseInt(r,8):-1!==r.indexOf(":")?(r.split(":").forEach((function(t){o.unshift(parseInt(t,10))})),r=0,n=1,o.forEach((function(t){r+=t*n,n*=60})),i*r):i*parseInt(r,10)},predicate:function(t){return"[object Number]"===Object.prototype.toString.call(t)&&t%1==0&&!r.isNegativeZero(t)},represent:{binary:function(t){return t>=0?"0b"+t.toString(2):"-0b"+t.toString(2).slice(1)},octal:function(t){return t>=0?"0"+t.toString(8):"-0"+t.toString(8).slice(1)},decimal:function(t){return t.toString(10)},hexadecimal:function(t){return t>=0?"0x"+t.toString(16).toUpperCase():"-0x"+t.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})},function(t,e,n){"use strict";var r=n(50),i=n(7),o=new RegExp("^(?:[-+]?(?:0|[1-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");var u=/^[-+]?[0-9]+e/;t.exports=new i("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(t){return null!==t&&!(!o.test(t)||"_"===t[t.length-1])},construct:function(t){var e,n,r,i;return n="-"===(e=t.replace(/_/g,"").toLowerCase())[0]?-1:1,i=[],"+-".indexOf(e[0])>=0&&(e=e.slice(1)),".inf"===e?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===e?NaN:e.indexOf(":")>=0?(e.split(":").forEach((function(t){i.unshift(parseFloat(t,10))})),e=0,r=1,i.forEach((function(t){e+=t*r,r*=60})),n*e):n*parseFloat(e,10)},predicate:function(t){return"[object Number]"===Object.prototype.toString.call(t)&&(t%1!=0||r.isNegativeZero(t))},represent:function(t,e){var n;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(r.isNegativeZero(t))return"-0.0";return n=t.toString(10),u.test(n)?n.replace("e",".e"):n},defaultStyle:"lowercase"})},function(t,e,n){"use strict";var r=n(7),i=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),o=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");t.exports=new r("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(t){return null!==t&&(null!==i.exec(t)||null!==o.exec(t))},construct:function(t){var e,n,r,u,s,a,c,f,l=0,p=null;if(null===(e=i.exec(t))&&(e=o.exec(t)),null===e)throw new Error("Date resolve error");if(n=+e[1],r=+e[2]-1,u=+e[3],!e[4])return new Date(Date.UTC(n,r,u));if(s=+e[4],a=+e[5],c=+e[6],e[7]){for(l=e[7].slice(0,3);l.length<3;)l+="0";l=+l}return e[9]&&(p=6e4*(60*+e[10]+ +(e[11]||0)),"-"===e[9]&&(p=-p)),f=new Date(Date.UTC(n,r,u,s,a,c,l)),p&&f.setTime(f.getTime()-p),f},instanceOf:Date,represent:function(t){return t.toISOString()}})},function(t,e,n){"use strict";var r=n(7);t.exports=new r("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(t){return"<<"===t||null===t}})},function(t,e,n){"use strict";var r;try{r=n(86).Buffer}catch(t){}var i=n(7),o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";t.exports=new i("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(t){if(null===t)return!1;var e,n,r=0,i=t.length,u=o;for(n=0;n<i;n++)if(!((e=u.indexOf(t.charAt(n)))>64)){if(e<0)return!1;r+=6}return r%8==0},construct:function(t){var e,n,i=t.replace(/[\r\n=]/g,""),u=i.length,s=o,a=0,c=[];for(e=0;e<u;e++)e%4==0&&e&&(c.push(a>>16&255),c.push(a>>8&255),c.push(255&a)),a=a<<6|s.indexOf(i.charAt(e));return 0===(n=u%4*6)?(c.push(a>>16&255),c.push(a>>8&255),c.push(255&a)):18===n?(c.push(a>>10&255),c.push(a>>2&255)):12===n&&c.push(a>>4&255),r?r.from?r.from(c):new r(c):c},predicate:function(t){return r&&r.isBuffer(t)},represent:function(t){var e,n,r="",i=0,u=t.length,s=o;for(e=0;e<u;e++)e%3==0&&e&&(r+=s[i>>18&63],r+=s[i>>12&63],r+=s[i>>6&63],r+=s[63&i]),i=(i<<8)+t[e];return 0===(n=u%3)?(r+=s[i>>18&63],r+=s[i>>12&63],r+=s[i>>6&63],r+=s[63&i]):2===n?(r+=s[i>>10&63],r+=s[i>>4&63],r+=s[i<<2&63],r+=s[64]):1===n&&(r+=s[i>>2&63],r+=s[i<<4&63],r+=s[64],r+=s[64]),r}})},function(t,e,n){"use strict";var r=n(7),i=Object.prototype.hasOwnProperty,o=Object.prototype.toString;t.exports=new r("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(t){if(null===t)return!0;var e,n,r,u,s,a=[],c=t;for(e=0,n=c.length;e<n;e+=1){if(r=c[e],s=!1,"[object Object]"!==o.call(r))return!1;for(u in r)if(i.call(r,u)){if(s)return!1;s=!0}if(!s)return!1;if(-1!==a.indexOf(u))return!1;a.push(u)}return!0},construct:function(t){return null!==t?t:[]}})},function(t,e,n){"use strict";var r=n(7),i=Object.prototype.toString;t.exports=new r("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(t){if(null===t)return!0;var e,n,r,o,u,s=t;for(u=new Array(s.length),e=0,n=s.length;e<n;e+=1){if(r=s[e],"[object Object]"!==i.call(r))return!1;if(1!==(o=Object.keys(r)).length)return!1;u[e]=[o[0],r[o[0]]]}return!0},construct:function(t){if(null===t)return[];var e,n,r,i,o,u=t;for(o=new Array(u.length),e=0,n=u.length;e<n;e+=1)r=u[e],i=Object.keys(r),o[e]=[i[0],r[i[0]]];return o}})},function(t,e,n){"use strict";var r=n(7),i=Object.prototype.hasOwnProperty;t.exports=new r("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(t){if(null===t)return!0;var e,n=t;for(e in n)if(i.call(n,e)&&null!==n[e])return!1;return!0},construct:function(t){return null!==t?t:{}}})},function(t,e,n){"use strict";var r=n(7);t.exports=new r("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:function(){return!0},construct:function(){},predicate:function(t){return void 0===t},represent:function(){return""}})},function(t,e,n){"use strict";var r=n(7);t.exports=new r("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:function(t){if(null===t)return!1;if(0===t.length)return!1;var e=t,n=/\/([gim]*)$/.exec(t),r="";if("/"===e[0]){if(n&&(r=n[1]),r.length>3)return!1;if("/"!==e[e.length-r.length-1])return!1}return!0},construct:function(t){var e=t,n=/\/([gim]*)$/.exec(t),r="";return"/"===e[0]&&(n&&(r=n[1]),e=e.slice(1,e.length-r.length-1)),new RegExp(e,r)},predicate:function(t){return"[object RegExp]"===Object.prototype.toString.call(t)},represent:function(t){var e="/"+t.source+"/";return t.global&&(e+="g"),t.multiline&&(e+="m"),t.ignoreCase&&(e+="i"),e}})},function(t,e,n){"use strict";var r;try{r=n(613)}catch(t){"undefined"!=typeof window&&(r=window.esprima)}var i=n(7);t.exports=new i("tag:yaml.org,2002:js/function",{kind:"scalar",resolve:function(t){if(null===t)return!1;try{var e="("+t+")",n=r.parse(e,{range:!0});return"Program"===n.type&&1===n.body.length&&"ExpressionStatement"===n.body[0].type&&("ArrowFunctionExpression"===n.body[0].expression.type||"FunctionExpression"===n.body[0].expression.type)}catch(t){return!1}},construct:function(t){var e,n="("+t+")",i=r.parse(n,{range:!0}),o=[];if("Program"!==i.type||1!==i.body.length||"ExpressionStatement"!==i.body[0].type||"ArrowFunctionExpression"!==i.body[0].expression.type&&"FunctionExpression"!==i.body[0].expression.type)throw new Error("Failed to resolve function");return i.body[0].expression.params.forEach((function(t){o.push(t.name)})),e=i.body[0].expression.body.range,"BlockStatement"===i.body[0].expression.body.type?new Function(o,n.slice(e[0]+1,e[1]-1)):new Function(o,"return "+n.slice(e[0],e[1]))},predicate:function(t){return"[object Function]"===Object.prototype.toString.call(t)},represent:function(t){return t.toString()}})},function(e,n){if(void 0===t){var r=new Error("Cannot find module 'esprima'");throw r.code="MODULE_NOT_FOUND",r}e.exports=t},function(t,e,n){"use strict";var r=n(50),i=n(70),o=n(98),u=n(71),s=Object.prototype.toString,a=Object.prototype.hasOwnProperty,c={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},f=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];function l(t){var e,n,o;if(e=t.toString(16).toUpperCase(),t<=255)n="x",o=2;else if(t<=65535)n="u",o=4;else{if(!(t<=4294967295))throw new i("code point within a string may not be greater than 0xFFFFFFFF");n="U",o=8}return"\\"+n+r.repeat("0",o-e.length)+e}function p(t){this.schema=t.schema||o,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=r.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=function(t,e){var n,r,i,o,u,s,c;if(null===e)return{};for(n={},i=0,o=(r=Object.keys(e)).length;i<o;i+=1)u=r[i],s=String(e[u]),"!!"===u.slice(0,2)&&(u="tag:yaml.org,2002:"+u.slice(2)),(c=t.compiledTypeMap.fallback[u])&&a.call(c.styleAliases,s)&&(s=c.styleAliases[s]),n[u]=s;return n}(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function h(t,e){for(var n,i=r.repeat(" ",e),o=0,u=-1,s="",a=t.length;o<a;)-1===(u=t.indexOf("\n",o))?(n=t.slice(o),o=a):(n=t.slice(o,u+1),o=u+1),n.length&&"\n"!==n&&(s+=i),s+=n;return s}function d(t,e){return"\n"+r.repeat(" ",t.indent*e)}function y(t){return 32===t||9===t}function v(t){return 32<=t&&t<=126||161<=t&&t<=55295&&8232!==t&&8233!==t||57344<=t&&t<=65533&&65279!==t||65536<=t&&t<=1114111}function g(t){return v(t)&&65279!==t&&44!==t&&91!==t&&93!==t&&123!==t&&125!==t&&58!==t&&35!==t}function w(t){return/^\n* /.test(t)}function M(t,e,n,r,i){var o,u,s,a=!1,c=!1,f=-1!==r,l=-1,p=v(s=t.charCodeAt(0))&&65279!==s&&!y(s)&&45!==s&&63!==s&&58!==s&&44!==s&&91!==s&&93!==s&&123!==s&&125!==s&&35!==s&&38!==s&&42!==s&&33!==s&&124!==s&&62!==s&&39!==s&&34!==s&&37!==s&&64!==s&&96!==s&&!y(t.charCodeAt(t.length-1));if(e)for(o=0;o<t.length;o++){if(!v(u=t.charCodeAt(o)))return 5;p=p&&g(u)}else{for(o=0;o<t.length;o++){if(10===(u=t.charCodeAt(o)))a=!0,f&&(c=c||o-l-1>r&&" "!==t[l+1],l=o);else if(!v(u))return 5;p=p&&g(u)}c=c||f&&o-l-1>r&&" "!==t[l+1]}return a||c?n>9&&w(t)?5:c?4:3:p&&!i(t)?1:2}function m(t,e,n,r){t.dump=function(){if(0===e.length)return"''";if(!t.noCompatMode&&-1!==f.indexOf(e))return"'"+e+"'";var o=t.indent*Math.max(1,n),u=-1===t.lineWidth?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-o),s=r||t.flowLevel>-1&&n>=t.flowLevel;switch(M(e,s,t.indent,u,(function(e){return function(t,e){var n,r;for(n=0,r=t.implicitTypes.length;n<r;n+=1)if(t.implicitTypes[n].resolve(e))return!0;return!1}(t,e)}))){case 1:return e;case 2:return"'"+e.replace(/'/g,"''")+"'";case 3:return"|"+_(e,t.indent)+L(h(e,o));case 4:return">"+_(e,t.indent)+L(h(function(t,e){var n,r,i=/(\n+)([^\n]*)/g,o=(s=t.indexOf("\n"),s=-1!==s?s:t.length,i.lastIndex=s,b(t.slice(0,s),e)),u="\n"===t[0]||" "===t[0];var s;for(;r=i.exec(t);){var a=r[1],c=r[2];n=" "===c[0],o+=a+(u||n||""===c?"":"\n")+b(c,e),u=n}return o}(e,u),o));case 5:return'"'+function(t){for(var e,n,r,i="",o=0;o<t.length;o++)(e=t.charCodeAt(o))>=55296&&e<=56319&&(n=t.charCodeAt(o+1))>=56320&&n<=57343?(i+=l(1024*(e-55296)+n-56320+65536),o++):i+=!(r=c[e])&&v(e)?t[o]:r||l(e);return i}(e)+'"';default:throw new i("impossible error: invalid scalar style")}}()}function _(t,e){var n=w(t)?String(e):"",r="\n"===t[t.length-1];return n+(r&&("\n"===t[t.length-2]||"\n"===t)?"+":r?"":"-")+"\n"}function L(t){return"\n"===t[t.length-1]?t.slice(0,-1):t}function b(t,e){if(""===t||" "===t[0])return t;for(var n,r,i=/ [^ ]/g,o=0,u=0,s=0,a="";n=i.exec(t);)(s=n.index)-o>e&&(r=u>o?u:s,a+="\n"+t.slice(o,r),o=r+1),u=s;return a+="\n",t.length-o>e&&u>o?a+=t.slice(o,u)+"\n"+t.slice(u+1):a+=t.slice(o),a.slice(1)}function x(t,e,n){var r,o,u,c,f,l;for(u=0,c=(o=n?t.explicitTypes:t.implicitTypes).length;u<c;u+=1)if(((f=o[u]).instanceOf||f.predicate)&&(!f.instanceOf||"object"==typeof e&&e instanceof f.instanceOf)&&(!f.predicate||f.predicate(e))){if(t.tag=n?f.tag:"?",f.represent){if(l=t.styleMap[f.tag]||f.defaultStyle,"[object Function]"===s.call(f.represent))r=f.represent(e,l);else{if(!a.call(f.represent,l))throw new i("!<"+f.tag+'> tag resolver accepts not "'+l+'" style');r=f.represent[l](e,l)}t.dump=r}return!0}return!1}function j(t,e,n,r,o,u){t.tag=null,t.dump=n,x(t,n,!1)||x(t,n,!0);var a=s.call(t.dump);r&&(r=t.flowLevel<0||t.flowLevel>e);var c,f,l="[object Object]"===a||"[object Array]"===a;if(l&&(f=-1!==(c=t.duplicates.indexOf(n))),(null!==t.tag&&"?"!==t.tag||f||2!==t.indent&&e>0)&&(o=!1),f&&t.usedDuplicates[c])t.dump="*ref_"+c;else{if(l&&f&&!t.usedDuplicates[c]&&(t.usedDuplicates[c]=!0),"[object Object]"===a)r&&0!==Object.keys(t.dump).length?(!function(t,e,n,r){var o,u,s,a,c,f,l="",p=t.tag,h=Object.keys(n);if(!0===t.sortKeys)h.sort();else if("function"==typeof t.sortKeys)h.sort(t.sortKeys);else if(t.sortKeys)throw new i("sortKeys must be a boolean or a function");for(o=0,u=h.length;o<u;o+=1)f="",r&&0===o||(f+=d(t,e)),a=n[s=h[o]],j(t,e+1,s,!0,!0,!0)&&((c=null!==t.tag&&"?"!==t.tag||t.dump&&t.dump.length>1024)&&(t.dump&&10===t.dump.charCodeAt(0)?f+="?":f+="? "),f+=t.dump,c&&(f+=d(t,e)),j(t,e+1,a,!0,c)&&(t.dump&&10===t.dump.charCodeAt(0)?f+=":":f+=": ",l+=f+=t.dump));t.tag=p,t.dump=l||"{}"}(t,e,t.dump,o),f&&(t.dump="&ref_"+c+t.dump)):(!function(t,e,n){var r,i,o,u,s,a="",c=t.tag,f=Object.keys(n);for(r=0,i=f.length;r<i;r+=1)s=t.condenseFlow?'"':"",0!==r&&(s+=", "),u=n[o=f[r]],j(t,e,o,!1,!1)&&(t.dump.length>1024&&(s+="? "),s+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),j(t,e,u,!1,!1)&&(a+=s+=t.dump));t.tag=c,t.dump="{"+a+"}"}(t,e,t.dump),f&&(t.dump="&ref_"+c+" "+t.dump));else if("[object Array]"===a){var p=t.noArrayIndent&&e>0?e-1:e;r&&0!==t.dump.length?(!function(t,e,n,r){var i,o,u="",s=t.tag;for(i=0,o=n.length;i<o;i+=1)j(t,e+1,n[i],!0,!0)&&(r&&0===i||(u+=d(t,e)),t.dump&&10===t.dump.charCodeAt(0)?u+="-":u+="- ",u+=t.dump);t.tag=s,t.dump=u||"[]"}(t,p,t.dump,o),f&&(t.dump="&ref_"+c+t.dump)):(!function(t,e,n){var r,i,o="",u=t.tag;for(r=0,i=n.length;r<i;r+=1)j(t,e,n[r],!1,!1)&&(0!==r&&(o+=","+(t.condenseFlow?"":" ")),o+=t.dump);t.tag=u,t.dump="["+o+"]"}(t,p,t.dump),f&&(t.dump="&ref_"+c+" "+t.dump))}else{if("[object String]"!==a){if(t.skipInvalid)return!1;throw new i("unacceptable kind of an object to dump "+a)}"?"!==t.tag&&m(t,t.dump,e,u)}null!==t.tag&&"?"!==t.tag&&(t.dump="!<"+t.tag+"> "+t.dump)}return!0}function N(t,e){var n,r,i=[],o=[];for(S(t,i,o),n=0,r=o.length;n<r;n+=1)e.duplicates.push(i[o[n]]);e.usedDuplicates=new Array(r)}function S(t,e,n){var r,i,o;if(null!==t&&"object"==typeof t)if(-1!==(i=e.indexOf(t)))-1===n.indexOf(i)&&n.push(i);else if(e.push(t),Array.isArray(t))for(i=0,o=t.length;i<o;i+=1)S(t[i],e,n);else for(i=0,o=(r=Object.keys(t)).length;i<o;i+=1)S(t[r[i]],e,n)}function D(t,e){var n=new p(e=e||{});return n.noRefs||N(t,n),j(n,0,t,!0,!0)?n.dump+"\n":""}t.exports.dump=D,t.exports.safeDump=function(t,e){return D(t,r.extend({schema:u},e))}},function(t,e,n){"use strict";n.r(e);var r={};n.r(r),n.d(r,"UPDATE_CONFIGS",(function(){return T})),n.d(r,"TOGGLE_CONFIGS",(function(){return z})),n.d(r,"update",(function(){return k})),n.d(r,"toggle",(function(){return U})),n.d(r,"loaded",(function(){return P}));var i={};n.r(i),n.d(i,"downloadConfig",(function(){return R})),n.d(i,"getConfigByUrl",(function(){return Q}));var o={};n.r(o),n.d(o,"get",(function(){return G}));var u=n(99),s=n.n(u),a=n(100),c=n.n(a),f=n(101),l=n.n(f),p=n(102),h=n.n(p),d=n(2),y=n.n(d),v=(n(181),function(t){l()(n,t);var e=h()(n);function n(){return s()(this,n),e.apply(this,arguments)}return c()(n,[{key:"render",value:function(){var t=this.props.getComponent,e=t("Container"),n=t("Row"),r=t("Col"),i=t("Topbar",!0),o=t("BaseLayout",!0),u=t("onlineValidatorBadge",!0);return y.a.createElement(e,{className:"swagger-ui"},i?y.a.createElement(i,null):null,y.a.createElement(o,null),y.a.createElement(n,null,y.a.createElement(r,null,y.a.createElement(u,null))))}}]),n}(y.a.Component)),g=n(17),w=n.n(g),M=n(31),m=n.n(M),_=n(4),L=n.n(_),b=n(27),x=n.n(b),j=n(12),N=n.n(j),S=n(225),D=n.n(S),I=n(19),A=function(t){l()(n,t);var e=h()(n);function n(t,r){var i;return s()(this,n),i=e.call(this,t,r),N()(x()(i),"onUrlChange",(function(t){var e=t.target.value;i.setState({url:e})})),N()(x()(i),"loadSpec",(function(t){i.props.specActions.updateUrl(t),i.props.specActions.download(t)})),N()(x()(i),"onUrlSelect",(function(t){var e=t.target.value||t.target.href;i.loadSpec(e),i.setSelectedUrl(e),t.preventDefault()})),N()(x()(i),"downloadUrl",(function(t){i.loadSpec(i.state.url),t.preventDefault()})),N()(x()(i),"setSearch",(function(t){var e,n,r=Object(I.e)();r["urls.primaryName"]=t.name;var i,o=L()(e=L()(n="".concat(window.location.protocol,"//")).call(n,window.location.host)).call(e,window.location.pathname);window&&window.history&&window.history.pushState&&window.history.replaceState(null,"",L()(i="".concat(o,"?")).call(i,Object(I.f)(r)))})),N()(x()(i),"setSelectedUrl",(function(t){var e=i.props.getConfigs().urls||[];e&&e.length&&t&&m()(e).call(e,(function(e,n){e.url===t&&(i.setState({selectedIndex:n}),i.setSearch(e))}))})),N()(x()(i),"onFilterChange",(function(t){var e=t.target.value;i.props.layoutActions.updateFilter(e)})),i.state={url:t.specSelectors.url(),selectedIndex:0},i}return c()(n,[{key:"componentWillReceiveProps",value:function(t){this.setState({url:t.specSelectors.url()})}},{key:"componentDidMount",value:function(){var t=this,e=this.props.getConfigs(),n=e.urls||[];if(n&&n.length){var r=this.state.selectedIndex,i=e["urls.primaryName"];i&&m()(n).call(n,(function(e,n){e.name===i&&(t.setState({selectedIndex:n}),r=n)})),this.loadSpec(n[r].url)}}},{key:"render",value:function(){var t=this.props,e=t.getComponent,n=t.specSelectors,r=t.getConfigs,i=e("Button"),o=e("Link"),u="loading"===n.loadingStatus(),s=["download-url-input"];"failed"===n.loadingStatus()&&s.push("failed"),u&&s.push("loading");var a=r().urls,c=[],f=null;if(a){var l=[];m()(a).call(a,(function(t,e){l.push(y.a.createElement("option",{key:e,value:t.url},t.name))})),c.push(y.a.createElement("label",{className:"select-label",htmlFor:"select"},y.a.createElement("span",null,"Select a definition"),y.a.createElement("select",{id:"select",disabled:u,onChange:this.onUrlSelect,value:a[this.state.selectedIndex].url},l)))}else f=this.downloadUrl,c.push(y.a.createElement("input",{className:s.join(" "),type:"text",onChange:this.onUrlChange,value:this.state.url,disabled:u})),c.push(y.a.createElement(i,{className:"download-url-button",onClick:this.downloadUrl},"Explore"));return y.a.createElement("div",{className:"topbar"},y.a.createElement("div",{className:"wrapper"},y.a.createElement("div",{className:"topbar-wrapper"},y.a.createElement(o,null,y.a.createElement("img",{height:"40",src:D.a,alt:"Swagger UI"})),y.a.createElement("form",{className:"download-url-wrapper",onSubmit:f},w()(c).call(c,(function(t,e){return Object(d.cloneElement)(t,{key:e})}))))))}}]),n}(y.a.Component),C=n(241),E=n.n(C),O=function(t,e){try{return E.a.safeLoad(t)}catch(t){return e&&e.errActions.newThrownErr(new Error(t)),{}}},T="configs_update",z="configs_toggle";function k(t,e){return{type:T,payload:N()({},t,e)}}function U(t){return{type:z,payload:t}}var Y,P=function(){return function(t){var e=t.getConfigs,n=t.authActions;if(e().persistAuthorization){var r=localStorage.getItem("authorized");r&&n.restoreAuthorization({authorized:JSON.parse(r)})}}},R=function(t){return function(e){return(0,e.fn.fetch)(t)}},Q=function(t,e){return function(n){var r=n.specActions;if(t)return r.downloadConfig(t).then(i,i);function i(n){n instanceof Error||n.status>=400?(r.updateLoadingStatus("failedConfig"),r.updateLoadingStatus("failedConfig"),r.updateUrl(""),console.error(n.statusText+" "+t.url),e(null)):e(O(n.text))}}},F=n(8),B=n.n(F),G=function(t,e){return t.getIn(B()(e)?e:[e])},W=n(0),q=(Y={},N()(Y,T,(function(t,e){return t.merge(Object(W.fromJS)(e.payload))})),N()(Y,z,(function(t,e){var n=e.payload,r=t.get(n);return t.set(n,!r)})),Y),J={getLocalConfig:function(){return O('---\nurl: "https://petstore.swagger.io/v2/swagger.json"\ndom_id: "#swagger-ui"\nvalidatorUrl: "https://validator.swagger.io/validator"\n')}};e.default=[function(){return{components:{Topbar:A}}},function(){return{statePlugins:{spec:{actions:i,selectors:J},configs:{reducers:q,actions:r,selectors:o}}}},function(){return{components:{StandaloneLayout:v}}}]}]).default}));
+//# sourceMappingURL=swagger-ui-standalone-preset.js.map
\ No newline at end of file
diff --git a/2.3.0/api/v2/ui/swagger-ui.css b/2.3.0/api/v2/ui/swagger-ui.css
new file mode 100644
index 0000000..360b034
--- /dev/null
+++ b/2.3.0/api/v2/ui/swagger-ui.css
@@ -0,0 +1,8 @@
+.swagger-ui{
+  /*! For license information please see swagger-ui-LICENSE
+      https://github.com/swagger-api/swagger-ui/blob/master/LICENSE
+
+      normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css | normalize.css-LICENSE
+  */font-family:sans-serif;color:#3b4151}.swagger-ui html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.swagger-ui body{margin:0}.swagger-ui article,.swagger-ui aside,.swagger-ui footer,.swagger-ui header,.swagger-ui nav,.swagger-ui section{display:block}.swagger-ui h1{font-size:2em;margin:.67em 0}.swagger-ui figcaption,.swagger-ui figure,.swagger-ui main{display:block}.swagger-ui figure{margin:1em 40px}.swagger-ui hr{box-sizing:content-box;height:0;overflow:visible}.swagger-ui pre{font-family:monospace,monospace;font-size:1em}.swagger-ui a{background-color:transparent;-webkit-text-decoration-skip:objects}.swagger-ui abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.swagger-ui b,.swagger-ui strong{font-weight:inherit;font-weight:bolder}.swagger-ui code,.swagger-ui kbd,.swagger-ui samp{font-family:monospace,monospace;font-size:1em}.swagger-ui dfn{font-style:italic}.swagger-ui mark{background-color:#ff0;color:#000}.swagger-ui small{font-size:80%}.swagger-ui sub,.swagger-ui sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.swagger-ui sub{bottom:-.25em}.swagger-ui sup{top:-.5em}.swagger-ui audio,.swagger-ui video{display:inline-block}.swagger-ui audio:not([controls]){display:none;height:0}.swagger-ui img{border-style:none}.swagger-ui svg:not(:root){overflow:hidden}.swagger-ui button,.swagger-ui input,.swagger-ui optgroup,.swagger-ui select,.swagger-ui textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}.swagger-ui button,.swagger-ui input{overflow:visible}.swagger-ui button,.swagger-ui select{text-transform:none}.swagger-ui [type=reset],.swagger-ui [type=submit],.swagger-ui button,.swagger-ui html [type=button]{-webkit-appearance:button}.swagger-ui [type=button]::-moz-focus-inner,.swagger-ui [type=reset]::-moz-focus-inner,.swagger-ui [type=submit]::-moz-focus-inner,.swagger-ui button::-moz-focus-inner{border-style:none;padding:0}.swagger-ui [type=button]:-moz-focusring,.swagger-ui [type=reset]:-moz-focusring,.swagger-ui [type=submit]:-moz-focusring,.swagger-ui button:-moz-focusring{outline:1px dotted ButtonText}.swagger-ui fieldset{padding:.35em .75em .625em}.swagger-ui legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.swagger-ui progress{display:inline-block;vertical-align:baseline}.swagger-ui textarea{overflow:auto}.swagger-ui [type=checkbox],.swagger-ui [type=radio]{box-sizing:border-box;padding:0}.swagger-ui [type=number]::-webkit-inner-spin-button,.swagger-ui [type=number]::-webkit-outer-spin-button{height:auto}.swagger-ui [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.swagger-ui [type=search]::-webkit-search-cancel-button,.swagger-ui [type=search]::-webkit-search-decoration{-webkit-appearance:none}.swagger-ui ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.swagger-ui details,.swagger-ui menu{display:block}.swagger-ui summary{display:list-item}.swagger-ui canvas{display:inline-block}.swagger-ui template{display:none}.swagger-ui [hidden]{display:none}.swagger-ui .debug *{outline:1px solid gold}.swagger-ui .debug-white *{outline:1px solid #fff}.swagger-ui .debug-black *{outline:1px solid #000}.swagger-ui .debug-grid{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDOTY4N0U2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDOTY4N0Q2N0VFMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3NjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3NzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBS+GMAAAAjSURBVHjaYvz//z8DLsD4gcGXiYEAGBIKGBne//fFpwAgwAB98AaF2pjlUQAAAABJRU5ErkJggg==) repeat 0 0}.swagger-ui .debug-grid-16{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODYyRjhERDU2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODYyRjhERDQ2N0YyMTFFNjg2MzZDQjkwNkQ4MjgwMEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QTY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3QjY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvCS01IAAABMSURBVHjaYmR4/5+BFPBfAMFm/MBgx8RAGWCn1AAmSg34Q6kBDKMGMDCwICeMIemF/5QawEipAWwUhwEjMDvbAWlWkvVBwu8vQIABAEwBCph8U6c0AAAAAElFTkSuQmCC) repeat 0 0}.swagger-ui .debug-grid-8-solid{background:#fff url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAAAAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxMjI0OTczNjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxMjI0OTc0NjdCMzExRTZCMkJDRTI0MDgxMDAyMTcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjEyMjQ5NzE2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjEyMjQ5NzI2N0IzMTFFNkIyQkNFMjQwODEwMDIxNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAbGhopHSlBJiZBQi8vL0JHPz4+P0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHAR0pKTQmND8oKD9HPzU/R0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0dHR0f/wAARCAAIAAgDASIAAhEBAxEB/8QAWQABAQAAAAAAAAAAAAAAAAAAAAYBAQEAAAAAAAAAAAAAAAAAAAIEEAEBAAMBAAAAAAAAAAAAAAABADECA0ERAAEDBQAAAAAAAAAAAAAAAAARITFBUWESIv/aAAwDAQACEQMRAD8AoOnTV1QTD7JJshP3vSM3P//Z) repeat 0 0}.swagger-ui .debug-grid-16-solid{background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzY3MkJEN0U2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzY3MkJEN0Y2N0M1MTFFNkIyQkNFMjQwODEwMDIxNzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjcyQkQ3QzY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NjcyQkQ3RDY3QzUxMUU2QjJCQ0UyNDA4MTAwMjE3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pve6J3kAAAAzSURBVHjaYvz//z8D0UDsMwMjSRoYP5Gq4SPNbRjVMEQ1fCRDg+in/6+J1AJUxsgAEGAA31BAJMS0GYEAAAAASUVORK5CYII=) repeat 0 0}.swagger-ui .border-box,.swagger-ui a,.swagger-ui article,.swagger-ui body,.swagger-ui code,.swagger-ui dd,.swagger-ui div,.swagger-ui dl,.swagger-ui dt,.swagger-ui fieldset,.swagger-ui footer,.swagger-ui form,.swagger-ui h1,.swagger-ui h2,.swagger-ui h3,.swagger-ui h4,.swagger-ui h5,.swagger-ui h6,.swagger-ui header,.swagger-ui html,.swagger-ui input[type=email],.swagger-ui input[type=number],.swagger-ui input[type=password],.swagger-ui input[type=tel],.swagger-ui input[type=text],.swagger-ui input[type=url],.swagger-ui legend,.swagger-ui li,.swagger-ui main,.swagger-ui ol,.swagger-ui p,.swagger-ui pre,.swagger-ui section,.swagger-ui table,.swagger-ui td,.swagger-ui textarea,.swagger-ui th,.swagger-ui tr,.swagger-ui ul{box-sizing:border-box}.swagger-ui .aspect-ratio{height:0;position:relative}.swagger-ui .aspect-ratio--16x9{padding-bottom:56.25%}.swagger-ui .aspect-ratio--9x16{padding-bottom:177.77%}.swagger-ui .aspect-ratio--4x3{padding-bottom:75%}.swagger-ui .aspect-ratio--3x4{padding-bottom:133.33%}.swagger-ui .aspect-ratio--6x4{padding-bottom:66.6%}.swagger-ui .aspect-ratio--4x6{padding-bottom:150%}.swagger-ui .aspect-ratio--8x5{padding-bottom:62.5%}.swagger-ui .aspect-ratio--5x8{padding-bottom:160%}.swagger-ui .aspect-ratio--7x5{padding-bottom:71.42%}.swagger-ui .aspect-ratio--5x7{padding-bottom:140%}.swagger-ui .aspect-ratio--1x1{padding-bottom:100%}.swagger-ui .aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}@media screen and (min-width:30em){.swagger-ui .aspect-ratio-ns{height:0;position:relative}.swagger-ui .aspect-ratio--16x9-ns{padding-bottom:56.25%}.swagger-ui .aspect-ratio--9x16-ns{padding-bottom:177.77%}.swagger-ui .aspect-ratio--4x3-ns{padding-bottom:75%}.swagger-ui .aspect-ratio--3x4-ns{padding-bottom:133.33%}.swagger-ui .aspect-ratio--6x4-ns{padding-bottom:66.6%}.swagger-ui .aspect-ratio--4x6-ns{padding-bottom:150%}.swagger-ui .aspect-ratio--8x5-ns{padding-bottom:62.5%}.swagger-ui .aspect-ratio--5x8-ns{padding-bottom:160%}.swagger-ui .aspect-ratio--7x5-ns{padding-bottom:71.42%}.swagger-ui .aspect-ratio--5x7-ns{padding-bottom:140%}.swagger-ui .aspect-ratio--1x1-ns{padding-bottom:100%}.swagger-ui .aspect-ratio--object-ns{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .aspect-ratio-m{height:0;position:relative}.swagger-ui .aspect-ratio--16x9-m{padding-bottom:56.25%}.swagger-ui .aspect-ratio--9x16-m{padding-bottom:177.77%}.swagger-ui .aspect-ratio--4x3-m{padding-bottom:75%}.swagger-ui .aspect-ratio--3x4-m{padding-bottom:133.33%}.swagger-ui .aspect-ratio--6x4-m{padding-bottom:66.6%}.swagger-ui .aspect-ratio--4x6-m{padding-bottom:150%}.swagger-ui .aspect-ratio--8x5-m{padding-bottom:62.5%}.swagger-ui .aspect-ratio--5x8-m{padding-bottom:160%}.swagger-ui .aspect-ratio--7x5-m{padding-bottom:71.42%}.swagger-ui .aspect-ratio--5x7-m{padding-bottom:140%}.swagger-ui .aspect-ratio--1x1-m{padding-bottom:100%}.swagger-ui .aspect-ratio--object-m{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}}@media screen and (min-width:60em){.swagger-ui .aspect-ratio-l{height:0;position:relative}.swagger-ui .aspect-ratio--16x9-l{padding-bottom:56.25%}.swagger-ui .aspect-ratio--9x16-l{padding-bottom:177.77%}.swagger-ui .aspect-ratio--4x3-l{padding-bottom:75%}.swagger-ui .aspect-ratio--3x4-l{padding-bottom:133.33%}.swagger-ui .aspect-ratio--6x4-l{padding-bottom:66.6%}.swagger-ui .aspect-ratio--4x6-l{padding-bottom:150%}.swagger-ui .aspect-ratio--8x5-l{padding-bottom:62.5%}.swagger-ui .aspect-ratio--5x8-l{padding-bottom:160%}.swagger-ui .aspect-ratio--7x5-l{padding-bottom:71.42%}.swagger-ui .aspect-ratio--5x7-l{padding-bottom:140%}.swagger-ui .aspect-ratio--1x1-l{padding-bottom:100%}.swagger-ui .aspect-ratio--object-l{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}}.swagger-ui img{max-width:100%}.swagger-ui .cover{background-size:cover!important}.swagger-ui .contain{background-size:contain!important}@media screen and (min-width:30em){.swagger-ui .cover-ns{background-size:cover!important}.swagger-ui .contain-ns{background-size:contain!important}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .cover-m{background-size:cover!important}.swagger-ui .contain-m{background-size:contain!important}}@media screen and (min-width:60em){.swagger-ui .cover-l{background-size:cover!important}.swagger-ui .contain-l{background-size:contain!important}}.swagger-ui .bg-center{background-repeat:no-repeat;background-position:50%}.swagger-ui .bg-top{background-repeat:no-repeat;background-position:top}.swagger-ui .bg-right{background-repeat:no-repeat;background-position:100%}.swagger-ui .bg-bottom{background-repeat:no-repeat;background-position:bottom}.swagger-ui .bg-left{background-repeat:no-repeat;background-position:0}@media screen and (min-width:30em){.swagger-ui .bg-center-ns{background-repeat:no-repeat;background-position:50%}.swagger-ui .bg-top-ns{background-repeat:no-repeat;background-position:top}.swagger-ui .bg-right-ns{background-repeat:no-repeat;background-position:100%}.swagger-ui .bg-bottom-ns{background-repeat:no-repeat;background-position:bottom}.swagger-ui .bg-left-ns{background-repeat:no-repeat;background-position:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .bg-center-m{background-repeat:no-repeat;background-position:50%}.swagger-ui .bg-top-m{background-repeat:no-repeat;background-position:top}.swagger-ui .bg-right-m{background-repeat:no-repeat;background-position:100%}.swagger-ui .bg-bottom-m{background-repeat:no-repeat;background-position:bottom}.swagger-ui .bg-left-m{background-repeat:no-repeat;background-position:0}}@media screen and (min-width:60em){.swagger-ui .bg-center-l{background-repeat:no-repeat;background-position:50%}.swagger-ui .bg-top-l{background-repeat:no-repeat;background-position:top}.swagger-ui .bg-right-l{background-repeat:no-repeat;background-position:100%}.swagger-ui .bg-bottom-l{background-repeat:no-repeat;background-position:bottom}.swagger-ui .bg-left-l{background-repeat:no-repeat;background-position:0}}.swagger-ui .outline{outline:1px solid}.swagger-ui .outline-transparent{outline:1px solid transparent}.swagger-ui .outline-0{outline:0}@media screen and (min-width:30em){.swagger-ui .outline-ns{outline:1px solid}.swagger-ui .outline-transparent-ns{outline:1px solid transparent}.swagger-ui .outline-0-ns{outline:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .outline-m{outline:1px solid}.swagger-ui .outline-transparent-m{outline:1px solid transparent}.swagger-ui .outline-0-m{outline:0}}@media screen and (min-width:60em){.swagger-ui .outline-l{outline:1px solid}.swagger-ui .outline-transparent-l{outline:1px solid transparent}.swagger-ui .outline-0-l{outline:0}}.swagger-ui .ba{border-style:solid;border-width:1px}.swagger-ui .bt{border-top-style:solid;border-top-width:1px}.swagger-ui .br{border-right-style:solid;border-right-width:1px}.swagger-ui .bb{border-bottom-style:solid;border-bottom-width:1px}.swagger-ui .bl{border-left-style:solid;border-left-width:1px}.swagger-ui .bn{border-style:none;border-width:0}@media screen and (min-width:30em){.swagger-ui .ba-ns{border-style:solid;border-width:1px}.swagger-ui .bt-ns{border-top-style:solid;border-top-width:1px}.swagger-ui .br-ns{border-right-style:solid;border-right-width:1px}.swagger-ui .bb-ns{border-bottom-style:solid;border-bottom-width:1px}.swagger-ui .bl-ns{border-left-style:solid;border-left-width:1px}.swagger-ui .bn-ns{border-style:none;border-width:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .ba-m{border-style:solid;border-width:1px}.swagger-ui .bt-m{border-top-style:solid;border-top-width:1px}.swagger-ui .br-m{border-right-style:solid;border-right-width:1px}.swagger-ui .bb-m{border-bottom-style:solid;border-bottom-width:1px}.swagger-ui .bl-m{border-left-style:solid;border-left-width:1px}.swagger-ui .bn-m{border-style:none;border-width:0}}@media screen and (min-width:60em){.swagger-ui .ba-l{border-style:solid;border-width:1px}.swagger-ui .bt-l{border-top-style:solid;border-top-width:1px}.swagger-ui .br-l{border-right-style:solid;border-right-width:1px}.swagger-ui .bb-l{border-bottom-style:solid;border-bottom-width:1px}.swagger-ui .bl-l{border-left-style:solid;border-left-width:1px}.swagger-ui .bn-l{border-style:none;border-width:0}}.swagger-ui .b--black{border-color:#000}.swagger-ui .b--near-black{border-color:#111}.swagger-ui .b--dark-gray{border-color:#333}.swagger-ui .b--mid-gray{border-color:#555}.swagger-ui .b--gray{border-color:#777}.swagger-ui .b--silver{border-color:#999}.swagger-ui .b--light-silver{border-color:#aaa}.swagger-ui .b--moon-gray{border-color:#ccc}.swagger-ui .b--light-gray{border-color:#eee}.swagger-ui .b--near-white{border-color:#f4f4f4}.swagger-ui .b--white{border-color:#fff}.swagger-ui .b--white-90{border-color:hsla(0,0%,100%,.9)}.swagger-ui .b--white-80{border-color:hsla(0,0%,100%,.8)}.swagger-ui .b--white-70{border-color:hsla(0,0%,100%,.7)}.swagger-ui .b--white-60{border-color:hsla(0,0%,100%,.6)}.swagger-ui .b--white-50{border-color:hsla(0,0%,100%,.5)}.swagger-ui .b--white-40{border-color:hsla(0,0%,100%,.4)}.swagger-ui .b--white-30{border-color:hsla(0,0%,100%,.3)}.swagger-ui .b--white-20{border-color:hsla(0,0%,100%,.2)}.swagger-ui .b--white-10{border-color:hsla(0,0%,100%,.1)}.swagger-ui .b--white-05{border-color:hsla(0,0%,100%,.05)}.swagger-ui .b--white-025{border-color:hsla(0,0%,100%,.025)}.swagger-ui .b--white-0125{border-color:hsla(0,0%,100%,.0125)}.swagger-ui .b--black-90{border-color:rgba(0,0,0,.9)}.swagger-ui .b--black-80{border-color:rgba(0,0,0,.8)}.swagger-ui .b--black-70{border-color:rgba(0,0,0,.7)}.swagger-ui .b--black-60{border-color:rgba(0,0,0,.6)}.swagger-ui .b--black-50{border-color:rgba(0,0,0,.5)}.swagger-ui .b--black-40{border-color:rgba(0,0,0,.4)}.swagger-ui .b--black-30{border-color:rgba(0,0,0,.3)}.swagger-ui .b--black-20{border-color:rgba(0,0,0,.2)}.swagger-ui .b--black-10{border-color:rgba(0,0,0,.1)}.swagger-ui .b--black-05{border-color:rgba(0,0,0,.05)}.swagger-ui .b--black-025{border-color:rgba(0,0,0,.025)}.swagger-ui .b--black-0125{border-color:rgba(0,0,0,.0125)}.swagger-ui .b--dark-red{border-color:#e7040f}.swagger-ui .b--red{border-color:#ff4136}.swagger-ui .b--light-red{border-color:#ff725c}.swagger-ui .b--orange{border-color:#ff6300}.swagger-ui .b--gold{border-color:#ffb700}.swagger-ui .b--yellow{border-color:gold}.swagger-ui .b--light-yellow{border-color:#fbf1a9}.swagger-ui .b--purple{border-color:#5e2ca5}.swagger-ui .b--light-purple{border-color:#a463f2}.swagger-ui .b--dark-pink{border-color:#d5008f}.swagger-ui .b--hot-pink{border-color:#ff41b4}.swagger-ui .b--pink{border-color:#ff80cc}.swagger-ui .b--light-pink{border-color:#ffa3d7}.swagger-ui .b--dark-green{border-color:#137752}.swagger-ui .b--green{border-color:#19a974}.swagger-ui .b--light-green{border-color:#9eebcf}.swagger-ui .b--navy{border-color:#001b44}.swagger-ui .b--dark-blue{border-color:#00449e}.swagger-ui .b--blue{border-color:#357edd}.swagger-ui .b--light-blue{border-color:#96ccff}.swagger-ui .b--lightest-blue{border-color:#cdecff}.swagger-ui .b--washed-blue{border-color:#f6fffe}.swagger-ui .b--washed-green{border-color:#e8fdf5}.swagger-ui .b--washed-yellow{border-color:#fffceb}.swagger-ui .b--washed-red{border-color:#ffdfdf}.swagger-ui .b--transparent{border-color:transparent}.swagger-ui .b--inherit{border-color:inherit}.swagger-ui .br0{border-radius:0}.swagger-ui .br1{border-radius:.125rem}.swagger-ui .br2{border-radius:.25rem}.swagger-ui .br3{border-radius:.5rem}.swagger-ui .br4{border-radius:1rem}.swagger-ui .br-100{border-radius:100%}.swagger-ui .br-pill{border-radius:9999px}.swagger-ui .br--bottom{border-top-left-radius:0;border-top-right-radius:0}.swagger-ui .br--top{border-bottom-left-radius:0;border-bottom-right-radius:0}.swagger-ui .br--right{border-top-left-radius:0;border-bottom-left-radius:0}.swagger-ui .br--left{border-top-right-radius:0;border-bottom-right-radius:0}@media screen and (min-width:30em){.swagger-ui .br0-ns{border-radius:0}.swagger-ui .br1-ns{border-radius:.125rem}.swagger-ui .br2-ns{border-radius:.25rem}.swagger-ui .br3-ns{border-radius:.5rem}.swagger-ui .br4-ns{border-radius:1rem}.swagger-ui .br-100-ns{border-radius:100%}.swagger-ui .br-pill-ns{border-radius:9999px}.swagger-ui .br--bottom-ns{border-top-left-radius:0;border-top-right-radius:0}.swagger-ui .br--top-ns{border-bottom-left-radius:0;border-bottom-right-radius:0}.swagger-ui .br--right-ns{border-top-left-radius:0;border-bottom-left-radius:0}.swagger-ui .br--left-ns{border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .br0-m{border-radius:0}.swagger-ui .br1-m{border-radius:.125rem}.swagger-ui .br2-m{border-radius:.25rem}.swagger-ui .br3-m{border-radius:.5rem}.swagger-ui .br4-m{border-radius:1rem}.swagger-ui .br-100-m{border-radius:100%}.swagger-ui .br-pill-m{border-radius:9999px}.swagger-ui .br--bottom-m{border-top-left-radius:0;border-top-right-radius:0}.swagger-ui .br--top-m{border-bottom-left-radius:0;border-bottom-right-radius:0}.swagger-ui .br--right-m{border-top-left-radius:0;border-bottom-left-radius:0}.swagger-ui .br--left-m{border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (min-width:60em){.swagger-ui .br0-l{border-radius:0}.swagger-ui .br1-l{border-radius:.125rem}.swagger-ui .br2-l{border-radius:.25rem}.swagger-ui .br3-l{border-radius:.5rem}.swagger-ui .br4-l{border-radius:1rem}.swagger-ui .br-100-l{border-radius:100%}.swagger-ui .br-pill-l{border-radius:9999px}.swagger-ui .br--bottom-l{border-top-left-radius:0;border-top-right-radius:0}.swagger-ui .br--top-l{border-bottom-left-radius:0;border-bottom-right-radius:0}.swagger-ui .br--right-l{border-top-left-radius:0;border-bottom-left-radius:0}.swagger-ui .br--left-l{border-top-right-radius:0;border-bottom-right-radius:0}}.swagger-ui .b--dotted{border-style:dotted}.swagger-ui .b--dashed{border-style:dashed}.swagger-ui .b--solid{border-style:solid}.swagger-ui .b--none{border-style:none}@media screen and (min-width:30em){.swagger-ui .b--dotted-ns{border-style:dotted}.swagger-ui .b--dashed-ns{border-style:dashed}.swagger-ui .b--solid-ns{border-style:solid}.swagger-ui .b--none-ns{border-style:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .b--dotted-m{border-style:dotted}.swagger-ui .b--dashed-m{border-style:dashed}.swagger-ui .b--solid-m{border-style:solid}.swagger-ui .b--none-m{border-style:none}}@media screen and (min-width:60em){.swagger-ui .b--dotted-l{border-style:dotted}.swagger-ui .b--dashed-l{border-style:dashed}.swagger-ui .b--solid-l{border-style:solid}.swagger-ui .b--none-l{border-style:none}}.swagger-ui .bw0{border-width:0}.swagger-ui .bw1{border-width:.125rem}.swagger-ui .bw2{border-width:.25rem}.swagger-ui .bw3{border-width:.5rem}.swagger-ui .bw4{border-width:1rem}.swagger-ui .bw5{border-width:2rem}.swagger-ui .bt-0{border-top-width:0}.swagger-ui .br-0{border-right-width:0}.swagger-ui .bb-0{border-bottom-width:0}.swagger-ui .bl-0{border-left-width:0}@media screen and (min-width:30em){.swagger-ui .bw0-ns{border-width:0}.swagger-ui .bw1-ns{border-width:.125rem}.swagger-ui .bw2-ns{border-width:.25rem}.swagger-ui .bw3-ns{border-width:.5rem}.swagger-ui .bw4-ns{border-width:1rem}.swagger-ui .bw5-ns{border-width:2rem}.swagger-ui .bt-0-ns{border-top-width:0}.swagger-ui .br-0-ns{border-right-width:0}.swagger-ui .bb-0-ns{border-bottom-width:0}.swagger-ui .bl-0-ns{border-left-width:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .bw0-m{border-width:0}.swagger-ui .bw1-m{border-width:.125rem}.swagger-ui .bw2-m{border-width:.25rem}.swagger-ui .bw3-m{border-width:.5rem}.swagger-ui .bw4-m{border-width:1rem}.swagger-ui .bw5-m{border-width:2rem}.swagger-ui .bt-0-m{border-top-width:0}.swagger-ui .br-0-m{border-right-width:0}.swagger-ui .bb-0-m{border-bottom-width:0}.swagger-ui .bl-0-m{border-left-width:0}}@media screen and (min-width:60em){.swagger-ui .bw0-l{border-width:0}.swagger-ui .bw1-l{border-width:.125rem}.swagger-ui .bw2-l{border-width:.25rem}.swagger-ui .bw3-l{border-width:.5rem}.swagger-ui .bw4-l{border-width:1rem}.swagger-ui .bw5-l{border-width:2rem}.swagger-ui .bt-0-l{border-top-width:0}.swagger-ui .br-0-l{border-right-width:0}.swagger-ui .bb-0-l{border-bottom-width:0}.swagger-ui .bl-0-l{border-left-width:0}}.swagger-ui .shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-4{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.swagger-ui .shadow-5{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}@media screen and (min-width:30em){.swagger-ui .shadow-1-ns{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-2-ns{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-3-ns{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-4-ns{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.swagger-ui .shadow-5-ns{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-4-m{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.swagger-ui .shadow-5-m{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}}@media screen and (min-width:60em){.swagger-ui .shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.swagger-ui .shadow-4-l{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.swagger-ui .shadow-5-l{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}}.swagger-ui .pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}.swagger-ui .top-0{top:0}.swagger-ui .right-0{right:0}.swagger-ui .bottom-0{bottom:0}.swagger-ui .left-0{left:0}.swagger-ui .top-1{top:1rem}.swagger-ui .right-1{right:1rem}.swagger-ui .bottom-1{bottom:1rem}.swagger-ui .left-1{left:1rem}.swagger-ui .top-2{top:2rem}.swagger-ui .right-2{right:2rem}.swagger-ui .bottom-2{bottom:2rem}.swagger-ui .left-2{left:2rem}.swagger-ui .top--1{top:-1rem}.swagger-ui .right--1{right:-1rem}.swagger-ui .bottom--1{bottom:-1rem}.swagger-ui .left--1{left:-1rem}.swagger-ui .top--2{top:-2rem}.swagger-ui .right--2{right:-2rem}.swagger-ui .bottom--2{bottom:-2rem}.swagger-ui .left--2{left:-2rem}.swagger-ui .absolute--fill{top:0;right:0;bottom:0;left:0}@media screen and (min-width:30em){.swagger-ui .top-0-ns{top:0}.swagger-ui .left-0-ns{left:0}.swagger-ui .right-0-ns{right:0}.swagger-ui .bottom-0-ns{bottom:0}.swagger-ui .top-1-ns{top:1rem}.swagger-ui .left-1-ns{left:1rem}.swagger-ui .right-1-ns{right:1rem}.swagger-ui .bottom-1-ns{bottom:1rem}.swagger-ui .top-2-ns{top:2rem}.swagger-ui .left-2-ns{left:2rem}.swagger-ui .right-2-ns{right:2rem}.swagger-ui .bottom-2-ns{bottom:2rem}.swagger-ui .top--1-ns{top:-1rem}.swagger-ui .right--1-ns{right:-1rem}.swagger-ui .bottom--1-ns{bottom:-1rem}.swagger-ui .left--1-ns{left:-1rem}.swagger-ui .top--2-ns{top:-2rem}.swagger-ui .right--2-ns{right:-2rem}.swagger-ui .bottom--2-ns{bottom:-2rem}.swagger-ui .left--2-ns{left:-2rem}.swagger-ui .absolute--fill-ns{top:0;right:0;bottom:0;left:0}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .top-0-m{top:0}.swagger-ui .left-0-m{left:0}.swagger-ui .right-0-m{right:0}.swagger-ui .bottom-0-m{bottom:0}.swagger-ui .top-1-m{top:1rem}.swagger-ui .left-1-m{left:1rem}.swagger-ui .right-1-m{right:1rem}.swagger-ui .bottom-1-m{bottom:1rem}.swagger-ui .top-2-m{top:2rem}.swagger-ui .left-2-m{left:2rem}.swagger-ui .right-2-m{right:2rem}.swagger-ui .bottom-2-m{bottom:2rem}.swagger-ui .top--1-m{top:-1rem}.swagger-ui .right--1-m{right:-1rem}.swagger-ui .bottom--1-m{bottom:-1rem}.swagger-ui .left--1-m{left:-1rem}.swagger-ui .top--2-m{top:-2rem}.swagger-ui .right--2-m{right:-2rem}.swagger-ui .bottom--2-m{bottom:-2rem}.swagger-ui .left--2-m{left:-2rem}.swagger-ui .absolute--fill-m{top:0;right:0;bottom:0;left:0}}@media screen and (min-width:60em){.swagger-ui .top-0-l{top:0}.swagger-ui .left-0-l{left:0}.swagger-ui .right-0-l{right:0}.swagger-ui .bottom-0-l{bottom:0}.swagger-ui .top-1-l{top:1rem}.swagger-ui .left-1-l{left:1rem}.swagger-ui .right-1-l{right:1rem}.swagger-ui .bottom-1-l{bottom:1rem}.swagger-ui .top-2-l{top:2rem}.swagger-ui .left-2-l{left:2rem}.swagger-ui .right-2-l{right:2rem}.swagger-ui .bottom-2-l{bottom:2rem}.swagger-ui .top--1-l{top:-1rem}.swagger-ui .right--1-l{right:-1rem}.swagger-ui .bottom--1-l{bottom:-1rem}.swagger-ui .left--1-l{left:-1rem}.swagger-ui .top--2-l{top:-2rem}.swagger-ui .right--2-l{right:-2rem}.swagger-ui .bottom--2-l{bottom:-2rem}.swagger-ui .left--2-l{left:-2rem}.swagger-ui .absolute--fill-l{top:0;right:0;bottom:0;left:0}}.swagger-ui .cf:after,.swagger-ui .cf:before{content:" ";display:table}.swagger-ui .cf:after{clear:both}.swagger-ui .cf{*zoom:1}.swagger-ui .cl{clear:left}.swagger-ui .cr{clear:right}.swagger-ui .cb{clear:both}.swagger-ui .cn{clear:none}@media screen and (min-width:30em){.swagger-ui .cl-ns{clear:left}.swagger-ui .cr-ns{clear:right}.swagger-ui .cb-ns{clear:both}.swagger-ui .cn-ns{clear:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .cl-m{clear:left}.swagger-ui .cr-m{clear:right}.swagger-ui .cb-m{clear:both}.swagger-ui .cn-m{clear:none}}@media screen and (min-width:60em){.swagger-ui .cl-l{clear:left}.swagger-ui .cr-l{clear:right}.swagger-ui .cb-l{clear:both}.swagger-ui .cn-l{clear:none}}.swagger-ui .flex{display:flex}.swagger-ui .inline-flex{display:inline-flex}.swagger-ui .flex-auto{flex:1 1 auto;min-width:0;min-height:0}.swagger-ui .flex-none{flex:none}.swagger-ui .flex-column{flex-direction:column}.swagger-ui .flex-row{flex-direction:row}.swagger-ui .flex-wrap{flex-wrap:wrap}.swagger-ui .flex-nowrap{flex-wrap:nowrap}.swagger-ui .flex-wrap-reverse{flex-wrap:wrap-reverse}.swagger-ui .flex-column-reverse{flex-direction:column-reverse}.swagger-ui .flex-row-reverse{flex-direction:row-reverse}.swagger-ui .items-start{align-items:flex-start}.swagger-ui .items-end{align-items:flex-end}.swagger-ui .items-center{align-items:center}.swagger-ui .items-baseline{align-items:baseline}.swagger-ui .items-stretch{align-items:stretch}.swagger-ui .self-start{align-self:flex-start}.swagger-ui .self-end{align-self:flex-end}.swagger-ui .self-center{align-self:center}.swagger-ui .self-baseline{align-self:baseline}.swagger-ui .self-stretch{align-self:stretch}.swagger-ui .justify-start{justify-content:flex-start}.swagger-ui .justify-end{justify-content:flex-end}.swagger-ui .justify-center{justify-content:center}.swagger-ui .justify-between{justify-content:space-between}.swagger-ui .justify-around{justify-content:space-around}.swagger-ui .content-start{align-content:flex-start}.swagger-ui .content-end{align-content:flex-end}.swagger-ui .content-center{align-content:center}.swagger-ui .content-between{align-content:space-between}.swagger-ui .content-around{align-content:space-around}.swagger-ui .content-stretch{align-content:stretch}.swagger-ui .order-0{order:0}.swagger-ui .order-1{order:1}.swagger-ui .order-2{order:2}.swagger-ui .order-3{order:3}.swagger-ui .order-4{order:4}.swagger-ui .order-5{order:5}.swagger-ui .order-6{order:6}.swagger-ui .order-7{order:7}.swagger-ui .order-8{order:8}.swagger-ui .order-last{order:99999}.swagger-ui .flex-grow-0{flex-grow:0}.swagger-ui .flex-grow-1{flex-grow:1}.swagger-ui .flex-shrink-0{flex-shrink:0}.swagger-ui .flex-shrink-1{flex-shrink:1}@media screen and (min-width:30em){.swagger-ui .flex-ns{display:flex}.swagger-ui .inline-flex-ns{display:inline-flex}.swagger-ui .flex-auto-ns{flex:1 1 auto;min-width:0;min-height:0}.swagger-ui .flex-none-ns{flex:none}.swagger-ui .flex-column-ns{flex-direction:column}.swagger-ui .flex-row-ns{flex-direction:row}.swagger-ui .flex-wrap-ns{flex-wrap:wrap}.swagger-ui .flex-nowrap-ns{flex-wrap:nowrap}.swagger-ui .flex-wrap-reverse-ns{flex-wrap:wrap-reverse}.swagger-ui .flex-column-reverse-ns{flex-direction:column-reverse}.swagger-ui .flex-row-reverse-ns{flex-direction:row-reverse}.swagger-ui .items-start-ns{align-items:flex-start}.swagger-ui .items-end-ns{align-items:flex-end}.swagger-ui .items-center-ns{align-items:center}.swagger-ui .items-baseline-ns{align-items:baseline}.swagger-ui .items-stretch-ns{align-items:stretch}.swagger-ui .self-start-ns{align-self:flex-start}.swagger-ui .self-end-ns{align-self:flex-end}.swagger-ui .self-center-ns{align-self:center}.swagger-ui .self-baseline-ns{align-self:baseline}.swagger-ui .self-stretch-ns{align-self:stretch}.swagger-ui .justify-start-ns{justify-content:flex-start}.swagger-ui .justify-end-ns{justify-content:flex-end}.swagger-ui .justify-center-ns{justify-content:center}.swagger-ui .justify-between-ns{justify-content:space-between}.swagger-ui .justify-around-ns{justify-content:space-around}.swagger-ui .content-start-ns{align-content:flex-start}.swagger-ui .content-end-ns{align-content:flex-end}.swagger-ui .content-center-ns{align-content:center}.swagger-ui .content-between-ns{align-content:space-between}.swagger-ui .content-around-ns{align-content:space-around}.swagger-ui .content-stretch-ns{align-content:stretch}.swagger-ui .order-0-ns{order:0}.swagger-ui .order-1-ns{order:1}.swagger-ui .order-2-ns{order:2}.swagger-ui .order-3-ns{order:3}.swagger-ui .order-4-ns{order:4}.swagger-ui .order-5-ns{order:5}.swagger-ui .order-6-ns{order:6}.swagger-ui .order-7-ns{order:7}.swagger-ui .order-8-ns{order:8}.swagger-ui .order-last-ns{order:99999}.swagger-ui .flex-grow-0-ns{flex-grow:0}.swagger-ui .flex-grow-1-ns{flex-grow:1}.swagger-ui .flex-shrink-0-ns{flex-shrink:0}.swagger-ui .flex-shrink-1-ns{flex-shrink:1}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .flex-m{display:flex}.swagger-ui .inline-flex-m{display:inline-flex}.swagger-ui .flex-auto-m{flex:1 1 auto;min-width:0;min-height:0}.swagger-ui .flex-none-m{flex:none}.swagger-ui .flex-column-m{flex-direction:column}.swagger-ui .flex-row-m{flex-direction:row}.swagger-ui .flex-wrap-m{flex-wrap:wrap}.swagger-ui .flex-nowrap-m{flex-wrap:nowrap}.swagger-ui .flex-wrap-reverse-m{flex-wrap:wrap-reverse}.swagger-ui .flex-column-reverse-m{flex-direction:column-reverse}.swagger-ui .flex-row-reverse-m{flex-direction:row-reverse}.swagger-ui .items-start-m{align-items:flex-start}.swagger-ui .items-end-m{align-items:flex-end}.swagger-ui .items-center-m{align-items:center}.swagger-ui .items-baseline-m{align-items:baseline}.swagger-ui .items-stretch-m{align-items:stretch}.swagger-ui .self-start-m{align-self:flex-start}.swagger-ui .self-end-m{align-self:flex-end}.swagger-ui .self-center-m{align-self:center}.swagger-ui .self-baseline-m{align-self:baseline}.swagger-ui .self-stretch-m{align-self:stretch}.swagger-ui .justify-start-m{justify-content:flex-start}.swagger-ui .justify-end-m{justify-content:flex-end}.swagger-ui .justify-center-m{justify-content:center}.swagger-ui .justify-between-m{justify-content:space-between}.swagger-ui .justify-around-m{justify-content:space-around}.swagger-ui .content-start-m{align-content:flex-start}.swagger-ui .content-end-m{align-content:flex-end}.swagger-ui .content-center-m{align-content:center}.swagger-ui .content-between-m{align-content:space-between}.swagger-ui .content-around-m{align-content:space-around}.swagger-ui .content-stretch-m{align-content:stretch}.swagger-ui .order-0-m{order:0}.swagger-ui .order-1-m{order:1}.swagger-ui .order-2-m{order:2}.swagger-ui .order-3-m{order:3}.swagger-ui .order-4-m{order:4}.swagger-ui .order-5-m{order:5}.swagger-ui .order-6-m{order:6}.swagger-ui .order-7-m{order:7}.swagger-ui .order-8-m{order:8}.swagger-ui .order-last-m{order:99999}.swagger-ui .flex-grow-0-m{flex-grow:0}.swagger-ui .flex-grow-1-m{flex-grow:1}.swagger-ui .flex-shrink-0-m{flex-shrink:0}.swagger-ui .flex-shrink-1-m{flex-shrink:1}}@media screen and (min-width:60em){.swagger-ui .flex-l{display:flex}.swagger-ui .inline-flex-l{display:inline-flex}.swagger-ui .flex-auto-l{flex:1 1 auto;min-width:0;min-height:0}.swagger-ui .flex-none-l{flex:none}.swagger-ui .flex-column-l{flex-direction:column}.swagger-ui .flex-row-l{flex-direction:row}.swagger-ui .flex-wrap-l{flex-wrap:wrap}.swagger-ui .flex-nowrap-l{flex-wrap:nowrap}.swagger-ui .flex-wrap-reverse-l{flex-wrap:wrap-reverse}.swagger-ui .flex-column-reverse-l{flex-direction:column-reverse}.swagger-ui .flex-row-reverse-l{flex-direction:row-reverse}.swagger-ui .items-start-l{align-items:flex-start}.swagger-ui .items-end-l{align-items:flex-end}.swagger-ui .items-center-l{align-items:center}.swagger-ui .items-baseline-l{align-items:baseline}.swagger-ui .items-stretch-l{align-items:stretch}.swagger-ui .self-start-l{align-self:flex-start}.swagger-ui .self-end-l{align-self:flex-end}.swagger-ui .self-center-l{align-self:center}.swagger-ui .self-baseline-l{align-self:baseline}.swagger-ui .self-stretch-l{align-self:stretch}.swagger-ui .justify-start-l{justify-content:flex-start}.swagger-ui .justify-end-l{justify-content:flex-end}.swagger-ui .justify-center-l{justify-content:center}.swagger-ui .justify-between-l{justify-content:space-between}.swagger-ui .justify-around-l{justify-content:space-around}.swagger-ui .content-start-l{align-content:flex-start}.swagger-ui .content-end-l{align-content:flex-end}.swagger-ui .content-center-l{align-content:center}.swagger-ui .content-between-l{align-content:space-between}.swagger-ui .content-around-l{align-content:space-around}.swagger-ui .content-stretch-l{align-content:stretch}.swagger-ui .order-0-l{order:0}.swagger-ui .order-1-l{order:1}.swagger-ui .order-2-l{order:2}.swagger-ui .order-3-l{order:3}.swagger-ui .order-4-l{order:4}.swagger-ui .order-5-l{order:5}.swagger-ui .order-6-l{order:6}.swagger-ui .order-7-l{order:7}.swagger-ui .order-8-l{order:8}.swagger-ui .order-last-l{order:99999}.swagger-ui .flex-grow-0-l{flex-grow:0}.swagger-ui .flex-grow-1-l{flex-grow:1}.swagger-ui .flex-shrink-0-l{flex-shrink:0}.swagger-ui .flex-shrink-1-l{flex-shrink:1}}.swagger-ui .dn{display:none}.swagger-ui .di{display:inline}.swagger-ui .db{display:block}.swagger-ui .dib{display:inline-block}.swagger-ui .dit{display:inline-table}.swagger-ui .dt{display:table}.swagger-ui .dtc{display:table-cell}.swagger-ui .dt-row{display:table-row}.swagger-ui .dt-row-group{display:table-row-group}.swagger-ui .dt-column{display:table-column}.swagger-ui .dt-column-group{display:table-column-group}.swagger-ui .dt--fixed{table-layout:fixed;width:100%}@media screen and (min-width:30em){.swagger-ui .dn-ns{display:none}.swagger-ui .di-ns{display:inline}.swagger-ui .db-ns{display:block}.swagger-ui .dib-ns{display:inline-block}.swagger-ui .dit-ns{display:inline-table}.swagger-ui .dt-ns{display:table}.swagger-ui .dtc-ns{display:table-cell}.swagger-ui .dt-row-ns{display:table-row}.swagger-ui .dt-row-group-ns{display:table-row-group}.swagger-ui .dt-column-ns{display:table-column}.swagger-ui .dt-column-group-ns{display:table-column-group}.swagger-ui .dt--fixed-ns{table-layout:fixed;width:100%}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .dn-m{display:none}.swagger-ui .di-m{display:inline}.swagger-ui .db-m{display:block}.swagger-ui .dib-m{display:inline-block}.swagger-ui .dit-m{display:inline-table}.swagger-ui .dt-m{display:table}.swagger-ui .dtc-m{display:table-cell}.swagger-ui .dt-row-m{display:table-row}.swagger-ui .dt-row-group-m{display:table-row-group}.swagger-ui .dt-column-m{display:table-column}.swagger-ui .dt-column-group-m{display:table-column-group}.swagger-ui .dt--fixed-m{table-layout:fixed;width:100%}}@media screen and (min-width:60em){.swagger-ui .dn-l{display:none}.swagger-ui .di-l{display:inline}.swagger-ui .db-l{display:block}.swagger-ui .dib-l{display:inline-block}.swagger-ui .dit-l{display:inline-table}.swagger-ui .dt-l{display:table}.swagger-ui .dtc-l{display:table-cell}.swagger-ui .dt-row-l{display:table-row}.swagger-ui .dt-row-group-l{display:table-row-group}.swagger-ui .dt-column-l{display:table-column}.swagger-ui .dt-column-group-l{display:table-column-group}.swagger-ui .dt--fixed-l{table-layout:fixed;width:100%}}.swagger-ui .fl{float:left;_display:inline}.swagger-ui .fr{float:right;_display:inline}.swagger-ui .fn{float:none}@media screen and (min-width:30em){.swagger-ui .fl-ns{float:left;_display:inline}.swagger-ui .fr-ns{float:right;_display:inline}.swagger-ui .fn-ns{float:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .fl-m{float:left;_display:inline}.swagger-ui .fr-m{float:right;_display:inline}.swagger-ui .fn-m{float:none}}@media screen and (min-width:60em){.swagger-ui .fl-l{float:left;_display:inline}.swagger-ui .fr-l{float:right;_display:inline}.swagger-ui .fn-l{float:none}}.swagger-ui .sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.swagger-ui .serif{font-family:georgia,serif}.swagger-ui .system-sans-serif{font-family:sans-serif}.swagger-ui .system-serif{font-family:serif}.swagger-ui .code,.swagger-ui code{font-family:Consolas,monaco,monospace}.swagger-ui .courier{font-family:Courier Next,courier,monospace}.swagger-ui .helvetica{font-family:helvetica neue,helvetica,sans-serif}.swagger-ui .avenir{font-family:avenir next,avenir,sans-serif}.swagger-ui .athelas{font-family:athelas,georgia,serif}.swagger-ui .georgia{font-family:georgia,serif}.swagger-ui .times{font-family:times,serif}.swagger-ui .bodoni{font-family:Bodoni MT,serif}.swagger-ui .calisto{font-family:Calisto MT,serif}.swagger-ui .garamond{font-family:garamond,serif}.swagger-ui .baskerville{font-family:baskerville,serif}.swagger-ui .i{font-style:italic}.swagger-ui .fs-normal{font-style:normal}@media screen and (min-width:30em){.swagger-ui .i-ns{font-style:italic}.swagger-ui .fs-normal-ns{font-style:normal}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .i-m{font-style:italic}.swagger-ui .fs-normal-m{font-style:normal}}@media screen and (min-width:60em){.swagger-ui .i-l{font-style:italic}.swagger-ui .fs-normal-l{font-style:normal}}.swagger-ui .normal{font-weight:400}.swagger-ui .b{font-weight:700}.swagger-ui .fw1{font-weight:100}.swagger-ui .fw2{font-weight:200}.swagger-ui .fw3{font-weight:300}.swagger-ui .fw4{font-weight:400}.swagger-ui .fw5{font-weight:500}.swagger-ui .fw6{font-weight:600}.swagger-ui .fw7{font-weight:700}.swagger-ui .fw8{font-weight:800}.swagger-ui .fw9{font-weight:900}@media screen and (min-width:30em){.swagger-ui .normal-ns{font-weight:400}.swagger-ui .b-ns{font-weight:700}.swagger-ui .fw1-ns{font-weight:100}.swagger-ui .fw2-ns{font-weight:200}.swagger-ui .fw3-ns{font-weight:300}.swagger-ui .fw4-ns{font-weight:400}.swagger-ui .fw5-ns{font-weight:500}.swagger-ui .fw6-ns{font-weight:600}.swagger-ui .fw7-ns{font-weight:700}.swagger-ui .fw8-ns{font-weight:800}.swagger-ui .fw9-ns{font-weight:900}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .normal-m{font-weight:400}.swagger-ui .b-m{font-weight:700}.swagger-ui .fw1-m{font-weight:100}.swagger-ui .fw2-m{font-weight:200}.swagger-ui .fw3-m{font-weight:300}.swagger-ui .fw4-m{font-weight:400}.swagger-ui .fw5-m{font-weight:500}.swagger-ui .fw6-m{font-weight:600}.swagger-ui .fw7-m{font-weight:700}.swagger-ui .fw8-m{font-weight:800}.swagger-ui .fw9-m{font-weight:900}}@media screen and (min-width:60em){.swagger-ui .normal-l{font-weight:400}.swagger-ui .b-l{font-weight:700}.swagger-ui .fw1-l{font-weight:100}.swagger-ui .fw2-l{font-weight:200}.swagger-ui .fw3-l{font-weight:300}.swagger-ui .fw4-l{font-weight:400}.swagger-ui .fw5-l{font-weight:500}.swagger-ui .fw6-l{font-weight:600}.swagger-ui .fw7-l{font-weight:700}.swagger-ui .fw8-l{font-weight:800}.swagger-ui .fw9-l{font-weight:900}}.swagger-ui .input-reset{-webkit-appearance:none;-moz-appearance:none}.swagger-ui .button-reset::-moz-focus-inner,.swagger-ui .input-reset::-moz-focus-inner{border:0;padding:0}.swagger-ui .h1{height:1rem}.swagger-ui .h2{height:2rem}.swagger-ui .h3{height:4rem}.swagger-ui .h4{height:8rem}.swagger-ui .h5{height:16rem}.swagger-ui .h-25{height:25%}.swagger-ui .h-50{height:50%}.swagger-ui .h-75{height:75%}.swagger-ui .h-100{height:100%}.swagger-ui .min-h-100{min-height:100%}.swagger-ui .vh-25{height:25vh}.swagger-ui .vh-50{height:50vh}.swagger-ui .vh-75{height:75vh}.swagger-ui .vh-100{height:100vh}.swagger-ui .min-vh-100{min-height:100vh}.swagger-ui .h-auto{height:auto}.swagger-ui .h-inherit{height:inherit}@media screen and (min-width:30em){.swagger-ui .h1-ns{height:1rem}.swagger-ui .h2-ns{height:2rem}.swagger-ui .h3-ns{height:4rem}.swagger-ui .h4-ns{height:8rem}.swagger-ui .h5-ns{height:16rem}.swagger-ui .h-25-ns{height:25%}.swagger-ui .h-50-ns{height:50%}.swagger-ui .h-75-ns{height:75%}.swagger-ui .h-100-ns{height:100%}.swagger-ui .min-h-100-ns{min-height:100%}.swagger-ui .vh-25-ns{height:25vh}.swagger-ui .vh-50-ns{height:50vh}.swagger-ui .vh-75-ns{height:75vh}.swagger-ui .vh-100-ns{height:100vh}.swagger-ui .min-vh-100-ns{min-height:100vh}.swagger-ui .h-auto-ns{height:auto}.swagger-ui .h-inherit-ns{height:inherit}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .h1-m{height:1rem}.swagger-ui .h2-m{height:2rem}.swagger-ui .h3-m{height:4rem}.swagger-ui .h4-m{height:8rem}.swagger-ui .h5-m{height:16rem}.swagger-ui .h-25-m{height:25%}.swagger-ui .h-50-m{height:50%}.swagger-ui .h-75-m{height:75%}.swagger-ui .h-100-m{height:100%}.swagger-ui .min-h-100-m{min-height:100%}.swagger-ui .vh-25-m{height:25vh}.swagger-ui .vh-50-m{height:50vh}.swagger-ui .vh-75-m{height:75vh}.swagger-ui .vh-100-m{height:100vh}.swagger-ui .min-vh-100-m{min-height:100vh}.swagger-ui .h-auto-m{height:auto}.swagger-ui .h-inherit-m{height:inherit}}@media screen and (min-width:60em){.swagger-ui .h1-l{height:1rem}.swagger-ui .h2-l{height:2rem}.swagger-ui .h3-l{height:4rem}.swagger-ui .h4-l{height:8rem}.swagger-ui .h5-l{height:16rem}.swagger-ui .h-25-l{height:25%}.swagger-ui .h-50-l{height:50%}.swagger-ui .h-75-l{height:75%}.swagger-ui .h-100-l{height:100%}.swagger-ui .min-h-100-l{min-height:100%}.swagger-ui .vh-25-l{height:25vh}.swagger-ui .vh-50-l{height:50vh}.swagger-ui .vh-75-l{height:75vh}.swagger-ui .vh-100-l{height:100vh}.swagger-ui .min-vh-100-l{min-height:100vh}.swagger-ui .h-auto-l{height:auto}.swagger-ui .h-inherit-l{height:inherit}}.swagger-ui .tracked{letter-spacing:.1em}.swagger-ui .tracked-tight{letter-spacing:-.05em}.swagger-ui .tracked-mega{letter-spacing:.25em}@media screen and (min-width:30em){.swagger-ui .tracked-ns{letter-spacing:.1em}.swagger-ui .tracked-tight-ns{letter-spacing:-.05em}.swagger-ui .tracked-mega-ns{letter-spacing:.25em}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .tracked-m{letter-spacing:.1em}.swagger-ui .tracked-tight-m{letter-spacing:-.05em}.swagger-ui .tracked-mega-m{letter-spacing:.25em}}@media screen and (min-width:60em){.swagger-ui .tracked-l{letter-spacing:.1em}.swagger-ui .tracked-tight-l{letter-spacing:-.05em}.swagger-ui .tracked-mega-l{letter-spacing:.25em}}.swagger-ui .lh-solid{line-height:1}.swagger-ui .lh-title{line-height:1.25}.swagger-ui .lh-copy{line-height:1.5}@media screen and (min-width:30em){.swagger-ui .lh-solid-ns{line-height:1}.swagger-ui .lh-title-ns{line-height:1.25}.swagger-ui .lh-copy-ns{line-height:1.5}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .lh-solid-m{line-height:1}.swagger-ui .lh-title-m{line-height:1.25}.swagger-ui .lh-copy-m{line-height:1.5}}@media screen and (min-width:60em){.swagger-ui .lh-solid-l{line-height:1}.swagger-ui .lh-title-l{line-height:1.25}.swagger-ui .lh-copy-l{line-height:1.5}}.swagger-ui .link{text-decoration:none}.swagger-ui .link,.swagger-ui .link:link,.swagger-ui .link:visited{transition:color .15s ease-in}.swagger-ui .link:hover{transition:color .15s ease-in}.swagger-ui .link:active{transition:color .15s ease-in}.swagger-ui .link:focus{transition:color .15s ease-in;outline:1px dotted currentColor}.swagger-ui .list{list-style-type:none}.swagger-ui .mw-100{max-width:100%}.swagger-ui .mw1{max-width:1rem}.swagger-ui .mw2{max-width:2rem}.swagger-ui .mw3{max-width:4rem}.swagger-ui .mw4{max-width:8rem}.swagger-ui .mw5{max-width:16rem}.swagger-ui .mw6{max-width:32rem}.swagger-ui .mw7{max-width:48rem}.swagger-ui .mw8{max-width:64rem}.swagger-ui .mw9{max-width:96rem}.swagger-ui .mw-none{max-width:none}@media screen and (min-width:30em){.swagger-ui .mw-100-ns{max-width:100%}.swagger-ui .mw1-ns{max-width:1rem}.swagger-ui .mw2-ns{max-width:2rem}.swagger-ui .mw3-ns{max-width:4rem}.swagger-ui .mw4-ns{max-width:8rem}.swagger-ui .mw5-ns{max-width:16rem}.swagger-ui .mw6-ns{max-width:32rem}.swagger-ui .mw7-ns{max-width:48rem}.swagger-ui .mw8-ns{max-width:64rem}.swagger-ui .mw9-ns{max-width:96rem}.swagger-ui .mw-none-ns{max-width:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .mw-100-m{max-width:100%}.swagger-ui .mw1-m{max-width:1rem}.swagger-ui .mw2-m{max-width:2rem}.swagger-ui .mw3-m{max-width:4rem}.swagger-ui .mw4-m{max-width:8rem}.swagger-ui .mw5-m{max-width:16rem}.swagger-ui .mw6-m{max-width:32rem}.swagger-ui .mw7-m{max-width:48rem}.swagger-ui .mw8-m{max-width:64rem}.swagger-ui .mw9-m{max-width:96rem}.swagger-ui .mw-none-m{max-width:none}}@media screen and (min-width:60em){.swagger-ui .mw-100-l{max-width:100%}.swagger-ui .mw1-l{max-width:1rem}.swagger-ui .mw2-l{max-width:2rem}.swagger-ui .mw3-l{max-width:4rem}.swagger-ui .mw4-l{max-width:8rem}.swagger-ui .mw5-l{max-width:16rem}.swagger-ui .mw6-l{max-width:32rem}.swagger-ui .mw7-l{max-width:48rem}.swagger-ui .mw8-l{max-width:64rem}.swagger-ui .mw9-l{max-width:96rem}.swagger-ui .mw-none-l{max-width:none}}.swagger-ui .w1{width:1rem}.swagger-ui .w2{width:2rem}.swagger-ui .w3{width:4rem}.swagger-ui .w4{width:8rem}.swagger-ui .w5{width:16rem}.swagger-ui .w-10{width:10%}.swagger-ui .w-20{width:20%}.swagger-ui .w-25{width:25%}.swagger-ui .w-30{width:30%}.swagger-ui .w-33{width:33%}.swagger-ui .w-34{width:34%}.swagger-ui .w-40{width:40%}.swagger-ui .w-50{width:50%}.swagger-ui .w-60{width:60%}.swagger-ui .w-70{width:70%}.swagger-ui .w-75{width:75%}.swagger-ui .w-80{width:80%}.swagger-ui .w-90{width:90%}.swagger-ui .w-100{width:100%}.swagger-ui .w-third{width:33.33333%}.swagger-ui .w-two-thirds{width:66.66667%}.swagger-ui .w-auto{width:auto}@media screen and (min-width:30em){.swagger-ui .w1-ns{width:1rem}.swagger-ui .w2-ns{width:2rem}.swagger-ui .w3-ns{width:4rem}.swagger-ui .w4-ns{width:8rem}.swagger-ui .w5-ns{width:16rem}.swagger-ui .w-10-ns{width:10%}.swagger-ui .w-20-ns{width:20%}.swagger-ui .w-25-ns{width:25%}.swagger-ui .w-30-ns{width:30%}.swagger-ui .w-33-ns{width:33%}.swagger-ui .w-34-ns{width:34%}.swagger-ui .w-40-ns{width:40%}.swagger-ui .w-50-ns{width:50%}.swagger-ui .w-60-ns{width:60%}.swagger-ui .w-70-ns{width:70%}.swagger-ui .w-75-ns{width:75%}.swagger-ui .w-80-ns{width:80%}.swagger-ui .w-90-ns{width:90%}.swagger-ui .w-100-ns{width:100%}.swagger-ui .w-third-ns{width:33.33333%}.swagger-ui .w-two-thirds-ns{width:66.66667%}.swagger-ui .w-auto-ns{width:auto}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .w1-m{width:1rem}.swagger-ui .w2-m{width:2rem}.swagger-ui .w3-m{width:4rem}.swagger-ui .w4-m{width:8rem}.swagger-ui .w5-m{width:16rem}.swagger-ui .w-10-m{width:10%}.swagger-ui .w-20-m{width:20%}.swagger-ui .w-25-m{width:25%}.swagger-ui .w-30-m{width:30%}.swagger-ui .w-33-m{width:33%}.swagger-ui .w-34-m{width:34%}.swagger-ui .w-40-m{width:40%}.swagger-ui .w-50-m{width:50%}.swagger-ui .w-60-m{width:60%}.swagger-ui .w-70-m{width:70%}.swagger-ui .w-75-m{width:75%}.swagger-ui .w-80-m{width:80%}.swagger-ui .w-90-m{width:90%}.swagger-ui .w-100-m{width:100%}.swagger-ui .w-third-m{width:33.33333%}.swagger-ui .w-two-thirds-m{width:66.66667%}.swagger-ui .w-auto-m{width:auto}}@media screen and (min-width:60em){.swagger-ui .w1-l{width:1rem}.swagger-ui .w2-l{width:2rem}.swagger-ui .w3-l{width:4rem}.swagger-ui .w4-l{width:8rem}.swagger-ui .w5-l{width:16rem}.swagger-ui .w-10-l{width:10%}.swagger-ui .w-20-l{width:20%}.swagger-ui .w-25-l{width:25%}.swagger-ui .w-30-l{width:30%}.swagger-ui .w-33-l{width:33%}.swagger-ui .w-34-l{width:34%}.swagger-ui .w-40-l{width:40%}.swagger-ui .w-50-l{width:50%}.swagger-ui .w-60-l{width:60%}.swagger-ui .w-70-l{width:70%}.swagger-ui .w-75-l{width:75%}.swagger-ui .w-80-l{width:80%}.swagger-ui .w-90-l{width:90%}.swagger-ui .w-100-l{width:100%}.swagger-ui .w-third-l{width:33.33333%}.swagger-ui .w-two-thirds-l{width:66.66667%}.swagger-ui .w-auto-l{width:auto}}.swagger-ui .overflow-visible{overflow:visible}.swagger-ui .overflow-hidden{overflow:hidden}.swagger-ui .overflow-scroll{overflow:scroll}.swagger-ui .overflow-auto{overflow:auto}.swagger-ui .overflow-x-visible{overflow-x:visible}.swagger-ui .overflow-x-hidden{overflow-x:hidden}.swagger-ui .overflow-x-scroll{overflow-x:scroll}.swagger-ui .overflow-x-auto{overflow-x:auto}.swagger-ui .overflow-y-visible{overflow-y:visible}.swagger-ui .overflow-y-hidden{overflow-y:hidden}.swagger-ui .overflow-y-scroll{overflow-y:scroll}.swagger-ui .overflow-y-auto{overflow-y:auto}@media screen and (min-width:30em){.swagger-ui .overflow-visible-ns{overflow:visible}.swagger-ui .overflow-hidden-ns{overflow:hidden}.swagger-ui .overflow-scroll-ns{overflow:scroll}.swagger-ui .overflow-auto-ns{overflow:auto}.swagger-ui .overflow-x-visible-ns{overflow-x:visible}.swagger-ui .overflow-x-hidden-ns{overflow-x:hidden}.swagger-ui .overflow-x-scroll-ns{overflow-x:scroll}.swagger-ui .overflow-x-auto-ns{overflow-x:auto}.swagger-ui .overflow-y-visible-ns{overflow-y:visible}.swagger-ui .overflow-y-hidden-ns{overflow-y:hidden}.swagger-ui .overflow-y-scroll-ns{overflow-y:scroll}.swagger-ui .overflow-y-auto-ns{overflow-y:auto}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .overflow-visible-m{overflow:visible}.swagger-ui .overflow-hidden-m{overflow:hidden}.swagger-ui .overflow-scroll-m{overflow:scroll}.swagger-ui .overflow-auto-m{overflow:auto}.swagger-ui .overflow-x-visible-m{overflow-x:visible}.swagger-ui .overflow-x-hidden-m{overflow-x:hidden}.swagger-ui .overflow-x-scroll-m{overflow-x:scroll}.swagger-ui .overflow-x-auto-m{overflow-x:auto}.swagger-ui .overflow-y-visible-m{overflow-y:visible}.swagger-ui .overflow-y-hidden-m{overflow-y:hidden}.swagger-ui .overflow-y-scroll-m{overflow-y:scroll}.swagger-ui .overflow-y-auto-m{overflow-y:auto}}@media screen and (min-width:60em){.swagger-ui .overflow-visible-l{overflow:visible}.swagger-ui .overflow-hidden-l{overflow:hidden}.swagger-ui .overflow-scroll-l{overflow:scroll}.swagger-ui .overflow-auto-l{overflow:auto}.swagger-ui .overflow-x-visible-l{overflow-x:visible}.swagger-ui .overflow-x-hidden-l{overflow-x:hidden}.swagger-ui .overflow-x-scroll-l{overflow-x:scroll}.swagger-ui .overflow-x-auto-l{overflow-x:auto}.swagger-ui .overflow-y-visible-l{overflow-y:visible}.swagger-ui .overflow-y-hidden-l{overflow-y:hidden}.swagger-ui .overflow-y-scroll-l{overflow-y:scroll}.swagger-ui .overflow-y-auto-l{overflow-y:auto}}.swagger-ui .static{position:static}.swagger-ui .relative{position:relative}.swagger-ui .absolute{position:absolute}.swagger-ui .fixed{position:fixed}@media screen and (min-width:30em){.swagger-ui .static-ns{position:static}.swagger-ui .relative-ns{position:relative}.swagger-ui .absolute-ns{position:absolute}.swagger-ui .fixed-ns{position:fixed}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .static-m{position:static}.swagger-ui .relative-m{position:relative}.swagger-ui .absolute-m{position:absolute}.swagger-ui .fixed-m{position:fixed}}@media screen and (min-width:60em){.swagger-ui .static-l{position:static}.swagger-ui .relative-l{position:relative}.swagger-ui .absolute-l{position:absolute}.swagger-ui .fixed-l{position:fixed}}.swagger-ui .o-100{opacity:1}.swagger-ui .o-90{opacity:.9}.swagger-ui .o-80{opacity:.8}.swagger-ui .o-70{opacity:.7}.swagger-ui .o-60{opacity:.6}.swagger-ui .o-50{opacity:.5}.swagger-ui .o-40{opacity:.4}.swagger-ui .o-30{opacity:.3}.swagger-ui .o-20{opacity:.2}.swagger-ui .o-10{opacity:.1}.swagger-ui .o-05{opacity:.05}.swagger-ui .o-025{opacity:.025}.swagger-ui .o-0{opacity:0}.swagger-ui .rotate-45{transform:rotate(45deg)}.swagger-ui .rotate-90{transform:rotate(90deg)}.swagger-ui .rotate-135{transform:rotate(135deg)}.swagger-ui .rotate-180{transform:rotate(180deg)}.swagger-ui .rotate-225{transform:rotate(225deg)}.swagger-ui .rotate-270{transform:rotate(270deg)}.swagger-ui .rotate-315{transform:rotate(315deg)}@media screen and (min-width:30em){.swagger-ui .rotate-45-ns{transform:rotate(45deg)}.swagger-ui .rotate-90-ns{transform:rotate(90deg)}.swagger-ui .rotate-135-ns{transform:rotate(135deg)}.swagger-ui .rotate-180-ns{transform:rotate(180deg)}.swagger-ui .rotate-225-ns{transform:rotate(225deg)}.swagger-ui .rotate-270-ns{transform:rotate(270deg)}.swagger-ui .rotate-315-ns{transform:rotate(315deg)}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .rotate-45-m{transform:rotate(45deg)}.swagger-ui .rotate-90-m{transform:rotate(90deg)}.swagger-ui .rotate-135-m{transform:rotate(135deg)}.swagger-ui .rotate-180-m{transform:rotate(180deg)}.swagger-ui .rotate-225-m{transform:rotate(225deg)}.swagger-ui .rotate-270-m{transform:rotate(270deg)}.swagger-ui .rotate-315-m{transform:rotate(315deg)}}@media screen and (min-width:60em){.swagger-ui .rotate-45-l{transform:rotate(45deg)}.swagger-ui .rotate-90-l{transform:rotate(90deg)}.swagger-ui .rotate-135-l{transform:rotate(135deg)}.swagger-ui .rotate-180-l{transform:rotate(180deg)}.swagger-ui .rotate-225-l{transform:rotate(225deg)}.swagger-ui .rotate-270-l{transform:rotate(270deg)}.swagger-ui .rotate-315-l{transform:rotate(315deg)}}.swagger-ui .black-90{color:rgba(0,0,0,.9)}.swagger-ui .black-80{color:rgba(0,0,0,.8)}.swagger-ui .black-70{color:rgba(0,0,0,.7)}.swagger-ui .black-60{color:rgba(0,0,0,.6)}.swagger-ui .black-50{color:rgba(0,0,0,.5)}.swagger-ui .black-40{color:rgba(0,0,0,.4)}.swagger-ui .black-30{color:rgba(0,0,0,.3)}.swagger-ui .black-20{color:rgba(0,0,0,.2)}.swagger-ui .black-10{color:rgba(0,0,0,.1)}.swagger-ui .black-05{color:rgba(0,0,0,.05)}.swagger-ui .white-90{color:hsla(0,0%,100%,.9)}.swagger-ui .white-80{color:hsla(0,0%,100%,.8)}.swagger-ui .white-70{color:hsla(0,0%,100%,.7)}.swagger-ui .white-60{color:hsla(0,0%,100%,.6)}.swagger-ui .white-50{color:hsla(0,0%,100%,.5)}.swagger-ui .white-40{color:hsla(0,0%,100%,.4)}.swagger-ui .white-30{color:hsla(0,0%,100%,.3)}.swagger-ui .white-20{color:hsla(0,0%,100%,.2)}.swagger-ui .white-10{color:hsla(0,0%,100%,.1)}.swagger-ui .black{color:#000}.swagger-ui .near-black{color:#111}.swagger-ui .dark-gray{color:#333}.swagger-ui .mid-gray{color:#555}.swagger-ui .gray{color:#777}.swagger-ui .silver{color:#999}.swagger-ui .light-silver{color:#aaa}.swagger-ui .moon-gray{color:#ccc}.swagger-ui .light-gray{color:#eee}.swagger-ui .near-white{color:#f4f4f4}.swagger-ui .white{color:#fff}.swagger-ui .dark-red{color:#e7040f}.swagger-ui .red{color:#ff4136}.swagger-ui .light-red{color:#ff725c}.swagger-ui .orange{color:#ff6300}.swagger-ui .gold{color:#ffb700}.swagger-ui .yellow{color:gold}.swagger-ui .light-yellow{color:#fbf1a9}.swagger-ui .purple{color:#5e2ca5}.swagger-ui .light-purple{color:#a463f2}.swagger-ui .dark-pink{color:#d5008f}.swagger-ui .hot-pink{color:#ff41b4}.swagger-ui .pink{color:#ff80cc}.swagger-ui .light-pink{color:#ffa3d7}.swagger-ui .dark-green{color:#137752}.swagger-ui .green{color:#19a974}.swagger-ui .light-green{color:#9eebcf}.swagger-ui .navy{color:#001b44}.swagger-ui .dark-blue{color:#00449e}.swagger-ui .blue{color:#357edd}.swagger-ui .light-blue{color:#96ccff}.swagger-ui .lightest-blue{color:#cdecff}.swagger-ui .washed-blue{color:#f6fffe}.swagger-ui .washed-green{color:#e8fdf5}.swagger-ui .washed-yellow{color:#fffceb}.swagger-ui .washed-red{color:#ffdfdf}.swagger-ui .color-inherit{color:inherit}.swagger-ui .bg-black-90{background-color:rgba(0,0,0,.9)}.swagger-ui .bg-black-80{background-color:rgba(0,0,0,.8)}.swagger-ui .bg-black-70{background-color:rgba(0,0,0,.7)}.swagger-ui .bg-black-60{background-color:rgba(0,0,0,.6)}.swagger-ui .bg-black-50{background-color:rgba(0,0,0,.5)}.swagger-ui .bg-black-40{background-color:rgba(0,0,0,.4)}.swagger-ui .bg-black-30{background-color:rgba(0,0,0,.3)}.swagger-ui .bg-black-20{background-color:rgba(0,0,0,.2)}.swagger-ui .bg-black-10{background-color:rgba(0,0,0,.1)}.swagger-ui .bg-black-05{background-color:rgba(0,0,0,.05)}.swagger-ui .bg-white-90{background-color:hsla(0,0%,100%,.9)}.swagger-ui .bg-white-80{background-color:hsla(0,0%,100%,.8)}.swagger-ui .bg-white-70{background-color:hsla(0,0%,100%,.7)}.swagger-ui .bg-white-60{background-color:hsla(0,0%,100%,.6)}.swagger-ui .bg-white-50{background-color:hsla(0,0%,100%,.5)}.swagger-ui .bg-white-40{background-color:hsla(0,0%,100%,.4)}.swagger-ui .bg-white-30{background-color:hsla(0,0%,100%,.3)}.swagger-ui .bg-white-20{background-color:hsla(0,0%,100%,.2)}.swagger-ui .bg-white-10{background-color:hsla(0,0%,100%,.1)}.swagger-ui .bg-black{background-color:#000}.swagger-ui .bg-near-black{background-color:#111}.swagger-ui .bg-dark-gray{background-color:#333}.swagger-ui .bg-mid-gray{background-color:#555}.swagger-ui .bg-gray{background-color:#777}.swagger-ui .bg-silver{background-color:#999}.swagger-ui .bg-light-silver{background-color:#aaa}.swagger-ui .bg-moon-gray{background-color:#ccc}.swagger-ui .bg-light-gray{background-color:#eee}.swagger-ui .bg-near-white{background-color:#f4f4f4}.swagger-ui .bg-white{background-color:#fff}.swagger-ui .bg-transparent{background-color:transparent}.swagger-ui .bg-dark-red{background-color:#e7040f}.swagger-ui .bg-red{background-color:#ff4136}.swagger-ui .bg-light-red{background-color:#ff725c}.swagger-ui .bg-orange{background-color:#ff6300}.swagger-ui .bg-gold{background-color:#ffb700}.swagger-ui .bg-yellow{background-color:gold}.swagger-ui .bg-light-yellow{background-color:#fbf1a9}.swagger-ui .bg-purple{background-color:#5e2ca5}.swagger-ui .bg-light-purple{background-color:#a463f2}.swagger-ui .bg-dark-pink{background-color:#d5008f}.swagger-ui .bg-hot-pink{background-color:#ff41b4}.swagger-ui .bg-pink{background-color:#ff80cc}.swagger-ui .bg-light-pink{background-color:#ffa3d7}.swagger-ui .bg-dark-green{background-color:#137752}.swagger-ui .bg-green{background-color:#19a974}.swagger-ui .bg-light-green{background-color:#9eebcf}.swagger-ui .bg-navy{background-color:#001b44}.swagger-ui .bg-dark-blue{background-color:#00449e}.swagger-ui .bg-blue{background-color:#357edd}.swagger-ui .bg-light-blue{background-color:#96ccff}.swagger-ui .bg-lightest-blue{background-color:#cdecff}.swagger-ui .bg-washed-blue{background-color:#f6fffe}.swagger-ui .bg-washed-green{background-color:#e8fdf5}.swagger-ui .bg-washed-yellow{background-color:#fffceb}.swagger-ui .bg-washed-red{background-color:#ffdfdf}.swagger-ui .bg-inherit{background-color:inherit}.swagger-ui .hover-black:focus,.swagger-ui .hover-black:hover{color:#000}.swagger-ui .hover-near-black:focus,.swagger-ui .hover-near-black:hover{color:#111}.swagger-ui .hover-dark-gray:focus,.swagger-ui .hover-dark-gray:hover{color:#333}.swagger-ui .hover-mid-gray:focus,.swagger-ui .hover-mid-gray:hover{color:#555}.swagger-ui .hover-gray:focus,.swagger-ui .hover-gray:hover{color:#777}.swagger-ui .hover-silver:focus,.swagger-ui .hover-silver:hover{color:#999}.swagger-ui .hover-light-silver:focus,.swagger-ui .hover-light-silver:hover{color:#aaa}.swagger-ui .hover-moon-gray:focus,.swagger-ui .hover-moon-gray:hover{color:#ccc}.swagger-ui .hover-light-gray:focus,.swagger-ui .hover-light-gray:hover{color:#eee}.swagger-ui .hover-near-white:focus,.swagger-ui .hover-near-white:hover{color:#f4f4f4}.swagger-ui .hover-white:focus,.swagger-ui .hover-white:hover{color:#fff}.swagger-ui .hover-black-90:focus,.swagger-ui .hover-black-90:hover{color:rgba(0,0,0,.9)}.swagger-ui .hover-black-80:focus,.swagger-ui .hover-black-80:hover{color:rgba(0,0,0,.8)}.swagger-ui .hover-black-70:focus,.swagger-ui .hover-black-70:hover{color:rgba(0,0,0,.7)}.swagger-ui .hover-black-60:focus,.swagger-ui .hover-black-60:hover{color:rgba(0,0,0,.6)}.swagger-ui .hover-black-50:focus,.swagger-ui .hover-black-50:hover{color:rgba(0,0,0,.5)}.swagger-ui .hover-black-40:focus,.swagger-ui .hover-black-40:hover{color:rgba(0,0,0,.4)}.swagger-ui .hover-black-30:focus,.swagger-ui .hover-black-30:hover{color:rgba(0,0,0,.3)}.swagger-ui .hover-black-20:focus,.swagger-ui .hover-black-20:hover{color:rgba(0,0,0,.2)}.swagger-ui .hover-black-10:focus,.swagger-ui .hover-black-10:hover{color:rgba(0,0,0,.1)}.swagger-ui .hover-white-90:focus,.swagger-ui .hover-white-90:hover{color:hsla(0,0%,100%,.9)}.swagger-ui .hover-white-80:focus,.swagger-ui .hover-white-80:hover{color:hsla(0,0%,100%,.8)}.swagger-ui .hover-white-70:focus,.swagger-ui .hover-white-70:hover{color:hsla(0,0%,100%,.7)}.swagger-ui .hover-white-60:focus,.swagger-ui .hover-white-60:hover{color:hsla(0,0%,100%,.6)}.swagger-ui .hover-white-50:focus,.swagger-ui .hover-white-50:hover{color:hsla(0,0%,100%,.5)}.swagger-ui .hover-white-40:focus,.swagger-ui .hover-white-40:hover{color:hsla(0,0%,100%,.4)}.swagger-ui .hover-white-30:focus,.swagger-ui .hover-white-30:hover{color:hsla(0,0%,100%,.3)}.swagger-ui .hover-white-20:focus,.swagger-ui .hover-white-20:hover{color:hsla(0,0%,100%,.2)}.swagger-ui .hover-white-10:focus,.swagger-ui .hover-white-10:hover{color:hsla(0,0%,100%,.1)}.swagger-ui .hover-inherit:focus,.swagger-ui .hover-inherit:hover{color:inherit}.swagger-ui .hover-bg-black:focus,.swagger-ui .hover-bg-black:hover{background-color:#000}.swagger-ui .hover-bg-near-black:focus,.swagger-ui .hover-bg-near-black:hover{background-color:#111}.swagger-ui .hover-bg-dark-gray:focus,.swagger-ui .hover-bg-dark-gray:hover{background-color:#333}.swagger-ui .hover-bg-mid-gray:focus,.swagger-ui .hover-bg-mid-gray:hover{background-color:#555}.swagger-ui .hover-bg-gray:focus,.swagger-ui .hover-bg-gray:hover{background-color:#777}.swagger-ui .hover-bg-silver:focus,.swagger-ui .hover-bg-silver:hover{background-color:#999}.swagger-ui .hover-bg-light-silver:focus,.swagger-ui .hover-bg-light-silver:hover{background-color:#aaa}.swagger-ui .hover-bg-moon-gray:focus,.swagger-ui .hover-bg-moon-gray:hover{background-color:#ccc}.swagger-ui .hover-bg-light-gray:focus,.swagger-ui .hover-bg-light-gray:hover{background-color:#eee}.swagger-ui .hover-bg-near-white:focus,.swagger-ui .hover-bg-near-white:hover{background-color:#f4f4f4}.swagger-ui .hover-bg-white:focus,.swagger-ui .hover-bg-white:hover{background-color:#fff}.swagger-ui .hover-bg-transparent:focus,.swagger-ui .hover-bg-transparent:hover{background-color:transparent}.swagger-ui .hover-bg-black-90:focus,.swagger-ui .hover-bg-black-90:hover{background-color:rgba(0,0,0,.9)}.swagger-ui .hover-bg-black-80:focus,.swagger-ui .hover-bg-black-80:hover{background-color:rgba(0,0,0,.8)}.swagger-ui .hover-bg-black-70:focus,.swagger-ui .hover-bg-black-70:hover{background-color:rgba(0,0,0,.7)}.swagger-ui .hover-bg-black-60:focus,.swagger-ui .hover-bg-black-60:hover{background-color:rgba(0,0,0,.6)}.swagger-ui .hover-bg-black-50:focus,.swagger-ui .hover-bg-black-50:hover{background-color:rgba(0,0,0,.5)}.swagger-ui .hover-bg-black-40:focus,.swagger-ui .hover-bg-black-40:hover{background-color:rgba(0,0,0,.4)}.swagger-ui .hover-bg-black-30:focus,.swagger-ui .hover-bg-black-30:hover{background-color:rgba(0,0,0,.3)}.swagger-ui .hover-bg-black-20:focus,.swagger-ui .hover-bg-black-20:hover{background-color:rgba(0,0,0,.2)}.swagger-ui .hover-bg-black-10:focus,.swagger-ui .hover-bg-black-10:hover{background-color:rgba(0,0,0,.1)}.swagger-ui .hover-bg-white-90:focus,.swagger-ui .hover-bg-white-90:hover{background-color:hsla(0,0%,100%,.9)}.swagger-ui .hover-bg-white-80:focus,.swagger-ui .hover-bg-white-80:hover{background-color:hsla(0,0%,100%,.8)}.swagger-ui .hover-bg-white-70:focus,.swagger-ui .hover-bg-white-70:hover{background-color:hsla(0,0%,100%,.7)}.swagger-ui .hover-bg-white-60:focus,.swagger-ui .hover-bg-white-60:hover{background-color:hsla(0,0%,100%,.6)}.swagger-ui .hover-bg-white-50:focus,.swagger-ui .hover-bg-white-50:hover{background-color:hsla(0,0%,100%,.5)}.swagger-ui .hover-bg-white-40:focus,.swagger-ui .hover-bg-white-40:hover{background-color:hsla(0,0%,100%,.4)}.swagger-ui .hover-bg-white-30:focus,.swagger-ui .hover-bg-white-30:hover{background-color:hsla(0,0%,100%,.3)}.swagger-ui .hover-bg-white-20:focus,.swagger-ui .hover-bg-white-20:hover{background-color:hsla(0,0%,100%,.2)}.swagger-ui .hover-bg-white-10:focus,.swagger-ui .hover-bg-white-10:hover{background-color:hsla(0,0%,100%,.1)}.swagger-ui .hover-dark-red:focus,.swagger-ui .hover-dark-red:hover{color:#e7040f}.swagger-ui .hover-red:focus,.swagger-ui .hover-red:hover{color:#ff4136}.swagger-ui .hover-light-red:focus,.swagger-ui .hover-light-red:hover{color:#ff725c}.swagger-ui .hover-orange:focus,.swagger-ui .hover-orange:hover{color:#ff6300}.swagger-ui .hover-gold:focus,.swagger-ui .hover-gold:hover{color:#ffb700}.swagger-ui .hover-yellow:focus,.swagger-ui .hover-yellow:hover{color:gold}.swagger-ui .hover-light-yellow:focus,.swagger-ui .hover-light-yellow:hover{color:#fbf1a9}.swagger-ui .hover-purple:focus,.swagger-ui .hover-purple:hover{color:#5e2ca5}.swagger-ui .hover-light-purple:focus,.swagger-ui .hover-light-purple:hover{color:#a463f2}.swagger-ui .hover-dark-pink:focus,.swagger-ui .hover-dark-pink:hover{color:#d5008f}.swagger-ui .hover-hot-pink:focus,.swagger-ui .hover-hot-pink:hover{color:#ff41b4}.swagger-ui .hover-pink:focus,.swagger-ui .hover-pink:hover{color:#ff80cc}.swagger-ui .hover-light-pink:focus,.swagger-ui .hover-light-pink:hover{color:#ffa3d7}.swagger-ui .hover-dark-green:focus,.swagger-ui .hover-dark-green:hover{color:#137752}.swagger-ui .hover-green:focus,.swagger-ui .hover-green:hover{color:#19a974}.swagger-ui .hover-light-green:focus,.swagger-ui .hover-light-green:hover{color:#9eebcf}.swagger-ui .hover-navy:focus,.swagger-ui .hover-navy:hover{color:#001b44}.swagger-ui .hover-dark-blue:focus,.swagger-ui .hover-dark-blue:hover{color:#00449e}.swagger-ui .hover-blue:focus,.swagger-ui .hover-blue:hover{color:#357edd}.swagger-ui .hover-light-blue:focus,.swagger-ui .hover-light-blue:hover{color:#96ccff}.swagger-ui .hover-lightest-blue:focus,.swagger-ui .hover-lightest-blue:hover{color:#cdecff}.swagger-ui .hover-washed-blue:focus,.swagger-ui .hover-washed-blue:hover{color:#f6fffe}.swagger-ui .hover-washed-green:focus,.swagger-ui .hover-washed-green:hover{color:#e8fdf5}.swagger-ui .hover-washed-yellow:focus,.swagger-ui .hover-washed-yellow:hover{color:#fffceb}.swagger-ui .hover-washed-red:focus,.swagger-ui .hover-washed-red:hover{color:#ffdfdf}.swagger-ui .hover-bg-dark-red:focus,.swagger-ui .hover-bg-dark-red:hover{background-color:#e7040f}.swagger-ui .hover-bg-red:focus,.swagger-ui .hover-bg-red:hover{background-color:#ff4136}.swagger-ui .hover-bg-light-red:focus,.swagger-ui .hover-bg-light-red:hover{background-color:#ff725c}.swagger-ui .hover-bg-orange:focus,.swagger-ui .hover-bg-orange:hover{background-color:#ff6300}.swagger-ui .hover-bg-gold:focus,.swagger-ui .hover-bg-gold:hover{background-color:#ffb700}.swagger-ui .hover-bg-yellow:focus,.swagger-ui .hover-bg-yellow:hover{background-color:gold}.swagger-ui .hover-bg-light-yellow:focus,.swagger-ui .hover-bg-light-yellow:hover{background-color:#fbf1a9}.swagger-ui .hover-bg-purple:focus,.swagger-ui .hover-bg-purple:hover{background-color:#5e2ca5}.swagger-ui .hover-bg-light-purple:focus,.swagger-ui .hover-bg-light-purple:hover{background-color:#a463f2}.swagger-ui .hover-bg-dark-pink:focus,.swagger-ui .hover-bg-dark-pink:hover{background-color:#d5008f}.swagger-ui .hover-bg-hot-pink:focus,.swagger-ui .hover-bg-hot-pink:hover{background-color:#ff41b4}.swagger-ui .hover-bg-pink:focus,.swagger-ui .hover-bg-pink:hover{background-color:#ff80cc}.swagger-ui .hover-bg-light-pink:focus,.swagger-ui .hover-bg-light-pink:hover{background-color:#ffa3d7}.swagger-ui .hover-bg-dark-green:focus,.swagger-ui .hover-bg-dark-green:hover{background-color:#137752}.swagger-ui .hover-bg-green:focus,.swagger-ui .hover-bg-green:hover{background-color:#19a974}.swagger-ui .hover-bg-light-green:focus,.swagger-ui .hover-bg-light-green:hover{background-color:#9eebcf}.swagger-ui .hover-bg-navy:focus,.swagger-ui .hover-bg-navy:hover{background-color:#001b44}.swagger-ui .hover-bg-dark-blue:focus,.swagger-ui .hover-bg-dark-blue:hover{background-color:#00449e}.swagger-ui .hover-bg-blue:focus,.swagger-ui .hover-bg-blue:hover{background-color:#357edd}.swagger-ui .hover-bg-light-blue:focus,.swagger-ui .hover-bg-light-blue:hover{background-color:#96ccff}.swagger-ui .hover-bg-lightest-blue:focus,.swagger-ui .hover-bg-lightest-blue:hover{background-color:#cdecff}.swagger-ui .hover-bg-washed-blue:focus,.swagger-ui .hover-bg-washed-blue:hover{background-color:#f6fffe}.swagger-ui .hover-bg-washed-green:focus,.swagger-ui .hover-bg-washed-green:hover{background-color:#e8fdf5}.swagger-ui .hover-bg-washed-yellow:focus,.swagger-ui .hover-bg-washed-yellow:hover{background-color:#fffceb}.swagger-ui .hover-bg-washed-red:focus,.swagger-ui .hover-bg-washed-red:hover{background-color:#ffdfdf}.swagger-ui .hover-bg-inherit:focus,.swagger-ui .hover-bg-inherit:hover{background-color:inherit}.swagger-ui .pa0{padding:0}.swagger-ui .pa1{padding:.25rem}.swagger-ui .pa2{padding:.5rem}.swagger-ui .pa3{padding:1rem}.swagger-ui .pa4{padding:2rem}.swagger-ui .pa5{padding:4rem}.swagger-ui .pa6{padding:8rem}.swagger-ui .pa7{padding:16rem}.swagger-ui .pl0{padding-left:0}.swagger-ui .pl1{padding-left:.25rem}.swagger-ui .pl2{padding-left:.5rem}.swagger-ui .pl3{padding-left:1rem}.swagger-ui .pl4{padding-left:2rem}.swagger-ui .pl5{padding-left:4rem}.swagger-ui .pl6{padding-left:8rem}.swagger-ui .pl7{padding-left:16rem}.swagger-ui .pr0{padding-right:0}.swagger-ui .pr1{padding-right:.25rem}.swagger-ui .pr2{padding-right:.5rem}.swagger-ui .pr3{padding-right:1rem}.swagger-ui .pr4{padding-right:2rem}.swagger-ui .pr5{padding-right:4rem}.swagger-ui .pr6{padding-right:8rem}.swagger-ui .pr7{padding-right:16rem}.swagger-ui .pb0{padding-bottom:0}.swagger-ui .pb1{padding-bottom:.25rem}.swagger-ui .pb2{padding-bottom:.5rem}.swagger-ui .pb3{padding-bottom:1rem}.swagger-ui .pb4{padding-bottom:2rem}.swagger-ui .pb5{padding-bottom:4rem}.swagger-ui .pb6{padding-bottom:8rem}.swagger-ui .pb7{padding-bottom:16rem}.swagger-ui .pt0{padding-top:0}.swagger-ui .pt1{padding-top:.25rem}.swagger-ui .pt2{padding-top:.5rem}.swagger-ui .pt3{padding-top:1rem}.swagger-ui .pt4{padding-top:2rem}.swagger-ui .pt5{padding-top:4rem}.swagger-ui .pt6{padding-top:8rem}.swagger-ui .pt7{padding-top:16rem}.swagger-ui .pv0{padding-top:0;padding-bottom:0}.swagger-ui .pv1{padding-top:.25rem;padding-bottom:.25rem}.swagger-ui .pv2{padding-top:.5rem;padding-bottom:.5rem}.swagger-ui .pv3{padding-top:1rem;padding-bottom:1rem}.swagger-ui .pv4{padding-top:2rem;padding-bottom:2rem}.swagger-ui .pv5{padding-top:4rem;padding-bottom:4rem}.swagger-ui .pv6{padding-top:8rem;padding-bottom:8rem}.swagger-ui .pv7{padding-top:16rem;padding-bottom:16rem}.swagger-ui .ph0{padding-left:0;padding-right:0}.swagger-ui .ph1{padding-left:.25rem;padding-right:.25rem}.swagger-ui .ph2{padding-left:.5rem;padding-right:.5rem}.swagger-ui .ph3{padding-left:1rem;padding-right:1rem}.swagger-ui .ph4{padding-left:2rem;padding-right:2rem}.swagger-ui .ph5{padding-left:4rem;padding-right:4rem}.swagger-ui .ph6{padding-left:8rem;padding-right:8rem}.swagger-ui .ph7{padding-left:16rem;padding-right:16rem}.swagger-ui .ma0{margin:0}.swagger-ui .ma1{margin:.25rem}.swagger-ui .ma2{margin:.5rem}.swagger-ui .ma3{margin:1rem}.swagger-ui .ma4{margin:2rem}.swagger-ui .ma5{margin:4rem}.swagger-ui .ma6{margin:8rem}.swagger-ui .ma7{margin:16rem}.swagger-ui .ml0{margin-left:0}.swagger-ui .ml1{margin-left:.25rem}.swagger-ui .ml2{margin-left:.5rem}.swagger-ui .ml3{margin-left:1rem}.swagger-ui .ml4{margin-left:2rem}.swagger-ui .ml5{margin-left:4rem}.swagger-ui .ml6{margin-left:8rem}.swagger-ui .ml7{margin-left:16rem}.swagger-ui .mr0{margin-right:0}.swagger-ui .mr1{margin-right:.25rem}.swagger-ui .mr2{margin-right:.5rem}.swagger-ui .mr3{margin-right:1rem}.swagger-ui .mr4{margin-right:2rem}.swagger-ui .mr5{margin-right:4rem}.swagger-ui .mr6{margin-right:8rem}.swagger-ui .mr7{margin-right:16rem}.swagger-ui .mb0{margin-bottom:0}.swagger-ui .mb1{margin-bottom:.25rem}.swagger-ui .mb2{margin-bottom:.5rem}.swagger-ui .mb3{margin-bottom:1rem}.swagger-ui .mb4{margin-bottom:2rem}.swagger-ui .mb5{margin-bottom:4rem}.swagger-ui .mb6{margin-bottom:8rem}.swagger-ui .mb7{margin-bottom:16rem}.swagger-ui .mt0{margin-top:0}.swagger-ui .mt1{margin-top:.25rem}.swagger-ui .mt2{margin-top:.5rem}.swagger-ui .mt3{margin-top:1rem}.swagger-ui .mt4{margin-top:2rem}.swagger-ui .mt5{margin-top:4rem}.swagger-ui .mt6{margin-top:8rem}.swagger-ui .mt7{margin-top:16rem}.swagger-ui .mv0{margin-top:0;margin-bottom:0}.swagger-ui .mv1{margin-top:.25rem;margin-bottom:.25rem}.swagger-ui .mv2{margin-top:.5rem;margin-bottom:.5rem}.swagger-ui .mv3{margin-top:1rem;margin-bottom:1rem}.swagger-ui .mv4{margin-top:2rem;margin-bottom:2rem}.swagger-ui .mv5{margin-top:4rem;margin-bottom:4rem}.swagger-ui .mv6{margin-top:8rem;margin-bottom:8rem}.swagger-ui .mv7{margin-top:16rem;margin-bottom:16rem}.swagger-ui .mh0{margin-left:0;margin-right:0}.swagger-ui .mh1{margin-left:.25rem;margin-right:.25rem}.swagger-ui .mh2{margin-left:.5rem;margin-right:.5rem}.swagger-ui .mh3{margin-left:1rem;margin-right:1rem}.swagger-ui .mh4{margin-left:2rem;margin-right:2rem}.swagger-ui .mh5{margin-left:4rem;margin-right:4rem}.swagger-ui .mh6{margin-left:8rem;margin-right:8rem}.swagger-ui .mh7{margin-left:16rem;margin-right:16rem}@media screen and (min-width:30em){.swagger-ui .pa0-ns{padding:0}.swagger-ui .pa1-ns{padding:.25rem}.swagger-ui .pa2-ns{padding:.5rem}.swagger-ui .pa3-ns{padding:1rem}.swagger-ui .pa4-ns{padding:2rem}.swagger-ui .pa5-ns{padding:4rem}.swagger-ui .pa6-ns{padding:8rem}.swagger-ui .pa7-ns{padding:16rem}.swagger-ui .pl0-ns{padding-left:0}.swagger-ui .pl1-ns{padding-left:.25rem}.swagger-ui .pl2-ns{padding-left:.5rem}.swagger-ui .pl3-ns{padding-left:1rem}.swagger-ui .pl4-ns{padding-left:2rem}.swagger-ui .pl5-ns{padding-left:4rem}.swagger-ui .pl6-ns{padding-left:8rem}.swagger-ui .pl7-ns{padding-left:16rem}.swagger-ui .pr0-ns{padding-right:0}.swagger-ui .pr1-ns{padding-right:.25rem}.swagger-ui .pr2-ns{padding-right:.5rem}.swagger-ui .pr3-ns{padding-right:1rem}.swagger-ui .pr4-ns{padding-right:2rem}.swagger-ui .pr5-ns{padding-right:4rem}.swagger-ui .pr6-ns{padding-right:8rem}.swagger-ui .pr7-ns{padding-right:16rem}.swagger-ui .pb0-ns{padding-bottom:0}.swagger-ui .pb1-ns{padding-bottom:.25rem}.swagger-ui .pb2-ns{padding-bottom:.5rem}.swagger-ui .pb3-ns{padding-bottom:1rem}.swagger-ui .pb4-ns{padding-bottom:2rem}.swagger-ui .pb5-ns{padding-bottom:4rem}.swagger-ui .pb6-ns{padding-bottom:8rem}.swagger-ui .pb7-ns{padding-bottom:16rem}.swagger-ui .pt0-ns{padding-top:0}.swagger-ui .pt1-ns{padding-top:.25rem}.swagger-ui .pt2-ns{padding-top:.5rem}.swagger-ui .pt3-ns{padding-top:1rem}.swagger-ui .pt4-ns{padding-top:2rem}.swagger-ui .pt5-ns{padding-top:4rem}.swagger-ui .pt6-ns{padding-top:8rem}.swagger-ui .pt7-ns{padding-top:16rem}.swagger-ui .pv0-ns{padding-top:0;padding-bottom:0}.swagger-ui .pv1-ns{padding-top:.25rem;padding-bottom:.25rem}.swagger-ui .pv2-ns{padding-top:.5rem;padding-bottom:.5rem}.swagger-ui .pv3-ns{padding-top:1rem;padding-bottom:1rem}.swagger-ui .pv4-ns{padding-top:2rem;padding-bottom:2rem}.swagger-ui .pv5-ns{padding-top:4rem;padding-bottom:4rem}.swagger-ui .pv6-ns{padding-top:8rem;padding-bottom:8rem}.swagger-ui .pv7-ns{padding-top:16rem;padding-bottom:16rem}.swagger-ui .ph0-ns{padding-left:0;padding-right:0}.swagger-ui .ph1-ns{padding-left:.25rem;padding-right:.25rem}.swagger-ui .ph2-ns{padding-left:.5rem;padding-right:.5rem}.swagger-ui .ph3-ns{padding-left:1rem;padding-right:1rem}.swagger-ui .ph4-ns{padding-left:2rem;padding-right:2rem}.swagger-ui .ph5-ns{padding-left:4rem;padding-right:4rem}.swagger-ui .ph6-ns{padding-left:8rem;padding-right:8rem}.swagger-ui .ph7-ns{padding-left:16rem;padding-right:16rem}.swagger-ui .ma0-ns{margin:0}.swagger-ui .ma1-ns{margin:.25rem}.swagger-ui .ma2-ns{margin:.5rem}.swagger-ui .ma3-ns{margin:1rem}.swagger-ui .ma4-ns{margin:2rem}.swagger-ui .ma5-ns{margin:4rem}.swagger-ui .ma6-ns{margin:8rem}.swagger-ui .ma7-ns{margin:16rem}.swagger-ui .ml0-ns{margin-left:0}.swagger-ui .ml1-ns{margin-left:.25rem}.swagger-ui .ml2-ns{margin-left:.5rem}.swagger-ui .ml3-ns{margin-left:1rem}.swagger-ui .ml4-ns{margin-left:2rem}.swagger-ui .ml5-ns{margin-left:4rem}.swagger-ui .ml6-ns{margin-left:8rem}.swagger-ui .ml7-ns{margin-left:16rem}.swagger-ui .mr0-ns{margin-right:0}.swagger-ui .mr1-ns{margin-right:.25rem}.swagger-ui .mr2-ns{margin-right:.5rem}.swagger-ui .mr3-ns{margin-right:1rem}.swagger-ui .mr4-ns{margin-right:2rem}.swagger-ui .mr5-ns{margin-right:4rem}.swagger-ui .mr6-ns{margin-right:8rem}.swagger-ui .mr7-ns{margin-right:16rem}.swagger-ui .mb0-ns{margin-bottom:0}.swagger-ui .mb1-ns{margin-bottom:.25rem}.swagger-ui .mb2-ns{margin-bottom:.5rem}.swagger-ui .mb3-ns{margin-bottom:1rem}.swagger-ui .mb4-ns{margin-bottom:2rem}.swagger-ui .mb5-ns{margin-bottom:4rem}.swagger-ui .mb6-ns{margin-bottom:8rem}.swagger-ui .mb7-ns{margin-bottom:16rem}.swagger-ui .mt0-ns{margin-top:0}.swagger-ui .mt1-ns{margin-top:.25rem}.swagger-ui .mt2-ns{margin-top:.5rem}.swagger-ui .mt3-ns{margin-top:1rem}.swagger-ui .mt4-ns{margin-top:2rem}.swagger-ui .mt5-ns{margin-top:4rem}.swagger-ui .mt6-ns{margin-top:8rem}.swagger-ui .mt7-ns{margin-top:16rem}.swagger-ui .mv0-ns{margin-top:0;margin-bottom:0}.swagger-ui .mv1-ns{margin-top:.25rem;margin-bottom:.25rem}.swagger-ui .mv2-ns{margin-top:.5rem;margin-bottom:.5rem}.swagger-ui .mv3-ns{margin-top:1rem;margin-bottom:1rem}.swagger-ui .mv4-ns{margin-top:2rem;margin-bottom:2rem}.swagger-ui .mv5-ns{margin-top:4rem;margin-bottom:4rem}.swagger-ui .mv6-ns{margin-top:8rem;margin-bottom:8rem}.swagger-ui .mv7-ns{margin-top:16rem;margin-bottom:16rem}.swagger-ui .mh0-ns{margin-left:0;margin-right:0}.swagger-ui .mh1-ns{margin-left:.25rem;margin-right:.25rem}.swagger-ui .mh2-ns{margin-left:.5rem;margin-right:.5rem}.swagger-ui .mh3-ns{margin-left:1rem;margin-right:1rem}.swagger-ui .mh4-ns{margin-left:2rem;margin-right:2rem}.swagger-ui .mh5-ns{margin-left:4rem;margin-right:4rem}.swagger-ui .mh6-ns{margin-left:8rem;margin-right:8rem}.swagger-ui .mh7-ns{margin-left:16rem;margin-right:16rem}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .pa0-m{padding:0}.swagger-ui .pa1-m{padding:.25rem}.swagger-ui .pa2-m{padding:.5rem}.swagger-ui .pa3-m{padding:1rem}.swagger-ui .pa4-m{padding:2rem}.swagger-ui .pa5-m{padding:4rem}.swagger-ui .pa6-m{padding:8rem}.swagger-ui .pa7-m{padding:16rem}.swagger-ui .pl0-m{padding-left:0}.swagger-ui .pl1-m{padding-left:.25rem}.swagger-ui .pl2-m{padding-left:.5rem}.swagger-ui .pl3-m{padding-left:1rem}.swagger-ui .pl4-m{padding-left:2rem}.swagger-ui .pl5-m{padding-left:4rem}.swagger-ui .pl6-m{padding-left:8rem}.swagger-ui .pl7-m{padding-left:16rem}.swagger-ui .pr0-m{padding-right:0}.swagger-ui .pr1-m{padding-right:.25rem}.swagger-ui .pr2-m{padding-right:.5rem}.swagger-ui .pr3-m{padding-right:1rem}.swagger-ui .pr4-m{padding-right:2rem}.swagger-ui .pr5-m{padding-right:4rem}.swagger-ui .pr6-m{padding-right:8rem}.swagger-ui .pr7-m{padding-right:16rem}.swagger-ui .pb0-m{padding-bottom:0}.swagger-ui .pb1-m{padding-bottom:.25rem}.swagger-ui .pb2-m{padding-bottom:.5rem}.swagger-ui .pb3-m{padding-bottom:1rem}.swagger-ui .pb4-m{padding-bottom:2rem}.swagger-ui .pb5-m{padding-bottom:4rem}.swagger-ui .pb6-m{padding-bottom:8rem}.swagger-ui .pb7-m{padding-bottom:16rem}.swagger-ui .pt0-m{padding-top:0}.swagger-ui .pt1-m{padding-top:.25rem}.swagger-ui .pt2-m{padding-top:.5rem}.swagger-ui .pt3-m{padding-top:1rem}.swagger-ui .pt4-m{padding-top:2rem}.swagger-ui .pt5-m{padding-top:4rem}.swagger-ui .pt6-m{padding-top:8rem}.swagger-ui .pt7-m{padding-top:16rem}.swagger-ui .pv0-m{padding-top:0;padding-bottom:0}.swagger-ui .pv1-m{padding-top:.25rem;padding-bottom:.25rem}.swagger-ui .pv2-m{padding-top:.5rem;padding-bottom:.5rem}.swagger-ui .pv3-m{padding-top:1rem;padding-bottom:1rem}.swagger-ui .pv4-m{padding-top:2rem;padding-bottom:2rem}.swagger-ui .pv5-m{padding-top:4rem;padding-bottom:4rem}.swagger-ui .pv6-m{padding-top:8rem;padding-bottom:8rem}.swagger-ui .pv7-m{padding-top:16rem;padding-bottom:16rem}.swagger-ui .ph0-m{padding-left:0;padding-right:0}.swagger-ui .ph1-m{padding-left:.25rem;padding-right:.25rem}.swagger-ui .ph2-m{padding-left:.5rem;padding-right:.5rem}.swagger-ui .ph3-m{padding-left:1rem;padding-right:1rem}.swagger-ui .ph4-m{padding-left:2rem;padding-right:2rem}.swagger-ui .ph5-m{padding-left:4rem;padding-right:4rem}.swagger-ui .ph6-m{padding-left:8rem;padding-right:8rem}.swagger-ui .ph7-m{padding-left:16rem;padding-right:16rem}.swagger-ui .ma0-m{margin:0}.swagger-ui .ma1-m{margin:.25rem}.swagger-ui .ma2-m{margin:.5rem}.swagger-ui .ma3-m{margin:1rem}.swagger-ui .ma4-m{margin:2rem}.swagger-ui .ma5-m{margin:4rem}.swagger-ui .ma6-m{margin:8rem}.swagger-ui .ma7-m{margin:16rem}.swagger-ui .ml0-m{margin-left:0}.swagger-ui .ml1-m{margin-left:.25rem}.swagger-ui .ml2-m{margin-left:.5rem}.swagger-ui .ml3-m{margin-left:1rem}.swagger-ui .ml4-m{margin-left:2rem}.swagger-ui .ml5-m{margin-left:4rem}.swagger-ui .ml6-m{margin-left:8rem}.swagger-ui .ml7-m{margin-left:16rem}.swagger-ui .mr0-m{margin-right:0}.swagger-ui .mr1-m{margin-right:.25rem}.swagger-ui .mr2-m{margin-right:.5rem}.swagger-ui .mr3-m{margin-right:1rem}.swagger-ui .mr4-m{margin-right:2rem}.swagger-ui .mr5-m{margin-right:4rem}.swagger-ui .mr6-m{margin-right:8rem}.swagger-ui .mr7-m{margin-right:16rem}.swagger-ui .mb0-m{margin-bottom:0}.swagger-ui .mb1-m{margin-bottom:.25rem}.swagger-ui .mb2-m{margin-bottom:.5rem}.swagger-ui .mb3-m{margin-bottom:1rem}.swagger-ui .mb4-m{margin-bottom:2rem}.swagger-ui .mb5-m{margin-bottom:4rem}.swagger-ui .mb6-m{margin-bottom:8rem}.swagger-ui .mb7-m{margin-bottom:16rem}.swagger-ui .mt0-m{margin-top:0}.swagger-ui .mt1-m{margin-top:.25rem}.swagger-ui .mt2-m{margin-top:.5rem}.swagger-ui .mt3-m{margin-top:1rem}.swagger-ui .mt4-m{margin-top:2rem}.swagger-ui .mt5-m{margin-top:4rem}.swagger-ui .mt6-m{margin-top:8rem}.swagger-ui .mt7-m{margin-top:16rem}.swagger-ui .mv0-m{margin-top:0;margin-bottom:0}.swagger-ui .mv1-m{margin-top:.25rem;margin-bottom:.25rem}.swagger-ui .mv2-m{margin-top:.5rem;margin-bottom:.5rem}.swagger-ui .mv3-m{margin-top:1rem;margin-bottom:1rem}.swagger-ui .mv4-m{margin-top:2rem;margin-bottom:2rem}.swagger-ui .mv5-m{margin-top:4rem;margin-bottom:4rem}.swagger-ui .mv6-m{margin-top:8rem;margin-bottom:8rem}.swagger-ui .mv7-m{margin-top:16rem;margin-bottom:16rem}.swagger-ui .mh0-m{margin-left:0;margin-right:0}.swagger-ui .mh1-m{margin-left:.25rem;margin-right:.25rem}.swagger-ui .mh2-m{margin-left:.5rem;margin-right:.5rem}.swagger-ui .mh3-m{margin-left:1rem;margin-right:1rem}.swagger-ui .mh4-m{margin-left:2rem;margin-right:2rem}.swagger-ui .mh5-m{margin-left:4rem;margin-right:4rem}.swagger-ui .mh6-m{margin-left:8rem;margin-right:8rem}.swagger-ui .mh7-m{margin-left:16rem;margin-right:16rem}}@media screen and (min-width:60em){.swagger-ui .pa0-l{padding:0}.swagger-ui .pa1-l{padding:.25rem}.swagger-ui .pa2-l{padding:.5rem}.swagger-ui .pa3-l{padding:1rem}.swagger-ui .pa4-l{padding:2rem}.swagger-ui .pa5-l{padding:4rem}.swagger-ui .pa6-l{padding:8rem}.swagger-ui .pa7-l{padding:16rem}.swagger-ui .pl0-l{padding-left:0}.swagger-ui .pl1-l{padding-left:.25rem}.swagger-ui .pl2-l{padding-left:.5rem}.swagger-ui .pl3-l{padding-left:1rem}.swagger-ui .pl4-l{padding-left:2rem}.swagger-ui .pl5-l{padding-left:4rem}.swagger-ui .pl6-l{padding-left:8rem}.swagger-ui .pl7-l{padding-left:16rem}.swagger-ui .pr0-l{padding-right:0}.swagger-ui .pr1-l{padding-right:.25rem}.swagger-ui .pr2-l{padding-right:.5rem}.swagger-ui .pr3-l{padding-right:1rem}.swagger-ui .pr4-l{padding-right:2rem}.swagger-ui .pr5-l{padding-right:4rem}.swagger-ui .pr6-l{padding-right:8rem}.swagger-ui .pr7-l{padding-right:16rem}.swagger-ui .pb0-l{padding-bottom:0}.swagger-ui .pb1-l{padding-bottom:.25rem}.swagger-ui .pb2-l{padding-bottom:.5rem}.swagger-ui .pb3-l{padding-bottom:1rem}.swagger-ui .pb4-l{padding-bottom:2rem}.swagger-ui .pb5-l{padding-bottom:4rem}.swagger-ui .pb6-l{padding-bottom:8rem}.swagger-ui .pb7-l{padding-bottom:16rem}.swagger-ui .pt0-l{padding-top:0}.swagger-ui .pt1-l{padding-top:.25rem}.swagger-ui .pt2-l{padding-top:.5rem}.swagger-ui .pt3-l{padding-top:1rem}.swagger-ui .pt4-l{padding-top:2rem}.swagger-ui .pt5-l{padding-top:4rem}.swagger-ui .pt6-l{padding-top:8rem}.swagger-ui .pt7-l{padding-top:16rem}.swagger-ui .pv0-l{padding-top:0;padding-bottom:0}.swagger-ui .pv1-l{padding-top:.25rem;padding-bottom:.25rem}.swagger-ui .pv2-l{padding-top:.5rem;padding-bottom:.5rem}.swagger-ui .pv3-l{padding-top:1rem;padding-bottom:1rem}.swagger-ui .pv4-l{padding-top:2rem;padding-bottom:2rem}.swagger-ui .pv5-l{padding-top:4rem;padding-bottom:4rem}.swagger-ui .pv6-l{padding-top:8rem;padding-bottom:8rem}.swagger-ui .pv7-l{padding-top:16rem;padding-bottom:16rem}.swagger-ui .ph0-l{padding-left:0;padding-right:0}.swagger-ui .ph1-l{padding-left:.25rem;padding-right:.25rem}.swagger-ui .ph2-l{padding-left:.5rem;padding-right:.5rem}.swagger-ui .ph3-l{padding-left:1rem;padding-right:1rem}.swagger-ui .ph4-l{padding-left:2rem;padding-right:2rem}.swagger-ui .ph5-l{padding-left:4rem;padding-right:4rem}.swagger-ui .ph6-l{padding-left:8rem;padding-right:8rem}.swagger-ui .ph7-l{padding-left:16rem;padding-right:16rem}.swagger-ui .ma0-l{margin:0}.swagger-ui .ma1-l{margin:.25rem}.swagger-ui .ma2-l{margin:.5rem}.swagger-ui .ma3-l{margin:1rem}.swagger-ui .ma4-l{margin:2rem}.swagger-ui .ma5-l{margin:4rem}.swagger-ui .ma6-l{margin:8rem}.swagger-ui .ma7-l{margin:16rem}.swagger-ui .ml0-l{margin-left:0}.swagger-ui .ml1-l{margin-left:.25rem}.swagger-ui .ml2-l{margin-left:.5rem}.swagger-ui .ml3-l{margin-left:1rem}.swagger-ui .ml4-l{margin-left:2rem}.swagger-ui .ml5-l{margin-left:4rem}.swagger-ui .ml6-l{margin-left:8rem}.swagger-ui .ml7-l{margin-left:16rem}.swagger-ui .mr0-l{margin-right:0}.swagger-ui .mr1-l{margin-right:.25rem}.swagger-ui .mr2-l{margin-right:.5rem}.swagger-ui .mr3-l{margin-right:1rem}.swagger-ui .mr4-l{margin-right:2rem}.swagger-ui .mr5-l{margin-right:4rem}.swagger-ui .mr6-l{margin-right:8rem}.swagger-ui .mr7-l{margin-right:16rem}.swagger-ui .mb0-l{margin-bottom:0}.swagger-ui .mb1-l{margin-bottom:.25rem}.swagger-ui .mb2-l{margin-bottom:.5rem}.swagger-ui .mb3-l{margin-bottom:1rem}.swagger-ui .mb4-l{margin-bottom:2rem}.swagger-ui .mb5-l{margin-bottom:4rem}.swagger-ui .mb6-l{margin-bottom:8rem}.swagger-ui .mb7-l{margin-bottom:16rem}.swagger-ui .mt0-l{margin-top:0}.swagger-ui .mt1-l{margin-top:.25rem}.swagger-ui .mt2-l{margin-top:.5rem}.swagger-ui .mt3-l{margin-top:1rem}.swagger-ui .mt4-l{margin-top:2rem}.swagger-ui .mt5-l{margin-top:4rem}.swagger-ui .mt6-l{margin-top:8rem}.swagger-ui .mt7-l{margin-top:16rem}.swagger-ui .mv0-l{margin-top:0;margin-bottom:0}.swagger-ui .mv1-l{margin-top:.25rem;margin-bottom:.25rem}.swagger-ui .mv2-l{margin-top:.5rem;margin-bottom:.5rem}.swagger-ui .mv3-l{margin-top:1rem;margin-bottom:1rem}.swagger-ui .mv4-l{margin-top:2rem;margin-bottom:2rem}.swagger-ui .mv5-l{margin-top:4rem;margin-bottom:4rem}.swagger-ui .mv6-l{margin-top:8rem;margin-bottom:8rem}.swagger-ui .mv7-l{margin-top:16rem;margin-bottom:16rem}.swagger-ui .mh0-l{margin-left:0;margin-right:0}.swagger-ui .mh1-l{margin-left:.25rem;margin-right:.25rem}.swagger-ui .mh2-l{margin-left:.5rem;margin-right:.5rem}.swagger-ui .mh3-l{margin-left:1rem;margin-right:1rem}.swagger-ui .mh4-l{margin-left:2rem;margin-right:2rem}.swagger-ui .mh5-l{margin-left:4rem;margin-right:4rem}.swagger-ui .mh6-l{margin-left:8rem;margin-right:8rem}.swagger-ui .mh7-l{margin-left:16rem;margin-right:16rem}}.swagger-ui .na1{margin:-.25rem}.swagger-ui .na2{margin:-.5rem}.swagger-ui .na3{margin:-1rem}.swagger-ui .na4{margin:-2rem}.swagger-ui .na5{margin:-4rem}.swagger-ui .na6{margin:-8rem}.swagger-ui .na7{margin:-16rem}.swagger-ui .nl1{margin-left:-.25rem}.swagger-ui .nl2{margin-left:-.5rem}.swagger-ui .nl3{margin-left:-1rem}.swagger-ui .nl4{margin-left:-2rem}.swagger-ui .nl5{margin-left:-4rem}.swagger-ui .nl6{margin-left:-8rem}.swagger-ui .nl7{margin-left:-16rem}.swagger-ui .nr1{margin-right:-.25rem}.swagger-ui .nr2{margin-right:-.5rem}.swagger-ui .nr3{margin-right:-1rem}.swagger-ui .nr4{margin-right:-2rem}.swagger-ui .nr5{margin-right:-4rem}.swagger-ui .nr6{margin-right:-8rem}.swagger-ui .nr7{margin-right:-16rem}.swagger-ui .nb1{margin-bottom:-.25rem}.swagger-ui .nb2{margin-bottom:-.5rem}.swagger-ui .nb3{margin-bottom:-1rem}.swagger-ui .nb4{margin-bottom:-2rem}.swagger-ui .nb5{margin-bottom:-4rem}.swagger-ui .nb6{margin-bottom:-8rem}.swagger-ui .nb7{margin-bottom:-16rem}.swagger-ui .nt1{margin-top:-.25rem}.swagger-ui .nt2{margin-top:-.5rem}.swagger-ui .nt3{margin-top:-1rem}.swagger-ui .nt4{margin-top:-2rem}.swagger-ui .nt5{margin-top:-4rem}.swagger-ui .nt6{margin-top:-8rem}.swagger-ui .nt7{margin-top:-16rem}@media screen and (min-width:30em){.swagger-ui .na1-ns{margin:-.25rem}.swagger-ui .na2-ns{margin:-.5rem}.swagger-ui .na3-ns{margin:-1rem}.swagger-ui .na4-ns{margin:-2rem}.swagger-ui .na5-ns{margin:-4rem}.swagger-ui .na6-ns{margin:-8rem}.swagger-ui .na7-ns{margin:-16rem}.swagger-ui .nl1-ns{margin-left:-.25rem}.swagger-ui .nl2-ns{margin-left:-.5rem}.swagger-ui .nl3-ns{margin-left:-1rem}.swagger-ui .nl4-ns{margin-left:-2rem}.swagger-ui .nl5-ns{margin-left:-4rem}.swagger-ui .nl6-ns{margin-left:-8rem}.swagger-ui .nl7-ns{margin-left:-16rem}.swagger-ui .nr1-ns{margin-right:-.25rem}.swagger-ui .nr2-ns{margin-right:-.5rem}.swagger-ui .nr3-ns{margin-right:-1rem}.swagger-ui .nr4-ns{margin-right:-2rem}.swagger-ui .nr5-ns{margin-right:-4rem}.swagger-ui .nr6-ns{margin-right:-8rem}.swagger-ui .nr7-ns{margin-right:-16rem}.swagger-ui .nb1-ns{margin-bottom:-.25rem}.swagger-ui .nb2-ns{margin-bottom:-.5rem}.swagger-ui .nb3-ns{margin-bottom:-1rem}.swagger-ui .nb4-ns{margin-bottom:-2rem}.swagger-ui .nb5-ns{margin-bottom:-4rem}.swagger-ui .nb6-ns{margin-bottom:-8rem}.swagger-ui .nb7-ns{margin-bottom:-16rem}.swagger-ui .nt1-ns{margin-top:-.25rem}.swagger-ui .nt2-ns{margin-top:-.5rem}.swagger-ui .nt3-ns{margin-top:-1rem}.swagger-ui .nt4-ns{margin-top:-2rem}.swagger-ui .nt5-ns{margin-top:-4rem}.swagger-ui .nt6-ns{margin-top:-8rem}.swagger-ui .nt7-ns{margin-top:-16rem}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .na1-m{margin:-.25rem}.swagger-ui .na2-m{margin:-.5rem}.swagger-ui .na3-m{margin:-1rem}.swagger-ui .na4-m{margin:-2rem}.swagger-ui .na5-m{margin:-4rem}.swagger-ui .na6-m{margin:-8rem}.swagger-ui .na7-m{margin:-16rem}.swagger-ui .nl1-m{margin-left:-.25rem}.swagger-ui .nl2-m{margin-left:-.5rem}.swagger-ui .nl3-m{margin-left:-1rem}.swagger-ui .nl4-m{margin-left:-2rem}.swagger-ui .nl5-m{margin-left:-4rem}.swagger-ui .nl6-m{margin-left:-8rem}.swagger-ui .nl7-m{margin-left:-16rem}.swagger-ui .nr1-m{margin-right:-.25rem}.swagger-ui .nr2-m{margin-right:-.5rem}.swagger-ui .nr3-m{margin-right:-1rem}.swagger-ui .nr4-m{margin-right:-2rem}.swagger-ui .nr5-m{margin-right:-4rem}.swagger-ui .nr6-m{margin-right:-8rem}.swagger-ui .nr7-m{margin-right:-16rem}.swagger-ui .nb1-m{margin-bottom:-.25rem}.swagger-ui .nb2-m{margin-bottom:-.5rem}.swagger-ui .nb3-m{margin-bottom:-1rem}.swagger-ui .nb4-m{margin-bottom:-2rem}.swagger-ui .nb5-m{margin-bottom:-4rem}.swagger-ui .nb6-m{margin-bottom:-8rem}.swagger-ui .nb7-m{margin-bottom:-16rem}.swagger-ui .nt1-m{margin-top:-.25rem}.swagger-ui .nt2-m{margin-top:-.5rem}.swagger-ui .nt3-m{margin-top:-1rem}.swagger-ui .nt4-m{margin-top:-2rem}.swagger-ui .nt5-m{margin-top:-4rem}.swagger-ui .nt6-m{margin-top:-8rem}.swagger-ui .nt7-m{margin-top:-16rem}}@media screen and (min-width:60em){.swagger-ui .na1-l{margin:-.25rem}.swagger-ui .na2-l{margin:-.5rem}.swagger-ui .na3-l{margin:-1rem}.swagger-ui .na4-l{margin:-2rem}.swagger-ui .na5-l{margin:-4rem}.swagger-ui .na6-l{margin:-8rem}.swagger-ui .na7-l{margin:-16rem}.swagger-ui .nl1-l{margin-left:-.25rem}.swagger-ui .nl2-l{margin-left:-.5rem}.swagger-ui .nl3-l{margin-left:-1rem}.swagger-ui .nl4-l{margin-left:-2rem}.swagger-ui .nl5-l{margin-left:-4rem}.swagger-ui .nl6-l{margin-left:-8rem}.swagger-ui .nl7-l{margin-left:-16rem}.swagger-ui .nr1-l{margin-right:-.25rem}.swagger-ui .nr2-l{margin-right:-.5rem}.swagger-ui .nr3-l{margin-right:-1rem}.swagger-ui .nr4-l{margin-right:-2rem}.swagger-ui .nr5-l{margin-right:-4rem}.swagger-ui .nr6-l{margin-right:-8rem}.swagger-ui .nr7-l{margin-right:-16rem}.swagger-ui .nb1-l{margin-bottom:-.25rem}.swagger-ui .nb2-l{margin-bottom:-.5rem}.swagger-ui .nb3-l{margin-bottom:-1rem}.swagger-ui .nb4-l{margin-bottom:-2rem}.swagger-ui .nb5-l{margin-bottom:-4rem}.swagger-ui .nb6-l{margin-bottom:-8rem}.swagger-ui .nb7-l{margin-bottom:-16rem}.swagger-ui .nt1-l{margin-top:-.25rem}.swagger-ui .nt2-l{margin-top:-.5rem}.swagger-ui .nt3-l{margin-top:-1rem}.swagger-ui .nt4-l{margin-top:-2rem}.swagger-ui .nt5-l{margin-top:-4rem}.swagger-ui .nt6-l{margin-top:-8rem}.swagger-ui .nt7-l{margin-top:-16rem}}.swagger-ui .collapse{border-collapse:collapse;border-spacing:0}.swagger-ui .striped--light-silver:nth-child(odd){background-color:#aaa}.swagger-ui .striped--moon-gray:nth-child(odd){background-color:#ccc}.swagger-ui .striped--light-gray:nth-child(odd){background-color:#eee}.swagger-ui .striped--near-white:nth-child(odd){background-color:#f4f4f4}.swagger-ui .stripe-light:nth-child(odd){background-color:hsla(0,0%,100%,.1)}.swagger-ui .stripe-dark:nth-child(odd){background-color:rgba(0,0,0,.1)}.swagger-ui .strike{text-decoration:line-through}.swagger-ui .underline{text-decoration:underline}.swagger-ui .no-underline{text-decoration:none}@media screen and (min-width:30em){.swagger-ui .strike-ns{text-decoration:line-through}.swagger-ui .underline-ns{text-decoration:underline}.swagger-ui .no-underline-ns{text-decoration:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .strike-m{text-decoration:line-through}.swagger-ui .underline-m{text-decoration:underline}.swagger-ui .no-underline-m{text-decoration:none}}@media screen and (min-width:60em){.swagger-ui .strike-l{text-decoration:line-through}.swagger-ui .underline-l{text-decoration:underline}.swagger-ui .no-underline-l{text-decoration:none}}.swagger-ui .tl{text-align:left}.swagger-ui .tr{text-align:right}.swagger-ui .tc{text-align:center}.swagger-ui .tj{text-align:justify}@media screen and (min-width:30em){.swagger-ui .tl-ns{text-align:left}.swagger-ui .tr-ns{text-align:right}.swagger-ui .tc-ns{text-align:center}.swagger-ui .tj-ns{text-align:justify}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .tl-m{text-align:left}.swagger-ui .tr-m{text-align:right}.swagger-ui .tc-m{text-align:center}.swagger-ui .tj-m{text-align:justify}}@media screen and (min-width:60em){.swagger-ui .tl-l{text-align:left}.swagger-ui .tr-l{text-align:right}.swagger-ui .tc-l{text-align:center}.swagger-ui .tj-l{text-align:justify}}.swagger-ui .ttc{text-transform:capitalize}.swagger-ui .ttl{text-transform:lowercase}.swagger-ui .ttu{text-transform:uppercase}.swagger-ui .ttn{text-transform:none}@media screen and (min-width:30em){.swagger-ui .ttc-ns{text-transform:capitalize}.swagger-ui .ttl-ns{text-transform:lowercase}.swagger-ui .ttu-ns{text-transform:uppercase}.swagger-ui .ttn-ns{text-transform:none}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .ttc-m{text-transform:capitalize}.swagger-ui .ttl-m{text-transform:lowercase}.swagger-ui .ttu-m{text-transform:uppercase}.swagger-ui .ttn-m{text-transform:none}}@media screen and (min-width:60em){.swagger-ui .ttc-l{text-transform:capitalize}.swagger-ui .ttl-l{text-transform:lowercase}.swagger-ui .ttu-l{text-transform:uppercase}.swagger-ui .ttn-l{text-transform:none}}.swagger-ui .f-6,.swagger-ui .f-headline{font-size:6rem}.swagger-ui .f-5,.swagger-ui .f-subheadline{font-size:5rem}.swagger-ui .f1{font-size:3rem}.swagger-ui .f2{font-size:2.25rem}.swagger-ui .f3{font-size:1.5rem}.swagger-ui .f4{font-size:1.25rem}.swagger-ui .f5{font-size:1rem}.swagger-ui .f6{font-size:.875rem}.swagger-ui .f7{font-size:.75rem}@media screen and (min-width:30em){.swagger-ui .f-6-ns,.swagger-ui .f-headline-ns{font-size:6rem}.swagger-ui .f-5-ns,.swagger-ui .f-subheadline-ns{font-size:5rem}.swagger-ui .f1-ns{font-size:3rem}.swagger-ui .f2-ns{font-size:2.25rem}.swagger-ui .f3-ns{font-size:1.5rem}.swagger-ui .f4-ns{font-size:1.25rem}.swagger-ui .f5-ns{font-size:1rem}.swagger-ui .f6-ns{font-size:.875rem}.swagger-ui .f7-ns{font-size:.75rem}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .f-6-m,.swagger-ui .f-headline-m{font-size:6rem}.swagger-ui .f-5-m,.swagger-ui .f-subheadline-m{font-size:5rem}.swagger-ui .f1-m{font-size:3rem}.swagger-ui .f2-m{font-size:2.25rem}.swagger-ui .f3-m{font-size:1.5rem}.swagger-ui .f4-m{font-size:1.25rem}.swagger-ui .f5-m{font-size:1rem}.swagger-ui .f6-m{font-size:.875rem}.swagger-ui .f7-m{font-size:.75rem}}@media screen and (min-width:60em){.swagger-ui .f-6-l,.swagger-ui .f-headline-l{font-size:6rem}.swagger-ui .f-5-l,.swagger-ui .f-subheadline-l{font-size:5rem}.swagger-ui .f1-l{font-size:3rem}.swagger-ui .f2-l{font-size:2.25rem}.swagger-ui .f3-l{font-size:1.5rem}.swagger-ui .f4-l{font-size:1.25rem}.swagger-ui .f5-l{font-size:1rem}.swagger-ui .f6-l{font-size:.875rem}.swagger-ui .f7-l{font-size:.75rem}}.swagger-ui .measure{max-width:30em}.swagger-ui .measure-wide{max-width:34em}.swagger-ui .measure-narrow{max-width:20em}.swagger-ui .indent{text-indent:1em;margin-top:0;margin-bottom:0}.swagger-ui .small-caps{font-variant:small-caps}.swagger-ui .truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:30em){.swagger-ui .measure-ns{max-width:30em}.swagger-ui .measure-wide-ns{max-width:34em}.swagger-ui .measure-narrow-ns{max-width:20em}.swagger-ui .indent-ns{text-indent:1em;margin-top:0;margin-bottom:0}.swagger-ui .small-caps-ns{font-variant:small-caps}.swagger-ui .truncate-ns{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .measure-m{max-width:30em}.swagger-ui .measure-wide-m{max-width:34em}.swagger-ui .measure-narrow-m{max-width:20em}.swagger-ui .indent-m{text-indent:1em;margin-top:0;margin-bottom:0}.swagger-ui .small-caps-m{font-variant:small-caps}.swagger-ui .truncate-m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media screen and (min-width:60em){.swagger-ui .measure-l{max-width:30em}.swagger-ui .measure-wide-l{max-width:34em}.swagger-ui .measure-narrow-l{max-width:20em}.swagger-ui .indent-l{text-indent:1em;margin-top:0;margin-bottom:0}.swagger-ui .small-caps-l{font-variant:small-caps}.swagger-ui .truncate-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.swagger-ui .overflow-container{overflow-y:scroll}.swagger-ui .center{margin-right:auto;margin-left:auto}.swagger-ui .mr-auto{margin-right:auto}.swagger-ui .ml-auto{margin-left:auto}@media screen and (min-width:30em){.swagger-ui .center-ns{margin-right:auto;margin-left:auto}.swagger-ui .mr-auto-ns{margin-right:auto}.swagger-ui .ml-auto-ns{margin-left:auto}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .center-m{margin-right:auto;margin-left:auto}.swagger-ui .mr-auto-m{margin-right:auto}.swagger-ui .ml-auto-m{margin-left:auto}}@media screen and (min-width:60em){.swagger-ui .center-l{margin-right:auto;margin-left:auto}.swagger-ui .mr-auto-l{margin-right:auto}.swagger-ui .ml-auto-l{margin-left:auto}}.swagger-ui .clip{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}@media screen and (min-width:30em){.swagger-ui .clip-ns{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .clip-m{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}}@media screen and (min-width:60em){.swagger-ui .clip-l{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}}.swagger-ui .ws-normal{white-space:normal}.swagger-ui .nowrap{white-space:nowrap}.swagger-ui .pre{white-space:pre}@media screen and (min-width:30em){.swagger-ui .ws-normal-ns{white-space:normal}.swagger-ui .nowrap-ns{white-space:nowrap}.swagger-ui .pre-ns{white-space:pre}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .ws-normal-m{white-space:normal}.swagger-ui .nowrap-m{white-space:nowrap}.swagger-ui .pre-m{white-space:pre}}@media screen and (min-width:60em){.swagger-ui .ws-normal-l{white-space:normal}.swagger-ui .nowrap-l{white-space:nowrap}.swagger-ui .pre-l{white-space:pre}}.swagger-ui .v-base{vertical-align:baseline}.swagger-ui .v-mid{vertical-align:middle}.swagger-ui .v-top{vertical-align:top}.swagger-ui .v-btm{vertical-align:bottom}@media screen and (min-width:30em){.swagger-ui .v-base-ns{vertical-align:baseline}.swagger-ui .v-mid-ns{vertical-align:middle}.swagger-ui .v-top-ns{vertical-align:top}.swagger-ui .v-btm-ns{vertical-align:bottom}}@media screen and (min-width:30em) and (max-width:60em){.swagger-ui .v-base-m{vertical-align:baseline}.swagger-ui .v-mid-m{vertical-align:middle}.swagger-ui .v-top-m{vertical-align:top}.swagger-ui .v-btm-m{vertical-align:bottom}}@media screen and (min-width:60em){.swagger-ui .v-base-l{vertical-align:baseline}.swagger-ui .v-mid-l{vertical-align:middle}.swagger-ui .v-top-l{vertical-align:top}.swagger-ui .v-btm-l{vertical-align:bottom}}.swagger-ui .dim{opacity:1;transition:opacity .15s ease-in}.swagger-ui .dim:focus,.swagger-ui .dim:hover{opacity:.5;transition:opacity .15s ease-in}.swagger-ui .dim:active{opacity:.8;transition:opacity .15s ease-out}.swagger-ui .glow{transition:opacity .15s ease-in}.swagger-ui .glow:focus,.swagger-ui .glow:hover{opacity:1;transition:opacity .15s ease-in}.swagger-ui .hide-child .child{opacity:0;transition:opacity .15s ease-in}.swagger-ui .hide-child:active .child,.swagger-ui .hide-child:focus .child,.swagger-ui .hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}.swagger-ui .underline-hover:focus,.swagger-ui .underline-hover:hover{text-decoration:underline}.swagger-ui .grow{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-out}.swagger-ui .grow:focus,.swagger-ui .grow:hover{transform:scale(1.05)}.swagger-ui .grow:active{transform:scale(.9)}.swagger-ui .grow-large{-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-in-out}.swagger-ui .grow-large:focus,.swagger-ui .grow-large:hover{transform:scale(1.2)}.swagger-ui .grow-large:active{transform:scale(.95)}.swagger-ui .pointer:hover{cursor:pointer}.swagger-ui .shadow-hover{cursor:pointer;position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1)}.swagger-ui .shadow-hover:after{content:"";box-shadow:0 0 16px 2px rgba(0,0,0,.2);border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:opacity .5s cubic-bezier(.165,.84,.44,1)}.swagger-ui .shadow-hover:focus:after,.swagger-ui .shadow-hover:hover:after{opacity:1}.swagger-ui .bg-animate,.swagger-ui .bg-animate:focus,.swagger-ui .bg-animate:hover{transition:background-color .15s ease-in-out}.swagger-ui .z-0{z-index:0}.swagger-ui .z-1{z-index:1}.swagger-ui .z-2{z-index:2}.swagger-ui .z-3{z-index:3}.swagger-ui .z-4{z-index:4}.swagger-ui .z-5{z-index:5}.swagger-ui .z-999{z-index:999}.swagger-ui .z-9999{z-index:9999}.swagger-ui .z-max{z-index:2147483647}.swagger-ui .z-inherit{z-index:inherit}.swagger-ui .z-initial{z-index:auto}.swagger-ui .z-unset{z-index:unset}.swagger-ui .nested-copy-line-height ol,.swagger-ui .nested-copy-line-height p,.swagger-ui .nested-copy-line-height ul{line-height:1.5}.swagger-ui .nested-headline-line-height h1,.swagger-ui .nested-headline-line-height h2,.swagger-ui .nested-headline-line-height h3,.swagger-ui .nested-headline-line-height h4,.swagger-ui .nested-headline-line-height h5,.swagger-ui .nested-headline-line-height h6{line-height:1.25}.swagger-ui .nested-list-reset ol,.swagger-ui .nested-list-reset ul{padding-left:0;margin-left:0;list-style-type:none}.swagger-ui .nested-copy-indent p+p{text-indent:.1em;margin-top:0;margin-bottom:0}.swagger-ui .nested-copy-seperator p+p{margin-top:1.5em}.swagger-ui .nested-img img{width:100%;max-width:100%;display:block}.swagger-ui .nested-links a{color:#357edd;transition:color .15s ease-in}.swagger-ui .nested-links a:focus,.swagger-ui .nested-links a:hover{color:#96ccff;transition:color .15s ease-in}.swagger-ui .wrapper{width:100%;max-width:1460px;margin:0 auto;padding:0 20px;box-sizing:border-box}.swagger-ui .opblock-tag-section{display:flex;flex-direction:column}.swagger-ui .opblock-tag{display:flex;align-items:center;padding:10px 20px 10px 10px;cursor:pointer;transition:all .2s;border-bottom:1px solid rgba(59,65,81,.3)}.swagger-ui .opblock-tag:hover{background:rgba(0,0,0,.02)}.swagger-ui .opblock-tag{font-size:24px;margin:0 0 5px;font-family:sans-serif;color:#3b4151}.swagger-ui .opblock-tag.no-desc span{flex:1}.swagger-ui .opblock-tag svg{transition:all .4s}.swagger-ui .opblock-tag small{font-size:14px;font-weight:400;flex:1;padding:0 10px;font-family:sans-serif;color:#3b4151}.swagger-ui .parameter__type{font-size:12px;padding:5px 0;font-family:monospace;font-weight:600;color:#3b4151}.swagger-ui .parameter-controls{margin-top:.75em}.swagger-ui .examples__title{display:block;font-size:1.1em;font-weight:700;margin-bottom:.75em}.swagger-ui .examples__section{margin-top:1.5em}.swagger-ui .examples__section-header{font-weight:700;font-size:.9rem;margin-bottom:.5rem}.swagger-ui .examples-select{margin-bottom:.75em}.swagger-ui .examples-select__section-label{font-weight:700;font-size:.9rem;margin-right:.5rem}.swagger-ui .example__section{margin-top:1.5em}.swagger-ui .example__section-header{font-weight:700;font-size:.9rem;margin-bottom:.5rem}.swagger-ui .view-line-link{position:relative;top:3px;width:20px;margin:0 5px;cursor:pointer;transition:all .5s}.swagger-ui .opblock{margin:0 0 15px;border:1px solid #000;border-radius:4px;box-shadow:0 0 3px rgba(0,0,0,.19)}.swagger-ui .opblock .tab-header{display:flex;flex:1}.swagger-ui .opblock .tab-header .tab-item{padding:0 40px;cursor:pointer}.swagger-ui .opblock .tab-header .tab-item:first-of-type{padding:0 40px 0 0}.swagger-ui .opblock .tab-header .tab-item.active h4 span{position:relative}.swagger-ui .opblock .tab-header .tab-item.active h4 span:after{position:absolute;bottom:-15px;left:50%;width:120%;height:4px;content:"";transform:translateX(-50%);background:grey}.swagger-ui .opblock.is-open .opblock-summary{border-bottom:1px solid #000}.swagger-ui .opblock .opblock-section-header{display:flex;align-items:center;padding:8px 20px;min-height:50px;background:hsla(0,0%,100%,.8);box-shadow:0 1px 2px rgba(0,0,0,.1)}.swagger-ui .opblock .opblock-section-header>label{font-size:12px;font-weight:700;display:flex;align-items:center;margin:0 0 0 auto;font-family:sans-serif;color:#3b4151}.swagger-ui .opblock .opblock-section-header>label>span{padding:0 10px 0 0}.swagger-ui .opblock .opblock-section-header h4{font-size:14px;flex:1;margin:0;font-family:sans-serif;color:#3b4151}.swagger-ui .opblock .opblock-summary-method{font-size:14px;font-weight:700;min-width:80px;padding:6px 15px;text-align:center;border-radius:3px;background:#000;text-shadow:0 1px 0 rgba(0,0,0,.1);font-family:sans-serif;color:#fff}.swagger-ui .opblock .opblock-summary-operation-id,.swagger-ui .opblock .opblock-summary-path,.swagger-ui .opblock .opblock-summary-path__deprecated{font-size:16px;display:flex;align-items:center;word-break:break-word;padding:0 10px;font-family:monospace;font-weight:600;color:#3b4151}@media (max-width:768px){.swagger-ui .opblock .opblock-summary-operation-id,.swagger-ui .opblock .opblock-summary-path,.swagger-ui .opblock .opblock-summary-path__deprecated{font-size:12px}}.swagger-ui .opblock .opblock-summary-path{flex-shrink:0;max-width:calc(100% - 110px - 15rem)}.swagger-ui .opblock .opblock-summary-path__deprecated{text-decoration:line-through}.swagger-ui .opblock .opblock-summary-operation-id{font-size:14px}.swagger-ui .opblock .opblock-summary-description{font-size:13px;flex:1 1 auto;word-break:break-word;font-family:sans-serif;color:#3b4151}.swagger-ui .opblock .opblock-summary{display:flex;align-items:center;padding:5px;cursor:pointer}.swagger-ui .opblock .opblock-summary .view-line-link{position:relative;top:2px;width:0;margin:0;cursor:pointer;transition:all .5s}.swagger-ui .opblock .opblock-summary:hover .view-line-link{width:18px;margin:0 5px}.swagger-ui .opblock.opblock-post{border-color:#49cc90;background:rgba(73,204,144,.1)}.swagger-ui .opblock.opblock-post .opblock-summary-method{background:#49cc90}.swagger-ui .opblock.opblock-post .opblock-summary{border-color:#49cc90}.swagger-ui .opblock.opblock-post .tab-header .tab-item.active h4 span:after{background:#49cc90}.swagger-ui .opblock.opblock-put{border-color:#fca130;background:rgba(252,161,48,.1)}.swagger-ui .opblock.opblock-put .opblock-summary-method{background:#fca130}.swagger-ui .opblock.opblock-put .opblock-summary{border-color:#fca130}.swagger-ui .opblock.opblock-put .tab-header .tab-item.active h4 span:after{background:#fca130}.swagger-ui .opblock.opblock-delete{border-color:#f93e3e;background:rgba(249,62,62,.1)}.swagger-ui .opblock.opblock-delete .opblock-summary-method{background:#f93e3e}.swagger-ui .opblock.opblock-delete .opblock-summary{border-color:#f93e3e}.swagger-ui .opblock.opblock-delete .tab-header .tab-item.active h4 span:after{background:#f93e3e}.swagger-ui .opblock.opblock-get{border-color:#61affe;background:rgba(97,175,254,.1)}.swagger-ui .opblock.opblock-get .opblock-summary-method{background:#61affe}.swagger-ui .opblock.opblock-get .opblock-summary{border-color:#61affe}.swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span:after{background:#61affe}.swagger-ui .opblock.opblock-patch{border-color:#50e3c2;background:rgba(80,227,194,.1)}.swagger-ui .opblock.opblock-patch .opblock-summary-method{background:#50e3c2}.swagger-ui .opblock.opblock-patch .opblock-summary{border-color:#50e3c2}.swagger-ui .opblock.opblock-patch .tab-header .tab-item.active h4 span:after{background:#50e3c2}.swagger-ui .opblock.opblock-head{border-color:#9012fe;background:rgba(144,18,254,.1)}.swagger-ui .opblock.opblock-head .opblock-summary-method{background:#9012fe}.swagger-ui .opblock.opblock-head .opblock-summary{border-color:#9012fe}.swagger-ui .opblock.opblock-head .tab-header .tab-item.active h4 span:after{background:#9012fe}.swagger-ui .opblock.opblock-options{border-color:#0d5aa7;background:rgba(13,90,167,.1)}.swagger-ui .opblock.opblock-options .opblock-summary-method{background:#0d5aa7}.swagger-ui .opblock.opblock-options .opblock-summary{border-color:#0d5aa7}.swagger-ui .opblock.opblock-options .tab-header .tab-item.active h4 span:after{background:#0d5aa7}.swagger-ui .opblock.opblock-deprecated{opacity:.6;border-color:#ebebeb;background:hsla(0,0%,92.2%,.1)}.swagger-ui .opblock.opblock-deprecated .opblock-summary-method{background:#ebebeb}.swagger-ui .opblock.opblock-deprecated .opblock-summary{border-color:#ebebeb}.swagger-ui .opblock.opblock-deprecated .tab-header .tab-item.active h4 span:after{background:#ebebeb}.swagger-ui .opblock .opblock-schemes{padding:8px 20px}.swagger-ui .opblock .opblock-schemes .schemes-title{padding:0 10px 0 0}.swagger-ui .filter .operation-filter-input{width:100%;margin:20px 0;padding:10px;border:2px solid #d8dde7}.swagger-ui .download-url-wrapper .failed,.swagger-ui .filter .failed{color:red}.swagger-ui .download-url-wrapper .loading,.swagger-ui .filter .loading{color:#aaa}.swagger-ui .model-example{margin-top:1em}.swagger-ui .tab{display:flex;padding:0;list-style:none}.swagger-ui .tab li{font-size:12px;min-width:60px;padding:0;cursor:pointer;font-family:sans-serif;color:#3b4151}.swagger-ui .tab li:first-of-type{position:relative;padding-left:0;padding-right:12px}.swagger-ui .tab li:first-of-type:after{position:absolute;top:0;right:6px;width:1px;height:100%;content:"";background:rgba(0,0,0,.2)}.swagger-ui .tab li.active{font-weight:700}.swagger-ui .opblock-description-wrapper,.swagger-ui .opblock-external-docs-wrapper,.swagger-ui .opblock-title_normal{font-size:12px;margin:0 0 5px;padding:15px 20px;font-family:sans-serif;color:#3b4151}.swagger-ui .opblock-description-wrapper h4,.swagger-ui .opblock-external-docs-wrapper h4,.swagger-ui .opblock-title_normal h4{font-size:12px;margin:0 0 5px;font-family:sans-serif;color:#3b4151}.swagger-ui .opblock-description-wrapper p,.swagger-ui .opblock-external-docs-wrapper p,.swagger-ui .opblock-title_normal p{font-size:14px;margin:0;font-family:sans-serif;color:#3b4151}.swagger-ui .opblock-external-docs-wrapper h4{padding-left:0}.swagger-ui .execute-wrapper{padding:20px;text-align:right}.swagger-ui .execute-wrapper .btn{width:100%;padding:8px 40px}.swagger-ui .body-param-options{display:flex;flex-direction:column}.swagger-ui .body-param-options .body-param-edit{padding:10px 0}.swagger-ui .body-param-options label{padding:8px 0}.swagger-ui .body-param-options label select{margin:3px 0 0}.swagger-ui .responses-inner{padding:20px}.swagger-ui .responses-inner h4,.swagger-ui .responses-inner h5{font-size:12px;margin:10px 0 5px;font-family:sans-serif;color:#3b4151}.swagger-ui .responses-inner .curl{white-space:normal}.swagger-ui .response-col_status{font-size:14px;font-family:sans-serif;color:#3b4151}.swagger-ui .response-col_status .response-undocumented{font-size:11px;font-family:monospace;font-weight:600;color:#909090}.swagger-ui .response-col_links{padding-left:2em;max-width:40em;font-size:14px;font-family:sans-serif;color:#3b4151}.swagger-ui .response-col_links .response-undocumented{font-size:11px;font-family:monospace;font-weight:600;color:#909090}.swagger-ui .response-col_links .operation-link{margin-bottom:1.5em}.swagger-ui .response-col_links .operation-link .description{margin-bottom:.5em}.swagger-ui .opblock-body .opblock-loading-animation{display:block;margin:3em auto}.swagger-ui .opblock-body pre.microlight{font-size:12px;margin:0;padding:10px;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;border-radius:4px;background:#333;overflow-wrap:break-word;font-family:monospace;font-weight:600;color:#fff}.swagger-ui .opblock-body pre.microlight .headerline{display:block}.swagger-ui .highlight-code{position:relative}.swagger-ui .highlight-code>.microlight{overflow-y:auto;max-height:400px;min-height:6em}.swagger-ui .curl-command{position:relative}.swagger-ui .download-contents{position:absolute;bottom:10px;right:10px;cursor:pointer;background:#7d8293;text-align:center;padding:5px;border-radius:4px;font-family:sans-serif;font-weight:600;color:#fff;font-size:14px;height:30px;width:75px}.swagger-ui .scheme-container{margin:0 0 20px;padding:30px 0;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.15)}.swagger-ui .scheme-container .schemes{display:flex;align-items:flex-end}.swagger-ui .scheme-container .schemes>label{font-size:12px;font-weight:700;display:flex;flex-direction:column;margin:-20px 15px 0 0;font-family:sans-serif;color:#3b4151}.swagger-ui .scheme-container .schemes>label select{min-width:130px;text-transform:uppercase}.swagger-ui .loading-container{padding:40px 0 60px;margin-top:1em;min-height:1px;display:flex;justify-content:center;align-items:center;flex-direction:column}.swagger-ui .loading-container .loading{position:relative}.swagger-ui .loading-container .loading:after{font-size:10px;font-weight:700;position:absolute;top:50%;left:50%;content:"loading";transform:translate(-50%,-50%);text-transform:uppercase;font-family:sans-serif;color:#3b4151}.swagger-ui .loading-container .loading:before{position:absolute;top:50%;left:50%;display:block;width:60px;height:60px;margin:-30px;content:"";-webkit-animation:rotation 1s linear infinite,opacity .5s;animation:rotation 1s linear infinite,opacity .5s;opacity:1;border:2px solid rgba(85,85,85,.1);border-top-color:rgba(0,0,0,.6);border-radius:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}@-webkit-keyframes rotation{to{transform:rotate(1turn)}}@keyframes rotation{to{transform:rotate(1turn)}}.swagger-ui .response-controls{padding-top:1em;display:flex}.swagger-ui .response-control-media-type{margin-right:1em}.swagger-ui .response-control-media-type--accept-controller select{border-color:green}.swagger-ui .response-control-media-type__accept-message{color:green;font-size:.7em}.swagger-ui .response-control-examples__title,.swagger-ui .response-control-media-type__title{display:block;margin-bottom:.2em;font-size:.7em}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}.swagger-ui .hidden{display:none}.swagger-ui .no-margin{height:auto;border:none;margin:0;padding:0}.swagger-ui .float-right{float:right}.swagger-ui img.full-width{width:100%}.swagger-ui .svg-assets{position:absolute;width:0;height:0}.swagger-ui section h3{font-family:sans-serif;color:#3b4151}.swagger-ui a.nostyle{display:inline}.swagger-ui a.nostyle,.swagger-ui a.nostyle:visited{text-decoration:inherit;color:inherit;cursor:pointer}.swagger-ui .fallback{padding:1em;color:#aaa}.swagger-ui .version-pragma{height:100%;padding:5em 0}.swagger-ui .version-pragma__message{display:flex;justify-content:center;height:100%;font-size:1.2em;text-align:center;line-height:1.5em;padding:0 .6em}.swagger-ui .version-pragma__message>div{max-width:55ch;flex:1}.swagger-ui .version-pragma__message code{background-color:#dedede;padding:4px 4px 2px;white-space:pre}.swagger-ui .opblock-link{font-weight:400}.swagger-ui .opblock-link.shown{font-weight:700}.swagger-ui span.token-string{color:#555}.swagger-ui span.token-not-formatted{color:#555;font-weight:700}.swagger-ui .btn{font-size:14px;font-weight:700;padding:5px 23px;transition:all .3s;border:2px solid grey;border-radius:4px;background:transparent;box-shadow:0 1px 2px rgba(0,0,0,.1);font-family:sans-serif;color:#3b4151}.swagger-ui .btn.btn-sm{font-size:12px;padding:4px 23px}.swagger-ui .btn[disabled]{cursor:not-allowed;opacity:.3}.swagger-ui .btn:hover{box-shadow:0 0 5px rgba(0,0,0,.3)}.swagger-ui .btn.cancel{border-color:#ff6060;background-color:transparent;font-family:sans-serif;color:#ff6060}.swagger-ui .btn.authorize{line-height:1;display:inline;color:#49cc90;border-color:#49cc90;background-color:transparent}.swagger-ui .btn.authorize span{float:left;padding:4px 20px 0 0}.swagger-ui .btn.authorize svg{fill:#49cc90}.swagger-ui .btn.execute{background-color:#4990e2;color:#fff;border-color:#4990e2}.swagger-ui .btn-group{display:flex;padding:30px}.swagger-ui .btn-group .btn{flex:1}.swagger-ui .btn-group .btn:first-child{border-radius:4px 0 0 4px}.swagger-ui .btn-group .btn:last-child{border-radius:0 4px 4px 0}.swagger-ui .authorization__btn{padding:0 10px;border:none;background:none}.swagger-ui .authorization__btn.locked{opacity:1}.swagger-ui .authorization__btn.unlocked{opacity:.4}.swagger-ui .expand-methods,.swagger-ui .expand-operation{border:none;background:none}.swagger-ui .expand-methods svg,.swagger-ui .expand-operation svg{width:20px;height:20px}.swagger-ui .expand-methods{padding:0 10px}.swagger-ui .expand-methods:hover svg{fill:#404040}.swagger-ui .expand-methods svg{transition:all .3s;fill:#707070}.swagger-ui button{cursor:pointer;outline:none}.swagger-ui button.invalid{-webkit-animation:shake .4s 1;animation:shake .4s 1;border-color:#f93e3e;background:#feebeb}.swagger-ui .copy-to-clipboard{position:absolute;bottom:10px;right:100px;width:30px;height:30px;background:#7d8293;border-radius:4px;border:none}.swagger-ui .copy-to-clipboard button{padding-left:25px;border:none;height:25px;background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" aria-hidden="true"><path fill="%23fff" fill-rule="evenodd" d="M2 13h4v1H2v-1zm5-6H2v1h5V7zm2 3V8l-3 3 3 3v-2h5v-2H9zM4.5 9H2v1h2.5V9zM2 12h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V6H1v9h10v-2zM2 5h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z"/></svg>') 50% no-repeat}.swagger-ui .curl-command .copy-to-clipboard{bottom:5px;right:10px;width:20px;height:20px}.swagger-ui .curl-command .copy-to-clipboard button{padding-left:18px;height:18px}.swagger-ui select{font-size:14px;font-weight:700;padding:5px 40px 5px 10px;border:2px solid #41444e;border-radius:4px;background:#f7f7f7 url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.418 7.859a.695.695 0 01.978 0 .68.68 0 010 .969l-3.908 3.83a.697.697 0 01-.979 0l-3.908-3.83a.68.68 0 010-.969.695.695 0 01.978 0L10 11l3.418-3.141z"/></svg>') right 10px center no-repeat;background-size:20px;box-shadow:0 1px 2px 0 rgba(0,0,0,.25);font-family:sans-serif;color:#3b4151;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swagger-ui select[multiple]{margin:5px 0;padding:5px;background:#f7f7f7}.swagger-ui select.invalid{-webkit-animation:shake .4s 1;animation:shake .4s 1;border-color:#f93e3e;background:#feebeb}.swagger-ui .opblock-body select{min-width:230px}@media (max-width:768px){.swagger-ui .opblock-body select{min-width:180px}}.swagger-ui label{font-size:12px;font-weight:700;margin:0 0 5px;font-family:sans-serif;color:#3b4151}@media (max-width:768px){.swagger-ui input[type=email],.swagger-ui input[type=file],.swagger-ui input[type=password],.swagger-ui input[type=search],.swagger-ui input[type=text]{max-width:175px}}.swagger-ui input[type=email],.swagger-ui input[type=file],.swagger-ui input[type=password],.swagger-ui input[type=search],.swagger-ui input[type=text],.swagger-ui textarea{min-width:100px;margin:5px 0;padding:8px 10px;border:1px solid #d9d9d9;border-radius:4px;background:#fff}.swagger-ui input[type=email].invalid,.swagger-ui input[type=file].invalid,.swagger-ui input[type=password].invalid,.swagger-ui input[type=search].invalid,.swagger-ui input[type=text].invalid,.swagger-ui textarea.invalid{-webkit-animation:shake .4s 1;animation:shake .4s 1;border-color:#f93e3e;background:#feebeb}.swagger-ui input[disabled],.swagger-ui select[disabled],.swagger-ui textarea[disabled]{background-color:#fafafa;color:#888;cursor:not-allowed}.swagger-ui select[disabled]{border-color:#888}.swagger-ui textarea[disabled]{background-color:#41444e;color:#fff}@-webkit-keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.swagger-ui textarea{font-size:12px;width:100%;min-height:280px;padding:10px;border:none;border-radius:4px;outline:none;background:hsla(0,0%,100%,.8);font-family:monospace;font-weight:600;color:#3b4151}.swagger-ui textarea:focus{border:2px solid #61affe}.swagger-ui textarea.curl{font-size:12px;min-height:100px;margin:0;padding:10px;resize:none;border-radius:4px;background:#41444e;font-family:monospace;font-weight:600;color:#fff}.swagger-ui .checkbox{padding:5px 0 10px;transition:opacity .5s;color:#303030}.swagger-ui .checkbox label{display:flex}.swagger-ui .checkbox p{font-weight:400!important;font-style:italic;margin:0!important;font-family:monospace;font-weight:600;color:#3b4151}.swagger-ui .checkbox input[type=checkbox]{display:none}.swagger-ui .checkbox input[type=checkbox]+label>.item{position:relative;top:3px;display:inline-block;width:16px;height:16px;margin:0 8px 0 0;padding:5px;cursor:pointer;border-radius:1px;background:#e8e8e8;box-shadow:0 0 0 2px #e8e8e8;flex:none}.swagger-ui .checkbox input[type=checkbox]+label>.item:active{transform:scale(.9)}.swagger-ui .checkbox input[type=checkbox]:checked+label>.item{background:#e8e8e8 url('data:image/svg+xml;charset=utf-8,<svg width="10" height="8" viewBox="3 7 10 8" xmlns="http://www.w3.org/2000/svg"><path fill="%2341474E" fill-rule="evenodd" d="M6.333 15L3 11.667l1.333-1.334 2 2L11.667 7 13 8.333z"/></svg>') 50% no-repeat}.swagger-ui .dialog-ux{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0}.swagger-ui .dialog-ux .backdrop-ux{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8)}.swagger-ui .dialog-ux .modal-ux{position:absolute;z-index:9999;top:50%;left:50%;width:100%;min-width:300px;max-width:650px;transform:translate(-50%,-50%);border:1px solid #ebebeb;border-radius:4px;background:#fff;box-shadow:0 10px 30px 0 rgba(0,0,0,.2)}.swagger-ui .dialog-ux .modal-ux-content{overflow-y:auto;max-height:540px;padding:20px}.swagger-ui .dialog-ux .modal-ux-content p{font-size:12px;margin:0 0 5px;color:#41444e;font-family:sans-serif;color:#3b4151}.swagger-ui .dialog-ux .modal-ux-content h4{font-size:18px;font-weight:600;margin:15px 0 0;font-family:sans-serif;color:#3b4151}.swagger-ui .dialog-ux .modal-ux-header{display:flex;padding:12px 0;border-bottom:1px solid #ebebeb;align-items:center}.swagger-ui .dialog-ux .modal-ux-header .close-modal{padding:0 10px;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swagger-ui .dialog-ux .modal-ux-header h3{font-size:20px;font-weight:600;margin:0;padding:0 20px;flex:1;font-family:sans-serif;color:#3b4151}.swagger-ui .model{font-size:12px;font-weight:300;font-family:monospace;font-weight:600;color:#3b4151}.swagger-ui .model .deprecated span,.swagger-ui .model .deprecated td{color:#a0a0a0!important}.swagger-ui .model .deprecated>td:first-of-type{text-decoration:line-through}.swagger-ui .model-toggle{font-size:10px;position:relative;top:6px;display:inline-block;margin:auto .3em;cursor:pointer;transition:transform .15s ease-in;transform:rotate(90deg);transform-origin:50% 50%}.swagger-ui .model-toggle.collapsed{transform:rotate(0deg)}.swagger-ui .model-toggle:after{display:block;width:20px;height:20px;content:"";background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"/></svg>') 50% no-repeat;background-size:100%}.swagger-ui .model-jump-to-path{position:relative;cursor:pointer}.swagger-ui .model-jump-to-path .view-line-link{position:absolute;top:-.4em;cursor:pointer}.swagger-ui .model-title{position:relative}.swagger-ui .model-title:hover .model-hint{visibility:visible}.swagger-ui .model-hint{position:absolute;top:-1.8em;visibility:hidden;padding:.1em .5em;white-space:nowrap;color:#ebebeb;border-radius:4px;background:rgba(0,0,0,.7)}.swagger-ui .model p{margin:0 0 1em}.swagger-ui .model .property{color:#999;font-style:italic}.swagger-ui .model .property.primitive{color:#6b6b6b}.swagger-ui table.model tr.description{color:#666;font-weight:400}.swagger-ui table.model tr.description td:first-child{font-weight:700}.swagger-ui table.model tr.property-row.required td:first-child{font-weight:700}.swagger-ui table.model tr.property-row td{vertical-align:top}.swagger-ui table.model tr.property-row td:first-child{padding-right:.2em}.swagger-ui table.model tr.property-row .star{color:red}.swagger-ui table.model tr.extension{color:#777}.swagger-ui table.model tr.extension td:last-child{vertical-align:top}.swagger-ui section.models{margin:30px 0;border:1px solid rgba(59,65,81,.3);border-radius:4px}.swagger-ui section.models .pointer{cursor:pointer}.swagger-ui section.models.is-open{padding:0 0 20px}.swagger-ui section.models.is-open h4{margin:0 0 5px;border-bottom:1px solid rgba(59,65,81,.3)}.swagger-ui section.models h4{font-size:16px;display:flex;align-items:center;margin:0;padding:10px 20px 10px 10px;cursor:pointer;transition:all .2s;font-family:sans-serif;color:#606060}.swagger-ui section.models h4 svg{transition:all .4s}.swagger-ui section.models h4 span{flex:1}.swagger-ui section.models h4:hover{background:rgba(0,0,0,.02)}.swagger-ui section.models h5{font-size:16px;margin:0 0 10px;font-family:sans-serif;color:#707070}.swagger-ui section.models .model-jump-to-path{position:relative;top:5px}.swagger-ui section.models .model-container{margin:0 20px 15px;position:relative;transition:all .5s;border-radius:4px;background:rgba(0,0,0,.05)}.swagger-ui section.models .model-container:hover{background:rgba(0,0,0,.07)}.swagger-ui section.models .model-container:first-of-type{margin:20px}.swagger-ui section.models .model-container:last-of-type{margin:0 20px}.swagger-ui section.models .model-container .models-jump-to-path{position:absolute;top:8px;right:5px;opacity:.65}.swagger-ui section.models .model-box{background:none}.swagger-ui .model-box{padding:10px;display:inline-block;border-radius:4px;background:rgba(0,0,0,.1)}.swagger-ui .model-box .model-jump-to-path{position:relative;top:4px}.swagger-ui .model-box.deprecated{opacity:.5}.swagger-ui .model-title{font-size:16px;font-family:sans-serif;color:#505050}.swagger-ui .model-title img{margin-left:1em;position:relative;bottom:0}.swagger-ui .model-deprecated-warning{font-size:16px;font-weight:600;margin-right:1em;font-family:sans-serif;color:#f93e3e}.swagger-ui span>span.model .brace-close{padding:0 0 0 10px}.swagger-ui .prop-name{display:inline-block;margin-right:1em}.swagger-ui .prop-type{color:#55a}.swagger-ui .prop-enum{display:block}.swagger-ui .prop-format{color:#606060}.swagger-ui .servers>label{font-size:12px;margin:-20px 15px 0 0;font-family:sans-serif;color:#3b4151}.swagger-ui .servers>label select{min-width:130px;max-width:100%}.swagger-ui .servers h4.message{padding-bottom:2em}.swagger-ui .servers table tr{width:30em}.swagger-ui .servers table td{display:inline-block;max-width:15em;vertical-align:middle;padding-top:10px;padding-bottom:10px}.swagger-ui .servers table td:first-of-type{padding-right:1em}.swagger-ui .servers table td input{width:100%;height:100%}.swagger-ui .servers .computed-url{margin:2em 0}.swagger-ui .servers .computed-url code{display:inline-block;padding:4px;font-size:16px;margin:0 1em}.swagger-ui .servers-title{font-size:12px;font-weight:700}.swagger-ui .operation-servers h4.message{margin-bottom:2em}.swagger-ui table{width:100%;padding:0 10px;border-collapse:collapse}.swagger-ui table.model tbody tr td{padding:0;vertical-align:top}.swagger-ui table.model tbody tr td:first-of-type{width:174px;padding:0 0 0 2em}.swagger-ui table.headers td{font-size:12px;font-weight:300;vertical-align:middle;font-family:monospace;font-weight:600;color:#3b4151}.swagger-ui table.headers .header-example{color:#999;font-style:italic}.swagger-ui table tbody tr td{padding:10px 0 0;vertical-align:top}.swagger-ui table tbody tr td:first-of-type{min-width:6em;padding:10px 0}.swagger-ui table thead tr td,.swagger-ui table thead tr th{font-size:12px;font-weight:700;padding:12px 0;text-align:left;border-bottom:1px solid rgba(59,65,81,.2);font-family:sans-serif;color:#3b4151}.swagger-ui .parameters-col_description{width:99%;margin-bottom:2em}.swagger-ui .parameters-col_description input[type=text]{width:100%;max-width:340px}.swagger-ui .parameters-col_description select{border-width:1px}.swagger-ui .parameter__name{font-size:16px;font-weight:400;margin-right:.75em;font-family:sans-serif;color:#3b4151}.swagger-ui .parameter__name.required{font-weight:700}.swagger-ui .parameter__name.required span{color:red}.swagger-ui .parameter__name.required:after{font-size:10px;position:relative;top:-6px;padding:5px;content:"required";color:rgba(255,0,0,.6)}.swagger-ui .parameter__extension,.swagger-ui .parameter__in{font-size:12px;font-style:italic;font-family:monospace;font-weight:600;color:grey}.swagger-ui .parameter__deprecated{font-size:12px;font-style:italic;font-family:monospace;font-weight:600;color:red}.swagger-ui .parameter__empty_value_toggle{display:block;font-size:13px;padding-top:5px;padding-bottom:12px}.swagger-ui .parameter__empty_value_toggle input{margin-right:7px}.swagger-ui .parameter__empty_value_toggle.disabled{opacity:.7}.swagger-ui .table-container{padding:20px}.swagger-ui .response-col_description{width:99%}.swagger-ui .response-col_links{min-width:6em}.swagger-ui .response__extension{font-size:12px;font-style:italic;font-family:monospace;font-weight:600;color:grey}.swagger-ui .topbar{padding:10px 0;background-color:#1b1b1b}.swagger-ui .topbar .topbar-wrapper,.swagger-ui .topbar a{display:flex;align-items:center}.swagger-ui .topbar a{font-size:1.5em;font-weight:700;flex:1;max-width:300px;text-decoration:none;font-family:sans-serif;color:#fff}.swagger-ui .topbar a span{margin:0;padding:0 10px}.swagger-ui .topbar .download-url-wrapper{display:flex;flex:3;justify-content:flex-end}.swagger-ui .topbar .download-url-wrapper input[type=text]{width:100%;margin:0;border:2px solid #62a03f;border-radius:4px 0 0 4px;outline:none}.swagger-ui .topbar .download-url-wrapper .select-label{display:flex;align-items:center;width:100%;max-width:600px;margin:0;color:#f0f0f0}.swagger-ui .topbar .download-url-wrapper .select-label span{font-size:16px;flex:1;padding:0 10px 0 0;text-align:right}.swagger-ui .topbar .download-url-wrapper .select-label select{flex:2;width:100%;border:2px solid #62a03f;outline:none;box-shadow:none}.swagger-ui .topbar .download-url-wrapper .download-url-button{font-size:16px;font-weight:700;padding:4px 30px;border:none;border-radius:0 4px 4px 0;background:#62a03f;font-family:sans-serif;color:#fff}.swagger-ui .info{margin:50px 0}.swagger-ui .info.failed-config{max-width:880px;margin-left:auto;margin-right:auto;text-align:center}.swagger-ui .info hgroup.main{margin:0 0 20px}.swagger-ui .info hgroup.main a{font-size:12px}.swagger-ui .info pre{font-size:14px}.swagger-ui .info li,.swagger-ui .info p,.swagger-ui .info table{font-size:14px;font-family:sans-serif;color:#3b4151}.swagger-ui .info h1,.swagger-ui .info h2,.swagger-ui .info h3,.swagger-ui .info h4,.swagger-ui .info h5{font-family:sans-serif;color:#3b4151}.swagger-ui .info a{font-size:14px;transition:all .4s;font-family:sans-serif;color:#4990e2}.swagger-ui .info a:hover{color:#1f69c0}.swagger-ui .info>div{margin:0 0 5px}.swagger-ui .info .base-url{font-size:12px;font-weight:300!important;margin:0;font-family:monospace;font-weight:600;color:#3b4151}.swagger-ui .info .title{font-size:36px;margin:0;font-family:sans-serif;color:#3b4151}.swagger-ui .info .title small{font-size:10px;position:relative;top:-5px;display:inline-block;margin:0 0 0 5px;padding:2px 4px;vertical-align:super;border-radius:57px;background:#7d8492}.swagger-ui .info .title small.version-stamp{background-color:#89bf04}.swagger-ui .info .title small pre{margin:0;padding:0;font-family:sans-serif;color:#fff}.swagger-ui .auth-btn-wrapper{display:flex;padding:10px 0;justify-content:center}.swagger-ui .auth-btn-wrapper .btn-done{margin-right:1em}.swagger-ui .auth-wrapper{display:flex;flex:1;justify-content:flex-end}.swagger-ui .auth-wrapper .authorize{padding-right:20px;margin-right:10px}.swagger-ui .auth-container{margin:0 0 10px;padding:10px 20px;border-bottom:1px solid #ebebeb}.swagger-ui .auth-container:last-of-type{margin:0;padding:10px 20px;border:0}.swagger-ui .auth-container h4{margin:5px 0 15px!important}.swagger-ui .auth-container .wrapper{margin:0;padding:0}.swagger-ui .auth-container input[type=password],.swagger-ui .auth-container input[type=text]{min-width:230px}.swagger-ui .auth-container .errors{font-size:12px;padding:10px;border-radius:4px;background-color:#fee;color:red;margin:1em;font-family:monospace;font-weight:600;color:#3b4151}.swagger-ui .auth-container .errors b{text-transform:capitalize;margin-right:1em}.swagger-ui .scopes h2{font-size:14px;font-family:sans-serif;color:#3b4151}.swagger-ui .scopes h2 a{font-size:12px;color:#4990e2;cursor:pointer;padding-left:10px;text-decoration:underline}.swagger-ui .scope-def{padding:0 0 20px}.swagger-ui .errors-wrapper{margin:20px;padding:10px 20px;-webkit-animation:scaleUp .5s;animation:scaleUp .5s;border:2px solid #f93e3e;border-radius:4px;background:rgba(249,62,62,.1)}.swagger-ui .errors-wrapper .error-wrapper{margin:0 0 10px}.swagger-ui .errors-wrapper .errors h4{font-size:14px;margin:0;font-family:monospace;font-weight:600;color:#3b4151}.swagger-ui .errors-wrapper .errors small{color:#606060}.swagger-ui .errors-wrapper .errors .message{white-space:pre-line}.swagger-ui .errors-wrapper .errors .message.thrown{max-width:100%}.swagger-ui .errors-wrapper .errors .error-line{text-decoration:underline;cursor:pointer}.swagger-ui .errors-wrapper hgroup{display:flex;align-items:center}.swagger-ui .errors-wrapper hgroup h4{font-size:20px;margin:0;flex:1;font-family:sans-serif;color:#3b4151}@-webkit-keyframes scaleUp{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleUp{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.swagger-ui .Resizer.vertical.disabled{display:none}.swagger-ui .markdown p,.swagger-ui .markdown pre,.swagger-ui .renderedMarkdown p,.swagger-ui .renderedMarkdown pre{margin:1em auto;word-break:break-all;word-break:break-word}.swagger-ui .markdown pre,.swagger-ui .renderedMarkdown pre{color:#000;font-weight:400;white-space:pre-wrap;background:none;padding:0}.swagger-ui .markdown code,.swagger-ui .renderedMarkdown code{font-size:14px;padding:5px 7px;border-radius:4px;background:rgba(0,0,0,.05);font-family:monospace;font-weight:600;color:#9012fe}.swagger-ui .markdown pre>code,.swagger-ui .renderedMarkdown pre>code{display:block}
+
+/*# sourceMappingURL=swagger-ui.css.map*/
\ No newline at end of file
diff --git a/2.3.0/api/v2/ui/swagger.json b/2.3.0/api/v2/ui/swagger.json
new file mode 100644
index 0000000..f867ad9
--- /dev/null
+++ b/2.3.0/api/v2/ui/swagger.json
@@ -0,0 +1,47315 @@
+{
+  "swagger": "2.0",
+  "info" : {
+    "description" : "Atlas exposes a variety of REST endpoints to work with types, entities, lineage and data discovery.",
+    "license" : {
+      "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt",
+      "name" : "The Apache Software License, Version 2.0"
+    },
+    "version" : "2.3.0",
+    "title" : "Atlas REST API"
+  },
+  "basePath" : "/api/atlas/",
+  "schemes" : [],
+  "tags" : [
+    {
+      "name" : "DiscoveryREST"
+      ,
+      "description" : "REST interface for data discovery using dsl or full text search."
+    }
+    ,
+    {
+      "name" : "EntityREST"
+      ,
+      "description" : "REST for a single entity."
+    }
+    ,
+    {
+      "name" : "GlossaryREST"
+    }
+    ,
+    {
+      "name" : "LineageREST"
+      ,
+      "description" : "REST interface for an entity's lineage information."
+    }
+    ,
+    {
+      "name" : "RelationshipREST"
+      ,
+      "description" : "REST interface for entity relationships."
+    }
+    ,
+    {
+      "name" : "TypesREST"
+      ,
+      "description" : "REST interface for CRUD operations on type definitions."
+    }
+  ],
+  "definitions" : {
+    "AtlasAggregationEntry" : {
+      "type" : "object",
+      "title" : "AtlasAggregationEntry",
+      "required" : ["count"],
+          "properties" : {
+            "count" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "count" : 12345,
+  "name" : "..."
+},
+      "description" : "An instance of an entity - like hive_table, hive_database."
+    }
+    ,
+    "AtlasAttributeDef" : {
+      "type" : "object",
+      "title" : "AtlasAttributeDef",
+      "required" : ["includeInNotification", "isIndexable", "isOptional", "isUnique", "searchWeight", "valuesMaxCount", "valuesMinCount"],
+          "properties" : {
+            "cardinality" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Cardinality",
+"description" : ""
+            },
+            "constraints" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasConstraintDef"
+}
+            },
+            "defaultValue" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "displayName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "includeInNotification" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "indexType" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/IndexType",
+"description" : ""
+            },
+            "isIndexable" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "isOptional" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "isUnique" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "options" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "searchWeight" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "typeName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "valuesMaxCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "valuesMinCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            }
+          },
+      "example" : {
+  "cardinality" : "LIST",
+  "constraints" : [ {
+    "params" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "type" : "..."
+  }, {
+    "params" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "type" : "..."
+  } ],
+  "defaultValue" : "...",
+  "description" : "...",
+  "displayName" : "...",
+  "includeInNotification" : true,
+  "indexType" : "STRING",
+  "isIndexable" : true,
+  "isOptional" : true,
+  "isUnique" : true,
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "searchWeight" : 12345,
+  "typeName" : "...",
+  "valuesMaxCount" : 12345,
+  "valuesMinCount" : 12345
+},
+      "description" : "class that captures details of a struct-attribute."
+    }
+    ,
+    "AtlasBaseModelObject" : {
+      "type" : "object",
+      "title" : "AtlasBaseModelObject",
+          "properties" : {
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasBaseTypeDef" : {
+      "type" : "object",
+      "title" : "AtlasBaseTypeDef",
+          "properties" : {
+            "category" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/TypeCategory",
+"description" : ""
+            },
+            "createTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "createdBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "dateFormatter" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/DateFormat",
+"description" : ""
+            },
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "options" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "serviceType" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "typeVersion" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "updateTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "updatedBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "version" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            }
+          },
+      "example" : {
+  "category" : "CLASSIFICATION",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "Base class that captures common-attributes for all Atlas types."
+    }
+    ,
+    "AtlasBusinessMetadataDef" : {
+      "type" : "object",
+      "title" : "AtlasBusinessMetadataDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStructDef"
+        },
+        {
+        }
+      ],
+      "example" : {
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "CLASSIFICATION",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "FLOOR"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "class that captures details of a struct-type."
+    }
+    ,
+    "AtlasClassification" : {
+      "type" : "object",
+      "title" : "AtlasClassification",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStruct"
+        },
+        {
+          "properties" : {
+            "entityGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "entityStatus" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Status",
+"description" : ""
+            },
+            "propagate" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "removePropagationsOnEntityDelete" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "validityPeriods" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/TimeBoundary"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "entityGuid" : "...",
+  "entityStatus" : "PURGED",
+  "propagate" : true,
+  "removePropagationsOnEntityDelete" : true,
+  "validityPeriods" : [ {
+    "endTime" : "...",
+    "startTime" : "...",
+    "timeZone" : "..."
+  }, {
+    "endTime" : "...",
+    "startTime" : "...",
+    "timeZone" : "..."
+  } ],
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity."
+    }
+    ,
+    "AtlasClassificationDef" : {
+      "type" : "object",
+      "title" : "AtlasClassificationDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStructDef"
+        },
+        {
+          "properties" : {
+            "entityTypes" : {
+            "readOnly" : false,
+"description" : "Specifying a list of entityType names in the classificationDef, ensures that classifications can\nonly be applied to those entityTypes.\n<ul>\n<li>Any subtypes of the entity types inherit the restriction<\/li>\n<li>Any classificationDef subtypes inherit the parents entityTypes restrictions<\/li>\n<li>Any classificationDef subtypes can further restrict the parents entityTypes restrictions by specifying a subset of the entityTypes<\/li>\n<li>An empty entityTypes list when there are no parent restrictions means there are no restrictions<\/li>\n<li>An empty entityTypes list when there are parent restrictions means that the subtype picks up the parents restrictions<\/li>\n<li>If a list of entityTypes are supplied, where one inherits from another, this will be rejected. This should encourage cleaner classificationsDefs<\/li>\n<\/ul>",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "subTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "superTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "entityTypes" : [ "...", "..." ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "OBJECT_ID_TYPE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "FLOOR"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "class that captures details of a classification-type."
+    }
+    ,
+    "AtlasClassifications" : {
+      "type" : "object",
+      "title" : "AtlasClassifications",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/PList"
+        },
+        {
+        }
+      ],
+      "example" : {
+  "list" : [ { }, { } ],
+  "pageSize" : 12345,
+  "sortBy" : "...",
+  "sortType" : "NONE",
+  "startIndex" : 12345,
+  "totalCount" : 12345
+},
+      "description" : "REST serialization friendly list."
+    }
+    ,
+    "AtlasConstraintDef" : {
+      "type" : "object",
+      "title" : "AtlasConstraintDef",
+          "properties" : {
+            "params" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "type" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "params" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "type" : "..."
+},
+      "description" : "class that captures details of a constraint."
+    }
+    ,
+    "AtlasEntitiesWithExtInfo" : {
+      "type" : "object",
+      "title" : "AtlasEntitiesWithExtInfo",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasEntityExtInfo"
+        },
+        {
+          "properties" : {
+            "entities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasEntity"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "entities" : [ {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "DELETED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "ACTIVE",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "referredEntities" : {
+    "property1" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "DELETED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "ACTIVE",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+},
+      "description" : "An instance of an entity along with extended info - like hive_table, hive_database."
+    }
+    ,
+    "AtlasEntity" : {
+      "type" : "object",
+      "title" : "AtlasEntity",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStruct"
+        },
+        {
+          "properties" : {
+            "businessAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "classifications" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "createTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "createdBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "customAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "homeId" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "isIncomplete" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "labels" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "meanings" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasTermAssignmentHeader"
+}
+            },
+            "pendingTasks" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "provenanceType" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "proxy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "relationshipAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Status",
+"description" : ""
+            },
+            "updateTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "updatedBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "version" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "businessAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "customAttributes" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "guid" : "...",
+  "homeId" : "...",
+  "isIncomplete" : true,
+  "labels" : [ "...", "..." ],
+  "meanings" : [ {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "IMPORTED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "PROPOSED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "pendingTasks" : [ "...", "..." ],
+  "provenanceType" : 12345,
+  "proxy" : true,
+  "relationshipAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "status" : "PURGED",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345,
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "An instance of an entity - like hive_table, hive_database."
+    }
+    ,
+    "AtlasEntityDef" : {
+      "type" : "object",
+      "title" : "AtlasEntityDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStructDef"
+        },
+        {
+          "properties" : {
+            "businessAttributeDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasAttributeDef"
+}
+}
+            },
+            "relationshipAttributeDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelationshipAttributeDef"
+}
+            },
+            "subTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "superTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "businessAttributeDefs" : {
+    "property1" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ]
+  },
+  "relationshipAttributeDefs" : [ {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENTITY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "class that captures details of a entity-type."
+    }
+    ,
+    "AtlasEntityExtInfo" : {
+      "type" : "object",
+      "title" : "AtlasEntityExtInfo",
+          "properties" : {
+            "referredEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/AtlasEntity"
+}
+            }
+          },
+      "example" : {
+  "referredEntities" : {
+    "property1" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "PURGED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "DELETED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+},
+      "description" : "An instance of an entity along with extended info - like hive_table, hive_database."
+    }
+    ,
+    "AtlasEntityHeader" : {
+      "type" : "object",
+      "title" : "AtlasEntityHeader",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStruct"
+        },
+        {
+          "properties" : {
+            "classificationNames" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "classifications" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "isIncomplete" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "labels" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "meaningNames" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "meanings" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasTermAssignmentHeader"
+}
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Status",
+"description" : ""
+            }
+          }
+        }
+      ],
+      "example" : {
+  "classificationNames" : [ "...", "..." ],
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "displayText" : "...",
+  "guid" : "...",
+  "isIncomplete" : true,
+  "labels" : [ "...", "..." ],
+  "meaningNames" : [ "...", "..." ],
+  "meanings" : [ {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "VALIDATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "status" : "PURGED",
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "An instance of an entity - like hive_table, hive_database."
+    }
+    ,
+    "AtlasEntityHeaders" : {
+      "type" : "object",
+      "title" : "AtlasEntityHeaders",
+          "properties" : {
+            "guidHeaderMap" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/AtlasEntityHeader"
+}
+            }
+          },
+      "example" : {
+  "guidHeaderMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+},
+      "description" : ""
+    }
+    ,
+    "AtlasEntityWithExtInfo" : {
+      "type" : "object",
+      "title" : "AtlasEntityWithExtInfo",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasEntityExtInfo"
+        },
+        {
+          "properties" : {
+            "entity" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasEntity",
+"description" : ""
+            }
+          }
+        }
+      ],
+      "example" : {
+  "entity" : {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "PURGED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "referredEntities" : {
+    "property1" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "PURGED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "DELETED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+},
+      "description" : "An instance of an entity along with extended info - like hive_table, hive_database."
+    }
+    ,
+    "AtlasEnumDef" : {
+      "type" : "object",
+      "title" : "AtlasEnumDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasBaseTypeDef"
+        },
+        {
+          "properties" : {
+            "defaultValue" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "elementDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasEnumElementDef"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "defaultValue" : "...",
+  "elementDefs" : [ {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  }, {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  } ],
+  "category" : "OBJECT_ID_TYPE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "class that captures details of an enum-type."
+    }
+    ,
+    "AtlasEnumElementDef" : {
+      "type" : "object",
+      "title" : "AtlasEnumElementDef",
+          "properties" : {
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "ordinal" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "value" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "description" : "...",
+  "ordinal" : 12345,
+  "value" : "..."
+},
+      "description" : "class that captures details of an enum-element."
+    }
+    ,
+    "AtlasFullTextResult" : {
+      "type" : "object",
+      "title" : "AtlasFullTextResult",
+          "properties" : {
+            "entity" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasEntityHeader",
+"description" : ""
+            },
+            "score" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "number"
+            }
+          },
+      "example" : {
+  "entity" : {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "score" : 12345.0
+},
+      "description" : ""
+    }
+    ,
+    "AtlasGlossary" : {
+      "type" : "object",
+      "title" : "AtlasGlossary",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasGlossaryBaseObject"
+        },
+        {
+          "properties" : {
+            "categories" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedCategoryHeader"
+}
+            },
+            "language" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "terms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "usage" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasGlossaryBaseObject" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryBaseObject",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasBaseModelObject"
+        },
+        {
+          "properties" : {
+            "additionalAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "classifications" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "longDescription" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "shortDescription" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasGlossaryCategory" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryCategory",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasGlossaryBaseObject"
+        },
+        {
+          "properties" : {
+            "anchor" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasGlossaryHeader",
+"description" : ""
+            },
+            "childrenCategories" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedCategoryHeader"
+}
+            },
+            "parentCategory" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasRelatedCategoryHeader",
+"description" : ""
+            },
+            "terms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasGlossaryExtInfo" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryExtInfo",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasGlossary"
+        },
+        {
+          "properties" : {
+            "categoryInfo" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/AtlasGlossaryCategory"
+}
+            },
+            "termInfo" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/AtlasGlossaryTerm"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "categoryInfo" : {
+    "property1" : {
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "childrenCategories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      } ],
+      "parentCategory" : {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "terms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    },
+    "property2" : {
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "childrenCategories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      } ],
+      "parentCategory" : {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "terms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    }
+  },
+  "termInfo" : {
+    "property1" : {
+      "abbreviation" : "...",
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "antonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "assignedEntities" : [ {
+        "displayText" : "...",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "DELETED",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      }, {
+        "displayText" : "...",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "DELETED",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      } ],
+      "categories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "OBSOLETE"
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "DEPRECATED"
+      } ],
+      "classifies" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "examples" : [ "...", "..." ],
+      "glossaryTermHeader" : {
+        "qualifiedName" : "...",
+        "termGuid" : "..."
+      },
+      "isA" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacementTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "seeAlso" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "usage" : "...",
+      "validValues" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "validValuesFor" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    },
+    "property2" : {
+      "abbreviation" : "...",
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "antonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "assignedEntities" : [ {
+        "displayText" : "...",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      }, {
+        "displayText" : "...",
+        "entityStatus" : "ACTIVE",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      } ],
+      "categories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "OBSOLETE"
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "ACTIVE"
+      } ],
+      "classifies" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "examples" : [ "...", "..." ],
+      "glossaryTermHeader" : {
+        "qualifiedName" : "...",
+        "termGuid" : "..."
+      },
+      "isA" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacementTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "seeAlso" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "usage" : "...",
+      "validValues" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "validValuesFor" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    }
+  },
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasGlossaryHeader" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryHeader",
+          "properties" : {
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "glossaryGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "displayText" : "...",
+  "glossaryGuid" : "...",
+  "relationGuid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasGlossaryTerm" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryTerm",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasGlossaryBaseObject"
+        },
+        {
+          "properties" : {
+            "abbreviation" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "anchor" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasGlossaryHeader",
+"description" : ""
+            },
+            "antonyms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "assignedEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedObjectId"
+}
+            },
+            "categories" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasTermCategorizationHeader"
+}
+            },
+            "classifies" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "examples" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "glossaryTermHeader" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasGlossaryTermHeader",
+"description" : ""
+            },
+            "isA" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "preferredTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "preferredToTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "replacedBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "replacementTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "seeAlso" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "synonyms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "translatedTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "translationTerms" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "usage" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "validValues" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "validValuesFor" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OBSOLETE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasGlossaryTermHeader" : {
+      "type" : "object",
+      "title" : "AtlasGlossaryTermHeader",
+          "properties" : {
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "termGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "qualifiedName" : "...",
+  "termGuid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasLineageInfo" : {
+      "type" : "object",
+      "title" : "AtlasLineageInfo",
+      "required" : ["lineageDepth"],
+          "properties" : {
+            "baseEntityGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "guidEntityMap" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/AtlasEntityHeader"
+}
+            },
+            "lineageDepth" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "lineageDirection" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/LineageDirection",
+"description" : ""
+            },
+            "lineageOnDemandPayload" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/LineageOnDemandConstraints"
+}
+            },
+            "relations" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/LineageRelation"
+}
+            },
+            "relationsOnDemand" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/LineageInfoOnDemand"
+}
+            }
+          },
+      "example" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "BOTH",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+},
+      "description" : ""
+    }
+    ,
+    "AtlasObjectId" : {
+      "type" : "object",
+      "title" : "AtlasObjectId",
+          "properties" : {
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "typeName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "uniqueAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            }
+          },
+      "example" : {
+  "guid" : "...",
+  "typeName" : "...",
+  "uniqueAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  }
+},
+      "description" : "Reference to an object-instance of an Atlas type - like entity."
+    }
+    ,
+    "AtlasQueryType" : {
+      "type" : "string",
+      "title" : "AtlasQueryType",
+          "enum" : [
+            "DSL",
+            "FULL_TEXT",
+            "GREMLIN",
+            "BASIC",
+            "ATTRIBUTE",
+            "RELATIONSHIP"
+          ],
+      "description" : ""
+    }
+    ,
+    "AtlasQuickSearchResult" : {
+      "type" : "object",
+      "title" : "AtlasQuickSearchResult",
+          "properties" : {
+            "aggregationMetrics" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasAggregationEntry"
+}
+}
+            },
+            "searchResults" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : ""
+            }
+          },
+      "example" : {
+  "aggregationMetrics" : {
+    "property1" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ],
+    "property2" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ]
+  },
+  "searchResults" : {
+    "approximateCount" : 12345,
+    "attributes" : {
+      "name" : [ "...", "..." ],
+      "values" : [ [ { }, { } ], [ { }, { } ] ]
+    },
+    "classification" : "...",
+    "entities" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "fullTextResult" : [ {
+      "entity" : { },
+      "score" : 12345.0
+    }, {
+      "entity" : { },
+      "score" : 12345.0
+    } ],
+    "nextMarker" : "...",
+    "queryText" : "...",
+    "queryType" : "ATTRIBUTE",
+    "referredEntities" : {
+      "property1" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "ACTIVE",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      },
+      "property2" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "ACTIVE",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }
+    },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "TWO_TO_ONE",
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "NONE",
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "searchParameters" : {
+      "attributes" : [ "...", "..." ],
+      "classification" : "...",
+      "entityFilters" : { },
+      "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
+      "includeClassificationAttributes" : true,
+      "includeSubClassifications" : true,
+      "includeSubTypes" : true,
+      "limit" : 12345,
+      "marker" : "...",
+      "offset" : 12345,
+      "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
+      "sortBy" : "...",
+      "sortOrder" : "DESCENDING",
+      "tagFilters" : { },
+      "termName" : "...",
+      "typeName" : "..."
+    },
+    "type" : "..."
+  }
+},
+      "description" : ""
+    }
+    ,
+    "AtlasRelatedCategoryHeader" : {
+      "type" : "object",
+      "title" : "AtlasRelatedCategoryHeader",
+          "properties" : {
+            "categoryGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "parentCategoryGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "categoryGuid" : "...",
+  "description" : "...",
+  "displayText" : "...",
+  "parentCategoryGuid" : "...",
+  "relationGuid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasRelatedObjectId" : {
+      "type" : "object",
+      "title" : "AtlasRelatedObjectId",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasObjectId"
+        },
+        {
+          "properties" : {
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "entityStatus" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Status",
+"description" : ""
+            },
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationshipAttributes" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasStruct",
+"description" : ""
+            },
+            "relationshipGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationshipStatus" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Status_AtlasRelationship",
+"description" : ""
+            },
+            "relationshipType" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "displayText" : "...",
+  "entityStatus" : "ACTIVE",
+  "qualifiedName" : "...",
+  "relationshipAttributes" : {
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "relationshipGuid" : "...",
+  "relationshipStatus" : "DELETED",
+  "relationshipType" : "...",
+  "guid" : "...",
+  "typeName" : "...",
+  "uniqueAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  }
+},
+      "description" : "Reference to an object-instance of AtlasEntity type used in relationship attribute values"
+    }
+    ,
+    "AtlasRelatedTermHeader" : {
+      "type" : "object",
+      "title" : "AtlasRelatedTermHeader",
+          "properties" : {
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "expression" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "source" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasTermRelationshipStatus",
+"description" : ""
+            },
+            "steward" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "termGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "description" : "...",
+  "displayText" : "...",
+  "expression" : "...",
+  "qualifiedName" : "...",
+  "relationGuid" : "...",
+  "source" : "...",
+  "status" : "OTHER",
+  "steward" : "...",
+  "termGuid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasRelationship" : {
+      "type" : "object",
+      "title" : "AtlasRelationship",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStruct"
+        },
+        {
+          "properties" : {
+            "blockedPropagatedClassifications" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "createTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "createdBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "end1" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasObjectId",
+"description" : ""
+            },
+            "end2" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasObjectId",
+"description" : ""
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "homeId" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "label" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "propagateTags" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/PropagateTags",
+"description" : ""
+            },
+            "propagatedClassifications" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "provenanceType" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Status_AtlasRelationship",
+"description" : ""
+            },
+            "updateTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "updatedBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "version" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "blockedPropagatedClassifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "end1" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "end2" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "guid" : "...",
+  "homeId" : "...",
+  "label" : "...",
+  "propagateTags" : "ONE_TO_TWO",
+  "propagatedClassifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "provenanceType" : 12345,
+  "status" : "DELETED",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345,
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "Atlas relationship instance."
+    }
+    ,
+    "AtlasRelationshipAttributeDef" : {
+      "type" : "object",
+      "title" : "AtlasRelationshipAttributeDef",
+      "required" : ["isLegacyAttribute"],
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasAttributeDef"
+        },
+        {
+          "properties" : {
+            "isLegacyAttribute" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "relationshipTypeName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "isLegacyAttribute" : true,
+  "relationshipTypeName" : "...",
+  "cardinality" : "SINGLE",
+  "constraints" : [ {
+    "params" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "type" : "..."
+  }, {
+    "params" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "type" : "..."
+  } ],
+  "defaultValue" : "...",
+  "description" : "...",
+  "displayName" : "...",
+  "includeInNotification" : true,
+  "indexType" : "STRING",
+  "isIndexable" : true,
+  "isOptional" : true,
+  "isUnique" : true,
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "searchWeight" : 12345,
+  "typeName" : "...",
+  "valuesMaxCount" : 12345,
+  "valuesMinCount" : 12345
+},
+      "description" : "class that captures details of a struct-attribute."
+    }
+    ,
+    "AtlasRelationshipDef" : {
+      "type" : "object",
+      "title" : "AtlasRelationshipDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStructDef"
+        },
+        {
+          "properties" : {
+            "endDef1" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasRelationshipEndDef",
+"description" : ""
+            },
+            "endDef2" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasRelationshipEndDef",
+"description" : ""
+            },
+            "propagateTags" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/PropagateTags",
+"description" : ""
+            },
+            "relationshipCategory" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/RelationshipCategory",
+"description" : ""
+            },
+            "relationshipLabel" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "endDef1" : {
+    "cardinality" : "SET",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "endDef2" : {
+    "cardinality" : "LIST",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "propagateTags" : "TWO_TO_ONE",
+  "relationshipCategory" : "COMPOSITION",
+  "relationshipLabel" : "...",
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ARRAY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "AtlasRelationshipDef is a TypeDef that defines a relationship.\n<p>\nAs with other typeDefs the AtlasRelationshipDef has a name. Once created the RelationshipDef has a guid.\nThe name and the guid are the 2 ways that the RelationshipDef is identified.\n<p>\nRelationshipDefs have 2 ends, each of which specify cardinality, an EntityDef type name and name and optionally\nwhether the end is a container.\n<p>\nRelationshipDefs can have AttributeDefs - though only primitive types are allowed. <br>\nRelationshipDefs have a relationshipCategory specifying the UML type of relationship required <br>\nRelationshipDefs also have a PropogateTag - indicating which way tags could flow over the relationships.\n<p>\nThe way EntityDefs and RelationshipDefs are intended to be used is that EntityDefs will define AttributeDefs these AttributeDefs\nwill not specify an EntityDef type name as their types.\n<p>\nRelationshipDefs introduce new attributes to the entity instances. For example\n<p>\nEntityDef A might have attributes attr1,attr2,attr3 <br>\nEntityDef B might have attributes attr4,attr5,attr6 <br>\nRelationshipDef AtoB might define 2 ends <br>\n\n<pre>\n   end1:  type A, name attr7\n   end2:  type B, name attr8  <\/pre>\n\n<p>\nWhen an instance of EntityDef A is created, it will have attributes attr1,attr2,attr3,attr7 <br>\nWhen an instance of EntityDef B is created, it will have attributes attr4,attr5,attr6,attr8\n<p>\nIn this way relationshipDefs can be authored separately from entityDefs and can inject relationship attributes into\nthe entity instances"
+    }
+    ,
+    "AtlasRelationshipEndDef" : {
+      "type" : "object",
+      "title" : "AtlasRelationshipEndDef",
+      "required" : ["isContainer", "isLegacyAttribute"],
+          "properties" : {
+            "cardinality" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Cardinality",
+"description" : "the cardinality"
+            },
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "isContainer" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "isLegacyAttribute" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "type" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "cardinality" : "SET",
+  "description" : "...",
+  "isContainer" : true,
+  "isLegacyAttribute" : true,
+  "name" : "...",
+  "type" : "..."
+},
+      "description" : "The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an\nattribute name, cardinality and whether it  is the container end of the relationship."
+    }
+    ,
+    "AtlasRelationshipHeader" : {
+      "type" : "object",
+      "title" : "AtlasRelationshipHeader",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStruct"
+        },
+        {
+          "properties" : {
+            "end1" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasObjectId",
+"description" : ""
+            },
+            "end2" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasObjectId",
+"description" : ""
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "label" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "propagateTags" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/PropagateTags",
+"description" : ""
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Status",
+"description" : ""
+            }
+          }
+        }
+      ],
+      "example" : {
+  "end1" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "end2" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "guid" : "...",
+  "label" : "...",
+  "propagateTags" : "ONE_TO_TWO",
+  "status" : "PURGED",
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification."
+    }
+    ,
+    "AtlasRelationshipWithExtInfo" : {
+      "type" : "object",
+      "title" : "AtlasRelationshipWithExtInfo",
+          "properties" : {
+            "referredEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/AtlasEntityHeader"
+}
+            },
+            "relationship" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasRelationship",
+"description" : ""
+            }
+          },
+      "example" : {
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relationship" : {
+    "blockedPropagatedClassifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "propagatedClassifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "provenanceType" : 12345,
+    "status" : "ACTIVE",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }
+},
+      "description" : ""
+    }
+    ,
+    "AtlasSearchResult" : {
+      "type" : "object",
+      "title" : "AtlasSearchResult",
+      "required" : ["approximateCount"],
+          "properties" : {
+            "approximateCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            },
+            "attributes" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AttributeSearchResult",
+"description" : ""
+            },
+            "classification" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "entities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasEntityHeader"
+}
+            },
+            "fullTextResult" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasFullTextResult"
+}
+            },
+            "nextMarker" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "queryText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "queryType" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasQueryType",
+"description" : ""
+            },
+            "referredEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/AtlasEntityHeader"
+}
+            },
+            "relations" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelationshipHeader"
+}
+            },
+            "searchParameters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SearchParameters",
+"description" : ""
+            },
+            "type" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "FULL_TEXT",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ANY"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasStruct" : {
+      "type" : "object",
+      "title" : "AtlasStruct",
+          "properties" : {
+            "attributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "typeName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification."
+    }
+    ,
+    "AtlasStructDef" : {
+      "type" : "object",
+      "title" : "AtlasStructDef",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasBaseTypeDef"
+        },
+        {
+          "properties" : {
+            "attributeDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasAttributeDef"
+}
+            }
+          }
+        }
+      ],
+      "example" : {
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "PRIMITIVE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+},
+      "description" : "class that captures details of a struct-type."
+    }
+    ,
+    "AtlasSuggestionsResult" : {
+      "type" : "object",
+      "title" : "AtlasSuggestionsResult",
+          "properties" : {
+            "fieldName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "prefixString" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "suggestions" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            }
+          },
+      "example" : {
+  "fieldName" : "...",
+  "prefixString" : "...",
+  "suggestions" : [ "...", "..." ]
+},
+      "description" : ""
+    }
+    ,
+    "AtlasTermAssignmentHeader" : {
+      "type" : "object",
+      "title" : "AtlasTermAssignmentHeader",
+      "required" : ["confidence"],
+          "properties" : {
+            "confidence" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "createdBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "expression" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "source" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasTermAssignmentStatus",
+"description" : ""
+            },
+            "steward" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "termGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "confidence" : 12345,
+  "createdBy" : "...",
+  "description" : "...",
+  "displayText" : "...",
+  "expression" : "...",
+  "qualifiedName" : "...",
+  "relationGuid" : "...",
+  "source" : "...",
+  "status" : "DEPRECATED",
+  "steward" : "...",
+  "termGuid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasTermAssignmentStatus" : {
+      "type" : "string",
+      "title" : "AtlasTermAssignmentStatus",
+          "enum" : [
+            "DISCOVERED",
+            "PROPOSED",
+            "IMPORTED",
+            "VALIDATED",
+            "DEPRECATED",
+            "OBSOLETE",
+            "OTHER"
+          ],
+      "description" : ""
+    }
+    ,
+    "AtlasTermCategorizationHeader" : {
+      "type" : "object",
+      "title" : "AtlasTermCategorizationHeader",
+          "properties" : {
+            "categoryGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "description" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "displayText" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationGuid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasTermRelationshipStatus",
+"description" : ""
+            }
+          },
+      "example" : {
+  "categoryGuid" : "...",
+  "description" : "...",
+  "displayText" : "...",
+  "relationGuid" : "...",
+  "status" : "ACTIVE"
+},
+      "description" : ""
+    }
+    ,
+    "AtlasTermRelationshipStatus" : {
+      "type" : "string",
+      "title" : "AtlasTermRelationshipStatus",
+          "enum" : [
+            "DRAFT",
+            "ACTIVE",
+            "DEPRECATED",
+            "OBSOLETE",
+            "OTHER"
+          ],
+      "description" : ""
+    }
+    ,
+    "AtlasTypeDefHeader" : {
+      "type" : "object",
+      "title" : "AtlasTypeDefHeader",
+          "properties" : {
+            "category" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/TypeCategory",
+"description" : ""
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "serviceType" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "category" : "BUSINESS_METADATA",
+  "guid" : "...",
+  "name" : "...",
+  "serviceType" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AtlasTypesDef" : {
+      "type" : "object",
+      "title" : "AtlasTypesDef",
+          "properties" : {
+            "businessMetadataDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasBusinessMetadataDef"
+}
+            },
+            "classificationDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassificationDef"
+}
+            },
+            "entityDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasEntityDef"
+}
+            },
+            "enumDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasEnumDef"
+}
+            },
+            "relationshipDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelationshipDef"
+}
+            },
+            "structDefs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasStructDef"
+}
+            }
+          },
+      "example" : {
+  "businessMetadataDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "ENTITY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "NONE",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "endDef1" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "BOTH",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ]
+},
+      "description" : ""
+    }
+    ,
+    "AtlasUserSavedSearch" : {
+      "type" : "object",
+      "title" : "AtlasUserSavedSearch",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasBaseModelObject"
+        },
+        {
+          "properties" : {
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "ownerName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "searchParameters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SearchParameters",
+"description" : ""
+            },
+            "searchType" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SavedSearchType",
+"description" : ""
+            },
+            "uiParameters" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "example" : {
+  "name" : "...",
+  "ownerName" : "...",
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "IN"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "STARTS_WITH"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "searchType" : "BASIC_RELATIONSHIP",
+  "uiParameters" : "...",
+  "guid" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "AttributeSearchResult" : {
+      "type" : "object",
+      "title" : "AttributeSearchResult",
+          "properties" : {
+            "name" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "values" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+"type" : "array",
+"items" : {
+  "type" : "object"
+}
+}
+            }
+          },
+      "example" : {
+  "name" : [ "...", "..." ],
+  "values" : [ [ { }, { } ], [ { }, { } ] ]
+},
+      "description" : ""
+    }
+    ,
+    "BulkImportResponse" : {
+      "type" : "object",
+      "title" : "BulkImportResponse",
+          "properties" : {
+            "failedImportInfoList" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/ImportInfo"
+}
+            },
+            "successImportInfoList" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/ImportInfo"
+}
+            }
+          },
+      "example" : {
+  "failedImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ],
+  "successImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ]
+},
+      "description" : ""
+    }
+    ,
+    "Cardinality" : {
+      "type" : "string",
+      "title" : "Cardinality",
+          "enum" : [
+            "SINGLE",
+            "LIST",
+            "SET"
+          ],
+      "description" : "single-valued attribute or multi-valued attribute."
+    }
+    ,
+    "ClassificationAssociateRequest" : {
+      "type" : "object",
+      "title" : "ClassificationAssociateRequest",
+          "properties" : {
+            "classification" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasClassification",
+"description" : ""
+            },
+            "entitiesUniqueAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+}
+            },
+            "entityGuids" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "entityTypeName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "classification" : {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "entitiesUniqueAttributes" : [ {
+    "property1" : { },
+    "property2" : { }
+  }, {
+    "property1" : { },
+    "property2" : { }
+  } ],
+  "entityGuids" : [ "...", "..." ],
+  "entityTypeName" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "Condition" : {
+      "type" : "string",
+      "title" : "Condition",
+          "enum" : [
+            "AND",
+            "OR"
+          ],
+      "description" : ""
+    }
+    ,
+    "DateFormat" : {
+      "type" : "object",
+      "title" : "DateFormat",
+      "required" : ["lenient"],
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/Format"
+        },
+        {
+          "properties" : {
+            "availableLocales" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "calendar" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "dateInstance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/DateFormat",
+"description" : ""
+            },
+            "dateTimeInstance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/DateFormat",
+"description" : ""
+            },
+            "instance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/DateFormat",
+"description" : ""
+            },
+            "lenient" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "numberFormat" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/NumberFormat",
+"description" : ""
+            },
+            "timeInstance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/DateFormat",
+"description" : ""
+            },
+            "timeZone" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/TimeZone",
+"description" : ""
+            }
+          }
+        }
+      ],
+      "example" : {
+  "availableLocales" : [ "...", "..." ],
+  "calendar" : 12345,
+  "dateInstance" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "CEILING"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "dateTimeInstance" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_DOWN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "instance" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_EVEN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "lenient" : true,
+  "numberFormat" : {
+    "availableLocales" : [ "...", "..." ],
+    "currency" : "...",
+    "currencyInstance" : { },
+    "groupingUsed" : true,
+    "instance" : { },
+    "integerInstance" : { },
+    "maximumFractionDigits" : 12345,
+    "maximumIntegerDigits" : 12345,
+    "minimumFractionDigits" : 12345,
+    "minimumIntegerDigits" : 12345,
+    "numberInstance" : { },
+    "parseIntegerOnly" : true,
+    "percentInstance" : { },
+    "roundingMode" : "FLOOR"
+  },
+  "timeInstance" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "FLOOR"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "timeZone" : {
+    "DSTSavings" : 12345,
+    "ID" : "...",
+    "availableIDs" : [ "...", "..." ],
+    "default" : { },
+    "displayName" : "...",
+    "rawOffset" : 12345
+  }
+},
+      "description" : ""
+    }
+    ,
+    "EntityAuditActionV2" : {
+      "type" : "string",
+      "title" : "EntityAuditActionV2",
+          "enum" : [
+            "ENTITY_CREATE",
+            "ENTITY_UPDATE",
+            "ENTITY_DELETE",
+            "ENTITY_IMPORT_CREATE",
+            "ENTITY_IMPORT_UPDATE",
+            "ENTITY_IMPORT_DELETE",
+            "CLASSIFICATION_ADD",
+            "CLASSIFICATION_DELETE",
+            "CLASSIFICATION_UPDATE",
+            "PROPAGATED_CLASSIFICATION_ADD",
+            "PROPAGATED_CLASSIFICATION_DELETE",
+            "PROPAGATED_CLASSIFICATION_UPDATE",
+            "TERM_ADD",
+            "TERM_DELETE",
+            "LABEL_ADD",
+            "LABEL_DELETE",
+            "ENTITY_PURGE",
+            "BUSINESS_ATTRIBUTE_UPDATE",
+            "CUSTOM_ATTRIBUTE_UPDATE"
+          ],
+      "description" : ""
+    }
+    ,
+    "EntityAuditEventV2" : {
+      "type" : "object",
+      "title" : "EntityAuditEventV2",
+      "required" : ["timestamp"],
+          "properties" : {
+            "action" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/EntityAuditActionV2",
+"description" : ""
+            },
+            "details" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "entity" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasEntity",
+"description" : ""
+            },
+            "entityId" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "eventKey" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "timestamp" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            },
+            "type" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/EntityAuditType",
+"description" : ""
+            },
+            "user" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "action" : "BUSINESS_ATTRIBUTE_UPDATE",
+  "details" : "...",
+  "entity" : {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "DELETED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "entityId" : "...",
+  "eventKey" : "...",
+  "timestamp" : 12345,
+  "type" : "ENTITY_AUDIT_V1",
+  "user" : "..."
+},
+      "description" : "Structure of v2 entity audit event"
+    }
+    ,
+    "EntityAuditType" : {
+      "type" : "string",
+      "title" : "EntityAuditType",
+          "enum" : [
+            "ENTITY_AUDIT_V1",
+            "ENTITY_AUDIT_V2"
+          ],
+      "description" : ""
+    }
+    ,
+    "EntityMutationResponse" : {
+      "type" : "object",
+      "title" : "EntityMutationResponse",
+          "properties" : {
+            "guidAssignments" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "mutatedEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasEntityHeader"
+}
+}
+            },
+            "partialUpdatedEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasEntityHeader"
+}
+            }
+          },
+      "example" : {
+  "guidAssignments" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "mutatedEntities" : {
+    "property1" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ]
+  },
+  "partialUpdatedEntities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ]
+},
+      "description" : ""
+    }
+    ,
+    "EntityOperation" : {
+      "type" : "string",
+      "title" : "EntityOperation",
+          "enum" : [
+            "CREATE",
+            "UPDATE",
+            "PARTIAL_UPDATE",
+            "DELETE",
+            "PURGE"
+          ],
+      "description" : ""
+    }
+    ,
+    "FilterCriteria" : {
+      "type" : "object",
+      "title" : "FilterCriteria",
+          "properties" : {
+            "attributeName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "attributeValue" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "condition" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Condition",
+"description" : ""
+            },
+            "criterion" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/FilterCriteria"
+}
+            },
+            "operator" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Operator",
+"description" : ""
+            }
+          },
+      "example" : {
+  "attributeName" : "...",
+  "attributeValue" : "...",
+  "condition" : "AND",
+  "criterion" : [ {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "OR",
+    "criterion" : [ { }, { } ],
+    "operator" : "EQ"
+  }, {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "OR",
+    "criterion" : [ { }, { } ],
+    "operator" : "NOT_EMPTY"
+  } ],
+  "operator" : "TIME_RANGE"
+},
+      "description" : ""
+    }
+    ,
+    "Format" : {
+      "type" : "object",
+      "title" : "Format",
+      "example" : { },
+      "description" : ""
+    }
+    ,
+    "ImportInfo" : {
+      "type" : "object",
+      "title" : "ImportInfo",
+          "properties" : {
+            "childObjectName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "importStatus" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/ImportStatus",
+"description" : ""
+            },
+            "parentObjectName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "remarks" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "childObjectName" : "...",
+  "importStatus" : "SUCCESS",
+  "parentObjectName" : "...",
+  "remarks" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "ImportStatus" : {
+      "type" : "string",
+      "title" : "ImportStatus",
+          "enum" : [
+            "SUCCESS",
+            "FAILED"
+          ],
+      "description" : ""
+    }
+    ,
+    "IndexType" : {
+      "type" : "string",
+      "title" : "IndexType",
+          "enum" : [
+            "DEFAULT",
+            "STRING"
+          ],
+      "description" : ""
+    }
+    ,
+    "LineageDirection" : {
+      "type" : "string",
+      "title" : "LineageDirection",
+          "enum" : [
+            "INPUT",
+            "OUTPUT",
+            "BOTH"
+          ],
+      "description" : ""
+    }
+    ,
+    "LineageInfoOnDemand" : {
+      "type" : "object",
+      "title" : "LineageInfoOnDemand",
+      "required" : ["hasMoreInputs", "hasMoreOutputs", "inputRelationsCount", "outputRelationsCount"],
+          "properties" : {
+            "hasMoreInputs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "hasMoreOutputs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "inputRelationsCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "outputRelationsCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            }
+          },
+      "example" : {
+  "hasMoreInputs" : true,
+  "hasMoreOutputs" : true,
+  "inputRelationsCount" : 12345,
+  "outputRelationsCount" : 12345
+},
+      "description" : ""
+    }
+    ,
+    "LineageOnDemandConstraints" : {
+      "type" : "object",
+      "title" : "LineageOnDemandConstraints",
+      "required" : ["depth", "inputRelationsLimit", "outputRelationsLimit"],
+          "properties" : {
+            "depth" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "direction" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/LineageDirection",
+"description" : ""
+            },
+            "inputRelationsLimit" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "outputRelationsLimit" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            }
+          },
+      "example" : {
+  "depth" : 12345,
+  "direction" : "BOTH",
+  "inputRelationsLimit" : 12345,
+  "outputRelationsLimit" : 12345
+},
+      "description" : ""
+    }
+    ,
+    "LineageRelation" : {
+      "type" : "object",
+      "title" : "LineageRelation",
+          "properties" : {
+            "fromEntityId" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "relationshipId" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "toEntityId" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "fromEntityId" : "...",
+  "relationshipId" : "...",
+  "toEntityId" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "NumberFormat" : {
+      "type" : "object",
+      "title" : "NumberFormat",
+      "required" : ["groupingUsed", "maximumFractionDigits", "maximumIntegerDigits", "minimumFractionDigits", "minimumIntegerDigits", "parseIntegerOnly"],
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/Format"
+        },
+        {
+          "properties" : {
+            "availableLocales" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "currency" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "currencyInstance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/NumberFormat",
+"description" : ""
+            },
+            "groupingUsed" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "instance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/NumberFormat",
+"description" : ""
+            },
+            "integerInstance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/NumberFormat",
+"description" : ""
+            },
+            "maximumFractionDigits" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "maximumIntegerDigits" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "minimumFractionDigits" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "minimumIntegerDigits" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "numberInstance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/NumberFormat",
+"description" : ""
+            },
+            "parseIntegerOnly" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "percentInstance" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/NumberFormat",
+"description" : ""
+            },
+            "roundingMode" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/RoundingMode",
+"description" : ""
+            }
+          }
+        }
+      ],
+      "example" : {
+  "availableLocales" : [ "...", "..." ],
+  "currency" : "...",
+  "currencyInstance" : {
+    "availableLocales" : [ "...", "..." ],
+    "currency" : "...",
+    "currencyInstance" : { },
+    "groupingUsed" : true,
+    "instance" : { },
+    "integerInstance" : { },
+    "maximumFractionDigits" : 12345,
+    "maximumIntegerDigits" : 12345,
+    "minimumFractionDigits" : 12345,
+    "minimumIntegerDigits" : 12345,
+    "numberInstance" : { },
+    "parseIntegerOnly" : true,
+    "percentInstance" : { },
+    "roundingMode" : "UNNECESSARY"
+  },
+  "groupingUsed" : true,
+  "instance" : {
+    "availableLocales" : [ "...", "..." ],
+    "currency" : "...",
+    "currencyInstance" : { },
+    "groupingUsed" : true,
+    "instance" : { },
+    "integerInstance" : { },
+    "maximumFractionDigits" : 12345,
+    "maximumIntegerDigits" : 12345,
+    "minimumFractionDigits" : 12345,
+    "minimumIntegerDigits" : 12345,
+    "numberInstance" : { },
+    "parseIntegerOnly" : true,
+    "percentInstance" : { },
+    "roundingMode" : "HALF_DOWN"
+  },
+  "integerInstance" : {
+    "availableLocales" : [ "...", "..." ],
+    "currency" : "...",
+    "currencyInstance" : { },
+    "groupingUsed" : true,
+    "instance" : { },
+    "integerInstance" : { },
+    "maximumFractionDigits" : 12345,
+    "maximumIntegerDigits" : 12345,
+    "minimumFractionDigits" : 12345,
+    "minimumIntegerDigits" : 12345,
+    "numberInstance" : { },
+    "parseIntegerOnly" : true,
+    "percentInstance" : { },
+    "roundingMode" : "CEILING"
+  },
+  "maximumFractionDigits" : 12345,
+  "maximumIntegerDigits" : 12345,
+  "minimumFractionDigits" : 12345,
+  "minimumIntegerDigits" : 12345,
+  "numberInstance" : {
+    "availableLocales" : [ "...", "..." ],
+    "currency" : "...",
+    "currencyInstance" : { },
+    "groupingUsed" : true,
+    "instance" : { },
+    "integerInstance" : { },
+    "maximumFractionDigits" : 12345,
+    "maximumIntegerDigits" : 12345,
+    "minimumFractionDigits" : 12345,
+    "minimumIntegerDigits" : 12345,
+    "numberInstance" : { },
+    "parseIntegerOnly" : true,
+    "percentInstance" : { },
+    "roundingMode" : "UNNECESSARY"
+  },
+  "parseIntegerOnly" : true,
+  "percentInstance" : {
+    "availableLocales" : [ "...", "..." ],
+    "currency" : "...",
+    "currencyInstance" : { },
+    "groupingUsed" : true,
+    "instance" : { },
+    "integerInstance" : { },
+    "maximumFractionDigits" : 12345,
+    "maximumIntegerDigits" : 12345,
+    "minimumFractionDigits" : 12345,
+    "minimumIntegerDigits" : 12345,
+    "numberInstance" : { },
+    "parseIntegerOnly" : true,
+    "percentInstance" : { },
+    "roundingMode" : "DOWN"
+  },
+  "roundingMode" : "UNNECESSARY"
+},
+      "description" : ""
+    }
+    ,
+    "Operator" : {
+      "type" : "string",
+      "title" : "Operator",
+          "enum" : [
+            "LT",
+            "GT",
+            "LTE",
+            "GTE",
+            "EQ",
+            "NEQ",
+            "IN",
+            "LIKE",
+            "STARTS_WITH",
+            "ENDS_WITH",
+            "CONTAINS",
+            "NOT_CONTAINS",
+            "CONTAINS_ANY",
+            "CONTAINS_ALL",
+            "IS_NULL",
+            "NOT_NULL",
+            "TIME_RANGE",
+            "NOT_EMPTY"
+          ],
+      "description" : "NOTE : The names added in the String array should always contain first value in lower case"
+    }
+    ,
+    "PList" : {
+      "type" : "object",
+      "title" : "PList",
+      "required" : ["pageSize", "startIndex", "totalCount"],
+          "properties" : {
+            "list" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "object"
+}
+            },
+            "pageSize" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "sortBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortType" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SortType",
+"description" : ""
+            },
+            "startIndex" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            },
+            "totalCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            }
+          },
+      "example" : {
+  "list" : [ { }, { } ],
+  "pageSize" : 12345,
+  "sortBy" : "...",
+  "sortType" : "ASC",
+  "startIndex" : 12345,
+  "totalCount" : 12345
+},
+      "description" : "Paginated-list, for returning search results."
+    }
+    ,
+    "PropagateTags" : {
+      "type" : "string",
+      "title" : "PropagateTags",
+          "enum" : [
+            "NONE",
+            "ONE_TO_TWO",
+            "TWO_TO_ONE",
+            "BOTH"
+          ],
+      "description" : "PropagateTags indicates whether tags should propagate across the relationship instance.\n<p>\nTags can propagate:\n<p>\nNONE - not at all <br>\nONE_TO_TWO - from end 1 to 2 <br>\nTWO_TO_ONE - from end 2 to 1  <br>\nBOTH - both ways\n<p>\nCare needs to be taken when specifying. The use cases we are aware of where this flag is useful:\n<p>\n- propagating confidentiality classifications from a table to columns - ONE_TO_TWO could be used here <br>\n- propagating classifications around Glossary synonyms - BOTH could be used here.\n<p>\nThere is an expectation that further enhancements will allow more granular control of tag propagation and will\naddress how to resolve conflicts."
+    }
+    ,
+    "QuickSearchParameters" : {
+      "type" : "object",
+      "title" : "QuickSearchParameters",
+      "required" : ["excludeDeletedEntities", "excludeHeaderAttributes", "includeSubTypes", "limit", "offset"],
+          "properties" : {
+            "attributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "entityFilters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/FilterCriteria",
+"description" : ""
+            },
+            "excludeDeletedEntities" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "excludeHeaderAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "includeSubTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "limit" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "offset" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "query" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortOrder" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SortOrder",
+"description" : ""
+            },
+            "typeName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "attributes" : [ "...", "..." ],
+  "entityFilters" : {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "OR",
+    "criterion" : [ { }, { } ],
+    "operator" : "NOT_CONTAINS"
+  },
+  "excludeDeletedEntities" : true,
+  "excludeHeaderAttributes" : true,
+  "includeSubTypes" : true,
+  "limit" : 12345,
+  "offset" : 12345,
+  "query" : "...",
+  "sortBy" : "...",
+  "sortOrder" : "ASCENDING",
+  "typeName" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "Relation" : {
+      "type" : "string",
+      "title" : "Relation",
+          "enum" : [
+            "SEE_ALSO",
+            "SYNONYMS",
+            "ANTONYMS",
+            "PREFERRED_TO_TERMS",
+            "PREFERRED_TERMS",
+            "REPLACEMENT_TERMS",
+            "REPLACED_BY",
+            "TRANSLATION_TERMS",
+            "TRANSLATED_TERMS",
+            "ISA",
+            "CLASSIFIES",
+            "VALID_VALUES",
+            "VALID_VALUES_FOR"
+          ],
+      "description" : ""
+    }
+    ,
+    "RelationshipCategory" : {
+      "type" : "string",
+      "title" : "RelationshipCategory",
+          "enum" : [
+            "ASSOCIATION",
+            "AGGREGATION",
+            "COMPOSITION"
+          ],
+      "description" : "The Relationship category determines the style of relationship around containment and lifecycle.\nUML terminology is used for the values.\n<p>\nASSOCIATION is a relationship with no containment. <br>\nCOMPOSITION and AGGREGATION are containment relationships.\n<p>\nThe difference being in the lifecycles of the container and its children. In the COMPOSITION case,\nthe children cannot exist without the container. For AGGREGATION, the life cycles\nof the container and children are totally independant."
+    }
+    ,
+    "RelationshipSearchParameters" : {
+      "type" : "object",
+      "title" : "RelationshipSearchParameters",
+      "required" : ["includeSubTypes", "limit", "offset"],
+          "properties" : {
+            "includeSubTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "limit" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "marker" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "offset" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "relationshipFilters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/FilterCriteria",
+"description" : ""
+            },
+            "relationshipName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortOrder" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SortOrder",
+"description" : ""
+            }
+          },
+      "example" : {
+  "includeSubTypes" : true,
+  "limit" : 12345,
+  "marker" : "...",
+  "offset" : 12345,
+  "relationshipFilters" : {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "OR",
+    "criterion" : [ { }, { } ],
+    "operator" : "TIME_RANGE"
+  },
+  "relationshipName" : "...",
+  "sortBy" : "...",
+  "sortOrder" : "DESCENDING"
+},
+      "description" : ""
+    }
+    ,
+    "RoundingMode" : {
+      "type" : "string",
+      "title" : "RoundingMode",
+          "enum" : [
+            "UP",
+            "DOWN",
+            "CEILING",
+            "FLOOR",
+            "HALF_UP",
+            "HALF_DOWN",
+            "HALF_EVEN",
+            "UNNECESSARY"
+          ],
+      "description" : ""
+    }
+    ,
+    "SavedSearchType" : {
+      "type" : "string",
+      "title" : "SavedSearchType",
+          "enum" : [
+            "BASIC",
+            "ADVANCED",
+            "BASIC_RELATIONSHIP"
+          ],
+      "description" : ""
+    }
+    ,
+    "SearchFilter" : {
+      "type" : "object",
+      "title" : "SearchFilter",
+      "required" : ["getCount", "maxRows", "startIndex"],
+          "properties" : {
+            "getCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "maxRows" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            },
+            "params" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+}
+            },
+            "sortBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortType" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SortType",
+"description" : ""
+            },
+            "startIndex" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            }
+          },
+      "example" : {
+  "getCount" : true,
+  "maxRows" : 12345,
+  "params" : {
+    "property1" : [ "...", "..." ],
+    "property2" : [ "...", "..." ]
+  },
+  "sortBy" : "...",
+  "sortType" : "DESC",
+  "startIndex" : 12345
+},
+      "description" : "Generic filter, to specify search criteria using name/value pairs."
+    }
+    ,
+    "SearchParameters" : {
+      "type" : "object",
+      "title" : "SearchParameters",
+      "required" : ["excludeDeletedEntities", "excludeHeaderAttributes", "includeClassificationAttributes", "includeSubClassifications", "includeSubTypes", "limit", "offset"],
+          "properties" : {
+            "attributes" : {
+            "readOnly" : false,
+"description" : "Attribute values included in the results",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "classification" : {
+            "readOnly" : false,
+"description" : "Classification/tag to search on",
+"type" : "string"
+            },
+            "entityFilters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/FilterCriteria",
+"description" : "Entity attribute filters for the type (if type name is specified)"
+            },
+            "excludeDeletedEntities" : {
+            "readOnly" : false,
+"description" : "True iff deleted entities are excluded",
+"type" : "boolean"
+            },
+            "excludeHeaderAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "includeClassificationAttributes" : {
+            "readOnly" : false,
+"description" : "True if classification attributes are included in search result.",
+"type" : "boolean"
+            },
+            "includeSubClassifications" : {
+            "readOnly" : false,
+"description" : "True iff sub-classifications are to be included",
+"type" : "boolean"
+            },
+            "includeSubTypes" : {
+            "readOnly" : false,
+"description" : "True iff sub-type entities are to be included",
+"type" : "boolean"
+            },
+            "limit" : {
+            "readOnly" : false,
+"description" : "Max number of results to be returned",
+"type" : "integer",
+"format" : "int32"
+            },
+            "marker" : {
+            "readOnly" : false,
+"description" : "marker (offset of the next page)",
+"type" : "string"
+            },
+            "offset" : {
+            "readOnly" : false,
+"description" : "Offset(pagination) of the results",
+"type" : "integer",
+"format" : "int32"
+            },
+            "query" : {
+            "readOnly" : false,
+"description" : "The type of query",
+"type" : "string"
+            },
+            "relationshipFilters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/FilterCriteria",
+"description" : "Relationship attribute filters for the relationship"
+            },
+            "relationshipName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortBy" : {
+            "readOnly" : false,
+"description" : "Attribute on which to sort the results",
+"type" : "string"
+            },
+            "sortOrder" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SortOrder",
+"description" : "Sorting order of the results"
+            },
+            "tagFilters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/FilterCriteria",
+"description" : "Tag attribute filters for the classification/tag (if tag name is specified)"
+            },
+            "termName" : {
+            "readOnly" : false,
+"description" : "termName to search on",
+"type" : "string"
+            },
+            "typeName" : {
+            "readOnly" : false,
+"description" : "Type name to search on",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "attributes" : [ "...", "..." ],
+  "classification" : "...",
+  "entityFilters" : {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "OR",
+    "criterion" : [ { }, { } ],
+    "operator" : "NOT_EMPTY"
+  },
+  "excludeDeletedEntities" : true,
+  "excludeHeaderAttributes" : true,
+  "includeClassificationAttributes" : true,
+  "includeSubClassifications" : true,
+  "includeSubTypes" : true,
+  "limit" : 12345,
+  "marker" : "...",
+  "offset" : 12345,
+  "query" : "...",
+  "relationshipFilters" : {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "AND",
+    "criterion" : [ { }, { } ],
+    "operator" : "IS_NULL"
+  },
+  "relationshipName" : "...",
+  "sortBy" : "...",
+  "sortOrder" : "ASCENDING",
+  "tagFilters" : {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "OR",
+    "criterion" : [ { }, { } ],
+    "operator" : "IS_NULL"
+  },
+  "termName" : "...",
+  "typeName" : "..."
+},
+      "description" : ""
+    }
+    ,
+    "SortOrder" : {
+      "type" : "string",
+      "title" : "SortOrder",
+          "enum" : [
+            "ASCENDING",
+            "DESCENDING"
+          ],
+      "description" : ""
+    }
+    ,
+    "SortType" : {
+      "type" : "string",
+      "title" : "SortType",
+          "enum" : [
+            "NONE",
+            "ASC",
+            "DESC"
+          ],
+      "description" : "to specify whether the result should be sorted? If yes, whether asc or desc."
+    }
+    ,
+    "Status" : {
+      "type" : "string",
+      "title" : "Status",
+          "enum" : [
+            "ACTIVE",
+            "DELETED",
+            "PURGED"
+          ],
+      "description" : "Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store."
+    }
+    ,
+    "Status_AtlasRelationship" : {
+      "type" : "string",
+      "title" : "Status",
+          "enum" : [
+            "ACTIVE",
+            "DELETED"
+          ],
+      "description" : ""
+    }
+    ,
+    "TimeBoundary" : {
+      "type" : "object",
+      "title" : "TimeBoundary",
+          "properties" : {
+            "endTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "startTime" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "timeZone" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          },
+      "example" : {
+  "endTime" : "...",
+  "startTime" : "...",
+  "timeZone" : "..."
+},
+      "description" : "Captures time-boundary details"
+    }
+    ,
+    "TimeZone" : {
+      "type" : "object",
+      "title" : "TimeZone",
+      "required" : ["DSTSavings", "rawOffset"],
+          "properties" : {
+            "DSTSavings" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "ID" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "availableIDs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "default" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/TimeZone",
+"description" : ""
+            },
+            "displayName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "rawOffset" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            }
+          },
+      "example" : {
+  "DSTSavings" : 12345,
+  "ID" : "...",
+  "availableIDs" : [ "...", "..." ],
+  "default" : {
+    "DSTSavings" : 12345,
+    "ID" : "...",
+    "availableIDs" : [ "...", "..." ],
+    "default" : { },
+    "displayName" : "...",
+    "rawOffset" : 12345
+  },
+  "displayName" : "...",
+  "rawOffset" : 12345
+},
+      "description" : ""
+    }
+    ,
+    "TypeCategory" : {
+      "type" : "string",
+      "title" : "TypeCategory",
+          "enum" : [
+            "PRIMITIVE",
+            "OBJECT_ID_TYPE",
+            "ENUM",
+            "STRUCT",
+            "CLASSIFICATION",
+            "ENTITY",
+            "ARRAY",
+            "MAP",
+            "RELATIONSHIP",
+            "BUSINESS_METADATA"
+          ],
+      "description" : ""
+    }
+    ,
+    "xml_ns0_PList" : {
+      "type" : "object",
+      "xml" : {
+        "name" : "PList",
+        "namespace" : ""
+      },
+      "title" : "PList",
+      "required" : ["pageSize", "startIndex", "totalCount"],
+      "allOf" : [
+        {
+          "properties" : {
+            "list" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "object"
+}
+            },
+            "pageSize" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "sortBy" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortType" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"$ref" : "#/definitions/xml_ns0_sortType",
+"description" : ""
+            },
+            "startIndex" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            },
+            "totalCount" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            }
+          }
+        }
+      ],
+      "description" : "Paginated-list, for returning search results."
+    }
+    ,
+    "xml_ns0_searchFilter" : {
+      "type" : "object",
+      "xml" : {
+        "name" : "searchFilter",
+        "namespace" : ""
+      },
+      "title" : "searchFilter",
+      "required" : ["getCount", "maxRows", "startIndex"],
+      "allOf" : [
+        {
+          "properties" : {
+            "getCount" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "maxRows" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            },
+            "params" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "object"
+            },
+            "sortBy" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortType" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"$ref" : "#/definitions/xml_ns0_sortType",
+"description" : ""
+            },
+            "startIndex" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int64"
+            }
+          }
+        }
+      ],
+      "description" : "Generic filter, to specify search criteria using name/value pairs."
+    }
+    ,
+    "xml_ns0_sortType" : {
+      "type" : "string",
+      "title" : "sortType",
+          "enum" : [
+            "NONE",
+            "ASC",
+            "DESC"
+          ],
+      "description" : "to specify whether the result should be sorted? If yes, whether asc or desc."
+    }
+    ,
+    "xml_ns0_timeBoundary" : {
+      "type" : "object",
+      "xml" : {
+        "name" : "timeBoundary",
+        "namespace" : ""
+      },
+      "title" : "timeBoundary",
+      "allOf" : [
+        {
+          "properties" : {
+            "endTime" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "startTime" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "timeZone" : {
+              "xml" : {
+                "namespace" : ""
+              },
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            }
+          }
+        }
+      ],
+      "description" : "Captures time-boundary details"
+    }
+  },
+  "paths": {
+    "\/v2/entity" : {
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Create new entity or update existing entity in Atlas.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName",
+        "operationId" : "createOrUpdate",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityWithExtInfo",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "schema" : {
+"$ref" : "#/definitions/EntityMutationResponse",
+"description" : "EntityMutationResponse"
+            },
+            "examples" : {
+              "application/json" : {
+  "guidAssignments" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "mutatedEntities" : {
+    "property1" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ]
+  },
+  "partialUpdatedEntities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ]
+}
+            },
+            "description" : "EntityMutationResponse"
+          }
+        }
+      }
+    },
+    "\/v2/entity/bulk" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Bulk API to delete list of entities identified by its GUIDs",
+        "operationId" : "deleteByGuids",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "query",
+            "type" : "array",
+            "items" : {
+            "type" : "string"
+            },
+            "collectionFormat" : "multi",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "schema" : {
+"$ref" : "#/definitions/EntityMutationResponse",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "guidAssignments" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "mutatedEntities" : {
+    "property1" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ]
+  },
+  "partialUpdatedEntities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ]
+}
+            },
+            "description" : ""
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Bulk API to retrieve list of entities identified by its GUIDs.",
+        "operationId" : "getByGuids",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "query",
+            "type" : "array",
+            "items" : {
+            "type" : "string"
+            },
+            "collectionFormat" : "multi",
+            "description" : ""
+          },
+          {
+            "name" : "ignoreRelationships",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "minExtInfo",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntitiesWithExtInfo",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "entities" : [ {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "DELETED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "PURGED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "referredEntities" : {
+    "property1" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "PURGED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "ACTIVE",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+}
+            },
+            "description" : ""
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Bulk API to create new entities or updates existing entities in Atlas.\nExisting entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName",
+        "operationId" : "createOrUpdate",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntitiesWithExtInfo",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "schema" : {
+"$ref" : "#/definitions/EntityMutationResponse",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "guidAssignments" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "mutatedEntities" : {
+    "property1" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ]
+  },
+  "partialUpdatedEntities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ]
+}
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/entity/bulk/classification" : {
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Bulk API to associate a tag to multiple entities.\nOption 1: List of GUIDs to associate a tag\nOption 2: Typename and list of uniq attributes for entities to associate a tag\nOption 3: List of GUIDs and Typename with list of uniq attributes for entities to associate a tag",
+        "operationId" : "addClassification",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/ClassificationAssociateRequest",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/entity/bulk/headers" : {
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "getEntityHeaders",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "tagUpdateStartTime",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int64",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityHeaders",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "guidHeaderMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+}
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/entity/bulk/setClassifications" : {
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "setClassifications",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityHeaders",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "schema" : {
+"description" : "",
+"type" : "string"
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/entity/bulk/uniqueAttribute/type/{typeName}" : {
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Bulk API to retrieve list of entities identified by its unique attributes.\n\nIn addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format\n\ntypeName=<typeName>&attr_1:<attrName>=<attrValue>&attr_2:<attrName>=<attrValue>&attr_3:<attrName>=<attrValue>\n\nNOTE: The attrName should be an unique attribute for the given entity-type\n\nThe REST request would look something like this\n\nGET /v2/entity/bulk/uniqueAttribute/type/hive_db?attr_0:qualifiedName=db1@cl1&attr_2:qualifiedName=db2@cl1",
+        "operationId" : "getEntitiesByUniqueAttributes",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "ignoreRelationships",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "minExtInfo",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntitiesWithExtInfo",
+"description" : "AtlasEntitiesWithExtInfo"
+            },
+            "examples" : {
+              "application/json" : {
+  "entities" : [ {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "PURGED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "DELETED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "referredEntities" : {
+    "property1" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "DELETED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "DELETED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+}
+            },
+            "description" : "AtlasEntitiesWithExtInfo"
+          }
+        }
+      }
+    },
+    "\/v2/entity/businessmetadata/import" : {
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Upload the file for creating Business Metadata in BULK",
+        "operationId" : "importBMAttributes",
+        "consumes" : [ "multipart/form-data" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "fileDetail",
+            "in" : "formData",
+            "type" : "file",
+            "description" : "FormDataContentDisposition metadata of file"
+          },
+          {
+            "name" : "uploadedInputStream",
+            "in" : "formData",
+            "type" : "file",
+            "description" : "InputStream of file"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "type" : "file",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/BulkImportResponse",
+"description" : "If Business Metadata creation was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "failedImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ],
+  "successImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ]
+}
+            },
+            "description" : "If Business Metadata creation was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "failedImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ],
+  "successImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ]
+}
+            },
+            "description" : "If Business Metadata definition has invalid or missing information"
+          },
+          "409" : {
+            "examples" : {
+              "application/json" : {
+  "failedImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ],
+  "successImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ]
+}
+            },
+            "description" : "If Business Metadata already exists (duplicate qualifiedName)"
+          }
+        }
+      }
+    },
+    "\/v2/entity/businessmetadata/import/template" : {
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Get the sample Template for uploading/creating bulk BusinessMetaData",
+        "operationId" : "produceTemplate",
+        "produces" : [ "application/octet-stream" ],
+        "parameters" : [
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "Template File",
+"type" : "file"
+            },
+            "description" : "Template File"
+          },
+          "400" : {
+            "description" : "If the provided fileType is not supported"
+          }
+        }
+      }
+    },
+    "\/v2/entity/guid/{guid}" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Delete an entity identified by its GUID.",
+        "operationId" : "deleteByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "GUID for the entity"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "schema" : {
+"$ref" : "#/definitions/EntityMutationResponse",
+"description" : "EntityMutationResponse"
+            },
+            "examples" : {
+              "application/json" : {
+  "guidAssignments" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "mutatedEntities" : {
+    "property1" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ]
+  },
+  "partialUpdatedEntities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ]
+}
+            },
+            "description" : "EntityMutationResponse"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Fetch complete definition of an entity given its GUID.",
+        "operationId" : "getById",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "GUID for the entity"
+          },
+          {
+            "name" : "ignoreRelationships",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "minExtInfo",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityWithExtInfo",
+"description" : "AtlasEntity"
+            },
+            "examples" : {
+              "application/json" : {
+  "entity" : {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "DELETED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "referredEntities" : {
+    "property1" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "ACTIVE",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "PURGED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+}
+            },
+            "description" : "AtlasEntity"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Entity Partial Update - Add/Update entity attribute identified by its GUID.\nSupports only uprimitive attribute type and entity references.\ndoes not support updation of complex types like arrays, maps\nNull updates are not possible",
+        "operationId" : "partialUpdateEntityAttrByGuid",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "name",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "file"
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "schema" : {
+"$ref" : "#/definitions/EntityMutationResponse",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "guidAssignments" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "mutatedEntities" : {
+    "property1" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ]
+  },
+  "partialUpdatedEntities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ]
+}
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/entity/guid/{guid}/businessmetadata" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "removeBusinessAttributes",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "addOrUpdateBusinessAttributes",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "isOverwrite",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/entity/guid/{guid}/businessmetadata/{bmName}" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "removeBusinessAttributes",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "bmName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "addOrUpdateBusinessAttributes",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "bmName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "object"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/entity/guid/{guid}/classification/{classificationName}" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Deletes a given classification from an existing entity represented by a guid.",
+        "operationId" : "deleteClassification",
+        "parameters" : [
+          {
+            "name" : "classificationName",
+            "in" : "path",
+            "type" : "string",
+            "description" : "name of the classifcation"
+          },
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "globally unique identifier for the entity"
+          },
+          {
+            "name" : "associatedEntityGuid",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Gets the list of classifications for a given entity represented by a guid.",
+        "operationId" : "getClassification",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "classificationName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "globally unique identifier for the entity"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasClassification",
+"description" : "classification for the given entity guid"
+            },
+            "examples" : {
+              "application/json" : {
+  "entityGuid" : "...",
+  "entityStatus" : "ACTIVE",
+  "propagate" : true,
+  "removePropagationsOnEntityDelete" : true,
+  "validityPeriods" : [ {
+    "endTime" : "...",
+    "startTime" : "...",
+    "timeZone" : "..."
+  }, {
+    "endTime" : "...",
+    "startTime" : "...",
+    "timeZone" : "..."
+  } ],
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+}
+            },
+            "description" : "classification for the given entity guid"
+          }
+        }
+      }
+    },
+    "\/v2/entity/guid/{guid}/classifications" : {
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Gets the list of classifications for a given entity represented by a guid.",
+        "operationId" : "getClassifications",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "globally unique identifier for the entity"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasClassifications",
+"description" : "a list of classifications for the given entity guid"
+            },
+            "examples" : {
+              "application/json" : {
+  "list" : [ { }, { } ],
+  "pageSize" : 12345,
+  "sortBy" : "...",
+  "sortType" : "ASC",
+  "startIndex" : 12345,
+  "totalCount" : 12345
+}
+            },
+            "description" : "a list of classifications for the given entity guid"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Adds classifications to an existing entity represented by a guid.",
+        "operationId" : "addClassifications",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "globally unique identifier for the entity"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Updates classifications to an existing entity represented by a guid.",
+        "operationId" : "updateClassifications",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "globally unique identifier for the entity"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/entity/guid/{guid}/header" : {
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Get entity header given its GUID.",
+        "operationId" : "getHeaderById",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "GUID for the entity"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityHeader",
+"description" : "AtlasEntity"
+            },
+            "examples" : {
+              "application/json" : {
+  "classificationNames" : [ "...", "..." ],
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "displayText" : "...",
+  "guid" : "...",
+  "isIncomplete" : true,
+  "labels" : [ "...", "..." ],
+  "meaningNames" : [ "...", "..." ],
+  "meanings" : [ {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "IMPORTED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "status" : "ACTIVE",
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+}
+            },
+            "description" : "AtlasEntity"
+          }
+        }
+      }
+    },
+    "\/v2/entity/guid/{guid}/labels" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "delete given labels to a given entity",
+        "operationId" : "removeLabels",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "- Unique entity identifier"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Set labels to a given entity",
+        "operationId" : "setLabels",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "- Unique entity identifier"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "- set of labels to be set to the entity",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "description" : "- set of labels to be set to the entity"
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "add given labels to a given entity",
+        "operationId" : "addLabels",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "- Unique entity identifier"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/entity/uniqueAttribute/type/{typeName}" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Delete an entity identified by its type and unique attributes.\n\nIn addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format\n\nattr:<attrName>=<attrValue>\n\nNOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName\n\nThe REST request would look something like this\n\nDELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue",
+        "operationId" : "deleteByUniqueAttribute",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : "- entity type to be deleted"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "schema" : {
+"$ref" : "#/definitions/EntityMutationResponse",
+"description" : "EntityMutationResponse"
+            },
+            "examples" : {
+              "application/json" : {
+  "guidAssignments" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "mutatedEntities" : {
+    "property1" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ]
+  },
+  "partialUpdatedEntities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ]
+}
+            },
+            "description" : "EntityMutationResponse"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Fetch complete definition of an entity given its type and unique attribute.\n\nIn addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format\n\nattr:<attrName>=<attrValue>\n\nNOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName\n\nThe REST request would look something like this\n\nGET /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue",
+        "operationId" : "getByUniqueAttributes",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "ignoreRelationships",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "minExtInfo",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityWithExtInfo",
+"description" : "AtlasEntityWithExtInfo"
+            },
+            "examples" : {
+              "application/json" : {
+  "entity" : {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "ACTIVE",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "referredEntities" : {
+    "property1" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "PURGED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "businessAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "createTime" : 12345,
+      "createdBy" : "...",
+      "customAttributes" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "guid" : "...",
+      "homeId" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "pendingTasks" : [ "...", "..." ],
+      "provenanceType" : 12345,
+      "proxy" : true,
+      "relationshipAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "status" : "PURGED",
+      "updateTime" : 12345,
+      "updatedBy" : "...",
+      "version" : 12345,
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  }
+}
+            },
+            "description" : "AtlasEntityWithExtInfo"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Entity Partial Update - Allows a subset of attributes to be updated on\nan entity which is identified by its type and unique attribute  eg: Referenceable.qualifiedName.\nNull updates are not possible\n\nIn addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format\n\nattr:<attrName>=<attrValue>\n\nNOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName\n\nThe REST request would look something like this\n\nPUT /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue",
+        "operationId" : "partialUpdateEntityByUniqueAttrs",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityWithExtInfo",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "schema" : {
+"$ref" : "#/definitions/EntityMutationResponse",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "guidAssignments" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "mutatedEntities" : {
+    "property1" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ]
+  },
+  "partialUpdatedEntities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ]
+}
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Deletes a given classification from an entity identified by its type and unique attributes.",
+        "operationId" : "deleteClassificationByUniqueAttribute",
+        "parameters" : [
+          {
+            "name" : "classificationName",
+            "in" : "path",
+            "type" : "string",
+            "description" : "name of the classification"
+          },
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/entity/uniqueAttribute/type/{typeName}/classifications" : {
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Adds classification to the entity identified by its type and unique attributes.",
+        "operationId" : "addClassificationsByUniqueAttribute",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Updates classification on an entity identified by its type and unique attributes.",
+        "operationId" : "updateClassificationsByUniqueAttribute",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasClassification"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/entity/uniqueAttribute/type/{typeName}/header" : {
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "description" : "Fetch AtlasEntityHeader given its type and unique attribute.\n\nIn addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format\n\nattr:<attrName>=<attrValue>\n\nNOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName\n\nThe REST request would look something like this\n\nGET /v2/entity/uniqueAttribute/type/aType/header?attr:aTypeAttribute=someValue",
+        "operationId" : "getEntityHeaderByUniqueAttributes",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityHeader",
+"description" : "AtlasEntityHeader"
+            },
+            "examples" : {
+              "application/json" : {
+  "classificationNames" : [ "...", "..." ],
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "displayText" : "...",
+  "guid" : "...",
+  "isIncomplete" : true,
+  "labels" : [ "...", "..." ],
+  "meaningNames" : [ "...", "..." ],
+  "meanings" : [ {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "confidence" : 12345,
+    "createdBy" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "PROPOSED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "status" : "PURGED",
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+}
+            },
+            "description" : "AtlasEntityHeader"
+          }
+        }
+      }
+    },
+    "\/v2/entity/uniqueAttribute/type/{typeName}/labels" : {
+      "delete" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "removeLabels",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "setLabels",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "addLabels",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "type" : "string"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/entity/{guid}/audit" : {
+      "get" : {
+        "tags" : [ "EntityREST" ],
+        "operationId" : "getAuditEvents",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "auditAction",
+            "in" : "query",
+            "type" : "string",
+            "enum" : ["BUSINESS_ATTRIBUTE_UPDATE", "CLASSIFICATION_ADD", "CLASSIFICATION_DELETE", "CLASSIFICATION_UPDATE", "CUSTOM_ATTRIBUTE_UPDATE", "ENTITY_CREATE", "ENTITY_DELETE", "ENTITY_IMPORT_CREATE", "ENTITY_IMPORT_DELETE", "ENTITY_IMPORT_UPDATE", "ENTITY_PURGE", "ENTITY_UPDATE", "LABEL_ADD", "LABEL_DELETE", "PROPAGATED_CLASSIFICATION_ADD", "PROPAGATED_CLASSIFICATION_DELETE", "PROPAGATED_CLASSIFICATION_UPDATE", "TERM_ADD", "TERM_DELETE"],
+            "description" : ""
+          },
+          {
+            "name" : "count",
+            "in" : "query",
+            "default" : "100",
+            "type" : "integer",
+            "format" : "int32",
+            "description" : ""
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "integer",
+            "format" : "int32",
+            "description" : ""
+          },
+          {
+            "name" : "sortBy",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "sortOrder",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "startKey",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/EntityAuditEventV2"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "action" : "CLASSIFICATION_DELETE",
+  "details" : "...",
+  "entity" : {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "DELETED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "entityId" : "...",
+  "eventKey" : "...",
+  "timestamp" : 12345,
+  "type" : "ENTITY_AUDIT_V2",
+  "user" : "..."
+} ]
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/glossary" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Retrieve all glossaries registered with Atlas",
+        "operationId" : "getGlossaries",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "offset for pagination purpose"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "Sort order, ASC (default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of existing glossaries fitting the search criteria or empty list if nothing matches",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasGlossary"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "List of existing glossaries fitting the search criteria or empty list if nothing matches"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Create a glossary",
+        "operationId" : "createGlossary",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossary",
+"description" : "Glossary definition, terms & categories can be anchored to a glossary\nusing the anchor attribute when creating the Term/Category"
+            },
+            "description" : "Glossary definition, terms & categories can be anchored to a glossary\nusing the anchor attribute when creating the Term/Category"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossary",
+"description" : "If glossary creation was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary creation was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary definition has invalid or missing information"
+          },
+          "409" : {
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary definition already exists (duplicate qualifiedName)"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/categories" : {
+      "post" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Create glossary category in bulk",
+        "operationId" : "createGlossaryCategories",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "glossary category definitions",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasGlossaryCategory"
+}
+            },
+            "description" : "glossary category definitions"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "If BULK glossary category creation was successful",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasGlossaryCategory"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "If BULK glossary category creation was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : [ {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "If ANY Glossary category definition has invalid or missing information"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/category" : {
+      "post" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Create glossary category",
+        "operationId" : "createGlossaryCategory",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryCategory",
+"description" : "glossary category definition, a category must be anchored to a Glossary when creating\nOptionally, terms belonging to the category and the hierarchy can also be defined during creation"
+            },
+            "description" : "glossary category definition, a category must be anchored to a Glossary when creating\nOptionally, terms belonging to the category and the hierarchy can also be defined during creation"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryCategory",
+"description" : "If glossary category creation was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary category creation was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary category definition has invalid or missing information"
+          },
+          "409" : {
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary category already exists (duplicate qualifiedName)"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/category/{categoryGuid}" : {
+      "delete" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Delete a glossary category",
+        "operationId" : "deleteGlossaryCategory",
+        "parameters" : [
+          {
+            "name" : "categoryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary category"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "If glossary category delete was successful"
+          },
+          "404" : {
+            "description" : "If glossary category guid in invalid"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get specific glossary category",
+        "operationId" : "getGlossaryCategory",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "categoryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary category"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryCategory",
+"description" : "If glossary category exists for given GUID"
+            },
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary category exists for given GUID"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary category GUID is invalid"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Update the given glossary category",
+        "operationId" : "updateGlossaryCategory",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "categoryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary category"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryCategory",
+"description" : "updated glossary category"
+            },
+            "description" : "updated glossary category"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryCategory",
+"description" : "If glossary category partial update was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary category partial update was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary category definition has invalid or missing information"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary category guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/category/{categoryGuid}/partial" : {
+      "put" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Partially update the glossary category",
+        "operationId" : "partialUpdateGlossaryCategory",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "categoryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "Map containing keys as attribute names and values as corresponding attribute values",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "description" : "Map containing keys as attribute names and values as corresponding attribute values"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryCategory",
+"description" : "If glossary category partial update was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary category partial update was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If category attributes are invalid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary category guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/category/{categoryGuid}/related" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get all related categories (parent and children)",
+        "operationId" : "getRelatedCategories",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "categoryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary category"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "offset for pagination purpose"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "ASC (default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of related categories",
+"type" : "object",
+"additionalProperties" : {
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedCategoryHeader"
+}
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "..." : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }
+} ]
+            },
+            "description" : "List of related categories"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/category/{categoryGuid}/terms" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get all terms associated with the specific category",
+        "operationId" : "getCategoryTerms",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "categoryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary category"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "offset for pagination purpose"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "ASC (default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of terms for the given category or an empty list",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "description" : "...",
+  "displayText" : "...",
+  "expression" : "...",
+  "qualifiedName" : "...",
+  "relationGuid" : "...",
+  "source" : "...",
+  "status" : "OTHER",
+  "steward" : "...",
+  "termGuid" : "..."
+} ]
+            },
+            "description" : "List of terms for the given category or an empty list"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : [ {
+  "description" : "...",
+  "displayText" : "...",
+  "expression" : "...",
+  "qualifiedName" : "...",
+  "relationGuid" : "...",
+  "source" : "...",
+  "status" : "DEPRECATED",
+  "steward" : "...",
+  "termGuid" : "..."
+} ]
+            },
+            "description" : "If glossary category guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/import" : {
+      "post" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Upload glossary file for creating AtlasGlossaryTerms in bulk",
+        "operationId" : "importGlossaryData",
+        "consumes" : [ "multipart/form-data" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "fileDetail",
+            "in" : "formData",
+            "type" : "file",
+            "description" : "FormDataContentDisposition metadata of file"
+          },
+          {
+            "name" : "inputStream",
+            "in" : "formData",
+            "type" : "file",
+            "description" : "InputStream of file"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "type" : "file",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/BulkImportResponse",
+"description" : "If glossary term creation was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "failedImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ],
+  "successImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ]
+}
+            },
+            "description" : "If glossary term creation was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "failedImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ],
+  "successImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ]
+}
+            },
+            "description" : "If Glossary term definition has invalid or missing information"
+          },
+          "409" : {
+            "examples" : {
+              "application/json" : {
+  "failedImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ],
+  "successImportInfoList" : [ {
+    "childObjectName" : "...",
+    "importStatus" : "FAILED",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  }, {
+    "childObjectName" : "...",
+    "importStatus" : "SUCCESS",
+    "parentObjectName" : "...",
+    "remarks" : "..."
+  } ]
+}
+            },
+            "description" : "If Glossary term already exists (duplicate qualifiedName)"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/import/template" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get sample template for uploading/creating bulk AtlasGlossaryTerm",
+        "operationId" : "produceTemplate2",
+        "produces" : [ "application/octet-stream" ],
+        "parameters" : [
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "Template File",
+"type" : "file"
+            },
+            "description" : "Template File"
+          },
+          "400" : {
+            "description" : "If the provided fileType is not supported"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/term" : {
+      "post" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Create a glossary term",
+        "operationId" : "createGlossaryTerm",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryTerm",
+"description" : "Glossary term definition, a term must be anchored to a Glossary at the time of creation\noptionally it can be categorized as well"
+            },
+            "description" : "Glossary term definition, a term must be anchored to a Glossary at the time of creation\noptionally it can be categorized as well"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryTerm",
+"description" : "If glossary term creation was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DRAFT"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary term creation was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OBSOLETE"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary term definition has invalid or missing information"
+          },
+          "409" : {
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DRAFT"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DRAFT"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary term already exists (duplicate qualifiedName)"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/term/{termGuid}" : {
+      "delete" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Delete a glossary term",
+        "operationId" : "deleteGlossaryTerm",
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "If glossary term delete was successful"
+          },
+          "404" : {
+            "description" : "If glossary term guid in invalid"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get specific glossary term",
+        "operationId" : "getGlossaryTerm",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryTerm",
+"description" : "If glossary term exists for given GUID"
+            },
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OBSOLETE"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary term exists for given GUID"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OTHER"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary term GUID is invalid"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Update the given glossary term",
+        "operationId" : "updateGlossaryTerm",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryTerm",
+"description" : "updated glossary term"
+            },
+            "description" : "updated glossary term"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryTerm",
+"description" : "If glossary term update was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OBSOLETE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OTHER"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary term update was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DRAFT"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary temr definition has invalid or missing information"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OTHER"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary term guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/term/{termGuid}/partial" : {
+      "put" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Partially update the glossary term",
+        "operationId" : "partialUpdateGlossaryTerm",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "Map containing keys as attribute names and values as corresponding attribute values",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "description" : "Map containing keys as attribute names and values as corresponding attribute values"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryTerm",
+"description" : "If glossary partial update was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OTHER"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DEPRECATED"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary partial update was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DEPRECATED"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OTHER"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If partial attributes are invalid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DRAFT"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DRAFT"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary term guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/terms" : {
+      "post" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Create glossary terms in bulk",
+        "operationId" : "createGlossaryTerms",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "glossary term definitions",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasGlossaryTerm"
+}
+            },
+            "description" : "glossary term definitions"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "If Bulk glossary terms creation was successful",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasGlossaryTerm"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DEPRECATED"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OBSOLETE"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "If Bulk glossary terms creation was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : [ {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DEPRECATED"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "If any glossary term definition has invalid or missing information"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/terms/{termGuid}/assignedEntities" : {
+      "delete" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Remove the term assignment for the given list of entity headers",
+        "operationId" : "removeTermAssignmentFromEntities",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "Glossary term GUID"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "List of related entity IDs from which the term has to be dissociated",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedObjectId"
+}
+            },
+            "description" : "List of related entity IDs from which the term has to be dissociated"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "If glossary term dissociation was successful"
+          },
+          "400" : {
+            "description" : "If ANY of the entity header is invalid"
+          },
+          "404" : {
+            "description" : "If glossary term guid in invalid"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get all entity headers assigned with the specified term",
+        "operationId" : "getEntitiesAssignedWithTerm",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "GUID of the term"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "offset for pagination purpose"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "ASC (default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of entity headers (if any) for the given glossary or an empty list",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedObjectId"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "displayText" : "...",
+  "entityStatus" : "PURGED",
+  "qualifiedName" : "...",
+  "relationshipAttributes" : {
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "relationshipGuid" : "...",
+  "relationshipStatus" : "ACTIVE",
+  "relationshipType" : "...",
+  "guid" : "...",
+  "typeName" : "...",
+  "uniqueAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  }
+} ]
+            },
+            "description" : "List of entity headers (if any) for the given glossary or an empty list"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : [ {
+  "displayText" : "...",
+  "entityStatus" : "ACTIVE",
+  "qualifiedName" : "...",
+  "relationshipAttributes" : {
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  },
+  "relationshipGuid" : "...",
+  "relationshipStatus" : "DELETED",
+  "relationshipType" : "...",
+  "guid" : "...",
+  "typeName" : "...",
+  "uniqueAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  }
+} ]
+            },
+            "description" : "If glossary term guid in invalid"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Assign the given term to the provided list of entity headers",
+        "operationId" : "assignTermToEntities",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "Glossary term GUID"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "Related Entity IDs to which the term has to be associated",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedObjectId"
+}
+            },
+            "description" : "Related Entity IDs to which the term has to be associated"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "If the term assignment was successful"
+          },
+          "400" : {
+            "description" : "If ANY of the entity header is invalid"
+          },
+          "404" : {
+            "description" : "If glossary guid in invalid"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Remove the term assignment for the given list of entity headers",
+        "operationId" : "disassociateTermAssignmentFromEntities",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "Glossary term GUID"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "List of related entity IDs from which the term has to be dissociated",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedObjectId"
+}
+            },
+            "description" : "List of related entity IDs from which the term has to be dissociated"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "If glossary term dissociation was successful"
+          },
+          "400" : {
+            "description" : "If ANY of the entity header is invalid"
+          },
+          "404" : {
+            "description" : "If glossary term guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/terms/{termGuid}/related" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get all related terms for a specific term",
+        "operationId" : "getRelatedTerms",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "termGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "offset for pagination purpose"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "ASC (default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of related glossary terms for the given glossary or an empty list",
+"type" : "object",
+"additionalProperties" : {
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "..." : {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }
+} ]
+            },
+            "description" : "List of related glossary terms for the given glossary or an empty list"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : [ {
+  "..." : {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }
+} ]
+            },
+            "description" : "If glossary term guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/{glossaryGuid}" : {
+      "delete" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Delete a glossary",
+        "operationId" : "deleteGlossary",
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "If glossary delete was successful"
+          },
+          "404" : {
+            "description" : "If glossary guid in invalid"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get a specific Glossary",
+        "operationId" : "getGlossary",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique glossary identifier"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossary",
+"description" : "If glossary with given guid exists"
+            },
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary with given guid exists"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary GUID is invalid"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Update the given glossary",
+        "operationId" : "updateGlossary",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossary",
+"description" : "Updated glossary definition"
+            },
+            "description" : "Updated glossary definition"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossary",
+"description" : "If glossary update was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary update was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If Glossary definition has invalid or missing information"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/{glossaryGuid}/categories" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get the categories belonging to a specific glossary",
+        "operationId" : "getGlossaryCategories",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "offset for pagination purpose"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "ASC (default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of glossary categories for the given glossary or an empty list",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasGlossaryCategory"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "List of glossary categories for the given glossary or an empty list"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : [ {
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "childrenCategories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "parentCategory" : {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "If glossary guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/{glossaryGuid}/categories/headers" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get the categories belonging to a specific glossary",
+        "operationId" : "getGlossaryCategoriesHeaders",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "offset for pagination purpose"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "ASC (default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of glossary categories for the given glossary or an empty list",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedCategoryHeader"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "categoryGuid" : "...",
+  "description" : "...",
+  "displayText" : "...",
+  "parentCategoryGuid" : "...",
+  "relationGuid" : "..."
+} ]
+            },
+            "description" : "List of glossary categories for the given glossary or an empty list"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : [ {
+  "categoryGuid" : "...",
+  "description" : "...",
+  "displayText" : "...",
+  "parentCategoryGuid" : "...",
+  "relationGuid" : "..."
+} ]
+            },
+            "description" : "If glossary guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/{glossaryGuid}/detailed" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get a specific Glossary",
+        "operationId" : "getDetailedGlossary",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique glossary identifier"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossaryExtInfo",
+"description" : "If glossary exists for given GUID"
+            },
+            "examples" : {
+              "application/json" : {
+  "categoryInfo" : {
+    "property1" : {
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "childrenCategories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      } ],
+      "parentCategory" : {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "terms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    },
+    "property2" : {
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "childrenCategories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      } ],
+      "parentCategory" : {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "terms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    }
+  },
+  "termInfo" : {
+    "property1" : {
+      "abbreviation" : "...",
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "antonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "assignedEntities" : [ {
+        "displayText" : "...",
+        "entityStatus" : "DELETED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "DELETED",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      }, {
+        "displayText" : "...",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "DELETED",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      } ],
+      "categories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "OBSOLETE"
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "OBSOLETE"
+      } ],
+      "classifies" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "examples" : [ "...", "..." ],
+      "glossaryTermHeader" : {
+        "qualifiedName" : "...",
+        "termGuid" : "..."
+      },
+      "isA" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacementTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "seeAlso" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "usage" : "...",
+      "validValues" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "validValuesFor" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    },
+    "property2" : {
+      "abbreviation" : "...",
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "antonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "assignedEntities" : [ {
+        "displayText" : "...",
+        "entityStatus" : "ACTIVE",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      }, {
+        "displayText" : "...",
+        "entityStatus" : "DELETED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      } ],
+      "categories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "ACTIVE"
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "DRAFT"
+      } ],
+      "classifies" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "examples" : [ "...", "..." ],
+      "glossaryTermHeader" : {
+        "qualifiedName" : "...",
+        "termGuid" : "..."
+      },
+      "isA" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacementTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "seeAlso" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "usage" : "...",
+      "validValues" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "validValuesFor" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    }
+  },
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary exists for given GUID"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "categoryInfo" : {
+    "property1" : {
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "childrenCategories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      } ],
+      "parentCategory" : {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "terms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    },
+    "property2" : {
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "childrenCategories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      } ],
+      "parentCategory" : {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "parentCategoryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "terms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    }
+  },
+  "termInfo" : {
+    "property1" : {
+      "abbreviation" : "...",
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "antonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "assignedEntities" : [ {
+        "displayText" : "...",
+        "entityStatus" : "DELETED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      }, {
+        "displayText" : "...",
+        "entityStatus" : "ACTIVE",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      } ],
+      "categories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "DEPRECATED"
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "DEPRECATED"
+      } ],
+      "classifies" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "examples" : [ "...", "..." ],
+      "glossaryTermHeader" : {
+        "qualifiedName" : "...",
+        "termGuid" : "..."
+      },
+      "isA" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacementTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "seeAlso" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "usage" : "...",
+      "validValues" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "validValuesFor" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    },
+    "property2" : {
+      "abbreviation" : "...",
+      "anchor" : {
+        "displayText" : "...",
+        "glossaryGuid" : "...",
+        "relationGuid" : "..."
+      },
+      "antonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "assignedEntities" : [ {
+        "displayText" : "...",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      }, {
+        "displayText" : "...",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
+        "relationshipAttributes" : { },
+        "relationshipGuid" : "...",
+        "relationshipStatus" : "ACTIVE",
+        "relationshipType" : "...",
+        "guid" : "...",
+        "typeName" : "...",
+        "uniqueAttributes" : {
+          "property1" : { },
+          "property2" : { }
+        }
+      } ],
+      "categories" : [ {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "DEPRECATED"
+      }, {
+        "categoryGuid" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "relationGuid" : "...",
+        "status" : "ACTIVE"
+      } ],
+      "classifies" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "examples" : [ "...", "..." ],
+      "glossaryTermHeader" : {
+        "qualifiedName" : "...",
+        "termGuid" : "..."
+      },
+      "isA" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacementTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "seeAlso" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "usage" : "...",
+      "validValues" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "validValuesFor" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "additionalAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "longDescription" : "...",
+      "name" : "...",
+      "qualifiedName" : "...",
+      "shortDescription" : "...",
+      "guid" : "..."
+    }
+  },
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary GUID is invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/{glossaryGuid}/partial" : {
+      "put" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Partially update the glossary",
+        "operationId" : "partialUpdateGlossary",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary term"
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "Map containing keys as attribute names and values as corresponding attribute values",
+"type" : "object",
+"additionalProperties" : {
+  "type" : "string"
+}
+            },
+            "description" : "Map containing keys as attribute names and values as corresponding attribute values"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasGlossary",
+"description" : "If glossary partial update was successful"
+            },
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary partial update was successful"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If partial update parameters are invalid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "parentCategoryGuid" : "...",
+    "relationGuid" : "..."
+  } ],
+  "language" : "...",
+  "terms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "If glossary guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/{glossaryGuid}/terms" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get terms belonging to a specific glossary",
+        "operationId" : "getGlossaryTerms",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "starting offset for loading terms"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "ASC(default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of glossary terms for the given glossary or an empty list",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasGlossaryTerm"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OBSOLETE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "DEPRECATED"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "List of glossary terms for the given glossary or an empty list"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : [ {
+  "abbreviation" : "...",
+  "anchor" : {
+    "displayText" : "...",
+    "glossaryGuid" : "...",
+    "relationGuid" : "..."
+  },
+  "antonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "assignedEntities" : [ {
+    "displayText" : "...",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "ACTIVE",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  } ],
+  "categories" : [ {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "ACTIVE"
+  }, {
+    "categoryGuid" : "...",
+    "description" : "...",
+    "displayText" : "...",
+    "relationGuid" : "...",
+    "status" : "OBSOLETE"
+  } ],
+  "classifies" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "examples" : [ "...", "..." ],
+  "glossaryTermHeader" : {
+    "qualifiedName" : "...",
+    "termGuid" : "..."
+  },
+  "isA" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "additionalAttributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "classifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "longDescription" : "...",
+  "name" : "...",
+  "qualifiedName" : "...",
+  "shortDescription" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "If glossary guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/glossary/{glossaryGuid}/terms/headers" : {
+      "get" : {
+        "tags" : [ "GlossaryREST" ],
+        "description" : "Get term headers belonging to a specific glossary",
+        "operationId" : "getGlossaryTermHeaders",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "glossaryGuid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "unique identifier for glossary"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "default" : "-1",
+            "type" : "string",
+            "description" : "page size - by default there is no paging"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "default" : "0",
+            "type" : "string",
+            "description" : "starting offset for loading terms"
+          },
+          {
+            "name" : "sort",
+            "in" : "query",
+            "default" : "ASC",
+            "type" : "string",
+            "description" : "ASC(default) or DESC"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "List of glossary terms for the given glossary or an empty list",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelatedTermHeader"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "description" : "...",
+  "displayText" : "...",
+  "expression" : "...",
+  "qualifiedName" : "...",
+  "relationGuid" : "...",
+  "source" : "...",
+  "status" : "OTHER",
+  "steward" : "...",
+  "termGuid" : "..."
+} ]
+            },
+            "description" : "List of glossary terms for the given glossary or an empty list"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : [ {
+  "description" : "...",
+  "displayText" : "...",
+  "expression" : "...",
+  "qualifiedName" : "...",
+  "relationGuid" : "...",
+  "source" : "...",
+  "status" : "OBSOLETE",
+  "steward" : "...",
+  "termGuid" : "..."
+} ]
+            },
+            "description" : "If glossary guid in invalid"
+          }
+        }
+      }
+    },
+    "\/v2/lineage/uniqueAttribute/type/{typeName}" : {
+      "get" : {
+        "tags" : [ "LineageREST" ],
+        "description" : "Returns lineage info about entity.\n\nIn addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format\n\nattr:<attrName>=<attrValue>\n\nNOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName",
+        "operationId" : "getLineageByUniqueAttribute",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : "- typeName of entity"
+          },
+          {
+            "name" : "depth",
+            "in" : "query",
+            "default" : "3",
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "- number of hops for lineage"
+          },
+          {
+            "name" : "direction",
+            "in" : "query",
+            "default" : "BOTH",
+            "type" : "string",
+            "enum" : ["BOTH", "INPUT", "OUTPUT"],
+            "description" : "- input, output or both"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasLineageInfo",
+"description" : "If Lineage exists for the given entity"
+            },
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If Lineage exists for the given entity"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "BOTH",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "Bad query parameters"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If no lineage is found for the given entity"
+          }
+        }
+      }
+    },
+    "\/v2/lineage/{guid}" : {
+      "get" : {
+        "tags" : [ "LineageREST" ],
+        "description" : "Returns lineage info about entity.",
+        "operationId" : "getLineageGraph",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "- unique entity id"
+          },
+          {
+            "name" : "depth",
+            "in" : "query",
+            "default" : "3",
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "- number of hops for lineage"
+          },
+          {
+            "name" : "direction",
+            "in" : "query",
+            "default" : "BOTH",
+            "type" : "string",
+            "enum" : ["BOTH", "INPUT", "OUTPUT"],
+            "description" : "- input, output or both"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasLineageInfo",
+"description" : "If Lineage exists for the given entity"
+            },
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If Lineage exists for the given entity"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "BOTH",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "Bad query parameters"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If no lineage is found for the given entity"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "LineageREST" ],
+        "description" : "Returns lineage info about entity.",
+        "operationId" : "getLineageGraph2",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/LineageOnDemandConstraints"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasLineageInfo",
+"description" : "If Lineage exists for the given entity"
+            },
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If Lineage exists for the given entity"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "INPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "Bad query parameters"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "INPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If no lineage is found for the given entity"
+          }
+        }
+      }
+    },
+    "\/v2/relationship" : {
+      "post" : {
+        "tags" : [ "RelationshipREST" ],
+        "description" : "Create a new relationship between entities.",
+        "operationId" : "create",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasRelationship",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasRelationship",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "blockedPropagatedClassifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "end1" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "end2" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "guid" : "...",
+  "homeId" : "...",
+  "label" : "...",
+  "propagateTags" : "ONE_TO_TWO",
+  "propagatedClassifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "DELETED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "provenanceType" : 12345,
+  "status" : "ACTIVE",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345,
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+}
+            },
+            "description" : ""
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "RelationshipREST" ],
+        "description" : "Update an existing relationship between entities.",
+        "operationId" : "update",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasRelationship",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasRelationship",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "blockedPropagatedClassifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "end1" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "end2" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "guid" : "...",
+  "homeId" : "...",
+  "label" : "...",
+  "propagateTags" : "NONE",
+  "propagatedClassifications" : [ {
+    "entityGuid" : "...",
+    "entityStatus" : "ACTIVE",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "entityGuid" : "...",
+    "entityStatus" : "PURGED",
+    "propagate" : true,
+    "removePropagationsOnEntityDelete" : true,
+    "validityPeriods" : [ {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    }, {
+      "endTime" : "...",
+      "startTime" : "...",
+      "timeZone" : "..."
+    } ],
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "provenanceType" : 12345,
+  "status" : "ACTIVE",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345,
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+}
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/relationship/guid/{guid}" : {
+      "delete" : {
+        "tags" : [ "RelationshipREST" ],
+        "description" : "Delete a relationship between entities using guid.",
+        "operationId" : "deleteById",
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "RelationshipREST" ],
+        "description" : "Get relationship information between entities using guid.",
+        "operationId" : "getById2",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "extendedInfo",
+            "in" : "query",
+            "default" : "false",
+            "type" : "boolean",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasRelationshipWithExtInfo",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relationship" : {
+    "blockedPropagatedClassifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "propagatedClassifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "provenanceType" : 12345,
+    "status" : "ACTIVE",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }
+}
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/search/attribute" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Retrieve data for the specified attribute search query",
+        "operationId" : "searchUsingAttribute",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "attrName",
+            "in" : "query",
+            "type" : "string",
+            "description" : "Attribute name"
+          },
+          {
+            "name" : "attrValuePrefix",
+            "in" : "query",
+            "type" : "string",
+            "description" : "Attibute value to search on"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "limit the result set to only include the specified number of entries"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "start offset of the result set (useful for pagination)"
+          },
+          {
+            "name" : "typeName",
+            "in" : "query",
+            "type" : "string",
+            "description" : "limit the result to only entities of specified type or its sub-types"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful FullText lookup with some results, might return an empty list if execution succeeded\nwithout any results"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "DSL",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_NULL"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "ENDS_WITH"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "LIKE"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful FullText lookup with some results, might return an empty list if execution succeeded\nwithout any results"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "FULL_TEXT",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "IS_NULL"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "TIME_RANGE"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "Invalid wildcard or query parameters"
+          }
+        }
+      }
+    },
+    "\/v2/search/basic" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Retrieve data for the specified fulltext query",
+        "operationId" : "searchUsingBasic",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "classification",
+            "in" : "query",
+            "type" : "string",
+            "description" : "limit the result to only entities tagged with the given classification or or its sub-types"
+          },
+          {
+            "name" : "excludeDeletedEntities",
+            "in" : "query",
+            "required" : true,
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "limit the result set to only include the specified number of entries"
+          },
+          {
+            "name" : "marker",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "start offset of the result set (useful for pagination)"
+          },
+          {
+            "name" : "query",
+            "in" : "query",
+            "type" : "string",
+            "description" : "Fulltext query"
+          },
+          {
+            "name" : "sortBy",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "sortOrder",
+            "in" : "query",
+            "type" : "string",
+            "enum" : ["ASCENDING", "DESCENDING"],
+            "description" : ""
+          },
+          {
+            "name" : "typeName",
+            "in" : "query",
+            "type" : "string",
+            "description" : "limit the result to only entities of specified type or its sub-types"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful FullText lookup with some results, might return an empty list if execution succeeded\nwithout any results"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "FULL_TEXT",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "ENDS_WITH"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_EMPTY"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "GTE"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful FullText lookup with some results, might return an empty list if execution succeeded\nwithout any results"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "GREMLIN",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "STARTS_WITH"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_CONTAINS"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_NULL"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "Invalid fulltext or query parameters"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Attribute based search for entities satisfying the search parameters",
+        "operationId" : "searchWithParameters",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/SearchParameters",
+"description" : "Search parameters"
+            },
+            "description" : "Search parameters"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful search"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "GREMLIN",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_NULL"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_EMPTY"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ANY"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful search"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "DSL",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "LT"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "EQ"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "Tag/Entity doesn't exist or Tag/entity filter is present without tag/type name"
+          }
+        }
+      }
+    },
+    "\/v2/search/dsl" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Retrieve data for the specified DSL",
+        "operationId" : "searchUsingDSL",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "classification",
+            "in" : "query",
+            "type" : "string",
+            "description" : "limit the result to only entities tagged with the given classification or or its sub-types"
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "limit the result set to only include the specified number of entries"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "start offset of the result set (useful for pagination)"
+          },
+          {
+            "name" : "query",
+            "in" : "query",
+            "type" : "string",
+            "description" : "DSL query"
+          },
+          {
+            "name" : "typeName",
+            "in" : "query",
+            "type" : "string",
+            "description" : "limit the result to only entities of specified type or its sub-types"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful DSL execution with some results, might return an empty list if execution succeeded\nwithout any results"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "GREMLIN",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_NULL"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "TIME_RANGE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful DSL execution with some results, might return an empty list if execution succeeded\nwithout any results"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "DSL",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ALL"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NEQ"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "Invalid DSL or query parameters"
+          }
+        }
+      }
+    },
+    "\/v2/search/fulltext" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Retrieve data for the specified fulltext query",
+        "operationId" : "searchUsingFullText",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "excludeDeletedEntities",
+            "in" : "query",
+            "required" : true,
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "limit the result set to only include the specified number of entries"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "start offset of the result set (useful for pagination)"
+          },
+          {
+            "name" : "query",
+            "in" : "query",
+            "type" : "string",
+            "description" : "Fulltext query"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful FullText lookup with some results, might return an empty list if execution succeeded\nwithout any results"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "BASIC",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "LTE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "STARTS_WITH"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful FullText lookup with some results, might return an empty list if execution succeeded\nwithout any results"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "BASIC",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "EQ"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NEQ"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "Invalid fulltext or query parameters"
+          }
+        }
+      }
+    },
+    "\/v2/search/quick" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Attribute based search for entities satisfying the search parameters",
+        "operationId" : "quickSearch",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "excludeDeletedEntities",
+            "in" : "query",
+            "required" : true,
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : ""
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : ""
+          },
+          {
+            "name" : "query",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "sortBy",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "sortOrder",
+            "in" : "query",
+            "type" : "string",
+            "enum" : ["ASCENDING", "DESCENDING"],
+            "description" : ""
+          },
+          {
+            "name" : "typeName",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasQuickSearchResult",
+"description" : "On successful search"
+            },
+            "examples" : {
+              "application/json" : {
+  "aggregationMetrics" : {
+    "property1" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ],
+    "property2" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ]
+  },
+  "searchResults" : {
+    "approximateCount" : 12345,
+    "attributes" : {
+      "name" : [ "...", "..." ],
+      "values" : [ [ { }, { } ], [ { }, { } ] ]
+    },
+    "classification" : "...",
+    "entities" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "fullTextResult" : [ {
+      "entity" : { },
+      "score" : 12345.0
+    }, {
+      "entity" : { },
+      "score" : 12345.0
+    } ],
+    "nextMarker" : "...",
+    "queryText" : "...",
+    "queryType" : "BASIC",
+    "referredEntities" : {
+      "property1" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "PURGED",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      },
+      "property2" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "DELETED",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }
+    },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "ONE_TO_TWO",
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "BOTH",
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "searchParameters" : {
+      "attributes" : [ "...", "..." ],
+      "classification" : "...",
+      "entityFilters" : { },
+      "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
+      "includeClassificationAttributes" : true,
+      "includeSubClassifications" : true,
+      "includeSubTypes" : true,
+      "limit" : 12345,
+      "marker" : "...",
+      "offset" : 12345,
+      "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
+      "sortBy" : "...",
+      "sortOrder" : "ASCENDING",
+      "tagFilters" : { },
+      "termName" : "...",
+      "typeName" : "..."
+    },
+    "type" : "..."
+  }
+}
+            },
+            "description" : "On successful search"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "aggregationMetrics" : {
+    "property1" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ],
+    "property2" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ]
+  },
+  "searchResults" : {
+    "approximateCount" : 12345,
+    "attributes" : {
+      "name" : [ "...", "..." ],
+      "values" : [ [ { }, { } ], [ { }, { } ] ]
+    },
+    "classification" : "...",
+    "entities" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "fullTextResult" : [ {
+      "entity" : { },
+      "score" : 12345.0
+    }, {
+      "entity" : { },
+      "score" : 12345.0
+    } ],
+    "nextMarker" : "...",
+    "queryText" : "...",
+    "queryType" : "ATTRIBUTE",
+    "referredEntities" : {
+      "property1" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "DELETED",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      },
+      "property2" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "DELETED",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }
+    },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "TWO_TO_ONE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "TWO_TO_ONE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "searchParameters" : {
+      "attributes" : [ "...", "..." ],
+      "classification" : "...",
+      "entityFilters" : { },
+      "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
+      "includeClassificationAttributes" : true,
+      "includeSubClassifications" : true,
+      "includeSubTypes" : true,
+      "limit" : 12345,
+      "marker" : "...",
+      "offset" : 12345,
+      "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
+      "sortBy" : "...",
+      "sortOrder" : "ASCENDING",
+      "tagFilters" : { },
+      "termName" : "...",
+      "typeName" : "..."
+    },
+    "type" : "..."
+  }
+}
+            },
+            "description" : "Tag/Entity doesn't exist or Tag/entity filter is present without tag/type name"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Attribute based search for entities satisfying the search parameters",
+        "operationId" : "quickSearch2",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/QuickSearchParameters",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasQuickSearchResult",
+"description" : "On successful search"
+            },
+            "examples" : {
+              "application/json" : {
+  "aggregationMetrics" : {
+    "property1" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ],
+    "property2" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ]
+  },
+  "searchResults" : {
+    "approximateCount" : 12345,
+    "attributes" : {
+      "name" : [ "...", "..." ],
+      "values" : [ [ { }, { } ], [ { }, { } ] ]
+    },
+    "classification" : "...",
+    "entities" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "fullTextResult" : [ {
+      "entity" : { },
+      "score" : 12345.0
+    }, {
+      "entity" : { },
+      "score" : 12345.0
+    } ],
+    "nextMarker" : "...",
+    "queryText" : "...",
+    "queryType" : "FULL_TEXT",
+    "referredEntities" : {
+      "property1" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "PURGED",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      },
+      "property2" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "PURGED",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }
+    },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "BOTH",
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "NONE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "searchParameters" : {
+      "attributes" : [ "...", "..." ],
+      "classification" : "...",
+      "entityFilters" : { },
+      "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
+      "includeClassificationAttributes" : true,
+      "includeSubClassifications" : true,
+      "includeSubTypes" : true,
+      "limit" : 12345,
+      "marker" : "...",
+      "offset" : 12345,
+      "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
+      "sortBy" : "...",
+      "sortOrder" : "DESCENDING",
+      "tagFilters" : { },
+      "termName" : "...",
+      "typeName" : "..."
+    },
+    "type" : "..."
+  }
+}
+            },
+            "description" : "On successful search"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "aggregationMetrics" : {
+    "property1" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ],
+    "property2" : [ {
+      "count" : 12345,
+      "name" : "..."
+    }, {
+      "count" : 12345,
+      "name" : "..."
+    } ]
+  },
+  "searchResults" : {
+    "approximateCount" : 12345,
+    "attributes" : {
+      "name" : [ "...", "..." ],
+      "values" : [ [ { }, { } ], [ { }, { } ] ]
+    },
+    "classification" : "...",
+    "entities" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "fullTextResult" : [ {
+      "entity" : { },
+      "score" : 12345.0
+    }, {
+      "entity" : { },
+      "score" : 12345.0
+    } ],
+    "nextMarker" : "...",
+    "queryText" : "...",
+    "queryType" : "GREMLIN",
+    "referredEntities" : {
+      "property1" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "ACTIVE",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      },
+      "property2" : {
+        "classificationNames" : [ "...", "..." ],
+        "classifications" : [ { }, { } ],
+        "displayText" : "...",
+        "guid" : "...",
+        "isIncomplete" : true,
+        "labels" : [ "...", "..." ],
+        "meaningNames" : [ "...", "..." ],
+        "meanings" : [ { }, { } ],
+        "status" : "PURGED",
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }
+    },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "TWO_TO_ONE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "BOTH",
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "searchParameters" : {
+      "attributes" : [ "...", "..." ],
+      "classification" : "...",
+      "entityFilters" : { },
+      "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
+      "includeClassificationAttributes" : true,
+      "includeSubClassifications" : true,
+      "includeSubTypes" : true,
+      "limit" : 12345,
+      "marker" : "...",
+      "offset" : 12345,
+      "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
+      "sortBy" : "...",
+      "sortOrder" : "ASCENDING",
+      "tagFilters" : { },
+      "termName" : "...",
+      "typeName" : "..."
+    },
+    "type" : "..."
+  }
+}
+            },
+            "description" : "Entity/attribute doesn't exist or entity filter is present without type name"
+          }
+        }
+      }
+    },
+    "\/v2/search/relations" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Relationship search to search for relations(edges)",
+        "operationId" : "relationSearch",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "limit",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "limit the result set to only include the specified number of entries"
+          },
+          {
+            "name" : "marker",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "start offset of the result set (useful for pagination)"
+          },
+          {
+            "name" : "relationshipName",
+            "in" : "query",
+            "type" : "string",
+            "description" : "AtlasRelationshipType name"
+          },
+          {
+            "name" : "sortBy",
+            "in" : "query",
+            "type" : "string",
+            "description" : "sort the result using this attribute name, default value is 'name'"
+          },
+          {
+            "name" : "sortOrder",
+            "in" : "query",
+            "type" : "string",
+            "enum" : ["ASCENDING", "DESCENDING"],
+            "description" : "sorting order"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful search"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "RELATIONSHIP",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_EMPTY"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "LIKE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "LIKE"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful search"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Relationship search to search for relations(edges)",
+        "operationId" : "relationSearch2",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/RelationshipSearchParameters",
+"description" : "RelationshipSearchParameters"
+            },
+            "description" : "RelationshipSearchParameters"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful search"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "FULL_TEXT",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ANY"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "IS_NULL"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful search"
+          }
+        }
+      }
+    },
+    "\/v2/search/relationship" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Relationship search to search for related entities satisfying the search parameters",
+        "operationId" : "searchRelatedEntities",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "attributes",
+            "in" : "query",
+            "type" : "array",
+            "items" : {
+            "type" : "string"
+            },
+            "collectionFormat" : "multi",
+            "description" : "set of attributes in search result."
+          },
+          {
+            "name" : "excludeDeletedEntities",
+            "in" : "query",
+            "required" : true,
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "getApproximateCount",
+            "in" : "query",
+            "required" : true,
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "guid",
+            "in" : "query",
+            "type" : "string",
+            "description" : "Attribute name"
+          },
+          {
+            "name" : "includeClassificationAttributes",
+            "in" : "query",
+            "required" : true,
+            "type" : "boolean",
+            "description" : ""
+          },
+          {
+            "name" : "limit",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "limit the result set to only include the specified number of entries"
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "start offset of the result set (useful for pagination)"
+          },
+          {
+            "name" : "relation",
+            "in" : "query",
+            "type" : "string",
+            "description" : "relationName"
+          },
+          {
+            "name" : "sortBy",
+            "in" : "query",
+            "type" : "string",
+            "description" : "sort the result using this attribute name, default value is 'name'"
+          },
+          {
+            "name" : "sortOrder",
+            "in" : "query",
+            "type" : "string",
+            "enum" : ["ASCENDING", "DESCENDING"],
+            "description" : "sorting order"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful search"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "GREMLIN",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "LTE"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "LT"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "ENDS_WITH"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful search"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "RELATIONSHIP",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ALL"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "IN"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "TIME_RANGE"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "guid is not a valid entity type or attributeName is not a valid relationship attribute"
+          }
+        }
+      }
+    },
+    "\/v2/search/saved" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "operationId" : "getSavedSearches",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "user",
+            "in" : "query",
+            "type" : "string",
+            "description" : "User for whom the search is retrieved"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "list of all saved searches for given user",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasUserSavedSearch"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "name" : "...",
+  "ownerName" : "...",
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "IS_NULL"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_NULL"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "searchType" : "BASIC",
+  "uiParameters" : "...",
+  "guid" : "..."
+} ]
+            },
+            "description" : "list of all saved searches for given user"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "DiscoveryREST" ],
+        "operationId" : "addSavedSearch",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasUserSavedSearch",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "201" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasUserSavedSearch",
+"description" : "the saved search-object"
+            },
+            "examples" : {
+              "application/json" : {
+  "name" : "...",
+  "ownerName" : "...",
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "ENDS_WITH"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GTE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "searchType" : "ADVANCED",
+  "uiParameters" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "the saved search-object"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "DiscoveryREST" ],
+        "operationId" : "updateSavedSearch",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasUserSavedSearch",
+"description" : ""
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasUserSavedSearch",
+"description" : "the updated search-object"
+            },
+            "examples" : {
+              "application/json" : {
+  "name" : "...",
+  "ownerName" : "...",
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NEQ"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "LTE"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "searchType" : "BASIC_RELATIONSHIP",
+  "uiParameters" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : "the updated search-object"
+          }
+        }
+      }
+    },
+    "\/v2/search/saved/execute/guid/{guid}" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Attribute based search for entities satisfying the search parameters",
+        "operationId" : "executeSavedSearchByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "Guid identifying saved search"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "Atlas search result"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "GREMLIN",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "LTE"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ALL"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NEQ"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "Atlas search result"
+          }
+        }
+      }
+    },
+    "\/v2/search/saved/execute/{name}" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Attribute based search for entities satisfying the search parameters",
+        "operationId" : "executeSavedSearchByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "name of saved-search"
+          },
+          {
+            "name" : "user",
+            "in" : "query",
+            "type" : "string",
+            "description" : "saved-search owner"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "Atlas search result"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "FULL_TEXT",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GTE"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "GTE"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "Atlas search result"
+          }
+        }
+      }
+    },
+    "\/v2/search/saved/{guid}" : {
+      "delete" : {
+        "tags" : [ "DiscoveryREST" ],
+        "operationId" : "deleteSavedSearch",
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "Name of the saved search"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "Success"
+          }
+        }
+      }
+    },
+    "\/v2/search/saved/{name}" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "operationId" : "getSavedSearch",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "Name of the saved search"
+          },
+          {
+            "name" : "user",
+            "in" : "query",
+            "type" : "string",
+            "description" : "User for whom the search is retrieved"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasUserSavedSearch",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "name" : "...",
+  "ownerName" : "...",
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ALL"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "LIKE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ALL"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "searchType" : "BASIC",
+  "uiParameters" : "...",
+  "guid" : "..."
+}
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/search/suggestions" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "operationId" : "getSuggestions",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "fieldName",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "prefixString",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSuggestionsResult",
+"description" : ""
+            },
+            "examples" : {
+              "application/json" : {
+  "fieldName" : "...",
+  "prefixString" : "...",
+  "suggestions" : [ "...", "..." ]
+}
+            },
+            "description" : ""
+          }
+        }
+      }
+    },
+    "\/v2/types/businessmetadatadef/guid/{guid}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the businessMetadata definition for the given guid",
+        "operationId" : "getBusinessMetadataDefByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "businessMetadata guid"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasBusinessMetadataDef",
+"description" : "On successful lookup of the the businessMetadata definition by it's guid"
+            },
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "RELATIONSHIP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_EVEN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the businessMetadata definition by it's guid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "CLASSIFICATION",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given guid"
+          }
+        }
+      }
+    },
+    "\/v2/types/businessmetadatadef/name/{name}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the businessMetadata definition by it's name (unique)",
+        "operationId" : "getBusinessMetadataDefByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "businessMetadata name"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasBusinessMetadataDef",
+"description" : "On successful lookup of the the businessMetadata definition by it's name"
+            },
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ARRAY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "FLOOR"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the businessMetadata definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENTITY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "DOWN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given name"
+          }
+        }
+      }
+    },
+    "\/v2/types/classificationdef/guid/{guid}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the classification definition for the given guid",
+        "operationId" : "getClassificationDefByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "classification guid"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasClassificationDef",
+"description" : "On successful lookup of the the classification definition by it's guid"
+            },
+            "examples" : {
+              "application/json" : {
+  "entityTypes" : [ "...", "..." ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENTITY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the classification definition by it's guid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "entityTypes" : [ "...", "..." ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "PRIMITIVE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "FLOOR"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given guid"
+          }
+        }
+      }
+    },
+    "\/v2/types/classificationdef/name/{name}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the classification definition by it's name (unique)",
+        "operationId" : "getClassificationDefByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "classification name"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasClassificationDef",
+"description" : "On successful lookup of the the classification definition by it's name"
+            },
+            "examples" : {
+              "application/json" : {
+  "entityTypes" : [ "...", "..." ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "PRIMITIVE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the classification definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "entityTypes" : [ "...", "..." ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "RELATIONSHIP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given name"
+          }
+        }
+      }
+    },
+    "\/v2/types/entitydef/guid/{guid}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the Entity definition for the given guid",
+        "operationId" : "getEntityDefByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "entity guid"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityDef",
+"description" : "On successful lookup of the the entity definition by it's guid"
+            },
+            "examples" : {
+              "application/json" : {
+  "businessAttributeDefs" : {
+    "property1" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ]
+  },
+  "relationshipAttributeDefs" : [ {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "MAP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the entity definition by it's guid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "businessAttributeDefs" : {
+    "property1" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ]
+  },
+  "relationshipAttributeDefs" : [ {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "MAP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given guid"
+          }
+        }
+      }
+    },
+    "\/v2/types/entitydef/name/{name}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the entity definition by it's name (unique)",
+        "operationId" : "getEntityDefByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "entity name"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityDef",
+"description" : "On successful lookup of the the entity definition by it's name"
+            },
+            "examples" : {
+              "application/json" : {
+  "businessAttributeDefs" : {
+    "property1" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ]
+  },
+  "relationshipAttributeDefs" : [ {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "RELATIONSHIP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the entity definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "businessAttributeDefs" : {
+    "property1" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ]
+  },
+  "relationshipAttributeDefs" : [ {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENTITY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "CEILING"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given name"
+          }
+        }
+      }
+    },
+    "\/v2/types/enumdef/guid/{guid}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the enum definition for the given guid",
+        "operationId" : "getEnumDefByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "enum guid"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEnumDef",
+"description" : "On successful lookup of the the enum definition by it's guid"
+            },
+            "examples" : {
+              "application/json" : {
+  "defaultValue" : "...",
+  "elementDefs" : [ {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  }, {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  } ],
+  "category" : "ARRAY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "DOWN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the enum definition by it's guid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "defaultValue" : "...",
+  "elementDefs" : [ {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  }, {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  } ],
+  "category" : "PRIMITIVE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "CEILING"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given guid"
+          }
+        }
+      }
+    },
+    "\/v2/types/enumdef/name/{name}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the enum definition by it's name (unique)",
+        "operationId" : "getEnumDefByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "enum name"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEnumDef",
+"description" : "On successful lookup of the the enum definition by it's name"
+            },
+            "examples" : {
+              "application/json" : {
+  "defaultValue" : "...",
+  "elementDefs" : [ {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  }, {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  } ],
+  "category" : "RELATIONSHIP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the enum definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "defaultValue" : "...",
+  "elementDefs" : [ {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  }, {
+    "description" : "...",
+    "ordinal" : 12345,
+    "value" : "..."
+  } ],
+  "category" : "CLASSIFICATION",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given name"
+          }
+        }
+      }
+    },
+    "\/v2/types/relationshipdef/guid/{guid}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the relationship definition for the given guid",
+        "operationId" : "getRelationshipDefByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "relationship guid"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasRelationshipDef",
+"description" : "On successful lookup of the the relationship definition by it's guid"
+            },
+            "examples" : {
+              "application/json" : {
+  "endDef1" : {
+    "cardinality" : "SET",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "endDef2" : {
+    "cardinality" : "SET",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "propagateTags" : "ONE_TO_TWO",
+  "relationshipCategory" : "ASSOCIATION",
+  "relationshipLabel" : "...",
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "OBJECT_ID_TYPE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_DOWN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the relationship definition by it's guid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "endDef1" : {
+    "cardinality" : "SINGLE",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "endDef2" : {
+    "cardinality" : "LIST",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "propagateTags" : "ONE_TO_TWO",
+  "relationshipCategory" : "AGGREGATION",
+  "relationshipLabel" : "...",
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENTITY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "CEILING"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given guid"
+          }
+        }
+      }
+    },
+    "\/v2/types/relationshipdef/name/{name}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the relationship definition by it's name (unique)",
+        "operationId" : "getRelationshipDefByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "relationship name"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasRelationshipDef",
+"description" : "On successful lookup of the the relationship definition by it's name"
+            },
+            "examples" : {
+              "application/json" : {
+  "endDef1" : {
+    "cardinality" : "SINGLE",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "endDef2" : {
+    "cardinality" : "SET",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "propagateTags" : "NONE",
+  "relationshipCategory" : "AGGREGATION",
+  "relationshipLabel" : "...",
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "RELATIONSHIP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the relationship definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "endDef1" : {
+    "cardinality" : "SET",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "endDef2" : {
+    "cardinality" : "LIST",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "propagateTags" : "TWO_TO_ONE",
+  "relationshipCategory" : "COMPOSITION",
+  "relationshipLabel" : "...",
+  "attributeDefs" : [ {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ARRAY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given name"
+          }
+        }
+      }
+    },
+    "\/v2/types/structdef/guid/{guid}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the struct definition for the given guid",
+        "operationId" : "getStructDefByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "struct guid"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasStructDef",
+"description" : "On successful lookup of the the struct definition by it's guid"
+            },
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENUM",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "CEILING"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the struct definition by it's guid"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "OBJECT_ID_TYPE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given guid"
+          }
+        }
+      }
+    },
+    "\/v2/types/structdef/name/{name}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the struct definition by it's name (unique)",
+        "operationId" : "getStructDefByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "struct name"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasStructDef",
+"description" : "On successful lookup of the the struct definition by it's name"
+            },
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "OBJECT_ID_TYPE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_EVEN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the struct definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENUM",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given name"
+          }
+        }
+      }
+    },
+    "\/v2/types/typedef/guid/{guid}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "operationId" : "getTypeDefByGuid",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : "GUID of the type"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasBaseTypeDef",
+"description" : "Successful lookup"
+            },
+            "examples" : {
+              "application/json" : {
+  "category" : "OBJECT_ID_TYPE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "Successful lookup"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "category" : "CLASSIFICATION",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "Failed lookup"
+          }
+        }
+      }
+    },
+    "\/v2/types/typedef/name/{name}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get type definition by it's name",
+        "operationId" : "getTypeDefByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "Type name"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasBaseTypeDef",
+"description" : "Successful lookup by name"
+            },
+            "examples" : {
+              "application/json" : {
+  "category" : "STRUCT",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "DOWN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "Successful lookup by name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "category" : "OBJECT_ID_TYPE",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "Failed lookup by name"
+          }
+        }
+      }
+    },
+    "\/v2/types/typedef/name/{typeName}" : {
+      "delete" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Delete API for type identified by its name.",
+        "operationId" : "deleteAtlasTypeByName",
+        "parameters" : [
+          {
+            "name" : "typeName",
+            "in" : "path",
+            "type" : "string",
+            "description" : "Name of the type to be deleted."
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "On successful deletion of the requested type definitions"
+          },
+          "400" : {
+            "description" : "On validation failure for any type definitions"
+          }
+        }
+      }
+    },
+    "\/v2/types/typedefs" : {
+      "delete" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Bulk delete API for all types",
+        "operationId" : "deleteAtlasTypeDefs",
+        "consumes" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasTypesDef",
+"description" : "A composite object that captures all types to be deleted"
+            },
+            "description" : "A composite object that captures all types to be deleted"
+          }
+        ],
+        "responses" : {
+          "204" : {
+            "description" : "On successful deletion of the requested type definitions"
+          },
+          "400" : {
+            "description" : "On validation failure for any type definitions"
+          }
+        }
+      },
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Bulk retrieval API for retrieving all type definitions in Atlas",
+        "operationId" : "getAllTypeDefs",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasTypesDef",
+"description" : "AtlasTypesDef with type definitions matching the search criteria or else returns empty list of type definitions"
+            },
+            "examples" : {
+              "application/json" : {
+  "businessMetadataDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "MAP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENTITY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "OBJECT_ID_TYPE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "TWO_TO_ONE",
+    "relationshipCategory" : "ASSOCIATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "endDef1" : {
+      "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "BOTH",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ]
+}
+            },
+            "description" : "AtlasTypesDef with type definitions matching the search criteria or else returns empty list of type definitions"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Bulk create APIs for all atlas type definitions, only new definitions will be created.\nAny changes to the existing definitions will be discarded",
+        "operationId" : "createAtlasTypeDefs",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasTypesDef",
+"description" : "A composite wrapper object with corresponding lists of the type definition"
+            },
+            "description" : "A composite wrapper object with corresponding lists of the type definition"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasTypesDef",
+"description" : "On successful update of requested type definitions"
+            },
+            "examples" : {
+              "application/json" : {
+  "businessMetadataDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "ONE_TO_TWO",
+    "relationshipCategory" : "COMPOSITION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "MAP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "endDef1" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "TWO_TO_ONE",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ]
+}
+            },
+            "description" : "On successful update of requested type definitions"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "businessMetadataDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENTITY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "TWO_TO_ONE",
+    "relationshipCategory" : "COMPOSITION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "OBJECT_ID_TYPE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "endDef1" : {
+      "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "NONE",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "MAP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "OBJECT_ID_TYPE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ]
+}
+            },
+            "description" : "On validation failure for any type definitions"
+          }
+        }
+      },
+      "put" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Bulk update API for all types, changes detected in the type definitions would be persisted",
+        "operationId" : "updateAtlasTypeDefs",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/AtlasTypesDef",
+"description" : "A composite object that captures all type definition changes"
+            },
+            "description" : "A composite object that captures all type definition changes"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasTypesDef",
+"description" : "On successful update of requested type definitions"
+            },
+            "examples" : {
+              "application/json" : {
+  "businessMetadataDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENTITY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "BUSINESS_METADATA",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "ONE_TO_TWO",
+    "relationshipCategory" : "ASSOCIATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "endDef1" : {
+      "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "BOTH",
+    "relationshipCategory" : "COMPOSITION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "BUSINESS_METADATA",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENTITY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ]
+}
+            },
+            "description" : "On successful update of requested type definitions"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "businessMetadataDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "MAP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "MAP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "TWO_TO_ONE",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "endDef1" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "ONE_TO_TWO",
+    "relationshipCategory" : "COMPOSITION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "OBJECT_ID_TYPE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ]
+}
+            },
+            "description" : "On validation failure for any type definitions"
+          }
+        }
+      }
+    },
+    "\/v2/types/typedefs/headers" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Bulk retrieval API for all type definitions returned as a list of minimal information header",
+        "operationId" : "getTypeDefHeaders",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"description" : "Returns a list of AtlasTypeDefHeader matching the search criteria\nor an empty list if no match.",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasTypeDefHeader"
+}
+            },
+            "examples" : {
+              "application/json" : [ {
+  "category" : "BUSINESS_METADATA",
+  "guid" : "...",
+  "name" : "...",
+  "serviceType" : "..."
+} ]
+            },
+            "description" : "Returns a list of AtlasTypeDefHeader matching the search criteria\nor an empty list if no match."
+          }
+        }
+      }
+    }
+  }
+}
diff --git a/2.3.0/api/v2/xml_ns0_PList.html b/2.3.0/api/v2/xml_ns0_PList.html
new file mode 100644
index 0000000..986b16e
--- /dev/null
+++ b/2.3.0/api/v2/xml_ns0_PList.html
@@ -0,0 +1,261 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: PList</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: PList</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_PList.html">PList</a></li>
+        </ol>
+
+      <h1 class="page-header">PList <small>Data Type</small></h1>
+
+      <p>Paginated-list, for returning search results.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-list" class="property-name">list</span>
+</td>
+          <td>  <span class="datatype-reference">list of anyType
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/unbounded
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-pageSize" class="property-name">pageSize</span>
+</td>
+          <td>  <span class="datatype-reference">int
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortType" class="property-name">sortType</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_sortType.html">sortType</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-startIndex" class="property-name">startIndex</span>
+</td>
+          <td>  <span class="datatype-reference">long
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-totalCount" class="property-name">totalCount</span>
+</td>
+          <td>  <span class="datatype-reference">long
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;PList&gt;
+  &lt;list&gt;...&lt;/list&gt;
+  &lt;startIndex&gt;...&lt;/startIndex&gt;
+  &lt;pageSize&gt;...&lt;/pageSize&gt;
+  &lt;totalCount&gt;...&lt;/totalCount&gt;
+  &lt;sortType&gt;...&lt;/sortType&gt;
+  &lt;sortBy&gt;...&lt;/sortBy&gt;
+&lt;/PList&gt;
+</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/xml_ns0_searchFilter.html b/2.3.0/api/v2/xml_ns0_searchFilter.html
new file mode 100644
index 0000000..b6891b3
--- /dev/null
+++ b/2.3.0/api/v2/xml_ns0_searchFilter.html
@@ -0,0 +1,261 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: searchFilter</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: searchFilter</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_searchFilter.html">searchFilter</a></li>
+        </ol>
+
+      <h1 class="page-header">searchFilter <small>Data Type</small></h1>
+
+      <p>Generic filter, to specify search criteria using name/value pairs.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-getCount" class="property-name">getCount</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-maxRows" class="property-name">maxRows</span>
+</td>
+          <td>  <span class="datatype-reference">long
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-params" class="property-name">params</span>
+</td>
+          <td>  <span class="datatype-reference">(custom)
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortType" class="property-name">sortType</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="xml_ns0_sortType.html">sortType</a>
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-startIndex" class="property-name">startIndex</span>
+</td>
+          <td>  <span class="datatype-reference">long
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">1/1
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;searchFilter&gt;
+  &lt;params&gt;...&lt;/params&gt;
+  &lt;startIndex&gt;...&lt;/startIndex&gt;
+  &lt;maxRows&gt;...&lt;/maxRows&gt;
+  &lt;getCount&gt;...&lt;/getCount&gt;
+  &lt;sortBy&gt;...&lt;/sortBy&gt;
+  &lt;sortType&gt;...&lt;/sortType&gt;
+&lt;/searchFilter&gt;
+</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/xml_ns0_sortType.html b/2.3.0/api/v2/xml_ns0_sortType.html
new file mode 100644
index 0000000..864b3e1
--- /dev/null
+++ b/2.3.0/api/v2/xml_ns0_sortType.html
@@ -0,0 +1,134 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: sortType</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: sortType</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li><a href="#NONE"><abbr title="NONE" class="side-abbr"><span class="sideoverflow">NONE</span></abbr></a></li>
+          <li><a href="#ASC"><abbr title="ASC" class="side-abbr"><span class="sideoverflow">ASC</span></abbr></a></li>
+          <li><a href="#DESC"><abbr title="DESC" class="side-abbr"><span class="sideoverflow">DESC</span></abbr></a></li>
+          <li class="divider"></li>
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_sortType.html">sortType</a></li>
+        </ol>
+
+      <h1 class="page-header">sortType <small>Data Type</small></h1>
+
+      <p>to specify whether the result should be sorted? If yes, whether asc or desc.</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-values">
+        <caption>Values</caption>
+        <thead>
+        <tr>
+          <th>value</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td><span class="value-value" id="NONE">NONE</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="ASC">ASC</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="value-value" id="DESC">DESC</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/api/v2/xml_ns0_timeBoundary.html b/2.3.0/api/v2/xml_ns0_timeBoundary.html
new file mode 100644
index 0000000..a08e084
--- /dev/null
+++ b/2.3.0/api/v2/xml_ns0_timeBoundary.html
@@ -0,0 +1,185 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: timeBoundary</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: timeBoundary</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_xml.html">XML</a></li>
+          <li class="dropdown"><a href="xml_ns0_timeBoundary.html">timeBoundary</a></li>
+        </ol>
+
+      <h1 class="page-header">timeBoundary <small>Data Type</small></h1>
+
+      <p>Captures time-boundary details</p>
+
+      <dl class="dl-horizontal">
+        <dt>Namespace</dt>
+        <dd>(Default)</dd>
+        <dt>Schema</dt>
+        <dd><a href="ns0.xsd">ns0.xsd</a></dd>
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>type</th>
+          <th>namespace</th>
+          <th>min/max occurs</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-endTime" class="property-name">endTime</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-startTime" class="property-name">startTime</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-timeZone" class="property-name">timeZone</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-type">element
+</span>
+</td>
+          <td>  <span class="property-namespaceInfo">
+</span>
+</td>
+          <td>  <span class="property-minMaxOccurs">0/1
+</span>
+</td>
+          <td>  <span class="property-description">&nbsp;</span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-xml example">&lt;timeBoundary&gt;
+  &lt;startTime&gt;...&lt;/startTime&gt;
+  &lt;endTime&gt;...&lt;/endTime&gt;
+  &lt;timeZone&gt;...&lt;/timeZone&gt;
+&lt;/timeBoundary&gt;
+</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/2.3.0/assets.json b/2.3.0/assets.json
new file mode 100644
index 0000000..4a55498
--- /dev/null
+++ b/2.3.0/assets.json
@@ -0,0 +1,115 @@
+{
+  "vendors.js": "/static/js/vendors.357a799b.js",
+  "vendors.js.map": "/static/js/vendors.b185f4c5b68d73002af0.js.map",
+  "app.js": "/static/js/app.b185f4c5b68d73002af0.js",
+  "app.js.map": "/static/js/app.b185f4c5b68d73002af0.js.map",
+  "documents-asf-asfinfo.js": "/static/js/documents-asf-asfinfo.90a8320c.js",
+  "documents-asf-asfinfo.js.map": "/static/js/documents-asf-asfinfo.b185f4c5b68d73002af0.js.map",
+  "documents-business-metadata.js": "/static/js/documents-business-metadata.e68dd841.js",
+  "documents-business-metadata.js.map": "/static/js/documents-business-metadata.b185f4c5b68d73002af0.js.map",
+  "documents-classification-propagation.js": "/static/js/documents-classification-propagation.a883372b.js",
+  "documents-classification-propagation.js.map": "/static/js/documents-classification-propagation.b185f4c5b68d73002af0.js.map",
+  "documents-downloads-downloads.js": "/static/js/documents-downloads-downloads.7bbca797.js",
+  "documents-downloads-downloads.js.map": "/static/js/documents-downloads-downloads.b185f4c5b68d73002af0.js.map",
+  "documents-glossary.js": "/static/js/documents-glossary.7aac8d5a.js",
+  "documents-glossary.js.map": "/static/js/documents-glossary.b185f4c5b68d73002af0.js.map",
+  "documents-high-availability.js": "/static/js/documents-high-availability.5a25fd47.js",
+  "documents-high-availability.js.map": "/static/js/documents-high-availability.b185f4c5b68d73002af0.js.map",
+  "documents-high-level-architecture.js": "/static/js/documents-high-level-architecture.473e837a.js",
+  "documents-high-level-architecture.js.map": "/static/js/documents-high-level-architecture.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-falcon.js": "/static/js/documents-hook-hook-falcon.4e9a18ba.js",
+  "documents-hook-hook-falcon.js.map": "/static/js/documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-h-base.js": "/static/js/documents-hook-hook-h-base.3097c568.js",
+  "documents-hook-hook-h-base.js.map": "/static/js/documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-hive.js": "/static/js/documents-hook-hook-hive.a0073868.js",
+  "documents-hook-hook-hive.js.map": "/static/js/documents-hook-hook-hive.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-kafka.js": "/static/js/documents-hook-hook-kafka.f0f0fa18.js",
+  "documents-hook-hook-kafka.js.map": "/static/js/documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-sqoop.js": "/static/js/documents-hook-hook-sqoop.de797b78.js",
+  "documents-hook-hook-sqoop.js.map": "/static/js/documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-storm.js": "/static/js/documents-hook-hook-storm.5cb01ef5.js",
+  "documents-hook-hook-storm.js.map": "/static/js/documents-hook-hook-storm.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-export-api.js": "/static/js/documents-import-export-export-api.d67c5471.js",
+  "documents-import-export-export-api.js.map": "/static/js/documents-import-export-export-api.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-export-hdfsapi.js": "/static/js/documents-import-export-export-hdfsapi.35e269a2.js",
+  "documents-import-export-export-hdfsapi.js.map": "/static/js/documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-export-import-audits.js": "/static/js/documents-import-export-export-import-audits.23b1ebdd.js",
+  "documents-import-export-export-import-audits.js.map": "/static/js/documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-import-api.js": "/static/js/documents-import-export-import-api.86fa76ae.js",
+  "documents-import-export-import-api.js.map": "/static/js/documents-import-export-import-api.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-import-api-options.js": "/static/js/documents-import-export-import-api-options.d82d96e5.js",
+  "documents-import-export-import-api-options.js.map": "/static/js/documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-import-entity-transforms.js": "/static/js/documents-import-export-import-entity-transforms.952a218e.js",
+  "documents-import-export-import-entity-transforms.js.map": "/static/js/documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-import-export-api.js": "/static/js/documents-import-export-import-export-api.01994ddf.js",
+  "documents-import-export-import-export-api.js.map": "/static/js/documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-incremental-export.js": "/static/js/documents-import-export-incremental-export.15461c37.js",
+  "documents-import-export-incremental-export.js.map": "/static/js/documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map",
+  "documents-migration-migration-0-8-to-1-0.js": "/static/js/documents-migration-migration-0-8-to-1-0.756913df.js",
+  "documents-migration-migration-0-8-to-1-0.js.map": "/static/js/documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map",
+  "documents-misc-atlas-server.js": "/static/js/documents-misc-atlas-server.4419d308.js",
+  "documents-misc-atlas-server.js.map": "/static/js/documents-misc-atlas-server.b185f4c5b68d73002af0.js.map",
+  "documents-misc-replicated-attributes.js": "/static/js/documents-misc-replicated-attributes.04c7b7bf.js",
+  "documents-misc-replicated-attributes.js.map": "/static/js/documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map",
+  "documents-misc-soft-reference.js": "/static/js/documents-misc-soft-reference.f7723ef2.js",
+  "documents-misc-soft-reference.js.map": "/static/js/documents-misc-soft-reference.b185f4c5b68d73002af0.js.map",
+  "documents-notifications.js": "/static/js/documents-notifications.58adc50d.js",
+  "documents-notifications.js.map": "/static/js/documents-notifications.b185f4c5b68d73002af0.js.map",
+  "documents-overview.js": "/static/js/documents-overview.c02fe19d.js",
+  "documents-overview.js.map": "/static/js/documents-overview.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-issue-tracking.js": "/static/js/documents-project-info-issue-tracking.76a0c8ae.js",
+  "documents-project-info-issue-tracking.js.map": "/static/js/documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-mailing-lists.js": "/static/js/documents-project-info-mailing-lists.04ae30ab.js",
+  "documents-project-info-mailing-lists.js.map": "/static/js/documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-project-info.js": "/static/js/documents-project-info-project-info.8337ab57.js",
+  "documents-project-info-project-info.js.map": "/static/js/documents-project-info-project-info.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-project-license.js": "/static/js/documents-project-info-project-license.e3e0bd32.js",
+  "documents-project-info-project-license.js.map": "/static/js/documents-project-info-project-license.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-source-repository.js": "/static/js/documents-project-info-source-repository.54cb08de.js",
+  "documents-project-info-source-repository.js.map": "/static/js/documents-project-info-source-repository.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-team-list.js": "/static/js/documents-project-info-team-list.b408d1d0.js",
+  "documents-project-info-team-list.js.map": "/static/js/documents-project-info-team-list.b185f4c5b68d73002af0.js.map",
+  "documents-rest-api.js": "/static/js/documents-rest-api.617bd3f9.js",
+  "documents-rest-api.js.map": "/static/js/documents-rest-api.b185f4c5b68d73002af0.js.map",
+  "documents-search-search-advanced.js": "/static/js/documents-search-search-advanced.2421bf2c.js",
+  "documents-search-search-advanced.js.map": "/static/js/documents-search-search-advanced.b185f4c5b68d73002af0.js.map",
+  "documents-search-search-basic.js": "/static/js/documents-search-search-basic.a24095d8.js",
+  "documents-search-search-basic.js.map": "/static/js/documents-search-search-basic.b185f4c5b68d73002af0.js.map",
+  "documents-search-search-relationship.js": "/static/js/documents-search-search-relationship.1d764e51.js",
+  "documents-search-search-relationship.js.map": "/static/js/documents-search-search-relationship.b185f4c5b68d73002af0.js.map",
+  "documents-security-atlas-ranger-authorizer.js": "/static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js",
+  "documents-security-atlas-ranger-authorizer.js.map": "/static/js/documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map",
+  "documents-security-atlas-simple-authorizer.js": "/static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js",
+  "documents-security-atlas-simple-authorizer.js.map": "/static/js/documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map",
+  "documents-security-authentication.js": "/static/js/documents-security-authentication.3ee79ab6.js",
+  "documents-security-authentication.js.map": "/static/js/documents-security-authentication.b185f4c5b68d73002af0.js.map",
+  "documents-security-authorization-model.js": "/static/js/documents-security-authorization-model.b50faded.js",
+  "documents-security-authorization-model.js.map": "/static/js/documents-security-authorization-model.b185f4c5b68d73002af0.js.map",
+  "documents-security-security.js": "/static/js/documents-security-security.c044dc7f.js",
+  "documents-security-security.js.map": "/static/js/documents-security-security.b185f4c5b68d73002af0.js.map",
+  "documents-setup-build-instruction.js": "/static/js/documents-setup-build-instruction.bf138514.js",
+  "documents-setup-build-instruction.js.map": "/static/js/documents-setup-build-instruction.b185f4c5b68d73002af0.js.map",
+  "documents-setup-configuration.js": "/static/js/documents-setup-configuration.e728b5ee.js",
+  "documents-setup-configuration.js.map": "/static/js/documents-setup-configuration.b185f4c5b68d73002af0.js.map",
+  "documents-setup-eclipse-setup.js": "/static/js/documents-setup-eclipse-setup.2e40a125.js",
+  "documents-setup-eclipse-setup.js.map": "/static/js/documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map",
+  "documents-setup-installation-instruction.js": "/static/js/documents-setup-installation-instruction.b91230c8.js",
+  "documents-setup-installation-instruction.js.map": "/static/js/documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map",
+  "documents-setup-quick-start.js": "/static/js/documents-setup-quick-start.93736360.js",
+  "documents-setup-quick-start.js.map": "/static/js/documents-setup-quick-start.b185f4c5b68d73002af0.js.map",
+  "documents-tools-atlas-repair-index.js": "/static/js/documents-tools-atlas-repair-index.33825bd7.js",
+  "documents-tools-atlas-repair-index.js.map": "/static/js/documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map",
+  "documents-type-system.js": "/static/js/documents-type-system.ee925ecd.js",
+  "documents-type-system.js.map": "/static/js/documents-type-system.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-1-0.js": "/static/js/documents-whats-new-whats-new-1-0.02557ee0.js",
+  "documents-whats-new-whats-new-1-0.js.map": "/static/js/documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-2-0.js": "/static/js/documents-whats-new-whats-new-2-0.8e563e3d.js",
+  "documents-whats-new-whats-new-2-0.js.map": "/static/js/documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-2-1.js": "/static/js/documents-whats-new-whats-new-2-1.0510ebbb.js",
+  "documents-whats-new-whats-new-2-1.js.map": "/static/js/documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-2-2.js": "/static/js/documents-whats-new-whats-new-2-2.7acab8c6.js",
+  "documents-whats-new-whats-new-2-2.js.map": "/static/js/documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-2-3.js": "/static/js/documents-whats-new-whats-new-2-3.74dda911.js",
+  "documents-whats-new-whats-new-2-3.js.map": "/static/js/documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map",
+  "index.html": "/index.html"
+}
\ No newline at end of file
diff --git a/2.3.0/index.html b/2.3.0/index.html
new file mode 100644
index 0000000..a84e271
--- /dev/null
+++ b/2.3.0/index.html
@@ -0,0 +1 @@
+<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Apache Atlas – Data Governance and Metadata framework for Hadoop"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Atlas – Data Governance and Metadata framework for Hadoop</title><link rel="icon" type="image/x-icon" href="public/images/favicon.ico"></head><body><div id="root"></div><script src="/static/js/vendors.357a799b.js"></script><script src="/static/js/app.b185f4c5b68d73002af0.js"></script></body></html>
\ No newline at end of file
diff --git a/2.3.0/public/images/accessories-text-editor.png b/2.3.0/public/images/accessories-text-editor.png
new file mode 100644
index 0000000..abc3366
--- /dev/null
+++ b/2.3.0/public/images/accessories-text-editor.png
Binary files differ
diff --git a/2.3.0/public/images/application-certificate.png b/2.3.0/public/images/application-certificate.png
new file mode 100644
index 0000000..cc6aff6
--- /dev/null
+++ b/2.3.0/public/images/application-certificate.png
Binary files differ
diff --git a/2.3.0/public/images/atlas_logo.svg b/2.3.0/public/images/atlas_logo.svg
new file mode 100644
index 0000000..3314cb0
--- /dev/null
+++ b/2.3.0/public/images/atlas_logo.svg
@@ -0,0 +1,17 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 976.59 177.38"><defs><style>.cls-1{fill:#cdcccc;}.cls-2,.cls-3{fill:#1fcfb8;}.cls-2{stroke:#1fcfb8;stroke-width:1.18px;}.cls-2,.cls-4,.cls-5{stroke-miterlimit:10;}.cls-4,.cls-5{fill:none;stroke:#cdcccc;}.cls-4{stroke-width:3.55px;}.cls-5{stroke-width:5px;}.cls-6{fill:#009883;}</style></defs><title>Asset 6</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M260.81,55.74l23.37,65.13h9.5v10.65H259.34V119.68h10.91l-6.48-18.94h-30.3L227,119.68h9.86v11.84H202.5V120.87h10.42l23.26-65.13h-10V45.08h45V55.74Zm-12,0h-.4L236.17,91.26h24.6Z"/><path class="cls-1" d="M364.14,101.68a34.15,34.15,0,0,1-3.79,15.82A29.78,29.78,0,0,1,350,129.12a26,26,0,0,1-14.5,4.26q-11.75,0-20.53-9.32v24h11.84v9.48H292.5V148.1h10.65V81.79h-9.47V71.13H315V80.8a29.25,29.25,0,0,1,9.57-7.89,24.9,24.9,0,0,1,11.18-2.58,26.37,26.37,0,0,1,14.75,4.22A28.79,28.79,0,0,1,360.55,86,34.74,34.74,0,0,1,364.14,101.68Zm-27.89,20.38a14.71,14.71,0,0,0,8.85-2.85,19,19,0,0,0,6.17-7.77,24.78,24.78,0,0,0,2.23-10.39A21.46,21.46,0,0,0,351,90.86a19.41,19.41,0,0,0-6.74-7.43,17.42,17.42,0,0,0-9.65-2.77,17.84,17.84,0,0,0-10,2.94,20,20,0,0,0-6.9,7.8,23.28,23.28,0,0,0-2.46,10.68q0,9.36,5.91,14.67T336.25,122.06Z"/><path class="cls-1" d="M425.12,92.5v28.37h9.48v10.65H414.47v-7.36q-8.46,8.39-18.84,8.39a19.87,19.87,0,0,1-10-2.57,20.29,20.29,0,0,1-7.28-6.88,18.22,18.22,0,0,1,.29-19.64,19.75,19.75,0,0,1,8.14-6.83,24.36,24.36,0,0,1,10.33-2.39,28,28,0,0,1,16.18,5.14V92.73q0-7.17-3-10.27t-10-3.09a17.17,17.17,0,0,0-8.19,1.78,14.27,14.27,0,0,0-5.46,5.4l-11.55-2.86a25.87,25.87,0,0,1,10.56-10.88,32.9,32.9,0,0,1,15.81-3.59q12.31,0,18,5.6T425.12,92.5ZM397,123q8.67,0,16.27-7.25v-7q-7.71-6-15.41-6a11.92,11.92,0,0,0-8.08,2.94,9.87,9.87,0,0,0-.43,14.51A10.66,10.66,0,0,0,397,123Z"/><path class="cls-1" d="M487.89,75.43v-4.3h10.65v22.5H487.89a13.49,13.49,0,0,0-5.33-9.92,17.57,17.57,0,0,0-10.72-3.42A16.68,16.68,0,0,0,462.49,83a17.94,17.94,0,0,0-6.4,7.35,22.75,22.75,0,0,0-2.26,10.12q0,9.33,5.09,15.23a16.89,16.89,0,0,0,13.44,5.91q12.92,0,18.25-11.7l10,4.64q-8.4,17.74-28.73,17.75a31.11,31.11,0,0,1-16.16-4.19,28.58,28.58,0,0,1-10.92-11.47,34,34,0,0,1-3.85-16.17,32.33,32.33,0,0,1,3.91-15.83,28.48,28.48,0,0,1,10.74-11.11,29.78,29.78,0,0,1,15.24-4A26,26,0,0,1,487.89,75.43Z"/><path class="cls-1" d="M550.4,69.52q16.83,0,16.83,18.1v33.25h10.66v10.65h-22.5V92.24c0-4.3-.63-7.33-1.87-9.08a6.64,6.64,0,0,0-5.79-2.63q-6.62,0-17.21,7.71v32.63h10.66v10.65H508V120.87h10.66V55.74H508V45.08h22.5V78.14Q541.2,69.52,550.4,69.52Z"/><path class="cls-1" d="M647.69,104.29H597.38q1.1,8.63,6.68,13.62a19.86,19.86,0,0,0,13.71,5,25,25,0,0,0,11-2.45,21.5,21.5,0,0,0,8.51-7.54l10.39,4.68a31.54,31.54,0,0,1-12.88,11.57,38.86,38.86,0,0,1-17.33,3.91A35.72,35.72,0,0,1,600.24,129a29.3,29.3,0,0,1-11.74-11.3,34,34,0,0,1,0-32.61,29.78,29.78,0,0,1,11.33-11.33,33.82,33.82,0,0,1,32.41.11,29.36,29.36,0,0,1,11.1,12A42.4,42.4,0,0,1,647.69,104.29ZM615.88,79.67a17,17,0,0,0-11.7,4.48A20.6,20.6,0,0,0,597.73,96H635.3a20.89,20.89,0,0,0-7-11.85A18.77,18.77,0,0,0,615.88,79.67Z"/><path class="cls-2" d="M738,55.74l23.37,65.13h9.5v10.65H736.57V119.68h10.91L741,100.74H710.69l-6.48,18.94h9.86v11.84H679.73V120.87h10.42l23.26-65.13h-10V45.08h45V55.74Zm-12.34,0h-.4L713.05,91.26h24.61Z"/><path class="cls-2" d="M806.43,71.13V81.79H795.78v31.74q0,4.95,1,6.42a4,4,0,0,0,3.53,1.47,18,18,0,0,0,6.1-1.1v10.11a33,33,0,0,1-8.74,1.58q-7.32,0-10.54-3.69t-3.21-12.66V81.79h-8.29V71.13h7.1V62l13-10.79V71.13Z"/><path class="cls-2" d="M847.88,120.87v10.65h-32V120.87h10.66V55.74H815.91V45.08h22.5v75.79Z"/><path class="cls-2" d="M908.28,92.5v28.37h9.47v10.65H897.62v-7.36q-8.46,8.39-18.83,8.39a19.89,19.89,0,0,1-10-2.57,20.26,20.26,0,0,1-7.27-6.88,18.25,18.25,0,0,1,.28-19.64A19.78,19.78,0,0,1,870,96.63a24.24,24.24,0,0,1,10.31-2.39,28,28,0,0,1,16.17,5.14V92.73q0-7.17-3-10.27t-10-3.09a17.18,17.18,0,0,0-8.2,1.78,14.18,14.18,0,0,0-5.45,5.4l-11.56-2.86a25.87,25.87,0,0,1,10.56-10.88,32.9,32.9,0,0,1,15.81-3.59q12.31,0,18,5.6T908.28,92.5ZM880.16,123q8.69,0,16.27-7.25v-7q-7.7-6-15.41-6a11.92,11.92,0,0,0-8.08,2.94,9.87,9.87,0,0,0-.43,14.51A10.66,10.66,0,0,0,880.16,123Z"/><path class="cls-2" d="M962.75,73.32V71.13h10.66V91.26H962.75V87.61a16,16,0,0,0-13.87-7.37,12.87,12.87,0,0,0-7.56,2.06,6.22,6.22,0,0,0-2.93,5.31,5.4,5.4,0,0,0,2.22,4.57q2.24,1.65,10,2.91l7.84,1.54Q976,99.89,976,114.05a16.11,16.11,0,0,1-6.35,13.3q-6.33,5-16.83,5a28,28,0,0,1-8.2-1.23,25,25,0,0,1-6.74-3.06v2.25H927.22V110.21h10.66v2.05a10.58,10.58,0,0,0,4.76,7,16,16,0,0,0,9.11,2.63q5.7,0,9-2a6.63,6.63,0,0,0,3.27-6,4.71,4.71,0,0,0-2.6-4.37q-2.58-1.45-10.43-3l-6-1.31q-9-1.83-13.14-6.28a16,16,0,0,1-4.17-11.37,15.12,15.12,0,0,1,3.07-9.56,19,19,0,0,1,7.87-6,25.41,25.41,0,0,1,9.86-2Q956.94,70,962.75,73.32Z"/><path class="cls-3" d="M76.38,0,0,48.2v80.66l76.38,48.2,76.38-48.2V48.2Zm56.25,118.23-56.25,35.5-56.25-35.5V58.83l56.25-35.5,56.25,35.5Z"/><circle class="cls-4" cx="62.76" cy="122.05" r="4.74"/><circle class="cls-4" cx="107.76" cy="80.6" r="5.33"/><circle class="cls-5" cx="59.21" cy="81.79" r="8.5"/><line class="cls-4" x1="59" y1="90.19" x2="61.96" y2="117.39"/><line class="cls-4" x1="102.43" y1="81.79" x2="68" y2="82.19"/><g id="search"><path class="cls-3" d="M84.24,98.37H81l-1.22-1.22a25.43,25.43,0,0,0,6.5-17.05,26.39,26.39,0,1,0-26.39,26.39A25.43,25.43,0,0,0,76.93,100l1.22,1.22v3.25l20.3,20.3,6.09-6.09Zm-24.36,0A18.27,18.27,0,1,1,78.15,80.1,18.19,18.19,0,0,1,59.88,98.37Z"/></g><polygon class="cls-6" points="152.76 48.1 132.63 58.73 132.63 118.24 75.79 154.11 75.79 177.38 152.76 128.81 152.76 48.1"/></g></g></svg>
\ No newline at end of file
diff --git a/2.3.0/public/images/column_lineage_ex1.png b/2.3.0/public/images/column_lineage_ex1.png
new file mode 100644
index 0000000..a41c5fb
--- /dev/null
+++ b/2.3.0/public/images/column_lineage_ex1.png
Binary files differ
diff --git a/2.3.0/public/images/contact-new.png b/2.3.0/public/images/contact-new.png
new file mode 100644
index 0000000..ebc4316
--- /dev/null
+++ b/2.3.0/public/images/contact-new.png
Binary files differ
diff --git a/2.3.0/public/images/document-properties.png b/2.3.0/public/images/document-properties.png
new file mode 100644
index 0000000..34c2409
--- /dev/null
+++ b/2.3.0/public/images/document-properties.png
Binary files differ
diff --git a/2.3.0/public/images/drive-harddisk.png b/2.3.0/public/images/drive-harddisk.png
new file mode 100644
index 0000000..d7ce475
--- /dev/null
+++ b/2.3.0/public/images/drive-harddisk.png
Binary files differ
diff --git a/2.3.0/public/images/favicon.ico b/2.3.0/public/images/favicon.ico
new file mode 100644
index 0000000..5cd060f
--- /dev/null
+++ b/2.3.0/public/images/favicon.ico
Binary files differ
diff --git a/2.3.0/public/images/image-x-generic.png b/2.3.0/public/images/image-x-generic.png
new file mode 100644
index 0000000..ab49efb
--- /dev/null
+++ b/2.3.0/public/images/image-x-generic.png
Binary files differ
diff --git a/2.3.0/public/images/internet-web-browser.png b/2.3.0/public/images/internet-web-browser.png
new file mode 100644
index 0000000..307d6ac
--- /dev/null
+++ b/2.3.0/public/images/internet-web-browser.png
Binary files differ
diff --git a/2.3.0/public/images/logos/maven-feather.png b/2.3.0/public/images/logos/maven-feather.png
new file mode 100644
index 0000000..b5ada83
--- /dev/null
+++ b/2.3.0/public/images/logos/maven-feather.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/atlas-server-exp-imp-audits.png b/2.3.0/public/images/markdown/atlas-server-exp-imp-audits.png
new file mode 100644
index 0000000..8dc1668
--- /dev/null
+++ b/2.3.0/public/images/markdown/atlas-server-exp-imp-audits.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/atlas-server-properties.png b/2.3.0/public/images/markdown/atlas-server-properties.png
new file mode 100644
index 0000000..d68de38
--- /dev/null
+++ b/2.3.0/public/images/markdown/atlas-server-properties.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_add_term.png b/2.3.0/public/images/markdown/category_add_term.png
new file mode 100644
index 0000000..d19d149
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_add_term.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_add_term_1.png b/2.3.0/public/images/markdown/category_add_term_1.png
new file mode 100644
index 0000000..d4589a1
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_add_term_1.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_add_term_2.png b/2.3.0/public/images/markdown/category_add_term_2.png
new file mode 100644
index 0000000..32b4e3f
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_add_term_2.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_details_with_terms.png b/2.3.0/public/images/markdown/category_details_with_terms.png
new file mode 100644
index 0000000..8a87b26
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_details_with_terms.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_view_1.png b/2.3.0/public/images/markdown/category_view_1.png
new file mode 100644
index 0000000..fe46209
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_view_1.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_view_2.png b/2.3.0/public/images/markdown/category_view_2.png
new file mode 100644
index 0000000..0ea3477
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_view_2.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_view_category_context.png b/2.3.0/public/images/markdown/category_view_category_context.png
new file mode 100644
index 0000000..f1c6d39
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_view_category_context.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_view_category_context_1.png b/2.3.0/public/images/markdown/category_view_category_context_1.png
new file mode 100644
index 0000000..cb83f09
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_view_category_context_1.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/category_view_glossary_context.png b/2.3.0/public/images/markdown/category_view_glossary_context.png
new file mode 100644
index 0000000..708ca5a
--- /dev/null
+++ b/2.3.0/public/images/markdown/category_view_glossary_context.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/entity_add_term_modal.png b/2.3.0/public/images/markdown/entity_add_term_modal.png
new file mode 100644
index 0000000..f12afed
--- /dev/null
+++ b/2.3.0/public/images/markdown/entity_add_term_modal.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/entity_assigned_term_with_tag.png b/2.3.0/public/images/markdown/entity_assigned_term_with_tag.png
new file mode 100644
index 0000000..2564352
--- /dev/null
+++ b/2.3.0/public/images/markdown/entity_assigned_term_with_tag.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/entity_details_add_term.png b/2.3.0/public/images/markdown/entity_details_add_term.png
new file mode 100644
index 0000000..71c17fc
--- /dev/null
+++ b/2.3.0/public/images/markdown/entity_details_add_term.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/entity_search_add_term.png b/2.3.0/public/images/markdown/entity_search_add_term.png
new file mode 100644
index 0000000..fd7e43c
--- /dev/null
+++ b/2.3.0/public/images/markdown/entity_search_add_term.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_add_category.png b/2.3.0/public/images/markdown/term_add_category.png
new file mode 100644
index 0000000..e1d0cd4
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_add_category.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_add_classification_1.png b/2.3.0/public/images/markdown/term_add_classification_1.png
new file mode 100644
index 0000000..1d24010
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_add_classification_1.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_add_classification_2.png b/2.3.0/public/images/markdown/term_add_classification_2.png
new file mode 100644
index 0000000..3a6584b
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_add_classification_2.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_delete_context.png b/2.3.0/public/images/markdown/term_delete_context.png
new file mode 100644
index 0000000..3c0c677
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_delete_context.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_details.png b/2.3.0/public/images/markdown/term_details.png
new file mode 100644
index 0000000..6da3694
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_details.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_details_with_classification.png b/2.3.0/public/images/markdown/term_details_with_classification.png
new file mode 100644
index 0000000..d341b46
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_details_with_classification.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_related_term_1.png b/2.3.0/public/images/markdown/term_related_term_1.png
new file mode 100644
index 0000000..a51c05a
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_related_term_1.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_search.png b/2.3.0/public/images/markdown/term_search.png
new file mode 100644
index 0000000..a373846
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_search.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_view_context.png b/2.3.0/public/images/markdown/term_view_context.png
new file mode 100644
index 0000000..8fac1e7
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_view_context.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/term_with_classification.png b/2.3.0/public/images/markdown/term_with_classification.png
new file mode 100644
index 0000000..667995c
--- /dev/null
+++ b/2.3.0/public/images/markdown/term_with_classification.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/terms_related_terms.png b/2.3.0/public/images/markdown/terms_related_terms.png
new file mode 100644
index 0000000..2957be9
--- /dev/null
+++ b/2.3.0/public/images/markdown/terms_related_terms.png
Binary files differ
diff --git a/2.3.0/public/images/markdown/terms_view.png b/2.3.0/public/images/markdown/terms_view.png
new file mode 100644
index 0000000..460c3ce
--- /dev/null
+++ b/2.3.0/public/images/markdown/terms_view.png
Binary files differ
diff --git a/2.3.0/public/images/network-server.png b/2.3.0/public/images/network-server.png
new file mode 100644
index 0000000..1d12e19
--- /dev/null
+++ b/2.3.0/public/images/network-server.png
Binary files differ
diff --git a/2.3.0/public/images/package-x-generic.png b/2.3.0/public/images/package-x-generic.png
new file mode 100644
index 0000000..8b7e9e6
--- /dev/null
+++ b/2.3.0/public/images/package-x-generic.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/architecture.png b/2.3.0/public/images/twiki/architecture.png
new file mode 100644
index 0000000..22a0f66
--- /dev/null
+++ b/2.3.0/public/images/twiki/architecture.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/bm-create-01.png b/2.3.0/public/images/twiki/bm-create-01.png
new file mode 100644
index 0000000..156abe7
--- /dev/null
+++ b/2.3.0/public/images/twiki/bm-create-01.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/bm-create-02.png b/2.3.0/public/images/twiki/bm-create-02.png
new file mode 100644
index 0000000..7a86ca7
--- /dev/null
+++ b/2.3.0/public/images/twiki/bm-create-02.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/bm-entity-association.png b/2.3.0/public/images/twiki/bm-entity-association.png
new file mode 100644
index 0000000..219bc2c
--- /dev/null
+++ b/2.3.0/public/images/twiki/bm-entity-association.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/bm-ranger-policies.png b/2.3.0/public/images/twiki/bm-ranger-policies.png
new file mode 100644
index 0000000..9493df2
--- /dev/null
+++ b/2.3.0/public/images/twiki/bm-ranger-policies.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/bm-search-01.png b/2.3.0/public/images/twiki/bm-search-01.png
new file mode 100644
index 0000000..43237ae
--- /dev/null
+++ b/2.3.0/public/images/twiki/bm-search-01.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/bm-search-02.png b/2.3.0/public/images/twiki/bm-search-02.png
new file mode 100644
index 0000000..cc0f83c
--- /dev/null
+++ b/2.3.0/public/images/twiki/bm-search-02.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/businessmetadata.png b/2.3.0/public/images/twiki/businessmetadata.png
new file mode 100644
index 0000000..40d291c
--- /dev/null
+++ b/2.3.0/public/images/twiki/businessmetadata.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-1.png b/2.3.0/public/images/twiki/classification-propagation-1.png
new file mode 100644
index 0000000..b97d7db
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-1.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-2.png b/2.3.0/public/images/twiki/classification-propagation-2.png
new file mode 100644
index 0000000..bd488bb
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-2.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-3.png b/2.3.0/public/images/twiki/classification-propagation-3.png
new file mode 100644
index 0000000..864813a
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-3.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-4.png b/2.3.0/public/images/twiki/classification-propagation-4.png
new file mode 100644
index 0000000..4262c19
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-4.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-5.png b/2.3.0/public/images/twiki/classification-propagation-5.png
new file mode 100644
index 0000000..caa70dc
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-5.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-6.png b/2.3.0/public/images/twiki/classification-propagation-6.png
new file mode 100644
index 0000000..d3fc5ed
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-6.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-7.png b/2.3.0/public/images/twiki/classification-propagation-7.png
new file mode 100644
index 0000000..1148c48
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-7.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-8.png b/2.3.0/public/images/twiki/classification-propagation-8.png
new file mode 100644
index 0000000..e8e1a96
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-8.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-entity-delete-1.png b/2.3.0/public/images/twiki/classification-propagation-entity-delete-1.png
new file mode 100644
index 0000000..8264ca7
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-entity-delete-1.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-entity-delete-2.png b/2.3.0/public/images/twiki/classification-propagation-entity-delete-2.png
new file mode 100644
index 0000000..965ac33
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-entity-delete-2.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-entity-delete-3.png b/2.3.0/public/images/twiki/classification-propagation-entity-delete-3.png
new file mode 100644
index 0000000..875b2df
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-entity-delete-3.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/classification-propagation-entity-delete-4.png b/2.3.0/public/images/twiki/classification-propagation-entity-delete-4.png
new file mode 100644
index 0000000..6bd6081
--- /dev/null
+++ b/2.3.0/public/images/twiki/classification-propagation-entity-delete-4.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/guide-class-diagram.png b/2.3.0/public/images/twiki/guide-class-diagram.png
new file mode 100644
index 0000000..ca51239
--- /dev/null
+++ b/2.3.0/public/images/twiki/guide-class-diagram.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/guide-instance-graph.png b/2.3.0/public/images/twiki/guide-instance-graph.png
new file mode 100644
index 0000000..a2c8f82
--- /dev/null
+++ b/2.3.0/public/images/twiki/guide-instance-graph.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/ranger-audit.png b/2.3.0/public/images/twiki/ranger-audit.png
new file mode 100644
index 0000000..17abfad
--- /dev/null
+++ b/2.3.0/public/images/twiki/ranger-audit.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/ranger-policy-admin.png b/2.3.0/public/images/twiki/ranger-policy-admin.png
new file mode 100644
index 0000000..6121c33
--- /dev/null
+++ b/2.3.0/public/images/twiki/ranger-policy-admin.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/ranger-policy-entities.png b/2.3.0/public/images/twiki/ranger-policy-entities.png
new file mode 100644
index 0000000..0dc2675
--- /dev/null
+++ b/2.3.0/public/images/twiki/ranger-policy-entities.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/ranger-policy-types.png b/2.3.0/public/images/twiki/ranger-policy-types.png
new file mode 100644
index 0000000..8169cbe
--- /dev/null
+++ b/2.3.0/public/images/twiki/ranger-policy-types.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/relationship_search_model.png b/2.3.0/public/images/twiki/relationship_search_model.png
new file mode 100644
index 0000000..5d155d4
--- /dev/null
+++ b/2.3.0/public/images/twiki/relationship_search_model.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/search-basic-hive_column-PII.png b/2.3.0/public/images/twiki/search-basic-hive_column-PII.png
new file mode 100644
index 0000000..49ff7b6
--- /dev/null
+++ b/2.3.0/public/images/twiki/search-basic-hive_column-PII.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/search-basic-hive_table-customers-or-provider.png b/2.3.0/public/images/twiki/search-basic-hive_table-customers-or-provider.png
new file mode 100644
index 0000000..10011cf
--- /dev/null
+++ b/2.3.0/public/images/twiki/search-basic-hive_table-customers-or-provider.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/search-basic-hive_table-customers-owner_is_hive.png b/2.3.0/public/images/twiki/search-basic-hive_table-customers-owner_is_hive.png
new file mode 100644
index 0000000..6a9e775
--- /dev/null
+++ b/2.3.0/public/images/twiki/search-basic-hive_table-customers-owner_is_hive.png
Binary files differ
diff --git a/2.3.0/public/images/twiki/search-basic-hive_table-customers.png b/2.3.0/public/images/twiki/search-basic-hive_table-customers.png
new file mode 100644
index 0000000..784e233
--- /dev/null
+++ b/2.3.0/public/images/twiki/search-basic-hive_table-customers.png
Binary files differ
diff --git a/2.3.0/public/images/window-new.png b/2.3.0/public/images/window-new.png
new file mode 100644
index 0000000..0e12ef9
--- /dev/null
+++ b/2.3.0/public/images/window-new.png
Binary files differ
diff --git a/2.3.0/static/js/app.b185f4c5b68d73002af0.js b/2.3.0/static/js/app.b185f4c5b68d73002af0.js
new file mode 100644
index 0000000..851a731
--- /dev/null
+++ b/2.3.0/static/js/app.b185f4c5b68d73002af0.js
@@ -0,0 +1,867 @@
+!function(e){function t(t){for(var o,a,s=t[0],r=t[1],i=t[2],l=t[3]||[],u=0,d=[];u<s.length;u++)a=s[u],Object.prototype.hasOwnProperty.call(D,a)&&D[a]&&d.push(D[a][0]),D[a]=0;for(o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);for(R&&R(t),T.push.apply(T,l);d.length;)d.shift()();return H.push.apply(H,i||[]),n()}function n(){for(var e,t=0;t<H.length;t++){for(var n=H[t],o=!0,a=1;a<n.length;a++){var s=n[a];0!==D[s]&&(o=!1)}o&&(H.splice(t--,1),e=$($.s=n[0]))}return 0===H.length&&(T.forEach((function(e){if(void 0===D[e]){D[e]=null;var t=document.createElement("link");t.crossOrigin="anonymous",$.nc&&t.setAttribute("nonce",$.nc),t.rel="prefetch",t.as="script",t.href=z(e),document.head.appendChild(t)}})),T.length=0),e}var o=window.webpackHotUpdate;window.webpackHotUpdate=function(e,t){!function(e,t){if(!k[e]||!w[e])return;for(var n in w[e]=!1,t)Object.prototype.hasOwnProperty.call(t,n)&&(g[n]=t[n]);0===--b&&0===y&&C()}(e,t),o&&o(e,t)};var a,s=!0,r="b185f4c5b68d73002af0",i={},l=[],u=[];function d(t){var n={_acceptedDependencies:{},_declinedDependencies:{},_selfAccepted:!1,_selfDeclined:!1,_selfInvalidated:!1,_disposeHandlers:[],_main:a!==t,active:!0,accept:function(e,t){if(void 0===e)n._selfAccepted=!0;else if("function"===typeof e)n._selfAccepted=e;else if("object"===typeof e)for(var o=0;o<e.length;o++)n._acceptedDependencies[e[o]]=t||function(){};else n._acceptedDependencies[e]=t||function(){}},decline:function(e){if(void 0===e)n._selfDeclined=!0;else if("object"===typeof e)for(var t=0;t<e.length;t++)n._declinedDependencies[e[t]]=!0;else n._declinedDependencies[e]=!0},dispose:function(e){n._disposeHandlers.push(e)},addDisposeHandler:function(e){n._disposeHandlers.push(e)},removeDisposeHandler:function(e){var t=n._disposeHandlers.indexOf(e);t>=0&&n._disposeHandlers.splice(t,1)},invalidate:function(){switch(this._selfInvalidated=!0,p){case"idle":(g={})[t]=e[t],m("ready");break;case"ready":P(t);break;case"prepare":case"check":case"dispose":case"apply":(v=v||[]).push(t)}},check:E,apply:I,status:function(e){if(!e)return p;c.push(e)},addStatusHandler:function(e){c.push(e)},removeStatusHandler:function(e){var t=c.indexOf(e);t>=0&&c.splice(t,1)},data:i[t]};return a=void 0,n}var c=[],p="idle";function m(e){p=e;for(var t=0;t<c.length;t++)c[t].call(null,e)}var h,g,f,v,b=0,y=0,x={},w={},k={};function A(e){return+e+""===e?+e:e}function E(e){if("idle"!==p)throw new Error("check() is only allowed in idle status");return s=e,m("check"),(t=1e4,t=t||1e4,new Promise((function(e,n){if("undefined"===typeof XMLHttpRequest)return n(new Error("No browser support"));try{var o=new XMLHttpRequest,a=$.p+""+r+".hot-update.json";o.open("GET",a,!0),o.timeout=t,o.send(null)}catch(s){return n(s)}o.onreadystatechange=function(){if(4===o.readyState)if(0===o.status)n(new Error("Manifest request to "+a+" timed out."));else if(404===o.status)e();else if(200!==o.status&&304!==o.status)n(new Error("Manifest request to "+a+" failed."));else{try{var t=JSON.parse(o.responseText)}catch(s){return void n(s)}e(t)}}}))).then((function(e){if(!e)return m(j()?"ready":"idle"),null;w={},x={},k=e.c,f=e.h,m("prepare");var t=new Promise((function(e,t){h={resolve:e,reject:t}}));for(var n in g={},D)S(n);return"prepare"===p&&0===y&&0===b&&C(),t}));var t}function S(e){k[e]?(w[e]=!0,b++,function(e){var t=document.createElement("script");t.charset="utf-8",t.src=$.p+""+e+"."+r+".hot-update.js",t.crossOrigin="anonymous",document.head.appendChild(t)}(e)):x[e]=!0}function C(){m("ready");var e=h;if(h=null,e)if(s)Promise.resolve().then((function(){return I(s)})).then((function(t){e.resolve(t)}),(function(t){e.reject(t)}));else{var t=[];for(var n in g)Object.prototype.hasOwnProperty.call(g,n)&&t.push(A(n));e.resolve(t)}}function I(t){if("ready"!==p)throw new Error("apply() is only allowed in ready status");return function t(n){var o,s,u,d,c;function p(e){for(var t=[e],n={},o=t.map((function(e){return{chain:[e],id:e}}));o.length>0;){var a=o.pop(),s=a.id,r=a.chain;if((d=O[s])&&(!d.hot._selfAccepted||d.hot._selfInvalidated)){if(d.hot._selfDeclined)return{type:"self-declined",chain:r,moduleId:s};if(d.hot._main)return{type:"unaccepted",chain:r,moduleId:s};for(var i=0;i<d.parents.length;i++){var l=d.parents[i],u=O[l];if(u){if(u.hot._declinedDependencies[s])return{type:"declined",chain:r.concat([l]),moduleId:s,parentId:l};-1===t.indexOf(l)&&(u.hot._acceptedDependencies[s]?(n[l]||(n[l]=[]),h(n[l],[s])):(delete n[l],t.push(l),o.push({chain:r.concat([l]),id:l})))}}}}return{type:"accepted",moduleId:e,outdatedModules:t,outdatedDependencies:n}}function h(e,t){for(var n=0;n<t.length;n++){var o=t[n];-1===e.indexOf(o)&&e.push(o)}}j();var b={},y=[],x={},w=function(){console.warn("[HMR] unexpected require("+S.moduleId+") to disposed module")};for(var E in g)if(Object.prototype.hasOwnProperty.call(g,E)){var S;c=A(E),S=g[E]?p(c):{type:"disposed",moduleId:E};var C=!1,I=!1,P=!1,H="";switch(S.chain&&(H="\nUpdate propagation: "+S.chain.join(" -> ")),S.type){case"self-declined":n.onDeclined&&n.onDeclined(S),n.ignoreDeclined||(C=new Error("Aborted because of self decline: "+S.moduleId+H));break;case"declined":n.onDeclined&&n.onDeclined(S),n.ignoreDeclined||(C=new Error("Aborted because of declined dependency: "+S.moduleId+" in "+S.parentId+H));break;case"unaccepted":n.onUnaccepted&&n.onUnaccepted(S),n.ignoreUnaccepted||(C=new Error("Aborted because "+c+" is not accepted"+H));break;case"accepted":n.onAccepted&&n.onAccepted(S),I=!0;break;case"disposed":n.onDisposed&&n.onDisposed(S),P=!0;break;default:throw new Error("Unexception type "+S.type)}if(C)return m("abort"),Promise.reject(C);if(I)for(c in x[c]=g[c],h(y,S.outdatedModules),S.outdatedDependencies)Object.prototype.hasOwnProperty.call(S.outdatedDependencies,c)&&(b[c]||(b[c]=[]),h(b[c],S.outdatedDependencies[c]));P&&(h(y,[S.moduleId]),x[c]=w)}var T,z=[];for(s=0;s<y.length;s++)c=y[s],O[c]&&O[c].hot._selfAccepted&&x[c]!==w&&!O[c].hot._selfInvalidated&&z.push({module:c,parents:O[c].parents.slice(),errorHandler:O[c].hot._selfAccepted});m("dispose"),Object.keys(k).forEach((function(e){!1===k[e]&&function(e){delete D[e]}(e)}));var N,M,L=y.slice();for(;L.length>0;)if(c=L.pop(),d=O[c]){var R={},_=d.hot._disposeHandlers;for(u=0;u<_.length;u++)(o=_[u])(R);for(i[c]=R,d.hot.active=!1,delete O[c],delete b[c],u=0;u<d.children.length;u++){var B=O[d.children[u]];B&&((T=B.parents.indexOf(c))>=0&&B.parents.splice(T,1))}}for(c in b)if(Object.prototype.hasOwnProperty.call(b,c)&&(d=O[c]))for(M=b[c],u=0;u<M.length;u++)N=M[u],(T=d.children.indexOf(N))>=0&&d.children.splice(T,1);m("apply"),void 0!==f&&(r=f,f=void 0);for(c in g=void 0,x)Object.prototype.hasOwnProperty.call(x,c)&&(e[c]=x[c]);var F=null;for(c in b)if(Object.prototype.hasOwnProperty.call(b,c)&&(d=O[c])){M=b[c];var W=[];for(s=0;s<M.length;s++)if(N=M[s],o=d.hot._acceptedDependencies[N]){if(-1!==W.indexOf(o))continue;W.push(o)}for(s=0;s<W.length;s++){o=W[s];try{o(M)}catch(U){n.onErrored&&n.onErrored({type:"accept-errored",moduleId:c,dependencyId:M[s],error:U}),n.ignoreErrored||F||(F=U)}}}for(s=0;s<z.length;s++){var q=z[s];c=q.module,l=q.parents,a=c;try{$(c)}catch(U){if("function"===typeof q.errorHandler)try{q.errorHandler(U)}catch(G){n.onErrored&&n.onErrored({type:"self-accept-error-handler-errored",moduleId:c,error:G,originalError:U}),n.ignoreErrored||F||(F=G),F||(F=U)}else n.onErrored&&n.onErrored({type:"self-accept-errored",moduleId:c,error:U}),n.ignoreErrored||F||(F=U)}}if(F)return m("fail"),Promise.reject(F);if(v)return t(n).then((function(e){return y.forEach((function(t){e.indexOf(t)<0&&e.push(t)})),e}));return m("idle"),new Promise((function(e){e(y)}))}(t=t||{})}function j(){if(v)return g||(g={}),v.forEach(P),v=void 0,!0}function P(t){Object.prototype.hasOwnProperty.call(g,t)||(g[t]=e[t])}var O={},D={1:0},H=[],T=[];function z(e){return $.p+"static/js/"+({2:"documents-asf-asfinfo",3:"documents-business-metadata",4:"documents-classification-propagation",5:"documents-downloads-downloads",6:"documents-glossary",7:"documents-high-availability",8:"documents-high-level-architecture",9:"documents-hook-hook-falcon",10:"documents-hook-hook-h-base",11:"documents-hook-hook-hive",12:"documents-hook-hook-kafka",13:"documents-hook-hook-sqoop",14:"documents-hook-hook-storm",15:"documents-import-export-export-api",16:"documents-import-export-export-hdfsapi",17:"documents-import-export-export-import-audits",18:"documents-import-export-import-api",19:"documents-import-export-import-api-options",20:"documents-import-export-import-entity-transforms",21:"documents-import-export-import-export-api",22:"documents-import-export-incremental-export",23:"documents-migration-migration-0-8-to-1-0",24:"documents-misc-atlas-server",25:"documents-misc-replicated-attributes",26:"documents-misc-soft-reference",27:"documents-notifications",28:"documents-overview",29:"documents-project-info-issue-tracking",30:"documents-project-info-mailing-lists",31:"documents-project-info-project-info",32:"documents-project-info-project-license",33:"documents-project-info-source-repository",34:"documents-project-info-team-list",35:"documents-rest-api",36:"documents-search-search-advanced",37:"documents-search-search-basic",38:"documents-search-search-relationship",39:"documents-security-atlas-ranger-authorizer",40:"documents-security-atlas-simple-authorizer",41:"documents-security-authentication",42:"documents-security-authorization-model",43:"documents-security-security",44:"documents-setup-build-instruction",45:"documents-setup-configuration",46:"documents-setup-eclipse-setup",47:"documents-setup-installation-instruction",48:"documents-setup-quick-start",49:"documents-tools-atlas-repair-index",50:"documents-type-system",51:"documents-whats-new-whats-new-1-0",52:"documents-whats-new-whats-new-2-0",53:"documents-whats-new-whats-new-2-1",54:"documents-whats-new-whats-new-2-2",55:"documents-whats-new-whats-new-2-3"}[e]||e)+"."+{2:"90a8320c",3:"e68dd841",4:"a883372b",5:"7bbca797",6:"7aac8d5a",7:"5a25fd47",8:"473e837a",9:"4e9a18ba",10:"3097c568",11:"a0073868",12:"f0f0fa18",13:"de797b78",14:"5cb01ef5",15:"d67c5471",16:"35e269a2",17:"23b1ebdd",18:"86fa76ae",19:"d82d96e5",20:"952a218e",21:"01994ddf",22:"15461c37",23:"756913df",24:"4419d308",25:"04c7b7bf",26:"f7723ef2",27:"58adc50d",28:"c02fe19d",29:"76a0c8ae",30:"04ae30ab",31:"8337ab57",32:"e3e0bd32",33:"54cb08de",34:"b408d1d0",35:"617bd3f9",36:"2421bf2c",37:"a24095d8",38:"1d764e51",39:"aa5d41ab",40:"1ae31fd1",41:"3ee79ab6",42:"b50faded",43:"c044dc7f",44:"bf138514",45:"e728b5ee",46:"2e40a125",47:"b91230c8",48:"93736360",49:"33825bd7",50:"ee925ecd",51:"02557ee0",52:"8e563e3d",53:"0510ebbb",54:"7acab8c6",55:"74dda911"}[e]+".js"}function $(t){if(O[t])return O[t].exports;var n=O[t]={i:t,l:!1,exports:{},hot:d(t),parents:(u=l,l=[],u),children:[]};return e[t].call(n.exports,n,n.exports,function(e){var t=O[e];if(!t)return $;var n=function(n){return t.hot.active?(O[n]?-1===O[n].parents.indexOf(e)&&O[n].parents.push(e):(l=[e],a=n),-1===t.children.indexOf(n)&&t.children.push(n)):(console.warn("[HMR] unexpected require("+n+") from disposed module "+e),l=[]),$(n)},o=function(e){return{configurable:!0,enumerable:!0,get:function(){return $[e]},set:function(t){$[e]=t}}};for(var s in $)Object.prototype.hasOwnProperty.call($,s)&&"e"!==s&&"t"!==s&&Object.defineProperty(n,s,o(s));return n.e=function(e){return"ready"===p&&m("prepare"),y++,$.e(e).then(t,(function(e){throw t(),e}));function t(){y--,"prepare"===p&&(x[e]||S(e),0===y&&0===b&&C())}},n.t=function(e,t){return 1&t&&(e=n(e)),$.t(e,-2&t)},n}(t)),n.l=!0,n.exports}$.e=function(e){var t=[],n=D[e];if(0!==n)if(n)t.push(n[2]);else{var o=new Promise((function(t,o){n=D[e]=[t,o]}));t.push(n[2]=o);var a,s=document.createElement("script");s.charset="utf-8",s.timeout=120,$.nc&&s.setAttribute("nonce",$.nc),s.src=z(e),0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous");var r=new Error;a=function(t){s.onerror=s.onload=null,clearTimeout(i);var n=D[e];if(0!==n){if(n){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;r.message="Loading chunk "+e+" failed.\n("+o+": "+a+")",r.name="ChunkLoadError",r.type=o,r.request=a,n[1](r)}D[e]=void 0}};var i=setTimeout((function(){a({type:"timeout",target:s})}),12e4);s.onerror=s.onload=a,document.head.appendChild(s)}return Promise.all(t)},$.m=e,$.c=O,$.d=function(e,t,n){$.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},$.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},$.t=function(e,t){if(1&t&&(e=$(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if($.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)$.d(n,o,function(t){return e[t]}.bind(null,o));return n},$.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return $.d(t,"a",t),t},$.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},$.p="/",$.oe=function(e){throw console.error(e),e},$.h=function(){return r};var N=window.webpackJsonp=window.webpackJsonp||[],M=N.push.bind(N);N.push=t,N=N.slice();for(var L=0;L<N.length;L++)t(N[L]);var R=M,_=(H.push([0,0]),n());t([[],{},0,[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55]])}({"./.docz/app/db.json":function(e){e.exports=JSON.parse('{"config":{"title":"Apache Atlas \u2013 Data Governance and Metadata framework for Hadoop","description":"Apache Atlas \u2013 Data Governance and Metadata framework for Hadoop","menu":["Overview",{"name":"Documentation","menu":[{"name":"Features","menu":["High Level Architecture","Type System","Glossary","Classification Propagation","Notifications","High Availability","Business Metadata"]},{"name":"Search","menu":["Basic Search","Advanced Search"]},{"name":"Hooks","menu":["HBase","Hive","Sqoop","Storm","Kafka","Falcon"]},{"name":"Import/Export","menu":["Import API","Import API Options","Import Entity Transforms","Import Export API","Export API","Export HDFS API","Export Import Audits","Incremental Export"]},{"name":"Security","menu":["Security Details","Authentication","Authorization Model","Atlas Simple Authorizer","Atlas Ranger Authorizer"]},{"name":"Setup","menu":["Quick Start","Configuration","Build Instruction","Installation Instruction"]},"REST API",{"name":"Tools","menu":["Atlas Repair Index"]},{"name":"Misc","menu":["Atlas Server","Replicated Attributes","Soft Reference"]}]},{"name":"Downloads","menu":["Download",{"name":"Whats New","menu":["WhatsNew-2.3","WhatsNew-2.2","WhatsNew-2.1","WhatsNew-2.0","WhatsNew-1.0"]},"Migration"]},"For Developers",{"name":"Project Info","menu":["Project Information","Mailing Lists","Team List","Issue Tracking","License","Source Repository"]},"ASF"],"version":"1.0.0","repository":null,"native":false,"codeSandbox":true,"themeConfig":{},"separator":"-","files":"**/*.{md,mdx}","base":"/","baseUrl":"./public","src":"./src","public":"./src/resources","dest":"/site","atlasVersions":[{"id":1,"href":"/2.3.0/index.html","title":"2.3.0","label":"2.3.0"},{"id":2,"href":"/2.2.0/index.html","title":"2.2.0","label":"2.2.0"},{"id":3,"href":"/2.1.0/index.html","title":"2.1.0","label":"2.1.0"},{"id":4,"href":"/2.0.0/index.html","title":"2.0.0","label":"2.0.0"},{"id":5,"href":"/1.2.0/index.html","title":"1.2.0","label":"1.2.0"},{"id":6,"href":"/1.1.0/index.html","title":"1.1.0","label":"1.1.0"},{"id":7,"href":"/1.0.0/index.html","title":"1.0.0","label":"1.0.0"},{"id":8,"href":"/0.8.4/index.html","title":"0.8.4","label":"0.8.4"},{"id":9,"href":"/0.8.3/index.html","title":"0.8.3","label":"0.8.3"},{"id":10,"href":"/0.8.2/index.html","title":"0.8.2","label":"0.8.2"},{"id":11,"href":"/0.8.1/index.html","title":"0.8.1","label":"0.8.1"},{"id":12,"href":"/0.8.0-incubating/index.html","title":"0.8-incubating","label":"0.8-incubating"},{"id":13,"href":"/0.7.1-incubating/index.html","title":"0.7.1-incubating","label":"0.7.1-incubating"},{"id":14,"href":"/0.7.0-incubating/index.html","title":"0.7-incubating","label":"0.7-incubating"},{"id":15,"href":"/0.6.0-incubating/index.html","title":"0.6-incubating","label":"0.6-incubating"},{"id":16,"href":"/0.5.0-incubating/index.html","title":"0.5-incubating","label":"0.5-incubating"}],"theme":"theme/","htmlContext":{"favicon":"public/images/favicon.ico"}},"entries":[{"key":"documents/BusinessMetadata.md","value":{"name":"Business Metadata","route":"/BusinessMetadata","menu":"Documentation","submenu":"Features","id":"4608c675c39eb2f6d2f13f6495dc881b","filepath":"documents/BusinessMetadata.md","link":"","slug":"documents-business-metadata","headings":[{"slug":"business-metadata","depth":1,"value":"Business Metadata"},{"slug":"overview","depth":2,"value":"Overview"},{"slug":"create-business-metadata","depth":2,"value":"Create Business Metadata"},{"slug":"add-business-attributes-on-entity-instances","depth":2,"value":"Add business attributes on entity instances"},{"slug":"search-for-entities-using-business-attributes","depth":2,"value":"Search for entities using business attributes"},{"slug":"authorizations","depth":2,"value":"Authorizations"},{"slug":"rest-apis","depth":2,"value":"REST APIs"}]}},{"key":"documents/ClassificationPropagation.md","value":{"name":"Classification Propagation","route":"/ClassificationPropagation","menu":"Documentation","submenu":"Features","id":"65a0fa2b70ad29423c044848976ed3ff","filepath":"documents/ClassificationPropagation.md","link":"","slug":"documents-classification-propagation","headings":[{"slug":"classification-propagation","depth":1,"value":"Classification Propagation"},{"slug":"use-cases","depth":2,"value":"Use Cases"},{"slug":"add-classification-to-an-entity","depth":2,"value":"Add classification to an entity"},{"slug":"update-classification-associated-with-an-entity","depth":2,"value":"Update classification associated with an entity"},{"slug":"remove-classification-associated-with-an-entity","depth":2,"value":"Remove classification associated with an entity"},{"slug":"add-lineage-between-entities","depth":2,"value":"Add lineage between entities"},{"slug":"delete-an-entity","depth":2,"value":"Delete an entity"},{"slug":"control-propagation","depth":2,"value":"Control Propagation"},{"slug":"propagate-flag-in-classification","depth":2,"value":"Propagate flag in classification"},{"slug":"propagate-flag-in-lineage-edge","depth":2,"value":"Propagate flag in lineage edge"},{"slug":"block-propagation-of-specific-classifications-in-lineage-edge","depth":2,"value":"Block propagation of specific classifications in lineage edge"},{"slug":"notifications-and-audit","depth":2,"value":"Notifications and Audit"},{"slug":"glossary","depth":2,"value":"Glossary"}]}},{"key":"documents/Glossary.md","value":{"name":"Glossary","route":"/Glossary","menu":"Documentation","submenu":"Features","id":"63b6b3d0c273e4eb20395cf2de83c245","filepath":"documents/Glossary.md","link":"","slug":"documents-glossary","headings":[{"slug":"glossary","depth":1,"value":"Glossary"},{"slug":"use-cases","depth":3,"value":"Use cases"},{"slug":"what-is-a-glossary-term-","depth":3,"value":"What is a Glossary term ?"},{"slug":"what-is-a-glossary-category-","depth":3,"value":"What is a Glossary category ?"},{"slug":"ui-interactions","depth":3,"value":"UI interactions"},{"slug":"glossary-tab","depth":4,"value":"Glossary tab"},{"slug":"term-context-menu","depth":5,"value":"Term context menu"},{"slug":"term-detail-page","depth":5,"value":"Term detail page"},{"slug":"add-classification-to-term","depth":5,"value":"Add classification to Term"},{"slug":"create-term-relationship-with-other-term","depth":5,"value":"Create term relationship with other term"},{"slug":"categorize-a-term","depth":5,"value":"Categorize a term"},{"slug":"category-view","depth":4,"value":"Category view"},{"slug":"category-context-menu","depth":5,"value":"Category context menu"},{"slug":"category-detail-page","depth":5,"value":"Category detail page"},{"slug":"categorize-term","depth":5,"value":"Categorize term"},{"slug":"term-assignment-flow","depth":4,"value":"Term assignment flow"},{"slug":"assign-term","depth":5,"value":"Assign term"},{"slug":"propagated-classification","depth":5,"value":"Propagated classification"},{"slug":"search-using-a-term","depth":4,"value":"Search using a term"},{"slug":"summary-of-rest-interactions","depth":4,"value":"Summary of REST interactions"},{"slug":"json-structure","depth":5,"value":"JSON structure"},{"slug":"create-operations","depth":5,"value":"CREATE operations"},{"slug":"read-operations","depth":5,"value":"READ operations"},{"slug":"update-operations","depth":5,"value":"UPDATE operations"},{"slug":"delete-operations","depth":5,"value":"DELETE operations"}]}},{"key":"documents/HighAvailability.md","value":{"name":"High Availability","route":"/HighAvailability","menu":"Documentation","submenu":"Features","id":"d7ff0f0d643531e940f5ac61200b2ce3","filepath":"documents/HighAvailability.md","link":"","slug":"documents-high-availability","headings":[{"slug":"fault-tolerance-and-high-availability-options","depth":1,"value":"Fault Tolerance and High Availability Options"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"atlas-web-service","depth":2,"value":"Atlas Web Service"},{"slug":"setting-up-the-high-availability-feature-in-atlas","depth":3,"value":"Setting up the High Availability feature in Atlas"},{"slug":"configuring-clients-to-use-the-high-availability-feature","depth":3,"value":"Configuring clients to use the High Availability feature"},{"slug":"using-an-intermediate-proxy","depth":4,"value":"Using an intermediate proxy"},{"slug":"using-automatic-detection-of-active-instance","depth":4,"value":"Using automatic detection of active instance"},{"slug":"implementation-details-of-atlas-high-availability","depth":3,"value":"Implementation Details of Atlas High Availability"},{"slug":"metadata-store","depth":2,"value":"Metadata Store"},{"slug":"index-store","depth":2,"value":"Index Store"},{"slug":"solr","depth":3,"value":"Solr"},{"slug":"elasticsearch--tech-preview","depth":3,"value":"Elasticsearch  (Tech Preview)"},{"slug":"notification-server","depth":2,"value":"Notification Server"},{"slug":"known-issues","depth":2,"value":"Known Issues"}]}},{"key":"documents/HighLevelArchitecture.md","value":{"name":"High Level Architecture","route":"/Architecture","menu":"Documentation","submenu":"Features","id":"8e88cd5c4a29777f45958b0444e656a4","filepath":"documents/HighLevelArchitecture.md","link":"","slug":"documents-high-level-architecture","headings":[{"slug":"architecture","depth":1,"value":"Architecture"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"atlas-high-level-architecture---overview","depth":2,"value":"Atlas High Level Architecture - Overview"},{"slug":"core","depth":3,"value":"Core"},{"slug":"integration","depth":3,"value":"Integration"},{"slug":"metadata-sources","depth":3,"value":"Metadata sources"},{"slug":"applications","depth":3,"value":"Applications"}]}},{"key":"documents/Notifications.md","value":{"name":"Notifications","route":"/Notifications","menu":"Documentation","submenu":"Features","id":"d811bdbc7388c22282f7f3b64f9035b1","filepath":"documents/Notifications.md","link":"","slug":"documents-notifications","headings":[{"slug":"notifications","depth":1,"value":"Notifications"},{"slug":"notifications-from-apache-atlas","depth":2,"value":"Notifications from Apache Atlas"},{"slug":"notifications---v2-apache-atlas-version-10","depth":3,"value":"Notifications - V2: Apache Atlas version 1.0"},{"slug":"notifications---v1-apache-atlas-version-08x-and-earlier","depth":3,"value":"Notifications - V1: Apache Atlas version 0.8.x and earlier"},{"slug":"notifications-to-apache-atlas","depth":2,"value":"Notifications to Apache Atlas"}]}},{"key":"documents/Overview.md","value":{"name":"Overview","route":"/","menu":"Overview","id":"33b70bfd900fa0a0a10ffd936cf46829","filepath":"documents/Overview.md","link":"","slug":"documents-overview","headings":[{"slug":"overview","depth":1,"value":"Overview"},{"slug":"features","depth":2,"value":"Features"},{"slug":"metadata-types--instances","depth":3,"value":"Metadata types & instances"},{"slug":"classification","depth":3,"value":"Classification"},{"slug":"lineage","depth":3,"value":"Lineage"},{"slug":"searchdiscovery","depth":3,"value":"Search/Discovery"},{"slug":"security--data-masking","depth":3,"value":"Security & Data Masking"},{"slug":"getting-started","depth":2,"value":"Getting Started"},{"slug":"api-documentation","depth":2,"value":"API Documentation"},{"slug":"developer-setup-documentation","depth":2,"value":"Developer Setup Documentation"}]}},{"key":"documents/RestAPI.md","value":{"name":"REST API","route":"/RestApi","menu":"Documentation","submenu":"REST API","id":"2a1df74cbaea54d0dd0a56ff05e38270","filepath":"documents/RestAPI.md","link":"","slug":"documents-rest-api","headings":[{"slug":"rest-api","depth":1,"value":"REST API"}]}},{"key":"documents/TypeSystem.md","value":{"name":"Type System","route":"/TypeSystem","menu":"Documentation","submenu":"Features","id":"507fb4123d3a830140580b1cfb0095cc","filepath":"documents/TypeSystem.md","link":"","slug":"documents-type-system","headings":[{"slug":"type-system","depth":1,"value":"Type System"},{"slug":"overview","depth":2,"value":"Overview"},{"slug":"types","depth":2,"value":"Types"},{"slug":"entities","depth":2,"value":"Entities"},{"slug":"attributes","depth":2,"value":"Attributes"},{"slug":"system-specific-types-and-their-significance","depth":2,"value":"System specific types and their significance"}]}},{"key":"documents/Asf/asfinfo.md","value":{"name":"ASF","route":"/asf","menu":"ASF","id":"9c4bc987415ba768a9a0621cc7e199f6","filepath":"documents/Asf/asfinfo.md","link":"","slug":"documents-asf-asfinfo","headings":[{"slug":"asf-information","depth":1,"value":"ASF Information"}]}},{"key":"documents/Downloads/Downloads.md","value":{"name":"Download","route":"/Downloads","menu":"Downloads","submenu":"Download","id":"0cee405df7fd7cd7e40282afbb30e8bd","filepath":"documents/Downloads/Downloads.md","link":"","slug":"documents-downloads-downloads","headings":[{"slug":"downloads","depth":1,"value":"Downloads"},{"slug":"verify-the-integrity-of-the-files","depth":2,"value":"Verify the integrity of the files"},{"slug":"release-notes","depth":2,"value":"Release Notes"}]}},{"key":"documents/Hook/HookFalcon.md","value":{"name":"Falcon","route":"/HookFalcon","menu":"Documentation","submenu":"Hooks","id":"4db922fa8f509f5ff400983bc9c4559e","filepath":"documents/Hook/HookFalcon.md","link":"","slug":"documents-hook-hook-falcon","headings":[{"slug":"falcon-atlas-bridge","depth":1,"value":"Falcon Atlas Bridge"},{"slug":"falcon-model","depth":2,"value":"Falcon Model"},{"slug":"falcon-hook","depth":2,"value":"Falcon Hook"},{"slug":"notes","depth":2,"value":"NOTES"}]}},{"key":"documents/Hook/HookHBase.md","value":{"name":"HBase","route":"/HookHBase","menu":"Documentation","submenu":"Hooks","id":"fa5fd04b038f151c2a97ee579f59f0ac","filepath":"documents/Hook/HookHBase.md","link":"","slug":"documents-hook-hook-h-base","headings":[{"slug":"apache-atlas-hook--bridge-for-apache-hbase","depth":1,"value":"Apache Atlas Hook & Bridge for Apache HBase"},{"slug":"hbase-model","depth":2,"value":"HBase Model"},{"slug":"hbase-hook","depth":2,"value":"HBase Hook"},{"slug":"notes","depth":2,"value":"NOTES"},{"slug":"importing-hbase-metadata","depth":2,"value":"Importing HBase Metadata"}]}},{"key":"documents/Hook/HookHive.md","value":{"name":"Hive","route":"/HookHive","menu":"Documentation","submenu":"Hooks","id":"1644eb24fbcca2793b625031b9107c47","filepath":"documents/Hook/HookHive.md","link":"","slug":"documents-hook-hook-hive","headings":[{"slug":"apache-atlas-hook--bridge-for-apache-hive","depth":1,"value":"Apache Atlas Hook & Bridge for Apache Hive"},{"slug":"hive-model","depth":2,"value":"Hive Model"},{"slug":"hive-hook","depth":2,"value":"Hive Hook"},{"slug":"column-level-lineage","depth":2,"value":"Column Level Lineage"},{"slug":"model","depth":3,"value":"Model"},{"slug":"examples","depth":3,"value":"Examples"},{"slug":"extracting-lineage-from-hive-commands","depth":3,"value":"Extracting Lineage from Hive commands"},{"slug":"notes","depth":2,"value":"NOTES"},{"slug":"importing-hive-metadata","depth":2,"value":"Importing Hive Metadata"}]}},{"key":"documents/Hook/HookKafka.md","value":{"name":"Kafka","route":"/HookKafka","menu":"Documentation","submenu":"Hooks","id":"01a8a439ef5fe47c5d97d9a22f9fd609","filepath":"documents/Hook/HookKafka.md","link":"","slug":"documents-hook-hook-kafka","headings":[{"slug":"apache-atlas-hook-for-apache-kafka","depth":1,"value":"Apache Atlas Hook for Apache Kafka"},{"slug":"kafka-model","depth":2,"value":"Kafka Model"},{"slug":"setup","depth":2,"value":"Setup"},{"slug":"importing-kafka-metadata","depth":2,"value":"Importing Kafka Metadata"}]}},{"key":"documents/Hook/HookSqoop.md","value":{"name":"Sqoop","route":"/HookSqoop","menu":"Documentation","submenu":"Hooks","id":"16b81f28d034811abce9e73d9ea9558e","filepath":"documents/Hook/HookSqoop.md","link":"","slug":"documents-hook-hook-sqoop","headings":[{"slug":"apache-atlas-hook-for-apache-sqoop","depth":1,"value":"Apache Atlas Hook for Apache Sqoop"},{"slug":"sqoop-model","depth":2,"value":"Sqoop Model"},{"slug":"sqoop-hook","depth":2,"value":"Sqoop Hook"},{"slug":"notes","depth":2,"value":"NOTES"}]}},{"key":"documents/Hook/HookStorm.md","value":{"name":"Storm","route":"/HookStorm","menu":"Documentation","submenu":"Hooks","id":"1f8c4aab699a21f30ebe10d1255e908b","filepath":"documents/Hook/HookStorm.md","link":"","slug":"documents-hook-hook-storm","headings":[{"slug":"apache-atlas-hook-for-apache-storm","depth":1,"value":"Apache Atlas Hook for Apache Storm"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"storm-data-model","depth":2,"value":"Storm Data Model"},{"slug":"storm-atlas-hook","depth":2,"value":"Storm Atlas Hook"},{"slug":"limitations","depth":2,"value":"Limitations"},{"slug":"installation","depth":2,"value":"Installation"},{"slug":"configuration","depth":2,"value":"Configuration"},{"slug":"storm-configuration","depth":3,"value":"Storm Configuration"}]}},{"key":"documents/Import-Export/ExportAPI.md","value":{"name":"Export API","route":"/ExportAPI","menu":"Documentation","submenu":"Import/Export","id":"73c88b886b63340e8307aed2fa48c11e","filepath":"documents/Import-Export/ExportAPI.md","link":"","slug":"documents-import-export-export-api","headings":[{"slug":"export-api","depth":1,"value":"Export API"},{"slug":"additional-options","depth":3,"value":"Additional Options"},{"slug":"contents-of-exported-zip-file","depth":3,"value":"Contents of Exported ZIP File"},{"slug":"examples","depth":3,"value":"Examples"},{"slug":"curl-calls","depth":3,"value":"CURL Calls"}]}},{"key":"documents/Import-Export/ExportHDFSAPI.md","value":{"name":"Export HDFS API","route":"/ExportHDFSAPI","menu":"Documentation","submenu":"Import/Export","id":"a8fa80e9bdfe717404895c643191be69","filepath":"documents/Import-Export/ExportHDFSAPI.md","link":"","slug":"documents-import-export-export-hdfsapi","headings":[{"slug":"export--import-apis-for-hdfs-path","depth":1,"value":"Export & Import APIs for HDFS Path"},{"slug":"introduction","depth":3,"value":"Introduction"},{"slug":"export-api-using-matchtype","depth":3,"value":"Export API Using matchType"},{"slug":"example-using-curl-calls","depth":3,"value":"Example Using CURL Calls"},{"slug":"automatic-creation-of-hdfs-entities","depth":3,"value":"Automatic Creation of HDFS entities"}]}},{"key":"documents/Import-Export/ExportImportAudits.md","value":{"name":"Export Import Audits","route":"/ExportImportAudits","menu":"Documentation","submenu":"Import/Export","id":"0cd0eb1da37e202f876fe3b853048c1a","filepath":"documents/Import-Export/ExportImportAudits.md","link":"","slug":"documents-import-export-export-import-audits","headings":[{"slug":"export--import-audits","depth":1,"value":"Export & Import Audits"},{"slug":"background","depth":4,"value":"Background"},{"slug":"rest-apis","depth":4,"value":"REST APIs"},{"slug":"curl","depth":5,"value":"CURL"},{"slug":"response","depth":5,"value":"RESPONSE"}]}},{"key":"documents/Import-Export/ImportAPI.md","value":{"name":"Import API","route":"/ImportAPI","menu":"Documentation","submenu":"Import/Export","id":"1608489147349744fb1a22c0d9d0eeff","filepath":"documents/Import-Export/ImportAPI.md","link":"","slug":"documents-import-export-import-api","headings":[{"slug":"import-api","depth":1,"value":"Import API"},{"slug":"import-zip-file-using-post","depth":3,"value":"Import ZIP File Using POST"},{"slug":"import-zip-file-available-on-server","depth":3,"value":"Import ZIP File Available on Server"},{"slug":"examples-using-curl-calls","depth":3,"value":"Examples Using CURL Calls"}]}},{"key":"documents/Import-Export/ImportAPIOptions.md","value":{"name":"Import API Options","route":"/ImportAPIOptions","menu":"Documentation","submenu":"Import/Export","id":"a8061e0839708d09107f7f5d87ccdbbe","filepath":"documents/Import-Export/ImportAPIOptions.md","link":"","slug":"documents-import-export-import-api-options","headings":[{"slug":"import-api-options","depth":1,"value":"Import API Options"},{"slug":"examples-using-curl-calls","depth":3,"value":"Examples Using CURL Calls"},{"slug":"options","depth":3,"value":"Options"},{"slug":"transforms","depth":4,"value":"Transforms"},{"slug":"start-guid-or-start-index","depth":4,"value":"Start Guid or Start Index"},{"slug":"optional-importing-type-definition","depth":4,"value":"Optional Importing Type Definition"},{"slug":"specifying-file-to-be-imported-from-server-location","depth":4,"value":"Specifying File to be Imported From Server Location"},{"slug":"handling-large-imports","depth":4,"value":"Handling Large Imports"}]}},{"key":"documents/Import-Export/ImportEntityTransforms.md","value":{"name":"Import Entity Transforms","route":"/ImportEntityTransforms","menu":"Documentation","submenu":"Import/Export","id":"f938b1564bb89576ae91f2b4b37ef288","filepath":"documents/Import-Export/ImportEntityTransforms.md","link":"","slug":"documents-import-export-import-entity-transforms","headings":[{"slug":"new-entity-transforms-framework","depth":1,"value":"(New) Entity Transforms Framework"},{"slug":"background","depth":4,"value":"Background"},{"slug":"transformation-framework","depth":4,"value":"Transformation Framework"},{"slug":"reason-for-new-transformation-framework","depth":4,"value":"Reason for New Transformation Framework"},{"slug":"approach","depth":4,"value":"Approach"},{"slug":"conditions","depth":5,"value":"Conditions"},{"slug":"actions","depth":5,"value":"Actions"},{"slug":"built-in-transforms","depth":4,"value":"Built-in Transforms"},{"slug":"add-classification","depth":5,"value":"Add Classification"},{"slug":"replace-prefix","depth":5,"value":"Replace Prefix"},{"slug":"to-lower","depth":5,"value":"To Lower"},{"slug":"clear","depth":5,"value":"Clear"},{"slug":"additional-examples","depth":4,"value":"Additional Examples"}]}},{"key":"documents/Import-Export/ImportExportAPI.md","value":{"name":"Import Export API","route":"/ImportExportAPI","menu":"Documentation","submenu":"Import/Export","id":"762aa4d538b3b06c3289c72854408687","filepath":"documents/Import-Export/ImportExportAPI.md","link":"","slug":"documents-import-export-import-export-api","headings":[{"slug":"export--import-rest-apis","depth":1,"value":"Export & Import REST APIs"},{"slug":"whats-new","depth":3,"value":"What\'s New"},{"slug":"background","depth":3,"value":"Background"},{"slug":"introduction","depth":3,"value":"Introduction"},{"slug":"errors","depth":3,"value":"Errors"},{"slug":"rest-api-reference","depth":3,"value":"REST API Reference"}]}},{"key":"documents/Import-Export/IncrementalExport.md","value":{"name":"Incremental Export","route":"/IncrementalExport","menu":"Documentation","submenu":"Import/Export","id":"fcf86e26f925a56cf05803493b215e76","filepath":"documents/Import-Export/IncrementalExport.md","link":"","slug":"documents-import-export-incremental-export","headings":[{"slug":"incremental-export","depth":2,"value":"Incremental Export"},{"slug":"background","depth":4,"value":"Background"},{"slug":"export-options","depth":4,"value":"Export Options"},{"slug":"getting-change-marker","depth":4,"value":"Getting Change Marker"},{"slug":"skip-lineage-option","depth":4,"value":"Skip Lineage Option"},{"slug":"benefit-of-incremental-export","depth":4,"value":"Benefit of Incremental Export"}]}},{"key":"documents/Migration/Migration-0.8-to-1.0.md","value":{"name":"Migration-0.8 to 1.0","route":"/Migration-0.8-to-1.0","menu":"Downloads","submenu":"Migration","id":"a5e2f887053b440c46fdfb927acc1dfa","filepath":"documents/Migration/Migration-0.8-to-1.0.md","link":"","slug":"documents-migration-migration-0-8-to-1-0","headings":[{"slug":"migrating-data-from-apache-atlas-08-to-apache-atlas-10","depth":1,"value":"Migrating data from Apache Atlas 0.8 to Apache Atlas 1.0"},{"slug":"migration-steps","depth":3,"value":"Migration Steps"},{"slug":"planning-the-migration","depth":4,"value":"Planning the migration"},{"slug":"exporting-data-from-apache-atlas-08","depth":4,"value":"Exporting data from Apache Atlas 0.8"},{"slug":"before-importing-into-apache-atlas-10","depth":3,"value":"Before importing into Apache Atlas 1.0"},{"slug":"importing-data-into-apache-atlas-10","depth":4,"value":"Importing Data into Apache Atlas 1.0"},{"slug":"atlas-entity-defaults-for-migrated-data","depth":3,"value":"Atlas Entity Defaults for Migrated Data"},{"slug":"handling-of-entity-definitions-that-use-classifications-as-types","depth":4,"value":"Handling of Entity Definitions that use Classifications as Types"}]}},{"key":"documents/Misc/AtlasServer.md","value":{"name":"Atlas Server","route":"/AtlasServer","menu":"Documentation","submenu":"Misc","id":"c0ce0b2d1f25f703c7a003ad3337384c","filepath":"documents/Misc/AtlasServer.md","link":"","slug":"documents-misc-atlas-server","headings":[{"slug":"atlas-server-entity-type","depth":1,"value":"Atlas Server Entity Type"},{"slug":"background","depth":4,"value":"Background"},{"slug":"creation","depth":4,"value":"Creation"},{"slug":"details-within-property-page","depth":4,"value":"Details within Property Page"},{"slug":"exportimport-audits","depth":4,"value":"Export/Import Audits"},{"slug":"example","depth":4,"value":"Example"},{"slug":"support-for-clusters-full-name","depth":4,"value":"Support for Cluster\'s Full Name"},{"slug":"additional-information","depth":4,"value":"Additional Information"},{"slug":"rest-apis","depth":4,"value":"REST APIs"},{"slug":"curl","depth":4,"value":"CURL"}]}},{"key":"documents/Misc/ReplicatedAttributes.md","value":{"name":"Replicated Attributes","route":"/ReplicatedAttributes","menu":"Documentation","submenu":"Misc","id":"ae14752eff1e7c9a5b738080e30f1aec","filepath":"documents/Misc/ReplicatedAttributes.md","link":"","slug":"documents-misc-replicated-attributes","headings":[{"slug":"replicated-attributes","depth":1,"value":"Replicated Attributes"},{"slug":"background","depth":4,"value":"Background"}]}},{"key":"documents/Misc/SoftReference.md","value":{"name":"Soft Reference","route":"/SoftReference","menu":"Documentation","submenu":"Misc","id":"056c3a8b869062720878e3a15144fc71","filepath":"documents/Misc/SoftReference.md","link":"","slug":"documents-misc-soft-reference","headings":[{"slug":"entity-attribute-option-softreference","depth":1,"value":"Entity Attribute Option: SoftReference"},{"slug":"background","depth":4,"value":"Background"},{"slug":"specification","depth":4,"value":"Specification"}]}},{"key":"documents/Project-Info/IssueTracking.md","value":{"name":"Issue Tracking","route":"/IssueTracking","menu":"Project Info","submenu":"Issue Tracking","id":"019f27a13aa2f70e2268b4c1f62fd8d5","filepath":"documents/Project-Info/IssueTracking.md","link":"","slug":"documents-project-info-issue-tracking","headings":[{"slug":"overview","depth":1,"value":"Overview"},{"slug":"issue-tracking","depth":1,"value":"Issue Tracking"}]}},{"key":"documents/Project-Info/MailingLists.md","value":{"name":"Mailing Lists","route":"/MailingLists","menu":"Project Info","submenu":"Mailing Lists","id":"0d92a8024dabc094a01eb68d110a04d8","filepath":"documents/Project-Info/MailingLists.md","link":"","slug":"documents-project-info-mailing-lists","headings":[{"slug":"project-mailing-lists","depth":1,"value":"Project Mailing Lists"}]}},{"key":"documents/Project-Info/ProjectInfo.md","value":{"name":"Project Information","route":"/ProjectInfo","menu":"Project Info","submenu":"Project Information","id":"7ba3f6db8aa3a72570a6df7c8d360cc1","filepath":"documents/Project-Info/ProjectInfo.md","link":"","slug":"documents-project-info-project-info","headings":[{"slug":"project-information","depth":1,"value":"Project Information"},{"slug":"overview","depth":1,"value":"Overview"}]}},{"key":"documents/Project-Info/ProjectLicense.md","value":{"name":"License","route":"/ProjectLicense","menu":"Project Info","submenu":"License","id":"3118b66ac9805351a9da37b5cff66e3b","filepath":"documents/Project-Info/ProjectLicense.md","link":"","slug":"documents-project-info-project-license","headings":[{"slug":"project-license","depth":1,"value":"Project License"},{"slug":"the-apache-software-license-version-20","depth":3,"value":"The Apache Software License, Version 2.0"},{"slug":"apache-atlas-subcomponents","depth":3,"value":"Apache Atlas Subcomponents:"}]}},{"key":"documents/Project-Info/SourceRepository.md","value":{"name":"Source Repository","route":"/SourceRepository","menu":"Project Info","submenu":"Source Repository","id":"744d10a0c81b53143c6caf583a67d695","filepath":"documents/Project-Info/SourceRepository.md","link":"","slug":"documents-project-info-source-repository","headings":[{"slug":"overview","depth":1,"value":"Overview"},{"slug":"web-access","depth":1,"value":"Web Access"},{"slug":"anonymous-access","depth":1,"value":"Anonymous access"},{"slug":"developer-access","depth":1,"value":"Developer access"},{"slug":"access-from-behind-a-firewall","depth":1,"value":"Access from behind a firewall"}]}},{"key":"documents/Project-Info/TeamList.md","value":{"name":"Team List","route":"/TeamList","menu":"Project Info","submenu":"Team List","id":"4bb45750814d507ba5abaa82b6c9843d","filepath":"documents/Project-Info/TeamList.md","link":"","slug":"documents-project-info-team-list","headings":[{"slug":"the-team","depth":1,"value":"The Team"},{"slug":"a-successful-project-requires-many-people-to-play-many-roles-some-members-write-code-or-documentation-while-others-are-valuable-as-testers-submitting-patches-and-suggestions","depth":4,"value":"A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions."},{"slug":"the-team-comprises-members-and-contributors-members-have-direct-access-to-the-source-of-a-project-and-actively-evolve-the-code-base-contributors-improve-the-project-through-submission-of-patches-and-suggestions-to-the-members-the-number-of-contributors-to-the-project-is-unbounded-get-involved-today-all-contributions-to-the-project-are-greatly-appreciated","depth":4,"value":"The team comprises Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated."},{"slug":"members","depth":2,"value":"Members"},{"slug":"the-following-is-a-list-of-developers-with-commit-privileges-that-have-directly-contributed-to-the-project-in-one-way-or-another","depth":4,"value":"The following is a list of developers with commit privileges that have directly contributed to the project in one way or another."}]}},{"key":"documents/Search/SearchAdvanced.md","value":{"name":"Advanced Search","route":"/SearchAdvance","menu":"Documentation","submenu":"Search","id":"2231d48311ad173962a6804d02642c8d","filepath":"documents/Search/SearchAdvanced.md","link":"","slug":"documents-search-search-advanced","headings":[{"slug":"advanced-search","depth":1,"value":"Advanced Search"},{"slug":"background","depth":3,"value":"Background"},{"slug":"using-advanced-search","depth":2,"value":"Using Advanced Search"},{"slug":"introduction-to-domain-specific-language","depth":2,"value":"Introduction to Domain Specific Language"},{"slug":"from-clause","depth":3,"value":"From Clause"},{"slug":"where-clause","depth":3,"value":"Where Clause"},{"slug":"using-date-literals","depth":3,"value":"Using Date Literals"},{"slug":"using-boolean-literals","depth":4,"value":"Using Boolean Literals"},{"slug":"existence-of-a-property","depth":3,"value":"Existence of a Property"},{"slug":"select-clause","depth":3,"value":"Select Clause"},{"slug":"note-about-select-clauses","depth":4,"value":"Note About Select Clauses"},{"slug":"classification-based-filtering","depth":3,"value":"Classification-based Filtering"},{"slug":"relationship-based-filtering","depth":4,"value":"Relationship-based filtering"},{"slug":"glossary-term-based-filtering","depth":4,"value":"Glossary Term-based Filtering"},{"slug":"limit--offset-clauses","depth":3,"value":"Limit & Offset Clauses"},{"slug":"ordering-results","depth":3,"value":"Ordering Results"},{"slug":"aggregate-functions","depth":3,"value":"Aggregate Functions"},{"slug":"the-count-keyword","depth":3,"value":"The count Keyword"},{"slug":"the-max-keyword","depth":3,"value":"The max Keyword"},{"slug":"the-min-keyword","depth":3,"value":"The min Keyword"},{"slug":"grouping-results","depth":3,"value":"Grouping Results"},{"slug":"using-system-attributes","depth":3,"value":"Using System Attributes"},{"slug":"state-of-an-entity","depth":3,"value":"State of an Entity"},{"slug":"using-system-attributes-in-queries","depth":3,"value":"Using System Attributes in Queries"},{"slug":"advanced-search-rest-api","depth":2,"value":"Advanced Search REST API"},{"slug":"the-v2-api","depth":3,"value":"The V2 API"},{"slug":"implementation-approach","depth":2,"value":"Implementation Approach"},{"slug":"differences-between-master-and-earlier-versions","depth":2,"value":"Differences Between Master and Earlier Versions"},{"slug":"resources","depth":2,"value":"Resources"}]}},{"key":"documents/Search/SearchBasic.md","value":{"name":"Basic Search","route":"/SearchBasic","menu":"Documentation","submenu":"Search","id":"3d732ebac4d26bc67f7161ea06b8cd42","filepath":"documents/Search/SearchBasic.md","link":"","slug":"documents-search-search-basic","headings":[{"slug":"basic-search","depth":1,"value":"Basic Search"}]}},{"key":"documents/Search/SearchRelationship.md","value":{"name":"Relationship Search","route":"/SearchRelationship","menu":"Documentation","submenu":"Search","id":"34c81bb7ea1c628aba1440a19e041dbf","filepath":"documents/Search/SearchRelationship.md","link":"","slug":"documents-search-search-relationship","headings":[{"slug":"relationship-search","depth":1,"value":"Relationship Search"}]}},{"key":"documents/Security/AtlasRangerAuthorizer.md","value":{"name":"Atlas Ranger Authorizer","route":"/AtlasRangerAuthorizer","menu":"Documentation","submenu":"Security","id":"d14b432df8722624c0f8eced545b1d5e","filepath":"documents/Security/AtlasRangerAuthorizer.md","link":"","slug":"documents-security-atlas-ranger-authorizer","headings":[{"slug":"atlas-ranger-authorizer","depth":1,"value":"Atlas Ranger Authorizer"},{"slug":"setting-up-apache-atlas-to-use-apache-ranger-authorization","depth":2,"value":"Setting up Apache Atlas to use Apache Ranger Authorization"},{"slug":"configure-apache-atlas","depth":3,"value":"Configure Apache Atlas"},{"slug":"apache-ranger-authorization-policy-model-for-apache-atlas","depth":3,"value":"Apache Ranger authorization policy model for Apache Atlas"},{"slug":"apache-ranger-access-audit-for-apache-atlas-authorizations","depth":3,"value":"Apache Ranger access audit for Apache Atlas authorizations"}]}},{"key":"documents/Security/AtlasSimpleAuthorizer.md","value":{"name":"Atlas Simple Authorizer","route":"/AtlasSimpleAuthorizer","menu":"Documentation","submenu":"Security","id":"5b16b833d22372706ec5bca598c24463","filepath":"documents/Security/AtlasSimpleAuthorizer.md","link":"","slug":"documents-security-atlas-simple-authorizer","headings":[{"slug":"atlas-simple-authorizer","depth":1,"value":"Atlas Simple Authorizer"},{"slug":"setting-up-atlas-to-use-simple-authorizer","depth":2,"value":"Setting up Atlas to use Simple Authorizer"},{"slug":"configure-apache-atlas","depth":2,"value":"Configure Apache Atlas"},{"slug":"policy-file-format","depth":3,"value":"Policy file format"},{"slug":"roles","depth":3,"value":"Roles"},{"slug":"assign-roles-to-users-and-user-groups","depth":3,"value":"Assign Roles to Users and User Groups"}]}},{"key":"documents/Security/Authentication.md","value":{"name":"Authentication","route":"/Authentication","menu":"Documentation","submenu":"Security","id":"7beb04d551918c390480043d25b37b6a","filepath":"documents/Security/Authentication.md","link":"","slug":"documents-security-authentication","headings":[{"slug":"authentication-in-apache-atlas","depth":1,"value":"Authentication in Apache Atlas."},{"slug":"authentication","depth":3,"value":"Authentication"},{"slug":"file-method","depth":3,"value":"FILE method."},{"slug":"kerberos-method","depth":3,"value":"Kerberos Method."},{"slug":"ldap-method","depth":3,"value":"LDAP Method."},{"slug":"active-directory","depth":3,"value":"Active Directory"},{"slug":"ldap-directory","depth":3,"value":"LDAP Directory"},{"slug":"keycloak-method","depth":3,"value":"Keycloak Method."},{"slug":"pam","depth":3,"value":"PAM."}]}},{"key":"documents/Security/AuthorizationModel.md","value":{"name":"Authorization Model","route":"/AuthorizationModel","menu":"Documentation","submenu":"Security","id":"70c74b19b6fc58a21175d81b28034e8a","filepath":"documents/Security/AuthorizationModel.md","link":"","slug":"documents-security-authorization-model","headings":[{"slug":"atlas-authorization-model","depth":1,"value":"Atlas Authorization Model"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"authorization-of-access-to-types","depth":2,"value":"Authorization of access to Types"},{"slug":"authorization-of-access-to-entities","depth":2,"value":"Authorization of access to Entities"},{"slug":"authorization-of-admin-operations","depth":2,"value":"Authorization of Admin operations"},{"slug":"pluggable-authorization","depth":2,"value":"Pluggable Authorization"},{"slug":"simple-authorizer","depth":2,"value":"Simple Authorizer"},{"slug":"ranger-authorizer","depth":2,"value":"Ranger Authorizer"},{"slug":"none-authorizer","depth":2,"value":"None authorizer"}]}},{"key":"documents/Security/Security.md","value":{"name":"Security Details","route":"/Security","menu":"Documentation","submenu":"Security","id":"9e6b84530de37d43c494027070f649bf","filepath":"documents/Security/Security.md","link":"","slug":"documents-security-security","headings":[{"slug":"security-features-of-apache-atlas","depth":1,"value":"Security Features of Apache Atlas"},{"slug":"overview","depth":2,"value":"Overview"},{"slug":"ssl","depth":2,"value":"SSL"},{"slug":"credential-provider-utility-script","depth":4,"value":"Credential Provider Utility Script"},{"slug":"service-authentication","depth":2,"value":"Service Authentication"},{"slug":"jaas-configuration","depth":3,"value":"JAAS configuration"},{"slug":"spnego-based-http-authentication","depth":2,"value":"SPNEGO-based HTTP Authentication"},{"slug":"client-security-configuration","depth":3,"value":"Client security configuration"},{"slug":"solr-kerberos-configuration","depth":3,"value":"SOLR Kerberos configuration"}]}},{"key":"documents/Setup/BuildInstruction.md","value":{"name":"Build Instruction","route":"/BuildInstallation","menu":"Documentation","submenu":"Setup","id":"660ea3f6cdf83978ed3fdb76cba111ad","filepath":"documents/Setup/BuildInstruction.md","link":"","slug":"documents-setup-build-instruction","headings":[{"slug":"building--installing-apache-atlas","depth":2,"value":"Building & Installing Apache Atlas"},{"slug":"building-apache-atlas","depth":3,"value":"Building Apache Atlas"},{"slug":"packaging-apache-atlas","depth":3,"value":"Packaging Apache Atlas"},{"slug":"packaging-apache-atlas-with-embedded-apache-hbase--apache-solr","depth":3,"value":"Packaging Apache Atlas with embedded Apache HBase & Apache Solr"},{"slug":"packaging-apache-atlas-with-berkeleydb--apache-solr","depth":3,"value":"Packaging Apache Atlas with BerkeleyDB & Apache Solr"},{"slug":"packaging-apache-atlas-with-embedded-apache-cassandra--apache-solr","depth":3,"value":"Packaging Apache Atlas with embedded Apache Cassandra & Apache Solr"},{"slug":"apache-atlas-package","depth":3,"value":"Apache Atlas Package"}]}},{"key":"documents/Setup/Configuration.md","value":{"name":"Configuration","route":"/Configuration","menu":"Documentation","submenu":"Setup","id":"2376cf14650fd03637e96898ec8181f9","filepath":"documents/Setup/Configuration.md","link":"","slug":"documents-setup-configuration","headings":[{"slug":"configuring-apache-atlas---application-properties","depth":1,"value":"Configuring Apache Atlas - Application Properties"},{"slug":"graph-configs","depth":2,"value":"Graph Configs"},{"slug":"graph-persistence-engine---hbase","depth":3,"value":"Graph Persistence engine - HBase"},{"slug":"graph-index-search-engine","depth":3,"value":"Graph Index Search Engine"},{"slug":"graph-search-index---solr","depth":4,"value":"Graph Search Index - Solr"},{"slug":"graph-search-index---elasticsearch-tech-preview","depth":4,"value":"Graph Search Index - Elasticsearch (Tech Preview)"},{"slug":"search-configs","depth":2,"value":"Search Configs"},{"slug":"notification-configs","depth":2,"value":"Notification Configs"},{"slug":"client-configs","depth":2,"value":"Client Configs"},{"slug":"security-properties","depth":2,"value":"Security Properties"},{"slug":"ssl-config","depth":3,"value":"SSL config"},{"slug":"high-availability-properties","depth":2,"value":"High Availability Properties"},{"slug":"server-properties","depth":2,"value":"Server Properties"},{"slug":"performance-configuration-items","depth":2,"value":"Performance configuration items"},{"slug":"recording-performance-metrics","depth":3,"value":"Recording performance metrics"}]}},{"key":"documents/Setup/EclipseSetup.md","value":{"name":"Eclipse Setup","route":"/EclipseSetup","menu":"For Developers","submenu":"Eclipse Setup","id":"50375a47ccd1c9caeb50b97d66172c37","filepath":"documents/Setup/EclipseSetup.md","link":"","slug":"documents-setup-eclipse-setup","headings":[{"slug":"tools-required-to-build-and-run-apache-atlas-on-eclipse","depth":1,"value":"Tools required to build and run Apache Atlas on Eclipse"}]}},{"key":"documents/Setup/InstallationInstruction.md","value":{"name":"Installation Instruction","route":"/Installation","menu":"Documentation","submenu":"Setup","id":"018a16a3734eaf32c2ca80a54c6edf28","filepath":"documents/Setup/InstallationInstruction.md","link":"","slug":"documents-setup-installation-instruction","headings":[{"slug":"installing--running-apache-atlas","depth":3,"value":"Installing & Running Apache Atlas"},{"slug":"installing-apache-atlas","depth":4,"value":"Installing Apache Atlas"},{"slug":"running-apache-atlas-with-local-apache-hbase--apache-solr","depth":4,"value":"Running Apache Atlas with Local Apache HBase & Apache Solr"},{"slug":"running-apache-atlas-with-berkeleydb--apache-solr","depth":4,"value":"Running Apache Atlas with BerkeleyDB & Apache Solr"},{"slug":"using-apache-atlas","depth":4,"value":"Using Apache Atlas"},{"slug":"stopping-apache-atlas-server","depth":4,"value":"Stopping Apache Atlas Server"},{"slug":"configuring-apache-atlas","depth":3,"value":"Configuring Apache Atlas"},{"slug":"any-additional-java-opts-you-want-to-set-this-will-apply-to-both-client-and-server-operations","depth":1,"value":"any additional java opts you want to set. This will apply to both client and server operations"},{"slug":"any-additional-java-opts-that-you-want-to-set-for-client-only","depth":1,"value":"any additional java opts that you want to set for client only"},{"slug":"java-heap-size-we-want-to-set-for-the-client-default-is-1024-mb","depth":1,"value":"java heap size we want to set for the client. Default is 1024 MB"},{"slug":"any-additional-opts-you-want-to-set-for-atlas-service","depth":1,"value":"any additional opts you want to set for atlas service."},{"slug":"java-heap-size-we-want-to-set-for-the-atlas-server-default-is-1024-mb","depth":1,"value":"java heap size we want to set for the atlas server. Default is 1024 MB"},{"slug":"what-is-considered-as-atlas-home-dir-default-is-the-base-location-of-the-installed-software","depth":1,"value":"What is considered as atlas home dir. Default is the base location of the installed software"},{"slug":"where-log-files-are-stored-default-is-logs-directory-under-the-base-install-location","depth":1,"value":"Where log files are stored. Default is logs directory under the base install location"},{"slug":"where-pid-files-are-stored-default-is-logs-directory-under-the-base-install-location","depth":1,"value":"Where pid files are stored. Default is logs directory under the base install location"},{"slug":"where-do-you-want-to-expand-the-war-file-by-default-it-is-in-serverwebapp-dir-under-the-base-install-dir","depth":1,"value":"Where do you want to expand the war file. By Default, it is in /server/webapp dir under the base install dir."},{"slug":"configuring-apache-hbase-as-the-storage-backend-for-the-graph-repository","depth":4,"value":"Configuring Apache HBase as the storage backend for the Graph Repository"},{"slug":"configuring-apache-solr-as-the-indexing-backend-for-the-graph-repository","depth":4,"value":"Configuring Apache Solr as the indexing backend for the Graph Repository"},{"slug":"configuring-kafka-topics","depth":4,"value":"Configuring Kafka Topics"},{"slug":"setting-up-apache-atlas","depth":4,"value":"Setting up Apache Atlas"},{"slug":"examples-calling-apache-atlas-rest-apis","depth":3,"value":"Examples: calling Apache Atlas REST APIs"},{"slug":"troubleshooting","depth":3,"value":"Troubleshooting"},{"slug":"setup-issues","depth":4,"value":"Setup issues"}]}},{"key":"documents/Setup/QuickStart.md","value":{"name":"Quick Start","route":"/QuickStart","menu":"Documentation","submenu":"Setup","id":"bbea986d958a690286ce431e4ebaed6c","filepath":"documents/Setup/QuickStart.md","link":"","slug":"documents-setup-quick-start","headings":[{"slug":"quick-start","depth":1,"value":"Quick Start"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"example-type-definitions","depth":3,"value":"Example Type Definitions"},{"slug":"example-instance-graph","depth":3,"value":"Example Instance Graph"},{"slug":"running-the-example","depth":2,"value":"Running the example"},{"slug":"dashboard","depth":2,"value":"Dashboard"}]}},{"key":"documents/Tools/AtlasRepairIndex.md","value":{"name":"Atlas Repair Index","route":"/AtlasRepairIndex","menu":"Documentation","submenu":"Tools","id":"e5b5585673ba9aeef303303aa9e412fc","filepath":"documents/Tools/AtlasRepairIndex.md","link":"","slug":"documents-tools-atlas-repair-index","headings":[{"slug":"atlas-repair-index","depth":1,"value":"Atlas Repair Index"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"need-for-this-tool","depth":4,"value":"Need for this Tool"},{"slug":"location","depth":4,"value":"Location"},{"slug":"steps-to-execute-tool","depth":4,"value":"Steps to Execute Tool"},{"slug":"complete-restore","depth":5,"value":"Complete Restore"},{"slug":"caveats","depth":6,"value":"Caveats"},{"slug":"selective-restore","depth":5,"value":"Selective Restore"}]}},{"key":"documents/Whats-New/WhatsNew-1.0.md","value":{"name":"WhatsNew-1.0","route":"/WhatsNew-1.0","menu":"Downloads","submenu":"Whats New","id":"66815ce0d61914e74103ff799a82953b","filepath":"documents/Whats-New/WhatsNew-1.0.md","link":"","slug":"documents-whats-new-whats-new-1-0","headings":[{"slug":"whats-new-in-apache-atlas-10","depth":1,"value":"What\'s new in Apache Atlas 1.0?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"updates","depth":2,"value":"Updates"},{"slug":"changes","depth":2,"value":"Changes"},{"slug":"dsl-search","depth":3,"value":"DSL search"}]}},{"key":"documents/Whats-New/WhatsNew-2.0.md","value":{"name":"WhatsNew-2.0","route":"/WhatsNew-2.0","menu":"Downloads","submenu":"Whats New","id":"42012018114e26d0689857eb593940f2","filepath":"documents/Whats-New/WhatsNew-2.0.md","link":"","slug":"documents-whats-new-whats-new-2-0","headings":[{"slug":"whats-new-in-apache-atlas-20","depth":1,"value":"What\'s new in Apache Atlas 2.0?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"updates","depth":2,"value":"Updates"},{"slug":"data-migration","depth":2,"value":"Data Migration"}]}},{"key":"documents/Whats-New/WhatsNew-2.1.md","value":{"name":"WhatsNew-2.1","route":"/WhatsNew-2.1","menu":"Downloads","submenu":"Whats New","id":"df24033870a5ee6ce17408c3a65a6de2","filepath":"documents/Whats-New/WhatsNew-2.1.md","link":"","slug":"documents-whats-new-whats-new-2-1","headings":[{"slug":"whats-new-in-apache-atlas-21","depth":1,"value":"What\'s new in Apache Atlas 2.1?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"enhancements","depth":2,"value":"Enhancements"}]}},{"key":"documents/Whats-New/WhatsNew-2.2.md","value":{"name":"WhatsNew-2.2","route":"/WhatsNew-2.2","menu":"Downloads","submenu":"Whats New","id":"63e911c8ad0c1f65c0970f762aadce22","filepath":"documents/Whats-New/WhatsNew-2.2.md","link":"","slug":"documents-whats-new-whats-new-2-2","headings":[{"slug":"whats-new-in-apache-atlas-22","depth":1,"value":"What\'s new in Apache Atlas 2.2?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"enhancements","depth":2,"value":"Enhancements"}]}},{"key":"documents/Whats-New/WhatsNew-2.3.md","value":{"name":"WhatsNew-2.3","route":"/WhatsNew-2.3","menu":"Downloads","submenu":"Whats New","id":"e091841f8305a7bbc3f77f10750c6184","filepath":"documents/Whats-New/WhatsNew-2.3.md","link":"","slug":"documents-whats-new-whats-new-2-3","headings":[{"slug":"whats-new-in-apache-atlas-23","depth":1,"value":"What\'s new in Apache Atlas 2.3?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"enhancements","depth":2,"value":"Enhancements"}]}}],"props":[]}')},"./.docz/app/index.jsx":function(e,t,n){"use strict";n.r(t);var o={};n.r(o),n.d(o,"white",(function(){return p})),n.d(o,"grayUltraLight",(function(){return m})),n.d(o,"grayExtraLight",(function(){return h})),n.d(o,"grayLight",(function(){return g})),n.d(o,"gray",(function(){return f})),n.d(o,"grayDark",(function(){return v})),n.d(o,"grayExtraDark",(function(){return b})),n.d(o,"dark",(function(){return y})),n.d(o,"blueLight",(function(){return x})),n.d(o,"blue",(function(){return w})),n.d(o,"skyBlue",(function(){return k})),n.d(o,"negative",(function(){return A})),n.d(o,"green",(function(){return E})),n.d(o,"greenLight",(function(){return S}));var a={};n.r(a),n.d(a,"light",(function(){return C})),n.d(a,"dark",(function(){return I}));var s=n("../node_modules/react/index.js"),r=n.n(s),i=n("../node_modules/react-dom/index.js"),l=n.n(i),u=n("./docz-lib/docz/dist/index.js"),d=n("../node_modules/lodash/get.js"),c=n.n(d);const p="#FFFFFF",m="#FCFBFA",h="#F5F6F7",g="#CED4DE",f="#7D899C",v="#2D3747",b="#1D2330",y="#13161F",x="#e9f2fa",w="#4a90e2 ",k="#1FB6FF",A="#EB4D4B",E="#37bb9b",S="#529d8b",C={...o,primary:E,text:v,link:w,footerText:v,sidebarBg:h,sidebarText:y,sidebarHighlight:null,sidebarBorder:g,background:p,border:S,theadColor:f,theadBg:h,tableColor:y,tooltipBg:y,tooltipColor:h,codeBg:h,codeColor:f,preBg:h,blockquoteBg:h,blockquoteBorder:g,blockquoteColor:f,propsText:f,propsBg:m},I={...o,primary:k,text:h,link:k,footerText:g,sidebarBg:y,sidebarText:g,sidebarHighlight:null,sidebarBorder:v,background:b,border:v,theadColor:f,theadBg:v,tableColor:h,tooltipBg:y,tooltipColor:h,codeBg:f,codeColor:h,preBg:v,blockquoteBg:v,blockquoteBorder:f,blockquoteColor:f,propsText:g,propsBg:y};var j=n("../node_modules/styled-components/dist/styled-components.browser.esm.js");const P=(e,t)=>n=>c()(n,"theme.docz."+e,t),O=({children:e})=>{const t=Object(u.useConfig)();return s.createElement(j.a,{theme:e=>({...e,docz:t.themeConfig})},s.createElement(s.Fragment,null,e))},D=j.d.blockquote`
+	background: ${P("colors.blockquoteBg")};
+	border-left: 5px solid ${P("colors.blockquoteBorder")};
+	color: ${P("colors.blockquoteColor")};
+	${P("styles.blockquote")};
+
+	& > p {
+		margin: 0;
+		color: ${P("colors.blockquoteColor")};
+	}
+`,H=j.d.code`
+	background: ${P("colors.codeBg")};
+	color: ${P("colors.codeColor")};
+	${P("styles.code")};
+`;function T(){return(T=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}const z=j.d.a`
+  &,
+  &:visited,
+  &:active {
+    text-decoration: none;
+    color: ${P("colors.link")};
+  }
+
+  &:hover {
+    color: ${P("colors.link")};
+  }
+
+  ${P("styles.link")};
+`,$=j.d.div`
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 100%;
+  height: 100vh;
+`,N=j.e`
+  to {
+    stroke-dashoffset: 1000;
+  }
+`,M=(e=0)=>j.c`
+  stroke-dasharray: 100;
+  animation: ${N} 5s ${e}s cubic-bezier(0.455, 0.03, 0.515, 0.955)
+    infinite;
+`,L=j.d.path`
+  stroke: ${P("colors.primary")};
+  stroke-width: 3px;
+`,R=j.d.path`
+  fill: ${P("colors.primary")};
+`,_=({size:e=60})=>s.createElement("svg",{width:e,height:.79*e,viewBox:"0 0 121 96"},s.createElement("g",null,s.createElement(R,{d:"M94.4110629,60.8520717 C95.3815188,60.8520717 96.1684193,61.6483184 96.1684193,62.6308855 L96.1684193,84.1888093 C96.1684193,90.7014865 90.9354492,96 84.2817971,96 L11.6626593,96 C5.08322545,96 0.0693980867,90.6732777 9.65270039e-05,83.6092251 C-0.0048201377,83.1344165 0.178267091,82.6773865 0.508386007,82.3398291 C0.838270796,82.0025088 1.28802855,81.8126327 1.75698472,81.8126327 L20.0341004,81.8126327 L20.0341004,11.8111907 C20.0341004,5.29851351 25.2670706,0 31.6994728,0 L104.318611,0 C110.916775,0 115.930602,5.32672231 115.999903,12.3907749 C116.00482,12.8655835 115.821733,13.3226135 115.491614,13.6601709 C115.161729,13.9974912 114.711971,14.1873673 114.243015,14.1873673 L96.1677169,14.1873673 L96.1677169,27.6014816 C96.1677169,28.5840486 95.3810506,29.3805324 94.4105946,29.3805324 C93.4401387,29.3805324 92.6534723,28.5842856 92.6534723,27.6014816 L92.6534723,12.4083165 L92.6534723,11.8111907 C92.6534723,11.6092251 92.6586231,11.4084449 92.6841429,10.9981135 C92.6928056,10.8698701 92.7005318,10.7413897 92.7436112,10.3687491 C92.7574246,10.2552027 92.7695992,10.1411823 92.831877,9.76735641 C92.8501389,9.66186972 92.8667619,9.55614598 92.9475357,9.18611289 C92.970246,9.08560423 92.9913174,8.98462146 93.0908213,8.61601067 C93.1175118,8.52000593 93.1425634,8.42352709 93.1715951,8.32870759 C93.1992221,8.23862907 93.230361,8.15044694 93.3528093,7.78396958 C93.3848847,7.69483925 93.4202379,7.60736827 93.5590751,7.25132105 C93.5953648,7.16385007 93.6349322,7.07803842 93.7896901,6.73147316 C93.8299599,6.64613561 93.8735075,6.56245741 94.0439519,6.22513704 C94.0882019,6.14193293 94.1354955,6.06062522 94.3213923,5.7327868 C94.3693883,5.65219023 94.4199597,5.57349005 94.6208406,5.25560768 C94.6723485,5.17809275 94.7261977,5.10223715 94.9425309,4.79383673 C94.9970825,4.71940343 95.0537412,4.64710356 95.2848244,4.34889624 C95.3424196,4.27754457 95.402122,4.20832634 95.647487,3.92078621 C95.7074235,3.85346437 95.7694671,3.78803892 95.9815861,3.55810163 L31.7001752,3.55810163 C27.2058754,3.55810163 23.5492816,7.26009186 23.5492816,11.8109536 L23.5492816,81.8126327 L74.3763566,81.8126327 C75.3400229,81.8126327 76.1238797,82.5984493 76.1334789,83.5741419 C76.1831138,88.6294434 79.6861203,92.4418984 84.503047,92.4418984 C88.9973468,92.4418984 92.6539406,88.7399081 92.6539406,84.1890464 L92.6539406,62.6311225 C92.6539406,61.6485555 93.4406069,60.8520717 94.4110629,60.8520717 Z M96.2578558,10.5918119 C96.2562169,10.6041385 96.2550463,10.6167021 96.2543439,10.6287915 L112.318258,10.6287915 C111.563199,6.49371327 108.371815,3.55786459 104.339214,3.55786459 C104.270849,3.55786459 104.203186,3.56094622 104.135289,3.56260556 C104.072075,3.5642649 104.008861,3.564739 103.946115,3.56758358 C103.83748,3.57279866 103.729781,3.58085831 103.622317,3.59034026 C103.604289,3.59176256 103.586262,3.59271075 103.568468,3.59437009 C103.45117,3.60551138 103.334575,3.61926021 103.218682,3.63537952 C103.211424,3.63632772 103.204167,3.63727591 103.196909,3.63822411 C103.075397,3.65529162 102.954587,3.67520371 102.834948,3.69772334 C102.834246,3.69796039 102.83331,3.69796039 102.832607,3.69819744 C101.371187,3.97364808 100.046965,4.64283668 98.9709182,5.5917428 C98.9681087,5.59435034 98.965065,5.59672083 98.9622555,5.59932836 C98.8779698,5.67376167 98.7955572,5.75009136 98.7145493,5.82784335 C98.7058866,5.83637711 98.6972239,5.84467381 98.6885612,5.85297052 C98.6117675,5.92740382 98.5363787,6.00349647 98.4623946,6.08077436 C98.4504541,6.09310089 98.4389819,6.10566448 98.4272756,6.11799101 C98.3558669,6.19360956 98.2858629,6.27017631 98.2174979,6.34840239 C98.204855,6.36286236 98.1924463,6.37755939 98.1800376,6.39201936 C98.1128431,6.4700084 98.0463511,6.54894563 97.9819662,6.6295422 C97.9714305,6.64281693 97.961363,6.65632871 97.9508273,6.66960344 C97.8850377,6.75304459 97.8201845,6.8371969 97.7574385,6.92300854 C97.7555655,6.92561608 97.7539266,6.92798657 97.7520536,6.9305941 C97.55726,7.19822213 97.3790895,7.47888785 97.2168395,7.76974665 C97.2025578,7.79558497 97.1871054,7.82071213 97.1730578,7.8467875 C97.136534,7.91387229 97.1023515,7.98214233 97.0677007,8.05041237 C97.044288,8.09639982 97.0201729,8.14191318 96.9976968,8.18837473 C96.9674944,8.25071855 96.9389309,8.31448467 96.9101333,8.37777668 C96.8857841,8.4313497 96.8612008,8.48492271 96.8380222,8.53920687 C96.8118,8.6001284 96.7872167,8.66152403 96.7626334,8.7231567 C96.7392207,8.78170774 96.7160421,8.84002173 96.6940342,8.89904687 C96.671558,8.95878315 96.6502525,9.01923058 96.629181,9.07967801 C96.6074072,9.14225888 96.5863358,9.20483975 96.5662009,9.26789471 C96.5472366,9.32691985 96.5287406,9.38618203 96.5111811,9.44591832 C96.4917485,9.51181787 96.4732525,9.57842856 96.4552248,9.64503926 C96.4395383,9.70335325 96.4240859,9.76190429 96.40957,9.82069238 C96.3924787,9.89062176 96.3767922,9.96102524 96.3613399,10.0316658 C96.3489311,10.0885575 96.3362883,10.1454492 96.3250502,10.202815 C96.3103002,10.2781965 96.2974232,10.3540521 96.2847804,10.4299076 C96.2756494,10.4837177 96.2658161,10.5375278 96.2578558,10.5918119 Z M11.6624252,92.4418984 L75.9979194,92.4418984 C75.9649075,92.4068152 75.9335345,92.3698355 75.9009909,92.3342782 C75.8553361,92.284498 75.8099155,92.2344807 75.7651973,92.1837523 C75.6987052,92.1083708 75.6331497,92.0320411 75.5685307,91.9547632 C75.5252172,91.9030866 75.4819037,91.8514099 75.4392927,91.7990222 C75.3746736,91.7193738 75.3114594,91.637829 75.2487134,91.5560472 C75.2089118,91.5041335 75.1688761,91.452931 75.1297769,91.4003062 C75.0646896,91.3128352 75.0019436,91.2234678 74.9391976,91.1338634 C74.9050151,91.0847943 74.8698961,91.0366734 74.8361818,90.9871302 C74.7633683,90.8797471 74.6928961,90.7702306 74.6233604,90.660003 C74.602289,90.6265791 74.580047,90.5943405 74.5592097,90.5606795 C74.4700073,90.4165539 74.3836145,90.2700578 74.3000312,90.1211912 C74.2777891,90.081604 74.2569519,90.0408316 74.2351781,90.0007704 C74.1750074,89.8907798 74.1153051,89.7805521 74.0581781,89.6684281 C74.0282099,89.60964 74.0003488,89.5499037 73.971317,89.4906415 C73.9247258,89.3951109 73.8779004,89.2993432 73.8334163,89.2021532 C73.8032139,89.1362536 73.7744163,89.0694059 73.7453846,89.0027952 C73.7048806,88.9098721 73.6646108,88.816949 73.6259799,88.7228406 C73.5974164,88.6529113 73.5700236,88.5822707 73.5423966,88.5116302 C73.5061069,88.4187071 73.4707538,88.3253099 73.4365712,88.2309645 C73.4101149,88.1584276 73.3845951,88.0854166 73.3595435,88.0121685 C73.3269998,87.917112 73.2953927,87.8213443 73.2649562,87.7251025 C73.2415435,87.6516174 73.218365,87.5778952 73.196357,87.5036989 C73.1668571,87.4048496 73.1392301,87.3050521 73.1118372,87.2050175 C73.0919364,87.1320065 73.0715674,87.0589955 73.0528373,86.9852733 C73.0259127,86.8802608 73.0013293,86.7738259 72.9769801,86.667391 C72.9610595,86.5972246 72.9439683,86.5275322 72.9289841,86.4566546 C72.9036984,86.3386044 72.8814564,86.2188948 72.8592143,86.0991851 C72.8479762,86.0387377 72.8353334,85.9792385 72.8250318,85.918554 C72.7938929,85.7374488 72.7657977,85.5551583 72.7416826,85.3709714 L21.7919251,85.3709714 L3.68338077,85.3709714 C4.43844,89.5060497 7.62982365,92.4418984 11.6624252,92.4418984 Z M120.998408,32.7899677 C120.998647,32.8098599 121.000556,32.8297522 120.99984,32.850118 C120.998408,32.9064794 120.993634,32.9621303 120.986951,33.0170708 C120.986712,33.0203861 120.986712,33.0234647 120.986235,33.0267801 C120.975971,33.1077699 120.958785,33.1863916 120.938019,33.2635925 C120.933962,33.2787485 120.929665,33.2934308 120.92513,33.30835 C120.878347,33.4655934 120.810559,33.6131276 120.72463,33.7488211 C120.716514,33.7616089 120.708399,33.77416 120.700045,33.7867111 C120.654455,33.854913 120.605285,33.9202732 120.551102,33.981134 C120.54776,33.9846862 120.54418,33.9880016 120.540838,33.9917906 C120.485939,34.0526514 120.426267,34.1087759 120.363491,34.1615851 C120.358478,34.1658477 120.354659,34.1708208 120.349647,34.1748466 C116.038893,37.7064298 112.307441,41.2448806 107.873046,46.0062306 C102.802778,51.4498371 91.7857706,58.7815489 86.0428726,60.5339606 C83.3864839,61.3445694 81.1912456,61.9366004 79.2545094,62.4594822 C75.5209096,63.4666453 72.7568714,64.2130779 69.3242606,65.8091935 L66.5163033,75.703689 C66.2938436,76.487538 65.5749072,77 64.7927178,77 C64.632079,77 64.4685759,76.9786869 64.3062662,76.9332189 C63.354129,76.6670418 62.7994119,75.6852176 63.0674615,74.7405729 L66.0950142,64.0724114 C66.1009815,64.0513351 66.1074262,64.0304956 66.1141095,64.0098929 C66.2733162,63.5189808 66.4310907,63.0273583 66.589104,62.5354989 C68.5186795,56.5263844 70.5141337,50.3124272 74.8387316,45.4144364 C84.7202875,34.2226827 104.265713,30.6427897 119.255011,31.0276098 C119.339269,31.0297412 119.421379,31.0396873 119.502295,31.0529488 C119.520435,31.0557905 119.538337,31.0588691 119.556239,31.0624213 C119.637155,31.0782877 119.716639,31.0979431 119.793259,31.1239925 C119.793736,31.1239925 119.794214,31.1242293 119.794691,31.1244661 C119.871788,31.1507523 119.945305,31.1836692 120.017151,31.2196647 C120.030995,31.2265323 120.0446,31.233163 120.058205,31.2405042 C120.128619,31.2783942 120.196885,31.3198363 120.261331,31.3662516 C120.269208,31.3719351 120.276369,31.378329 120.284007,31.3840125 C120.341293,31.4268755 120.395714,31.473054 120.447271,31.5223109 C120.459445,31.5339147 120.472095,31.5450449 120.48403,31.5571224 C120.53869,31.6120628 120.58977,31.6703187 120.636792,31.7318899 C120.646101,31.7442042 120.654694,31.7572288 120.663764,31.7697799 C120.706489,31.8287462 120.745635,31.8900806 120.780961,31.9540199 C120.785735,31.9630188 120.791225,31.9713072 120.795998,31.9803061 C120.834189,32.0527707 120.866651,32.1285507 120.894816,32.2064619 C120.896965,32.2126191 120.900545,32.2183026 120.902693,32.2244597 C120.905319,32.2318009 120.906274,32.2396157 120.90866,32.2471937 C120.959502,32.3997009 120.989815,32.5607333 120.996976,32.7279228 C120.997692,32.7487623 120.998169,32.769365 120.998408,32.7899677 Z M77.5340269,47.756511 C75.2953469,50.2920613 73.752689,53.2567157 72.4766485,56.4636291 C76.7888345,52.5955355 82.6281636,48.2464759 88.0376107,44.6611362 C91.3895441,42.4395991 97.3876024,38.6593629 103.660632,35.6411889 C101.191855,36.0456645 98.7963549,36.5581265 96.5295094,37.1757332 C88.0946578,39.4737607 81.7037145,43.0337614 77.5340269,47.756511 Z M105.24172,43.5935859 C108.084287,40.541311 110.64878,37.9761591 113.255998,35.5938264 C107.252689,37.4175187 99.0698944,41.6242541 90.0278137,47.6172653 C84.8055001,51.0785153 79.7992015,54.8284396 75.9309802,58.1760196 C74.9697728,59.0079415 74.1544054,59.7489275 73.4588607,60.4098709 C75.0136919,59.9201429 76.5859475,59.4953014 78.3143067,59.0290178 C80.2245483,58.513714 82.3894729,57.9292611 84.9897693,57.1359395 C89.6492502,55.7143547 100.307028,48.8917896 105.24172,43.5935859 Z",id:"Combined-Shape",fill:"#1F2D3D"}),s.createElement(L,{d:"M31.5,18.5 L38.5,18.5",id:"Line",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round",css:M(1.5)}),s.createElement(L,{d:"M47.75,18.5 L86.25,18.5",id:"Line",strokeWidth:"5","stroke-linecap":"round",strokeLinejoin:"round",css:M(.2)}),s.createElement(L,{d:"M30.9375,38.5 L72.0625,38.5",id:"Line",strokeWidth:"5","stroke-linecap":"round",strokeLinejoin:"round",css:M(1)}),s.createElement(L,{d:"M31,56.5 L59,56.5",id:"Line",strokeWidth:"5","stroke-linecap":"round",strokeLinejoin:"round",css:M(3)}),s.createElement(L,{d:"M31.375,72.5 L50.625,72.5",id:"Line",strokeWidth:"5","stroke-linecap":"round",strokeLinejoin:"round",css:M(2)})));var B=n("../node_modules/react-github-btn/index.js");const F=j.d.div`
+  width: auto;
+  padding: 0;
+  float: right;
+  margin-right: 2px;
+  margin-left: 12px;
+  display: ${e=>e.showGithubLink?"display-inline":"none"};
+`,W=({repository:e,...t})=>s.createElement(F,t,s.createElement(B.a,{href:"https://github.com/apache/atlas/fork","data-size":"large","aria-label":"Fork apache/atlas on GitHub"},"Fork"),s.createElement(B.a,{href:"https://github.com/apache/atlas/archive/master.zip","data-size":"large","aria-label":"Download apache/atlas on GitHub"},"Download"),s.createElement(B.a,{href:"https://github.com/apache/atlas","data-size":"large","aria-label":"Star apache/atlas on GitHub"},"Star"));var q=n("../node_modules/lodash/fp/unionBy.js"),U=n.n(q),G=n("../node_modules/lodash/fp/get.js"),V=n.n(G),K=n("../node_modules/facepaint/dist/index.es.js");const J=420,Q=920,Z=1024,X=1120,Y=Object(K.a)([`@media(min-width: ${J}px)`,`@media(min-width: ${Q}px)`,`@media(min-width: ${X}px)`]),ee=P("colors.sidebarPrimary"),te=P("colors.primary"),ne=j.d.div`
+  position: relative;
+  display: flex;
+  flex-direction: column;
+  align-items: flex-start;
+  justify-content: center;
+  padding: 24px;
+
+  a,
+  a:hover,
+  a:visited {
+    text-decoration: none;
+  }
+
+  &:before {
+    position: absolute;
+    content: "";
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 3px;
+    background: ${e=>ee(e)||te(e)};
+  }
+
+  @media screen and (max-width: ${X}px) {
+    &:before {
+      height: ${e=>e.showBg?"3px":0};
+    }
+  }
+
+  ${P("styles.logo")};
+`;ne.defaultProps={showBg:!0,theme:null};const oe=Object(j.d)("img")`
+  padding: 0;
+  height: 50px;
+  margin: 2px 0;
+`,ae=(Object(j.d)("h1")`
+  margin: 5px 0;
+  font-size: 24px;
+  font-weight: 600;
+  letter-spacing: -0.015em;
+  color: ${P("colors.sidebarText")};
+`,({showBg:e})=>{const{base:t,title:n,linkComponent:o,baseUrl:a}=Object(u.useConfig)();return o?s.createElement(ne,{showBg:e},s.createElement(o,{to:"string"===typeof t?t:"/"},s.createElement(oe,{src:a+"/images/atlas_logo.svg",alt:n}))):null});var se=n("../node_modules/react-feather/dist/icons/search.js"),re=n.n(se);const ie=P("colors.sidebarBorder","#CED4DE"),le=P("colors.sidebarText","#13161F");j.d.div`
+  display: flex;
+  align-items: center;
+  padding: 5px 24px;
+  margin-bottom: 20px;
+  border-top: 1px dotted ${ie};
+  border-bottom: 1px dotted ${ie};
+  opacity: 1;
+`,Object(j.d)(re.a)`
+  stroke: ${le};
+  min-width: 20px;
+  opacity: 0.5;
+`,j.d.input`
+  outline: none;
+  width: 100%;
+  padding: 10px;
+  background: transparent;
+  border: none;
+  font-size: 16px;
+  color: ${le};
+`;var ue=n("../node_modules/react-feather/dist/icons/chevron-down.js"),de=n.n(ue);n("../node_modules/lodash/fp/isArray.js"),n("../node_modules/@reach/router/es/index.js");const ce=P("colors.sidebarPrimary"),pe=P("colors.primary"),me={to:"",onClick:s.MouseEventHandler},he=j.d.a`
+  position: relative;
+  font-size: 14px;
+  padding: 0 0 5px 16px;
+  text-decoration: none;
+  opacity: 0.5;
+  transition: opacity 0.2s;
+
+  &,
+  &:visited,
+  &.active {
+    color: ${P("colors.sidebarText")};
+  }
+
+  &.active {
+    opacity: 1;
+  }
+
+  &:before {
+    z-index: 1;
+    position: absolute;
+    display: block;
+    content: "";
+    top: 1px;
+    left: 0;
+    width: 0;
+    height: 20px;
+    background: ${e=>ce(e)||pe(e)};
+    transition: width 0.2s;
+  }
+
+  &.active:before {
+    width: 2px;
+  }
+`;he.defaultProps=me;Object.assign({},me,{as:null,slug:""}),j.d.div`
+  display: flex;
+  flex-direction: column;
+  margin: 5px 0 0 24px;
+`;const ge=({route:e,onClick:t})=>{const n=Object(u.useDocs)(),{linkComponent:o}=Object(u.useConfig)();n&&((e,t)=>{const n=t.find(t=>t.route===e),o=c()(n,"headings");o&&o.filter(e=>2===e.depth)})(e,n);return null};function fe(){return(fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}const ve=j.c`
+  font-weight: normal !important;
+  color: #807e7e !important;
+  &:hover,
+  &.active {
+    color: ${e=>P("colors.sidebarPrimary")(e)||P("colors.primary")(e)} !important;
+  }
+`,be=j.c`
+  padding-left: 0;
+  &:after {
+    width: 1px;
+  }
+`,ye=j.d.div`
+  position: relative;
+  transition: padding 0.2s;
+
+  &:after {
+    position: absolute;
+    display: block;
+    content: "";
+    top: 30px;
+    left: 24px;
+    width: 0;
+    height: calc(100% - 36px);
+    border-left: 1px dashed ${P("colors.sidebarBorder")};
+    transition: width 0.2s;
+  }
+
+  ${e=>e.active&&be};
+`;ye.defaultProps={active:!1,theme:null};const xe=e=>Object(j.d)(e)`
+  position: relative;
+  display: block;
+  padding: 4px 15px;
+  font-weight: 600;
+  font-size: 18px;
+  letter-spacing: -0.02em;
+  color: ${P("colors.sidebarText")};
+  text-decoration: none;
+  transition: color 0.2s;
+
+  &:hover,
+  &:visited {
+    color: ${P("colors.sidebarText")};
+  }
+
+  &:hover,
+  &.active {
+    color: ${e=>P("colors.sidebarPrimary")(e)||P("colors.primary")(e)};
+    font-weight: 600;
+  }
+  ${e=>we(e)?ve:""}
+`,we=e=>{const{partiallyActive:t,to:n,children:o}=e;return t&&!"REST API,ASF".includes(o.trim())},ke=xe(j.d.a``),Ae=(e=null,t)=>{const n=e&&e.classList.contains("active"),o=t&&(e=>{if("undefined"!==typeof window)return location.pathname.slice(0,location.pathname.length-1)===e})(t);return Boolean(n||o)},Ee=(s.MouseEventHandler,s.ReactNode,s.forwardRef(({item:e,children:t,onClick:n,onActiveChange:o},a)=>{const{linkComponent:r}=Object(u.useConfig)(),[i,l]=Object(s.useState)(!1),d=Object(u.usePrevious)(i),c=Object(s.useRef)(a),p=Object(s.useMemo)(()=>xe(r),[r]),m={children:t,onClick:n};return Object(s.useEffect)(()=>{const t=Ae(c.current,e.route);d!==t&&(l(t),c&&((e,t)=>{t&&t&&!e.classList.contains("active")&&e.classList.add("active")})(c.current,t))}),s.createElement(ye,{active:i},e.route?s.createElement(p,fe({},m,{to:e.route,innerRef:c,activeClassName:"active",partiallyActive:!0})):s.createElement(ke,fe({},m,{ref:c,href:e.href||"#",target:e.href?"_blank":"_self"},!e.href&&{onClick:e=>{e.preventDefault(),m.onClick&&m.onClick(e)}})),i&&e.route&&s.createElement(ge,{route:e.route}))}));Ee.displayName="MenuLink";var Se={localStorageKeys:{ACTIVEMENU:"ACTIVEMENU",NAVPOSITION:"NAVPOSITION"},checkMenuIsOPen:e=>{const{activeMenu:t,item:n}=e;return-1!==t.findIndex(e=>e===n.name)},pagesForGithubLink:["Source Repository"]};function Ce(){return(Ce=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}const Ie={id:"",name:"",route:"",href:"",menu:[],order:Number,parent:""},je=j.d.div`
+  display: flex;
+  flex-direction: column;
+`,Pe={opened:!1},Oe=j.d.dl`
+  flex: 1;
+  overflow-y: auto;
+  visibility: ${e=>e.opened?"visible":"hidden"};
+  max-height: ${e=>e.opened?"auto":"0px"};
+`;Oe.defaultProps=Pe;const De=j.d.div`
+  position: absolute;
+  top: 50%;
+  right: 20px;
+  transform: translateY(-50%) rotate(${e=>e.opened?"-180deg":"0deg"});
+  transform-origin: 50% 50%;
+  transition: transform 0.3s;
+
+  & svg {
+    stroke: ${P("colors.sidebarText")};
+  }
+`;De.defaultProps=Pe;const He=e=>{const{item:t,sidebarToggle:n,handleActiveMenu:o}=e,a=Se.checkMenuIsOPen(e),r=!t.href&&t.submenu&&t.submenu.length>0,i=!t.href&&!t.route,l=e=>{e.preventDefault(),o(t)};let u="";return u=(t.submenu&&t.submenu.length)>0&&t.name!==t.submenu[0].name?s.createElement(je,null,s.createElement(Ee,Ce({item:t},i&&{onClick:l}),""+t.name,r&&s.createElement(De,{opened:a},s.createElement(de.a,{size:15}))),r&&s.createElement(Oe,{opened:a},t.submenu&&t.menu.map(e=>s.createElement("dt",{key:e.name},s.createElement(Ee,{item:e,onClick:n},""+e.name))))):s.createElement(je,null,t.submenu&&t.submenu.map(e=>s.createElement("dt",{key:e.name},s.createElement(Ee,{item:e},""+e.name)))),u};function Te(){return(Te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}He.defaultProps={item:Ie,sidebarToggle:null,collapseAll:!0},He.defaultProps={opened:!0,hasActive:!0};const ze={id:"",name:"",route:"",href:"",menu:[],order:Number,parent:""},$e=j.d.div`
+  display: flex;
+  flex-direction: column;
+`,Ne={opened:!1},Me=j.d.dl`
+  flex: 1;
+  overflow-y: auto;
+  visibility: ${e=>e.opened?"visible":"hidden"};
+  max-height: ${e=>e.opened?"auto":"0px"};
+`;Me.defaultProps=Ne;const Le=j.d.div`
+  position: absolute;
+  top: 50%;
+  right: 20px;
+  transform: translateY(-50%) rotate(${e=>e.opened?"-180deg":"0deg"});
+  transform-origin: 50% 50%;
+  transition: transform 0.3s;
+  & svg {
+    stroke: ${P("colors.sidebarText")};
+  }
+`;Le.defaultProps=Ne;const Re=e=>{const{item:t,sidebarToggle:n,handleActiveMenu:o,activeMenu:a}=e,r=Se.checkMenuIsOPen(e),i=r,l=!t.href&&t.menu&&t.menu.length>0,u=!t.href&&!t.route,d=e=>{e.preventDefault(),o(t)},c={handleActiveMenu:o,activeMenu:a};let p=s.createElement($e,null,s.createElement(Ee,Te({item:t},u&&{onClick:d}),` ${t.name} `,l&&s.createElement(Le,{opened:i},s.createElement(de.a,{size:15}))),l&&s.createElement(Me,{opened:i},t.menu&&t.menu.map(e=>s.createElement(Me,{opened:i,key:e.name},s.createElement(He,Te({item:e},c))))));return l||u||(p=s.createElement($e,null,s.createElement(Ee,Te({item:t},r&&{handleToggle:d}),t.name+" "))),p};Re.defaultProps={item:ze,sidebarToggle:null,collapseAll:!0},Re.defaultProps={opened:!1,hasActive:!1};const _e={opened:!0},Be=e=>e.opened?"45deg":"0deg",Fe=j.d.div`
+  position: relative;
+  width: 23px;
+  height: 32px;
+  transform: translateX(${e=>e.opened?"-2px":"-1px"})
+    translateY(${e=>e.opened?"0":"2px"})
+    scale(${e=>e.opened?.8:1});
+`;Fe.defaultProps=_e;const We=P("colors.sidebarBg"),qe=P("colors.sidebarPrimary"),Ue=P("colors.sidebarText"),Ge=P("colors.primary"),Ve=P("colors.background"),Ke=P("colors.text"),Je=j.d.span`
+  content: "";
+  display: block;
+  position: absolute;
+  width: 100%;
+  height: 2px;
+  left: 0;
+  right: 0;
+  background: ${e=>e.opened?Ue(e):Ke(e)};
+  transition: transform 0.3s, opacity 0.3s;
+
+  &:nth-of-type(1) {
+    top: -2px;
+    transform: translateY(${e=>e.opened?"10px":"0px"}) rotate(${Be});
+  }
+
+  &:nth-of-type(2) {
+    top: 6px;
+    opacity: ${e=>e.opened?"0":"1"};
+  }
+
+  &:nth-of-type(3) {
+    top: 14px;
+    transform: translateY(${e=>e.opened?"-6px":"0px"}) rotate(-${Be});
+  }
+`;Je.defaultProps=_e;const Qe=P("radii"),Ze=j.d.button`
+  cursor: pointer;
+  z-index: 99;
+  position: absolute;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  padding: 5px 6px;
+  width: 33px;
+  height: 30px;
+  top: ${e=>e.opened?"3px":"2px"};
+  right: ${e=>e.opened?"-39px":"-27px"};
+  transform: translateX(${e=>e.opened?"-6px":"10px"}) translateY(${e=>e.opened?"0px":"4px"});
+  transition: transform 0.3s;
+  outline: none;
+  border: none;
+  background: ${e=>e.opened?We(e):Ve(e)};
+  border-radius: ${e=>e.opened?`0 0 ${Qe(e)} 0`:""+Qe(e)};
+
+  &:before {
+    position: absolute;
+    content: "";
+    top: -3px;
+    left: 0;
+    width: calc(100% + 1px);
+    height: ${e=>e.opened?"3px":0};
+    background: ${e=>qe(e)||Ge(e)};
+  }
+
+  ${Y({display:["block","block","block","none"]})};
+`;Ze.defaultProps=_e;Object.assign({},_e,{onClick:e=>null});const Xe=({opened:e,onClick:t})=>s.createElement(Ze,{opened:e,onClick:t},s.createElement(Fe,{opened:e},s.createElement(Je,{opened:e}),s.createElement(Je,{opened:e}),s.createElement(Je,{opened:e})));function Ye(e){return e&&"object"===typeof e&&"default"in e?e.default:e}const et=Ye(n("../node_modules/lodash/fp/pipe.js")),tt=Ye(n("../node_modules/lodash/fp/omit.js")),nt=Ye(n("../node_modules/array-sort/index.js")),ot=Ye(n("../node_modules/lodash/fp/flattenDepth.js")),at=Ye(n("../node_modules/match-sorter/dist/match-sorter.esm.js")),st=n("../node_modules/ulid/dist/index.esm.js"),rt=P("colors.sidebarBg"),it=P("colors.sidebarText"),lt=P("colors.sidebarBorder"),ut=j.d.div`
+  position: relative;
+  width: 320px;
+  min-width: 320px;
+  min-height: 100vh;
+  background: ${rt};
+  transition: transform 0.2s, background 0.3s;
+  z-index: 1000;
+
+  ${Y({position:["absolute","absolute","absolute","relative"]})};
+
+  dl {
+    padding: 0;
+    margin: 0 10px;
+  }
+
+  dl a {
+    font-weight: 400;
+  }
+
+  @media screen and (max-width: ${X-1}px) {
+    transform: translateX(${e=>e.opened?"-100%":"0"});
+    position: ${e=>e.opened?"auto":"fixed"};
+  }
+
+  ${P("styles.sidebar")};
+`;ut.defaultProps={opened:!0,theme:""};j.d.div`
+  position: relative;
+`,j.d.div`
+  position: fixed;
+  top: 0px;
+  right: 10px;
+`;const dt=j.d.div`
+  position: fixed;
+  top: 0;
+  left: 0;
+  display: flex;
+  flex-direction: column;
+  width: 280px;
+  min-width: 320px;
+  height: 100%;
+  max-height: 100vh;
+  background: ${rt};
+`,ct=j.d.nav`
+  flex: 1;
+  overflow-y: auto;
+  margin-bottom: 10px;
+`,pt=j.d.div`
+  flex: 1;
+  opacity: 0.7;
+  padding: 0 24px;
+  color: ${it};
+`,mt=(j.d.div`
+  padding: 10px 0;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  font-size: 14px;
+  color: ${it};
+  border-top: 1px dashed ${lt};
+`,j.d.a`
+  padding: 0;
+  margin: 0;
+  margin-left: 5px;
+`,Object(j.d)(({width:e=100,className:t})=>s.createElement("span",null))`
+  fill: ${it};
+`,j.d.div`
+  content: "";
+  display: ${e=>e.opened?"none":"block"};
+  position: fixed;
+  background-color: rgba(0, 0, 0, 0.4);
+  width: 100vw;
+  height: 100vh;
+  top: 0;
+  bottom: 0;
+  left: 0;
+  right: 0;
+  cursor: pointer;
+  z-index: 99;
+`);const ht=(e,t)=>e.name<t.name?-1:e.name>t.name?1:0,gt=(e,t=[])=>{const n="string"!==typeof e?V()("name",e):e,o=t.findIndex(e=>e===n);return-1!==o?o:1/0},ft=e=>!e.submenu,vt=e=>{const t=(e=>"string"===typeof e?{name:e}:e)(e);return Object.assign({},t,{id:t.id||st.ulid(),parent:V()("parent",t)||V()("parent",e),menu:Array.isArray(t.menu)?t.menu.map(vt):t.menu})},bt=et(vt,e=>e.href||e.route?tt("menu",e):e),yt=e=>t=>t.submenu===e,xt=e=>({name:e.name,route:e.route,parent:e.parent,submenu:e.submenu,menu:e.menu});function wt(e,t,n){return Array.from(new Set(e.reduce((e,n)=>{const o=V()(t)(n);return o?e.concat([o]):e},[])))}const kt=(e,t)=>t.filter(yt(e)).map(xt),At=(e,t)=>t.filter(yt(e)).map(xt),Et=e=>{const t=e.filter(ft).map(xt),n=wt(e,"menu").map((e=>t=>({name:t,menu:At(t,e)}))(e)),o=wt(e,"submenu").map(function(e){return function(t){return{name:t,submenu:kt(t,e),menu:At(t,e)}}}(e));for(var a in n)for(var s of t)if(s.name==n[a].name){n[a]=s;break}for(var a in n)for(var r in o)n[a].name==o[r].menu[0].menu&&(n[a].menu.length,n[a].menu.push(o[r]));return U()("name",n,t)},St=(e,t)=>{const n=e.map(bt),o=t.map(bt);return U()("name",n,o).map(e=>{if(!e.menu)return e;const t=o.find(t=>t.name===e.name),n=t&&t.menu;return Object.assign({},e,{menu:n?St(e.menu,n):e.menu||t.menu})})},Ct=(e,t=[])=>nt(e,((e=[])=>(t,n)=>{const o=e.map(e=>e.name||e);return function(e,t,n){return e<t?n?1:-1:e>t?n?-1:1:0}(gt(t,o),gt(n,o))})(t),ht).map(e=>{if(!e.menu)return e;const n=t.find(t=>t.name===e.name),o=n&&n.menu;return Object.assign({},e,{menu:o?Ct(e.menu,o):e.menu})}),It=e=>{const{query:t=""}=e||{},{entries:n,config:o}=Object(s.useContext)(u.doczState.context);if(!n)return null;const a=n.map(({value:e})=>e),r=Et(a),i=s.useMemo(()=>{const t=St(r,o.menu),n=Ct(t,o.menu);return a=n,(s=e&&e.filter)?a.filter(s).map(e=>e.menu?Object.assign({},e,{menu:e.menu.filter(s)}):e):a;var a,s},[n,o]);return t&&t.length>0?((e,t)=>{const n=t.map(e=>[e].concat(e.menu||[])),o=ot(2,n),a=[...new Set(o)];return at(a,e,{keys:["name"]})})(t,i):i};mt.defaultProps={opened:!1};const jt=()=>{const[e,t]=Object(s.useState)((()=>{const{localStorageKeys:e}=Se;let t=JSON.parse(localStorage.getItem(e.ACTIVEMENU));return t||(t=["Documentation"],localStorage.setItem(e.ACTIVEMENU,JSON.stringify(t))),t})()),[n,o]=Object(s.useState)(!0),[a,r]=Object(s.useState)(""),i=It({query:a}),l=Object(u.useWindowSize)().innerWidth>=X,d=Object(u.usePrevious)(l),c=Object(s.useRef)();Object(s.useEffect)(()=>{n||d||!l||(o(!0),document.documentElement.classList.remove("with-overlay"))}),Object(s.useEffect)(()=>{const{localStorageKeys:e}=Se,t=parseInt(localStorage.getItem(e.NAVPOSITION));t&&(c.current.scrollTop=t)},[]);const p=()=>{l||(o(e=>!e),(e=>{const t=e?"remove":"add";"undefined"===typeof window||l||document.documentElement.classList[t]("with-overlay")})(!n))},m=()=>{const{localStorageKeys:e}=Se;localStorage.setItem(e.NAVPOSITION,c.current.scrollTop)},h=n=>{const{localStorageKeys:o}=Se,a=JSON.parse(JSON.stringify(e)),s=a.findIndex(e=>e===n.name);-1===s?(a.push(n.name),t(a)):(a.splice(s,1),t([...a])),localStorage.setItem(o.ACTIVEMENU,JSON.stringify(a))};let g=s.createElement(s.Fragment,null,s.createElement(ut,{opened:n},s.createElement(dt,null,s.createElement(Xe,{opened:!n,onClick:p}),s.createElement(ae,{showBg:!0}),i&&0===i.length?s.createElement(pt,null,"No documents founda."):s.createElement(ct,{ref:c,onScroll:m},i&&i.map(t=>s.createElement(Re,{key:t.id,item:t,sidebarToggle:p,activeMenu:e,handleActiveMenu:h}))))),s.createElement(mt,{opened:n,onClick:p}));return a.length>0&&(g=s.createElement(s.Fragment,null,s.createElement(ut,null,s.createElement(dt,null,s.createElement(Xe,{opened:!n,onClick:p}),s.createElement(ae,{showBg:!n}),s.createElement(Ee,{item:i}),s.createElement(ct,{ref:c,onScroll:m},i&&i.map(e=>s.createElement(He,{key:e.id,item:e,sidebarToggle:p,collapseAll:Boolean(a.length)}))))))),g},Pt=j.d.div`
+	display: flex;
+`,Ot=j.d.div`
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  flex-direction: column;
+  width: 100%;
+  height: 100vh;
+  color: ${P("colors.text")};
+  background: ${P("colors.background")};
+`,Dt=j.d.h1`
+  margin: 0;
+  font-size: 42px;
+  font-weight: 400;
+  color: ${P("colors.primary")};
+`,Ht=j.d.p`
+  margin: 0;
+  font-size: 18px;
+`,Tt=j.d.ol`
+  list-style: none;
+  counter-reset: my-awesome-counter;
+
+  & li {
+    counter-increment: my-awesome-counter;
+  }
+
+  & li::before {
+    content: counter(my-awesome-counter) ". ";
+    color: ${P("colors.border")};
+    font-weight: bold;
+    font-family: "Playfair Display", serif;
+    margin-right: 5px;
+  }
+
+  ol li {
+    padding-left: 25px;
+  }
+
+  ${P("styles.ol")};
+`;var zt=n("../node_modules/react-feather/dist/icons/edit-2.js"),$t=n.n(zt);const Nt=j.d.button`
+	cursor: pointer;
+	display: flex;
+	align-items: center;
+	outline: none;
+	border: none;
+`,Mt=Object(j.d)(Nt)`
+	background: transparent;
+`,Lt=e=>{let{options:t}=e;const[n,o]=Object(s.useState)(!1),a=Object(s.useRef)();Object(s.useEffect)(()=>{const e=e=>{e.target.classList.contains("dropbtn")||e.target.classList.contains("dropdown-item")||!a.current.classList.contains("show")||o(!1)};return window.addEventListener("mousedown",e),()=>{window.removeEventListener("mousedown",e)}},[]);const i=j.d.div`
+    > div {
+      display: inline-block;
+      width: 160px;
+    }
+    label {
+      margin-right: 5px;
+    }
+  `,l=j.d.div`
+    .dropbtn {
+      background-color: #ffffff;
+      color: rgb(45, 55, 71);
+      padding: 5px;
+      font-size: 14px;
+      border: 1px solid rgb(204, 204, 204);
+      cursor: pointer;
+      width: 100%;
+      text-align: left;
+      border-radius: 4px;
+      &:hover, &:focus {
+        border: 1px solid rgb(55, 187, 155);
+      }
+    }
+
+    .dropdown {
+      position: relative;
+      display: inline-block;
+      width: 100%;
+    }
+
+    .dropdown-content {
+      margin-top: 10px;
+      display: none;
+      position: absolute;
+      background-color: #ffffff;
+      width: 160px;
+      overflow: auto;
+      max-height: 300px;
+      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+      z-index: 1;
+      .dropdown-item {
+        padding: 5px 12px;
+        &:hover {
+          background-color: rgba(55, 187, 155, 0.1);;
+        }
+      }
+    }
+
+    .dropdown-content a {
+      padding: 12px 16px;
+      text-decoration: none;
+      display: block;
+    }
+
+    .dropdown a:hover {background-color: #ddd;}
+
+    .show {display: block;}
+    i {
+      color: rgb(45, 55, 71);
+      border: solid black;
+      border-width: 0 1px 1px 0;
+      display: inline-block;
+      padding: 3px;
+      float: right;
+    }
+    .up {
+      margin-top: 5px;
+      transform: rotate(-135deg);
+      -webkit-transform: rotate(-135deg);
+    }
+
+    .down {
+      margin-top: 3px;
+      transform: rotate(45deg);
+      -webkit-transform: rotate(45deg);
+    }
+  `;return r.a.createElement(i,null,r.a.createElement(l,null,r.a.createElement("div",{className:"dropdown"},r.a.createElement("button",{className:"dropbtn",onClick:()=>o(e=>!e)},"Versions ",r.a.createElement("i",{className:""+(n?"up":"down")})),r.a.createElement("div",{ref:a,id:"myDropdown",className:"dropdown-content "+(n?"show":"")},t.map((function(e,t){return r.a.createElement("div",{className:"dropdown-item",key:t,"data-href":e.href,onClick:e=>{const t=e.currentTarget.dataset.href,n=`${window.location.origin}${t}`;window.open(n,"_blank")}},e.title)}))))))};Lt.propTypes={};var Rt=Lt;const _t=j.d.div`
+        width: 160px;
+	padding: 0;
+	margin-right: 5px;
+	float: right;
+`,Bt=()=>{const{config:e}=Object(s.useContext)(u.doczState.context),{atlasVersions:t}=e;return r.a.createElement(_t,null,r.a.createElement(Rt,{options:t,style:{minHeight:"auto",padding:"0 5px",borderRadius:"5px"}}))},Ft=j.d.div`
+  width: 100%;
+  height: auto;
+  padding: 0;
+  position: fixed;
+  z-index: 999;
+  top: 0;
+  right: 0;
+  left: 0;
+  background: rgb(255, 255, 255);
+`;var Wt=e=>s.createElement(Ft,null,s.createElement(W,e),s.createElement(Bt,null));const qt=j.d.div`
+  flex: 1;
+  color: ${P("colors.text")};
+  background: ${P("colors.background")};
+  min-width: 0;
+  position: relative;
+  padding-top: 50px;
+`,Ut=j.d.div`
+  box-sizing: border-box;
+  margin: 0 auto;
+
+  ${Y({width:["100%","100%","95%"],padding:["20px","0 30px 36px"]})}
+
+  ${P("styles.container")};
+`,Gt=Object(j.d)(Mt.withComponent("a"))`
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  position: absolute;
+  padding: 2px 8px;
+  margin: 8px;
+  border-radius: ${P("radii")};
+  border: 1px solid ${P("colors.border")};
+  opacity: 0.7;
+  transition: opacity 0.4s;
+  font-size: 14px;
+  color: ${P("colors.text")};
+  text-decoration: none;
+  text-transform: uppercase;
+
+  &:hover {
+    opacity: 1;
+    background: ${P("colors.border")};
+  }
+
+  ${Y({visibility:["hidden","hidden","visible"],top:[0,-60,32],right:[0,0,40]})};
+`,Vt=Object(j.d)($t.a)`
+  margin-right: 5px;
+`,Kt=j.d.p`
+	color: ${P("colors.text")};
+	${P("styles.paragraph")};
+`,Jt=j.d.div`
+  display: flex;
+  flex-direction: column;
+
+  & ~ & {
+    margin-top: 20px;
+  }
+`,Qt=j.d.div`
+  display: flex;
+  border-bottom: 1px solid ${P("colors.propsBg")};
+`,Zt=j.d.span`
+  background: ${P("colors.propsBg")};
+  color: ${P("colors.primary")};
+  padding: 5px 10px;
+  border-radius: 4px 4px 0 0;
+  font-size: 16px;
+  font-weight: 500;
+
+  & ~ & {
+    margin-left: 5px;
+  }
+`,Xt=Object(j.d)(Zt)`
+  color: ${P("colors.propsText")};
+  background: ${P("colors.propsBg")};
+  font-weight: 400;
+`,Yt=Object(j.d)(Xt)`
+  background: transparent;
+  padding-left: 0;
+  padding-right: 0;
+`,en=Object(j.d)(Xt)`
+  flex: 1;
+  text-align: right;
+  background: transparent;
+  opacity: 0.5;
+`,tn=({props:e,getPropType:t})=>{const n=Object.entries(e),o=Object(u.useComponents)(),a=Object(s.useMemo)(()=>Object(j.d)(o.P||"p")`
+      font-size: 16px;
+      color: ${P("colors.sidebarText")};
+    `,[]);return s.createElement(s.Fragment,null,n.map(([e,n])=>n.type||n.flowType?s.createElement(Jt,{key:e},s.createElement(Qt,null,s.createElement(Zt,null,e),s.createElement(Xt,null,t(n)),n.defaultValue&&s.createElement(Yt,null,"''"===n.defaultValue.value?s.createElement("em",null,"= [Empty String]"):s.createElement("em",null,"= ",n.defaultValue.value.replace(/\'/g,'"'))),n.required&&s.createElement(en,null,s.createElement("em",null,"required"))),n.description&&s.createElement(a,null,n.description)):null))},nn=j.d.div`
+  border: 1px solid ${P("colors.border")};
+  border-radius: 4px;
+  overflow: hidden;
+  background: ${P("colors.propsBg")};
+  color: ${P("colors.propsText")};
+`,on=j.d.div`
+  padding: 8px 0;
+
+  @media (min-width: ${"600px"}) {
+    padding: O;
+  }
+
+  & + & {
+    border-top: 1px solid ${P("colors.border")};
+  }
+`,an=j.d.div`
+  min-width: 0;
+  padding: 2px 15px;
+  word-wrap: break-word;
+
+  @media (min-width: ${"600px"}) {
+    padding: 8px 15px;
+  }
+`,sn=Object(j.d)(an)`
+  @media (min-width: ${"600px"}) {
+    flex-basis: 25%;
+  }
+`,rn=Object(j.d)(an)`
+  @media (min-width: ${"600px"}) {
+    flex-basis: 50%;
+  }
+`,ln=Object(j.d)(an)`
+  @media (min-width: ${"600px"}) {
+    flex-basis: 25%;
+  }
+`,un=j.d.div`
+  display: flex;
+  flex-direction: column;
+  font-family: ${P("fonts.mono")};
+
+  @media (min-width: ${"600px"}) {
+    flex-wrap: nowrap;
+    flex-direction: row;
+  }
+`,dn=j.d.span`
+  color: ${P("colors.primary")};
+  font-weight: bold;
+`,cn=j.d.span`
+  font-size: 0.9em;
+`,pn=j.d.span`
+  font-size: 0.9em;
+`,mn=j.d.span`
+  font-size: 0.8em;
+  opacity: 0.8;
+`,hn=({props:e,getPropType:t})=>{const n=Object.entries(e),o=Object(u.useComponents)(),a=Object(s.useMemo)(()=>Object(j.d)(o.P||"p")`
+      margin: 0;
+      font-size: 16px;
+      color: ${P("colors.blockquoteColor")};
+      padding: 0 15px 8px 15px;
+    `,[]);return s.createElement(nn,null,n.map(([e,n])=>n.type||n.flowType?s.createElement(on,{key:e},s.createElement(un,null,s.createElement(sn,null,s.createElement(dn,null,e)),s.createElement(rn,null,s.createElement(cn,null,t(n))),s.createElement(ln,null,n.defaultValue&&s.createElement(pn,null,"''"===n.defaultValue.value?s.createElement("em",null,"= [Empty String]"):s.createElement("em",null,"= ",n.defaultValue.value.replace(/\'/g,'"'))),n.required&&s.createElement(mn,null,s.createElement("strong",null,"required")))),n.description&&s.createElement(a,null,n.description)):null))},gn=j.d.div`
+  margin: 20px 0;
+`,fn=j.d.div`
+  overflow-x: auto;
+  padding: 2px;
+  margin-bottom: 30px;
+
+  ${Y({marginBottom:[20,40],maxWidth:["calc(100vw - 40px)","calc(100vw - 80px)","100%"]})};
+`,vn=j.d.table`
+  padding: 0;
+  table-layout: auto;
+  box-shadow: 0 0 0 1px ${P("colors.border")};
+  background-color: transparent;
+  border-spacing: 0;
+  border-collapse: collapse;
+  border-style: hidden;
+  border-radius: ${P("radii")};
+  font-size: 14px;
+  color: ${P("colors.tableColor")};
+
+  ${Y({overflowX:["initial","initial","initial","hidden"],display:["table","table","table","table"]})}
+
+  & thead {
+    color: ${P("colors.theadColor")};
+    background: ${P("colors.theadBg")};
+  }
+
+  & thead th {
+    font-weight: 400;
+    padding: 10px;
+    text-align: left;
+
+    &:nth-of-type(1) {
+      ${Y({width:["20%","20%","20%","auto"]})};
+    }
+
+    &:nth-of-type(2) {
+      ${Y({width:["10%","10%","10%","auto"]})};
+    }
+
+    &:nth-of-type(3) {
+      ${Y({width:["10%","10%","10%","auto"]})};
+    }
+
+    &:nth-of-type(4) {
+      ${Y({width:["10%","10%","10%","auto"]})};
+    }
+
+    &:nth-of-type(5) {
+      ${Y({width:["20%","20%","20%","auto"]})};
+    }
+  }
+
+  & tbody td {
+    padding: 10px;
+    line-height: 2;
+    font-weight: 200;
+    text-align: left;
+  }
+
+  & tbody > tr {
+    display: table-row;
+    border-top: 1px solid ${P("colors.border")};
+  }
+
+  ${P("styles.table")};
+`,bn={a:({href:e,...t})=>{const{separator:n,linkComponent:o}=Object(u.useConfig)(),a=Object(u.useDocs)(),r=Object(s.useMemo)(()=>((e,t)=>"undefined"===typeof window?null:[location.pathname.split(e).slice(0,-1).join(e).slice(1),(t||"").replace(/^(?:\.\/)+/gi,"")].join("/"))(n,e),[n,e]),i=a&&a.find(e=>e.filepath===r),l=i?i.route:e;return l&&l.startsWith("/")?s.createElement(z,T({as:o},t,{to:l})):s.createElement(z,T({},t,{href:l}))},blockquote:D,inlineCode:H,loading:()=>s.createElement($,null,s.createElement(_,null)),notFound:()=>s.createElement(Pt,null,s.createElement(jt,null),s.createElement(Ot,null,s.createElement(Dt,null,"Page Not Found"),s.createElement(Ht,null,"Check if you changed the document route or deleted it!"))),ol:Tt,p:Kt,page:({children:e,doc:{link:t,fullpage:n,edit:o=!1}})=>{const{repository:a}=Object(u.useConfig)(),{props:r}=e,i=Se.pagesForGithubLink.toString().includes(r.doc.name),l=s.createElement(s.Fragment,null,t&&o&&s.createElement(Gt,{href:t,target:"_blank"},s.createElement(Vt,{width:14})," Edit page"),s.createElement(Wt,{showGithubLink:i}),e);return s.createElement(Pt,null,a&&s.createElement(W,{repository:a}),!n&&s.createElement(jt,null),s.createElement(qt,null,n?l:s.createElement(Ut,null,l)))},pre:()=>s.createElement("div",null),props:({title:e,isRaw:t,isToggle:n,...o})=>{const[a,r]=Object(s.useState)(!0),i=Object(u.useComponents)(),l=Object(s.useMemo)(()=>Object(j.d)(i.H3||"h3")`
+      padding: 8px 0;
+      position: relative;
+      ${t?"":"margin-bottom: 0;"}
+      ${!a||t?"border-bottom: 1px solid rgba(0, 0, 0, 0.1);":""}
+
+      ${n?`\n        cursor: pointer;\n        padding-right: 40px;\n\n        &::after {\n          content: '';\n          position: absolute;\n          top: 50%;\n          right: 16px;\n          transform: translateY(-50%) ${a?"rotate(-135deg)":"rotate(45deg)"};\n          ${a?"":"margin-top: -2px;"}\n          width: 8px;\n          height: 8px;\n          border-bottom: 2px solid;\n          border-right: 2px solid;\n        }\n      `:""}
+    `,[a]),d=n?{onClick:()=>r(e=>!e),onkeydown:()=>r(e=>!e),role:"button",tabindex:0}:{};return s.createElement(gn,null,(!!e||n)&&s.createElement(l,d,e||"Component props"),a&&s.createElement("div",null,t?s.createElement(tn,o):s.createElement(hn,o)))},table:e=>s.createElement(fn,null,s.createElement(vn,e)),ul:j.d.ul`
+  list-style: none;
+
+  & li::before {
+    content: "● ";
+    color: ${P("colors.border")};
+    font-weight: bold;
+    font-size: 0.5em;
+    margin-right: 5px;
+  }
+
+  ${P("styles.ul")};
+
+  ul li {
+    padding-left: 25px;
+  }
+`},yn=j.b`
+  @import url('https://unpkg.com/codemirror@5.42.0/lib/codemirror.css');
+  @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
+  @import url('https://fonts.googleapis.com/css?family=Inconsolata');
+
+  .icon-link {
+    display: none;
+  }
+
+  body {
+    margin: 0;
+    padding: 0;
+    ${P("styles.body")};
+  }
+
+  .with-overlay {
+    overflow: hidden;
+  }
+
+  html,
+  body,
+  #root {
+    height: 100%;
+    min-height: 100%;
+  }
+`,xn={colors:o,styles:{body:j.c`
+    font-family: ${P("fonts.ui")};
+    font-size: 16px;
+    line-height: 1.6;
+  `,h1:j.c`
+    margin: 40px 0 20px;
+    font-family: ${P("fonts.display")};
+    font-size: 48px;
+    font-weight: 600;
+    letter-spacing: -0.02em;
+  `,h2:j.c`
+    margin: 30px 0 15px;
+    line-height: 1.4em;
+    font-family: ${P("fonts.display")};
+    font-weight: 500;
+    font-size: 28px;
+    letter-spacing: -0.02em;
+  `,h3:j.c`
+    margin: 25px 0 10px;
+    font-size: 20px;
+    font-weight: 400;
+  `,h4:j.c`
+    margin: 25px 0 10px;
+    font-size: 16px;
+    font-weight: 400;
+  `,h5:j.c`
+    margin: 20px 0 10px;
+    font-size: 16px;
+    font-weight: 400;
+  `,h6:j.c`
+    margin: 20px 0 10px;
+    font-size: 16px;
+    font-weight: 400;
+    text-transform: uppercase;
+  `,ol:j.c`
+    padding: 0;
+    margin: 10px 0 10px;
+  `,ul:j.c`
+    padding: 0;
+    margin: 10px 0 10px;
+  `,playground:j.c`
+    padding: 40px;
+  `,code:j.c`
+    margin: 0 3px;
+    border-radius: 3px;
+    font-family: ${P("fonts.mono")};
+    padding: 2px 5px;
+    font-size: 0.8em;
+    border: "1px solid rgba(0, 0, 0, 0.02)";
+  `,pre:j.c`
+    font-family: ${P("fonts.mono")};
+    font-size: 1em;
+    line-height: 1.8;
+  `,paragraph:j.c`
+    margin: 10px 0 20px 0;
+  `,table:j.c`
+    overflow-y: hidden;
+    width: 100%;
+    font-family: ${P("fonts.mono")};
+    font-size: 16px;
+    overflow-x: initial;
+    display: block;
+  `,blockquote:j.c`
+    margin: 25px 0;
+    padding: 20px;
+    font-style: italic;
+    font-size: 16px;
+  `},fonts:{display:'"Source Sans Pro", sans-serif',mono:'"Inconsolata", monospace',ui:'"Source Sans Pro", sans-serif'},radii:"2px",mode:"light",showPlaygroundEditor:!1,linesToScrollEditor:18},wn=(P("colors.sidebarBg"),P("colors.sidebarText","#13161F"),j.d.a`
+	&,
+	&:visited,
+	&:active {
+		text-decoration: none;
+		color: ${P("colors.link")};
+	}
+
+	&:hover {
+		color: ${P("colors.link")};
+	}
+
+	${P("styles.link")};
+`),kn=j.d.div`
+	position: absolute;
+	margin-left: 350px;
+	width: 70%;
+	font-size: 10px;
+	@media screen and (max-width: ${Z}px) {
+		width: 90%;
+		margin: 0 50px;
+	}
+	@media screen and (max-width: ${Q-1}px) {
+		width: 90%;
+		margin: 0 50px;
+	}
+`,An=j.d.div``,En=e=>{let{options:t,title:n,...o}=e;return s.createElement(kn,null,s.createElement("div",{className:"container"},s.createElement("div",{className:"row"},s.createElement(An,null,s.createElement(wn,{href:"https://www.apache.org/foundation/contributing"},s.createElement("img",{src:"https://www.apache.org/images/SupportApache-small.png",alt:"Support the ASF",id:"asf-logo",height:"10",width:"10"})),"Copyright \xa9 2011-2018 The Apache Software Foundation. Licensed under the"," ",s.createElement(wn,{href:"https://www.apache.org/licenses/LICENSE-2.0"},"Apache License, Version 2.0"),".Apache Atlas, Atlas, Apache, the Apache feather logo are trademarks of the"," ",s.createElement(wn,{href:"https://www.apache.org"},"Apache Software Foundation"),".All other marks mentioned may be trademarks or registered trademarks of their respective owners."))))};var Sn=Object(u.theme)(xn,({mode:e,codemirrorTheme:t,...n})=>({...n,mode:e,codemirrorTheme:t||"docz-"+e,colors:{...c()(a,e),...n.colors}}))(({children:e})=>s.createElement(O,null,s.createElement(yn,null),s.createElement(u.ComponentsProvider,{components:bn},e),s.createElement(En,null))),Cn={"documents/BusinessMetadata.md":function(){return Promise.all([n.e(0),n.e(3)]).then(n.bind(null,"./src/documents/BusinessMetadata.md"))},"documents/ClassificationPropagation.md":function(){return Promise.all([n.e(0),n.e(4)]).then(n.bind(null,"./src/documents/ClassificationPropagation.md"))},"documents/Glossary.md":function(){return Promise.all([n.e(0),n.e(6)]).then(n.bind(null,"./src/documents/Glossary.md"))},"documents/HighAvailability.md":function(){return Promise.all([n.e(0),n.e(7)]).then(n.bind(null,"./src/documents/HighAvailability.md"))},"documents/HighLevelArchitecture.md":function(){return Promise.all([n.e(0),n.e(8)]).then(n.bind(null,"./src/documents/HighLevelArchitecture.md"))},"documents/Notifications.md":function(){return Promise.all([n.e(0),n.e(27)]).then(n.bind(null,"./src/documents/Notifications.md"))},"documents/Overview.md":function(){return Promise.all([n.e(0),n.e(28)]).then(n.bind(null,"./src/documents/Overview.md"))},"documents/RestAPI.md":function(){return Promise.all([n.e(0),n.e(35)]).then(n.bind(null,"./src/documents/RestAPI.md"))},"documents/TypeSystem.md":function(){return Promise.all([n.e(0),n.e(50)]).then(n.bind(null,"./src/documents/TypeSystem.md"))},"documents/Asf/asfinfo.md":function(){return Promise.all([n.e(0),n.e(2)]).then(n.bind(null,"./src/documents/Asf/asfinfo.md"))},"documents/Downloads/Downloads.md":function(){return Promise.all([n.e(0),n.e(5)]).then(n.bind(null,"./src/documents/Downloads/Downloads.md"))},"documents/Hook/HookFalcon.md":function(){return Promise.all([n.e(0),n.e(9)]).then(n.bind(null,"./src/documents/Hook/HookFalcon.md"))},"documents/Hook/HookHBase.md":function(){return Promise.all([n.e(0),n.e(10)]).then(n.bind(null,"./src/documents/Hook/HookHBase.md"))},"documents/Hook/HookHive.md":function(){return Promise.all([n.e(0),n.e(11)]).then(n.bind(null,"./src/documents/Hook/HookHive.md"))},"documents/Hook/HookKafka.md":function(){return Promise.all([n.e(0),n.e(12)]).then(n.bind(null,"./src/documents/Hook/HookKafka.md"))},"documents/Hook/HookSqoop.md":function(){return Promise.all([n.e(0),n.e(13)]).then(n.bind(null,"./src/documents/Hook/HookSqoop.md"))},"documents/Hook/HookStorm.md":function(){return Promise.all([n.e(0),n.e(14)]).then(n.bind(null,"./src/documents/Hook/HookStorm.md"))},"documents/Import-Export/ExportAPI.md":function(){return Promise.all([n.e(0),n.e(15)]).then(n.bind(null,"./src/documents/Import-Export/ExportAPI.md"))},"documents/Import-Export/ExportHDFSAPI.md":function(){return Promise.all([n.e(0),n.e(16)]).then(n.bind(null,"./src/documents/Import-Export/ExportHDFSAPI.md"))},"documents/Import-Export/ExportImportAudits.md":function(){return Promise.all([n.e(0),n.e(17)]).then(n.bind(null,"./src/documents/Import-Export/ExportImportAudits.md"))},"documents/Import-Export/ImportAPI.md":function(){return Promise.all([n.e(0),n.e(18)]).then(n.bind(null,"./src/documents/Import-Export/ImportAPI.md"))},"documents/Import-Export/ImportAPIOptions.md":function(){return Promise.all([n.e(0),n.e(19)]).then(n.bind(null,"./src/documents/Import-Export/ImportAPIOptions.md"))},"documents/Import-Export/ImportEntityTransforms.md":function(){return Promise.all([n.e(0),n.e(20)]).then(n.bind(null,"./src/documents/Import-Export/ImportEntityTransforms.md"))},"documents/Import-Export/ImportExportAPI.md":function(){return Promise.all([n.e(0),n.e(21)]).then(n.bind(null,"./src/documents/Import-Export/ImportExportAPI.md"))},"documents/Import-Export/IncrementalExport.md":function(){return Promise.all([n.e(0),n.e(22)]).then(n.bind(null,"./src/documents/Import-Export/IncrementalExport.md"))},"documents/Migration/Migration-0.8-to-1.0.md":function(){return Promise.all([n.e(0),n.e(23)]).then(n.bind(null,"./src/documents/Migration/Migration-0.8-to-1.0.md"))},"documents/Misc/AtlasServer.md":function(){return Promise.all([n.e(0),n.e(24)]).then(n.bind(null,"./src/documents/Misc/AtlasServer.md"))},"documents/Misc/ReplicatedAttributes.md":function(){return Promise.all([n.e(0),n.e(25)]).then(n.bind(null,"./src/documents/Misc/ReplicatedAttributes.md"))},"documents/Misc/SoftReference.md":function(){return Promise.all([n.e(0),n.e(26)]).then(n.bind(null,"./src/documents/Misc/SoftReference.md"))},"documents/Project-Info/IssueTracking.md":function(){return Promise.all([n.e(0),n.e(29)]).then(n.bind(null,"./src/documents/Project-Info/IssueTracking.md"))},"documents/Project-Info/MailingLists.md":function(){return Promise.all([n.e(0),n.e(30)]).then(n.bind(null,"./src/documents/Project-Info/MailingLists.md"))},"documents/Project-Info/ProjectInfo.md":function(){return Promise.all([n.e(0),n.e(31)]).then(n.bind(null,"./src/documents/Project-Info/ProjectInfo.md"))},"documents/Project-Info/ProjectLicense.md":function(){return Promise.all([n.e(0),n.e(32)]).then(n.bind(null,"./src/documents/Project-Info/ProjectLicense.md"))},"documents/Project-Info/SourceRepository.md":function(){return Promise.all([n.e(0),n.e(33)]).then(n.bind(null,"./src/documents/Project-Info/SourceRepository.md"))},"documents/Project-Info/TeamList.md":function(){return Promise.all([n.e(0),n.e(34)]).then(n.bind(null,"./src/documents/Project-Info/TeamList.md"))},"documents/Search/SearchAdvanced.md":function(){return Promise.all([n.e(0),n.e(36)]).then(n.bind(null,"./src/documents/Search/SearchAdvanced.md"))},"documents/Search/SearchBasic.md":function(){return Promise.all([n.e(0),n.e(37)]).then(n.bind(null,"./src/documents/Search/SearchBasic.md"))},"documents/Search/SearchRelationship.md":function(){return Promise.all([n.e(0),n.e(38)]).then(n.bind(null,"./src/documents/Search/SearchRelationship.md"))},"documents/Security/AtlasRangerAuthorizer.md":function(){return Promise.all([n.e(0),n.e(39)]).then(n.bind(null,"./src/documents/Security/AtlasRangerAuthorizer.md"))},"documents/Security/AtlasSimpleAuthorizer.md":function(){return Promise.all([n.e(0),n.e(40)]).then(n.bind(null,"./src/documents/Security/AtlasSimpleAuthorizer.md"))},"documents/Security/Authentication.md":function(){return Promise.all([n.e(0),n.e(41)]).then(n.bind(null,"./src/documents/Security/Authentication.md"))},"documents/Security/AuthorizationModel.md":function(){return Promise.all([n.e(0),n.e(42)]).then(n.bind(null,"./src/documents/Security/AuthorizationModel.md"))},"documents/Security/Security.md":function(){return Promise.all([n.e(0),n.e(43)]).then(n.bind(null,"./src/documents/Security/Security.md"))},"documents/Setup/BuildInstruction.md":function(){return Promise.all([n.e(0),n.e(44)]).then(n.bind(null,"./src/documents/Setup/BuildInstruction.md"))},"documents/Setup/Configuration.md":function(){return Promise.all([n.e(0),n.e(45)]).then(n.bind(null,"./src/documents/Setup/Configuration.md"))},"documents/Setup/EclipseSetup.md":function(){return Promise.all([n.e(0),n.e(46)]).then(n.bind(null,"./src/documents/Setup/EclipseSetup.md"))},"documents/Setup/InstallationInstruction.md":function(){return Promise.all([n.e(0),n.e(47)]).then(n.bind(null,"./src/documents/Setup/InstallationInstruction.md"))},"documents/Setup/QuickStart.md":function(){return Promise.all([n.e(0),n.e(48)]).then(n.bind(null,"./src/documents/Setup/QuickStart.md"))},"documents/Tools/AtlasRepairIndex.md":function(){return Promise.all([n.e(0),n.e(49)]).then(n.bind(null,"./src/documents/Tools/AtlasRepairIndex.md"))},"documents/Whats-New/WhatsNew-1.0.md":function(){return Promise.all([n.e(0),n.e(51)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-1.0.md"))},"documents/Whats-New/WhatsNew-2.0.md":function(){return Promise.all([n.e(0),n.e(52)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-2.0.md"))},"documents/Whats-New/WhatsNew-2.1.md":function(){return Promise.all([n.e(0),n.e(53)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-2.1.md"))},"documents/Whats-New/WhatsNew-2.2.md":function(){return Promise.all([n.e(0),n.e(54)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-2.2.md"))},"documents/Whats-New/WhatsNew-2.3.md":function(){return Promise.all([n.e(0),n.e(55)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-2.3.md"))}},In=n("./.docz/app/db.json"),jn=function(){return r.a.createElement(Sn,{linkComponent:u.Link,db:In},r.a.createElement(u.Routes,{imports:Cn}))},Pn=[],On=[],Dn=function(){return Pn.forEach((function(e){return e&&e()}))},Hn=function(){return On.forEach((function(e){return e&&e()}))},Tn=document.querySelector("#root");!function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:jn;Dn(),l.a.render(r.a.createElement(e,null),Tn,Hn)}(jn)},"./docz-lib/docz/dist/Playground.js":function(e,t,n){"use strict";var o=n("../node_modules/react/index.js");n("../node_modules/lodash/fp/get.js");var a=n("./docz-lib/docz/dist/chunk.js");n("../node_modules/lodash/fp/omit.js"),n("../node_modules/fast-deep-equal/index.js"),n("../node_modules/lodash/fp/merge.js"),n("../node_modules/array-sort/index.js"),n("../node_modules/lodash/fp/unionBy.js"),n("../node_modules/lodash/fp/flattenDepth.js"),n("../node_modules/lodash/fp/pipe.js"),n("../node_modules/ulid/dist/index.esm.js"),n("../node_modules/match-sorter/dist/match-sorter.esm.js"),n("../node_modules/lodash/fp/throttle.js");t.default=({className:e,style:t,wrapper:n,children:s,__scope:r,__position:i,__code:l,__codesandbox:u})=>{const d=a.useComponents();if(!d||!d.playground)return null;const c={className:e,style:t,components:d};return o.createElement(d.playground,Object.assign({},c,{component:s,wrapper:n,scope:r,position:i,code:l,codesandbox:u}))}},"./docz-lib/docz/dist/chunk.js":function(e,t,n){"use strict";function o(e){return e&&"object"===typeof e&&"default"in e?e.default:e}var a=n("../node_modules/react/index.js"),s=o(n("../node_modules/lodash/fp/get.js")),r=o(n("../node_modules/lodash/fp/omit.js")),i=o(n("../node_modules/fast-deep-equal/index.js")),l=o(n("../node_modules/lodash/fp/merge.js")),u=o(n("../node_modules/array-sort/index.js")),d=o(n("../node_modules/lodash/fp/unionBy.js")),c=o(n("../node_modules/lodash/fp/flattenDepth.js")),p=o(n("../node_modules/lodash/fp/pipe.js")),m=n("../node_modules/ulid/dist/index.esm.js"),h=o(n("../node_modules/match-sorter/dist/match-sorter.esm.js")),g=o(n("../node_modules/lodash/fp/throttle.js"));const f={loading:()=>a.createElement(a.Fragment,null,"Loading"),playground:({component:e,code:t})=>a.createElement(a.Fragment,null,e,t),notFound:()=>a.createElement(a.Fragment,null,"Not found"),page:({children:e})=>a.createElement(a.Fragment,null,e)},v=a.createContext({});function b(e,t,n){return e<t?n?1:-1:e>t?n?-1:1:0}const y=function(e){var t;const n=a.createContext(e),o=new Set;return{context:n,set:e=>(e=>{o.forEach(t=>t(e))})(e),Provider:(t=class extends a.Component{constructor(){super(...arguments),this.state=this.props.initial||e||{}}static getDerivedStateFromProps(e,t){return i(e.initial,t)?null:e.initial}componentDidMount(){o.add(e=>this.setState(e))}componentWillUnmount(){o.clear()}render(){return a.createElement(n.Provider,{value:this.state},this.props.children)}},t.displayName="DoczStateProvider",t)}}({}),x=e=>{const{type:t,payload:n}=JSON.parse(e.data),o=t.startsWith("state.")&&t.split(".")[1];o&&y.set(e=>Object.assign({},e,{[o]:n}))},w=e=>!e.menu,k=e=>({name:e.name,route:e.route,parent:e.parent}),A=(e,t)=>t.filter((e=>t=>t.menu===e)(e)).map(k),E=e=>{const t=e.filter(w).map(k),n=(o=e,a="menu",Array.from(new Set(o.reduce((e,t)=>{const n=s(a)(t);return n?e.concat([n]):e},[])))).map((e=>t=>({name:t,menu:A(t,e)}))(e));var o,a;return d("name",n,t)},S=e=>{const t=(e=>"string"===typeof e?{name:e}:e)(e);return Object.assign({},t,{id:t.id||m.ulid(),parent:s("parent",t)||s("parent",e),menu:Array.isArray(t.menu)?t.menu.map(S):t.menu})},C=p(S,e=>e.href||e.route?r("menu",e):e),I=(e,t)=>{const n=e.map(C),o=t.map(C);return d("name",n,o).map(e=>{if(!e.menu)return e;const t=o.find(t=>t.name===e.name),n=t&&t.menu;return Object.assign({},e,{menu:n?I(e.menu,n):e.menu||t.menu})})},j=(e,t=[])=>{const n="string"!==typeof e?s("name",e):e,o=t.findIndex(e=>e===n);return-1!==o?o:1/0},P=(e,t)=>e.name<t.name?-1:e.name>t.name?1:0,O=(e,t=[])=>u(e,((e=[])=>(t,n)=>{const o=e.map(e=>e.name||e);return b(j(t,o),j(n,o))})(t),P).map(e=>{if(!e.menu)return e;const n=t.find(t=>t.name===e.name),o=n&&n.menu;return Object.assign({},e,{menu:o?O(e.menu,o):u(e.menu,P)})}),D="object"===typeof window,H=(e,t)=>({innerHeight:D?window.innerHeight:t,innerWidth:D?window.innerWidth:e,outerHeight:D?window.outerHeight:t,outerWidth:D?window.outerWidth:e});t.ComponentsProvider=({components:e={},children:t})=>a.createElement(v.Provider,{value:Object.assign({},f,e)},t),t.doczState=y,t.isFn=e=>"function"===typeof e,t.useComponents=()=>a.useContext(v),t.useConfig=()=>{const e=a.useContext(y.context),{linkComponent:t,transform:n,config:o,themeConfig:s={}}=e,r=l(s,o?o.themeConfig:{}),i=n?n(r):r;return Object.assign({},o,{linkComponent:t,themeConfig:i})},t.useDataServer=e=>{a.useEffect(()=>{if(!e)return;const t=new WebSocket(e);return t.onmessage=x,()=>t.close()},[])},t.useDocs=()=>{const{entries:e=[]}=a.useContext(y.context),t=e.map(({value:e})=>e);return u(t,(e,t)=>b(e.name,t.name))},t.useMenus=e=>{const{query:t=""}=e||{},{entries:n,config:o}=a.useContext(y.context);if(!n)return null;const s=n.map(({value:e})=>e),r=E(s),i=a.useMemo(()=>{const t=I(r,o.menu),n=O(t,o.menu);return a=n,(s=e&&e.filter)?a.filter(s).map(e=>e.menu?Object.assign({},e,{menu:e.menu.filter(s)}):e):a;var a,s},[n,o]);return t&&t.length>0?((e,t)=>{const n=t.map(e=>[e].concat(e.menu||[])),o=c(2,n),a=[...new Set(o)];return h(a,e,{keys:["name"]})})(t,i):i},t.usePrevious=(e,t)=>{const n=a.useRef(t);return a.useEffect(()=>{n.current=e}),n.current},t.useWindowSize=(e=300,t=1/0,n=1/0)=>{const[o,s]=a.useState(H(n,n)),r=g(e,()=>s(H(n,n)));return a.useEffect(()=>(window.addEventListener("resize",r),()=>{window.removeEventListener("resize",r)}),[]),o}},"./docz-lib/docz/dist/index.js":function(e,t,n){"use strict";function o(e){return e&&"object"===typeof e&&"default"in e?e.default:e}Object.defineProperty(t,"__esModule",{value:!0});var a=n("../node_modules/react/index.js"),s=o(n("../node_modules/@loadable/component/dist/loadable.esm.js")),r=o(n("../node_modules/lodash/fp/get.js")),i=n("../node_modules/tslib/tslib.es6.js"),l=n("./docz-lib/docz/dist/chunk.js"),u=o(n("../node_modules/lodash/fp/omit.js")),d=n("../node_modules/@reach/router/es/index.js"),c=o(n("../node_modules/lodash/fp/first.js")),p=o(n("../node_modules/capitalize/index.js"));n("../node_modules/fast-deep-equal/index.js"),n("../node_modules/lodash/fp/merge.js"),n("../node_modules/array-sort/index.js"),n("../node_modules/lodash/fp/unionBy.js"),n("../node_modules/lodash/fp/flattenDepth.js"),n("../node_modules/lodash/fp/pipe.js"),n("../node_modules/ulid/dist/index.esm.js"),n("../node_modules/match-sorter/dist/match-sorter.esm.js"),n("../node_modules/lodash/fp/throttle.js");var m=n("../node_modules/@mdx-js/react/dist/esm.js");let h=n("../node_modules/hash-source/src/dist/createHashSource.js").default();const g=s(()=>Promise.resolve(n("./docz-lib/docz/dist/Playground.js"))),f=e=>{const[t,n]=a.useState(!0),[o,s]=a.useState(null),[r,u]=a.useState({});a.useEffect(()=>{const{getInitialProps:t}=e;t&&l.isFn(t)&&(n(!0),t(e).then(e=>{n(!1),s(null),u(e)}).catch(e=>{n(!1),s(e),u({})}))},[]);const{as:d,getInitialProps:c}=e,p=i.__rest(e,["as","getInitialProps"]);return a.createElement(d,Object.assign({},p,{data:Object.assign({},r,{loading:t,error:o})}))},v=(e,t,n)=>{const o=n.loading;return s(async()=>{const n=r(e,t),{default:o,getInitialProps:s}=await n();return e=>a.createElement(f,Object.assign({},e,{as:o||"div",getInitialProps:s}))},{fallback:a.createElement(o,null)})},b=e=>{const{asyncComponent:t,path:n,entry:o}=e,s=i.__rest(e,["asyncComponent","path","entry"]),r=l.useComponents().page,u=t,d=Object.assign({},s,{doc:o});return r?a.createElement(r,Object.assign({},d),a.createElement(u,Object.assign({},d))):a.createElement(u,Object.assign({},d))},y=a.forwardRef((e,t)=>{const n=u(["activeClassName","partiallyActive"],e),o=a.useCallback(({isCurrent:e})=>e?{className:n.className+" active"}:{},[n.className]);return a.createElement(d.Link,Object.assign({},n,{getProps:o,ref:t}))});y.displayName="Link";const x=/(?:React\.)?(?:PropTypes\.)?objectOf\((?:React\.)?(?:PropTypes\.)?(\w+)\)/,w=e=>{switch(e.name.toLowerCase()){case"instanceof":return`Class(${e.value})`;case"enum":return e.computed?e.value:e.value?e.value.map(e=>""+e.value).join(" \u2502 "):e.raw;case"union":return e.value?e.value.map(e=>""+w(e)).join(" \u2502 "):e.raw;case"array":return e.raw;case"arrayof":return`Array<${w(e.value)}>`;case"custom":if(-1!==e.raw.indexOf("function")||-1!==e.raw.indexOf("=>"))return"Custom(Function)";if(-1!==e.raw.toLowerCase().indexOf("objectof")){const t=e.raw.match(x);return t&&t[1]?`ObjectOf(${p(t[1])})`:"ObjectOf"}return"Custom";case"bool":return"Boolean";case"func":return"Function";case"shape":const t=e.value,n={};return Object.keys(t).forEach(e=>{n[e]=w(t[e])}),JSON.stringify(n,null,2);default:return p(e.name)}},k=e=>w(e),A=e=>{const t=r("name",e.flowType||e.type);if(!t)return null;const n=t.startsWith('"')||"enum"===t,o=p(n?"enum":t),a=r("type.value",e);return o?n&&"string"===typeof a||!e.flowType&&!n&&!a||e.flowType&&!e.flowType.elements?o:e.flowType?k(e.flowType):k(e.type):null},E=({location:e})=>{setTimeout(()=>{if(e&&e.hash){const t=decodeURI(e.hash).substring(1),n=document.getElementById(t);n&&n.scrollIntoView()}})};t.ComponentsProvider=l.ComponentsProvider,t.doczState=l.doczState,t.useComponents=l.useComponents,t.useConfig=l.useConfig,t.useDataServer=l.useDataServer,t.useDocs=l.useDocs,t.useMenus=l.useMenus,t.usePrevious=l.usePrevious,t.useWindowSize=l.useWindowSize,t.AsyncRoute=b,t.Link=y,t.Playground=e=>"undefined"!==typeof window?a.createElement(a.Suspense,{fallback:null},a.createElement(g,Object.assign({},e))):null,t.Props=({title:e,isToggle:t,isRaw:n,of:o})=>{const s=l.useComponents(),{props:i}=a.useContext(l.doczState.context),u=s.props,d=r("__filemeta.filename",o),p=r("__filemeta.name",o)||o.displayName||o.name,m=i&&i.length>0&&i.find(e=>d?e.key===d:e.key.includes(p+".")),h=r("value",m)||[],g=c(h),f=h.find(e=>e.displayName===p),v=r("props",f||g);return v&&u?a.createElement(u,{title:e,isRaw:n,isToggle:t,props:v,getPropType:A}):null},t.Routes=({imports:e})=>{const t=l.useComponents(),{entries:n}=a.useContext(l.doczState.context),o=t.notFound,s=a.useMemo(()=>d.createHistory(h),[]);return a.useEffect(()=>{s.listen(E)},[]),a.createElement(m.MDXProvider,{components:t},a.createElement(d.LocationProvider,{history:s},a.createElement(d.Router,null,a.createElement(o,{default:!0}),n&&n.map(({key:o,value:s})=>{const r={path:o,entries:n,components:t},i=v(o,e,t);return a.createElement(b,Object.assign({},r,{entry:s,key:s.id,path:s.route,asyncComponent:i}))}))))},t.loadRoute=v,t.theme=function(e,t=(e=>e)){return n=>{const o=a.memo(o=>{const{linkComponent:s}=o,{db:r,children:i,wrapper:u=a.Fragment}=o,d=Object.assign({},r,{themeConfig:e,transform:t,linkComponent:s});return a.createElement(l.doczState.Provider,{initial:d},a.createElement(u,null,a.createElement(n,null,i)))});return o.displayName=n.displayName||"DoczTheme",o}}},0:function(e,t,n){e.exports=n("./.docz/app/index.jsx")}});
+//# sourceMappingURL=app.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/app.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/app.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..bce56b3
--- /dev/null
+++ b/2.3.0/static/js/app.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/webpack/bootstrap","/home/madhan/Apache/git/atlas/docs/target/theme/styles/colors.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/modes.js","/home/madhan/Apache/git/atlas/docs/target/theme/utils/theme.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Blockquote.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/InlineCode.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Link.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Loading.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Header/GithubLink/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/responsive.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Logo/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Search/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/SmallLink.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/MenuHeadings.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/MenuLink.js","/home/madhan/Apache/git/atlas/docs/target/theme/utils/utils.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/SubMenu.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/Menu.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/Docz.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/Hamburger.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Main/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/NotFound.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/OrderedList.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Button.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Header/HeaderDropDown/Basic.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Header/HeaderDropDown/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Header/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Page.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Paragraph.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Props/PropsRaw.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Props/PropsTable.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Props/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Table.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Pre.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/UnorderedList.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/global.js","/home/madhan/Apache/git/atlas/docs/target/theme/config.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/fonts.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/LegalFooter/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/index.js","/home/madhan/Apache/git/atlas/docs/target/.docz/app/imports.js","/home/madhan/Apache/git/atlas/docs/target/.docz/app/root.jsx","/home/madhan/Apache/git/atlas/docs/target/.docz/app/index.jsx","/home/madhan/Apache/git/atlas/docs/target/docz-lib/docz/dist/Playground.js","/home/madhan/Apache/git/atlas/docs/target/docz-lib/docz/dist/chunk.js","/home/madhan/Apache/git/atlas/docs/target/docz-lib/docz/dist/index.js"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","prefetchChunks","i","resolves","length","Object","prototype","hasOwnProperty","call","installedChunks","push","modules","parentJsonpFunction","deferredPrefetch","apply","shift","deferredModules","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","forEach","undefined","link","document","createElement","crossOrigin","nc","setAttribute","rel","as","href","jsonpScriptSrc","head","appendChild","parentHotUpdateCallback","window","hotAvailableFilesMap","hotRequestedFilesMap","hotUpdate","hotWaitingFiles","hotChunksLoading","hotUpdateDownloaded","hotAddUpdateChunk","hotCurrentChildModule","hotApplyOnUpdate","hotCurrentHash","hotCurrentModuleData","hotCurrentParents","hotCurrentParentsTemp","hotCreateModule","hot","_acceptedDependencies","_declinedDependencies","_selfAccepted","_selfDeclined","_selfInvalidated","_disposeHandlers","_main","active","accept","dep","callback","decline","dispose","addDisposeHandler","removeDisposeHandler","idx","indexOf","invalidate","this","hotStatus","hotSetStatus","hotApplyInvalidatedModule","hotQueuedInvalidatedModules","check","hotCheck","hotApply","status","l","hotStatusHandlers","addStatusHandler","removeStatusHandler","newStatus","hotDeferred","hotUpdateNewHash","hotWaitingFilesMap","toModuleId","id","Error","requestTimeout","Promise","resolve","reject","XMLHttpRequest","request","requestPath","p","open","timeout","send","err","onreadystatechange","readyState","update","JSON","parse","responseText","e","then","hotApplyInvalidatedModules","c","h","promise","hotEnsureUpdateChunk","script","charset","src","hotDownloadUpdateChunk","deferred","outdatedModules","options","hotApplyInternal","cb","module","getAffectedStuff","updateModuleId","outdatedDependencies","queue","map","chain","queueItem","pop","installedModules","type","parents","parentId","parent","concat","addAllToSet","a","b","item","appliedUpdate","warnUnexpectedRequire","console","warn","abortError","doApply","doDispose","chainInfo","join","onDeclined","ignoreDeclined","onUnaccepted","ignoreUnaccepted","onAccepted","onDisposed","outdatedSelfAcceptedModules","slice","errorHandler","keys","hotDisposeChunk","dependency","moduleOutdatedDependencies","disposeHandlers","children","child","error","callbacks","onErrored","dependencyId","ignoreErrored","err2","originalError","list","1","exports","me","fn","ObjectFactory","name","configurable","enumerable","get","set","value","defineProperty","finishChunkLoading","t","mode","hotCreateRequire","promises","installedChunkData","onScriptComplete","location","origin","event","onerror","onload","clearTimeout","chunk","errorType","realSrc","target","message","setTimeout","all","m","d","getter","o","r","Symbol","toStringTag","__esModule","ns","create","key","bind","n","object","property","oe","jsonpArray","oldJsonpFunction","startupResult","white","grayUltraLight","grayExtraLight","grayLight","gray","grayDark","grayExtraDark","dark","blueLight","blue","skyBlue","negative","green","greenLight","light","colors","primary","text","footerText","sidebarBg","sidebarText","sidebarHighlight","sidebarBorder","background","border","theadColor","theadBg","tableColor","tooltipBg","tooltipColor","codeBg","codeColor","preBg","blockquoteBg","blockquoteBorder","blockquoteColor","propsText","propsBg","val","defaultValue","ThemeProvider","config","useConfig","theme","prev","docz","themeConfig","Blockquote","styled","blockquote","InlineCode","code","LinkStyled","Wrapper","div","dash","keyframes","spinnerClass","delay","css","Lines","path","Path","Spinner","size","width","height","viewBox","fill","strokeWidth","strokeLinecap","strokeLinejoin","stroke-linecap","GitHubDivContent","showGithubLink","GithubLink","repository","props","data-size","aria-label","breakpoints","mq","facepaint","sidebarPrimary","primaryColor","showBg","defaultProps","LogoImg","Logo","base","title","linkComponent","Link","baseUrl","to","alt","SearchIcon","input","themeGet","LinkProps","onClick","React","assign","slug","MenuHeadings","route","docs","useDocs","doc","find","headings","filter","heading","depth","getHeadings","hrefLinks","activeWrapper","createLink","checkChildMenu","obj","partiallyActive","includes","trim","LinkAnchor","getActiveFromClass","el","activeByClass","classList","contains","activeByLocation","pathname","getActiveByLocation","Boolean","MenuLink","onActiveChange","ref","setActive","useState","prevActive","usePrevious","$el","useRef","useMemo","linkProps","useEffect","isActive","current","add","checkActiveClass","innerRef","activeClassName","ev","preventDefault","displayName","Utils","localStorageKeys","ACTIVEMENU","NAVPOSITION","checkMenuIsOPen","activeMenu","findIndex","menu","pagesForGithubLink","MenuItem","order","Number","OpenedProps","opened","List","dl","Icon","SubMenu","sidebarToggle","handleActiveMenu","show","hasChildren","submenu","hasToggle","handleToggle","output","dataItem","collapseAll","hasActive","Menu","OutputHtml","OpenProps","IconRotate","backgroundColor","textColor","IconLine","span","radii","ToggleButton","button","display","Hamburger","_interopDefault","ex","_pipe","require","_omit","sort","_flattenDepth","match","ulid","position","Content","Menus","nav","Empty","ToggleBackground","className","sortByName","findPos","orderedList","_get","pos","Infinity","noMenu","entry","normalize","selected","parseItemStr","Array","isArray","normalizeAndClean","fromMenu","entryAsMenu","flatArrFromObject","arr","prop","menus","from","Set","reduce","entriesOfSubMenu","entries","entriesOfMenu","menusFromEntries","entriesWithoutMenu","parseMenu","submenus","parseSubMenu","x","without","y","_unionBy","mergeMenus","entriesMenu","configMenu","first","second","found","foundMenu","sortMenus","reverse","compare","compareWithMenu","useMenusCustom","opts","query","useContext","doczState","context","sorted","merged","items","flattened","flattenedDeduplicated","search","Sidebar","setActiveMenu","act_menu","localStorage","getItem","setItem","stringify","getActiveMenu","hidden","setHidden","setQuery","isDesktop","useWindowSize","innerWidth","prevIsDesktop","navRef","documentElement","remove","navTop","parseInt","scrollTop","handleSidebarToggle","isHidden","method","addOverlayClass","handleScroll","t_activeMenu","index","outputHtml","onScroll","Main","Title","h1","Subtitle","OrderedList","ol","Button","ButtonLink","Basic","toggle","setToggle","dropdownRef","setToggleOnEvent","addEventListener","removeEventListener","ComponentStyle","DropDownComp","opt","data-href","dataHref","currentTarget","dataset","propTypes","DropDownDivContainer","HeaderDropDown","atlasVersions","style","minHeight","padding","borderRadius","HeaderStyleComp","Header","Container","EditPage","withComponent","visibility","top","right","EditIcon","Edit","Paragraph","PropName","PropType","PropDefaultValue","PropRequired","PropsRaw","getPropType","components","useComponents","P","flowType","replace","required","description","Line","Column","ColumnName","ColumnType","ColumnValue","PropsTable","marginBottom","maxWidth","TableStyled","table","overflowX","separator","toCheck","split","getSeparator","matched","filepath","nHref","startsWith","inlineCode","loading","notFound","page","fullpage","edit","toString","content","pre","isRaw","isToggle","isOpen","setIsOpen","H3","titleProps","onkeydown","role","tabindex","ul","Global","createGlobalStyle","styles","body","h2","h3","h4","h5","h6","playground","paragraph","fonts","mono","ui","showPlaygroundEditor","linesToScrollEditor","FooterDiv","ParagraphFooter","LegalFooter","rest","enhance","codemirrorTheme","modes","imports","Root","db","database","_onPreRenders","_onPostRenders","onPreRender","f","onPostRender","root","querySelector","Component","ReactDOM","render","__chunk_1","default","wrapper","__scope","__position","__code","__codesandbox","component","scope","codesandbox","equal","_merge","_throttle","defaultComponents","Fragment","ctx","createContext","initial","_a","listeners","listener","dispatch","Provider","constructor","super","arguments","state","componentDidMount","setState","componentWillUnmount","clear","updateState","payload","isClient","getSize","initialWidth","initialHeight","innerHeight","outerHeight","outerWidth","ComponentsProvider","themeComponents","isFn","transform","newConfig","transformed","useDataServer","url","socket","WebSocket","onmessage","close","useMenus","throttleMs","windowSize","setWindowSize","tSetWindowResize","loadable","tslib_1","router","_first","capitalize","react","source","BasePlayground","AsyncComponent","setLoading","setError","setData","getInitialProps","catch","Comp","__rest","loadRoute","Loading","async","importFn","fallback","AsyncRoute","asyncComponent","routeProps","Page","forwardRef","useCallback","isCurrent","getProps","RE_OBJECTOF","getTypeStr","toLowerCase","computed","v","raw","shape","rst","humanize","propName","isEnum","elements","goToHash","hash","decodeURI","substring","getElementById","scrollIntoView","Playground","Suspense","Props","of","stateProps","PropsComponent","filename","componentName","firstDefinition","definition","Routes","NotFound","history","createHistory","listen","MDXProvider","LocationProvider","Router","WrappedComponent","Theme","memo"],"mappings":"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","file":"static/js/app.b185f4c5b68d73002af0.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n \t\tvar prefetchChunks = data[3] || [];\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n \t\tdeferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n \t\tif(deferredModules.length === 0) {\n \t\t\t// chunk prefetching for javascript\n \t\t\tdeferredPrefetch.forEach(function(chunkId) {\n \t\t\t\tif(installedChunks[chunkId] === undefined) {\n \t\t\t\t\tinstalledChunks[chunkId] = null;\n \t\t\t\t\tvar link = document.createElement('link');\n \t\t\t\t\tlink.crossOrigin = \"anonymous\";\n \t\t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\t\tlink.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t\t}\n \t\t\t\t\tlink.rel = \"prefetch\";\n \t\t\t\t\tlink.as = \"script\";\n \t\t\t\t\tlink.href = jsonpScriptSrc(chunkId);\n \t\t\t\t\tdocument.head.appendChild(link);\n \t\t\t\t}\n \t\t\t});\n \t\t\tdeferredPrefetch.length = 0;\n \t\t}\n \t\treturn result;\n \t}\n \tfunction hotDisposeChunk(chunkId) {\n \t\tdelete installedChunks[chunkId];\n \t}\n \tvar parentHotUpdateCallback = window[\"webpackHotUpdate\"];\n \twindow[\"webpackHotUpdate\"] = // eslint-disable-next-line no-unused-vars\n \tfunction webpackHotUpdateCallback(chunkId, moreModules) {\n \t\thotAddUpdateChunk(chunkId, moreModules);\n \t\tif (parentHotUpdateCallback) parentHotUpdateCallback(chunkId, moreModules);\n \t} ;\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotDownloadUpdateChunk(chunkId) {\n \t\tvar script = document.createElement(\"script\");\n \t\tscript.charset = \"utf-8\";\n \t\tscript.src = __webpack_require__.p + \"\" + chunkId + \".\" + hotCurrentHash + \".hot-update.js\";\n \t\tif (\"anonymous\") script.crossOrigin = \"anonymous\";\n \t\tdocument.head.appendChild(script);\n \t}\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotDownloadManifest(requestTimeout) {\n \t\trequestTimeout = requestTimeout || 10000;\n \t\treturn new Promise(function(resolve, reject) {\n \t\t\tif (typeof XMLHttpRequest === \"undefined\") {\n \t\t\t\treturn reject(new Error(\"No browser support\"));\n \t\t\t}\n \t\t\ttry {\n \t\t\t\tvar request = new XMLHttpRequest();\n \t\t\t\tvar requestPath = __webpack_require__.p + \"\" + hotCurrentHash + \".hot-update.json\";\n \t\t\t\trequest.open(\"GET\", requestPath, true);\n \t\t\t\trequest.timeout = requestTimeout;\n \t\t\t\trequest.send(null);\n \t\t\t} catch (err) {\n \t\t\t\treturn reject(err);\n \t\t\t}\n \t\t\trequest.onreadystatechange = function() {\n \t\t\t\tif (request.readyState !== 4) return;\n \t\t\t\tif (request.status === 0) {\n \t\t\t\t\t// timeout\n \t\t\t\t\treject(\n \t\t\t\t\t\tnew Error(\"Manifest request to \" + requestPath + \" timed out.\")\n \t\t\t\t\t);\n \t\t\t\t} else if (request.status === 404) {\n \t\t\t\t\t// no update available\n \t\t\t\t\tresolve();\n \t\t\t\t} else if (request.status !== 200 && request.status !== 304) {\n \t\t\t\t\t// other failure\n \t\t\t\t\treject(new Error(\"Manifest request to \" + requestPath + \" failed.\"));\n \t\t\t\t} else {\n \t\t\t\t\t// success\n \t\t\t\t\ttry {\n \t\t\t\t\t\tvar update = JSON.parse(request.responseText);\n \t\t\t\t\t} catch (e) {\n \t\t\t\t\t\treject(e);\n \t\t\t\t\t\treturn;\n \t\t\t\t\t}\n \t\t\t\t\tresolve(update);\n \t\t\t\t}\n \t\t\t};\n \t\t});\n \t}\n\n \tvar hotApplyOnUpdate = true;\n \t// eslint-disable-next-line no-unused-vars\n \tvar hotCurrentHash = \"b185f4c5b68d73002af0\";\n \tvar hotRequestTimeout = 10000;\n \tvar hotCurrentModuleData = {};\n \tvar hotCurrentChildModule;\n \t// eslint-disable-next-line no-unused-vars\n \tvar hotCurrentParents = [];\n \t// eslint-disable-next-line no-unused-vars\n \tvar hotCurrentParentsTemp = [];\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotCreateRequire(moduleId) {\n \t\tvar me = installedModules[moduleId];\n \t\tif (!me) return __webpack_require__;\n \t\tvar fn = function(request) {\n \t\t\tif (me.hot.active) {\n \t\t\t\tif (installedModules[request]) {\n \t\t\t\t\tif (installedModules[request].parents.indexOf(moduleId) === -1) {\n \t\t\t\t\t\tinstalledModules[request].parents.push(moduleId);\n \t\t\t\t\t}\n \t\t\t\t} else {\n \t\t\t\t\thotCurrentParents = [moduleId];\n \t\t\t\t\thotCurrentChildModule = request;\n \t\t\t\t}\n \t\t\t\tif (me.children.indexOf(request) === -1) {\n \t\t\t\t\tme.children.push(request);\n \t\t\t\t}\n \t\t\t} else {\n \t\t\t\tconsole.warn(\n \t\t\t\t\t\"[HMR] unexpected require(\" +\n \t\t\t\t\t\trequest +\n \t\t\t\t\t\t\") from disposed module \" +\n \t\t\t\t\t\tmoduleId\n \t\t\t\t);\n \t\t\t\thotCurrentParents = [];\n \t\t\t}\n \t\t\treturn __webpack_require__(request);\n \t\t};\n \t\tvar ObjectFactory = function ObjectFactory(name) {\n \t\t\treturn {\n \t\t\t\tconfigurable: true,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: function() {\n \t\t\t\t\treturn __webpack_require__[name];\n \t\t\t\t},\n \t\t\t\tset: function(value) {\n \t\t\t\t\t__webpack_require__[name] = value;\n \t\t\t\t}\n \t\t\t};\n \t\t};\n \t\tfor (var name in __webpack_require__) {\n \t\t\tif (\n \t\t\t\tObject.prototype.hasOwnProperty.call(__webpack_require__, name) &&\n \t\t\t\tname !== \"e\" &&\n \t\t\t\tname !== \"t\"\n \t\t\t) {\n \t\t\t\tObject.defineProperty(fn, name, ObjectFactory(name));\n \t\t\t}\n \t\t}\n \t\tfn.e = function(chunkId) {\n \t\t\tif (hotStatus === \"ready\") hotSetStatus(\"prepare\");\n \t\t\thotChunksLoading++;\n \t\t\treturn __webpack_require__.e(chunkId).then(finishChunkLoading, function(err) {\n \t\t\t\tfinishChunkLoading();\n \t\t\t\tthrow err;\n \t\t\t});\n\n \t\t\tfunction finishChunkLoading() {\n \t\t\t\thotChunksLoading--;\n \t\t\t\tif (hotStatus === \"prepare\") {\n \t\t\t\t\tif (!hotWaitingFilesMap[chunkId]) {\n \t\t\t\t\t\thotEnsureUpdateChunk(chunkId);\n \t\t\t\t\t}\n \t\t\t\t\tif (hotChunksLoading === 0 && hotWaitingFiles === 0) {\n \t\t\t\t\t\thotUpdateDownloaded();\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t}\n \t\t};\n \t\tfn.t = function(value, mode) {\n \t\t\tif (mode & 1) value = fn(value);\n \t\t\treturn __webpack_require__.t(value, mode & ~1);\n \t\t};\n \t\treturn fn;\n \t}\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotCreateModule(moduleId) {\n \t\tvar hot = {\n \t\t\t// private stuff\n \t\t\t_acceptedDependencies: {},\n \t\t\t_declinedDependencies: {},\n \t\t\t_selfAccepted: false,\n \t\t\t_selfDeclined: false,\n \t\t\t_selfInvalidated: false,\n \t\t\t_disposeHandlers: [],\n \t\t\t_main: hotCurrentChildModule !== moduleId,\n\n \t\t\t// Module API\n \t\t\tactive: true,\n \t\t\taccept: function(dep, callback) {\n \t\t\t\tif (dep === undefined) hot._selfAccepted = true;\n \t\t\t\telse if (typeof dep === \"function\") hot._selfAccepted = dep;\n \t\t\t\telse if (typeof dep === \"object\")\n \t\t\t\t\tfor (var i = 0; i < dep.length; i++)\n \t\t\t\t\t\thot._acceptedDependencies[dep[i]] = callback || function() {};\n \t\t\t\telse hot._acceptedDependencies[dep] = callback || function() {};\n \t\t\t},\n \t\t\tdecline: function(dep) {\n \t\t\t\tif (dep === undefined) hot._selfDeclined = true;\n \t\t\t\telse if (typeof dep === \"object\")\n \t\t\t\t\tfor (var i = 0; i < dep.length; i++)\n \t\t\t\t\t\thot._declinedDependencies[dep[i]] = true;\n \t\t\t\telse hot._declinedDependencies[dep] = true;\n \t\t\t},\n \t\t\tdispose: function(callback) {\n \t\t\t\thot._disposeHandlers.push(callback);\n \t\t\t},\n \t\t\taddDisposeHandler: function(callback) {\n \t\t\t\thot._disposeHandlers.push(callback);\n \t\t\t},\n \t\t\tremoveDisposeHandler: function(callback) {\n \t\t\t\tvar idx = hot._disposeHandlers.indexOf(callback);\n \t\t\t\tif (idx >= 0) hot._disposeHandlers.splice(idx, 1);\n \t\t\t},\n \t\t\tinvalidate: function() {\n \t\t\t\tthis._selfInvalidated = true;\n \t\t\t\tswitch (hotStatus) {\n \t\t\t\t\tcase \"idle\":\n \t\t\t\t\t\thotUpdate = {};\n \t\t\t\t\t\thotUpdate[moduleId] = modules[moduleId];\n \t\t\t\t\t\thotSetStatus(\"ready\");\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"ready\":\n \t\t\t\t\t\thotApplyInvalidatedModule(moduleId);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"prepare\":\n \t\t\t\t\tcase \"check\":\n \t\t\t\t\tcase \"dispose\":\n \t\t\t\t\tcase \"apply\":\n \t\t\t\t\t\t(hotQueuedInvalidatedModules =\n \t\t\t\t\t\t\thotQueuedInvalidatedModules || []).push(moduleId);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tdefault:\n \t\t\t\t\t\t// ignore requests in error states\n \t\t\t\t\t\tbreak;\n \t\t\t\t}\n \t\t\t},\n\n \t\t\t// Management API\n \t\t\tcheck: hotCheck,\n \t\t\tapply: hotApply,\n \t\t\tstatus: function(l) {\n \t\t\t\tif (!l) return hotStatus;\n \t\t\t\thotStatusHandlers.push(l);\n \t\t\t},\n \t\t\taddStatusHandler: function(l) {\n \t\t\t\thotStatusHandlers.push(l);\n \t\t\t},\n \t\t\tremoveStatusHandler: function(l) {\n \t\t\t\tvar idx = hotStatusHandlers.indexOf(l);\n \t\t\t\tif (idx >= 0) hotStatusHandlers.splice(idx, 1);\n \t\t\t},\n\n \t\t\t//inherit from previous dispose call\n \t\t\tdata: hotCurrentModuleData[moduleId]\n \t\t};\n \t\thotCurrentChildModule = undefined;\n \t\treturn hot;\n \t}\n\n \tvar hotStatusHandlers = [];\n \tvar hotStatus = \"idle\";\n\n \tfunction hotSetStatus(newStatus) {\n \t\thotStatus = newStatus;\n \t\tfor (var i = 0; i < hotStatusHandlers.length; i++)\n \t\t\thotStatusHandlers[i].call(null, newStatus);\n \t}\n\n \t// while downloading\n \tvar hotWaitingFiles = 0;\n \tvar hotChunksLoading = 0;\n \tvar hotWaitingFilesMap = {};\n \tvar hotRequestedFilesMap = {};\n \tvar hotAvailableFilesMap = {};\n \tvar hotDeferred;\n\n \t// The update info\n \tvar hotUpdate, hotUpdateNewHash, hotQueuedInvalidatedModules;\n\n \tfunction toModuleId(id) {\n \t\tvar isNumber = +id + \"\" === id;\n \t\treturn isNumber ? +id : id;\n \t}\n\n \tfunction hotCheck(apply) {\n \t\tif (hotStatus !== \"idle\") {\n \t\t\tthrow new Error(\"check() is only allowed in idle status\");\n \t\t}\n \t\thotApplyOnUpdate = apply;\n \t\thotSetStatus(\"check\");\n \t\treturn hotDownloadManifest(hotRequestTimeout).then(function(update) {\n \t\t\tif (!update) {\n \t\t\t\thotSetStatus(hotApplyInvalidatedModules() ? \"ready\" : \"idle\");\n \t\t\t\treturn null;\n \t\t\t}\n \t\t\thotRequestedFilesMap = {};\n \t\t\thotWaitingFilesMap = {};\n \t\t\thotAvailableFilesMap = update.c;\n \t\t\thotUpdateNewHash = update.h;\n\n \t\t\thotSetStatus(\"prepare\");\n \t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\thotDeferred = {\n \t\t\t\t\tresolve: resolve,\n \t\t\t\t\treject: reject\n \t\t\t\t};\n \t\t\t});\n \t\t\thotUpdate = {};\n \t\t\tfor(var chunkId in installedChunks)\n \t\t\t// eslint-disable-next-line no-lone-blocks\n \t\t\t{\n \t\t\t\thotEnsureUpdateChunk(chunkId);\n \t\t\t}\n \t\t\tif (\n \t\t\t\thotStatus === \"prepare\" &&\n \t\t\t\thotChunksLoading === 0 &&\n \t\t\t\thotWaitingFiles === 0\n \t\t\t) {\n \t\t\t\thotUpdateDownloaded();\n \t\t\t}\n \t\t\treturn promise;\n \t\t});\n \t}\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotAddUpdateChunk(chunkId, moreModules) {\n \t\tif (!hotAvailableFilesMap[chunkId] || !hotRequestedFilesMap[chunkId])\n \t\t\treturn;\n \t\thotRequestedFilesMap[chunkId] = false;\n \t\tfor (var moduleId in moreModules) {\n \t\t\tif (Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\thotUpdate[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif (--hotWaitingFiles === 0 && hotChunksLoading === 0) {\n \t\t\thotUpdateDownloaded();\n \t\t}\n \t}\n\n \tfunction hotEnsureUpdateChunk(chunkId) {\n \t\tif (!hotAvailableFilesMap[chunkId]) {\n \t\t\thotWaitingFilesMap[chunkId] = true;\n \t\t} else {\n \t\t\thotRequestedFilesMap[chunkId] = true;\n \t\t\thotWaitingFiles++;\n \t\t\thotDownloadUpdateChunk(chunkId);\n \t\t}\n \t}\n\n \tfunction hotUpdateDownloaded() {\n \t\thotSetStatus(\"ready\");\n \t\tvar deferred = hotDeferred;\n \t\thotDeferred = null;\n \t\tif (!deferred) return;\n \t\tif (hotApplyOnUpdate) {\n \t\t\t// Wrap deferred object in Promise to mark it as a well-handled Promise to\n \t\t\t// avoid triggering uncaught exception warning in Chrome.\n \t\t\t// See https://bugs.chromium.org/p/chromium/issues/detail?id=465666\n \t\t\tPromise.resolve()\n \t\t\t\t.then(function() {\n \t\t\t\t\treturn hotApply(hotApplyOnUpdate);\n \t\t\t\t})\n \t\t\t\t.then(\n \t\t\t\t\tfunction(result) {\n \t\t\t\t\t\tdeferred.resolve(result);\n \t\t\t\t\t},\n \t\t\t\t\tfunction(err) {\n \t\t\t\t\t\tdeferred.reject(err);\n \t\t\t\t\t}\n \t\t\t\t);\n \t\t} else {\n \t\t\tvar outdatedModules = [];\n \t\t\tfor (var id in hotUpdate) {\n \t\t\t\tif (Object.prototype.hasOwnProperty.call(hotUpdate, id)) {\n \t\t\t\t\toutdatedModules.push(toModuleId(id));\n \t\t\t\t}\n \t\t\t}\n \t\t\tdeferred.resolve(outdatedModules);\n \t\t}\n \t}\n\n \tfunction hotApply(options) {\n \t\tif (hotStatus !== \"ready\")\n \t\t\tthrow new Error(\"apply() is only allowed in ready status\");\n \t\toptions = options || {};\n \t\treturn hotApplyInternal(options);\n \t}\n\n \tfunction hotApplyInternal(options) {\n \t\thotApplyInvalidatedModules();\n\n \t\tvar cb;\n \t\tvar i;\n \t\tvar j;\n \t\tvar module;\n \t\tvar moduleId;\n\n \t\tfunction getAffectedStuff(updateModuleId) {\n \t\t\tvar outdatedModules = [updateModuleId];\n \t\t\tvar outdatedDependencies = {};\n\n \t\t\tvar queue = outdatedModules.map(function(id) {\n \t\t\t\treturn {\n \t\t\t\t\tchain: [id],\n \t\t\t\t\tid: id\n \t\t\t\t};\n \t\t\t});\n \t\t\twhile (queue.length > 0) {\n \t\t\t\tvar queueItem = queue.pop();\n \t\t\t\tvar moduleId = queueItem.id;\n \t\t\t\tvar chain = queueItem.chain;\n \t\t\t\tmodule = installedModules[moduleId];\n \t\t\t\tif (\n \t\t\t\t\t!module ||\n \t\t\t\t\t(module.hot._selfAccepted && !module.hot._selfInvalidated)\n \t\t\t\t)\n \t\t\t\t\tcontinue;\n \t\t\t\tif (module.hot._selfDeclined) {\n \t\t\t\t\treturn {\n \t\t\t\t\t\ttype: \"self-declined\",\n \t\t\t\t\t\tchain: chain,\n \t\t\t\t\t\tmoduleId: moduleId\n \t\t\t\t\t};\n \t\t\t\t}\n \t\t\t\tif (module.hot._main) {\n \t\t\t\t\treturn {\n \t\t\t\t\t\ttype: \"unaccepted\",\n \t\t\t\t\t\tchain: chain,\n \t\t\t\t\t\tmoduleId: moduleId\n \t\t\t\t\t};\n \t\t\t\t}\n \t\t\t\tfor (var i = 0; i < module.parents.length; i++) {\n \t\t\t\t\tvar parentId = module.parents[i];\n \t\t\t\t\tvar parent = installedModules[parentId];\n \t\t\t\t\tif (!parent) continue;\n \t\t\t\t\tif (parent.hot._declinedDependencies[moduleId]) {\n \t\t\t\t\t\treturn {\n \t\t\t\t\t\t\ttype: \"declined\",\n \t\t\t\t\t\t\tchain: chain.concat([parentId]),\n \t\t\t\t\t\t\tmoduleId: moduleId,\n \t\t\t\t\t\t\tparentId: parentId\n \t\t\t\t\t\t};\n \t\t\t\t\t}\n \t\t\t\t\tif (outdatedModules.indexOf(parentId) !== -1) continue;\n \t\t\t\t\tif (parent.hot._acceptedDependencies[moduleId]) {\n \t\t\t\t\t\tif (!outdatedDependencies[parentId])\n \t\t\t\t\t\t\toutdatedDependencies[parentId] = [];\n \t\t\t\t\t\taddAllToSet(outdatedDependencies[parentId], [moduleId]);\n \t\t\t\t\t\tcontinue;\n \t\t\t\t\t}\n \t\t\t\t\tdelete outdatedDependencies[parentId];\n \t\t\t\t\toutdatedModules.push(parentId);\n \t\t\t\t\tqueue.push({\n \t\t\t\t\t\tchain: chain.concat([parentId]),\n \t\t\t\t\t\tid: parentId\n \t\t\t\t\t});\n \t\t\t\t}\n \t\t\t}\n\n \t\t\treturn {\n \t\t\t\ttype: \"accepted\",\n \t\t\t\tmoduleId: updateModuleId,\n \t\t\t\toutdatedModules: outdatedModules,\n \t\t\t\toutdatedDependencies: outdatedDependencies\n \t\t\t};\n \t\t}\n\n \t\tfunction addAllToSet(a, b) {\n \t\t\tfor (var i = 0; i < b.length; i++) {\n \t\t\t\tvar item = b[i];\n \t\t\t\tif (a.indexOf(item) === -1) a.push(item);\n \t\t\t}\n \t\t}\n\n \t\t// at begin all updates modules are outdated\n \t\t// the \"outdated\" status can propagate to parents if they don't accept the children\n \t\tvar outdatedDependencies = {};\n \t\tvar outdatedModules = [];\n \t\tvar appliedUpdate = {};\n\n \t\tvar warnUnexpectedRequire = function warnUnexpectedRequire() {\n \t\t\tconsole.warn(\n \t\t\t\t\"[HMR] unexpected require(\" + result.moduleId + \") to disposed module\"\n \t\t\t);\n \t\t};\n\n \t\tfor (var id in hotUpdate) {\n \t\t\tif (Object.prototype.hasOwnProperty.call(hotUpdate, id)) {\n \t\t\t\tmoduleId = toModuleId(id);\n \t\t\t\t/** @type {TODO} */\n \t\t\t\tvar result;\n \t\t\t\tif (hotUpdate[id]) {\n \t\t\t\t\tresult = getAffectedStuff(moduleId);\n \t\t\t\t} else {\n \t\t\t\t\tresult = {\n \t\t\t\t\t\ttype: \"disposed\",\n \t\t\t\t\t\tmoduleId: id\n \t\t\t\t\t};\n \t\t\t\t}\n \t\t\t\t/** @type {Error|false} */\n \t\t\t\tvar abortError = false;\n \t\t\t\tvar doApply = false;\n \t\t\t\tvar doDispose = false;\n \t\t\t\tvar chainInfo = \"\";\n \t\t\t\tif (result.chain) {\n \t\t\t\t\tchainInfo = \"\\nUpdate propagation: \" + result.chain.join(\" -> \");\n \t\t\t\t}\n \t\t\t\tswitch (result.type) {\n \t\t\t\t\tcase \"self-declined\":\n \t\t\t\t\t\tif (options.onDeclined) options.onDeclined(result);\n \t\t\t\t\t\tif (!options.ignoreDeclined)\n \t\t\t\t\t\t\tabortError = new Error(\n \t\t\t\t\t\t\t\t\"Aborted because of self decline: \" +\n \t\t\t\t\t\t\t\t\tresult.moduleId +\n \t\t\t\t\t\t\t\t\tchainInfo\n \t\t\t\t\t\t\t);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"declined\":\n \t\t\t\t\t\tif (options.onDeclined) options.onDeclined(result);\n \t\t\t\t\t\tif (!options.ignoreDeclined)\n \t\t\t\t\t\t\tabortError = new Error(\n \t\t\t\t\t\t\t\t\"Aborted because of declined dependency: \" +\n \t\t\t\t\t\t\t\t\tresult.moduleId +\n \t\t\t\t\t\t\t\t\t\" in \" +\n \t\t\t\t\t\t\t\t\tresult.parentId +\n \t\t\t\t\t\t\t\t\tchainInfo\n \t\t\t\t\t\t\t);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"unaccepted\":\n \t\t\t\t\t\tif (options.onUnaccepted) options.onUnaccepted(result);\n \t\t\t\t\t\tif (!options.ignoreUnaccepted)\n \t\t\t\t\t\t\tabortError = new Error(\n \t\t\t\t\t\t\t\t\"Aborted because \" + moduleId + \" is not accepted\" + chainInfo\n \t\t\t\t\t\t\t);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"accepted\":\n \t\t\t\t\t\tif (options.onAccepted) options.onAccepted(result);\n \t\t\t\t\t\tdoApply = true;\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"disposed\":\n \t\t\t\t\t\tif (options.onDisposed) options.onDisposed(result);\n \t\t\t\t\t\tdoDispose = true;\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tdefault:\n \t\t\t\t\t\tthrow new Error(\"Unexception type \" + result.type);\n \t\t\t\t}\n \t\t\t\tif (abortError) {\n \t\t\t\t\thotSetStatus(\"abort\");\n \t\t\t\t\treturn Promise.reject(abortError);\n \t\t\t\t}\n \t\t\t\tif (doApply) {\n \t\t\t\t\tappliedUpdate[moduleId] = hotUpdate[moduleId];\n \t\t\t\t\taddAllToSet(outdatedModules, result.outdatedModules);\n \t\t\t\t\tfor (moduleId in result.outdatedDependencies) {\n \t\t\t\t\t\tif (\n \t\t\t\t\t\t\tObject.prototype.hasOwnProperty.call(\n \t\t\t\t\t\t\t\tresult.outdatedDependencies,\n \t\t\t\t\t\t\t\tmoduleId\n \t\t\t\t\t\t\t)\n \t\t\t\t\t\t) {\n \t\t\t\t\t\t\tif (!outdatedDependencies[moduleId])\n \t\t\t\t\t\t\t\toutdatedDependencies[moduleId] = [];\n \t\t\t\t\t\t\taddAllToSet(\n \t\t\t\t\t\t\t\toutdatedDependencies[moduleId],\n \t\t\t\t\t\t\t\tresult.outdatedDependencies[moduleId]\n \t\t\t\t\t\t\t);\n \t\t\t\t\t\t}\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t\tif (doDispose) {\n \t\t\t\t\taddAllToSet(outdatedModules, [result.moduleId]);\n \t\t\t\t\tappliedUpdate[moduleId] = warnUnexpectedRequire;\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// Store self accepted outdated modules to require them later by the module system\n \t\tvar outdatedSelfAcceptedModules = [];\n \t\tfor (i = 0; i < outdatedModules.length; i++) {\n \t\t\tmoduleId = outdatedModules[i];\n \t\t\tif (\n \t\t\t\tinstalledModules[moduleId] &&\n \t\t\t\tinstalledModules[moduleId].hot._selfAccepted &&\n \t\t\t\t// removed self-accepted modules should not be required\n \t\t\t\tappliedUpdate[moduleId] !== warnUnexpectedRequire &&\n \t\t\t\t// when called invalidate self-accepting is not possible\n \t\t\t\t!installedModules[moduleId].hot._selfInvalidated\n \t\t\t) {\n \t\t\t\toutdatedSelfAcceptedModules.push({\n \t\t\t\t\tmodule: moduleId,\n \t\t\t\t\tparents: installedModules[moduleId].parents.slice(),\n \t\t\t\t\terrorHandler: installedModules[moduleId].hot._selfAccepted\n \t\t\t\t});\n \t\t\t}\n \t\t}\n\n \t\t// Now in \"dispose\" phase\n \t\thotSetStatus(\"dispose\");\n \t\tObject.keys(hotAvailableFilesMap).forEach(function(chunkId) {\n \t\t\tif (hotAvailableFilesMap[chunkId] === false) {\n \t\t\t\thotDisposeChunk(chunkId);\n \t\t\t}\n \t\t});\n\n \t\tvar idx;\n \t\tvar queue = outdatedModules.slice();\n \t\twhile (queue.length > 0) {\n \t\t\tmoduleId = queue.pop();\n \t\t\tmodule = installedModules[moduleId];\n \t\t\tif (!module) continue;\n\n \t\t\tvar data = {};\n\n \t\t\t// Call dispose handlers\n \t\t\tvar disposeHandlers = module.hot._disposeHandlers;\n \t\t\tfor (j = 0; j < disposeHandlers.length; j++) {\n \t\t\t\tcb = disposeHandlers[j];\n \t\t\t\tcb(data);\n \t\t\t}\n \t\t\thotCurrentModuleData[moduleId] = data;\n\n \t\t\t// disable module (this disables requires from this module)\n \t\t\tmodule.hot.active = false;\n\n \t\t\t// remove module from cache\n \t\t\tdelete installedModules[moduleId];\n\n \t\t\t// when disposing there is no need to call dispose handler\n \t\t\tdelete outdatedDependencies[moduleId];\n\n \t\t\t// remove \"parents\" references from all children\n \t\t\tfor (j = 0; j < module.children.length; j++) {\n \t\t\t\tvar child = installedModules[module.children[j]];\n \t\t\t\tif (!child) continue;\n \t\t\t\tidx = child.parents.indexOf(moduleId);\n \t\t\t\tif (idx >= 0) {\n \t\t\t\t\tchild.parents.splice(idx, 1);\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// remove outdated dependency from module children\n \t\tvar dependency;\n \t\tvar moduleOutdatedDependencies;\n \t\tfor (moduleId in outdatedDependencies) {\n \t\t\tif (\n \t\t\t\tObject.prototype.hasOwnProperty.call(outdatedDependencies, moduleId)\n \t\t\t) {\n \t\t\t\tmodule = installedModules[moduleId];\n \t\t\t\tif (module) {\n \t\t\t\t\tmoduleOutdatedDependencies = outdatedDependencies[moduleId];\n \t\t\t\t\tfor (j = 0; j < moduleOutdatedDependencies.length; j++) {\n \t\t\t\t\t\tdependency = moduleOutdatedDependencies[j];\n \t\t\t\t\t\tidx = module.children.indexOf(dependency);\n \t\t\t\t\t\tif (idx >= 0) module.children.splice(idx, 1);\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// Now in \"apply\" phase\n \t\thotSetStatus(\"apply\");\n\n \t\tif (hotUpdateNewHash !== undefined) {\n \t\t\thotCurrentHash = hotUpdateNewHash;\n \t\t\thotUpdateNewHash = undefined;\n \t\t}\n \t\thotUpdate = undefined;\n\n \t\t// insert new code\n \t\tfor (moduleId in appliedUpdate) {\n \t\t\tif (Object.prototype.hasOwnProperty.call(appliedUpdate, moduleId)) {\n \t\t\t\tmodules[moduleId] = appliedUpdate[moduleId];\n \t\t\t}\n \t\t}\n\n \t\t// call accept handlers\n \t\tvar error = null;\n \t\tfor (moduleId in outdatedDependencies) {\n \t\t\tif (\n \t\t\t\tObject.prototype.hasOwnProperty.call(outdatedDependencies, moduleId)\n \t\t\t) {\n \t\t\t\tmodule = installedModules[moduleId];\n \t\t\t\tif (module) {\n \t\t\t\t\tmoduleOutdatedDependencies = outdatedDependencies[moduleId];\n \t\t\t\t\tvar callbacks = [];\n \t\t\t\t\tfor (i = 0; i < moduleOutdatedDependencies.length; i++) {\n \t\t\t\t\t\tdependency = moduleOutdatedDependencies[i];\n \t\t\t\t\t\tcb = module.hot._acceptedDependencies[dependency];\n \t\t\t\t\t\tif (cb) {\n \t\t\t\t\t\t\tif (callbacks.indexOf(cb) !== -1) continue;\n \t\t\t\t\t\t\tcallbacks.push(cb);\n \t\t\t\t\t\t}\n \t\t\t\t\t}\n \t\t\t\t\tfor (i = 0; i < callbacks.length; i++) {\n \t\t\t\t\t\tcb = callbacks[i];\n \t\t\t\t\t\ttry {\n \t\t\t\t\t\t\tcb(moduleOutdatedDependencies);\n \t\t\t\t\t\t} catch (err) {\n \t\t\t\t\t\t\tif (options.onErrored) {\n \t\t\t\t\t\t\t\toptions.onErrored({\n \t\t\t\t\t\t\t\t\ttype: \"accept-errored\",\n \t\t\t\t\t\t\t\t\tmoduleId: moduleId,\n \t\t\t\t\t\t\t\t\tdependencyId: moduleOutdatedDependencies[i],\n \t\t\t\t\t\t\t\t\terror: err\n \t\t\t\t\t\t\t\t});\n \t\t\t\t\t\t\t}\n \t\t\t\t\t\t\tif (!options.ignoreErrored) {\n \t\t\t\t\t\t\t\tif (!error) error = err;\n \t\t\t\t\t\t\t}\n \t\t\t\t\t\t}\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// Load self accepted modules\n \t\tfor (i = 0; i < outdatedSelfAcceptedModules.length; i++) {\n \t\t\tvar item = outdatedSelfAcceptedModules[i];\n \t\t\tmoduleId = item.module;\n \t\t\thotCurrentParents = item.parents;\n \t\t\thotCurrentChildModule = moduleId;\n \t\t\ttry {\n \t\t\t\t__webpack_require__(moduleId);\n \t\t\t} catch (err) {\n \t\t\t\tif (typeof item.errorHandler === \"function\") {\n \t\t\t\t\ttry {\n \t\t\t\t\t\titem.errorHandler(err);\n \t\t\t\t\t} catch (err2) {\n \t\t\t\t\t\tif (options.onErrored) {\n \t\t\t\t\t\t\toptions.onErrored({\n \t\t\t\t\t\t\t\ttype: \"self-accept-error-handler-errored\",\n \t\t\t\t\t\t\t\tmoduleId: moduleId,\n \t\t\t\t\t\t\t\terror: err2,\n \t\t\t\t\t\t\t\toriginalError: err\n \t\t\t\t\t\t\t});\n \t\t\t\t\t\t}\n \t\t\t\t\t\tif (!options.ignoreErrored) {\n \t\t\t\t\t\t\tif (!error) error = err2;\n \t\t\t\t\t\t}\n \t\t\t\t\t\tif (!error) error = err;\n \t\t\t\t\t}\n \t\t\t\t} else {\n \t\t\t\t\tif (options.onErrored) {\n \t\t\t\t\t\toptions.onErrored({\n \t\t\t\t\t\t\ttype: \"self-accept-errored\",\n \t\t\t\t\t\t\tmoduleId: moduleId,\n \t\t\t\t\t\t\terror: err\n \t\t\t\t\t\t});\n \t\t\t\t\t}\n \t\t\t\t\tif (!options.ignoreErrored) {\n \t\t\t\t\t\tif (!error) error = err;\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// handle errors in accept handlers and self accepted module load\n \t\tif (error) {\n \t\t\thotSetStatus(\"fail\");\n \t\t\treturn Promise.reject(error);\n \t\t}\n\n \t\tif (hotQueuedInvalidatedModules) {\n \t\t\treturn hotApplyInternal(options).then(function(list) {\n \t\t\t\toutdatedModules.forEach(function(moduleId) {\n \t\t\t\t\tif (list.indexOf(moduleId) < 0) list.push(moduleId);\n \t\t\t\t});\n \t\t\t\treturn list;\n \t\t\t});\n \t\t}\n\n \t\thotSetStatus(\"idle\");\n \t\treturn new Promise(function(resolve) {\n \t\t\tresolve(outdatedModules);\n \t\t});\n \t}\n\n \tfunction hotApplyInvalidatedModules() {\n \t\tif (hotQueuedInvalidatedModules) {\n \t\t\tif (!hotUpdate) hotUpdate = {};\n \t\t\thotQueuedInvalidatedModules.forEach(hotApplyInvalidatedModule);\n \t\t\thotQueuedInvalidatedModules = undefined;\n \t\t\treturn true;\n \t\t}\n \t}\n\n \tfunction hotApplyInvalidatedModule(moduleId) {\n \t\tif (!Object.prototype.hasOwnProperty.call(hotUpdate, moduleId))\n \t\t\thotUpdate[moduleId] = modules[moduleId];\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t1: 0\n \t};\n\n \tvar deferredModules = [], deferredPrefetch = [];\n\n \t// script path function\n \tfunction jsonpScriptSrc(chunkId) {\n \t\treturn __webpack_require__.p + \"static/js/\" + ({\"2\":\"documents-asf-asfinfo\",\"3\":\"documents-business-metadata\",\"4\":\"documents-classification-propagation\",\"5\":\"documents-downloads-downloads\",\"6\":\"documents-glossary\",\"7\":\"documents-high-availability\",\"8\":\"documents-high-level-architecture\",\"9\":\"documents-hook-hook-falcon\",\"10\":\"documents-hook-hook-h-base\",\"11\":\"documents-hook-hook-hive\",\"12\":\"documents-hook-hook-kafka\",\"13\":\"documents-hook-hook-sqoop\",\"14\":\"documents-hook-hook-storm\",\"15\":\"documents-import-export-export-api\",\"16\":\"documents-import-export-export-hdfsapi\",\"17\":\"documents-import-export-export-import-audits\",\"18\":\"documents-import-export-import-api\",\"19\":\"documents-import-export-import-api-options\",\"20\":\"documents-import-export-import-entity-transforms\",\"21\":\"documents-import-export-import-export-api\",\"22\":\"documents-import-export-incremental-export\",\"23\":\"documents-migration-migration-0-8-to-1-0\",\"24\":\"documents-misc-atlas-server\",\"25\":\"documents-misc-replicated-attributes\",\"26\":\"documents-misc-soft-reference\",\"27\":\"documents-notifications\",\"28\":\"documents-overview\",\"29\":\"documents-project-info-issue-tracking\",\"30\":\"documents-project-info-mailing-lists\",\"31\":\"documents-project-info-project-info\",\"32\":\"documents-project-info-project-license\",\"33\":\"documents-project-info-source-repository\",\"34\":\"documents-project-info-team-list\",\"35\":\"documents-rest-api\",\"36\":\"documents-search-search-advanced\",\"37\":\"documents-search-search-basic\",\"38\":\"documents-search-search-relationship\",\"39\":\"documents-security-atlas-ranger-authorizer\",\"40\":\"documents-security-atlas-simple-authorizer\",\"41\":\"documents-security-authentication\",\"42\":\"documents-security-authorization-model\",\"43\":\"documents-security-security\",\"44\":\"documents-setup-build-instruction\",\"45\":\"documents-setup-configuration\",\"46\":\"documents-setup-eclipse-setup\",\"47\":\"documents-setup-installation-instruction\",\"48\":\"documents-setup-quick-start\",\"49\":\"documents-tools-atlas-repair-index\",\"50\":\"documents-type-system\",\"51\":\"documents-whats-new-whats-new-1-0\",\"52\":\"documents-whats-new-whats-new-2-0\",\"53\":\"documents-whats-new-whats-new-2-1\",\"54\":\"documents-whats-new-whats-new-2-2\",\"55\":\"documents-whats-new-whats-new-2-3\"}[chunkId]||chunkId) + \".\" + {\"2\":\"90a8320c\",\"3\":\"e68dd841\",\"4\":\"a883372b\",\"5\":\"7bbca797\",\"6\":\"7aac8d5a\",\"7\":\"5a25fd47\",\"8\":\"473e837a\",\"9\":\"4e9a18ba\",\"10\":\"3097c568\",\"11\":\"a0073868\",\"12\":\"f0f0fa18\",\"13\":\"de797b78\",\"14\":\"5cb01ef5\",\"15\":\"d67c5471\",\"16\":\"35e269a2\",\"17\":\"23b1ebdd\",\"18\":\"86fa76ae\",\"19\":\"d82d96e5\",\"20\":\"952a218e\",\"21\":\"01994ddf\",\"22\":\"15461c37\",\"23\":\"756913df\",\"24\":\"4419d308\",\"25\":\"04c7b7bf\",\"26\":\"f7723ef2\",\"27\":\"58adc50d\",\"28\":\"c02fe19d\",\"29\":\"76a0c8ae\",\"30\":\"04ae30ab\",\"31\":\"8337ab57\",\"32\":\"e3e0bd32\",\"33\":\"54cb08de\",\"34\":\"b408d1d0\",\"35\":\"617bd3f9\",\"36\":\"2421bf2c\",\"37\":\"a24095d8\",\"38\":\"1d764e51\",\"39\":\"aa5d41ab\",\"40\":\"1ae31fd1\",\"41\":\"3ee79ab6\",\"42\":\"b50faded\",\"43\":\"c044dc7f\",\"44\":\"bf138514\",\"45\":\"e728b5ee\",\"46\":\"2e40a125\",\"47\":\"b91230c8\",\"48\":\"93736360\",\"49\":\"33825bd7\",\"50\":\"ee925ecd\",\"51\":\"02557ee0\",\"52\":\"8e563e3d\",\"53\":\"0510ebbb\",\"54\":\"7acab8c6\",\"55\":\"74dda911\"}[chunkId] + \".js\"\n \t}\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {},\n \t\t\thot: hotCreateModule(moduleId),\n \t\t\tparents: (hotCurrentParentsTemp = hotCurrentParents, hotCurrentParents = [], hotCurrentParentsTemp),\n \t\t\tchildren: []\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar promises = [];\n\n\n \t\t// JSONP chunk loading for javascript\n\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n \t\t\t// a Promise means \"currently loading\".\n \t\t\tif(installedChunkData) {\n \t\t\t\tpromises.push(installedChunkData[2]);\n \t\t\t} else {\n \t\t\t\t// setup Promise in chunk cache\n \t\t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t\t\t});\n \t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n \t\t\t\t// start chunk loading\n \t\t\t\tvar script = document.createElement('script');\n \t\t\t\tvar onScriptComplete;\n\n \t\t\t\tscript.charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t}\n \t\t\t\tscript.src = jsonpScriptSrc(chunkId);\n \t\t\t\tif (script.src.indexOf(window.location.origin + '/') !== 0) {\n \t\t\t\t\tscript.crossOrigin = \"anonymous\";\n \t\t\t\t}\n \t\t\t\t// create error before stack unwound to get useful stacktrace later\n \t\t\t\tvar error = new Error();\n \t\t\t\tonScriptComplete = function (event) {\n \t\t\t\t\t// avoid mem leaks in IE.\n \t\t\t\t\tscript.onerror = script.onload = null;\n \t\t\t\t\tclearTimeout(timeout);\n \t\t\t\t\tvar chunk = installedChunks[chunkId];\n \t\t\t\t\tif(chunk !== 0) {\n \t\t\t\t\t\tif(chunk) {\n \t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n \t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n \t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n \t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n \t\t\t\t\t\t\terror.type = errorType;\n \t\t\t\t\t\t\terror.request = realSrc;\n \t\t\t\t\t\t\tchunk[1](error);\n \t\t\t\t\t\t}\n \t\t\t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t\t\t}\n \t\t\t\t};\n \t\t\t\tvar timeout = setTimeout(function(){\n \t\t\t\t\tonScriptComplete({ type: 'timeout', target: script });\n \t\t\t\t}, 120000);\n \t\t\t\tscript.onerror = script.onload = onScriptComplete;\n \t\t\t\tdocument.head.appendChild(script);\n \t\t\t}\n \t\t}\n \t\treturn Promise.all(promises);\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n \t// __webpack_hash__\n \t__webpack_require__.h = function() { return hotCurrentHash; };\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \tvar startupResult = (function() {\n \t// add entry module to deferred list\n \tdeferredModules.push([0,0]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n \t})();\n\n \twebpackJsonpCallback([[], {}, 0, [0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55]]);\n \treturn startupResult;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const white = \"#FFFFFF\";\nexport const grayUltraLight = \"#FCFBFA\";\nexport const grayExtraLight = \"#F5F6F7\";\nexport const grayLight = \"#CED4DE\";\nexport const gray = \"#7D899C\";\nexport const grayDark = \"#2D3747\";\nexport const grayExtraDark = \"#1D2330\";\nexport const dark = \"#13161F\";\n\nexport const blueLight = \"#e9f2fa\";\nexport const blue = \"#4a90e2 \";\nexport const skyBlue = \"#1FB6FF\";\nexport const negative = \"#EB4D4B\";\n\nexport const green = \"#37bb9b\";\nexport const greenLight = \"#529d8b\";\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as colors from \"./colors\";\n\nexport const light = {\n  ...colors,\n  primary: colors.green,\n  text: colors.grayDark,\n  link: colors.blue,\n  footerText: colors.grayDark,\n  sidebarBg: colors.grayExtraLight,\n  sidebarText: colors.dark,\n  sidebarHighlight: null,\n  sidebarBorder: colors.grayLight,\n  background: colors.white,\n  border: colors.greenLight,\n  theadColor: colors.gray,\n  theadBg: colors.grayExtraLight,\n  tableColor: colors.dark,\n  tooltipBg: colors.dark,\n  tooltipColor: colors.grayExtraLight,\n  codeBg: colors.grayExtraLight,\n  codeColor: colors.gray,\n  preBg: colors.grayExtraLight,\n  blockquoteBg: colors.grayExtraLight,\n  blockquoteBorder: colors.grayLight,\n  blockquoteColor: colors.gray,\n  propsText: colors.gray,\n  propsBg: colors.grayUltraLight\n};\n\nexport const dark = {\n  ...colors,\n  primary: colors.skyBlue,\n  text: colors.grayExtraLight,\n  link: colors.skyBlue,\n  footerText: colors.grayLight,\n  sidebarBg: colors.dark,\n  sidebarText: colors.grayLight,\n  sidebarHighlight: null,\n  sidebarBorder: colors.grayDark,\n  background: colors.grayExtraDark,\n  border: colors.grayDark,\n  theadColor: colors.gray,\n  theadBg: colors.grayDark,\n  tableColor: colors.grayExtraLight,\n  tooltipBg: colors.dark,\n  tooltipColor: colors.grayExtraLight,\n  codeBg: colors.gray,\n  codeColor: colors.grayExtraLight,\n  preBg: colors.grayDark,\n  blockquoteBg: colors.grayDark,\n  blockquoteBorder: colors.gray,\n  blockquoteColor: colors.gray,\n  propsText: colors.grayLight,\n  propsBg: colors.dark\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { ThemeProvider as StyledThemeProvider } from \"styled-components\";\nimport { useConfig } from \"../../docz-lib/docz/dist\";\nimport getter from \"lodash/get\";\n\nexport const get = (val, defaultValue) => p =>\n\tgetter(p, `theme.docz.${val}`, defaultValue);\n\nexport const ThemeProvider = ({ children }) => {\n\tconst config = useConfig();\n\tconst next = prev => ({ ...prev, docz: config.themeConfig });\n\treturn (\n\t\t<StyledThemeProvider theme={next}>\n\t\t\t<React.Fragment>{children}</React.Fragment>\n\t\t</StyledThemeProvider>\n\t);\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const Blockquote = styled.blockquote`\n\tbackground: ${get(\"colors.blockquoteBg\")};\n\tborder-left: 5px solid ${get(\"colors.blockquoteBorder\")};\n\tcolor: ${get(\"colors.blockquoteColor\")};\n\t${get(\"styles.blockquote\")};\n\n\t& > p {\n\t\tmargin: 0;\n\t\tcolor: ${get(\"colors.blockquoteColor\")};\n\t}\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const InlineCode = styled.code`\n\tbackground: ${get(\"colors.codeBg\")};\n\tcolor: ${get(\"colors.codeColor\")};\n\t${get(\"styles.code\")};\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useMemo, SFC } from \"react\";\nimport { useConfig, useDocs } from \"../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../utils/theme\";\n\nexport const LinkStyled = styled.a`\n  &,\n  &:visited,\n  &:active {\n    text-decoration: none;\n    color: ${get(\"colors.link\")};\n  }\n\n  &:hover {\n    color: ${get(\"colors.link\")};\n  }\n\n  ${get(\"styles.link\")};\n`;\n\nconst getSeparator = (separator, href) => {\n  if (typeof window === \"undefined\") return null;\n  return [\n    location.pathname\n      .split(separator)\n      .slice(0, -1)\n      .join(separator)\n      .slice(1),\n    (href || \"\").replace(/^(?:\\.\\/)+/gi, \"\")\n  ].join(\"/\");\n};\n\nexport const Link = ({ href, ...props }) => {\n  const { separator, linkComponent: Link } = useConfig();\n  const docs = useDocs();\n  const toCheck = useMemo(() => getSeparator(separator, href), [\n    separator,\n    href\n  ]);\n\n  const matched = docs && docs.find(doc => doc.filepath === toCheck);\n  const nHref = matched ? matched.route : href;\n  const isInternal = nHref && nHref.startsWith(\"/\");\n\n  return isInternal ? (\n    <LinkStyled as={Link} {...props} to={nHref} />\n  ) : (\n    <LinkStyled {...props} href={nHref} />\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { css, keyframes } from \"styled-components\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../utils/theme\";\n\nconst Wrapper = styled.div`\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  height: 100vh;\n`;\n\nconst dash = keyframes`\n  to {\n    stroke-dashoffset: 1000;\n  }\n`;\n\nconst spinnerClass = (delay = 0) => css`\n  stroke-dasharray: 100;\n  animation: ${dash} 5s ${delay}s cubic-bezier(0.455, 0.03, 0.515, 0.955)\n    infinite;\n`;\n\nconst Lines = styled.path`\n  stroke: ${get(\"colors.primary\")};\n  stroke-width: 3px;\n`;\nconst Path = styled.path`\n  fill: ${get(\"colors.primary\")};\n`;\nconst Spinner = ({ size = 60 }) => (\n  <svg width={size} height={size * 0.79} viewBox=\"0 0 121 96\">\n    <g>\n      <Path\n        d=\"M94.4110629,60.8520717 C95.3815188,60.8520717 96.1684193,61.6483184 96.1684193,62.6308855 L96.1684193,84.1888093 C96.1684193,90.7014865 90.9354492,96 84.2817971,96 L11.6626593,96 C5.08322545,96 0.0693980867,90.6732777 9.65270039e-05,83.6092251 C-0.0048201377,83.1344165 0.178267091,82.6773865 0.508386007,82.3398291 C0.838270796,82.0025088 1.28802855,81.8126327 1.75698472,81.8126327 L20.0341004,81.8126327 L20.0341004,11.8111907 C20.0341004,5.29851351 25.2670706,0 31.6994728,0 L104.318611,0 C110.916775,0 115.930602,5.32672231 115.999903,12.3907749 C116.00482,12.8655835 115.821733,13.3226135 115.491614,13.6601709 C115.161729,13.9974912 114.711971,14.1873673 114.243015,14.1873673 L96.1677169,14.1873673 L96.1677169,27.6014816 C96.1677169,28.5840486 95.3810506,29.3805324 94.4105946,29.3805324 C93.4401387,29.3805324 92.6534723,28.5842856 92.6534723,27.6014816 L92.6534723,12.4083165 L92.6534723,11.8111907 C92.6534723,11.6092251 92.6586231,11.4084449 92.6841429,10.9981135 C92.6928056,10.8698701 92.7005318,10.7413897 92.7436112,10.3687491 C92.7574246,10.2552027 92.7695992,10.1411823 92.831877,9.76735641 C92.8501389,9.66186972 92.8667619,9.55614598 92.9475357,9.18611289 C92.970246,9.08560423 92.9913174,8.98462146 93.0908213,8.61601067 C93.1175118,8.52000593 93.1425634,8.42352709 93.1715951,8.32870759 C93.1992221,8.23862907 93.230361,8.15044694 93.3528093,7.78396958 C93.3848847,7.69483925 93.4202379,7.60736827 93.5590751,7.25132105 C93.5953648,7.16385007 93.6349322,7.07803842 93.7896901,6.73147316 C93.8299599,6.64613561 93.8735075,6.56245741 94.0439519,6.22513704 C94.0882019,6.14193293 94.1354955,6.06062522 94.3213923,5.7327868 C94.3693883,5.65219023 94.4199597,5.57349005 94.6208406,5.25560768 C94.6723485,5.17809275 94.7261977,5.10223715 94.9425309,4.79383673 C94.9970825,4.71940343 95.0537412,4.64710356 95.2848244,4.34889624 C95.3424196,4.27754457 95.402122,4.20832634 95.647487,3.92078621 C95.7074235,3.85346437 95.7694671,3.78803892 95.9815861,3.55810163 L31.7001752,3.55810163 C27.2058754,3.55810163 23.5492816,7.26009186 23.5492816,11.8109536 L23.5492816,81.8126327 L74.3763566,81.8126327 C75.3400229,81.8126327 76.1238797,82.5984493 76.1334789,83.5741419 C76.1831138,88.6294434 79.6861203,92.4418984 84.503047,92.4418984 C88.9973468,92.4418984 92.6539406,88.7399081 92.6539406,84.1890464 L92.6539406,62.6311225 C92.6539406,61.6485555 93.4406069,60.8520717 94.4110629,60.8520717 Z M96.2578558,10.5918119 C96.2562169,10.6041385 96.2550463,10.6167021 96.2543439,10.6287915 L112.318258,10.6287915 C111.563199,6.49371327 108.371815,3.55786459 104.339214,3.55786459 C104.270849,3.55786459 104.203186,3.56094622 104.135289,3.56260556 C104.072075,3.5642649 104.008861,3.564739 103.946115,3.56758358 C103.83748,3.57279866 103.729781,3.58085831 103.622317,3.59034026 C103.604289,3.59176256 103.586262,3.59271075 103.568468,3.59437009 C103.45117,3.60551138 103.334575,3.61926021 103.218682,3.63537952 C103.211424,3.63632772 103.204167,3.63727591 103.196909,3.63822411 C103.075397,3.65529162 102.954587,3.67520371 102.834948,3.69772334 C102.834246,3.69796039 102.83331,3.69796039 102.832607,3.69819744 C101.371187,3.97364808 100.046965,4.64283668 98.9709182,5.5917428 C98.9681087,5.59435034 98.965065,5.59672083 98.9622555,5.59932836 C98.8779698,5.67376167 98.7955572,5.75009136 98.7145493,5.82784335 C98.7058866,5.83637711 98.6972239,5.84467381 98.6885612,5.85297052 C98.6117675,5.92740382 98.5363787,6.00349647 98.4623946,6.08077436 C98.4504541,6.09310089 98.4389819,6.10566448 98.4272756,6.11799101 C98.3558669,6.19360956 98.2858629,6.27017631 98.2174979,6.34840239 C98.204855,6.36286236 98.1924463,6.37755939 98.1800376,6.39201936 C98.1128431,6.4700084 98.0463511,6.54894563 97.9819662,6.6295422 C97.9714305,6.64281693 97.961363,6.65632871 97.9508273,6.66960344 C97.8850377,6.75304459 97.8201845,6.8371969 97.7574385,6.92300854 C97.7555655,6.92561608 97.7539266,6.92798657 97.7520536,6.9305941 C97.55726,7.19822213 97.3790895,7.47888785 97.2168395,7.76974665 C97.2025578,7.79558497 97.1871054,7.82071213 97.1730578,7.8467875 C97.136534,7.91387229 97.1023515,7.98214233 97.0677007,8.05041237 C97.044288,8.09639982 97.0201729,8.14191318 96.9976968,8.18837473 C96.9674944,8.25071855 96.9389309,8.31448467 96.9101333,8.37777668 C96.8857841,8.4313497 96.8612008,8.48492271 96.8380222,8.53920687 C96.8118,8.6001284 96.7872167,8.66152403 96.7626334,8.7231567 C96.7392207,8.78170774 96.7160421,8.84002173 96.6940342,8.89904687 C96.671558,8.95878315 96.6502525,9.01923058 96.629181,9.07967801 C96.6074072,9.14225888 96.5863358,9.20483975 96.5662009,9.26789471 C96.5472366,9.32691985 96.5287406,9.38618203 96.5111811,9.44591832 C96.4917485,9.51181787 96.4732525,9.57842856 96.4552248,9.64503926 C96.4395383,9.70335325 96.4240859,9.76190429 96.40957,9.82069238 C96.3924787,9.89062176 96.3767922,9.96102524 96.3613399,10.0316658 C96.3489311,10.0885575 96.3362883,10.1454492 96.3250502,10.202815 C96.3103002,10.2781965 96.2974232,10.3540521 96.2847804,10.4299076 C96.2756494,10.4837177 96.2658161,10.5375278 96.2578558,10.5918119 Z M11.6624252,92.4418984 L75.9979194,92.4418984 C75.9649075,92.4068152 75.9335345,92.3698355 75.9009909,92.3342782 C75.8553361,92.284498 75.8099155,92.2344807 75.7651973,92.1837523 C75.6987052,92.1083708 75.6331497,92.0320411 75.5685307,91.9547632 C75.5252172,91.9030866 75.4819037,91.8514099 75.4392927,91.7990222 C75.3746736,91.7193738 75.3114594,91.637829 75.2487134,91.5560472 C75.2089118,91.5041335 75.1688761,91.452931 75.1297769,91.4003062 C75.0646896,91.3128352 75.0019436,91.2234678 74.9391976,91.1338634 C74.9050151,91.0847943 74.8698961,91.0366734 74.8361818,90.9871302 C74.7633683,90.8797471 74.6928961,90.7702306 74.6233604,90.660003 C74.602289,90.6265791 74.580047,90.5943405 74.5592097,90.5606795 C74.4700073,90.4165539 74.3836145,90.2700578 74.3000312,90.1211912 C74.2777891,90.081604 74.2569519,90.0408316 74.2351781,90.0007704 C74.1750074,89.8907798 74.1153051,89.7805521 74.0581781,89.6684281 C74.0282099,89.60964 74.0003488,89.5499037 73.971317,89.4906415 C73.9247258,89.3951109 73.8779004,89.2993432 73.8334163,89.2021532 C73.8032139,89.1362536 73.7744163,89.0694059 73.7453846,89.0027952 C73.7048806,88.9098721 73.6646108,88.816949 73.6259799,88.7228406 C73.5974164,88.6529113 73.5700236,88.5822707 73.5423966,88.5116302 C73.5061069,88.4187071 73.4707538,88.3253099 73.4365712,88.2309645 C73.4101149,88.1584276 73.3845951,88.0854166 73.3595435,88.0121685 C73.3269998,87.917112 73.2953927,87.8213443 73.2649562,87.7251025 C73.2415435,87.6516174 73.218365,87.5778952 73.196357,87.5036989 C73.1668571,87.4048496 73.1392301,87.3050521 73.1118372,87.2050175 C73.0919364,87.1320065 73.0715674,87.0589955 73.0528373,86.9852733 C73.0259127,86.8802608 73.0013293,86.7738259 72.9769801,86.667391 C72.9610595,86.5972246 72.9439683,86.5275322 72.9289841,86.4566546 C72.9036984,86.3386044 72.8814564,86.2188948 72.8592143,86.0991851 C72.8479762,86.0387377 72.8353334,85.9792385 72.8250318,85.918554 C72.7938929,85.7374488 72.7657977,85.5551583 72.7416826,85.3709714 L21.7919251,85.3709714 L3.68338077,85.3709714 C4.43844,89.5060497 7.62982365,92.4418984 11.6624252,92.4418984 Z M120.998408,32.7899677 C120.998647,32.8098599 121.000556,32.8297522 120.99984,32.850118 C120.998408,32.9064794 120.993634,32.9621303 120.986951,33.0170708 C120.986712,33.0203861 120.986712,33.0234647 120.986235,33.0267801 C120.975971,33.1077699 120.958785,33.1863916 120.938019,33.2635925 C120.933962,33.2787485 120.929665,33.2934308 120.92513,33.30835 C120.878347,33.4655934 120.810559,33.6131276 120.72463,33.7488211 C120.716514,33.7616089 120.708399,33.77416 120.700045,33.7867111 C120.654455,33.854913 120.605285,33.9202732 120.551102,33.981134 C120.54776,33.9846862 120.54418,33.9880016 120.540838,33.9917906 C120.485939,34.0526514 120.426267,34.1087759 120.363491,34.1615851 C120.358478,34.1658477 120.354659,34.1708208 120.349647,34.1748466 C116.038893,37.7064298 112.307441,41.2448806 107.873046,46.0062306 C102.802778,51.4498371 91.7857706,58.7815489 86.0428726,60.5339606 C83.3864839,61.3445694 81.1912456,61.9366004 79.2545094,62.4594822 C75.5209096,63.4666453 72.7568714,64.2130779 69.3242606,65.8091935 L66.5163033,75.703689 C66.2938436,76.487538 65.5749072,77 64.7927178,77 C64.632079,77 64.4685759,76.9786869 64.3062662,76.9332189 C63.354129,76.6670418 62.7994119,75.6852176 63.0674615,74.7405729 L66.0950142,64.0724114 C66.1009815,64.0513351 66.1074262,64.0304956 66.1141095,64.0098929 C66.2733162,63.5189808 66.4310907,63.0273583 66.589104,62.5354989 C68.5186795,56.5263844 70.5141337,50.3124272 74.8387316,45.4144364 C84.7202875,34.2226827 104.265713,30.6427897 119.255011,31.0276098 C119.339269,31.0297412 119.421379,31.0396873 119.502295,31.0529488 C119.520435,31.0557905 119.538337,31.0588691 119.556239,31.0624213 C119.637155,31.0782877 119.716639,31.0979431 119.793259,31.1239925 C119.793736,31.1239925 119.794214,31.1242293 119.794691,31.1244661 C119.871788,31.1507523 119.945305,31.1836692 120.017151,31.2196647 C120.030995,31.2265323 120.0446,31.233163 120.058205,31.2405042 C120.128619,31.2783942 120.196885,31.3198363 120.261331,31.3662516 C120.269208,31.3719351 120.276369,31.378329 120.284007,31.3840125 C120.341293,31.4268755 120.395714,31.473054 120.447271,31.5223109 C120.459445,31.5339147 120.472095,31.5450449 120.48403,31.5571224 C120.53869,31.6120628 120.58977,31.6703187 120.636792,31.7318899 C120.646101,31.7442042 120.654694,31.7572288 120.663764,31.7697799 C120.706489,31.8287462 120.745635,31.8900806 120.780961,31.9540199 C120.785735,31.9630188 120.791225,31.9713072 120.795998,31.9803061 C120.834189,32.0527707 120.866651,32.1285507 120.894816,32.2064619 C120.896965,32.2126191 120.900545,32.2183026 120.902693,32.2244597 C120.905319,32.2318009 120.906274,32.2396157 120.90866,32.2471937 C120.959502,32.3997009 120.989815,32.5607333 120.996976,32.7279228 C120.997692,32.7487623 120.998169,32.769365 120.998408,32.7899677 Z M77.5340269,47.756511 C75.2953469,50.2920613 73.752689,53.2567157 72.4766485,56.4636291 C76.7888345,52.5955355 82.6281636,48.2464759 88.0376107,44.6611362 C91.3895441,42.4395991 97.3876024,38.6593629 103.660632,35.6411889 C101.191855,36.0456645 98.7963549,36.5581265 96.5295094,37.1757332 C88.0946578,39.4737607 81.7037145,43.0337614 77.5340269,47.756511 Z M105.24172,43.5935859 C108.084287,40.541311 110.64878,37.9761591 113.255998,35.5938264 C107.252689,37.4175187 99.0698944,41.6242541 90.0278137,47.6172653 C84.8055001,51.0785153 79.7992015,54.8284396 75.9309802,58.1760196 C74.9697728,59.0079415 74.1544054,59.7489275 73.4588607,60.4098709 C75.0136919,59.9201429 76.5859475,59.4953014 78.3143067,59.0290178 C80.2245483,58.513714 82.3894729,57.9292611 84.9897693,57.1359395 C89.6492502,55.7143547 100.307028,48.8917896 105.24172,43.5935859 Z\"\n        id=\"Combined-Shape\"\n        fill=\"#1F2D3D\"\n      />\n      <Lines\n        d=\"M31.5,18.5 L38.5,18.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        strokeLinecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(1.5)}\n      />\n      <Lines\n        d=\"M47.75,18.5 L86.25,18.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        stroke-linecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(0.2)}\n      />\n      <Lines\n        d=\"M30.9375,38.5 L72.0625,38.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        stroke-linecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(1)}\n      />\n      <Lines\n        d=\"M31,56.5 L59,56.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        stroke-linecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(3)}\n      />\n      <Lines\n        d=\"M31.375,72.5 L50.625,72.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        stroke-linecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(2)}\n      />\n    </g>\n  </svg>\n);\n\nexport const Loading = () => (\n  <Wrapper>\n    <Spinner />\n  </Wrapper>\n);\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport GitHubButton from \"react-github-btn\";\n\nconst GitHubDivContent = styled.div`\n  width: auto;\n  padding: 0;\n  float: right;\n  margin-right: 2px;\n  margin-left: 12px;\n  display: ${p => (p.showGithubLink ? \"display-inline\" : \"none\")};\n`;\n\nconst GithubLinkProps = {\n  repository: \"https://github.com/apache/atlas/\"\n};\n\nexport const GithubLink = ({ repository, ...props }) => {\n  return (\n    <GitHubDivContent {...props}>\n      <GitHubButton\n        href=\"https://github.com/apache/atlas/fork\"\n        data-size=\"large\"\n        aria-label=\"Fork apache/atlas on GitHub\"\n      >\n        Fork\n      </GitHubButton>\n\n      <GitHubButton\n        href=\"https://github.com/apache/atlas/archive/master.zip\"\n        data-size=\"large\"\n        aria-label=\"Download apache/atlas on GitHub\"\n      >\n        Download\n      </GitHubButton>\n\n      <GitHubButton\n        href=\"https://github.com/apache/atlas\"\n        data-size=\"large\"\n        aria-label=\"Star apache/atlas on GitHub\"\n      >\n        Star\n      </GitHubButton>\n    </GitHubDivContent>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport facepaint from \"facepaint\";\n\nexport const breakpoints = {\n\tmobile: 420,\n\ttablet: 920,\n\toldDesktop: 1024,\n\tdesktop: 1120\n};\n\nexport const mq = facepaint([\n\t`@media(min-width: ${breakpoints.mobile}px)`,\n\t`@media(min-width: ${breakpoints.tablet}px)`,\n\t`@media(min-width: ${breakpoints.desktop}px)`\n]);\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\n\nimport { breakpoints } from \"../../../styles/responsive\";\nimport { get } from \"../../../utils/theme\";\n\nconst WrapperProps = {\n  showBg: true,\n  theme: null\n};\n\nconst sidebarPrimary = get(\"colors.sidebarPrimary\");\nconst primaryColor = get(\"colors.primary\");\n\nconst Wrapper = styled.div`\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  justify-content: center;\n  padding: 24px;\n\n  a,\n  a:hover,\n  a:visited {\n    text-decoration: none;\n  }\n\n  &:before {\n    position: absolute;\n    content: \"\";\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: ${p => sidebarPrimary(p) || primaryColor(p)};\n  }\n\n  @media screen and (max-width: ${breakpoints.desktop}px) {\n    &:before {\n      height: ${p => (p.showBg ? \"3px\" : 0)};\n    }\n  }\n\n  ${get(\"styles.logo\")};\n`;\nWrapper.defaultProps = WrapperProps;\n\nconst LogoImg = styled(\"img\")`\n  padding: 0;\n  height: 50px;\n  margin: 2px 0;\n`;\n\nconst LogoText = styled(\"h1\")`\n  margin: 5px 0;\n  font-size: 24px;\n  font-weight: 600;\n  letter-spacing: -0.015em;\n  color: ${get(\"colors.sidebarText\")};\n`;\n\nconst LogoProps = {\n  showBg: true\n};\n\nexport const Logo = ({ showBg }) => {\n  const { base, title, linkComponent: Link, baseUrl } = useConfig();\n  if (!Link) return null;\n  return (\n    <Wrapper showBg={showBg}>\n      <Link to={typeof base === \"string\" ? base : \"/\"}>\n        <LogoImg src={`${baseUrl}/images/atlas_logo.svg`} alt={title} />\n      </Link>\n    </Wrapper>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport styled from \"styled-components\";\nimport SearchIcon from \"react-feather/dist/icons/search\";\n\nimport { get } from \"../../../utils/theme\";\n\nconst sidebarBorder = get(\"colors.sidebarBorder\", \"#CED4DE\");\nconst sidebarText = get(\"colors.sidebarText\", \"#13161F\");\n\nconst Wrapper = styled.div`\n  display: flex;\n  align-items: center;\n  padding: 5px 24px;\n  margin-bottom: 20px;\n  border-top: 1px dotted ${sidebarBorder};\n  border-bottom: 1px dotted ${sidebarBorder};\n  opacity: 1;\n`;\n\nconst Icon = styled(SearchIcon)`\n  stroke: ${sidebarText};\n  min-width: 20px;\n  opacity: 0.5;\n`;\n\nconst Input = styled.input`\n  outline: none;\n  width: 100%;\n  padding: 10px;\n  background: transparent;\n  border: none;\n  font-size: 16px;\n  color: ${sidebarText};\n`;\n\nconst SearchProps = {\n  onSearch: value => {}\n};\n\nexport const Search = ({ onSearch }) => (\n  <Wrapper>\n    <Icon />\n    <Input\n      type=\"text\"\n      placeholder=\"Search here...\"\n      onChange={ev => {\n        onSearch && onSearch(ev.target.value);\n      }}\n    />\n  </Wrapper>\n);\nSearch.defaultProps = SearchProps;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC, useState, useEffect } from \"react\";\nimport { WindowLocation } from \"@reach/router\";\nimport styled from \"styled-components\";\n\nimport { get as themeGet } from \"../../../utils/theme\";\n\nconst sidebarPrimary = themeGet(\"colors.sidebarPrimary\");\nconst primaryColor = themeGet(\"colors.primary\");\n\nexport const LinkProps = {\n  to: \"\",\n  onClick: React.MouseEventHandler\n};\nconst Link = styled.a`\n  position: relative;\n  font-size: 14px;\n  padding: 0 0 5px 16px;\n  text-decoration: none;\n  opacity: 0.5;\n  transition: opacity 0.2s;\n\n  &,\n  &:visited,\n  &.active {\n    color: ${themeGet(\"colors.sidebarText\")};\n  }\n\n  &.active {\n    opacity: 1;\n  }\n\n  &:before {\n    z-index: 1;\n    position: absolute;\n    display: block;\n    content: \"\";\n    top: 1px;\n    left: 0;\n    width: 0;\n    height: 20px;\n    background: ${p => sidebarPrimary(p) || primaryColor(p)};\n    transition: width 0.2s;\n  }\n\n  &.active:before {\n    width: 2px;\n  }\n`;\nLink.defaultProps = LinkProps;\n\nconst SmallLinkProps = Object.assign({}, LinkProps, {\n  as: null,\n  slug: \"\"\n  //location: WindowLocation\n});\n\nexport const SmallLink = ({ as: Component, slug, location, ...props }) => {\n  const [isActive, setActive] = useState(false);\n\n  useEffect(() => {\n    const decodedHash = decodeURI(location.hash);\n    const currentHash = decodedHash && decodedHash.slice(1, Infinity);\n    setActive(Boolean(slug === currentHash));\n  }, [location]);\n\n  return (\n    <Link as={Component} {...props} className={isActive ? \"active\" : \"\"} />\n  );\n};\n\nSmallLink.defaultProps = SmallLinkProps;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport { Entry, useDocs, useConfig } from \"../../../../docz-lib/docz/dist\";\nimport { Location } from \"@reach/router\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\n\nimport { SmallLink } from \"./SmallLink\";\n\nconst Submenu = styled.div`\n  display: flex;\n  flex-direction: column;\n  margin: 5px 0 0 24px;\n`;\n\nconst getHeadings = (route, docs) => {\n  const doc = docs.find(doc => doc.route === route);\n  const headings = get(doc, \"headings\");\n  return headings ? headings.filter(heading => heading.depth === 2) : [];\n};\n\nconst MenuHeadingsProps = {\n  route: \"\",\n  onClick: null\n};\n\nexport const MenuHeadings = ({ route, onClick }) => {\n  const docs = useDocs();\n  const { linkComponent: Link } = useConfig();\n  const headings = docs && getHeadings(route, docs);\n\n  return null;\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useMemo, useEffect, useRef, useState } from \"react\";\nimport { useConfig, usePrevious } from \"../../../../docz-lib/docz/dist\";\n//import { MenuItem } from \"./Menu\";\nimport styled, { css } from \"styled-components\";\nimport _isArray from \"lodash/fp/isArray\";\n\nimport { MenuHeadings } from \"./MenuHeadings\";\nimport { get } from \"../../../utils/theme\";\n\nexport const MenuItem = {\n  id: \"\",\n  name: \"\",\n  route: \"\",\n  href: \"\",\n  menu: [],\n  order: Number,\n  parent: \"\"\n};\n\nconst WrapperProps = {\n  active: false,\n  theme: null\n};\n\nconst hrefLinks = css`\n  font-weight: normal !important;\n  color: #807e7e !important;\n  &:hover,\n  &.active {\n    color: ${p =>\n      get(\"colors.sidebarPrimary\")(p) || get(\"colors.primary\")(p)} !important;\n  }\n`;\n\nconst activeWrapper = css`\n  padding-left: 0;\n  &:after {\n    width: 1px;\n  }\n`;\n\nconst Wrapper = styled.div`\n  position: relative;\n  transition: padding 0.2s;\n\n  &:after {\n    position: absolute;\n    display: block;\n    content: \"\";\n    top: 30px;\n    left: 24px;\n    width: 0;\n    height: calc(100% - 36px);\n    border-left: 1px dashed ${get(\"colors.sidebarBorder\")};\n    transition: width 0.2s;\n  }\n\n  ${p => p.active && activeWrapper};\n`;\nWrapper.defaultProps = WrapperProps;\nexport const createLink = Link => styled(Link)`\n  position: relative;\n  display: block;\n  padding: 4px 15px;\n  font-weight: 600;\n  font-size: 18px;\n  letter-spacing: -0.02em;\n  color: ${get(\"colors.sidebarText\")};\n  text-decoration: none;\n  transition: color 0.2s;\n\n  &:hover,\n  &:visited {\n    color: ${get(\"colors.sidebarText\")};\n  }\n\n  &:hover,\n  &.active {\n    color: ${p => get(\"colors.sidebarPrimary\")(p) || get(\"colors.primary\")(p)};\n    font-weight: 600;\n  }\n  ${p => {\n    return checkChildMenu(p) ? hrefLinks : \"\";\n  }}\n`;\n\nconst checkChildMenu = obj => {\n  const { partiallyActive, to, children } = obj;\n  return partiallyActive && !`REST API,ASF`.includes(children.trim());\n};\n\nconst LinkAnchor = createLink(styled.a``);\n\nconst getActiveByLocation = route => {\n  if (typeof window === \"undefined\") return;\n  return location.pathname.slice(0, location.pathname.length - 1) === route;\n};\n\nconst getActiveFromClass = (el = null, route = undefined) => {\n  const activeByClass = el && el.classList.contains(\"active\");\n  const activeByLocation = route && getActiveByLocation(route);\n  return Boolean(activeByClass || activeByLocation);\n};\n\nconst checkActiveClass = ($el, isActive) => {\n  if (!isActive) return;\n  if (isActive && !$el.classList.contains(\"active\")) {\n    $el.classList.add(\"active\");\n  }\n};\n\nconst LinkProps = {\n  item: MenuItem,\n  onClick: React.MouseEventHandler,\n  className: \"\",\n  innerRef: node => null,\n  children: React.ReactNode,\n  onActiveChange: active => null\n};\n\nexport const MenuLink = React.forwardRef(\n  ({ item, children, onClick, onActiveChange }, ref) => {\n    const { linkComponent } = useConfig();\n    const [active, setActive] = useState(false);\n    const prevActive = usePrevious(active);\n    const $el = useRef(ref);\n    const Link = useMemo(() => createLink(linkComponent), [linkComponent]);\n\n    const linkProps = {\n      children,\n      onClick\n    };\n\n    useEffect(() => {\n      const isActive = getActiveFromClass($el.current, item.route);\n      if (prevActive !== isActive) {\n        setActive(isActive);\n        $el && checkActiveClass($el.current, isActive);\n        //isActive && onActiveChange && onActiveChange(item.name);\n      }\n    });\n    return (\n      <Wrapper active={active}>\n        {item.route ? (\n          <Link\n            {...linkProps}\n            to={item.route}\n            innerRef={$el}\n            activeClassName=\"active\"\n            partiallyActive={true}\n          />\n        ) : (\n          <LinkAnchor\n            {...linkProps}\n            ref={$el}\n            href={item.href || \"#\"}\n            target={item.href ? \"_blank\" : \"_self\"}\n            {...(!item.href && {\n              onClick: ev => {\n                ev.preventDefault();\n                linkProps.onClick && linkProps.onClick(ev);\n              }\n            })}\n          />\n        )}\n        {active && item.route && <MenuHeadings route={item.route} />}\n      </Wrapper>\n    );\n  }\n);\n\nMenuLink.displayName = \"MenuLink\";","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nconst Utils = {\n\tlocalStorageKeys: {\n\t\tACTIVEMENU: \"ACTIVEMENU\",\n\t\tNAVPOSITION: \"NAVPOSITION\"\n\t},\n\tcheckMenuIsOPen: obj => {\n\t\tconst { activeMenu, item } = obj;\n\t\treturn activeMenu.findIndex(menu => menu === item.name) !== -1\n\t\t\t? true\n\t\t\t: false;\n\t},\n\tpagesForGithubLink: [\"Source Repository\"]\n};\n\nexport default Utils;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useState } from \"react\";\nimport ChevronDown from \"react-feather/dist/icons/chevron-down\";\nimport styled from \"styled-components\";\n\nimport { MenuLink } from \"./MenuLink\";\nimport { get } from \"../../../utils/theme\";\nimport Utils from \"../../../utils/utils\";\n\nexport const MenuItem = {\n  id: \"\",\n  name: \"\",\n  route: \"\",\n  href: \"\",\n  menu: [],\n  order: Number,\n  parent: \"\"\n};\n\nconst Wrapper = styled.div`\n  display: flex;\n  flex-direction: column;\n`;\n\nconst OpenedProps = {\n  opened: false\n};\n\nconst List = styled.dl`\n  flex: 1;\n  overflow-y: auto;\n  visibility: ${p => (p.opened ? \"visible\" : \"hidden\")};\n  max-height: ${p => (p.opened ? \"auto\" : \"0px\")};\n`;\n\nList.defaultProps = OpenedProps;\n\nconst iconRotate = p => (p.opened ? \"-180deg\" : \"0deg\");\n\nconst Icon = styled.div`\n  position: absolute;\n  top: 50%;\n  right: 20px;\n  transform: translateY(-50%) rotate(${iconRotate});\n  transform-origin: 50% 50%;\n  transition: transform 0.3s;\n\n  & svg {\n    stroke: ${get(\"colors.sidebarText\")};\n  }\n`;\nIcon.defaultProps = OpenedProps;\nconst MenuProps = {\n  item: MenuItem,\n  sidebarToggle: null,\n  collapseAll: true\n};\n\nconst MenuState = {\n  opened: true,\n  hasActive: true\n};\nexport const SubMenu = props => {\n  const { item, sidebarToggle, handleActiveMenu } = props;\n  const opened = Utils.checkMenuIsOPen(props);\n  const show = opened;\n  const hasChildren = !item.href && item.submenu && item.submenu.length > 0;\n  const hasToggle = !item.href && !item.route;\n  const hasSubMenu = \"\";\n  const handleToggle = ev => {\n    ev.preventDefault();\n    handleActiveMenu(item);\n  };\n  const lengthOfSubMenu = item.submenu && item.submenu.length;\n\n  let output = \"\";\n\n  if (lengthOfSubMenu > 0 && item.name !== item.submenu[0].name) {\n    output = (\n      <Wrapper>\n        <MenuLink item={item} {...(hasToggle && { onClick: handleToggle })}>\n          {`${item.name}`}\n          {hasChildren && (\n            <Icon opened={show}>\n              <ChevronDown size={15} />\n            </Icon>\n          )}\n        </MenuLink>\n\n        {hasChildren && (\n          <List opened={show}>\n            {item.submenu &&\n              item.menu.map(dataItem => (\n                <dt key={dataItem.name}>\n                  <MenuLink item={dataItem} onClick={sidebarToggle}>\n                    {`${dataItem.name}`}\n                  </MenuLink>\n                </dt>\n              ))}\n          </List>\n        )}\n      </Wrapper>\n    );\n  } else {\n    output = (\n      <Wrapper>\n        {item.submenu &&\n          item.submenu.map(dataItem => (\n            <dt key={dataItem.name}>\n              <MenuLink item={dataItem}>{`${dataItem.name}`}</MenuLink>\n            </dt>\n          ))}\n      </Wrapper>\n    );\n  }\n  return output;\n};\nSubMenu.defaultProps = MenuProps;\nSubMenu.defaultProps = MenuState;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useState } from \"react\";\nimport ChevronDown from \"react-feather/dist/icons/chevron-down\";\nimport styled from \"styled-components\";\n\nimport { MenuLink } from \"./MenuLink\";\nimport { get } from \"../../../utils/theme\";\n\nimport { SubMenu } from \"./SubMenu\";\nimport Utils from \"../../../utils/utils\";\nexport const MenuItem = {\n  id: \"\",\n  name: \"\",\n  route: \"\",\n  href: \"\",\n  menu: [],\n  order: Number,\n  parent: \"\"\n};\n\nconst Wrapper = styled.div`\n  display: flex;\n  flex-direction: column;\n`;\n\nconst OpenedProps = {\n  opened: false\n};\n\nconst List = styled.dl`\n  flex: 1;\n  overflow-y: auto;\n  visibility: ${p => (p.opened ? \"visible\" : \"hidden\")};\n  max-height: ${p => (p.opened ? \"auto\" : \"0px\")};\n`;\n\nList.defaultProps = OpenedProps;\n\nconst iconRotate = p => (p.opened ? \"-180deg\" : \"0deg\");\n\nconst Icon = styled.div`\n  position: absolute;\n  top: 50%;\n  right: 20px;\n  transform: translateY(-50%) rotate(${iconRotate});\n  transform-origin: 50% 50%;\n  transition: transform 0.3s;\n  & svg {\n    stroke: ${get(\"colors.sidebarText\")};\n  }\n`;\nIcon.defaultProps = OpenedProps;\nconst MenuProps = {\n  item: MenuItem,\n  sidebarToggle: null,\n  collapseAll: true\n};\n\nconst MenuState = {\n  opened: false,\n  hasActive: false\n};\nexport const Menu = props => {\n  const { item, sidebarToggle, handleActiveMenu, activeMenu } = props;\n  const opened = Utils.checkMenuIsOPen(props);\n  const show = opened;\n  const hasChildren = !item.href && item.menu && item.menu.length > 0;\n  const hasToggle = !item.href && !item.route;\n  const handleToggle = ev => {\n    ev.preventDefault();\n    handleActiveMenu(item);\n  };\n  const options = { handleActiveMenu, activeMenu };\n  let OutputHtml = (\n    <Wrapper>\n      <MenuLink item={item} {...(hasToggle && { onClick: handleToggle })}>\n        {` ${item.name} `}\n        {hasChildren && (\n          <Icon opened={show}>\n            <ChevronDown size={15} />\n          </Icon>\n        )}\n      </MenuLink>\n      {hasChildren && (\n        <List opened={show}>\n          {item.menu &&\n            item.menu.map(dataItem => (\n              <List opened={show} key={dataItem.name}>\n                <SubMenu item={dataItem} {...options} />\n              </List>\n            ))}\n        </List>\n      )}\n    </Wrapper>\n  );\n\n  if (!hasChildren && !hasToggle) {\n    OutputHtml = (\n      <Wrapper>\n        <MenuLink item={item} {...(opened && { handleToggle })}>\n          {`${item.name} `}\n        </MenuLink>\n      </Wrapper>\n    );\n  }\n  return OutputHtml;\n};\nMenu.defaultProps = MenuProps;\nMenu.defaultProps = MenuState;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\n\nconst DoczProps = {\n\twidth: \"\",\n\tclassName: \"\"\n};\n\nexport const Docz = ({ width = 100, className }) => <span></span>;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../../utils/theme\";\nimport { mq } from \"../../../styles/responsive\";\n\nconst OpenProps = {\n  opened: true\n};\n\nconst IconFirst = p => (!p.opened ? \"0px\" : \"10px\");\nconst IconMiddle = p => (!p.opened ? \"1\" : \"0\");\nconst IconLast = p => (!p.opened ? \"0px\" : \"-6px\");\nconst IconRotate = p => (!p.opened ? \"0deg\" : \"45deg\");\n\nconst Icon = styled.div`\n  position: relative;\n  width: 23px;\n  height: 32px;\n  transform: translateX(${p => (p.opened ? \"-2px\" : \"-1px\")})\n    translateY(${p => (p.opened ? \"0\" : \"2px\")})\n    scale(${p => (p.opened ? 0.8 : 1)});\n`;\nIcon.defaultProps = OpenProps;\nconst sidebarBg = get(\"colors.sidebarBg\");\nconst sidebarPrimary = get(\"colors.sidebarPrimary\");\nconst sidebarText = get(\"colors.sidebarText\");\nconst primaryColor = get(\"colors.primary\");\nconst backgroundColor = get(\"colors.background\");\nconst textColor = get(\"colors.text\");\n\nconst IconLine = styled.span`\n  content: \"\";\n  display: block;\n  position: absolute;\n  width: 100%;\n  height: 2px;\n  left: 0;\n  right: 0;\n  background: ${p => (p.opened ? sidebarText(p) : textColor(p))};\n  transition: transform 0.3s, opacity 0.3s;\n\n  &:nth-of-type(1) {\n    top: -2px;\n    transform: translateY(${IconFirst}) rotate(${IconRotate});\n  }\n\n  &:nth-of-type(2) {\n    top: 6px;\n    opacity: ${IconMiddle};\n  }\n\n  &:nth-of-type(3) {\n    top: 14px;\n    transform: translateY(${IconLast}) rotate(-${IconRotate});\n  }\n`;\nIconLine.defaultProps = OpenProps;\n\nconst translateX = p => (!p.opened ? \"10px\" : \"-6px\");\nconst translateY = p => (!p.opened ? \"4px\" : \"0px\");\n\nconst radii = get(\"radii\");\n\nconst ToggleButton = styled.button`\n  cursor: pointer;\n  z-index: 99;\n  position: absolute;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 5px 6px;\n  width: 33px;\n  height: 30px;\n  top: ${p => (p.opened ? \"3px\" : \"2px\")};\n  right: ${p => (p.opened ? \"-39px\" : \"-27px\")};\n  transform: translateX(${translateX}) translateY(${translateY});\n  transition: transform 0.3s;\n  outline: none;\n  border: none;\n  background: ${p => (p.opened ? sidebarBg(p) : backgroundColor(p))};\n  border-radius: ${p => (p.opened ? `0 0 ${radii(p)} 0` : `${radii(p)}`)};\n\n  &:before {\n    position: absolute;\n    content: \"\";\n    top: -3px;\n    left: 0;\n    width: calc(100% + 1px);\n    height: ${p => (p.opened ? \"3px\" : 0)};\n    background: ${p => sidebarPrimary(p) || primaryColor(p)};\n  }\n\n  ${mq({\n    display: [\"block\", \"block\", \"block\", \"none\"]\n  })};\n`;\nToggleButton.defaultProps = OpenProps;\n\n// interface HamburgerProps extends OpenProps {\n//   onClick: (ev: React.SyntheticEvent<any>) => void\n// }\n\nconst HamburgerProps = Object.assign({}, OpenProps, {\n  onClick: ev => null\n});\n\nexport const Hamburger = ({ opened, onClick }) => (\n  <ToggleButton opened={opened} onClick={onClick}>\n    <Icon opened={opened}>\n      <IconLine opened={opened} />\n      <IconLine opened={opened} />\n      <IconLine opened={opened} />\n    </Icon>\n  </ToggleButton>\n);\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nfunction _interopDefault(ex) {\n  return ex && typeof ex === \"object\" && \"default\" in ex ? ex[\"default\"] : ex;\n}\nimport {\n  createContext,\n  createElement,\n  useContext,\n  Component,\n  useMemo,\n  useRef,\n  Fragment,\n  SFC,\n  useState,\n  useEffect\n} from \"react\";\nimport * as React from \"react\";\n\nimport {\n  useMenus,\n  useWindowSize,\n  usePrevious,\n  doczState\n} from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\nimport _unionBy from \"lodash/fp/unionBy\";\nimport _get from \"lodash/fp/get\";\nimport { Logo } from \"../Logo\";\nimport { Search } from \"../Search\";\nimport { Menu } from \"./Menu\";\nimport { Docz } from \"./Docz\";\nimport { Hamburger } from \"./Hamburger\";\nimport { MenuLink } from \"./MenuLink\";\nimport { SubMenu } from \"./SubMenu\";\nimport { get } from \"../../../utils/theme\";\nimport { mq, breakpoints } from \"../../../styles/responsive\";\nimport Utils from \"../../../utils/utils\";\n\nconst _pipe = _interopDefault(require(\"lodash/fp/pipe\"));\nconst _omit = _interopDefault(require(\"lodash/fp/omit\"));\nconst sort = _interopDefault(require(\"array-sort\"));\nconst _flattenDepth = _interopDefault(require(\"lodash/fp/flattenDepth\"));\nconst match = _interopDefault(require(\"match-sorter\"));\nconst ulid = require(\"ulid\");\nconst WrapperProps = {\n  opened: true,\n  theme: \"\"\n};\n\nconst sidebarBg = get(\"colors.sidebarBg\");\nconst sidebarText = get(\"colors.sidebarText\");\nconst sidebarBorder = get(\"colors.sidebarBorder\");\nconst Wrapper = styled.div`\n  position: relative;\n  width: 320px;\n  min-width: 320px;\n  min-height: 100vh;\n  background: ${sidebarBg};\n  transition: transform 0.2s, background 0.3s;\n  z-index: 1000;\n\n  ${mq({\n    position: [\"absolute\", \"absolute\", \"absolute\", \"relative\"]\n  })};\n\n  dl {\n    padding: 0;\n    margin: 0 10px;\n  }\n\n  dl a {\n    font-weight: 400;\n  }\n\n  @media screen and (max-width: ${breakpoints.desktop - 1}px) {\n    transform: translateX(${p => (p.opened ? \"-100%\" : \"0\")});\n    position: ${p => (p.opened ? \"auto\" : \"fixed\")};\n  }\n\n  ${get(\"styles.sidebar\")};\n`;\n\nWrapper.defaultProps = WrapperProps;\nconst GitHubDivContainer = styled.div`\n  position: relative;\n`;\nconst GitHubDivContent = styled.div`\n  position: fixed;\n  top: 0px;\n  right: 10px;\n`;\n\nconst Content = styled.div`\n  position: fixed;\n  top: 0;\n  left: 0;\n  display: flex;\n  flex-direction: column;\n  width: 280px;\n  min-width: 320px;\n  height: 100%;\n  max-height: 100vh;\n  background: ${sidebarBg};\n`;\n\nconst Menus = styled.nav`\n  flex: 1;\n  overflow-y: auto;\n  margin-bottom: 10px;\n`;\n\nconst Empty = styled.div`\n  flex: 1;\n  opacity: 0.7;\n  padding: 0 24px;\n  color: ${sidebarText};\n`;\n\nconst Footer = styled.div`\n  padding: 10px 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 14px;\n  color: ${sidebarText};\n  border-top: 1px dashed ${sidebarBorder};\n`;\n\nconst FooterLink = styled.a`\n  padding: 0;\n  margin: 0;\n  margin-left: 5px;\n`;\n\nconst FooterLogo = styled(Docz)`\n  fill: ${sidebarText};\n`;\n\nconst OpenProps = {\n  opened: false\n};\nconst ToggleBackground = styled.div`\n  content: \"\";\n  display: ${p => (p.opened ? \"none\" : \"block\")};\n  position: fixed;\n  background-color: rgba(0, 0, 0, 0.4);\n  width: 100vw;\n  height: 100vh;\n  top: 0;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  cursor: pointer;\n  z-index: 99;\n`;\nconst UNKNOWN_POS = Infinity;\nfunction compare(a, b, reverse) {\n  if (a < b) return reverse ? 1 : -1;\n  if (a > b) return reverse ? -1 : 1;\n  return 0;\n}\nconst sortByName = (a, b) => {\n  return a.name < b.name ? -1 : a.name > b.name ? 1 : 0;\n};\nconst findPos = (item, orderedList = []) => {\n  const name = typeof item !== \"string\" ? _get(\"name\", item) : item;\n  const pos = orderedList.findIndex(item => item === name);\n  return pos !== -1 ? pos : UNKNOWN_POS;\n};\nconst compareWithMenu = (to = []) => (a, b) => {\n  const list = to.map(i => i.name || i);\n  return compare(findPos(a, list), findPos(b, list));\n};\nconst noMenu = entry => !entry.submenu;\nconst parseItemStr = item =>\n  typeof item === \"string\"\n    ? {\n        name: item\n      }\n    : item;\nconst normalize = item => {\n  const selected = parseItemStr(item);\n  return Object.assign({}, selected, {\n    id: selected.id || ulid.ulid(),\n    parent: _get(\"parent\", selected) || _get(\"parent\", item),\n    menu: Array.isArray(selected.menu)\n      ? selected.menu.map(normalize)\n      : selected.menu\n  });\n};\n\nconst clean = item => (item.href || item.route ? _omit(\"menu\", item) : item);\nconst normalizeAndClean = _pipe(normalize, clean);\nconst fromMenu = submenu => entry => entry.submenu === submenu;\n\nconst entryAsMenu = entry => ({\n  name: entry.name,\n  route: entry.route,\n  parent: entry.parent,\n  submenu: entry.submenu,\n  menu: entry.menu\n});\n\nfunction flatArrFromObject(arr, prop, menus) {\n  const reducer = (arr, obj) => {\n    const value = _get(prop)(obj);\n\n    return value ? arr.concat([value]) : arr;\n  };\n\n  return Array.from(new Set(arr.reduce(reducer, [])));\n}\nconst entriesOfSubMenu = (submenu, entries) =>\n  entries.filter(fromMenu(submenu)).map(entryAsMenu);\nconst entriesOfMenu = (menu, entries) =>\n  entries.filter(fromMenu(menu)).map(entryAsMenu);\nconst parseMenu = entries => name => ({\n  name,\n  menu: entriesOfMenu(name, entries)\n});\n\n// const parseSubMenu = entries => name => ({\n//   name,\n//   submenu: entriesOfSubMenu(name, entries),\n//   menu:entries.menu\n// });\n\nconst parseSubMenu = function parseSubMenu(entries) {\n  return function(name) {\n    return {\n      name: name,\n      submenu: entriesOfSubMenu(name, entries),\n      menu: entriesOfMenu(name, entries)\n    };\n  };\n};\nconst menusFromEntries = entries => {\n  const entriesWithoutMenu = entries.filter(noMenu).map(entryAsMenu);\n  const menus = flatArrFromObject(entries, \"menu\").map(parseMenu(entries));\n  const submenus = flatArrFromObject(entries, \"submenu\", menus).map(\n    parseSubMenu(entries)\n  );\n\n  for (var x in menus) {\n    for (var without of entriesWithoutMenu) {\n      if (without.name == menus[x].name) {\n        menus[x] = without;\n        break;\n      }\n    }\n  }\n  for (var x in menus) {\n    for (var y in submenus) {\n      if (menus[x].name == submenus[y].menu[0].menu) {\n        if (menus[x].menu.length > 0) {\n          menus[x].menu.push(submenus[y]);\n        } else {\n          menus[x].menu.push(submenus[y]);\n        }\n      }\n    }\n  }\n  return _unionBy(\"name\", menus, entriesWithoutMenu);\n};\nconst mergeMenus = (entriesMenu, configMenu) => {\n  const first = entriesMenu.map(normalizeAndClean);\n  const second = configMenu.map(normalizeAndClean);\n\n  const merged = _unionBy(\"name\", first, second);\n  return merged.map(item => {\n    if (!item.menu) return item;\n    const found = second.find(i => i.name === item.name);\n    const foundMenu = found && found.menu;\n    return Object.assign({}, item, {\n      menu: foundMenu\n        ? mergeMenus(item.menu, foundMenu)\n        : item.menu || found.menu\n    });\n  });\n};\nconst sortMenus = (first, second = []) => {\n  const sorted = sort(first, compareWithMenu(second), sortByName);\n  return sorted.map(item => {\n    if (!item.menu) return item;\n    const found = second.find(menu => menu.name === item.name);\n    const foundMenu = found && found.menu;\n    return Object.assign({}, item, {\n      menu: foundMenu ? sortMenus(item.menu, foundMenu) : item.menu\n    });\n  });\n};\nconst search = (val, menu) => {\n  const items = menu.map(item => [item].concat(item.menu || []));\n\n  const flattened = _flattenDepth(2, items);\n\n  const flattenedDeduplicated = [...new Set(flattened)];\n  const matchedValues = match(flattenedDeduplicated, val, {\n    keys: [\"name\"]\n  });\n  return matchedValues;\n};\n\nconst filterMenus = (items, filter) => {\n  if (!filter) return items;\n  return items.filter(filter).map(item => {\n    if (!item.menu) return item;\n    return Object.assign({}, item, {\n      menu: item.menu.filter(filter)\n    });\n  });\n};\nconst useMenusCustom = opts => {\n  const { query = \"\" } = opts || {};\n  const { entries, config } = useContext(doczState.context);\n  if (!entries) return null;\n  const arr = entries.map(({ value }) => value);\n\n  const entriesMenu = menusFromEntries(arr);\n\n  const sorted = React.useMemo(() => {\n    const merged = mergeMenus(entriesMenu, config.menu);\n    const result = sortMenus(merged, config.menu);\n    return filterMenus(result, opts && opts.filter);\n  }, [entries, config]);\n  return query && query.length > 0 ? search(query, sorted) : sorted;\n  // return entriesMenu;\n};\n\nToggleBackground.defaultProps = OpenProps;\nconst getActiveMenu = () => {\n  const { localStorageKeys } = Utils;\n  let act_menu = JSON.parse(localStorage.getItem(localStorageKeys.ACTIVEMENU));\n  if (!act_menu) {\n    act_menu = [\"Documentation\"];\n    localStorage.setItem(localStorageKeys.ACTIVEMENU, JSON.stringify(act_menu));\n  }\n  return act_menu;\n};\nexport const Sidebar = () => {\n  const [activeMenu, setActiveMenu] = useState(getActiveMenu());\n  const [hidden, setHidden] = useState(true);\n  const [query, setQuery] = useState(\"\");\n  const menus = useMenusCustom({ query });\n  const windowSize = useWindowSize();\n  const isDesktop = windowSize.innerWidth >= breakpoints.desktop;\n  const prevIsDesktop = usePrevious(isDesktop);\n  const navRef = useRef();\n\n  useEffect(() => {\n    if (!hidden && !prevIsDesktop && isDesktop) {\n      setHidden(true);\n      document.documentElement.classList.remove(\"with-overlay\");\n    }\n  });\n\n  useEffect(() => {\n    const { localStorageKeys } = Utils;\n    const navTop = parseInt(localStorage.getItem(localStorageKeys.NAVPOSITION));\n    if (navTop) {\n      navRef.current.scrollTop = navTop;\n    }\n  }, []);\n\n  const addOverlayClass = isHidden => {\n    const method = !isHidden ? \"add\" : \"remove\";\n\n    if (typeof window !== \"undefined\" && !isDesktop) {\n      document.documentElement.classList[method](\"with-overlay\");\n    }\n  };\n\n  const handleSidebarToggle = () => {\n    if (isDesktop) return;\n    setHidden(s => !s);\n    addOverlayClass(!hidden);\n  };\n  const handleScroll = () => {\n    const { localStorageKeys } = Utils;\n    localStorage.setItem(\n      localStorageKeys.NAVPOSITION,\n      navRef.current.scrollTop\n    );\n  };\n  const handleActiveMenu = menu => {\n    const { localStorageKeys } = Utils;\n    const t_activeMenu = JSON.parse(JSON.stringify(activeMenu));\n    const index = t_activeMenu.findIndex(a => a === menu.name);\n    if (index === -1) {\n      t_activeMenu.push(menu.name);\n      setActiveMenu(t_activeMenu);\n    } else {\n      t_activeMenu.splice(index, 1);\n      setActiveMenu([...t_activeMenu]);\n    }\n    localStorage.setItem(\n      localStorageKeys.ACTIVEMENU,\n      JSON.stringify(t_activeMenu)\n    );\n  };\n  let outputHtml = (\n    <Fragment>\n      <Wrapper opened={hidden}>\n        <Content>\n          <Hamburger opened={!hidden} onClick={handleSidebarToggle} />\n          <Logo showBg={true} />\n\n          {menus && menus.length === 0 ? (\n            <Empty>No documents founda.</Empty>\n          ) : (\n            <Menus ref={navRef} onScroll={handleScroll}>\n              {menus &&\n                menus.map(menu => (\n                  <Menu\n                    key={menu.id}\n                    item={menu}\n                    sidebarToggle={handleSidebarToggle}\n                    activeMenu={activeMenu}\n                    handleActiveMenu={handleActiveMenu}\n                  />\n                ))}\n            </Menus>\n          )}\n          {/* <Footer>\n            Built with\n            <FooterLink href=\"https://docz.site\" target=\"_blank\">\n              <FooterLogo width={40} />\n            </FooterLink>\n          </Footer>*/}\n        </Content>\n      </Wrapper>\n      <ToggleBackground opened={hidden} onClick={handleSidebarToggle} />\n    </Fragment>\n  );\n  if (query.length > 0) {\n    outputHtml = (\n      <Fragment>\n        <Wrapper>\n          <Content>\n            <Hamburger opened={!hidden} onClick={handleSidebarToggle} />\n            <Logo showBg={!hidden} />\n\n            <MenuLink item={menus}></MenuLink>\n            <Menus ref={navRef} onScroll={handleScroll}>\n              {menus &&\n                menus.map(menu => (\n                  <SubMenu\n                    key={menu.id}\n                    item={menu}\n                    sidebarToggle={handleSidebarToggle}\n                    collapseAll={Boolean(query.length)}\n                  />\n                ))}\n            </Menus>\n          </Content>\n        </Wrapper>\n      </Fragment>\n    );\n  }\n  return outputHtml;\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\n\nexport const Main = styled.div`\n\tdisplay: flex;\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport styled from \"styled-components\";\n\nimport { Sidebar, Main } from \"../shared\";\nimport { get } from \"../../utils/theme\";\n\nconst Wrapper = styled.div`\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  width: 100%;\n  height: 100vh;\n  color: ${get(\"colors.text\")};\n  background: ${get(\"colors.background\")};\n`;\n\nconst Title = styled.h1`\n  margin: 0;\n  font-size: 42px;\n  font-weight: 400;\n  color: ${get(\"colors.primary\")};\n`;\n\nconst Subtitle = styled.p`\n  margin: 0;\n  font-size: 18px;\n`;\n\nexport const NotFound = () => (\n  <Main>\n    <Sidebar />\n    <Wrapper>\n      <Title>Page Not Found</Title>\n      <Subtitle>\n        Check if you changed the document route or deleted it!\n      </Subtitle>\n    </Wrapper>\n  </Main>\n);","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const OrderedList = styled.ol`\n  list-style: none;\n  counter-reset: my-awesome-counter;\n\n  & li {\n    counter-increment: my-awesome-counter;\n  }\n\n  & li::before {\n    content: counter(my-awesome-counter) \". \";\n    color: ${get(\"colors.border\")};\n    font-weight: bold;\n    font-family: \"Playfair Display\", serif;\n    margin-right: 5px;\n  }\n\n  ol li {\n    padding-left: 25px;\n  }\n\n  ${get(\"styles.ol\")};\n`;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\n\nexport const Button = styled.button`\n\tcursor: pointer;\n\tdisplay: flex;\n\talign-items: center;\n\toutline: none;\n\tborder: none;\n`;\n\nexport const ButtonLink = styled(Button)`\n\tbackground: transparent;\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, { useEffect, useState, useRef } from \"react\";\nimport styled from \"styled-components\";\n\nconst Basic = props => {\n  let { options} = props;\n  const [toggle, setToggle] = useState(false);\n  const dropdownRef = useRef();\n  useEffect(() => {\n    const setToggleOnEvent = event => {\n      if (!(event.target.classList.contains('dropbtn') || event.target.classList.contains('dropdown-item')) && dropdownRef.current.classList.contains('show')) {\n        setToggle(false);\n      }\n    };\n    window.addEventListener(\"mousedown\", setToggleOnEvent);\n    return () => {\n      window.removeEventListener(\"mousedown\", setToggleOnEvent);\n    };\n  }, []);\n\n  const ComponentStyle = styled.div`\n    > div {\n      display: inline-block;\n      width: 160px;\n    }\n    label {\n      margin-right: 5px;\n    }\n  `;\n\n  const DropDownComp = styled.div`\n    .dropbtn {\n      background-color: #ffffff;\n      color: rgb(45, 55, 71);\n      padding: 5px;\n      font-size: 14px;\n      border: 1px solid rgb(204, 204, 204);\n      cursor: pointer;\n      width: 100%;\n      text-align: left;\n      border-radius: 4px;\n      &:hover, &:focus {\n        border: 1px solid rgb(55, 187, 155);\n      }\n    }\n\n    .dropdown {\n      position: relative;\n      display: inline-block;\n      width: 100%;\n    }\n\n    .dropdown-content {\n      margin-top: 10px;\n      display: none;\n      position: absolute;\n      background-color: #ffffff;\n      width: 160px;\n      overflow: auto;\n      max-height: 300px;\n      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n      z-index: 1;\n      .dropdown-item {\n        padding: 5px 12px;\n        &:hover {\n          background-color: rgba(55, 187, 155, 0.1);;\n        }\n      }\n    }\n\n    .dropdown-content a {\n      padding: 12px 16px;\n      text-decoration: none;\n      display: block;\n    }\n\n    .dropdown a:hover {background-color: #ddd;}\n\n    .show {display: block;}\n    i {\n      color: rgb(45, 55, 71);\n      border: solid black;\n      border-width: 0 1px 1px 0;\n      display: inline-block;\n      padding: 3px;\n      float: right;\n    }\n    .up {\n      margin-top: 5px;\n      transform: rotate(-135deg);\n      -webkit-transform: rotate(-135deg);\n    }\n\n    .down {\n      margin-top: 3px;\n      transform: rotate(45deg);\n      -webkit-transform: rotate(45deg);\n    }\n  `;\n\n  return (\n    <ComponentStyle>\n      <DropDownComp>\n        <div className=\"dropdown\">\n          <button className=\"dropbtn\" onClick={() => setToggle(c => !c)}>Versions <i className={`${toggle ? 'up' : 'down'}`}></i></button>\n          <div ref={dropdownRef} id=\"myDropdown\" className={`dropdown-content ${toggle ? 'show' : ''}`}>\n            {\n              options.map(function(opt, i) {\n                return <div className=\"dropdown-item\" key={i} data-href={opt.href} onClick={\n                  event => {\n                    const dataHref = event.currentTarget.dataset.href;\n                    const href = `${window.location.origin}${dataHref}`;\n                    window.open(href, \"_blank\");\n                  }}>\n                    {opt.title}\n                </div>\n              })\n            }\n          </div>\n        </div>\n      </DropDownComp>\n    </ComponentStyle>\n  );\n};\nBasic.propTypes = {};\nexport default Basic;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, { useContext } from \"react\";\nimport styled from \"styled-components\";\nimport Basic from \"./Basic\";\nimport { doczState } from \"../../../../../docz-lib/docz/dist\";\n\nconst DropDownDivContainer = styled.div`\n        width: 160px;\n\tpadding: 0;\n\tmargin-right: 5px;\n\tfloat: right;\n`;\n\nexport const HeaderDropDown = () => {\n\tconst { config } = useContext(doczState.context);\n\tconst { atlasVersions } = config;\n\treturn (\n\t\t<DropDownDivContainer>\n\t\t\t<Basic\n\t\t\t\toptions={atlasVersions}\n\t\t\t\tstyle={{\n\t\t\t\t\tminHeight: \"auto\",\n\t\t\t\t\tpadding: \"0 5px\",\n\t\t\t\t\tborderRadius: \"5px\"\n\t\t\t\t}}\n\t\t\t/>\n\t\t</DropDownDivContainer>\n\t);\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport styled from \"styled-components\";\n\nimport { GithubLink } from \"./GithubLink\";\nimport { HeaderDropDown } from \"./HeaderDropDown\";\n\nconst HeaderStyleComp = styled.div`\n  width: 100%;\n  height: auto;\n  padding: 0;\n  position: fixed;\n  z-index: 999;\n  top: 0;\n  right: 0;\n  left: 0;\n  background: rgb(255, 255, 255);\n`;\n\nconst Header = props => {\n  return (\n    <HeaderStyleComp>\n      <GithubLink {...props} />\n      <HeaderDropDown />\n    </HeaderStyleComp>\n  );\n};\n\nexport default Header;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC, Fragment } from \"react\";\nimport { PageProps, useConfig } from \"../../../docz-lib/docz/dist\";\nimport Edit from \"react-feather/dist/icons/edit-2\";\nimport styled from \"styled-components\";\n\nimport { ButtonLink } from \"./Button\";\nimport { GithubLink, Sidebar, Main } from \"../shared\";\nimport { get } from \"../../utils/theme\";\nimport { mq } from \"../../styles/responsive\";\nimport Header from \"../shared/Header\";\nimport Utils from \"../../utils/utils\";\n\nconst Wrapper = styled.div`\n  flex: 1;\n  color: ${get(\"colors.text\")};\n  background: ${get(\"colors.background\")};\n  min-width: 0;\n  position: relative;\n  padding-top: 50px;\n`;\n\nexport const Container = styled.div`\n  box-sizing: border-box;\n  margin: 0 auto;\n\n  ${mq({\n    width: [\"100%\", \"100%\", \"95%\"],\n    padding: [\"20px\", \"0 30px 36px\"]\n  })}\n\n  ${get(\"styles.container\")};\n`;\n\nconst EditPage = styled(ButtonLink.withComponent(\"a\"))`\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: absolute;\n  padding: 2px 8px;\n  margin: 8px;\n  border-radius: ${get(\"radii\")};\n  border: 1px solid ${get(\"colors.border\")};\n  opacity: 0.7;\n  transition: opacity 0.4s;\n  font-size: 14px;\n  color: ${get(\"colors.text\")};\n  text-decoration: none;\n  text-transform: uppercase;\n\n  &:hover {\n    opacity: 1;\n    background: ${get(\"colors.border\")};\n  }\n\n  ${mq({\n    visibility: [\"hidden\", \"hidden\", \"visible\"],\n    top: [0, -60, 32],\n    right: [0, 0, 40]\n  })};\n`;\n\nconst EditIcon = styled(Edit)`\n  margin-right: 5px;\n`;\nexport const Page = ({ children, doc: { link, fullpage, edit = false } }) => {\n  const { repository } = useConfig();\n  const { props } = children;\n  const show = Utils.pagesForGithubLink.toString().includes(props.doc.name);\n  const content = (\n    <Fragment>\n      {link && edit && (\n        <EditPage href={link} target=\"_blank\">\n          <EditIcon width={14} /> Edit page\n        </EditPage>\n      )}\n      <Header showGithubLink={show} />\n      {children}\n    </Fragment>\n  );\n  return (\n    <Main>\n      {repository && <GithubLink repository={repository} />}\n      {!fullpage && <Sidebar />}\n      <Wrapper>{fullpage ? content : <Container>{content}</Container>}</Wrapper>\n    </Main>\n  );\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const Paragraph = styled.p`\n\tcolor: ${get(\"colors.text\")};\n\t${get(\"styles.paragraph\")};\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useMemo } from \"react\";\nimport {\n  PropsComponentProps,\n  useComponents\n} from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../../utils/theme\";\n\nconst Wrapper = styled.div`\n  display: flex;\n  flex-direction: column;\n\n  & ~ & {\n    margin-top: 20px;\n  }\n`;\n\nconst Title = styled.div`\n  display: flex;\n  border-bottom: 1px solid ${get(\"colors.propsBg\")};\n`;\n\nconst PropName = styled.span`\n  background: ${get(\"colors.propsBg\")};\n  color: ${get(\"colors.primary\")};\n  padding: 5px 10px;\n  border-radius: 4px 4px 0 0;\n  font-size: 16px;\n  font-weight: 500;\n\n  & ~ & {\n    margin-left: 5px;\n  }\n`;\n\nconst PropType = styled(PropName)`\n  color: ${get(\"colors.propsText\")};\n  background: ${get(\"colors.propsBg\")};\n  font-weight: 400;\n`;\n\nconst PropDefaultValue = styled(PropType)`\n  background: transparent;\n  padding-left: 0;\n  padding-right: 0;\n`;\n\nconst PropRequired = styled(PropType)`\n  flex: 1;\n  text-align: right;\n  background: transparent;\n  opacity: 0.5;\n`;\n\nexport const PropsRaw = ({ props, getPropType }) => {\n  const entries = Object.entries(props);\n  const components = useComponents();\n  const Paragraph = useMemo(\n    () => styled(components.P || \"p\")`\n      font-size: 16px;\n      color: ${get(\"colors.sidebarText\")};\n    `,\n    []\n  );\n\n  return (\n    <React.Fragment>\n      {entries.map(([key, prop]) => {\n        if (!prop.type && !prop.flowType) return null;\n        return (\n          <Wrapper key={key}>\n            <Title>\n              <PropName>{key}</PropName>\n              <PropType>{getPropType(prop)}</PropType>\n              {prop.defaultValue && (\n                <PropDefaultValue>\n                  {prop.defaultValue.value === \"''\" ? (\n                    <em>= [Empty String]</em>\n                  ) : (\n                    <em>= {prop.defaultValue.value.replace(/\\'/g, '\"')}</em>\n                  )}\n                </PropDefaultValue>\n              )}\n              {prop.required && (\n                <PropRequired>\n                  <em>required</em>\n                </PropRequired>\n              )}\n            </Title>\n            {prop.description && <Paragraph>{prop.description}</Paragraph>}\n          </Wrapper>\n        );\n      })}\n    </React.Fragment>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useMemo } from \"react\";\nimport {\n  PropsComponentProps,\n  useComponents\n} from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../../utils/theme\";\n\nconst breakpoint = \"600px\";\n\nconst Container = styled.div`\n  border: 1px solid ${get(\"colors.border\")};\n  border-radius: 4px;\n  overflow: hidden;\n  background: ${get(\"colors.propsBg\")};\n  color: ${get(\"colors.propsText\")};\n`;\n\nconst Line = styled.div`\n  padding: 8px 0;\n\n  @media (min-width: ${breakpoint}) {\n    padding: O;\n  }\n\n  & + & {\n    border-top: 1px solid ${get(\"colors.border\")};\n  }\n`;\n\nconst Column = styled.div`\n  min-width: 0;\n  padding: 2px 15px;\n  word-wrap: break-word;\n\n  @media (min-width: ${breakpoint}) {\n    padding: 8px 15px;\n  }\n`;\n\nconst ColumnName = styled(Column)`\n  @media (min-width: ${breakpoint}) {\n    flex-basis: 25%;\n  }\n`;\n\nconst ColumnType = styled(Column)`\n  @media (min-width: ${breakpoint}) {\n    flex-basis: 50%;\n  }\n`;\n\nconst ColumnValue = styled(Column)`\n  @media (min-width: ${breakpoint}) {\n    flex-basis: 25%;\n  }\n`;\n\nconst Content = styled.div`\n  display: flex;\n  flex-direction: column;\n  font-family: ${get(\"fonts.mono\")};\n\n  @media (min-width: ${breakpoint}) {\n    flex-wrap: nowrap;\n    flex-direction: row;\n  }\n`;\n\nconst PropName = styled.span`\n  color: ${get(\"colors.primary\")};\n  font-weight: bold;\n`;\n\nconst PropType = styled.span`\n  font-size: 0.9em;\n`;\n\nconst PropDefaultValue = styled.span`\n  font-size: 0.9em;\n`;\n\nconst PropRequired = styled.span`\n  font-size: 0.8em;\n  opacity: 0.8;\n`;\n\nexport const PropsTable = ({ props, getPropType }) => {\n  const entries = Object.entries(props);\n  const components = useComponents();\n  const Paragraph = useMemo(\n    () => styled(components.P || \"p\")`\n      margin: 0;\n      font-size: 16px;\n      color: ${get(\"colors.blockquoteColor\")};\n      padding: 0 15px 8px 15px;\n    `,\n    []\n  );\n\n  return (\n    <Container>\n      {entries.map(([key, prop]) => {\n        if (!prop.type && !prop.flowType) return null;\n        return (\n          <Line key={key}>\n            <Content>\n              <ColumnName>\n                <PropName>{key}</PropName>\n              </ColumnName>\n              <ColumnType>\n                <PropType>{getPropType(prop)}</PropType>\n              </ColumnType>\n              <ColumnValue>\n                {prop.defaultValue && (\n                  <PropDefaultValue>\n                    {prop.defaultValue.value === \"''\" ? (\n                      <em>= [Empty String]</em>\n                    ) : (\n                      <em>= {prop.defaultValue.value.replace(/\\'/g, '\"')}</em>\n                    )}\n                  </PropDefaultValue>\n                )}\n                {prop.required && (\n                  <PropRequired>\n                    <strong>required</strong>\n                  </PropRequired>\n                )}\n              </ColumnValue>\n            </Content>\n            {prop.description && <Paragraph>{prop.description}</Paragraph>}\n          </Line>\n        );\n      })}\n    </Container>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useState, useMemo } from \"react\";\nimport {\n  PropsComponentProps,\n  useComponents\n} from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\nimport { PropsRaw } from \"./PropsRaw\";\nimport { PropsTable } from \"./PropsTable\";\n\nconst Container = styled.div`\n  margin: 20px 0;\n`;\n\nexport const Props = ({ title, isRaw, isToggle, ...props }) => {\n  const [isOpen, setIsOpen] = useState(true);\n\n  const components = useComponents();\n  const Title = useMemo(\n    () => styled(components.H3 || \"h3\")`\n      padding: 8px 0;\n      position: relative;\n      ${!isRaw ? \"margin-bottom: 0;\" : \"\"}\n      ${!isOpen || isRaw ? \"border-bottom: 1px solid rgba(0, 0, 0, 0.1);\" : \"\"}\n\n      ${\n        isToggle\n          ? `\n        cursor: pointer;\n        padding-right: 40px;\n\n        &::after {\n          content: '';\n          position: absolute;\n          top: 50%;\n          right: 16px;\n          transform: translateY(-50%) ${\n            isOpen ? \"rotate(-135deg)\" : \"rotate(45deg)\"\n          };\n          ${!isOpen ? \"margin-top: -2px;\" : \"\"}\n          width: 8px;\n          height: 8px;\n          border-bottom: 2px solid;\n          border-right: 2px solid;\n        }\n      `\n          : \"\"\n      }\n    `,\n    [isOpen]\n  );\n\n  const titleProps = isToggle\n    ? {\n        onClick: () => setIsOpen(open => !open),\n        onkeydown: () => setIsOpen(open => !open),\n        role: \"button\",\n        tabindex: 0\n      }\n    : {};\n\n  return (\n    <Container>\n      {(!!title || isToggle) && (\n        <Title {...titleProps}>{title || \"Component props\"}</Title>\n      )}\n      {isOpen && (\n        <div>{isRaw ? <PropsRaw {...props} /> : <PropsTable {...props} />}</div>\n      )}\n    </Container>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../utils/theme\";\nimport { mq } from \"../../styles/responsive\";\n\nconst Wrapper = styled.div`\n  overflow-x: auto;\n  padding: 2px;\n  margin-bottom: 30px;\n\n  ${mq({\n    marginBottom: [20, 40],\n    maxWidth: [\"calc(100vw - 40px)\", \"calc(100vw - 80px)\", \"100%\"]\n  })};\n`;\n\nconst TableStyled = styled.table`\n  padding: 0;\n  table-layout: auto;\n  box-shadow: 0 0 0 1px ${get(\"colors.border\")};\n  background-color: transparent;\n  border-spacing: 0;\n  border-collapse: collapse;\n  border-style: hidden;\n  border-radius: ${get(\"radii\")};\n  font-size: 14px;\n  color: ${get(\"colors.tableColor\")};\n\n  ${mq({\n    overflowX: [\"initial\", \"initial\", \"initial\", \"hidden\"],\n    display: [\"table\", \"table\", \"table\", \"table\"]\n  })}\n\n  & thead {\n    color: ${get(\"colors.theadColor\")};\n    background: ${get(\"colors.theadBg\")};\n  }\n\n  & thead th {\n    font-weight: 400;\n    padding: 10px;\n    text-align: left;\n\n    &:nth-of-type(1) {\n      ${mq({\n        width: [\"20%\", \"20%\", \"20%\", \"auto\"]\n      })};\n    }\n\n    &:nth-of-type(2) {\n      ${mq({\n        width: [\"10%\", \"10%\", \"10%\", \"auto\"]\n      })};\n    }\n\n    &:nth-of-type(3) {\n      ${mq({\n        width: [\"10%\", \"10%\", \"10%\", \"auto\"]\n      })};\n    }\n\n    &:nth-of-type(4) {\n      ${mq({\n        width: [\"10%\", \"10%\", \"10%\", \"auto\"]\n      })};\n    }\n\n    &:nth-of-type(5) {\n      ${mq({\n        width: [\"20%\", \"20%\", \"20%\", \"auto\"]\n      })};\n    }\n  }\n\n  & tbody td {\n    padding: 10px;\n    line-height: 2;\n    font-weight: 200;\n    text-align: left;\n  }\n\n  & tbody > tr {\n    display: table-row;\n    border-top: 1px solid ${get(\"colors.border\")};\n  }\n\n  ${get(\"styles.table\")};\n`;\n\nexport const Table = props => (\n  <Wrapper>\n    <TableStyled {...props} />\n  </Wrapper>\n);\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Blockquote } from \"./Blockquote\";\nimport { InlineCode } from \"./InlineCode\";\nimport { Link } from \"./Link\";\nimport { Loading } from \"./Loading\";\nimport { NotFound } from \"./NotFound\";\nimport { OrderedList } from \"./OrderedList\";\nimport { Page } from \"./Page\";\nimport { Paragraph } from \"./Paragraph\";\nimport { Pre } from \"./Pre\";\nimport { Props } from \"./Props\";\nimport { Table } from \"./Table\";\nimport { UnorderedList } from \"./UnorderedList\";\n\nexport const components = {\n  a: Link,\n  blockquote: Blockquote,\n  inlineCode: InlineCode,\n  loading: Loading,\n  notFound: NotFound,\n  ol: OrderedList,\n  p: Paragraph,\n  page: Page,\n  pre: Pre,\n  props: Props,\n  table: Table,\n  ul: UnorderedList\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\n// import { Editor } from \"./Editor\";\n\n{\n\t/*export const Pre = () => <Editor {...props} />;*/\n}\nexport const Pre = () => <div />;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const UnorderedList = styled.ul`\n  list-style: none;\n\n  & li::before {\n    content: \"● \";\n    color: ${get(\"colors.border\")};\n    font-weight: bold;\n    font-size: 0.5em;\n    margin-right: 5px;\n  }\n\n  ${get(\"styles.ul\")};\n\n  ul li {\n    padding-left: 25px;\n  }\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createGlobalStyle } from \"styled-components\";\nimport { get } from \"../utils/theme\";\n\nexport const Global = createGlobalStyle`\n  @import url('https://unpkg.com/codemirror@5.42.0/lib/codemirror.css');\n  @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');\n  @import url('https://fonts.googleapis.com/css?family=Inconsolata');\n\n  .icon-link {\n    display: none;\n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    ${get(\"styles.body\")};\n  }\n\n  .with-overlay {\n    overflow: hidden;\n  }\n\n  html,\n  body,\n  #root {\n    height: 100%;\n    min-height: 100%;\n  }\n`;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { styles } from \"./styles\";\nimport { fonts } from \"./styles/fonts\";\nimport * as colors from \"./styles/colors\";\n\nexport const config = {\n\tcolors,\n\tstyles,\n\tfonts,\n\tradii: \"2px\",\n\tmode: \"light\",\n\tshowPlaygroundEditor: false,\n\tlinesToScrollEditor: 18\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { css } from \"styled-components\";\nimport { get } from \"../utils/theme\";\n\nexport const styles = {\n  body: css`\n    font-family: ${get(\"fonts.ui\")};\n    font-size: 16px;\n    line-height: 1.6;\n  `,\n  h1: css`\n    margin: 40px 0 20px;\n    font-family: ${get(\"fonts.display\")};\n    font-size: 48px;\n    font-weight: 600;\n    letter-spacing: -0.02em;\n  `,\n  h2: css`\n    margin: 30px 0 15px;\n    line-height: 1.4em;\n    font-family: ${get(\"fonts.display\")};\n    font-weight: 500;\n    font-size: 28px;\n    letter-spacing: -0.02em;\n  `,\n  h3: css`\n    margin: 25px 0 10px;\n    font-size: 20px;\n    font-weight: 400;\n  `,\n  h4: css`\n    margin: 25px 0 10px;\n    font-size: 16px;\n    font-weight: 400;\n  `,\n  h5: css`\n    margin: 20px 0 10px;\n    font-size: 16px;\n    font-weight: 400;\n  `,\n  h6: css`\n    margin: 20px 0 10px;\n    font-size: 16px;\n    font-weight: 400;\n    text-transform: uppercase;\n  `,\n  ol: css`\n    padding: 0;\n    margin: 10px 0 10px;\n  `,\n  ul: css`\n    padding: 0;\n    margin: 10px 0 10px;\n  `,\n  playground: css`\n    padding: 40px;\n  `,\n  code: css`\n    margin: 0 3px;\n    border-radius: 3px;\n    font-family: ${get(\"fonts.mono\")};\n    padding: 2px 5px;\n    font-size: 0.8em;\n    border: \"1px solid rgba(0, 0, 0, 0.02)\";\n  `,\n  pre: css`\n    font-family: ${get(\"fonts.mono\")};\n    font-size: 1em;\n    line-height: 1.8;\n  `,\n  paragraph: css`\n    margin: 10px 0 20px 0;\n  `,\n  table: css`\n    overflow-y: hidden;\n    width: 100%;\n    font-family: ${get(\"fonts.mono\")};\n    font-size: 16px;\n    overflow-x: initial;\n    display: block;\n  `,\n  blockquote: css`\n    margin: 25px 0;\n    padding: 20px;\n    font-style: italic;\n    font-size: 16px;\n  `\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const fonts = {\n  /**\n   * Used for headings larger than 20px.\n   */\n  display: '\"Source Sans Pro\", sans-serif',\n  /**\n   * Used for code and sometimes numbers in tables.\n   */\n  mono: '\"Inconsolata\", monospace',\n  /**\n   * Used for text and UI (which includes almost anything).\n   */\n  ui: '\"Source Sans Pro\", sans-serif'\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport styled from \"styled-components\";\nimport { get } from \"../../../utils/theme\";\nimport { mq, breakpoints } from \"../../../styles/responsive\";\n\nconst sidebarBg = get(\"colors.sidebarBg\");\nconst sidebarText = get(\"colors.sidebarText\", \"#13161F\");\nconst LinkStyled = styled.a`\n\t&,\n\t&:visited,\n\t&:active {\n\t\ttext-decoration: none;\n\t\tcolor: ${get(\"colors.link\")};\n\t}\n\n\t&:hover {\n\t\tcolor: ${get(\"colors.link\")};\n\t}\n\n\t${get(\"styles.link\")};\n`;\nconst FooterDiv = styled.div`\n\tposition: absolute;\n\tmargin-left: 350px;\n\twidth: 70%;\n\tfont-size: 10px;\n\t@media screen and (max-width: ${breakpoints.oldDesktop}px) {\n\t\twidth: 90%;\n\t\tmargin: 0 50px;\n\t}\n\t@media screen and (max-width: ${breakpoints.tablet - 1}px) {\n\t\twidth: 90%;\n\t\tmargin: 0 50px;\n\t}\n`;\nconst ParagraphFooter = styled.div``;\nexport const LegalFooter = props => {\n\tlet { options, title, ...rest } = props;\n\treturn (\n\t\t<FooterDiv>\n\t\t\t<div className=\"container\">\n\t\t\t\t<div className=\"row\">\n\t\t\t\t\t<ParagraphFooter>\n\t\t\t\t\t\t<LinkStyled href=\"https://www.apache.org/foundation/contributing\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https://www.apache.org/images/SupportApache-small.png\"\n\t\t\t\t\t\t\t\talt=\"Support the ASF\"\n\t\t\t\t\t\t\t\tid=\"asf-logo\"\n\t\t\t\t\t\t\t\theight=\"10\"\n\t\t\t\t\t\t\t\twidth=\"10\"\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</LinkStyled>\n\t\t\t\t\t\tCopyright © 2011-2018 The Apache Software Foundation.\n\t\t\t\t\t\tLicensed under the{\" \"}\n\t\t\t\t\t\t<LinkStyled href=\"https://www.apache.org/licenses/LICENSE-2.0\">\n\t\t\t\t\t\t\tApache License, Version 2.0\n\t\t\t\t\t\t</LinkStyled>\n\t\t\t\t\t\t.Apache Atlas, Atlas, Apache, the Apache feather logo\n\t\t\t\t\t\tare trademarks of the{\" \"}\n\t\t\t\t\t\t<LinkStyled href=\"https://www.apache.org\">\n\t\t\t\t\t\t\tApache Software Foundation\n\t\t\t\t\t\t</LinkStyled>\n\t\t\t\t\t\t.All other marks mentioned may be trademarks or\n\t\t\t\t\t\tregistered trademarks of their respective owners.\n\t\t\t\t\t</ParagraphFooter>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</FooterDiv>\n\t);\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { theme, ComponentsProvider } from \"../docz-lib/docz/dist\";\nimport get from \"lodash/get\";\n\nimport * as modes from \"./styles/modes\";\nimport { components } from \"./components/ui\";\nimport { Global } from \"./styles/global\";\nimport { config } from \"./config\";\nimport { ThemeProvider } from \"./utils/theme\";\nimport { LegalFooter } from \"./components/shared/LegalFooter\";\n\nconst Theme = ({ children }) => {\n  return (\n    <ThemeProvider>\n      <Global />\n      <ComponentsProvider components={components}>\n        {children}\n      </ComponentsProvider>\n      <LegalFooter />\n    </ThemeProvider>\n  );\n};\n\nexport const enhance = theme(config, ({ mode, codemirrorTheme, ...config }) => {\n  return {\n    ...config,\n    mode,\n    codemirrorTheme: codemirrorTheme || `docz-${mode}`,\n    colors: {\n      ...get(modes, mode),\n      ...config.colors\n    }\n  };\n});\n\nexport default enhance(Theme);\nexport { components };\n","export const imports = {\n  'documents/BusinessMetadata.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-business-metadata\" */ 'documents/BusinessMetadata.md'\n    ),\n  'documents/ClassificationPropagation.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-classification-propagation\" */ 'documents/ClassificationPropagation.md'\n    ),\n  'documents/Glossary.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-glossary\" */ 'documents/Glossary.md'\n    ),\n  'documents/HighAvailability.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-high-availability\" */ 'documents/HighAvailability.md'\n    ),\n  'documents/HighLevelArchitecture.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-high-level-architecture\" */ 'documents/HighLevelArchitecture.md'\n    ),\n  'documents/Notifications.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-notifications\" */ 'documents/Notifications.md'\n    ),\n  'documents/Overview.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-overview\" */ 'documents/Overview.md'\n    ),\n  'documents/RestAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-rest-api\" */ 'documents/RestAPI.md'\n    ),\n  'documents/TypeSystem.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-type-system\" */ 'documents/TypeSystem.md'\n    ),\n  'documents/Asf/asfinfo.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-asf-asfinfo\" */ 'documents/Asf/asfinfo.md'\n    ),\n  'documents/Downloads/Downloads.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-downloads-downloads\" */ 'documents/Downloads/Downloads.md'\n    ),\n  'documents/Hook/HookFalcon.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-falcon\" */ 'documents/Hook/HookFalcon.md'\n    ),\n  'documents/Hook/HookHBase.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-h-base\" */ 'documents/Hook/HookHBase.md'\n    ),\n  'documents/Hook/HookHive.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-hive\" */ 'documents/Hook/HookHive.md'\n    ),\n  'documents/Hook/HookKafka.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-kafka\" */ 'documents/Hook/HookKafka.md'\n    ),\n  'documents/Hook/HookSqoop.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-sqoop\" */ 'documents/Hook/HookSqoop.md'\n    ),\n  'documents/Hook/HookStorm.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-storm\" */ 'documents/Hook/HookStorm.md'\n    ),\n  'documents/Import-Export/ExportAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-export-api\" */ 'documents/Import-Export/ExportAPI.md'\n    ),\n  'documents/Import-Export/ExportHDFSAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-export-hdfsapi\" */ 'documents/Import-Export/ExportHDFSAPI.md'\n    ),\n  'documents/Import-Export/ExportImportAudits.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-export-import-audits\" */ 'documents/Import-Export/ExportImportAudits.md'\n    ),\n  'documents/Import-Export/ImportAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-import-api\" */ 'documents/Import-Export/ImportAPI.md'\n    ),\n  'documents/Import-Export/ImportAPIOptions.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-import-api-options\" */ 'documents/Import-Export/ImportAPIOptions.md'\n    ),\n  'documents/Import-Export/ImportEntityTransforms.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-import-entity-transforms\" */ 'documents/Import-Export/ImportEntityTransforms.md'\n    ),\n  'documents/Import-Export/ImportExportAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-import-export-api\" */ 'documents/Import-Export/ImportExportAPI.md'\n    ),\n  'documents/Import-Export/IncrementalExport.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-incremental-export\" */ 'documents/Import-Export/IncrementalExport.md'\n    ),\n  'documents/Migration/Migration-0.8-to-1.0.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-migration-migration-0-8-to-1-0\" */ 'documents/Migration/Migration-0.8-to-1.0.md'\n    ),\n  'documents/Misc/AtlasServer.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-misc-atlas-server\" */ 'documents/Misc/AtlasServer.md'\n    ),\n  'documents/Misc/ReplicatedAttributes.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-misc-replicated-attributes\" */ 'documents/Misc/ReplicatedAttributes.md'\n    ),\n  'documents/Misc/SoftReference.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-misc-soft-reference\" */ 'documents/Misc/SoftReference.md'\n    ),\n  'documents/Project-Info/IssueTracking.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-issue-tracking\" */ 'documents/Project-Info/IssueTracking.md'\n    ),\n  'documents/Project-Info/MailingLists.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-mailing-lists\" */ 'documents/Project-Info/MailingLists.md'\n    ),\n  'documents/Project-Info/ProjectInfo.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-project-info\" */ 'documents/Project-Info/ProjectInfo.md'\n    ),\n  'documents/Project-Info/ProjectLicense.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-project-license\" */ 'documents/Project-Info/ProjectLicense.md'\n    ),\n  'documents/Project-Info/SourceRepository.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-source-repository\" */ 'documents/Project-Info/SourceRepository.md'\n    ),\n  'documents/Project-Info/TeamList.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-team-list\" */ 'documents/Project-Info/TeamList.md'\n    ),\n  'documents/Search/SearchAdvanced.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-search-search-advanced\" */ 'documents/Search/SearchAdvanced.md'\n    ),\n  'documents/Search/SearchBasic.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-search-search-basic\" */ 'documents/Search/SearchBasic.md'\n    ),\n  'documents/Search/SearchRelationship.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-search-search-relationship\" */ 'documents/Search/SearchRelationship.md'\n    ),\n  'documents/Security/AtlasRangerAuthorizer.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-atlas-ranger-authorizer\" */ 'documents/Security/AtlasRangerAuthorizer.md'\n    ),\n  'documents/Security/AtlasSimpleAuthorizer.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-atlas-simple-authorizer\" */ 'documents/Security/AtlasSimpleAuthorizer.md'\n    ),\n  'documents/Security/Authentication.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-authentication\" */ 'documents/Security/Authentication.md'\n    ),\n  'documents/Security/AuthorizationModel.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-authorization-model\" */ 'documents/Security/AuthorizationModel.md'\n    ),\n  'documents/Security/Security.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-security\" */ 'documents/Security/Security.md'\n    ),\n  'documents/Setup/BuildInstruction.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-build-instruction\" */ 'documents/Setup/BuildInstruction.md'\n    ),\n  'documents/Setup/Configuration.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-configuration\" */ 'documents/Setup/Configuration.md'\n    ),\n  'documents/Setup/EclipseSetup.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-eclipse-setup\" */ 'documents/Setup/EclipseSetup.md'\n    ),\n  'documents/Setup/InstallationInstruction.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-installation-instruction\" */ 'documents/Setup/InstallationInstruction.md'\n    ),\n  'documents/Setup/QuickStart.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-quick-start\" */ 'documents/Setup/QuickStart.md'\n    ),\n  'documents/Tools/AtlasRepairIndex.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-tools-atlas-repair-index\" */ 'documents/Tools/AtlasRepairIndex.md'\n    ),\n  'documents/Whats-New/WhatsNew-1.0.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-1-0\" */ 'documents/Whats-New/WhatsNew-1.0.md'\n    ),\n  'documents/Whats-New/WhatsNew-2.0.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-2-0\" */ 'documents/Whats-New/WhatsNew-2.0.md'\n    ),\n  'documents/Whats-New/WhatsNew-2.1.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-2-1\" */ 'documents/Whats-New/WhatsNew-2.1.md'\n    ),\n  'documents/Whats-New/WhatsNew-2.2.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-2-2\" */ 'documents/Whats-New/WhatsNew-2.2.md'\n    ),\n  'documents/Whats-New/WhatsNew-2.3.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-2-3\" */ 'documents/Whats-New/WhatsNew-2.3.md'\n    ),\n}\n","import React from 'react'\nimport { Link, Router, Routes } from '../../docz-lib/docz/dist'\n\nimport Theme from 'theme/'\n\nimport { imports } from './imports'\nimport database from './db.json'\n\nconst Root = () => {\n  return (\n    <Theme linkComponent={Link} db={database}>\n      <Routes imports={imports} />\n    </Theme>\n  )\n}\n\nexport default Root\n","import React from 'react'\nimport ReactDOM from 'react-dom'\nimport Root from './root'\n\nconst _onPreRenders = []\nconst _onPostRenders = []\n\nconst onPreRender = () => _onPreRenders.forEach(f => f && f())\nconst onPostRender = () => _onPostRenders.forEach(f => f && f())\n\nconst root = document.querySelector('#root')\nconst render = (Component = Root) => {\n  onPreRender()\n  ReactDOM.render(<Component />, root, onPostRender)\n}\n\nrender(Root)\n","'use strict';\n\nvar React = require('react');\nrequire('lodash/fp/get');\nvar __chunk_1 = require('./chunk.js');\nrequire('lodash/fp/omit');\nrequire('fast-deep-equal');\nrequire('lodash/fp/merge');\nrequire('array-sort');\nrequire('lodash/fp/unionBy');\nrequire('lodash/fp/flattenDepth');\nrequire('lodash/fp/pipe');\nrequire('ulid');\nrequire('match-sorter');\nrequire('lodash/fp/throttle');\n\nconst Playground = ({\n  className,\n  style,\n  wrapper: Wrapper,\n  children,\n  __scope,\n  __position,\n  __code,\n  __codesandbox\n}) => {\n  const components = __chunk_1.useComponents();\n  if (!components || !components.playground) return null;\n  const props = {\n    className,\n    style,\n    components\n  };\n  return React.createElement(components.playground, Object.assign({}, props, {\n    component: children,\n    wrapper: Wrapper,\n    scope: __scope,\n    position: __position,\n    code: __code,\n    codesandbox: __codesandbox\n  }));\n};\n\nexports.default = Playground;\n","'use strict';\n\nfunction _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }\n\nvar React = require('react');\nvar _get = _interopDefault(require('lodash/fp/get'));\nvar _omit = _interopDefault(require('lodash/fp/omit'));\nvar equal = _interopDefault(require('fast-deep-equal'));\nvar _merge = _interopDefault(require('lodash/fp/merge'));\nvar sort = _interopDefault(require('array-sort'));\nvar _unionBy = _interopDefault(require('lodash/fp/unionBy'));\nvar _flattenDepth = _interopDefault(require('lodash/fp/flattenDepth'));\nvar _pipe = _interopDefault(require('lodash/fp/pipe'));\nvar ulid = require('ulid');\nvar match = _interopDefault(require('match-sorter'));\nvar _throttle = _interopDefault(require('lodash/fp/throttle'));\n\nconst DefaultNotFound = () => React.createElement(React.Fragment, null, \"Not found\");\n\nconst DefaultLoading = () => React.createElement(React.Fragment, null, \"Loading\");\n\nconst DefaultPage = ({\n  children\n}) => React.createElement(React.Fragment, null, children);\n\nconst DefaultPlayground = ({\n  component,\n  code\n}) => React.createElement(React.Fragment, null, component, code);\n\nconst defaultComponents = {\n  loading: DefaultLoading,\n  playground: DefaultPlayground,\n  notFound: DefaultNotFound,\n  page: DefaultPage\n};\nconst ctx = React.createContext({});\nconst ComponentsProvider = ({\n  components: themeComponents = {},\n  children\n}) => React.createElement(ctx.Provider, {\n  value: Object.assign({}, defaultComponents, themeComponents)\n}, children);\nconst useComponents = () => {\n  return React.useContext(ctx);\n};\n\nconst isFn = value => typeof value === 'function';\nfunction flatArrFromObject(arr, prop) {\n  const reducer = (arr, obj) => {\n    const value = _get(prop)(obj);\n\n    return value ? arr.concat([value]) : arr;\n  };\n\n  return Array.from(new Set(arr.reduce(reducer, [])));\n}\nfunction compare(a, b, reverse) {\n  if (a < b) return reverse ? 1 : -1;\n  if (a > b) return reverse ? -1 : 1;\n  return 0;\n}\n\nfunction create(initial) {\n  var _a;\n\n  const ctx = React.createContext(initial);\n  const listeners = new Set();\n\n  const dispatch = fn => {\n    listeners.forEach(listener => listener(fn));\n  };\n\n  return {\n    context: ctx,\n    set: fn => dispatch(fn),\n    Provider: (_a = class Provider extends React.Component {\n      constructor() {\n        super(...arguments);\n        this.state = this.props.initial || initial || {};\n      }\n\n      static getDerivedStateFromProps(props, state) {\n        if (!equal(props.initial, state)) return props.initial;\n        return null;\n      }\n\n      componentDidMount() {\n        listeners.add(fn => this.setState(fn));\n      }\n\n      componentWillUnmount() {\n        listeners.clear();\n      }\n\n      render() {\n        return React.createElement(ctx.Provider, {\n          value: this.state\n        }, this.props.children);\n      }\n\n    }, _a.displayName = 'DoczStateProvider', _a)\n  };\n}\n\nconst doczState = create({});\n\nconst useConfig = () => {\n  const state = React.useContext(doczState.context);\n  const {\n    linkComponent,\n    transform,\n    config,\n    themeConfig = {}\n  } = state;\n\n  const newConfig = _merge(themeConfig, config ? config.themeConfig : {});\n\n  const transformed = transform ? transform(newConfig) : newConfig;\n  return Object.assign({}, config, {\n    linkComponent,\n    themeConfig: transformed\n  });\n};\n\nconst updateState = ev => {\n  const {\n    type,\n    payload\n  } = JSON.parse(ev.data);\n  const prop = type.startsWith('state.') && type.split('.')[1];\n\n  if (prop) {\n    doczState.set(state => Object.assign({}, state, {\n      [prop]: payload\n    }));\n  }\n};\n\nconst useDataServer = url => {\n  React.useEffect(() => {\n    if (!url) return;\n    const socket = new WebSocket(url);\n    socket.onmessage = updateState;\n    return () => socket.close();\n  }, []);\n};\n\nconst useDocs = () => {\n  const {\n    entries = []\n  } = React.useContext(doczState.context);\n  const arr = entries.map(({\n    value\n  }) => value);\n  return sort(arr, (a, b) => compare(a.name, b.name));\n};\n\nconst noMenu = entry => !entry.menu;\n\nconst fromMenu = menu => entry => entry.menu === menu;\n\nconst entryAsMenu = entry => ({\n  name: entry.name,\n  route: entry.route,\n  parent: entry.parent\n});\n\nconst entriesOfMenu = (menu, entries) => entries.filter(fromMenu(menu)).map(entryAsMenu);\n\nconst parseMenu = entries => name => ({\n  name,\n  menu: entriesOfMenu(name, entries)\n});\n\nconst menusFromEntries = entries => {\n  const entriesWithoutMenu = entries.filter(noMenu).map(entryAsMenu);\n  const menus = flatArrFromObject(entries, 'menu').map(parseMenu(entries));\n  return _unionBy('name', menus, entriesWithoutMenu);\n};\n\nconst parseItemStr = item => typeof item === 'string' ? {\n  name: item\n} : item;\n\nconst normalize = item => {\n  const selected = parseItemStr(item);\n  return Object.assign({}, selected, {\n    id: selected.id || ulid.ulid(),\n    parent: _get('parent', selected) || _get('parent', item),\n    menu: Array.isArray(selected.menu) ? selected.menu.map(normalize) : selected.menu\n  });\n};\n\nconst clean = item => item.href || item.route ? _omit('menu', item) : item;\n\nconst normalizeAndClean = _pipe(normalize, clean);\n\nconst mergeMenus = (entriesMenu, configMenu) => {\n  const first = entriesMenu.map(normalizeAndClean);\n  const second = configMenu.map(normalizeAndClean);\n\n  const merged = _unionBy('name', first, second);\n\n  return merged.map(item => {\n    if (!item.menu) return item;\n    const found = second.find(i => i.name === item.name);\n    const foundMenu = found && found.menu;\n    return Object.assign({}, item, {\n      menu: foundMenu ? mergeMenus(item.menu, foundMenu) : item.menu || found.menu\n    });\n  });\n};\n\nconst UNKNOWN_POS = Infinity;\n\nconst findPos = (item, orderedList = []) => {\n  const name = typeof item !== 'string' ? _get('name', item) : item;\n  const pos = orderedList.findIndex(item => item === name);\n  return pos !== -1 ? pos : UNKNOWN_POS;\n};\n\nconst compareWithMenu = (to = []) => (a, b) => {\n  const list = to.map(i => i.name || i);\n  return compare(findPos(a, list), findPos(b, list));\n};\n\nconst sortByName = (a, b) => {\n  return a.name < b.name ? -1 : a.name > b.name ? 1 : 0;\n};\n\nconst sortMenus = (first, second = []) => {\n  const sorted = sort(first, compareWithMenu(second), sortByName);\n  return sorted.map(item => {\n    if (!item.menu) return item;\n    const found = second.find(menu => menu.name === item.name);\n    const foundMenu = found && found.menu;\n    return Object.assign({}, item, {\n      menu: foundMenu ? sortMenus(item.menu, foundMenu) : sort(item.menu, sortByName)\n    });\n  });\n};\n\nconst search = (val, menu) => {\n  const items = menu.map(item => [item].concat(item.menu || []));\n\n  const flattened = _flattenDepth(2, items);\n\n  const flattenedDeduplicated = [...new Set(flattened)];\n  return match(flattenedDeduplicated, val, {\n    keys: ['name']\n  });\n};\n\nconst filterMenus = (items, filter) => {\n  if (!filter) return items;\n  return items.filter(filter).map(item => {\n    if (!item.menu) return item;\n    return Object.assign({}, item, {\n      menu: item.menu.filter(filter)\n    });\n  });\n};\n\nconst useMenus = opts => {\n  const {\n    query = ''\n  } = opts || {};\n  const {\n    entries,\n    config\n  } = React.useContext(doczState.context);\n  if (!entries) return null;\n  const arr = entries.map(({\n    value\n  }) => value);\n  const entriesMenu = menusFromEntries(arr);\n  const sorted = React.useMemo(() => {\n    const merged = mergeMenus(entriesMenu, config.menu);\n    const result = sortMenus(merged, config.menu);\n    return filterMenus(result, opts && opts.filter);\n  }, [entries, config]);\n  return query && query.length > 0 ? search(query, sorted) : sorted;\n};\n\nconst usePrevious = (value, defaultValue) => {\n  const ref = React.useRef(defaultValue);\n  React.useEffect(() => {\n    ref.current = value;\n  });\n  return ref.current;\n};\n\nconst isClient = typeof window === 'object';\n\nconst getSize = (initialWidth, initialHeight) => ({\n  innerHeight: isClient ? window.innerHeight : initialHeight,\n  innerWidth: isClient ? window.innerWidth : initialWidth,\n  outerHeight: isClient ? window.outerHeight : initialHeight,\n  outerWidth: isClient ? window.outerWidth : initialWidth\n});\n\nconst useWindowSize = (throttleMs = 300, initialWidth = Infinity, initialHeight = Infinity) => {\n  const [windowSize, setWindowSize] = React.useState(getSize(initialHeight, initialHeight));\n\n  const tSetWindowResize = _throttle(throttleMs, () => setWindowSize(getSize(initialHeight, initialHeight)));\n\n  React.useEffect(() => {\n    window.addEventListener('resize', tSetWindowResize);\n    return () => void window.removeEventListener('resize', tSetWindowResize);\n  }, []);\n  return windowSize;\n};\n\nexports.ComponentsProvider = ComponentsProvider;\nexports.doczState = doczState;\nexports.isFn = isFn;\nexports.useComponents = useComponents;\nexports.useConfig = useConfig;\nexports.useDataServer = useDataServer;\nexports.useDocs = useDocs;\nexports.useMenus = useMenus;\nexports.usePrevious = usePrevious;\nexports.useWindowSize = useWindowSize;\n","'use strict';\n\nObject.defineProperty(exports, '__esModule', { value: true });\n\nfunction _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }\n\nvar React = require('react');\nvar loadable = _interopDefault(require('@loadable/component'));\nvar _get = _interopDefault(require('lodash/fp/get'));\nvar tslib_1 = require('tslib');\nvar __chunk_1 = require('./chunk.js');\nvar _omit = _interopDefault(require('lodash/fp/omit'));\nvar router = require('@reach/router');\nvar _first = _interopDefault(require('lodash/fp/first'));\nvar capitalize = _interopDefault(require('capitalize'));\nrequire('fast-deep-equal');\nrequire('lodash/fp/merge');\nrequire('array-sort');\nrequire('lodash/fp/unionBy');\nrequire('lodash/fp/flattenDepth');\nrequire('lodash/fp/pipe');\nrequire('ulid');\nrequire('match-sorter');\nrequire('lodash/fp/throttle');\nvar react = require('@mdx-js/react');\nvar createHashSource = require('hash-source');\nlet source = createHashSource.default();;\n\nconst BasePlayground = loadable(() => Promise.resolve(require('./Playground.js')));\nconst Playground = props => typeof window !== 'undefined' ? React.createElement(React.Suspense, {\n  fallback: null\n}, React.createElement(BasePlayground, Object.assign({}, props))) : null;\n\nconst AsyncComponent = defaultProps => {\n  const [loading, setLoading] = React.useState(true);\n  const [error, setError] = React.useState(null);\n  const [data, setData] = React.useState({});\n  React.useEffect(() => {\n    const {\n      getInitialProps\n    } = defaultProps;\n\n    if (getInitialProps && __chunk_1.isFn(getInitialProps)) {\n      setLoading(true);\n      getInitialProps(defaultProps).then(data => {\n        setLoading(false);\n        setError(null);\n        setData(data);\n      }).catch(err => {\n        setLoading(false);\n        setError(err);\n        setData({});\n      });\n    }\n  }, []);\n\n  const {\n    as: Comp,\n    getInitialProps\n  } = defaultProps,\n        props = tslib_1.__rest(defaultProps, [\"as\", \"getInitialProps\"]);\n\n  return React.createElement(Comp, Object.assign({}, props, {\n    data: Object.assign({}, data, {\n      loading,\n      error\n    })\n  }));\n};\n\nconst loadRoute = (path, imports, components) => {\n  const Loading = components.loading;\n\n  const fn = async () => {\n    const importFn = _get(path, imports);\n\n    const {\n      default: Component,\n      getInitialProps\n    } = await importFn();\n\n    const ExportedComponent = props => React.createElement(AsyncComponent, Object.assign({}, props, {\n      as: Component || 'div',\n      getInitialProps: getInitialProps\n    }));\n\n    return ExportedComponent;\n  };\n\n  return loadable(fn, {\n    fallback: React.createElement(Loading, null)\n  });\n};\nconst AsyncRoute = defaultProps => {\n  const {\n    asyncComponent,\n    path,\n    entry\n  } = defaultProps,\n        routeProps = tslib_1.__rest(defaultProps, [\"asyncComponent\", \"path\", \"entry\"]);\n\n  const components = __chunk_1.useComponents();\n  const Page = components.page;\n  const Component = asyncComponent;\n  const props = Object.assign({}, routeProps, {\n    doc: entry\n  });\n  return Page ? React.createElement(Page, Object.assign({}, props), React.createElement(Component, Object.assign({}, props))) : React.createElement(Component, Object.assign({}, props));\n};\n\nconst Link = React.forwardRef((defaultProps, ref) => {\n  const props = _omit(['activeClassName', 'partiallyActive'], defaultProps);\n\n  const isActive = React.useCallback(({\n    isCurrent\n  }) => {\n    return isCurrent ? {\n      className: `${props.className} active`\n    } : {};\n  }, [props.className]);\n  return React.createElement(router.Link, Object.assign({}, props, {\n    getProps: isActive,\n    ref: ref\n  }));\n});\nLink.displayName = 'Link';\n\nconst RE_OBJECTOF = /(?:React\\.)?(?:PropTypes\\.)?objectOf\\((?:React\\.)?(?:PropTypes\\.)?(\\w+)\\)/;\n\nconst getTypeStr = type => {\n  switch (type.name.toLowerCase()) {\n    case 'instanceof':\n      return `Class(${type.value})`;\n\n    case 'enum':\n      if (type.computed) return type.value;\n      return type.value ? type.value.map(v => `${v.value}`).join(' │ ') : type.raw;\n\n    case 'union':\n      return type.value ? type.value.map(t => `${getTypeStr(t)}`).join(' │ ') : type.raw;\n\n    case 'array':\n      return type.raw;\n\n    case 'arrayof':\n      return `Array<${getTypeStr(type.value)}>`;\n\n    case 'custom':\n      if (type.raw.indexOf('function') !== -1 || type.raw.indexOf('=>') !== -1) return 'Custom(Function)';else if (type.raw.toLowerCase().indexOf('objectof') !== -1) {\n        const m = type.raw.match(RE_OBJECTOF);\n        if (m && m[1]) return `ObjectOf(${capitalize(m[1])})`;\n        return 'ObjectOf';\n      }\n      return 'Custom';\n\n    case 'bool':\n      return 'Boolean';\n\n    case 'func':\n      return 'Function';\n\n    case 'shape':\n      const shape = type.value;\n      const rst = {};\n      Object.keys(shape).forEach(key => {\n        rst[key] = getTypeStr(shape[key]);\n      });\n      return JSON.stringify(rst, null, 2);\n\n    default:\n      return capitalize(type.name);\n  }\n};\n\nconst humanize = type => getTypeStr(type);\n\nconst getPropType = prop => {\n  const propName = _get('name', prop.flowType || prop.type);\n\n  if (!propName) return null;\n  const isEnum = propName.startsWith('\"') || propName === 'enum';\n  const name = capitalize(isEnum ? 'enum' : propName);\n\n  const value = _get('type.value', prop);\n\n  if (!name) return null;\n\n  if (isEnum && typeof value === 'string' || !prop.flowType && !isEnum && !value || prop.flowType && !prop.flowType.elements) {\n    return name;\n  }\n\n  return prop.flowType ? humanize(prop.flowType) : humanize(prop.type);\n};\nconst Props = ({\n  title,\n  isToggle,\n  isRaw,\n  of: component\n}) => {\n  const components = __chunk_1.useComponents();\n  const {\n    props: stateProps\n  } = React.useContext(__chunk_1.doczState.context);\n  const PropsComponent = components.props;\n\n  const filename = _get('__filemeta.filename', component);\n\n  const filemetaName = _get('__filemeta.name', component);\n\n  const componentName = filemetaName || component.displayName || component.name;\n  const found = stateProps && stateProps.length > 0 && stateProps.find(item => filename ? item.key === filename : item.key.includes(`${componentName}.`));\n  const value = _get('value', found) || [];\n\n  const firstDefinition = _first(value);\n\n  const definition = value.find(i => i.displayName === componentName);\n\n  const props = _get('props', definition || firstDefinition);\n\n  if (!props) return null;\n  if (!PropsComponent) return null;\n  return React.createElement(PropsComponent, {\n    title: title,\n    isRaw: isRaw,\n    isToggle: isToggle,\n    props: props,\n    getPropType: getPropType\n  });\n};\n\nconst goToHash = ({\n  location\n}) => {\n  setTimeout(() => {\n    if (location && location.hash) {\n      const decodedHash = decodeURI(location.hash);\n      const id = decodedHash.substring(1);\n      const el = document.getElementById(id);\n      if (el) el.scrollIntoView();\n    }\n  });\n};\n\nconst Routes = ({\n  imports\n}) => {\n  const components = __chunk_1.useComponents();\n  const {\n    entries\n  } = React.useContext(__chunk_1.doczState.context);\n  const NotFound = components.notFound;\n  const history = React.useMemo(() => router.createHistory(source), []);\n  React.useEffect(() => {\n    history.listen(goToHash);\n  }, []);\n  return React.createElement(react.MDXProvider, {\n    components: components\n  }, React.createElement(router.LocationProvider, {\n    history: history\n  }, React.createElement(router.Router, null, React.createElement(NotFound, {\n    default: true\n  }), entries && entries.map(({\n    key: path,\n    value: entry\n  }) => {\n    const props = {\n      path,\n      entries,\n      components\n    };\n    const component = loadRoute(path, imports, components);\n    return React.createElement(AsyncRoute, Object.assign({}, props, {\n      entry: entry,\n      key: entry.id,\n      path: entry.route,\n      asyncComponent: component\n    }));\n  }))));\n};\n\nfunction theme(themeConfig, transform = c => c) {\n  return WrappedComponent => {\n    const Theme = React.memo(props => {\n      const {\n        linkComponent\n      } = props;\n      const {\n        db,\n        children,\n        wrapper: Wrapper = React.Fragment\n      } = props;\n      const initial = Object.assign({}, db, {\n        themeConfig,\n        transform,\n        linkComponent\n      });\n      return React.createElement(__chunk_1.doczState.Provider, {\n        initial: initial\n      }, React.createElement(Wrapper, null, React.createElement(WrappedComponent, null, children)));\n    });\n    Theme.displayName = WrappedComponent.displayName || 'DoczTheme';\n    return Theme;\n  };\n}\n\nexports.ComponentsProvider = __chunk_1.ComponentsProvider;\nexports.doczState = __chunk_1.doczState;\nexports.useComponents = __chunk_1.useComponents;\nexports.useConfig = __chunk_1.useConfig;\nexports.useDataServer = __chunk_1.useDataServer;\nexports.useDocs = __chunk_1.useDocs;\nexports.useMenus = __chunk_1.useMenus;\nexports.usePrevious = __chunk_1.usePrevious;\nexports.useWindowSize = __chunk_1.useWindowSize;\nexports.AsyncRoute = AsyncRoute;\nexports.Link = Link;\nexports.Playground = Playground;\nexports.Props = Props;\nexports.Routes = Routes;\nexports.loadRoute = loadRoute;\nexports.theme = theme;\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-asf-asfinfo.90a8320c.js b/2.3.0/static/js/documents-asf-asfinfo.90a8320c.js
new file mode 100644
index 0000000..d63990c
--- /dev/null
+++ b/2.3.0/static/js/documents-asf-asfinfo.90a8320c.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{"./src/documents/Asf/asfinfo.md":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return r}));var o=n("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=(n("../node_modules/react/index.js"),n("../node_modules/@mdx-js/react/dist/esm.js")),m=n("./theme/components/shared/common/CustomLink.js"),s=["components"],c={};function r(e){var t=e.components,n=Object(o.a)(e,s);return Object(a.mdx)("wrapper",Object.assign({},c,n,{components:t,mdxType:"MDXLayout"}),Object(a.mdx)("h1",{id:"asf-information"},"ASF Information"),Object(a.mdx)("ol",null,Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"http://www.apache.org/foundation/how-it-works.html",mdxType:"CustomLink"},"How Apache Works")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"https://apachecon.com/?ref=atlas.apache.org",mdxType:"CustomLink"},"Events ")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"https://www.apache.org/licenses/",mdxType:"CustomLink"},"License ")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"http://www.apache.org/foundation/",mdxType:"CustomLink"},"Foundation ")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"http://www.apache.org/foundation/sponsorship.html",mdxType:"CustomLink"},"Sponsoring Apache ")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"http://www.apache.org/foundation/thanks.html",mdxType:"CustomLink"},"Thanks"))))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Asf/asfinfo.md"}}),r.isMDXComponent=!0},"./theme/components/shared/common/CustomLink.js":function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var o=n("../node_modules/react/index.js"),a=n.n(o);const m=e=>a.a.createElement("a",{href:e.href,target:e.target||"_blank",style:{color:"#4a90e2"}},e.children)}}]);
+//# sourceMappingURL=documents-asf-asfinfo.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-asf-asfinfo.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-asf-asfinfo.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..472c076
--- /dev/null
+++ b/2.3.0/static/js/documents-asf-asfinfo.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Asf/asfinfo.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/common/CustomLink.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent","CustomLink","target","style","color","children"],"mappings":"ybASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,mBAAiB,mBAEzB,wBACE,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,qDAAqDF,QAAQ,cAAY,qBAE5F,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,8CAA8CF,QAAQ,cAAY,YAErF,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,mCAAmCF,QAAQ,cAAY,aAE1E,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,oCAAoCF,QAAQ,cAAY,gBAE3E,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,oDAAoDF,QAAQ,cAAY,uBAE3F,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,+CAA+CF,QAAQ,cAAY,aAI3F,kLAEDH,EAAWM,gBAAiB,G,8EC7C5B,qFAoBA,MAAMC,EAAaL,GAGjB,uBAAGG,KAAMH,EAAMG,KAAMG,OAAQN,EAAMM,QAAU,SAAUC,MAF1C,CAAEC,MAAO,YAGpBR,EAAMS","file":"static/js/documents-asf-asfinfo.90a8320c.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport {CustomLink} from \"theme/components/shared/common/CustomLink\";\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"asf-information\"\n    }}>{`ASF Information`}</h1>\n    <ol>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://www.apache.org/foundation/how-it-works.html\" mdxType=\"CustomLink\">How Apache Works</CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"https://apachecon.com/?ref=atlas.apache.org\" mdxType=\"CustomLink\">Events </CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"https://www.apache.org/licenses/\" mdxType=\"CustomLink\">License </CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://www.apache.org/foundation/\" mdxType=\"CustomLink\">Foundation </CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://www.apache.org/foundation/sponsorship.html\" mdxType=\"CustomLink\">Sponsoring Apache </CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://www.apache.org/foundation/thanks.html\" mdxType=\"CustomLink\">Thanks</CustomLink>\n      </li>\n    </ol>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from \"react\";\n\nconst CustomLink = props => {\n\tconst style = { color: \"#4a90e2\" };\n\treturn (\n\t\t<a href={props.href} target={props.target || \"_blank\"} style={style}>\n\t\t\t{props.children}\n\t\t</a>\n\t);\n};\n\nexport { CustomLink };"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-business-metadata.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-business-metadata.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..36ffcc2
--- /dev/null
+++ b/2.3.0/static/js/documents-business-metadata.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/BusinessMetadata.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","src","isMDXComponent","Img","width","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"6dAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,qBAAmB,qBAE3B,oBACE,GAAM,YAAU,YAElB,6pBAMA,oBACE,GAAM,4BAA0B,4BAElC,8WAGA,cAAC,IAAG,CAACC,IAAG,iCAAoCD,QAAQ,QACpD,cAAC,IAAG,CAACC,IAAG,iCAAoCD,QAAQ,QACpD,oBACE,GAAM,+CAA6C,+CAErD,+KAEA,cAAC,IAAG,CAACC,IAAG,0CAA6CD,QAAQ,QAC7D,oBACE,GAAM,iDAA+C,iDAEvD,wIACA,cAAC,IAAG,CAACC,IAAG,iCAAoCD,QAAQ,QACpD,cAAC,IAAG,CAACC,IAAG,iCAAoCD,QAAQ,QACpD,oBACE,GAAM,kBAAgB,kBAExB,gQAEA,cAAC,IAAG,CAACC,IAAG,uCAA0CD,QAAQ,QAC1D,oBACE,GAAM,aAAW,aAEnB,+PAGH,uLAEDH,EAAWK,gBAAiB,G,sECpE5B,+EAuCeC,IAnBHJ,IACX,MAAM,IAAEE,EAAG,MAAEG,EAAK,OAAEC,GAAWN,GACzB,QAAEO,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BV,IAAM,GAAEK,IAAUL,IAClBI,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAQ,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-business-metadata.e68dd841.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\nimport themen  from 'theme/styles/styled-colors';\nimport * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"business-metadata\"\n    }}>{`Business Metadata`}</h1>\n    <h2 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h2>\n    <p>{`Atlas typesystem allows users to define a model and create entities for the metadata objects they want to manage.\nTypically, the model captures technical attributes - like name, description, create time, number of replicas, etc.; and\nmetadata objects are created and updated by processes that monitor the real objects. It is often necessary to\naugment technical attributes with additional attributes to capture business details that can help organize, search and\nmanage metadata entities. For example, a steward from marketing department can define set of attributes for a campaign,\nand add these attributes to relevant metadata objects.`}</p>\n    <h2 {...{\n      \"id\": \"create-business-metadata\"\n    }}>{`Create Business Metadata`}</h2>\n    <p>{`Business Metadata is a type supported by Atlas typesystem - similar to entity, enum, struct, classification types. A\nbusiness metadata type can have attributes of primitive type - similar to a struct type. In addition, each business\nmetadata attribute can be associated with a number of entity-types, like hive_db/hive_table/hbase_table.`}</p>\n    <Img src={`/images/twiki/bm-create-01.png`} mdxType=\"Img\" />\n    <Img src={`/images/twiki/bm-create-02.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"add-business-attributes-on-entity-instances\"\n    }}>{`Add business attributes on entity instances`}</h2>\n    <p>{`Once a business metadata attribute is associated with an entity-type, Apache Atlas allows values to be assigned to\nentities - via UI and REST APIs.`}</p>\n    <Img src={`/images/twiki/bm-entity-association.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"search-for-entities-using-business-attributes\"\n    }}>{`Search for entities using business attributes`}</h2>\n    <p>{`Apache Atlas enables finding entities based on values assigned to business attributes - via UI and REST APIs.`}</p>\n    <Img src={`/images/twiki/bm-search-01.png`} mdxType=\"Img\" />\n    <Img src={`/images/twiki/bm-search-02.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"authorizations\"\n    }}>{`Authorizations`}</h2>\n    <p>{`Apache Atlas authorization has been updated to enable control on who can create business-metadata, and update business\nattributes on entities. Apache Ranger authorization plugin has been updated to support policies for the same.`}</p>\n    <Img src={`/images/twiki/bm-ranger-policies.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"rest-apis\"\n    }}>{`REST APIs`}</h2>\n    <p>{`Apache Atlas supports REST APIs to create and update business metadata, add/update business attributes on entities and\nfind entities based on business entity attributes. Please refer to REST API documentation for more details.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-business-metadata.e68dd841.js b/2.3.0/static/js/documents-business-metadata.e68dd841.js
new file mode 100644
index 0000000..1acdb9f
--- /dev/null
+++ b/2.3.0/static/js/documents-business-metadata.e68dd841.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"./src/documents/BusinessMetadata.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return o}));var s=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),n=a("./theme/components/shared/Img/index.js"),d=(a("./theme/styles/styled-colors.js"),["components"]),r={};function o(e){var t=e.components,a=Object(s.a)(e,d);return Object(i.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"business-metadata"},"Business Metadata"),Object(i.mdx)("h2",{id:"overview"},"Overview"),Object(i.mdx)("p",null,"Atlas typesystem allows users to define a model and create entities for the metadata objects they want to manage.\nTypically, the model captures technical attributes - like name, description, create time, number of replicas, etc.; and\nmetadata objects are created and updated by processes that monitor the real objects. It is often necessary to\naugment technical attributes with additional attributes to capture business details that can help organize, search and\nmanage metadata entities. For example, a steward from marketing department can define set of attributes for a campaign,\nand add these attributes to relevant metadata objects."),Object(i.mdx)("h2",{id:"create-business-metadata"},"Create Business Metadata"),Object(i.mdx)("p",null,"Business Metadata is a type supported by Atlas typesystem - similar to entity, enum, struct, classification types. A\nbusiness metadata type can have attributes of primitive type - similar to a struct type. In addition, each business\nmetadata attribute can be associated with a number of entity-types, like hive_db/hive_table/hbase_table."),Object(i.mdx)(n.a,{src:"/images/twiki/bm-create-01.png",mdxType:"Img"}),Object(i.mdx)(n.a,{src:"/images/twiki/bm-create-02.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"add-business-attributes-on-entity-instances"},"Add business attributes on entity instances"),Object(i.mdx)("p",null,"Once a business metadata attribute is associated with an entity-type, Apache Atlas allows values to be assigned to\nentities - via UI and REST APIs."),Object(i.mdx)(n.a,{src:"/images/twiki/bm-entity-association.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"search-for-entities-using-business-attributes"},"Search for entities using business attributes"),Object(i.mdx)("p",null,"Apache Atlas enables finding entities based on values assigned to business attributes - via UI and REST APIs."),Object(i.mdx)(n.a,{src:"/images/twiki/bm-search-01.png",mdxType:"Img"}),Object(i.mdx)(n.a,{src:"/images/twiki/bm-search-02.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"authorizations"},"Authorizations"),Object(i.mdx)("p",null,"Apache Atlas authorization has been updated to enable control on who can create business-metadata, and update business\nattributes on entities. Apache Ranger authorization plugin has been updated to support policies for the same."),Object(i.mdx)(n.a,{src:"/images/twiki/bm-ranger-policies.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"rest-apis"},"REST APIs"),Object(i.mdx)("p",null,"Apache Atlas supports REST APIs to create and update business metadata, add/update business attributes on entities and\nfind entities based on business entity attributes. Please refer to REST API documentation for more details."))}o&&o===Object(o)&&Object.isExtensible(o)&&Object.defineProperty(o,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/BusinessMetadata.md"}}),o.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var s=a("../node_modules/react/index.js"),i=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:n}=e,{baseUrl:d}=Object(i.useConfig)();return s.createElement("div",null,s.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${d}${t}`,height:""+(n||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var s=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");s.a.hljs.color="#37bb9b",t.a=s.a}}]);
+//# sourceMappingURL=documents-business-metadata.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-classification-propagation.a883372b.js b/2.3.0/static/js/documents-classification-propagation.a883372b.js
new file mode 100644
index 0000000..846621c
--- /dev/null
+++ b/2.3.0/static/js/documents-classification-propagation.a883372b.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{"./src/documents/ClassificationPropagation.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return c}));var i=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),n=t("./theme/components/shared/Img/index.js"),o=["components"],l={};function c(e){var a=e.components,t=Object(i.a)(e,o);return Object(s.mdx)("wrapper",Object.assign({},l,t,{components:a,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"classification-propagation"},"Classification Propagation"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Classification propagation enables classifications associated to an entity to be automatically associated with other related entities of the entity. This is very useful in dealing with scenarios where a dataset derives it data from other datasets - like a table loaded with data in a file, a report generated from a table/view, etc."),Object(s.mdx)("li",{parentName:"ul"},"For example, when a table is classified as ",Object(s.mdx)("em",{parentName:"li"},"PII"),", tables or views that derive data from this table (via CTAS or \u2018create view\u2019 operation) will be automatically classified as ",Object(s.mdx)("em",{parentName:"li"},"PII"),".")),Object(s.mdx)("h2",{id:"use-cases"},"Use Cases"),Object(s.mdx)("p",null,"Consider the following lineage where data from a 'hdfs_path' entity is loaded into a table, which is further made available through views. We will go through various scenarios to understand the classification propagation feature."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-1.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"add-classification-to-an-entity"},"Add classification to an entity"),Object(s.mdx)("p",null,"When classification \u2018PII\u2019 is added to 'hdfs_path' entity, the classification is propagated to all impacted entities in the lineage path, including 'employees' table, views 'us_employees' and 'uk_employees' - as shown below."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-2.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"update-classification-associated-with-an-entity"},"Update classification associated with an entity"),Object(s.mdx)("p",null,"Any updates to classifications associated with an entity will be seen in all entities the classification is propagated to as well."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-3.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"remove-classification-associated-with-an-entity"},"Remove classification associated with an entity"),Object(s.mdx)("p",null,"When a classification is deleted from an entity, the classification will be removed from all entities the classification is propagated to as well."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-4.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"add-lineage-between-entities"},"Add lineage between entities"),Object(s.mdx)("p",null,"When lineage is added between entities, for example to capture loading of data in a file to a table, the classifications associated with the source entity are propagated to all impacted entities as well.\nFor example, when a view is created from a table, classifications associated with the table are propagated to the newly created view as well."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-5.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"delete-an-entity"},"Delete an entity"),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Case 1:"),"\nWhen an entity is deleted, classifications associated with this entity will be removed from all entities the classifications are propagated to.\nFor example. when ",Object(s.mdx)("em",{parentName:"p"},"employees")," table is deleted, classifications associated with this table are removed from 'employees_view' view."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-6.png",mdxType:"Img"}),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Case 2:"),"\nWhen an entity is deleted in the middle of a lineage path, the propagation link is broken and previously propagated classifications will be removed from all derived entities of the deleted entity.\nFor example. when 'us_employees' table is deleted, classifications propagating through this table (",Object(s.mdx)("strong",{parentName:"p"},"PII"),") are removed from 'ca_employees' table, since the only path of propagation is broken by entity deletion."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-entity-delete-1.png",mdxType:"Img"}),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-entity-delete-2.png",mdxType:"Img"}),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Case 3:"),"\nWhen an entity is deleted in the middle of a lineage path and if there exists alternate path for propagation, previously propagated classifications will be retained.\nFor example. when 'us_employees' table is deleted, classifications  propagating (",Object(s.mdx)("strong",{parentName:"p"},"PII"),") through this table are retained in 'ca_employees' table, since there are two propagation paths available and only one of them is broken by entity deletion."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-entity-delete-3.png",mdxType:"Img"}),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-entity-delete-4.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"control-propagation"},"Control Propagation"),Object(s.mdx)("p",null,"Apache Atlas provides few options to control whether/where a classification is propagated.\nThis section details available options."),Object(s.mdx)("h2",{id:"propagate-flag-in-classification"},"Propagate flag in classification"),Object(s.mdx)("p",null,"Each association of classification to an entity has a boolean flag that controls whether the classification is propagated or not.\nWhen a classification is associated with an entity, this flag is set to \u2018true\u2019 i.e. the classification will be propagated to all impacted entities. This flag can be updated to desired value during initial association or later."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-7.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"propagate-flag-in-lineage-edge"},"Propagate flag in lineage edge"),Object(s.mdx)("p",null,"Apache Atlas supports a flag at lineage edge to enable/disable propagation of classifications through the edge. By default, the propagation is enabled for lineage edges.\nWhen the flag is turned off, no classification will be propagated through this edge; and propagation of currently propagated classifications through the edge will be reevaluated, so that they can be removed from impacted entities.\nWhen the flag is turned on, propagation of classifications of the source entity will be reevaluated, so that they can be propagated to all impacted entities."),Object(s.mdx)("h2",{id:"block-propagation-of-specific-classifications-in-lineage-edge"},"Block propagation of specific classifications in lineage edge"),Object(s.mdx)("p",null,"Apache Atlas supports blocking propagation of specific classifications in at lineage edges.\nThis can be useful, for example, to handle scenarios like: a column classified as PII is masked when creating a view; in such scenario, if corresponding column in the created view might not have PII, hence the propagation of PII classification should be blocked.\nThis can be done by updating the lineage edge to add the PII classification in ",Object(s.mdx)("em",{parentName:"p"},"\u2018blocked propagated classifications\u2019")," list.\nClassifications in blocked propagated classifications will not be propagated in the derivative/downstream entities."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-8.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"notifications-and-audit"},"Notifications and Audit"),Object(s.mdx)("p",null,"When propagated classifications are added/update/deleted, Apache Atlas sends notifications to 'ATLAS_ENTITIES' topic for each entity affected by the propagation."),Object(s.mdx)("h2",{id:"glossary"},"Glossary"),Object(s.mdx)("p",null,"When a classification is associated with a glossary term, the classification is automatically propagated to all entities associated with the term."))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/ClassificationPropagation.md"}}),c.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,a,t){"use strict";var i=t("../node_modules/react/index.js"),s=t("./docz-lib/docz/dist/index.js");a.a=e=>{const{src:a,width:t,height:n}=e,{baseUrl:o}=Object(s.useConfig)();return i.createElement("div",null,i.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${o}${a}`,height:""+(n||"auto"),width:""+(t||"100%")}))}}}]);
+//# sourceMappingURL=documents-classification-propagation.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-classification-propagation.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-classification-propagation.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..ca9ee44
--- /dev/null
+++ b/2.3.0/static/js/documents-classification-propagation.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/ClassificationPropagation.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","src","isMDXComponent","Img","width","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow"],"mappings":"+bASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,8BAA4B,8BAEpC,wBACE,oBAAIC,WAAW,MAAI,gVACnB,oBAAIA,WAAW,MAAI,8CAAgD,oBAAIA,WAAW,MAAI,OAAa,0IAAiI,oBAAIA,WAAW,MAAI,OAAa,MAEtQ,oBACE,GAAM,aAAW,aAEnB,gQACA,cAAC,IAAG,CAACC,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,mCAAiC,mCAEzC,oQACA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,mDAAiD,mDAEzD,6JACA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,mDAAiD,mDAEzD,6KACA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,gCAA8B,gCAEtC,qXAEA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,oBAAkB,oBAE1B,uBAAG,wBAAQC,WAAW,KAAG,WAAqB,wKAE9B,oBAAIA,WAAW,KAAG,aAAmB,yGACrD,cAAC,IAAG,CAACC,IAAG,iDAAoDF,QAAQ,QACpE,uBAAG,wBAAQC,WAAW,KAAG,WAAqB,8SAEmD,wBAAQA,WAAW,KAAG,OAAiB,6GACxI,cAAC,IAAG,CAACC,IAAG,+DAAkEF,QAAQ,QAClF,cAAC,IAAG,CAACE,IAAG,+DAAkEF,QAAQ,QAClF,uBAAG,wBAAQC,WAAW,KAAG,WAAqB,6PAEiC,wBAAQA,WAAW,KAAG,OAAiB,iKACtH,cAAC,IAAG,CAACC,IAAG,+DAAkEF,QAAQ,QAClF,cAAC,IAAG,CAACE,IAAG,+DAAkEF,QAAQ,QAClF,oBACE,GAAM,uBAAqB,uBAE7B,8JAEA,oBACE,GAAM,oCAAkC,oCAE1C,0YAEA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,kCAAgC,kCAExC,2kBAGA,oBACE,GAAM,iEAA+D,iEAEvE,8cAE6E,oBAAIC,WAAW,KAAG,kDAA8C,+HAE7I,cAAC,IAAG,CAACC,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,2BAAyB,2BAEjC,4LACA,oBACE,GAAM,YAAU,YAElB,8KAEH,gMAEDH,EAAWM,gBAAiB,G,sECzG5B,+EAuCeC,IAnBHL,IACX,MAAM,IAAEG,EAAG,MAAEG,EAAK,OAAEC,GAAWP,GACzB,QAAEQ,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BV,IAAM,GAAEK,IAAUL,IAClBI,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS","file":"static/js/documents-classification-propagation.a883372b.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"classification-propagation\"\n    }}>{`Classification Propagation`}</h1>\n    <ul>\n      <li parentName=\"ul\">{`Classification propagation enables classifications associated to an entity to be automatically associated with other related entities of the entity. This is very useful in dealing with scenarios where a dataset derives it data from other datasets - like a table loaded with data in a file, a report generated from a table/view, etc.`}</li>\n      <li parentName=\"ul\">{`For example, when a table is classified as `}<em parentName=\"li\">{`PII`}</em>{`, tables or views that derive data from this table (via CTAS or ‘create view’ operation) will be automatically classified as `}<em parentName=\"li\">{`PII`}</em>{`.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"use-cases\"\n    }}>{`Use Cases`}</h2>\n    <p>{`Consider the following lineage where data from a 'hdfs_path' entity is loaded into a table, which is further made available through views. We will go through various scenarios to understand the classification propagation feature.`}</p>\n    <Img src={`/images/twiki/classification-propagation-1.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"add-classification-to-an-entity\"\n    }}>{`Add classification to an entity`}</h2>\n    <p>{`When classification ‘PII’ is added to 'hdfs_path' entity, the classification is propagated to all impacted entities in the lineage path, including 'employees' table, views 'us_employees' and 'uk_employees' - as shown below.`}</p>\n    <Img src={`/images/twiki/classification-propagation-2.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"update-classification-associated-with-an-entity\"\n    }}>{`Update classification associated with an entity`}</h2>\n    <p>{`Any updates to classifications associated with an entity will be seen in all entities the classification is propagated to as well.`}</p>\n    <Img src={`/images/twiki/classification-propagation-3.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"remove-classification-associated-with-an-entity\"\n    }}>{`Remove classification associated with an entity`}</h2>\n    <p>{`When a classification is deleted from an entity, the classification will be removed from all entities the classification is propagated to as well.`}</p>\n    <Img src={`/images/twiki/classification-propagation-4.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"add-lineage-between-entities\"\n    }}>{`Add lineage between entities`}</h2>\n    <p>{`When lineage is added between entities, for example to capture loading of data in a file to a table, the classifications associated with the source entity are propagated to all impacted entities as well.\nFor example, when a view is created from a table, classifications associated with the table are propagated to the newly created view as well.`}</p>\n    <Img src={`/images/twiki/classification-propagation-5.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"delete-an-entity\"\n    }}>{`Delete an entity`}</h2>\n    <p><strong parentName=\"p\">{`Case 1:`}</strong>{`\nWhen an entity is deleted, classifications associated with this entity will be removed from all entities the classifications are propagated to.\nFor example. when `}<em parentName=\"p\">{`employees`}</em>{` table is deleted, classifications associated with this table are removed from 'employees_view' view.`}</p>\n    <Img src={`/images/twiki/classification-propagation-6.png`} mdxType=\"Img\" />\n    <p><strong parentName=\"p\">{`Case 2:`}</strong>{`\nWhen an entity is deleted in the middle of a lineage path, the propagation link is broken and previously propagated classifications will be removed from all derived entities of the deleted entity.\nFor example. when 'us_employees' table is deleted, classifications propagating through this table (`}<strong parentName=\"p\">{`PII`}</strong>{`) are removed from 'ca_employees' table, since the only path of propagation is broken by entity deletion.`}</p>\n    <Img src={`/images/twiki/classification-propagation-entity-delete-1.png`} mdxType=\"Img\" />\n    <Img src={`/images/twiki/classification-propagation-entity-delete-2.png`} mdxType=\"Img\" />\n    <p><strong parentName=\"p\">{`Case 3:`}</strong>{`\nWhen an entity is deleted in the middle of a lineage path and if there exists alternate path for propagation, previously propagated classifications will be retained.\nFor example. when 'us_employees' table is deleted, classifications  propagating (`}<strong parentName=\"p\">{`PII`}</strong>{`) through this table are retained in 'ca_employees' table, since there are two propagation paths available and only one of them is broken by entity deletion.`}</p>\n    <Img src={`/images/twiki/classification-propagation-entity-delete-3.png`} mdxType=\"Img\" />\n    <Img src={`/images/twiki/classification-propagation-entity-delete-4.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"control-propagation\"\n    }}>{`Control Propagation`}</h2>\n    <p>{`Apache Atlas provides few options to control whether/where a classification is propagated.\nThis section details available options.`}</p>\n    <h2 {...{\n      \"id\": \"propagate-flag-in-classification\"\n    }}>{`Propagate flag in classification`}</h2>\n    <p>{`Each association of classification to an entity has a boolean flag that controls whether the classification is propagated or not.\nWhen a classification is associated with an entity, this flag is set to ‘true’ i.e. the classification will be propagated to all impacted entities. This flag can be updated to desired value during initial association or later.`}</p>\n    <Img src={`/images/twiki/classification-propagation-7.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"propagate-flag-in-lineage-edge\"\n    }}>{`Propagate flag in lineage edge`}</h2>\n    <p>{`Apache Atlas supports a flag at lineage edge to enable/disable propagation of classifications through the edge. By default, the propagation is enabled for lineage edges.\nWhen the flag is turned off, no classification will be propagated through this edge; and propagation of currently propagated classifications through the edge will be reevaluated, so that they can be removed from impacted entities.\nWhen the flag is turned on, propagation of classifications of the source entity will be reevaluated, so that they can be propagated to all impacted entities.`}</p>\n    <h2 {...{\n      \"id\": \"block-propagation-of-specific-classifications-in-lineage-edge\"\n    }}>{`Block propagation of specific classifications in lineage edge`}</h2>\n    <p>{`Apache Atlas supports blocking propagation of specific classifications in at lineage edges.\nThis can be useful, for example, to handle scenarios like: a column classified as PII is masked when creating a view; in such scenario, if corresponding column in the created view might not have PII, hence the propagation of PII classification should be blocked.\nThis can be done by updating the lineage edge to add the PII classification in `}<em parentName=\"p\">{`‘blocked propagated classifications’`}</em>{` list.\nClassifications in blocked propagated classifications will not be propagated in the derivative/downstream entities.`}</p>\n    <Img src={`/images/twiki/classification-propagation-8.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"notifications-and-audit\"\n    }}>{`Notifications and Audit`}</h2>\n    <p>{`When propagated classifications are added/update/deleted, Apache Atlas sends notifications to 'ATLAS_ENTITIES' topic for each entity affected by the propagation.`}</p>\n    <h2 {...{\n      \"id\": \"glossary\"\n    }}>{`Glossary`}</h2>\n    <p>{`When a classification is associated with a glossary term, the classification is automatically propagated to all entities associated with the term.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-downloads-downloads.7bbca797.js b/2.3.0/static/js/documents-downloads-downloads.7bbca797.js
new file mode 100644
index 0000000..976d3c0
--- /dev/null
+++ b/2.3.0/static/js/documents-downloads-downloads.7bbca797.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"./src/documents/Downloads/Downloads.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var r=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),s=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),c=["components"],l={};function d(e){var t=e.components,a=Object(r.a)(e,c);return Object(n.mdx)("wrapper",Object.assign({},l,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"downloads"},"Downloads"),Object(n.mdx)("p",null,"Apache Atlas release artifacts are distributed via mirror sites and should be checked for tampering using GPG or SHA-256."),Object(n.mdx)("p",null,"The table below lists release artifacts and their associated signatures and hashes. The keys used to sign the release\nartifacts can be found in our published ",Object(n.mdx)("a",{parentName:"p",href:"https://www.apache.org/dist/atlas/KEYS"},"KEYS file"),"."),Object(n.mdx)("table",null,Object(n.mdx)("thead",{parentName:"table"},Object(n.mdx)("tr",{parentName:"thead"},Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"Version")),Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"Release Date")),Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"Tarball")),Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"GPG")),Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"Hash")))),Object(n.mdx)("tbody",{parentName:"table"},Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"2.3.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2022-12-06"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://www.apache.org/dyn/closer.cgi/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"2.2.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2021-08-17"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"2.1.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2020-07-15"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.4"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2019-06-21"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"1.2.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2019-06-07"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"2.0.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2019-05-13"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.3"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2018-10-31"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"1.1.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2018-09-14"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"1.0.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2018-06-02"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.2"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2018-02-05"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.1"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2017-08-29"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.0-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2017-06-26"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.7.1-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2017-01-28"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.mds"},"checksum"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.7.0-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2016-07-09"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.6.0-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2015-12-31"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.sha"},"SHA"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.5.0-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2015-07-10"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.sha"},"SHA"))))),Object(n.mdx)("h2",{id:"verify-the-integrity-of-the-files"},"Verify the integrity of the files"),Object(n.mdx)("p",null,"It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash\n(.md5 or .sha* file). Please read ",Object(n.mdx)("a",{parentName:"p",href:"https://www.apache.org/info/verification.html"},"Verifying Apache Software Foundation Releases"),"\nfor more information on why you should verify our releases."),Object(n.mdx)("p",null,"The PGP signature can be verified using PGP or GPG, with the following steps:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Download the release artifact from the link in the table above"),Object(n.mdx)("li",{parentName:"ul"},"Download the signature file for the release from the link in the table above"),Object(n.mdx)("li",{parentName:"ul"},"Download ",Object(n.mdx)("a",{parentName:"li",href:"https://www.apache.org/dist/atlas/KEYS"},"Apache Atlas KEYS file")),Object(n.mdx)("li",{parentName:"ul"},"Verify the signatures using one of the following:")),Object(n.mdx)(s.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},"gpg --import KEYS\ngpg --verify downloaded_file.asc downloaded_file"),Object(n.mdx)("p",null,"or"),Object(n.mdx)(s.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},"pgpk -a KEYS\npgpv downloaded_file.asc"),Object(n.mdx)("p",null,"or"),Object(n.mdx)(s.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},"pgp -ka KEYS\npgp downloaded_file.asc"),Object(n.mdx)("h2",{id:"release-notes"},"Release Notes"),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../2.3.0/index"},"Atlas 2.3.0")," (Released on 2022/12/06)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"(new) Relationship search: API and UI to search relationships based on type and properties"),Object(n.mdx)("li",{parentName:"ul"},"Resiliency: improvements in handling of index update failures"),Object(n.mdx)("li",{parentName:"ul"},"Glossary: performance improvements in dealing with large glossaries and bulk creation of glossary terms"),Object(n.mdx)("li",{parentName:"ul"},"Observability: UI improvements to view metrics & stats, persistence of metrics to enable historic data"),Object(n.mdx)("li",{parentName:"ul"},"Lineage: performance improvements in lineage API and UI"),Object(n.mdx)("li",{parentName:"ul"},"Notification: updated notifications to include hook version and message source"),Object(n.mdx)("li",{parentName:"ul"},"Hive integration: multiple fixes and improvements in Hive hook and import-hive utility"),Object(n.mdx)("li",{parentName:"ul"},"Impala integration: performance improvements"),Object(n.mdx)("li",{parentName:"ul"},"Audits: support for authentication enabled Cassandra as audit store"),Object(n.mdx)("li",{parentName:"ul"},"Python: released Apache Atlas Python client 0.0.12"),Object(n.mdx)("li",{parentName:"ul"},"Dependencies Upgrade: JanusGraph, Elasticsearch, Kafka, Storm, TinkerPop, Gson, Spring Framework, Log4j"),Object(n.mdx)("li",{parentName:"ul"},"UI: fixes and improvements in multiple areas like search, lineage, business metadata"),Object(n.mdx)("li",{parentName:"ul"},"Docker image: improvements to Docker support"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.3.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.3.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../2.2.0/index"},"Atlas 2.2.0")," (Released on 2021/08/17)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"(new) Deferred Action: classification propagation will be handled as a background task (AtlasTask)"),Object(n.mdx)("li",{parentName:"ul"},"Re-indexing: added Re-indexing as part of JAVA_PATCH"),Object(n.mdx)("li",{parentName:"ul"},"Model Change: created JAVA_PATCH to add new super types to existing entities"),Object(n.mdx)("li",{parentName:"ul"},"Export Service: added support for Business Metadata in Atlas Export API"),Object(n.mdx)("li",{parentName:"ul"},"Admin/AtlasTask API: added HA support for admin/task API"),Object(n.mdx)("li",{parentName:"ul"},"Entity definition: provided option to add mandatory attribute to existing entity definition"),Object(n.mdx)("li",{parentName:"ul"},"DSL Search:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"added support for glossary terms and relationship"),Object(n.mdx)("li",{parentName:"ul"},"added support for null attribute values,"),Object(n.mdx)("li",{parentName:"ul"},"now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement"),Object(n.mdx)("li",{parentName:"ul"},"added support search by classification and its attribute"),Object(n.mdx)("li",{parentName:"ul"},"added caching mechanism for translated DSL queries"))),Object(n.mdx)("li",{parentName:"ul"},"Atlas Python Client: refactored and enhanced Atlas Python Client supporting Python 2.7"),Object(n.mdx)("li",{parentName:"ul"},"Search: updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination"),Object(n.mdx)("li",{parentName:"ul"},"Bulk Glossary Import: improved and enhanced Bulk Glossary Import supporting import with relations"),Object(n.mdx)("li",{parentName:"ul"},"Performance: improved performance of GraphHelper's guid and status getter methods"),Object(n.mdx)("li",{parentName:"ul"},'Authorization: enhanced Atlas authorization for Add/Update/Remove classification on entities, "admin-audits" for Atlas Admin Audits authorization'),Object(n.mdx)("li",{parentName:"ul"},"Notification: improved NotificationHookConsumer for Large Message Processing"),Object(n.mdx)("li",{parentName:"ul"},"Export/Import Service: enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms"),Object(n.mdx)("li",{parentName:"ul"},"Hive Hook: added support HiveServer2 Hook to send Lineage-only Messages"),Object(n.mdx)("li",{parentName:"ul"},"Apache Flink: introduced model to capture Apache Flink entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"GCP: introduced model to capture GCP entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"ADLS-Gen2: updated model for Azure Data Lake Storage Gen2 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"Dependencies Upgrade: JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka"),Object(n.mdx)("li",{parentName:"ul"},"UI: fixed Atlas Web UI to load faster in case of large number of classifications & entities"),Object(n.mdx)("li",{parentName:"ul"},"Docker image: improvements to Docker support"),Object(n.mdx)("li",{parentName:"ul"},"Various bug fixes and improvements"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.2.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../2.1.0/index"},"Atlas 2.1.0")," (Released on 2020/07/15)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Quick Search: provides a simpler search experience with type-ahead suggestions"),Object(n.mdx)("li",{parentName:"ul"},"Business Metadata: enables augmenting entity-types with additional attributes, search entities using these attributes"),Object(n.mdx)("li",{parentName:"ul"},"Labels: ability to add/remove labels on entities, and search entities using labels"),Object(n.mdx)("li",{parentName:"ul"},"Custom Attributes: ability to add entity instance specific custom attributes i.e. attributes not defined in entity-def or business metadata"),Object(n.mdx)("li",{parentName:"ul"},"Entity Purge: added REST APIs to purge deleted entities"),Object(n.mdx)("li",{parentName:"ul"},"Search: ability to find entities by more than one classification"),Object(n.mdx)("li",{parentName:"ul"},"Performance: improvements in lineage retrieval and classification-propagation"),Object(n.mdx)("li",{parentName:"ul"},"Notification: ability to process notifications from multiple Kafka topics"),Object(n.mdx)("li",{parentName:"ul"},"Hive Hook: tracks process-executions via hive_process_execution entities"),Object(n.mdx)("li",{parentName:"ul"},"Hive Hook: captures DDL operations via hive_db_ddl and hive_table_ddl entities"),Object(n.mdx)("li",{parentName:"ul"},"Notification: introduced shell entities to record references to non-existing entities in notifications"),Object(n.mdx)("li",{parentName:"ul"},"Spark: added model to capture Spark entities, processes and relationships"),Object(n.mdx)("li",{parentName:"ul"},"AWS S3: introduced updated model to capture AWS S3 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"ADLS-Gen2: introduced model to capture Azure Data Lake Storage Gen2 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"Dependencies: JanusGraph 0.5.1, Tinkerpop 3.4.6, Spring Framework 4.3.20"),Object(n.mdx)("li",{parentName:"ul"},"Authorization: updated to cover new features, like: business metadata, labels, purge"),Object(n.mdx)("li",{parentName:"ul"},"UI: multiple UI improvements, including a beta UI"),Object(n.mdx)("li",{parentName:"ul"},"Various Bug-fixes and optimizations"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.1.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.1.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../2.0.0/index"},"Atlas 2.0.0")," (Released on 2019/05/14)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Soft-reference attribute implementation."),Object(n.mdx)("li",{parentName:"ul"},"Unique-attributes constraints at graph store-level"),Object(n.mdx)("li",{parentName:"ul"},"Atlas Index Repair tool for Janusgraph"),Object(n.mdx)("li",{parentName:"ul"},"Relationship notifications when new relationships are created in atlas"),Object(n.mdx)("li",{parentName:"ul"},"Atlas Import Transform handler implementation"),Object(n.mdx)("li",{parentName:"ul"},"Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0"),Object(n.mdx)("li",{parentName:"ul"},"Updated JanusGraph version to 0.3.1"),Object(n.mdx)("li",{parentName:"ul"},"Updated authentication to support trusted proxy"),Object(n.mdx)("li",{parentName:"ul"},"Updated patch framework to persist typedef patches applied to atlas and handle data patches."),Object(n.mdx)("li",{parentName:"ul"},"Updated metrics module to collect notification metrics"),Object(n.mdx)("li",{parentName:"ul"},"Updated Atlas Export to support incremental export of metadata."),Object(n.mdx)("li",{parentName:"ul"},"Notification Processing Improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Notification processing to support batch-commits"),Object(n.mdx)("li",{parentName:"ul"},"New option in notification processing to ignore potentially incorrect hive_column_lineage"),Object(n.mdx)("li",{parentName:"ul"},"Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities"),Object(n.mdx)("li",{parentName:"ul"},"Improved batch processing in notification handler to avoid processing of an entity multiple times"),Object(n.mdx)("li",{parentName:"ul"},"Add option to ignore/prune metadata for temporary/staging hive tables"),Object(n.mdx)("li",{parentName:"ul"},"Avoid unnecessary lookup when creating new relationships"))),Object(n.mdx)("li",{parentName:"ul"},"UI Improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"UI: Display counts besides the Type and Classification dropdown list in basic search"),Object(n.mdx)("li",{parentName:"ul"},"UI: Display lineage information for process entities"),Object(n.mdx)("li",{parentName:"ul"},"UI: Display entity specific icon for the lineage graph"),Object(n.mdx)("li",{parentName:"ul"},"UI: Add relationships table inside relationships view in entity details page."),Object(n.mdx)("li",{parentName:"ul"},"UI: Add service-type dropdown in basic search to filter entitydef type."))),Object(n.mdx)("li",{parentName:"ul"},"Various Bug-fixes and optimizations"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC"},"List of JIRAs resolved in Apache Atlas 2.0.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../1.1.0/index"},"Atlas 1.1.0")," (Released on 2018/09/17)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Updated authorization model to support access control on relationship operations"),Object(n.mdx)("li",{parentName:"ul"},"Added support for AWS S3 datatypes, in Atlas server and Hive hook"),Object(n.mdx)("li",{parentName:"ul"},"Updated ",Object(n.mdx)("a",{parentName:"li",href:"https://janusgraph.org/"},"JanusGraph")," version from 0.2.0 to 0.3.0"),Object(n.mdx)("li",{parentName:"ul"},"Updated hooks to send Kafka notifications asynchronously"),Object(n.mdx)("li",{parentName:"ul"},"Enhanced classification-propagation with options to handle entity-deletes"),Object(n.mdx)("li",{parentName:"ul"},"BugFixes and Optimizations")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../1.0.0/index"},"Atlas 1.0.0")," (Released on 2018/06/02)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Core model enhancement to support Relationship as first-class construct"),Object(n.mdx)("li",{parentName:"ul"},"Support for JanusGraph graph database"),Object(n.mdx)("li",{parentName:"ul"},"New DSL implementation, using ANTLR instead of Scala"),Object(n.mdx)("li",{parentName:"ul"},"Removal of older type system implementation in atlas-typesystem library"),Object(n.mdx)("li",{parentName:"ul"},"Metadata security - fine-grained authorization"),Object(n.mdx)("li",{parentName:"ul"},"Notification enhancements to support V2 style data structures"),Object(n.mdx)("li",{parentName:"ul"},"Jackson library update from 1.9.13 to 2.9.2"),Object(n.mdx)("li",{parentName:"ul"},"Classification propagation via entity relationships"),Object(n.mdx)("li",{parentName:"ul"},"Glossary terms, categories"),Object(n.mdx)("li",{parentName:"ul"},"HBase Hook"),Object(n.mdx)("li",{parentName:"ul"},"UI updates to show entity relationships"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20Atlas%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%201.0.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 1.0.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.8.2/index"},"Atlas 0.8.2")," (Released on 2018/02/05)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Search improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Basic search enhancement to optionally exclude sub-type entities and sub-classification-types"),Object(n.mdx)("li",{parentName:"ul"},"Basic search to return classification attributes"),Object(n.mdx)("li",{parentName:"ul"},"Support for saving searches"),Object(n.mdx)("li",{parentName:"ul"},"UI support to reorder columns in search results page"))),Object(n.mdx)("li",{parentName:"ul"},"UI - updates for classification rendering \u2013 tree/flat view"),Object(n.mdx)("li",{parentName:"ul"},"UI \u2013 minification of js, css; cache busting for static content (css, js)"),Object(n.mdx)("li",{parentName:"ul"},"notification updates to handle large messages"),Object(n.mdx)("li",{parentName:"ul"},"fix type initialization issues in HA deployment"),Object(n.mdx)("li",{parentName:"ul"},"In HA, the passive node redirects the request with wrong URL encoding"),Object(n.mdx)("li",{parentName:"ul"},"tool kit to recover from lost/bad index data"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20Atlas%20AND%20fixVersion%20%3D%200.8.2%20ORDER%20BY%20key%20ASC"},"List of JIRAs resolved in Apache Atlas 0.8.2 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.8.1/index"},"Atlas 0.8.1")," (Released on 2017/08/29)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Basic-search improvement in use of index for attribute filtering"),Object(n.mdx)("li",{parentName:"ul"},"DSL query enhancement to support 'like' operator"),Object(n.mdx)("li",{parentName:"ul"},"REST API and UI enhancements to update classification attributes"),Object(n.mdx)("li",{parentName:"ul"},"Export/import support to copy data between Apache Atlas instances"),Object(n.mdx)("li",{parentName:"ul"},"Ability to delete a tag from UI (and API)"),Object(n.mdx)("li",{parentName:"ul"},"UI enhancements: lineage, attribute search filter, ability to search historical data"),Object(n.mdx)("li",{parentName:"ul"},"Knox SSO for Atlas REST APIs"),Object(n.mdx)("li",{parentName:"ul"},"Moved from use of Guice + Spring framework for dependency-injection to use only Spring framework")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.8.0-incubating/index"},"Atlas 0.8-incubating")," (Released on 2017/03/16)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"API revamp - new, structured REST API"),Object(n.mdx)("li",{parentName:"ul"},"Simplified search UI"),Object(n.mdx)("li",{parentName:"ul"},"UI to create/update entities - HDFS/HBase/Kafka"),Object(n.mdx)("li",{parentName:"ul"},"Performance and scalability improvements"),Object(n.mdx)("li",{parentName:"ul"},"Knox SSO for Atlas UI")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.7.1-incubating/index"},"Atlas 0.7.1-incubating")," (Released on 2017/01/29)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Performance and scalability improvements (ATLAS-1403, ATLAS-1404)"),Object(n.mdx)("li",{parentName:"ul"},"Bug fixes")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.7.0-incubating/index"},"Atlas 0.7-incubating")," (Released on 2016/07/09)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"High Availability (ATLAS-510)"),Object(n.mdx)("li",{parentName:"ul"},"Business Catalog / Taxonomy (ATLAS-491)"),Object(n.mdx)("li",{parentName:"ul"},"Improved Hive Integration (ATLAS-492)"),Object(n.mdx)("li",{parentName:"ul"},"Improved Sqoop Integration"),Object(n.mdx)("li",{parentName:"ul"},"Improved Falcon Integration"),Object(n.mdx)("li",{parentName:"ul"},"Improved Storm Integration"),Object(n.mdx)("li",{parentName:"ul"},"Improved Ambari Deployment & Management Support"),Object(n.mdx)("li",{parentName:"ul"},"Entity Versioning / Audit (ATLAS-493)"),Object(n.mdx)("li",{parentName:"ul"},"Performance Improvements"),Object(n.mdx)("li",{parentName:"ul"},"Authorization (ATLAS-497)"),Object(n.mdx)("li",{parentName:"ul"},"Atlas / Ranger Authorization Integration (ATLAS-495)"),Object(n.mdx)("li",{parentName:"ul"},"Standalone HBase Support (ATLAS-498)"),Object(n.mdx)("li",{parentName:"ul"},"Upgrade Support (ATLAS-631)")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.6.0-incubating/index"},"Atlas 0.6-incubating")," (Released on 2015/12/30)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Improved Hive Server 2 Integration"),Object(n.mdx)("li",{parentName:"ul"},"Sqoop Integration"),Object(n.mdx)("li",{parentName:"ul"},"Falcon Integration"),Object(n.mdx)("li",{parentName:"ul"},"Storm Integration"),Object(n.mdx)("li",{parentName:"ul"},"Various Bug Fixes"),Object(n.mdx)("li",{parentName:"ul"},"Atlas / Ranger Integration")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.5.0-incubating/index"},"Atlas 0.5-incubating")," (Released on 2015/07/09)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Hive Server 2 Integration"),Object(n.mdx)("li",{parentName:"ul"},"Basic Hive Lineage"),Object(n.mdx)("li",{parentName:"ul"},"Basic Ambari Integration"),Object(n.mdx)("li",{parentName:"ul"},"Kerberos Support"),Object(n.mdx)("li",{parentName:"ul"},"DSL for query of datastore"),Object(n.mdx)("li",{parentName:"ul"},"Basic Storage of Metadata"),Object(n.mdx)("li",{parentName:"ul"},"Support for BerkleyDB"),Object(n.mdx)("li",{parentName:"ul"},"Support for Titan 0.5"),Object(n.mdx)("li",{parentName:"ul"},"Support")))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Downloads/Downloads.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var r=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");r.a.hljs.color="#37bb9b",t.a=r.a}}]);
+//# sourceMappingURL=documents-downloads-downloads.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-downloads-downloads.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-downloads-downloads.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..337809b
--- /dev/null
+++ b/2.3.0/static/js/documents-downloads-downloads.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Downloads/Downloads.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-downloads-downloads.7bbca797.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"downloads\"\n    }}>{`Downloads`}</h1>\n    <p>{`Apache Atlas release artifacts are distributed via mirror sites and should be checked for tampering using GPG or SHA-256.`}</p>\n    <p>{`The table below lists release artifacts and their associated signatures and hashes. The keys used to sign the release\nartifacts can be found in our published `}<a parentName=\"p\" {...{\n        \"href\": \"https://www.apache.org/dist/atlas/KEYS\"\n      }}>{`KEYS file`}</a>{`.`}</p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Version`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Release Date`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Tarball`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`GPG`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Hash`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2.3.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2022-12-06`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://www.apache.org/dyn/closer.cgi/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2.2.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2021-08-17`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2.1.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2020-07-15`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.4`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2019-06-21`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`1.2.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2019-06-07`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2.0.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2019-05-13`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.3`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2018-10-31`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`1.1.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2018-09-14`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`1.0.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2018-06-02`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.2`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2018-02-05`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.1`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2017-08-29`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.0-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2017-06-26`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.7.1-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2017-01-28`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.mds\"\n            }}>{`checksum`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.7.0-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2016-07-09`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.6.0-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2015-12-31`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.sha\"\n            }}>{`SHA`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.5.0-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2015-07-10`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.sha\"\n            }}>{`SHA`}</a></td>\n        </tr>\n      </tbody>\n    </table>\n    <h2 {...{\n      \"id\": \"verify-the-integrity-of-the-files\"\n    }}>{`Verify the integrity of the files`}</h2>\n    <p>{`It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash\n(.md5 or .sha* file). Please read `}<a parentName=\"p\" {...{\n        \"href\": \"https://www.apache.org/info/verification.html\"\n      }}>{`Verifying Apache Software Foundation Releases`}</a>{`\nfor more information on why you should verify our releases.`}</p>\n    <p>{`The PGP signature can be verified using PGP or GPG, with the following steps:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Download the release artifact from the link in the table above`}</li>\n      <li parentName=\"ul\">{`Download the signature file for the release from the link in the table above`}</li>\n      <li parentName=\"ul\">{`Download `}<a parentName=\"li\" {...{\n          \"href\": \"https://www.apache.org/dist/atlas/KEYS\"\n        }}>{`Apache Atlas KEYS file`}</a></li>\n      <li parentName=\"ul\">{`Verify the signatures using one of the following:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`gpg --import KEYS\ngpg --verify downloaded_file.asc downloaded_file`}\n    </SyntaxHighlighter>\n    <p>{`or`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`pgpk -a KEYS\npgpv downloaded_file.asc`}\n    </SyntaxHighlighter>\n    <p>{`or`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`pgp -ka KEYS\npgp downloaded_file.asc`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"release-notes\"\n    }}>{`Release Notes`}</h2>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../2.3.0/index\"\n        }}>{`Atlas 2.3.0`}</a>{` (Released on 2022/12/06)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`(new) Relationship search: API and UI to search relationships based on type and properties`}</li>\n      <li parentName=\"ul\">{`Resiliency: improvements in handling of index update failures`}</li>\n      <li parentName=\"ul\">{`Glossary: performance improvements in dealing with large glossaries and bulk creation of glossary terms`}</li>\n      <li parentName=\"ul\">{`Observability: UI improvements to view metrics & stats, persistence of metrics to enable historic data`}</li>\n      <li parentName=\"ul\">{`Lineage: performance improvements in lineage API and UI`}</li>\n      <li parentName=\"ul\">{`Notification: updated notifications to include hook version and message source`}</li>\n      <li parentName=\"ul\">{`Hive integration: multiple fixes and improvements in Hive hook and import-hive utility`}</li>\n      <li parentName=\"ul\">{`Impala integration: performance improvements`}</li>\n      <li parentName=\"ul\">{`Audits: support for authentication enabled Cassandra as audit store`}</li>\n      <li parentName=\"ul\">{`Python: released Apache Atlas Python client 0.0.12`}</li>\n      <li parentName=\"ul\">{`Dependencies Upgrade: JanusGraph, Elasticsearch, Kafka, Storm, TinkerPop, Gson, Spring Framework, Log4j`}</li>\n      <li parentName=\"ul\">{`UI: fixes and improvements in multiple areas like search, lineage, business metadata`}</li>\n      <li parentName=\"ul\">{`Docker image: improvements to Docker support`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.3.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.3.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../2.2.0/index\"\n        }}>{`Atlas 2.2.0`}</a>{` (Released on 2021/08/17)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`(new) Deferred Action: classification propagation will be handled as a background task (AtlasTask)`}</li>\n      <li parentName=\"ul\">{`Re-indexing: added Re-indexing as part of JAVA_PATCH`}</li>\n      <li parentName=\"ul\">{`Model Change: created JAVA_PATCH to add new super types to existing entities`}</li>\n      <li parentName=\"ul\">{`Export Service: added support for Business Metadata in Atlas Export API`}</li>\n      <li parentName=\"ul\">{`Admin/AtlasTask API: added HA support for admin/task API`}</li>\n      <li parentName=\"ul\">{`Entity definition: provided option to add mandatory attribute to existing entity definition`}</li>\n      <li parentName=\"ul\">{`DSL Search:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`added support for glossary terms and relationship`}</li>\n          <li parentName=\"ul\">{`added support for null attribute values,`}</li>\n          <li parentName=\"ul\">{`now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement`}</li>\n          <li parentName=\"ul\">{`added support search by classification and its attribute`}</li>\n          <li parentName=\"ul\">{`added caching mechanism for translated DSL queries`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Atlas Python Client: refactored and enhanced Atlas Python Client supporting Python 2.7`}</li>\n      <li parentName=\"ul\">{`Search: updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination`}</li>\n      <li parentName=\"ul\">{`Bulk Glossary Import: improved and enhanced Bulk Glossary Import supporting import with relations`}</li>\n      <li parentName=\"ul\">{`Performance: improved performance of GraphHelper's guid and status getter methods`}</li>\n      <li parentName=\"ul\">{`Authorization: enhanced Atlas authorization for Add/Update/Remove classification on entities, \"admin-audits\" for Atlas Admin Audits authorization`}</li>\n      <li parentName=\"ul\">{`Notification: improved NotificationHookConsumer for Large Message Processing`}</li>\n      <li parentName=\"ul\">{`Export/Import Service: enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms`}</li>\n      <li parentName=\"ul\">{`Hive Hook: added support HiveServer2 Hook to send Lineage-only Messages`}</li>\n      <li parentName=\"ul\">{`Apache Flink: introduced model to capture Apache Flink entities and relationships`}</li>\n      <li parentName=\"ul\">{`GCP: introduced model to capture GCP entities and relationships`}</li>\n      <li parentName=\"ul\">{`ADLS-Gen2: updated model for Azure Data Lake Storage Gen2 entities and relationships`}</li>\n      <li parentName=\"ul\">{`Dependencies Upgrade: JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka`}</li>\n      <li parentName=\"ul\">{`UI: fixed Atlas Web UI to load faster in case of large number of classifications & entities`}</li>\n      <li parentName=\"ul\">{`Docker image: improvements to Docker support`}</li>\n      <li parentName=\"ul\">{`Various bug fixes and improvements`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.2.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../2.1.0/index\"\n        }}>{`Atlas 2.1.0`}</a>{` (Released on 2020/07/15)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Quick Search: provides a simpler search experience with type-ahead suggestions`}</li>\n      <li parentName=\"ul\">{`Business Metadata: enables augmenting entity-types with additional attributes, search entities using these attributes`}</li>\n      <li parentName=\"ul\">{`Labels: ability to add/remove labels on entities, and search entities using labels`}</li>\n      <li parentName=\"ul\">{`Custom Attributes: ability to add entity instance specific custom attributes i.e. attributes not defined in entity-def or business metadata`}</li>\n      <li parentName=\"ul\">{`Entity Purge: added REST APIs to purge deleted entities`}</li>\n      <li parentName=\"ul\">{`Search: ability to find entities by more than one classification`}</li>\n      <li parentName=\"ul\">{`Performance: improvements in lineage retrieval and classification-propagation`}</li>\n      <li parentName=\"ul\">{`Notification: ability to process notifications from multiple Kafka topics`}</li>\n      <li parentName=\"ul\">{`Hive Hook: tracks process-executions via hive_process_execution entities`}</li>\n      <li parentName=\"ul\">{`Hive Hook: captures DDL operations via hive_db_ddl and hive_table_ddl entities`}</li>\n      <li parentName=\"ul\">{`Notification: introduced shell entities to record references to non-existing entities in notifications`}</li>\n      <li parentName=\"ul\">{`Spark: added model to capture Spark entities, processes and relationships`}</li>\n      <li parentName=\"ul\">{`AWS S3: introduced updated model to capture AWS S3 entities and relationships`}</li>\n      <li parentName=\"ul\">{`ADLS-Gen2: introduced model to capture Azure Data Lake Storage Gen2 entities and relationships`}</li>\n      <li parentName=\"ul\">{`Dependencies: JanusGraph 0.5.1, Tinkerpop 3.4.6, Spring Framework 4.3.20`}</li>\n      <li parentName=\"ul\">{`Authorization: updated to cover new features, like: business metadata, labels, purge`}</li>\n      <li parentName=\"ul\">{`UI: multiple UI improvements, including a beta UI`}</li>\n      <li parentName=\"ul\">{`Various Bug-fixes and optimizations`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.1.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.1.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../2.0.0/index\"\n        }}>{`Atlas 2.0.0`}</a>{` (Released on 2019/05/14)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Soft-reference attribute implementation.`}</li>\n      <li parentName=\"ul\">{`Unique-attributes constraints at graph store-level`}</li>\n      <li parentName=\"ul\">{`Atlas Index Repair tool for Janusgraph`}</li>\n      <li parentName=\"ul\">{`Relationship notifications when new relationships are created in atlas`}</li>\n      <li parentName=\"ul\">{`Atlas Import Transform handler implementation`}</li>\n      <li parentName=\"ul\">{`Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0`}</li>\n      <li parentName=\"ul\">{`Updated JanusGraph version to 0.3.1`}</li>\n      <li parentName=\"ul\">{`Updated authentication to support trusted proxy`}</li>\n      <li parentName=\"ul\">{`Updated patch framework to persist typedef patches applied to atlas and handle data patches.`}</li>\n      <li parentName=\"ul\">{`Updated metrics module to collect notification metrics`}</li>\n      <li parentName=\"ul\">{`Updated Atlas Export to support incremental export of metadata.`}</li>\n      <li parentName=\"ul\">{`Notification Processing Improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Notification processing to support batch-commits`}</li>\n          <li parentName=\"ul\">{`New option in notification processing to ignore potentially incorrect hive_column_lineage`}</li>\n          <li parentName=\"ul\">{`Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities`}</li>\n          <li parentName=\"ul\">{`Improved batch processing in notification handler to avoid processing of an entity multiple times`}</li>\n          <li parentName=\"ul\">{`Add option to ignore/prune metadata for temporary/staging hive tables`}</li>\n          <li parentName=\"ul\">{`Avoid unnecessary lookup when creating new relationships`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`UI Improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`UI: Display counts besides the Type and Classification dropdown list in basic search`}</li>\n          <li parentName=\"ul\">{`UI: Display lineage information for process entities`}</li>\n          <li parentName=\"ul\">{`UI: Display entity specific icon for the lineage graph`}</li>\n          <li parentName=\"ul\">{`UI: Add relationships table inside relationships view in entity details page.`}</li>\n          <li parentName=\"ul\">{`UI: Add service-type dropdown in basic search to filter entitydef type.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Various Bug-fixes and optimizations`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.0.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../1.1.0/index\"\n        }}>{`Atlas 1.1.0`}</a>{` (Released on 2018/09/17)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Updated authorization model to support access control on relationship operations`}</li>\n      <li parentName=\"ul\">{`Added support for AWS S3 datatypes, in Atlas server and Hive hook`}</li>\n      <li parentName=\"ul\">{`Updated `}<a parentName=\"li\" {...{\n          \"href\": \"https://janusgraph.org/\"\n        }}>{`JanusGraph`}</a>{` version from 0.2.0 to 0.3.0`}</li>\n      <li parentName=\"ul\">{`Updated hooks to send Kafka notifications asynchronously`}</li>\n      <li parentName=\"ul\">{`Enhanced classification-propagation with options to handle entity-deletes`}</li>\n      <li parentName=\"ul\">{`BugFixes and Optimizations`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../1.0.0/index\"\n        }}>{`Atlas 1.0.0`}</a>{` (Released on 2018/06/02)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Core model enhancement to support Relationship as first-class construct`}</li>\n      <li parentName=\"ul\">{`Support for JanusGraph graph database`}</li>\n      <li parentName=\"ul\">{`New DSL implementation, using ANTLR instead of Scala`}</li>\n      <li parentName=\"ul\">{`Removal of older type system implementation in atlas-typesystem library`}</li>\n      <li parentName=\"ul\">{`Metadata security - fine-grained authorization`}</li>\n      <li parentName=\"ul\">{`Notification enhancements to support V2 style data structures`}</li>\n      <li parentName=\"ul\">{`Jackson library update from 1.9.13 to 2.9.2`}</li>\n      <li parentName=\"ul\">{`Classification propagation via entity relationships`}</li>\n      <li parentName=\"ul\">{`Glossary terms, categories`}</li>\n      <li parentName=\"ul\">{`HBase Hook`}</li>\n      <li parentName=\"ul\">{`UI updates to show entity relationships`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20Atlas%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%201.0.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 1.0.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.8.2/index\"\n        }}>{`Atlas 0.8.2`}</a>{` (Released on 2018/02/05)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Search improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Basic search enhancement to optionally exclude sub-type entities and sub-classification-types`}</li>\n          <li parentName=\"ul\">{`Basic search to return classification attributes`}</li>\n          <li parentName=\"ul\">{`Support for saving searches`}</li>\n          <li parentName=\"ul\">{`UI support to reorder columns in search results page`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`UI - updates for classification rendering – tree/flat view`}</li>\n      <li parentName=\"ul\">{`UI – minification of js, css; cache busting for static content (css, js)`}</li>\n      <li parentName=\"ul\">{`notification updates to handle large messages`}</li>\n      <li parentName=\"ul\">{`fix type initialization issues in HA deployment`}</li>\n      <li parentName=\"ul\">{`In HA, the passive node redirects the request with wrong URL encoding`}</li>\n      <li parentName=\"ul\">{`tool kit to recover from lost/bad index data`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20Atlas%20AND%20fixVersion%20%3D%200.8.2%20ORDER%20BY%20key%20ASC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 0.8.2 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.8.1/index\"\n        }}>{`Atlas 0.8.1`}</a>{` (Released on 2017/08/29)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Basic-search improvement in use of index for attribute filtering`}</li>\n      <li parentName=\"ul\">{`DSL query enhancement to support 'like' operator`}</li>\n      <li parentName=\"ul\">{`REST API and UI enhancements to update classification attributes`}</li>\n      <li parentName=\"ul\">{`Export/import support to copy data between Apache Atlas instances`}</li>\n      <li parentName=\"ul\">{`Ability to delete a tag from UI (and API)`}</li>\n      <li parentName=\"ul\">{`UI enhancements: lineage, attribute search filter, ability to search historical data`}</li>\n      <li parentName=\"ul\">{`Knox SSO for Atlas REST APIs`}</li>\n      <li parentName=\"ul\">{`Moved from use of Guice + Spring framework for dependency-injection to use only Spring framework`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.8.0-incubating/index\"\n        }}>{`Atlas 0.8-incubating`}</a>{` (Released on 2017/03/16)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`API revamp - new, structured REST API`}</li>\n      <li parentName=\"ul\">{`Simplified search UI`}</li>\n      <li parentName=\"ul\">{`UI to create/update entities - HDFS/HBase/Kafka`}</li>\n      <li parentName=\"ul\">{`Performance and scalability improvements`}</li>\n      <li parentName=\"ul\">{`Knox SSO for Atlas UI`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.7.1-incubating/index\"\n        }}>{`Atlas 0.7.1-incubating`}</a>{` (Released on 2017/01/29)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Performance and scalability improvements (ATLAS-1403, ATLAS-1404)`}</li>\n      <li parentName=\"ul\">{`Bug fixes`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.7.0-incubating/index\"\n        }}>{`Atlas 0.7-incubating`}</a>{` (Released on 2016/07/09)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`High Availability (ATLAS-510)`}</li>\n      <li parentName=\"ul\">{`Business Catalog / Taxonomy (ATLAS-491)`}</li>\n      <li parentName=\"ul\">{`Improved Hive Integration (ATLAS-492)`}</li>\n      <li parentName=\"ul\">{`Improved Sqoop Integration`}</li>\n      <li parentName=\"ul\">{`Improved Falcon Integration`}</li>\n      <li parentName=\"ul\">{`Improved Storm Integration`}</li>\n      <li parentName=\"ul\">{`Improved Ambari Deployment & Management Support`}</li>\n      <li parentName=\"ul\">{`Entity Versioning / Audit (ATLAS-493)`}</li>\n      <li parentName=\"ul\">{`Performance Improvements`}</li>\n      <li parentName=\"ul\">{`Authorization (ATLAS-497)`}</li>\n      <li parentName=\"ul\">{`Atlas / Ranger Authorization Integration (ATLAS-495)`}</li>\n      <li parentName=\"ul\">{`Standalone HBase Support (ATLAS-498)`}</li>\n      <li parentName=\"ul\">{`Upgrade Support (ATLAS-631)`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.6.0-incubating/index\"\n        }}>{`Atlas 0.6-incubating`}</a>{` (Released on 2015/12/30)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Improved Hive Server 2 Integration`}</li>\n      <li parentName=\"ul\">{`Sqoop Integration`}</li>\n      <li parentName=\"ul\">{`Falcon Integration`}</li>\n      <li parentName=\"ul\">{`Storm Integration`}</li>\n      <li parentName=\"ul\">{`Various Bug Fixes`}</li>\n      <li parentName=\"ul\">{`Atlas / Ranger Integration`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.5.0-incubating/index\"\n        }}>{`Atlas 0.5-incubating`}</a>{` (Released on 2015/07/09)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Hive Server 2 Integration`}</li>\n      <li parentName=\"ul\">{`Basic Hive Lineage`}</li>\n      <li parentName=\"ul\">{`Basic Ambari Integration`}</li>\n      <li parentName=\"ul\">{`Kerberos Support`}</li>\n      <li parentName=\"ul\">{`DSL for query of datastore`}</li>\n      <li parentName=\"ul\">{`Basic Storage of Metadata`}</li>\n      <li parentName=\"ul\">{`Support for BerkleyDB`}</li>\n      <li parentName=\"ul\">{`Support for Titan 0.5`}</li>\n      <li parentName=\"ul\">{`Support`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-glossary.7aac8d5a.js b/2.3.0/static/js/documents-glossary.7aac8d5a.js
new file mode 100644
index 0000000..ed1929b
--- /dev/null
+++ b/2.3.0/static/js/documents-glossary.7aac8d5a.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{"./src/documents/Glossary.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return m}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),s=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=a("./theme/components/shared/Img/index.js"),d=["components"],l={};function m(e){var t=e.components,a=Object(n.a)(e,d);return Object(r.mdx)("wrapper",Object.assign({},l,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"glossary"},"Glossary"),Object(r.mdx)("p",null,"A Glossary provides appropriate vocabularies for business users, and it allows the terms (words) to be related to each\nother and categorized so that they can be understood in different contexts. These terms can be then mapped to assets\nlike a Database, tables, columns etc. This helps abstract the technical jargon associated with the repositories and\nallows the user to discover/work with data in the vocabulary that is more familiar to them."),Object(r.mdx)("h3",{id:"use-cases"},"Use cases"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Ability to define rich glossary vocabularies using the natural terminology (technical terms and/or business terms)."),Object(r.mdx)("li",{parentName:"ul"},"Ability to semantically relate the term(s) to each other."),Object(r.mdx)("li",{parentName:"ul"},"Ability to map assets to glossary terms(s)."),Object(r.mdx)("li",{parentName:"ul"},"Ability to organize these terms by categories. This adds more context to the term(s)."),Object(r.mdx)("li",{parentName:"ul"},"Allow categories to be arranged in hierarchy - to express broader and finer scopes."),Object(r.mdx)("li",{parentName:"ul"},"Separate management of glossary term(s) from the metadata.")),Object(r.mdx)("h3",{id:"what-is-a-glossary-term-"},"What is a Glossary term ?"),Object(r.mdx)("p",null,'A term is a useful word for an enterprise. For the term(s) to be useful and meaningful, they need to grouped around their\nuse and context. A term in Apache Atlas must have a unique qualifiedName, there can be term(s) with same name, but they\ncannot belong to the same glossary. Term(s) with same name can exist only across different glossaries. A term name can\ncontain spaces, underscores and dashes (as natural ways of referring to words) but no "." or "@", as the qualifiedName\ntakes the following form ',Object(r.mdx)("inlineCode",{parentName:"p"},"term name"),"@",Object(r.mdx)("inlineCode",{parentName:"p"},"glossary qualified name"),". The fully qualified name makes it easier to work with\na specific term."),Object(r.mdx)("p",null,"A term can only belong to single glossary, and it's lifecycle is bound to the same i.e. if the Glossary is deleted then\nthe term gets deleted as well. A term can belong to zero or more categories, which allows scoping them into narrower or\nwider contexts. A term can be assigned/linked to zero or more entities in Apache Atlas. A term can be classified using\nclassifications (tags) and the same classification gets applied to the entities that the term is assigned to."),Object(r.mdx)("h3",{id:"what-is-a-glossary-category-"},"What is a Glossary category ?"),Object(r.mdx)("p",null,"A category is a way of organizing the term(s) so that the term's context can be enriched. A category may or may not have\ncontained hierarchies i.e. child category hierarchy. A category's qualifiedName is derived using its hierarchical location\nwithin the glossary e.g. ",Object(r.mdx)("inlineCode",{parentName:"p"},"Category name"),".",Object(r.mdx)("inlineCode",{parentName:"p"},"parent category qualifiedName"),". This qualified name gets updated when any\nhierarchical change happens, e.g. addition of a parent category, removal of parent category or change of parent category."),Object(r.mdx)("h3",{id:"ui-interactions"},"UI interactions"),Object(r.mdx)("p",null,"Apache Atlas UI has been updated to provide user-friendly interface to work with various aspects of glossary, including:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"create glossaries, terms and categories"),Object(r.mdx)("li",{parentName:"ul"},"create various relationships between terms - like synonyms, antonyms, seeAlso"),Object(r.mdx)("li",{parentName:"ul"},"organize categories in hierarchies"),Object(r.mdx)("li",{parentName:"ul"},"assign terms to entities"),Object(r.mdx)("li",{parentName:"ul"},"search for entities using associated terms")),Object(r.mdx)("p",null,"Most glossary related UI can be found under a new tab named GLOSSARY, which is present right next to existing\nfamiliar tabs SEARCH and CLASSIFICATION."),Object(r.mdx)("h4",{id:"glossary-tab"},Object(r.mdx)("strong",{parentName:"h4"},"Glossary tab")),Object(r.mdx)("p",null,"Apache Atlas UI provides two ways to work with a glossary - term view and category view."),Object(r.mdx)("p",null,"Term view allows a user to perform the following operations:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"create, update and delete terms"),Object(r.mdx)("li",{parentName:"ul"},"add, remove and update classifications associated with a term"),Object(r.mdx)("li",{parentName:"ul"},"add, remove and update categorization of a term"),Object(r.mdx)("li",{parentName:"ul"},"create various relationships between terms"),Object(r.mdx)("li",{parentName:"ul"},"view entities associated with a term")),Object(r.mdx)("p",null,"Category view allows a user to perform the following operations:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"create, update and delete categories and sub-categories"),Object(r.mdx)("li",{parentName:"ul"},"associate terms to categories")),Object(r.mdx)("p",null,"Users can switch between term view and category view using toggle provided in GLOSSARY tab."),Object(r.mdx)(o.a,{src:"/images/markdown/terms_view.png",width:"300px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/category_view_1.png",width:"300px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"term-context-menu"},"Term context menu"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Create a new term\nClicking on the ",Object(r.mdx)("strong",{parentName:"li"},"ellipsis (...)")," next to a glossary name shows a pop-over menu that allows users to create a term in\nthe glossary or delete the glossary - as shown below.")),Object(r.mdx)(o.a,{src:"/images/markdown/term_view_context.png",width:"360px",mdxType:"Img"}),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"To delete a term\nClicking on the ",Object(r.mdx)("strong",{parentName:"li"},"ellipsis (...)")," next to a term name shows a pop-over menu that allows users to delete the term - as\nshown below.")),Object(r.mdx)(o.a,{src:"/images/markdown/term_delete_context.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"term-detail-page"},"Term detail page"),Object(r.mdx)("p",null,"Various details of a term can be viewed by clicking on the term name in the glossary UI. Each tabs under the details\npage provides different details of the term."),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Entities tab shows the entities that are assigned to the selected term"),Object(r.mdx)("li",{parentName:"ul"},"Classifications tab shows the classification(s) associated with the selected term"),Object(r.mdx)("li",{parentName:"ul"},"Related terms tab shows the terms that are related to the selected term")),Object(r.mdx)(o.a,{src:"/images/markdown/term_details.png",mdxType:"Img"}),Object(r.mdx)("h5",{id:"add-classification-to-term"},"Add classification to Term"),Object(r.mdx)("p",null,"Clicking on ",Object(r.mdx)("strong",{parentName:"p"},"+")," next to classification label to add a classification to the term."),Object(r.mdx)(o.a,{src:"/images/markdown/term_add_classification_1.png",alt:"Add classification",width:"400px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/term_add_classification_2.png",alt:"Add classification - details",width:"400px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/term_with_classification.png",alt:"Classifications associated with term",width:"400px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"create-term-relationship-with-other-term"},"Create term relationship with other term"),Object(r.mdx)("p",null,'Click on "Related Terms" tab when viewing term details. Clicking on ',Object(r.mdx)("strong",{parentName:"p"},"+")," will allow linking a term with the current term."),Object(r.mdx)(o.a,{src:"/images/markdown/terms_related_terms.png",mdxType:"Img"}),Object(r.mdx)("h5",{id:"categorize-a-term"},"Categorize a term"),Object(r.mdx)("p",null,"Click on ",Object(r.mdx)("strong",{parentName:"p"},"+")," next to categories label to categorize a term. A modal dialog will be presented for choosing a category."),Object(r.mdx)(o.a,{src:"/images/markdown/term_add_category.png",width:"400px",mdxType:"Img"}),Object(r.mdx)("h4",{id:"category-view"},Object(r.mdx)("strong",{parentName:"h4"},"Category view")),Object(r.mdx)("p",null,"When the toggle switch is on category, the panel will list down all glossaries along-with the category hierarchy. Here's a list of possible\ninteractions under this view."),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Expanded view",Object(r.mdx)(o.a,{src:"/images/markdown/category_view_2.png",width:"300px",mdxType:"Img"}))),Object(r.mdx)("h5",{id:"category-context-menu"},"Category context menu"),Object(r.mdx)("p",null,"Clicking on ",Object(r.mdx)("strong",{parentName:"p"},"ellipsis (...)")," next to the category name will present a category context menu."),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"To create a new category")),Object(r.mdx)(o.a,{src:"/images/markdown/category_view_glossary_context.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"To create a sub-category or delete a category")),Object(r.mdx)(o.a,{src:"/images/markdown/category_view_category_context_1.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"category-detail-page"},"Category detail page"),Object(r.mdx)("p",null,"Once a category is selected, the details will be presented in the right pane."),Object(r.mdx)(o.a,{src:"/images/markdown/category_details_with_terms.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"categorize-term"},"Categorize term"),Object(r.mdx)("p",null,"Click on ",Object(r.mdx)("strong",{parentName:"p"},"+")," next to the terms label to link a term under selected category."),Object(r.mdx)(o.a,{src:"/images/markdown/category_add_term.png",width:"600px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/category_add_term_1.png",width:"400px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/category_add_term_2.png",width:"400px",mdxType:"Img"}),Object(r.mdx)("h4",{id:"term-assignment-flow"},Object(r.mdx)("strong",{parentName:"h4"},"Term assignment flow")),Object(r.mdx)("p",null,"Terms can be assigned to an entity either from the results page or entity details page."),Object(r.mdx)("h5",{id:"assign-term"},"Assign term"),Object(r.mdx)("p",null,"Click on ",Object(r.mdx)("strong",{parentName:"p"},"+"),' under "terms" column (if associating term from search page)'),Object(r.mdx)(o.a,{src:"/images/markdown/entity_search_add_term.png",mdxType:"Img"}),Object(r.mdx)("p",null,"Click on ",Object(r.mdx)("strong",{parentName:"p"},"+"),' next to "terms" label (if viewing a specific entity details)'),Object(r.mdx)(o.a,{src:"/images/markdown/entity_details_add_term.png",mdxType:"Img"}),Object(r.mdx)("p",null,"Both the actions will present the following modal, follow prompts on screen to complete term assignment."),Object(r.mdx)(o.a,{src:"/images/markdown/entity_add_term_modal.png",width:"400px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"propagated-classification"},"Propagated classification"),Object(r.mdx)("p",null,"If a term has classification then the entity is has been assigned inherits the same."),Object(r.mdx)(o.a,{src:"/images/markdown/term_details_with_classification.png",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/entity_assigned_term_with_tag.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("h4",{id:"search-using-a-term"},Object(r.mdx)("strong",{parentName:"h4"},"Search using a term")),Object(r.mdx)("p",null,"Apache Atlas basic-search API and UI have been updated to support term as a search criteria. This allows users to find\nentities associated with a given term. Basic search UI now includes a new input drop-down for term based searches."),Object(r.mdx)(o.a,{src:"/images/markdown/term_search.png",width:"300px",mdxType:"Img"}),Object(r.mdx)("hr",null),Object(r.mdx)("h4",{id:"summary-of-rest-interactions"},"Summary of REST interactions"),Object(r.mdx)("p",null,"Following operations are supported by Atlas, the details of REST interface can be found ",Object(r.mdx)("a",{parentName:"p",href:"api/v2/index.html"},"here")),Object(r.mdx)("h5",{id:"json-structure"},"JSON structure"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Glossary")),Object(r.mdx)(s.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n\t"guid": "2f341934-f18c-48b3-aa12-eaa0a2bfce85",\n\t"qualifiedName": "SampleBank",\n\t"displayName": "Banking",\n\t"shortDescription": "Glossary of bank",\n\t"longDescription": "Glossary of bank - long description",\n\t"language": "English",\n\t"usage": "N/A",\n\t"terms": [\n\t{\n\t\t"termGuid": "502d34f1-b85f-4ad9-9d9f-fe7020ff0acb",\n\t\t"relationGuid": "6bb803e4-3af6-4924-aad6-6ad9f95ecd14",\n\t\t"displayText": "A savings account"\n\t}, {\n\t\t"termGuid": "e441a540-ee55-4fc8-8eaf-4b9943d8929c",\n\t\t"relationGuid": "dbc46795-76ff-4f68-9043-be0eff0bc0f3",\n\t\t"displayText": "15-30 yr mortgage"\n\t}, {\n\t\t"termGuid": "998e3692-51a8-47fe-b3a0-0d9f794437eb",\n\t\t"relationGuid": "0dcd31b9-a81c-4185-ad4b-9209a97c305b",\n\t\t"displayText": "A checking account"\n\t}, {\n\t\t"termGuid": "c4e2b956-2589-4648-8596-240d3bea5e44",\n\t\t"relationGuid": "e71c4a5d-694b-47a5-a41e-126ade857279",\n\t\t"displayText": "ARM loans"\n\t}],\n\t"categories": [{\n\t\t"categoryGuid": "dd94859e-7453-4bc9-b634-a17fc14590f8",\n\t\t"parentCategoryGuid": "e6a3df1f-5670-4f9e-84da-91f77d008ce3",\n\t\t"relationGuid": "a0b7da02-1ccd-4415-bc54-3d0cdb8857e7",\n\t\t"displayText": "Accounts"\n\t}, {\n\t\t"categoryGuid": "e6a3df1f-5670-4f9e-84da-91f77d008ce3",\n\t\t"relationGuid": "0e84a358-a4aa-4bd3-b806-497a6962ae1d",\n\t\t"displayText": "Customer"\n\t}, {\n\t\t"categoryGuid": "7f041401-de8c-443f-a3b7-7bf5a910ff6f",\n\t\t"parentCategoryGuid": "e6a3df1f-5670-4f9e-84da-91f77d008ce3",\n\t\t"relationGuid": "7757b031-4e25-43a8-bf77-946f7f06c67a",\n\t\t"displayText": "Loans"\n\t}]\n}'),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Term")),Object(r.mdx)(s.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n\t"guid": "e441a540-ee55-4fc8-8eaf-4b9943d8929c",\n\t"qualifiedName": "fixed_mtg@SampleBank",\n\t"displayName": "15-30 yr mortgage",\n\t"shortDescription": "Short description",\n\t"longDescription": "Long description",\n\t"examples": ["N/A"],\n\t"abbreviation": "FMTG",\n\t"anchor": {\n\t\t"glossaryGuid": "2f341934-f18c-48b3-aa12-eaa0a2bfce85",\n\t\t"relationGuid": "dbc46795-76ff-4f68-9043-be0eff0bc0f3"\n\t},\n\t"categories": [{\n\t\t"categoryGuid": "7f041401-de8c-443f-a3b7-7bf5a910ff6f",\n\t\t"relationGuid": "b4cddd33-7b0c-41e2-9324-afe549ec6ada",\n\t\t"displayText": "Loans"\n\t}],\n    "seeAlso"           : [],\n    "synonyms"          : [],\n    "antonyms"          : [],\n    "replacedBy"        : [],\n    "replacementTerms"  : [],\n    "translationTerms"  : [],\n    "translatedTerms"   : [],\n    "isA"               : [],\n    "classifies"        : [],\n    "preferredTerms"    : [],\n    "preferredToTerms": [ {\n                           "termGuid"   : "c4e2b956-2589-4648-8596-240d3bea5e44",\n                           "displayText": "ARM Loans"\n                         }]\n}'),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Category")),Object(r.mdx)(s.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n\t"guid": "7f041401-de8c-443f-a3b7-7bf5a910ff6f",\n\t"qualifiedName": "Loans.Customer@HortoniaBank",\n\t"displayName": "Loans",\n\t"shortDescription": "Loan categorization",\n\t"anchor": {\n\t\t"glossaryGuid": "2f341934-f18c-48b3-aa12-eaa0a2bfce85",\n\t\t"relationGuid": "7757b031-4e25-43a8-bf77-946f7f06c67a"\n\t},\n\t"parentCategory": {\n\t\t"categoryGuid": "e6a3df1f-5670-4f9e-84da-91f77d008ce3",\n\t\t"relationGuid": "8a0a8e11-0bb5-483b-b7d6-cfe0b1d55ef6"\n\t},\n\t"childrenCategories" : [],\n\t"terms": [{\n\t\t"termGuid": "e441a540-ee55-4fc8-8eaf-4b9943d8929c",\n\t\t"relationGuid": "b4cddd33-7b0c-41e2-9324-afe549ec6ada",\n\t\t"displayText": "15-30 yr mortgage"\n\t}, {\n\t\t"termGuid": "c4e2b956-2589-4648-8596-240d3bea5e44",\n\t\t"relationGuid": "8db1e784-4f04-4eda-9a58-6c9535a95451",\n\t\t"displayText": "ARM loans"\n\t}]\n}'),Object(r.mdx)("h5",{id:"create-operations"},"CREATE operations"),Object(r.mdx)("ol",null,Object(r.mdx)("li",{parentName:"ol"},"Create a glossary"),Object(r.mdx)("li",{parentName:"ol"},"Create a term"),Object(r.mdx)("li",{parentName:"ol"},"Create a categorized term"),Object(r.mdx)("li",{parentName:"ol"},"Create term with relations"),Object(r.mdx)("li",{parentName:"ol"},"Create a category"),Object(r.mdx)("li",{parentName:"ol"},"Create a category with hierarchy"),Object(r.mdx)("li",{parentName:"ol"},"Create category and categorize term(s)"),Object(r.mdx)("li",{parentName:"ol"},"Assign term to entities")),Object(r.mdx)("p",null,Object(r.mdx)("strong",{parentName:"p"},"NOTE:")),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"During create operations glossary, term and category get an auto assigned GUID and qualifiedName."),Object(r.mdx)("li",{parentName:"ul"},"To create a category with children, the children MUST be created beforehand."),Object(r.mdx)("li",{parentName:"ul"},"To create a term belonging to a category, the category MUST be created beforehand."),Object(r.mdx)("li",{parentName:"ul"},"To create term with relations, related term(s) MUST be created beforehand.")),Object(r.mdx)("hr",null),Object(r.mdx)("h5",{id:"read-operations"},"READ operations"),Object(r.mdx)("ol",null,Object(r.mdx)("li",{parentName:"ol"},"Get glossary by GUID - Gives all terms and categories (headers) belonging to the glossary."),Object(r.mdx)("li",{parentName:"ol"},"Get all Glossaries - Gives all glossaries with terms and categories (headers) belonging to the respective glossary."),Object(r.mdx)("li",{parentName:"ol"},"Get a term by GUID - Gives details about the term, categories it belongs to (if any) and any related term(s)."),Object(r.mdx)("li",{parentName:"ol"},"Get a category by GUID - Gives details about the category, category hierarchy (if any) and term(s) belonging to the category."),Object(r.mdx)("li",{parentName:"ol"},"Get all terms of a given glossary - Gives all terms (with details as mentioned in #3) belonging to given glossary."),Object(r.mdx)("li",{parentName:"ol"},"Get all categories of a given glossary - Gives all categories (with details as mentioned in #4) belonging to given glossary."),Object(r.mdx)("li",{parentName:"ol"},"Get all terms related to given term - Gives all terms related/linked to the given term."),Object(r.mdx)("li",{parentName:"ol"},"Get all categories related to a given category (parent and children)"),Object(r.mdx)("li",{parentName:"ol"},"Get all terms for a given category")),Object(r.mdx)("hr",null),Object(r.mdx)("h5",{id:"update-operations"},"UPDATE operations"),Object(r.mdx)("ol",null,Object(r.mdx)("li",{parentName:"ol"},"Partial update of glossary"),Object(r.mdx)("li",{parentName:"ol"},"Partial update of term"),Object(r.mdx)("li",{parentName:"ol"},"Partial update of category"),Object(r.mdx)("li",{parentName:"ol"},"Update a given glossary"),Object(r.mdx)("li",{parentName:"ol"},"Update a given term"),Object(r.mdx)("li",{parentName:"ol"},"Update a given category")),Object(r.mdx)("p",null,Object(r.mdx)("strong",{parentName:"p"},"NOTE:")),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Partial update only deals with the ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"primitive attributes"))," defined in the Glossary model file."),Object(r.mdx)("li",{parentName:"ul"},"GUID and qualifiedName can't be changed once assigned. Only way to this is to delete and recreate the required object."),Object(r.mdx)("li",{parentName:"ul"},"Anchors ",Object(r.mdx)("strong",{parentName:"li"},"can't")," be removed in any updates"),Object(r.mdx)("li",{parentName:"ul"},"Update APIs expect the JSON to be modified ",Object(r.mdx)("strong",{parentName:"li"},"in-place")," after the ",Object(r.mdx)("strong",{parentName:"li"},"GET")," call. Any ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"missing"))," attributes/relations will be ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"deleted")),"."),Object(r.mdx)("li",{parentName:"ul"},"Any update to category's hierarchy leads to a cascaded update of the hierarchy under it e.g. anchor change would affect all children,\nparent change would affect the qualifiedName of self and children.")),Object(r.mdx)("hr",null),Object(r.mdx)("h5",{id:"delete-operations"},"DELETE operations"),Object(r.mdx)("ol",null,Object(r.mdx)("li",{parentName:"ol"},"Delete glossary - Also deletes all categories and terms anchored to given glossary. This delete is ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"blocked"))," if any term has been ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"assigned"))," to an entity."),Object(r.mdx)("li",{parentName:"ol"},"Delete term - Only deletes the term ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"if"))," it's not associated/assigned to any entity."),Object(r.mdx)("li",{parentName:"ol"},"Delete category - ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"Only"))," deletes the given category, all children become top-level categories."),Object(r.mdx)("li",{parentName:"ol"},"Remove term assignment from entity")))}m&&m===Object(m)&&Object.isExtensible(m)&&Object.defineProperty(m,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Glossary.md"}}),m.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var n=a("../node_modules/react/index.js"),r=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:i}=e,{baseUrl:s}=Object(r.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${s}${t}`,height:""+(i||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-glossary.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-glossary.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-glossary.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..6010066
--- /dev/null
+++ b/2.3.0/static/js/documents-glossary.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Glossary.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","src","width","alt","wrapLines","language","style","theme","isMDXComponent","Img","height","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"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","file":"static/js/documents-glossary.7aac8d5a.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n    <h1 {...{\n      \"id\": \"glossary\"\n    }}>{`Glossary`}</h1>\n    <p>{`A Glossary provides appropriate vocabularies for business users, and it allows the terms (words) to be related to each\nother and categorized so that they can be understood in different contexts. These terms can be then mapped to assets\nlike a Database, tables, columns etc. This helps abstract the technical jargon associated with the repositories and\nallows the user to discover/work with data in the vocabulary that is more familiar to them.`}</p>\n    <h3 {...{\n      \"id\": \"use-cases\"\n    }}>{`Use cases`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Ability to define rich glossary vocabularies using the natural terminology (technical terms and/or business terms).`}</li>\n      <li parentName=\"ul\">{`Ability to semantically relate the term(s) to each other.`}</li>\n      <li parentName=\"ul\">{`Ability to map assets to glossary terms(s).`}</li>\n      <li parentName=\"ul\">{`Ability to organize these terms by categories. This adds more context to the term(s).`}</li>\n      <li parentName=\"ul\">{`Allow categories to be arranged in hierarchy - to express broader and finer scopes.`}</li>\n      <li parentName=\"ul\">{`Separate management of glossary term(s) from the metadata.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"what-is-a-glossary-term-\"\n    }}>{`What is a Glossary term ?`}</h3>\n    <p>{`A term is a useful word for an enterprise. For the term(s) to be useful and meaningful, they need to grouped around their\nuse and context. A term in Apache Atlas must have a unique qualifiedName, there can be term(s) with same name, but they\ncannot belong to the same glossary. Term(s) with same name can exist only across different glossaries. A term name can\ncontain spaces, underscores and dashes (as natural ways of referring to words) but no \".\" or \"@\", as the qualifiedName\ntakes the following form `}<inlineCode parentName=\"p\">{`term name`}</inlineCode>{`@`}<inlineCode parentName=\"p\">{`glossary qualified name`}</inlineCode>{`. The fully qualified name makes it easier to work with\na specific term.`}</p>\n    <p>{`A term can only belong to single glossary, and it's lifecycle is bound to the same i.e. if the Glossary is deleted then\nthe term gets deleted as well. A term can belong to zero or more categories, which allows scoping them into narrower or\nwider contexts. A term can be assigned/linked to zero or more entities in Apache Atlas. A term can be classified using\nclassifications (tags) and the same classification gets applied to the entities that the term is assigned to.`}</p>\n    <h3 {...{\n      \"id\": \"what-is-a-glossary-category-\"\n    }}>{`What is a Glossary category ?`}</h3>\n    <p>{`A category is a way of organizing the term(s) so that the term's context can be enriched. A category may or may not have\ncontained hierarchies i.e. child category hierarchy. A category's qualifiedName is derived using its hierarchical location\nwithin the glossary e.g. `}<inlineCode parentName=\"p\">{`Category name`}</inlineCode>{`.`}<inlineCode parentName=\"p\">{`parent category qualifiedName`}</inlineCode>{`. This qualified name gets updated when any\nhierarchical change happens, e.g. addition of a parent category, removal of parent category or change of parent category.`}</p>\n    <h3 {...{\n      \"id\": \"ui-interactions\"\n    }}>{`UI interactions`}</h3>\n    <p>{`Apache Atlas UI has been updated to provide user-friendly interface to work with various aspects of glossary, including:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`create glossaries, terms and categories`}</li>\n      <li parentName=\"ul\">{`create various relationships between terms - like synonyms, antonyms, seeAlso`}</li>\n      <li parentName=\"ul\">{`organize categories in hierarchies`}</li>\n      <li parentName=\"ul\">{`assign terms to entities`}</li>\n      <li parentName=\"ul\">{`search for entities using associated terms`}</li>\n    </ul>\n    <p>{`Most glossary related UI can be found under a new tab named GLOSSARY, which is present right next to existing\nfamiliar tabs SEARCH and CLASSIFICATION.`}</p>\n    <h4 {...{\n      \"id\": \"glossary-tab\"\n    }}><strong parentName=\"h4\">{`Glossary tab`}</strong></h4>\n    <p>{`Apache Atlas UI provides two ways to work with a glossary - term view and category view.`}</p>\n    <p>{`Term view allows a user to perform the following operations:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`create, update and delete terms`}</li>\n      <li parentName=\"ul\">{`add, remove and update classifications associated with a term`}</li>\n      <li parentName=\"ul\">{`add, remove and update categorization of a term`}</li>\n      <li parentName=\"ul\">{`create various relationships between terms`}</li>\n      <li parentName=\"ul\">{`view entities associated with a term`}</li>\n    </ul>\n    <p>{`Category view allows a user to perform the following operations:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`create, update and delete categories and sub-categories`}</li>\n      <li parentName=\"ul\">{`associate terms to categories`}</li>\n    </ul>\n    <p>{`Users can switch between term view and category view using toggle provided in GLOSSARY tab.`}</p>\n    <Img src={`/images/markdown/terms_view.png`} width=\"300px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/category_view_1.png`} width=\"300px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"term-context-menu\"\n    }}>{`Term context menu`}</h5>\n    <ul>\n      <li parentName=\"ul\">{`Create a new term\nClicking on the `}<strong parentName=\"li\">{`ellipsis (...)`}</strong>{` next to a glossary name shows a pop-over menu that allows users to create a term in\nthe glossary or delete the glossary - as shown below.`}</li>\n    </ul>\n    <Img src={`/images/markdown/term_view_context.png`} width=\"360px\" mdxType=\"Img\" />\n    <ul>\n      <li parentName=\"ul\">{`To delete a term\nClicking on the `}<strong parentName=\"li\">{`ellipsis (...)`}</strong>{` next to a term name shows a pop-over menu that allows users to delete the term - as\nshown below.`}</li>\n    </ul>\n    <Img src={`/images/markdown/term_delete_context.png`} width=\"600px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"term-detail-page\"\n    }}>{`Term detail page`}</h5>\n    <p>{`Various details of a term can be viewed by clicking on the term name in the glossary UI. Each tabs under the details\npage provides different details of the term.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entities tab shows the entities that are assigned to the selected term`}</li>\n      <li parentName=\"ul\">{`Classifications tab shows the classification(s) associated with the selected term`}</li>\n      <li parentName=\"ul\">{`Related terms tab shows the terms that are related to the selected term`}</li>\n    </ul>\n    <Img src={`/images/markdown/term_details.png`} mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"add-classification-to-term\"\n    }}>{`Add classification to Term`}</h5>\n    <p>{`Clicking on `}<strong parentName=\"p\">{`+`}</strong>{` next to classification label to add a classification to the term.`}</p>\n    <Img src={`/images/markdown/term_add_classification_1.png`} alt=\"Add classification\" width=\"400px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/term_add_classification_2.png`} alt=\"Add classification - details\" width=\"400px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/term_with_classification.png`} alt=\"Classifications associated with term\" width=\"400px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"create-term-relationship-with-other-term\"\n    }}>{`Create term relationship with other term`}</h5>\n    <p>{`Click on \"Related Terms\" tab when viewing term details. Clicking on `}<strong parentName=\"p\">{`+`}</strong>{` will allow linking a term with the current term.`}</p>\n    <Img src={`/images/markdown/terms_related_terms.png`} mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"categorize-a-term\"\n    }}>{`Categorize a term`}</h5>\n    <p>{`Click on `}<strong parentName=\"p\">{`+`}</strong>{` next to categories label to categorize a term. A modal dialog will be presented for choosing a category.`}</p>\n    <Img src={`/images/markdown/term_add_category.png`} width=\"400px\" mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"category-view\"\n    }}><strong parentName=\"h4\">{`Category view`}</strong></h4>\n    <p>{`When the toggle switch is on category, the panel will list down all glossaries along-with the category hierarchy. Here's a list of possible\ninteractions under this view.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Expanded view`}\n        <Img src={`/images/markdown/category_view_2.png`} width=\"300px\" mdxType=\"Img\" />\n      </li>\n    </ul>\n    <h5 {...{\n      \"id\": \"category-context-menu\"\n    }}>{`Category context menu`}</h5>\n    <p>{`Clicking on `}<strong parentName=\"p\">{`ellipsis (...)`}</strong>{` next to the category name will present a category context menu.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`To create a new category`}</li>\n    </ul>\n    <Img src={`/images/markdown/category_view_glossary_context.png`} width=\"600px\" mdxType=\"Img\" />\n    <ul>\n      <li parentName=\"ul\">{`To create a sub-category or delete a category`}</li>\n    </ul>\n    <Img src={`/images/markdown/category_view_category_context_1.png`} width=\"600px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"category-detail-page\"\n    }}>{`Category detail page`}</h5>\n    <p>{`Once a category is selected, the details will be presented in the right pane.`}</p>\n    <Img src={`/images/markdown/category_details_with_terms.png`} width=\"600px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"categorize-term\"\n    }}>{`Categorize term`}</h5>\n    <p>{`Click on `}<strong parentName=\"p\">{`+`}</strong>{` next to the terms label to link a term under selected category.`}</p>\n    <Img src={`/images/markdown/category_add_term.png`} width=\"600px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/category_add_term_1.png`} width=\"400px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/category_add_term_2.png`} width=\"400px\" mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"term-assignment-flow\"\n    }}><strong parentName=\"h4\">{`Term assignment flow`}</strong></h4>\n    <p>{`Terms can be assigned to an entity either from the results page or entity details page.`}</p>\n    <h5 {...{\n      \"id\": \"assign-term\"\n    }}>{`Assign term`}</h5>\n    <p>{`Click on `}<strong parentName=\"p\">{`+`}</strong>{` under \"terms\" column (if associating term from search page)`}</p>\n    <Img src={`/images/markdown/entity_search_add_term.png`} mdxType=\"Img\" />\n    <p>{`Click on `}<strong parentName=\"p\">{`+`}</strong>{` next to \"terms\" label (if viewing a specific entity details)`}</p>\n    <Img src={`/images/markdown/entity_details_add_term.png`} mdxType=\"Img\" />\n    <p>{`Both the actions will present the following modal, follow prompts on screen to complete term assignment.`}</p>\n    <Img src={`/images/markdown/entity_add_term_modal.png`} width=\"400px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"propagated-classification\"\n    }}>{`Propagated classification`}</h5>\n    <p>{`If a term has classification then the entity is has been assigned inherits the same.`}</p>\n    <Img src={`/images/markdown/term_details_with_classification.png`} mdxType=\"Img\" />\n    <Img src={`/images/markdown/entity_assigned_term_with_tag.png`} width=\"600px\" mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"search-using-a-term\"\n    }}><strong parentName=\"h4\">{`Search using a term`}</strong></h4>\n    <p>{`Apache Atlas basic-search API and UI have been updated to support term as a search criteria. This allows users to find\nentities associated with a given term. Basic search UI now includes a new input drop-down for term based searches.`}</p>\n    <Img src={`/images/markdown/term_search.png`} width=\"300px\" mdxType=\"Img\" />\n    <hr></hr>\n    <h4 {...{\n      \"id\": \"summary-of-rest-interactions\"\n    }}>{`Summary of REST interactions`}</h4>\n    <p>{`Following operations are supported by Atlas, the details of REST interface can be found `}<a parentName=\"p\" {...{\n        \"href\": \"api/v2/index.html\"\n      }}>{`here`}</a></p>\n    <h5 {...{\n      \"id\": \"json-structure\"\n    }}>{`JSON structure`}</h5>\n    <ul>\n      <li parentName=\"ul\">{`Glossary`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n\t\"guid\": \"2f341934-f18c-48b3-aa12-eaa0a2bfce85\",\n\t\"qualifiedName\": \"SampleBank\",\n\t\"displayName\": \"Banking\",\n\t\"shortDescription\": \"Glossary of bank\",\n\t\"longDescription\": \"Glossary of bank - long description\",\n\t\"language\": \"English\",\n\t\"usage\": \"N/A\",\n\t\"terms\": [\n\t{\n\t\t\"termGuid\": \"502d34f1-b85f-4ad9-9d9f-fe7020ff0acb\",\n\t\t\"relationGuid\": \"6bb803e4-3af6-4924-aad6-6ad9f95ecd14\",\n\t\t\"displayText\": \"A savings account\"\n\t}, {\n\t\t\"termGuid\": \"e441a540-ee55-4fc8-8eaf-4b9943d8929c\",\n\t\t\"relationGuid\": \"dbc46795-76ff-4f68-9043-be0eff0bc0f3\",\n\t\t\"displayText\": \"15-30 yr mortgage\"\n\t}, {\n\t\t\"termGuid\": \"998e3692-51a8-47fe-b3a0-0d9f794437eb\",\n\t\t\"relationGuid\": \"0dcd31b9-a81c-4185-ad4b-9209a97c305b\",\n\t\t\"displayText\": \"A checking account\"\n\t}, {\n\t\t\"termGuid\": \"c4e2b956-2589-4648-8596-240d3bea5e44\",\n\t\t\"relationGuid\": \"e71c4a5d-694b-47a5-a41e-126ade857279\",\n\t\t\"displayText\": \"ARM loans\"\n\t}],\n\t\"categories\": [{\n\t\t\"categoryGuid\": \"dd94859e-7453-4bc9-b634-a17fc14590f8\",\n\t\t\"parentCategoryGuid\": \"e6a3df1f-5670-4f9e-84da-91f77d008ce3\",\n\t\t\"relationGuid\": \"a0b7da02-1ccd-4415-bc54-3d0cdb8857e7\",\n\t\t\"displayText\": \"Accounts\"\n\t}, {\n\t\t\"categoryGuid\": \"e6a3df1f-5670-4f9e-84da-91f77d008ce3\",\n\t\t\"relationGuid\": \"0e84a358-a4aa-4bd3-b806-497a6962ae1d\",\n\t\t\"displayText\": \"Customer\"\n\t}, {\n\t\t\"categoryGuid\": \"7f041401-de8c-443f-a3b7-7bf5a910ff6f\",\n\t\t\"parentCategoryGuid\": \"e6a3df1f-5670-4f9e-84da-91f77d008ce3\",\n\t\t\"relationGuid\": \"7757b031-4e25-43a8-bf77-946f7f06c67a\",\n\t\t\"displayText\": \"Loans\"\n\t}]\n}`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Term`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n\t\"guid\": \"e441a540-ee55-4fc8-8eaf-4b9943d8929c\",\n\t\"qualifiedName\": \"fixed_mtg@SampleBank\",\n\t\"displayName\": \"15-30 yr mortgage\",\n\t\"shortDescription\": \"Short description\",\n\t\"longDescription\": \"Long description\",\n\t\"examples\": [\"N/A\"],\n\t\"abbreviation\": \"FMTG\",\n\t\"anchor\": {\n\t\t\"glossaryGuid\": \"2f341934-f18c-48b3-aa12-eaa0a2bfce85\",\n\t\t\"relationGuid\": \"dbc46795-76ff-4f68-9043-be0eff0bc0f3\"\n\t},\n\t\"categories\": [{\n\t\t\"categoryGuid\": \"7f041401-de8c-443f-a3b7-7bf5a910ff6f\",\n\t\t\"relationGuid\": \"b4cddd33-7b0c-41e2-9324-afe549ec6ada\",\n\t\t\"displayText\": \"Loans\"\n\t}],\n    \"seeAlso\"           : [],\n    \"synonyms\"          : [],\n    \"antonyms\"          : [],\n    \"replacedBy\"        : [],\n    \"replacementTerms\"  : [],\n    \"translationTerms\"  : [],\n    \"translatedTerms\"   : [],\n    \"isA\"               : [],\n    \"classifies\"        : [],\n    \"preferredTerms\"    : [],\n    \"preferredToTerms\": [ {\n                           \"termGuid\"   : \"c4e2b956-2589-4648-8596-240d3bea5e44\",\n                           \"displayText\": \"ARM Loans\"\n                         }]\n}`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Category`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n\t\"guid\": \"7f041401-de8c-443f-a3b7-7bf5a910ff6f\",\n\t\"qualifiedName\": \"Loans.Customer@HortoniaBank\",\n\t\"displayName\": \"Loans\",\n\t\"shortDescription\": \"Loan categorization\",\n\t\"anchor\": {\n\t\t\"glossaryGuid\": \"2f341934-f18c-48b3-aa12-eaa0a2bfce85\",\n\t\t\"relationGuid\": \"7757b031-4e25-43a8-bf77-946f7f06c67a\"\n\t},\n\t\"parentCategory\": {\n\t\t\"categoryGuid\": \"e6a3df1f-5670-4f9e-84da-91f77d008ce3\",\n\t\t\"relationGuid\": \"8a0a8e11-0bb5-483b-b7d6-cfe0b1d55ef6\"\n\t},\n\t\"childrenCategories\" : [],\n\t\"terms\": [{\n\t\t\"termGuid\": \"e441a540-ee55-4fc8-8eaf-4b9943d8929c\",\n\t\t\"relationGuid\": \"b4cddd33-7b0c-41e2-9324-afe549ec6ada\",\n\t\t\"displayText\": \"15-30 yr mortgage\"\n\t}, {\n\t\t\"termGuid\": \"c4e2b956-2589-4648-8596-240d3bea5e44\",\n\t\t\"relationGuid\": \"8db1e784-4f04-4eda-9a58-6c9535a95451\",\n\t\t\"displayText\": \"ARM loans\"\n\t}]\n}`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"create-operations\"\n    }}>{`CREATE operations`}</h5>\n    <ol>\n      <li parentName=\"ol\">{`Create a glossary`}</li>\n      <li parentName=\"ol\">{`Create a term`}</li>\n      <li parentName=\"ol\">{`Create a categorized term`}</li>\n      <li parentName=\"ol\">{`Create term with relations`}</li>\n      <li parentName=\"ol\">{`Create a category`}</li>\n      <li parentName=\"ol\">{`Create a category with hierarchy`}</li>\n      <li parentName=\"ol\">{`Create category and categorize term(s)`}</li>\n      <li parentName=\"ol\">{`Assign term to entities`}</li>\n    </ol>\n    <p><strong parentName=\"p\">{`NOTE:`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`During create operations glossary, term and category get an auto assigned GUID and qualifiedName.`}</li>\n      <li parentName=\"ul\">{`To create a category with children, the children MUST be created beforehand.`}</li>\n      <li parentName=\"ul\">{`To create a term belonging to a category, the category MUST be created beforehand.`}</li>\n      <li parentName=\"ul\">{`To create term with relations, related term(s) MUST be created beforehand.`}</li>\n    </ul>\n    <hr></hr>\n    <h5 {...{\n      \"id\": \"read-operations\"\n    }}>{`READ operations`}</h5>\n    <ol>\n      <li parentName=\"ol\">{`Get glossary by GUID - Gives all terms and categories (headers) belonging to the glossary.`}</li>\n      <li parentName=\"ol\">{`Get all Glossaries - Gives all glossaries with terms and categories (headers) belonging to the respective glossary.`}</li>\n      <li parentName=\"ol\">{`Get a term by GUID - Gives details about the term, categories it belongs to (if any) and any related term(s).`}</li>\n      <li parentName=\"ol\">{`Get a category by GUID - Gives details about the category, category hierarchy (if any) and term(s) belonging to the category.`}</li>\n      <li parentName=\"ol\">{`Get all terms of a given glossary - Gives all terms (with details as mentioned in #3) belonging to given glossary.`}</li>\n      <li parentName=\"ol\">{`Get all categories of a given glossary - Gives all categories (with details as mentioned in #4) belonging to given glossary.`}</li>\n      <li parentName=\"ol\">{`Get all terms related to given term - Gives all terms related/linked to the given term.`}</li>\n      <li parentName=\"ol\">{`Get all categories related to a given category (parent and children)`}</li>\n      <li parentName=\"ol\">{`Get all terms for a given category`}</li>\n    </ol>\n    <hr></hr>\n    <h5 {...{\n      \"id\": \"update-operations\"\n    }}>{`UPDATE operations`}</h5>\n    <ol>\n      <li parentName=\"ol\">{`Partial update of glossary`}</li>\n      <li parentName=\"ol\">{`Partial update of term`}</li>\n      <li parentName=\"ol\">{`Partial update of category`}</li>\n      <li parentName=\"ol\">{`Update a given glossary`}</li>\n      <li parentName=\"ol\">{`Update a given term`}</li>\n      <li parentName=\"ol\">{`Update a given category`}</li>\n    </ol>\n    <p><strong parentName=\"p\">{`NOTE:`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Partial update only deals with the `}<strong parentName=\"li\"><em parentName=\"strong\">{`primitive attributes`}</em></strong>{` defined in the Glossary model file.`}</li>\n      <li parentName=\"ul\">{`GUID and qualifiedName can't be changed once assigned. Only way to this is to delete and recreate the required object.`}</li>\n      <li parentName=\"ul\">{`Anchors `}<strong parentName=\"li\">{`can't`}</strong>{` be removed in any updates`}</li>\n      <li parentName=\"ul\">{`Update APIs expect the JSON to be modified `}<strong parentName=\"li\">{`in-place`}</strong>{` after the `}<strong parentName=\"li\">{`GET`}</strong>{` call. Any `}<strong parentName=\"li\"><em parentName=\"strong\">{`missing`}</em></strong>{` attributes/relations will be `}<strong parentName=\"li\"><em parentName=\"strong\">{`deleted`}</em></strong>{`.`}</li>\n      <li parentName=\"ul\">{`Any update to category's hierarchy leads to a cascaded update of the hierarchy under it e.g. anchor change would affect all children,\nparent change would affect the qualifiedName of self and children.`}</li>\n    </ul>\n    <hr></hr>\n    <h5 {...{\n      \"id\": \"delete-operations\"\n    }}>{`DELETE operations`}</h5>\n    <ol>\n      <li parentName=\"ol\">{`Delete glossary - Also deletes all categories and terms anchored to given glossary. This delete is `}<strong parentName=\"li\"><em parentName=\"strong\">{`blocked`}</em></strong>{` if any term has been `}<strong parentName=\"li\"><em parentName=\"strong\">{`assigned`}</em></strong>{` to an entity.`}</li>\n      <li parentName=\"ol\">{`Delete term - Only deletes the term `}<strong parentName=\"li\"><em parentName=\"strong\">{`if`}</em></strong>{` it's not associated/assigned to any entity.`}</li>\n      <li parentName=\"ol\">{`Delete category - `}<strong parentName=\"li\"><em parentName=\"strong\">{`Only`}</em></strong>{` deletes the given category, all children become top-level categories.`}</li>\n      <li parentName=\"ol\">{`Remove term assignment from entity`}</li>\n    </ol>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-high-availability.5a25fd47.js b/2.3.0/static/js/documents-high-availability.5a25fd47.js
new file mode 100644
index 0000000..bee1600
--- /dev/null
+++ b/2.3.0/static/js/documents-high-availability.5a25fd47.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{"./src/documents/HighAvailability.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),r=["components"],l={};function c(e){var t=e.components,a=Object(i.a)(e,r);return Object(n.mdx)("wrapper",Object.assign({},l,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"fault-tolerance-and-high-availability-options"},"Fault Tolerance and High Availability Options"),Object(n.mdx)("h2",{id:"introduction"},"Introduction"),Object(n.mdx)("p",null,"Apache Atlas uses and interacts with a variety of systems to provide metadata management and data lineage to data\nadministrators. By choosing and configuring these dependencies appropriately, it is possible to achieve a high degree\nof service availability with Atlas. This document describes the state of high availability support in Atlas,\nincluding its capabilities and current limitations, and also the configuration required for achieving this level of\nhigh availability."),Object(n.mdx)("p",null,Object(n.mdx)("a",{parentName:"p",href:"#/Architecture"},"The architecture page")," in the wiki gives an overview of the various components that make up Atlas.\nThe options mentioned below for various components derive context from the above page, and would be worthwhile to\nreview before proceeding to read this page."),Object(n.mdx)("h2",{id:"atlas-web-service"},"Atlas Web Service"),Object(n.mdx)("p",null,"Currently, the Atlas Web Service has a limitation that it can only have one active instance at a time. In earlier\nreleases of Atlas, a backup instance could be provisioned and kept available. However, a manual failover was\nrequired to make this backup instance active."),Object(n.mdx)("p",null,"From this release, Atlas will support multiple instances of the Atlas Web service in an active/passive configuration\nwith automated failover. This means that users can deploy and start multiple instances of the Atlas Web Service on\ndifferent physical hosts at the same time. One of these instances will be automatically selected as an 'active'\ninstance to service user requests. The others will automatically be deemed 'passive'. If the 'active' instance\nbecomes unavailable either because it is deliberately stopped, or due to unexpected failures, one of the other\ninstances will automatically be elected as an 'active' instance and start to service user requests."),Object(n.mdx)("p",null,"An 'active' instance is the only instance that can respond to user requests correctly. It can create, delete, modify\nor respond to the queries on metadata objects. A 'passive' instance will accept user requests, but will redirect them\nusing HTTP redirect to the currently known 'active' instance. Specifically, a passive instance will not itself\nrespond to any queries on metadata objects. However, all instances (both active and passive), will respond to admin\nrequests that return information about that instance."),Object(n.mdx)("p",null,"When configured in a High Availability mode, users can get the following operational benefits:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Uninterrupted service during maintenance intervals"),": If an active instance of the Atlas Web Service needs to be brought down for maintenance, another instance would automatically become active and can service requests."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Uninterrupted service in event of unexpected failures"),": If an active instance of the Atlas Web Service fails due to software or hardware errors, another instance would automatically become active and can service requests.")),Object(n.mdx)("p",null,"In the following sub-sections, we describe the steps required to setup High Availability for the Atlas Web Service.\nWe also describe how the deployment and client can be designed to take advantage of this capability.\nFinally, we describe a few details of the underlying implementation."),Object(n.mdx)("h3",{id:"setting-up-the-high-availability-feature-in-atlas"},"Setting up the High Availability feature in Atlas"),Object(n.mdx)("p",null,"The following pre-requisites must be met for setting up the High Availability feature."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Ensure that you install Apache Zookeeper on a cluster of machines (a minimum of 3 servers is recommended for production)."),Object(n.mdx)("li",{parentName:"ul"},"Select 2 or more physical machines to run the Atlas Web Service instances on. These machines define what we refer to as a 'server ensemble' for Atlas.")),Object(n.mdx)("p",null,"To setup High Availability in Atlas, a few configuration options must be defined in the ",Object(n.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties"),"\nfile. While the complete list of configuration items are defined in the ",Object(n.mdx)("a",{parentName:"p",href:"#/Configuration"},"Configuration Page"),", this\nsection lists a few of the main options."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"High Availability is an optional feature in Atlas. Hence, it must be enabled by setting the configuration option ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.server.ha.enabled")," to true.")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Next, define a list of identifiers, one for each physical machine you have selected for the Atlas Web Service instance. These identifiers can be simple strings like ",Object(n.mdx)("inlineCode",{parentName:"li"},"id1"),", ",Object(n.mdx)("inlineCode",{parentName:"li"},"id2")," etc. They should be unique and should not contain a comma.")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Define a comma separated list of these identifiers as the value of the option ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.server.ids"),".")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"For each physical machine, list the IP Address/hostname and port as the value of the configuration ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.server.address.id"),", where ",Object(n.mdx)("inlineCode",{parentName:"li"},"id")," refers to the identifier string for this physical machine.",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"For e.g., if you have selected 2 machines with hostnames ",Object(n.mdx)("inlineCode",{parentName:"li"},"host1.company.com")," and ",Object(n.mdx)("inlineCode",{parentName:"li"},"host2.company.com"),", you can define the configuration options as below:")))),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.server.ids=id1,id2\natlas.server.address.id1=host1.company.com:21000\natlas.server.address.id2=host2.company.com:21000"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Define the Zookeeper quorum which will be used by the Atlas High Availability feature.")),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.server.ha.zookeeper.connect=zk1.company.com:2181,zk2.company.com:2181,zk3.company.com:2181"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"You can review other configuration options that are defined for the High Availability feature, and set them up as desired in the ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas-application.properties")," file."),Object(n.mdx)("li",{parentName:"ul"},"For production environments, the components that Atlas depends on must also be set up in High Availability mode. This is described in detail in the following sections. Follow those instructions to setup and configure them."),Object(n.mdx)("li",{parentName:"ul"},"Install the Atlas software on the selected physical machines."),Object(n.mdx)("li",{parentName:"ul"},"Copy the ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas-application.properties")," file created using the steps above to the configuration directory of all the machines."),Object(n.mdx)("li",{parentName:"ul"},"Start the dependent components."),Object(n.mdx)("li",{parentName:"ul"},"Start each instance of the Atlas Web Service.")),Object(n.mdx)("p",null,"To verify that High Availability is working, run the following script on each of the instances where Atlas Web Service\nis installed."),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"$ATLAS_HOME/bin/atlas_admin.py -status"),"This script can print one of the values below as response:",Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"ACTIVE"),": This instance is active and can respond to user requests."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"PASSIVE"),": This instance is PASSIVE. It will redirect any user requests it receives to the current active instance."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"BECOMING_ACTIVE"),": This would be printed if the server is transitioning to become an ACTIVE instance. The server cannot service any metadata user requests in this state."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"BECOMING_PASSIVE"),": This would be printed if the server is transitioning to become a PASSIVE instance. The server cannot service any metadata user requests in this state.")),Object(n.mdx)("p",null,"Under normal operating circumstances, only one of these instances should print the value ",Object(n.mdx)("em",{parentName:"p"},"ACTIVE")," as response to\nthe script, and the others would print ",Object(n.mdx)("em",{parentName:"p"},"PASSIVE"),"."),Object(n.mdx)("h3",{id:"configuring-clients-to-use-the-high-availability-feature"},"Configuring clients to use the High Availability feature"),Object(n.mdx)("p",null,"The Atlas Web Service can be accessed in two ways:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Using the Atlas Web UI"),": This is a browser based client that can be used to query the metadata stored in Atlas."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Using the Atlas REST API"),": As Atlas exposes a RESTful API, one can use any standard REST client including libraries in other applications. In fact, Atlas ships with a client called AtlasClient that can be used as an example to build REST client access.")),Object(n.mdx)("p",null,"In order to take advantage of the High Availability feature in the clients, there are two options possible."),Object(n.mdx)("h4",{id:"using-an-intermediate-proxy"},"Using an intermediate proxy"),Object(n.mdx)("p",null,"The simplest solution to enable highly available access to Atlas is to install and configure some intermediate proxy\nthat has a capability to transparently switch services based on status. One such proxy solution is ",Object(n.mdx)("a",{parentName:"p",href:"http://www.haproxy.org/"},"HAProxy"),"."),Object(n.mdx)("p",null,"Here is an example HAProxy configuration that can be used. Note this is provided for illustration only, and not as a\nrecommended production configuration. For that, please refer to the HAProxy documentation for appropriate instructions."),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"frontend atlas_fe\n  bind *:41000\n  default_backend atlas_be\nbackend atlas_be\n  mode http\n  option httpchk get /api/atlas/admin/status\n  http-check expect string ACTIVE\n  balance roundrobin\n  server host1_21000 host1:21000 check\n  server host2_21000 host2:21000 check backup\nlisten atlas\n  bind localhost:42000"),Object(n.mdx)("p",null,"The above configuration binds HAProxy to listen on port 41000 for incoming client connections. It then routes\nthe connections to either of the hosts host1 or host2 depending on a HTTP status check. The status check is\ndone using a HTTP GET on the REST URL ",Object(n.mdx)("inlineCode",{parentName:"p"},"/api/atlas/admin/status"),", and is deemed successful only if the HTTP response\ncontains the string ACTIVE."),Object(n.mdx)("h4",{id:"using-automatic-detection-of-active-instance"},"Using automatic detection of active instance"),Object(n.mdx)("p",null,"If one does not want to setup and manage a separate proxy, then the other option to use the High Availability\nfeature is to build a client application that is capable of detecting status and retrying operations. In such a\nsetting, the client application can be launched with the URLs of all Atlas Web Service instances that form the\nensemble. The client should then call the REST URL ",Object(n.mdx)("inlineCode",{parentName:"p"},"/api/atlas/admin/status")," on each of these to determine which is\nthe active instance. The response from the Active instance would be of the form ",Object(n.mdx)("inlineCode",{parentName:"p"},"{Status:ACTIVE}"),". Also, when the\nclient faces any exceptions in the course of an operation, it should again determine which of the remaining URLs\nis active and retry the operation."),Object(n.mdx)("p",null,"The AtlasClient class that ships with Atlas can be used as an example client library that implements the logic\nfor working with an ensemble and selecting the right Active server instance."),Object(n.mdx)("p",null,"Utilities in Atlas, like ",Object(n.mdx)("inlineCode",{parentName:"p"},"quick_start.py")," and ",Object(n.mdx)("inlineCode",{parentName:"p"},"import-hive.sh")," can be configured to run with multiple server\nURLs. When launched in this mode, the AtlasClient automatically selects and works with the current active instance.\nIf a proxy is set up in between, then its address can be used when running quick_start.py or import-hive.sh."),Object(n.mdx)("h3",{id:"implementation-details-of-atlas-high-availability"},"Implementation Details of Atlas High Availability"),Object(n.mdx)("p",null,"The Atlas High Availability work is tracked under the master JIRA\n",Object(n.mdx)("a",{parentName:"p",href:"https://issues.apache.org/jira/browse/ATLAS-510"},"ATLAS-510"),".\nThe JIRAs filed under it have detailed information about how the High Availability feature has been implemented.\nAt a high level the following points can be called out:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"The automatic selection of an Active instance, as well as automatic failover to a new Active instance happen through a leader election algorithm."),Object(n.mdx)("li",{parentName:"ul"},"For leader election, we use the ",Object(n.mdx)("a",{parentName:"li",href:"http://curator.apache.org/curator-recipes/leader-latch.html"},"Leader Latch Recipe")," of ",Object(n.mdx)("a",{parentName:"li",href:"http://curator.apache.org"},"Apache Curator")),Object(n.mdx)("li",{parentName:"ul"},"The Active instance is the only one which initializes, modifies or reads state in the backend stores to keep them consistent."),Object(n.mdx)("li",{parentName:"ul"},"Also, when an instance is elected as Active, it refreshes any cached information from the backend stores to get up to date."),Object(n.mdx)("li",{parentName:"ul"},"A servlet filter ensures that only the active instance services user requests. If a passive instance receives these requests, it automatically redirects them to the current active instance.")),Object(n.mdx)("h2",{id:"metadata-store"},"Metadata Store"),Object(n.mdx)("p",null,"As described above, Atlas uses JanusGraph to store the metadata it manages. By default, Atlas uses a standalone HBase\ninstance as the backing store for JanusGraph. In order to provide HA for the metadata store, we recommend that Atlas be\nconfigured to use distributed HBase as the backing store for JanusGraph.  Doing this implies that you could benefit from the\nHA guarantees HBase provides. In order to configure Atlas to use HBase in HA mode, do the following:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Choose an existing HBase cluster that is set up in HA mode to configure in Atlas (OR) Set up a new HBase cluster in ",Object(n.mdx)("a",{parentName:"li",href:"http://hbase.apache.org/book.html#quickstart_fully_distributed"},"HA mode"),".",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"If setting up HBase for Atlas, please following instructions listed for setting up HBase in the ",Object(n.mdx)("a",{parentName:"li",href:"#/Installation"},"Installation Steps"),"."))),Object(n.mdx)("li",{parentName:"ul"},"We recommend using more than one HBase masters (at least 2) in the cluster on different physical hosts that use Zookeeper for coordination to provide redundancy and high availability of HBase.",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Refer to the ",Object(n.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration page")," for the options to configure in atlas.properties to setup Atlas with HBase.")))),Object(n.mdx)("h2",{id:"index-store"},"Index Store"),Object(n.mdx)("p",null,"As described above, Atlas indexes metadata through JanusGraph to support full text search queries. In order to provide HA\nfor the index store, we recommend that Atlas be configured to use Solr or Elasticsearch as the backing index store for JanusGraph."),Object(n.mdx)("h3",{id:"solr"},"Solr"),Object(n.mdx)("p",null,"In order to configure Atlas to use Solr in HA mode, do the following:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Choose an existing SolrCloud cluster setup in HA mode to configure in Atlas (OR) Set up a new ",Object(n.mdx)("a",{parentName:"li",href:"https://cwiki.apache.org/confluence/display/solr/SolrCloud"},"SolrCloud cluster"),".",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Ensure Solr is brought up on at least 2 physical hosts for redundancy, and each host runs a Solr node."),Object(n.mdx)("li",{parentName:"ul"},"We recommend the number of replicas to be set to at least 2 for redundancy."))),Object(n.mdx)("li",{parentName:"ul"},"Create the SolrCloud collections required by Atlas, as described in ",Object(n.mdx)("a",{parentName:"li",href:"#/Installation"},"Installation Steps")),Object(n.mdx)("li",{parentName:"ul"},"Refer to the ",Object(n.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration page")," for the options to configure in atlas.properties to setup Atlas with Solr.")),Object(n.mdx)("h3",{id:"elasticsearch--tech-preview"},"Elasticsearch  (Tech Preview)"),Object(n.mdx)("p",null,"In order to configure Atlas to use Elasticsearch in HA mode, do the following:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Choose an existing Elasticsearch cluster setup, (OR) setup a new cluster ",Object(n.mdx)("a",{parentName:"li",href:"https://www.elastic.co/guide/en/elasticsearch/reference/5.6/setup.html"},"Elasticsearch cluster"),".",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Ensure that Elasticsearch is brought up on at least five physical hosts for redundancy."),Object(n.mdx)("li",{parentName:"ul"},"A replica count of 3 is recommended"))),Object(n.mdx)("li",{parentName:"ul"},"Refer to the ",Object(n.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration page")," for the options to configure in atlas.properties to setup Atlas with Elasticsearch.")),Object(n.mdx)("h2",{id:"notification-server"},"Notification Server"),Object(n.mdx)("p",null,"Metadata notification events from Hooks are sent to Atlas by writing them to a Kafka topic called ",Object(n.mdx)("strong",{parentName:"p"},"ATLAS_HOOK"),". Similarly, events from\nAtlas to other integrating components like Ranger, are written to a Kafka topic called ",Object(n.mdx)("strong",{parentName:"p"},"ATLAS_ENTITIES"),". Since Kafka\npersists these messages, the events will not be lost even if the consumers are down as the events are being sent. In\naddition, we recommend Kafka is also setup for fault tolerance so that it has higher availability guarantees. In order\nto configure Atlas to use Kafka in HA mode, do the following:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Choose an existing Kafka cluster set up in HA mode to configure in Atlas (OR) Set up a new Kafka cluster.")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"We recommend that there are more than one Kafka brokers in the cluster on different physical hosts that use Zookeeper for coordination to provide redundancy and high availability of Kafka.",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Setup at least 2 physical hosts for redundancy, each hosting a Kafka broker.")))),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Set up Kafka topics for Atlas usage:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"The number of partitions for the ATLAS topics should be set to 1 (numPartitions)"),Object(n.mdx)("li",{parentName:"ul"},"Decide number of replicas for Kafka topic: Set this to at least 2 for redundancy."),Object(n.mdx)("li",{parentName:"ul"},"Run the following commands:")))),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"$KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper <list of zookeeper host:port entries> --topic ATLAS_HOOK --replication-factor <numReplicas> --partitions 1\n   $KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper <list of zookeeper host:port entries> --topic ATLAS_ENTITIES --replication-factor <numReplicas> --partitions 1\n   Here KAFKA_HOME points to the Kafka installation directory."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"In atlas-application.properties, set the following configuration:")),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.notification.embedded=false\n   atlas.kafka.zookeeper.connect=<comma separated list of servers forming Zookeeper quorum used by Kafka>\n   atlas.kafka.bootstrap.servers=<comma separated list of Kafka broker endpoints in host:port form> - Give at least 2 for redundancy."),Object(n.mdx)("h2",{id:"known-issues"},"Known Issues"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"If the HBase region servers hosting the Atlas table are down, Atlas would not be able to store or retrieve metadata from HBase until they are brought back online.")))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/HighAvailability.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-high-availability.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-high-availability.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-high-availability.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..e37bd55
--- /dev/null
+++ b/2.3.0/static/js/documents-high-availability.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/HighAvailability.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-high-availability.5a25fd47.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"fault-tolerance-and-high-availability-options\"\n    }}>{`Fault Tolerance and High Availability Options`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`Apache Atlas uses and interacts with a variety of systems to provide metadata management and data lineage to data\nadministrators. By choosing and configuring these dependencies appropriately, it is possible to achieve a high degree\nof service availability with Atlas. This document describes the state of high availability support in Atlas,\nincluding its capabilities and current limitations, and also the configuration required for achieving this level of\nhigh availability.`}</p>\n    <p><a parentName=\"p\" {...{\n        \"href\": \"#/Architecture\"\n      }}>{`The architecture page`}</a>{` in the wiki gives an overview of the various components that make up Atlas.\nThe options mentioned below for various components derive context from the above page, and would be worthwhile to\nreview before proceeding to read this page.`}</p>\n    <h2 {...{\n      \"id\": \"atlas-web-service\"\n    }}>{`Atlas Web Service`}</h2>\n    <p>{`Currently, the Atlas Web Service has a limitation that it can only have one active instance at a time. In earlier\nreleases of Atlas, a backup instance could be provisioned and kept available. However, a manual failover was\nrequired to make this backup instance active.`}</p>\n    <p>{`From this release, Atlas will support multiple instances of the Atlas Web service in an active/passive configuration\nwith automated failover. This means that users can deploy and start multiple instances of the Atlas Web Service on\ndifferent physical hosts at the same time. One of these instances will be automatically selected as an 'active'\ninstance to service user requests. The others will automatically be deemed 'passive'. If the 'active' instance\nbecomes unavailable either because it is deliberately stopped, or due to unexpected failures, one of the other\ninstances will automatically be elected as an 'active' instance and start to service user requests.`}</p>\n    <p>{`An 'active' instance is the only instance that can respond to user requests correctly. It can create, delete, modify\nor respond to the queries on metadata objects. A 'passive' instance will accept user requests, but will redirect them\nusing HTTP redirect to the currently known 'active' instance. Specifically, a passive instance will not itself\nrespond to any queries on metadata objects. However, all instances (both active and passive), will respond to admin\nrequests that return information about that instance.`}</p>\n    <p>{`When configured in a High Availability mode, users can get the following operational benefits:`}</p>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Uninterrupted service during maintenance intervals`}</strong>{`: If an active instance of the Atlas Web Service needs to be brought down for maintenance, another instance would automatically become active and can service requests.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Uninterrupted service in event of unexpected failures`}</strong>{`: If an active instance of the Atlas Web Service fails due to software or hardware errors, another instance would automatically become active and can service requests.`}</li>\n    </ul>\n    <p>{`In the following sub-sections, we describe the steps required to setup High Availability for the Atlas Web Service.\nWe also describe how the deployment and client can be designed to take advantage of this capability.\nFinally, we describe a few details of the underlying implementation.`}</p>\n    <h3 {...{\n      \"id\": \"setting-up-the-high-availability-feature-in-atlas\"\n    }}>{`Setting up the High Availability feature in Atlas`}</h3>\n    <p>{`The following pre-requisites must be met for setting up the High Availability feature.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Ensure that you install Apache Zookeeper on a cluster of machines (a minimum of 3 servers is recommended for production).`}</li>\n      <li parentName=\"ul\">{`Select 2 or more physical machines to run the Atlas Web Service instances on. These machines define what we refer to as a 'server ensemble' for Atlas.`}</li>\n    </ul>\n    <p>{`To setup High Availability in Atlas, a few configuration options must be defined in the `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{`\nfile. While the complete list of configuration items are defined in the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Configuration\"\n      }}>{`Configuration Page`}</a>{`, this\nsection lists a few of the main options.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`High Availability is an optional feature in Atlas. Hence, it must be enabled by setting the configuration option `}<inlineCode parentName=\"li\">{`atlas.server.ha.enabled`}</inlineCode>{` to true.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Next, define a list of identifiers, one for each physical machine you have selected for the Atlas Web Service instance. These identifiers can be simple strings like `}<inlineCode parentName=\"li\">{`id1`}</inlineCode>{`, `}<inlineCode parentName=\"li\">{`id2`}</inlineCode>{` etc. They should be unique and should not contain a comma.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Define a comma separated list of these identifiers as the value of the option `}<inlineCode parentName=\"li\">{`atlas.server.ids`}</inlineCode>{`.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`For each physical machine, list the IP Address/hostname and port as the value of the configuration `}<inlineCode parentName=\"li\">{`atlas.server.address.id`}</inlineCode>{`, where `}<inlineCode parentName=\"li\">{`id`}</inlineCode>{` refers to the identifier string for this physical machine.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`For e.g., if you have selected 2 machines with hostnames `}<inlineCode parentName=\"li\">{`host1.company.com`}</inlineCode>{` and `}<inlineCode parentName=\"li\">{`host2.company.com`}</inlineCode>{`, you can define the configuration options as below:`}</li>\n        </ul>\n      </li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.server.ids=id1,id2\natlas.server.address.id1=host1.company.com:21000\natlas.server.address.id2=host2.company.com:21000`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Define the Zookeeper quorum which will be used by the Atlas High Availability feature.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      atlas.server.ha.zookeeper.connect=zk1.company.com:2181,zk2.company.com:2181,zk3.company.com:2181\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`You can review other configuration options that are defined for the High Availability feature, and set them up as desired in the `}<inlineCode parentName=\"li\">{`atlas-application.properties`}</inlineCode>{` file.`}</li>\n      <li parentName=\"ul\">{`For production environments, the components that Atlas depends on must also be set up in High Availability mode. This is described in detail in the following sections. Follow those instructions to setup and configure them.`}</li>\n      <li parentName=\"ul\">{`Install the Atlas software on the selected physical machines.`}</li>\n      <li parentName=\"ul\">{`Copy the `}<inlineCode parentName=\"li\">{`atlas-application.properties`}</inlineCode>{` file created using the steps above to the configuration directory of all the machines.`}</li>\n      <li parentName=\"ul\">{`Start the dependent components.`}</li>\n      <li parentName=\"ul\">{`Start each instance of the Atlas Web Service.`}</li>\n    </ul>\n    <p>{`To verify that High Availability is working, run the following script on each of the instances where Atlas Web Service\nis installed.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n$ATLAS_HOME/bin/atlas_admin.py -status\n    </SyntaxHighlighter>\nThis script can print one of the values below as response:\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`ACTIVE`}</strong>{`: This instance is active and can respond to user requests.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`PASSIVE`}</strong>{`: This instance is PASSIVE. It will redirect any user requests it receives to the current active instance.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`BECOMING_ACTIVE`}</strong>{`: This would be printed if the server is transitioning to become an ACTIVE instance. The server cannot service any metadata user requests in this state.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`BECOMING_PASSIVE`}</strong>{`: This would be printed if the server is transitioning to become a PASSIVE instance. The server cannot service any metadata user requests in this state.`}</li>\n    </ul>\n    <p>{`Under normal operating circumstances, only one of these instances should print the value `}<em parentName=\"p\">{`ACTIVE`}</em>{` as response to\nthe script, and the others would print `}<em parentName=\"p\">{`PASSIVE`}</em>{`.`}</p>\n    <h3 {...{\n      \"id\": \"configuring-clients-to-use-the-high-availability-feature\"\n    }}>{`Configuring clients to use the High Availability feature`}</h3>\n    <p>{`The Atlas Web Service can be accessed in two ways:`}</p>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Using the Atlas Web UI`}</strong>{`: This is a browser based client that can be used to query the metadata stored in Atlas.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Using the Atlas REST API`}</strong>{`: As Atlas exposes a RESTful API, one can use any standard REST client including libraries in other applications. In fact, Atlas ships with a client called AtlasClient that can be used as an example to build REST client access.`}</li>\n    </ul>\n    <p>{`In order to take advantage of the High Availability feature in the clients, there are two options possible.`}</p>\n    <h4 {...{\n      \"id\": \"using-an-intermediate-proxy\"\n    }}>{`Using an intermediate proxy`}</h4>\n    <p>{`The simplest solution to enable highly available access to Atlas is to install and configure some intermediate proxy\nthat has a capability to transparently switch services based on status. One such proxy solution is `}<a parentName=\"p\" {...{\n        \"href\": \"http://www.haproxy.org/\"\n      }}>{`HAProxy`}</a>{`.`}</p>\n    <p>{`Here is an example HAProxy configuration that can be used. Note this is provided for illustration only, and not as a\nrecommended production configuration. For that, please refer to the HAProxy documentation for appropriate instructions.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`frontend atlas_fe\n  bind *:41000\n  default_backend atlas_be\nbackend atlas_be\n  mode http\n  option httpchk get /api/atlas/admin/status\n  http-check expect string ACTIVE\n  balance roundrobin\n  server host1_21000 host1:21000 check\n  server host2_21000 host2:21000 check backup\nlisten atlas\n  bind localhost:42000`}\n    </SyntaxHighlighter>\n    <p>{`The above configuration binds HAProxy to listen on port 41000 for incoming client connections. It then routes\nthe connections to either of the hosts host1 or host2 depending on a HTTP status check. The status check is\ndone using a HTTP GET on the REST URL `}<inlineCode parentName=\"p\">{`/api/atlas/admin/status`}</inlineCode>{`, and is deemed successful only if the HTTP response\ncontains the string ACTIVE.`}</p>\n    <h4 {...{\n      \"id\": \"using-automatic-detection-of-active-instance\"\n    }}>{`Using automatic detection of active instance`}</h4>\n    <p>{`If one does not want to setup and manage a separate proxy, then the other option to use the High Availability\nfeature is to build a client application that is capable of detecting status and retrying operations. In such a\nsetting, the client application can be launched with the URLs of all Atlas Web Service instances that form the\nensemble. The client should then call the REST URL `}<inlineCode parentName=\"p\">{`/api/atlas/admin/status`}</inlineCode>{` on each of these to determine which is\nthe active instance. The response from the Active instance would be of the form `}<inlineCode parentName=\"p\">{`{Status:ACTIVE}`}</inlineCode>{`. Also, when the\nclient faces any exceptions in the course of an operation, it should again determine which of the remaining URLs\nis active and retry the operation.`}</p>\n    <p>{`The AtlasClient class that ships with Atlas can be used as an example client library that implements the logic\nfor working with an ensemble and selecting the right Active server instance.`}</p>\n    <p>{`Utilities in Atlas, like `}<inlineCode parentName=\"p\">{`quick_start.py`}</inlineCode>{` and `}<inlineCode parentName=\"p\">{`import-hive.sh`}</inlineCode>{` can be configured to run with multiple server\nURLs. When launched in this mode, the AtlasClient automatically selects and works with the current active instance.\nIf a proxy is set up in between, then its address can be used when running quick_start.py or import-hive.sh.`}</p>\n    <h3 {...{\n      \"id\": \"implementation-details-of-atlas-high-availability\"\n    }}>{`Implementation Details of Atlas High Availability`}</h3>\n    <p>{`The Atlas High Availability work is tracked under the master JIRA\n`}<a parentName=\"p\" {...{\n        \"href\": \"https://issues.apache.org/jira/browse/ATLAS-510\"\n      }}>{`ATLAS-510`}</a>{`.\nThe JIRAs filed under it have detailed information about how the High Availability feature has been implemented.\nAt a high level the following points can be called out:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`The automatic selection of an Active instance, as well as automatic failover to a new Active instance happen through a leader election algorithm.`}</li>\n      <li parentName=\"ul\">{`For leader election, we use the `}<a parentName=\"li\" {...{\n          \"href\": \"http://curator.apache.org/curator-recipes/leader-latch.html\"\n        }}>{`Leader Latch Recipe`}</a>{` of `}<a parentName=\"li\" {...{\n          \"href\": \"http://curator.apache.org\"\n        }}>{`Apache Curator`}</a></li>\n      <li parentName=\"ul\">{`The Active instance is the only one which initializes, modifies or reads state in the backend stores to keep them consistent.`}</li>\n      <li parentName=\"ul\">{`Also, when an instance is elected as Active, it refreshes any cached information from the backend stores to get up to date.`}</li>\n      <li parentName=\"ul\">{`A servlet filter ensures that only the active instance services user requests. If a passive instance receives these requests, it automatically redirects them to the current active instance.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"metadata-store\"\n    }}>{`Metadata Store`}</h2>\n    <p>{`As described above, Atlas uses JanusGraph to store the metadata it manages. By default, Atlas uses a standalone HBase\ninstance as the backing store for JanusGraph. In order to provide HA for the metadata store, we recommend that Atlas be\nconfigured to use distributed HBase as the backing store for JanusGraph.  Doing this implies that you could benefit from the\nHA guarantees HBase provides. In order to configure Atlas to use HBase in HA mode, do the following:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Choose an existing HBase cluster that is set up in HA mode to configure in Atlas (OR) Set up a new HBase cluster in `}<a parentName=\"li\" {...{\n          \"href\": \"http://hbase.apache.org/book.html#quickstart_fully_distributed\"\n        }}>{`HA mode`}</a>{`.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`If setting up HBase for Atlas, please following instructions listed for setting up HBase in the `}<a parentName=\"li\" {...{\n              \"href\": \"#/Installation\"\n            }}>{`Installation Steps`}</a>{`.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`We recommend using more than one HBase masters (at least 2) in the cluster on different physical hosts that use Zookeeper for coordination to provide redundancy and high availability of HBase.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Refer to the `}<a parentName=\"li\" {...{\n              \"href\": \"#/Configuration\"\n            }}>{`Configuration page`}</a>{` for the options to configure in atlas.properties to setup Atlas with HBase.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"index-store\"\n    }}>{`Index Store`}</h2>\n    <p>{`As described above, Atlas indexes metadata through JanusGraph to support full text search queries. In order to provide HA\nfor the index store, we recommend that Atlas be configured to use Solr or Elasticsearch as the backing index store for JanusGraph.`}</p>\n    <h3 {...{\n      \"id\": \"solr\"\n    }}>{`Solr`}</h3>\n    <p>{`In order to configure Atlas to use Solr in HA mode, do the following:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Choose an existing SolrCloud cluster setup in HA mode to configure in Atlas (OR) Set up a new `}<a parentName=\"li\" {...{\n          \"href\": \"https://cwiki.apache.org/confluence/display/solr/SolrCloud\"\n        }}>{`SolrCloud cluster`}</a>{`.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Ensure Solr is brought up on at least 2 physical hosts for redundancy, and each host runs a Solr node.`}</li>\n          <li parentName=\"ul\">{`We recommend the number of replicas to be set to at least 2 for redundancy.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Create the SolrCloud collections required by Atlas, as described in `}<a parentName=\"li\" {...{\n          \"href\": \"#/Installation\"\n        }}>{`Installation Steps`}</a></li>\n      <li parentName=\"ul\">{`Refer to the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration page`}</a>{` for the options to configure in atlas.properties to setup Atlas with Solr.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"elasticsearch--tech-preview\"\n    }}>{`Elasticsearch  (Tech Preview)`}</h3>\n    <p>{`In order to configure Atlas to use Elasticsearch in HA mode, do the following:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Choose an existing Elasticsearch cluster setup, (OR) setup a new cluster `}<a parentName=\"li\" {...{\n          \"href\": \"https://www.elastic.co/guide/en/elasticsearch/reference/5.6/setup.html\"\n        }}>{`Elasticsearch cluster`}</a>{`.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Ensure that Elasticsearch is brought up on at least five physical hosts for redundancy.`}</li>\n          <li parentName=\"ul\">{`A replica count of 3 is recommended`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Refer to the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration page`}</a>{` for the options to configure in atlas.properties to setup Atlas with Elasticsearch.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"notification-server\"\n    }}>{`Notification Server`}</h2>\n    <p>{`Metadata notification events from Hooks are sent to Atlas by writing them to a Kafka topic called `}<strong parentName=\"p\">{`ATLAS_HOOK`}</strong>{`. Similarly, events from\nAtlas to other integrating components like Ranger, are written to a Kafka topic called `}<strong parentName=\"p\">{`ATLAS_ENTITIES`}</strong>{`. Since Kafka\npersists these messages, the events will not be lost even if the consumers are down as the events are being sent. In\naddition, we recommend Kafka is also setup for fault tolerance so that it has higher availability guarantees. In order\nto configure Atlas to use Kafka in HA mode, do the following:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Choose an existing Kafka cluster set up in HA mode to configure in Atlas (OR) Set up a new Kafka cluster.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`We recommend that there are more than one Kafka brokers in the cluster on different physical hosts that use Zookeeper for coordination to provide redundancy and high availability of Kafka.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Setup at least 2 physical hosts for redundancy, each hosting a Kafka broker.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Set up Kafka topics for Atlas usage:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`The number of partitions for the ATLAS topics should be set to 1 (numPartitions)`}</li>\n          <li parentName=\"ul\">{`Decide number of replicas for Kafka topic: Set this to at least 2 for redundancy.`}</li>\n          <li parentName=\"ul\">{`Run the following commands:`}</li>\n        </ul>\n      </li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`$KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper <list of zookeeper host:port entries> --topic ATLAS_HOOK --replication-factor <numReplicas> --partitions 1\n   $KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper <list of zookeeper host:port entries> --topic ATLAS_ENTITIES --replication-factor <numReplicas> --partitions 1\n   Here KAFKA_HOME points to the Kafka installation directory.`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`In atlas-application.properties, set the following configuration:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`atlas.notification.embedded=false\n   atlas.kafka.zookeeper.connect=<comma separated list of servers forming Zookeeper quorum used by Kafka>\n   atlas.kafka.bootstrap.servers=<comma separated list of Kafka broker endpoints in host:port form> - Give at least 2 for redundancy.`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"known-issues\"\n    }}>{`Known Issues`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`If the HBase region servers hosting the Atlas table are down, Atlas would not be able to store or retrieve metadata from HBase until they are brought back online.`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-high-level-architecture.473e837a.js b/2.3.0/static/js/documents-high-level-architecture.473e837a.js
new file mode 100644
index 0000000..d255d33
--- /dev/null
+++ b/2.3.0/static/js/documents-high-level-architecture.473e837a.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{"./src/documents/HighLevelArchitecture.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),o=a("./theme/components/shared/Img/index.js"),i=["components"],r={};function d(e){var t=e.components,a=Object(n.a)(e,i);return Object(s.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"architecture"},"Architecture"),Object(s.mdx)("h2",{id:"introduction"},"Introduction"),Object(s.mdx)("h2",{id:"atlas-high-level-architecture---overview"},"Atlas High Level Architecture - Overview"),Object(s.mdx)(o.a,{src:"/images/twiki/architecture.png",width:"800",mdxType:"Img"}),Object(s.mdx)("p",null,"The components of Atlas can be grouped under the following major categories:"),Object(s.mdx)("h3",{id:"core"},"Core"),Object(s.mdx)("p",null,"Atlas core includes the following components:"),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Type System"),": Atlas allows users to define a model for the metadata objects they want to manage. The model is composed\nof definitions called \u2018types\u2019. Instances of \u2018types\u2019 called \u2018entities\u2019 represent the actual metadata objects that are\nmanaged. The Type System is a component that allows users to define and manage the types and entities. All metadata\nobjects managed by Atlas out of the box (like Hive tables, for e.g.) are modelled using types and represented as\nentities. To store new types of metadata in Atlas, one needs to understand the concepts of the type system component."),Object(s.mdx)("p",null,"One key point to note is that the generic nature of the modelling in Atlas allows data stewards and integrators to\ndefine both technical metadata and business metadata. It is also possible to define rich relationships between the\ntwo using features of Atlas."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Graph Engine"),": Internally, Atlas persists metadata objects it manages using a Graph model. This approach provides great\nflexibility and enables efficient handling of rich relationships between the metadata objects. Graph engine component is\nresponsible for translating between types and entities of the Atlas type system, and the underlying graph persistence model.\nIn addition to managing the graph objects, the graph engine also creates the appropriate indices for the metadata\nobjects so that they can be searched efficiently. Atlas uses the JanusGraph to store the metadata objects."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Ingest / Export"),": The Ingest component allows metadata to be added to Atlas. Similarly, the Export component exposes\nmetadata changes detected by Atlas to be raised as events. Consumers can consume these change events to react to\nmetadata changes in real time."),Object(s.mdx)("h3",{id:"integration"},"Integration"),Object(s.mdx)("p",null,"Users can manage metadata in Atlas using two methods:"),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"API"),": All functionality of Atlas is exposed to end users via a REST API that allows types and entities to be created,\nupdated and deleted. It is also the primary mechanism to query and discover the types and entities managed by Atlas."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Messaging"),": In addition to the API, users can choose to integrate with Atlas using a messaging interface that is\nbased on Kafka. This is useful both for communicating metadata objects to Atlas, and also to consume metadata change\nevents from Atlas using which applications can be built. The messaging interface is particularly useful if one wishes\nto use a more loosely coupled integration with Atlas that could allow for better scalability, reliability etc. Atlas\nuses Apache Kafka as a notification server for communication between hooks and downstream consumers of metadata\nnotification events. Events are written by the hooks and Atlas to different Kafka topics."),Object(s.mdx)("h3",{id:"metadata-sources"},"Metadata sources"),Object(s.mdx)("p",null,"Atlas supports integration with many sources of metadata out of the box. More integrations will be added in future\nas well. Currently, Atlas supports ingesting and managing metadata from the following sources:"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookHBase"},"HBase")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookHive"},"Hive")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookSqoop"},"Sqoop")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookStorm"},"Storm")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookKafka"},"Kafka"))),Object(s.mdx)("p",null,"The integration implies two things:\nThere are metadata models that Atlas defines natively to represent objects of these components.\nThere are components Atlas provides to ingest metadata objects from these components\n(in real time or in batch mode in some cases)."),Object(s.mdx)("h3",{id:"applications"},"Applications"),Object(s.mdx)("p",null,"The metadata managed by Atlas is consumed by a variety of applications for satisfying many governance use cases."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Atlas Admin UI"),": This component is a web based application that allows data stewards and scientists to discover\nand annotate metadata. Of primary importance here is a search interface and SQL like query language that can be\nused to query the metadata types and objects managed by Atlas. The Admin UI uses the REST API of Atlas for\nbuilding its functionality."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Tag Based Policies"),": ",Object(s.mdx)("a",{parentName:"p",href:"http://ranger.apache.org/"},"Apache Ranger")," is an advanced security management solution\nfor the Hadoop ecosystem having wide integration with a variety of Hadoop components. By integrating with Atlas,\nRanger allows security administrators to define metadata driven security policies for effective governance.\nRanger is a consumer to the metadata change events notified by Atlas."))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/HighLevelArchitecture.md"}}),d.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var n=a("../node_modules/react/index.js"),s=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:o}=e,{baseUrl:i}=Object(s.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${i}${t}`,height:""+(o||"auto"),width:""+(a||"100%")}))}}}]);
+//# sourceMappingURL=documents-high-level-architecture.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-high-level-architecture.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-high-level-architecture.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..059473c
--- /dev/null
+++ b/2.3.0/static/js/documents-high-level-architecture.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/HighLevelArchitecture.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js"],"names":["layoutProps","MDXContent","components","props","mdxType","src","width","parentName","isMDXComponent","Img","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow"],"mappings":"2bASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,gBAAc,gBAEtB,oBACE,GAAM,gBAAc,gBAEtB,oBACE,GAAM,4CAA0C,4CAElD,cAAC,IAAG,CAACC,IAAG,iCAAoCC,MAAM,MAAMF,QAAQ,QAChE,uGACA,oBACE,GAAM,QAAM,QAEd,wEACA,uBAAG,wBAAQG,WAAW,KAAG,eAAyB,gmBAKlD,+RAGA,uBAAG,wBAAQA,WAAW,KAAG,gBAA0B,qkBAKnD,uBAAG,wBAAQA,WAAW,KAAG,mBAA6B,0PAGtD,oBACE,GAAM,eAAa,eAErB,gFACA,uBAAG,wBAAQA,WAAW,KAAG,OAAiB,2OAE1C,uBAAG,wBAAQA,WAAW,KAAG,aAAuB,ypBAMhD,oBACE,GAAM,oBAAkB,oBAE1B,6OAEA,wBACE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,UAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,cAAY,SAExB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,UAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,UAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,WAG3B,qSAIA,oBACE,GAAM,gBAAc,gBAEtB,2IACA,uBAAG,wBAAQA,WAAW,KAAG,kBAA4B,8VAIrD,uBAAG,wBAAQA,WAAW,KAAG,sBAAgC,KAAM,mBAAGA,WAAW,IACzE,KAAQ,6BAA2B,iBACb,uVAK7B,4LAEDN,EAAWO,gBAAiB,G,sECzG5B,+EAuCeC,IAnBHN,IACX,MAAM,IAAEE,EAAG,MAAEC,EAAK,OAAEI,GAAWP,GACzB,QAAEQ,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BX,IAAM,GAAEM,IAAUN,IAClBK,OAAS,IAAEA,GAAU,QACrBJ,MAAQ,IAAEA,GAAS","file":"static/js/documents-high-level-architecture.473e837a.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"architecture\"\n    }}>{`Architecture`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <h2 {...{\n      \"id\": \"atlas-high-level-architecture---overview\"\n    }}>{`Atlas High Level Architecture - Overview`}</h2>\n    <Img src={`/images/twiki/architecture.png`} width=\"800\" mdxType=\"Img\" />\n    <p>{`The components of Atlas can be grouped under the following major categories:`}</p>\n    <h3 {...{\n      \"id\": \"core\"\n    }}>{`Core`}</h3>\n    <p>{`Atlas core includes the following components:`}</p>\n    <p><strong parentName=\"p\">{`Type System`}</strong>{`: Atlas allows users to define a model for the metadata objects they want to manage. The model is composed\nof definitions called ‘types’. Instances of ‘types’ called ‘entities’ represent the actual metadata objects that are\nmanaged. The Type System is a component that allows users to define and manage the types and entities. All metadata\nobjects managed by Atlas out of the box (like Hive tables, for e.g.) are modelled using types and represented as\nentities. To store new types of metadata in Atlas, one needs to understand the concepts of the type system component.`}</p>\n    <p>{`One key point to note is that the generic nature of the modelling in Atlas allows data stewards and integrators to\ndefine both technical metadata and business metadata. It is also possible to define rich relationships between the\ntwo using features of Atlas.`}</p>\n    <p><strong parentName=\"p\">{`Graph Engine`}</strong>{`: Internally, Atlas persists metadata objects it manages using a Graph model. This approach provides great\nflexibility and enables efficient handling of rich relationships between the metadata objects. Graph engine component is\nresponsible for translating between types and entities of the Atlas type system, and the underlying graph persistence model.\nIn addition to managing the graph objects, the graph engine also creates the appropriate indices for the metadata\nobjects so that they can be searched efficiently. Atlas uses the JanusGraph to store the metadata objects.`}</p>\n    <p><strong parentName=\"p\">{`Ingest / Export`}</strong>{`: The Ingest component allows metadata to be added to Atlas. Similarly, the Export component exposes\nmetadata changes detected by Atlas to be raised as events. Consumers can consume these change events to react to\nmetadata changes in real time.`}</p>\n    <h3 {...{\n      \"id\": \"integration\"\n    }}>{`Integration`}</h3>\n    <p>{`Users can manage metadata in Atlas using two methods:`}</p>\n    <p><strong parentName=\"p\">{`API`}</strong>{`: All functionality of Atlas is exposed to end users via a REST API that allows types and entities to be created,\nupdated and deleted. It is also the primary mechanism to query and discover the types and entities managed by Atlas.`}</p>\n    <p><strong parentName=\"p\">{`Messaging`}</strong>{`: In addition to the API, users can choose to integrate with Atlas using a messaging interface that is\nbased on Kafka. This is useful both for communicating metadata objects to Atlas, and also to consume metadata change\nevents from Atlas using which applications can be built. The messaging interface is particularly useful if one wishes\nto use a more loosely coupled integration with Atlas that could allow for better scalability, reliability etc. Atlas\nuses Apache Kafka as a notification server for communication between hooks and downstream consumers of metadata\nnotification events. Events are written by the hooks and Atlas to different Kafka topics.`}</p>\n    <h3 {...{\n      \"id\": \"metadata-sources\"\n    }}>{`Metadata sources`}</h3>\n    <p>{`Atlas supports integration with many sources of metadata out of the box. More integrations will be added in future\nas well. Currently, Atlas supports ingesting and managing metadata from the following sources:`}</p>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookHBase\"\n        }}>{`HBase`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookHive\"\n        }}>{`Hive`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookSqoop\"\n        }}>{`Sqoop`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookStorm\"\n        }}>{`Storm`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookKafka\"\n        }}>{`Kafka`}</a></li>\n    </ul>\n    <p>{`The integration implies two things:\nThere are metadata models that Atlas defines natively to represent objects of these components.\nThere are components Atlas provides to ingest metadata objects from these components\n(in real time or in batch mode in some cases).`}</p>\n    <h3 {...{\n      \"id\": \"applications\"\n    }}>{`Applications`}</h3>\n    <p>{`The metadata managed by Atlas is consumed by a variety of applications for satisfying many governance use cases.`}</p>\n    <p><strong parentName=\"p\">{`Atlas Admin UI`}</strong>{`: This component is a web based application that allows data stewards and scientists to discover\nand annotate metadata. Of primary importance here is a search interface and SQL like query language that can be\nused to query the metadata types and objects managed by Atlas. The Admin UI uses the REST API of Atlas for\nbuilding its functionality.`}</p>\n    <p><strong parentName=\"p\">{`Tag Based Policies`}</strong>{`: `}<a parentName=\"p\" {...{\n        \"href\": \"http://ranger.apache.org/\"\n      }}>{`Apache Ranger`}</a>{` is an advanced security management solution\nfor the Hadoop ecosystem having wide integration with a variety of Hadoop components. By integrating with Atlas,\nRanger allows security administrators to define metadata driven security policies for effective governance.\nRanger is a consumer to the metadata change events notified by Atlas.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-falcon.4e9a18ba.js b/2.3.0/static/js/documents-hook-hook-falcon.4e9a18ba.js
new file mode 100644
index 0000000..fdc9f21
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-falcon.4e9a18ba.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{"./src/documents/Hook/HookFalcon.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var l=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),o=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],r={};function c(e){var t=e.components,a=Object(l.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"falcon-atlas-bridge"},"Falcon Atlas Bridge"),Object(n.mdx)("h2",{id:"falcon-model"},"Falcon Model"),Object(n.mdx)("p",null,"The default hive model includes the following types:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Entity types:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"falcon_cluster",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: Infrastructure"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, colo, owner, tags"))),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, stored-in, owner, groups, tags"))),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed_creation",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, stored-in, owner"))),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed_replication",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, owner"))),Object(n.mdx)("li",{parentName:"ul"},"falcon_process",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, runs-on, owner, tags, pipelines, workflow-properties")))))),Object(n.mdx)("p",null,"One falcon_process entity is created for every cluster that the falcon process is defined for."),Object(n.mdx)("p",null,"The entities are created and de-duped using unique qualifiedName attribute. They provide namespace and can be used for querying/lineage as well. The unique attributes are:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"falcon_process.qualifiedName          - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<process name>@<cluster name>")),Object(n.mdx)("li",{parentName:"ul"},"falcon_cluster.qualifiedName          - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<cluster name>")),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed.qualifiedName             - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<feed name>@<cluster name>")),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed_creation.qualifiedName    - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<feed name>")),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed_replication.qualifiedName - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<feed name>"))),Object(n.mdx)("h2",{id:"falcon-hook"},"Falcon Hook"),Object(n.mdx)("p",null,"Falcon supports listeners on falcon entity submission. This is used to add entities in Atlas using the model detailed above.\nFollow the instructions below to setup Atlas hook in Falcon:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Add 'org.apache.atlas.falcon.service.AtlasService' to application.services in ",Object(n.mdx)("inlineCode",{parentName:"li"},"<falcon-conf>"),"/startup.properties"),Object(n.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-falcon-hook.tar.gz"),Object(n.mdx)("li",{parentName:"ul"},"cd apache-atlas-falcon-hook-${project.version}"),Object(n.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-falcon-hook-${project.version}/hook/falcon to ",Object(n.mdx)("inlineCode",{parentName:"li"},"<atlas-home>"),"/hook/falcon"),Object(n.mdx)("li",{parentName:"ul"},"Link Atlas hook jars in Falcon classpath - 'ln -s ",Object(n.mdx)("inlineCode",{parentName:"li"},"<atlas-home>"),"/hook/falcon/* ",Object(n.mdx)("inlineCode",{parentName:"li"},"<falcon-home>"),"/server/webapp/falcon/WEB-INF/lib/'"),Object(n.mdx)("li",{parentName:"ul"},"In ",Object(n.mdx)("inlineCode",{parentName:"li"},"<falcon_conf>"),"/falcon-env.sh, set an environment variable as follows:")),Object(n.mdx)(i.a,{wrapLines:!0,language:"java",style:o.a,mdxType:"SyntaxHighlighter"},'export FALCON_SERVER_OPTS="<atlas_home>/hook/falcon/*:$FALCON_SERVER_OPTS"'),Object(n.mdx)("p",null,"The following properties in ",Object(n.mdx)("inlineCode",{parentName:"p"},"<atlas-conf>"),"/atlas-application.properties control the thread pool and notification details:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.synchronous   - boolean, true to run the hook synchronously. default false"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.numRetries    - number of retries for notification failure. default 3"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.minThreads    - core number of threads. default 5"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.maxThreads    - maximum number of threads. default 5"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.keepAliveTime - keep alive time in msecs. default 10"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.queueSize     - queue size for the threadpool. default 10000")),Object(n.mdx)("p",null,"Refer ",Object(n.mdx)("a",{parentName:"p",href:"#/Configuration"},"Configuration")," for notification related configurations"),Object(n.mdx)("h2",{id:"notes"},"NOTES"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"In falcon cluster entity, cluster name used should be uniform across components like hive, falcon, sqoop etc. If used with ambari, ambari cluster name should be used for cluster entity")))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookFalcon.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var l=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");l.a.hljs.color="#37bb9b",t.a=l.a}}]);
+//# sourceMappingURL=documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7572208
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookFalcon.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ykBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,uBAAqB,uBAE7B,oBACE,GAAM,gBAAc,gBAEtB,+EACA,wBACE,oBAAIC,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,iBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,+BACnB,oBAAIA,WAAW,MAAI,8CAGvB,oBAAIA,WAAW,MAAI,cACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,2DAGvB,oBAAIA,WAAW,MAAI,uBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,6CAGvB,oBAAIA,WAAW,MAAI,0BACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,kCAGvB,oBAAIA,WAAW,MAAI,iBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,oFAM7B,yHACA,sMACA,wBACE,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,kCAC3F,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,mBAC3F,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,+BAC3F,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,gBAC3F,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,iBAE7F,oBACE,GAAM,eAAa,eAErB,qNAEA,wBACE,oBAAIA,WAAW,MAAI,iFAAmF,4BAAYA,WAAW,MAAI,iBAA+B,uBAChK,oBAAIA,WAAW,MAAI,4DACnB,oBAAIA,WAAW,MAAI,kDACnB,oBAAIA,WAAW,MAAI,6FAAgG,4BAAYA,WAAW,MAAI,gBAA8B,gBAC5K,oBAAIA,WAAW,MAAI,qDAAuD,4BAAYA,WAAW,MAAI,gBAA8B,kBAAmB,4BAAYA,WAAW,MAAI,iBAA+B,uCAChN,oBAAIA,WAAW,MAAI,MAAQ,4BAAYA,WAAW,MAAI,iBAA+B,4DAEvF,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,8EAGlG,sDAAmC,4BAAYC,WAAW,KAAG,gBAA8B,mFAC3F,wBACE,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,2FACnB,oBAAIA,WAAW,MAAI,uEACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,mFAErB,gCAAa,mBAAGA,WAAW,IACvB,KAAQ,mBAAiB,iBACH,4CAC1B,oBACE,GAAM,SAAO,SAEf,wBACE,oBAAIA,WAAW,MAAI,8LAGxB,sLAEDJ,EAAWS,gBAAiB,G,+DC9G5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-falcon.4e9a18ba.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"falcon-atlas-bridge\"\n    }}>{`Falcon Atlas Bridge`}</h1>\n    <h2 {...{\n      \"id\": \"falcon-model\"\n    }}>{`Falcon Model`}</h2>\n    <p>{`The default hive model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`falcon_cluster`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Infrastructure`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, colo, owner, tags`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`falcon_feed`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, stored-in, owner, groups, tags`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`falcon_feed_creation`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, stored-in, owner`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`falcon_feed_replication`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, owner`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`falcon_process`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, runs-on, owner, tags, pipelines, workflow-properties`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`One falcon_process entity is created for every cluster that the falcon process is defined for.`}</p>\n    <p>{`The entities are created and de-duped using unique qualifiedName attribute. They provide namespace and can be used for querying/lineage as well. The unique attributes are:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`falcon_process.qualifiedName          - `}<inlineCode parentName=\"li\">{`<process name>@<cluster name>`}</inlineCode></li>\n      <li parentName=\"ul\">{`falcon_cluster.qualifiedName          - `}<inlineCode parentName=\"li\">{`<cluster name>`}</inlineCode></li>\n      <li parentName=\"ul\">{`falcon_feed.qualifiedName             - `}<inlineCode parentName=\"li\">{`<feed name>@<cluster name>`}</inlineCode></li>\n      <li parentName=\"ul\">{`falcon_feed_creation.qualifiedName    - `}<inlineCode parentName=\"li\">{`<feed name>`}</inlineCode></li>\n      <li parentName=\"ul\">{`falcon_feed_replication.qualifiedName - `}<inlineCode parentName=\"li\">{`<feed name>`}</inlineCode></li>\n    </ul>\n    <h2 {...{\n      \"id\": \"falcon-hook\"\n    }}>{`Falcon Hook`}</h2>\n    <p>{`Falcon supports listeners on falcon entity submission. This is used to add entities in Atlas using the model detailed above.\nFollow the instructions below to setup Atlas hook in Falcon:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Add 'org.apache.atlas.falcon.service.AtlasService' to application.services in `}<inlineCode parentName=\"li\">{`<falcon-conf>`}</inlineCode>{`/startup.properties`}</li>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-falcon-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-falcon-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-falcon-hook-\\${project.version}/hook/falcon to `}<inlineCode parentName=\"li\">{`<atlas-home>`}</inlineCode>{`/hook/falcon`}</li>\n      <li parentName=\"ul\">{`Link Atlas hook jars in Falcon classpath - 'ln -s `}<inlineCode parentName=\"li\">{`<atlas-home>`}</inlineCode>{`/hook/falcon/* `}<inlineCode parentName=\"li\">{`<falcon-home>`}</inlineCode>{`/server/webapp/falcon/WEB-INF/lib/'`}</li>\n      <li parentName=\"ul\">{`In `}<inlineCode parentName=\"li\">{`<falcon_conf>`}</inlineCode>{`/falcon-env.sh, set an environment variable as follows:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n     {`export FALCON_SERVER_OPTS=\"<atlas_home>/hook/falcon/*:$FALCON_SERVER_OPTS\"`}\n     </SyntaxHighlighter>\n    <p>{`The following properties in `}<inlineCode parentName=\"p\">{`<atlas-conf>`}</inlineCode>{`/atlas-application.properties control the thread pool and notification details:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`atlas.hook.falcon.synchronous   - boolean, true to run the hook synchronously. default false`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.numRetries    - number of retries for notification failure. default 3`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.minThreads    - core number of threads. default 5`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.maxThreads    - maximum number of threads. default 5`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.keepAliveTime - keep alive time in msecs. default 10`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.queueSize     - queue size for the threadpool. default 10000`}</li>\n    </ul>\n    <p>{`Refer `}<a parentName=\"p\" {...{\n        \"href\": \"#/Configuration\"\n      }}>{`Configuration`}</a>{` for notification related configurations`}</p>\n    <h2 {...{\n      \"id\": \"notes\"\n    }}>{`NOTES`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`In falcon cluster entity, cluster name used should be uniform across components like hive, falcon, sqoop etc. If used with ambari, ambari cluster name should be used for cluster entity`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-h-base.3097c568.js b/2.3.0/static/js/documents-hook-hook-h-base.3097c568.js
new file mode 100644
index 0000000..6474a7b
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-h-base.3097c568.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{"./src/documents/Hook/HookHBase.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return r}));var s=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),o=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),n=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],m={};function r(e){var a=e.components,t=Object(s.a)(e,l);return Object(o.mdx)("wrapper",Object.assign({},m,t,{components:a,mdxType:"MDXLayout"}),Object(o.mdx)("h1",{id:"apache-atlas-hook--bridge-for-apache-hbase"},"Apache Atlas Hook & Bridge for Apache HBase"),Object(o.mdx)("h2",{id:"hbase-model"},"HBase Model"),Object(o.mdx)("p",null,"HBase model includes the following types:"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"Entity types:",Object(o.mdx)("ul",{parentName:"li"},Object(o.mdx)("li",{parentName:"ul"},"hbase_namespace",Object(o.mdx)("ul",{parentName:"li"},Object(o.mdx)("li",{parentName:"ul"},"super-types: Asset"),Object(o.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, clusterName, parameters, createTime, modifiedTime"))),Object(o.mdx)("li",{parentName:"ul"},"hbase_table",Object(o.mdx)("ul",{parentName:"li"},Object(o.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(o.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, namespace, column_families, uri, parameters, createtime, modifiedtime, maxfilesize, isReadOnly, isCompactionEnabled, isNormalizationEnabled, ReplicaPerRegion, Durability"))),Object(o.mdx)("li",{parentName:"ul"},"hbase_column_family",Object(o.mdx)("ul",{parentName:"li"},Object(o.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(o.mdx)("li",{parentName:"ul"},"attributes:  qualifiedName, name, description, owner, columns, createTime, bloomFilterType, compressionType, compactionCompressionType, encryptionType, inMemoryCompactionPolicy, keepDeletedCells, maxversions, minVersions, datablockEncoding, storagePolicy, ttl, blockCachedEnabled, cacheBloomsOnWrite, cacheDataOnWrite, evictBlocksOnClose, prefetchBlocksOnOpen, newVersionsBehavior, isMobEnabled, mobCompactPartitionPolicy")))))),Object(o.mdx)("p",null,"HBase entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below. Note that namespaceName, tableName and columnFamilyName should be in lower case."),Object(o.mdx)(i.a,{wrapLines:!0,language:"java",style:n.a,mdxType:"SyntaxHighlighter"},"hbase_namespace.qualifiedName:      <namespaceName>@<clusterName>\nhbase_table.qualifiedName:          <namespaceName>:<tableName>@<clusterName>\nhbase_column_family.qualifiedName:  <namespaceName>:<tableName>.<columnFamilyName>@<clusterName>"),Object(o.mdx)("h2",{id:"hbase-hook"},"HBase Hook"),Object(o.mdx)("p",null,"Atlas HBase hook registers with HBase master as a co-processor. On detecting changes to HBase namespaces/tables/column-families, Atlas hook updates the metadata in Atlas via Kafka notifications.\nFollow the instructions below to setup Atlas hook in HBase:"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"Register Atlas hook in hbase-site.xml by adding the following:")),Object(o.mdx)(i.a,{wrapLines:!0,language:"xml",style:n.a,mdxType:"SyntaxHighlighter"},"<property>\n<name>hbase.coprocessor.master.classes</name>\n<value>org.apache.atlas.hbase.hook.HBaseAtlasCoprocessor</value>\n</property>"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-hbase-hook.tar.gz"),Object(o.mdx)("li",{parentName:"ul"},"cd apache-atlas-hbase-hook-${project.version}"),Object(o.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-hbase-hook-${project.version}/hook/hbase to ",Object(o.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/hbase"),Object(o.mdx)("li",{parentName:"ul"},"Link Atlas hook jars in HBase classpath - 'ln -s ",Object(o.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/hbase/* ",Object(o.mdx)("inlineCode",{parentName:"li"},"<hbase-home>"),"/lib/'"),Object(o.mdx)("li",{parentName:"ul"},"Copy ",Object(o.mdx)("inlineCode",{parentName:"li"},"<atlas-conf>"),"/atlas-application.properties to the HBase conf directory.")),Object(o.mdx)("p",null,"The following properties in atlas-application.properties control the thread pool and notification details:"),Object(o.mdx)(i.a,{wrapLines:!0,language:"java",style:n.a,mdxType:"SyntaxHighlighter"},"atlas.hook.hbase.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in HBase operations. Default: false\natlas.hook.hbase.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.hbase.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20"),Object(o.mdx)("p",null,'Other configurations for Kafka notification producer can be specified by prefixing the configuration name with "atlas.kafka.".\nFor list of configuration supported by Kafka producer, please refer to ',Object(o.mdx)("a",{parentName:"p",href:"http://kafka.apache.org/documentation/#producerconfigs"},"Kafka Producer Configs")),Object(o.mdx)("h2",{id:"notes"},"NOTES"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"Only the namespace, table and column-family create/update/delete operations are captured by Atlas HBase hook. Changes to columns are be captured.")),Object(o.mdx)("h2",{id:"importing-hbase-metadata"},"Importing HBase Metadata"),Object(o.mdx)("p",null,"Apache Atlas provides a command-line utility, import-hbase.sh, to import metadata of Apache HBase namespaces and tables into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with namespaces/tables present in an Apache HBase cluster.\nThis utility supports importing metadata of a specific table, tables in a specific namespace or all tables."),Object(o.mdx)(i.a,{wrapLines:!0,language:"java",style:n.a,mdxType:"SyntaxHighlighter"},"Usage 1: <atlas package>/hook-bin/import-hbase.sh\nUsage 2: <atlas package>/hook-bin/import-hbase.sh [-n <namespace regex> OR --namespace <namespace regex>] [-t <table regex> OR --table <table regex>]\nUsage 3: <atlas package>/hook-bin/import-hbase.sh [-f <filename>]\n           File Format:\n             namespace1:tbl1\n             namespace1:tbl2\n             namespace2:tbl1"))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookHBase.md"}}),r.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var s=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");s.a.hljs.color="#37bb9b",a.a=s.a}}]);
+//# sourceMappingURL=documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..a77ea66
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookHBase.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ykBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,8CAA4C,+CAEpD,oBACE,GAAM,eAAa,eAErB,oEACA,wBACE,oBAAIC,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,sBACnB,oBAAIA,WAAW,MAAI,4GAGvB,oBAAIA,WAAW,MAAI,cACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,oOAGvB,oBAAIA,WAAW,MAAI,sBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,8aAM7B,qPACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,sPAKlG,oBACE,GAAM,cAAY,cAEpB,0RAEA,wBACE,oBAAIC,WAAW,MAAI,mEAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,MAAMC,MAAOC,IAAYL,QAAQ,qBAAmB,4IAMjG,wBACE,oBAAIC,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,2FAA8F,4BAAYA,WAAW,MAAI,mBAAiC,eAC7K,oBAAIA,WAAW,MAAI,oDAAsD,4BAAYA,WAAW,MAAI,mBAAiC,iBAAkB,4BAAYA,WAAW,MAAI,gBAA8B,UAChN,oBAAIA,WAAW,MAAI,QAAU,4BAAYA,WAAW,MAAI,gBAA8B,+DAExF,qIACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,8yBAUlG,iOACqE,mBAAGC,WAAW,IAC/E,KAAQ,0DAAwD,2BAEpE,oBACE,GAAM,SAAO,SAEf,wBACE,oBAAIA,WAAW,MAAI,sJAErB,oBACE,GAAM,4BAA0B,4BAElC,kYAGA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,mYAUrG,qLAEDH,EAAWS,gBAAiB,G,+DCtH5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-h-base.3097c568.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook--bridge-for-apache-hbase\"\n    }}>{`Apache Atlas Hook & Bridge for Apache HBase`}</h1>\n    <h2 {...{\n      \"id\": \"hbase-model\"\n    }}>{`HBase Model`}</h2>\n    <p>{`HBase model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`hbase_namespace`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Asset`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, clusterName, parameters, createTime, modifiedTime`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hbase_table`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, namespace, column_families, uri, parameters, createtime, modifiedtime, maxfilesize, isReadOnly, isCompactionEnabled, isNormalizationEnabled, ReplicaPerRegion, Durability`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hbase_column_family`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes:  qualifiedName, name, description, owner, columns, createTime, bloomFilterType, compressionType, compactionCompressionType, encryptionType, inMemoryCompactionPolicy, keepDeletedCells, maxversions, minVersions, datablockEncoding, storagePolicy, ttl, blockCachedEnabled, cacheBloomsOnWrite, cacheDataOnWrite, evictBlocksOnClose, prefetchBlocksOnOpen, newVersionsBehavior, isMobEnabled, mobCompactPartitionPolicy`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`HBase entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below. Note that namespaceName, tableName and columnFamilyName should be in lower case.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`hbase_namespace.qualifiedName:      <namespaceName>@<clusterName>\nhbase_table.qualifiedName:          <namespaceName>:<tableName>@<clusterName>\nhbase_column_family.qualifiedName:  <namespaceName>:<tableName>.<columnFamilyName>@<clusterName>`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"hbase-hook\"\n    }}>{`HBase Hook`}</h2>\n    <p>{`Atlas HBase hook registers with HBase master as a co-processor. On detecting changes to HBase namespaces/tables/column-families, Atlas hook updates the metadata in Atlas via Kafka notifications.\nFollow the instructions below to setup Atlas hook in HBase:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Register Atlas hook in hbase-site.xml by adding the following:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"xml\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`<property>\n<name>hbase.coprocessor.master.classes</name>\n<value>org.apache.atlas.hbase.hook.HBaseAtlasCoprocessor</value>\n</property>`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-hbase-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-hbase-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-hbase-hook-\\${project.version}/hook/hbase to `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/hbase`}</li>\n      <li parentName=\"ul\">{`Link Atlas hook jars in HBase classpath - 'ln -s `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/hbase/* `}<inlineCode parentName=\"li\">{`<hbase-home>`}</inlineCode>{`/lib/'`}</li>\n      <li parentName=\"ul\">{`Copy `}<inlineCode parentName=\"li\">{`<atlas-conf>`}</inlineCode>{`/atlas-application.properties to the HBase conf directory.`}</li>\n    </ul>\n    <p>{`The following properties in atlas-application.properties control the thread pool and notification details:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.hook.hbase.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in HBase operations. Default: false\natlas.hook.hbase.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.hbase.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20`}\n    </SyntaxHighlighter>\n    <p>{`Other configurations for Kafka notification producer can be specified by prefixing the configuration name with \"atlas.kafka.\".\nFor list of configuration supported by Kafka producer, please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://kafka.apache.org/documentation/#producerconfigs\"\n      }}>{`Kafka Producer Configs`}</a></p>\n    <h2 {...{\n      \"id\": \"notes\"\n    }}>{`NOTES`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Only the namespace, table and column-family create/update/delete operations are captured by Atlas HBase hook. Changes to columns are be captured.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"importing-hbase-metadata\"\n    }}>{`Importing HBase Metadata`}</h2>\n    <p>{`Apache Atlas provides a command-line utility, import-hbase.sh, to import metadata of Apache HBase namespaces and tables into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with namespaces/tables present in an Apache HBase cluster.\nThis utility supports importing metadata of a specific table, tables in a specific namespace or all tables.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Usage 1: <atlas package>/hook-bin/import-hbase.sh\nUsage 2: <atlas package>/hook-bin/import-hbase.sh [-n <namespace regex> OR --namespace <namespace regex>] [-t <table regex> OR --table <table regex>]\nUsage 3: <atlas package>/hook-bin/import-hbase.sh [-f <filename>]\n           File Format:\n             namespace1:tbl1\n             namespace1:tbl2\n             namespace2:tbl1`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-hive.a0073868.js b/2.3.0/static/js/documents-hook-hook-hive.a0073868.js
new file mode 100644
index 0000000..92ef225
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-hive.a0073868.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{"./src/documents/Hook/HookHive.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),n=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=a("./theme/components/shared/Img/index.js"),r=["components"],m={};function d(e){var t=e.components,a=Object(i.a)(e,r);return Object(l.mdx)("wrapper",Object.assign({},m,a,{components:t,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"apache-atlas-hook--bridge-for-apache-hive"},"Apache Atlas Hook & Bridge for Apache Hive"),Object(l.mdx)("h2",{id:"hive-model"},"Hive Model"),Object(l.mdx)("p",null,"Hive model includes the following types:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Entity types:"),Object(l.mdx)("li",{parentName:"ul"},"hive_db",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Asset"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, clusterName, location, parameters, ownerName"))),Object(l.mdx)("li",{parentName:"ul"},"hive_table",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, db, createTime, lastAccessTime, comment, retention, sd, partitionKeys, columns, aliases, parameters, viewOriginalText, viewExpandedText, tableType, temporary"),Object(l.mdx)("li",{parentName:"ul"},"hive_column",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, type, comment, table"))),Object(l.mdx)("li",{parentName:"ul"},"hive_storagedesc",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Referenceable"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, table, location, inputFormat, outputFormat, compressed, numBuckets, serdeInfo, bucketCols, sortCols, parameters, storedAsSubDirectories"))),Object(l.mdx)("li",{parentName:"ul"},"hive_process",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, inputs, outputs, startTime, endTime, userName, operationType, queryText, queryPlan, queryId, clusterName"))),Object(l.mdx)("li",{parentName:"ul"},"hive_column_lineage",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, inputs, outputs, query, depenendencyType, expression")))))),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Enum types:"),Object(l.mdx)("li",{parentName:"ul"},"hive_principal_type",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"values: USER, ROLE, GROUP")))),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Struct types:",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"hive_order",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"attributes: col, order"))),Object(l.mdx)("li",{parentName:"ul"},"hive_serde",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"attributes: name, serializationLib, parameters")))))),Object(l.mdx)("p",null,"Hive entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below. Note that dbName, tableName and columnName should be in lower case."),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"hive_db.qualifiedName:     <dbName>@<clusterName>\nhive_table.qualifiedName:  <dbName>.<tableName>@<clusterName>\nhive_column.qualifiedName: <dbName>.<tableName>.<columnName>@<clusterName>\nhive_process.queryString:  trimmed query string in lower case"),Object(l.mdx)("h2",{id:"hive-hook"},"Hive Hook"),Object(l.mdx)("p",null,"Atlas Hive hook registers with Hive to listen for create/update/delete operations and updates the metadata in Atlas, via Kafka notifications, for the changes in Hive.\nFollow the instructions below to setup Atlas hook in Hive:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Set-up Atlas hook in hive-site.xml by adding the following:")),Object(l.mdx)(o.a,{wrapLines:!0,language:"xml",style:n.a,mdxType:"SyntaxHighlighter"},"<property>\n    <name>hive.exec.post.hooks</name>\n      <value>org.apache.atlas.hive.hook.HiveHook</value>\n  </property>"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-hive-hook.tar.gz"),Object(l.mdx)("li",{parentName:"ul"},"cd apache-atlas-hive-hook-${project.version}"),Object(l.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-hive-hook-${project.version}/hook/hive to ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/hive"),Object(l.mdx)("li",{parentName:"ul"},"Add 'export HIVE_AUX_JARS_PATH=",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/hive' in hive-env.sh of your hive configuration"),Object(l.mdx)("li",{parentName:"ul"},"Copy ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas-conf>"),"/atlas-application.properties to the hive conf directory.")),Object(l.mdx)("p",null,"The following properties in atlas-application.properties control the thread pool and notification details:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"atlas.hook.hive.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in Hive query completion. Default: false\natlas.hook.hive.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.hive.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20"),Object(l.mdx)("p",null,'Other configurations for Kafka notification producer can be specified by prefixing the configuration name with "atlas.kafka.". For list of configuration supported by Kafka producer, please refer to ',Object(l.mdx)("a",{parentName:"p",href:"http://kafka.apache.org/documentation/#producerconfigs"},"Kafka Producer Configs")),Object(l.mdx)("h2",{id:"column-level-lineage"},"Column Level Lineage"),Object(l.mdx)("p",null,"Starting from 0.8-incubating version of Atlas, Column level lineage is captured in Atlas. Below are the details"),Object(l.mdx)("h3",{id:"model"},"Model"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"ColumnLineageProcess type is a subtype of Process"),Object(l.mdx)("li",{parentName:"ul"},"This relates an output Column to a set of input Columns or the Input Table"),Object(l.mdx)("li",{parentName:"ul"},"The lineage also captures the kind of dependency, as listed below:",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"SIMPLE:     output column has the same value as the input"),Object(l.mdx)("li",{parentName:"ul"},"EXPRESSION: output column is transformed by some expression at runtime (for e.g. a Hive SQL expression) on the Input Columns."),Object(l.mdx)("li",{parentName:"ul"},"SCRIPT:     output column is transformed by a user provided script."))),Object(l.mdx)("li",{parentName:"ul"},"In case of EXPRESSION dependency the expression attribute contains the expression in string form"),Object(l.mdx)("li",{parentName:"ul"},"Since Process links input and output DataSets, Column is a subtype of DataSet")),Object(l.mdx)("h3",{id:"examples"},"Examples"),Object(l.mdx)("p",null,"For a simple CTAS below:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"sql",style:n.a,mdxType:"SyntaxHighlighter"},"create table t2 as select id, name from T1"),Object(l.mdx)("p",null,"The lineage is captured as"),Object(l.mdx)(s.a,{src:"/images/column_lineage_ex1.png",height:"200",width:"400",mdxType:"Img"}),Object(l.mdx)("h3",{id:"extracting-lineage-from-hive-commands"},"Extracting Lineage from Hive commands"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"The HiveHook maps the LineageInfo in the HookContext to Column lineage instances"),Object(l.mdx)("li",{parentName:"ul"},"The LineageInfo in Hive provides column-level lineage for the final FileSinkOperator, linking them to the input columns in the Hive Query")),Object(l.mdx)("h2",{id:"notes"},"NOTES"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Column level lineage works with Hive version 1.2.1 after the patch for ",Object(l.mdx)("a",{href:"https://issues.apache.org/jira/browse/HIVE-13112"},"HIVE-13112")," is applied to Hive source"),Object(l.mdx)("li",{parentName:"ul"},"Since database name, table name and column names are case-insensitive in hive, the corresponding names in entities are lowercase. So, any search APIs should use lowercase while querying on the entity names"),Object(l.mdx)("li",{parentName:"ul"},"The following hive operations are captured by hive hook currently",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"create database"),Object(l.mdx)("li",{parentName:"ul"},"create table/view, create table as select"),Object(l.mdx)("li",{parentName:"ul"},"load, import, export"),Object(l.mdx)("li",{parentName:"ul"},"DMLs (insert)"),Object(l.mdx)("li",{parentName:"ul"},"alter database"),Object(l.mdx)("li",{parentName:"ul"},"alter table (skewed table information, stored as, protection is not supported)"),Object(l.mdx)("li",{parentName:"ul"},"alter view")))),Object(l.mdx)("h2",{id:"importing-hive-metadata"},"Importing Hive Metadata"),Object(l.mdx)("p",null,"Apache Atlas provides a command-line utility, import-hive.sh, to import metadata of Apache Hive databases and tables into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with databases/tables present in Apache Hive.\nThis utility supports importing metadata of a specific table, tables in a specific database or all databases and tables."),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"Usage 1: <atlas package>/hook-bin/import-hive.sh\nUsage 2: <atlas package>/hook-bin/import-hive.sh [-d <database regex> OR --database <database regex>] [-t <table regex> OR --table <table regex>]\nUsage 3: <atlas package>/hook-bin/import-hive.sh [-f <filename>]\n           File Format:\n             database1:tbl1\n             database1:tbl2\n             database2:tbl1"))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookHive.md"}}),d.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var i=a("../node_modules/react/index.js"),l=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:n}=e,{baseUrl:o}=Object(l.useConfig)();return i.createElement("div",null,i.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${o}${t}`,height:""+(n||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-hook-hook-hive.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-hive.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-hook-hook-hive.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..47d7fb3
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-hive.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookHive.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","src","height","width","href","isMDXComponent","Img","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"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","file":"static/js/documents-hook-hook-hive.a0073868.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook--bridge-for-apache-hive\"\n    }}>{`Apache Atlas Hook & Bridge for Apache Hive`}</h1>\n    <h2 {...{\n      \"id\": \"hive-model\"\n    }}>{`Hive Model`}</h2>\n    <p>{`Hive model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}</li>\n      <li parentName=\"ul\">{`hive_db`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`super-types: Asset`}</li>\n          <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, clusterName, location, parameters, ownerName`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`hive_table`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`super-types: DataSet`}</li>\n          <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, db, createTime, lastAccessTime, comment, retention, sd, partitionKeys, columns, aliases, parameters, viewOriginalText, viewExpandedText, tableType, temporary`}</li>\n          <li parentName=\"ul\">{`hive_column`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, type, comment, table`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hive_storagedesc`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Referenceable`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, table, location, inputFormat, outputFormat, compressed, numBuckets, serdeInfo, bucketCols, sortCols, parameters, storedAsSubDirectories`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hive_process`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, inputs, outputs, startTime, endTime, userName, operationType, queryText, queryPlan, queryId, clusterName`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hive_column_lineage`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, inputs, outputs, query, depenendencyType, expression`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Enum types:`}</li>\n      <li parentName=\"ul\">{`hive_principal_type`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`values: USER, ROLE, GROUP`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Struct types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`hive_order`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`attributes: col, order`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hive_serde`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`attributes: name, serializationLib, parameters`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`Hive entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below. Note that dbName, tableName and columnName should be in lower case.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`hive_db.qualifiedName:     <dbName>@<clusterName>\nhive_table.qualifiedName:  <dbName>.<tableName>@<clusterName>\nhive_column.qualifiedName: <dbName>.<tableName>.<columnName>@<clusterName>\nhive_process.queryString:  trimmed query string in lower case`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"hive-hook\"\n    }}>{`Hive Hook`}</h2>\n    <p>{`Atlas Hive hook registers with Hive to listen for create/update/delete operations and updates the metadata in Atlas, via Kafka notifications, for the changes in Hive.\nFollow the instructions below to setup Atlas hook in Hive:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Set-up Atlas hook in hive-site.xml by adding the following:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"xml\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`<property>\n    <name>hive.exec.post.hooks</name>\n      <value>org.apache.atlas.hive.hook.HiveHook</value>\n  </property>`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-hive-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-hive-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-hive-hook-\\${project.version}/hook/hive to `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/hive`}</li>\n      <li parentName=\"ul\">{`Add 'export HIVE_AUX_JARS_PATH=`}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/hive' in hive-env.sh of your hive configuration`}</li>\n      <li parentName=\"ul\">{`Copy `}<inlineCode parentName=\"li\">{`<atlas-conf>`}</inlineCode>{`/atlas-application.properties to the hive conf directory.`}</li>\n    </ul>\n    <p>{`The following properties in atlas-application.properties control the thread pool and notification details:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.hook.hive.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in Hive query completion. Default: false\natlas.hook.hive.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.hive.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20`}\n    </SyntaxHighlighter>\n    <p>{`Other configurations for Kafka notification producer can be specified by prefixing the configuration name with \"atlas.kafka.\". For list of configuration supported by Kafka producer, please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://kafka.apache.org/documentation/#producerconfigs\"\n      }}>{`Kafka Producer Configs`}</a></p>\n    <h2 {...{\n      \"id\": \"column-level-lineage\"\n    }}>{`Column Level Lineage`}</h2>\n    <p>{`Starting from 0.8-incubating version of Atlas, Column level lineage is captured in Atlas. Below are the details`}</p>\n    <h3 {...{\n      \"id\": \"model\"\n    }}>{`Model`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`ColumnLineageProcess type is a subtype of Process`}</li>\n      <li parentName=\"ul\">{`This relates an output Column to a set of input Columns or the Input Table`}</li>\n      <li parentName=\"ul\">{`The lineage also captures the kind of dependency, as listed below:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`SIMPLE:     output column has the same value as the input`}</li>\n          <li parentName=\"ul\">{`EXPRESSION: output column is transformed by some expression at runtime (for e.g. a Hive SQL expression) on the Input Columns.`}</li>\n          <li parentName=\"ul\">{`SCRIPT:     output column is transformed by a user provided script.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`In case of EXPRESSION dependency the expression attribute contains the expression in string form`}</li>\n      <li parentName=\"ul\">{`Since Process links input and output DataSets, Column is a subtype of DataSet`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"examples\"\n    }}>{`Examples`}</h3>\n    <p>{`For a simple CTAS below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\ncreate table t2 as select id, name from T1\n    </SyntaxHighlighter>\n    <p>{`The lineage is captured as`}</p>\n    <Img src={`/images/column_lineage_ex1.png`} height=\"200\" width=\"400\" mdxType=\"Img\" />\n    <h3 {...{\n      \"id\": \"extracting-lineage-from-hive-commands\"\n    }}>{`Extracting Lineage from Hive commands`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`The HiveHook maps the LineageInfo in the HookContext to Column lineage instances`}</li>\n      <li parentName=\"ul\">{`The LineageInfo in Hive provides column-level lineage for the final FileSinkOperator, linking them to the input columns in the Hive Query`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"notes\"\n    }}>{`NOTES`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Column level lineage works with Hive version 1.2.1 after the patch for `}<a href=\"https://issues.apache.org/jira/browse/HIVE-13112\">{`HIVE-13112`}</a>{` is applied to Hive source`}</li>\n      <li parentName=\"ul\">{`Since database name, table name and column names are case-insensitive in hive, the corresponding names in entities are lowercase. So, any search APIs should use lowercase while querying on the entity names`}</li>\n      <li parentName=\"ul\">{`The following hive operations are captured by hive hook currently`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`create database`}</li>\n          <li parentName=\"ul\">{`create table/view, create table as select`}</li>\n          <li parentName=\"ul\">{`load, import, export`}</li>\n          <li parentName=\"ul\">{`DMLs (insert)`}</li>\n          <li parentName=\"ul\">{`alter database`}</li>\n          <li parentName=\"ul\">{`alter table (skewed table information, stored as, protection is not supported)`}</li>\n          <li parentName=\"ul\">{`alter view`}</li>\n        </ul>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"importing-hive-metadata\"\n    }}>{`Importing Hive Metadata`}</h2>\n    <p>{`Apache Atlas provides a command-line utility, import-hive.sh, to import metadata of Apache Hive databases and tables into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with databases/tables present in Apache Hive.\nThis utility supports importing metadata of a specific table, tables in a specific database or all databases and tables.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Usage 1: <atlas package>/hook-bin/import-hive.sh\nUsage 2: <atlas package>/hook-bin/import-hive.sh [-d <database regex> OR --database <database regex>] [-t <table regex> OR --table <table regex>]\nUsage 3: <atlas package>/hook-bin/import-hive.sh [-f <filename>]\n           File Format:\n             database1:tbl1\n             database1:tbl2\n             database2:tbl1`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..716b619
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookKafka.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","package","isMDXComponent","Img","src","width","height","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"unBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sCAAoC,sCAE5C,oBACE,GAAM,eAAa,eAErB,oEACA,wBACE,oBAAIC,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,cACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,wFAM7B,iOAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,8CAGnG,oBACE,GAAM,SAAO,SAEf,mEAAgD,sCAAmB,sBACnE,uDAAoC,sCAAmB,yBAA0B,uBAAOM,SAAA,IAAU,uBAClG,uDAAoC,sCAAmB,wBAAyB,uBAAOA,SAAA,IAAU,uBACjG,oBACE,GAAM,4BAA0B,4BAElC,6TAGA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,4SAUtG,qLAEDH,EAAWU,gBAAiB,G,sECtE5B,+EAuCeC,IAnBHT,IACX,MAAM,IAAEU,EAAG,MAAEC,EAAK,OAAEC,GAAWZ,GACzB,QAAEa,GAAYC,sBAMpB,OACC,2BACC,uBAC6BT,MART,CACtBU,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BP,IAAM,GAAEG,IAAUH,IAClBE,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAO,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-kafka.f0f0fa18.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook-for-apache-kafka\"\n    }}>{`Apache Atlas Hook for Apache Kafka`}</h1>\n    <h2 {...{\n      \"id\": \"kafka-model\"\n    }}>{`Kafka Model`}</h2>\n    <p>{`Kafka model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`kafka_topic`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, topic, uri, partitionCount`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`Kafka entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below.\nNote that qualifiedName will have topic name in lower case.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`topic.qualifiedName: <topic>@<clusterName>`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"setup\"\n    }}>{`Setup`}</h2>\n    <p>{`Binary files are present in apache-atlas-`}<release-version />{`-kafka-hook.tar.gz`}</p>\n    <p>{`Copy apache-atlas-kafka-hook-`}<release-version />{`/hook/kafka folder to `}<atlas package />{`/hook/    directory`}</p>\n    <p>{`Copy apache-atlas-kafka-hook-`}<release-version />{`/hook-bin folder to  `}<atlas package />{`/hook-bin directory`}</p>\n    <h2 {...{\n      \"id\": \"importing-kafka-metadata\"\n    }}>{`Importing Kafka Metadata`}</h2>\n    <p>{`Apache Atlas provides a command-line utility, import-kafka.sh, to import metadata of Apache Kafka topics into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with topics present in Apache Kafka.\nThis utility supports importing metadata of a specific topic or all topics.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`sage 1: <atlas package>/hook-bin/import-kafka.sh\nUsage 2: <atlas package>/hook-bin/import-kafka.sh [-t <topic prefix> OR --topic <topic prefix>]\nUsage 3: <atlas package>/hook-bin/import-kafka.sh [-f <filename>]\n         File Format:\n            topic1\n            topic2\n            topic3`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-kafka.f0f0fa18.js b/2.3.0/static/js/documents-hook-hook-kafka.f0f0fa18.js
new file mode 100644
index 0000000..b457936
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-kafka.f0f0fa18.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{"./src/documents/Hook/HookKafka.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return r}));var o=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),s=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),l=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),n=(t("./theme/components/shared/Img/index.js"),["components"]),p={};function r(e){var a=e.components,t=Object(o.a)(e,n);return Object(i.mdx)("wrapper",Object.assign({},p,t,{components:a,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"apache-atlas-hook-for-apache-kafka"},"Apache Atlas Hook for Apache Kafka"),Object(i.mdx)("h2",{id:"kafka-model"},"Kafka Model"),Object(i.mdx)("p",null,"Kafka model includes the following types:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Entity types:",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"kafka_topic",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(i.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, topic, uri, partitionCount")))))),Object(i.mdx)("p",null,"Kafka entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below.\nNote that qualifiedName will have topic name in lower case."),Object(i.mdx)(l.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"topic.qualifiedName: <topic>@<clusterName>"),Object(i.mdx)("h2",{id:"setup"},"Setup"),Object(i.mdx)("p",null,"Binary files are present in apache-atlas-",Object(i.mdx)("release-version",null),"-kafka-hook.tar.gz"),Object(i.mdx)("p",null,"Copy apache-atlas-kafka-hook-",Object(i.mdx)("release-version",null),"/hook/kafka folder to ",Object(i.mdx)("atlas",{package:!0}),"/hook/    directory"),Object(i.mdx)("p",null,"Copy apache-atlas-kafka-hook-",Object(i.mdx)("release-version",null),"/hook-bin folder to  ",Object(i.mdx)("atlas",{package:!0}),"/hook-bin directory"),Object(i.mdx)("h2",{id:"importing-kafka-metadata"},"Importing Kafka Metadata"),Object(i.mdx)("p",null,"Apache Atlas provides a command-line utility, import-kafka.sh, to import metadata of Apache Kafka topics into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with topics present in Apache Kafka.\nThis utility supports importing metadata of a specific topic or all topics."),Object(i.mdx)(l.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"sage 1: <atlas package>/hook-bin/import-kafka.sh\nUsage 2: <atlas package>/hook-bin/import-kafka.sh [-t <topic prefix> OR --topic <topic prefix>]\nUsage 3: <atlas package>/hook-bin/import-kafka.sh [-f <filename>]\n         File Format:\n            topic1\n            topic2\n            topic3"))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookKafka.md"}}),r.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,a,t){"use strict";var o=t("../node_modules/react/index.js"),i=t("./docz-lib/docz/dist/index.js");a.a=e=>{const{src:a,width:t,height:s}=e,{baseUrl:l}=Object(i.useConfig)();return o.createElement("div",null,o.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${l}${a}`,height:""+(s||"auto"),width:""+(t||"100%")}))}},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var o=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");o.a.hljs.color="#37bb9b",a.a=o.a}}]);
+//# sourceMappingURL=documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..27e0769
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookSqoop.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ykBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sCAAoC,sCAE5C,oBACE,GAAM,eAAa,eAErB,oEACA,wBACE,oBAAIC,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,oIAGvB,oBAAIA,WAAW,MAAI,oBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,oGAK3B,oBAAIA,WAAW,MAAI,cACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,uBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kCAGvB,oBAAIA,WAAW,MAAI,sBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,+CAM7B,oKACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,4YAInG,oBACE,GAAM,cAAY,cAEpB,oPAEA,qFACA,sFACA,wBACE,oBAAIC,WAAW,MAAI,wBAA0B,4BAAYA,WAAW,MAAI,gBAA8B,6CAExG,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,yIAMnG,wBACE,oBAAIC,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,2FAA8F,4BAAYA,WAAW,MAAI,mBAAiC,eAC7K,oBAAIA,WAAW,MAAI,QAAU,4BAAYA,WAAW,MAAI,gBAA8B,6DAA8D,4BAAYA,WAAW,MAAI,gBAA8B,KAC7M,oBAAIA,WAAW,MAAI,QAAU,4BAAYA,WAAW,MAAI,mBAAiC,mCAE3F,qIACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,wzBAUnG,gOAA6M,mBAAGC,WAAW,IACvN,KAAQ,0DAAwD,2BAEpE,oBACE,GAAM,SAAO,SAEf,wBACE,oBAAIA,WAAW,MAAI,2EACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kBAK5B,qLAEDJ,EAAWS,gBAAiB,G,+DCnH5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-sqoop.de797b78.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook-for-apache-sqoop\"\n    }}>{`Apache Atlas Hook for Apache Sqoop`}</h1>\n    <h2 {...{\n      \"id\": \"sqoop-model\"\n    }}>{`Sqoop Model`}</h2>\n    <p>{`Sqoop model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`sqoop_process`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, inputs, outputs, operation, commandlineOpts, startTime, endTime, userName`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`sqoop_dbdatastore`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, dbStoreType, storeUse, storeUri, source`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Enum types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`sqoop_operation_type`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`values: IMPORT, EXPORT, EVAL`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`sqoop_dbstore_usage`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`values: TABLE, QUERY, PROCEDURE, OTHER`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`Sqoop entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`sqoop_process.qualifiedName:     sqoop <operation> --connect <url> {[--table <tableName>] || [--database <databaseName>]} [--query <storeQuery>]\nsqoop_dbdatastore.qualifiedName: <storeType> --url <storeUri> {[--table <tableName>] || [--database <databaseName>]} [--query <storeQuery>]  --hive-<operation> --hive-database <databaseName> [--hive-table <tableName>] --hive-cluster <clusterName>`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"sqoop-hook\"\n    }}>{`Sqoop Hook`}</h2>\n    <p>{`Sqoop added a SqoopJobDataPublisher that publishes data to Atlas after completion of import Job. Today, only hiveImport is supported in SqoopHook.\nThis is used to add entities in Atlas using the model detailed above.`}</p>\n    <p>{`Follow the instructions below to setup Atlas hook in Hive:`}</p>\n    <p>{`Add the following properties to enable Atlas hook in Sqoop:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Set-up Atlas hook in `}<inlineCode parentName=\"li\">{`<sqoop-conf>`}</inlineCode>{`/sqoop-site.xml by adding the following:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`<property>\n     <name>sqoop.job.data.publish.class</name>\n     <value>org.apache.atlas.sqoop.hook.SqoopHook</value>\n   </property>`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-sqoop-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-sqoop-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-sqoop-hook-\\${project.version}/hook/sqoop to `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/sqoop`}</li>\n      <li parentName=\"ul\">{`Copy `}<inlineCode parentName=\"li\">{`<atlas-conf>`}</inlineCode>{`/atlas-application.properties to the sqoop conf directory `}<inlineCode parentName=\"li\">{`<sqoop-conf>`}</inlineCode>{`/`}</li>\n      <li parentName=\"ul\">{`Link `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/sqoop/*.jar in sqoop lib`}</li>\n    </ul>\n    <p>{`The following properties in atlas-application.properties control the thread pool and notification details:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.hook.sqoop.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in Sqoop operation completion. Default: false\natlas.hook.sqoop.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.sqoop.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20`}\n    </SyntaxHighlighter>\n    <p>{`Other configurations for Kafka notification producer can be specified by prefixing the configuration name with \"atlas.kafka.\". For list of configuration supported by Kafka producer, please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://kafka.apache.org/documentation/#producerconfigs\"\n      }}>{`Kafka Producer Configs`}</a></p>\n    <h2 {...{\n      \"id\": \"notes\"\n    }}>{`NOTES`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Only the following sqoop operations are captured by sqoop hook currently`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`hiveImport`}</li>\n        </ul>\n      </li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-sqoop.de797b78.js b/2.3.0/static/js/documents-hook-hook-sqoop.de797b78.js
new file mode 100644
index 0000000..ab94793
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-sqoop.de797b78.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{"./src/documents/Hook/HookSqoop.md":function(e,o,t){"use strict";t.r(o),t.d(o,"default",(function(){return p}));var a=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),s=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),n=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),i=["components"],r={};function p(e){var o=e.components,t=Object(a.a)(e,i);return Object(l.mdx)("wrapper",Object.assign({},r,t,{components:o,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"apache-atlas-hook-for-apache-sqoop"},"Apache Atlas Hook for Apache Sqoop"),Object(l.mdx)("h2",{id:"sqoop-model"},"Sqoop Model"),Object(l.mdx)("p",null,"Sqoop model includes the following types:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Entity types:",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"sqoop_process",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, inputs, outputs, operation, commandlineOpts, startTime, endTime, userName"))),Object(l.mdx)("li",{parentName:"ul"},"sqoop_dbdatastore",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, dbStoreType, storeUse, storeUri, source"))))),Object(l.mdx)("li",{parentName:"ul"},"Enum types:",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"sqoop_operation_type",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"values: IMPORT, EXPORT, EVAL"))),Object(l.mdx)("li",{parentName:"ul"},"sqoop_dbstore_usage",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"values: TABLE, QUERY, PROCEDURE, OTHER")))))),Object(l.mdx)("p",null,"Sqoop entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below."),Object(l.mdx)(n.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"sqoop_process.qualifiedName:     sqoop <operation> --connect <url> {[--table <tableName>] || [--database <databaseName>]} [--query <storeQuery>]\nsqoop_dbdatastore.qualifiedName: <storeType> --url <storeUri> {[--table <tableName>] || [--database <databaseName>]} [--query <storeQuery>]  --hive-<operation> --hive-database <databaseName> [--hive-table <tableName>] --hive-cluster <clusterName>"),Object(l.mdx)("h2",{id:"sqoop-hook"},"Sqoop Hook"),Object(l.mdx)("p",null,"Sqoop added a SqoopJobDataPublisher that publishes data to Atlas after completion of import Job. Today, only hiveImport is supported in SqoopHook.\nThis is used to add entities in Atlas using the model detailed above."),Object(l.mdx)("p",null,"Follow the instructions below to setup Atlas hook in Hive:"),Object(l.mdx)("p",null,"Add the following properties to enable Atlas hook in Sqoop:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Set-up Atlas hook in ",Object(l.mdx)("inlineCode",{parentName:"li"},"<sqoop-conf>"),"/sqoop-site.xml by adding the following:")),Object(l.mdx)(n.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"<property>\n     <name>sqoop.job.data.publish.class</name>\n     <value>org.apache.atlas.sqoop.hook.SqoopHook</value>\n   </property>"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-sqoop-hook.tar.gz"),Object(l.mdx)("li",{parentName:"ul"},"cd apache-atlas-sqoop-hook-${project.version}"),Object(l.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-sqoop-hook-${project.version}/hook/sqoop to ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/sqoop"),Object(l.mdx)("li",{parentName:"ul"},"Copy ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas-conf>"),"/atlas-application.properties to the sqoop conf directory ",Object(l.mdx)("inlineCode",{parentName:"li"},"<sqoop-conf>"),"/"),Object(l.mdx)("li",{parentName:"ul"},"Link ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/sqoop/*.jar in sqoop lib")),Object(l.mdx)("p",null,"The following properties in atlas-application.properties control the thread pool and notification details:"),Object(l.mdx)(n.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.hook.sqoop.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in Sqoop operation completion. Default: false\natlas.hook.sqoop.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.sqoop.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20"),Object(l.mdx)("p",null,'Other configurations for Kafka notification producer can be specified by prefixing the configuration name with "atlas.kafka.". For list of configuration supported by Kafka producer, please refer to ',Object(l.mdx)("a",{parentName:"p",href:"http://kafka.apache.org/documentation/#producerconfigs"},"Kafka Producer Configs")),Object(l.mdx)("h2",{id:"notes"},"NOTES"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Only the following sqoop operations are captured by sqoop hook currently",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"hiveImport")))))}p&&p===Object(p)&&Object.isExtensible(p)&&Object.defineProperty(p,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookSqoop.md"}}),p.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,o,t){"use strict";var a=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",o.a=a.a}}]);
+//# sourceMappingURL=documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-storm.5cb01ef5.js b/2.3.0/static/js/documents-hook-hook-storm.5cb01ef5.js
new file mode 100644
index 0000000..1a325a9
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-storm.5cb01ef5.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{"./src/documents/Hook/HookStorm.md":function(e,t,o){"use strict";o.r(t),o.d(t,"default",(function(){return d}));var a=o("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(o("../node_modules/react/index.js"),o("../node_modules/@mdx-js/react/dist/esm.js")),n=(o("./theme/styles/styled-colors.js"),o("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),l=o("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),i=["components"],r={};function d(e){var t=e.components,o=Object(a.a)(e,i);return Object(s.mdx)("wrapper",Object.assign({},r,o,{components:t,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"apache-atlas-hook-for-apache-storm"},"Apache Atlas Hook for Apache Storm"),Object(s.mdx)("h2",{id:"introduction"},"Introduction"),Object(s.mdx)("p",null,"Apache Storm is a distributed real-time computation system. Storm makes it\neasy to reliably process unbounded streams of data, doing for real-time\nprocessing what Hadoop did for batch processing. The process is essentially\na DAG of nodes, which is called ",Object(s.mdx)("em",{parentName:"p"},"topology"),"."),Object(s.mdx)("p",null,"Apache Atlas is a metadata repository that enables end-to-end data lineage,\nsearch and associate business classification."),Object(s.mdx)("p",null,"The goal of this integration is to push the operational topology\nmetadata along with the underlying data source(s), target(s), derivation\nprocesses and any available business context so Atlas can capture the\nlineage for this topology."),Object(s.mdx)("p",null,"There are 2 parts in this process detailed below:"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Data model to represent the concepts in Storm"),Object(s.mdx)("li",{parentName:"ul"},"Storm Atlas Hook to update metadata in Atlas")),Object(s.mdx)("h2",{id:"storm-data-model"},"Storm Data Model"),Object(s.mdx)("p",null,"A data model is represented as Types in Atlas. It contains the descriptions\nof various nodes in the topology graph, such as spouts and bolts and the\ncorresponding producer and consumer types."),Object(s.mdx)("p",null,"The following types are added in Atlas."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"storm_topology - represents the coarse-grained topology. A storm_topology derives from an Atlas Process type and hence can be used to inform Atlas about lineage."),Object(s.mdx)("li",{parentName:"ul"},"Following data sets are added - kafka_topic, jms_topic, hbase_table, hdfs_data_set. These all derive from an Atlas Dataset type and hence form the end points of a lineage graph."),Object(s.mdx)("li",{parentName:"ul"},"storm_spout - Data Producer having outputs, typically Kafka, JMS"),Object(s.mdx)("li",{parentName:"ul"},"storm_bolt - Data Consumer having inputs and outputs, typically Hive, HBase, HDFS, etc.")),Object(s.mdx)("p",null,"The Storm Atlas hook auto registers dependent models like the Hive data model\nif it finds that these are not known to the Atlas server."),Object(s.mdx)("p",null,"The data model for each of the types is described in\nthe class definition at org.apache.atlas.storm.model.StormDataModel."),Object(s.mdx)("h2",{id:"storm-atlas-hook"},"Storm Atlas Hook"),Object(s.mdx)("p",null,"Atlas is notified when a new topology is registered successfully in\nStorm. Storm provides a hook, backtype.storm.ISubmitterHook, at the Storm client used to\nsubmit a storm topology."),Object(s.mdx)("p",null,"The Storm Atlas hook intercepts the hook post execution and extracts the metadata from the\ntopology and updates Atlas using the types defined. Atlas implements the\nStorm client hook interface in org.apache.atlas.storm.hook.StormAtlasHook."),Object(s.mdx)("h2",{id:"limitations"},"Limitations"),Object(s.mdx)("p",null,"The following apply for the first version of the integration."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Only new topology submissions are registered with Atlas, any lifecycle changes are not reflected in Atlas."),Object(s.mdx)("li",{parentName:"ul"},"The Atlas server needs to be online when a Storm topology is submitted for the metadata to be captured."),Object(s.mdx)("li",{parentName:"ul"},"The Hook currently does not support capturing lineage for custom spouts and bolts.")),Object(s.mdx)("h2",{id:"installation"},"Installation"),Object(s.mdx)("p",null,"The Storm Atlas Hook needs to be manually installed in Storm on the client side."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-storm-hook.tar.gz"),Object(s.mdx)("li",{parentName:"ul"},"cd apache-atlas-storm-hook-${project.version}"),Object(s.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-storm-hook-${project.version}/hook/storm to $ATLAS_PACKAGE/hook/storm")),Object(s.mdx)("p",null,"Storm Atlas hook jars in $ATLAS_PACKAGE/hook/storm need to be copied to $STORM_HOME/extlib.\nReplace STORM_HOME with storm installation path."),Object(s.mdx)("p",null,"Restart all daemons after you have installed the atlas hook into Storm."),Object(s.mdx)("h2",{id:"configuration"},"Configuration"),Object(s.mdx)("h3",{id:"storm-configuration"},"Storm Configuration"),Object(s.mdx)("p",null,"The Storm Atlas Hook needs to be configured in Storm client config\nin ",Object(s.mdx)("em",{parentName:"p"},"$STORM_HOME/conf/storm.yaml")," as:"),Object(s.mdx)(l.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'storm.topology.submission.notifier.plugin.class: "org.apache.atlas.storm.hook.StormAtlasHook"'),Object(s.mdx)("p",null,"Also set a 'cluster name' that would be used as a namespace for objects registered in Atlas.\nThis name would be used for namespacing the Storm topology, spouts and bolts."),Object(s.mdx)("p",null,"The other objects like data sets should ideally be identified with the cluster name of\nthe components that generate them. For e.g. Hive tables and databases should be\nidentified using the cluster name set in Hive. The Storm Atlas hook will pick this up\nif the Hive configuration is available in the Storm topology jar that is submitted on\nthe client and the cluster name is defined there. This happens similarly for HBase\ndata sets. In case this configuration is not available, the cluster name set in the Storm\nconfiguration will be used."),Object(s.mdx)(l.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'atlas.cluster.name: "cluster_name"'),Object(s.mdx)("p",null,"In ",Object(s.mdx)("em",{parentName:"p"},"$STORM_HOME/conf/storm_env.ini"),", set an environment variable as follows:"),Object(s.mdx)(l.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'STORM_JAR_JVM_OPTS:"-Datlas.conf=$ATLAS_HOME/conf/"'),Object(s.mdx)("p",null,"where ATLAS_HOME is pointing to where ATLAS is installed."),Object(s.mdx)("p",null,"You could also set this up programmatically in Storm Config as:"),Object(s.mdx)(l.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"Config stormConf = new Config();\n        ...\n        stormConf.put(Config.STORM_TOPOLOGY_SUBMISSION_NOTIFIER_PLUGIN,\n                org.apache.atlas.storm.hook.StormAtlasHook.class.getName());"))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookStorm.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,o){"use strict";var a=o("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",t.a=a.a}}]);
+//# sourceMappingURL=documents-hook-hook-storm.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-hook-hook-storm.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-hook-hook-storm.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7f9bb05
--- /dev/null
+++ b/2.3.0/static/js/documents-hook-hook-storm.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookStorm.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ykBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sCAAoC,sCAE5C,oBACE,GAAM,gBAAc,gBAEtB,4RAG8B,oBAAIC,WAAW,KAAG,YAAkB,KAClE,qJAEA,wQAIA,4EACA,wBACE,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,iDAErB,oBACE,GAAM,oBAAkB,oBAE1B,4NAGA,kEACA,wBACE,oBAAIA,WAAW,MAAI,qKACnB,oBAAIA,WAAW,MAAI,qLACnB,oBAAIA,WAAW,MAAI,oEACnB,oBAAIA,WAAW,MAAI,4FAErB,mKAEA,qJAEA,oBACE,GAAM,oBAAkB,oBAE1B,kNAGA,2QAGA,oBACE,GAAM,eAAa,eAErB,wFACA,wBACE,oBAAIA,WAAW,MAAI,8GACnB,oBAAIA,WAAW,MAAI,2GACnB,oBAAIA,WAAW,MAAI,uFAErB,oBACE,GAAM,gBAAc,gBAEtB,2GACA,wBACE,oBAAIA,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,sHAErB,wKAEA,kGACA,oBACE,GAAM,iBAAe,iBAEvB,oBACE,GAAM,uBAAqB,uBAE7B,iGACC,oBAAIA,WAAW,KAAG,+BAAqC,QACxD,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,iGAGnG,sMAEA,4jBAOA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,sCAGnG,6BAAU,oBAAIC,WAAW,KAAG,kCAAwC,6CACpE,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,uDAGnG,oFACA,0FACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,yMAOtG,qLAEDH,EAAWS,gBAAiB,G,+DC/H5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-storm.5cb01ef5.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook-for-apache-storm\"\n    }}>{`Apache Atlas Hook for Apache Storm`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`Apache Storm is a distributed real-time computation system. Storm makes it\neasy to reliably process unbounded streams of data, doing for real-time\nprocessing what Hadoop did for batch processing. The process is essentially\na DAG of nodes, which is called `}<em parentName=\"p\">{`topology`}</em>{`.`}</p>\n    <p>{`Apache Atlas is a metadata repository that enables end-to-end data lineage,\nsearch and associate business classification.`}</p>\n    <p>{`The goal of this integration is to push the operational topology\nmetadata along with the underlying data source(s), target(s), derivation\nprocesses and any available business context so Atlas can capture the\nlineage for this topology.`}</p>\n    <p>{`There are 2 parts in this process detailed below:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Data model to represent the concepts in Storm`}</li>\n      <li parentName=\"ul\">{`Storm Atlas Hook to update metadata in Atlas`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"storm-data-model\"\n    }}>{`Storm Data Model`}</h2>\n    <p>{`A data model is represented as Types in Atlas. It contains the descriptions\nof various nodes in the topology graph, such as spouts and bolts and the\ncorresponding producer and consumer types.`}</p>\n    <p>{`The following types are added in Atlas.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`storm_topology - represents the coarse-grained topology. A storm_topology derives from an Atlas Process type and hence can be used to inform Atlas about lineage.`}</li>\n      <li parentName=\"ul\">{`Following data sets are added - kafka_topic, jms_topic, hbase_table, hdfs_data_set. These all derive from an Atlas Dataset type and hence form the end points of a lineage graph.`}</li>\n      <li parentName=\"ul\">{`storm_spout - Data Producer having outputs, typically Kafka, JMS`}</li>\n      <li parentName=\"ul\">{`storm_bolt - Data Consumer having inputs and outputs, typically Hive, HBase, HDFS, etc.`}</li>\n    </ul>\n    <p>{`The Storm Atlas hook auto registers dependent models like the Hive data model\nif it finds that these are not known to the Atlas server.`}</p>\n    <p>{`The data model for each of the types is described in\nthe class definition at org.apache.atlas.storm.model.StormDataModel.`}</p>\n    <h2 {...{\n      \"id\": \"storm-atlas-hook\"\n    }}>{`Storm Atlas Hook`}</h2>\n    <p>{`Atlas is notified when a new topology is registered successfully in\nStorm. Storm provides a hook, backtype.storm.ISubmitterHook, at the Storm client used to\nsubmit a storm topology.`}</p>\n    <p>{`The Storm Atlas hook intercepts the hook post execution and extracts the metadata from the\ntopology and updates Atlas using the types defined. Atlas implements the\nStorm client hook interface in org.apache.atlas.storm.hook.StormAtlasHook.`}</p>\n    <h2 {...{\n      \"id\": \"limitations\"\n    }}>{`Limitations`}</h2>\n    <p>{`The following apply for the first version of the integration.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Only new topology submissions are registered with Atlas, any lifecycle changes are not reflected in Atlas.`}</li>\n      <li parentName=\"ul\">{`The Atlas server needs to be online when a Storm topology is submitted for the metadata to be captured.`}</li>\n      <li parentName=\"ul\">{`The Hook currently does not support capturing lineage for custom spouts and bolts.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"installation\"\n    }}>{`Installation`}</h2>\n    <p>{`The Storm Atlas Hook needs to be manually installed in Storm on the client side.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-storm-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-storm-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-storm-hook-\\${project.version}/hook/storm to $ATLAS_PACKAGE/hook/storm`}</li>\n    </ul>\n    <p>{`Storm Atlas hook jars in $ATLAS_PACKAGE/hook/storm need to be copied to $STORM_HOME/extlib.\nReplace STORM_HOME with storm installation path.`}</p>\n    <p>{`Restart all daemons after you have installed the atlas hook into Storm.`}</p>\n    <h2 {...{\n      \"id\": \"configuration\"\n    }}>{`Configuration`}</h2>\n    <h3 {...{\n      \"id\": \"storm-configuration\"\n    }}>{`Storm Configuration`}</h3>\n    <p>{`The Storm Atlas Hook needs to be configured in Storm client config\nin `}<em parentName=\"p\">{`$STORM_HOME/conf/storm.yaml`}</em>{` as:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`storm.topology.submission.notifier.plugin.class: \"org.apache.atlas.storm.hook.StormAtlasHook\"`}\n    </SyntaxHighlighter>\n    <p>{`Also set a 'cluster name' that would be used as a namespace for objects registered in Atlas.\nThis name would be used for namespacing the Storm topology, spouts and bolts.`}</p>\n    <p>{`The other objects like data sets should ideally be identified with the cluster name of\nthe components that generate them. For e.g. Hive tables and databases should be\nidentified using the cluster name set in Hive. The Storm Atlas hook will pick this up\nif the Hive configuration is available in the Storm topology jar that is submitted on\nthe client and the cluster name is defined there. This happens similarly for HBase\ndata sets. In case this configuration is not available, the cluster name set in the Storm\nconfiguration will be used.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\natlas.cluster.name: \"cluster_name\"\n    </SyntaxHighlighter>\n    <p>{`In `}<em parentName=\"p\">{`$STORM_HOME/conf/storm_env.ini`}</em>{`, set an environment variable as follows:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\nSTORM_JAR_JVM_OPTS:\"-Datlas.conf=$ATLAS_HOME/conf/\"\n    </SyntaxHighlighter>\n    <p>{`where ATLAS_HOME is pointing to where ATLAS is installed.`}</p>\n    <p>{`You could also set this up programmatically in Storm Config as:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n    {`Config stormConf = new Config();\n        ...\n        stormConf.put(Config.STORM_TOPOLOGY_SUBMISSION_NOTIFIER_PLUGIN,\n                org.apache.atlas.storm.hook.StormAtlasHook.class.getName());`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-export-api.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-import-export-export-api.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..5f106af
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-export-api.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ExportAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-export-api.d67c5471.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"export-api\"\n    }}>{`Export API`}</h1>\n    <p>{`The general approach is:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Consumer specifies the scope of data to be exported (details below).`}</li>\n      <li parentName=\"ul\">{`The API if successful, will return the stream in the format specified.`}</li>\n      <li parentName=\"ul\">{`Error will be returned on failure of the call.`}</li>\n    </ul>\n    <p>{`See `}<a parentName=\"p\" {...{\n        \"href\": \"#/ExportHDFSAPI\"\n      }}>{`here`}</a>{` for details on exporting `}<em parentName=\"p\">{`hdfs_path`}</em>{` entities.`}</p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Export API`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Example`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`See Examples sections below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`api/atlas/admin/export`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Method`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`POST`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Data Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`The class `}<em parentName=\"td\">{`AtlasExportRequest`}</em>{` is used to specify the items to export. The list of `}<em parentName=\"td\">{`AtlasObjectId`}</em>{`(s) allows for specifying the multiple items to export in a session. The `}<em parentName=\"td\">{`AtlasObjectId`}</em>{` is a tuple of entity type, name of unique attribute, value of unique attribute. Several items can be specified. See examples below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Success Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`File stream as `}<em parentName=\"td\">{`application/zip`}</em>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Error Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors that are handled within the system will be returned as `}<em parentName=\"td\">{`AtlasBaseException`}</em>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Notes`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Consumer could choose to consume the output of the API by programmatically using `}<em parentName=\"td\">{`java.io.ByteOutputStream`}</em>{` or by manually, save the contents of the stream to a file on the disk.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <p><strong parentName=\"p\">{`Method Signature`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`@POST\n@Path(\"/export\")\n@Consumes(\"application/json;charset=UTF-8\")`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"additional-options\"\n    }}>{`Additional Options`}</h3>\n    <p>{`It is possible to specify additional parameters for the `}<em parentName=\"p\">{`Export`}</em>{` operation.`}</p>\n    <p>{`The current implementation has 2 options. Both are optional:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`matchType`}</em>{` This option configures the approach used for fetching the starting entity. It has the following values:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\"><em parentName=\"li\">{`startsWith`}</em>{` Search for an entity that is prefixed with the specified criteria.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`endsWith`}</em>{` Search for an entity that is suffixed with the specified criteria.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`contains`}</em>{` Search for an entity that has the specified criteria as a sub-string.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`matches`}</em>{` Search for an entity that is a regular expression match with the specified criteria.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`fetchType`}</em>{` This option configures the approach used for fetching entities. It has the following values:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\"><em parentName=\"li\">{`FULL`}</em>{`: This fetches all the entities that are connected directly and indirectly to the starting entity. E.g. If a starting entity specified is a table, then this option will fetch the table, database and all the other tables within the database.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`CONNECTED`}</em>{`: This fetches all the entities that are connected directly to the starting entity. E.g. If a starting entity specified is a table, then this option will fetch the table and the database entity only.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`INCREMENTAL`}</em>{`: See `}<a parentName=\"li\" {...{\n              \"href\": \"#/IncrementalExport\"\n            }}>{`here`}</a>{` for details.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`If no `}<em parentName=\"p\">{`matchType`}</em>{` is specified, an exact match is used. Which means, that the entire string is used in the search criteria.`}</p>\n    <p>{`Searching using `}<em parentName=\"p\">{`matchType`}</em>{` applies to all types of entities. It is particularly useful for matching entities of type hdfs_path (see `}<a parentName=\"p\" {...{\n        \"href\": \"#/ExportHDFSAPI\"\n      }}>{`here`}</a>{`).`}</p>\n    <p>{`The `}<em parentName=\"p\">{`fetchType`}</em>{` option defaults to `}<em parentName=\"p\">{`FULL`}</em>{`.`}</p>\n    <p>{`For a complete example see the section below.`}</p>\n    <h3 {...{\n      \"id\": \"contents-of-exported-zip-file\"\n    }}>{`Contents of Exported ZIP File`}</h3>\n    <p>{`The exported ZIP file has the following entries within it:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`atlas-export-result.json`}</em>{`:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Input filters: The scope of export.`}</li>\n          <li parentName=\"ul\">{`File format: The format chosen for the export operation.`}</li>\n          <li parentName=\"ul\">{`Metrics: The number of entity definitions, classifications and entities exported.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`atlas-typesdef.json`}</em>{`: Type definitions for the entities exported.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`atlas-export-order.json`}</em>{`: Order in which entities should be exported.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`{guid}.json`}</em>{`: Individual entities are exported with file names that correspond to their id.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"examples\"\n    }}>{`Examples`}</h3>\n    <p>{`The `}<em parentName=\"p\">{`AtlasExportRequest`}</em>{` below shows filters that attempt to export 2 databases in cluster cl1:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n       { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"accounts@cl1\" } },\n       { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"hr@cl1\" } }\n    ]\n}`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`AtlasExportRequest`}</em>{` below specifies the `}<em parentName=\"p\">{`fetchType`}</em>{` as `}<em parentName=\"p\">{`FULL`}</em>{`. The `}<em parentName=\"p\">{`matchType`}</em>{` option will fetch `}<em parentName=\"p\">{`accounts@cl1`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n       { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"accounts@\" } }\n    ],\n    \"options\": {\n        \"fetchType\": \"FULL\",\n        \"matchType\": \"startsWith\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`AtlasExportRequest`}</em>{` below specifies the `}<em parentName=\"p\">{`guid`}</em>{` instead of `}<em parentName=\"p\">{`uniqueAttributes`}</em>{` to fetch `}<em parentName=\"p\">{`accounts@cl1`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n       { \"typeName\": \"hive_db\", \"guid\": \"846c5e9c-3ac6-40ju-8289-fb0cebm64783\" }\n    ],\n    \"options\": {\n        \"fetchType\": \"FULL\",\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`AtlasExportRequest`}</em>{` below specifies the `}<em parentName=\"p\">{`fetchType`}</em>{` as `}<em parentName=\"p\">{`connected`}</em>{`. The `}<em parentName=\"p\">{`matchType`}</em>{` option will fetch `}<em parentName=\"p\">{`accountsReceivable`}</em>{`, `}<em parentName=\"p\">{`accountsPayable`}</em>{`, etc. present in the database.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n       { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"accounts\" } }\n    ],\n    \"options\": {\n        \"fetchType\": \"CONNECTED\",\n        \"matchType\": \"startsWith\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Below is the `}<em parentName=\"p\">{`AtlasExportResult`}</em>{` JSON for the export of the `}<em parentName=\"p\">{`Sales`}</em>{` DB present in the `}<em parentName=\"p\">{`QuickStart`}</em>{`.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`metrics`}</em>{` contains the number of types and entities exported as part of the operation.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"clientIpAddress\": \"10.0.2.15\",\n    \"hostName\": \"10.0.2.2\",\n    \"metrics\": {\n        \"duration\": 1415,\n        \"entitiesWithExtInfo\": 12,\n        \"entity:DB_v1\": 2,\n        \"entity:LoadProcess_v1\": 2,\n        \"entity:Table_v1\": 6,\n        \"entity:View_v1\": 2,\n        \"typedef:Column_v1\": 1,\n        \"typedef:DB_v1\": 1,\n        \"typedef:LoadProcess_v1\": 1,\n        \"typedef:StorageDesc_v1\": 1,\n        \"typedef:Table_v1\": 1,\n        \"typedef:View_v1\": 1,\n        \"typedef:classification\": 6\n    },\n    \"operationStatus\": \"SUCCESS\",\n    \"request\": {\n        \"itemsToExport\": [\n            {\n                \"typeName\": \"DB_v1\",\n                \"uniqueAttributes\": {\n                    \"name\": \"Sales\"\n                }\n            }\n        ],\n        \"options\": {\n            \"fetchType\": \"full\"\n        }\n    },\n    \"userName\": \"admin\"\n}`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"curl-calls\"\n    }}>{`CURL Calls`}</h3>\n    <p>{`Below are sample CURL calls that demonstrate Export of `}<em parentName=\"p\">{`QuickStart`}</em>{` database.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X POST -u adminuser:password -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\" -d '{\n    \"itemsToExport\": [\n            { \"typeName\": \"DB\", \"uniqueAttributes\": { \"name\": \"Sales\" }},\n            { \"typeName\": \"DB\", \"uniqueAttributes\": { \"name\": \"Reporting\" }},\n            { \"typeName\": \"DB\", \"uniqueAttributes\": { \"name\": \"Logging\" }}\n    ],\n        \"options\": { \"fetchType\": \"full\" }\n    }' \"http://localhost:21000/api/atlas/admin/export\" > quickStartDB.zip`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-export-api.d67c5471.js b/2.3.0/static/js/documents-import-export-export-api.d67c5471.js
new file mode 100644
index 0000000..33d732e
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-export-api.d67c5471.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{"./src/documents/Import-Export/ExportAPI.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),m=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],p={};function s(e){var t=e.components,a=Object(n.a)(e,l);return Object(m.mdx)("wrapper",Object.assign({},p,a,{components:t,mdxType:"MDXLayout"}),Object(m.mdx)("h1",{id:"export-api"},"Export API"),Object(m.mdx)("p",null,"The general approach is:"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},"Consumer specifies the scope of data to be exported (details below)."),Object(m.mdx)("li",{parentName:"ul"},"The API if successful, will return the stream in the format specified."),Object(m.mdx)("li",{parentName:"ul"},"Error will be returned on failure of the call.")),Object(m.mdx)("p",null,"See ",Object(m.mdx)("a",{parentName:"p",href:"#/ExportHDFSAPI"},"here")," for details on exporting ",Object(m.mdx)("em",{parentName:"p"},"hdfs_path")," entities."),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Title")),Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Export API")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Example")),Object(m.mdx)("td",{parentName:"tr",align:null},"See Examples sections below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"api/atlas/admin/export"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Method")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"POST"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Data Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},"The class ",Object(m.mdx)("em",{parentName:"td"},"AtlasExportRequest")," is used to specify the items to export. The list of ",Object(m.mdx)("em",{parentName:"td"},"AtlasObjectId"),"(s) allows for specifying the multiple items to export in a session. The ",Object(m.mdx)("em",{parentName:"td"},"AtlasObjectId")," is a tuple of entity type, name of unique attribute, value of unique attribute. Several items can be specified. See examples below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Success Response")),Object(m.mdx)("td",{parentName:"tr",align:null},"File stream as ",Object(m.mdx)("em",{parentName:"td"},"application/zip"),".")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Error Response")),Object(m.mdx)("td",{parentName:"tr",align:null},"Errors that are handled within the system will be returned as ",Object(m.mdx)("em",{parentName:"td"},"AtlasBaseException"),".")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Notes")),Object(m.mdx)("td",{parentName:"tr",align:null},"Consumer could choose to consume the output of the API by programmatically using ",Object(m.mdx)("em",{parentName:"td"},"java.io.ByteOutputStream")," or by manually, save the contents of the stream to a file on the disk.")))),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Method Signature")),Object(m.mdx)(r.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},'@POST\n@Path("/export")\n@Consumes("application/json;charset=UTF-8")'),Object(m.mdx)("h3",{id:"additional-options"},"Additional Options"),Object(m.mdx)("p",null,"It is possible to specify additional parameters for the ",Object(m.mdx)("em",{parentName:"p"},"Export")," operation."),Object(m.mdx)("p",null,"The current implementation has 2 options. Both are optional:"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"matchType")," This option configures the approach used for fetching the starting entity. It has the following values:",Object(m.mdx)("ul",{parentName:"li"},Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"startsWith")," Search for an entity that is prefixed with the specified criteria."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"endsWith")," Search for an entity that is suffixed with the specified criteria."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"contains")," Search for an entity that has the specified criteria as a sub-string."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"matches")," Search for an entity that is a regular expression match with the specified criteria.")))),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"fetchType")," This option configures the approach used for fetching entities. It has the following values:",Object(m.mdx)("ul",{parentName:"li"},Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"FULL"),": This fetches all the entities that are connected directly and indirectly to the starting entity. E.g. If a starting entity specified is a table, then this option will fetch the table, database and all the other tables within the database."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"CONNECTED"),": This fetches all the entities that are connected directly to the starting entity. E.g. If a starting entity specified is a table, then this option will fetch the table and the database entity only."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"INCREMENTAL"),": See ",Object(m.mdx)("a",{parentName:"li",href:"#/IncrementalExport"},"here")," for details.")))),Object(m.mdx)("p",null,"If no ",Object(m.mdx)("em",{parentName:"p"},"matchType")," is specified, an exact match is used. Which means, that the entire string is used in the search criteria."),Object(m.mdx)("p",null,"Searching using ",Object(m.mdx)("em",{parentName:"p"},"matchType")," applies to all types of entities. It is particularly useful for matching entities of type hdfs_path (see ",Object(m.mdx)("a",{parentName:"p",href:"#/ExportHDFSAPI"},"here"),")."),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"fetchType")," option defaults to ",Object(m.mdx)("em",{parentName:"p"},"FULL"),"."),Object(m.mdx)("p",null,"For a complete example see the section below."),Object(m.mdx)("h3",{id:"contents-of-exported-zip-file"},"Contents of Exported ZIP File"),Object(m.mdx)("p",null,"The exported ZIP file has the following entries within it:"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"atlas-export-result.json"),":",Object(m.mdx)("ul",{parentName:"li"},Object(m.mdx)("li",{parentName:"ul"},"Input filters: The scope of export."),Object(m.mdx)("li",{parentName:"ul"},"File format: The format chosen for the export operation."),Object(m.mdx)("li",{parentName:"ul"},"Metrics: The number of entity definitions, classifications and entities exported."))),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"atlas-typesdef.json"),": Type definitions for the entities exported."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"atlas-export-order.json"),": Order in which entities should be exported."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"{guid}.json"),": Individual entities are exported with file names that correspond to their id.")),Object(m.mdx)("h3",{id:"examples"},"Examples"),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportRequest")," below shows filters that attempt to export 2 databases in cluster cl1:"),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n       { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "accounts@cl1" } },\n       { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "hr@cl1" } }\n    ]\n}'),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportRequest")," below specifies the ",Object(m.mdx)("em",{parentName:"p"},"fetchType")," as ",Object(m.mdx)("em",{parentName:"p"},"FULL"),". The ",Object(m.mdx)("em",{parentName:"p"},"matchType")," option will fetch ",Object(m.mdx)("em",{parentName:"p"},"accounts@cl1"),"."),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n       { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "accounts@" } }\n    ],\n    "options": {\n        "fetchType": "FULL",\n        "matchType": "startsWith"\n    }\n}'),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportRequest")," below specifies the ",Object(m.mdx)("em",{parentName:"p"},"guid")," instead of ",Object(m.mdx)("em",{parentName:"p"},"uniqueAttributes")," to fetch ",Object(m.mdx)("em",{parentName:"p"},"accounts@cl1"),"."),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n       { "typeName": "hive_db", "guid": "846c5e9c-3ac6-40ju-8289-fb0cebm64783" }\n    ],\n    "options": {\n        "fetchType": "FULL",\n    }\n}'),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportRequest")," below specifies the ",Object(m.mdx)("em",{parentName:"p"},"fetchType")," as ",Object(m.mdx)("em",{parentName:"p"},"connected"),". The ",Object(m.mdx)("em",{parentName:"p"},"matchType")," option will fetch ",Object(m.mdx)("em",{parentName:"p"},"accountsReceivable"),", ",Object(m.mdx)("em",{parentName:"p"},"accountsPayable"),", etc. present in the database."),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n       { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "accounts" } }\n    ],\n    "options": {\n        "fetchType": "CONNECTED",\n        "matchType": "startsWith"\n    }\n}'),Object(m.mdx)("p",null,"Below is the ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportResult")," JSON for the export of the ",Object(m.mdx)("em",{parentName:"p"},"Sales")," DB present in the ",Object(m.mdx)("em",{parentName:"p"},"QuickStart"),"."),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"metrics")," contains the number of types and entities exported as part of the operation."),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "clientIpAddress": "10.0.2.15",\n    "hostName": "10.0.2.2",\n    "metrics": {\n        "duration": 1415,\n        "entitiesWithExtInfo": 12,\n        "entity:DB_v1": 2,\n        "entity:LoadProcess_v1": 2,\n        "entity:Table_v1": 6,\n        "entity:View_v1": 2,\n        "typedef:Column_v1": 1,\n        "typedef:DB_v1": 1,\n        "typedef:LoadProcess_v1": 1,\n        "typedef:StorageDesc_v1": 1,\n        "typedef:Table_v1": 1,\n        "typedef:View_v1": 1,\n        "typedef:classification": 6\n    },\n    "operationStatus": "SUCCESS",\n    "request": {\n        "itemsToExport": [\n            {\n                "typeName": "DB_v1",\n                "uniqueAttributes": {\n                    "name": "Sales"\n                }\n            }\n        ],\n        "options": {\n            "fetchType": "full"\n        }\n    },\n    "userName": "admin"\n}'),Object(m.mdx)("h3",{id:"curl-calls"},"CURL Calls"),Object(m.mdx)("p",null,"Below are sample CURL calls that demonstrate Export of ",Object(m.mdx)("em",{parentName:"p"},"QuickStart")," database."),Object(m.mdx)(r.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},'curl -X POST -u adminuser:password -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d \'{\n    "itemsToExport": [\n            { "typeName": "DB", "uniqueAttributes": { "name": "Sales" }},\n            { "typeName": "DB", "uniqueAttributes": { "name": "Reporting" }},\n            { "typeName": "DB", "uniqueAttributes": { "name": "Logging" }}\n    ],\n        "options": { "fetchType": "full" }\n    }\' "http://localhost:21000/api/atlas/admin/export" > quickStartDB.zip'))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ExportAPI.md"}}),s.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-export-api.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-export-hdfsapi.35e269a2.js b/2.3.0/static/js/documents-import-export-export-hdfsapi.35e269a2.js
new file mode 100644
index 0000000..f20ef71
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-export-hdfsapi.35e269a2.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{"./src/documents/Import-Export/ExportHDFSAPI.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),m=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),d=["components"],c={};function s(e){var t=e.components,a=Object(n.a)(e,d);return Object(m.mdx)("wrapper",Object.assign({},c,a,{components:t,mdxType:"MDXLayout"}),Object(m.mdx)("h1",{id:"export--import-apis-for-hdfs-path"},"Export & Import APIs for HDFS Path"),Object(m.mdx)("h3",{id:"introduction"},"Introduction"),Object(m.mdx)("p",null,"The general approach for using the Import-Export APIs for HDFS Paths remain the same. There are minor variations caused how HDFS paths are handled within Atlas."),Object(m.mdx)("p",null,"Unlike HIVE entities, HDFS entities within Atlas are created manually using the ",Object(m.mdx)("em",{parentName:"p"},"Create Entity")," link within the Atlas Web UI."),Object(m.mdx)("p",null,"Also, HDFS paths tend to be hierarchical, in the sense that users tend to model the same HDFS storage structure within Atlas."),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Sample HDFS Setup")),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"HDFS Path")),Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Atlas Entity")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",null,"/apps/warehouse/finance")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"td"},"Entity type: "),Object(m.mdx)("em",null,"hdfs_path"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Name: "),Object(m.mdx)("em",null,"Finance"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"QualifiedName: "),Object(m.mdx)("em",null,"FinanceAll"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",null,"/apps/warehouse/finance/accounts-receivable")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"td"},"Entity type: "),Object(m.mdx)("em",null,"hdfs_path"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Name: "),Object(m.mdx)("em",null,"FinanceReceivable"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"QualifiedName: "),Object(m.mdx)("em",null,"FinanceReceivable"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Path: "),Object(m.mdx)("em",null,"/apps/warehouse/finance"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",null,"/apps/warehouse/finance/accounts-payable")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"td"},"Entity type: "),Object(m.mdx)("em",null,"hdfs_path"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Name: "),Object(m.mdx)("em",null,"Finance-Payable"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"QualifiedName: "),Object(m.mdx)("em",null,"FinancePayable"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Path: "),Object(m.mdx)("em",null,"/apps/warehouse/finance/accounts-payable"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",null,"/apps/warehouse/finance/billing")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"td"},"Entity type: "),Object(m.mdx)("em",null,"hdfs_path"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Name: "),Object(m.mdx)("em",null,"FinanceBilling"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"QualifiedName: "),Object(m.mdx)("em",null,"FinanceBilling"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Path: "),Object(m.mdx)("em",null,"/apps/warehouse/finance/billing"))))),Object(m.mdx)("h3",{id:"export-api-using-matchtype"},"Export API Using matchType"),Object(m.mdx)("p",null,"To export entities that represent the HDFS path, use the Export API using the ",Object(m.mdx)("em",{parentName:"p"},"matchType")," option. Details can be found ",Object(m.mdx)("a",{parentName:"p",href:"#/ExportAPI"},"here"),"."),Object(m.mdx)("h3",{id:"example-using-curl-calls"},"Example Using CURL Calls"),Object(m.mdx)("p",null,"Below are sample CURL calls perform an export operation on the ",Object(m.mdx)("em",{parentName:"p"},"Sample HDFS Setup")," shown above."),Object(m.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'curl -X POST -u adminuser:password -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d \'{\n    "itemsToExport": [\n            { "typeName": "hdfs_path", "uniqueAttributes": { "qualifiedName": "FinanceAll" } }\n    ],\n    "options": {\n     "fetchType": "full",\n     "matchType": "startsWith"\n    }\n}\' "http://localhost:21000/api/atlas/admin/export" > financeAll.zip'),Object(m.mdx)("h3",{id:"automatic-creation-of-hdfs-entities"},"Automatic Creation of HDFS entities"),Object(m.mdx)("p",null,"Given that HDFS entity creation is a manual process. The Export API offers a mechanism for the creation of requested HDFS entities."))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ExportHDFSAPI.md"}}),s.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..0a915b1
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ExportHDFSAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"slBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,qCAAmC,sCAE3C,oBACE,GAAM,gBAAc,gBAEtB,2LACA,0GAAuF,oBAAIC,WAAW,KAAG,iBAAuB,kCAChI,wJACA,uBAAG,wBAAQA,WAAW,KAAG,sBACzB,2BACE,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,cAC1B,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,mBAG9B,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,oDACH,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,iBAA2B,qCAAsB,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,mCAAoB,yBAAM,wBAAQA,WAAW,MAAI,mBAA6B,wCAE5M,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,wEACH,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,iBAA2B,qCAAsB,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,6CAA8B,yBAAM,wBAAQA,WAAW,MAAI,mBAA6B,6CAA8B,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,qDAErS,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,qEACH,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,iBAA2B,qCAAsB,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,2CAA4B,yBAAM,wBAAQA,WAAW,MAAI,mBAA6B,0CAA2B,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,sEAEhS,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,4DACH,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,iBAA2B,qCAAsB,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,0CAA2B,yBAAM,wBAAQA,WAAW,MAAI,mBAA6B,0CAA2B,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,+DAInS,oBACE,GAAM,8BAA4B,8BAEpC,wGAAqF,oBAAIA,WAAW,KAAG,aAAmB,iCAAkC,mBAAGA,WAAW,IACtK,KAAQ,eAAa,QACR,KACjB,oBACE,GAAM,4BAA0B,4BAElC,yFAAsE,oBAAIA,WAAW,KAAG,qBAA2B,iBACnH,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,wYAWnG,oBACE,GAAM,uCAAqC,uCAE7C,+JAEH,kMAEDH,EAAWS,gBAAiB,G,+DCzG5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-import-export-export-hdfsapi.35e269a2.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"export--import-apis-for-hdfs-path\"\n    }}>{`Export & Import APIs for HDFS Path`}</h1>\n    <h3 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h3>\n    <p>{`The general approach for using the Import-Export APIs for HDFS Paths remain the same. There are minor variations caused how HDFS paths are handled within Atlas.`}</p>\n    <p>{`Unlike HIVE entities, HDFS entities within Atlas are created manually using the `}<em parentName=\"p\">{`Create Entity`}</em>{` link within the Atlas Web UI.`}</p>\n    <p>{`Also, HDFS paths tend to be hierarchical, in the sense that users tend to model the same HDFS storage structure within Atlas.`}</p>\n    <p><strong parentName=\"p\">{`Sample HDFS Setup`}</strong></p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`HDFS Path`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Atlas Entity`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em>{`/apps/warehouse/finance`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"td\">{`Entity type: `}</strong><em>{`hdfs_path`}</em><br /><strong parentName=\"td\">{`Name: `}</strong><em>{`Finance`}</em><br /><strong parentName=\"td\">{`QualifiedName: `}</strong><em>{`FinanceAll`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em>{`/apps/warehouse/finance/accounts-receivable`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"td\">{`Entity type: `}</strong><em>{`hdfs_path`}</em><br /><strong parentName=\"td\">{`Name: `}</strong><em>{`FinanceReceivable`}</em><br /><strong parentName=\"td\">{`QualifiedName: `}</strong><em>{`FinanceReceivable`}</em><br /><strong parentName=\"td\">{`Path: `}</strong><em>{`/apps/warehouse/finance`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em>{`/apps/warehouse/finance/accounts-payable`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"td\">{`Entity type: `}</strong><em>{`hdfs_path`}</em><br /><strong parentName=\"td\">{`Name: `}</strong><em>{`Finance-Payable`}</em><br /><strong parentName=\"td\">{`QualifiedName: `}</strong><em>{`FinancePayable`}</em><br /><strong parentName=\"td\">{`Path: `}</strong><em>{`/apps/warehouse/finance/accounts-payable`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em>{`/apps/warehouse/finance/billing`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"td\">{`Entity type: `}</strong><em>{`hdfs_path`}</em><br /><strong parentName=\"td\">{`Name: `}</strong><em>{`FinanceBilling`}</em><br /><strong parentName=\"td\">{`QualifiedName: `}</strong><em>{`FinanceBilling`}</em><br /><strong parentName=\"td\">{`Path: `}</strong><em>{`/apps/warehouse/finance/billing`}</em></td>\n        </tr>\n      </tbody>\n    </table>\n    <h3 {...{\n      \"id\": \"export-api-using-matchtype\"\n    }}>{`Export API Using matchType`}</h3>\n    <p>{`To export entities that represent the HDFS path, use the Export API using the `}<em parentName=\"p\">{`matchType`}</em>{` option. Details can be found `}<a parentName=\"p\" {...{\n        \"href\": \"#/ExportAPI\"\n      }}>{`here`}</a>{`.`}</p>\n    <h3 {...{\n      \"id\": \"example-using-curl-calls\"\n    }}>{`Example Using CURL Calls`}</h3>\n    <p>{`Below are sample CURL calls perform an export operation on the `}<em parentName=\"p\">{`Sample HDFS Setup`}</em>{` shown above.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X POST -u adminuser:password -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\" -d '{\n    \"itemsToExport\": [\n            { \"typeName\": \"hdfs_path\", \"uniqueAttributes\": { \"qualifiedName\": \"FinanceAll\" } }\n    ],\n    \"options\": {\n     \"fetchType\": \"full\",\n     \"matchType\": \"startsWith\"\n    }\n}' \"http://localhost:21000/api/atlas/admin/export\" > financeAll.zip`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"automatic-creation-of-hdfs-entities\"\n    }}>{`Automatic Creation of HDFS entities`}</h3>\n    <p>{`Given that HDFS entity creation is a manual process. The Export API offers a mechanism for the creation of requested HDFS entities.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-export-import-audits.23b1ebdd.js b/2.3.0/static/js/documents-import-export-export-import-audits.23b1ebdd.js
new file mode 100644
index 0000000..9397afd
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-export-import-audits.23b1ebdd.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{"./src/documents/Import-Export/ExportImportAudits.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),m=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),d=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],i={};function s(e){var t=e.components,a=Object(n.a)(e,l);return Object(r.mdx)("wrapper",Object.assign({},i,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"export--import-audits"},"Export & Import Audits"),Object(r.mdx)("h4",{id:"background"},"Background"),Object(r.mdx)("p",null,"The new audits for Export and Import operations also have corresponding REST APIs to programmatically fetch the audit entries."),Object(r.mdx)("h4",{id:"rest-apis"},"REST APIs"),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Title")),Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Replication Audits for a Cluster")))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Example"),Object(r.mdx)("td",{parentName:"tr",align:null},"See below.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"URL"),Object(r.mdx)("td",{parentName:"tr",align:null},"api/atlas/admin/expimp/audit")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Method"),Object(r.mdx)("td",{parentName:"tr",align:null},"GET")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"URL Parameters"),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"sourceClusterName"),": Name of source cluster.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"targetClusterName"),": Name of target cluster.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"userName"),": Name of the user who initiated the operation.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"operation"),": EXPORT or IMPORT operation type.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"startTime"),": Time, in milliseconds, when operation was started.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"endTime"),": Time, in milliseconds, when operation ended.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"limit"),": Number of results to be returned")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"offset"),": Offset")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Data Parameters"),Object(r.mdx)("td",{parentName:"tr",align:null},"None")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Success Response"),Object(r.mdx)("td",{parentName:"tr",align:null},"List of ",Object(r.mdx)("em",{parentName:"td"},"ExportImportAuditEntry"))),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Error Response"),Object(r.mdx)("td",{parentName:"tr",align:null},"Errors Returned as AtlasBaseException")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Notes"),Object(r.mdx)("td",{parentName:"tr",align:null},"None")))),Object(r.mdx)("h5",{id:"curl"},"CURL"),Object(r.mdx)(d.a,{wrapLines:!0,language:"json",style:m.a,mdxType:"SyntaxHighlighter"},'\ncurl -X GET -u admin:admin -H "Content-Type: application/json" -H "Cache-Control: no-cache"\nhttp://localhost:port/api/atlas/admin/expimp/audit?sourceClusterName=cl2\n'),Object(r.mdx)("h5",{id:"response"},"RESPONSE"),Object(r.mdx)(d.a,{wrapLines:!0,language:"json",style:m.a,mdxType:"SyntaxHighlighter"},'{\n    "queryType": "BASIC",\n    "searchParameters": {\n        "typeName": "ReplicationAuditEntry",\n        "excludeDeletedEntities": false,\n        "includeClassificationAttributes": false,\n        "includeSubTypes": true,\n        "includeSubClassifications": true,\n        "limit": 100,\n        "offset": 0,\n        "entityFilters": {\n            "attributeName": "name",\n            "operator": "eq",\n            "attributeValue": "cl2",\n            "criterion": []\n        }\n    },\n    "entities": [{\n        "typeName": "ReplicationAuditEntry",\n        "attributes": {\n            "owner": null,\n            "uniqueName": "cl2:EXPORT:1533037289411",\n            "createTime": null,\n            "name": "cl2",\n            "description": null\n        },\n        "guid": "04844141-af72-498a-9d26-f70f91e8adf8",\n        "status": "ACTIVE",\n        "displayText": "cl2",\n        "classificationNames": []\n    }, {\n        "typeName": "ReplicationAuditEntry",\n        "attributes": {\n            "owner": null,\n            "uniqueName": "cl2:EXPORT:1533037368407",\n            "createTime": null,\n            "name": "cl2",\n            "description": null\n        },\n        "guid": "837abe66-20c8-4296-8678-e715498bf8fb",\n        "status": "ACTIVE",\n        "displayText": "cl2",\n        "classificationNames": []\n    }]\n}'))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ExportImportAudits.md"}}),s.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7a864e7
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ExportImportAudits.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-export-import-audits.23b1ebdd.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"export--import-audits\"\n    }}>{`Export & Import Audits`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`The new audits for Export and Import operations also have corresponding REST APIs to programmatically fetch the audit entries.`}</p>\n    <h4 {...{\n      \"id\": \"rest-apis\"\n    }}>{`REST APIs`}</h4>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Replication Audits for a Cluster`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Example`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`See below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`URL`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`api/atlas/admin/expimp/audit`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Method`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`GET`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`URL Parameters`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`sourceClusterName`}</em>{`: Name of source cluster.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`targetClusterName`}</em>{`: Name of target cluster.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`userName`}</em>{`: Name of the user who initiated the operation.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`operation`}</em>{`: EXPORT or IMPORT operation type.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`startTime`}</em>{`: Time, in milliseconds, when operation was started.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`endTime`}</em>{`: Time, in milliseconds, when operation ended.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`limit`}</em>{`: Number of results to be returned`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`offset`}</em>{`: Offset`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Data Parameters`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`None`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Success Response`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`List of `}<em parentName=\"td\">{`ExportImportAuditEntry`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Error Response`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors Returned as AtlasBaseException`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Notes`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`None`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h5 {...{\n      \"id\": \"curl\"\n    }}>{`CURL`}</h5>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\"\nhttp://localhost:port/api/atlas/admin/expimp/audit?sourceClusterName=cl2\n`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"response\"\n    }}>{`RESPONSE`}</h5>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"queryType\": \"BASIC\",\n    \"searchParameters\": {\n        \"typeName\": \"ReplicationAuditEntry\",\n        \"excludeDeletedEntities\": false,\n        \"includeClassificationAttributes\": false,\n        \"includeSubTypes\": true,\n        \"includeSubClassifications\": true,\n        \"limit\": 100,\n        \"offset\": 0,\n        \"entityFilters\": {\n            \"attributeName\": \"name\",\n            \"operator\": \"eq\",\n            \"attributeValue\": \"cl2\",\n            \"criterion\": []\n        }\n    },\n    \"entities\": [{\n        \"typeName\": \"ReplicationAuditEntry\",\n        \"attributes\": {\n            \"owner\": null,\n            \"uniqueName\": \"cl2:EXPORT:1533037289411\",\n            \"createTime\": null,\n            \"name\": \"cl2\",\n            \"description\": null\n        },\n        \"guid\": \"04844141-af72-498a-9d26-f70f91e8adf8\",\n        \"status\": \"ACTIVE\",\n        \"displayText\": \"cl2\",\n        \"classificationNames\": []\n    }, {\n        \"typeName\": \"ReplicationAuditEntry\",\n        \"attributes\": {\n            \"owner\": null,\n            \"uniqueName\": \"cl2:EXPORT:1533037368407\",\n            \"createTime\": null,\n            \"name\": \"cl2\",\n            \"description\": null\n        },\n        \"guid\": \"837abe66-20c8-4296-8678-e715498bf8fb\",\n        \"status\": \"ACTIVE\",\n        \"displayText\": \"cl2\",\n        \"classificationNames\": []\n    }]\n}`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..fd74163
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ImportAPIOptions.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ylBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sBAAoB,sBAE5B,8DAA2C,oBAAIC,WAAW,KAAG,WAAiB,6HAC9E,oBACE,GAAM,6BAA2B,6BAEnC,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,0QAOnG,mEAAgD,oBAAIC,WAAW,KAAG,sBAA4B,QAC9F,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,6BAMlG,oBACE,GAAM,WAAS,WAEjB,8EACA,wBACE,oBAAIC,WAAW,MAAI,mDACnB,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,sCACnB,oBAAIA,WAAW,MAAI,4BAErB,oBACE,GAAM,cAAY,cAEpB,gHACA,2JACA,kFACA,wBACE,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,aAAmB,gDAC1D,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,WAAiB,0KAE1D,mCACA,kFAA+D,oBAAIA,WAAW,KAAG,iBAAuB,6HACxG,iEAA8C,oBAAIA,WAAW,KAAG,sBAA4B,QAC5F,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,mKAOlG,0CAAuB,mBAAGC,WAAW,IACjC,KAAQ,oDAAkD,cACvC,0DACvB,oBACE,GAAM,6BAA2B,6BAEnC,4OACA,0PACA,iEAA8C,oBAAIA,WAAW,KAAG,sBAA4B,QAC5F,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,sFAOnG,iCAAc,oBAAIC,WAAW,KAAG,iBAAuB,8BAA+B,oBAAIA,WAAW,KAAG,sBAA4B,KACpI,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,yDAOlG,qDACA,wBACE,oBAAIC,WAAW,MAAI,mFACnB,oBAAIA,WAAW,MAAI,6EACnB,oBAAIA,WAAW,MAAI,gCAAkC,oBAAIA,WAAW,MAAI,kCAAwC,sEAChH,oBAAIA,WAAW,MAAI,cAAgB,oBAAIA,WAAW,MAAI,sBAA4B,mBAClF,oBAAIA,WAAW,MAAI,oBAErB,oBACE,GAAM,sCAAoC,sCAE5C,mDAAgC,oBAAIA,WAAW,KAAG,sBAA4B,kEAC9E,uMACA,6JACA,mHAAgG,oBAAIA,WAAW,KAAG,QAAc,sFAAuF,oBAAIA,WAAW,KAAG,SAAe,wNACxP,sHACA,2BACE,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,cAC1B,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,aAG9B,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,qDAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,qBAGjB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,8DAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,cAGjB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,2EAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,yEAC8D,yBAAM,4GAA6G,yBAAM,wFAAyF,yBAAM,yEAA0E,yBAAM,oGAI3X,iEAA8C,oBAAIA,WAAW,KAAG,sBAA4B,QAC5F,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,+DAOlG,oBACE,GAAM,uDAAqD,uDAE7D,kHAA+F,oBAAIC,WAAW,KAAG,cAAoB,qDACrI,iEAA8C,oBAAIA,WAAW,KAAG,sBAA4B,QAC5F,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,2EAOlG,uBAAG,oBAAIC,WAAW,KAAG,SACrB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,6NAMlG,oBACE,GAAM,0BAAwB,0BAEhC,yJACA,4FAAyE,oBAAIC,WAAW,KAAG,+BAAqC,mFAChI,yGACA,yJAEH,qMAEDJ,EAAWS,gBAAiB,G,+DC3L5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-import-export-import-api-options.d82d96e5.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"import-api-options\"\n    }}>{`Import API Options`}</h1>\n    <p>{`Import API options are specified as `}<em parentName=\"p\">{`options`}</em>{` JSON. Since the API accepts multi-part form data, it is possible to specify multiple input streams within the CURL call.`}</p>\n    <h3 {...{\n      \"id\": \"examples-using-curl-calls\"\n    }}>{`Examples Using CURL Calls`}</h3>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -g -X POST -u adminuser:password -H \"Content-Type: multipart/form-data\"\n            -H \"Cache-Control: no-cache\"\n            -F request=@importOptions.json\n            -F data=@quickStartDB.zip\n            \"http://localhost:21000/api/atlas/admin/import\"`}\n    </SyntaxHighlighter>\n    <p>{`To use the defaults, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n  }\n}`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"options\"\n    }}>{`Options`}</h3>\n    <p>{`Following options are supported for Import process:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Specify transforms during the import operation.`}</li>\n      <li parentName=\"ul\">{`Resume import by specifying starting entity guid.`}</li>\n      <li parentName=\"ul\">{`Optionally import type definition.`}</li>\n      <li parentName=\"ul\">{`Handling large imports.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"transforms\"\n    }}>{`Transforms`}</h4>\n    <p>{`During the import process, the attribute value of the incoming entity can be changed.`}</p>\n    <p>{`This is possible by specifying entity type and at attribute to be modified and then the manner in which it needs to be modified.`}</p>\n    <p>{`Right now these are the transforms that can be applied:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`lowercase`}</em>{` Converts the attribute value to lower case.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`replace`}</em>{` This performs a string find and replace operation. It takes two parameters, the first is the string to search for and the next one is the string to replace it with.`}</li>\n    </ul>\n    <p>{`Example:`}</p>\n    <p>{`The example below applies a couple of transforms to the `}<em parentName=\"p\">{`qualifiedName`}</em>{` attribute of hive_table. It converts the value to lower case, then searches for 'cl1', if found, replaces it with 'cl2'.`}</p>\n    <p>{`To use the option, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"transforms\": {\"hive_table\": { \"qualifiedName\": [ replace:@cl1:@cl2 ] }, \"hive_db\": { \"qualifiedName\": [ replace:@cl1:@cl2 ] } }\n  }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"https://issues.apache.org/jira/browse/ATLAS-1825\"\n      }}>{`ATLAS-1825`}</a>{` for details scenarios when this option could be used.`}</p>\n    <h4 {...{\n      \"id\": \"start-guid-or-start-index\"\n    }}>{`Start Guid or Start Index`}</h4>\n    <p>{`When an import operation is in progress and the server goes down, it would be possible to resume import from the last successfully imported entity. This would allow the import to resume from where it left off.`}</p>\n    <p>{`Server-side logging is improved to display the detail of the last successfully imported entity, this includes the index within the import list and the entity's guid. Either can be used to specify the point to resume import.`}</p>\n    <p>{`To use the option, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"startGuid\": \"bd97c78e-3fa5-4f9c-9f48-3683ca3d1fb1\"\n  }\n}`}\n    </SyntaxHighlighter>\n    <p>{`To use `}<em parentName=\"p\">{`startPosition`}</em>{`, use the following in the `}<em parentName=\"p\">{`importOptions.json`}</em>{`:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"startPosition\": \"332\"\n  }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Steps to use the behavior:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Start an import (using the CURL) that is fairly long, say about 1000# entities.`}</li>\n      <li parentName=\"ul\">{`While the import is in progress, stop atlas server (using atlas_stop.py).`}</li>\n      <li parentName=\"ul\">{`From the log file located at `}<em parentName=\"li\">{`/var/log/atlas/application.log`}</em>{` get the last successfully imported entity GUID or index position.`}</li>\n      <li parentName=\"ul\">{`Update the `}<em parentName=\"li\">{`importOptions.json`}</em>{` with the guid.`}</li>\n      <li parentName=\"ul\">{`Restart import.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"optional-importing-type-definition\"\n    }}>{`Optional Importing Type Definition`}</h4>\n    <p>{`The output of Export has `}<em parentName=\"p\">{`atlas-typedef.json`}</em>{` that contains the type definitions for the entities exported.`}</p>\n    <p>{`By default, (that is if no options are specified), the type definitions are imported and applied to the system being imported to. The entity import is performed after this.`}</p>\n    <p>{`In some cases, you would not want to modify the type definitions. The import may be better off failing than the types be modified.`}</p>\n    <p>{`This option allows for optionally importing of the type definition. The option is set to `}<em parentName=\"p\">{`true`}</em>{` by default, which means that type definition is imported. With this option set to `}<em parentName=\"p\">{`false`}</em>{`, type definitions present in the source will not be imported. In case of mismatch between the entities being imported the types present in the system where the import is being performed, the operation will fail.`}</p>\n    <p>{`Table below enumerates the conditions that get addressed as part of type definition import:`}</p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Condition`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Action`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Incoming type does not exist in the target system`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Type is created.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Type to be imported and type in the target system are same`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`No change`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Type to be imported and type in target system differ by some attributes`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Target system type is updated to the attributes present in the source.`}<br />{` It is possible that the target system will have attributes in addition to the one present in the source.`}<br />{` In that case, the target system's type attributes will be a union of the attributes.`}<br />{` Attributes in target system will not be deleted to match the source. `}<br />{`If the type of the attribute differ, the import process will be aborted and exception logged.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <p>{`To use the option, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"updateTypeDefinition\": true\n  }\n}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"specifying-file-to-be-imported-from-server-location\"\n    }}>{`Specifying File to be Imported From Server Location`}</h4>\n    <p>{`In a scenario where the file to be imported is present at a location on the server, the `}<em parentName=\"p\">{`importfile`}</em>{` API can be used. It behaves like the Import API.`}</p>\n    <p>{`To use the option, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"fileName\": \"/root/fileToBeImported.zip\"\n  }\n}`}\n    </SyntaxHighlighter>\n    <p><em parentName=\"p\">{`CURL`}</em></p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -g -X POST -u adminuser:password -H \"Content-Type: application/json\"\n            -H \"Cache-Control: no-cache\"\n            -d r@importOptions.json\n            \"http://localhost:21000/api/atlas/admin/importfile\"`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"handling-large-imports\"\n    }}>{`Handling Large Imports`}</h4>\n    <p>{`By default, the Import Service stores all the data in memory. This may be limiting for ZIPs containing a large amount of data.`}</p>\n    <p>{`To configure the temporary directory use the application property `}<em parentName=\"p\">{`atlas.import.temp.directory`}</em>{`. If this property is left blank, the default in-memory implementation is used.`}</p>\n    <p>{`Please ensure that there is sufficient disk space available for the operation.`}</p>\n    <p>{`The contents of the directory created as a backing store for the import operation will be erased after the operation is over.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-import-api-options.d82d96e5.js b/2.3.0/static/js/documents-import-export-import-api-options.d82d96e5.js
new file mode 100644
index 0000000..e1ddbc6
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-import-api-options.d82d96e5.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[19],{"./src/documents/Import-Export/ImportAPIOptions.md":function(e,t,i){"use strict";i.r(t),i.d(t,"default",(function(){return l}));var n=i("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=(i("../node_modules/react/index.js"),i("../node_modules/@mdx-js/react/dist/esm.js")),o=(i("./theme/styles/styled-colors.js"),i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),s=i("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),r=["components"],p={};function l(e){var t=e.components,i=Object(n.a)(e,r);return Object(a.mdx)("wrapper",Object.assign({},p,i,{components:t,mdxType:"MDXLayout"}),Object(a.mdx)("h1",{id:"import-api-options"},"Import API Options"),Object(a.mdx)("p",null,"Import API options are specified as ",Object(a.mdx)("em",{parentName:"p"},"options")," JSON. Since the API accepts multi-part form data, it is possible to specify multiple input streams within the CURL call."),Object(a.mdx)("h3",{id:"examples-using-curl-calls"},"Examples Using CURL Calls"),Object(a.mdx)(s.a,{wrapLines:!0,language:"shell",style:o.a,mdxType:"SyntaxHighlighter"},'curl -g -X POST -u adminuser:password -H "Content-Type: multipart/form-data"\n            -H "Cache-Control: no-cache"\n            -F request=@importOptions.json\n            -F data=@quickStartDB.zip\n            "http://localhost:21000/api/atlas/admin/import"'),Object(a.mdx)("p",null,"To use the defaults, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n  }\n}'),Object(a.mdx)("h3",{id:"options"},"Options"),Object(a.mdx)("p",null,"Following options are supported for Import process:"),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Specify transforms during the import operation."),Object(a.mdx)("li",{parentName:"ul"},"Resume import by specifying starting entity guid."),Object(a.mdx)("li",{parentName:"ul"},"Optionally import type definition."),Object(a.mdx)("li",{parentName:"ul"},"Handling large imports.")),Object(a.mdx)("h4",{id:"transforms"},"Transforms"),Object(a.mdx)("p",null,"During the import process, the attribute value of the incoming entity can be changed."),Object(a.mdx)("p",null,"This is possible by specifying entity type and at attribute to be modified and then the manner in which it needs to be modified."),Object(a.mdx)("p",null,"Right now these are the transforms that can be applied:"),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},Object(a.mdx)("em",{parentName:"li"},"lowercase")," Converts the attribute value to lower case."),Object(a.mdx)("li",{parentName:"ul"},Object(a.mdx)("em",{parentName:"li"},"replace")," This performs a string find and replace operation. It takes two parameters, the first is the string to search for and the next one is the string to replace it with.")),Object(a.mdx)("p",null,"Example:"),Object(a.mdx)("p",null,"The example below applies a couple of transforms to the ",Object(a.mdx)("em",{parentName:"p"},"qualifiedName")," attribute of hive_table. It converts the value to lower case, then searches for 'cl1', if found, replaces it with 'cl2'."),Object(a.mdx)("p",null,"To use the option, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "transforms": {"hive_table": { "qualifiedName": [ replace:@cl1:@cl2 ] }, "hive_db": { "qualifiedName": [ replace:@cl1:@cl2 ] } }\n  }\n}'),Object(a.mdx)("p",null,"Please refer to ",Object(a.mdx)("a",{parentName:"p",href:"https://issues.apache.org/jira/browse/ATLAS-1825"},"ATLAS-1825")," for details scenarios when this option could be used."),Object(a.mdx)("h4",{id:"start-guid-or-start-index"},"Start Guid or Start Index"),Object(a.mdx)("p",null,"When an import operation is in progress and the server goes down, it would be possible to resume import from the last successfully imported entity. This would allow the import to resume from where it left off."),Object(a.mdx)("p",null,"Server-side logging is improved to display the detail of the last successfully imported entity, this includes the index within the import list and the entity's guid. Either can be used to specify the point to resume import."),Object(a.mdx)("p",null,"To use the option, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"shell",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "startGuid": "bd97c78e-3fa5-4f9c-9f48-3683ca3d1fb1"\n  }\n}'),Object(a.mdx)("p",null,"To use ",Object(a.mdx)("em",{parentName:"p"},"startPosition"),", use the following in the ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json"),":"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "startPosition": "332"\n  }\n}'),Object(a.mdx)("p",null,"Steps to use the behavior:"),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Start an import (using the CURL) that is fairly long, say about 1000# entities."),Object(a.mdx)("li",{parentName:"ul"},"While the import is in progress, stop atlas server (using atlas_stop.py)."),Object(a.mdx)("li",{parentName:"ul"},"From the log file located at ",Object(a.mdx)("em",{parentName:"li"},"/var/log/atlas/application.log")," get the last successfully imported entity GUID or index position."),Object(a.mdx)("li",{parentName:"ul"},"Update the ",Object(a.mdx)("em",{parentName:"li"},"importOptions.json")," with the guid."),Object(a.mdx)("li",{parentName:"ul"},"Restart import.")),Object(a.mdx)("h4",{id:"optional-importing-type-definition"},"Optional Importing Type Definition"),Object(a.mdx)("p",null,"The output of Export has ",Object(a.mdx)("em",{parentName:"p"},"atlas-typedef.json")," that contains the type definitions for the entities exported."),Object(a.mdx)("p",null,"By default, (that is if no options are specified), the type definitions are imported and applied to the system being imported to. The entity import is performed after this."),Object(a.mdx)("p",null,"In some cases, you would not want to modify the type definitions. The import may be better off failing than the types be modified."),Object(a.mdx)("p",null,"This option allows for optionally importing of the type definition. The option is set to ",Object(a.mdx)("em",{parentName:"p"},"true")," by default, which means that type definition is imported. With this option set to ",Object(a.mdx)("em",{parentName:"p"},"false"),", type definitions present in the source will not be imported. In case of mismatch between the entities being imported the types present in the system where the import is being performed, the operation will fail."),Object(a.mdx)("p",null,"Table below enumerates the conditions that get addressed as part of type definition import:"),Object(a.mdx)("table",null,Object(a.mdx)("thead",{parentName:"table"},Object(a.mdx)("tr",{parentName:"thead"},Object(a.mdx)("th",{parentName:"tr",align:null},Object(a.mdx)("strong",{parentName:"th"},"Condition")),Object(a.mdx)("th",{parentName:"tr",align:null},Object(a.mdx)("strong",{parentName:"th"},"Action")))),Object(a.mdx)("tbody",{parentName:"table"},Object(a.mdx)("tr",{parentName:"tbody"},Object(a.mdx)("td",{parentName:"tr",align:null},"Incoming type does not exist in the target system"),Object(a.mdx)("td",{parentName:"tr",align:null},"Type is created.")),Object(a.mdx)("tr",{parentName:"tbody"},Object(a.mdx)("td",{parentName:"tr",align:null},"Type to be imported and type in the target system are same"),Object(a.mdx)("td",{parentName:"tr",align:null},"No change")),Object(a.mdx)("tr",{parentName:"tbody"},Object(a.mdx)("td",{parentName:"tr",align:null},"Type to be imported and type in target system differ by some attributes"),Object(a.mdx)("td",{parentName:"tr",align:null},"Target system type is updated to the attributes present in the source.",Object(a.mdx)("br",null)," It is possible that the target system will have attributes in addition to the one present in the source.",Object(a.mdx)("br",null)," In that case, the target system's type attributes will be a union of the attributes.",Object(a.mdx)("br",null)," Attributes in target system will not be deleted to match the source. ",Object(a.mdx)("br",null),"If the type of the attribute differ, the import process will be aborted and exception logged.")))),Object(a.mdx)("p",null,"To use the option, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "updateTypeDefinition": true\n  }\n}'),Object(a.mdx)("h4",{id:"specifying-file-to-be-imported-from-server-location"},"Specifying File to be Imported From Server Location"),Object(a.mdx)("p",null,"In a scenario where the file to be imported is present at a location on the server, the ",Object(a.mdx)("em",{parentName:"p"},"importfile")," API can be used. It behaves like the Import API."),Object(a.mdx)("p",null,"To use the option, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "fileName": "/root/fileToBeImported.zip"\n  }\n}'),Object(a.mdx)("p",null,Object(a.mdx)("em",{parentName:"p"},"CURL")),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'curl -g -X POST -u adminuser:password -H "Content-Type: application/json"\n            -H "Cache-Control: no-cache"\n            -d r@importOptions.json\n            "http://localhost:21000/api/atlas/admin/importfile"'),Object(a.mdx)("h4",{id:"handling-large-imports"},"Handling Large Imports"),Object(a.mdx)("p",null,"By default, the Import Service stores all the data in memory. This may be limiting for ZIPs containing a large amount of data."),Object(a.mdx)("p",null,"To configure the temporary directory use the application property ",Object(a.mdx)("em",{parentName:"p"},"atlas.import.temp.directory"),". If this property is left blank, the default in-memory implementation is used."),Object(a.mdx)("p",null,"Please ensure that there is sufficient disk space available for the operation."),Object(a.mdx)("p",null,"The contents of the directory created as a backing store for the import operation will be erased after the operation is over."))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ImportAPIOptions.md"}}),l.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,i){"use strict";var n=i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-import-api.86fa76ae.js b/2.3.0/static/js/documents-import-export-import-api.86fa76ae.js
new file mode 100644
index 0000000..a7cfa41
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-import-api.86fa76ae.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[18],{"./src/documents/Import-Export/ImportAPI.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return i}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),m=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),r=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),d=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],p={};function i(e){var t=e.components,a=Object(n.a)(e,l);return Object(m.mdx)("wrapper",Object.assign({},p,a,{components:t,mdxType:"MDXLayout"}),Object(m.mdx)("h1",{id:"import-api"},"Import API"),Object(m.mdx)("p",null,"The general approach is:"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},"Consumer makes a ZIP file available for import operation. See details below for the 2 flavors of the API."),Object(m.mdx)("li",{parentName:"ul"},"The API if successful, will return the results of the operation."),Object(m.mdx)("li",{parentName:"ul"},"Error will be returned on the failure of the call.")),Object(m.mdx)("h3",{id:"import-zip-file-using-post"},"Import ZIP File Using POST"),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Title")),Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Import API")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Example")),Object(m.mdx)("td",{parentName:"tr",align:null},"See Examples sections below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Description")),Object(m.mdx)("td",{parentName:"tr",align:null},"Provide the contents of the file to be imported in the request body.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"api/atlas/admin/import"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Method")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"POST"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Data Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Success Response")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"AtlasImporResult")," is returned as JSON. See details below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Error Response")),Object(m.mdx)("td",{parentName:"tr",align:null},"Errors that are handled within the system will be returned as ",Object(m.mdx)("em",{parentName:"td"},"AtlasBaseException"),".")))),Object(m.mdx)("h3",{id:"import-zip-file-available-on-server"},"Import ZIP File Available on Server"),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Title")),Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Import API")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Example")),Object(m.mdx)("td",{parentName:"tr",align:null},"See Examples sections below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Description")),Object(m.mdx)("td",{parentName:"tr",align:null},"Provide the path of the file to be imported.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"api/atlas/admin/importfile"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Method")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"POST"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Data Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Success Response")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"AtlasImporResult")," is returned as JSON. See details below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Error Response")),Object(m.mdx)("td",{parentName:"tr",align:null},"Errors that are handled within the system will be returned as ",Object(m.mdx)("em",{parentName:"td"},"AtlasBaseException"),".")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Notes")),Object(m.mdx)("td",{parentName:"tr",align:null},"The file to be imported needs to be present on the server at the location specified by the ",Object(m.mdx)("em",{parentName:"td"},"FILENAME")," parameter.")))),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Method Signature for Import")),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'@POST\n@Path("/import")\n@Produces("application/json; charset=UTF-8")\n@Consumes("multipart/form-data")'),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Method Signature for Import File")),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'@POST\n@Path("/importfile")\n@Produces("application/json; charset=UTF-8")\n@Consumes("application/json")'),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Import Options"),"\nPlease see ",Object(m.mdx)("a",{parentName:"p",href:"#/ImportAPIOptions"},"here")," for the available options during import process."),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"AtlasImportResult Response"),"\nThe API will return the results of the import operation in the format defined by the ",Object(m.mdx)("em",{parentName:"p"},"AtlasImportResult"),":"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"AtlasImportParameters"),": This contains a collection of name-value pair of the options that are applied during the import operation."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"Metrics"),": Operation metrics. These include details on the number of types imported, number of entities imported, etc."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"Processed Entities"),": Contains a list of GUIDs for the entities that were processed."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"Operation Status"),": Overall status of the operation. Values are ",Object(m.mdx)("em",{parentName:"li"},"SUCCESS"),", PARTIAL",Object(m.mdx)("em",{parentName:"li"},"SUCCESS, _FAIL"),".")),Object(m.mdx)("h3",{id:"examples-using-curl-calls"},"Examples Using CURL Calls"),Object(m.mdx)("p",null,"The call below performs Import of ",Object(m.mdx)("em",{parentName:"p"},"QuickStart")," database using POST."),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'curl -g -X POST -u adminuser:password -H "Content-Type: multipart/form-data"\n            -H "Cache-Control: no-cache"\n            -F request=@importOptions.json\n            -F data=@quickStartDB.zip\n            "http://localhost:21000/api/atlas/admin/import"'),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"request")," parameter is optional. If import has to be run without any options use:"),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'curl -g -X POST -u adminuser:password -H "Content-Type: multipart/form-data"\n            -H "Cache-Control: no-cache"\n            -F data=@quickStartDB.zip\n            "http://localhost:21000/api/atlas/admin/import"'),Object(m.mdx)("p",null,"The call below performs Import of ",Object(m.mdx)("em",{parentName:"p"},"QuickStart")," database using a ZIP file available on the server."),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'curl -X POST -u adminuser:password -H "Cache-Control: no-cache" -d ./importOptions.json\n"http://localhost:21000/api/atlas/admin/importFile" > quickStartDB-import-result.json'),Object(m.mdx)("p",null,"Below is the ",Object(m.mdx)("em",{parentName:"p"},"AtlasImportResult")," JSON for an import that contains ",Object(m.mdx)("em",{parentName:"p"},"hive_db"),"."),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"processedEntities")," contains the ",Object(m.mdx)("em",{parentName:"p"},"guids")," of all the entities imported."),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"metrics")," contain a breakdown of the types and entities imported along with the operation performed on them viz. ",Object(m.mdx)("em",{parentName:"p"},"created")," or ",Object(m.mdx)("em",{parentName:"p"},"updated"),"."),Object(m.mdx)(d.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'{\n    "request": {\n        "options": {}\n    },\n    "userName": "admin",\n    "clientIpAddress": "10.0.2.2",\n    "hostName": "10.0.2.15",\n    "timeStamp": 1491285622823,\n    "metrics": {\n        "duration": 9143,\n        "typedef:enum": 0,\n        "typedef:struct": 0,\n        "entity:hive_column:created": 461,\n        "entity:hive_storagedesc:created": 20,\n        "entity:hive_process:created": 12,\n        "entity:hive_db:created": 5,\n        "entity:hive_table:created": 20,\n        "entity:hdfs_path:created": 2,\n        "typedef:entitydef": 0,\n        "typedef:classification": 3\n    },\n    "processedEntities": [\n        "2c4aa713-030b-4fb3-98b1-1cab23d9ac81",\n        "e4aa71ed-70fd-4fa7-9dfb-8250a573e293",\n       ...\n        "ea0f9bdb-1dfc-4e48-9848-a006129929f9",\n        "b5e2cb41-3e7d-4468-84e1-d87c320e75f9"\n    ],\n    "operationStatus": "SUCCESS"\n}'))}i&&i===Object(i)&&Object.isExtensible(i)&&Object.defineProperty(i,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ImportAPI.md"}}),i.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-import-api.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-import-api.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-import-export-import-api.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..c42495c
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-import-api.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ImportAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-import-api.86fa76ae.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"import-api\"\n    }}>{`Import API`}</h1>\n    <p>{`The general approach is:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Consumer makes a ZIP file available for import operation. See details below for the 2 flavors of the API.`}</li>\n      <li parentName=\"ul\">{`The API if successful, will return the results of the operation.`}</li>\n      <li parentName=\"ul\">{`Error will be returned on the failure of the call.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"import-zip-file-using-post\"\n    }}>{`Import ZIP File Using POST`}</h3>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Import API`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Example`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`See Examples sections below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Description`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Provide the contents of the file to be imported in the request body.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`api/atlas/admin/import`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Method`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`POST`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Data Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Success Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`AtlasImporResult`}</em>{` is returned as JSON. See details below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Error Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors that are handled within the system will be returned as `}<em parentName=\"td\">{`AtlasBaseException`}</em>{`.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h3 {...{\n      \"id\": \"import-zip-file-available-on-server\"\n    }}>{`Import ZIP File Available on Server`}</h3>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Import API`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Example`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`See Examples sections below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Description`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Provide the path of the file to be imported.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`api/atlas/admin/importfile`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Method`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`POST`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Data Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Success Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`AtlasImporResult`}</em>{` is returned as JSON. See details below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Error Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors that are handled within the system will be returned as `}<em parentName=\"td\">{`AtlasBaseException`}</em>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Notes`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`The file to be imported needs to be present on the server at the location specified by the `}<em parentName=\"td\">{`FILENAME`}</em>{` parameter.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <p><strong parentName=\"p\">{`Method Signature for Import`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`@POST\n@Path(\"/import\")\n@Produces(\"application/json; charset=UTF-8\")\n@Consumes(\"multipart/form-data\")`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Method Signature for Import File`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`@POST\n@Path(\"/importfile\")\n@Produces(\"application/json; charset=UTF-8\")\n@Consumes(\"application/json\")`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Import Options`}</strong>{`\nPlease see `}<a parentName=\"p\" {...{\n        \"href\": \"#/ImportAPIOptions\"\n      }}>{`here`}</a>{` for the available options during import process.`}</p>\n    <p><strong parentName=\"p\">{`AtlasImportResult Response`}</strong>{`\nThe API will return the results of the import operation in the format defined by the `}<em parentName=\"p\">{`AtlasImportResult`}</em>{`:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`AtlasImportParameters`}</em>{`: This contains a collection of name-value pair of the options that are applied during the import operation.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Metrics`}</em>{`: Operation metrics. These include details on the number of types imported, number of entities imported, etc.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Processed Entities`}</em>{`: Contains a list of GUIDs for the entities that were processed.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Operation Status`}</em>{`: Overall status of the operation. Values are `}<em parentName=\"li\">{`SUCCESS`}</em>{`, PARTIAL`}<em parentName=\"li\">{`SUCCESS, _FAIL`}</em>{`.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"examples-using-curl-calls\"\n    }}>{`Examples Using CURL Calls`}</h3>\n    <p>{`The call below performs Import of `}<em parentName=\"p\">{`QuickStart`}</em>{` database using POST.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -g -X POST -u adminuser:password -H \"Content-Type: multipart/form-data\"\n            -H \"Cache-Control: no-cache\"\n            -F request=@importOptions.json\n            -F data=@quickStartDB.zip\n            \"http://localhost:21000/api/atlas/admin/import\"`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`request`}</em>{` parameter is optional. If import has to be run without any options use:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -g -X POST -u adminuser:password -H \"Content-Type: multipart/form-data\"\n            -H \"Cache-Control: no-cache\"\n            -F data=@quickStartDB.zip\n            \"http://localhost:21000/api/atlas/admin/import\"`}\n    </SyntaxHighlighter>\n    <p>{`The call below performs Import of `}<em parentName=\"p\">{`QuickStart`}</em>{` database using a ZIP file available on the server.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X POST -u adminuser:password -H \"Cache-Control: no-cache\" -d ./importOptions.json\n\"http://localhost:21000/api/atlas/admin/importFile\" > quickStartDB-import-result.json`}\n    </SyntaxHighlighter>\n    <p>{`Below is the `}<em parentName=\"p\">{`AtlasImportResult`}</em>{` JSON for an import that contains `}<em parentName=\"p\">{`hive_db`}</em>{`.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`processedEntities`}</em>{` contains the `}<em parentName=\"p\">{`guids`}</em>{` of all the entities imported.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`metrics`}</em>{` contain a breakdown of the types and entities imported along with the operation performed on them viz. `}<em parentName=\"p\">{`created`}</em>{` or `}<em parentName=\"p\">{`updated`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"request\": {\n        \"options\": {}\n    },\n    \"userName\": \"admin\",\n    \"clientIpAddress\": \"10.0.2.2\",\n    \"hostName\": \"10.0.2.15\",\n    \"timeStamp\": 1491285622823,\n    \"metrics\": {\n        \"duration\": 9143,\n        \"typedef:enum\": 0,\n        \"typedef:struct\": 0,\n        \"entity:hive_column:created\": 461,\n        \"entity:hive_storagedesc:created\": 20,\n        \"entity:hive_process:created\": 12,\n        \"entity:hive_db:created\": 5,\n        \"entity:hive_table:created\": 20,\n        \"entity:hdfs_path:created\": 2,\n        \"typedef:entitydef\": 0,\n        \"typedef:classification\": 3\n    },\n    \"processedEntities\": [\n        \"2c4aa713-030b-4fb3-98b1-1cab23d9ac81\",\n        \"e4aa71ed-70fd-4fa7-9dfb-8250a573e293\",\n       ...\n        \"ea0f9bdb-1dfc-4e48-9848-a006129929f9\",\n        \"b5e2cb41-3e7d-4468-84e1-d87c320e75f9\"\n    ],\n    \"operationStatus\": \"SUCCESS\"\n}`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-import-entity-transforms.952a218e.js b/2.3.0/static/js/documents-import-export-import-entity-transforms.952a218e.js
new file mode 100644
index 0000000..938c0f4
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-import-entity-transforms.952a218e.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[20],{"./src/documents/Import-Export/ImportEntityTransforms.md":function(t,e,a){"use strict";a.r(e),a.d(e,"default",(function(){return l}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),m=["components"],d={};function l(t){var e=t.components,a=Object(n.a)(t,m);return Object(r.mdx)("wrapper",Object.assign({},d,a,{components:e,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"new-entity-transforms-framework"},"(New) Entity Transforms Framework"),Object(r.mdx)("h4",{id:"background"},"Background"),Object(r.mdx)("p",null,"During Import Process, entity transforms are required to make changes to the entity before it gets committed to the database. These modifications are necessary to make the entity conform to the environment it is going to reside. The Import Process provided a mechanism to do that."),Object(r.mdx)("h4",{id:"transformation-framework"},"Transformation Framework"),Object(r.mdx)("p",null,"A transformation framework allows a mechanism to selectively transform an entity or specific attributes of that entity."),Object(r.mdx)("p",null,"To achieve this, the framework provides:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Way to set a condition that needs to be satisfied for a transformation to be applied."),Object(r.mdx)("li",{parentName:"ul"},"Action to be taken on the entity once the condition is met.")),Object(r.mdx)("p",null,"The existing transformation frameworks allowed this to happen."),Object(r.mdx)("h4",{id:"reason-for-new-transformation-framework"},"Reason for New Transformation Framework"),Object(r.mdx)("p",null,"While the existing framework provided the basic benefits of the transformation framework, it did not have support for some commonly used Atlas types. Which meant that users of this framework would have to meticulously define transformations for every type they are working with. This can be tedious and potentially error-prone.\nThe new framework addresses this problem by providing built-in transformations for some commonly used types. It can also be extended to accommodate new types."),Object(r.mdx)("h4",{id:"approach"},"Approach"),Object(r.mdx)("p",null,"The approach used by the new transformation framework creates a transformation by:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Specifying a condition."),Object(r.mdx)("li",{parentName:"ul"},"Specifying action(s) to be taken if the condition is met.")),Object(r.mdx)("h5",{id:"conditions"},"Conditions"),Object(r.mdx)("p",null,"Following are built-in conditions."),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Condition Types")),Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Description")))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"ENTITY_ALL"),Object(r.mdx)("td",{parentName:"tr",align:null},"Any/every entity")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"ENTITY_TOP_LEVEL"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity that is the top-level entity. This is also the entity present specified in ",Object(r.mdx)("em",{parentName:"td"},"AtlasExportRequest"),".")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"EQUALS"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute equals to the one specified in the condition.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"EQUALS_IGNORE_CASE"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute equals to the one specified in the condition ignoring case.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"STARTS_WITH"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute starts with.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"STARTS_WITH_IGNORE_CASE"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute starts with ignoring case.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"HAS_VALUE"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute has value.")))),Object(r.mdx)("h5",{id:"actions"},"Actions"),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Action Type")),Object(r.mdx)("th",{parentName:"tr",align:null},"*Description**"))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"ADD_CLASSIFICATION"),Object(r.mdx)("td",{parentName:"tr",align:null},"Add classification")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"REPLACE_PREFIX"),Object(r.mdx)("td",{parentName:"tr",align:null},"Replace value starting with another value.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"TO_LOWER"),Object(r.mdx)("td",{parentName:"tr",align:null},"Convert a value of an attribute to lower case.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"SET"),Object(r.mdx)("td",{parentName:"tr",align:null},"Set the value of an attribute")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"CLEAR"),Object(r.mdx)("td",{parentName:"tr",align:null},"Clear value of an attribute")))),Object(r.mdx)("h4",{id:"built-in-transforms"},"Built-in Transforms"),Object(r.mdx)("h5",{id:"add-classification"},"Add Classification"),Object(r.mdx)("p",null,"During import, hive",Object(r.mdx)("em",{parentName:"p"},"db entity whose _qualifiedName")," is ",Object(r.mdx)("em",{parentName:"p"},"stocks@cl1")," will get the classification ",Object(r.mdx)("em",{parentName:"p"},"clSrcImported"),"."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "hive_db.qualifiedName": "stocks@cl1"\n    },\n    "action": {\n        "__entity": "ADD_CLASSIFICATION: clSrcImported"\n    }\n}'),Object(r.mdx)("p",null,"Every imported entity will get the classification by simply changing the condition. The __entity is a special condition which matches entity."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "__entity": ""\n    },\n    "action": {\n        "__entity": "ADD_CLASSIFICATION: clSrcImported"\n    }\n}'),Object(r.mdx)("p",null,"To add the classification to only the top-level entity (an entity that is used as a starting point for an export), use:"),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "__entity": "topLevel:"\n    },\n    "action": {\n        "__entity": "ADD_CLASSIFICATION: clSrcImported"\n    }\n}'),Object(r.mdx)("h5",{id:"replace-prefix"},"Replace Prefix"),Object(r.mdx)("p",null,"This action works on string values. The first parameter is the prefix that is searched for a match, once matched, it is replaced with the provided replacement string."),Object(r.mdx)("p",null,"The sample below searches for ",Object(r.mdx)("em",{parentName:"p"},"/aa/bb/"),", once found replaces it with ",Object(r.mdx)("em",{parentName:"p"},"/xx/yy/"),"."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "hdfs_path.clusterName": "EQUALS: CL1"\n    },\n    "action": {\n        "hdfs_path.path": "REPLACE_PREFIX: = :/aa/bb/=/xx/yy/"\n    }\n}'),Object(r.mdx)("h5",{id:"to-lower"},"To Lower"),Object(r.mdx)("p",null,"Entity whose hdfs_path.clusterName is CL1 will get its path attribute converted to lower case."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "hdfs_path.clusterName": "EQUALS: CL1"\n    },\n    "action": {\n        "hdfs_path.path": "TO_LOWER:"\n    }\n}'),Object(r.mdx)("h5",{id:"clear"},"Clear"),Object(r.mdx)("p",null,"Entity whose hdfs",Object(r.mdx)("em",{parentName:"p"},"path.clusterName has value set, will get its _replicatedTo")," attribute value cleared."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "hdfs_path.clusterName": "HAS_VALUE:"\n    },\n    "action": {\n        "hdfs_path.replicatedTo": "CLEAR:"\n    }\n}'),Object(r.mdx)("h4",{id:"additional-examples"},"Additional Examples"),Object(r.mdx)("p",null,"Please look at ",Object(r.mdx)("a",{parentName:"p",href:"https://github.com/apache/atlas/blob/master/intg/src/test/java/org/apache/atlas/entitytransform/TransformationHandlerTest.java"},"these tests")," for examples using Java classes."))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ImportEntityTransforms.md"}}),l.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(t,e,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",e.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..3a9c837
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ImportEntityTransforms.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-import-entity-transforms.952a218e.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"new-entity-transforms-framework\"\n    }}>{`(New) Entity Transforms Framework`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`During Import Process, entity transforms are required to make changes to the entity before it gets committed to the database. These modifications are necessary to make the entity conform to the environment it is going to reside. The Import Process provided a mechanism to do that.`}</p>\n    <h4 {...{\n      \"id\": \"transformation-framework\"\n    }}>{`Transformation Framework`}</h4>\n    <p>{`A transformation framework allows a mechanism to selectively transform an entity or specific attributes of that entity.`}</p>\n    <p>{`To achieve this, the framework provides:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Way to set a condition that needs to be satisfied for a transformation to be applied.`}</li>\n      <li parentName=\"ul\">{`Action to be taken on the entity once the condition is met.`}</li>\n    </ul>\n    <p>{`The existing transformation frameworks allowed this to happen.`}</p>\n    <h4 {...{\n      \"id\": \"reason-for-new-transformation-framework\"\n    }}>{`Reason for New Transformation Framework`}</h4>\n    <p>{`While the existing framework provided the basic benefits of the transformation framework, it did not have support for some commonly used Atlas types. Which meant that users of this framework would have to meticulously define transformations for every type they are working with. This can be tedious and potentially error-prone.\nThe new framework addresses this problem by providing built-in transformations for some commonly used types. It can also be extended to accommodate new types.`}</p>\n    <h4 {...{\n      \"id\": \"approach\"\n    }}>{`Approach`}</h4>\n    <p>{`The approach used by the new transformation framework creates a transformation by:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Specifying a condition.`}</li>\n      <li parentName=\"ul\">{`Specifying action(s) to be taken if the condition is met.`}</li>\n    </ul>\n    <h5 {...{\n      \"id\": \"conditions\"\n    }}>{`Conditions`}</h5>\n    <p>{`Following are built-in conditions.`}</p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Condition Types`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Description`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`ENTITY_ALL`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Any/every entity`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`ENTITY_TOP_LEVEL`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity that is the top-level entity. This is also the entity present specified in `}<em parentName=\"td\">{`AtlasExportRequest`}</em>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`EQUALS`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute equals to the one specified in the condition.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`EQUALS_IGNORE_CASE`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute equals to the one specified in the condition ignoring case.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`STARTS_WITH`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute starts with.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`STARTS_WITH_IGNORE_CASE`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute starts with ignoring case.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`HAS_VALUE`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute has value.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h5 {...{\n      \"id\": \"actions\"\n    }}>{`Actions`}</h5>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Action Type`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`*Description**`}</th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`ADD_CLASSIFICATION`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Add classification`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`REPLACE_PREFIX`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Replace value starting with another value.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`TO_LOWER`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Convert a value of an attribute to lower case.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`SET`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Set the value of an attribute`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`CLEAR`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Clear value of an attribute`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h4 {...{\n      \"id\": \"built-in-transforms\"\n    }}>{`Built-in Transforms`}</h4>\n    <h5 {...{\n      \"id\": \"add-classification\"\n    }}>{`Add Classification`}</h5>\n    <p>{`During import, hive`}<em parentName=\"p\">{`db entity whose _qualifiedName`}</em>{` is `}<em parentName=\"p\">{`stocks@cl1`}</em>{` will get the classification `}<em parentName=\"p\">{`clSrcImported`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"hive_db.qualifiedName\": \"stocks@cl1\"\n    },\n    \"action\": {\n        \"__entity\": \"ADD_CLASSIFICATION: clSrcImported\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Every imported entity will get the classification by simply changing the condition. The __entity is a special condition which matches entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"__entity\": \"\"\n    },\n    \"action\": {\n        \"__entity\": \"ADD_CLASSIFICATION: clSrcImported\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`To add the classification to only the top-level entity (an entity that is used as a starting point for an export), use:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"__entity\": \"topLevel:\"\n    },\n    \"action\": {\n        \"__entity\": \"ADD_CLASSIFICATION: clSrcImported\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"replace-prefix\"\n    }}>{`Replace Prefix`}</h5>\n    <p>{`This action works on string values. The first parameter is the prefix that is searched for a match, once matched, it is replaced with the provided replacement string.`}</p>\n    <p>{`The sample below searches for `}<em parentName=\"p\">{`/aa/bb/`}</em>{`, once found replaces it with `}<em parentName=\"p\">{`/xx/yy/`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"hdfs_path.clusterName\": \"EQUALS: CL1\"\n    },\n    \"action\": {\n        \"hdfs_path.path\": \"REPLACE_PREFIX: = :/aa/bb/=/xx/yy/\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"to-lower\"\n    }}>{`To Lower`}</h5>\n    <p>{`Entity whose hdfs_path.clusterName is CL1 will get its path attribute converted to lower case.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"hdfs_path.clusterName\": \"EQUALS: CL1\"\n    },\n    \"action\": {\n        \"hdfs_path.path\": \"TO_LOWER:\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"clear\"\n    }}>{`Clear`}</h5>\n    <p>{`Entity whose hdfs`}<em parentName=\"p\">{`path.clusterName has value set, will get its _replicatedTo`}</em>{` attribute value cleared.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"hdfs_path.clusterName\": \"HAS_VALUE:\"\n    },\n    \"action\": {\n        \"hdfs_path.replicatedTo\": \"CLEAR:\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"additional-examples\"\n    }}>{`Additional Examples`}</h4>\n    <p>{`Please look at `}<a parentName=\"p\" {...{\n        \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/test/java/org/apache/atlas/entitytransform/TransformationHandlerTest.java\"\n      }}>{`these tests`}</a>{` for examples using Java classes.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-import-export-api.01994ddf.js b/2.3.0/static/js/documents-import-export-import-export-api.01994ddf.js
new file mode 100644
index 0000000..6e82646
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-import-export-api.01994ddf.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[21],{"./src/documents/Import-Export/ImportExportAPI.md":function(e,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return l}));var a=r("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),o=(r("../node_modules/react/index.js"),r("../node_modules/@mdx-js/react/dist/esm.js")),n=(r("./theme/styles/styled-colors.js"),r("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=r("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],p={};function l(e){var t=e.components,r=Object(a.a)(e,s);return Object(o.mdx)("wrapper",Object.assign({},p,r,{components:t,mdxType:"MDXLayout"}),Object(o.mdx)("h1",{id:"export--import-rest-apis"},"Export & Import REST APIs"),Object(o.mdx)("h3",{id:"whats-new"},"What's New"),Object(o.mdx)("p",null,"The release of 0.8.3 includes the following improvements to Export and Import APIs:"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"Export: Support for ",Object(o.mdx)("a",{parentName:"li",href:"#/IncrementalExport"},"Incremental Export"),"."),Object(o.mdx)("li",{parentName:"ul"},"Export & Import: Support for ",Object(o.mdx)("a",{parentName:"li",href:"#/ReplicatedAttributes"},"replicated attributes")," to entities made possible by ",Object(o.mdx)("a",{parentName:"li",href:"#/SoftReference"},"SoftReference")," entity attribute option."),Object(o.mdx)("li",{parentName:"ul"},"Export option: ",Object(o.mdx)("a",{parentName:"li",href:"#/IncrementalExport"},"skipLineage"),"."),Object(o.mdx)("li",{parentName:"ul"},"New entity transforms framework."),Object(o.mdx)("li",{parentName:"ul"},"New ",Object(o.mdx)("a",{parentName:"li",href:"#/AtlasServer"},"AtlasServer")," entity type."),Object(o.mdx)("li",{parentName:"ul"},"Export: ",Object(o.mdx)("a",{parentName:"li",href:"#/ExportHDFSAPI"},"Automatic creation of HDFS path")," requested entities."),Object(o.mdx)("li",{parentName:"ul"},"New ",Object(o.mdx)("a",{parentName:"li",href:"#/ExportImportAudits"},"ExportImportAudits")," for Export & Import operations.")),Object(o.mdx)("h3",{id:"background"},"Background"),Object(o.mdx)("p",null,"The Import-Export APIs for Atlas facilitate the transfer of data to and from a cluster that has Atlas provisioned."),Object(o.mdx)("p",null,"The APIs when integrated with backup and/or disaster recovery process will ensure participation of Atlas."),Object(o.mdx)("h3",{id:"introduction"},"Introduction"),Object(o.mdx)("p",null,"There are 2 broad categories' viz. Export & Import. The details of the APIs are as discussed below."),Object(o.mdx)("p",null,"The APIs are available only to ",Object(o.mdx)("em",{parentName:"p"},"admin")," user."),Object(o.mdx)("p",null,"Only a single import or export operation can be performed at a given time. The operations have the potential for generating large amount of data. They can also put pressure on resources. This restriction tries to alleviate this problem."),Object(o.mdx)("p",null,"For Import-Export APIs relating to HDFS path, can be found ",Object(o.mdx)("a",{parentName:"p",href:"#/ExportHDFSAPI"},"here"),"."),Object(o.mdx)("p",null,"For additional information please refer to the following:"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/browse/ATLAS-1503"},"ATLAS-1503")," Original Import-Export API requirements."),Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/browse/ATLAS-1618"},"ATLAS-1618")," Export API Scope Specification.")),Object(o.mdx)("h3",{id:"errors"},"Errors"),Object(o.mdx)("p",null,"If an import or export operation is initiated while another is in progress, the consumer will receive this error:"),Object(o.mdx)(i.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'"ATLAS5005E": "Another import or export is in progress. Please try again."'),Object(o.mdx)("p",null,"Unhandled errors will be returned as Internal error code 500."),Object(o.mdx)("h3",{id:"rest-api-reference"},"REST API Reference"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"#/ExportAPI"},"Export")),Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"#/ExportHDFSAPI"},"Export HDFS")),Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"#/ImportAPI"},"Import")),Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"#/ImportAPIOptions"},"Import Options"))))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ImportExportAPI.md"}}),l.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,r){"use strict";var a=r("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",t.a=a.a}}]);
+//# sourceMappingURL=documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..0e33c69
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ImportExportAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"wlBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,4BAA0B,6BAElC,oBACE,GAAM,aAAW,cAEnB,8GACA,wBACE,oBAAIC,WAAW,MAAI,uBAAyB,mBAAGA,WAAW,KACtD,KAAQ,uBAAqB,sBACF,KAC/B,oBAAIA,WAAW,MAAI,gCAAkC,mBAAGA,WAAW,KAC/D,KAAQ,0BAAwB,yBACF,iCAAkC,mBAAGA,WAAW,KAC9E,KAAQ,mBAAiB,iBACH,6BAC1B,oBAAIA,WAAW,MAAI,kBAAoB,mBAAGA,WAAW,KACjD,KAAQ,uBAAqB,eACT,KACxB,oBAAIA,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,OAAS,mBAAGA,WAAW,KACtC,KAAQ,iBAAe,eACH,iBACxB,oBAAIA,WAAW,MAAI,WAAa,mBAAGA,WAAW,KAC1C,KAAQ,mBAAiB,mCACe,wBAC5C,oBAAIA,WAAW,MAAI,OAAS,mBAAGA,WAAW,KACtC,KAAQ,wBAAsB,sBACH,qCAEjC,oBACE,GAAM,cAAY,cAEpB,6IACA,oIACA,oBACE,GAAM,gBAAc,gBAEtB,8HACA,yDAAsC,oBAAIA,WAAW,KAAG,SAAe,UACvE,uQACA,qFAAkE,mBAAGA,WAAW,IAC5E,KAAQ,mBAAiB,QACZ,KACjB,oFACA,wBACE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,oDAAkD,cACvC,6CACvB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,oDAAkD,cACvC,qCAEzB,oBACE,GAAM,UAAQ,UAEhB,4IACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,8EAGnG,wFACA,oBACE,GAAM,sBAAoB,sBAE5B,wBACE,oBAAIC,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,WAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,mBAAiB,gBAE7B,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,WAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,sBAAoB,qBAIrC,oMAEDJ,EAAWS,gBAAiB,G,+DCtG5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-import-export-import-export-api.01994ddf.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"export--import-rest-apis\"\n    }}>{`Export & Import REST APIs`}</h1>\n    <h3 {...{\n      \"id\": \"whats-new\"\n    }}>{`What's New`}</h3>\n    <p>{`The release of 0.8.3 includes the following improvements to Export and Import APIs:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Export: Support for `}<a parentName=\"li\" {...{\n          \"href\": \"#/IncrementalExport\"\n        }}>{`Incremental Export`}</a>{`.`}</li>\n      <li parentName=\"ul\">{`Export & Import: Support for `}<a parentName=\"li\" {...{\n          \"href\": \"#/ReplicatedAttributes\"\n        }}>{`replicated attributes`}</a>{` to entities made possible by `}<a parentName=\"li\" {...{\n          \"href\": \"#/SoftReference\"\n        }}>{`SoftReference`}</a>{` entity attribute option.`}</li>\n      <li parentName=\"ul\">{`Export option: `}<a parentName=\"li\" {...{\n          \"href\": \"#/IncrementalExport\"\n        }}>{`skipLineage`}</a>{`.`}</li>\n      <li parentName=\"ul\">{`New entity transforms framework.`}</li>\n      <li parentName=\"ul\">{`New `}<a parentName=\"li\" {...{\n          \"href\": \"#/AtlasServer\"\n        }}>{`AtlasServer`}</a>{` entity type.`}</li>\n      <li parentName=\"ul\">{`Export: `}<a parentName=\"li\" {...{\n          \"href\": \"#/ExportHDFSAPI\"\n        }}>{`Automatic creation of HDFS path`}</a>{` requested entities.`}</li>\n      <li parentName=\"ul\">{`New `}<a parentName=\"li\" {...{\n          \"href\": \"#/ExportImportAudits\"\n        }}>{`ExportImportAudits`}</a>{` for Export & Import operations.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h3>\n    <p>{`The Import-Export APIs for Atlas facilitate the transfer of data to and from a cluster that has Atlas provisioned.`}</p>\n    <p>{`The APIs when integrated with backup and/or disaster recovery process will ensure participation of Atlas.`}</p>\n    <h3 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h3>\n    <p>{`There are 2 broad categories' viz. Export & Import. The details of the APIs are as discussed below.`}</p>\n    <p>{`The APIs are available only to `}<em parentName=\"p\">{`admin`}</em>{` user.`}</p>\n    <p>{`Only a single import or export operation can be performed at a given time. The operations have the potential for generating large amount of data. They can also put pressure on resources. This restriction tries to alleviate this problem.`}</p>\n    <p>{`For Import-Export APIs relating to HDFS path, can be found `}<a parentName=\"p\" {...{\n        \"href\": \"#/ExportHDFSAPI\"\n      }}>{`here`}</a>{`.`}</p>\n    <p>{`For additional information please refer to the following:`}</p>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/browse/ATLAS-1503\"\n        }}>{`ATLAS-1503`}</a>{` Original Import-Export API requirements.`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/browse/ATLAS-1618\"\n        }}>{`ATLAS-1618`}</a>{` Export API Scope Specification.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"errors\"\n    }}>{`Errors`}</h3>\n    <p>{`If an import or export operation is initiated while another is in progress, the consumer will receive this error:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\"ATLAS5005E\": \"Another import or export is in progress. Please try again.\"`}\n    </SyntaxHighlighter>\n    <p>{`Unhandled errors will be returned as Internal error code 500.`}</p>\n    <h3 {...{\n      \"id\": \"rest-api-reference\"\n    }}>{`REST API Reference`}</h3>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ExportAPI\"\n        }}>{`Export`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ExportHDFSAPI\"\n        }}>{`Export HDFS`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ImportAPI\"\n        }}>{`Import`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ImportAPIOptions\"\n        }}>{`Import Options`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-incremental-export.15461c37.js b/2.3.0/static/js/documents-import-export-incremental-export.15461c37.js
new file mode 100644
index 0000000..910d824
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-incremental-export.15461c37.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{"./src/documents/Import-Export/IncrementalExport.md":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return p}));var a=n("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),o=(n("../node_modules/react/index.js"),n("../node_modules/@mdx-js/react/dist/esm.js")),r=(n("./theme/styles/styled-colors.js"),n("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=n("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],m={};function p(e){var t=e.components,n=Object(a.a)(e,s);return Object(o.mdx)("wrapper",Object.assign({},m,n,{components:t,mdxType:"MDXLayout"}),Object(o.mdx)("h2",{id:"incremental-export"},"Incremental Export"),Object(o.mdx)("h4",{id:"background"},"Background"),Object(o.mdx)("p",null,"Incremental export allows for export of entities after a specified timestamp. This allows for synchronization capability to be built as it makes payloads lighter."),Object(o.mdx)("h4",{id:"export-options"},"Export Options"),Object(o.mdx)("p",null,"New ",Object(o.mdx)("em",{parentName:"p"},"fetchType")," added to indicate incremental export. This option can be used with any ",Object(o.mdx)("em",{parentName:"p"},"matchType"),". When ",Object(o.mdx)("em",{parentName:"p"},"fetchType")," is ",Object(o.mdx)("em",{parentName:"p"},"incremental"),", it is necessary to specify the ",Object(o.mdx)("em",{parentName:"p"},"changeMarker")," option for incremental export to function, else full export will be performed."),Object(o.mdx)(i.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'{\n "itemsToExport": [\n { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "stocks@cl1" } }\n ],\n"options": {\n "fetchType": "incremental",\n "changeMarker": 10000\n }\n}'),Object(o.mdx)("h4",{id:"getting-change-marker"},"Getting Change Marker"),Object(o.mdx)("p",null,"The very first call to export with ",Object(o.mdx)("em",{parentName:"p"},"fetchType")," set to ",Object(o.mdx)("em",{parentName:"p"},"incremental")," should be made with ",Object(o.mdx)("em",{parentName:"p"},"changeMarker")," set to 0. This will perform a full export. The ",Object(o.mdx)("em",{parentName:"p"},"AtlasExportResult")," will have the ",Object(o.mdx)("em",{parentName:"p"},"changeMarker")," set to a value. This is the value that should be used for a subsequent call to Export."),Object(o.mdx)("h4",{id:"skip-lineage-option"},"Skip Lineage Option"),Object(o.mdx)("p",null,"Export can be performed by skipping lineage information. This avoids all lineage information getting into the exported file."),Object(o.mdx)("h4",{id:"benefit-of-incremental-export"},"Benefit of Incremental Export"),Object(o.mdx)("p",null,"The real benefit of incremental export comes when the export is done with ",Object(o.mdx)("em",{parentName:"p"},"skipLineage")," option set to ",Object(o.mdx)("em",{parentName:"p"},"true"),". This greatly improves performance when fetching entities that have changed since the last export."))}p&&p===Object(p)&&Object.isExtensible(p)&&Object.defineProperty(p,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/IncrementalExport.md"}}),p.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,n){"use strict";var a=n("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",t.a=a.a}}]);
+//# sourceMappingURL=documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7ea1647
--- /dev/null
+++ b/2.3.0/static/js/documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/IncrementalExport.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"0lBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sBAAoB,sBAE5B,oBACE,GAAM,cAAY,cAEpB,6LACA,oBACE,GAAM,kBAAgB,kBAExB,8BAAW,oBAAIC,WAAW,KAAG,aAAmB,2EAA4E,oBAAIA,WAAW,KAAG,aAAmB,UAAW,oBAAIA,WAAW,KAAG,aAAmB,OAAQ,oBAAIA,WAAW,KAAG,eAAqB,oCAAqC,oBAAIA,WAAW,KAAG,gBAAsB,mFAC7U,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,6LAWlG,oBACE,GAAM,yBAAuB,yBAE/B,6DAA0C,oBAAIC,WAAW,KAAG,aAAmB,WAAY,oBAAIA,WAAW,KAAG,eAAqB,wBAAyB,oBAAIA,WAAW,KAAG,gBAAsB,mDAAoD,oBAAIA,WAAW,KAAG,qBAA2B,kBAAmB,oBAAIA,WAAW,KAAG,gBAAsB,2FAC/V,oBACE,GAAM,uBAAqB,uBAE7B,uJACA,oBACE,GAAM,iCAA+B,iCAEvC,oGAAiF,oBAAIA,WAAW,KAAG,eAAqB,kBAAmB,oBAAIA,WAAW,KAAG,QAAc,wGAE9K,sMAEDJ,EAAWS,gBAAiB,G,+DC1D5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-import-export-incremental-export.15461c37.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h2 {...{\n      \"id\": \"incremental-export\"\n    }}>{`Incremental Export`}</h2>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`Incremental export allows for export of entities after a specified timestamp. This allows for synchronization capability to be built as it makes payloads lighter.`}</p>\n    <h4 {...{\n      \"id\": \"export-options\"\n    }}>{`Export Options`}</h4>\n    <p>{`New `}<em parentName=\"p\">{`fetchType`}</em>{` added to indicate incremental export. This option can be used with any `}<em parentName=\"p\">{`matchType`}</em>{`. When `}<em parentName=\"p\">{`fetchType`}</em>{` is `}<em parentName=\"p\">{`incremental`}</em>{`, it is necessary to specify the `}<em parentName=\"p\">{`changeMarker`}</em>{` option for incremental export to function, else full export will be performed.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n \"itemsToExport\": [\n { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"stocks@cl1\" } }\n ],\n\"options\": {\n \"fetchType\": \"incremental\",\n \"changeMarker\": 10000\n }\n}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"getting-change-marker\"\n    }}>{`Getting Change Marker`}</h4>\n    <p>{`The very first call to export with `}<em parentName=\"p\">{`fetchType`}</em>{` set to `}<em parentName=\"p\">{`incremental`}</em>{` should be made with `}<em parentName=\"p\">{`changeMarker`}</em>{` set to 0. This will perform a full export. The `}<em parentName=\"p\">{`AtlasExportResult`}</em>{` will have the `}<em parentName=\"p\">{`changeMarker`}</em>{` set to a value. This is the value that should be used for a subsequent call to Export.`}</p>\n    <h4 {...{\n      \"id\": \"skip-lineage-option\"\n    }}>{`Skip Lineage Option`}</h4>\n    <p>{`Export can be performed by skipping lineage information. This avoids all lineage information getting into the exported file.`}</p>\n    <h4 {...{\n      \"id\": \"benefit-of-incremental-export\"\n    }}>{`Benefit of Incremental Export`}</h4>\n    <p>{`The real benefit of incremental export comes when the export is done with `}<em parentName=\"p\">{`skipLineage`}</em>{` option set to `}<em parentName=\"p\">{`true`}</em>{`. This greatly improves performance when fetching entities that have changed since the last export.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-migration-migration-0-8-to-1-0.756913df.js b/2.3.0/static/js/documents-migration-migration-0-8-to-1-0.756913df.js
new file mode 100644
index 0000000..70b1d67
--- /dev/null
+++ b/2.3.0/static/js/documents-migration-migration-0-8-to-1-0.756913df.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[23],{"./src/documents/Migration/Migration-0.8-to-1.0.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return m}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),n=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],r={};function m(e){var t=e.components,a=Object(i.a)(e,s);return Object(l.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"migrating-data-from-apache-atlas-08-to-apache-atlas-10"},"Migrating data from Apache Atlas 0.8 to Apache Atlas 1.0"),Object(l.mdx)("p",null,"Apache Atlas 1.0 uses JanusGraph graph database to store its type and entity details. Prior versions of Apache Atlas\nuse Titan 0.5.4 graph database. The two databases use different formats for storage. For deployments upgrading from\nearlier version Apache Atlas, the data in Titan 0.5.4 graph database should be migrated to JanusGraph graph database."),Object(l.mdx)("p",null,"In addition to the change to the graph database, Apache Atlas 1.0 introduces few optimizations that require different internal\nrepresentation compared to previous versions. Migration steps detailed below will transform data to be compliant with\nthe new internal representation."),Object(l.mdx)("h3",{id:"migration-steps"},"Migration Steps"),Object(l.mdx)("p",null,"Migration of data is done in following steps:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Planning the migration."),Object(l.mdx)("li",{parentName:"ul"},"Export Apache Atlas 0.8 data to a directory on the file system."),Object(l.mdx)("li",{parentName:"ul"},"Import data from exported files into Apache Atlas 1.0.")),Object(l.mdx)("h4",{id:"planning-the-migration"},"Planning the migration"),Object(l.mdx)("p",null,"The duration of migration of data from Apache Atlas 0.8 to Apache Atlas 1.0 can be significant, depending upon the\namount of data present in Apache Atlas. This section helps you to estimate the time to migrate, so that you can plan the\nupgrade process better."),Object(l.mdx)("p",null,"To estimate the time needed to export data, first you need to find the number of entities in Apache Atlas 0.8. This can\nbe done by running the following DSL query:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"sql",style:n.a,mdxType:"SyntaxHighlighter"},"Referenceable select count()"),Object(l.mdx)("p",null,"Assuming Apache Atlas is deployed in a quad-core CPU with 4 GB of RAM allocated:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Export from Apache Atlas 0.8 will process approximately 2 million entities per hour."),Object(l.mdx)("li",{parentName:"ul"},"Import into Apache Atlas 1.0 will process approximately 0.7 million entities per hour.")),Object(l.mdx)("h4",{id:"exporting-data-from-apache-atlas-08"},"Exporting data from Apache Atlas 0.8"),Object(l.mdx)("p",null,Object(l.mdx)("em",{parentName:"p"},"Atlas Migration Export Utility")," from Apache Atlas branch-0.8 should be used to export the data from Apache Atlas 0.8 deployments. The implementation of which can be found ",Object(l.mdx)("a",{parentName:"p",href:"https://github.com/apache/atlas/tree/branch-0.8/tools/atlas-migration-exporter"},"here"),"."),Object(l.mdx)("p",null,"To build this utility:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Navigate to root directory of Apache Atlas branch-0.8 local repo (say, ",Object(l.mdx)("em",{parentName:"li"},"/home/atlas/"),")"),Object(l.mdx)("li",{parentName:"ul"},"Build using the command: ",Object(l.mdx)("em",{parentName:"li"},"mvn clean -DskipTests package -Pdist"),"."),Object(l.mdx)("li",{parentName:"ul"},"After successful build, the ",Object(l.mdx)("em",{parentName:"li"},"Atlas Migration Utility")," can be found in this ",Object(l.mdx)("em",{parentName:"li"},"distro/target")," directory. (Say, ",Object(l.mdx)("em",{parentName:"li"},"/home/atlas/distro/target/apache-atlas-0.8.3-SNAPSHOT-bin/apache-atlas-0.8.3-SNAPSHOT/tools/migration-exporter"),")")),Object(l.mdx)("p",null,"Move the ",Object(l.mdx)("em",{parentName:"p"},"Atlas Migration Utility")," directory to the Apache Atlas 0.8 cluster."),Object(l.mdx)("p",null,"Follow these steps to export the data:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Shutdown ",Object(l.mdx)("em",{parentName:"li"},"Apache Atlas 0.8"),", so that the database is not updated while the migration is in progress."),Object(l.mdx)("li",{parentName:"ul"},"Execute the following command to export Apache Atlas data in Titan graph database to the specified directory:")),Object(l.mdx)(o.a,{wrapLines:!0,language:"json",style:n.a,mdxType:"SyntaxHighlighter"},"atlas_migration_export.py -d <output directory>"),Object(l.mdx)("p",null,"Example:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"/home/atlas-migration-utility/atlas_migration_export.py -d /home/atlas-0.8-data"),Object(l.mdx)("p",null,"On successful execution, ",Object(l.mdx)("em",{parentName:"p"},"Atlas Migration Utility")," tool will display messages like these:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"atlas-migration-export: starting migration export. Log file location /var/log/atlas/atlas-migration-exporter.log\natlas-migration-export: initializing\natlas-migration-export: initialized\natlas-migration-export: exporting typesDef to file /home/atlas-0.8-data/atlas-migration-typesdef.json\natlas-migration-export: exported  typesDef to file /home/atlas-0.8-data/atlas-migration-typesdef.json\natlas-migration-export: exporting data to file /home/atlas-0.8-data/atlas-migration-data.json\natlas-migration-export: exported  data to file /home/atlas-0.8-data/atlas-migration-data.json\natlas-migration-export: completed migration export"),Object(l.mdx)("p",null,"More details on the progress of export can be found in a log file named ",Object(l.mdx)("em",{parentName:"p"},"atlas-migration-exporter.log"),", in the log directory\nspecified in ",Object(l.mdx)("em",{parentName:"p"},"atlas-log4j.xml"),"."),Object(l.mdx)("h3",{id:"before-importing-into-apache-atlas-10"},"Before importing into Apache Atlas 1.0"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"For Apache Atlas deployments that use Solr as index store, please ensure that existing Apache Atlas specific collections are deleted or renamed before installing Apache Atlas 1.0.")),Object(l.mdx)("p",null,"Apache Atlas specific Solr collections can be deleted using CURL commands shown below:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"curl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=vertex_index'\ncurl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=edge_index'\ncurl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=fulltext_index'"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Create Solr collections for Apache Atlas 1.0\nApache Atlas specific Solr collections can be created using CURL commands shown below:")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=vertex_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'\n   curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=edge_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'\n   curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=fulltext_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"For Apache Atlas deployments that use HBase as backend store, please note that HBase table used by earlier version can't be used by Apache Atlas 1.0. If you are constrained on disk storage space, the table used by earlier version can be removed after successful export of data.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Apache Atlas 0.8 uses HBase table named 'atlas_titan' (by default)"),Object(l.mdx)("li",{parentName:"ul"},"Apache Atlas 1.0 uses HBase table named 'atlas_janus' (by default)")))),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Install Apache Atlas 1.0. Do not start yet!")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Make sure the directory containing exported data is accessible to Apache Atlas 1.0 instance.")),Object(l.mdx)("h4",{id:"importing-data-into-apache-atlas-10"},"Importing Data into Apache Atlas 1.0"),Object(l.mdx)("p",null,"Please follow the steps below to import the data exported above into Apache Atlas 1.0:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Specify the location of the directory containing exported data in following property to ",Object(l.mdx)("em",{parentName:"li"},"atlas-application.properties"),":")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"atlas.migration.data.filename=<location of the directory containing exported data>"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Start Apache Atlas 1.0. Apache Atlas will start in migration mode. It will start importing data from the specified directory.")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Monitor the progress of import process with the following curl command:")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'curl -X GET -u admin:<password> -H "Content-Type: application/json" -H "Cache-Control: no-cache" http://<atlasHost>:port/api/atlas/admin/status'),Object(l.mdx)("p",null,"Progress of import will be indicated by a message like this:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"json",style:n.a,mdxType:"SyntaxHighlighter"},'{"Status":"MIGRATING","MigrationStatus":{"operationStatus":"IN_PROGRESS","startTime":1526512275110,"endTime":1526512302750,"currentIndex":10,"currentCounter":101,"totalCount":0}}'),Object(l.mdx)("p",null,"Successful completion of the operation will show a message like this:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"json",style:n.a,mdxType:"SyntaxHighlighter"},'{"Status":"MIGRATING","MigrationStatus":{"operationStatus":"SUCCESS","startTime":1526512275110,"endTime":1526512302750,"currentIndex":0,"currentCounter":0,"totalCount":371}}'),Object(l.mdx)("p",null,"Once migration import is complete, i.e. ",Object(l.mdx)("em",{parentName:"p"},"operationStatus")," is ",Object(l.mdx)("em",{parentName:"p"},"SUCCESS"),", follow the steps given below to restart Apache Atlas\nin ",Object(l.mdx)("em",{parentName:"p"},"ACTIVE")," mode for regular use:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Stop Apache Atlas 1.0."),Object(l.mdx)("li",{parentName:"ul"},"Remove property ",Object(l.mdx)("em",{parentName:"li"},"atlas.migration.data.filename")," from ",Object(l.mdx)("em",{parentName:"li"},"atlas-application.properties"),"."),Object(l.mdx)("li",{parentName:"ul"},"Start Apache Atlas 1.0.")),Object(l.mdx)("h3",{id:"atlas-entity-defaults-for-migrated-data"},"Atlas Entity Defaults for Migrated Data"),Object(l.mdx)("p",null,"Apache Atlas 1.0 introduces number of new features. For data that is migrated, the following defaults are set:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"All classifications will have ",Object(l.mdx)("em",{parentName:"li"},"isPropagate")," set to ",Object(l.mdx)("em",{parentName:"li"},"false"),"."),Object(l.mdx)("li",{parentName:"ul"},"Taxonomy terms present in Apache Atlas 0.8, if any, will be converted to classification.")),Object(l.mdx)("h4",{id:"handling-of-entity-definitions-that-use-classifications-as-types"},"Handling of Entity Definitions that use Classifications as Types"),Object(l.mdx)("p",null,"This feature is no longer supported. Classifications that are used as types in ",Object(l.mdx)("em",{parentName:"p"},"attribute definitions")," (",Object(l.mdx)("em",{parentName:"p"},"AttributeDefs"),") are converted in to new types whose name has ",Object(l.mdx)("em",{parentName:"p"},"legacy")," prefix. These are then handled like any other type.\nCreation of such types was prevented in an earlier release, hence only type definitions have potential to exist. Care has been taken to handle entities of this type as well."))}m&&m===Object(m)&&Object.isExtensible(m)&&Object.defineProperty(m,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Migration/Migration-0.8-to-1.0.md"}}),m.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..5f7fa81
--- /dev/null
+++ b/2.3.0/static/js/documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Migration/Migration-0.8-to-1.0.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-migration-migration-0-8-to-1-0.756913df.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"migrating-data-from-apache-atlas-08-to-apache-atlas-10\"\n    }}>{`Migrating data from Apache Atlas 0.8 to Apache Atlas 1.0`}</h1>\n    <p>{`Apache Atlas 1.0 uses JanusGraph graph database to store its type and entity details. Prior versions of Apache Atlas\nuse Titan 0.5.4 graph database. The two databases use different formats for storage. For deployments upgrading from\nearlier version Apache Atlas, the data in Titan 0.5.4 graph database should be migrated to JanusGraph graph database.`}</p>\n    <p>{`In addition to the change to the graph database, Apache Atlas 1.0 introduces few optimizations that require different internal\nrepresentation compared to previous versions. Migration steps detailed below will transform data to be compliant with\nthe new internal representation.`}</p>\n    <h3 {...{\n      \"id\": \"migration-steps\"\n    }}>{`Migration Steps`}</h3>\n    <p>{`Migration of data is done in following steps:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Planning the migration.`}</li>\n      <li parentName=\"ul\">{`Export Apache Atlas 0.8 data to a directory on the file system.`}</li>\n      <li parentName=\"ul\">{`Import data from exported files into Apache Atlas 1.0.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"planning-the-migration\"\n    }}>{`Planning the migration`}</h4>\n    <p>{`The duration of migration of data from Apache Atlas 0.8 to Apache Atlas 1.0 can be significant, depending upon the\namount of data present in Apache Atlas. This section helps you to estimate the time to migrate, so that you can plan the\nupgrade process better.`}</p>\n    <p>{`To estimate the time needed to export data, first you need to find the number of entities in Apache Atlas 0.8. This can\nbe done by running the following DSL query:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Referenceable select count()`}\n    </SyntaxHighlighter>\n    <p>{`Assuming Apache Atlas is deployed in a quad-core CPU with 4 GB of RAM allocated:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Export from Apache Atlas 0.8 will process approximately 2 million entities per hour.`}</li>\n      <li parentName=\"ul\">{`Import into Apache Atlas 1.0 will process approximately 0.7 million entities per hour.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"exporting-data-from-apache-atlas-08\"\n    }}>{`Exporting data from Apache Atlas 0.8`}</h4>\n    <p><em parentName=\"p\">{`Atlas Migration Export Utility`}</em>{` from Apache Atlas branch-0.8 should be used to export the data from Apache Atlas 0.8 deployments. The implementation of which can be found `}<a parentName=\"p\" {...{\n        \"href\": \"https://github.com/apache/atlas/tree/branch-0.8/tools/atlas-migration-exporter\"\n      }}>{`here`}</a>{`.`}</p>\n    <p>{`To build this utility:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Navigate to root directory of Apache Atlas branch-0.8 local repo (say, `}<em parentName=\"li\">{`/home/atlas/`}</em>{`)`}</li>\n      <li parentName=\"ul\">{`Build using the command: `}<em parentName=\"li\">{`mvn clean -DskipTests package -Pdist`}</em>{`.`}</li>\n      <li parentName=\"ul\">{`After successful build, the `}<em parentName=\"li\">{`Atlas Migration Utility`}</em>{` can be found in this `}<em parentName=\"li\">{`distro/target`}</em>{` directory. (Say, `}<em parentName=\"li\">{`/home/atlas/distro/target/apache-atlas-0.8.3-SNAPSHOT-bin/apache-atlas-0.8.3-SNAPSHOT/tools/migration-exporter`}</em>{`)`}</li>\n    </ul>\n    <p>{`Move the `}<em parentName=\"p\">{`Atlas Migration Utility`}</em>{` directory to the Apache Atlas 0.8 cluster.`}</p>\n    <p>{`Follow these steps to export the data:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Shutdown `}<em parentName=\"li\">{`Apache Atlas 0.8`}</em>{`, so that the database is not updated while the migration is in progress.`}</li>\n      <li parentName=\"ul\">{`Execute the following command to export Apache Atlas data in Titan graph database to the specified directory:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`atlas_migration_export.py -d <output directory>`}\n    </SyntaxHighlighter>\n    <p>{`Example:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   /home/atlas-migration-utility/atlas_migration_export.py -d /home/atlas-0.8-data\n    </SyntaxHighlighter>\n    <p>{`On successful execution, `}<em parentName=\"p\">{`Atlas Migration Utility`}</em>{` tool will display messages like these:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas-migration-export: starting migration export. Log file location /var/log/atlas/atlas-migration-exporter.log\natlas-migration-export: initializing\natlas-migration-export: initialized\natlas-migration-export: exporting typesDef to file /home/atlas-0.8-data/atlas-migration-typesdef.json\natlas-migration-export: exported  typesDef to file /home/atlas-0.8-data/atlas-migration-typesdef.json\natlas-migration-export: exporting data to file /home/atlas-0.8-data/atlas-migration-data.json\natlas-migration-export: exported  data to file /home/atlas-0.8-data/atlas-migration-data.json\natlas-migration-export: completed migration export`}\n    </SyntaxHighlighter>\n    <p>{`More details on the progress of export can be found in a log file named `}<em parentName=\"p\">{`atlas-migration-exporter.log`}</em>{`, in the log directory\nspecified in `}<em parentName=\"p\">{`atlas-log4j.xml`}</em>{`.`}</p>\n    <h3 {...{\n      \"id\": \"before-importing-into-apache-atlas-10\"\n    }}>{`Before importing into Apache Atlas 1.0`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`For Apache Atlas deployments that use Solr as index store, please ensure that existing Apache Atlas specific collections are deleted or renamed before installing Apache Atlas 1.0.`}</li>\n    </ul>\n    <p>{`Apache Atlas specific Solr collections can be deleted using CURL commands shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=vertex_index'\ncurl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=edge_index'\ncurl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=fulltext_index'`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Create Solr collections for Apache Atlas 1.0\nApache Atlas specific Solr collections can be created using CURL commands shown below:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=vertex_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'\n   curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=edge_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'\n   curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=fulltext_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`For Apache Atlas deployments that use HBase as backend store, please note that HBase table used by earlier version can't be used by Apache Atlas 1.0. If you are constrained on disk storage space, the table used by earlier version can be removed after successful export of data.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Apache Atlas 0.8 uses HBase table named 'atlas_titan' (by default)`}</li>\n          <li parentName=\"ul\">{`Apache Atlas 1.0 uses HBase table named 'atlas_janus' (by default)`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Install Apache Atlas 1.0. Do not start yet!`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Make sure the directory containing exported data is accessible to Apache Atlas 1.0 instance.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"importing-data-into-apache-atlas-10\"\n    }}>{`Importing Data into Apache Atlas 1.0`}</h4>\n    <p>{`Please follow the steps below to import the data exported above into Apache Atlas 1.0:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Specify the location of the directory containing exported data in following property to `}<em parentName=\"li\">{`atlas-application.properties`}</em>{`:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`atlas.migration.data.filename=<location of the directory containing exported data>`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Start Apache Atlas 1.0. Apache Atlas will start in migration mode. It will start importing data from the specified directory.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Monitor the progress of import process with the following curl command:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X GET -u admin:<password> -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\" http://<atlasHost>:port/api/atlas/admin/status`}\n    </SyntaxHighlighter>\n    <p>{`Progress of import will be indicated by a message like this:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\"Status\":\"MIGRATING\",\"MigrationStatus\":{\"operationStatus\":\"IN_PROGRESS\",\"startTime\":1526512275110,\"endTime\":1526512302750,\"currentIndex\":10,\"currentCounter\":101,\"totalCount\":0}}`}\n    </SyntaxHighlighter>\n    <p>{`Successful completion of the operation will show a message like this:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\"Status\":\"MIGRATING\",\"MigrationStatus\":{\"operationStatus\":\"SUCCESS\",\"startTime\":1526512275110,\"endTime\":1526512302750,\"currentIndex\":0,\"currentCounter\":0,\"totalCount\":371}}`}\n    </SyntaxHighlighter>\n    <p>{`Once migration import is complete, i.e. `}<em parentName=\"p\">{`operationStatus`}</em>{` is `}<em parentName=\"p\">{`SUCCESS`}</em>{`, follow the steps given below to restart Apache Atlas\nin `}<em parentName=\"p\">{`ACTIVE`}</em>{` mode for regular use:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Stop Apache Atlas 1.0.`}</li>\n      <li parentName=\"ul\">{`Remove property `}<em parentName=\"li\">{`atlas.migration.data.filename`}</em>{` from `}<em parentName=\"li\">{`atlas-application.properties`}</em>{`.`}</li>\n      <li parentName=\"ul\">{`Start Apache Atlas 1.0.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"atlas-entity-defaults-for-migrated-data\"\n    }}>{`Atlas Entity Defaults for Migrated Data`}</h3>\n    <p>{`Apache Atlas 1.0 introduces number of new features. For data that is migrated, the following defaults are set:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`All classifications will have `}<em parentName=\"li\">{`isPropagate`}</em>{` set to `}<em parentName=\"li\">{`false`}</em>{`.`}</li>\n      <li parentName=\"ul\">{`Taxonomy terms present in Apache Atlas 0.8, if any, will be converted to classification.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"handling-of-entity-definitions-that-use-classifications-as-types\"\n    }}>{`Handling of Entity Definitions that use Classifications as Types`}</h4>\n    <p>{`This feature is no longer supported. Classifications that are used as types in `}<em parentName=\"p\">{`attribute definitions`}</em>{` (`}<em parentName=\"p\">{`AttributeDefs`}</em>{`) are converted in to new types whose name has `}<em parentName=\"p\">{`legacy`}</em>{` prefix. These are then handled like any other type.\nCreation of such types was prevented in an earlier release, hence only type definitions have potential to exist. Care has been taken to handle entities of this type as well.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-misc-atlas-server.4419d308.js b/2.3.0/static/js/documents-misc-atlas-server.4419d308.js
new file mode 100644
index 0000000..6475fa1
--- /dev/null
+++ b/2.3.0/static/js/documents-misc-atlas-server.4419d308.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[24],{"./src/documents/Misc/AtlasServer.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),m=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=a("./theme/components/shared/Img/index.js"),d=["components"],p={};function s(e){var t=e.components,a=Object(n.a)(e,d);return Object(r.mdx)("wrapper",Object.assign({},p,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"atlas-server-entity-type"},"Atlas Server Entity Type"),Object(r.mdx)("h4",{id:"background"},"Background"),Object(r.mdx)("p",null,"The ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," entity type is special entity type in following ways:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Gets created during Export or Import operation."),Object(r.mdx)("li",{parentName:"ul"},"It also has special property pages that display detailed audits for export and import operations."),Object(r.mdx)("li",{parentName:"ul"},"Entities are linked to it using the new option within entity's attribute ",Object(r.mdx)("em",{parentName:"li"},Object(r.mdx)("a",{parentName:"em",href:"#/SoftReference"},"SoftReference")),".")),Object(r.mdx)("p",null,"The new type is available within the ",Object(r.mdx)("em",{parentName:"p"},"Search By Type")," dropdown in both ",Object(r.mdx)("em",{parentName:"p"},"Basic")," and ",Object(r.mdx)("em",{parentName:"p"},"Advanced")," search."),Object(r.mdx)("h4",{id:"creation"},"Creation"),Object(r.mdx)("p",null,"The entity of this type is created upon successful completion of every Export and Import operation. The entity is created with current cluster's name."),Object(r.mdx)("p",null,"The entity is also created based on export and import requests' ",Object(r.mdx)("em",{parentName:"p"},"replicatedTo")," and ",Object(r.mdx)("em",{parentName:"p"},"replicatedFrom")," parameters."),Object(r.mdx)("h4",{id:"details-within-property-page"},"Details within Property Page"),Object(r.mdx)("p",null,"The property page for ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," entity has one additional tab 'Export/Import Audits'. This has detailed audit record for each export and/or import operation performed on current Atlas instance."),Object(r.mdx)("p",null,"The ",Object(r.mdx)("em",{parentName:"p"},"additionalInfo")," attribute property is discussed in detail below."),Object(r.mdx)(l.a,{src:"/images/markdown/atlas-server-properties.png",mdxType:"Img"}),Object(r.mdx)("h4",{id:"exportimport-audits"},"Export/Import Audits"),Object(r.mdx)("p",null,"The table has the following columns:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Operation"),": EXPORT or IMPORT that denotes the operation performed on instance."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Source Server"),": For an export operation performed on this instance, the value in this column will always be the cluster name of the current Atlas instance. This is the value specified in ",Object(r.mdx)("em",{parentName:"li"},"atlas-application.properties")," by the key ",Object(r.mdx)("em",{parentName:"li"},"atlas.cluster.name"),". If not value is specified 'default' is used."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Target Server"),": If an export operation is performed with ",Object(r.mdx)("em",{parentName:"li"},"replicatedTo")," property specified in the request, that value appears here."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Operation StartTime"),": Time the operation was started."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Operation EndTIme"),": Time the operation completed."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Tools"),": Pop-up property page that contains details of the operation.")),Object(r.mdx)(l.a,{src:"/images/markdown/atlas-server-exp-imp-audits.png",mdxType:"Img"}),Object(r.mdx)("h4",{id:"example"},"Example"),Object(r.mdx)("p",null,"The following export request will end up creating ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," entity with ",Object(r.mdx)("em",{parentName:"p"},"clMain")," as its name. The audit record of this operation will be displayed within the property page of this entity."),Object(r.mdx)(m.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n        { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "stocks@cl1" }}\n    ],\n    "options": {\n        "replicatedTo": "clMain"\n    }\n}'),Object(r.mdx)("h4",{id:"support-for-clusters-full-name"},"Support for Cluster's Full Name"),Object(r.mdx)("p",null,"Often times it is necessary to disambiguate the name of the cluster by specifying the location or the data center within which the Atlas instance resides."),Object(r.mdx)("p",null,"The name of the cluster can be specified by separating the location name and cluster name by '$'. For example, a cluster name specified as 'SFO$cl1' can be a cluster in San Francisco (SFO) data center with the name 'cl1'."),Object(r.mdx)("p",null,"The ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," will handle this and set its name as 'cl1' and ",Object(r.mdx)("em",{parentName:"p"},"fullName")," as 'SFO@cl1'."),Object(r.mdx)("h4",{id:"additional-information"},"Additional Information"),Object(r.mdx)("p",null,"This property in ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," is a map with key and value both as String. This can be used to store any information pertaining to this instance."),Object(r.mdx)("p",null,"Please see ",Object(r.mdx)("a",{parentName:"p",href:"#/IncrementalExport"},"Incremental Export")," for and example of how this property can be used."),Object(r.mdx)("h4",{id:"rest-apis"},"REST APIs"),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Title")),Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Atlas Server API")))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Example"),Object(r.mdx)("td",{parentName:"tr",align:null},"see below.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"URL"),Object(r.mdx)("td",{parentName:"tr",align:null},"api/atlas/admin/server/{serverName}")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Method"),Object(r.mdx)("td",{parentName:"tr",align:null},"GET")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"URL Parameters"),Object(r.mdx)("td",{parentName:"tr",align:null},"name of the server")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Data Parameters"),Object(r.mdx)("td",{parentName:"tr",align:null},"None")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Success Response"),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"AtlasServer"))),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Error Response"),Object(r.mdx)("td",{parentName:"tr",align:null},"Errors Returned as AtlasBaseException")))),Object(r.mdx)("h4",{id:"curl"},"CURL"),Object(r.mdx)(m.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},'curl -X GET -u admin:admin -H "Content-Type: application/json" -H "Cache-Control:no-cache" http://localhost:21000/api/atlas/admin/server/cl2'),Object(r.mdx)("p",null,"Output:"),Object(r.mdx)(m.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "guid": "f87e4fd1-bfb5-482d-9ab1-e735621b7d16",\n    "name": "cl2",\n    "qualifiedName": "cl2",\n    "additionalInfo": {\n        "nextModifiedTimestamp": "1533037289383",\n        "replicationOperation": "EXPORT",\n        "topLevelEntity": "stocks@cl1"\n    }\n}'))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Misc/AtlasServer.md"}}),s.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var n=a("../node_modules/react/index.js"),r=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:i}=e,{baseUrl:m}=Object(r.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${m}${t}`,height:""+(i||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-misc-atlas-server.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-misc-atlas-server.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-misc-atlas-server.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..97b89fa
--- /dev/null
+++ b/2.3.0/static/js/documents-misc-atlas-server.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Misc/AtlasServer.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","src","wrapLines","language","style","theme","isMDXComponent","Img","width","height","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"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","file":"static/js/documents-misc-atlas-server.4419d308.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-server-entity-type\"\n    }}>{`Atlas Server Entity Type`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`The `}<em parentName=\"p\">{`AtlasServer`}</em>{` entity type is special entity type in following ways:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Gets created during Export or Import operation.`}</li>\n      <li parentName=\"ul\">{`It also has special property pages that display detailed audits for export and import operations.`}</li>\n      <li parentName=\"ul\">{`Entities are linked to it using the new option within entity's attribute `}<em parentName=\"li\"><a parentName=\"em\" {...{\n            \"href\": \"#/SoftReference\"\n          }}>{`SoftReference`}</a></em>{`.`}</li>\n    </ul>\n    <p>{`The new type is available within the `}<em parentName=\"p\">{`Search By Type`}</em>{` dropdown in both `}<em parentName=\"p\">{`Basic`}</em>{` and `}<em parentName=\"p\">{`Advanced`}</em>{` search.`}</p>\n    <h4 {...{\n      \"id\": \"creation\"\n    }}>{`Creation`}</h4>\n    <p>{`The entity of this type is created upon successful completion of every Export and Import operation. The entity is created with current cluster's name.`}</p>\n    <p>{`The entity is also created based on export and import requests' `}<em parentName=\"p\">{`replicatedTo`}</em>{` and `}<em parentName=\"p\">{`replicatedFrom`}</em>{` parameters.`}</p>\n    <h4 {...{\n      \"id\": \"details-within-property-page\"\n    }}>{`Details within Property Page`}</h4>\n    <p>{`The property page for `}<em parentName=\"p\">{`AtlasServer`}</em>{` entity has one additional tab 'Export/Import Audits'. This has detailed audit record for each export and/or import operation performed on current Atlas instance.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`additionalInfo`}</em>{` attribute property is discussed in detail below.`}</p>\n    <Img src={`/images/markdown/atlas-server-properties.png`} mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"exportimport-audits\"\n    }}>{`Export/Import Audits`}</h4>\n    <p>{`The table has the following columns:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Operation`}</em>{`: EXPORT or IMPORT that denotes the operation performed on instance.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Source Server`}</em>{`: For an export operation performed on this instance, the value in this column will always be the cluster name of the current Atlas instance. This is the value specified in `}<em parentName=\"li\">{`atlas-application.properties`}</em>{` by the key `}<em parentName=\"li\">{`atlas.cluster.name`}</em>{`. If not value is specified 'default' is used.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Target Server`}</em>{`: If an export operation is performed with `}<em parentName=\"li\">{`replicatedTo`}</em>{` property specified in the request, that value appears here.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Operation StartTime`}</em>{`: Time the operation was started.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Operation EndTIme`}</em>{`: Time the operation completed.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Tools`}</em>{`: Pop-up property page that contains details of the operation.`}</li>\n    </ul>\n    <Img src={'/images/markdown/atlas-server-exp-imp-audits.png'} mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"example\"\n    }}>{`Example`}</h4>\n    <p>{`The following export request will end up creating `}<em parentName=\"p\">{`AtlasServer`}</em>{` entity with `}<em parentName=\"p\">{`clMain`}</em>{` as its name. The audit record of this operation will be displayed within the property page of this entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n        { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"stocks@cl1\" }}\n    ],\n    \"options\": {\n        \"replicatedTo\": \"clMain\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"support-for-clusters-full-name\"\n    }}>{`Support for Cluster's Full Name`}</h4>\n    <p>{`Often times it is necessary to disambiguate the name of the cluster by specifying the location or the data center within which the Atlas instance resides.`}</p>\n    <p>{`The name of the cluster can be specified by separating the location name and cluster name by '$'. For example, a cluster name specified as 'SFO$cl1' can be a cluster in San Francisco (SFO) data center with the name 'cl1'.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`AtlasServer`}</em>{` will handle this and set its name as 'cl1' and `}<em parentName=\"p\">{`fullName`}</em>{` as 'SFO@cl1'.`}</p>\n    <h4 {...{\n      \"id\": \"additional-information\"\n    }}>{`Additional Information`}</h4>\n    <p>{`This property in `}<em parentName=\"p\">{`AtlasServer`}</em>{` is a map with key and value both as String. This can be used to store any information pertaining to this instance.`}</p>\n    <p>{`Please see `}<a parentName=\"p\" {...{\n        \"href\": \"#/IncrementalExport\"\n      }}>{`Incremental Export`}</a>{` for and example of how this property can be used.`}</p>\n    <h4 {...{\n      \"id\": \"rest-apis\"\n    }}>{`REST APIs`}</h4>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Atlas Server API`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Example`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`see below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`URL`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`api/atlas/admin/server/{serverName}`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Method`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`GET`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`URL Parameters`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`name of the server`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Data Parameters`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`None`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Success Response`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`AtlasServer`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Error Response`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors Returned as AtlasBaseException`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h4 {...{\n      \"id\": \"curl\"\n    }}>{`CURL`}</h4>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X GET -u admin:admin -H \"Content-Type: application/json\" -H \"Cache-Control:no-cache\" http://localhost:21000/api/atlas/admin/server/cl2`}\n    </SyntaxHighlighter>\n    <p>{`Output:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"guid\": \"f87e4fd1-bfb5-482d-9ab1-e735621b7d16\",\n    \"name\": \"cl2\",\n    \"qualifiedName\": \"cl2\",\n    \"additionalInfo\": {\n        \"nextModifiedTimestamp\": \"1533037289383\",\n        \"replicationOperation\": \"EXPORT\",\n        \"topLevelEntity\": \"stocks@cl1\"\n    }\n}`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-misc-replicated-attributes.04c7b7bf.js b/2.3.0/static/js/documents-misc-replicated-attributes.04c7b7bf.js
new file mode 100644
index 0000000..3b863e1
--- /dev/null
+++ b/2.3.0/static/js/documents-misc-replicated-attributes.04c7b7bf.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[25],{"./src/documents/Misc/ReplicatedAttributes.md":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return d}));var a=n("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(n("../node_modules/react/index.js"),n("../node_modules/@mdx-js/react/dist/esm.js")),s=["components"],o={};function d(e){var t=e.components,n=Object(a.a)(e,s);return Object(r.mdx)("wrapper",Object.assign({},o,n,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"replicated-attributes"},"Replicated Attributes"),Object(r.mdx)("h4",{id:"background"},"Background"),Object(r.mdx)("p",null,"Users want knowledge of how the entities have landed into Atlas instance, if they were created via hook ingestion or whether they were imported from another Atlas instance."),Object(r.mdx)("p",null,"This is addressed by 2 new attributes that are now part of ",Object(r.mdx)("em",{parentName:"p"},"Referenceable")," entity type viz. ",Object(r.mdx)("em",{parentName:"p"},"replicatedFrom")," and ",Object(r.mdx)("em",{parentName:"p"},"replicatedTo"),"."))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Misc/ReplicatedAttributes.md"}}),d.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..6cc8012
--- /dev/null
+++ b/2.3.0/static/js/documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Misc/ReplicatedAttributes.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"kZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,yBAAuB,yBAE/B,oBACE,GAAM,cAAY,cAEpB,uMACA,qFAAkE,oBAAIC,WAAW,KAAG,iBAAuB,qBAAsB,oBAAIA,WAAW,KAAG,kBAAwB,QAAS,oBAAIA,WAAW,KAAG,gBAAsB,MAE/N,gMAEDJ,EAAWK,gBAAiB","file":"static/js/documents-misc-replicated-attributes.04c7b7bf.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"replicated-attributes\"\n    }}>{`Replicated Attributes`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`Users want knowledge of how the entities have landed into Atlas instance, if they were created via hook ingestion or whether they were imported from another Atlas instance.`}</p>\n    <p>{`This is addressed by 2 new attributes that are now part of `}<em parentName=\"p\">{`Referenceable`}</em>{` entity type viz. `}<em parentName=\"p\">{`replicatedFrom`}</em>{` and `}<em parentName=\"p\">{`replicatedTo`}</em>{`.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-misc-soft-reference.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-misc-soft-reference.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..287ddd9
--- /dev/null
+++ b/2.3.0/static/js/documents-misc-soft-reference.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Misc/SoftReference.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"6kBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,yCAAuC,0CAE/C,oBACE,GAAM,cAAY,cAEpB,iKACA,yGACA,sJACA,yCAAsB,oBAAIC,WAAW,KAAG,mBAAyB,kBAAmB,oBAAIA,WAAW,KAAG,QAAc,8EACpH,oBACE,GAAM,iBAAe,iBAEvB,iFACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,yTAerG,yLAEDH,EAAWS,gBAAiB,G,+DCpD5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-misc-soft-reference.f7723ef2.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"entity-attribute-option-softreference\"\n    }}>{`Entity Attribute Option: SoftReference`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`Entity attributes are specified using attribute definitions. An attributes' persistence strategy is determined by based on their type.`}</p>\n    <p>{`Primitive types are persisted as properties within the vertex of their parent.`}</p>\n    <p>{`Non-primitive attributes get a vertex of their own and edge is created between the parent the child to establish ownership.`}</p>\n    <p>{`Attribute with `}<em parentName=\"p\">{`isSoftReference`}</em>{` option set to `}<em parentName=\"p\">{`true`}</em>{`, is non-primitive attribute that gets treatment of a primitive attribute.`}</p>\n    <h4 {...{\n      \"id\": \"specification\"\n    }}>{`Specification`}</h4>\n    <p>{`Below is an example of using the new attribute option.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`\"attributeDefs\": [\n      {\n        \"name\": \"replicatedFrom\",\n        \"typeName\": \"array<AtlasServer>\",\n        \"cardinality\": \"SET\",\n        \"isIndexable\": false,\n        \"isOptional\": true,\n        \"isUnique\": false,\n        \"options\": {\n          \"isSoftReference\": \"true\"\n        }\n      },...]`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-misc-soft-reference.f7723ef2.js b/2.3.0/static/js/documents-misc-soft-reference.f7723ef2.js
new file mode 100644
index 0000000..f9c1853
--- /dev/null
+++ b/2.3.0/static/js/documents-misc-soft-reference.f7723ef2.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[26],{"./src/documents/Misc/SoftReference.md":function(e,t,i){"use strict";i.r(t),i.d(t,"default",(function(){return c}));var n=i("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(i("../node_modules/react/index.js"),i("../node_modules/@mdx-js/react/dist/esm.js")),r=(i("./theme/styles/styled-colors.js"),i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),a=i("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=["components"],d={};function c(e){var t=e.components,i=Object(n.a)(e,o);return Object(s.mdx)("wrapper",Object.assign({},d,i,{components:t,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"entity-attribute-option-softreference"},"Entity Attribute Option: SoftReference"),Object(s.mdx)("h4",{id:"background"},"Background"),Object(s.mdx)("p",null,"Entity attributes are specified using attribute definitions. An attributes' persistence strategy is determined by based on their type."),Object(s.mdx)("p",null,"Primitive types are persisted as properties within the vertex of their parent."),Object(s.mdx)("p",null,"Non-primitive attributes get a vertex of their own and edge is created between the parent the child to establish ownership."),Object(s.mdx)("p",null,"Attribute with ",Object(s.mdx)("em",{parentName:"p"},"isSoftReference")," option set to ",Object(s.mdx)("em",{parentName:"p"},"true"),", is non-primitive attribute that gets treatment of a primitive attribute."),Object(s.mdx)("h4",{id:"specification"},"Specification"),Object(s.mdx)("p",null,"Below is an example of using the new attribute option."),Object(s.mdx)(a.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'"attributeDefs": [\n      {\n        "name": "replicatedFrom",\n        "typeName": "array<AtlasServer>",\n        "cardinality": "SET",\n        "isIndexable": false,\n        "isOptional": true,\n        "isUnique": false,\n        "options": {\n          "isSoftReference": "true"\n        }\n      },...]'))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Misc/SoftReference.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,i){"use strict";var n=i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-misc-soft-reference.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-notifications.58adc50d.js b/2.3.0/static/js/documents-notifications.58adc50d.js
new file mode 100644
index 0000000..1378c81
--- /dev/null
+++ b/2.3.0/static/js/documents-notifications.58adc50d.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[27],{"./src/documents/Notifications.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return l}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),c=["components"],r={};function l(e){var t=e.components,a=Object(n.a)(e,c);return Object(i.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"notifications"},"Notifications"),Object(i.mdx)("h2",{id:"notifications-from-apache-atlas"},"Notifications from Apache Atlas"),Object(i.mdx)("p",null,"Apache Atlas sends notifications about metadata changes to Kafka topic named ATLAS_ENTITIES .\nApplications interested in metadata changes can monitor for these notifications.\nFor example, Apache Ranger processes these notifications to authorize data access based on classifications."),Object(i.mdx)("h3",{id:"notifications---v2-apache-atlas-version-10"},"Notifications - V2: Apache Atlas version 1.0"),Object(i.mdx)("p",null,"Apache Atlas 1.0 sends notifications for following operations on metadata."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"ENTITY_CREATE:         sent when an entity instance is created\n      ENTITY_UPDATE:         sent when an entity instance is updated\n      ENTITY_DELETE:         sent when an entity instance is deleted\n      CLASSIFICATION_ADD:    sent when classifications are added to an entity instance\n      CLASSIFICATION_UPDATE: sent when classifications of an entity instance are updated\n      CLASSIFICATION_DELETE: sent when classifications are removed from an entity instance"),Object(i.mdx)("p",null,"Notification includes the following data."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"AtlasEntity  entity;\n   OperationType operationType;\n   List<AtlasClassification>  classifications;"),Object(i.mdx)("h3",{id:"notifications---v1-apache-atlas-version-08x-and-earlier"},"Notifications - V1: Apache Atlas version 0.8.x and earlier"),Object(i.mdx)("p",null,"Notifications from Apache Atlas version 0.8.x and earlier have content formatted differently, as detailed below."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},Object(i.mdx)("em",{parentName:"strong"},"Operations"))),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"ENTITY_CREATE: sent when an entity instance is created\n      ENTITY_UPDATE: sent when an entity instance is updated\n      ENTITY_DELETE: sent when an entity instance is deleted\n      TRAIT_ADD:     sent when classifications are added to an entity instance\n      TRAIT_UPDATE:  sent when classifications of an entity instance are updated\n      TRAIT_DELETE:  sent when classifications are removed from an entity instance"),Object(i.mdx)("p",null,"Notification includes the following data."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"Referenceable entity;\n   OperationType operationType;\n   List<Struct>  traits;"),Object(i.mdx)("p",null,"Apache Atlas 1.0 can be configured to send notifications in older version format, instead of the latest version format.\nThis can be helpful in deployments that are not yet ready to process notifications in the latest version format.\nTo configure Apache Atlas 1.0 to send notifications in earlier version format, please set following configuration in atlas-application.properties:"),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.notification.entity.version=v1"),Object(i.mdx)("h2",{id:"notifications-to-apache-atlas"},"Notifications to Apache Atlas"),Object(i.mdx)("p",null,"Apache Atlas can be notified of metadata changes and lineage via notifications to Kafka topic named ATLAS_HOOK.\nAtlas hooks for Apache Hive/Apache HBase/Apache Storm/Apache Sqoop use this mechanism to notify Apache Atlas of events of interest."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"ENTITY_CREATE            : create an entity. For more details, refer to Java class HookNotificationV1.EntityCreateRequest\nENTITY_FULL_UPDATE       : update an entity. For more details, refer to Java class HookNotificationV1.EntityUpdateRequest\nENTITY_PARTIAL_UPDATE    : update specific attributes of an entity. For more details, refer to HookNotificationV1.EntityPartialUpdateRequest\nENTITY_DELETE            : delete an entity. For more details, refer to Java class HookNotificationV1.EntityDeleteRequest\nENTITY_CREATE_V2         : create an entity. For more details, refer to Java class HookNotification.EntityCreateRequestV2\nENTITY_FULL_UPDATE_V2    : update an entity. For more details, refer to Java class HookNotification.EntityUpdateRequestV2\nENTITY_PARTIAL_UPDATE_V2 : update specific attributes of an entity. For more details, refer to HookNotification.EntityPartialUpdateRequestV2\nENTITY_DELETE_V2         : delete one or more entities. For more details, refer to Java class HookNotification.EntityDeleteRequestV2"))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Notifications.md"}}),l.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-notifications.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-notifications.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-notifications.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..3449723
--- /dev/null
+++ b/2.3.0/static/js/documents-notifications.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Notifications.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","isMDXComponent","dark","hljs","color"],"mappings":"wkBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,iBAAe,iBAEvB,oBACE,GAAM,mCAAiC,mCAEzC,uTAGA,oBACE,GAAM,8CAA4C,gDAEpD,qGACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,4dAQnG,oEACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,yGAKnG,oBACE,GAAM,2DAAyD,8DAEjE,2IACA,uBAAG,wBAAQK,WAAW,KAAI,oBAAIA,WAAW,UAAQ,gBACjD,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,4aAQnG,oEACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,oFAKnG,wZAGA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,wCAGnG,oBACE,GAAM,iCAA+B,iCAEvC,+QAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,4gCAWtG,oLAEDH,EAAWS,gBAAiB,G,+DC3F5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-notifications.58adc50d.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"notifications\"\n    }}>{`Notifications`}</h1>\n    <h2 {...{\n      \"id\": \"notifications-from-apache-atlas\"\n    }}>{`Notifications from Apache Atlas`}</h2>\n    <p>{`Apache Atlas sends notifications about metadata changes to Kafka topic named ATLAS_ENTITIES .\nApplications interested in metadata changes can monitor for these notifications.\nFor example, Apache Ranger processes these notifications to authorize data access based on classifications.`}</p>\n    <h3 {...{\n      \"id\": \"notifications---v2-apache-atlas-version-10\"\n    }}>{`Notifications - V2: Apache Atlas version 1.0`}</h3>\n    <p>{`Apache Atlas 1.0 sends notifications for following operations on metadata.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`ENTITY_CREATE:         sent when an entity instance is created\n      ENTITY_UPDATE:         sent when an entity instance is updated\n      ENTITY_DELETE:         sent when an entity instance is deleted\n      CLASSIFICATION_ADD:    sent when classifications are added to an entity instance\n      CLASSIFICATION_UPDATE: sent when classifications of an entity instance are updated\n      CLASSIFICATION_DELETE: sent when classifications are removed from an entity instance`}\n </SyntaxHighlighter>\n    <p>{`Notification includes the following data.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`AtlasEntity  entity;\n   OperationType operationType;\n   List<AtlasClassification>  classifications;`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"notifications---v1-apache-atlas-version-08x-and-earlier\"\n    }}>{`Notifications - V1: Apache Atlas version 0.8.x and earlier`}</h3>\n    <p>{`Notifications from Apache Atlas version 0.8.x and earlier have content formatted differently, as detailed below.`}</p>\n    <p><strong parentName=\"p\"><em parentName=\"strong\">{`Operations`}</em></strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`ENTITY_CREATE: sent when an entity instance is created\n      ENTITY_UPDATE: sent when an entity instance is updated\n      ENTITY_DELETE: sent when an entity instance is deleted\n      TRAIT_ADD:     sent when classifications are added to an entity instance\n      TRAIT_UPDATE:  sent when classifications of an entity instance are updated\n      TRAIT_DELETE:  sent when classifications are removed from an entity instance`}\n    </SyntaxHighlighter>\n    <p>{`Notification includes the following data.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Referenceable entity;\n   OperationType operationType;\n   List<Struct>  traits;`}\n    </SyntaxHighlighter>\n    <p>{`Apache Atlas 1.0 can be configured to send notifications in older version format, instead of the latest version format.\nThis can be helpful in deployments that are not yet ready to process notifications in the latest version format.\nTo configure Apache Atlas 1.0 to send notifications in earlier version format, please set following configuration in atlas-application.properties:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n atlas.notification.entity.version=v1\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"notifications-to-apache-atlas\"\n    }}>{`Notifications to Apache Atlas`}</h2>\n    <p>{`Apache Atlas can be notified of metadata changes and lineage via notifications to Kafka topic named ATLAS_HOOK.\nAtlas hooks for Apache Hive/Apache HBase/Apache Storm/Apache Sqoop use this mechanism to notify Apache Atlas of events of interest.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`ENTITY_CREATE            : create an entity. For more details, refer to Java class HookNotificationV1.EntityCreateRequest\nENTITY_FULL_UPDATE       : update an entity. For more details, refer to Java class HookNotificationV1.EntityUpdateRequest\nENTITY_PARTIAL_UPDATE    : update specific attributes of an entity. For more details, refer to HookNotificationV1.EntityPartialUpdateRequest\nENTITY_DELETE            : delete an entity. For more details, refer to Java class HookNotificationV1.EntityDeleteRequest\nENTITY_CREATE_V2         : create an entity. For more details, refer to Java class HookNotification.EntityCreateRequestV2\nENTITY_FULL_UPDATE_V2    : update an entity. For more details, refer to Java class HookNotification.EntityUpdateRequestV2\nENTITY_PARTIAL_UPDATE_V2 : update specific attributes of an entity. For more details, refer to HookNotification.EntityPartialUpdateRequestV2\nENTITY_DELETE_V2         : delete one or more entities. For more details, refer to Java class HookNotification.EntityDeleteRequestV2`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-overview.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-overview.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..32cff4b
--- /dev/null
+++ b/2.3.0/static/js/documents-overview.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Overview.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent"],"mappings":"iYASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,YAAU,YAElB,yRAGA,+TAGA,oBACE,GAAM,YAAU,YAElB,oBACE,GAAM,6BAA2B,8BAEnC,wBACE,oBAAIC,WAAW,MAAI,gEACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,4GACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,wEAErB,oBACE,GAAM,kBAAgB,kBAExB,wBACE,oBAAIA,WAAW,MAAI,iGACnB,oBAAIA,WAAW,MAAI,oGACnB,oBAAIA,WAAW,MAAI,gHACnB,oBAAIA,WAAW,MAAI,kJAErB,oBACE,GAAM,WAAS,WAEjB,wBACE,oBAAIA,WAAW,MAAI,8EACnB,oBAAIA,WAAW,MAAI,2CAErB,oBACE,GAAM,mBAAiB,oBAEzB,wBACE,oBAAIA,WAAW,MAAI,yFACnB,oBAAIA,WAAW,MAAI,gDACnB,oBAAIA,WAAW,MAAI,gFAErB,oBACE,GAAM,0BAAwB,2BAEhC,wBACE,oBAAIA,WAAW,MAAI,oJACnB,oBAAIA,WAAW,MAAI,mKACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,oDACnB,oBAAIA,WAAW,MAAI,6FAIzB,oBACE,GAAM,mBAAiB,mBAEzB,wBACE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,oCAE5B,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,oBAE5B,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,gBAAc,iBAG5B,oBACE,GAAM,qBAAmB,qBAE3B,wBACE,oBAAIA,WAAW,MACb,mBAAGC,KAAK,qBAAmB,2BAE7B,oBAAID,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,qBAAmB,2CAE/B,oBAAIA,WAAW,MACb,mBAAGC,KAAK,oBAAkB,8BAG9B,oBACE,GAAM,iCAA+B,iCAEvC,wBACE,oBAAID,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,+BAIjC,+KAEDJ,EAAWM,gBAAiB","file":"static/js/documents-overview.c02fe19d.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h1>\n    <p>{`Atlas is a scalable and extensible set of core foundational governance services – enabling\nenterprises to effectively and efficiently meet their compliance requirements within Hadoop and\nallows integration with the whole enterprise data ecosystem.`}</p>\n    <p>{`Apache Atlas provides open metadata management and governance capabilities for organizations\nto build a catalog of their data assets, classify and govern these assets and provide collaboration\ncapabilities around these data assets for data scientists, analysts and the data governance team.`}</p>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <h3 {...{\n      \"id\": \"metadata-types--instances\"\n    }}>{`Metadata types & instances`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Pre-defined types for various Hadoop and non-Hadoop metadata`}</li>\n      <li parentName=\"ul\">{`Ability to define new types for the metadata to be managed`}</li>\n      <li parentName=\"ul\">{`Types can have primitive attributes, complex attributes, object references; can inherit from other types`}</li>\n      <li parentName=\"ul\">{`Instances of types, called entities, capture metadata object details and their relationships`}</li>\n      <li parentName=\"ul\">{`REST APIs to work with types and instances allow easier integration`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"classification\"\n    }}>{`Classification`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Ability to dynamically create classifications - like PII, EXPIRES_ON, DATA_QUALITY, SENSITIVE`}</li>\n      <li parentName=\"ul\">{`Classifications can include attributes - like expiry_date attribute in EXPIRES_ON classification`}</li>\n      <li parentName=\"ul\">{`Entities can be associated with multiple classifications, enabling easier discovery and security enforcement`}</li>\n      <li parentName=\"ul\">{`Propagation of classifications via lineage - automatically ensures that classifications follow the data as it goes through various processing`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"lineage\"\n    }}>{`Lineage`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Intuitive UI to view lineage of data as it moves through various processes`}</li>\n      <li parentName=\"ul\">{`REST APIs to access and update lineage`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"searchdiscovery\"\n    }}>{`Search/Discovery`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Intuitive UI to search entities by type, classification, attribute value or free-text`}</li>\n      <li parentName=\"ul\">{`Rich REST APIs to search by complex criteria`}</li>\n      <li parentName=\"ul\">{`SQL like query language to search entities - Domain Specific Language (DSL)`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"security--data-masking\"\n    }}>{`Security & Data Masking`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Fine-grained security for metadata access, enabling controls on access to entity instances and operations like add/update/remove classifications`}</li>\n      <li parentName=\"ul\">{`Integration with Apache Ranger enables authorization/data-masking on data access based on classifications associated with entities in Apache Atlas. For example:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`who can access data classified as PII, SENSITIVE`}</li>\n          <li parentName=\"ul\">{`customer-service users can only see last 4 digits of columns classified as NATIONAL_ID`}</li>\n        </ul>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"getting-started\"\n    }}>{`Getting Started`}</h2>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/WhatsNew-2.3\"\n        }}>{`What's new in Apache Atlas 2.3?`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/Installation\"\n        }}>{`Build & Install`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/QuickStart\"\n        }}>{`Quick Start`}</a></li>\n    </ul>\n    <h2 {...{\n      \"id\": \"api-documentation\"\n    }}>{`API Documentation`}</h2>\n    <ul>\n      <li parentName=\"ul\">\n        <a href=\"api/v2/index.html\">REST API Documentation</a>\n      </li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ImportExportAPI\"\n        }}>{`Export & Import REST API Documentation`}</a></li>\n      <li parentName=\"ul\">\n        <a href=\"../api/rest.html\">Legacy API Documentation</a>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"developer-setup-documentation\"\n    }}>{`Developer Setup Documentation`}</h2>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/EclipseSetup\"\n        }}>{`Developer Setup: Eclipse`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-overview.c02fe19d.js b/2.3.0/static/js/documents-overview.c02fe19d.js
new file mode 100644
index 0000000..07881da
--- /dev/null
+++ b/2.3.0/static/js/documents-overview.c02fe19d.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[28],{"./src/documents/Overview.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return l}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=["components"],c={};function l(e){var t=e.components,a=Object(i.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},c,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"overview"},"Overview"),Object(n.mdx)("p",null,"Atlas is a scalable and extensible set of core foundational governance services \u2013 enabling\nenterprises to effectively and efficiently meet their compliance requirements within Hadoop and\nallows integration with the whole enterprise data ecosystem."),Object(n.mdx)("p",null,"Apache Atlas provides open metadata management and governance capabilities for organizations\nto build a catalog of their data assets, classify and govern these assets and provide collaboration\ncapabilities around these data assets for data scientists, analysts and the data governance team."),Object(n.mdx)("h2",{id:"features"},"Features"),Object(n.mdx)("h3",{id:"metadata-types--instances"},"Metadata types & instances"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Pre-defined types for various Hadoop and non-Hadoop metadata"),Object(n.mdx)("li",{parentName:"ul"},"Ability to define new types for the metadata to be managed"),Object(n.mdx)("li",{parentName:"ul"},"Types can have primitive attributes, complex attributes, object references; can inherit from other types"),Object(n.mdx)("li",{parentName:"ul"},"Instances of types, called entities, capture metadata object details and their relationships"),Object(n.mdx)("li",{parentName:"ul"},"REST APIs to work with types and instances allow easier integration")),Object(n.mdx)("h3",{id:"classification"},"Classification"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Ability to dynamically create classifications - like PII, EXPIRES_ON, DATA_QUALITY, SENSITIVE"),Object(n.mdx)("li",{parentName:"ul"},"Classifications can include attributes - like expiry_date attribute in EXPIRES_ON classification"),Object(n.mdx)("li",{parentName:"ul"},"Entities can be associated with multiple classifications, enabling easier discovery and security enforcement"),Object(n.mdx)("li",{parentName:"ul"},"Propagation of classifications via lineage - automatically ensures that classifications follow the data as it goes through various processing")),Object(n.mdx)("h3",{id:"lineage"},"Lineage"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Intuitive UI to view lineage of data as it moves through various processes"),Object(n.mdx)("li",{parentName:"ul"},"REST APIs to access and update lineage")),Object(n.mdx)("h3",{id:"searchdiscovery"},"Search/Discovery"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Intuitive UI to search entities by type, classification, attribute value or free-text"),Object(n.mdx)("li",{parentName:"ul"},"Rich REST APIs to search by complex criteria"),Object(n.mdx)("li",{parentName:"ul"},"SQL like query language to search entities - Domain Specific Language (DSL)")),Object(n.mdx)("h3",{id:"security--data-masking"},"Security & Data Masking"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Fine-grained security for metadata access, enabling controls on access to entity instances and operations like add/update/remove classifications"),Object(n.mdx)("li",{parentName:"ul"},"Integration with Apache Ranger enables authorization/data-masking on data access based on classifications associated with entities in Apache Atlas. For example:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"who can access data classified as PII, SENSITIVE"),Object(n.mdx)("li",{parentName:"ul"},"customer-service users can only see last 4 digits of columns classified as NATIONAL_ID")))),Object(n.mdx)("h2",{id:"getting-started"},"Getting Started"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/WhatsNew-2.3"},"What's new in Apache Atlas 2.3?")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/Installation"},"Build & Install")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/QuickStart"},"Quick Start"))),Object(n.mdx)("h2",{id:"api-documentation"},"API Documentation"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{href:"api/v2/index.html"},"REST API Documentation")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/ImportExportAPI"},"Export & Import REST API Documentation")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{href:"../api/rest.html"},"Legacy API Documentation"))),Object(n.mdx)("h2",{id:"developer-setup-documentation"},"Developer Setup Documentation"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/EclipseSetup"},"Developer Setup: Eclipse"))))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Overview.md"}}),l.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-overview.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-issue-tracking.76a0c8ae.js b/2.3.0/static/js/documents-project-info-issue-tracking.76a0c8ae.js
new file mode 100644
index 0000000..8b560dc
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-issue-tracking.76a0c8ae.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[29],{"./src/documents/Project-Info/IssueTracking.md":function(e,s,t){"use strict";t.r(s),t.d(s,"default",(function(){return c}));var a=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),o=(t("./theme/styles/styled-colors.js"),["components"]),r={};function c(e){var s=e.components,t=Object(a.a)(e,o);return Object(n.mdx)("wrapper",Object.assign({},r,t,{components:s,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"overview"},"Overview"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"This project uses ",Object(n.mdx)("a",{parentName:"li",href:"http://www.atlassian.com/software/jira"},"JIRA")," a J2EE-based, issue tracking and project management application.")),Object(n.mdx)("h1",{id:"issue-tracking"},"Issue Tracking"),Object(n.mdx)("p",null,"Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.\n",Object(n.mdx)("a",{parentName:"p",href:"https://issues.apache.org/jira/browse/ATLAS"},"https://issues.apache.org/jira/browse/ATLAS")))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/IssueTracking.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,s,t){"use strict";var a=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",s.a=a.a}}]);
+//# sourceMappingURL=documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..5c93a07
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/IssueTracking.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent","dark","hljs","color"],"mappings":"0bAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAI,qBAAuB,mBAAGA,WAAW,KACpD,KAAQ,0CAAwC,QACnC,sEAEnB,oBACE,GAAM,kBAAgB,kBAExB,2IACF,mBAAGA,WAAW,IACR,KAAQ,+CAA6C,iDAG5D,iMAEDJ,EAAWK,gBAAiB,G,+DCvC5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-project-info-issue-tracking.76a0c8ae.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h1>\n    <ul>\n      <li parentName=\"ul\">{`This project uses `}<a parentName=\"li\" {...{\n          \"href\": \"http://www.atlassian.com/software/jira\"\n        }}>{`JIRA`}</a>{` a J2EE-based, issue tracking and project management application.`}</li>\n    </ul>\n    <h1 {...{\n      \"id\": \"issue-tracking\"\n    }}>{`Issue Tracking`}</h1>\n    <p>{`Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.\n`}<a parentName=\"p\" {...{\n        \"href\": \"https://issues.apache.org/jira/browse/ATLAS\"\n      }}>{`https://issues.apache.org/jira/browse/ATLAS`}</a></p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-mailing-lists.04ae30ab.js b/2.3.0/static/js/documents-project-info-mailing-lists.04ae30ab.js
new file mode 100644
index 0000000..fd12c03
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-mailing-lists.04ae30ab.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[30],{"./src/documents/Project-Info/MailingLists.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var r=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),m=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),n=["components"],c={};function s(e){var t=e.components,a=Object(r.a)(e,n);return Object(m.mdx)("wrapper",Object.assign({},c,a,{components:t,mdxType:"MDXLayout"}),Object(m.mdx)("h1",{id:"project-mailing-lists"},"Project Mailing Lists"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},"These are the mailing lists that have been established for this project. For each list, there is a - subscribe, unsubscribe, and an archive link.")),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Name")),Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Subscribe")),Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Unsubscribe")),Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Post")),Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Archive")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:"center"},"atlas-dev"),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:dev-subscribe@atlas.apache.org"},"Subscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:dev-unsubscribe@atlas.apache.org"},"Unsubscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:dev@atlas.apache.org"},"Post")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"http://mail-archives.apache.org/mod_mbox/atlas-dev/"},"mail-archives.apache.org"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:"center"},"atlas-user"),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:user-subscribe@atlas.apache.org"},"Subscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:user-unsubscribe@atlas.apache.org"},"Unsubscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:user@atlas.apache.org"},"Post")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"http://mail-archives.apache.org/mod_mbox/atlas-user/"},"mail-archives.apache.org"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:"center"},"atlas-commits"),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:commits-subscribe@atlas.apache.org"},"Subscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:commits-unsubscribe@atlas.apache.org"},"Unsubscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:commits@atlas.apache.org"},"Post")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"http://mail-archives.apache.org/mod_mbox/atlas-commits/"},"mail-archives.apache.org"))))))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/MailingLists.md"}}),s.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..fe029c4
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/MailingLists.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"kZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,yBAAuB,yBAE/B,wBACE,oBAAIC,WAAW,MAAI,sJAErB,2BACE,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,SAC1B,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,cAC1B,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,gBAC1B,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,SAC1B,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,cAG9B,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,UAAQ,aAEnB,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,yCAAuC,cAEnD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,2CAAyC,gBAErD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,+BAA6B,SAEzC,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,uDAAqD,8BAGnE,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,UAAQ,cAEnB,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,0CAAwC,cAEpD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,4CAA0C,gBAEtD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,gCAA8B,SAE1C,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,wDAAsD,8BAGpE,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,UAAQ,iBAEnB,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,6CAA2C,cAEvD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,+CAA6C,gBAEzD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,mCAAiC,SAE7C,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,2DAAyD,iCAM9E,gMAEDJ,EAAWK,gBAAiB","file":"static/js/documents-project-info-mailing-lists.04ae30ab.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"project-mailing-lists\"\n    }}>{`Project Mailing Lists`}</h1>\n    <ul>\n      <li parentName=\"ul\">{`These are the mailing lists that have been established for this project. For each list, there is a - subscribe, unsubscribe, and an archive link.`}</li>\n    </ul>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Name`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Subscribe`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Unsubscribe`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Post`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Archive`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`atlas-dev`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:dev-subscribe@atlas.apache.org\"\n            }}>{`Subscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:dev-unsubscribe@atlas.apache.org\"\n            }}>{`Unsubscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:dev@atlas.apache.org\"\n            }}>{`Post`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"http://mail-archives.apache.org/mod_mbox/atlas-dev/\"\n            }}>{`mail-archives.apache.org`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`atlas-user`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:user-subscribe@atlas.apache.org\"\n            }}>{`Subscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:user-unsubscribe@atlas.apache.org\"\n            }}>{`Unsubscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:user@atlas.apache.org\"\n            }}>{`Post`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"http://mail-archives.apache.org/mod_mbox/atlas-user/\"\n            }}>{`mail-archives.apache.org`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`atlas-commits`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:commits-subscribe@atlas.apache.org\"\n            }}>{`Subscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:commits-unsubscribe@atlas.apache.org\"\n            }}>{`Unsubscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:commits@atlas.apache.org\"\n            }}>{`Post`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"http://mail-archives.apache.org/mod_mbox/atlas-commits/\"\n            }}>{`mail-archives.apache.org`}</a></td>\n        </tr>\n      </tbody>\n    </table>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-project-info.8337ab57.js b/2.3.0/static/js/documents-project-info-project-info.8337ab57.js
new file mode 100644
index 0000000..7d1f3c5
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-project-info.8337ab57.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[31],{"./src/documents/Project-Info/ProjectInfo.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return m}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),o=["components"],i={};function m(e){var t=e.components,a=Object(n.a)(e,o);return Object(r.mdx)("wrapper",Object.assign({},i,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"project-information"},"Project Information"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by ",Object(r.mdx)("a",{parentName:"li",href:"http://maven.apache.org"},"Maven")," on behalf of the project.")),Object(r.mdx)("h1",{id:"overview"},"Overview"),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:"left"},"Document"),Object(r.mdx)("th",{parentName:"tr",align:"left"},"Description"))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/"},"About")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"Apache Atlas Documentation")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/TeamList"},"Project Team")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This document provides information on the members of this project.",Object(r.mdx)("br",null)," These are the individuals who have contributed to the project in one form or another.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/MailingLists"},"Mailing Lists")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This document provides subscription and archive information for this project's mailing lists.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/IssueTracking"},"Issue Tracking")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This is a link to the issue management system for this project.",Object(r.mdx)("br",null)," Issues (bugs, features, change requests) can be created and queried using this link.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/ProjectLicense"},"Project License")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This is a link to the definitions of project licenses.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/SourceRepository"},"Source Repository")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This is a link to the online source repository that can be viewed via a web browser.")))))}m&&m===Object(m)&&Object.isExtensible(m)&&Object.defineProperty(m,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/ProjectInfo.md"}}),m.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-project-info-project-info.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-project-info.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-project-info-project-info.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..f094a5f
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-project-info.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/ProjectInfo.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"iZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,uBAAqB,uBAE7B,wBACE,oBAAIC,WAAW,MAAI,gLAAkL,mBAAGA,WAAW,KAC/M,KAAQ,2BAAyB,SACnB,+BAEpB,oBACE,GAAM,YAAU,YAElB,2BACE,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QAAM,YAEjB,oBAAIA,WAAW,KACb,MAAS,QAAM,iBAIrB,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,MAAI,UAEhB,oBAAIA,WAAW,KACb,MAAS,QAAM,+BAGnB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,cAAY,iBAExB,oBAAIA,WAAW,KACb,MAAS,QAAM,qEACwD,yBAAM,2FAEjF,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,kBAAgB,kBAE5B,oBAAIA,WAAW,KACb,MAAS,QAAM,kGAGnB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,mBAAiB,mBAE7B,oBAAIA,WAAW,KACb,MAAS,QAAM,kEACqD,yBAAM,0FAE9E,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,oBAAkB,oBAE9B,oBAAIA,WAAW,KACb,MAAS,QAAM,2DAGnB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,sBAAoB,sBAEhC,oBAAIA,WAAW,KACb,MAAS,QAAM,4FAM1B,+LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-project-info-project-info.8337ab57.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"project-information\"\n    }}>{`Project Information`}</h1>\n    <ul>\n      <li parentName=\"ul\">{`This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by `}<a parentName=\"li\" {...{\n          \"href\": \"http://maven.apache.org\"\n        }}>{`Maven`}</a>{` on behalf of the project.`}</li>\n    </ul>\n    <h1 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h1>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`Document`}</th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`Description`}</th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/\"\n            }}>{`About`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`Apache Atlas Documentation`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/TeamList\"\n            }}>{`Project Team`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This document provides information on the members of this project.`}<br />{` These are the individuals who have contributed to the project in one form or another.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/MailingLists\"\n            }}>{`Mailing Lists`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This document provides subscription and archive information for this project's mailing lists.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/IssueTracking\"\n            }}>{`Issue Tracking`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This is a link to the issue management system for this project.`}<br />{` Issues (bugs, features, change requests) can be created and queried using this link.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/ProjectLicense\"\n            }}>{`Project License`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This is a link to the definitions of project licenses.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/SourceRepository\"\n            }}>{`Source Repository`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This is a link to the online source repository that can be viewed via a web browser.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-project-license.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-project-info-project-license.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..4280060
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-project-license.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/ProjectLicense.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"oZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,mBAAiB,mBAEzB,oBACE,GAAM,0CAAwC,4CAEhD,2CAAwB,yBAAM,8BACP,yBAAM,KAC/B,mBAAGC,WAAW,IACR,KAAQ,mCAAiC,oCAE7C,0FACA,wBACE,uCACH,wBACG,qKAEA,8IAGA,keAQA,qIAGA,kMAIA,wPAKA,uQAKA,qeAQA,84BAcA,gNAMA,uZAMA,28BAeA,uPAIA,wBACG,0HAEA,gIAEA,6RAKA,48BAgBE,+WAQL,gdAOA,4SAIA,gmBASA,0tBAWA,gqBAWF,yDACA,qFACA,yBAAK,sBAAMA,WAAW,OAAK,yfAS3B,0EACA,wMAGA,yBAAK,sBAAMA,WAAW,OAAK,oDAE3B,mVAKA,oBACE,GAAM,8BAA4B,+BAEpC,0PAIA,sJAEA,gKAEA,oJAEA,iJAEA,mKAEA,iJAEA,0JAEA,2KAEA,+IAEA,6LAEA,uJAEA,qJAEA,sKAEA,kJAEA,gJAEA,kKAEA,4LAEA,+KAEA,sLAGH,kMAEDJ,EAAWK,gBAAiB","file":"static/js/documents-project-info-project-license.e3e0bd32.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"project-license\"\n    }}>{`Project License`}</h1>\n    <h3 {...{\n      \"id\": \"the-apache-software-license-version-20\"\n    }}>{`The Apache Software License, Version 2.0`}</h3>\n    <p>{`   Apache License`}<br />{`\nVersion 2.0, January 2004`}<br />{`\n`}<a parentName=\"p\" {...{\n        \"href\": \"http://www.apache.org/licenses/\"\n      }}>{`http://www.apache.org/licenses/`}</a></p>\n    <p>{`   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION`}</p>\n    <ol>\n      <li>Definitions.\n   <ol>\n      <li>\"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n      <p>\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.</p>\n      <p>\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.</p>\n      <p>\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.</p>\n      <p>\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.</p>\n      <p>\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.</p>\n      <p>\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).</p>\n      <p>\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.</p>\n      <p>\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"</p>\n      <p>\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.</p></li>\n   </ol>\n      </li>\n      <li>Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.</li>\n      <li>Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.</li>\n      <li>Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n      <ol>\n         <li>You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and</li>\n         <li>You must cause any modified files to carry prominent notices\n          stating that You changed the files; and</li>\n         <li>You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and</li>\n         <li>If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.</li>\n      </ol>\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n   </li>\n      <li>Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.</li>\n      <li>Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.</li>\n      <li>Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.</li>\n      <li>Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.</li>\n      <li>Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.</li>\n    </ol>\n    <p>{`   END OF TERMS AND CONDITIONS`}</p>\n    <p>{`   APPENDIX: How to apply the Apache License to your work.`}</p>\n    <pre><code parentName=\"pre\" {...{}}>{`  To apply the Apache License to your work, attach the following\n  boilerplate notice, with the fields enclosed by brackets \"[]\"\n  replaced with your own identifying information. (Don't include\n  the brackets)  The text should be enclosed in the appropriate\n  comment syntax for the file format. We also recommend that a\n  file or class name and description of purpose be included on the\n  same \"printed page\" as the copyright notice for easier\n  identification within third-party archives.\n`}</code></pre>\n    <p>{`   Copyright `}{`[yyyy][name of copyright owner]`}</p>\n    <p>{`   Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at`}</p>\n    <pre><code parentName=\"pre\" {...{}}>{`   http://www.apache.org/licenses/LICENSE-2.0\n`}</code></pre>\n    <p>{`   Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.`}</p>\n    <h3 {...{\n      \"id\": \"apache-atlas-subcomponents\"\n    }}>{`Apache Atlas Subcomponents:`}</h3>\n    <p>{`The Apache Atlas project contains subcomponents with separate copyright\nnotices and license terms. Your use of the source code for the these\nsubcomponents is subject to the terms and conditions of the following\nlicenses.`}</p>\n    <p>{`This product bundles titan 0.5.4, which is available under\nApache License.  For details, see 3party-licenses/titan-LICENSE`}</p>\n    <p>{`This product bundles JanusGraph 0.2.0, which is available under\nApache License.  For details, see 3party-licenses/janusgraph-LICENSE`}</p>\n    <p>{`This product bundles pnotify, which is available under\nApache License.  For details, see 3party-licenses/pnotify-LICENSE`}</p>\n    <p>{`This product bundles hppc, which is available under\nApache License.  For details, see 3party-licenses/pnotify-LICENSE`}</p>\n    <p>{`This product bundles mock(for python tests) 1.0.1, which is available under\nBSD License.  For details, see 3party-licenses/mock-LICENSE`}</p>\n    <p>{`This product bundles animate, which is available under\nMIT License.  For details, see 3party-licenses/animate-LICENSE`}</p>\n    <p>{`This product bundles Handlebars.js, which is available under\nMIT License.  For details, see 3party-licenses/handlebars-LICENSE`}</p>\n    <p>{`This product bundles bootstrap-sidebar 0.4.0, which is available under\nMIT License.  For details, see 3party-licenses/bootstrap-sidebar-LICENSE`}</p>\n    <p>{`This product bundles hbs 0.4.0, which is available under\nMIT License.  For details, see 3party-licenses/hbs-LICENSE`}</p>\n    <p>{`This product bundles require-handlebars-plugin 0.4.0, which is available under\nWTFPL License.  For details, see 3party-licenses/require-handlebars-plugin-LICENSE`}</p>\n    <p>{`This product bundles jQuery-ui.js, which is available under\nMIT License. For details, see 3party-licenses/jQuery-ui-LICENSE`}</p>\n    <p>{`This product bundles platform.js, which is available under\nMIT License. For details, see 3party-licenses/platform-LICENSE`}</p>\n    <p>{`This product bundles jquery-placeholder, which is available under\nMIT License. For details, see 3party-licenses/jquery-placeholder-LICENSE`}</p>\n    <p>{`This product bundles es5-shim, which is available under\nMIT License. For details, see 3party-licenses/es5-shim-LICENSE`}</p>\n    <p>{`This product bundles Respond, which is available under\nMIT License. For details, see 3party-licenses/Respond-LICENSE`}</p>\n    <p>{`This product bundles Google Fonts, which are available under\nOpen Font License.  For details, see 3party-licenses/google-fonts-LICENSE`}</p>\n    <p>{`This product bundles bootstrap-daterangepicker 2.1.25, which is available under\nMIT License.  For details, see 3party-licenses/bootstrap-daterangepicker-LICENSE`}</p>\n    <p>{`This product bundles jQuery QueryBuilder 2.4.3, which is available under\nMIT License.  For details, see 3party-licenses/jQuery-QueryBuilder-LICENSE`}</p>\n    <p>{`This product bundles backgrid-columnmanager 0.2.4, which is available under\nMIT License.  For details, see 3party-licenses/backgrid-columnmanager-LICENSE`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-project-license.e3e0bd32.js b/2.3.0/static/js/documents-project-info-project-license.e3e0bd32.js
new file mode 100644
index 0000000..07579e7
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-project-license.e3e0bd32.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[32],{"./src/documents/Project-Info/ProjectLicense.md":function(e,t,i){"use strict";i.r(t),i.d(t,"default",(function(){return s}));var n=i("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),o=(i("../node_modules/react/index.js"),i("../node_modules/@mdx-js/react/dist/esm.js")),r=["components"],a={};function s(e){var t=e.components,i=Object(n.a)(e,r);return Object(o.mdx)("wrapper",Object.assign({},a,i,{components:t,mdxType:"MDXLayout"}),Object(o.mdx)("h1",{id:"project-license"},"Project License"),Object(o.mdx)("h3",{id:"the-apache-software-license-version-20"},"The Apache Software License, Version 2.0"),Object(o.mdx)("p",null,"   Apache License",Object(o.mdx)("br",null),"\nVersion 2.0, January 2004",Object(o.mdx)("br",null),"\n",Object(o.mdx)("a",{parentName:"p",href:"http://www.apache.org/licenses/"},"http://www.apache.org/licenses/")),Object(o.mdx)("p",null,"   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION"),Object(o.mdx)("ol",null,Object(o.mdx)("li",null,"Definitions.",Object(o.mdx)("ol",null,Object(o.mdx)("li",null,'"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.',Object(o.mdx)("p",null,'"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.'),Object(o.mdx)("p",null,'"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.'),Object(o.mdx)("p",null,'"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.'),Object(o.mdx)("p",null,'"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.'),Object(o.mdx)("p",null,'"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.'),Object(o.mdx)("p",null,'"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).'),Object(o.mdx)("p",null,'"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.'),Object(o.mdx)("p",null,'"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."'),Object(o.mdx)("p",null,'"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.')))),Object(o.mdx)("li",null,"Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form."),Object(o.mdx)("li",null,"Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed."),Object(o.mdx)("li",null,"Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:",Object(o.mdx)("ol",null,Object(o.mdx)("li",null,"You must give any other recipients of the Work or Derivative Works a copy of this License; and"),Object(o.mdx)("li",null,"You must cause any modified files to carry prominent notices stating that You changed the files; and"),Object(o.mdx)("li",null,"You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and"),Object(o.mdx)("li",null,'If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.')),"You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License."),Object(o.mdx)("li",null,"Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions."),Object(o.mdx)("li",null,"Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file."),Object(o.mdx)("li",null,'Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.'),Object(o.mdx)("li",null,"Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages."),Object(o.mdx)("li",null,"Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.")),Object(o.mdx)("p",null,"   END OF TERMS AND CONDITIONS"),Object(o.mdx)("p",null,"   APPENDIX: How to apply the Apache License to your work."),Object(o.mdx)("pre",null,Object(o.mdx)("code",{parentName:"pre"},'  To apply the Apache License to your work, attach the following\n  boilerplate notice, with the fields enclosed by brackets "[]"\n  replaced with your own identifying information. (Don\'t include\n  the brackets)  The text should be enclosed in the appropriate\n  comment syntax for the file format. We also recommend that a\n  file or class name and description of purpose be included on the\n  same "printed page" as the copyright notice for easier\n  identification within third-party archives.\n')),Object(o.mdx)("p",null,"   Copyright ","[yyyy][name of copyright owner]"),Object(o.mdx)("p",null,'   Licensed under the Apache License, Version 2.0 (the "License");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at'),Object(o.mdx)("pre",null,Object(o.mdx)("code",{parentName:"pre"},"   http://www.apache.org/licenses/LICENSE-2.0\n")),Object(o.mdx)("p",null,'   Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.'),Object(o.mdx)("h3",{id:"apache-atlas-subcomponents"},"Apache Atlas Subcomponents:"),Object(o.mdx)("p",null,"The Apache Atlas project contains subcomponents with separate copyright\nnotices and license terms. Your use of the source code for the these\nsubcomponents is subject to the terms and conditions of the following\nlicenses."),Object(o.mdx)("p",null,"This product bundles titan 0.5.4, which is available under\nApache License.  For details, see 3party-licenses/titan-LICENSE"),Object(o.mdx)("p",null,"This product bundles JanusGraph 0.2.0, which is available under\nApache License.  For details, see 3party-licenses/janusgraph-LICENSE"),Object(o.mdx)("p",null,"This product bundles pnotify, which is available under\nApache License.  For details, see 3party-licenses/pnotify-LICENSE"),Object(o.mdx)("p",null,"This product bundles hppc, which is available under\nApache License.  For details, see 3party-licenses/pnotify-LICENSE"),Object(o.mdx)("p",null,"This product bundles mock(for python tests) 1.0.1, which is available under\nBSD License.  For details, see 3party-licenses/mock-LICENSE"),Object(o.mdx)("p",null,"This product bundles animate, which is available under\nMIT License.  For details, see 3party-licenses/animate-LICENSE"),Object(o.mdx)("p",null,"This product bundles Handlebars.js, which is available under\nMIT License.  For details, see 3party-licenses/handlebars-LICENSE"),Object(o.mdx)("p",null,"This product bundles bootstrap-sidebar 0.4.0, which is available under\nMIT License.  For details, see 3party-licenses/bootstrap-sidebar-LICENSE"),Object(o.mdx)("p",null,"This product bundles hbs 0.4.0, which is available under\nMIT License.  For details, see 3party-licenses/hbs-LICENSE"),Object(o.mdx)("p",null,"This product bundles require-handlebars-plugin 0.4.0, which is available under\nWTFPL License.  For details, see 3party-licenses/require-handlebars-plugin-LICENSE"),Object(o.mdx)("p",null,"This product bundles jQuery-ui.js, which is available under\nMIT License. For details, see 3party-licenses/jQuery-ui-LICENSE"),Object(o.mdx)("p",null,"This product bundles platform.js, which is available under\nMIT License. For details, see 3party-licenses/platform-LICENSE"),Object(o.mdx)("p",null,"This product bundles jquery-placeholder, which is available under\nMIT License. For details, see 3party-licenses/jquery-placeholder-LICENSE"),Object(o.mdx)("p",null,"This product bundles es5-shim, which is available under\nMIT License. For details, see 3party-licenses/es5-shim-LICENSE"),Object(o.mdx)("p",null,"This product bundles Respond, which is available under\nMIT License. For details, see 3party-licenses/Respond-LICENSE"),Object(o.mdx)("p",null,"This product bundles Google Fonts, which are available under\nOpen Font License.  For details, see 3party-licenses/google-fonts-LICENSE"),Object(o.mdx)("p",null,"This product bundles bootstrap-daterangepicker 2.1.25, which is available under\nMIT License.  For details, see 3party-licenses/bootstrap-daterangepicker-LICENSE"),Object(o.mdx)("p",null,"This product bundles jQuery QueryBuilder 2.4.3, which is available under\nMIT License.  For details, see 3party-licenses/jQuery-QueryBuilder-LICENSE"),Object(o.mdx)("p",null,"This product bundles backgrid-columnmanager 0.2.4, which is available under\nMIT License.  For details, see 3party-licenses/backgrid-columnmanager-LICENSE"))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/ProjectLicense.md"}}),s.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-project-info-project-license.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-source-repository.54cb08de.js b/2.3.0/static/js/documents-project-info-source-repository.54cb08de.js
new file mode 100644
index 0000000..4713a7f
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-source-repository.54cb08de.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[33],{"./src/documents/Project-Info/SourceRepository.md":function(e,t,o){"use strict";o.r(t),o.d(t,"default",(function(){return r}));var s=o("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(o("../node_modules/react/index.js"),o("../node_modules/@mdx-js/react/dist/esm.js")),c=(o("./theme/styles/styled-colors.js"),["components"]),a={};function r(e){var t=e.components,o=Object(s.a)(e,c);return Object(n.mdx)("wrapper",Object.assign({},a,o,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"overview"},"Overview"),Object(n.mdx)("p",null,"This project uses a Source Content Management System to manage its source code."),Object(n.mdx)("h1",{id:"web-access"},"Web Access"),Object(n.mdx)("p",null,"The following is a link to the online source repository.\n",Object(n.mdx)("a",{parentName:"p",href:"https://github.com/apache/atlas.git"},"https://github.com/apache/atlas.git")),Object(n.mdx)("h1",{id:"anonymous-access"},"Anonymous access"),Object(n.mdx)("p",null,"Refer to the documentation of the SCM used for more information about anonymously check out.",Object(n.mdx)("br",null)," The connection url is:\ngit://git.apache.org/atlas.git"),Object(n.mdx)("h1",{id:"developer-access"},"Developer access"),Object(n.mdx)("p",null,"Refer to the documentation of the SCM used for more information about developer check out.",Object(n.mdx)("br",null)," The connection url is: ",Object(n.mdx)("a",{parentName:"p",href:"https://gitbox.apache.org/repos/asf/atlas.git"},"https://gitbox.apache.org/repos/asf/atlas.git")),Object(n.mdx)("h1",{id:"access-from-behind-a-firewall"},"Access from behind a firewall"),Object(n.mdx)("p",null,"Refer to the documentation of the SCM used for more information about access behind a firewall."))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/SourceRepository.md"}}),r.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,o){"use strict";var s=o("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");s.a.hljs.color="#37bb9b",t.a=s.a}}]);
+//# sourceMappingURL=documents-project-info-source-repository.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-source-repository.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-project-info-source-repository.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..416b417
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-source-repository.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/SourceRepository.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent","dark","hljs","color"],"mappings":"6bAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,YAAU,YAElB,0GACA,oBACE,GAAM,cAAY,cAEpB,oFACF,mBAAGC,WAAW,IACR,KAAQ,uCAAqC,wCAEjD,oBACE,GAAM,oBAAkB,oBAE1B,sHAAmG,yBAAM,2DAEzG,oBACE,GAAM,oBAAkB,oBAE1B,oHAAiG,yBAAM,2BAA4B,mBAAGA,WAAW,IAC7I,KAAQ,iDAA+C,kDAE3D,oBACE,GAAM,iCAA+B,iCAEvC,2HAEH,oMAEDJ,EAAWK,gBAAiB,G,+DClD5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-project-info-source-repository.54cb08de.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h1>\n    <p>{`This project uses a Source Content Management System to manage its source code.`}</p>\n    <h1 {...{\n      \"id\": \"web-access\"\n    }}>{`Web Access`}</h1>\n    <p>{`The following is a link to the online source repository.\n`}<a parentName=\"p\" {...{\n        \"href\": \"https://github.com/apache/atlas.git\"\n      }}>{`https://github.com/apache/atlas.git`}</a></p>\n    <h1 {...{\n      \"id\": \"anonymous-access\"\n    }}>{`Anonymous access`}</h1>\n    <p>{`Refer to the documentation of the SCM used for more information about anonymously check out.`}<br />{` The connection url is:\ngit://git.apache.org/atlas.git`}</p>\n    <h1 {...{\n      \"id\": \"developer-access\"\n    }}>{`Developer access`}</h1>\n    <p>{`Refer to the documentation of the SCM used for more information about developer check out.`}<br />{` The connection url is: `}<a parentName=\"p\" {...{\n        \"href\": \"https://gitbox.apache.org/repos/asf/atlas.git\"\n      }}>{`https://gitbox.apache.org/repos/asf/atlas.git`}</a></p>\n    <h1 {...{\n      \"id\": \"access-from-behind-a-firewall\"\n    }}>{`Access from behind a firewall`}</h1>\n    <p>{`Refer to the documentation of the SCM used for more information about access behind a firewall.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-team-list.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-project-info-team-list.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..677afa3
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-team-list.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/TeamList/index.js","/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/TeamList.md"],"names":["TeamListStyle","styled","div","TeamList","Component","constructor","props","super","this","state","isLoading","displayData","fetchData","axios","get","then","res","parseString","data","err","result","developersList","project","developers","developer","developersListLength","length","t_displayData","keys","Object","i","obj","map","k","push","setState","catch","console","log","render","colSpan","key","id","toString","name","email","organization","roles","r","role","timezone","layoutProps","MDXContent","components","mdxType","isMDXComponent"],"mappings":"ieAuBA,MAAMA,E,6EAAgBC,EAAOC,GAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDlB,MAAMC,UAAiBC,YACpCC,YAAYC,GACVC,MAAMD,GACNE,KAAKC,MAAQ,CACXC,WAAW,EACXC,YAAa,IAEfH,KAAKI,YAGPA,YACEC,IACGC,IAAK,iEACLC,KAAKC,IAEJC,sBAAYD,EAAIE,KAAM,CAACC,EAAKC,KAC1B,MAAMC,EAAiBD,EAAOE,QAAQC,WAAW,GAAGC,UAC9CC,EAAuBJ,EAAeK,OAC5C,IAAIC,EAAgB,GACpB,MAAMC,EAAOC,OAAOD,KAAKP,EAAe,IACxC,IAAK,IAAIS,EAAI,EAAGA,EAAIL,EAAsBK,IAAK,CAC7C,MAAMC,EAAM,GACZH,EAAKI,IAAIC,GAAMF,EAAIE,GAAKZ,EAAeS,GAAGG,IAC1CN,EAAcO,KAAKH,GAErBvB,KAAK2B,SAAS,CAAExB,YAAagB,EAAejB,WAAW,QAG1D0B,MAAMjB,IACLkB,QAAQC,IAAI,2CAIlBC,SACE,MAAM,YAAE5B,EAAW,UAAED,GAAcF,KAAKC,MACxC,OACE,kBAACT,EAAa,KACZ,+BACE,+BACE,4BACE,kCACA,oCACA,qCACA,4CACA,qCACA,2CAGJ,+BACGU,EACC,4BACE,wBAAI8B,QAAQ,KAAG,eAEQ,IAAvB7B,EAAYe,OACd,YAEAf,EAAYqB,IAAI,CAACd,EAAMY,IAEnB,wBAAIW,IAAKvB,EAAKwB,GAAGC,YACf,4BAAKzB,EAAKwB,GAAGC,YACb,4BAAKzB,EAAK0B,KAAKD,YACf,4BAAKzB,EAAK2B,MAAMF,YAChB,4BAAKzB,EAAK4B,aAAaH,YACvB,4BAAKzB,EAAK6B,MAAMf,IAAIgB,GAAKA,EAAEC,KAAKN,aAChC,4BAAKzB,EAAKgC,SAASP,kB,qBC9HjCQ,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACG/C,EAAK,iBAER,OAAO,cALS,UAKC,iBAAK6C,EAAiB7C,EAAK,CAAE+C,WAAYA,EAAYC,QAAQ,cAC5E,oBACE,GAAM,YAAU,YAGlB,oBACE,GAAM,iLAA+K,qLAEvL,oBACE,GAAM,wWAAsW,8WAE9W,oBACE,GAAM,WAAS,WAEjB,oBACE,GAAM,oIAAkI,qIAE1I,cAAC,EAAQ,CAACA,QAAQ,cAErB,4LAEDF,EAAWG,gBAAiB,G","file":"static/js/documents-project-info-team-list.b408d1d0.js","sourcesContent":["/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, { Component } from \"react\";\nimport axios from \"axios\";\nimport { parseString } from \"xml2js\";\nimport styled from \"styled-components\";\n\nconst TeamListStyle = styled.div`\n  width: 100%;\n  overflow: auto;\n\n  > table {\n    font-family: \"Inconsolata\", monospace;\n    font-size: 14px;\n    display: inline-table;\n    table-layout: auto;\n    color: #13161f;\n    width: 98%;\n    padding: 0;\n    box-shadow: 0 0 0 1px #529d8b;\n    background-color: transparent;\n    border-spacing: 0;\n    border-collapse: collapse;\n    border-style: hidden;\n    border-radius: 2px;\n    overflow-y: hidden;\n    overflow-x: initial;\n    margin: 5px 10px;\n  }\n  > table tr {\n    display: table-row;\n    vertical-align: inherit;\n    border-color: inherit;\n  }\n  > table tr > td {\n    padding: 10px;\n    line-height: 2;\n    font-weight: 200;\n    white-space: pre;\n  }\n  > table > thead {\n    color: #7d899c;\n    background: #f5f6f7;\n  }\n  > table > tbody tr {\n    display: table-row;\n    border-top: 1px solid #529d8b;\n  }\n  > table > thead > tr > th {\n    font-weight: 400;\n    padding: 10px;\n    text-align: left;\n  }\n`;\n\nexport default class TeamList extends Component {\n  constructor(props) {\n    super(props);\n    this.state = {\n      isLoading: true,\n      displayData: []\n    };\n    this.fetchData();\n  }\n\n  fetchData() {\n    axios\n      .get(`https://raw.githubusercontent.com/apache/atlas/master/pom.xml`)\n      .then(res => {\n        // Transform the raw data by extracting the nested posts\n        parseString(res.data, (err, result) => {\n          const developersList = result.project.developers[0].developer;\n          const developersListLength = developersList.length;\n          let t_displayData = [];\n          const keys = Object.keys(developersList[0]);\n          for (var i = 0; i < developersListLength; i++) {\n            const obj = {};\n            keys.map(k => (obj[k] = developersList[i][k]));\n            t_displayData.push(obj);\n          }\n          this.setState({ displayData: t_displayData, isLoading: false });\n        });\n      })\n      .catch(err => {\n        console.log(\"fetching data from pom.xml is failed.\");\n      });\n  }\n\n  render() {\n    const { displayData, isLoading } = this.state;\n    return (\n      <TeamListStyle>\n        <table>\n          <thead>\n            <tr>\n              <th>Id</th>\n              <th>Name</th>\n              <th>Email</th>\n              <th>Organization</th>\n              <th>Roles</th>\n              <th>Time Zone</th>\n            </tr>\n          </thead>\n          <tbody>\n            {isLoading ? (\n              <tr>\n                <td colSpan=\"6\">loading...</td>\n              </tr>\n            ) : displayData.length === 0 ? (\n              \"Not found\"\n            ) : (\n              displayData.map((data, i) => {\n                return (\n                  <tr key={data.id.toString()}>\n                    <td>{data.id.toString()}</td>\n                    <td>{data.name.toString()}</td>\n                    <td>{data.email.toString()}</td>\n                    <td>{data.organization.toString()}</td>\n                    <td>{data.roles.map(r => r.role.toString())}</td>\n                    <td>{data.timezone.toString()}</td>\n                  </tr>\n                );\n              })\n            )}\n          </tbody>\n        </table>\n      </TeamListStyle>\n    );\n  }\n}\n","\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport TeamList from 'theme/components/shared/TeamList'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"the-team\"\n    }}>{`The Team`}</h1>\n\n    <h4 {...{\n      \"id\": \"a-successful-project-requires-many-people-to-play-many-roles-some-members-write-code-or-documentation-while-others-are-valuable-as-testers-submitting-patches-and-suggestions\"\n    }}>{`A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.`}</h4>\n    <h4 {...{\n      \"id\": \"the-team-comprises-members-and-contributors-members-have-direct-access-to-the-source-of-a-project-and-actively-evolve-the-code-base-contributors-improve-the-project-through-submission-of-patches-and-suggestions-to-the-members-the-number-of-contributors-to-the-project-is-unbounded-get-involved-today-all-contributions-to-the-project-are-greatly-appreciated\"\n    }}>{`The team comprises Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.`}</h4>\n    <h2 {...{\n      \"id\": \"members\"\n    }}>{`Members`}</h2>\n    <h4 {...{\n      \"id\": \"the-following-is-a-list-of-developers-with-commit-privileges-that-have-directly-contributed-to-the-project-in-one-way-or-another\"\n    }}>{`The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.`}</h4>\n    <TeamList mdxType=\"TeamList\" />\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-project-info-team-list.b408d1d0.js b/2.3.0/static/js/documents-project-info-team-list.b408d1d0.js
new file mode 100644
index 0000000..f568128
--- /dev/null
+++ b/2.3.0/static/js/documents-project-info-team-list.b408d1d0.js
@@ -0,0 +1,48 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[34],{"./src/documents/Project-Info/TeamList.md":function(e,t,o){"use strict";o.r(t),o.d(t,"default",(function(){return h}));var a=o("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=o("../node_modules/react/index.js"),r=o.n(n),s=o("../node_modules/@mdx-js/react/dist/esm.js"),l=o("../node_modules/axios/index.js"),i=o.n(l),c=o("../node_modules/xml2js/lib/xml2js.js");const d=o("../node_modules/styled-components/dist/styled-components.browser.esm.js").d.div`
+  width: 100%;
+  overflow: auto;
+
+  > table {
+    font-family: "Inconsolata", monospace;
+    font-size: 14px;
+    display: inline-table;
+    table-layout: auto;
+    color: #13161f;
+    width: 98%;
+    padding: 0;
+    box-shadow: 0 0 0 1px #529d8b;
+    background-color: transparent;
+    border-spacing: 0;
+    border-collapse: collapse;
+    border-style: hidden;
+    border-radius: 2px;
+    overflow-y: hidden;
+    overflow-x: initial;
+    margin: 5px 10px;
+  }
+  > table tr {
+    display: table-row;
+    vertical-align: inherit;
+    border-color: inherit;
+  }
+  > table tr > td {
+    padding: 10px;
+    line-height: 2;
+    font-weight: 200;
+    white-space: pre;
+  }
+  > table > thead {
+    color: #7d899c;
+    background: #f5f6f7;
+  }
+  > table > tbody tr {
+    display: table-row;
+    border-top: 1px solid #529d8b;
+  }
+  > table > thead > tr > th {
+    font-weight: 400;
+    padding: 10px;
+    text-align: left;
+  }
+`;class m extends n.Component{constructor(e){super(e),this.state={isLoading:!0,displayData:[]},this.fetchData()}fetchData(){i.a.get("https://raw.githubusercontent.com/apache/atlas/master/pom.xml").then(e=>{Object(c.parseString)(e.data,(e,t)=>{const o=t.project.developers[0].developer,a=o.length;let n=[];const r=Object.keys(o[0]);for(var s=0;s<a;s++){const e={};r.map(t=>e[t]=o[s][t]),n.push(e)}this.setState({displayData:n,isLoading:!1})})}).catch(e=>{console.log("fetching data from pom.xml is failed.")})}render(){const{displayData:e,isLoading:t}=this.state;return r.a.createElement(d,null,r.a.createElement("table",null,r.a.createElement("thead",null,r.a.createElement("tr",null,r.a.createElement("th",null,"Id"),r.a.createElement("th",null,"Name"),r.a.createElement("th",null,"Email"),r.a.createElement("th",null,"Organization"),r.a.createElement("th",null,"Roles"),r.a.createElement("th",null,"Time Zone"))),r.a.createElement("tbody",null,t?r.a.createElement("tr",null,r.a.createElement("td",{colSpan:"6"},"loading...")):0===e.length?"Not found":e.map((e,t)=>r.a.createElement("tr",{key:e.id.toString()},r.a.createElement("td",null,e.id.toString()),r.a.createElement("td",null,e.name.toString()),r.a.createElement("td",null,e.email.toString()),r.a.createElement("td",null,e.organization.toString()),r.a.createElement("td",null,e.roles.map(e=>e.role.toString())),r.a.createElement("td",null,e.timezone.toString()))))))}}var p=["components"],u={};function h(e){var t=e.components,o=Object(a.a)(e,p);return Object(s.mdx)("wrapper",Object.assign({},u,o,{components:t,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"the-team"},"The Team"),Object(s.mdx)("h4",{id:"a-successful-project-requires-many-people-to-play-many-roles-some-members-write-code-or-documentation-while-others-are-valuable-as-testers-submitting-patches-and-suggestions"},"A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions."),Object(s.mdx)("h4",{id:"the-team-comprises-members-and-contributors-members-have-direct-access-to-the-source-of-a-project-and-actively-evolve-the-code-base-contributors-improve-the-project-through-submission-of-patches-and-suggestions-to-the-members-the-number-of-contributors-to-the-project-is-unbounded-get-involved-today-all-contributions-to-the-project-are-greatly-appreciated"},"The team comprises Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated."),Object(s.mdx)("h2",{id:"members"},"Members"),Object(s.mdx)("h4",{id:"the-following-is-a-list-of-developers-with-commit-privileges-that-have-directly-contributed-to-the-project-in-one-way-or-another"},"The following is a list of developers with commit privileges that have directly contributed to the project in one way or another."),Object(s.mdx)(m,{mdxType:"TeamList"}))}h&&h===Object(h)&&Object.isExtensible(h)&&Object.defineProperty(h,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/TeamList.md"}}),h.isMDXComponent=!0},1:function(e,t){},2:function(e,t){}}]);
+//# sourceMappingURL=documents-project-info-team-list.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-rest-api.617bd3f9.js b/2.3.0/static/js/documents-rest-api.617bd3f9.js
new file mode 100644
index 0000000..e6a2e55
--- /dev/null
+++ b/2.3.0/static/js/documents-rest-api.617bd3f9.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[35],{"./src/documents/RestAPI.md":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return r}));var o=n("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=(n("../node_modules/react/index.js"),n("../node_modules/@mdx-js/react/dist/esm.js")),s=n("./theme/components/shared/common/CustomLink.js"),m=["components"],c={};function r(e){var t=e.components,n=Object(o.a)(e,m);return Object(a.mdx)("wrapper",Object.assign({},c,n,{components:t,mdxType:"MDXLayout"}),Object(a.mdx)("h1",{id:"rest-api"},"REST API"),Object(a.mdx)("ol",null,Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(s.a,{href:"http://atlas.apache.org/api/v2/index.html",mdxType:"CustomLink"},"REST API Documentation")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(s.a,{href:"http://atlas.apache.org/api/rest.html",mdxType:"CustomLink"},"Legacy API Documentation "))))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/RestAPI.md"}}),r.isMDXComponent=!0},"./theme/components/shared/common/CustomLink.js":function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var o=n("../node_modules/react/index.js"),a=n.n(o);const s=e=>a.a.createElement("a",{href:e.href,target:e.target||"_blank",style:{color:"#4a90e2"}},e.children)}}]);
+//# sourceMappingURL=documents-rest-api.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-rest-api.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-rest-api.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..30166f6
--- /dev/null
+++ b/2.3.0/static/js/documents-rest-api.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/RestAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/common/CustomLink.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent","CustomLink","target","style","color","children"],"mappings":"sbASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,4CAA4CF,QAAQ,cAAY,2BAEnF,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,wCAAwCF,QAAQ,cAAY,gCAIpF,8KAEDH,EAAWM,gBAAiB,G,8ECjC5B,qFAoBA,MAAMC,EAAaL,GAGjB,uBAAGG,KAAMH,EAAMG,KAAMG,OAAQN,EAAMM,QAAU,SAAUC,MAF1C,CAAEC,MAAO,YAGpBR,EAAMS","file":"static/js/documents-rest-api.617bd3f9.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport {CustomLink} from \"theme/components/shared/common/CustomLink\";\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"rest-api\"\n    }}>{`REST API`}</h1>\n    <ol>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://atlas.apache.org/api/v2/index.html\" mdxType=\"CustomLink\">REST API Documentation</CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://atlas.apache.org/api/rest.html\" mdxType=\"CustomLink\">Legacy API Documentation </CustomLink>\n      </li>\n    </ol>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from \"react\";\n\nconst CustomLink = props => {\n\tconst style = { color: \"#4a90e2\" };\n\treturn (\n\t\t<a href={props.href} target={props.target || \"_blank\"} style={style}>\n\t\t\t{props.children}\n\t\t</a>\n\t);\n};\n\nexport { CustomLink };"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-search-search-advanced.2421bf2c.js b/2.3.0/static/js/documents-search-search-advanced.2421bf2c.js
new file mode 100644
index 0000000..7b687df
--- /dev/null
+++ b/2.3.0/static/js/documents-search-search-advanced.2421bf2c.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[36],{"./src/documents/Search/SearchAdvanced.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),m=["components"],s={};function d(e){var t=e.components,a=Object(n.a)(e,m);return Object(i.mdx)("wrapper",Object.assign({},s,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"advanced-search"},"Advanced Search"),Object(i.mdx)("h3",{id:"background"},Object(i.mdx)("strong",{parentName:"h3"},"Background")),Object(i.mdx)("p",null,"Advanced Search in Atlas is also referred to as DSL-based Search."),Object(i.mdx)("p",null,"Domain Specific Search (DSL) is a language with simple constructs that help users navigate Atlas data repository. The syntax loosely emulates the popular Structured Query Language (SQL) from relation database world."),Object(i.mdx)("p",null,"Benefits of DSL:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Abstracts the implementation-level database constructs. This avoids the necessity of knowing about the underlying graph database constructs."),Object(i.mdx)("li",{parentName:"ul"},"User are provided with an abstraction that helps them retrieve the data by just being aware of the types and their relationships within their dataset."),Object(i.mdx)("li",{parentName:"ul"},"Allows for a way to specify the desired output."),Object(i.mdx)("li",{parentName:"ul"},"Use of classifications is accounted for in the syntax."),Object(i.mdx)("li",{parentName:"ul"},"Provides way to group and aggregate results.")),Object(i.mdx)("p",null,"We will be using the quick start dataset in the examples that follow. This dataset is comprehensive enough to be used to demonstrate the various features of the language."),Object(i.mdx)("p",null,"For details on the grammar, please refer to Atlas DSL Grammar on ",Object(i.mdx)("a",{parentName:"p",href:"https://github.com/apache/atlas/blob/master/repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4"},"GitHub")," (Antlr G4 format)."),Object(i.mdx)("h2",{id:"using-advanced-search"},"Using Advanced Search"),Object(i.mdx)("p",null,"Within the Atlas UI, select Advanced in the Search pane on the left."),Object(i.mdx)("p",null,"Notice that the ",Object(i.mdx)("em",{parentName:"p"},"Favorite Searches")," pane below the ",Object(i.mdx)("em",{parentName:"p"},"Search By Query")," box. Like ",Object(i.mdx)("em",{parentName:"p"},"Basic Search"),", it is possible to save the ",Object(i.mdx)("em",{parentName:"p"},"Advanced Searches")," as well."),Object(i.mdx)("h2",{id:"introduction-to-domain-specific-language"},"Introduction to Domain Specific Language"),Object(i.mdx)("p",null,"DSL uses the familiar SQL-like syntax."),Object(i.mdx)("p",null,"At a high-level a query has a ",Object(i.mdx)("em",{parentName:"p"},"from-where-select")," format. Additional keywords like ",Object(i.mdx)("em",{parentName:"p"},"grouby"),", ",Object(i.mdx)("em",{parentName:"p"},"orderby"),", ",Object(i.mdx)("em",{parentName:"p"},"limit")," can be used to added to affect the output. We will see examples of these below."),Object(i.mdx)("h3",{id:"from-clause"},"From Clause"),Object(i.mdx)("p",null,"Specifying the ",Object(i.mdx)("em",{parentName:"p"},"from")," clause is mandatory. Using the ",Object(i.mdx)("em",{parentName:"p"},"from")," keyword itself is optional. The value specified in the ",Object(i.mdx)("em",{parentName:"p"},"from")," clause acts as the source or starting point for the rest of the query to source its inputs."),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"DB"),":"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"DB\nfrom DB"),Object(i.mdx)("p",null,"In the absence of ",Object(i.mdx)("em",{parentName:"p"},"where")," for filtering on the source, the dataset fetched by the ",Object(i.mdx)("em",{parentName:"p"},"from")," clause is everything from the database. Based on the size of the data present in the database, there is a potential to overwhelm the server. The query processor thus adds ",Object(i.mdx)("em",{parentName:"p"},"limit")," clause with a default value set. See the section on ",Object(i.mdx)("em",{parentName:"p"},"limit")," clause for details."),Object(i.mdx)("h3",{id:"where-clause"},"Where Clause"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"where")," clause allows for filtering over the dataset. This achieved by using conditions within the where clause."),Object(i.mdx)("p",null,"A condition is an identifier followed by an operator followed by a literal. Literal must be enclosed in single or double quotes. Example, ",Object(i.mdx)("em",{parentName:"p"},'name = "Sales"'),". An identifier can be the name of the property of the type specified in the ",Object(i.mdx)("em",{parentName:"p"},"from")," clause or an alias."),Object(i.mdx)("p",null,"Example: To retrieve entity of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," with a specific name say time_dim:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where name = 'time_dim'"),Object(i.mdx)("p",null,"It is possible to specify multiple conditions by combining them using ",Object(i.mdx)("em",{parentName:"p"},"and"),", ",Object(i.mdx)("em",{parentName:"p"},"or")," operators."),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table with name that can be either time_dim or customer_dim:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where name = 'time_dim' or name = 'customer_dim'"),Object(i.mdx)("p",null,"Filtering based on a list of values is done using by specifying the values in the square brackets. A value array is a list of values enclosed within square brackets. This is a simple way to specify an OR clause on an identifier."),Object(i.mdx)("p",null,"Note that having several OR clauses on the same attribute may be inefficient. Alternate way is to use the value array as shown in the example below."),Object(i.mdx)("p",null,"Example: The query in the example above can be written using a value array as shown below."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},'from Table where name = ["customer_dim", "time_dim"]'),Object(i.mdx)("p",null,"A condition that uses the LIKE operator, allows for filtering using wildcards like '*' or '?'.\nExample: To retrieve entity of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," whose name ends with '_dim':"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where name LIKE '*_dim'"),Object(i.mdx)("p",null,"Additional forms of regular expressions can also be used."),Object(i.mdx)("p",null,"Example: To retrieve ",Object(i.mdx)("em",{parentName:"p"},"DB")," whose name starts with ",Object(i.mdx)("em",{parentName:"p"},"R")," followed by has any 3 characters, followed by ",Object(i.mdx)("em",{parentName:"p"},"rt")," followed by at least 1 character, followed by none or any number of characters."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'DB where name like "R???rt?*"'),Object(i.mdx)("p",null,"Example: To find all the columns in a Table."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Column where table.name="sales_fact"'),Object(i.mdx)("p",null,"Example: To find all the Tables for a column."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where columns.name="sales"'),Object(i.mdx)("p",null,"Example: To retrieve all the entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," that are tagged with ",Object(i.mdx)("em",{parentName:"p"},"Dimension")," classification and its attribute ",Object(i.mdx)("em",{parentName:"p"},"priority")," having 'high'"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},'Table where Dimension.priority = "high"'),Object(i.mdx)("h3",{id:"using-date-literals"},"Using Date Literals"),Object(i.mdx)("p",null,"Dates used in literals need to be specified using the ISO 8601 format."),Object(i.mdx)("p",null,"Dates in this format follow this notation:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"yyyy-MM-ddTHH:mm:ss.SSSZ"),". Which means, year-month-day followed by time in hour-minutes-seconds-milli-seconds. Date and time need to be separated by 'T'. It should end with 'Z'."),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"yyyy-MM-dd"),". Which means, year-month-day.")),Object(i.mdx)("p",null,"Example: Date represents December 11, 2017, at 2:35 AM."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"2017-12-11T02:35:0.0Z"),Object(i.mdx)("p",null,"Example: To retrieve entity of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," created within 2017 and 2018."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where createTime < '2018-01-01' and createTime > '2017-01-01'"),Object(i.mdx)("h4",{id:"using-boolean-literals"},"Using Boolean Literals"),Object(i.mdx)("p",null,"Properties of entities of type boolean can be used within queries."),Object(i.mdx)("p",null,"Example: To retrieve entity of type hdfs",Object(i.mdx)("em",{parentName:"p"},"path whose attribute _isFile")," is set to ",Object(i.mdx)("em",{parentName:"p"},"true")," and whose name is ",Object(i.mdx)("em",{parentName:"p"},"Invoice"),"."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},'from hdfs_path where isFile = true or name = "Invoice"'),Object(i.mdx)("p",null,"Valid values for boolean literals are 'true' and 'false'."),Object(i.mdx)("h3",{id:"existence-of-a-property"},"Existence of a Property"),Object(i.mdx)("p",null,"The has keyword can be used with or without the where clause. It is used to check existence of a property in an entity."),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table with a property locationUri."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table has locationUri\nfrom Table where Table has locationUri"),Object(i.mdx)("h3",{id:"select-clause"},"Select Clause"),Object(i.mdx)("p",null,"If you noticed the output displayed on the web page, it displays a tabular display, each row corresponding to an entity and columns are properties of that entity. The select clause allows for choosing the properties of entity that are of interest."),Object(i.mdx)("p",null,"Example: To retrieve entity of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," with few properties:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table select owner, name, qualifiedName"),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table for a specific table with some properties."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where name = 'customer_dim' select owner, name, qualifiedName"),Object(i.mdx)("p",null,"To display column headers that are more meaningful, aliases can be added using the 'as' clause."),Object(i.mdx)("p",null,"Example: To display column headers as 'Owner', 'Name' and 'FullName'."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table select owner as Owner, name as Name, qualifiedName as FullName"),Object(i.mdx)("h4",{id:"note-about-select-clauses"},"Note About Select Clauses"),Object(i.mdx)("p",null,"Given the complexity involved in using select clauses, these are the few rules to remember when using select clauses:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Works with all immediate attributes."),Object(i.mdx)("li",{parentName:"ul"},"Works with Immediate attributes and aggregation on immediate attributes."),Object(i.mdx)("li",{parentName:"ul"},"Referred attributes cannot be mixed with immediate attributes.")),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table with name 'Sales' and display 'name' and 'owner' attribute of the referred entity DB."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"Table where name = 'abcd' select DB.name, DB.owner"),Object(i.mdx)("p",null,"Current implementation does not allow the following:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table where name = 'abcd' select DB.name, Table.name"),Object(i.mdx)("h3",{id:"classification-based-filtering"},"Classification-based Filtering"),Object(i.mdx)("p",null,"In order to retrieve entities based on classification, a query would use ",Object(i.mdx)("em",{parentName:"p"},"is")," or ",Object(i.mdx)("em",{parentName:"p"},"isa")," keywords."),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," that are tagged with ",Object(i.mdx)("em",{parentName:"p"},"Dimension")," classification."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"from Table isa Dimension"),Object(i.mdx)("p",null,"Since, from is optional and ",Object(i.mdx)("em",{parentName:"p"},"is")," (or ",Object(i.mdx)("em",{parentName:"p"},"isa"),") are equivalent, the following queries yield the same results:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table is Dimension"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"is")," and ",Object(i.mdx)("em",{parentName:"p"},"isa")," clauses can also be used in ",Object(i.mdx)("em",{parentName:"p"},"where")," condition like:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where Table isa Dimension"),Object(i.mdx)("p",null,"To search for all entities having a particular classification, simply use the name of the classification."),Object(i.mdx)("p",null,"Example: To retrieve all entities that have ",Object(i.mdx)("em",{parentName:"p"},"Dimension")," classification."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"Dimension"),Object(i.mdx)("p",null,"To search for all entities having a particular classification with its attribute, add filter in where clause."),Object(i.mdx)("p",null,"Example: To retrieve all the entities that are tagged with ",Object(i.mdx)("em",{parentName:"p"},"Dimension")," classification and its attribute ",Object(i.mdx)("em",{parentName:"p"},"priority")," having 'high'"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},'Dimension where Dimension.priority = "high"'),Object(i.mdx)("p",null,"###Non-Primitive attribute Filtering\nIn the discussion so far we looked at where clauses with primitive types. This section will look at using properties that are non-primitive types."),Object(i.mdx)("h4",{id:"relationship-based-filtering"},"Relationship-based filtering"),Object(i.mdx)("p",null,"In this model, the DB is modeled such that it is aware of all the Table it contains. Table on the other hand is aware of existence of the DB but is not aware of all the other ",Object(i.mdx)("em",{parentName:"p"},"Table")," instances within the system. Each Table maintains reference of the ",Object(i.mdx)("em",{parentName:"p"},"DB")," it belongs to."),Object(i.mdx)("p",null,"Similar structure exists within the ",Object(i.mdx)("em",{parentName:"p"},"hive")," data model."),Object(i.mdx)("p",null,"Example: To retrieve all the instances of the ",Object(i.mdx)("em",{parentName:"p"},"Table")," belonging to a database named 'Sales':"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where db.name = "Sales"'),Object(i.mdx)("p",null,"Example: To retrieve all the instances of the ",Object(i.mdx)("em",{parentName:"p"},"Table")," belonging to a database named 'Sales' and whose column name starts with 'customer':"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where db.name = "Sales" and columns.name like "customer*"'),Object(i.mdx)("p",null,"The entity Column is modeled in a similar way. Each Table entity has outward edges pointing to Column entity instances corresponding to each column within the table."),Object(i.mdx)("p",null,"Example: To retrieve all the Column entities for a given Table."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where name = "time_dim" select columns'),Object(i.mdx)("p",null,"The properties of each ",Object(i.mdx)("em",{parentName:"p"},"Column")," entity type are displayed."),Object(i.mdx)("h4",{id:"glossary-term-based-filtering"},"Glossary Term-based Filtering"),Object(i.mdx)("p",null,"In order to retrieve entities based on glossary term, a query would use ",Object(i.mdx)("em",{parentName:"p"},"hasTerm")," keyword."),Object(i.mdx)("p",null,"To search for entities having a particular glossary term, user needs to add a fully qualified name. i.e ",Object(i.mdx)("em",{parentName:"p"},"{termName}@{glossaryName}"),". In case the user adds only the term name, all the entities with particular term name will be returned, irrespective of which glossary it is in."),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," having glossary term ",Object(i.mdx)("em",{parentName:"p"},"savingsAccount@Banking"),", below are the possible ways."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'from Table hasTerm "savingsAccount@Banking"\nTable hasTerm "savingsAccount@Banking"\nTable hasTerm "savingsAccount"\nTable where Table hasTerm "savingsAccount@Banking"'),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," having glossary term ",Object(i.mdx)("em",{parentName:"p"},"savingsAccount@Banking")," and whose name is 'customer'."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'from Table hasTerm "savingsAccount@Banking" and name = "customer"'),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," having glossary term ",Object(i.mdx)("em",{parentName:"p"},"savingsAccount@Banking")," or tagged with 'Dimension' classification and whose column name starts with 'customer'."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'from Table hasTerm "savingsAccount@Banking" or Table isA Dimension and (columns.name like "customer*")'),Object(i.mdx)("h3",{id:"limit--offset-clauses"},"Limit & Offset Clauses"),Object(i.mdx)("p",null,"Often a query yields large number of results. To limit the outcome of the query, the limit and offset clauses are used."),Object(i.mdx)("p",null,"Example: To retrieve only the 5 entities from a result set."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"Column limit 5"),Object(i.mdx)("p",null,"The offset clauses retrieves results after the offset value."),Object(i.mdx)("p",null,"Example: To retrieve only 5 entities from the result set after skipping the first 10."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"Column limit 5 offset 10"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"limit")," and ",Object(i.mdx)("em",{parentName:"p"},"offset")," clauses are usually specified in conjunction."),Object(i.mdx)("p",null,"If no limit clause is specified in the query, a limit clause with a default limit (usually 100) is added to the query. This prevents the query from inadvertently fetching large number of results."),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"offset")," clause is useful for displaying results in a user interface where few results from the result set are showing and more results are fetched as the user advances to next page."),Object(i.mdx)("h3",{id:"ordering-results"},"Ordering Results"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"orderby")," clause allows for sorting of results. Results are sorted in ascending order by default. Only immediate attributes can be used within this clause."),Object(i.mdx)("p",null,"Ordering can be changed by using:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"ASC Sort in ascending order. This is the default. If no ordering is specified after the ",Object(i.mdx)("em",{parentName:"li"},"orderby")," clause."),Object(i.mdx)("li",{parentName:"ul"},"DESC Sort in descending order. This needs to be explicitly specified after the ",Object(i.mdx)("em",{parentName:"li"},"orderby")," clause.")),Object(i.mdx)("p",null,"Example: To retrieve the entities of type ",Object(i.mdx)("em",{parentName:"p"},"Column")," that are sorted in ascending order using the name property."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"from Column orderby name\nfrom Column orderby name asc"),Object(i.mdx)("p",null,"Example: Same results as above except that they are sorted in descending order."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"from Column orderby name desc"),Object(i.mdx)("p",null,"Example: To retrieve the entities of type ",Object(i.mdx)("em",{parentName:"p"},"Column")," filtered with name and associated with 'savingsAccount@Banking' glossary term, that are sorted in ascending order using the name property."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'from Column hasTerm "savingsAccount@Banking" and name = "customer_id" orderby name asc'),Object(i.mdx)("h3",{id:"aggregate-functions"},"Aggregate Functions"),Object(i.mdx)("p",null,"Let's look at aggregate functions:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"sum"),": Adds (sums up) a value of the property specified, within the result set."),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"min"),": Finds the minimum value of the property specified, within a result set."),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"max"),": Finds the maximum value of the property specified, within a result set."),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"count"),": Finds the number of items specified by the group by clause.")),Object(i.mdx)("p",null,"These work only on immediate attributes."),Object(i.mdx)("p",null,"Other examples of these in the ",Object(i.mdx)("em",{parentName:"p"},"Grouping Results")," section."),Object(i.mdx)("h3",{id:"the-count-keyword"},"The count Keyword"),Object(i.mdx)("p",null,"Shows the number of items in a result set."),Object(i.mdx)("p",null,"Example: To know how may entities of a type Column."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Column select count()"),"Example: Same as above with alias.",Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Column select count() as Cols"),Object(i.mdx)("p",null,"Example: To find the number of tables in a database."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where db.name = "Reporting" select count()'),Object(i.mdx)("p",null,"Example: To find the number of terms associated with particular type 'Table'."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table hasTerm "savingsAccount@Banking" select count() as terms'),Object(i.mdx)("h3",{id:"the-max-keyword"},"The max Keyword"),Object(i.mdx)("p",null,"Using this keyword it is possible to retrieve the maximum value of a property for an entity."),Object(i.mdx)("p",null,"Example: Get the most recently created value of the ",Object(i.mdx)("em",{parentName:"p"},"createTime")," property of the Table entity."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table select max(createTime)"),Object(i.mdx)("h3",{id:"the-min-keyword"},"The min Keyword"),Object(i.mdx)("p",null,"Using this keyword it is possible to retrieve the minimum value of a property for an entity."),Object(i.mdx)("p",null,"Example: Get the least recently created value of the ",Object(i.mdx)("em",{parentName:"p"},"createTime")," property of the Table entity."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table select min(createTime)"),Object(i.mdx)("h3",{id:"grouping-results"},"Grouping Results"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"groupby")," clause groups results within the result using specified property."),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table such that tables belonging to an owner are together (grouped by owner)."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table groupby(owner)"),Object(i.mdx)("p",null,"While ",Object(i.mdx)("em",{parentName:"p"},"groupby")," can work without ",Object(i.mdx)("em",{parentName:"p"},"select"),", if aggregate functions are used within ",Object(i.mdx)("em",{parentName:"p"},"select")," clause, using ",Object(i.mdx)("em",{parentName:"p"},"groupby")," clause becomes mandatory as aggregate functions operate on a group."),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table such we know the most recently created entity."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table groupby(createTime) select owner, name, max(createTime)"),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table such we know the oldest entity."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table groupby(createTime) select owner, name, min(createTime)"),Object(i.mdx)("p",null,"Example: To know the number of entities owned by each owner."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table groupby(owner) select owner, count()"),Object(i.mdx)("h3",{id:"using-system-attributes"},"Using System Attributes"),Object(i.mdx)("p",null,"Each type defined within Atlas gets few attributes by default. These attributes help with internal bookkeeping of the entities. All the system attributes are prefixed with '__' (double underscore). This helps in identifying them from other attributes.\nFollowing are the system attributes:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"__guid Each entity within Atlas is assigned a globally unique identifier (GUID for short)."),Object(i.mdx)("li",{parentName:"ul"},"__modifiedBy Name of the user who last modified the entity."),Object(i.mdx)("li",{parentName:"ul"},"__createdBy Name of the user who created the entity."),Object(i.mdx)("li",{parentName:"ul"},"__state Current state of the entity. Please see below for details."),Object(i.mdx)("li",{parentName:"ul"},"__timestamp Timestamp (date represented as integer) of the entity at the time of creation."),Object(i.mdx)("li",{parentName:"ul"},"__modificationTimestamp Timestamp (date represented as integer) of the entity at the time of last modification.")),Object(i.mdx)("h3",{id:"state-of-an-entity"},"State of an Entity"),Object(i.mdx)("p",null,"Entity within Atlas can be in the following states:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"ACTIVE This is the state of entities that when it is available and is used within the system. It can be retrieved by default by searches."),Object(i.mdx)("li",{parentName:"ul"},"DELETED When an entity is deleted, it's state is marked as DELETED. Entity in this state does not show up in search results. Explicit request needs to be made to retrieve this entity.")),Object(i.mdx)("h3",{id:"using-system-attributes-in-queries"},"Using System Attributes in Queries"),Object(i.mdx)("p",null,"Example: To retrieve all entities that are deleted."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Asset where __state = "DELETED"'),Object(i.mdx)("p",null,"Example: To retrieve entity GUIDs."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table select __guid"),Object(i.mdx)("p",null,"Example: To retrieve several system attributes."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"hive_db select __timestamp, __modificationTimestamp, __state, __createdBy"),Object(i.mdx)("h2",{id:"advanced-search-rest-api"},"Advanced Search REST API"),Object(i.mdx)("p",null,"Relevant models for these operations:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},Object(i.mdx)("a",{parentName:"em",href:"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java"},"AtlasSearchResult"))),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},Object(i.mdx)("a",{parentName:"em",href:"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/exception/AtlasBaseException.java"},"AtlasBaseException")))),Object(i.mdx)("h3",{id:"the-v2-api"},"The V2 API"),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Get Results using DSL Search")),Object(i.mdx)("table",null,Object(i.mdx)("thead",{parentName:"table"},Object(i.mdx)("tr",{parentName:"thead"},Object(i.mdx)("th",{parentName:"tr",align:"center"},Object(i.mdx)("strong",{parentName:"th"},Object(i.mdx)("em",{parentName:"strong"},"Example"))),Object(i.mdx)("th",{parentName:"tr",align:"center"},Object(i.mdx)("strong",{parentName:"th"},"See Examples sections below.")))),Object(i.mdx)("tbody",{parentName:"table"},Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"URL")),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"api/atlas/v2/search/dsl"))),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Method")),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"GET"))),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"URL Parameters")),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"query"),": Query conforming to DSL syntax.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"typeName"),": Type name of the entity to be retrived.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"classification"),": Classification associated with the type or query.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"limit"),": Maximum number of items in the result set.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"offset"),": Starting index of the item in the result set.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Data Parameters")),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"None"))),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Success Response")),Object(i.mdx)("td",{parentName:"tr",align:"center"},"The JSON will correspond to ",Object(i.mdx)("a",{parentName:"td",href:"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java"},"AtlasSearchResult"),".")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Error Response")),Object(i.mdx)("td",{parentName:"tr",align:"center"},"Errors that are handled within the system will be returned as ",Object(i.mdx)("a",{parentName:"td",href:"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/exception/AtlasBaseException.java"},"AtlasBaseException"),".")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Method Signature")),Object(i.mdx)("td",{parentName:"tr",align:"center"},"@GET")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},'@Path("/dsl")')),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},"@Consumes(Servlets.JSON_MEDIA_TYPE)")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},"@Produces(Servlets.JSON_MEDIA_TYPE)")))),Object(i.mdx)("p",null,Object(i.mdx)("em",{parentName:"p"},"Examples")),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'curl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?typeName=Table"\ncurl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?typeName=Column&classification=PII"\ncurl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?typeName=Table&classification=Dimension&limit=10&offset=2"\ncurl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?query=Table%20isa%20Dimension"\ncurl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?query=Table%20isa%20Dimension&limit=5&offset=2"'),Object(i.mdx)("h2",{id:"implementation-approach"},"Implementation Approach"),Object(i.mdx)("p",null,"The general approach followed in implementation of DSL within Atlas can be enumerated in following steps:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Parser parses the incoming query for syntax."),Object(i.mdx)("li",{parentName:"ul"},"Abstract syntax tree is generated by for a query that is parsed successfully."),Object(i.mdx)("li",{parentName:"ul"},"Syntax tree is 'walked' using visitor pattern."),Object(i.mdx)("li",{parentName:"ul"},"Each 'visit' within the tree adds a step in the Gremlin pipeline."),Object(i.mdx)("li",{parentName:"ul"},"When done, the generated script is executed using Gremlin Script Engine."),Object(i.mdx)("li",{parentName:"ul"},"Results generated be the query, if any, are processed and packaged in AtlasSearchResult structure.")),Object(i.mdx)("h2",{id:"differences-between-master-and-earlier-versions"},"Differences Between Master and Earlier Versions"),Object(i.mdx)("p",null,"The following clauses are no longer supported:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"path"),Object(i.mdx)("li",{parentName:"ul"},"loop")),Object(i.mdx)("h2",{id:"resources"},"Resources"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Antlr ",Object(i.mdx)("a",{parentName:"li",href:"https://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference"},"Book"),"."),Object(i.mdx)("li",{parentName:"ul"},"Antlr ",Object(i.mdx)("a",{parentName:"li",href:"https://github.com/antlr/antlr4/blob/master/doc/getting-started.md"},"Quick Start"),"."),Object(i.mdx)("li",{parentName:"ul"},"Atlas DSL Grammar on ",Object(i.mdx)("a",{parentName:"li",href:"https://github.com/apache/atlas/blob/master/repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4"},"GitHub")," (Antlr G4 format).")))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Search/SearchAdvanced.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-search-search-advanced.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-search-search-advanced.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-search-search-advanced.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..b243d8b
--- /dev/null
+++ b/2.3.0/static/js/documents-search-search-advanced.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Search/SearchAdvanced.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-search-search-advanced.2421bf2c.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"advanced-search\"\n    }}>{`Advanced Search`}</h1>\n    <h3 {...{\n      \"id\": \"background\"\n    }}><strong parentName=\"h3\">{`Background`}</strong></h3>\n    <p>{`Advanced Search in Atlas is also referred to as DSL-based Search.`}</p>\n    <p>{`Domain Specific Search (DSL) is a language with simple constructs that help users navigate Atlas data repository. The syntax loosely emulates the popular Structured Query Language (SQL) from relation database world.`}</p>\n    <p>{`Benefits of DSL:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Abstracts the implementation-level database constructs. This avoids the necessity of knowing about the underlying graph database constructs.`}</li>\n      <li parentName=\"ul\">{`User are provided with an abstraction that helps them retrieve the data by just being aware of the types and their relationships within their dataset.`}</li>\n      <li parentName=\"ul\">{`Allows for a way to specify the desired output.`}</li>\n      <li parentName=\"ul\">{`Use of classifications is accounted for in the syntax.`}</li>\n      <li parentName=\"ul\">{`Provides way to group and aggregate results.`}</li>\n    </ul>\n    <p>{`We will be using the quick start dataset in the examples that follow. This dataset is comprehensive enough to be used to demonstrate the various features of the language.`}</p>\n    <p>{`For details on the grammar, please refer to Atlas DSL Grammar on `}<a parentName=\"p\" {...{\n        \"href\": \"https://github.com/apache/atlas/blob/master/repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4\"\n      }}>{`GitHub`}</a>{` (Antlr G4 format).`}</p>\n    <h2 {...{\n      \"id\": \"using-advanced-search\"\n    }}>{`Using Advanced Search`}</h2>\n    <p>{`Within the Atlas UI, select Advanced in the Search pane on the left.`}</p>\n    <p>{`Notice that the `}<em parentName=\"p\">{`Favorite Searches`}</em>{` pane below the `}<em parentName=\"p\">{`Search By Query`}</em>{` box. Like `}<em parentName=\"p\">{`Basic Search`}</em>{`, it is possible to save the `}<em parentName=\"p\">{`Advanced Searches`}</em>{` as well.`}</p>\n    <h2 {...{\n      \"id\": \"introduction-to-domain-specific-language\"\n    }}>{`Introduction to Domain Specific Language`}</h2>\n    <p>{`DSL uses the familiar SQL-like syntax.`}</p>\n    <p>{`At a high-level a query has a `}<em parentName=\"p\">{`from-where-select`}</em>{` format. Additional keywords like `}<em parentName=\"p\">{`grouby`}</em>{`, `}<em parentName=\"p\">{`orderby`}</em>{`, `}<em parentName=\"p\">{`limit`}</em>{` can be used to added to affect the output. We will see examples of these below.`}</p>\n    <h3 {...{\n      \"id\": \"from-clause\"\n    }}>{`From Clause`}</h3>\n    <p>{`Specifying the `}<em parentName=\"p\">{`from`}</em>{` clause is mandatory. Using the `}<em parentName=\"p\">{`from`}</em>{` keyword itself is optional. The value specified in the `}<em parentName=\"p\">{`from`}</em>{` clause acts as the source or starting point for the rest of the query to source its inputs.`}</p>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`DB`}</em>{`:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`DB\nfrom DB`}\n    </SyntaxHighlighter>\n    <p>{`In the absence of `}<em parentName=\"p\">{`where`}</em>{` for filtering on the source, the dataset fetched by the `}<em parentName=\"p\">{`from`}</em>{` clause is everything from the database. Based on the size of the data present in the database, there is a potential to overwhelm the server. The query processor thus adds `}<em parentName=\"p\">{`limit`}</em>{` clause with a default value set. See the section on `}<em parentName=\"p\">{`limit`}</em>{` clause for details.`}</p>\n    <h3 {...{\n      \"id\": \"where-clause\"\n    }}>{`Where Clause`}</h3>\n    <p>{`The `}<em parentName=\"p\">{`where`}</em>{` clause allows for filtering over the dataset. This achieved by using conditions within the where clause.`}</p>\n    <p>{`A condition is an identifier followed by an operator followed by a literal. Literal must be enclosed in single or double quotes. Example, `}<em parentName=\"p\">{`name = \"Sales\"`}</em>{`. An identifier can be the name of the property of the type specified in the `}<em parentName=\"p\">{`from`}</em>{` clause or an alias.`}</p>\n    <p>{`Example: To retrieve entity of type `}<em parentName=\"p\">{`Table`}</em>{` with a specific name say time_dim:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name = 'time_dim'`}\n    </SyntaxHighlighter>\n    <p>{`It is possible to specify multiple conditions by combining them using `}<em parentName=\"p\">{`and`}</em>{`, `}<em parentName=\"p\">{`or`}</em>{` operators.`}</p>\n    <p>{`Example: To retrieve entity of type Table with name that can be either time_dim or customer_dim:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name = 'time_dim' or name = 'customer_dim'`}\n    </SyntaxHighlighter>\n    <p>{`Filtering based on a list of values is done using by specifying the values in the square brackets. A value array is a list of values enclosed within square brackets. This is a simple way to specify an OR clause on an identifier.`}</p>\n    <p>{`Note that having several OR clauses on the same attribute may be inefficient. Alternate way is to use the value array as shown in the example below.`}</p>\n    <p>{`Example: The query in the example above can be written using a value array as shown below.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name = [\"customer_dim\", \"time_dim\"]`}\n    </SyntaxHighlighter>\n    <p>{`A condition that uses the LIKE operator, allows for filtering using wildcards like '*' or '?'.\nExample: To retrieve entity of type `}<em parentName=\"p\">{`Table`}</em>{` whose name ends with '_dim':`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name LIKE '*_dim'`}\n    </SyntaxHighlighter>\n    <p>{`Additional forms of regular expressions can also be used.`}</p>\n    <p>{`Example: To retrieve `}<em parentName=\"p\">{`DB`}</em>{` whose name starts with `}<em parentName=\"p\">{`R`}</em>{` followed by has any 3 characters, followed by `}<em parentName=\"p\">{`rt`}</em>{` followed by at least 1 character, followed by none or any number of characters.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`DB where name like \"R???rt?*\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To find all the columns in a Table.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column where table.name=\"sales_fact\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To find all the Tables for a column.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where columns.name=\"sales\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve all the entities of type `}<em parentName=\"p\">{`Table`}</em>{` that are tagged with `}<em parentName=\"p\">{`Dimension`}</em>{` classification and its attribute `}<em parentName=\"p\">{`priority`}</em>{` having 'high'`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where Dimension.priority = \"high\"`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"using-date-literals\"\n    }}>{`Using Date Literals`}</h3>\n    <p>{`Dates used in literals need to be specified using the ISO 8601 format.`}</p>\n    <p>{`Dates in this format follow this notation:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`yyyy-MM-ddTHH:mm:ss.SSSZ`}</em>{`. Which means, year-month-day followed by time in hour-minutes-seconds-milli-seconds. Date and time need to be separated by 'T'. It should end with 'Z'.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`yyyy-MM-dd`}</em>{`. Which means, year-month-day.`}</li>\n    </ul>\n    <p>{`Example: Date represents December 11, 2017, at 2:35 AM.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`2017-12-11T02:35:0.0Z`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve entity of type `}<em parentName=\"p\">{`Table`}</em>{` created within 2017 and 2018.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where createTime < '2018-01-01' and createTime > '2017-01-01'`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"using-boolean-literals\"\n    }}>{`Using Boolean Literals`}</h4>\n    <p>{`Properties of entities of type boolean can be used within queries.`}</p>\n    <p>{`Example: To retrieve entity of type hdfs`}<em parentName=\"p\">{`path whose attribute _isFile`}</em>{` is set to `}<em parentName=\"p\">{`true`}</em>{` and whose name is `}<em parentName=\"p\">{`Invoice`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from hdfs_path where isFile = true or name = \"Invoice\"`}\n    </SyntaxHighlighter>\n    <p>{`Valid values for boolean literals are 'true' and 'false'.`}</p>\n    <h3 {...{\n      \"id\": \"existence-of-a-property\"\n    }}>{`Existence of a Property`}</h3>\n    <p>{`The has keyword can be used with or without the where clause. It is used to check existence of a property in an entity.`}</p>\n    <p>{`Example: To retrieve entity of type Table with a property locationUri.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table has locationUri\nfrom Table where Table has locationUri`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"select-clause\"\n    }}>{`Select Clause`}</h3>\n    <p>{`If you noticed the output displayed on the web page, it displays a tabular display, each row corresponding to an entity and columns are properties of that entity. The select clause allows for choosing the properties of entity that are of interest.`}</p>\n    <p>{`Example: To retrieve entity of type `}<em parentName=\"p\">{`Table`}</em>{` with few properties:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table select owner, name, qualifiedName`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve entity of type Table for a specific table with some properties.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name = 'customer_dim' select owner, name, qualifiedName`}\n    </SyntaxHighlighter>\n    <p>{`To display column headers that are more meaningful, aliases can be added using the 'as' clause.`}</p>\n    <p>{`Example: To display column headers as 'Owner', 'Name' and 'FullName'.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table select owner as Owner, name as Name, qualifiedName as FullName`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"note-about-select-clauses\"\n    }}>{`Note About Select Clauses`}</h4>\n    <p>{`Given the complexity involved in using select clauses, these are the few rules to remember when using select clauses:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Works with all immediate attributes.`}</li>\n      <li parentName=\"ul\">{`Works with Immediate attributes and aggregation on immediate attributes.`}</li>\n      <li parentName=\"ul\">{`Referred attributes cannot be mixed with immediate attributes.`}</li>\n    </ul>\n    <p>{`Example: To retrieve entity of type Table with name 'Sales' and display 'name' and 'owner' attribute of the referred entity DB.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where name = 'abcd' select DB.name, DB.owner`}\n    </SyntaxHighlighter>\n    <p>{`Current implementation does not allow the following:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where name = 'abcd' select DB.name, Table.name`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"classification-based-filtering\"\n    }}>{`Classification-based Filtering`}</h3>\n    <p>{`In order to retrieve entities based on classification, a query would use `}<em parentName=\"p\">{`is`}</em>{` or `}<em parentName=\"p\">{`isa`}</em>{` keywords.`}</p>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`Table`}</em>{` that are tagged with `}<em parentName=\"p\">{`Dimension`}</em>{` classification.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table isa Dimension`}\n    </SyntaxHighlighter>\n    <p>{`Since, from is optional and `}<em parentName=\"p\">{`is`}</em>{` (or `}<em parentName=\"p\">{`isa`}</em>{`) are equivalent, the following queries yield the same results:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table is Dimension`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`is`}</em>{` and `}<em parentName=\"p\">{`isa`}</em>{` clauses can also be used in `}<em parentName=\"p\">{`where`}</em>{` condition like:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where Table isa Dimension`}\n    </SyntaxHighlighter>\n    <p>{`To search for all entities having a particular classification, simply use the name of the classification.`}</p>\n    <p>{`Example: To retrieve all entities that have `}<em parentName=\"p\">{`Dimension`}</em>{` classification.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Dimension`}\n    </SyntaxHighlighter>\n    <p>{`To search for all entities having a particular classification with its attribute, add filter in where clause.`}</p>\n    <p>{`Example: To retrieve all the entities that are tagged with `}<em parentName=\"p\">{`Dimension`}</em>{` classification and its attribute `}<em parentName=\"p\">{`priority`}</em>{` having 'high'`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Dimension where Dimension.priority = \"high\"`}\n    </SyntaxHighlighter>\n    <p>{`###Non-Primitive attribute Filtering\nIn the discussion so far we looked at where clauses with primitive types. This section will look at using properties that are non-primitive types.`}</p>\n    <h4 {...{\n      \"id\": \"relationship-based-filtering\"\n    }}>{`Relationship-based filtering`}</h4>\n    <p>{`In this model, the DB is modeled such that it is aware of all the Table it contains. Table on the other hand is aware of existence of the DB but is not aware of all the other `}<em parentName=\"p\">{`Table`}</em>{` instances within the system. Each Table maintains reference of the `}<em parentName=\"p\">{`DB`}</em>{` it belongs to.`}</p>\n    <p>{`Similar structure exists within the `}<em parentName=\"p\">{`hive`}</em>{` data model.`}</p>\n    <p>{`Example: To retrieve all the instances of the `}<em parentName=\"p\">{`Table`}</em>{` belonging to a database named 'Sales':`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where db.name = \"Sales\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve all the instances of the `}<em parentName=\"p\">{`Table`}</em>{` belonging to a database named 'Sales' and whose column name starts with 'customer':`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where db.name = \"Sales\" and columns.name like \"customer*\"`}\n    </SyntaxHighlighter>\n    <p>{`The entity Column is modeled in a similar way. Each Table entity has outward edges pointing to Column entity instances corresponding to each column within the table.`}</p>\n    <p>{`Example: To retrieve all the Column entities for a given Table.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where name = \"time_dim\" select columns`}\n    </SyntaxHighlighter>\n    <p>{`The properties of each `}<em parentName=\"p\">{`Column`}</em>{` entity type are displayed.`}</p>\n    <h4 {...{\n      \"id\": \"glossary-term-based-filtering\"\n    }}>{`Glossary Term-based Filtering`}</h4>\n    <p>{`In order to retrieve entities based on glossary term, a query would use `}<em parentName=\"p\">{`hasTerm`}</em>{` keyword.`}</p>\n    <p>{`To search for entities having a particular glossary term, user needs to add a fully qualified name. i.e `}<em parentName=\"p\">{`{termName}@{glossaryName}`}</em>{`. In case the user adds only the term name, all the entities with particular term name will be returned, irrespective of which glossary it is in.`}</p>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`Table`}</em>{` having glossary term `}<em parentName=\"p\">{`savingsAccount@Banking`}</em>{`, below are the possible ways.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table hasTerm \"savingsAccount@Banking\"\nTable hasTerm \"savingsAccount@Banking\"\nTable hasTerm \"savingsAccount\"\nTable where Table hasTerm \"savingsAccount@Banking\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`Table`}</em>{` having glossary term `}<em parentName=\"p\">{`savingsAccount@Banking`}</em>{` and whose name is 'customer'.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table hasTerm \"savingsAccount@Banking\" and name = \"customer\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`Table`}</em>{` having glossary term `}<em parentName=\"p\">{`savingsAccount@Banking`}</em>{` or tagged with 'Dimension' classification and whose column name starts with 'customer'.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table hasTerm \"savingsAccount@Banking\" or Table isA Dimension and (columns.name like \"customer*\")`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"limit--offset-clauses\"\n    }}>{`Limit & Offset Clauses`}</h3>\n    <p>{`Often a query yields large number of results. To limit the outcome of the query, the limit and offset clauses are used.`}</p>\n    <p>{`Example: To retrieve only the 5 entities from a result set.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column limit 5`}\n    </SyntaxHighlighter>\n    <p>{`The offset clauses retrieves results after the offset value.`}</p>\n    <p>{`Example: To retrieve only 5 entities from the result set after skipping the first 10.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column limit 5 offset 10`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`limit`}</em>{` and `}<em parentName=\"p\">{`offset`}</em>{` clauses are usually specified in conjunction.`}</p>\n    <p>{`If no limit clause is specified in the query, a limit clause with a default limit (usually 100) is added to the query. This prevents the query from inadvertently fetching large number of results.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`offset`}</em>{` clause is useful for displaying results in a user interface where few results from the result set are showing and more results are fetched as the user advances to next page.`}</p>\n    <h3 {...{\n      \"id\": \"ordering-results\"\n    }}>{`Ordering Results`}</h3>\n    <p>{`The `}<em parentName=\"p\">{`orderby`}</em>{` clause allows for sorting of results. Results are sorted in ascending order by default. Only immediate attributes can be used within this clause.`}</p>\n    <p>{`Ordering can be changed by using:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`ASC Sort in ascending order. This is the default. If no ordering is specified after the `}<em parentName=\"li\">{`orderby`}</em>{` clause.`}</li>\n      <li parentName=\"ul\">{`DESC Sort in descending order. This needs to be explicitly specified after the `}<em parentName=\"li\">{`orderby`}</em>{` clause.`}</li>\n    </ul>\n    <p>{`Example: To retrieve the entities of type `}<em parentName=\"p\">{`Column`}</em>{` that are sorted in ascending order using the name property.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Column orderby name\nfrom Column orderby name asc`}\n    </SyntaxHighlighter>\n    <p>{`Example: Same results as above except that they are sorted in descending order.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Column orderby name desc`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve the entities of type `}<em parentName=\"p\">{`Column`}</em>{` filtered with name and associated with 'savingsAccount@Banking' glossary term, that are sorted in ascending order using the name property.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Column hasTerm \"savingsAccount@Banking\" and name = \"customer_id\" orderby name asc`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"aggregate-functions\"\n    }}>{`Aggregate Functions`}</h3>\n    <p>{`Let's look at aggregate functions:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`sum`}</em>{`: Adds (sums up) a value of the property specified, within the result set.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`min`}</em>{`: Finds the minimum value of the property specified, within a result set.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`max`}</em>{`: Finds the maximum value of the property specified, within a result set.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`count`}</em>{`: Finds the number of items specified by the group by clause.`}</li>\n    </ul>\n    <p>{`These work only on immediate attributes.`}</p>\n    <p>{`Other examples of these in the `}<em parentName=\"p\">{`Grouping Results`}</em>{` section.`}</p>\n    <h3 {...{\n      \"id\": \"the-count-keyword\"\n    }}>{`The count Keyword`}</h3>\n    <p>{`Shows the number of items in a result set.`}</p>\n    <p>{`Example: To know how may entities of a type Column.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column select count()`}\n    </SyntaxHighlighter>\nExample: Same as above with alias.\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column select count() as Cols`}\n    </SyntaxHighlighter>\n    <p>{`Example: To find the number of tables in a database.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where db.name = \"Reporting\" select count()`}\n    </SyntaxHighlighter>\n    <p>{`Example: To find the number of terms associated with particular type 'Table'.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table hasTerm \"savingsAccount@Banking\" select count() as terms`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"the-max-keyword\"\n    }}>{`The max Keyword`}</h3>\n    <p>{`Using this keyword it is possible to retrieve the maximum value of a property for an entity.`}</p>\n    <p>{`Example: Get the most recently created value of the `}<em parentName=\"p\">{`createTime`}</em>{` property of the Table entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table select max(createTime)`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"the-min-keyword\"\n    }}>{`The min Keyword`}</h3>\n    <p>{`Using this keyword it is possible to retrieve the minimum value of a property for an entity.`}</p>\n    <p>{`Example: Get the least recently created value of the `}<em parentName=\"p\">{`createTime`}</em>{` property of the Table entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table select min(createTime)`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"grouping-results\"\n    }}>{`Grouping Results`}</h3>\n    <p>{`The `}<em parentName=\"p\">{`groupby`}</em>{` clause groups results within the result using specified property.`}</p>\n    <p>{`Example: To retrieve entity of type Table such that tables belonging to an owner are together (grouped by owner).`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table groupby(owner)`}\n    </SyntaxHighlighter>\n    <p>{`While `}<em parentName=\"p\">{`groupby`}</em>{` can work without `}<em parentName=\"p\">{`select`}</em>{`, if aggregate functions are used within `}<em parentName=\"p\">{`select`}</em>{` clause, using `}<em parentName=\"p\">{`groupby`}</em>{` clause becomes mandatory as aggregate functions operate on a group.`}</p>\n    <p>{`Example: To retrieve entity of type Table such we know the most recently created entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table groupby(createTime) select owner, name, max(createTime)`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve entity of type Table such we know the oldest entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table groupby(createTime) select owner, name, min(createTime)`}\n    </SyntaxHighlighter>\n    <p>{`Example: To know the number of entities owned by each owner.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table groupby(owner) select owner, count()`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"using-system-attributes\"\n    }}>{`Using System Attributes`}</h3>\n    <p>{`Each type defined within Atlas gets few attributes by default. These attributes help with internal bookkeeping of the entities. All the system attributes are prefixed with '__' (double underscore). This helps in identifying them from other attributes.\nFollowing are the system attributes:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`__guid Each entity within Atlas is assigned a globally unique identifier (GUID for short).`}</li>\n      <li parentName=\"ul\">{`__modifiedBy Name of the user who last modified the entity.`}</li>\n      <li parentName=\"ul\">{`__createdBy Name of the user who created the entity.`}</li>\n      <li parentName=\"ul\">{`__state Current state of the entity. Please see below for details.`}</li>\n      <li parentName=\"ul\">{`__timestamp Timestamp (date represented as integer) of the entity at the time of creation.`}</li>\n      <li parentName=\"ul\">{`__modificationTimestamp Timestamp (date represented as integer) of the entity at the time of last modification.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"state-of-an-entity\"\n    }}>{`State of an Entity`}</h3>\n    <p>{`Entity within Atlas can be in the following states:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`ACTIVE This is the state of entities that when it is available and is used within the system. It can be retrieved by default by searches.`}</li>\n      <li parentName=\"ul\">{`DELETED When an entity is deleted, it's state is marked as DELETED. Entity in this state does not show up in search results. Explicit request needs to be made to retrieve this entity.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"using-system-attributes-in-queries\"\n    }}>{`Using System Attributes in Queries`}</h3>\n    <p>{`Example: To retrieve all entities that are deleted.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Asset where __state = \"DELETED\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve entity GUIDs.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table select __guid`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve several system attributes.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`hive_db select __timestamp, __modificationTimestamp, __state, __createdBy`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"advanced-search-rest-api\"\n    }}>{`Advanced Search REST API`}</h2>\n    <p>{`Relevant models for these operations:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\"><a parentName=\"em\" {...{\n            \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java\"\n          }}>{`AtlasSearchResult`}</a></em></li>\n      <li parentName=\"ul\"><em parentName=\"li\"><a parentName=\"em\" {...{\n            \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/exception/AtlasBaseException.java\"\n          }}>{`AtlasBaseException`}</a></em></li>\n    </ul>\n    <h3 {...{\n      \"id\": \"the-v2-api\"\n    }}>{`The V2 API`}</h3>\n    <p><strong parentName=\"p\">{`Get Results using DSL Search`}</strong></p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\"><em parentName=\"strong\">{`Example`}</em></strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`See Examples sections below.`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`URL`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`api/atlas/v2/search/dsl`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Method`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`GET`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`URL Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`query`}</em>{`: Query conforming to DSL syntax.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`typeName`}</em>{`: Type name of the entity to be retrived.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`classification`}</em>{`: Classification associated with the type or query.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`limit`}</em>{`: Maximum number of items in the result set.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`offset`}</em>{`: Starting index of the item in the result set.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Data Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Success Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`The JSON will correspond to `}<a parentName=\"td\" {...{\n              \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java\"\n            }}>{`AtlasSearchResult`}</a>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Error Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`Errors that are handled within the system will be returned as `}<a parentName=\"td\" {...{\n              \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/exception/AtlasBaseException.java\"\n            }}>{`AtlasBaseException`}</a>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Method Signature`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`@GET`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`@Path(\"/dsl\")`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`@Consumes(Servlets.JSON_MEDIA_TYPE)`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`@Produces(Servlets.JSON_MEDIA_TYPE)`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <p><em parentName=\"p\">{`Examples`}</em></p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?typeName=Table\"\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?typeName=Column&classification=PII\"\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?typeName=Table&classification=Dimension&limit=10&offset=2\"\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?query=Table%20isa%20Dimension\"\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?query=Table%20isa%20Dimension&limit=5&offset=2\"`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"implementation-approach\"\n    }}>{`Implementation Approach`}</h2>\n    <p>{`The general approach followed in implementation of DSL within Atlas can be enumerated in following steps:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Parser parses the incoming query for syntax.`}</li>\n      <li parentName=\"ul\">{`Abstract syntax tree is generated by for a query that is parsed successfully.`}</li>\n      <li parentName=\"ul\">{`Syntax tree is 'walked' using visitor pattern.`}</li>\n      <li parentName=\"ul\">{`Each 'visit' within the tree adds a step in the Gremlin pipeline.`}</li>\n      <li parentName=\"ul\">{`When done, the generated script is executed using Gremlin Script Engine.`}</li>\n      <li parentName=\"ul\">{`Results generated be the query, if any, are processed and packaged in AtlasSearchResult structure.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"differences-between-master-and-earlier-versions\"\n    }}>{`Differences Between Master and Earlier Versions`}</h2>\n    <p>{`The following clauses are no longer supported:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`path`}</li>\n      <li parentName=\"ul\">{`loop`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"resources\"\n    }}>{`Resources`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Antlr `}<a parentName=\"li\" {...{\n          \"href\": \"https://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference\"\n        }}>{`Book`}</a>{`.`}</li>\n      <li parentName=\"ul\">{`Antlr `}<a parentName=\"li\" {...{\n          \"href\": \"https://github.com/antlr/antlr4/blob/master/doc/getting-started.md\"\n        }}>{`Quick Start`}</a>{`.`}</li>\n      <li parentName=\"ul\">{`Atlas DSL Grammar on `}<a parentName=\"li\" {...{\n          \"href\": \"https://github.com/apache/atlas/blob/master/repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4\"\n        }}>{`GitHub`}</a>{` (Antlr G4 format).`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-search-search-basic.a24095d8.js b/2.3.0/static/js/documents-search-search-basic.a24095d8.js
new file mode 100644
index 0000000..6e3658f
--- /dev/null
+++ b/2.3.0/static/js/documents-search-search-basic.a24095d8.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[37],{"./src/documents/Search/SearchBasic.md":function(e,t,i){"use strict";i.r(t),i.d(t,"default",(function(){return c}));var n=i("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=(i("../node_modules/react/index.js"),i("../node_modules/@mdx-js/react/dist/esm.js")),s=(i("./theme/styles/styled-colors.js"),i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=i("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=i("./theme/components/shared/Img/index.js"),o=["components"],u={};function c(e){var t=e.components,i=Object(n.a)(e,o);return Object(a.mdx)("wrapper",Object.assign({},u,i,{components:t,mdxType:"MDXLayout"}),Object(a.mdx)("h1",{id:"basic-search"},"Basic Search"),Object(a.mdx)("p",null,"The basic search allows you to query using typename of an entity, associated classification/tag and has support for filtering on the entity attribute(s) as well as the classification/tag attributes."),Object(a.mdx)("p",null,"The entire query structure can be represented using the following JSON structure (called SearchParameters)"),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'{\n  "typeName":               "hive_column",\n  "excludeDeletedEntities": true,\n  "classification":         "PII",\n  "query":                  "",\n  "offset":                 0,\n  "limit":                  25,\n  "entityFilters":          {  },\n  "tagFilters":             { },\n  "attributes":             [ "table", "qualifiedName"]\n}'),Object(a.mdx)("p",null,Object(a.mdx)("strong",{parentName:"p"},"Field description")),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},"typeName:               the type of entity to look for\nexcludeDeletedEntities: should the search exclude deleted entities? (default: true)\nclassification:         only include entities with given classification\nquery:                  any free text occurrence that the entity should have (generic/wildcard queries might be slow)\noffset:                 starting offset of the result set (useful for pagination)\nlimit:                  max number of results to fetch\nentityFilters:          entity attribute filter(s)\ntagFilters:             classification attribute filter(s)\nattributes:             attributes to include in the search result"),Object(a.mdx)(l.a,{src:"/images/twiki/search-basic-hive_column-PII.png",height:"500",width:"840",mdxType:"Img"}),Object(a.mdx)("p",null,"   Attribute based filtering can be done on multiple attributes with AND/OR conditions."),Object(a.mdx)("p",null,Object(a.mdx)("strong",{parentName:"p"},"Examples of filtering (for hive_table attributes)")),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Single attribute")),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'   {\n     "typeName":               "hive_table",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "entityFilters": {\n        "attributeName":  "name",\n        "operator":       "contains",\n        "attributeValue": "customers"\n     },\n     "attributes": [ "db", "qualifiedName" ]\n   }'),Object(a.mdx)(l.a,{src:"/images/twiki/search-basic-hive_table-customers.png",height:"500",width:"840",mdxType:"Img"}),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Multi-attribute with OR")),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'   {\n     "typeName":               "hive_table",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "entityFilters": {\n        "condition": "OR",\n        "criterion": [\n           {\n              "attributeName":  "name",\n              "operator":       "contains",\n              "attributeValue": "customers"\n           },\n           {\n              "attributeName":  "name",\n              "operator":       "contains",\n              "attributeValue": "provider"\n           }\n        ]\n     },\n     "attributes": [ "db", "qualifiedName" ]\n   }'),Object(a.mdx)(l.a,{src:"/images/twiki/search-basic-hive_table-customers-or-provider.png",height:"500",width:"840",mdxType:"Img"}),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Multi-attribute with AND")),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'   {\n     "typeName":               "hive_table",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "entityFilters": {\n        "condition": "AND",\n        "criterion": [\n           {\n              "attributeName":  "name",\n              "operator":       "contains",\n              "attributeValue": "customers"\n           },\n           {\n              "attributeName":  "owner",\n              "operator":       "eq",\n              "attributeValue": "hive"\n           }\n        ]\n     },\n     "attributes": [ "db", "qualifiedName" ]\n  }'),Object(a.mdx)(l.a,{src:"/images/twiki/search-basic-hive_table-customers-owner_is_hive.png",height:"500",width:"840",mdxType:"Img"}),Object(a.mdx)("p",null,Object(a.mdx)("strong",{parentName:"p"},"Supported operators for filtering")),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"LT (symbols: <, lt) works with Numeric, Date attributes"),Object(a.mdx)("li",{parentName:"ul"},"GT (symbols: >, gt) works with Numeric, Date attributes"),Object(a.mdx)("li",{parentName:"ul"},"LTE (symbols: <=, lte) works with Numeric, Date attributes"),Object(a.mdx)("li",{parentName:"ul"},"GTE (symbols: >=, gte) works with Numeric, Date attributes"),Object(a.mdx)("li",{parentName:"ul"},"EQ (symbols: eq, =) works with Numeric, Date, String attributes"),Object(a.mdx)("li",{parentName:"ul"},"NEQ (symbols: neq, !=) works with Numeric, Date, String attributes"),Object(a.mdx)("li",{parentName:"ul"},"LIKE (symbols: like, LIKE) works with String attributes"),Object(a.mdx)("li",{parentName:"ul"},"STARTS_WITH (symbols: startsWith, STARTSWITH) works with String attributes"),Object(a.mdx)("li",{parentName:"ul"},"ENDS_WITH (symbols: endsWith, ENDSWITH) works with String attributes"),Object(a.mdx)("li",{parentName:"ul"},"CONTAINS (symbols: contains, CONTAINS) works with String attributes")),Object(a.mdx)("p",null,Object(a.mdx)("strong",{parentName:"p"},"CURL Samples")),Object(a.mdx)(r.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},'curl -sivk -g\n    -u <user>:<password>\n    -X POST\n    -d \'{\n            "typeName":               "hive_table",\n            "excludeDeletedEntities": true,\n            "classification":         "",\n            "query":                  "",\n            "offset":                 0,\n            "limit":                  50,\n            "entityFilters": {\n               "condition": "AND",\n               "criterion": [\n                  {\n                     "attributeName":  "name",\n                     "operator":       "contains",\n                     "attributeValue": "customers"\n                  },\n                  {\n                     "attributeName":  "owner",\n                     "operator":       "eq",\n                     "attributeValue": "hive"\n                  }\n               ]\n            },\n            "attributes": [ "db", "qualifiedName" ]\n          }\'\n    <protocol>://<atlas_host>:<atlas_port>/api/atlas/v2/search/basic'))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Search/SearchBasic.md"}}),c.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,i){"use strict";var n=i("../node_modules/react/index.js"),a=i("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:i,height:s}=e,{baseUrl:r}=Object(a.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${r}${t}`,height:""+(s||"auto"),width:""+(i||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,i){"use strict";var n=i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-search-search-basic.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-search-search-basic.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-search-search-basic.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..28b83f9
--- /dev/null
+++ b/2.3.0/static/js/documents-search-search-basic.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Search/SearchBasic.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","src","height","width","isMDXComponent","Img","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"2nBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,gBAAc,gBAEtB,iOACA,qIACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,2VAalG,uBAAG,wBAAQK,WAAW,KAAG,sBAC5B,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,8oBAW/F,cAAC,IAAG,CAACM,IAAG,iDAAoDC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAC7F,kHACA,uBAAG,wBAAQK,WAAW,KAAG,sDACzB,wBACE,oBAAIA,WAAW,MAAI,qBAErB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,0WAclG,cAAC,IAAG,CAACM,IAAG,sDAAyDC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAClG,wBACE,oBAAIK,WAAW,MAAI,4BAErB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,snBAwBlG,cAAC,IAAG,CAACM,IAAG,kEAAqEC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAC9G,wBACE,oBAAIK,WAAW,MAAI,6BAErB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,6mBAwBlG,cAAC,IAAG,CAACM,IAAG,oEAAuEC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAChH,uBAAG,wBAAQK,WAAW,KAAG,sCACzB,wBACE,oBAAIA,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,mEACnB,oBAAIA,WAAW,MAAI,sEACnB,oBAAIA,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,8EACnB,oBAAIA,WAAW,MAAI,wEACnB,oBAAIA,WAAW,MAAI,wEAErB,uBAAG,wBAAQA,WAAW,KAAG,iBACzB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,49BA+BtG,yLAEDH,EAAWY,gBAAiB,G,sEChL5B,+EAuCeC,IAnBHX,IACX,MAAM,IAAEO,EAAG,MAAEE,EAAK,OAAED,GAAWR,GACzB,QAAEY,GAAYC,sBAMpB,OACC,2BACC,uBAC6BT,MART,CACtBU,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BT,IAAM,GAAEK,IAAUL,IAClBC,OAAS,IAAEA,GAAU,QACrBC,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAQ,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-search-search-basic.a24095d8.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"basic-search\"\n    }}>{`Basic Search`}</h1>\n    <p>{`The basic search allows you to query using typename of an entity, associated classification/tag and has support for filtering on the entity attribute(s) as well as the classification/tag attributes.`}</p>\n    <p>{`The entire query structure can be represented using the following JSON structure (called SearchParameters)`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"typeName\":               \"hive_column\",\n  \"excludeDeletedEntities\": true,\n  \"classification\":         \"PII\",\n  \"query\":                  \"\",\n  \"offset\":                 0,\n  \"limit\":                  25,\n  \"entityFilters\":          {  },\n  \"tagFilters\":             { },\n  \"attributes\":             [ \"table\", \"qualifiedName\"]\n}`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Field description`}</strong></p>\n <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`typeName:               the type of entity to look for\nexcludeDeletedEntities: should the search exclude deleted entities? (default: true)\nclassification:         only include entities with given classification\nquery:                  any free text occurrence that the entity should have (generic/wildcard queries might be slow)\noffset:                 starting offset of the result set (useful for pagination)\nlimit:                  max number of results to fetch\nentityFilters:          entity attribute filter(s)\ntagFilters:             classification attribute filter(s)\nattributes:             attributes to include in the search result`}\n    </SyntaxHighlighter>\n    <Img src={`/images/twiki/search-basic-hive_column-PII.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <p>{`   Attribute based filtering can be done on multiple attributes with AND/OR conditions.`}</p>\n    <p><strong parentName=\"p\">{`Examples of filtering (for hive_table attributes)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Single attribute`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`   {\n     \"typeName\":               \"hive_table\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"entityFilters\": {\n        \"attributeName\":  \"name\",\n        \"operator\":       \"contains\",\n        \"attributeValue\": \"customers\"\n     },\n     \"attributes\": [ \"db\", \"qualifiedName\" ]\n   }`}\n    </SyntaxHighlighter>\n    <Img src={`/images/twiki/search-basic-hive_table-customers.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <ul>\n      <li parentName=\"ul\">{`Multi-attribute with OR`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`   {\n     \"typeName\":               \"hive_table\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"entityFilters\": {\n        \"condition\": \"OR\",\n        \"criterion\": [\n           {\n              \"attributeName\":  \"name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"customers\"\n           },\n           {\n              \"attributeName\":  \"name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"provider\"\n           }\n        ]\n     },\n     \"attributes\": [ \"db\", \"qualifiedName\" ]\n   }`}\n    </SyntaxHighlighter>\n    <Img src={`/images/twiki/search-basic-hive_table-customers-or-provider.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <ul>\n      <li parentName=\"ul\">{`Multi-attribute with AND`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`   {\n     \"typeName\":               \"hive_table\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"entityFilters\": {\n        \"condition\": \"AND\",\n        \"criterion\": [\n           {\n              \"attributeName\":  \"name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"customers\"\n           },\n           {\n              \"attributeName\":  \"owner\",\n              \"operator\":       \"eq\",\n              \"attributeValue\": \"hive\"\n           }\n        ]\n     },\n     \"attributes\": [ \"db\", \"qualifiedName\" ]\n  }`}\n    </SyntaxHighlighter>\n    <Img src={`/images/twiki/search-basic-hive_table-customers-owner_is_hive.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <p><strong parentName=\"p\">{`Supported operators for filtering`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`LT (symbols: <, lt) works with Numeric, Date attributes`}</li>\n      <li parentName=\"ul\">{`GT (symbols: >, gt) works with Numeric, Date attributes`}</li>\n      <li parentName=\"ul\">{`LTE (symbols: <=, lte) works with Numeric, Date attributes`}</li>\n      <li parentName=\"ul\">{`GTE (symbols: >=, gte) works with Numeric, Date attributes`}</li>\n      <li parentName=\"ul\">{`EQ (symbols: eq, =) works with Numeric, Date, String attributes`}</li>\n      <li parentName=\"ul\">{`NEQ (symbols: neq, !=) works with Numeric, Date, String attributes`}</li>\n      <li parentName=\"ul\">{`LIKE (symbols: like, LIKE) works with String attributes`}</li>\n      <li parentName=\"ul\">{`STARTS_WITH (symbols: startsWith, STARTSWITH) works with String attributes`}</li>\n      <li parentName=\"ul\">{`ENDS_WITH (symbols: endsWith, ENDSWITH) works with String attributes`}</li>\n      <li parentName=\"ul\">{`CONTAINS (symbols: contains, CONTAINS) works with String attributes`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`CURL Samples`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -sivk -g\n    -u <user>:<password>\n    -X POST\n    -d '{\n            \"typeName\":               \"hive_table\",\n            \"excludeDeletedEntities\": true,\n            \"classification\":         \"\",\n            \"query\":                  \"\",\n            \"offset\":                 0,\n            \"limit\":                  50,\n            \"entityFilters\": {\n               \"condition\": \"AND\",\n               \"criterion\": [\n                  {\n                     \"attributeName\":  \"name\",\n                     \"operator\":       \"contains\",\n                     \"attributeValue\": \"customers\"\n                  },\n                  {\n                     \"attributeName\":  \"owner\",\n                     \"operator\":       \"eq\",\n                     \"attributeValue\": \"hive\"\n                  }\n               ]\n            },\n            \"attributes\": [ \"db\", \"qualifiedName\" ]\n          }'\n    <protocol>://<atlas_host>:<atlas_port>/api/atlas/v2/search/basic`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-search-search-relationship.1d764e51.js b/2.3.0/static/js/documents-search-search-relationship.1d764e51.js
new file mode 100644
index 0000000..5b1242a
--- /dev/null
+++ b/2.3.0/static/js/documents-search-search-relationship.1d764e51.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[38],{"./src/documents/Search/SearchRelationship.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return p}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=a("./theme/components/shared/Img/index.js"),l=["components"],d={};function p(e){var t=e.components,a=Object(i.a)(e,l);return Object(n.mdx)("wrapper",Object.assign({},d,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"relationship-search"},"Relationship Search"),Object(n.mdx)("p",null,"Apache Atlas is a metadata governance tool that features the ability to search for pre-defined entities of the defined model."),Object(n.mdx)("p",null,"We are able to search for these entities by specifying generic attributes (such as \u2018name\u2019, \u2018qualified name\u2019, \u2018description\u2019 etc), entity type definition specific attributes (attributes unique to certain entities such as \u2018cluster name\u2019 for hdfs_path type entities) and also on parameters like classifications applied, sub-types of entities and deleted entities. However these results only return entities which fulfil the parameters of the search queries."),Object(n.mdx)("p",null,"A relationship, which also follows a similar structure to an entity, describes various metadata between two entity end-points. For example, let us assume that in the case of a relationship between hive_table and hive_db, the relationship type name is called hive_table_db and it can have its own metadata which can be added as an attributes to this model."),Object(n.mdx)("p",null,"The Relationship search allows you to get the metadata between two entity model, by querying using relationship type name, and it also has support for filtering on the relationship attribute(s)."),Object(n.mdx)("p",null,"The entire query structure can be represented using the following JSON structure (called RelationshipSearchParameters)"),Object(n.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'{\n  "relationshipName":       "hive_table_db",\n  "excludeDeletedEntities": true,\n  "offset":                 0,\n  "limit":                  25,\n  "relationshipFilters":    {  },\n  "sortBy":                 "table_name",\n  "sortOrder":              ASCENDING,\n  "marker":                 "*"\n}'),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"Field description")),Object(n.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},"relationshipName:       the type of relationship to look for\nexcludeDeletedEntities: should the search exclude deleted entities? (default: true)\noffset:                 starting offset of the result set (useful for pagination)\nlimit:                  max number of results to fetch\nrelationshipFilters:    relationship attribute filter(s)\nsortBy:                 attribute to which results are sorted by\nsortOrder:              sorting order of results\nmarker:                 add either offset or marker, value of marker for first page will be '*'\n                        and value of nextMarker: in the response will be input of marker for subsequent pages"),Object(n.mdx)("p",null,"Attribute based filtering can be done on multiple attributes with AND/OR conditions."),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"Real time example of Relationship Search")),Object(n.mdx)("p",null,"Consider use-case of social media based application '",Object(n.mdx)("em",{parentName:"p"},"Instagram"),"' and its basic functionalities like:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"User")," creates ",Object(n.mdx)("em",{parentName:"li"},"Posts")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"User")," reacts to ",Object(n.mdx)("em",{parentName:"li"},"Posts")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"User")," creates ",Object(n.mdx)("em",{parentName:"li"},"Highlight")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"Posts")," added in ",Object(n.mdx)("em",{parentName:"li"},"Highlight"))),Object(n.mdx)("p",null,"Below is the Metadata Model highlighting above use-case"),Object(n.mdx)(o.a,{src:"/images/twiki/relationship_search_model.png",height:"500",width:"840",mdxType:"Img"}),Object(n.mdx)("p",null,"Example:\nConsider a user Ajay, who had uploaded his celebratory Diwali photo as a post. Users like Divya, Rahul and many others reacted with a like to his post."),Object(n.mdx)("p",null,"Now the user Ajay wants to find out the number of 'like' reactions to his post."),Object(n.mdx)("p",null,"For his search, he will focus on 'user_post' relationship type and filter those with attributes where reactions have 'like' in them and in which the post name has 'Diwali' in it."),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"Example of filtering (for user_post attributes)")),Object(n.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'   {\n     "relationshipName":       "user_post",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "relationshipFilters": {\n        "condition": "AND",\n        "criterion": [\n           {\n              "attributeName":  "reaction",\n              "operator":       "eq",\n              "attributeValue": "like"\n           },\n           {\n              "attributeName":  "post_name",\n              "operator":       "contains",\n              "attributeValue": "Diwali"\n           }\n        ]\n     }\n   }'),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"Supported operators for filtering")),Object(n.mdx)("p",null,"Same operators as basic search"),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"CURL Samples")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},'curl -sivk -g\n    -u <user>:<password>\n    -X POST\n    -d \'{\n     "relationshipName":       "user_post",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "relationshipFilters": {\n        "condition": "AND",\n        "criterion": [\n           {\n              "attributeName":  "reaction",\n              "operator":       "eq",\n              "attributeValue": "like"\n           },\n           {\n              "attributeName":  "post_name",\n              "operator":       "contains",\n              "attributeValue": "Diwali"\n           }\n        ]\n     }\n   }\'\n    <protocol>://<atlas_host>:<atlas_port>/api/atlas/v2/search/relations'))}p&&p===Object(p)&&Object.isExtensible(p)&&Object.defineProperty(p,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Search/SearchRelationship.md"}}),p.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var i=a("../node_modules/react/index.js"),n=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:s}=e,{baseUrl:r}=Object(n.useConfig)();return i.createElement("div",null,i.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${r}${t}`,height:""+(s||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-search-search-relationship.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-search-search-relationship.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-search-search-relationship.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..5734e13
--- /dev/null
+++ b/2.3.0/static/js/documents-search-search-relationship.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Search/SearchRelationship.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","src","height","width","isMDXComponent","Img","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"koBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,uBAAqB,uBAE7B,wJACA,wgBACA,8XACA,6NACA,iJACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,iTAYlG,uBAAG,wBAAQK,WAAW,KAAG,sBAC5B,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,8pBAW/F,+GACA,uBAAG,wBAAQK,WAAW,KAAG,6CACzB,+EAA4D,oBAAIA,WAAW,KAAG,aAAmB,yCACjG,wBACE,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,QAAc,YAAa,oBAAIA,WAAW,MAAI,UACrF,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,QAAc,cAAe,oBAAIA,WAAW,MAAI,UACvF,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,QAAc,YAAa,oBAAIA,WAAW,MAAI,cACrF,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,SAAe,aAAc,oBAAIA,WAAW,MAAI,eAEzF,kFACA,cAAC,IAAG,CAACC,IAAG,8CAAiDC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAC1F,4LAEA,0GACA,6MACA,uBAAG,wBAAQK,WAAW,KAAG,oDACzB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,ykBAuBlG,uBAAG,wBAAQK,WAAW,KAAG,sCACzB,yDACA,uBAAG,wBAAQA,WAAW,KAAG,iBACzB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,ktBA4BtG,gMAEDH,EAAWY,gBAAiB,G,sEC9H5B,+EAuCeC,IAnBHX,IACX,MAAM,IAAEO,EAAG,MAAEE,EAAK,OAAED,GAAWR,GACzB,QAAEY,GAAYC,sBAMpB,OACC,2BACC,uBAC6BT,MART,CACtBU,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BT,IAAM,GAAEK,IAAUL,IAClBC,OAAS,IAAEA,GAAU,QACrBC,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAQ,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-search-search-relationship.1d764e51.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"relationship-search\"\n    }}>{`Relationship Search`}</h1>\n    <p>{`Apache Atlas is a metadata governance tool that features the ability to search for pre-defined entities of the defined model.`}</p>\n    <p>{`We are able to search for these entities by specifying generic attributes (such as ‘name’, ‘qualified name’, ‘description’ etc), entity type definition specific attributes (attributes unique to certain entities such as ‘cluster name’ for hdfs_path type entities) and also on parameters like classifications applied, sub-types of entities and deleted entities. However these results only return entities which fulfil the parameters of the search queries.`}</p>\n    <p>{`A relationship, which also follows a similar structure to an entity, describes various metadata between two entity end-points. For example, let us assume that in the case of a relationship between hive_table and hive_db, the relationship type name is called hive_table_db and it can have its own metadata which can be added as an attributes to this model.`}</p>\n    <p>{`The Relationship search allows you to get the metadata between two entity model, by querying using relationship type name, and it also has support for filtering on the relationship attribute(s).`}</p>\n    <p>{`The entire query structure can be represented using the following JSON structure (called RelationshipSearchParameters)`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"relationshipName\":       \"hive_table_db\",\n  \"excludeDeletedEntities\": true,\n  \"offset\":                 0,\n  \"limit\":                  25,\n  \"relationshipFilters\":    {  },\n  \"sortBy\":                 \"table_name\",\n  \"sortOrder\":              ASCENDING,\n  \"marker\":                 \"*\"\n}`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Field description`}</strong></p>\n <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`relationshipName:       the type of relationship to look for\nexcludeDeletedEntities: should the search exclude deleted entities? (default: true)\noffset:                 starting offset of the result set (useful for pagination)\nlimit:                  max number of results to fetch\nrelationshipFilters:    relationship attribute filter(s)\nsortBy:                 attribute to which results are sorted by\nsortOrder:              sorting order of results\nmarker:                 add either offset or marker, value of marker for first page will be '*'\n                        and value of nextMarker: in the response will be input of marker for subsequent pages`}\n    </SyntaxHighlighter>\n    <p>{`Attribute based filtering can be done on multiple attributes with AND/OR conditions.`}</p>\n    <p><strong parentName=\"p\">{`Real time example of Relationship Search`}</strong></p>\n    <p>{`Consider use-case of social media based application '`}<em parentName=\"p\">{`Instagram`}</em>{`' and its basic functionalities like:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`User`}</em>{` creates `}<em parentName=\"li\">{`Posts`}</em></li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`User`}</em>{` reacts to `}<em parentName=\"li\">{`Posts`}</em></li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`User`}</em>{` creates `}<em parentName=\"li\">{`Highlight`}</em></li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Posts`}</em>{` added in `}<em parentName=\"li\">{`Highlight`}</em></li>\n    </ul>\n    <p>{`Below is the Metadata Model highlighting above use-case`}</p>\n    <Img src={`/images/twiki/relationship_search_model.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <p>{`Example:\nConsider a user Ajay, who had uploaded his celebratory Diwali photo as a post. Users like Divya, Rahul and many others reacted with a like to his post.`}</p>\n    <p>{`Now the user Ajay wants to find out the number of 'like' reactions to his post.`}</p>\n    <p>{`For his search, he will focus on 'user_post' relationship type and filter those with attributes where reactions have 'like' in them and in which the post name has 'Diwali' in it.`}</p>\n    <p><strong parentName=\"p\">{`Example of filtering (for user_post attributes)`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`   {\n     \"relationshipName\":       \"user_post\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"relationshipFilters\": {\n        \"condition\": \"AND\",\n        \"criterion\": [\n           {\n              \"attributeName\":  \"reaction\",\n              \"operator\":       \"eq\",\n              \"attributeValue\": \"like\"\n           },\n           {\n              \"attributeName\":  \"post_name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"Diwali\"\n           }\n        ]\n     }\n   }`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Supported operators for filtering`}</strong></p>\n    <p>{`Same operators as basic search`}</p>\n    <p><strong parentName=\"p\">{`CURL Samples`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -sivk -g\n    -u <user>:<password>\n    -X POST\n    -d '{\n     \"relationshipName\":       \"user_post\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"relationshipFilters\": {\n        \"condition\": \"AND\",\n        \"criterion\": [\n           {\n              \"attributeName\":  \"reaction\",\n              \"operator\":       \"eq\",\n              \"attributeValue\": \"like\"\n           },\n           {\n              \"attributeName\":  \"post_name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"Diwali\"\n           }\n        ]\n     }\n   }'\n    <protocol>://<atlas_host>:<atlas_port>/api/atlas/v2/search/relations`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js b/2.3.0/static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js
new file mode 100644
index 0000000..515455c
--- /dev/null
+++ b/2.3.0/static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[39],{"./src/documents/Security/AtlasRangerAuthorizer.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return d}));var i=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),r=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),l=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=t("./theme/components/shared/Img/index.js"),s=["components"],c={};function d(e){var a=e.components,t=Object(i.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},c,t,{components:a,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"atlas-ranger-authorizer"},"Atlas Ranger Authorizer"),Object(n.mdx)("h2",{id:"setting-up-apache-atlas-to-use-apache-ranger-authorization"},"Setting up Apache Atlas to use Apache Ranger Authorization"),Object(n.mdx)("p",null,"As detailed in ",Object(n.mdx)("a",{parentName:"p",href:"#/AuthorizationModel"},"Atlas Authorization Model"),", Apache Atlas supports pluggable authorization\nmodel. Apache Ranger provides an authorizer implementation that uses Apache Ranger policies for authorization. In\naddition, the authorizer provided by Apache Ranger audits all authorizations into a central audit store."),Object(n.mdx)("h3",{id:"configure-apache-atlas"},"Configure Apache Atlas"),Object(n.mdx)("p",null,"To configure Apache Atlas to use Apache Ranger authorizer, please follow the instructions given below:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Include the following property in atlas-application.properties config file:")),Object(n.mdx)(l.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.authorizer.impl=ranger"),Object(n.mdx)("p",null,"   If you use Apache Ambari to deploy Apache Atlas and Apache Ranger, enable Atlas plugin in configuration pages for\nApache Ranger."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Include libraries of Apache Ranger plugin in libext directory of Apache Atlas",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas installation directory>"),"/libext/ranger-atlas-plugin-impl/"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas installation directory>"),"/libext/ranger-atlas-plugin-shim-",Object(n.mdx)("version",null),".jar"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas installation directory>"),"/libext/ranger-plugin-classloader-",Object(n.mdx)("version",null),".jar")))),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Include configuration files for Apache Ranger plugin in configuration directory of Apache Atlas - typically under /etc/atlas/conf directory. For more details on configuration file contents, please refer to appropriate documentation in Apache Ranger.",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas configuration directory>"),"/ranger-atlas-audit.xml"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas configuration directory>"),"/ranger-atlas-security.xml"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas configuration directory>"),"/ranger-policymgr-ssl.xml"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas configuration directory>"),"/ranger-security.xml")))),Object(n.mdx)("h3",{id:"apache-ranger-authorization-policy-model-for-apache-atlas"},"Apache Ranger authorization policy model for Apache Atlas"),Object(n.mdx)("p",null,"Apache Ranger authorization policy model for Apache Atlas supports 3 resource hierarchies, to control access to: types,\nentities and admin operations. Following images show various details of each type of policy in Apache Ranger."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Types"))),Object(n.mdx)("p",null,"Following authorization policy allows user 'admin' to create/update/delete any classification type."),Object(n.mdx)(o.a,{alt:"Apache Ranger policy for type operations",src:"/images/twiki/ranger-policy-types.png",width:"600",mdxType:"Img"}),Object(n.mdx)("hr",null),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Entity"))),Object(n.mdx)("p",null,"Following authorization policy allows user 'admin' perform all operations on metadata entities of Hive database named \"my_db\"."),Object(n.mdx)(o.a,{alt:"Apache Ranger policy for entity operations",src:"/images/twiki/ranger-policy-entities.png",width:"600",mdxType:"Img"}),Object(n.mdx)("hr",null),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Admin Operations"),"\nFollowing authorization policy allows user 'admin' to perform export/import admin operations.")),Object(n.mdx)(o.a,{alt:"Apache Ranger policy for admin operations",src:"/images/twiki/ranger-policy-admin.png",width:"600",mdxType:"Img"}),Object(n.mdx)("hr",null),Object(n.mdx)("h3",{id:"apache-ranger-access-audit-for-apache-atlas-authorizations"},"Apache Ranger access audit for Apache Atlas authorizations"),Object(n.mdx)("p",null,"Apache Ranger authorization plugin generates audit logs with details of the access authorized by the plugin. The details\ninclude the object accessed (e.g. hive_table with ID cost_savings.claim_savings@cl1), type of access performed (e.g.\nentity-add-classification, entity-remove-classification), name of the user, time of access and the IP address the access\nrequest came from - as shown in the following image."),Object(n.mdx)(o.a,{alt:"Apache Ranger audit ",src:"/images/twiki/ranger-audit.png",width:"800",mdxType:"Img"}))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/AtlasRangerAuthorizer.md"}}),d.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,a,t){"use strict";var i=t("../node_modules/react/index.js"),n=t("./docz-lib/docz/dist/index.js");a.a=e=>{const{src:a,width:t,height:r}=e,{baseUrl:l}=Object(n.useConfig)();return i.createElement("div",null,i.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${l}${a}`,height:""+(r||"auto"),width:""+(t||"100%")}))}},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var i=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",a.a=i.a}}]);
+//# sourceMappingURL=documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..c74999c
--- /dev/null
+++ b/2.3.0/static/js/documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/AtlasRangerAuthorizer.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","alt","src","width","isMDXComponent","Img","height","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"uoBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,2BAAyB,2BAEjC,oBACE,GAAM,8DAA4D,8DAEpE,yCAAsB,mBAAGC,WAAW,IAChC,KAAQ,wBAAsB,6BACI,gRAGtC,oBACE,GAAM,0BAAwB,0BAEhC,iIACA,wBACE,oBAAIA,WAAW,MAAI,gFAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,gCAGnG,+JAEA,wBACE,oBAAIC,WAAW,MAAI,gFACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,kCAAgD,qCAC/F,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,kCAAgD,oCAAqC,8BAAW,QAC/I,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,kCAAgD,qCAAsC,8BAAW,WAItJ,wBACE,oBAAIA,WAAW,MAAI,4PACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,mCAAiD,2BAChG,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,mCAAiD,8BAChG,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,mCAAiD,6BAChG,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,mCAAiD,2BAItG,oBACE,GAAM,6DAA2D,6DAEnE,iQAEA,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,WAE7C,8HACA,cAAC,IAAG,CAACK,IAAI,2CAA2CC,IAAG,wCAA2CC,MAAM,MAAMR,QAAQ,QACtH,yBACA,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,YAE7C,2JACA,cAAC,IAAG,CAACK,IAAI,6CAA6CC,IAAG,2CAA8CC,MAAM,MAAMR,QAAQ,QAC3H,yBACA,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,oBAA8B,oGAG3E,cAAC,IAAG,CAACK,IAAI,4CAA4CC,IAAG,wCAA2CC,MAAM,MAAMR,QAAQ,QACvH,yBACA,oBACE,GAAM,8DAA4D,8DAEpE,ybAIA,cAAC,IAAG,CAACM,IAAI,uBAAuBC,IAAG,iCAAoCC,MAAM,MAAMR,QAAQ,SAE9F,qMAEDH,EAAWY,gBAAiB,G,sEClG5B,+EAuCeC,IAnBHX,IACX,MAAM,IAAEQ,EAAG,MAAEC,EAAK,OAAEG,GAAWZ,GACzB,QAAEa,GAAYC,sBAMpB,OACC,2BACC,uBAC6BT,MART,CACtBU,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BT,IAAM,GAAEK,IAAUL,IAClBI,OAAS,IAAEA,GAAU,QACrBH,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAS,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-ranger-authorizer\"\n    }}>{`Atlas Ranger Authorizer`}</h1>\n    <h2 {...{\n      \"id\": \"setting-up-apache-atlas-to-use-apache-ranger-authorization\"\n    }}>{`Setting up Apache Atlas to use Apache Ranger Authorization`}</h2>\n    <p>{`As detailed in `}<a parentName=\"p\" {...{\n        \"href\": \"#/AuthorizationModel\"\n      }}>{`Atlas Authorization Model`}</a>{`, Apache Atlas supports pluggable authorization\nmodel. Apache Ranger provides an authorizer implementation that uses Apache Ranger policies for authorization. In\naddition, the authorizer provided by Apache Ranger audits all authorizations into a central audit store.`}</p>\n    <h3 {...{\n      \"id\": \"configure-apache-atlas\"\n    }}>{`Configure Apache Atlas`}</h3>\n    <p>{`To configure Apache Atlas to use Apache Ranger authorizer, please follow the instructions given below:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Include the following property in atlas-application.properties config file:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`atlas.authorizer.impl=ranger`}\n    </SyntaxHighlighter>\n    <p>{`   If you use Apache Ambari to deploy Apache Atlas and Apache Ranger, enable Atlas plugin in configuration pages for\nApache Ranger.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Include libraries of Apache Ranger plugin in libext directory of Apache Atlas`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas installation directory>`}</inlineCode>{`/libext/ranger-atlas-plugin-impl/`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas installation directory>`}</inlineCode>{`/libext/ranger-atlas-plugin-shim-`}<version />{`.jar`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas installation directory>`}</inlineCode>{`/libext/ranger-plugin-classloader-`}<version />{`.jar`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Include configuration files for Apache Ranger plugin in configuration directory of Apache Atlas - typically under /etc/atlas/conf directory. For more details on configuration file contents, please refer to appropriate documentation in Apache Ranger.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas configuration directory>`}</inlineCode>{`/ranger-atlas-audit.xml`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas configuration directory>`}</inlineCode>{`/ranger-atlas-security.xml`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas configuration directory>`}</inlineCode>{`/ranger-policymgr-ssl.xml`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas configuration directory>`}</inlineCode>{`/ranger-security.xml`}</li>\n        </ul>\n      </li>\n    </ul>\n    <h3 {...{\n      \"id\": \"apache-ranger-authorization-policy-model-for-apache-atlas\"\n    }}>{`Apache Ranger authorization policy model for Apache Atlas`}</h3>\n    <p>{`Apache Ranger authorization policy model for Apache Atlas supports 3 resource hierarchies, to control access to: types,\nentities and admin operations. Following images show various details of each type of policy in Apache Ranger.`}</p>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Types`}</strong></li>\n    </ul>\n    <p>{`Following authorization policy allows user 'admin' to create/update/delete any classification type.`}</p>\n    <Img alt=\"Apache Ranger policy for type operations\" src={`/images/twiki/ranger-policy-types.png`} width=\"600\" mdxType=\"Img\" />\n    <hr></hr>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Entity`}</strong></li>\n    </ul>\n    <p>{`Following authorization policy allows user 'admin' perform all operations on metadata entities of Hive database named \"my_db\".`}</p>\n    <Img alt=\"Apache Ranger policy for entity operations\" src={`/images/twiki/ranger-policy-entities.png`} width=\"600\" mdxType=\"Img\" />\n    <hr></hr>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Admin Operations`}</strong>{`\nFollowing authorization policy allows user 'admin' to perform export/import admin operations.`}</li>\n    </ul>\n    <Img alt=\"Apache Ranger policy for admin operations\" src={`/images/twiki/ranger-policy-admin.png`} width=\"600\" mdxType=\"Img\" />\n    <hr></hr>\n    <h3 {...{\n      \"id\": \"apache-ranger-access-audit-for-apache-atlas-authorizations\"\n    }}>{`Apache Ranger access audit for Apache Atlas authorizations`}</h3>\n    <p>{`Apache Ranger authorization plugin generates audit logs with details of the access authorized by the plugin. The details\ninclude the object accessed (e.g. hive_table with ID cost_savings.claim_savings@cl1), type of access performed (e.g.\nentity-add-classification, entity-remove-classification), name of the user, time of access and the IP address the access\nrequest came from - as shown in the following image.`}</p>\n    <Img alt=\"Apache Ranger audit \" src={`/images/twiki/ranger-audit.png`} width=\"800\" mdxType=\"Img\" />\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js b/2.3.0/static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js
new file mode 100644
index 0000000..a0703ed
--- /dev/null
+++ b/2.3.0/static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[40],{"./src/documents/Security/AtlasSimpleAuthorizer.md":function(e,t,s){"use strict";s.r(t),s.d(t,"default",(function(){return d}));var n=s("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(s("../node_modules/react/index.js"),s("../node_modules/@mdx-js/react/dist/esm.js")),l=(s("./theme/styles/styled-colors.js"),s("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),a=s("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=["components"],r={};function d(e){var t=e.components,s=Object(n.a)(e,o);return Object(i.mdx)("wrapper",Object.assign({},r,s,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"atlas-simple-authorizer"},"Atlas Simple Authorizer"),Object(i.mdx)("h2",{id:"setting-up-atlas-to-use-simple-authorizer"},"Setting up Atlas to use Simple Authorizer"),Object(i.mdx)("p",null,"As detailed in Atlas ",Object(i.mdx)("a",{parentName:"p",href:"#/AuthorizationModel"},"Authorization Model"),", Apache Atlas supports a pluggable authorization\nmodel. Simple authorizer is the default authorizer implementation included in Apache Atlas. Simple authorizer uses\npolicies defined in a JSON file. This document provides details of steps to configure Apache Atlas to use the simple\nauthorizer and details of the JSON file format containing authorization policies."),Object(i.mdx)("h2",{id:"configure-apache-atlas"},"Configure Apache Atlas"),Object(i.mdx)("p",null,"To configure Apache Atlas to use simple authorizer, include the following properties in application.properties config file:"),Object(i.mdx)(a.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authorizer.impl=simple\natlas.authorizer.simple.authz.policy.file=/etc/atlas/conf/atlas-simple-authz-policy.json"),Object(i.mdx)("p",null,"Please note that if the policy file location specified is not an absolute path, the file will be looked up in following paths:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Apache Atlas configuration directory (specified by system property =atlas.conf=)"),Object(i.mdx)("li",{parentName:"ul"},"Apache Atlas server's current directory"),Object(i.mdx)("li",{parentName:"ul"},"CLASSPATH")),Object(i.mdx)("h3",{id:"policy-file-format"},"Policy file format"),Object(i.mdx)("p",null,"Simple authorizer uses =roles= to group permissions, which can then be assigned to users and user-groups. Following examples\nwould help to understand the details of the policy file format:"),Object(i.mdx)("h3",{id:"roles"},"Roles"),Object(i.mdx)("p",null,"Following policy file defines 3 roles:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"ROLE_ADMIN: has all permissions"),Object(i.mdx)("li",{parentName:"ul"},'PROD_READ_ONLY: has access to read entities having qualifiedName ending with "@prod"'),Object(i.mdx)("li",{parentName:"ul"},'TEST_ALL_ACCESS: has all access to entities having qualifiedName ending with "@test"')),Object(i.mdx)("p",null,"Simple authorizer supports Java reg-ex to specify values for privilege/entity-type/entity-id/classification/typeName/typeCategory."),Object(i.mdx)(a.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'{\n  "roles": {\n    "ROLE_ADMIN": {\n      "adminPermissions": [\n        {\n          "privileges": [ ".*" ]\n        }\n      ],\n  "entityPermissions": [\n    {\n      "privileges":      [ ".*" ],\n      "entityTypes":     [ ".*" ],\n      "entityIds":       [ ".*" ],\n      "classifications": [ ".*" ]\n    }\n  ],\n\n  "typePermissions": [\n    {\n      "privileges":     [ ".*" ],\n      "typeCategories": [ ".*" ],\n      "typeNames":      [ ".*" ]\n    }\n  ]\n},\n\n"PROD_READ_ONLY" : {\n  "entityPermissions": [\n    {\n      "privileges":      [ "entity-read", "entity-read-classification" ],\n      "entityTypes":     [ ".*" ],\n      "entityIds":       [ ".*@prod" ],\n      "classifications": [ ".*" ]\n    }\n}\n\n"TEST_ALL_ACCESS" : {\n  "entityPermissions": [\n    {\n      "privileges":      [ ".*" ],\n      "entityTypes":     [ ".*" ],\n      "entityIds":       [ ".*@test" ],\n      "classifications": [ ".*" ]\n    }\n}\n  },\n  "userRoles": {\n   ...\n  },\n  "groupRoles": {\n   ...\n  }\n}'),Object(i.mdx)("h3",{id:"assign-roles-to-users-and-user-groups"},"Assign Roles to Users and User Groups"),Object(i.mdx)("p",null,"Roles defined above can be assigned (granted) to users as shown below:"),Object(i.mdx)(a.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'{\n  "roles": {\n   ...\n  },\n  "userRoles": {\n    "admin":   [ "ROLE_ADMIN" ],\n    "steward": [ "DATA_STEWARD" ],\n    "user1":   [ "PROD_READ_ONLY" ],\n    "user2":   [ "TEST_ALL_ACCESS" ],\n    "user3":   [ "PROD_READ_ONLY", "TEST_ALL_ACCESS" ],\n  },\n  "groupRoles": {\n   ...\n  }\n}'),Object(i.mdx)("p",null,"Roles can be assigned (granted) to user-groups as shown below. A user can belong to multiple groups; roles assigned to\nall groups the user belongs to will be used to authorize the access."),Object(i.mdx)(a.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'{\n  "roles": {\n   ...\n  },\n  "userRoles": {\n   ...\n  },\n  "groupRoles": {\n    "admins":        [ "ROLE_ADMIN" ],\n    "dataStewards":  [ "DATA_STEWARD" ],\n    "testUsers":     [ "TEST_ALL_ACCESS" ],\n    "prodReadUsers": [ "PROD_READ_ONLY" ]\n  }\n}'))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/AtlasSimpleAuthorizer.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,s){"use strict";var n=s("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..37cc778
--- /dev/null
+++ b/2.3.0/static/js/documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/AtlasSimpleAuthorizer.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ylBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,2BAAyB,2BAEjC,oBACE,GAAM,6CAA2C,6CAEnD,+CAA4B,mBAAGC,WAAW,IACtC,KAAQ,wBAAsB,uBACF,kXAIhC,oBACE,GAAM,0BAAwB,0BAEhC,sJACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,0HAInG,yJACA,wBACE,oBAAIC,WAAW,MAAI,oFACnB,oBAAIA,WAAW,MAAI,2CACnB,oBAAIA,WAAW,MAAI,cAErB,oBACE,GAAM,sBAAoB,sBAE5B,wNAEA,oBACE,GAAM,SAAO,SAEf,iEACA,wBACE,oBAAIA,WAAW,MAAI,mCACnB,oBAAIA,WAAW,MAAI,wFACnB,oBAAIA,WAAW,MAAI,yFAErB,6JACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,4/BAuDnG,oBACE,GAAM,yCAAuC,yCAE/C,iGACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,wSAiBnG,uNAEA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,uQAiBtG,qMAEDH,EAAWS,gBAAiB,G,+DC/J5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-simple-authorizer\"\n    }}>{`Atlas Simple Authorizer`}</h1>\n    <h2 {...{\n      \"id\": \"setting-up-atlas-to-use-simple-authorizer\"\n    }}>{`Setting up Atlas to use Simple Authorizer`}</h2>\n    <p>{`As detailed in Atlas `}<a parentName=\"p\" {...{\n        \"href\": \"#/AuthorizationModel\"\n      }}>{`Authorization Model`}</a>{`, Apache Atlas supports a pluggable authorization\nmodel. Simple authorizer is the default authorizer implementation included in Apache Atlas. Simple authorizer uses\npolicies defined in a JSON file. This document provides details of steps to configure Apache Atlas to use the simple\nauthorizer and details of the JSON file format containing authorization policies.`}</p>\n    <h2 {...{\n      \"id\": \"configure-apache-atlas\"\n    }}>{`Configure Apache Atlas`}</h2>\n    <p>{`To configure Apache Atlas to use simple authorizer, include the following properties in application.properties config file:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authorizer.impl=simple\natlas.authorizer.simple.authz.policy.file=/etc/atlas/conf/atlas-simple-authz-policy.json`}\n    </SyntaxHighlighter>\n    <p>{`Please note that if the policy file location specified is not an absolute path, the file will be looked up in following paths:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Apache Atlas configuration directory (specified by system property =atlas.conf=)`}</li>\n      <li parentName=\"ul\">{`Apache Atlas server's current directory`}</li>\n      <li parentName=\"ul\">{`CLASSPATH`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"policy-file-format\"\n    }}>{`Policy file format`}</h3>\n    <p>{`Simple authorizer uses =roles= to group permissions, which can then be assigned to users and user-groups. Following examples\nwould help to understand the details of the policy file format:`}</p>\n    <h3 {...{\n      \"id\": \"roles\"\n    }}>{`Roles`}</h3>\n    <p>{`Following policy file defines 3 roles:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`ROLE_ADMIN: has all permissions`}</li>\n      <li parentName=\"ul\">{`PROD_READ_ONLY: has access to read entities having qualifiedName ending with \"@prod\"`}</li>\n      <li parentName=\"ul\">{`TEST_ALL_ACCESS: has all access to entities having qualifiedName ending with \"@test\"`}</li>\n    </ul>\n    <p>{`Simple authorizer supports Java reg-ex to specify values for privilege/entity-type/entity-id/classification/typeName/typeCategory.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"roles\": {\n    \"ROLE_ADMIN\": {\n      \"adminPermissions\": [\n        {\n          \"privileges\": [ \".*\" ]\n        }\n      ],\n  \"entityPermissions\": [\n    {\n      \"privileges\":      [ \".*\" ],\n      \"entityTypes\":     [ \".*\" ],\n      \"entityIds\":       [ \".*\" ],\n      \"classifications\": [ \".*\" ]\n    }\n  ],\n\n  \"typePermissions\": [\n    {\n      \"privileges\":     [ \".*\" ],\n      \"typeCategories\": [ \".*\" ],\n      \"typeNames\":      [ \".*\" ]\n    }\n  ]\n},\n\n\"PROD_READ_ONLY\" : {\n  \"entityPermissions\": [\n    {\n      \"privileges\":      [ \"entity-read\", \"entity-read-classification\" ],\n      \"entityTypes\":     [ \".*\" ],\n      \"entityIds\":       [ \".*@prod\" ],\n      \"classifications\": [ \".*\" ]\n    }\n}\n\n\"TEST_ALL_ACCESS\" : {\n  \"entityPermissions\": [\n    {\n      \"privileges\":      [ \".*\" ],\n      \"entityTypes\":     [ \".*\" ],\n      \"entityIds\":       [ \".*@test\" ],\n      \"classifications\": [ \".*\" ]\n    }\n}\n  },\n  \"userRoles\": {\n   ...\n  },\n  \"groupRoles\": {\n   ...\n  }\n}`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"assign-roles-to-users-and-user-groups\"\n    }}>{`Assign Roles to Users and User Groups`}</h3>\n    <p>{`Roles defined above can be assigned (granted) to users as shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"roles\": {\n   ...\n  },\n  \"userRoles\": {\n    \"admin\":   [ \"ROLE_ADMIN\" ],\n    \"steward\": [ \"DATA_STEWARD\" ],\n    \"user1\":   [ \"PROD_READ_ONLY\" ],\n    \"user2\":   [ \"TEST_ALL_ACCESS\" ],\n    \"user3\":   [ \"PROD_READ_ONLY\", \"TEST_ALL_ACCESS\" ],\n  },\n  \"groupRoles\": {\n   ...\n  }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Roles can be assigned (granted) to user-groups as shown below. A user can belong to multiple groups; roles assigned to\nall groups the user belongs to will be used to authorize the access.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"roles\": {\n   ...\n  },\n  \"userRoles\": {\n   ...\n  },\n  \"groupRoles\": {\n    \"admins\":        [ \"ROLE_ADMIN\" ],\n    \"dataStewards\":  [ \"DATA_STEWARD\" ],\n    \"testUsers\":     [ \"TEST_ALL_ACCESS\" ],\n    \"prodReadUsers\": [ \"PROD_READ_ONLY\" ]\n  }\n}`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-authentication.3ee79ab6.js b/2.3.0/static/js/documents-security-authentication.3ee79ab6.js
new file mode 100644
index 0000000..da466a1
--- /dev/null
+++ b/2.3.0/static/js/documents-security-authentication.3ee79ab6.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[41],{"./src/documents/Security/Authentication.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),r=["components"],d={};function s(e){var t=e.components,a=Object(n.a)(e,r);return Object(i.mdx)("wrapper",Object.assign({},d,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"authentication-in-apache-atlas"},"Authentication in Apache Atlas."),Object(i.mdx)("h3",{id:"authentication"},"Authentication"),Object(i.mdx)("p",null,"Atlas supports following authentication methods"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"File")),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Kerberos")),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"LDAP")),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Keycloak (OpenID Connect / OAUTH2)")),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"PAM"))),Object(i.mdx)("p",null,"Following properties should be set true to enable the authentication of that type in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties")," file."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.kerberos=true|false\natlas.authentication.method.ldap=true|false\natlas.authentication.method.file=true|false\natlas.authentication.method.keycloak=true|false"),Object(i.mdx)("p",null,"If two or more authentication methods are set to true, then the authentication falls back to the latter method if the earlier one fails.\nFor example if Kerberos authentication is set to true and ldap authentication is also set to true then, if for a request without kerberos principal and keytab LDAP authentication will be used as a fallback scenario."),Object(i.mdx)("h3",{id:"file-method"},"FILE method."),Object(i.mdx)("p",null,"File authentication requires users' login details in users credentials file in the format specified below and\nthe file path should set to property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.file.filename")," in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties"),"."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.file=true\natlas.authentication.method.file.filename=".concat("sys:atlas.home","/conf/users-credentials.properties")),Object(i.mdx)("p",null,"The users credentials file should have below format"),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"username=group::sha256-password"),Object(i.mdx)("p",null," For e.g."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"admin=ADMIN::e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a"),Object(i.mdx)("p",null,"Users group can be either ",Object(i.mdx)("strong",{parentName:"p"},"ADMIN"),", ",Object(i.mdx)("strong",{parentName:"p"},"DATA_STEWARD")," OR ",Object(i.mdx)("strong",{parentName:"p"},"DATA_SCIENTIST")),Object(i.mdx)("p",null,Object(i.mdx)("em",{parentName:"p"},"Note"),":-password is encoded with sha256 encoding method and can be generated using unix tool."),Object(i.mdx)("p",null,"For e.g."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'echo -n "Password" | sha256sum\ne7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a  -'),Object(i.mdx)("h3",{id:"kerberos-method"},"Kerberos Method."),Object(i.mdx)("p",null,"To enable the authentication in Kerberos mode in Atlas, set the property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.kerberos")," to true in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties")),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.kerberos = true"),Object(i.mdx)("p",null,"Also following properties should be set."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.kerberos.principal=<principal>/<fqdn>@EXAMPLE.COM\natlas.authentication.method.kerberos.keytab = /<key tab filepath>.keytab\natlas.authentication.method.kerberos.name.rules = RULE:[2:$1@$0](atlas@EXAMPLE.COM)s/.*/atlas/\natlas.authentication.method.kerberos.token.validity = 3600 [ in Seconds (optional)]"),Object(i.mdx)("h3",{id:"ldap-method"},"LDAP Method."),Object(i.mdx)("p",null,"To enable the authentication in LDAP mode in Atlas, set the property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.ldap")," to true and also set Ldap type to property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.ldap.type")," to LDAP or AD in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties"),".\nUse AD if connecting to Active Directory."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.ldap=true\natlas.authentication.method.ldap.type=ldap|ad"),Object(i.mdx)("p",null,"For LDAP or AD the following configuration needs to be set in atlas application properties."),Object(i.mdx)("h3",{id:"active-directory"},"Active Directory"),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.ldap.ad.domain= example.com\natlas.authentication.method.ldap.ad.url=ldap://<AD server ip>:389\natlas.authentication.method.ldap.ad.base.dn=DC=example,DC=com\natlas.authentication.method.ldap.ad.bind.dn=CN=Administrator,CN=Users,DC=example,DC=com\natlas.authentication.method.ldap.ad.bind.password=<password>\natlas.authentication.method.ldap.ad.referral=ignore\natlas.authentication.method.ldap.ad.user.searchfilter=(sAMAccountName={0})\natlas.authentication.method.ldap.ad.default.role=ROLE_USER"),Object(i.mdx)("h3",{id:"ldap-directory"},"LDAP Directory"),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.ldap.url=ldap://<Ldap server ip>:389\natlas.authentication.method.ldap.userDNpattern=uid={0},ou=users,dc=example,dc=com\natlas.authentication.method.ldap.groupSearchBase=dc=example,dc=com\natlas.authentication.method.ldap.groupSearchFilter=(member=cn={0},ou=users,dc=example,dc=com\natlas.authentication.method.ldap.groupRoleAttribute=cn\natlas.authentication.method.ldap.base.dn=dc=example,dc=com\natlas.authentication.method.ldap.bind.dn=cn=Manager,dc=example,dc=com\natlas.authentication.method.ldap.bind.password=<password>\natlas.authentication.method.ldap.referral=ignore\natlas.authentication.method.ldap.user.searchfilter=(uid={0})\natlas.authentication.method.ldap.default.role=ROLE_USER"),Object(i.mdx)("h3",{id:"keycloak-method"},"Keycloak Method."),Object(i.mdx)("p",null,"To enable Keycloak authentication mode in Atlas, set the property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.keycloak")," to true and also set the property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.keycloak.file")," to the location of your ",Object(i.mdx)("inlineCode",{parentName:"p"},"keycloak.json")," in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties"),".\nAlso set ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.keycloak.ugi-groups")," to false if you want to pickup groups from Keycloak. By default, the groups will be picked up from the ",Object(i.mdx)("em",{parentName:"p"},"roles")," defined in Keycloak. In case you want to use the groups\nyou need to create a mapping in keycloak and define ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.keycloak.groups_claim")," equal to the token claim name. Make sure ",Object(i.mdx)("strong",{parentName:"p"},"not")," to use the full group path and add the information to the access token."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.keycloak=true\natlas.authentication.method.keycloak.file=/opt/atlas/conf/keycloak.json\natlas.authentication.method.keycloak.ugi-groups=false"),Object(i.mdx)("p",null,"Setup you keycloak.json per instructions from Keycloak. Make sure to include ",Object(i.mdx)("inlineCode",{parentName:"p"},'"principal-attribute": "preferred_username"')," to ensure readable usernames and ",Object(i.mdx)("inlineCode",{parentName:"p"},'"autodetect-bearer-only": true'),"."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'{\n  "realm": "auth",\n  "auth-server-url": "http://keycloak-server/auth",\n  "ssl-required": "external",\n  "resource": "atlas",\n  "public-client": true,\n  "confidential-port": 0,\n  "principal-attribute": "preferred_username",\n  "autodetect-bearer-only": true\n}'),Object(i.mdx)("h3",{id:"pam"},"PAM."),Object(i.mdx)("p",null,"The prerequisite for enabling PAM authentication, is to have login service file in ",Object(i.mdx)("em",{parentName:"p"},"/etc/pam.d/")),Object(i.mdx)("p",null,"To enable the PAM authentication mode in Atlas."),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Set the atlas property ",Object(i.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.method.pam")," to true in ",Object(i.mdx)("inlineCode",{parentName:"li"},"atlas-application.properties"),".")),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.pam=true"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Set the property ",Object(i.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.method.pam.service=<login service>")," to use desired PAM login service.\nFor example, set below property to use ",Object(i.mdx)("inlineCode",{parentName:"li"},"/etc/pam.d/login"),".")),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.pam.service=login"))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/Authentication.md"}}),s.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-security-authentication.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-authentication.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-security-authentication.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..ee7ca62
--- /dev/null
+++ b/2.3.0/static/js/documents-security-authentication.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/Authentication.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-security-authentication.3ee79ab6.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"authentication-in-apache-atlas\"\n    }}>{`Authentication in Apache Atlas.`}</h1>\n    <h3 {...{\n      \"id\": \"authentication\"\n    }}>{`Authentication`}</h3>\n    <p>{`Atlas supports following authentication methods`}</p>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`File`}</strong></li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Kerberos`}</strong></li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`LDAP`}</strong></li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Keycloak (OpenID Connect / OAUTH2)`}</strong></li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`PAM`}</strong></li>\n    </ul>\n    <p>{`Following properties should be set true to enable the authentication of that type in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{` file.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.kerberos=true|false\natlas.authentication.method.ldap=true|false\natlas.authentication.method.file=true|false\natlas.authentication.method.keycloak=true|false`}\n </SyntaxHighlighter>\n    <p>{`If two or more authentication methods are set to true, then the authentication falls back to the latter method if the earlier one fails.\nFor example if Kerberos authentication is set to true and ldap authentication is also set to true then, if for a request without kerberos principal and keytab LDAP authentication will be used as a fallback scenario.`}</p>\n    <h3 {...{\n      \"id\": \"file-method\"\n    }}>{`FILE method.`}</h3>\n    <p>{`File authentication requires users' login details in users credentials file in the format specified below and\nthe file path should set to property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.file.filename`}</inlineCode>{` in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.file=true\natlas.authentication.method.file.filename=${'sys:atlas.home'}/conf/users-credentials.properties`}\n </SyntaxHighlighter>\n    <p>{`The users credentials file should have below format`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`username=group::sha256-password`}\n </SyntaxHighlighter>\n    <p>{` For e.g.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`admin=ADMIN::e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a`}\n    </SyntaxHighlighter>\n    <p>{`Users group can be either `}<strong parentName=\"p\">{`ADMIN`}</strong>{`, `}<strong parentName=\"p\">{`DATA_STEWARD`}</strong>{` OR `}<strong parentName=\"p\">{`DATA_SCIENTIST`}</strong></p>\n    <p><em parentName=\"p\">{`Note`}</em>{`:-password is encoded with sha256 encoding method and can be generated using unix tool.`}</p>\n    <p>{`For e.g.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`echo -n \"Password\" | sha256sum\ne7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a  -`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"kerberos-method\"\n    }}>{`Kerberos Method.`}</h3>\n    <p>{`To enable the authentication in Kerberos mode in Atlas, set the property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.kerberos`}</inlineCode>{` to true in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.kerberos = true`}\n </SyntaxHighlighter>\n    <p>{`Also following properties should be set.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.kerberos.principal=<principal>/<fqdn>@EXAMPLE.COM\natlas.authentication.method.kerberos.keytab = /<key tab filepath>.keytab\natlas.authentication.method.kerberos.name.rules = RULE:[2:$1@$0](atlas@EXAMPLE.COM)s/.*/atlas/\natlas.authentication.method.kerberos.token.validity = 3600 [ in Seconds (optional)]`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"ldap-method\"\n    }}>{`LDAP Method.`}</h3>\n    <p>{`To enable the authentication in LDAP mode in Atlas, set the property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.ldap`}</inlineCode>{` to true and also set Ldap type to property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.ldap.type`}</inlineCode>{` to LDAP or AD in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{`.\nUse AD if connecting to Active Directory.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.ldap=true\natlas.authentication.method.ldap.type=ldap|ad`}\n </SyntaxHighlighter>\n    <p>{`For LDAP or AD the following configuration needs to be set in atlas application properties.`}</p>\n    <h3 {...{\n      \"id\": \"active-directory\"\n    }}>{`Active Directory`}</h3>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.ldap.ad.domain= example.com\natlas.authentication.method.ldap.ad.url=ldap://<AD server ip>:389\natlas.authentication.method.ldap.ad.base.dn=DC=example,DC=com\natlas.authentication.method.ldap.ad.bind.dn=CN=Administrator,CN=Users,DC=example,DC=com\natlas.authentication.method.ldap.ad.bind.password=<password>\natlas.authentication.method.ldap.ad.referral=ignore\natlas.authentication.method.ldap.ad.user.searchfilter=(sAMAccountName={0})\natlas.authentication.method.ldap.ad.default.role=ROLE_USER`}\n </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"ldap-directory\"\n    }}>{`LDAP Directory`}</h3>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.ldap.url=ldap://<Ldap server ip>:389\natlas.authentication.method.ldap.userDNpattern=uid={0},ou=users,dc=example,dc=com\natlas.authentication.method.ldap.groupSearchBase=dc=example,dc=com\natlas.authentication.method.ldap.groupSearchFilter=(member=cn={0},ou=users,dc=example,dc=com\natlas.authentication.method.ldap.groupRoleAttribute=cn\natlas.authentication.method.ldap.base.dn=dc=example,dc=com\natlas.authentication.method.ldap.bind.dn=cn=Manager,dc=example,dc=com\natlas.authentication.method.ldap.bind.password=<password>\natlas.authentication.method.ldap.referral=ignore\natlas.authentication.method.ldap.user.searchfilter=(uid={0})\natlas.authentication.method.ldap.default.role=ROLE_USER`}\n </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"keycloak-method\"\n    }}>{`Keycloak Method.`}</h3>\n    <p>{`To enable Keycloak authentication mode in Atlas, set the property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.keycloak`}</inlineCode>{` to true and also set the property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.keycloak.file`}</inlineCode>{` to the location of your `}<inlineCode parentName=\"p\">{`keycloak.json`}</inlineCode>{` in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{`.\nAlso set `}<inlineCode parentName=\"p\">{`atlas.authentication.method.keycloak.ugi-groups`}</inlineCode>{` to false if you want to pickup groups from Keycloak. By default, the groups will be picked up from the `}<em parentName=\"p\">{`roles`}</em>{` defined in Keycloak. In case you want to use the groups\nyou need to create a mapping in keycloak and define `}<inlineCode parentName=\"p\">{`atlas.authentication.method.keycloak.groups_claim`}</inlineCode>{` equal to the token claim name. Make sure `}<strong parentName=\"p\">{`not`}</strong>{` to use the full group path and add the information to the access token.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.keycloak=true\natlas.authentication.method.keycloak.file=/opt/atlas/conf/keycloak.json\natlas.authentication.method.keycloak.ugi-groups=false`}\n </SyntaxHighlighter>\n    <p>{`Setup you keycloak.json per instructions from Keycloak. Make sure to include `}<inlineCode parentName=\"p\">{`\"principal-attribute\": \"preferred_username\"`}</inlineCode>{` to ensure readable usernames and `}<inlineCode parentName=\"p\">{`\"autodetect-bearer-only\": true`}</inlineCode>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"realm\": \"auth\",\n  \"auth-server-url\": \"http://keycloak-server/auth\",\n  \"ssl-required\": \"external\",\n  \"resource\": \"atlas\",\n  \"public-client\": true,\n  \"confidential-port\": 0,\n  \"principal-attribute\": \"preferred_username\",\n  \"autodetect-bearer-only\": true\n}`}\n </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"pam\"\n    }}>{`PAM.`}</h3>\n    <p>{`The prerequisite for enabling PAM authentication, is to have login service file in `}<em parentName=\"p\">{`/etc/pam.d/`}</em></p>\n    <p>{`To enable the PAM authentication mode in Atlas.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Set the atlas property `}<inlineCode parentName=\"li\">{`atlas.authentication.method.pam`}</inlineCode>{` to true in `}<inlineCode parentName=\"li\">{`atlas-application.properties`}</inlineCode>{`.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.pam=true`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Set the property `}<inlineCode parentName=\"li\">{`atlas.authentication.method.pam.service=<login service>`}</inlineCode>{` to use desired PAM login service.\nFor example, set below property to use `}<inlineCode parentName=\"li\">{`/etc/pam.d/login`}</inlineCode>{`.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.pam.service=login`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-authorization-model.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-security-authorization-model.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..6c9df73
--- /dev/null
+++ b/2.3.0/static/js/documents-security-authorization-model.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/AuthorizationModel.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"slBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,6BAA2B,6BAEnC,oBACE,GAAM,gBAAc,gBAEtB,8jBAKA,4JACA,oBACE,GAAM,oCAAkC,oCAE1C,0QAEA,wBACE,oBAAIC,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,kBACnB,oBAAIA,WAAW,MAAI,gBACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,SAErB,kLAEA,wBACE,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,WAErB,2FACA,wBACE,oBAAIA,WAAW,MAAI,gEACnB,oBAAIA,WAAW,MAAI,+DACnB,oBAAIA,WAAW,MAAI,mGAErB,oBACE,GAAM,uCAAqC,uCAE7C,+WAGA,wBACE,oBAAIA,WAAW,MAAI,QACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,uBACnB,oBAAIA,WAAW,MAAI,sBACnB,oBAAIA,WAAW,MAAI,yBACnB,oBAAIA,WAAW,MAAI,0BAErB,2FACA,wBACE,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,4FACnB,oBAAIA,WAAW,MAAI,yEACnB,oBAAIA,WAAW,MAAI,uGACnB,oBAAIA,WAAW,MAAI,mFAErB,oBACE,GAAM,qCAAmC,qCAE3C,8IACA,wBACE,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,oBACvC,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAEzC,6JACA,oBACE,GAAM,2BAAyB,2BAEjC,qKACA,iJAA8H,4BAAYA,WAAW,KAAG,yBAAuC,wFAAyF,4BAAYA,WAAW,KAAG,2DAAyE,KAC3X,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,ibAcnG,oBACE,GAAM,qBAAmB,qBAE3B,4LACmC,mBAAGC,WAAW,IAC7C,KAAQ,2BAAyB,8CAErC,oBACE,GAAM,qBAAmB,qBAE3B,0LAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,gCAGnG,8OACuF,mBAAGC,WAAW,IACjG,KAAQ,2BAAyB,6CACiB,KACtD,oBACE,GAAM,mBAAiB,mBAEzB,yQACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,+BAItG,kMAEDH,EAAWS,gBAAiB,G,+DC3I5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-security-authorization-model.b50faded.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-authorization-model\"\n    }}>{`Atlas Authorization Model`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`Atlas is a scalable and extensible set of core foundational governance services – enabling enterprises to effectively and\nefficiently meet their compliance requirements within Hadoop and allows integration with the whole enterprise data ecosystem.\nApache Atlas provides open metadata management and governance capabilities for organizations to build a catalog of their\ndata assets, classify and govern these assets and provide collaboration capabilities around these data assets for data\nscientists, analysts and the data governance team.`}</p>\n    <p>{`This document covers details of the authorization model supported by Apache Atlas to control access to metadata managed by Atlas.`}</p>\n    <h2 {...{\n      \"id\": \"authorization-of-access-to-types\"\n    }}>{`Authorization of access to Types`}</h2>\n    <p>{`Apache Atlas provides a type system that allows users to model the metadata objects they would like to manage. The model\nis composed of definitions called ‘types’. Apache Atlas type system supports following categories of types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity`}</li>\n      <li parentName=\"ul\">{`Classification`}</li>\n      <li parentName=\"ul\">{`Relationship`}</li>\n      <li parentName=\"ul\">{`Struct`}</li>\n      <li parentName=\"ul\">{`Enum`}</li>\n    </ul>\n    <p>{`The authorization model enables control of which users, groups can perform the following operations on types, based on\ntype names and type categories:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`create`}</li>\n      <li parentName=\"ul\">{`update`}</li>\n      <li parentName=\"ul\">{`delete`}</li>\n    </ul>\n    <p>{`Here are few examples of access controls supported by the model:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Admin users can create/update/delete types of all categories`}</li>\n      <li parentName=\"ul\">{`Data stewards can create/update/delete classification types`}</li>\n      <li parentName=\"ul\">{`Healthcare data stewards can create/update/delete types having names start with “hc”`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"authorization-of-access-to-entities\"\n    }}>{`Authorization of access to Entities`}</h2>\n    <p>{`An entity is an instance of an entity-type and such instances represent objects in the real world – for example a table\nin Hive, a HDFS file, a Kafka topic. The authorization model enables control of which users, groups can perform the\nfollowing operations on entities – based on entity-types, entity-classifications, entity-id:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`read`}</li>\n      <li parentName=\"ul\">{`create`}</li>\n      <li parentName=\"ul\">{`update`}</li>\n      <li parentName=\"ul\">{`delete`}</li>\n      <li parentName=\"ul\">{`read classification`}</li>\n      <li parentName=\"ul\">{`add classification`}</li>\n      <li parentName=\"ul\">{`update classification`}</li>\n      <li parentName=\"ul\">{`remove classification`}</li>\n    </ul>\n    <p>{`Here are few examples of access controls supported by the model:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Admin users can perform all entity operations on entities of all types`}</li>\n      <li parentName=\"ul\">{`Data stewards can perform all entity operations, except delete, on entities of all types`}</li>\n      <li parentName=\"ul\">{`Data quality admins can add/update/remove DATA_QUALITY classification`}</li>\n      <li parentName=\"ul\">{`Users in specific groups can read/update entities with PII classification or its sub-classification`}</li>\n      <li parentName=\"ul\">{`Finance users can read/update entities whose ID start with ‘finance’`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"authorization-of-admin-operations\"\n    }}>{`Authorization of Admin operations`}</h2>\n    <p>{`The authorization model enables control of which users, groups can perform the following administrative operations:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`import entities`}</em></li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`export entities`}</em></li>\n    </ul>\n    <p>{`Users with above accesses can import/export entities without requiring them to be granted with fine-grained entity level accesses.`}</p>\n    <h2 {...{\n      \"id\": \"pluggable-authorization\"\n    }}>{`Pluggable Authorization`}</h2>\n    <p>{`Apache Atlas supports a pluggable authorization interface, as shown below, that enable alternate implementations to handle authorizations.`}</p>\n    <p>{`The name of the class implementing the authorization interface can be registered with Apache Atlas using configuration `}<inlineCode parentName=\"p\">{`atlas.authorizer.impl`}</inlineCode>{`. When this property is not set, Apache Atlas will use its default implementation in `}<inlineCode parentName=\"p\">{`org.apache.atlas.authorize.simple.AtlasSimpleAuthorizer`}</inlineCode>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\n   package org.apache.atlas.authorize;\n   public interface AtlasAuthorizer {\n     void init();\n     void cleanUp();\n\n     boolean isAccessAllowed(AtlasAdminAccessRequest request) throws AtlasAuthorizationException;\n\n     boolean isAccessAllowed(AtlasEntityAccessRequest request) throws AtlasAuthorizationException;\n\n     boolean isAccessAllowed(AtlasTypeAccessRequest request) throws AtlasAuthorizationException;\n   }`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"simple-authorizer\"\n    }}>{`Simple Authorizer`}</h2>\n    <p>{`Simple authorizer is the default authorizer implementation included in Apache Atlas. For details of setting up Apache Atlas\nto use simple authorizer, please see `}<a parentName=\"p\" {...{\n        \"href\": \"#/AtlasSimpleAuthorizer\"\n      }}>{`Setting up Atlas to use Simple Authorizer`}</a></p>\n    <h2 {...{\n      \"id\": \"ranger-authorizer\"\n    }}>{`Ranger Authorizer`}</h2>\n    <p>{`To configure Apache Atlas to use authorization implementation provided by Apache Ranger, include the following property\nin application.properties config file:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authorizer.impl=ranger`}\n    </SyntaxHighlighter>\n    <p>{`Apache Ranger Authorizer requires configuration files to be setup, for example to specify Apache Ranger admin server URL,\nname of the service containing authorization policies, etc. For more details please see, `}<a parentName=\"p\" {...{\n        \"href\": \"#/AtlasRangerAuthorizer\"\n      }}>{`Setting up Atlas to use Ranger Authorizer`}</a>{`.`}</p>\n    <h2 {...{\n      \"id\": \"none-authorizer\"\n    }}>{`None authorizer`}</h2>\n    <p>{`In addition to the default authorizer, Apache Atlas includes an authorizer that permits all accesses to all users. This authorizer can be useful in test environments and unit tests. To use this authorizer, set the following configuration:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authorizer.impl=NONE`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-authorization-model.b50faded.js b/2.3.0/static/js/documents-security-authorization-model.b50faded.js
new file mode 100644
index 0000000..8807ddb
--- /dev/null
+++ b/2.3.0/static/js/documents-security-authorization-model.b50faded.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[42],{"./src/documents/Security/AuthorizationModel.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],r={};function c(e){var t=e.components,a=Object(i.a)(e,l);return Object(n.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"atlas-authorization-model"},"Atlas Authorization Model"),Object(n.mdx)("h2",{id:"introduction"},"Introduction"),Object(n.mdx)("p",null,"Atlas is a scalable and extensible set of core foundational governance services \u2013 enabling enterprises to effectively and\nefficiently meet their compliance requirements within Hadoop and allows integration with the whole enterprise data ecosystem.\nApache Atlas provides open metadata management and governance capabilities for organizations to build a catalog of their\ndata assets, classify and govern these assets and provide collaboration capabilities around these data assets for data\nscientists, analysts and the data governance team."),Object(n.mdx)("p",null,"This document covers details of the authorization model supported by Apache Atlas to control access to metadata managed by Atlas."),Object(n.mdx)("h2",{id:"authorization-of-access-to-types"},"Authorization of access to Types"),Object(n.mdx)("p",null,"Apache Atlas provides a type system that allows users to model the metadata objects they would like to manage. The model\nis composed of definitions called \u2018types\u2019. Apache Atlas type system supports following categories of types:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Entity"),Object(n.mdx)("li",{parentName:"ul"},"Classification"),Object(n.mdx)("li",{parentName:"ul"},"Relationship"),Object(n.mdx)("li",{parentName:"ul"},"Struct"),Object(n.mdx)("li",{parentName:"ul"},"Enum")),Object(n.mdx)("p",null,"The authorization model enables control of which users, groups can perform the following operations on types, based on\ntype names and type categories:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"create"),Object(n.mdx)("li",{parentName:"ul"},"update"),Object(n.mdx)("li",{parentName:"ul"},"delete")),Object(n.mdx)("p",null,"Here are few examples of access controls supported by the model:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Admin users can create/update/delete types of all categories"),Object(n.mdx)("li",{parentName:"ul"},"Data stewards can create/update/delete classification types"),Object(n.mdx)("li",{parentName:"ul"},"Healthcare data stewards can create/update/delete types having names start with \u201chc\u201d")),Object(n.mdx)("h2",{id:"authorization-of-access-to-entities"},"Authorization of access to Entities"),Object(n.mdx)("p",null,"An entity is an instance of an entity-type and such instances represent objects in the real world \u2013 for example a table\nin Hive, a HDFS file, a Kafka topic. The authorization model enables control of which users, groups can perform the\nfollowing operations on entities \u2013 based on entity-types, entity-classifications, entity-id:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"read"),Object(n.mdx)("li",{parentName:"ul"},"create"),Object(n.mdx)("li",{parentName:"ul"},"update"),Object(n.mdx)("li",{parentName:"ul"},"delete"),Object(n.mdx)("li",{parentName:"ul"},"read classification"),Object(n.mdx)("li",{parentName:"ul"},"add classification"),Object(n.mdx)("li",{parentName:"ul"},"update classification"),Object(n.mdx)("li",{parentName:"ul"},"remove classification")),Object(n.mdx)("p",null,"Here are few examples of access controls supported by the model:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Admin users can perform all entity operations on entities of all types"),Object(n.mdx)("li",{parentName:"ul"},"Data stewards can perform all entity operations, except delete, on entities of all types"),Object(n.mdx)("li",{parentName:"ul"},"Data quality admins can add/update/remove DATA_QUALITY classification"),Object(n.mdx)("li",{parentName:"ul"},"Users in specific groups can read/update entities with PII classification or its sub-classification"),Object(n.mdx)("li",{parentName:"ul"},"Finance users can read/update entities whose ID start with \u2018finance\u2019")),Object(n.mdx)("h2",{id:"authorization-of-admin-operations"},"Authorization of Admin operations"),Object(n.mdx)("p",null,"The authorization model enables control of which users, groups can perform the following administrative operations:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"import entities")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"export entities"))),Object(n.mdx)("p",null,"Users with above accesses can import/export entities without requiring them to be granted with fine-grained entity level accesses."),Object(n.mdx)("h2",{id:"pluggable-authorization"},"Pluggable Authorization"),Object(n.mdx)("p",null,"Apache Atlas supports a pluggable authorization interface, as shown below, that enable alternate implementations to handle authorizations."),Object(n.mdx)("p",null,"The name of the class implementing the authorization interface can be registered with Apache Atlas using configuration ",Object(n.mdx)("inlineCode",{parentName:"p"},"atlas.authorizer.impl"),". When this property is not set, Apache Atlas will use its default implementation in ",Object(n.mdx)("inlineCode",{parentName:"p"},"org.apache.atlas.authorize.simple.AtlasSimpleAuthorizer"),"."),Object(n.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"\n   package org.apache.atlas.authorize;\n   public interface AtlasAuthorizer {\n     void init();\n     void cleanUp();\n\n     boolean isAccessAllowed(AtlasAdminAccessRequest request) throws AtlasAuthorizationException;\n\n     boolean isAccessAllowed(AtlasEntityAccessRequest request) throws AtlasAuthorizationException;\n\n     boolean isAccessAllowed(AtlasTypeAccessRequest request) throws AtlasAuthorizationException;\n   }"),Object(n.mdx)("h2",{id:"simple-authorizer"},"Simple Authorizer"),Object(n.mdx)("p",null,"Simple authorizer is the default authorizer implementation included in Apache Atlas. For details of setting up Apache Atlas\nto use simple authorizer, please see ",Object(n.mdx)("a",{parentName:"p",href:"#/AtlasSimpleAuthorizer"},"Setting up Atlas to use Simple Authorizer")),Object(n.mdx)("h2",{id:"ranger-authorizer"},"Ranger Authorizer"),Object(n.mdx)("p",null,"To configure Apache Atlas to use authorization implementation provided by Apache Ranger, include the following property\nin application.properties config file:"),Object(n.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.authorizer.impl=ranger"),Object(n.mdx)("p",null,"Apache Ranger Authorizer requires configuration files to be setup, for example to specify Apache Ranger admin server URL,\nname of the service containing authorization policies, etc. For more details please see, ",Object(n.mdx)("a",{parentName:"p",href:"#/AtlasRangerAuthorizer"},"Setting up Atlas to use Ranger Authorizer"),"."),Object(n.mdx)("h2",{id:"none-authorizer"},"None authorizer"),Object(n.mdx)("p",null,"In addition to the default authorizer, Apache Atlas includes an authorizer that permits all accesses to all users. This authorizer can be useful in test environments and unit tests. To use this authorizer, set the following configuration:"),Object(n.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.authorizer.impl=NONE"))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/AuthorizationModel.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-security-authorization-model.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-security.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-security-security.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..f112b3f
--- /dev/null
+++ b/2.3.0/static/js/documents-security-security.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/Security.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-security-security.c044dc7f.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"security-features-of-apache-atlas\"\n    }}>{`Security Features of Apache Atlas`}</h1>\n    <h2 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h2>\n    <p>{`The following features are available for enhancing the security of the platform:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`SSL`}</li>\n      <li parentName=\"ul\">{`Service Authentication`}</li>\n      <li parentName=\"ul\">{`SPNEGO-based HTTP Authentication`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"ssl\"\n    }}>{`SSL`}</h2>\n    <p>{`Both SSL one-way (server authentication) and two-way (server and client authentication) are supported.  The following application properties (properties configured in the atlas-application.properties file) are available for configuring SSL:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.enableTLS`}</inlineCode>{` (false|true) `}{`[default: false]`}{` - enable/disable the SSL listener`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`keystore.file`}</inlineCode>{` - the path to the keystore file leveraged by the server.  This file contains the server certificate.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`truststore.file`}</inlineCode>{` - the path to the truststore file. This file contains the certificates of other trusted entities (e.g. the certificates for client processes if two-way SSL is enabled).  In most instances this can be set to the same value as the keystore.file property (especially if one-way SSL is enabled).`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`client.auth.enabled`}</inlineCode>{` (false|true) `}{`[default: false]`}{` - enable/disable client authentication.  If enabled, the client will have to authenticate to the server during the transport session key creation process (i.e. two-way SSL is in effect).`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`cert.stores.credential.provider.path`}</inlineCode>{` - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and server certificate are maintained in this secure file.  Utilize the cputil script in the 'bin' directory (see below) to populate this file with the passwords required.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.ssl.exclude.cipher.suites`}</inlineCode>{` - the excluded Cipher Suites list -  `}<em parentName=\"li\">{`NULL.`}</em>{`,.`}<em parentName=\"li\">{`RC4.`}</em>{`,.`}<em parentName=\"li\">{`MD5.`}</em>{`,.`}<em parentName=\"li\">{`DES.`}</em>{`,.`}<em parentName=\"li\">{`DSS.`}</em>{` are weak and unsafe Cipher Suites that are excluded by default. If additional Ciphers need to be excluded, set this property with the default Cipher Suites such as atlas.ssl.exclude.cipher.suites=.`}<em parentName=\"li\">{`NULL.`}</em>{`, .`}<em parentName=\"li\">{`RC4.`}</em>{`, .`}<em parentName=\"li\">{`MD5.`}</em>{`, .`}<em parentName=\"li\">{`DES.`}</em>{`, .`}<em parentName=\"li\">{`DSS.`}</em>{`, and add the additional Cipher Suites to the list with a comma separator. They can be added with their full name or a regular expression. The Cipher Suites listed in the atlas.ssl.exclude.cipher.suites property will have precedence over the default Cipher Suites. One would keep the default Cipher Suites, and add additional ones to be safe.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"credential-provider-utility-script\"\n    }}>{`Credential Provider Utility Script`}</h4>\n    <p>{`In order to prevent the use of clear-text passwords, the Atlas platofrm makes use of the Credential Provider facility for secure password storage (see `}<a parentName=\"p\" {...{\n        \"href\": \"http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/CommandsManual.html#credentia\"\n      }}>{`Hadoop Credential Command Reference`}</a>{` for more information about this facility).  The cputil script in the `}<inlineCode parentName=\"p\">{`bin`}</inlineCode>{` directory can be leveraged to create the password store required.`}</p>\n    <p>{`To create the credential provdier for Atlas:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`cd to the `}<inlineCode parentName=\"li\">{`bin`}</inlineCode>{` directory`}</li>\n      <li parentName=\"ul\">{`type `}<inlineCode parentName=\"li\">{`./cputil.py`}</inlineCode></li>\n      <li parentName=\"ul\">{`Enter the path for the generated credential provider.  The format for the path is:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`jceks://file/local/file/path/file.jceks or jceks://hdfs@namenodehost:port/path/in/hdfs/to/file.jceks.  The files generally use the \".jceks\" extension (e.g. test.jceks)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Enter the passwords for the keystore, truststore, and server key (these passwords need to match the ones utilized for actually creating the associated certificate store files).`}</li>\n    </ul>\n    <p>{`The credential provider will be generated and saved to the path provided.`}</p>\n    <h2 {...{\n      \"id\": \"service-authentication\"\n    }}>{`Service Authentication`}</h2>\n    <p>{`The Atlas platform, upon startup, is associated to an authenticated identity.  By default, in an insecure environment, that identity is the same as the OS authenticated user launching the server.  However, in a secure cluster leveraging kerberos, it is considered a best practice to configure a keytab and principal in order for the platform to authenticate to the KDC. This allows the service to subsequently interact with other secure cluster services (e.g. HDFS).`}</p>\n    <p>{`The properties for configuring service authentication are:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.authentication.method`}</inlineCode>{` (simple|kerberos) `}{`[default: simple]`}{` - the authentication method to utilize.  Simple will leverage the OS authenticated identity and is the default mechanism.  'kerberos' indicates that the service is required to authenticate to the KDC leveraging the configured keytab and principal.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.authentication.keytab`}</inlineCode>{` - the path to the keytab file.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.authentication.principal`}</inlineCode>{` - the principal to use for authenticating to the KDC.  The principal is generally of the form \"user/host@realm\".  You may use the '_HOST' token for the hostname and the local hostname will be substituted in by the runtime (e.g. \"Atlas/`}<a parentName=\"li\" {...{\n          \"href\": \"mailto:_HOST@EXAMPLE.COM\"\n        }}>{`_HOST@EXAMPLE.COM`}</a>{`\")`}</li>\n    </ul>\n    <blockquote>\n      <p parentName=\"blockquote\">{`Note that when Atlas is configured with HBase as the storage backend in a secure cluster, the graph db (JanusGraph) needs sufficient user permissions to be able to create and access an HBase table.  To grant the appropriate permissions see `}<a parentName=\"p\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Graph persistence engine - Hbase`}</a>{`.`}</p>\n    </blockquote>\n    <h3 {...{\n      \"id\": \"jaas-configuration\"\n    }}>{`JAAS configuration`}</h3>\n    <p>{`In a secure cluster, some components (such as Kafka) that Atlas interacts with, require Atlas to authenticate itself to them using JAAS. The following properties are used to set up appropriate JAAS Configuration.`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.loginModuleName`}</inlineCode>{` - the authentication method used by the component (for example, com.sun.security.auth.module.Krb5LoginModule)`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.loginModuleControlFlag`}</inlineCode>{` (required|requisite|sufficient|optional) `}{`[default: required]`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.useKeyTab`}</inlineCode>{` (true|false)`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.storeKey`}</inlineCode>{` (true | false)`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.serviceName`}</inlineCode>{` - service name of server component`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.keyTab`}</inlineCode>{` = `}<inlineCode parentName=\"li\">{`<atlas keytab>`}</inlineCode></li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.principal`}</inlineCode>{` = `}<inlineCode parentName=\"li\">{`<atlas principal>`}</inlineCode></li>\n    </ul>\n    <p>{`For example, the following property settings in jaas-application.properties file`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.jaas.KafkaClient.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.KafkaClient.loginModuleControlFlag = required\natlas.jaas.KafkaClient.option.useKeyTab = true\natlas.jaas.KafkaClient.option.storeKey = true\natlas.jaas.KafkaClient.option.serviceName = kafka\natlas.jaas.KafkaClient.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.KafkaClient.option.principal = kafka-client-1@EXAMPLE.COM\natlas.jaas.MyClient.0.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.MyClient.0.loginModuleControlFlag = required\natlas.jaas.MyClient.0.option.useKeyTab = true\natlas.jaas.MyClient.0.option.storeKey = true\natlas.jaas.MyClient.0.option.serviceName = kafka\natlas.jaas.MyClient.0.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.MyClient.0.option.principal = kafka-client-1@EXAMPLE.COM\natlas.jaas.MyClient.1.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.MyClient.1.loginModuleControlFlag = optional\natlas.jaas.MyClient.1.option.useKeyTab = true\natlas.jaas.MyClient.1.option.storeKey = true\natlas.jaas.MyClient.1.option.serviceName = kafka\natlas.jaas.MyClient.1.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.MyClient.1.option.principal = kafka-client-1@EXAMPLE.COM`}\n    </SyntaxHighlighter>\n    <p>{`will set the JAAS configuration that is equivalent to the following jaas.conf file entries.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`KafkaClient {\n   com.sun.security.auth.module.Krb5LoginModule required\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka\n   keyTab=\"/etc/security/keytabs/kafka_client.keytab\"\n   principal=\"kafka-client-1@EXAMPLE.COM\";\n};\nMyClient {\n   com.sun.security.auth.module.Krb5LoginModule required\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka keyTab=\"/etc/security/keytabs/kafka_client.keytab\"\n   principal=\"kafka-client-1@EXAMPLE.COM\";\n};\nMyClient {\n   com.sun.security.auth.module.Krb5LoginModule optional\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka\n   keyTab=\"/etc/security/keytabs/kafka_client.keytab\"\n   principal=\"kafka-client-1@EXAMPLE.COM\";\n};`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"spnego-based-http-authentication\"\n    }}>{`SPNEGO-based HTTP Authentication`}</h2>\n    <p>{`HTTP accesses to the Atlas platform can be secured by enabling the platform's SPNEGO support.  There are currently two supported authentication mechanisms:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`simple`}</inlineCode>{` - authentication is performed via a provided username`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`kerberos`}</inlineCode>{` - the KDC authenticated identity of the client is leveraged to authenticate to the server`}</li>\n    </ul>\n    <p>{`The kerberos support requires the client accessing the server to first authenticate to the KDC (usually this is done via the 'kinit' command).  Once authenticated, the user may access the server (the authenticated identity will be related to the server via the SPNEGO negotiation mechanism).`}</p>\n    <p>{`The properties for configuring the SPNEGO support are:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.enabled`}</inlineCode>{` (true|false) `}{`[default: false]`}{` - a property indicating whether to enable HTTP authentication`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.type`}</inlineCode>{` (simple|kerberos) `}{`[default: simple]`}{` - the authentication type`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.kerberos.principal`}</inlineCode>{` - the web-application Kerberos principal name. The Kerberos principal name must start with \"HTTP/...\". For example: \"HTTP/localhost@LOCALHOST\". There is no default value.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.kerberos.keytab`}</inlineCode>{` - the path to the keytab file containing the credentials for the kerberos principal.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.rest.address`}</inlineCode>{` - `}<inlineCode parentName=\"li\">{`<http/https>://<atlas-fqdn>:<atlas port>`}</inlineCode></li>\n    </ul>\n    <p>{`For a more detailed discussion of the HTTP authentication mechanism refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://hadoop.apache.org/docs/stable/hadoop-auth/Configuration.html\"\n      }}>{`Hadoop Auth, Java HTTP SPNEGO 2.6.0 - Server Side Configuration`}</a>{`.  The prefix that document references is \"atlas.http.authentication\" in the case of the Atlas authentication implementation.`}</p>\n    <h3 {...{\n      \"id\": \"client-security-configuration\"\n    }}>{`Client security configuration`}</h3>\n    <p>{`When leveraging Atlas client code to communicate with an Atlas server configured for SSL transport and/or Kerberos authentication, there is a requirement to provide the Atlas client configuration file that provides the security properties that allow for communication with, or authenticating to, the server.`}</p>\n    <p>{`Update the atlas-application.properties file with the appropriate settings (see below) and copy it to the client's classpath or to the directory specified by the \"atlas.conf\" system property.`}</p>\n    <p>{`The client properties for SSL communication are:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.enableTLS`}</inlineCode>{` (false|true) `}{`[default: false]`}{` - enable/disable the SSL client communication infrastructure.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`keystore.file`}</inlineCode>{` - the path to the keystore file leveraged by the client.  This file is only required if 2-Way SSL is enabled at the server and contains the client certificate.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`truststore.file`}</inlineCode>{` - the path to the truststore file. This file contains the certificates of trusted entities (e.g. the certificates for the server or a shared certification authority). This file is required for both one-way or two-way SSL.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`cert.stores.credential.provider.path`}</inlineCode>{` - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and client certificate are maintained in this secure file.`}</li>\n    </ul>\n    <p>{`The property required for authenticating to the server (if authentication is enabled):`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.type`}</inlineCode>{` (simple|kerberos) `}{`[default: simple]`}{` - the authentication type`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"solr-kerberos-configuration\"\n    }}>{`SOLR Kerberos configuration`}</h3>\n    <p>{`If the authentication type specified is 'kerberos', then the kerberos ticket cache will be accessed for authenticating to the server (Therefore the client is required to authenticate to the KDC prior to communication with the server using 'kinit' or a similar mechanism).`}</p>\n    <p>{`See `}<a parentName=\"p\" {...{\n        \"href\": \"https://cwiki.apache.org/confluence/display/RANGER/How+to+configure+Solr+Cloud+with+Kerberos+for+Ranger+0.5\"\n      }}>{`the Apache SOLR Kerberos configuration`}</a>{`.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Add principal and generate the keytab file for solr.  Create a keytab per host for each host where Solr is going to run and use the principal name with the host (e.g. addprinc -randkey solr/\\${HOST1}@EXAMPLE.COM. Replace \\${HOST1} with the actual host names).`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`kadmin.local\nkadmin.local:  addprinc -randkey solr/<hostname>@EXAMPLE.COM\nkadmin.local:  xst -k solr.keytab solr/<hostname>@EXAMPLE.COM\nkadmin.local:  quit`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Add principal and generate the keytab file for authenticating HTTP request. (Note that if Ambari is used to Kerberize the cluster, the keytab /etc/security/keytabs/spnego.service.keytab can be used)`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`kadmin.local\nkadmin.local:  addprinc -randkey HTTP/<hostname>@EXAMPLE.COM\nkadmin.local:  xst -k HTTP.keytab HTTP/<hostname>@EXAMPLE.COM\nkadmin.local:  quit`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Copy the keytab file to all the hosts running Solr.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`cp solr.keytab /etc/security/keytabs/\nchmod 400 /etc/security/keytabs/solr.keytab\ncp HTTP.keytab /etc/security/keytabs/\nchmod 400 /etc/security/keytabs/HTTP.keytab`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Create path in Zookeeper for storing the Solr configs and other parameters.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -zkhost $ZK_HOST:2181 -cmd makepath solr`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Upload the configuration to Zookeeper.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -cmd upconfig  -zkhost $ZK_HOST:2181/solr -confname basic_configs -confdir $SOLR_INSTALL_HOME/server/solr/configsets/_default/conf`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Create the JAAS configuration.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`vi /etc/solr/conf/solr_jaas.conf\nClient {\n  com.sun.security.auth.module.Krb5LoginModule required\n  useKeyTab=true\n  keyTab=\"/etc/security/keytabs/solr.keytab\"\n  storeKey=true\n  useTicketCache=true\n  debug=true\n  principal=\"solr/<hostname>@EXAMPLE.COM\";\n};`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Copy /etc/solr/conf/solr_jaas.conf to all hosts running Solr.`}</li>\n      <li parentName=\"ul\">{`Edit solr.in.sh in $SOLR_INSTALL_HOME/bin/`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`vi $SOLR_INSTALL_HOME/bin/solr.in.sh\nSOLR_JAAS_FILE=/etc/solr/conf/solr_jaas.conf\nSOLR_HOST='hostname -f'\nZK_HOST=\"$ZK_HOST1:2181,$ZK_HOST2:2181,$ZK_HOST3:2181/solr\"\nKERBEROS_REALM=\"EXAMPLE.COM\"\nSOLR_KEYTAB=/etc/solr/conf/solr.keytab\nSOLR_KERB_PRINCIPAL=HTTP@{KERBEROS_REALM}\nSOLR_KERB_KEYTAB=/etc/solr/conf/HTTP.keytab\nSOLR_AUTHENTICATION_CLIENT_CONFIGURER=\"org.apache.solr.client.solrj.impl.Krb5HttpClientConfigurer\"\nSOLR_AUTHENTICATION_OPTS=\" -DauthenticationPlugin=org.apache.solr.security.KerberosPlugin -Djava.security.auth.login.config={SOLR_JAAS_FILE} -Dsolr.kerberos.principal={SOLR_KERB_PRINCIPAL} -Dsolr.kerberos.keytab={SOLR_KERB_KEYTAB} -Dsolr.kerberos.cookie.domain={SOLR_HOST} -Dhost={SOLR_HOST} -Dsolr.kerberos.name.rules=DEFAULT\"`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Copy solr.in.sh to all hosts running Solr.`}</li>\n      <li parentName=\"ul\">{`Set up Solr to use the Kerberos plugin by uploading the security.json.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -zkhost <zk host>:2181 -cmd put /security.json '{\"authentication\":{\"class\": \"org.apache.solr.security.KerberosPlugin\"}}'`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Start Solr.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`$SOLR_INSTALL_HOME/bin/solr start -cloud -z $ZK_HOST1:2181,$ZK_HOST2:2181,$ZK_HOST3:2181 -noprompt`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Test Solr`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`kinit -k -t /etc/security/keytabs/HTTP.keytab HTTP/<host>@EXAMPLE.COM\ncurl --negotiate -u : \"http://<host>:8983/solr/\"`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Create collections in Solr corresponding to the indexes that Atlas uses and change the Atlas configuration to point to the Solr instance setup as described in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Installation\"\n        }}>{`Install Steps`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-security-security.c044dc7f.js b/2.3.0/static/js/documents-security-security.c044dc7f.js
new file mode 100644
index 0000000..9ee361a
--- /dev/null
+++ b/2.3.0/static/js/documents-security-security.c044dc7f.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[43],{"./src/documents/Security/Security.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],o={};function c(e){var t=e.components,a=Object(i.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},o,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"security-features-of-apache-atlas"},"Security Features of Apache Atlas"),Object(n.mdx)("h2",{id:"overview"},"Overview"),Object(n.mdx)("p",null,"The following features are available for enhancing the security of the platform:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"SSL"),Object(n.mdx)("li",{parentName:"ul"},"Service Authentication"),Object(n.mdx)("li",{parentName:"ul"},"SPNEGO-based HTTP Authentication")),Object(n.mdx)("h2",{id:"ssl"},"SSL"),Object(n.mdx)("p",null,"Both SSL one-way (server authentication) and two-way (server and client authentication) are supported.  The following application properties (properties configured in the atlas-application.properties file) are available for configuring SSL:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.enableTLS")," (false|true) ","[default: false]"," - enable/disable the SSL listener"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"keystore.file")," - the path to the keystore file leveraged by the server.  This file contains the server certificate."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"truststore.file")," - the path to the truststore file. This file contains the certificates of other trusted entities (e.g. the certificates for client processes if two-way SSL is enabled).  In most instances this can be set to the same value as the keystore.file property (especially if one-way SSL is enabled)."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"client.auth.enabled")," (false|true) ","[default: false]"," - enable/disable client authentication.  If enabled, the client will have to authenticate to the server during the transport session key creation process (i.e. two-way SSL is in effect)."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"cert.stores.credential.provider.path")," - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and server certificate are maintained in this secure file.  Utilize the cputil script in the 'bin' directory (see below) to populate this file with the passwords required."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.ssl.exclude.cipher.suites")," - the excluded Cipher Suites list -  ",Object(n.mdx)("em",{parentName:"li"},"NULL."),",.",Object(n.mdx)("em",{parentName:"li"},"RC4."),",.",Object(n.mdx)("em",{parentName:"li"},"MD5."),",.",Object(n.mdx)("em",{parentName:"li"},"DES."),",.",Object(n.mdx)("em",{parentName:"li"},"DSS.")," are weak and unsafe Cipher Suites that are excluded by default. If additional Ciphers need to be excluded, set this property with the default Cipher Suites such as atlas.ssl.exclude.cipher.suites=.",Object(n.mdx)("em",{parentName:"li"},"NULL."),", .",Object(n.mdx)("em",{parentName:"li"},"RC4."),", .",Object(n.mdx)("em",{parentName:"li"},"MD5."),", .",Object(n.mdx)("em",{parentName:"li"},"DES."),", .",Object(n.mdx)("em",{parentName:"li"},"DSS."),", and add the additional Cipher Suites to the list with a comma separator. They can be added with their full name or a regular expression. The Cipher Suites listed in the atlas.ssl.exclude.cipher.suites property will have precedence over the default Cipher Suites. One would keep the default Cipher Suites, and add additional ones to be safe.")),Object(n.mdx)("h4",{id:"credential-provider-utility-script"},"Credential Provider Utility Script"),Object(n.mdx)("p",null,"In order to prevent the use of clear-text passwords, the Atlas platofrm makes use of the Credential Provider facility for secure password storage (see ",Object(n.mdx)("a",{parentName:"p",href:"http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/CommandsManual.html#credentia"},"Hadoop Credential Command Reference")," for more information about this facility).  The cputil script in the ",Object(n.mdx)("inlineCode",{parentName:"p"},"bin")," directory can be leveraged to create the password store required."),Object(n.mdx)("p",null,"To create the credential provdier for Atlas:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"cd to the ",Object(n.mdx)("inlineCode",{parentName:"li"},"bin")," directory"),Object(n.mdx)("li",{parentName:"ul"},"type ",Object(n.mdx)("inlineCode",{parentName:"li"},"./cputil.py")),Object(n.mdx)("li",{parentName:"ul"},"Enter the path for the generated credential provider.  The format for the path is:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},'jceks://file/local/file/path/file.jceks or jceks://hdfs@namenodehost:port/path/in/hdfs/to/file.jceks.  The files generally use the ".jceks" extension (e.g. test.jceks)'))),Object(n.mdx)("li",{parentName:"ul"},"Enter the passwords for the keystore, truststore, and server key (these passwords need to match the ones utilized for actually creating the associated certificate store files).")),Object(n.mdx)("p",null,"The credential provider will be generated and saved to the path provided."),Object(n.mdx)("h2",{id:"service-authentication"},"Service Authentication"),Object(n.mdx)("p",null,"The Atlas platform, upon startup, is associated to an authenticated identity.  By default, in an insecure environment, that identity is the same as the OS authenticated user launching the server.  However, in a secure cluster leveraging kerberos, it is considered a best practice to configure a keytab and principal in order for the platform to authenticate to the KDC. This allows the service to subsequently interact with other secure cluster services (e.g. HDFS)."),Object(n.mdx)("p",null,"The properties for configuring service authentication are:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.method")," (simple|kerberos) ","[default: simple]"," - the authentication method to utilize.  Simple will leverage the OS authenticated identity and is the default mechanism.  'kerberos' indicates that the service is required to authenticate to the KDC leveraging the configured keytab and principal."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.keytab")," - the path to the keytab file."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.principal"),' - the principal to use for authenticating to the KDC.  The principal is generally of the form "user/host@realm".  You may use the \'_HOST\' token for the hostname and the local hostname will be substituted in by the runtime (e.g. "Atlas/',Object(n.mdx)("a",{parentName:"li",href:"mailto:_HOST@EXAMPLE.COM"},"_HOST@EXAMPLE.COM"),'")')),Object(n.mdx)("blockquote",null,Object(n.mdx)("p",{parentName:"blockquote"},"Note that when Atlas is configured with HBase as the storage backend in a secure cluster, the graph db (JanusGraph) needs sufficient user permissions to be able to create and access an HBase table.  To grant the appropriate permissions see ",Object(n.mdx)("a",{parentName:"p",href:"#/Configuration"},"Graph persistence engine - Hbase"),".")),Object(n.mdx)("h3",{id:"jaas-configuration"},"JAAS configuration"),Object(n.mdx)("p",null,"In a secure cluster, some components (such as Kafka) that Atlas interacts with, require Atlas to authenticate itself to them using JAAS. The following properties are used to set up appropriate JAAS Configuration."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.loginModuleName")," - the authentication method used by the component (for example, com.sun.security.auth.module.Krb5LoginModule)"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.loginModuleControlFlag")," (required|requisite|sufficient|optional) ","[default: required]"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.useKeyTab")," (true|false)"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.storeKey")," (true | false)"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.serviceName")," - service name of server component"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.keyTab")," = ",Object(n.mdx)("inlineCode",{parentName:"li"},"<atlas keytab>")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.principal")," = ",Object(n.mdx)("inlineCode",{parentName:"li"},"<atlas principal>"))),Object(n.mdx)("p",null,"For example, the following property settings in jaas-application.properties file"),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.jaas.KafkaClient.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.KafkaClient.loginModuleControlFlag = required\natlas.jaas.KafkaClient.option.useKeyTab = true\natlas.jaas.KafkaClient.option.storeKey = true\natlas.jaas.KafkaClient.option.serviceName = kafka\natlas.jaas.KafkaClient.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.KafkaClient.option.principal = kafka-client-1@EXAMPLE.COM\natlas.jaas.MyClient.0.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.MyClient.0.loginModuleControlFlag = required\natlas.jaas.MyClient.0.option.useKeyTab = true\natlas.jaas.MyClient.0.option.storeKey = true\natlas.jaas.MyClient.0.option.serviceName = kafka\natlas.jaas.MyClient.0.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.MyClient.0.option.principal = kafka-client-1@EXAMPLE.COM\natlas.jaas.MyClient.1.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.MyClient.1.loginModuleControlFlag = optional\natlas.jaas.MyClient.1.option.useKeyTab = true\natlas.jaas.MyClient.1.option.storeKey = true\natlas.jaas.MyClient.1.option.serviceName = kafka\natlas.jaas.MyClient.1.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.MyClient.1.option.principal = kafka-client-1@EXAMPLE.COM"),Object(n.mdx)("p",null,"will set the JAAS configuration that is equivalent to the following jaas.conf file entries."),Object(n.mdx)(r.a,{wrapLines:!0,language:"json",style:l.a,mdxType:"SyntaxHighlighter"},'KafkaClient {\n   com.sun.security.auth.module.Krb5LoginModule required\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka\n   keyTab="/etc/security/keytabs/kafka_client.keytab"\n   principal="kafka-client-1@EXAMPLE.COM";\n};\nMyClient {\n   com.sun.security.auth.module.Krb5LoginModule required\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka keyTab="/etc/security/keytabs/kafka_client.keytab"\n   principal="kafka-client-1@EXAMPLE.COM";\n};\nMyClient {\n   com.sun.security.auth.module.Krb5LoginModule optional\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka\n   keyTab="/etc/security/keytabs/kafka_client.keytab"\n   principal="kafka-client-1@EXAMPLE.COM";\n};'),Object(n.mdx)("h2",{id:"spnego-based-http-authentication"},"SPNEGO-based HTTP Authentication"),Object(n.mdx)("p",null,"HTTP accesses to the Atlas platform can be secured by enabling the platform's SPNEGO support.  There are currently two supported authentication mechanisms:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"simple")," - authentication is performed via a provided username"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"kerberos")," - the KDC authenticated identity of the client is leveraged to authenticate to the server")),Object(n.mdx)("p",null,"The kerberos support requires the client accessing the server to first authenticate to the KDC (usually this is done via the 'kinit' command).  Once authenticated, the user may access the server (the authenticated identity will be related to the server via the SPNEGO negotiation mechanism)."),Object(n.mdx)("p",null,"The properties for configuring the SPNEGO support are:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.enabled")," (true|false) ","[default: false]"," - a property indicating whether to enable HTTP authentication"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.type")," (simple|kerberos) ","[default: simple]"," - the authentication type"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.kerberos.principal"),' - the web-application Kerberos principal name. The Kerberos principal name must start with "HTTP/...". For example: "HTTP/localhost@LOCALHOST". There is no default value.'),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.kerberos.keytab")," - the path to the keytab file containing the credentials for the kerberos principal."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.rest.address")," - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<http/https>://<atlas-fqdn>:<atlas port>"))),Object(n.mdx)("p",null,"For a more detailed discussion of the HTTP authentication mechanism refer to ",Object(n.mdx)("a",{parentName:"p",href:"http://hadoop.apache.org/docs/stable/hadoop-auth/Configuration.html"},"Hadoop Auth, Java HTTP SPNEGO 2.6.0 - Server Side Configuration"),'.  The prefix that document references is "atlas.http.authentication" in the case of the Atlas authentication implementation.'),Object(n.mdx)("h3",{id:"client-security-configuration"},"Client security configuration"),Object(n.mdx)("p",null,"When leveraging Atlas client code to communicate with an Atlas server configured for SSL transport and/or Kerberos authentication, there is a requirement to provide the Atlas client configuration file that provides the security properties that allow for communication with, or authenticating to, the server."),Object(n.mdx)("p",null,'Update the atlas-application.properties file with the appropriate settings (see below) and copy it to the client\'s classpath or to the directory specified by the "atlas.conf" system property.'),Object(n.mdx)("p",null,"The client properties for SSL communication are:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.enableTLS")," (false|true) ","[default: false]"," - enable/disable the SSL client communication infrastructure."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"keystore.file")," - the path to the keystore file leveraged by the client.  This file is only required if 2-Way SSL is enabled at the server and contains the client certificate."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"truststore.file")," - the path to the truststore file. This file contains the certificates of trusted entities (e.g. the certificates for the server or a shared certification authority). This file is required for both one-way or two-way SSL."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"cert.stores.credential.provider.path")," - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and client certificate are maintained in this secure file.")),Object(n.mdx)("p",null,"The property required for authenticating to the server (if authentication is enabled):"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.type")," (simple|kerberos) ","[default: simple]"," - the authentication type")),Object(n.mdx)("h3",{id:"solr-kerberos-configuration"},"SOLR Kerberos configuration"),Object(n.mdx)("p",null,"If the authentication type specified is 'kerberos', then the kerberos ticket cache will be accessed for authenticating to the server (Therefore the client is required to authenticate to the KDC prior to communication with the server using 'kinit' or a similar mechanism)."),Object(n.mdx)("p",null,"See ",Object(n.mdx)("a",{parentName:"p",href:"https://cwiki.apache.org/confluence/display/RANGER/How+to+configure+Solr+Cloud+with+Kerberos+for+Ranger+0.5"},"the Apache SOLR Kerberos configuration"),"."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Add principal and generate the keytab file for solr.  Create a keytab per host for each host where Solr is going to run and use the principal name with the host (e.g. addprinc -randkey solr/${HOST1}@EXAMPLE.COM. Replace ${HOST1} with the actual host names).")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"kadmin.local\nkadmin.local:  addprinc -randkey solr/<hostname>@EXAMPLE.COM\nkadmin.local:  xst -k solr.keytab solr/<hostname>@EXAMPLE.COM\nkadmin.local:  quit"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Add principal and generate the keytab file for authenticating HTTP request. (Note that if Ambari is used to Kerberize the cluster, the keytab /etc/security/keytabs/spnego.service.keytab can be used)")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"kadmin.local\nkadmin.local:  addprinc -randkey HTTP/<hostname>@EXAMPLE.COM\nkadmin.local:  xst -k HTTP.keytab HTTP/<hostname>@EXAMPLE.COM\nkadmin.local:  quit"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Copy the keytab file to all the hosts running Solr.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"cp solr.keytab /etc/security/keytabs/\nchmod 400 /etc/security/keytabs/solr.keytab\ncp HTTP.keytab /etc/security/keytabs/\nchmod 400 /etc/security/keytabs/HTTP.keytab"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Create path in Zookeeper for storing the Solr configs and other parameters.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -zkhost $ZK_HOST:2181 -cmd makepath solr"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Upload the configuration to Zookeeper.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -cmd upconfig  -zkhost $ZK_HOST:2181/solr -confname basic_configs -confdir $SOLR_INSTALL_HOME/server/solr/configsets/_default/conf"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Create the JAAS configuration.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'vi /etc/solr/conf/solr_jaas.conf\nClient {\n  com.sun.security.auth.module.Krb5LoginModule required\n  useKeyTab=true\n  keyTab="/etc/security/keytabs/solr.keytab"\n  storeKey=true\n  useTicketCache=true\n  debug=true\n  principal="solr/<hostname>@EXAMPLE.COM";\n};'),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Copy /etc/solr/conf/solr_jaas.conf to all hosts running Solr."),Object(n.mdx)("li",{parentName:"ul"},"Edit solr.in.sh in $SOLR_INSTALL_HOME/bin/")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'vi $SOLR_INSTALL_HOME/bin/solr.in.sh\nSOLR_JAAS_FILE=/etc/solr/conf/solr_jaas.conf\nSOLR_HOST=\'hostname -f\'\nZK_HOST="$ZK_HOST1:2181,$ZK_HOST2:2181,$ZK_HOST3:2181/solr"\nKERBEROS_REALM="EXAMPLE.COM"\nSOLR_KEYTAB=/etc/solr/conf/solr.keytab\nSOLR_KERB_PRINCIPAL=HTTP@{KERBEROS_REALM}\nSOLR_KERB_KEYTAB=/etc/solr/conf/HTTP.keytab\nSOLR_AUTHENTICATION_CLIENT_CONFIGURER="org.apache.solr.client.solrj.impl.Krb5HttpClientConfigurer"\nSOLR_AUTHENTICATION_OPTS=" -DauthenticationPlugin=org.apache.solr.security.KerberosPlugin -Djava.security.auth.login.config={SOLR_JAAS_FILE} -Dsolr.kerberos.principal={SOLR_KERB_PRINCIPAL} -Dsolr.kerberos.keytab={SOLR_KERB_KEYTAB} -Dsolr.kerberos.cookie.domain={SOLR_HOST} -Dhost={SOLR_HOST} -Dsolr.kerberos.name.rules=DEFAULT"'),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Copy solr.in.sh to all hosts running Solr."),Object(n.mdx)("li",{parentName:"ul"},"Set up Solr to use the Kerberos plugin by uploading the security.json.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -zkhost <zk host>:2181 -cmd put /security.json \'{"authentication":{"class": "org.apache.solr.security.KerberosPlugin"}}\''),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Start Solr.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"$SOLR_INSTALL_HOME/bin/solr start -cloud -z $ZK_HOST1:2181,$ZK_HOST2:2181,$ZK_HOST3:2181 -noprompt"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Test Solr")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'kinit -k -t /etc/security/keytabs/HTTP.keytab HTTP/<host>@EXAMPLE.COM\ncurl --negotiate -u : "http://<host>:8983/solr/"'),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Create collections in Solr corresponding to the indexes that Atlas uses and change the Atlas configuration to point to the Solr instance setup as described in the ",Object(n.mdx)("a",{parentName:"li",href:"#/Installation"},"Install Steps"))))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/Security.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-security-security.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-build-instruction.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-setup-build-instruction.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..edb5340
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-build-instruction.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/BuildInstruction.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ilBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,qCAAmC,sCAE3C,oBACE,GAAM,yBAAuB,yBAE/B,mHAAgG,mBAAGC,WAAW,IAC1G,KAAQ,eAAa,aACH,qEAEtB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,gJAMxG,oBACE,GAAM,0BAAwB,0BAEhC,sLACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,wCAGxG,wBACE,oBAAIC,WAAW,MAAI,SACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,iEACnB,oBAAIA,WAAW,MAAI,oEAAsE,oBAAIA,WAAW,MAAI,cAAoB,2DAItI,qMACA,wBACE,oBAAIA,WAAW,MAAI,yFAA2F,mBAAGA,WAAW,KACxH,KAAQ,mBAAiB,iBACH,cAC1B,oBAAIA,WAAW,MAAI,iGAAmG,mBAAGA,WAAW,KAChI,KAAQ,mBAAiB,iBACH,cAC1B,oBAAIA,WAAW,MAAI,uHAAyH,mBAAGA,WAAW,KACtJ,KAAQ,mBAAiB,iBACH,cAC1B,oBAAIA,WAAW,MAAI,yEAA2E,mBAAGA,WAAW,KACxG,KAAQ,mBAAiB,iBACH,eAE5B,oBACE,GAAM,kEAAgE,mEAExE,gKACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,4DAGxG,yNACA,gCACE,mBAAGC,WAAW,cAAY,+GAE5B,oBACE,GAAM,uDAAqD,wDAE7D,wJACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,sDAGxG,4MACA,gCACE,mBAAGC,WAAW,cAAY,+GAE5B,oBACE,GAAM,sEAAoE,uEAE5E,wKACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,oDAGxG,0NACA,gCACE,mBAAGC,WAAW,cAAY,+GAE5B,oBACE,GAAM,wBAAsB,wBAE9B,qGACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,gbAU3G,6LAEDH,EAAWS,gBAAiB,G,+DCpH5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-setup-build-instruction.bf138514.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h2 {...{\n      \"id\": \"building--installing-apache-atlas\"\n    }}>{`Building & Installing Apache Atlas`}</h2>\n    <h3 {...{\n      \"id\": \"building-apache-atlas\"\n    }}>{`Building Apache Atlas`}</h3>\n    <p>{`Download Apache Atlas 1.0.0 release sources, apache-atlas-1.0.0-sources.tar.gz, from the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Downloads\"\n      }}>{`downloads`}</a>{` page.\nThen follow the instructions below to build Apache Atlas.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`tar xvfz apache-atlas-1.0.0-sources.tar.gz\ncd apache-atlas-sources-1.0.0/\nexport MAVEN_OPTS=\"-Xms2g -Xmx2g\"\nmvn clean -DskipTests install`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"packaging-apache-atlas\"\n    }}>{`Packaging Apache Atlas`}</h3>\n    <p>{`To create Apache Atlas package for deployment in an environment having functional Apache HBase and Apache Solr instances, build with the following command:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\nmvn clean -DskipTests package -Pdist\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`NOTES:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Remove option '-DskipTests' to run unit and integration tests`}</li>\n          <li parentName=\"ul\">{`To build a distribution without minified js,css file, build with `}<em parentName=\"li\">{`skipMinify`}</em>{` profile. By default, js and css files are minified.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`Above will build Apache Atlas for an environment having functional HBase and Solr instances. Apache Atlas needs to be setup with the following to run in this environment:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Configure atlas.graph.storage.hostname (see \"Graph persistence engine - HBase\" in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration`}</a>{` section).`}</li>\n      <li parentName=\"ul\">{`Configure atlas.graph.index.search.solr.zookeeper-url (see \"Graph Search Index - Solr\" in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration`}</a>{` section).`}</li>\n      <li parentName=\"ul\">{`Set HBASE_CONF_DIR to point to a valid Apache HBase config directory (see \"Graph persistence engine - HBase\" in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration`}</a>{` section).`}</li>\n      <li parentName=\"ul\">{`Create indices in Apache Solr (see \"Graph Search Index - Solr\" in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration`}</a>{` section).`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"packaging-apache-atlas-with-embedded-apache-hbase--apache-solr\"\n    }}>{`Packaging Apache Atlas with embedded Apache HBase & Apache Solr`}</h3>\n    <p>{`To create Apache Atlas package that includes Apache HBase and Apache Solr, build with the embedded-hbase-solr profile as shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`mvn clean -DskipTests package -Pdist,embedded-hbase-solr`}\n    </SyntaxHighlighter>\n    <p>{`Using the embedded-hbase-solr profile will configure Apache Atlas so that an Apache HBase instance and an Apache Solr instance will be started and stopped along with the Apache Atlas server.`}</p>\n    <blockquote>\n      <p parentName=\"blockquote\">{`NOTE: This distribution profile is only intended to be used for single node development not in production.`}</p>\n    </blockquote>\n    <h3 {...{\n      \"id\": \"packaging-apache-atlas-with-berkeleydb--apache-solr\"\n    }}>{`Packaging Apache Atlas with BerkeleyDB & Apache Solr`}</h3>\n    <p>{`To create Apache Atlas package that includes BerkeleyDB and Apache Solr, build with the berkeley-solr profile as shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`mvn clean -DskipTests package -Pdist,berkeley-solr`}\n    </SyntaxHighlighter>\n    <p>{`Using the berkeley-solr profile will configure Apache Atlas so that instances of Apache Solr and Apache Zookeeper will be started and stopped along with the Apache Atlas server.`}</p>\n    <blockquote>\n      <p parentName=\"blockquote\">{`NOTE: This distribution profile is only intended to be used for single node development not in production.`}</p>\n    </blockquote>\n    <h3 {...{\n      \"id\": \"packaging-apache-atlas-with-embedded-apache-cassandra--apache-solr\"\n    }}>{`Packaging Apache Atlas with embedded Apache Cassandra & Apache Solr`}</h3>\n    <p>{`To create Apache Atlas package that includes Apache Cassandra and Apache Solr, build with the embedded-cassandra-solr profile as shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`mvn clean package -Pdist,embedded-cassandra-solr`}\n    </SyntaxHighlighter>\n    <p>{`Using the embedded-cassandra-solr profile will configure Apache Atlas so that an Apache Cassandra instance and an Apache Solr instance will be started and stopped along with the Atlas server.`}</p>\n    <blockquote>\n      <p parentName=\"blockquote\">{`NOTE: This distribution profile is only intended to be used for single node development not in production.`}</p>\n    </blockquote>\n    <h3 {...{\n      \"id\": \"apache-atlas-package\"\n    }}>{`Apache Atlas Package`}</h3>\n    <p>{`Build will create following files, which are used to install Apache Atlas.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`distro/target/apache-atlas-{project.version}-bin.tar.gz\ndistro/target/apache-atlas-{project.version}-hbase-hook.tar.gz\ndistro/target/apache-atlas-{project.version}-hive-hook.gz\ndistro/target/apache-atlas-{project.version}-kafka-hook.gz\ndistro/target/apache-atlas-{project.version}-sources.tar.gz\ndistro/target/apache-atlas-{project.version}-sqoop-hook.tar.gz\ndistro/target/apache-atlas-{project.version}-storm-hook.tar.gz`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-build-instruction.bf138514.js b/2.3.0/static/js/documents-setup-build-instruction.bf138514.js
new file mode 100644
index 0000000..1ee7d02
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-build-instruction.bf138514.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[44],{"./src/documents/Setup/BuildInstruction.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return c}));var n=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),l=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=["components"],r={};function c(e){var a=e.components,t=Object(n.a)(e,o);return Object(s.mdx)("wrapper",Object.assign({},r,t,{components:a,mdxType:"MDXLayout"}),Object(s.mdx)("h2",{id:"building--installing-apache-atlas"},"Building & Installing Apache Atlas"),Object(s.mdx)("h3",{id:"building-apache-atlas"},"Building Apache Atlas"),Object(s.mdx)("p",null,"Download Apache Atlas 1.0.0 release sources, apache-atlas-1.0.0-sources.tar.gz, from the ",Object(s.mdx)("a",{parentName:"p",href:"#/Downloads"},"downloads")," page.\nThen follow the instructions below to build Apache Atlas."),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},'tar xvfz apache-atlas-1.0.0-sources.tar.gz\ncd apache-atlas-sources-1.0.0/\nexport MAVEN_OPTS="-Xms2g -Xmx2g"\nmvn clean -DskipTests install'),Object(s.mdx)("h3",{id:"packaging-apache-atlas"},"Packaging Apache Atlas"),Object(s.mdx)("p",null,"To create Apache Atlas package for deployment in an environment having functional Apache HBase and Apache Solr instances, build with the following command:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"mvn clean -DskipTests package -Pdist"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"NOTES:",Object(s.mdx)("ul",{parentName:"li"},Object(s.mdx)("li",{parentName:"ul"},"Remove option '-DskipTests' to run unit and integration tests"),Object(s.mdx)("li",{parentName:"ul"},"To build a distribution without minified js,css file, build with ",Object(s.mdx)("em",{parentName:"li"},"skipMinify")," profile. By default, js and css files are minified.")))),Object(s.mdx)("p",null,"Above will build Apache Atlas for an environment having functional HBase and Solr instances. Apache Atlas needs to be setup with the following to run in this environment:"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},'Configure atlas.graph.storage.hostname (see "Graph persistence engine - HBase" in the ',Object(s.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration")," section)."),Object(s.mdx)("li",{parentName:"ul"},'Configure atlas.graph.index.search.solr.zookeeper-url (see "Graph Search Index - Solr" in the ',Object(s.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration")," section)."),Object(s.mdx)("li",{parentName:"ul"},'Set HBASE_CONF_DIR to point to a valid Apache HBase config directory (see "Graph persistence engine - HBase" in the ',Object(s.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration")," section)."),Object(s.mdx)("li",{parentName:"ul"},'Create indices in Apache Solr (see "Graph Search Index - Solr" in the ',Object(s.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration")," section).")),Object(s.mdx)("h3",{id:"packaging-apache-atlas-with-embedded-apache-hbase--apache-solr"},"Packaging Apache Atlas with embedded Apache HBase & Apache Solr"),Object(s.mdx)("p",null,"To create Apache Atlas package that includes Apache HBase and Apache Solr, build with the embedded-hbase-solr profile as shown below:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"mvn clean -DskipTests package -Pdist,embedded-hbase-solr"),Object(s.mdx)("p",null,"Using the embedded-hbase-solr profile will configure Apache Atlas so that an Apache HBase instance and an Apache Solr instance will be started and stopped along with the Apache Atlas server."),Object(s.mdx)("blockquote",null,Object(s.mdx)("p",{parentName:"blockquote"},"NOTE: This distribution profile is only intended to be used for single node development not in production.")),Object(s.mdx)("h3",{id:"packaging-apache-atlas-with-berkeleydb--apache-solr"},"Packaging Apache Atlas with BerkeleyDB & Apache Solr"),Object(s.mdx)("p",null,"To create Apache Atlas package that includes BerkeleyDB and Apache Solr, build with the berkeley-solr profile as shown below:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"mvn clean -DskipTests package -Pdist,berkeley-solr"),Object(s.mdx)("p",null,"Using the berkeley-solr profile will configure Apache Atlas so that instances of Apache Solr and Apache Zookeeper will be started and stopped along with the Apache Atlas server."),Object(s.mdx)("blockquote",null,Object(s.mdx)("p",{parentName:"blockquote"},"NOTE: This distribution profile is only intended to be used for single node development not in production.")),Object(s.mdx)("h3",{id:"packaging-apache-atlas-with-embedded-apache-cassandra--apache-solr"},"Packaging Apache Atlas with embedded Apache Cassandra & Apache Solr"),Object(s.mdx)("p",null,"To create Apache Atlas package that includes Apache Cassandra and Apache Solr, build with the embedded-cassandra-solr profile as shown below:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"mvn clean package -Pdist,embedded-cassandra-solr"),Object(s.mdx)("p",null,"Using the embedded-cassandra-solr profile will configure Apache Atlas so that an Apache Cassandra instance and an Apache Solr instance will be started and stopped along with the Atlas server."),Object(s.mdx)("blockquote",null,Object(s.mdx)("p",{parentName:"blockquote"},"NOTE: This distribution profile is only intended to be used for single node development not in production.")),Object(s.mdx)("h3",{id:"apache-atlas-package"},"Apache Atlas Package"),Object(s.mdx)("p",null,"Build will create following files, which are used to install Apache Atlas."),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"distro/target/apache-atlas-{project.version}-bin.tar.gz\ndistro/target/apache-atlas-{project.version}-hbase-hook.tar.gz\ndistro/target/apache-atlas-{project.version}-hive-hook.gz\ndistro/target/apache-atlas-{project.version}-kafka-hook.gz\ndistro/target/apache-atlas-{project.version}-sources.tar.gz\ndistro/target/apache-atlas-{project.version}-sqoop-hook.tar.gz\ndistro/target/apache-atlas-{project.version}-storm-hook.tar.gz"))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/BuildInstruction.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var n=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",a.a=n.a}}]);
+//# sourceMappingURL=documents-setup-build-instruction.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-configuration.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-setup-configuration.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..d1e7e06
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-configuration.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/Configuration.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","themen","isMDXComponent","dark","hljs","color"],"mappings":"8kBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,qDAAmD,qDAE3D,2KAAwJ,oBAAIC,WAAW,KAAG,QAAc,yEACxL,oBACE,GAAM,iBAAe,iBAEvB,oBACE,GAAM,oCAAkC,oCAE1C,oEAAiD,mBAAGA,WAAW,IAC3D,KAAQ,2BAAyB,cACd,4DAA6D,mBAAGA,WAAW,IAC9F,KAAQ,sEAAoE,QAC/D,sBACjB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,6HAKnG,0IACA,mNAEA,oBACE,GAAM,6BAA2B,6BAEnC,mVAGA,oBACE,GAAM,6BAA2B,6BAEnC,+LACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOE,IAAQN,QAAQ,qBAAmB,ohBAW9F,oBACE,GAAM,mDAAiD,qDAEzD,sLACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,+MAKlG,oBACE,GAAM,kBAAgB,kBAExB,gMACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,2PAMlG,oBACE,GAAM,wBAAsB,wBAE9B,gCAAa,mBAAGC,WAAW,IACvB,KAAQ,4DAA0D,4DACD,sFACrE,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,syBAkBlG,oBACE,GAAM,kBAAgB,kBAExB,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,uKAMlG,oBACE,GAAM,uBAAqB,uBAE7B,oBACE,GAAM,cAAY,cAEpB,oFACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,yBAGlG,oBACE,GAAM,gCAA8B,gCAEtC,6GACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,urEAmClG,oBACE,GAAM,qBAAmB,qBAE3B,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,wJAIlG,oBACE,GAAM,mCAAiC,mCAEzC,0HACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,i6CAqBlG,oBACE,GAAM,iCAA+B,iCAEvC,0KACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,MAAMC,MAAOC,IAAYL,QAAQ,qBAAmB,mgBAepG,0LAEDH,EAAWU,gBAAiB,G,+DC3N5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-setup-configuration.e728b5ee.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"configuring-apache-atlas---application-properties\"\n    }}>{`Configuring Apache Atlas - Application Properties`}</h1>\n    <p>{`All configuration in Atlas uses java properties style configuration. The main configuration file is atlas-application.properties which is in the `}<em parentName=\"p\">{`conf`}</em>{` dir at the deployed location. It consists of the following sections:`}</p>\n    <h2 {...{\n      \"id\": \"graph-configs\"\n    }}>{`Graph Configs`}</h2>\n    <h3 {...{\n      \"id\": \"graph-persistence-engine---hbase\"\n    }}>{`Graph Persistence engine - HBase`}</h3>\n    <p>{`Set the following properties to configure `}<a parentName=\"p\" {...{\n        \"href\": \"https://janusgraph.org/\"\n      }}>{`JanusGraph`}</a>{` to use HBase as the persistence engine. Please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://docs.janusgraph.org/0.2.0/configuration.html#_hbase_caching\"\n      }}>{`link`}</a>{` for more details.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.storage.backend=hbase\natlas.graph.storage.hostname=<ZooKeeper Quorum>\natlas.graph.storage.hbase.table=atlas`}\n    </SyntaxHighlighter>\n    <p>{`If any further JanusGraph configuration needs to be setup, please prefix the property name with \"atlas.graph.\".`}</p>\n    <p>{`In addition to setting up configurations, please ensure that environment variable HBASE_CONF_DIR is setup to point to\nthe directory containing HBase configuration file hbase-site.xml.`}</p>\n    <h3 {...{\n      \"id\": \"graph-index-search-engine\"\n    }}>{`Graph Index Search Engine`}</h3>\n    <p>{`An index search engine is required for ATLAS. This search engine runs separately from the ATLAS server and from the\nstorage backend. Only two search engines are currently supported: Solr and Elasticsearch. Pick the search engine\nbest suited for your environment and follow the configuration instructions below.`}</p>\n    <h4 {...{\n      \"id\": \"graph-search-index---solr\"\n    }}>{`Graph Search Index - Solr`}</h4>\n    <p>{`Solr installation in Cloud mode is a prerequisite for Apache Atlas use. Set the following properties to configure JanusGraph to use Solr as the index search engine.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={themen} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=solr5\natlas.graph.index.search.solr.mode=cloud\natlas.graph.index.search.solr.wait-searcher=true\n# ZK quorum setup for solr as comma separated value. Example: 10.1.6.4:2181,10.1.6.5:2181\natlas.graph.index.search.solr.zookeeper-url=\n# SolrCloud Zookeeper Connection Timeout. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-connect-timeout=60000\n# SolrCloud Zookeeper Session Timeout. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-session-timeout=60000`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"graph-search-index---elasticsearch-tech-preview\"\n    }}>{`Graph Search Index - Elasticsearch (Tech Preview)`}</h4>\n    <p>{`Elasticsearch is a prerequisite for Apache Atlas use. Set the following properties to configure JanusGraph to use Elasticsearch as the index search engine.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=elasticsearch\natlas.graph.index.search.hostname=<hostname(s) of the Elasticsearch master nodes, comma separated>\natlas.graph.index.search.elasticsearch.client-only=true`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"search-configs\"\n    }}>{`Search Configs`}</h2>\n    <p>{`Search APIs (DSL, basic search, full-text search) support pagination and have optional limit and offset arguments. Following configs are related to search pagination`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`# Default limit used when limit is not specified in API\natlas.search.defaultlimit=100\n# Maximum limit allowed in API. Limits maximum results that can be fetched to make sure the atlas server doesn't run out of memory\natlas.search.maxlimit=10000`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"notification-configs\"\n    }}>{`Notification Configs`}</h2>\n    <p>{`Refer `}<a parentName=\"p\" {...{\n        \"href\": \"http://kafka.apache.org/documentation.html#configuration\"\n      }}>{`http://kafka.apache.org/documentation.html#configuration`}</a>{` for Kafka configuration. All Kafka configs should be prefixed with 'atlas.kafka.'`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\natlas.kafka.auto.commit.enable=false\n#Kafka servers. Example: localhost:6667\natlas.kafka.bootstrap.servers=\natlas.kafka.hook.group.id=atlas\n#Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connect=\natlas.kafka.zookeeper.connection.timeout.ms=30000\natlas.kafka.zookeeper.session.timeout.ms=60000\natlas.kafka.zookeeper.sync.time.ms=20\n#Setup the following configurations only in test deployments where Kafka is started within Atlas in embedded mode\n#atlas.notification.embedded=true\n#atlas.kafka.data={sys:atlas.home}/data/kafka\n#Setup the following two properties if Kafka is running in Kerberized mode.\n#atlas.notification.kafka.service.principal=kafka/_HOST@EXAMPLE.COM\n#atlas.notification.kafka.keytab.location=/etc/security/keytabs/kafka.service.keytab`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"client-configs\"\n    }}>{`Client Configs`}</h2>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.client.readTimeoutMSecs=60000\natlas.client.connectTimeoutMSecs=60000\n# URL to access Atlas server. For example: http://localhost:21000\natlas.rest.address=`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"security-properties\"\n    }}>{`Security Properties`}</h2>\n    <h3 {...{\n      \"id\": \"ssl-config\"\n    }}>{`SSL config`}</h3>\n    <p>{`The following property is used to toggle the SSL feature.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\natlas.enableTLS=false\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"high-availability-properties\"\n    }}>{`High Availability Properties`}</h2>\n    <p>{`The following properties describe High Availability related configuration options:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\n# Set the following property to true, to enable High Availability. Default = false.\natlas.server.ha.enabled=true\n# Specify the list of Atlas instances\natlas.server.ids=id1,id2\n# For each instance defined above, define the host and port on which Atlas server listens.\natlas.server.address.id1=host1.company.com:21000\natlas.server.address.id2=host2.company.com:31000\n# Specify Zookeeper properties needed for HA.\n# Specify the list of services running Zookeeper servers as a comma separated list.\natlas.server.ha.zookeeper.connect=zk1.company.com:2181,zk2.company.com:2181,zk3.company.com:2181\n# Specify how many times should connection try to be established with a Zookeeper cluster, in case of any connection issues.\natlas.server.ha.zookeeper.num.retries=3\n# Specify how much time should the server wait before attempting connections to Zookeeper, in case of any connection issues.\natlas.server.ha.zookeeper.retry.sleeptime.ms=1000\n# Specify how long a session to Zookeeper should last without inactivity to be deemed as unreachable.\natlas.server.ha.zookeeper.session.timeout.ms=20000\n# Specify the scheme and the identity to be used for setting up ACLs on nodes created in Zookeeper for HA.\n# The format of these options is <scheme:identity>.\n# For more information refer to \nhttp://zookeeper.apache.org/doc/r3.2.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl\n# The 'acl' option allows to specify a scheme, identity pair to setup an ACL for.\natlas.server.ha.zookeeper.acl=sasl:client@comany.com\n# The 'auth' option specifies the authentication that should be used for connecting to Zookeeper.\natlas.server.ha.zookeeper.auth=sasl:client@company.com\n# Since Zookeeper is a shared service that is typically used by many components,\n# it is preferable for each component to set its znodes under a namespace.\n# Specify the namespace under which the znodes should be written. Default = /apache_atlas\natlas.server.ha.zookeeper.zkroot=/apache_atlas\n# Specify number of times a client should retry with an instance before selecting another active instance, or failing an operation.\natlas.client.ha.retries=4\n# Specify interval between retries for a client.\natlas.client.ha.sleep.interval.ms=5000`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"server-properties\"\n    }}>{`Server Properties`}</h2>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`# Set the following property to true, to enable the setup steps to run on each server start. Default = false.\natlas.server.run.setup.on.start=false`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"performance-configuration-items\"\n    }}>{`Performance configuration items`}</h2>\n    <p>{`The following properties can be used to tune performance of Atlas under specific circumstances:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\n# The number of times Atlas code tries to acquire a lock (to ensure consistency) while committing a transaction.\n# This should be related to the amount of concurrency expected to be supported by the server. For e.g. with retries set to 10, upto 100 threads can concurrently create types in the Atlas system.\n# If this is set to a low value (default is 3), concurrent operations might fail with a PermanentLockingException.\natlas.graph.storage.lock.retries=10\n# Milliseconds to wait before evicting a cached entry. This should be > atlas.graph.storage.lock.wait-time x atlas.graph.storage.lock.retries\n# If this is set to a low value (default is 10000), warnings on transactions taking too long will occur in the Atlas application log.\natlas.graph.storage.cache.db-cache-time=120000\n# Minimum number of threads in the atlas web server\natlas.webserver.minthreads=10\n# Maximum number of threads in the atlas web server\natlas.webserver.maxthreads=100\n# Keepalive time in secs for the thread pool of the atlas web server\natlas.webserver.keepalivetimesecs=60\n# Queue size for the requests(when max threads are busy) for the atlas web server\natlas.webserver.queuesize=100\n# Set to the property to true to enable warn on no relationships defined between entities on a particular attribute\n# Not having relationships defined can lead to performance loss while adding new entities\natlas.relationships.warnOnNoRelationships=false`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"recording-performance-metrics\"\n    }}>{`Recording performance metrics`}</h3>\n    <p>{`To enable performance logs for various Atlas operations (like REST API calls, notification processing), setup the following in atlas-log4j.xml:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"xml\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`<appender name=\"perf_appender\" class=\"org.apache.log4j.DailyRollingFileAppender\">\n  <param name=\"File\" value=\"/var/log/atlas/atlas_perf.log\"/>\n  <param name=\"datePattern\" value=\"'.'yyyy-MM-dd\"/>\n  <param name=\"append\" value=\"true\"/>\n  <layout class=\"org.apache.log4j.PatternLayout\">\n    <param name=\"ConversionPattern\" value=\"%d|%t|%m%n\"/>\n  </layout>\n</appender>\n <logger name=\"org.apache.atlas.perf\" additivity=\"false\">\n   <level value=\"debug\"/>\n   <appender-ref ref=\"perf_appender\"/>\n </logger>`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-configuration.e728b5ee.js b/2.3.0/static/js/documents-setup-configuration.e728b5ee.js
new file mode 100644
index 0000000..c8ffe34
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-configuration.e728b5ee.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[45],{"./src/documents/Setup/Configuration.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return h}));var n=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),o=t("./theme/styles/styled-colors.js"),r=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js"),i=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],c={};function h(e){var a=e.components,t=Object(n.a)(e,l);return Object(s.mdx)("wrapper",Object.assign({},c,t,{components:a,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"configuring-apache-atlas---application-properties"},"Configuring Apache Atlas - Application Properties"),Object(s.mdx)("p",null,"All configuration in Atlas uses java properties style configuration. The main configuration file is atlas-application.properties which is in the ",Object(s.mdx)("em",{parentName:"p"},"conf")," dir at the deployed location. It consists of the following sections:"),Object(s.mdx)("h2",{id:"graph-configs"},"Graph Configs"),Object(s.mdx)("h3",{id:"graph-persistence-engine---hbase"},"Graph Persistence engine - HBase"),Object(s.mdx)("p",null,"Set the following properties to configure ",Object(s.mdx)("a",{parentName:"p",href:"https://janusgraph.org/"},"JanusGraph")," to use HBase as the persistence engine. Please refer to ",Object(s.mdx)("a",{parentName:"p",href:"http://docs.janusgraph.org/0.2.0/configuration.html#_hbase_caching"},"link")," for more details."),Object(s.mdx)(i.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.storage.backend=hbase\natlas.graph.storage.hostname=<ZooKeeper Quorum>\natlas.graph.storage.hbase.table=atlas"),Object(s.mdx)("p",null,'If any further JanusGraph configuration needs to be setup, please prefix the property name with "atlas.graph.".'),Object(s.mdx)("p",null,"In addition to setting up configurations, please ensure that environment variable HBASE_CONF_DIR is setup to point to\nthe directory containing HBase configuration file hbase-site.xml."),Object(s.mdx)("h3",{id:"graph-index-search-engine"},"Graph Index Search Engine"),Object(s.mdx)("p",null,"An index search engine is required for ATLAS. This search engine runs separately from the ATLAS server and from the\nstorage backend. Only two search engines are currently supported: Solr and Elasticsearch. Pick the search engine\nbest suited for your environment and follow the configuration instructions below."),Object(s.mdx)("h4",{id:"graph-search-index---solr"},"Graph Search Index - Solr"),Object(s.mdx)("p",null,"Solr installation in Cloud mode is a prerequisite for Apache Atlas use. Set the following properties to configure JanusGraph to use Solr as the index search engine."),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:o.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=solr5\natlas.graph.index.search.solr.mode=cloud\natlas.graph.index.search.solr.wait-searcher=true\n# ZK quorum setup for solr as comma separated value. Example: 10.1.6.4:2181,10.1.6.5:2181\natlas.graph.index.search.solr.zookeeper-url=\n# SolrCloud Zookeeper Connection Timeout. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-connect-timeout=60000\n# SolrCloud Zookeeper Session Timeout. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-session-timeout=60000"),Object(s.mdx)("h4",{id:"graph-search-index---elasticsearch-tech-preview"},"Graph Search Index - Elasticsearch (Tech Preview)"),Object(s.mdx)("p",null,"Elasticsearch is a prerequisite for Apache Atlas use. Set the following properties to configure JanusGraph to use Elasticsearch as the index search engine."),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=elasticsearch\natlas.graph.index.search.hostname=<hostname(s) of the Elasticsearch master nodes, comma separated>\natlas.graph.index.search.elasticsearch.client-only=true"),Object(s.mdx)("h2",{id:"search-configs"},"Search Configs"),Object(s.mdx)("p",null,"Search APIs (DSL, basic search, full-text search) support pagination and have optional limit and offset arguments. Following configs are related to search pagination"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"# Default limit used when limit is not specified in API\natlas.search.defaultlimit=100\n# Maximum limit allowed in API. Limits maximum results that can be fetched to make sure the atlas server doesn't run out of memory\natlas.search.maxlimit=10000"),Object(s.mdx)("h2",{id:"notification-configs"},"Notification Configs"),Object(s.mdx)("p",null,"Refer ",Object(s.mdx)("a",{parentName:"p",href:"http://kafka.apache.org/documentation.html#configuration"},"http://kafka.apache.org/documentation.html#configuration")," for Kafka configuration. All Kafka configs should be prefixed with 'atlas.kafka.'"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"\natlas.kafka.auto.commit.enable=false\n#Kafka servers. Example: localhost:6667\natlas.kafka.bootstrap.servers=\natlas.kafka.hook.group.id=atlas\n#Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connect=\natlas.kafka.zookeeper.connection.timeout.ms=30000\natlas.kafka.zookeeper.session.timeout.ms=60000\natlas.kafka.zookeeper.sync.time.ms=20\n#Setup the following configurations only in test deployments where Kafka is started within Atlas in embedded mode\n#atlas.notification.embedded=true\n#atlas.kafka.data={sys:atlas.home}/data/kafka\n#Setup the following two properties if Kafka is running in Kerberized mode.\n#atlas.notification.kafka.service.principal=kafka/_HOST@EXAMPLE.COM\n#atlas.notification.kafka.keytab.location=/etc/security/keytabs/kafka.service.keytab"),Object(s.mdx)("h2",{id:"client-configs"},"Client Configs"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.client.readTimeoutMSecs=60000\natlas.client.connectTimeoutMSecs=60000\n# URL to access Atlas server. For example: http://localhost:21000\natlas.rest.address="),Object(s.mdx)("h2",{id:"security-properties"},"Security Properties"),Object(s.mdx)("h3",{id:"ssl-config"},"SSL config"),Object(s.mdx)("p",null,"The following property is used to toggle the SSL feature."),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.enableTLS=false"),Object(s.mdx)("h2",{id:"high-availability-properties"},"High Availability Properties"),Object(s.mdx)("p",null,"The following properties describe High Availability related configuration options:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"\n# Set the following property to true, to enable High Availability. Default = false.\natlas.server.ha.enabled=true\n# Specify the list of Atlas instances\natlas.server.ids=id1,id2\n# For each instance defined above, define the host and port on which Atlas server listens.\natlas.server.address.id1=host1.company.com:21000\natlas.server.address.id2=host2.company.com:31000\n# Specify Zookeeper properties needed for HA.\n# Specify the list of services running Zookeeper servers as a comma separated list.\natlas.server.ha.zookeeper.connect=zk1.company.com:2181,zk2.company.com:2181,zk3.company.com:2181\n# Specify how many times should connection try to be established with a Zookeeper cluster, in case of any connection issues.\natlas.server.ha.zookeeper.num.retries=3\n# Specify how much time should the server wait before attempting connections to Zookeeper, in case of any connection issues.\natlas.server.ha.zookeeper.retry.sleeptime.ms=1000\n# Specify how long a session to Zookeeper should last without inactivity to be deemed as unreachable.\natlas.server.ha.zookeeper.session.timeout.ms=20000\n# Specify the scheme and the identity to be used for setting up ACLs on nodes created in Zookeeper for HA.\n# The format of these options is <scheme:identity>.\n# For more information refer to \nhttp://zookeeper.apache.org/doc/r3.2.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl\n# The 'acl' option allows to specify a scheme, identity pair to setup an ACL for.\natlas.server.ha.zookeeper.acl=sasl:client@comany.com\n# The 'auth' option specifies the authentication that should be used for connecting to Zookeeper.\natlas.server.ha.zookeeper.auth=sasl:client@company.com\n# Since Zookeeper is a shared service that is typically used by many components,\n# it is preferable for each component to set its znodes under a namespace.\n# Specify the namespace under which the znodes should be written. Default = /apache_atlas\natlas.server.ha.zookeeper.zkroot=/apache_atlas\n# Specify number of times a client should retry with an instance before selecting another active instance, or failing an operation.\natlas.client.ha.retries=4\n# Specify interval between retries for a client.\natlas.client.ha.sleep.interval.ms=5000"),Object(s.mdx)("h2",{id:"server-properties"},"Server Properties"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"# Set the following property to true, to enable the setup steps to run on each server start. Default = false.\natlas.server.run.setup.on.start=false"),Object(s.mdx)("h2",{id:"performance-configuration-items"},"Performance configuration items"),Object(s.mdx)("p",null,"The following properties can be used to tune performance of Atlas under specific circumstances:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"\n# The number of times Atlas code tries to acquire a lock (to ensure consistency) while committing a transaction.\n# This should be related to the amount of concurrency expected to be supported by the server. For e.g. with retries set to 10, upto 100 threads can concurrently create types in the Atlas system.\n# If this is set to a low value (default is 3), concurrent operations might fail with a PermanentLockingException.\natlas.graph.storage.lock.retries=10\n# Milliseconds to wait before evicting a cached entry. This should be > atlas.graph.storage.lock.wait-time x atlas.graph.storage.lock.retries\n# If this is set to a low value (default is 10000), warnings on transactions taking too long will occur in the Atlas application log.\natlas.graph.storage.cache.db-cache-time=120000\n# Minimum number of threads in the atlas web server\natlas.webserver.minthreads=10\n# Maximum number of threads in the atlas web server\natlas.webserver.maxthreads=100\n# Keepalive time in secs for the thread pool of the atlas web server\natlas.webserver.keepalivetimesecs=60\n# Queue size for the requests(when max threads are busy) for the atlas web server\natlas.webserver.queuesize=100\n# Set to the property to true to enable warn on no relationships defined between entities on a particular attribute\n# Not having relationships defined can lead to performance loss while adding new entities\natlas.relationships.warnOnNoRelationships=false"),Object(s.mdx)("h3",{id:"recording-performance-metrics"},"Recording performance metrics"),Object(s.mdx)("p",null,"To enable performance logs for various Atlas operations (like REST API calls, notification processing), setup the following in atlas-log4j.xml:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"xml",style:r.a,mdxType:"SyntaxHighlighter"},'<appender name="perf_appender" class="org.apache.log4j.DailyRollingFileAppender">\n  <param name="File" value="/var/log/atlas/atlas_perf.log"/>\n  <param name="datePattern" value="\'.\'yyyy-MM-dd"/>\n  <param name="append" value="true"/>\n  <layout class="org.apache.log4j.PatternLayout">\n    <param name="ConversionPattern" value="%d|%t|%m%n"/>\n  </layout>\n</appender>\n <logger name="org.apache.atlas.perf" additivity="false">\n   <level value="debug"/>\n   <appender-ref ref="perf_appender"/>\n </logger>'))}h&&h===Object(h)&&Object.isExtensible(h)&&Object.defineProperty(h,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/Configuration.md"}}),h.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var n=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",a.a=n.a}}]);
+//# sourceMappingURL=documents-setup-configuration.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-eclipse-setup.2e40a125.js b/2.3.0/static/js/documents-setup-eclipse-setup.2e40a125.js
new file mode 100644
index 0000000..9861953
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-eclipse-setup.2e40a125.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[46],{"./src/documents/Setup/EclipseSetup.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),i=["components"],r={};function c(e){var t=e.components,a=Object(n.a)(e,i);return Object(l.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"tools-required-to-build-and-run-apache-atlas-on-eclipse"},"Tools required to build and run Apache Atlas on Eclipse"),Object(l.mdx)("p",null,"These instructions are provided as-is. They worked at a point in time; other variants of software may work. These instructions may become stale if the build dependencies change."),Object(l.mdx)("p",null,"They have been shown to work on 19th of December 2016."),Object(l.mdx)("p",null,"To build, run tests, and debug Apache Atlas, the following software is required:"),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Java")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Download and install a 1.8 Java SDK"),Object(l.mdx)("li",{parentName:"ul"},"Set JAVA_HOME system environment variable to the installed JDK home directory"),Object(l.mdx)("li",{parentName:"ul"},"Add JAVA_HOME/bin directory to system PATH")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Python"),"\nAtlas command line tools are written in Python."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Download and install Python version 2.7.7"),Object(l.mdx)("li",{parentName:"ul"},"For Mac, we used 2.7.11"),Object(l.mdx)("li",{parentName:"ul"},"Add Python home directory to system PATH")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Maven")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Download and install Maven 3.3.9"),Object(l.mdx)("li",{parentName:"ul"},"Set the environment variable M2_HOME to point to the maven install directory"),Object(l.mdx)("li",{parentName:"ul"},"Add M2_HOME/bin directory to system PATH e.g. C:\\Users\\IBM_ADMIN\\Documents\\Software\\apache-maven-3.3.9\\bin")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Git")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Install Git"),Object(l.mdx)("li",{parentName:"ul"},"Add git bin directory to the system PATH e.g. C:\\Program Files (x86)\\Git\\bin")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Eclipse")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Install Eclipse Neon (4.6)"),Object(l.mdx)("li",{parentName:"ul"},"The non-EE Neon for iOS from eclipse.org has been proven to work here."),Object(l.mdx)("li",{parentName:"ul"},"Install the Scala IDE, TestNG, and m2eclipse-scala features/plugins as described below.")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Scala IDE Eclipse feature"),"\nSome Atlas source code is written in the Scala programming language. The Scala IDE feature is required to compile Scala source code in Eclipse."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"In Eclipse, choose Help - Install New Software..."),Object(l.mdx)("li",{parentName:"ul"},"Click Add... to add an update site, and set Location to ",Object(l.mdx)("a",{parentName:"li",href:"http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site"},"http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site")),Object(l.mdx)("li",{parentName:"ul"},"Select Scala IDE for Eclipse from the list of available features"),Object(l.mdx)("li",{parentName:"ul"},"Restart Eclipse after install"),Object(l.mdx)("li",{parentName:"ul"},"Set the Scala compiler to target the 1.7 JVM: Window - Preferences - Scala - Compiler, change target to 1.7\n",Object(l.mdx)("em",{parentName:"li"},"TestNG Eclipse plug-in"))),Object(l.mdx)("p",null,"Atlas tests use the ",Object(l.mdx)("a",{parentName:"p",href:"http://testng.org/doc/documentation-main.html"},"TestNG framework"),", which is similar to JUnit. The TestNG plug-in is required to run TestNG tests from Eclipse."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"In Eclipse, choose Help - Install New Software..."),Object(l.mdx)("li",{parentName:"ul"},"Click Add... to add an update site, and set Location to ",Object(l.mdx)("a",{parentName:"li",href:"http://beust.com/eclipse-old/eclipse_6.9.9.201510270734"},"http://beust.com/eclipse-old/eclipse_6.9.9.201510270734"),Object(l.mdx)("pre",{parentName:"li"},Object(l.mdx)("code",{parentName:"pre"},'  * Choose TestNG and continue with install\n  * Restart Eclipse after installing the plugin\n  * In Window - Preferences - TestNG, <b>un</b>check "Use project TestNG jar"\n')),Object(l.mdx)("em",{parentName:"li"},"m2eclipse-scala Eclipse plugin")),Object(l.mdx)("li",{parentName:"ul"},"In Eclipse, choose Help - Install New Software..."),Object(l.mdx)("li",{parentName:"ul"},"Click Add... to add an update site, and set Location to ",Object(l.mdx)("a",{parentName:"li",href:"http://alchim31.free.fr/m2e-scala/update-site/"},"http://alchim31.free.fr/m2e-scala/update-site/")),Object(l.mdx)("li",{parentName:"ul"},"Choose Maven Integration for Scala IDE, and continue with install"),Object(l.mdx)("li",{parentName:"ul"},"Restart Eclipse after install"),Object(l.mdx)("li",{parentName:"ul"},"In Window - Preferences -Maven - Errors/Warnings, set Plugin execution not covered by lifecycle configuration to Warning\n",Object(l.mdx)("em",{parentName:"li"},"Import Atlas maven projects into Eclipse:"))),Object(l.mdx)("p",null,"a. File - Import - Maven - Existing Maven Projects b. Browse to your Atlas folder c. Uncheck the root project and non-Java projects such as dashboardv2, docs and distro, then click Finish"),Object(l.mdx)("p",null,"On the Mac, the Maven import fails with message"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"\"Cannot complete the install because one or more required items could not be found.\nSoftware being installed: Maven Integration for AJDT (Optional) 0.14.0.201506231302 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.14.0.201506231302)\nMissing requirement: Maven Integration for AJDT (Optional) 0.14.0.201506231302 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.14.0.201506231302) requires 'org.eclipse.ajdt.core 1.5.0' but it could not be found\"."),Object(l.mdx)("p",null,"Install ",Object(l.mdx)("a",{parentName:"p",href:"http://download.eclipse.org/tools/ajdt/46/dev/update"},"http://download.eclipse.org/tools/ajdt/46/dev/update")," and rerun. The Maven AspectJ should plugin install - allowing the references to Aspects in Maven to be resolved."),Object(l.mdx)("p",null," d. In the atlas-typesystem, atlas-repository, hdfs-model, and storm-bridge projects, add the src/main/scala and src/test/scala (if available) directories as source folders. Note: the hdfs-model and storm-bridge projects do not have the src/test/scala folder."),Object(l.mdx)("p",null,"Right-click on the project, and choose ",Object(l.mdx)("em",{parentName:"p"},"Properties"),"."),Object(l.mdx)("p",null,"Click the ",Object(l.mdx)("em",{parentName:"p"},"Java Build Path")," in the left-hand panel, and choose the ",Object(l.mdx)("em",{parentName:"p"},"Source")," tab."),Object(l.mdx)("p",null,"Click ",Object(l.mdx)("em",{parentName:"p"},"Add Folder"),", and select the src/main/scala and src/test/scala directories."),Object(l.mdx)("p",null,"Only the atlas-repository and atlas-type system projects have Scala source folders to update."),Object(l.mdx)("p",null,"e. Select atlas-typesystem, atlas-repository, hdfs-model, and storm-bridge projects, right-click, go to the Scala menu, and choose \u2018Set the Scala Installation\u2019."),Object(l.mdx)("p",null,"f. Choose Fixed Scala Installation: 2.11.8 (bundled) , and click OK."),Object(l.mdx)("p",null,"g. Restart Eclipse"),Object(l.mdx)("p",null,"h. Choose Project - Clean, select Clean all projects, and click OK."),Object(l.mdx)("p",null,"Some projects may not pick up the Scala library \u2013 if this occurs, quick fix on those projects to add in the Scala library \u2013 projects atlas-typesystem, atlas-repository, hdfs-model, storm-bridge and atlas-webapp."),Object(l.mdx)("p",null,"You should now have a clean workspace."),Object(l.mdx)("p",null,Object(l.mdx)("em",{parentName:"p"},"Sample Bash scripts to help mac users")),Object(l.mdx)("p",null,"You will need to change some of these scripts to point to your installation targets."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Run this script to setup your command line build environment")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"#!/bin/bash # export JAVA_HOME=/Library/Java/JavaVirtualMachines/macosxx6480sr3fp10hybrid-20160719_01-sdk\nexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home\nexport M2_HOME=/Applications/apache-maven-3.3.9 # Git is installed in the system path\nexport PYTHON_HOME='/Applications/Python 2.7'\nexport PATH=$PYTHON_HOME:$M2_HOME/bin:$JAVA_HOME/bin:$PATH\nexport MAVEN_OPTS=\"-Xmx1536m -Drat.numUnapprovedLicenses=100\""),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"If you do  not want to set Java 8 as your system java, you can use this  bash script to setup the environment and run Eclipse (which you can drop in Applications and rename to neon).")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"#!/bin/bash\nexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home\nexport M2_HOME=/Applications/apache-maven-3.3.9\n# Git is installed in the system path\nexport PYTHON_HOME='/Applications/Python 2.7'\nexport PATH=$PYTHON_HOME:$M2_HOME/bin:$JAVA_HOME/bin:$PATH/Applications/neon.app/Contents/MacOS/eclipse"))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/EclipseSetup.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..588fe6d
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/EclipseSetup.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"6kBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,2DAAyD,2DAEjE,4MACA,iFACA,2GACA,uBAAG,wBAAQC,WAAW,KAAG,SACzB,wBACE,oBAAIA,WAAW,MAAI,uCACnB,oBAAIA,WAAW,MAAI,iFACnB,oBAAIA,WAAW,MAAI,+CAErB,uBAAG,wBAAQA,WAAW,KAAG,UAAoB,qDAE7C,wBACE,oBAAIA,WAAW,MAAI,6CACnB,oBAAIA,WAAW,MAAI,2BACnB,oBAAIA,WAAW,MAAI,6CAErB,uBAAG,wBAAQA,WAAW,KAAG,UACzB,wBACE,oBAAIA,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,gFACnB,oBAAIA,WAAW,MAAI,qHAErB,uBAAG,wBAAQA,WAAW,KAAG,QACzB,wBACE,oBAAIA,WAAW,MAAI,eACnB,oBAAIA,WAAW,MAAI,oFAErB,uBAAG,wBAAQA,WAAW,KAAG,YACzB,wBACE,oBAAIA,WAAW,MAAI,8BACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,4FAErB,uBAAG,wBAAQA,WAAW,KAAG,6BAAuC,qJAEhE,wBACE,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,2DAA6D,mBAAGA,WAAW,KAC1F,KAAQ,sEAAoE,uEAEhF,oBAAIA,WAAW,MAAI,oEACnB,oBAAIA,WAAW,MAAI,iCACnB,oBAAIA,WAAW,MAAI,gHACvB,oBAAIA,WAAW,MAAI,4BAEjB,8CAA2B,mBAAGA,WAAW,IACrC,KAAQ,iDAA+C,oBAC9B,iGAC7B,wBACE,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,2DAA6D,mBAAGA,WAAW,KAC1F,KAAQ,2DAAyD,2DAEnE,qBAAKA,WAAW,MAAK,sBAAMA,WAAW,OAAK,kLAI3C,oBAAIA,WAAW,MAAI,mCACrB,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,2DAA6D,mBAAGA,WAAW,KAC1F,KAAQ,kDAAgD,mDAE5D,oBAAIA,WAAW,MAAI,qEACnB,oBAAIA,WAAW,MAAI,iCACnB,oBAAIA,WAAW,MAAI,6HACvB,oBAAIA,WAAW,MAAI,+CAEjB,sNACA,0EACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,+cAKnG,kCAAe,mBAAGC,WAAW,IACzB,KAAQ,wDAAsD,wDACD,qHACjE,8RACA,iEAA8C,oBAAIA,WAAW,KAAG,cAAoB,KACpF,oCAAiB,oBAAIA,WAAW,KAAG,mBAAyB,2CAA4C,oBAAIA,WAAW,KAAG,UAAgB,SAC1I,gCAAa,oBAAIA,WAAW,KAAG,cAAoB,mEACnD,wHACA,qMACA,+FACA,6CACA,8FACA,wPACA,iEACA,uBAAG,oBAAIA,WAAW,KAAG,0CACrB,+GACA,wBACE,oBAAIA,WAAW,MAAI,iEAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,mcAQnG,wBACE,oBAAIC,WAAW,MAAI,2LAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,mVAStG,yLAEDH,EAAWS,gBAAiB,G,+DC3I5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-setup-eclipse-setup.2e40a125.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"tools-required-to-build-and-run-apache-atlas-on-eclipse\"\n    }}>{`Tools required to build and run Apache Atlas on Eclipse`}</h1>\n    <p>{`These instructions are provided as-is. They worked at a point in time; other variants of software may work. These instructions may become stale if the build dependencies change.`}</p>\n    <p>{`They have been shown to work on 19th of December 2016.`}</p>\n    <p>{`To build, run tests, and debug Apache Atlas, the following software is required:`}</p>\n    <p><strong parentName=\"p\">{`Java`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Download and install a 1.8 Java SDK`}</li>\n      <li parentName=\"ul\">{`Set JAVA_HOME system environment variable to the installed JDK home directory`}</li>\n      <li parentName=\"ul\">{`Add JAVA_HOME/bin directory to system PATH`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Python`}</strong>{`\nAtlas command line tools are written in Python.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Download and install Python version 2.7.7`}</li>\n      <li parentName=\"ul\">{`For Mac, we used 2.7.11`}</li>\n      <li parentName=\"ul\">{`Add Python home directory to system PATH`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Maven`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Download and install Maven 3.3.9`}</li>\n      <li parentName=\"ul\">{`Set the environment variable M2_HOME to point to the maven install directory`}</li>\n      <li parentName=\"ul\">{`Add M2_HOME/bin directory to system PATH e.g. C:\\\\Users\\\\IBM_ADMIN\\\\Documents\\\\Software\\\\apache-maven-3.3.9\\\\bin`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Git`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Install Git`}</li>\n      <li parentName=\"ul\">{`Add git bin directory to the system PATH e.g. C:\\\\Program Files (x86)\\\\Git\\\\bin`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Eclipse`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Install Eclipse Neon (4.6)`}</li>\n      <li parentName=\"ul\">{`The non-EE Neon for iOS from eclipse.org has been proven to work here.`}</li>\n      <li parentName=\"ul\">{`Install the Scala IDE, TestNG, and m2eclipse-scala features/plugins as described below.`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Scala IDE Eclipse feature`}</strong>{`\nSome Atlas source code is written in the Scala programming language. The Scala IDE feature is required to compile Scala source code in Eclipse.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`In Eclipse, choose Help - Install New Software...`}</li>\n      <li parentName=\"ul\">{`Click Add... to add an update site, and set Location to `}<a parentName=\"li\" {...{\n          \"href\": \"http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site\"\n        }}>{`http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site`}</a></li>\n      <li parentName=\"ul\">{`Select Scala IDE for Eclipse from the list of available features`}</li>\n      <li parentName=\"ul\">{`Restart Eclipse after install`}</li>\n      <li parentName=\"ul\">{`Set the Scala compiler to target the 1.7 JVM: Window - Preferences - Scala - Compiler, change target to 1.7\n`}<em parentName=\"li\">{`TestNG Eclipse plug-in`}</em></li>\n    </ul>\n    <p>{`Atlas tests use the `}<a parentName=\"p\" {...{\n        \"href\": \"http://testng.org/doc/documentation-main.html\"\n      }}>{`TestNG framework`}</a>{`, which is similar to JUnit. The TestNG plug-in is required to run TestNG tests from Eclipse.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`In Eclipse, choose Help - Install New Software...`}</li>\n      <li parentName=\"ul\">{`Click Add... to add an update site, and set Location to `}<a parentName=\"li\" {...{\n          \"href\": \"http://beust.com/eclipse-old/eclipse_6.9.9.201510270734\"\n        }}>{`http://beust.com/eclipse-old/eclipse_6.9.9.201510270734`}</a>\n        <pre parentName=\"li\"><code parentName=\"pre\" {...{}}>{`  * Choose TestNG and continue with install\n  * Restart Eclipse after installing the plugin\n  * In Window - Preferences - TestNG, <b>un</b>check \"Use project TestNG jar\"\n`}</code></pre>\n        <em parentName=\"li\">{`m2eclipse-scala Eclipse plugin`}</em></li>\n      <li parentName=\"ul\">{`In Eclipse, choose Help - Install New Software...`}</li>\n      <li parentName=\"ul\">{`Click Add... to add an update site, and set Location to `}<a parentName=\"li\" {...{\n          \"href\": \"http://alchim31.free.fr/m2e-scala/update-site/\"\n        }}>{`http://alchim31.free.fr/m2e-scala/update-site/`}</a></li>\n      <li parentName=\"ul\">{`Choose Maven Integration for Scala IDE, and continue with install`}</li>\n      <li parentName=\"ul\">{`Restart Eclipse after install`}</li>\n      <li parentName=\"ul\">{`In Window - Preferences -Maven - Errors/Warnings, set Plugin execution not covered by lifecycle configuration to Warning\n`}<em parentName=\"li\">{`Import Atlas maven projects into Eclipse:`}</em></li>\n    </ul>\n    <p>{`a. File - Import - Maven - Existing Maven Projects b. Browse to your Atlas folder c. Uncheck the root project and non-Java projects such as dashboardv2, docs and distro, then click Finish`}</p>\n    <p>{`On the Mac, the Maven import fails with message`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\"Cannot complete the install because one or more required items could not be found.\nSoftware being installed: Maven Integration for AJDT (Optional) 0.14.0.201506231302 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.14.0.201506231302)\nMissing requirement: Maven Integration for AJDT (Optional) 0.14.0.201506231302 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.14.0.201506231302) requires 'org.eclipse.ajdt.core 1.5.0' but it could not be found\".`}\n    </SyntaxHighlighter>\n    <p>{`Install `}<a parentName=\"p\" {...{\n        \"href\": \"http://download.eclipse.org/tools/ajdt/46/dev/update\"\n      }}>{`http://download.eclipse.org/tools/ajdt/46/dev/update`}</a>{` and rerun. The Maven AspectJ should plugin install - allowing the references to Aspects in Maven to be resolved.`}</p>\n    <p>{` d. In the atlas-typesystem, atlas-repository, hdfs-model, and storm-bridge projects, add the src/main/scala and src/test/scala (if available) directories as source folders. Note: the hdfs-model and storm-bridge projects do not have the src/test/scala folder.`}</p>\n    <p>{`Right-click on the project, and choose `}<em parentName=\"p\">{`Properties`}</em>{`.`}</p>\n    <p>{`Click the `}<em parentName=\"p\">{`Java Build Path`}</em>{` in the left-hand panel, and choose the `}<em parentName=\"p\">{`Source`}</em>{` tab.`}</p>\n    <p>{`Click `}<em parentName=\"p\">{`Add Folder`}</em>{`, and select the src/main/scala and src/test/scala directories.`}</p>\n    <p>{`Only the atlas-repository and atlas-type system projects have Scala source folders to update.`}</p>\n    <p>{`e. Select atlas-typesystem, atlas-repository, hdfs-model, and storm-bridge projects, right-click, go to the Scala menu, and choose ‘Set the Scala Installation’.`}</p>\n    <p>{`f. Choose Fixed Scala Installation: 2.11.8 (bundled) , and click OK.`}</p>\n    <p>{`g. Restart Eclipse`}</p>\n    <p>{`h. Choose Project - Clean, select Clean all projects, and click OK.`}</p>\n    <p>{`Some projects may not pick up the Scala library – if this occurs, quick fix on those projects to add in the Scala library – projects atlas-typesystem, atlas-repository, hdfs-model, storm-bridge and atlas-webapp.`}</p>\n    <p>{`You should now have a clean workspace.`}</p>\n    <p><em parentName=\"p\">{`Sample Bash scripts to help mac users`}</em></p>\n    <p>{`You will need to change some of these scripts to point to your installation targets.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Run this script to setup your command line build environment`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`#!/bin/bash # export JAVA_HOME=/Library/Java/JavaVirtualMachines/macosxx6480sr3fp10hybrid-20160719_01-sdk\nexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home\nexport M2_HOME=/Applications/apache-maven-3.3.9 # Git is installed in the system path\nexport PYTHON_HOME='/Applications/Python 2.7'\nexport PATH=$PYTHON_HOME:$M2_HOME/bin:$JAVA_HOME/bin:$PATH\nexport MAVEN_OPTS=\"-Xmx1536m -Drat.numUnapprovedLicenses=100\"`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`If you do  not want to set Java 8 as your system java, you can use this  bash script to setup the environment and run Eclipse (which you can drop in Applications and rename to neon).`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`#!/bin/bash\nexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home\nexport M2_HOME=/Applications/apache-maven-3.3.9\n# Git is installed in the system path\nexport PYTHON_HOME='/Applications/Python 2.7'\nexport PATH=$PYTHON_HOME:$M2_HOME/bin:$JAVA_HOME/bin:$PATH/Applications/neon.app/Contents/MacOS/eclipse`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7ec618b
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/InstallationInstruction.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-setup-installation-instruction.b91230c8.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h3 {...{\n      \"id\": \"installing--running-apache-atlas\"\n    }}>{`Installing & Running Apache Atlas`}</h3>\n    <h4 {...{\n      \"id\": \"installing-apache-atlas\"\n    }}>{`Installing Apache Atlas`}</h4>\n    <p>{`From the directory you would like Apache Atlas to be installed, run the following commands:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`tar -xzvf apache-atlas-{project.version}-server.tar.gz\ncd apache-atlas-{project.version}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"running-apache-atlas-with-local-apache-hbase--apache-solr\"\n    }}>{`Running Apache Atlas with Local Apache HBase & Apache Solr`}</h4>\n    <p>{`To run Apache Atlas with local Apache HBase & Apache Solr instances that are started/stopped along with Atlas start/stop, run following commands:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export MANAGE_LOCAL_HBASE=true\nexport MANAGE_LOCAL_SOLR=true\nbin/atlas_start.py`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"running-apache-atlas-with-berkeleydb--apache-solr\"\n    }}>{`Running Apache Atlas with BerkeleyDB & Apache Solr`}</h4>\n    <p>{`To run Apache Atlas with BerkeleyDB, and local instances of Apache Solr and Apache Zookeeper, run following commands:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export MANAGE_LOCAL_SOLR=true\nbin/atlas_start.py`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"using-apache-atlas\"\n    }}>{`Using Apache Atlas`}</h4>\n    <ul>\n      <li parentName=\"ul\">{`To verify if Apache Atlas server is up and running, run curl command as shown below:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} style={theme.dark} mdxType=\"SyntaxHighlighter\">\n    {`curl -u username:password http://localhost:21000/api/atlas/admin/version\n    {\"Description\":\"Metadata Management and Data Governance Platform over Hadoop\",\"Version\":\"2.2.0\",\"Name\":\"apache-atlas\"}`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Run quick start to load sample model and data`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`bin/quick_start.py\nEnter username for atlas :-\nEnter password for atlas :-`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Access Apache Atlas UI using a browser: http://localhost:21000`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"stopping-apache-atlas-server\"\n    }}>{`Stopping Apache Atlas Server`}</h4>\n    <p>{`To stop Apache Atlas, run following command:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`bin/atlas_stop.py`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"configuring-apache-atlas\"\n    }}>{`Configuring Apache Atlas`}</h3>\n    <p>{`By default, config directory used by Apache Atlas is `}<em parentName=\"p\">{`{package dir}/conf`}</em>{`. To override this set environment variable ATLAS_CONF to the path of the conf dir.`}</p>\n    <p>{`Environment variables needed to run Apache Atlas can be set in `}<em parentName=\"p\">{`atlas-env.sh`}</em>{` file in the conf directory. This file will be sourced by Apache Atlas scripts before any commands are executed. The following environment variables are available to set.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`# The java implementation to use. If JAVA_HOME is not found we expect java and jar to be in path\n#export JAVA_HOME=\nany additional java opts you want to set. This will apply to both client and server operations\n#export ATLAS_OPTS=\nany additional java opts that you want to set for client only\n#export ATLAS_CLIENT_OPTS=\njava heap size we want to set for the client. Default is 1024 MB\n#export ATLAS_CLIENT_HEAP=\nany additional opts you want to set for atlas service.\n#export ATLAS_SERVER_OPTS=\njava heap size we want to set for the atlas server. Default is 1024 MB\n#export ATLAS_SERVER_HEAP=\nWhat is considered as atlas home dir. Default is the base location of the installed software\n#export ATLAS_HOME_DIR=\nWhere log files are stored. Default is logs directory under the base install location\n#export ATLAS_LOG_DIR=\nWhere pid files are stored. Default is logs directory under the base install location\n#export ATLAS_PID_DIR=\nWhere do you want to expand the war file. By Default, it is in /server/webapp dir under the base install dir.\n#export ATLAS_EXPANDED_WEBAPP_DIR=`}\n    </SyntaxHighlighter>\n    <p><em parentName=\"p\">{`Settings to support large number of metadata objects`}</em></p>\n    <p>{`If you plan to store large number of metadata objects, it is recommended that you use values tuned for better GC performance of the JVM.`}</p>\n    <p>{`The following values are common server side options:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export ATLAS_SERVER_OPTS=\"-server -XX:SoftRefLRUPolicyMSPerMB=0 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+PrintTenuringDistribution -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dumps/atlas_server.hprof -Xloggc:logs/gc-worker.log -verbose:gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=1m -XX:+PrintGCDetails -XX:+PrintHeapAtGC -XX:+PrintGCTimeStamps\"`}\n    </SyntaxHighlighter>\n    <p>{`The `}<inlineCode parentName=\"p\">{`-XX:SoftRefLRUPolicyMSPerMB`}</inlineCode>{` option was found to be particularly helpful to regulate GC performance for query heavy workloads with many concurrent users.`}</p>\n    <p>{`The following values are recommended for JDK 8:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\nexport ATLAS_SERVER_HEAP=\"-Xms15360m -Xmx15360m -XX:MaxNewSize=5120m -XX:MetaspaceSize=100M -XX:MaxMetaspaceSize=512m\"\n    </SyntaxHighlighter>\n    <p><em parentName=\"p\">{`NOTE for macOS users`}</em>{`\nIf you are using a macOS, you will need to configure the ATLAS_SERVER_OPTS (explained above).`}</p>\n    <p>{`In `}<em parentName=\"p\">{`{package dir}/conf/atlas-env.sh`}</em>{` uncomment the following line`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export ATLAS_SERVER_OPTS=`}\n    </SyntaxHighlighter>\n    <p>{`and change it to look as below`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export ATLAS_SERVER_OPTS=\"-Djava.awt.headless=true -Djava.security.krb5.realm= -Djava.security.krb5.kdc=\"`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"configuring-apache-hbase-as-the-storage-backend-for-the-graph-repository\"\n    }}>{`Configuring Apache HBase as the storage backend for the Graph Repository`}</h4>\n    <p>{`By default, Apache Atlas uses JanusGraph as the graph repository and is the only graph repository implementation available currently. Apache HBase versions currently supported are 1.1.x. For configuring Apache Atlas graph persistence on Apache HBase, please see \"Graph persistence engine - HBase\" in the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Configuration\"\n      }}>{`Configuration`}</a>{` section for more details.`}</p>\n    <p>{`Apache HBase tables used by Apache Atlas can be set using the following configurations:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.storage.hbase.table=atlas\natlas.audit.hbase.tablename=apache_atlas_entity_audit`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"configuring-apache-solr-as-the-indexing-backend-for-the-graph-repository\"\n    }}>{`Configuring Apache Solr as the indexing backend for the Graph Repository`}</h4>\n    <p>{`By default, Apache Atlas uses JanusGraph as the graph repository and is the only graph repository implementation available currently. For configuring JanusGraph to work with Apache Solr, please follow the instructions below`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Install Apache Solr if not already running. The version of Apache Solr supported is 5.5.1. Could be installed from `}<a parentName=\"li\" {...{\n          \"href\": \"http://archive.apache.org/dist/lucene/solr/5.5.1/solr-5.5.1.tgz\"\n        }}>{`http://archive.apache.org/dist/lucene/solr/5.5.1/solr-5.5.1.tgz`}</a></li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Start Apache Solr in cloud mode.`}</li>\n    </ul>\n    <p>{`SolrCloud mode uses a ZooKeeper Service as a highly available, central location for cluster management. For a small cluster, running with an existing ZooKeeper quorum should be fine. For larger clusters, you would want to run separate multiple ZooKeeper quorum with at least 3 servers.\nFor more information, refer Apache Solr documentation - `}<a parentName=\"p\" {...{\n        \"href\": \"https://cwiki.apache.org/confluence/display/solr/SolrCloud\"\n      }}>{`https://cwiki.apache.org/confluence/display/solr/SolrCloud`}</a></p>\n    <ul>\n      <li parentName=\"ul\">{`For e.g., to bring up an Apache Solr node listening on port 8983 on a machine, you can use the command:`}</li>\n    </ul>\n  <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n    {`$SOLR_HOME/bin/solr start -c -z <zookeeper_host:port> -p 8983`}\n  </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Run the following commands from SOLR_BIN (e.g. $SOLR_HOME/bin) directory to create collections in Apache Solr corresponding to the indexes that Apache Atlas uses. In the case that the Apache Atlas and Apache Solr instances are on 2 different hosts, first copy the required configuration files from ATLAS_HOME/conf/solr on the Apache Atlas instance host to Apache Solr instance host. SOLR_CONF in the below-mentioned commands refer to the directory where Apache Solr configuration files have been copied to on Apache Solr host:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`$SOLR_BIN/solr create -c vertex_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor\n$SOLR_BIN/solr create -c edge_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor\n$SOLR_BIN/solr create -c fulltext_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor`}\n    </SyntaxHighlighter>\n    <p>{`  Note: If numShards and replicationFactor are not specified, they default to 1 which suffices if you are trying out solr with ATLAS on a single node instance.\nOtherwise, specify numShards according to the number of hosts that are in the Solr cluster and the maxShardsPerNode configuration.\nThe number of shards cannot exceed the total number of Solr nodes in your SolrCloud cluster.`}</p>\n    <p>{`  The number of replicas (replicationFactor) can be set according to the redundancy required.`}</p>\n    <p>{`  Also note that Apache Solr will automatically be called to create the indexes when Apache Atlas server is started if the\nSOLR_BIN and SOLR_CONF environment variables are set and the search indexing backend is set to 'solr5'.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Change ATLAS configuration to point to Apache Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=solr\natlas.graph.index.search.solr.mode=cloud\natlas.graph.index.search.solr.zookeeper-url=<the ZK quorum setup for solr as comma separated value> eg: 10.1.6.4:2181,10.1.6.5:2181\natlas.graph.index.search.solr.zookeeper-connect-timeout=<SolrCloud Zookeeper Connection Timeout>. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-session-timeout=<SolrCloud Zookeeper Session Timeout>. Default value is 60000 ms`}\n    </SyntaxHighlighter>\n    <p>{`For more information on JanusGraph solr configuration , please refer `}<a parentName=\"p\" {...{\n        \"href\": \"http://docs.janusgraph.org/0.2.0/solr.html\"\n      }}>{`http://docs.janusgraph.org/0.2.0/solr.html`}</a></p>\n    <p>{`Pre-requisites for running Apache Solr in cloud mode`}</p>\n    <ul>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`Memory - Apache Solr is both memory and CPU intensive. Make sure the server running Apache Solr has adequate memory, CPU and disk.\nApache Solr works well with 32 GB RAM. Plan to provide as much memory as possible to Apache Solr process`}</p>\n      </li>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`Disk - If the number of entities that need to be stored are large, plan to have at least 500 GB free space in the volume where Apache Solr is going to store the index data`}</p>\n      </li>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`SolrCloud has support for replication and sharding. It is highly recommended to use SolrCloud with at least two Apache Solr nodes running on different servers with replication enabled.\nIf using SolrCloud, then you also need ZooKeeper installed and configured with 3 or 5 ZooKeeper nodes`}</p>\n      </li>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`Start Apache Solr in http mode - alternative setup to Solr in cloud mode.`}</p>\n        <p parentName=\"li\">{`Solr Standalone is used for a single instance, and it keeps configuration information on the file system. It does not require zookeeper and provides high performance for medium size index.\nCan be considered as a good option for fast prototyping as well as valid configuration for development environments. In some cases it demonstrates a better performance than solr cloud mode in production grade setup of Atlas.`}</p>\n      </li>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`Change ATLAS configuration to point to Standalone Apache Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties`}</p>\n      </li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=solr\natlas.graph.index.search.solr.mode=http\natlas.graph.index.search.solr.http-urls=<a single or list of URLs for the Solr instances must be provided.> eg: localhost:2181,10.1.6.5:2181`}\n    </SyntaxHighlighter>\n    <p>{`  Note: Solr standalone can be run in embedded mode using `}<inlineCode parentName=\"p\">{`embedded-hbase-solr`}</inlineCode>{` profile.`}</p>\n    <p><em parentName=\"p\">{`Configuring Elasticsearch as the indexing backend for the Graph Repository (Tech Preview)`}</em></p>\n    <p>{`By default, Apache Atlas uses `}<a parentName=\"p\" {...{\n        \"href\": \"https://janusgraph.org/\"\n      }}>{`JanusGraph`}</a>{` as the graph repository and is the only graph repository implementation available currently. For configuring `}<a parentName=\"p\" {...{\n        \"href\": \"https://janusgraph.org/\"\n      }}>{`JanusGraph`}</a>{` to work with Elasticsearch, please follow the instructions below`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Install an Elasticsearch cluster. The version currently supported is 5.6.4, and can be acquired from: `}<a parentName=\"li\" {...{\n          \"href\": \"https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.tar.gz\"\n        }}>{`https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.tar.gz`}</a></li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`For simple testing a single Elasticsearch node can be started by using the 'elasticsearch' command in the bin directory of the Elasticsearch distribution.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Change Apache Atlas configuration to point to the Elasticsearch instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=elasticsearch\natlas.graph.index.search.hostname=<the hostname(s) of the Elasticsearch master nodes comma separated>\natlas.graph.index.search.elasticsearch.client-only=true`}\n </SyntaxHighlighter>\n    <p>{`For more information on JanusGraph configuration for elasticsearch, please refer `}<a parentName=\"p\" {...{\n        \"href\": \"http://docs.janusgraph.org/0.2.0/elasticsearch.html\"\n      }}>{`http://docs.janusgraph.org/0.2.0/elasticsearch.html`}</a></p>\n    <h4 {...{\n      \"id\": \"configuring-kafka-topics\"\n    }}>{`Configuring Kafka Topics`}</h4>\n    <p>{`Apache Atlas uses Apache Kafka to ingest metadata from other components at runtime. This is described in the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Architecture\"\n      }}>{`Architecture`}</a>{`\nin more detail. Depending on the configuration of Apache Kafka, sometimes you might need to setup the topics explicitly before\nusing Apache Atlas. To do so, Apache Atlas provides a script =bin/atlas_kafka_setup.py= which can be run from Apache Atlas server. In some\nenvironments, the hooks might start getting used first before Apache Atlas server itself is setup. In such cases, the topics\ncan be run on the hosts where hooks are installed using a similar script `}<inlineCode parentName=\"p\">{`hook-bin/atlas_kafka_setup_hook.py`}</inlineCode>{`. Both these\nuse configuration in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{` for setting up the topics. Please refer to the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Configuration\"\n      }}>{`Configuration`}</a>{`\nfor these details.`}</p>\n    <h4 {...{\n      \"id\": \"setting-up-apache-atlas\"\n    }}>{`Setting up Apache Atlas`}</h4>\n    <p>{`There are a few steps that setup dependencies of Apache Atlas. One such example is setting up the JanusGraph schema in the storage backend of choice. In a simple single server setup, these are automatically setup with default configuration when the server first accesses these dependencies.`}</p>\n    <p>{`However, there are scenarios when we may want to run setup steps explicitly as one time operations. For example, in a multiple server scenario using `}<a parentName=\"p\" {...{\n        \"href\": \"#/HighAvailability\"\n      }}>{`High Availability`}</a>{`, it is preferable to run setup steps from one of the server instances the first time, and then start the services.`}</p>\n    <p>{`To run these steps one time, execute the command =bin/atlas_start.py -setup= from a single Apache Atlas server instance.`}</p>\n    <p>{`However, Apache Atlas server does take care of parallel executions of the setup steps. Also, running the setup steps multiple times is idempotent. Therefore, if one chooses to run the setup steps as part of server startup, for convenience, then they should enable the configuration option `}<inlineCode parentName=\"p\">{`atlas.server.run.setup.on.start`}</inlineCode>{` by defining it with the value `}<inlineCode parentName=\"p\">{`true`}</inlineCode>{` in the `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{` file.`}</p>\n    <h3 {...{\n      \"id\": \"examples-calling-apache-atlas-rest-apis\"\n    }}>{`Examples: calling Apache Atlas REST APIs`}</h3>\n    <p>{`Here are few examples of calling Apache Atlas REST APIs via curl command.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`List the types in the repository`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`curl -u username:password http://localhost:21000/api/atlas/v2/types/typedefs/headers\n    [ {\"guid\":\"fa421be8-c21b-4cf8-a226-fdde559ad598\",\"name\":\"Referenceable\",\"category\":\"ENTITY\"},\n      {\"guid\":\"7f3f5712-521d-450d-9bb2-ba996b6f2a4e\",\"name\":\"Asset\",\"category\":\"ENTITY\"},\n      {\"guid\":\"84b02fa0-e2f4-4cc4-8b24-d2371cd00375\",\"name\":\"DataSet\",\"category\":\"ENTITY\"},\n      {\"guid\":\"f93975d5-5a5c-41da-ad9d-eb7c4f91a093\",\"name\":\"Process\",\"category\":\"ENTITY\"},\n      {\"guid\":\"79dcd1f9-f350-4f7b-b706-5bab416f8206\",\"name\":\"Infrastructure\",\"category\":\"ENTITY\"}\n    ]`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`List the instances for a given type`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`curl -u username:password http://localhost:21000/api/atlas/v2/search/basic?typeName=hive_db\n    {\n      \"queryType\":\"BASIC\",\n      \"searchParameters\":{\n        \"typeName\":\"hive_db\",\n        \"excludeDeletedEntities\":false,\n        \"includeClassificationAttributes\":false,\n        \"includeSubTypes\":true,\n        \"includeSubClassifications\":true,\n        \"limit\":100,\n        \"offset\":0\n      },\n      \"entities\":[\n        {\n          \"typeName\":\"hive_db\",\n          \"guid\":\"5d900c19-094d-4681-8a86-4eb1d6ffbe89\",\n          \"status\":\"ACTIVE\",\n          \"displayText\":\"default\",\n          \"classificationNames\":[],\n          \"attributes\":{\n            \"owner\":\"public\",\n            \"createTime\":null,\n            \"qualifiedName\":\"default@cl1\",\n            \"name\":\"default\",\n            \"description\":\"Default Hive database\"\n          }\n        },\n        {\n          \"typeName\":\"hive_db\",\n          \"guid\":\"3a0b14b0-ab85-4b65-89f2-e418f3f7f77c\",\n          \"status\":\"ACTIVE\",\n          \"displayText\":\"finance\",\n          \"classificationNames\":[],\n          \"attributes\":{\n            \"owner\":\"hive\",\n            \"createTime\":null,\n            \"qualifiedName\":\"finance@cl1\",\n            \"name\":\"finance\",\n            \"description\":null\n          }\n        }\n      ]\n    }`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Search for entities`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`curl -u username:password http://localhost:21000/api/atlas/v2/search/dsl?query=hive_db%20where%20name='default'\n      {\n        \"queryType\":\"DSL\",\n        \"queryText\":\"hive_db where name='default'\",\n        \"entities\":[\n          {\n            \"typeName\":\"hive_db\",\n            \"guid\":\"5d900c19-094d-4681-8a86-4eb1d6ffbe89\",\n            \"status\":\"ACTIVE\",\n            \"displayText\":\"default\",\n            \"classificationNames\":[],\n            \"attributes\":{\n              \"owner\":\"public\",\n              \"createTime\":null,\n              \"qualifiedName\":\"default@cl1\",\n              \"name\":\"default\",\n              \"description\":\n              \"Default Hive database\"\n            }\n          }\n        ]\n      }`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"troubleshooting\"\n    }}>{`Troubleshooting`}</h3>\n    <h4 {...{\n      \"id\": \"setup-issues\"\n    }}>{`Setup issues`}</h4>\n    <p>{`If the setup of Apache Atlas service fails due to any reason, the next run of setup (either by an explicit invocation of\n`}<inlineCode parentName=\"p\">{`atlas_start.py -setup`}</inlineCode>{` or by enabling the configuration option `}<inlineCode parentName=\"p\">{`atlas.server.run.setup.on.start`}</inlineCode>{`) will fail with\na message such as `}<inlineCode parentName=\"p\">{`A previous setup run may not have completed cleanly.`}</inlineCode>{`. In such cases, you would need to manually\nensure the setup can run and delete the Zookeeper node at `}<inlineCode parentName=\"p\">{`/apache_atlas/setup_in_progress`}</inlineCode>{` before attempting to\nrun setup again.`}</p>\n    <p>{`If the setup failed due to Apache HBase schema setup errors, it may be necessary to repair Apache HBase schema. If no\ndata has been stored, one can also disable and drop the Apache HBase tables used by Apache Atlas and run setup again.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-installation-instruction.b91230c8.js b/2.3.0/static/js/documents-setup-installation-instruction.b91230c8.js
new file mode 100644
index 0000000..6fa6647
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-installation-instruction.b91230c8.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[47],{"./src/documents/Setup/InstallationInstruction.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return c}));var n=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),r=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],i={};function c(e){var a=e.components,t=Object(n.a)(e,l);return Object(s.mdx)("wrapper",Object.assign({},i,t,{components:a,mdxType:"MDXLayout"}),Object(s.mdx)("h3",{id:"installing--running-apache-atlas"},"Installing & Running Apache Atlas"),Object(s.mdx)("h4",{id:"installing-apache-atlas"},"Installing Apache Atlas"),Object(s.mdx)("p",null,"From the directory you would like Apache Atlas to be installed, run the following commands:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"tar -xzvf apache-atlas-{project.version}-server.tar.gz\ncd apache-atlas-{project.version}"),Object(s.mdx)("h4",{id:"running-apache-atlas-with-local-apache-hbase--apache-solr"},"Running Apache Atlas with Local Apache HBase & Apache Solr"),Object(s.mdx)("p",null,"To run Apache Atlas with local Apache HBase & Apache Solr instances that are started/stopped along with Atlas start/stop, run following commands:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"export MANAGE_LOCAL_HBASE=true\nexport MANAGE_LOCAL_SOLR=true\nbin/atlas_start.py"),Object(s.mdx)("h4",{id:"running-apache-atlas-with-berkeleydb--apache-solr"},"Running Apache Atlas with BerkeleyDB & Apache Solr"),Object(s.mdx)("p",null,"To run Apache Atlas with BerkeleyDB, and local instances of Apache Solr and Apache Zookeeper, run following commands:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"export MANAGE_LOCAL_SOLR=true\nbin/atlas_start.py"),Object(s.mdx)("h4",{id:"using-apache-atlas"},"Using Apache Atlas"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"To verify if Apache Atlas server is up and running, run curl command as shown below:")),Object(s.mdx)(o.a,{wrapLines:!0,style:r.a,mdxType:"SyntaxHighlighter"},'curl -u username:password http://localhost:21000/api/atlas/admin/version\n    {"Description":"Metadata Management and Data Governance Platform over Hadoop","Version":"2.2.0","Name":"apache-atlas"}'),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Run quick start to load sample model and data")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"bin/quick_start.py\nEnter username for atlas :-\nEnter password for atlas :-"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Access Apache Atlas UI using a browser: http://localhost:21000")),Object(s.mdx)("h4",{id:"stopping-apache-atlas-server"},"Stopping Apache Atlas Server"),Object(s.mdx)("p",null,"To stop Apache Atlas, run following command:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"bin/atlas_stop.py"),Object(s.mdx)("h3",{id:"configuring-apache-atlas"},"Configuring Apache Atlas"),Object(s.mdx)("p",null,"By default, config directory used by Apache Atlas is ",Object(s.mdx)("em",{parentName:"p"},"{package dir}/conf"),". To override this set environment variable ATLAS_CONF to the path of the conf dir."),Object(s.mdx)("p",null,"Environment variables needed to run Apache Atlas can be set in ",Object(s.mdx)("em",{parentName:"p"},"atlas-env.sh")," file in the conf directory. This file will be sourced by Apache Atlas scripts before any commands are executed. The following environment variables are available to set."),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"# The java implementation to use. If JAVA_HOME is not found we expect java and jar to be in path\n#export JAVA_HOME=\nany additional java opts you want to set. This will apply to both client and server operations\n#export ATLAS_OPTS=\nany additional java opts that you want to set for client only\n#export ATLAS_CLIENT_OPTS=\njava heap size we want to set for the client. Default is 1024 MB\n#export ATLAS_CLIENT_HEAP=\nany additional opts you want to set for atlas service.\n#export ATLAS_SERVER_OPTS=\njava heap size we want to set for the atlas server. Default is 1024 MB\n#export ATLAS_SERVER_HEAP=\nWhat is considered as atlas home dir. Default is the base location of the installed software\n#export ATLAS_HOME_DIR=\nWhere log files are stored. Default is logs directory under the base install location\n#export ATLAS_LOG_DIR=\nWhere pid files are stored. Default is logs directory under the base install location\n#export ATLAS_PID_DIR=\nWhere do you want to expand the war file. By Default, it is in /server/webapp dir under the base install dir.\n#export ATLAS_EXPANDED_WEBAPP_DIR="),Object(s.mdx)("p",null,Object(s.mdx)("em",{parentName:"p"},"Settings to support large number of metadata objects")),Object(s.mdx)("p",null,"If you plan to store large number of metadata objects, it is recommended that you use values tuned for better GC performance of the JVM."),Object(s.mdx)("p",null,"The following values are common server side options:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},'export ATLAS_SERVER_OPTS="-server -XX:SoftRefLRUPolicyMSPerMB=0 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+PrintTenuringDistribution -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dumps/atlas_server.hprof -Xloggc:logs/gc-worker.log -verbose:gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=1m -XX:+PrintGCDetails -XX:+PrintHeapAtGC -XX:+PrintGCTimeStamps"'),Object(s.mdx)("p",null,"The ",Object(s.mdx)("inlineCode",{parentName:"p"},"-XX:SoftRefLRUPolicyMSPerMB")," option was found to be particularly helpful to regulate GC performance for query heavy workloads with many concurrent users."),Object(s.mdx)("p",null,"The following values are recommended for JDK 8:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},'export ATLAS_SERVER_HEAP="-Xms15360m -Xmx15360m -XX:MaxNewSize=5120m -XX:MetaspaceSize=100M -XX:MaxMetaspaceSize=512m"'),Object(s.mdx)("p",null,Object(s.mdx)("em",{parentName:"p"},"NOTE for macOS users"),"\nIf you are using a macOS, you will need to configure the ATLAS_SERVER_OPTS (explained above)."),Object(s.mdx)("p",null,"In ",Object(s.mdx)("em",{parentName:"p"},"{package dir}/conf/atlas-env.sh")," uncomment the following line"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"export ATLAS_SERVER_OPTS="),Object(s.mdx)("p",null,"and change it to look as below"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},'export ATLAS_SERVER_OPTS="-Djava.awt.headless=true -Djava.security.krb5.realm= -Djava.security.krb5.kdc="'),Object(s.mdx)("h4",{id:"configuring-apache-hbase-as-the-storage-backend-for-the-graph-repository"},"Configuring Apache HBase as the storage backend for the Graph Repository"),Object(s.mdx)("p",null,'By default, Apache Atlas uses JanusGraph as the graph repository and is the only graph repository implementation available currently. Apache HBase versions currently supported are 1.1.x. For configuring Apache Atlas graph persistence on Apache HBase, please see "Graph persistence engine - HBase" in the ',Object(s.mdx)("a",{parentName:"p",href:"#/Configuration"},"Configuration")," section for more details."),Object(s.mdx)("p",null,"Apache HBase tables used by Apache Atlas can be set using the following configurations:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.storage.hbase.table=atlas\natlas.audit.hbase.tablename=apache_atlas_entity_audit"),Object(s.mdx)("h4",{id:"configuring-apache-solr-as-the-indexing-backend-for-the-graph-repository"},"Configuring Apache Solr as the indexing backend for the Graph Repository"),Object(s.mdx)("p",null,"By default, Apache Atlas uses JanusGraph as the graph repository and is the only graph repository implementation available currently. For configuring JanusGraph to work with Apache Solr, please follow the instructions below"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Install Apache Solr if not already running. The version of Apache Solr supported is 5.5.1. Could be installed from ",Object(s.mdx)("a",{parentName:"li",href:"http://archive.apache.org/dist/lucene/solr/5.5.1/solr-5.5.1.tgz"},"http://archive.apache.org/dist/lucene/solr/5.5.1/solr-5.5.1.tgz"))),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Start Apache Solr in cloud mode.")),Object(s.mdx)("p",null,"SolrCloud mode uses a ZooKeeper Service as a highly available, central location for cluster management. For a small cluster, running with an existing ZooKeeper quorum should be fine. For larger clusters, you would want to run separate multiple ZooKeeper quorum with at least 3 servers.\nFor more information, refer Apache Solr documentation - ",Object(s.mdx)("a",{parentName:"p",href:"https://cwiki.apache.org/confluence/display/solr/SolrCloud"},"https://cwiki.apache.org/confluence/display/solr/SolrCloud")),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"For e.g., to bring up an Apache Solr node listening on port 8983 on a machine, you can use the command:")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"$SOLR_HOME/bin/solr start -c -z <zookeeper_host:port> -p 8983"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Run the following commands from SOLR_BIN (e.g. $SOLR_HOME/bin) directory to create collections in Apache Solr corresponding to the indexes that Apache Atlas uses. In the case that the Apache Atlas and Apache Solr instances are on 2 different hosts, first copy the required configuration files from ATLAS_HOME/conf/solr on the Apache Atlas instance host to Apache Solr instance host. SOLR_CONF in the below-mentioned commands refer to the directory where Apache Solr configuration files have been copied to on Apache Solr host:")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"$SOLR_BIN/solr create -c vertex_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor\n$SOLR_BIN/solr create -c edge_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor\n$SOLR_BIN/solr create -c fulltext_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor"),Object(s.mdx)("p",null,"  Note: If numShards and replicationFactor are not specified, they default to 1 which suffices if you are trying out solr with ATLAS on a single node instance.\nOtherwise, specify numShards according to the number of hosts that are in the Solr cluster and the maxShardsPerNode configuration.\nThe number of shards cannot exceed the total number of Solr nodes in your SolrCloud cluster."),Object(s.mdx)("p",null,"  The number of replicas (replicationFactor) can be set according to the redundancy required."),Object(s.mdx)("p",null,"  Also note that Apache Solr will automatically be called to create the indexes when Apache Atlas server is started if the\nSOLR_BIN and SOLR_CONF environment variables are set and the search indexing backend is set to 'solr5'."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Change ATLAS configuration to point to Apache Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=solr\natlas.graph.index.search.solr.mode=cloud\natlas.graph.index.search.solr.zookeeper-url=<the ZK quorum setup for solr as comma separated value> eg: 10.1.6.4:2181,10.1.6.5:2181\natlas.graph.index.search.solr.zookeeper-connect-timeout=<SolrCloud Zookeeper Connection Timeout>. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-session-timeout=<SolrCloud Zookeeper Session Timeout>. Default value is 60000 ms"),Object(s.mdx)("p",null,"For more information on JanusGraph solr configuration , please refer ",Object(s.mdx)("a",{parentName:"p",href:"http://docs.janusgraph.org/0.2.0/solr.html"},"http://docs.janusgraph.org/0.2.0/solr.html")),Object(s.mdx)("p",null,"Pre-requisites for running Apache Solr in cloud mode"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"Memory - Apache Solr is both memory and CPU intensive. Make sure the server running Apache Solr has adequate memory, CPU and disk.\nApache Solr works well with 32 GB RAM. Plan to provide as much memory as possible to Apache Solr process")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"Disk - If the number of entities that need to be stored are large, plan to have at least 500 GB free space in the volume where Apache Solr is going to store the index data")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"SolrCloud has support for replication and sharding. It is highly recommended to use SolrCloud with at least two Apache Solr nodes running on different servers with replication enabled.\nIf using SolrCloud, then you also need ZooKeeper installed and configured with 3 or 5 ZooKeeper nodes")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"Start Apache Solr in http mode - alternative setup to Solr in cloud mode."),Object(s.mdx)("p",{parentName:"li"},"Solr Standalone is used for a single instance, and it keeps configuration information on the file system. It does not require zookeeper and provides high performance for medium size index.\nCan be considered as a good option for fast prototyping as well as valid configuration for development environments. In some cases it demonstrates a better performance than solr cloud mode in production grade setup of Atlas.")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"Change ATLAS configuration to point to Standalone Apache Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties"))),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=solr\natlas.graph.index.search.solr.mode=http\natlas.graph.index.search.solr.http-urls=<a single or list of URLs for the Solr instances must be provided.> eg: localhost:2181,10.1.6.5:2181"),Object(s.mdx)("p",null,"  Note: Solr standalone can be run in embedded mode using ",Object(s.mdx)("inlineCode",{parentName:"p"},"embedded-hbase-solr")," profile."),Object(s.mdx)("p",null,Object(s.mdx)("em",{parentName:"p"},"Configuring Elasticsearch as the indexing backend for the Graph Repository (Tech Preview)")),Object(s.mdx)("p",null,"By default, Apache Atlas uses ",Object(s.mdx)("a",{parentName:"p",href:"https://janusgraph.org/"},"JanusGraph")," as the graph repository and is the only graph repository implementation available currently. For configuring ",Object(s.mdx)("a",{parentName:"p",href:"https://janusgraph.org/"},"JanusGraph")," to work with Elasticsearch, please follow the instructions below"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Install an Elasticsearch cluster. The version currently supported is 5.6.4, and can be acquired from: ",Object(s.mdx)("a",{parentName:"li",href:"https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.tar.gz"},"https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.tar.gz"))),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"For simple testing a single Elasticsearch node can be started by using the 'elasticsearch' command in the bin directory of the Elasticsearch distribution.")),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Change Apache Atlas configuration to point to the Elasticsearch instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=elasticsearch\natlas.graph.index.search.hostname=<the hostname(s) of the Elasticsearch master nodes comma separated>\natlas.graph.index.search.elasticsearch.client-only=true"),Object(s.mdx)("p",null,"For more information on JanusGraph configuration for elasticsearch, please refer ",Object(s.mdx)("a",{parentName:"p",href:"http://docs.janusgraph.org/0.2.0/elasticsearch.html"},"http://docs.janusgraph.org/0.2.0/elasticsearch.html")),Object(s.mdx)("h4",{id:"configuring-kafka-topics"},"Configuring Kafka Topics"),Object(s.mdx)("p",null,"Apache Atlas uses Apache Kafka to ingest metadata from other components at runtime. This is described in the ",Object(s.mdx)("a",{parentName:"p",href:"#/Architecture"},"Architecture"),"\nin more detail. Depending on the configuration of Apache Kafka, sometimes you might need to setup the topics explicitly before\nusing Apache Atlas. To do so, Apache Atlas provides a script =bin/atlas_kafka_setup.py= which can be run from Apache Atlas server. In some\nenvironments, the hooks might start getting used first before Apache Atlas server itself is setup. In such cases, the topics\ncan be run on the hosts where hooks are installed using a similar script ",Object(s.mdx)("inlineCode",{parentName:"p"},"hook-bin/atlas_kafka_setup_hook.py"),". Both these\nuse configuration in ",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties")," for setting up the topics. Please refer to the ",Object(s.mdx)("a",{parentName:"p",href:"#/Configuration"},"Configuration"),"\nfor these details."),Object(s.mdx)("h4",{id:"setting-up-apache-atlas"},"Setting up Apache Atlas"),Object(s.mdx)("p",null,"There are a few steps that setup dependencies of Apache Atlas. One such example is setting up the JanusGraph schema in the storage backend of choice. In a simple single server setup, these are automatically setup with default configuration when the server first accesses these dependencies."),Object(s.mdx)("p",null,"However, there are scenarios when we may want to run setup steps explicitly as one time operations. For example, in a multiple server scenario using ",Object(s.mdx)("a",{parentName:"p",href:"#/HighAvailability"},"High Availability"),", it is preferable to run setup steps from one of the server instances the first time, and then start the services."),Object(s.mdx)("p",null,"To run these steps one time, execute the command =bin/atlas_start.py -setup= from a single Apache Atlas server instance."),Object(s.mdx)("p",null,"However, Apache Atlas server does take care of parallel executions of the setup steps. Also, running the setup steps multiple times is idempotent. Therefore, if one chooses to run the setup steps as part of server startup, for convenience, then they should enable the configuration option ",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas.server.run.setup.on.start")," by defining it with the value ",Object(s.mdx)("inlineCode",{parentName:"p"},"true")," in the ",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties")," file."),Object(s.mdx)("h3",{id:"examples-calling-apache-atlas-rest-apis"},"Examples: calling Apache Atlas REST APIs"),Object(s.mdx)("p",null,"Here are few examples of calling Apache Atlas REST APIs via curl command."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"List the types in the repository")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},'curl -u username:password http://localhost:21000/api/atlas/v2/types/typedefs/headers\n    [ {"guid":"fa421be8-c21b-4cf8-a226-fdde559ad598","name":"Referenceable","category":"ENTITY"},\n      {"guid":"7f3f5712-521d-450d-9bb2-ba996b6f2a4e","name":"Asset","category":"ENTITY"},\n      {"guid":"84b02fa0-e2f4-4cc4-8b24-d2371cd00375","name":"DataSet","category":"ENTITY"},\n      {"guid":"f93975d5-5a5c-41da-ad9d-eb7c4f91a093","name":"Process","category":"ENTITY"},\n      {"guid":"79dcd1f9-f350-4f7b-b706-5bab416f8206","name":"Infrastructure","category":"ENTITY"}\n    ]'),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"List the instances for a given type")),Object(s.mdx)(o.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'curl -u username:password http://localhost:21000/api/atlas/v2/search/basic?typeName=hive_db\n    {\n      "queryType":"BASIC",\n      "searchParameters":{\n        "typeName":"hive_db",\n        "excludeDeletedEntities":false,\n        "includeClassificationAttributes":false,\n        "includeSubTypes":true,\n        "includeSubClassifications":true,\n        "limit":100,\n        "offset":0\n      },\n      "entities":[\n        {\n          "typeName":"hive_db",\n          "guid":"5d900c19-094d-4681-8a86-4eb1d6ffbe89",\n          "status":"ACTIVE",\n          "displayText":"default",\n          "classificationNames":[],\n          "attributes":{\n            "owner":"public",\n            "createTime":null,\n            "qualifiedName":"default@cl1",\n            "name":"default",\n            "description":"Default Hive database"\n          }\n        },\n        {\n          "typeName":"hive_db",\n          "guid":"3a0b14b0-ab85-4b65-89f2-e418f3f7f77c",\n          "status":"ACTIVE",\n          "displayText":"finance",\n          "classificationNames":[],\n          "attributes":{\n            "owner":"hive",\n            "createTime":null,\n            "qualifiedName":"finance@cl1",\n            "name":"finance",\n            "description":null\n          }\n        }\n      ]\n    }'),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Search for entities")),Object(s.mdx)(o.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'curl -u username:password http://localhost:21000/api/atlas/v2/search/dsl?query=hive_db%20where%20name=\'default\'\n      {\n        "queryType":"DSL",\n        "queryText":"hive_db where name=\'default\'",\n        "entities":[\n          {\n            "typeName":"hive_db",\n            "guid":"5d900c19-094d-4681-8a86-4eb1d6ffbe89",\n            "status":"ACTIVE",\n            "displayText":"default",\n            "classificationNames":[],\n            "attributes":{\n              "owner":"public",\n              "createTime":null,\n              "qualifiedName":"default@cl1",\n              "name":"default",\n              "description":\n              "Default Hive database"\n            }\n          }\n        ]\n      }'),Object(s.mdx)("h3",{id:"troubleshooting"},"Troubleshooting"),Object(s.mdx)("h4",{id:"setup-issues"},"Setup issues"),Object(s.mdx)("p",null,"If the setup of Apache Atlas service fails due to any reason, the next run of setup (either by an explicit invocation of\n",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas_start.py -setup")," or by enabling the configuration option ",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas.server.run.setup.on.start"),") will fail with\na message such as ",Object(s.mdx)("inlineCode",{parentName:"p"},"A previous setup run may not have completed cleanly."),". In such cases, you would need to manually\nensure the setup can run and delete the Zookeeper node at ",Object(s.mdx)("inlineCode",{parentName:"p"},"/apache_atlas/setup_in_progress")," before attempting to\nrun setup again."),Object(s.mdx)("p",null,"If the setup failed due to Apache HBase schema setup errors, it may be necessary to repair Apache HBase schema. If no\ndata has been stored, one can also disable and drop the Apache HBase tables used by Apache Atlas and run setup again."))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/InstallationInstruction.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var n=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",a.a=n.a}}]);
+//# sourceMappingURL=documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-quick-start.93736360.js b/2.3.0/static/js/documents-setup-quick-start.93736360.js
new file mode 100644
index 0000000..51f3853
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-quick-start.93736360.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[48],{"./src/documents/Setup/QuickStart.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return o}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=a("./theme/components/shared/Img/index.js"),d=["components"],p={};function o(e){var t=e.components,a=Object(n.a)(e,d);return Object(i.mdx)("wrapper",Object.assign({},p,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"quick-start"},"Quick Start"),Object(i.mdx)("h2",{id:"introduction"},"Introduction"),Object(i.mdx)("p",null,"Quick start is a simple client that adds a few sample type definitions modeled after the example shown below.\nIt also adds sample entities along with traits as shown in the instance graph below."),Object(i.mdx)("h3",{id:"example-type-definitions"},"Example Type Definitions"),Object(i.mdx)(s.a,{src:"/images/twiki/guide-class-diagram.png",mdxType:"Img"}),Object(i.mdx)("h3",{id:"example-instance-graph"},"Example Instance Graph"),Object(i.mdx)(s.a,{src:"/images/twiki/guide-instance-graph.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"running-the-example"},"Running the example"),Object(i.mdx)("p",null,"This will add sample types and instances along with traits as shown in the instance graph above."),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"bin/quick-start.sh")),Object(i.mdx)("h2",{id:"dashboard"},"Dashboard"),Object(i.mdx)("p",null,"A simple dashboard with search is available."),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"http://localhost:21000/")))}o&&o===Object(o)&&Object.isExtensible(o)&&Object.defineProperty(o,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/QuickStart.md"}}),o.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var n=a("../node_modules/react/index.js"),i=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:s}=e,{baseUrl:d}=Object(i.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${d}${t}`,height:""+(s||"auto"),width:""+(a||"100%")}))}}}]);
+//# sourceMappingURL=documents-setup-quick-start.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-setup-quick-start.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-setup-quick-start.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..830eb6c
--- /dev/null
+++ b/2.3.0/static/js/documents-setup-quick-start.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/QuickStart.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js"],"names":["layoutProps","MDXContent","components","props","mdxType","src","parentName","isMDXComponent","Img","width","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow"],"mappings":"ubASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,eAAa,eAErB,oBACE,GAAM,gBAAc,gBAEtB,8NAEA,oBACE,GAAM,4BAA0B,4BAElC,cAAC,IAAG,CAACC,IAAG,wCAA2CD,QAAQ,QAC3D,oBACE,GAAM,0BAAwB,0BAEhC,cAAC,IAAG,CAACC,IAAG,yCAA4CD,QAAQ,QAC5D,oBACE,GAAM,uBAAqB,uBAE7B,2HACA,wBACE,oBAAIE,WAAW,MAAI,uBAErB,oBACE,GAAM,aAAW,aAEnB,uEACA,wBACE,oBAAIA,WAAW,MAAI,6BAGxB,uLAEDL,EAAWM,gBAAiB,G,sECpD5B,+EAuCeC,IAnBHL,IACX,MAAM,IAAEE,EAAG,MAAEI,EAAK,OAAEC,GAAWP,GACzB,QAAEQ,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BX,IAAM,GAAEM,IAAUN,IAClBK,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS","file":"static/js/documents-setup-quick-start.93736360.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"quick-start\"\n    }}>{`Quick Start`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`Quick start is a simple client that adds a few sample type definitions modeled after the example shown below.\nIt also adds sample entities along with traits as shown in the instance graph below.`}</p>\n    <h3 {...{\n      \"id\": \"example-type-definitions\"\n    }}>{`Example Type Definitions`}</h3>\n    <Img src={`/images/twiki/guide-class-diagram.png`} mdxType=\"Img\" />\n    <h3 {...{\n      \"id\": \"example-instance-graph\"\n    }}>{`Example Instance Graph`}</h3>\n    <Img src={`/images/twiki/guide-instance-graph.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"running-the-example\"\n    }}>{`Running the example`}</h2>\n    <p>{`This will add sample types and instances along with traits as shown in the instance graph above.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`bin/quick-start.sh`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"dashboard\"\n    }}>{`Dashboard`}</h2>\n    <p>{`A simple dashboard with search is available.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`http://localhost:21000/`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-tools-atlas-repair-index.33825bd7.js b/2.3.0/static/js/documents-tools-atlas-repair-index.33825bd7.js
new file mode 100644
index 0000000..466d347
--- /dev/null
+++ b/2.3.0/static/js/documents-tools-atlas-repair-index.33825bd7.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[49],{"./src/documents/Tools/AtlasRepairIndex.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var s=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),n=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),r=["components"],o={};function d(e){var t=e.components,a=Object(s.a)(e,r);return Object(i.mdx)("wrapper",Object.assign({},o,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"atlas-repair-index"},"Atlas Repair Index"),Object(i.mdx)("h2",{id:"introduction"},"Introduction"),Object(i.mdx)("p",null,"The document describes the use of the Atlas Index Repair Utility for JanusGraph, with HBase as back-end data store and Solr as index store."),Object(i.mdx)("h4",{id:"need-for-this-tool"},"Need for this Tool"),Object(i.mdx)("p",null,"In rare, cases it is possible that during entity creation, the entity is stored in the data store, but the corresponding indexes are not created in Solr. Since Atlas relies heavily on Solr in the operation of its Basic Search, this will result in entity not being returned by a search. Note that Advanced Search is not affected by this."),Object(i.mdx)("h4",{id:"location"},"Location"),Object(i.mdx)("p",null,"The tool is part of the normal Atlas installation, it is located under the tools/atlas-index-repair directory."),Object(i.mdx)("h4",{id:"steps-to-execute-tool"},"Steps to Execute Tool"),Object(i.mdx)("h5",{id:"complete-restore"},"Complete Restore"),Object(i.mdx)("p",null,"If the user needs to restore all the indexes, this can be accomplished by executing the tool with no command-line parameters:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py"),Object(i.mdx)("p",null,"This will result in vertex_index, edge_index and fulltext_index to be re-built completely. It is recommended that existing contents of these indexes be deleted before executing this restore."),Object(i.mdx)("h6",{id:"caveats"},"Caveats"),Object(i.mdx)("p",null,"Note that the full index repair is a time-consuming process. Depending on the size of data the process may take days to complete. During the restore process the Basic Search functionality will not be available. Be sure to allocate sufficient time for this activity."),Object(i.mdx)("h5",{id:"selective-restore"},"Selective Restore"),Object(i.mdx)("p",null,"To perform selective restore for an Atlas entity, specify the GUID of that entity:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py [-g <guid>]"),Object(i.mdx)("p",null,"Example:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py -g 13d77457-2a45-4e92-ad53-a172c7cb70a5"),Object(i.mdx)("p",null,"Note that Atlas will use REST APIs to fetch the entity, which will need correct authentication mechanism to be specified based on the installation."),Object(i.mdx)("p",null,"For an Atlas installation with username and password use:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py [-g <guid>] [-u <user>] [-p <password>]"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"guid: ","[optional]"," specify guid for which indexes are to be updated"),Object(i.mdx)("li",{parentName:"ul"},"user: ","[optional]"," specify username for atlas instance"),Object(i.mdx)("li",{parentName:"ul"},"password: ","[optional]"," specify password for atlas instance")),Object(i.mdx)("p",null,"Example:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py -u admin -p admin123 -g\n\t13d77457-2a45-4e92-ad53-a172c7cb70a5"),Object(i.mdx)("p",null,"For Atlas installation that uses kerberos as authentication mode,\nuse: "),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Add below to DEFAULT_JVM_OPTS in repair_index.py",Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"-Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.auth.login.config=atlas_jaas.conf")),Object(i.mdx)("li",{parentName:"ul"},"kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/fqdn@DOMAIN")),Object(i.mdx)("p",null,"For Atlas installation that uses SSL, we need to make sure to add Solr cert or RootCA certificate, use below atlas-application properties:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"keystore.file {path to keystore jks file}"),Object(i.mdx)("li",{parentName:"ul"},"truststore.file {path to truststore jks file}"),Object(i.mdx)("li",{parentName:"ul"},"cert.stores.credential.provider.path {path to jceks file}")),Object(i.mdx)("p",null,"Example:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/fqdn@EXAMPLE.com\n\tatlas-index-repair/repair_index.py -g 13d77457-2a45-4e92-ad53-a172c7cb70a5"))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Tools/AtlasRepairIndex.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var s=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");s.a.hljs.color="#37bb9b",t.a=s.a}}]);
+//# sourceMappingURL=documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..87c237c
--- /dev/null
+++ b/2.3.0/static/js/documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Tools/AtlasRepairIndex.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","isMDXComponent","dark","hljs","color"],"mappings":"ilBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sBAAoB,sBAE5B,oBACE,GAAM,gBAAc,gBAEtB,sKACA,oBACE,GAAM,sBAAoB,sBAE5B,2WACA,oBACE,GAAM,YAAU,YAElB,yIACA,oBACE,GAAM,yBAAuB,yBAE/B,oBACE,GAAM,oBAAkB,oBAE1B,wJACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,sCAGxG,yNACA,oBACE,GAAM,WAAS,WAEjB,oSACA,oBACE,GAAM,qBAAmB,qBAE3B,6GACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,kDAGxG,mCACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,8EAGxG,8KACA,oFACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,8EAGxG,wBACE,oBAAIK,WAAW,MAAI,2EACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,mEAErB,mCACA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,sGAIxG,mGAEA,wBACE,oBAAIK,WAAW,MAAI,mDACjB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,sGAK1G,oBAAIK,WAAW,MAAI,2EAErB,qKACA,wBACE,oBAAIA,WAAW,MAAI,6CACnB,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,8DAErB,mCACA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,8JAK3G,6LAEDH,EAAWS,gBAAiB,G,+DCtG5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-tools-atlas-repair-index.33825bd7.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-repair-index\"\n    }}>{`Atlas Repair Index`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`The document describes the use of the Atlas Index Repair Utility for JanusGraph, with HBase as back-end data store and Solr as index store.`}</p>\n    <h4 {...{\n      \"id\": \"need-for-this-tool\"\n    }}>{`Need for this Tool`}</h4>\n    <p>{`In rare, cases it is possible that during entity creation, the entity is stored in the data store, but the corresponding indexes are not created in Solr. Since Atlas relies heavily on Solr in the operation of its Basic Search, this will result in entity not being returned by a search. Note that Advanced Search is not affected by this.`}</p>\n    <h4 {...{\n      \"id\": \"location\"\n    }}>{`Location`}</h4>\n    <p>{`The tool is part of the normal Atlas installation, it is located under the tools/atlas-index-repair directory.`}</p>\n    <h4 {...{\n      \"id\": \"steps-to-execute-tool\"\n    }}>{`Steps to Execute Tool`}</h4>\n    <h5 {...{\n      \"id\": \"complete-restore\"\n    }}>{`Complete Restore`}</h5>\n    <p>{`If the user needs to restore all the indexes, this can be accomplished by executing the tool with no command-line parameters:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\natlas-index-repair/repair_index.py\n    </SyntaxHighlighter>\n    <p>{`This will result in vertex_index, edge_index and fulltext_index to be re-built completely. It is recommended that existing contents of these indexes be deleted before executing this restore.`}</p>\n    <h6 {...{\n      \"id\": \"caveats\"\n    }}>{`Caveats`}</h6>\n    <p>{`Note that the full index repair is a time-consuming process. Depending on the size of data the process may take days to complete. During the restore process the Basic Search functionality will not be available. Be sure to allocate sufficient time for this activity.`}</p>\n    <h5 {...{\n      \"id\": \"selective-restore\"\n    }}>{`Selective Restore`}</h5>\n    <p>{`To perform selective restore for an Atlas entity, specify the GUID of that entity:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas-index-repair/repair_index.py [-g \\<guid>]`}\n    </SyntaxHighlighter>\n    <p>{`Example:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\natlas-index-repair/repair_index.py -g 13d77457-2a45-4e92-ad53-a172c7cb70a5\n    </SyntaxHighlighter>\n    <p>{`Note that Atlas will use REST APIs to fetch the entity, which will need correct authentication mechanism to be specified based on the installation.`}</p>\n    <p>{`For an Atlas installation with username and password use:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas-index-repair/repair_index.py [-g \\<guid>] [-u \\<user>] [-p \\<password>]`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`guid: `}{`[optional]`}{` specify guid for which indexes are to be updated`}</li>\n      <li parentName=\"ul\">{`user: `}{`[optional]`}{` specify username for atlas instance`}</li>\n      <li parentName=\"ul\">{`password: `}{`[optional]`}{` specify password for atlas instance`}</li>\n    </ul>\n    <p>{`Example:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas-index-repair/repair_index.py -u admin -p admin123 -g\n\t13d77457-2a45-4e92-ad53-a172c7cb70a5`}\n    </SyntaxHighlighter>\n    <p>{`For Atlas installation that uses kerberos as authentication mode,\nuse: `}</p>\n    <ul>\n      <li parentName=\"ul\">{`Add below to DEFAULT_JVM_OPTS in repair_index.py`}\n        <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n          {`-Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.auth.login.config=atlas_jaas.conf`}\n        </SyntaxHighlighter>\n  \n      </li>\n      <li parentName=\"ul\">{`kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/fqdn@DOMAIN`}</li>\n    </ul>\n    <p>{`For Atlas installation that uses SSL, we need to make sure to add Solr cert or RootCA certificate, use below atlas-application properties:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`keystore.file {path to keystore jks file}`}</li>\n      <li parentName=\"ul\">{`truststore.file {path to truststore jks file}`}</li>\n      <li parentName=\"ul\">{`cert.stores.credential.provider.path {path to jceks file}`}</li>\n    </ul>\n    <p>{`Example:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/fqdn@EXAMPLE.com\n\tatlas-index-repair/repair_index.py -g 13d77457-2a45-4e92-ad53-a172c7cb70a5`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-type-system.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-type-system.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..8892a84
--- /dev/null
+++ b/2.3.0/static/js/documents-type-system.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/TypeSystem.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","isMDXComponent","dark","hljs","color"],"mappings":"qkBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,eAAa,eAErB,oBACE,GAAM,YAAU,YAElB,qnBAKA,oBACE,GAAM,SAAO,SAEf,ubACA,uJAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,+lBAsBlG,oFACA,wBACE,oBAAIK,WAAW,MAAI,gEACnB,oBAAIA,WAAW,MAAI,4DACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,6GACnB,oBAAIA,WAAW,MAAI,kBACnB,oBAAIA,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,uEAGvB,oBAAIA,WAAW,MAAI,sdACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,4KAGvB,oBAAIA,WAAW,MAAI,sZACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,sKAGvB,oBAAIA,WAAW,MAAI,2YAErB,oBACE,GAAM,YAAU,YAElB,iVACA,oYACA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,8rCAgClG,oFACA,wBACE,oBAAIK,WAAW,MAAI,iSACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wJAGvB,oBAAIA,WAAW,MAAI,iGACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,6EAGvB,oBAAIA,WAAW,MAAI,sJACnB,oBAAIA,WAAW,MAAI,sIAErB,+gBACA,oBACE,GAAM,cAAY,cAEpB,2UAGA,qEACA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,sIAQlG,4EACA,wBACE,oBAAIK,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,uFACnB,oBAAIA,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,8WACnB,oBAAIA,WAAW,MAAI,4JAGvB,oBAAIA,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kLAGvB,oBAAIA,WAAW,MAAI,aACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,yLACnB,oBAAIA,WAAW,MAAI,iOACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,maAK3B,oBAAIA,WAAW,MAAI,gYAErB,0PAEA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,6KASlG,qIACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,4NASlG,gCACE,mBAAGK,WAAW,cAAY,gMAG5B,6OAEA,oBACE,GAAM,gDAA8C,gDAEtD,mNAEA,uBAAG,wBAAQA,WAAW,KAAG,iBAA2B,gHAEpD,uBAAG,wBAAQA,WAAW,KAAG,SAAmB,sKAE5C,gWAGA,uBAAG,wBAAQA,WAAW,KAAG,kBAA4B,iJAErD,uBAAG,wBAAQA,WAAW,KAAG,WAAqB,qiBAK9C,uBAAG,wBAAQA,WAAW,KAAG,WAAqB,4gBAMjD,iLAEDR,EAAWS,gBAAiB,G,+DCxO5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-type-system.ee925ecd.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"type-system\"\n    }}>{`Type System`}</h1>\n    <h2 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h2>\n    <p>{`Atlas allows users to define a model for the metadata objects they want to manage. The model is composed of definitions\ncalled ‘types’. Instances of ‘types’ called ‘entities’ represent the actual metadata objects that are managed. The Type\nSystem is a component that allows users to define and manage the types and entities. All metadata objects managed by\nAtlas out of the box (like Hive tables, for e.g.) are modelled using types and represented as entities. To store new\ntypes of metadata in Atlas, one needs to understand the concepts of the type system component.`}</p>\n    <h2 {...{\n      \"id\": \"types\"\n    }}>{`Types`}</h2>\n    <p>{`A Type in Atlas is a definition of how a particular type of metadata objects are stored and accessed. A type represents one or a collection of attributes that define the properties for the metadata object. Users with a development background will recognize the similarity of a type to a ‘Class’ definition of object-oriented programming languages, or a ‘table schema’ of relational databases.`}</p>\n    <p>{`An example of a type that comes natively defined with Atlas is a Hive table. A Hive table is defined with these\nattributes:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Name:         hive_table\nTypeCategory: Entity\nSuperTypes:   DataSet\nAttributes:\n    name:             string\n    db:               hive_db\n    owner:            string\n    createTime:       date\n    lastAccessTime:   date\n    comment:          string\n    retention:        int\n    sd:               hive_storagedesc\n    partitionKeys:    array<hive_column>\n    aliases:          array<string>\n    columns:          array<hive_column>\n    parameters:       map<string>\n    viewOriginalText: string\n    viewExpandedText: string\n    tableType:        string\n    temporary:        boolean`}\n    </SyntaxHighlighter>\n    <p>{`The following points can be noted from the above example:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`A type in Atlas is identified uniquely by a ‘name’`}</li>\n      <li parentName=\"ul\">{`A type has a metatype. Atlas has the following metatypes:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Primitive metatypes: boolean, byte, short, int, long, float, double, biginteger, bigdecimal, string, date`}</li>\n          <li parentName=\"ul\">{`Enum metatypes`}</li>\n          <li parentName=\"ul\">{`Collection metatypes: array, map`}</li>\n          <li parentName=\"ul\">{`Composite metatypes: Entity, Struct, Classification, Relationship`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Entity & Classification types can ‘extend’ from other types, called ‘supertype’ - by virtue of this, it will get to include the attributes that are defined in the supertype as well. This allows modellers to define common attributes across a set of related types etc. This is again similar to the concept of how Object-Oriented languages define super classes for a class. It is also possible for a type in Atlas to extend from multiple super types.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`In this example, every hive table extends from a pre-defined supertype called a ‘DataSet’. More details about this pre-defined types will be provided later.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Types which have a metatype of ‘Entity’, ‘Struct’, ‘Classification’ or 'Relationship' can have a collection of attributes. Each attribute has a name (e.g.  ‘name’) and some other associated properties. A property can be referred to using an expression type_name.attribute_name. It is also good to note that attributes themselves are defined using Atlas metatypes.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`In this example, hive_table.name is a String, hive_table.aliases is an array of Strings, hive_table.db refers to an instance of a type called hive_db and so on.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Type references in attributes, (like hive_table.db) are particularly interesting. Note that using such an attribute, we can define arbitrary relationships between two types defined in Atlas and thus build rich models. Note that one can also collect a list of references as an attribute type (e.g. hive_table.columns which represents a list of references from hive_table to hive_column type)`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"entities\"\n    }}>{`Entities`}</h2>\n    <p>{`An ‘entity’ in Atlas is a specific value or instance of an Entity ‘type’ and thus represents a specific metadata object in the real world. Referring back to our analogy of Object-Oriented Programming languages, an ‘instance’ is an‘Object’ of a certain ‘Class’.`}</p>\n    <p>{`An example of an entity will be a specific Hive Table. Say Hive has a table called ‘customers’ in the ‘default’database. This table will be an ‘entity’ in Atlas of type hive_table. By virtue of being an instance of an entity type, it will have values for every attribute that are a part of the Hive table ‘type’, such as:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`guid:     \"9ba387dd-fa76-429c-b791-ffc338d3c91f\"\ntypeName: \"hive_table\"\nstatus:   \"ACTIVE\"\nvalues:\n    name:             “customers”\n    db:               { \"guid\": \"b42c6cfc-c1e7-42fd-a9e6-890e0adf33bc\",\n                        \"typeName\": \"hive_db\"\n                      }\n    owner:            “admin”\n    createTime:       1490761686029\n    updateTime:       1516298102877\n    comment:          null\n    retention:        0\n    sd:               { \"guid\": \"ff58025f-6854-4195-9f75-3a3058dd8dcf\",\n                        \"typeName\":\n                        \"hive_storagedesc\"\n                      }\n    partitionKeys:    null\n    aliases:          null\n    columns:          [ { \"guid\": \"65e2204f-6a23-4130-934a-9679af6a211f\",\n                          \"typeName\": \"hive_column\" },\n                        { \"guid\": \"d726de70-faca-46fb-9c99-cf04f6b579a6\",\n                          \"typeName\": \"hive_column\" },\n                          ...\n                      ]\n    parameters:       { \"transient_lastDdlTime\": \"1466403208\"}\n    viewOriginalText: null\n    viewExpandedText: null\n    tableType:        “MANAGED_TABLE”\n    temporary:        false`}\n    </SyntaxHighlighter>\n    <p>{`The following points can be noted from the example above:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Every instance of an entity type is identified by a unique identifier, a GUID. This GUID is generated by the Atlas server when the object is defined, and remains constant for the entire lifetime of the entity. At any point in time, this particular entity can be accessed using its GUID.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`In this example, the ‘customers’ table in the default database is uniquely identified by the GUID \"9ba387dd-fa76-429c-b791-ffc338d3c91f\"`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`An entity is of a given type, and the name of the type is provided with the entity definition.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`In this example, the ‘customers’ table is a ‘hive_table.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`The values of this entity are a map of all the attribute names and their values for attributes that are defined in the hive_table type definition.`}</li>\n      <li parentName=\"ul\">{`Attribute values will be according to the datatype of the attribute. Entity-type attributes will have value of type AtlasObjectId`}</li>\n    </ul>\n    <p>{`With this idea on entities, we can now see the difference between Entity and Struct metatypes. Entities and Structs both compose attributes of other types. However, instances of Entity types have an identity (with a GUID value) and can be referenced from other entities (like a hive_db entity is referenced from a hive_table entity). Instances of Struct types do not have an identity of their own. The value of a Struct type is a collection of attributes that are 'embedded' inside the entity itself.`}</p>\n    <h2 {...{\n      \"id\": \"attributes\"\n    }}>{`Attributes`}</h2>\n    <p>{`We already saw that attributes are defined inside metatypes like Entity, Struct, Classification and Relationship. But we\nimplicitly referred to attributes as having a name and a metatype value. However, attributes in Atlas have some more\nproperties that define more concepts related to the type system.`}</p>\n    <p>{`An attribute has the following properties:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`name:        string,\ntypeName:    string,\nisOptional:  boolean,\nisIndexable: boolean,\nisUnique:    boolean,\ncardinality: enum`}\n    </SyntaxHighlighter>\n    <p>{`The properties above have the following meanings:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`name - the name of the attribute`}</li>\n      <li parentName=\"ul\">{`dataTypeName - the metatype name of the attribute (native, collection or composite)`}</li>\n      <li parentName=\"ul\">{`isComposite -`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`This flag indicates an aspect of modelling. If an attribute is defined as composite, it means that it cannot have a lifecycle independent of the entity it is contained in. A good example of this concept is the set of columns that make a part of a hive table. Since the columns do not have meaning outside the hive table, they are defined as composite attributes.`}</li>\n          <li parentName=\"ul\">{`A composite attribute must be created in Atlas along with the entity it is contained in. i.e. A hive column must be created along with the hive table.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`isIndexable -`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`This flag indicates whether this property should be indexed on, so that look-ups can be performed using the attribute value as a predicate and can be performed efficiently.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`isUnique -`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`This flag is again related to indexing. If specified to be unique, it means that a special index is created for this attribute in JanusGraph that allows for equality based look-ups.`}</li>\n          <li parentName=\"ul\">{`Any attribute with a true value for this flag is treated like a primary key to distinguish this entity from other entities. Hence, care should be taken ensure that this attribute does model a unique property in real world.`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`For e.g. consider the name attribute of a hive_table. In isolation, a name is not a unique attribute for a hive_table, because tables with the same name can exist in multiple databases. Even a pair of (database name, table name) is not unique if Atlas is storing metadata of hive tables amongst multiple clusters. Only a cluster location, database name and table name can be deemed unique in the physical world.`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`multiplicity - indicates whether this attribute is required, optional, or could be multi-valued. If an entity’s definition of the attribute value does not match the multiplicity declaration in the type definition, this would be a constraint violation and the entity addition will fail. This field can therefore be used to define some constraints on the metadata information.`}</li>\n    </ul>\n    <p>{`Using the above, let us expand on the attribute definition of one of the attributes of the hive table below.\nLet us look at the attribute called ‘db’ which represents the database to which the hive table belongs:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`db:\n    \"name\":        \"db\",\n    \"typeName\":    \"hive_db\",\n    \"isOptional\":  false,\n    \"isIndexable\": true,\n    \"isUnique\":    false,\n    \"cardinality\": \"SINGLE\"`}\n    </SyntaxHighlighter>\n    <p>{`Note the “isOptional=true” constraint - a table entity cannot be created without a db reference.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`columns:\n    \"name\":        \"columns\",\n    \"typeName\":    \"array<hive_column>\",\n    \"isOptional\":  optional,\n    \"isIndexable\": true,\n    “isUnique\":    false,\n    \"constraints\": [ { \"type\": \"ownedRef\" } ]`}\n    </SyntaxHighlighter>\n    <blockquote>\n      <p parentName=\"blockquote\">{`Note: The “ownedRef” constraint for columns. By doing this, we are indicating that the defined column entities should\nalways be bound to the table entity they are defined with.`}</p>\n    </blockquote>\n    <p>{`From this description and examples, you will be able to realize that attribute definitions can be used to influence\nspecific modelling behavior (constraints, indexing, etc.) to be enforced by the Atlas system.`}</p>\n    <h2 {...{\n      \"id\": \"system-specific-types-and-their-significance\"\n    }}>{`System specific types and their significance`}</h2>\n    <p>{`Atlas comes with a few pre-defined system types. We saw one example (DataSet) in preceding sections. In this\nsection we will see more of these types and understand their significance.`}</p>\n    <p><strong parentName=\"p\">{`Referenceable`}</strong>{`: This type represents all entities that can be searched for using a unique attribute called\nqualifiedName.`}</p>\n    <p><strong parentName=\"p\">{`Asset`}</strong>{`: This type extends Referenceable and adds attributes like name, description and owner. Name is a required\nattribute (isOptional=false), the others are optional.`}</p>\n    <p>{`The purpose of Referenceable and Asset is to provide modellers with way to enforce consistency when defining and\nquerying entities of their own types. Having these fixed set of attributes allows applications and user interfaces to\nmake convention based assumptions about what attributes they can expect of types by default.`}</p>\n    <p><strong parentName=\"p\">{`Infrastructure`}</strong>{`: This type extends Asset and typically can be used to be a common super type for infrastructural\nmetadata objects like clusters, hosts etc.`}</p>\n    <p><strong parentName=\"p\">{`DataSet`}</strong>{`: This type extends Referenceable. Conceptually, it can be used to represent a type that stores data. In Atlas,\nhive tables, hbase_tables etc. are all types that extend from DataSet. Types that extend DataSet can be expected to have\na Schema in the sense that they would have an attribute that defines attributes of that dataset. For e.g. the columns\nattribute in a hive_table. Also, entities of types that extend DataSet participate in data transformation and this\ntransformation can be captured by Atlas via lineage (or provenance) graphs.`}</p>\n    <p><strong parentName=\"p\">{`Process`}</strong>{`: This type extends Asset. Conceptually, it can be used to represent any data transformation operation. For\nexample, an ETL process that transforms a hive table with raw data to another hive table that stores some aggregate can\nbe a specific type that extends the Process type. A Process type has two specific attributes, inputs and outputs. Both\ninputs and outputs are arrays of DataSet entities. Thus, an instance of a Process type can use these inputs and outputs\nto capture how the lineage of a DataSet evolves.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-type-system.ee925ecd.js b/2.3.0/static/js/documents-type-system.ee925ecd.js
new file mode 100644
index 0000000..827f71b
--- /dev/null
+++ b/2.3.0/static/js/documents-type-system.ee925ecd.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[50],{"./src/documents/TypeSystem.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),l=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=["components"],r={};function d(e){var t=e.components,a=Object(n.a)(e,o);return Object(i.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"type-system"},"Type System"),Object(i.mdx)("h2",{id:"overview"},"Overview"),Object(i.mdx)("p",null,"Atlas allows users to define a model for the metadata objects they want to manage. The model is composed of definitions\ncalled \u2018types\u2019. Instances of \u2018types\u2019 called \u2018entities\u2019 represent the actual metadata objects that are managed. The Type\nSystem is a component that allows users to define and manage the types and entities. All metadata objects managed by\nAtlas out of the box (like Hive tables, for e.g.) are modelled using types and represented as entities. To store new\ntypes of metadata in Atlas, one needs to understand the concepts of the type system component."),Object(i.mdx)("h2",{id:"types"},"Types"),Object(i.mdx)("p",null,"A Type in Atlas is a definition of how a particular type of metadata objects are stored and accessed. A type represents one or a collection of attributes that define the properties for the metadata object. Users with a development background will recognize the similarity of a type to a \u2018Class\u2019 definition of object-oriented programming languages, or a \u2018table schema\u2019 of relational databases."),Object(i.mdx)("p",null,"An example of a type that comes natively defined with Atlas is a Hive table. A Hive table is defined with these\nattributes:"),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},"Name:         hive_table\nTypeCategory: Entity\nSuperTypes:   DataSet\nAttributes:\n    name:             string\n    db:               hive_db\n    owner:            string\n    createTime:       date\n    lastAccessTime:   date\n    comment:          string\n    retention:        int\n    sd:               hive_storagedesc\n    partitionKeys:    array<hive_column>\n    aliases:          array<string>\n    columns:          array<hive_column>\n    parameters:       map<string>\n    viewOriginalText: string\n    viewExpandedText: string\n    tableType:        string\n    temporary:        boolean"),Object(i.mdx)("p",null,"The following points can be noted from the above example:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"A type in Atlas is identified uniquely by a \u2018name\u2019"),Object(i.mdx)("li",{parentName:"ul"},"A type has a metatype. Atlas has the following metatypes:",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"Primitive metatypes: boolean, byte, short, int, long, float, double, biginteger, bigdecimal, string, date"),Object(i.mdx)("li",{parentName:"ul"},"Enum metatypes"),Object(i.mdx)("li",{parentName:"ul"},"Collection metatypes: array, map"),Object(i.mdx)("li",{parentName:"ul"},"Composite metatypes: Entity, Struct, Classification, Relationship"))),Object(i.mdx)("li",{parentName:"ul"},"Entity & Classification types can \u2018extend\u2019 from other types, called \u2018supertype\u2019 - by virtue of this, it will get to include the attributes that are defined in the supertype as well. This allows modellers to define common attributes across a set of related types etc. This is again similar to the concept of how Object-Oriented languages define super classes for a class. It is also possible for a type in Atlas to extend from multiple super types.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"In this example, every hive table extends from a pre-defined supertype called a \u2018DataSet\u2019. More details about this pre-defined types will be provided later."))),Object(i.mdx)("li",{parentName:"ul"},"Types which have a metatype of \u2018Entity\u2019, \u2018Struct\u2019, \u2018Classification\u2019 or 'Relationship' can have a collection of attributes. Each attribute has a name (e.g.  \u2018name\u2019) and some other associated properties. A property can be referred to using an expression type_name.attribute_name. It is also good to note that attributes themselves are defined using Atlas metatypes.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"In this example, hive_table.name is a String, hive_table.aliases is an array of Strings, hive_table.db refers to an instance of a type called hive_db and so on."))),Object(i.mdx)("li",{parentName:"ul"},"Type references in attributes, (like hive_table.db) are particularly interesting. Note that using such an attribute, we can define arbitrary relationships between two types defined in Atlas and thus build rich models. Note that one can also collect a list of references as an attribute type (e.g. hive_table.columns which represents a list of references from hive_table to hive_column type)")),Object(i.mdx)("h2",{id:"entities"},"Entities"),Object(i.mdx)("p",null,"An \u2018entity\u2019 in Atlas is a specific value or instance of an Entity \u2018type\u2019 and thus represents a specific metadata object in the real world. Referring back to our analogy of Object-Oriented Programming languages, an \u2018instance\u2019 is an\u2018Object\u2019 of a certain \u2018Class\u2019."),Object(i.mdx)("p",null,"An example of an entity will be a specific Hive Table. Say Hive has a table called \u2018customers\u2019 in the \u2018default\u2019database. This table will be an \u2018entity\u2019 in Atlas of type hive_table. By virtue of being an instance of an entity type, it will have values for every attribute that are a part of the Hive table \u2018type\u2019, such as:"),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'guid:     "9ba387dd-fa76-429c-b791-ffc338d3c91f"\ntypeName: "hive_table"\nstatus:   "ACTIVE"\nvalues:\n    name:             \u201ccustomers\u201d\n    db:               { "guid": "b42c6cfc-c1e7-42fd-a9e6-890e0adf33bc",\n                        "typeName": "hive_db"\n                      }\n    owner:            \u201cadmin\u201d\n    createTime:       1490761686029\n    updateTime:       1516298102877\n    comment:          null\n    retention:        0\n    sd:               { "guid": "ff58025f-6854-4195-9f75-3a3058dd8dcf",\n                        "typeName":\n                        "hive_storagedesc"\n                      }\n    partitionKeys:    null\n    aliases:          null\n    columns:          [ { "guid": "65e2204f-6a23-4130-934a-9679af6a211f",\n                          "typeName": "hive_column" },\n                        { "guid": "d726de70-faca-46fb-9c99-cf04f6b579a6",\n                          "typeName": "hive_column" },\n                          ...\n                      ]\n    parameters:       { "transient_lastDdlTime": "1466403208"}\n    viewOriginalText: null\n    viewExpandedText: null\n    tableType:        \u201cMANAGED_TABLE\u201d\n    temporary:        false'),Object(i.mdx)("p",null,"The following points can be noted from the example above:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Every instance of an entity type is identified by a unique identifier, a GUID. This GUID is generated by the Atlas server when the object is defined, and remains constant for the entire lifetime of the entity. At any point in time, this particular entity can be accessed using its GUID.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},'In this example, the \u2018customers\u2019 table in the default database is uniquely identified by the GUID "9ba387dd-fa76-429c-b791-ffc338d3c91f"'))),Object(i.mdx)("li",{parentName:"ul"},"An entity is of a given type, and the name of the type is provided with the entity definition.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"In this example, the \u2018customers\u2019 table is a \u2018hive_table."))),Object(i.mdx)("li",{parentName:"ul"},"The values of this entity are a map of all the attribute names and their values for attributes that are defined in the hive_table type definition."),Object(i.mdx)("li",{parentName:"ul"},"Attribute values will be according to the datatype of the attribute. Entity-type attributes will have value of type AtlasObjectId")),Object(i.mdx)("p",null,"With this idea on entities, we can now see the difference between Entity and Struct metatypes. Entities and Structs both compose attributes of other types. However, instances of Entity types have an identity (with a GUID value) and can be referenced from other entities (like a hive_db entity is referenced from a hive_table entity). Instances of Struct types do not have an identity of their own. The value of a Struct type is a collection of attributes that are 'embedded' inside the entity itself."),Object(i.mdx)("h2",{id:"attributes"},"Attributes"),Object(i.mdx)("p",null,"We already saw that attributes are defined inside metatypes like Entity, Struct, Classification and Relationship. But we\nimplicitly referred to attributes as having a name and a metatype value. However, attributes in Atlas have some more\nproperties that define more concepts related to the type system."),Object(i.mdx)("p",null,"An attribute has the following properties:"),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},"name:        string,\ntypeName:    string,\nisOptional:  boolean,\nisIndexable: boolean,\nisUnique:    boolean,\ncardinality: enum"),Object(i.mdx)("p",null,"The properties above have the following meanings:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"name - the name of the attribute"),Object(i.mdx)("li",{parentName:"ul"},"dataTypeName - the metatype name of the attribute (native, collection or composite)"),Object(i.mdx)("li",{parentName:"ul"},"isComposite -",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"This flag indicates an aspect of modelling. If an attribute is defined as composite, it means that it cannot have a lifecycle independent of the entity it is contained in. A good example of this concept is the set of columns that make a part of a hive table. Since the columns do not have meaning outside the hive table, they are defined as composite attributes."),Object(i.mdx)("li",{parentName:"ul"},"A composite attribute must be created in Atlas along with the entity it is contained in. i.e. A hive column must be created along with the hive table."))),Object(i.mdx)("li",{parentName:"ul"},"isIndexable -",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"This flag indicates whether this property should be indexed on, so that look-ups can be performed using the attribute value as a predicate and can be performed efficiently."))),Object(i.mdx)("li",{parentName:"ul"},"isUnique -",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"This flag is again related to indexing. If specified to be unique, it means that a special index is created for this attribute in JanusGraph that allows for equality based look-ups."),Object(i.mdx)("li",{parentName:"ul"},"Any attribute with a true value for this flag is treated like a primary key to distinguish this entity from other entities. Hence, care should be taken ensure that this attribute does model a unique property in real world.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"For e.g. consider the name attribute of a hive_table. In isolation, a name is not a unique attribute for a hive_table, because tables with the same name can exist in multiple databases. Even a pair of (database name, table name) is not unique if Atlas is storing metadata of hive tables amongst multiple clusters. Only a cluster location, database name and table name can be deemed unique in the physical world."))))),Object(i.mdx)("li",{parentName:"ul"},"multiplicity - indicates whether this attribute is required, optional, or could be multi-valued. If an entity\u2019s definition of the attribute value does not match the multiplicity declaration in the type definition, this would be a constraint violation and the entity addition will fail. This field can therefore be used to define some constraints on the metadata information.")),Object(i.mdx)("p",null,"Using the above, let us expand on the attribute definition of one of the attributes of the hive table below.\nLet us look at the attribute called \u2018db\u2019 which represents the database to which the hive table belongs:"),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'db:\n    "name":        "db",\n    "typeName":    "hive_db",\n    "isOptional":  false,\n    "isIndexable": true,\n    "isUnique":    false,\n    "cardinality": "SINGLE"'),Object(i.mdx)("p",null,"Note the \u201cisOptional=true\u201d constraint - a table entity cannot be created without a db reference."),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'columns:\n    "name":        "columns",\n    "typeName":    "array<hive_column>",\n    "isOptional":  optional,\n    "isIndexable": true,\n    \u201cisUnique":    false,\n    "constraints": [ { "type": "ownedRef" } ]'),Object(i.mdx)("blockquote",null,Object(i.mdx)("p",{parentName:"blockquote"},"Note: The \u201cownedRef\u201d constraint for columns. By doing this, we are indicating that the defined column entities should\nalways be bound to the table entity they are defined with.")),Object(i.mdx)("p",null,"From this description and examples, you will be able to realize that attribute definitions can be used to influence\nspecific modelling behavior (constraints, indexing, etc.) to be enforced by the Atlas system."),Object(i.mdx)("h2",{id:"system-specific-types-and-their-significance"},"System specific types and their significance"),Object(i.mdx)("p",null,"Atlas comes with a few pre-defined system types. We saw one example (DataSet) in preceding sections. In this\nsection we will see more of these types and understand their significance."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Referenceable"),": This type represents all entities that can be searched for using a unique attribute called\nqualifiedName."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Asset"),": This type extends Referenceable and adds attributes like name, description and owner. Name is a required\nattribute (isOptional=false), the others are optional."),Object(i.mdx)("p",null,"The purpose of Referenceable and Asset is to provide modellers with way to enforce consistency when defining and\nquerying entities of their own types. Having these fixed set of attributes allows applications and user interfaces to\nmake convention based assumptions about what attributes they can expect of types by default."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Infrastructure"),": This type extends Asset and typically can be used to be a common super type for infrastructural\nmetadata objects like clusters, hosts etc."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"DataSet"),": This type extends Referenceable. Conceptually, it can be used to represent a type that stores data. In Atlas,\nhive tables, hbase_tables etc. are all types that extend from DataSet. Types that extend DataSet can be expected to have\na Schema in the sense that they would have an attribute that defines attributes of that dataset. For e.g. the columns\nattribute in a hive_table. Also, entities of types that extend DataSet participate in data transformation and this\ntransformation can be captured by Atlas via lineage (or provenance) graphs."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Process"),": This type extends Asset. Conceptually, it can be used to represent any data transformation operation. For\nexample, an ETL process that transforms a hive table with raw data to another hive table that stores some aggregate can\nbe a specific type that extends the Process type. A Process type has two specific attributes, inputs and outputs. Both\ninputs and outputs are arrays of DataSet entities. Thus, an instance of a Process type can use these inputs and outputs\nto capture how the lineage of a DataSet evolves."))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/TypeSystem.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-type-system.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-1-0.02557ee0.js b/2.3.0/static/js/documents-whats-new-whats-new-1-0.02557ee0.js
new file mode 100644
index 0000000..a56add6
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-1-0.02557ee0.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[51],{"./src/documents/Whats-New/WhatsNew-1.0.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return r}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),m=["components"],i={};function r(e){var t=e.components,a=Object(n.a)(e,m);return Object(l.mdx)("wrapper",Object.assign({},i,a,{components:t,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"whats-new-in-apache-atlas-10"},"What's new in Apache Atlas 1.0?"),Object(l.mdx)("h2",{id:"features"},"Features"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Introduction of relationships as a first-class type"),Object(l.mdx)("li",{parentName:"ul"},"Support for propagation of classifications along entity relationships \u2013 like lineage"),Object(l.mdx)("li",{parentName:"ul"},"Fine-grained metadata security, which enables access controls up to entity instance level"),Object(l.mdx)("li",{parentName:"ul"},"Introduction of Glossary feature"),Object(l.mdx)("li",{parentName:"ul"},"Introduction of V2 style notifications"),Object(l.mdx)("li",{parentName:"ul"},"Introduction of Atlas hook for HBase"),Object(l.mdx)("li",{parentName:"ul"},"Support for Cassandra and Elasticsearch (tech-preview)")),Object(l.mdx)("h2",{id:"updates"},"Updates"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Graph store has been updated from Titan 0.5.4 to JanusGraph 0.2.0"),Object(l.mdx)("li",{parentName:"ul"},"DSL rewrite, to replace use of Scala based implementation with ANTLR"),Object(l.mdx)("li",{parentName:"ul"},"Performance improvements in Atlas Hooks, by switching to use V2 style notifications"),Object(l.mdx)("li",{parentName:"ul"},"Significant updates in Atlas Web UI")),Object(l.mdx)("h2",{id:"changes"},"Changes"),Object(l.mdx)("h3",{id:"dsl-search"},"DSL search"),Object(l.mdx)("p",null,"With DSL rewrite and simplification, some older constructs may not work. Here's a list of behavior changes from previous\nreleases. More DSL related changes can be found ",Object(l.mdx)("a",{parentName:"p",href:"#/SearchAdvance"},"here"),"."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"When filtering or narrowing results using string attribute, the value ",Object(l.mdx)("strong",{parentName:"li"},"MUST")," be enclosed in double quotes",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},'Table name="Table1"'),Object(l.mdx)("li",{parentName:"ul"},'Table where name="Table1"'))),Object(l.mdx)("li",{parentName:"ul"},"Join queries are no longer supported e.g. hive_table, hive_db"),Object(l.mdx)("li",{parentName:"ul"},"Select clauses only work with immediate entity attributes or a single referred (entity) type.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table select name, owner"),Object(l.mdx)("li",{parentName:"ul"},"Table select Columns"),Object(l.mdx)("li",{parentName:"ul"},"Table select name, owner, Columns ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"(won't work)"))))),Object(l.mdx)("li",{parentName:"ul"},"OrderBy clause can only be used with a ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"single primitive"))," attribute."),Object(l.mdx)("li",{parentName:"ul"},"GroupBy clause can only be used with a ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"single primitive"))," attribute.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table groupby name"),Object(l.mdx)("li",{parentName:"ul"},"Table groupby Columns (won't work)"))),Object(l.mdx)("li",{parentName:"ul"},"Typename can't have multiple aliases",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table as t (OK)"),Object(l.mdx)("li",{parentName:"ul"},"Table as t1, t2 (won't work)"))),Object(l.mdx)("li",{parentName:"ul"},"Has clause only works with primitive attributes.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table has name"),Object(l.mdx)("li",{parentName:"ul"},"Table has Columns or Table has DB (NOT supported)"))),Object(l.mdx)("li",{parentName:"ul"},"Aggregator clause can only be used with a ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"single primitive"))," attribute.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table select min(name)"),Object(l.mdx)("li",{parentName:"ul"},"Table select max(name)"),Object(l.mdx)("li",{parentName:"ul"},"Table select sum(createTime)"),Object(l.mdx)("li",{parentName:"ul"},"Table select min(Columns) (won't work)"),Object(l.mdx)("li",{parentName:"ul"},"Table select max(Columns) (won't work)"),Object(l.mdx)("li",{parentName:"ul"},"Table select sum(Columns) (won't work)"))),Object(l.mdx)("li",{parentName:"ul"},"Aggregator clause can't be repeated with different ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"primitive attribute")),", the clause appearing last would take preference.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table select min(name), min(createTime) will ignore ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"min(name)"))))),Object(l.mdx)("li",{parentName:"ul"},"Limit and offset are not applicable when using aggregator clauses (min, max, sum)",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table select min(name) limit 10 offset 5 - min(name) is computed over ",Object(l.mdx)("strong",{parentName:"li"},"ALL")," entities of type Asset")))))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-1.0.md"}}),r.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..4ebc60f
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-1.0.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAI,uDACnB,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,wCACnB,oBAAIA,WAAW,MAAI,2DAErB,oBACE,GAAM,WAAS,WAEjB,wBACE,oBAAIA,WAAW,MAAI,qEACnB,oBAAIA,WAAW,MAAI,wEACnB,oBAAIA,WAAW,MAAI,uFACnB,oBAAIA,WAAW,MAAI,wCAErB,oBACE,GAAM,WAAS,WAEjB,oBACE,GAAM,cAAY,cAEpB,oMAC8C,mBAAGA,WAAW,IACxD,KAAQ,mBAAiB,QACZ,KACjB,wBACE,oBAAIA,WAAW,MAAI,yEAA2E,wBAAQA,WAAW,MAAI,QAAkB,gCACrI,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,uBACnB,oBAAIA,WAAW,MAAI,+BAGvB,oBAAIA,WAAW,MAAI,iEACnB,oBAAIA,WAAW,MAAI,gGACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,4BACnB,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,qCAAuC,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,oBAGrG,oBAAIA,WAAW,MAAI,0CAA4C,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAA+B,eACrI,oBAAIA,WAAW,MAAI,0CAA4C,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAA+B,cACnI,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,sBACnB,oBAAIA,WAAW,MAAI,wCAGvB,oBAAIA,WAAW,MAAI,uCACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,mBACnB,oBAAIA,WAAW,MAAI,kCAGvB,oBAAIA,WAAW,MAAI,mDACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kBACnB,oBAAIA,WAAW,MAAI,uDAGvB,oBAAIA,WAAW,MAAI,6CAA+C,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAA+B,cACtI,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,0BACnB,oBAAIA,WAAW,MAAI,0BACnB,oBAAIA,WAAW,MAAI,gCACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,4CAGvB,oBAAIA,WAAW,MAAI,sDAAwD,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,wBAAkC,qDAClJ,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,uDAAyD,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,iBAGvH,oBAAIA,WAAW,MAAI,oFACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,yEAA2E,wBAAQA,WAAW,MAAI,OAAiB,+BAK/I,6LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-whats-new-whats-new-1-0.02557ee0.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-10\"\n    }}>{`What's new in Apache Atlas 1.0?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Introduction of relationships as a first-class type`}</li>\n      <li parentName=\"ul\">{`Support for propagation of classifications along entity relationships – like lineage`}</li>\n      <li parentName=\"ul\">{`Fine-grained metadata security, which enables access controls up to entity instance level`}</li>\n      <li parentName=\"ul\">{`Introduction of Glossary feature`}</li>\n      <li parentName=\"ul\">{`Introduction of V2 style notifications`}</li>\n      <li parentName=\"ul\">{`Introduction of Atlas hook for HBase`}</li>\n      <li parentName=\"ul\">{`Support for Cassandra and Elasticsearch (tech-preview)`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"updates\"\n    }}>{`Updates`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Graph store has been updated from Titan 0.5.4 to JanusGraph 0.2.0`}</li>\n      <li parentName=\"ul\">{`DSL rewrite, to replace use of Scala based implementation with ANTLR`}</li>\n      <li parentName=\"ul\">{`Performance improvements in Atlas Hooks, by switching to use V2 style notifications`}</li>\n      <li parentName=\"ul\">{`Significant updates in Atlas Web UI`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"changes\"\n    }}>{`Changes`}</h2>\n    <h3 {...{\n      \"id\": \"dsl-search\"\n    }}>{`DSL search`}</h3>\n    <p>{`With DSL rewrite and simplification, some older constructs may not work. Here's a list of behavior changes from previous\nreleases. More DSL related changes can be found `}<a parentName=\"p\" {...{\n        \"href\": \"#/SearchAdvance\"\n      }}>{`here`}</a>{`.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`When filtering or narrowing results using string attribute, the value `}<strong parentName=\"li\">{`MUST`}</strong>{` be enclosed in double quotes`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table name=\"Table1\"`}</li>\n          <li parentName=\"ul\">{`Table where name=\"Table1\"`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Join queries are no longer supported e.g. hive_table, hive_db`}</li>\n      <li parentName=\"ul\">{`Select clauses only work with immediate entity attributes or a single referred (entity) type.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table select name, owner`}</li>\n          <li parentName=\"ul\">{`Table select Columns`}</li>\n          <li parentName=\"ul\">{`Table select name, owner, Columns `}<em parentName=\"li\"><em parentName=\"em\">{`(won't work)`}</em></em></li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`OrderBy clause can only be used with a `}<em parentName=\"li\"><em parentName=\"em\">{`single primitive`}</em></em>{` attribute.`}</li>\n      <li parentName=\"ul\">{`GroupBy clause can only be used with a `}<em parentName=\"li\"><em parentName=\"em\">{`single primitive`}</em></em>{` attribute.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table groupby name`}</li>\n          <li parentName=\"ul\">{`Table groupby Columns (won't work)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Typename can't have multiple aliases`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table as t (OK)`}</li>\n          <li parentName=\"ul\">{`Table as t1, t2 (won't work)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Has clause only works with primitive attributes.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table has name`}</li>\n          <li parentName=\"ul\">{`Table has Columns or Table has DB (NOT supported)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Aggregator clause can only be used with a `}<em parentName=\"li\"><em parentName=\"em\">{`single primitive`}</em></em>{` attribute.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table select min(name)`}</li>\n          <li parentName=\"ul\">{`Table select max(name)`}</li>\n          <li parentName=\"ul\">{`Table select sum(createTime)`}</li>\n          <li parentName=\"ul\">{`Table select min(Columns) (won't work)`}</li>\n          <li parentName=\"ul\">{`Table select max(Columns) (won't work)`}</li>\n          <li parentName=\"ul\">{`Table select sum(Columns) (won't work)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Aggregator clause can't be repeated with different `}<em parentName=\"li\"><em parentName=\"em\">{`primitive attribute`}</em></em>{`, the clause appearing last would take preference.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table select min(name), min(createTime) will ignore `}<em parentName=\"li\"><em parentName=\"em\">{`min(name)`}</em></em></li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Limit and offset are not applicable when using aggregator clauses (min, max, sum)`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table select min(name) limit 10 offset 5 - min(name) is computed over `}<strong parentName=\"li\">{`ALL`}</strong>{` entities of type Asset`}</li>\n        </ul>\n      </li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-2-0.8e563e3d.js b/2.3.0/static/js/documents-whats-new-whats-new-2-0.8e563e3d.js
new file mode 100644
index 0000000..997d33c
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-2-0.8e563e3d.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[52],{"./src/documents/Whats-New/WhatsNew-2.0.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return r}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),o=["components"],s={};function r(e){var t=e.components,a=Object(i.a)(e,o);return Object(n.mdx)("wrapper",Object.assign({},s,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"whats-new-in-apache-atlas-20"},"What's new in Apache Atlas 2.0?"),Object(n.mdx)("h2",{id:"features"},"Features"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Soft-reference attribute implementation."),Object(n.mdx)("li",{parentName:"ul"},"Unique-attributes constraint at graph store-level"),Object(n.mdx)("li",{parentName:"ul"},"Atlas Index Repair tool for Janusgraph"),Object(n.mdx)("li",{parentName:"ul"},"Relationship notifications when new relationships are created in atlas"),Object(n.mdx)("li",{parentName:"ul"},"Atlas Import Transform handler implementation")),Object(n.mdx)("h2",{id:"updates"},"Updates"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0"),Object(n.mdx)("li",{parentName:"ul"},"Updated JanusGraph version to 0.3.1"),Object(n.mdx)("li",{parentName:"ul"},"Updated authentication to support trusted proxy"),Object(n.mdx)("li",{parentName:"ul"},"Updated patch framework to persist typedef patches applied to atlas and handle data patches."),Object(n.mdx)("li",{parentName:"ul"},"Updated metrics module to collect notification metrics"),Object(n.mdx)("li",{parentName:"ul"},"Updated Atlas Export to support incremental export of metadata."),Object(n.mdx)("li",{parentName:"ul"},"Notification Processing Improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Notification processing to support batch-commits"),Object(n.mdx)("li",{parentName:"ul"},"New option in notification processing to ignore potentially incorrect hive_column_lineage"),Object(n.mdx)("li",{parentName:"ul"},"Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities"),Object(n.mdx)("li",{parentName:"ul"},"Improved batch processing in notification handler to avoid processing of an entity multiple times"),Object(n.mdx)("li",{parentName:"ul"},"Add option to ignore/prune metadata for temporary/staging hive tables"),Object(n.mdx)("li",{parentName:"ul"},"Avoid unnecessary lookup when creating new relationships"))),Object(n.mdx)("li",{parentName:"ul"},"UI Improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"UI: Display counts besides the Type and Classification dropdown list in basic search"),Object(n.mdx)("li",{parentName:"ul"},"UI: Display lineage information for process entities"),Object(n.mdx)("li",{parentName:"ul"},"UI: Display entity specific icon for the lineage graph"),Object(n.mdx)("li",{parentName:"ul"},"UI: Add relationships table inside relationships view in entity details page."),Object(n.mdx)("li",{parentName:"ul"},"UI: Add service-type dropdown in basic search to filter entitydef type."),Object(n.mdx)("li",{parentName:"ul"},"Various Bug-fixes and optimizations"))),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC"},"List of JIRAs resolved in Apache Atlas 2.0.0"))),Object(n.mdx)("h2",{id:"data-migration"},"Data Migration"),Object(n.mdx)("p",null,"With the introduction of unique-attributes constraint at graph store changes - when atlas starts up for the first time after migration to 2.0, expect some delay during startup since unique attribute constraint will be added to existing atlas metadata."))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-2.0.md"}}),r.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..3c3a54d
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.0.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAI,4CACnB,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,kDAErB,oBACE,GAAM,WAAS,WAEjB,wBACE,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,uCACnB,oBAAIA,WAAW,MAAI,mDACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,0DACnB,oBAAIA,WAAW,MAAI,mEACnB,oBAAIA,WAAW,MAAI,wCACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,oDACnB,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,qIACnB,oBAAIA,WAAW,MAAI,qGACnB,oBAAIA,WAAW,MAAI,yEACnB,oBAAIA,WAAW,MAAI,8DAGvB,oBAAIA,WAAW,MAAI,mBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wFACnB,oBAAIA,WAAW,MAAI,wDACnB,oBAAIA,WAAW,MAAI,0DACnB,oBAAIA,WAAW,MAAI,iFACnB,oBAAIA,WAAW,MAAI,2EACnB,oBAAIA,WAAW,MAAI,yCAGvB,oBAAIA,WAAW,MACb,mBAAGC,KAAK,wLAAsL,kDAGlM,oBACE,GAAM,kBAAgB,kBAExB,uRAEH,6LAEDL,EAAWM,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-0.8e563e3d.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-20\"\n    }}>{`What's new in Apache Atlas 2.0?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Soft-reference attribute implementation.`}</li>\n      <li parentName=\"ul\">{`Unique-attributes constraint at graph store-level`}</li>\n      <li parentName=\"ul\">{`Atlas Index Repair tool for Janusgraph`}</li>\n      <li parentName=\"ul\">{`Relationship notifications when new relationships are created in atlas`}</li>\n      <li parentName=\"ul\">{`Atlas Import Transform handler implementation`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"updates\"\n    }}>{`Updates`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0`}</li>\n      <li parentName=\"ul\">{`Updated JanusGraph version to 0.3.1`}</li>\n      <li parentName=\"ul\">{`Updated authentication to support trusted proxy`}</li>\n      <li parentName=\"ul\">{`Updated patch framework to persist typedef patches applied to atlas and handle data patches.`}</li>\n      <li parentName=\"ul\">{`Updated metrics module to collect notification metrics`}</li>\n      <li parentName=\"ul\">{`Updated Atlas Export to support incremental export of metadata.`}</li>\n      <li parentName=\"ul\">{`Notification Processing Improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Notification processing to support batch-commits`}</li>\n          <li parentName=\"ul\">{`New option in notification processing to ignore potentially incorrect hive_column_lineage`}</li>\n          <li parentName=\"ul\">{`Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities`}</li>\n          <li parentName=\"ul\">{`Improved batch processing in notification handler to avoid processing of an entity multiple times`}</li>\n          <li parentName=\"ul\">{`Add option to ignore/prune metadata for temporary/staging hive tables`}</li>\n          <li parentName=\"ul\">{`Avoid unnecessary lookup when creating new relationships`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`UI Improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`UI: Display counts besides the Type and Classification dropdown list in basic search`}</li>\n          <li parentName=\"ul\">{`UI: Display lineage information for process entities`}</li>\n          <li parentName=\"ul\">{`UI: Display entity specific icon for the lineage graph`}</li>\n          <li parentName=\"ul\">{`UI: Add relationships table inside relationships view in entity details page.`}</li>\n          <li parentName=\"ul\">{`UI: Add service-type dropdown in basic search to filter entitydef type.`}</li>\n          <li parentName=\"ul\">{`Various Bug-fixes and optimizations`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">\n        <a href=\"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC\">List of JIRAs resolved in Apache Atlas 2.0.0</a>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"data-migration\"\n    }}>{`Data Migration`}</h2>\n    <p>{`With the introduction of unique-attributes constraint at graph store changes - when atlas starts up for the first time after migration to 2.0, expect some delay during startup since unique attribute constraint will be added to existing atlas metadata.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-2-1.0510ebbb.js b/2.3.0/static/js/documents-whats-new-whats-new-2-1.0510ebbb.js
new file mode 100644
index 0000000..0c325c4
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-2-1.0510ebbb.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[53],{"./src/documents/Whats-New/WhatsNew-2.1.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return o}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=["components"],r={};function o(e){var t=e.components,a=Object(i.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"whats-new-in-apache-atlas-21"},"What's new in Apache Atlas 2.1?"),Object(n.mdx)("h2",{id:"features"},"Features"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Quick Search"),": provides a simpler search experience with type-ahead suggestions"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Business Metadata"),": enables augmenting entity-types with additional attributes, search entities using these attributes"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Labels"),": ability to add/remove labels on entities, and search entities using labels"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Custom Attributes"),": ability to add entity instance specific custom attributes i.e. attributes not defined in entity-def or business metadata"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Entity Purge"),": added REST APIs to purge deleted entities")),Object(n.mdx)("h2",{id:"enhancements"},"Enhancements"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Search"),": ability to find entities by more than one classification"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Performance"),": improvements in lineage retrieval and classification-propagation"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Notification"),": ability to process notifications from multiple Kafka topics"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Hive Hook"),": tracks process-executions via hive_process_execution entities"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Hive Hook"),": captures DDL operations via hive_db_ddl and hive_table_ddl entities"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Notification"),": introduced shell entities to record references to non-existing entities in notifications"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Spark"),": added model to capture Spark entities, processes and relationships"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"AWS S3"),": introduced updated model to capture AWS S3 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"ADLS-Gen2"),": introduced model to capture Azure Data Lake Storage Gen2 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Dependencies"),": JanusGraph 0.5.1, Tinkerpop 3.4.6, Spring Framework 4.3.20"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Authorization"),": updated to cover new features, like: business metadata, labels, purge"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"UI"),": multiple UI improvements, including a beta UI"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.1.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC"},"List of JIRAs resolved in Apache Atlas 2.1.0"))))}o&&o===Object(o)&&Object.isExtensible(o)&&Object.defineProperty(o,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-2.1.md"}}),o.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..738e2a6
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.1.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,sEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,qBAA+B,wGAC1E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,gFAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,qBAA+B,8HAC1E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,gDAEvE,oBACE,GAAM,gBAAc,gBAEtB,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,8DAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,eAAyB,sEACpE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,iEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,mEAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,yEAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,8FACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,SAAmB,wEAC9D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,2EAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,yFAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,gEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,iBAA2B,2EACtE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,MAAgB,mDAC3D,oBAAIA,WAAW,MACb,mBAAGC,KAAK,wLAAsL,mDAIrM,6LAEDL,EAAWM,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-1.0510ebbb.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-21\"\n    }}>{`What's new in Apache Atlas 2.1?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Quick Search`}</strong>{`: provides a simpler search experience with type-ahead suggestions`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Business Metadata`}</strong>{`: enables augmenting entity-types with additional attributes, search entities using these attributes`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Labels`}</strong>{`: ability to add/remove labels on entities, and search entities using labels`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Custom Attributes`}</strong>{`: ability to add entity instance specific custom attributes i.e. attributes not defined in entity-def or business metadata`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Entity Purge`}</strong>{`: added REST APIs to purge deleted entities`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"enhancements\"\n    }}>{`Enhancements`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Search`}</strong>{`: ability to find entities by more than one classification`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Performance`}</strong>{`: improvements in lineage retrieval and classification-propagation`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: ability to process notifications from multiple Kafka topics`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Hive Hook`}</strong>{`: tracks process-executions via hive_process_execution entities`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Hive Hook`}</strong>{`: captures DDL operations via hive_db_ddl and hive_table_ddl entities`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: introduced shell entities to record references to non-existing entities in notifications`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Spark`}</strong>{`: added model to capture Spark entities, processes and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`AWS S3`}</strong>{`: introduced updated model to capture AWS S3 entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`ADLS-Gen2`}</strong>{`: introduced model to capture Azure Data Lake Storage Gen2 entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Dependencies`}</strong>{`: JanusGraph 0.5.1, Tinkerpop 3.4.6, Spring Framework 4.3.20`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Authorization`}</strong>{`: updated to cover new features, like: business metadata, labels, purge`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`UI`}</strong>{`: multiple UI improvements, including a beta UI`}</li>\n      <li parentName=\"ul\">\n        <a href=\"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.1.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC\">List of JIRAs resolved in Apache Atlas 2.1.0</a>\n      </li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-2-2.7acab8c6.js b/2.3.0/static/js/documents-whats-new-whats-new-2-2.7acab8c6.js
new file mode 100644
index 0000000..3a8b663
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-2-2.7acab8c6.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[54],{"./src/documents/Whats-New/WhatsNew-2.2.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=["components"],o={};function s(e){var t=e.components,a=Object(n.a)(e,i);return Object(r.mdx)("wrapper",Object.assign({},o,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"whats-new-in-apache-atlas-22"},"What's new in Apache Atlas 2.2?"),Object(r.mdx)("h2",{id:"features"},"Features"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"(new) Deferred Action"),": classification propagation will be handled as a background task (AtlasTask)"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Re-indexing"),": added Re-indexing as part of JAVA_PATCH"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Model Change"),": created JAVA_PATCH to add new super types to existing entities"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Export Service"),": added support for Business Metadata in Atlas Export API"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Admin/AtlasTask API"),": added HA support for admin/task API"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Entity definition"),": provided option to add mandatory attribute to existing entity definition")),Object(r.mdx)("h2",{id:"enhancements"},"Enhancements"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"DSL Search"),":",Object(r.mdx)("ul",{parentName:"li"},Object(r.mdx)("li",{parentName:"ul"},"added support for glossary terms and relationship"),Object(r.mdx)("li",{parentName:"ul"},"added support for null attribute values,"),Object(r.mdx)("li",{parentName:"ul"},"now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement"),Object(r.mdx)("li",{parentName:"ul"},"added support search by classification and its attribute"),Object(r.mdx)("li",{parentName:"ul"},"added caching mechanism for translated DSL queries"))),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Atlas Python Client"),": refactored and enhanced Atlas Python Client supporting Python 2.7"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Search"),": updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Bulk Glossary Import"),": improved and enhanced Bulk Glossary Import supporting import with relations"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Performance"),": improved performance of GraphHelper's guid and status getter methods"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Authorization"),': enhanced Atlas authorization for Add/Update/Remove classification on entities, "admin-audits" for Atlas Admin Audits authorization'),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Notification"),": improved NotificationHookConsumer for Large Message Processing"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Export/Import Service"),": enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Hive Hook"),": added support HiveServer2 Hook to send Lineage-only Messages"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Apache Flink"),": introduced model to capture Apache Flink entities and relationships"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"GCP"),": introduced model to capture GCP entities and relationships"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"ADLS-Gen2"),": updated model for Azure Data Lake Storage Gen2 entities and relationships"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Dependencies Upgrade"),": JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"UI"),": fixed Atlas Web UI to load faster in case of large number of classifications & entities"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Docker image"),": improvements to Docker support"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.2.0 release"))))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-2.2.md"}}),s.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..ce8aabd
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.2.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,yBAAmC,iFAC9E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,eAAyB,6CACpE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,kBAA4B,6DACvE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,uBAAiC,yCAC5E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,qBAA+B,+EAE5E,oBACE,GAAM,gBAAc,gBAEtB,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,cAAwB,IACjE,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,4CACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,4DACnB,oBAAIA,WAAW,MAAI,wDAGvB,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,uBAAiC,uEAC5E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,oIAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,wBAAkC,iFAC7E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,eAAyB,0EACpE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,iBAA2B,wIACtE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,yBAAmC,yGAC9E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,kEAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,yEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,OAAiB,gEAC5D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,+EAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,wBAAkC,uHAC7E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,MAAgB,6FAC3D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oCACrE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,+JAA6J,2DAI9K,6LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-2.7acab8c6.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-22\"\n    }}>{`What's new in Apache Atlas 2.2?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`(new) Deferred Action`}</strong>{`: classification propagation will be handled as a background task (AtlasTask)`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Re-indexing`}</strong>{`: added Re-indexing as part of JAVA_PATCH`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Model Change`}</strong>{`: created JAVA_PATCH to add new super types to existing entities`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Export Service`}</strong>{`: added support for Business Metadata in Atlas Export API`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Admin/AtlasTask API`}</strong>{`: added HA support for admin/task API`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Entity definition`}</strong>{`: provided option to add mandatory attribute to existing entity definition`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"enhancements\"\n    }}>{`Enhancements`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`DSL Search`}</strong>{`:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`added support for glossary terms and relationship`}</li>\n          <li parentName=\"ul\">{`added support for null attribute values,`}</li>\n          <li parentName=\"ul\">{`now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement`}</li>\n          <li parentName=\"ul\">{`added support search by classification and its attribute`}</li>\n          <li parentName=\"ul\">{`added caching mechanism for translated DSL queries`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Atlas Python Client`}</strong>{`: refactored and enhanced Atlas Python Client supporting Python 2.7`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Search`}</strong>{`: updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Bulk Glossary Import`}</strong>{`: improved and enhanced Bulk Glossary Import supporting import with relations`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Performance`}</strong>{`: improved performance of GraphHelper's guid and status getter methods`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Authorization`}</strong>{`: enhanced Atlas authorization for Add/Update/Remove classification on entities, \"admin-audits\" for Atlas Admin Audits authorization`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: improved NotificationHookConsumer for Large Message Processing`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Export/Import Service`}</strong>{`: enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Hive Hook`}</strong>{`: added support HiveServer2 Hook to send Lineage-only Messages`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Apache Flink`}</strong>{`: introduced model to capture Apache Flink entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`GCP`}</strong>{`: introduced model to capture GCP entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`ADLS-Gen2`}</strong>{`: updated model for Azure Data Lake Storage Gen2 entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Dependencies Upgrade`}</strong>{`: JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`UI`}</strong>{`: fixed Atlas Web UI to load faster in case of large number of classifications & entities`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Docker image`}</strong>{`: improvements to Docker support`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.2.0 release`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-2-3.74dda911.js b/2.3.0/static/js/documents-whats-new-whats-new-2-3.74dda911.js
new file mode 100644
index 0000000..317a157
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-2-3.74dda911.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[55],{"./src/documents/Whats-New/WhatsNew-2.3.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return m}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=["components"],r={};function m(e){var t=e.components,a=Object(n.a)(e,s);return Object(i.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"whats-new-in-apache-atlas-23"},"What's new in Apache Atlas 2.3?"),Object(i.mdx)("h2",{id:"features"},"Features"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"(new) Relationship search"),": API and UI to search relationships based on type and properties")),Object(i.mdx)("h2",{id:"enhancements"},"Enhancements"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Resiliency"),": improvements in handling of index update failures"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Glossary"),": performance improvements in dealing with large glossaries and bulk creation of glossary terms"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Observability"),": UI improvements to view metrics & stats, persistence of metrics to enable historic data"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Lineage"),": performance improvements in lineage API and UI"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Notification"),": updated notifications to include hook version and message source"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Hive integration"),": multiple fixes and improvements in Hive hook and import-hive utility"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Impala integration"),": performance improvements"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Audits"),": support for authentication enabled Cassandra as audit store"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Python"),": released Apache Atlas Python client 0.0.12"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Dependencies Upgrade"),": JanusGraph, Elasticsearch, Kafka, Storm, TinkerPop, Gson, Spring Framework, Log4j"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"UI"),": fixes and improvements in multiple areas like search, lineage, business metadata"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Docker image"),": improvements to Docker support"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.3.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.3.0 release"))))}m&&m===Object(m)&&Object.isExtensible(m)&&Object.defineProperty(m,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-2.3.md"}}),m.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..360aeb5
--- /dev/null
+++ b/2.3.0/static/js/documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.3.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,6BAAuC,sEAEpF,oBACE,GAAM,gBAAc,gBAEtB,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,cAAwB,uDACnE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,YAAsB,mGACjE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,iBAA2B,6FACtE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,WAAqB,oDAChE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,sEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,oBAA8B,0EACzE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,sBAAgC,8BAC3E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,iEAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,gDAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,wBAAkC,uFAC7E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,MAAgB,sFAC3D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oCACrE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,+JAA6J,2DAI9K,6LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-3.74dda911.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-23\"\n    }}>{`What's new in Apache Atlas 2.3?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`(new) Relationship search`}</strong>{`: API and UI to search relationships based on type and properties`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"enhancements\"\n    }}>{`Enhancements`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Resiliency`}</strong>{`: improvements in handling of index update failures`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Glossary`}</strong>{`: performance improvements in dealing with large glossaries and bulk creation of glossary terms`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Observability`}</strong>{`: UI improvements to view metrics & stats, persistence of metrics to enable historic data`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Lineage`}</strong>{`: performance improvements in lineage API and UI`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: updated notifications to include hook version and message source`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Hive integration`}</strong>{`: multiple fixes and improvements in Hive hook and import-hive utility`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Impala integration`}</strong>{`: performance improvements`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Audits`}</strong>{`: support for authentication enabled Cassandra as audit store`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Python`}</strong>{`: released Apache Atlas Python client 0.0.12`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Dependencies Upgrade`}</strong>{`: JanusGraph, Elasticsearch, Kafka, Storm, TinkerPop, Gson, Spring Framework, Log4j`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`UI`}</strong>{`: fixes and improvements in multiple areas like search, lineage, business metadata`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Docker image`}</strong>{`: improvements to Docker support`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.3.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.3.0 release`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/2.3.0/static/js/vendors.357a799b.js b/2.3.0/static/js/vendors.357a799b.js
new file mode 100644
index 0000000..8956f33
--- /dev/null
+++ b/2.3.0/static/js/vendors.357a799b.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{"../node_modules/@babel/runtime/helpers/defineProperty.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/toPropertyKey.js");e.exports=function(e,t,n){return(t=r(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/extends.js":function(e,t){function n(){return e.exports=n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},e.exports.__esModule=!0,e.exports.default=e.exports,n.apply(this,arguments)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/objectSpread.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/defineProperty.js");e.exports=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?Object(arguments[t]):{},a=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&a.push.apply(a,Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),a.forEach((function(t){r(e,t,n[t])}))}return e},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/objectWithoutProperties.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js");e.exports=function(e,t){if(null==e)return{};var n,a,i=r(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a<o.length;a++)n=o[a],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js":function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/toPrimitive.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/typeof.js").default;e.exports=function(e,t){if("object"!==r(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var a=n.call(e,t||"default");if("object"!==r(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/toPropertyKey.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/typeof.js").default,a=n("../node_modules/@babel/runtime/helpers/toPrimitive.js");e.exports=function(e){var t=a(e,"string");return"symbol"===r(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/typeof.js":function(e,t){function n(t){return e.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js":function(e,t,n){"use strict";var r=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|default|defer|dir|disabled|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|itemProp|itemScope|itemType|itemID|itemRef|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,a=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){return r.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));t.a=a},"../node_modules/@emotion/unitless/dist/unitless.browser.esm.js":function(e,t,n){"use strict";t.a={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1}},"../node_modules/@loadable/component/dist/loadable.esm.js":function(e,t,n){"use strict";n.r(t),n.d(t,"__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",(function(){return w})),n.d(t,"lazy",(function(){return A})),n.d(t,"loadableReady",(function(){return R}));var r=n("../node_modules/react/index.js"),a=n.n(r);function i(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function l(e,t){return(l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}var c=n("../node_modules/react-is/index.js"),d=n("../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"),u=n.n(d);function _(e,t){if(!e){var n=new Error("loadable: "+t);throw n.framesToPop=1,n.name="Invariant Violation",n}}function p(e){console.warn("loadable: "+e)}var m=a.a.createContext();function g(e){return e+"__LOADABLE_REQUIRED_CHUNKS__"}var f=Object.freeze({__proto__:null,getRequiredChunkKey:g,invariant:_,Context:m}),h={initialChunks:{}};var E=function(e){return e};function S(e){var t=e.defaultResolveComponent,n=void 0===t?E:t,r=e.render,d=e.onLoad;function p(e,t){void 0===t&&(t={});var p=function(e){return"function"===typeof e?{requireAsync:e,resolve:function(){},chunkName:function(){}}:e}(e),g={};function f(e){return t.cacheKey?t.cacheKey(e):p.resolve?p.resolve(e):"static"}function E(e,r,a){var i=t.resolveComponent?t.resolveComponent(e,r):n(e);if(t.resolveComponent&&!Object(c.isValidElementType)(i))throw new Error("resolveComponent returned something that is not a React component!");return u()(a,i,{preload:!0}),i}var S,b,T=function(e){var t=f(e),n=g[t];return n&&"REJECTED"!==n.status||((n=p.requireAsync(e)).status="PENDING",g[t]=n,n.then((function(){n.status="RESOLVED"}),(function(t){console.error("loadable-components: failed to asynchronously load component",{fileName:p.resolve(e),chunkName:p.chunkName(e),error:t?t.message:t}),n.status="REJECTED"}))),n},v=function(e){var n,a;function c(n){var r;return(r=e.call(this,n)||this).state={result:null,error:null,loading:!0,cacheKey:f(n)},_(!n.__chunkExtractor||p.requireSync,"SSR requires `@loadable/babel-plugin`, please install it"),n.__chunkExtractor?(!1===t.ssr||(p.requireAsync(n).catch((function(){return null})),r.loadSync(),n.__chunkExtractor.addChunk(p.chunkName(n))),s(r)):(!1!==t.ssr&&(p.isReady&&p.isReady(n)||p.chunkName&&h.initialChunks[p.chunkName(n)])&&r.loadSync(),r)}a=e,(n=c).prototype=Object.create(a.prototype),n.prototype.constructor=n,l(n,a),c.getDerivedStateFromProps=function(e,t){var n=f(e);return o({},t,{cacheKey:n,loading:t.loading||t.cacheKey!==n})};var u=c.prototype;return u.componentDidMount=function(){this.mounted=!0;var e=this.getCache();e&&"REJECTED"===e.status&&this.setCache(),this.state.loading&&this.loadAsync()},u.componentDidUpdate=function(e,t){t.cacheKey!==this.state.cacheKey&&this.loadAsync()},u.componentWillUnmount=function(){this.mounted=!1},u.safeSetState=function(e,t){this.mounted&&this.setState(e,t)},u.getCacheKey=function(){return f(this.props)},u.getCache=function(){return g[this.getCacheKey()]},u.setCache=function(e){void 0===e&&(e=void 0),g[this.getCacheKey()]=e},u.triggerOnLoad=function(){var e=this;d&&setTimeout((function(){d(e.state.result,e.props)}))},u.loadSync=function(){if(this.state.loading)try{var e=E(p.requireSync(this.props),this.props,C);this.state.result=e,this.state.loading=!1}catch(t){console.error("loadable-components: failed to synchronously load component, which expected to be available",{fileName:p.resolve(this.props),chunkName:p.chunkName(this.props),error:t?t.message:t}),this.state.error=t}},u.loadAsync=function(){var e=this,t=this.resolveAsync();return t.then((function(t){var n=E(t,e.props,C);e.safeSetState({result:n,loading:!1},(function(){return e.triggerOnLoad()}))})).catch((function(t){return e.safeSetState({error:t,loading:!1})})),t},u.resolveAsync=function(){var e=this.props,t=(e.__chunkExtractor,e.forwardedRef,i(e,["__chunkExtractor","forwardedRef"]));return T(t)},u.render=function(){var e=this.props,n=e.forwardedRef,a=e.fallback,s=(e.__chunkExtractor,i(e,["forwardedRef","fallback","__chunkExtractor"])),l=this.state,c=l.error,d=l.loading,u=l.result;if(t.suspense&&"PENDING"===(this.getCache()||this.loadAsync()).status)throw this.loadAsync();if(c)throw c;var _=a||t.fallback||null;return d?_:r({fallback:_,result:u,options:t,props:o({},s,{ref:n})})},c}(a.a.Component),y=(b=function(e){return a.a.createElement(m.Consumer,null,(function(t){return a.a.createElement(S,Object.assign({__chunkExtractor:t},e))}))},(S=v).displayName&&(b.displayName=S.displayName+"WithChunkExtractor"),b),C=a.a.forwardRef((function(e,t){return a.a.createElement(y,Object.assign({forwardedRef:t},e))}));return C.displayName="Loadable",C.preload=function(e){C.load(e)},C.load=function(e){return T(e)},C}return{loadable:p,lazy:function(e,t){return p(e,o({},t,{suspense:!0}))}}}var b=S({defaultResolveComponent:function(e){return e.__esModule?e.default:e.default||e},render:function(e){var t=e.result,n=e.props;return a.a.createElement(t,n)}}),T=b.loadable,v=b.lazy,y=S({onLoad:function(e,t){e&&t.forwardedRef&&("function"===typeof t.forwardedRef?t.forwardedRef(e):t.forwardedRef.current=e)},render:function(e){var t=e.result,n=e.props;return n.children?n.children(t):null}}),C=y.loadable,O=y.lazy,N="undefined"!==typeof window;function R(e,t){void 0===e&&(e=function(){});var n=void 0===t?{}:t,r=n.namespace,a=void 0===r?"":r,i=n.chunkLoadingGlobal,o=void 0===i?"__LOADABLE_LOADED_CHUNKS__":i;if(!N)return p("`loadableReady()` must be called in browser only"),e(),Promise.resolve();var s=null;if(N){var l=g(a),c=document.getElementById(l);if(c){s=JSON.parse(c.textContent);var d=document.getElementById(l+"_ext");if(!d)throw new Error("loadable-component: @loadable/server does not match @loadable/component");JSON.parse(d.textContent).namedChunks.forEach((function(e){h.initialChunks[e]=!0}))}}if(!s)return p("`loadableReady()` requires state, please use `getScriptTags` or `getScriptElements` server-side"),e(),Promise.resolve();var u=!1;return new Promise((function(e){window[o]=window[o]||[];var t=window[o],n=t.push.bind(t);function r(){s.every((function(e){return t.some((function(t){return t[0].indexOf(e)>-1}))}))&&(u||(u=!0,e()))}t.push=function(){n.apply(void 0,arguments),r()},r()})).then(e)}var I=T;I.lib=C;var A=v;A.lib=O;var w=f;t.default=I},"../node_modules/@mdx-js/react/dist/esm.js":function(e,t,n){"use strict";n.r(t),n.d(t,"MDXContext",(function(){return d})),n.d(t,"MDXProvider",(function(){return p})),n.d(t,"mdx",(function(){return f})),n.d(t,"useMDXComponents",(function(){return _})),n.d(t,"withMDXComponents",(function(){return u}));var r=n("../node_modules/react/index.js"),a=n.n(r);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach((function(t){i(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function c(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var d=a.a.createContext({}),u=function(e){return function(t){var n=_(t.components);return a.a.createElement(e,o({},t,{components:n}))}},_=function(e){var t=a.a.useContext(d),n=t;return e&&(n="function"===typeof e?e(t):l(l({},t),e)),n},p=function(e){var t=_(e.components);return a.a.createElement(d.Provider,{value:t},e.children)},m={inlineCode:"code",wrapper:function(e){var t=e.children;return a.a.createElement(a.a.Fragment,{},t)}},g=a.a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,i=e.originalType,o=e.parentName,s=c(e,["components","mdxType","originalType","parentName"]),d=_(n),u=r,p=d["".concat(o,".").concat(u)]||d[u]||m[u]||i;return n?a.a.createElement(p,l(l({ref:t},s),{},{components:n})):a.a.createElement(p,l({ref:t},s))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"===typeof e||r){var i=n.length,o=new Array(i);o[0]=g;var s={};for(var l in t)hasOwnProperty.call(t,l)&&(s[l]=t[l]);s.originalType=e,s.mdxType="string"===typeof e?e:r,o[1]=s;for(var c=2;c<i;c++)o[c]=n[c];return a.a.createElement.apply(null,o)}return a.a.createElement.apply(null,n)}g.displayName="MDXCreateElement"},"../node_modules/@reach/router/es/index.js":function(e,t,n){"use strict";n.r(t),n.d(t,"Link",(function(){return Z})),n.d(t,"Location",(function(){return F})),n.d(t,"LocationProvider",(function(){return B})),n.d(t,"Match",(function(){return ae})),n.d(t,"Redirect",(function(){return re})),n.d(t,"Router",(function(){return H})),n.d(t,"ServerLocation",(function(){return G})),n.d(t,"createHistory",(function(){return R})),n.d(t,"createMemorySource",(function(){return I})),n.d(t,"isRedirect",(function(){return ee})),n.d(t,"navigate",(function(){return x})),n.d(t,"redirectTo",(function(){return te})),n.d(t,"globalHistory",(function(){return w})),n.d(t,"matchPath",(function(){return m})),n.d(t,"useLocation",(function(){return ie})),n.d(t,"useNavigate",(function(){return oe})),n.d(t,"useParams",(function(){return se})),n.d(t,"useMatch",(function(){return le}));var r=n("../node_modules/react/index.js"),a=n.n(r),i=n("../node_modules/invariant/browser.js"),o=n.n(i),s=n("../node_modules/create-react-context/lib/index.js"),l=n.n(s);function c(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!==e&&void 0!==e&&this.setState(e)}function d(e){this.setState(function(t){var n=this.constructor.getDerivedStateFromProps(e,t);return null!==n&&void 0!==n?n:null}.bind(this))}function u(e,t){try{var n=this.props,r=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(n,r)}finally{this.props=n,this.state=r}}c.__suppressDeprecationWarning=!0,d.__suppressDeprecationWarning=!0,u.__suppressDeprecationWarning=!0;var _=function(e,t){return e.substr(0,t.length)===t},p=function(e,t){for(var n=void 0,r=void 0,a=t.split("?")[0],i=v(a),s=""===i[0],l=T(e),c=0,d=l.length;c<d;c++){var u=!1,_=l[c].route;if(_.default)r={route:_,params:{},uri:t};else{for(var p=v(_.path),m={},g=Math.max(i.length,p.length),f=0;f<g;f++){var E=p[f],b=i[f];if(S(E)){m[E.slice(1)||"*"]=i.slice(f).map(decodeURIComponent).join("/");break}if(void 0===b){u=!0;break}var y=h.exec(E);if(y&&!s){-1===C.indexOf(y[1])||o()(!1);var O=decodeURIComponent(b);m[y[1]]=O}else if(E!==b){u=!0;break}}if(!u){n={route:_,params:m,uri:"/"+i.slice(0,f).join("/")};break}}}return n||r||null},m=function(e,t){return p([{path:e}],t)},g=function(e,t){if(_(e,"/"))return e;var n=e.split("?"),r=n[0],a=n[1],i=t.split("?")[0],o=v(r),s=v(i);if(""===o[0])return y(i,a);if(!_(o[0],".")){var l=s.concat(o).join("/");return y(("/"===i?"":"/")+l,a)}for(var c=s.concat(o),d=[],u=0,p=c.length;u<p;u++){var m=c[u];".."===m?d.pop():"."!==m&&d.push(m)}return y("/"+d.join("/"),a)},f=function(e,t){var n=e.split("?"),r=n[0],a=n[1],i=void 0===a?"":a,o="/"+v(r).map((function(e){var n=h.exec(e);return n?t[n[1]]:e})).join("/"),s=t.location,l=(s=void 0===s?{}:s).search,c=(void 0===l?"":l).split("?")[1]||"";return o=y(o,i,c)},h=/^:(.+)/,E=function(e){return h.test(e)},S=function(e){return e&&"*"===e[0]},b=function(e,t){return{route:e,score:e.default?0:v(e.path).reduce((function(e,t){return e+=4,!function(e){return""===e}(t)?E(t)?e+=2:S(t)?e-=5:e+=3:e+=1,e}),0),index:t}},T=function(e){return e.map(b).sort((function(e,t){return e.score<t.score?1:e.score>t.score?-1:e.index-t.index}))},v=function(e){return e.replace(/(^\/+|\/+$)/g,"").split("/")},y=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e+((n=n.filter((function(e){return e&&e.length>0})))&&n.length>0?"?"+n.join("&"):"")},C=["uri","path"],O=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},N=function(e){var t=e.location,n=t.search,r=t.hash,a=t.href,i=t.origin,o=t.protocol,s=t.host,l=t.hostname,c=t.port,d=e.location.pathname;!d&&a&&A&&(d=new URL(a).pathname);return{pathname:encodeURI(decodeURI(d)),search:n,hash:r,href:a,origin:i,protocol:o,host:s,hostname:l,port:c,state:e.history.state,key:e.history.state&&e.history.state.key||"initial"}},R=function(e,t){var n=[],r=N(e),a=!1,i=function(){};return{get location(){return r},get transitioning(){return a},_onTransitionComplete:function(){a=!1,i()},listen:function(t){n.push(t);var a=function(){r=N(e),t({location:r,action:"POP"})};return e.addEventListener("popstate",a),function(){e.removeEventListener("popstate",a),n=n.filter((function(e){return e!==t}))}},navigate:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=o.state,l=o.replace,c=void 0!==l&&l;if("number"===typeof t)e.history.go(t);else{s=O({},s,{key:Date.now()+""});try{a||c?e.history.replaceState(s,null,t):e.history.pushState(s,null,t)}catch(u){e.location[c?"replace":"assign"](t)}}r=N(e),a=!0;var d=new Promise((function(e){return i=e}));return n.forEach((function(e){return e({location:r,action:"PUSH"})})),d}}},I=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/",t=e.indexOf("?"),n={pathname:t>-1?e.substr(0,t):e,search:t>-1?e.substr(t):""},r=0,a=[n],i=[null];return{get location(){return a[r]},addEventListener:function(e,t){},removeEventListener:function(e,t){},history:{get entries(){return a},get index(){return r},get state(){return i[r]},pushState:function(e,t,n){var o=n.split("?"),s=o[0],l=o[1],c=void 0===l?"":l;r++,a.push({pathname:s,search:c.length?"?"+c:c}),i.push(e)},replaceState:function(e,t,n){var o=n.split("?"),s=o[0],l=o[1],c=void 0===l?"":l;a[r]={pathname:s,search:c},i[r]=e},go:function(e){var t=r+e;t<0||t>i.length-1||(r=t)}}}},A=!("undefined"===typeof window||!window.document||!window.document.createElement),w=R(A?window:I()),x=w.navigate,D=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function M(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function L(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function P(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t}function k(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var j=function(e,t){var n=l()(t);return n.displayName=e,n},U=j("Location"),F=function(e){var t=e.children;return a.a.createElement(U.Consumer,null,(function(e){return e?t(e):a.a.createElement(B,null,t)}))},B=function(e){function t(){var n,r;L(this,t);for(var a=arguments.length,i=Array(a),o=0;o<a;o++)i[o]=arguments[o];return n=r=P(this,e.call.apply(e,[this].concat(i))),r.state={context:r.getContext(),refs:{unlisten:null}},P(r,n)}return k(t,e),t.prototype.getContext=function(){var e=this.props.history;return{navigate:e.navigate,location:e.location}},t.prototype.componentDidCatch=function(e,t){if(!ee(e))throw e;(0,this.props.history.navigate)(e.uri,{replace:!0})},t.prototype.componentDidUpdate=function(e,t){t.context.location!==this.state.context.location&&this.props.history._onTransitionComplete()},t.prototype.componentDidMount=function(){var e=this,t=this.state.refs,n=this.props.history;n._onTransitionComplete(),t.unlisten=n.listen((function(){Promise.resolve().then((function(){requestAnimationFrame((function(){e.unmounted||e.setState((function(){return{context:e.getContext()}}))}))}))}))},t.prototype.componentWillUnmount=function(){var e=this.state.refs;this.unmounted=!0,e.unlisten()},t.prototype.render=function(){var e=this.state.context,t=this.props.children;return a.a.createElement(U.Provider,{value:e},"function"===typeof t?t(e):t||null)},t}(a.a.Component);B.defaultProps={history:w};var G=function(e){var t=e.url,n=e.children,r=t.indexOf("?"),i=void 0,o="";return r>-1?(i=t.substring(0,r),o=t.substring(r)):i=t,a.a.createElement(U.Provider,{value:{location:{pathname:i,search:o,hash:""},navigate:function(){throw new Error("You can't call navigate on the server.")}}},n)},Y=j("Base",{baseuri:"/",basepath:"/"}),H=function(e){return a.a.createElement(Y.Consumer,null,(function(t){return a.a.createElement(F,null,(function(n){return a.a.createElement(V,D({},t,n,e))}))}))},V=function(e){function t(){return L(this,t),P(this,e.apply(this,arguments))}return k(t,e),t.prototype.render=function(){var e=this.props,t=e.location,n=e.navigate,r=e.basepath,i=e.primary,o=e.children,s=(e.baseuri,e.component),l=void 0===s?"div":s,c=M(e,["location","navigate","basepath","primary","children","baseuri","component"]),d=a.a.Children.toArray(o).reduce((function(e,t){var n=de(r)(t);return e.concat(n)}),[]),u=t.pathname,_=p(d,u);if(_){var m=_.params,f=_.uri,h=_.route,E=_.route.value;r=h.default?r:h.path.replace(/\*$/,"");var S=D({},m,{uri:f,location:t,navigate:function(e,t){return n(g(e,f),t)}}),b=a.a.cloneElement(E,S,E.props.children?a.a.createElement(H,{location:t,primary:i},E.props.children):void 0),T=i?q:l,v=i?D({uri:f,location:t,component:l},c):c;return a.a.createElement(Y.Provider,{value:{baseuri:f,basepath:r}},a.a.createElement(T,v,b))}return null},t}(a.a.PureComponent);V.defaultProps={primary:!0};var z=j("Focus"),q=function(e){var t=e.uri,n=e.location,r=e.component,i=M(e,["uri","location","component"]);return a.a.createElement(z.Consumer,null,(function(e){return a.a.createElement(Q,D({},i,{component:r,requestFocus:e,uri:t,location:n}))}))},W=!0,K=0,Q=function(e){function t(){var n,r;L(this,t);for(var a=arguments.length,i=Array(a),o=0;o<a;o++)i[o]=arguments[o];return n=r=P(this,e.call.apply(e,[this].concat(i))),r.state={},r.requestFocus=function(e){!r.state.shouldFocus&&e&&e.focus()},P(r,n)}return k(t,e),t.getDerivedStateFromProps=function(e,t){if(null==t.uri)return D({shouldFocus:!0},e);var n=e.uri!==t.uri,r=t.location.pathname!==e.location.pathname&&e.location.pathname===e.uri;return D({shouldFocus:n||r},e)},t.prototype.componentDidMount=function(){K++,this.focus()},t.prototype.componentWillUnmount=function(){0===--K&&(W=!0)},t.prototype.componentDidUpdate=function(e,t){e.location!==this.props.location&&this.state.shouldFocus&&this.focus()},t.prototype.focus=function(){var e=this.props.requestFocus;e?e(this.node):W?W=!1:this.node&&(this.node.contains(document.activeElement)||this.node.focus())},t.prototype.render=function(){var e=this,t=this.props,n=(t.children,t.style),r=(t.requestFocus,t.component),i=void 0===r?"div":r,o=(t.uri,t.location,M(t,["children","style","requestFocus","component","uri","location"]));return a.a.createElement(i,D({style:D({outline:"none"},n),tabIndex:"-1",ref:function(t){return e.node=t}},o),a.a.createElement(z.Provider,{value:this.requestFocus},this.props.children))},t}(a.a.Component);!function(e){var t=e.prototype;if(!t||!t.isReactComponent)throw new Error("Can only polyfill class components");if("function"!==typeof e.getDerivedStateFromProps&&"function"!==typeof t.getSnapshotBeforeUpdate)return e;var n=null,r=null,a=null;if("function"===typeof t.componentWillMount?n="componentWillMount":"function"===typeof t.UNSAFE_componentWillMount&&(n="UNSAFE_componentWillMount"),"function"===typeof t.componentWillReceiveProps?r="componentWillReceiveProps":"function"===typeof t.UNSAFE_componentWillReceiveProps&&(r="UNSAFE_componentWillReceiveProps"),"function"===typeof t.componentWillUpdate?a="componentWillUpdate":"function"===typeof t.UNSAFE_componentWillUpdate&&(a="UNSAFE_componentWillUpdate"),null!==n||null!==r||null!==a){var i=e.displayName||e.name,o="function"===typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+i+" uses "+o+" but also contains the following legacy lifecycles:"+(null!==n?"\n  "+n:"")+(null!==r?"\n  "+r:"")+(null!==a?"\n  "+a:"")+"\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://fb.me/react-async-component-lifecycle-hooks")}if("function"===typeof e.getDerivedStateFromProps&&(t.componentWillMount=c,t.componentWillReceiveProps=d),"function"===typeof t.getSnapshotBeforeUpdate){if("function"!==typeof t.componentDidUpdate)throw new Error("Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype");t.componentWillUpdate=u;var s=t.componentDidUpdate;t.componentDidUpdate=function(e,t,n){var r=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:n;s.call(this,e,t,r)}}}(Q);var $=function(){},X=a.a.forwardRef;"undefined"===typeof X&&(X=function(e){return e});var Z=X((function(e,t){var n=e.innerRef,r=M(e,["innerRef"]);return a.a.createElement(Y.Consumer,null,(function(e){e.basepath;var i=e.baseuri;return a.a.createElement(F,null,(function(e){var o=e.location,s=e.navigate,l=r.to,c=r.state,d=r.replace,u=r.getProps,p=void 0===u?$:u,m=M(r,["to","state","replace","getProps"]),f=g(l,i),h=encodeURI(f),E=o.pathname===h,S=_(o.pathname,h);return a.a.createElement("a",D({ref:t||n,"aria-current":E?"page":void 0},m,p({isCurrent:E,isPartiallyCurrent:S,href:f,location:o}),{href:f,onClick:function(e){if(m.onClick&&m.onClick(e),ue(e)){e.preventDefault();var t=d;if("boolean"!==typeof d&&E){var n=D({},o.state),r=(n.key,M(n,["key"]));a=D({},c),i=r,t=(l=Object.keys(a)).length===Object.keys(i).length&&l.every((function(e){return i.hasOwnProperty(e)&&a[e]===i[e]}))}s(f,{state:c,replace:t})}var a,i,l}}))}))}))}));function J(e){this.uri=e}Z.displayName="Link";var ee=function(e){return e instanceof J},te=function(e){throw new J(e)},ne=function(e){function t(){return L(this,t),P(this,e.apply(this,arguments))}return k(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.navigate,n=e.to,r=(e.from,e.replace),a=void 0===r||r,i=e.state,o=(e.noThrow,e.baseuri),s=M(e,["navigate","to","from","replace","state","noThrow","baseuri"]);Promise.resolve().then((function(){var e=g(n,o);t(f(e,s),{replace:a,state:i})}))},t.prototype.render=function(){var e=this.props,t=(e.navigate,e.to),n=(e.from,e.replace,e.state,e.noThrow),r=e.baseuri,a=M(e,["navigate","to","from","replace","state","noThrow","baseuri"]),i=g(t,r);return n||te(f(i,a)),null},t}(a.a.Component),re=function(e){return a.a.createElement(Y.Consumer,null,(function(t){var n=t.baseuri;return a.a.createElement(F,null,(function(t){return a.a.createElement(ne,D({},t,{baseuri:n},e))}))}))},ae=function(e){var t=e.path,n=e.children;return a.a.createElement(Y.Consumer,null,(function(e){var r=e.baseuri;return a.a.createElement(F,null,(function(e){var a=e.navigate,i=e.location,o=g(t,r),s=m(o,i.pathname);return n({navigate:a,location:i,match:s?D({},s.params,{uri:s.uri,path:t}):null})}))}))},ie=function(){var e=Object(r.useContext)(U);if(!e)throw new Error("useLocation hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");return e.location},oe=function(){var e=Object(r.useContext)(U);if(!e)throw new Error("useNavigate hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");return e.navigate},se=function(){var e=Object(r.useContext)(Y);if(!e)throw new Error("useParams hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");var t=ie(),n=m(e.basepath,t.pathname);return n?n.params:null},le=function(e){if(!e)throw new Error("useMatch(path: string) requires an argument of a string to match against");var t=Object(r.useContext)(Y);if(!t)throw new Error("useMatch hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");var n=ie(),a=g(e,t.baseuri),i=m(a,n.pathname);return i?D({},i.params,{uri:i.uri,path:e}):null},ce=function(e){return e.replace(/(^\/+|\/+$)/g,"")},de=function e(t){return function(n){if(!n)return null;if(n.type===a.a.Fragment&&n.props.children)return a.a.Children.map(n.props.children,e(t));var r,i,s;if(n.props.path||n.props.default||n.type===re||o()(!1),n.type!==re||n.props.from&&n.props.to||o()(!1),n.type===re&&(r=n.props.from,i=n.props.to,s=function(e){return E(e)},v(r).filter(s).sort().join("/")!==v(i).filter(s).sort().join("/"))&&o()(!1),n.props.default)return{value:n,default:!0};var l=n.type===re?n.props.from:n.props.path,c="/"===l?t:ce(t)+"/"+ce(l);return{value:n,default:n.props.default,path:n.props.children?ce(c)+"/*":c}}},ue=function(e){return!e.defaultPrevented&&0===e.button&&!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}},"../node_modules/array-sort/index.js":function(e,t,n){"use strict";var r=n("../node_modules/default-compare/index.js"),a=n("../node_modules/kind-of/index.js"),i=n("../node_modules/get-value/index.js");function o(e,t){return t=t||{},function(n,r){for(var a,i=e.length,o=-1;++o<i&&0===(a=s(e[o],n,r)););return!0===t.reverse?-1*a:a}}function s(e,t,n){return"function"===typeof e?e(t,n,s.bind(null,null)):e&&"object"===typeof t&&"object"===typeof n?s(null,i(t,e),i(n,e)):r(t,n)}function l(e){return[].concat.apply([],e)}e.exports=function(e,t,n){if(null==e)return[];if(!Array.isArray(e))throw new TypeError("array-sort expects an array.");if(1===arguments.length)return e.sort();var r=l([].slice.call(arguments,1));return"object"===a(r[r.length-1])&&(n=r.pop()),e.sort(o(r,n))}},"../node_modules/axios/index.js":function(e,t,n){e.exports=n("../node_modules/axios/lib/axios.js")},"../node_modules/axios/lib/adapters/xhr.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/core/settle.js"),i=n("../node_modules/axios/lib/helpers/buildURL.js"),o=n("../node_modules/axios/lib/helpers/parseHeaders.js"),s=n("../node_modules/axios/lib/helpers/isURLSameOrigin.js"),l=n("../node_modules/axios/lib/core/createError.js");e.exports=function(e){return new Promise((function(t,c){var d=e.data,u=e.headers;r.isFormData(d)&&delete u["Content-Type"];var _=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",m=e.auth.password||"";u.Authorization="Basic "+btoa(p+":"+m)}if(_.open(e.method.toUpperCase(),i(e.url,e.params,e.paramsSerializer),!0),_.timeout=e.timeout,_.onreadystatechange=function(){if(_&&4===_.readyState&&(0!==_.status||_.responseURL&&0===_.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in _?o(_.getAllResponseHeaders()):null,r={data:e.responseType&&"text"!==e.responseType?_.response:_.responseText,status:_.status,statusText:_.statusText,headers:n,config:e,request:_};a(t,c,r),_=null}},_.onabort=function(){_&&(c(l("Request aborted",e,"ECONNABORTED",_)),_=null)},_.onerror=function(){c(l("Network Error",e,null,_)),_=null},_.ontimeout=function(){c(l("timeout of "+e.timeout+"ms exceeded",e,"ECONNABORTED",_)),_=null},r.isStandardBrowserEnv()){var g=n("../node_modules/axios/lib/helpers/cookies.js"),f=(e.withCredentials||s(e.url))&&e.xsrfCookieName?g.read(e.xsrfCookieName):void 0;f&&(u[e.xsrfHeaderName]=f)}if("setRequestHeader"in _&&r.forEach(u,(function(e,t){"undefined"===typeof d&&"content-type"===t.toLowerCase()?delete u[t]:_.setRequestHeader(t,e)})),e.withCredentials&&(_.withCredentials=!0),e.responseType)try{_.responseType=e.responseType}catch(h){if("json"!==e.responseType)throw h}"function"===typeof e.onDownloadProgress&&_.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&_.upload&&_.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){_&&(_.abort(),c(e),_=null)})),void 0===d&&(d=null),_.send(d)}))}},"../node_modules/axios/lib/axios.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/helpers/bind.js"),i=n("../node_modules/axios/lib/core/Axios.js"),o=n("../node_modules/axios/lib/core/mergeConfig.js");function s(e){var t=new i(e),n=a(i.prototype.request,t);return r.extend(n,i.prototype,t),r.extend(n,t),n}var l=s(n("../node_modules/axios/lib/defaults.js"));l.Axios=i,l.create=function(e){return s(o(l.defaults,e))},l.Cancel=n("../node_modules/axios/lib/cancel/Cancel.js"),l.CancelToken=n("../node_modules/axios/lib/cancel/CancelToken.js"),l.isCancel=n("../node_modules/axios/lib/cancel/isCancel.js"),l.all=function(e){return Promise.all(e)},l.spread=n("../node_modules/axios/lib/helpers/spread.js"),e.exports=l,e.exports.default=l},"../node_modules/axios/lib/cancel/Cancel.js":function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},"../node_modules/axios/lib/cancel/CancelToken.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/cancel/Cancel.js");function a(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}a.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},a.source=function(){var e;return{token:new a((function(t){e=t})),cancel:e}},e.exports=a},"../node_modules/axios/lib/cancel/isCancel.js":function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},"../node_modules/axios/lib/core/Axios.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/helpers/buildURL.js"),i=n("../node_modules/axios/lib/core/InterceptorManager.js"),o=n("../node_modules/axios/lib/core/dispatchRequest.js"),s=n("../node_modules/axios/lib/core/mergeConfig.js");function l(e){this.defaults=e,this.interceptors={request:new i,response:new i}}l.prototype.request=function(e){"string"===typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method=e.method?e.method.toLowerCase():"get";var t=[o,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},l.prototype.getUri=function(e){return e=s(this.defaults,e),a(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(r.merge(n||{},{method:e,url:t}))}})),r.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,n,a){return this.request(r.merge(a||{},{method:e,url:t,data:n}))}})),e.exports=l},"../node_modules/axios/lib/core/InterceptorManager.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");function a(){this.handlers=[]}a.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},a.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},a.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=a},"../node_modules/axios/lib/core/createError.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/core/enhanceError.js");e.exports=function(e,t,n,a,i){var o=new Error(e);return r(o,t,n,a,i)}},"../node_modules/axios/lib/core/dispatchRequest.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/core/transformData.js"),i=n("../node_modules/axios/lib/cancel/isCancel.js"),o=n("../node_modules/axios/lib/defaults.js"),s=n("../node_modules/axios/lib/helpers/isAbsoluteURL.js"),l=n("../node_modules/axios/lib/helpers/combineURLs.js");function c(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return c(e),e.baseURL&&!s(e.url)&&(e.url=l(e.baseURL,e.url)),e.headers=e.headers||{},e.data=a(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||o.adapter)(e).then((function(t){return c(e),t.data=a(t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(c(e),t&&t.response&&(t.response.data=a(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},"../node_modules/axios/lib/core/enhanceError.js":function(e,t,n){"use strict";e.exports=function(e,t,n,r,a){return e.config=t,n&&(e.code=n),e.request=r,e.response=a,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},"../node_modules/axios/lib/core/mergeConfig.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=function(e,t){t=t||{};var n={};return r.forEach(["url","method","params","data"],(function(e){"undefined"!==typeof t[e]&&(n[e]=t[e])})),r.forEach(["headers","auth","proxy"],(function(a){r.isObject(t[a])?n[a]=r.deepMerge(e[a],t[a]):"undefined"!==typeof t[a]?n[a]=t[a]:r.isObject(e[a])?n[a]=r.deepMerge(e[a]):"undefined"!==typeof e[a]&&(n[a]=e[a])})),r.forEach(["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"],(function(r){"undefined"!==typeof t[r]?n[r]=t[r]:"undefined"!==typeof e[r]&&(n[r]=e[r])})),n}},"../node_modules/axios/lib/core/settle.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/core/createError.js");e.exports=function(e,t,n){var a=n.config.validateStatus;!a||a(n.status)?e(n):t(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},"../node_modules/axios/lib/core/transformData.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},"../node_modules/axios/lib/defaults.js":function(e,t,n){"use strict";(function(t){var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/helpers/normalizeHeaderName.js"),i={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,l={adapter:(("undefined"!==typeof t&&"[object process]"===Object.prototype.toString.call(t)||"undefined"!==typeof XMLHttpRequest)&&(s=n("../node_modules/axios/lib/adapters/xhr.js")),s),transformRequest:[function(e,t){return a(t,"Accept"),a(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"===typeof e)try{e=JSON.parse(e)}catch(t){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300}};l.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(i)})),e.exports=l}).call(this,n("../node_modules/process/browser.js"))},"../node_modules/axios/lib/helpers/bind.js":function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},"../node_modules/axios/lib/helpers/buildURL.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");function a(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var i;if(n)i=n(t);else if(r.isURLSearchParams(t))i=t.toString();else{var o=[];r.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),o.push(a(t)+"="+a(e))})))})),i=o.join("&")}if(i){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},"../node_modules/axios/lib/helpers/combineURLs.js":function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},"../node_modules/axios/lib/helpers/cookies.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,a,i,o){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(a)&&s.push("path="+a),r.isString(i)&&s.push("domain="+i),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},"../node_modules/axios/lib/helpers/isAbsoluteURL.js":function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},"../node_modules/axios/lib/helpers/isURLSameOrigin.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function a(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=a(window.location.href),function(t){var n=r.isString(t)?a(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},"../node_modules/axios/lib/helpers/normalizeHeaderName.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},"../node_modules/axios/lib/helpers/parseHeaders.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,i,o={};return e?(r.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=r.trim(e.substr(0,i)).toLowerCase(),n=r.trim(e.substr(i+1)),t){if(o[t]&&a.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},"../node_modules/axios/lib/helpers/spread.js":function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"../node_modules/axios/lib/utils.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/helpers/bind.js"),a=n("../node_modules/is-buffer/index.js"),i=Object.prototype.toString;function o(e){return"[object Array]"===i.call(e)}function s(e){return null!==e&&"object"===typeof e}function l(e){return"[object Function]"===i.call(e)}function c(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),o(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.call(null,e[a],a,e)}e.exports={isArray:o,isArrayBuffer:function(e){return"[object ArrayBuffer]"===i.call(e)},isBuffer:a,isFormData:function(e){return"undefined"!==typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"===typeof e},isNumber:function(e){return"number"===typeof e},isObject:s,isUndefined:function(e){return"undefined"===typeof e},isDate:function(e){return"[object Date]"===i.call(e)},isFile:function(e){return"[object File]"===i.call(e)},isBlob:function(e){return"[object Blob]"===i.call(e)},isFunction:l,isStream:function(e){return s(e)&&l(e.pipe)},isURLSearchParams:function(e){return"undefined"!==typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)},forEach:c,merge:function e(){var t={};function n(n,r){"object"===typeof t[r]&&"object"===typeof n?t[r]=e(t[r],n):t[r]=n}for(var r=0,a=arguments.length;r<a;r++)c(arguments[r],n);return t},deepMerge:function e(){var t={};function n(n,r){"object"===typeof t[r]&&"object"===typeof n?t[r]=e(t[r],n):t[r]="object"===typeof n?e({},n):n}for(var r=0,a=arguments.length;r<a;r++)c(arguments[r],n);return t},extend:function(e,t,n){return c(t,(function(t,a){e[a]=n&&"function"===typeof t?r(t,n):t})),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}}},"../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js":function(e,t,n){"use strict";function r(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}n.d(t,"a",(function(){return r}))},"../node_modules/base64-js/index.js":function(e,t,n){"use strict";t.byteLength=function(e){var t=c(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,r=c(e),o=r[0],s=r[1],l=new i(function(e,t,n){return 3*(t+n)/4-n}(0,o,s)),d=0,u=s>0?o-4:o;for(n=0;n<u;n+=4)t=a[e.charCodeAt(n)]<<18|a[e.charCodeAt(n+1)]<<12|a[e.charCodeAt(n+2)]<<6|a[e.charCodeAt(n+3)],l[d++]=t>>16&255,l[d++]=t>>8&255,l[d++]=255&t;2===s&&(t=a[e.charCodeAt(n)]<<2|a[e.charCodeAt(n+1)]>>4,l[d++]=255&t);1===s&&(t=a[e.charCodeAt(n)]<<10|a[e.charCodeAt(n+1)]<<4|a[e.charCodeAt(n+2)]>>2,l[d++]=t>>8&255,l[d++]=255&t);return l},t.fromByteArray=function(e){for(var t,n=e.length,a=n%3,i=[],o=0,s=n-a;o<s;o+=16383)i.push(d(e,o,o+16383>s?s:o+16383));1===a?(t=e[n-1],i.push(r[t>>2]+r[t<<4&63]+"==")):2===a&&(t=(e[n-2]<<8)+e[n-1],i.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"="));return i.join("")};for(var r=[],a=[],i="undefined"!==typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,l=o.length;s<l;++s)r[s]=o[s],a[o.charCodeAt(s)]=s;function c(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function d(e,t,n){for(var a,i,o=[],s=t;s<n;s+=3)a=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),o.push(r[(i=a)>>18&63]+r[i>>12&63]+r[i>>6&63]+r[63&i]);return o.join("")}a["-".charCodeAt(0)]=62,a["_".charCodeAt(0)]=63},"../node_modules/buffer/index.js":function(e,t,n){"use strict";(function(e){var r=n("../node_modules/base64-js/index.js"),a=n("../node_modules/ieee754/index.js"),i=n("../node_modules/isarray/index.js");function o(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(o()<t)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=l.prototype:(null===e&&(e=new l(t)),e.length=t),e}function l(e,t,n){if(!l.TYPED_ARRAY_SUPPORT&&!(this instanceof l))return new l(e,t,n);if("number"===typeof e){if("string"===typeof t)throw new Error("If encoding is specified then the first argument must be a string");return u(this,e)}return c(this,e,t,n)}function c(e,t,n,r){if("number"===typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!==typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);l.TYPED_ARRAY_SUPPORT?(e=t).__proto__=l.prototype:e=_(e,t);return e}(e,t,n,r):"string"===typeof t?function(e,t,n){"string"===typeof n&&""!==n||(n="utf8");if(!l.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|m(t,n),a=(e=s(e,r)).write(t,n);a!==r&&(e=e.slice(0,a));return e}(e,t,n):function(e,t){if(l.isBuffer(t)){var n=0|p(t.length);return 0===(e=s(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!==typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!==typeof t.length||(r=t.length)!==r?s(e,0):_(e,t);if("Buffer"===t.type&&i(t.data))return _(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function d(e){if("number"!==typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function u(e,t){if(d(t),e=s(e,t<0?0:0|p(t)),!l.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function _(e,t){var n=t.length<0?0:0|p(t.length);e=s(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function p(e){if(e>=o())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o().toString(16)+" bytes");return 0|e}function m(e,t){if(l.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return B(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return G(e).length;default:if(r)return B(e).length;t=(""+t).toLowerCase(),r=!0}}function g(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return A(this,t,n);case"utf8":case"utf-8":return N(this,t,n);case"ascii":return R(this,t,n);case"latin1":case"binary":return I(this,t,n);case"base64":return O(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return w(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function f(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function h(e,t,n,r,a){if(0===e.length)return-1;if("string"===typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0){if(!a)return-1;n=0}if("string"===typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:E(e,t,n,r,a);if("number"===typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):E(e,[t],n,r,a);throw new TypeError("val must be string, number or Buffer")}function E(e,t,n,r,a){var i,o=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;o=2,s/=2,l/=2,n/=2}function c(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}if(a){var d=-1;for(i=n;i<s;i++)if(c(e,i)===c(t,-1===d?0:i-d)){if(-1===d&&(d=i),i-d+1===l)return d*o}else-1!==d&&(i-=i-d),d=-1}else for(n+l>s&&(n=s-l),i=n;i>=0;i--){for(var u=!0,_=0;_<l;_++)if(c(e,i+_)!==c(t,_)){u=!1;break}if(u)return i}return-1}function S(e,t,n,r){n=Number(n)||0;var a=e.length-n;r?(r=Number(r))>a&&(r=a):r=a;var i=t.length;if(i%2!==0)throw new TypeError("Invalid hex string");r>i/2&&(r=i/2);for(var o=0;o<r;++o){var s=parseInt(t.substr(2*o,2),16);if(isNaN(s))return o;e[n+o]=s}return o}function b(e,t,n,r){return Y(B(t,e.length-n),e,n,r)}function T(e,t,n,r){return Y(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function v(e,t,n,r){return T(e,t,n,r)}function y(e,t,n,r){return Y(G(t),e,n,r)}function C(e,t,n,r){return Y(function(e,t){for(var n,r,a,i=[],o=0;o<e.length&&!((t-=2)<0);++o)n=e.charCodeAt(o),r=n>>8,a=n%256,i.push(a),i.push(r);return i}(t,e.length-n),e,n,r)}function O(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function N(e,t,n){n=Math.min(e.length,n);for(var r=[],a=t;a<n;){var i,o,s,l,c=e[a],d=null,u=c>239?4:c>223?3:c>191?2:1;if(a+u<=n)switch(u){case 1:c<128&&(d=c);break;case 2:128===(192&(i=e[a+1]))&&(l=(31&c)<<6|63&i)>127&&(d=l);break;case 3:i=e[a+1],o=e[a+2],128===(192&i)&&128===(192&o)&&(l=(15&c)<<12|(63&i)<<6|63&o)>2047&&(l<55296||l>57343)&&(d=l);break;case 4:i=e[a+1],o=e[a+2],s=e[a+3],128===(192&i)&&128===(192&o)&&128===(192&s)&&(l=(15&c)<<18|(63&i)<<12|(63&o)<<6|63&s)>65535&&l<1114112&&(d=l)}null===d?(d=65533,u=1):d>65535&&(d-=65536,r.push(d>>>10&1023|55296),d=56320|1023&d),r.push(d),a+=u}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}t.Buffer=l,t.SlowBuffer=function(e){+e!=e&&(e=0);return l.alloc(+e)},t.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"===typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(t){return!1}}(),t.kMaxLength=o(),l.poolSize=8192,l._augment=function(e){return e.__proto__=l.prototype,e},l.from=function(e,t,n){return c(null,e,t,n)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(e,t,n){return function(e,t,n,r){return d(t),t<=0?s(e,t):void 0!==n?"string"===typeof r?s(e,t).fill(n,r):s(e,t).fill(n):s(e,t)}(null,e,t,n)},l.allocUnsafe=function(e){return u(null,e)},l.allocUnsafeSlow=function(e){return u(null,e)},l.isBuffer=function(e){return!(null==e||!e._isBuffer)},l.compare=function(e,t){if(!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,a=0,i=Math.min(n,r);a<i;++a)if(e[a]!==t[a]){n=e[a],r=t[a];break}return n<r?-1:r<n?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!i(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=l.allocUnsafe(t),a=0;for(n=0;n<e.length;++n){var o=e[n];if(!l.isBuffer(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,a),a+=o.length}return r},l.byteLength=m,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)f(this,t,t+1);return this},l.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)f(this,t,t+3),f(this,t+1,t+2);return this},l.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)f(this,t,t+7),f(this,t+1,t+6),f(this,t+2,t+5),f(this,t+3,t+4);return this},l.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?N(this,0,e):g.apply(this,arguments)},l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},l.prototype.compare=function(e,t,n,r,a){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===a&&(a=this.length),t<0||n>e.length||r<0||a>this.length)throw new RangeError("out of range index");if(r>=a&&t>=n)return 0;if(r>=a)return-1;if(t>=n)return 1;if(this===e)return 0;for(var i=(a>>>=0)-(r>>>=0),o=(n>>>=0)-(t>>>=0),s=Math.min(i,o),c=this.slice(r,a),d=e.slice(t,n),u=0;u<s;++u)if(c[u]!==d[u]){i=c[u],o=d[u];break}return i<o?-1:o<i?1:0},l.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},l.prototype.indexOf=function(e,t,n){return h(this,e,t,n,!0)},l.prototype.lastIndexOf=function(e,t,n){return h(this,e,t,n,!1)},l.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"===typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var a=this.length-t;if((void 0===n||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return S(this,e,t,n);case"utf8":case"utf-8":return b(this,e,t,n);case"ascii":return T(this,e,t,n);case"latin1":case"binary":return v(this,e,t,n);case"base64":return y(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function R(e,t,n){var r="";n=Math.min(e.length,n);for(var a=t;a<n;++a)r+=String.fromCharCode(127&e[a]);return r}function I(e,t,n){var r="";n=Math.min(e.length,n);for(var a=t;a<n;++a)r+=String.fromCharCode(e[a]);return r}function A(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var a="",i=t;i<n;++i)a+=F(e[i]);return a}function w(e,t,n){for(var r=e.slice(t,n),a="",i=0;i<r.length;i+=2)a+=String.fromCharCode(r[i]+256*r[i+1]);return a}function x(e,t,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function D(e,t,n,r,a,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>a||t<i)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function M(e,t,n,r){t<0&&(t=65535+t+1);for(var a=0,i=Math.min(e.length-n,2);a<i;++a)e[n+a]=(t&255<<8*(r?a:1-a))>>>8*(r?a:1-a)}function L(e,t,n,r){t<0&&(t=4294967295+t+1);for(var a=0,i=Math.min(e.length-n,4);a<i;++a)e[n+a]=t>>>8*(r?a:3-a)&255}function P(e,t,n,r,a,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function k(e,t,n,r,i){return i||P(e,0,n,4),a.write(e,t,n,r,23,4),n+4}function j(e,t,n,r,i){return i||P(e,0,n,8),a.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),l.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=l.prototype;else{var a=t-e;n=new l(a,void 0);for(var i=0;i<a;++i)n[i]=this[i+e]}return n},l.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||x(e,t,this.length);for(var r=this[e],a=1,i=0;++i<t&&(a*=256);)r+=this[e+i]*a;return r},l.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||x(e,t,this.length);for(var r=this[e+--t],a=1;t>0&&(a*=256);)r+=this[e+--t]*a;return r},l.prototype.readUInt8=function(e,t){return t||x(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||x(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||x(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||x(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||x(e,t,this.length);for(var r=this[e],a=1,i=0;++i<t&&(a*=256);)r+=this[e+i]*a;return r>=(a*=128)&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||x(e,t,this.length);for(var r=t,a=1,i=this[e+--r];r>0&&(a*=256);)i+=this[e+--r]*a;return i>=(a*=128)&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return t||x(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){t||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return t||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||x(e,4,this.length),a.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||x(e,4,this.length),a.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||x(e,8,this.length),a.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||x(e,8,this.length),a.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||D(this,e,t,n,Math.pow(2,8*n)-1,0);var a=1,i=0;for(this[t]=255&e;++i<n&&(a*=256);)this[t+i]=e/a&255;return t+n},l.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||D(this,e,t,n,Math.pow(2,8*n)-1,0);var a=n-1,i=1;for(this[t+a]=255&e;--a>=0&&(i*=256);)this[t+a]=e/i&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):M(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):M(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):L(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):L(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var a=Math.pow(2,8*n-1);D(this,e,t,n,a-1,-a)}var i=0,o=1,s=0;for(this[t]=255&e;++i<n&&(o*=256);)e<0&&0===s&&0!==this[t+i-1]&&(s=1),this[t+i]=(e/o>>0)-s&255;return t+n},l.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var a=Math.pow(2,8*n-1);D(this,e,t,n,a-1,-a)}var i=n-1,o=1,s=0;for(this[t+i]=255&e;--i>=0&&(o*=256);)e<0&&0===s&&0!==this[t+i+1]&&(s=1),this[t+i]=(e/o>>0)-s&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):M(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):M(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):L(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):L(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,n){return k(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return k(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return j(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return j(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var a,i=r-n;if(this===e&&n<t&&t<r)for(a=i-1;a>=0;--a)e[a+t]=this[a+n];else if(i<1e3||!l.TYPED_ARRAY_SUPPORT)for(a=0;a<i;++a)e[a+t]=this[a+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+i),t);return i},l.prototype.fill=function(e,t,n,r){if("string"===typeof e){if("string"===typeof t?(r=t,t=0,n=this.length):"string"===typeof n&&(r=n,n=this.length),1===e.length){var a=e.charCodeAt(0);a<256&&(e=a)}if(void 0!==r&&"string"!==typeof r)throw new TypeError("encoding must be a string");if("string"===typeof r&&!l.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"===typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var i;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"===typeof e)for(i=t;i<n;++i)this[i]=e;else{var o=l.isBuffer(e)?e:B(new l(e,r).toString()),s=o.length;for(i=0;i<n-t;++i)this[i+t]=o[i%s]}return this};var U=/[^+\/0-9A-Za-z-_]/g;function F(e){return e<16?"0"+e.toString(16):e.toString(16)}function B(e,t){var n;t=t||1/0;for(var r=e.length,a=null,i=[],o=0;o<r;++o){if((n=e.charCodeAt(o))>55295&&n<57344){if(!a){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(o+1===r){(t-=3)>-1&&i.push(239,191,189);continue}a=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),a=n;continue}n=65536+(a-55296<<10|n-56320)}else a&&(t-=3)>-1&&i.push(239,191,189);if(a=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function G(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(U,"")).length<2)return"";for(;e.length%4!==0;)e+="=";return e}(e))}function Y(e,t,n,r){for(var a=0;a<r&&!(a+n>=t.length||a>=e.length);++a)t[a+n]=e[a];return a}}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/capitalize/index.js":function(e,t){function n(e,t){return(t=i(t)).preserve||(e=e.toLowerCase()),e.charAt(0).toUpperCase()+e.substring(1)}var r=/['"`\u2019]/,a=/[0-9a-zA-Z\u00C0-\u017F\u0400-\u04FF]/;function i(e){if(!e)return{preserve:!1};if("boolean"===typeof e)return{preserve:e};if(e.skipWord instanceof RegExp){const t=e.skipWord;e.skipWord=function(e,n){return n>0&&t.test(e)}}return e||{}}n.words=function(e,t){(t=i(t)).preserve||(e=e.toLowerCase());for(var o,s=0,l=/[^0-9a-zA-Z\u00C0-\u017F\u0400-\u04FF]+|$/g,c="",d=0;o=l.exec(e);){var u=o[0],_=l.lastIndex-u.length;if(!r.test(e[_])||!a.test(e[_+1])){var p=e.substring(s,l.lastIndex-u.length);if(r.test(p[0])&&(c+=p[0],p=p.substring(1)),"function"===typeof t.skipWord&&t.skipWord(p,d)?c+=p:c+=n(p,t),c+=u,d++,(s=l.lastIndex)==e.length)break}}return c},e.exports=n},"../node_modules/core-util-is/lib/util.js":function(e,t,n){function r(e){return Object.prototype.toString.call(e)}t.isArray=function(e){return Array.isArray?Array.isArray(e):"[object Array]"===r(e)},t.isBoolean=function(e){return"boolean"===typeof e},t.isNull=function(e){return null===e},t.isNullOrUndefined=function(e){return null==e},t.isNumber=function(e){return"number"===typeof e},t.isString=function(e){return"string"===typeof e},t.isSymbol=function(e){return"symbol"===typeof e},t.isUndefined=function(e){return void 0===e},t.isRegExp=function(e){return"[object RegExp]"===r(e)},t.isObject=function(e){return"object"===typeof e&&null!==e},t.isDate=function(e){return"[object Date]"===r(e)},t.isError=function(e){return"[object Error]"===r(e)||e instanceof Error},t.isFunction=function(e){return"function"===typeof e},t.isPrimitive=function(e){return null===e||"boolean"===typeof e||"number"===typeof e||"string"===typeof e||"symbol"===typeof e||"undefined"===typeof e},t.isBuffer=n("../node_modules/buffer/index.js").Buffer.isBuffer},"../node_modules/create-react-context/lib/implementation.js":function(e,t,n){"use strict";t.__esModule=!0;var r=n("../node_modules/react/index.js"),a=(o(r),o(n("../node_modules/prop-types/index.js"))),i=o(n("../node_modules/gud/index.js"));o(n("../node_modules/warning/warning.js"));function o(e){return e&&e.__esModule?e:{default:e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t}function c(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function d(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}t.default=function(e,t){var n,o,u="__create-react-context-"+(0,i.default)()+"__",_=function(e){function n(){var t,r;s(this,n);for(var a=arguments.length,i=Array(a),o=0;o<a;o++)i[o]=arguments[o];return t=r=l(this,e.call.apply(e,[this].concat(i))),r.emitter=d(r.props.value),l(r,t)}return c(n,e),n.prototype.getChildContext=function(){var e;return(e={})[u]=this.emitter,e},n.prototype.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n=this.props.value,r=e.value,a=void 0;((i=n)===(o=r)?0!==i||1/i===1/o:i!==i&&o!==o)?a=0:(a="function"===typeof t?t(n,r):1073741823,0!==(a|=0)&&this.emitter.set(e.value,a))}var i,o},n.prototype.render=function(){return this.props.children},n}(r.Component);_.childContextTypes=((n={})[u]=a.default.object.isRequired,n);var p=function(t){function n(){var e,r;s(this,n);for(var a=arguments.length,i=Array(a),o=0;o<a;o++)i[o]=arguments[o];return e=r=l(this,t.call.apply(t,[this].concat(i))),r.state={value:r.getValue()},r.onUpdate=function(e,t){0!==((0|r.observedBits)&t)&&r.setState({value:r.getValue()})},l(r,e)}return c(n,t),n.prototype.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=void 0===t||null===t?1073741823:t},n.prototype.componentDidMount=function(){this.context[u]&&this.context[u].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=void 0===e||null===e?1073741823:e},n.prototype.componentWillUnmount=function(){this.context[u]&&this.context[u].off(this.onUpdate)},n.prototype.getValue=function(){return this.context[u]?this.context[u].get():e},n.prototype.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return p.contextTypes=((o={})[u]=a.default.object,o),{Provider:_,Consumer:p}},e.exports=t.default},"../node_modules/create-react-context/lib/index.js":function(e,t,n){"use strict";t.__esModule=!0;var r=i(n("../node_modules/react/index.js")),a=i(n("../node_modules/create-react-context/lib/implementation.js"));function i(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.createContext||a.default,e.exports=t.default},"../node_modules/default-compare/index.js":function(e,t,n){"use strict";var r=n("../node_modules/kind-of/index.js");e.exports=function(e,t,n){if(null!=n&&"string"!==r(n))throw new TypeError('expected "prop" to be undefined or a string');var a=r(e),i=r(t);return n&&("object"===a&&(e=e[n],a=r(e)),"object"===i&&(t=t[n],i=r(t))),"null"===a?"null"===i?0:"undefined"===i?-1:1:"undefined"===a?"null"===i?1:"undefined"===i?0:1:"null"===i||"undefined"===i||e<t?-1:e>t?1:0}},"../node_modules/events/events.js":function(e,t,n){"use strict";var r,a="object"===typeof Reflect?Reflect:null,i=a&&"function"===typeof a.apply?a.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=a&&"function"===typeof a.ownKeys?a.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var o=Number.isNaN||function(e){return e!==e};function s(){s.init.call(this)}e.exports=s,e.exports.once=function(e,t){return new Promise((function(n,r){function a(n){e.removeListener(t,i),r(n)}function i(){"function"===typeof e.removeListener&&e.removeListener("error",a),n([].slice.call(arguments))}h(e,t,i,{once:!0}),"error"!==t&&function(e,t,n){"function"===typeof e.on&&h(e,"error",t,n)}(e,a,{once:!0})}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var l=10;function c(e){if("function"!==typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function d(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function u(e,t,n,r){var a,i,o,s;if(c(n),void 0===(i=e._events)?(i=e._events=Object.create(null),e._eventsCount=0):(void 0!==i.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),i=e._events),o=i[t]),void 0===o)o=i[t]=n,++e._eventsCount;else if("function"===typeof o?o=i[t]=r?[n,o]:[o,n]:r?o.unshift(n):o.push(n),(a=d(e))>0&&o.length>a&&!o.warned){o.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=e,l.type=t,l.count=o.length,s=l,console&&console.warn&&console.warn(s)}return e}function _(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function p(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},a=_.bind(r);return a.listener=n,r.wrapFn=a,a}function m(e,t,n){var r=e._events;if(void 0===r)return[];var a=r[t];return void 0===a?[]:"function"===typeof a?n?[a.listener||a]:[a]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(a):f(a,a.length)}function g(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"===typeof n)return 1;if(void 0!==n)return n.length}return 0}function f(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function h(e,t,n,r){if("function"===typeof e.on)r.once?e.once(t,n):e.on(t,n);else{if("function"!==typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function a(i){r.once&&e.removeEventListener(t,a),n(i)}))}}Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return l},set:function(e){if("number"!==typeof e||e<0||o(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");l=e}}),s.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},s.prototype.setMaxListeners=function(e){if("number"!==typeof e||e<0||o(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},s.prototype.getMaxListeners=function(){return d(this)},s.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,a=this._events;if(void 0!==a)r=r&&void 0===a.error;else if(!r)return!1;if(r){var o;if(t.length>0&&(o=t[0]),o instanceof Error)throw o;var s=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw s.context=o,s}var l=a[e];if(void 0===l)return!1;if("function"===typeof l)i(l,this,t);else{var c=l.length,d=f(l,c);for(n=0;n<c;++n)i(d[n],this,t)}return!0},s.prototype.addListener=function(e,t){return u(this,e,t,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(e,t){return u(this,e,t,!0)},s.prototype.once=function(e,t){return c(t),this.on(e,p(this,e,t)),this},s.prototype.prependOnceListener=function(e,t){return c(t),this.prependListener(e,p(this,e,t)),this},s.prototype.removeListener=function(e,t){var n,r,a,i,o;if(c(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0===--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!==typeof n){for(a=-1,i=n.length-1;i>=0;i--)if(n[i]===t||n[i].listener===t){o=n[i].listener,a=i;break}if(a<0)return this;0===a?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,a),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,o||t)}return this},s.prototype.off=s.prototype.removeListener,s.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0===--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var a,i=Object.keys(n);for(r=0;r<i.length;++r)"removeListener"!==(a=i[r])&&this.removeAllListeners(a);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"===typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},s.prototype.listeners=function(e){return m(this,e,!0)},s.prototype.rawListeners=function(e){return m(this,e,!1)},s.listenerCount=function(e,t){return"function"===typeof e.listenerCount?e.listenerCount(t):g.call(e,t)},s.prototype.listenerCount=g,s.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},"../node_modules/facepaint/dist/index.es.js":function(e,t,n){"use strict";t.a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.literal,r=t.overlap,a=n?e:["&"].concat(e);function i(e){if("object"!==typeof e||null==e)return[];if(Array.isArray(e))return e.map(i);var t={},o={},s={};return Object.keys(e).forEach((function(l){var c=e[l];if(!Array.isArray(c)&&n&&(c=[c]),(n||Array.isArray(c))&&38!==l.charCodeAt(0)){var d=void 0;c.forEach((function(e,i){if((!r||d!==e)&&null!=e)if(d=e,0!==i||n)if(void 0===t[a[i]]){var o;t[a[i]]=((o={})[l]=e,o)}else t[a[i]][l]=e;else s[l]=e}))}else"object"===typeof c?o[l]=i(c):s[l]=c})),a.forEach((function(e){t[e]&&(s[e]=t[e])})),Object.assign(s,o),s}return function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.map(i)}}},"../node_modules/fast-deep-equal/index.js":function(e,t,n){"use strict";var r=Array.isArray,a=Object.keys,i=Object.prototype.hasOwnProperty;e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){var o,s,l,c=r(t),d=r(n);if(c&&d){if((s=t.length)!=n.length)return!1;for(o=s;0!==o--;)if(!e(t[o],n[o]))return!1;return!0}if(c!=d)return!1;var u=t instanceof Date,_=n instanceof Date;if(u!=_)return!1;if(u&&_)return t.getTime()==n.getTime();var p=t instanceof RegExp,m=n instanceof RegExp;if(p!=m)return!1;if(p&&m)return t.toString()==n.toString();var g=a(t);if((s=g.length)!==a(n).length)return!1;for(o=s;0!==o--;)if(!i.call(n,g[o]))return!1;for(o=s;0!==o--;)if(!e(t[l=g[o]],n[l]))return!1;return!0}return t!==t&&n!==n}},"../node_modules/fault/index.js":function(e,t,n){"use strict";var r=n("../node_modules/format/format.js"),a=i(Error);function i(e){return t.displayName=e.displayName||e.name,t;function t(t){return t&&(t=r.apply(null,arguments)),new e(t)}}e.exports=a,a.eval=i(EvalError),a.range=i(RangeError),a.reference=i(ReferenceError),a.syntax=i(SyntaxError),a.type=i(TypeError),a.uri=i(URIError),a.create=i},"../node_modules/format/format.js":function(e,t,n){!function(){var t;function n(e){for(var t,n,r,a,i=1,o=[].slice.call(arguments),s=0,l=e.length,c="",d=!1,u=!1,_=function(){return o[i++]},p=function(){for(var n="";/\d/.test(e[s]);)n+=e[s++],t=e[s];return n.length>0?parseInt(n):null};s<l;++s)if(t=e[s],d)switch(d=!1,"."==t?(u=!1,t=e[++s]):"0"==t&&"."==e[s+1]?(u=!0,t=e[s+=2]):u=!0,a=p(),t){case"b":c+=parseInt(_(),10).toString(2);break;case"c":c+="string"===typeof(n=_())||n instanceof String?n:String.fromCharCode(parseInt(n,10));break;case"d":c+=parseInt(_(),10);break;case"f":r=String(parseFloat(_()).toFixed(a||6)),c+=u?r:r.replace(/^0/,"");break;case"j":c+=JSON.stringify(_());break;case"o":c+="0"+parseInt(_(),10).toString(8);break;case"s":c+=_();break;case"x":c+="0x"+parseInt(_(),10).toString(16);break;case"X":c+="0x"+parseInt(_(),10).toString(16).toUpperCase();break;default:c+=t}else"%"===t?d=!0:c+=t;return c}(t=e.exports=n).format=n,t.vsprintf=function(e,t){return n.apply(null,[e].concat(t))},"undefined"!==typeof console&&"function"===typeof console.log&&(t.printf=function(){console.log(n.apply(null,arguments))})}()},"../node_modules/get-value/index.js":function(e,t){function n(e){return e?Array.isArray(e)?e.join("."):e:""}e.exports=function(e,t,r,a,i){if(null===(o=e)||"object"!==typeof o&&"function"!==typeof o||!t)return e;var o;if(t=n(t),r&&(t+="."+n(r)),a&&(t+="."+n(a)),i&&(t+="."+n(i)),t in e)return e[t];for(var s=t.split("."),l=s.length,c=-1;e&&++c<l;){for(var d=s[c];"\\"===d[d.length-1];)d=d.slice(0,-1)+"."+s[++c];e=e[d]}return e}},"../node_modules/github-buttons/dist/buttons.esm.js":function(e,t,n){"use strict";n.r(t),n.d(t,"render",(function(){return I}));var r=window.document,a=window.Math,i=window.HTMLElement,o=window.XMLHttpRequest,s=function(e,t){for(var n=0,r=e.length;n<r;n++)t(e[n])},l=function(e){return function(t,n,r){var a=e.createElement(t);if(null!=n)for(var i in n){var o=n[i];null!=o&&(null!=a[i]?a[i]=o:a.setAttribute(i,o))}return null!=r&&s(r,(function(t){a.appendChild("string"===typeof t?e.createTextNode(t):t)})),a}},c=l(r),d=function(e,t){return{}.hasOwnProperty.call(e,t)},u=function(e){return(""+e).toLowerCase()},_="github.com",p=o&&"prototype"in o&&"withCredentials"in o.prototype,m=p&&i&&"attachShadow"in i.prototype&&!("prototype"in i.prototype.attachShadow),g=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent("on"+t,n)},f=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent("on"+t,n)},h={light:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0969da;outline-offset:-2px}.btn{color:#24292f;background-color:#ebf0f4;border-color:#ccd1d5;border-color:rgba(27,31,36,.15);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f6f8fa'/%3e%3cstop offset='90%25' stop-color='%23ebf0f4'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #f6f8fa, #ebf0f4 90%);background-image:linear-gradient(180deg, #f6f8fa, #ebf0f4 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF6F8FA', endColorstr='#FFEAEFF3')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#e9ebef;background-position:0 -0.5em;border-color:#caccd1;border-color:rgba(27,31,36,.15);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f3f4f6'/%3e%3cstop offset='90%25' stop-color='%23e9ebef'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #f3f4f6, #e9ebef 90%);background-image:linear-gradient(180deg, #f3f4f6, #e9ebef 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF3F4F6', endColorstr='#FFE8EAEE')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#e5e9ed;border-color:#c7cbcf;border-color:rgba(27,31,36,.15);box-shadow:inset 0 .15em .3em rgba(27,31,36,.15);background-image:none;filter:none}.social-count{color:#24292f;background-color:#fff;border-color:#ddddde;border-color:rgba(27,31,36,.15)}.social-count:hover,.social-count:focus{color:#0969da}.octicon-heart{color:#bf3989}",light_high_contrast:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0349b4;outline-offset:-2px}.btn{color:#0e1116;background-color:#e7ecf0;border-color:#2f3237;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#c4cdd5;background-position:0 -0.5em;border-color:#282c32;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:active{background-color:#d8dde1;border-color:#2c2f34;border-color:rgba(1,4,9,.8);box-shadow:inset 0 .15em .3em rgba(1,4,9,.15)}.social-count{color:#0e1116;background-color:#fff;border-color:#34363a;border-color:rgba(1,4,9,.8)}.social-count:hover,.social-count:focus{color:#0349b4}.octicon-heart{color:#971368}",dark:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px}.btn{color:#c9d1d9;background-color:#1a1e23;border-color:#2f3439;border-color:rgba(240,246,252,.1);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2321262d'/%3e%3cstop offset='90%25' stop-color='%231a1e23'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #21262d, #1a1e23 90%);background-image:linear-gradient(180deg, #21262d, #1a1e23 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF21262D', endColorstr='#FF191D22')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#292e33;background-position:0 -0.5em;border-color:#8b949e;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2330363d'/%3e%3cstop offset='90%25' stop-color='%23292e33'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #30363d, #292e33 90%);background-image:linear-gradient(180deg, #30363d, #292e33 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF30363D', endColorstr='#FF282D32')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#161719;border-color:#8b949e;box-shadow:inset 0 .15em .3em rgba(1,4,9,.15);background-image:none;filter:none}.social-count{color:#c9d1d9;background-color:#0d1117;border-color:#24282e;border-color:rgba(240,246,252,.1)}.social-count:hover,.social-count:focus{color:#58a6ff}.octicon-heart{color:#db61a2}",dark_dimmed:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #539bf5;outline-offset:-2px}.btn{color:#adbac7;background-color:#30363d;border-color:#40464e;border-color:rgba(205,217,229,.1);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23373e47'/%3e%3cstop offset='90%25' stop-color='%2330363d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #373e47, #30363d 90%);background-image:linear-gradient(180deg, #373e47, #30363d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF373E47', endColorstr='#FF2F353C')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#3c444d;background-position:0 -0.5em;border-color:#768390;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23444c56'/%3e%3cstop offset='90%25' stop-color='%233c444d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #444c56, #3c444d 90%);background-image:linear-gradient(180deg, #444c56, #3c444d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF444C56', endColorstr='#FF3B434C')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#2e3031;border-color:#768390;box-shadow:inset 0 .15em .3em rgba(28,33,40,.15);background-image:none;filter:none}.social-count{color:#adbac7;background-color:#22272e;border-color:#333940;border-color:rgba(205,217,229,.1)}.social-count:hover,.social-count:focus{color:#539bf5}.octicon-heart{color:#c96198}",dark_high_contrast:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #71b7ff;outline-offset:-2px}.btn{color:#f0f3f6;background-color:#272b33;border-color:#7a828e;background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#4a515b;background-position:0 -0.5em;border-color:#bdc4cc;background-image:none;filter:none}.btn:active{background-color:#1d1d1f;border-color:#bdc4cc;box-shadow:inset 0 .15em .3em rgba(1,4,9,.15)}.social-count{color:#f0f3f6;background-color:#0a0c10;border-color:#7a828e}.social-count:hover,.social-count:focus{color:#71b7ff}.octicon-heart{color:#ef6eb1}"},E=function(e,t){return"@media(prefers-color-scheme:"+e+"){"+h[d(h,t)?t:e]+"}"},S=function(e){if(null==e)return h.light;if(d(h,e))return h[e];var t=function(e,t,n,r){null==t&&(t="&"),null==n&&(n="="),null==r&&(r=window.decodeURIComponent);var a={};return s(e.split(t),(function(e){if(""!==e){var t=e.split(n);a[r(t[0])]=null!=t[1]?r(t.slice(1).join(n)):void 0}})),a}(e,";",":",(function(e){return e.replace(/^[ \t\n\f\r]+|[ \t\n\f\r]+$/g,"")}));return h[d(h,t["no-preference"])?t["no-preference"]:"light"]+E("light",t.light)+E("dark",t.dark)},b={"comment-discussion":{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M1.5 2.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-3.5a.75.75 0 00-.53.22L3.5 11.44V9.25a.75.75 0 00-.75-.75h-1a.25.25 0 01-.25-.25v-5.5zM1.75 1A1.75 1.75 0 000 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 002.487 1.03L7.061 10h3.189A1.75 1.75 0 0012 8.25v-5.5A1.75 1.75 0 0010.25 1h-8.5zM14.5 4.75a.25.25 0 00-.25-.25h-.5a.75.75 0 110-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0114.25 12H14v1.543a1.457 1.457 0 01-2.487 1.03L9.22 12.28a.75.75 0 111.06-1.06l2.22 2.22v-2.19a.75.75 0 01.75-.75h1a.25.25 0 00.25-.25v-5.5z"></path>'}}},download:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z"></path>'}}},eye:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path>'}}},heart:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z"></path>'}}},"issue-opened":{heights:{16:{width:16,path:'<path d="M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path><path fill-rule="evenodd" d="M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z"></path>'}}},"mark-github":{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>'}}},package:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8.878.392a1.75 1.75 0 00-1.756 0l-5.25 3.045A1.75 1.75 0 001 4.951v6.098c0 .624.332 1.2.872 1.514l5.25 3.045a1.75 1.75 0 001.756 0l5.25-3.045c.54-.313.872-.89.872-1.514V4.951c0-.624-.332-1.2-.872-1.514L8.878.392zM7.875 1.69a.25.25 0 01.25 0l4.63 2.685L8 7.133 3.245 4.375l4.63-2.685zM2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432L2.5 5.677zm6.25 8.271l4.625-2.683a.25.25 0 00.125-.216V5.677L8.75 8.432v5.516z"></path>'}}},play:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z"></path>'}}},"repo-forked":{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path>'}}},"repo-template":{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M6 .75A.75.75 0 016.75 0h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 .75zm5 0a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V1.5h-.75A.75.75 0 0111 .75zM4.992.662a.75.75 0 01-.636.848c-.436.063-.783.41-.846.846a.75.75 0 01-1.485-.212A2.501 2.501 0 014.144.025a.75.75 0 01.848.637zM2.75 4a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 012.75 4zm10.5 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM2.75 8a.75.75 0 01.75.75v.268A1.72 1.72 0 013.75 9h.5a.75.75 0 010 1.5h-.5a.25.25 0 00-.25.25v.75c0 .28.114.532.3.714a.75.75 0 01-1.05 1.072A2.495 2.495 0 012 11.5V8.75A.75.75 0 012.75 8zm10.5 0a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5h1.75v-2h-.75a.75.75 0 010-1.5h.75v-.25a.75.75 0 01.75-.75zM6 9.75A.75.75 0 016.75 9h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 9.75zm-1 2.5v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>'}}},star:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path>'}}}},T=function(e,t){e=u(e).replace(/^octicon-/,""),d(b,e)||(e="mark-github");var n=t>=24&&24 in b[e].heights?24:16,r=b[e].heights[n];return'<svg viewBox="0 0 '+r.width+" "+n+'" width="'+t*r.width/n+'" height="'+t+'" class="octicon octicon-'+e+'" aria-hidden="true">'+r.path+"</svg>"},v={},y=function(e,t){var n=v[e]||(v[e]=[]);if(!(n.push(t)>1)){var r=function(e){var t;return function(){t||(t=1,e.apply(this,arguments))}}((function(){for(delete v[e];t=n.shift();)t.apply(null,arguments)}));if(p){var a=new o;g(a,"abort",r),g(a,"error",r),g(a,"load",(function(){var e;try{e=JSON.parse(this.responseText)}catch(t){return void r(t)}r(200!==this.status,e)})),a.open("GET",e),a.send()}else{var i=this||window;i._=function(e){i._=null,r(200!==e.meta.status,e.data)};var s=l(i.document)("script",{async:!0,src:e+(-1!==e.indexOf("?")?"&":"?")+"callback=_"}),c=function(){i._&&i._({meta:{}})};g(s,"load",c),g(s,"error",c),function(e,t,n){if(null!=e.readyState){var r=function(){if(t.test(e.readyState))return f(e,"readystatechange",r),n.apply(this,arguments)};g(e,"readystatechange",r)}}(s,/de|m/,c),i.document.getElementsByTagName("head")[0].appendChild(s)}}},C=function(e,t,n){var r=l(e.ownerDocument),a=e.appendChild(r("style",{type:"text/css"})),i="body{margin:0}a{text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:0;line-height:0;white-space:nowrap}.btn,.social-count{position:relative;display:inline-block;display:inline-flex;height:14px;padding:2px 5px;font-size:11px;font-weight:600;line-height:14px;vertical-align:bottom;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid}.btn{border-radius:.25em}.btn:not(:last-child){border-radius:.25em 0 0 .25em}.social-count{border-left:0;border-radius:0 .25em .25em 0}.widget-lg .btn,.widget-lg .social-count{height:16px;padding:5px 10px;font-size:12px;line-height:16px}.octicon{display:inline-block;vertical-align:text-top;fill:currentColor;overflow:visible}"+S(t["data-color-scheme"]);a.styleSheet?a.styleSheet.cssText=i:a.appendChild(e.ownerDocument.createTextNode(i));var o="large"===u(t["data-size"]),s=r("a",{className:"btn",href:t.href,rel:"noopener",target:"_blank",title:t.title||void 0,"aria-label":t["aria-label"]||void 0,innerHTML:T(t["data-icon"],o?16:14)+"&nbsp;"},[r("span",{},[t["data-text"]||""])]),c=e.appendChild(r("div",{className:"widget"+(o?" widget-lg":"")},[s])),d=s.hostname.replace(/\.$/,"");if(("."+d).substring(d.length-_.length)!=="."+_)return s.removeAttribute("href"),void n(c);var p=(" /"+s.pathname).split(/\/+/);if(((d===_||d==="gist."+_)&&"archive"===p[3]||d===_&&"releases"===p[3]&&("download"===p[4]||"latest"===p[4]&&"download"===p[5])||d==="codeload."+_)&&(s.target="_top"),"true"===u(t["data-show-count"])&&d===_&&"marketplace"!==p[1]&&"sponsors"!==p[1]&&"orgs"!==p[1]&&"users"!==p[1]&&"-"!==p[1]){var m,g;if(!p[2]&&p[1])g="followers",m="?tab=followers";else if(!p[3]&&p[2])g="stargazers_count",m="/stargazers";else if(p[4]||"subscription"!==p[3])if(p[4]||"fork"!==p[3]){if("issues"!==p[3])return void n(c);g="open_issues_count",m="/issues"}else g="forks_count",m="/network/members";else g="subscribers_count",m="/watchers";var f=p[2]?"/repos/"+p[1]+"/"+p[2]:"/users/"+p[1];y.call(this,"https://api.github.com"+f,(function(e,t){if(!e){var a=t[g];c.appendChild(r("a",{className:"social-count",href:t.html_url+m,rel:"noopener",target:"_blank","aria-label":a+" "+g.replace(/_count$/,"").replace("_"," ").slice(0,a<2?-1:void 0)+" on GitHub"},[(""+a).replace(/\B(?=(\d{3})+(?!\d))/g,",")]))}n(c)}))}else n(c)},O=window.devicePixelRatio||1,N=function(e){return(O>1?a.ceil(a.round(e*O)/O*2)/2:a.ceil(e))||0},R=function(e,t){e.style.width=t[0]+"px",e.style.height=t[1]+"px"},I=function(e,t){if(null!=e&&null!=t)if(e.getAttribute&&(e=function(e){var t={href:e.href,title:e.title,"aria-label":e.getAttribute("aria-label")};return s(["icon","color-scheme","text","size","show-count"],(function(n){var r="data-"+n;t[r]=e.getAttribute(r)})),null==t["data-text"]&&(t["data-text"]=e.textContent||e.innerText),t}(e)),m){var n=c("span");C(n.attachShadow({mode:"closed"}),e,(function(){t(n)}))}else{var i=c("iframe",{src:"javascript:0",title:e.title||void 0,allowtransparency:!0,scrolling:"no",frameBorder:0});R(i,[0,0]),i.style.border="none";var o=function(){var n,s=i.contentWindow;try{n=s.document.body}catch(l){return void r.body.appendChild(i.parentNode.removeChild(i))}f(i,"load",o),C.call(s,n,e,(function(n){var r=function(e){var t=e.offsetWidth,n=e.offsetHeight;if(e.getBoundingClientRect){var r=e.getBoundingClientRect();t=a.max(t,N(r.width)),n=a.max(n,N(r.height))}return[t,n]}(n);i.parentNode.removeChild(i),function(e,t,n){var r=function(){return f(e,t,r),n.apply(this,arguments)};g(e,t,r)}(i,"load",(function(){R(i,r)})),i.src="https://unpkg.com/github-buttons@2.22.1/dist/buttons.html#"+(i.name=function(e,t,n,r){null==t&&(t="&"),null==n&&(n="="),null==r&&(r=window.encodeURIComponent);var a=[];for(var i in e){var o=e[i];null!=o&&a.push(r(i)+n+r(o))}return a.join(t)}(e)),t(i)}))};g(i,"load",o),r.body.appendChild(i)}}},"../node_modules/gud/index.js":function(e,t,n){"use strict";(function(t){var n="__global_unique_id__";e.exports=function(){return t[n]=(t[n]||0)+1}}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/hash-source/src/dist/createHashSource.js":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e){var t=window.location.href.indexOf("#");window.location.replace(window.location.href.slice(0,t>=0?t:0)+"#"+e)},a=function(e){var t,n;return{pathname:e||(t=window.location.href,-1===(n=t.indexOf("#"))?"":t.substring(n+1)),search:""}};t.default=function(){var e=a();return function(e){""===e.pathname&&r("/")}(e),{get location(){return a()},addEventListener:function(e,t){window.addEventListener(e,t)},removeEventListener:function(e,t){window.removeEventListener(e,t)},history:{state:e,pushState:function(t,n,r){var i;e=a(r),i=r,window.location.hash=i},replaceState:function(t,n,i){e=a(i),r(i)}}}}},"../node_modules/highlight.js/lib/highlight.js":function(e,t,n){!function(e){"object"===typeof window&&window||"object"===typeof self&&self;(function(e){var t=[],n=Object.keys,r={},a={},i=/^(no-?highlight|plain|text)$/i,o=/\blang(?:uage)?-([\w-]+)\b/i,s=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,l={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};function c(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function d(e){return e.nodeName.toLowerCase()}function u(e,t){var n=e&&e.exec(t);return n&&0===n.index}function _(e){return i.test(e)}function p(e){var t,n={},r=Array.prototype.slice.call(arguments,1);for(t in e)n[t]=e[t];return r.forEach((function(e){for(t in e)n[t]=e[t]})),n}function m(e){var t=[];return function e(n,r){for(var a=n.firstChild;a;a=a.nextSibling)3===a.nodeType?r+=a.nodeValue.length:1===a.nodeType&&(t.push({event:"start",offset:r,node:a}),r=e(a,r),d(a).match(/br|hr|img|input/)||t.push({event:"stop",offset:r,node:a}));return r}(e,0),t}function g(e){function t(e){return e&&e.source||e}function r(n,r){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}!function a(i,o){if(!i.compiled){if(i.compiled=!0,i.keywords=i.keywords||i.beginKeywords,i.keywords){var s={},l=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach((function(e){var n=e.split("|");s[n[0]]=[t,n[1]?Number(n[1]):1]}))};"string"===typeof i.keywords?l("keyword",i.keywords):n(i.keywords).forEach((function(e){l(e,i.keywords[e])})),i.keywords=s}i.lexemesRe=r(i.lexemes||/\w+/,!0),o&&(i.beginKeywords&&(i.begin="\\b("+i.beginKeywords.split(" ").join("|")+")\\b"),i.begin||(i.begin=/\B|\b/),i.beginRe=r(i.begin),i.endSameAsBegin&&(i.end=i.begin),i.end||i.endsWithParent||(i.end=/\B|\b/),i.end&&(i.endRe=r(i.end)),i.terminator_end=t(i.end)||"",i.endsWithParent&&o.terminator_end&&(i.terminator_end+=(i.end?"|":"")+o.terminator_end)),i.illegal&&(i.illegalRe=r(i.illegal)),null==i.relevance&&(i.relevance=1),i.contains||(i.contains=[]),i.contains=Array.prototype.concat.apply([],i.contains.map((function(e){return function(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map((function(t){return p(e,{variants:null},t)}))),e.cached_variants||e.endsWithParent&&[p(e)]||[e]}("self"===e?i:e)}))),i.contains.forEach((function(e){a(e,i)})),i.starts&&a(i.starts,o);var c=i.contains.map((function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin})).concat([i.terminator_end,i.illegal]).map(t).filter(Boolean);i.terminators=c.length?r(c.join("|"),!0):{exec:function(){return null}}}}(e)}function f(e,t,n,a){function i(e){return new RegExp(e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function o(e,t){var n=m.case_insensitive?t[0].toLowerCase():t[0];return e.keywords.hasOwnProperty(n)&&e.keywords[n]}function s(e,t,n,r){var a='<span class="'+(r?"":l.classPrefix);return(a+=e+'">')+t+(n?"":"</span>")}function d(){v+=null!=S.subLanguage?function(){var e="string"===typeof S.subLanguage;if(e&&!r[S.subLanguage])return c(y);var t=e?f(S.subLanguage,y,!0,b[S.subLanguage]):h(y,S.subLanguage.length?S.subLanguage:void 0);return S.relevance>0&&(C+=t.relevance),e&&(b[S.subLanguage]=t.top),s(t.language,t.value,!1,!0)}():function(){var e,t,n,r;if(!S.keywords)return c(y);for(r="",t=0,S.lexemesRe.lastIndex=0,n=S.lexemesRe.exec(y);n;)r+=c(y.substring(t,n.index)),(e=o(S,n))?(C+=e[1],r+=s(e[0],c(n[0]))):r+=c(n[0]),t=S.lexemesRe.lastIndex,n=S.lexemesRe.exec(y);return r+c(y.substr(t))}(),y=""}function _(e){v+=e.className?s(e.className,"",!0):"",S=Object.create(e,{parent:{value:S}})}function p(e,t){if(y+=e,null==t)return d(),0;var r=function(e,t){var n,r;for(n=0,r=t.contains.length;n<r;n++)if(u(t.contains[n].beginRe,e))return t.contains[n].endSameAsBegin&&(t.contains[n].endRe=i(t.contains[n].beginRe.exec(e)[0])),t.contains[n]}(t,S);if(r)return r.skip?y+=t:(r.excludeBegin&&(y+=t),d(),r.returnBegin||r.excludeBegin||(y=t)),_(r),r.returnBegin?0:t.length;var a=function e(t,n){if(u(t.endRe,n)){for(;t.endsParent&&t.parent;)t=t.parent;return t}if(t.endsWithParent)return e(t.parent,n)}(S,t);if(a){var o=S;o.skip?y+=t:(o.returnEnd||o.excludeEnd||(y+=t),d(),o.excludeEnd&&(y=t));do{S.className&&(v+="</span>"),S.skip||S.subLanguage||(C+=S.relevance),S=S.parent}while(S!==a.parent);return a.starts&&(a.endSameAsBegin&&(a.starts.endRe=a.endRe),_(a.starts)),o.returnEnd?0:t.length}if(function(e,t){return!n&&u(t.illegalRe,e)}(t,S))throw new Error('Illegal lexeme "'+t+'" for mode "'+(S.className||"<unnamed>")+'"');return y+=t,t.length||1}var m=T(e);if(!m)throw new Error('Unknown language: "'+e+'"');g(m);var E,S=a||m,b={},v="";for(E=S;E!==m;E=E.parent)E.className&&(v=s(E.className,"",!0)+v);var y="",C=0;try{for(var O,N,R=0;S.terminators.lastIndex=R,O=S.terminators.exec(t);)N=p(t.substring(R,O.index),O[0]),R=O.index+N;for(p(t.substr(R)),E=S;E.parent;E=E.parent)E.className&&(v+="</span>");return{relevance:C,value:v,language:e,top:S}}catch(I){if(I.message&&-1!==I.message.indexOf("Illegal"))return{relevance:0,value:c(t)};throw I}}function h(e,t){t=t||l.languages||n(r);var a={relevance:0,value:c(e)},i=a;return t.filter(T).filter(v).forEach((function(t){var n=f(t,e,!1);n.language=t,n.relevance>i.relevance&&(i=n),n.relevance>a.relevance&&(i=a,a=n)})),i.language&&(a.second_best=i),a}function E(e){return l.tabReplace||l.useBR?e.replace(s,(function(e,t){return l.useBR&&"\n"===e?"<br>":l.tabReplace?t.replace(/\t/g,l.tabReplace):""})):e}function S(e){var n,r,i,s,u,p=function(e){var t,n,r,a,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",n=o.exec(i))return T(n[1])?n[1]:"no-highlight";for(t=0,r=(i=i.split(/\s+/)).length;t<r;t++)if(_(a=i[t])||T(a))return a}(e);_(p)||(l.useBR?(n=document.createElementNS("http://www.w3.org/1999/xhtml","div")).innerHTML=e.innerHTML.replace(/\n/g,"").replace(/<br[ \/]*>/g,"\n"):n=e,u=n.textContent,i=p?f(p,u,!0):h(u),(r=m(n)).length&&((s=document.createElementNS("http://www.w3.org/1999/xhtml","div")).innerHTML=i.value,i.value=function(e,n,r){var a=0,i="",o=[];function s(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset<n[0].offset?e:n:"start"===n[0].event?e:n:e.length?e:n}function l(e){i+="<"+d(e)+t.map.call(e.attributes,(function(e){return" "+e.nodeName+'="'+c(e.value).replace('"',"&quot;")+'"'})).join("")+">"}function u(e){i+="</"+d(e)+">"}function _(e){("start"===e.event?l:u)(e.node)}for(;e.length||n.length;){var p=s();if(i+=c(r.substring(a,p[0].offset)),a=p[0].offset,p===e){o.reverse().forEach(u);do{_(p.splice(0,1)[0]),p=s()}while(p===e&&p.length&&p[0].offset===a);o.reverse().forEach(l)}else"start"===p[0].event?o.push(p[0].node):o.pop(),_(p.splice(0,1)[0])}return i+c(r.substr(a))}(r,m(s),u)),i.value=E(i.value),e.innerHTML=i.value,e.className=function(e,t,n){var r=t?a[t]:n,i=[e.trim()];return e.match(/\bhljs\b/)||i.push("hljs"),-1===e.indexOf(r)&&i.push(r),i.join(" ").trim()}(e.className,p,i.language),e.result={language:i.language,re:i.relevance},i.second_best&&(e.second_best={language:i.second_best.language,re:i.second_best.relevance}))}function b(){if(!b.called){b.called=!0;var e=document.querySelectorAll("pre code");t.forEach.call(e,S)}}function T(e){return e=(e||"").toLowerCase(),r[e]||r[a[e]]}function v(e){var t=T(e);return t&&!t.disableAutodetect}e.highlight=f,e.highlightAuto=h,e.fixMarkup=E,e.highlightBlock=S,e.configure=function(e){l=p(l,e)},e.initHighlighting=b,e.initHighlightingOnLoad=function(){addEventListener("DOMContentLoaded",b,!1),addEventListener("load",b,!1)},e.registerLanguage=function(t,n){var i=r[t]=n(e);i.aliases&&i.aliases.forEach((function(e){a[e]=t}))},e.listLanguages=function(){return n(r)},e.getLanguage=T,e.autoDetection=v,e.inherit=p,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,n,r){var a=e.inherit({className:"comment",begin:t,end:n,contains:[]},r||{});return a.contains.push(e.PHRASAL_WORDS_MODE),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),a},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0}})(t)}()},"../node_modules/highlight.js/lib/languages/1c.js":function(e,t){e.exports=function(e){var t="[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]+",n="\u0434\u0430\u043b\u0435\u0435 \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0434\u043b\u044f \u0435\u0441\u043b\u0438 \u0438 \u0438\u0437 \u0438\u043b\u0438 \u0438\u043d\u0430\u0447\u0435 \u0438\u043d\u0430\u0447\u0435\u0435\u0441\u043b\u0438 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043a\u043e\u043d\u0435\u0446\u0435\u0441\u043b\u0438 \u043a\u043e\u043d\u0435\u0446\u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u043a\u043e\u043d\u0435\u0446\u0446\u0438\u043a\u043b\u0430 \u043d\u0435 \u043d\u043e\u0432\u044b\u0439 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u0435\u0440\u0435\u043c \u043f\u043e \u043f\u043e\u043a\u0430 \u043f\u043e\u043f\u044b\u0442\u043a\u0430 \u043f\u0440\u0435\u0440\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0442\u043e\u0433\u0434\u0430 \u0446\u0438\u043a\u043b \u044d\u043a\u0441\u043f\u043e\u0440\u0442 ",r="null \u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u043e\u0436\u044c \u043d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e",a=e.inherit(e.NUMBER_MODE),i={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},o={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},s=e.inherit(e.C_LINE_COMMENT_MODE);return{case_insensitive:!0,lexemes:t,keywords:{keyword:n,built_in:"\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0440\u043e\u043a \u0441\u0438\u043c\u0432\u043e\u043b\u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0438 ansitooem oemtoansi \u0432\u0432\u0435\u0441\u0442\u0438\u0432\u0438\u0434\u0441\u0443\u0431\u043a\u043e\u043d\u0442\u043e \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435 \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u0435\u0440\u0438\u043e\u0434 \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u0434\u0430\u0442\u0430\u0433\u043e\u0434 \u0434\u0430\u0442\u0430\u043c\u0435\u0441\u044f\u0446 \u0434\u0430\u0442\u0430\u0447\u0438\u0441\u043b\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0441\u0442\u0440\u043e\u043a\u0443 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0441\u0442\u0440\u043e\u043a\u0438 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0438\u0431 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043a\u043e\u0434\u0441\u0438\u043c\u0432 \u043a\u043e\u043d\u0433\u043e\u0434\u0430 \u043a\u043e\u043d\u0435\u0446\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043a\u043e\u043d\u0435\u0446\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043a\u043e\u043d\u0435\u0446\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430 \u043a\u043e\u043d\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043a\u043e\u043d\u043c\u0435\u0441\u044f\u0446\u0430 \u043a\u043e\u043d\u043d\u0435\u0434\u0435\u043b\u0438 \u043b\u043e\u0433 \u043b\u043e\u043310 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0441\u0443\u0431\u043a\u043e\u043d\u0442\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043d\u0430\u0431\u043e\u0440\u0430\u043f\u0440\u0430\u0432 \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c\u0432\u0438\u0434 \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c\u0441\u0447\u0435\u0442 \u043d\u0430\u0439\u0442\u0438\u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430 \u043d\u0430\u0447\u0433\u043e\u0434\u0430 \u043d\u0430\u0447\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043d\u0430\u0447\u043c\u0435\u0441\u044f\u0446\u0430 \u043d\u0430\u0447\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u043e\u043c\u0435\u0440\u0434\u043d\u044f\u0433\u043e\u0434\u0430 \u043d\u043e\u043c\u0435\u0440\u0434\u043d\u044f\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u043e\u043c\u0435\u0440\u043d\u0435\u0434\u0435\u043b\u0438\u0433\u043e\u0434\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0430\u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u044f\u0437\u044b\u043a \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u043e\u043a\u043d\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043f\u0435\u0440\u0438\u043e\u0434\u0441\u0442\u0440 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u0430\u0442\u0443\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0443\u0441\u0442\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0442\u0430 \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u043f\u0438\u0441\u044c \u043f\u0443\u0441\u0442\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u043c \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043d\u0430 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043f\u043e \u0441\u0438\u043c\u0432 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442 \u0441\u0442\u0430\u0442\u0443\u0441\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u0441\u0442\u0440\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0441\u0442\u0440\u043e\u043a \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0441\u0447\u0435\u0442\u043f\u043e\u043a\u043e\u0434\u0443 \u0442\u0435\u043a\u0443\u0449\u0435\u0435\u0432\u0440\u0435\u043c\u044f \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0441\u0442\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0442\u0430\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0442\u0430\u043f\u043e \u0444\u0438\u043a\u0441\u0448\u0430\u0431\u043b\u043e\u043d \u0448\u0430\u0431\u043b\u043e\u043d acos asin atan base64\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 base64\u0441\u0442\u0440\u043e\u043a\u0430 cos exp log log10 pow sin sqrt tan xml\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 xml\u0441\u0442\u0440\u043e\u043a\u0430 xml\u0442\u0438\u043f xml\u0442\u0438\u043f\u0437\u043d\u0447 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0435\u043e\u043a\u043d\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0443\u043b\u0435\u0432\u043e \u0432\u0432\u0435\u0441\u0442\u0438\u0434\u0430\u0442\u0443 \u0432\u0432\u0435\u0441\u0442\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0432\u0435\u0441\u0442\u0438\u0441\u0442\u0440\u043e\u043a\u0443 \u0432\u0432\u0435\u0441\u0442\u0438\u0447\u0438\u0441\u043b\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u0447\u0442\u0435\u043d\u0438\u044fxml \u0432\u043e\u043f\u0440\u043e\u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u0433 \u0432\u044b\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u043f\u0440\u0430\u0432\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u044c \u0433\u043e\u0434 \u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b\u0432\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u0430\u0442\u0430 \u0434\u0435\u043d\u044c \u0434\u0435\u043d\u044c\u0433\u043e\u0434\u0430 \u0434\u0435\u043d\u044c\u043d\u0435\u0434\u0435\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c\u043c\u0435\u0441\u044f\u0446 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0434\u043b\u044f\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0437\u0430\u043a\u0440\u044b\u0442\u044c\u0441\u043f\u0440\u0430\u0432\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044cjson \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044cxml \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0434\u0430\u0442\u0443json \u0437\u0430\u043f\u0438\u0441\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c\u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0441\u0442\u0440\u043e\u043a\u0443\u0432\u043d\u0443\u0442\u0440 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0444\u0430\u0439\u043b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0441\u0442\u0440\u043e\u043a\u0438\u0432\u043d\u0443\u0442\u0440 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u0438\u0437xml\u0442\u0438\u043f\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u043c\u043e\u0434\u0435\u043b\u0438xdto \u0438\u043c\u044f\u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430 \u0438\u043c\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435\u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u043e\u0431\u043e\u0448\u0438\u0431\u043a\u0435 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438\u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445\u0444\u0430\u0439\u043b\u043e\u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u043a\u043e\u0434\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043a\u043e\u0434\u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043a\u043e\u043d\u0435\u0446\u0433\u043e\u0434\u0430 \u043a\u043e\u043d\u0435\u0446\u0434\u043d\u044f \u043a\u043e\u043d\u0435\u0446\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043a\u043e\u043d\u0435\u0446\u043c\u0435\u0441\u044f\u0446\u0430 \u043a\u043e\u043d\u0435\u0446\u043c\u0438\u043d\u0443\u0442\u044b \u043a\u043e\u043d\u0435\u0446\u043d\u0435\u0434\u0435\u043b\u0438 \u043a\u043e\u043d\u0435\u0446\u0447\u0430\u0441\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0444\u0430\u0439\u043b \u043a\u0440\u0430\u0442\u043a\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043b\u0435\u0432 \u043c\u0430\u043a\u0441 \u043c\u0435\u0441\u0442\u043d\u043e\u0435\u0432\u0440\u0435\u043c\u044f \u043c\u0435\u0441\u044f\u0446 \u043c\u0438\u043d \u043c\u0438\u043d\u0443\u0442\u0430 \u043c\u043e\u043d\u043e\u043f\u043e\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u043d\u0430\u0439\u0442\u0438 \u043d\u0430\u0439\u0442\u0438\u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u044bxml \u043d\u0430\u0439\u0442\u0438\u043e\u043a\u043d\u043e\u043f\u043e\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0441\u0441\u044b\u043b\u043a\u0435 \u043d\u0430\u0439\u0442\u0438\u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435\u043d\u0430\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0439\u0442\u0438\u043f\u043e\u0441\u0441\u044b\u043b\u043a\u0430\u043c \u043d\u0430\u0439\u0442\u0438\u0444\u0430\u0439\u043b\u044b \u043d\u0430\u0447\u0430\u043b\u043e\u0433\u043e\u0434\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u0434\u043d\u044f \u043d\u0430\u0447\u0430\u043b\u043e\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u043c\u0435\u0441\u044f\u0446\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u043c\u0438\u043d\u0443\u0442\u044b \u043d\u0430\u0447\u0430\u043b\u043e\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u0447\u0430\u0441\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0437\u0430\u043f\u0440\u043e\u0441\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u0437\u0430\u043f\u0443\u0441\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0438\u0441\u043a\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043d\u0435\u0434\u0435\u043b\u044f\u0433\u043e\u0434\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043d\u043e\u043c\u0435\u0440\u0441\u0435\u0430\u043d\u0441\u0430\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043d\u043e\u043c\u0435\u0440\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043d\u0440\u0435\u0433 \u043d\u0441\u0442\u0440 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044e\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043e\u043a\u0440 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043e\u043f\u043e\u0432\u0435\u0441\u0442\u0438\u0442\u044c \u043e\u043f\u043e\u0432\u0435\u0441\u0442\u0438\u0442\u044c\u043e\u0431\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0437\u0430\u043f\u0440\u043e\u0441\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0438\u043d\u0434\u0435\u043a\u0441\u0441\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435\u0441\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0441\u043f\u0440\u0430\u0432\u043a\u0443 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0444\u043e\u0440\u043c\u0443 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0444\u043e\u0440\u043c\u0443\u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u0435\u0440\u0435\u0439\u0442\u0438\u043f\u043e\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0441\u0441\u044b\u043b\u043a\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0437\u0430\u043f\u0440\u043e\u0441\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0434\u0430\u0442\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0447\u0438\u0441\u043b\u0430 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u043e\u043f\u0440\u043e\u0441 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\u043e\u0431\u043e\u0448\u0438\u0431\u043a\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043d\u0430\u043a\u0430\u0440\u0442\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u043d\u043e\u0435\u0438\u043c\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044ccom\u043e\u0431\u044a\u0435\u043a\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044cxml\u0442\u0438\u043f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0430\u0434\u0440\u0435\u0441\u043f\u043e\u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0443\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043f\u044f\u0449\u0435\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0441\u044b\u043f\u0430\u043d\u0438\u044f\u043f\u0430\u0441\u0441\u0438\u0432\u043d\u043e\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0432\u044b\u0431\u043e\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u043a\u043e\u0434\u044b\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0447\u0430\u0441\u043e\u0432\u044b\u0435\u043f\u043e\u044f\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0437\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043c\u044f\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0444\u0430\u0439\u043b\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043c\u044f\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\u044d\u043a\u0440\u0430\u043d\u043e\u0432\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043a\u0440\u0430\u0442\u043a\u0438\u0439\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u043a\u0435\u0442\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0430\u0434\u0440\u0435\u0441\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e\u0434\u043b\u0438\u043d\u0443\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u0443\u044e\u0441\u0441\u044b\u043b\u043a\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u0443\u044e\u0441\u0441\u044b\u043b\u043a\u0443\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u0449\u0438\u0439\u043c\u0430\u043a\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u0449\u0443\u044e\u0444\u043e\u0440\u043c\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u043a\u043d\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0443\u044e\u043e\u0442\u043c\u0435\u0442\u043a\u0443\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e\u0440\u0435\u0436\u0438\u043c\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445\u043e\u043f\u0446\u0438\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u043e\u043b\u043d\u043e\u0435\u0438\u043c\u044f\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445\u0441\u0441\u044b\u043b\u043e\u043a \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0438\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0435\u0430\u043d\u0441\u044b\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430odata \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0441\u0435\u0430\u043d\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u043e\u0440\u043c\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0443\u044e\u043e\u043f\u0446\u0438\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0443\u044e\u043e\u043f\u0446\u0438\u044e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438\u043e\u0441 \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0432\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0435\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435 \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043f\u0440\u0430\u0432 \u043f\u0440\u0430\u0432\u043e\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043a\u043e\u0434\u0430\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0430\u0432\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0447\u0430\u0441\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u044f\u0441\u0430 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0438\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c\u0432\u044b\u0437\u043e\u0432 \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044cjson \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044cxml \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c\u0434\u0430\u0442\u0443json \u043f\u0443\u0441\u0442\u0430\u044f\u0441\u0442\u0440\u043e\u043a\u0430 \u0440\u0430\u0431\u043e\u0447\u0438\u0439\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0434\u043b\u044f\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u0440\u0430\u0437\u043e\u0440\u0432\u0430\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0441\u0432\u043d\u0435\u0448\u043d\u0438\u043c\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u0440\u043e\u043b\u044c\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0441\u0435\u043a\u0443\u043d\u0434\u0430 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0438\u043c\u0432\u043e\u043b \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u043b\u0435\u0442\u043d\u0435\u0433\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0431\u0443\u0444\u0435\u0440\u044b\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u0444\u0430\u0431\u0440\u0438\u043a\u0443xdto \u0441\u043e\u043a\u0440\u043b \u0441\u043e\u043a\u0440\u043b\u043f \u0441\u043e\u043a\u0440\u043f \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0440\u0435\u0434 \u0441\u0442\u0440\u0434\u043b\u0438\u043d\u0430 \u0441\u0442\u0440\u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f\u043d\u0430 \u0441\u0442\u0440\u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u043d\u0430\u0439\u0442\u0438 \u0441\u0442\u0440\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f\u0441 \u0441\u0442\u0440\u043e\u043a\u0430 \u0441\u0442\u0440\u043e\u043a\u0430\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0441\u0442\u0440\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0442\u0440\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u0442\u0440\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u0447\u0438\u0441\u043b\u043e\u0432\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0439 \u0441\u0442\u0440\u0447\u0438\u0441\u043b\u043e\u0441\u0442\u0440\u043e\u043a \u0441\u0442\u0440\u0448\u0430\u0431\u043b\u043e\u043d \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0434\u0430\u0442\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0434\u0430\u0442\u0430\u0441\u0435\u0430\u043d\u0441\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f\u0434\u0430\u0442\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f\u0434\u0430\u0442\u0430\u0432\u043c\u0438\u043b\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u0448\u0440\u0438\u0444\u0442\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u043a\u043e\u0434\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u044f\u0437\u044b\u043a \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u044f\u0437\u044b\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0442\u0438\u043f \u0442\u0438\u043f\u0437\u043d\u0447 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0430\u043a\u0442\u0438\u0432\u043d\u0430 \u0442\u0440\u0435\u0433 \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0438\u0437\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u043e\u0435\u0432\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0443\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043f\u044f\u0449\u0435\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0441\u044b\u043f\u0430\u043d\u0438\u044f\u043f\u0430\u0441\u0441\u0438\u0432\u043d\u043e\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043a\u0440\u0430\u0442\u043a\u0438\u0439\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e\u0434\u043b\u0438\u043d\u0443\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043c\u043e\u043d\u043e\u043f\u043e\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e\u0440\u0435\u0436\u0438\u043c\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445\u043e\u043f\u0446\u0438\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0438\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0441\u0432\u043d\u0435\u0448\u043d\u0438\u043c\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0438\u0444\u043e\u0440\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430odata \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0441\u0435\u0430\u043d\u0441\u0430 \u0444\u043e\u0440\u043c\u0430\u0442 \u0446\u0435\u043b \u0447\u0430\u0441 \u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441 \u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0441\u0435\u0430\u043d\u0441\u0430 \u0447\u0438\u0441\u043b\u043e \u0447\u0438\u0441\u043b\u043e\u043f\u0440\u043e\u043f\u0438\u0441\u044c\u044e \u044d\u0442\u043e\u0430\u0434\u0440\u0435\u0441\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 ws\u0441\u0441\u044b\u043b\u043a\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043c\u0430\u043a\u0435\u0442\u043e\u0432\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0441\u0442\u0438\u043b\u0435\u0439 \u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u043e\u0442\u0447\u0435\u0442\u044b \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435\u043f\u043e\u043a\u0443\u043f\u043a\u0438 \u0433\u043b\u0430\u0432\u043d\u044b\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0433\u043b\u0430\u0432\u043d\u044b\u0439\u0441\u0442\u0438\u043b\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0435\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u0436\u0443\u0440\u043d\u0430\u043b\u044b\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0437\u0430\u0434\u0430\u0447\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u043e\u0431\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0447\u0435\u0439\u0434\u0430\u0442\u044b \u0438\u0441\u0442\u043e\u0440\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0438\u043e\u0442\u0431\u043e\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u043a\u043b\u0430\u043c\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0445\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u043e\u0442\u0447\u0435\u0442\u044b \u043f\u0430\u043d\u0435\u043b\u044c\u0437\u0430\u0434\u0430\u0447\u043e\u0441 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u043d\u044b\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043f\u043b\u0430\u043d\u044b\u0432\u0438\u0434\u043e\u0432\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a \u043f\u043b\u0430\u043d\u044b\u043e\u0431\u043c\u0435\u043d\u0430 \u043f\u043b\u0430\u043d\u044b\u0441\u0447\u0435\u0442\u043e\u0432 \u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u043f\u043e\u0438\u0441\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445\u043f\u043e\u043a\u0443\u043f\u043e\u043a \u0440\u0430\u0431\u043e\u0447\u0430\u044f\u0434\u0430\u0442\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0438\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0441\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u044b\u0435\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440xdto \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u0433\u0435\u043e\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0440\u0435\u043a\u043b\u0430\u043c\u044b \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043f\u043e\u0447\u0442\u044b \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0438\u0438 \u0444\u0430\u0431\u0440\u0438\u043a\u0430xdto \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435\u043f\u043e\u0442\u043e\u043a\u0438 \u0444\u043e\u043d\u043e\u0432\u044b\u0435\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432\u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043e\u0431\u0449\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0445\u0441\u043f\u0438\u0441\u043a\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a ",class:"web\u0446\u0432\u0435\u0442\u0430 windows\u0446\u0432\u0435\u0442\u0430 windows\u0448\u0440\u0438\u0444\u0442\u044b \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u0440\u0430\u043c\u043a\u0438\u0441\u0442\u0438\u043b\u044f \u0441\u0438\u043c\u0432\u043e\u043b\u044b \u0446\u0432\u0435\u0442\u0430\u0441\u0442\u0438\u043b\u044f \u0448\u0440\u0438\u0444\u0442\u044b\u0441\u0442\u0438\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c\u044b\u0432\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f\u0432\u0444\u043e\u0440\u043c\u0435 \u0430\u0432\u0442\u043e\u0440\u0430\u0437\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0435\u0441\u0435\u0440\u0438\u0439 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0438\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0432\u044b\u0441\u043e\u0442\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0430\u044f\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0430\u0444\u043e\u0440\u043c\u044b \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0432\u0438\u0434\u0433\u0440\u0443\u043f\u043f\u044b\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u0435\u043a\u043e\u0440\u0430\u0446\u0438\u0438\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0438\u0434\u043a\u043d\u043e\u043f\u043a\u0438\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044f \u0432\u0438\u0434\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u0432\u0438\u0434\u043f\u043e\u043b\u044f\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0444\u043b\u0430\u0436\u043a\u0430 \u0432\u043b\u0438\u044f\u043d\u0438\u0435\u0440\u0430\u0437\u043c\u0435\u0440\u0430\u043d\u0430\u043f\u0443\u0437\u044b\u0440\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430\u043a\u043e\u043b\u043e\u043d\u043e\u043a \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0444\u043e\u0440\u043c\u044b \u0433\u0440\u0443\u043f\u043f\u044b\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u044f \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u043c\u0435\u0436\u0434\u0443\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438\u0444\u043e\u0440\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0432\u044b\u0432\u043e\u0434\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u043b\u043e\u0441\u044b\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0442\u043e\u0447\u043a\u0438\u0431\u0438\u0440\u0436\u0435\u0432\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0438\u0441\u0442\u043e\u0440\u0438\u044f\u0432\u044b\u0431\u043e\u0440\u0430\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043e\u0441\u0438\u0442\u043e\u0447\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0440\u0430\u0437\u043c\u0435\u0440\u0430\u043f\u0443\u0437\u044b\u0440\u044c\u043a\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u044b\u043a\u043e\u043c\u0430\u043d\u0434 \u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c\u0441\u0435\u0440\u0438\u0439 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0434\u0435\u0440\u0435\u0432\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0441\u043f\u0438\u0441\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u043c\u0435\u0442\u043e\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u043c\u0435\u0442\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u043b\u0435\u0433\u0435\u043d\u0434\u0435\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u043a\u043d\u043e\u043f\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0438\u0437\u043c\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043d\u043e\u043f\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043d\u043e\u043f\u043a\u0438\u0432\u044b\u0431\u043e\u0440\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043f\u0443\u0437\u044b\u0440\u044c\u043a\u043e\u0432\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0430\u043d\u0435\u043b\u0438\u043f\u043e\u0438\u0441\u043a\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f\u043f\u0440\u0438\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0440\u0430\u0437\u043c\u0435\u0442\u043a\u0438\u043f\u043e\u043b\u043e\u0441\u044b\u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0444\u0438\u0433\u0443\u0440\u044b\u043a\u043d\u043e\u043f\u043a\u0438 \u043f\u0430\u043b\u0438\u0442\u0440\u0430\u0446\u0432\u0435\u0442\u043e\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0438\u0441\u043a\u0432\u0442\u0430\u0431\u043b\u0438\u0446\u0435\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438\u043a\u043d\u043e\u043f\u043a\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439\u043f\u0430\u043d\u0435\u043b\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439\u043f\u0430\u043d\u0435\u043b\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043e\u043f\u043e\u0440\u043d\u043e\u0439\u0442\u043e\u0447\u043a\u0438\u043e\u0442\u0440\u0438\u0441\u043e\u0432\u043a\u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u0448\u043a\u0430\u043b\u044b\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0438\u0437\u043c\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u0442\u0440\u043e\u043a\u0438\u043f\u043e\u0438\u0441\u043a\u0430 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u043b\u0438\u043d\u0438\u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u043e\u0438\u0441\u043a\u043e\u043c \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u043a\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439\u0433\u0438\u0441\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u0441\u0435\u0440\u0438\u0439\u0432\u043b\u0435\u0433\u0435\u043d\u0434\u0435\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0430\u0437\u043c\u0435\u0440\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0430\u0441\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0432\u0432\u043e\u0434\u0430\u0441\u0442\u0440\u043e\u043a\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0431\u043e\u0440\u0430\u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u0442\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0441\u0442\u0440\u043e\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u043f\u0435\u0447\u0430\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0440\u0435\u0436\u0438\u043c\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u043e\u043a\u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u043e\u043a\u043d\u0430\u0444\u043e\u0440\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0441\u0435\u0440\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u0440\u0438\u0441\u043e\u0432\u043a\u0438\u0441\u0435\u0442\u043a\u0438\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u0443\u043f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0440\u0435\u0436\u0438\u043c\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043a\u043e\u043b\u043e\u043d\u043a\u0438 \u0440\u0435\u0436\u0438\u043c\u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u044f\u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0441\u043f\u0438\u0441\u043a\u0430\u0437\u0430\u0434\u0430\u0447 \u0441\u043a\u0432\u043e\u0437\u043d\u043e\u0435\u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c\u044b\u0432\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f\u0433\u0440\u0443\u043f\u043f\u0430\u043a\u043e\u043c\u0430\u043d\u0434 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0442\u0438\u043b\u044c\u0441\u0442\u0440\u0435\u043b\u043a\u0438 \u0442\u0438\u043f\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u0438\u043b\u0438\u043d\u0438\u0438\u0442\u0440\u0435\u043d\u0434\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0435\u0434\u0438\u043d\u0438\u0446\u044b\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0442\u0438\u043f\u0438\u043c\u043f\u043e\u0440\u0442\u0430\u0441\u0435\u0440\u0438\u0439\u0441\u043b\u043e\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u043c\u0430\u0440\u043a\u0435\u0440\u0430\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043c\u0430\u0440\u043a\u0435\u0440\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0441\u0435\u0440\u0438\u0438\u0441\u043b\u043e\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u0447\u043d\u043e\u0433\u043e\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0448\u043a\u0430\u043b\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043b\u0435\u0433\u0435\u043d\u0434\u044b\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043f\u043e\u0438\u0441\u043a\u0430\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043f\u0440\u043e\u0435\u043a\u0446\u0438\u0438\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u043e\u0432\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0440\u0430\u043c\u043a\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u0432\u044f\u0437\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043f\u043e\u0441\u0435\u0440\u0438\u044f\u043c\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u043b\u0438\u043d\u0438\u0438 \u0442\u0438\u043f\u0441\u0442\u043e\u0440\u043e\u043d\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u0444\u043e\u0440\u043c\u044b\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0448\u043a\u0430\u043b\u044b\u0440\u0430\u0434\u0430\u0440\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0444\u0430\u043a\u0442\u043e\u0440\u043b\u0438\u043d\u0438\u0438\u0442\u0440\u0435\u043d\u0434\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0444\u0438\u0433\u0443\u0440\u0430\u043a\u043d\u043e\u043f\u043a\u0438 \u0444\u0438\u0433\u0443\u0440\u044b\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0444\u0438\u043a\u0441\u0430\u0446\u0438\u044f\u0432\u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0434\u043d\u044f\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0448\u0438\u0440\u0438\u043d\u0430\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0438\u0438 \u0432\u0438\u0434\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0432\u0438\u0434\u0441\u0447\u0435\u0442\u0430 \u0432\u0438\u0434\u0442\u043e\u0447\u043a\u0438\u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0435\u0436\u0438\u043c\u0430\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u0440\u0435\u0437\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u0432\u0440\u0435\u043c\u044f \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0438\u0441\u0438\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0430\u0432\u0442\u043e\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439\u043d\u043e\u043c\u0435\u0440\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u043a\u043e\u043b\u043e\u043d\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u0441\u0442\u0440\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u0447\u0442\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0434\u0432\u0443\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u0439\u043f\u0435\u0447\u0430\u0442\u0438 \u0442\u0438\u043f\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043a\u0443\u0440\u0441\u043e\u0440\u043e\u0432\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0440\u0438\u0441\u0443\u043d\u043a\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u044f\u0447\u0435\u0439\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043b\u0438\u043d\u0438\u0439\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0440\u0438\u0441\u0443\u043d\u043a\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0441\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0443\u0437\u043e\u0440\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0444\u0430\u0439\u043b\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c\u043f\u0435\u0447\u0430\u0442\u0438 \u0447\u0435\u0440\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u0440\u0435\u043c\u0435\u043d\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u0430 \u0442\u0438\u043f\u0444\u0430\u0439\u043b\u0430\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043e\u0431\u0445\u043e\u0434\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0437\u0430\u043f\u0438\u0441\u0438\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0432\u0438\u0434\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0438\u0442\u043e\u0433\u043e\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u043a\u0444\u0430\u0439\u043b\u0443 \u0440\u0435\u0436\u0438\u043c\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u0432\u044b\u0431\u043e\u0440\u0430\u0444\u0430\u0439\u043b\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u0444\u0430\u0439\u043b\u0430 \u0442\u0438\u043f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0432\u0438\u0434\u0434\u0430\u043d\u043d\u044b\u0445\u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u043c\u0435\u0442\u043e\u0434\u043a\u043b\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0438\u043f\u0435\u0434\u0438\u043d\u0438\u0446\u044b\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430\u0432\u0440\u0435\u043c\u0435\u043d\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0447\u0438\u0441\u043b\u043e\u0432\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u0430\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u0434\u0435\u0440\u0435\u0432\u043e\u0440\u0435\u0448\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043a\u043b\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044f \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0430\u044f\u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u043c\u043e\u0434\u0435\u043b\u0438\u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0430 \u0442\u0438\u043f\u043c\u0435\u0440\u044b\u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0442\u0441\u0435\u0447\u0435\u043d\u0438\u044f\u043f\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0438 \u0442\u0438\u043f\u043f\u043e\u043b\u044f\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0432\u0430\u043d\u0438\u044f\u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f\u0434\u0435\u0440\u0435\u0432\u0430\u0440\u0435\u0448\u0435\u043d\u0438\u0439 ws\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442xpathxs \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0437\u0430\u043f\u0438\u0441\u0438\u0434\u0430\u0442\u044bjson \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0432\u0438\u0434\u0433\u0440\u0443\u043f\u043f\u044b\u043c\u043e\u0434\u0435\u043b\u0438xs \u0432\u0438\u0434\u0444\u0430\u0441\u0435\u0442\u0430xdto \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044fdom \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u0441\u0445\u0435\u043c\u044bxs \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u043d\u044b\u0435\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u0441\u0442\u0438xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0438\u043c\u0435\u043dxs \u043c\u0435\u0442\u043e\u0434\u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044fxs \u043c\u043e\u0434\u0435\u043b\u044c\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043exs \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0442\u0438\u043f\u0430xml \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0445\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432xs \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043exs \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u043e\u0442\u0431\u043e\u0440\u0430\u0443\u0437\u043b\u043e\u0432dom \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0441\u0442\u0440\u043e\u043ajson \u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0432\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435dom \u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u044bxml \u0442\u0438\u043f\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xml \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fjson \u0442\u0438\u043f\u043a\u0430\u043d\u043e\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043exml \u0442\u0438\u043f\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044bxs \u0442\u0438\u043f\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438xml \u0442\u0438\u043f\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430domxpath \u0442\u0438\u043f\u0443\u0437\u043b\u0430dom \u0442\u0438\u043f\u0443\u0437\u043b\u0430xml \u0444\u043e\u0440\u043c\u0430xml \u0444\u043e\u0440\u043c\u0430\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044fxs \u0444\u043e\u0440\u043c\u0430\u0442\u0434\u0430\u0442\u044bjson \u044d\u043a\u0440\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432json \u0432\u0438\u0434\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u0435\u0439\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0441\u043a\u043e\u0433\u043e\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0432\u044b\u0432\u043e\u0434\u0430\u0442\u0435\u043a\u0441\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0433\u0440\u0443\u043f\u043f\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u043e\u0442\u0431\u043e\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u043f\u043e\u043b\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0441\u0432\u044f\u0437\u0438\u043d\u0430\u0431\u043e\u0440\u043e\u0432\u0434\u0430\u043d\u043d\u044b\u0445\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043b\u0435\u0433\u0435\u043d\u0434\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0444\u0438\u043a\u0441\u0430\u0446\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0433\u043e\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u044c\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0442\u0435\u043a\u0441\u0442\u0430\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043d\u0435ascii\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0442\u0435\u043a\u0441\u0442\u0430\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u044b \u0441\u0442\u0430\u0442\u0443\u0441\u0440\u0430\u0437\u0431\u043e\u0440\u0430\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438\u0437\u0430\u043f\u0438\u0441\u0438\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438\u0437\u0430\u043f\u0438\u0441\u0438\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0442\u0438\u043f\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430\u0438\u043c\u0435\u043d\u0444\u0430\u0439\u043b\u043e\u0432\u0432zip\u0444\u0430\u0439\u043b\u0435 \u043c\u0435\u0442\u043e\u0434\u0441\u0436\u0430\u0442\u0438\u044fzip \u043c\u0435\u0442\u043e\u0434\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044fzip \u0440\u0435\u0436\u0438\u043c\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0443\u0442\u0435\u0439\u0444\u0430\u0439\u043b\u043e\u0432zip \u0440\u0435\u0436\u0438\u043c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u043f\u043e\u0434\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u0432zip \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u043f\u0443\u0442\u0435\u0439zip \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0441\u0436\u0430\u0442\u0438\u044fzip \u0437\u0432\u0443\u043a\u043e\u0432\u043e\u0435\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430\u043a\u0441\u0442\u0440\u043e\u043a\u0435 \u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0432\u043f\u043e\u0442\u043e\u043a\u0435 \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u0431\u0430\u0439\u0442\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u043e\u0439\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0432\u0438\u0441\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445\u043f\u043e\u043a\u0443\u043f\u043e\u043a \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u0444\u043e\u043d\u043e\u0432\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0442\u0438\u043f\u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0445\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044fftp \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043e\u0440\u044f\u0434\u043a\u0430\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043c\u0438\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0439\u0442\u043e\u0447\u043a\u0438\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 http\u043c\u0435\u0442\u043e\u0434 \u0430\u0432\u0442\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0430\u0432\u0442\u043e\u043f\u0440\u0435\u0444\u0438\u043a\u0441\u043d\u043e\u043c\u0435\u0440\u0430\u0437\u0430\u0434\u0430\u0447\u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e\u044f\u0437\u044b\u043a\u0430 \u0432\u0438\u0434\u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0438 \u0432\u0438\u0434\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u044c\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0439\u043f\u0440\u0438\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439 \u0438\u043d\u0434\u0435\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0431\u0430\u0437\u044b\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e\u0432\u044b\u0431\u043e\u0440\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u043c\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0435\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0432\u0438\u0434\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0432\u0438\u0434\u0430\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0437\u0430\u0434\u0430\u0447\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043b\u0430\u043d\u0430\u043e\u0431\u043c\u0435\u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u0447\u0435\u0442\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0433\u0440\u0430\u043d\u0438\u0446\u044b\u043f\u0440\u0438\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u043d\u043e\u043c\u0435\u0440\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u043d\u043e\u043c\u0435\u0440\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0441\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u043f\u043e\u0438\u0441\u043a\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0438\u0441\u0438\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0445\u0432\u044b\u0437\u043e\u0432\u043e\u0432\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b\u0438\u0432\u043d\u0435\u0448\u043d\u0438\u0445\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0433\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u044b\u0431\u043e\u0440\u0430\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0440\u0435\u0436\u0438\u043c\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u043e\u0439\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u043f\u043b\u0430\u043d\u0430\u0441\u0447\u0435\u0442\u043e\u0432 \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043f\u043e\u0438\u0441\u043a\u0430\u0441\u0442\u0440\u043e\u043a\u0438\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0442\u0438\u043f\u0434\u0430\u043d\u043d\u044b\u0445\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043a\u043e\u0434\u0430\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u043a\u043e\u0434\u0430\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0437\u0430\u0434\u0430\u0447\u0438 \u0442\u0438\u043f\u0444\u043e\u0440\u043c\u044b \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0439 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u044c\u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0444\u043e\u0440\u043c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u0448\u0440\u0438\u0444\u0442\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0439\u0434\u0430\u0442\u044b\u043d\u0430\u0447\u0430\u043b\u0430 \u0432\u0438\u0434\u0433\u0440\u0430\u043d\u0438\u0446\u044b \u0432\u0438\u0434\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0432\u0438\u0434\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0432\u0438\u0434\u0440\u0430\u043c\u043a\u0438 \u0432\u0438\u0434\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0446\u0432\u0435\u0442\u0430 \u0432\u0438\u0434\u0447\u0438\u0441\u043b\u043e\u0432\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f\u0434\u043b\u0438\u043d\u0430 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439\u0437\u043d\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435byteordermark \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448\u0430 \u043a\u043e\u0434\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430\u0434\u0438\u0430\u043b\u043e\u0433\u0430 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430xbase \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430\u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043e\u0438\u0441\u043a\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0438\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0430\u043d\u0435\u043b\u0438\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u0432\u043e\u043f\u0440\u043e\u0441 \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u0444\u043e\u0440\u043c\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u044b\u0431\u043e\u0440\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430windows \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0442\u0440\u043e\u043a\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0442\u0438\u043f\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u0442\u0438\u043f\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u043a\u043b\u0430\u0432\u0438\u0448\u0438enter \u0442\u0438\u043f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438\u043e\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0438\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0438\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439 \u0445\u0435\u0448\u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0447\u0430\u0441\u0442\u0438\u0434\u0430\u0442\u044b",type:"com\u043e\u0431\u044a\u0435\u043a\u0442 ftp\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 http\u0437\u0430\u043f\u0440\u043e\u0441 http\u0441\u0435\u0440\u0432\u0438\u0441\u043e\u0442\u0432\u0435\u0442 http\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 ws\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f ws\u043f\u0440\u043e\u043a\u0441\u0438 xbase \u0430\u043d\u0430\u043b\u0438\u0437\u0434\u0430\u043d\u043d\u044b\u0445 \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u044fxs \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0443\u0444\u0435\u0440\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435xs \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445\u0447\u0438\u0441\u0435\u043b \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0430\u044f\u0441\u0445\u0435\u043c\u0430 \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0430\u044f\u0441\u0445\u0435\u043c\u0430 \u0433\u0440\u0443\u043f\u043f\u0430\u043c\u043e\u0434\u0435\u043b\u0438xs \u0434\u0430\u043d\u043d\u044b\u0435\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0435\u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430\u0433\u0430\u043d\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0444\u0430\u0439\u043b\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0446\u0432\u0435\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u044f\u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0434\u0438\u0430\u043b\u043e\u0433\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442dom \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442html \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044fxs \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u043e\u0435\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u044cdom \u0437\u0430\u043f\u0438\u0441\u044cfastinfoset \u0437\u0430\u043f\u0438\u0441\u044chtml \u0437\u0430\u043f\u0438\u0441\u044cjson \u0437\u0430\u043f\u0438\u0441\u044cxml \u0437\u0430\u043f\u0438\u0441\u044czip\u0444\u0430\u0439\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u044c\u0434\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u044c\u0442\u0435\u043a\u0441\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u044c\u0443\u0437\u043b\u043e\u0432dom \u0437\u0430\u043f\u0440\u043e\u0441 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u043e\u0435\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435openssl \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u0435\u0439\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430 \u0438\u043c\u043f\u043e\u0440\u0442xs \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u0430 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0435\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439\u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u0440\u043e\u043a\u0441\u0438 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u0434\u043b\u044f\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044fxs \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0442\u0435\u0440\u0430\u0442\u043e\u0440\u0443\u0437\u043b\u043e\u0432dom \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0434\u0430\u0442\u044b \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0441\u0442\u0440\u043e\u043a\u0438 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0447\u0438\u0441\u043b\u0430 \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u0449\u0438\u043a\u043c\u0430\u043a\u0435\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u0449\u0438\u043a\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043c\u0430\u043a\u0435\u0442\u0430\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0444\u043e\u0440\u043c\u0430\u0442\u043d\u043e\u0439\u0441\u0442\u0440\u043e\u043a\u0438 \u043b\u0438\u043d\u0438\u044f \u043c\u0430\u043a\u0435\u0442\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u043a\u0435\u0442\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u043a\u0435\u0442\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u0441\u043a\u0430xs \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043d\u0430\u0431\u043e\u0440\u0441\u0445\u0435\u043cxml \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438json \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0431\u0445\u043e\u0434\u0434\u0435\u0440\u0435\u0432\u0430dom \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u043d\u043e\u0442\u0430\u0446\u0438\u0438xs \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430xs \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0434\u043e\u0441\u0442\u0443\u043f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u043e\u0442\u043a\u0430\u0437\u0432\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0433\u043e\u0444\u0430\u0439\u043b\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u0438\u043f\u043e\u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u043c\u043e\u0434\u0435\u043b\u0438xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u0441\u0442\u0438xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0442\u0438\u043f\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430dom \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044fxpathxs \u043e\u0442\u0431\u043e\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u043a\u0435\u0442\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0445\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0432\u044b\u0431\u043e\u0440\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0437\u0430\u043f\u0438\u0441\u0438json \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0437\u0430\u043f\u0438\u0441\u0438xml \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0447\u0442\u0435\u043d\u0438\u044fxml \u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435xs \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a \u043f\u043e\u043b\u0435\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044cdom \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u043e\u0442\u0447\u0435\u0442\u0430 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u043e\u0442\u0447\u0435\u0442\u0430\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u0441\u0445\u0435\u043cxml \u043f\u043e\u0442\u043e\u043a \u043f\u043e\u0442\u043e\u043a\u0432\u043f\u0430\u043c\u044f\u0442\u0438 \u043f\u043e\u0447\u0442\u0430 \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0435\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435xsl \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043a\u043a\u0430\u043d\u043e\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443xml \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0432\u044b\u0432\u043e\u0434\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0432\u044b\u0432\u043e\u0434\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0437\u044b\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0438\u043c\u0435\u043ddom \u0440\u0430\u043c\u043a\u0430 \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435\u0438\u043c\u044fxml \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0447\u0442\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0432\u043e\u0434\u043d\u0430\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430 \u0441\u0432\u044f\u0437\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u0432\u044f\u0437\u044c\u043f\u043e\u0442\u0438\u043f\u0443 \u0441\u0432\u044f\u0437\u044c\u043f\u043e\u0442\u0438\u043f\u0443\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440xdto \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u043b\u0438\u0435\u043d\u0442\u0430windows \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u0444\u0430\u0439\u043b \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b\u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0445\u0446\u0435\u043d\u0442\u0440\u043e\u0432windows \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b\u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0445\u0446\u0435\u043d\u0442\u0440\u043e\u0432\u0444\u0430\u0439\u043b \u0441\u0436\u0430\u0442\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0430\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435\u043a\u043b\u0430\u0432\u0438\u0448 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f\u0434\u0430\u0442\u0430\u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439\u043f\u0435\u0440\u0438\u043e\u0434 \u0441\u0445\u0435\u043c\u0430xml \u0441\u0445\u0435\u043c\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u0438\u043f\u0434\u0430\u043d\u043d\u044b\u0445xml \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0444\u0430\u0431\u0440\u0438\u043a\u0430xdto \u0444\u0430\u0439\u043b \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0439\u043f\u043e\u0442\u043e\u043a \u0444\u0430\u0441\u0435\u0442\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430\u0440\u0430\u0437\u0440\u044f\u0434\u043e\u0432\u0434\u0440\u043e\u0431\u043d\u043e\u0439\u0447\u0430\u0441\u0442\u0438xs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0438\u0441\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0438\u0441\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043e\u0431\u0440\u0430\u0437\u0446\u0430xs \u0444\u0430\u0441\u0435\u0442\u043e\u0431\u0449\u0435\u0433\u043e\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430\u0440\u0430\u0437\u0440\u044f\u0434\u043e\u0432xs \u0444\u0430\u0441\u0435\u0442\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0445\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432xs \u0444\u0438\u043b\u044c\u0442\u0440\u0443\u0437\u043b\u043e\u0432dom \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f\u0441\u0442\u0440\u043e\u043a\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442xs \u0445\u0435\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0446\u0432\u0435\u0442 \u0447\u0442\u0435\u043d\u0438\u0435fastinfoset \u0447\u0442\u0435\u043d\u0438\u0435html \u0447\u0442\u0435\u043d\u0438\u0435json \u0447\u0442\u0435\u043d\u0438\u0435xml \u0447\u0442\u0435\u043d\u0438\u0435zip\u0444\u0430\u0439\u043b\u0430 \u0447\u0442\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0447\u0442\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430 \u0447\u0442\u0435\u043d\u0438\u0435\u0443\u0437\u043b\u043e\u0432dom \u0448\u0440\u0438\u0444\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 comsafearray \u0434\u0435\u0440\u0435\u0432\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043c\u0430\u0441\u0441\u0438\u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441\u043f\u0438\u0441\u043e\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u043c\u0430\u0441\u0441\u0438\u0432 ",literal:r},contains:[{className:"meta",lexemes:t,begin:"#|&",end:"$",keywords:{"meta-keyword":n+"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u0432\u0435\u0431\u043a\u043b\u0438\u0435\u043d\u0442 \u0432\u043c\u0435\u0441\u0442\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u0435\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 \u043a\u043e\u043d\u0435\u0446\u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043b\u0438\u0435\u043d\u0442 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435\u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435\u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435\u0431\u0435\u0437\u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435\u0431\u0435\u0437\u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0441\u043b\u0435 \u0441\u0435\u0440\u0432\u0435\u0440 \u0442\u043e\u043b\u0441\u0442\u044b\u0439\u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0431\u044b\u0447\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u043e\u043b\u0441\u0442\u044b\u0439\u043a\u043b\u0438\u0435\u043d\u0442\u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u043e\u043d\u043a\u0438\u0439\u043a\u043b\u0438\u0435\u043d\u0442 "},contains:[s]},{className:"function",lexemes:t,variants:[{begin:"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430|\u0444\u0443\u043d\u043a\u0446\u0438\u044f",end:"\\)",keywords:"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f"},{begin:"\u043a\u043e\u043d\u0435\u0446\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b|\u043a\u043e\u043d\u0435\u0446\u0444\u0443\u043d\u043a\u0446\u0438\u0438",keywords:"\u043a\u043e\u043d\u0435\u0446\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b \u043a\u043e\u043d\u0435\u0446\u0444\u0443\u043d\u043a\u0446\u0438\u0438"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",lexemes:t,begin:t,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{keyword:"\u0437\u043d\u0430\u0447",literal:r},contains:[a,i,o]},s]},e.inherit(e.TITLE_MODE,{begin:t})]},s,{className:"symbol",begin:"~",end:";|:",excludeEnd:!0},a,i,o]}}},"../node_modules/highlight.js/lib/languages/abnf.js":function(e,t){e.exports=function(e){var t="^[a-zA-Z][a-zA-Z0-9-]*",n="[!@#$^&',?+~`|:]",r=e.COMMENT(";","$"),a={begin:t+"\\s*=",returnBegin:!0,end:/=/,relevance:0,contains:[{className:"attribute",begin:t}]};return{illegal:n,keywords:["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"].join(" "),contains:[a,r,{className:"symbol",begin:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+){0,1}/},{className:"symbol",begin:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+){0,1}/},{className:"symbol",begin:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+){0,1}/},{className:"symbol",begin:/%[si]/},e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/accesslog.js":function(e,t){e.exports=function(e){return{contains:[{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+\\b",relevance:0},{className:"string",begin:'"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)',end:'"',keywords:"GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE",illegal:"\\n",relevance:10},{className:"string",begin:/\[/,end:/\]/,illegal:"\\n"},{className:"string",begin:'"',end:'"',illegal:"\\n"}]}}},"../node_modules/highlight.js/lib/languages/actionscript.js":function(e,t){e.exports=function(e){var t={className:"rest_arg",begin:"[.]{3}",end:"[a-zA-Z_$][a-zA-Z0-9_$]*",relevance:10};return{aliases:["as"],keywords:{keyword:"as break case catch class const continue default delete do dynamic each else extends final finally for function get if implements import in include instanceof interface internal is namespace native new override package private protected public return set static super switch this throw try typeof use var void while with",literal:"true false null undefined"},contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"class",beginKeywords:"package",end:"{",contains:[e.TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.TITLE_MODE]},{className:"meta",beginKeywords:"import include",end:";",keywords:{"meta-keyword":"import include"}},{className:"function",beginKeywords:"function",end:"[{;]",excludeEnd:!0,illegal:"\\S",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t]},{begin:":\\s*([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)"}]},e.METHOD_GUARD],illegal:/#/}}},"../node_modules/highlight.js/lib/languages/ada.js":function(e,t){e.exports=function(e){var t="[A-Za-z](_?[A-Za-z0-9.])*",n=e.COMMENT("--","$"),r={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:"[]{}%#'\"",contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:t,endsParent:!0,relevance:0}]};return{case_insensitive:!0,keywords:{keyword:"abort else new return abs elsif not reverse abstract end accept entry select access exception of separate aliased exit or some all others subtype and for out synchronized array function overriding at tagged generic package task begin goto pragma terminate body private then if procedure type case in protected constant interface is raise use declare range delay limited record when delta loop rem while digits renames with do mod requeue xor",literal:"True False"},contains:[n,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:"\\b(\\d(_|\\d)*#\\w+(\\.\\w+)?#([eE][-+]?\\d(_|\\d)*)?|\\d(_|\\d)*(\\.\\d(_|\\d)*)?([eE][-+]?\\d(_|\\d)*)?)",relevance:0},{className:"symbol",begin:"'"+t},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:"[]{}%#'\""},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[n,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:"[]{}%#'\""},r,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:"[]{}%#'\""}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:"[]{}%#'\""},r]}}},"../node_modules/highlight.js/lib/languages/angelscript.js":function(e,t){e.exports=function(e){var t={className:"built_in",begin:"\\b(void|bool|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)"},n={className:"symbol",begin:"[a-zA-Z0-9_]+@"},r={className:"keyword",begin:"<",end:">",contains:[t,n]};return t.contains=[r],n.contains=[r],{aliases:["asc"],keywords:"for in|0 break continue while do|0 return if else case switch namespace is cast or and xor not get|0 in inout|10 out override set|0 private public const default|0 final shared external mixin|10 enum typedef funcdef this super import from interface abstract|0 try catch protected explicit",illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunctions*[^\\(])",contains:[{className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{beginKeywords:"interface namespace",end:"{",illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{beginKeywords:"class",end:"{",illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]}]}]},t,n,{className:"literal",begin:"\\b(null|true|false)"},{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"}]}}},"../node_modules/highlight.js/lib/languages/apache.js":function(e,t){e.exports=function(e){var t={className:"number",begin:"[\\$%]\\d+"};return{aliases:["apacheconf"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"section",begin:"</?",end:">"},{className:"attribute",begin:/\w+/,relevance:0,keywords:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{end:/$/,relevance:0,keywords:{literal:"on off all"},contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",begin:"[\\$%]\\{",end:"\\}",contains:["self",t]},t,e.QUOTE_STRING_MODE]}}],illegal:/\S/}}},"../node_modules/highlight.js/lib/languages/applescript.js":function(e,t){e.exports=function(e){var t=e.inherit(e.QUOTE_STRING_MODE,{illegal:""}),n={className:"params",begin:"\\(",end:"\\)",contains:["self",e.C_NUMBER_MODE,t]},r=e.COMMENT("--","$"),a=[r,e.COMMENT("\\(\\*","\\*\\)",{contains:["self",r]}),e.HASH_COMMENT_MODE];return{aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name paragraph paragraphs rest reverse running time version weekday word words year"},contains:[t,e.C_NUMBER_MODE,{className:"built_in",begin:"\\b(clipboard info|the clipboard|info for|list (disks|folder)|mount volume|path to|(close|open for) access|(get|set) eof|current date|do shell script|get volume settings|random number|set volume|system attribute|system info|time to GMT|(load|run|store) script|scripting components|ASCII (character|number)|localized string|choose (application|color|file|file name|folder|from list|remote application|URL)|display (alert|dialog))\\b|^\\s*return\\b"},{className:"literal",begin:"\\b(text item delimiters|current application|missing value)\\b"},{className:"keyword",begin:"\\b(apart from|aside from|instead of|out of|greater than|isn't|(doesn't|does not) (equal|come before|come after|contain)|(greater|less) than( or equal)?|(starts?|ends|begins?) with|contained by|comes (before|after)|a (ref|reference)|POSIX file|POSIX path|(date|time) string|quoted form)\\b"},{beginKeywords:"on",illegal:"[${=;\\n]",contains:[e.UNDERSCORE_TITLE_MODE,n]}].concat(a),illegal:"//|->|=>|\\[\\["}}},"../node_modules/highlight.js/lib/languages/arcade.js":function(e,t){e.exports=function(e){var t="[A-Za-z_][0-9A-Za-z_]*",n={keyword:"if for while var new function do return void else break",literal:"true false null undefined NaN Infinity PI BackSlash DoubleQuote ForwardSlash NewLine SingleQuote Tab",built_in:"Abs Acos Area AreaGeodetic Asin Atan Atan2 Average Boolean Buffer BufferGeodetic Ceil Centroid Clip Console Constrain Contains Cos Count Crosses Cut Date DateAdd DateDiff Day Decode DefaultValue Dictionary Difference Disjoint Distance Distinct DomainCode DomainName Equals Exp Extent Feature FeatureSet FeatureSetById FeatureSetByTitle FeatureSetByUrl Filter First Floor Geometry Guid HasKey Hour IIf IndexOf Intersection Intersects IsEmpty Length LengthGeodetic Log Max Mean Millisecond Min Minute Month MultiPartToSinglePart Multipoint NextSequenceValue Now Number OrderBy Overlaps Point Polygon Polyline Pow Random Relate Reverse Round Second SetGeometry Sin Sort Sqrt Stdev Sum SymmetricDifference Tan Text Timestamp Today ToLocal Top Touches ToUTC TypeOf Union Variance Weekday When Within Year "},r={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},a={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},i={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,a]};a.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,r,e.REGEXP_MODE];var o=a.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["arcade"],keywords:n,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"symbol",begin:"\\$[feature|layer|map|value|view]+"},r,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:o}]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:o}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}},"../node_modules/highlight.js/lib/languages/arduino.js":function(e,t){e.exports=function(e){var t=e.getLanguage("cpp").exports;return{keywords:{keyword:"boolean byte word string String array "+t.keywords.keyword,built_in:"setup loop while catch for if do goto try switch case else default break continue return KeyboardController MouseController SoftwareSerial EthernetServer EthernetClient LiquidCrystal RobotControl GSMVoiceCall EthernetUDP EsploraTFT HttpClient RobotMotor WiFiClient GSMScanner FileSystem Scheduler GSMServer YunClient YunServer IPAddress GSMClient GSMModem Keyboard Ethernet Console GSMBand Esplora Stepper Process WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage Client Server GSMPIN FileIO Bridge Serial EEPROM Stream Mouse Audio Servo File Task GPRS WiFi Wire TFT GSM SPI SD runShellCommandAsynchronously analogWriteResolution retrieveCallingNumber printFirmwareVersion analogReadResolution sendDigitalPortPair noListenOnLocalhost readJoystickButton setFirmwareVersion readJoystickSwitch scrollDisplayRight getVoiceCallStatus scrollDisplayLeft writeMicroseconds delayMicroseconds beginTransmission getSignalStrength runAsynchronously getAsynchronously listenOnLocalhost getCurrentCarrier readAccelerometer messageAvailable sendDigitalPorts lineFollowConfig countryNameWrite runShellCommand readStringUntil rewindDirectory readTemperature setClockDivider readLightSensor endTransmission analogReference detachInterrupt countryNameRead attachInterrupt encryptionType readBytesUntil robotNameWrite readMicrophone robotNameRead cityNameWrite userNameWrite readJoystickY readJoystickX mouseReleased openNextFile scanNetworks noInterrupts digitalWrite beginSpeaker mousePressed isActionDone mouseDragged displayLogos noAutoscroll addParameter remoteNumber getModifiers keyboardRead userNameRead waitContinue processInput parseCommand printVersion readNetworks writeMessage blinkVersion cityNameRead readMessage setDataMode parsePacket isListening setBitOrder beginPacket isDirectory motorsWrite drawCompass digitalRead clearScreen serialEvent rightToLeft setTextSize leftToRight requestFrom keyReleased compassRead analogWrite interrupts WiFiServer disconnect playMelody parseFloat autoscroll getPINUsed setPINUsed setTimeout sendAnalog readSlider analogRead beginWrite createChar motorsStop keyPressed tempoWrite readButton subnetMask debugPrint macAddress writeGreen randomSeed attachGPRS readString sendString remotePort releaseAll mouseMoved background getXChange getYChange answerCall getResult voiceCall endPacket constrain getSocket writeJSON getButton available connected findUntil readBytes exitValue readGreen writeBlue startLoop IPAddress isPressed sendSysex pauseMode gatewayIP setCursor getOemKey tuneWrite noDisplay loadImage switchPIN onRequest onReceive changePIN playFile noBuffer parseInt overflow checkPIN knobRead beginTFT bitClear updateIR bitWrite position writeRGB highByte writeRed setSpeed readBlue noStroke remoteIP transfer shutdown hangCall beginSMS endWrite attached maintain noCursor checkReg checkPUK shiftOut isValid shiftIn pulseIn connect println localIP pinMode getIMEI display noBlink process getBand running beginSD drawBMP lowByte setBand release bitRead prepare pointTo readRed setMode noFill remove listen stroke detach attach noTone exists buffer height bitSet circle config cursor random IRread setDNS endSMS getKey micros millis begin print write ready flush width isPIN blink clear press mkdir rmdir close point yield image BSSID click delay read text move peek beep rect line open seek fill size turn stop home find step tone sqrt RSSI SSID end bit tan cos sin pow map abs max min get run put",literal:"DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL DEFAULT OUTPUT INPUT HIGH LOW"},contains:[t.preprocessor,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/armasm.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,aliases:["arm"],lexemes:"\\.?"+e.IDENT_RE,keywords:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?",end:"\\s"},e.COMMENT("[;@]","$",{relevance:0}),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"[=#]\\w+"}],relevance:0}]}}},"../node_modules/highlight.js/lib/languages/asciidoc.js":function(e,t){e.exports=function(e){return{aliases:["adoc"],contains:[e.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),e.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,5}) .+?( \\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},{className:"bullet",begin:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},{className:"strong",begin:"\\B\\*(?![\\*\\s])",end:"(\\n{2}|\\*)",contains:[{begin:"\\\\*\\w",relevance:0}]},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0},{className:"emphasis",begin:"_(?![_\\s])",end:"(\\n{2}|_)",relevance:0},{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},{begin:"^'{3,}[ \\t]*$",relevance:10},{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}},"../node_modules/highlight.js/lib/languages/aspectj.js":function(e,t){e.exports=function(e){var t="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance";return{keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},e.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:t+" get set args call",excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:t,illegal:/["\[\]]/,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",keywords:t+" get set args call",relevance:0},e.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:t,excludeEnd:!0,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:t,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},"../node_modules/highlight.js/lib/languages/autohotkey.js":function(e,t){e.exports=function(e){var t={begin:"`[\\s\\S]"};return{case_insensitive:!0,aliases:["ahk"],keywords:{keyword:"Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group",literal:"A|0 true false NOT AND OR",built_in:"ComSpec Clipboard ClipboardAll ErrorLevel"},contains:[{className:"built_in",begin:"A_[a-zA-Z0-9]+"},t,e.inherit(e.QUOTE_STRING_MODE,{contains:[t]}),e.COMMENT(";","$",{relevance:0}),e.C_BLOCK_COMMENT_MODE,{className:"number",begin:e.NUMBER_RE,relevance:0},{className:"subst",begin:"%(?=[a-zA-Z0-9#_$@])",end:"%",illegal:"[^a-zA-Z0-9#_$@]"},{className:"built_in",begin:"^\\s*\\w+\\s*,"},{className:"meta",begin:"^\\s*#w+",end:"$",relevance:0},{className:"symbol",contains:[t],variants:[{begin:'^[^\\n";]+::(?!=)'},{begin:'^[^\\n";]+:(?!=)',relevance:0}]},{begin:",\\s*,"}]}}},"../node_modules/highlight.js/lib/languages/autoit.js":function(e,t){e.exports=function(e){var t={variants:[e.COMMENT(";","$",{relevance:0}),e.COMMENT("#cs","#ce"),e.COMMENT("#comments-start","#comments-end")]},n={begin:"\\$[A-z0-9_]+"},r={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},a={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:"ByRef Case Const ContinueCase ContinueLoop Default Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With",built_in:"Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait",literal:"True False And Null Not Or"},contains:[t,n,r,a,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"comments include include-once NoTrayIcon OnAutoItStartRegister pragma compile RequireAdmin"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{"meta-keyword":"include"},end:"$",contains:[r,{className:"meta-string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},r,t]},{className:"symbol",begin:"@[A-z0-9_]+"},{className:"function",beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[n,r,a]}]}]}}},"../node_modules/highlight.js/lib/languages/avrasm.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,lexemes:"\\.?"+e.IDENT_RE,keywords:{keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"},contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT(";","$",{relevance:0}),e.C_NUMBER_MODE,e.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"},{className:"symbol",begin:"^[A-Za-z0-9_.$]+:"},{className:"meta",begin:"#",end:"$"},{className:"subst",begin:"@[0-9]+"}]}}},"../node_modules/highlight.js/lib/languages/awk.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"BEGIN END if else while do for in break continue delete next nextfile function func exit|10"},contains:[{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},e.REGEXP_MODE,e.HASH_COMMENT_MODE,e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/axapta.js":function(e,t){e.exports=function(e){return{keywords:"false int abstract private char boolean static null if for true while long throw finally protected final return void enum else break new catch byte super case short default double public try this switch continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count order group by asc desc index hint like dispaly edit client server ttsbegin ttscommit str real date container anytype common div mod",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:":",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]}]}}},"../node_modules/highlight.js/lib/languages/bash.js":function(e,t){e.exports=function(e){var t={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t,{className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]};return{aliases:["sh","zsh"],lexemes:/\b-?[a-z\._]+\b/,keywords:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[{className:"meta",begin:/^#![^\n]+sh\s*$/,relevance:10},{className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},e.HASH_COMMENT_MODE,n,{className:"string",begin:/'/,end:/'/},t]}}},"../node_modules/highlight.js/lib/languages/basic.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,illegal:"^.",lexemes:"[a-zA-Z][a-zA-Z0-9_$%!#]*",keywords:{keyword:"ABS ASC AND ATN AUTO|0 BEEP BLOAD|10 BSAVE|10 CALL CALLS CDBL CHAIN CHDIR CHR$|10 CINT CIRCLE CLEAR CLOSE CLS COLOR COM COMMON CONT COS CSNG CSRLIN CVD CVI CVS DATA DATE$ DEFDBL DEFINT DEFSNG DEFSTR DEF|0 SEG USR DELETE DIM DRAW EDIT END ENVIRON ENVIRON$ EOF EQV ERASE ERDEV ERDEV$ ERL ERR ERROR EXP FIELD FILES FIX FOR|0 FRE GET GOSUB|10 GOTO HEX$ IF|0 THEN ELSE|0 INKEY$ INP INPUT INPUT# INPUT$ INSTR IMP INT IOCTL IOCTL$ KEY ON OFF LIST KILL LEFT$ LEN LET LINE LLIST LOAD LOC LOCATE LOF LOG LPRINT USING LSET MERGE MID$ MKDIR MKD$ MKI$ MKS$ MOD NAME NEW NEXT NOISE NOT OCT$ ON OR PEN PLAY STRIG OPEN OPTION BASE OUT PAINT PALETTE PCOPY PEEK PMAP POINT POKE POS PRINT PRINT] PSET PRESET PUT RANDOMIZE READ REM RENUM RESET|0 RESTORE RESUME RETURN|0 RIGHT$ RMDIR RND RSET RUN SAVE SCREEN SGN SHELL SIN SOUND SPACE$ SPC SQR STEP STICK STOP STR$ STRING$ SWAP SYSTEM TAB TAN TIME$ TIMER TROFF TRON TO USR VAL VARPTR VARPTR$ VIEW WAIT WHILE WEND WIDTH WINDOW WRITE XOR"},contains:[e.QUOTE_STRING_MODE,e.COMMENT("REM","$",{relevance:10}),e.COMMENT("'","$",{relevance:0}),{className:"symbol",begin:"^[0-9]+ ",relevance:10},{className:"number",begin:"\\b([0-9]+[0-9edED.]*[#!]?)",relevance:0},{className:"number",begin:"(&[hH][0-9a-fA-F]{1,4})"},{className:"number",begin:"(&[oO][0-7]{1,6})"}]}}},"../node_modules/highlight.js/lib/languages/bnf.js":function(e,t){e.exports=function(e){return{contains:[{className:"attribute",begin:/</,end:/>/},{begin:/::=/,starts:{end:/$/,contains:[{begin:/</,end:/>/},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}}]}}},"../node_modules/highlight.js/lib/languages/brainfuck.js":function(e,t){e.exports=function(e){var t={className:"literal",begin:"[\\+\\-]",relevance:0};return{aliases:["bf"],contains:[e.COMMENT("[^\\[\\]\\.,\\+\\-<> \r\n]","[\\[\\]\\.,\\+\\-<> \r\n]",{returnEnd:!0,relevance:0}),{className:"title",begin:"[\\[\\]]",relevance:0},{className:"string",begin:"[\\.,]",relevance:0},{begin:/\+\+|\-\-/,returnBegin:!0,contains:[t]},t]}}},"../node_modules/highlight.js/lib/languages/cal.js":function(e,t){e.exports=function(e){var t="div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var",n=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\{/,/\}/,{relevance:0}),e.COMMENT(/\(\*/,/\*\)/,{relevance:10})],r={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},a={className:"string",begin:/(#\d+)+/},i={className:"function",beginKeywords:"procedure",end:/[:;]/,keywords:"procedure|10",contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,contains:[r,a]}].concat(n)},o={className:"class",begin:"OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\d+) ([^\\r\\n]+)",returnBegin:!0,contains:[e.TITLE_MODE,i]};return{case_insensitive:!0,keywords:{keyword:t,literal:"false true"},illegal:/\/\*/,contains:[r,a,{className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},{className:"string",begin:'"',end:'"'},e.NUMBER_MODE,o,i]}}},"../node_modules/highlight.js/lib/languages/capnproto.js":function(e,t){e.exports=function(e){return{aliases:["capnp"],keywords:{keyword:"struct enum interface union group import using const annotation extends in of on as with from fixed",built_in:"Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 Text Data AnyPointer AnyStruct Capability List",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},{className:"class",beginKeywords:"struct enum",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"class",beginKeywords:"interface",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]}]}}},"../node_modules/highlight.js/lib/languages/ceylon.js":function(e,t){e.exports=function(e){var t="assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",n={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:t,relevance:10},r=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[n]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return n.contains=r,{keywords:{keyword:t+" shared abstract formal default actual variable late native deprecatedfinal sealed annotation suppressWarnings small",meta:"doc by license see throws tagged"},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?:\\:"[^"]*")?'}].concat(r)}}},"../node_modules/highlight.js/lib/languages/clean.js":function(e,t){e.exports=function(e){return{aliases:["clean","icl","dcl"],keywords:{keyword:"if let in with where case of class instance otherwise implementation definition system module from import qualified as special code inline foreign export ccall stdcall generic derive infix infixl infixr",literal:"True False"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:"->|<-[|:]?|::|#!?|>>=|\\{\\||\\|\\}|:==|=:|\\.\\.|<>|`"}]}}},"../node_modules/highlight.js/lib/languages/clojure-repl.js":function(e,t){e.exports=function(e){return{contains:[{className:"meta",begin:/^([\w.-]+|\s*#_)=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}},"../node_modules/highlight.js/lib/languages/clojure.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9/;:]*",n={begin:t,relevance:0},r={className:"number",begin:"[-+]?\\d+(\\.\\d+)?",relevance:0},a=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),i=e.COMMENT(";","$",{relevance:0}),o={className:"literal",begin:/\b(true|false|nil)\b/},s={begin:"[\\[\\{]",end:"[\\]\\}]"},l={className:"comment",begin:"\\^"+t},c=e.COMMENT("\\^\\{","\\}"),d={className:"symbol",begin:"[:]{1,2}"+t},u={begin:"\\(",end:"\\)"},_={endsWithParent:!0,relevance:0},p={keywords:{"builtin-name":"def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},lexemes:t,className:"name",begin:t,starts:_},m=[u,a,l,c,i,d,s,r,o,n];return u.contains=[e.COMMENT("comment",""),p,_],_.contains=m,s.contains=m,c.contains=[s],{aliases:["clj"],illegal:/\S/,contains:[u,a,l,c,i,d,s,r,o]}}},"../node_modules/highlight.js/lib/languages/cmake.js":function(e,t){e.exports=function(e){return{aliases:["cmake.in"],case_insensitive:!0,keywords:{keyword:"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined"},contains:[{className:"variable",begin:"\\${",end:"}"},e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/coffeescript.js":function(e,t){e.exports=function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super yield import export from as default await then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",built_in:"npm require console print module global window document"},n="[A-Za-z$_][0-9A-Za-z$_]*",r={className:"subst",begin:/#\{/,end:/}/,keywords:t},a=[e.BINARY_NUMBER_MODE,e.inherit(e.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,r]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[r,e.HASH_COMMENT_MODE]},{begin:"//[gim]*",relevance:0},{begin:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{begin:"@"+n},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];r.contains=a;var i=e.inherit(e.TITLE_MODE,{begin:n}),o={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(a)}]};return{aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,contains:a.concat([e.COMMENT("###","###"),e.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+n+"\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[i,o]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:"(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[o]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[i]},i]},{begin:n+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},"../node_modules/highlight.js/lib/languages/coq.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"_ as at cofix else end exists exists2 fix for forall fun if IF in let match mod Prop return Set then Type using where with Abort About Add Admit Admitted All Arguments Assumptions Axiom Back BackTo Backtrack Bind Blacklist Canonical Cd Check Class Classes Close Coercion Coercions CoFixpoint CoInductive Collection Combined Compute Conjecture Conjectures Constant constr Constraint Constructors Context Corollary CreateHintDb Cut Declare Defined Definition Delimit Dependencies DependentDerive Drop eauto End Equality Eval Example Existential Existentials Existing Export exporting Extern Extract Extraction Fact Field Fields File Fixpoint Focus for From Function Functional Generalizable Global Goal Grab Grammar Graph Guarded Heap Hint HintDb Hints Hypotheses Hypothesis ident Identity If Immediate Implicit Import Include Inductive Infix Info Initial Inline Inspect Instance Instances Intro Intros Inversion Inversion_clear Language Left Lemma Let Libraries Library Load LoadPath Local Locate Ltac ML Mode Module Modules Monomorphic Morphism Next NoInline Notation Obligation Obligations Opaque Open Optimize Options Parameter Parameters Parametric Path Paths pattern Polymorphic Preterm Print Printing Program Projections Proof Proposition Pwd Qed Quit Rec Record Recursive Redirect Relation Remark Remove Require Reserved Reset Resolve Restart Rewrite Right Ring Rings Save Scheme Scope Scopes Script Search SearchAbout SearchHead SearchPattern SearchRewrite Section Separate Set Setoid Show Solve Sorted Step Strategies Strategy Structure SubClass Table Tables Tactic Term Test Theorem Time Timeout Transparent Type Typeclasses Types Undelimit Undo Unfocus Unfocused Unfold Universe Universes Unset Unshelve using Variable Variables Variant Verbose Visibility where with",built_in:"abstract absurd admit after apply as assert assumption at auto autorewrite autounfold before bottom btauto by case case_eq cbn cbv change classical_left classical_right clear clearbody cofix compare compute congruence constr_eq constructor contradict contradiction cut cutrewrite cycle decide decompose dependent destruct destruction dintuition discriminate discrR do double dtauto eapply eassumption eauto ecase econstructor edestruct ediscriminate eelim eexact eexists einduction einjection eleft elim elimtype enough equality erewrite eright esimplify_eq esplit evar exact exactly_once exfalso exists f_equal fail field field_simplify field_simplify_eq first firstorder fix fold fourier functional generalize generalizing gfail give_up has_evar hnf idtac in induction injection instantiate intro intro_pattern intros intuition inversion inversion_clear is_evar is_var lapply lazy left lia lra move native_compute nia nsatz omega once pattern pose progress proof psatz quote record red refine reflexivity remember rename repeat replace revert revgoals rewrite rewrite_strat right ring ring_simplify rtauto set setoid_reflexivity setoid_replace setoid_rewrite setoid_symmetry setoid_transitivity shelve shelve_unifiable simpl simple simplify_eq solve specialize split split_Rabs split_Rmult stepl stepr subst sum swap symmetry tactic tauto time timeout top transitivity trivial try tryif unfold unify until using vm_compute with"},contains:[e.QUOTE_STRING_MODE,e.COMMENT("\\(\\*","\\*\\)"),e.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}},"../node_modules/highlight.js/lib/languages/cos.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,aliases:["cos","cls"],keywords:"property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii",contains:[{className:"number",begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",relevance:0},{className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"comment",begin:/;/,end:"$",relevance:0},{className:"built_in",begin:/(?:\$\$?|\.\.)\^?[a-zA-Z]+/},{className:"built_in",begin:/\$\$\$[a-zA-Z]+/},{className:"built_in",begin:/%[a-z]+(?:\.[a-z]+)*/},{className:"symbol",begin:/\^%?[a-zA-Z][\w]*/},{className:"keyword",begin:/##class|##super|#define|#dim/},{begin:/&sql\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"sql"},{begin:/&(js|jscript|javascript)</,end:/>/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*</,end:/>\s*>/,subLanguage:"xml"}]}}},"../node_modules/highlight.js/lib/languages/cpp.js":function(e,t){e.exports=function(e){var t={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},n={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'(u8?|U|L)?R"\\(',end:'\\)"'},{begin:"'\\\\?.",end:"'",illegal:"."}]},r={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},a={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(n,{className:"meta-string"}),{className:"meta-string",begin:/<[^\n>]*>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},i=e.IDENT_RE+"\\s*\\(",o={keyword:"int float while private char catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignof constexpr decltype noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and or not",built_in:"std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",literal:"true false nullptr NULL"},s=[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,n];return{aliases:["c","cc","h","c++","h++","hpp"],keywords:o,illegal:"</",contains:s.concat([a,{begin:"\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",end:">",keywords:o,contains:["self",t]},{begin:e.IDENT_RE+"::",keywords:o},{variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:o,contains:s.concat([{begin:/\(/,end:/\)/,keywords:o,contains:s.concat(["self"]),relevance:0}]),relevance:0},{className:"function",begin:"("+e.IDENT_RE+"[\\*&\\s]+)+"+i,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:o,illegal:/[^\w\s\*&]/,contains:[{begin:i,returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:o,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,r,t,{begin:/\(/,end:/\)/,keywords:o,relevance:0,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,r,t]}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a]},{className:"class",beginKeywords:"class struct",end:/[{;:]/,contains:[{begin:/</,end:/>/,contains:["self"]},e.TITLE_MODE]}]),exports:{preprocessor:a,strings:n,keywords:o}}}},"../node_modules/highlight.js/lib/languages/crmsh.js":function(e,t){e.exports=function(e){var t="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml";return{aliases:["crm","pcmk"],case_insensitive:!0,keywords:{keyword:"params meta operations op rule attributes utilization read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\ number string",literal:"Master Started Slave Stopped start promote demote stop monitor true false"},contains:[e.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:"primitive rsc_template",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+t.split(" ").join("|")+")\\s+",keywords:t,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:"property rsc_defaults op_defaults",starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},e.QUOTE_STRING_MODE,{className:"meta",begin:"(ocf|systemd|service|lsb):[\\w_:-]+",relevance:0},{className:"number",begin:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",relevance:0},{className:"literal",begin:"[-]?(infinity|inf)",relevance:0},{className:"attr",begin:/([A-Za-z\$_\#][\w_-]+)=/,relevance:0},{className:"tag",begin:"</?",end:"/?>",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/crystal.js":function(e,t){e.exports=function(e){var t="(_[uif](8|16|32|64))?",n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\][=?]?",r={keyword:"abstract alias as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",literal:"false nil true"},a={className:"subst",begin:"#{",end:"}",keywords:r},i={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:r};function o(e,t){var n=[{begin:e,end:t}];return n[0].contains=n,n}var s={className:"string",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%w?\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%w?\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%w?{",end:"}",contains:o("{","}")},{begin:"%w?<",end:">",contains:o("<",">")},{begin:"%w?/",end:"/"},{begin:"%w?%",end:"%"},{begin:"%w?-",end:"-"},{begin:"%w?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},l=[i,s,{className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%q{",end:"}",contains:o("{","}")},{begin:"%q<",end:">",contains:o("<",">")},{begin:"%q/",end:"/"},{begin:"%q%",end:"%"},{begin:"%q-",end:"-"},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},{begin:"(!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~)\\s*",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/",end:"/[a-z]*"},{begin:"%r\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%r{",end:"}",contains:o("{","}")},{begin:"%r<",end:">",contains:o("<",">")},{begin:"%r/",end:"/"},{begin:"%r%",end:"%"},{begin:"%r-",end:"-"},{begin:"%r\\|",end:"\\|"}]}],relevance:0},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:"%r\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%r{",end:"}",contains:o("{","}")},{begin:"%r<",end:">",contains:o("<",">")},{begin:"%r/",end:"/"},{begin:"%r%",end:"%"},{begin:"%r-",end:"-"},{begin:"%r\\|",end:"\\|"}],relevance:0},{className:"meta",begin:"@\\[",end:"\\]",contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"})]},e.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"})],relevance:10},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})],relevance:5},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[s,{begin:n}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]*[01])"+t},{begin:"\\b0o([0-7_]*[0-7])"+t},{begin:"\\b0x([A-Fa-f0-9_]*[A-Fa-f0-9])"+t},{begin:"\\b(([0-9][0-9_]*[0-9]|[0-9])(\\.[0-9_]*[0-9])?([eE][+-]?[0-9_]*[0-9])?)"+t}],relevance:0}];return a.contains=l,i.contains=l.slice(1),{aliases:["cr"],lexemes:"[a-zA-Z_]\\w*[!?=]?",keywords:r,contains:l}}},"../node_modules/highlight.js/lib/languages/cs.js":function(e,t){e.exports=function(e){var t={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long nameof object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let on orderby partial remove select set value var where yield",literal:"null false true"},n={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},r={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},a=e.inherit(r,{illegal:/\n/}),i={className:"subst",begin:"{",end:"}",keywords:t},o=e.inherit(i,{illegal:/\n/}),s={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,o]},l={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},i]},c=e.inherit(l,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},o]});i.contains=[l,s,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,n,e.C_BLOCK_COMMENT_MODE],o.contains=[c,s,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,n,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];var d={variants:[l,s,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},u=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?";return{aliases:["csharp"],keywords:t,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:"</?",end:">"}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},d,n,{beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:,]/,contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+u+"\\s+)+"+e.IDENT_RE+"\\s*\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,relevance:0,contains:[d,n,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}},"../node_modules/highlight.js/lib/languages/csp.js":function(e,t){e.exports=function(e){return{case_insensitive:!1,lexemes:"[a-zA-Z][a-zA-Z0-9_-]*",keywords:{keyword:"base-uri child-src connect-src default-src font-src form-action frame-ancestors frame-src img-src media-src object-src plugin-types report-uri sandbox script-src style-src"},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}},"../node_modules/highlight.js/lib/languages/css.js":function(e,t){e.exports=function(e){var t={begin:/[A-Z\_\.\-]+\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(font-face|page)",lexemes:"[a-z-]+",keywords:"font-face page"},{begin:"@",end:"[{;]",illegal:/:/,contains:[{className:"keyword",begin:/\w+/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,t]}]}}},"../node_modules/highlight.js/lib/languages/d.js":function(e,t){e.exports=function(e){var t="((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))",n="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",r={className:"number",begin:"\\b"+t+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},a={className:"number",begin:"\\b(((0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))|((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)))|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))?))([fF]|L|i|[fF]i|Li)?|"+t+"(i|[fF]i|Li))",relevance:0},i={className:"string",begin:"'("+n+"|.)",end:"'",illegal:"."},o={className:"string",begin:'"',contains:[{begin:n,relevance:0}],end:'"[cwd]?'},s=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{lexemes:e.UNDERSCORE_IDENT_RE,keywords:{keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,{className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},o,{className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},{className:"string",begin:"`",end:"`[cwd]?"},{className:"string",begin:'q"\\{',end:'\\}"'},a,r,i,{className:"meta",begin:"^#!",end:"$",relevance:5},{className:"meta",begin:"#(line)",end:"$",relevance:5},{className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"}]}}},"../node_modules/highlight.js/lib/languages/dart.js":function(e,t){e.exports=function(e){var t={className:"subst",variants:[{begin:"\\${",end:"}"},{begin:"\\$[A-Za-z0-9_]+"}],keywords:"true false null this is new super"},n={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[e.BACKSLASH_ESCAPE,t]},{begin:'"""',end:'"""',contains:[e.BACKSLASH_ESCAPE,t]},{begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]},{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]}]};t.contains=[e.C_NUMBER_MODE,n];return{keywords:{keyword:"assert async await break case catch class const continue default do else enum extends false final finally for if in is new null rethrow return super switch sync this throw true try var void while with yield abstract as dynamic export external factory get implements import library operator part set static typedef",built_in:"print Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set Stopwatch String StringBuffer StringSink Symbol Type Uri bool double int num document window querySelector querySelectorAll Element ElementList"},contains:[n,e.COMMENT("/\\*\\*","\\*/",{subLanguage:"markdown"}),e.COMMENT("///","$",{subLanguage:"markdown"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}},"../node_modules/highlight.js/lib/languages/delphi.js":function(e,t){e.exports=function(e){var t="exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure absolute reintroduce operator as is abstract alias assembler bitpacked break continue cppdecl cvar enumerator experimental platform deprecated unimplemented dynamic export far16 forward generic helper implements interrupt iochecks local name nodefault noreturn nostackframe oldfpccall otherwise saveregisters softfloat specialize strict unaligned varargs ",n=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\{/,/\}/,{relevance:0}),e.COMMENT(/\(\*/,/\*\)/,{relevance:10})],r={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},a={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},i={className:"string",begin:/(#\d+)+/},o={begin:e.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE]},s={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,contains:[a,i,r].concat(n)},r].concat(n)};return{aliases:["dpr","dfm","pas","pascal","freepascal","lazarus","lpr","lfm"],case_insensitive:!0,keywords:t,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[a,i,e.NUMBER_MODE,o,s,r].concat(n)}}},"../node_modules/highlight.js/lib/languages/diff.js":function(e,t){e.exports=function(e){return{aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/\*{5}/,end:/\*{5}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}},"../node_modules/highlight.js/lib/languages/django.js":function(e,t){e.exports=function(e){var t={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE]};return{aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT(/\{%\s*comment\s*%}/,/\{%\s*endcomment\s*%}/),e.COMMENT(/\{#/,/#}/),{className:"template-tag",begin:/\{%/,end:/%}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[t],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/}}/,contains:[t]}]}}},"../node_modules/highlight.js/lib/languages/dns.js":function(e,t){e.exports=function(e){return{aliases:["bind","zone"],keywords:{keyword:"IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT"},contains:[e.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},e.inherit(e.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}},"../node_modules/highlight.js/lib/languages/dockerfile.js":function(e,t){e.exports=function(e){return{aliases:["docker"],case_insensitive:!0,keywords:"from maintainer expose env arg user onbuild stopsignal",contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]\n/,subLanguage:"bash"}}],illegal:"</"}}},"../node_modules/highlight.js/lib/languages/dos.js":function(e,t){e.exports=function(e){var t=e.COMMENT(/^\s*@?rem\b/,/$/,{relevance:10});return{aliases:["bat","cmd"],case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:"if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",built_in:"prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shiftsort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"},contains:[{className:"variable",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{className:"function",begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",end:"goto:eof",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),t]},{className:"number",begin:"\\b\\d+",relevance:0},t]}}},"../node_modules/highlight.js/lib/languages/dsconfig.js":function(e,t){e.exports=function(e){return{keywords:"dsconfig",contains:[{className:"keyword",begin:"^dsconfig",end:"\\s",excludeEnd:!0,relevance:10},{className:"built_in",begin:"(list|create|get|set|delete)-(\\w+)",end:"\\s",excludeEnd:!0,illegal:"!@#$%^&*()",relevance:10},{className:"built_in",begin:"--(\\w+)",end:"\\s",excludeEnd:!0},{className:"string",begin:/"/,end:/"/},{className:"string",begin:/'/,end:/'/},{className:"string",begin:"[\\w-?]+:\\w+",end:"\\W",relevance:0},{className:"string",begin:"\\w+-?\\w+",end:"\\W",relevance:0},e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/dts.js":function(e,t){e.exports=function(e){var t={className:"string",variants:[e.inherit(e.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},n={className:"number",variants:[{begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:e.C_NUMBER_RE}],relevance:0},r={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef ifdef ifndef"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[e.inherit(t,{className:"meta-string"}),{className:"meta-string",begin:"<",end:">",illegal:"\\n"}]},t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},a={className:"variable",begin:"\\&[a-z\\d_]*\\b"},i={className:"meta-keyword",begin:"/[a-z][a-z\\d-]*/"},o={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},s={className:"params",begin:"<",end:">",contains:[n,a]},l={className:"class",begin:/[a-zA-Z_][a-zA-Z\d_@]*\s{/,end:/[{;=]/,returnBegin:!0,excludeEnd:!0};return{keywords:"",contains:[{className:"class",begin:"/\\s*{",end:"};",relevance:10,contains:[a,i,o,l,s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,t]},a,i,o,l,s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,t,r,{begin:e.IDENT_RE+"::",keywords:""}]}}},"../node_modules/highlight.js/lib/languages/dust.js":function(e,t){e.exports=function(e){return{aliases:["dst"],case_insensitive:!0,subLanguage:"xml",contains:[{className:"template-tag",begin:/\{[#\/]/,end:/\}/,illegal:/;/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:"if eq ne lt lte gt gte select default math sep"}]}}},"../node_modules/highlight.js/lib/languages/ebnf.js":function(e,t){e.exports=function(e){var t=e.COMMENT(/\(\*/,/\*\)/);return{illegal:/\S/,contains:[t,{className:"attribute",begin:/^[ ]*[a-zA-Z][a-zA-Z-]*([\s-]+[a-zA-Z][a-zA-Z]*)*/},{begin:/=/,end:/;/,contains:[t,{className:"meta",begin:/\?.*\?/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}]}}},"../node_modules/highlight.js/lib/languages/elixir.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_][a-zA-Z0-9_.]*(\\!|\\?)?",n="and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote require import with|0",r={className:"subst",begin:"#\\{",end:"}",lexemes:t,keywords:n},a={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},i={className:"function",beginKeywords:"def defp defmacro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:t,endsParent:!0})]},o=e.inherit(i,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),s=[a,e.HASH_COMMENT_MODE,o,i,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[a,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?"}],relevance:0},{className:"symbol",begin:t+":(?!:)",relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{className:"variable",begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{begin:"->"},{begin:"("+e.RE_STARTERS_RE+")\\s*",contains:[e.HASH_COMMENT_MODE,{className:"regexp",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}],relevance:0}];return r.contains=s,{lexemes:t,keywords:n,contains:s}}},"../node_modules/highlight.js/lib/languages/elm.js":function(e,t){e.exports=function(e){var t={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},n={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},r={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},t]};return{keywords:"let in if then else case of where module import exposing type alias as infix infixl infixr port effect command subscription",contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[r,t],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[r,t],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[n,r,{begin:"{",end:"}",contains:r.contains},t]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,t]},{begin:"port",end:"$",keywords:"port",contains:[t]},{className:"string",begin:"'\\\\?.",end:"'",illegal:"."},e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,n,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),t,{begin:"->|<-"}],illegal:/;/}}},"../node_modules/highlight.js/lib/languages/erb.js":function(e,t){e.exports=function(e){return{subLanguage:"xml",contains:[e.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}},"../node_modules/highlight.js/lib/languages/erlang-repl.js":function(e,t){e.exports=function(e){return{keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta",begin:"^[0-9]+> ",relevance:10},e.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\?(::)?([A-Z]\\w*(::)?)+"},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/erlang.js":function(e,t){e.exports=function(e){var t="[a-z'][a-zA-Z0-9_']*",n="("+t+":"+t+"|"+t+")",r={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},a=e.COMMENT("%","$"),i={className:"number",begin:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",relevance:0},o={begin:"fun\\s+"+t+"/\\d+"},s={begin:n+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:n,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},l={begin:"{",end:"}",relevance:0},c={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},d={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},u={begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0},{begin:"{",end:"}",relevance:0}]},_={beginKeywords:"fun receive if try case",end:"end",keywords:r};_.contains=[a,o,e.inherit(e.APOS_STRING_MODE,{className:""}),_,s,e.QUOTE_STRING_MODE,i,l,c,d,u];var p=[a,o,_,s,e.QUOTE_STRING_MODE,i,l,c,d,u];s.contains[1].contains=p,l.contains=p,u.contains[1].contains=p;var m={className:"params",begin:"\\(",end:"\\)",contains:p};return{aliases:["erl"],keywords:r,illegal:"(</|\\*=|\\+=|-=|/\\*|\\*/|\\(\\*|\\*\\))",contains:[{className:"function",begin:"^"+t+"\\s*\\(",end:"->",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[m,e.inherit(e.TITLE_MODE,{begin:t})],starts:{end:";|\\.",keywords:r,contains:p}},a,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,lexemes:"-"+e.IDENT_RE,keywords:"-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec",contains:[m]},i,e.QUOTE_STRING_MODE,u,c,d,l,{begin:/\.$/}]}}},"../node_modules/highlight.js/lib/languages/excel.js":function(e,t){e.exports=function(e){return{aliases:["xlsx","xls"],case_insensitive:!0,lexemes:/[a-zA-Z][\w\.]*/,keywords:{built_in:"ABS ACCRINT ACCRINTM ACOS ACOSH ACOT ACOTH AGGREGATE ADDRESS AMORDEGRC AMORLINC AND ARABIC AREAS ASC ASIN ASINH ATAN ATAN2 ATANH AVEDEV AVERAGE AVERAGEA AVERAGEIF AVERAGEIFS BAHTTEXT BASE BESSELI BESSELJ BESSELK BESSELY BETADIST BETA.DIST BETAINV BETA.INV BIN2DEC BIN2HEX BIN2OCT BINOMDIST BINOM.DIST BINOM.DIST.RANGE BINOM.INV BITAND BITLSHIFT BITOR BITRSHIFT BITXOR CALL CEILING CEILING.MATH CEILING.PRECISE CELL CHAR CHIDIST CHIINV CHITEST CHISQ.DIST CHISQ.DIST.RT CHISQ.INV CHISQ.INV.RT CHISQ.TEST CHOOSE CLEAN CODE COLUMN COLUMNS COMBIN COMBINA COMPLEX CONCAT CONCATENATE CONFIDENCE CONFIDENCE.NORM CONFIDENCE.T CONVERT CORREL COS COSH COT COTH COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS COUPDAYBS COUPDAYS COUPDAYSNC COUPNCD COUPNUM COUPPCD COVAR COVARIANCE.P COVARIANCE.S CRITBINOM CSC CSCH CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY CUBERANKEDMEMBER CUBESET CUBESETCOUNT CUBEVALUE CUMIPMT CUMPRINC DATE DATEDIF DATEVALUE DAVERAGE DAY DAYS DAYS360 DB DBCS DCOUNT DCOUNTA DDB DEC2BIN DEC2HEX DEC2OCT DECIMAL DEGREES DELTA DEVSQ DGET DISC DMAX DMIN DOLLAR DOLLARDE DOLLARFR DPRODUCT DSTDEV DSTDEVP DSUM DURATION DVAR DVARP EDATE EFFECT ENCODEURL EOMONTH ERF ERF.PRECISE ERFC ERFC.PRECISE ERROR.TYPE EUROCONVERT EVEN EXACT EXP EXPON.DIST EXPONDIST FACT FACTDOUBLE FALSE|0 F.DIST FDIST F.DIST.RT FILTERXML FIND FINDB F.INV F.INV.RT FINV FISHER FISHERINV FIXED FLOOR FLOOR.MATH FLOOR.PRECISE FORECAST FORECAST.ETS FORECAST.ETS.CONFINT FORECAST.ETS.SEASONALITY FORECAST.ETS.STAT FORECAST.LINEAR FORMULATEXT FREQUENCY F.TEST FTEST FV FVSCHEDULE GAMMA GAMMA.DIST GAMMADIST GAMMA.INV GAMMAINV GAMMALN GAMMALN.PRECISE GAUSS GCD GEOMEAN GESTEP GETPIVOTDATA GROWTH HARMEAN HEX2BIN HEX2DEC HEX2OCT HLOOKUP HOUR HYPERLINK HYPGEOM.DIST HYPGEOMDIST IF|0 IFERROR IFNA IFS IMABS IMAGINARY IMARGUMENT IMCONJUGATE IMCOS IMCOSH IMCOT IMCSC IMCSCH IMDIV IMEXP IMLN IMLOG10 IMLOG2 IMPOWER IMPRODUCT IMREAL IMSEC IMSECH IMSIN IMSINH IMSQRT IMSUB IMSUM IMTAN INDEX INDIRECT INFO INT INTERCEPT INTRATE IPMT IRR ISBLANK ISERR ISERROR ISEVEN ISFORMULA ISLOGICAL ISNA ISNONTEXT ISNUMBER ISODD ISREF ISTEXT ISO.CEILING ISOWEEKNUM ISPMT JIS KURT LARGE LCM LEFT LEFTB LEN LENB LINEST LN LOG LOG10 LOGEST LOGINV LOGNORM.DIST LOGNORMDIST LOGNORM.INV LOOKUP LOWER MATCH MAX MAXA MAXIFS MDETERM MDURATION MEDIAN MID MIDBs MIN MINIFS MINA MINUTE MINVERSE MIRR MMULT MOD MODE MODE.MULT MODE.SNGL MONTH MROUND MULTINOMIAL MUNIT N NA NEGBINOM.DIST NEGBINOMDIST NETWORKDAYS NETWORKDAYS.INTL NOMINAL NORM.DIST NORMDIST NORMINV NORM.INV NORM.S.DIST NORMSDIST NORM.S.INV NORMSINV NOT NOW NPER NPV NUMBERVALUE OCT2BIN OCT2DEC OCT2HEX ODD ODDFPRICE ODDFYIELD ODDLPRICE ODDLYIELD OFFSET OR PDURATION PEARSON PERCENTILE.EXC PERCENTILE.INC PERCENTILE PERCENTRANK.EXC PERCENTRANK.INC PERCENTRANK PERMUT PERMUTATIONA PHI PHONETIC PI PMT POISSON.DIST POISSON POWER PPMT PRICE PRICEDISC PRICEMAT PROB PRODUCT PROPER PV QUARTILE QUARTILE.EXC QUARTILE.INC QUOTIENT RADIANS RAND RANDBETWEEN RANK.AVG RANK.EQ RANK RATE RECEIVED REGISTER.ID REPLACE REPLACEB REPT RIGHT RIGHTB ROMAN ROUND ROUNDDOWN ROUNDUP ROW ROWS RRI RSQ RTD SEARCH SEARCHB SEC SECH SECOND SERIESSUM SHEET SHEETS SIGN SIN SINH SKEW SKEW.P SLN SLOPE SMALL SQL.REQUEST SQRT SQRTPI STANDARDIZE STDEV STDEV.P STDEV.S STDEVA STDEVP STDEVPA STEYX SUBSTITUTE SUBTOTAL SUM SUMIF SUMIFS SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2 SUMXMY2 SWITCH SYD T TAN TANH TBILLEQ TBILLPRICE TBILLYIELD T.DIST T.DIST.2T T.DIST.RT TDIST TEXT TEXTJOIN TIME TIMEVALUE T.INV T.INV.2T TINV TODAY TRANSPOSE TREND TRIM TRIMMEAN TRUE|0 TRUNC T.TEST TTEST TYPE UNICHAR UNICODE UPPER VALUE VAR VAR.P VAR.S VARA VARP VARPA VDB VLOOKUP WEBSERVICE WEEKDAY WEEKNUM WEIBULL WEIBULL.DIST WORKDAY WORKDAY.INTL XIRR XNPV XOR YEAR YEARFRAC YIELD YIELDDISC YIELDMAT Z.TEST ZTEST"},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:"symbol",begin:/\b[A-Z]{1,2}\d+\b/,end:/[^\d]/,excludeEnd:!0,relevance:0},{className:"symbol",begin:/[A-Z]{0,2}\d*:[A-Z]{0,2}\d*/,relevance:0},e.BACKSLASH_ESCAPE,e.QUOTE_STRING_MODE,{className:"number",begin:e.NUMBER_RE+"(%)?",relevance:0},e.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}},"../node_modules/highlight.js/lib/languages/fix.js":function(e,t){e.exports=function(e){return{contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/,end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0,className:"string"}]}],case_insensitive:!0}}},"../node_modules/highlight.js/lib/languages/flix.js":function(e,t){e.exports=function(e){var t={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[{className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/}]};return{keywords:{literal:"true false",keyword:"case class def else enum if impl import in lat rel index let match namespace switch type yield with"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},{className:"string",variants:[{begin:'"',end:'"'}]},t,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/fortran.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,aliases:["f90","f95"],keywords:{literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image"},illegal:/\/\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},e.COMMENT("!","$",{relevance:0}),{className:"number",begin:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/fsharp.js":function(e,t){e.exports=function(e){var t={begin:"<",end:">",contains:[e.inherit(e.TITLE_MODE,{begin:/'[a-zA-Z0-9_]+/})]};return{aliases:["fs"],keywords:"abstract and as assert base begin class default delegate do done downcast downto elif else end exception extern false finally for fun function global if in inherit inline interface internal lazy let match member module mutable namespace new null of open or override private public rec return sig static struct then to true try type upcast use val void when while with yield",illegal:/\/\*/,contains:[{className:"keyword",begin:/\b(yield|return|let|do)!/},{className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:'"""',end:'"""'},e.COMMENT("\\(\\*","\\*\\)"),{className:"class",beginKeywords:"type",end:"\\(|=|$",excludeEnd:!0,contains:[e.UNDERSCORE_TITLE_MODE,t]},{className:"meta",begin:"\\[<",end:">\\]",relevance:10},{className:"symbol",begin:"\\B('[A-Za-z])\\b",contains:[e.BACKSLASH_ESCAPE]},e.C_LINE_COMMENT_MODE,e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/gams.js":function(e,t){e.exports=function(e){var t={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na","built-in":"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart"},n={className:"symbol",variants:[{begin:/\=[lgenxc]=/},{begin:/\$/}]},r={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},a={begin:"/",end:"/",keywords:t,contains:[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},i={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[r,a,{className:"comment",begin:/([ ]*[a-z0-9&#*=?@>\\<:\-,()$\[\]_.{}!+%^]+)+/,relevance:0}]};return{aliases:["gms"],case_insensitive:!0,keywords:t,contains:[e.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"meta-keyword",begin:"^\\$[a-z0-9]+"}]},e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,a,i]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[i]},e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},n]},e.C_NUMBER_MODE,n]}}},"../node_modules/highlight.js/lib/languages/gauss.js":function(e,t){e.exports=function(e){var t={keyword:"and bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new not open or output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname threadBegin threadEnd threadEndFor threadFor threadJoin threadStat time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin strtrim sylvester",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS"},n={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[{className:"meta-string",begin:'"',end:'"',illegal:"\\n"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r=e.UNDERSCORE_IDENT_RE+"\\s*\\(?",a=[{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}];return{aliases:["gss"],case_insensitive:!0,keywords:t,illegal:"(\\{[%#]|[%#]\\})",contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("@","@"),n,{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{className:"function",beginKeywords:"proc keyword",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r,returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n].concat(a)},{className:"function",beginKeywords:"fn",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r+e.IDENT_RE+"\\)?\\s*\\=\\s*",returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE].concat(a)},{className:"function",begin:"\\bexternal (proc|keyword|fn)\\s+",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r,returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"function",begin:"\\bexternal (matrix|string|array|sparse matrix|struct "+e.IDENT_RE+")\\s+",end:";",excludeEnd:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}},"../node_modules/highlight.js/lib/languages/gcode.js":function(e,t){e.exports=function(e){var t=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(/\(/,/\)/),e.inherit(e.C_NUMBER_MODE,{begin:"([-+]?([0-9]*\\.?[0-9]+\\.?))|"+e.C_NUMBER_RE}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",end:"([-+]?([0-9]*\\.?[0-9]+\\.?))(\\])"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{aliases:["nc"],case_insensitive:!0,lexemes:"[A-Z_][A-Z0-9_.]*",keywords:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR",contains:[{className:"meta",begin:"\\%"},{className:"meta",begin:"([O])([0-9]+)"}].concat(t)}}},"../node_modules/highlight.js/lib/languages/gherkin.js":function(e,t){e.exports=function(e){return{aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},e.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},e.QUOTE_STRING_MODE]}}},"../node_modules/highlight.js/lib/languages/glsl.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBufferiimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}},"../node_modules/highlight.js/lib/languages/gml.js":function(e,t){e.exports=function(e){return{aliases:["gml","GML"],case_insensitive:!1,keywords:{keywords:"begin end if then else while do for break continue with until repeat exit and or xor not return mod div switch case default var globalvar enum #macro #region #endregion",built_in:"is_real is_string is_array is_undefined is_int32 is_int64 is_ptr is_vec3 is_vec4 is_matrix is_bool typeof variable_global_exists variable_global_get variable_global_set variable_instance_exists variable_instance_get variable_instance_set variable_instance_get_names array_length_1d array_length_2d array_height_2d array_equals array_create array_copy random random_range irandom irandom_range random_set_seed random_get_seed randomize randomise choose abs round floor ceil sign frac sqrt sqr exp ln log2 log10 sin cos tan arcsin arccos arctan arctan2 dsin dcos dtan darcsin darccos darctan darctan2 degtorad radtodeg power logn min max mean median clamp lerp dot_product dot_product_3d dot_product_normalised dot_product_3d_normalised dot_product_normalized dot_product_3d_normalized math_set_epsilon math_get_epsilon angle_difference point_distance_3d point_distance point_direction lengthdir_x lengthdir_y real string int64 ptr string_format chr ansi_char ord string_length string_byte_length string_pos string_copy string_char_at string_ord_at string_byte_at string_set_byte_at string_delete string_insert string_lower string_upper string_repeat string_letters string_digits string_lettersdigits string_replace string_replace_all string_count string_hash_to_newline clipboard_has_text clipboard_set_text clipboard_get_text date_current_datetime date_create_datetime date_valid_datetime date_inc_year date_inc_month date_inc_week date_inc_day date_inc_hour date_inc_minute date_inc_second date_get_year date_get_month date_get_week date_get_day date_get_hour date_get_minute date_get_second date_get_weekday date_get_day_of_year date_get_hour_of_year date_get_minute_of_year date_get_second_of_year date_year_span date_month_span date_week_span date_day_span date_hour_span date_minute_span date_second_span date_compare_datetime date_compare_date date_compare_time date_date_of date_time_of date_datetime_string date_date_string date_time_string date_days_in_month date_days_in_year date_leap_year date_is_today date_set_timezone date_get_timezone game_set_speed game_get_speed motion_set motion_add place_free place_empty place_meeting place_snapped move_random move_snap move_towards_point move_contact_solid move_contact_all move_outside_solid move_outside_all move_bounce_solid move_bounce_all move_wrap distance_to_point distance_to_object position_empty position_meeting path_start path_end mp_linear_step mp_potential_step mp_linear_step_object mp_potential_step_object mp_potential_settings mp_linear_path mp_potential_path mp_linear_path_object mp_potential_path_object mp_grid_create mp_grid_destroy mp_grid_clear_all mp_grid_clear_cell mp_grid_clear_rectangle mp_grid_add_cell mp_grid_get_cell mp_grid_add_rectangle mp_grid_add_instances mp_grid_path mp_grid_draw mp_grid_to_ds_grid collision_point collision_rectangle collision_circle collision_ellipse collision_line collision_point_list collision_rectangle_list collision_circle_list collision_ellipse_list collision_line_list instance_position_list instance_place_list point_in_rectangle point_in_triangle point_in_circle rectangle_in_rectangle rectangle_in_triangle rectangle_in_circle instance_find instance_exists instance_number instance_position instance_nearest instance_furthest instance_place instance_create_depth instance_create_layer instance_copy instance_change instance_destroy position_destroy position_change instance_id_get instance_deactivate_all instance_deactivate_object instance_deactivate_region instance_activate_all instance_activate_object instance_activate_region room_goto room_goto_previous room_goto_next room_previous room_next room_restart game_end game_restart game_load game_save game_save_buffer game_load_buffer event_perform event_user event_perform_object event_inherited show_debug_message show_debug_overlay debug_event debug_get_callstack alarm_get alarm_set font_texture_page_size keyboard_set_map keyboard_get_map keyboard_unset_map keyboard_check keyboard_check_pressed keyboard_check_released keyboard_check_direct keyboard_get_numlock keyboard_set_numlock keyboard_key_press keyboard_key_release keyboard_clear io_clear mouse_check_button mouse_check_button_pressed mouse_check_button_released mouse_wheel_up mouse_wheel_down mouse_clear draw_self draw_sprite draw_sprite_pos draw_sprite_ext draw_sprite_stretched draw_sprite_stretched_ext draw_sprite_tiled draw_sprite_tiled_ext draw_sprite_part draw_sprite_part_ext draw_sprite_general draw_clear draw_clear_alpha draw_point draw_line draw_line_width draw_rectangle draw_roundrect draw_roundrect_ext draw_triangle draw_circle draw_ellipse draw_set_circle_precision draw_arrow draw_button draw_path draw_healthbar draw_getpixel draw_getpixel_ext draw_set_colour draw_set_color draw_set_alpha draw_get_colour draw_get_color draw_get_alpha merge_colour make_colour_rgb make_colour_hsv colour_get_red colour_get_green colour_get_blue colour_get_hue colour_get_saturation colour_get_value merge_color make_color_rgb make_color_hsv color_get_red color_get_green color_get_blue color_get_hue color_get_saturation color_get_value merge_color screen_save screen_save_part draw_set_font draw_set_halign draw_set_valign draw_text draw_text_ext string_width string_height string_width_ext string_height_ext draw_text_transformed draw_text_ext_transformed draw_text_colour draw_text_ext_colour draw_text_transformed_colour draw_text_ext_transformed_colour draw_text_color draw_text_ext_color draw_text_transformed_color draw_text_ext_transformed_color draw_point_colour draw_line_colour draw_line_width_colour draw_rectangle_colour draw_roundrect_colour draw_roundrect_colour_ext draw_triangle_colour draw_circle_colour draw_ellipse_colour draw_point_color draw_line_color draw_line_width_color draw_rectangle_color draw_roundrect_color draw_roundrect_color_ext draw_triangle_color draw_circle_color draw_ellipse_color draw_primitive_begin draw_vertex draw_vertex_colour draw_vertex_color draw_primitive_end sprite_get_uvs font_get_uvs sprite_get_texture font_get_texture texture_get_width texture_get_height texture_get_uvs draw_primitive_begin_texture draw_vertex_texture draw_vertex_texture_colour draw_vertex_texture_color texture_global_scale surface_create surface_create_ext surface_resize surface_free surface_exists surface_get_width surface_get_height surface_get_texture surface_set_target surface_set_target_ext surface_reset_target surface_depth_disable surface_get_depth_disable draw_surface draw_surface_stretched draw_surface_tiled draw_surface_part draw_surface_ext draw_surface_stretched_ext draw_surface_tiled_ext draw_surface_part_ext draw_surface_general surface_getpixel surface_getpixel_ext surface_save surface_save_part surface_copy surface_copy_part application_surface_draw_enable application_get_position application_surface_enable application_surface_is_enabled display_get_width display_get_height display_get_orientation display_get_gui_width display_get_gui_height display_reset display_mouse_get_x display_mouse_get_y display_mouse_set display_set_ui_visibility window_set_fullscreen window_get_fullscreen window_set_caption window_set_min_width window_set_max_width window_set_min_height window_set_max_height window_get_visible_rects window_get_caption window_set_cursor window_get_cursor window_set_colour window_get_colour window_set_color window_get_color window_set_position window_set_size window_set_rectangle window_center window_get_x window_get_y window_get_width window_get_height window_mouse_get_x window_mouse_get_y window_mouse_set window_view_mouse_get_x window_view_mouse_get_y window_views_mouse_get_x window_views_mouse_get_y audio_listener_position audio_listener_velocity audio_listener_orientation audio_emitter_position audio_emitter_create audio_emitter_free audio_emitter_exists audio_emitter_pitch audio_emitter_velocity audio_emitter_falloff audio_emitter_gain audio_play_sound audio_play_sound_on audio_play_sound_at audio_stop_sound audio_resume_music audio_music_is_playing audio_resume_sound audio_pause_sound audio_pause_music audio_channel_num audio_sound_length audio_get_type audio_falloff_set_model audio_play_music audio_stop_music audio_master_gain audio_music_gain audio_sound_gain audio_sound_pitch audio_stop_all audio_resume_all audio_pause_all audio_is_playing audio_is_paused audio_exists audio_sound_set_track_position audio_sound_get_track_position audio_emitter_get_gain audio_emitter_get_pitch audio_emitter_get_x audio_emitter_get_y audio_emitter_get_z audio_emitter_get_vx audio_emitter_get_vy audio_emitter_get_vz audio_listener_set_position audio_listener_set_velocity audio_listener_set_orientation audio_listener_get_data audio_set_master_gain audio_get_master_gain audio_sound_get_gain audio_sound_get_pitch audio_get_name audio_sound_set_track_position audio_sound_get_track_position audio_create_stream audio_destroy_stream audio_create_sync_group audio_destroy_sync_group audio_play_in_sync_group audio_start_sync_group audio_stop_sync_group audio_pause_sync_group audio_resume_sync_group audio_sync_group_get_track_pos audio_sync_group_debug audio_sync_group_is_playing audio_debug audio_group_load audio_group_unload audio_group_is_loaded audio_group_load_progress audio_group_name audio_group_stop_all audio_group_set_gain audio_create_buffer_sound audio_free_buffer_sound audio_create_play_queue audio_free_play_queue audio_queue_sound audio_get_recorder_count audio_get_recorder_info audio_start_recording audio_stop_recording audio_sound_get_listener_mask audio_emitter_get_listener_mask audio_get_listener_mask audio_sound_set_listener_mask audio_emitter_set_listener_mask audio_set_listener_mask audio_get_listener_count audio_get_listener_info audio_system show_message show_message_async clickable_add clickable_add_ext clickable_change clickable_change_ext clickable_delete clickable_exists clickable_set_style show_question show_question_async get_integer get_string get_integer_async get_string_async get_login_async get_open_filename get_save_filename get_open_filename_ext get_save_filename_ext show_error highscore_clear highscore_add highscore_value highscore_name draw_highscore sprite_exists sprite_get_name sprite_get_number sprite_get_width sprite_get_height sprite_get_xoffset sprite_get_yoffset sprite_get_bbox_left sprite_get_bbox_right sprite_get_bbox_top sprite_get_bbox_bottom sprite_save sprite_save_strip sprite_set_cache_size sprite_set_cache_size_ext sprite_get_tpe sprite_prefetch sprite_prefetch_multi sprite_flush sprite_flush_multi sprite_set_speed sprite_get_speed_type sprite_get_speed font_exists font_get_name font_get_fontname font_get_bold font_get_italic font_get_first font_get_last font_get_size font_set_cache_size path_exists path_get_name path_get_length path_get_time path_get_kind path_get_closed path_get_precision path_get_number path_get_point_x path_get_point_y path_get_point_speed path_get_x path_get_y path_get_speed script_exists script_get_name timeline_add timeline_delete timeline_clear timeline_exists timeline_get_name timeline_moment_clear timeline_moment_add_script timeline_size timeline_max_moment object_exists object_get_name object_get_sprite object_get_solid object_get_visible object_get_persistent object_get_mask object_get_parent object_get_physics object_is_ancestor room_exists room_get_name sprite_set_offset sprite_duplicate sprite_assign sprite_merge sprite_add sprite_replace sprite_create_from_surface sprite_add_from_surface sprite_delete sprite_set_alpha_from_sprite sprite_collision_mask font_add_enable_aa font_add_get_enable_aa font_add font_add_sprite font_add_sprite_ext font_replace font_replace_sprite font_replace_sprite_ext font_delete path_set_kind path_set_closed path_set_precision path_add path_assign path_duplicate path_append path_delete path_add_point path_insert_point path_change_point path_delete_point path_clear_points path_reverse path_mirror path_flip path_rotate path_rescale path_shift script_execute object_set_sprite object_set_solid object_set_visible object_set_persistent object_set_mask room_set_width room_set_height room_set_persistent room_set_background_colour room_set_background_color room_set_view room_set_viewport room_get_viewport room_set_view_enabled room_add room_duplicate room_assign room_instance_add room_instance_clear room_get_camera room_set_camera asset_get_index asset_get_type file_text_open_from_string file_text_open_read file_text_open_write file_text_open_append file_text_close file_text_write_string file_text_write_real file_text_writeln file_text_read_string file_text_read_real file_text_readln file_text_eof file_text_eoln file_exists file_delete file_rename file_copy directory_exists directory_create directory_destroy file_find_first file_find_next file_find_close file_attributes filename_name filename_path filename_dir filename_drive filename_ext filename_change_ext file_bin_open file_bin_rewrite file_bin_close file_bin_position file_bin_size file_bin_seek file_bin_write_byte file_bin_read_byte parameter_count parameter_string environment_get_variable ini_open_from_string ini_open ini_close ini_read_string ini_read_real ini_write_string ini_write_real ini_key_exists ini_section_exists ini_key_delete ini_section_delete ds_set_precision ds_exists ds_stack_create ds_stack_destroy ds_stack_clear ds_stack_copy ds_stack_size ds_stack_empty ds_stack_push ds_stack_pop ds_stack_top ds_stack_write ds_stack_read ds_queue_create ds_queue_destroy ds_queue_clear ds_queue_copy ds_queue_size ds_queue_empty ds_queue_enqueue ds_queue_dequeue ds_queue_head ds_queue_tail ds_queue_write ds_queue_read ds_list_create ds_list_destroy ds_list_clear ds_list_copy ds_list_size ds_list_empty ds_list_add ds_list_insert ds_list_replace ds_list_delete ds_list_find_index ds_list_find_value ds_list_mark_as_list ds_list_mark_as_map ds_list_sort ds_list_shuffle ds_list_write ds_list_read ds_list_set ds_map_create ds_map_destroy ds_map_clear ds_map_copy ds_map_size ds_map_empty ds_map_add ds_map_add_list ds_map_add_map ds_map_replace ds_map_replace_map ds_map_replace_list ds_map_delete ds_map_exists ds_map_find_value ds_map_find_previous ds_map_find_next ds_map_find_first ds_map_find_last ds_map_write ds_map_read ds_map_secure_save ds_map_secure_load ds_map_secure_load_buffer ds_map_secure_save_buffer ds_map_set ds_priority_create ds_priority_destroy ds_priority_clear ds_priority_copy ds_priority_size ds_priority_empty ds_priority_add ds_priority_change_priority ds_priority_find_priority ds_priority_delete_value ds_priority_delete_min ds_priority_find_min ds_priority_delete_max ds_priority_find_max ds_priority_write ds_priority_read ds_grid_create ds_grid_destroy ds_grid_copy ds_grid_resize ds_grid_width ds_grid_height ds_grid_clear ds_grid_set ds_grid_add ds_grid_multiply ds_grid_set_region ds_grid_add_region ds_grid_multiply_region ds_grid_set_disk ds_grid_add_disk ds_grid_multiply_disk ds_grid_set_grid_region ds_grid_add_grid_region ds_grid_multiply_grid_region ds_grid_get ds_grid_get_sum ds_grid_get_max ds_grid_get_min ds_grid_get_mean ds_grid_get_disk_sum ds_grid_get_disk_min ds_grid_get_disk_max ds_grid_get_disk_mean ds_grid_value_exists ds_grid_value_x ds_grid_value_y ds_grid_value_disk_exists ds_grid_value_disk_x ds_grid_value_disk_y ds_grid_shuffle ds_grid_write ds_grid_read ds_grid_sort ds_grid_set ds_grid_get effect_create_below effect_create_above effect_clear part_type_create part_type_destroy part_type_exists part_type_clear part_type_shape part_type_sprite part_type_size part_type_scale part_type_orientation part_type_life part_type_step part_type_death part_type_speed part_type_direction part_type_gravity part_type_colour1 part_type_colour2 part_type_colour3 part_type_colour_mix part_type_colour_rgb part_type_colour_hsv part_type_color1 part_type_color2 part_type_color3 part_type_color_mix part_type_color_rgb part_type_color_hsv part_type_alpha1 part_type_alpha2 part_type_alpha3 part_type_blend part_system_create part_system_create_layer part_system_destroy part_system_exists part_system_clear part_system_draw_order part_system_depth part_system_position part_system_automatic_update part_system_automatic_draw part_system_update part_system_drawit part_system_get_layer part_system_layer part_particles_create part_particles_create_colour part_particles_create_color part_particles_clear part_particles_count part_emitter_create part_emitter_destroy part_emitter_destroy_all part_emitter_exists part_emitter_clear part_emitter_region part_emitter_burst part_emitter_stream external_call external_define external_free window_handle window_device matrix_get matrix_set matrix_build_identity matrix_build matrix_build_lookat matrix_build_projection_ortho matrix_build_projection_perspective matrix_build_projection_perspective_fov matrix_multiply matrix_transform_vertex matrix_stack_push matrix_stack_pop matrix_stack_multiply matrix_stack_set matrix_stack_clear matrix_stack_top matrix_stack_is_empty browser_input_capture os_get_config os_get_info os_get_language os_get_region os_lock_orientation display_get_dpi_x display_get_dpi_y display_set_gui_size display_set_gui_maximise display_set_gui_maximize device_mouse_dbclick_enable display_set_timing_method display_get_timing_method display_set_sleep_margin display_get_sleep_margin virtual_key_add virtual_key_hide virtual_key_delete virtual_key_show draw_enable_drawevent draw_enable_swf_aa draw_set_swf_aa_level draw_get_swf_aa_level draw_texture_flush draw_flush gpu_set_blendenable gpu_set_ztestenable gpu_set_zfunc gpu_set_zwriteenable gpu_set_lightingenable gpu_set_fog gpu_set_cullmode gpu_set_blendmode gpu_set_blendmode_ext gpu_set_blendmode_ext_sepalpha gpu_set_colorwriteenable gpu_set_colourwriteenable gpu_set_alphatestenable gpu_set_alphatestref gpu_set_alphatestfunc gpu_set_texfilter gpu_set_texfilter_ext gpu_set_texrepeat gpu_set_texrepeat_ext gpu_set_tex_filter gpu_set_tex_filter_ext gpu_set_tex_repeat gpu_set_tex_repeat_ext gpu_set_tex_mip_filter gpu_set_tex_mip_filter_ext gpu_set_tex_mip_bias gpu_set_tex_mip_bias_ext gpu_set_tex_min_mip gpu_set_tex_min_mip_ext gpu_set_tex_max_mip gpu_set_tex_max_mip_ext gpu_set_tex_max_aniso gpu_set_tex_max_aniso_ext gpu_set_tex_mip_enable gpu_set_tex_mip_enable_ext gpu_get_blendenable gpu_get_ztestenable gpu_get_zfunc gpu_get_zwriteenable gpu_get_lightingenable gpu_get_fog gpu_get_cullmode gpu_get_blendmode gpu_get_blendmode_ext gpu_get_blendmode_ext_sepalpha gpu_get_blendmode_src gpu_get_blendmode_dest gpu_get_blendmode_srcalpha gpu_get_blendmode_destalpha gpu_get_colorwriteenable gpu_get_colourwriteenable gpu_get_alphatestenable gpu_get_alphatestref gpu_get_alphatestfunc gpu_get_texfilter gpu_get_texfilter_ext gpu_get_texrepeat gpu_get_texrepeat_ext gpu_get_tex_filter gpu_get_tex_filter_ext gpu_get_tex_repeat gpu_get_tex_repeat_ext gpu_get_tex_mip_filter gpu_get_tex_mip_filter_ext gpu_get_tex_mip_bias gpu_get_tex_mip_bias_ext gpu_get_tex_min_mip gpu_get_tex_min_mip_ext gpu_get_tex_max_mip gpu_get_tex_max_mip_ext gpu_get_tex_max_aniso gpu_get_tex_max_aniso_ext gpu_get_tex_mip_enable gpu_get_tex_mip_enable_ext gpu_push_state gpu_pop_state gpu_get_state gpu_set_state draw_light_define_ambient draw_light_define_direction draw_light_define_point draw_light_enable draw_set_lighting draw_light_get_ambient draw_light_get draw_get_lighting shop_leave_rating url_get_domain url_open url_open_ext url_open_full get_timer achievement_login achievement_logout achievement_post achievement_increment achievement_post_score achievement_available achievement_show_achievements achievement_show_leaderboards achievement_load_friends achievement_load_leaderboard achievement_send_challenge achievement_load_progress achievement_reset achievement_login_status achievement_get_pic achievement_show_challenge_notifications achievement_get_challenges achievement_event achievement_show achievement_get_info cloud_file_save cloud_string_save cloud_synchronise ads_enable ads_disable ads_setup ads_engagement_launch ads_engagement_available ads_engagement_active ads_event ads_event_preload ads_set_reward_callback ads_get_display_height ads_get_display_width ads_move ads_interstitial_available ads_interstitial_display device_get_tilt_x device_get_tilt_y device_get_tilt_z device_is_keypad_open device_mouse_check_button device_mouse_check_button_pressed device_mouse_check_button_released device_mouse_x device_mouse_y device_mouse_raw_x device_mouse_raw_y device_mouse_x_to_gui device_mouse_y_to_gui iap_activate iap_status iap_enumerate_products iap_restore_all iap_acquire iap_consume iap_product_details iap_purchase_details facebook_init facebook_login facebook_status facebook_graph_request facebook_dialog facebook_logout facebook_launch_offerwall facebook_post_message facebook_send_invite facebook_user_id facebook_accesstoken facebook_check_permission facebook_request_read_permissions facebook_request_publish_permissions gamepad_is_supported gamepad_get_device_count gamepad_is_connected gamepad_get_description gamepad_get_button_threshold gamepad_set_button_threshold gamepad_get_axis_deadzone gamepad_set_axis_deadzone gamepad_button_count gamepad_button_check gamepad_button_check_pressed gamepad_button_check_released gamepad_button_value gamepad_axis_count gamepad_axis_value gamepad_set_vibration gamepad_set_colour gamepad_set_color os_is_paused window_has_focus code_is_compiled http_get http_get_file http_post_string http_request json_encode json_decode zip_unzip load_csv base64_encode base64_decode md5_string_unicode md5_string_utf8 md5_file os_is_network_connected sha1_string_unicode sha1_string_utf8 sha1_file os_powersave_enable analytics_event analytics_event_ext win8_livetile_tile_notification win8_livetile_tile_clear win8_livetile_badge_notification win8_livetile_badge_clear win8_livetile_queue_enable win8_secondarytile_pin win8_secondarytile_badge_notification win8_secondarytile_delete win8_livetile_notification_begin win8_livetile_notification_secondary_begin win8_livetile_notification_expiry win8_livetile_notification_tag win8_livetile_notification_text_add win8_livetile_notification_image_add win8_livetile_notification_end win8_appbar_enable win8_appbar_add_element win8_appbar_remove_element win8_settingscharm_add_entry win8_settingscharm_add_html_entry win8_settingscharm_add_xaml_entry win8_settingscharm_set_xaml_property win8_settingscharm_get_xaml_property win8_settingscharm_remove_entry win8_share_image win8_share_screenshot win8_share_file win8_share_url win8_share_text win8_search_enable win8_search_disable win8_search_add_suggestions win8_device_touchscreen_available win8_license_initialize_sandbox win8_license_trial_version winphone_license_trial_version winphone_tile_title winphone_tile_count winphone_tile_back_title winphone_tile_back_content winphone_tile_back_content_wide winphone_tile_front_image winphone_tile_front_image_small winphone_tile_front_image_wide winphone_tile_back_image winphone_tile_back_image_wide winphone_tile_background_colour winphone_tile_background_color winphone_tile_icon_image winphone_tile_small_icon_image winphone_tile_wide_content winphone_tile_cycle_images winphone_tile_small_background_image physics_world_create physics_world_gravity physics_world_update_speed physics_world_update_iterations physics_world_draw_debug physics_pause_enable physics_fixture_create physics_fixture_set_kinematic physics_fixture_set_density physics_fixture_set_awake physics_fixture_set_restitution physics_fixture_set_friction physics_fixture_set_collision_group physics_fixture_set_sensor physics_fixture_set_linear_damping physics_fixture_set_angular_damping physics_fixture_set_circle_shape physics_fixture_set_box_shape physics_fixture_set_edge_shape physics_fixture_set_polygon_shape physics_fixture_set_chain_shape physics_fixture_add_point physics_fixture_bind physics_fixture_bind_ext physics_fixture_delete physics_apply_force physics_apply_impulse physics_apply_angular_impulse physics_apply_local_force physics_apply_local_impulse physics_apply_torque physics_mass_properties physics_draw_debug physics_test_overlap physics_remove_fixture physics_set_friction physics_set_density physics_set_restitution physics_get_friction physics_get_density physics_get_restitution physics_joint_distance_create physics_joint_rope_create physics_joint_revolute_create physics_joint_prismatic_create physics_joint_pulley_create physics_joint_wheel_create physics_joint_weld_create physics_joint_friction_create physics_joint_gear_create physics_joint_enable_motor physics_joint_get_value physics_joint_set_value physics_joint_delete physics_particle_create physics_particle_delete physics_particle_delete_region_circle physics_particle_delete_region_box physics_particle_delete_region_poly physics_particle_set_flags physics_particle_set_category_flags physics_particle_draw physics_particle_draw_ext physics_particle_count physics_particle_get_data physics_particle_get_data_particle physics_particle_group_begin physics_particle_group_circle physics_particle_group_box physics_particle_group_polygon physics_particle_group_add_point physics_particle_group_end physics_particle_group_join physics_particle_group_delete physics_particle_group_count physics_particle_group_get_data physics_particle_group_get_mass physics_particle_group_get_inertia physics_particle_group_get_centre_x physics_particle_group_get_centre_y physics_particle_group_get_vel_x physics_particle_group_get_vel_y physics_particle_group_get_ang_vel physics_particle_group_get_x physics_particle_group_get_y physics_particle_group_get_angle physics_particle_set_group_flags physics_particle_get_group_flags physics_particle_get_max_count physics_particle_get_radius physics_particle_get_density physics_particle_get_damping physics_particle_get_gravity_scale physics_particle_set_max_count physics_particle_set_radius physics_particle_set_density physics_particle_set_damping physics_particle_set_gravity_scale network_create_socket network_create_socket_ext network_create_server network_create_server_raw network_connect network_connect_raw network_send_packet network_send_raw network_send_broadcast network_send_udp network_send_udp_raw network_set_timeout network_set_config network_resolve network_destroy buffer_create buffer_write buffer_read buffer_seek buffer_get_surface buffer_set_surface buffer_delete buffer_exists buffer_get_type buffer_get_alignment buffer_poke buffer_peek buffer_save buffer_save_ext buffer_load buffer_load_ext buffer_load_partial buffer_copy buffer_fill buffer_get_size buffer_tell buffer_resize buffer_md5 buffer_sha1 buffer_base64_encode buffer_base64_decode buffer_base64_decode_ext buffer_sizeof buffer_get_address buffer_create_from_vertex_buffer buffer_create_from_vertex_buffer_ext buffer_copy_from_vertex_buffer buffer_async_group_begin buffer_async_group_option buffer_async_group_end buffer_load_async buffer_save_async gml_release_mode gml_pragma steam_activate_overlay steam_is_overlay_enabled steam_is_overlay_activated steam_get_persona_name steam_initialised steam_is_cloud_enabled_for_app steam_is_cloud_enabled_for_account steam_file_persisted steam_get_quota_total steam_get_quota_free steam_file_write steam_file_write_file steam_file_read steam_file_delete steam_file_exists steam_file_size steam_file_share steam_is_screenshot_requested steam_send_screenshot steam_is_user_logged_on steam_get_user_steam_id steam_user_owns_dlc steam_user_installed_dlc steam_set_achievement steam_get_achievement steam_clear_achievement steam_set_stat_int steam_set_stat_float steam_set_stat_avg_rate steam_get_stat_int steam_get_stat_float steam_get_stat_avg_rate steam_reset_all_stats steam_reset_all_stats_achievements steam_stats_ready steam_create_leaderboard steam_upload_score steam_upload_score_ext steam_download_scores_around_user steam_download_scores steam_download_friends_scores steam_upload_score_buffer steam_upload_score_buffer_ext steam_current_game_language steam_available_languages steam_activate_overlay_browser steam_activate_overlay_user steam_activate_overlay_store steam_get_user_persona_name steam_get_app_id steam_get_user_account_id steam_ugc_download steam_ugc_create_item steam_ugc_start_item_update steam_ugc_set_item_title steam_ugc_set_item_description steam_ugc_set_item_visibility steam_ugc_set_item_tags steam_ugc_set_item_content steam_ugc_set_item_preview steam_ugc_submit_item_update steam_ugc_get_item_update_progress steam_ugc_subscribe_item steam_ugc_unsubscribe_item steam_ugc_num_subscribed_items steam_ugc_get_subscribed_items steam_ugc_get_item_install_info steam_ugc_get_item_update_info steam_ugc_request_item_details steam_ugc_create_query_user steam_ugc_create_query_user_ex steam_ugc_create_query_all steam_ugc_create_query_all_ex steam_ugc_query_set_cloud_filename_filter steam_ugc_query_set_match_any_tag steam_ugc_query_set_search_text steam_ugc_query_set_ranked_by_trend_days steam_ugc_query_add_required_tag steam_ugc_query_add_excluded_tag steam_ugc_query_set_return_long_description steam_ugc_query_set_return_total_only steam_ugc_query_set_allow_cached_response steam_ugc_send_query shader_set shader_get_name shader_reset shader_current shader_is_compiled shader_get_sampler_index shader_get_uniform shader_set_uniform_i shader_set_uniform_i_array shader_set_uniform_f shader_set_uniform_f_array shader_set_uniform_matrix shader_set_uniform_matrix_array shader_enable_corner_id texture_set_stage texture_get_texel_width texture_get_texel_height shaders_are_supported vertex_format_begin vertex_format_end vertex_format_delete vertex_format_add_position vertex_format_add_position_3d vertex_format_add_colour vertex_format_add_color vertex_format_add_normal vertex_format_add_texcoord vertex_format_add_textcoord vertex_format_add_custom vertex_create_buffer vertex_create_buffer_ext vertex_delete_buffer vertex_begin vertex_end vertex_position vertex_position_3d vertex_colour vertex_color vertex_argb vertex_texcoord vertex_normal vertex_float1 vertex_float2 vertex_float3 vertex_float4 vertex_ubyte4 vertex_submit vertex_freeze vertex_get_number vertex_get_buffer_size vertex_create_buffer_from_buffer vertex_create_buffer_from_buffer_ext push_local_notification push_get_first_local_notification push_get_next_local_notification push_cancel_local_notification skeleton_animation_set skeleton_animation_get skeleton_animation_mix skeleton_animation_set_ext skeleton_animation_get_ext skeleton_animation_get_duration skeleton_animation_get_frames skeleton_animation_clear skeleton_skin_set skeleton_skin_get skeleton_attachment_set skeleton_attachment_get skeleton_attachment_create skeleton_collision_draw_set skeleton_bone_data_get skeleton_bone_data_set skeleton_bone_state_get skeleton_bone_state_set skeleton_get_minmax skeleton_get_num_bounds skeleton_get_bounds skeleton_animation_get_frame skeleton_animation_set_frame draw_skeleton draw_skeleton_time draw_skeleton_instance draw_skeleton_collision skeleton_animation_list skeleton_skin_list skeleton_slot_data layer_get_id layer_get_id_at_depth layer_get_depth layer_create layer_destroy layer_destroy_instances layer_add_instance layer_has_instance layer_set_visible layer_get_visible layer_exists layer_x layer_y layer_get_x layer_get_y layer_hspeed layer_vspeed layer_get_hspeed layer_get_vspeed layer_script_begin layer_script_end layer_shader layer_get_script_begin layer_get_script_end layer_get_shader layer_set_target_room layer_get_target_room layer_reset_target_room layer_get_all layer_get_all_elements layer_get_name layer_depth layer_get_element_layer layer_get_element_type layer_element_move layer_force_draw_depth layer_is_draw_depth_forced layer_get_forced_depth layer_background_get_id layer_background_exists layer_background_create layer_background_destroy layer_background_visible layer_background_change layer_background_sprite layer_background_htiled layer_background_vtiled layer_background_stretch layer_background_yscale layer_background_xscale layer_background_blend layer_background_alpha layer_background_index layer_background_speed layer_background_get_visible layer_background_get_sprite layer_background_get_htiled layer_background_get_vtiled layer_background_get_stretch layer_background_get_yscale layer_background_get_xscale layer_background_get_blend layer_background_get_alpha layer_background_get_index layer_background_get_speed layer_sprite_get_id layer_sprite_exists layer_sprite_create layer_sprite_destroy layer_sprite_change layer_sprite_index layer_sprite_speed layer_sprite_xscale layer_sprite_yscale layer_sprite_angle layer_sprite_blend layer_sprite_alpha layer_sprite_x layer_sprite_y layer_sprite_get_sprite layer_sprite_get_index layer_sprite_get_speed layer_sprite_get_xscale layer_sprite_get_yscale layer_sprite_get_angle layer_sprite_get_blend layer_sprite_get_alpha layer_sprite_get_x layer_sprite_get_y layer_tilemap_get_id layer_tilemap_exists layer_tilemap_create layer_tilemap_destroy tilemap_tileset tilemap_x tilemap_y tilemap_set tilemap_set_at_pixel tilemap_get_tileset tilemap_get_tile_width tilemap_get_tile_height tilemap_get_width tilemap_get_height tilemap_get_x tilemap_get_y tilemap_get tilemap_get_at_pixel tilemap_get_cell_x_at_pixel tilemap_get_cell_y_at_pixel tilemap_clear draw_tilemap draw_tile tilemap_set_global_mask tilemap_get_global_mask tilemap_set_mask tilemap_get_mask tilemap_get_frame tile_set_empty tile_set_index tile_set_flip tile_set_mirror tile_set_rotate tile_get_empty tile_get_index tile_get_flip tile_get_mirror tile_get_rotate layer_tile_exists layer_tile_create layer_tile_destroy layer_tile_change layer_tile_xscale layer_tile_yscale layer_tile_blend layer_tile_alpha layer_tile_x layer_tile_y layer_tile_region layer_tile_visible layer_tile_get_sprite layer_tile_get_xscale layer_tile_get_yscale layer_tile_get_blend layer_tile_get_alpha layer_tile_get_x layer_tile_get_y layer_tile_get_region layer_tile_get_visible layer_instance_get_instance instance_activate_layer instance_deactivate_layer camera_create camera_create_view camera_destroy camera_apply camera_get_active camera_get_default camera_set_default camera_set_view_mat camera_set_proj_mat camera_set_update_script camera_set_begin_script camera_set_end_script camera_set_view_pos camera_set_view_size camera_set_view_speed camera_set_view_border camera_set_view_angle camera_set_view_target camera_get_view_mat camera_get_proj_mat camera_get_update_script camera_get_begin_script camera_get_end_script camera_get_view_x camera_get_view_y camera_get_view_width camera_get_view_height camera_get_view_speed_x camera_get_view_speed_y camera_get_view_border_x camera_get_view_border_y camera_get_view_angle camera_get_view_target view_get_camera view_get_visible view_get_xport view_get_yport view_get_wport view_get_hport view_get_surface_id view_set_camera view_set_visible view_set_xport view_set_yport view_set_wport view_set_hport view_set_surface_id gesture_drag_time gesture_drag_distance gesture_flick_speed gesture_double_tap_time gesture_double_tap_distance gesture_pinch_distance gesture_pinch_angle_towards gesture_pinch_angle_away gesture_rotate_time gesture_rotate_angle gesture_tap_count gesture_get_drag_time gesture_get_drag_distance gesture_get_flick_speed gesture_get_double_tap_time gesture_get_double_tap_distance gesture_get_pinch_distance gesture_get_pinch_angle_towards gesture_get_pinch_angle_away gesture_get_rotate_time gesture_get_rotate_angle gesture_get_tap_count keyboard_virtual_show keyboard_virtual_hide keyboard_virtual_status keyboard_virtual_height",literal:"self other all noone global local undefined pointer_invalid pointer_null path_action_stop path_action_restart path_action_continue path_action_reverse true false pi GM_build_date GM_version GM_runtime_version  timezone_local timezone_utc gamespeed_fps gamespeed_microseconds  ev_create ev_destroy ev_step ev_alarm ev_keyboard ev_mouse ev_collision ev_other ev_draw ev_draw_begin ev_draw_end ev_draw_pre ev_draw_post ev_keypress ev_keyrelease ev_trigger ev_left_button ev_right_button ev_middle_button ev_no_button ev_left_press ev_right_press ev_middle_press ev_left_release ev_right_release ev_middle_release ev_mouse_enter ev_mouse_leave ev_mouse_wheel_up ev_mouse_wheel_down ev_global_left_button ev_global_right_button ev_global_middle_button ev_global_left_press ev_global_right_press ev_global_middle_press ev_global_left_release ev_global_right_release ev_global_middle_release ev_joystick1_left ev_joystick1_right ev_joystick1_up ev_joystick1_down ev_joystick1_button1 ev_joystick1_button2 ev_joystick1_button3 ev_joystick1_button4 ev_joystick1_button5 ev_joystick1_button6 ev_joystick1_button7 ev_joystick1_button8 ev_joystick2_left ev_joystick2_right ev_joystick2_up ev_joystick2_down ev_joystick2_button1 ev_joystick2_button2 ev_joystick2_button3 ev_joystick2_button4 ev_joystick2_button5 ev_joystick2_button6 ev_joystick2_button7 ev_joystick2_button8 ev_outside ev_boundary ev_game_start ev_game_end ev_room_start ev_room_end ev_no_more_lives ev_animation_end ev_end_of_path ev_no_more_health ev_close_button ev_user0 ev_user1 ev_user2 ev_user3 ev_user4 ev_user5 ev_user6 ev_user7 ev_user8 ev_user9 ev_user10 ev_user11 ev_user12 ev_user13 ev_user14 ev_user15 ev_step_normal ev_step_begin ev_step_end ev_gui ev_gui_begin ev_gui_end ev_cleanup ev_gesture ev_gesture_tap ev_gesture_double_tap ev_gesture_drag_start ev_gesture_dragging ev_gesture_drag_end ev_gesture_flick ev_gesture_pinch_start ev_gesture_pinch_in ev_gesture_pinch_out ev_gesture_pinch_end ev_gesture_rotate_start ev_gesture_rotating ev_gesture_rotate_end ev_global_gesture_tap ev_global_gesture_double_tap ev_global_gesture_drag_start ev_global_gesture_dragging ev_global_gesture_drag_end ev_global_gesture_flick ev_global_gesture_pinch_start ev_global_gesture_pinch_in ev_global_gesture_pinch_out ev_global_gesture_pinch_end ev_global_gesture_rotate_start ev_global_gesture_rotating ev_global_gesture_rotate_end vk_nokey vk_anykey vk_enter vk_return vk_shift vk_control vk_alt vk_escape vk_space vk_backspace vk_tab vk_pause vk_printscreen vk_left vk_right vk_up vk_down vk_home vk_end vk_delete vk_insert vk_pageup vk_pagedown vk_f1 vk_f2 vk_f3 vk_f4 vk_f5 vk_f6 vk_f7 vk_f8 vk_f9 vk_f10 vk_f11 vk_f12 vk_numpad0 vk_numpad1 vk_numpad2 vk_numpad3 vk_numpad4 vk_numpad5 vk_numpad6 vk_numpad7 vk_numpad8 vk_numpad9 vk_divide vk_multiply vk_subtract vk_add vk_decimal vk_lshift vk_lcontrol vk_lalt vk_rshift vk_rcontrol vk_ralt  mb_any mb_none mb_left mb_right mb_middle c_aqua c_black c_blue c_dkgray c_fuchsia c_gray c_green c_lime c_ltgray c_maroon c_navy c_olive c_purple c_red c_silver c_teal c_white c_yellow c_orange fa_left fa_center fa_right fa_top fa_middle fa_bottom pr_pointlist pr_linelist pr_linestrip pr_trianglelist pr_trianglestrip pr_trianglefan bm_complex bm_normal bm_add bm_max bm_subtract bm_zero bm_one bm_src_colour bm_inv_src_colour bm_src_color bm_inv_src_color bm_src_alpha bm_inv_src_alpha bm_dest_alpha bm_inv_dest_alpha bm_dest_colour bm_inv_dest_colour bm_dest_color bm_inv_dest_color bm_src_alpha_sat tf_point tf_linear tf_anisotropic mip_off mip_on mip_markedonly audio_falloff_none audio_falloff_inverse_distance audio_falloff_inverse_distance_clamped audio_falloff_linear_distance audio_falloff_linear_distance_clamped audio_falloff_exponent_distance audio_falloff_exponent_distance_clamped audio_old_system audio_new_system audio_mono audio_stereo audio_3d cr_default cr_none cr_arrow cr_cross cr_beam cr_size_nesw cr_size_ns cr_size_nwse cr_size_we cr_uparrow cr_hourglass cr_drag cr_appstart cr_handpoint cr_size_all spritespeed_framespersecond spritespeed_framespergameframe asset_object asset_unknown asset_sprite asset_sound asset_room asset_path asset_script asset_font asset_timeline asset_tiles asset_shader fa_readonly fa_hidden fa_sysfile fa_volumeid fa_directory fa_archive  ds_type_map ds_type_list ds_type_stack ds_type_queue ds_type_grid ds_type_priority ef_explosion ef_ring ef_ellipse ef_firework ef_smoke ef_smokeup ef_star ef_spark ef_flare ef_cloud ef_rain ef_snow pt_shape_pixel pt_shape_disk pt_shape_square pt_shape_line pt_shape_star pt_shape_circle pt_shape_ring pt_shape_sphere pt_shape_flare pt_shape_spark pt_shape_explosion pt_shape_cloud pt_shape_smoke pt_shape_snow ps_distr_linear ps_distr_gaussian ps_distr_invgaussian ps_shape_rectangle ps_shape_ellipse ps_shape_diamond ps_shape_line ty_real ty_string dll_cdecl dll_stdcall matrix_view matrix_projection matrix_world os_win32 os_windows os_macosx os_ios os_android os_symbian os_linux os_unknown os_winphone os_tizen os_win8native os_wiiu os_3ds  os_psvita os_bb10 os_ps4 os_xboxone os_ps3 os_xbox360 os_uwp os_tvos os_switch browser_not_a_browser browser_unknown browser_ie browser_firefox browser_chrome browser_safari browser_safari_mobile browser_opera browser_tizen browser_edge browser_windows_store browser_ie_mobile  device_ios_unknown device_ios_iphone device_ios_iphone_retina device_ios_ipad device_ios_ipad_retina device_ios_iphone5 device_ios_iphone6 device_ios_iphone6plus device_emulator device_tablet display_landscape display_landscape_flipped display_portrait display_portrait_flipped tm_sleep tm_countvsyncs of_challenge_win of_challen ge_lose of_challenge_tie leaderboard_type_number leaderboard_type_time_mins_secs cmpfunc_never cmpfunc_less cmpfunc_equal cmpfunc_lessequal cmpfunc_greater cmpfunc_notequal cmpfunc_greaterequal cmpfunc_always cull_noculling cull_clockwise cull_counterclockwise lighttype_dir lighttype_point iap_ev_storeload iap_ev_product iap_ev_purchase iap_ev_consume iap_ev_restore iap_storeload_ok iap_storeload_failed iap_status_uninitialised iap_status_unavailable iap_status_loading iap_status_available iap_status_processing iap_status_restoring iap_failed iap_unavailable iap_available iap_purchased iap_canceled iap_refunded fb_login_default fb_login_fallback_to_webview fb_login_no_fallback_to_webview fb_login_forcing_webview fb_login_use_system_account fb_login_forcing_safari  phy_joint_anchor_1_x phy_joint_anchor_1_y phy_joint_anchor_2_x phy_joint_anchor_2_y phy_joint_reaction_force_x phy_joint_reaction_force_y phy_joint_reaction_torque phy_joint_motor_speed phy_joint_angle phy_joint_motor_torque phy_joint_max_motor_torque phy_joint_translation phy_joint_speed phy_joint_motor_force phy_joint_max_motor_force phy_joint_length_1 phy_joint_length_2 phy_joint_damping_ratio phy_joint_frequency phy_joint_lower_angle_limit phy_joint_upper_angle_limit phy_joint_angle_limits phy_joint_max_length phy_joint_max_torque phy_joint_max_force phy_debug_render_aabb phy_debug_render_collision_pairs phy_debug_render_coms phy_debug_render_core_shapes phy_debug_render_joints phy_debug_render_obb phy_debug_render_shapes  phy_particle_flag_water phy_particle_flag_zombie phy_particle_flag_wall phy_particle_flag_spring phy_particle_flag_elastic phy_particle_flag_viscous phy_particle_flag_powder phy_particle_flag_tensile phy_particle_flag_colourmixing phy_particle_flag_colormixing phy_particle_group_flag_solid phy_particle_group_flag_rigid phy_particle_data_flag_typeflags phy_particle_data_flag_position phy_particle_data_flag_velocity phy_particle_data_flag_colour phy_particle_data_flag_color phy_particle_data_flag_category  achievement_our_info achievement_friends_info achievement_leaderboard_info achievement_achievement_info achievement_filter_all_players achievement_filter_friends_only achievement_filter_favorites_only achievement_type_achievement_challenge achievement_type_score_challenge achievement_pic_loaded  achievement_show_ui achievement_show_profile achievement_show_leaderboard achievement_show_achievement achievement_show_bank achievement_show_friend_picker achievement_show_purchase_prompt network_socket_tcp network_socket_udp network_socket_bluetooth network_type_connect network_type_disconnect network_type_data network_type_non_blocking_connect network_config_connect_timeout network_config_use_non_blocking_socket network_config_enable_reliable_udp network_config_disable_reliable_udp buffer_fixed buffer_grow buffer_wrap buffer_fast buffer_vbuffer buffer_network buffer_u8 buffer_s8 buffer_u16 buffer_s16 buffer_u32 buffer_s32 buffer_u64 buffer_f16 buffer_f32 buffer_f64 buffer_bool buffer_text buffer_string buffer_surface_copy buffer_seek_start buffer_seek_relative buffer_seek_end buffer_generalerror buffer_outofspace buffer_outofbounds buffer_invalidtype  text_type button_type input_type ANSI_CHARSET DEFAULT_CHARSET EASTEUROPE_CHARSET RUSSIAN_CHARSET SYMBOL_CHARSET SHIFTJIS_CHARSET HANGEUL_CHARSET GB2312_CHARSET CHINESEBIG5_CHARSET JOHAB_CHARSET HEBREW_CHARSET ARABIC_CHARSET GREEK_CHARSET TURKISH_CHARSET VIETNAMESE_CHARSET THAI_CHARSET MAC_CHARSET BALTIC_CHARSET OEM_CHARSET  gp_face1 gp_face2 gp_face3 gp_face4 gp_shoulderl gp_shoulderr gp_shoulderlb gp_shoulderrb gp_select gp_start gp_stickl gp_stickr gp_padu gp_padd gp_padl gp_padr gp_axislh gp_axislv gp_axisrh gp_axisrv ov_friends ov_community ov_players ov_settings ov_gamegroup ov_achievements lb_sort_none lb_sort_ascending lb_sort_descending lb_disp_none lb_disp_numeric lb_disp_time_sec lb_disp_time_ms ugc_result_success ugc_filetype_community ugc_filetype_microtrans ugc_visibility_public ugc_visibility_friends_only ugc_visibility_private ugc_query_RankedByVote ugc_query_RankedByPublicationDate ugc_query_AcceptedForGameRankedByAcceptanceDate ugc_query_RankedByTrend ugc_query_FavoritedByFriendsRankedByPublicationDate ugc_query_CreatedByFriendsRankedByPublicationDate ugc_query_RankedByNumTimesReported ugc_query_CreatedByFollowedUsersRankedByPublicationDate ugc_query_NotYetRated ugc_query_RankedByTotalVotesAsc ugc_query_RankedByVotesUp ugc_query_RankedByTextSearch ugc_sortorder_CreationOrderDesc ugc_sortorder_CreationOrderAsc ugc_sortorder_TitleAsc ugc_sortorder_LastUpdatedDesc ugc_sortorder_SubscriptionDateDesc ugc_sortorder_VoteScoreDesc ugc_sortorder_ForModeration ugc_list_Published ugc_list_VotedOn ugc_list_VotedUp ugc_list_VotedDown ugc_list_WillVoteLater ugc_list_Favorited ugc_list_Subscribed ugc_list_UsedOrPlayed ugc_list_Followed ugc_match_Items ugc_match_Items_Mtx ugc_match_Items_ReadyToUse ugc_match_Collections ugc_match_Artwork ugc_match_Videos ugc_match_Screenshots ugc_match_AllGuides ugc_match_WebGuides ugc_match_IntegratedGuides ugc_match_UsableInGame ugc_match_ControllerBindings  vertex_usage_position vertex_usage_colour vertex_usage_color vertex_usage_normal vertex_usage_texcoord vertex_usage_textcoord vertex_usage_blendweight vertex_usage_blendindices vertex_usage_psize vertex_usage_tangent vertex_usage_binormal vertex_usage_fog vertex_usage_depth vertex_usage_sample vertex_type_float1 vertex_type_float2 vertex_type_float3 vertex_type_float4 vertex_type_colour vertex_type_color vertex_type_ubyte4 layerelementtype_undefined layerelementtype_background layerelementtype_instance layerelementtype_oldtilemap layerelementtype_sprite layerelementtype_tilemap layerelementtype_particlesystem layerelementtype_tile tile_rotate tile_flip tile_mirror tile_index_mask kbv_type_default kbv_type_ascii kbv_type_url kbv_type_email kbv_type_numbers kbv_type_phone kbv_type_phone_name kbv_returnkey_default kbv_returnkey_go kbv_returnkey_google kbv_returnkey_join kbv_returnkey_next kbv_returnkey_route kbv_returnkey_search kbv_returnkey_send kbv_returnkey_yahoo kbv_returnkey_done kbv_returnkey_continue kbv_returnkey_emergency kbv_autocapitalize_none kbv_autocapitalize_words kbv_autocapitalize_sentences kbv_autocapitalize_characters",symbol:"argument_relative argument argument0 argument1 argument2 argument3 argument4 argument5 argument6 argument7 argument8 argument9 argument10 argument11 argument12 argument13 argument14 argument15 argument_count x y xprevious yprevious xstart ystart hspeed vspeed direction speed friction gravity gravity_direction path_index path_position path_positionprevious path_speed path_scale path_orientation path_endaction object_index id solid persistent mask_index instance_count instance_id room_speed fps fps_real current_time current_year current_month current_day current_weekday current_hour current_minute current_second alarm timeline_index timeline_position timeline_speed timeline_running timeline_loop room room_first room_last room_width room_height room_caption room_persistent score lives health show_score show_lives show_health caption_score caption_lives caption_health event_type event_number event_object event_action application_surface gamemaker_pro gamemaker_registered gamemaker_version error_occurred error_last debug_mode keyboard_key keyboard_lastkey keyboard_lastchar keyboard_string mouse_x mouse_y mouse_button mouse_lastbutton cursor_sprite visible sprite_index sprite_width sprite_height sprite_xoffset sprite_yoffset image_number image_index image_speed depth image_xscale image_yscale image_angle image_alpha image_blend bbox_left bbox_right bbox_top bbox_bottom layer background_colour  background_showcolour background_color background_showcolor view_enabled view_current view_visible view_xview view_yview view_wview view_hview view_xport view_yport view_wport view_hport view_angle view_hborder view_vborder view_hspeed view_vspeed view_object view_surface_id view_camera game_id game_display_name game_project_name game_save_id working_directory temp_directory program_directory browser_width browser_height os_type os_device os_browser os_version display_aa async_load delta_time webgl_enabled event_data iap_data phy_rotation phy_position_x phy_position_y phy_angular_velocity phy_linear_velocity_x phy_linear_velocity_y phy_speed_x phy_speed_y phy_speed phy_angular_damping phy_linear_damping phy_bullet phy_fixed_rotation phy_active phy_mass phy_inertia phy_com_x phy_com_y phy_dynamic phy_kinematic phy_sleeping phy_collision_points phy_collision_x phy_collision_y phy_col_normal_x phy_col_normal_y phy_position_xprevious phy_position_yprevious"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/go.js":function(e,t){e.exports=function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],keywords:t,illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",variants:[e.QUOTE_STRING_MODE,{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"`"}]},{className:"number",variants:[{begin:e.C_NUMBER_RE+"[dflsi]",relevance:1},e.C_NUMBER_MODE]},{begin:/:=/},{className:"function",beginKeywords:"func",end:/\s*\{/,excludeEnd:!0,contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,illegal:/["']/}]}]}}},"../node_modules/highlight.js/lib/languages/golo.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"println readln print import module function local return let var while for foreach times in case when match with break continue augment augmentation each find filter reduce if then else otherwise try catch finally raise throw orIfNull DynamicObject|10 DynamicVariable struct Observable map set vector list array",literal:"true false null"},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},"../node_modules/highlight.js/lib/languages/gradle.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,keywords:{keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.REGEXP_MODE]}}},"../node_modules/highlight.js/lib/languages/groovy.js":function(e,t){e.exports=function(e){return{keywords:{literal:"true false null",keyword:"byte short char int long boolean float double void def as in assert trait super this abstract static volatile transient public private protected synchronized final class interface enum if else for while switch case break default continue throw throws try catch finally implements extends new import package return instanceof"},contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},{className:"string",begin:"'''",end:"'''"},{className:"string",begin:"\\$/",end:"/\\$",relevance:10},e.APOS_STRING_MODE,{className:"regexp",begin:/~?\/[^\/\n]+\//,contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},e.BINARY_NUMBER_MODE,{className:"class",beginKeywords:"class interface trait enum",end:"{",illegal:":",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{className:"string",begin:/[^\?]{0}[A-Za-z0-9_$]+ *:/},{begin:/\?/,end:/\:/},{className:"symbol",begin:"^\\s*[A-Za-z0-9_$]+:",relevance:0}],illegal:/#|<\//}}},"../node_modules/highlight.js/lib/languages/haml.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,contains:[{className:"meta",begin:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",relevance:10},e.COMMENT("^\\s*(!=#|=#|-#|/).*$",!1,{relevance:0}),{begin:"^\\s*(-|=|!=)(?!#)",starts:{end:"\\n",subLanguage:"ruby"}},{className:"tag",begin:"^\\s*%",contains:[{className:"selector-tag",begin:"\\w+"},{className:"selector-id",begin:"#[\\w-]+"},{className:"selector-class",begin:"\\.[\\w-]+"},{begin:"{\\s*",end:"\\s*}",contains:[{begin:":\\w+\\s*=>",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:"\\w+",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:"#{",starts:{end:"}",subLanguage:"ruby"}}]}}},"../node_modules/highlight.js/lib/languages/handlebars.js":function(e,t){e.exports=function(e){var t={"builtin-name":"each in with if else unless bindattr action collection debugger log outlet template unbound view yield"};return{aliases:["hbs","html.hbs","html.handlebars"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT("{{!(--)?","(--)?}}"),{className:"template-tag",begin:/\{\{[#\/]/,end:/\}\}/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,keywords:t,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,keywords:t}]}}},"../node_modules/highlight.js/lib/languages/haskell.js":function(e,t){e.exports=function(e){var t={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},n={className:"meta",begin:"{-#",end:"#-}"},r={className:"meta",begin:"^#",end:"$"},a={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},i={begin:"\\(",end:"\\)",illegal:'"',contains:[n,r,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),t]};return{aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[i,t],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[i,t],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[a,i,t]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[n,a,i,{begin:"{",end:"}",contains:i.contains},t]},{beginKeywords:"default",end:"$",contains:[a,i,t]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,t]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[a,e.QUOTE_STRING_MODE,t]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},n,r,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,a,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),t,{begin:"->|<-"}]}}},"../node_modules/highlight.js/lib/languages/haxe.js":function(e,t){e.exports=function(e){return{aliases:["hx"],keywords:{keyword:"break case cast catch continue default do dynamic else enum extern for function here if import in inline never new override package private get set public return static super switch this throw trace try typedef untyped using var while Int Float String Bool Dynamic Void Array ",built_in:"trace this",literal:"true false null _"},contains:[{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"},{className:"subst",begin:"\\$",end:"\\W}"}]},e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"@:",end:"$"},{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end error"}},{className:"type",begin:":[ \t]*",end:"[^A-Za-z0-9_ \t\\->]",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:":[ \t]*",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"new *",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"class",beginKeywords:"enum",end:"\\{",contains:[e.TITLE_MODE]},{className:"class",beginKeywords:"abstract",end:"[\\{$]",contains:[{className:"type",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"from +",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"to +",end:"\\W",excludeBegin:!0,excludeEnd:!0},e.TITLE_MODE],keywords:{keyword:"abstract from to"}},{className:"class",begin:"\\b(class|interface) +",end:"[\\{$]",excludeEnd:!0,keywords:"class interface",contains:[{className:"keyword",begin:"\\b(extends|implements) +",keywords:"extends implements",contains:[{className:"type",begin:e.IDENT_RE,relevance:0}]},e.TITLE_MODE]},{className:"function",beginKeywords:"function",end:"\\(",excludeEnd:!0,illegal:"\\S",contains:[e.TITLE_MODE]}],illegal:/<\//}}},"../node_modules/highlight.js/lib/languages/hsp.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,lexemes:/[\w\._]+/,keywords:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",begin:'{"',end:'"}',contains:[e.BACKSLASH_ESCAPE]},e.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"}),e.NUMBER_MODE,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},e.NUMBER_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/htmlbars.js":function(e,t){e.exports=function(e){var t="action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view",n=(e.QUOTE_STRING_MODE,{endsWithParent:!0,relevance:0,keywords:{keyword:"as",built_in:t},contains:[e.QUOTE_STRING_MODE,{illegal:/\}\}/,begin:/[a-zA-Z0-9_]+=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[a-zA-Z0-9_]+/}]},e.NUMBER_MODE]});return{case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT("{{!(--)?","(--)?}}"),{className:"template-tag",begin:/\{\{[#\/]/,end:/\}\}/,contains:[{className:"name",begin:/[a-zA-Z\.\-]+/,keywords:{"builtin-name":t},starts:n}]},{className:"template-variable",begin:/\{\{[a-zA-Z][a-zA-Z\-]+/,end:/\}\}/,keywords:{keyword:"as",built_in:t},contains:[e.QUOTE_STRING_MODE]}]}}},"../node_modules/highlight.js/lib/languages/http.js":function(e,t){e.exports=function(e){return{aliases:["https"],illegal:"\\S",contains:[{begin:"^HTTP/[0-9\\.]+",end:"$",contains:[{className:"number",begin:"\\b\\d{3}\\b"}]},{begin:"^[A-Z]+ (.*?) HTTP/[0-9\\.]+$",returnBegin:!0,end:"$",contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{begin:"HTTP/[0-9\\.]+"},{className:"keyword",begin:"[A-Z]+"}]},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,illegal:"\\n|\\s|=",starts:{end:"$",relevance:0}},{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}]}}},"../node_modules/highlight.js/lib/languages/hy.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9/;:]*",n={begin:t,relevance:0},r={className:"number",begin:"[-+]?\\d+(\\.\\d+)?",relevance:0},a=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),i=e.COMMENT(";","$",{relevance:0}),o={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},s={begin:"[\\[\\{]",end:"[\\]\\}]"},l={className:"comment",begin:"\\^"+t},c=e.COMMENT("\\^\\{","\\}"),d={className:"symbol",begin:"[:]{1,2}"+t},u={begin:"\\(",end:"\\)"},_={endsWithParent:!0,relevance:0},p={keywords:{"builtin-name":"!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . / // //= /= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile/calls profile/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~"},lexemes:t,className:"name",begin:t,starts:_},m=[u,a,l,c,i,d,s,r,o,n];return u.contains=[e.COMMENT("comment",""),p,_],_.contains=m,s.contains=m,{aliases:["hylang"],illegal:/\S/,contains:[{className:"meta",begin:"^#!",end:"$"},u,a,l,c,i,d,s,r,o]}}},"../node_modules/highlight.js/lib/languages/inform7.js":function(e,t){e.exports=function(e){return{aliases:["i7"],case_insensitive:!0,keywords:{keyword:"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"},contains:[{className:"string",begin:'"',end:'"',relevance:0,contains:[{className:"subst",begin:"\\[",end:"\\]"}]},{className:"section",begin:/^(Volume|Book|Part|Chapter|Section|Table)\b/,end:"$"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/,end:":",contains:[{begin:"\\(This",end:"\\)"}]},{className:"comment",begin:"\\[",end:"\\]",contains:["self"]}]}}},"../node_modules/highlight.js/lib/languages/ini.js":function(e,t){e.exports=function(e){var t={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]};return{aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT(";","$"),e.HASH_COMMENT_MODE,{className:"section",begin:/^\s*\[+/,end:/\]+/},{begin:/^[a-z0-9\[\]_-]+\s*=\s*/,end:"$",returnBegin:!0,contains:[{className:"attr",begin:/[a-z0-9\[\]_-]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\bon|off|true|false|yes|no\b/},{className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)}/}]},t,{className:"number",begin:/([\+\-]+)?[\d]+_[\d_]+/},e.NUMBER_MODE]}]}]}}},"../node_modules/highlight.js/lib/languages/irpf90.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,keywords:{literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"},illegal:/\/\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},e.COMMENT("!","$",{relevance:0}),e.COMMENT("begin_doc","end_doc",{relevance:10}),{className:"number",begin:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/isbl.js":function(e,t){e.exports=function(e){var t="[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_!][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]*",n={className:"number",begin:e.NUMBER_RE,relevance:0},r={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},a={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},i={variants:[{className:"comment",begin:"//",end:"$",relevance:0,contains:[e.PHRASAL_WORDS_MODE,a]},{className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[e.PHRASAL_WORDS_MODE,a]}]},o={keyword:"and \u0438 else \u0438\u043d\u0430\u0447\u0435 endexcept endfinally endforeach \u043a\u043e\u043d\u0435\u0446\u0432\u0441\u0435 endif \u043a\u043e\u043d\u0435\u0446\u0435\u0441\u043b\u0438 endwhile \u043a\u043e\u043d\u0435\u0446\u043f\u043e\u043a\u0430 except exitfor finally foreach \u0432\u0441\u0435 if \u0435\u0441\u043b\u0438 in \u0432 not \u043d\u0435 or \u0438\u043b\u0438 try while \u043f\u043e\u043a\u0430 ",built_in:"SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT SYSRES_CONST_ACCES_RIGHT_TYPE_FULL SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE SYSRES_CONST_ACCESS_NO_ACCESS_VIEW SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_TYPE_CHANGE SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE SYSRES_CONST_ACCESS_TYPE_EXISTS SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE SYSRES_CONST_ACCESS_TYPE_FULL SYSRES_CONST_ACCESS_TYPE_FULL_CODE SYSRES_CONST_ACCESS_TYPE_VIEW SYSRES_CONST_ACCESS_TYPE_VIEW_CODE SYSRES_CONST_ACTION_TYPE_ABORT SYSRES_CONST_ACTION_TYPE_ACCEPT SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT SYSRES_CONST_ACTION_TYPE_CHANGE_CARD SYSRES_CONST_ACTION_TYPE_CHANGE_KIND SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE SYSRES_CONST_ACTION_TYPE_CONTINUE SYSRES_CONST_ACTION_TYPE_COPY SYSRES_CONST_ACTION_TYPE_CREATE SYSRES_CONST_ACTION_TYPE_CREATE_VERSION SYSRES_CONST_ACTION_TYPE_DELETE SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT SYSRES_CONST_ACTION_TYPE_DELETE_VERSION SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE SYSRES_CONST_ACTION_TYPE_LOCK SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY SYSRES_CONST_ACTION_TYPE_MARK_AS_READED SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED SYSRES_CONST_ACTION_TYPE_MODIFY SYSRES_CONST_ACTION_TYPE_MODIFY_CARD SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE SYSRES_CONST_ACTION_TYPE_PERFORM SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY SYSRES_CONST_ACTION_TYPE_RESTART SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE SYSRES_CONST_ACTION_TYPE_REVISION SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL SYSRES_CONST_ACTION_TYPE_SIGN SYSRES_CONST_ACTION_TYPE_START SYSRES_CONST_ACTION_TYPE_UNLOCK SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER SYSRES_CONST_ACTION_TYPE_VERSION_STATE SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY SYSRES_CONST_ACTION_TYPE_VIEW SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE SYSRES_CONST_ADD_REFERENCE_MODE_NAME SYSRES_CONST_ADDITION_REQUISITE_CODE SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS SYSRES_CONST_ALL_USERS_GROUP SYSRES_CONST_ALL_USERS_GROUP_NAME SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE SYSRES_CONST_APPROVING_SIGNATURE_NAME SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN SYSRES_CONST_ATTACH_TYPE_DOC SYSRES_CONST_ATTACH_TYPE_EDOC SYSRES_CONST_ATTACH_TYPE_FOLDER SYSRES_CONST_ATTACH_TYPE_JOB SYSRES_CONST_ATTACH_TYPE_REFERENCE SYSRES_CONST_ATTACH_TYPE_TASK SYSRES_CONST_AUTH_ENCODED_PASSWORD SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE SYSRES_CONST_AUTH_NOVELL SYSRES_CONST_AUTH_PASSWORD SYSRES_CONST_AUTH_PASSWORD_CODE SYSRES_CONST_AUTH_WINDOWS SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_AUTO_ENUM_METHOD_FLAG SYSRES_CONST_AUTO_NUMERATION_CODE SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_USAGE_ALL SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE SYSRES_CONST_AUTOTEXT_USAGE_SIGN SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE SYSRES_CONST_AUTOTEXT_USAGE_WORK SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BTN_PART SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT SYSRES_CONST_CARD_PART SYSRES_CONST_CARD_REFERENCE_MODE_NAME SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT SYSRES_CONST_CODE_COMPONENT_TYPE_URL SYSRES_CONST_CODE_REQUISITE_ACCESS SYSRES_CONST_CODE_REQUISITE_CODE SYSRES_CONST_CODE_REQUISITE_COMPONENT SYSRES_CONST_CODE_REQUISITE_DESCRIPTION SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT SYSRES_CONST_CODE_REQUISITE_RECORD SYSRES_CONST_COMMENT_REQ_CODE SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE SYSRES_CONST_COMP_CODE_GRD SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DOCS SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_COMPONENT_TYPE_EDOCS SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_COMPONENT_TYPE_OTHER SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES SYSRES_CONST_COMPONENT_TYPE_REFERENCES SYSRES_CONST_COMPONENT_TYPE_REPORTS SYSRES_CONST_COMPONENT_TYPE_SCRIPTS SYSRES_CONST_COMPONENT_TYPE_URL SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION SYSRES_CONST_CONST_FIRM_STATUS_COMMON SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL SYSRES_CONST_CONST_NEGATIVE_VALUE SYSRES_CONST_CONST_POSITIVE_VALUE SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE SYSRES_CONST_CONTENTS_REQUISITE_CODE SYSRES_CONST_DATA_TYPE_BOOLEAN SYSRES_CONST_DATA_TYPE_DATE SYSRES_CONST_DATA_TYPE_FLOAT SYSRES_CONST_DATA_TYPE_INTEGER SYSRES_CONST_DATA_TYPE_PICK SYSRES_CONST_DATA_TYPE_REFERENCE SYSRES_CONST_DATA_TYPE_STRING SYSRES_CONST_DATA_TYPE_TEXT SYSRES_CONST_DATA_TYPE_VARIANT SYSRES_CONST_DATE_CLOSE_REQ_CODE SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR SYSRES_CONST_DATE_OPEN_REQ_CODE SYSRES_CONST_DATE_REQUISITE SYSRES_CONST_DATE_REQUISITE_CODE SYSRES_CONST_DATE_REQUISITE_NAME SYSRES_CONST_DATE_REQUISITE_TYPE SYSRES_CONST_DATE_TYPE_CHAR SYSRES_CONST_DATETIME_FORMAT_VALUE SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_DET1_PART SYSRES_CONST_DET2_PART SYSRES_CONST_DET3_PART SYSRES_CONST_DET4_PART SYSRES_CONST_DET5_PART SYSRES_CONST_DET6_PART SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE SYSRES_CONST_DETAIL_REQ_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME SYSRES_CONST_DOCUMENT_STORAGES_CODE SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME SYSRES_CONST_DOUBLE_REQUISITE_CODE SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE SYSRES_CONST_EDITORS_REFERENCE_CODE SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE SYSRES_CONST_EDOC_DATE_REQUISITE_CODE SYSRES_CONST_EDOC_KIND_REFERENCE_CODE SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE SYSRES_CONST_EDOC_NONE_ENCODE_CODE SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_READONLY_ACCESS_CODE SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE SYSRES_CONST_EDOC_WRITE_ACCES_CODE SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_END_DATE_REQUISITE_CODE SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE SYSRES_CONST_EXIST_CONST SYSRES_CONST_EXIST_VALUE SYSRES_CONST_EXPORT_LOCK_TYPE_ASK SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK SYSRES_CONST_EXPORT_VERSION_TYPE_ASK SYSRES_CONST_EXPORT_VERSION_TYPE_LAST SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE SYSRES_CONST_EXTENSION_REQUISITE_CODE SYSRES_CONST_FILTER_NAME_REQUISITE_CODE SYSRES_CONST_FILTER_REQUISITE_CODE SYSRES_CONST_FILTER_TYPE_COMMON_CODE SYSRES_CONST_FILTER_TYPE_COMMON_NAME SYSRES_CONST_FILTER_TYPE_USER_CODE SYSRES_CONST_FILTER_TYPE_USER_NAME SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR SYSRES_CONST_FLOAT_REQUISITE_TYPE SYSRES_CONST_FOLDER_AUTHOR_VALUE SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS SYSRES_CONST_FOLDER_KIND_COMPONENTS SYSRES_CONST_FOLDER_KIND_EDOCS SYSRES_CONST_FOLDER_KIND_JOBS SYSRES_CONST_FOLDER_KIND_TASKS SYSRES_CONST_FOLDER_TYPE_COMMON SYSRES_CONST_FOLDER_TYPE_COMPONENT SYSRES_CONST_FOLDER_TYPE_FAVORITES SYSRES_CONST_FOLDER_TYPE_INBOX SYSRES_CONST_FOLDER_TYPE_OUTBOX SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH SYSRES_CONST_FOLDER_TYPE_SEARCH SYSRES_CONST_FOLDER_TYPE_SHORTCUTS SYSRES_CONST_FOLDER_TYPE_USER SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG SYSRES_CONST_FULL_SUBSTITUTE_TYPE SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE SYSRES_CONST_FUNCTION_CANCEL_RESULT SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM SYSRES_CONST_FUNCTION_CATEGORY_USER SYSRES_CONST_FUNCTION_FAILURE_RESULT SYSRES_CONST_FUNCTION_SAVE_RESULT SYSRES_CONST_GENERATED_REQUISITE SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_USER_REQUISITE_CODE SYSRES_CONST_GROUPS_REFERENCE_CODE SYSRES_CONST_GROUPS_REQUISITE_CODE SYSRES_CONST_HIDDEN_MODE_NAME SYSRES_CONST_HIGH_LVL_REQUISITE_CODE SYSRES_CONST_HISTORY_ACTION_CREATE_CODE SYSRES_CONST_HISTORY_ACTION_DELETE_CODE SYSRES_CONST_HISTORY_ACTION_EDIT_CODE SYSRES_CONST_HOUR_CHAR SYSRES_CONST_ID_REQUISITE_CODE SYSRES_CONST_IDSPS_REQUISITE_CODE SYSRES_CONST_IMAGE_MODE_COLOR SYSRES_CONST_IMAGE_MODE_GREYSCALE SYSRES_CONST_IMAGE_MODE_MONOCHROME SYSRES_CONST_IMPORTANCE_HIGH SYSRES_CONST_IMPORTANCE_LOW SYSRES_CONST_IMPORTANCE_NORMAL SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE SYSRES_CONST_INT_REQUISITE SYSRES_CONST_INT_REQUISITE_TYPE SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR SYSRES_CONST_INTEGER_TYPE_CHAR SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_JOB_BLOCK_DESCRIPTION SYSRES_CONST_JOB_KIND_CONTROL_JOB SYSRES_CONST_JOB_KIND_JOB SYSRES_CONST_JOB_KIND_NOTICE SYSRES_CONST_JOB_STATE_ABORTED SYSRES_CONST_JOB_STATE_COMPLETE SYSRES_CONST_JOB_STATE_WORKING SYSRES_CONST_KIND_REQUISITE_CODE SYSRES_CONST_KIND_REQUISITE_NAME SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE SYSRES_CONST_KOD_INPUT_TYPE SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT SYSRES_CONST_LINK_OBJECT_KIND_EDOC SYSRES_CONST_LINK_OBJECT_KIND_FOLDER SYSRES_CONST_LINK_OBJECT_KIND_JOB SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE SYSRES_CONST_LINK_OBJECT_KIND_TASK SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE SYSRES_CONST_LIST_REFERENCE_MODE_NAME SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE SYSRES_CONST_MAIN_VIEW_CODE SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE SYSRES_CONST_MAXIMIZED_MODE_NAME SYSRES_CONST_ME_VALUE SYSRES_CONST_MESSAGE_ATTENTION_CAPTION SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION SYSRES_CONST_MESSAGE_ERROR_CAPTION SYSRES_CONST_MESSAGE_INFORMATION_CAPTION SYSRES_CONST_MINIMIZED_MODE_NAME SYSRES_CONST_MINUTE_CHAR SYSRES_CONST_MODULE_REQUISITE_CODE SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION SYSRES_CONST_MONTH_FORMAT_VALUE SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_NAME_REQUISITE_CODE SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE SYSRES_CONST_NAMEAN_INPUT_TYPE SYSRES_CONST_NEGATIVE_PICK_VALUE SYSRES_CONST_NEGATIVE_VALUE SYSRES_CONST_NO SYSRES_CONST_NO_PICK_VALUE SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE SYSRES_CONST_NO_VALUE SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_NORMAL_MODE_NAME SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_NOTE_REQUISITE_CODE SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION SYSRES_CONST_NUM_REQUISITE SYSRES_CONST_NUM_STR_REQUISITE_CODE SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG SYSRES_CONST_NUMERATION_AUTO_STRONG SYSRES_CONST_NUMERATION_FROM_DICTONARY SYSRES_CONST_NUMERATION_MANUAL SYSRES_CONST_NUMERIC_TYPE_CHAR SYSRES_CONST_NUMREQ_REQUISITE_CODE SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_ORIGINALREF_REQUISITE_CODE SYSRES_CONST_OURFIRM_REF_CODE SYSRES_CONST_OURFIRM_REQUISITE_CODE SYSRES_CONST_OURFIRM_VAR SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE SYSRES_CONST_PICK_NEGATIVE_RESULT SYSRES_CONST_PICK_POSITIVE_RESULT SYSRES_CONST_PICK_REQUISITE SYSRES_CONST_PICK_REQUISITE_TYPE SYSRES_CONST_PICK_TYPE_CHAR SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE SYSRES_CONST_PLATFORM_VERSION_COMMENT SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_POSITIVE_PICK_VALUE SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE SYSRES_CONST_PRIORITY_REQUISITE_CODE SYSRES_CONST_QUALIFIED_TASK_TYPE SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE SYSRES_CONST_RECSTAT_REQUISITE_CODE SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_REF_REQUISITE SYSRES_CONST_REF_REQUISITE_TYPE SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE SYSRES_CONST_REFERENCE_TYPE_CHAR SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_MODE_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_EDIT_CODE SYSRES_CONST_REQ_MODE_HIDDEN_CODE SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_VIEW_CODE SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE SYSRES_CONST_REQ_SECTION_VALUE SYSRES_CONST_REQ_TYPE_VALUE SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME SYSRES_CONST_REQUISITE_FORMAT_LEFT SYSRES_CONST_REQUISITE_FORMAT_RIGHT SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_REQUISITE_SECTION_ACTIONS SYSRES_CONST_REQUISITE_SECTION_BUTTON SYSRES_CONST_REQUISITE_SECTION_BUTTONS SYSRES_CONST_REQUISITE_SECTION_CARD SYSRES_CONST_REQUISITE_SECTION_TABLE SYSRES_CONST_REQUISITE_SECTION_TABLE10 SYSRES_CONST_REQUISITE_SECTION_TABLE11 SYSRES_CONST_REQUISITE_SECTION_TABLE12 SYSRES_CONST_REQUISITE_SECTION_TABLE13 SYSRES_CONST_REQUISITE_SECTION_TABLE14 SYSRES_CONST_REQUISITE_SECTION_TABLE15 SYSRES_CONST_REQUISITE_SECTION_TABLE16 SYSRES_CONST_REQUISITE_SECTION_TABLE17 SYSRES_CONST_REQUISITE_SECTION_TABLE18 SYSRES_CONST_REQUISITE_SECTION_TABLE19 SYSRES_CONST_REQUISITE_SECTION_TABLE2 SYSRES_CONST_REQUISITE_SECTION_TABLE20 SYSRES_CONST_REQUISITE_SECTION_TABLE21 SYSRES_CONST_REQUISITE_SECTION_TABLE22 SYSRES_CONST_REQUISITE_SECTION_TABLE23 SYSRES_CONST_REQUISITE_SECTION_TABLE24 SYSRES_CONST_REQUISITE_SECTION_TABLE3 SYSRES_CONST_REQUISITE_SECTION_TABLE4 SYSRES_CONST_REQUISITE_SECTION_TABLE5 SYSRES_CONST_REQUISITE_SECTION_TABLE6 SYSRES_CONST_REQUISITE_SECTION_TABLE7 SYSRES_CONST_REQUISITE_SECTION_TABLE8 SYSRES_CONST_REQUISITE_SECTION_TABLE9 SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_RIGHT_ALIGNMENT_CODE SYSRES_CONST_ROLES_REFERENCE_CODE SYSRES_CONST_ROUTE_STEP_AFTER_RUS SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS SYSRES_CONST_ROUTE_TYPE_COMPLEX SYSRES_CONST_ROUTE_TYPE_PARALLEL SYSRES_CONST_ROUTE_TYPE_SERIAL SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE SYSRES_CONST_SEARCHES_COMPONENT_CONTENT SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME SYSRES_CONST_SEARCHES_EDOC_CONTENT SYSRES_CONST_SEARCHES_FOLDER_CONTENT SYSRES_CONST_SEARCHES_JOB_CONTENT SYSRES_CONST_SEARCHES_REFERENCE_CODE SYSRES_CONST_SEARCHES_TASK_CONTENT SYSRES_CONST_SECOND_CHAR SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE SYSRES_CONST_SECTION_REQUISITE_CODE SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE SYSRES_CONST_SELECT_REFERENCE_MODE_NAME SYSRES_CONST_SELECT_TYPE_SELECTABLE SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD SYSRES_CONST_SELECT_TYPE_UNSLECTABLE SYSRES_CONST_SERVER_TYPE_MAIN SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE SYSRES_CONST_STATE_REQ_NAME SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE SYSRES_CONST_STATE_REQUISITE_CODE SYSRES_CONST_STATIC_ROLE_TYPE_CODE SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE SYSRES_CONST_STATUS_VALUE_AUTOCLEANING SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE SYSRES_CONST_STATUS_VALUE_COMPLETE SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE SYSRES_CONST_STATUS_VALUE_RED_SQUARE SYSRES_CONST_STATUS_VALUE_SUSPEND SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE SYSRES_CONST_STORAGE_TYPE_FILE SYSRES_CONST_STORAGE_TYPE_SQL_SERVER SYSRES_CONST_STR_REQUISITE SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR SYSRES_CONST_STRING_REQUISITE_CODE SYSRES_CONST_STRING_REQUISITE_TYPE SYSRES_CONST_STRING_TYPE_CHAR SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE SYSRES_CONST_SYSTEM_VERSION_COMMENT SYSRES_CONST_TASK_ACCESS_TYPE_ALL SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD SYSRES_CONST_TASK_ENCODE_TYPE_NONE SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD SYSRES_CONST_TASK_ROUTE_ALL_CONDITION SYSRES_CONST_TASK_ROUTE_AND_CONDITION SYSRES_CONST_TASK_ROUTE_OR_CONDITION SYSRES_CONST_TASK_STATE_ABORTED SYSRES_CONST_TASK_STATE_COMPLETE SYSRES_CONST_TASK_STATE_CONTINUED SYSRES_CONST_TASK_STATE_CONTROL SYSRES_CONST_TASK_STATE_INIT SYSRES_CONST_TASK_STATE_WORKING SYSRES_CONST_TASK_TITLE SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE SYSRES_CONST_TASK_TYPES_REFERENCE_CODE SYSRES_CONST_TEMPLATES_REFERENCE_CODE SYSRES_CONST_TEST_DATE_REQUISITE_NAME SYSRES_CONST_TEST_DEV_DATABASE_NAME SYSRES_CONST_TEST_DEV_SYSTEM_CODE SYSRES_CONST_TEST_EDMS_DATABASE_NAME SYSRES_CONST_TEST_EDMS_MAIN_CODE SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME SYSRES_CONST_TEST_EDMS_SECOND_CODE SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME SYSRES_CONST_TEST_EDMS_SYSTEM_CODE SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME SYSRES_CONST_TEXT_REQUISITE SYSRES_CONST_TEXT_REQUISITE_CODE SYSRES_CONST_TEXT_REQUISITE_TYPE SYSRES_CONST_TEXT_TYPE_CHAR SYSRES_CONST_TYPE_CODE_REQUISITE_CODE SYSRES_CONST_TYPE_REQUISITE_CODE SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME SYSRES_CONST_USE_ACCESS_TYPE_CODE SYSRES_CONST_USE_ACCESS_TYPE_NAME SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE SYSRES_CONST_USER_CATEGORY_NORMAL SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE SYSRES_CONST_USER_COMMON_CATEGORY SYSRES_CONST_USER_COMMON_CATEGORY_CODE SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_USER_LOGIN_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_USER_SERVICE_CATEGORY SYSRES_CONST_USER_SERVICE_CATEGORY_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME SYSRES_CONST_USER_STATUS_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_DEVELOPER_NAME SYSRES_CONST_USER_STATUS_DISABLED_CODE SYSRES_CONST_USER_STATUS_DISABLED_NAME SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_USER_CODE SYSRES_CONST_USER_STATUS_USER_NAME SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER SYSRES_CONST_USER_TYPE_REQUISITE_CODE SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE SYSRES_CONST_USERS_REFERENCE_CODE SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME SYSRES_CONST_USERS_REQUISITE_CODE SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME SYSRES_CONST_VIEW_DEFAULT_CODE SYSRES_CONST_VIEW_DEFAULT_NAME SYSRES_CONST_VIEWER_REQUISITE_CODE SYSRES_CONST_WAITING_BLOCK_DESCRIPTION SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING  SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT SYSRES_CONST_XML_ENCODING SYSRES_CONST_XREC_STAT_REQUISITE_CODE SYSRES_CONST_XRECID_FIELD_NAME SYSRES_CONST_YES SYSRES_CONST_YES_NO_2_REQUISITE_CODE SYSRES_CONST_YES_NO_REQUISITE_CODE SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_YES_PICK_VALUE SYSRES_CONST_YES_VALUE CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION JOB_BLOCK_ABORT_DEADLINE_PROPERTY JOB_BLOCK_AFTER_FINISH_EVENT JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT JOB_BLOCK_ATTACHMENT_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT JOB_BLOCK_BEFORE_START_EVENT JOB_BLOCK_CREATED_JOBS_PROPERTY JOB_BLOCK_DEADLINE_PROPERTY JOB_BLOCK_EXECUTION_RESULTS_PROPERTY JOB_BLOCK_IS_PARALLEL_PROPERTY JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY JOB_BLOCK_JOB_TEXT_PROPERTY JOB_BLOCK_NAME_PROPERTY JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY JOB_BLOCK_PERFORMER_PROPERTY JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY JOB_BLOCK_SUBJECT_PROPERTY ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE smHidden smMaximized smMinimized smNormal wmNo wmYes COMPONENT_TOKEN_LINK_KIND DOCUMENT_LINK_KIND EDOCUMENT_LINK_KIND FOLDER_LINK_KIND JOB_LINK_KIND REFERENCE_LINK_KIND TASK_LINK_KIND COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE MONITOR_BLOCK_AFTER_FINISH_EVENT MONITOR_BLOCK_BEFORE_START_EVENT MONITOR_BLOCK_DEADLINE_PROPERTY MONITOR_BLOCK_INTERVAL_PROPERTY MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY MONITOR_BLOCK_NAME_PROPERTY MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY NOTICE_BLOCK_AFTER_FINISH_EVENT NOTICE_BLOCK_ATTACHMENT_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY NOTICE_BLOCK_BEFORE_START_EVENT NOTICE_BLOCK_CREATED_NOTICES_PROPERTY NOTICE_BLOCK_DEADLINE_PROPERTY NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY NOTICE_BLOCK_NAME_PROPERTY NOTICE_BLOCK_NOTICE_TEXT_PROPERTY NOTICE_BLOCK_PERFORMER_PROPERTY NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY NOTICE_BLOCK_SUBJECT_PROPERTY dseAfterCancel dseAfterClose dseAfterDelete dseAfterDeleteOutOfTransaction dseAfterInsert dseAfterOpen dseAfterScroll dseAfterUpdate dseAfterUpdateOutOfTransaction dseBeforeCancel dseBeforeClose dseBeforeDelete dseBeforeDetailUpdate dseBeforeInsert dseBeforeOpen dseBeforeUpdate dseOnAnyRequisiteChange dseOnCloseRecord dseOnDeleteError dseOnOpenRecord dseOnPrepareUpdate dseOnUpdateError dseOnUpdateRatifiedRecord dseOnValidDelete dseOnValidUpdate reOnChange reOnChangeValues SELECTION_BEGIN_ROUTE_EVENT SELECTION_END_ROUTE_EVENT CURRENT_PERIOD_IS_REQUIRED PREVIOUS_CARD_TYPE_NAME SHOW_RECORD_PROPERTIES_FORM ACCESS_RIGHTS_SETTING_DIALOG_CODE ADMINISTRATOR_USER_CODE ANALYTIC_REPORT_TYPE asrtHideLocal asrtHideRemote CALCULATED_ROLE_TYPE_CODE COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE DCTS_TEST_PROTOCOLS_FOLDER_PATH E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER E_EDOC_VERSION_ALREDY_SIGNED E_EDOC_VERSION_ALREDY_SIGNED_BY_USER EDOC_TYPES_CODE_REQUISITE_FIELD_NAME EDOCUMENTS_ALIAS_NAME FILES_FOLDER_PATH FILTER_OPERANDS_DELIMITER FILTER_OPERATIONS_DELIMITER FORMCARD_NAME FORMLIST_NAME GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE INTEGRATED_REPORT_TYPE IS_BUILDER_APPLICATION_ROLE IS_BUILDER_APPLICATION_ROLE2 IS_BUILDER_USERS ISBSYSDEV LOG_FOLDER_PATH mbCancel mbNo mbNoToAll mbOK mbYes mbYesToAll MEMORY_DATASET_DESRIPTIONS_FILENAME mrNo mrNoToAll mrYes mrYesToAll MULTIPLE_SELECT_DIALOG_CODE NONOPERATING_RECORD_FLAG_FEMININE NONOPERATING_RECORD_FLAG_MASCULINE OPERATING_RECORD_FLAG_FEMININE OPERATING_RECORD_FLAG_MASCULINE PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE PROGRAM_INITIATED_LOOKUP_ACTION ratDelete ratEdit ratInsert REPORT_TYPE REQUIRED_PICK_VALUES_VARIABLE rmCard rmList SBRTE_PROGID_DEV SBRTE_PROGID_RELEASE STATIC_ROLE_TYPE_CODE SUPPRESS_EMPTY_TEMPLATE_CREATION SYSTEM_USER_CODE UPDATE_DIALOG_DATASET USED_IN_OBJECT_HINT_PARAM USER_INITIATED_LOOKUP_ACTION USER_NAME_FORMAT USER_SELECTION_RESTRICTIONS WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH ELS_SUBTYPE_CONTROL_NAME ELS_FOLDER_KIND_CONTROL_NAME REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME PRIVILEGE_COMPONENT_FULL_ACCESS PRIVILEGE_DEVELOPMENT_EXPORT PRIVILEGE_DEVELOPMENT_IMPORT PRIVILEGE_DOCUMENT_DELETE PRIVILEGE_ESD PRIVILEGE_FOLDER_DELETE PRIVILEGE_MANAGE_ACCESS_RIGHTS PRIVILEGE_MANAGE_REPLICATION PRIVILEGE_MANAGE_SESSION_SERVER PRIVILEGE_OBJECT_FULL_ACCESS PRIVILEGE_OBJECT_VIEW PRIVILEGE_RESERVE_LICENSE PRIVILEGE_SYSTEM_CUSTOMIZE PRIVILEGE_SYSTEM_DEVELOP PRIVILEGE_SYSTEM_INSTALL PRIVILEGE_TASK_DELETE PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE PRIVILEGES_PSEUDOREFERENCE_CODE ACCESS_TYPES_PSEUDOREFERENCE_CODE ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE COMPONENTS_PSEUDOREFERENCE_CODE FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE GROUPS_PSEUDOREFERENCE_CODE RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE REFTYPES_PSEUDOREFERENCE_CODE REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE SEND_PROTOCOL_PSEUDOREFERENCE_CODE SUBSTITUTES_PSEUDOREFERENCE_CODE SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE UNITS_PSEUDOREFERENCE_CODE USERS_PSEUDOREFERENCE_CODE VIEWERS_PSEUDOREFERENCE_CODE CERTIFICATE_TYPE_ENCRYPT CERTIFICATE_TYPE_SIGN CERTIFICATE_TYPE_SIGN_AND_ENCRYPT STORAGE_TYPE_FILE STORAGE_TYPE_NAS_CIFS STORAGE_TYPE_SAPERION STORAGE_TYPE_SQL_SERVER COMPTYPE2_REQUISITE_DOCUMENTS_VALUE COMPTYPE2_REQUISITE_TASKS_VALUE COMPTYPE2_REQUISITE_FOLDERS_VALUE COMPTYPE2_REQUISITE_REFERENCES_VALUE SYSREQ_CODE SYSREQ_COMPTYPE2 SYSREQ_CONST_AVAILABLE_FOR_WEB SYSREQ_CONST_COMMON_CODE SYSREQ_CONST_COMMON_VALUE SYSREQ_CONST_FIRM_CODE SYSREQ_CONST_FIRM_STATUS SYSREQ_CONST_FIRM_VALUE SYSREQ_CONST_SERVER_STATUS SYSREQ_CONTENTS SYSREQ_DATE_OPEN SYSREQ_DATE_CLOSE SYSREQ_DESCRIPTION SYSREQ_DESCRIPTION_LOCALIZE_ID SYSREQ_DOUBLE SYSREQ_EDOC_ACCESS_TYPE SYSREQ_EDOC_AUTHOR SYSREQ_EDOC_CREATED SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE SYSREQ_EDOC_EDITOR SYSREQ_EDOC_ENCODE_TYPE SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_EXPORT_DATE SYSREQ_EDOC_EXPORTER SYSREQ_EDOC_KIND SYSREQ_EDOC_LIFE_STAGE_NAME SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE SYSREQ_EDOC_MODIFIED SYSREQ_EDOC_NAME SYSREQ_EDOC_NOTE SYSREQ_EDOC_QUALIFIED_ID SYSREQ_EDOC_SESSION_KEY SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_SIGNATURE_TYPE SYSREQ_EDOC_SIGNED SYSREQ_EDOC_STORAGE SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE SYSREQ_EDOC_STORAGES_CHECK_RIGHTS SYSREQ_EDOC_STORAGES_COMPUTER_NAME SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE SYSREQ_EDOC_STORAGES_FUNCTION SYSREQ_EDOC_STORAGES_INITIALIZED SYSREQ_EDOC_STORAGES_LOCAL_PATH SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT SYSREQ_EDOC_STORAGES_SERVER_NAME SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME SYSREQ_EDOC_STORAGES_TYPE SYSREQ_EDOC_TEXT_MODIFIED SYSREQ_EDOC_TYPE_ACT_CODE SYSREQ_EDOC_TYPE_ACT_DESCRIPTION SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_EDOC_TYPE_ACT_SECTION SYSREQ_EDOC_TYPE_ADD_PARAMS SYSREQ_EDOC_TYPE_COMMENT SYSREQ_EDOC_TYPE_EVENT_TEXT SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID SYSREQ_EDOC_TYPE_NUMERATION_METHOD SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE SYSREQ_EDOC_TYPE_REQ_CODE SYSREQ_EDOC_TYPE_REQ_DESCRIPTION SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_REQ_IS_LEADING SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED SYSREQ_EDOC_TYPE_REQ_NUMBER SYSREQ_EDOC_TYPE_REQ_ON_CHANGE SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_EDOC_TYPE_REQ_ON_SELECT SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND SYSREQ_EDOC_TYPE_REQ_SECTION SYSREQ_EDOC_TYPE_VIEW_CARD SYSREQ_EDOC_TYPE_VIEW_CODE SYSREQ_EDOC_TYPE_VIEW_COMMENT SYSREQ_EDOC_TYPE_VIEW_IS_MAIN SYSREQ_EDOC_TYPE_VIEW_NAME SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_EDOC_VERSION_AUTHOR SYSREQ_EDOC_VERSION_CRC SYSREQ_EDOC_VERSION_DATA SYSREQ_EDOC_VERSION_EDITOR SYSREQ_EDOC_VERSION_EXPORT_DATE SYSREQ_EDOC_VERSION_EXPORTER SYSREQ_EDOC_VERSION_HIDDEN SYSREQ_EDOC_VERSION_LIFE_STAGE SYSREQ_EDOC_VERSION_MODIFIED SYSREQ_EDOC_VERSION_NOTE SYSREQ_EDOC_VERSION_SIGNATURE_TYPE SYSREQ_EDOC_VERSION_SIGNED SYSREQ_EDOC_VERSION_SIZE SYSREQ_EDOC_VERSION_SOURCE SYSREQ_EDOC_VERSION_TEXT_MODIFIED SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE SYSREQ_FOLDER_KIND SYSREQ_FUNC_CATEGORY SYSREQ_FUNC_COMMENT SYSREQ_FUNC_GROUP SYSREQ_FUNC_GROUP_COMMENT SYSREQ_FUNC_GROUP_NUMBER SYSREQ_FUNC_HELP SYSREQ_FUNC_PARAM_DEF_VALUE SYSREQ_FUNC_PARAM_IDENT SYSREQ_FUNC_PARAM_NUMBER SYSREQ_FUNC_PARAM_TYPE SYSREQ_FUNC_TEXT SYSREQ_GROUP_CATEGORY SYSREQ_ID SYSREQ_LAST_UPDATE SYSREQ_LEADER_REFERENCE SYSREQ_LINE_NUMBER SYSREQ_MAIN_RECORD_ID SYSREQ_NAME SYSREQ_NAME_LOCALIZE_ID SYSREQ_NOTE SYSREQ_ORIGINAL_RECORD SYSREQ_OUR_FIRM SYSREQ_PROFILING_SETTINGS_BATCH_LOGING SYSREQ_PROFILING_SETTINGS_BATCH_SIZE SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_START_LOGGED SYSREQ_RECORD_STATUS SYSREQ_REF_REQ_FIELD_NAME SYSREQ_REF_REQ_FORMAT SYSREQ_REF_REQ_GENERATED SYSREQ_REF_REQ_LENGTH SYSREQ_REF_REQ_PRECISION SYSREQ_REF_REQ_REFERENCE SYSREQ_REF_REQ_SECTION SYSREQ_REF_REQ_STORED SYSREQ_REF_REQ_TOKENS SYSREQ_REF_REQ_TYPE SYSREQ_REF_REQ_VIEW SYSREQ_REF_TYPE_ACT_CODE SYSREQ_REF_TYPE_ACT_DESCRIPTION SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_ACT_ON_EXECUTE SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_REF_TYPE_ACT_SECTION SYSREQ_REF_TYPE_ADD_PARAMS SYSREQ_REF_TYPE_COMMENT SYSREQ_REF_TYPE_COMMON_SETTINGS SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME SYSREQ_REF_TYPE_EVENT_TEXT SYSREQ_REF_TYPE_MAIN_LEADING_REF SYSREQ_REF_TYPE_NAME_IN_SINGULAR SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_REF_TYPE_NAME_LOCALIZE_ID SYSREQ_REF_TYPE_NUMERATION_METHOD SYSREQ_REF_TYPE_REQ_CODE SYSREQ_REF_TYPE_REQ_DESCRIPTION SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_REQ_IS_CONTROL SYSREQ_REF_TYPE_REQ_IS_FILTER SYSREQ_REF_TYPE_REQ_IS_LEADING SYSREQ_REF_TYPE_REQ_IS_REQUIRED SYSREQ_REF_TYPE_REQ_NUMBER SYSREQ_REF_TYPE_REQ_ON_CHANGE SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_REF_TYPE_REQ_ON_SELECT SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND SYSREQ_REF_TYPE_REQ_SECTION SYSREQ_REF_TYPE_VIEW_CARD SYSREQ_REF_TYPE_VIEW_CODE SYSREQ_REF_TYPE_VIEW_COMMENT SYSREQ_REF_TYPE_VIEW_IS_MAIN SYSREQ_REF_TYPE_VIEW_NAME SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_REFERENCE_TYPE_ID SYSREQ_STATE SYSREQ_STAT\u0415 SYSREQ_SYSTEM_SETTINGS_VALUE SYSREQ_TYPE SYSREQ_UNIT SYSREQ_UNIT_ID SYSREQ_USER_GROUPS_GROUP_FULL_NAME SYSREQ_USER_GROUPS_GROUP_NAME SYSREQ_USER_GROUPS_GROUP_SERVER_NAME SYSREQ_USERS_ACCESS_RIGHTS SYSREQ_USERS_AUTHENTICATION SYSREQ_USERS_CATEGORY SYSREQ_USERS_COMPONENT SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC SYSREQ_USERS_DOMAIN SYSREQ_USERS_FULL_USER_NAME SYSREQ_USERS_GROUP SYSREQ_USERS_IS_MAIN_SERVER SYSREQ_USERS_LOGIN SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC SYSREQ_USERS_STATUS SYSREQ_USERS_USER_CERTIFICATE SYSREQ_USERS_USER_CERTIFICATE_INFO SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION SYSREQ_USERS_USER_CERTIFICATE_STATE SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT SYSREQ_USERS_USER_DEFAULT_CERTIFICATE SYSREQ_USERS_USER_DESCRIPTION SYSREQ_USERS_USER_GLOBAL_NAME SYSREQ_USERS_USER_LOGIN SYSREQ_USERS_USER_MAIN_SERVER SYSREQ_USERS_USER_TYPE SYSREQ_WORK_RULES_FOLDER_ID RESULT_VAR_NAME RESULT_VAR_NAME_ENG AUTO_NUMERATION_RULE_ID CANT_CHANGE_ID_REQUISITE_RULE_ID CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID CHECK_CODE_REQUISITE_RULE_ID CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID CHECK_FILTRATER_CHANGES_RULE_ID CHECK_RECORD_INTERVAL_RULE_ID CHECK_REFERENCE_INTERVAL_RULE_ID CHECK_REQUIRED_DATA_FULLNESS_RULE_ID CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID MAKE_RECORD_UNRATIFIED_RULE_ID RESTORE_AUTO_NUMERATION_RULE_ID SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID SET_IDSPS_VALUE_RULE_ID SET_NEXT_CODE_VALUE_RULE_ID SET_OURFIRM_BOUNDS_RULE_ID SET_OURFIRM_REQUISITE_RULE_ID SCRIPT_BLOCK_AFTER_FINISH_EVENT SCRIPT_BLOCK_BEFORE_START_EVENT SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY SCRIPT_BLOCK_NAME_PROPERTY SCRIPT_BLOCK_SCRIPT_PROPERTY SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_AFTER_FINISH_EVENT SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT SUBTASK_BLOCK_ATTACHMENTS_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY SUBTASK_BLOCK_BEFORE_START_EVENT SUBTASK_BLOCK_CREATED_TASK_PROPERTY SUBTASK_BLOCK_CREATION_EVENT SUBTASK_BLOCK_DEADLINE_PROPERTY SUBTASK_BLOCK_IMPORTANCE_PROPERTY SUBTASK_BLOCK_INITIATOR_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY SUBTASK_BLOCK_JOBS_TYPE_PROPERTY SUBTASK_BLOCK_NAME_PROPERTY SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY SUBTASK_BLOCK_PERFORMERS_PROPERTY SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_START_EVENT SUBTASK_BLOCK_STEP_CONTROL_PROPERTY SUBTASK_BLOCK_SUBJECT_PROPERTY SUBTASK_BLOCK_TASK_CONTROL_PROPERTY SUBTASK_BLOCK_TEXT_PROPERTY SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY SYSCOMP_CONTROL_JOBS SYSCOMP_FOLDERS SYSCOMP_JOBS SYSCOMP_NOTICES SYSCOMP_TASKS SYSDLG_CREATE_EDOCUMENT SYSDLG_CREATE_EDOCUMENT_VERSION SYSDLG_CURRENT_PERIOD SYSDLG_EDIT_FUNCTION_HELP SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS SYSDLG_EXPORT_SINGLE_EDOCUMENT SYSDLG_IMPORT_EDOCUMENT SYSDLG_MULTIPLE_SELECT SYSDLG_SETUP_ACCESS_RIGHTS SYSDLG_SETUP_DEFAULT_RIGHTS SYSDLG_SETUP_FILTER_CONDITION SYSDLG_SETUP_SIGN_RIGHTS SYSDLG_SETUP_TASK_OBSERVERS SYSDLG_SETUP_TASK_ROUTE SYSDLG_SETUP_USERS_LIST SYSDLG_SIGN_EDOCUMENT SYSDLG_SIGN_MULTIPLE_EDOCUMENTS SYSREF_ACCESS_RIGHTS_TYPES SYSREF_ADMINISTRATION_HISTORY SYSREF_ALL_AVAILABLE_COMPONENTS SYSREF_ALL_AVAILABLE_PRIVILEGES SYSREF_ALL_REPLICATING_COMPONENTS SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS SYSREF_CALENDAR_EVENTS SYSREF_COMPONENT_TOKEN_HISTORY SYSREF_COMPONENT_TOKENS SYSREF_COMPONENTS SYSREF_CONSTANTS SYSREF_DATA_RECEIVE_PROTOCOL SYSREF_DATA_SEND_PROTOCOL SYSREF_DIALOGS SYSREF_DIALOGS_REQUISITES SYSREF_EDITORS SYSREF_EDOC_CARDS SYSREF_EDOC_TYPES SYSREF_EDOCUMENT_CARD_REQUISITES SYSREF_EDOCUMENT_CARD_TYPES SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE SYSREF_EDOCUMENT_CARDS SYSREF_EDOCUMENT_HISTORY SYSREF_EDOCUMENT_KINDS SYSREF_EDOCUMENT_REQUISITES SYSREF_EDOCUMENT_SIGNATURES SYSREF_EDOCUMENT_TEMPLATES SYSREF_EDOCUMENT_TEXT_STORAGES SYSREF_EDOCUMENT_VIEWS SYSREF_FILTERER_SETUP_CONFLICTS SYSREF_FILTRATER_SETTING_CONFLICTS SYSREF_FOLDER_HISTORY SYSREF_FOLDERS SYSREF_FUNCTION_GROUPS SYSREF_FUNCTION_PARAMS SYSREF_FUNCTIONS SYSREF_JOB_HISTORY SYSREF_LINKS SYSREF_LOCALIZATION_DICTIONARY SYSREF_LOCALIZATION_LANGUAGES SYSREF_MODULES SYSREF_PRIVILEGES SYSREF_RECORD_HISTORY SYSREF_REFERENCE_REQUISITES SYSREF_REFERENCE_TYPE_VIEWS SYSREF_REFERENCE_TYPES SYSREF_REFERENCES SYSREF_REFERENCES_REQUISITES SYSREF_REMOTE_SERVERS SYSREF_REPLICATION_SESSIONS_LOG SYSREF_REPLICATION_SESSIONS_PROTOCOL SYSREF_REPORTS SYSREF_ROLES SYSREF_ROUTE_BLOCK_GROUPS SYSREF_ROUTE_BLOCKS SYSREF_SCRIPTS SYSREF_SEARCHES SYSREF_SERVER_EVENTS SYSREF_SERVER_EVENTS_HISTORY SYSREF_STANDARD_ROUTE_GROUPS SYSREF_STANDARD_ROUTES SYSREF_STATUSES SYSREF_SYSTEM_SETTINGS SYSREF_TASK_HISTORY SYSREF_TASK_KIND_GROUPS SYSREF_TASK_KINDS SYSREF_TASK_RIGHTS SYSREF_TASK_SIGNATURES SYSREF_TASKS SYSREF_UNITS SYSREF_USER_GROUPS SYSREF_USER_GROUPS_REFERENCE SYSREF_USER_SUBSTITUTION SYSREF_USERS SYSREF_USERS_REFERENCE SYSREF_VIEWERS SYSREF_WORKING_TIME_CALENDARS ACCESS_RIGHTS_TABLE_NAME EDMS_ACCESS_TABLE_NAME EDOC_TYPES_TABLE_NAME TEST_DEV_DB_NAME TEST_DEV_SYSTEM_CODE TEST_EDMS_DB_NAME TEST_EDMS_MAIN_CODE TEST_EDMS_MAIN_DB_NAME TEST_EDMS_SECOND_CODE TEST_EDMS_SECOND_DB_NAME TEST_EDMS_SYSTEM_CODE TEST_ISB5_MAIN_CODE TEST_ISB5_SECOND_CODE TEST_SQL_SERVER_2005_NAME TEST_SQL_SERVER_NAME ATTENTION_CAPTION cbsCommandLinks cbsDefault CONFIRMATION_CAPTION ERROR_CAPTION INFORMATION_CAPTION mrCancel mrOk EDOC_VERSION_ACTIVE_STAGE_CODE EDOC_VERSION_DESIGN_STAGE_CODE EDOC_VERSION_OBSOLETE_STAGE_CODE cpDataEnciphermentEnabled cpDigitalSignatureEnabled cpID cpIssuer cpPluginVersion cpSerial cpSubjectName cpSubjSimpleName cpValidFromDate cpValidToDate ISBL_SYNTAX NO_SYNTAX XML_SYNTAX WAIT_BLOCK_AFTER_FINISH_EVENT WAIT_BLOCK_BEFORE_START_EVENT WAIT_BLOCK_DEADLINE_PROPERTY WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY WAIT_BLOCK_NAME_PROPERTY WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SYSRES_COMMON SYSRES_CONST SYSRES_MBFUNC SYSRES_SBDATA SYSRES_SBGUI SYSRES_SBINTF SYSRES_SBREFDSC SYSRES_SQLERRORS SYSRES_SYSCOMP atUser atGroup atRole aemEnabledAlways aemDisabledAlways aemEnabledOnBrowse aemEnabledOnEdit aemDisabledOnBrowseEmpty apBegin apEnd alLeft alRight asmNever asmNoButCustomize asmAsLastTime asmYesButCustomize asmAlways cirCommon cirRevoked ctSignature ctEncode ctSignatureEncode clbUnchecked clbChecked clbGrayed ceISB ceAlways ceNever ctDocument ctReference ctScript ctUnknown ctReport ctDialog ctFunction ctFolder ctEDocument ctTask ctJob ctNotice ctControlJob cfInternal cfDisplay ciUnspecified ciWrite ciRead ckFolder ckEDocument ckTask ckJob ckComponentToken ckAny ckReference ckScript ckReport ckDialog ctISBLEditor ctBevel ctButton ctCheckListBox ctComboBox ctComboEdit ctGrid ctDBCheckBox ctDBComboBox ctDBEdit ctDBEllipsis ctDBMemo ctDBNavigator ctDBRadioGroup ctDBStatusLabel ctEdit ctGroupBox ctInplaceHint ctMemo ctPanel ctListBox ctRadioButton ctRichEdit ctTabSheet ctWebBrowser ctImage ctHyperLink ctLabel ctDBMultiEllipsis ctRibbon ctRichView ctInnerPanel ctPanelGroup ctBitButton cctDate cctInteger cctNumeric cctPick cctReference cctString cctText cltInternal cltPrimary cltGUI dseBeforeOpen dseAfterOpen dseBeforeClose dseAfterClose dseOnValidDelete dseBeforeDelete dseAfterDelete dseAfterDeleteOutOfTransaction dseOnDeleteError dseBeforeInsert dseAfterInsert dseOnValidUpdate dseBeforeUpdate dseOnUpdateRatifiedRecord dseAfterUpdate dseAfterUpdateOutOfTransaction dseOnUpdateError dseAfterScroll dseOnOpenRecord dseOnCloseRecord dseBeforeCancel dseAfterCancel dseOnUpdateDeadlockError dseBeforeDetailUpdate dseOnPrepareUpdate dseOnAnyRequisiteChange dssEdit dssInsert dssBrowse dssInActive dftDate dftShortDate dftDateTime dftTimeStamp dotDays dotHours dotMinutes dotSeconds dtkndLocal dtkndUTC arNone arView arEdit arFull ddaView ddaEdit emLock emEdit emSign emExportWithLock emImportWithUnlock emChangeVersionNote emOpenForModify emChangeLifeStage emDelete emCreateVersion emImport emUnlockExportedWithLock emStart emAbort emReInit emMarkAsReaded emMarkAsUnreaded emPerform emAccept emResume emChangeRights emEditRoute emEditObserver emRecoveryFromLocalCopy emChangeWorkAccessType emChangeEncodeTypeToCertificate emChangeEncodeTypeToPassword emChangeEncodeTypeToNone emChangeEncodeTypeToCertificatePassword emChangeStandardRoute emGetText emOpenForView emMoveToStorage emCreateObject emChangeVersionHidden emDeleteVersion emChangeLifeCycleStage emApprovingSign emExport emContinue emLockFromEdit emUnLockForEdit emLockForServer emUnlockFromServer emDelegateAccessRights emReEncode ecotFile ecotProcess eaGet eaCopy eaCreate eaCreateStandardRoute edltAll edltNothing edltQuery essmText essmCard esvtLast esvtLastActive esvtSpecified edsfExecutive edsfArchive edstSQLServer edstFile edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile vsDefault vsDesign vsActive vsObsolete etNone etCertificate etPassword etCertificatePassword ecException ecWarning ecInformation estAll estApprovingOnly evtLast evtLastActive evtQuery fdtString fdtNumeric fdtInteger fdtDate fdtText fdtUnknown fdtWideString fdtLargeInteger ftInbox ftOutbox ftFavorites ftCommonFolder ftUserFolder ftComponents ftQuickLaunch ftShortcuts ftSearch grhAuto grhX1 grhX2 grhX3 hltText hltRTF hltHTML iffBMP iffJPEG iffMultiPageTIFF iffSinglePageTIFF iffTIFF iffPNG im8bGrayscale im24bRGB im1bMonochrome itBMP itJPEG itWMF itPNG ikhInformation ikhWarning ikhError ikhNoIcon icUnknown icScript icFunction icIntegratedReport icAnalyticReport icDataSetEventHandler icActionHandler icFormEventHandler icLookUpEventHandler icRequisiteChangeEventHandler icBeforeSearchEventHandler icRoleCalculation icSelectRouteEventHandler icBlockPropertyCalculation icBlockQueryParamsEventHandler icChangeSearchResultEventHandler icBlockEventHandler icSubTaskInitEventHandler icEDocDataSetEventHandler icEDocLookUpEventHandler icEDocActionHandler icEDocFormEventHandler icEDocRequisiteChangeEventHandler icStructuredConversionRule icStructuredConversionEventBefore icStructuredConversionEventAfter icWizardEventHandler icWizardFinishEventHandler icWizardStepEventHandler icWizardStepFinishEventHandler icWizardActionEnableEventHandler icWizardActionExecuteEventHandler icCreateJobsHandler icCreateNoticesHandler icBeforeLookUpEventHandler icAfterLookUpEventHandler icTaskAbortEventHandler icWorkflowBlockActionHandler icDialogDataSetEventHandler icDialogActionHandler icDialogLookUpEventHandler icDialogRequisiteChangeEventHandler icDialogFormEventHandler icDialogValidCloseEventHandler icBlockFormEventHandler icTaskFormEventHandler icReferenceMethod icEDocMethod icDialogMethod icProcessMessageHandler isShow isHide isByUserSettings jkJob jkNotice jkControlJob jtInner jtLeft jtRight jtFull jtCross lbpAbove lbpBelow lbpLeft lbpRight eltPerConnection eltPerUser sfcUndefined sfcBlack sfcGreen sfcRed sfcBlue sfcOrange sfcLilac sfsItalic sfsStrikeout sfsNormal ldctStandardRoute ldctWizard ldctScript ldctFunction ldctRouteBlock ldctIntegratedReport ldctAnalyticReport ldctReferenceType ldctEDocumentType ldctDialog ldctServerEvents mrcrtNone mrcrtUser mrcrtMaximal mrcrtCustom vtEqual vtGreaterOrEqual vtLessOrEqual vtRange rdYesterday rdToday rdTomorrow rdThisWeek rdThisMonth rdThisYear rdNextMonth rdNextWeek rdLastWeek rdLastMonth rdWindow rdFile rdPrinter rdtString rdtNumeric rdtInteger rdtDate rdtReference rdtAccount rdtText rdtPick rdtUnknown rdtLargeInteger rdtDocument reOnChange reOnChangeValues ttGlobal ttLocal ttUser ttSystem ssmBrowse ssmSelect ssmMultiSelect ssmBrowseModal smSelect smLike smCard stNone stAuthenticating stApproving sctString sctStream sstAnsiSort sstNaturalSort svtEqual svtContain soatString soatNumeric soatInteger soatDatetime soatReferenceRecord soatText soatPick soatBoolean soatEDocument soatAccount soatIntegerCollection soatNumericCollection soatStringCollection soatPickCollection soatDatetimeCollection soatBooleanCollection soatReferenceRecordCollection soatEDocumentCollection soatAccountCollection soatContents soatUnknown tarAbortByUser tarAbortByWorkflowException tvtAllWords tvtExactPhrase tvtAnyWord usNone usCompleted usRedSquare usBlueSquare usYellowSquare usGreenSquare usOrangeSquare usPurpleSquare usFollowUp utUnknown utUser utDeveloper utAdministrator utSystemDeveloper utDisconnected btAnd btDetailAnd btOr btNotOr btOnly vmView vmSelect vmNavigation vsmSingle vsmMultiple vsmMultipleCheck vsmNoSelection wfatPrevious wfatNext wfatCancel wfatFinish wfepUndefined wfepText3 wfepText6 wfepText9 wfepSpinEdit wfepDropDown wfepRadioGroup wfepFlag wfepText12 wfepText15 wfepText18 wfepText21 wfepText24 wfepText27 wfepText30 wfepRadioGroupColumn1 wfepRadioGroupColumn2 wfepRadioGroupColumn3 wfetQueryParameter wfetText wfetDelimiter wfetLabel wptString wptInteger wptNumeric wptBoolean wptDateTime wptPick wptText wptUser wptUserList wptEDocumentInfo wptEDocumentInfoList wptReferenceRecordInfo wptReferenceRecordInfoList wptFolderInfo wptTaskInfo wptContents wptFileName wptDate wsrComplete wsrGoNext wsrGoPrevious wsrCustom wsrCancel wsrGoFinal wstForm wstEDocument wstTaskCard wstReferenceRecordCard wstFinal waAll waPerformers waManual wsbStart wsbFinish wsbNotice wsbStep wsbDecision wsbWait wsbMonitor wsbScript wsbConnector wsbSubTask wsbLifeCycleStage wsbPause wdtInteger wdtFloat wdtString wdtPick wdtDateTime wdtBoolean wdtTask wdtJob wdtFolder wdtEDocument wdtReferenceRecord wdtUser wdtGroup wdtRole wdtIntegerCollection wdtFloatCollection wdtStringCollection wdtPickCollection wdtDateTimeCollection wdtBooleanCollection wdtTaskCollection wdtJobCollection wdtFolderCollection wdtEDocumentCollection wdtReferenceRecordCollection wdtUserCollection wdtGroupCollection wdtRoleCollection wdtContents wdtUserList wdtSearchDescription wdtDeadLine wdtPickSet wdtAccountCollection wiLow wiNormal wiHigh wrtSoft wrtHard wsInit wsRunning wsDone wsControlled wsAborted wsContinued wtmFull wtmFromCurrent wtmOnlyCurrent ",class:"AltState Application CallType ComponentTokens CreatedJobs CreatedNotices ControlState DialogResult Dialogs EDocuments EDocumentVersionSource Folders GlobalIDs Job Jobs InputValue LookUpReference LookUpRequisiteNames LookUpSearch Object ParentComponent Processes References Requisite ReportName Reports Result Scripts Searches SelectedAttachments SelectedItems SelectMode Sender ServerEvents ServiceFactory ShiftState SubTask SystemDialogs Tasks Wizard Wizards Work \u0412\u044b\u0437\u043e\u0432\u0421\u043f\u043e\u0441\u043e\u0431 \u0418\u043c\u044f\u041e\u0442\u0447\u0435\u0442\u0430 \u0420\u0435\u043a\u0432\u0417\u043d\u0430\u0447 ",literal:"null true false nil "},s={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,keywords:o,relevance:0},l={className:"type",begin:":[ \\t]*("+"IApplication IAccessRights IAccountRepository IAccountSelectionRestrictions IAction IActionList IAdministrationHistoryDescription IAnchors IApplication IArchiveInfo IAttachment IAttachmentList ICheckListBox ICheckPointedList IColumn IComponent IComponentDescription IComponentToken IComponentTokenFactory IComponentTokenInfo ICompRecordInfo IConnection IContents IControl IControlJob IControlJobInfo IControlList ICrypto ICrypto2 ICustomJob ICustomJobInfo ICustomListBox ICustomObjectWizardStep ICustomWork ICustomWorkInfo IDataSet IDataSetAccessInfo IDataSigner IDateCriterion IDateRequisite IDateRequisiteDescription IDateValue IDeaAccessRights IDeaObjectInfo IDevelopmentComponentLock IDialog IDialogFactory IDialogPickRequisiteItems IDialogsFactory IDICSFactory IDocRequisite IDocumentInfo IDualListDialog IECertificate IECertificateInfo IECertificates IEditControl IEditorForm IEdmsExplorer IEdmsObject IEdmsObjectDescription IEdmsObjectFactory IEdmsObjectInfo IEDocument IEDocumentAccessRights IEDocumentDescription IEDocumentEditor IEDocumentFactory IEDocumentInfo IEDocumentStorage IEDocumentVersion IEDocumentVersionListDialog IEDocumentVersionSource IEDocumentWizardStep IEDocVerSignature IEDocVersionState IEnabledMode IEncodeProvider IEncrypter IEvent IEventList IException IExternalEvents IExternalHandler IFactory IField IFileDialog IFolder IFolderDescription IFolderDialog IFolderFactory IFolderInfo IForEach IForm IFormTitle IFormWizardStep IGlobalIDFactory IGlobalIDInfo IGrid IHasher IHistoryDescription IHyperLinkControl IImageButton IImageControl IInnerPanel IInplaceHint IIntegerCriterion IIntegerList IIntegerRequisite IIntegerValue IISBLEditorForm IJob IJobDescription IJobFactory IJobForm IJobInfo ILabelControl ILargeIntegerCriterion ILargeIntegerRequisite ILargeIntegerValue ILicenseInfo ILifeCycleStage IList IListBox ILocalIDInfo ILocalization ILock IMemoryDataSet IMessagingFactory IMetadataRepository INotice INoticeInfo INumericCriterion INumericRequisite INumericValue IObject IObjectDescription IObjectImporter IObjectInfo IObserver IPanelGroup IPickCriterion IPickProperty IPickRequisite IPickRequisiteDescription IPickRequisiteItem IPickRequisiteItems IPickValue IPrivilege IPrivilegeList IProcess IProcessFactory IProcessMessage IProgress IProperty IPropertyChangeEvent IQuery IReference IReferenceCriterion IReferenceEnabledMode IReferenceFactory IReferenceHistoryDescription IReferenceInfo IReferenceRecordCardWizardStep IReferenceRequisiteDescription IReferencesFactory IReferenceValue IRefRequisite IReport IReportFactory IRequisite IRequisiteDescription IRequisiteDescriptionList IRequisiteFactory IRichEdit IRouteStep IRule IRuleList ISchemeBlock IScript IScriptFactory ISearchCriteria ISearchCriterion ISearchDescription ISearchFactory ISearchFolderInfo ISearchForObjectDescription ISearchResultRestrictions ISecuredContext ISelectDialog IServerEvent IServerEventFactory IServiceDialog IServiceFactory ISignature ISignProvider ISignProvider2 ISignProvider3 ISimpleCriterion IStringCriterion IStringList IStringRequisite IStringRequisiteDescription IStringValue ISystemDialogsFactory ISystemInfo ITabSheet ITask ITaskAbortReasonInfo ITaskCardWizardStep ITaskDescription ITaskFactory ITaskInfo ITaskRoute ITextCriterion ITextRequisite ITextValue ITreeListSelectDialog IUser IUserList IValue IView IWebBrowserControl IWizard IWizardAction IWizardFactory IWizardFormElement IWizardParam IWizardPickParam IWizardReferenceParam IWizardStep IWorkAccessRights IWorkDescription IWorkflowAskableParam IWorkflowAskableParams IWorkflowBlock IWorkflowBlockResult IWorkflowEnabledMode IWorkflowParam IWorkflowPickParam IWorkflowReferenceParam IWorkState IWorkTreeCustomNode IWorkTreeJobNode IWorkTreeTaskNode IXMLEditorForm SBCrypto ".trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},c={className:"variable",lexemes:t,keywords:o,begin:t,relevance:0,containts:[l,s]};return{aliases:["isbl"],case_insensitive:!0,lexemes:t,keywords:o,illegal:"\\$|\\?|%|,|;$|~|#|@|</",contains:[{className:"function",begin:"[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]*\\(",end:"\\)$",returnBegin:!0,lexemes:t,keywords:o,illegal:"[\\[\\]\\|\\$\\?%,~#@]",contains:[{className:"title",lexemes:t,keywords:{built_in:"AddSubString AdjustLineBreaks AmountInWords Analysis ArrayDimCount ArrayHighBound ArrayLowBound ArrayOf ArrayReDim Assert Assigned BeginOfMonth BeginOfPeriod BuildProfilingOperationAnalysis CallProcedure CanReadFile CArrayElement CDataSetRequisite ChangeDate ChangeReferenceDataset Char CharPos CheckParam CheckParamValue CompareStrings ConstantExists ControlState ConvertDateStr Copy CopyFile CreateArray CreateCachedReference CreateConnection CreateDialog CreateDualListDialog CreateEditor CreateException CreateFile CreateFolderDialog CreateInputDialog CreateLinkFile CreateList CreateLock CreateMemoryDataSet CreateObject CreateOpenDialog CreateProgress CreateQuery CreateReference CreateReport CreateSaveDialog CreateScript CreateSQLPivotFunction CreateStringList CreateTreeListSelectDialog CSelectSQL CSQL CSubString CurrentUserID CurrentUserName CurrentVersion DataSetLocateEx DateDiff DateTimeDiff DateToStr DayOfWeek DeleteFile DirectoryExists DisableCheckAccessRights DisableCheckFullShowingRestriction DisableMassTaskSendingRestrictions DropTable DupeString EditText EnableCheckAccessRights EnableCheckFullShowingRestriction EnableMassTaskSendingRestrictions EndOfMonth EndOfPeriod ExceptionExists ExceptionsOff ExceptionsOn Execute ExecuteProcess Exit ExpandEnvironmentVariables ExtractFileDrive ExtractFileExt ExtractFileName ExtractFilePath ExtractParams FileExists FileSize FindFile FindSubString FirmContext ForceDirectories Format FormatDate FormatNumeric FormatSQLDate FormatString FreeException GetComponent GetComponentLaunchParam GetConstant GetLastException GetReferenceRecord GetRefTypeByRefID GetTableID GetTempFolder IfThen In IndexOf InputDialog InputDialogEx InteractiveMode IsFileLocked IsGraphicFile IsNumeric Length LoadString LoadStringFmt LocalTimeToUTC LowerCase Max MessageBox MessageBoxEx MimeDecodeBinary MimeDecodeString MimeEncodeBinary MimeEncodeString Min MoneyInWords MoveFile NewID Now OpenFile Ord Precision Raise ReadCertificateFromFile ReadFile ReferenceCodeByID ReferenceNumber ReferenceRequisiteMode ReferenceRequisiteValue RegionDateSettings RegionNumberSettings RegionTimeSettings RegRead RegWrite RenameFile Replace Round SelectServerCode SelectSQL ServerDateTime SetConstant SetManagedFolderFieldsState ShowConstantsInputDialog ShowMessage Sleep Split SQL SQL2XLSTAB SQLProfilingSendReport StrToDate SubString SubStringCount SystemSetting Time TimeDiff Today Transliterate Trim UpperCase UserStatus UTCToLocalTime ValidateXML VarIsClear VarIsEmpty VarIsNull WorkTimeDiff WriteFile WriteFileEx WriteObjectHistory \u0410\u043d\u0430\u043b\u0438\u0437 \u0411\u0430\u0437\u0430\u0414\u0430\u043d\u043d\u044b\u0445 \u0411\u043b\u043e\u043a\u0415\u0441\u0442\u044c \u0411\u043b\u043e\u043a\u0415\u0441\u0442\u044c\u0420\u0430\u0441\u0448 \u0411\u043b\u043e\u043a\u0418\u043d\u0444\u043e \u0411\u043b\u043e\u043a\u0421\u043d\u044f\u0442\u044c \u0411\u043b\u043e\u043a\u0421\u043d\u044f\u0442\u044c\u0420\u0430\u0441\u0448 \u0411\u043b\u043e\u043a\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0412\u0432\u043e\u0434 \u0412\u0432\u043e\u0434\u041c\u0435\u043d\u044e \u0412\u0435\u0434\u0421 \u0412\u0435\u0434\u0421\u043f\u0440 \u0412\u0435\u0440\u0445\u043d\u044f\u044f\u0413\u0440\u0430\u043d\u0438\u0446\u0430\u041c\u0430\u0441\u0441\u0438\u0432\u0430 \u0412\u043d\u0435\u0448\u041f\u0440\u043e\u0433\u0440 \u0412\u043e\u0441\u0441\u0442 \u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f\u041f\u0430\u043f\u043a\u0430 \u0412\u0440\u0435\u043c\u044f \u0412\u044b\u0431\u043e\u0440SQL \u0412\u044b\u0431\u0440\u0430\u0442\u044c\u0417\u0430\u043f\u0438\u0441\u044c \u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c\u0421\u0442\u0440 \u0412\u044b\u0437\u0432\u0430\u0442\u044c \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0412\u044b\u043f\u041f\u0440\u043e\u0433\u0440 \u0413\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439\u0424\u0430\u0439\u043b \u0413\u0440\u0443\u043f\u043f\u0430\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0414\u0430\u0442\u0430\u0412\u0440\u0435\u043c\u044f\u0421\u0435\u0440\u0432 \u0414\u0435\u043d\u044c\u041d\u0435\u0434\u0435\u043b\u0438 \u0414\u0438\u0430\u043b\u043e\u0433\u0414\u0430\u041d\u0435\u0442 \u0414\u043b\u0438\u043d\u0430\u0421\u0442\u0440 \u0414\u043e\u0431\u041f\u043e\u0434\u0441\u0442\u0440 \u0415\u041f\u0443\u0441\u0442\u043e \u0415\u0441\u043b\u0438\u0422\u043e \u0415\u0427\u0438\u0441\u043b\u043e \u0417\u0430\u043c\u041f\u043e\u0434\u0441\u0442\u0440 \u0417\u0430\u043f\u0438\u0441\u044c\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u0417\u043d\u0430\u0447\u041f\u043e\u043b\u044f\u0421\u043f\u0440 \u0418\u0414\u0422\u0438\u043f\u0421\u043f\u0440 \u0418\u0437\u0432\u043b\u0435\u0447\u044c\u0414\u0438\u0441\u043a \u0418\u0437\u0432\u043b\u0435\u0447\u044c\u0418\u043c\u044f\u0424\u0430\u0439\u043b\u0430 \u0418\u0437\u0432\u043b\u0435\u0447\u044c\u041f\u0443\u0442\u044c \u0418\u0437\u0432\u043b\u0435\u0447\u044c\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0418\u0437\u043c\u0414\u0430\u0442 \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c\u0420\u0430\u0437\u043c\u0435\u0440\u041c\u0430\u0441\u0441\u0438\u0432\u0430 \u0418\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439\u041c\u0430\u0441\u0441\u0438\u0432\u0430 \u0418\u043c\u044f\u041e\u0440\u0433 \u0418\u043c\u044f\u041f\u043e\u043b\u044f\u0421\u043f\u0440 \u0418\u043d\u0434\u0435\u043a\u0441 \u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0428\u0430\u0433 \u0418\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439\u0420\u0435\u0436\u0438\u043c \u0418\u0442\u043e\u0433\u0422\u0431\u043b\u0421\u043f\u0440 \u041a\u043e\u0434\u0412\u0438\u0434\u0412\u0435\u0434\u0421\u043f\u0440 \u041a\u043e\u0434\u0412\u0438\u0434\u0421\u043f\u0440\u041f\u043e\u0418\u0414 \u041a\u043e\u0434\u041f\u043eAnalit \u041a\u043e\u0434\u0421\u0438\u043c\u0432\u043e\u043b\u0430 \u041a\u043e\u0434\u0421\u043f\u0440 \u041a\u043e\u043b\u041f\u043e\u0434\u0441\u0442\u0440 \u041a\u043e\u043b\u041f\u0440\u043e\u043f \u041a\u043e\u043d\u041c\u0435\u0441 \u041a\u043e\u043d\u0441\u0442 \u041a\u043e\u043d\u0441\u0442\u0415\u0441\u0442\u044c \u041a\u043e\u043d\u0441\u0442\u0417\u043d\u0430\u0447 \u041a\u043e\u043d\u0422\u0440\u0430\u043d \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0424\u0430\u0439\u043b \u041a\u043e\u043f\u0438\u044f\u0421\u0442\u0440 \u041a\u041f\u0435\u0440\u0438\u043e\u0434 \u041a\u0421\u0442\u0440\u0422\u0431\u043b\u0421\u043f\u0440 \u041c\u0430\u043a\u0441 \u041c\u0430\u043a\u0441\u0421\u0442\u0440\u0422\u0431\u043b\u0421\u043f\u0440 \u041c\u0430\u0441\u0441\u0438\u0432 \u041c\u0435\u043d\u044e \u041c\u0435\u043d\u044e\u0420\u0430\u0441\u0448 \u041c\u0438\u043d \u041d\u0430\u0431\u043e\u0440\u0414\u0430\u043d\u043d\u044b\u0445\u041d\u0430\u0439\u0442\u0438\u0420\u0430\u0441\u0448 \u041d\u0430\u0438\u043c\u0412\u0438\u0434\u0421\u043f\u0440 \u041d\u0430\u0438\u043c\u041f\u043eAnalit \u041d\u0430\u0438\u043c\u0421\u043f\u0440 \u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u044b\u0421\u0442\u0440\u043e\u043a \u041d\u0430\u0447\u041c\u0435\u0441 \u041d\u0430\u0447\u0422\u0440\u0430\u043d \u041d\u0438\u0436\u043d\u044f\u044f\u0413\u0440\u0430\u043d\u0438\u0446\u0430\u041c\u0430\u0441\u0441\u0438\u0432\u0430 \u041d\u043e\u043c\u0435\u0440\u0421\u043f\u0440 \u041d\u041f\u0435\u0440\u0438\u043e\u0434 \u041e\u043a\u043d\u043e \u041e\u043a\u0440 \u041e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u041e\u0442\u043b\u0418\u043d\u0444\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u041e\u0442\u043b\u0418\u043d\u0444\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u041e\u0442\u0447\u0435\u0442 \u041e\u0442\u0447\u0435\u0442\u0410\u043d\u0430\u043b \u041e\u0442\u0447\u0435\u0442\u0418\u043d\u0442 \u041f\u0430\u043f\u043a\u0430\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u041f\u0430\u0443\u0437\u0430 \u041f\u0412\u044b\u0431\u043e\u0440SQL \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c\u0424\u0430\u0439\u043b \u041f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0424\u0430\u0439\u043b \u041f\u043e\u0434\u0441\u0442\u0440 \u041f\u043e\u0438\u0441\u043a\u041f\u043e\u0434\u0441\u0442\u0440 \u041f\u043e\u0438\u0441\u043a\u0421\u0442\u0440 \u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0418\u0414\u0422\u0430\u0431\u043b\u0438\u0446\u044b \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0418\u0414 \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0418\u043c\u044f \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0421\u0442\u0430\u0442\u0443\u0441 \u041f\u0440\u0435\u0440\u0432\u0430\u0442\u044c \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0417\u043d\u0430\u0447 \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c\u0423\u0441\u043b\u043e\u0432\u0438\u0435 \u0420\u0430\u0437\u0431\u0421\u0442\u0440 \u0420\u0430\u0437\u043d\u0412\u0440\u0435\u043c\u044f \u0420\u0430\u0437\u043d\u0414\u0430\u0442 \u0420\u0430\u0437\u043d\u0414\u0430\u0442\u0430\u0412\u0440\u0435\u043c\u044f \u0420\u0430\u0437\u043d\u0420\u0430\u0431\u0412\u0440\u0435\u043c\u044f \u0420\u0435\u0433\u0423\u0441\u0442\u0412\u0440\u0435\u043c \u0420\u0435\u0433\u0423\u0441\u0442\u0414\u0430\u0442 \u0420\u0435\u0433\u0423\u0441\u0442\u0427\u0441\u043b \u0420\u0435\u0434\u0422\u0435\u043a\u0441\u0442 \u0420\u0435\u0435\u0441\u0442\u0440\u0417\u0430\u043f\u0438\u0441\u044c \u0420\u0435\u0435\u0441\u0442\u0440\u0421\u043f\u0438\u0441\u043e\u043a\u0418\u043c\u0435\u043d\u041f\u0430\u0440\u0430\u043c \u0420\u0435\u0435\u0441\u0442\u0440\u0427\u0442\u0435\u043d\u0438\u0435 \u0420\u0435\u043a\u0432\u0421\u043f\u0440 \u0420\u0435\u043a\u0432\u0421\u043f\u0440\u041f\u0440 \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u0421\u0435\u0439\u0447\u0430\u0441 \u0421\u0435\u0440\u0432\u0435\u0440 \u0421\u0435\u0440\u0432\u0435\u0440\u041f\u0440\u043e\u0446\u0435\u0441\u0441\u0418\u0414 \u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0424\u0430\u0439\u043b\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u0421\u0436\u041f\u0440\u043e\u0431 \u0421\u0438\u043c\u0432\u043e\u043b \u0421\u0438\u0441\u0442\u0435\u043c\u0430\u0414\u0438\u0440\u0435\u043a\u0442\u0443\u043c\u041a\u043e\u0434 \u0421\u0438\u0441\u0442\u0435\u043c\u0430\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0421\u0438\u0441\u0442\u0435\u043c\u0430\u041a\u043e\u0434 \u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433\u0412\u044b\u0431\u043e\u0440\u0430\u0418\u0437\u0414\u0432\u0443\u0445\u0421\u043f\u0438\u0441\u043a\u043e\u0432 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433\u0412\u044b\u0431\u043e\u0440\u0430\u041f\u0430\u043f\u043a\u0438 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433\u041e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u0424\u0430\u0439\u043b\u0430 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u0424\u0430\u0439\u043b\u0430 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0417\u0430\u043f\u0440\u043e\u0441 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041c\u0430\u0441\u0441\u0438\u0432 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041d\u0430\u0431\u043e\u0440\u0414\u0430\u043d\u043d\u044b\u0445 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041e\u0431\u044a\u0435\u043a\u0442 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041e\u0442\u0447\u0435\u0442 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041f\u0430\u043f\u043a\u0443 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u043f\u0438\u0441\u043e\u043a \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u043f\u0438\u0441\u043e\u043a\u0421\u0442\u0440\u043e\u043a \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439 \u0421\u043e\u0437\u0434\u0421\u043f\u0440 \u0421\u043e\u0441\u0442\u0421\u043f\u0440 \u0421\u043e\u0445\u0440 \u0421\u043e\u0445\u0440\u0421\u043f\u0440 \u0421\u043f\u0438\u0441\u043e\u043a\u0421\u0438\u0441\u0442\u0435\u043c \u0421\u043f\u0440 \u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u0421\u043f\u0440\u0411\u043b\u043e\u043a\u0415\u0441\u0442\u044c \u0421\u043f\u0440\u0411\u043b\u043e\u043a\u0421\u043d\u044f\u0442\u044c \u0421\u043f\u0440\u0411\u043b\u043e\u043a\u0421\u043d\u044f\u0442\u044c\u0420\u0430\u0441\u0448 \u0421\u043f\u0440\u0411\u043b\u043e\u043a\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0421\u043f\u0440\u0418\u0437\u043c\u041d\u0430\u0431\u0414\u0430\u043d \u0421\u043f\u0440\u041a\u043e\u0434 \u0421\u043f\u0440\u041d\u043e\u043c\u0435\u0440 \u0421\u043f\u0440\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0421\u043f\u0440\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0421\u043f\u0440\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0421\u043f\u0440\u041f\u0430\u0440\u0430\u043c \u0421\u043f\u0440\u041f\u043e\u043b\u0435\u0417\u043d\u0430\u0447 \u0421\u043f\u0440\u041f\u043e\u043b\u0435\u0418\u043c\u044f \u0421\u043f\u0440\u0420\u0435\u043a\u0432 \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u0412\u0432\u0435\u0434\u0417\u043d \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u041d\u043e\u0432\u044b\u0435 \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u041f\u0440 \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u041f\u0440\u0435\u0434\u0417\u043d \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u0420\u0435\u0436\u0438\u043c \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u0422\u0438\u043f\u0422\u0435\u043a\u0441\u0442 \u0421\u043f\u0440\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0421\u043f\u0440\u0421\u043e\u0441\u0442 \u0421\u043f\u0440\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0421\u043f\u0440\u0422\u0431\u043b\u0418\u0442\u043e\u0433 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u041a\u043e\u043b \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u041c\u0430\u043a\u0441 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u041c\u0438\u043d \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u041f\u0440\u0435\u0434 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u0421\u043b\u0435\u0434 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u0421\u043e\u0437\u0434 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u0423\u0434 \u0421\u043f\u0440\u0422\u0435\u043a\u041f\u0440\u0435\u0434\u0441\u0442 \u0421\u043f\u0440\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c\u0421\u0442\u0440 \u0421\u0442\u0440\u0412\u0435\u0440\u0445\u0420\u0435\u0433\u0438\u0441\u0442\u0440 \u0421\u0442\u0440\u041d\u0438\u0436\u043d\u0420\u0435\u0433\u0438\u0441\u0442\u0440 \u0421\u0442\u0440\u0422\u0431\u043b\u0421\u043f\u0440 \u0421\u0443\u043c\u041f\u0440\u043e\u043f \u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439 \u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439\u041f\u0430\u0440\u0430\u043c \u0422\u0435\u043a\u0412\u0435\u0440\u0441\u0438\u044f \u0422\u0435\u043a\u041e\u0440\u0433 \u0422\u043e\u0447\u043d \u0422\u0440\u0430\u043d \u0422\u0440\u0430\u043d\u0441\u043b\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u044f \u0423\u0434\u0430\u043b\u0438\u0442\u044c\u0422\u0430\u0431\u043b\u0438\u0446\u0443 \u0423\u0434\u0430\u043b\u0438\u0442\u044c\u0424\u0430\u0439\u043b \u0423\u0434\u0421\u043f\u0440 \u0423\u0434\u0421\u0442\u0440\u0422\u0431\u043b\u0421\u043f\u0440 \u0423\u0441\u0442 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438\u041a\u043e\u043d\u0441\u0442\u0430\u043d\u0442 \u0424\u0430\u0439\u043b\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0424\u0430\u0439\u043b\u0412\u0440\u0435\u043c\u044f \u0424\u0430\u0439\u043b\u0412\u0440\u0435\u043c\u044f\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0424\u0430\u0439\u043b\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0417\u0430\u043d\u044f\u0442 \u0424\u0430\u0439\u043b\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0418\u0441\u043a\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041c\u043e\u0436\u043d\u043e\u0427\u0438\u0442\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0424\u0430\u0439\u043b\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0424\u0430\u0439\u043b\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0424\u0430\u0439\u043b\u0420\u0430\u0437\u043c\u0435\u0440 \u0424\u0430\u0439\u043b\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0421\u0441\u044b\u043b\u043a\u0430\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0424\u0430\u0439\u043b\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0424\u043c\u0442SQL\u0414\u0430\u0442 \u0424\u043c\u0442\u0414\u0430\u0442 \u0424\u043c\u0442\u0421\u0442\u0440 \u0424\u043c\u0442\u0427\u0441\u043b \u0424\u043e\u0440\u043c\u0430\u0442 \u0426\u041c\u0430\u0441\u0441\u0438\u0432\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0426\u041d\u0430\u0431\u043e\u0440\u0414\u0430\u043d\u043d\u044b\u0445\u0420\u0435\u043a\u0432\u0438\u0437\u0438\u0442 \u0426\u041f\u043e\u0434\u0441\u0442\u0440 "},begin:"[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]*\\(",end:"\\(",returnBegin:!0,excludeEnd:!0},s,c,r,n,i]},l,s,c,r,n,i]}}},"../node_modules/highlight.js/lib/languages/java.js":function(e,t){e.exports=function(e){var t="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",n={className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0};return{aliases:["jsp"],keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"([\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(<[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(\\s*,\\s*[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},n,{className:"meta",begin:"@[A-Za-z]+"}]}}},"../node_modules/highlight.js/lib/languages/javascript.js":function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",n={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},r={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},a={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},i={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,a]};a.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,r,e.REGEXP_MODE];var o=a.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:o}]}]},{begin:/</,end:/(\/\w+|\w+\/)>/,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:o}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}},"../node_modules/highlight.js/lib/languages/jboss-cli.js":function(e,t){e.exports=function(e){var t={className:"params",begin:/\(/,end:/\)/,contains:[{begin:/[\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[\w-]+/}]}],relevance:0};return{aliases:["wildfly-cli"],lexemes:"[a-z-]+",keywords:{keyword:"alias batch cd clear command connect connection-factory connection-info data-source deploy deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias undeploy unset version xa-data-source",literal:"true false"},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"params",begin:/--[\w\-=\/]+/},{className:"function",begin:/:[\w\-.]+/,relevance:0},{className:"string",begin:/\B(([\/.])[\w\-.\/=]+)+/},t]}}},"../node_modules/highlight.js/lib/languages/json.js":function(e,t){e.exports=function(e){var t={literal:"true false null"},n=[e.QUOTE_STRING_MODE,e.C_NUMBER_MODE],r={end:",",endsWithParent:!0,excludeEnd:!0,contains:n,keywords:t},a={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE],illegal:"\\n"},e.inherit(r,{begin:/:/})],illegal:"\\S"},i={begin:"\\[",end:"\\]",contains:[e.inherit(r)],illegal:"\\S"};return n.splice(n.length,0,a,i),{contains:n,keywords:t,illegal:"\\S"}}},"../node_modules/highlight.js/lib/languages/julia-repl.js":function(e,t){e.exports=function(e){return{contains:[{className:"meta",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"},aliases:["jldoctest"]}]}}},"../node_modules/highlight.js/lib/languages/julia.js":function(e,t){e.exports=function(e){var t={keyword:"in isa where baremodule begin break catch ccall const continue do else elseif end export false finally for function global if import importall let local macro module quote return true try using while type immutable abstract bitstype typealias ",literal:"true false ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im nothing pi \u03b3 \u03c0 \u03c6 ",built_in:"ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool "},n="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",r={lexemes:n,keywords:t,illegal:/<\//},a={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},i={className:"variable",begin:"\\$"+n},o={className:"string",contains:[e.BACKSLASH_ESCAPE,a,i],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},s={className:"string",contains:[e.BACKSLASH_ESCAPE,a,i],begin:"`",end:"`"},l={className:"meta",begin:"@"+n};return r.contains=[{className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},o,s,l,{className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]},e.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],a.contains=r.contains,r}},"../node_modules/highlight.js/lib/languages/kotlin.js":function(e,t){e.exports=function(e){var t={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},n={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},r={className:"subst",begin:"\\${",end:"}",contains:[e.APOS_STRING_MODE,e.C_NUMBER_MODE]},a={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},i={className:"string",variants:[{begin:'"""',end:'"""',contains:[a,r]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,a,r]}]},o={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},s={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(i,{className:"meta-string"})]}]},l={className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0};return{aliases:["kt"],keywords:t,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},n,o,s,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:t,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,o,s,i,e.C_NUMBER_MODE]},e.C_BLOCK_COMMENT_MODE]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},o,s]},i,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},l]}}},"../node_modules/highlight.js/lib/languages/lasso.js":function(e,t){e.exports=function(e){var t="\\]|\\?>",n={literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},r=e.COMMENT("\x3c!--","--\x3e",{relevance:0}),a={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[r]}},i={className:"meta",begin:"\\[/noprocess|<\\?(lasso(script)?|=)"},o={className:"symbol",begin:"'[a-zA-Z_][\\w.]*'"},s=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.inherit(e.C_NUMBER_MODE,{begin:e.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$][a-zA-Z_][\\w.]*"},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:"[a-zA-Z_][\\w.]*",illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)[a-zA-Z_][\\w.]*",relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[o]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z_][\\w.]*(=(?!>))?|[-+*/%](?!>)"})]}];return{aliases:["ls","lassoscript"],case_insensitive:!0,lexemes:"[a-zA-Z_][\\w.]*|&[lg]t;",keywords:n,contains:[{className:"meta",begin:t,relevance:0,starts:{end:"\\[|<\\?(lasso(script)?|=)",returnEnd:!0,relevance:0,contains:[r]}},a,i,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",lexemes:"[a-zA-Z_][\\w.]*|&[lg]t;",keywords:n,contains:[{className:"meta",begin:t,relevance:0,starts:{end:"\\[noprocess\\]|<\\?(lasso(script)?|=)",returnEnd:!0,contains:[r]}},a,i].concat(s)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(s)}}},"../node_modules/highlight.js/lib/languages/ldif.js":function(e,t){e.exports=function(e){return{contains:[{className:"attribute",begin:"^dn",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0},relevance:10},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0}},{className:"literal",begin:"^-",end:"$"},e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/leaf.js":function(e,t){e.exports=function(e){return{contains:[{className:"function",begin:"#+[A-Za-z_0-9]*\\(",end:" {",returnBegin:!0,excludeEnd:!0,contains:[{className:"keyword",begin:"#+"},{className:"title",begin:"[A-Za-z_][A-Za-z_0-9]*"},{className:"params",begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"string",begin:'"',end:'"'},{className:"variable",begin:"[A-Za-z_][A-Za-z_0-9]*"}]}]}]}}},"../node_modules/highlight.js/lib/languages/less.js":function(e,t){e.exports=function(e){var t=[],n=[],r=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},a=function(e,t,n){return{className:e,begin:t,relevance:n}},i={begin:"\\(",end:"\\)",contains:n,relevance:0};n.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r("'"),r('"'),e.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},a("number","#[0-9A-Fa-f]+\\b"),i,a("variable","@@?[\\w-]+",10),a("variable","@{[\\w-]+}"),a("built_in","~?`[^`]*?`"),{className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0},{className:"meta",begin:"!important"});var o=n.concat({begin:"{",end:"}",contains:t}),s={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(n)},l={begin:"([\\w-]+|@{[\\w-]+})\\s*:",returnBegin:!0,end:"[;}]",relevance:0,contains:[{className:"attribute",begin:"([\\w-]+|@{[\\w-]+})",end:":",excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:n}}]},c={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",returnEnd:!0,contains:n,relevance:0}},d={className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:o}},u={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:"([\\w-]+|@{[\\w-]+})",end:"{"}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,a("keyword","all\\b"),a("variable","@{[\\w-]+}"),a("selector-tag","([\\w-]+|@{[\\w-]+})%?",0),a("selector-id","#([\\w-]+|@{[\\w-]+})"),a("selector-class","\\.([\\w-]+|@{[\\w-]+})",0),a("selector-tag","&",0),{className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"\\(",end:"\\)",contains:o},{begin:"!important"}]};return t.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,c,d,l,u),{case_insensitive:!0,illegal:"[=>'/<($\"]",contains:t}}},"../node_modules/highlight.js/lib/languages/lisp.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_\\-\\+\\*\\/\\<\\=\\>\\&\\#][a-zA-Z0-9_\\-\\+\\*\\/\\<\\=\\>\\&\\#!]*",n="(\\-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|\\-)?\\d+)?",r={className:"literal",begin:"\\b(t{1}|nil)\\b"},a={className:"number",variants:[{begin:n,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+n+" +"+n,end:"\\)"}]},i=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),o=e.COMMENT(";","$",{relevance:0}),s={begin:"\\*",end:"\\*"},l={className:"symbol",begin:"[:&]"+t},c={begin:t,relevance:0},d={begin:"\\|[^]*?\\|"},u={contains:[a,i,s,l,{begin:"\\(",end:"\\)",contains:["self",r,i,a,c]},c],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'\\|[^]*?\\|"}]},_={variants:[{begin:"'"+t},{begin:"#'"+t+"(::"+t+")*"}]},p={begin:"\\(\\s*",end:"\\)"},m={endsWithParent:!0,relevance:0};return p.contains=[{className:"name",variants:[{begin:t},{begin:"\\|[^]*?\\|"}]},m],m.contains=[u,_,p,r,a,i,o,s,l,d,c],{illegal:/\S/,contains:[a,{className:"meta",begin:"^#!",end:"$"},r,i,o,u,_,p,c]}}},"../node_modules/highlight.js/lib/languages/livecodeserver.js":function(e,t){e.exports=function(e){var t={begin:"\\b[gtps][A-Z]+[A-Za-z0-9_\\-]*\\b|\\$_[A-Z]+",relevance:0},n=[e.C_BLOCK_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT("--","$"),e.COMMENT("[^:]//","$")],r=e.inherit(e.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z]+[A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),a=e.inherit(e.TITLE_MODE,{begin:"\\b([A-Za-z0-9_\\-]+)\\b"});return{case_insensitive:!1,keywords:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract union unload wait write"},contains:[t,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[t,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[a,r],relevance:0},{beginKeywords:"command on",end:"$",contains:[t,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r].concat(n),illegal:";$|^\\[|^=|&|{"}}},"../node_modules/highlight.js/lib/languages/livescript.js":function(e,t){e.exports=function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger case default function var with then unless until loop of by when and or is isnt not it that otherwise from to til fallthrough super case default function var void const let enum export import native __hasProp __extends __slice __bind __indexOf",literal:"true false null undefined yes no on off it that void",built_in:"npm require console print module global window document"},n="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",r=e.inherit(e.TITLE_MODE,{begin:n}),a={className:"subst",begin:/#\{/,end:/}/,keywords:t},i={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:t},o=[e.BINARY_NUMBER_MODE,{className:"number",begin:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",relevance:0,starts:{end:"(\\s*/)?",relevance:0}},{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,i]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,a,i]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[a,e.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{begin:"@"+n},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];a.contains=o;var s={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(o)}]};return{aliases:["ls"],keywords:t,illegal:/\/\*/,contains:o.concat([e.COMMENT("\\/\\*","\\*\\/"),e.HASH_COMMENT_MODE,{className:"function",contains:[r,s],returnBegin:!0,variants:[{begin:"("+n+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B\\->\\*?",end:"\\->\\*?"},{begin:"("+n+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\))?\\s*\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+n+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[r]},r]},{begin:n+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},"../node_modules/highlight.js/lib/languages/llvm.js":function(e,t){e.exports=function(e){var t="([-a-zA-Z$._][\\w\\-$.]*)";return{keywords:"begin end true false declare define global constant private linker_private internal available_externally linkonce linkonce_odr weak weak_odr appending dllimport dllexport common default hidden protected extern_weak external thread_local zeroinitializer undef null to tail target triple datalayout volatile nuw nsw nnan ninf nsz arcp fast exact inbounds align addrspace section alias module asm sideeffect gc dbg linker_private_weak attributes blockaddress initialexec localdynamic localexec prefix unnamed_addr ccc fastcc coldcc x86_stdcallcc x86_fastcallcc arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ptx_kernel intel_ocl_bicc msp430_intrcc spir_func spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc cc c signext zeroext inreg sret nounwind noreturn noalias nocapture byval nest readnone readonly inlinehint noinline alwaysinline optsize ssp sspreq noredzone noimplicitfloat naked builtin cold nobuiltin noduplicate nonlazybind optnone returns_twice sanitize_address sanitize_memory sanitize_thread sspstrong uwtable returned type opaque eq ne slt sgt sle sge ult ugt ule uge oeq one olt ogt ole oge ord uno ueq une x acq_rel acquire alignstack atomic catch cleanup filter inteldialect max min monotonic nand personality release seq_cst singlethread umax umin unordered xchg add fadd sub fsub mul fmul udiv sdiv fdiv urem srem frem shl lshr ashr and or xor icmp fcmp phi call trunc zext sext fptrunc fpext uitofp sitofp fptoui fptosi inttoptr ptrtoint bitcast addrspacecast select va_arg ret br switch invoke unwind unreachable indirectbr landingpad resume malloc alloca free load store getelementptr extractelement insertelement shufflevector getresult extractvalue insertvalue atomicrmw cmpxchg fence argmemonly double",contains:[{className:"keyword",begin:"i\\d+"},e.COMMENT(";","\\n",{relevance:0}),e.QUOTE_STRING_MODE,{className:"string",variants:[{begin:'"',end:'[^\\\\]"'}],relevance:0},{className:"title",variants:[{begin:"@"+t},{begin:"@\\d+"},{begin:"!"+t},{begin:"!\\d+"+t}]},{className:"symbol",variants:[{begin:"%"+t},{begin:"%\\d+"},{begin:"#\\d+"}]},{className:"number",variants:[{begin:"0[xX][a-fA-F0-9]+"},{begin:"-?\\d+(?:[.]\\d+)?(?:[eE][-+]?\\d+(?:[.]\\d+)?)?"}],relevance:0}]}}},"../node_modules/highlight.js/lib/languages/lsl.js":function(e,t){e.exports=function(e){var t={className:"string",begin:'"',end:'"',contains:[{className:"subst",begin:/\\[tn"\\]/}]},n={className:"number",begin:e.C_NUMBER_RE};return{illegal:":",contains:[t,{className:"comment",variants:[e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/")]},n,{className:"section",variants:[{begin:"\\b(?:state|default)\\b"},{begin:"\\b(?:state_(?:entry|exit)|touch(?:_(?:start|end))?|(?:land_)?collision(?:_(?:start|end))?|timer|listen|(?:no_)?sensor|control|(?:not_)?at_(?:rot_)?target|money|email|experience_permissions(?:_denied)?|run_time_permissions|changed|attach|dataserver|moving_(?:start|end)|link_message|(?:on|object)_rez|remote_data|http_re(?:sponse|quest)|path_update|transaction_result)\\b"}]},{className:"built_in",begin:"\\b(?:ll(?:AgentInExperience|(?:Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(?:Details|ErrorMessage)|ReturnObjectsBy(?:ID|Owner)|Json(?:2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(?:Mag|Norm|Dist)|Rot(?:Between|2(?:Euler|Fwd|Left|Up))|(?:Euler|Axes)2Rot|Whisper|(?:Region|Owner)?Say|Shout|Listen(?:Control|Remove)?|Sensor(?:Repeat|Remove)?|Detected(?:Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|(?:[GS]et)(?:AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(?:Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(?:Scale|Offset|Rotate)Texture|(?:Rot)?Target(?:Remove)?|(?:Stop)?MoveToTarget|Apply(?:Rotational)?Impulse|Set(?:KeyframedMotion|ContentType|RegionPos|(?:Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(?:Queueing|Radius)|Vehicle(?:Type|(?:Float|Vector|Rotation)Param)|(?:Touch|Sit)?Text|Camera(?:Eye|At)Offset|PrimitiveParams|ClickAction|Link(?:Alpha|Color|PrimitiveParams(?:Fast)?|Texture(?:Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get(?:(?:Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(?:PrimitiveParams|Number(?:OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(?:Details|PermMask|PrimCount)|Parcel(?:MaxPrims|Details|Prim(?:Count|Owners))|Attached(?:List)?|(?:SPMax|Free|Used)Memory|Region(?:Name|TimeDilation|FPS|Corner|AgentCount)|Root(?:Position|Rotation)|UnixTime|(?:Parcel|Region)Flags|(?:Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(?:Prims|NotecardLines|Sides)|Animation(?:List)?|(?:Camera|Local)(?:Pos|Rot)|Vel|Accel|Omega|Time(?:stamp|OfDay)|(?:Object|CenterOf)?Mass|MassMKS|Energy|Owner|(?:Owner)?Key|SunDirection|Texture(?:Offset|Scale|Rot)|Inventory(?:Number|Name|Key|Type|Creator|PermMask)|Permissions(?:Key)?|StartParameter|List(?:Length|EntryType)|Date|Agent(?:Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(?:Name|State))|(?:Get|Reset|GetAndReset)Time|PlaySound(?:Slave)?|LoopSound(?:Master|Slave)?|(?:Trigger|Stop|Preload)Sound|(?:(?:Get|Delete)Sub|Insert)String|To(?:Upper|Lower)|Give(?:InventoryList|Money)|RezObject|(?:Stop)?LookAt|Sleep|CollisionFilter|(?:Take|Release)Controls|DetachFromAvatar|AttachToAvatar(?:Temp)?|InstantMessage|(?:GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(?:Length|Trim)|(?:Start|Stop)Animation|TargetOmega|Request(?:Experience)?Permissions|(?:Create|Break)Link|BreakAllLinks|(?:Give|Remove)Inventory|Water|PassTouches|Request(?:Agent|Inventory)Data|TeleportAgent(?:Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(?:Axis|Angle)|A(?:cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(?:CSV|Integer|Json|Float|String|Key|Vector|Rot|List(?:Strided)?)|DeleteSubList|List(?:Statistics|Sort|Randomize|(?:Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(?:CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(?:Slope|Normal|Contour)|GroundRepel|(?:Set|Remove)VehicleFlags|(?:AvatarOn)?(?:Link)?SitTarget|Script(?:Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(?:Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(?:Integer|String)ToBase64|XorBase64|Log(?:10)?|Base64To(?:String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(?:Load|Release|(?:E|Une)scape)URL|ParcelMedia(?:CommandList|Query)|ModPow|MapDestination|(?:RemoveFrom|AddTo|Reset)Land(?:Pass|Ban)List|(?:Set|Clear)CameraParams|HTTP(?:Request|Response)|TextBox|DetectedTouch(?:UV|Face|Pos|(?:N|Bin)ormal|ST)|(?:MD5|SHA1|DumpList2)String|Request(?:Secure)?URL|Clear(?:Prim|Link)Media|(?:Link)?ParticleSystem|(?:Get|Request)(?:Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(?:Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\b"},{className:"literal",variants:[{begin:"\\b(?:PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\b"},{begin:"\\b(?:XP_ERROR_(?:EXPERIENCES_DISABLED|EXPERIENCE_(?:DISABLED|SUSPENDED)|INVALID_(?:EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(?:FOUND|PERMITTED(?:_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(?:PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(?:_OBJECT)?|(?:DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(?:FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(?:_(?:BY_(?:LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(?:PARCEL(?:_OWNER)?|REGION)))?|CAMERA_(?:PITCH|DISTANCE|BEHINDNESS_(?:ANGLE|LAG)|(?:FOCUS|POSITION)(?:_(?:THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(?:ROOT|SET|ALL_(?:OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(?:IVE|_(?:ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(?:FWD|BACK|(?:ROT_)?(?:LEFT|RIGHT)|UP|DOWN|(?:ML_)?LBUTTON)|PERMISSION_(?:RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(?:CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(?:TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(?:INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(?:_START)?|TELEPORT|MEDIA)|OBJECT_(?:CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(?:PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_ON_REZ|NAME|DESC|POS|PRIM_(?:COUNT|EQUIVALENCE)|RETURN_(?:PARCEL(?:_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP|CREATOR|ATTACHED_POINT|RENDER_WEIGHT|(?:BODY_SHAPE|PATHFINDING)_TYPE|(?:RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(?:MEMORY|TIME))|TYPE_(?:INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(?:DEBUG|PUBLIC)_CHANNEL|ATTACH_(?:AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](?:SHOULDER|HAND|FOOT|EAR|EYE|[UL](?:ARM|LEG)|HIP)|(?:LEFT|RIGHT)_PEC|HUD_(?:CENTER_[12]|TOP_(?:RIGHT|CENTER|LEFT)|BOTTOM(?:_(?:RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(?:BASE|TIP)|[LR]WING|FACE_(?:JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(?:LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(?:ONLINE|NAME|BORN|SIM_(?:POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(?:ON_FILE|USED)|REMOTE_DATA_(?:CHANNEL|REQUEST|REPLY)|PSYS_(?:PART_(?:BF_(?:ZERO|ONE(?:_MINUS_(?:DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(?:START|END)_(?:COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(?:RIBBON|WIND|INTERP_(?:COLOR|SCALE)|BOUNCE|FOLLOW_(?:SRC|VELOCITY)|TARGET_(?:POS|LINEAR)|EMISSIVE)_MASK)|SRC_(?:MAX_AGE|PATTERN|ANGLE_(?:BEGIN|END)|BURST_(?:RATE|PART_COUNT|RADIUS|SPEED_(?:MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(?:DROP|EXPLODE|ANGLE(?:_CONE(?:_EMPTY)?)?)))|VEHICLE_(?:REFERENCE_FRAME|TYPE_(?:NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(?:LINEAR|ANGULAR)_(?:FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(?:HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(?:LINEAR|ANGULAR)_(?:DEFLECTION_(?:EFFICIENCY|TIMESCALE)|MOTOR_(?:DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(?:EFFICIENCY|TIMESCALE)|BANKING_(?:EFFICIENCY|MIX|TIMESCALE)|FLAG_(?:NO_DEFLECTION_UP|LIMIT_(?:ROLL_ONLY|MOTOR_UP)|HOVER_(?:(?:WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(?:STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(?:ALPHA_MODE(?:_(?:BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(?:_(?:BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(?:DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(?:_(?:STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(?:NONE|LOW|MEDIUM|HIGH)|BUMP_(?:NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(?:DEFAULT|PLANAR)|SCULPT_(?:TYPE_(?:SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(?:MIRROR|INVERT))|PHYSICS(?:_(?:SHAPE_(?:CONVEX|NONE|PRIM|TYPE)))?|(?:POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(?:ALT_IMAGE_ENABLE|CONTROLS|(?:CURRENT|HOME)_URL|AUTO_(?:LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(?:WIDTH|HEIGHT)_PIXELS|WHITELIST(?:_ENABLE)?|PERMS_(?:INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(?:STANDARD|MINI)|PERM_(?:NONE|OWNER|GROUP|ANYONE)|MAX_(?:URL_LENGTH|WHITELIST_(?:SIZE|COUNT)|(?:WIDTH|HEIGHT)_PIXELS)))|MASK_(?:BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(?:TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(?:MEDIA_COMMAND_(?:STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(?:ALLOW_(?:FLY|(?:GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(?:GROUP_)?OBJECTS)|USE_(?:ACCESS_(?:GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(?:GROUP|ALL)_OBJECT_ENTRY)|COUNT_(?:TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(?:NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(?:MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(?:_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(?:HIDE|DEFAULT)|REGION_FLAG_(?:ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(?:COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(?:METHOD|MIMETYPE|BODY_(?:MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|STRING_(?:TRIM(?:_(?:HEAD|TAIL))?)|CLICK_ACTION_(?:NONE|TOUCH|SIT|BUY|PAY|OPEN(?:_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(?:NONE|SCRIPT_MEMORY)|RC_(?:DATA_FLAGS|DETECT_PHANTOM|GET_(?:LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(?:TYPES|AGENTS|(?:NON)?PHYSICAL|LAND))|RCERR_(?:CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(?:ALLOWED_(?:AGENT|GROUP)_(?:ADD|REMOVE)|BANNED_AGENT_(?:ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(?:COMMAND|CMD_(?:PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(?:GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(?:CMD_(?:(?:SMOOTH_)?STOP|JUMP)|DESIRED_(?:TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(?:_(?:[ABCD]|NONE))?|MAX_(?:DECEL|TURN_RADIUS|(?:ACCEL|SPEED)))|PURSUIT_(?:OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(?:CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(?:EVADE_(?:HIDDEN|SPOTTED)|FAILURE_(?:DYNAMIC_PATHFINDING_DISABLED|INVALID_(?:GOAL|START)|NO_(?:NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(?:PARCEL_)?UNREACHABLE)|(?:GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(?:_(?:FAST|NONE|SLOW))?|CONTENT_TYPE_(?:ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(?:RADIUS|STATIC)|(?:PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(?:AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\b"},{begin:"\\b(?:FALSE|TRUE)\\b"},{begin:"\\b(?:ZERO_ROTATION)\\b"},{begin:"\\b(?:EOF|JSON_(?:ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(?:BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(?:GRANTED|DENIED))\\b"},{begin:"\\b(?:ZERO_VECTOR|TOUCH_INVALID_(?:TEXCOORD|VECTOR))\\b"}]},{className:"type",begin:"\\b(?:integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}},"../node_modules/highlight.js/lib/languages/lua.js":function(e,t){e.exports=function(e){var t={begin:"\\[=*\\[",end:"\\]=*\\]",contains:["self"]},n=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[","\\]=*\\]",{contains:[t],relevance:10})];return{lexemes:e.UNDERSCORE_IDENT_RE,keywords:{literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstringmodule next pairs pcall print rawequal rawget rawset require select setfenvsetmetatable tonumber tostring type unpack xpcall arg selfcoroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:n.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:n}].concat(n)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\[=*\\[",end:"\\]=*\\]",contains:[t],relevance:5}])}}},"../node_modules/highlight.js/lib/languages/makefile.js":function(e,t){e.exports=function(e){var t={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t]},r={className:"variable",begin:/\$\([\w-]+\s/,end:/\)/,keywords:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},contains:[t]},a={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*[:+?]?=",illegal:"\\n",returnBegin:!0,contains:[{begin:"^"+e.UNDERSCORE_IDENT_RE,end:"[:+?]?=",excludeEnd:!0}]},i={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[t]};return{aliases:["mk","mak"],keywords:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath",lexemes:/[\w-]+/,contains:[e.HASH_COMMENT_MODE,t,n,r,a,{className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{"meta-keyword":".PHONY"},lexemes:/[\.\w]+/},i]}}},"../node_modules/highlight.js/lib/languages/markdown.js":function(e,t){e.exports=function(e){return{aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$"},{begin:"^.+?\\n[=-]{2,}$"}]},{begin:"<",end:">",subLanguage:"xml",relevance:0},{className:"bullet",begin:"^([*+-]|(\\d+\\.))\\s+"},{className:"strong",begin:"[*_]{2}.+?[*_]{2}"},{className:"emphasis",variants:[{begin:"\\*.+?\\*"},{begin:"_.+?_",relevance:0}]},{className:"quote",begin:"^>\\s+",end:"$"},{className:"code",variants:[{begin:"^```w*s*$",end:"^```s*$"},{begin:"`.+?`"},{begin:"^( {4}|\t)",end:"$",relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},{begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}},"../node_modules/highlight.js/lib/languages/mathematica.js":function(e,t){e.exports=function(e){return{aliases:["mma"],lexemes:"(\\$|\\b)"+e.IDENT_RE+"\\b",keywords:"AbelianGroup Abort AbortKernels AbortProtect Above Abs Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Active ActiveItem ActiveStyle AcyclicGraphQ AddOnHelpPath AddTo AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AffineTransform After AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowedDimensions AllowGroupClose AllowInlineCells AllowKernelInitialization AllowReverseGroupClose AllowScriptLevelChange AlphaChannel AlternatingGroup AlternativeHypothesis Alternatives AmbientLight Analytic AnchoredSearch And AndersonDarlingTest AngerJ AngleBracket AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotation Annuity AnnuityDue Antialiasing Antisymmetric Apart ApartSquareFree Appearance AppearanceElements AppellF1 Append AppendTo Apply ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess ARProcess Array ArrayComponents ArrayDepth ArrayFlatten ArrayPad ArrayPlot ArrayQ ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads AspectRatio AspectRatioFixed Assert Assuming Assumptions AstronomicalData Asynchronous AsynchronousTaskObject AsynchronousTasks AtomQ Attributes AugmentedSymmetricPolynomial AutoAction AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords Axes AxesEdge AxesLabel AxesOrigin AxesStyle Axis BabyMonsterGroupB Back Background BackgroundTasksSettings Backslash Backsubstitution Backward Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseForm Baseline BaselinePosition BaseStyle BatesDistribution BattleLemarieWavelet Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized BetweennessCentrality BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms Booleans BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryStyle Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BubbleChart BubbleChart3D BubbleScale BubbleSizes BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteCount ByteOrdering C CachedValue CacheGraphics CalendarData CalendarType CallPacket CanberraDistance Cancel CancelButton CandlestickChart Cap CapForm CapitalDifferentialD CardinalBSplineBasis CarmichaelLambda Cases Cashflow Casoratian Catalan CatalanNumber Catch CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterDot CentralMoment CentralMomentGeneratingFunction CForm ChampernowneNumber ChanVeseBinarize Character CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop Circle CircleBox CircleDot CircleMinus CirclePlus CircleTimes CirculantGraph CityData Clear ClearAll ClearAttributes ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent ClusteringComponents CMYKColor Coarse Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorCombine ColorConvert ColorData ColorDataFunction ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorSpace Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CommonDefaultFormatTypes Commonest CommonestFilter CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledFunction Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComponentMeasurements ComponentwiseContextMenu Compose ComposeList ComposeSeries Composition CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath Congruent Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphQ ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray Constants ConstrainedMax ConstrainedMin ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFilename ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean Control ControlActive ControlAlignment ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateDialog CreateDirectory CreateDocument CreateIntermediateDirectories CreatePalette CreatePalettePacket CreateScheduledTask CreateTemporary CreateWindow CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossingDetect CrossMatrix Csc Csch CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrentImage CurrentlySpeakingPacket CurrentValue CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecomposition D DagumDistribution DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DataCompression DataDistribution DataRange DataReversed Date DateDelimiters DateDifference DateFunction DateList DateListLogPlot DateListPlot DatePattern DatePlus DateRange DateString DateTicksFormat DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayMatchQ DayName DayPlus DayRange DayRound DeBruijnGraph Debug DebugTag Decimal DeclareKnownSymbols DeclarePackage Decompose Decrement DedekindEta Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic Deinitialization Del Deletable Delete DeleteBorderComponents DeleteCases DeleteContents DeleteDirectory DeleteDuplicates DeleteFile DeleteSmallComponents DeleteWithContents DeletionWarning Delimiter DelimiterFlashTime DelimiterMatching Delimiters Denominator DensityGraphics DensityHistogram DensityPlot DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DescriptorStateSpace DesignMatrix Det DGaussianWavelet DiacriticalPositioning Diagonal DiagonalMatrix Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DifferenceDelta DifferenceOrder DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralGroup Dilation Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletCharacter DirichletConvolve DirichletDistribution DirichletL DirichletTransform DirichletWindow DisableConsolePrintPacket DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform DiscreteWaveletTransform Discriminant Disjunction Disk DiskBox DiskMatrix Dispatch DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentNotebook DominantColors DOSTextFormat Dot DotDashed DotEqual Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DSolve Dt DualLinearProgramming DualSystemsModel DumpGet DumpSave DuplicateFreeQ Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptions E EccentricityCentrality EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeCost EdgeCount EdgeCoverQ EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData Eliminate EliminationOrder EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EnableConsolePrintPacket Enabled Encode End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfFile EndOfLine EndOfString EndPackage EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entropy EntropyFilter Environment Epilog Equal EqualColumns EqualRows EqualTilde EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerE EulerGamma EulerianGraphQ EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluationCell EvaluationCompletionAction EvaluationElements EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpToTrig ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalCall ExternalDataCharacterEncoding Extract ExtractArchive ExtremeValueDistribution FaceForm FaceGrids FaceGridsStyle Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail FailureDistribution False FARIMAProcess FEDisableConsolePrintPacket FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket Fibonacci FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileDate FileExistsQ FileExtension FileFormat FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileType FilledCurve FilledCurveBox Filling FillingStyle FillingTransform FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindArgMax FindArgMin FindClique FindClusters FindCurvePath FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEulerianCycle FindFaces FindFile FindFit FindGeneratingFunction FindGeoLocation FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMaximum FindMaximumFlow FindMaxValue FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindPermutation FindPostmanTour FindProcessParameters FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindThreshold FindVertexCover FindVertexCut Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstPassageTimeDistribution FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FittedModel FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlatTopWindow FlipView Floor FlushPrintOutputPacket Fold FoldList Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrequencySamplingFilterKernel FresnelC FresnelS Friday FrobeniusNumber FrobeniusSolve FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullOptions FullSimplify Function FunctionExpand FunctionInterpolation FunctionSpace FussellVeselyImportance GaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins Gamma GammaDistribution GammaRegularized GapPenalty Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateConditions GeneratedCell GeneratedParameters GeneratingFunction Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDistance GeoGridPosition GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoPosition GeoPositionENU GeoPositionXYZ GeoProjectionData GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter Graph GraphAssortativity GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel GreatCircleDistance Greater GreaterEqual GreaterEqualLess GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterTilde Green Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain Gudermannian GumbelDistribution HaarWavelet HadamardMatrix HalfNormalDistribution HamiltonianGraphQ HammingDistance HammingWindow HankelH1 HankelH2 HankelMatrix HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash HashTable Haversine HazardFunction Head HeadCompose Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenSurface HighlightGraph HighlightImage HighpassFilter HigmanSimsGroupHS HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HitMissTransform HITSCentrality HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HotellingTSquareDistribution HoytDistribution HTMLSave Hue HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestData I Identity IdentityMatrix If IgnoreCase Im Image Image3D Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageAspectRatio ImageAssemble ImageCache ImageCacheValid ImageCapture ImageChannels ImageClip ImageColorSpace ImageCompose ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDataPacket ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDistance ImageEffect ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageForestingComponents ImageForwardTransformation ImageHistogram ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarkers ImageMeasurements ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImageQ ImageRangeCache ImageReflect ImageRegion ImageResize ImageResolution ImageRotate ImageRotated ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions Implies Import ImportAutoReplacements ImportString ImprovementImportance In IncidenceGraph IncidenceList IncidenceMatrix IncludeConstantBasis IncludeFileExtension IncludePods IncludeSingularTerm Increment Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentUnit IndependentVertexSetQ Indeterminate IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers Infinity Infix Information Inherited InheritScope Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InlineCounterAssignments InlineCounterIncrements InlineRules Inner Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionPointObject InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Install InstallService InString Integer IntegerDigits IntegerExponent IntegerLength IntegerPart IntegerPartitions IntegerQ Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction InterpretTemplate InterquartileRange Interrupt InterruptSettings Intersection Interval IntervalIntersection IntervalMemberQ IntervalUnion Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHaversine InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InversePermutation InverseRadon InverseSeries InverseSurvivalFunction InverseWaveletTransform InverseWeierstrassP InverseZTransform Invisible InvisibleApplication InvisibleTimes IrreduciblePolynomialQ IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcess JaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join Joined JoinedCurve JoinedCurveBox JoinForm JordanDecomposition JordanModelDecomposition K KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelMixtureDistribution KernelObject Kernels Ket Khinchin KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnightTourGraph KnotData KnownUnitQ KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter Label Labeled LabeledSlider LabelingFunction LabelStyle LaguerreL LambdaComponents LambertW LanczosWindow LandauDistribution Language LanguageCategory LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCM LeafCount LeapYearQ LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessFullEqual LessGreater LessLess LessSlantEqual LessTilde LetterCharacter LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox LinearFilter LinearFractionalTransform LinearModelFit LinearOffsetFunction LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBreak LinebreakAdjustments LineBreakChart LineBreakWithin LineColor LineForm LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRead LinkReadHeld LinkReadyQ Links LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot Listen ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalClusteringCoefficient LocalizeVariables LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestAscendingSequence LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow Loopback LoopFreeGraphQ LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LyapunovSolve LyonsGroupLy MachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules MangoldtLambda ManhattanDistance Manipulate Manipulator MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixPlot MatrixPower MatrixQ MatrixRank Max MaxBend MaxDetect MaxExtraBandwidths MaxExtraConditions MaxFeatures MaxFilter Maximize MaxIterations MaxMemoryUsed MaxMixtureKernels MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxValue MaxwellDistribution McLaughlinGroupMcL Mean MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter Median MedianDeviation MedianFilter Medium MeijerG MeixnerDistribution MemberQ MemoryConstrained MemoryInUse Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuPacket MenuSortingValue MenuStyle MenuView MergeDifferences Mesh MeshFunctions MeshRange MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation Method MethodOptions MexicanHatWavelet MeyerWavelet Min MinDetect MinFilter MinimalPolynomial MinimalStateSpaceModel Minimize Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingDataMethod MittagLefflerE MixedRadix MixedRadixQuantity MixtureDistribution Mod Modal Mode Modular ModularLambda Module Modulus MoebiusMu Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction Monday Monitor MonomialList MonomialOrder MonsterGroupM MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform Most MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovingAverage MovingMedian MoyalDistribution MultiedgeStyle MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistribution N NakagamiDistribution NameQ Names NamespaceBox Nand NArgMax NArgMin NBernoulliB NCache NDSolve NDSolveValue Nearest NearestFunction NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeMultinomialDistribution NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestList NestWhile NestWhileList NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextPrime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants None NonlinearModelFit NonlocalMeansFilter NonNegative NonPositive Nor NorlundB Norm Normal NormalDistribution NormalGrouping Normalize NormalizedSquaredEuclideanDistance NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde NotHumpDownHump NotHumpEqual NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms Null NullRecords NullSpace NullWords Number NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator NumberSigns NumberString Numerator NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlot O ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OddQ Off Offset OLEData On ONanGroupON OneIdentity Opacity Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering Orderless OrnsteinUhlenbeckProcess Orthogonalize Out Outer OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OwenT OwnValues PackingMethod PaddedForm Padding PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageWidth PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParetoDistribution Part PartialCorrelationFunction PartialD ParticleData Partition PartitionsP PartitionsQ ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PerformanceGoal PeriodicInterpolation Periodogram PeriodogramArray PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PERTDistribution PetersenGraph PhaseMargins Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest Pink Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarGraphQ Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangePadding PlotRegion PlotStyle Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox PointBox PointFigureChart PointForm PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonBox PolygonBoxOptions PolygonHoleScale PolygonIntersections PolygonScale PolyhedronData PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position Positive PositiveDefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement PredictionRoot PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependTo PreserveImageOptions Previous PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitiveRoot PrincipalComponents PrincipalValue Print PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessEstimator ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptions QBinomial QFactorial QGamma QHypergeometricPFQ QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ Quantile QuantilePlot Quantity QuantityForm QuantityMagnitude QuantityQ QuantityUnit Quartics QuartileDeviation Quartiles QuartileSkewness QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainder RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Random RandomChoice RandomComplex RandomFunction RandomGraph RandomImage RandomInteger RandomPermutation RandomPrime RandomReal RandomSample RandomSeed RandomVariate RandomWalkProcess Range RangeFilter RangeSpecification RankedMax RankedMin Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios Raw RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadList ReadProtected Real RealBlockDiagonalForm RealDigits RealExponent Reals Reap Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate RegionBinarize RegionFunction RegionPlot RegionPlot3D RegularExpression Regularization Reinstall Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot Remove RemoveAlphaChannel RemoveAsynchronousTask Removed RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart Repeated RepeatedNull RepeatedString Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated Resampling Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask Residue Resolve Rest Resultant ResumePacket Return ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulerUnits Run RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilarity SameQ SameTest SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveDefinitions SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTaskActiveQ ScheduledTaskData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition Sec Sech SechDistribution SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemialgebraicComponentInstances SendMail Sequence SequenceAlignment SequenceForm SequenceHold SequenceLimit Series SeriesCoefficient SeriesData SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPrecision SetProperty SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share Sharpen ShearingMatrix ShearingTransform ShenCastanMatrix Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortUpArrow Show ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiegelTheta SiegelTukeyTest Sign Signature SignedRankTest SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution Skip SliceDistribution Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDelayCompensator SmithWatermanSimilarity SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SocialMediaData Socket SokalSneathDissimilarity Solve SolveAlways SolveDelayed Sort SortBy Sound SoundAndGraphics SoundNote SoundVolume Sow Space SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution Speak SpeakTextPacket SpearmanRankTest SpearmanRho Spectrogram SpectrogramArray Specularity SpellingCorrection SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackInhibit StandardDeviation StandardDeviationFilter StandardForm Standardize StandbyDistribution Star StarGraph StartAsynchronousTask StartingStepSize StartOfLine StartOfString StartScheduledTask StartupSound StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringCount StringDrop StringExpression StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPosition StringQ StringReplace StringReplaceList StringReplacePart StringReverse StringRotateLeft StringRotateRight StringSkeleton StringSplit StringTake StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleBoxOptions StyleData StyleDefinitions StyleForm StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subset SubsetEqual Subsets SubStar Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde SuchThat Sum SumConvergence Sunday SuperDagger SuperMinus SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceColor SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SystemDialogInput SystemException SystemHelpPath SystemInformation SystemInformationData SystemOpen SystemOptions SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemStub Tab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeWhile Tally Tan Tanh TargetFunctions TargetUnits TautologyQ TelegraphProcess TemplateBox TemplateBoxOptions TemplateSlotSequence TemporalData Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCell TextClipboardType TextData TextForm TextJustification TextLine TextPacket TextParagraph TextRecognize TextRendering TextStyle Texture TextureCoordinateFunction TextureCoordinateScaling Therefore ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreeJSymbol Threshold Through Throw Thumbnail Thursday Ticks TicksStyle Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint Times TimesBy TimeSeriesForecast TimeSeriesInvertibility TimeUsed TimeValue TimeZone Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate ToDiscreteTimeModel ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform TopologicalSort ToRadicals ToRules ToString Total TotalHeight TotalVariationFilter TotalWidth TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField Translate TranslationTransform TransparentColor Transpose TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle TriangleWave TriangularDistribution Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean True TrueQ TruncatedDistribution TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow Tuples TuranGraph TuringMachine Transparent UnateQ Uncompress Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UndirectedEdge UndirectedGraph UndirectedGraphQ UndocumentedTestFEParserPacket UndocumentedTestGetSelectionPacket Unequal Unevaluated UniformDistribution UniformGraphDistribution UniformSumDistribution Uninstall Union UnionPlus Unique UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitTriangle UnitVector Unprotect UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpValues URL URLFetch URLFetchAsynchronous URLSave URLSaveAsynchronous UseGraphicsRange Using UsingFrontEnd V2Get ValidationLength Value ValueBox ValueBoxOptions ValueForm ValueQ ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerifyConvergence VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoigtDistribution VonMisesDistribution WaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeberE Wedge Wednesday WeibullDistribution WeierstrassHalfPeriods WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WilksW WilksWTest WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult Word WordBoundary WordCharacter WordData WordSearch WordSeparators WorkingPrecision Write WriteString Wronskian XMLElement XMLObject Xnor Xor Yellow YuleDissimilarity ZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZipfDistribution ZTest ZTransform $Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AssertFunction $Assumptions $AsynchronousTask $BaseDirectory $BatchInput $BatchOutput $BoxForms $ByteOrdering $Canceled $CharacterEncoding $CharacterEncodings $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $CreationDate $CurrentLink $DateStringFormat $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $Epilog $ExportFormats $Failed $FinancialDataSource $FormatType $FrontEnd $FrontEndSession $GeoLocation $HistoryLength $HomeDirectory $HTTPCookies $IgnoreEOF $ImagingDevices $ImportFormats $InitialDirectory $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $ModuleNumber $NetworkLicense $NewMessage $NewSymbol $Notebooks $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $PipeSupported $Post $Pre $PreferencesDirectory $PrePrint $PreRead $PrintForms $PrintLiteral $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $RandomState $RecursionLimit $ReleaseNumber $RootDirectory $ScheduledTask $ScriptCommandLine $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemWordLength $TemporaryDirectory $TemporaryPrefix $TextStyle $TimedOut $TimeUnit $TimeZone $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $Urgent $UserAddOnsDirectory $UserBaseDirectory $UserDocumentsDirectory $UserName $Version $VersionNumber",contains:[{className:"comment",begin:/\(\*/,end:/\*\)/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:/\{/,end:/\}/,illegal:/:/}]}}},"../node_modules/highlight.js/lib/languages/matlab.js":function(e,t){e.exports=function(e){var t={relevance:0,contains:[{begin:"('|\\.')+"}]};return{keywords:{keyword:"break case catch classdef continue else elseif end enumerated events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell "},illegal:'(//|"|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{className:"built_in",begin:/true|false/,relevance:0,starts:t},{begin:"[a-zA-Z][a-zA-Z_0-9]*('|\\.')+",relevance:0},{className:"number",begin:e.C_NUMBER_RE,relevance:0,starts:t},{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]},{begin:/\]|}|\)/,relevance:0,starts:t},{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE,{begin:'""'}],starts:t},e.COMMENT("^\\s*\\%\\{\\s*$","^\\s*\\%\\}\\s*$"),e.COMMENT("\\%","$")]}}},"../node_modules/highlight.js/lib/languages/maxima.js":function(e,t){e.exports=function(e){return{lexemes:"[A-Za-z_%][0-9A-Za-z_%]*",keywords:{keyword:"if then else elseif for thru do while unless step in and or not",literal:"true false unknown inf minf ind und %e %i %pi %phi %gamma",built_in:" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest",symbol:"_ __ %|0 %%|0"},contains:[{className:"comment",begin:"/\\*",end:"\\*/",contains:["self"]},e.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b"},{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b",relevance:10},{begin:"\\b(\\.\\d+|\\d+\\.\\d+)\\b"},{begin:"\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b"}]}],illegal:/@/}}},"../node_modules/highlight.js/lib/languages/mel.js":function(e,t){e.exports=function(e){return{keywords:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform",illegal:"</",contains:[e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"[\\$\\%\\@](\\^\\w\\b|#\\w+|[^\\s\\w{]|{\\w+}|\\w+)"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/mercury.js":function(e,t){e.exports=function(e){var t=e.COMMENT("%","$"),n=e.inherit(e.APOS_STRING_MODE,{relevance:0}),r=e.inherit(e.QUOTE_STRING_MODE,{relevance:0});r.contains.push({className:"subst",begin:"\\\\[abfnrtv]\\|\\\\x[0-9a-fA-F]*\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]",relevance:0});return{aliases:["m","moo"],keywords:{keyword:"module use_module import_module include_module end_module initialise mutable initialize finalize finalise interface implementation pred mode func type inst solver any_pred any_func is semidet det nondet multi erroneous failure cc_nondet cc_multi typeclass instance where pragma promise external trace atomic or_else require_complete_switch require_det require_semidet require_multi require_nondet require_cc_multi require_cc_nondet require_erroneous require_failure",meta:"inline no_inline type_spec source_file fact_table obsolete memo loop_check minimal_model terminates does_not_terminate check_termination promise_equivalent_clauses foreign_proc foreign_decl foreign_code foreign_type foreign_import_module foreign_export_enum foreign_export foreign_enum may_call_mercury will_not_call_mercury thread_safe not_thread_safe maybe_thread_safe promise_pure promise_semipure tabled_for_io local untrailed trailed attach_to_io_state can_pass_as_mercury_type stable will_not_throw_exception may_modify_trail will_not_modify_trail may_duplicate may_not_duplicate affects_liveness does_not_affect_liveness doesnt_affect_liveness no_sharing unknown_sharing sharing",built_in:"some all not if then else true fail false try catch catch_any semidet_true semidet_false semidet_fail impure_true impure semipure"},contains:[{className:"built_in",variants:[{begin:"<=>"},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},{className:"built_in",variants:[{begin:":-\\|--\x3e"},{begin:"=",relevance:0}]},t,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"0'.\\|0[box][0-9a-fA-F]*"},e.NUMBER_MODE,n,r,{begin:/:-/}]}}},"../node_modules/highlight.js/lib/languages/mipsasm.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,aliases:["mips"],lexemes:"\\.?"+e.IDENT_RE,keywords:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},contains:[{className:"keyword",begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(.hb)?|jr(.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs.[sd]|add.[sd]|alnv.ps|bc1[ft]l?|c.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et]).[sd]|(ceil|floor|round|trunc).[lw].[sd]|cfc1|cvt.d.[lsw]|cvt.l.[dsw]|cvt.ps.s|cvt.s.[dlw]|cvt.s.p[lu]|cvt.w.[dls]|div.[ds]|ldx?c1|luxc1|lwx?c1|madd.[sd]|mfc1|mov[fntz]?.[ds]|msub.[sd]|mth?c1|mul.[ds]|neg.[ds]|nmadd.[ds]|nmsub.[ds]|p[lu][lu].ps|recip.fmt|r?sqrt.[ds]|sdx?c1|sub.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",end:"\\s"},e.COMMENT("[;#]","$"),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{begin:"[0-9]+[bf]"}],relevance:0}],illegal:"/"}}},"../node_modules/highlight.js/lib/languages/mizar.js":function(e,t){e.exports=function(e){return{keywords:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",contains:[e.COMMENT("::","$")]}}},"../node_modules/highlight.js/lib/languages/mojolicious.js":function(e,t){e.exports=function(e){return{subLanguage:"xml",contains:[{className:"meta",begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,excludeEnd:!0}]}}},"../node_modules/highlight.js/lib/languages/monkey.js":function(e,t){e.exports=function(e){var t={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},e.NUMBER_MODE]};return{case_insensitive:!0,keywords:{keyword:"public private property continue exit extern new try catch eachin not abstract final select case default const local global field end if then else elseif endif while wend repeat until forever for to step next return module inline throw import",built_in:"DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI",literal:"true false null and or shl shr mod"},illegal:/\/\*/,contains:[e.COMMENT("#rem","#end"),e.COMMENT("'","$",{relevance:0}),{className:"function",beginKeywords:"function method",end:"[(=:]|$",illegal:/\n/,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"$",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{className:"built_in",begin:"\\b(self|super)\\b"},{className:"meta",begin:"\\s*#",end:"$",keywords:{"meta-keyword":"if else elseif endif end then"}},{className:"meta",begin:"^\\s*strict\\b"},{beginKeywords:"alias",end:"=",contains:[e.UNDERSCORE_TITLE_MODE]},e.QUOTE_STRING_MODE,t]}}},"../node_modules/highlight.js/lib/languages/moonscript.js":function(e,t){e.exports=function(e){var t={keyword:"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using",literal:"true false nil",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},n="[A-Za-z$_][0-9A-Za-z$_]*",r={className:"subst",begin:/#\{/,end:/}/,keywords:t},a=[e.inherit(e.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]}]},{className:"built_in",begin:"@__"+e.IDENT_RE},{begin:"@"+e.IDENT_RE},{begin:e.IDENT_RE+"\\\\"+e.IDENT_RE}];r.contains=a;var i=e.inherit(e.TITLE_MODE,{begin:n}),o={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(a)}]};return{aliases:["moon"],keywords:t,illegal:/\/\*/,contains:a.concat([e.COMMENT("--","$"),{className:"function",begin:"^\\s*"+n+"\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[i,o]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:"(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[o]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[i]},i]},{className:"name",begin:n+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},"../node_modules/highlight.js/lib/languages/n1ql.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,contains:[{beginKeywords:"build create index delete drop explain infer|10 insert merge prepare select update upsert|10",end:/;/,endsWithParent:!0,keywords:{keyword:"all alter analyze and any array as asc begin between binary boolean break bucket build by call case cast cluster collate collection commit connect continue correlate cover create database dataset datastore declare decrement delete derived desc describe distinct do drop each element else end every except exclude execute exists explain fetch first flatten for force from function grant group gsi having if ignore ilike in include increment index infer inline inner insert intersect into is join key keys keyspace known last left let letting like limit lsm map mapping matched materialized merge minus namespace nest not number object offset on option or order outer over parse partition password path pool prepare primary private privilege procedure public raw realm reduce rename return returning revoke right role rollback satisfies schema select self semi set show some start statistics string system then to transaction trigger truncate under union unique unknown unnest unset update upsert use user using validate value valued values via view when where while with within work xor",literal:"true false null missing|5",built_in:"array_agg array_append array_concat array_contains array_count array_distinct array_ifnull array_length array_max array_min array_position array_prepend array_put array_range array_remove array_repeat array_replace array_reverse array_sort array_sum avg count max min sum greatest least ifmissing ifmissingornull ifnull missingif nullif ifinf ifnan ifnanorinf naninf neginfif posinfif clock_millis clock_str date_add_millis date_add_str date_diff_millis date_diff_str date_part_millis date_part_str date_trunc_millis date_trunc_str duration_to_str millis str_to_millis millis_to_str millis_to_utc millis_to_zone_name now_millis now_str str_to_duration str_to_utc str_to_zone_name decode_json encode_json encoded_size poly_length base64 base64_encode base64_decode meta uuid abs acos asin atan atan2 ceil cos degrees e exp ln log floor pi power radians random round sign sin sqrt tan trunc object_length object_names object_pairs object_inner_pairs object_values object_inner_values object_add object_put object_remove object_unwrap regexp_contains regexp_like regexp_position regexp_replace contains initcap length lower ltrim position repeat replace rtrim split substr title trim upper isarray isatom isboolean isnumber isobject isstring type toarray toatom toboolean tonumber toobject tostring"},contains:[{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"symbol",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE],relevance:2},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/nginx.js":function(e,t){e.exports=function(e){var t={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/}/},{begin:"[\\$\\@]"+e.UNDERSCORE_IDENT_RE}]},n={endsWithParent:!0,lexemes:"[a-z/_]+",keywords:{literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[t]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:"\\s\\^",end:"\\s|{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},t]};return{aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE+"\\s+{",returnBegin:!0,end:"{",contains:[{className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|{",returnBegin:!0,contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:n}],relevance:0}],illegal:"[^\\s\\}]"}}},"../node_modules/highlight.js/lib/languages/nimrod.js":function(e,t){e.exports=function(e){return{aliases:["nim"],keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/{\./,end:/\.}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},e.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/nix.js":function(e,t){e.exports=function(e){var t={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},n={className:"subst",begin:/\$\{/,end:/}/,keywords:t},r={className:"string",contains:[n],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},a=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,{begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]}];return n.contains=a,{aliases:["nixos"],keywords:t,contains:a}}},"../node_modules/highlight.js/lib/languages/nsis.js":function(e,t){e.exports=function(e){var t={className:"variable",begin:/\$+{[\w\.:-]+}/},n={className:"variable",begin:/\$+\w+/,illegal:/\(\){}/},r={className:"variable",begin:/\$+\([\w\^\.:-]+\)/},a={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[{className:"meta",begin:/\$(\\[nrt]|\$)/},{className:"variable",begin:/\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)/},t,n,r]};return{case_insensitive:!1,keywords:{keyword:"Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecShellWait ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileSeek FileWrite FileWriteByte FileWriteUTF16LE FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText Int64Cmp Int64CmpU Int64Fmt IntCmp IntCmpU IntFmt IntOp IntPtrCmp IntPtrCmpU IntPtrOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PageExEnd Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionEnd SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionGroupEnd SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegMultiStr WriteRegNone WriteRegStr WriteUninstaller XPStyle",literal:"admin all auto both bottom bzip2 colored components current custom directory false force hide highest ifdiff ifnewer instfiles lastused leave left license listonly lzma nevershow none normal notset off on open print right show silent silentlog smooth textonly top true try un.components un.custom un.directory un.instfiles un.license uninstConfirm user Win10 Win7 Win8 WinVista zlib"},contains:[e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(";","$",{relevance:0}),{className:"function",beginKeywords:"Function PageEx Section SectionGroup",end:"$"},a,{className:"keyword",begin:/\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversion|gettlbversion|if|ifdef|ifmacrodef|ifmacrondef|ifndef|include|insertmacro|macro|macroend|makensis|packhdr|searchparse|searchreplace|system|tempfile|undef|verbose|warning)/},t,n,r,{className:"params",begin:"(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)"},{className:"class",begin:/\w+\:\:\w+/},e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/objectivec.js":function(e,t){e.exports=function(e){var t=/[a-zA-Z@][a-zA-Z0-9_]*/,n="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],keywords:{keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},lexemes:t,illegal:"</",contains:[{className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"}]},{className:"meta",begin:"#",end:"$",contains:[{className:"meta-string",variants:[{begin:'"',end:'"'},{begin:"<",end:">"}]}]},{className:"class",begin:"("+n.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:n,lexemes:t,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}},"../node_modules/highlight.js/lib/languages/ocaml.js":function(e,t){e.exports=function(e){return{aliases:["ml"],keywords:{keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},illegal:/\/\/|>>/,lexemes:"[a-z_]\\w*!?",contains:[{className:"literal",begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},e.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},"../node_modules/highlight.js/lib/languages/openscad.js":function(e,t){e.exports=function(e){var t={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},n={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},r=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),a={className:"function",beginKeywords:"module function",end:"\\=|\\{",contains:[{className:"params",begin:"\\(",end:"\\)",contains:["self",n,r,t,{className:"literal",begin:"false|true|PI|undef"}]},e.UNDERSCORE_TITLE_MODE]};return{aliases:["scad"],keywords:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"meta",keywords:{"meta-keyword":"include use"},begin:"include|use <",end:">"},r,t,{begin:"[*!#%]",relevance:0},a]}}},"../node_modules/highlight.js/lib/languages/oxygene.js":function(e,t){e.exports=function(e){var t="abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained",n=e.COMMENT("{","}",{relevance:0}),r=e.COMMENT("\\(\\*","\\*\\)",{relevance:10}),a={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},i={className:"string",begin:"(#\\d+)+"},o={className:"function",beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",keywords:t,contains:[a,i]},n,r]};return{case_insensitive:!0,lexemes:/\.?\w+/,keywords:t,illegal:'("|\\$[G-Zg-z]|\\/\\*|</|=>|->)',contains:[n,r,e.C_LINE_COMMENT_MODE,a,i,e.NUMBER_MODE,o,{className:"class",begin:"=\\bclass\\b",end:"end;",keywords:t,contains:[a,i,n,r,e.C_LINE_COMMENT_MODE,o]}]}}},"../node_modules/highlight.js/lib/languages/parser3.js":function(e,t){e.exports=function(e){var t=e.COMMENT("{","}",{contains:["self"]});return{subLanguage:"xml",relevance:0,contains:[e.COMMENT("^#","$"),e.COMMENT("\\^rem{","}",{relevance:10,contains:[t]}),{className:"meta",begin:"^@(?:BASE|USE|CLASS|OPTIONS)$",relevance:10},{className:"title",begin:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{className:"variable",begin:"\\$\\{?[\\w\\-\\.\\:]+\\}?"},{className:"keyword",begin:"\\^[\\w\\-\\.\\:]+"},{className:"number",begin:"\\^#[0-9a-fA-F]+"},e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/perl.js":function(e,t){e.exports=function(e){var t="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when",n={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:t},r={begin:"->{",end:"}"},a={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},i=[e.BACKSLASH_ESCAPE,n,a],o=[a,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),r,{className:"string",contains:i,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return n.contains=o,r.contains=o,{aliases:["pl","pm"],lexemes:/[\w\.]+/,keywords:t,contains:o}}},"../node_modules/highlight.js/lib/languages/pf.js":function(e,t){e.exports=function(e){return{aliases:["pf.conf"],lexemes:/[a-z0-9_<>-]+/,keywords:{built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to routeallow-opts divert-packet divert-reply divert-to flags group icmp-typeicmp6-type label once probability recieved-on rtable prio queuetos tag tagged user keep fragment for os dropaf-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robinsource-hash static-portdup-to reply-to route-toparent bandwidth default min max qlimitblock-policy debug fingerprints hostid limit loginterface optimizationreassemble ruleset-optimization basic none profile skip state-defaultsstate-policy timeoutconst counters persistno modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppysource-track global rule max-src-nodes max-src-states max-src-connmax-src-conn-rate overload flushscrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},contains:[e.HASH_COMMENT_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE,{className:"variable",begin:/\$[\w\d#@][\w\d_]*/},{className:"variable",begin:/<(?!\/)/,end:/>/}]}}},"../node_modules/highlight.js/lib/languages/pgsql.js":function(e,t){e.exports=function(e){var t=e.COMMENT("--","$"),n="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",r=n.trim().split(" ").map((function(e){return e.split("|")[0]})).join("|"),a="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAPLEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILYINET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST ".trim().split(" ").map((function(e){return e.split("|")[0]})).join("|");return{aliases:["postgres","postgresql"],case_insensitive:!0,keywords:{keyword:"ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",built_in:"CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED "},illegal:/:==|\W\s*\(\*|(^|\s)\$[a-z]|{{|[a-z]:\s*$|\.\.\.|TO:|DO:/,contains:[{className:"keyword",variants:[{begin:/\bTEXT\s*SEARCH\b/},{begin:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{begin:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{begin:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{begin:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{begin:/\bNULLS\s+(FIRST|LAST)\b/},{begin:/\bEVENT\s+TRIGGER\b/},{begin:/\b(MAPPING|OR)\s+REPLACE\b/},{begin:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{begin:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{begin:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{begin:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/},{begin:/\bPRESERVE\s+ROWS\b/},{begin:/\bDISCARD\s+PLANS\b/},{begin:/\bREFERENCING\s+(OLD|NEW)\b/},{begin:/\bSKIP\s+LOCKED\b/},{begin:/\bGROUPING\s+SETS\b/},{begin:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{begin:/\b(WITH|WITHOUT)\s+HOLD\b/},{begin:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{begin:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{begin:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{begin:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{begin:/\bIS\s+(NOT\s+)?UNKNOWN\b/},{begin:/\bSECURITY\s+LABEL\b/},{begin:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/},{begin:/\bWITH\s+(NO\s+)?DATA\b/},{begin:/\b(FOREIGN|SET)\s+DATA\b/},{begin:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{begin:/\b(WITH|FOR)\s+ORDINALITY\b/},{begin:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{begin:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{begin:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{begin:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{begin:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{begin:/\bAT\s+TIME\s+ZONE\b/},{begin:/\bGRANTED\s+BY\b/},{begin:/\bRETURN\s+(QUERY|NEXT)\b/},{begin:/\b(ATTACH|DETACH)\s+PARTITION\b/},{begin:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{begin:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/},{begin:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{begin:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{begin:/\bINCLUDE\s*\(/,keywords:"INCLUDE"},{begin:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{begin:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/},{begin:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,relevance:10},{begin:/\bEXTRACT\s*\(/,end:/\bFROM\b/,returnEnd:!0,keywords:{type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"}},{begin:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,keywords:{keyword:"NAME"}},{begin:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,keywords:{keyword:"DOCUMENT CONTENT"}},{beginKeywords:"CACHE INCREMENT MAXVALUE MINVALUE",end:e.C_NUMBER_RE,returnEnd:!0,keywords:"BY CACHE INCREMENT MAXVALUE MINVALUE"},{className:"type",begin:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{className:"type",begin:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/},{begin:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,keywords:{keyword:"RETURNS",type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"}},{begin:"\\b("+a+")\\s*\\("},{begin:"\\.("+r+")\\b"},{begin:"\\b("+r+")\\s+PATH\\b",keywords:{keyword:"PATH",type:n.replace("PATH ","")}},{className:"type",begin:"\\b("+r+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},{begin:"\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",endSameAsBegin:!0,contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]},{begin:'"',end:'"',contains:[{begin:'""'}]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:"<<\\s*[a-zA-Z_][a-zA-Z_0-9$]*\\s*>>",relevance:10}]}}},"../node_modules/highlight.js/lib/languages/php.js":function(e,t){e.exports=function(e){var t={begin:"\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*"},n={className:"meta",begin:/<\?(php)?|\?>/},r={className:"string",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},a={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["php","php3","php4","php5","php6","php7"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[n]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},n,{className:"keyword",begin:/\$this\b/},t,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",t,e.C_BLOCK_COMMENT_MODE,r,a]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},r,a]}}},"../node_modules/highlight.js/lib/languages/plaintext.js":function(e,t){e.exports=function(e){return{disableAutodetect:!0}}},"../node_modules/highlight.js/lib/languages/pony.js":function(e,t){e.exports=function(e){var t={className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE]},n={className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE],relevance:0},r={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},a={begin:e.IDENT_RE+"'",relevance:0};return{keywords:{keyword:"actor addressof and as be break class compile_error compile_intrinsicconsume continue delegate digestof do else elseif embed end errorfor fun if ifdef in interface is isnt lambda let match new not objector primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},contains:[{className:"class",beginKeywords:"class actor",end:"$",contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE]},{className:"function",beginKeywords:"new fun",end:"=>",contains:[e.TITLE_MODE,{begin:/\(/,end:/\)/,contains:[r,a,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},{begin:/:/,endsWithParent:!0,contains:[r]},e.C_LINE_COMMENT_MODE]},r,{className:"string",begin:'"""',end:'"""',relevance:10},t,n,a,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/powershell.js":function(e,t){e.exports=function(e){var t={begin:"`[\\s\\S]",relevance:0},n={className:"variable",variants:[{begin:/\$[\w\d][\w\d_:]*/}]},r={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[t,n,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},a=e.inherit(e.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[{className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]}]});return{aliases:["ps"],lexemes:/-?[A-z\.\-]+/,case_insensitive:!0,keywords:{keyword:"if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch",built_in:"Add-Computer Add-Content Add-History Add-JobTrigger Add-Member Add-PSSnapin Add-Type Checkpoint-Computer Clear-Content Clear-EventLog Clear-History Clear-Host Clear-Item Clear-ItemProperty Clear-Variable Compare-Object Complete-Transaction Connect-PSSession Connect-WSMan Convert-Path ConvertFrom-Csv ConvertFrom-Json ConvertFrom-SecureString ConvertFrom-StringData ConvertTo-Csv ConvertTo-Html ConvertTo-Json ConvertTo-SecureString ConvertTo-Xml Copy-Item Copy-ItemProperty Debug-Process Disable-ComputerRestore Disable-JobTrigger Disable-PSBreakpoint Disable-PSRemoting Disable-PSSessionConfiguration Disable-WSManCredSSP Disconnect-PSSession Disconnect-WSMan Disable-ScheduledJob Enable-ComputerRestore Enable-JobTrigger Enable-PSBreakpoint Enable-PSRemoting Enable-PSSessionConfiguration Enable-ScheduledJob Enable-WSManCredSSP Enter-PSSession Exit-PSSession Export-Alias Export-Clixml Export-Console Export-Counter Export-Csv Export-FormatData Export-ModuleMember Export-PSSession ForEach-Object Format-Custom Format-List Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command Get-ComputerRestorePoint Get-Content Get-ControlPanelItem Get-Counter Get-Credential Get-Culture Get-Date Get-Event Get-EventLog Get-EventSubscriber Get-ExecutionPolicy Get-FormatData Get-Host Get-HotFix Get-Help Get-History Get-IseSnippet Get-Item Get-ItemProperty Get-Job Get-JobTrigger Get-Location Get-Member Get-Module Get-PfxCertificate Get-Process Get-PSBreakpoint Get-PSCallStack Get-PSDrive Get-PSProvider Get-PSSession Get-PSSessionConfiguration Get-PSSnapin Get-Random Get-ScheduledJob Get-ScheduledJobOption Get-Service Get-TraceSource Get-Transaction Get-TypeData Get-UICulture Get-Unique Get-Variable Get-Verb Get-WinEvent Get-WmiObject Get-WSManCredSSP Get-WSManInstance Group-Object Import-Alias Import-Clixml Import-Counter Import-Csv Import-IseSnippet Import-LocalizedData Import-PSSession Import-Module Invoke-AsWorkflow Invoke-Command Invoke-Expression Invoke-History Invoke-Item Invoke-RestMethod Invoke-WebRequest Invoke-WmiMethod Invoke-WSManAction Join-Path Limit-EventLog Measure-Command Measure-Object Move-Item Move-ItemProperty New-Alias New-Event New-EventLog New-IseSnippet New-Item New-ItemProperty New-JobTrigger New-Object New-Module New-ModuleManifest New-PSDrive New-PSSession New-PSSessionConfigurationFile New-PSSessionOption New-PSTransportOption New-PSWorkflowExecutionOption New-PSWorkflowSession New-ScheduledJobOption New-Service New-TimeSpan New-Variable New-WebServiceProxy New-WinEvent New-WSManInstance New-WSManSessionOption Out-Default Out-File Out-GridView Out-Host Out-Null Out-Printer Out-String Pop-Location Push-Location Read-Host Receive-Job Register-EngineEvent Register-ObjectEvent Register-PSSessionConfiguration Register-ScheduledJob Register-WmiEvent Remove-Computer Remove-Event Remove-EventLog Remove-Item Remove-ItemProperty Remove-Job Remove-JobTrigger Remove-Module Remove-PSBreakpoint Remove-PSDrive Remove-PSSession Remove-PSSnapin Remove-TypeData Remove-Variable Remove-WmiObject Remove-WSManInstance Rename-Computer Rename-Item Rename-ItemProperty Reset-ComputerMachinePassword Resolve-Path Restart-Computer Restart-Service Restore-Computer Resume-Job Resume-Service Save-Help Select-Object Select-String Select-Xml Send-MailMessage Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-JobTrigger Set-Location Set-PSBreakpoint Set-PSDebug Set-PSSessionConfiguration Set-ScheduledJob Set-ScheduledJobOption Set-Service Set-StrictMode Set-TraceSource Set-Variable Set-WmiInstance Set-WSManInstance Set-WSManQuickConfig Show-Command Show-ControlPanelItem Show-EventLog Sort-Object Split-Path Start-Job Start-Process Start-Service Start-Sleep Start-Transaction Start-Transcript Stop-Computer Stop-Job Stop-Process Stop-Service Stop-Transcript Suspend-Job Suspend-Service Tee-Object Test-ComputerSecureChannel Test-Connection Test-ModuleManifest Test-Path Test-PSSessionConfigurationFile Trace-Command Unblock-File Undo-Transaction Unregister-Event Unregister-PSSessionConfiguration Unregister-ScheduledJob Update-FormatData Update-Help Update-List Update-TypeData Use-Transaction Wait-Event Wait-Job Wait-Process Where-Object Write-Debug Write-Error Write-EventLog Write-Host Write-Output Write-Progress Write-Verbose Write-Warning Add-MDTPersistentDrive Disable-MDTMonitorService Enable-MDTMonitorService Get-MDTDeploymentShareStatistics Get-MDTMonitorData Get-MDTOperatingSystemCatalog Get-MDTPersistentDrive Import-MDTApplication Import-MDTDriver Import-MDTOperatingSystem Import-MDTPackage Import-MDTTaskSequence New-MDTDatabase Remove-MDTMonitorData Remove-MDTPersistentDrive Restore-MDTPersistentDrive Set-MDTMonitorData Test-MDTDeploymentShare Test-MDTMonitorData Update-MDTDatabaseSchema Update-MDTDeploymentShare Update-MDTLinkedDS Update-MDTMedia Update-MDTMedia Add-VamtProductKey Export-VamtData Find-VamtManagedMachine Get-VamtConfirmationId Get-VamtProduct Get-VamtProductKey Import-VamtData Initialize-VamtData Install-VamtConfirmationId Install-VamtProductActivation Install-VamtProductKey Update-VamtProduct",nomarkup:"-ne -eq -lt -gt -ge -le -not -like -notlike -match -notmatch -contains -notcontains -in -notin -replace"},contains:[t,e.NUMBER_MODE,r,{className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},{className:"literal",begin:/\$(null|true|false)\b/},n,a]}}},"../node_modules/highlight.js/lib/languages/processing.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject Object StringDict StringList Table TableRow XML false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private",literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI",title:"setup draw",built_in:"displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key keyCode pixels focused frameCount frameRate height width size createGraphics beginDraw createShape loadShape PShape arc ellipse line point quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour millis minute month second year background clear colorMode fill noFill noStroke stroke alpha blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/profile.js":function(e,t){e.exports=function(e){return{contains:[e.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[e.C_NUMBER_MODE],relevance:10},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}},"../node_modules/highlight.js/lib/languages/prolog.js":function(e,t){e.exports=function(e){var t={begin:/\(/,end:/\)/,relevance:0},n={begin:/\[/,end:/\]/},r={className:"comment",begin:/%/,end:/$/,contains:[e.PHRASAL_WORDS_MODE]},a={className:"string",begin:/`/,end:/`/,contains:[e.BACKSLASH_ESCAPE]},i=[{begin:/[a-z][A-Za-z0-9_]*/,relevance:0},{className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},t,{begin:/:-/},n,r,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,a,{className:"string",begin:/0\'(\\\'|.)/},{className:"string",begin:/0\'\\s/},e.C_NUMBER_MODE];return t.contains=i,n.contains=i,{contains:i.concat([{begin:/\.$/}])}}},"../node_modules/highlight.js/lib/languages/properties.js":function(e,t){e.exports=function(e){var t="[ \\t\\f]*",n="("+t+"[:=]"+t+"|[ \\t\\f]+)",r="([^\\\\:= \\t\\f\\n]|\\\\.)+",a={end:n,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\n"}]}};return{case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+"+n,returnBegin:!0,contains:[{className:"attr",begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",endsParent:!0,relevance:0}],starts:a},{begin:r+n,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:r,endsParent:!0,relevance:0}],starts:a},{className:"attr",relevance:0,begin:r+t+"$"}]}}},"../node_modules/highlight.js/lib/languages/protobuf.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"package import option optional required repeated group oneof",built_in:"double float int32 int64 uint32 uint64 sint32 sint64 fixed32 fixed64 sfixed32 sfixed64 bool string bytes",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,{className:"class",beginKeywords:"message enum service",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"function",beginKeywords:"rpc",end:/;/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+/,end:/\s*=/,excludeEnd:!0}]}}},"../node_modules/highlight.js/lib/languages/puppet.js":function(e,t){e.exports=function(e){var t=e.COMMENT("#","$"),n=e.inherit(e.TITLE_MODE,{begin:"([A-Za-z_]|::)(\\w|::)*"}),r={className:"variable",begin:"\\$([A-Za-z_]|::)(\\w|::)*"},a={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{aliases:["pp"],contains:[t,r,a,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[n,t]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:e.IDENT_RE,endsParent:!0}]},{begin:e.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:e.IDENT_RE},{begin:/\{/,end:/\}/,keywords:{keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},relevance:0,contains:[a,t,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:e.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},r]}],relevance:0}]}}},"../node_modules/highlight.js/lib/languages/purebasic.js":function(e,t){e.exports=function(e){return{aliases:["pb","pbi"],keywords:"And As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect Continue Data DataSection EndDataSection Debug DebugLevel Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndEnumeration EndIf EndImport EndInterface EndMacro EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration Extends FakeReturn For Next ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface Macro NewList Not Or ProcedureReturn Protected Prototype PrototypeC Read ReDim Repeat Until Restore Return Select Shared Static Step Structure StructureUnion Swap To Wend While With XIncludeFile XOr Procedure ProcedureC ProcedureCDLL ProcedureDLL Declare DeclareC DeclareCDLL DeclareDLL",contains:[e.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},e.UNDERSCORE_TITLE_MODE]},{className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},{className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"}]}}},"../node_modules/highlight.js/lib/languages/python.js":function(e,t){e.exports=function(e){var t={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},n={className:"meta",begin:/^(>>>|\.\.\.) /},r={className:"subst",begin:/\{/,end:/\}/,keywords:t,illegal:/#/},a={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,n],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,n],relevance:10},{begin:/(fr|rf|f)'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,n,r]},{begin:/(fr|rf|f)"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,n,r]},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},{begin:/(fr|rf|f)'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,r]},{begin:/(fr|rf|f)"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},i={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},o={className:"params",begin:/\(/,end:/\)/,contains:["self",n,i,a]};return r.contains=[a,i,n],{aliases:["py","gyp"],keywords:t,illegal:/(<\/|->|\?)|=>/,contains:[n,i,a,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,o,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}},"../node_modules/highlight.js/lib/languages/q.js":function(e,t){e.exports=function(e){return{aliases:["k","kdb"],keywords:{keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"},lexemes:/(`?)[A-Za-z0-9_]+\b/,contains:[e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/qml.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_][a-zA-Z0-9\\._]*",n={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:t,returnEnd:!1}},r={begin:t+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:t,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},a={begin:t+"\\s*{",end:"{",returnBegin:!0,relevance:0,contains:[e.inherit(e.TITLE_MODE,{begin:t})]};return{aliases:["qt"],case_insensitive:!1,keywords:{keyword:"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url variant vector2d vector3d vector4dPromise"},contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{begin:/</,end:/>\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},{className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},{className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+e.IDENT_RE,relevance:0},n,r,a],illegal:/#/}}},"../node_modules/highlight.js/lib/languages/r.js":function(e,t){e.exports=function(e){var t="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{contains:[e.HASH_COMMENT_MODE,{begin:t,lexemes:t,keywords:{keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}},"../node_modules/highlight.js/lib/languages/reasonml.js":function(e,t){e.exports=function(e){var t="~?[a-z$_][0-9a-zA-Z$_]*",n="`?[A-Z$_][0-9a-zA-Z$_]*",r="("+(["||","&&","++","**","+.","*","/","*.","/.","...","|>"].map((function(e){return e.split("").map((function(e){return"\\"+e})).join("")})).join("|")+"|==|===)"),a="\\s+"+r+"\\s+",i={keyword:"and as asr assert begin class constraint do done downto else end exception externalfor fun function functor if in include inherit initializerland lazy let lor lsl lsr lxor match method mod module mutable new nonrecobject of open or private rec sig struct then to try type val virtual when while with",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit ",literal:"true false"},o="\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",s={className:"number",relevance:0,variants:[{begin:o},{begin:"\\(\\-"+o+"\\)"}]},l={className:"operator",relevance:0,begin:r},c=[{className:"identifier",relevance:0,begin:t},l,s],d=[e.QUOTE_STRING_MODE,l,{className:"module",begin:"\\b"+n,returnBegin:!0,end:".",contains:[{className:"identifier",begin:n,relevance:0}]}],u=[{className:"module",begin:"\\b"+n,returnBegin:!0,end:".",relevance:0,contains:[{className:"identifier",begin:n,relevance:0}]}],_={className:"function",relevance:0,keywords:i,variants:[{begin:"\\s(\\(\\.?.*?\\)|"+t+")\\s*=>",end:"\\s*=>",returnBegin:!0,relevance:0,contains:[{className:"params",variants:[{begin:t},{begin:"~?[a-z$_][0-9a-zA-Z$_]*(s*:s*[a-z$_][0-9a-z$_]*((s*('?[a-z$_][0-9a-z$_]*s*(,'?[a-z$_][0-9a-z$_]*)*)?s*))?)?(s*:s*[a-z$_][0-9a-z$_]*((s*('?[a-z$_][0-9a-z$_]*s*(,'?[a-z$_][0-9a-z$_]*)*)?s*))?)?"},{begin:/\(\s*\)/}]}]},{begin:"\\s\\(\\.?[^;\\|]*\\)\\s*=>",end:"\\s=>",returnBegin:!0,relevance:0,contains:[{className:"params",relevance:0,variants:[{begin:t,end:"(,|\\n|\\))",relevance:0,contains:[l,{className:"typing",begin:":",end:"(,|\\n)",returnBegin:!0,relevance:0,contains:u}]}]}]},{begin:"\\(\\.\\s"+t+"\\)\\s*=>"}]};d.push(_);var p={className:"constructor",begin:n+"\\(",end:"\\)",illegal:"\\n",keywords:i,contains:[e.QUOTE_STRING_MODE,l,{className:"params",begin:"\\b"+t}]},m={className:"pattern-match",begin:"\\|",returnBegin:!0,keywords:i,end:"=>",relevance:0,contains:[p,l,{relevance:0,className:"constructor",begin:n}]},g={className:"module-access",keywords:i,returnBegin:!0,variants:[{begin:"\\b("+n+"\\.)+"+t},{begin:"\\b("+n+"\\.)+\\(",end:"\\)",returnBegin:!0,contains:[_,{begin:"\\(",end:"\\)",skip:!0}].concat(d)},{begin:"\\b("+n+"\\.)+{",end:"}"}],contains:d};return u.push(g),{aliases:["re"],keywords:i,illegal:"(:\\-|:=|\\${|\\+=)",contains:[e.COMMENT("/\\*","\\*/",{illegal:"^(\\#,\\/\\/)"}),{className:"character",begin:"'(\\\\[^']+|[^'])'",illegal:"\\n",relevance:0},e.QUOTE_STRING_MODE,{className:"literal",begin:"\\(\\)",relevance:0},{className:"literal",begin:"\\[\\|",end:"\\|\\]",relevance:0,contains:c},{className:"literal",begin:"\\[",end:"\\]",relevance:0,contains:c},p,{className:"operator",begin:a,illegal:"\\-\\->",relevance:0},s,e.C_LINE_COMMENT_MODE,m,_,{className:"module-def",begin:"\\bmodule\\s+"+t+"\\s+"+n+"\\s+=\\s+{",end:"}",returnBegin:!0,keywords:i,relevance:0,contains:[{className:"module",relevance:0,begin:n},{begin:"{",end:"}",skip:!0}].concat(d)},g]}}},"../node_modules/highlight.js/lib/languages/rib.js":function(e,t){e.exports=function(e){return{keywords:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",illegal:"</",contains:[e.HASH_COMMENT_MODE,e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}}},"../node_modules/highlight.js/lib/languages/roboconf.js":function(e,t){e.exports=function(e){var t={className:"attribute",begin:/[a-zA-Z-_]+/,end:/\s*:/,excludeEnd:!0,starts:{end:";",relevance:0,contains:[{className:"variable",begin:/\.[a-zA-Z-_]+/},{className:"keyword",begin:/\(optional\)/}]}};return{aliases:["graph","instances"],case_insensitive:!0,keywords:"import",contains:[{begin:"^facet [a-zA-Z-_][^\\n{]+\\{",end:"}",keywords:"facet",contains:[t,e.HASH_COMMENT_MODE]},{begin:"^\\s*instance of [a-zA-Z-_][^\\n{]+\\{",end:"}",keywords:"name count channels instance-data instance-state instance of",illegal:/\S/,contains:["self",t,e.HASH_COMMENT_MODE]},{begin:"^[a-zA-Z-_][^\\n{]+\\{",end:"}",contains:[t,e.HASH_COMMENT_MODE]},e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/routeros.js":function(e,t){e.exports=function(e){var t="foreach do while for if from to step else on-error and or not in",n="true false yes no nothing nil null",r={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r,{className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]},i={className:"string",begin:/'/,end:/'/};return{aliases:["routeros","mikrotik"],case_insensitive:!0,lexemes:/:?[\w-]+/,keywords:{literal:n,keyword:t+" :"+t.split(" ").join(" :")+" :"+"global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime".split(" ").join(" :")},contains:[{variants:[{begin:/^@/,end:/$/},{begin:/\/\*/,end:/\*\//},{begin:/%%/,end:/$/},{begin:/^'/,end:/$/},{begin:/^\s*\/[\w-]+=/,end:/$/},{begin:/\/\//,end:/$/},{begin:/^\[\</,end:/\>\]$/},{begin:/<\//,end:/>/},{begin:/^facet /,end:/\}/},{begin:"^1\\.\\.(\\d+)$",end:/$/}],illegal:/./},e.COMMENT("^#","$"),a,i,r,{begin:/[\w-]+\=([^\s\{\}\[\]\(\)]+)/,relevance:0,returnBegin:!0,contains:[{className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[a,i,r,{className:"literal",begin:"\\b("+n.split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s\{\}\[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+"add remove enable disable set get print export edit find run debug error info warning".split(" ").join("|")+")([\\s[(]|])",returnBegin:!0,contains:[{className:"builtin-name",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+"traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firewall firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw".split(" ").join("|")+");?\\s)+",relevance:10},{begin:/\.\./}]}]}}},"../node_modules/highlight.js/lib/languages/rsl.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"float color point normal vector matrix while for if do return else break extern continue",built_in:"abs acos ambient area asin atan atmosphere attribute calculatenormal ceil cellnoise clamp comp concat cos degrees depth Deriv diffuse distance Du Dv environment exp faceforward filterstep floor format fresnel incident length lightsource log match max min mod noise normalize ntransform opposite option phong pnoise pow printf ptlined radians random reflect refract renderinfo round setcomp setxcomp setycomp setzcomp shadow sign sin smoothstep specular specularbrdf spline sqrt step tan texture textureinfo trace transform vtransform xcomp ycomp zcomp"},illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},{className:"class",beginKeywords:"surface displacement light volume imager",end:"\\("},{beginKeywords:"illuminate illuminance gather",end:"\\("}]}}},"../node_modules/highlight.js/lib/languages/ruby.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",n={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},r={className:"doctag",begin:"@[A-Za-z]+"},a={begin:"#<",end:">"},i=[e.COMMENT("#","$",{contains:[r]}),e.COMMENT("^\\=begin","^\\=end",{contains:[r],relevance:10}),e.COMMENT("^__END__","\\n$")],o={className:"subst",begin:"#\\{",end:"}",keywords:n},s={className:"string",contains:[e.BACKSLASH_ESCAPE,o],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{begin:/<<(-?)\w+$/,end:/^\s*\w+$/}]},l={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:n},c=[s,a,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(i)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:t}),l].concat(i)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[s,{begin:t}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:n},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[a,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,o],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(i),relevance:0}].concat(i);o.contains=c,l.contains=c;var d=[{begin:/^\s*=>/,starts:{end:"$",contains:c}},{className:"meta",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{end:"$",contains:c}}];return{aliases:["rb","gemspec","podspec","thor","irb"],keywords:n,illegal:/\/\*/,contains:i.concat(d).concat(c)}}},"../node_modules/highlight.js/lib/languages/ruleslanguage.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"literal",variants:[{begin:"#\\s+[a-zA-Z\\ \\.]*",relevance:0},{begin:"#[a-zA-Z\\ \\.]+"}]}]}}},"../node_modules/highlight.js/lib/languages/rust.js":function(e,t){e.exports=function(e){var t="([ui](8|16|32|64|128|size)|f(32|64))?",n="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{aliases:["rs"],keywords:{keyword:"alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self Self sizeof static struct super trait true type typeof unsafe unsized use virtual while where yield move default",literal:"true false Some None Ok Err",built_in:n},lexemes:e.IDENT_RE+"!?",illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{className:"string",variants:[{begin:/r(#*)"(.|\n)*?"\1(?!#)/},{begin:/b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/}]},{className:"symbol",begin:/'[a-zA-Z_][a-zA-Z0-9_]*/},{className:"number",variants:[{begin:"\\b0b([01_]+)"+t},{begin:"\\b0o([0-7_]+)"+t},{begin:"\\b0x([A-Fa-f0-9_]+)"+t},{begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+t}],relevance:0},{className:"function",beginKeywords:"fn",end:"(\\(|<)",excludeEnd:!0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"meta",begin:"#\\!?\\[",end:"\\]",contains:[{className:"meta-string",begin:/"/,end:/"/}]},{className:"class",beginKeywords:"type",end:";",contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{endsParent:!0})],illegal:"\\S"},{className:"class",beginKeywords:"trait enum struct union",end:"{",contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{endsParent:!0})],illegal:"[\\w\\d]"},{begin:e.IDENT_RE+"::",keywords:{built_in:n}},{begin:"->"}]}}},"../node_modules/highlight.js/lib/languages/sas.js":function(e,t){e.exports=function(e){return{aliases:["sas","SAS"],case_insensitive:!0,keywords:{literal:"null missing _all_ _automatic_ _character_ _infile_ _n_ _name_ _null_ _numeric_ _user_ _webout_",meta:"do if then else end until while abort array attrib by call cards cards4 catname continue datalines datalines4 delete delim delimiter display dm drop endsas error file filename footnote format goto in infile informat input keep label leave length libname link list lostcard merge missing modify options output out page put redirect remove rename replace retain return select set skip startsas stop title update waitsas where window x systask add and alter as cascade check create delete describe distinct drop foreign from group having index insert into in key like message modify msgtype not null on or order primary references reset restrict select set table unique update validate view where"},contains:[{className:"keyword",begin:/^\s*(proc [\w\d_]+|data|run|quit)[\s\;]/},{className:"variable",begin:/\&[a-zA-Z_\&][a-zA-Z0-9_]*\.?/},{className:"emphasis",begin:/^\s*datalines|cards.*;/,end:/^\s*;\s*$/},{className:"built_in",begin:"%(bquote|nrbquote|cmpres|qcmpres|compstor|datatyp|display|do|else|end|eval|global|goto|if|index|input|keydef|label|left|length|let|local|lowcase|macro|mend|nrbquote|nrquote|nrstr|put|qcmpres|qleft|qlowcase|qscan|qsubstr|qsysfunc|qtrim|quote|qupcase|scan|str|substr|superq|syscall|sysevalf|sysexec|sysfunc|sysget|syslput|sysprod|sysrc|sysrput|then|to|trim|unquote|until|upcase|verify|while|window)"},{className:"name",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:"[^%](abs|addr|airy|arcos|arsin|atan|attrc|attrn|band|betainv|blshift|bnot|bor|brshift|bxor|byte|cdf|ceil|cexist|cinv|close|cnonct|collate|compbl|compound|compress|cos|cosh|css|curobs|cv|daccdb|daccdbsl|daccsl|daccsyd|dacctab|dairy|date|datejul|datepart|datetime|day|dclose|depdb|depdbsl|depdbsl|depsl|depsl|depsyd|depsyd|deptab|deptab|dequote|dhms|dif|digamma|dim|dinfo|dnum|dopen|doptname|doptnum|dread|dropnote|dsname|erf|erfc|exist|exp|fappend|fclose|fcol|fdelete|fetch|fetchobs|fexist|fget|fileexist|filename|fileref|finfo|finv|fipname|fipnamel|fipstate|floor|fnonct|fnote|fopen|foptname|foptnum|fpoint|fpos|fput|fread|frewind|frlen|fsep|fuzz|fwrite|gaminv|gamma|getoption|getvarc|getvarn|hbound|hms|hosthelp|hour|ibessel|index|indexc|indexw|input|inputc|inputn|int|intck|intnx|intrr|irr|jbessel|juldate|kurtosis|lag|lbound|left|length|lgamma|libname|libref|log|log10|log2|logpdf|logpmf|logsdf|lowcase|max|mdy|mean|min|minute|mod|month|mopen|mort|n|netpv|nmiss|normal|note|npv|open|ordinal|pathname|pdf|peek|peekc|pmf|point|poisson|poke|probbeta|probbnml|probchi|probf|probgam|probhypr|probit|probnegb|probnorm|probt|put|putc|putn|qtr|quote|ranbin|rancau|ranexp|rangam|range|rank|rannor|ranpoi|rantbl|rantri|ranuni|repeat|resolve|reverse|rewind|right|round|saving|scan|sdf|second|sign|sin|sinh|skewness|soundex|spedis|sqrt|std|stderr|stfips|stname|stnamel|substr|sum|symget|sysget|sysmsg|sysprod|sysrc|system|tan|tanh|time|timepart|tinv|tnonct|today|translate|tranwrd|trigamma|trim|trimn|trunc|uniform|upcase|uss|var|varfmt|varinfmt|varlabel|varlen|varname|varnum|varray|varrayx|vartype|verify|vformat|vformatd|vformatdx|vformatn|vformatnx|vformatw|vformatwx|vformatx|vinarray|vinarrayx|vinformat|vinformatd|vinformatdx|vinformatn|vinformatnx|vinformatw|vinformatwx|vinformatx|vlabel|vlabelx|vlength|vlengthx|vname|vnamex|vtype|vtypex|weekday|year|yyq|zipfips|zipname|zipnamel|zipstate)[(]"},{className:"string",variants:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},e.COMMENT("\\*",";"),e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/scala.js":function(e,t){e.exports=function(e){var t={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},n={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[t],relevance:10}]},r={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},a={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},i={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[r]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[r]},a]},o={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[a]};return{keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},r,o,i,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},"../node_modules/highlight.js/lib/languages/scheme.js":function(e,t){e.exports=function(e){var t="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",n={className:"literal",begin:"(#t|#f|#\\\\"+t+"|#\\\\.)"},r={className:"number",variants:[{begin:"(\\-|\\+)?\\d+([./]\\d+)?",relevance:0},{begin:"(\\-|\\+)?\\d+([./]\\d+)?[+\\-](\\-|\\+)?\\d+([./]\\d+)?i",relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},a=e.QUOTE_STRING_MODE,i=[e.COMMENT(";","$",{relevance:0}),e.COMMENT("#\\|","\\|#")],o={begin:t,relevance:0},s={className:"symbol",begin:"'"+t},l={endsWithParent:!0,relevance:0},c={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",n,a,r,o,s]}]},d={className:"name",begin:t,lexemes:t,keywords:{"builtin-name":"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char<? char=? char>=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci<? string-ci=? string-ci>=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string<? string=? string>=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"}},u={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[d,{begin:/\(/,end:/\)/,endsParent:!0,contains:[o]}]},d,l]};return l.contains=[n,r,a,o,s,c,u].concat(i),{illegal:/\S/,contains:[{className:"meta",begin:"^#!",end:"$"},r,a,s,c,u].concat(i)}}},"../node_modules/highlight.js/lib/languages/scilab.js":function(e,t){e.exports=function(e){var t=[e.C_NUMBER_MODE,{className:"string",begin:"'|\"",end:"'|\"",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]}];return{aliases:["sci"],lexemes:/%?\w+/,keywords:{keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*('+[\\.']*|[\\.']+)",end:"",relevance:0},{begin:"\\[",end:"\\]'*[\\.']*",relevance:0,contains:t},e.COMMENT("//","$")].concat(t)}}},"../node_modules/highlight.js/lib/languages/scss.js":function(e,t){e.exports=function(e){var t={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"},n={className:"number",begin:"#[0-9A-Fa-f]+"};e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE;return{case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},t,{className:"attribute",begin:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[t,n,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@",end:"[{;]",keywords:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",contains:[t,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,n,e.CSS_NUMBER_MODE,{begin:"\\s[A-Za-z0-9_.-]+",relevance:0}]}]}}},"../node_modules/highlight.js/lib/languages/shell.js":function(e,t){e.exports=function(e){return{aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}},"../node_modules/highlight.js/lib/languages/smali.js":function(e,t){e.exports=function(e){var t=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"];return{aliases:["smali"],contains:[{className:"string",begin:'"',end:'"',relevance:0},e.COMMENT("#","$",{relevance:0}),{className:"keyword",variants:[{begin:"\\s*\\.end\\s[a-zA-Z0-9]*"},{begin:"^[ ]*\\.[a-zA-Z]*",relevance:0},{begin:"\\s:[a-zA-Z_0-9]*",relevance:0},{begin:"\\s("+["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"].join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+t.join("|")+")\\s"},{begin:"\\s("+t.join("|")+")((\\-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"].join("|")+")((\\-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:"L[^(;:\n]*;",relevance:0},{begin:"[vp][0-9]+"}]}}},"../node_modules/highlight.js/lib/languages/smalltalk.js":function(e,t){e.exports=function(e){var t={className:"string",begin:"\\$.{1}"},n={className:"symbol",begin:"#"+e.UNDERSCORE_IDENT_RE};return{aliases:["st"],keywords:"self super nil true false thisContext",contains:[e.COMMENT('"','"'),e.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:"[a-z][a-zA-Z0-9_]*:",relevance:0},e.C_NUMBER_MODE,n,t,{begin:"\\|[ ]*[a-z][a-zA-Z0-9_]*([ ]+[a-z][a-zA-Z0-9_]*)*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?[a-z][a-zA-Z0-9_]*"}]},{begin:"\\#\\(",end:"\\)",contains:[e.APOS_STRING_MODE,t,e.C_NUMBER_MODE,n]}]}}},"../node_modules/highlight.js/lib/languages/sml.js":function(e,t){e.exports=function(e){return{aliases:["ml"],keywords:{keyword:"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while",built_in:"array bool char exn int list option order real ref string substring vector unit word",literal:"true false NONE SOME LESS EQUAL GREATER nil"},illegal:/\/\/|>>/,lexemes:"[a-z_]\\w*!?",contains:[{className:"literal",begin:/\[(\|\|)?\]|\(\)/,relevance:0},e.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*"},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},"../node_modules/highlight.js/lib/languages/sqf.js":function(e,t){e.exports=function(e){var t=e.getLanguage("cpp").exports;return{aliases:["sqf"],case_insensitive:!0,keywords:{keyword:"case catch default do else exit exitWith for forEach from if private switch then throw to try waitUntil while with",built_in:"abs accTime acos action actionIDs actionKeys actionKeysImages actionKeysNames actionKeysNamesArray actionName actionParams activateAddons activatedAddons activateKey add3DENConnection add3DENEventHandler add3DENLayer addAction addBackpack addBackpackCargo addBackpackCargoGlobal addBackpackGlobal addCamShake addCuratorAddons addCuratorCameraArea addCuratorEditableObjects addCuratorEditingArea addCuratorPoints addEditorObject addEventHandler addForce addGoggles addGroupIcon addHandgunItem addHeadgear addItem addItemCargo addItemCargoGlobal addItemPool addItemToBackpack addItemToUniform addItemToVest addLiveStats addMagazine addMagazineAmmoCargo addMagazineCargo addMagazineCargoGlobal addMagazineGlobal addMagazinePool addMagazines addMagazineTurret addMenu addMenuItem addMissionEventHandler addMPEventHandler addMusicEventHandler addOwnedMine addPlayerScores addPrimaryWeaponItem addPublicVariableEventHandler addRating addResources addScore addScoreSide addSecondaryWeaponItem addSwitchableUnit addTeamMember addToRemainsCollector addTorque addUniform addVehicle addVest addWaypoint addWeapon addWeaponCargo addWeaponCargoGlobal addWeaponGlobal addWeaponItem addWeaponPool addWeaponTurret admin agent agents AGLToASL aimedAtTarget aimPos airDensityRTD airplaneThrottle airportSide AISFinishHeal alive all3DENEntities allAirports allControls allCurators allCutLayers allDead allDeadMen allDisplays allGroups allMapMarkers allMines allMissionObjects allow3DMode allowCrewInImmobile allowCuratorLogicIgnoreAreas allowDamage allowDammage allowFileOperations allowFleeing allowGetIn allowSprint allPlayers allSimpleObjects allSites allTurrets allUnits allUnitsUAV allVariables ammo ammoOnPylon and animate animateBay animateDoor animatePylon animateSource animationNames animationPhase animationSourcePhase animationState append apply armoryPoints arrayIntersect asin ASLToAGL ASLToATL assert assignAsCargo assignAsCargoIndex assignAsCommander assignAsDriver assignAsGunner assignAsTurret assignCurator assignedCargo assignedCommander assignedDriver assignedGunner assignedItems assignedTarget assignedTeam assignedVehicle assignedVehicleRole assignItem assignTeam assignToAirport atan atan2 atg ATLToASL attachedObject attachedObjects attachedTo attachObject attachTo attackEnabled backpack backpackCargo backpackContainer backpackItems backpackMagazines backpackSpaceFor behaviour benchmark binocular boundingBox boundingBoxReal boundingCenter breakOut breakTo briefingName buildingExit buildingPos buttonAction buttonSetAction cadetMode call callExtension camCommand camCommit camCommitPrepared camCommitted camConstuctionSetParams camCreate camDestroy cameraEffect cameraEffectEnableHUD cameraInterest cameraOn cameraView campaignConfigFile camPreload camPreloaded camPrepareBank camPrepareDir camPrepareDive camPrepareFocus camPrepareFov camPrepareFovRange camPreparePos camPrepareRelPos camPrepareTarget camSetBank camSetDir camSetDive camSetFocus camSetFov camSetFovRange camSetPos camSetRelPos camSetTarget camTarget camUseNVG canAdd canAddItemToBackpack canAddItemToUniform canAddItemToVest cancelSimpleTaskDestination canFire canMove canSlingLoad canStand canSuspend canTriggerDynamicSimulation canUnloadInCombat canVehicleCargo captive captiveNum cbChecked cbSetChecked ceil channelEnabled cheatsEnabled checkAIFeature checkVisibility className clearAllItemsFromBackpack clearBackpackCargo clearBackpackCargoGlobal clearGroupIcons clearItemCargo clearItemCargoGlobal clearItemPool clearMagazineCargo clearMagazineCargoGlobal clearMagazinePool clearOverlay clearRadio clearWeaponCargo clearWeaponCargoGlobal clearWeaponPool clientOwner closeDialog closeDisplay closeOverlay collapseObjectTree collect3DENHistory collectiveRTD combatMode commandArtilleryFire commandChat commander commandFire commandFollow commandFSM commandGetOut commandingMenu commandMove commandRadio commandStop commandSuppressiveFire commandTarget commandWatch comment commitOverlay compile compileFinal completedFSM composeText configClasses configFile configHierarchy configName configProperties configSourceAddonList configSourceMod configSourceModList confirmSensorTarget connectTerminalToUAV controlsGroupCtrl copyFromClipboard copyToClipboard copyWaypoints cos count countEnemy countFriendly countSide countType countUnknown create3DENComposition create3DENEntity createAgent createCenter createDialog createDiaryLink createDiaryRecord createDiarySubject createDisplay createGearDialog createGroup createGuardedPoint createLocation createMarker createMarkerLocal createMenu createMine createMissionDisplay createMPCampaignDisplay createSimpleObject createSimpleTask createSite createSoundSource createTask createTeam createTrigger createUnit createVehicle createVehicleCrew createVehicleLocal crew ctAddHeader ctAddRow ctClear ctCurSel ctData ctFindHeaderRows ctFindRowHeader ctHeaderControls ctHeaderCount ctRemoveHeaders ctRemoveRows ctrlActivate ctrlAddEventHandler ctrlAngle ctrlAutoScrollDelay ctrlAutoScrollRewind ctrlAutoScrollSpeed ctrlChecked ctrlClassName ctrlCommit ctrlCommitted ctrlCreate ctrlDelete ctrlEnable ctrlEnabled ctrlFade ctrlHTMLLoaded ctrlIDC ctrlIDD ctrlMapAnimAdd ctrlMapAnimClear ctrlMapAnimCommit ctrlMapAnimDone ctrlMapCursor ctrlMapMouseOver ctrlMapScale ctrlMapScreenToWorld ctrlMapWorldToScreen ctrlModel ctrlModelDirAndUp ctrlModelScale ctrlParent ctrlParentControlsGroup ctrlPosition ctrlRemoveAllEventHandlers ctrlRemoveEventHandler ctrlScale ctrlSetActiveColor ctrlSetAngle ctrlSetAutoScrollDelay ctrlSetAutoScrollRewind ctrlSetAutoScrollSpeed ctrlSetBackgroundColor ctrlSetChecked ctrlSetEventHandler ctrlSetFade ctrlSetFocus ctrlSetFont ctrlSetFontH1 ctrlSetFontH1B ctrlSetFontH2 ctrlSetFontH2B ctrlSetFontH3 ctrlSetFontH3B ctrlSetFontH4 ctrlSetFontH4B ctrlSetFontH5 ctrlSetFontH5B ctrlSetFontH6 ctrlSetFontH6B ctrlSetFontHeight ctrlSetFontHeightH1 ctrlSetFontHeightH2 ctrlSetFontHeightH3 ctrlSetFontHeightH4 ctrlSetFontHeightH5 ctrlSetFontHeightH6 ctrlSetFontHeightSecondary ctrlSetFontP ctrlSetFontPB ctrlSetFontSecondary ctrlSetForegroundColor ctrlSetModel ctrlSetModelDirAndUp ctrlSetModelScale ctrlSetPixelPrecision ctrlSetPosition ctrlSetScale ctrlSetStructuredText ctrlSetText ctrlSetTextColor ctrlSetTooltip ctrlSetTooltipColorBox ctrlSetTooltipColorShade ctrlSetTooltipColorText ctrlShow ctrlShown ctrlText ctrlTextHeight ctrlTextWidth ctrlType ctrlVisible ctRowControls ctRowCount ctSetCurSel ctSetData ctSetHeaderTemplate ctSetRowTemplate ctSetValue ctValue curatorAddons curatorCamera curatorCameraArea curatorCameraAreaCeiling curatorCoef curatorEditableObjects curatorEditingArea curatorEditingAreaType curatorMouseOver curatorPoints curatorRegisteredObjects curatorSelected curatorWaypointCost current3DENOperation currentChannel currentCommand currentMagazine currentMagazineDetail currentMagazineDetailTurret currentMagazineTurret currentMuzzle currentNamespace currentTask currentTasks currentThrowable currentVisionMode currentWaypoint currentWeapon currentWeaponMode currentWeaponTurret currentZeroing cursorObject cursorTarget customChat customRadio cutFadeOut cutObj cutRsc cutText damage date dateToNumber daytime deActivateKey debriefingText debugFSM debugLog deg delete3DENEntities deleteAt deleteCenter deleteCollection deleteEditorObject deleteGroup deleteGroupWhenEmpty deleteIdentity deleteLocation deleteMarker deleteMarkerLocal deleteRange deleteResources deleteSite deleteStatus deleteTeam deleteVehicle deleteVehicleCrew deleteWaypoint detach detectedMines diag_activeMissionFSMs diag_activeScripts diag_activeSQFScripts diag_activeSQSScripts diag_captureFrame diag_captureFrameToFile diag_captureSlowFrame diag_codePerformance diag_drawMode diag_enable diag_enabled diag_fps diag_fpsMin diag_frameNo diag_lightNewLoad diag_list diag_log diag_logSlowFrame diag_mergeConfigFile diag_recordTurretLimits diag_setLightNew diag_tickTime diag_toggle dialog diarySubjectExists didJIP didJIPOwner difficulty difficultyEnabled difficultyEnabledRTD difficultyOption direction directSay disableAI disableCollisionWith disableConversation disableDebriefingStats disableMapIndicators disableNVGEquipment disableRemoteSensors disableSerialization disableTIEquipment disableUAVConnectability disableUserInput displayAddEventHandler displayCtrl displayParent displayRemoveAllEventHandlers displayRemoveEventHandler displaySetEventHandler dissolveTeam distance distance2D distanceSqr distributionRegion do3DENAction doArtilleryFire doFire doFollow doFSM doGetOut doMove doorPhase doStop doSuppressiveFire doTarget doWatch drawArrow drawEllipse drawIcon drawIcon3D drawLine drawLine3D drawLink drawLocation drawPolygon drawRectangle drawTriangle driver drop dynamicSimulationDistance dynamicSimulationDistanceCoef dynamicSimulationEnabled dynamicSimulationSystemEnabled echo edit3DENMissionAttributes editObject editorSetEventHandler effectiveCommander emptyPositions enableAI enableAIFeature enableAimPrecision enableAttack enableAudioFeature enableAutoStartUpRTD enableAutoTrimRTD enableCamShake enableCaustics enableChannel enableCollisionWith enableCopilot enableDebriefingStats enableDiagLegend enableDynamicSimulation enableDynamicSimulationSystem enableEndDialog enableEngineArtillery enableEnvironment enableFatigue enableGunLights enableInfoPanelComponent enableIRLasers enableMimics enablePersonTurret enableRadio enableReload enableRopeAttach enableSatNormalOnDetail enableSaving enableSentences enableSimulation enableSimulationGlobal enableStamina enableTeamSwitch enableTraffic enableUAVConnectability enableUAVWaypoints enableVehicleCargo enableVehicleSensor enableWeaponDisassembly endLoadingScreen endMission engineOn enginesIsOnRTD enginesRpmRTD enginesTorqueRTD entities environmentEnabled estimatedEndServerTime estimatedTimeLeft evalObjectArgument everyBackpack everyContainer exec execEditorScript execFSM execVM exp expectedDestination exportJIPMessages eyeDirection eyePos face faction fadeMusic fadeRadio fadeSound fadeSpeech failMission fillWeaponsFromPool find findCover findDisplay findEditorObject findEmptyPosition findEmptyPositionReady findIf findNearestEnemy finishMissionInit finite fire fireAtTarget firstBackpack flag flagAnimationPhase flagOwner flagSide flagTexture fleeing floor flyInHeight flyInHeightASL fog fogForecast fogParams forceAddUniform forcedMap forceEnd forceFlagTexture forceFollowRoad forceMap forceRespawn forceSpeed forceWalk forceWeaponFire forceWeatherChange forEachMember forEachMemberAgent forEachMemberTeam forgetTarget format formation formationDirection formationLeader formationMembers formationPosition formationTask formatText formLeader freeLook fromEditor fuel fullCrew gearIDCAmmoCount gearSlotAmmoCount gearSlotData get3DENActionState get3DENAttribute get3DENCamera get3DENConnections get3DENEntity get3DENEntityID get3DENGrid get3DENIconsVisible get3DENLayerEntities get3DENLinesVisible get3DENMissionAttribute get3DENMouseOver get3DENSelected getAimingCoef getAllEnvSoundControllers getAllHitPointsDamage getAllOwnedMines getAllSoundControllers getAmmoCargo getAnimAimPrecision getAnimSpeedCoef getArray getArtilleryAmmo getArtilleryComputerSettings getArtilleryETA getAssignedCuratorLogic getAssignedCuratorUnit getBackpackCargo getBleedingRemaining getBurningValue getCameraViewDirection getCargoIndex getCenterOfMass getClientState getClientStateNumber getCompatiblePylonMagazines getConnectedUAV getContainerMaxLoad getCursorObjectParams getCustomAimCoef getDammage getDescription getDir getDirVisual getDLCAssetsUsage getDLCAssetsUsageByName getDLCs getEditorCamera getEditorMode getEditorObjectScope getElevationOffset getEnvSoundController getFatigue getForcedFlagTexture getFriend getFSMVariable getFuelCargo getGroupIcon getGroupIconParams getGroupIcons getHideFrom getHit getHitIndex getHitPointDamage getItemCargo getMagazineCargo getMarkerColor getMarkerPos getMarkerSize getMarkerType getMass getMissionConfig getMissionConfigValue getMissionDLCs getMissionLayerEntities getModelInfo getMousePosition getMusicPlayedTime getNumber getObjectArgument getObjectChildren getObjectDLC getObjectMaterials getObjectProxy getObjectTextures getObjectType getObjectViewDistance getOxygenRemaining getPersonUsedDLCs getPilotCameraDirection getPilotCameraPosition getPilotCameraRotation getPilotCameraTarget getPlateNumber getPlayerChannel getPlayerScores getPlayerUID getPos getPosASL getPosASLVisual getPosASLW getPosATL getPosATLVisual getPosVisual getPosWorld getPylonMagazines getRelDir getRelPos getRemoteSensorsDisabled getRepairCargo getResolution getShadowDistance getShotParents getSlingLoad getSoundController getSoundControllerResult getSpeed getStamina getStatValue getSuppression getTerrainGrid getTerrainHeightASL getText getTotalDLCUsageTime getUnitLoadout getUnitTrait getUserMFDText getUserMFDvalue getVariable getVehicleCargo getWeaponCargo getWeaponSway getWingsOrientationRTD getWingsPositionRTD getWPPos glanceAt globalChat globalRadio goggles goto group groupChat groupFromNetId groupIconSelectable groupIconsVisible groupId groupOwner groupRadio groupSelectedUnits groupSelectUnit gunner gusts halt handgunItems handgunMagazine handgunWeapon handsHit hasInterface hasPilotCamera hasWeapon hcAllGroups hcGroupParams hcLeader hcRemoveAllGroups hcRemoveGroup hcSelected hcSelectGroup hcSetGroup hcShowBar hcShownBar headgear hideBody hideObject hideObjectGlobal hideSelection hint hintC hintCadet hintSilent hmd hostMission htmlLoad HUDMovementLevels humidity image importAllGroups importance in inArea inAreaArray incapacitatedState inflame inflamed infoPanel infoPanelComponentEnabled infoPanelComponents infoPanels inGameUISetEventHandler inheritsFrom initAmbientLife inPolygon inputAction inRangeOfArtillery insertEditorObject intersect is3DEN is3DENMultiplayer isAbleToBreathe isAgent isArray isAutoHoverOn isAutonomous isAutotest isBleeding isBurning isClass isCollisionLightOn isCopilotEnabled isDamageAllowed isDedicated isDLCAvailable isEngineOn isEqualTo isEqualType isEqualTypeAll isEqualTypeAny isEqualTypeArray isEqualTypeParams isFilePatchingEnabled isFlashlightOn isFlatEmpty isForcedWalk isFormationLeader isGroupDeletedWhenEmpty isHidden isInRemainsCollector isInstructorFigureEnabled isIRLaserOn isKeyActive isKindOf isLaserOn isLightOn isLocalized isManualFire isMarkedForCollection isMultiplayer isMultiplayerSolo isNil isNull isNumber isObjectHidden isObjectRTD isOnRoad isPipEnabled isPlayer isRealTime isRemoteExecuted isRemoteExecutedJIP isServer isShowing3DIcons isSimpleObject isSprintAllowed isStaminaEnabled isSteamMission isStreamFriendlyUIEnabled isText isTouchingGround isTurnedOut isTutHintsEnabled isUAVConnectable isUAVConnected isUIContext isUniformAllowed isVehicleCargo isVehicleRadarOn isVehicleSensorEnabled isWalking isWeaponDeployed isWeaponRested itemCargo items itemsWithMagazines join joinAs joinAsSilent joinSilent joinString kbAddDatabase kbAddDatabaseTargets kbAddTopic kbHasTopic kbReact kbRemoveTopic kbTell kbWasSaid keyImage keyName knowsAbout land landAt landResult language laserTarget lbAdd lbClear lbColor lbColorRight lbCurSel lbData lbDelete lbIsSelected lbPicture lbPictureRight lbSelection lbSetColor lbSetColorRight lbSetCurSel lbSetData lbSetPicture lbSetPictureColor lbSetPictureColorDisabled lbSetPictureColorSelected lbSetPictureRight lbSetPictureRightColor lbSetPictureRightColorDisabled lbSetPictureRightColorSelected lbSetSelectColor lbSetSelectColorRight lbSetSelected lbSetText lbSetTextRight lbSetTooltip lbSetValue lbSize lbSort lbSortByValue lbText lbTextRight lbValue leader leaderboardDeInit leaderboardGetRows leaderboardInit leaderboardRequestRowsFriends leaderboardsRequestUploadScore leaderboardsRequestUploadScoreKeepBest leaderboardState leaveVehicle libraryCredits libraryDisclaimers lifeState lightAttachObject lightDetachObject lightIsOn lightnings limitSpeed linearConversion lineIntersects lineIntersectsObjs lineIntersectsSurfaces lineIntersectsWith linkItem list listObjects listRemoteTargets listVehicleSensors ln lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSetValue lnbSize lnbSort lnbSortByValue lnbText lnbValue load loadAbs loadBackpack loadFile loadGame loadIdentity loadMagazine loadOverlay loadStatus loadUniform loadVest local localize locationPosition lock lockCameraTo lockCargo lockDriver locked lockedCargo lockedDriver lockedTurret lockIdentity lockTurret lockWP log logEntities logNetwork logNetworkTerminate lookAt lookAtPos magazineCargo magazines magazinesAllTurrets magazinesAmmo magazinesAmmoCargo magazinesAmmoFull magazinesDetail magazinesDetailBackpack magazinesDetailUniform magazinesDetailVest magazinesTurret magazineTurretAmmo mapAnimAdd mapAnimClear mapAnimCommit mapAnimDone mapCenterOnCamera mapGridPosition markAsFinishedOnSteam markerAlpha markerBrush markerColor markerDir markerPos markerShape markerSize markerText markerType max members menuAction menuAdd menuChecked menuClear menuCollapse menuData menuDelete menuEnable menuEnabled menuExpand menuHover menuPicture menuSetAction menuSetCheck menuSetData menuSetPicture menuSetValue menuShortcut menuShortcutText menuSize menuSort menuText menuURL menuValue min mineActive mineDetectedBy missionConfigFile missionDifficulty missionName missionNamespace missionStart missionVersion mod modelToWorld modelToWorldVisual modelToWorldVisualWorld modelToWorldWorld modParams moonIntensity moonPhase morale move move3DENCamera moveInAny moveInCargo moveInCommander moveInDriver moveInGunner moveInTurret moveObjectToEnd moveOut moveTime moveTo moveToCompleted moveToFailed musicVolume name nameSound nearEntities nearestBuilding nearestLocation nearestLocations nearestLocationWithDubbing nearestObject nearestObjects nearestTerrainObjects nearObjects nearObjectsReady nearRoads nearSupplies nearTargets needReload netId netObjNull newOverlay nextMenuItemIndex nextWeatherChange nMenuItems not numberOfEnginesRTD numberToDate objectCurators objectFromNetId objectParent objStatus onBriefingGroup onBriefingNotes onBriefingPlan onBriefingTeamSwitch onCommandModeChanged onDoubleClick onEachFrame onGroupIconClick onGroupIconOverEnter onGroupIconOverLeave onHCGroupSelectionChanged onMapSingleClick onPlayerConnected onPlayerDisconnected onPreloadFinished onPreloadStarted onShowNewObject onTeamSwitch openCuratorInterface openDLCPage openMap openSteamApp openYoutubeVideo or orderGetIn overcast overcastForecast owner param params parseNumber parseSimpleArray parseText parsingNamespace particlesQuality pickWeaponPool pitch pixelGrid pixelGridBase pixelGridNoUIScale pixelH pixelW playableSlotsNumber playableUnits playAction playActionNow player playerRespawnTime playerSide playersNumber playGesture playMission playMove playMoveNow playMusic playScriptedMission playSound playSound3D position positionCameraToWorld posScreenToWorld posWorldToScreen ppEffectAdjust ppEffectCommit ppEffectCommitted ppEffectCreate ppEffectDestroy ppEffectEnable ppEffectEnabled ppEffectForceInNVG precision preloadCamera preloadObject preloadSound preloadTitleObj preloadTitleRsc preprocessFile preprocessFileLineNumbers primaryWeapon primaryWeaponItems primaryWeaponMagazine priority processDiaryLink productVersion profileName profileNamespace profileNameSteam progressLoadingScreen progressPosition progressSetPosition publicVariable publicVariableClient publicVariableServer pushBack pushBackUnique putWeaponPool queryItemsPool queryMagazinePool queryWeaponPool rad radioChannelAdd radioChannelCreate radioChannelRemove radioChannelSetCallSign radioChannelSetLabel radioVolume rain rainbow random rank rankId rating rectangular registeredTasks registerTask reload reloadEnabled remoteControl remoteExec remoteExecCall remoteExecutedOwner remove3DENConnection remove3DENEventHandler remove3DENLayer removeAction removeAll3DENEventHandlers removeAllActions removeAllAssignedItems removeAllContainers removeAllCuratorAddons removeAllCuratorCameraAreas removeAllCuratorEditingAreas removeAllEventHandlers removeAllHandgunItems removeAllItems removeAllItemsWithMagazines removeAllMissionEventHandlers removeAllMPEventHandlers removeAllMusicEventHandlers removeAllOwnedMines removeAllPrimaryWeaponItems removeAllWeapons removeBackpack removeBackpackGlobal removeCuratorAddons removeCuratorCameraArea removeCuratorEditableObjects removeCuratorEditingArea removeDrawIcon removeDrawLinks removeEventHandler removeFromRemainsCollector removeGoggles removeGroupIcon removeHandgunItem removeHeadgear removeItem removeItemFromBackpack removeItemFromUniform removeItemFromVest removeItems removeMagazine removeMagazineGlobal removeMagazines removeMagazinesTurret removeMagazineTurret removeMenuItem removeMissionEventHandler removeMPEventHandler removeMusicEventHandler removeOwnedMine removePrimaryWeaponItem removeSecondaryWeaponItem removeSimpleTask removeSwitchableUnit removeTeamMember removeUniform removeVest removeWeapon removeWeaponAttachmentCargo removeWeaponCargo removeWeaponGlobal removeWeaponTurret reportRemoteTarget requiredVersion resetCamShake resetSubgroupDirection resize resources respawnVehicle restartEditorCamera reveal revealMine reverse reversedMouseY roadAt roadsConnectedTo roleDescription ropeAttachedObjects ropeAttachedTo ropeAttachEnabled ropeAttachTo ropeCreate ropeCut ropeDestroy ropeDetach ropeEndPosition ropeLength ropes ropeUnwind ropeUnwound rotorsForcesRTD rotorsRpmRTD round runInitScript safeZoneH safeZoneW safeZoneWAbs safeZoneX safeZoneXAbs safeZoneY save3DENInventory saveGame saveIdentity saveJoysticks saveOverlay saveProfileNamespace saveStatus saveVar savingEnabled say say2D say3D scopeName score scoreSide screenshot screenToWorld scriptDone scriptName scudState secondaryWeapon secondaryWeaponItems secondaryWeaponMagazine select selectBestPlaces selectDiarySubject selectedEditorObjects selectEditorObject selectionNames selectionPosition selectLeader selectMax selectMin selectNoPlayer selectPlayer selectRandom selectRandomWeighted selectWeapon selectWeaponTurret sendAUMessage sendSimpleCommand sendTask sendTaskResult sendUDPMessage serverCommand serverCommandAvailable serverCommandExecutable serverName serverTime set set3DENAttribute set3DENAttributes set3DENGrid set3DENIconsVisible set3DENLayer set3DENLinesVisible set3DENLogicType set3DENMissionAttribute set3DENMissionAttributes set3DENModelsVisible set3DENObjectType set3DENSelected setAccTime setActualCollectiveRTD setAirplaneThrottle setAirportSide setAmmo setAmmoCargo setAmmoOnPylon setAnimSpeedCoef setAperture setApertureNew setArmoryPoints setAttributes setAutonomous setBehaviour setBleedingRemaining setBrakesRTD setCameraInterest setCamShakeDefParams setCamShakeParams setCamUseTI setCaptive setCenterOfMass setCollisionLight setCombatMode setCompassOscillation setConvoySeparation setCuratorCameraAreaCeiling setCuratorCoef setCuratorEditingAreaType setCuratorWaypointCost setCurrentChannel setCurrentTask setCurrentWaypoint setCustomAimCoef setCustomWeightRTD setDamage setDammage setDate setDebriefingText setDefaultCamera setDestination setDetailMapBlendPars setDir setDirection setDrawIcon setDriveOnPath setDropInterval setDynamicSimulationDistance setDynamicSimulationDistanceCoef setEditorMode setEditorObjectScope setEffectCondition setEngineRPMRTD setFace setFaceAnimation setFatigue setFeatureType setFlagAnimationPhase setFlagOwner setFlagSide setFlagTexture setFog setFormation setFormationTask setFormDir setFriend setFromEditor setFSMVariable setFuel setFuelCargo setGroupIcon setGroupIconParams setGroupIconsSelectable setGroupIconsVisible setGroupId setGroupIdGlobal setGroupOwner setGusts setHideBehind setHit setHitIndex setHitPointDamage setHorizonParallaxCoef setHUDMovementLevels setIdentity setImportance setInfoPanel setLeader setLightAmbient setLightAttenuation setLightBrightness setLightColor setLightDayLight setLightFlareMaxDistance setLightFlareSize setLightIntensity setLightnings setLightUseFlare setLocalWindParams setMagazineTurretAmmo setMarkerAlpha setMarkerAlphaLocal setMarkerBrush setMarkerBrushLocal setMarkerColor setMarkerColorLocal setMarkerDir setMarkerDirLocal setMarkerPos setMarkerPosLocal setMarkerShape setMarkerShapeLocal setMarkerSize setMarkerSizeLocal setMarkerText setMarkerTextLocal setMarkerType setMarkerTypeLocal setMass setMimic setMousePosition setMusicEffect setMusicEventHandler setName setNameSound setObjectArguments setObjectMaterial setObjectMaterialGlobal setObjectProxy setObjectTexture setObjectTextureGlobal setObjectViewDistance setOvercast setOwner setOxygenRemaining setParticleCircle setParticleClass setParticleFire setParticleParams setParticleRandom setPilotCameraDirection setPilotCameraRotation setPilotCameraTarget setPilotLight setPiPEffect setPitch setPlateNumber setPlayable setPlayerRespawnTime setPos setPosASL setPosASL2 setPosASLW setPosATL setPosition setPosWorld setPylonLoadOut setPylonsPriority setRadioMsg setRain setRainbow setRandomLip setRank setRectangular setRepairCargo setRotorBrakeRTD setShadowDistance setShotParents setSide setSimpleTaskAlwaysVisible setSimpleTaskCustomData setSimpleTaskDescription setSimpleTaskDestination setSimpleTaskTarget setSimpleTaskType setSimulWeatherLayers setSize setSkill setSlingLoad setSoundEffect setSpeaker setSpeech setSpeedMode setStamina setStaminaScheme setStatValue setSuppression setSystemOfUnits setTargetAge setTaskMarkerOffset setTaskResult setTaskState setTerrainGrid setText setTimeMultiplier setTitleEffect setTrafficDensity setTrafficDistance setTrafficGap setTrafficSpeed setTriggerActivation setTriggerArea setTriggerStatements setTriggerText setTriggerTimeout setTriggerType setType setUnconscious setUnitAbility setUnitLoadout setUnitPos setUnitPosWeak setUnitRank setUnitRecoilCoefficient setUnitTrait setUnloadInCombat setUserActionText setUserMFDText setUserMFDvalue setVariable setVectorDir setVectorDirAndUp setVectorUp setVehicleAmmo setVehicleAmmoDef setVehicleArmor setVehicleCargo setVehicleId setVehicleLock setVehiclePosition setVehicleRadar setVehicleReceiveRemoteTargets setVehicleReportOwnPosition setVehicleReportRemoteTargets setVehicleTIPars setVehicleVarName setVelocity setVelocityModelSpace setVelocityTransformation setViewDistance setVisibleIfTreeCollapsed setWantedRPMRTD setWaves setWaypointBehaviour setWaypointCombatMode setWaypointCompletionRadius setWaypointDescription setWaypointForceBehaviour setWaypointFormation setWaypointHousePosition setWaypointLoiterRadius setWaypointLoiterType setWaypointName setWaypointPosition setWaypointScript setWaypointSpeed setWaypointStatements setWaypointTimeout setWaypointType setWaypointVisible setWeaponReloadingTime setWind setWindDir setWindForce setWindStr setWingForceScaleRTD setWPPos show3DIcons showChat showCinemaBorder showCommandingMenu showCompass showCuratorCompass showGPS showHUD showLegend showMap shownArtilleryComputer shownChat shownCompass shownCuratorCompass showNewEditorObject shownGPS shownHUD shownMap shownPad shownRadio shownScoretable shownUAVFeed shownWarrant shownWatch showPad showRadio showScoretable showSubtitles showUAVFeed showWarrant showWatch showWaypoint showWaypoints side sideChat sideEnemy sideFriendly sideRadio simpleTasks simulationEnabled simulCloudDensity simulCloudOcclusion simulInClouds simulWeatherSync sin size sizeOf skill skillFinal skipTime sleep sliderPosition sliderRange sliderSetPosition sliderSetRange sliderSetSpeed sliderSpeed slingLoadAssistantShown soldierMagazines someAmmo sort soundVolume spawn speaker speed speedMode splitString sqrt squadParams stance startLoadingScreen step stop stopEngineRTD stopped str sunOrMoon supportInfo suppressFor surfaceIsWater surfaceNormal surfaceType swimInDepth switchableUnits switchAction switchCamera switchGesture switchLight switchMove synchronizedObjects synchronizedTriggers synchronizedWaypoints synchronizeObjectsAdd synchronizeObjectsRemove synchronizeTrigger synchronizeWaypoint systemChat systemOfUnits tan targetKnowledge targets targetsAggregate targetsQuery taskAlwaysVisible taskChildren taskCompleted taskCustomData taskDescription taskDestination taskHint taskMarkerOffset taskParent taskResult taskState taskType teamMember teamName teams teamSwitch teamSwitchEnabled teamType terminate terrainIntersect terrainIntersectASL terrainIntersectAtASL text textLog textLogFormat tg time timeMultiplier titleCut titleFadeOut titleObj titleRsc titleText toArray toFixed toLower toString toUpper triggerActivated triggerActivation triggerArea triggerAttachedVehicle triggerAttachObject triggerAttachVehicle triggerDynamicSimulation triggerStatements triggerText triggerTimeout triggerTimeoutCurrent triggerType turretLocal turretOwner turretUnit tvAdd tvClear tvCollapse tvCollapseAll tvCount tvCurSel tvData tvDelete tvExpand tvExpandAll tvPicture tvSetColor tvSetCurSel tvSetData tvSetPicture tvSetPictureColor tvSetPictureColorDisabled tvSetPictureColorSelected tvSetPictureRight tvSetPictureRightColor tvSetPictureRightColorDisabled tvSetPictureRightColorSelected tvSetText tvSetTooltip tvSetValue tvSort tvSortByValue tvText tvTooltip tvValue type typeName typeOf UAVControl uiNamespace uiSleep unassignCurator unassignItem unassignTeam unassignVehicle underwater uniform uniformContainer uniformItems uniformMagazines unitAddons unitAimPosition unitAimPositionVisual unitBackpack unitIsUAV unitPos unitReady unitRecoilCoefficient units unitsBelowHeight unlinkItem unlockAchievement unregisterTask updateDrawIcon updateMenuItem updateObjectTree useAISteeringComponent useAudioTimeForMoves userInputDisabled vectorAdd vectorCos vectorCrossProduct vectorDiff vectorDir vectorDirVisual vectorDistance vectorDistanceSqr vectorDotProduct vectorFromTo vectorMagnitude vectorMagnitudeSqr vectorModelToWorld vectorModelToWorldVisual vectorMultiply vectorNormalized vectorUp vectorUpVisual vectorWorldToModel vectorWorldToModelVisual vehicle vehicleCargoEnabled vehicleChat vehicleRadio vehicleReceiveRemoteTargets vehicleReportOwnPosition vehicleReportRemoteTargets vehicles vehicleVarName velocity velocityModelSpace verifySignature vest vestContainer vestItems vestMagazines viewDistance visibleCompass visibleGPS visibleMap visiblePosition visiblePositionASL visibleScoretable visibleWatch waves waypointAttachedObject waypointAttachedVehicle waypointAttachObject waypointAttachVehicle waypointBehaviour waypointCombatMode waypointCompletionRadius waypointDescription waypointForceBehaviour waypointFormation waypointHousePosition waypointLoiterRadius waypointLoiterType waypointName waypointPosition waypoints waypointScript waypointsEnabledUAV waypointShow waypointSpeed waypointStatements waypointTimeout waypointTimeoutCurrent waypointType waypointVisible weaponAccessories weaponAccessoriesCargo weaponCargo weaponDirection weaponInertia weaponLowered weapons weaponsItems weaponsItemsCargo weaponState weaponsTurret weightRTD WFSideText wind ",literal:"blufor civilian configNull controlNull displayNull east endl false grpNull independent lineBreak locationNull nil objNull opfor pi resistance scriptNull sideAmbientLife sideEmpty sideLogic sideUnknown taskNull teamMemberNull true west"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.NUMBER_MODE,{className:"variable",begin:/\b_+[a-zA-Z_]\w*/},{className:"title",begin:/[a-zA-Z][a-zA-Z0-9]+_fnc_\w*/},{className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]},t.preprocessor],illegal:/#|^\$ /}}},"../node_modules/highlight.js/lib/languages/sql.js":function(e,t){e.exports=function(e){var t=e.COMMENT("--","$");return{case_insensitive:!0,illegal:/[<>{}*]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment with",end:/;/,endsWithParent:!0,lexemes:/[\w\.]+/,keywords:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select self sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp varchar varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE,{begin:'""'}]},{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/stan.js":function(e,t){e.exports=function(e){return{contains:[e.HASH_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE,lexemes:e.UNDERSCORE_IDENT_RE,keywords:{name:"for in while repeat until if then else",symbol:"bernoulli bernoulli_logit binomial binomial_logit beta_binomial hypergeometric categorical categorical_logit ordered_logistic neg_binomial neg_binomial_2 neg_binomial_2_log poisson poisson_log multinomial normal exp_mod_normal skew_normal student_t cauchy double_exponential logistic gumbel lognormal chi_square inv_chi_square scaled_inv_chi_square exponential inv_gamma weibull frechet rayleigh wiener pareto pareto_type_2 von_mises uniform multi_normal multi_normal_prec multi_normal_cholesky multi_gp multi_gp_cholesky multi_student_t gaussian_dlm_obs dirichlet lkj_corr lkj_corr_cholesky wishart inv_wishart","selector-tag":"int real vector simplex unit_vector ordered positive_ordered row_vector matrix cholesky_factor_corr cholesky_factor_cov corr_matrix cov_matrix",title:"functions model data parameters quantities transformed generated",literal:"true false"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/stata.js":function(e,t){e.exports=function(e){return{aliases:["do","ado"],case_insensitive:!0,keywords:"if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize meqparse mer merg merge mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5",contains:[{className:"symbol",begin:/`[a-zA-Z0-9_]+'/},{className:"variable",begin:/\$\{?[a-zA-Z0-9_]+\}?/},{className:"string",variants:[{begin:'`"[^\r\n]*?"\''},{begin:'"[^\r\n"]*"'}]},{className:"built_in",variants:[{begin:"\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\(|$)"}]},e.COMMENT("^[ \t]*\\*.*$",!1),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/step21.js":function(e,t){e.exports=function(e){return{aliases:["p21","step","stp"],case_insensitive:!0,lexemes:"[A-Z_][A-Z0-9_.]*",keywords:{keyword:"HEADER ENDSEC DATA"},contains:[{className:"meta",begin:"ISO-10303-21;",relevance:10},{className:"meta",begin:"END-ISO-10303-21;",relevance:10},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("/\\*\\*!","\\*/"),e.C_NUMBER_MODE,e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"'",end:"'"},{className:"symbol",variants:[{begin:"#",end:"\\d+",illegal:"\\W"}]}]}}},"../node_modules/highlight.js/lib/languages/stylus.js":function(e,t){e.exports=function(e){var t={className:"variable",begin:"\\$"+e.IDENT_RE},n={className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},r="[\\.\\s\\n\\[\\:,]";return{aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+["\\?","(\\bReturn\\b)","(\\bEnd\\b)","(\\bend\\b)","(\\bdef\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"].join("|")+")",contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+r,returnBegin:!0,contains:[{className:"selector-class",begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"\\#[a-zA-Z][a-zA-Z0-9_-]*"+r,returnBegin:!0,contains:[{className:"selector-id",begin:"\\#[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"\\b("+["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"].join("|")+")"+r,returnBegin:!0,contains:[{className:"selector-tag",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"&?:?:\\b("+["after","before","first-letter","first-line","active","first-child","focus","hover","lang","link","visited"].join("|")+")"+r},{begin:"@("+["charset","css","debug","extend","font-face","for","import","include","media","mixin","page","warn","while"].join("|")+")\\b"},t,e.CSS_NUMBER_MODE,e.NUMBER_MODE,{className:"function",begin:"^[a-zA-Z][a-zA-Z0-9_-]*\\(.*\\)",illegal:"[\\n]",returnBegin:!0,contains:[{className:"title",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"},{className:"params",begin:/\(/,end:/\)/,contains:[n,t,e.APOS_STRING_MODE,e.CSS_NUMBER_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE]}]},{className:"attribute",begin:"\\b("+["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-variant-ligatures","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse().join("|")+")\\b",starts:{end:/;|$/,contains:[n,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE,e.NUMBER_MODE,e.C_BLOCK_COMMENT_MODE],illegal:/\./,relevance:0}}]}}},"../node_modules/highlight.js/lib/languages/subunit.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,contains:[{className:"string",begin:"\\[\n(multipart)?",end:"\\]\n"},{className:"string",begin:"\\d{4}-\\d{2}-\\d{2}(\\s+)\\d{2}:\\d{2}:\\d{2}.\\d+Z"},{className:"string",begin:"(\\+|-)\\d+"},{className:"keyword",relevance:10,variants:[{begin:"^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\s+(test)?"},{begin:"^progress(:?)(\\s+)?(pop|push)?"},{begin:"^tags:"},{begin:"^time:"}]}]}}},"../node_modules/highlight.js/lib/languages/swift.js":function(e,t){e.exports=function(e){var t={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},n=e.COMMENT("/\\*","\\*/",{contains:["self"]}),r={className:"subst",begin:/\\\(/,end:"\\)",keywords:t,contains:[]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/"""/,end:/"""/},{begin:/"/,end:/"/}]},i={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0};return r.contains=[i],{keywords:t,contains:[a,e.C_LINE_COMMENT_MODE,n,{className:"type",begin:"\\b[A-Z][\\w\xc0-\u02b8']*",relevance:0},i,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin:/</,end:/>/},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,contains:["self",i,a,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:t,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain)"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,n]}]}}},"../node_modules/highlight.js/lib/languages/taggerscript.js":function(e,t){e.exports=function(e){return{contains:[{className:"comment",begin:/\$noop\(/,end:/\)/,contains:[{begin:/\(/,end:/\)/,contains:["self",{begin:/\\./}]}],relevance:10},{className:"keyword",begin:/\$(?!noop)[a-zA-Z][_a-zA-Z0-9]*/,end:/\(/,excludeEnd:!0},{className:"variable",begin:/%[_a-zA-Z0-9:]*/,end:"%"},{className:"symbol",begin:/\\./}]}}},"../node_modules/highlight.js/lib/languages/tap.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"meta",variants:[{begin:"^TAP version (\\d+)$"},{begin:"^1\\.\\.(\\d+)$"}]},{begin:"(s+)?---$",end:"\\.\\.\\.$",subLanguage:"yaml",relevance:0},{className:"number",begin:" (\\d+) "},{className:"symbol",variants:[{begin:"^ok"},{begin:"^not ok"}]}]}}},"../node_modules/highlight.js/lib/languages/tcl.js":function(e,t){e.exports=function(e){return{aliases:["tk"],keywords:"after append apply array auto_execok auto_import auto_load auto_mkindex auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock close concat continue dde dict encoding eof error eval exec exit expr fblocked fconfigure fcopy file fileevent filename flush for foreach format gets glob global history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename return safe scan seek set socket source split string subst switch tcl_endOfWord tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update uplevel upvar variable vwait while",contains:[e.COMMENT(";[ \\t]*#","$"),e.COMMENT("^[ \\t]*#","$"),{beginKeywords:"proc",end:"[\\{]",excludeEnd:!0,contains:[{className:"title",begin:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"[ \\t\\n\\r]",endsWithParent:!0,excludeEnd:!0}]},{excludeEnd:!0,variants:[{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\(([a-zA-Z0-9_])*\\)",end:"[^a-zA-Z0-9_\\}\\$]"},{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"(\\))?[^a-zA-Z0-9_\\}\\$]"}]},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},{className:"number",variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]}]}}},"../node_modules/highlight.js/lib/languages/tex.js":function(e,t){e.exports=function(e){var t={className:"tag",begin:/\\/,relevance:0,contains:[{className:"name",variants:[{begin:/[a-zA-Z\u0430-\u044f\u0410-\u044f]+[*]?/},{begin:/[^a-zA-Z\u0430-\u044f\u0410-\u044f0-9]/}],starts:{endsWithParent:!0,relevance:0,contains:[{className:"string",variants:[{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/}]},{begin:/\s*=\s*/,endsWithParent:!0,relevance:0,contains:[{className:"number",begin:/-?\d*\.?\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?/}]}]}}]};return{contains:[t,{className:"formula",contains:[t],relevance:0,variants:[{begin:/\$\$/,end:/\$\$/},{begin:/\$/,end:/\$/}]},e.COMMENT("%","$",{relevance:0})]}}},"../node_modules/highlight.js/lib/languages/thrift.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"namespace const typedef struct enum service exception void oneway set list map required optional",built_in:"bool byte i16 i32 i64 double string binary",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",end:">",keywords:"bool byte i16 i32 i64 double string binary",contains:["self"]}]}}},"../node_modules/highlight.js/lib/languages/tp.js":function(e,t){e.exports=function(e){var t={className:"number",begin:"[1-9][0-9]*",relevance:0},n={className:"symbol",begin:":[^\\]]+"};return{keywords:{keyword:"ABORT ACC ADJUST AND AP_LD BREAK CALL CNT COL CONDITION CONFIG DA DB DIV DETECT ELSE END ENDFOR ERR_NUM ERROR_PROG FINE FOR GP GUARD INC IF JMP LINEAR_MAX_SPEED LOCK MOD MONITOR OFFSET Offset OR OVERRIDE PAUSE PREG PTH RT_LD RUN SELECT SKIP Skip TA TB TO TOOL_OFFSET Tool_Offset UF UT UFRAME_NUM UTOOL_NUM UNLOCK WAIT X Y Z W P R STRLEN SUBSTR FINDSTR VOFFSET PROG ATTR MN POS",literal:"ON OFF max_speed LPOS JPOS ENABLE DISABLE START STOP RESET"},contains:[{className:"built_in",begin:"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|    TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[",end:"\\]",contains:["self",t,n]},{className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",t,e.QUOTE_STRING_MODE,n]},{className:"keyword",begin:"/(PROG|ATTR|MN|POS|END)\\b"},{className:"keyword",begin:"(CALL|RUN|POINT_LOGIC|LBL)\\b"},{className:"keyword",begin:"\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)"},{className:"number",begin:"\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b",relevance:0},e.COMMENT("//","[;$]"),e.COMMENT("!","[;$]"),e.COMMENT("--eg:","$"),e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},e.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}},"../node_modules/highlight.js/lib/languages/twig.js":function(e,t){e.exports=function(e){var t="attribute block constant cycle date dump include max min parent random range source template_from_string",n={beginKeywords:t,keywords:{name:t},relevance:0,contains:[{className:"params",begin:"\\(",end:"\\)"}]},r={begin:/\|[A-Za-z_]+:?/,keywords:"abs batch capitalize convert_encoding date date_modify default escape first format join json_encode keys last length lower merge nl2br number_format raw replace reverse round slice sort split striptags title trim upper url_encode",contains:[n]},a="autoescape block do embed extends filter flush for if import include macro sandbox set spaceless use verbatim";return a=a+" "+a.split(" ").map((function(e){return"end"+e})).join(" "),{aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT(/\{#/,/#}/),{className:"template-tag",begin:/\{%/,end:/%}/,contains:[{className:"name",begin:/\w+/,keywords:a,starts:{endsWithParent:!0,contains:[r,n],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/}}/,contains:["self",r,n]}]}}},"../node_modules/highlight.js/lib/languages/typescript.js":function(e,t){e.exports=function(e){var t={keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class public private protected get set super static implements enum export import declare type namespace abstract as from extends async await",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document any number boolean string void Promise"},n={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},r={begin:"\\(",end:/\)/,keywords:t,contains:["self",e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.NUMBER_MODE]},a={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,r]};return{aliases:["ts"],keywords:t,contains:[{className:"meta",begin:/^\s*['"]use strict['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+e.IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.IDENT_RE},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}]}],relevance:0},{className:"function",begin:"function",end:/[\{;]/,excludeEnd:!0,keywords:t,contains:["self",e.inherit(e.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),a],illegal:/%/,relevance:0},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0,contains:["self",a]},{begin:/module\./,keywords:{built_in:"module"},relevance:0},{beginKeywords:"module",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:"interface extends"},{begin:/\$[(.]/},{begin:"\\."+e.IDENT_RE,relevance:0},n,r]}}},"../node_modules/highlight.js/lib/languages/vala.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},contains:[{className:"class",beginKeywords:"class interface namespace",end:"{",excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[e.UNDERSCORE_TITLE_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$",relevance:2}]}}},"../node_modules/highlight.js/lib/languages/vbnet.js":function(e,t){e.exports=function(e){return{aliases:["vb"],case_insensitive:!0,keywords:{keyword:"addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass namespace narrowing new next not notinheritable notoverridable of off on operator option optional or order orelse overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim rem removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly xor",built_in:"boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype date decimal directcast double gettype getxmlnamespace iif integer long object sbyte short single string trycast typeof uinteger ulong ushort",literal:"true false nothing"},illegal:"//|{|}|endif|gosub|variant|wend|^\\$ ",contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),e.COMMENT("'","$",{returnBegin:!0,contains:[{className:"doctag",begin:"'''|\x3c!--|--\x3e",contains:[e.PHRASAL_WORDS_MODE]},{className:"doctag",begin:"</?",end:">",contains:[e.PHRASAL_WORDS_MODE]}]}),e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end region externalsource"}}]}}},"../node_modules/highlight.js/lib/languages/vbscript-html.js":function(e,t){e.exports=function(e){return{subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}},"../node_modules/highlight.js/lib/languages/vbscript.js":function(e,t){e.exports=function(e){return{aliases:["vbs"],case_insensitive:!0,keywords:{keyword:"call class const dim do loop erase execute executeglobal exit for each next function if then else on error option explicit new private property let get public randomize redim rem select case set stop sub while wend with end to elseif is or xor and not class_initialize class_terminate default preserve in me byval byref step resume goto",built_in:"lcase month vartype instrrev ubound setlocale getobject rgb getref string weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency conversions csng timevalue second year space abs clng timeserial fixs len asc isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion scriptengine split scriptengineminorversion cint sin datepart ltrim sqr scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw chrw regexp server response request cstr err",literal:"true false null nothing empty"},illegal:"//",contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),e.COMMENT(/'/,/$/,{relevance:0}),e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/verilog.js":function(e,t){e.exports=function(e){return{aliases:["v","sv","svh"],case_insensitive:!1,keywords:{keyword:"accept_on alias always always_comb always_ff always_latch and assert assign assume automatic before begin bind bins binsof bit break buf|0 bufif0 bufif1 byte case casex casez cell chandle checker class clocking cmos config const constraint context continue cover covergroup coverpoint cross deassign default defparam design disable dist do edge else end endcase endchecker endclass endclocking endconfig endfunction endgenerate endgroup endinterface endmodule endpackage endprimitive endprogram endproperty endspecify endsequence endtable endtask enum event eventually expect export extends extern final first_match for force foreach forever fork forkjoin function generate|5 genvar global highz0 highz1 if iff ifnone ignore_bins illegal_bins implements implies import incdir include initial inout input inside instance int integer interconnect interface intersect join join_any join_none large let liblist library local localparam logic longint macromodule matches medium modport module nand negedge nettype new nexttime nmos nor noshowcancelled not notif0 notif1 or output package packed parameter pmos posedge primitive priority program property protected pull0 pull1 pulldown pullup pulsestyle_ondetect pulsestyle_onevent pure rand randc randcase randsequence rcmos real realtime ref reg reject_on release repeat restrict return rnmos rpmos rtran rtranif0 rtranif1 s_always s_eventually s_nexttime s_until s_until_with scalared sequence shortint shortreal showcancelled signed small soft solve specify specparam static string strong strong0 strong1 struct super supply0 supply1 sync_accept_on sync_reject_on table tagged task this throughout time timeprecision timeunit tran tranif0 tranif1 tri tri0 tri1 triand trior trireg type typedef union unique unique0 unsigned until until_with untyped use uwire var vectored virtual void wait wait_order wand weak weak0 weak1 while wildcard wire with within wor xnor xor",literal:"null",built_in:"$finish $stop $exit $fatal $error $warning $info $realtime $time $printtimescale $bitstoreal $bitstoshortreal $itor $signed $cast $bits $stime $timeformat $realtobits $shortrealtobits $rtoi $unsigned $asserton $assertkill $assertpasson $assertfailon $assertnonvacuouson $assertoff $assertcontrol $assertpassoff $assertfailoff $assertvacuousoff $isunbounded $sampled $fell $changed $past_gclk $fell_gclk $changed_gclk $rising_gclk $steady_gclk $coverage_control $coverage_get $coverage_save $set_coverage_db_name $rose $stable $past $rose_gclk $stable_gclk $future_gclk $falling_gclk $changing_gclk $display $coverage_get_max $coverage_merge $get_coverage $load_coverage_db $typename $unpacked_dimensions $left $low $increment $clog2 $ln $log10 $exp $sqrt $pow $floor $ceil $sin $cos $tan $countbits $onehot $isunknown $fatal $warning $dimensions $right $high $size $asin $acos $atan $atan2 $hypot $sinh $cosh $tanh $asinh $acosh $atanh $countones $onehot0 $error $info $random $dist_chi_square $dist_erlang $dist_exponential $dist_normal $dist_poisson $dist_t $dist_uniform $q_initialize $q_remove $q_exam $async$and$array $async$nand$array $async$or$array $async$nor$array $sync$and$array $sync$nand$array $sync$or$array $sync$nor$array $q_add $q_full $psprintf $async$and$plane $async$nand$plane $async$or$plane $async$nor$plane $sync$and$plane $sync$nand$plane $sync$or$plane $sync$nor$plane $system $display $displayb $displayh $displayo $strobe $strobeb $strobeh $strobeo $write $readmemb $readmemh $writememh $value$plusargs $dumpvars $dumpon $dumplimit $dumpports $dumpportson $dumpportslimit $writeb $writeh $writeo $monitor $monitorb $monitorh $monitoro $writememb $dumpfile $dumpoff $dumpall $dumpflush $dumpportsoff $dumpportsall $dumpportsflush $fclose $fdisplay $fdisplayb $fdisplayh $fdisplayo $fstrobe $fstrobeb $fstrobeh $fstrobeo $swrite $swriteb $swriteh $swriteo $fscanf $fread $fseek $fflush $feof $fopen $fwrite $fwriteb $fwriteh $fwriteo $fmonitor $fmonitorb $fmonitorh $fmonitoro $sformat $sformatf $fgetc $ungetc $fgets $sscanf $rewind $ftell $ferror"},lexemes:/[\w\$]+/,contains:[e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"number",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"\\b((\\d+'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\B(('(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\b([0-9_])+",relevance:0}]},{className:"variable",variants:[{begin:"#\\((?!parameter).+\\)"},{begin:"\\.\\w+",relevance:0}]},{className:"meta",begin:"`",end:"$",keywords:{"meta-keyword":"define __FILE__ __LINE__ begin_keywords celldefine default_nettype define else elsif end_keywords endcelldefine endif ifdef ifndef include line nounconnected_drive pragma resetall timescale unconnected_drive undef undefineall"},relevance:0}]}}},"../node_modules/highlight.js/lib/languages/vhdl.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,keywords:{keyword:"abs access after alias all and architecture array assert assume assume_guarantee attribute begin block body buffer bus case component configuration constant context cover disconnect downto default else elsif end entity exit fairness file for force function generate generic group guarded if impure in inertial inout is label library linkage literal loop map mod nand new next nor not null of on open or others out package parameter port postponed procedure process property protected pure range record register reject release rem report restrict restrict_guarantee return rol ror select sequence severity shared signal sla sll sra srl strong subtype then to transport type unaffected units until use variable view vmode vprop vunit wait when while with xnor xor",built_in:"boolean bit character integer time delay_length natural positive string bit_vector file_open_kind file_open_status std_logic std_logic_vector unsigned signed boolean_vector integer_vector std_ulogic std_ulogic_vector unresolved_unsigned u_unsigned unresolved_signed u_signed real_vector time_vector",literal:"false true note warning error failure line text side width"},illegal:"{",contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT("--","$"),e.QUOTE_STRING_MODE,{className:"number",begin:"\\b(\\d(_|\\d)*#\\w+(\\.\\w+)?#([eE][-+]?\\d(_|\\d)*)?|\\d(_|\\d)*(\\.\\d(_|\\d)*)?([eE][-+]?\\d(_|\\d)*)?)",relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[e.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[e.BACKSLASH_ESCAPE]}]}}},"../node_modules/highlight.js/lib/languages/vim.js":function(e,t){e.exports=function(e){return{lexemes:/[!#@\w]+/,keywords:{keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"},illegal:/;/,contains:[e.NUMBER_MODE,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},e.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]*/},{className:"function",beginKeywords:"function function!",end:"$",relevance:0,contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}},"../node_modules/highlight.js/lib/languages/x86asm.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,lexemes:"[.%]?"+e.IDENT_RE,keywords:{keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0  xmm1  xmm2  xmm3  xmm4  xmm5  xmm6  xmm7  xmm8  xmm9 xmm10  xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0  ymm1  ymm2  ymm3  ymm4  ymm5  ymm6  ymm7  ymm8  ymm9 ymm10  ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0  zmm1  zmm2  zmm3  zmm4  zmm5  zmm6  zmm7  zmm8  zmm9 zmm10  zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__  __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__  __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[e.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},e.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}},"../node_modules/highlight.js/lib/languages/xl.js":function(e,t){e.exports=function(e){var t={keyword:"if then else do while until for loop import with is as where when by data constant integer real text name boolean symbol infix prefix postfix block tree",literal:"true false nil",built_in:"in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin acos atan exp expm1 log log2 log10 log1p pi at text_length text_range text_find text_replace contains page slide basic_slide title_slide title subtitle fade_in fade_out fade_at clear_color color line_color line_width texture_wrap texture_transform texture scale_?x scale_?y scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y rotate_?z? rectangle circle ellipse sphere path line_to move_to quad_to curve_to theme background contents locally time mouse_?x mouse_?y mouse_buttons ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts"},n={className:"string",begin:'"',end:'"',illegal:"\\n"},r={beginKeywords:"import",end:"$",keywords:t,contains:[n]},a={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,keywords:t}})]};return{aliases:["tao"],lexemes:/[a-zA-Z][a-zA-Z0-9_?]*/,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:"<<",end:">>"},a,r,{className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/xml.js":function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:"[A-Za-z0-9\\._:-]+",relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/[^\s"'=<>`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"<!DOCTYPE",end:">",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]},{className:"tag",begin:"<style(?=\\s|>|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"</style>",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"<script(?=\\s|>|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"tag",begin:"</?",end:"/?>",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}},"../node_modules/highlight.js/lib/languages/xquery.js":function(e,t){e.exports=function(e){var t={begin:"{",end:"}"},n=[{begin:/\$[a-zA-Z0-9\-]+/},{className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{className:"comment",begin:"\\(:",end:":\\)",relevance:10,contains:[{className:"doctag",begin:"@\\w+"}]},{className:"meta",begin:"%\\w+"},t];return t.contains=n,{aliases:["xpath","xq"],case_insensitive:!1,lexemes:/[a-zA-Z\$][a-zA-Z0-9_:\-]*/,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{keyword:"for let if while then else return where group by xquery encoding versionmodule namespace boundary-space preserve strip default collation base-uri orderingcopy-namespaces order declare import schema namespace function option in allowing emptyat tumbling window sliding window start when only end when previous next stable ascendingdescending empty greatest least some every satisfies switch case typeswitch try catch andor to union intersect instance of treat as castable cast map array delete insert intoreplace value rename copy modify update",literal:"false true xs:string xs:integer element item xs:date xs:datetime xs:float xs:double xs:decimal QName xs:anyURI xs:long xs:int xs:short xs:byte attribute"},contains:n}}},"../node_modules/highlight.js/lib/languages/yaml.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_][\\w\\-]*",n={className:"attr",variants:[{begin:"^[ \\-]*"+t+":"},{begin:'^[ \\-]*"'+t+'":'},{begin:"^[ \\-]*'"+t+"':"}]},r={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]};return{case_insensitive:!0,aliases:["yml","YAML","yaml"],contains:[n,{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>] *$",returnEnd:!0,contains:r.contains,end:n.variants[0].begin},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!"+e.UNDERSCORE_IDENT_RE},{className:"type",begin:"!!"+e.UNDERSCORE_IDENT_RE},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"^ *-",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:"true false yes no null",keywords:{literal:"true false yes no null"}},e.C_NUMBER_MODE,r]}}},"../node_modules/highlight.js/lib/languages/zephir.js":function(e,t){e.exports=function(e){var t={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},n={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["zep"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var let while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally int uint long ulong char uchar double float bool boolean stringlikely unlikely",contains:[e.C_LINE_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:"<<<['\"]?\\w+['\"]?$",end:"^\\w+;",contains:[e.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",e.C_BLOCK_COMMENT_MODE,t,n]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},t,n]}}},"../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js":function(e,t,n){"use strict";var r=n("../node_modules/react-is/index.js"),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?o:s[e.$$typeof]||a}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=o;var c=Object.defineProperty,d=Object.getOwnPropertyNames,u=Object.getOwnPropertySymbols,_=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,r){if("string"!==typeof n){if(m){var a=p(n);a&&a!==m&&e(t,a,r)}var o=d(n);u&&(o=o.concat(u(n)));for(var s=l(t),g=l(n),f=0;f<o.length;++f){var h=o[f];if(!i[h]&&(!r||!r[h])&&(!g||!g[h])&&(!s||!s[h])){var E=_(n,h);try{c(t,h,E)}catch(S){}}}}return t}},"../node_modules/ieee754/index.js":function(e,t){t.read=function(e,t,n,r,a){var i,o,s=8*a-r-1,l=(1<<s)-1,c=l>>1,d=-7,u=n?a-1:0,_=n?-1:1,p=e[t+u];for(u+=_,i=p&(1<<-d)-1,p>>=-d,d+=s;d>0;i=256*i+e[t+u],u+=_,d-=8);for(o=i&(1<<-d)-1,i>>=-d,d+=r;d>0;o=256*o+e[t+u],u+=_,d-=8);if(0===i)i=1-c;else{if(i===l)return o?NaN:1/0*(p?-1:1);o+=Math.pow(2,r),i-=c}return(p?-1:1)*o*Math.pow(2,i-r)},t.write=function(e,t,n,r,a,i){var o,s,l,c=8*i-a-1,d=(1<<c)-1,u=d>>1,_=23===a?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:i-1,m=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,o=d):(o=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-o))<1&&(o--,l*=2),(t+=o+u>=1?_/l:_*Math.pow(2,1-u))*l>=2&&(o++,l/=2),o+u>=d?(s=0,o=d):o+u>=1?(s=(t*l-1)*Math.pow(2,a),o+=u):(s=t*Math.pow(2,u-1)*Math.pow(2,a),o=0));a>=8;e[n+p]=255&s,p+=m,s/=256,a-=8);for(o=o<<a|s,c+=a;c>0;e[n+p]=255&o,p+=m,o/=256,c-=8);e[n+p-m]|=128*g}},"../node_modules/inherits/inherits_browser.js":function(e,t){"function"===typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},"../node_modules/invariant/browser.js":function(e,t,n){"use strict";e.exports=function(e,t,n,r,a,i,o,s){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,a,i,o,s],d=0;(l=new Error(t.replace(/%s/g,(function(){return c[d++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}}},"../node_modules/is-buffer/index.js":function(e,t){e.exports=function(e){return null!=e&&null!=e.constructor&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},"../node_modules/isarray/index.js":function(e,t){var n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},"../node_modules/kind-of/index.js":function(e,t){var n=Object.prototype.toString;e.exports=function(e){var t=typeof e;return"undefined"===t?"undefined":null===e?"null":!0===e||!1===e||e instanceof Boolean?"boolean":"string"===t||e instanceof String?"string":"number"===t||e instanceof Number?"number":"function"===t||e instanceof Function?"undefined"!==typeof e.constructor.name&&"Generator"===e.constructor.name.slice(0,9)?"generatorfunction":"function":"undefined"!==typeof Array.isArray&&Array.isArray(e)?"array":e instanceof RegExp?"regexp":e instanceof Date?"date":"[object RegExp]"===(t=n.call(e))?"regexp":"[object Date]"===t?"date":"[object Arguments]"===t?"arguments":"[object Error]"===t?"error":"[object Promise]"===t?"promise":function(e){return e.constructor&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}(e)?"buffer":"[object Set]"===t?"set":"[object WeakSet]"===t?"weakset":"[object Map]"===t?"map":"[object WeakMap]"===t?"weakmap":"[object Symbol]"===t?"symbol":"[object Map Iterator]"===t?"mapiterator":"[object Set Iterator]"===t?"setiterator":"[object String Iterator]"===t?"stringiterator":"[object Array Iterator]"===t?"arrayiterator":"[object Int8Array]"===t?"int8array":"[object Uint8Array]"===t?"uint8array":"[object Uint8ClampedArray]"===t?"uint8clampedarray":"[object Int16Array]"===t?"int16array":"[object Uint16Array]"===t?"uint16array":"[object Int32Array]"===t?"int32array":"[object Uint32Array]"===t?"uint32array":"[object Float32Array]"===t?"float32array":"[object Float64Array]"===t?"float64array":"object"}},"../node_modules/lodash/_DataView.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"DataView");e.exports=r},"../node_modules/lodash/_Hash.js":function(e,t,n){var r=n("../node_modules/lodash/_hashClear.js"),a=n("../node_modules/lodash/_hashDelete.js"),i=n("../node_modules/lodash/_hashGet.js"),o=n("../node_modules/lodash/_hashHas.js"),s=n("../node_modules/lodash/_hashSet.js");function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=i,l.prototype.has=o,l.prototype.set=s,e.exports=l},"../node_modules/lodash/_LazyWrapper.js":function(e,t,n){var r=n("../node_modules/lodash/_baseCreate.js"),a=n("../node_modules/lodash/_baseLodash.js");function i(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}i.prototype=r(a.prototype),i.prototype.constructor=i,e.exports=i},"../node_modules/lodash/_ListCache.js":function(e,t,n){var r=n("../node_modules/lodash/_listCacheClear.js"),a=n("../node_modules/lodash/_listCacheDelete.js"),i=n("../node_modules/lodash/_listCacheGet.js"),o=n("../node_modules/lodash/_listCacheHas.js"),s=n("../node_modules/lodash/_listCacheSet.js");function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=i,l.prototype.has=o,l.prototype.set=s,e.exports=l},"../node_modules/lodash/_LodashWrapper.js":function(e,t,n){var r=n("../node_modules/lodash/_baseCreate.js"),a=n("../node_modules/lodash/_baseLodash.js");function i(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}i.prototype=r(a.prototype),i.prototype.constructor=i,e.exports=i},"../node_modules/lodash/_Map.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"Map");e.exports=r},"../node_modules/lodash/_MapCache.js":function(e,t,n){var r=n("../node_modules/lodash/_mapCacheClear.js"),a=n("../node_modules/lodash/_mapCacheDelete.js"),i=n("../node_modules/lodash/_mapCacheGet.js"),o=n("../node_modules/lodash/_mapCacheHas.js"),s=n("../node_modules/lodash/_mapCacheSet.js");function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=i,l.prototype.has=o,l.prototype.set=s,e.exports=l},"../node_modules/lodash/_Promise.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"Promise");e.exports=r},"../node_modules/lodash/_Set.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"Set");e.exports=r},"../node_modules/lodash/_SetCache.js":function(e,t,n){var r=n("../node_modules/lodash/_MapCache.js"),a=n("../node_modules/lodash/_setCacheAdd.js"),i=n("../node_modules/lodash/_setCacheHas.js");function o(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new r;++t<n;)this.add(e[t])}o.prototype.add=o.prototype.push=a,o.prototype.has=i,e.exports=o},"../node_modules/lodash/_Stack.js":function(e,t,n){var r=n("../node_modules/lodash/_ListCache.js"),a=n("../node_modules/lodash/_stackClear.js"),i=n("../node_modules/lodash/_stackDelete.js"),o=n("../node_modules/lodash/_stackGet.js"),s=n("../node_modules/lodash/_stackHas.js"),l=n("../node_modules/lodash/_stackSet.js");function c(e){var t=this.__data__=new r(e);this.size=t.size}c.prototype.clear=a,c.prototype.delete=i,c.prototype.get=o,c.prototype.has=s,c.prototype.set=l,e.exports=c},"../node_modules/lodash/_Symbol.js":function(e,t,n){var r=n("../node_modules/lodash/_root.js").Symbol;e.exports=r},"../node_modules/lodash/_Uint8Array.js":function(e,t,n){var r=n("../node_modules/lodash/_root.js").Uint8Array;e.exports=r},"../node_modules/lodash/_WeakMap.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"WeakMap");e.exports=r},"../node_modules/lodash/_apply.js":function(e,t){e.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},"../node_modules/lodash/_arrayEach.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}},"../node_modules/lodash/_arrayFilter.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,a=0,i=[];++n<r;){var o=e[n];t(o,n,e)&&(i[a++]=o)}return i}},"../node_modules/lodash/_arrayIncludes.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIndexOf.js");e.exports=function(e,t){return!!(null==e?0:e.length)&&r(e,t,0)>-1}},"../node_modules/lodash/_arrayIncludesWith.js":function(e,t){e.exports=function(e,t,n){for(var r=-1,a=null==e?0:e.length;++r<a;)if(n(t,e[r]))return!0;return!1}},"../node_modules/lodash/_arrayLikeKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_baseTimes.js"),a=n("../node_modules/lodash/isArguments.js"),i=n("../node_modules/lodash/isArray.js"),o=n("../node_modules/lodash/isBuffer.js"),s=n("../node_modules/lodash/_isIndex.js"),l=n("../node_modules/lodash/isTypedArray.js"),c=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=i(e),d=!n&&a(e),u=!n&&!d&&o(e),_=!n&&!d&&!u&&l(e),p=n||d||u||_,m=p?r(e.length,String):[],g=m.length;for(var f in e)!t&&!c.call(e,f)||p&&("length"==f||u&&("offset"==f||"parent"==f)||_&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||s(f,g))||m.push(f);return m}},"../node_modules/lodash/_arrayMap.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,a=Array(r);++n<r;)a[n]=t(e[n],n,e);return a}},"../node_modules/lodash/_arrayPush.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=t.length,a=e.length;++n<r;)e[a+n]=t[n];return e}},"../node_modules/lodash/_arraySome.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}},"../node_modules/lodash/_assignMergeValue.js":function(e,t,n){var r=n("../node_modules/lodash/_baseAssignValue.js"),a=n("../node_modules/lodash/eq.js");e.exports=function(e,t,n){(void 0!==n&&!a(e[t],n)||void 0===n&&!(t in e))&&r(e,t,n)}},"../node_modules/lodash/_assignValue.js":function(e,t,n){var r=n("../node_modules/lodash/_baseAssignValue.js"),a=n("../node_modules/lodash/eq.js"),i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var o=e[t];i.call(e,t)&&a(o,n)&&(void 0!==n||t in e)||r(e,t,n)}},"../node_modules/lodash/_assocIndexOf.js":function(e,t,n){var r=n("../node_modules/lodash/eq.js");e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},"../node_modules/lodash/_baseAssign.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/keys.js");e.exports=function(e,t){return e&&r(t,a(t),e)}},"../node_modules/lodash/_baseAssignIn.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/keysIn.js");e.exports=function(e,t){return e&&r(t,a(t),e)}},"../node_modules/lodash/_baseAssignValue.js":function(e,t,n){var r=n("../node_modules/lodash/_defineProperty.js");e.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},"../node_modules/lodash/_baseClone.js":function(e,t,n){var r=n("../node_modules/lodash/_Stack.js"),a=n("../node_modules/lodash/_arrayEach.js"),i=n("../node_modules/lodash/_assignValue.js"),o=n("../node_modules/lodash/_baseAssign.js"),s=n("../node_modules/lodash/_baseAssignIn.js"),l=n("../node_modules/lodash/_cloneBuffer.js"),c=n("../node_modules/lodash/_copyArray.js"),d=n("../node_modules/lodash/_copySymbols.js"),u=n("../node_modules/lodash/_copySymbolsIn.js"),_=n("../node_modules/lodash/_getAllKeys.js"),p=n("../node_modules/lodash/_getAllKeysIn.js"),m=n("../node_modules/lodash/_getTag.js"),g=n("../node_modules/lodash/_initCloneArray.js"),f=n("../node_modules/lodash/_initCloneByTag.js"),h=n("../node_modules/lodash/_initCloneObject.js"),E=n("../node_modules/lodash/isArray.js"),S=n("../node_modules/lodash/isBuffer.js"),b=n("../node_modules/lodash/isMap.js"),T=n("../node_modules/lodash/isObject.js"),v=n("../node_modules/lodash/isSet.js"),y=n("../node_modules/lodash/keys.js"),C=n("../node_modules/lodash/keysIn.js"),O={};O["[object Arguments]"]=O["[object Array]"]=O["[object ArrayBuffer]"]=O["[object DataView]"]=O["[object Boolean]"]=O["[object Date]"]=O["[object Float32Array]"]=O["[object Float64Array]"]=O["[object Int8Array]"]=O["[object Int16Array]"]=O["[object Int32Array]"]=O["[object Map]"]=O["[object Number]"]=O["[object Object]"]=O["[object RegExp]"]=O["[object Set]"]=O["[object String]"]=O["[object Symbol]"]=O["[object Uint8Array]"]=O["[object Uint8ClampedArray]"]=O["[object Uint16Array]"]=O["[object Uint32Array]"]=!0,O["[object Error]"]=O["[object Function]"]=O["[object WeakMap]"]=!1,e.exports=function e(t,n,N,R,I,A){var w,x=1&n,D=2&n,M=4&n;if(N&&(w=I?N(t,R,I,A):N(t)),void 0!==w)return w;if(!T(t))return t;var L=E(t);if(L){if(w=g(t),!x)return c(t,w)}else{var P=m(t),k="[object Function]"==P||"[object GeneratorFunction]"==P;if(S(t))return l(t,x);if("[object Object]"==P||"[object Arguments]"==P||k&&!I){if(w=D||k?{}:h(t),!x)return D?u(t,s(w,t)):d(t,o(w,t))}else{if(!O[P])return I?t:{};w=f(t,P,x)}}A||(A=new r);var j=A.get(t);if(j)return j;A.set(t,w),v(t)?t.forEach((function(r){w.add(e(r,n,N,r,t,A))})):b(t)&&t.forEach((function(r,a){w.set(a,e(r,n,N,a,t,A))}));var U=L?void 0:(M?D?p:_:D?C:y)(t);return a(U||t,(function(r,a){U&&(r=t[a=r]),i(w,a,e(r,n,N,a,t,A))})),w}},"../node_modules/lodash/_baseCreate.js":function(e,t,n){var r=n("../node_modules/lodash/isObject.js"),a=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(a)return a(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},"../node_modules/lodash/_baseFindIndex.js":function(e,t){e.exports=function(e,t,n,r){for(var a=e.length,i=n+(r?1:-1);r?i--:++i<a;)if(t(e[i],i,e))return i;return-1}},"../node_modules/lodash/_baseFlatten.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayPush.js"),a=n("../node_modules/lodash/_isFlattenable.js");e.exports=function e(t,n,i,o,s){var l=-1,c=t.length;for(i||(i=a),s||(s=[]);++l<c;){var d=t[l];n>0&&i(d)?n>1?e(d,n-1,i,o,s):r(s,d):o||(s[s.length]=d)}return s}},"../node_modules/lodash/_baseFor.js":function(e,t,n){var r=n("../node_modules/lodash/_createBaseFor.js")();e.exports=r},"../node_modules/lodash/_baseGet.js":function(e,t,n){var r=n("../node_modules/lodash/_castPath.js"),a=n("../node_modules/lodash/_toKey.js");e.exports=function(e,t){for(var n=0,i=(t=r(t,e)).length;null!=e&&n<i;)e=e[a(t[n++])];return n&&n==i?e:void 0}},"../node_modules/lodash/_baseGetAllKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayPush.js"),a=n("../node_modules/lodash/isArray.js");e.exports=function(e,t,n){var i=t(e);return a(e)?i:r(i,n(e))}},"../node_modules/lodash/_baseGetTag.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=n("../node_modules/lodash/_getRawTag.js"),i=n("../node_modules/lodash/_objectToString.js"),o=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?a(e):i(e)}},"../node_modules/lodash/_baseHasIn.js":function(e,t){e.exports=function(e,t){return null!=e&&t in Object(e)}},"../node_modules/lodash/_baseIndexOf.js":function(e,t,n){var r=n("../node_modules/lodash/_baseFindIndex.js"),a=n("../node_modules/lodash/_baseIsNaN.js"),i=n("../node_modules/lodash/_strictIndexOf.js");e.exports=function(e,t,n){return t===t?i(e,t,n):r(e,a,n)}},"../node_modules/lodash/_baseIsArguments.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&"[object Arguments]"==r(e)}},"../node_modules/lodash/_baseIsEqual.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsEqualDeep.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function e(t,n,i,o,s){return t===n||(null==t||null==n||!a(t)&&!a(n)?t!==t&&n!==n:r(t,n,i,o,e,s))}},"../node_modules/lodash/_baseIsEqualDeep.js":function(e,t,n){var r=n("../node_modules/lodash/_Stack.js"),a=n("../node_modules/lodash/_equalArrays.js"),i=n("../node_modules/lodash/_equalByTag.js"),o=n("../node_modules/lodash/_equalObjects.js"),s=n("../node_modules/lodash/_getTag.js"),l=n("../node_modules/lodash/isArray.js"),c=n("../node_modules/lodash/isBuffer.js"),d=n("../node_modules/lodash/isTypedArray.js"),u="[object Object]",_=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,p,m,g){var f=l(e),h=l(t),E=f?"[object Array]":s(e),S=h?"[object Array]":s(t),b=(E="[object Arguments]"==E?u:E)==u,T=(S="[object Arguments]"==S?u:S)==u,v=E==S;if(v&&c(e)){if(!c(t))return!1;f=!0,b=!1}if(v&&!b)return g||(g=new r),f||d(e)?a(e,t,n,p,m,g):i(e,t,E,n,p,m,g);if(!(1&n)){var y=b&&_.call(e,"__wrapped__"),C=T&&_.call(t,"__wrapped__");if(y||C){var O=y?e.value():e,N=C?t.value():t;return g||(g=new r),m(O,N,n,p,g)}}return!!v&&(g||(g=new r),o(e,t,n,p,m,g))}},"../node_modules/lodash/_baseIsMap.js":function(e,t,n){var r=n("../node_modules/lodash/_getTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&"[object Map]"==r(e)}},"../node_modules/lodash/_baseIsMatch.js":function(e,t,n){var r=n("../node_modules/lodash/_Stack.js"),a=n("../node_modules/lodash/_baseIsEqual.js");e.exports=function(e,t,n,i){var o=n.length,s=o,l=!i;if(null==e)return!s;for(e=Object(e);o--;){var c=n[o];if(l&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++o<s;){var d=(c=n[o])[0],u=e[d],_=c[1];if(l&&c[2]){if(void 0===u&&!(d in e))return!1}else{var p=new r;if(i)var m=i(u,_,d,e,t,p);if(!(void 0===m?a(_,u,3,i,p):m))return!1}}return!0}},"../node_modules/lodash/_baseIsNaN.js":function(e,t){e.exports=function(e){return e!==e}},"../node_modules/lodash/_baseIsNative.js":function(e,t,n){var r=n("../node_modules/lodash/isFunction.js"),a=n("../node_modules/lodash/_isMasked.js"),i=n("../node_modules/lodash/isObject.js"),o=n("../node_modules/lodash/_toSource.js"),s=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,d=l.toString,u=c.hasOwnProperty,_=RegExp("^"+d.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||a(e))&&(r(e)?_:s).test(o(e))}},"../node_modules/lodash/_baseIsSet.js":function(e,t,n){var r=n("../node_modules/lodash/_getTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&"[object Set]"==r(e)}},"../node_modules/lodash/_baseIsTypedArray.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isLength.js"),i=n("../node_modules/lodash/isObjectLike.js"),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return i(e)&&a(e.length)&&!!o[r(e)]}},"../node_modules/lodash/_baseIteratee.js":function(e,t,n){var r=n("../node_modules/lodash/_baseMatches.js"),a=n("../node_modules/lodash/_baseMatchesProperty.js"),i=n("../node_modules/lodash/identity.js"),o=n("../node_modules/lodash/isArray.js"),s=n("../node_modules/lodash/property.js");e.exports=function(e){return"function"==typeof e?e:null==e?i:"object"==typeof e?o(e)?a(e[0],e[1]):r(e):s(e)}},"../node_modules/lodash/_baseKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_isPrototype.js"),a=n("../node_modules/lodash/_nativeKeys.js"),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return a(e);var t=[];for(var n in Object(e))i.call(e,n)&&"constructor"!=n&&t.push(n);return t}},"../node_modules/lodash/_baseKeysIn.js":function(e,t,n){var r=n("../node_modules/lodash/isObject.js"),a=n("../node_modules/lodash/_isPrototype.js"),i=n("../node_modules/lodash/_nativeKeysIn.js"),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return i(e);var t=a(e),n=[];for(var s in e)("constructor"!=s||!t&&o.call(e,s))&&n.push(s);return n}},"../node_modules/lodash/_baseLodash.js":function(e,t){e.exports=function(){}},"../node_modules/lodash/_baseMatches.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsMatch.js"),a=n("../node_modules/lodash/_getMatchData.js"),i=n("../node_modules/lodash/_matchesStrictComparable.js");e.exports=function(e){var t=a(e);return 1==t.length&&t[0][2]?i(t[0][0],t[0][1]):function(n){return n===e||r(n,e,t)}}},"../node_modules/lodash/_baseMatchesProperty.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsEqual.js"),a=n("../node_modules/lodash/get.js"),i=n("../node_modules/lodash/hasIn.js"),o=n("../node_modules/lodash/_isKey.js"),s=n("../node_modules/lodash/_isStrictComparable.js"),l=n("../node_modules/lodash/_matchesStrictComparable.js"),c=n("../node_modules/lodash/_toKey.js");e.exports=function(e,t){return o(e)&&s(t)?l(c(e),t):function(n){var o=a(n,e);return void 0===o&&o===t?i(n,e):r(t,o,3)}}},"../node_modules/lodash/_baseMerge.js":function(e,t,n){var r=n("../node_modules/lodash/_Stack.js"),a=n("../node_modules/lodash/_assignMergeValue.js"),i=n("../node_modules/lodash/_baseFor.js"),o=n("../node_modules/lodash/_baseMergeDeep.js"),s=n("../node_modules/lodash/isObject.js"),l=n("../node_modules/lodash/keysIn.js"),c=n("../node_modules/lodash/_safeGet.js");e.exports=function e(t,n,d,u,_){t!==n&&i(n,(function(i,l){if(_||(_=new r),s(i))o(t,n,l,d,e,u,_);else{var p=u?u(c(t,l),i,l+"",t,n,_):void 0;void 0===p&&(p=i),a(t,l,p)}}),l)}},"../node_modules/lodash/_baseMergeDeep.js":function(e,t,n){var r=n("../node_modules/lodash/_assignMergeValue.js"),a=n("../node_modules/lodash/_cloneBuffer.js"),i=n("../node_modules/lodash/_cloneTypedArray.js"),o=n("../node_modules/lodash/_copyArray.js"),s=n("../node_modules/lodash/_initCloneObject.js"),l=n("../node_modules/lodash/isArguments.js"),c=n("../node_modules/lodash/isArray.js"),d=n("../node_modules/lodash/isArrayLikeObject.js"),u=n("../node_modules/lodash/isBuffer.js"),_=n("../node_modules/lodash/isFunction.js"),p=n("../node_modules/lodash/isObject.js"),m=n("../node_modules/lodash/isPlainObject.js"),g=n("../node_modules/lodash/isTypedArray.js"),f=n("../node_modules/lodash/_safeGet.js"),h=n("../node_modules/lodash/toPlainObject.js");e.exports=function(e,t,n,E,S,b,T){var v=f(e,n),y=f(t,n),C=T.get(y);if(C)r(e,n,C);else{var O=b?b(v,y,n+"",e,t,T):void 0,N=void 0===O;if(N){var R=c(y),I=!R&&u(y),A=!R&&!I&&g(y);O=y,R||I||A?c(v)?O=v:d(v)?O=o(v):I?(N=!1,O=a(y,!0)):A?(N=!1,O=i(y,!0)):O=[]:m(y)||l(y)?(O=v,l(v)?O=h(v):p(v)&&!_(v)||(O=s(y))):N=!1}N&&(T.set(y,O),S(O,y,E,b,T),T.delete(y)),r(e,n,O)}}},"../node_modules/lodash/_baseProperty.js":function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},"../node_modules/lodash/_basePropertyDeep.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGet.js");e.exports=function(e){return function(t){return r(t,e)}}},"../node_modules/lodash/_baseRest.js":function(e,t,n){var r=n("../node_modules/lodash/identity.js"),a=n("../node_modules/lodash/_overRest.js"),i=n("../node_modules/lodash/_setToString.js");e.exports=function(e,t){return i(a(e,t,r),e+"")}},"../node_modules/lodash/_baseSetData.js":function(e,t,n){var r=n("../node_modules/lodash/identity.js"),a=n("../node_modules/lodash/_metaMap.js"),i=a?function(e,t){return a.set(e,t),e}:r;e.exports=i},"../node_modules/lodash/_baseSetToString.js":function(e,t,n){var r=n("../node_modules/lodash/constant.js"),a=n("../node_modules/lodash/_defineProperty.js"),i=n("../node_modules/lodash/identity.js"),o=a?function(e,t){return a(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:i;e.exports=o},"../node_modules/lodash/_baseSlice.js":function(e,t){e.exports=function(e,t,n){var r=-1,a=e.length;t<0&&(t=-t>a?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(a);++r<a;)i[r]=e[r+t];return i}},"../node_modules/lodash/_baseTimes.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}},"../node_modules/lodash/_baseToString.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=n("../node_modules/lodash/_arrayMap.js"),i=n("../node_modules/lodash/isArray.js"),o=n("../node_modules/lodash/isSymbol.js"),s=r?r.prototype:void 0,l=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(i(t))return a(t,e)+"";if(o(t))return l?l.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},"../node_modules/lodash/_baseTrim.js":function(e,t,n){var r=n("../node_modules/lodash/_trimmedEndIndex.js"),a=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(a,""):e}},"../node_modules/lodash/_baseUnary.js":function(e,t){e.exports=function(e){return function(t){return e(t)}}},"../node_modules/lodash/_baseUniq.js":function(e,t,n){var r=n("../node_modules/lodash/_SetCache.js"),a=n("../node_modules/lodash/_arrayIncludes.js"),i=n("../node_modules/lodash/_arrayIncludesWith.js"),o=n("../node_modules/lodash/_cacheHas.js"),s=n("../node_modules/lodash/_createSet.js"),l=n("../node_modules/lodash/_setToArray.js");e.exports=function(e,t,n){var c=-1,d=a,u=e.length,_=!0,p=[],m=p;if(n)_=!1,d=i;else if(u>=200){var g=t?null:s(e);if(g)return l(g);_=!1,d=o,m=new r}else m=t?[]:p;e:for(;++c<u;){var f=e[c],h=t?t(f):f;if(f=n||0!==f?f:0,_&&h===h){for(var E=m.length;E--;)if(m[E]===h)continue e;t&&m.push(h),p.push(f)}else d(m,h,n)||(m!==p&&m.push(h),p.push(f))}return p}},"../node_modules/lodash/_baseUnset.js":function(e,t,n){var r=n("../node_modules/lodash/_castPath.js"),a=n("../node_modules/lodash/last.js"),i=n("../node_modules/lodash/_parent.js"),o=n("../node_modules/lodash/_toKey.js");e.exports=function(e,t){return t=r(t,e),null==(e=i(e,t))||delete e[o(a(t))]}},"../node_modules/lodash/_cacheHas.js":function(e,t){e.exports=function(e,t){return e.has(t)}},"../node_modules/lodash/_castPath.js":function(e,t,n){var r=n("../node_modules/lodash/isArray.js"),a=n("../node_modules/lodash/_isKey.js"),i=n("../node_modules/lodash/_stringToPath.js"),o=n("../node_modules/lodash/toString.js");e.exports=function(e,t){return r(e)?e:a(e,t)?[e]:i(o(e))}},"../node_modules/lodash/_cloneArrayBuffer.js":function(e,t,n){var r=n("../node_modules/lodash/_Uint8Array.js");e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},"../node_modules/lodash/_cloneBuffer.js":function(e,t,n){(function(e){var r=n("../node_modules/lodash/_root.js"),a=t&&!t.nodeType&&t,i=a&&"object"==typeof e&&e&&!e.nodeType&&e,o=i&&i.exports===a?r.Buffer:void 0,s=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}}).call(this,n("../node_modules/webpack/buildin/module.js")(e))},"../node_modules/lodash/_cloneDataView.js":function(e,t,n){var r=n("../node_modules/lodash/_cloneArrayBuffer.js");e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},"../node_modules/lodash/_cloneRegExp.js":function(e,t){var n=/\w*$/;e.exports=function(e){var t=new e.constructor(e.source,n.exec(e));return t.lastIndex=e.lastIndex,t}},"../node_modules/lodash/_cloneSymbol.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=r?r.prototype:void 0,i=a?a.valueOf:void 0;e.exports=function(e){return i?Object(i.call(e)):{}}},"../node_modules/lodash/_cloneTypedArray.js":function(e,t,n){var r=n("../node_modules/lodash/_cloneArrayBuffer.js");e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},"../node_modules/lodash/_composeArgs.js":function(e,t){var n=Math.max;e.exports=function(e,t,r,a){for(var i=-1,o=e.length,s=r.length,l=-1,c=t.length,d=n(o-s,0),u=Array(c+d),_=!a;++l<c;)u[l]=t[l];for(;++i<s;)(_||i<o)&&(u[r[i]]=e[i]);for(;d--;)u[l++]=e[i++];return u}},"../node_modules/lodash/_composeArgsRight.js":function(e,t){var n=Math.max;e.exports=function(e,t,r,a){for(var i=-1,o=e.length,s=-1,l=r.length,c=-1,d=t.length,u=n(o-l,0),_=Array(u+d),p=!a;++i<u;)_[i]=e[i];for(var m=i;++c<d;)_[m+c]=t[c];for(;++s<l;)(p||i<o)&&(_[m+r[s]]=e[i++]);return _}},"../node_modules/lodash/_copyArray.js":function(e,t){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}},"../node_modules/lodash/_copyObject.js":function(e,t,n){var r=n("../node_modules/lodash/_assignValue.js"),a=n("../node_modules/lodash/_baseAssignValue.js");e.exports=function(e,t,n,i){var o=!n;n||(n={});for(var s=-1,l=t.length;++s<l;){var c=t[s],d=i?i(n[c],e[c],c,n,e):void 0;void 0===d&&(d=e[c]),o?a(n,c,d):r(n,c,d)}return n}},"../node_modules/lodash/_copySymbols.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/_getSymbols.js");e.exports=function(e,t){return r(e,a(e),t)}},"../node_modules/lodash/_copySymbolsIn.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/_getSymbolsIn.js");e.exports=function(e,t){return r(e,a(e),t)}},"../node_modules/lodash/_coreJsData.js":function(e,t,n){var r=n("../node_modules/lodash/_root.js")["__core-js_shared__"];e.exports=r},"../node_modules/lodash/_countHolders.js":function(e,t){e.exports=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}},"../node_modules/lodash/_createAssigner.js":function(e,t,n){var r=n("../node_modules/lodash/_baseRest.js"),a=n("../node_modules/lodash/_isIterateeCall.js");e.exports=function(e){return r((function(t,n){var r=-1,i=n.length,o=i>1?n[i-1]:void 0,s=i>2?n[2]:void 0;for(o=e.length>3&&"function"==typeof o?(i--,o):void 0,s&&a(n[0],n[1],s)&&(o=i<3?void 0:o,i=1),t=Object(t);++r<i;){var l=n[r];l&&e(t,l,r,o)}return t}))}},"../node_modules/lodash/_createBaseFor.js":function(e,t){e.exports=function(e){return function(t,n,r){for(var a=-1,i=Object(t),o=r(t),s=o.length;s--;){var l=o[e?s:++a];if(!1===n(i[l],l,i))break}return t}}},"../node_modules/lodash/_createBind.js":function(e,t,n){var r=n("../node_modules/lodash/_createCtor.js"),a=n("../node_modules/lodash/_root.js");e.exports=function(e,t,n){var i=1&t,o=r(e);return function t(){var r=this&&this!==a&&this instanceof t?o:e;return r.apply(i?n:this,arguments)}}},"../node_modules/lodash/_createCtor.js":function(e,t,n){var r=n("../node_modules/lodash/_baseCreate.js"),a=n("../node_modules/lodash/isObject.js");e.exports=function(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=r(e.prototype),i=e.apply(n,t);return a(i)?i:n}}},"../node_modules/lodash/_createCurry.js":function(e,t,n){var r=n("../node_modules/lodash/_apply.js"),a=n("../node_modules/lodash/_createCtor.js"),i=n("../node_modules/lodash/_createHybrid.js"),o=n("../node_modules/lodash/_createRecurry.js"),s=n("../node_modules/lodash/_getHolder.js"),l=n("../node_modules/lodash/_replaceHolders.js"),c=n("../node_modules/lodash/_root.js");e.exports=function(e,t,n){var d=a(e);return function a(){for(var u=arguments.length,_=Array(u),p=u,m=s(a);p--;)_[p]=arguments[p];var g=u<3&&_[0]!==m&&_[u-1]!==m?[]:l(_,m);if((u-=g.length)<n)return o(e,t,i,a.placeholder,void 0,_,g,void 0,void 0,n-u);var f=this&&this!==c&&this instanceof a?d:e;return r(f,this,_)}}},"../node_modules/lodash/_createFlow.js":function(e,t,n){var r=n("../node_modules/lodash/_LodashWrapper.js"),a=n("../node_modules/lodash/_flatRest.js"),i=n("../node_modules/lodash/_getData.js"),o=n("../node_modules/lodash/_getFuncName.js"),s=n("../node_modules/lodash/isArray.js"),l=n("../node_modules/lodash/_isLaziable.js");e.exports=function(e){return a((function(t){var n=t.length,a=n,c=r.prototype.thru;for(e&&t.reverse();a--;){var d=t[a];if("function"!=typeof d)throw new TypeError("Expected a function");if(c&&!u&&"wrapper"==o(d))var u=new r([],!0)}for(a=u?a:n;++a<n;){d=t[a];var _=o(d),p="wrapper"==_?i(d):void 0;u=p&&l(p[0])&&424==p[1]&&!p[4].length&&1==p[9]?u[o(p[0])].apply(u,p[3]):1==d.length&&l(d)?u[_]():u.thru(d)}return function(){var e=arguments,r=e[0];if(u&&1==e.length&&s(r))return u.plant(r).value();for(var a=0,i=n?t[a].apply(this,e):r;++a<n;)i=t[a].call(this,i);return i}}))}},"../node_modules/lodash/_createHybrid.js":function(e,t,n){var r=n("../node_modules/lodash/_composeArgs.js"),a=n("../node_modules/lodash/_composeArgsRight.js"),i=n("../node_modules/lodash/_countHolders.js"),o=n("../node_modules/lodash/_createCtor.js"),s=n("../node_modules/lodash/_createRecurry.js"),l=n("../node_modules/lodash/_getHolder.js"),c=n("../node_modules/lodash/_reorder.js"),d=n("../node_modules/lodash/_replaceHolders.js"),u=n("../node_modules/lodash/_root.js");e.exports=function e(t,n,_,p,m,g,f,h,E,S){var b=128&n,T=1&n,v=2&n,y=24&n,C=512&n,O=v?void 0:o(t);return function N(){for(var R=arguments.length,I=Array(R),A=R;A--;)I[A]=arguments[A];if(y)var w=l(N),x=i(I,w);if(p&&(I=r(I,p,m,y)),g&&(I=a(I,g,f,y)),R-=x,y&&R<S){var D=d(I,w);return s(t,n,e,N.placeholder,_,I,D,h,E,S-R)}var M=T?_:this,L=v?M[t]:t;return R=I.length,h?I=c(I,h):C&&R>1&&I.reverse(),b&&E<R&&(I.length=E),this&&this!==u&&this instanceof N&&(L=O||o(L)),L.apply(M,I)}}},"../node_modules/lodash/_createPartial.js":function(e,t,n){var r=n("../node_modules/lodash/_apply.js"),a=n("../node_modules/lodash/_createCtor.js"),i=n("../node_modules/lodash/_root.js");e.exports=function(e,t,n,o){var s=1&t,l=a(e);return function t(){for(var a=-1,c=arguments.length,d=-1,u=o.length,_=Array(u+c),p=this&&this!==i&&this instanceof t?l:e;++d<u;)_[d]=o[d];for(;c--;)_[d++]=arguments[++a];return r(p,s?n:this,_)}}},"../node_modules/lodash/_createRecurry.js":function(e,t,n){var r=n("../node_modules/lodash/_isLaziable.js"),a=n("../node_modules/lodash/_setData.js"),i=n("../node_modules/lodash/_setWrapToString.js");e.exports=function(e,t,n,o,s,l,c,d,u,_){var p=8&t;t|=p?32:64,4&(t&=~(p?64:32))||(t&=-4);var m=[e,t,s,p?l:void 0,p?c:void 0,p?void 0:l,p?void 0:c,d,u,_],g=n.apply(void 0,m);return r(e)&&a(g,m),g.placeholder=o,i(g,e,t)}},"../node_modules/lodash/_createSet.js":function(e,t,n){var r=n("../node_modules/lodash/_Set.js"),a=n("../node_modules/lodash/noop.js"),i=n("../node_modules/lodash/_setToArray.js"),o=r&&1/i(new r([,-0]))[1]==1/0?function(e){return new r(e)}:a;e.exports=o},"../node_modules/lodash/_createWrap.js":function(e,t,n){var r=n("../node_modules/lodash/_baseSetData.js"),a=n("../node_modules/lodash/_createBind.js"),i=n("../node_modules/lodash/_createCurry.js"),o=n("../node_modules/lodash/_createHybrid.js"),s=n("../node_modules/lodash/_createPartial.js"),l=n("../node_modules/lodash/_getData.js"),c=n("../node_modules/lodash/_mergeData.js"),d=n("../node_modules/lodash/_setData.js"),u=n("../node_modules/lodash/_setWrapToString.js"),_=n("../node_modules/lodash/toInteger.js"),p=Math.max;e.exports=function(e,t,n,m,g,f,h,E){var S=2&t;if(!S&&"function"!=typeof e)throw new TypeError("Expected a function");var b=m?m.length:0;if(b||(t&=-97,m=g=void 0),h=void 0===h?h:p(_(h),0),E=void 0===E?E:_(E),b-=g?g.length:0,64&t){var T=m,v=g;m=g=void 0}var y=S?void 0:l(e),C=[e,t,n,m,g,T,v,f,h,E];if(y&&c(C,y),e=C[0],t=C[1],n=C[2],m=C[3],g=C[4],!(E=C[9]=void 0===C[9]?S?0:e.length:p(C[9]-b,0))&&24&t&&(t&=-25),t&&1!=t)O=8==t||16==t?i(e,t,E):32!=t&&33!=t||g.length?o.apply(void 0,C):s(e,t,n,m);else var O=a(e,t,n);return u((y?r:d)(O,C),e,t)}},"../node_modules/lodash/_customOmitClone.js":function(e,t,n){var r=n("../node_modules/lodash/isPlainObject.js");e.exports=function(e){return r(e)?void 0:e}},"../node_modules/lodash/_defineProperty.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js"),a=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(t){}}();e.exports=a},"../node_modules/lodash/_equalArrays.js":function(e,t,n){var r=n("../node_modules/lodash/_SetCache.js"),a=n("../node_modules/lodash/_arraySome.js"),i=n("../node_modules/lodash/_cacheHas.js");e.exports=function(e,t,n,o,s,l){var c=1&n,d=e.length,u=t.length;if(d!=u&&!(c&&u>d))return!1;var _=l.get(e),p=l.get(t);if(_&&p)return _==t&&p==e;var m=-1,g=!0,f=2&n?new r:void 0;for(l.set(e,t),l.set(t,e);++m<d;){var h=e[m],E=t[m];if(o)var S=c?o(E,h,m,t,e,l):o(h,E,m,e,t,l);if(void 0!==S){if(S)continue;g=!1;break}if(f){if(!a(t,(function(e,t){if(!i(f,t)&&(h===e||s(h,e,n,o,l)))return f.push(t)}))){g=!1;break}}else if(h!==E&&!s(h,E,n,o,l)){g=!1;break}}return l.delete(e),l.delete(t),g}},"../node_modules/lodash/_equalByTag.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=n("../node_modules/lodash/_Uint8Array.js"),i=n("../node_modules/lodash/eq.js"),o=n("../node_modules/lodash/_equalArrays.js"),s=n("../node_modules/lodash/_mapToArray.js"),l=n("../node_modules/lodash/_setToArray.js"),c=r?r.prototype:void 0,d=c?c.valueOf:void 0;e.exports=function(e,t,n,r,c,u,_){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!u(new a(e),new a(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var p=s;case"[object Set]":var m=1&r;if(p||(p=l),e.size!=t.size&&!m)return!1;var g=_.get(e);if(g)return g==t;r|=2,_.set(e,t);var f=o(p(e),p(t),r,c,u,_);return _.delete(e),f;case"[object Symbol]":if(d)return d.call(e)==d.call(t)}return!1}},"../node_modules/lodash/_equalObjects.js":function(e,t,n){var r=n("../node_modules/lodash/_getAllKeys.js"),a=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,i,o,s){var l=1&n,c=r(e),d=c.length;if(d!=r(t).length&&!l)return!1;for(var u=d;u--;){var _=c[u];if(!(l?_ in t:a.call(t,_)))return!1}var p=s.get(e),m=s.get(t);if(p&&m)return p==t&&m==e;var g=!0;s.set(e,t),s.set(t,e);for(var f=l;++u<d;){var h=e[_=c[u]],E=t[_];if(i)var S=l?i(E,h,_,t,e,s):i(h,E,_,e,t,s);if(!(void 0===S?h===E||o(h,E,n,i,s):S)){g=!1;break}f||(f="constructor"==_)}if(g&&!f){var b=e.constructor,T=t.constructor;b==T||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof T&&T instanceof T||(g=!1)}return s.delete(e),s.delete(t),g}},"../node_modules/lodash/_flatRest.js":function(e,t,n){var r=n("../node_modules/lodash/flatten.js"),a=n("../node_modules/lodash/_overRest.js"),i=n("../node_modules/lodash/_setToString.js");e.exports=function(e){return i(a(e,void 0,r),e+"")}},"../node_modules/lodash/_freeGlobal.js":function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/lodash/_getAllKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetAllKeys.js"),a=n("../node_modules/lodash/_getSymbols.js"),i=n("../node_modules/lodash/keys.js");e.exports=function(e){return r(e,i,a)}},"../node_modules/lodash/_getAllKeysIn.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetAllKeys.js"),a=n("../node_modules/lodash/_getSymbolsIn.js"),i=n("../node_modules/lodash/keysIn.js");e.exports=function(e){return r(e,i,a)}},"../node_modules/lodash/_getData.js":function(e,t,n){var r=n("../node_modules/lodash/_metaMap.js"),a=n("../node_modules/lodash/noop.js"),i=r?function(e){return r.get(e)}:a;e.exports=i},"../node_modules/lodash/_getFuncName.js":function(e,t,n){var r=n("../node_modules/lodash/_realNames.js"),a=Object.prototype.hasOwnProperty;e.exports=function(e){for(var t=e.name+"",n=r[t],i=a.call(r,t)?n.length:0;i--;){var o=n[i],s=o.func;if(null==s||s==e)return o.name}return t}},"../node_modules/lodash/_getHolder.js":function(e,t){e.exports=function(e){return e.placeholder}},"../node_modules/lodash/_getMapData.js":function(e,t,n){var r=n("../node_modules/lodash/_isKeyable.js");e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},"../node_modules/lodash/_getMatchData.js":function(e,t,n){var r=n("../node_modules/lodash/_isStrictComparable.js"),a=n("../node_modules/lodash/keys.js");e.exports=function(e){for(var t=a(e),n=t.length;n--;){var i=t[n],o=e[i];t[n]=[i,o,r(o)]}return t}},"../node_modules/lodash/_getNative.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsNative.js"),a=n("../node_modules/lodash/_getValue.js");e.exports=function(e,t){var n=a(e,t);return r(n)?n:void 0}},"../node_modules/lodash/_getPrototype.js":function(e,t,n){var r=n("../node_modules/lodash/_overArg.js")(Object.getPrototypeOf,Object);e.exports=r},"../node_modules/lodash/_getRawTag.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=Object.prototype,i=a.hasOwnProperty,o=a.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(l){}var a=o.call(e);return r&&(t?e[s]=n:delete e[s]),a}},"../node_modules/lodash/_getSymbols.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayFilter.js"),a=n("../node_modules/lodash/stubArray.js"),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,s=o?function(e){return null==e?[]:(e=Object(e),r(o(e),(function(t){return i.call(e,t)})))}:a;e.exports=s},"../node_modules/lodash/_getSymbolsIn.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayPush.js"),a=n("../node_modules/lodash/_getPrototype.js"),i=n("../node_modules/lodash/_getSymbols.js"),o=n("../node_modules/lodash/stubArray.js"),s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)r(t,i(e)),e=a(e);return t}:o;e.exports=s},"../node_modules/lodash/_getTag.js":function(e,t,n){var r=n("../node_modules/lodash/_DataView.js"),a=n("../node_modules/lodash/_Map.js"),i=n("../node_modules/lodash/_Promise.js"),o=n("../node_modules/lodash/_Set.js"),s=n("../node_modules/lodash/_WeakMap.js"),l=n("../node_modules/lodash/_baseGetTag.js"),c=n("../node_modules/lodash/_toSource.js"),d=c(r),u=c(a),_=c(i),p=c(o),m=c(s),g=l;(r&&"[object DataView]"!=g(new r(new ArrayBuffer(1)))||a&&"[object Map]"!=g(new a)||i&&"[object Promise]"!=g(i.resolve())||o&&"[object Set]"!=g(new o)||s&&"[object WeakMap]"!=g(new s))&&(g=function(e){var t=l(e),n="[object Object]"==t?e.constructor:void 0,r=n?c(n):"";if(r)switch(r){case d:return"[object DataView]";case u:return"[object Map]";case _:return"[object Promise]";case p:return"[object Set]";case m:return"[object WeakMap]"}return t}),e.exports=g},"../node_modules/lodash/_getValue.js":function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},"../node_modules/lodash/_getWrapDetails.js":function(e,t){var n=/\{\n\/\* \[wrapped with (.+)\] \*/,r=/,? & /;e.exports=function(e){var t=e.match(n);return t?t[1].split(r):[]}},"../node_modules/lodash/_hasPath.js":function(e,t,n){var r=n("../node_modules/lodash/_castPath.js"),a=n("../node_modules/lodash/isArguments.js"),i=n("../node_modules/lodash/isArray.js"),o=n("../node_modules/lodash/_isIndex.js"),s=n("../node_modules/lodash/isLength.js"),l=n("../node_modules/lodash/_toKey.js");e.exports=function(e,t,n){for(var c=-1,d=(t=r(t,e)).length,u=!1;++c<d;){var _=l(t[c]);if(!(u=null!=e&&n(e,_)))break;e=e[_]}return u||++c!=d?u:!!(d=null==e?0:e.length)&&s(d)&&o(_,d)&&(i(e)||a(e))}},"../node_modules/lodash/_hashClear.js":function(e,t,n){var r=n("../node_modules/lodash/_nativeCreate.js");e.exports=function(){this.__data__=r?r(null):{},this.size=0}},"../node_modules/lodash/_hashDelete.js":function(e,t){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},"../node_modules/lodash/_hashGet.js":function(e,t,n){var r=n("../node_modules/lodash/_nativeCreate.js"),a=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return a.call(t,e)?t[e]:void 0}},"../node_modules/lodash/_hashHas.js":function(e,t,n){var r=n("../node_modules/lodash/_nativeCreate.js"),a=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:a.call(t,e)}},"../node_modules/lodash/_hashSet.js":function(e,t,n){var r=n("../node_modules/lodash/_nativeCreate.js");e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},"../node_modules/lodash/_initCloneArray.js":function(e,t){var n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&n.call(e,"index")&&(r.index=e.index,r.input=e.input),r}},"../node_modules/lodash/_initCloneByTag.js":function(e,t,n){var r=n("../node_modules/lodash/_cloneArrayBuffer.js"),a=n("../node_modules/lodash/_cloneDataView.js"),i=n("../node_modules/lodash/_cloneRegExp.js"),o=n("../node_modules/lodash/_cloneSymbol.js"),s=n("../node_modules/lodash/_cloneTypedArray.js");e.exports=function(e,t,n){var l=e.constructor;switch(t){case"[object ArrayBuffer]":return r(e);case"[object Boolean]":case"[object Date]":return new l(+e);case"[object DataView]":return a(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(e,n);case"[object Map]":return new l;case"[object Number]":case"[object String]":return new l(e);case"[object RegExp]":return i(e);case"[object Set]":return new l;case"[object Symbol]":return o(e)}}},"../node_modules/lodash/_initCloneObject.js":function(e,t,n){var r=n("../node_modules/lodash/_baseCreate.js"),a=n("../node_modules/lodash/_getPrototype.js"),i=n("../node_modules/lodash/_isPrototype.js");e.exports=function(e){return"function"!=typeof e.constructor||i(e)?{}:r(a(e))}},"../node_modules/lodash/_insertWrapDetails.js":function(e,t){var n=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;e.exports=function(e,t){var r=t.length;if(!r)return e;var a=r-1;return t[a]=(r>1?"& ":"")+t[a],t=t.join(r>2?", ":" "),e.replace(n,"{\n/* [wrapped with "+t+"] */\n")}},"../node_modules/lodash/_isFlattenable.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=n("../node_modules/lodash/isArguments.js"),i=n("../node_modules/lodash/isArray.js"),o=r?r.isConcatSpreadable:void 0;e.exports=function(e){return i(e)||a(e)||!!(o&&e&&e[o])}},"../node_modules/lodash/_isIndex.js":function(e,t){var n=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&n.test(e))&&e>-1&&e%1==0&&e<t}},"../node_modules/lodash/_isIterateeCall.js":function(e,t,n){var r=n("../node_modules/lodash/eq.js"),a=n("../node_modules/lodash/isArrayLike.js"),i=n("../node_modules/lodash/_isIndex.js"),o=n("../node_modules/lodash/isObject.js");e.exports=function(e,t,n){if(!o(n))return!1;var s=typeof t;return!!("number"==s?a(n)&&i(t,n.length):"string"==s&&t in n)&&r(n[t],e)}},"../node_modules/lodash/_isKey.js":function(e,t,n){var r=n("../node_modules/lodash/isArray.js"),a=n("../node_modules/lodash/isSymbol.js"),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!a(e))||(o.test(e)||!i.test(e)||null!=t&&e in Object(t))}},"../node_modules/lodash/_isKeyable.js":function(e,t){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},"../node_modules/lodash/_isLaziable.js":function(e,t,n){var r=n("../node_modules/lodash/_LazyWrapper.js"),a=n("../node_modules/lodash/_getData.js"),i=n("../node_modules/lodash/_getFuncName.js"),o=n("../node_modules/lodash/wrapperLodash.js");e.exports=function(e){var t=i(e),n=o[t];if("function"!=typeof n||!(t in r.prototype))return!1;if(e===n)return!0;var s=a(n);return!!s&&e===s[0]}},"../node_modules/lodash/_isMasked.js":function(e,t,n){var r,a=n("../node_modules/lodash/_coreJsData.js"),i=(r=/[^.]+$/.exec(a&&a.keys&&a.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!i&&i in e}},"../node_modules/lodash/_isPrototype.js":function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},"../node_modules/lodash/_isStrictComparable.js":function(e,t,n){var r=n("../node_modules/lodash/isObject.js");e.exports=function(e){return e===e&&!r(e)}},"../node_modules/lodash/_listCacheClear.js":function(e,t){e.exports=function(){this.__data__=[],this.size=0}},"../node_modules/lodash/_listCacheDelete.js":function(e,t,n){var r=n("../node_modules/lodash/_assocIndexOf.js"),a=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():a.call(t,n,1),--this.size,!0)}},"../node_modules/lodash/_listCacheGet.js":function(e,t,n){var r=n("../node_modules/lodash/_assocIndexOf.js");e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},"../node_modules/lodash/_listCacheHas.js":function(e,t,n){var r=n("../node_modules/lodash/_assocIndexOf.js");e.exports=function(e){return r(this.__data__,e)>-1}},"../node_modules/lodash/_listCacheSet.js":function(e,t,n){var r=n("../node_modules/lodash/_assocIndexOf.js");e.exports=function(e,t){var n=this.__data__,a=r(n,e);return a<0?(++this.size,n.push([e,t])):n[a][1]=t,this}},"../node_modules/lodash/_mapCacheClear.js":function(e,t,n){var r=n("../node_modules/lodash/_Hash.js"),a=n("../node_modules/lodash/_ListCache.js"),i=n("../node_modules/lodash/_Map.js");e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||a),string:new r}}},"../node_modules/lodash/_mapCacheDelete.js":function(e,t,n){var r=n("../node_modules/lodash/_getMapData.js");e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},"../node_modules/lodash/_mapCacheGet.js":function(e,t,n){var r=n("../node_modules/lodash/_getMapData.js");e.exports=function(e){return r(this,e).get(e)}},"../node_modules/lodash/_mapCacheHas.js":function(e,t,n){var r=n("../node_modules/lodash/_getMapData.js");e.exports=function(e){return r(this,e).has(e)}},"../node_modules/lodash/_mapCacheSet.js":function(e,t,n){var r=n("../node_modules/lodash/_getMapData.js");e.exports=function(e,t){var n=r(this,e),a=n.size;return n.set(e,t),this.size+=n.size==a?0:1,this}},"../node_modules/lodash/_mapToArray.js":function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}},"../node_modules/lodash/_matchesStrictComparable.js":function(e,t){e.exports=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}},"../node_modules/lodash/_memoizeCapped.js":function(e,t,n){var r=n("../node_modules/lodash/memoize.js");e.exports=function(e){var t=r(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},"../node_modules/lodash/_mergeData.js":function(e,t,n){var r=n("../node_modules/lodash/_composeArgs.js"),a=n("../node_modules/lodash/_composeArgsRight.js"),i=n("../node_modules/lodash/_replaceHolders.js"),o=Math.min;e.exports=function(e,t){var n=e[1],s=t[1],l=n|s,c=l<131,d=128==s&&8==n||128==s&&256==n&&e[7].length<=t[8]||384==s&&t[7].length<=t[8]&&8==n;if(!c&&!d)return e;1&s&&(e[2]=t[2],l|=1&n?0:4);var u=t[3];if(u){var _=e[3];e[3]=_?r(_,u,t[4]):u,e[4]=_?i(e[3],"__lodash_placeholder__"):t[4]}return(u=t[5])&&(_=e[5],e[5]=_?a(_,u,t[6]):u,e[6]=_?i(e[5],"__lodash_placeholder__"):t[6]),(u=t[7])&&(e[7]=u),128&s&&(e[8]=null==e[8]?t[8]:o(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=l,e}},"../node_modules/lodash/_metaMap.js":function(e,t,n){var r=n("../node_modules/lodash/_WeakMap.js"),a=r&&new r;e.exports=a},"../node_modules/lodash/_nativeCreate.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(Object,"create");e.exports=r},"../node_modules/lodash/_nativeKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_overArg.js")(Object.keys,Object);e.exports=r},"../node_modules/lodash/_nativeKeysIn.js":function(e,t){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},"../node_modules/lodash/_nodeUtil.js":function(e,t,n){(function(e){var r=n("../node_modules/lodash/_freeGlobal.js"),a=t&&!t.nodeType&&t,i=a&&"object"==typeof e&&e&&!e.nodeType&&e,o=i&&i.exports===a&&r.process,s=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(t){}}();e.exports=s}).call(this,n("../node_modules/webpack/buildin/module.js")(e))},"../node_modules/lodash/_objectToString.js":function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},"../node_modules/lodash/_overArg.js":function(e,t){e.exports=function(e,t){return function(n){return e(t(n))}}},"../node_modules/lodash/_overRest.js":function(e,t,n){var r=n("../node_modules/lodash/_apply.js"),a=Math.max;e.exports=function(e,t,n){return t=a(void 0===t?e.length-1:t,0),function(){for(var i=arguments,o=-1,s=a(i.length-t,0),l=Array(s);++o<s;)l[o]=i[t+o];o=-1;for(var c=Array(t+1);++o<t;)c[o]=i[o];return c[t]=n(l),r(e,this,c)}}},"../node_modules/lodash/_parent.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGet.js"),a=n("../node_modules/lodash/_baseSlice.js");e.exports=function(e,t){return t.length<2?e:r(e,a(t,0,-1))}},"../node_modules/lodash/_realNames.js":function(e,t){e.exports={}},"../node_modules/lodash/_reorder.js":function(e,t,n){var r=n("../node_modules/lodash/_copyArray.js"),a=n("../node_modules/lodash/_isIndex.js"),i=Math.min;e.exports=function(e,t){for(var n=e.length,o=i(t.length,n),s=r(e);o--;){var l=t[o];e[o]=a(l,n)?s[l]:void 0}return e}},"../node_modules/lodash/_replaceHolders.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=e.length,a=0,i=[];++n<r;){var o=e[n];o!==t&&"__lodash_placeholder__"!==o||(e[n]="__lodash_placeholder__",i[a++]=n)}return i}},"../node_modules/lodash/_root.js":function(e,t,n){var r=n("../node_modules/lodash/_freeGlobal.js"),a="object"==typeof self&&self&&self.Object===Object&&self,i=r||a||Function("return this")();e.exports=i},"../node_modules/lodash/_safeGet.js":function(e,t){e.exports=function(e,t){if(("constructor"!==t||"function"!==typeof e[t])&&"__proto__"!=t)return e[t]}},"../node_modules/lodash/_setCacheAdd.js":function(e,t){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},"../node_modules/lodash/_setCacheHas.js":function(e,t){e.exports=function(e){return this.__data__.has(e)}},"../node_modules/lodash/_setData.js":function(e,t,n){var r=n("../node_modules/lodash/_baseSetData.js"),a=n("../node_modules/lodash/_shortOut.js")(r);e.exports=a},"../node_modules/lodash/_setToArray.js":function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}},"../node_modules/lodash/_setToString.js":function(e,t,n){var r=n("../node_modules/lodash/_baseSetToString.js"),a=n("../node_modules/lodash/_shortOut.js")(r);e.exports=a},"../node_modules/lodash/_setWrapToString.js":function(e,t,n){var r=n("../node_modules/lodash/_getWrapDetails.js"),a=n("../node_modules/lodash/_insertWrapDetails.js"),i=n("../node_modules/lodash/_setToString.js"),o=n("../node_modules/lodash/_updateWrapDetails.js");e.exports=function(e,t,n){var s=t+"";return i(e,a(s,o(r(s),n)))}},"../node_modules/lodash/_shortOut.js":function(e,t){var n=Date.now;e.exports=function(e){var t=0,r=0;return function(){var a=n(),i=16-(a-r);if(r=a,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},"../node_modules/lodash/_stackClear.js":function(e,t,n){var r=n("../node_modules/lodash/_ListCache.js");e.exports=function(){this.__data__=new r,this.size=0}},"../node_modules/lodash/_stackDelete.js":function(e,t){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},"../node_modules/lodash/_stackGet.js":function(e,t){e.exports=function(e){return this.__data__.get(e)}},"../node_modules/lodash/_stackHas.js":function(e,t){e.exports=function(e){return this.__data__.has(e)}},"../node_modules/lodash/_stackSet.js":function(e,t,n){var r=n("../node_modules/lodash/_ListCache.js"),a=n("../node_modules/lodash/_Map.js"),i=n("../node_modules/lodash/_MapCache.js");e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var o=n.__data__;if(!a||o.length<199)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new i(o)}return n.set(e,t),this.size=n.size,this}},"../node_modules/lodash/_strictIndexOf.js":function(e,t){e.exports=function(e,t,n){for(var r=n-1,a=e.length;++r<a;)if(e[r]===t)return r;return-1}},"../node_modules/lodash/_stringToPath.js":function(e,t,n){var r=n("../node_modules/lodash/_memoizeCapped.js"),a=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,o=r((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(a,(function(e,n,r,a){t.push(r?a.replace(i,"$1"):n||e)})),t}));e.exports=o},"../node_modules/lodash/_toKey.js":function(e,t,n){var r=n("../node_modules/lodash/isSymbol.js");e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},"../node_modules/lodash/_toSource.js":function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(t){}try{return e+""}catch(t){}}return""}},"../node_modules/lodash/_trimmedEndIndex.js":function(e,t){var n=/\s/;e.exports=function(e){for(var t=e.length;t--&&n.test(e.charAt(t)););return t}},"../node_modules/lodash/_updateWrapDetails.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayEach.js"),a=n("../node_modules/lodash/_arrayIncludes.js"),i=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];e.exports=function(e,t){return r(i,(function(n){var r="_."+n[0];t&n[1]&&!a(e,r)&&e.push(r)})),e.sort()}},"../node_modules/lodash/_wrapperClone.js":function(e,t,n){var r=n("../node_modules/lodash/_LazyWrapper.js"),a=n("../node_modules/lodash/_LodashWrapper.js"),i=n("../node_modules/lodash/_copyArray.js");e.exports=function(e){if(e instanceof r)return e.clone();var t=new a(e.__wrapped__,e.__chain__);return t.__actions__=i(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}},"../node_modules/lodash/ary.js":function(e,t,n){var r=n("../node_modules/lodash/_createWrap.js");e.exports=function(e,t,n){return t=n?void 0:t,t=e&&null==t?e.length:t,r(e,128,void 0,void 0,void 0,void 0,t)}},"../node_modules/lodash/clone.js":function(e,t,n){var r=n("../node_modules/lodash/_baseClone.js");e.exports=function(e){return r(e,4)}},"../node_modules/lodash/constant.js":function(e,t){e.exports=function(e){return function(){return e}}},"../node_modules/lodash/curry.js":function(e,t,n){var r=n("../node_modules/lodash/_createWrap.js");function a(e,t,n){var i=r(e,8,void 0,void 0,void 0,void 0,void 0,t=n?void 0:t);return i.placeholder=a.placeholder,i}a.placeholder={},e.exports=a},"../node_modules/lodash/debounce.js":function(e,t,n){var r=n("../node_modules/lodash/isObject.js"),a=n("../node_modules/lodash/now.js"),i=n("../node_modules/lodash/toNumber.js"),o=Math.max,s=Math.min;e.exports=function(e,t,n){var l,c,d,u,_,p,m=0,g=!1,f=!1,h=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function E(t){var n=l,r=c;return l=c=void 0,m=t,u=e.apply(r,n)}function S(e){return m=e,_=setTimeout(T,t),g?E(e):u}function b(e){var n=e-p;return void 0===p||n>=t||n<0||f&&e-m>=d}function T(){var e=a();if(b(e))return v(e);_=setTimeout(T,function(e){var n=t-(e-p);return f?s(n,d-(e-m)):n}(e))}function v(e){return _=void 0,h&&l?E(e):(l=c=void 0,u)}function y(){var e=a(),n=b(e);if(l=arguments,c=this,p=e,n){if(void 0===_)return S(p);if(f)return clearTimeout(_),_=setTimeout(T,t),E(p)}return void 0===_&&(_=setTimeout(T,t)),u}return t=i(t)||0,r(n)&&(g=!!n.leading,d=(f="maxWait"in n)?o(i(n.maxWait)||0,t):d,h="trailing"in n?!!n.trailing:h),y.cancel=function(){void 0!==_&&clearTimeout(_),m=0,l=p=c=_=void 0},y.flush=function(){return void 0===_?u:v(a())},y}},"../node_modules/lodash/eq.js":function(e,t){e.exports=function(e,t){return e===t||e!==e&&t!==t}},"../node_modules/lodash/flatten.js":function(e,t,n){var r=n("../node_modules/lodash/_baseFlatten.js");e.exports=function(e){return(null==e?0:e.length)?r(e,1):[]}},"../node_modules/lodash/flattenDepth.js":function(e,t,n){var r=n("../node_modules/lodash/_baseFlatten.js"),a=n("../node_modules/lodash/toInteger.js");e.exports=function(e,t){return(null==e?0:e.length)?(t=void 0===t?1:a(t),r(e,t)):[]}},"../node_modules/lodash/flow.js":function(e,t,n){var r=n("../node_modules/lodash/_createFlow.js")();e.exports=r},"../node_modules/lodash/fp/_baseConvert.js":function(e,t,n){var r=n("../node_modules/lodash/fp/_mapping.js"),a=n("../node_modules/lodash/fp/placeholder.js"),i=Array.prototype.push;function o(e,t){return 2==t?function(t,n){return e(t,n)}:function(t){return e(t)}}function s(e){for(var t=e?e.length:0,n=Array(t);t--;)n[t]=e[t];return n}function l(e,t){return function(){var n=arguments.length;if(n){for(var r=Array(n);n--;)r[n]=arguments[n];var a=r[0]=t.apply(void 0,r);return e.apply(void 0,r),a}}}e.exports=function e(t,n,c,d){var u="function"==typeof n,_=n===Object(n);if(_&&(d=c,c=n,n=void 0),null==c)throw new TypeError;d||(d={});var p=!("cap"in d)||d.cap,m=!("curry"in d)||d.curry,g=!("fixed"in d)||d.fixed,f=!("immutable"in d)||d.immutable,h=!("rearg"in d)||d.rearg,E=u?c:a,S="curry"in d&&d.curry,b="fixed"in d&&d.fixed,T="rearg"in d&&d.rearg,v=u?c.runInContext():void 0,y=u?c:{ary:t.ary,assign:t.assign,clone:t.clone,curry:t.curry,forEach:t.forEach,isArray:t.isArray,isError:t.isError,isFunction:t.isFunction,isWeakMap:t.isWeakMap,iteratee:t.iteratee,keys:t.keys,rearg:t.rearg,toInteger:t.toInteger,toPath:t.toPath},C=y.ary,O=y.assign,N=y.clone,R=y.curry,I=y.forEach,A=y.isArray,w=y.isError,x=y.isFunction,D=y.isWeakMap,M=y.keys,L=y.rearg,P=y.toInteger,k=y.toPath,j=M(r.aryMethod),U={castArray:function(e){return function(){var t=arguments[0];return A(t)?e(s(t)):e.apply(void 0,arguments)}},iteratee:function(e){return function(){var t=arguments[0],n=arguments[1],r=e(t,n),a=r.length;return p&&"number"==typeof n?(n=n>2?n-2:1,a&&a<=n?r:o(r,n)):r}},mixin:function(e){return function(t){var n=this;if(!x(n))return e(n,Object(t));var r=[];return I(M(t),(function(e){x(t[e])&&r.push([e,n.prototype[e]])})),e(n,Object(t)),I(r,(function(e){var t=e[1];x(t)?n.prototype[e[0]]=t:delete n.prototype[e[0]]})),n}},nthArg:function(e){return function(t){var n=t<0?1:P(t)+1;return R(e(t),n)}},rearg:function(e){return function(t,n){var r=n?n.length:0;return R(e(t,n),r)}},runInContext:function(n){return function(r){return e(t,n(r),d)}}};function F(e,t){if(p){var n=r.iterateeRearg[e];if(n)return function(e,t){return V(e,(function(e){var n=t.length;return function(e,t){return 2==t?function(t,n){return e.apply(void 0,arguments)}:function(t){return e.apply(void 0,arguments)}}(L(o(e,n),t),n)}))}(t,n);var a=!u&&r.iterateeAry[e];if(a)return function(e,t){return V(e,(function(e){return"function"==typeof e?o(e,t):e}))}(t,a)}return t}function B(e,t,n){if(g&&(b||!r.skipFixed[e])){var a=r.methodSpread[e],o=a&&a.start;return void 0===o?C(t,n):function(e,t){return function(){for(var n=arguments.length,r=n-1,a=Array(n);n--;)a[n]=arguments[n];var o=a[t],s=a.slice(0,t);return o&&i.apply(s,o),t!=r&&i.apply(s,a.slice(t+1)),e.apply(this,s)}}(t,o)}return t}function G(e,t,n){return h&&n>1&&(T||!r.skipRearg[e])?L(t,r.methodRearg[e]||r.aryRearg[n]):t}function Y(e,t){for(var n=-1,r=(t=k(t)).length,a=r-1,i=N(Object(e)),o=i;null!=o&&++n<r;){var s=t[n],l=o[s];null==l||x(l)||w(l)||D(l)||(o[s]=N(n==a?l:Object(l))),o=o[s]}return i}function H(t,n){var a=r.aliasToReal[t]||t,i=r.remap[a]||a,o=d;return function(t){var r=u?v:y,s=u?v[i]:n,l=O(O({},o),t);return e(r,a,s,l)}}function V(e,t){return function(){var n=arguments.length;if(!n)return e();for(var r=Array(n);n--;)r[n]=arguments[n];var a=h?0:n-1;return r[a]=t(r[a]),e.apply(void 0,r)}}function z(e,t,n){var a,i=r.aliasToReal[e]||e,o=t,c=U[i];return c?o=c(t):f&&(r.mutate.array[i]?o=l(t,s):r.mutate.object[i]?o=l(t,function(e){return function(t){return e({},t)}}(t)):r.mutate.set[i]&&(o=l(t,Y))),I(j,(function(e){return I(r.aryMethod[e],(function(t){if(i==t){var n=r.methodSpread[i],s=n&&n.afterRearg;return a=s?B(i,G(i,o,e),e):G(i,B(i,o,e),e),a=function(e,t,n){return S||m&&n>1?R(t,n):t}(0,a=F(i,a),e),!1}})),!a})),a||(a=o),a==t&&(a=S?R(a,1):function(){return t.apply(this,arguments)}),a.convert=H(i,t),a.placeholder=t.placeholder=n,a}if(!_)return z(n,c,E);var q=c,W=[];return I(j,(function(e){I(r.aryMethod[e],(function(e){var t=q[r.remap[e]||e];t&&W.push([e,z(e,t,q)])}))})),I(M(q),(function(e){var t=q[e];if("function"==typeof t){for(var n=W.length;n--;)if(W[n][0]==e)return;t.convert=H(e,t),W.push([e,t])}})),I(W,(function(e){q[e[0]]=e[1]})),q.convert=function(e){return q.runInContext.convert(e)(void 0)},q.placeholder=q,I(M(q),(function(e){I(r.realToAlias[e]||[],(function(t){q[t]=q[e]}))})),q}},"../node_modules/lodash/fp/_falseOptions.js":function(e,t){e.exports={cap:!1,curry:!1,fixed:!1,immutable:!1,rearg:!1}},"../node_modules/lodash/fp/_mapping.js":function(e,t){t.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entriesIn:"toPairsIn",extend:"assignIn",extendAll:"assignInAll",extendAllWith:"assignInAllWith",extendWith:"assignInWith",first:"head",conforms:"conformsTo",matches:"isMatch",property:"get",__:"placeholder",F:"stubFalse",T:"stubTrue",all:"every",allPass:"overEvery",always:"constant",any:"some",anyPass:"overSome",apply:"spread",assoc:"set",assocPath:"set",complement:"negate",compose:"flowRight",contains:"includes",dissoc:"unset",dissocPath:"unset",dropLast:"dropRight",dropLastWhile:"dropRightWhile",equals:"isEqual",identical:"eq",indexBy:"keyBy",init:"initial",invertObj:"invert",juxt:"over",omitAll:"omit",nAry:"ary",path:"get",pathEq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",propEq:"matchesProperty",propOr:"getOr",props:"at",symmetricDifference:"xor",symmetricDifferenceBy:"xorBy",symmetricDifferenceWith:"xorWith",takeLast:"takeRight",takeLastWhile:"takeRightWhile",unapply:"rest",unnest:"flatten",useWith:"overArgs",where:"conformsTo",whereEq:"isMatch",zipObj:"zipObject"},t.aryMethod={1:["assignAll","assignInAll","attempt","castArray","ceil","create","curry","curryRight","defaultsAll","defaultsDeepAll","floor","flow","flowRight","fromPairs","invert","iteratee","memoize","method","mergeAll","methodOf","mixin","nthArg","over","overEvery","overSome","rest","reverse","round","runInContext","spread","template","trim","trimEnd","trimStart","uniqueId","words","zipAll"],2:["add","after","ary","assign","assignAllWith","assignIn","assignInAllWith","at","before","bind","bindAll","bindKey","chunk","cloneDeepWith","cloneWith","concat","conformsTo","countBy","curryN","curryRightN","debounce","defaults","defaultsDeep","defaultTo","delay","difference","divide","drop","dropRight","dropRightWhile","dropWhile","endsWith","eq","every","filter","find","findIndex","findKey","findLast","findLastIndex","findLastKey","flatMap","flatMapDeep","flattenDepth","forEach","forEachRight","forIn","forInRight","forOwn","forOwnRight","get","groupBy","gt","gte","has","hasIn","includes","indexOf","intersection","invertBy","invoke","invokeMap","isEqual","isMatch","join","keyBy","lastIndexOf","lt","lte","map","mapKeys","mapValues","matchesProperty","maxBy","meanBy","merge","mergeAllWith","minBy","multiply","nth","omit","omitBy","overArgs","pad","padEnd","padStart","parseInt","partial","partialRight","partition","pick","pickBy","propertyOf","pull","pullAll","pullAt","random","range","rangeRight","rearg","reject","remove","repeat","restFrom","result","sampleSize","some","sortBy","sortedIndex","sortedIndexOf","sortedLastIndex","sortedLastIndexOf","sortedUniqBy","split","spreadFrom","startsWith","subtract","sumBy","take","takeRight","takeRightWhile","takeWhile","tap","throttle","thru","times","trimChars","trimCharsEnd","trimCharsStart","truncate","union","uniqBy","uniqWith","unset","unzipWith","without","wrap","xor","zip","zipObject","zipObjectDeep"],3:["assignInWith","assignWith","clamp","differenceBy","differenceWith","findFrom","findIndexFrom","findLastFrom","findLastIndexFrom","getOr","includesFrom","indexOfFrom","inRange","intersectionBy","intersectionWith","invokeArgs","invokeArgsMap","isEqualWith","isMatchWith","flatMapDepth","lastIndexOfFrom","mergeWith","orderBy","padChars","padCharsEnd","padCharsStart","pullAllBy","pullAllWith","rangeStep","rangeStepRight","reduce","reduceRight","replace","set","slice","sortedIndexBy","sortedLastIndexBy","transform","unionBy","unionWith","update","xorBy","xorWith","zipWith"],4:["fill","setWith","updateWith"]},t.aryRearg={2:[1,0],3:[2,0,1],4:[3,2,0,1]},t.iterateeAry={dropRightWhile:1,dropWhile:1,every:1,filter:1,find:1,findFrom:1,findIndex:1,findIndexFrom:1,findKey:1,findLast:1,findLastFrom:1,findLastIndex:1,findLastIndexFrom:1,findLastKey:1,flatMap:1,flatMapDeep:1,flatMapDepth:1,forEach:1,forEachRight:1,forIn:1,forInRight:1,forOwn:1,forOwnRight:1,map:1,mapKeys:1,mapValues:1,partition:1,reduce:2,reduceRight:2,reject:1,remove:1,some:1,takeRightWhile:1,takeWhile:1,times:1,transform:2},t.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},t.methodRearg={assignInAllWith:[1,0],assignInWith:[1,2,0],assignAllWith:[1,0],assignWith:[1,2,0],differenceBy:[1,2,0],differenceWith:[1,2,0],getOr:[2,1,0],intersectionBy:[1,2,0],intersectionWith:[1,2,0],isEqualWith:[1,2,0],isMatchWith:[2,1,0],mergeAllWith:[1,0],mergeWith:[1,2,0],padChars:[2,1,0],padCharsEnd:[2,1,0],padCharsStart:[2,1,0],pullAllBy:[2,1,0],pullAllWith:[2,1,0],rangeStep:[1,2,0],rangeStepRight:[1,2,0],setWith:[3,1,2,0],sortedIndexBy:[2,1,0],sortedLastIndexBy:[2,1,0],unionBy:[1,2,0],unionWith:[1,2,0],updateWith:[3,1,2,0],xorBy:[1,2,0],xorWith:[1,2,0],zipWith:[1,2,0]},t.methodSpread={assignAll:{start:0},assignAllWith:{start:0},assignInAll:{start:0},assignInAllWith:{start:0},defaultsAll:{start:0},defaultsDeepAll:{start:0},invokeArgs:{start:2},invokeArgsMap:{start:2},mergeAll:{start:0},mergeAllWith:{start:0},partial:{start:1},partialRight:{start:1},without:{start:1},zipAll:{start:0}},t.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullAllBy:!0,pullAllWith:!0,pullAt:!0,remove:!0,reverse:!0},object:{assign:!0,assignAll:!0,assignAllWith:!0,assignIn:!0,assignInAll:!0,assignInAllWith:!0,assignInWith:!0,assignWith:!0,defaults:!0,defaultsAll:!0,defaultsDeep:!0,defaultsDeepAll:!0,merge:!0,mergeAll:!0,mergeAllWith:!0,mergeWith:!0},set:{set:!0,setWith:!0,unset:!0,update:!0,updateWith:!0}},t.realToAlias=function(){var e=Object.prototype.hasOwnProperty,n=t.aliasToReal,r={};for(var a in n){var i=n[a];e.call(r,i)?r[i].push(a):r[i]=[a]}return r}(),t.remap={assignAll:"assign",assignAllWith:"assignWith",assignInAll:"assignIn",assignInAllWith:"assignInWith",curryN:"curry",curryRightN:"curryRight",defaultsAll:"defaults",defaultsDeepAll:"defaultsDeep",findFrom:"find",findIndexFrom:"findIndex",findLastFrom:"findLast",findLastIndexFrom:"findLastIndex",getOr:"get",includesFrom:"includes",indexOfFrom:"indexOf",invokeArgs:"invoke",invokeArgsMap:"invokeMap",lastIndexOfFrom:"lastIndexOf",mergeAll:"merge",mergeAllWith:"mergeWith",padChars:"pad",padCharsEnd:"padEnd",padCharsStart:"padStart",propertyOf:"get",rangeStep:"range",rangeStepRight:"rangeRight",restFrom:"rest",spreadFrom:"spread",trimChars:"trim",trimCharsEnd:"trimEnd",trimCharsStart:"trimStart",zipAll:"zip"},t.skipFixed={castArray:!0,flow:!0,flowRight:!0,iteratee:!0,mixin:!0,rearg:!0,runInContext:!0},t.skipRearg={add:!0,assign:!0,assignIn:!0,bind:!0,bindKey:!0,concat:!0,difference:!0,divide:!0,eq:!0,gt:!0,gte:!0,isEqual:!0,lt:!0,lte:!0,matchesProperty:!0,merge:!0,multiply:!0,overArgs:!0,partial:!0,partialRight:!0,propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}},"../node_modules/lodash/fp/_util.js":function(e,t,n){e.exports={ary:n("../node_modules/lodash/ary.js"),assign:n("../node_modules/lodash/_baseAssign.js"),clone:n("../node_modules/lodash/clone.js"),curry:n("../node_modules/lodash/curry.js"),forEach:n("../node_modules/lodash/_arrayEach.js"),isArray:n("../node_modules/lodash/isArray.js"),isError:n("../node_modules/lodash/isError.js"),isFunction:n("../node_modules/lodash/isFunction.js"),isWeakMap:n("../node_modules/lodash/isWeakMap.js"),iteratee:n("../node_modules/lodash/iteratee.js"),keys:n("../node_modules/lodash/_baseKeys.js"),rearg:n("../node_modules/lodash/rearg.js"),toInteger:n("../node_modules/lodash/toInteger.js"),toPath:n("../node_modules/lodash/toPath.js")}},"../node_modules/lodash/fp/convert.js":function(e,t,n){var r=n("../node_modules/lodash/fp/_baseConvert.js"),a=n("../node_modules/lodash/fp/_util.js");e.exports=function(e,t,n){return r(a,e,t,n)}},"../node_modules/lodash/fp/first.js":function(e,t,n){e.exports=n("../node_modules/lodash/fp/head.js")},"../node_modules/lodash/fp/flattenDepth.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("flattenDepth",n("../node_modules/lodash/flattenDepth.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/flow.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("flow",n("../node_modules/lodash/flow.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/get.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("get",n("../node_modules/lodash/get.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/head.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("head",n("../node_modules/lodash/head.js"),n("../node_modules/lodash/fp/_falseOptions.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/isArray.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("isArray",n("../node_modules/lodash/isArray.js"),n("../node_modules/lodash/fp/_falseOptions.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/merge.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("merge",n("../node_modules/lodash/merge.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/omit.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("omit",n("../node_modules/lodash/omit.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/pipe.js":function(e,t,n){e.exports=n("../node_modules/lodash/fp/flow.js")},"../node_modules/lodash/fp/placeholder.js":function(e,t){e.exports={}},"../node_modules/lodash/fp/throttle.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("throttle",n("../node_modules/lodash/throttle.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/unionBy.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("unionBy",n("../node_modules/lodash/unionBy.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/get.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGet.js");e.exports=function(e,t,n){var a=null==e?void 0:r(e,t);return void 0===a?n:a}},"../node_modules/lodash/hasIn.js":function(e,t,n){var r=n("../node_modules/lodash/_baseHasIn.js"),a=n("../node_modules/lodash/_hasPath.js");e.exports=function(e,t){return null!=e&&a(e,t,r)}},"../node_modules/lodash/head.js":function(e,t){e.exports=function(e){return e&&e.length?e[0]:void 0}},"../node_modules/lodash/identity.js":function(e,t){e.exports=function(e){return e}},"../node_modules/lodash/isArguments.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsArguments.js"),a=n("../node_modules/lodash/isObjectLike.js"),i=Object.prototype,o=i.hasOwnProperty,s=i.propertyIsEnumerable,l=r(function(){return arguments}())?r:function(e){return a(e)&&o.call(e,"callee")&&!s.call(e,"callee")};e.exports=l},"../node_modules/lodash/isArray.js":function(e,t){var n=Array.isArray;e.exports=n},"../node_modules/lodash/isArrayLike.js":function(e,t,n){var r=n("../node_modules/lodash/isFunction.js"),a=n("../node_modules/lodash/isLength.js");e.exports=function(e){return null!=e&&a(e.length)&&!r(e)}},"../node_modules/lodash/isArrayLikeObject.js":function(e,t,n){var r=n("../node_modules/lodash/isArrayLike.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&r(e)}},"../node_modules/lodash/isBuffer.js":function(e,t,n){(function(e){var r=n("../node_modules/lodash/_root.js"),a=n("../node_modules/lodash/stubFalse.js"),i=t&&!t.nodeType&&t,o=i&&"object"==typeof e&&e&&!e.nodeType&&e,s=o&&o.exports===i?r.Buffer:void 0,l=(s?s.isBuffer:void 0)||a;e.exports=l}).call(this,n("../node_modules/webpack/buildin/module.js")(e))},"../node_modules/lodash/isError.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isObjectLike.js"),i=n("../node_modules/lodash/isPlainObject.js");e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!i(e)}},"../node_modules/lodash/isFunction.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isObject.js");e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},"../node_modules/lodash/isLength.js":function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},"../node_modules/lodash/isMap.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsMap.js"),a=n("../node_modules/lodash/_baseUnary.js"),i=n("../node_modules/lodash/_nodeUtil.js"),o=i&&i.isMap,s=o?a(o):r;e.exports=s},"../node_modules/lodash/isObject.js":function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},"../node_modules/lodash/isObjectLike.js":function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},"../node_modules/lodash/isPlainObject.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/_getPrototype.js"),i=n("../node_modules/lodash/isObjectLike.js"),o=Function.prototype,s=Object.prototype,l=o.toString,c=s.hasOwnProperty,d=l.call(Object);e.exports=function(e){if(!i(e)||"[object Object]"!=r(e))return!1;var t=a(e);if(null===t)return!0;var n=c.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==d}},"../node_modules/lodash/isSet.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsSet.js"),a=n("../node_modules/lodash/_baseUnary.js"),i=n("../node_modules/lodash/_nodeUtil.js"),o=i&&i.isSet,s=o?a(o):r;e.exports=s},"../node_modules/lodash/isSymbol.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return"symbol"==typeof e||a(e)&&"[object Symbol]"==r(e)}},"../node_modules/lodash/isTypedArray.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsTypedArray.js"),a=n("../node_modules/lodash/_baseUnary.js"),i=n("../node_modules/lodash/_nodeUtil.js"),o=i&&i.isTypedArray,s=o?a(o):r;e.exports=s},"../node_modules/lodash/isWeakMap.js":function(e,t,n){var r=n("../node_modules/lodash/_getTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&"[object WeakMap]"==r(e)}},"../node_modules/lodash/iteratee.js":function(e,t,n){var r=n("../node_modules/lodash/_baseClone.js"),a=n("../node_modules/lodash/_baseIteratee.js");e.exports=function(e){return a("function"==typeof e?e:r(e,1))}},"../node_modules/lodash/keys.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayLikeKeys.js"),a=n("../node_modules/lodash/_baseKeys.js"),i=n("../node_modules/lodash/isArrayLike.js");e.exports=function(e){return i(e)?r(e):a(e)}},"../node_modules/lodash/keysIn.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayLikeKeys.js"),a=n("../node_modules/lodash/_baseKeysIn.js"),i=n("../node_modules/lodash/isArrayLike.js");e.exports=function(e){return i(e)?r(e,!0):a(e)}},"../node_modules/lodash/last.js":function(e,t){e.exports=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}},"../node_modules/lodash/memoize.js":function(e,t,n){var r=n("../node_modules/lodash/_MapCache.js");function a(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],i=n.cache;if(i.has(a))return i.get(a);var o=e.apply(this,r);return n.cache=i.set(a,o)||i,o};return n.cache=new(a.Cache||r),n}a.Cache=r,e.exports=a},"../node_modules/lodash/merge.js":function(e,t,n){var r=n("../node_modules/lodash/_baseMerge.js"),a=n("../node_modules/lodash/_createAssigner.js")((function(e,t,n){r(e,t,n)}));e.exports=a},"../node_modules/lodash/noop.js":function(e,t){e.exports=function(){}},"../node_modules/lodash/now.js":function(e,t,n){var r=n("../node_modules/lodash/_root.js");e.exports=function(){return r.Date.now()}},"../node_modules/lodash/omit.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayMap.js"),a=n("../node_modules/lodash/_baseClone.js"),i=n("../node_modules/lodash/_baseUnset.js"),o=n("../node_modules/lodash/_castPath.js"),s=n("../node_modules/lodash/_copyObject.js"),l=n("../node_modules/lodash/_customOmitClone.js"),c=n("../node_modules/lodash/_flatRest.js"),d=n("../node_modules/lodash/_getAllKeysIn.js"),u=c((function(e,t){var n={};if(null==e)return n;var c=!1;t=r(t,(function(t){return t=o(t,e),c||(c=t.length>1),t})),s(e,d(e),n),c&&(n=a(n,7,l));for(var u=t.length;u--;)i(n,t[u]);return n}));e.exports=u},"../node_modules/lodash/property.js":function(e,t,n){var r=n("../node_modules/lodash/_baseProperty.js"),a=n("../node_modules/lodash/_basePropertyDeep.js"),i=n("../node_modules/lodash/_isKey.js"),o=n("../node_modules/lodash/_toKey.js");e.exports=function(e){return i(e)?r(o(e)):a(e)}},"../node_modules/lodash/rearg.js":function(e,t,n){var r=n("../node_modules/lodash/_createWrap.js"),a=n("../node_modules/lodash/_flatRest.js"),i=a((function(e,t){return r(e,256,void 0,void 0,void 0,t)}));e.exports=i},"../node_modules/lodash/stubArray.js":function(e,t){e.exports=function(){return[]}},"../node_modules/lodash/stubFalse.js":function(e,t){e.exports=function(){return!1}},"../node_modules/lodash/throttle.js":function(e,t,n){var r=n("../node_modules/lodash/debounce.js"),a=n("../node_modules/lodash/isObject.js");e.exports=function(e,t,n){var i=!0,o=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return a(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),r(e,t,{leading:i,maxWait:t,trailing:o})}},"../node_modules/lodash/toFinite.js":function(e,t,n){var r=n("../node_modules/lodash/toNumber.js");e.exports=function(e){return e?(e=r(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e===e?e:0:0===e?e:0}},"../node_modules/lodash/toInteger.js":function(e,t,n){var r=n("../node_modules/lodash/toFinite.js");e.exports=function(e){var t=r(e),n=t%1;return t===t?n?t-n:t:0}},"../node_modules/lodash/toNumber.js":function(e,t,n){var r=n("../node_modules/lodash/_baseTrim.js"),a=n("../node_modules/lodash/isObject.js"),i=n("../node_modules/lodash/isSymbol.js"),o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(i(e))return NaN;if(a(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=a(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=s.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):o.test(e)?NaN:+e}},"../node_modules/lodash/toPath.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayMap.js"),a=n("../node_modules/lodash/_copyArray.js"),i=n("../node_modules/lodash/isArray.js"),o=n("../node_modules/lodash/isSymbol.js"),s=n("../node_modules/lodash/_stringToPath.js"),l=n("../node_modules/lodash/_toKey.js"),c=n("../node_modules/lodash/toString.js");e.exports=function(e){return i(e)?r(e,l):o(e)?[e]:a(s(c(e)))}},"../node_modules/lodash/toPlainObject.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/keysIn.js");e.exports=function(e){return r(e,a(e))}},"../node_modules/lodash/toString.js":function(e,t,n){var r=n("../node_modules/lodash/_baseToString.js");e.exports=function(e){return null==e?"":r(e)}},"../node_modules/lodash/unionBy.js":function(e,t,n){var r=n("../node_modules/lodash/_baseFlatten.js"),a=n("../node_modules/lodash/_baseIteratee.js"),i=n("../node_modules/lodash/_baseRest.js"),o=n("../node_modules/lodash/_baseUniq.js"),s=n("../node_modules/lodash/isArrayLikeObject.js"),l=n("../node_modules/lodash/last.js"),c=i((function(e){var t=l(e);return s(t)&&(t=void 0),o(r(e,1,s,!0),a(t,2))}));e.exports=c},"../node_modules/lodash/wrapperLodash.js":function(e,t,n){var r=n("../node_modules/lodash/_LazyWrapper.js"),a=n("../node_modules/lodash/_LodashWrapper.js"),i=n("../node_modules/lodash/_baseLodash.js"),o=n("../node_modules/lodash/isArray.js"),s=n("../node_modules/lodash/isObjectLike.js"),l=n("../node_modules/lodash/_wrapperClone.js"),c=Object.prototype.hasOwnProperty;function d(e){if(s(e)&&!o(e)&&!(e instanceof r)){if(e instanceof a)return e;if(c.call(e,"__wrapped__"))return l(e)}return new a(e)}d.prototype=i.prototype,d.prototype.constructor=d,e.exports=d},"../node_modules/lowlight/index.js":function(e,t,n){"use strict";var r=n("../node_modules/lowlight/lib/core.js");e.exports=r,r.registerLanguage("1c",n("../node_modules/highlight.js/lib/languages/1c.js")),r.registerLanguage("abnf",n("../node_modules/highlight.js/lib/languages/abnf.js")),r.registerLanguage("accesslog",n("../node_modules/highlight.js/lib/languages/accesslog.js")),r.registerLanguage("actionscript",n("../node_modules/highlight.js/lib/languages/actionscript.js")),r.registerLanguage("ada",n("../node_modules/highlight.js/lib/languages/ada.js")),r.registerLanguage("angelscript",n("../node_modules/highlight.js/lib/languages/angelscript.js")),r.registerLanguage("apache",n("../node_modules/highlight.js/lib/languages/apache.js")),r.registerLanguage("applescript",n("../node_modules/highlight.js/lib/languages/applescript.js")),r.registerLanguage("arcade",n("../node_modules/highlight.js/lib/languages/arcade.js")),r.registerLanguage("cpp",n("../node_modules/highlight.js/lib/languages/cpp.js")),r.registerLanguage("arduino",n("../node_modules/highlight.js/lib/languages/arduino.js")),r.registerLanguage("armasm",n("../node_modules/highlight.js/lib/languages/armasm.js")),r.registerLanguage("xml",n("../node_modules/highlight.js/lib/languages/xml.js")),r.registerLanguage("asciidoc",n("../node_modules/highlight.js/lib/languages/asciidoc.js")),r.registerLanguage("aspectj",n("../node_modules/highlight.js/lib/languages/aspectj.js")),r.registerLanguage("autohotkey",n("../node_modules/highlight.js/lib/languages/autohotkey.js")),r.registerLanguage("autoit",n("../node_modules/highlight.js/lib/languages/autoit.js")),r.registerLanguage("avrasm",n("../node_modules/highlight.js/lib/languages/avrasm.js")),r.registerLanguage("awk",n("../node_modules/highlight.js/lib/languages/awk.js")),r.registerLanguage("axapta",n("../node_modules/highlight.js/lib/languages/axapta.js")),r.registerLanguage("bash",n("../node_modules/highlight.js/lib/languages/bash.js")),r.registerLanguage("basic",n("../node_modules/highlight.js/lib/languages/basic.js")),r.registerLanguage("bnf",n("../node_modules/highlight.js/lib/languages/bnf.js")),r.registerLanguage("brainfuck",n("../node_modules/highlight.js/lib/languages/brainfuck.js")),r.registerLanguage("cal",n("../node_modules/highlight.js/lib/languages/cal.js")),r.registerLanguage("capnproto",n("../node_modules/highlight.js/lib/languages/capnproto.js")),r.registerLanguage("ceylon",n("../node_modules/highlight.js/lib/languages/ceylon.js")),r.registerLanguage("clean",n("../node_modules/highlight.js/lib/languages/clean.js")),r.registerLanguage("clojure",n("../node_modules/highlight.js/lib/languages/clojure.js")),r.registerLanguage("clojure-repl",n("../node_modules/highlight.js/lib/languages/clojure-repl.js")),r.registerLanguage("cmake",n("../node_modules/highlight.js/lib/languages/cmake.js")),r.registerLanguage("coffeescript",n("../node_modules/highlight.js/lib/languages/coffeescript.js")),r.registerLanguage("coq",n("../node_modules/highlight.js/lib/languages/coq.js")),r.registerLanguage("cos",n("../node_modules/highlight.js/lib/languages/cos.js")),r.registerLanguage("crmsh",n("../node_modules/highlight.js/lib/languages/crmsh.js")),r.registerLanguage("crystal",n("../node_modules/highlight.js/lib/languages/crystal.js")),r.registerLanguage("cs",n("../node_modules/highlight.js/lib/languages/cs.js")),r.registerLanguage("csp",n("../node_modules/highlight.js/lib/languages/csp.js")),r.registerLanguage("css",n("../node_modules/highlight.js/lib/languages/css.js")),r.registerLanguage("d",n("../node_modules/highlight.js/lib/languages/d.js")),r.registerLanguage("markdown",n("../node_modules/highlight.js/lib/languages/markdown.js")),r.registerLanguage("dart",n("../node_modules/highlight.js/lib/languages/dart.js")),r.registerLanguage("delphi",n("../node_modules/highlight.js/lib/languages/delphi.js")),r.registerLanguage("diff",n("../node_modules/highlight.js/lib/languages/diff.js")),r.registerLanguage("django",n("../node_modules/highlight.js/lib/languages/django.js")),r.registerLanguage("dns",n("../node_modules/highlight.js/lib/languages/dns.js")),r.registerLanguage("dockerfile",n("../node_modules/highlight.js/lib/languages/dockerfile.js")),r.registerLanguage("dos",n("../node_modules/highlight.js/lib/languages/dos.js")),r.registerLanguage("dsconfig",n("../node_modules/highlight.js/lib/languages/dsconfig.js")),r.registerLanguage("dts",n("../node_modules/highlight.js/lib/languages/dts.js")),r.registerLanguage("dust",n("../node_modules/highlight.js/lib/languages/dust.js")),r.registerLanguage("ebnf",n("../node_modules/highlight.js/lib/languages/ebnf.js")),r.registerLanguage("elixir",n("../node_modules/highlight.js/lib/languages/elixir.js")),r.registerLanguage("elm",n("../node_modules/highlight.js/lib/languages/elm.js")),r.registerLanguage("ruby",n("../node_modules/highlight.js/lib/languages/ruby.js")),r.registerLanguage("erb",n("../node_modules/highlight.js/lib/languages/erb.js")),r.registerLanguage("erlang-repl",n("../node_modules/highlight.js/lib/languages/erlang-repl.js")),r.registerLanguage("erlang",n("../node_modules/highlight.js/lib/languages/erlang.js")),r.registerLanguage("excel",n("../node_modules/highlight.js/lib/languages/excel.js")),r.registerLanguage("fix",n("../node_modules/highlight.js/lib/languages/fix.js")),r.registerLanguage("flix",n("../node_modules/highlight.js/lib/languages/flix.js")),r.registerLanguage("fortran",n("../node_modules/highlight.js/lib/languages/fortran.js")),r.registerLanguage("fsharp",n("../node_modules/highlight.js/lib/languages/fsharp.js")),r.registerLanguage("gams",n("../node_modules/highlight.js/lib/languages/gams.js")),r.registerLanguage("gauss",n("../node_modules/highlight.js/lib/languages/gauss.js")),r.registerLanguage("gcode",n("../node_modules/highlight.js/lib/languages/gcode.js")),r.registerLanguage("gherkin",n("../node_modules/highlight.js/lib/languages/gherkin.js")),r.registerLanguage("glsl",n("../node_modules/highlight.js/lib/languages/glsl.js")),r.registerLanguage("gml",n("../node_modules/highlight.js/lib/languages/gml.js")),r.registerLanguage("go",n("../node_modules/highlight.js/lib/languages/go.js")),r.registerLanguage("golo",n("../node_modules/highlight.js/lib/languages/golo.js")),r.registerLanguage("gradle",n("../node_modules/highlight.js/lib/languages/gradle.js")),r.registerLanguage("groovy",n("../node_modules/highlight.js/lib/languages/groovy.js")),r.registerLanguage("haml",n("../node_modules/highlight.js/lib/languages/haml.js")),r.registerLanguage("handlebars",n("../node_modules/highlight.js/lib/languages/handlebars.js")),r.registerLanguage("haskell",n("../node_modules/highlight.js/lib/languages/haskell.js")),r.registerLanguage("haxe",n("../node_modules/highlight.js/lib/languages/haxe.js")),r.registerLanguage("hsp",n("../node_modules/highlight.js/lib/languages/hsp.js")),r.registerLanguage("htmlbars",n("../node_modules/highlight.js/lib/languages/htmlbars.js")),r.registerLanguage("http",n("../node_modules/highlight.js/lib/languages/http.js")),r.registerLanguage("hy",n("../node_modules/highlight.js/lib/languages/hy.js")),r.registerLanguage("inform7",n("../node_modules/highlight.js/lib/languages/inform7.js")),r.registerLanguage("ini",n("../node_modules/highlight.js/lib/languages/ini.js")),r.registerLanguage("irpf90",n("../node_modules/highlight.js/lib/languages/irpf90.js")),r.registerLanguage("isbl",n("../node_modules/highlight.js/lib/languages/isbl.js")),r.registerLanguage("java",n("../node_modules/highlight.js/lib/languages/java.js")),r.registerLanguage("javascript",n("../node_modules/highlight.js/lib/languages/javascript.js")),r.registerLanguage("jboss-cli",n("../node_modules/highlight.js/lib/languages/jboss-cli.js")),r.registerLanguage("json",n("../node_modules/highlight.js/lib/languages/json.js")),r.registerLanguage("julia",n("../node_modules/highlight.js/lib/languages/julia.js")),r.registerLanguage("julia-repl",n("../node_modules/highlight.js/lib/languages/julia-repl.js")),r.registerLanguage("kotlin",n("../node_modules/highlight.js/lib/languages/kotlin.js")),r.registerLanguage("lasso",n("../node_modules/highlight.js/lib/languages/lasso.js")),r.registerLanguage("ldif",n("../node_modules/highlight.js/lib/languages/ldif.js")),r.registerLanguage("leaf",n("../node_modules/highlight.js/lib/languages/leaf.js")),r.registerLanguage("less",n("../node_modules/highlight.js/lib/languages/less.js")),r.registerLanguage("lisp",n("../node_modules/highlight.js/lib/languages/lisp.js")),r.registerLanguage("livecodeserver",n("../node_modules/highlight.js/lib/languages/livecodeserver.js")),r.registerLanguage("livescript",n("../node_modules/highlight.js/lib/languages/livescript.js")),r.registerLanguage("llvm",n("../node_modules/highlight.js/lib/languages/llvm.js")),r.registerLanguage("lsl",n("../node_modules/highlight.js/lib/languages/lsl.js")),r.registerLanguage("lua",n("../node_modules/highlight.js/lib/languages/lua.js")),r.registerLanguage("makefile",n("../node_modules/highlight.js/lib/languages/makefile.js")),r.registerLanguage("mathematica",n("../node_modules/highlight.js/lib/languages/mathematica.js")),r.registerLanguage("matlab",n("../node_modules/highlight.js/lib/languages/matlab.js")),r.registerLanguage("maxima",n("../node_modules/highlight.js/lib/languages/maxima.js")),r.registerLanguage("mel",n("../node_modules/highlight.js/lib/languages/mel.js")),r.registerLanguage("mercury",n("../node_modules/highlight.js/lib/languages/mercury.js")),r.registerLanguage("mipsasm",n("../node_modules/highlight.js/lib/languages/mipsasm.js")),r.registerLanguage("mizar",n("../node_modules/highlight.js/lib/languages/mizar.js")),r.registerLanguage("perl",n("../node_modules/highlight.js/lib/languages/perl.js")),r.registerLanguage("mojolicious",n("../node_modules/highlight.js/lib/languages/mojolicious.js")),r.registerLanguage("monkey",n("../node_modules/highlight.js/lib/languages/monkey.js")),r.registerLanguage("moonscript",n("../node_modules/highlight.js/lib/languages/moonscript.js")),r.registerLanguage("n1ql",n("../node_modules/highlight.js/lib/languages/n1ql.js")),r.registerLanguage("nginx",n("../node_modules/highlight.js/lib/languages/nginx.js")),r.registerLanguage("nimrod",n("../node_modules/highlight.js/lib/languages/nimrod.js")),r.registerLanguage("nix",n("../node_modules/highlight.js/lib/languages/nix.js")),r.registerLanguage("nsis",n("../node_modules/highlight.js/lib/languages/nsis.js")),r.registerLanguage("objectivec",n("../node_modules/highlight.js/lib/languages/objectivec.js")),r.registerLanguage("ocaml",n("../node_modules/highlight.js/lib/languages/ocaml.js")),r.registerLanguage("openscad",n("../node_modules/highlight.js/lib/languages/openscad.js")),r.registerLanguage("oxygene",n("../node_modules/highlight.js/lib/languages/oxygene.js")),r.registerLanguage("parser3",n("../node_modules/highlight.js/lib/languages/parser3.js")),r.registerLanguage("pf",n("../node_modules/highlight.js/lib/languages/pf.js")),r.registerLanguage("pgsql",n("../node_modules/highlight.js/lib/languages/pgsql.js")),r.registerLanguage("php",n("../node_modules/highlight.js/lib/languages/php.js")),r.registerLanguage("plaintext",n("../node_modules/highlight.js/lib/languages/plaintext.js")),r.registerLanguage("pony",n("../node_modules/highlight.js/lib/languages/pony.js")),r.registerLanguage("powershell",n("../node_modules/highlight.js/lib/languages/powershell.js")),r.registerLanguage("processing",n("../node_modules/highlight.js/lib/languages/processing.js")),r.registerLanguage("profile",n("../node_modules/highlight.js/lib/languages/profile.js")),r.registerLanguage("prolog",n("../node_modules/highlight.js/lib/languages/prolog.js")),r.registerLanguage("properties",n("../node_modules/highlight.js/lib/languages/properties.js")),r.registerLanguage("protobuf",n("../node_modules/highlight.js/lib/languages/protobuf.js")),r.registerLanguage("puppet",n("../node_modules/highlight.js/lib/languages/puppet.js")),r.registerLanguage("purebasic",n("../node_modules/highlight.js/lib/languages/purebasic.js")),r.registerLanguage("python",n("../node_modules/highlight.js/lib/languages/python.js")),r.registerLanguage("q",n("../node_modules/highlight.js/lib/languages/q.js")),r.registerLanguage("qml",n("../node_modules/highlight.js/lib/languages/qml.js")),r.registerLanguage("r",n("../node_modules/highlight.js/lib/languages/r.js")),r.registerLanguage("reasonml",n("../node_modules/highlight.js/lib/languages/reasonml.js")),r.registerLanguage("rib",n("../node_modules/highlight.js/lib/languages/rib.js")),r.registerLanguage("roboconf",n("../node_modules/highlight.js/lib/languages/roboconf.js")),r.registerLanguage("routeros",n("../node_modules/highlight.js/lib/languages/routeros.js")),r.registerLanguage("rsl",n("../node_modules/highlight.js/lib/languages/rsl.js")),r.registerLanguage("ruleslanguage",n("../node_modules/highlight.js/lib/languages/ruleslanguage.js")),r.registerLanguage("rust",n("../node_modules/highlight.js/lib/languages/rust.js")),r.registerLanguage("sas",n("../node_modules/highlight.js/lib/languages/sas.js")),r.registerLanguage("scala",n("../node_modules/highlight.js/lib/languages/scala.js")),r.registerLanguage("scheme",n("../node_modules/highlight.js/lib/languages/scheme.js")),r.registerLanguage("scilab",n("../node_modules/highlight.js/lib/languages/scilab.js")),r.registerLanguage("scss",n("../node_modules/highlight.js/lib/languages/scss.js")),r.registerLanguage("shell",n("../node_modules/highlight.js/lib/languages/shell.js")),r.registerLanguage("smali",n("../node_modules/highlight.js/lib/languages/smali.js")),r.registerLanguage("smalltalk",n("../node_modules/highlight.js/lib/languages/smalltalk.js")),r.registerLanguage("sml",n("../node_modules/highlight.js/lib/languages/sml.js")),r.registerLanguage("sqf",n("../node_modules/highlight.js/lib/languages/sqf.js")),r.registerLanguage("sql",n("../node_modules/highlight.js/lib/languages/sql.js")),r.registerLanguage("stan",n("../node_modules/highlight.js/lib/languages/stan.js")),r.registerLanguage("stata",n("../node_modules/highlight.js/lib/languages/stata.js")),r.registerLanguage("step21",n("../node_modules/highlight.js/lib/languages/step21.js")),r.registerLanguage("stylus",n("../node_modules/highlight.js/lib/languages/stylus.js")),r.registerLanguage("subunit",n("../node_modules/highlight.js/lib/languages/subunit.js")),r.registerLanguage("swift",n("../node_modules/highlight.js/lib/languages/swift.js")),r.registerLanguage("taggerscript",n("../node_modules/highlight.js/lib/languages/taggerscript.js")),r.registerLanguage("yaml",n("../node_modules/highlight.js/lib/languages/yaml.js")),r.registerLanguage("tap",n("../node_modules/highlight.js/lib/languages/tap.js")),r.registerLanguage("tcl",n("../node_modules/highlight.js/lib/languages/tcl.js")),r.registerLanguage("tex",n("../node_modules/highlight.js/lib/languages/tex.js")),r.registerLanguage("thrift",n("../node_modules/highlight.js/lib/languages/thrift.js")),r.registerLanguage("tp",n("../node_modules/highlight.js/lib/languages/tp.js")),r.registerLanguage("twig",n("../node_modules/highlight.js/lib/languages/twig.js")),r.registerLanguage("typescript",n("../node_modules/highlight.js/lib/languages/typescript.js")),r.registerLanguage("vala",n("../node_modules/highlight.js/lib/languages/vala.js")),r.registerLanguage("vbnet",n("../node_modules/highlight.js/lib/languages/vbnet.js")),r.registerLanguage("vbscript",n("../node_modules/highlight.js/lib/languages/vbscript.js")),r.registerLanguage("vbscript-html",n("../node_modules/highlight.js/lib/languages/vbscript-html.js")),r.registerLanguage("verilog",n("../node_modules/highlight.js/lib/languages/verilog.js")),r.registerLanguage("vhdl",n("../node_modules/highlight.js/lib/languages/vhdl.js")),r.registerLanguage("vim",n("../node_modules/highlight.js/lib/languages/vim.js")),r.registerLanguage("x86asm",n("../node_modules/highlight.js/lib/languages/x86asm.js")),r.registerLanguage("xl",n("../node_modules/highlight.js/lib/languages/xl.js")),r.registerLanguage("xquery",n("../node_modules/highlight.js/lib/languages/xquery.js")),r.registerLanguage("zephir",n("../node_modules/highlight.js/lib/languages/zephir.js"))},"../node_modules/lowlight/lib/core.js":function(e,t,n){"use strict";var r=n("../node_modules/highlight.js/lib/highlight.js"),a=n("../node_modules/fault/index.js");function i(){}i.prototype=r;var o=new i;e.exports=o,o.highlight=function(e,t,n){var r=(n||{}).prefix;null!==r&&void 0!==r||(r="hljs-");return f(g(e,t,!0,r))},o.highlightAuto=p,o.registerLanguage=function(e,t){var n=t(o);u[e]=n,d.push(e),n.aliases&&m(e,n.aliases)},o.registerAlias=m,o.getLanguage=S;var s=r.inherit,l={}.hasOwnProperty,c=[].concat,d=[],u={},_={};function p(e,t){var n,r,i,o,s=t||{},l=s.subset||d,c=s.prefix,u=l.length,_=-1;if(null!==c&&void 0!==c||(c="hljs-"),"string"!==typeof e)throw a("Expected `string` for value, got `%s`",e);for(r=f({}),n=f({});++_<u;)S(o=l[_])&&((i=f(g(o,e,!1,c))).language=o,i.relevance>r.relevance&&(r=i),i.relevance>n.relevance&&(r=n,n=i));return r.language&&(n.secondBest=r),n}function m(e,t){var n,r,a,i,o=e;for(n in t&&((o={})[e]=t),o)for(a=(r="string"===typeof(r=o[n])?[r]:r).length,i=-1;++i<a;)_[r[i]]=n}function g(e,t,n,r,i){var o,d,_,m,f,b,T,v,y={},C=[],O="",N=0;if("string"!==typeof e)throw a("Expected `string` for name, got `%s`",e);if("string"!==typeof t)throw a("Expected `string` for value, got `%s`",t);if(o=S(e),_=d=i||o,m=v=[],!o)throw a("Unknown language: `%s` is not registered",e);!function(e){function t(t,r){return new RegExp(n(t),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function n(e){return e&&e.source||e}!function r(a,i){var o,l={};function d(t,n){var r,a,i,o;for(e.case_insensitive&&(n=n.toLowerCase()),o=(r=n.split(" ")).length,i=-1;++i<o;)a=r[i].split("|"),l[a[0]]=[t,a[1]?Number(a[1]):1]}a.compiled||(a.compiled=!0,a.keywords=a.keywords||a.beginKeywords,a.keywords&&("string"===typeof a.keywords?d("keyword",a.keywords):Object.keys(a.keywords).forEach((function(e){d(e,a.keywords[e])})),a.keywords=l),a.lexemesRe=t(a.lexemes||/\w+/,!0),i&&(a.beginKeywords&&(a.begin="\\b("+a.beginKeywords.split(" ").join("|")+")\\b"),a.begin||(a.begin=/\B|\b/),a.beginRe=t(a.begin),a.end||a.endsWithParent||(a.end=/\B|\b/),a.end&&(a.endRe=t(a.end)),a.terminatorEnd=n(a.end)||"",a.endsWithParent&&i.terminatorEnd&&(a.terminatorEnd+=(a.end?"|":"")+i.terminatorEnd)),a.illegal&&(a.illegalRe=t(a.illegal)),void 0===a.relevance&&(a.relevance=1),a.contains||(a.contains=[]),a.contains=c.apply([],a.contains.map((function(e){return function(e){var t,n,r,a;if(e.variants&&!e.cached_variants){for(r=e.variants,t=r.length,n=-1,a=[];++n<t;)a[n]=s(e,{variants:null},r[n]);e.cached_variants=a}return e.cached_variants||(e.endsWithParent?[s(e)]:[e])}("self"===e?a:e)}))),a.contains.forEach((function(e){r(e,a)})),a.starts&&r(a.starts,i),o=a.contains.map((function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin})).concat([a.terminatorEnd,a.illegal]).map(n).filter(Boolean),a.terminators=0===o.length?{exec:E}:t(o.join("|"),!0))}(e)}(o);try{for(d.terminators.lastIndex=0,f=0,T=d.terminators.exec(t);T;)b=R(t.substring(f,T.index),T[0]),f=T.index+b,d.terminators.lastIndex=f,T=d.terminators.exec(t);for(R(t.substr(f)),_=d;_.parent;)_.className&&L(),_=_.parent;return{relevance:N,value:m,language:e,top:d}}catch(P){if(-1===P.message.indexOf("Illegal"))throw P;return{relevance:0,value:x(t,[])}}function R(e,t){var r,i,o;if(O+=e,void 0===t)return w(A(),m),0;if(r=function(e,t){var n=t.contains,r=n.length,a=-1;for(;++a<r;)if(h(n[a].beginRe,e))return n[a]}(t,d))return w(A(),m),I(r,t),r.returnBegin?0:t.length;if(i=function e(t,n){if(h(t.endRe,n)){for(;t.endsParent&&t.parent;)t=t.parent;return t}if(t.endsWithParent)return e(t.parent,n)}(d,t)){(o=d).returnEnd||o.excludeEnd||(O+=t),w(A(),m);do{d.className&&L(),N+=d.relevance,d=d.parent}while(d!==i.parent);return o.excludeEnd&&x(t,m),O="",i.starts&&I(i.starts,""),o.returnEnd?0:t.length}if(function(e,t){return!n&&h(t.illegalRe,e)}(t,d))throw a('Illegal lexeme "%s" for mode "%s"',t,d.className||"<unnamed>");return O+=t,t.length||1}function I(e,t){var n;e.className&&(n=D(e.className,[])),e.returnBegin?O="":e.excludeBegin?(x(t,m),O=""):O=t,n&&(m.push(n),C.push(m),m=n.children),d=Object.create(e,{parent:{value:d}})}function A(){var e=d.subLanguage?function(){var e,t="string"===typeof d.subLanguage;if(t&&!u[d.subLanguage])return x(O,[]);e=t?g(d.subLanguage,O,!0,r,y[d.subLanguage]):p(O,{subset:0===d.subLanguage.length?void 0:d.subLanguage,prefix:r});d.relevance>0&&(N+=e.relevance);t&&(y[d.subLanguage]=e.top);return[D(e.language,e.value,!0)]}():function(){var e,t,n,r,a=[];if(!d.keywords)return x(O,a);e=0,d.lexemesRe.lastIndex=0,t=d.lexemesRe.exec(O);for(;t;)x(O.substring(e,t.index),a),(r=M(d,t))?(N+=r[1],n=D(r[0],[]),a.push(n),x(t[0],n.children)):x(t[0],a),e=d.lexemesRe.lastIndex,t=d.lexemesRe.exec(O);return x(O.substr(e),a),a}();return O="",e}function w(e,t){for(var n,r=e.length,a=-1;++a<r;)"text"===(n=e[a]).type?x(n.value,t):t.push(n)}function x(e,t){var n;return e&&((n=t[t.length-1])&&"text"===n.type?n.value+=e:t.push(function(e){return{type:"text",value:e}}(e))),t}function D(e,t,n){return{type:"element",tagName:"span",properties:{className:[(n?"":r)+e]},children:t}}function M(e,t){var n=t[0];return o.case_insensitive&&(n=n.toLowerCase()),l.call(e.keywords,n)&&e.keywords[n]}function L(){m=C.pop()||v}}function f(e){return{relevance:e.relevance||0,language:e.language||null,value:e.value||[]}}function h(e,t){var n=e&&e.exec(t);return n&&0===n.index}function E(){return null}function S(e){return e=e.toLowerCase(),u[e]||u[_[e]]}},"../node_modules/match-sorter/dist/match-sorter.esm.js":function(e,t,n){"use strict";n.r(t),n.d(t,"rankings",(function(){return p}));var r={"\xc0":"A","\xc1":"A","\xc2":"A","\xc3":"A","\xc4":"A","\xc5":"A","\u1ea4":"A","\u1eae":"A","\u1eb2":"A","\u1eb4":"A","\u1eb6":"A","\xc6":"AE","\u1ea6":"A","\u1eb0":"A","\u0202":"A","\xc7":"C","\u1e08":"C","\xc8":"E","\xc9":"E","\xca":"E","\xcb":"E","\u1ebe":"E","\u1e16":"E","\u1ec0":"E","\u1e14":"E","\u1e1c":"E","\u0206":"E","\xcc":"I","\xcd":"I","\xce":"I","\xcf":"I","\u1e2e":"I","\u020a":"I","\xd0":"D","\xd1":"N","\xd2":"O","\xd3":"O","\xd4":"O","\xd5":"O","\xd6":"O","\xd8":"O","\u1ed0":"O","\u1e4c":"O","\u1e52":"O","\u020e":"O","\xd9":"U","\xda":"U","\xdb":"U","\xdc":"U","\xdd":"Y","\xe0":"a","\xe1":"a","\xe2":"a","\xe3":"a","\xe4":"a","\xe5":"a","\u1ea5":"a","\u1eaf":"a","\u1eb3":"a","\u1eb5":"a","\u1eb7":"a","\xe6":"ae","\u1ea7":"a","\u1eb1":"a","\u0203":"a","\xe7":"c","\u1e09":"c","\xe8":"e","\xe9":"e","\xea":"e","\xeb":"e","\u1ebf":"e","\u1e17":"e","\u1ec1":"e","\u1e15":"e","\u1e1d":"e","\u0207":"e","\xec":"i","\xed":"i","\xee":"i","\xef":"i","\u1e2f":"i","\u020b":"i","\xf0":"d","\xf1":"n","\xf2":"o","\xf3":"o","\xf4":"o","\xf5":"o","\xf6":"o","\xf8":"o","\u1ed1":"o","\u1e4d":"o","\u1e53":"o","\u020f":"o","\xf9":"u","\xfa":"u","\xfb":"u","\xfc":"u","\xfd":"y","\xff":"y","\u0100":"A","\u0101":"a","\u0102":"A","\u0103":"a","\u0104":"A","\u0105":"a","\u0106":"C","\u0107":"c","\u0108":"C","\u0109":"c","\u010a":"C","\u010b":"c","\u010c":"C","\u010d":"c","C\u0306":"C","c\u0306":"c","\u010e":"D","\u010f":"d","\u0110":"D","\u0111":"d","\u0112":"E","\u0113":"e","\u0114":"E","\u0115":"e","\u0116":"E","\u0117":"e","\u0118":"E","\u0119":"e","\u011a":"E","\u011b":"e","\u011c":"G","\u01f4":"G","\u011d":"g","\u01f5":"g","\u011e":"G","\u011f":"g","\u0120":"G","\u0121":"g","\u0122":"G","\u0123":"g","\u0124":"H","\u0125":"h","\u0126":"H","\u0127":"h","\u1e2a":"H","\u1e2b":"h","\u0128":"I","\u0129":"i","\u012a":"I","\u012b":"i","\u012c":"I","\u012d":"i","\u012e":"I","\u012f":"i","\u0130":"I","\u0131":"i","\u0132":"IJ","\u0133":"ij","\u0134":"J","\u0135":"j","\u0136":"K","\u0137":"k","\u1e30":"K","\u1e31":"k","K\u0306":"K","k\u0306":"k","\u0139":"L","\u013a":"l","\u013b":"L","\u013c":"l","\u013d":"L","\u013e":"l","\u013f":"L","\u0140":"l","\u0141":"l","\u0142":"l","\u1e3e":"M","\u1e3f":"m","M\u0306":"M","m\u0306":"m","\u0143":"N","\u0144":"n","\u0145":"N","\u0146":"n","\u0147":"N","\u0148":"n","\u0149":"n","N\u0306":"N","n\u0306":"n","\u014c":"O","\u014d":"o","\u014e":"O","\u014f":"o","\u0150":"O","\u0151":"o","\u0152":"OE","\u0153":"oe","P\u0306":"P","p\u0306":"p","\u0154":"R","\u0155":"r","\u0156":"R","\u0157":"r","\u0158":"R","\u0159":"r","R\u0306":"R","r\u0306":"r","\u0212":"R","\u0213":"r","\u015a":"S","\u015b":"s","\u015c":"S","\u015d":"s","\u015e":"S","\u0218":"S","\u0219":"s","\u015f":"s","\u0160":"S","\u0161":"s","\u0162":"T","\u0163":"t","\u021b":"t","\u021a":"T","\u0164":"T","\u0165":"t","\u0166":"T","\u0167":"t","T\u0306":"T","t\u0306":"t","\u0168":"U","\u0169":"u","\u016a":"U","\u016b":"u","\u016c":"U","\u016d":"u","\u016e":"U","\u016f":"u","\u0170":"U","\u0171":"u","\u0172":"U","\u0173":"u","\u0216":"U","\u0217":"u","V\u0306":"V","v\u0306":"v","\u0174":"W","\u0175":"w","\u1e82":"W","\u1e83":"w","X\u0306":"X","x\u0306":"x","\u0176":"Y","\u0177":"y","\u0178":"Y","Y\u0306":"Y","y\u0306":"y","\u0179":"Z","\u017a":"z","\u017b":"Z","\u017c":"z","\u017d":"Z","\u017e":"z","\u017f":"s","\u0192":"f","\u01a0":"O","\u01a1":"o","\u01af":"U","\u01b0":"u","\u01cd":"A","\u01ce":"a","\u01cf":"I","\u01d0":"i","\u01d1":"O","\u01d2":"o","\u01d3":"U","\u01d4":"u","\u01d5":"U","\u01d6":"u","\u01d7":"U","\u01d8":"u","\u01d9":"U","\u01da":"u","\u01db":"U","\u01dc":"u","\u1ee8":"U","\u1ee9":"u","\u1e78":"U","\u1e79":"u","\u01fa":"A","\u01fb":"a","\u01fc":"AE","\u01fd":"ae","\u01fe":"O","\u01ff":"o","\xde":"TH","\xfe":"th","\u1e54":"P","\u1e55":"p","\u1e64":"S","\u1e65":"s","X\u0301":"X","x\u0301":"x","\u0403":"\u0413","\u0453":"\u0433","\u040c":"\u041a","\u045c":"\u043a","A\u030b":"A","a\u030b":"a","E\u030b":"E","e\u030b":"e","I\u030b":"I","i\u030b":"i","\u01f8":"N","\u01f9":"n","\u1ed2":"O","\u1ed3":"o","\u1e50":"O","\u1e51":"o","\u1eea":"U","\u1eeb":"u","\u1e80":"W","\u1e81":"w","\u1ef2":"Y","\u1ef3":"y","\u0200":"A","\u0201":"a","\u0204":"E","\u0205":"e","\u0208":"I","\u0209":"i","\u020c":"O","\u020d":"o","\u0210":"R","\u0211":"r","\u0214":"U","\u0215":"u","B\u030c":"B","b\u030c":"b","\u010c\u0323":"C","\u010d\u0323":"c","\xca\u030c":"E","\xea\u030c":"e","F\u030c":"F","f\u030c":"f","\u01e6":"G","\u01e7":"g","\u021e":"H","\u021f":"h","J\u030c":"J","\u01f0":"j","\u01e8":"K","\u01e9":"k","M\u030c":"M","m\u030c":"m","P\u030c":"P","p\u030c":"p","Q\u030c":"Q","q\u030c":"q","\u0158\u0329":"R","\u0159\u0329":"r","\u1e66":"S","\u1e67":"s","V\u030c":"V","v\u030c":"v","W\u030c":"W","w\u030c":"w","X\u030c":"X","x\u030c":"x","Y\u030c":"Y","y\u030c":"y","A\u0327":"A","a\u0327":"a","B\u0327":"B","b\u0327":"b","\u1e10":"D","\u1e11":"d","\u0228":"E","\u0229":"e","\u0190\u0327":"E","\u025b\u0327":"e","\u1e28":"H","\u1e29":"h","I\u0327":"I","i\u0327":"i","\u0197\u0327":"I","\u0268\u0327":"i","M\u0327":"M","m\u0327":"m","O\u0327":"O","o\u0327":"o","Q\u0327":"Q","q\u0327":"q","U\u0327":"U","u\u0327":"u","X\u0327":"X","x\u0327":"x","Z\u0327":"Z","z\u0327":"z"},a=Object.keys(r).join("|"),i=new RegExp(a,"g"),o=new RegExp(a,""),s=function(e){return e.replace(i,(function(e){return r[e]}))},l=s,c=function(e){return!!e.match(o)},d=s;l.has=c,l.remove=d;var u="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p={CASE_SENSITIVE_EQUAL:9,EQUAL:8,STARTS_WITH:7,WORD_STARTS_WITH:6,STRING_CASE:5,STRING_CASE_ACRONYM:4,CONTAINS:3,ACRONYM:2,MATCHES:1,NO_MATCH:0},m={CAMEL:.8,PASCAL:.6,KEBAB:.4,SNAKE:.2,NO_CASE:0};function g(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!t)return e;var r=n.keys,a=n.threshold,i=void 0===a?p.MATCHES:a,o=e.reduce((function(e,a,o){var s=f(a,r,t,n),l=s.rankedItem,c=s.rank,d=s.keyIndex,u=s.keyThreshold;return c>=(void 0===u?i:u)&&e.push({rankedItem:l,item:a,rank:c,index:o,keyIndex:d}),e}),[]);return o.sort(E).map((function(e){return e.item}))}function f(e,t,n,r){return t?function(e,t){return t.reduce((function(t,n){var r=function(e,t){"object"===("undefined"===typeof t?"undefined":u(t))&&(t=t.key);var n=void 0;n="function"===typeof t?t(e):-1!==t.indexOf(".")?t.split(".").reduce((function(e,t){return e?e[t]:null}),e):e[t];return null!=n?[].concat(n):null}(e,n);return r&&r.forEach((function(e){t.push({itemValue:e,attributes:b(n)})})),t}),[])}(e,t).reduce((function(e,t,a){var i=e.rank,o=e.keyIndex,s=e.keyThreshold,l=t.itemValue,c=t.attributes,d=h(l,n,r),u=c.minRanking,_=c.maxRanking,m=c.threshold;return d<u&&d>=p.MATCHES?d=u:d>_&&(d=_),d>i&&(i=d,o=a,s=m),{rankedItem:l,rank:i,keyIndex:o,keyThreshold:s}}),{rank:p.NO_MATCH,keyIndex:-1,keyThreshold:r.threshold}):{rankedItem:e,rank:h(e,n,r),keyIndex:-1,keyThreshold:r.threshold}}function h(e,t,n){if(e=S(e,n),(t=S(t,n)).length>e.length)return p.NO_MATCH;if(e===t)return p.CASE_SENSITIVE_EQUAL;var r,a,i=function(e){var t=e.toLowerCase()!==e,n=e.indexOf("-")>=0,r=e.indexOf("_")>=0;if(!t&&!r&&n)return m.KEBAB;if(!t&&r&&!n)return m.SNAKE;if(t&&!n&&!r){return e[0].toUpperCase()===e[0]?m.PASCAL:m.CAMEL}return m.NO_CASE}(e),o=function(e,t,n){var r=e.toLowerCase().indexOf(t.toLowerCase());switch(n){case m.SNAKE:return"_"===e[r-1];case m.KEBAB:return"-"===e[r-1];case m.PASCAL:case m.CAMEL:return-1!==r&&e[r]===e[r].toUpperCase();default:return!1}}(e,t,i),s=function(e,t,n){var r=null;switch(n){case m.SNAKE:r="_";break;case m.KEBAB:r="-";break;case m.PASCAL:case m.CAMEL:r=/(?=[A-Z])/;break;default:r=null}var a=e.split(r);return t.toLowerCase().split("").reduce((function(e,t,n){var r=a[n];return e&&r&&r[0].toLowerCase()===t}),!0)}(e,t,i);return(e=e.toLowerCase())===(t=t.toLowerCase())?p.EQUAL+i:0===e.indexOf(t)?p.STARTS_WITH+i:-1!==e.indexOf(" "+t)?p.WORD_STARTS_WITH+i:o?p.STRING_CASE+i:i>0&&s?p.STRING_CASE_ACRONYM+i:-1!==e.indexOf(t)?p.CONTAINS+i:1===t.length?p.NO_MATCH:-1!==(r=e,a="",r.split(" ").forEach((function(e){e.split("-").forEach((function(e){a+=e.substr(0,1)}))})),a).indexOf(t)?p.ACRONYM+i:function(e,t){var n=0,r=0;function a(e,t,r){for(var a=r;a<t.length;a++){if(t[a]===e)return n+=1,a+1}return-1}var i=a(t[0],e,0);if(i<0)return p.NO_MATCH;r=i;for(var o=1;o<t.length;o++){var s=t[o];if(!((r=a(s,e,r))>-1))return p.NO_MATCH}return function(e){var r=n/t.length;return p.MATCHES+r*(1/e)}(r-i)}(e,t)}function E(e,t){var n=e.rankedItem,r=e.rank,a=e.keyIndex,i=t.rankedItem,o=t.rank,s=t.keyIndex;return r===o?a===s?String(n).localeCompare(i):a<s?-1:1:r>o?-1:1}function S(e,t){return e=""+e,t.keepDiacritics||(e=l(e)),e}function b(e){return"string"===typeof e&&(e={key:e}),_({maxRanking:1/0,minRanking:-1/0},e)}g.rankings=p,g.caseRankings=m,t.default=g},"../node_modules/memoize-one/dist/memoize-one.esm.js":function(e,t,n){"use strict";var r=Number.isNaN||function(e){return"number"===typeof e&&e!==e};function a(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(a=e[n],i=t[n],!(a===i||r(a)&&r(i)))return!1;var a,i;return!0}t.a=function(e,t){var n;void 0===t&&(t=a);var r,i=[],o=!1;return function(){for(var a=[],s=0;s<arguments.length;s++)a[s]=arguments[s];return o&&n===this&&t(a,i)||(r=e.apply(this,a),o=!0,n=this,i=a),r}}},"../node_modules/merge-anything/dist/index.esm.js":function(e,t,n){"use strict";function r(e){return Object.prototype.toString.call(e).slice(8,-1)}function a(e){return"Undefined"===r(e)}function i(e){return"Null"===r(e)}function o(e){return"Object"===r(e)&&(e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype)}function s(e){return"Array"===r(e)}function l(e){return"Symbol"===r(e)}var c,d,u,_,p;c=i,d=a;function m(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),a=0;for(t=0;t<n;t++)for(var i=arguments[t],o=0,s=i.length;o<s;o++,a++)r[a]=i[o];return r}function g(e,t,n,r){var a=r.propertyIsEnumerable(t)?"enumerable":"nonenumerable";"enumerable"===a&&(e[t]=n),"nonenumerable"===a&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}function f(e,t,n){if(!o(t))return n&&s(n)&&n.forEach((function(n){t=n(e,t)})),t;var r={};o(e)&&(r=m(Object.getOwnPropertyNames(e),Object.getOwnPropertySymbols(e)).reduce((function(n,r){var a=e[r];return(!l(r)&&!Object.getOwnPropertyNames(t).includes(r)||l(r)&&!Object.getOwnPropertySymbols(t).includes(r))&&g(n,r,a,e),n}),{}));return m(Object.getOwnPropertyNames(t),Object.getOwnPropertySymbols(t)).reduce((function(r,a){var i=t[a],l=o(e)?e[a]:void 0;return n&&s(n)&&n.forEach((function(e){i=e(l,i)})),void 0!==l&&o(i)&&(i=f(l,i,n)),g(r,a,i,t),r}),r)}t.a=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=null,a=e;return o(e)&&e.extensions&&1===Object.keys(e).length&&(a={},r=e.extensions),t.reduce((function(e,t){return f(e,t,r)}),a)}},"../node_modules/object-assign/index.js":function(e,t,n){"use strict";var r=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function o(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(a){return!1}}()?Object.assign:function(e,t){for(var n,s,l=o(e),c=1;c<arguments.length;c++){for(var d in n=Object(arguments[c]))a.call(n,d)&&(l[d]=n[d]);if(r){s=r(n);for(var u=0;u<s.length;u++)i.call(n,s[u])&&(l[s[u]]=n[s[u]])}}return l}},"../node_modules/process-nextick-args/index.js":function(e,t,n){"use strict";(function(t){"undefined"===typeof t||!t.version||0===t.version.indexOf("v0.")||0===t.version.indexOf("v1.")&&0!==t.version.indexOf("v1.8.")?e.exports={nextTick:function(e,n,r,a){if("function"!==typeof e)throw new TypeError('"callback" argument must be a function');var i,o,s=arguments.length;switch(s){case 0:case 1:return t.nextTick(e);case 2:return t.nextTick((function(){e.call(null,n)}));case 3:return t.nextTick((function(){e.call(null,n,r)}));case 4:return t.nextTick((function(){e.call(null,n,r,a)}));default:for(i=new Array(s-1),o=0;o<i.length;)i[o++]=arguments[o];return t.nextTick((function(){e.apply(null,i)}))}}}:e.exports=t}).call(this,n("../node_modules/process/browser.js"))},"../node_modules/process/browser.js":function(e,t){var n,r,a=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"===typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"===typeof clearTimeout?clearTimeout:o}catch(e){r=o}}();var l,c=[],d=!1,u=-1;function _(){d&&l&&(d=!1,l.length?c=l.concat(c):u=-1,c.length&&p())}function p(){if(!d){var e=s(_);d=!0;for(var t=c.length;t;){for(l=c,c=[];++u<t;)l&&l[u].run();u=-1,t=c.length}l=null,d=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function m(e,t){this.fun=e,this.array=t}function g(){}a.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new m(e,t)),1!==c.length||d||s(p)},m.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=g,a.addListener=g,a.once=g,a.off=g,a.removeListener=g,a.removeAllListeners=g,a.emit=g,a.prependListener=g,a.prependOnceListener=g,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},"../node_modules/prop-types/factoryWithThrowingShims.js":function(e,t,n){"use strict";var r=n("../node_modules/prop-types/lib/ReactPropTypesSecret.js");function a(){}function i(){}i.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,i,o){if(o!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:a};return n.PropTypes=n,n}},"../node_modules/prop-types/index.js":function(e,t,n){e.exports=n("../node_modules/prop-types/factoryWithThrowingShims.js")()},"../node_modules/prop-types/lib/ReactPropTypesSecret.js":function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},"../node_modules/react-dom/cjs/react-dom.production.min.js":function(e,t,n){"use strict";var r=n("../node_modules/react/index.js"),a=n("../node_modules/object-assign/index.js"),i=n("../node_modules/scheduler/index.js");function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!r)throw Error(o(227));function s(e,t,n,r,a,i,o,s,l){var c=Array.prototype.slice.call(arguments,3);try{t.apply(n,c)}catch(d){this.onError(d)}}var l=!1,c=null,d=!1,u=null,_={onError:function(e){l=!0,c=e}};function p(e,t,n,r,a,i,o,d,u){l=!1,c=null,s.apply(_,arguments)}var m=null,g=null,f=null;function h(e,t,n){var r=e.type||"unknown-event";e.currentTarget=f(n),function(e,t,n,r,a,i,s,_,m){if(p.apply(this,arguments),l){if(!l)throw Error(o(198));var g=c;l=!1,c=null,d||(d=!0,u=g)}}(r,t,void 0,e),e.currentTarget=null}var E=null,S={};function b(){if(E)for(var e in S){var t=S[e],n=E.indexOf(e);if(!(-1<n))throw Error(o(96,e));if(!v[n]){if(!t.extractEvents)throw Error(o(97,e));for(var r in v[n]=t,n=t.eventTypes){var a=void 0,i=n[r],s=t,l=r;if(y.hasOwnProperty(l))throw Error(o(99,l));y[l]=i;var c=i.phasedRegistrationNames;if(c){for(a in c)c.hasOwnProperty(a)&&T(c[a],s,l);a=!0}else i.registrationName?(T(i.registrationName,s,l),a=!0):a=!1;if(!a)throw Error(o(98,r,e))}}}}function T(e,t,n){if(C[e])throw Error(o(100,e));C[e]=t,O[e]=t.eventTypes[n].dependencies}var v=[],y={},C={},O={};function N(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var r=e[t];if(!S.hasOwnProperty(t)||S[t]!==r){if(S[t])throw Error(o(102,t));S[t]=r,n=!0}}n&&b()}var R=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),I=null,A=null,w=null;function x(e){if(e=g(e)){if("function"!==typeof I)throw Error(o(280));var t=e.stateNode;t&&(t=m(t),I(e.stateNode,e.type,t))}}function D(e){A?w?w.push(e):w=[e]:A=e}function M(){if(A){var e=A,t=w;if(w=A=null,x(e),t)for(e=0;e<t.length;e++)x(t[e])}}function L(e,t){return e(t)}function P(e,t,n,r,a){return e(t,n,r,a)}function k(){}var j=L,U=!1,F=!1;function B(){null===A&&null===w||(k(),M())}function G(e,t,n){if(F)return e(t,n);F=!0;try{return j(e,t,n)}finally{F=!1,B()}}var Y=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,H=Object.prototype.hasOwnProperty,V={},z={};function q(e,t,n,r,a,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var W={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){W[e]=new q(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];W[t]=new q(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){W[e]=new q(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){W[e]=new q(e,2,!1,e,null,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){W[e]=new q(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){W[e]=new q(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){W[e]=new q(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){W[e]=new q(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){W[e]=new q(e,5,!1,e.toLowerCase(),null,!1)}));var K=/[\-:]([a-z])/g;function Q(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(K,Q);W[t]=new q(t,1,!1,e,null,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(K,Q);W[t]=new q(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(K,Q);W[t]=new q(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){W[e]=new q(e,1,!1,e.toLowerCase(),null,!1)})),W.xlinkHref=new q("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){W[e]=new q(e,1,!1,e.toLowerCase(),null,!0)}));var $=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function X(e,t,n,r){var a=W.hasOwnProperty(t)?W[t]:null;(null!==a?0===a.type:!r&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(function(e,t,n,r){if(null===t||"undefined"===typeof t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,a,r)&&(n=null),r||null===a?function(e){return!!H.call(z,e)||!H.call(V,e)&&(Y.test(e)?z[e]=!0:(V[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):a.mustUseProperty?e[a.propertyName]=null===n?3!==a.type&&"":n:(t=a.attributeName,r=a.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(a=a.type)||4===a&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}$.hasOwnProperty("ReactCurrentDispatcher")||($.ReactCurrentDispatcher={current:null}),$.hasOwnProperty("ReactCurrentBatchConfig")||($.ReactCurrentBatchConfig={suspense:null});var Z=/^(.*)[\\\/]/,J="function"===typeof Symbol&&Symbol.for,ee=J?Symbol.for("react.element"):60103,te=J?Symbol.for("react.portal"):60106,ne=J?Symbol.for("react.fragment"):60107,re=J?Symbol.for("react.strict_mode"):60108,ae=J?Symbol.for("react.profiler"):60114,ie=J?Symbol.for("react.provider"):60109,oe=J?Symbol.for("react.context"):60110,se=J?Symbol.for("react.concurrent_mode"):60111,le=J?Symbol.for("react.forward_ref"):60112,ce=J?Symbol.for("react.suspense"):60113,de=J?Symbol.for("react.suspense_list"):60120,ue=J?Symbol.for("react.memo"):60115,_e=J?Symbol.for("react.lazy"):60116,pe=J?Symbol.for("react.block"):60121,me="function"===typeof Symbol&&Symbol.iterator;function ge(e){return null===e||"object"!==typeof e?null:"function"===typeof(e=me&&e[me]||e["@@iterator"])?e:null}function fe(e){if(null==e)return null;if("function"===typeof e)return e.displayName||e.name||null;if("string"===typeof e)return e;switch(e){case ne:return"Fragment";case te:return"Portal";case ae:return"Profiler";case re:return"StrictMode";case ce:return"Suspense";case de:return"SuspenseList"}if("object"===typeof e)switch(e.$$typeof){case oe:return"Context.Consumer";case ie:return"Context.Provider";case le:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case ue:return fe(e.type);case pe:return fe(e.render);case _e:if(e=1===e._status?e._result:null)return fe(e)}return null}function he(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var n="";break e;default:var r=e._debugOwner,a=e._debugSource,i=fe(e.type);n=null,r&&(n=fe(r.type)),r=i,i="",a?i=" (at "+a.fileName.replace(Z,"")+":"+a.lineNumber+")":n&&(i=" (created by "+n+")"),n="\n    in "+(r||"Unknown")+i}t+=n,e=e.return}while(e);return t}function Ee(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function Se(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function be(e){e._valueTracker||(e._valueTracker=function(e){var t=Se(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&"undefined"!==typeof n&&"function"===typeof n.get&&"function"===typeof n.set){var a=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(e){r=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Te(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=Se(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function ve(e,t){var n=t.checked;return a({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function ye(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=Ee(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function Ce(e,t){null!=(t=t.checked)&&X(e,"checked",t,!1)}function Oe(e,t){Ce(e,t);var n=Ee(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?Re(e,t.type,n):t.hasOwnProperty("defaultValue")&&Re(e,t.type,Ee(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Ne(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function Re(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function Ie(e,t){return e=a({children:void 0},t),(t=function(e){var t="";return r.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(t.children))&&(e.children=t),e}function Ae(e,t,n,r){if(e=e.options,t){t={};for(var a=0;a<n.length;a++)t["$"+n[a]]=!0;for(n=0;n<e.length;n++)a=t.hasOwnProperty("$"+e[n].value),e[n].selected!==a&&(e[n].selected=a),a&&r&&(e[n].defaultSelected=!0)}else{for(n=""+Ee(n),t=null,a=0;a<e.length;a++){if(e[a].value===n)return e[a].selected=!0,void(r&&(e[a].defaultSelected=!0));null!==t||e[a].disabled||(t=e[a])}null!==t&&(t.selected=!0)}}function we(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(o(91));return a({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function xe(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(o(92));if(Array.isArray(n)){if(!(1>=n.length))throw Error(o(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:Ee(n)}}function De(e,t){var n=Ee(t.value),r=Ee(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function Me(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var Le="http://www.w3.org/1999/xhtml",Pe="http://www.w3.org/2000/svg";function ke(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function je(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?ke(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var Ue,Fe=function(e){return"undefined"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,r,a){MSApp.execUnsafeLocalFunction((function(){return e(t,n)}))}:e}((function(e,t){if(e.namespaceURI!==Pe||"innerHTML"in e)e.innerHTML=t;else{for((Ue=Ue||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Ue.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}));function Be(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}function Ge(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Ye={animationend:Ge("Animation","AnimationEnd"),animationiteration:Ge("Animation","AnimationIteration"),animationstart:Ge("Animation","AnimationStart"),transitionend:Ge("Transition","TransitionEnd")},He={},Ve={};function ze(e){if(He[e])return He[e];if(!Ye[e])return e;var t,n=Ye[e];for(t in n)if(n.hasOwnProperty(t)&&t in Ve)return He[e]=n[t];return e}R&&(Ve=document.createElement("div").style,"AnimationEvent"in window||(delete Ye.animationend.animation,delete Ye.animationiteration.animation,delete Ye.animationstart.animation),"TransitionEvent"in window||delete Ye.transitionend.transition);var qe=ze("animationend"),We=ze("animationiteration"),Ke=ze("animationstart"),Qe=ze("transitionend"),$e="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Xe=new("function"===typeof WeakMap?WeakMap:Map);function Ze(e){var t=Xe.get(e);return void 0===t&&(t=new Map,Xe.set(e,t)),t}function Je(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!==(1026&(t=e).effectTag)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function et(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function tt(e){if(Je(e)!==e)throw Error(o(188))}function nt(e){if(!(e=function(e){var t=e.alternate;if(!t){if(null===(t=Je(e)))throw Error(o(188));return t!==e?null:e}for(var n=e,r=t;;){var a=n.return;if(null===a)break;var i=a.alternate;if(null===i){if(null!==(r=a.return)){n=r;continue}break}if(a.child===i.child){for(i=a.child;i;){if(i===n)return tt(a),e;if(i===r)return tt(a),t;i=i.sibling}throw Error(o(188))}if(n.return!==r.return)n=a,r=i;else{for(var s=!1,l=a.child;l;){if(l===n){s=!0,n=a,r=i;break}if(l===r){s=!0,r=a,n=i;break}l=l.sibling}if(!s){for(l=i.child;l;){if(l===n){s=!0,n=i,r=a;break}if(l===r){s=!0,r=i,n=a;break}l=l.sibling}if(!s)throw Error(o(189))}}if(n.alternate!==r)throw Error(o(190))}if(3!==n.tag)throw Error(o(188));return n.stateNode.current===n?e:t}(e)))return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}function rt(e,t){if(null==t)throw Error(o(30));return null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function at(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var it=null;function ot(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)h(e,t[r],n[r]);else t&&h(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function st(e){if(null!==e&&(it=rt(it,e)),e=it,it=null,e){if(at(e,ot),it)throw Error(o(95));if(d)throw e=u,d=!1,u=null,e}}function lt(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function ct(e){if(!R)return!1;var t=(e="on"+e)in document;return t||((t=document.createElement("div")).setAttribute(e,"return;"),t="function"===typeof t[e]),t}var dt=[];function ut(e){e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>dt.length&&dt.push(e)}function _t(e,t,n,r){if(dt.length){var a=dt.pop();return a.topLevelType=e,a.eventSystemFlags=r,a.nativeEvent=t,a.targetInst=n,a}return{topLevelType:e,eventSystemFlags:r,nativeEvent:t,targetInst:n,ancestors:[]}}function pt(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);break}var r=n;if(3===r.tag)r=r.stateNode.containerInfo;else{for(;r.return;)r=r.return;r=3!==r.tag?null:r.stateNode.containerInfo}if(!r)break;5!==(t=n.tag)&&6!==t||e.ancestors.push(n),n=Rn(r)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var a=lt(e.nativeEvent);r=e.topLevelType;var i=e.nativeEvent,o=e.eventSystemFlags;0===n&&(o|=64);for(var s=null,l=0;l<v.length;l++){var c=v[l];c&&(c=c.extractEvents(r,t,i,a,o))&&(s=rt(s,c))}st(s)}}function mt(e,t,n){if(!n.has(e)){switch(e){case"scroll":Kt(t,"scroll",!0);break;case"focus":case"blur":Kt(t,"focus",!0),Kt(t,"blur",!0),n.set("blur",null),n.set("focus",null);break;case"cancel":case"close":ct(e)&&Kt(t,e,!0);break;case"invalid":case"submit":case"reset":break;default:-1===$e.indexOf(e)&&Wt(e,t)}n.set(e,null)}}var gt,ft,ht,Et=!1,St=[],bt=null,Tt=null,vt=null,yt=new Map,Ct=new Map,Ot=[],Nt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),Rt="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function It(e,t,n,r,a){return{blockedOn:e,topLevelType:t,eventSystemFlags:32|n,nativeEvent:a,container:r}}function At(e,t){switch(e){case"focus":case"blur":bt=null;break;case"dragenter":case"dragleave":Tt=null;break;case"mouseover":case"mouseout":vt=null;break;case"pointerover":case"pointerout":yt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ct.delete(t.pointerId)}}function wt(e,t,n,r,a,i){return null===e||e.nativeEvent!==i?(e=It(t,n,r,a,i),null!==t&&(null!==(t=In(t))&&ft(t)),e):(e.eventSystemFlags|=r,e)}function xt(e){var t=Rn(e.target);if(null!==t){var n=Je(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=et(n)))return e.blockedOn=t,void i.unstable_runWithPriority(e.priority,(function(){ht(n)}))}else if(3===t&&n.stateNode.hydrate)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Dt(e){if(null!==e.blockedOn)return!1;var t=Zt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);if(null!==t){var n=In(t);return null!==n&&ft(n),e.blockedOn=t,!1}return!0}function Mt(e,t,n){Dt(e)&&n.delete(t)}function Lt(){for(Et=!1;0<St.length;){var e=St[0];if(null!==e.blockedOn){null!==(e=In(e.blockedOn))&&gt(e);break}var t=Zt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);null!==t?e.blockedOn=t:St.shift()}null!==bt&&Dt(bt)&&(bt=null),null!==Tt&&Dt(Tt)&&(Tt=null),null!==vt&&Dt(vt)&&(vt=null),yt.forEach(Mt),Ct.forEach(Mt)}function Pt(e,t){e.blockedOn===t&&(e.blockedOn=null,Et||(Et=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Lt)))}function kt(e){function t(t){return Pt(t,e)}if(0<St.length){Pt(St[0],e);for(var n=1;n<St.length;n++){var r=St[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==bt&&Pt(bt,e),null!==Tt&&Pt(Tt,e),null!==vt&&Pt(vt,e),yt.forEach(t),Ct.forEach(t),n=0;n<Ot.length;n++)(r=Ot[n]).blockedOn===e&&(r.blockedOn=null);for(;0<Ot.length&&null===(n=Ot[0]).blockedOn;)xt(n),null===n.blockedOn&&Ot.shift()}var jt={},Ut=new Map,Ft=new Map,Bt=["abort","abort",qe,"animationEnd",We,"animationIteration",Ke,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Qe,"transitionEnd","waiting","waiting"];function Gt(e,t){for(var n=0;n<e.length;n+=2){var r=e[n],a=e[n+1],i="on"+(a[0].toUpperCase()+a.slice(1));i={phasedRegistrationNames:{bubbled:i,captured:i+"Capture"},dependencies:[r],eventPriority:t},Ft.set(r,t),Ut.set(r,i),jt[a]=i}}Gt("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Gt("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Gt(Bt,2);for(var Yt="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),Ht=0;Ht<Yt.length;Ht++)Ft.set(Yt[Ht],0);var Vt=i.unstable_UserBlockingPriority,zt=i.unstable_runWithPriority,qt=!0;function Wt(e,t){Kt(t,e,!1)}function Kt(e,t,n){var r=Ft.get(t);switch(void 0===r?2:r){case 0:r=Qt.bind(null,t,1,e);break;case 1:r=$t.bind(null,t,1,e);break;default:r=Xt.bind(null,t,1,e)}n?e.addEventListener(t,r,!0):e.addEventListener(t,r,!1)}function Qt(e,t,n,r){U||k();var a=Xt,i=U;U=!0;try{P(a,e,t,n,r)}finally{(U=i)||B()}}function $t(e,t,n,r){zt(Vt,Xt.bind(null,e,t,n,r))}function Xt(e,t,n,r){if(qt)if(0<St.length&&-1<Nt.indexOf(e))e=It(null,e,t,n,r),St.push(e);else{var a=Zt(e,t,n,r);if(null===a)At(e,r);else if(-1<Nt.indexOf(e))e=It(a,e,t,n,r),St.push(e);else if(!function(e,t,n,r,a){switch(t){case"focus":return bt=wt(bt,e,t,n,r,a),!0;case"dragenter":return Tt=wt(Tt,e,t,n,r,a),!0;case"mouseover":return vt=wt(vt,e,t,n,r,a),!0;case"pointerover":var i=a.pointerId;return yt.set(i,wt(yt.get(i)||null,e,t,n,r,a)),!0;case"gotpointercapture":return i=a.pointerId,Ct.set(i,wt(Ct.get(i)||null,e,t,n,r,a)),!0}return!1}(a,e,t,n,r)){At(e,r),e=_t(e,r,null,t);try{G(pt,e)}finally{ut(e)}}}}function Zt(e,t,n,r){if(null!==(n=Rn(n=lt(r)))){var a=Je(n);if(null===a)n=null;else{var i=a.tag;if(13===i){if(null!==(n=et(a)))return n;n=null}else if(3===i){if(a.stateNode.hydrate)return 3===a.tag?a.stateNode.containerInfo:null;n=null}else a!==n&&(n=null)}}e=_t(e,r,n,t);try{G(pt,e)}finally{ut(e)}return null}var Jt={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},en=["Webkit","ms","Moz","O"];function tn(e,t,n){return null==t||"boolean"===typeof t||""===t?"":n||"number"!==typeof t||0===t||Jt.hasOwnProperty(e)&&Jt[e]?(""+t).trim():t+"px"}function nn(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),a=tn(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,a):e[n]=a}}Object.keys(Jt).forEach((function(e){en.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Jt[t]=Jt[e]}))}));var rn=a({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function an(e,t){if(t){if(rn[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(o(137,e,""));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(o(60));if("object"!==typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(o(61))}if(null!=t.style&&"object"!==typeof t.style)throw Error(o(62,""))}}function on(e,t){if(-1===e.indexOf("-"))return"string"===typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var sn=Le;function ln(e,t){var n=Ze(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=O[t];for(var r=0;r<t.length;r++)mt(t[r],e,n)}function cn(){}function dn(e){if("undefined"===typeof(e=e||("undefined"!==typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(ql){return e.body}}function un(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function _n(e,t){var n,r=un(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=un(r)}}function pn(){for(var e=window,t=dn();t instanceof e.HTMLIFrameElement;){try{var n="string"===typeof t.contentWindow.location.href}catch(r){n=!1}if(!n)break;t=dn((e=t.contentWindow).document)}return t}function mn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var gn=null,fn=null;function hn(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function En(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"===typeof t.children||"number"===typeof t.children||"object"===typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var Sn="function"===typeof setTimeout?setTimeout:void 0,bn="function"===typeof clearTimeout?clearTimeout:void 0;function Tn(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}function vn(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var yn=Math.random().toString(36).slice(2),Cn="__reactInternalInstance$"+yn,On="__reactEventHandlers$"+yn,Nn="__reactContainere$"+yn;function Rn(e){var t=e[Cn];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Nn]||n[Cn]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=vn(e);null!==e;){if(n=e[Cn])return n;e=vn(e)}return t}n=(e=n).parentNode}return null}function In(e){return!(e=e[Cn]||e[Nn])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function An(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(o(33))}function wn(e){return e[On]||null}function xn(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function Dn(e,t){var n=e.stateNode;if(!n)return null;var r=m(n);if(!r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!==typeof n)throw Error(o(231,t,typeof n));return n}function Mn(e,t,n){(t=Dn(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=rt(n._dispatchListeners,t),n._dispatchInstances=rt(n._dispatchInstances,e))}function Ln(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=xn(t);for(t=n.length;0<t--;)Mn(n[t],"captured",e);for(t=0;t<n.length;t++)Mn(n[t],"bubbled",e)}}function Pn(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=Dn(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=rt(n._dispatchListeners,t),n._dispatchInstances=rt(n._dispatchInstances,e))}function kn(e){e&&e.dispatchConfig.registrationName&&Pn(e._targetInst,null,e)}function jn(e){at(e,Ln)}var Un=null,Fn=null,Bn=null;function Gn(){if(Bn)return Bn;var e,t,n=Fn,r=n.length,a="value"in Un?Un.value:Un.textContent,i=a.length;for(e=0;e<r&&n[e]===a[e];e++);var o=r-e;for(t=1;t<=o&&n[r-t]===a[i-t];t++);return Bn=a.slice(e,1<t?1-t:void 0)}function Yn(){return!0}function Hn(){return!1}function Vn(e,t,n,r){for(var a in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n,e=this.constructor.Interface)e.hasOwnProperty(a)&&((t=e[a])?this[a]=t(n):"target"===a?this.target=r:this[a]=n[a]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?Yn:Hn,this.isPropagationStopped=Hn,this}function zn(e,t,n,r){if(this.eventPool.length){var a=this.eventPool.pop();return this.call(a,e,t,n,r),a}return new this(e,t,n,r)}function qn(e){if(!(e instanceof this))throw Error(o(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function Wn(e){e.eventPool=[],e.getPooled=zn,e.release=qn}a(Vn.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!==typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=Yn)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!==typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=Yn)},persist:function(){this.isPersistent=Yn},isPersistent:Hn,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=Hn,this._dispatchInstances=this._dispatchListeners=null}}),Vn.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},Vn.extend=function(e){function t(){}function n(){return r.apply(this,arguments)}var r=this;t.prototype=r.prototype;var i=new t;return a(i,n.prototype),n.prototype=i,n.prototype.constructor=n,n.Interface=a({},r.Interface,e),n.extend=r.extend,Wn(n),n},Wn(Vn);var Kn=Vn.extend({data:null}),Qn=Vn.extend({data:null}),$n=[9,13,27,32],Xn=R&&"CompositionEvent"in window,Zn=null;R&&"documentMode"in document&&(Zn=document.documentMode);var Jn=R&&"TextEvent"in window&&!Zn,er=R&&(!Xn||Zn&&8<Zn&&11>=Zn),tr=String.fromCharCode(32),nr={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},rr=!1;function ar(e,t){switch(e){case"keyup":return-1!==$n.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function ir(e){return"object"===typeof(e=e.detail)&&"data"in e?e.data:null}var or=!1;var sr={eventTypes:nr,extractEvents:function(e,t,n,r){var a;if(Xn)e:{switch(e){case"compositionstart":var i=nr.compositionStart;break e;case"compositionend":i=nr.compositionEnd;break e;case"compositionupdate":i=nr.compositionUpdate;break e}i=void 0}else or?ar(e,n)&&(i=nr.compositionEnd):"keydown"===e&&229===n.keyCode&&(i=nr.compositionStart);return i?(er&&"ko"!==n.locale&&(or||i!==nr.compositionStart?i===nr.compositionEnd&&or&&(a=Gn()):(Fn="value"in(Un=r)?Un.value:Un.textContent,or=!0)),i=Kn.getPooled(i,t,n,r),a?i.data=a:null!==(a=ir(n))&&(i.data=a),jn(i),a=i):a=null,(e=Jn?function(e,t){switch(e){case"compositionend":return ir(t);case"keypress":return 32!==t.which?null:(rr=!0,tr);case"textInput":return(e=t.data)===tr&&rr?null:e;default:return null}}(e,n):function(e,t){if(or)return"compositionend"===e||!Xn&&ar(e,t)?(e=Gn(),Bn=Fn=Un=null,or=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return er&&"ko"!==t.locale?null:t.data;default:return null}}(e,n))?((t=Qn.getPooled(nr.beforeInput,t,n,r)).data=e,jn(t)):t=null,null===a?t:null===t?a:[a,t]}},lr={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function cr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!lr[e.type]:"textarea"===t}var dr={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function ur(e,t,n){return(e=Vn.getPooled(dr.change,e,t,n)).type="change",D(n),jn(e),e}var _r=null,pr=null;function mr(e){st(e)}function gr(e){if(Te(An(e)))return e}function fr(e,t){if("change"===e)return t}var hr=!1;function Er(){_r&&(_r.detachEvent("onpropertychange",Sr),pr=_r=null)}function Sr(e){if("value"===e.propertyName&&gr(pr))if(e=ur(pr,e,lt(e)),U)st(e);else{U=!0;try{L(mr,e)}finally{U=!1,B()}}}function br(e,t,n){"focus"===e?(Er(),pr=n,(_r=t).attachEvent("onpropertychange",Sr)):"blur"===e&&Er()}function Tr(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return gr(pr)}function vr(e,t){if("click"===e)return gr(t)}function yr(e,t){if("input"===e||"change"===e)return gr(t)}R&&(hr=ct("input")&&(!document.documentMode||9<document.documentMode));var Cr={eventTypes:dr,_isInputEventSupported:hr,extractEvents:function(e,t,n,r){var a=t?An(t):window,i=a.nodeName&&a.nodeName.toLowerCase();if("select"===i||"input"===i&&"file"===a.type)var o=fr;else if(cr(a))if(hr)o=yr;else{o=Tr;var s=br}else(i=a.nodeName)&&"input"===i.toLowerCase()&&("checkbox"===a.type||"radio"===a.type)&&(o=vr);if(o&&(o=o(e,t)))return ur(o,n,r);s&&s(e,a,t),"blur"===e&&(e=a._wrapperState)&&e.controlled&&"number"===a.type&&Re(a,"number",a.value)}},Or=Vn.extend({view:null,detail:null}),Nr={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Rr(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=Nr[e])&&!!t[e]}function Ir(){return Rr}var Ar=0,wr=0,xr=!1,Dr=!1,Mr=Or.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Ir,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=Ar;return Ar=e.screenX,xr?"mousemove"===e.type?e.screenX-t:0:(xr=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=wr;return wr=e.screenY,Dr?"mousemove"===e.type?e.screenY-t:0:(Dr=!0,0)}}),Lr=Mr.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Pr={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},kr={eventTypes:Pr,extractEvents:function(e,t,n,r,a){var i="mouseover"===e||"pointerover"===e,o="mouseout"===e||"pointerout"===e;if(i&&0===(32&a)&&(n.relatedTarget||n.fromElement)||!o&&!i)return null;(i=r.window===r?r:(i=r.ownerDocument)?i.defaultView||i.parentWindow:window,o)?(o=t,null!==(t=(t=n.relatedTarget||n.toElement)?Rn(t):null)&&(t!==Je(t)||5!==t.tag&&6!==t.tag)&&(t=null)):o=null;if(o===t)return null;if("mouseout"===e||"mouseover"===e)var s=Mr,l=Pr.mouseLeave,c=Pr.mouseEnter,d="mouse";else"pointerout"!==e&&"pointerover"!==e||(s=Lr,l=Pr.pointerLeave,c=Pr.pointerEnter,d="pointer");if(e=null==o?i:An(o),i=null==t?i:An(t),(l=s.getPooled(l,o,n,r)).type=d+"leave",l.target=e,l.relatedTarget=i,(n=s.getPooled(c,t,n,r)).type=d+"enter",n.target=i,n.relatedTarget=e,d=t,(r=o)&&d)e:{for(c=d,o=0,e=s=r;e;e=xn(e))o++;for(e=0,t=c;t;t=xn(t))e++;for(;0<o-e;)s=xn(s),o--;for(;0<e-o;)c=xn(c),e--;for(;o--;){if(s===c||s===c.alternate)break e;s=xn(s),c=xn(c)}s=null}else s=null;for(c=s,s=[];r&&r!==c&&(null===(o=r.alternate)||o!==c);)s.push(r),r=xn(r);for(r=[];d&&d!==c&&(null===(o=d.alternate)||o!==c);)r.push(d),d=xn(d);for(d=0;d<s.length;d++)Pn(s[d],"bubbled",l);for(d=r.length;0<d--;)Pn(r[d],"captured",n);return 0===(64&a)?[l]:[l,n]}};var jr="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},Ur=Object.prototype.hasOwnProperty;function Fr(e,t){if(jr(e,t))return!0;if("object"!==typeof e||null===e||"object"!==typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++)if(!Ur.call(t,n[r])||!jr(e[n[r]],t[n[r]]))return!1;return!0}var Br=R&&"documentMode"in document&&11>=document.documentMode,Gr={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Yr=null,Hr=null,Vr=null,zr=!1;function qr(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return zr||null==Yr||Yr!==dn(n)?null:("selectionStart"in(n=Yr)&&mn(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},Vr&&Fr(Vr,n)?null:(Vr=n,(e=Vn.getPooled(Gr.select,Hr,e,t)).type="select",e.target=Yr,jn(e),e))}var Wr={eventTypes:Gr,extractEvents:function(e,t,n,r,a,i){if(!(i=!(a=i||(r.window===r?r.document:9===r.nodeType?r:r.ownerDocument)))){e:{a=Ze(a),i=O.onSelect;for(var o=0;o<i.length;o++)if(!a.has(i[o])){a=!1;break e}a=!0}i=!a}if(i)return null;switch(a=t?An(t):window,e){case"focus":(cr(a)||"true"===a.contentEditable)&&(Yr=a,Hr=t,Vr=null);break;case"blur":Vr=Hr=Yr=null;break;case"mousedown":zr=!0;break;case"contextmenu":case"mouseup":case"dragend":return zr=!1,qr(n,r);case"selectionchange":if(Br)break;case"keydown":case"keyup":return qr(n,r)}return null}},Kr=Vn.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Qr=Vn.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),$r=Or.extend({relatedTarget:null});function Xr(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}var Zr={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Jr={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},ea=Or.extend({key:function(e){if(e.key){var t=Zr[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=Xr(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?Jr[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Ir,charCode:function(e){return"keypress"===e.type?Xr(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Xr(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),ta=Mr.extend({dataTransfer:null}),na=Or.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Ir}),ra=Vn.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),aa=Mr.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),ia={eventTypes:jt,extractEvents:function(e,t,n,r){var a=Ut.get(e);if(!a)return null;switch(e){case"keypress":if(0===Xr(n))return null;case"keydown":case"keyup":e=ea;break;case"blur":case"focus":e=$r;break;case"click":if(2===n.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=Mr;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=ta;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=na;break;case qe:case We:case Ke:e=Kr;break;case Qe:e=ra;break;case"scroll":e=Or;break;case"wheel":e=aa;break;case"copy":case"cut":case"paste":e=Qr;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=Lr;break;default:e=Vn}return jn(t=e.getPooled(a,t,n,r)),t}};if(E)throw Error(o(101));E=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),b(),m=wn,g=In,f=An,N({SimpleEventPlugin:ia,EnterLeaveEventPlugin:kr,ChangeEventPlugin:Cr,SelectEventPlugin:Wr,BeforeInputEventPlugin:sr});var oa=[],sa=-1;function la(e){0>sa||(e.current=oa[sa],oa[sa]=null,sa--)}function ca(e,t){sa++,oa[sa]=e.current,e.current=t}var da={},ua={current:da},_a={current:!1},pa=da;function ma(e,t){var n=e.type.contextTypes;if(!n)return da;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var a,i={};for(a in n)i[a]=t[a];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function ga(e){return null!==(e=e.childContextTypes)&&void 0!==e}function fa(){la(_a),la(ua)}function ha(e,t,n){if(ua.current!==da)throw Error(o(168));ca(ua,t),ca(_a,n)}function Ea(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,"function"!==typeof r.getChildContext)return n;for(var i in r=r.getChildContext())if(!(i in e))throw Error(o(108,fe(t)||"Unknown",i));return a({},n,{},r)}function Sa(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||da,pa=ua.current,ca(ua,e),ca(_a,_a.current),!0}function ba(e,t,n){var r=e.stateNode;if(!r)throw Error(o(169));n?(e=Ea(e,t,pa),r.__reactInternalMemoizedMergedChildContext=e,la(_a),la(ua),ca(ua,e)):la(_a),ca(_a,n)}var Ta=i.unstable_runWithPriority,va=i.unstable_scheduleCallback,ya=i.unstable_cancelCallback,Ca=i.unstable_requestPaint,Oa=i.unstable_now,Na=i.unstable_getCurrentPriorityLevel,Ra=i.unstable_ImmediatePriority,Ia=i.unstable_UserBlockingPriority,Aa=i.unstable_NormalPriority,wa=i.unstable_LowPriority,xa=i.unstable_IdlePriority,Da={},Ma=i.unstable_shouldYield,La=void 0!==Ca?Ca:function(){},Pa=null,ka=null,ja=!1,Ua=Oa(),Fa=1e4>Ua?Oa:function(){return Oa()-Ua};function Ba(){switch(Na()){case Ra:return 99;case Ia:return 98;case Aa:return 97;case wa:return 96;case xa:return 95;default:throw Error(o(332))}}function Ga(e){switch(e){case 99:return Ra;case 98:return Ia;case 97:return Aa;case 96:return wa;case 95:return xa;default:throw Error(o(332))}}function Ya(e,t){return e=Ga(e),Ta(e,t)}function Ha(e,t,n){return e=Ga(e),va(e,t,n)}function Va(e){return null===Pa?(Pa=[e],ka=va(Ra,qa)):Pa.push(e),Da}function za(){if(null!==ka){var e=ka;ka=null,ya(e)}qa()}function qa(){if(!ja&&null!==Pa){ja=!0;var e=0;try{var t=Pa;Ya(99,(function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}})),Pa=null}catch(n){throw null!==Pa&&(Pa=Pa.slice(e+1)),va(Ra,za),n}finally{ja=!1}}}function Wa(e,t,n){return 1073741821-(1+((1073741821-e+t/10)/(n/=10)|0))*n}function Ka(e,t){if(e&&e.defaultProps)for(var n in t=a({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}var Qa={current:null},$a=null,Xa=null,Za=null;function Ja(){Za=Xa=$a=null}function ei(e){var t=Qa.current;la(Qa),e.type._context._currentValue=t}function ti(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t);else{if(!(null!==n&&n.childExpirationTime<t))break;n.childExpirationTime=t}e=e.return}}function ni(e,t){$a=e,Za=Xa=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(wo=!0),e.firstContext=null)}function ri(e,t){if(Za!==e&&!1!==t&&0!==t)if("number"===typeof t&&1073741823!==t||(Za=e,t=1073741823),t={context:e,observedBits:t,next:null},null===Xa){if(null===$a)throw Error(o(308));Xa=t,$a.dependencies={expirationTime:0,firstContext:t,responders:null}}else Xa=Xa.next=t;return e._currentValue}var ai=!1;function ii(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}function oi(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,baseQueue:e.baseQueue,shared:e.shared,effects:e.effects})}function si(e,t){return(e={expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null}).next=e}function li(e,t){if(null!==(e=e.updateQueue)){var n=(e=e.shared).pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}}function ci(e,t){var n=e.alternate;null!==n&&oi(n,e),null===(n=(e=e.updateQueue).baseQueue)?(e.baseQueue=t.next=t,t.next=t):(t.next=n.next,n.next=t)}function di(e,t,n,r){var i=e.updateQueue;ai=!1;var o=i.baseQueue,s=i.shared.pending;if(null!==s){if(null!==o){var l=o.next;o.next=s.next,s.next=l}o=s,i.shared.pending=null,null!==(l=e.alternate)&&(null!==(l=l.updateQueue)&&(l.baseQueue=s))}if(null!==o){l=o.next;var c=i.baseState,d=0,u=null,_=null,p=null;if(null!==l)for(var m=l;;){if((s=m.expirationTime)<r){var g={expirationTime:m.expirationTime,suspenseConfig:m.suspenseConfig,tag:m.tag,payload:m.payload,callback:m.callback,next:null};null===p?(_=p=g,u=c):p=p.next=g,s>d&&(d=s)}else{null!==p&&(p=p.next={expirationTime:1073741823,suspenseConfig:m.suspenseConfig,tag:m.tag,payload:m.payload,callback:m.callback,next:null}),il(s,m.suspenseConfig);e:{var f=e,h=m;switch(s=t,g=n,h.tag){case 1:if("function"===typeof(f=h.payload)){c=f.call(g,c,s);break e}c=f;break e;case 3:f.effectTag=-4097&f.effectTag|64;case 0:if(null===(s="function"===typeof(f=h.payload)?f.call(g,c,s):f)||void 0===s)break e;c=a({},c,s);break e;case 2:ai=!0}}null!==m.callback&&(e.effectTag|=32,null===(s=i.effects)?i.effects=[m]:s.push(m))}if(null===(m=m.next)||m===l){if(null===(s=i.shared.pending))break;m=o.next=s.next,s.next=l,i.baseQueue=o=s,i.shared.pending=null}}null===p?u=c:p.next=_,i.baseState=u,i.baseQueue=p,ol(d),e.expirationTime=d,e.memoizedState=c}}function ui(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],a=r.callback;if(null!==a){if(r.callback=null,r=a,a=n,"function"!==typeof r)throw Error(o(191,r));r.call(a)}}}var _i=$.ReactCurrentBatchConfig,pi=(new r.Component).refs;function mi(e,t,n,r){n=null===(n=n(r,t=e.memoizedState))||void 0===n?t:a({},t,n),e.memoizedState=n,0===e.expirationTime&&(e.updateQueue.baseState=n)}var gi={isMounted:function(e){return!!(e=e._reactInternalFiber)&&Je(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var r=qs(),a=_i.suspense;(a=si(r=Ws(r,e,a),a)).payload=t,void 0!==n&&null!==n&&(a.callback=n),li(e,a),Ks(e,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var r=qs(),a=_i.suspense;(a=si(r=Ws(r,e,a),a)).tag=1,a.payload=t,void 0!==n&&null!==n&&(a.callback=n),li(e,a),Ks(e,r)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=qs(),r=_i.suspense;(r=si(n=Ws(n,e,r),r)).tag=2,void 0!==t&&null!==t&&(r.callback=t),li(e,r),Ks(e,n)}};function fi(e,t,n,r,a,i,o){return"function"===typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,o):!t.prototype||!t.prototype.isPureReactComponent||(!Fr(n,r)||!Fr(a,i))}function hi(e,t,n){var r=!1,a=da,i=t.contextType;return"object"===typeof i&&null!==i?i=ri(i):(a=ga(t)?pa:ua.current,i=(r=null!==(r=t.contextTypes)&&void 0!==r)?ma(e,a):da),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=gi,e.stateNode=t,t._reactInternalFiber=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=i),t}function Ei(e,t,n,r){e=t.state,"function"===typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"===typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&gi.enqueueReplaceState(t,t.state,null)}function Si(e,t,n,r){var a=e.stateNode;a.props=n,a.state=e.memoizedState,a.refs=pi,ii(e);var i=t.contextType;"object"===typeof i&&null!==i?a.context=ri(i):(i=ga(t)?pa:ua.current,a.context=ma(e,i)),di(e,n,a,r),a.state=e.memoizedState,"function"===typeof(i=t.getDerivedStateFromProps)&&(mi(e,t,i,n),a.state=e.memoizedState),"function"===typeof t.getDerivedStateFromProps||"function"===typeof a.getSnapshotBeforeUpdate||"function"!==typeof a.UNSAFE_componentWillMount&&"function"!==typeof a.componentWillMount||(t=a.state,"function"===typeof a.componentWillMount&&a.componentWillMount(),"function"===typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount(),t!==a.state&&gi.enqueueReplaceState(a,a.state,null),di(e,n,a,r),a.state=e.memoizedState),"function"===typeof a.componentDidMount&&(e.effectTag|=4)}var bi=Array.isArray;function Ti(e,t,n){if(null!==(e=n.ref)&&"function"!==typeof e&&"object"!==typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(o(309));var r=n.stateNode}if(!r)throw Error(o(147,e));var a=""+e;return null!==t&&null!==t.ref&&"function"===typeof t.ref&&t.ref._stringRef===a?t.ref:((t=function(e){var t=r.refs;t===pi&&(t=r.refs={}),null===e?delete t[a]:t[a]=e})._stringRef=a,t)}if("string"!==typeof e)throw Error(o(284));if(!n._owner)throw Error(o(290,e))}return e}function vi(e,t){if("textarea"!==e.type)throw Error(o(31,"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,""))}function yi(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function a(e,t){return(e=Nl(e,t)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.effectTag=2,n):r:(t.effectTag=2,n):n}function s(t){return e&&null===t.alternate&&(t.effectTag=2),t}function l(e,t,n,r){return null===t||6!==t.tag?((t=Al(n,e.mode,r)).return=e,t):((t=a(t,n)).return=e,t)}function c(e,t,n,r){return null!==t&&t.elementType===n.type?((r=a(t,n.props)).ref=Ti(e,t,n),r.return=e,r):((r=Rl(n.type,n.key,n.props,null,e.mode,r)).ref=Ti(e,t,n),r.return=e,r)}function d(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=wl(n,e.mode,r)).return=e,t):((t=a(t,n.children||[])).return=e,t)}function u(e,t,n,r,i){return null===t||7!==t.tag?((t=Il(n,e.mode,r,i)).return=e,t):((t=a(t,n)).return=e,t)}function _(e,t,n){if("string"===typeof t||"number"===typeof t)return(t=Al(""+t,e.mode,n)).return=e,t;if("object"===typeof t&&null!==t){switch(t.$$typeof){case ee:return(n=Rl(t.type,t.key,t.props,null,e.mode,n)).ref=Ti(e,null,t),n.return=e,n;case te:return(t=wl(t,e.mode,n)).return=e,t}if(bi(t)||ge(t))return(t=Il(t,e.mode,n,null)).return=e,t;vi(e,t)}return null}function p(e,t,n,r){var a=null!==t?t.key:null;if("string"===typeof n||"number"===typeof n)return null!==a?null:l(e,t,""+n,r);if("object"===typeof n&&null!==n){switch(n.$$typeof){case ee:return n.key===a?n.type===ne?u(e,t,n.props.children,r,a):c(e,t,n,r):null;case te:return n.key===a?d(e,t,n,r):null}if(bi(n)||ge(n))return null!==a?null:u(e,t,n,r,null);vi(e,n)}return null}function m(e,t,n,r,a){if("string"===typeof r||"number"===typeof r)return l(t,e=e.get(n)||null,""+r,a);if("object"===typeof r&&null!==r){switch(r.$$typeof){case ee:return e=e.get(null===r.key?n:r.key)||null,r.type===ne?u(t,e,r.props.children,a,r.key):c(t,e,r,a);case te:return d(t,e=e.get(null===r.key?n:r.key)||null,r,a)}if(bi(r)||ge(r))return u(t,e=e.get(n)||null,r,a,null);vi(t,r)}return null}function g(a,o,s,l){for(var c=null,d=null,u=o,g=o=0,f=null;null!==u&&g<s.length;g++){u.index>g?(f=u,u=null):f=u.sibling;var h=p(a,u,s[g],l);if(null===h){null===u&&(u=f);break}e&&u&&null===h.alternate&&t(a,u),o=i(h,o,g),null===d?c=h:d.sibling=h,d=h,u=f}if(g===s.length)return n(a,u),c;if(null===u){for(;g<s.length;g++)null!==(u=_(a,s[g],l))&&(o=i(u,o,g),null===d?c=u:d.sibling=u,d=u);return c}for(u=r(a,u);g<s.length;g++)null!==(f=m(u,a,g,s[g],l))&&(e&&null!==f.alternate&&u.delete(null===f.key?g:f.key),o=i(f,o,g),null===d?c=f:d.sibling=f,d=f);return e&&u.forEach((function(e){return t(a,e)})),c}function f(a,s,l,c){var d=ge(l);if("function"!==typeof d)throw Error(o(150));if(null==(l=d.call(l)))throw Error(o(151));for(var u=d=null,g=s,f=s=0,h=null,E=l.next();null!==g&&!E.done;f++,E=l.next()){g.index>f?(h=g,g=null):h=g.sibling;var S=p(a,g,E.value,c);if(null===S){null===g&&(g=h);break}e&&g&&null===S.alternate&&t(a,g),s=i(S,s,f),null===u?d=S:u.sibling=S,u=S,g=h}if(E.done)return n(a,g),d;if(null===g){for(;!E.done;f++,E=l.next())null!==(E=_(a,E.value,c))&&(s=i(E,s,f),null===u?d=E:u.sibling=E,u=E);return d}for(g=r(a,g);!E.done;f++,E=l.next())null!==(E=m(g,a,f,E.value,c))&&(e&&null!==E.alternate&&g.delete(null===E.key?f:E.key),s=i(E,s,f),null===u?d=E:u.sibling=E,u=E);return e&&g.forEach((function(e){return t(a,e)})),d}return function(e,r,i,l){var c="object"===typeof i&&null!==i&&i.type===ne&&null===i.key;c&&(i=i.props.children);var d="object"===typeof i&&null!==i;if(d)switch(i.$$typeof){case ee:e:{for(d=i.key,c=r;null!==c;){if(c.key===d){switch(c.tag){case 7:if(i.type===ne){n(e,c.sibling),(r=a(c,i.props.children)).return=e,e=r;break e}break;default:if(c.elementType===i.type){n(e,c.sibling),(r=a(c,i.props)).ref=Ti(e,c,i),r.return=e,e=r;break e}}n(e,c);break}t(e,c),c=c.sibling}i.type===ne?((r=Il(i.props.children,e.mode,l,i.key)).return=e,e=r):((l=Rl(i.type,i.key,i.props,null,e.mode,l)).ref=Ti(e,r,i),l.return=e,e=l)}return s(e);case te:e:{for(c=i.key;null!==r;){if(r.key===c){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling),(r=a(r,i.children||[])).return=e,e=r;break e}n(e,r);break}t(e,r),r=r.sibling}(r=wl(i,e.mode,l)).return=e,e=r}return s(e)}if("string"===typeof i||"number"===typeof i)return i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=a(r,i)).return=e,e=r):(n(e,r),(r=Al(i,e.mode,l)).return=e,e=r),s(e);if(bi(i))return g(e,r,i,l);if(ge(i))return f(e,r,i,l);if(d&&vi(e,i),"undefined"===typeof i&&!c)switch(e.tag){case 1:case 0:throw e=e.type,Error(o(152,e.displayName||e.name||"Component"))}return n(e,r)}}var Ci=yi(!0),Oi=yi(!1),Ni={},Ri={current:Ni},Ii={current:Ni},Ai={current:Ni};function wi(e){if(e===Ni)throw Error(o(174));return e}function xi(e,t){switch(ca(Ai,t),ca(Ii,e),ca(Ri,Ni),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:je(null,"");break;default:t=je(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}la(Ri),ca(Ri,t)}function Di(){la(Ri),la(Ii),la(Ai)}function Mi(e){wi(Ai.current);var t=wi(Ri.current),n=je(t,e.type);t!==n&&(ca(Ii,e),ca(Ri,n))}function Li(e){Ii.current===e&&(la(Ri),la(Ii))}var Pi={current:0};function ki(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!==(64&t.effectTag))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function ji(e,t){return{responder:e,props:t}}var Ui=$.ReactCurrentDispatcher,Fi=$.ReactCurrentBatchConfig,Bi=0,Gi=null,Yi=null,Hi=null,Vi=!1;function zi(){throw Error(o(321))}function qi(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!jr(e[n],t[n]))return!1;return!0}function Wi(e,t,n,r,a,i){if(Bi=i,Gi=t,t.memoizedState=null,t.updateQueue=null,t.expirationTime=0,Ui.current=null===e||null===e.memoizedState?ho:Eo,e=n(r,a),t.expirationTime===Bi){i=0;do{if(t.expirationTime=0,!(25>i))throw Error(o(301));i+=1,Hi=Yi=null,t.updateQueue=null,Ui.current=So,e=n(r,a)}while(t.expirationTime===Bi)}if(Ui.current=fo,t=null!==Yi&&null!==Yi.next,Bi=0,Hi=Yi=Gi=null,Vi=!1,t)throw Error(o(300));return e}function Ki(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===Hi?Gi.memoizedState=Hi=e:Hi=Hi.next=e,Hi}function Qi(){if(null===Yi){var e=Gi.alternate;e=null!==e?e.memoizedState:null}else e=Yi.next;var t=null===Hi?Gi.memoizedState:Hi.next;if(null!==t)Hi=t,Yi=e;else{if(null===e)throw Error(o(310));e={memoizedState:(Yi=e).memoizedState,baseState:Yi.baseState,baseQueue:Yi.baseQueue,queue:Yi.queue,next:null},null===Hi?Gi.memoizedState=Hi=e:Hi=Hi.next=e}return Hi}function $i(e,t){return"function"===typeof t?t(e):t}function Xi(e){var t=Qi(),n=t.queue;if(null===n)throw Error(o(311));n.lastRenderedReducer=e;var r=Yi,a=r.baseQueue,i=n.pending;if(null!==i){if(null!==a){var s=a.next;a.next=i.next,i.next=s}r.baseQueue=a=i,n.pending=null}if(null!==a){a=a.next,r=r.baseState;var l=s=i=null,c=a;do{var d=c.expirationTime;if(d<Bi){var u={expirationTime:c.expirationTime,suspenseConfig:c.suspenseConfig,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null};null===l?(s=l=u,i=r):l=l.next=u,d>Gi.expirationTime&&(Gi.expirationTime=d,ol(d))}else null!==l&&(l=l.next={expirationTime:1073741823,suspenseConfig:c.suspenseConfig,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null}),il(d,c.suspenseConfig),r=c.eagerReducer===e?c.eagerState:e(r,c.action);c=c.next}while(null!==c&&c!==a);null===l?i=r:l.next=s,jr(r,t.memoizedState)||(wo=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=l,n.lastRenderedState=r}return[t.memoizedState,n.dispatch]}function Zi(e){var t=Qi(),n=t.queue;if(null===n)throw Error(o(311));n.lastRenderedReducer=e;var r=n.dispatch,a=n.pending,i=t.memoizedState;if(null!==a){n.pending=null;var s=a=a.next;do{i=e(i,s.action),s=s.next}while(s!==a);jr(i,t.memoizedState)||(wo=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function Ji(e){var t=Ki();return"function"===typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={pending:null,dispatch:null,lastRenderedReducer:$i,lastRenderedState:e}).dispatch=go.bind(null,Gi,e),[t.memoizedState,e]}function eo(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=Gi.updateQueue)?(t={lastEffect:null},Gi.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function to(){return Qi().memoizedState}function no(e,t,n,r){var a=Ki();Gi.effectTag|=e,a.memoizedState=eo(1|t,n,void 0,void 0===r?null:r)}function ro(e,t,n,r){var a=Qi();r=void 0===r?null:r;var i=void 0;if(null!==Yi){var o=Yi.memoizedState;if(i=o.destroy,null!==r&&qi(r,o.deps))return void eo(t,n,i,r)}Gi.effectTag|=e,a.memoizedState=eo(1|t,n,i,r)}function ao(e,t){return no(516,4,e,t)}function io(e,t){return ro(516,4,e,t)}function oo(e,t){return ro(4,2,e,t)}function so(e,t){return"function"===typeof t?(e=e(),t(e),function(){t(null)}):null!==t&&void 0!==t?(e=e(),t.current=e,function(){t.current=null}):void 0}function lo(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,ro(4,2,so.bind(null,t,e),n)}function co(){}function uo(e,t){return Ki().memoizedState=[e,void 0===t?null:t],e}function _o(e,t){var n=Qi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&qi(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function po(e,t){var n=Qi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&qi(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function mo(e,t,n){var r=Ba();Ya(98>r?98:r,(function(){e(!0)})),Ya(97<r?97:r,(function(){var r=Fi.suspense;Fi.suspense=void 0===t?null:t;try{e(!1),n()}finally{Fi.suspense=r}}))}function go(e,t,n){var r=qs(),a=_i.suspense;a={expirationTime:r=Ws(r,e,a),suspenseConfig:a,action:n,eagerReducer:null,eagerState:null,next:null};var i=t.pending;if(null===i?a.next=a:(a.next=i.next,i.next=a),t.pending=a,i=e.alternate,e===Gi||null!==i&&i===Gi)Vi=!0,a.expirationTime=Bi,Gi.expirationTime=Bi;else{if(0===e.expirationTime&&(null===i||0===i.expirationTime)&&null!==(i=t.lastRenderedReducer))try{var o=t.lastRenderedState,s=i(o,n);if(a.eagerReducer=i,a.eagerState=s,jr(s,o))return}catch(l){}Ks(e,r)}}var fo={readContext:ri,useCallback:zi,useContext:zi,useEffect:zi,useImperativeHandle:zi,useLayoutEffect:zi,useMemo:zi,useReducer:zi,useRef:zi,useState:zi,useDebugValue:zi,useResponder:zi,useDeferredValue:zi,useTransition:zi},ho={readContext:ri,useCallback:uo,useContext:ri,useEffect:ao,useImperativeHandle:function(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,no(4,2,so.bind(null,t,e),n)},useLayoutEffect:function(e,t){return no(4,2,e,t)},useMemo:function(e,t){var n=Ki();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Ki();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e=(e=r.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=go.bind(null,Gi,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},Ki().memoizedState=e},useState:Ji,useDebugValue:co,useResponder:ji,useDeferredValue:function(e,t){var n=Ji(e),r=n[0],a=n[1];return ao((function(){var n=Fi.suspense;Fi.suspense=void 0===t?null:t;try{a(e)}finally{Fi.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Ji(!1),n=t[0];return t=t[1],[uo(mo.bind(null,t,e),[t,e]),n]}},Eo={readContext:ri,useCallback:_o,useContext:ri,useEffect:io,useImperativeHandle:lo,useLayoutEffect:oo,useMemo:po,useReducer:Xi,useRef:to,useState:function(){return Xi($i)},useDebugValue:co,useResponder:ji,useDeferredValue:function(e,t){var n=Xi($i),r=n[0],a=n[1];return io((function(){var n=Fi.suspense;Fi.suspense=void 0===t?null:t;try{a(e)}finally{Fi.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Xi($i),n=t[0];return t=t[1],[_o(mo.bind(null,t,e),[t,e]),n]}},So={readContext:ri,useCallback:_o,useContext:ri,useEffect:io,useImperativeHandle:lo,useLayoutEffect:oo,useMemo:po,useReducer:Zi,useRef:to,useState:function(){return Zi($i)},useDebugValue:co,useResponder:ji,useDeferredValue:function(e,t){var n=Zi($i),r=n[0],a=n[1];return io((function(){var n=Fi.suspense;Fi.suspense=void 0===t?null:t;try{a(e)}finally{Fi.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Zi($i),n=t[0];return t=t[1],[_o(mo.bind(null,t,e),[t,e]),n]}},bo=null,To=null,vo=!1;function yo(e,t){var n=Cl(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function Co(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);case 13:default:return!1}}function Oo(e){if(vo){var t=To;if(t){var n=t;if(!Co(e,t)){if(!(t=Tn(n.nextSibling))||!Co(e,t))return e.effectTag=-1025&e.effectTag|2,vo=!1,void(bo=e);yo(bo,n)}bo=e,To=Tn(t.firstChild)}else e.effectTag=-1025&e.effectTag|2,vo=!1,bo=e}}function No(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;bo=e}function Ro(e){if(e!==bo)return!1;if(!vo)return No(e),vo=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!En(t,e.memoizedProps))for(t=To;t;)yo(e,t),t=Tn(t.nextSibling);if(No(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(o(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){To=Tn(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}To=null}}else To=bo?Tn(e.stateNode.nextSibling):null;return!0}function Io(){To=bo=null,vo=!1}var Ao=$.ReactCurrentOwner,wo=!1;function xo(e,t,n,r){t.child=null===e?Oi(t,null,n,r):Ci(t,e.child,n,r)}function Do(e,t,n,r,a){n=n.render;var i=t.ref;return ni(t,a),r=Wi(e,t,n,r,i,a),null===e||wo?(t.effectTag|=1,xo(e,t,r,a),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=a&&(e.expirationTime=0),Ko(e,t,a))}function Mo(e,t,n,r,a,i){if(null===e){var o=n.type;return"function"!==typeof o||Ol(o)||void 0!==o.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Rl(n.type,null,r,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=o,Lo(e,t,o,r,a,i))}return o=e.child,a<i&&(a=o.memoizedProps,(n=null!==(n=n.compare)?n:Fr)(a,r)&&e.ref===t.ref)?Ko(e,t,i):(t.effectTag|=1,(e=Nl(o,r)).ref=t.ref,e.return=t,t.child=e)}function Lo(e,t,n,r,a,i){return null!==e&&Fr(e.memoizedProps,r)&&e.ref===t.ref&&(wo=!1,a<i)?(t.expirationTime=e.expirationTime,Ko(e,t,i)):ko(e,t,n,r,i)}function Po(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function ko(e,t,n,r,a){var i=ga(n)?pa:ua.current;return i=ma(t,i),ni(t,a),n=Wi(e,t,n,r,i,a),null===e||wo?(t.effectTag|=1,xo(e,t,n,a),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=a&&(e.expirationTime=0),Ko(e,t,a))}function jo(e,t,n,r,a){if(ga(n)){var i=!0;Sa(t)}else i=!1;if(ni(t,a),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),hi(t,n,r),Si(t,n,r,a),r=!0;else if(null===e){var o=t.stateNode,s=t.memoizedProps;o.props=s;var l=o.context,c=n.contextType;"object"===typeof c&&null!==c?c=ri(c):c=ma(t,c=ga(n)?pa:ua.current);var d=n.getDerivedStateFromProps,u="function"===typeof d||"function"===typeof o.getSnapshotBeforeUpdate;u||"function"!==typeof o.UNSAFE_componentWillReceiveProps&&"function"!==typeof o.componentWillReceiveProps||(s!==r||l!==c)&&Ei(t,o,r,c),ai=!1;var _=t.memoizedState;o.state=_,di(t,r,o,a),l=t.memoizedState,s!==r||_!==l||_a.current||ai?("function"===typeof d&&(mi(t,n,d,r),l=t.memoizedState),(s=ai||fi(t,n,s,r,_,l,c))?(u||"function"!==typeof o.UNSAFE_componentWillMount&&"function"!==typeof o.componentWillMount||("function"===typeof o.componentWillMount&&o.componentWillMount(),"function"===typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount()),"function"===typeof o.componentDidMount&&(t.effectTag|=4)):("function"===typeof o.componentDidMount&&(t.effectTag|=4),t.memoizedProps=r,t.memoizedState=l),o.props=r,o.state=l,o.context=c,r=s):("function"===typeof o.componentDidMount&&(t.effectTag|=4),r=!1)}else o=t.stateNode,oi(e,t),s=t.memoizedProps,o.props=t.type===t.elementType?s:Ka(t.type,s),l=o.context,"object"===typeof(c=n.contextType)&&null!==c?c=ri(c):c=ma(t,c=ga(n)?pa:ua.current),(u="function"===typeof(d=n.getDerivedStateFromProps)||"function"===typeof o.getSnapshotBeforeUpdate)||"function"!==typeof o.UNSAFE_componentWillReceiveProps&&"function"!==typeof o.componentWillReceiveProps||(s!==r||l!==c)&&Ei(t,o,r,c),ai=!1,l=t.memoizedState,o.state=l,di(t,r,o,a),_=t.memoizedState,s!==r||l!==_||_a.current||ai?("function"===typeof d&&(mi(t,n,d,r),_=t.memoizedState),(d=ai||fi(t,n,s,r,l,_,c))?(u||"function"!==typeof o.UNSAFE_componentWillUpdate&&"function"!==typeof o.componentWillUpdate||("function"===typeof o.componentWillUpdate&&o.componentWillUpdate(r,_,c),"function"===typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(r,_,c)),"function"===typeof o.componentDidUpdate&&(t.effectTag|=4),"function"===typeof o.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!==typeof o.componentDidUpdate||s===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=4),"function"!==typeof o.getSnapshotBeforeUpdate||s===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=256),t.memoizedProps=r,t.memoizedState=_),o.props=r,o.state=_,o.context=c,r=d):("function"!==typeof o.componentDidUpdate||s===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=4),"function"!==typeof o.getSnapshotBeforeUpdate||s===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=256),r=!1);return Uo(e,t,n,r,i,a)}function Uo(e,t,n,r,a,i){Po(e,t);var o=0!==(64&t.effectTag);if(!r&&!o)return a&&ba(t,n,!1),Ko(e,t,i);r=t.stateNode,Ao.current=t;var s=o&&"function"!==typeof n.getDerivedStateFromError?null:r.render();return t.effectTag|=1,null!==e&&o?(t.child=Ci(t,e.child,null,i),t.child=Ci(t,null,s,i)):xo(e,t,s,i),t.memoizedState=r.state,a&&ba(t,n,!0),t.child}function Fo(e){var t=e.stateNode;t.pendingContext?ha(0,t.pendingContext,t.pendingContext!==t.context):t.context&&ha(0,t.context,!1),xi(e,t.containerInfo)}var Bo,Go,Yo,Ho={dehydrated:null,retryTime:0};function Vo(e,t,n){var r,a=t.mode,i=t.pendingProps,o=Pi.current,s=!1;if((r=0!==(64&t.effectTag))||(r=0!==(2&o)&&(null===e||null!==e.memoizedState)),r?(s=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(o|=1),ca(Pi,1&o),null===e){if(void 0!==i.fallback&&Oo(t),s){if(s=i.fallback,(i=Il(null,a,0,null)).return=t,0===(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Il(s,a,n,null)).return=t,i.sibling=n,t.memoizedState=Ho,t.child=i,n}return a=i.children,t.memoizedState=null,t.child=Oi(t,null,a,n)}if(null!==e.memoizedState){if(a=(e=e.child).sibling,s){if(i=i.fallback,(n=Nl(e,e.pendingProps)).return=t,0===(2&t.mode)&&(s=null!==t.memoizedState?t.child.child:t.child)!==e.child)for(n.child=s;null!==s;)s.return=n,s=s.sibling;return(a=Nl(a,i)).return=t,n.sibling=a,n.childExpirationTime=0,t.memoizedState=Ho,t.child=n,a}return n=Ci(t,e.child,i.children,n),t.memoizedState=null,t.child=n}if(e=e.child,s){if(s=i.fallback,(i=Il(null,a,0,null)).return=t,i.child=e,null!==e&&(e.return=i),0===(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Il(s,a,n,null)).return=t,i.sibling=n,n.effectTag|=2,i.childExpirationTime=0,t.memoizedState=Ho,t.child=i,n}return t.memoizedState=null,t.child=Ci(t,e,i.children,n)}function zo(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t),ti(e.return,t)}function qo(e,t,n,r,a,i){var o=e.memoizedState;null===o?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailExpiration:0,tailMode:a,lastEffect:i}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailExpiration=0,o.tailMode=a,o.lastEffect=i)}function Wo(e,t,n){var r=t.pendingProps,a=r.revealOrder,i=r.tail;if(xo(e,t,r.children,n),0!==(2&(r=Pi.current)))r=1&r|2,t.effectTag|=64;else{if(null!==e&&0!==(64&e.effectTag))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&zo(e,n);else if(19===e.tag)zo(e,n);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(ca(Pi,r),0===(2&t.mode))t.memoizedState=null;else switch(a){case"forwards":for(n=t.child,a=null;null!==n;)null!==(e=n.alternate)&&null===ki(e)&&(a=n),n=n.sibling;null===(n=a)?(a=t.child,t.child=null):(a=n.sibling,n.sibling=null),qo(t,!1,a,n,i,t.lastEffect);break;case"backwards":for(n=null,a=t.child,t.child=null;null!==a;){if(null!==(e=a.alternate)&&null===ki(e)){t.child=a;break}e=a.sibling,a.sibling=n,n=a,a=e}qo(t,!0,n,null,i,t.lastEffect);break;case"together":qo(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}return t.child}function Ko(e,t,n){null!==e&&(t.dependencies=e.dependencies);var r=t.expirationTime;if(0!==r&&ol(r),t.childExpirationTime<n)return null;if(null!==e&&t.child!==e.child)throw Error(o(153));if(null!==t.child){for(n=Nl(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Nl(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Qo(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function $o(e,t,n){var r=t.pendingProps;switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return ga(t.type)&&fa(),null;case 3:return Di(),la(_a),la(ua),(n=t.stateNode).pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),null!==e&&null!==e.child||!Ro(t)||(t.effectTag|=4),null;case 5:Li(t),n=wi(Ai.current);var i=t.type;if(null!==e&&null!=t.stateNode)Go(e,t,i,r,n),e.ref!==t.ref&&(t.effectTag|=128);else{if(!r){if(null===t.stateNode)throw Error(o(166));return null}if(e=wi(Ri.current),Ro(t)){r=t.stateNode,i=t.type;var s=t.memoizedProps;switch(r[Cn]=t,r[On]=s,i){case"iframe":case"object":case"embed":Wt("load",r);break;case"video":case"audio":for(e=0;e<$e.length;e++)Wt($e[e],r);break;case"source":Wt("error",r);break;case"img":case"image":case"link":Wt("error",r),Wt("load",r);break;case"form":Wt("reset",r),Wt("submit",r);break;case"details":Wt("toggle",r);break;case"input":ye(r,s),Wt("invalid",r),ln(n,"onChange");break;case"select":r._wrapperState={wasMultiple:!!s.multiple},Wt("invalid",r),ln(n,"onChange");break;case"textarea":xe(r,s),Wt("invalid",r),ln(n,"onChange")}for(var l in an(i,s),e=null,s)if(s.hasOwnProperty(l)){var c=s[l];"children"===l?"string"===typeof c?r.textContent!==c&&(e=["children",c]):"number"===typeof c&&r.textContent!==""+c&&(e=["children",""+c]):C.hasOwnProperty(l)&&null!=c&&ln(n,l)}switch(i){case"input":be(r),Ne(r,s,!0);break;case"textarea":be(r),Me(r);break;case"select":case"option":break;default:"function"===typeof s.onClick&&(r.onclick=cn)}n=e,t.updateQueue=n,null!==n&&(t.effectTag|=4)}else{switch(l=9===n.nodeType?n:n.ownerDocument,e===sn&&(e=ke(i)),e===sn?"script"===i?((e=l.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"===typeof r.is?e=l.createElement(i,{is:r.is}):(e=l.createElement(i),"select"===i&&(l=e,r.multiple?l.multiple=!0:r.size&&(l.size=r.size))):e=l.createElementNS(e,i),e[Cn]=t,e[On]=r,Bo(e,t),t.stateNode=e,l=on(i,r),i){case"iframe":case"object":case"embed":Wt("load",e),c=r;break;case"video":case"audio":for(c=0;c<$e.length;c++)Wt($e[c],e);c=r;break;case"source":Wt("error",e),c=r;break;case"img":case"image":case"link":Wt("error",e),Wt("load",e),c=r;break;case"form":Wt("reset",e),Wt("submit",e),c=r;break;case"details":Wt("toggle",e),c=r;break;case"input":ye(e,r),c=ve(e,r),Wt("invalid",e),ln(n,"onChange");break;case"option":c=Ie(e,r);break;case"select":e._wrapperState={wasMultiple:!!r.multiple},c=a({},r,{value:void 0}),Wt("invalid",e),ln(n,"onChange");break;case"textarea":xe(e,r),c=we(e,r),Wt("invalid",e),ln(n,"onChange");break;default:c=r}an(i,c);var d=c;for(s in d)if(d.hasOwnProperty(s)){var u=d[s];"style"===s?nn(e,u):"dangerouslySetInnerHTML"===s?null!=(u=u?u.__html:void 0)&&Fe(e,u):"children"===s?"string"===typeof u?("textarea"!==i||""!==u)&&Be(e,u):"number"===typeof u&&Be(e,""+u):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(C.hasOwnProperty(s)?null!=u&&ln(n,s):null!=u&&X(e,s,u,l))}switch(i){case"input":be(e),Ne(e,r,!1);break;case"textarea":be(e),Me(e);break;case"option":null!=r.value&&e.setAttribute("value",""+Ee(r.value));break;case"select":e.multiple=!!r.multiple,null!=(n=r.value)?Ae(e,!!r.multiple,n,!1):null!=r.defaultValue&&Ae(e,!!r.multiple,r.defaultValue,!0);break;default:"function"===typeof c.onClick&&(e.onclick=cn)}hn(i,r)&&(t.effectTag|=4)}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Yo(0,t,e.memoizedProps,r);else{if("string"!==typeof r&&null===t.stateNode)throw Error(o(166));n=wi(Ai.current),wi(Ri.current),Ro(t)?(n=t.stateNode,r=t.memoizedProps,n[Cn]=t,n.nodeValue!==r&&(t.effectTag|=4)):((n=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[Cn]=t,t.stateNode=n)}return null;case 13:return la(Pi),r=t.memoizedState,0!==(64&t.effectTag)?(t.expirationTime=n,t):(n=null!==r,r=!1,null===e?void 0!==t.memoizedProps.fallback&&Ro(t):(r=null!==(i=e.memoizedState),n||null===i||null!==(i=e.child.sibling)&&(null!==(s=t.firstEffect)?(t.firstEffect=i,i.nextEffect=s):(t.firstEffect=t.lastEffect=i,i.nextEffect=null),i.effectTag=8)),n&&!r&&0!==(2&t.mode)&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||0!==(1&Pi.current)?Rs===bs&&(Rs=Ts):(Rs!==bs&&Rs!==Ts||(Rs=vs),0!==Ds&&null!==Cs&&(Ml(Cs,Ns),Ll(Cs,Ds)))),(n||r)&&(t.effectTag|=4),null);case 4:return Di(),null;case 10:return ei(t),null;case 17:return ga(t.type)&&fa(),null;case 19:if(la(Pi),null===(r=t.memoizedState))return null;if(i=0!==(64&t.effectTag),null===(s=r.rendering)){if(i)Qo(r,!1);else if(Rs!==bs||null!==e&&0!==(64&e.effectTag))for(s=t.child;null!==s;){if(null!==(e=ki(s))){for(t.effectTag|=64,Qo(r,!1),null!==(i=e.updateQueue)&&(t.updateQueue=i,t.effectTag|=4),null===r.lastEffect&&(t.firstEffect=null),t.lastEffect=r.lastEffect,r=t.child;null!==r;)s=n,(i=r).effectTag&=2,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null,null===(e=i.alternate)?(i.childExpirationTime=0,i.expirationTime=s,i.child=null,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null):(i.childExpirationTime=e.childExpirationTime,i.expirationTime=e.expirationTime,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,s=e.dependencies,i.dependencies=null===s?null:{expirationTime:s.expirationTime,firstContext:s.firstContext,responders:s.responders}),r=r.sibling;return ca(Pi,1&Pi.current|2),t.child}s=s.sibling}}else{if(!i)if(null!==(e=ki(s))){if(t.effectTag|=64,i=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.effectTag|=4),Qo(r,!0),null===r.tail&&"hidden"===r.tailMode&&!s.alternate)return null!==(t=t.lastEffect=r.lastEffect)&&(t.nextEffect=null),null}else 2*Fa()-r.renderingStartTime>r.tailExpiration&&1<n&&(t.effectTag|=64,i=!0,Qo(r,!1),t.expirationTime=t.childExpirationTime=n-1);r.isBackwards?(s.sibling=t.child,t.child=s):(null!==(n=r.last)?n.sibling=s:t.child=s,r.last=s)}return null!==r.tail?(0===r.tailExpiration&&(r.tailExpiration=Fa()+500),n=r.tail,r.rendering=n,r.tail=n.sibling,r.lastEffect=t.lastEffect,r.renderingStartTime=Fa(),n.sibling=null,t=Pi.current,ca(Pi,i?1&t|2:1&t),n):null}throw Error(o(156,t.tag))}function Xo(e){switch(e.tag){case 1:ga(e.type)&&fa();var t=e.effectTag;return 4096&t?(e.effectTag=-4097&t|64,e):null;case 3:if(Di(),la(_a),la(ua),0!==(64&(t=e.effectTag)))throw Error(o(285));return e.effectTag=-4097&t|64,e;case 5:return Li(e),null;case 13:return la(Pi),4096&(t=e.effectTag)?(e.effectTag=-4097&t|64,e):null;case 19:return la(Pi),null;case 4:return Di(),null;case 10:return ei(e),null;default:return null}}function Zo(e,t){return{value:e,source:t,stack:he(t)}}Bo=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Go=function(e,t,n,r,i){var o=e.memoizedProps;if(o!==r){var s,l,c=t.stateNode;switch(wi(Ri.current),e=null,n){case"input":o=ve(c,o),r=ve(c,r),e=[];break;case"option":o=Ie(c,o),r=Ie(c,r),e=[];break;case"select":o=a({},o,{value:void 0}),r=a({},r,{value:void 0}),e=[];break;case"textarea":o=we(c,o),r=we(c,r),e=[];break;default:"function"!==typeof o.onClick&&"function"===typeof r.onClick&&(c.onclick=cn)}for(s in an(n,r),n=null,o)if(!r.hasOwnProperty(s)&&o.hasOwnProperty(s)&&null!=o[s])if("style"===s)for(l in c=o[s])c.hasOwnProperty(l)&&(n||(n={}),n[l]="");else"dangerouslySetInnerHTML"!==s&&"children"!==s&&"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(C.hasOwnProperty(s)?e||(e=[]):(e=e||[]).push(s,null));for(s in r){var d=r[s];if(c=null!=o?o[s]:void 0,r.hasOwnProperty(s)&&d!==c&&(null!=d||null!=c))if("style"===s)if(c){for(l in c)!c.hasOwnProperty(l)||d&&d.hasOwnProperty(l)||(n||(n={}),n[l]="");for(l in d)d.hasOwnProperty(l)&&c[l]!==d[l]&&(n||(n={}),n[l]=d[l])}else n||(e||(e=[]),e.push(s,n)),n=d;else"dangerouslySetInnerHTML"===s?(d=d?d.__html:void 0,c=c?c.__html:void 0,null!=d&&c!==d&&(e=e||[]).push(s,d)):"children"===s?c===d||"string"!==typeof d&&"number"!==typeof d||(e=e||[]).push(s,""+d):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&(C.hasOwnProperty(s)?(null!=d&&ln(i,s),e||c===d||(e=[])):(e=e||[]).push(s,d))}n&&(e=e||[]).push("style",n),i=e,(t.updateQueue=i)&&(t.effectTag|=4)}},Yo=function(e,t,n,r){n!==r&&(t.effectTag|=4)};var Jo="function"===typeof WeakSet?WeakSet:Set;function es(e,t){var n=t.source,r=t.stack;null===r&&null!==n&&(r=he(n)),null!==n&&fe(n.type),t=t.value,null!==e&&1===e.tag&&fe(e.type);try{console.error(t)}catch(a){setTimeout((function(){throw a}))}}function ts(e){var t=e.ref;if(null!==t)if("function"===typeof t)try{t(null)}catch(n){El(e,n)}else t.current=null}function ns(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(256&t.effectTag&&null!==e){var n=e.memoizedProps,r=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:Ka(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(o(163))}function rs(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.destroy;n.destroy=void 0,void 0!==r&&r()}n=n.next}while(n!==t)}}function as(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function is(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:return void as(3,n);case 1:if(e=n.stateNode,4&n.effectTag)if(null===t)e.componentDidMount();else{var r=n.elementType===n.type?t.memoizedProps:Ka(n.type,t.memoizedProps);e.componentDidUpdate(r,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate)}return void(null!==(t=n.updateQueue)&&ui(n,t,e));case 3:if(null!==(t=n.updateQueue)){if(e=null,null!==n.child)switch(n.child.tag){case 5:e=n.child.stateNode;break;case 1:e=n.child.stateNode}ui(n,t,e)}return;case 5:return e=n.stateNode,void(null===t&&4&n.effectTag&&hn(n.type,n.memoizedProps)&&e.focus());case 6:case 4:case 12:return;case 13:return void(null===n.memoizedState&&(n=n.alternate,null!==n&&(n=n.memoizedState,null!==n&&(n=n.dehydrated,null!==n&&kt(n)))));case 19:case 17:case 20:case 21:return}throw Error(o(163))}function os(e,t,n){switch("function"===typeof vl&&vl(t),t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var r=e.next;Ya(97<n?97:n,(function(){var e=r;do{var n=e.destroy;if(void 0!==n){var a=t;try{n()}catch(i){El(a,i)}}e=e.next}while(e!==r)}))}break;case 1:ts(t),"function"===typeof(n=t.stateNode).componentWillUnmount&&function(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(n){El(e,n)}}(t,n);break;case 5:ts(t);break;case 4:ds(e,t,n)}}function ss(e){var t=e.alternate;e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.alternate=null,e.firstEffect=null,e.lastEffect=null,e.pendingProps=null,e.memoizedProps=null,e.stateNode=null,null!==t&&ss(t)}function ls(e){return 5===e.tag||3===e.tag||4===e.tag}function cs(e){e:{for(var t=e.return;null!==t;){if(ls(t)){var n=t;break e}t=t.return}throw Error(o(160))}switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:case 4:t=t.containerInfo,r=!0;break;default:throw Error(o(161))}16&n.effectTag&&(Be(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||ls(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}r?function e(t,n,r){var a=t.tag,i=5===a||6===a;if(i)t=i?t.stateNode:t.stateNode.instance,n?8===r.nodeType?r.parentNode.insertBefore(t,n):r.insertBefore(t,n):(8===r.nodeType?(n=r.parentNode).insertBefore(t,r):(n=r).appendChild(t),null!==(r=r._reactRootContainer)&&void 0!==r||null!==n.onclick||(n.onclick=cn));else if(4!==a&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,n,t):function e(t,n,r){var a=t.tag,i=5===a||6===a;if(i)t=i?t.stateNode:t.stateNode.instance,n?r.insertBefore(t,n):r.appendChild(t);else if(4!==a&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,n,t)}function ds(e,t,n){for(var r,a,i=t,s=!1;;){if(!s){s=i.return;e:for(;;){if(null===s)throw Error(o(160));switch(r=s.stateNode,s.tag){case 5:a=!1;break e;case 3:case 4:r=r.containerInfo,a=!0;break e}s=s.return}s=!0}if(5===i.tag||6===i.tag){e:for(var l=e,c=i,d=n,u=c;;)if(os(l,u,d),null!==u.child&&4!==u.tag)u.child.return=u,u=u.child;else{if(u===c)break e;for(;null===u.sibling;){if(null===u.return||u.return===c)break e;u=u.return}u.sibling.return=u.return,u=u.sibling}a?(l=r,c=i.stateNode,8===l.nodeType?l.parentNode.removeChild(c):l.removeChild(c)):r.removeChild(i.stateNode)}else if(4===i.tag){if(null!==i.child){r=i.stateNode.containerInfo,a=!0,i.child.return=i,i=i.child;continue}}else if(os(e,i,n),null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)break;for(;null===i.sibling;){if(null===i.return||i.return===t)return;4===(i=i.return).tag&&(s=!1)}i.sibling.return=i.return,i=i.sibling}}function us(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:return void rs(3,t);case 1:return;case 5:var n=t.stateNode;if(null!=n){var r=t.memoizedProps,a=null!==e?e.memoizedProps:r;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[On]=r,"input"===e&&"radio"===r.type&&null!=r.name&&Ce(n,r),on(e,a),t=on(e,r),a=0;a<i.length;a+=2){var s=i[a],l=i[a+1];"style"===s?nn(n,l):"dangerouslySetInnerHTML"===s?Fe(n,l):"children"===s?Be(n,l):X(n,s,l,t)}switch(e){case"input":Oe(n,r);break;case"textarea":De(n,r);break;case"select":t=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(e=r.value)?Ae(n,!!r.multiple,e,!1):t!==!!r.multiple&&(null!=r.defaultValue?Ae(n,!!r.multiple,r.defaultValue,!0):Ae(n,!!r.multiple,r.multiple?[]:"",!1))}}}return;case 6:if(null===t.stateNode)throw Error(o(162));return void(t.stateNode.nodeValue=t.memoizedProps);case 3:return void((t=t.stateNode).hydrate&&(t.hydrate=!1,kt(t.containerInfo)));case 12:return;case 13:if(n=t,null===t.memoizedState?r=!1:(r=!0,n=t.child,Ls=Fa()),null!==n)e:for(e=n;;){if(5===e.tag)i=e.stateNode,r?"function"===typeof(i=i.style).setProperty?i.setProperty("display","none","important"):i.display="none":(i=e.stateNode,a=void 0!==(a=e.memoizedProps.style)&&null!==a&&a.hasOwnProperty("display")?a.display:null,i.style.display=tn("display",a));else if(6===e.tag)e.stateNode.nodeValue=r?"":e.memoizedProps;else{if(13===e.tag&&null!==e.memoizedState&&null===e.memoizedState.dehydrated){(i=e.child.sibling).return=e,e=i;continue}if(null!==e.child){e.child.return=e,e=e.child;continue}}if(e===n)break;for(;null===e.sibling;){if(null===e.return||e.return===n)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}return void _s(t);case 19:return void _s(t);case 17:return}throw Error(o(163))}function _s(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Jo),t.forEach((function(t){var r=bl.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}var ps="function"===typeof WeakMap?WeakMap:Map;function ms(e,t,n){(n=si(n,null)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){ks||(ks=!0,js=r),es(e,t)},n}function gs(e,t,n){(n=si(n,null)).tag=3;var r=e.type.getDerivedStateFromError;if("function"===typeof r){var a=t.value;n.payload=function(){return es(e,t),r(a)}}var i=e.stateNode;return null!==i&&"function"===typeof i.componentDidCatch&&(n.callback=function(){"function"!==typeof r&&(null===Us?Us=new Set([this]):Us.add(this),es(e,t));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}var fs,hs=Math.ceil,Es=$.ReactCurrentDispatcher,Ss=$.ReactCurrentOwner,bs=0,Ts=3,vs=4,ys=0,Cs=null,Os=null,Ns=0,Rs=bs,Is=null,As=1073741823,ws=1073741823,xs=null,Ds=0,Ms=!1,Ls=0,Ps=null,ks=!1,js=null,Us=null,Fs=!1,Bs=null,Gs=90,Ys=null,Hs=0,Vs=null,zs=0;function qs(){return 0!==(48&ys)?1073741821-(Fa()/10|0):0!==zs?zs:zs=1073741821-(Fa()/10|0)}function Ws(e,t,n){if(0===(2&(t=t.mode)))return 1073741823;var r=Ba();if(0===(4&t))return 99===r?1073741823:1073741822;if(0!==(16&ys))return Ns;if(null!==n)e=Wa(e,0|n.timeoutMs||5e3,250);else switch(r){case 99:e=1073741823;break;case 98:e=Wa(e,150,100);break;case 97:case 96:e=Wa(e,5e3,250);break;case 95:e=2;break;default:throw Error(o(326))}return null!==Cs&&e===Ns&&--e,e}function Ks(e,t){if(50<Hs)throw Hs=0,Vs=null,Error(o(185));if(null!==(e=Qs(e,t))){var n=Ba();1073741823===t?0!==(8&ys)&&0===(48&ys)?Js(e):(Xs(e),0===ys&&za()):Xs(e),0===(4&ys)||98!==n&&99!==n||(null===Ys?Ys=new Map([[e,t]]):(void 0===(n=Ys.get(e))||n>t)&&Ys.set(e,t))}}function Qs(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t);var r=e.return,a=null;if(null===r&&3===e.tag)a=e.stateNode;else for(;null!==r;){if(n=r.alternate,r.childExpirationTime<t&&(r.childExpirationTime=t),null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t),null===r.return&&3===r.tag){a=r.stateNode;break}r=r.return}return null!==a&&(Cs===a&&(ol(t),Rs===vs&&Ml(a,Ns)),Ll(a,t)),a}function $s(e){var t=e.lastExpiredTime;if(0!==t)return t;if(!Dl(e,t=e.firstPendingTime))return t;var n=e.lastPingedTime;return 2>=(e=n>(e=e.nextKnownPendingLevel)?n:e)&&t!==e?0:e}function Xs(e){if(0!==e.lastExpiredTime)e.callbackExpirationTime=1073741823,e.callbackPriority=99,e.callbackNode=Va(Js.bind(null,e));else{var t=$s(e),n=e.callbackNode;if(0===t)null!==n&&(e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90);else{var r=qs();if(1073741823===t?r=99:1===t||2===t?r=95:r=0>=(r=10*(1073741821-t)-10*(1073741821-r))?99:250>=r?98:5250>=r?97:95,null!==n){var a=e.callbackPriority;if(e.callbackExpirationTime===t&&a>=r)return;n!==Da&&ya(n)}e.callbackExpirationTime=t,e.callbackPriority=r,t=1073741823===t?Va(Js.bind(null,e)):Ha(r,Zs.bind(null,e),{timeout:10*(1073741821-t)-Fa()}),e.callbackNode=t}}}function Zs(e,t){if(zs=0,t)return Pl(e,t=qs()),Xs(e),null;var n=$s(e);if(0!==n){if(t=e.callbackNode,0!==(48&ys))throw Error(o(327));if(gl(),e===Cs&&n===Ns||nl(e,n),null!==Os){var r=ys;ys|=16;for(var a=al();;)try{ll();break}catch(l){rl(e,l)}if(Ja(),ys=r,Es.current=a,1===Rs)throw t=Is,nl(e,n),Ml(e,n),Xs(e),t;if(null===Os)switch(a=e.finishedWork=e.current.alternate,e.finishedExpirationTime=n,r=Rs,Cs=null,r){case bs:case 1:throw Error(o(345));case 2:Pl(e,2<n?2:n);break;case Ts:if(Ml(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=ul(a)),1073741823===As&&10<(a=Ls+500-Fa())){if(Ms){var i=e.lastPingedTime;if(0===i||i>=n){e.lastPingedTime=n,nl(e,n);break}}if(0!==(i=$s(e))&&i!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}e.timeoutHandle=Sn(_l.bind(null,e),a);break}_l(e);break;case vs:if(Ml(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=ul(a)),Ms&&(0===(a=e.lastPingedTime)||a>=n)){e.lastPingedTime=n,nl(e,n);break}if(0!==(a=$s(e))&&a!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}if(1073741823!==ws?r=10*(1073741821-ws)-Fa():1073741823===As?r=0:(r=10*(1073741821-As)-5e3,0>(r=(a=Fa())-r)&&(r=0),(n=10*(1073741821-n)-a)<(r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*hs(r/1960))-r)&&(r=n)),10<r){e.timeoutHandle=Sn(_l.bind(null,e),r);break}_l(e);break;case 5:if(1073741823!==As&&null!==xs){i=As;var s=xs;if(0>=(r=0|s.busyMinDurationMs)?r=0:(a=0|s.busyDelayMs,r=(i=Fa()-(10*(1073741821-i)-(0|s.timeoutMs||5e3)))<=a?0:a+r-i),10<r){Ml(e,n),e.timeoutHandle=Sn(_l.bind(null,e),r);break}}_l(e);break;default:throw Error(o(329))}if(Xs(e),e.callbackNode===t)return Zs.bind(null,e)}}return null}function Js(e){var t=e.lastExpiredTime;if(t=0!==t?t:1073741823,0!==(48&ys))throw Error(o(327));if(gl(),e===Cs&&t===Ns||nl(e,t),null!==Os){var n=ys;ys|=16;for(var r=al();;)try{sl();break}catch(a){rl(e,a)}if(Ja(),ys=n,Es.current=r,1===Rs)throw n=Is,nl(e,t),Ml(e,t),Xs(e),n;if(null!==Os)throw Error(o(261));e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,Cs=null,_l(e),Xs(e)}return null}function el(e,t){var n=ys;ys|=1;try{return e(t)}finally{0===(ys=n)&&za()}}function tl(e,t){var n=ys;ys&=-2,ys|=8;try{return e(t)}finally{0===(ys=n)&&za()}}function nl(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,bn(n)),null!==Os)for(n=Os.return;null!==n;){var r=n;switch(r.tag){case 1:null!==(r=r.type.childContextTypes)&&void 0!==r&&fa();break;case 3:Di(),la(_a),la(ua);break;case 5:Li(r);break;case 4:Di();break;case 13:case 19:la(Pi);break;case 10:ei(r)}n=n.return}Cs=e,Os=Nl(e.current,null),Ns=t,Rs=bs,Is=null,ws=As=1073741823,xs=null,Ds=0,Ms=!1}function rl(e,t){for(;;){try{if(Ja(),Ui.current=fo,Vi)for(var n=Gi.memoizedState;null!==n;){var r=n.queue;null!==r&&(r.pending=null),n=n.next}if(Bi=0,Hi=Yi=Gi=null,Vi=!1,null===Os||null===Os.return)return Rs=1,Is=t,Os=null;e:{var a=e,i=Os.return,o=Os,s=t;if(t=Ns,o.effectTag|=2048,o.firstEffect=o.lastEffect=null,null!==s&&"object"===typeof s&&"function"===typeof s.then){var l=s;if(0===(2&o.mode)){var c=o.alternate;c?(o.updateQueue=c.updateQueue,o.memoizedState=c.memoizedState,o.expirationTime=c.expirationTime):(o.updateQueue=null,o.memoizedState=null)}var d=0!==(1&Pi.current),u=i;do{var _;if(_=13===u.tag){var p=u.memoizedState;if(null!==p)_=null!==p.dehydrated;else{var m=u.memoizedProps;_=void 0!==m.fallback&&(!0!==m.unstable_avoidThisFallback||!d)}}if(_){var g=u.updateQueue;if(null===g){var f=new Set;f.add(l),u.updateQueue=f}else g.add(l);if(0===(2&u.mode)){if(u.effectTag|=64,o.effectTag&=-2981,1===o.tag)if(null===o.alternate)o.tag=17;else{var h=si(1073741823,null);h.tag=2,li(o,h)}o.expirationTime=1073741823;break e}s=void 0,o=t;var E=a.pingCache;if(null===E?(E=a.pingCache=new ps,s=new Set,E.set(l,s)):void 0===(s=E.get(l))&&(s=new Set,E.set(l,s)),!s.has(o)){s.add(o);var S=Sl.bind(null,a,l,o);l.then(S,S)}u.effectTag|=4096,u.expirationTime=t;break e}u=u.return}while(null!==u);s=Error((fe(o.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+he(o))}5!==Rs&&(Rs=2),s=Zo(s,o),u=i;do{switch(u.tag){case 3:l=s,u.effectTag|=4096,u.expirationTime=t,ci(u,ms(u,l,t));break e;case 1:l=s;var b=u.type,T=u.stateNode;if(0===(64&u.effectTag)&&("function"===typeof b.getDerivedStateFromError||null!==T&&"function"===typeof T.componentDidCatch&&(null===Us||!Us.has(T)))){u.effectTag|=4096,u.expirationTime=t,ci(u,gs(u,l,t));break e}}u=u.return}while(null!==u)}Os=dl(Os)}catch(v){t=v;continue}break}}function al(){var e=Es.current;return Es.current=fo,null===e?fo:e}function il(e,t){e<As&&2<e&&(As=e),null!==t&&e<ws&&2<e&&(ws=e,xs=t)}function ol(e){e>Ds&&(Ds=e)}function sl(){for(;null!==Os;)Os=cl(Os)}function ll(){for(;null!==Os&&!Ma();)Os=cl(Os)}function cl(e){var t=fs(e.alternate,e,Ns);return e.memoizedProps=e.pendingProps,null===t&&(t=dl(e)),Ss.current=null,t}function dl(e){Os=e;do{var t=Os.alternate;if(e=Os.return,0===(2048&Os.effectTag)){if(t=$o(t,Os,Ns),1===Ns||1!==Os.childExpirationTime){for(var n=0,r=Os.child;null!==r;){var a=r.expirationTime,i=r.childExpirationTime;a>n&&(n=a),i>n&&(n=i),r=r.sibling}Os.childExpirationTime=n}if(null!==t)return t;null!==e&&0===(2048&e.effectTag)&&(null===e.firstEffect&&(e.firstEffect=Os.firstEffect),null!==Os.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=Os.firstEffect),e.lastEffect=Os.lastEffect),1<Os.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=Os:e.firstEffect=Os,e.lastEffect=Os))}else{if(null!==(t=Xo(Os)))return t.effectTag&=2047,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=2048)}if(null!==(t=Os.sibling))return t;Os=e}while(null!==Os);return Rs===bs&&(Rs=5),null}function ul(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)?t:e}function _l(e){var t=Ba();return Ya(99,pl.bind(null,e,t)),null}function pl(e,t){do{gl()}while(null!==Bs);if(0!==(48&ys))throw Error(o(327));var n=e.finishedWork,r=e.finishedExpirationTime;if(null===n)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,n===e.current)throw Error(o(177));e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90,e.nextKnownPendingLevel=0;var a=ul(n);if(e.firstPendingTime=a,r<=e.lastSuspendedTime?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:r<=e.firstSuspendedTime&&(e.firstSuspendedTime=r-1),r<=e.lastPingedTime&&(e.lastPingedTime=0),r<=e.lastExpiredTime&&(e.lastExpiredTime=0),e===Cs&&(Os=Cs=null,Ns=0),1<n.effectTag?null!==n.lastEffect?(n.lastEffect.nextEffect=n,a=n.firstEffect):a=n:a=n.firstEffect,null!==a){var i=ys;ys|=32,Ss.current=null,gn=qt;var s=pn();if(mn(s)){if("selectionStart"in s)var l={start:s.selectionStart,end:s.selectionEnd};else e:{var c=(l=(l=s.ownerDocument)&&l.defaultView||window).getSelection&&l.getSelection();if(c&&0!==c.rangeCount){l=c.anchorNode;var d=c.anchorOffset,u=c.focusNode;c=c.focusOffset;try{l.nodeType,u.nodeType}catch(N){l=null;break e}var _=0,p=-1,m=-1,g=0,f=0,h=s,E=null;t:for(;;){for(var S;h!==l||0!==d&&3!==h.nodeType||(p=_+d),h!==u||0!==c&&3!==h.nodeType||(m=_+c),3===h.nodeType&&(_+=h.nodeValue.length),null!==(S=h.firstChild);)E=h,h=S;for(;;){if(h===s)break t;if(E===l&&++g===d&&(p=_),E===u&&++f===c&&(m=_),null!==(S=h.nextSibling))break;E=(h=E).parentNode}h=S}l=-1===p||-1===m?null:{start:p,end:m}}else l=null}l=l||{start:0,end:0}}else l=null;fn={activeElementDetached:null,focusedElem:s,selectionRange:l},qt=!1,Ps=a;do{try{ml()}catch(N){if(null===Ps)throw Error(o(330));El(Ps,N),Ps=Ps.nextEffect}}while(null!==Ps);Ps=a;do{try{for(s=e,l=t;null!==Ps;){var b=Ps.effectTag;if(16&b&&Be(Ps.stateNode,""),128&b){var T=Ps.alternate;if(null!==T){var v=T.ref;null!==v&&("function"===typeof v?v(null):v.current=null)}}switch(1038&b){case 2:cs(Ps),Ps.effectTag&=-3;break;case 6:cs(Ps),Ps.effectTag&=-3,us(Ps.alternate,Ps);break;case 1024:Ps.effectTag&=-1025;break;case 1028:Ps.effectTag&=-1025,us(Ps.alternate,Ps);break;case 4:us(Ps.alternate,Ps);break;case 8:ds(s,d=Ps,l),ss(d)}Ps=Ps.nextEffect}}catch(N){if(null===Ps)throw Error(o(330));El(Ps,N),Ps=Ps.nextEffect}}while(null!==Ps);if(v=fn,T=pn(),b=v.focusedElem,l=v.selectionRange,T!==b&&b&&b.ownerDocument&&function e(t,n){return!(!t||!n)&&(t===n||(!t||3!==t.nodeType)&&(n&&3===n.nodeType?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}(b.ownerDocument.documentElement,b)){null!==l&&mn(b)&&(T=l.start,void 0===(v=l.end)&&(v=T),"selectionStart"in b?(b.selectionStart=T,b.selectionEnd=Math.min(v,b.value.length)):(v=(T=b.ownerDocument||document)&&T.defaultView||window).getSelection&&(v=v.getSelection(),d=b.textContent.length,s=Math.min(l.start,d),l=void 0===l.end?s:Math.min(l.end,d),!v.extend&&s>l&&(d=l,l=s,s=d),d=_n(b,s),u=_n(b,l),d&&u&&(1!==v.rangeCount||v.anchorNode!==d.node||v.anchorOffset!==d.offset||v.focusNode!==u.node||v.focusOffset!==u.offset)&&((T=T.createRange()).setStart(d.node,d.offset),v.removeAllRanges(),s>l?(v.addRange(T),v.extend(u.node,u.offset)):(T.setEnd(u.node,u.offset),v.addRange(T))))),T=[];for(v=b;v=v.parentNode;)1===v.nodeType&&T.push({element:v,left:v.scrollLeft,top:v.scrollTop});for("function"===typeof b.focus&&b.focus(),b=0;b<T.length;b++)(v=T[b]).element.scrollLeft=v.left,v.element.scrollTop=v.top}qt=!!gn,fn=gn=null,e.current=n,Ps=a;do{try{for(b=e;null!==Ps;){var y=Ps.effectTag;if(36&y&&is(b,Ps.alternate,Ps),128&y){T=void 0;var C=Ps.ref;if(null!==C){var O=Ps.stateNode;switch(Ps.tag){case 5:T=O;break;default:T=O}"function"===typeof C?C(T):C.current=T}}Ps=Ps.nextEffect}}catch(N){if(null===Ps)throw Error(o(330));El(Ps,N),Ps=Ps.nextEffect}}while(null!==Ps);Ps=null,La(),ys=i}else e.current=n;if(Fs)Fs=!1,Bs=e,Gs=t;else for(Ps=a;null!==Ps;)t=Ps.nextEffect,Ps.nextEffect=null,Ps=t;if(0===(t=e.firstPendingTime)&&(Us=null),1073741823===t?e===Vs?Hs++:(Hs=0,Vs=e):Hs=0,"function"===typeof Tl&&Tl(n.stateNode,r),Xs(e),ks)throw ks=!1,e=js,js=null,e;return 0!==(8&ys)||za(),null}function ml(){for(;null!==Ps;){var e=Ps.effectTag;0!==(256&e)&&ns(Ps.alternate,Ps),0===(512&e)||Fs||(Fs=!0,Ha(97,(function(){return gl(),null}))),Ps=Ps.nextEffect}}function gl(){if(90!==Gs){var e=97<Gs?97:Gs;return Gs=90,Ya(e,fl)}}function fl(){if(null===Bs)return!1;var e=Bs;if(Bs=null,0!==(48&ys))throw Error(o(331));var t=ys;for(ys|=32,e=e.current.firstEffect;null!==e;){try{var n=e;if(0!==(512&n.effectTag))switch(n.tag){case 0:case 11:case 15:case 22:rs(5,n),as(5,n)}}catch(r){if(null===e)throw Error(o(330));El(e,r)}n=e.nextEffect,e.nextEffect=null,e=n}return ys=t,za(),!0}function hl(e,t,n){li(e,t=ms(e,t=Zo(n,t),1073741823)),null!==(e=Qs(e,1073741823))&&Xs(e)}function El(e,t){if(3===e.tag)hl(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){hl(n,e,t);break}if(1===n.tag){var r=n.stateNode;if("function"===typeof n.type.getDerivedStateFromError||"function"===typeof r.componentDidCatch&&(null===Us||!Us.has(r))){li(n,e=gs(n,e=Zo(t,e),1073741823)),null!==(n=Qs(n,1073741823))&&Xs(n);break}}n=n.return}}function Sl(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),Cs===e&&Ns===n?Rs===vs||Rs===Ts&&1073741823===As&&Fa()-Ls<500?nl(e,Ns):Ms=!0:Dl(e,n)&&(0!==(t=e.lastPingedTime)&&t<n||(e.lastPingedTime=n,Xs(e)))}function bl(e,t){var n=e.stateNode;null!==n&&n.delete(t),0===(t=0)&&(t=Ws(t=qs(),e,null)),null!==(e=Qs(e,t))&&Xs(e)}fs=function(e,t,n){var r=t.expirationTime;if(null!==e){var a=t.pendingProps;if(e.memoizedProps!==a||_a.current)wo=!0;else{if(r<n){switch(wo=!1,t.tag){case 3:Fo(t),Io();break;case 5:if(Mi(t),4&t.mode&&1!==n&&a.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:ga(t.type)&&Sa(t);break;case 4:xi(t,t.stateNode.containerInfo);break;case 10:r=t.memoizedProps.value,a=t.type._context,ca(Qa,a._currentValue),a._currentValue=r;break;case 13:if(null!==t.memoizedState)return 0!==(r=t.child.childExpirationTime)&&r>=n?Vo(e,t,n):(ca(Pi,1&Pi.current),null!==(t=Ko(e,t,n))?t.sibling:null);ca(Pi,1&Pi.current);break;case 19:if(r=t.childExpirationTime>=n,0!==(64&e.effectTag)){if(r)return Wo(e,t,n);t.effectTag|=64}if(null!==(a=t.memoizedState)&&(a.rendering=null,a.tail=null),ca(Pi,Pi.current),!r)return null}return Ko(e,t,n)}wo=!1}}else wo=!1;switch(t.expirationTime=0,t.tag){case 2:if(r=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,a=ma(t,ua.current),ni(t,n),a=Wi(null,t,r,e,a,n),t.effectTag|=1,"object"===typeof a&&null!==a&&"function"===typeof a.render&&void 0===a.$$typeof){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,ga(r)){var i=!0;Sa(t)}else i=!1;t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null,ii(t);var s=r.getDerivedStateFromProps;"function"===typeof s&&mi(t,r,s,e),a.updater=gi,t.stateNode=a,a._reactInternalFiber=t,Si(t,r,e,n),t=Uo(null,t,r,!0,i,n)}else t.tag=0,xo(null,t,a,n),t=t.child;return t;case 16:e:{if(a=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,function(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}}(a),1!==a._status)throw a._result;switch(a=a._result,t.type=a,i=t.tag=function(e){if("function"===typeof e)return Ol(e)?1:0;if(void 0!==e&&null!==e){if((e=e.$$typeof)===le)return 11;if(e===ue)return 14}return 2}(a),e=Ka(a,e),i){case 0:t=ko(null,t,a,e,n);break e;case 1:t=jo(null,t,a,e,n);break e;case 11:t=Do(null,t,a,e,n);break e;case 14:t=Mo(null,t,a,Ka(a.type,e),r,n);break e}throw Error(o(306,a,""))}return t;case 0:return r=t.type,a=t.pendingProps,ko(e,t,r,a=t.elementType===r?a:Ka(r,a),n);case 1:return r=t.type,a=t.pendingProps,jo(e,t,r,a=t.elementType===r?a:Ka(r,a),n);case 3:if(Fo(t),r=t.updateQueue,null===e||null===r)throw Error(o(282));if(r=t.pendingProps,a=null!==(a=t.memoizedState)?a.element:null,oi(e,t),di(t,r,null,n),(r=t.memoizedState.element)===a)Io(),t=Ko(e,t,n);else{if((a=t.stateNode.hydrate)&&(To=Tn(t.stateNode.containerInfo.firstChild),bo=t,a=vo=!0),a)for(n=Oi(t,null,r,n),t.child=n;n;)n.effectTag=-3&n.effectTag|1024,n=n.sibling;else xo(e,t,r,n),Io();t=t.child}return t;case 5:return Mi(t),null===e&&Oo(t),r=t.type,a=t.pendingProps,i=null!==e?e.memoizedProps:null,s=a.children,En(r,a)?s=null:null!==i&&En(r,i)&&(t.effectTag|=16),Po(e,t),4&t.mode&&1!==n&&a.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(xo(e,t,s,n),t=t.child),t;case 6:return null===e&&Oo(t),null;case 13:return Vo(e,t,n);case 4:return xi(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=Ci(t,null,r,n):xo(e,t,r,n),t.child;case 11:return r=t.type,a=t.pendingProps,Do(e,t,r,a=t.elementType===r?a:Ka(r,a),n);case 7:return xo(e,t,t.pendingProps,n),t.child;case 8:case 12:return xo(e,t,t.pendingProps.children,n),t.child;case 10:e:{r=t.type._context,a=t.pendingProps,s=t.memoizedProps,i=a.value;var l=t.type._context;if(ca(Qa,l._currentValue),l._currentValue=i,null!==s)if(l=s.value,0===(i=jr(l,i)?0:0|("function"===typeof r._calculateChangedBits?r._calculateChangedBits(l,i):1073741823))){if(s.children===a.children&&!_a.current){t=Ko(e,t,n);break e}}else for(null!==(l=t.child)&&(l.return=t);null!==l;){var c=l.dependencies;if(null!==c){s=l.child;for(var d=c.firstContext;null!==d;){if(d.context===r&&0!==(d.observedBits&i)){1===l.tag&&((d=si(n,null)).tag=2,li(l,d)),l.expirationTime<n&&(l.expirationTime=n),null!==(d=l.alternate)&&d.expirationTime<n&&(d.expirationTime=n),ti(l.return,n),c.expirationTime<n&&(c.expirationTime=n);break}d=d.next}}else s=10===l.tag&&l.type===t.type?null:l.child;if(null!==s)s.return=l;else for(s=l;null!==s;){if(s===t){s=null;break}if(null!==(l=s.sibling)){l.return=s.return,s=l;break}s=s.return}l=s}xo(e,t,a.children,n),t=t.child}return t;case 9:return a=t.type,r=(i=t.pendingProps).children,ni(t,n),r=r(a=ri(a,i.unstable_observedBits)),t.effectTag|=1,xo(e,t,r,n),t.child;case 14:return i=Ka(a=t.type,t.pendingProps),Mo(e,t,a,i=Ka(a.type,i),r,n);case 15:return Lo(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,a=t.pendingProps,a=t.elementType===r?a:Ka(r,a),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,ga(r)?(e=!0,Sa(t)):e=!1,ni(t,n),hi(t,r,a),Si(t,r,a,n),Uo(null,t,r,!0,e,n);case 19:return Wo(e,t,n)}throw Error(o(156,t.tag))};var Tl=null,vl=null;function yl(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function Cl(e,t,n,r){return new yl(e,t,n,r)}function Ol(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Nl(e,t){var n=e.alternate;return null===n?((n=Cl(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.effectTag=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childExpirationTime=e.childExpirationTime,n.expirationTime=e.expirationTime,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Rl(e,t,n,r,a,i){var s=2;if(r=e,"function"===typeof e)Ol(e)&&(s=1);else if("string"===typeof e)s=5;else e:switch(e){case ne:return Il(n.children,a,i,t);case se:s=8,a|=7;break;case re:s=8,a|=1;break;case ae:return(e=Cl(12,n,t,8|a)).elementType=ae,e.type=ae,e.expirationTime=i,e;case ce:return(e=Cl(13,n,t,a)).type=ce,e.elementType=ce,e.expirationTime=i,e;case de:return(e=Cl(19,n,t,a)).elementType=de,e.expirationTime=i,e;default:if("object"===typeof e&&null!==e)switch(e.$$typeof){case ie:s=10;break e;case oe:s=9;break e;case le:s=11;break e;case ue:s=14;break e;case _e:s=16,r=null;break e;case pe:s=22;break e}throw Error(o(130,null==e?e:typeof e,""))}return(t=Cl(s,n,t,a)).elementType=e,t.type=r,t.expirationTime=i,t}function Il(e,t,n,r){return(e=Cl(7,e,r,t)).expirationTime=n,e}function Al(e,t,n){return(e=Cl(6,e,null,t)).expirationTime=n,e}function wl(e,t,n){return(t=Cl(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function xl(e,t,n){this.tag=t,this.current=null,this.containerInfo=e,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Dl(e,t){var n=e.firstSuspendedTime;return e=e.lastSuspendedTime,0!==n&&n>=t&&e<=t}function Ml(e,t){var n=e.firstSuspendedTime,r=e.lastSuspendedTime;n<t&&(e.firstSuspendedTime=t),(r>t||0===n)&&(e.lastSuspendedTime=t),t<=e.lastPingedTime&&(e.lastPingedTime=0),t<=e.lastExpiredTime&&(e.lastExpiredTime=0)}function Ll(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var n=e.firstSuspendedTime;0!==n&&(t>=n?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:t>=e.lastSuspendedTime&&(e.lastSuspendedTime=t+1),t>e.nextKnownPendingLevel&&(e.nextKnownPendingLevel=t))}function Pl(e,t){var n=e.lastExpiredTime;(0===n||n>t)&&(e.lastExpiredTime=t)}function kl(e,t,n,r){var a=t.current,i=qs(),s=_i.suspense;i=Ws(i,a,s);e:if(n){t:{if(Je(n=n._reactInternalFiber)!==n||1!==n.tag)throw Error(o(170));var l=n;do{switch(l.tag){case 3:l=l.stateNode.context;break t;case 1:if(ga(l.type)){l=l.stateNode.__reactInternalMemoizedMergedChildContext;break t}}l=l.return}while(null!==l);throw Error(o(171))}if(1===n.tag){var c=n.type;if(ga(c)){n=Ea(n,c,l);break e}}n=l}else n=da;return null===t.context?t.context=n:t.pendingContext=n,(t=si(i,s)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),li(a,t),Ks(a,i),i}function jl(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function Ul(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retryTime<t&&(e.retryTime=t)}function Fl(e,t){Ul(e,t),(e=e.alternate)&&Ul(e,t)}function Bl(e,t,n){var r=new xl(e,t,n=null!=n&&!0===n.hydrate),a=Cl(3,null,null,2===t?7:1===t?3:0);r.current=a,a.stateNode=r,ii(a),e[Nn]=r.current,n&&0!==t&&function(e,t){var n=Ze(t);Nt.forEach((function(e){mt(e,t,n)})),Rt.forEach((function(e){mt(e,t,n)}))}(0,9===e.nodeType?e:e.ownerDocument),this._internalRoot=r}function Gl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Yl(e,t,n,r,a){var i=n._reactRootContainer;if(i){var o=i._internalRoot;if("function"===typeof a){var s=a;a=function(){var e=jl(o);s.call(e)}}kl(t,o,e,a)}else{if(i=n._reactRootContainer=function(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new Bl(e,0,t?{hydrate:!0}:void 0)}(n,r),o=i._internalRoot,"function"===typeof a){var l=a;a=function(){var e=jl(o);l.call(e)}}tl((function(){kl(t,o,e,a)}))}return jl(o)}function Hl(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:te,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}function Vl(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Gl(t))throw Error(o(200));return Hl(e,t,null,n)}Bl.prototype.render=function(e){kl(e,this._internalRoot,null,null)},Bl.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;kl(null,e,null,(function(){t[Nn]=null}))},gt=function(e){if(13===e.tag){var t=Wa(qs(),150,100);Ks(e,t),Fl(e,t)}},ft=function(e){13===e.tag&&(Ks(e,3),Fl(e,3))},ht=function(e){if(13===e.tag){var t=qs();Ks(e,t=Ws(t,e,null)),Fl(e,t)}},I=function(e,t,n){switch(t){case"input":if(Oe(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var a=wn(r);if(!a)throw Error(o(90));Te(r),Oe(r,a)}}}break;case"textarea":De(e,n);break;case"select":null!=(t=n.value)&&Ae(e,!!n.multiple,t,!1)}},L=el,P=function(e,t,n,r,a){var i=ys;ys|=4;try{return Ya(98,e.bind(null,t,n,r,a))}finally{0===(ys=i)&&za()}},k=function(){0===(49&ys)&&(function(){if(null!==Ys){var e=Ys;Ys=null,e.forEach((function(e,t){Pl(t,e),Xs(t)})),za()}}(),gl())},j=function(e,t){var n=ys;ys|=2;try{return e(t)}finally{0===(ys=n)&&za()}};var zl,ql,Wl={Events:[In,An,wn,N,y,jn,function(e){at(e,kn)},D,M,Xt,st,gl,{current:!1}]};ql=(zl={findFiberByHostInstance:Rn,bundleType:0,version:"16.14.0",rendererPackageName:"react-dom"}).findFiberByHostInstance,function(e){if("undefined"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);Tl=function(e){try{t.onCommitFiberRoot(n,e,void 0,64===(64&e.current.effectTag))}catch(r){}},vl=function(e){try{t.onCommitFiberUnmount(n,e)}catch(r){}}}catch(r){}}(a({},zl,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:$.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=nt(e))?null:e.stateNode},findFiberByHostInstance:function(e){return ql?ql(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null})),t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Wl,t.createPortal=Vl,t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternalFiber;if(void 0===t){if("function"===typeof e.render)throw Error(o(188));throw Error(o(268,Object.keys(e)))}return e=null===(e=nt(t))?null:e.stateNode},t.flushSync=function(e,t){if(0!==(48&ys))throw Error(o(187));var n=ys;ys|=1;try{return Ya(99,e.bind(null,t))}finally{ys=n,za()}},t.hydrate=function(e,t,n){if(!Gl(t))throw Error(o(200));return Yl(null,e,t,!0,n)},t.render=function(e,t,n){if(!Gl(t))throw Error(o(200));return Yl(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Gl(e))throw Error(o(40));return!!e._reactRootContainer&&(tl((function(){Yl(null,null,e,!1,(function(){e._reactRootContainer=null,e[Nn]=null}))})),!0)},t.unstable_batchedUpdates=el,t.unstable_createPortal=function(e,t){return Vl(e,t,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)},t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!Gl(n))throw Error(o(200));if(null==e||void 0===e._reactInternalFiber)throw Error(o(38));return Yl(e,t,n,!1,r)},t.version="16.14.0"},"../node_modules/react-dom/index.js":function(e,t,n){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}}(),e.exports=n("../node_modules/react-dom/cjs/react-dom.production.min.js")},"../node_modules/react-feather/dist/icons/chevron-down.js":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=o(n("../node_modules/react/index.js")),i=o(n("../node_modules/prop-types/index.js"));function o(e){return e&&e.__esModule?e:{default:e}}var s=function(e){var t=e.color,n=e.size,i=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["color","size"]);return a.default.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",width:n,height:n,viewBox:"0 0 24 24",fill:"none",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},i),a.default.createElement("polyline",{points:"6 9 12 15 18 9"}))};s.propTypes={color:i.default.string,size:i.default.oneOfType([i.default.string,i.default.number])},s.defaultProps={color:"currentColor",size:"24"},t.default=s},"../node_modules/react-feather/dist/icons/edit-2.js":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=o(n("../node_modules/react/index.js")),i=o(n("../node_modules/prop-types/index.js"));function o(e){return e&&e.__esModule?e:{default:e}}var s=function(e){var t=e.color,n=e.size,i=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["color","size"]);return a.default.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",width:n,height:n,viewBox:"0 0 24 24",fill:"none",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},i),a.default.createElement("polygon",{points:"16 3 21 8 8 21 3 21 3 16 16 3"}))};s.propTypes={color:i.default.string,size:i.default.oneOfType([i.default.string,i.default.number])},s.defaultProps={color:"currentColor",size:"24"},t.default=s},"../node_modules/react-feather/dist/icons/search.js":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=o(n("../node_modules/react/index.js")),i=o(n("../node_modules/prop-types/index.js"));function o(e){return e&&e.__esModule?e:{default:e}}var s=function(e){var t=e.color,n=e.size,i=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["color","size"]);return a.default.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",width:n,height:n,viewBox:"0 0 24 24",fill:"none",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},i),a.default.createElement("circle",{cx:"11",cy:"11",r:"8"}),a.default.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}))};s.propTypes={color:i.default.string,size:i.default.oneOfType([i.default.string,i.default.number])},s.defaultProps={color:"currentColor",size:"24"},t.default=s},"../node_modules/react-github-btn/index.js":function(e,t,n){"use strict";var r=n("../node_modules/react/index.js"),a=n.n(r);class i extends r.PureComponent{constructor(e){super(e),this.$=a.a.createRef(),this._=a.a.createRef()}render(){return a.a.createElement("span",{ref:this.$},a.a.createElement("a",{...this.props,ref:this._},this.props.children))}componentDidMount(){this.paint()}componentWillUpdate(){this.reset()}componentDidUpdate(){this.paint()}componentWillUnmount(){this.reset()}paint(){const e=this.$.current.appendChild(document.createElement("span"));Promise.resolve().then(n.bind(null,"../node_modules/github-buttons/dist/buttons.esm.js")).then(({render:t})=>{t(e.appendChild(this._.current),(function(t){try{e.parentNode.replaceChild(t,e)}catch(e){}}))})}reset(){this.$.current.replaceChild(this._.current,this.$.current.lastChild)}}t.a=i},"../node_modules/react-is/cjs/react-is.production.min.js":function(e,t,n){"use strict";var r="function"===typeof Symbol&&Symbol.for,a=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):60108,l=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,d=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,_=r?Symbol.for("react.concurrent_mode"):60111,p=r?Symbol.for("react.forward_ref"):60112,m=r?Symbol.for("react.suspense"):60113,g=r?Symbol.for("react.suspense_list"):60120,f=r?Symbol.for("react.memo"):60115,h=r?Symbol.for("react.lazy"):60116,E=r?Symbol.for("react.block"):60121,S=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,T=r?Symbol.for("react.scope"):60119;function v(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case u:case _:case o:case l:case s:case m:return e;default:switch(e=e&&e.$$typeof){case d:case p:case h:case f:case c:return e;default:return t}}case i:return t}}}function y(e){return v(e)===_}t.AsyncMode=u,t.ConcurrentMode=_,t.ContextConsumer=d,t.ContextProvider=c,t.Element=a,t.ForwardRef=p,t.Fragment=o,t.Lazy=h,t.Memo=f,t.Portal=i,t.Profiler=l,t.StrictMode=s,t.Suspense=m,t.isAsyncMode=function(e){return y(e)||v(e)===u},t.isConcurrentMode=y,t.isContextConsumer=function(e){return v(e)===d},t.isContextProvider=function(e){return v(e)===c},t.isElement=function(e){return"object"===typeof e&&null!==e&&e.$$typeof===a},t.isForwardRef=function(e){return v(e)===p},t.isFragment=function(e){return v(e)===o},t.isLazy=function(e){return v(e)===h},t.isMemo=function(e){return v(e)===f},t.isPortal=function(e){return v(e)===i},t.isProfiler=function(e){return v(e)===l},t.isStrictMode=function(e){return v(e)===s},t.isSuspense=function(e){return v(e)===m},t.isValidElementType=function(e){return"string"===typeof e||"function"===typeof e||e===o||e===_||e===l||e===s||e===m||e===g||"object"===typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===f||e.$$typeof===c||e.$$typeof===d||e.$$typeof===p||e.$$typeof===S||e.$$typeof===b||e.$$typeof===T||e.$$typeof===E)},t.typeOf=v},"../node_modules/react-is/index.js":function(e,t,n){"use strict";e.exports=n("../node_modules/react-is/cjs/react-is.production.min.js")},"../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js":function(e,t,n){"use strict";var r=n("../node_modules/@babel/runtime/helpers/objectWithoutProperties.js"),a=n.n(r),i=n("../node_modules/react/index.js"),o=n.n(i),s=n("../node_modules/@babel/runtime/helpers/extends.js"),l=n.n(s),c=n("../node_modules/@babel/runtime/helpers/objectSpread.js"),d=n.n(c);function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return e.reduce((function(e,t){return d()({},e,n[t])}),t)}function _(e){return e.join(" ")}function p(e){var t=e.node,n=e.stylesheet,r=e.style,a=void 0===r?{}:r,i=e.useInlineStyles,s=e.key,c=t.properties,m=t.type,g=t.tagName,f=t.value;if("text"===m)return f;if(g){var h=function(e,t){var n=0;return function(r){return n+=1,r.map((function(r,a){return p({node:r,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(n,"-").concat(a)})}))}}(n,i),E=i&&c.className&&c.className.filter((function(e){return!n[e]})),S=E&&E.length?E:void 0,b=i?d()({},c,{className:S&&_(S)},{style:u(c.className,Object.assign({},c.style,a),n)}):d()({},c,{className:_(c.className)}),T=h(t.children);return o.a.createElement(g,l()({key:s},b),T)}}var m=/\n/g;function g(e){var t=e.codeString,n=e.codeStyle,r=e.containerStyle,a=void 0===r?{float:"left",paddingRight:"10px"}:r,i=e.numberStyle,s=void 0===i?{}:i,l=e.startingLineNumber;return o.a.createElement("code",{style:Object.assign({},n,a)},function(e){var t=e.lines,n=e.startingLineNumber,r=e.style;return t.map((function(e,t){var a=t+n;return o.a.createElement("span",{key:"line-".concat(t),className:"react-syntax-highlighter-line-number",style:"function"===typeof r?r(a):r},"".concat(a,"\n"))}))}({lines:t.replace(/\n$/,"").split("\n"),style:s,startingLineNumber:l}))}function f(e){var t=e.children,n=e.lineNumber,r=e.lineProps,a=e.className,i=void 0===a?[]:a,o=("function"===typeof r?r(n):r)||{};return o.className=o.className?i.concat(o.className):i,{type:"element",tagName:"span",properties:o,children:t}}function h(e,t){for(var n=function e(t){for(var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],a=0;a<t.length;a++){var i=t[a];if("text"===i.type)r.push(f({children:[i],className:n}));else if(i.children){var o=n.concat(i.properties.className);r=r.concat(e(i.children,o))}}return r}(e.value),r=[],a=-1,i=0,o=function(){var e=n[i],o=e.children[0].value;if(o.match(m)){var s=o.split("\n");s.forEach((function(o,l){var c=r.length+1,d={type:"text",value:"".concat(o,"\n")};if(0===l){var u=n.slice(a+1,i).concat(f({children:[d],className:e.properties.className}));r.push(f({children:u,lineNumber:c,lineProps:t}))}else if(l===s.length-1){if(n[i+1]&&n[i+1].children&&n[i+1].children[0]){var _=f({children:[{type:"text",value:"".concat(o)}],className:e.properties.className});n.splice(i+1,0,_)}else r.push(f({children:[d],lineNumber:c,lineProps:t,className:e.properties.className}))}else r.push(f({children:[d],lineNumber:c,lineProps:t,className:e.properties.className}))})),a=i}i++};i<n.length;)o();if(a!==n.length-1){var s=n.slice(a+1,n.length);s&&s.length&&r.push(f({children:s,lineNumber:r.length+1,lineProps:t}))}return r}function E(e){var t=e.rows,n=e.stylesheet,r=e.useInlineStyles;return t.map((function(e,t){return p({node:e,stylesheet:n,useInlineStyles:r,key:"code-segement".concat(t)})}))}var S,b,T=n("../node_modules/lowlight/index.js"),v=(S=n.n(T).a,b={hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#F0F0F0",color:"#444"},"hljs-subst":{color:"#444"},"hljs-comment":{color:"#888888"},"hljs-keyword":{fontWeight:"bold"},"hljs-attribute":{fontWeight:"bold"},"hljs-selector-tag":{fontWeight:"bold"},"hljs-meta-keyword":{fontWeight:"bold"},"hljs-doctag":{fontWeight:"bold"},"hljs-name":{fontWeight:"bold"},"hljs-type":{color:"#880000"},"hljs-string":{color:"#880000"},"hljs-number":{color:"#880000"},"hljs-selector-id":{color:"#880000"},"hljs-selector-class":{color:"#880000"},"hljs-quote":{color:"#880000"},"hljs-template-tag":{color:"#880000"},"hljs-deletion":{color:"#880000"},"hljs-title":{color:"#880000",fontWeight:"bold"},"hljs-section":{color:"#880000",fontWeight:"bold"},"hljs-regexp":{color:"#BC6060"},"hljs-symbol":{color:"#BC6060"},"hljs-variable":{color:"#BC6060"},"hljs-template-variable":{color:"#BC6060"},"hljs-link":{color:"#BC6060"},"hljs-selector-attr":{color:"#BC6060"},"hljs-selector-pseudo":{color:"#BC6060"},"hljs-literal":{color:"#78A960"},"hljs-built_in":{color:"#397300"},"hljs-bullet":{color:"#397300"},"hljs-code":{color:"#397300"},"hljs-addition":{color:"#397300"},"hljs-meta":{color:"#1f7199"},"hljs-meta-string":{color:"#4d99bf"},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}},function(e){var t=e.language,n=e.children,r=e.style,i=void 0===r?b:r,s=e.customStyle,l=void 0===s?{}:s,c=e.codeTagProps,d=void 0===c?{style:i['code[class*="language-"]']}:c,u=e.useInlineStyles,_=void 0===u||u,p=e.showLineNumbers,m=void 0!==p&&p,f=e.startingLineNumber,T=void 0===f?1:f,v=e.lineNumberContainerStyle,y=e.lineNumberStyle,C=e.wrapLines,O=e.lineProps,N=void 0===O?{}:O,R=e.renderer,I=e.PreTag,A=void 0===I?"pre":I,w=e.CodeTag,x=void 0===w?"code":w,D=e.code,M=void 0===D?Array.isArray(n)?n[0]:n:D,L=e.astGenerator,P=a()(e,["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"]);L=L||S;var k=m?o.a.createElement(g,{containerStyle:v,codeStyle:d.style||{},numberStyle:y,startingLineNumber:T,codeString:M}):null,j=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},U=_?Object.assign({},P,{style:Object.assign({},j,l)}):Object.assign({},P,{className:"hljs"});if(!L)return o.a.createElement(A,U,k,o.a.createElement(x,d,M));C=!(!R||void 0!==C)||C,R=R||E;var F=[{type:"text",value:M}],B=function(e){var t=e.astGenerator,n=e.language,r=e.code,a=e.defaultCodeValue;if(t.getLanguage){var i=n&&t.getLanguage(n);return"text"===n?{value:a,language:"text"}:i?t.highlight(n,r):t.highlightAuto(r)}try{return n&&"text"!==n?{value:t.highlight(r,n)}:{value:a}}catch(o){return{value:a}}}({astGenerator:L,language:t,code:M,defaultCodeValue:F});null===B.language&&(B.value=F);var G=C?h(B,N):B.value;return o.a.createElement(A,U,k,o.a.createElement(x,d,R({rows:G,stylesheet:i,useInlineStyles:_})))});v.supportedLanguages=["1c","abnf","accesslog","actionscript","ada","angelscript","apache","applescript","arcade","arduino","armasm","asciidoc","aspectj","autohotkey","autoit","avrasm","awk","axapta","bash","basic","bnf","brainfuck","cal","capnproto","ceylon","clean","clojure-repl","clojure","cmake","coffeescript","coq","cos","cpp","crmsh","crystal","cs","csp","css","d","dart","delphi","diff","django","dns","dockerfile","dos","dsconfig","dts","dust","ebnf","elixir","elm","erb","erlang-repl","erlang","excel","fix","flix","fortran","fsharp","gams","gauss","gcode","gherkin","glsl","gml","go","golo","gradle","groovy","haml","handlebars","haskell","haxe","hsp","htmlbars","http","hy","inform7","ini","irpf90","isbl","java","javascript","jboss-cli","json","julia-repl","julia","kotlin","lasso","ldif","leaf","less","lisp","livecodeserver","livescript","llvm","lsl","lua","makefile","markdown","mathematica","matlab","maxima","mel","mercury","mipsasm","mizar","mojolicious","monkey","moonscript","n1ql","nginx","nimrod","nix","nsis","objectivec","ocaml","openscad","oxygene","parser3","perl","pf","pgsql","php","plaintext","pony","powershell","processing","profile","prolog","properties","protobuf","puppet","purebasic","python","q","qml","r","reasonml","rib","roboconf","routeros","rsl","ruby","ruleslanguage","rust","sas","scala","scheme","scilab","scss","shell","smali","smalltalk","sml","sqf","sql","stan","stata","step21","stylus","subunit","swift","taggerscript","tap","tcl","tex","thrift","tp","twig","typescript","vala","vbnet","vbscript-html","vbscript","verilog","vhdl","vim","x86asm","xl","xml","xquery","yaml","zephir"];t.a=v},"../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js":function(e,t,n){"use strict";t.a={hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#444",color:"#ddd"},"hljs-keyword":{color:"white",fontWeight:"bold"},"hljs-selector-tag":{color:"white",fontWeight:"bold"},"hljs-literal":{color:"white",fontWeight:"bold"},"hljs-section":{color:"white",fontWeight:"bold"},"hljs-link":{color:"white"},"hljs-subst":{color:"#ddd"},"hljs-string":{color:"#d88"},"hljs-title":{color:"#d88",fontWeight:"bold"},"hljs-name":{color:"#d88",fontWeight:"bold"},"hljs-type":{color:"#d88",fontWeight:"bold"},"hljs-attribute":{color:"#d88"},"hljs-symbol":{color:"#d88"},"hljs-bullet":{color:"#d88"},"hljs-built_in":{color:"#d88"},"hljs-addition":{color:"#d88"},"hljs-variable":{color:"#d88"},"hljs-template-tag":{color:"#d88"},"hljs-template-variable":{color:"#d88"},"hljs-comment":{color:"#777"},"hljs-quote":{color:"#777"},"hljs-deletion":{color:"#777"},"hljs-meta":{color:"#777"},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}}},"../node_modules/react/cjs/react.production.min.js":function(e,t,n){"use strict";var r=n("../node_modules/object-assign/index.js"),a="function"===typeof Symbol&&Symbol.for,i=a?Symbol.for("react.element"):60103,o=a?Symbol.for("react.portal"):60106,s=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,c=a?Symbol.for("react.profiler"):60114,d=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,_=a?Symbol.for("react.forward_ref"):60112,p=a?Symbol.for("react.suspense"):60113,m=a?Symbol.for("react.memo"):60115,g=a?Symbol.for("react.lazy"):60116,f="function"===typeof Symbol&&Symbol.iterator;function h(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var E={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},S={};function b(e,t,n){this.props=e,this.context=t,this.refs=S,this.updater=n||E}function T(){}function v(e,t,n){this.props=e,this.context=t,this.refs=S,this.updater=n||E}b.prototype.isReactComponent={},b.prototype.setState=function(e,t){if("object"!==typeof e&&"function"!==typeof e&&null!=e)throw Error(h(85));this.updater.enqueueSetState(this,e,t,"setState")},b.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},T.prototype=b.prototype;var y=v.prototype=new T;y.constructor=v,r(y,b.prototype),y.isPureReactComponent=!0;var C={current:null},O=Object.prototype.hasOwnProperty,N={key:!0,ref:!0,__self:!0,__source:!0};function R(e,t,n){var r,a={},o=null,s=null;if(null!=t)for(r in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(o=""+t.key),t)O.call(t,r)&&!N.hasOwnProperty(r)&&(a[r]=t[r]);var l=arguments.length-2;if(1===l)a.children=n;else if(1<l){for(var c=Array(l),d=0;d<l;d++)c[d]=arguments[d+2];a.children=c}if(e&&e.defaultProps)for(r in l=e.defaultProps)void 0===a[r]&&(a[r]=l[r]);return{$$typeof:i,type:e,key:o,ref:s,props:a,_owner:C.current}}function I(e){return"object"===typeof e&&null!==e&&e.$$typeof===i}var A=/\/+/g,w=[];function x(e,t,n,r){if(w.length){var a=w.pop();return a.result=e,a.keyPrefix=t,a.func=n,a.context=r,a.count=0,a}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function D(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>w.length&&w.push(e)}function M(e,t,n){return null==e?0:function e(t,n,r,a){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var l=!1;if(null===t)l=!0;else switch(s){case"string":case"number":l=!0;break;case"object":switch(t.$$typeof){case i:case o:l=!0}}if(l)return r(a,t,""===n?"."+L(t,0):n),1;if(l=0,n=""===n?".":n+":",Array.isArray(t))for(var c=0;c<t.length;c++){var d=n+L(s=t[c],c);l+=e(s,d,r,a)}else if(null===t||"object"!==typeof t?d=null:d="function"===typeof(d=f&&t[f]||t["@@iterator"])?d:null,"function"===typeof d)for(t=d.call(t),c=0;!(s=t.next()).done;)l+=e(s=s.value,d=n+L(s,c++),r,a);else if("object"===s)throw r=""+t,Error(h(31,"[object Object]"===r?"object with keys {"+Object.keys(t).join(", ")+"}":r,""));return l}(e,"",t,n)}function L(e,t){return"object"===typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function P(e,t){e.func.call(e.context,t,e.count++)}function k(e,t,n){var r=e.result,a=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?j(e,r,n,(function(e){return e})):null!=e&&(I(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,a+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(A,"$&/")+"/")+n)),r.push(e))}function j(e,t,n,r,a){var i="";null!=n&&(i=(""+n).replace(A,"$&/")+"/"),M(e,k,t=x(t,i,r,a)),D(t)}var U={current:null};function F(){var e=U.current;if(null===e)throw Error(h(321));return e}var B={ReactCurrentDispatcher:U,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:C,IsSomeRendererActing:{current:!1},assign:r};t.Children={map:function(e,t,n){if(null==e)return e;var r=[];return j(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;M(e,P,t=x(null,null,t,n)),D(t)},count:function(e){return M(e,(function(){return null}),null)},toArray:function(e){var t=[];return j(e,t,null,(function(e){return e})),t},only:function(e){if(!I(e))throw Error(h(143));return e}},t.Component=b,t.Fragment=s,t.Profiler=c,t.PureComponent=v,t.StrictMode=l,t.Suspense=p,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=B,t.cloneElement=function(e,t,n){if(null===e||void 0===e)throw Error(h(267,e));var a=r({},e.props),o=e.key,s=e.ref,l=e._owner;if(null!=t){if(void 0!==t.ref&&(s=t.ref,l=C.current),void 0!==t.key&&(o=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(d in t)O.call(t,d)&&!N.hasOwnProperty(d)&&(a[d]=void 0===t[d]&&void 0!==c?c[d]:t[d])}var d=arguments.length-2;if(1===d)a.children=n;else if(1<d){c=Array(d);for(var u=0;u<d;u++)c[u]=arguments[u+2];a.children=c}return{$$typeof:i,type:e.type,key:o,ref:s,props:a,_owner:l}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:u,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:d,_context:e},e.Consumer=e},t.createElement=R,t.createFactory=function(e){var t=R.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:_,render:e}},t.isValidElement=I,t.lazy=function(e){return{$$typeof:g,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:m,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return F().useCallback(e,t)},t.useContext=function(e,t){return F().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return F().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return F().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return F().useLayoutEffect(e,t)},t.useMemo=function(e,t){return F().useMemo(e,t)},t.useReducer=function(e,t,n){return F().useReducer(e,t,n)},t.useRef=function(e){return F().useRef(e)},t.useState=function(e){return F().useState(e)},t.version="16.14.0"},"../node_modules/react/index.js":function(e,t,n){"use strict";e.exports=n("../node_modules/react/cjs/react.production.min.js")},"../node_modules/readable-stream/duplex-browser.js":function(e,t,n){e.exports=n("../node_modules/readable-stream/lib/_stream_duplex.js")},"../node_modules/readable-stream/lib/_stream_duplex.js":function(e,t,n){"use strict";var r=n("../node_modules/process-nextick-args/index.js"),a=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=u;var i=Object.create(n("../node_modules/core-util-is/lib/util.js"));i.inherits=n("../node_modules/inherits/inherits_browser.js");var o=n("../node_modules/readable-stream/lib/_stream_readable.js"),s=n("../node_modules/readable-stream/lib/_stream_writable.js");i.inherits(u,o);for(var l=a(s.prototype),c=0;c<l.length;c++){var d=l[c];u.prototype[d]||(u.prototype[d]=s.prototype[d])}function u(e){if(!(this instanceof u))return new u(e);o.call(this,e),s.call(this,e),e&&!1===e.readable&&(this.readable=!1),e&&!1===e.writable&&(this.writable=!1),this.allowHalfOpen=!0,e&&!1===e.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",_)}function _(){this.allowHalfOpen||this._writableState.ended||r.nextTick(p,this)}function p(e){e.end()}Object.defineProperty(u.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(u.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}),u.prototype._destroy=function(e,t){this.push(null),this.end(),r.nextTick(t,e)}},"../node_modules/readable-stream/lib/_stream_passthrough.js":function(e,t,n){"use strict";e.exports=i;var r=n("../node_modules/readable-stream/lib/_stream_transform.js"),a=Object.create(n("../node_modules/core-util-is/lib/util.js"));function i(e){if(!(this instanceof i))return new i(e);r.call(this,e)}a.inherits=n("../node_modules/inherits/inherits_browser.js"),a.inherits(i,r),i.prototype._transform=function(e,t,n){n(null,e)}},"../node_modules/readable-stream/lib/_stream_readable.js":function(e,t,n){"use strict";(function(t,r){var a=n("../node_modules/process-nextick-args/index.js");e.exports=S;var i,o=n("../node_modules/isarray/index.js");S.ReadableState=E;n("../node_modules/events/events.js").EventEmitter;var s=function(e,t){return e.listeners(t).length},l=n("../node_modules/readable-stream/lib/internal/streams/stream-browser.js"),c=n("../node_modules/readable-stream/node_modules/safe-buffer/index.js").Buffer,d=t.Uint8Array||function(){};var u=Object.create(n("../node_modules/core-util-is/lib/util.js"));u.inherits=n("../node_modules/inherits/inherits_browser.js");var _=n(1),p=void 0;p=_&&_.debuglog?_.debuglog("stream"):function(){};var m,g=n("../node_modules/readable-stream/lib/internal/streams/BufferList.js"),f=n("../node_modules/readable-stream/lib/internal/streams/destroy.js");u.inherits(S,l);var h=["error","close","destroy","pause","resume"];function E(e,t){e=e||{};var r=t instanceof(i=i||n("../node_modules/readable-stream/lib/_stream_duplex.js"));this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var a=e.highWaterMark,o=e.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=a||0===a?a:r&&(o||0===o)?o:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new g,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(m||(m=n("../node_modules/string_decoder/lib/string_decoder.js").StringDecoder),this.decoder=new m(e.encoding),this.encoding=e.encoding)}function S(e){if(i=i||n("../node_modules/readable-stream/lib/_stream_duplex.js"),!(this instanceof S))return new S(e);this._readableState=new E(e,this),this.readable=!0,e&&("function"===typeof e.read&&(this._read=e.read),"function"===typeof e.destroy&&(this._destroy=e.destroy)),l.call(this)}function b(e,t,n,r,a){var i,o=e._readableState;null===t?(o.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,y(e)}(e,o)):(a||(i=function(e,t){var n;r=t,c.isBuffer(r)||r instanceof d||"string"===typeof t||void 0===t||e.objectMode||(n=new TypeError("Invalid non-string/buffer chunk"));var r;return n}(o,t)),i?e.emit("error",i):o.objectMode||t&&t.length>0?("string"===typeof t||o.objectMode||Object.getPrototypeOf(t)===c.prototype||(t=function(e){return c.from(e)}(t)),r?o.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):T(e,o,t,!0):o.ended?e.emit("error",new Error("stream.push() after EOF")):(o.reading=!1,o.decoder&&!n?(t=o.decoder.write(t),o.objectMode||0!==t.length?T(e,o,t,!1):O(e,o)):T(e,o,t,!1))):r||(o.reading=!1));return function(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}(o)}function T(e,t,n,r){t.flowing&&0===t.length&&!t.sync?(e.emit("data",n),e.read(0)):(t.length+=t.objectMode?1:n.length,r?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&y(e)),O(e,t)}Object.defineProperty(S.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),S.prototype.destroy=f.destroy,S.prototype._undestroy=f.undestroy,S.prototype._destroy=function(e,t){this.push(null),t(e)},S.prototype.push=function(e,t){var n,r=this._readableState;return r.objectMode?n=!0:"string"===typeof e&&((t=t||r.defaultEncoding)!==r.encoding&&(e=c.from(e,t),t=""),n=!0),b(this,e,t,!1,n)},S.prototype.unshift=function(e){return b(this,e,null,!0,!1)},S.prototype.isPaused=function(){return!1===this._readableState.flowing},S.prototype.setEncoding=function(e){return m||(m=n("../node_modules/string_decoder/lib/string_decoder.js").StringDecoder),this._readableState.decoder=new m(e),this._readableState.encoding=e,this};function v(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!==e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=8388608?e=8388608:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function y(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(p("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?a.nextTick(C,e):C(e))}function C(e){p("emit readable"),e.emit("readable"),A(e)}function O(e,t){t.readingMore||(t.readingMore=!0,a.nextTick(N,e,t))}function N(e,t){for(var n=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(p("maybeReadMore read 0"),e.read(0),n!==t.length);)n=t.length;t.readingMore=!1}function R(e){p("readable nexttick read 0"),e.read(0)}function I(e,t){t.reading||(p("resume read 0"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit("resume"),A(e),t.flowing&&!t.reading&&e.read(0)}function A(e){var t=e._readableState;for(p("flow",t.flowing);t.flowing&&null!==e.read(););}function w(e,t){return 0===t.length?null:(t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):n=function(e,t,n){var r;e<t.head.data.length?(r=t.head.data.slice(0,e),t.head.data=t.head.data.slice(e)):r=e===t.head.data.length?t.shift():n?function(e,t){var n=t.head,r=1,a=n.data;e-=a.length;for(;n=n.next;){var i=n.data,o=e>i.length?i.length:e;if(o===i.length?a+=i:a+=i.slice(0,e),0===(e-=o)){o===i.length?(++r,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=i.slice(o));break}++r}return t.length-=r,a}(e,t):function(e,t){var n=c.allocUnsafe(e),r=t.head,a=1;r.data.copy(n),e-=r.data.length;for(;r=r.next;){var i=r.data,o=e>i.length?i.length:e;if(i.copy(n,n.length-e,0,o),0===(e-=o)){o===i.length?(++a,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=i.slice(o));break}++a}return t.length-=a,n}(e,t);return r}(e,t.buffer,t.decoder),n);var n}function x(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,a.nextTick(D,t,e))}function D(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function M(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}S.prototype.read=function(e){p("read",e),e=parseInt(e,10);var t=this._readableState,n=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return p("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?x(this):y(this),null;if(0===(e=v(e,t))&&t.ended)return 0===t.length&&x(this),null;var r,a=t.needReadable;return p("need readable",a),(0===t.length||t.length-e<t.highWaterMark)&&p("length less than watermark",a=!0),t.ended||t.reading?p("reading or ended",a=!1):a&&(p("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=v(n,t))),null===(r=e>0?w(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&x(this)),null!==r&&this.emit("data",r),r},S.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},S.prototype.pipe=function(e,t){var n=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=e;break;case 1:i.pipes=[i.pipes,e];break;default:i.pipes.push(e)}i.pipesCount+=1,p("pipe count=%d opts=%j",i.pipesCount,t);var l=(!t||!1!==t.end)&&e!==r.stdout&&e!==r.stderr?d:S;function c(t,r){p("onunpipe"),t===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,p("cleanup"),e.removeListener("close",h),e.removeListener("finish",E),e.removeListener("drain",u),e.removeListener("error",f),e.removeListener("unpipe",c),n.removeListener("end",d),n.removeListener("end",S),n.removeListener("data",g),_=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||u())}function d(){p("onend"),e.end()}i.endEmitted?a.nextTick(l):n.once("end",l),e.on("unpipe",c);var u=function(e){return function(){var t=e._readableState;p("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&s(e,"data")&&(t.flowing=!0,A(e))}}(n);e.on("drain",u);var _=!1;var m=!1;function g(t){p("ondata"),m=!1,!1!==e.write(t)||m||((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==M(i.pipes,e))&&!_&&(p("false write response, pause",n._readableState.awaitDrain),n._readableState.awaitDrain++,m=!0),n.pause())}function f(t){p("onerror",t),S(),e.removeListener("error",f),0===s(e,"error")&&e.emit("error",t)}function h(){e.removeListener("finish",E),S()}function E(){p("onfinish"),e.removeListener("close",h),S()}function S(){p("unpipe"),n.unpipe(e)}return n.on("data",g),function(e,t,n){if("function"===typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?o(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",f),e.once("close",h),e.once("finish",E),e.emit("pipe",n),i.flowing||(p("pipe resume"),n.resume()),e},S.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var r=t.pipes,a=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;i<a;i++)r[i].emit("unpipe",this,n);return this}var o=M(t.pipes,e);return-1===o||(t.pipes.splice(o,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,n)),this},S.prototype.on=function(e,t){var n=l.prototype.on.call(this,e,t);if("data"===e)!1!==this._readableState.flowing&&this.resume();else if("readable"===e){var r=this._readableState;r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.emittedReadable=!1,r.reading?r.length&&y(this):a.nextTick(R,this))}return n},S.prototype.addListener=S.prototype.on,S.prototype.resume=function(){var e=this._readableState;return e.flowing||(p("resume"),e.flowing=!0,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,a.nextTick(I,e,t))}(this,e)),this},S.prototype.pause=function(){return p("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(p("pause"),this._readableState.flowing=!1,this.emit("pause")),this},S.prototype.wrap=function(e){var t=this,n=this._readableState,r=!1;for(var a in e.on("end",(function(){if(p("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(a){(p("wrapped data"),n.decoder&&(a=n.decoder.write(a)),!n.objectMode||null!==a&&void 0!==a)&&((n.objectMode||a&&a.length)&&(t.push(a)||(r=!0,e.pause())))})),e)void 0===this[a]&&"function"===typeof e[a]&&(this[a]=function(t){return function(){return e[t].apply(e,arguments)}}(a));for(var i=0;i<h.length;i++)e.on(h[i],this.emit.bind(this,h[i]));return this._read=function(t){p("wrapped _read",t),r&&(r=!1,e.resume())},this},Object.defineProperty(S.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),S._fromList=w}).call(this,n("../node_modules/webpack/buildin/global.js"),n("../node_modules/process/browser.js"))},"../node_modules/readable-stream/lib/_stream_transform.js":function(e,t,n){"use strict";e.exports=o;var r=n("../node_modules/readable-stream/lib/_stream_duplex.js"),a=Object.create(n("../node_modules/core-util-is/lib/util.js"));function i(e,t){var n=this._transformState;n.transforming=!1;var r=n.writecb;if(!r)return this.emit("error",new Error("write callback called multiple times"));n.writechunk=null,n.writecb=null,null!=t&&this.push(t),r(e);var a=this._readableState;a.reading=!1,(a.needReadable||a.length<a.highWaterMark)&&this._read(a.highWaterMark)}function o(e){if(!(this instanceof o))return new o(e);r.call(this,e),this._transformState={afterTransform:i.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"===typeof e.transform&&(this._transform=e.transform),"function"===typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",s)}function s(){var e=this;"function"===typeof this._flush?this._flush((function(t,n){l(e,t,n)})):l(this,null,null)}function l(e,t,n){if(t)return e.emit("error",t);if(null!=n&&e.push(n),e._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(e._transformState.transforming)throw new Error("Calling transform done when still transforming");return e.push(null)}a.inherits=n("../node_modules/inherits/inherits_browser.js"),a.inherits(o,r),o.prototype.push=function(e,t){return this._transformState.needTransform=!1,r.prototype.push.call(this,e,t)},o.prototype._transform=function(e,t,n){throw new Error("_transform() is not implemented")},o.prototype._write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){var a=this._readableState;(r.needTransform||a.needReadable||a.length<a.highWaterMark)&&this._read(a.highWaterMark)}},o.prototype._read=function(e){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},o.prototype._destroy=function(e,t){var n=this;r.prototype._destroy.call(this,e,(function(e){t(e),n.emit("close")}))}},"../node_modules/readable-stream/lib/_stream_writable.js":function(e,t,n){"use strict";(function(t,r,a){var i=n("../node_modules/process-nextick-args/index.js");function o(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var r=e.entry;e.entry=null;for(;r;){var a=r.callback;t.pendingcb--,a(n),r=r.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}(t,e)}}e.exports=E;var s,l=!t.browser&&["v0.10","v0.9."].indexOf(t.version.slice(0,5))>-1?r:i.nextTick;E.WritableState=h;var c=Object.create(n("../node_modules/core-util-is/lib/util.js"));c.inherits=n("../node_modules/inherits/inherits_browser.js");var d={deprecate:n("../node_modules/util-deprecate/browser.js")},u=n("../node_modules/readable-stream/lib/internal/streams/stream-browser.js"),_=n("../node_modules/readable-stream/node_modules/safe-buffer/index.js").Buffer,p=a.Uint8Array||function(){};var m,g=n("../node_modules/readable-stream/lib/internal/streams/destroy.js");function f(){}function h(e,t){s=s||n("../node_modules/readable-stream/lib/_stream_duplex.js"),e=e||{};var r=t instanceof s;this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var a=e.highWaterMark,c=e.writableHighWaterMark,d=this.objectMode?16:16384;this.highWaterMark=a||0===a?a:r&&(c||0===c)?c:d,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var u=!1===e.decodeStrings;this.decodeStrings=!u,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,r=n.sync,a=n.writecb;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,a){--t.pendingcb,n?(i.nextTick(a,r),i.nextTick(C,e,t),e._writableState.errorEmitted=!0,e.emit("error",r)):(a(r),e._writableState.errorEmitted=!0,e.emit("error",r),C(e,t))}(e,n,r,t,a);else{var o=v(n);o||n.corked||n.bufferProcessing||!n.bufferedRequest||T(e,n),r?l(b,e,n,o,a):b(e,n,o,a)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new o(this)}function E(e){if(s=s||n("../node_modules/readable-stream/lib/_stream_duplex.js"),!m.call(E,this)&&!(this instanceof s))return new E(e);this._writableState=new h(e,this),this.writable=!0,e&&("function"===typeof e.write&&(this._write=e.write),"function"===typeof e.writev&&(this._writev=e.writev),"function"===typeof e.destroy&&(this._destroy=e.destroy),"function"===typeof e.final&&(this._final=e.final)),u.call(this)}function S(e,t,n,r,a,i,o){t.writelen=r,t.writecb=o,t.writing=!0,t.sync=!0,n?e._writev(a,t.onwrite):e._write(a,i,t.onwrite),t.sync=!1}function b(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),C(e,t)}function T(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,a=new Array(r),i=t.corkedRequestsFree;i.entry=n;for(var s=0,l=!0;n;)a[s]=n,n.isBuf||(l=!1),n=n.next,s+=1;a.allBuffers=l,S(e,t,!0,t.length,a,"",i.finish),t.pendingcb++,t.lastBufferedRequest=null,i.next?(t.corkedRequestsFree=i.next,i.next=null):t.corkedRequestsFree=new o(t),t.bufferedRequestCount=0}else{for(;n;){var c=n.chunk,d=n.encoding,u=n.callback;if(S(e,t,!1,t.objectMode?1:c.length,c,d,u),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function v(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function y(e,t){e._final((function(n){t.pendingcb--,n&&e.emit("error",n),t.prefinished=!0,e.emit("prefinish"),C(e,t)}))}function C(e,t){var n=v(t);return n&&(!function(e,t){t.prefinished||t.finalCalled||("function"===typeof e._final?(t.pendingcb++,t.finalCalled=!0,i.nextTick(y,e,t)):(t.prefinished=!0,e.emit("prefinish")))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"))),n}c.inherits(E,u),h.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(h.prototype,"buffer",{get:d.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"===typeof Symbol&&Symbol.hasInstance&&"function"===typeof Function.prototype[Symbol.hasInstance]?(m=Function.prototype[Symbol.hasInstance],Object.defineProperty(E,Symbol.hasInstance,{value:function(e){return!!m.call(this,e)||this===E&&(e&&e._writableState instanceof h)}})):m=function(e){return e instanceof this},E.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},E.prototype.write=function(e,t,n){var r,a=this._writableState,o=!1,s=!a.objectMode&&(r=e,_.isBuffer(r)||r instanceof p);return s&&!_.isBuffer(e)&&(e=function(e){return _.from(e)}(e)),"function"===typeof t&&(n=t,t=null),s?t="buffer":t||(t=a.defaultEncoding),"function"!==typeof n&&(n=f),a.ended?function(e,t){var n=new Error("write after end");e.emit("error",n),i.nextTick(t,n)}(this,n):(s||function(e,t,n,r){var a=!0,o=!1;return null===n?o=new TypeError("May not write null values to stream"):"string"===typeof n||void 0===n||t.objectMode||(o=new TypeError("Invalid non-string/buffer chunk")),o&&(e.emit("error",o),i.nextTick(r,o),a=!1),a}(this,a,e,n))&&(a.pendingcb++,o=function(e,t,n,r,a,i){if(!n){var o=function(e,t,n){e.objectMode||!1===e.decodeStrings||"string"!==typeof t||(t=_.from(t,n));return t}(t,r,a);r!==o&&(n=!0,a="buffer",r=o)}var s=t.objectMode?1:r.length;t.length+=s;var l=t.length<t.highWaterMark;l||(t.needDrain=!0);if(t.writing||t.corked){var c=t.lastBufferedRequest;t.lastBufferedRequest={chunk:r,encoding:a,isBuf:n,callback:i,next:null},c?c.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else S(e,t,!1,s,r,a,i);return l}(this,a,s,e,t,n)),o},E.prototype.cork=function(){this._writableState.corked++},E.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.finished||e.bufferProcessing||!e.bufferedRequest||T(this,e))},E.prototype.setDefaultEncoding=function(e){if("string"===typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(E.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),E.prototype._write=function(e,t,n){n(new Error("_write() is not implemented"))},E.prototype._writev=null,E.prototype.end=function(e,t,n){var r=this._writableState;"function"===typeof e?(n=e,e=null,t=null):"function"===typeof t&&(n=t,t=null),null!==e&&void 0!==e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||function(e,t,n){t.ending=!0,C(e,t),n&&(t.finished?i.nextTick(n):e.once("finish",n));t.ended=!0,e.writable=!1}(this,r,n)},Object.defineProperty(E.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),E.prototype.destroy=g.destroy,E.prototype._undestroy=g.undestroy,E.prototype._destroy=function(e,t){this.end(),t(e)}}).call(this,n("../node_modules/process/browser.js"),n("../node_modules/timers-browserify/main.js").setImmediate,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/readable-stream/lib/internal/streams/BufferList.js":function(e,t,n){"use strict";var r=n("../node_modules/readable-stream/node_modules/safe-buffer/index.js").Buffer,a=n(2);e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}return e.prototype.push=function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n},e.prototype.concat=function(e){if(0===this.length)return r.alloc(0);if(1===this.length)return this.head.data;for(var t,n,a,i=r.allocUnsafe(e>>>0),o=this.head,s=0;o;)t=o.data,n=i,a=s,t.copy(n,a),s+=o.data.length,o=o.next;return i},e}(),a&&a.inspect&&a.inspect.custom&&(e.exports.prototype[a.inspect.custom]=function(){var e=a.inspect({length:this.length});return this.constructor.name+" "+e})},"../node_modules/readable-stream/lib/internal/streams/destroy.js":function(e,t,n){"use strict";var r=n("../node_modules/process-nextick-args/index.js");function a(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var n=this,i=this._readableState&&this._readableState.destroyed,o=this._writableState&&this._writableState.destroyed;return i||o?(t?t(e):!e||this._writableState&&this._writableState.errorEmitted||r.nextTick(a,this,e),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?(r.nextTick(a,n,e),n._writableState&&(n._writableState.errorEmitted=!0)):t&&t(e)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},"../node_modules/readable-stream/lib/internal/streams/stream-browser.js":function(e,t,n){e.exports=n("../node_modules/events/events.js").EventEmitter},"../node_modules/readable-stream/node_modules/safe-buffer/index.js":function(e,t,n){var r=n("../node_modules/buffer/index.js"),a=r.Buffer;function i(e,t){for(var n in e)t[n]=e[n]}function o(e,t,n){return a(e,t,n)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=o),i(a,o),o.from=function(e,t,n){if("number"===typeof e)throw new TypeError("Argument must not be a number");return a(e,t,n)},o.alloc=function(e,t,n){if("number"!==typeof e)throw new TypeError("Argument must be a number");var r=a(e);return void 0!==t?"string"===typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},o.allocUnsafe=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return a(e)},o.allocUnsafeSlow=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},"../node_modules/readable-stream/passthrough.js":function(e,t,n){e.exports=n("../node_modules/readable-stream/readable-browser.js").PassThrough},"../node_modules/readable-stream/readable-browser.js":function(e,t,n){(t=e.exports=n("../node_modules/readable-stream/lib/_stream_readable.js")).Stream=t,t.Readable=t,t.Writable=n("../node_modules/readable-stream/lib/_stream_writable.js"),t.Duplex=n("../node_modules/readable-stream/lib/_stream_duplex.js"),t.Transform=n("../node_modules/readable-stream/lib/_stream_transform.js"),t.PassThrough=n("../node_modules/readable-stream/lib/_stream_passthrough.js")},"../node_modules/readable-stream/transform.js":function(e,t,n){e.exports=n("../node_modules/readable-stream/readable-browser.js").Transform},"../node_modules/readable-stream/writable-browser.js":function(e,t,n){e.exports=n("../node_modules/readable-stream/lib/_stream_writable.js")},"../node_modules/sax/lib/sax.js":function(e,t,n){(function(e){!function(t){t.parser=function(e,t){return new i(e,t)},t.SAXParser=i,t.SAXStream=s,t.createStream=function(e,t){return new s(e,t)},t.MAX_BUFFER_LENGTH=65536;var r,a=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];function i(e,n){if(!(this instanceof i))return new i(e,n);!function(e){for(var t=0,n=a.length;t<n;t++)e[a[t]]=""}(this),this.q=this.c="",this.bufferCheckPosition=t.MAX_BUFFER_LENGTH,this.opt=n||{},this.opt.lowercase=this.opt.lowercase||this.opt.lowercasetags,this.looseCase=this.opt.lowercase?"toLowerCase":"toUpperCase",this.tags=[],this.closed=this.closedRoot=this.sawRoot=!1,this.tag=this.error=null,this.strict=!!e,this.noscript=!(!e&&!this.opt.noscript),this.state=v.BEGIN,this.strictEntities=this.opt.strictEntities,this.ENTITIES=this.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),this.attribList=[],this.opt.xmlns&&(this.ns=Object.create(c)),this.trackPosition=!1!==this.opt.position,this.trackPosition&&(this.position=this.line=this.column=0),C(this,"onready")}t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"],Object.create||(Object.create=function(e){function t(){}return t.prototype=e,new t}),Object.keys||(Object.keys=function(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);return t}),i.prototype={end:function(){A(this)},write:function(e){if(this.error)throw this.error;if(this.closed)return I(this,"Cannot write after close. Assign an onready handler.");if(null===e)return A(this);"object"===typeof e&&(e=e.toString());var n=0,r="";for(;r=U(e,n++),this.c=r,r;)switch(this.trackPosition&&(this.position++,"\n"===r?(this.line++,this.column=0):this.column++),this.state){case v.BEGIN:if(this.state=v.BEGIN_WHITESPACE,"\ufeff"===r)continue;j(this,r);continue;case v.BEGIN_WHITESPACE:j(this,r);continue;case v.TEXT:if(this.sawRoot&&!this.closedRoot){for(var i=n-1;r&&"<"!==r&&"&"!==r;)(r=U(e,n++))&&this.trackPosition&&(this.position++,"\n"===r?(this.line++,this.column=0):this.column++);this.textNode+=e.substring(i,n-1)}"<"!==r||this.sawRoot&&this.closedRoot&&!this.strict?(m(r)||this.sawRoot&&!this.closedRoot||w(this,"Text data outside of root node."),"&"===r?this.state=v.TEXT_ENTITY:this.textNode+=r):(this.state=v.OPEN_WAKA,this.startTagPosition=this.position);continue;case v.SCRIPT:"<"===r?this.state=v.SCRIPT_ENDING:this.script+=r;continue;case v.SCRIPT_ENDING:"/"===r?this.state=v.CLOSE_TAG:(this.script+="<"+r,this.state=v.SCRIPT);continue;case v.OPEN_WAKA:if("!"===r)this.state=v.SGML_DECL,this.sgmlDecl="";else if(m(r));else if(h(d,r))this.state=v.OPEN_TAG,this.tagName=r;else if("/"===r)this.state=v.CLOSE_TAG,this.tagName="";else if("?"===r)this.state=v.PROC_INST,this.procInstName=this.procInstBody="";else{if(w(this,"Unencoded <"),this.startTagPosition+1<this.position){var o=this.position-this.startTagPosition;r=new Array(o).join(" ")+r}this.textNode+="<"+r,this.state=v.TEXT}continue;case v.SGML_DECL:"[CDATA["===(this.sgmlDecl+r).toUpperCase()?(O(this,"onopencdata"),this.state=v.CDATA,this.sgmlDecl="",this.cdata=""):this.sgmlDecl+r==="--"?(this.state=v.COMMENT,this.comment="",this.sgmlDecl=""):"DOCTYPE"===(this.sgmlDecl+r).toUpperCase()?(this.state=v.DOCTYPE,(this.doctype||this.sawRoot)&&w(this,"Inappropriately located doctype declaration"),this.doctype="",this.sgmlDecl=""):">"===r?(O(this,"onsgmldeclaration",this.sgmlDecl),this.sgmlDecl="",this.state=v.TEXT):g(r)?(this.state=v.SGML_DECL_QUOTED,this.sgmlDecl+=r):this.sgmlDecl+=r;continue;case v.SGML_DECL_QUOTED:r===this.q&&(this.state=v.SGML_DECL,this.q=""),this.sgmlDecl+=r;continue;case v.DOCTYPE:">"===r?(this.state=v.TEXT,O(this,"ondoctype",this.doctype),this.doctype=!0):(this.doctype+=r,"["===r?this.state=v.DOCTYPE_DTD:g(r)&&(this.state=v.DOCTYPE_QUOTED,this.q=r));continue;case v.DOCTYPE_QUOTED:this.doctype+=r,r===this.q&&(this.q="",this.state=v.DOCTYPE);continue;case v.DOCTYPE_DTD:this.doctype+=r,"]"===r?this.state=v.DOCTYPE:g(r)&&(this.state=v.DOCTYPE_DTD_QUOTED,this.q=r);continue;case v.DOCTYPE_DTD_QUOTED:this.doctype+=r,r===this.q&&(this.state=v.DOCTYPE_DTD,this.q="");continue;case v.COMMENT:"-"===r?this.state=v.COMMENT_ENDING:this.comment+=r;continue;case v.COMMENT_ENDING:"-"===r?(this.state=v.COMMENT_ENDED,this.comment=R(this.opt,this.comment),this.comment&&O(this,"oncomment",this.comment),this.comment=""):(this.comment+="-"+r,this.state=v.COMMENT);continue;case v.COMMENT_ENDED:">"!==r?(w(this,"Malformed comment"),this.comment+="--"+r,this.state=v.COMMENT):this.state=v.TEXT;continue;case v.CDATA:"]"===r?this.state=v.CDATA_ENDING:this.cdata+=r;continue;case v.CDATA_ENDING:"]"===r?this.state=v.CDATA_ENDING_2:(this.cdata+="]"+r,this.state=v.CDATA);continue;case v.CDATA_ENDING_2:">"===r?(this.cdata&&O(this,"oncdata",this.cdata),O(this,"onclosecdata"),this.cdata="",this.state=v.TEXT):"]"===r?this.cdata+="]":(this.cdata+="]]"+r,this.state=v.CDATA);continue;case v.PROC_INST:"?"===r?this.state=v.PROC_INST_ENDING:m(r)?this.state=v.PROC_INST_BODY:this.procInstName+=r;continue;case v.PROC_INST_BODY:if(!this.procInstBody&&m(r))continue;"?"===r?this.state=v.PROC_INST_ENDING:this.procInstBody+=r;continue;case v.PROC_INST_ENDING:">"===r?(O(this,"onprocessinginstruction",{name:this.procInstName,body:this.procInstBody}),this.procInstName=this.procInstBody="",this.state=v.TEXT):(this.procInstBody+="?"+r,this.state=v.PROC_INST_BODY);continue;case v.OPEN_TAG:h(u,r)?this.tagName+=r:(x(this),">"===r?L(this):"/"===r?this.state=v.OPEN_TAG_SLASH:(m(r)||w(this,"Invalid character in tag name"),this.state=v.ATTRIB));continue;case v.OPEN_TAG_SLASH:">"===r?(L(this,!0),P(this)):(w(this,"Forward-slash in opening tag not followed by >"),this.state=v.ATTRIB);continue;case v.ATTRIB:if(m(r))continue;">"===r?L(this):"/"===r?this.state=v.OPEN_TAG_SLASH:h(d,r)?(this.attribName=r,this.attribValue="",this.state=v.ATTRIB_NAME):w(this,"Invalid attribute name");continue;case v.ATTRIB_NAME:"="===r?this.state=v.ATTRIB_VALUE:">"===r?(w(this,"Attribute without value"),this.attribValue=this.attribName,M(this),L(this)):m(r)?this.state=v.ATTRIB_NAME_SAW_WHITE:h(u,r)?this.attribName+=r:w(this,"Invalid attribute name");continue;case v.ATTRIB_NAME_SAW_WHITE:if("="===r)this.state=v.ATTRIB_VALUE;else{if(m(r))continue;w(this,"Attribute without value"),this.tag.attributes[this.attribName]="",this.attribValue="",O(this,"onattribute",{name:this.attribName,value:""}),this.attribName="",">"===r?L(this):h(d,r)?(this.attribName=r,this.state=v.ATTRIB_NAME):(w(this,"Invalid attribute name"),this.state=v.ATTRIB)}continue;case v.ATTRIB_VALUE:if(m(r))continue;g(r)?(this.q=r,this.state=v.ATTRIB_VALUE_QUOTED):(w(this,"Unquoted attribute value"),this.state=v.ATTRIB_VALUE_UNQUOTED,this.attribValue=r);continue;case v.ATTRIB_VALUE_QUOTED:if(r!==this.q){"&"===r?this.state=v.ATTRIB_VALUE_ENTITY_Q:this.attribValue+=r;continue}M(this),this.q="",this.state=v.ATTRIB_VALUE_CLOSED;continue;case v.ATTRIB_VALUE_CLOSED:m(r)?this.state=v.ATTRIB:">"===r?L(this):"/"===r?this.state=v.OPEN_TAG_SLASH:h(d,r)?(w(this,"No whitespace between attributes"),this.attribName=r,this.attribValue="",this.state=v.ATTRIB_NAME):w(this,"Invalid attribute name");continue;case v.ATTRIB_VALUE_UNQUOTED:if(!f(r)){"&"===r?this.state=v.ATTRIB_VALUE_ENTITY_U:this.attribValue+=r;continue}M(this),">"===r?L(this):this.state=v.ATTRIB;continue;case v.CLOSE_TAG:if(this.tagName)">"===r?P(this):h(u,r)?this.tagName+=r:this.script?(this.script+="</"+this.tagName,this.tagName="",this.state=v.SCRIPT):(m(r)||w(this,"Invalid tagname in closing tag"),this.state=v.CLOSE_TAG_SAW_WHITE);else{if(m(r))continue;E(d,r)?this.script?(this.script+="</"+r,this.state=v.SCRIPT):w(this,"Invalid tagname in closing tag."):this.tagName=r}continue;case v.CLOSE_TAG_SAW_WHITE:if(m(r))continue;">"===r?P(this):w(this,"Invalid characters in closing tag");continue;case v.TEXT_ENTITY:case v.ATTRIB_VALUE_ENTITY_Q:case v.ATTRIB_VALUE_ENTITY_U:var s,l;switch(this.state){case v.TEXT_ENTITY:s=v.TEXT,l="textNode";break;case v.ATTRIB_VALUE_ENTITY_Q:s=v.ATTRIB_VALUE_QUOTED,l="attribValue";break;case v.ATTRIB_VALUE_ENTITY_U:s=v.ATTRIB_VALUE_UNQUOTED,l="attribValue"}";"===r?(this[l]+=k(this),this.entity="",this.state=s):h(this.entity.length?p:_,r)?this.entity+=r:(w(this,"Invalid character in entity name"),this[l]+="&"+this.entity+r,this.entity="",this.state=s);continue;default:throw new Error(this,"Unknown state: "+this.state)}this.position>=this.bufferCheckPosition&&function(e){for(var n=Math.max(t.MAX_BUFFER_LENGTH,10),r=0,i=0,o=a.length;i<o;i++){var s=e[a[i]].length;if(s>n)switch(a[i]){case"textNode":N(e);break;case"cdata":O(e,"oncdata",e.cdata),e.cdata="";break;case"script":O(e,"onscript",e.script),e.script="";break;default:I(e,"Max buffer length exceeded: "+a[i])}r=Math.max(r,s)}var l=t.MAX_BUFFER_LENGTH-r;e.bufferCheckPosition=l+e.position}(this);return this},resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){var e;N(e=this),""!==e.cdata&&(O(e,"oncdata",e.cdata),e.cdata=""),""!==e.script&&(O(e,"onscript",e.script),e.script="")}};try{r=n("../node_modules/stream-browserify/index.js").Stream}catch(F){r=function(){}}var o=t.EVENTS.filter((function(e){return"error"!==e&&"end"!==e}));function s(e,t){if(!(this instanceof s))return new s(e,t);r.apply(this),this._parser=new i(e,t),this.writable=!0,this.readable=!0;var n=this;this._parser.onend=function(){n.emit("end")},this._parser.onerror=function(e){n.emit("error",e),n._parser.error=null},this._decoder=null,o.forEach((function(e){Object.defineProperty(n,"on"+e,{get:function(){return n._parser["on"+e]},set:function(t){if(!t)return n.removeAllListeners(e),n._parser["on"+e]=t,t;n.on(e,t)},enumerable:!0,configurable:!1})}))}s.prototype=Object.create(r.prototype,{constructor:{value:s}}),s.prototype.write=function(t){if("function"===typeof e&&"function"===typeof e.isBuffer&&e.isBuffer(t)){if(!this._decoder){var r=n("../node_modules/string_decoder/lib/string_decoder.js").StringDecoder;this._decoder=new r("utf8")}t=this._decoder.write(t)}return this._parser.write(t.toString()),this.emit("data",t),!0},s.prototype.end=function(e){return e&&e.length&&this.write(e),this._parser.end(),!0},s.prototype.on=function(e,t){var n=this;return n._parser["on"+e]||-1===o.indexOf(e)||(n._parser["on"+e]=function(){var t=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);t.splice(0,0,e),n.emit.apply(n,t)}),r.prototype.on.call(n,e,t)};var l="http://www.w3.org/XML/1998/namespace",c={xml:l,xmlns:"http://www.w3.org/2000/xmlns/"},d=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,u=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,_=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,p=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function m(e){return" "===e||"\n"===e||"\r"===e||"\t"===e}function g(e){return'"'===e||"'"===e}function f(e){return">"===e||m(e)}function h(e,t){return e.test(t)}function E(e,t){return!h(e,t)}var S,b,T,v=0;for(var y in t.STATE={BEGIN:v++,BEGIN_WHITESPACE:v++,TEXT:v++,TEXT_ENTITY:v++,OPEN_WAKA:v++,SGML_DECL:v++,SGML_DECL_QUOTED:v++,DOCTYPE:v++,DOCTYPE_QUOTED:v++,DOCTYPE_DTD:v++,DOCTYPE_DTD_QUOTED:v++,COMMENT_STARTING:v++,COMMENT:v++,COMMENT_ENDING:v++,COMMENT_ENDED:v++,CDATA:v++,CDATA_ENDING:v++,CDATA_ENDING_2:v++,PROC_INST:v++,PROC_INST_BODY:v++,PROC_INST_ENDING:v++,OPEN_TAG:v++,OPEN_TAG_SLASH:v++,ATTRIB:v++,ATTRIB_NAME:v++,ATTRIB_NAME_SAW_WHITE:v++,ATTRIB_VALUE:v++,ATTRIB_VALUE_QUOTED:v++,ATTRIB_VALUE_CLOSED:v++,ATTRIB_VALUE_UNQUOTED:v++,ATTRIB_VALUE_ENTITY_Q:v++,ATTRIB_VALUE_ENTITY_U:v++,CLOSE_TAG:v++,CLOSE_TAG_SAW_WHITE:v++,SCRIPT:v++,SCRIPT_ENDING:v++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach((function(e){var n=t.ENTITIES[e],r="number"===typeof n?String.fromCharCode(n):n;t.ENTITIES[e]=r})),t.STATE)t.STATE[t.STATE[y]]=y;function C(e,t,n){e[t]&&e[t](n)}function O(e,t,n){e.textNode&&N(e),C(e,t,n)}function N(e){e.textNode=R(e.opt,e.textNode),e.textNode&&C(e,"ontext",e.textNode),e.textNode=""}function R(e,t){return e.trim&&(t=t.trim()),e.normalize&&(t=t.replace(/\s+/g," ")),t}function I(e,t){return N(e),e.trackPosition&&(t+="\nLine: "+e.line+"\nColumn: "+e.column+"\nChar: "+e.c),t=new Error(t),e.error=t,C(e,"onerror",t),e}function A(e){return e.sawRoot&&!e.closedRoot&&w(e,"Unclosed root tag"),e.state!==v.BEGIN&&e.state!==v.BEGIN_WHITESPACE&&e.state!==v.TEXT&&I(e,"Unexpected end"),N(e),e.c="",e.closed=!0,C(e,"onend"),i.call(e,e.strict,e.opt),e}function w(e,t){if("object"!==typeof e||!(e instanceof i))throw new Error("bad call to strictFail");e.strict&&I(e,t)}function x(e){e.strict||(e.tagName=e.tagName[e.looseCase]());var t=e.tags[e.tags.length-1]||e,n=e.tag={name:e.tagName,attributes:{}};e.opt.xmlns&&(n.ns=t.ns),e.attribList.length=0,O(e,"onopentagstart",n)}function D(e,t){var n=e.indexOf(":")<0?["",e]:e.split(":"),r=n[0],a=n[1];return t&&"xmlns"===e&&(r="xmlns",a=""),{prefix:r,local:a}}function M(e){if(e.strict||(e.attribName=e.attribName[e.looseCase]()),-1!==e.attribList.indexOf(e.attribName)||e.tag.attributes.hasOwnProperty(e.attribName))e.attribName=e.attribValue="";else{if(e.opt.xmlns){var t=D(e.attribName,!0),n=t.prefix,r=t.local;if("xmlns"===n)if("xml"===r&&e.attribValue!==l)w(e,"xml: prefix must be bound to "+l+"\nActual: "+e.attribValue);else if("xmlns"===r&&"http://www.w3.org/2000/xmlns/"!==e.attribValue)w(e,"xmlns: prefix must be bound to http://www.w3.org/2000/xmlns/\nActual: "+e.attribValue);else{var a=e.tag,i=e.tags[e.tags.length-1]||e;a.ns===i.ns&&(a.ns=Object.create(i.ns)),a.ns[r]=e.attribValue}e.attribList.push([e.attribName,e.attribValue])}else e.tag.attributes[e.attribName]=e.attribValue,O(e,"onattribute",{name:e.attribName,value:e.attribValue});e.attribName=e.attribValue=""}}function L(e,t){if(e.opt.xmlns){var n=e.tag,r=D(e.tagName);n.prefix=r.prefix,n.local=r.local,n.uri=n.ns[r.prefix]||"",n.prefix&&!n.uri&&(w(e,"Unbound namespace prefix: "+JSON.stringify(e.tagName)),n.uri=r.prefix);var a=e.tags[e.tags.length-1]||e;n.ns&&a.ns!==n.ns&&Object.keys(n.ns).forEach((function(t){O(e,"onopennamespace",{prefix:t,uri:n.ns[t]})}));for(var i=0,o=e.attribList.length;i<o;i++){var s=e.attribList[i],l=s[0],c=s[1],d=D(l,!0),u=d.prefix,_=d.local,p=""===u?"":n.ns[u]||"",m={name:l,value:c,prefix:u,local:_,uri:p};u&&"xmlns"!==u&&!p&&(w(e,"Unbound namespace prefix: "+JSON.stringify(u)),m.uri=u),e.tag.attributes[l]=m,O(e,"onattribute",m)}e.attribList.length=0}e.tag.isSelfClosing=!!t,e.sawRoot=!0,e.tags.push(e.tag),O(e,"onopentag",e.tag),t||(e.noscript||"script"!==e.tagName.toLowerCase()?e.state=v.TEXT:e.state=v.SCRIPT,e.tag=null,e.tagName=""),e.attribName=e.attribValue="",e.attribList.length=0}function P(e){if(!e.tagName)return w(e,"Weird empty close tag."),e.textNode+="</>",void(e.state=v.TEXT);if(e.script){if("script"!==e.tagName)return e.script+="</"+e.tagName+">",e.tagName="",void(e.state=v.SCRIPT);O(e,"onscript",e.script),e.script=""}var t=e.tags.length,n=e.tagName;e.strict||(n=n[e.looseCase]());for(var r=n;t--;){if(e.tags[t].name===r)break;w(e,"Unexpected close tag")}if(t<0)return w(e,"Unmatched closing tag: "+e.tagName),e.textNode+="</"+e.tagName+">",void(e.state=v.TEXT);e.tagName=n;for(var a=e.tags.length;a-- >t;){var i=e.tag=e.tags.pop();e.tagName=e.tag.name,O(e,"onclosetag",e.tagName);var o={};for(var s in i.ns)o[s]=i.ns[s];var l=e.tags[e.tags.length-1]||e;e.opt.xmlns&&i.ns!==l.ns&&Object.keys(i.ns).forEach((function(t){var n=i.ns[t];O(e,"onclosenamespace",{prefix:t,uri:n})}))}0===t&&(e.closedRoot=!0),e.tagName=e.attribValue=e.attribName="",e.attribList.length=0,e.state=v.TEXT}function k(e){var t,n=e.entity,r=n.toLowerCase(),a="";return e.ENTITIES[n]?e.ENTITIES[n]:e.ENTITIES[r]?e.ENTITIES[r]:("#"===(n=r).charAt(0)&&("x"===n.charAt(1)?(n=n.slice(2),a=(t=parseInt(n,16)).toString(16)):(n=n.slice(1),a=(t=parseInt(n,10)).toString(10))),n=n.replace(/^0+/,""),isNaN(t)||a.toLowerCase()!==n?(w(e,"Invalid character entity"),"&"+e.entity+";"):String.fromCodePoint(t))}function j(e,t){"<"===t?(e.state=v.OPEN_WAKA,e.startTagPosition=e.position):m(t)||(w(e,"Non-whitespace before first tag."),e.textNode=t,e.state=v.TEXT)}function U(e,t){var n="";return t<e.length&&(n=e.charAt(t)),n}v=t.STATE,String.fromCodePoint||(S=String.fromCharCode,b=Math.floor,T=function(){var e,t,n=16384,r=[],a=-1,i=arguments.length;if(!i)return"";for(var o="";++a<i;){var s=Number(arguments[a]);if(!isFinite(s)||s<0||s>1114111||b(s)!==s)throw RangeError("Invalid code point: "+s);s<=65535?r.push(s):(e=55296+((s-=65536)>>10),t=s%1024+56320,r.push(e,t)),(a+1===i||r.length>n)&&(o+=S.apply(null,r),r.length=0)}return o},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:T,configurable:!0,writable:!0}):String.fromCodePoint=T)}(t)}).call(this,n("../node_modules/buffer/index.js").Buffer)},"../node_modules/scheduler/cjs/scheduler.production.min.js":function(e,t,n){"use strict";var r,a,i,o,s;if("undefined"===typeof window||"function"!==typeof MessageChannel){var l=null,c=null,d=function(){if(null!==l)try{var e=t.unstable_now();l(!0,e),l=null}catch(n){throw setTimeout(d,0),n}},u=Date.now();t.unstable_now=function(){return Date.now()-u},r=function(e){null!==l?setTimeout(r,0,e):(l=e,setTimeout(d,0))},a=function(e,t){c=setTimeout(e,t)},i=function(){clearTimeout(c)},o=function(){return!1},s=t.unstable_forceFrameRate=function(){}}else{var _=window.performance,p=window.Date,m=window.setTimeout,g=window.clearTimeout;if("undefined"!==typeof console){var f=window.cancelAnimationFrame;"function"!==typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!==typeof f&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"===typeof _&&"function"===typeof _.now)t.unstable_now=function(){return _.now()};else{var h=p.now();t.unstable_now=function(){return p.now()-h}}var E=!1,S=null,b=-1,T=5,v=0;o=function(){return t.unstable_now()>=v},s=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):T=0<e?Math.floor(1e3/e):5};var y=new MessageChannel,C=y.port2;y.port1.onmessage=function(){if(null!==S){var e=t.unstable_now();v=e+T;try{S(!0,e)?C.postMessage(null):(E=!1,S=null)}catch(n){throw C.postMessage(null),n}}else E=!1},r=function(e){S=e,E||(E=!0,C.postMessage(null))},a=function(e,n){b=m((function(){e(t.unstable_now())}),n)},i=function(){g(b),b=-1}}function O(e,t){var n=e.length;e.push(t);e:for(;;){var r=n-1>>>1,a=e[r];if(!(void 0!==a&&0<I(a,t)))break e;e[r]=t,e[n]=a,n=r}}function N(e){return void 0===(e=e[0])?null:e}function R(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,a=e.length;r<a;){var i=2*(r+1)-1,o=e[i],s=i+1,l=e[s];if(void 0!==o&&0>I(o,n))void 0!==l&&0>I(l,o)?(e[r]=l,e[s]=n,r=s):(e[r]=o,e[i]=n,r=i);else{if(!(void 0!==l&&0>I(l,n)))break e;e[r]=l,e[s]=n,r=s}}}return t}return null}function I(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var A=[],w=[],x=1,D=null,M=3,L=!1,P=!1,k=!1;function j(e){for(var t=N(w);null!==t;){if(null===t.callback)R(w);else{if(!(t.startTime<=e))break;R(w),t.sortIndex=t.expirationTime,O(A,t)}t=N(w)}}function U(e){if(k=!1,j(e),!P)if(null!==N(A))P=!0,r(F);else{var t=N(w);null!==t&&a(U,t.startTime-e)}}function F(e,n){P=!1,k&&(k=!1,i()),L=!0;var r=M;try{for(j(n),D=N(A);null!==D&&(!(D.expirationTime>n)||e&&!o());){var s=D.callback;if(null!==s){D.callback=null,M=D.priorityLevel;var l=s(D.expirationTime<=n);n=t.unstable_now(),"function"===typeof l?D.callback=l:D===N(A)&&R(A),j(n)}else R(A);D=N(A)}if(null!==D)var c=!0;else{var d=N(w);null!==d&&a(U,d.startTime-n),c=!1}return c}finally{D=null,M=r,L=!1}}function B(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var G=s;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){P||L||(P=!0,r(F))},t.unstable_getCurrentPriorityLevel=function(){return M},t.unstable_getFirstCallbackNode=function(){return N(A)},t.unstable_next=function(e){switch(M){case 1:case 2:case 3:var t=3;break;default:t=M}var n=M;M=t;try{return e()}finally{M=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=G,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=M;M=e;try{return t()}finally{M=n}},t.unstable_scheduleCallback=function(e,n,o){var s=t.unstable_now();if("object"===typeof o&&null!==o){var l=o.delay;l="number"===typeof l&&0<l?s+l:s,o="number"===typeof o.timeout?o.timeout:B(e)}else o=B(e),l=s;return e={id:x++,callback:n,priorityLevel:e,startTime:l,expirationTime:o=l+o,sortIndex:-1},l>s?(e.sortIndex=l,O(w,e),null===N(A)&&e===N(w)&&(k?i():k=!0,a(U,l-s))):(e.sortIndex=o,O(A,e),P||L||(P=!0,r(F))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();j(e);var n=N(A);return n!==D&&null!==D&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime<D.expirationTime||o()},t.unstable_wrapCallback=function(e){var t=M;return function(){var n=M;M=t;try{return e.apply(this,arguments)}finally{M=n}}}},"../node_modules/scheduler/index.js":function(e,t,n){"use strict";e.exports=n("../node_modules/scheduler/cjs/scheduler.production.min.js")},"../node_modules/setimmediate/setImmediate.js":function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,a,i,o,s,l=1,c={},d=!1,u=e.document,_=Object.getPrototypeOf&&Object.getPrototypeOf(e);_=_&&_.setTimeout?_:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){m(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){m(e.data)},r=function(e){i.port2.postMessage(e)}):u&&"onreadystatechange"in u.createElement("script")?(a=u.documentElement,r=function(e){var t=u.createElement("script");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):r=function(e){setTimeout(m,0,e)}:(o="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"===typeof t.data&&0===t.data.indexOf(o)&&m(+t.data.slice(o.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),r=function(t){e.postMessage(o+t,"*")}),_.setImmediate=function(e){"function"!==typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return c[l]=a,r(l),l++},_.clearImmediate=p}function p(e){delete c[e]}function m(e){if(d)setTimeout(m,0,e);else{var t=c[e];if(t){d=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{p(e),d=!1}}}}}("undefined"===typeof self?"undefined"===typeof e?this:e:self)}).call(this,n("../node_modules/webpack/buildin/global.js"),n("../node_modules/process/browser.js"))},"../node_modules/stream-browserify/index.js":function(e,t,n){e.exports=a;var r=n("../node_modules/events/events.js").EventEmitter;function a(){r.call(this)}n("../node_modules/inherits/inherits_browser.js")(a,r),a.Readable=n("../node_modules/readable-stream/readable-browser.js"),a.Writable=n("../node_modules/readable-stream/writable-browser.js"),a.Duplex=n("../node_modules/readable-stream/duplex-browser.js"),a.Transform=n("../node_modules/readable-stream/transform.js"),a.PassThrough=n("../node_modules/readable-stream/passthrough.js"),a.Stream=a,a.prototype.pipe=function(e,t){var n=this;function a(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function i(){n.readable&&n.resume&&n.resume()}n.on("data",a),e.on("drain",i),e._isStdio||t&&!1===t.end||(n.on("end",s),n.on("close",l));var o=!1;function s(){o||(o=!0,e.end())}function l(){o||(o=!0,"function"===typeof e.destroy&&e.destroy())}function c(e){if(d(),0===r.listenerCount(this,"error"))throw e}function d(){n.removeListener("data",a),e.removeListener("drain",i),n.removeListener("end",s),n.removeListener("close",l),n.removeListener("error",c),e.removeListener("error",c),n.removeListener("end",d),n.removeListener("close",d),e.removeListener("close",d)}return n.on("error",c),e.on("error",c),n.on("end",d),n.on("close",d),e.on("close",d),e.emit("pipe",n),e}},"../node_modules/string_decoder/lib/string_decoder.js":function(e,t,n){"use strict";var r=n("../node_modules/string_decoder/node_modules/safe-buffer/index.js").Buffer,a=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function i(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!==typeof t&&(r.isEncoding===a||!a(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=l,this.end=c,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=d,this.end=u,t=3;break;default:return this.write=_,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function o(e){return e<=127?0:e>>5===6?2:e>>4===14?3:e>>3===30?4:e>>6===2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!==(192&t[0]))return e.lastNeed=0,"\ufffd";if(e.lastNeed>1&&t.length>1){if(128!==(192&t[1]))return e.lastNeed=1,"\ufffd";if(e.lastNeed>2&&t.length>2&&128!==(192&t[2]))return e.lastNeed=2,"\ufffd"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function l(e,t){if((e.length-t)%2===0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function c(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function d(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function u(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function _(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.StringDecoder=i,i.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},i.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"\ufffd":t},i.prototype.text=function(e,t){var n=function(e,t,n){var r=t.length-1;if(r<n)return 0;var a=o(t[r]);if(a>=0)return a>0&&(e.lastNeed=a-1),a;if(--r<n||-2===a)return 0;if((a=o(t[r]))>=0)return a>0&&(e.lastNeed=a-2),a;if(--r<n||-2===a)return 0;if((a=o(t[r]))>=0)return a>0&&(2===a?a=0:e.lastNeed=a-3),a;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},i.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},"../node_modules/string_decoder/node_modules/safe-buffer/index.js":function(e,t,n){var r=n("../node_modules/buffer/index.js"),a=r.Buffer;function i(e,t){for(var n in e)t[n]=e[n]}function o(e,t,n){return a(e,t,n)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=o),i(a,o),o.from=function(e,t,n){if("number"===typeof e)throw new TypeError("Argument must not be a number");return a(e,t,n)},o.alloc=function(e,t,n){if("number"!==typeof e)throw new TypeError("Argument must be a number");var r=a(e);return void 0!==t?"string"===typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},o.allocUnsafe=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return a(e)},o.allocUnsafeSlow=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},"../node_modules/styled-components/dist/styled-components.browser.esm.js":function(e,t,n){"use strict";(function(e){n.d(t,"b",(function(){return tt})),n.d(t,"c",(function(){return Se})),n.d(t,"e",(function(){return rt})),n.d(t,"a",(function(){return qe}));var r=n("../node_modules/stylis/stylis.min.js"),a=n.n(r),i=n("../node_modules/stylis-rule-sheet/index.js"),o=n.n(i),s=n("../node_modules/react/index.js"),l=n.n(s),c=n("../node_modules/@emotion/unitless/dist/unitless.browser.esm.js"),d=n("../node_modules/react-is/index.js"),u=n("../node_modules/memoize-one/dist/memoize-one.esm.js"),_=n("../node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js"),p=n("../node_modules/merge-anything/dist/index.esm.js"),m=function(e,t){for(var n=[e[0]],r=0,a=t.length;r<a;r+=1)n.push(t[r],e[r+1]);return n},g="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},h=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),E=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},S=function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},b=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t},T=function(e){return"object"===("undefined"===typeof e?"undefined":g(e))&&e.constructor===Object},v=Object.freeze([]),y=Object.freeze({});function C(e){return"function"===typeof e}function O(e){return e.displayName||e.name||"Component"}function N(e){return e&&"string"===typeof e.styledComponentId}var R="undefined"!==typeof e&&(Object({NODE_ENV:"production",PUBLIC_URL:"/"}).REACT_APP_SC_ATTR||Object({NODE_ENV:"production",PUBLIC_URL:"/"}).SC_ATTR)||"data-styled",I="undefined"!==typeof window&&"HTMLElement"in window,A="boolean"===typeof SC_DISABLE_SPEEDY&&SC_DISABLE_SPEEDY||"undefined"!==typeof e&&(Object({NODE_ENV:"production",PUBLIC_URL:"/"}).REACT_APP_SC_DISABLE_SPEEDY||Object({NODE_ENV:"production",PUBLIC_URL:"/"}).SC_DISABLE_SPEEDY)||!1,w={};var x=function(e){function t(n){f(this,t);for(var r=arguments.length,a=Array(r>1?r-1:0),i=1;i<r;i++)a[i-1]=arguments[i];var o=b(this,e.call(this,"An error occurred. See https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/errors.md#"+n+" for more information."+(a.length>0?" Additional arguments: "+a.join(", "):"")));return b(o)}return S(t,e),t}(Error),D=/^[^\S\n]*?\/\* sc-component-id:\s*(\S+)\s+\*\//gm,M=function(e){var t=""+(e||""),n=[];return t.replace(D,(function(e,t,r){return n.push({componentId:t,matchIndex:r}),e})),n.map((function(e,r){var a=e.componentId,i=e.matchIndex,o=n[r+1];return{componentId:a,cssFromDOM:o?t.slice(i,o.matchIndex):t.slice(i)}}))},L=/^\s*\/\/.*$/gm,P=new a.a({global:!1,cascade:!0,keyframe:!1,prefix:!1,compress:!1,semicolon:!0}),k=new a.a({global:!1,cascade:!0,keyframe:!1,prefix:!0,compress:!1,semicolon:!1}),j=[],U=function(e){if(-2===e){var t=j;return j=[],t}},F=o()((function(e){j.push(e)})),B=void 0,G=void 0,Y=void 0,H=function(e,t,n){return t>0&&-1!==n.slice(0,t).indexOf(G)&&n.slice(t-G.length,t)!==G?"."+B:e};k.use([function(e,t,n){2===e&&n.length&&n[0].lastIndexOf(G)>0&&(n[0]=n[0].replace(Y,H))},F,U]),P.use([F,U]);var V=function(e){return P("",e)};function z(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"&",a=e.join("").replace(L,""),i=t&&n?n+" "+t+" { "+a+" }":a;return B=r,G=t,Y=new RegExp("\\"+G+"\\b","g"),k(n||!t?"":t,i)}var q=function(){return n.nc},W=function(e,t,n){n&&((e[t]||(e[t]=Object.create(null)))[n]=!0)},K=function(e,t){e[t]=Object.create(null)},Q=function(e){return function(t,n){return void 0!==e[t]&&e[t][n]}},$=function(e){var t="";for(var n in e)t+=Object.keys(e[n]).join(" ")+" ";return t.trim()},X=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets.length,n=0;n<t;n+=1){var r=document.styleSheets[n];if(r.ownerNode===e)return r}throw new x(10)},Z=function(e,t,n){if(!t)return!1;var r=e.cssRules.length;try{e.insertRule(t,n<=r?n:r)}catch(a){return!1}return!0},J=function(e){return"\n/* sc-component-id: "+e+" */\n"},ee=function(e,t){for(var n=0,r=0;r<=t;r+=1)n+=e[r];return n},te=function(e,t){return function(n){var r=q();return"<style "+[r&&'nonce="'+r+'"',R+'="'+$(t)+'"','data-styled-version="4.3.1"',n].filter(Boolean).join(" ")+">"+e()+"</style>"}},ne=function(e,t){return function(){var n,r=((n={})[R]=$(t),n["data-styled-version"]="4.3.1",n),a=q();return a&&(r.nonce=a),l.a.createElement("style",E({},r,{dangerouslySetInnerHTML:{__html:e()}}))}},re=function(e){return function(){return Object.keys(e)}},ae=function(e){return document.createTextNode(J(e))},ie=function e(t,n){var r=void 0===t?Object.create(null):t,a=void 0===n?Object.create(null):n,i=function(e){var t=a[e];return void 0!==t?t:a[e]=[""]},o=function(){var e="";for(var t in a){var n=a[t][0];n&&(e+=J(t)+n)}return e};return{clone:function(){var t=function(e){var t=Object.create(null);for(var n in e)t[n]=E({},e[n]);return t}(r),n=Object.create(null);for(var i in a)n[i]=[a[i][0]];return e(t,n)},css:o,getIds:re(a),hasNameForId:Q(r),insertMarker:i,insertRules:function(e,t,n){i(e)[0]+=t.join(" "),W(r,e,n)},removeRules:function(e){var t=a[e];void 0!==t&&(t[0]="",K(r,e))},sealed:!1,styleTag:null,toElement:ne(o,r),toHTML:te(o,r)}},oe=function(e,t,n,r,a){if(I&&!n){var i=function(e,t,n){var r=document.createElement("style");r.setAttribute(R,""),r.setAttribute("data-styled-version","4.3.1");var a=q();if(a&&r.setAttribute("nonce",a),r.appendChild(document.createTextNode("")),e&&!t)e.appendChild(r);else{if(!t||!e||!t.parentNode)throw new x(6);t.parentNode.insertBefore(r,n?t:t.nextSibling)}return r}(e,t,r);return A?function(e,t){var n=Object.create(null),r=Object.create(null),a=void 0!==t,i=!1,o=function(t){var a=r[t];return void 0!==a?a:(r[t]=ae(t),e.appendChild(r[t]),n[t]=Object.create(null),r[t])},s=function(){var e="";for(var t in r)e+=r[t].data;return e};return{clone:function(){throw new x(5)},css:s,getIds:re(r),hasNameForId:Q(n),insertMarker:o,insertRules:function(e,r,s){for(var l=o(e),c=[],d=r.length,u=0;u<d;u+=1){var _=r[u],p=a;if(p&&-1!==_.indexOf("@import"))c.push(_);else{p=!1;var m=u===d-1?"":" ";l.appendData(""+_+m)}}W(n,e,s),a&&c.length>0&&(i=!0,t().insertRules(e+"-import",c))},removeRules:function(o){var s=r[o];if(void 0!==s){var l=ae(o);e.replaceChild(l,s),r[o]=l,K(n,o),a&&i&&t().removeRules(o+"-import")}},sealed:!1,styleTag:e,toElement:ne(s,n),toHTML:te(s,n)}}(i,a):function(e,t){var n=Object.create(null),r=Object.create(null),a=[],i=void 0!==t,o=!1,s=function(e){var t=r[e];return void 0!==t?t:(r[e]=a.length,a.push(0),K(n,e),r[e])},l=function(){var t=X(e).cssRules,n="";for(var i in r){n+=J(i);for(var o=r[i],s=ee(a,o),l=s-a[o];l<s;l+=1){var c=t[l];void 0!==c&&(n+=c.cssText)}}return n};return{clone:function(){throw new x(5)},css:l,getIds:re(r),hasNameForId:Q(n),insertMarker:s,insertRules:function(r,l,c){for(var d=s(r),u=X(e),_=ee(a,d),p=0,m=[],g=l.length,f=0;f<g;f+=1){var h=l[f],E=i;E&&-1!==h.indexOf("@import")?m.push(h):Z(u,h,_+p)&&(E=!1,p+=1)}i&&m.length>0&&(o=!0,t().insertRules(r+"-import",m)),a[d]+=p,W(n,r,c)},removeRules:function(s){var l=r[s];if(void 0!==l){var c=a[l];!function(e,t,n){for(var r=t-n,a=t;a>r;a-=1)e.deleteRule(a)}(X(e),ee(a,l)-1,c),a[l]=0,K(n,s),i&&o&&t().removeRules(s+"-import")}},sealed:!1,styleTag:e,toElement:ne(l,n),toHTML:te(l,n)}}(i,a)}return ie()},se=/\s+/,le=void 0;le=I?A?40:1e3:-1;var ce=0,de=void 0,ue=function(){function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:I?document.head:null,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];f(this,e),this.getImportRuleTag=function(){var e=t.importRuleTag;if(void 0!==e)return e;var n=t.tags[0];return t.importRuleTag=oe(t.target,n?n.styleTag:null,t.forceServer,!0)},ce+=1,this.id=ce,this.forceServer=r,this.target=r?null:n,this.tagMap={},this.deferred={},this.rehydratedNames={},this.ignoreRehydratedNames={},this.tags=[],this.capacity=1,this.clones=[]}return e.prototype.rehydrate=function(){if(!I||this.forceServer)return this;var e=[],t=[],n=!1,r=document.querySelectorAll("style["+R+'][data-styled-version="4.3.1"]'),a=r.length;if(!a)return this;for(var i=0;i<a;i+=1){var o=r[i];n||(n=!!o.getAttribute("data-styled-streamed"));for(var s,l=(o.getAttribute(R)||"").trim().split(se),c=l.length,d=0;d<c;d+=1)s=l[d],this.rehydratedNames[s]=!0;t.push.apply(t,M(o.textContent)),e.push(o)}var u=t.length;if(!u)return this;var _=this.makeTag(null);!function(e,t,n){for(var r=0,a=n.length;r<a;r+=1){var i=n[r],o=i.componentId,s=i.cssFromDOM,l=V(s);e.insertRules(o,l)}for(var c=0,d=t.length;c<d;c+=1){var u=t[c];u.parentNode&&u.parentNode.removeChild(u)}}(_,e,t),this.capacity=Math.max(1,le-u),this.tags.push(_);for(var p=0;p<u;p+=1)this.tagMap[t[p].componentId]=_;return this},e.reset=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];de=new e(void 0,t).rehydrate()},e.prototype.clone=function(){var t=new e(this.target,this.forceServer);return this.clones.push(t),t.tags=this.tags.map((function(e){for(var n=e.getIds(),r=e.clone(),a=0;a<n.length;a+=1)t.tagMap[n[a]]=r;return r})),t.rehydratedNames=E({},this.rehydratedNames),t.deferred=E({},this.deferred),t},e.prototype.sealAllTags=function(){this.capacity=1,this.tags.forEach((function(e){e.sealed=!0}))},e.prototype.makeTag=function(e){var t=e?e.styleTag:null;return oe(this.target,t,this.forceServer,!1,this.getImportRuleTag)},e.prototype.getTagForId=function(e){var t=this.tagMap[e];if(void 0!==t&&!t.sealed)return t;var n=this.tags[this.tags.length-1];return this.capacity-=1,0===this.capacity&&(this.capacity=le,n=this.makeTag(n),this.tags.push(n)),this.tagMap[e]=n},e.prototype.hasId=function(e){return void 0!==this.tagMap[e]},e.prototype.hasNameForId=function(e,t){if(void 0===this.ignoreRehydratedNames[e]&&this.rehydratedNames[t])return!0;var n=this.tagMap[e];return void 0!==n&&n.hasNameForId(e,t)},e.prototype.deferredInject=function(e,t){if(void 0===this.tagMap[e]){for(var n=this.clones,r=0;r<n.length;r+=1)n[r].deferredInject(e,t);this.getTagForId(e).insertMarker(e),this.deferred[e]=t}},e.prototype.inject=function(e,t,n){for(var r=this.clones,a=0;a<r.length;a+=1)r[a].inject(e,t,n);var i=this.getTagForId(e);if(void 0!==this.deferred[e]){var o=this.deferred[e].concat(t);i.insertRules(e,o,n),this.deferred[e]=void 0}else i.insertRules(e,t,n)},e.prototype.remove=function(e){var t=this.tagMap[e];if(void 0!==t){for(var n=this.clones,r=0;r<n.length;r+=1)n[r].remove(e);t.removeRules(e),this.ignoreRehydratedNames[e]=!0,this.deferred[e]=void 0}},e.prototype.toHTML=function(){return this.tags.map((function(e){return e.toHTML()})).join("")},e.prototype.toReactElements=function(){var e=this.id;return this.tags.map((function(t,n){var r="sc-"+e+"-"+n;return Object(s.cloneElement)(t.toElement(),{key:r})}))},h(e,null,[{key:"master",get:function(){return de||(de=(new e).rehydrate())}},{key:"instance",get:function(){return e.master}}]),e}(),_e=function(){function e(t,n){var r=this;f(this,e),this.inject=function(e){e.hasNameForId(r.id,r.name)||e.inject(r.id,r.rules,r.name)},this.toString=function(){throw new x(12,String(r.name))},this.name=t,this.rules=n,this.id="sc-keyframes-"+t}return e.prototype.getName=function(){return this.name},e}(),pe=/([A-Z])/g,me=/^ms-/;function ge(e){return e.replace(pe,"-$1").toLowerCase().replace(me,"-ms-")}var fe=function(e){return void 0===e||null===e||!1===e||""===e},he=function e(t,n){var r=[];return Object.keys(t).forEach((function(n){if(!fe(t[n])){if(T(t[n]))return r.push.apply(r,e(t[n],n)),r;if(C(t[n]))return r.push(ge(n)+":",t[n],";"),r;r.push(ge(n)+": "+(a=n,(null==(i=t[n])||"boolean"===typeof i||""===i?"":"number"!==typeof i||0===i||a in c.a?String(i).trim():i+"px")+";"))}var a,i;return r})),n?[n+" {"].concat(r,["}"]):r};function Ee(e,t,n){if(Array.isArray(e)){for(var r,a=[],i=0,o=e.length;i<o;i+=1)null!==(r=Ee(e[i],t,n))&&(Array.isArray(r)?a.push.apply(a,r):a.push(r));return a}return fe(e)?null:N(e)?"."+e.styledComponentId:C(e)?"function"!==typeof(s=e)||s.prototype&&s.prototype.isReactComponent||!t?e:Ee(e(t),t,n):e instanceof _e?n?(e.inject(n),e.getName()):e:T(e)?he(e):e.toString();var s}function Se(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return C(e)||T(e)?Ee(m(v,[e].concat(n))):Ee(m(e,n))}function be(e){for(var t,n=0|e.length,r=0|n,a=0;n>=4;)t=1540483477*(65535&(t=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),n-=4,++a;switch(n){case 3:r^=(255&e.charCodeAt(a+2))<<16;case 2:r^=(255&e.charCodeAt(a+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(a)))+((1540483477*(r>>>16)&65535)<<16)}return((r=1540483477*(65535&(r^=r>>>13))+((1540483477*(r>>>16)&65535)<<16))^r>>>15)>>>0}var Te=function(e){return String.fromCharCode(e+(e>25?39:97))};function ve(e){var t="",n=void 0;for(n=e;n>52;n=Math.floor(n/52))t=Te(n%52)+t;return Te(n%52)+t}function ye(e,t){for(var n=0;n<e.length;n+=1){var r=e[n];if(Array.isArray(r)&&!ye(r,t))return!1;if(C(r)&&!N(r))return!1}return!t.some((function(e){return C(e)||function(e){for(var t in e)if(C(e[t]))return!0;return!1}(e)}))}var Ce,Oe=function(e){return ve(be(e))},Ne=function(){function e(t,n,r){f(this,e),this.rules=t,this.isStatic=ye(t,n),this.componentId=r,ue.master.hasId(r)||ue.master.deferredInject(r,[])}return e.prototype.generateAndInjectStyles=function(e,t){var n=this.isStatic,r=this.componentId,a=this.lastClassName;if(I&&n&&"string"===typeof a&&t.hasNameForId(r,a))return a;var i=Ee(this.rules,e,t),o=Oe(this.componentId+i.join(""));return t.hasNameForId(r,o)||t.inject(this.componentId,z(i,"."+o,void 0,r),o),this.lastClassName=o,o},e.generateName=function(e){return Oe(e)},e}(),Re=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:y,r=!!n&&e.theme===n.theme,a=e.theme&&!r?e.theme:t||n.theme;return a},Ie=/[[\].#*$><+~=|^:(),"'`-]+/g,Ae=/(^-|-$)/g;function we(e){return e.replace(Ie,"-").replace(Ae,"")}function xe(e){return"string"===typeof e&&!0}var De={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDerivedStateFromProps:!0,propTypes:!0,type:!0},Me={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},Le=((Ce={})[d.ForwardRef]={$$typeof:!0,render:!0},Ce),Pe=Object.defineProperty,ke=Object.getOwnPropertyNames,je=Object.getOwnPropertySymbols,Ue=void 0===je?function(){return[]}:je,Fe=Object.getOwnPropertyDescriptor,Be=Object.getPrototypeOf,Ge=Object.prototype,Ye=Array.prototype;function He(e,t,n){if("string"!==typeof t){var r=Be(t);r&&r!==Ge&&He(e,r,n);for(var a=Ye.concat(ke(t),Ue(t)),i=Le[e.$$typeof]||De,o=Le[t.$$typeof]||De,s=a.length,l=void 0,c=void 0;s--;)if(c=a[s],!Me[c]&&(!n||!n[c])&&(!o||!o[c])&&(!i||!i[c])&&(l=Fe(t,c)))try{Pe(e,c,l)}catch(d){}return e}return e}var Ve=Object(s.createContext)(),ze=Ve.Consumer,qe=function(e){function t(n){f(this,t);var r=b(this,e.call(this,n));return r.getContext=Object(u.a)(r.getContext.bind(r)),r.renderInner=r.renderInner.bind(r),r}return S(t,e),t.prototype.render=function(){return this.props.children?l.a.createElement(Ve.Consumer,null,this.renderInner):null},t.prototype.renderInner=function(e){var t=this.getContext(this.props.theme,e);return l.a.createElement(Ve.Provider,{value:t},l.a.Children.only(this.props.children))},t.prototype.getTheme=function(e,t){if(C(e))return e(t);if(null===e||Array.isArray(e)||"object"!==("undefined"===typeof e?"undefined":g(e)))throw new x(8);return E({},t,e)},t.prototype.getContext=function(e,t){return this.getTheme(e,t)},t}(s.Component),We=(function(){function e(){f(this,e),this.masterSheet=ue.master,this.instance=this.masterSheet.clone(),this.sealed=!1}e.prototype.seal=function(){if(!this.sealed){var e=this.masterSheet.clones.indexOf(this.instance);this.masterSheet.clones.splice(e,1),this.sealed=!0}},e.prototype.collectStyles=function(e){if(this.sealed)throw new x(2);return l.a.createElement(Qe,{sheet:this.instance},e)},e.prototype.getStyleTags=function(){return this.seal(),this.instance.toHTML()},e.prototype.getStyleElement=function(){return this.seal(),this.instance.toReactElements()},e.prototype.interleaveWithNodeStream=function(e){throw new x(3)}}(),Object(s.createContext)()),Ke=We.Consumer,Qe=function(e){function t(n){f(this,t);var r=b(this,e.call(this,n));return r.getContext=Object(u.a)(r.getContext),r}return S(t,e),t.prototype.getContext=function(e,t){if(e)return e;if(t)return new ue(t);throw new x(4)},t.prototype.render=function(){var e=this.props,t=e.children,n=e.sheet,r=e.target;return l.a.createElement(We.Provider,{value:this.getContext(n,r)},t)},t}(s.Component),$e={};var Xe=function(e){function t(){f(this,t);var n=b(this,e.call(this));return n.attrs={},n.renderOuter=n.renderOuter.bind(n),n.renderInner=n.renderInner.bind(n),n}return S(t,e),t.prototype.render=function(){return l.a.createElement(Ke,null,this.renderOuter)},t.prototype.renderOuter=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ue.master;return this.styleSheet=e,this.props.forwardedComponent.componentStyle.isStatic?this.renderInner():l.a.createElement(ze,null,this.renderInner)},t.prototype.renderInner=function(e){var t=this.props.forwardedComponent,n=t.componentStyle,r=t.defaultProps,a=(t.displayName,t.foldedComponentIds),i=t.styledComponentId,o=t.target,l=void 0;l=n.isStatic?this.generateAndInjectStyles(y,this.props):this.generateAndInjectStyles(Re(this.props,e,r)||y,this.props);var c=this.props.as||this.attrs.as||o,d=xe(c),u={},p=E({},this.attrs,this.props),m=void 0;for(m in p)"forwardedComponent"!==m&&"as"!==m&&("forwardedRef"===m?u.ref=p[m]:"forwardedAs"===m?u.as=p[m]:d&&!Object(_.a)(m)||(u[m]=p[m]));return this.props.style&&this.attrs.style&&(u.style=E({},this.attrs.style,this.props.style)),u.className=Array.prototype.concat(a,this.props.className,i,this.attrs.className,l).filter(Boolean).join(" "),Object(s.createElement)(c,u)},t.prototype.buildExecutionContext=function(e,t,n){var r=this,a=E({},t,{theme:e});return n.length?(this.attrs={},n.forEach((function(e){var t,n=e,i=!1,o=void 0,s=void 0;for(s in C(n)&&(n=n(a),i=!0),n)o=n[s],i||!C(o)||(t=o)&&t.prototype&&t.prototype.isReactComponent||N(o)||(o=o(a)),r.attrs[s]=o,a[s]=o})),a):a},t.prototype.generateAndInjectStyles=function(e,t){var n=t.forwardedComponent,r=n.attrs,a=n.componentStyle;n.warnTooManyClasses;return a.isStatic&&!r.length?a.generateAndInjectStyles(y,this.styleSheet):a.generateAndInjectStyles(this.buildExecutionContext(e,t,r),this.styleSheet)},t}(s.Component);function Ze(e,t,n){var r=N(e),a=!xe(e),i=t.displayName,o=void 0===i?function(e){return xe(e)?"styled."+e:"Styled("+O(e)+")"}(e):i,s=t.componentId,c=void 0===s?function(e,t,n){var r="string"!==typeof t?"sc":we(t),a=($e[r]||0)+1;$e[r]=a;var i=r+"-"+e.generateName(r+a);return n?n+"-"+i:i}(Ne,t.displayName,t.parentComponentId):s,d=t.ParentComponent,u=void 0===d?Xe:d,_=t.attrs,m=void 0===_?v:_,g=t.displayName&&t.componentId?we(t.displayName)+"-"+t.componentId:t.componentId||c,f=r&&e.attrs?Array.prototype.concat(e.attrs,m).filter(Boolean):m,h=new Ne(r?e.componentStyle.rules.concat(n):n,f,g),S=void 0,b=function(e,t){return l.a.createElement(u,E({},e,{forwardedComponent:S,forwardedRef:t}))};return b.displayName=o,(S=l.a.forwardRef(b)).displayName=o,S.attrs=f,S.componentStyle=h,S.foldedComponentIds=r?Array.prototype.concat(e.foldedComponentIds,e.styledComponentId):v,S.styledComponentId=g,S.target=r?e.target:e,S.withComponent=function(e){var r=t.componentId,a=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(t,["componentId"]),i=r&&r+"-"+(xe(e)?e:we(O(e)));return Ze(e,E({},a,{attrs:f,componentId:i,ParentComponent:u}),n)},Object.defineProperty(S,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(t){this._foldedDefaultProps=r?Object(p.a)(e.defaultProps,t):t}}),S.toString=function(){return"."+S.styledComponentId},a&&He(S,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,styledComponentId:!0,target:!0,withComponent:!0}),S}var Je=function(e){return function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:y;if(!Object(d.isValidElementType)(n))throw new x(1,String(n));var a=function(){return t(n,r,Se.apply(void 0,arguments))};return a.withConfig=function(a){return e(t,n,E({},r,a))},a.attrs=function(a){return e(t,n,E({},r,{attrs:Array.prototype.concat(r.attrs,a).filter(Boolean)}))},a}(Ze,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){Je[e]=Je(e)}));var et=function(){function e(t,n){f(this,e),this.rules=t,this.componentId=n,this.isStatic=ye(t,v),ue.master.hasId(n)||ue.master.deferredInject(n,[])}return e.prototype.createStyles=function(e,t){var n=z(Ee(this.rules,e,t),"");t.inject(this.componentId,n)},e.prototype.removeStyles=function(e){var t=this.componentId;e.hasId(t)&&e.remove(t)},e.prototype.renderStyles=function(e,t){this.removeStyles(t),this.createStyles(e,t)},e}();function tt(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var a=Se.apply(void 0,[e].concat(n)),i="sc-global-"+be(JSON.stringify(a)),o=new et(a,i),s=function(e){function t(n){f(this,t);var r=b(this,e.call(this,n)),a=r.constructor,i=a.globalStyle,o=a.styledComponentId;return I&&(window.scCGSHMRCache[o]=(window.scCGSHMRCache[o]||0)+1),r.state={globalStyle:i,styledComponentId:o},r}return S(t,e),t.prototype.componentWillUnmount=function(){window.scCGSHMRCache[this.state.styledComponentId]&&(window.scCGSHMRCache[this.state.styledComponentId]-=1),0===window.scCGSHMRCache[this.state.styledComponentId]&&this.state.globalStyle.removeStyles(this.styleSheet)},t.prototype.render=function(){var e=this;return l.a.createElement(Ke,null,(function(t){e.styleSheet=t||ue.master;var n=e.state.globalStyle;return n.isStatic?(n.renderStyles(w,e.styleSheet),null):l.a.createElement(ze,null,(function(t){var r=e.constructor.defaultProps,a=E({},e.props);return"undefined"!==typeof t&&(a.theme=Re(e.props,t,r)),n.renderStyles(a,e.styleSheet),null}))}))},t}(l.a.Component);return s.globalStyle=o,s.styledComponentId=i,s}I&&(window.scCGSHMRCache={});var nt=function(e){return e.replace(/\s|\\n/g,"")};function rt(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var a=Se.apply(void 0,[e].concat(n)),i=ve(be(nt(JSON.stringify(a))));return new _e(i,z(a,i,"@keyframes"))}t.d=Je}).call(this,n("../node_modules/process/browser.js"))},"../node_modules/stylis-rule-sheet/index.js":function(e,t,n){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(n){}}return function(n,r,a,i,o,s,l,c,d,u){switch(n){case 1:if(0===d&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===c)return r+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(a[0]+r),"";default:return r+(0===u?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}}()},"../node_modules/stylis/stylis.min.js":function(e,t,n){e.exports=function e(t){"use strict";var n=/^\0+/g,r=/[\0\r\f]/g,a=/: */g,i=/zoo|gra/,o=/([,: ])(transform)/g,s=/,+\s*(?![^(]*[)])/g,l=/ +\s*(?![^(]*[)])/g,c=/ *[\0] */g,d=/,\r+?/g,u=/([\t\r\n ])*\f?&/g,_=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,p=/\W+/g,m=/@(k\w+)\s*(\S*)\s*/,g=/::(place)/g,f=/:(read-only)/g,h=/\s+(?=[{\];=:>])/g,E=/([[}=:>])\s+/g,S=/(\{[^{]+?);(?=\})/g,b=/\s{2,}/g,T=/([^\(])(:+) */g,v=/[svh]\w+-[tblr]{2}/,y=/\(\s*(.*)\s*\)/g,C=/([\s\S]*?);/g,O=/-self|flex-/g,N=/[^]*?(:[rp][el]a[\w-]+)[^]*/,R=/stretch|:\s*\w+\-(?:conte|avail)/,I=/([^-])(image-set\()/,A="-webkit-",w="-moz-",x="-ms-",D=59,M=125,L=123,P=40,k=41,j=10,U=13,F=32,B=45,G=42,Y=44,H=58,V=47,z=1,q=1,W=0,K=1,Q=1,$=1,X=0,Z=0,J=0,ee=[],te=[],ne=0,re=null,ae=0,ie=1,oe="",se="",le="";function ce(e,t,a,i,o){for(var s,l,d=0,u=0,_=0,p=0,h=0,E=0,S=0,b=0,v=0,C=0,O=0,N=0,R=0,I=0,w=0,x=0,X=0,te=0,re=0,ue=a.length,he=ue-1,Ee="",Se="",be="",Te="",ve="",ye="";w<ue;){if(S=a.charCodeAt(w),w===he&&u+p+_+d!==0&&(0!==u&&(S=u===V?j:V),p=_=d=0,ue++,he++),u+p+_+d===0){if(w===he&&(x>0&&(Se=Se.replace(r,"")),Se.trim().length>0)){switch(S){case F:case 9:case D:case U:case j:break;default:Se+=a.charAt(w)}S=D}if(1===X)switch(S){case L:case M:case D:case 34:case 39:case P:case k:case Y:X=0;case 9:case U:case j:case F:break;default:for(X=0,re=w,h=S,w--,S=D;re<ue;)switch(a.charCodeAt(re++)){case j:case U:case D:++w,S=h,re=ue;break;case H:x>0&&(++w,S=h);case L:re=ue}}switch(S){case L:for(h=(Se=Se.trim()).charCodeAt(0),O=1,re=++w;w<ue;){switch(S=a.charCodeAt(w)){case L:O++;break;case M:O--;break;case V:switch(E=a.charCodeAt(w+1)){case G:case V:w=fe(E,w,he,a)}break;case 91:S++;case P:S++;case 34:case 39:for(;w++<he&&a.charCodeAt(w)!==S;);}if(0===O)break;w++}switch(be=a.substring(re,w),0===h&&(h=(Se=Se.replace(n,"").trim()).charCodeAt(0)),h){case 64:switch(x>0&&(Se=Se.replace(r,"")),E=Se.charCodeAt(1)){case 100:case 109:case 115:case B:s=t;break;default:s=ee}if(re=(be=ce(t,s,be,E,o+1)).length,J>0&&0===re&&(re=Se.length),ne>0&&(l=ge(3,be,s=de(ee,Se,te),t,q,z,re,E,o,i),Se=s.join(""),void 0!==l&&0===(re=(be=l.trim()).length)&&(E=0,be="")),re>0)switch(E){case 115:Se=Se.replace(y,me);case 100:case 109:case B:be=Se+"{"+be+"}";break;case 107:be=(Se=Se.replace(m,"$1 $2"+(ie>0?oe:"")))+"{"+be+"}",be=1===Q||2===Q&&pe("@"+be,3)?"@"+A+be+"@"+be:"@"+be;break;default:be=Se+be,112===i&&(Te+=be,be="")}else be="";break;default:be=ce(t,de(t,Se,te),be,i,o+1)}ve+=be,N=0,X=0,I=0,x=0,te=0,R=0,Se="",be="",S=a.charCodeAt(++w);break;case M:case D:if((re=(Se=(x>0?Se.replace(r,""):Se).trim()).length)>1)switch(0===I&&((h=Se.charCodeAt(0))===B||h>96&&h<123)&&(re=(Se=Se.replace(" ",":")).length),ne>0&&void 0!==(l=ge(1,Se,t,e,q,z,Te.length,i,o,i))&&0===(re=(Se=l.trim()).length)&&(Se="\0\0"),h=Se.charCodeAt(0),E=Se.charCodeAt(1),h){case 0:break;case 64:if(105===E||99===E){ye+=Se+a.charAt(w);break}default:if(Se.charCodeAt(re-1)===H)break;Te+=_e(Se,h,E,Se.charCodeAt(2))}N=0,X=0,I=0,x=0,te=0,Se="",S=a.charCodeAt(++w)}}switch(S){case U:case j:if(u+p+_+d+Z===0)switch(C){case k:case 39:case 34:case 64:case 126:case 62:case G:case 43:case V:case B:case H:case Y:case D:case L:case M:break;default:I>0&&(X=1)}u===V?u=0:K+N===0&&107!==i&&Se.length>0&&(x=1,Se+="\0"),ne*ae>0&&ge(0,Se,t,e,q,z,Te.length,i,o,i),z=1,q++;break;case D:case M:if(u+p+_+d===0){z++;break}default:switch(z++,Ee=a.charAt(w),S){case 9:case F:if(p+d+u===0)switch(b){case Y:case H:case 9:case F:Ee="";break;default:S!==F&&(Ee=" ")}break;case 0:Ee="\\0";break;case 12:Ee="\\f";break;case 11:Ee="\\v";break;case 38:p+u+d===0&&K>0&&(te=1,x=1,Ee="\f"+Ee);break;case 108:if(p+u+d+W===0&&I>0)switch(w-I){case 2:112===b&&a.charCodeAt(w-3)===H&&(W=b);case 8:111===v&&(W=v)}break;case H:p+u+d===0&&(I=w);break;case Y:u+_+p+d===0&&(x=1,Ee+="\r");break;case 34:case 39:0===u&&(p=p===S?0:0===p?S:p);break;case 91:p+u+_===0&&d++;break;case 93:p+u+_===0&&d--;break;case k:p+u+d===0&&_--;break;case P:if(p+u+d===0){if(0===N)switch(2*b+3*v){case 533:break;default:O=0,N=1}_++}break;case 64:u+_+p+d+I+R===0&&(R=1);break;case G:case V:if(p+d+_>0)break;switch(u){case 0:switch(2*S+3*a.charCodeAt(w+1)){case 235:u=V;break;case 220:re=w,u=G}break;case G:S===V&&b===G&&re+2!==w&&(33===a.charCodeAt(re+2)&&(Te+=a.substring(re,w+1)),Ee="",u=0)}}if(0===u){if(K+p+d+R===0&&107!==i&&S!==D)switch(S){case Y:case 126:case 62:case 43:case k:case P:if(0===N){switch(b){case 9:case F:case j:case U:Ee+="\0";break;default:Ee="\0"+Ee+(S===Y?"":"\0")}x=1}else switch(S){case P:I+7===w&&108===b&&(I=0),N=++O;break;case k:0==(N=--O)&&(x=1,Ee+="\0")}break;case 9:case F:switch(b){case 0:case L:case M:case D:case Y:case 12:case 9:case F:case j:case U:break;default:0===N&&(x=1,Ee+="\0")}}Se+=Ee,S!==F&&9!==S&&(C=S)}}v=b,b=S,w++}if(re=Te.length,J>0&&0===re&&0===ve.length&&0===t[0].length==0&&(109!==i||1===t.length&&(K>0?se:le)===t[0])&&(re=t.join(",").length+2),re>0){if(s=0===K&&107!==i?function(e){for(var t,n,a=0,i=e.length,o=Array(i);a<i;++a){for(var s=e[a].split(c),l="",d=0,u=0,_=0,p=0,m=s.length;d<m;++d)if(!(0===(u=(n=s[d]).length)&&m>1)){if(_=l.charCodeAt(l.length-1),p=n.charCodeAt(0),t="",0!==d)switch(_){case G:case 126:case 62:case 43:case F:case P:break;default:t=" "}switch(p){case 38:n=t+se;case 126:case 62:case 43:case F:case k:case P:break;case 91:n=t+n+se;break;case H:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if($>0){n=t+n.substring(8,u-1);break}default:(d<1||s[d-1].length<1)&&(n=t+se+n)}break;case Y:t="";default:n=u>1&&n.indexOf(":")>0?t+n.replace(T,"$1"+se+"$2"):t+n+se}l+=n}o[a]=l.replace(r,"").trim()}return o}(t):t,ne>0&&void 0!==(l=ge(2,Te,s,e,q,z,re,i,o,i))&&0===(Te=l).length)return ye+Te+ve;if(Te=s.join(",")+"{"+Te+"}",Q*W!=0){switch(2!==Q||pe(Te,2)||(W=0),W){case 111:Te=Te.replace(f,":-moz-$1")+Te;break;case 112:Te=Te.replace(g,"::"+A+"input-$1")+Te.replace(g,"::-moz-$1")+Te.replace(g,":-ms-input-$1")+Te}W=0}}return ye+Te+ve}function de(e,t,n){var r=t.trim().split(d),a=r,i=r.length,o=e.length;switch(o){case 0:case 1:for(var s=0,l=0===o?"":e[0]+" ";s<i;++s)a[s]=ue(l,a[s],n,o).trim();break;default:s=0;var c=0;for(a=[];s<i;++s)for(var u=0;u<o;++u)a[c++]=ue(e[u]+" ",r[s],n,o).trim()}return a}function ue(e,t,n,r){var a=t,i=a.charCodeAt(0);switch(i<33&&(i=(a=a.trim()).charCodeAt(0)),i){case 38:switch(K+r){case 0:case 1:if(0===e.trim().length)break;default:return a.replace(u,"$1"+e.trim())}break;case H:switch(a.charCodeAt(1)){case 103:if($>0&&K>0)return a.replace(_,"$1").replace(u,"$1"+le);break;default:return e.trim()+a.replace(u,"$1"+e.trim())}default:if(n*K>0&&a.indexOf("\f")>0)return a.replace(u,(e.charCodeAt(0)===H?"":"$1")+e.trim())}return e+a}function _e(e,t,n,r){var c,d=0,u=e+";",_=2*t+3*n+4*r;if(944===_)return function(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),a=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*ie){case 0:break;case B:if(110!==e.charCodeAt(10))break;default:var i=a.split((a="",s)),o=0;for(n=0,t=i.length;o<t;n=0,++o){for(var c=i[o],d=c.split(l);c=d[n];){var u=c.charCodeAt(0);if(1===ie&&(u>64&&u<90||u>96&&u<123||95===u||u===B&&c.charCodeAt(1)!==B))switch(isNaN(parseFloat(c))+(-1!==c.indexOf("("))){case 1:switch(c){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:c+=oe}}d[n++]=c}a+=(0===o?"":",")+d.join(" ")}}return a=r+a+";",1===Q||2===Q&&pe(a,1)?A+a+a:a}(u);if(0===Q||2===Q&&!pe(u,1))return u;switch(_){case 1015:return 97===u.charCodeAt(10)?A+u+u:u;case 951:return 116===u.charCodeAt(3)?A+u+u:u;case 963:return 110===u.charCodeAt(5)?A+u+u:u;case 1009:if(100!==u.charCodeAt(4))break;case 969:case 942:return A+u+u;case 978:return A+u+w+u+u;case 1019:case 983:return A+u+w+u+x+u+u;case 883:return u.charCodeAt(8)===B?A+u+u:u.indexOf("image-set(",11)>0?u.replace(I,"$1"+A+"$2")+u:u;case 932:if(u.charCodeAt(4)===B)switch(u.charCodeAt(5)){case 103:return A+"box-"+u.replace("-grow","")+A+u+x+u.replace("grow","positive")+u;case 115:return A+u+x+u.replace("shrink","negative")+u;case 98:return A+u+x+u.replace("basis","preferred-size")+u}return A+u+x+u+u;case 964:return A+u+x+"flex-"+u+u;case 1023:if(99!==u.charCodeAt(8))break;return c=u.substring(u.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),A+"box-pack"+c+A+u+x+"flex-pack"+c+u;case 1005:return i.test(u)?u.replace(a,":"+A)+u.replace(a,":"+w)+u:u;case 1e3:switch(d=(c=u.substring(13).trim()).indexOf("-")+1,c.charCodeAt(0)+c.charCodeAt(d)){case 226:c=u.replace(v,"tb");break;case 232:c=u.replace(v,"tb-rl");break;case 220:c=u.replace(v,"lr");break;default:return u}return A+u+x+c+u;case 1017:if(-1===u.indexOf("sticky",9))return u;case 975:switch(d=(u=e).length-10,_=(c=(33===u.charCodeAt(d)?u.substring(0,d):u).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|c.charCodeAt(7))){case 203:if(c.charCodeAt(8)<111)break;case 115:u=u.replace(c,A+c)+";"+u;break;case 207:case 102:u=u.replace(c,A+(_>102?"inline-":"")+"box")+";"+u.replace(c,A+c)+";"+u.replace(c,x+c+"box")+";"+u}return u+";";case 938:if(u.charCodeAt(5)===B)switch(u.charCodeAt(6)){case 105:return c=u.replace("-items",""),A+u+A+"box-"+c+x+"flex-"+c+u;case 115:return A+u+x+"flex-item-"+u.replace(O,"")+u;default:return A+u+x+"flex-line-pack"+u.replace("align-content","").replace(O,"")+u}break;case 973:case 989:if(u.charCodeAt(3)!==B||122===u.charCodeAt(4))break;case 931:case 953:if(!0===R.test(e))return 115===(c=e.substring(e.indexOf(":")+1)).charCodeAt(0)?_e(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):u.replace(c,A+c)+u.replace(c,w+c.replace("fill-",""))+u;break;case 962:if(u=A+u+(102===u.charCodeAt(5)?x+u:"")+u,n+r===211&&105===u.charCodeAt(13)&&u.indexOf("transform",10)>0)return u.substring(0,u.indexOf(";",27)+1).replace(o,"$1"+A+"$2")+u}return u}function pe(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),a=e.substring(n+1,e.length-1);return re(2!==t?r:r.replace(N,"$1"),a,t)}function me(e,t){var n=_e(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(C," or ($1)").substring(4):"("+t+")"}function ge(e,t,n,r,a,i,o,s,l,c){for(var d,u=0,_=t;u<ne;++u)switch(d=te[u].call(Ee,e,_,n,r,a,i,o,s,l,c)){case void 0:case!1:case!0:case null:break;default:_=d}if(_!==t)return _}function fe(e,t,n,r){for(var a=t+1;a<n;++a)switch(r.charCodeAt(a)){case V:if(e===G&&r.charCodeAt(a-1)===G&&t+2!==a)return a+1;break;case j:if(e===V)return a+1}return a}function he(e){for(var t in e){var n=e[t];switch(t){case"keyframe":ie=0|n;break;case"global":$=0|n;break;case"cascade":K=0|n;break;case"compress":X=0|n;break;case"semicolon":Z=0|n;break;case"preserve":J=0|n;break;case"prefix":re=null,n?"function"!=typeof n?Q=1:(Q=2,re=n):Q=0}}return he}function Ee(t,n){if(void 0!==this&&this.constructor===Ee)return e(t);var a=t,i=a.charCodeAt(0);i<33&&(i=(a=a.trim()).charCodeAt(0)),ie>0&&(oe=a.replace(p,91===i?"":"-")),i=1,1===K?le=a:se=a;var o,s=[le];ne>0&&void 0!==(o=ge(-1,n,s,s,q,z,0,0,0,0))&&"string"==typeof o&&(n=o);var l=ce(ee,s,n,0,0);return ne>0&&void 0!==(o=ge(-2,l,s,s,q,z,l.length,0,0,0))&&"string"!=typeof(l=o)&&(i=0),oe="",le="",se="",W=0,q=1,z=1,X*i==0?l:l.replace(r,"").replace(h,"").replace(E,"$1").replace(S,"$1").replace(b," ")}return Ee.use=function e(t){switch(t){case void 0:case null:ne=te.length=0;break;default:if("function"==typeof t)te[ne++]=t;else if("object"==typeof t)for(var n=0,r=t.length;n<r;++n)e(t[n]);else ae=0|!!t}return e},Ee.set=he,void 0!==t&&he(t),Ee}(null)},"../node_modules/timers-browserify/main.js":function(e,t,n){(function(e){var r="undefined"!==typeof e&&e||"undefined"!==typeof self&&self||window,a=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(a.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(a.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n("../node_modules/setimmediate/setImmediate.js"),t.setImmediate="undefined"!==typeof self&&self.setImmediate||"undefined"!==typeof e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!==typeof self&&self.clearImmediate||"undefined"!==typeof e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/tslib/tslib.es6.js":function(e,t,n){"use strict";n.r(t),n.d(t,"__extends",(function(){return a})),n.d(t,"__assign",(function(){return i})),n.d(t,"__rest",(function(){return o})),n.d(t,"__decorate",(function(){return s})),n.d(t,"__param",(function(){return l})),n.d(t,"__metadata",(function(){return c})),n.d(t,"__awaiter",(function(){return d})),n.d(t,"__generator",(function(){return u})),n.d(t,"__createBinding",(function(){return _})),n.d(t,"__exportStar",(function(){return p})),n.d(t,"__values",(function(){return m})),n.d(t,"__read",(function(){return g})),n.d(t,"__spread",(function(){return f})),n.d(t,"__spreadArrays",(function(){return h})),n.d(t,"__await",(function(){return E})),n.d(t,"__asyncGenerator",(function(){return S})),n.d(t,"__asyncDelegator",(function(){return b})),n.d(t,"__asyncValues",(function(){return T})),n.d(t,"__makeTemplateObject",(function(){return v})),n.d(t,"__importStar",(function(){return y})),n.d(t,"__importDefault",(function(){return C})),n.d(t,"__classPrivateFieldGet",(function(){return O})),n.d(t,"__classPrivateFieldSet",(function(){return N}));var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function a(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function o(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"===typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}function s(e,t,n,r){var a,i=arguments.length,o=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"===typeof Reflect&&"function"===typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(o=(i<3?a(o):i>3?a(t,n,o):a(t,n))||o);return i>3&&o&&Object.defineProperty(t,n,o),o}function l(e,t){return function(n,r){t(n,r,e)}}function c(e,t){if("object"===typeof Reflect&&"function"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function d(e,t,n,r){return new(n||(n=Promise))((function(a,i){function o(e){try{l(r.next(e))}catch(t){i(t)}}function s(e){try{l(r.throw(e))}catch(t){i(t)}}function l(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}l((r=r.apply(e,t||[])).next())}))}function u(e,t){var n,r,a,i,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"===typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(a=2&i[0]?r.return:i[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,i[1])).done)return a;switch(r=0,a&&(i=[2&i[0],a.value]),i[0]){case 0:case 1:a=i;break;case 4:return o.label++,{value:i[1],done:!1};case 5:o.label++,r=i[1],i=[0];continue;case 7:i=o.ops.pop(),o.trys.pop();continue;default:if(!(a=(a=o.trys).length>0&&a[a.length-1])&&(6===i[0]||2===i[0])){o=0;continue}if(3===i[0]&&(!a||i[1]>a[0]&&i[1]<a[3])){o.label=i[1];break}if(6===i[0]&&o.label<a[1]){o.label=a[1],a=i;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(i);break}a[2]&&o.ops.pop(),o.trys.pop();continue}i=t.call(e,o)}catch(s){i=[6,s],r=0}finally{n=a=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function _(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}function p(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||(t[n]=e[n])}function m(e){var t="function"===typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"===typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function g(e,t){var n="function"===typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,a,i=n.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)o.push(r.value)}catch(s){a={error:s}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(a)throw a.error}}return o}function f(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(g(arguments[t]));return e}function h(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),a=0;for(t=0;t<n;t++)for(var i=arguments[t],o=0,s=i.length;o<s;o++,a++)r[a]=i[o];return r}function E(e){return this instanceof E?(this.v=e,this):new E(e)}function S(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,a=n.apply(e,t||[]),i=[];return r={},o("next"),o("throw"),o("return"),r[Symbol.asyncIterator]=function(){return this},r;function o(e){a[e]&&(r[e]=function(t){return new Promise((function(n,r){i.push([e,t,n,r])>1||s(e,t)}))})}function s(e,t){try{(n=a[e](t)).value instanceof E?Promise.resolve(n.value.v).then(l,c):d(i[0][2],n)}catch(r){d(i[0][3],r)}var n}function l(e){s("next",e)}function c(e){s("throw",e)}function d(e,t){e(t),i.shift(),i.length&&s(i[0][0],i[0][1])}}function b(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,a){t[r]=e[r]?function(t){return(n=!n)?{value:E(e[r](t)),done:"return"===r}:a?a(t):t}:a}}function T(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=m(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,a){(function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)})(r,a,(t=e[n](t)).done,t.value)}))}}}function v(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}function y(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function C(e){return e&&e.__esModule?e:{default:e}}function O(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)}function N(e,t,n){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,n),n}},"../node_modules/ulid/dist/index.esm.js":function(e,t,n){"use strict";function r(e){var t=new Error(e);return t.source="ulid",t}n.r(t),n.d(t,"replaceCharAt",(function(){return s})),n.d(t,"incrementBase32",(function(){return l})),n.d(t,"randomChar",(function(){return c})),n.d(t,"encodeTime",(function(){return d})),n.d(t,"encodeRandom",(function(){return u})),n.d(t,"decodeTime",(function(){return _})),n.d(t,"detectPrng",(function(){return p})),n.d(t,"factory",(function(){return m})),n.d(t,"monotonicFactory",(function(){return g})),n.d(t,"ulid",(function(){return f}));var a="0123456789ABCDEFGHJKMNPQRSTVWXYZ",i=a.length,o=Math.pow(2,48)-1;function s(e,t,n){return t>e.length-1?e:e.substr(0,t)+n+e.substr(t+1)}function l(e){for(var t=void 0,n=e.length,o=void 0,l=void 0,c=i-1;!t&&n-- >=0;){if(o=e[n],-1===(l=a.indexOf(o)))throw r("incorrectly encoded string");l!==c?t=s(e,n,a[l+1]):e=s(e,n,a[0])}if("string"===typeof t)return t;throw r("cannot increment this string")}function c(e){var t=Math.floor(e()*i);return t===i&&(t=i-1),a.charAt(t)}function d(e,t){if(isNaN(e))throw new Error(e+" must be a number");if(e>o)throw r("cannot encode time greater than "+o);if(e<0)throw r("time must be positive");if(!1===Number.isInteger(e))throw r("time must be an integer");for(var n=void 0,s="";t>0;t--)s=a.charAt(n=e%i)+s,e=(e-n)/i;return s}function u(e,t){for(var n="";e>0;e--)n=c(t)+n;return n}function _(e){if(26!==e.length)throw r("malformed ulid");var t=e.substr(0,10).split("").reverse().reduce((function(e,t,n){var o=a.indexOf(t);if(-1===o)throw r("invalid character found: "+t);return e+o*Math.pow(i,n)}),0);if(t>o)throw r("malformed ulid, timestamp too large");return t}function p(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];t||(t="undefined"!==typeof window?window:null);var a=t&&(t.crypto||t.msCrypto);if(a)return function(){var e=new Uint8Array(1);return a.getRandomValues(e),e[0]/255};try{var i=n("../node_modules/ulid/stubs/crypto.js");return function(){return i.randomBytes(1).readUInt8()/255}}catch(o){}if(e){try{console.error("secure crypto unusable, falling back to insecure Math.random()!")}catch(o){}return function(){return Math.random()}}throw r("secure crypto unusable, insecure Math.random not allowed")}function m(e){return e||(e=p()),function(t){return isNaN(t)&&(t=Date.now()),d(t,10)+u(16,e)}}function g(e){e||(e=p());var t=0,n=void 0;return function(r){if(isNaN(r)&&(r=Date.now()),r<=t){var a=n=l(n);return d(t,10)+a}t=r;var i=n=u(16,e);return d(r,10)+i}}var f=m()},"../node_modules/ulid/stubs/crypto.js":function(e,t){},"../node_modules/util-deprecate/browser.js":function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(r){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/warning/warning.js":function(e,t,n){"use strict";var r=function(){};e.exports=r},"../node_modules/webpack/buildin/global.js":function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},"../node_modules/webpack/buildin/module.js":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},"../node_modules/xml2js/lib/bom.js":function(e,t){(function(){"use strict";t.stripBOM=function(e){return"\ufeff"===e[0]?e.substring(1):e}}).call(this)},"../node_modules/xml2js/lib/builder.js":function(e,t,n){(function(){"use strict";var e,r,a,i,o,s={}.hasOwnProperty;e=n("../node_modules/xmlbuilder/lib/index.js"),r=n("../node_modules/xml2js/lib/defaults.js").defaults,i=function(e){return"string"===typeof e&&(e.indexOf("&")>=0||e.indexOf(">")>=0||e.indexOf("<")>=0)},o=function(e){return"<![CDATA["+a(e)+"]]>"},a=function(e){return e.replace("]]>","]]]]><![CDATA[>")},t.Builder=function(){function t(e){var t,n,a;for(t in this.options={},n=r[.2])s.call(n,t)&&(a=n[t],this.options[t]=a);for(t in e)s.call(e,t)&&(a=e[t],this.options[t]=a)}return t.prototype.buildObject=function(t){var n,a,l,c,d,u;return n=this.options.attrkey,a=this.options.charkey,1===Object.keys(t).length&&this.options.rootName===r[.2].rootName?t=t[d=Object.keys(t)[0]]:d=this.options.rootName,u=this,l=function(e,t){var r,c,d,_,p,m;if("object"!==typeof t)u.options.cdata&&i(t)?e.raw(o(t)):e.txt(t);else if(Array.isArray(t)){for(_ in t)if(s.call(t,_))for(p in c=t[_])d=c[p],e=l(e.ele(p),d).up()}else for(p in t)if(s.call(t,p))if(c=t[p],p===n){if("object"===typeof c)for(r in c)m=c[r],e=e.att(r,m)}else if(p===a)e=u.options.cdata&&i(c)?e.raw(o(c)):e.txt(c);else if(Array.isArray(c))for(_ in c)s.call(c,_)&&(e="string"===typeof(d=c[_])?u.options.cdata&&i(d)?e.ele(p).raw(o(d)).up():e.ele(p,d).up():l(e.ele(p),d).up());else"object"===typeof c?e=l(e.ele(p),c).up():"string"===typeof c&&u.options.cdata&&i(c)?e=e.ele(p).raw(o(c)).up():(null==c&&(c=""),e=e.ele(p,c.toString()).up());return e},c=e.create(d,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),l(c,t).end(this.options.renderOpts)},t}()}).call(this)},"../node_modules/xml2js/lib/defaults.js":function(e,t){(function(){t.defaults={.1:{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},.2:{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:"  ",newline:"\n"},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(this)},"../node_modules/xml2js/lib/parser.js":function(e,t,n){(function(){"use strict";var e,r,a,i,o,s,l,c,d=function(e,t){return function(){return e.apply(t,arguments)}},u={}.hasOwnProperty;l=n("../node_modules/sax/lib/sax.js"),a=n("../node_modules/events/events.js"),e=n("../node_modules/xml2js/lib/bom.js"),s=n("../node_modules/xml2js/lib/processors.js"),c=n("../node_modules/timers-browserify/main.js").setImmediate,r=n("../node_modules/xml2js/lib/defaults.js").defaults,i=function(e){return"object"===typeof e&&null!=e&&0===Object.keys(e).length},o=function(e,t,n){var r,a;for(r=0,a=e.length;r<a;r++)t=(0,e[r])(t,n);return t},t.Parser=function(n){function a(e){var n,a,i;if(this.parseString=d(this.parseString,this),this.reset=d(this.reset,this),this.assignOrPush=d(this.assignOrPush,this),this.processAsync=d(this.processAsync,this),!(this instanceof t.Parser))return new t.Parser(e);for(n in this.options={},a=r[.2])u.call(a,n)&&(i=a[n],this.options[n]=i);for(n in e)u.call(e,n)&&(i=e[n],this.options[n]=i);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(s.normalize)),this.reset()}return function(e,t){for(var n in t)u.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(a,n),a.prototype.processAsync=function(){var e,t;try{return this.remaining.length<=this.options.chunkSize?(e=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(e),this.saxParser.close()):(e=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(e),c(this.processAsync))}catch(n){if(t=n,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(t)}},a.prototype.assignOrPush=function(e,t,n){return t in e?(e[t]instanceof Array||(e[t]=[e[t]]),e[t].push(n)):this.options.explicitArray?e[t]=[n]:e[t]=n},a.prototype.reset=function(){var e,t,n,r,a;return this.removeAllListeners(),this.saxParser=l.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=(a=this,function(e){if(a.saxParser.resume(),!a.saxParser.errThrown)return a.saxParser.errThrown=!0,a.emit("error",e)}),this.saxParser.onend=function(e){return function(){if(!e.saxParser.ended)return e.saxParser.ended=!0,e.emit("end",e.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,r=[],e=this.options.attrkey,t=this.options.charkey,this.saxParser.onopentag=function(n){return function(a){var i,s,l,c,d;if((l={})[t]="",!n.options.ignoreAttrs)for(i in d=a.attributes)u.call(d,i)&&(e in l||n.options.mergeAttrs||(l[e]={}),s=n.options.attrValueProcessors?o(n.options.attrValueProcessors,a.attributes[i],i):a.attributes[i],c=n.options.attrNameProcessors?o(n.options.attrNameProcessors,i):i,n.options.mergeAttrs?n.assignOrPush(l,c,s):l[e][c]=s);return l["#name"]=n.options.tagNameProcessors?o(n.options.tagNameProcessors,a.name):a.name,n.options.xmlns&&(l[n.options.xmlnskey]={uri:a.uri,local:a.local}),r.push(l)}}(this),this.saxParser.onclosetag=function(e){return function(){var n,a,s,l,c,d,_,p,m,g;if(d=r.pop(),c=d["#name"],e.options.explicitChildren&&e.options.preserveChildrenOrder||delete d["#name"],!0===d.cdata&&(n=d.cdata,delete d.cdata),m=r[r.length-1],d[t].match(/^\s*$/)&&!n?(a=d[t],delete d[t]):(e.options.trim&&(d[t]=d[t].trim()),e.options.normalize&&(d[t]=d[t].replace(/\s{2,}/g," ").trim()),d[t]=e.options.valueProcessors?o(e.options.valueProcessors,d[t],c):d[t],1===Object.keys(d).length&&t in d&&!e.EXPLICIT_CHARKEY&&(d=d[t])),i(d)&&(d=""!==e.options.emptyTag?e.options.emptyTag:a),null!=e.options.validator&&(g="/"+function(){var e,t,n;for(n=[],e=0,t=r.length;e<t;e++)l=r[e],n.push(l["#name"]);return n}().concat(c).join("/"),function(){var t;try{d=e.options.validator(g,m&&m[c],d)}catch(n){return t=n,e.emit("error",t)}}()),e.options.explicitChildren&&!e.options.mergeAttrs&&"object"===typeof d)if(e.options.preserveChildrenOrder){if(m){for(s in m[e.options.childkey]=m[e.options.childkey]||[],_={},d)u.call(d,s)&&(_[s]=d[s]);m[e.options.childkey].push(_),delete d["#name"],1===Object.keys(d).length&&t in d&&!e.EXPLICIT_CHARKEY&&(d=d[t])}}else l={},e.options.attrkey in d&&(l[e.options.attrkey]=d[e.options.attrkey],delete d[e.options.attrkey]),!e.options.charsAsChildren&&e.options.charkey in d&&(l[e.options.charkey]=d[e.options.charkey],delete d[e.options.charkey]),Object.getOwnPropertyNames(d).length>0&&(l[e.options.childkey]=d),d=l;return r.length>0?e.assignOrPush(m,c,d):(e.options.explicitRoot&&(p=d,(d={})[c]=p),e.resultObject=d,e.saxParser.ended=!0,e.emit("end",e.resultObject))}}(this),n=function(e){return function(n){var a,i;if(i=r[r.length-1])return i[t]+=n,e.options.explicitChildren&&e.options.preserveChildrenOrder&&e.options.charsAsChildren&&(e.options.includeWhiteChars||""!==n.replace(/\\n/g,"").trim())&&(i[e.options.childkey]=i[e.options.childkey]||[],(a={"#name":"__text__"})[t]=n,e.options.normalize&&(a[t]=a[t].replace(/\s{2,}/g," ").trim()),i[e.options.childkey].push(a)),i}}(this),this.saxParser.ontext=n,this.saxParser.oncdata=function(e){var t;if(t=n(e))return t.cdata=!0}},a.prototype.parseString=function(t,n){var r;null!=n&&"function"===typeof n&&(this.on("end",(function(e){return this.reset(),n(null,e)})),this.on("error",(function(e){return this.reset(),n(e)})));try{return""===(t=t.toString()).trim()?(this.emit("end",null),!0):(t=e.stripBOM(t),this.options.async?(this.remaining=t,c(this.processAsync),this.saxParser):this.saxParser.write(t).close())}catch(a){if(r=a,!this.saxParser.errThrown&&!this.saxParser.ended)return this.emit("error",r),this.saxParser.errThrown=!0;if(this.saxParser.ended)throw r}},a}(a.EventEmitter),t.parseString=function(e,n,r){var a,i;return null!=r?("function"===typeof r&&(a=r),"object"===typeof n&&(i=n)):("function"===typeof n&&(a=n),i={}),new t.Parser(i).parseString(e,a)}}).call(this)},"../node_modules/xml2js/lib/processors.js":function(e,t){(function(){"use strict";var e;e=new RegExp(/(?!xmlns)^.*:/),t.normalize=function(e){return e.toLowerCase()},t.firstCharLowerCase=function(e){return e.charAt(0).toLowerCase()+e.slice(1)},t.stripPrefix=function(t){return t.replace(e,"")},t.parseNumbers=function(e){return isNaN(e)||(e=e%1===0?parseInt(e,10):parseFloat(e)),e},t.parseBooleans=function(e){return/^(?:true|false)$/i.test(e)&&(e="true"===e.toLowerCase()),e}}).call(this)},"../node_modules/xml2js/lib/xml2js.js":function(e,t,n){(function(){"use strict";var e,r,a,i,o={}.hasOwnProperty;r=n("../node_modules/xml2js/lib/defaults.js"),e=n("../node_modules/xml2js/lib/builder.js"),a=n("../node_modules/xml2js/lib/parser.js"),i=n("../node_modules/xml2js/lib/processors.js"),t.defaults=r.defaults,t.processors=i,t.ValidationError=function(e){function t(e){this.message=e}return function(e,t){for(var n in t)o.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(t,Error),t}(),t.Builder=e.Builder,t.Parser=a.Parser,t.parseString=a.parseString}).call(this)},"../node_modules/xmlbuilder/lib/Utility.js":function(e,t){(function(){var t,n,r,a,i,o,s=[].slice,l={}.hasOwnProperty;t=function(){var e,t,n,r,i,o;if(o=arguments[0],i=2<=arguments.length?s.call(arguments,1):[],a(Object.assign))Object.assign.apply(null,arguments);else for(e=0,n=i.length;e<n;e++)if(null!=(r=i[e]))for(t in r)l.call(r,t)&&(o[t]=r[t]);return o},a=function(e){return!!e&&"[object Function]"===Object.prototype.toString.call(e)},i=function(e){var t;return!!e&&("function"===(t=typeof e)||"object"===t)},n=function(e){return a(Array.isArray)?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)},r=function(e){var t;if(n(e))return!e.length;for(t in e)if(l.call(e,t))return!1;return!0},o=function(e){var t,n;return i(e)&&(n=Object.getPrototypeOf(e))&&(t=n.constructor)&&"function"===typeof t&&t instanceof t&&Function.prototype.toString.call(t)===Function.prototype.toString.call(Object)},e.exports.assign=t,e.exports.isFunction=a,e.exports.isObject=i,e.exports.isArray=n,e.exports.isEmpty=r,e.exports.isPlainObject=o}).call(this)},"../node_modules/xmlbuilder/lib/XMLAttribute.js":function(e,t){(function(){e.exports=function(){function e(e,t,n){if(this.options=e.options,this.stringify=e.stringify,null==t)throw new Error("Missing attribute name of element "+e.name);if(null==n)throw new Error("Missing attribute value for attribute "+t+" of element "+e.name);this.name=this.stringify.attName(t),this.value=this.stringify.attValue(n)}return e.prototype.clone=function(){return Object.create(this)},e.prototype.toString=function(e){return this.options.writer.set(e).attribute(this)},e}()}).call(this)},"../node_modules/xmlbuilder/lib/XMLCData.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing CDATA text");this.text=this.stringify.cdata(n)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).cdata(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLComment.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing comment text");this.text=this.stringify.comment(n)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).comment(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDTDAttList.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,r,a,i,o){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing DTD element name");if(null==r)throw new Error("Missing DTD attribute name");if(!a)throw new Error("Missing DTD attribute type");if(!i)throw new Error("Missing DTD attribute default");if(0!==i.indexOf("#")&&(i="#"+i),!i.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT");if(o&&!i.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT");this.elementName=this.stringify.eleName(n),this.attributeName=this.stringify.attName(r),this.attributeType=this.stringify.dtdAttType(a),this.defaultValue=this.stringify.dtdAttDefault(o),this.defaultValueType=i}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).dtdAttList(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDTDElement.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,r){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing DTD element name");r||(r="(#PCDATA)"),Array.isArray(r)&&(r="("+r.join(",")+")"),this.name=this.stringify.eleName(n),this.value=this.stringify.dtdElementValue(r)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).dtdElement(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDTDEntity.js":function(e,t,n){(function(){var t,r,a={}.hasOwnProperty;r=n("../node_modules/xmlbuilder/lib/Utility.js").isObject,t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,a,i){if(t.__super__.constructor.call(this,e),null==a)throw new Error("Missing entity name");if(null==i)throw new Error("Missing entity value");if(this.pe=!!n,this.name=this.stringify.eleName(a),r(i)){if(!i.pubID&&!i.sysID)throw new Error("Public and/or system identifiers are required for an external entity");if(i.pubID&&!i.sysID)throw new Error("System identifier is required for a public external entity");if(null!=i.pubID&&(this.pubID=this.stringify.dtdPubID(i.pubID)),null!=i.sysID&&(this.sysID=this.stringify.dtdSysID(i.sysID)),null!=i.nData&&(this.nData=this.stringify.dtdNData(i.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity")}else this.value=this.stringify.dtdEntityValue(i)}return function(e,t){for(var n in t)a.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).dtdEntity(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDTDNotation.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,r){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing notation name");if(!r.pubID&&!r.sysID)throw new Error("Public or system identifiers are required for an external entity");this.name=this.stringify.eleName(n),null!=r.pubID&&(this.pubID=this.stringify.dtdPubID(r.pubID)),null!=r.sysID&&(this.sysID=this.stringify.dtdSysID(r.sysID))}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).dtdNotation(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDeclaration.js":function(e,t,n){(function(){var t,r,a={}.hasOwnProperty;r=n("../node_modules/xmlbuilder/lib/Utility.js").isObject,t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,a,i){var o;t.__super__.constructor.call(this,e),r(n)&&(n=(o=n).version,a=o.encoding,i=o.standalone),n||(n="1.0"),this.version=this.stringify.xmlVersion(n),null!=a&&(this.encoding=this.stringify.xmlEncoding(a)),null!=i&&(this.standalone=this.stringify.xmlStandalone(i))}return function(e,t){for(var n in t)a.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).declaration(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDocType.js":function(e,t,n){(function(){var t,r,a,i,o,s,l={}.hasOwnProperty;s=n("../node_modules/xmlbuilder/lib/Utility.js").isObject,o=n("../node_modules/xmlbuilder/lib/XMLNode.js"),t=n("../node_modules/xmlbuilder/lib/XMLDTDAttList.js"),a=n("../node_modules/xmlbuilder/lib/XMLDTDEntity.js"),r=n("../node_modules/xmlbuilder/lib/XMLDTDElement.js"),i=n("../node_modules/xmlbuilder/lib/XMLDTDNotation.js"),e.exports=function(e){function n(e,t,r){var a,i;n.__super__.constructor.call(this,e),this.documentObject=e,s(t)&&(t=(a=t).pubID,r=a.sysID),null==r&&(r=(i=[t,r])[0],t=i[1]),null!=t&&(this.pubID=this.stringify.dtdPubID(t)),null!=r&&(this.sysID=this.stringify.dtdSysID(r))}return function(e,t){for(var n in t)l.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(n,e),n.prototype.element=function(e,t){var n;return n=new r(this,e,t),this.children.push(n),this},n.prototype.attList=function(e,n,r,a,i){var o;return o=new t(this,e,n,r,a,i),this.children.push(o),this},n.prototype.entity=function(e,t){var n;return n=new a(this,!1,e,t),this.children.push(n),this},n.prototype.pEntity=function(e,t){var n;return n=new a(this,!0,e,t),this.children.push(n),this},n.prototype.notation=function(e,t){var n;return n=new i(this,e,t),this.children.push(n),this},n.prototype.toString=function(e){return this.options.writer.set(e).docType(this)},n.prototype.ele=function(e,t){return this.element(e,t)},n.prototype.att=function(e,t,n,r,a){return this.attList(e,t,n,r,a)},n.prototype.ent=function(e,t){return this.entity(e,t)},n.prototype.pent=function(e,t){return this.pEntity(e,t)},n.prototype.not=function(e,t){return this.notation(e,t)},n.prototype.up=function(){return this.root()||this.documentObject},n}(o)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDocument.js":function(e,t,n){(function(){var t,r,a,i,o={}.hasOwnProperty;i=n("../node_modules/xmlbuilder/lib/Utility.js").isPlainObject,t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),a=n("../node_modules/xmlbuilder/lib/XMLStringifier.js"),r=n("../node_modules/xmlbuilder/lib/XMLStringWriter.js"),e.exports=function(e){function t(e){t.__super__.constructor.call(this,null),e||(e={}),e.writer||(e.writer=new r),this.options=e,this.stringify=new a(e),this.isDocument=!0}return function(e,t){for(var n in t)o.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(t,e),t.prototype.end=function(e){var t;return e?i(e)&&(t=e,e=this.options.writer.set(t)):e=this.options.writer,e.document(this)},t.prototype.toString=function(e){return this.options.writer.set(e).document(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDocumentCB.js":function(e,t,n){(function(){var t,r,a,i,o,s,l,c,d,u,_,p,m,g,f,h,E,S,b,T={}.hasOwnProperty;b=n("../node_modules/xmlbuilder/lib/Utility.js"),E=b.isObject,h=b.isFunction,S=b.isPlainObject,u=n("../node_modules/xmlbuilder/lib/XMLElement.js"),r=n("../node_modules/xmlbuilder/lib/XMLCData.js"),a=n("../node_modules/xmlbuilder/lib/XMLComment.js"),p=n("../node_modules/xmlbuilder/lib/XMLRaw.js"),f=n("../node_modules/xmlbuilder/lib/XMLText.js"),_=n("../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js"),c=n("../node_modules/xmlbuilder/lib/XMLDeclaration.js"),d=n("../node_modules/xmlbuilder/lib/XMLDocType.js"),i=n("../node_modules/xmlbuilder/lib/XMLDTDAttList.js"),s=n("../node_modules/xmlbuilder/lib/XMLDTDEntity.js"),o=n("../node_modules/xmlbuilder/lib/XMLDTDElement.js"),l=n("../node_modules/xmlbuilder/lib/XMLDTDNotation.js"),t=n("../node_modules/xmlbuilder/lib/XMLAttribute.js"),g=n("../node_modules/xmlbuilder/lib/XMLStringifier.js"),m=n("../node_modules/xmlbuilder/lib/XMLStringWriter.js"),e.exports=function(){function e(e,t,n){var r;e||(e={}),e.writer?S(e.writer)&&(r=e.writer,e.writer=new m(r)):e.writer=new m(e),this.options=e,this.writer=e.writer,this.stringify=new g(e),this.onDataCallback=t||function(){},this.onEndCallback=n||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return e.prototype.node=function(e,t,n){var r;if(null==e)throw new Error("Missing node name");if(this.root&&-1===this.currentLevel)throw new Error("Document can only have one root node");return this.openCurrent(),e=e.valueOf(),null==t&&(t={}),t=t.valueOf(),E(t)||(n=(r=[t,n])[0],t=r[1]),this.currentNode=new u(this,e,t),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,null!=n&&this.text(n),this},e.prototype.element=function(e,t,n){return this.currentNode&&this.currentNode instanceof d?this.dtdElement.apply(this,arguments):this.node(e,t,n)},e.prototype.attribute=function(e,n){var r,a;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode");if(null!=e&&(e=e.valueOf()),E(e))for(r in e)T.call(e,r)&&(a=e[r],this.attribute(r,a));else h(n)&&(n=n.apply()),this.options.skipNullAttributes&&null==n||(this.currentNode.attributes[e]=new t(this,e,n));return this},e.prototype.text=function(e){var t;return this.openCurrent(),t=new f(this,e),this.onData(this.writer.text(t,this.currentLevel+1)),this},e.prototype.cdata=function(e){var t;return this.openCurrent(),t=new r(this,e),this.onData(this.writer.cdata(t,this.currentLevel+1)),this},e.prototype.comment=function(e){var t;return this.openCurrent(),t=new a(this,e),this.onData(this.writer.comment(t,this.currentLevel+1)),this},e.prototype.raw=function(e){var t;return this.openCurrent(),t=new p(this,e),this.onData(this.writer.raw(t,this.currentLevel+1)),this},e.prototype.instruction=function(e,t){var n,r,a,i,o;if(this.openCurrent(),null!=e&&(e=e.valueOf()),null!=t&&(t=t.valueOf()),Array.isArray(e))for(n=0,i=e.length;n<i;n++)r=e[n],this.instruction(r);else if(E(e))for(r in e)T.call(e,r)&&(a=e[r],this.instruction(r,a));else h(t)&&(t=t.apply()),o=new _(this,e,t),this.onData(this.writer.processingInstruction(o,this.currentLevel+1));return this},e.prototype.declaration=function(e,t,n){var r;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node");return r=new c(this,e,t,n),this.onData(this.writer.declaration(r,this.currentLevel+1)),this},e.prototype.doctype=function(e,t,n){if(this.openCurrent(),null==e)throw new Error("Missing root node name");if(this.root)throw new Error("dtd() must come before the root node");return this.currentNode=new d(this,t,n),this.currentNode.rootNodeName=e,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},e.prototype.dtdElement=function(e,t){var n;return this.openCurrent(),n=new o(this,e,t),this.onData(this.writer.dtdElement(n,this.currentLevel+1)),this},e.prototype.attList=function(e,t,n,r,a){var o;return this.openCurrent(),o=new i(this,e,t,n,r,a),this.onData(this.writer.dtdAttList(o,this.currentLevel+1)),this},e.prototype.entity=function(e,t){var n;return this.openCurrent(),n=new s(this,!1,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1)),this},e.prototype.pEntity=function(e,t){var n;return this.openCurrent(),n=new s(this,!0,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1)),this},e.prototype.notation=function(e,t){var n;return this.openCurrent(),n=new l(this,e,t),this.onData(this.writer.dtdNotation(n,this.currentLevel+1)),this},e.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},e.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},e.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},e.prototype.openNode=function(e){if(!e.isOpen)return!this.root&&0===this.currentLevel&&e instanceof u&&(this.root=e),this.onData(this.writer.openNode(e,this.currentLevel)),e.isOpen=!0},e.prototype.closeNode=function(e){if(!e.isClosed)return this.onData(this.writer.closeNode(e,this.currentLevel)),e.isClosed=!0},e.prototype.onData=function(e){return this.documentStarted=!0,this.onDataCallback(e)},e.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},e.prototype.ele=function(){return this.element.apply(this,arguments)},e.prototype.nod=function(e,t,n){return this.node(e,t,n)},e.prototype.txt=function(e){return this.text(e)},e.prototype.dat=function(e){return this.cdata(e)},e.prototype.com=function(e){return this.comment(e)},e.prototype.ins=function(e,t){return this.instruction(e,t)},e.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},e.prototype.dtd=function(e,t,n){return this.doctype(e,t,n)},e.prototype.e=function(e,t,n){return this.element(e,t,n)},e.prototype.n=function(e,t,n){return this.node(e,t,n)},e.prototype.t=function(e){return this.text(e)},e.prototype.d=function(e){return this.cdata(e)},e.prototype.c=function(e){return this.comment(e)},e.prototype.r=function(e){return this.raw(e)},e.prototype.i=function(e,t){return this.instruction(e,t)},e.prototype.att=function(){return this.currentNode&&this.currentNode instanceof d?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},e.prototype.a=function(){return this.currentNode&&this.currentNode instanceof d?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},e.prototype.ent=function(e,t){return this.entity(e,t)},e.prototype.pent=function(e,t){return this.pEntity(e,t)},e.prototype.not=function(e,t){return this.notation(e,t)},e}()}).call(this)},"../node_modules/xmlbuilder/lib/XMLElement.js":function(e,t,n){(function(){var t,r,a,i,o,s={}.hasOwnProperty;o=n("../node_modules/xmlbuilder/lib/Utility.js"),i=o.isObject,a=o.isFunction,r=n("../node_modules/xmlbuilder/lib/XMLNode.js"),t=n("../node_modules/xmlbuilder/lib/XMLAttribute.js"),e.exports=function(e){function n(e,t,r){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing element name");this.name=this.stringify.eleName(t),this.attributes={},null!=r&&this.attribute(r),e.isDocument&&(this.isRoot=!0,this.documentObject=e,e.rootObject=this)}return function(e,t){for(var n in t)s.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(n,e),n.prototype.clone=function(){var e,t,n,r;for(t in(n=Object.create(this)).isRoot&&(n.documentObject=null),n.attributes={},r=this.attributes)s.call(r,t)&&(e=r[t],n.attributes[t]=e.clone());return n.children=[],this.children.forEach((function(e){var t;return(t=e.clone()).parent=n,n.children.push(t)})),n},n.prototype.attribute=function(e,n){var r,o;if(null!=e&&(e=e.valueOf()),i(e))for(r in e)s.call(e,r)&&(o=e[r],this.attribute(r,o));else a(n)&&(n=n.apply()),this.options.skipNullAttributes&&null==n||(this.attributes[e]=new t(this,e,n));return this},n.prototype.removeAttribute=function(e){var t,n,r;if(null==e)throw new Error("Missing attribute name");if(e=e.valueOf(),Array.isArray(e))for(n=0,r=e.length;n<r;n++)t=e[n],delete this.attributes[t];else delete this.attributes[e];return this},n.prototype.toString=function(e){return this.options.writer.set(e).element(this)},n.prototype.att=function(e,t){return this.attribute(e,t)},n.prototype.a=function(e,t){return this.attribute(e,t)},n}(r)}).call(this)},"../node_modules/xmlbuilder/lib/XMLNode.js":function(e,t,n){(function(){var t,r,a,i,o,s,l,c,d,u,_,p,m={}.hasOwnProperty;p=n("../node_modules/xmlbuilder/lib/Utility.js"),_=p.isObject,u=p.isFunction,d=p.isEmpty,o=null,t=null,r=null,a=null,i=null,l=null,c=null,s=null,e.exports=function(){function e(e){this.parent=e,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],o||(o=n("../node_modules/xmlbuilder/lib/XMLElement.js"),t=n("../node_modules/xmlbuilder/lib/XMLCData.js"),r=n("../node_modules/xmlbuilder/lib/XMLComment.js"),a=n("../node_modules/xmlbuilder/lib/XMLDeclaration.js"),i=n("../node_modules/xmlbuilder/lib/XMLDocType.js"),l=n("../node_modules/xmlbuilder/lib/XMLRaw.js"),c=n("../node_modules/xmlbuilder/lib/XMLText.js"),s=n("../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js"))}return e.prototype.element=function(e,t,n){var r,a,i,o,s,l,c,p,g,f;if(l=null,null==t&&(t={}),t=t.valueOf(),_(t)||(n=(g=[t,n])[0],t=g[1]),null!=e&&(e=e.valueOf()),Array.isArray(e))for(i=0,c=e.length;i<c;i++)a=e[i],l=this.element(a);else if(u(e))l=this.element(e.apply());else if(_(e)){for(s in e)if(m.call(e,s))if(f=e[s],u(f)&&(f=f.apply()),_(f)&&d(f)&&(f=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&0===s.indexOf(this.stringify.convertAttKey))l=this.attribute(s.substr(this.stringify.convertAttKey.length),f);else if(!this.options.separateArrayItems&&Array.isArray(f))for(o=0,p=f.length;o<p;o++)a=f[o],(r={})[s]=a,l=this.element(r);else _(f)?(l=this.element(s)).element(f):l=this.element(s,f)}else l=!this.options.ignoreDecorators&&this.stringify.convertTextKey&&0===e.indexOf(this.stringify.convertTextKey)?this.text(n):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&0===e.indexOf(this.stringify.convertCDataKey)?this.cdata(n):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&0===e.indexOf(this.stringify.convertCommentKey)?this.comment(n):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&0===e.indexOf(this.stringify.convertRawKey)?this.raw(n):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&0===e.indexOf(this.stringify.convertPIKey)?this.instruction(e.substr(this.stringify.convertPIKey.length),n):this.node(e,t,n);if(null==l)throw new Error("Could not create any elements with: "+e);return l},e.prototype.insertBefore=function(e,t,n){var r,a,i;if(this.isRoot)throw new Error("Cannot insert elements at root level");return a=this.parent.children.indexOf(this),i=this.parent.children.splice(a),r=this.parent.element(e,t,n),Array.prototype.push.apply(this.parent.children,i),r},e.prototype.insertAfter=function(e,t,n){var r,a,i;if(this.isRoot)throw new Error("Cannot insert elements at root level");return a=this.parent.children.indexOf(this),i=this.parent.children.splice(a+1),r=this.parent.element(e,t,n),Array.prototype.push.apply(this.parent.children,i),r},e.prototype.remove=function(){var e;if(this.isRoot)throw new Error("Cannot remove the root element");return e=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[e,e-e+1].concat([])),this.parent},e.prototype.node=function(e,t,n){var r,a;return null!=e&&(e=e.valueOf()),t||(t={}),t=t.valueOf(),_(t)||(n=(a=[t,n])[0],t=a[1]),r=new o(this,e,t),null!=n&&r.text(n),this.children.push(r),r},e.prototype.text=function(e){var t;return t=new c(this,e),this.children.push(t),this},e.prototype.cdata=function(e){var n;return n=new t(this,e),this.children.push(n),this},e.prototype.comment=function(e){var t;return t=new r(this,e),this.children.push(t),this},e.prototype.commentBefore=function(e){var t,n;return t=this.parent.children.indexOf(this),n=this.parent.children.splice(t),this.parent.comment(e),Array.prototype.push.apply(this.parent.children,n),this},e.prototype.commentAfter=function(e){var t,n;return t=this.parent.children.indexOf(this),n=this.parent.children.splice(t+1),this.parent.comment(e),Array.prototype.push.apply(this.parent.children,n),this},e.prototype.raw=function(e){var t;return t=new l(this,e),this.children.push(t),this},e.prototype.instruction=function(e,t){var n,r,a,i,o;if(null!=e&&(e=e.valueOf()),null!=t&&(t=t.valueOf()),Array.isArray(e))for(i=0,o=e.length;i<o;i++)n=e[i],this.instruction(n);else if(_(e))for(n in e)m.call(e,n)&&(r=e[n],this.instruction(n,r));else u(t)&&(t=t.apply()),a=new s(this,e,t),this.children.push(a);return this},e.prototype.instructionBefore=function(e,t){var n,r;return n=this.parent.children.indexOf(this),r=this.parent.children.splice(n),this.parent.instruction(e,t),Array.prototype.push.apply(this.parent.children,r),this},e.prototype.instructionAfter=function(e,t){var n,r;return n=this.parent.children.indexOf(this),r=this.parent.children.splice(n+1),this.parent.instruction(e,t),Array.prototype.push.apply(this.parent.children,r),this},e.prototype.declaration=function(e,t,n){var r,i;return r=this.document(),i=new a(r,e,t,n),r.children[0]instanceof a?r.children[0]=i:r.children.unshift(i),r.root()||r},e.prototype.doctype=function(e,t){var n,r,a,o,s,l,c,d,u;for(n=this.document(),r=new i(n,e,t),a=o=0,l=(d=n.children).length;o<l;a=++o)if(d[a]instanceof i)return n.children[a]=r,r;for(a=s=0,c=(u=n.children).length;s<c;a=++s)if(u[a].isRoot)return n.children.splice(a,0,r),r;return n.children.push(r),r},e.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},e.prototype.root=function(){var e;for(e=this;e;){if(e.isDocument)return e.rootObject;if(e.isRoot)return e;e=e.parent}},e.prototype.document=function(){var e;for(e=this;e;){if(e.isDocument)return e;e=e.parent}},e.prototype.end=function(e){return this.document().end(e)},e.prototype.prev=function(){var e;if((e=this.parent.children.indexOf(this))<1)throw new Error("Already at the first node");return this.parent.children[e-1]},e.prototype.next=function(){var e;if(-1===(e=this.parent.children.indexOf(this))||e===this.parent.children.length-1)throw new Error("Already at the last node");return this.parent.children[e+1]},e.prototype.importDocument=function(e){var t;return(t=e.root().clone()).parent=this,t.isRoot=!1,this.children.push(t),this},e.prototype.ele=function(e,t,n){return this.element(e,t,n)},e.prototype.nod=function(e,t,n){return this.node(e,t,n)},e.prototype.txt=function(e){return this.text(e)},e.prototype.dat=function(e){return this.cdata(e)},e.prototype.com=function(e){return this.comment(e)},e.prototype.ins=function(e,t){return this.instruction(e,t)},e.prototype.doc=function(){return this.document()},e.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},e.prototype.dtd=function(e,t){return this.doctype(e,t)},e.prototype.e=function(e,t,n){return this.element(e,t,n)},e.prototype.n=function(e,t,n){return this.node(e,t,n)},e.prototype.t=function(e){return this.text(e)},e.prototype.d=function(e){return this.cdata(e)},e.prototype.c=function(e){return this.comment(e)},e.prototype.r=function(e){return this.raw(e)},e.prototype.i=function(e,t){return this.instruction(e,t)},e.prototype.u=function(){return this.up()},e.prototype.importXMLBuilder=function(e){return this.importDocument(e)},e}()}).call(this)},"../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,r){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing instruction target");this.target=this.stringify.insTarget(n),r&&(this.value=this.stringify.insValue(r))}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).processingInstruction(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLRaw.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing raw text");this.value=this.stringify.raw(n)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).raw(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLStreamWriter.js":function(e,t,n){(function(){var t,r,a,i,o,s,l,c,d,u,_,p,m,g={}.hasOwnProperty;l=n("../node_modules/xmlbuilder/lib/XMLDeclaration.js"),c=n("../node_modules/xmlbuilder/lib/XMLDocType.js"),t=n("../node_modules/xmlbuilder/lib/XMLCData.js"),r=n("../node_modules/xmlbuilder/lib/XMLComment.js"),d=n("../node_modules/xmlbuilder/lib/XMLElement.js"),_=n("../node_modules/xmlbuilder/lib/XMLRaw.js"),p=n("../node_modules/xmlbuilder/lib/XMLText.js"),u=n("../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js"),a=n("../node_modules/xmlbuilder/lib/XMLDTDAttList.js"),i=n("../node_modules/xmlbuilder/lib/XMLDTDElement.js"),o=n("../node_modules/xmlbuilder/lib/XMLDTDEntity.js"),s=n("../node_modules/xmlbuilder/lib/XMLDTDNotation.js"),m=n("../node_modules/xmlbuilder/lib/XMLWriterBase.js"),e.exports=function(e){function n(e,t){n.__super__.constructor.call(this,t),this.stream=e}return function(e,t){for(var n in t)g.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(n,e),n.prototype.document=function(e){var t,n,a,i,o,s,d,_;for(n=0,i=(s=e.children).length;n<i;n++)(t=s[n]).isLastRootNode=!1;for(e.children[e.children.length-1].isLastRootNode=!0,_=[],a=0,o=(d=e.children).length;a<o;a++)switch(t=d[a],!1){case!(t instanceof l):_.push(this.declaration(t));break;case!(t instanceof c):_.push(this.docType(t));break;case!(t instanceof r):_.push(this.comment(t));break;case!(t instanceof u):_.push(this.processingInstruction(t));break;default:_.push(this.element(t))}return _},n.prototype.attribute=function(e){return this.stream.write(" "+e.name+'="'+e.value+'"')},n.prototype.cdata=function(e,t){return this.stream.write(this.space(t)+"<![CDATA["+e.text+"]]>"+this.endline(e))},n.prototype.comment=function(e,t){return this.stream.write(this.space(t)+"\x3c!-- "+e.text+" --\x3e"+this.endline(e))},n.prototype.declaration=function(e,t){return this.stream.write(this.space(t)),this.stream.write('<?xml version="'+e.version+'"'),null!=e.encoding&&this.stream.write(' encoding="'+e.encoding+'"'),null!=e.standalone&&this.stream.write(' standalone="'+e.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(e))},n.prototype.docType=function(e,n){var l,c,d,_;if(n||(n=0),this.stream.write(this.space(n)),this.stream.write("<!DOCTYPE "+e.root().name),e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),e.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(e)),c=0,d=(_=e.children).length;c<d;c++)switch(l=_[c],!1){case!(l instanceof a):this.dtdAttList(l,n+1);break;case!(l instanceof i):this.dtdElement(l,n+1);break;case!(l instanceof o):this.dtdEntity(l,n+1);break;case!(l instanceof s):this.dtdNotation(l,n+1);break;case!(l instanceof t):this.cdata(l,n+1);break;case!(l instanceof r):this.comment(l,n+1);break;case!(l instanceof u):this.processingInstruction(l,n+1);break;default:throw new Error("Unknown DTD node type: "+l.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(e))},n.prototype.element=function(e,n){var a,i,o,s,l,c,m,f;for(l in n||(n=0),f=this.space(n),this.stream.write(f+"<"+e.name),c=e.attributes)g.call(c,l)&&(a=c[l],this.attribute(a));if(0===e.children.length||e.children.every((function(e){return""===e.value})))this.allowEmpty?this.stream.write("></"+e.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&1===e.children.length&&null!=e.children[0].value)this.stream.write(">"),this.stream.write(e.children[0].value),this.stream.write("</"+e.name+">");else{for(this.stream.write(">"+this.newline),o=0,s=(m=e.children).length;o<s;o++)switch(i=m[o],!1){case!(i instanceof t):this.cdata(i,n+1);break;case!(i instanceof r):this.comment(i,n+1);break;case!(i instanceof d):this.element(i,n+1);break;case!(i instanceof _):this.raw(i,n+1);break;case!(i instanceof p):this.text(i,n+1);break;case!(i instanceof u):this.processingInstruction(i,n+1);break;default:throw new Error("Unknown XML node type: "+i.constructor.name)}this.stream.write(f+"</"+e.name+">")}return this.stream.write(this.endline(e))},n.prototype.processingInstruction=function(e,t){return this.stream.write(this.space(t)+"<?"+e.target),e.value&&this.stream.write(" "+e.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(e))},n.prototype.raw=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},n.prototype.text=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},n.prototype.dtdAttList=function(e,t){return this.stream.write(this.space(t)+"<!ATTLIST "+e.elementName+" "+e.attributeName+" "+e.attributeType),"#DEFAULT"!==e.defaultValueType&&this.stream.write(" "+e.defaultValueType),e.defaultValue&&this.stream.write(' "'+e.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdElement=function(e,t){return this.stream.write(this.space(t)+"<!ELEMENT "+e.name+" "+e.value),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdEntity=function(e,t){return this.stream.write(this.space(t)+"<!ENTITY"),e.pe&&this.stream.write(" %"),this.stream.write(" "+e.name),e.value?this.stream.write(' "'+e.value+'"'):(e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),e.nData&&this.stream.write(" NDATA "+e.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdNotation=function(e,t){return this.stream.write(this.space(t)+"<!NOTATION "+e.name),e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.pubID?this.stream.write(' PUBLIC "'+e.pubID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.endline=function(e){return e.isLastRootNode?"":this.newline},n}(m)}).call(this)},"../node_modules/xmlbuilder/lib/XMLStringWriter.js":function(e,t,n){(function(){var t,r,a,i,o,s,l,c,d,u,_,p,m,g={}.hasOwnProperty;l=n("../node_modules/xmlbuilder/lib/XMLDeclaration.js"),c=n("../node_modules/xmlbuilder/lib/XMLDocType.js"),t=n("../node_modules/xmlbuilder/lib/XMLCData.js"),r=n("../node_modules/xmlbuilder/lib/XMLComment.js"),d=n("../node_modules/xmlbuilder/lib/XMLElement.js"),_=n("../node_modules/xmlbuilder/lib/XMLRaw.js"),p=n("../node_modules/xmlbuilder/lib/XMLText.js"),u=n("../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js"),a=n("../node_modules/xmlbuilder/lib/XMLDTDAttList.js"),i=n("../node_modules/xmlbuilder/lib/XMLDTDElement.js"),o=n("../node_modules/xmlbuilder/lib/XMLDTDEntity.js"),s=n("../node_modules/xmlbuilder/lib/XMLDTDNotation.js"),m=n("../node_modules/xmlbuilder/lib/XMLWriterBase.js"),e.exports=function(e){function n(e){n.__super__.constructor.call(this,e)}return function(e,t){for(var n in t)g.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(n,e),n.prototype.document=function(e){var t,n,a,i,o;for(this.textispresent=!1,i="",n=0,a=(o=e.children).length;n<a;n++)t=o[n],i+=function(){switch(!1){case!(t instanceof l):return this.declaration(t);case!(t instanceof c):return this.docType(t);case!(t instanceof r):return this.comment(t);case!(t instanceof u):return this.processingInstruction(t);default:return this.element(t,0)}}.call(this);return this.pretty&&i.slice(-this.newline.length)===this.newline&&(i=i.slice(0,-this.newline.length)),i},n.prototype.attribute=function(e){return" "+e.name+'="'+e.value+'"'},n.prototype.cdata=function(e,t){return this.space(t)+"<![CDATA["+e.text+"]]>"+this.newline},n.prototype.comment=function(e,t){return this.space(t)+"\x3c!-- "+e.text+" --\x3e"+this.newline},n.prototype.declaration=function(e,t){var n;return n=this.space(t),n+='<?xml version="'+e.version+'"',null!=e.encoding&&(n+=' encoding="'+e.encoding+'"'),null!=e.standalone&&(n+=' standalone="'+e.standalone+'"'),n+=this.spacebeforeslash+"?>",n+=this.newline},n.prototype.docType=function(e,n){var l,c,d,_,p;if(n||(n=0),_=this.space(n),_+="<!DOCTYPE "+e.root().name,e.pubID&&e.sysID?_+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(_+=' SYSTEM "'+e.sysID+'"'),e.children.length>0){for(_+=" [",_+=this.newline,c=0,d=(p=e.children).length;c<d;c++)l=p[c],_+=function(){switch(!1){case!(l instanceof a):return this.dtdAttList(l,n+1);case!(l instanceof i):return this.dtdElement(l,n+1);case!(l instanceof o):return this.dtdEntity(l,n+1);case!(l instanceof s):return this.dtdNotation(l,n+1);case!(l instanceof t):return this.cdata(l,n+1);case!(l instanceof r):return this.comment(l,n+1);case!(l instanceof u):return this.processingInstruction(l,n+1);default:throw new Error("Unknown DTD node type: "+l.constructor.name)}}.call(this);_+="]"}return _+=this.spacebeforeslash+">",_+=this.newline},n.prototype.element=function(e,n){var a,i,o,s,l,c,m,f,h,E,S,b,T;for(m in n||(n=0),T=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),f="",f+=(b=this.space(n))+"<"+e.name,h=e.attributes)g.call(h,m)&&(a=h[m],f+=this.attribute(a));if(0===e.children.length||e.children.every((function(e){return""===e.value})))this.allowEmpty?f+="></"+e.name+">"+this.newline:f+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&1===e.children.length&&null!=e.children[0].value)f+=">",f+=e.children[0].value,f+="</"+e.name+">"+this.newline;else{if(this.dontprettytextnodes)for(o=0,l=(E=e.children).length;o<l;o++)if(null!=(i=E[o]).value){this.textispresent++,T=!0;break}for(this.textispresent&&(this.newline="",this.pretty=!1,b=this.space(n)),f+=">"+this.newline,s=0,c=(S=e.children).length;s<c;s++)i=S[s],f+=function(){switch(!1){case!(i instanceof t):return this.cdata(i,n+1);case!(i instanceof r):return this.comment(i,n+1);case!(i instanceof d):return this.element(i,n+1);case!(i instanceof _):return this.raw(i,n+1);case!(i instanceof p):return this.text(i,n+1);case!(i instanceof u):return this.processingInstruction(i,n+1);default:throw new Error("Unknown XML node type: "+i.constructor.name)}}.call(this);T&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),f+=b+"</"+e.name+">"+this.newline}return f},n.prototype.processingInstruction=function(e,t){var n;return n=this.space(t)+"<?"+e.target,e.value&&(n+=" "+e.value),n+=this.spacebeforeslash+"?>"+this.newline},n.prototype.raw=function(e,t){return this.space(t)+e.value+this.newline},n.prototype.text=function(e,t){return this.space(t)+e.value+this.newline},n.prototype.dtdAttList=function(e,t){var n;return n=this.space(t)+"<!ATTLIST "+e.elementName+" "+e.attributeName+" "+e.attributeType,"#DEFAULT"!==e.defaultValueType&&(n+=" "+e.defaultValueType),e.defaultValue&&(n+=' "'+e.defaultValue+'"'),n+=this.spacebeforeslash+">"+this.newline},n.prototype.dtdElement=function(e,t){return this.space(t)+"<!ELEMENT "+e.name+" "+e.value+this.spacebeforeslash+">"+this.newline},n.prototype.dtdEntity=function(e,t){var n;return n=this.space(t)+"<!ENTITY",e.pe&&(n+=" %"),n+=" "+e.name,e.value?n+=' "'+e.value+'"':(e.pubID&&e.sysID?n+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(n+=' SYSTEM "'+e.sysID+'"'),e.nData&&(n+=" NDATA "+e.nData)),n+=this.spacebeforeslash+">"+this.newline},n.prototype.dtdNotation=function(e,t){var n;return n=this.space(t)+"<!NOTATION "+e.name,e.pubID&&e.sysID?n+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.pubID?n+=' PUBLIC "'+e.pubID+'"':e.sysID&&(n+=' SYSTEM "'+e.sysID+'"'),n+=this.spacebeforeslash+">"+this.newline},n.prototype.openNode=function(e,t){var n,r,a,i;if(t||(t=0),e instanceof d){for(r in a=this.space(t)+"<"+e.name,i=e.attributes)g.call(i,r)&&(n=i[r],a+=this.attribute(n));return a+=(e.children?">":"/>")+this.newline}return a=this.space(t)+"<!DOCTYPE "+e.rootNodeName,e.pubID&&e.sysID?a+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(a+=' SYSTEM "'+e.sysID+'"'),a+=(e.children?" [":">")+this.newline},n.prototype.closeNode=function(e,t){switch(t||(t=0),!1){case!(e instanceof d):return this.space(t)+"</"+e.name+">"+this.newline;case!(e instanceof c):return this.space(t)+"]>"+this.newline}},n}(m)}).call(this)},"../node_modules/xmlbuilder/lib/XMLStringifier.js":function(e,t){(function(){var t={}.hasOwnProperty;e.exports=function(){function e(e){var n,r,a,i,o;for(a in this.assertLegalChar=(n=this.assertLegalChar,r=this,function(){return n.apply(r,arguments)}),e||(e={}),this.noDoubleEncoding=e.noDoubleEncoding,i=e.stringify||{})t.call(i,a)&&(o=i[a],this[a]=o)}return e.prototype.eleName=function(e){return e=""+e||"",this.assertLegalChar(e)},e.prototype.eleText=function(e){return e=""+e||"",this.assertLegalChar(this.elEscape(e))},e.prototype.cdata=function(e){return e=(e=""+e||"").replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(e)},e.prototype.comment=function(e){if((e=""+e||"").match(/--/))throw new Error("Comment text cannot contain double-hypen: "+e);return this.assertLegalChar(e)},e.prototype.raw=function(e){return""+e||""},e.prototype.attName=function(e){return""+e||""},e.prototype.attValue=function(e){return e=""+e||"",this.attEscape(e)},e.prototype.insTarget=function(e){return""+e||""},e.prototype.insValue=function(e){if((e=""+e||"").match(/\?>/))throw new Error("Invalid processing instruction value: "+e);return e},e.prototype.xmlVersion=function(e){if(!(e=""+e||"").match(/1\.[0-9]+/))throw new Error("Invalid version number: "+e);return e},e.prototype.xmlEncoding=function(e){if(!(e=""+e||"").match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+e);return e},e.prototype.xmlStandalone=function(e){return e?"yes":"no"},e.prototype.dtdPubID=function(e){return""+e||""},e.prototype.dtdSysID=function(e){return""+e||""},e.prototype.dtdElementValue=function(e){return""+e||""},e.prototype.dtdAttType=function(e){return""+e||""},e.prototype.dtdAttDefault=function(e){return null!=e?""+e||"":e},e.prototype.dtdEntityValue=function(e){return""+e||""},e.prototype.dtdNData=function(e){return""+e||""},e.prototype.convertAttKey="@",e.prototype.convertPIKey="?",e.prototype.convertTextKey="#text",e.prototype.convertCDataKey="#cdata",e.prototype.convertCommentKey="#comment",e.prototype.convertRawKey="#raw",e.prototype.assertLegalChar=function(e){var t;if(t=e.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/))throw new Error("Invalid character in string: "+e+" at index "+t.index);return e},e.prototype.elEscape=function(e){var t;return t=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,e.replace(t,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;")},e.prototype.attEscape=function(e){var t;return t=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,e.replace(t,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;")},e}()}).call(this)},"../node_modules/xmlbuilder/lib/XMLText.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing element text");this.value=this.stringify.eleText(n)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).text(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLWriterBase.js":function(e,t){(function(){var t={}.hasOwnProperty;e.exports=function(){function e(e){var n,r,a,i,o,s,l,c,d;for(n in e||(e={}),this.pretty=e.pretty||!1,this.allowEmpty=null!=(r=e.allowEmpty)&&r,this.pretty?(this.indent=null!=(a=e.indent)?a:"  ",this.newline=null!=(i=e.newline)?i:"\n",this.offset=null!=(o=e.offset)?o:0,this.dontprettytextnodes=null!=(s=e.dontprettytextnodes)?s:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=null!=(l=e.spacebeforeslash)?l:"",!0===this.spacebeforeslash&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,c=e.writer||{})t.call(c,n)&&(d=c[n],this[n]=d)}return e.prototype.set=function(e){var n,r,a;for(n in e||(e={}),"pretty"in e&&(this.pretty=e.pretty),"allowEmpty"in e&&(this.allowEmpty=e.allowEmpty),this.pretty?(this.indent="indent"in e?e.indent:"  ",this.newline="newline"in e?e.newline:"\n",this.offset="offset"in e?e.offset:0,this.dontprettytextnodes="dontprettytextnodes"in e?e.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in e?e.spacebeforeslash:"",!0===this.spacebeforeslash&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,r=e.writer||{})t.call(r,n)&&(a=r[n],this[n]=a);return this},e.prototype.space=function(e){var t;return this.pretty&&(t=(e||0)+this.offset+1)>0?new Array(t).join(this.indent):""},e}()}).call(this)},"../node_modules/xmlbuilder/lib/index.js":function(e,t,n){(function(){var t,r,a,i,o,s,l;l=n("../node_modules/xmlbuilder/lib/Utility.js"),o=l.assign,s=l.isFunction,t=n("../node_modules/xmlbuilder/lib/XMLDocument.js"),r=n("../node_modules/xmlbuilder/lib/XMLDocumentCB.js"),i=n("../node_modules/xmlbuilder/lib/XMLStringWriter.js"),a=n("../node_modules/xmlbuilder/lib/XMLStreamWriter.js"),e.exports.create=function(e,n,r,a){var i,s;if(null==e)throw new Error("Root element needs a name");return a=o({},n,r,a),s=(i=new t(a)).element(e),a.headless||(i.declaration(a),null==a.pubID&&null==a.sysID||i.doctype(a)),s},e.exports.begin=function(e,n,a){var i;return s(e)&&(n=(i=[e,n])[0],a=i[1],e={}),n?new r(e,n,a):new t(e)},e.exports.stringWriter=function(e){return new i(e)},e.exports.streamWriter=function(e,t){return new a(e,t)}}).call(this)}}]);
+//# sourceMappingURL=vendors.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/2.3.0/static/js/vendors.b185f4c5b68d73002af0.js.map b/2.3.0/static/js/vendors.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..c71d43e
--- /dev/null
+++ b/2.3.0/static/js/vendors.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/defineProperty.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/extends.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/objectSpread.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/objectWithoutProperties.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/toPrimitive.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/toPropertyKey.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/typeof.js","/home/madhan/Apache/git/atlas/docs/node_modules/@emotion/memoize/dist/memoize.browser.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/@emotion/unitless/dist/unitless.browser.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/extends.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","/home/madhan/Apache/git/atlas/docs/node_modules/@loadable/component/dist/loadable.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js","/home/madhan/Apache/git/atlas/docs/node_modules/@mdx-js/react/dist/esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js","/home/madhan/Apache/git/atlas/docs/node_modules/@reach/router/es/lib/utils.js","/home/madhan/Apache/git/atlas/docs/node_modules/@reach/router/es/lib/history.js","/home/madhan/Apache/git/atlas/docs/node_modules/@reach/router/es/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/array-sort/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/adapters/xhr.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/axios.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/cancel/Cancel.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/cancel/CancelToken.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/cancel/isCancel.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/Axios.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/InterceptorManager.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/createError.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/dispatchRequest.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/enhanceError.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/mergeConfig.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/settle.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/transformData.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/defaults.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/bind.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/buildURL.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/combineURLs.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/cookies.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/isAbsoluteURL.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/isURLSameOrigin.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/normalizeHeaderName.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/parseHeaders.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/spread.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/utils.js","/home/madhan/Apache/git/atlas/docs/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","/home/madhan/Apache/git/atlas/docs/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","/home/madhan/Apache/git/atlas/docs/node_modules/base64-js/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/buffer/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/capitalize/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/core-util-is/lib/util.js","/home/madhan/Apache/git/atlas/docs/node_modules/create-react-context/lib/implementation.js","/home/madhan/Apache/git/atlas/docs/node_modules/create-react-context/lib/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/default-compare/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/events/events.js","/home/madhan/Apache/git/atlas/docs/node_modules/facepaint/dist/index.es.js","/home/madhan/Apache/git/atlas/docs/node_modules/fast-deep-equal/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/fault/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/format/format.js","/home/madhan/Apache/git/atlas/docs/node_modules/get-value/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/github-buttons/dist/buttons.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/gud/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/hash-source/src/dist/createHashSource.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/highlight.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/1c.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/abnf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/accesslog.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/actionscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ada.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/angelscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/apache.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/applescript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/arcade.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/arduino.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/armasm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/asciidoc.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/aspectj.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/autohotkey.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/autoit.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/avrasm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/awk.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/axapta.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/bash.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/basic.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/bnf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/brainfuck.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cal.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/capnproto.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ceylon.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/clean.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/clojure-repl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/clojure.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cmake.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/coffeescript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/coq.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cos.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cpp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/crmsh.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/crystal.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cs.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/csp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/css.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/d.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dart.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/delphi.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/diff.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/django.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dns.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dockerfile.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dos.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dsconfig.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dts.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dust.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ebnf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/elixir.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/elm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/erb.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/erlang-repl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/erlang.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/excel.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/fix.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/flix.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/fortran.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/fsharp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gams.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gauss.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gcode.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gherkin.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/glsl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/go.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/golo.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gradle.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/groovy.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/haml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/handlebars.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/haskell.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/haxe.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/hsp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/htmlbars.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/http.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/hy.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/inform7.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ini.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/irpf90.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/isbl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/java.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/javascript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/jboss-cli.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/json.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/julia-repl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/julia.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/kotlin.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/lasso.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ldif.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/leaf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/less.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/lisp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/livecodeserver.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/livescript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/llvm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/lsl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/lua.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/makefile.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/markdown.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mathematica.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/matlab.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/maxima.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mel.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mercury.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mipsasm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mizar.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mojolicious.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/monkey.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/moonscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/n1ql.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/nginx.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/nimrod.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/nix.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/nsis.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/objectivec.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ocaml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/openscad.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/oxygene.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/parser3.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/perl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/pf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/pgsql.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/php.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/plaintext.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/pony.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/powershell.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/processing.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/profile.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/prolog.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/properties.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/protobuf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/puppet.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/purebasic.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/python.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/q.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/qml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/r.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/reasonml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/rib.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/roboconf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/routeros.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/rsl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ruby.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ruleslanguage.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/rust.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/sas.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/scala.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/scheme.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/scilab.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/scss.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/shell.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/smali.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/smalltalk.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/sml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/sqf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/sql.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/stan.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/stata.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/step21.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/stylus.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/subunit.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/swift.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/taggerscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/tap.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/tcl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/tex.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/thrift.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/tp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/twig.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/typescript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vala.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vbnet.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vbscript-html.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vbscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/verilog.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vhdl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vim.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/x86asm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/xl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/xml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/xquery.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/yaml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/zephir.js","/home/madhan/Apache/git/atlas/docs/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js","/home/madhan/Apache/git/atlas/docs/node_modules/ieee754/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/inherits/inherits_browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/invariant/browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/is-buffer/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/isarray/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/kind-of/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_DataView.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Hash.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_LazyWrapper.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_ListCache.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_LodashWrapper.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Map.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_MapCache.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Promise.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Set.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_SetCache.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Stack.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Symbol.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Uint8Array.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_WeakMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_apply.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayEach.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayFilter.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayIncludes.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayIncludesWith.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayLikeKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayPush.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arraySome.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_assignMergeValue.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_assignValue.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_assocIndexOf.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseAssign.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseAssignIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseAssignValue.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseClone.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseCreate.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseFindIndex.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseFlatten.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseFor.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseGetAllKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseGetTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseHasIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIndexOf.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsArguments.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsEqual.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsEqualDeep.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsMatch.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsNaN.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsNative.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsTypedArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIteratee.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseKeysIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseLodash.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseMatches.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseMatchesProperty.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseMerge.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseMergeDeep.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseProperty.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_basePropertyDeep.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseRest.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseSetData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseSetToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseSlice.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseTimes.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseTrim.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseUnary.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseUniq.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseUnset.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cacheHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_castPath.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneArrayBuffer.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneBuffer.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneDataView.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneRegExp.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneSymbol.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneTypedArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_composeArgs.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_composeArgsRight.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_copyArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_copyObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_copySymbols.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_copySymbolsIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_coreJsData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_countHolders.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createAssigner.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createBaseFor.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createBind.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createCtor.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createCurry.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createFlow.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createHybrid.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createPartial.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createRecurry.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createWrap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_customOmitClone.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_defineProperty.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_equalArrays.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_equalByTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_equalObjects.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_flatRest.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_freeGlobal.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getAllKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getAllKeysIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getFuncName.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getHolder.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getMapData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getMatchData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getNative.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getPrototype.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getRawTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getSymbols.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getSymbolsIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getValue.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getWrapDetails.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hasPath.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashClear.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashDelete.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_initCloneArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_initCloneByTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_initCloneObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_insertWrapDetails.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isFlattenable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isIndex.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isIterateeCall.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isKey.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isKeyable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isLaziable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isMasked.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isPrototype.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isStrictComparable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheClear.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheDelete.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheClear.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheDelete.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapToArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_matchesStrictComparable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_memoizeCapped.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mergeData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_metaMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_nativeCreate.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_nativeKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_nativeKeysIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_nodeUtil.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_objectToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_overArg.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_overRest.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_parent.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_realNames.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_reorder.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_replaceHolders.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_root.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_safeGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setCacheAdd.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setCacheHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setToArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setWrapToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_shortOut.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackClear.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackDelete.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_strictIndexOf.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stringToPath.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_toKey.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_toSource.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_trimmedEndIndex.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_updateWrapDetails.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_wrapperClone.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/ary.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/clone.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/constant.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/curry.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/debounce.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/eq.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/flatten.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/flattenDepth.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/flow.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/_baseConvert.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/_falseOptions.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/_mapping.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/_util.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/convert.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/first.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/flattenDepth.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/flow.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/get.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/head.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/isArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/merge.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/omit.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/pipe.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/placeholder.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/throttle.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/unionBy.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/get.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/hasIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/head.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/identity.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isArguments.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isArrayLike.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isArrayLikeObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isBuffer.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isError.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isFunction.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isLength.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isObjectLike.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isPlainObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isSymbol.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isTypedArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isWeakMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/iteratee.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/keys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/keysIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/last.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/memoize.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/merge.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/noop.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/now.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/omit.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/property.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/rearg.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/stubArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/stubFalse.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/throttle.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toFinite.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toInteger.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toNumber.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toPath.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toPlainObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/unionBy.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/wrapperLodash.js","/home/madhan/Apache/git/atlas/docs/node_modules/lowlight/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/lowlight/lib/core.js","/home/madhan/Apache/git/atlas/docs/node_modules/match-sorter/dist/match-sorter.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/memoize-one/dist/memoize-one.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/is-what/dist/index.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/merge-anything/dist/index.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/object-assign/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/process-nextick-args/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/process/browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/prop-types/factoryWithThrowingShims.js","/home/madhan/Apache/git/atlas/docs/node_modules/prop-types/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/prop-types/lib/ReactPropTypesSecret.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-dom/cjs/react-dom.production.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-dom/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-feather/dist/icons/chevron-down.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-feather/dist/icons/edit-2.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-feather/dist/icons/search.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-github-btn/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-is/cjs/react-is.production.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-is/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/create-element.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/highlight.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js","/home/madhan/Apache/git/atlas/docs/node_modules/react/cjs/react.production.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/react/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/duplex-browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_duplex.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_passthrough.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_readable.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_transform.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_writable.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/internal/streams/BufferList.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/internal/streams/destroy.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/internal/streams/stream-browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/node_modules/safe-buffer/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/passthrough.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/readable-browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/transform.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/writable-browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/sax/lib/sax.js","/home/madhan/Apache/git/atlas/docs/node_modules/scheduler/cjs/scheduler.production.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/scheduler/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/setimmediate/setImmediate.js","/home/madhan/Apache/git/atlas/docs/node_modules/stream-browserify/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/string_decoder/lib/string_decoder.js","/home/madhan/Apache/git/atlas/docs/node_modules/string_decoder/node_modules/safe-buffer/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/styled-components/dist/styled-components.browser.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/stylis-rule-sheet/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/stylis/stylis.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/timers-browserify/main.js","/home/madhan/Apache/git/atlas/docs/node_modules/tslib/tslib.es6.js","/home/madhan/Apache/git/atlas/docs/node_modules/ulid/dist/index.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/util-deprecate/browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/warning/warning.js","/home/madhan/Apache/git/atlas/docs/node_modules/webpack/buildin/global.js","/home/madhan/Apache/git/atlas/docs/node_modules/webpack/buildin/module.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/bom.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/builder.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/defaults.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/parser.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/processors.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/xml2js.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/Utility.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLAttribute.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLCData.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLComment.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDTDAttList.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDTDElement.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDTDEntity.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDTDNotation.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDeclaration.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDocType.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDocument.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDocumentCB.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLElement.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLNode.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLRaw.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLStreamWriter.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLStringWriter.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLStringifier.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLText.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLWriterBase.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/index.js"],"names":["toPropertyKey","module","exports","obj","key","value","Object","defineProperty","enumerable","configurable","writable","__esModule","_extends","assign","bind","target","i","arguments","length","source","prototype","hasOwnProperty","call","apply","this","ownKeys","keys","getOwnPropertySymbols","push","filter","sym","getOwnPropertyDescriptor","forEach","objectWithoutPropertiesLoose","excluded","sourceSymbolKeys","indexOf","propertyIsEnumerable","sourceKeys","_typeof","input","hint","prim","Symbol","toPrimitive","undefined","res","TypeError","String","Number","arg","iterator","constructor","reactPropsRegex","index","fn","cache","prop","test","charCodeAt","animationIterationCount","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","columns","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridRow","gridRowEnd","gridRowSpan","gridRowStart","gridColumn","gridColumnEnd","gridColumnSpan","gridColumnStart","msGridRow","msGridRowSpan","msGridColumn","msGridColumnSpan","fontWeight","lineHeight","opacity","order","orphans","tabSize","widows","zIndex","zoom","WebkitLineClamp","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","_objectWithoutPropertiesLoose","_assertThisInitialized","self","ReferenceError","_setPrototypeOf","o","p","setPrototypeOf","__proto__","invariant","condition","message","error","Error","framesToPop","name","warn","console","Context","createContext","getRequiredChunkKey","namespace","sharedInternals","freeze","LOADABLE_SHARED","initialChunks","identity","v","createLoadable","_ref","_ref$defaultResolveCo","defaultResolveComponent","_render","render","onLoad","loadable","loadableConstructor","options","ctor","requireAsync","resolve","chunkName","resolveConstructor","_getCacheKey","props","cacheKey","Loadable","Component","resolveComponent","preload","LoadableWithChunkExtractor","cachedLoad","promise","status","then","fileName","InnerLoadable","_React$Component","subClass","superClass","_this","state","result","loading","__chunkExtractor","requireSync","ssr","loadSync","addChunk","isReady","create","getDerivedStateFromProps","_proto","componentDidMount","mounted","cachedPromise","getCache","setCache","loadAsync","componentDidUpdate","prevProps","prevState","componentWillUnmount","safeSetState","nextState","callback","setState","getCacheKey","triggerOnLoad","_this2","setTimeout","_this3","resolveAsync","loadedModule","_this$props","forwardedRef","_this$props2","propFallback","fallback","_this$state","suspense","ref","EnhancedInnerLoadable","createElement","Consumer","extractor","displayName","forwardRef","load","lazy","_createLoadable","_createLoadable$1","current","children","loadable$1","lazy$1","BROWSER","window","loadableReady","done","_temp","_ref$namespace","_ref$chunkLoadingGlob","chunkLoadingGlobal","Promise","requiredChunks","id","dataElement","document","getElementById","JSON","parse","textContent","extElement","namedChunks","resolved","loadedChunks","originalPush","checkReadyState","every","chunk","some","_ref2","loadable$2","lib","lazy$2","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","_defineProperty","object","enumerableOnly","symbols","_objectSpread2","getOwnPropertyDescriptors","defineProperties","_objectWithoutProperties","MDXContext","withMDXComponents","allComponents","useMDXComponents","components","contextComponents","useContext","MDXProvider","Provider","DEFAULTS","inlineCode","wrapper","Fragment","MDXCreateElement","propComponents","mdxType","originalType","parentName","etc","type","concat","args","argsLength","createElementArgArray","Array","newProps","componentWillMount","componentWillReceiveProps","nextProps","componentWillUpdate","__reactInternalSnapshotFlag","__reactInternalSnapshot","getSnapshotBeforeUpdate","__suppressDeprecationWarning","startsWith","string","search","substr","routes","uri","match","default_","uriPathname","split","uriSegments","segmentize","isRootUri","ranked","rankRoutes","l","missed","route","default","params","routeSegments","path","max","Math","routeSegment","uriSegment","isSplat","slice","map","decodeURIComponent","join","dynamicMatch","paramRe","exec","reservedNames","to","base","_to$split","toPathname","toQuery","basePathname","toSegments","baseSegments","addQuery","pathname","allSegments","segments","segment","pop","insertParams","_path$split","pathBase","_path$split$","query","constructedPath","_params$location","location","_params$location$sear","searchSplit","isDynamic","rankRoute","score","reduce","isRootSegment","SEGMENT_POINTS","sort","a","b","replace","_len","_key","q","getLocation","_source$location","hash","href","origin","protocol","host","hostname","port","canUseDOM","URL","encodeURI","decodeURI","history","createHistory","listeners","transitioning","resolveTransition","_onTransitionComplete","listen","listener","popstateListener","action","addEventListener","removeEventListener","navigate","_ref$replace","go","Date","now","replaceState","pushState","e","transition","createMemorySource","initialPath","searchIndex","initialLocation","stack","states","_","_uri$split","_uri$split$","_uri$split2","_uri$split2$","newIndex","globalHistory","_classCallCheck","instance","Constructor","_possibleConstructorReturn","_inherits","defaultValue","Ctx","LocationContext","context","LocationProvider","getContext","refs","unlisten","_props$history","componentDidCatch","info","isRedirect","_navigate","requestAnimationFrame","unmounted","defaultProps","url","substring","BaseContext","baseuri","basepath","baseContext","locationContext","_React$PureComponent","RouterImpl","_props","_navigate2","primary","_props$component","component","domProps","Children","toArray","array","child","element","clone","cloneElement","FocusWrapper","wrapperProps","PureComponent","FocusContext","_ref3","requestFocus","initialRender","focusHandlerCount","_React$Component2","FocusHandlerImpl","_temp2","_this4","_len2","_key2","node","shouldFocus","focus","myURIChanged","navigatedUpToMe","contains","activeElement","_this5","_props2","style","_props2$component","Comp","outline","tabIndex","n","isReactComponent","foundWillMountName","foundWillReceivePropsName","foundWillUpdateName","UNSAFE_componentWillMount","UNSAFE_componentWillReceiveProps","UNSAFE_componentWillUpdate","componentName","newApiName","maybeSnapshot","snapshot","polyfill","k","C","Link","_ref4","innerRef","_ref5","_ref6","_props$getProps","getProps","anchorProps","encodedHref","isCurrent","isPartiallyCurrent","onClick","event","shouldNavigate","preventDefault","shouldReplace","_location$state","restState","obj1","obj2","obj1Keys","RedirectRequest","redirectTo","_React$Component3","RedirectImpl","_props3","_props3$replace","from","noThrow","resolvedTo","_props4","_ref7","_ref8","_ref9","_ref10","resolvedPath","results","stripSlashes","str","createRoute","elementPath","defaultPrevented","button","metaKey","altKey","ctrlKey","shiftKey","defaultCompare","typeOf","get","sortBy","opts","len","compare","reverse","flatten","arr","isArray","utils","settle","buildURL","parseHeaders","isURLSameOrigin","createError","config","reject","requestData","data","requestHeaders","headers","isFormData","request","XMLHttpRequest","auth","username","password","Authorization","btoa","open","method","toUpperCase","paramsSerializer","timeout","onreadystatechange","readyState","responseURL","responseHeaders","getAllResponseHeaders","response","responseType","responseText","statusText","onabort","onerror","ontimeout","isStandardBrowserEnv","cookies","xsrfValue","withCredentials","xsrfCookieName","read","xsrfHeaderName","val","toLowerCase","setRequestHeader","onDownloadProgress","onUploadProgress","upload","cancelToken","cancel","abort","send","Axios","mergeConfig","createInstance","defaultConfig","extend","axios","instanceConfig","defaults","Cancel","CancelToken","isCancel","all","promises","spread","toString","__CANCEL__","executor","resolvePromise","token","reason","throwIfRequested","c","InterceptorManager","dispatchRequest","interceptors","chain","interceptor","unshift","fulfilled","rejected","shift","getUri","merge","handlers","use","eject","h","enhanceError","code","transformData","isAbsoluteURL","combineURLs","throwIfCancellationRequested","baseURL","transformRequest","common","adapter","transformResponse","isAxiosError","toJSON","description","number","lineNumber","columnNumber","config1","config2","isObject","deepMerge","validateStatus","fns","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","isUndefined","process","isArrayBuffer","isBuffer","isStream","isFile","isBlob","isArrayBufferView","buffer","isURLSearchParams","stringify","maxContentLength","thisArg","encode","encodeURIComponent","serializedParams","parts","isDate","toISOString","hashmarkIndex","relativeURL","write","expires","domain","secure","cookie","isNumber","toGMTString","isString","RegExp","remove","originURL","msie","navigator","userAgent","urlParsingNode","resolveURL","setAttribute","charAt","requestURL","parsed","normalizedName","ignoreDuplicateOf","line","trim","isFunction","FormData","ArrayBuffer","isView","pipe","URLSearchParams","product","assignValue","byteLength","b64","lens","getLens","validLen","placeHoldersLen","toByteArray","tmp","Arr","_byteLength","curByte","revLookup","fromByteArray","uint8","extraBytes","len2","encodeChunk","lookup","Uint8Array","start","end","num","output","base64","ieee754","kMaxLength","Buffer","TYPED_ARRAY_SUPPORT","createBuffer","that","RangeError","encodingOrOffset","allocUnsafe","byteOffset","fromArrayLike","fromArrayBuffer","encoding","isEncoding","actual","fromString","checked","copy","fromObject","assertSize","size","loweredCase","utf8ToBytes","base64ToBytes","slowToString","hexSlice","utf8Slice","asciiSlice","latin1Slice","base64Slice","utf16leSlice","swap","m","bidirectionalIndexOf","dir","isNaN","arrayIndexOf","lastIndexOf","indexSize","arrLength","valLength","buf","readUInt16BE","foundIndex","found","j","hexWrite","offset","remaining","strLen","parseInt","utf8Write","blitBuffer","asciiWrite","byteArray","asciiToBytes","latin1Write","base64Write","ucs2Write","units","hi","lo","utf16leToBytes","min","secondByte","thirdByte","fourthByte","tempCodePoint","firstByte","codePoint","bytesPerSequence","codePoints","fromCharCode","decodeCodePointsArray","SlowBuffer","alloc","INSPECT_MAX_BYTES","global","foo","subarray","typedArraySupport","poolSize","_augment","species","fill","allocUnsafeSlow","_isBuffer","x","y","list","pos","swap16","swap32","swap64","equals","inspect","thisStart","thisEnd","thisCopy","targetCopy","includes","isFinite","_arr","ret","out","toHex","bytes","checkOffset","ext","checkInt","objectWriteUInt16","littleEndian","objectWriteUInt32","checkIEEE754","writeFloat","noAssert","writeDouble","newBuf","sliceLen","readUIntLE","mul","readUIntBE","readUInt8","readUInt16LE","readUInt32LE","readUInt32BE","readIntLE","pow","readIntBE","readInt8","readInt16LE","readInt16BE","readInt32LE","readInt32BE","readFloatLE","readFloatBE","readDoubleLE","readDoubleBE","writeUIntLE","writeUIntBE","writeUInt8","floor","writeUInt16LE","writeUInt16BE","writeUInt32LE","writeUInt32BE","writeIntLE","limit","sub","writeIntBE","writeInt8","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE","writeFloatLE","writeFloatBE","writeDoubleLE","writeDoubleBE","targetStart","set","INVALID_BASE64_RE","Infinity","leadSurrogate","stringtrim","base64clean","src","dst","capitalize","normalizeOptions","preserve","QUOTE","WORD","skipWord","rgx","word","position","words","startOfWord","nonWord","count","sep","sepStart","lastIndex","objectToString","isBoolean","isNull","isNullOrUndefined","isSymbol","isRegExp","re","d","isError","isPrimitive","_react","_propTypes2","_interopRequireDefault","_gud2","createEventEmitter","on","handler","off","newValue","changedBits","calculateChangedBits","_Provider$childContex","_Consumer$contextType","contextProp","_Component","emitter","getChildContext","oldValue","childContextTypes","isRequired","_Component2","getValue","onUpdate","observedBits","contextTypes","_react2","_implementation2","typeA","typeB","ReflectOwnKeys","R","Reflect","ReflectApply","receiver","Function","getOwnPropertyNames","NumberIsNaN","EventEmitter","init","once","errorListener","err","removeListener","resolver","eventTargetAgnosticAddListener","flags","addErrorHandlerIfEventEmitter","_events","_eventsCount","_maxListeners","defaultMaxListeners","checkListener","_getMaxListeners","_addListener","prepend","events","existing","warning","newListener","emit","warned","w","onceWrapper","fired","wrapFn","_onceWrap","wrapped","_listeners","unwrap","evlistener","unwrapListeners","arrayClone","listenerCount","wrapListener","getPrototypeOf","setMaxListeners","getMaxListeners","doError","er","addListener","prependListener","prependOnceListener","originalListener","spliceOne","removeAllListeners","rawListeners","eventNames","breakpoints","literal","overlap","mq","slots","objects","item","prior","_slots$mq$index","el","values","keyList","hasProp","equal","arrA","arrB","dateA","dateB","getTime","regexpA","regexpB","formatter","fault","EConstructor","FormattedError","format","eval","EvalError","range","reference","syntax","SyntaxError","URIError","fmt","precision","argIndex","escaped","leadingZero","nextArg","slurpNumber","digits","parseFloat","toFixed","vsprintf","replacements","log","printf","segs","HTMLElement","func","createElementInDocument","tag","appendChild","createTextNode","useXHR","useShadowDOM","attachShadow","onEvent","eventName","attachEvent","offEvent","detachEvent","widgetColorSchemes","light","light_high_contrast","dark","dark_dimmed","dark_high_contrast","getColorSchemeMediaQuery","systemColorScheme","widgetColorScheme","getColorScheme","declarations","colorSchemes","eq","entry","heights","width","download","eye","heart","play","star","octicon","icon","height","defaultHeight","svg","queues","fetch","queue","onceToken","dispatchOnce","xhr","contentWindow","json","meta","script","async","onloadend","regex","onceReadyStateChange","getElementsByTagName","render$1","root","ownerDocument","cssText","styleSheet","isLarge","btn","className","rel","title","innerHTML","widget","removeAttribute","property","api","html_url","devicePixelRatio","ceilPixel","px","ceil","round","getAttribute","anchor","option","attribute","innerText","parseOptions","mode","iframe","allowtransparency","scrolling","frameBorder","border","body","parentNode","removeChild","offsetWidth","offsetHeight","getBoundingClientRect","boundingClientRect","onceEvent","iframeURL","replaceHashPath","hashIndex","getState","resolveInitialState","stateObj","factory","hljs","ArrayProto","objectKeys","languages","aliases","noHighlightRe","languagePrefixRe","fixMarkupRe","classPrefix","tabReplace","useBR","escape","nodeName","testRe","lexeme","isNotHighlighted","language","inherit","parent","nodeStream","_nodeStream","firstChild","nextSibling","nodeType","nodeValue","compileLanguage","reStr","langRe","case_insensitive","compileMode","compiled","keywords","beginKeywords","compiled_keywords","kw","pair","lexemesRe","lexemes","begin","beginRe","endSameAsBegin","endsWithParent","endRe","terminator_end","illegal","illegalRe","relevance","variants","cached_variants","variant","expand_mode","starts","terminators","Boolean","highlight","ignore_illegals","continuation","escapeRe","keywordMatch","match_str","buildSpan","classname","insideSpan","leaveOpen","noPrefix","openSpan","processBuffer","top","subLanguage","explicit","mode_buffer","continuations","highlightAuto","processSubLanguage","keyword_match","last_index","processKeywords","startNewMode","processLexeme","new_mode","subMode","skip","excludeBegin","returnBegin","end_mode","endOfMode","endsParent","returnEnd","excludeEnd","isIllegal","getLanguage","text","languageSubset","second_best","autoDetection","fixMarkup","p1","highlightBlock","block","originalStream","resultNode","_class","classes","blockLanguage","createElementNS","original","highlighted","processed","nodeStack","selectStream","attributes","close","stream","splice","mergeStreams","prevClassName","currentLang","resultLang","buildClassName","initHighlighting","called","blocks","querySelectorAll","lang","disableAutodetect","configure","user_options","initHighlightingOnLoad","registerLanguage","alias","listLanguages","IDENT_RE","UNDERSCORE_IDENT_RE","NUMBER_RE","C_NUMBER_RE","BINARY_NUMBER_RE","RE_STARTERS_RE","BACKSLASH_ESCAPE","APOS_STRING_MODE","QUOTE_STRING_MODE","PHRASAL_WORDS_MODE","COMMENT","inherits","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","HASH_COMMENT_MODE","NUMBER_MODE","C_NUMBER_MODE","BINARY_NUMBER_MODE","CSS_NUMBER_MODE","REGEXP_MODE","TITLE_MODE","UNDERSCORE_TITLE_MODE","METHOD_GUARD","KEYWORD","v7_keywords","LITERAL","NUMBERS","STRINGS","DATE","COMMENTS","keyword","built_in","v7_system_constants","class","v8_system_sets_of_values","v8_shared_object","v7_meta_keywords","regexes","commentMode","ruleDeclarationMode","AS3_REST_ARG_MODE","ID_REGEX","VAR_DECLS","builtInTypeMode","objectHandleMode","genericMode","NUMBER","nomarkup","STRING","PARAMS","COMMENT_MODE_1","KEYWORDS","SUBST","TEMPLATE_STRING","PARAMS_CONTAINS","CPP","preprocessor","BACKTICK_ESCAPE","VARIABLE","VAR","QUOTE_STRING","COMMENT_MODES","CHAR_STRING","PROCEDURE","OBJECT","EXPRESSIONS","SYMBOL_RE","SYMBOL","COLLECTION","HINT","HINT_COL","KEY","LIST","BODY","NAME","DEFAULT_CONTAINS","JS_IDENT_RE","TITLE","CPP_PRIMITIVE_TYPES","PREPROCESSOR","FUNCTION_TITLE","CPP_KEYWORDS","EXPRESSION_CONTAINS","strings","COMMANDS","NUM_SUFFIX","CRYSTAL_METHOD_RE","CRYSTAL_KEYWORDS","EXPANSION","recursiveParen","CRYSTAL_DEFAULT_CONTAINS","VERBATIM_STRING","VERBATIM_STRING_NO_LF","SUBST_NO_LF","INTERPOLATED_STRING","INTERPOLATED_VERBATIM_STRING","INTERPOLATED_VERBATIM_STRING_NO_LF","TYPE_IDENT_RE","RULE","integer_re","escape_sequence_re","D_INTEGER_MODE","D_FLOAT_MODE","D_CHARACTER_MODE","D_STRING_MODE","D_NESTING_COMMENT_MODE","DIRECTIVE","CLASS","FUNCTION","FILTER","DTS_REFERENCE","DTS_KEYWORD","DTS_LABEL","DTS_CELL_PROPERTY","DTS_NODE","ELIXIR_IDENT_RE","ELIXIR_KEYWORDS","ELIXIR_DEFAULT_CONTAINS","CONSTRUCTOR","BASIC_ATOM_RE","FUNCTION_NAME_RE","ERLANG_RESERVED","NAMED_FUN","FUNCTION_CALL","TUPLE","VAR1","VAR2","RECORD_ACCESS","BLOCK_STATEMENTS","BASIC_MODES","METHOD","TYPEPARAM","SYMBOLS","QSTR","ASSIGNMENT","DESCTEXT","PARSE_PARAMS","GCODE_CODE","symbol","GO_KEYWORDS","BUILT_INS","PRAGMA","TAG_INNARDS","DOCTAGS","CONSTANTS","METHODS","TYPES","VARIABLES","containts","FUNCTION_NAME_IDENT_RE","JAVA_NUMBER_MODE","PARAMSBLOCK","LITERALS","VALUE_CONTAINER","ARRAY","VARIABLE_NAME_RE","DEFAULT","INTERPOLATION","INTERPOLATED_VARIABLE","COMMAND","MACROCALL","LABEL","ANNOTATION_USE_SITE","ANNOTATION","KOTLIN_NUMBER_MODE","LASSO_CLOSE_RE","LASSO_KEYWORDS","HTML_COMMENT","LASSO_NOPROCESS","LASSO_START","LASSO_DATAMEMBER","LASSO_CODE","LASSO_IDENT_RE","RULES","VALUE","STRING_MODE","IDENT_MODE","PARENS_MODE","VALUE_WITH_RULESETS","MIXIN_GUARD_MODE","RULE_MODE","INTERP_IDENT_RE","AT_RULE_MODE","VAR_RULE_MODE","SELECTOR_MODE","LISP_IDENT_RE","LISP_SIMPLE_NUMBER_RE","IDENT","MEC","QUOTED","QUOTED_ATOM","TITLE1","TITLE2","SUBST_SIMPLE","identifier","LSL_STRINGS","LSL_NUMBERS","LONG_BRACKETS","FUNC","VAR_ASSIG","TARGET","TRANSPOSE","ATOM","NIX_KEYWORDS","ANTIQUOTE","DEFINES","LANGUAGES","LEXEMES","CLASS_KEYWORDS","SPECIAL_VARS","FUNCTIONS","OXYGENE_KEYWORDS","CURLY_COMMENT","PAREN_COMMENT","CURLY_SUBCOMMENT","PERL_KEYWORDS","STRING_CONTAINS","PERL_DEFAULT_CONTAINS","COMMENT_MODE","TYPES_RE","FUNCTIONS_RE","SQL_KW","SQL_BI","SINGLE_QUOTE_CHAR_MODE","TYPE_NAME","PRIMED_NAME","PS_COMMENT","PARENTED","LINE_COMMENT","BACKTICK_STRING","inner","WS0","DELIM","KEY_OTHER","DELIM_AND_VALUE","PROMPT","QML_IDENT_RE","ID_ID","QML_ATTRIBUTE","QML_OBJECT","RE_IDENT","RE_MODULE_IDENT","RE_OPERATOR","op","char","RE_OPERATOR_SPACED","RE_NUMBER","OPERATOR_MODE","LIST_CONTENTS_MODES","MODULE_ACCESS_CONTENTS","PARAMS_CONTENTS","FUNCTION_BLOCK_MODE","CONSTRUCTOR_MODE","PATTERN_MATCH_BLOCK_MODE","MODULE_ACCESS_MODE","PROPERTY","STATEMENTS","APOS_STRING","RUBY_METHOD_RE","RUBY_KEYWORDS","YARDOCTAG","IRB_OBJECT","RUBY_DEFAULT_CONTAINS","IRB_DEFAULT","BUILTINS","TYPE","SCHEME_IDENT_RE","SCHEME_SIMPLE_NUMBER_RE","QUOTED_IDENT","QUOTED_LIST","COMMON_CONTAINS","HEXCOLOR","smali_instr_low_prio","CHAR","VAR_IDENT_RE","HEX_COLOR","TAG_END","SWIFT_KEYWORDS","BLOCK_COMMENT","TPID","TPLABEL","FUNCTION_NAMES","TAGS","t","DECORATOR","ARGS","XL_KEYWORDS","DOUBLE_QUOTE_TEXT","IMPORT","FUNCTION_DEFINITION","TAG_INTERNALS","CONTAINS","keyName","keyPrefix","reactIs","REACT_STATICS","contextType","getDefaultProps","getDerivedStateFromError","mixins","propTypes","KNOWN_STATICS","caller","callee","arity","MEMO_STATICS","TYPE_STATICS","getStatics","isMemo","ForwardRef","Memo","objectPrototype","hoistNonReactStatics","targetComponent","sourceComponent","blacklist","inheritedComponent","targetStatics","sourceStatics","descriptor","isLE","mLen","nBytes","eLen","eMax","eBias","nBits","s","NaN","rt","abs","LN2","superCtor","super_","TempCtor","f","DataView","getNative","hashClear","hashDelete","hashGet","hashHas","hashSet","Hash","entries","clear","has","baseCreate","baseLodash","LazyWrapper","__wrapped__","__actions__","__dir__","__filtered__","__iteratees__","__takeCount__","__views__","listCacheClear","listCacheDelete","listCacheGet","listCacheHas","listCacheSet","ListCache","LodashWrapper","chainAll","__chain__","__index__","__values__","Map","mapCacheClear","mapCacheDelete","mapCacheGet","mapCacheHas","mapCacheSet","MapCache","Set","setCacheAdd","setCacheHas","SetCache","__data__","add","stackClear","stackDelete","stackGet","stackHas","stackSet","Stack","WeakMap","iteratee","predicate","resIndex","baseIndexOf","comparator","baseTimes","isArguments","isIndex","isTypedArray","inherited","isArr","isArg","isBuff","isType","skipIndexes","baseAssignValue","objValue","copyObject","keysIn","arrayEach","baseAssign","baseAssignIn","cloneBuffer","copyArray","copySymbols","copySymbolsIn","getAllKeys","getAllKeysIn","getTag","initCloneArray","initCloneByTag","initCloneObject","isMap","isSet","cloneableTags","baseClone","bitmask","customizer","isDeep","isFlat","isFull","isFunc","stacked","subValue","objectCreate","proto","fromIndex","fromRight","arrayPush","isFlattenable","baseFlatten","depth","isStrict","baseFor","createBaseFor","castPath","toKey","keysFunc","symbolsFunc","getRawTag","symToStringTag","toStringTag","baseFindIndex","baseIsNaN","strictIndexOf","baseGetTag","isObjectLike","baseIsEqualDeep","baseIsEqual","other","equalArrays","equalByTag","equalObjects","objectTag","equalFunc","objIsArr","othIsArr","objTag","othTag","objIsObj","othIsObj","isSameTag","objIsWrapped","othIsWrapped","objUnwrapped","othUnwrapped","matchData","noCustomizer","srcValue","COMPARE_PARTIAL_FLAG","isMasked","toSource","reIsHostCtor","funcProto","objectProto","funcToString","reIsNative","isLength","typedArrayTags","baseMatches","baseMatchesProperty","isPrototype","nativeKeys","nativeKeysIn","isProto","baseIsMatch","getMatchData","matchesStrictComparable","hasIn","isKey","isStrictComparable","assignMergeValue","baseMergeDeep","safeGet","baseMerge","srcIndex","cloneTypedArray","isArrayLikeObject","isPlainObject","toPlainObject","mergeFunc","isCommon","isTyped","baseGet","overRest","setToString","metaMap","baseSetData","constant","baseSetToString","arrayMap","symbolProto","symbolToString","baseToString","trimmedEndIndex","reTrimStart","arrayIncludes","arrayIncludesWith","cacheHas","createSet","setToArray","seen","outer","computed","seenIndex","last","stringToPath","arrayBuffer","freeExports","freeModule","cloneArrayBuffer","dataView","reFlags","regexp","symbolValueOf","valueOf","typedArray","nativeMax","partials","holders","isCurried","argsIndex","holdersLength","leftIndex","leftLength","rangeLength","isUncurried","holdersIndex","rightIndex","rightLength","isNew","getSymbols","getSymbolsIn","coreJsData","placeholder","baseRest","isIterateeCall","assigner","sources","guard","iterable","createCtor","isBind","Ctor","thisBinding","createHybrid","createRecurry","getHolder","replaceHolders","flatRest","getData","getFuncName","isLaziable","funcs","prereq","thru","funcName","plant","composeArgs","composeArgsRight","countHolders","reorder","partialsRight","holdersRight","argPos","ary","isAry","isBindKey","isFlip","holdersCount","newHolders","setData","setWrapToString","wrapFunc","isCurry","newData","noop","createBind","createCurry","createPartial","mergeData","toInteger","arraySome","isPartial","othLength","arrStacked","othStacked","arrValue","othValue","compared","othIndex","mapToArray","convert","objProps","objLength","objStacked","skipCtor","objCtor","othCtor","freeGlobal","baseGetAllKeys","realNames","otherFunc","isKeyable","baseIsNative","getPrototype","overArg","nativeObjectToString","isOwn","unmasked","arrayFilter","stubArray","nativeGetSymbols","dataViewCtorString","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","ctorString","reWrapDetails","reSplitDetails","hasFunc","nativeCreate","cloneDataView","cloneRegExp","cloneSymbol","reWrapComment","details","spreadableSymbol","isConcatSpreadable","reIsUint","isArrayLike","reIsDeepProp","reIsPlainProp","lodash","uid","maskSrcKey","IE_PROTO","assocIndexOf","getMapData","memoize","nativeMin","srcBitmask","newBitmask","isCombo","freeProcess","nodeUtil","types","require","binding","transform","otherArgs","baseSlice","indexes","oldArray","freeSelf","shortOut","getWrapDetails","insertWrapDetails","updateWrapDetails","nativeNow","lastCalled","stamp","pairs","LARGE_ARRAY_SIZE","memoizeCapped","rePropName","reEscapeChar","quote","subString","reWhitespace","wrapFlags","createWrap","curry","toNumber","wait","lastArgs","lastThis","maxWait","timerId","lastCallTime","lastInvokeTime","leading","maxing","trailing","invokeFunc","time","leadingEdge","timerExpired","shouldInvoke","timeSinceLastCall","trailingEdge","timeWaiting","remainingWait","debounced","isInvoking","clearTimeout","flush","flow","createFlow","mapping","fallbackHolder","baseAry","cloneArray","wrapImmutable","cloner","baseConvert","util","isLib","isObj","cap","fixed","immutable","rearg","defaultHolder","forceCurry","forceFixed","forceRearg","pristine","runInContext","helpers","isWeakMap","toPath","each","aryMethodKeys","aryMethod","wrappers","castArray","mixin","nthArg","castCap","iterateeRearg","baseArity","iterateeAry","castFixed","skipFixed","methodSpread","flatSpread","castRearg","skipRearg","methodRearg","aryRearg","cloneByPath","nested","createConverter","realName","aliasToReal","methodName","remap","oldOptions","newUtil","newFunc","newOptions","wrap","mutate","createCloner","aryKey","otherName","afterRearg","castCurry","realToAlias","baseHasIn","hasPath","baseIsArguments","stubFalse","baseIsMap","baseUnary","nodeIsMap","objectCtorString","baseIsSet","nodeIsSet","baseIsTypedArray","nodeIsTypedArray","baseIteratee","arrayLikeKeys","baseKeys","baseKeysIn","memoized","Cache","createAssigner","baseUnset","customOmitClone","omit","paths","CLONE_DEEP_FLAG","baseProperty","basePropertyDeep","debounce","toFinite","remainder","baseTrim","reIsBadHex","reIsBinary","reIsOctal","freeParseInt","isBinary","baseUniq","unionBy","arrays","wrapperClone","low","high","High","prefix","normalize","coreHighlight","autoHighlight","languageNames","registerAlias","own","secondBest","settings","subset","ignore","currentChildren","modeBuffer","compiledKeywords","terminatorEnd","expandMode","execNoop","addText","newMode","endMode","addSiblings","build","subvalue","submatch","nodes","siblings","sibling","tail","buildText","contents","tagName","properties","expression","characterMap","chars","allAccents","firstAccent","removeAccents","removeAccents_1","rankings","CASE_SENSITIVE_EQUAL","EQUAL","STARTS_WITH","WORD_STARTS_WITH","STRING_CASE","STRING_CASE_ACRONYM","ACRONYM","MATCHES","NO_MATCH","caseRankings","CAMEL","PASCAL","KEBAB","SNAKE","NO_CASE","matchSorter","items","_options$threshold","threshold","matchedItems","matches","_getHighestRanking","getHighestRanking","rankedItem","rank","keyIndex","_getHighestRanking$ke","keyThreshold","sortRankedItems","allVals","itemObj","nestedKey","getItemValues","itemValue","getKeyAttributes","getAllValuesToRank","newRank","getMatchRanking","minRanking","maxRanking","testString","stringToRank","prepareValueForComparison","acronym","caseRank","containsUpperCase","containsDash","containsUnderscore","getCaseRanking","caseRanking","testIndex","isPartialOfCase","isCasedAcronym","splitValue","splitTestString","correct","charIndex","splitItem","isCaseAcronym","wordInString","splitByHyphenWord","matchingInOrderCharCount","charNumber","findMatchingCharacter","matchChar","firstIndex","inOrderPercentage","getRanking","getClosenessRanking","aRankedItem","aRank","aKeyIndex","bRankedItem","bRank","bKeyIndex","localeCompare","keepDiacritics","safeIsNaN","areInputsEqual","newInputs","lastInputs","first","second","resultFn","isEqual","lastResult","calledOnce","newArgs","_i","getType","payload","__spreadArrays","il","r","jl","assignProp","carry","newVal","originalObject","propType","mergeRecursively","newComer","extensions","newObject","targetVal","newComers","propIsEnumerable","toObject","test1","test2","test3","letter","shouldUseNative","version","nextTick","arg1","arg2","arg3","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","fun","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","run","marker","runClearTimeout","Item","browser","env","argv","versions","cwd","chdir","umask","ReactPropTypesSecret","emptyFunction","emptyFunctionWithReset","resetWarningCache","shim","propName","propFullName","secret","getShim","ReactPropTypes","bigint","bool","any","arrayOf","elementType","instanceOf","objectOf","oneOf","oneOfType","shape","exact","checkPropTypes","PropTypes","aa","u","ba","g","onError","da","ea","fa","ha","ia","ja","la","ma","na","oa","currentTarget","ka","pa","qa","ra","sa","extractEvents","eventTypes","ta","phasedRegistrationNames","ua","registrationName","va","wa","dependencies","xa","ya","za","Aa","Ba","Ca","stateNode","Da","Ea","Fa","Ga","Ha","Ia","Ja","Ka","La","Ma","Na","Oa","Pa","Qa","acceptsBooleans","attributeName","attributeNamespace","mustUseProperty","propertyName","sanitizeURL","Ua","Va","xlinkHref","Wa","Xa","Sa","Ta","Ra","setAttributeNS","ReactCurrentDispatcher","ReactCurrentBatchConfig","Ya","E","for","Za","$a","ab","bb","cb","db","eb","fb","gb","hb","ib","jb","kb","lb","mb","nb","pb","$$typeof","_status","_result","qb","_debugOwner","_debugSource","return","rb","sb","xb","_valueTracker","setValue","stopTracking","tb","yb","zb","defaultChecked","_wrapperState","initialChecked","Ab","initialValue","controlled","Bb","Cb","Db","Eb","Gb","Fb","Hb","selected","defaultSelected","disabled","Ib","dangerouslySetInnerHTML","Jb","Kb","Lb","Mb","Nb","Ob","Pb","Qb","MSApp","execUnsafeLocalFunction","namespaceURI","Rb","lastChild","Sb","Tb","animationend","animationiteration","animationstart","transitionend","Ub","Vb","Wb","animation","Xb","Yb","Zb","$b","ac","bc","cc","dc","alternate","effectTag","ec","memoizedState","dehydrated","fc","hc","gc","ic","jc","kc","lc","_dispatchListeners","_dispatchInstances","isPropagationStopped","isPersistent","release","mc","nc","srcElement","correspondingUseElement","oc","pc","qc","topLevelType","nativeEvent","targetInst","ancestors","rc","eventSystemFlags","sc","containerInfo","tc","uc","vc","F","wc","xc","yc","zc","Ac","Bc","Cc","Dc","Ec","Fc","Gc","Hc","Ic","Kc","blockedOn","container","Lc","delete","pointerId","Mc","Nc","Pc","unstable_runWithPriority","priority","hydrate","Qc","Rc","Sc","Tc","Uc","unstable_scheduleCallback","unstable_NormalPriority","Vc","Wc","Yc","Zc","$c","ad","bubbled","captured","eventPriority","bd","cd","dd","unstable_UserBlockingPriority","ed","fd","gd","hd","Oc","jd","gridArea","lineClamp","kd","ld","md","setProperty","nd","menuitem","area","br","col","embed","hr","img","keygen","link","param","track","wbr","od","pd","is","qd","rd","sd","td","ud","vd","xd","HTMLIFrameElement","yd","contentEditable","Dd","Ed","Fd","autoFocus","Gd","__html","Hd","Id","Jd","Kd","previousSibling","Ld","random","Md","Nd","Od","Pd","Qd","Rd","Sd","Td","dispatchConfig","Ud","_targetInst","Vd","Wd","Xd","Yd","Zd","$d","ae","be","ce","G","Interface","isDefaultPrevented","returnValue","ee","eventPool","fe","destructor","de","getPooled","stopPropagation","cancelBubble","persist","eventPhase","bubbles","cancelable","timeStamp","isTrusted","ge","he","ie","je","ke","documentMode","le","me","ne","oe","beforeInput","compositionEnd","compositionStart","compositionUpdate","pe","qe","keyCode","detail","se","ve","locale","which","te","ue","we","color","date","datetime","email","month","tel","week","xe","ye","change","ze","Ae","Be","Ce","De","Ee","Fe","Ge","He","Ie","Je","Ke","Le","Me","_isInputEventSupported","Ne","view","Oe","Alt","Control","Meta","Shift","Pe","getModifierState","Qe","Re","Se","Te","Ue","Ve","screenX","screenY","clientX","clientY","pageX","pageY","buttons","relatedTarget","fromElement","toElement","movementX","movementY","We","pressure","tangentialPressure","tiltX","tiltY","twist","pointerType","isPrimary","Xe","mouseEnter","mouseLeave","pointerEnter","pointerLeave","Ye","defaultView","parentWindow","$e","af","bf","cf","df","select","ef","ff","gf","hf","jf","selectionStart","selectionEnd","anchorNode","getSelection","anchorOffset","focusNode","focusOffset","kf","onSelect","lf","animationName","elapsedTime","pseudoElement","mf","clipboardData","nf","of","charCode","pf","Esc","Spacebar","Left","Up","Right","Down","Del","Win","Menu","Apps","Scroll","MozPrintableKey","qf","8","9","12","13","16","17","18","19","20","27","32","33","34","35","36","37","38","39","40","45","46","112","113","114","115","116","117","118","119","120","121","122","123","144","145","224","rf","repeat","sf","dataTransfer","tf","touches","targetTouches","changedTouches","uf","vf","deltaX","wheelDeltaX","deltaY","wheelDeltaY","wheelDelta","deltaZ","deltaMode","wf","SimpleEventPlugin","EnterLeaveEventPlugin","ChangeEventPlugin","SelectEventPlugin","BeforeInputEventPlugin","yf","zf","H","I","Af","J","K","Bf","Cf","__reactInternalMemoizedUnmaskedChildContext","__reactInternalMemoizedMaskedChildContext","L","Df","Ef","Ff","Gf","__reactInternalMemoizedMergedChildContext","Hf","If","Jf","Kf","unstable_cancelCallback","Lf","unstable_requestPaint","Mf","unstable_now","Nf","unstable_getCurrentPriorityLevel","Of","unstable_ImmediatePriority","Pf","Qf","Rf","unstable_LowPriority","Sf","unstable_IdlePriority","Tf","Uf","unstable_shouldYield","Vf","Wf","Xf","Yf","Zf","$f","ag","bg","cg","dg","eg","fg","gg","hg","ig","jg","kg","lg","mg","ng","og","_context","_currentValue","pg","childExpirationTime","qg","firstContext","expirationTime","rg","sg","next","responders","tg","ug","updateQueue","baseState","baseQueue","shared","pending","effects","vg","wg","suspenseConfig","xg","yg","zg","z","ca","Ag","D","Bg","Cg","Dg","Eg","Fg","Jg","isMounted","_reactInternalFiber","enqueueSetState","Gg","Hg","Ig","enqueueReplaceState","enqueueForceUpdate","Kg","shouldComponentUpdate","isPureReactComponent","Lg","updater","Mg","Ng","Og","Pg","_owner","_stringRef","Qg","Rg","lastEffect","nextEffect","firstEffect","Sg","Tg","Ug","implementation","Vg","Wg","A","Xg","Yg","Zg","$g","ah","bh","ch","dh","documentElement","eh","fh","gh","M","hh","memoizedProps","revealOrder","ih","responder","jh","kh","lh","N","O","P","mh","Q","nh","oh","ph","qh","rh","sh","th","uh","vh","wh","lastRenderedReducer","eagerReducer","eagerState","lastRenderedState","dispatch","xh","yh","zh","Ah","destroy","deps","Bh","Ch","Dh","Eh","Fh","Gh","Hh","Ih","Jh","Kh","Lh","Mh","Nh","readContext","useCallback","useEffect","useImperativeHandle","useLayoutEffect","useMemo","useReducer","useRef","useState","useDebugValue","useResponder","useDeferredValue","useTransition","Oh","Ph","Qh","Rh","Sh","Th","pendingProps","Uh","Vh","Wh","Xh","Yh","ReactCurrentOwner","Zh","$h","ai","bi","ci","di","ei","fi","gi","pendingContext","ni","pi","qi","ii","retryTime","ji","unstable_avoidThisFallback","ki","li","isBackwards","rendering","renderingStartTime","tailExpiration","tailMode","mi","ri","si","wasMultiple","multiple","onclick","S","ti","ui","vi","wi","T","xi","U","yi","zi","Ai","Bi","WeakSet","Ci","Fi","Ei","Gi","__reactInternalSnapshotBeforeUpdate","Hi","Ii","Ji","Ki","Li","Di","Mi","Ni","Oi","Pi","Qi","insertBefore","_reactRootContainer","Ri","Si","Ti","display","Ui","Vi","Wi","Xi","Yi","Zi","$i","aj","componentStack","Rj","bj","cj","dj","W","X","kj","lj","mj","nj","oj","Y","qj","rj","sj","tj","uj","vj","wj","timeoutMs","xj","yj","Z","zj","lastExpiredTime","Aj","firstPendingTime","lastPingedTime","nextKnownPendingLevel","callbackExpirationTime","callbackPriority","callbackNode","Bj","Cj","Dj","Ej","Fj","Gj","Hj","finishedWork","finishedExpirationTime","lastSuspendedTime","Ij","timeoutHandle","Jj","busyMinDurationMs","busyDelayMs","Kj","Mj","Nj","pingCache","Oj","ub","Pj","Xc","Qj","Sj","firstSuspendedTime","rangeCount","wb","activeElementDetached","focusedElem","selectionRange","Tj","B","wd","compareDocumentPosition","createRange","setStart","removeAllRanges","addRange","setEnd","left","scrollLeft","scrollTop","vb","Uj","Vj","Wj","hidden","_ctor","ob","Xj","_calculateChangedBits","unstable_observedBits","Zj","pendingChildren","ak","bk","ck","dk","ek","fk","Jc","_internalRoot","gk","ik","hasAttribute","hk","jk","kk","unmount","form","Lj","lk","Events","findFiberByHostInstance","bundleType","rendererPackageName","__REACT_DEVTOOLS_GLOBAL_HOOK__","isDisabled","supportsFiber","inject","onCommitFiberRoot","onCommitFiberUnmount","Yj","overrideHookState","overrideProps","setSuspenseHandler","scheduleUpdate","currentDispatcherRef","findHostInstanceByFiber","findHostInstancesForRefresh","scheduleRefresh","scheduleRoot","setRefreshHandler","getCurrentFiber","createPortal","findDOMNode","flushSync","unmountComponentAtNode","unstable_batchedUpdates","unstable_createPortal","unstable_renderSubtreeIntoContainer","checkDCE","ChevronDown","otherProps","xmlns","viewBox","stroke","strokeLinecap","strokeLinejoin","points","Edit2","Search","cx","cy","x1","y1","x2","y2","GitHubButton","super","$","createRef","paint","reset","replaceChild","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","Lazy","Portal","Profiler","StrictMode","Suspense","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isPortal","isProfiler","isStrictMode","isSuspense","isValidElementType","createStyleObject","classNames","elementStyle","stylesheet","styleObject","createClassNameString","_ref$style","useInlineStyles","TagName","childrenCreator","childrenCount","createChildren","nonStylesheetClassNames","newLineRegex","LineNumbers","codeString","codeStyle","_ref2$containerStyle","containerStyle","float","paddingRight","_ref2$numberStyle","numberStyle","startingLineNumber","lines","getLineNumbers","createLineElement","lineProps","_ref3$className","wrapLinesInSpan","codeTree","tree","flattenCodeTree","newTree","lastLineBreakIndex","_loop","newChild","_children","newElem","defaultRenderer","rows","highlighter","_ref6$style","defaultStyle","_ref6$customStyle","customStyle","_ref6$codeTagProps","codeTagProps","_ref6$useInlineStyles","_ref6$showLineNumbers","showLineNumbers","_ref6$startingLineNum","lineNumberContainerStyle","lineNumberStyle","wrapLines","_ref6$lineProps","renderer","_ref6$PreTag","PreTag","_ref6$CodeTag","CodeTag","_ref6$code","astGenerator","rest","defaultAstGenerator","lineNumbers","defaultPreStyle","backgroundColor","preProps","defaultCodeValue","hasLanguage","getCodeTree","supportedLanguages","forceUpdate","__self","__source","V","IsSomeRendererActing","only","_currentValue2","_threadCount","createFactory","isValidElement","memo","pna","Duplex","Readable","Writable","readable","allowHalfOpen","onend","_writableState","ended","onEndNT","highWaterMark","_readableState","destroyed","_destroy","PassThrough","Transform","_transform","ReadableState","EElistenerCount","Stream","OurUint8Array","debugUtil","debug","debuglog","StringDecoder","BufferList","destroyImpl","kProxyEvents","isDuplex","objectMode","readableObjectMode","hwm","readableHwm","readableHighWaterMark","defaultHwm","pipes","pipesCount","flowing","endEmitted","reading","sync","needReadable","emittedReadable","readableListening","resumeScheduled","defaultEncoding","awaitDrain","readingMore","decoder","_read","readableAddChunk","addToFront","skipChunkCheck","emitReadable","onEofChunk","chunkInvalid","_uint8ArrayToBuffer","maybeReadMore","needMoreData","_undestroy","undestroy","isPaused","setEncoding","enc","howMuchToRead","head","computeNewHighWaterMark","emitReadable_","maybeReadMore_","nReadingNextTick","resume_","fromList","hasStrings","copyFromBufferString","copyFromBuffer","fromListPartial","endReadable","endReadableNT","xs","nOrig","doRead","dest","pipeOpts","endFn","stdout","stderr","unpipe","onunpipe","unpipeInfo","hasUnpiped","onclose","onfinish","ondrain","ondata","cleanedUp","needDrain","pipeOnDrain","increasedAwaitDrain","pause","resume","dests","ev","paused","_fromList","afterTransform","ts","_transformState","transforming","writecb","writechunk","rs","needTransform","writeencoding","_flush","prefinish","_write","err2","CorkedRequest","finish","corkReq","pendingcb","corkedRequestsFree","onCorkedFinish","asyncWrite","setImmediate","WritableState","internalUtil","deprecate","realHasInstance","nop","writableObjectMode","writableHwm","writableHighWaterMark","finalCalled","ending","finished","noDecode","decodeStrings","writing","corked","bufferProcessing","onwrite","writelen","onwriteStateUpdate","finishMaybe","errorEmitted","onwriteError","needFinish","bufferedRequest","clearBuffer","afterWrite","lastBufferedRequest","prefinished","bufferedRequestCount","writev","_writev","final","_final","doWrite","onwriteDrain","holder","allBuffers","isBuf","callFinal","need","getBuffer","hasInstance","writeAfterEnd","valid","validChunk","newChunk","decodeChunk","writeOrBuffer","cork","uncork","setDefaultEncoding","endWritable","custom","emitErrorNT","readableDestroyed","writableDestroyed","copyProps","SafeBuffer","sax","parser","strict","opt","SAXParser","SAXStream","createStream","MAX_BUFFER_LENGTH","buffers","clearBuffers","bufferCheckPosition","lowercase","lowercasetags","looseCase","tags","closed","closedRoot","sawRoot","noscript","BEGIN","strictEntities","ENTITIES","XML_ENTITIES","attribList","ns","rootNS","trackPosition","column","EVENTS","BEGIN_WHITESPACE","beginWhiteSpace","TEXT","starti","textNode","isWhitespace","strictFail","TEXT_ENTITY","OPEN_WAKA","startTagPosition","SCRIPT","SCRIPT_ENDING","CLOSE_TAG","SGML_DECL","sgmlDecl","isMatch","nameStart","OPEN_TAG","PROC_INST","procInstName","procInstBody","pad","emitNode","CDATA","cdata","comment","DOCTYPE","doctype","isQuote","SGML_DECL_QUOTED","DOCTYPE_DTD","DOCTYPE_QUOTED","DOCTYPE_DTD_QUOTED","COMMENT_ENDING","COMMENT_ENDED","textopts","CDATA_ENDING","CDATA_ENDING_2","PROC_INST_ENDING","PROC_INST_BODY","nameBody","newTag","openTag","OPEN_TAG_SLASH","ATTRIB","closeTag","attribName","attribValue","ATTRIB_NAME","ATTRIB_VALUE","attrib","ATTRIB_NAME_SAW_WHITE","ATTRIB_VALUE_QUOTED","ATTRIB_VALUE_UNQUOTED","ATTRIB_VALUE_ENTITY_Q","ATTRIB_VALUE_CLOSED","isAttribEnd","ATTRIB_VALUE_ENTITY_U","CLOSE_TAG_SAW_WHITE","notMatch","returnState","parseEntity","entity","entityBody","entityStart","maxAllowed","maxActual","closeText","checkBufferLength","ex","streamWraps","_parser","_decoder","SD","XML_NAMESPACE","xml","stringFromCharCode","fromCodePoint","STATE","COMMENT_STARTING","qname","qualName","local","qn","selfClosing","nv","isSelfClosing","closeTo","entityLC","numStr","highSurrogate","lowSurrogate","MAX_SIZE","codeUnits","MessageChannel","unstable_forceFrameRate","performance","cancelAnimationFrame","port2","port1","onmessage","postMessage","sortIndex","startTime","priorityLevel","unstable_Profiling","unstable_continueExecution","unstable_getFirstCallbackNode","unstable_next","unstable_pauseExecution","delay","unstable_wrapCallback","registerImmediate","html","channel","messagePrefix","onGlobalMessage","nextHandle","tasksByHandle","currentlyRunningATask","doc","attachTo","handle","runIfPresent","importScripts","postMessageIsAsynchronous","oldOnMessage","canUsePostMessage","task","clearImmediate","EE","_isStdio","didOnEnd","cleanup","nenc","retried","_normalizeEncoding","normalizeEncoding","utf16Text","utf16End","fillLast","utf8FillLast","base64Text","base64End","simpleWrite","simpleEnd","lastNeed","lastTotal","lastChar","utf8CheckByte","byte","utf8CheckExtraBytes","total","utf8CheckIncomplete","interleave","interpolations","classCallCheck","createClass","protoProps","staticProps","possibleConstructorReturn","EMPTY_ARRAY","EMPTY_OBJECT","getComponentName","isStyledComponent","styledComponentId","SC_ATTR","REACT_APP_SC_ATTR","IS_BROWSER","DISABLE_SPEEDY","SC_DISABLE_SPEEDY","REACT_APP_SC_DISABLE_SPEEDY","STATIC_EXECUTION_CONTEXT","StyledComponentsError","_Error","SC_COMPONENT_ID","extractComps","maybeCSS","css","existingComponents","componentId","matchIndex","nextComp","cssFromDOM","COMMENT_REGEX","stylisSplitter","cascade","keyframe","compress","semicolon","stylis","parsingRules","returnRulesPlugin","parsedRules","parseRulesPlugin","rule","_componentId","_selector","_selectorRegexp","selfReferenceReplacer","selectors","splitByRules","stringifyRules","rules","selector","flatCSS","cssStr","getNonce","addNameForId","names","resetIdNames","hasNameForId","stringifyNames","sheetForTag","sheet","styleSheets","ownerNode","safeInsertRule","cssRule","maxIndex","cssRules","insertRule","makeTextMarker","addUpUntilIndex","sizes","totalUpToIndex","wrapAsHtmlTag","additionalAttrs","nonce","SC_VERSION_ATTR","wrapAsElement","getIdsFromMarkersFactory","markers","makeTextNode","makeServerTag","namesArg","markersArg","insertMarker","prev","cssForId","namesClone","cloneNames","markersClone","getIds","insertRules","removeRules","sealed","styleTag","toHTML","makeTag","tagEl","forceServer","getImportRuleTag","makeStyleTag","extractImport","usedImportRuleTag","importRules","cssRulesSize","mayHaveImport","separator","appendData","newMarker","makeBrowserTag","insertIndex","injectedRules","removalIndex","lowerBound","deleteRule","deleteRules","makeSpeedyTag","SPLIT_REGEX","sheetRunningId","master","StyleSheet","importRuleTag","firstTag","tagMap","deferred","rehydratedNames","ignoreRehydratedNames","capacity","clones","rehydrate","els","extracted","isStreamed","nodesSize","elNames","elNamesSize","extractedSize","_extracted$i","_j","ids","sealAllTags","lastEl","getTagForId","hasId","deferredInject","toReactElements","Keyframes","getName","uppercasePattern","msPattern","hyphenateStyleName","isFalsish","objToCssArray","prevKey","executionContext","ruleSet","styles","murmurhash","getAlphabeticChar","generateAlphabeticName","isStaticRules","attrs","hasFunctionObjectKey","_TYPE_STATICS","hasher","ComponentStyle","isStatic","generateAndInjectStyles","lastClassName","generateName","determineTheme","fallbackTheme","isDefaultTheme","theme","escapeRegex","dashesAtEnds","isTag","defineProperty$1","_Object$getOwnPropert","arrayPrototype","ThemeContext","ThemeConsumer","ThemeProvider","renderInner","outerTheme","getTheme","StyleSheetContext","ServerStyleSheet","masterSheet","seal","collectStyles","StyleSheetManager","getStyleTags","getStyleElement","interleaveWithNodeStream","readableStream","StyleSheetConsumer","identifiers","StyledComponent","renderOuter","forwardedComponent","componentStyle","_props$forwardedCompo","foldedComponentIds","generatedClassName","elementToBeCreated","as","isTargetTag","propsForElement","computedProps","buildExecutionContext","attrDef","resolvedAttrDef","attrDefWasFn","attr","_props$forwardedCompo2","warnTooManyClasses","createStyledComponent","isTargetStyledComp","isClass","_options$displayName","generateDisplayName","_options$componentId","_ComponentStyle","_displayName","parentComponentId","nr","generateId","_options$ParentCompon","ParentComponent","_options$attrs","finalAttrs","WrappedStyledComponent","withComponent","previousComponentId","optionsToCopy","objectWithoutProperties","newComponentId","_foldedDefaultProps","styled","constructWithOptions","componentConstructor","templateFunction","withConfig","domElement","GlobalStyle","createStyles","removeStyles","renderStyles","createGlobalStyle","GlobalStyleComponent","_this$constructor","globalStyle","scCGSHMRCache","replaceWhitespace","keyframes","toSheet","content","parents","at","delimiter","Timeout","clearFn","_id","_clearFn","scope","setInterval","clearInterval","unref","enroll","msecs","_idleTimeoutId","_idleTimeout","unenroll","_unrefActive","active","_onTimeout","extendStatics","__extends","__","__assign","__rest","__decorate","decorators","desc","decorate","__param","paramIndex","decorator","__metadata","metadataKey","metadataValue","metadata","__awaiter","_arguments","generator","step","__generator","label","sent","trys","ops","verb","__createBinding","k2","__exportStar","__values","__read","ar","__spread","__await","__asyncGenerator","asyncIterator","fulfill","__asyncDelegator","__asyncValues","__makeTemplateObject","cooked","raw","__importStar","mod","__importDefault","__classPrivateFieldGet","privateMap","__classPrivateFieldSet","ENCODING","ENCODING_LEN","TIME_MAX","replaceCharAt","incrementBase32","maxCharIndex","randomChar","prng","rand","encodeTime","isInteger","encodeRandom","decodeTime","TIME_LEN","encodingIndex","detectPrng","allowInsecure","browserCrypto","crypto","msCrypto","getRandomValues","nodeCrypto","randomBytes","currPrng","seedTime","monotonicFactory","lastTime","lastRandom","incrementedRandom","newRandom","ulid","localStorage","msg","trace","webpackPolyfill","stripBOM","builder","escapeCDATA","requiresCDATA","wrapCDATA","Builder","buildObject","rootObj","attrkey","charkey","rootElement","rootName","txt","ele","up","att","xmldec","headless","allowSurrogateChars","renderOpts","explicitCharkey","normalizeTags","explicitArray","ignoreAttrs","mergeAttrs","explicitRoot","validator","explicitChildren","childkey","charsAsChildren","includeWhiteChars","attrNameProcessors","attrValueProcessors","tagNameProcessors","valueProcessors","emptyTag","preserveChildrenOrder","chunkSize","bom","isEmpty","processItem","processors","thing","Parser","parseString","assignOrPush","processAsync","xmlnskey","__super__","saxParser","error1","errThrown","ontext","resultObject","EXPLICIT_CHARKEY","onopentag","processedKey","onclosetag","emptyStr","objClone","old","xpath","charChild","oncdata","prefixMatch","firstCharLowerCase","stripPrefix","parseNumbers","parseBooleans","ValidationError","XMLAttribute","attName","attValue","writer","XMLNode","XMLCData","XMLComment","XMLDTDAttList","elementName","attributeType","defaultValueType","eleName","dtdAttType","dtdAttDefault","dtdAttList","XMLDTDElement","dtdElementValue","dtdElement","XMLDTDEntity","pubID","sysID","dtdPubID","dtdSysID","nData","dtdNData","dtdEntityValue","dtdEntity","XMLDTDNotation","dtdNotation","XMLDeclaration","standalone","xmlVersion","xmlEncoding","xmlStandalone","declaration","XMLDocType","ref1","documentObject","attList","pEntity","notation","docType","ent","pent","not","XMLStringWriter","XMLStringifier","XMLDocument","isDocument","writerOptions","XMLElement","XMLProcessingInstruction","XMLRaw","XMLText","XMLDocumentCB","onData","onEnd","onDataCallback","onEndCallback","currentNode","currentLevel","openTags","documentStarted","documentCompleted","openCurrent","skipNullAttributes","instruction","insTarget","insValue","processingInstruction","rootNodeName","closeNode","openNode","isOpen","isClosed","nod","dat","com","ins","dec","dtd","isRoot","rootObject","clonedSelf","clonedChild","childNode","len1","ignoreDecorators","convertAttKey","separateArrayItems","convertTextKey","convertCDataKey","convertCommentKey","convertRawKey","convertPIKey","removed","insertAfter","commentBefore","commentAfter","instructionBefore","instructionAfter","ref2","importDocument","clonedRoot","importXMLBuilder","XMLWriterBase","XMLStreamWriter","isLastRootNode","level","space","endline","spacebeforeslash","allowEmpty","pretty","newline","textispresent","textispresentwasset","newlinedefault","prettydefault","dontprettytextnodes","assertLegalChar","noDoubleEncoding","eleText","elEscape","attEscape","ampregex","ref3","ref4","ref5","ref6","indent","stringWriter","streamWriter"],"mappings":"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ACA,SACA,UACA,OACA,OACA,KACA,MACA,UACA,MACA,MACA,KACA,KACA,KACA,WACA,aACA,SACA,SACA,OACA,KACA,KACA,KACA,KACA,KACA,KACA,SACA,SACA,OACA,IACA,SACA,MACA,QACA,MACA,MACA,QACA,SACA,KACA,OACA,OACA,MACA,SACA,KACA,IACA,IACA,QACA,OACA,UACA,OACA,SACA,UACA,MACA,QACA,QACA,KACA,WACA,QACA,KACA,QACA,OACA,KACA,KACA,MACA,SAwQyBj4B,KAAK,KAAO,IAAMkvC,EACvCpU,aAAa,EACbvxB,SAAU,CACR,CAAC2pB,UAAW,eAAgB+E,MAAO,+BAKvC,CACEA,MAAO,YAtWU,CACrB,QACA,SACA,eACA,aACA,SACA,cACA,QACA,QACA,OACA,OACA,WA2V0Cj4B,KAAK,KAAO,IAAMkvC,GAI1D,CACEjX,MAAO,KA3XK,CAChB,UACA,MACA,QACA,SACA,YACA,MACA,SACA,UACA,QACA,QACA,OACA,OACA,SA8W+Bj4B,KAAK,KAAO,QAIzCwhC,EAGA7L,EAAKqJ,gBAGLrJ,EAAKkJ,YAIL,CACE3L,UAAW,WACX+E,MAAO,kCACPM,QAAS,QACTuC,aAAa,EACbvxB,SAAU,CACR,CAAC2pB,UAAW,QAAS+E,MAAO,6BAC5B,CACE/E,UAAW,SACX+E,MAAO,KACP1d,IAAK,KACLhR,SAAU,CACR0lC,EACAzN,EACA7L,EAAK0I,iBACL1I,EAAKqJ,gBACLrJ,EAAKkJ,YACLlJ,EAAK2I,sBASb,CACEpL,UAAW,YACX+E,MAAO,OA3TI,CACf,gBACA,cACA,aACA,YACA,kBACA,sBACA,qBACA,sBACA,4BACA,iBACA,uBACA,4BACA,OACA,sBACA,aACA,wBACA,kBACA,mBACA,mBACA,oBACA,sBACA,oBACA,kBACA,SACA,gBACA,sBACA,4BACA,6BACA,sBACA,sBACA,kBACA,eACA,eACA,sBACA,sBACA,qBACA,sBACA,qBACA,cACA,oBACA,oBACA,oBACA,gBACA,eACA,qBACA,qBACA,qBACA,iBACA,eACA,aACA,mBACA,yBACA,0BACA,mBACA,mBACA,eACA,SACA,uBACA,aACA,aACA,cACA,eACA,eACA,eACA,QACA,OACA,YACA,QACA,eACA,cACA,aACA,cACA,oBACA,oBACA,oBACA,cACA,eACA,UACA,UACA,oBACA,gBACA,SACA,YACA,UACA,cACA,SACA,OACA,aACA,iBACA,YACA,YACA,cACA,YACA,QACA,OACA,cACA,wBACA,eACA,yBACA,YACA,mBACA,eACA,aACA,eACA,yBACA,cACA,SACA,UACA,OACA,oBACA,kBACA,mBACA,WACA,UACA,UACA,kBACA,OACA,iBACA,cACA,aACA,mBACA,sBACA,kBACA,SACA,gBACA,cACA,eACA,aACA,QACA,OACA,aACA,YACA,aACA,YACA,WACA,YACA,WACA,YACA,SACA,OACA,SACA,aACA,kBACA,UACA,QACA,UACA,UACA,gBACA,iBACA,gBACA,gBACA,WACA,gBACA,aACA,aACA,UACA,iBACA,eACA,gBACA,cACA,mBACA,oBACA,oBACA,cACA,qBACA,iBACA,WACA,SACA,SACA,QACA,WACA,eACA,aACA,kBACA,kBACA,wBACA,uBACA,wBACA,cACA,gBACA,iBACA,cACA,iBACA,0BACA,MACA,YACA,mBACA,kBACA,aACA,mBACA,sBACA,sBACA,6BACA,eACA,iBACA,aACA,cACA,SACA,QACA,aACA,eACA,YACA,WAgH+B5pB,UAAUrO,KAAK,KAAO,OACjD84B,OAAQ,CAENve,IAAK,MACLhR,SAAU,CACR0lC,EACAzN,EACA7L,EAAK0I,iBACL1I,EAAK2I,kBACL3I,EAAKqJ,gBACLrJ,EAAKkJ,YACLlJ,EAAKgJ,sBAEPpG,QAAS,KACTE,UAAW,Q,sEC/brB5sC,EAAOC,QAAU,SAAS6pC,GAuBxB,MAAO,CACL4B,kBAAkB,EAClBhuB,SAAU,CAxBE,CACZ2pB,UAAW,SACX+E,MAAO,oBAAqB1d,IAAK,SAExB,CACT2Y,UAAW,SACX+E,MAAO,wDAEW,CAClB/E,UAAW,SACX+E,MAAO,eAEM,CACb/E,UAAW,UACXuF,UAAW,GACX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IACL,OAAK,IACL,OAAK,IACL,OAAK,IACL,OAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,KACL,SAAK,KACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,KACL,SAAK,KACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,KACL,SAAK,KACL,SAAK,IACL,SAAK,IACL,OAAK,KACL,OAAK,KACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,SACL,SAAK,SACL,SAAK,SACL,SAAK,SACL,UAAM,IACN,UAAM,IACN,UAAM,IACN,UAAM,IACN,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,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","file":"static/js/vendors.357a799b.js","sourcesContent":["var toPropertyKey = require(\"./toPropertyKey.js\");\nfunction _defineProperty(obj, key, value) {\n  key = toPropertyKey(key);\n  if (key in obj) {\n    Object.defineProperty(obj, key, {\n      value: value,\n      enumerable: true,\n      configurable: true,\n      writable: true\n    });\n  } else {\n    obj[key] = value;\n  }\n  return obj;\n}\nmodule.exports = _defineProperty, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _extends() {\n  module.exports = _extends = Object.assign ? Object.assign.bind() : function (target) {\n    for (var i = 1; i < arguments.length; i++) {\n      var source = arguments[i];\n      for (var key in source) {\n        if (Object.prototype.hasOwnProperty.call(source, key)) {\n          target[key] = source[key];\n        }\n      }\n    }\n    return target;\n  }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n  return _extends.apply(this, arguments);\n}\nmodule.exports = _extends, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var defineProperty = require(\"./defineProperty.js\");\nfunction _objectSpread(target) {\n  for (var i = 1; i < arguments.length; i++) {\n    var source = arguments[i] != null ? Object(arguments[i]) : {};\n    var ownKeys = Object.keys(source);\n    if (typeof Object.getOwnPropertySymbols === 'function') {\n      ownKeys.push.apply(ownKeys, Object.getOwnPropertySymbols(source).filter(function (sym) {\n        return Object.getOwnPropertyDescriptor(source, sym).enumerable;\n      }));\n    }\n    ownKeys.forEach(function (key) {\n      defineProperty(target, key, source[key]);\n    });\n  }\n  return target;\n}\nmodule.exports = _objectSpread, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var objectWithoutPropertiesLoose = require(\"./objectWithoutPropertiesLoose.js\");\nfunction _objectWithoutProperties(source, excluded) {\n  if (source == null) return {};\n  var target = objectWithoutPropertiesLoose(source, excluded);\n  var key, i;\n  if (Object.getOwnPropertySymbols) {\n    var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n    for (i = 0; i < sourceSymbolKeys.length; i++) {\n      key = sourceSymbolKeys[i];\n      if (excluded.indexOf(key) >= 0) continue;\n      if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n      target[key] = source[key];\n    }\n  }\n  return target;\n}\nmodule.exports = _objectWithoutProperties, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n  return target;\n}\nmodule.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nfunction _toPrimitive(input, hint) {\n  if (_typeof(input) !== \"object\" || input === null) return input;\n  var prim = input[Symbol.toPrimitive];\n  if (prim !== undefined) {\n    var res = prim.call(input, hint || \"default\");\n    if (_typeof(res) !== \"object\") return res;\n    throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n  }\n  return (hint === \"string\" ? String : Number)(input);\n}\nmodule.exports = _toPrimitive, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nvar toPrimitive = require(\"./toPrimitive.js\");\nfunction _toPropertyKey(arg) {\n  var key = toPrimitive(arg, \"string\");\n  return _typeof(key) === \"symbol\" ? key : String(key);\n}\nmodule.exports = _toPropertyKey, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _typeof(obj) {\n  \"@babel/helpers - typeof\";\n\n  return (module.exports = _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n    return typeof obj;\n  } : function (obj) {\n    return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n  }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports), _typeof(obj);\n}\nmodule.exports = _typeof, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function memoize(fn) {\n  var cache = {};\n  return function (arg) {\n    if (cache[arg] === undefined) cache[arg] = fn(arg);\n    return cache[arg];\n  };\n}\n\nexport default memoize;\n","import memoize from '@emotion/memoize';\n\nvar reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|default|defer|dir|disabled|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|itemProp|itemScope|itemType|itemID|itemRef|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/; // https://esbench.com/bench/5bfee68a4cd7e6009ef61d23\n\nvar index = memoize(function (prop) {\n  return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111\n  /* o */\n  && prop.charCodeAt(1) === 110\n  /* n */\n  && prop.charCodeAt(2) < 91;\n}\n/* Z+1 */\n);\n\nexport default index;\n","var unitlessKeys = {\n  animationIterationCount: 1,\n  borderImageOutset: 1,\n  borderImageSlice: 1,\n  borderImageWidth: 1,\n  boxFlex: 1,\n  boxFlexGroup: 1,\n  boxOrdinalGroup: 1,\n  columnCount: 1,\n  columns: 1,\n  flex: 1,\n  flexGrow: 1,\n  flexPositive: 1,\n  flexShrink: 1,\n  flexNegative: 1,\n  flexOrder: 1,\n  gridRow: 1,\n  gridRowEnd: 1,\n  gridRowSpan: 1,\n  gridRowStart: 1,\n  gridColumn: 1,\n  gridColumnEnd: 1,\n  gridColumnSpan: 1,\n  gridColumnStart: 1,\n  msGridRow: 1,\n  msGridRowSpan: 1,\n  msGridColumn: 1,\n  msGridColumnSpan: 1,\n  fontWeight: 1,\n  lineHeight: 1,\n  opacity: 1,\n  order: 1,\n  orphans: 1,\n  tabSize: 1,\n  widows: 1,\n  zIndex: 1,\n  zoom: 1,\n  WebkitLineClamp: 1,\n  // SVG-related properties\n  fillOpacity: 1,\n  floodOpacity: 1,\n  stopOpacity: 1,\n  strokeDasharray: 1,\n  strokeDashoffset: 1,\n  strokeMiterlimit: 1,\n  strokeOpacity: 1,\n  strokeWidth: 1\n};\n\nexport default unitlessKeys;\n","export default function _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n  return target;\n}","export default function _extends() {\n  _extends = Object.assign ? Object.assign.bind() : function (target) {\n    for (var i = 1; i < arguments.length; i++) {\n      var source = arguments[i];\n      for (var key in source) {\n        if (Object.prototype.hasOwnProperty.call(source, key)) {\n          target[key] = source[key];\n        }\n      }\n    }\n    return target;\n  };\n  return _extends.apply(this, arguments);\n}","export default function _assertThisInitialized(self) {\n  if (self === void 0) {\n    throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n  }\n  return self;\n}","export default function _setPrototypeOf(o, p) {\n  _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {\n    o.__proto__ = p;\n    return o;\n  };\n  return _setPrototypeOf(o, p);\n}","import React from 'react';\nimport _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport _assertThisInitialized from '@babel/runtime/helpers/esm/assertThisInitialized';\nimport _inheritsLoose from '@babel/runtime/helpers/esm/inheritsLoose';\nimport { isValidElementType } from 'react-is';\nimport hoistNonReactStatics from 'hoist-non-react-statics';\n\n/* eslint-disable import/prefer-default-export */\nfunction invariant(condition, message) {\n  if (condition) return;\n  var error = new Error(\"loadable: \" + message);\n  error.framesToPop = 1;\n  error.name = 'Invariant Violation';\n  throw error;\n}\nfunction warn(message) {\n  // eslint-disable-next-line no-console\n  console.warn(\"loadable: \" + message);\n}\n\nvar Context = /*#__PURE__*/\nReact.createContext();\n\nvar LOADABLE_REQUIRED_CHUNKS_KEY = '__LOADABLE_REQUIRED_CHUNKS__';\nfunction getRequiredChunkKey(namespace) {\n  return \"\" + namespace + LOADABLE_REQUIRED_CHUNKS_KEY;\n}\n\nvar sharedInternals = /*#__PURE__*/Object.freeze({\n  __proto__: null,\n  getRequiredChunkKey: getRequiredChunkKey,\n  invariant: invariant,\n  Context: Context\n});\n\nvar LOADABLE_SHARED = {\n  initialChunks: {}\n};\n\nvar STATUS_PENDING = 'PENDING';\nvar STATUS_RESOLVED = 'RESOLVED';\nvar STATUS_REJECTED = 'REJECTED';\n\nfunction resolveConstructor(ctor) {\n  if (typeof ctor === 'function') {\n    return {\n      requireAsync: ctor,\n      resolve: function resolve() {\n        return undefined;\n      },\n      chunkName: function chunkName() {\n        return undefined;\n      }\n    };\n  }\n\n  return ctor;\n}\n\nvar withChunkExtractor = function withChunkExtractor(Component) {\n  var LoadableWithChunkExtractor = function LoadableWithChunkExtractor(props) {\n    return React.createElement(Context.Consumer, null, function (extractor) {\n      return React.createElement(Component, Object.assign({\n        __chunkExtractor: extractor\n      }, props));\n    });\n  };\n\n  if (Component.displayName) {\n    LoadableWithChunkExtractor.displayName = Component.displayName + \"WithChunkExtractor\";\n  }\n\n  return LoadableWithChunkExtractor;\n};\n\nvar identity = function identity(v) {\n  return v;\n};\n\nfunction createLoadable(_ref) {\n  var _ref$defaultResolveCo = _ref.defaultResolveComponent,\n      defaultResolveComponent = _ref$defaultResolveCo === void 0 ? identity : _ref$defaultResolveCo,\n      _render = _ref.render,\n      onLoad = _ref.onLoad;\n\n  function loadable(loadableConstructor, options) {\n    if (options === void 0) {\n      options = {};\n    }\n\n    var ctor = resolveConstructor(loadableConstructor);\n    var cache = {};\n    /**\n     * Cachekey represents the component to be loaded\n     * if key changes - component has to be reloaded\n     * @param props\n     * @returns {null|Component}\n     */\n\n    function _getCacheKey(props) {\n      if (options.cacheKey) {\n        return options.cacheKey(props);\n      }\n\n      if (ctor.resolve) {\n        return ctor.resolve(props);\n      }\n\n      return 'static';\n    }\n    /**\n     * Resolves loaded `module` to a specific `Component\n     * @param module\n     * @param props\n     * @param Loadable\n     * @returns Component\n     */\n\n\n    function resolve(module, props, Loadable) {\n      var Component = options.resolveComponent ? options.resolveComponent(module, props) : defaultResolveComponent(module);\n\n      if (options.resolveComponent && !isValidElementType(Component)) {\n        throw new Error(\"resolveComponent returned something that is not a React component!\");\n      }\n\n      hoistNonReactStatics(Loadable, Component, {\n        preload: true\n      });\n      return Component;\n    }\n\n    var cachedLoad = function cachedLoad(props) {\n      var cacheKey = _getCacheKey(props);\n\n      var promise = cache[cacheKey];\n\n      if (!promise || promise.status === STATUS_REJECTED) {\n        promise = ctor.requireAsync(props);\n        promise.status = STATUS_PENDING;\n        cache[cacheKey] = promise;\n        promise.then(function () {\n          promise.status = STATUS_RESOLVED;\n        }, function (error) {\n          console.error('loadable-components: failed to asynchronously load component', {\n            fileName: ctor.resolve(props),\n            chunkName: ctor.chunkName(props),\n            error: error ? error.message : error\n          });\n          promise.status = STATUS_REJECTED;\n        });\n      }\n\n      return promise;\n    };\n\n    var InnerLoadable =\n    /*#__PURE__*/\n    function (_React$Component) {\n      _inheritsLoose(InnerLoadable, _React$Component);\n\n      InnerLoadable.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) {\n        var cacheKey = _getCacheKey(props);\n\n        return _extends({}, state, {\n          cacheKey: cacheKey,\n          // change of a key triggers loading state automatically\n          loading: state.loading || state.cacheKey !== cacheKey\n        });\n      };\n\n      function InnerLoadable(props) {\n        var _this;\n\n        _this = _React$Component.call(this, props) || this;\n        _this.state = {\n          result: null,\n          error: null,\n          loading: true,\n          cacheKey: _getCacheKey(props)\n        };\n        invariant(!props.__chunkExtractor || ctor.requireSync, 'SSR requires `@loadable/babel-plugin`, please install it'); // Server-side\n\n        if (props.__chunkExtractor) {\n          // This module has been marked with no SSR\n          if (options.ssr === false) {\n            return _assertThisInitialized(_this);\n          } // We run load function, we assume that it won't fail and that it\n          // triggers a synchronous loading of the module\n\n\n          ctor.requireAsync(props)[\"catch\"](function () {\n            return null;\n          }); // So we can require now the module synchronously\n\n          _this.loadSync();\n\n          props.__chunkExtractor.addChunk(ctor.chunkName(props));\n\n          return _assertThisInitialized(_this);\n        } // Client-side with `isReady` method present (SSR probably)\n        // If module is already loaded, we use a synchronous loading\n        // Only perform this synchronous loading if the component has not\n        // been marked with no SSR, else we risk hydration mismatches\n\n\n        if (options.ssr !== false && ( // is ready - was loaded in this session\n        ctor.isReady && ctor.isReady(props) || // is ready - was loaded during SSR process\n        ctor.chunkName && LOADABLE_SHARED.initialChunks[ctor.chunkName(props)])) {\n          _this.loadSync();\n        }\n\n        return _this;\n      }\n\n      var _proto = InnerLoadable.prototype;\n\n      _proto.componentDidMount = function componentDidMount() {\n        this.mounted = true; // retrieve loading promise from a global cache\n\n        var cachedPromise = this.getCache(); // if promise exists, but rejected - clear cache\n\n        if (cachedPromise && cachedPromise.status === STATUS_REJECTED) {\n          this.setCache();\n        } // component might be resolved synchronously in the constructor\n\n\n        if (this.state.loading) {\n          this.loadAsync();\n        }\n      };\n\n      _proto.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n        // Component has to be reloaded on cacheKey change\n        if (prevState.cacheKey !== this.state.cacheKey) {\n          this.loadAsync();\n        }\n      };\n\n      _proto.componentWillUnmount = function componentWillUnmount() {\n        this.mounted = false;\n      };\n\n      _proto.safeSetState = function safeSetState(nextState, callback) {\n        if (this.mounted) {\n          this.setState(nextState, callback);\n        }\n      }\n      /**\n       * returns a cache key for the current props\n       * @returns {Component|string}\n       */\n      ;\n\n      _proto.getCacheKey = function getCacheKey() {\n        return _getCacheKey(this.props);\n      }\n      /**\n       * access the persistent cache\n       */\n      ;\n\n      _proto.getCache = function getCache() {\n        return cache[this.getCacheKey()];\n      }\n      /**\n       * sets the cache value. If called without value sets it as undefined\n       */\n      ;\n\n      _proto.setCache = function setCache(value) {\n        if (value === void 0) {\n          value = undefined;\n        }\n\n        cache[this.getCacheKey()] = value;\n      };\n\n      _proto.triggerOnLoad = function triggerOnLoad() {\n        var _this2 = this;\n\n        if (onLoad) {\n          setTimeout(function () {\n            onLoad(_this2.state.result, _this2.props);\n          });\n        }\n      }\n      /**\n       * Synchronously loads component\n       * target module is expected to already exists in the module cache\n       * or be capable to resolve synchronously (webpack target=node)\n       */\n      ;\n\n      _proto.loadSync = function loadSync() {\n        // load sync is expecting component to be in the \"loading\" state already\n        // sounds weird, but loading=true is the initial state of InnerLoadable\n        if (!this.state.loading) return;\n\n        try {\n          var loadedModule = ctor.requireSync(this.props);\n          var result = resolve(loadedModule, this.props, Loadable);\n          this.state.result = result;\n          this.state.loading = false;\n        } catch (error) {\n          console.error('loadable-components: failed to synchronously load component, which expected to be available', {\n            fileName: ctor.resolve(this.props),\n            chunkName: ctor.chunkName(this.props),\n            error: error ? error.message : error\n          });\n          this.state.error = error;\n        }\n      }\n      /**\n       * Asynchronously loads a component.\n       */\n      ;\n\n      _proto.loadAsync = function loadAsync() {\n        var _this3 = this;\n\n        var promise = this.resolveAsync();\n        promise.then(function (loadedModule) {\n          var result = resolve(loadedModule, _this3.props, Loadable);\n\n          _this3.safeSetState({\n            result: result,\n            loading: false\n          }, function () {\n            return _this3.triggerOnLoad();\n          });\n        })[\"catch\"](function (error) {\n          return _this3.safeSetState({\n            error: error,\n            loading: false\n          });\n        });\n        return promise;\n      }\n      /**\n       * Asynchronously resolves(not loads) a component.\n       * Note - this function does not change the state\n       */\n      ;\n\n      _proto.resolveAsync = function resolveAsync() {\n        var _this$props = this.props,\n            __chunkExtractor = _this$props.__chunkExtractor,\n            forwardedRef = _this$props.forwardedRef,\n            props = _objectWithoutPropertiesLoose(_this$props, [\"__chunkExtractor\", \"forwardedRef\"]);\n\n        return cachedLoad(props);\n      };\n\n      _proto.render = function render() {\n        var _this$props2 = this.props,\n            forwardedRef = _this$props2.forwardedRef,\n            propFallback = _this$props2.fallback,\n            __chunkExtractor = _this$props2.__chunkExtractor,\n            props = _objectWithoutPropertiesLoose(_this$props2, [\"forwardedRef\", \"fallback\", \"__chunkExtractor\"]);\n\n        var _this$state = this.state,\n            error = _this$state.error,\n            loading = _this$state.loading,\n            result = _this$state.result;\n\n        if (options.suspense) {\n          var cachedPromise = this.getCache() || this.loadAsync();\n\n          if (cachedPromise.status === STATUS_PENDING) {\n            throw this.loadAsync();\n          }\n        }\n\n        if (error) {\n          throw error;\n        }\n\n        var fallback = propFallback || options.fallback || null;\n\n        if (loading) {\n          return fallback;\n        }\n\n        return _render({\n          fallback: fallback,\n          result: result,\n          options: options,\n          props: _extends({}, props, {\n            ref: forwardedRef\n          })\n        });\n      };\n\n      return InnerLoadable;\n    }(React.Component);\n\n    var EnhancedInnerLoadable = withChunkExtractor(InnerLoadable);\n    var Loadable = React.forwardRef(function (props, ref) {\n      return React.createElement(EnhancedInnerLoadable, Object.assign({\n        forwardedRef: ref\n      }, props));\n    });\n    Loadable.displayName = 'Loadable'; // In future, preload could use `<link rel=\"preload\">`\n\n    Loadable.preload = function (props) {\n      Loadable.load(props);\n    };\n\n    Loadable.load = function (props) {\n      return cachedLoad(props);\n    };\n\n    return Loadable;\n  }\n\n  function lazy(ctor, options) {\n    return loadable(ctor, _extends({}, options, {\n      suspense: true\n    }));\n  }\n\n  return {\n    loadable: loadable,\n    lazy: lazy\n  };\n}\n\nfunction defaultResolveComponent(loadedModule) {\n  // eslint-disable-next-line no-underscore-dangle\n  return loadedModule.__esModule ? loadedModule[\"default\"] : loadedModule[\"default\"] || loadedModule;\n}\n\n/* eslint-disable no-use-before-define, react/no-multi-comp */\n\nvar _createLoadable =\n/*#__PURE__*/\ncreateLoadable({\n  defaultResolveComponent: defaultResolveComponent,\n  render: function render(_ref) {\n    var Component = _ref.result,\n        props = _ref.props;\n    return React.createElement(Component, props);\n  }\n}),\n    loadable = _createLoadable.loadable,\n    lazy = _createLoadable.lazy;\n\n/* eslint-disable no-use-before-define, react/no-multi-comp */\n\nvar _createLoadable$1 =\n/*#__PURE__*/\ncreateLoadable({\n  onLoad: function onLoad(result, props) {\n    if (result && props.forwardedRef) {\n      if (typeof props.forwardedRef === 'function') {\n        props.forwardedRef(result);\n      } else {\n        props.forwardedRef.current = result;\n      }\n    }\n  },\n  render: function render(_ref) {\n    var result = _ref.result,\n        props = _ref.props;\n\n    if (props.children) {\n      return props.children(result);\n    }\n\n    return null;\n  }\n}),\n    loadable$1 = _createLoadable$1.loadable,\n    lazy$1 = _createLoadable$1.lazy;\n\n/* eslint-disable no-underscore-dangle, camelcase */\nvar BROWSER = typeof window !== 'undefined';\nfunction loadableReady(done, _temp) {\n  if (done === void 0) {\n    done = function done() {};\n  }\n\n  var _ref = _temp === void 0 ? {} : _temp,\n      _ref$namespace = _ref.namespace,\n      namespace = _ref$namespace === void 0 ? '' : _ref$namespace,\n      _ref$chunkLoadingGlob = _ref.chunkLoadingGlobal,\n      chunkLoadingGlobal = _ref$chunkLoadingGlob === void 0 ? '__LOADABLE_LOADED_CHUNKS__' : _ref$chunkLoadingGlob;\n\n  if (!BROWSER) {\n    warn('`loadableReady()` must be called in browser only');\n    done();\n    return Promise.resolve();\n  }\n\n  var requiredChunks = null;\n\n  if (BROWSER) {\n    var id = getRequiredChunkKey(namespace);\n    var dataElement = document.getElementById(id);\n\n    if (dataElement) {\n      requiredChunks = JSON.parse(dataElement.textContent);\n      var extElement = document.getElementById(id + \"_ext\");\n\n      if (extElement) {\n        var _JSON$parse = JSON.parse(extElement.textContent),\n            namedChunks = _JSON$parse.namedChunks;\n\n        namedChunks.forEach(function (chunkName) {\n          LOADABLE_SHARED.initialChunks[chunkName] = true;\n        });\n      } else {\n        // version mismatch\n        throw new Error('loadable-component: @loadable/server does not match @loadable/component');\n      }\n    }\n  }\n\n  if (!requiredChunks) {\n    warn('`loadableReady()` requires state, please use `getScriptTags` or `getScriptElements` server-side');\n    done();\n    return Promise.resolve();\n  }\n\n  var resolved = false;\n  return new Promise(function (resolve) {\n    window[chunkLoadingGlobal] = window[chunkLoadingGlobal] || [];\n    var loadedChunks = window[chunkLoadingGlobal];\n    var originalPush = loadedChunks.push.bind(loadedChunks);\n\n    function checkReadyState() {\n      if (requiredChunks.every(function (chunk) {\n        return loadedChunks.some(function (_ref2) {\n          var chunks = _ref2[0];\n          return chunks.indexOf(chunk) > -1;\n        });\n      })) {\n        if (!resolved) {\n          resolved = true;\n          resolve();\n        }\n      }\n    }\n\n    loadedChunks.push = function () {\n      originalPush.apply(void 0, arguments);\n      checkReadyState();\n    };\n\n    checkReadyState();\n  }).then(done);\n}\n\n/* eslint-disable no-underscore-dangle */\nvar loadable$2 = loadable;\nloadable$2.lib = loadable$1;\nvar lazy$2 = lazy;\nlazy$2.lib = lazy$1;\nvar __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = sharedInternals;\n\nexport default loadable$2;\nexport { __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, lazy$2 as lazy, loadableReady };\n","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inheritsLoose(subClass, superClass) {\n  subClass.prototype = Object.create(superClass.prototype);\n  subClass.prototype.constructor = subClass;\n  setPrototypeOf(subClass, superClass);\n}","import React from 'react';\n\nfunction _defineProperty(obj, key, value) {\n  if (key in obj) {\n    Object.defineProperty(obj, key, {\n      value: value,\n      enumerable: true,\n      configurable: true,\n      writable: true\n    });\n  } else {\n    obj[key] = value;\n  }\n\n  return obj;\n}\n\nfunction _extends() {\n  _extends = Object.assign || function (target) {\n    for (var i = 1; i < arguments.length; i++) {\n      var source = arguments[i];\n\n      for (var key in source) {\n        if (Object.prototype.hasOwnProperty.call(source, key)) {\n          target[key] = source[key];\n        }\n      }\n    }\n\n    return target;\n  };\n\n  return _extends.apply(this, arguments);\n}\n\nfunction ownKeys(object, enumerableOnly) {\n  var keys = Object.keys(object);\n\n  if (Object.getOwnPropertySymbols) {\n    var symbols = Object.getOwnPropertySymbols(object);\n    if (enumerableOnly) symbols = symbols.filter(function (sym) {\n      return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n    });\n    keys.push.apply(keys, symbols);\n  }\n\n  return keys;\n}\n\nfunction _objectSpread2(target) {\n  for (var i = 1; i < arguments.length; i++) {\n    var source = arguments[i] != null ? arguments[i] : {};\n\n    if (i % 2) {\n      ownKeys(Object(source), true).forEach(function (key) {\n        _defineProperty(target, key, source[key]);\n      });\n    } else if (Object.getOwnPropertyDescriptors) {\n      Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));\n    } else {\n      ownKeys(Object(source)).forEach(function (key) {\n        Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n      });\n    }\n  }\n\n  return target;\n}\n\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n\n  return target;\n}\n\nfunction _objectWithoutProperties(source, excluded) {\n  if (source == null) return {};\n\n  var target = _objectWithoutPropertiesLoose(source, excluded);\n\n  var key, i;\n\n  if (Object.getOwnPropertySymbols) {\n    var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n    for (i = 0; i < sourceSymbolKeys.length; i++) {\n      key = sourceSymbolKeys[i];\n      if (excluded.indexOf(key) >= 0) continue;\n      if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n      target[key] = source[key];\n    }\n  }\n\n  return target;\n}\n\nvar isFunction = function isFunction(obj) {\n  return typeof obj === 'function';\n};\n\nvar MDXContext = /*#__PURE__*/React.createContext({});\nvar withMDXComponents = function withMDXComponents(Component) {\n  return function (props) {\n    var allComponents = useMDXComponents(props.components);\n    return /*#__PURE__*/React.createElement(Component, _extends({}, props, {\n      components: allComponents\n    }));\n  };\n};\nvar useMDXComponents = function useMDXComponents(components) {\n  var contextComponents = React.useContext(MDXContext);\n  var allComponents = contextComponents;\n\n  if (components) {\n    allComponents = isFunction(components) ? components(contextComponents) : _objectSpread2(_objectSpread2({}, contextComponents), components);\n  }\n\n  return allComponents;\n};\nvar MDXProvider = function MDXProvider(props) {\n  var allComponents = useMDXComponents(props.components);\n  return /*#__PURE__*/React.createElement(MDXContext.Provider, {\n    value: allComponents\n  }, props.children);\n};\n\nvar TYPE_PROP_NAME = 'mdxType';\nvar DEFAULTS = {\n  inlineCode: 'code',\n  wrapper: function wrapper(_ref) {\n    var children = _ref.children;\n    return /*#__PURE__*/React.createElement(React.Fragment, {}, children);\n  }\n};\nvar MDXCreateElement = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  var propComponents = props.components,\n      mdxType = props.mdxType,\n      originalType = props.originalType,\n      parentName = props.parentName,\n      etc = _objectWithoutProperties(props, [\"components\", \"mdxType\", \"originalType\", \"parentName\"]);\n\n  var components = useMDXComponents(propComponents);\n  var type = mdxType;\n  var Component = components[\"\".concat(parentName, \".\").concat(type)] || components[type] || DEFAULTS[type] || originalType;\n\n  if (propComponents) {\n    return /*#__PURE__*/React.createElement(Component, _objectSpread2(_objectSpread2({\n      ref: ref\n    }, etc), {}, {\n      components: propComponents\n    }));\n  }\n\n  return /*#__PURE__*/React.createElement(Component, _objectSpread2({\n    ref: ref\n  }, etc));\n});\nMDXCreateElement.displayName = 'MDXCreateElement';\nfunction createElement (type, props) {\n  var args = arguments;\n  var mdxType = props && props.mdxType;\n\n  if (typeof type === 'string' || mdxType) {\n    var argsLength = args.length;\n    var createElementArgArray = new Array(argsLength);\n    createElementArgArray[0] = MDXCreateElement;\n    var newProps = {};\n\n    for (var key in props) {\n      if (hasOwnProperty.call(props, key)) {\n        newProps[key] = props[key];\n      }\n    }\n\n    newProps.originalType = type;\n    newProps[TYPE_PROP_NAME] = typeof type === 'string' ? type : mdxType;\n    createElementArgArray[1] = newProps;\n\n    for (var i = 2; i < argsLength; i++) {\n      createElementArgArray[i] = args[i];\n    }\n\n    return React.createElement.apply(null, createElementArgArray);\n  }\n\n  return React.createElement.apply(null, args);\n}\n\nexport { MDXContext, MDXProvider, createElement as mdx, useMDXComponents, withMDXComponents };\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nfunction componentWillMount() {\n  // Call this.constructor.gDSFP to support sub-classes.\n  var state = this.constructor.getDerivedStateFromProps(this.props, this.state);\n  if (state !== null && state !== undefined) {\n    this.setState(state);\n  }\n}\n\nfunction componentWillReceiveProps(nextProps) {\n  // Call this.constructor.gDSFP to support sub-classes.\n  // Use the setState() updater to ensure state isn't stale in certain edge cases.\n  function updater(prevState) {\n    var state = this.constructor.getDerivedStateFromProps(nextProps, prevState);\n    return state !== null && state !== undefined ? state : null;\n  }\n  // Binding \"this\" is important for shallow renderer support.\n  this.setState(updater.bind(this));\n}\n\nfunction componentWillUpdate(nextProps, nextState) {\n  try {\n    var prevProps = this.props;\n    var prevState = this.state;\n    this.props = nextProps;\n    this.state = nextState;\n    this.__reactInternalSnapshotFlag = true;\n    this.__reactInternalSnapshot = this.getSnapshotBeforeUpdate(\n      prevProps,\n      prevState\n    );\n  } finally {\n    this.props = prevProps;\n    this.state = prevState;\n  }\n}\n\n// React may warn about cWM/cWRP/cWU methods being deprecated.\n// Add a flag to suppress these warnings for this special case.\ncomponentWillMount.__suppressDeprecationWarning = true;\ncomponentWillReceiveProps.__suppressDeprecationWarning = true;\ncomponentWillUpdate.__suppressDeprecationWarning = true;\n\nfunction polyfill(Component) {\n  var prototype = Component.prototype;\n\n  if (!prototype || !prototype.isReactComponent) {\n    throw new Error('Can only polyfill class components');\n  }\n\n  if (\n    typeof Component.getDerivedStateFromProps !== 'function' &&\n    typeof prototype.getSnapshotBeforeUpdate !== 'function'\n  ) {\n    return Component;\n  }\n\n  // If new component APIs are defined, \"unsafe\" lifecycles won't be called.\n  // Error if any of these lifecycles are present,\n  // Because they would work differently between older and newer (16.3+) versions of React.\n  var foundWillMountName = null;\n  var foundWillReceivePropsName = null;\n  var foundWillUpdateName = null;\n  if (typeof prototype.componentWillMount === 'function') {\n    foundWillMountName = 'componentWillMount';\n  } else if (typeof prototype.UNSAFE_componentWillMount === 'function') {\n    foundWillMountName = 'UNSAFE_componentWillMount';\n  }\n  if (typeof prototype.componentWillReceiveProps === 'function') {\n    foundWillReceivePropsName = 'componentWillReceiveProps';\n  } else if (typeof prototype.UNSAFE_componentWillReceiveProps === 'function') {\n    foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps';\n  }\n  if (typeof prototype.componentWillUpdate === 'function') {\n    foundWillUpdateName = 'componentWillUpdate';\n  } else if (typeof prototype.UNSAFE_componentWillUpdate === 'function') {\n    foundWillUpdateName = 'UNSAFE_componentWillUpdate';\n  }\n  if (\n    foundWillMountName !== null ||\n    foundWillReceivePropsName !== null ||\n    foundWillUpdateName !== null\n  ) {\n    var componentName = Component.displayName || Component.name;\n    var newApiName =\n      typeof Component.getDerivedStateFromProps === 'function'\n        ? 'getDerivedStateFromProps()'\n        : 'getSnapshotBeforeUpdate()';\n\n    throw Error(\n      'Unsafe legacy lifecycles will not be called for components using new component APIs.\\n\\n' +\n        componentName +\n        ' uses ' +\n        newApiName +\n        ' but also contains the following legacy lifecycles:' +\n        (foundWillMountName !== null ? '\\n  ' + foundWillMountName : '') +\n        (foundWillReceivePropsName !== null\n          ? '\\n  ' + foundWillReceivePropsName\n          : '') +\n        (foundWillUpdateName !== null ? '\\n  ' + foundWillUpdateName : '') +\n        '\\n\\nThe above lifecycles should be removed. Learn more about this warning here:\\n' +\n        'https://fb.me/react-async-component-lifecycle-hooks'\n    );\n  }\n\n  // React <= 16.2 does not support static getDerivedStateFromProps.\n  // As a workaround, use cWM and cWRP to invoke the new static lifecycle.\n  // Newer versions of React will ignore these lifecycles if gDSFP exists.\n  if (typeof Component.getDerivedStateFromProps === 'function') {\n    prototype.componentWillMount = componentWillMount;\n    prototype.componentWillReceiveProps = componentWillReceiveProps;\n  }\n\n  // React <= 16.2 does not support getSnapshotBeforeUpdate.\n  // As a workaround, use cWU to invoke the new lifecycle.\n  // Newer versions of React will ignore that lifecycle if gSBU exists.\n  if (typeof prototype.getSnapshotBeforeUpdate === 'function') {\n    if (typeof prototype.componentDidUpdate !== 'function') {\n      throw new Error(\n        'Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype'\n      );\n    }\n\n    prototype.componentWillUpdate = componentWillUpdate;\n\n    var componentDidUpdate = prototype.componentDidUpdate;\n\n    prototype.componentDidUpdate = function componentDidUpdatePolyfill(\n      prevProps,\n      prevState,\n      maybeSnapshot\n    ) {\n      // 16.3+ will not execute our will-update method;\n      // It will pass a snapshot value to did-update though.\n      // Older versions will require our polyfilled will-update value.\n      // We need to handle both cases, but can't just check for the presence of \"maybeSnapshot\",\n      // Because for <= 15.x versions this might be a \"prevContext\" object.\n      // We also can't just check \"__reactInternalSnapshot\",\n      // Because get-snapshot might return a falsy value.\n      // So check for the explicit __reactInternalSnapshotFlag flag to determine behavior.\n      var snapshot = this.__reactInternalSnapshotFlag\n        ? this.__reactInternalSnapshot\n        : maybeSnapshot;\n\n      componentDidUpdate.call(this, prevProps, prevState, snapshot);\n    };\n  }\n\n  return Component;\n}\n\nexport { polyfill };\n","import invariant from \"invariant\";\n\n////////////////////////////////////////////////////////////////////////////////\n// startsWith(string, search) - Check if `string` starts with `search`\nvar startsWith = function startsWith(string, search) {\n  return string.substr(0, search.length) === search;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// pick(routes, uri)\n//\n// Ranks and picks the best route to match. Each segment gets the highest\n// amount of points, then the type of segment gets an additional amount of\n// points where\n//\n//     static > dynamic > splat > root\n//\n// This way we don't have to worry about the order of our routes, let the\n// computers do it.\n//\n// A route looks like this\n//\n//     { path, default, value }\n//\n// And a returned match looks like:\n//\n//     { route, params, uri }\n//\n// I know, I should use TypeScript not comments for these types.\nvar pick = function pick(routes, uri) {\n  var match = void 0;\n  var default_ = void 0;\n\n  var _uri$split = uri.split(\"?\"),\n      uriPathname = _uri$split[0];\n\n  var uriSegments = segmentize(uriPathname);\n  var isRootUri = uriSegments[0] === \"\";\n  var ranked = rankRoutes(routes);\n\n  for (var i = 0, l = ranked.length; i < l; i++) {\n    var missed = false;\n    var route = ranked[i].route;\n\n    if (route.default) {\n      default_ = {\n        route: route,\n        params: {},\n        uri: uri\n      };\n      continue;\n    }\n\n    var routeSegments = segmentize(route.path);\n    var params = {};\n    var max = Math.max(uriSegments.length, routeSegments.length);\n    var index = 0;\n\n    for (; index < max; index++) {\n      var routeSegment = routeSegments[index];\n      var uriSegment = uriSegments[index];\n\n      if (isSplat(routeSegment)) {\n        // Hit a splat, just grab the rest, and return a match\n        // uri:   /files/documents/work\n        // route: /files/*\n        var param = routeSegment.slice(1) || \"*\";\n        params[param] = uriSegments.slice(index).map(decodeURIComponent).join(\"/\");\n        break;\n      }\n\n      if (uriSegment === undefined) {\n        // URI is shorter than the route, no match\n        // uri:   /users\n        // route: /users/:userId\n        missed = true;\n        break;\n      }\n\n      var dynamicMatch = paramRe.exec(routeSegment);\n\n      if (dynamicMatch && !isRootUri) {\n        var matchIsNotReserved = reservedNames.indexOf(dynamicMatch[1]) === -1;\n        !matchIsNotReserved ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Router> dynamic segment \\\"\" + dynamicMatch[1] + \"\\\" is a reserved name. Please use a different name in path \\\"\" + route.path + \"\\\".\") : invariant(false) : void 0;\n        var value = decodeURIComponent(uriSegment);\n        params[dynamicMatch[1]] = value;\n      } else if (routeSegment !== uriSegment) {\n        // Current segments don't match, not dynamic, not splat, so no match\n        // uri:   /users/123/settings\n        // route: /users/:id/profile\n        missed = true;\n        break;\n      }\n    }\n\n    if (!missed) {\n      match = {\n        route: route,\n        params: params,\n        uri: \"/\" + uriSegments.slice(0, index).join(\"/\")\n      };\n      break;\n    }\n  }\n\n  return match || default_ || null;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// match(path, uri) - Matches just one path to a uri, also lol\nvar match = function match(path, uri) {\n  return pick([{ path: path }], uri);\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// resolve(to, basepath)\n//\n// Resolves URIs as though every path is a directory, no files.  Relative URIs\n// in the browser can feel awkward because not only can you be \"in a directory\"\n// you can be \"at a file\", too. For example\n//\n//     browserSpecResolve('foo', '/bar/') => /bar/foo\n//     browserSpecResolve('foo', '/bar') => /foo\n//\n// But on the command line of a file system, it's not as complicated, you can't\n// `cd` from a file, only directories.  This way, links have to know less about\n// their current path. To go deeper you can do this:\n//\n//     <Link to=\"deeper\"/>\n//     // instead of\n//     <Link to=`{${props.uri}/deeper}`/>\n//\n// Just like `cd`, if you want to go deeper from the command line, you do this:\n//\n//     cd deeper\n//     # not\n//     cd $(pwd)/deeper\n//\n// By treating every path as a directory, linking to relative paths should\n// require less contextual information and (fingers crossed) be more intuitive.\nvar resolve = function resolve(to, base) {\n  // /foo/bar, /baz/qux => /foo/bar\n  if (startsWith(to, \"/\")) {\n    return to;\n  }\n\n  var _to$split = to.split(\"?\"),\n      toPathname = _to$split[0],\n      toQuery = _to$split[1];\n\n  var _base$split = base.split(\"?\"),\n      basePathname = _base$split[0];\n\n  var toSegments = segmentize(toPathname);\n  var baseSegments = segmentize(basePathname);\n\n  // ?a=b, /users?b=c => /users?a=b\n  if (toSegments[0] === \"\") {\n    return addQuery(basePathname, toQuery);\n  }\n\n  // profile, /users/789 => /users/789/profile\n  if (!startsWith(toSegments[0], \".\")) {\n    var pathname = baseSegments.concat(toSegments).join(\"/\");\n    return addQuery((basePathname === \"/\" ? \"\" : \"/\") + pathname, toQuery);\n  }\n\n  // ./         /users/123  =>  /users/123\n  // ../        /users/123  =>  /users\n  // ../..      /users/123  =>  /\n  // ../../one  /a/b/c/d    =>  /a/b/one\n  // .././one   /a/b/c/d    =>  /a/b/c/one\n  var allSegments = baseSegments.concat(toSegments);\n  var segments = [];\n  for (var i = 0, l = allSegments.length; i < l; i++) {\n    var segment = allSegments[i];\n    if (segment === \"..\") segments.pop();else if (segment !== \".\") segments.push(segment);\n  }\n\n  return addQuery(\"/\" + segments.join(\"/\"), toQuery);\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// insertParams(path, params)\n\nvar insertParams = function insertParams(path, params) {\n  var _path$split = path.split(\"?\"),\n      pathBase = _path$split[0],\n      _path$split$ = _path$split[1],\n      query = _path$split$ === undefined ? \"\" : _path$split$;\n\n  var segments = segmentize(pathBase);\n  var constructedPath = \"/\" + segments.map(function (segment) {\n    var match = paramRe.exec(segment);\n    return match ? params[match[1]] : segment;\n  }).join(\"/\");\n  var _params$location = params.location;\n  _params$location = _params$location === undefined ? {} : _params$location;\n  var _params$location$sear = _params$location.search,\n      search = _params$location$sear === undefined ? \"\" : _params$location$sear;\n\n  var searchSplit = search.split(\"?\")[1] || \"\";\n  constructedPath = addQuery(constructedPath, query, searchSplit);\n  return constructedPath;\n};\n\nvar validateRedirect = function validateRedirect(from, to) {\n  var filter = function filter(segment) {\n    return isDynamic(segment);\n  };\n  var fromString = segmentize(from).filter(filter).sort().join(\"/\");\n  var toString = segmentize(to).filter(filter).sort().join(\"/\");\n  return fromString === toString;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Junk\nvar paramRe = /^:(.+)/;\n\nvar SEGMENT_POINTS = 4;\nvar STATIC_POINTS = 3;\nvar DYNAMIC_POINTS = 2;\nvar SPLAT_PENALTY = 1;\nvar ROOT_POINTS = 1;\n\nvar isRootSegment = function isRootSegment(segment) {\n  return segment === \"\";\n};\nvar isDynamic = function isDynamic(segment) {\n  return paramRe.test(segment);\n};\nvar isSplat = function isSplat(segment) {\n  return segment && segment[0] === \"*\";\n};\n\nvar rankRoute = function rankRoute(route, index) {\n  var score = route.default ? 0 : segmentize(route.path).reduce(function (score, segment) {\n    score += SEGMENT_POINTS;\n    if (isRootSegment(segment)) score += ROOT_POINTS;else if (isDynamic(segment)) score += DYNAMIC_POINTS;else if (isSplat(segment)) score -= SEGMENT_POINTS + SPLAT_PENALTY;else score += STATIC_POINTS;\n    return score;\n  }, 0);\n  return { route: route, score: score, index: index };\n};\n\nvar rankRoutes = function rankRoutes(routes) {\n  return routes.map(rankRoute).sort(function (a, b) {\n    return a.score < b.score ? 1 : a.score > b.score ? -1 : a.index - b.index;\n  });\n};\n\nvar segmentize = function segmentize(uri) {\n  return uri\n  // strip starting/ending slashes\n  .replace(/(^\\/+|\\/+$)/g, \"\").split(\"/\");\n};\n\nvar addQuery = function addQuery(pathname) {\n  for (var _len = arguments.length, query = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n    query[_key - 1] = arguments[_key];\n  }\n\n  query = query.filter(function (q) {\n    return q && q.length > 0;\n  });\n  return pathname + (query && query.length > 0 ? \"?\" + query.join(\"&\") : \"\");\n};\n\nvar reservedNames = [\"uri\", \"path\"];\n\n/**\n * Shallow compares two objects.\n * @param {Object} obj1 The first object to compare.\n * @param {Object} obj2 The second object to compare.\n */\nvar shallowCompare = function shallowCompare(obj1, obj2) {\n  var obj1Keys = Object.keys(obj1);\n  return obj1Keys.length === Object.keys(obj2).length && obj1Keys.every(function (key) {\n    return obj2.hasOwnProperty(key) && obj1[key] === obj2[key];\n  });\n};\n\n////////////////////////////////////////////////////////////////////////////////\nexport { startsWith, pick, match, resolve, insertParams, validateRedirect, shallowCompare };","var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar getLocation = function getLocation(source) {\n  var _source$location = source.location,\n      search = _source$location.search,\n      hash = _source$location.hash,\n      href = _source$location.href,\n      origin = _source$location.origin,\n      protocol = _source$location.protocol,\n      host = _source$location.host,\n      hostname = _source$location.hostname,\n      port = _source$location.port;\n  var pathname = source.location.pathname;\n\n\n  if (!pathname && href && canUseDOM) {\n    var url = new URL(href);\n    pathname = url.pathname;\n  }\n\n  return {\n    pathname: encodeURI(decodeURI(pathname)),\n    search: search,\n    hash: hash,\n    href: href,\n    origin: origin,\n    protocol: protocol,\n    host: host,\n    hostname: hostname,\n    port: port,\n    state: source.history.state,\n    key: source.history.state && source.history.state.key || \"initial\"\n  };\n};\n\nvar createHistory = function createHistory(source, options) {\n  var listeners = [];\n  var location = getLocation(source);\n  var transitioning = false;\n  var resolveTransition = function resolveTransition() {};\n\n  return {\n    get location() {\n      return location;\n    },\n\n    get transitioning() {\n      return transitioning;\n    },\n\n    _onTransitionComplete: function _onTransitionComplete() {\n      transitioning = false;\n      resolveTransition();\n    },\n    listen: function listen(listener) {\n      listeners.push(listener);\n\n      var popstateListener = function popstateListener() {\n        location = getLocation(source);\n        listener({ location: location, action: \"POP\" });\n      };\n\n      source.addEventListener(\"popstate\", popstateListener);\n\n      return function () {\n        source.removeEventListener(\"popstate\", popstateListener);\n        listeners = listeners.filter(function (fn) {\n          return fn !== listener;\n        });\n      };\n    },\n    navigate: function navigate(to) {\n      var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},\n          state = _ref.state,\n          _ref$replace = _ref.replace,\n          replace = _ref$replace === undefined ? false : _ref$replace;\n\n      if (typeof to === \"number\") {\n        source.history.go(to);\n      } else {\n        state = _extends({}, state, { key: Date.now() + \"\" });\n        // try...catch iOS Safari limits to 100 pushState calls\n        try {\n          if (transitioning || replace) {\n            source.history.replaceState(state, null, to);\n          } else {\n            source.history.pushState(state, null, to);\n          }\n        } catch (e) {\n          source.location[replace ? \"replace\" : \"assign\"](to);\n        }\n      }\n\n      location = getLocation(source);\n      transitioning = true;\n      var transition = new Promise(function (res) {\n        return resolveTransition = res;\n      });\n      listeners.forEach(function (listener) {\n        return listener({ location: location, action: \"PUSH\" });\n      });\n      return transition;\n    }\n  };\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Stores history entries in memory for testing or other platforms like Native\nvar createMemorySource = function createMemorySource() {\n  var initialPath = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : \"/\";\n\n  var searchIndex = initialPath.indexOf(\"?\");\n  var initialLocation = {\n    pathname: searchIndex > -1 ? initialPath.substr(0, searchIndex) : initialPath,\n    search: searchIndex > -1 ? initialPath.substr(searchIndex) : \"\"\n  };\n  var index = 0;\n  var stack = [initialLocation];\n  var states = [null];\n\n  return {\n    get location() {\n      return stack[index];\n    },\n    addEventListener: function addEventListener(name, fn) {},\n    removeEventListener: function removeEventListener(name, fn) {},\n\n    history: {\n      get entries() {\n        return stack;\n      },\n      get index() {\n        return index;\n      },\n      get state() {\n        return states[index];\n      },\n      pushState: function pushState(state, _, uri) {\n        var _uri$split = uri.split(\"?\"),\n            pathname = _uri$split[0],\n            _uri$split$ = _uri$split[1],\n            search = _uri$split$ === undefined ? \"\" : _uri$split$;\n\n        index++;\n        stack.push({ pathname: pathname, search: search.length ? \"?\" + search : search });\n        states.push(state);\n      },\n      replaceState: function replaceState(state, _, uri) {\n        var _uri$split2 = uri.split(\"?\"),\n            pathname = _uri$split2[0],\n            _uri$split2$ = _uri$split2[1],\n            search = _uri$split2$ === undefined ? \"\" : _uri$split2$;\n\n        stack[index] = { pathname: pathname, search: search };\n        states[index] = state;\n      },\n      go: function go(to) {\n        var newIndex = index + to;\n\n        if (newIndex < 0 || newIndex > states.length - 1) {\n          return;\n        }\n\n        index = newIndex;\n      }\n    }\n  };\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// global history - uses window.history as the source if available, otherwise a\n// memory history\nvar canUseDOM = !!(typeof window !== \"undefined\" && window.document && window.document.createElement);\nvar getSource = function getSource() {\n  return canUseDOM ? window : createMemorySource();\n};\n\nvar globalHistory = createHistory(getSource());\nvar navigate = globalHistory.navigate;\n\n////////////////////////////////////////////////////////////////////////////////\n\nexport { globalHistory, navigate, createHistory, createMemorySource };","var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\n/* eslint-disable jsx-a11y/anchor-has-content */\nimport React, { useContext } from \"react\";\nimport PropTypes from \"prop-types\";\nimport invariant from \"invariant\";\nimport createContext from \"create-react-context\";\nimport { polyfill } from \"react-lifecycles-compat\";\nimport { startsWith, pick, resolve, match, insertParams, validateRedirect, shallowCompare } from \"./lib/utils\";\nimport { globalHistory, navigate, createHistory, createMemorySource } from \"./lib/history\";\n\n////////////////////////////////////////////////////////////////////////////////\n\nvar createNamedContext = function createNamedContext(name, defaultValue) {\n  var Ctx = createContext(defaultValue);\n  Ctx.displayName = name;\n  return Ctx;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Location Context/Provider\nvar LocationContext = createNamedContext(\"Location\");\n\n// sets up a listener if there isn't one already so apps don't need to be\n// wrapped in some top level provider\nvar Location = function Location(_ref) {\n  var children = _ref.children;\n  return React.createElement(\n    LocationContext.Consumer,\n    null,\n    function (context) {\n      return context ? children(context) : React.createElement(\n        LocationProvider,\n        null,\n        children\n      );\n    }\n  );\n};\n\nvar LocationProvider = function (_React$Component) {\n  _inherits(LocationProvider, _React$Component);\n\n  function LocationProvider() {\n    var _temp, _this, _ret;\n\n    _classCallCheck(this, LocationProvider);\n\n    for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n      args[_key] = arguments[_key];\n    }\n\n    return _ret = (_temp = (_this = _possibleConstructorReturn(this, _React$Component.call.apply(_React$Component, [this].concat(args))), _this), _this.state = {\n      context: _this.getContext(),\n      refs: { unlisten: null }\n    }, _temp), _possibleConstructorReturn(_this, _ret);\n  }\n\n  LocationProvider.prototype.getContext = function getContext() {\n    var _props$history = this.props.history,\n        navigate = _props$history.navigate,\n        location = _props$history.location;\n\n    return { navigate: navigate, location: location };\n  };\n\n  LocationProvider.prototype.componentDidCatch = function componentDidCatch(error, info) {\n    if (isRedirect(error)) {\n      var _navigate = this.props.history.navigate;\n\n      _navigate(error.uri, { replace: true });\n    } else {\n      throw error;\n    }\n  };\n\n  LocationProvider.prototype.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n    if (prevState.context.location !== this.state.context.location) {\n      this.props.history._onTransitionComplete();\n    }\n  };\n\n  LocationProvider.prototype.componentDidMount = function componentDidMount() {\n    var _this2 = this;\n\n    var refs = this.state.refs,\n        history = this.props.history;\n\n    history._onTransitionComplete();\n    refs.unlisten = history.listen(function () {\n      Promise.resolve().then(function () {\n        // TODO: replace rAF with react deferred update API when it's ready https://github.com/facebook/react/issues/13306\n        requestAnimationFrame(function () {\n          if (!_this2.unmounted) {\n            _this2.setState(function () {\n              return { context: _this2.getContext() };\n            });\n          }\n        });\n      });\n    });\n  };\n\n  LocationProvider.prototype.componentWillUnmount = function componentWillUnmount() {\n    var refs = this.state.refs;\n\n    this.unmounted = true;\n    refs.unlisten();\n  };\n\n  LocationProvider.prototype.render = function render() {\n    var context = this.state.context,\n        children = this.props.children;\n\n    return React.createElement(\n      LocationContext.Provider,\n      { value: context },\n      typeof children === \"function\" ? children(context) : children || null\n    );\n  };\n\n  return LocationProvider;\n}(React.Component);\n\n////////////////////////////////////////////////////////////////////////////////\n\n\nLocationProvider.defaultProps = {\n  history: globalHistory\n};\nprocess.env.NODE_ENV !== \"production\" ? LocationProvider.propTypes = {\n  history: PropTypes.object.isRequired\n} : void 0;\nvar ServerLocation = function ServerLocation(_ref2) {\n  var url = _ref2.url,\n      children = _ref2.children;\n\n  var searchIndex = url.indexOf(\"?\");\n  var searchExists = searchIndex > -1;\n  var pathname = void 0;\n  var search = \"\";\n  var hash = \"\";\n\n  if (searchExists) {\n    pathname = url.substring(0, searchIndex);\n    search = url.substring(searchIndex);\n  } else {\n    pathname = url;\n  }\n\n  return React.createElement(\n    LocationContext.Provider,\n    {\n      value: {\n        location: {\n          pathname: pathname,\n          search: search,\n          hash: hash\n        },\n        navigate: function navigate() {\n          throw new Error(\"You can't call navigate on the server.\");\n        }\n      }\n    },\n    children\n  );\n};\n////////////////////////////////////////////////////////////////////////////////\n// Sets baseuri and basepath for nested routers and links\nvar BaseContext = createNamedContext(\"Base\", { baseuri: \"/\", basepath: \"/\" });\n\n////////////////////////////////////////////////////////////////////////////////\n// The main event, welcome to the show everybody.\nvar Router = function Router(props) {\n  return React.createElement(\n    BaseContext.Consumer,\n    null,\n    function (baseContext) {\n      return React.createElement(\n        Location,\n        null,\n        function (locationContext) {\n          return React.createElement(RouterImpl, _extends({}, baseContext, locationContext, props));\n        }\n      );\n    }\n  );\n};\n\nvar RouterImpl = function (_React$PureComponent) {\n  _inherits(RouterImpl, _React$PureComponent);\n\n  function RouterImpl() {\n    _classCallCheck(this, RouterImpl);\n\n    return _possibleConstructorReturn(this, _React$PureComponent.apply(this, arguments));\n  }\n\n  RouterImpl.prototype.render = function render() {\n    var _props = this.props,\n        location = _props.location,\n        _navigate2 = _props.navigate,\n        basepath = _props.basepath,\n        primary = _props.primary,\n        children = _props.children,\n        baseuri = _props.baseuri,\n        _props$component = _props.component,\n        component = _props$component === undefined ? \"div\" : _props$component,\n        domProps = _objectWithoutProperties(_props, [\"location\", \"navigate\", \"basepath\", \"primary\", \"children\", \"baseuri\", \"component\"]);\n\n    var routes = React.Children.toArray(children).reduce(function (array, child) {\n      var routes = createRoute(basepath)(child);\n      return array.concat(routes);\n    }, []);\n    var pathname = location.pathname;\n\n\n    var match = pick(routes, pathname);\n\n    if (match) {\n      var params = match.params,\n          uri = match.uri,\n          route = match.route,\n          element = match.route.value;\n\n      // remove the /* from the end for child routes relative paths\n\n      basepath = route.default ? basepath : route.path.replace(/\\*$/, \"\");\n\n      var props = _extends({}, params, {\n        uri: uri,\n        location: location,\n        navigate: function navigate(to, options) {\n          return _navigate2(resolve(to, uri), options);\n        }\n      });\n\n      var clone = React.cloneElement(element, props, element.props.children ? React.createElement(\n        Router,\n        { location: location, primary: primary },\n        element.props.children\n      ) : undefined);\n\n      // using 'div' for < 16.3 support\n      var FocusWrapper = primary ? FocusHandler : component;\n      // don't pass any props to 'div'\n      var wrapperProps = primary ? _extends({ uri: uri, location: location, component: component }, domProps) : domProps;\n\n      return React.createElement(\n        BaseContext.Provider,\n        { value: { baseuri: uri, basepath: basepath } },\n        React.createElement(\n          FocusWrapper,\n          wrapperProps,\n          clone\n        )\n      );\n    } else {\n      // Not sure if we want this, would require index routes at every level\n      // warning(\n      //   false,\n      //   `<Router basepath=\"${basepath}\">\\n\\nNothing matched:\\n\\t${\n      //     location.pathname\n      //   }\\n\\nPaths checked: \\n\\t${routes\n      //     .map(route => route.path)\n      //     .join(\n      //       \"\\n\\t\"\n      //     )}\\n\\nTo get rid of this warning, add a default NotFound component as child of Router:\n      //   \\n\\tlet NotFound = () => <div>Not Found!</div>\n      //   \\n\\t<Router>\\n\\t  <NotFound default/>\\n\\t  {/* ... */}\\n\\t</Router>`\n      // );\n      return null;\n    }\n  };\n\n  return RouterImpl;\n}(React.PureComponent);\n\nRouterImpl.defaultProps = {\n  primary: true\n};\n\n\nvar FocusContext = createNamedContext(\"Focus\");\n\nvar FocusHandler = function FocusHandler(_ref3) {\n  var uri = _ref3.uri,\n      location = _ref3.location,\n      component = _ref3.component,\n      domProps = _objectWithoutProperties(_ref3, [\"uri\", \"location\", \"component\"]);\n\n  return React.createElement(\n    FocusContext.Consumer,\n    null,\n    function (requestFocus) {\n      return React.createElement(FocusHandlerImpl, _extends({}, domProps, {\n        component: component,\n        requestFocus: requestFocus,\n        uri: uri,\n        location: location\n      }));\n    }\n  );\n};\n\n// don't focus on initial render\nvar initialRender = true;\nvar focusHandlerCount = 0;\n\nvar FocusHandlerImpl = function (_React$Component2) {\n  _inherits(FocusHandlerImpl, _React$Component2);\n\n  function FocusHandlerImpl() {\n    var _temp2, _this4, _ret2;\n\n    _classCallCheck(this, FocusHandlerImpl);\n\n    for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n      args[_key2] = arguments[_key2];\n    }\n\n    return _ret2 = (_temp2 = (_this4 = _possibleConstructorReturn(this, _React$Component2.call.apply(_React$Component2, [this].concat(args))), _this4), _this4.state = {}, _this4.requestFocus = function (node) {\n      if (!_this4.state.shouldFocus && node) {\n        node.focus();\n      }\n    }, _temp2), _possibleConstructorReturn(_this4, _ret2);\n  }\n\n  FocusHandlerImpl.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, prevState) {\n    var initial = prevState.uri == null;\n    if (initial) {\n      return _extends({\n        shouldFocus: true\n      }, nextProps);\n    } else {\n      var myURIChanged = nextProps.uri !== prevState.uri;\n      var navigatedUpToMe = prevState.location.pathname !== nextProps.location.pathname && nextProps.location.pathname === nextProps.uri;\n      return _extends({\n        shouldFocus: myURIChanged || navigatedUpToMe\n      }, nextProps);\n    }\n  };\n\n  FocusHandlerImpl.prototype.componentDidMount = function componentDidMount() {\n    focusHandlerCount++;\n    this.focus();\n  };\n\n  FocusHandlerImpl.prototype.componentWillUnmount = function componentWillUnmount() {\n    focusHandlerCount--;\n    if (focusHandlerCount === 0) {\n      initialRender = true;\n    }\n  };\n\n  FocusHandlerImpl.prototype.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n    if (prevProps.location !== this.props.location && this.state.shouldFocus) {\n      this.focus();\n    }\n  };\n\n  FocusHandlerImpl.prototype.focus = function focus() {\n    if (process.env.NODE_ENV === \"test\") {\n      // getting cannot read property focus of null in the tests\n      // and that bit of global `initialRender` state causes problems\n      // should probably figure it out!\n      return;\n    }\n\n    var requestFocus = this.props.requestFocus;\n\n\n    if (requestFocus) {\n      requestFocus(this.node);\n    } else {\n      if (initialRender) {\n        initialRender = false;\n      } else if (this.node) {\n        // React polyfills [autofocus] and it fires earlier than cDM,\n        // so we were stealing focus away, this line prevents that.\n        if (!this.node.contains(document.activeElement)) {\n          this.node.focus();\n        }\n      }\n    }\n  };\n\n  FocusHandlerImpl.prototype.render = function render() {\n    var _this5 = this;\n\n    var _props2 = this.props,\n        children = _props2.children,\n        style = _props2.style,\n        requestFocus = _props2.requestFocus,\n        _props2$component = _props2.component,\n        Comp = _props2$component === undefined ? \"div\" : _props2$component,\n        uri = _props2.uri,\n        location = _props2.location,\n        domProps = _objectWithoutProperties(_props2, [\"children\", \"style\", \"requestFocus\", \"component\", \"uri\", \"location\"]);\n\n    return React.createElement(\n      Comp,\n      _extends({\n        style: _extends({ outline: \"none\" }, style),\n        tabIndex: \"-1\",\n        ref: function ref(n) {\n          return _this5.node = n;\n        }\n      }, domProps),\n      React.createElement(\n        FocusContext.Provider,\n        { value: this.requestFocus },\n        this.props.children\n      )\n    );\n  };\n\n  return FocusHandlerImpl;\n}(React.Component);\n\npolyfill(FocusHandlerImpl);\n\nvar k = function k() {};\n\n////////////////////////////////////////////////////////////////////////////////\nvar forwardRef = React.forwardRef;\n\nif (typeof forwardRef === \"undefined\") {\n  forwardRef = function forwardRef(C) {\n    return C;\n  };\n}\n\nvar Link = forwardRef(function (_ref4, ref) {\n  var innerRef = _ref4.innerRef,\n      props = _objectWithoutProperties(_ref4, [\"innerRef\"]);\n\n  return React.createElement(\n    BaseContext.Consumer,\n    null,\n    function (_ref5) {\n      var basepath = _ref5.basepath,\n          baseuri = _ref5.baseuri;\n      return React.createElement(\n        Location,\n        null,\n        function (_ref6) {\n          var location = _ref6.location,\n              navigate = _ref6.navigate;\n\n          var to = props.to,\n              state = props.state,\n              replace = props.replace,\n              _props$getProps = props.getProps,\n              getProps = _props$getProps === undefined ? k : _props$getProps,\n              anchorProps = _objectWithoutProperties(props, [\"to\", \"state\", \"replace\", \"getProps\"]);\n\n          var href = resolve(to, baseuri);\n          var encodedHref = encodeURI(href);\n          var isCurrent = location.pathname === encodedHref;\n          var isPartiallyCurrent = startsWith(location.pathname, encodedHref);\n\n          return React.createElement(\"a\", _extends({\n            ref: ref || innerRef,\n            \"aria-current\": isCurrent ? \"page\" : undefined\n          }, anchorProps, getProps({ isCurrent: isCurrent, isPartiallyCurrent: isPartiallyCurrent, href: href, location: location }), {\n            href: href,\n            onClick: function onClick(event) {\n              if (anchorProps.onClick) anchorProps.onClick(event);\n              if (shouldNavigate(event)) {\n                event.preventDefault();\n                var shouldReplace = replace;\n                if (typeof replace !== \"boolean\" && isCurrent) {\n                  var _location$state = _extends({}, location.state),\n                      key = _location$state.key,\n                      restState = _objectWithoutProperties(_location$state, [\"key\"]);\n\n                  shouldReplace = shallowCompare(_extends({}, state), restState);\n                }\n                navigate(href, {\n                  state: state,\n                  replace: shouldReplace\n                });\n              }\n            }\n          }));\n        }\n      );\n    }\n  );\n});\n\nLink.displayName = \"Link\";\n\nprocess.env.NODE_ENV !== \"production\" ? Link.propTypes = {\n  to: PropTypes.string.isRequired\n} : void 0;\n\n////////////////////////////////////////////////////////////////////////////////\nfunction RedirectRequest(uri) {\n  this.uri = uri;\n}\n\nvar isRedirect = function isRedirect(o) {\n  return o instanceof RedirectRequest;\n};\n\nvar redirectTo = function redirectTo(to) {\n  throw new RedirectRequest(to);\n};\n\nvar RedirectImpl = function (_React$Component3) {\n  _inherits(RedirectImpl, _React$Component3);\n\n  function RedirectImpl() {\n    _classCallCheck(this, RedirectImpl);\n\n    return _possibleConstructorReturn(this, _React$Component3.apply(this, arguments));\n  }\n\n  // Support React < 16 with this hook\n  RedirectImpl.prototype.componentDidMount = function componentDidMount() {\n    var _props3 = this.props,\n        navigate = _props3.navigate,\n        to = _props3.to,\n        from = _props3.from,\n        _props3$replace = _props3.replace,\n        replace = _props3$replace === undefined ? true : _props3$replace,\n        state = _props3.state,\n        noThrow = _props3.noThrow,\n        baseuri = _props3.baseuri,\n        props = _objectWithoutProperties(_props3, [\"navigate\", \"to\", \"from\", \"replace\", \"state\", \"noThrow\", \"baseuri\"]);\n\n    Promise.resolve().then(function () {\n      var resolvedTo = resolve(to, baseuri);\n      navigate(insertParams(resolvedTo, props), { replace: replace, state: state });\n    });\n  };\n\n  RedirectImpl.prototype.render = function render() {\n    var _props4 = this.props,\n        navigate = _props4.navigate,\n        to = _props4.to,\n        from = _props4.from,\n        replace = _props4.replace,\n        state = _props4.state,\n        noThrow = _props4.noThrow,\n        baseuri = _props4.baseuri,\n        props = _objectWithoutProperties(_props4, [\"navigate\", \"to\", \"from\", \"replace\", \"state\", \"noThrow\", \"baseuri\"]);\n\n    var resolvedTo = resolve(to, baseuri);\n    if (!noThrow) redirectTo(insertParams(resolvedTo, props));\n    return null;\n  };\n\n  return RedirectImpl;\n}(React.Component);\n\nvar Redirect = function Redirect(props) {\n  return React.createElement(\n    BaseContext.Consumer,\n    null,\n    function (_ref7) {\n      var baseuri = _ref7.baseuri;\n      return React.createElement(\n        Location,\n        null,\n        function (locationContext) {\n          return React.createElement(RedirectImpl, _extends({}, locationContext, { baseuri: baseuri }, props));\n        }\n      );\n    }\n  );\n};\n\nprocess.env.NODE_ENV !== \"production\" ? Redirect.propTypes = {\n  from: PropTypes.string,\n  to: PropTypes.string.isRequired\n} : void 0;\n\n////////////////////////////////////////////////////////////////////////////////\nvar Match = function Match(_ref8) {\n  var path = _ref8.path,\n      children = _ref8.children;\n  return React.createElement(\n    BaseContext.Consumer,\n    null,\n    function (_ref9) {\n      var baseuri = _ref9.baseuri;\n      return React.createElement(\n        Location,\n        null,\n        function (_ref10) {\n          var navigate = _ref10.navigate,\n              location = _ref10.location;\n\n          var resolvedPath = resolve(path, baseuri);\n          var result = match(resolvedPath, location.pathname);\n          return children({\n            navigate: navigate,\n            location: location,\n            match: result ? _extends({}, result.params, {\n              uri: result.uri,\n              path: path\n            }) : null\n          });\n        }\n      );\n    }\n  );\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Hooks\n\nvar useLocation = function useLocation() {\n  var context = useContext(LocationContext);\n\n  if (!context) {\n    throw new Error(\"useLocation hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n  }\n\n  return context.location;\n};\n\nvar useNavigate = function useNavigate() {\n  var context = useContext(LocationContext);\n\n  if (!context) {\n    throw new Error(\"useNavigate hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n  }\n\n  return context.navigate;\n};\n\nvar useParams = function useParams() {\n  var context = useContext(BaseContext);\n\n  if (!context) {\n    throw new Error(\"useParams hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n  }\n\n  var location = useLocation();\n\n  var results = match(context.basepath, location.pathname);\n\n  return results ? results.params : null;\n};\n\nvar useMatch = function useMatch(path) {\n  if (!path) {\n    throw new Error(\"useMatch(path: string) requires an argument of a string to match against\");\n  }\n  var context = useContext(BaseContext);\n\n  if (!context) {\n    throw new Error(\"useMatch hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n  }\n\n  var location = useLocation();\n\n  var resolvedPath = resolve(path, context.baseuri);\n  var result = match(resolvedPath, location.pathname);\n  return result ? _extends({}, result.params, {\n    uri: result.uri,\n    path: path\n  }) : null;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Junk\nvar stripSlashes = function stripSlashes(str) {\n  return str.replace(/(^\\/+|\\/+$)/g, \"\");\n};\n\nvar createRoute = function createRoute(basepath) {\n  return function (element) {\n    if (!element) {\n      return null;\n    }\n\n    if (element.type === React.Fragment && element.props.children) {\n      return React.Children.map(element.props.children, createRoute(basepath));\n    }\n    !(element.props.path || element.props.default || element.type === Redirect) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Router>: Children of <Router> must have a `path` or `default` prop, or be a `<Redirect>`. None found on element type `\" + element.type + \"`\") : invariant(false) : void 0;\n\n    !!(element.type === Redirect && (!element.props.from || !element.props.to)) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Redirect from=\\\"\" + element.props.from + \"\\\" to=\\\"\" + element.props.to + \"\\\"/> requires both \\\"from\\\" and \\\"to\\\" props when inside a <Router>.\") : invariant(false) : void 0;\n\n    !!(element.type === Redirect && !validateRedirect(element.props.from, element.props.to)) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Redirect from=\\\"\" + element.props.from + \" to=\\\"\" + element.props.to + \"\\\"/> has mismatched dynamic segments, ensure both paths have the exact same dynamic segments.\") : invariant(false) : void 0;\n\n    if (element.props.default) {\n      return { value: element, default: true };\n    }\n\n    var elementPath = element.type === Redirect ? element.props.from : element.props.path;\n\n    var path = elementPath === \"/\" ? basepath : stripSlashes(basepath) + \"/\" + stripSlashes(elementPath);\n\n    return {\n      value: element,\n      default: element.props.default,\n      path: element.props.children ? stripSlashes(path) + \"/*\" : path\n    };\n  };\n};\n\nvar shouldNavigate = function shouldNavigate(event) {\n  return !event.defaultPrevented && event.button === 0 && !(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);\n};\n\n////////////////////////////////////////////////////////////////////////\nexport { Link, Location, LocationProvider, Match, Redirect, Router, ServerLocation, createHistory, createMemorySource, isRedirect, navigate, redirectTo, globalHistory, match as matchPath, useLocation, useNavigate, useParams, useMatch };","/*!\n * array-sort <https://github.com/jonschlinkert/array-sort>\n *\n * Copyright (c) 2015-2017, Jon Schlinkert.\n * Released under the MIT License.\n */\n\n'use strict';\n\nvar defaultCompare = require('default-compare');\nvar typeOf = require('kind-of');\nvar get = require('get-value');\n\n/**\n * Sort an array of objects by one or more properties.\n *\n * @param  {Array} `arr` The Array to sort.\n * @param  {String|Array|Function} `props` One or more object paths or comparison functions.\n * @param  {Object} `opts` Pass `{ reverse: true }` to reverse the sort order.\n * @return {Array} Returns a sorted array.\n * @api public\n */\n\nfunction arraySort(arr, props, opts) {\n  if (arr == null) {\n    return [];\n  }\n\n  if (!Array.isArray(arr)) {\n    throw new TypeError('array-sort expects an array.');\n  }\n\n  if (arguments.length === 1) {\n    return arr.sort();\n  }\n\n  var args = flatten([].slice.call(arguments, 1));\n\n  // if the last argument appears to be a plain object,\n  // it's not a valid `compare` arg, so it must be options.\n  if (typeOf(args[args.length - 1]) === 'object') {\n    opts = args.pop();\n  }\n  return arr.sort(sortBy(args, opts));\n}\n\n/**\n * Iterate over each comparison property or function until `1` or `-1`\n * is returned.\n *\n * @param  {String|Array|Function} `props` One or more object paths or comparison functions.\n * @param  {Object} `opts` Pass `{ reverse: true }` to reverse the sort order.\n * @return {Array}\n */\n\nfunction sortBy(props, opts) {\n  opts = opts || {};\n\n  return function compareFn(a, b) {\n    var len = props.length, i = -1;\n    var result;\n\n    while (++i < len) {\n      result = compare(props[i], a, b);\n      if (result !== 0) {\n        break;\n      }\n    }\n    if (opts.reverse === true) {\n      return result * -1;\n    }\n    return result;\n  };\n}\n\n/**\n * Compare `a` to `b`. If an object `prop` is passed, then\n * `a[prop]` is compared to `b[prop]`\n */\n\nfunction compare(prop, a, b) {\n  if (typeof prop === 'function') {\n    // expose `compare` to custom function\n    return prop(a, b, compare.bind(null, null));\n  }\n  // compare object values\n  if (prop && typeof a === 'object' && typeof b === 'object') {\n    return compare(null, get(a, prop), get(b, prop));\n  }\n  return defaultCompare(a, b);\n}\n\n/**\n * Flatten the given array.\n */\n\nfunction flatten(arr) {\n  return [].concat.apply([], arr);\n}\n\n/**\n * Expose `arraySort`\n */\n\nmodule.exports = arraySort;\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar buildURL = require('./../helpers/buildURL');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n  return new Promise(function dispatchXhrRequest(resolve, reject) {\n    var requestData = config.data;\n    var requestHeaders = config.headers;\n\n    if (utils.isFormData(requestData)) {\n      delete requestHeaders['Content-Type']; // Let the browser set it\n    }\n\n    var request = new XMLHttpRequest();\n\n    // HTTP basic authentication\n    if (config.auth) {\n      var username = config.auth.username || '';\n      var password = config.auth.password || '';\n      requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n    }\n\n    request.open(config.method.toUpperCase(), buildURL(config.url, config.params, config.paramsSerializer), true);\n\n    // Set the request timeout in MS\n    request.timeout = config.timeout;\n\n    // Listen for ready state\n    request.onreadystatechange = function handleLoad() {\n      if (!request || request.readyState !== 4) {\n        return;\n      }\n\n      // The request errored out and we didn't get a response, this will be\n      // handled by onerror instead\n      // With one exception: request that using file: protocol, most browsers\n      // will return status as 0 even though it's a successful request\n      if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n        return;\n      }\n\n      // Prepare the response\n      var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n      var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n      var response = {\n        data: responseData,\n        status: request.status,\n        statusText: request.statusText,\n        headers: responseHeaders,\n        config: config,\n        request: request\n      };\n\n      settle(resolve, reject, response);\n\n      // Clean up request\n      request = null;\n    };\n\n    // Handle browser request cancellation (as opposed to a manual cancellation)\n    request.onabort = function handleAbort() {\n      if (!request) {\n        return;\n      }\n\n      reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n      // Clean up request\n      request = null;\n    };\n\n    // Handle low level network errors\n    request.onerror = function handleError() {\n      // Real errors are hidden from us by the browser\n      // onerror should only fire if it's a network error\n      reject(createError('Network Error', config, null, request));\n\n      // Clean up request\n      request = null;\n    };\n\n    // Handle timeout\n    request.ontimeout = function handleTimeout() {\n      reject(createError('timeout of ' + config.timeout + 'ms exceeded', config, 'ECONNABORTED',\n        request));\n\n      // Clean up request\n      request = null;\n    };\n\n    // Add xsrf header\n    // This is only done if running in a standard browser environment.\n    // Specifically not if we're in a web worker, or react-native.\n    if (utils.isStandardBrowserEnv()) {\n      var cookies = require('./../helpers/cookies');\n\n      // Add xsrf header\n      var xsrfValue = (config.withCredentials || isURLSameOrigin(config.url)) && config.xsrfCookieName ?\n        cookies.read(config.xsrfCookieName) :\n        undefined;\n\n      if (xsrfValue) {\n        requestHeaders[config.xsrfHeaderName] = xsrfValue;\n      }\n    }\n\n    // Add headers to the request\n    if ('setRequestHeader' in request) {\n      utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n        if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n          // Remove Content-Type if data is undefined\n          delete requestHeaders[key];\n        } else {\n          // Otherwise add header to the request\n          request.setRequestHeader(key, val);\n        }\n      });\n    }\n\n    // Add withCredentials to request if needed\n    if (config.withCredentials) {\n      request.withCredentials = true;\n    }\n\n    // Add responseType to request if needed\n    if (config.responseType) {\n      try {\n        request.responseType = config.responseType;\n      } catch (e) {\n        // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n        // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n        if (config.responseType !== 'json') {\n          throw e;\n        }\n      }\n    }\n\n    // Handle progress if needed\n    if (typeof config.onDownloadProgress === 'function') {\n      request.addEventListener('progress', config.onDownloadProgress);\n    }\n\n    // Not all browsers support upload events\n    if (typeof config.onUploadProgress === 'function' && request.upload) {\n      request.upload.addEventListener('progress', config.onUploadProgress);\n    }\n\n    if (config.cancelToken) {\n      // Handle cancellation\n      config.cancelToken.promise.then(function onCanceled(cancel) {\n        if (!request) {\n          return;\n        }\n\n        request.abort();\n        reject(cancel);\n        // Clean up request\n        request = null;\n      });\n    }\n\n    if (requestData === undefined) {\n      requestData = null;\n    }\n\n    // Send the request\n    request.send(requestData);\n  });\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n  var context = new Axios(defaultConfig);\n  var instance = bind(Axios.prototype.request, context);\n\n  // Copy axios.prototype to instance\n  utils.extend(instance, Axios.prototype, context);\n\n  // Copy context to instance\n  utils.extend(instance, context);\n\n  return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n  return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n  return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n  this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n  return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n  if (typeof executor !== 'function') {\n    throw new TypeError('executor must be a function.');\n  }\n\n  var resolvePromise;\n  this.promise = new Promise(function promiseExecutor(resolve) {\n    resolvePromise = resolve;\n  });\n\n  var token = this;\n  executor(function cancel(message) {\n    if (token.reason) {\n      // Cancellation has already been requested\n      return;\n    }\n\n    token.reason = new Cancel(message);\n    resolvePromise(token.reason);\n  });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n  if (this.reason) {\n    throw this.reason;\n  }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n  var cancel;\n  var token = new CancelToken(function executor(c) {\n    cancel = c;\n  });\n  return {\n    token: token,\n    cancel: cancel\n  };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n  return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n  this.defaults = instanceConfig;\n  this.interceptors = {\n    request: new InterceptorManager(),\n    response: new InterceptorManager()\n  };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n  /*eslint no-param-reassign:0*/\n  // Allow for axios('example/url'[, config]) a la fetch API\n  if (typeof config === 'string') {\n    config = arguments[1] || {};\n    config.url = arguments[0];\n  } else {\n    config = config || {};\n  }\n\n  config = mergeConfig(this.defaults, config);\n  config.method = config.method ? config.method.toLowerCase() : 'get';\n\n  // Hook up interceptors middleware\n  var chain = [dispatchRequest, undefined];\n  var promise = Promise.resolve(config);\n\n  this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n    chain.unshift(interceptor.fulfilled, interceptor.rejected);\n  });\n\n  this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n    chain.push(interceptor.fulfilled, interceptor.rejected);\n  });\n\n  while (chain.length) {\n    promise = promise.then(chain.shift(), chain.shift());\n  }\n\n  return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n  config = mergeConfig(this.defaults, config);\n  return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n  /*eslint func-names:0*/\n  Axios.prototype[method] = function(url, config) {\n    return this.request(utils.merge(config || {}, {\n      method: method,\n      url: url\n    }));\n  };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n  /*eslint func-names:0*/\n  Axios.prototype[method] = function(url, data, config) {\n    return this.request(utils.merge(config || {}, {\n      method: method,\n      url: url,\n      data: data\n    }));\n  };\n});\n\nmodule.exports = Axios;\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n  this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n  this.handlers.push({\n    fulfilled: fulfilled,\n    rejected: rejected\n  });\n  return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n  if (this.handlers[id]) {\n    this.handlers[id] = null;\n  }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n  utils.forEach(this.handlers, function forEachHandler(h) {\n    if (h !== null) {\n      fn(h);\n    }\n  });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n  var error = new Error(message);\n  return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\nvar isAbsoluteURL = require('./../helpers/isAbsoluteURL');\nvar combineURLs = require('./../helpers/combineURLs');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n  if (config.cancelToken) {\n    config.cancelToken.throwIfRequested();\n  }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n  throwIfCancellationRequested(config);\n\n  // Support baseURL config\n  if (config.baseURL && !isAbsoluteURL(config.url)) {\n    config.url = combineURLs(config.baseURL, config.url);\n  }\n\n  // Ensure headers exist\n  config.headers = config.headers || {};\n\n  // Transform request data\n  config.data = transformData(\n    config.data,\n    config.headers,\n    config.transformRequest\n  );\n\n  // Flatten headers\n  config.headers = utils.merge(\n    config.headers.common || {},\n    config.headers[config.method] || {},\n    config.headers || {}\n  );\n\n  utils.forEach(\n    ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n    function cleanHeaderConfig(method) {\n      delete config.headers[method];\n    }\n  );\n\n  var adapter = config.adapter || defaults.adapter;\n\n  return adapter(config).then(function onAdapterResolution(response) {\n    throwIfCancellationRequested(config);\n\n    // Transform response data\n    response.data = transformData(\n      response.data,\n      response.headers,\n      config.transformResponse\n    );\n\n    return response;\n  }, function onAdapterRejection(reason) {\n    if (!isCancel(reason)) {\n      throwIfCancellationRequested(config);\n\n      // Transform response data\n      if (reason && reason.response) {\n        reason.response.data = transformData(\n          reason.response.data,\n          reason.response.headers,\n          config.transformResponse\n        );\n      }\n    }\n\n    return Promise.reject(reason);\n  });\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n  error.config = config;\n  if (code) {\n    error.code = code;\n  }\n\n  error.request = request;\n  error.response = response;\n  error.isAxiosError = true;\n\n  error.toJSON = function() {\n    return {\n      // Standard\n      message: this.message,\n      name: this.name,\n      // Microsoft\n      description: this.description,\n      number: this.number,\n      // Mozilla\n      fileName: this.fileName,\n      lineNumber: this.lineNumber,\n      columnNumber: this.columnNumber,\n      stack: this.stack,\n      // Axios\n      config: this.config,\n      code: this.code\n    };\n  };\n  return error;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n  // eslint-disable-next-line no-param-reassign\n  config2 = config2 || {};\n  var config = {};\n\n  utils.forEach(['url', 'method', 'params', 'data'], function valueFromConfig2(prop) {\n    if (typeof config2[prop] !== 'undefined') {\n      config[prop] = config2[prop];\n    }\n  });\n\n  utils.forEach(['headers', 'auth', 'proxy'], function mergeDeepProperties(prop) {\n    if (utils.isObject(config2[prop])) {\n      config[prop] = utils.deepMerge(config1[prop], config2[prop]);\n    } else if (typeof config2[prop] !== 'undefined') {\n      config[prop] = config2[prop];\n    } else if (utils.isObject(config1[prop])) {\n      config[prop] = utils.deepMerge(config1[prop]);\n    } else if (typeof config1[prop] !== 'undefined') {\n      config[prop] = config1[prop];\n    }\n  });\n\n  utils.forEach([\n    'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer',\n    'timeout', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n    'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'maxContentLength',\n    'validateStatus', 'maxRedirects', 'httpAgent', 'httpsAgent', 'cancelToken',\n    'socketPath'\n  ], function defaultToConfig2(prop) {\n    if (typeof config2[prop] !== 'undefined') {\n      config[prop] = config2[prop];\n    } else if (typeof config1[prop] !== 'undefined') {\n      config[prop] = config1[prop];\n    }\n  });\n\n  return config;\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n  var validateStatus = response.config.validateStatus;\n  if (!validateStatus || validateStatus(response.status)) {\n    resolve(response);\n  } else {\n    reject(createError(\n      'Request failed with status code ' + response.status,\n      response.config,\n      null,\n      response.request,\n      response\n    ));\n  }\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n  /*eslint no-param-reassign:0*/\n  utils.forEach(fns, function transform(fn) {\n    data = fn(data, headers);\n  });\n\n  return data;\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n  'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n  if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n    headers['Content-Type'] = value;\n  }\n}\n\nfunction getDefaultAdapter() {\n  var adapter;\n  // Only Node.JS has a process variable that is of [[Class]] process\n  if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n    // For node use HTTP adapter\n    adapter = require('./adapters/http');\n  } else if (typeof XMLHttpRequest !== 'undefined') {\n    // For browsers use XHR adapter\n    adapter = require('./adapters/xhr');\n  }\n  return adapter;\n}\n\nvar defaults = {\n  adapter: getDefaultAdapter(),\n\n  transformRequest: [function transformRequest(data, headers) {\n    normalizeHeaderName(headers, 'Accept');\n    normalizeHeaderName(headers, 'Content-Type');\n    if (utils.isFormData(data) ||\n      utils.isArrayBuffer(data) ||\n      utils.isBuffer(data) ||\n      utils.isStream(data) ||\n      utils.isFile(data) ||\n      utils.isBlob(data)\n    ) {\n      return data;\n    }\n    if (utils.isArrayBufferView(data)) {\n      return data.buffer;\n    }\n    if (utils.isURLSearchParams(data)) {\n      setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n      return data.toString();\n    }\n    if (utils.isObject(data)) {\n      setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n      return JSON.stringify(data);\n    }\n    return data;\n  }],\n\n  transformResponse: [function transformResponse(data) {\n    /*eslint no-param-reassign:0*/\n    if (typeof data === 'string') {\n      try {\n        data = JSON.parse(data);\n      } catch (e) { /* Ignore */ }\n    }\n    return data;\n  }],\n\n  /**\n   * A timeout in milliseconds to abort a request. If set to 0 (default) a\n   * timeout is not created.\n   */\n  timeout: 0,\n\n  xsrfCookieName: 'XSRF-TOKEN',\n  xsrfHeaderName: 'X-XSRF-TOKEN',\n\n  maxContentLength: -1,\n\n  validateStatus: function validateStatus(status) {\n    return status >= 200 && status < 300;\n  }\n};\n\ndefaults.headers = {\n  common: {\n    'Accept': 'application/json, text/plain, */*'\n  }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n  defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n  defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n  return function wrap() {\n    var args = new Array(arguments.length);\n    for (var i = 0; i < args.length; i++) {\n      args[i] = arguments[i];\n    }\n    return fn.apply(thisArg, args);\n  };\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n  return encodeURIComponent(val).\n    replace(/%40/gi, '@').\n    replace(/%3A/gi, ':').\n    replace(/%24/g, '$').\n    replace(/%2C/gi, ',').\n    replace(/%20/g, '+').\n    replace(/%5B/gi, '[').\n    replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n  /*eslint no-param-reassign:0*/\n  if (!params) {\n    return url;\n  }\n\n  var serializedParams;\n  if (paramsSerializer) {\n    serializedParams = paramsSerializer(params);\n  } else if (utils.isURLSearchParams(params)) {\n    serializedParams = params.toString();\n  } else {\n    var parts = [];\n\n    utils.forEach(params, function serialize(val, key) {\n      if (val === null || typeof val === 'undefined') {\n        return;\n      }\n\n      if (utils.isArray(val)) {\n        key = key + '[]';\n      } else {\n        val = [val];\n      }\n\n      utils.forEach(val, function parseValue(v) {\n        if (utils.isDate(v)) {\n          v = v.toISOString();\n        } else if (utils.isObject(v)) {\n          v = JSON.stringify(v);\n        }\n        parts.push(encode(key) + '=' + encode(v));\n      });\n    });\n\n    serializedParams = parts.join('&');\n  }\n\n  if (serializedParams) {\n    var hashmarkIndex = url.indexOf('#');\n    if (hashmarkIndex !== -1) {\n      url = url.slice(0, hashmarkIndex);\n    }\n\n    url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n  }\n\n  return url;\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n  return relativeURL\n    ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n    : baseURL;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n  utils.isStandardBrowserEnv() ?\n\n  // Standard browser envs support document.cookie\n    (function standardBrowserEnv() {\n      return {\n        write: function write(name, value, expires, path, domain, secure) {\n          var cookie = [];\n          cookie.push(name + '=' + encodeURIComponent(value));\n\n          if (utils.isNumber(expires)) {\n            cookie.push('expires=' + new Date(expires).toGMTString());\n          }\n\n          if (utils.isString(path)) {\n            cookie.push('path=' + path);\n          }\n\n          if (utils.isString(domain)) {\n            cookie.push('domain=' + domain);\n          }\n\n          if (secure === true) {\n            cookie.push('secure');\n          }\n\n          document.cookie = cookie.join('; ');\n        },\n\n        read: function read(name) {\n          var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n          return (match ? decodeURIComponent(match[3]) : null);\n        },\n\n        remove: function remove(name) {\n          this.write(name, '', Date.now() - 86400000);\n        }\n      };\n    })() :\n\n  // Non standard browser env (web workers, react-native) lack needed support.\n    (function nonStandardBrowserEnv() {\n      return {\n        write: function write() {},\n        read: function read() { return null; },\n        remove: function remove() {}\n      };\n    })()\n);\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n  // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n  // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n  // by any combination of letters, digits, plus, period, or hyphen.\n  return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n  utils.isStandardBrowserEnv() ?\n\n  // Standard browser envs have full support of the APIs needed to test\n  // whether the request URL is of the same origin as current location.\n    (function standardBrowserEnv() {\n      var msie = /(msie|trident)/i.test(navigator.userAgent);\n      var urlParsingNode = document.createElement('a');\n      var originURL;\n\n      /**\n    * Parse a URL to discover it's components\n    *\n    * @param {String} url The URL to be parsed\n    * @returns {Object}\n    */\n      function resolveURL(url) {\n        var href = url;\n\n        if (msie) {\n        // IE needs attribute set twice to normalize properties\n          urlParsingNode.setAttribute('href', href);\n          href = urlParsingNode.href;\n        }\n\n        urlParsingNode.setAttribute('href', href);\n\n        // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n        return {\n          href: urlParsingNode.href,\n          protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n          host: urlParsingNode.host,\n          search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n          hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n          hostname: urlParsingNode.hostname,\n          port: urlParsingNode.port,\n          pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n            urlParsingNode.pathname :\n            '/' + urlParsingNode.pathname\n        };\n      }\n\n      originURL = resolveURL(window.location.href);\n\n      /**\n    * Determine if a URL shares the same origin as the current location\n    *\n    * @param {String} requestURL The URL to test\n    * @returns {boolean} True if URL shares the same origin, otherwise false\n    */\n      return function isURLSameOrigin(requestURL) {\n        var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n        return (parsed.protocol === originURL.protocol &&\n            parsed.host === originURL.host);\n      };\n    })() :\n\n  // Non standard browser envs (web workers, react-native) lack needed support.\n    (function nonStandardBrowserEnv() {\n      return function isURLSameOrigin() {\n        return true;\n      };\n    })()\n);\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n  utils.forEach(headers, function processHeader(value, name) {\n    if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n      headers[normalizedName] = value;\n      delete headers[name];\n    }\n  });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n  'age', 'authorization', 'content-length', 'content-type', 'etag',\n  'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n  'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n  'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n  var parsed = {};\n  var key;\n  var val;\n  var i;\n\n  if (!headers) { return parsed; }\n\n  utils.forEach(headers.split('\\n'), function parser(line) {\n    i = line.indexOf(':');\n    key = utils.trim(line.substr(0, i)).toLowerCase();\n    val = utils.trim(line.substr(i + 1));\n\n    if (key) {\n      if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n        return;\n      }\n      if (key === 'set-cookie') {\n        parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n      } else {\n        parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n      }\n    }\n  });\n\n  return parsed;\n};\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n *  ```js\n *  function f(x, y, z) {}\n *  var args = [1, 2, 3];\n *  f.apply(null, args);\n *  ```\n *\n * With `spread` this example can be re-written.\n *\n *  ```js\n *  spread(function(x, y, z) {})([1, 2, 3]);\n *  ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n  return function wrap(arr) {\n    return callback.apply(null, arr);\n  };\n};\n","'use strict';\n\nvar bind = require('./helpers/bind');\nvar isBuffer = require('is-buffer');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n  return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n  return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n  return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n  var result;\n  if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n    result = ArrayBuffer.isView(val);\n  } else {\n    result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n  }\n  return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n  return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n  return typeof val === 'number';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n  return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n  return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n  return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n  return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n  return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n  return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n  return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n  return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n  return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n *  typeof window -> undefined\n *  typeof document -> undefined\n *\n * react-native:\n *  navigator.product -> 'ReactNative'\n * nativescript\n *  navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n  if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n                                           navigator.product === 'NativeScript' ||\n                                           navigator.product === 'NS')) {\n    return false;\n  }\n  return (\n    typeof window !== 'undefined' &&\n    typeof document !== 'undefined'\n  );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n  // Don't bother if no value provided\n  if (obj === null || typeof obj === 'undefined') {\n    return;\n  }\n\n  // Force an array if not already something iterable\n  if (typeof obj !== 'object') {\n    /*eslint no-param-reassign:0*/\n    obj = [obj];\n  }\n\n  if (isArray(obj)) {\n    // Iterate over array values\n    for (var i = 0, l = obj.length; i < l; i++) {\n      fn.call(null, obj[i], i, obj);\n    }\n  } else {\n    // Iterate over object keys\n    for (var key in obj) {\n      if (Object.prototype.hasOwnProperty.call(obj, key)) {\n        fn.call(null, obj[key], key, obj);\n      }\n    }\n  }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n  var result = {};\n  function assignValue(val, key) {\n    if (typeof result[key] === 'object' && typeof val === 'object') {\n      result[key] = merge(result[key], val);\n    } else {\n      result[key] = val;\n    }\n  }\n\n  for (var i = 0, l = arguments.length; i < l; i++) {\n    forEach(arguments[i], assignValue);\n  }\n  return result;\n}\n\n/**\n * Function equal to merge with the difference being that no reference\n * to original objects is kept.\n *\n * @see merge\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction deepMerge(/* obj1, obj2, obj3, ... */) {\n  var result = {};\n  function assignValue(val, key) {\n    if (typeof result[key] === 'object' && typeof val === 'object') {\n      result[key] = deepMerge(result[key], val);\n    } else if (typeof val === 'object') {\n      result[key] = deepMerge({}, val);\n    } else {\n      result[key] = val;\n    }\n  }\n\n  for (var i = 0, l = arguments.length; i < l; i++) {\n    forEach(arguments[i], assignValue);\n  }\n  return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n  forEach(b, function assignValue(val, key) {\n    if (thisArg && typeof val === 'function') {\n      a[key] = bind(val, thisArg);\n    } else {\n      a[key] = val;\n    }\n  });\n  return a;\n}\n\nmodule.exports = {\n  isArray: isArray,\n  isArrayBuffer: isArrayBuffer,\n  isBuffer: isBuffer,\n  isFormData: isFormData,\n  isArrayBufferView: isArrayBufferView,\n  isString: isString,\n  isNumber: isNumber,\n  isObject: isObject,\n  isUndefined: isUndefined,\n  isDate: isDate,\n  isFile: isFile,\n  isBlob: isBlob,\n  isFunction: isFunction,\n  isStream: isStream,\n  isURLSearchParams: isURLSearchParams,\n  isStandardBrowserEnv: isStandardBrowserEnv,\n  forEach: forEach,\n  merge: merge,\n  deepMerge: deepMerge,\n  extend: extend,\n  trim: trim\n};\n","import objectWithoutPropertiesLoose from \"./objectWithoutPropertiesLoose\";\nexport default function _objectWithoutProperties(source, excluded) {\n  if (source == null) return {};\n  var target = objectWithoutPropertiesLoose(source, excluded);\n  var key, i;\n\n  if (Object.getOwnPropertySymbols) {\n    var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n    for (i = 0; i < sourceSymbolKeys.length; i++) {\n      key = sourceSymbolKeys[i];\n      if (excluded.indexOf(key) >= 0) continue;\n      if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n      target[key] = source[key];\n    }\n  }\n\n  return target;\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n\n  return target;\n}","'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n  lookup[i] = code[i]\n  revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n  var len = b64.length\n\n  if (len % 4 > 0) {\n    throw new Error('Invalid string. Length must be a multiple of 4')\n  }\n\n  // Trim off extra bytes after placeholder bytes are found\n  // See: https://github.com/beatgammit/base64-js/issues/42\n  var validLen = b64.indexOf('=')\n  if (validLen === -1) validLen = len\n\n  var placeHoldersLen = validLen === len\n    ? 0\n    : 4 - (validLen % 4)\n\n  return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n  var lens = getLens(b64)\n  var validLen = lens[0]\n  var placeHoldersLen = lens[1]\n  return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n  return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n  var tmp\n  var lens = getLens(b64)\n  var validLen = lens[0]\n  var placeHoldersLen = lens[1]\n\n  var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n  var curByte = 0\n\n  // if there are placeholders, only get up to the last complete 4 chars\n  var len = placeHoldersLen > 0\n    ? validLen - 4\n    : validLen\n\n  var i\n  for (i = 0; i < len; i += 4) {\n    tmp =\n      (revLookup[b64.charCodeAt(i)] << 18) |\n      (revLookup[b64.charCodeAt(i + 1)] << 12) |\n      (revLookup[b64.charCodeAt(i + 2)] << 6) |\n      revLookup[b64.charCodeAt(i + 3)]\n    arr[curByte++] = (tmp >> 16) & 0xFF\n    arr[curByte++] = (tmp >> 8) & 0xFF\n    arr[curByte++] = tmp & 0xFF\n  }\n\n  if (placeHoldersLen === 2) {\n    tmp =\n      (revLookup[b64.charCodeAt(i)] << 2) |\n      (revLookup[b64.charCodeAt(i + 1)] >> 4)\n    arr[curByte++] = tmp & 0xFF\n  }\n\n  if (placeHoldersLen === 1) {\n    tmp =\n      (revLookup[b64.charCodeAt(i)] << 10) |\n      (revLookup[b64.charCodeAt(i + 1)] << 4) |\n      (revLookup[b64.charCodeAt(i + 2)] >> 2)\n    arr[curByte++] = (tmp >> 8) & 0xFF\n    arr[curByte++] = tmp & 0xFF\n  }\n\n  return arr\n}\n\nfunction tripletToBase64 (num) {\n  return lookup[num >> 18 & 0x3F] +\n    lookup[num >> 12 & 0x3F] +\n    lookup[num >> 6 & 0x3F] +\n    lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n  var tmp\n  var output = []\n  for (var i = start; i < end; i += 3) {\n    tmp =\n      ((uint8[i] << 16) & 0xFF0000) +\n      ((uint8[i + 1] << 8) & 0xFF00) +\n      (uint8[i + 2] & 0xFF)\n    output.push(tripletToBase64(tmp))\n  }\n  return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n  var tmp\n  var len = uint8.length\n  var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n  var parts = []\n  var maxChunkLength = 16383 // must be multiple of 3\n\n  // go through the array every three bytes, we'll deal with trailing stuff later\n  for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n    parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\n  }\n\n  // pad the end with zeros, but make sure to not forget the extra bytes\n  if (extraBytes === 1) {\n    tmp = uint8[len - 1]\n    parts.push(\n      lookup[tmp >> 2] +\n      lookup[(tmp << 4) & 0x3F] +\n      '=='\n    )\n  } else if (extraBytes === 2) {\n    tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n    parts.push(\n      lookup[tmp >> 10] +\n      lookup[(tmp >> 4) & 0x3F] +\n      lookup[(tmp << 2) & 0x3F] +\n      '='\n    )\n  }\n\n  return parts.join('')\n}\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author   Feross Aboukhadijeh <http://feross.org>\n * @license  MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nvar base64 = require('base64-js')\nvar ieee754 = require('ieee754')\nvar isArray = require('isarray')\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n *   === true    Use Uint8Array implementation (fastest)\n *   === false   Use Object implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * Due to various browser bugs, sometimes the Object implementation will be used even\n * when the browser supports typed arrays.\n *\n * Note:\n *\n *   - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\n *     See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\n *\n *   - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\n *\n *   - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\n *     incorrect length in some situations.\n\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\n * get the Object implementation, which is slower but behaves correctly.\n */\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\n  ? global.TYPED_ARRAY_SUPPORT\n  : typedArraySupport()\n\n/*\n * Export kMaxLength after typed array support is determined.\n */\nexports.kMaxLength = kMaxLength()\n\nfunction typedArraySupport () {\n  try {\n    var arr = new Uint8Array(1)\n    arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\n    return arr.foo() === 42 && // typed array instances can be augmented\n        typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\n        arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\n  } catch (e) {\n    return false\n  }\n}\n\nfunction kMaxLength () {\n  return Buffer.TYPED_ARRAY_SUPPORT\n    ? 0x7fffffff\n    : 0x3fffffff\n}\n\nfunction createBuffer (that, length) {\n  if (kMaxLength() < length) {\n    throw new RangeError('Invalid typed array length')\n  }\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    // Return an augmented `Uint8Array` instance, for best performance\n    that = new Uint8Array(length)\n    that.__proto__ = Buffer.prototype\n  } else {\n    // Fallback: Return an object instance of the Buffer class\n    if (that === null) {\n      that = new Buffer(length)\n    }\n    that.length = length\n  }\n\n  return that\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n  if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\n    return new Buffer(arg, encodingOrOffset, length)\n  }\n\n  // Common case.\n  if (typeof arg === 'number') {\n    if (typeof encodingOrOffset === 'string') {\n      throw new Error(\n        'If encoding is specified then the first argument must be a string'\n      )\n    }\n    return allocUnsafe(this, arg)\n  }\n  return from(this, arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\n// TODO: Legacy, not needed anymore. Remove in next major version.\nBuffer._augment = function (arr) {\n  arr.__proto__ = Buffer.prototype\n  return arr\n}\n\nfunction from (that, value, encodingOrOffset, length) {\n  if (typeof value === 'number') {\n    throw new TypeError('\"value\" argument must not be a number')\n  }\n\n  if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\n    return fromArrayBuffer(that, value, encodingOrOffset, length)\n  }\n\n  if (typeof value === 'string') {\n    return fromString(that, value, encodingOrOffset)\n  }\n\n  return fromObject(that, value)\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n  return from(null, value, encodingOrOffset, length)\n}\n\nif (Buffer.TYPED_ARRAY_SUPPORT) {\n  Buffer.prototype.__proto__ = Uint8Array.prototype\n  Buffer.__proto__ = Uint8Array\n  if (typeof Symbol !== 'undefined' && Symbol.species &&\n      Buffer[Symbol.species] === Buffer) {\n    // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\n    Object.defineProperty(Buffer, Symbol.species, {\n      value: null,\n      configurable: true\n    })\n  }\n}\n\nfunction assertSize (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('\"size\" argument must be a number')\n  } else if (size < 0) {\n    throw new RangeError('\"size\" argument must not be negative')\n  }\n}\n\nfunction alloc (that, size, fill, encoding) {\n  assertSize(size)\n  if (size <= 0) {\n    return createBuffer(that, size)\n  }\n  if (fill !== undefined) {\n    // Only pay attention to encoding if it's a string. This\n    // prevents accidentally sending in a number that would\n    // be interpretted as a start offset.\n    return typeof encoding === 'string'\n      ? createBuffer(that, size).fill(fill, encoding)\n      : createBuffer(that, size).fill(fill)\n  }\n  return createBuffer(that, size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n  return alloc(null, size, fill, encoding)\n}\n\nfunction allocUnsafe (that, size) {\n  assertSize(size)\n  that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\n  if (!Buffer.TYPED_ARRAY_SUPPORT) {\n    for (var i = 0; i < size; ++i) {\n      that[i] = 0\n    }\n  }\n  return that\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n  return allocUnsafe(null, size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n  return allocUnsafe(null, size)\n}\n\nfunction fromString (that, string, encoding) {\n  if (typeof encoding !== 'string' || encoding === '') {\n    encoding = 'utf8'\n  }\n\n  if (!Buffer.isEncoding(encoding)) {\n    throw new TypeError('\"encoding\" must be a valid string encoding')\n  }\n\n  var length = byteLength(string, encoding) | 0\n  that = createBuffer(that, length)\n\n  var actual = that.write(string, encoding)\n\n  if (actual !== length) {\n    // Writing a hex string, for example, that contains invalid characters will\n    // cause everything after the first invalid character to be ignored. (e.g.\n    // 'abxxcd' will be treated as 'ab')\n    that = that.slice(0, actual)\n  }\n\n  return that\n}\n\nfunction fromArrayLike (that, array) {\n  var length = array.length < 0 ? 0 : checked(array.length) | 0\n  that = createBuffer(that, length)\n  for (var i = 0; i < length; i += 1) {\n    that[i] = array[i] & 255\n  }\n  return that\n}\n\nfunction fromArrayBuffer (that, array, byteOffset, length) {\n  array.byteLength // this throws if `array` is not a valid ArrayBuffer\n\n  if (byteOffset < 0 || array.byteLength < byteOffset) {\n    throw new RangeError('\\'offset\\' is out of bounds')\n  }\n\n  if (array.byteLength < byteOffset + (length || 0)) {\n    throw new RangeError('\\'length\\' is out of bounds')\n  }\n\n  if (byteOffset === undefined && length === undefined) {\n    array = new Uint8Array(array)\n  } else if (length === undefined) {\n    array = new Uint8Array(array, byteOffset)\n  } else {\n    array = new Uint8Array(array, byteOffset, length)\n  }\n\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    // Return an augmented `Uint8Array` instance, for best performance\n    that = array\n    that.__proto__ = Buffer.prototype\n  } else {\n    // Fallback: Return an object instance of the Buffer class\n    that = fromArrayLike(that, array)\n  }\n  return that\n}\n\nfunction fromObject (that, obj) {\n  if (Buffer.isBuffer(obj)) {\n    var len = checked(obj.length) | 0\n    that = createBuffer(that, len)\n\n    if (that.length === 0) {\n      return that\n    }\n\n    obj.copy(that, 0, 0, len)\n    return that\n  }\n\n  if (obj) {\n    if ((typeof ArrayBuffer !== 'undefined' &&\n        obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\n      if (typeof obj.length !== 'number' || isnan(obj.length)) {\n        return createBuffer(that, 0)\n      }\n      return fromArrayLike(that, obj)\n    }\n\n    if (obj.type === 'Buffer' && isArray(obj.data)) {\n      return fromArrayLike(that, obj.data)\n    }\n  }\n\n  throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\n}\n\nfunction checked (length) {\n  // Note: cannot use `length < kMaxLength()` here because that fails when\n  // length is NaN (which is otherwise coerced to zero.)\n  if (length >= kMaxLength()) {\n    throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n                         'size: 0x' + kMaxLength().toString(16) + ' bytes')\n  }\n  return length | 0\n}\n\nfunction SlowBuffer (length) {\n  if (+length != length) { // eslint-disable-line eqeqeq\n    length = 0\n  }\n  return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n  return !!(b != null && b._isBuffer)\n}\n\nBuffer.compare = function compare (a, b) {\n  if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n    throw new TypeError('Arguments must be Buffers')\n  }\n\n  if (a === b) return 0\n\n  var x = a.length\n  var y = b.length\n\n  for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n    if (a[i] !== b[i]) {\n      x = a[i]\n      y = b[i]\n      break\n    }\n  }\n\n  if (x < y) return -1\n  if (y < x) return 1\n  return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n  switch (String(encoding).toLowerCase()) {\n    case 'hex':\n    case 'utf8':\n    case 'utf-8':\n    case 'ascii':\n    case 'latin1':\n    case 'binary':\n    case 'base64':\n    case 'ucs2':\n    case 'ucs-2':\n    case 'utf16le':\n    case 'utf-16le':\n      return true\n    default:\n      return false\n  }\n}\n\nBuffer.concat = function concat (list, length) {\n  if (!isArray(list)) {\n    throw new TypeError('\"list\" argument must be an Array of Buffers')\n  }\n\n  if (list.length === 0) {\n    return Buffer.alloc(0)\n  }\n\n  var i\n  if (length === undefined) {\n    length = 0\n    for (i = 0; i < list.length; ++i) {\n      length += list[i].length\n    }\n  }\n\n  var buffer = Buffer.allocUnsafe(length)\n  var pos = 0\n  for (i = 0; i < list.length; ++i) {\n    var buf = list[i]\n    if (!Buffer.isBuffer(buf)) {\n      throw new TypeError('\"list\" argument must be an Array of Buffers')\n    }\n    buf.copy(buffer, pos)\n    pos += buf.length\n  }\n  return buffer\n}\n\nfunction byteLength (string, encoding) {\n  if (Buffer.isBuffer(string)) {\n    return string.length\n  }\n  if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\n      (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\n    return string.byteLength\n  }\n  if (typeof string !== 'string') {\n    string = '' + string\n  }\n\n  var len = string.length\n  if (len === 0) return 0\n\n  // Use a for loop to avoid recursion\n  var loweredCase = false\n  for (;;) {\n    switch (encoding) {\n      case 'ascii':\n      case 'latin1':\n      case 'binary':\n        return len\n      case 'utf8':\n      case 'utf-8':\n      case undefined:\n        return utf8ToBytes(string).length\n      case 'ucs2':\n      case 'ucs-2':\n      case 'utf16le':\n      case 'utf-16le':\n        return len * 2\n      case 'hex':\n        return len >>> 1\n      case 'base64':\n        return base64ToBytes(string).length\n      default:\n        if (loweredCase) return utf8ToBytes(string).length // assume utf8\n        encoding = ('' + encoding).toLowerCase()\n        loweredCase = true\n    }\n  }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n  var loweredCase = false\n\n  // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n  // property of a typed array.\n\n  // This behaves neither like String nor Uint8Array in that we set start/end\n  // to their upper/lower bounds if the value passed is out of range.\n  // undefined is handled specially as per ECMA-262 6th Edition,\n  // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n  if (start === undefined || start < 0) {\n    start = 0\n  }\n  // Return early if start > this.length. Done here to prevent potential uint32\n  // coercion fail below.\n  if (start > this.length) {\n    return ''\n  }\n\n  if (end === undefined || end > this.length) {\n    end = this.length\n  }\n\n  if (end <= 0) {\n    return ''\n  }\n\n  // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\n  end >>>= 0\n  start >>>= 0\n\n  if (end <= start) {\n    return ''\n  }\n\n  if (!encoding) encoding = 'utf8'\n\n  while (true) {\n    switch (encoding) {\n      case 'hex':\n        return hexSlice(this, start, end)\n\n      case 'utf8':\n      case 'utf-8':\n        return utf8Slice(this, start, end)\n\n      case 'ascii':\n        return asciiSlice(this, start, end)\n\n      case 'latin1':\n      case 'binary':\n        return latin1Slice(this, start, end)\n\n      case 'base64':\n        return base64Slice(this, start, end)\n\n      case 'ucs2':\n      case 'ucs-2':\n      case 'utf16le':\n      case 'utf-16le':\n        return utf16leSlice(this, start, end)\n\n      default:\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n        encoding = (encoding + '').toLowerCase()\n        loweredCase = true\n    }\n  }\n}\n\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\n// Buffer instances.\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n  var i = b[n]\n  b[n] = b[m]\n  b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n  var len = this.length\n  if (len % 2 !== 0) {\n    throw new RangeError('Buffer size must be a multiple of 16-bits')\n  }\n  for (var i = 0; i < len; i += 2) {\n    swap(this, i, i + 1)\n  }\n  return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n  var len = this.length\n  if (len % 4 !== 0) {\n    throw new RangeError('Buffer size must be a multiple of 32-bits')\n  }\n  for (var i = 0; i < len; i += 4) {\n    swap(this, i, i + 3)\n    swap(this, i + 1, i + 2)\n  }\n  return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n  var len = this.length\n  if (len % 8 !== 0) {\n    throw new RangeError('Buffer size must be a multiple of 64-bits')\n  }\n  for (var i = 0; i < len; i += 8) {\n    swap(this, i, i + 7)\n    swap(this, i + 1, i + 6)\n    swap(this, i + 2, i + 5)\n    swap(this, i + 3, i + 4)\n  }\n  return this\n}\n\nBuffer.prototype.toString = function toString () {\n  var length = this.length | 0\n  if (length === 0) return ''\n  if (arguments.length === 0) return utf8Slice(this, 0, length)\n  return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.equals = function equals (b) {\n  if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n  if (this === b) return true\n  return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n  var str = ''\n  var max = exports.INSPECT_MAX_BYTES\n  if (this.length > 0) {\n    str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\n    if (this.length > max) str += ' ... '\n  }\n  return '<Buffer ' + str + '>'\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n  if (!Buffer.isBuffer(target)) {\n    throw new TypeError('Argument must be a Buffer')\n  }\n\n  if (start === undefined) {\n    start = 0\n  }\n  if (end === undefined) {\n    end = target ? target.length : 0\n  }\n  if (thisStart === undefined) {\n    thisStart = 0\n  }\n  if (thisEnd === undefined) {\n    thisEnd = this.length\n  }\n\n  if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n    throw new RangeError('out of range index')\n  }\n\n  if (thisStart >= thisEnd && start >= end) {\n    return 0\n  }\n  if (thisStart >= thisEnd) {\n    return -1\n  }\n  if (start >= end) {\n    return 1\n  }\n\n  start >>>= 0\n  end >>>= 0\n  thisStart >>>= 0\n  thisEnd >>>= 0\n\n  if (this === target) return 0\n\n  var x = thisEnd - thisStart\n  var y = end - start\n  var len = Math.min(x, y)\n\n  var thisCopy = this.slice(thisStart, thisEnd)\n  var targetCopy = target.slice(start, end)\n\n  for (var i = 0; i < len; ++i) {\n    if (thisCopy[i] !== targetCopy[i]) {\n      x = thisCopy[i]\n      y = targetCopy[i]\n      break\n    }\n  }\n\n  if (x < y) return -1\n  if (y < x) return 1\n  return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n  // Empty buffer means no match\n  if (buffer.length === 0) return -1\n\n  // Normalize byteOffset\n  if (typeof byteOffset === 'string') {\n    encoding = byteOffset\n    byteOffset = 0\n  } else if (byteOffset > 0x7fffffff) {\n    byteOffset = 0x7fffffff\n  } else if (byteOffset < -0x80000000) {\n    byteOffset = -0x80000000\n  }\n  byteOffset = +byteOffset  // Coerce to Number.\n  if (isNaN(byteOffset)) {\n    // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n    byteOffset = dir ? 0 : (buffer.length - 1)\n  }\n\n  // Normalize byteOffset: negative offsets start from the end of the buffer\n  if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n  if (byteOffset >= buffer.length) {\n    if (dir) return -1\n    else byteOffset = buffer.length - 1\n  } else if (byteOffset < 0) {\n    if (dir) byteOffset = 0\n    else return -1\n  }\n\n  // Normalize val\n  if (typeof val === 'string') {\n    val = Buffer.from(val, encoding)\n  }\n\n  // Finally, search either indexOf (if dir is true) or lastIndexOf\n  if (Buffer.isBuffer(val)) {\n    // Special case: looking for empty string/buffer always fails\n    if (val.length === 0) {\n      return -1\n    }\n    return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n  } else if (typeof val === 'number') {\n    val = val & 0xFF // Search for a byte value [0-255]\n    if (Buffer.TYPED_ARRAY_SUPPORT &&\n        typeof Uint8Array.prototype.indexOf === 'function') {\n      if (dir) {\n        return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n      } else {\n        return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n      }\n    }\n    return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\n  }\n\n  throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n  var indexSize = 1\n  var arrLength = arr.length\n  var valLength = val.length\n\n  if (encoding !== undefined) {\n    encoding = String(encoding).toLowerCase()\n    if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n        encoding === 'utf16le' || encoding === 'utf-16le') {\n      if (arr.length < 2 || val.length < 2) {\n        return -1\n      }\n      indexSize = 2\n      arrLength /= 2\n      valLength /= 2\n      byteOffset /= 2\n    }\n  }\n\n  function read (buf, i) {\n    if (indexSize === 1) {\n      return buf[i]\n    } else {\n      return buf.readUInt16BE(i * indexSize)\n    }\n  }\n\n  var i\n  if (dir) {\n    var foundIndex = -1\n    for (i = byteOffset; i < arrLength; i++) {\n      if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n        if (foundIndex === -1) foundIndex = i\n        if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n      } else {\n        if (foundIndex !== -1) i -= i - foundIndex\n        foundIndex = -1\n      }\n    }\n  } else {\n    if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n    for (i = byteOffset; i >= 0; i--) {\n      var found = true\n      for (var j = 0; j < valLength; j++) {\n        if (read(arr, i + j) !== read(val, j)) {\n          found = false\n          break\n        }\n      }\n      if (found) return i\n    }\n  }\n\n  return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n  return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n  offset = Number(offset) || 0\n  var remaining = buf.length - offset\n  if (!length) {\n    length = remaining\n  } else {\n    length = Number(length)\n    if (length > remaining) {\n      length = remaining\n    }\n  }\n\n  // must be an even number of digits\n  var strLen = string.length\n  if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\n\n  if (length > strLen / 2) {\n    length = strLen / 2\n  }\n  for (var i = 0; i < length; ++i) {\n    var parsed = parseInt(string.substr(i * 2, 2), 16)\n    if (isNaN(parsed)) return i\n    buf[offset + i] = parsed\n  }\n  return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n  return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n  return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction latin1Write (buf, string, offset, length) {\n  return asciiWrite(buf, string, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n  return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n  return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n  // Buffer#write(string)\n  if (offset === undefined) {\n    encoding = 'utf8'\n    length = this.length\n    offset = 0\n  // Buffer#write(string, encoding)\n  } else if (length === undefined && typeof offset === 'string') {\n    encoding = offset\n    length = this.length\n    offset = 0\n  // Buffer#write(string, offset[, length][, encoding])\n  } else if (isFinite(offset)) {\n    offset = offset | 0\n    if (isFinite(length)) {\n      length = length | 0\n      if (encoding === undefined) encoding = 'utf8'\n    } else {\n      encoding = length\n      length = undefined\n    }\n  // legacy write(string, encoding, offset, length) - remove in v0.13\n  } else {\n    throw new Error(\n      'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n    )\n  }\n\n  var remaining = this.length - offset\n  if (length === undefined || length > remaining) length = remaining\n\n  if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n    throw new RangeError('Attempt to write outside buffer bounds')\n  }\n\n  if (!encoding) encoding = 'utf8'\n\n  var loweredCase = false\n  for (;;) {\n    switch (encoding) {\n      case 'hex':\n        return hexWrite(this, string, offset, length)\n\n      case 'utf8':\n      case 'utf-8':\n        return utf8Write(this, string, offset, length)\n\n      case 'ascii':\n        return asciiWrite(this, string, offset, length)\n\n      case 'latin1':\n      case 'binary':\n        return latin1Write(this, string, offset, length)\n\n      case 'base64':\n        // Warning: maxLength not taken into account in base64Write\n        return base64Write(this, string, offset, length)\n\n      case 'ucs2':\n      case 'ucs-2':\n      case 'utf16le':\n      case 'utf-16le':\n        return ucs2Write(this, string, offset, length)\n\n      default:\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n        encoding = ('' + encoding).toLowerCase()\n        loweredCase = true\n    }\n  }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n  return {\n    type: 'Buffer',\n    data: Array.prototype.slice.call(this._arr || this, 0)\n  }\n}\n\nfunction base64Slice (buf, start, end) {\n  if (start === 0 && end === buf.length) {\n    return base64.fromByteArray(buf)\n  } else {\n    return base64.fromByteArray(buf.slice(start, end))\n  }\n}\n\nfunction utf8Slice (buf, start, end) {\n  end = Math.min(buf.length, end)\n  var res = []\n\n  var i = start\n  while (i < end) {\n    var firstByte = buf[i]\n    var codePoint = null\n    var bytesPerSequence = (firstByte > 0xEF) ? 4\n      : (firstByte > 0xDF) ? 3\n      : (firstByte > 0xBF) ? 2\n      : 1\n\n    if (i + bytesPerSequence <= end) {\n      var secondByte, thirdByte, fourthByte, tempCodePoint\n\n      switch (bytesPerSequence) {\n        case 1:\n          if (firstByte < 0x80) {\n            codePoint = firstByte\n          }\n          break\n        case 2:\n          secondByte = buf[i + 1]\n          if ((secondByte & 0xC0) === 0x80) {\n            tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n            if (tempCodePoint > 0x7F) {\n              codePoint = tempCodePoint\n            }\n          }\n          break\n        case 3:\n          secondByte = buf[i + 1]\n          thirdByte = buf[i + 2]\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n            tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n            if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n              codePoint = tempCodePoint\n            }\n          }\n          break\n        case 4:\n          secondByte = buf[i + 1]\n          thirdByte = buf[i + 2]\n          fourthByte = buf[i + 3]\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n            tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n            if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n              codePoint = tempCodePoint\n            }\n          }\n      }\n    }\n\n    if (codePoint === null) {\n      // we did not generate a valid codePoint so insert a\n      // replacement char (U+FFFD) and advance only 1 byte\n      codePoint = 0xFFFD\n      bytesPerSequence = 1\n    } else if (codePoint > 0xFFFF) {\n      // encode to utf16 (surrogate pair dance)\n      codePoint -= 0x10000\n      res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n      codePoint = 0xDC00 | codePoint & 0x3FF\n    }\n\n    res.push(codePoint)\n    i += bytesPerSequence\n  }\n\n  return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n  var len = codePoints.length\n  if (len <= MAX_ARGUMENTS_LENGTH) {\n    return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n  }\n\n  // Decode in chunks to avoid \"call stack size exceeded\".\n  var res = ''\n  var i = 0\n  while (i < len) {\n    res += String.fromCharCode.apply(\n      String,\n      codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n    )\n  }\n  return res\n}\n\nfunction asciiSlice (buf, start, end) {\n  var ret = ''\n  end = Math.min(buf.length, end)\n\n  for (var i = start; i < end; ++i) {\n    ret += String.fromCharCode(buf[i] & 0x7F)\n  }\n  return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n  var ret = ''\n  end = Math.min(buf.length, end)\n\n  for (var i = start; i < end; ++i) {\n    ret += String.fromCharCode(buf[i])\n  }\n  return ret\n}\n\nfunction hexSlice (buf, start, end) {\n  var len = buf.length\n\n  if (!start || start < 0) start = 0\n  if (!end || end < 0 || end > len) end = len\n\n  var out = ''\n  for (var i = start; i < end; ++i) {\n    out += toHex(buf[i])\n  }\n  return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n  var bytes = buf.slice(start, end)\n  var res = ''\n  for (var i = 0; i < bytes.length; i += 2) {\n    res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\n  }\n  return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n  var len = this.length\n  start = ~~start\n  end = end === undefined ? len : ~~end\n\n  if (start < 0) {\n    start += len\n    if (start < 0) start = 0\n  } else if (start > len) {\n    start = len\n  }\n\n  if (end < 0) {\n    end += len\n    if (end < 0) end = 0\n  } else if (end > len) {\n    end = len\n  }\n\n  if (end < start) end = start\n\n  var newBuf\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    newBuf = this.subarray(start, end)\n    newBuf.__proto__ = Buffer.prototype\n  } else {\n    var sliceLen = end - start\n    newBuf = new Buffer(sliceLen, undefined)\n    for (var i = 0; i < sliceLen; ++i) {\n      newBuf[i] = this[i + start]\n    }\n  }\n\n  return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n  if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n  if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n  var val = this[offset]\n  var mul = 1\n  var i = 0\n  while (++i < byteLength && (mul *= 0x100)) {\n    val += this[offset + i] * mul\n  }\n\n  return val\n}\n\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) {\n    checkOffset(offset, byteLength, this.length)\n  }\n\n  var val = this[offset + --byteLength]\n  var mul = 1\n  while (byteLength > 0 && (mul *= 0x100)) {\n    val += this[offset + --byteLength] * mul\n  }\n\n  return val\n}\n\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 1, this.length)\n  return this[offset]\n}\n\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 2, this.length)\n  return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 2, this.length)\n  return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n\n  return ((this[offset]) |\n      (this[offset + 1] << 8) |\n      (this[offset + 2] << 16)) +\n      (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n\n  return (this[offset] * 0x1000000) +\n    ((this[offset + 1] << 16) |\n    (this[offset + 2] << 8) |\n    this[offset + 3])\n}\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n  var val = this[offset]\n  var mul = 1\n  var i = 0\n  while (++i < byteLength && (mul *= 0x100)) {\n    val += this[offset + i] * mul\n  }\n  mul *= 0x80\n\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n  return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n  var i = byteLength\n  var mul = 1\n  var val = this[offset + --i]\n  while (i > 0 && (mul *= 0x100)) {\n    val += this[offset + --i] * mul\n  }\n  mul *= 0x80\n\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n  return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 1, this.length)\n  if (!(this[offset] & 0x80)) return (this[offset])\n  return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 2, this.length)\n  var val = this[offset] | (this[offset + 1] << 8)\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 2, this.length)\n  var val = this[offset + 1] | (this[offset] << 8)\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n\n  return (this[offset]) |\n    (this[offset + 1] << 8) |\n    (this[offset + 2] << 16) |\n    (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n\n  return (this[offset] << 24) |\n    (this[offset + 1] << 16) |\n    (this[offset + 2] << 8) |\n    (this[offset + 3])\n}\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n  return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n  return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 8, this.length)\n  return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 8, this.length)\n  return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n  if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n  if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n  value = +value\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) {\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\n  }\n\n  var mul = 1\n  var i = 0\n  this[offset] = value & 0xFF\n  while (++i < byteLength && (mul *= 0x100)) {\n    this[offset + i] = (value / mul) & 0xFF\n  }\n\n  return offset + byteLength\n}\n\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n  value = +value\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) {\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\n  }\n\n  var i = byteLength - 1\n  var mul = 1\n  this[offset + i] = value & 0xFF\n  while (--i >= 0 && (mul *= 0x100)) {\n    this[offset + i] = (value / mul) & 0xFF\n  }\n\n  return offset + byteLength\n}\n\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n  this[offset] = (value & 0xff)\n  return offset + 1\n}\n\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\n  if (value < 0) value = 0xffff + value + 1\n  for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\n    buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\n      (littleEndian ? i : 1 - i) * 8\n  }\n}\n\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value & 0xff)\n    this[offset + 1] = (value >>> 8)\n  } else {\n    objectWriteUInt16(this, value, offset, true)\n  }\n  return offset + 2\n}\n\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value >>> 8)\n    this[offset + 1] = (value & 0xff)\n  } else {\n    objectWriteUInt16(this, value, offset, false)\n  }\n  return offset + 2\n}\n\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\n  if (value < 0) value = 0xffffffff + value + 1\n  for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\n    buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\n  }\n}\n\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset + 3] = (value >>> 24)\n    this[offset + 2] = (value >>> 16)\n    this[offset + 1] = (value >>> 8)\n    this[offset] = (value & 0xff)\n  } else {\n    objectWriteUInt32(this, value, offset, true)\n  }\n  return offset + 4\n}\n\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value >>> 24)\n    this[offset + 1] = (value >>> 16)\n    this[offset + 2] = (value >>> 8)\n    this[offset + 3] = (value & 0xff)\n  } else {\n    objectWriteUInt32(this, value, offset, false)\n  }\n  return offset + 4\n}\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) {\n    var limit = Math.pow(2, 8 * byteLength - 1)\n\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\n  }\n\n  var i = 0\n  var mul = 1\n  var sub = 0\n  this[offset] = value & 0xFF\n  while (++i < byteLength && (mul *= 0x100)) {\n    if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n      sub = 1\n    }\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n  }\n\n  return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) {\n    var limit = Math.pow(2, 8 * byteLength - 1)\n\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\n  }\n\n  var i = byteLength - 1\n  var mul = 1\n  var sub = 0\n  this[offset + i] = value & 0xFF\n  while (--i >= 0 && (mul *= 0x100)) {\n    if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n      sub = 1\n    }\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n  }\n\n  return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n  if (value < 0) value = 0xff + value + 1\n  this[offset] = (value & 0xff)\n  return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value & 0xff)\n    this[offset + 1] = (value >>> 8)\n  } else {\n    objectWriteUInt16(this, value, offset, true)\n  }\n  return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value >>> 8)\n    this[offset + 1] = (value & 0xff)\n  } else {\n    objectWriteUInt16(this, value, offset, false)\n  }\n  return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value & 0xff)\n    this[offset + 1] = (value >>> 8)\n    this[offset + 2] = (value >>> 16)\n    this[offset + 3] = (value >>> 24)\n  } else {\n    objectWriteUInt32(this, value, offset, true)\n  }\n  return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n  if (value < 0) value = 0xffffffff + value + 1\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value >>> 24)\n    this[offset + 1] = (value >>> 16)\n    this[offset + 2] = (value >>> 8)\n    this[offset + 3] = (value & 0xff)\n  } else {\n    objectWriteUInt32(this, value, offset, false)\n  }\n  return offset + 4\n}\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\n  if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n  if (!noAssert) {\n    checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n  }\n  ieee754.write(buf, value, offset, littleEndian, 23, 4)\n  return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n  return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n  return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n  if (!noAssert) {\n    checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n  }\n  ieee754.write(buf, value, offset, littleEndian, 52, 8)\n  return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n  return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n  return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n  if (!start) start = 0\n  if (!end && end !== 0) end = this.length\n  if (targetStart >= target.length) targetStart = target.length\n  if (!targetStart) targetStart = 0\n  if (end > 0 && end < start) end = start\n\n  // Copy 0 bytes; we're done\n  if (end === start) return 0\n  if (target.length === 0 || this.length === 0) return 0\n\n  // Fatal error conditions\n  if (targetStart < 0) {\n    throw new RangeError('targetStart out of bounds')\n  }\n  if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\n  if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n  // Are we oob?\n  if (end > this.length) end = this.length\n  if (target.length - targetStart < end - start) {\n    end = target.length - targetStart + start\n  }\n\n  var len = end - start\n  var i\n\n  if (this === target && start < targetStart && targetStart < end) {\n    // descending copy from end\n    for (i = len - 1; i >= 0; --i) {\n      target[i + targetStart] = this[i + start]\n    }\n  } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\n    // ascending copy from start\n    for (i = 0; i < len; ++i) {\n      target[i + targetStart] = this[i + start]\n    }\n  } else {\n    Uint8Array.prototype.set.call(\n      target,\n      this.subarray(start, start + len),\n      targetStart\n    )\n  }\n\n  return len\n}\n\n// Usage:\n//    buffer.fill(number[, offset[, end]])\n//    buffer.fill(buffer[, offset[, end]])\n//    buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n  // Handle string cases:\n  if (typeof val === 'string') {\n    if (typeof start === 'string') {\n      encoding = start\n      start = 0\n      end = this.length\n    } else if (typeof end === 'string') {\n      encoding = end\n      end = this.length\n    }\n    if (val.length === 1) {\n      var code = val.charCodeAt(0)\n      if (code < 256) {\n        val = code\n      }\n    }\n    if (encoding !== undefined && typeof encoding !== 'string') {\n      throw new TypeError('encoding must be a string')\n    }\n    if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n      throw new TypeError('Unknown encoding: ' + encoding)\n    }\n  } else if (typeof val === 'number') {\n    val = val & 255\n  }\n\n  // Invalid ranges are not set to a default, so can range check early.\n  if (start < 0 || this.length < start || this.length < end) {\n    throw new RangeError('Out of range index')\n  }\n\n  if (end <= start) {\n    return this\n  }\n\n  start = start >>> 0\n  end = end === undefined ? this.length : end >>> 0\n\n  if (!val) val = 0\n\n  var i\n  if (typeof val === 'number') {\n    for (i = start; i < end; ++i) {\n      this[i] = val\n    }\n  } else {\n    var bytes = Buffer.isBuffer(val)\n      ? val\n      : utf8ToBytes(new Buffer(val, encoding).toString())\n    var len = bytes.length\n    for (i = 0; i < end - start; ++i) {\n      this[i + start] = bytes[i % len]\n    }\n  }\n\n  return this\n}\n\n// HELPER FUNCTIONS\n// ================\n\nvar INVALID_BASE64_RE = /[^+\\/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n  // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n  str = stringtrim(str).replace(INVALID_BASE64_RE, '')\n  // Node converts strings with length < 2 to ''\n  if (str.length < 2) return ''\n  // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n  while (str.length % 4 !== 0) {\n    str = str + '='\n  }\n  return str\n}\n\nfunction stringtrim (str) {\n  if (str.trim) return str.trim()\n  return str.replace(/^\\s+|\\s+$/g, '')\n}\n\nfunction toHex (n) {\n  if (n < 16) return '0' + n.toString(16)\n  return n.toString(16)\n}\n\nfunction utf8ToBytes (string, units) {\n  units = units || Infinity\n  var codePoint\n  var length = string.length\n  var leadSurrogate = null\n  var bytes = []\n\n  for (var i = 0; i < length; ++i) {\n    codePoint = string.charCodeAt(i)\n\n    // is surrogate component\n    if (codePoint > 0xD7FF && codePoint < 0xE000) {\n      // last char was a lead\n      if (!leadSurrogate) {\n        // no lead yet\n        if (codePoint > 0xDBFF) {\n          // unexpected trail\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n          continue\n        } else if (i + 1 === length) {\n          // unpaired lead\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n          continue\n        }\n\n        // valid lead\n        leadSurrogate = codePoint\n\n        continue\n      }\n\n      // 2 leads in a row\n      if (codePoint < 0xDC00) {\n        if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n        leadSurrogate = codePoint\n        continue\n      }\n\n      // valid surrogate pair\n      codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n    } else if (leadSurrogate) {\n      // valid bmp char, but last char was a lead\n      if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n    }\n\n    leadSurrogate = null\n\n    // encode utf8\n    if (codePoint < 0x80) {\n      if ((units -= 1) < 0) break\n      bytes.push(codePoint)\n    } else if (codePoint < 0x800) {\n      if ((units -= 2) < 0) break\n      bytes.push(\n        codePoint >> 0x6 | 0xC0,\n        codePoint & 0x3F | 0x80\n      )\n    } else if (codePoint < 0x10000) {\n      if ((units -= 3) < 0) break\n      bytes.push(\n        codePoint >> 0xC | 0xE0,\n        codePoint >> 0x6 & 0x3F | 0x80,\n        codePoint & 0x3F | 0x80\n      )\n    } else if (codePoint < 0x110000) {\n      if ((units -= 4) < 0) break\n      bytes.push(\n        codePoint >> 0x12 | 0xF0,\n        codePoint >> 0xC & 0x3F | 0x80,\n        codePoint >> 0x6 & 0x3F | 0x80,\n        codePoint & 0x3F | 0x80\n      )\n    } else {\n      throw new Error('Invalid code point')\n    }\n  }\n\n  return bytes\n}\n\nfunction asciiToBytes (str) {\n  var byteArray = []\n  for (var i = 0; i < str.length; ++i) {\n    // Node's code seems to be doing this and not & 0x7F..\n    byteArray.push(str.charCodeAt(i) & 0xFF)\n  }\n  return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n  var c, hi, lo\n  var byteArray = []\n  for (var i = 0; i < str.length; ++i) {\n    if ((units -= 2) < 0) break\n\n    c = str.charCodeAt(i)\n    hi = c >> 8\n    lo = c % 256\n    byteArray.push(lo)\n    byteArray.push(hi)\n  }\n\n  return byteArray\n}\n\nfunction base64ToBytes (str) {\n  return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n  for (var i = 0; i < length; ++i) {\n    if ((i + offset >= dst.length) || (i >= src.length)) break\n    dst[i + offset] = src[i]\n  }\n  return i\n}\n\nfunction isnan (val) {\n  return val !== val // eslint-disable-line no-self-compare\n}\n","\nfunction capitalize (string, opts) {\n  opts = normalizeOptions(opts)\n  if (!opts.preserve) {\n    string = string.toLowerCase();\n  }\n  return string.charAt(0).toUpperCase() + string.substring(1);\n}\n\n// a QUOTE character immediately followed by a word character\nvar QUOTE = /['\"`’]/\nvar WORD = /[0-9a-zA-Z\\u00C0-\\u017F\\u0400-\\u04FF]/\n\ncapitalize.words = function (string, opts) {\n  opts = normalizeOptions(opts)\n  if (!opts.preserve) {\n    string = string.toLowerCase();\n  }\n  var startOfWord = 0\n  var nonWord = /[^0-9a-zA-Z\\u00C0-\\u017F\\u0400-\\u04FF]+|$/g\n  var match\n  var out = \"\"\n  var count = 0\n\n  while (match = nonWord.exec(string)) {\n    var sep = match[0]\n    var sepStart = nonWord.lastIndex - sep.length\n    if (QUOTE.test(string[sepStart]) && WORD.test(string[sepStart + 1])) {\n      // don't capitalize after an embedded quote\n      continue\n    }\n    var word = string.substring(startOfWord, nonWord.lastIndex - sep.length)\n    if (QUOTE.test(word[0])) {\n      // strip leading quote\n      out += word[0]\n      word = word.substring(1)\n    }\n    if (typeof opts.skipWord === 'function' && opts.skipWord(word, count)) {\n      out += word\n    } else {\n      out += capitalize(word, opts)\n    }\n    out += sep\n    startOfWord = nonWord.lastIndex\n    count++\n    if (startOfWord == string.length) {\n      break\n    }\n  }\n\n  return out\n}\n\nfunction normalizeOptions(opts) {\n  if (!opts) {\n    return { preserve: false }\n  }\n  if (typeof opts === 'boolean') {\n    return { preserve: opts }\n  }\n  if (opts.skipWord instanceof RegExp) {\n    const rgx = opts.skipWord\n    opts.skipWord = function (word, position) {\n      return position > 0 && rgx.test(word)\n    }\n  }\n  return opts || {}\n}\n\nmodule.exports = capitalize\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// NOTE: These type checking functions intentionally don't use `instanceof`\n// because it is fragile and can be easily faked with `Object.create()`.\n\nfunction isArray(arg) {\n  if (Array.isArray) {\n    return Array.isArray(arg);\n  }\n  return objectToString(arg) === '[object Array]';\n}\nexports.isArray = isArray;\n\nfunction isBoolean(arg) {\n  return typeof arg === 'boolean';\n}\nexports.isBoolean = isBoolean;\n\nfunction isNull(arg) {\n  return arg === null;\n}\nexports.isNull = isNull;\n\nfunction isNullOrUndefined(arg) {\n  return arg == null;\n}\nexports.isNullOrUndefined = isNullOrUndefined;\n\nfunction isNumber(arg) {\n  return typeof arg === 'number';\n}\nexports.isNumber = isNumber;\n\nfunction isString(arg) {\n  return typeof arg === 'string';\n}\nexports.isString = isString;\n\nfunction isSymbol(arg) {\n  return typeof arg === 'symbol';\n}\nexports.isSymbol = isSymbol;\n\nfunction isUndefined(arg) {\n  return arg === void 0;\n}\nexports.isUndefined = isUndefined;\n\nfunction isRegExp(re) {\n  return objectToString(re) === '[object RegExp]';\n}\nexports.isRegExp = isRegExp;\n\nfunction isObject(arg) {\n  return typeof arg === 'object' && arg !== null;\n}\nexports.isObject = isObject;\n\nfunction isDate(d) {\n  return objectToString(d) === '[object Date]';\n}\nexports.isDate = isDate;\n\nfunction isError(e) {\n  return (objectToString(e) === '[object Error]' || e instanceof Error);\n}\nexports.isError = isError;\n\nfunction isFunction(arg) {\n  return typeof arg === 'function';\n}\nexports.isFunction = isFunction;\n\nfunction isPrimitive(arg) {\n  return arg === null ||\n         typeof arg === 'boolean' ||\n         typeof arg === 'number' ||\n         typeof arg === 'string' ||\n         typeof arg === 'symbol' ||  // ES6 symbol\n         typeof arg === 'undefined';\n}\nexports.isPrimitive = isPrimitive;\n\nexports.isBuffer = require('buffer').Buffer.isBuffer;\n\nfunction objectToString(o) {\n  return Object.prototype.toString.call(o);\n}\n","'use strict';\n\nexports.__esModule = true;\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nvar _gud = require('gud');\n\nvar _gud2 = _interopRequireDefault(_gud);\n\nvar _warning = require('warning');\n\nvar _warning2 = _interopRequireDefault(_warning);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\nvar MAX_SIGNED_31_BIT_INT = 1073741823;\n\n// Inlined Object.is polyfill.\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\nfunction objectIs(x, y) {\n  if (x === y) {\n    return x !== 0 || 1 / x === 1 / y;\n  } else {\n    return x !== x && y !== y;\n  }\n}\n\nfunction createEventEmitter(value) {\n  var handlers = [];\n  return {\n    on: function on(handler) {\n      handlers.push(handler);\n    },\n    off: function off(handler) {\n      handlers = handlers.filter(function (h) {\n        return h !== handler;\n      });\n    },\n    get: function get() {\n      return value;\n    },\n    set: function set(newValue, changedBits) {\n      value = newValue;\n      handlers.forEach(function (handler) {\n        return handler(value, changedBits);\n      });\n    }\n  };\n}\n\nfunction onlyChild(children) {\n  return Array.isArray(children) ? children[0] : children;\n}\n\nfunction createReactContext(defaultValue, calculateChangedBits) {\n  var _Provider$childContex, _Consumer$contextType;\n\n  var contextProp = '__create-react-context-' + (0, _gud2.default)() + '__';\n\n  var Provider = function (_Component) {\n    _inherits(Provider, _Component);\n\n    function Provider() {\n      var _temp, _this, _ret;\n\n      _classCallCheck(this, Provider);\n\n      for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n        args[_key] = arguments[_key];\n      }\n\n      return _ret = (_temp = (_this = _possibleConstructorReturn(this, _Component.call.apply(_Component, [this].concat(args))), _this), _this.emitter = createEventEmitter(_this.props.value), _temp), _possibleConstructorReturn(_this, _ret);\n    }\n\n    Provider.prototype.getChildContext = function getChildContext() {\n      var _ref;\n\n      return _ref = {}, _ref[contextProp] = this.emitter, _ref;\n    };\n\n    Provider.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {\n      if (this.props.value !== nextProps.value) {\n        var oldValue = this.props.value;\n        var newValue = nextProps.value;\n        var changedBits = void 0;\n\n        if (objectIs(oldValue, newValue)) {\n          changedBits = 0; // No change\n        } else {\n          changedBits = typeof calculateChangedBits === 'function' ? calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT;\n          if (process.env.NODE_ENV !== 'production') {\n            (0, _warning2.default)((changedBits & MAX_SIGNED_31_BIT_INT) === changedBits, 'calculateChangedBits: Expected the return value to be a ' + '31-bit integer. Instead received: %s', changedBits);\n          }\n\n          changedBits |= 0;\n\n          if (changedBits !== 0) {\n            this.emitter.set(nextProps.value, changedBits);\n          }\n        }\n      }\n    };\n\n    Provider.prototype.render = function render() {\n      return this.props.children;\n    };\n\n    return Provider;\n  }(_react.Component);\n\n  Provider.childContextTypes = (_Provider$childContex = {}, _Provider$childContex[contextProp] = _propTypes2.default.object.isRequired, _Provider$childContex);\n\n  var Consumer = function (_Component2) {\n    _inherits(Consumer, _Component2);\n\n    function Consumer() {\n      var _temp2, _this2, _ret2;\n\n      _classCallCheck(this, Consumer);\n\n      for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n        args[_key2] = arguments[_key2];\n      }\n\n      return _ret2 = (_temp2 = (_this2 = _possibleConstructorReturn(this, _Component2.call.apply(_Component2, [this].concat(args))), _this2), _this2.state = {\n        value: _this2.getValue()\n      }, _this2.onUpdate = function (newValue, changedBits) {\n        var observedBits = _this2.observedBits | 0;\n        if ((observedBits & changedBits) !== 0) {\n          _this2.setState({ value: _this2.getValue() });\n        }\n      }, _temp2), _possibleConstructorReturn(_this2, _ret2);\n    }\n\n    Consumer.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {\n      var observedBits = nextProps.observedBits;\n\n      this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default\n      : observedBits;\n    };\n\n    Consumer.prototype.componentDidMount = function componentDidMount() {\n      if (this.context[contextProp]) {\n        this.context[contextProp].on(this.onUpdate);\n      }\n      var observedBits = this.props.observedBits;\n\n      this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default\n      : observedBits;\n    };\n\n    Consumer.prototype.componentWillUnmount = function componentWillUnmount() {\n      if (this.context[contextProp]) {\n        this.context[contextProp].off(this.onUpdate);\n      }\n    };\n\n    Consumer.prototype.getValue = function getValue() {\n      if (this.context[contextProp]) {\n        return this.context[contextProp].get();\n      } else {\n        return defaultValue;\n      }\n    };\n\n    Consumer.prototype.render = function render() {\n      return onlyChild(this.props.children)(this.state.value);\n    };\n\n    return Consumer;\n  }(_react.Component);\n\n  Consumer.contextTypes = (_Consumer$contextType = {}, _Consumer$contextType[contextProp] = _propTypes2.default.object, _Consumer$contextType);\n\n\n  return {\n    Provider: Provider,\n    Consumer: Consumer\n  };\n}\n\nexports.default = createReactContext;\nmodule.exports = exports['default'];","'use strict';\n\nexports.__esModule = true;\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _implementation = require('./implementation');\n\nvar _implementation2 = _interopRequireDefault(_implementation);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nexports.default = _react2.default.createContext || _implementation2.default;\nmodule.exports = exports['default'];","'use strict';\n\nvar typeOf = require('kind-of');\n\n/**\n * Basic sort algorithm that has similar behavior to `Array.prototype.sort`\n * for null and undefined, but also allows sorting by an object property.\n *\n * @param {Mixed} `a` First value to compare.\n * @param {Mixed} `b` Second value to compare.\n * @param {String} `prop` Optional property to use when comparing objects. If specified must be a string.\n * @return {Number} Returns 1 when `a` should come after `b`, -1 when `a` should come before `b`, and 0 when `a` and `b` are equal.\n * @api public\n */\n\nmodule.exports = function defaultCompare(a, b, prop) {\n  if (prop != null && typeOf(prop) !== 'string') {\n    throw new TypeError('expected \"prop\" to be undefined or a string');\n  }\n\n  var typeA = typeOf(a);\n  var typeB = typeOf(b);\n\n  if (prop) {\n    if (typeA === 'object') {\n      a = a[prop];\n      typeA = typeOf(a);\n    }\n    if (typeB === 'object') {\n      b = b[prop];\n      typeB = typeOf(b);\n    }\n  }\n\n  if (typeA === 'null') {\n    return typeB === 'null' ? 0 : (typeB === 'undefined' ? -1 : 1);\n  } else if (typeA === 'undefined') {\n    return typeB === 'null' ? 1 : (typeB === 'undefined' ? 0 : 1);\n  } else if (typeB === 'null' || typeB === 'undefined') {\n    return -1;\n  } else {\n    return a < b ? -1 : (a > b ? 1 : 0);\n  }\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nvar R = typeof Reflect === 'object' ? Reflect : null\nvar ReflectApply = R && typeof R.apply === 'function'\n  ? R.apply\n  : function ReflectApply(target, receiver, args) {\n    return Function.prototype.apply.call(target, receiver, args);\n  }\n\nvar ReflectOwnKeys\nif (R && typeof R.ownKeys === 'function') {\n  ReflectOwnKeys = R.ownKeys\n} else if (Object.getOwnPropertySymbols) {\n  ReflectOwnKeys = function ReflectOwnKeys(target) {\n    return Object.getOwnPropertyNames(target)\n      .concat(Object.getOwnPropertySymbols(target));\n  };\n} else {\n  ReflectOwnKeys = function ReflectOwnKeys(target) {\n    return Object.getOwnPropertyNames(target);\n  };\n}\n\nfunction ProcessEmitWarning(warning) {\n  if (console && console.warn) console.warn(warning);\n}\n\nvar NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {\n  return value !== value;\n}\n\nfunction EventEmitter() {\n  EventEmitter.init.call(this);\n}\nmodule.exports = EventEmitter;\nmodule.exports.once = once;\n\n// Backwards-compat with node 0.10.x\nEventEmitter.EventEmitter = EventEmitter;\n\nEventEmitter.prototype._events = undefined;\nEventEmitter.prototype._eventsCount = 0;\nEventEmitter.prototype._maxListeners = undefined;\n\n// By default EventEmitters will print a warning if more than 10 listeners are\n// added to it. This is a useful default which helps finding memory leaks.\nvar defaultMaxListeners = 10;\n\nfunction checkListener(listener) {\n  if (typeof listener !== 'function') {\n    throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n  }\n}\n\nObject.defineProperty(EventEmitter, 'defaultMaxListeners', {\n  enumerable: true,\n  get: function() {\n    return defaultMaxListeners;\n  },\n  set: function(arg) {\n    if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {\n      throw new RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received ' + arg + '.');\n    }\n    defaultMaxListeners = arg;\n  }\n});\n\nEventEmitter.init = function() {\n\n  if (this._events === undefined ||\n      this._events === Object.getPrototypeOf(this)._events) {\n    this._events = Object.create(null);\n    this._eventsCount = 0;\n  }\n\n  this._maxListeners = this._maxListeners || undefined;\n};\n\n// Obviously not all Emitters should be limited to 10. This function allows\n// that to be increased. Set to zero for unlimited.\nEventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {\n  if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {\n    throw new RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received ' + n + '.');\n  }\n  this._maxListeners = n;\n  return this;\n};\n\nfunction _getMaxListeners(that) {\n  if (that._maxListeners === undefined)\n    return EventEmitter.defaultMaxListeners;\n  return that._maxListeners;\n}\n\nEventEmitter.prototype.getMaxListeners = function getMaxListeners() {\n  return _getMaxListeners(this);\n};\n\nEventEmitter.prototype.emit = function emit(type) {\n  var args = [];\n  for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);\n  var doError = (type === 'error');\n\n  var events = this._events;\n  if (events !== undefined)\n    doError = (doError && events.error === undefined);\n  else if (!doError)\n    return false;\n\n  // If there is no 'error' event listener then throw.\n  if (doError) {\n    var er;\n    if (args.length > 0)\n      er = args[0];\n    if (er instanceof Error) {\n      // Note: The comments on the `throw` lines are intentional, they show\n      // up in Node's output if this results in an unhandled exception.\n      throw er; // Unhandled 'error' event\n    }\n    // At least give some kind of context to the user\n    var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));\n    err.context = er;\n    throw err; // Unhandled 'error' event\n  }\n\n  var handler = events[type];\n\n  if (handler === undefined)\n    return false;\n\n  if (typeof handler === 'function') {\n    ReflectApply(handler, this, args);\n  } else {\n    var len = handler.length;\n    var listeners = arrayClone(handler, len);\n    for (var i = 0; i < len; ++i)\n      ReflectApply(listeners[i], this, args);\n  }\n\n  return true;\n};\n\nfunction _addListener(target, type, listener, prepend) {\n  var m;\n  var events;\n  var existing;\n\n  checkListener(listener);\n\n  events = target._events;\n  if (events === undefined) {\n    events = target._events = Object.create(null);\n    target._eventsCount = 0;\n  } else {\n    // To avoid recursion in the case that type === \"newListener\"! Before\n    // adding it to the listeners, first emit \"newListener\".\n    if (events.newListener !== undefined) {\n      target.emit('newListener', type,\n                  listener.listener ? listener.listener : listener);\n\n      // Re-assign `events` because a newListener handler could have caused the\n      // this._events to be assigned to a new object\n      events = target._events;\n    }\n    existing = events[type];\n  }\n\n  if (existing === undefined) {\n    // Optimize the case of one listener. Don't need the extra array object.\n    existing = events[type] = listener;\n    ++target._eventsCount;\n  } else {\n    if (typeof existing === 'function') {\n      // Adding the second element, need to change to array.\n      existing = events[type] =\n        prepend ? [listener, existing] : [existing, listener];\n      // If we've already got an array, just append.\n    } else if (prepend) {\n      existing.unshift(listener);\n    } else {\n      existing.push(listener);\n    }\n\n    // Check for listener leak\n    m = _getMaxListeners(target);\n    if (m > 0 && existing.length > m && !existing.warned) {\n      existing.warned = true;\n      // No error code for this since it is a Warning\n      // eslint-disable-next-line no-restricted-syntax\n      var w = new Error('Possible EventEmitter memory leak detected. ' +\n                          existing.length + ' ' + String(type) + ' listeners ' +\n                          'added. Use emitter.setMaxListeners() to ' +\n                          'increase limit');\n      w.name = 'MaxListenersExceededWarning';\n      w.emitter = target;\n      w.type = type;\n      w.count = existing.length;\n      ProcessEmitWarning(w);\n    }\n  }\n\n  return target;\n}\n\nEventEmitter.prototype.addListener = function addListener(type, listener) {\n  return _addListener(this, type, listener, false);\n};\n\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\n\nEventEmitter.prototype.prependListener =\n    function prependListener(type, listener) {\n      return _addListener(this, type, listener, true);\n    };\n\nfunction onceWrapper() {\n  if (!this.fired) {\n    this.target.removeListener(this.type, this.wrapFn);\n    this.fired = true;\n    if (arguments.length === 0)\n      return this.listener.call(this.target);\n    return this.listener.apply(this.target, arguments);\n  }\n}\n\nfunction _onceWrap(target, type, listener) {\n  var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };\n  var wrapped = onceWrapper.bind(state);\n  wrapped.listener = listener;\n  state.wrapFn = wrapped;\n  return wrapped;\n}\n\nEventEmitter.prototype.once = function once(type, listener) {\n  checkListener(listener);\n  this.on(type, _onceWrap(this, type, listener));\n  return this;\n};\n\nEventEmitter.prototype.prependOnceListener =\n    function prependOnceListener(type, listener) {\n      checkListener(listener);\n      this.prependListener(type, _onceWrap(this, type, listener));\n      return this;\n    };\n\n// Emits a 'removeListener' event if and only if the listener was removed.\nEventEmitter.prototype.removeListener =\n    function removeListener(type, listener) {\n      var list, events, position, i, originalListener;\n\n      checkListener(listener);\n\n      events = this._events;\n      if (events === undefined)\n        return this;\n\n      list = events[type];\n      if (list === undefined)\n        return this;\n\n      if (list === listener || list.listener === listener) {\n        if (--this._eventsCount === 0)\n          this._events = Object.create(null);\n        else {\n          delete events[type];\n          if (events.removeListener)\n            this.emit('removeListener', type, list.listener || listener);\n        }\n      } else if (typeof list !== 'function') {\n        position = -1;\n\n        for (i = list.length - 1; i >= 0; i--) {\n          if (list[i] === listener || list[i].listener === listener) {\n            originalListener = list[i].listener;\n            position = i;\n            break;\n          }\n        }\n\n        if (position < 0)\n          return this;\n\n        if (position === 0)\n          list.shift();\n        else {\n          spliceOne(list, position);\n        }\n\n        if (list.length === 1)\n          events[type] = list[0];\n\n        if (events.removeListener !== undefined)\n          this.emit('removeListener', type, originalListener || listener);\n      }\n\n      return this;\n    };\n\nEventEmitter.prototype.off = EventEmitter.prototype.removeListener;\n\nEventEmitter.prototype.removeAllListeners =\n    function removeAllListeners(type) {\n      var listeners, events, i;\n\n      events = this._events;\n      if (events === undefined)\n        return this;\n\n      // not listening for removeListener, no need to emit\n      if (events.removeListener === undefined) {\n        if (arguments.length === 0) {\n          this._events = Object.create(null);\n          this._eventsCount = 0;\n        } else if (events[type] !== undefined) {\n          if (--this._eventsCount === 0)\n            this._events = Object.create(null);\n          else\n            delete events[type];\n        }\n        return this;\n      }\n\n      // emit removeListener for all listeners on all events\n      if (arguments.length === 0) {\n        var keys = Object.keys(events);\n        var key;\n        for (i = 0; i < keys.length; ++i) {\n          key = keys[i];\n          if (key === 'removeListener') continue;\n          this.removeAllListeners(key);\n        }\n        this.removeAllListeners('removeListener');\n        this._events = Object.create(null);\n        this._eventsCount = 0;\n        return this;\n      }\n\n      listeners = events[type];\n\n      if (typeof listeners === 'function') {\n        this.removeListener(type, listeners);\n      } else if (listeners !== undefined) {\n        // LIFO order\n        for (i = listeners.length - 1; i >= 0; i--) {\n          this.removeListener(type, listeners[i]);\n        }\n      }\n\n      return this;\n    };\n\nfunction _listeners(target, type, unwrap) {\n  var events = target._events;\n\n  if (events === undefined)\n    return [];\n\n  var evlistener = events[type];\n  if (evlistener === undefined)\n    return [];\n\n  if (typeof evlistener === 'function')\n    return unwrap ? [evlistener.listener || evlistener] : [evlistener];\n\n  return unwrap ?\n    unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);\n}\n\nEventEmitter.prototype.listeners = function listeners(type) {\n  return _listeners(this, type, true);\n};\n\nEventEmitter.prototype.rawListeners = function rawListeners(type) {\n  return _listeners(this, type, false);\n};\n\nEventEmitter.listenerCount = function(emitter, type) {\n  if (typeof emitter.listenerCount === 'function') {\n    return emitter.listenerCount(type);\n  } else {\n    return listenerCount.call(emitter, type);\n  }\n};\n\nEventEmitter.prototype.listenerCount = listenerCount;\nfunction listenerCount(type) {\n  var events = this._events;\n\n  if (events !== undefined) {\n    var evlistener = events[type];\n\n    if (typeof evlistener === 'function') {\n      return 1;\n    } else if (evlistener !== undefined) {\n      return evlistener.length;\n    }\n  }\n\n  return 0;\n}\n\nEventEmitter.prototype.eventNames = function eventNames() {\n  return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];\n};\n\nfunction arrayClone(arr, n) {\n  var copy = new Array(n);\n  for (var i = 0; i < n; ++i)\n    copy[i] = arr[i];\n  return copy;\n}\n\nfunction spliceOne(list, index) {\n  for (; index + 1 < list.length; index++)\n    list[index] = list[index + 1];\n  list.pop();\n}\n\nfunction unwrapListeners(arr) {\n  var ret = new Array(arr.length);\n  for (var i = 0; i < ret.length; ++i) {\n    ret[i] = arr[i].listener || arr[i];\n  }\n  return ret;\n}\n\nfunction once(emitter, name) {\n  return new Promise(function (resolve, reject) {\n    function errorListener(err) {\n      emitter.removeListener(name, resolver);\n      reject(err);\n    }\n\n    function resolver() {\n      if (typeof emitter.removeListener === 'function') {\n        emitter.removeListener('error', errorListener);\n      }\n      resolve([].slice.call(arguments));\n    };\n\n    eventTargetAgnosticAddListener(emitter, name, resolver, { once: true });\n    if (name !== 'error') {\n      addErrorHandlerIfEventEmitter(emitter, errorListener, { once: true });\n    }\n  });\n}\n\nfunction addErrorHandlerIfEventEmitter(emitter, handler, flags) {\n  if (typeof emitter.on === 'function') {\n    eventTargetAgnosticAddListener(emitter, 'error', handler, flags);\n  }\n}\n\nfunction eventTargetAgnosticAddListener(emitter, name, listener, flags) {\n  if (typeof emitter.on === 'function') {\n    if (flags.once) {\n      emitter.once(name, listener);\n    } else {\n      emitter.on(name, listener);\n    }\n  } else if (typeof emitter.addEventListener === 'function') {\n    // EventTarget does not have `error` event semantics like Node\n    // EventEmitters, we do not listen for `error` events here.\n    emitter.addEventListener(name, function wrapListener(arg) {\n      // IE does not have builtin `{ once: true }` support so we\n      // have to do it manually.\n      if (flags.once) {\n        emitter.removeEventListener(name, wrapListener);\n      }\n      listener(arg);\n    });\n  } else {\n    throw new TypeError('The \"emitter\" argument must be of type EventEmitter. Received type ' + typeof emitter);\n  }\n}\n","/* eslint-disable no-param-reassign */\nvar index = function (breakpoints) {\n  var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},\n      literal = _ref.literal,\n      overlap = _ref.overlap;\n\n  var mq = literal ? breakpoints : ['&'].concat(breakpoints);\n\n  function flatten(obj) {\n    if (typeof obj !== 'object' || obj == null) {\n      return [];\n    }\n\n    if (Array.isArray(obj)) {\n      return obj.map(flatten);\n    }\n\n    var slots = {};\n    var objects = {};\n    var props = {};\n    Object.keys(obj).forEach(function (key) {\n      // Check if value is an array, but skip if it looks like a selector.\n      // key.indexOf('&') === 0\n\n      var item = obj[key];\n      if (!Array.isArray(item) && literal) item = [item];\n\n      if ((literal || Array.isArray(item)) && key.charCodeAt(0) !== 38) {\n        var prior = void 0;\n        item.forEach(function (v, index) {\n          // Optimize by removing duplicated media query entries\n          // when they are explicitly known to overlap.\n          if (overlap && prior === v) {\n            return;\n          }\n\n          if (v == null) {\n            // Do not create entries for undefined values as this will\n            // generate empty media media quries\n            return;\n          }\n\n          prior = v;\n\n          if (index === 0 && !literal) {\n            props[key] = v;\n          } else if (slots[mq[index]] === undefined) {\n            var _slots$mq$index;\n\n            slots[mq[index]] = (_slots$mq$index = {}, _slots$mq$index[key] = v, _slots$mq$index);\n          } else {\n            slots[mq[index]][key] = v;\n          }\n        });\n      } else if (typeof item === 'object') {\n        objects[key] = flatten(item);\n      } else {\n        props[key] = item;\n      }\n    });\n\n    // Ensure that all slots and then child objects are pushed to the end\n    mq.forEach(function (el) {\n      if (slots[el]) {\n        props[el] = slots[el];\n      }\n    });\n    Object.assign(props, objects);\n    return props;\n  }\n\n  return function () {\n    for (var _len = arguments.length, values = Array(_len), _key = 0; _key < _len; _key++) {\n      values[_key] = arguments[_key];\n    }\n\n    return values.map(flatten);\n  };\n};\n\nexport default index;\n//# sourceMappingURL=index.es.js.map\n","'use strict';\n\nvar isArray = Array.isArray;\nvar keyList = Object.keys;\nvar hasProp = Object.prototype.hasOwnProperty;\n\nmodule.exports = function equal(a, b) {\n  if (a === b) return true;\n\n  if (a && b && typeof a == 'object' && typeof b == 'object') {\n    var arrA = isArray(a)\n      , arrB = isArray(b)\n      , i\n      , length\n      , key;\n\n    if (arrA && arrB) {\n      length = a.length;\n      if (length != b.length) return false;\n      for (i = length; i-- !== 0;)\n        if (!equal(a[i], b[i])) return false;\n      return true;\n    }\n\n    if (arrA != arrB) return false;\n\n    var dateA = a instanceof Date\n      , dateB = b instanceof Date;\n    if (dateA != dateB) return false;\n    if (dateA && dateB) return a.getTime() == b.getTime();\n\n    var regexpA = a instanceof RegExp\n      , regexpB = b instanceof RegExp;\n    if (regexpA != regexpB) return false;\n    if (regexpA && regexpB) return a.toString() == b.toString();\n\n    var keys = keyList(a);\n    length = keys.length;\n\n    if (length !== keyList(b).length)\n      return false;\n\n    for (i = length; i-- !== 0;)\n      if (!hasProp.call(b, keys[i])) return false;\n\n    for (i = length; i-- !== 0;) {\n      key = keys[i];\n      if (!equal(a[key], b[key])) return false;\n    }\n\n    return true;\n  }\n\n  return a!==a && b!==b;\n};\n","'use strict'\n\nvar formatter = require('format')\n\nvar fault = create(Error)\n\nmodule.exports = fault\n\nfault.eval = create(EvalError)\nfault.range = create(RangeError)\nfault.reference = create(ReferenceError)\nfault.syntax = create(SyntaxError)\nfault.type = create(TypeError)\nfault.uri = create(URIError)\n\nfault.create = create\n\n// Create a new `EConstructor`, with the formatted `format` as a first argument.\nfunction create(EConstructor) {\n  FormattedError.displayName = EConstructor.displayName || EConstructor.name\n\n  return FormattedError\n\n  function FormattedError(format) {\n    if (format) {\n      format = formatter.apply(null, arguments)\n    }\n\n    return new EConstructor(format)\n  }\n}\n","//\n// format - printf-like string formatting for JavaScript\n// github.com/samsonjs/format\n// @_sjs\n//\n// Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net>\n//\n// MIT License\n// http://sjs.mit-license.org\n//\n\n;(function() {\n\n  //// Export the API\n  var namespace;\n\n  // CommonJS / Node module\n  if (typeof module !== 'undefined') {\n    namespace = module.exports = format;\n  }\n\n  // Browsers and other environments\n  else {\n    // Get the global object. Works in ES3, ES5, and ES5 strict mode.\n    namespace = (function(){ return this || (1,eval)('this') }());\n  }\n\n  namespace.format = format;\n  namespace.vsprintf = vsprintf;\n\n  if (typeof console !== 'undefined' && typeof console.log === 'function') {\n    namespace.printf = printf;\n  }\n\n  function printf(/* ... */) {\n    console.log(format.apply(null, arguments));\n  }\n\n  function vsprintf(fmt, replacements) {\n    return format.apply(null, [fmt].concat(replacements));\n  }\n\n  function format(fmt) {\n    var argIndex = 1 // skip initial format argument\n      , args = [].slice.call(arguments)\n      , i = 0\n      , n = fmt.length\n      , result = ''\n      , c\n      , escaped = false\n      , arg\n      , tmp\n      , leadingZero = false\n      , precision\n      , nextArg = function() { return args[argIndex++]; }\n      , slurpNumber = function() {\n          var digits = '';\n          while (/\\d/.test(fmt[i])) {\n            digits += fmt[i++];\n            c = fmt[i];\n          }\n          return digits.length > 0 ? parseInt(digits) : null;\n        }\n      ;\n    for (; i < n; ++i) {\n      c = fmt[i];\n      if (escaped) {\n        escaped = false;\n        if (c == '.') {\n          leadingZero = false;\n          c = fmt[++i];\n        }\n        else if (c == '0' && fmt[i + 1] == '.') {\n          leadingZero = true;\n          i += 2;\n          c = fmt[i];\n        }\n        else {\n          leadingZero = true;\n        }\n        precision = slurpNumber();\n        switch (c) {\n        case 'b': // number in binary\n          result += parseInt(nextArg(), 10).toString(2);\n          break;\n        case 'c': // character\n          arg = nextArg();\n          if (typeof arg === 'string' || arg instanceof String)\n            result += arg;\n          else\n            result += String.fromCharCode(parseInt(arg, 10));\n          break;\n        case 'd': // number in decimal\n          result += parseInt(nextArg(), 10);\n          break;\n        case 'f': // floating point number\n          tmp = String(parseFloat(nextArg()).toFixed(precision || 6));\n          result += leadingZero ? tmp : tmp.replace(/^0/, '');\n          break;\n        case 'j': // JSON\n          result += JSON.stringify(nextArg());\n          break;\n        case 'o': // number in octal\n          result += '0' + parseInt(nextArg(), 10).toString(8);\n          break;\n        case 's': // string\n          result += nextArg();\n          break;\n        case 'x': // lowercase hexadecimal\n          result += '0x' + parseInt(nextArg(), 10).toString(16);\n          break;\n        case 'X': // uppercase hexadecimal\n          result += '0x' + parseInt(nextArg(), 10).toString(16).toUpperCase();\n          break;\n        default:\n          result += c;\n          break;\n        }\n      } else if (c === '%') {\n        escaped = true;\n      } else {\n        result += c;\n      }\n    }\n    return result;\n  }\n\n}());\n","/*!\n * get-value <https://github.com/jonschlinkert/get-value>\n *\n * Copyright (c) 2014-2015, Jon Schlinkert.\n * Licensed under the MIT License.\n */\n\nmodule.exports = function(obj, prop, a, b, c) {\n  if (!isObject(obj) || !prop) {\n    return obj;\n  }\n\n  prop = toString(prop);\n\n  // allowing for multiple properties to be passed as\n  // a string or array, but much faster (3-4x) than doing\n  // `[].slice.call(arguments)`\n  if (a) prop += '.' + toString(a);\n  if (b) prop += '.' + toString(b);\n  if (c) prop += '.' + toString(c);\n\n  if (prop in obj) {\n    return obj[prop];\n  }\n\n  var segs = prop.split('.');\n  var len = segs.length;\n  var i = -1;\n\n  while (obj && (++i < len)) {\n    var key = segs[i];\n    while (key[key.length - 1] === '\\\\') {\n      key = key.slice(0, -1) + '.' + segs[++i];\n    }\n    obj = obj[key];\n  }\n  return obj;\n};\n\nfunction isObject(val) {\n  return val !== null && (typeof val === 'object' || typeof val === 'function');\n}\n\nfunction toString(val) {\n  if (!val) return '';\n  if (Array.isArray(val)) {\n    return val.join('.');\n  }\n  return val;\n}\n","/*!\n * github-buttons v2.22.1\n * (c) 2022 なつき\n * @license BSD-2-Clause\n */\nvar document = window.document;\n\nvar Math = window.Math;\n\nvar HTMLElement = window.HTMLElement;\n\nvar XMLHttpRequest = window.XMLHttpRequest;\n\nvar forEach = function (obj, func) {\n  for (var i = 0, len = obj.length; i < len; i++) {\n    func(obj[i]);\n  }\n};\n\nvar createElementInDocument = function (document) {\n  return function (tag, props, children) {\n    var el = document.createElement(tag);\n    if (props != null) {\n      for (var prop in props) {\n        var val = props[prop];\n        if (val != null) {\n          if (el[prop] != null) {\n            el[prop] = val;\n          } else {\n            el.setAttribute(prop, val);\n          }\n        }\n      }\n    }\n    if (children != null) {\n      forEach(children, function (child) {\n        el.appendChild(typeof child === 'string' ? document.createTextNode(child) : child);\n      });\n    }\n    return el\n  }\n};\n\nvar createElement = createElementInDocument(document);\n\nvar dispatchOnce = function (func) {\n  var onceToken;\n  return function () {\n    if (!onceToken) {\n      onceToken = 1;\n      func.apply(this, arguments);\n    }\n  }\n};\n\nvar hasOwnProperty = function (obj, prop) {\n  return {}.hasOwnProperty.call(obj, prop)\n};\n\nvar toLowerCase = function (obj) {\n  return ('' + obj).toLowerCase()\n};\n\nvar name = \"github-buttons\";\nvar version = \"2.22.1\";\n\nvar iframeURL = 'https://' + (/* istanbul ignore next */ 'unpkg.com/' + name + '@' + version + '/dist' ) + '/buttons.html';\n\nvar domain = 'github.com';\n\nvar apiBaseURL = 'https://api.' + domain;\n\nvar useXHR = XMLHttpRequest && 'prototype' in XMLHttpRequest && 'withCredentials' in XMLHttpRequest.prototype;\n\nvar useShadowDOM = useXHR && HTMLElement && 'attachShadow' in HTMLElement.prototype && !('prototype' in HTMLElement.prototype.attachShadow);\n\nvar onEvent = function (target, eventName, func) {\n  /* istanbul ignore else: IE lt 9 */\n  if (target.addEventListener) {\n    target.addEventListener(eventName, func, false);\n  } else {\n    target.attachEvent('on' + eventName, func);\n  }\n};\n\nvar offEvent = function (target, eventName, func) {\n  /* istanbul ignore else: IE lt 9 */\n  if (target.removeEventListener) {\n    target.removeEventListener(eventName, func, false);\n  } else {\n    target.detachEvent('on' + eventName, func);\n  }\n};\n\nvar onceEvent = function (target, eventName, func) {\n  var callback = function () {\n    offEvent(target, eventName, callback);\n    return func.apply(this, arguments)\n  };\n  onEvent(target, eventName, callback);\n};\n\nvar onceReadyStateChange = /* istanbul ignore next: IE lt 9 */ function (target, regex, func) {\n  if (target.readyState != null) {\n    var eventName = 'readystatechange';\n    var callback = function () {\n      if (regex.test(target.readyState)) {\n        offEvent(target, eventName, callback);\n        return func.apply(this, arguments)\n      }\n    };\n    onEvent(target, eventName, callback);\n  }\n};\n\nvar parseOptions = function (anchor) {\n  var options = {\n    href: anchor.href,\n    title: anchor.title,\n    'aria-label': anchor.getAttribute('aria-label')\n  };\n\n  forEach(['icon', 'color-scheme', 'text', 'size', 'show-count'], function (option) {\n    var attribute = 'data-' + option;\n    options[attribute] = anchor.getAttribute(attribute);\n  });\n\n  if (options['data-text'] == null) {\n    options['data-text'] = anchor.textContent || anchor.innerText;\n  }\n\n  return options\n};\n\nvar buttonsCssText = \"body{margin:0}a{text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:0;line-height:0;white-space:nowrap}.btn,.social-count{position:relative;display:inline-block;display:inline-flex;height:14px;padding:2px 5px;font-size:11px;font-weight:600;line-height:14px;vertical-align:bottom;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid}.btn{border-radius:.25em}.btn:not(:last-child){border-radius:.25em 0 0 .25em}.social-count{border-left:0;border-radius:0 .25em .25em 0}.widget-lg .btn,.widget-lg .social-count{height:16px;padding:5px 10px;font-size:12px;line-height:16px}.octicon{display:inline-block;vertical-align:text-top;fill:currentColor;overflow:visible}\";\n\nvar light = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0969da;outline-offset:-2px}.btn{color:#24292f;background-color:#ebf0f4;border-color:#ccd1d5;border-color:rgba(27,31,36,.15);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f6f8fa'/%3e%3cstop offset='90%25' stop-color='%23ebf0f4'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #f6f8fa, #ebf0f4 90%);background-image:linear-gradient(180deg, #f6f8fa, #ebf0f4 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF6F8FA', endColorstr='#FFEAEFF3')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#e9ebef;background-position:0 -0.5em;border-color:#caccd1;border-color:rgba(27,31,36,.15);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f3f4f6'/%3e%3cstop offset='90%25' stop-color='%23e9ebef'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #f3f4f6, #e9ebef 90%);background-image:linear-gradient(180deg, #f3f4f6, #e9ebef 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF3F4F6', endColorstr='#FFE8EAEE')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#e5e9ed;border-color:#c7cbcf;border-color:rgba(27,31,36,.15);box-shadow:inset 0 .15em .3em rgba(27,31,36,.15);background-image:none;filter:none}.social-count{color:#24292f;background-color:#fff;border-color:#ddddde;border-color:rgba(27,31,36,.15)}.social-count:hover,.social-count:focus{color:#0969da}.octicon-heart{color:#bf3989}\";\n\nvar lightHighContrast = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0349b4;outline-offset:-2px}.btn{color:#0e1116;background-color:#e7ecf0;border-color:#2f3237;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#c4cdd5;background-position:0 -0.5em;border-color:#282c32;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:active{background-color:#d8dde1;border-color:#2c2f34;border-color:rgba(1,4,9,.8);box-shadow:inset 0 .15em .3em rgba(1,4,9,.15)}.social-count{color:#0e1116;background-color:#fff;border-color:#34363a;border-color:rgba(1,4,9,.8)}.social-count:hover,.social-count:focus{color:#0349b4}.octicon-heart{color:#971368}\";\n\nvar dark = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px}.btn{color:#c9d1d9;background-color:#1a1e23;border-color:#2f3439;border-color:rgba(240,246,252,.1);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2321262d'/%3e%3cstop offset='90%25' stop-color='%231a1e23'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #21262d, #1a1e23 90%);background-image:linear-gradient(180deg, #21262d, #1a1e23 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF21262D', endColorstr='#FF191D22')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#292e33;background-position:0 -0.5em;border-color:#8b949e;background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2330363d'/%3e%3cstop offset='90%25' stop-color='%23292e33'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #30363d, #292e33 90%);background-image:linear-gradient(180deg, #30363d, #292e33 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF30363D', endColorstr='#FF282D32')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#161719;border-color:#8b949e;box-shadow:inset 0 .15em .3em rgba(1,4,9,.15);background-image:none;filter:none}.social-count{color:#c9d1d9;background-color:#0d1117;border-color:#24282e;border-color:rgba(240,246,252,.1)}.social-count:hover,.social-count:focus{color:#58a6ff}.octicon-heart{color:#db61a2}\";\n\nvar darkDimmed = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #539bf5;outline-offset:-2px}.btn{color:#adbac7;background-color:#30363d;border-color:#40464e;border-color:rgba(205,217,229,.1);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23373e47'/%3e%3cstop offset='90%25' stop-color='%2330363d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #373e47, #30363d 90%);background-image:linear-gradient(180deg, #373e47, #30363d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF373E47', endColorstr='#FF2F353C')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#3c444d;background-position:0 -0.5em;border-color:#768390;background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23444c56'/%3e%3cstop offset='90%25' stop-color='%233c444d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #444c56, #3c444d 90%);background-image:linear-gradient(180deg, #444c56, #3c444d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF444C56', endColorstr='#FF3B434C')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#2e3031;border-color:#768390;box-shadow:inset 0 .15em .3em rgba(28,33,40,.15);background-image:none;filter:none}.social-count{color:#adbac7;background-color:#22272e;border-color:#333940;border-color:rgba(205,217,229,.1)}.social-count:hover,.social-count:focus{color:#539bf5}.octicon-heart{color:#c96198}\";\n\nvar darkHighContrast = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #71b7ff;outline-offset:-2px}.btn{color:#f0f3f6;background-color:#272b33;border-color:#7a828e;background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#4a515b;background-position:0 -0.5em;border-color:#bdc4cc;background-image:none;filter:none}.btn:active{background-color:#1d1d1f;border-color:#bdc4cc;box-shadow:inset 0 .15em .3em rgba(1,4,9,.15)}.social-count{color:#f0f3f6;background-color:#0a0c10;border-color:#7a828e}.social-count:hover,.social-count:focus{color:#71b7ff}.octicon-heart{color:#ef6eb1}\";\n\nvar stringify = function (obj, sep, eq, encodeURIComponent) {\n  if (sep == null) {\n    sep = '&';\n  }\n  if (eq == null) {\n    eq = '=';\n  }\n  if (encodeURIComponent == null) {\n    encodeURIComponent = window.encodeURIComponent;\n  }\n  var params = [];\n  for (var name in obj) {\n    var value = obj[name];\n    if (value != null) {\n      params.push(encodeURIComponent(name) + eq + encodeURIComponent(value));\n    }\n  }\n  return params.join(sep)\n};\n\nvar parse = function (str, sep, eq, decodeURIComponent) {\n  if (sep == null) {\n    sep = '&';\n  }\n  if (eq == null) {\n    eq = '=';\n  }\n  if (decodeURIComponent == null) {\n    decodeURIComponent = window.decodeURIComponent;\n  }\n  var obj = {};\n  forEach(str.split(sep), function (entry) {\n    if (entry !== '') {\n      var ref = entry.split(eq);\n      obj[decodeURIComponent(ref[0])] = (ref[1] != null ? decodeURIComponent(ref.slice(1).join(eq)) : undefined);\n    }\n  });\n  return obj\n};\n\nvar widgetColorSchemes = {\n  light: light,\n  light_high_contrast: lightHighContrast,\n  dark: dark,\n  dark_dimmed: darkDimmed,\n  dark_high_contrast: darkHighContrast\n};\n\nvar getColorSchemeMediaQuery = function (systemColorScheme, widgetColorScheme) {\n  return '@media(prefers-color-scheme:' + systemColorScheme + '){' + widgetColorSchemes[hasOwnProperty(widgetColorSchemes, widgetColorScheme) ? widgetColorScheme : systemColorScheme] + '}'\n};\n\nvar getColorScheme = function (declarations) {\n  if (declarations == null) {\n    return widgetColorSchemes.light\n  }\n\n  if (hasOwnProperty(widgetColorSchemes, declarations)) {\n    return widgetColorSchemes[declarations]\n  }\n\n  var colorSchemes = parse(declarations, ';', ':', function (str) {\n    return str.replace(/^[ \\t\\n\\f\\r]+|[ \\t\\n\\f\\r]+$/g, '')\n  });\n\n  return widgetColorSchemes[hasOwnProperty(widgetColorSchemes, colorSchemes['no-preference']) ? colorSchemes['no-preference'] : 'light'] +\n    getColorSchemeMediaQuery('light', colorSchemes.light) +\n    getColorSchemeMediaQuery('dark', colorSchemes.dark)\n};\n\nvar data = {\n  \"comment-discussion\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M1.5 2.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-3.5a.75.75 0 00-.53.22L3.5 11.44V9.25a.75.75 0 00-.75-.75h-1a.25.25 0 01-.25-.25v-5.5zM1.75 1A1.75 1.75 0 000 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 002.487 1.03L7.061 10h3.189A1.75 1.75 0 0012 8.25v-5.5A1.75 1.75 0 0010.25 1h-8.5zM14.5 4.75a.25.25 0 00-.25-.25h-.5a.75.75 0 110-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0114.25 12H14v1.543a1.457 1.457 0 01-2.487 1.03L9.22 12.28a.75.75 0 111.06-1.06l2.22 2.22v-2.19a.75.75 0 01.75-.75h1a.25.25 0 00.25-.25v-5.5z\\\"></path>\"\n      }\n    }\n  },\n  download: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M7.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z\\\"></path>\"\n      }\n    }\n  },\n  eye: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z\\\"></path>\"\n      }\n    }\n  },\n  heart: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z\\\"></path>\"\n      }\n    }\n  },\n  \"issue-opened\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path d=\\\"M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\\\"></path><path fill-rule=\\\"evenodd\\\" d=\\\"M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z\\\"></path>\"\n      }\n    }\n  },\n  \"mark-github\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z\\\"></path>\"\n      }\n    }\n  },\n  \"package\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M8.878.392a1.75 1.75 0 00-1.756 0l-5.25 3.045A1.75 1.75 0 001 4.951v6.098c0 .624.332 1.2.872 1.514l5.25 3.045a1.75 1.75 0 001.756 0l5.25-3.045c.54-.313.872-.89.872-1.514V4.951c0-.624-.332-1.2-.872-1.514L8.878.392zM7.875 1.69a.25.25 0 01.25 0l4.63 2.685L8 7.133 3.245 4.375l4.63-2.685zM2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432L2.5 5.677zm6.25 8.271l4.625-2.683a.25.25 0 00.125-.216V5.677L8.75 8.432v5.516z\\\"></path>\"\n      }\n    }\n  },\n  play: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z\\\"></path>\"\n      }\n    }\n  },\n  \"repo-forked\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z\\\"></path>\"\n      }\n    }\n  },\n  \"repo-template\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M6 .75A.75.75 0 016.75 0h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 .75zm5 0a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V1.5h-.75A.75.75 0 0111 .75zM4.992.662a.75.75 0 01-.636.848c-.436.063-.783.41-.846.846a.75.75 0 01-1.485-.212A2.501 2.501 0 014.144.025a.75.75 0 01.848.637zM2.75 4a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 012.75 4zm10.5 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM2.75 8a.75.75 0 01.75.75v.268A1.72 1.72 0 013.75 9h.5a.75.75 0 010 1.5h-.5a.25.25 0 00-.25.25v.75c0 .28.114.532.3.714a.75.75 0 01-1.05 1.072A2.495 2.495 0 012 11.5V8.75A.75.75 0 012.75 8zm10.5 0a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5h1.75v-2h-.75a.75.75 0 010-1.5h.75v-.25a.75.75 0 01.75-.75zM6 9.75A.75.75 0 016.75 9h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 9.75zm-1 2.5v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z\\\"></path>\"\n      }\n    }\n  },\n  star: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z\\\"></path>\"\n      }\n    }\n  }\n};\n\nvar octicon = function (icon, height) {\n  icon = toLowerCase(icon).replace(/^octicon-/, '');\n  if (!hasOwnProperty(data, icon)) {\n    icon = 'mark-github';\n  }\n\n  var defaultHeight = height >= 24 && /* istanbul ignore next */ 24 in data[icon].heights ? /* istanbul ignore next */ 24 : 16;\n\n  var svg = data[icon].heights[defaultHeight];\n\n  return '<svg viewBox=\"0 0 ' + svg.width + ' ' + defaultHeight + '\" width=\"' + (height * svg.width / defaultHeight) + '\" height=\"' + height + '\" class=\"octicon octicon-' + icon + '\" aria-hidden=\"true\">' + svg.path + '</svg>'\n};\n\nvar queues = {};\n\nvar fetch = function (url, func) {\n  var queue = queues[url] || (queues[url] = []);\n  if (queue.push(func) > 1) {\n    return\n  }\n\n  var callback = dispatchOnce(function () {\n    delete queues[url];\n    while ((func = queue.shift())) {\n      func.apply(null, arguments);\n    }\n  });\n\n  if (useXHR) {\n    var xhr = new XMLHttpRequest();\n    onEvent(xhr, 'abort', callback);\n    onEvent(xhr, 'error', callback);\n    onEvent(xhr, 'load', function () {\n      var data;\n      try {\n        data = JSON.parse(this.responseText);\n      } catch (error) {\n        callback(error);\n        return\n      }\n      callback(this.status !== 200, data);\n    });\n    xhr.open('GET', url);\n    xhr.send();\n  } else {\n    var contentWindow = this || window;\n    contentWindow._ = function (json) {\n      contentWindow._ = null;\n      callback(json.meta.status !== 200, json.data);\n    };\n    var script = createElementInDocument(contentWindow.document)('script', {\n      async: true,\n      src: url + (url.indexOf('?') !== -1 ? '&' : '?') + 'callback=_'\n    });\n    var onloadend = /* istanbul ignore next: IE lt 9 */ function () {\n      if (contentWindow._) {\n        contentWindow._({\n          meta: {}\n        });\n      }\n    };\n    onEvent(script, 'load', onloadend);\n    onEvent(script, 'error', onloadend);\n    onceReadyStateChange(script, /de|m/, onloadend);\n    contentWindow.document.getElementsByTagName('head')[0].appendChild(script);\n  }\n};\n\nvar render$1 = function (root, options, func) {\n  var createElement = createElementInDocument(root.ownerDocument);\n\n  var style = root.appendChild(createElement('style', {\n    type: 'text/css'\n  }));\n\n  var cssText = buttonsCssText + getColorScheme(options['data-color-scheme']);\n\n  /* istanbul ignore if: IE lt 9 */\n  if (style.styleSheet) {\n    style.styleSheet.cssText = cssText;\n  } else {\n    style.appendChild(root.ownerDocument.createTextNode(cssText));\n  }\n\n  var isLarge = toLowerCase(options['data-size']) === 'large';\n\n  var btn = createElement('a', {\n    className: 'btn',\n    href: options.href,\n    rel: 'noopener',\n    target: '_blank',\n    title: options.title || undefined,\n    'aria-label': options['aria-label'] || undefined,\n    innerHTML: octicon(options['data-icon'], isLarge ? 16 : 14) + '&nbsp;'\n  }, [\n    createElement('span', {}, [options['data-text'] || ''])\n  ]);\n\n  var widget = root.appendChild(createElement('div', {\n    className: 'widget' + (isLarge ? ' widget-lg' : '')\n  }, [\n    btn\n  ]));\n\n  var hostname = btn.hostname.replace(/\\.$/, '');\n  if (('.' + hostname).substring(hostname.length - domain.length) !== ('.' + domain)) {\n    btn.removeAttribute('href');\n    func(widget);\n    return\n  }\n\n  var path = (' /' + btn.pathname).split(/\\/+/);\n  if (((hostname === domain || hostname === 'gist.' + domain) && path[3] === 'archive') ||\n    (hostname === domain && path[3] === 'releases' && (path[4] === 'download' || (path[4] === 'latest' && path[5] === 'download'))) ||\n    (hostname === 'codeload.' + domain)) {\n    btn.target = '_top';\n  }\n\n  if (toLowerCase(options['data-show-count']) !== 'true' ||\n    hostname !== domain ||\n    path[1] === 'marketplace' ||\n    path[1] === 'sponsors' ||\n    path[1] === 'orgs' ||\n    path[1] === 'users' ||\n    path[1] === '-') {\n    func(widget);\n    return\n  }\n\n  var href, property;\n  if (!path[2] && path[1]) {\n    property = 'followers';\n    href = '?tab=followers';\n  } else if (!path[3] && path[2]) {\n    property = 'stargazers_count';\n    href = '/stargazers';\n  } else if (!path[4] && path[3] === 'subscription') {\n    property = 'subscribers_count';\n    href = '/watchers';\n  } else if (!path[4] && path[3] === 'fork') {\n    property = 'forks_count';\n    href = '/network/members';\n  } else if (path[3] === 'issues') {\n    property = 'open_issues_count';\n    href = '/issues';\n  } else {\n    func(widget);\n    return\n  }\n\n  var api = path[2] ? '/repos/' + path[1] + '/' + path[2] : '/users/' + path[1];\n  fetch.call(this, apiBaseURL + api, function (error, json) {\n    if (!error) {\n      var data = json[property];\n      widget.appendChild(createElement('a', {\n        className: 'social-count',\n        href: json.html_url + href,\n        rel: 'noopener',\n        target: '_blank',\n        'aria-label': data + ' ' + property.replace(/_count$/, '').replace('_', ' ').slice(0, data < 2 ? -1 : undefined) + ' on GitHub'\n      }, [\n        ('' + data).replace(/\\B(?=(\\d{3})+(?!\\d))/g, ',')\n      ]));\n    }\n    func(widget);\n  });\n};\n\nvar devicePixelRatio = window.devicePixelRatio || /* istanbul ignore next */ 1;\n\nvar ceilPixel = function (px) {\n  return (devicePixelRatio > 1 ? Math.ceil(Math.round(px * devicePixelRatio) / devicePixelRatio * 2) / 2 : Math.ceil(px)) || 0\n};\n\nvar get = function (el) {\n  var width = el.offsetWidth;\n  var height = el.offsetHeight;\n  if (el.getBoundingClientRect) {\n    var boundingClientRect = el.getBoundingClientRect();\n    width = Math.max(width, ceilPixel(boundingClientRect.width));\n    height = Math.max(height, ceilPixel(boundingClientRect.height));\n  }\n  return [width, height]\n};\n\nvar set = function (el, size) {\n  el.style.width = size[0] + 'px';\n  el.style.height = size[1] + 'px';\n};\n\nvar render = function (options, func) {\n  if (options == null || func == null) {\n    return\n  }\n  if (options.getAttribute) {\n    options = parseOptions(options);\n  }\n  if (useShadowDOM) {\n    var host = createElement('span');\n    render$1(host.attachShadow({ mode: 'closed' }), options, function () {\n      func(host);\n    });\n  } else {\n    var iframe = createElement('iframe', {\n      src: 'javascript:0',\n      title: options.title || undefined,\n      allowtransparency: true,\n      scrolling: 'no',\n      frameBorder: 0\n    });\n    set(iframe, [0, 0]);\n    iframe.style.border = 'none';\n    var callback = function () {\n      var contentWindow = iframe.contentWindow;\n      var body;\n      try {\n        body = contentWindow.document.body;\n      } catch (_) /* istanbul ignore next: IE 11 */ {\n        document.body.appendChild(iframe.parentNode.removeChild(iframe));\n        return\n      }\n      offEvent(iframe, 'load', callback);\n      render$1.call(contentWindow, body, options, function (widget) {\n        var size = get(widget);\n        iframe.parentNode.removeChild(iframe);\n        onceEvent(iframe, 'load', function () {\n          set(iframe, size);\n        });\n        iframe.src = iframeURL + '#' + (iframe.name = stringify(options));\n        func(iframe);\n      });\n    };\n    onEvent(iframe, 'load', callback);\n    document.body.appendChild(iframe);\n  }\n};\n\nexport { render };\n","// @flow\n'use strict';\n\nvar key = '__global_unique_id__';\n\nmodule.exports = function() {\n  return global[key] = (global[key] || 0) + 1;\n};\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar getHashPath = function () {\n    var href = window.location.href;\n    var hashIndex = href.indexOf('#');\n    return hashIndex === -1 ? '' : href.substring(hashIndex + 1);\n};\nvar pushHashPath = function (path) { return (window.location.hash = path); };\nvar replaceHashPath = function (path) {\n    var hashIndex = window.location.href.indexOf('#');\n    window.location.replace(window.location.href.slice(0, hashIndex >= 0 ? hashIndex : 0) + '#' + path);\n};\nvar getState = function (path) {\n    var pathname = path ? path : getHashPath();\n    return { pathname: pathname, search: '' };\n};\nvar resolveInitialState = function (state) {\n    if (state.pathname === '') {\n        replaceHashPath('/');\n    }\n};\nvar createHashSource = function () {\n    var state = getState();\n    resolveInitialState(state);\n    return {\n        get location() {\n            return getState();\n        },\n        addEventListener: function (name, fn) {\n            window.addEventListener(name, fn);\n        },\n        removeEventListener: function (name, fn) {\n            window.removeEventListener(name, fn);\n        },\n        history: {\n            state: state,\n            pushState: function (stateObj, _, uri) {\n                state = getState(uri);\n                pushHashPath(uri);\n            },\n            replaceState: function (stateObj, _, uri) {\n                state = getState(uri);\n                replaceHashPath(uri);\n            },\n        },\n    };\n};\nexports.default = createHashSource;\n","/*\nSyntax highlighting with language autodetection.\nhttps://highlightjs.org/\n*/\n\n(function(factory) {\n\n  // Find the global object for export to both the browser and web workers.\n  var globalObject = typeof window === 'object' && window ||\n                     typeof self === 'object' && self;\n\n  // Setup highlight.js for different environments. First is Node.js or\n  // CommonJS.\n  if(typeof exports !== 'undefined') {\n    factory(exports);\n  } else if(globalObject) {\n    // Export hljs globally even when using AMD for cases when this script\n    // is loaded with others that may still expect a global hljs.\n    globalObject.hljs = factory({});\n\n    // Finally register the global hljs with AMD.\n    if(typeof define === 'function' && define.amd) {\n      define([], function() {\n        return globalObject.hljs;\n      });\n    }\n  }\n\n}(function(hljs) {\n  // Convenience variables for build-in objects\n  var ArrayProto = [],\n      objectKeys = Object.keys;\n\n  // Global internal variables used within the highlight.js library.\n  var languages = {},\n      aliases   = {};\n\n  // Regular expressions used throughout the highlight.js library.\n  var noHighlightRe    = /^(no-?highlight|plain|text)$/i,\n      languagePrefixRe = /\\blang(?:uage)?-([\\w-]+)\\b/i,\n      fixMarkupRe      = /((^(<[^>]+>|\\t|)+|(?:\\n)))/gm;\n\n  var spanEndTag = '</span>';\n\n  // Global options used when within external APIs. This is modified when\n  // calling the `hljs.configure` function.\n  var options = {\n    classPrefix: 'hljs-',\n    tabReplace: null,\n    useBR: false,\n    languages: undefined\n  };\n\n\n  /* Utility functions */\n\n  function escape(value) {\n    return value.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');\n  }\n\n  function tag(node) {\n    return node.nodeName.toLowerCase();\n  }\n\n  function testRe(re, lexeme) {\n    var match = re && re.exec(lexeme);\n    return match && match.index === 0;\n  }\n\n  function isNotHighlighted(language) {\n    return noHighlightRe.test(language);\n  }\n\n  function blockLanguage(block) {\n    var i, match, length, _class;\n    var classes = block.className + ' ';\n\n    classes += block.parentNode ? block.parentNode.className : '';\n\n    // language-* takes precedence over non-prefixed class names.\n    match = languagePrefixRe.exec(classes);\n    if (match) {\n      return getLanguage(match[1]) ? match[1] : 'no-highlight';\n    }\n\n    classes = classes.split(/\\s+/);\n\n    for (i = 0, length = classes.length; i < length; i++) {\n      _class = classes[i]\n\n      if (isNotHighlighted(_class) || getLanguage(_class)) {\n        return _class;\n      }\n    }\n  }\n\n  function inherit(parent) {  // inherit(parent, override_obj, override_obj, ...)\n    var key;\n    var result = {};\n    var objects = Array.prototype.slice.call(arguments, 1);\n\n    for (key in parent)\n      result[key] = parent[key];\n    objects.forEach(function(obj) {\n      for (key in obj)\n        result[key] = obj[key];\n    });\n    return result;\n  }\n\n  /* Stream merging */\n\n  function nodeStream(node) {\n    var result = [];\n    (function _nodeStream(node, offset) {\n      for (var child = node.firstChild; child; child = child.nextSibling) {\n        if (child.nodeType === 3)\n          offset += child.nodeValue.length;\n        else if (child.nodeType === 1) {\n          result.push({\n            event: 'start',\n            offset: offset,\n            node: child\n          });\n          offset = _nodeStream(child, offset);\n          // Prevent void elements from having an end tag that would actually\n          // double them in the output. There are more void elements in HTML\n          // but we list only those realistically expected in code display.\n          if (!tag(child).match(/br|hr|img|input/)) {\n            result.push({\n              event: 'stop',\n              offset: offset,\n              node: child\n            });\n          }\n        }\n      }\n      return offset;\n    })(node, 0);\n    return result;\n  }\n\n  function mergeStreams(original, highlighted, value) {\n    var processed = 0;\n    var result = '';\n    var nodeStack = [];\n\n    function selectStream() {\n      if (!original.length || !highlighted.length) {\n        return original.length ? original : highlighted;\n      }\n      if (original[0].offset !== highlighted[0].offset) {\n        return (original[0].offset < highlighted[0].offset) ? original : highlighted;\n      }\n\n      /*\n      To avoid starting the stream just before it should stop the order is\n      ensured that original always starts first and closes last:\n\n      if (event1 == 'start' && event2 == 'start')\n        return original;\n      if (event1 == 'start' && event2 == 'stop')\n        return highlighted;\n      if (event1 == 'stop' && event2 == 'start')\n        return original;\n      if (event1 == 'stop' && event2 == 'stop')\n        return highlighted;\n\n      ... which is collapsed to:\n      */\n      return highlighted[0].event === 'start' ? original : highlighted;\n    }\n\n    function open(node) {\n      function attr_str(a) {return ' ' + a.nodeName + '=\"' + escape(a.value).replace('\"', '&quot;') + '\"';}\n      result += '<' + tag(node) + ArrayProto.map.call(node.attributes, attr_str).join('') + '>';\n    }\n\n    function close(node) {\n      result += '</' + tag(node) + '>';\n    }\n\n    function render(event) {\n      (event.event === 'start' ? open : close)(event.node);\n    }\n\n    while (original.length || highlighted.length) {\n      var stream = selectStream();\n      result += escape(value.substring(processed, stream[0].offset));\n      processed = stream[0].offset;\n      if (stream === original) {\n        /*\n        On any opening or closing tag of the original markup we first close\n        the entire highlighted node stack, then render the original tag along\n        with all the following original tags at the same offset and then\n        reopen all the tags on the highlighted stack.\n        */\n        nodeStack.reverse().forEach(close);\n        do {\n          render(stream.splice(0, 1)[0]);\n          stream = selectStream();\n        } while (stream === original && stream.length && stream[0].offset === processed);\n        nodeStack.reverse().forEach(open);\n      } else {\n        if (stream[0].event === 'start') {\n          nodeStack.push(stream[0].node);\n        } else {\n          nodeStack.pop();\n        }\n        render(stream.splice(0, 1)[0]);\n      }\n    }\n    return result + escape(value.substr(processed));\n  }\n\n  /* Initialization */\n\n  function expand_mode(mode) {\n    if (mode.variants && !mode.cached_variants) {\n      mode.cached_variants = mode.variants.map(function(variant) {\n        return inherit(mode, {variants: null}, variant);\n      });\n    }\n    return mode.cached_variants || (mode.endsWithParent && [inherit(mode)]) || [mode];\n  }\n\n  function compileLanguage(language) {\n\n    function reStr(re) {\n        return (re && re.source) || re;\n    }\n\n    function langRe(value, global) {\n      return new RegExp(\n        reStr(value),\n        'm' + (language.case_insensitive ? 'i' : '') + (global ? 'g' : '')\n      );\n    }\n\n    function compileMode(mode, parent) {\n      if (mode.compiled)\n        return;\n      mode.compiled = true;\n\n      mode.keywords = mode.keywords || mode.beginKeywords;\n      if (mode.keywords) {\n        var compiled_keywords = {};\n\n        var flatten = function(className, str) {\n          if (language.case_insensitive) {\n            str = str.toLowerCase();\n          }\n          str.split(' ').forEach(function(kw) {\n            var pair = kw.split('|');\n            compiled_keywords[pair[0]] = [className, pair[1] ? Number(pair[1]) : 1];\n          });\n        };\n\n        if (typeof mode.keywords === 'string') { // string\n          flatten('keyword', mode.keywords);\n        } else {\n          objectKeys(mode.keywords).forEach(function (className) {\n            flatten(className, mode.keywords[className]);\n          });\n        }\n        mode.keywords = compiled_keywords;\n      }\n      mode.lexemesRe = langRe(mode.lexemes || /\\w+/, true);\n\n      if (parent) {\n        if (mode.beginKeywords) {\n          mode.begin = '\\\\b(' + mode.beginKeywords.split(' ').join('|') + ')\\\\b';\n        }\n        if (!mode.begin)\n          mode.begin = /\\B|\\b/;\n        mode.beginRe = langRe(mode.begin);\n        if (mode.endSameAsBegin)\n          mode.end = mode.begin;\n        if (!mode.end && !mode.endsWithParent)\n          mode.end = /\\B|\\b/;\n        if (mode.end)\n          mode.endRe = langRe(mode.end);\n        mode.terminator_end = reStr(mode.end) || '';\n        if (mode.endsWithParent && parent.terminator_end)\n          mode.terminator_end += (mode.end ? '|' : '') + parent.terminator_end;\n      }\n      if (mode.illegal)\n        mode.illegalRe = langRe(mode.illegal);\n      if (mode.relevance == null)\n        mode.relevance = 1;\n      if (!mode.contains) {\n        mode.contains = [];\n      }\n      mode.contains = Array.prototype.concat.apply([], mode.contains.map(function(c) {\n        return expand_mode(c === 'self' ? mode : c)\n      }));\n      mode.contains.forEach(function(c) {compileMode(c, mode);});\n\n      if (mode.starts) {\n        compileMode(mode.starts, parent);\n      }\n\n      var terminators =\n        mode.contains.map(function(c) {\n          return c.beginKeywords ? '\\\\.?(' + c.begin + ')\\\\.?' : c.begin;\n        })\n        .concat([mode.terminator_end, mode.illegal])\n        .map(reStr)\n        .filter(Boolean);\n      mode.terminators = terminators.length ? langRe(terminators.join('|'), true) : {exec: function(/*s*/) {return null;}};\n    }\n\n    compileMode(language);\n  }\n\n  /*\n  Core highlighting function. Accepts a language name, or an alias, and a\n  string with the code to highlight. Returns an object with the following\n  properties:\n\n  - relevance (int)\n  - value (an HTML string with highlighting markup)\n\n  */\n  function highlight(name, value, ignore_illegals, continuation) {\n\n    function escapeRe(value) {\n      return new RegExp(value.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&'), 'm');\n    }\n\n    function subMode(lexeme, mode) {\n      var i, length;\n\n      for (i = 0, length = mode.contains.length; i < length; i++) {\n        if (testRe(mode.contains[i].beginRe, lexeme)) {\n          if (mode.contains[i].endSameAsBegin) {\n            mode.contains[i].endRe = escapeRe( mode.contains[i].beginRe.exec(lexeme)[0] );\n          }\n          return mode.contains[i];\n        }\n      }\n    }\n\n    function endOfMode(mode, lexeme) {\n      if (testRe(mode.endRe, lexeme)) {\n        while (mode.endsParent && mode.parent) {\n          mode = mode.parent;\n        }\n        return mode;\n      }\n      if (mode.endsWithParent) {\n        return endOfMode(mode.parent, lexeme);\n      }\n    }\n\n    function isIllegal(lexeme, mode) {\n      return !ignore_illegals && testRe(mode.illegalRe, lexeme);\n    }\n\n    function keywordMatch(mode, match) {\n      var match_str = language.case_insensitive ? match[0].toLowerCase() : match[0];\n      return mode.keywords.hasOwnProperty(match_str) && mode.keywords[match_str];\n    }\n\n    function buildSpan(classname, insideSpan, leaveOpen, noPrefix) {\n      var classPrefix = noPrefix ? '' : options.classPrefix,\n          openSpan    = '<span class=\"' + classPrefix,\n          closeSpan   = leaveOpen ? '' : spanEndTag\n\n      openSpan += classname + '\">';\n\n      return openSpan + insideSpan + closeSpan;\n    }\n\n    function processKeywords() {\n      var keyword_match, last_index, match, result;\n\n      if (!top.keywords)\n        return escape(mode_buffer);\n\n      result = '';\n      last_index = 0;\n      top.lexemesRe.lastIndex = 0;\n      match = top.lexemesRe.exec(mode_buffer);\n\n      while (match) {\n        result += escape(mode_buffer.substring(last_index, match.index));\n        keyword_match = keywordMatch(top, match);\n        if (keyword_match) {\n          relevance += keyword_match[1];\n          result += buildSpan(keyword_match[0], escape(match[0]));\n        } else {\n          result += escape(match[0]);\n        }\n        last_index = top.lexemesRe.lastIndex;\n        match = top.lexemesRe.exec(mode_buffer);\n      }\n      return result + escape(mode_buffer.substr(last_index));\n    }\n\n    function processSubLanguage() {\n      var explicit = typeof top.subLanguage === 'string';\n      if (explicit && !languages[top.subLanguage]) {\n        return escape(mode_buffer);\n      }\n\n      var result = explicit ?\n                   highlight(top.subLanguage, mode_buffer, true, continuations[top.subLanguage]) :\n                   highlightAuto(mode_buffer, top.subLanguage.length ? top.subLanguage : undefined);\n\n      // Counting embedded language score towards the host language may be disabled\n      // with zeroing the containing mode relevance. Usecase in point is Markdown that\n      // allows XML everywhere and makes every XML snippet to have a much larger Markdown\n      // score.\n      if (top.relevance > 0) {\n        relevance += result.relevance;\n      }\n      if (explicit) {\n        continuations[top.subLanguage] = result.top;\n      }\n      return buildSpan(result.language, result.value, false, true);\n    }\n\n    function processBuffer() {\n      result += (top.subLanguage != null ? processSubLanguage() : processKeywords());\n      mode_buffer = '';\n    }\n\n    function startNewMode(mode) {\n      result += mode.className? buildSpan(mode.className, '', true): '';\n      top = Object.create(mode, {parent: {value: top}});\n    }\n\n    function processLexeme(buffer, lexeme) {\n\n      mode_buffer += buffer;\n\n      if (lexeme == null) {\n        processBuffer();\n        return 0;\n      }\n\n      var new_mode = subMode(lexeme, top);\n      if (new_mode) {\n        if (new_mode.skip) {\n          mode_buffer += lexeme;\n        } else {\n          if (new_mode.excludeBegin) {\n            mode_buffer += lexeme;\n          }\n          processBuffer();\n          if (!new_mode.returnBegin && !new_mode.excludeBegin) {\n            mode_buffer = lexeme;\n          }\n        }\n        startNewMode(new_mode, lexeme);\n        return new_mode.returnBegin ? 0 : lexeme.length;\n      }\n\n      var end_mode = endOfMode(top, lexeme);\n      if (end_mode) {\n        var origin = top;\n        if (origin.skip) {\n          mode_buffer += lexeme;\n        } else {\n          if (!(origin.returnEnd || origin.excludeEnd)) {\n            mode_buffer += lexeme;\n          }\n          processBuffer();\n          if (origin.excludeEnd) {\n            mode_buffer = lexeme;\n          }\n        }\n        do {\n          if (top.className) {\n            result += spanEndTag;\n          }\n          if (!top.skip && !top.subLanguage) {\n            relevance += top.relevance;\n          }\n          top = top.parent;\n        } while (top !== end_mode.parent);\n        if (end_mode.starts) {\n          if (end_mode.endSameAsBegin) {\n            end_mode.starts.endRe = end_mode.endRe;\n          }\n          startNewMode(end_mode.starts, '');\n        }\n        return origin.returnEnd ? 0 : lexeme.length;\n      }\n\n      if (isIllegal(lexeme, top))\n        throw new Error('Illegal lexeme \"' + lexeme + '\" for mode \"' + (top.className || '<unnamed>') + '\"');\n\n      /*\n      Parser should not reach this point as all types of lexemes should be caught\n      earlier, but if it does due to some bug make sure it advances at least one\n      character forward to prevent infinite looping.\n      */\n      mode_buffer += lexeme;\n      return lexeme.length || 1;\n    }\n\n    var language = getLanguage(name);\n    if (!language) {\n      throw new Error('Unknown language: \"' + name + '\"');\n    }\n\n    compileLanguage(language);\n    var top = continuation || language;\n    var continuations = {}; // keep continuations for sub-languages\n    var result = '', current;\n    for(current = top; current !== language; current = current.parent) {\n      if (current.className) {\n        result = buildSpan(current.className, '', true) + result;\n      }\n    }\n    var mode_buffer = '';\n    var relevance = 0;\n    try {\n      var match, count, index = 0;\n      while (true) {\n        top.terminators.lastIndex = index;\n        match = top.terminators.exec(value);\n        if (!match)\n          break;\n        count = processLexeme(value.substring(index, match.index), match[0]);\n        index = match.index + count;\n      }\n      processLexeme(value.substr(index));\n      for(current = top; current.parent; current = current.parent) { // close dangling modes\n        if (current.className) {\n          result += spanEndTag;\n        }\n      }\n      return {\n        relevance: relevance,\n        value: result,\n        language: name,\n        top: top\n      };\n    } catch (e) {\n      if (e.message && e.message.indexOf('Illegal') !== -1) {\n        return {\n          relevance: 0,\n          value: escape(value)\n        };\n      } else {\n        throw e;\n      }\n    }\n  }\n\n  /*\n  Highlighting with language detection. Accepts a string with the code to\n  highlight. Returns an object with the following properties:\n\n  - language (detected language)\n  - relevance (int)\n  - value (an HTML string with highlighting markup)\n  - second_best (object with the same structure for second-best heuristically\n    detected language, may be absent)\n\n  */\n  function highlightAuto(text, languageSubset) {\n    languageSubset = languageSubset || options.languages || objectKeys(languages);\n    var result = {\n      relevance: 0,\n      value: escape(text)\n    };\n    var second_best = result;\n    languageSubset.filter(getLanguage).filter(autoDetection).forEach(function(name) {\n      var current = highlight(name, text, false);\n      current.language = name;\n      if (current.relevance > second_best.relevance) {\n        second_best = current;\n      }\n      if (current.relevance > result.relevance) {\n        second_best = result;\n        result = current;\n      }\n    });\n    if (second_best.language) {\n      result.second_best = second_best;\n    }\n    return result;\n  }\n\n  /*\n  Post-processing of the highlighted markup:\n\n  - replace TABs with something more useful\n  - replace real line-breaks with '<br>' for non-pre containers\n\n  */\n  function fixMarkup(value) {\n    return !(options.tabReplace || options.useBR)\n      ? value\n      : value.replace(fixMarkupRe, function(match, p1) {\n          if (options.useBR && match === '\\n') {\n            return '<br>';\n          } else if (options.tabReplace) {\n            return p1.replace(/\\t/g, options.tabReplace);\n          }\n          return '';\n      });\n  }\n\n  function buildClassName(prevClassName, currentLang, resultLang) {\n    var language = currentLang ? aliases[currentLang] : resultLang,\n        result   = [prevClassName.trim()];\n\n    if (!prevClassName.match(/\\bhljs\\b/)) {\n      result.push('hljs');\n    }\n\n    if (prevClassName.indexOf(language) === -1) {\n      result.push(language);\n    }\n\n    return result.join(' ').trim();\n  }\n\n  /*\n  Applies highlighting to a DOM node containing code. Accepts a DOM node and\n  two optional parameters for fixMarkup.\n  */\n  function highlightBlock(block) {\n    var node, originalStream, result, resultNode, text;\n    var language = blockLanguage(block);\n\n    if (isNotHighlighted(language))\n        return;\n\n    if (options.useBR) {\n      node = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');\n      node.innerHTML = block.innerHTML.replace(/\\n/g, '').replace(/<br[ \\/]*>/g, '\\n');\n    } else {\n      node = block;\n    }\n    text = node.textContent;\n    result = language ? highlight(language, text, true) : highlightAuto(text);\n\n    originalStream = nodeStream(node);\n    if (originalStream.length) {\n      resultNode = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');\n      resultNode.innerHTML = result.value;\n      result.value = mergeStreams(originalStream, nodeStream(resultNode), text);\n    }\n    result.value = fixMarkup(result.value);\n\n    block.innerHTML = result.value;\n    block.className = buildClassName(block.className, language, result.language);\n    block.result = {\n      language: result.language,\n      re: result.relevance\n    };\n    if (result.second_best) {\n      block.second_best = {\n        language: result.second_best.language,\n        re: result.second_best.relevance\n      };\n    }\n  }\n\n  /*\n  Updates highlight.js global options with values passed in the form of an object.\n  */\n  function configure(user_options) {\n    options = inherit(options, user_options);\n  }\n\n  /*\n  Applies highlighting to all <pre><code>..</code></pre> blocks on a page.\n  */\n  function initHighlighting() {\n    if (initHighlighting.called)\n      return;\n    initHighlighting.called = true;\n\n    var blocks = document.querySelectorAll('pre code');\n    ArrayProto.forEach.call(blocks, highlightBlock);\n  }\n\n  /*\n  Attaches highlighting to the page load event.\n  */\n  function initHighlightingOnLoad() {\n    addEventListener('DOMContentLoaded', initHighlighting, false);\n    addEventListener('load', initHighlighting, false);\n  }\n\n  function registerLanguage(name, language) {\n    var lang = languages[name] = language(hljs);\n    if (lang.aliases) {\n      lang.aliases.forEach(function(alias) {aliases[alias] = name;});\n    }\n  }\n\n  function listLanguages() {\n    return objectKeys(languages);\n  }\n\n  function getLanguage(name) {\n    name = (name || '').toLowerCase();\n    return languages[name] || languages[aliases[name]];\n  }\n\n  function autoDetection(name) {\n    var lang = getLanguage(name);\n    return lang && !lang.disableAutodetect;\n  }\n\n  /* Interface definition */\n\n  hljs.highlight = highlight;\n  hljs.highlightAuto = highlightAuto;\n  hljs.fixMarkup = fixMarkup;\n  hljs.highlightBlock = highlightBlock;\n  hljs.configure = configure;\n  hljs.initHighlighting = initHighlighting;\n  hljs.initHighlightingOnLoad = initHighlightingOnLoad;\n  hljs.registerLanguage = registerLanguage;\n  hljs.listLanguages = listLanguages;\n  hljs.getLanguage = getLanguage;\n  hljs.autoDetection = autoDetection;\n  hljs.inherit = inherit;\n\n  // Common regexps\n  hljs.IDENT_RE = '[a-zA-Z]\\\\w*';\n  hljs.UNDERSCORE_IDENT_RE = '[a-zA-Z_]\\\\w*';\n  hljs.NUMBER_RE = '\\\\b\\\\d+(\\\\.\\\\d+)?';\n  hljs.C_NUMBER_RE = '(-?)(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)'; // 0x..., 0..., decimal, float\n  hljs.BINARY_NUMBER_RE = '\\\\b(0b[01]+)'; // 0b...\n  hljs.RE_STARTERS_RE = '!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~';\n\n  // Common modes\n  hljs.BACKSLASH_ESCAPE = {\n    begin: '\\\\\\\\[\\\\s\\\\S]', relevance: 0\n  };\n  hljs.APOS_STRING_MODE = {\n    className: 'string',\n    begin: '\\'', end: '\\'',\n    illegal: '\\\\n',\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n  hljs.QUOTE_STRING_MODE = {\n    className: 'string',\n    begin: '\"', end: '\"',\n    illegal: '\\\\n',\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n  hljs.PHRASAL_WORDS_MODE = {\n    begin: /\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b/\n  };\n  hljs.COMMENT = function (begin, end, inherits) {\n    var mode = hljs.inherit(\n      {\n        className: 'comment',\n        begin: begin, end: end,\n        contains: []\n      },\n      inherits || {}\n    );\n    mode.contains.push(hljs.PHRASAL_WORDS_MODE);\n    mode.contains.push({\n      className: 'doctag',\n      begin: '(?:TODO|FIXME|NOTE|BUG|XXX):',\n      relevance: 0\n    });\n    return mode;\n  };\n  hljs.C_LINE_COMMENT_MODE = hljs.COMMENT('//', '$');\n  hljs.C_BLOCK_COMMENT_MODE = hljs.COMMENT('/\\\\*', '\\\\*/');\n  hljs.HASH_COMMENT_MODE = hljs.COMMENT('#', '$');\n  hljs.NUMBER_MODE = {\n    className: 'number',\n    begin: hljs.NUMBER_RE,\n    relevance: 0\n  };\n  hljs.C_NUMBER_MODE = {\n    className: 'number',\n    begin: hljs.C_NUMBER_RE,\n    relevance: 0\n  };\n  hljs.BINARY_NUMBER_MODE = {\n    className: 'number',\n    begin: hljs.BINARY_NUMBER_RE,\n    relevance: 0\n  };\n  hljs.CSS_NUMBER_MODE = {\n    className: 'number',\n    begin: hljs.NUMBER_RE + '(' +\n      '%|em|ex|ch|rem'  +\n      '|vw|vh|vmin|vmax' +\n      '|cm|mm|in|pt|pc|px' +\n      '|deg|grad|rad|turn' +\n      '|s|ms' +\n      '|Hz|kHz' +\n      '|dpi|dpcm|dppx' +\n      ')?',\n    relevance: 0\n  };\n  hljs.REGEXP_MODE = {\n    className: 'regexp',\n    begin: /\\//, end: /\\/[gimuy]*/,\n    illegal: /\\n/,\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      {\n        begin: /\\[/, end: /\\]/,\n        relevance: 0,\n        contains: [hljs.BACKSLASH_ESCAPE]\n      }\n    ]\n  };\n  hljs.TITLE_MODE = {\n    className: 'title',\n    begin: hljs.IDENT_RE,\n    relevance: 0\n  };\n  hljs.UNDERSCORE_TITLE_MODE = {\n    className: 'title',\n    begin: hljs.UNDERSCORE_IDENT_RE,\n    relevance: 0\n  };\n  hljs.METHOD_GUARD = {\n    // excludes method names from keyword processing\n    begin: '\\\\.\\\\s*' + hljs.UNDERSCORE_IDENT_RE,\n    relevance: 0\n  };\n\n  return hljs;\n}));\n","module.exports = function(hljs){\n\n  // общий паттерн для определения идентификаторов\n  var UNDERSCORE_IDENT_RE = '[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+';\n  \n  // v7 уникальные ключевые слова, отсутствующие в v8 ==> keyword\n  var v7_keywords =\n  'далее ';\n\n  // v8 ключевые слова ==> keyword\n  var v8_keywords =\n  'возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли ' +\n  'конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ';\n\n  // keyword : ключевые слова\n  var KEYWORD = v7_keywords + v8_keywords;\n  \n  // v7 уникальные директивы, отсутствующие в v8 ==> meta-keyword\n  var v7_meta_keywords =\n  'загрузитьизфайла ';\n\n  // v8 ключевые слова в инструкциях препроцессора, директивах компиляции, аннотациях ==> meta-keyword\n  var v8_meta_keywords =\n  'вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер ' +\n  'наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед ' +\n  'после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент ';\n\n  // meta-keyword : ключевые слова в инструкциях препроцессора, директивах компиляции, аннотациях\n  var METAKEYWORD = v7_meta_keywords + v8_meta_keywords;\n\n  // v7 системные константы ==> built_in\n  var v7_system_constants =\n  'разделительстраниц разделительстрок символтабуляции ';\n  \n  // v7 уникальные методы глобального контекста, отсутствующие в v8 ==> built_in\n  var v7_global_context_methods =\n  'ansitooem oemtoansi ввестивидсубконто ввестиперечисление ввестипериод ввестиплансчетов выбранныйплансчетов ' +\n  'датагод датамесяц датачисло заголовоксистемы значениевстроку значениеизстроки каталогиб каталогпользователя ' +\n  'кодсимв конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца ' +\n  'коннедели лог лог10 максимальноеколичествосубконто названиеинтерфейса названиенабораправ назначитьвид ' +\n  'назначитьсчет найтиссылки началопериодаби началостандартногоинтервала начгода начквартала начмесяца ' +\n  'начнедели номерднягода номерднянедели номернеделигода обработкаожидания основнойжурналрасчетов ' +\n  'основнойплансчетов основнойязык очиститьокносообщений периодстр получитьвремята получитьдатута ' +\n  'получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта ' +\n  'префиксавтонумерации пропись пустоезначение разм разобратьпозициюдокумента рассчитатьрегистрына ' +\n  'рассчитатьрегистрыпо симв создатьобъект статусвозврата стрколичествострок сформироватьпозициюдокумента ' +\n  'счетпокоду текущеевремя типзначения типзначениястр установитьтана установитьтапо фиксшаблон шаблон ';\n  \n  // v8 методы глобального контекста ==> built_in\n  var v8_global_context_methods =\n  'acos asin atan base64значение base64строка cos exp log log10 pow sin sqrt tan xmlзначение xmlстрока ' +\n  'xmlтип xmlтипзнч активноеокно безопасныйрежим безопасныйрежимразделенияданных булево ввестидату ввестизначение ' +\n  'ввестистроку ввестичисло возможностьчтенияxml вопрос восстановитьзначение врег выгрузитьжурналрегистрации ' +\n  'выполнитьобработкуоповещения выполнитьпроверкуправдоступа вычислить год данныеформывзначение дата день деньгода ' +\n  'деньнедели добавитьмесяц заблокироватьданныедляредактирования заблокироватьработупользователя завершитьработусистемы ' +\n  'загрузитьвнешнююкомпоненту закрытьсправку записатьjson записатьxml записатьдатуjson записьжурналарегистрации ' +\n  'заполнитьзначениясвойств запроситьразрешениепользователя запуститьприложение запуститьсистему зафиксироватьтранзакцию ' +\n  'значениевданныеформы значениевстрокувнутр значениевфайл значениезаполнено значениеизстрокивнутр значениеизфайла ' +\n  'изxmlтипа импортмоделиxdto имякомпьютера имяпользователя инициализироватьпредопределенныеданные информацияобошибке ' +\n  'каталогбиблиотекимобильногоустройства каталогвременныхфайлов каталогдокументов каталогпрограммы кодироватьстроку ' +\n  'кодлокализацииинформационнойбазы кодсимвола командасистемы конецгода конецдня конецквартала конецмесяца конецминуты ' +\n  'конецнедели конецчаса конфигурациябазыданныхизмененадинамически конфигурацияизменена копироватьданныеформы ' +\n  'копироватьфайл краткоепредставлениеошибки лев макс местноевремя месяц мин минута монопольныйрежим найти ' +\n  'найтинедопустимыесимволыxml найтиокнопонавигационнойссылке найтипомеченныенаудаление найтипоссылкам найтифайлы ' +\n  'началогода началодня началоквартала началомесяца началоминуты началонедели началочаса начатьзапросразрешенияпользователя ' +\n  'начатьзапускприложения начатькопированиефайла начатьперемещениефайла начатьподключениевнешнейкомпоненты ' +\n  'начатьподключениерасширенияработыскриптографией начатьподключениерасширенияработысфайлами начатьпоискфайлов ' +\n  'начатьполучениекаталогавременныхфайлов начатьполучениекаталогадокументов начатьполучениерабочегокаталогаданныхпользователя ' +\n  'начатьполучениефайлов начатьпомещениефайла начатьпомещениефайлов начатьсозданиедвоичныхданныхизфайла начатьсозданиекаталога ' +\n  'начатьтранзакцию начатьудалениефайлов начатьустановкувнешнейкомпоненты начатьустановкурасширенияработыскриптографией ' +\n  'начатьустановкурасширенияработысфайлами неделягода необходимостьзавершениясоединения номерсеансаинформационнойбазы ' +\n  'номерсоединенияинформационнойбазы нрег нстр обновитьинтерфейс обновитьнумерациюобъектов обновитьповторноиспользуемыезначения ' +\n  'обработкапрерыванияпользователя объединитьфайлы окр описаниеошибки оповестить оповеститьобизменении ' +\n  'отключитьобработчикзапросанастроекклиенталицензирования отключитьобработчикожидания отключитьобработчикоповещения ' +\n  'открытьзначение открытьиндекссправки открытьсодержаниесправки открытьсправку открытьформу открытьформумодально ' +\n  'отменитьтранзакцию очиститьжурналрегистрации очиститьнастройкипользователя очиститьсообщения параметрыдоступа ' +\n  'перейтипонавигационнойссылке переместитьфайл подключитьвнешнююкомпоненту ' +\n  'подключитьобработчикзапросанастроекклиенталицензирования подключитьобработчикожидания подключитьобработчикоповещения ' +\n  'подключитьрасширениеработыскриптографией подключитьрасширениеработысфайлами подробноепредставлениеошибки ' +\n  'показатьвводдаты показатьвводзначения показатьвводстроки показатьвводчисла показатьвопрос показатьзначение ' +\n  'показатьинформациюобошибке показатьнакарте показатьоповещениепользователя показатьпредупреждение полноеимяпользователя ' +\n  'получитьcomобъект получитьxmlтип получитьадреспоместоположению получитьблокировкусеансов получитьвремязавершенияспящегосеанса ' +\n  'получитьвремязасыпанияпассивногосеанса получитьвремяожиданияблокировкиданных получитьданныевыбора ' +\n  'получитьдополнительныйпараметрклиенталицензирования получитьдопустимыекодылокализации получитьдопустимыечасовыепояса ' +\n  'получитьзаголовокклиентскогоприложения получитьзаголовоксистемы получитьзначенияотборажурналарегистрации ' +\n  'получитьидентификаторконфигурации получитьизвременногохранилища получитьимявременногофайла ' +\n  'получитьимяклиенталицензирования получитьинформациюэкрановклиента получитьиспользованиежурналарегистрации ' +\n  'получитьиспользованиесобытияжурналарегистрации получитькраткийзаголовокприложения получитьмакетоформления ' +\n  'получитьмаскувсефайлы получитьмаскувсефайлыклиента получитьмаскувсефайлысервера получитьместоположениепоадресу ' +\n  'получитьминимальнуюдлинупаролейпользователей получитьнавигационнуюссылку получитьнавигационнуюссылкуинформационнойбазы ' +\n  'получитьобновлениеконфигурациибазыданных получитьобновлениепредопределенныхданныхинформационнойбазы получитьобщиймакет ' +\n  'получитьобщуюформу получитьокна получитьоперативнуюотметкувремени получитьотключениебезопасногорежима ' +\n  'получитьпараметрыфункциональныхопцийинтерфейса получитьполноеимяпредопределенногозначения ' +\n  'получитьпредставлениянавигационныхссылок получитьпроверкусложностипаролейпользователей получитьразделительпути ' +\n  'получитьразделительпутиклиента получитьразделительпутисервера получитьсеансыинформационнойбазы ' +\n  'получитьскоростьклиентскогосоединения получитьсоединенияинформационнойбазы получитьсообщенияпользователю ' +\n  'получитьсоответствиеобъектаиформы получитьсоставстандартногоинтерфейсаodata получитьструктурухранениябазыданных ' +\n  'получитьтекущийсеансинформационнойбазы получитьфайл получитьфайлы получитьформу получитьфункциональнуюопцию ' +\n  'получитьфункциональнуюопциюинтерфейса получитьчасовойпоясинформационнойбазы пользователиос поместитьвовременноехранилище ' +\n  'поместитьфайл поместитьфайлы прав праводоступа предопределенноезначение представлениекодалокализации представлениепериода ' +\n  'представлениеправа представлениеприложения представлениесобытияжурналарегистрации представлениечасовогопояса предупреждение ' +\n  'прекратитьработусистемы привилегированныйрежим продолжитьвызов прочитатьjson прочитатьxml прочитатьдатуjson пустаястрока ' +\n  'рабочийкаталогданныхпользователя разблокироватьданныедляредактирования разделитьфайл разорватьсоединениесвнешнимисточникомданных ' +\n  'раскодироватьстроку рольдоступна секунда сигнал символ скопироватьжурналрегистрации смещениелетнеговремени ' +\n  'смещениестандартноговремени соединитьбуферыдвоичныхданных создатькаталог создатьфабрикуxdto сокрл сокрлп сокрп сообщить ' +\n  'состояние сохранитьзначение сохранитьнастройкипользователя сред стрдлина стрзаканчиваетсяна стрзаменить стрнайти стрначинаетсяс ' +\n  'строка строкасоединенияинформационнойбазы стрполучитьстроку стрразделить стрсоединить стрсравнить стрчисловхождений '+\n  'стрчислострок стршаблон текущаядата текущаядатасеанса текущаяуниверсальнаядата текущаяуниверсальнаядатавмиллисекундах ' +\n  'текущийвариантинтерфейсаклиентскогоприложения текущийвариантосновногошрифтаклиентскогоприложения текущийкодлокализации ' +\n  'текущийрежимзапуска текущийязык текущийязыксистемы тип типзнч транзакцияактивна трег удалитьданныеинформационнойбазы ' +\n  'удалитьизвременногохранилища удалитьобъекты удалитьфайлы универсальноевремя установитьбезопасныйрежим ' +\n  'установитьбезопасныйрежимразделенияданных установитьблокировкусеансов установитьвнешнююкомпоненту ' +\n  'установитьвремязавершенияспящегосеанса установитьвремязасыпанияпассивногосеанса установитьвремяожиданияблокировкиданных ' +\n  'установитьзаголовокклиентскогоприложения установитьзаголовоксистемы установитьиспользованиежурналарегистрации ' +\n  'установитьиспользованиесобытияжурналарегистрации установитькраткийзаголовокприложения ' +\n  'установитьминимальнуюдлинупаролейпользователей установитьмонопольныйрежим установитьнастройкиклиенталицензирования ' +\n  'установитьобновлениепредопределенныхданныхинформационнойбазы установитьотключениебезопасногорежима ' +\n  'установитьпараметрыфункциональныхопцийинтерфейса установитьпривилегированныйрежим ' +\n  'установитьпроверкусложностипаролейпользователей установитьрасширениеработыскриптографией ' +\n  'установитьрасширениеработысфайлами установитьсоединениесвнешнимисточникомданных установитьсоответствиеобъектаиформы ' +\n  'установитьсоставстандартногоинтерфейсаodata установитьчасовойпоясинформационнойбазы установитьчасовойпояссеанса ' +\n  'формат цел час часовойпояс часовойпояссеанса число числопрописью этоадресвременногохранилища ';\n\n  // v8 свойства глобального контекста ==> built_in\n  var v8_global_context_property =\n  'wsссылки библиотекакартинок библиотекамакетовоформлениякомпоновкиданных библиотекастилей бизнеспроцессы ' +\n  'внешниеисточникиданных внешниеобработки внешниеотчеты встроенныепокупки главныйинтерфейс главныйстиль ' +\n  'документы доставляемыеуведомления журналыдокументов задачи информацияобинтернетсоединении использованиерабочейдаты ' +\n  'историяработыпользователя константы критерииотбора метаданные обработки отображениерекламы отправкадоставляемыхуведомлений ' +\n  'отчеты панельзадачос параметрзапуска параметрысеанса перечисления планывидоврасчета планывидовхарактеристик ' +\n  'планыобмена планысчетов полнотекстовыйпоиск пользователиинформационнойбазы последовательности проверкавстроенныхпокупок ' +\n  'рабочаядата расширенияконфигурации регистрыбухгалтерии регистрынакопления регистрырасчета регистрысведений ' +\n  'регламентныезадания сериализаторxdto справочники средствагеопозиционирования средствакриптографии средствамультимедиа ' +\n  'средстваотображениярекламы средствапочты средствателефонии фабрикаxdto файловыепотоки фоновыезадания хранилищанастроек ' +\n  'хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков ' +\n  'хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ';\n\n  // built_in : встроенные или библиотечные объекты (константы, классы, функции)\n  var BUILTIN =\n  v7_system_constants +\n  v7_global_context_methods + v8_global_context_methods +\n  v8_global_context_property;\n  \n  // v8 системные наборы значений ==> class\n  var v8_system_sets_of_values =\n  'webцвета windowsцвета windowsшрифты библиотекакартинок рамкистиля символы цветастиля шрифтыстиля ';\n\n  // v8 системные перечисления - интерфейсные ==> class\n  var v8_system_enums_interface =\n  'автоматическоесохранениеданныхформывнастройках автонумерациявформе автораздвижениесерий ' +\n  'анимациядиаграммы вариантвыравниванияэлементовизаголовков вариантуправлениявысотойтаблицы ' +\n  'вертикальнаяпрокруткаформы вертикальноеположение вертикальноеположениеэлемента видгруппыформы ' +\n  'виддекорацииформы виддополненияэлементаформы видизмененияданных видкнопкиформы видпереключателя ' +\n  'видподписейкдиаграмме видполяформы видфлажка влияниеразмеранапузырекдиаграммы горизонтальноеположение ' +\n  'горизонтальноеположениеэлемента группировкаколонок группировкаподчиненныхэлементовформы ' +\n  'группыиэлементы действиеперетаскивания дополнительныйрежимотображения допустимыедействияперетаскивания ' +\n  'интервалмеждуэлементамиформы использованиевывода использованиеполосыпрокрутки ' +\n  'используемоезначениеточкибиржевойдиаграммы историявыборапривводе источникзначенийоситочекдиаграммы ' +\n  'источникзначенияразмерапузырькадиаграммы категориягруппыкоманд максимумсерий начальноеотображениедерева ' +\n  'начальноеотображениесписка обновлениетекстаредактирования ориентациядендрограммы ориентациядиаграммы ' +\n  'ориентацияметокдиаграммы ориентацияметоксводнойдиаграммы ориентацияэлементаформы отображениевдиаграмме ' +\n  'отображениевлегендедиаграммы отображениегруппыкнопок отображениезаголовкашкалыдиаграммы ' +\n  'отображениезначенийсводнойдиаграммы отображениезначенияизмерительнойдиаграммы ' +\n  'отображениеинтерваладиаграммыганта отображениекнопки отображениекнопкивыбора отображениеобсужденийформы ' +\n  'отображениеобычнойгруппы отображениеотрицательныхзначенийпузырьковойдиаграммы отображениепанелипоиска ' +\n  'отображениеподсказки отображениепредупрежденияприредактировании отображениеразметкиполосырегулирования ' +\n  'отображениестраницформы отображениетаблицы отображениетекстазначениядиаграммыганта ' +\n  'отображениеуправленияобычнойгруппы отображениефигурыкнопки палитрацветовдиаграммы поведениеобычнойгруппы ' +\n  'поддержкамасштабадендрограммы поддержкамасштабадиаграммыганта поддержкамасштабасводнойдиаграммы ' +\n  'поисквтаблицепривводе положениезаголовкаэлементаформы положениекартинкикнопкиформы ' +\n  'положениекартинкиэлементаграфическойсхемы положениекоманднойпанелиформы положениекоманднойпанелиэлементаформы ' +\n  'положениеопорнойточкиотрисовки положениеподписейкдиаграмме положениеподписейшкалызначенийизмерительнойдиаграммы ' +\n  'положениесостоянияпросмотра положениестрокипоиска положениетекстасоединительнойлинии положениеуправленияпоиском ' +\n  'положениешкалывремени порядокотображенияточекгоризонтальнойгистограммы порядоксерийвлегендедиаграммы ' +\n  'размеркартинки расположениезаголовкашкалыдиаграммы растягиваниеповертикалидиаграммыганта ' +\n  'режимавтоотображениясостояния режимвводастроктаблицы режимвыборанезаполненного режимвыделениядаты ' +\n  'режимвыделениястрокитаблицы режимвыделениятаблицы режимизмененияразмера режимизменениясвязанногозначения ' +\n  'режимиспользованиядиалогапечати режимиспользованияпараметракоманды режиммасштабированияпросмотра ' +\n  'режимосновногоокнаклиентскогоприложения режимоткрытияокнаформы режимотображениявыделения ' +\n  'режимотображениягеографическойсхемы режимотображениязначенийсерии режимотрисовкисеткиграфическойсхемы ' +\n  'режимполупрозрачностидиаграммы режимпробеловдиаграммы режимразмещениянастранице режимредактированияколонки ' +\n  'режимсглаживаниядиаграммы режимсглаживанияиндикатора режимсписказадач сквозноевыравнивание ' +\n  'сохранениеданныхформывнастройках способзаполнениятекстазаголовкашкалыдиаграммы ' +\n  'способопределенияограничивающегозначениядиаграммы стандартнаягруппакоманд стандартноеоформление ' +\n  'статусоповещенияпользователя стильстрелки типаппроксимациилиниитрендадиаграммы типдиаграммы ' +\n  'типединицышкалывремени типимпортасерийслоягеографическойсхемы типлиниигеографическойсхемы типлиниидиаграммы ' +\n  'типмаркерагеографическойсхемы типмаркерадиаграммы типобластиоформления ' +\n  'типорганизацииисточникаданныхгеографическойсхемы типотображениясериислоягеографическойсхемы ' +\n  'типотображенияточечногообъектагеографическойсхемы типотображенияшкалыэлементалегендыгеографическойсхемы ' +\n  'типпоискаобъектовгеографическойсхемы типпроекциигеографическойсхемы типразмещенияизмерений ' +\n  'типразмещенияреквизитовизмерений типрамкиэлементауправления типсводнойдиаграммы ' +\n  'типсвязидиаграммыганта типсоединениязначенийпосериямдиаграммы типсоединенияточекдиаграммы ' +\n  'типсоединительнойлинии типстороныэлементаграфическойсхемы типформыотчета типшкалырадарнойдиаграммы ' +\n  'факторлиниитрендадиаграммы фигуракнопки фигурыграфическойсхемы фиксациявтаблице форматдняшкалывремени ' +\n  'форматкартинки ширинаподчиненныхэлементовформы ';\n\n  // v8 системные перечисления - свойства прикладных объектов ==> class\n  var v8_system_enums_objects_properties =\n  'виддвижениябухгалтерии виддвижениянакопления видпериодарегистрарасчета видсчета видточкимаршрутабизнеспроцесса ' +\n  'использованиеагрегатарегистранакопления использованиегруппиэлементов использованиережимапроведения ' +\n  'использованиесреза периодичностьагрегатарегистранакопления режимавтовремя режимзаписидокумента режимпроведениядокумента ';\n\n  // v8 системные перечисления - планы обмена ==> class\n  var v8_system_enums_exchange_plans =\n  'авторегистрацияизменений допустимыйномерсообщения отправкаэлементаданных получениеэлементаданных ';\n\n  // v8 системные перечисления - табличный документ ==> class\n  var v8_system_enums_tabular_document =\n  'использованиерасшифровкитабличногодокумента ориентациястраницы положениеитоговколоноксводнойтаблицы ' +\n  'положениеитоговстроксводнойтаблицы положениетекстаотносительнокартинки расположениезаголовкагруппировкитабличногодокумента ' +\n  'способчтениязначенийтабличногодокумента типдвустороннейпечати типзаполненияобластитабличногодокумента ' +\n  'типкурсоровтабличногодокумента типлиниирисункатабличногодокумента типлинииячейкитабличногодокумента ' +\n  'типнаправленияпереходатабличногодокумента типотображениявыделениятабличногодокумента типотображениялинийсводнойтаблицы ' +\n  'типразмещениятекстатабличногодокумента типрисункатабличногодокумента типсмещениятабличногодокумента ' +\n  'типузоратабличногодокумента типфайлатабличногодокумента точностьпечати чередованиерасположениястраниц ';\n\n  // v8 системные перечисления - планировщик ==> class\n  var v8_system_enums_sheduler =\n  'отображениевремениэлементовпланировщика ';\n\n  // v8 системные перечисления - форматированный документ ==> class\n  var v8_system_enums_formatted_document =\n  'типфайлаформатированногодокумента ';\n\n  // v8 системные перечисления - запрос ==> class\n  var v8_system_enums_query =\n  'обходрезультатазапроса типзаписизапроса ';\n\n  // v8 системные перечисления - построитель отчета ==> class\n  var v8_system_enums_report_builder =\n  'видзаполнениярасшифровкипостроителяотчета типдобавленияпредставлений типизмеренияпостроителяотчета типразмещенияитогов ';\n\n  // v8 системные перечисления - работа с файлами ==> class\n  var v8_system_enums_files =\n  'доступкфайлу режимдиалогавыборафайла режимоткрытияфайла ';\n\n  // v8 системные перечисления - построитель запроса ==> class\n  var v8_system_enums_query_builder =\n  'типизмеренияпостроителязапроса ';\n\n  // v8 системные перечисления - анализ данных ==> class\n  var v8_system_enums_data_analysis =\n  'видданныханализа методкластеризации типединицыинтервалавременианализаданных типзаполнениятаблицырезультатаанализаданных ' +\n  'типиспользованиячисловыхзначенийанализаданных типисточникаданныхпоискаассоциаций типколонкианализаданныхдереворешений ' +\n  'типколонкианализаданныхкластеризация типколонкианализаданныхобщаястатистика типколонкианализаданныхпоискассоциаций ' +\n  'типколонкианализаданныхпоискпоследовательностей типколонкимоделипрогноза типмерырасстоянияанализаданных ' +\n  'типотсеченияправилассоциации типполяанализаданных типстандартизациианализаданных типупорядочиванияправилассоциациианализаданных ' +\n  'типупорядочиванияшаблоновпоследовательностейанализаданных типупрощениядереварешений ';\n\n  // v8 системные перечисления - xml, json, xs, dom, xdto, web-сервисы ==> class\n  var v8_system_enums_xml_json_xs_dom_xdto_ws =\n  'wsнаправлениепараметра вариантxpathxs вариантзаписидатыjson вариантпростоготипаxs видгруппымоделиxs видфасетаxdto ' +\n  'действиепостроителяdom завершенностьпростоготипаxs завершенностьсоставноготипаxs завершенностьсхемыxs запрещенныеподстановкиxs ' +\n  'исключениягруппподстановкиxs категорияиспользованияатрибутаxs категорияограниченияидентичностиxs категорияограниченияпространствименxs ' +\n  'методнаследованияxs модельсодержимогоxs назначениетипаxml недопустимыеподстановкиxs обработкапробельныхсимволовxs обработкасодержимогоxs ' +\n  'ограничениезначенияxs параметрыотбораузловdom переносстрокjson позициявдокументеdom пробельныесимволыxml типатрибутаxml типзначенияjson ' +\n  'типканоническогоxml типкомпонентыxs типпроверкиxml типрезультатаdomxpath типузлаdom типузлаxml формаxml формапредставленияxs ' +\n  'форматдатыjson экранированиесимволовjson ';\n\n  // v8 системные перечисления - система компоновки данных ==> class\n  var v8_system_enums_data_composition_system =\n  'видсравнениякомпоновкиданных действиеобработкирасшифровкикомпоновкиданных направлениесортировкикомпоновкиданных ' +\n  'расположениевложенныхэлементоврезультатакомпоновкиданных расположениеитоговкомпоновкиданных расположениегруппировкикомпоновкиданных ' +\n  'расположениеполейгруппировкикомпоновкиданных расположениеполякомпоновкиданных расположениереквизитовкомпоновкиданных ' +\n  'расположениересурсовкомпоновкиданных типбухгалтерскогоостаткакомпоновкиданных типвыводатекстакомпоновкиданных ' +\n  'типгруппировкикомпоновкиданных типгруппыэлементовотборакомпоновкиданных типдополненияпериодакомпоновкиданных ' +\n  'типзаголовкаполейкомпоновкиданных типмакетагруппировкикомпоновкиданных типмакетаобластикомпоновкиданных типостаткакомпоновкиданных ' +\n  'типпериодакомпоновкиданных типразмещениятекстакомпоновкиданных типсвязинаборовданныхкомпоновкиданных типэлементарезультатакомпоновкиданных ' +\n  'расположениелегендыдиаграммыкомпоновкиданных типпримененияотборакомпоновкиданных режимотображенияэлементанастройкикомпоновкиданных ' +\n  'режимотображениянастроеккомпоновкиданных состояниеэлементанастройкикомпоновкиданных способвосстановлениянастроеккомпоновкиданных ' +\n  'режимкомпоновкирезультата использованиепараметракомпоновкиданных автопозицияресурсовкомпоновкиданных '+\n  'вариантиспользованиягруппировкикомпоновкиданных расположениересурсоввдиаграммекомпоновкиданных фиксациякомпоновкиданных ' +\n  'использованиеусловногооформлениякомпоновкиданных ';\n\n  // v8 системные перечисления - почта ==> class\n  var v8_system_enums_email =\n  'важностьинтернетпочтовогосообщения обработкатекстаинтернетпочтовогосообщения способкодированияинтернетпочтовоговложения ' +\n  'способкодированиянеasciiсимволовинтернетпочтовогосообщения типтекстапочтовогосообщения протоколинтернетпочты ' +\n  'статусразборапочтовогосообщения ';\n\n  // v8 системные перечисления - журнал регистрации ==> class\n  var v8_system_enums_logbook =\n  'режимтранзакциизаписижурналарегистрации статустранзакциизаписижурналарегистрации уровеньжурналарегистрации ';\n\n  // v8 системные перечисления - криптография ==> class\n  var v8_system_enums_cryptography =\n  'расположениехранилищасертификатовкриптографии режимвключениясертификатовкриптографии режимпроверкисертификатакриптографии ' +\n  'типхранилищасертификатовкриптографии ';\n\n  // v8 системные перечисления - ZIP ==> class\n  var v8_system_enums_zip =\n  'кодировкаименфайловвzipфайле методсжатияzip методшифрованияzip режимвосстановленияпутейфайловzip режимобработкиподкаталоговzip ' +\n  'режимсохраненияпутейzip уровеньсжатияzip ';\n\n  // v8 системные перечисления - \n  // Блокировка данных, Фоновые задания, Автоматизированное тестирование,\n  // Доставляемые уведомления, Встроенные покупки, Интернет, Работа с двоичными данными ==> class\n  var v8_system_enums_other =\n  'звуковоеоповещение направлениепереходакстроке позициявпотоке порядокбайтов режимблокировкиданных режимуправленияблокировкойданных ' +\n  'сервисвстроенныхпокупок состояниефоновогозадания типподписчикадоставляемыхуведомлений уровеньиспользованиязащищенногосоединенияftp ';\n\n  // v8 системные перечисления - схема запроса ==> class\n  var v8_system_enums_request_schema =\n  'направлениепорядкасхемызапроса типдополненияпериодамисхемызапроса типконтрольнойточкисхемызапроса типобъединениясхемызапроса ' +\n  'типпараметрадоступнойтаблицысхемызапроса типсоединениясхемызапроса ';\n\n  // v8 системные перечисления - свойства объектов метаданных ==> class\n  var v8_system_enums_properties_of_metadata_objects =\n  'httpметод автоиспользованиеобщегореквизита автопрефиксномеразадачи вариантвстроенногоязыка видиерархии видрегистранакопления ' +\n  'видтаблицывнешнегоисточникаданных записьдвиженийприпроведении заполнениепоследовательностей индексирование ' +\n  'использованиебазыпланавидоврасчета использованиебыстроговыбора использованиеобщегореквизита использованиеподчинения ' +\n  'использованиеполнотекстовогопоиска использованиеразделяемыхданныхобщегореквизита использованиереквизита ' +\n  'назначениеиспользованияприложения назначениерасширенияконфигурации направлениепередачи обновлениепредопределенныхданных ' +\n  'оперативноепроведение основноепредставлениевидарасчета основноепредставлениевидахарактеристики основноепредставлениезадачи ' +\n  'основноепредставлениепланаобмена основноепредставлениесправочника основноепредставлениесчета перемещениеграницыприпроведении ' +\n  'периодичностьномерабизнеспроцесса периодичностьномерадокумента периодичностьрегистрарасчета периодичностьрегистрасведений ' +\n  'повторноеиспользованиевозвращаемыхзначений полнотекстовыйпоискпривводепостроке принадлежностьобъекта проведение ' +\n  'разделениеаутентификацииобщегореквизита разделениеданныхобщегореквизита разделениерасширенийконфигурацииобщегореквизита '+\n  'режимавтонумерацииобъектов режимзаписирегистра режимиспользованиямодальности ' +\n  'режимиспользованиясинхронныхвызововрасширенийплатформыивнешнихкомпонент режимповторногоиспользованиясеансов ' +\n  'режимполученияданныхвыборапривводепостроке режимсовместимости режимсовместимостиинтерфейса ' +\n  'режимуправленияблокировкойданныхпоумолчанию сериикодовпланавидовхарактеристик сериикодовпланасчетов ' +\n  'сериикодовсправочника созданиепривводе способвыбора способпоискастрокипривводепостроке способредактирования ' +\n  'типданныхтаблицывнешнегоисточникаданных типкодапланавидоврасчета типкодасправочника типмакета типномерабизнеспроцесса ' +\n  'типномерадокумента типномеразадачи типформы удалениедвижений ';\n\n  // v8 системные перечисления - разные ==> class\n  var v8_system_enums_differents =\n  'важностьпроблемыприменениярасширенияконфигурации вариантинтерфейсаклиентскогоприложения вариантмасштабаформклиентскогоприложения ' +\n  'вариантосновногошрифтаклиентскогоприложения вариантстандартногопериода вариантстандартнойдатыначала видграницы видкартинки ' +\n  'видотображенияполнотекстовогопоиска видрамки видсравнения видцвета видчисловогозначения видшрифта допустимаядлина допустимыйзнак ' +\n  'использованиеbyteordermark использованиеметаданныхполнотекстовогопоиска источникрасширенийконфигурации клавиша кодвозвратадиалога ' +\n  'кодировкаxbase кодировкатекста направлениепоиска направлениесортировки обновлениепредопределенныхданных обновлениеприизмененииданных ' +\n  'отображениепанелиразделов проверказаполнения режимдиалогавопрос режимзапускаклиентскогоприложения режимокругления режимоткрытияформприложения ' +\n  'режимполнотекстовогопоиска скоростьклиентскогосоединения состояниевнешнегоисточникаданных состояниеобновленияконфигурациибазыданных ' +\n  'способвыборасертификатаwindows способкодированиястроки статуссообщения типвнешнейкомпоненты типплатформы типповеденияклавишиenter ' +\n  'типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты';\n\n  // class: встроенные наборы значений, системные перечисления (содержат дочерние значения, обращения к которым через разыменование)\n  var CLASS =\n  v8_system_sets_of_values +\n  v8_system_enums_interface +\n  v8_system_enums_objects_properties +\n  v8_system_enums_exchange_plans +\n  v8_system_enums_tabular_document +\n  v8_system_enums_sheduler +\n  v8_system_enums_formatted_document +\n  v8_system_enums_query +\n  v8_system_enums_report_builder +\n  v8_system_enums_files +\n  v8_system_enums_query_builder +\n  v8_system_enums_data_analysis +\n  v8_system_enums_xml_json_xs_dom_xdto_ws +\n  v8_system_enums_data_composition_system +\n  v8_system_enums_email +\n  v8_system_enums_logbook +\n  v8_system_enums_cryptography +\n  v8_system_enums_zip +\n  v8_system_enums_other +\n  v8_system_enums_request_schema +\n  v8_system_enums_properties_of_metadata_objects +\n  v8_system_enums_differents;\n\n  // v8 общие объекты (у объектов есть конструктор, экземпляры создаются методом НОВЫЙ) ==> type\n  var v8_shared_object =\n  'comобъект ftpсоединение httpзапрос httpсервисответ httpсоединение wsопределения wsпрокси xbase анализданных аннотацияxs ' +\n  'блокировкаданных буфердвоичныхданных включениеxs выражениекомпоновкиданных генераторслучайныхчисел географическаясхема ' +\n  'географическиекоординаты графическаясхема группамоделиxs данныерасшифровкикомпоновкиданных двоичныеданные дендрограмма ' +\n  'диаграмма диаграммаганта диалогвыборафайла диалогвыборацвета диалогвыборашрифта диалограсписаниярегламентногозадания ' +\n  'диалогредактированиястандартногопериода диапазон документdom документhtml документацияxs доставляемоеуведомление ' +\n  'записьdom записьfastinfoset записьhtml записьjson записьxml записьzipфайла записьданных записьтекста записьузловdom ' +\n  'запрос защищенноесоединениеopenssl значенияполейрасшифровкикомпоновкиданных извлечениетекста импортxs интернетпочта ' +\n  'интернетпочтовоесообщение интернетпочтовыйпрофиль интернетпрокси интернетсоединение информациядляприложенияxs ' +\n  'использованиеатрибутаxs использованиесобытияжурналарегистрации источникдоступныхнастроеккомпоновкиданных ' +\n  'итераторузловdom картинка квалификаторыдаты квалификаторыдвоичныхданных квалификаторыстроки квалификаторычисла ' +\n  'компоновщикмакетакомпоновкиданных компоновщикнастроеккомпоновкиданных конструктормакетаоформлениякомпоновкиданных ' +\n  'конструкторнастроеккомпоновкиданных конструкторформатнойстроки линия макеткомпоновкиданных макетобластикомпоновкиданных ' +\n  'макетоформлениякомпоновкиданных маскаxs менеджеркриптографии наборсхемxml настройкикомпоновкиданных настройкисериализацииjson ' +\n  'обработкакартинок обработкарасшифровкикомпоновкиданных обходдереваdom объявлениеатрибутаxs объявлениенотацииxs ' +\n  'объявлениеэлементаxs описаниеиспользованиясобытиядоступжурналарегистрации ' +\n  'описаниеиспользованиясобытияотказвдоступежурналарегистрации описаниеобработкирасшифровкикомпоновкиданных ' +\n  'описаниепередаваемогофайла описаниетипов определениегруппыатрибутовxs определениегруппымоделиxs ' +\n  'определениеограниченияидентичностиxs определениепростоготипаxs определениесоставноготипаxs определениетипадокументаdom ' +\n  'определенияxpathxs отборкомпоновкиданных пакетотображаемыхдокументов параметрвыбора параметркомпоновкиданных ' +\n  'параметрызаписиjson параметрызаписиxml параметрычтенияxml переопределениеxs планировщик полеанализаданных ' +\n  'полекомпоновкиданных построительdom построительзапроса построительотчета построительотчетаанализаданных ' +\n  'построительсхемxml поток потоквпамяти почта почтовоесообщение преобразованиеxsl преобразованиекканоническомуxml ' +\n  'процессорвыводарезультатакомпоновкиданныхвколлекциюзначений процессорвыводарезультатакомпоновкиданныхвтабличныйдокумент ' +\n  'процессоркомпоновкиданных разыменовательпространствименdom рамка расписаниерегламентногозадания расширенноеимяxml ' +\n  'результатчтенияданных своднаядиаграмма связьпараметравыбора связьпотипу связьпотипукомпоновкиданных сериализаторxdto ' +\n  'сертификатклиентаwindows сертификатклиентафайл сертификаткриптографии сертификатыудостоверяющихцентровwindows ' +\n  'сертификатыудостоверяющихцентровфайл сжатиеданных системнаяинформация сообщениепользователю сочетаниеклавиш ' +\n  'сравнениезначений стандартнаядатаначала стандартныйпериод схемаxml схемакомпоновкиданных табличныйдокумент ' +\n  'текстовыйдокумент тестируемоеприложение типданныхxml уникальныйидентификатор фабрикаxdto файл файловыйпоток ' +\n  'фасетдлиныxs фасетколичестваразрядовдробнойчастиxs фасетмаксимальноговключающегозначенияxs ' +\n  'фасетмаксимальногоисключающегозначенияxs фасетмаксимальнойдлиныxs фасетминимальноговключающегозначенияxs ' +\n  'фасетминимальногоисключающегозначенияxs фасетминимальнойдлиныxs фасетобразцаxs фасетобщегоколичестваразрядовxs ' +\n  'фасетперечисленияxs фасетпробельныхсимволовxs фильтрузловdom форматированнаястрока форматированныйдокумент ' +\n  'фрагментxs хешированиеданных хранилищезначения цвет чтениеfastinfoset чтениеhtml чтениеjson чтениеxml чтениеzipфайла ' +\n  'чтениеданных чтениетекста чтениеузловdom шрифт элементрезультатакомпоновкиданных ';\n\n  // v8 универсальные коллекции значений ==> type\n  var v8_universal_collection =\n  'comsafearray деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура ' +\n  'фиксированноесоответствие фиксированныймассив ';\n\n  // type : встроенные типы\n  var TYPE =\n  v8_shared_object +\n  v8_universal_collection;\n\n  // literal : примитивные типы\n  var LITERAL = 'null истина ложь неопределено';\n  \n  // number : числа\n  var NUMBERS = hljs.inherit(hljs.NUMBER_MODE);\n\n  // string : строки\n  var STRINGS = {\n    className: 'string',\n    begin: '\"|\\\\|', end: '\"|$',\n    contains: [{begin: '\"\"'}]\n  };\n\n  // number : даты\n  var DATE = {\n    begin: \"'\", end: \"'\", excludeBegin: true, excludeEnd: true,\n    contains: [\n      {\n        className: 'number',\n        begin: '\\\\d{4}([\\\\.\\\\\\\\/:-]?\\\\d{2}){0,5}'\n      }\n    ]\n  };\n  \n  // comment : комментарии\n  var COMMENTS = hljs.inherit(hljs.C_LINE_COMMENT_MODE);\n  \n  // meta : инструкции препроцессора, директивы компиляции\n  var META = {\n    className: 'meta',\n    lexemes: UNDERSCORE_IDENT_RE,\n    begin: '#|&', end: '$',\n    keywords: {'meta-keyword': KEYWORD + METAKEYWORD},\n    contains: [\n      COMMENTS\n    ]\n  };\n  \n  // symbol : метка goto\n  var SYMBOL = {\n    className: 'symbol',\n    begin: '~', end: ';|:', excludeEnd: true\n  };  \n  \n  // function : объявление процедур и функций\n  var FUNCTION = {\n    className: 'function',\n    lexemes: UNDERSCORE_IDENT_RE,\n    variants: [\n      {begin: 'процедура|функция', end: '\\\\)', keywords: 'процедура функция'},\n      {begin: 'конецпроцедуры|конецфункции', keywords: 'конецпроцедуры конецфункции'}\n    ],\n    contains: [\n      {\n        begin: '\\\\(', end: '\\\\)', endsParent : true,\n        contains: [\n          {\n            className: 'params',\n            lexemes: UNDERSCORE_IDENT_RE,\n            begin: UNDERSCORE_IDENT_RE, end: ',', excludeEnd: true, endsWithParent: true,\n            keywords: {\n              keyword: 'знач',\n              literal: LITERAL\n            },\n            contains: [\n              NUMBERS,\n              STRINGS,\n              DATE\n            ]\n          },\n          COMMENTS\n        ]\n      },\n      hljs.inherit(hljs.TITLE_MODE, {begin: UNDERSCORE_IDENT_RE})\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: {\n      keyword: KEYWORD,\n      built_in: BUILTIN,\n      class: CLASS,\n      type: TYPE,\n      literal: LITERAL\n    },\n    contains: [\n      META,\n      FUNCTION,\n      COMMENTS,\n      SYMBOL,\n      NUMBERS,\n      STRINGS,\n      DATE\n    ]  \n  }\n};","module.exports = function(hljs) {\n    var regexes = {\n        ruleDeclaration: \"^[a-zA-Z][a-zA-Z0-9-]*\",\n        unexpectedChars: \"[!@#$^&',?+~`|:]\"\n    };\n\n    var keywords = [\n        \"ALPHA\",\n        \"BIT\",\n        \"CHAR\",\n        \"CR\",\n        \"CRLF\",\n        \"CTL\",\n        \"DIGIT\",\n        \"DQUOTE\",\n        \"HEXDIG\",\n        \"HTAB\",\n        \"LF\",\n        \"LWSP\",\n        \"OCTET\",\n        \"SP\",\n        \"VCHAR\",\n        \"WSP\"\n    ];\n\n    var commentMode = hljs.COMMENT(\";\", \"$\");\n\n    var terminalBinaryMode = {\n        className: \"symbol\",\n        begin: /%b[0-1]+(-[0-1]+|(\\.[0-1]+)+){0,1}/\n    };\n\n    var terminalDecimalMode = {\n        className: \"symbol\",\n        begin: /%d[0-9]+(-[0-9]+|(\\.[0-9]+)+){0,1}/\n    };\n\n    var terminalHexadecimalMode = {\n        className: \"symbol\",\n        begin: /%x[0-9A-F]+(-[0-9A-F]+|(\\.[0-9A-F]+)+){0,1}/,\n    };\n\n    var caseSensitivityIndicatorMode = {\n        className: \"symbol\",\n        begin: /%[si]/\n    };\n\n    var ruleDeclarationMode = {\n        begin: regexes.ruleDeclaration + '\\\\s*=',\n        returnBegin: true,\n        end: /=/,\n        relevance: 0,\n        contains: [{className: \"attribute\", begin: regexes.ruleDeclaration}]\n    };\n\n    return {\n      illegal: regexes.unexpectedChars,\n      keywords: keywords.join(\" \"),\n      contains: [\n          ruleDeclarationMode,\n          commentMode,\n          terminalBinaryMode,\n          terminalDecimalMode,\n          terminalHexadecimalMode,\n          caseSensitivityIndicatorMode,\n          hljs.QUOTE_STRING_MODE,\n          hljs.NUMBER_MODE\n      ]\n    };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      // IP\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b'\n      },\n      // Other numbers\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d+\\\\b',\n        relevance: 0\n      },\n      // Requests\n      {\n        className: 'string',\n        begin: '\"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)', end: '\"',\n        keywords: 'GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE',\n        illegal: '\\\\n',\n        relevance: 10\n      },\n      // Dates\n      {\n        className: 'string',\n        begin: /\\[/, end: /\\]/,\n        illegal: '\\\\n'\n      },\n      // Strings\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        illegal: '\\\\n'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*';\n  var IDENT_FUNC_RETURN_TYPE_RE = '([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)';\n\n  var AS3_REST_ARG_MODE = {\n    className: 'rest_arg',\n    begin: '[.]{3}', end: IDENT_RE,\n    relevance: 10\n  };\n\n  return {\n    aliases: ['as'],\n    keywords: {\n      keyword: 'as break case catch class const continue default delete do dynamic each ' +\n        'else extends final finally for function get if implements import in include ' +\n        'instanceof interface internal is namespace native new override package private ' +\n        'protected public return set static super switch this throw try typeof use var void ' +\n        'while with',\n      literal: 'true false null undefined'\n    },\n    contains: [\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'package', end: '{',\n        contains: [hljs.TITLE_MODE]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        contains: [\n          {\n            beginKeywords: 'extends implements'\n          },\n          hljs.TITLE_MODE\n        ]\n      },\n      {\n        className: 'meta',\n        beginKeywords: 'import include', end: ';',\n        keywords: {'meta-keyword': 'import include'}\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '[{;]', excludeEnd: true,\n        illegal: '\\\\S',\n        contains: [\n          hljs.TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)',\n            contains: [\n              hljs.APOS_STRING_MODE,\n              hljs.QUOTE_STRING_MODE,\n              hljs.C_LINE_COMMENT_MODE,\n              hljs.C_BLOCK_COMMENT_MODE,\n              AS3_REST_ARG_MODE\n            ]\n          },\n          {\n            begin: ':\\\\s*' + IDENT_FUNC_RETURN_TYPE_RE\n          }\n        ]\n      },\n      hljs.METHOD_GUARD\n    ],\n    illegal: /#/\n  };\n};","module.exports = // We try to support full Ada2012\n//\n// We highlight all appearances of types, keywords, literals (string, char, number, bool)\n// and titles (user defined function/procedure/package)\n// CSS classes are set accordingly\n//\n// Languages causing problems for language detection:\n// xml (broken by Foo : Bar type), elm (broken by Foo : Bar type), vbscript-html (broken by body keyword)\n// sql (ada default.txt has a lot of sql keywords)\n\nfunction(hljs) {\n    // Regular expression for Ada numeric literals.\n    // stolen form the VHDL highlighter\n\n    // Decimal literal:\n    var INTEGER_RE = '\\\\d(_|\\\\d)*';\n    var EXPONENT_RE = '[eE][-+]?' + INTEGER_RE;\n    var DECIMAL_LITERAL_RE = INTEGER_RE + '(\\\\.' + INTEGER_RE + ')?' + '(' + EXPONENT_RE + ')?';\n\n    // Based literal:\n    var BASED_INTEGER_RE = '\\\\w+';\n    var BASED_LITERAL_RE = INTEGER_RE + '#' + BASED_INTEGER_RE + '(\\\\.' + BASED_INTEGER_RE + ')?' + '#' + '(' + EXPONENT_RE + ')?';\n\n    var NUMBER_RE = '\\\\b(' + BASED_LITERAL_RE + '|' + DECIMAL_LITERAL_RE + ')';\n\n    // Identifier regex\n    var ID_REGEX = '[A-Za-z](_?[A-Za-z0-9.])*';\n\n    // bad chars, only allowed in literals\n    var BAD_CHARS = '[]{}%#\\'\\\"'\n\n    // Ada doesn't have block comments, only line comments\n    var COMMENTS = hljs.COMMENT('--', '$');\n\n    // variable declarations of the form\n    // Foo : Bar := Baz;\n    // where only Bar will be highlighted\n    var VAR_DECLS = {\n        // TODO: These spaces are not required by the Ada syntax\n        // however, I have yet to see handwritten Ada code where\n        // someone does not put spaces around :\n        begin: '\\\\s+:\\\\s+', end: '\\\\s*(:=|;|\\\\)|=>|$)',\n        // endsWithParent: true,\n        // returnBegin: true,\n        illegal: BAD_CHARS,\n        contains: [\n            {\n                // workaround to avoid highlighting\n                // named loops and declare blocks\n                beginKeywords: 'loop for declare others',\n                endsParent: true,\n            },\n            {\n                // properly highlight all modifiers\n                className: 'keyword',\n                beginKeywords: 'not null constant access function procedure in out aliased exception'\n            },\n            {\n                className: 'type',\n                begin: ID_REGEX,\n                endsParent: true,\n                relevance: 0,\n            }\n        ]\n    };\n\n    return {\n        case_insensitive: true,\n        keywords: {\n            keyword:\n                'abort else new return abs elsif not reverse abstract end ' +\n                'accept entry select access exception of separate aliased exit or some ' +\n                'all others subtype and for out synchronized array function overriding ' +\n                'at tagged generic package task begin goto pragma terminate ' +\n                'body private then if procedure type case in protected constant interface ' +\n                'is raise use declare range delay limited record when delta loop rem while ' +\n                'digits renames with do mod requeue xor',\n            literal:\n                'True False',\n        },\n        contains: [\n            COMMENTS,\n            // strings \"foobar\"\n            {\n                className: 'string',\n                begin: /\"/, end: /\"/,\n                contains: [{begin: /\"\"/, relevance: 0}]\n            },\n            // characters ''\n            {\n                // character literals always contain one char\n                className: 'string',\n                begin: /'.'/\n            },\n            {\n                // number literals\n                className: 'number',\n                begin: NUMBER_RE,\n                relevance: 0\n            },\n            {\n                // Attributes\n                className: 'symbol',\n                begin: \"'\" + ID_REGEX,\n            },\n            {\n                // package definition, maybe inside generic\n                className: 'title',\n                begin: '(\\\\bwith\\\\s+)?(\\\\bprivate\\\\s+)?\\\\bpackage\\\\s+(\\\\bbody\\\\s+)?', end: '(is|$)',\n                keywords: 'package body',\n                excludeBegin: true,\n                excludeEnd: true,\n                illegal: BAD_CHARS\n            },\n            {\n                // function/procedure declaration/definition\n                // maybe inside generic\n                begin: '(\\\\b(with|overriding)\\\\s+)?\\\\b(function|procedure)\\\\s+', end: '(\\\\bis|\\\\bwith|\\\\brenames|\\\\)\\\\s*;)',\n                keywords: 'overriding function procedure with is renames return',\n                // we need to re-match the 'function' keyword, so that\n                // the title mode below matches only exactly once\n                returnBegin: true,\n                contains:\n                [\n                    COMMENTS,\n                    {\n                        // name of the function/procedure\n                        className: 'title',\n                        begin: '(\\\\bwith\\\\s+)?\\\\b(function|procedure)\\\\s+',\n                        end: '(\\\\(|\\\\s+|$)',\n                        excludeBegin: true,\n                        excludeEnd: true,\n                        illegal: BAD_CHARS\n                    },\n                    // 'self'\n                    // // parameter types\n                    VAR_DECLS,\n                    {\n                        // return type\n                        className: 'type',\n                        begin: '\\\\breturn\\\\s+', end: '(\\\\s+|;|$)',\n                        keywords: 'return',\n                        excludeBegin: true,\n                        excludeEnd: true,\n                        // we are done with functions\n                        endsParent: true,\n                        illegal: BAD_CHARS\n\n                    },\n                ]\n            },\n            {\n                // new type declarations\n                // maybe inside generic\n                className: 'type',\n                begin: '\\\\b(sub)?type\\\\s+', end: '\\\\s+',\n                keywords: 'type',\n                excludeBegin: true,\n                illegal: BAD_CHARS\n            },\n\n            // see comment above the definition\n            VAR_DECLS,\n\n            // no markup\n            // relevance boosters for small snippets\n            // {begin: '\\\\s*=>\\\\s*'},\n            // {begin: '\\\\s*:=\\\\s*'},\n            // {begin: '\\\\s+:=\\\\s+'},\n        ]\n    };\n};","module.exports = function(hljs) {\n  var builtInTypeMode = {\n    className: 'built_in',\n    begin: '\\\\b(void|bool|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)'\n  };\n\n  var objectHandleMode = {\n    className: 'symbol',\n    begin: '[a-zA-Z0-9_]+@'\n  };\n\n  var genericMode = {\n    className: 'keyword',\n    begin: '<', end: '>',\n    contains: [ builtInTypeMode, objectHandleMode ]\n  };\n\n  builtInTypeMode.contains = [ genericMode ];\n  objectHandleMode.contains = [ genericMode ];\n\n  return {\n    aliases: [ 'asc' ],\n\n    keywords:\n      'for in|0 break continue while do|0 return if else case switch namespace is cast ' +\n      'or and xor not get|0 in inout|10 out override set|0 private public const default|0 ' +\n      'final shared external mixin|10 enum typedef funcdef this super import from interface ' +\n      'abstract|0 try catch protected explicit',\n\n    // avoid close detection with C# and JS\n    illegal: '(^using\\\\s+[A-Za-z0-9_\\\\.]+;$|\\\\bfunction\\s*[^\\\\(])',\n\n    contains: [\n      { // 'strings'\n        className: 'string',\n        begin: '\\'', end: '\\'',\n        illegal: '\\\\n',\n        contains: [ hljs.BACKSLASH_ESCAPE ],\n        relevance: 0\n      },\n\n      { // \"strings\"\n        className: 'string',\n        begin: '\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [ hljs.BACKSLASH_ESCAPE ],\n        relevance: 0\n      },\n\n      // \"\"\"heredoc strings\"\"\"\n      {\n        className: 'string',\n        begin: '\"\"\"', end: '\"\"\"'\n      },\n\n      hljs.C_LINE_COMMENT_MODE, // single-line comments\n      hljs.C_BLOCK_COMMENT_MODE, // comment blocks\n\n      { // interface or namespace declaration\n        beginKeywords: 'interface namespace', end: '{',\n        illegal: '[;.\\\\-]',\n        contains: [\n          { // interface or namespace name\n            className: 'symbol',\n            begin: '[a-zA-Z0-9_]+'\n          }\n        ]\n      },\n\n      { // class declaration\n        beginKeywords: 'class', end: '{',\n        illegal: '[;.\\\\-]',\n        contains: [\n          { // class name\n            className: 'symbol',\n            begin: '[a-zA-Z0-9_]+',\n            contains: [\n              {\n                begin: '[:,]\\\\s*',\n                contains: [\n                  {\n                    className: 'symbol',\n                    begin: '[a-zA-Z0-9_]+'\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      },\n\n      builtInTypeMode, // built-in types\n      objectHandleMode, // object handles\n\n      { // literals\n        className: 'literal',\n        begin: '\\\\b(null|true|false)'\n      },\n\n      { // numbers\n        className: 'number',\n        begin: '(-?)(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?f?|\\\\.\\\\d+f?)([eE][-+]?\\\\d+f?)?)'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var NUMBER = {className: 'number', begin: '[\\\\$%]\\\\d+'};\n  return {\n    aliases: ['apacheconf'],\n    case_insensitive: true,\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {className: 'section', begin: '</?', end: '>'},\n      {\n        className: 'attribute',\n        begin: /\\w+/,\n        relevance: 0,\n        // keywords aren’t needed for highlighting per se, they only boost relevance\n        // for a very generally defined mode (starts with a word, ends with line-end\n        keywords: {\n          nomarkup:\n            'order deny allow setenv rewriterule rewriteengine rewritecond documentroot ' +\n            'sethandler errordocument loadmodule options header listen serverroot ' +\n            'servername'\n        },\n        starts: {\n          end: /$/,\n          relevance: 0,\n          keywords: {\n            literal: 'on off all'\n          },\n          contains: [\n            {\n              className: 'meta',\n              begin: '\\\\s\\\\[', end: '\\\\]$'\n            },\n            {\n              className: 'variable',\n              begin: '[\\\\$%]\\\\{', end: '\\\\}',\n              contains: ['self', NUMBER]\n            },\n            NUMBER,\n            hljs.QUOTE_STRING_MODE\n          ]\n        }\n      }\n    ],\n    illegal: /\\S/\n  };\n};","module.exports = function(hljs) {\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: ''});\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)',\n    contains: ['self', hljs.C_NUMBER_MODE, STRING]\n  };\n  var COMMENT_MODE_1 = hljs.COMMENT('--', '$');\n  var COMMENT_MODE_2 = hljs.COMMENT(\n    '\\\\(\\\\*',\n    '\\\\*\\\\)',\n    {\n      contains: ['self', COMMENT_MODE_1] //allow nesting\n    }\n  );\n  var COMMENTS = [\n    COMMENT_MODE_1,\n    COMMENT_MODE_2,\n    hljs.HASH_COMMENT_MODE\n  ];\n\n  return {\n    aliases: ['osascript'],\n    keywords: {\n      keyword:\n        'about above after against and around as at back before beginning ' +\n        'behind below beneath beside between but by considering ' +\n        'contain contains continue copy div does eighth else end equal ' +\n        'equals error every exit fifth first for fourth from front ' +\n        'get given global if ignoring in into is it its last local me ' +\n        'middle mod my ninth not of on onto or over prop property put ref ' +\n        'reference repeat returning script second set seventh since ' +\n        'sixth some tell tenth that the|0 then third through thru ' +\n        'timeout times to transaction try until where while whose with ' +\n        'without',\n      literal:\n        'AppleScript false linefeed return pi quote result space tab true',\n      built_in:\n        'alias application boolean class constant date file integer list ' +\n        'number real record string text ' +\n        'activate beep count delay launch log offset read round ' +\n        'run say summarize write ' +\n        'character characters contents day frontmost id item length ' +\n        'month name paragraph paragraphs rest reverse running time version ' +\n        'weekday word words year'\n    },\n    contains: [\n      STRING,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'built_in',\n        begin:\n          '\\\\b(clipboard info|the clipboard|info for|list (disks|folder)|' +\n          'mount volume|path to|(close|open for) access|(get|set) eof|' +\n          'current date|do shell script|get volume settings|random number|' +\n          'set volume|system attribute|system info|time to GMT|' +\n          '(load|run|store) script|scripting components|' +\n          'ASCII (character|number)|localized string|' +\n          'choose (application|color|file|file name|' +\n          'folder|from list|remote application|URL)|' +\n          'display (alert|dialog))\\\\b|^\\\\s*return\\\\b'\n      },\n      {\n        className: 'literal',\n        begin:\n          '\\\\b(text item delimiters|current application|missing value)\\\\b'\n      },\n      {\n        className: 'keyword',\n        begin:\n          '\\\\b(apart from|aside from|instead of|out of|greater than|' +\n          \"isn't|(doesn't|does not) (equal|come before|come after|contain)|\" +\n          '(greater|less) than( or equal)?|(starts?|ends|begins?) with|' +\n          'contained by|comes (before|after)|a (ref|reference)|POSIX file|' +\n          'POSIX path|(date|time) string|quoted form)\\\\b'\n      },\n      {\n        beginKeywords: 'on',\n        illegal: '[${=;\\\\n]',\n        contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS]\n      }\n    ].concat(COMMENTS),\n    illegal: '//|->|=>|\\\\[\\\\['\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[A-Za-z_][0-9A-Za-z_]*';\n  var KEYWORDS = {\n    keyword:\n      'if for while var new function do return void else break',\n    literal:\n      'true false null undefined NaN Infinity PI BackSlash DoubleQuote ForwardSlash NewLine SingleQuote Tab',\n    built_in:\n      'Abs Acos Area AreaGeodetic Asin Atan Atan2 Average Boolean Buffer BufferGeodetic ' +\n      'Ceil Centroid Clip Console Constrain Contains Cos Count Crosses Cut Date DateAdd ' +\n      'DateDiff Day Decode DefaultValue Dictionary Difference Disjoint Distance Distinct ' +\n      'DomainCode DomainName Equals Exp Extent Feature FeatureSet FeatureSetById FeatureSetByTitle ' +\n      'FeatureSetByUrl Filter First Floor Geometry Guid HasKey Hour IIf IndexOf Intersection ' +\n      'Intersects IsEmpty Length LengthGeodetic Log Max Mean Millisecond Min Minute Month ' +\n      'MultiPartToSinglePart Multipoint NextSequenceValue Now Number OrderBy Overlaps Point Polygon ' +\n      'Polyline Pow Random Relate Reverse Round Second SetGeometry Sin Sort Sqrt Stdev Sum ' +\n      'SymmetricDifference Tan Text Timestamp Today ToLocal Top Touches ToUTC TypeOf Union Variance ' +\n      'Weekday When Within Year '\n  };\n  var EXPRESSIONS;\n  var SYMBOL = {\n    className: 'symbol',\n    begin: '\\\\$[feature|layer|map|value|view]+'\n  };\n  var NUMBER = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(0[bB][01]+)' },\n      { begin: '\\\\b(0[oO][0-7]+)' },\n      { begin: hljs.C_NUMBER_RE }\n    ],\n    relevance: 0\n  };\n  var SUBST = {\n    className: 'subst',\n    begin: '\\\\$\\\\{', end: '\\\\}',\n    keywords: KEYWORDS,\n    contains: []  // defined later\n  };\n  var TEMPLATE_STRING = {\n    className: 'string',\n    begin: '`', end: '`',\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      SUBST\n    ]\n  };\n  SUBST.contains = [\n    hljs.APOS_STRING_MODE,\n    hljs.QUOTE_STRING_MODE,\n    TEMPLATE_STRING,\n    NUMBER,\n    hljs.REGEXP_MODE\n  ];\n  var PARAMS_CONTAINS = SUBST.contains.concat([\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.C_LINE_COMMENT_MODE\n  ]);\n\n  return {\n    aliases: ['arcade'],\n    keywords: KEYWORDS,\n    contains: [\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      TEMPLATE_STRING,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      SYMBOL,\n      NUMBER,\n      { // object attr container\n        begin: /[{,]\\s*/, relevance: 0,\n        contains: [\n          {\n            begin: IDENT_RE + '\\\\s*:', returnBegin: true,\n            relevance: 0,\n            contains: [{className: 'attr', begin: IDENT_RE, relevance: 0}]\n          }\n        ]\n      },\n      { // \"value\" container\n        begin: '(' + hljs.RE_STARTERS_RE + '|\\\\b(return)\\\\b)\\\\s*',\n        keywords: 'return',\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.REGEXP_MODE,\n          {\n            className: 'function',\n            begin: '(\\\\(.*?\\\\)|' + IDENT_RE + ')\\\\s*=>', returnBegin: true,\n            end: '\\\\s*=>',\n            contains: [\n              {\n                className: 'params',\n                variants: [\n                  {\n                    begin: IDENT_RE\n                  },\n                  {\n                    begin: /\\(\\s*\\)/,\n                  },\n                  {\n                    begin: /\\(/, end: /\\)/,\n                    excludeBegin: true, excludeEnd: true,\n                    keywords: KEYWORDS,\n                    contains: PARAMS_CONTAINS\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /\\{/, excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: IDENT_RE}),\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            excludeBegin: true,\n            excludeEnd: true,\n            contains: PARAMS_CONTAINS\n          }\n        ],\n        illegal: /\\[|%/\n      },\n      {\n        begin: /\\$[(.]/\n      }\n    ],\n    illegal: /#(?!!)/\n  };\n};","module.exports = function(hljs) {\n  var CPP = hljs.getLanguage('cpp').exports;\n\treturn {\n    keywords: {\n      keyword:\n        'boolean byte word string String array ' + CPP.keywords.keyword,\n      built_in:\n        'setup loop while catch for if do goto try switch case else ' +\n        'default break continue return ' +\n        'KeyboardController MouseController SoftwareSerial ' +\n        'EthernetServer EthernetClient LiquidCrystal ' +\n        'RobotControl GSMVoiceCall EthernetUDP EsploraTFT ' +\n        'HttpClient RobotMotor WiFiClient GSMScanner ' +\n        'FileSystem Scheduler GSMServer YunClient YunServer ' +\n        'IPAddress GSMClient GSMModem Keyboard Ethernet ' +\n        'Console GSMBand Esplora Stepper Process ' +\n        'WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage ' +\n        'Client Server GSMPIN FileIO Bridge Serial ' +\n        'EEPROM Stream Mouse Audio Servo File Task ' +\n        'GPRS WiFi Wire TFT GSM SPI SD ' +\n        'runShellCommandAsynchronously analogWriteResolution ' +\n        'retrieveCallingNumber printFirmwareVersion ' +\n        'analogReadResolution sendDigitalPortPair ' +\n        'noListenOnLocalhost readJoystickButton setFirmwareVersion ' +\n        'readJoystickSwitch scrollDisplayRight getVoiceCallStatus ' +\n        'scrollDisplayLeft writeMicroseconds delayMicroseconds ' +\n        'beginTransmission getSignalStrength runAsynchronously ' +\n        'getAsynchronously listenOnLocalhost getCurrentCarrier ' +\n        'readAccelerometer messageAvailable sendDigitalPorts ' +\n        'lineFollowConfig countryNameWrite runShellCommand ' +\n        'readStringUntil rewindDirectory readTemperature ' +\n        'setClockDivider readLightSensor endTransmission ' +\n        'analogReference detachInterrupt countryNameRead ' +\n        'attachInterrupt encryptionType readBytesUntil ' +\n        'robotNameWrite readMicrophone robotNameRead cityNameWrite ' +\n        'userNameWrite readJoystickY readJoystickX mouseReleased ' +\n        'openNextFile scanNetworks noInterrupts digitalWrite ' +\n        'beginSpeaker mousePressed isActionDone mouseDragged ' +\n        'displayLogos noAutoscroll addParameter remoteNumber ' +\n        'getModifiers keyboardRead userNameRead waitContinue ' +\n        'processInput parseCommand printVersion readNetworks ' +\n        'writeMessage blinkVersion cityNameRead readMessage ' +\n        'setDataMode parsePacket isListening setBitOrder ' +\n        'beginPacket isDirectory motorsWrite drawCompass ' +\n        'digitalRead clearScreen serialEvent rightToLeft ' +\n        'setTextSize leftToRight requestFrom keyReleased ' +\n        'compassRead analogWrite interrupts WiFiServer ' +\n        'disconnect playMelody parseFloat autoscroll ' +\n        'getPINUsed setPINUsed setTimeout sendAnalog ' +\n        'readSlider analogRead beginWrite createChar ' +\n        'motorsStop keyPressed tempoWrite readButton ' +\n        'subnetMask debugPrint macAddress writeGreen ' +\n        'randomSeed attachGPRS readString sendString ' +\n        'remotePort releaseAll mouseMoved background ' +\n        'getXChange getYChange answerCall getResult ' +\n        'voiceCall endPacket constrain getSocket writeJSON ' +\n        'getButton available connected findUntil readBytes ' +\n        'exitValue readGreen writeBlue startLoop IPAddress ' +\n        'isPressed sendSysex pauseMode gatewayIP setCursor ' +\n        'getOemKey tuneWrite noDisplay loadImage switchPIN ' +\n        'onRequest onReceive changePIN playFile noBuffer ' +\n        'parseInt overflow checkPIN knobRead beginTFT ' +\n        'bitClear updateIR bitWrite position writeRGB ' +\n        'highByte writeRed setSpeed readBlue noStroke ' +\n        'remoteIP transfer shutdown hangCall beginSMS ' +\n        'endWrite attached maintain noCursor checkReg ' +\n        'checkPUK shiftOut isValid shiftIn pulseIn ' +\n        'connect println localIP pinMode getIMEI ' +\n        'display noBlink process getBand running beginSD ' +\n        'drawBMP lowByte setBand release bitRead prepare ' +\n        'pointTo readRed setMode noFill remove listen ' +\n        'stroke detach attach noTone exists buffer ' +\n        'height bitSet circle config cursor random ' +\n        'IRread setDNS endSMS getKey micros ' +\n        'millis begin print write ready flush width ' +\n        'isPIN blink clear press mkdir rmdir close ' +\n        'point yield image BSSID click delay ' +\n        'read text move peek beep rect line open ' +\n        'seek fill size turn stop home find ' +\n        'step tone sqrt RSSI SSID ' +\n        'end bit tan cos sin pow map abs max ' +\n        'min get run put',\n      literal:\n        'DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE ' +\n        'REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP ' +\n        'SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN ' +\n        'INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL ' +\n        'DEFAULT OUTPUT INPUT HIGH LOW'\n    },\n    contains: [\n      CPP.preprocessor,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n    //local labels: %?[FB]?[AT]?\\d{1,2}\\w+\n  return {\n    case_insensitive: true,\n    aliases: ['arm'],\n    lexemes: '\\\\.?' + hljs.IDENT_RE,\n    keywords: {\n      meta:\n        //GNU preprocs\n        '.2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg '+\n        //ARM directives\n        'ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ',\n      built_in:\n        'r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 '+ //standard registers\n        'pc lr sp ip sl sb fp '+ //typical regs plus backward compatibility\n        'a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 '+ //more regs and fp\n        'p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 '+ //coprocessor regs\n        'c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 '+ //more coproc\n        'q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 '+ //advanced SIMD NEON regs\n\n        //program status registers\n        'cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf '+\n        'spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf '+\n\n        //NEON and VFP registers\n        's0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 '+\n        's16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 '+\n        'd0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 '+\n        'd16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 ' +\n\n        '{PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @'\n    },\n    contains: [\n      {\n        className: 'keyword',\n        begin: '\\\\b('+     //mnemonics\n            'adc|'+\n            '(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|'+\n            'and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|'+\n            'bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|'+\n            'setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|'+\n            'ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|'+\n            'mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|'+\n            'mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|'+\n            'mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|'+\n            'rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|'+\n            'stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|'+\n            '[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|'+\n            'wfe|wfi|yield'+\n        ')'+\n        '(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?'+ //condition codes\n        '[sptrx]?' ,                                             //legal postfixes\n        end: '\\\\s'\n      },\n      hljs.COMMENT('[;@]', '$', {relevance: 0}),\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\'',\n        end: '[^\\\\\\\\]\\'',\n        relevance: 0\n      },\n      {\n        className: 'title',\n        begin: '\\\\|', end: '\\\\|',\n        illegal: '\\\\n',\n        relevance: 0\n      },\n      {\n        className: 'number',\n        variants: [\n            {begin: '[#$=]?0x[0-9a-f]+'}, //hex\n            {begin: '[#$=]?0b[01]+'},     //bin\n            {begin: '[#$=]\\\\d+'},        //literal\n            {begin: '\\\\b\\\\d+'}           //bare number\n        ],\n        relevance: 0\n      },\n      {\n        className: 'symbol',\n        variants: [\n            {begin: '^[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+'}, //ARM syntax\n            {begin: '^\\\\s*[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+:'}, //GNU ARM syntax\n            {begin: '[=#]\\\\w+' }  //label reference\n        ],\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['adoc'],\n    contains: [\n      // block comment\n      hljs.COMMENT(\n        '^/{4,}\\\\n',\n        '\\\\n/{4,}$',\n        // can also be done as...\n        //'^/{4,}$',\n        //'^/{4,}$',\n        {\n          relevance: 10\n        }\n      ),\n      // line comment\n      hljs.COMMENT(\n        '^//',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      // title\n      {\n        className: 'title',\n        begin: '^\\\\.\\\\w.*$'\n      },\n      // example, admonition & sidebar blocks\n      {\n        begin: '^[=\\\\*]{4,}\\\\n',\n        end: '\\\\n^[=\\\\*]{4,}$',\n        relevance: 10\n      },\n      // headings\n      {\n        className: 'section',\n        relevance: 10,\n        variants: [\n          {begin: '^(={1,5}) .+?( \\\\1)?$'},\n          {begin: '^[^\\\\[\\\\]\\\\n]+?\\\\n[=\\\\-~\\\\^\\\\+]{2,}$'},\n        ]\n      },\n      // document attributes\n      {\n        className: 'meta',\n        begin: '^:.+?:',\n        end: '\\\\s',\n        excludeEnd: true,\n        relevance: 10\n      },\n      // block attributes\n      {\n        className: 'meta',\n        begin: '^\\\\[.+?\\\\]$',\n        relevance: 0\n      },\n      // quoteblocks\n      {\n        className: 'quote',\n        begin: '^_{4,}\\\\n',\n        end: '\\\\n_{4,}$',\n        relevance: 10\n      },\n      // listing and literal blocks\n      {\n        className: 'code',\n        begin: '^[\\\\-\\\\.]{4,}\\\\n',\n        end: '\\\\n[\\\\-\\\\.]{4,}$',\n        relevance: 10\n      },\n      // passthrough blocks\n      {\n        begin: '^\\\\+{4,}\\\\n',\n        end: '\\\\n\\\\+{4,}$',\n        contains: [\n          {\n            begin: '<', end: '>',\n            subLanguage: 'xml',\n            relevance: 0\n          }\n        ],\n        relevance: 10\n      },\n      // lists (can only capture indicators)\n      {\n        className: 'bullet',\n        begin: '^(\\\\*+|\\\\-+|\\\\.+|[^\\\\n]+?::)\\\\s+'\n      },\n      // admonition\n      {\n        className: 'symbol',\n        begin: '^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\\\s+',\n        relevance: 10\n      },\n      // inline strong\n      {\n        className: 'strong',\n        // must not follow a word character or be followed by an asterisk or space\n        begin: '\\\\B\\\\*(?![\\\\*\\\\s])',\n        end: '(\\\\n{2}|\\\\*)',\n        // allow escaped asterisk followed by word char\n        contains: [\n          {\n            begin: '\\\\\\\\*\\\\w',\n            relevance: 0\n          }\n        ]\n      },\n      // inline emphasis\n      {\n        className: 'emphasis',\n        // must not follow a word character or be followed by a single quote or space\n        begin: '\\\\B\\'(?![\\'\\\\s])',\n        end: '(\\\\n{2}|\\')',\n        // allow escaped single quote followed by word char\n        contains: [\n          {\n            begin: '\\\\\\\\\\'\\\\w',\n            relevance: 0\n          }\n        ],\n        relevance: 0\n      },\n      // inline emphasis (alt)\n      {\n        className: 'emphasis',\n        // must not follow a word character or be followed by an underline or space\n        begin: '_(?![_\\\\s])',\n        end: '(\\\\n{2}|_)',\n        relevance: 0\n      },\n      // inline smart quotes\n      {\n        className: 'string',\n        variants: [\n          {begin: \"``.+?''\"},\n          {begin: \"`.+?'\"}\n        ]\n      },\n      // inline code snippets (TODO should get same treatment as strong and emphasis)\n      {\n        className: 'code',\n        begin: '(`.+?`|\\\\+.+?\\\\+)',\n        relevance: 0\n      },\n      // indented literal block\n      {\n        className: 'code',\n        begin: '^[ \\\\t]',\n        end: '$',\n        relevance: 0\n      },\n      // horizontal rules\n      {\n        begin: '^\\'{3,}[ \\\\t]*$',\n        relevance: 10\n      },\n      // images and links\n      {\n        begin: '(link:)?(http|https|ftp|file|irc|image:?):\\\\S+\\\\[.*?\\\\]',\n        returnBegin: true,\n        contains: [\n          {\n            begin: '(link|image:?):',\n            relevance: 0\n          },\n          {\n            className: 'link',\n            begin: '\\\\w',\n            end: '[^\\\\[]+',\n            relevance: 0\n          },\n          {\n            className: 'string',\n            begin: '\\\\[',\n            end: '\\\\]',\n            excludeBegin: true,\n            excludeEnd: true,\n            relevance: 0\n          }\n        ],\n        relevance: 10\n      }\n    ]\n  };\n};","module.exports = function (hljs) {\n  var KEYWORDS =\n    'false synchronized int abstract float private char boolean static null if const ' +\n    'for true while long throw strictfp finally protected import native final return void ' +\n    'enum else extends implements break transient new catch instanceof byte super volatile case ' +\n    'assert short package default double public try this switch continue throws privileged ' +\n    'aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization ' +\n    'staticinitialization withincode target within execution getWithinTypeName handler ' +\n    'thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents '+\n    'warning error soft precedence thisAspectInstance';\n  var SHORTKEYS = 'get set args call';\n  return {\n    keywords : KEYWORDS,\n    illegal : /<\\/|#/,\n    contains : [\n      hljs.COMMENT(\n        '/\\\\*\\\\*',\n        '\\\\*/',\n        {\n          relevance : 0,\n          contains : [\n            {\n              // eat up @'s in emails to prevent them to be recognized as doctags\n              begin: /\\w+@/, relevance: 0\n            },\n            {\n              className : 'doctag',\n              begin : '@[A-Za-z]+'\n            }\n          ]\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className : 'class',\n        beginKeywords : 'aspect',\n        end : /[{;=]/,\n        excludeEnd : true,\n        illegal : /[:;\"\\[\\]]/,\n        contains : [\n          {\n            beginKeywords : 'extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton'\n          },\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            begin : /\\([^\\)]*/,\n            end : /[)]+/,\n            keywords : KEYWORDS + ' ' + SHORTKEYS,\n            excludeEnd : false\n          }\n        ]\n      },\n      {\n        className : 'class',\n        beginKeywords : 'class interface',\n        end : /[{;=]/,\n        excludeEnd : true,\n        relevance: 0,\n        keywords : 'class interface',\n        illegal : /[:\"\\[\\]]/,\n        contains : [\n          {beginKeywords : 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        // AspectJ Constructs\n        beginKeywords : 'pointcut after before around throwing returning',\n        end : /[)]/,\n        excludeEnd : false,\n        illegal : /[\"\\[\\]]/,\n        contains : [\n          {\n            begin : hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(',\n            returnBegin : true,\n            contains : [hljs.UNDERSCORE_TITLE_MODE]\n          }\n        ]\n      },\n      {\n        begin : /[:]/,\n        returnBegin : true,\n        end : /[{;]/,\n        relevance: 0,\n        excludeEnd : false,\n        keywords : KEYWORDS,\n        illegal : /[\"\\[\\]]/,\n        contains : [\n          {\n            begin : hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(',\n            keywords : KEYWORDS + ' ' + SHORTKEYS,\n            relevance: 0\n          },\n          hljs.QUOTE_STRING_MODE\n        ]\n      },\n      {\n        // this prevents 'new Name(...), or throw ...' from being recognized as a function definition\n        beginKeywords : 'new throw',\n        relevance : 0\n      },\n      {\n        // the function class is a bit different for AspectJ compared to the Java language\n        className : 'function',\n        begin : /\\w+ +\\w+(\\.)?\\w+\\s*\\([^\\)]*\\)\\s*((throws)[\\w\\s,]+)?[\\{;]/,\n        returnBegin : true,\n        end : /[{;=]/,\n        keywords : KEYWORDS,\n        excludeEnd : true,\n        contains : [\n          {\n            begin : hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(',\n            returnBegin : true,\n            relevance: 0,\n            contains : [hljs.UNDERSCORE_TITLE_MODE]\n          },\n          {\n            className : 'params',\n            begin : /\\(/, end : /\\)/,\n            relevance: 0,\n            keywords : KEYWORDS,\n            contains : [\n              hljs.APOS_STRING_MODE,\n              hljs.QUOTE_STRING_MODE,\n              hljs.C_NUMBER_MODE,\n              hljs.C_BLOCK_COMMENT_MODE\n            ]\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      hljs.C_NUMBER_MODE,\n      {\n        // annotation is also used in this language\n        className : 'meta',\n        begin : '@[A-Za-z]+'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BACKTICK_ESCAPE = {\n    begin: '`[\\\\s\\\\S]'\n  };\n\n  return {\n    case_insensitive: true,\n    aliases: [ 'ahk' ],\n    keywords: {\n      keyword: 'Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group',\n      literal: 'A|0 true false NOT AND OR',\n      built_in: 'ComSpec Clipboard ClipboardAll ErrorLevel',\n    },\n    contains: [\n      {\n        className: 'built_in',\n        begin: 'A_[a-zA-Z0-9]+'\n      },\n      BACKTICK_ESCAPE,\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [BACKTICK_ESCAPE]}),\n      hljs.COMMENT(';', '$', {relevance: 0}),\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'number',\n        begin: hljs.NUMBER_RE,\n        relevance: 0\n      },\n      {\n        className: 'subst', // FIXED\n        begin: '%(?=[a-zA-Z0-9#_$@])', end: '%',\n        illegal: '[^a-zA-Z0-9#_$@]'\n      },\n      {\n        className: 'built_in',\n        begin: '^\\\\s*\\\\w+\\\\s*,'\n        //I don't really know if this is totally relevant\n      },\n      {\n        className: 'meta', \n        begin: '^\\\\s*#\\w+', end:'$',\n        relevance: 0\n      },\n      {\n        className: 'symbol',\n        contains: [BACKTICK_ESCAPE],\n        variants: [\n          {begin: '^[^\\\\n\";]+::(?!=)'},\n          {begin: '^[^\\\\n\";]+:(?!=)', relevance: 0} // zero relevance as it catches a lot of things\n                                                    // followed by a single ':' in many languages\n        ]\n      },\n      {\n        // consecutive commas, not for highlighting but just for relevance\n        begin: ',\\\\s*,'\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n    var KEYWORDS = 'ByRef Case Const ContinueCase ContinueLoop ' +\n        'Default Dim Do Else ElseIf EndFunc EndIf EndSelect ' +\n        'EndSwitch EndWith Enum Exit ExitLoop For Func ' +\n        'Global If In Local Next ReDim Return Select Static ' +\n        'Step Switch Then To Until Volatile WEnd While With',\n\n        LITERAL = 'True False And Null Not Or',\n\n        BUILT_IN =\n          'Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait',\n\n        COMMENT = {\n            variants: [\n              hljs.COMMENT(';', '$', {relevance: 0}),\n              hljs.COMMENT('#cs', '#ce'),\n              hljs.COMMENT('#comments-start', '#comments-end')\n            ]\n        },\n\n        VARIABLE = {\n            begin: '\\\\$[A-z0-9_]+'\n        },\n\n        STRING = {\n            className: 'string',\n            variants: [{\n                begin: /\"/,\n                end: /\"/,\n                contains: [{\n                    begin: /\"\"/,\n                    relevance: 0\n                }]\n            }, {\n                begin: /'/,\n                end: /'/,\n                contains: [{\n                    begin: /''/,\n                    relevance: 0\n                }]\n            }]\n        },\n\n        NUMBER = {\n            variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE]\n        },\n\n        PREPROCESSOR = {\n            className: 'meta',\n            begin: '#',\n            end: '$',\n            keywords: {'meta-keyword': 'comments include include-once NoTrayIcon OnAutoItStartRegister pragma compile RequireAdmin'},\n            contains: [{\n                    begin: /\\\\\\n/,\n                    relevance: 0\n                }, {\n                    beginKeywords: 'include',\n                    keywords: {'meta-keyword': 'include'},\n                    end: '$',\n                    contains: [\n                        STRING, {\n                            className: 'meta-string',\n                            variants: [{\n                                begin: '<',\n                                end: '>'\n                            }, {\n                                begin: /\"/,\n                                end: /\"/,\n                                contains: [{\n                                    begin: /\"\"/,\n                                    relevance: 0\n                                }]\n                            }, {\n                                begin: /'/,\n                                end: /'/,\n                                contains: [{\n                                    begin: /''/,\n                                    relevance: 0\n                                }]\n                            }]\n                        }\n                    ]\n                },\n                STRING,\n                COMMENT\n            ]\n        },\n\n        CONSTANT = {\n            className: 'symbol',\n            // begin: '@',\n            // end: '$',\n            // keywords: 'AppDataCommonDir AppDataDir AutoItExe AutoItPID AutoItVersion AutoItX64 COM_EventObj CommonFilesDir Compiled ComputerName ComSpec CPUArch CR CRLF DesktopCommonDir DesktopDepth DesktopDir DesktopHeight DesktopRefresh DesktopWidth DocumentsCommonDir error exitCode exitMethod extended FavoritesCommonDir FavoritesDir GUI_CtrlHandle GUI_CtrlId GUI_DragFile GUI_DragId GUI_DropId GUI_WinHandle HomeDrive HomePath HomeShare HotKeyPressed HOUR IPAddress1 IPAddress2 IPAddress3 IPAddress4 KBLayout LF LocalAppDataDir LogonDNSDomain LogonDomain LogonServer MDAY MIN MON MSEC MUILang MyDocumentsDir NumParams OSArch OSBuild OSLang OSServicePack OSType OSVersion ProgramFilesDir ProgramsCommonDir ProgramsDir ScriptDir ScriptFullPath ScriptLineNumber ScriptName SEC StartMenuCommonDir StartMenuDir StartupCommonDir StartupDir SW_DISABLE SW_ENABLE SW_HIDE SW_LOCK SW_MAXIMIZE SW_MINIMIZE SW_RESTORE SW_SHOW SW_SHOWDEFAULT SW_SHOWMAXIMIZED SW_SHOWMINIMIZED SW_SHOWMINNOACTIVE SW_SHOWNA SW_SHOWNOACTIVATE SW_SHOWNORMAL SW_UNLOCK SystemDir TAB TempDir TRAY_ID TrayIconFlashing TrayIconVisible UserName UserProfileDir WDAY WindowsDir WorkingDir YDAY YEAR',\n            // relevance: 5\n            begin: '@[A-z0-9_]+'\n        },\n\n        FUNCTION = {\n            className: 'function',\n            beginKeywords: 'Func',\n            end: '$',\n            illegal: '\\\\$|\\\\[|%',\n            contains: [\n                hljs.UNDERSCORE_TITLE_MODE, {\n                    className: 'params',\n                    begin: '\\\\(',\n                    end: '\\\\)',\n                    contains: [\n                        VARIABLE,\n                        STRING,\n                        NUMBER\n                    ]\n                }\n            ]\n        };\n\n    return {\n        case_insensitive: true,\n        illegal: /\\/\\*/,\n        keywords: {\n            keyword: KEYWORDS,\n            built_in: BUILT_IN,\n            literal: LITERAL\n        },\n        contains: [\n            COMMENT,\n            VARIABLE,\n            STRING,\n            NUMBER,\n            PREPROCESSOR,\n            CONSTANT,\n            FUNCTION\n        ]\n    }\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    lexemes: '\\\\.?' + hljs.IDENT_RE,\n    keywords: {\n      keyword:\n        /* mnemonic */\n        'adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs ' +\n        'brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr ' +\n        'clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor ' +\n        'fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul ' +\n        'muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs ' +\n        'sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub ' +\n        'subi swap tst wdr',\n      built_in:\n        /* general purpose registers */\n        'r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 ' +\n        'r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ' +\n        /* IO Registers (ATMega128) */\n        'ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h ' +\n        'tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ' +\n        'ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ' +\n        'ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk ' +\n        'tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ' +\n        'ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr ' +\n        'porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ' +\n        'ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf',\n      meta:\n        '.byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list ' +\n        '.listmac .macro .nolist .org .set'\n    },\n    contains: [\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.COMMENT(\n        ';',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      hljs.C_NUMBER_MODE, // 0x..., decimal, float\n      hljs.BINARY_NUMBER_MODE, // 0b...\n      {\n        className: 'number',\n        begin: '\\\\b(\\\\$[a-zA-Z0-9]+|0o[0-7]+)' // $..., 0o...\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\'', end: '[^\\\\\\\\]\\'',\n        illegal: '[^\\\\\\\\][^\\']'\n      },\n      {className: 'symbol',  begin: '^[A-Za-z0-9_.$]+:'},\n      {className: 'meta', begin: '#', end: '$'},\n      {  // подстановка в «.macro»\n        className: 'subst',\n        begin: '@[0-9]+'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VARIABLE = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$[\\w\\d#@][\\w\\d_]*/},\n      {begin: /\\$\\{(.*?)}/}\n    ]\n  };\n  var KEYWORDS = 'BEGIN END if else while do for in break continue delete next nextfile function func exit|10';\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE],\n    variants: [\n      {\n        begin: /(u|b)?r?'''/, end: /'''/,\n        relevance: 10\n      },\n      {\n        begin: /(u|b)?r?\"\"\"/, end: /\"\"\"/,\n        relevance: 10\n      },\n      {\n        begin: /(u|r|ur)'/, end: /'/,\n        relevance: 10\n      },\n      {\n        begin: /(u|r|ur)\"/, end: /\"/,\n        relevance: 10\n      },\n      {\n        begin: /(b|br)'/, end: /'/\n      },\n      {\n        begin: /(b|br)\"/, end: /\"/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n  return {\n\t keywords: {\n\t   keyword: KEYWORDS\n    },\n    contains: [\n      VARIABLE,\n      STRING,\n      hljs.REGEXP_MODE,\n      hljs.HASH_COMMENT_MODE,\n      hljs.NUMBER_MODE\n    ]\n  }\n};","module.exports = function(hljs) {\n  return {\n    keywords: 'false int abstract private char boolean static null if for true ' +\n      'while long throw finally protected final return void enum else ' +\n      'break new catch byte super case short default double public try this switch ' +\n      'continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count ' +\n      'order group by asc desc index hint like dispaly edit client server ttsbegin ' +\n      'ttscommit str real date container anytype common div mod',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$'\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        illegal: ':',\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VAR = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$[\\w\\d#@][\\w\\d_]*/},\n      {begin: /\\$\\{(.*?)}/}\n    ]\n  };\n  var QUOTE_STRING = {\n    className: 'string',\n    begin: /\"/, end: /\"/,\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      VAR,\n      {\n        className: 'variable',\n        begin: /\\$\\(/, end: /\\)/,\n        contains: [hljs.BACKSLASH_ESCAPE]\n      }\n    ]\n  };\n  var APOS_STRING = {\n    className: 'string',\n    begin: /'/, end: /'/\n  };\n\n  return {\n    aliases: ['sh', 'zsh'],\n    lexemes: /\\b-?[a-z\\._]+\\b/,\n    keywords: {\n      keyword:\n        'if then else elif fi for while in do done case esac function',\n      literal:\n        'true false',\n      built_in:\n        // Shell built-ins\n        // http://www.gnu.org/software/bash/manual/html_node/Shell-Builtin-Commands.html\n        'break cd continue eval exec exit export getopts hash pwd readonly return shift test times ' +\n        'trap umask unset ' +\n        // Bash built-ins\n        'alias bind builtin caller command declare echo enable help let local logout mapfile printf ' +\n        'read readarray source type typeset ulimit unalias ' +\n        // Shell modifiers\n        'set shopt ' +\n        // Zsh built-ins\n        'autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles ' +\n        'compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate ' +\n        'fc fg float functions getcap getln history integer jobs kill limit log noglob popd print ' +\n        'pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit ' +\n        'unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof ' +\n        'zpty zregexparse zsocket zstyle ztcp',\n      _:\n        '-ne -eq -lt -gt -f -d -e -s -l -a' // relevance booster\n    },\n    contains: [\n      {\n        className: 'meta',\n        begin: /^#![^\\n]+sh\\s*$/,\n        relevance: 10\n      },\n      {\n        className: 'function',\n        begin: /\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{/,\n        returnBegin: true,\n        contains: [hljs.inherit(hljs.TITLE_MODE, {begin: /\\w[\\w\\d_]*/})],\n        relevance: 0\n      },\n      hljs.HASH_COMMENT_MODE,\n      QUOTE_STRING,\n      APOS_STRING,\n      VAR\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    illegal: '^\\.',\n    // Support explicitely typed variables that end with $%! or #.\n    lexemes: '[a-zA-Z][a-zA-Z0-9_\\$\\%\\!\\#]*',\n    keywords: {\n        keyword:\n          'ABS ASC AND ATN AUTO|0 BEEP BLOAD|10 BSAVE|10 CALL CALLS CDBL CHAIN CHDIR CHR$|10 CINT CIRCLE ' +\n          'CLEAR CLOSE CLS COLOR COM COMMON CONT COS CSNG CSRLIN CVD CVI CVS DATA DATE$ ' +\n          'DEFDBL DEFINT DEFSNG DEFSTR DEF|0 SEG USR DELETE DIM DRAW EDIT END ENVIRON ENVIRON$ ' +\n          'EOF EQV ERASE ERDEV ERDEV$ ERL ERR ERROR EXP FIELD FILES FIX FOR|0 FRE GET GOSUB|10 GOTO ' +\n          'HEX$ IF|0 THEN ELSE|0 INKEY$ INP INPUT INPUT# INPUT$ INSTR IMP INT IOCTL IOCTL$ KEY ON ' +\n          'OFF LIST KILL LEFT$ LEN LET LINE LLIST LOAD LOC LOCATE LOF LOG LPRINT USING LSET ' +\n          'MERGE MID$ MKDIR MKD$ MKI$ MKS$ MOD NAME NEW NEXT NOISE NOT OCT$ ON OR PEN PLAY STRIG OPEN OPTION ' +\n          'BASE OUT PAINT PALETTE PCOPY PEEK PMAP POINT POKE POS PRINT PRINT] PSET PRESET ' +\n          'PUT RANDOMIZE READ REM RENUM RESET|0 RESTORE RESUME RETURN|0 RIGHT$ RMDIR RND RSET ' +\n          'RUN SAVE SCREEN SGN SHELL SIN SOUND SPACE$ SPC SQR STEP STICK STOP STR$ STRING$ SWAP ' +\n          'SYSTEM TAB TAN TIME$ TIMER TROFF TRON TO USR VAL VARPTR VARPTR$ VIEW WAIT WHILE ' +\n          'WEND WIDTH WINDOW WRITE XOR'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.COMMENT('REM', '$', {relevance: 10}),\n      hljs.COMMENT('\\'', '$', {relevance: 0}),\n      {\n        // Match line numbers\n        className: 'symbol',\n        begin: '^[0-9]+\\ ',\n        relevance: 10\n      },\n      {\n        // Match typed numeric constants (1000, 12.34!, 1.2e5, 1.5#, 1.2D2)\n        className: 'number',\n        begin: '\\\\b([0-9]+[0-9edED\\.]*[#\\!]?)',\n        relevance: 0\n      },\n      {\n        // Match hexadecimal numbers (&Hxxxx)\n        className: 'number',\n        begin: '(\\&[hH][0-9a-fA-F]{1,4})'\n      },\n      {\n        // Match octal numbers (&Oxxxxxx)\n        className: 'number',\n        begin: '(\\&[oO][0-7]{1,6})'\n      }\n    ]\n  };\n};","module.exports = function(hljs){\n  return {\n    contains: [\n      // Attribute\n      {\n        className: 'attribute',\n        begin: /</, end: />/\n      },\n      // Specific\n      {\n        begin: /::=/,\n        starts: {\n          end: /$/,\n          contains: [\n            {\n              begin: /</, end: />/\n            },\n            // Common\n            hljs.C_LINE_COMMENT_MODE,\n            hljs.C_BLOCK_COMMENT_MODE,\n            hljs.APOS_STRING_MODE,\n            hljs.QUOTE_STRING_MODE\n          ]\n        }\n      }\n    ]\n  };\n};","module.exports = function(hljs){\n  var LITERAL = {\n    className: 'literal',\n    begin: '[\\\\+\\\\-]',\n    relevance: 0\n  };\n  return {\n    aliases: ['bf'],\n    contains: [\n      hljs.COMMENT(\n        '[^\\\\[\\\\]\\\\.,\\\\+\\\\-<> \\r\\n]',\n        '[\\\\[\\\\]\\\\.,\\\\+\\\\-<> \\r\\n]',\n        {\n          returnEnd: true,\n          relevance: 0\n        }\n      ),\n      {\n        className: 'title',\n        begin: '[\\\\[\\\\]]',\n        relevance: 0\n      },\n      {\n        className: 'string',\n        begin: '[\\\\.,]',\n        relevance: 0\n      },\n      {\n        // this mode works as the only relevance counter\n        begin: /\\+\\+|\\-\\-/, returnBegin: true,\n        contains: [LITERAL]\n      },\n      LITERAL\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS =\n    'div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to ' +\n    'until while with var';\n  var LITERALS = 'false true';\n  var COMMENT_MODES = [\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.COMMENT(\n      /\\{/,\n      /\\}/,\n      {\n        relevance: 0\n      }\n    ),\n    hljs.COMMENT(\n      /\\(\\*/,\n      /\\*\\)/,\n      {\n        relevance: 10\n      }\n    )\n  ];\n  var STRING = {\n    className: 'string',\n    begin: /'/, end: /'/,\n    contains: [{begin: /''/}]\n  };\n  var CHAR_STRING = {\n    className: 'string', begin: /(#\\d+)+/\n  };\n  var DATE = {\n      className: 'number',\n      begin: '\\\\b\\\\d+(\\\\.\\\\d+)?(DT|D|T)',\n      relevance: 0\n  };\n  var DBL_QUOTED_VARIABLE = {\n      className: 'string', // not a string technically but makes sense to be highlighted in the same style\n      begin: '\"',\n      end: '\"'\n  };\n\n  var PROCEDURE = {\n    className: 'function',\n    beginKeywords: 'procedure', end: /[:;]/,\n    keywords: 'procedure|10',\n    contains: [\n      hljs.TITLE_MODE,\n      {\n        className: 'params',\n        begin: /\\(/, end: /\\)/,\n        keywords: KEYWORDS,\n        contains: [STRING, CHAR_STRING]\n      }\n    ].concat(COMMENT_MODES)\n  };\n\n  var OBJECT = {\n    className: 'class',\n    begin: 'OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\\\d+) ([^\\\\r\\\\n]+)',\n    returnBegin: true,\n    contains: [\n      hljs.TITLE_MODE,\n        PROCEDURE\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    keywords: { keyword: KEYWORDS, literal: LITERALS },\n    illegal: /\\/\\*/,\n    contains: [\n      STRING, CHAR_STRING,\n      DATE, DBL_QUOTED_VARIABLE,\n      hljs.NUMBER_MODE,\n      OBJECT,\n      PROCEDURE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['capnp'],\n    keywords: {\n      keyword:\n        'struct enum interface union group import using const annotation extends in of on as with from fixed',\n      built_in:\n        'Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 ' +\n        'Text Data AnyPointer AnyStruct Capability List',\n      literal:\n        'true false'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'meta',\n        begin: /@0x[\\w\\d]{16};/,\n        illegal: /\\n/\n      },\n      {\n        className: 'symbol',\n        begin: /@\\d+\\b/\n      },\n      {\n        className: 'class',\n        beginKeywords: 'struct enum', end: /\\{/,\n        illegal: /\\n/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n          })\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'interface', end: /\\{/,\n        illegal: /\\n/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n          })\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  // 2.3. Identifiers and keywords\n  var KEYWORDS =\n    'assembly module package import alias class interface object given value ' +\n    'assign void function new of extends satisfies abstracts in out return ' +\n    'break continue throw assert dynamic if else switch case for while try ' +\n    'catch finally then let this outer super is exists nonempty';\n  // 7.4.1 Declaration Modifiers\n  var DECLARATION_MODIFIERS =\n    'shared abstract formal default actual variable late native deprecated' +\n    'final sealed annotation suppressWarnings small';\n  // 7.4.2 Documentation\n  var DOCUMENTATION =\n    'doc by license see throws tagged';\n  var SUBST = {\n    className: 'subst', excludeBegin: true, excludeEnd: true,\n    begin: /``/, end: /``/,\n    keywords: KEYWORDS,\n    relevance: 10\n  };\n  var EXPRESSIONS = [\n    {\n      // verbatim string\n      className: 'string',\n      begin: '\"\"\"',\n      end: '\"\"\"',\n      relevance: 10\n    },\n    {\n      // string literal or template\n      className: 'string',\n      begin: '\"', end: '\"',\n      contains: [SUBST]\n    },\n    {\n      // character literal\n      className: 'string',\n      begin: \"'\",\n      end: \"'\"\n    },\n    {\n      // numeric literal\n      className: 'number',\n      begin: '#[0-9a-fA-F_]+|\\\\$[01_]+|[0-9_]+(?:\\\\.[0-9_](?:[eE][+-]?\\\\d+)?)?[kMGTPmunpf]?',\n      relevance: 0\n    }\n  ];\n  SUBST.contains = EXPRESSIONS;\n\n  return {\n    keywords: {\n      keyword: KEYWORDS + ' ' + DECLARATION_MODIFIERS,\n      meta: DOCUMENTATION\n    },\n    illegal: '\\\\$[^01]|#[^0-9a-fA-F]',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.COMMENT('/\\\\*', '\\\\*/', {contains: ['self']}),\n      {\n        // compiler annotation\n        className: 'meta',\n        begin: '@[a-z]\\\\w*(?:\\\\:\\\"[^\\\"]*\\\")?'\n      }\n    ].concat(EXPRESSIONS)\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['clean','icl','dcl'],\n    keywords: {\n      keyword:\n        'if let in with where case of class instance otherwise ' +\n        'implementation definition system module from import qualified as ' +\n        'special code inline foreign export ccall stdcall generic derive ' +\n        'infix infixl infixr',\n      literal:\n        'True False'\n    },\n    contains: [\n\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n\n      {begin: '->|<-[|:]?|::|#!?|>>=|\\\\{\\\\||\\\\|\\\\}|:==|=:|\\\\.\\\\.|<>|`'} // relevance booster\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      {\n        className: 'meta',\n        begin: /^([\\w.-]+|\\s*#_)=>/,\n        starts: {\n          end: /$/,\n          subLanguage: 'clojure'\n        }\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  var keywords = {\n    'builtin-name':\n      // Clojure keywords\n      'def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem '+\n      'quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? '+\n      'set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? '+\n      'class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? '+\n      'string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . '+\n      'inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last '+\n      'drop-while while intern condp case reduced cycle split-at split-with repeat replicate '+\n      'iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext '+\n      'nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends '+\n      'add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler '+\n      'set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter '+\n      'monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or '+\n      'when when-not when-let comp juxt partial sequence memoize constantly complement identity assert '+\n      'peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast '+\n      'sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import '+\n      'refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! '+\n      'assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger '+\n      'bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline '+\n      'flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking '+\n      'assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! '+\n      'reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! '+\n      'new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty '+\n      'hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list '+\n      'disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer '+\n      'chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate '+\n      'unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta '+\n      'lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize'\n   };\n\n  var SYMBOLSTART = 'a-zA-Z_\\\\-!.?+*=<>&#\\'';\n  var SYMBOL_RE = '[' + SYMBOLSTART + '][' + SYMBOLSTART + '0-9/;:]*';\n  var SIMPLE_NUMBER_RE = '[-+]?\\\\d+(\\\\.\\\\d+)?';\n\n  var SYMBOL = {\n    begin: SYMBOL_RE,\n    relevance: 0\n  };\n  var NUMBER = {\n    className: 'number', begin: SIMPLE_NUMBER_RE,\n    relevance: 0\n  };\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null});\n  var COMMENT = hljs.COMMENT(\n    ';',\n    '$',\n    {\n      relevance: 0\n    }\n  );\n  var LITERAL = {\n    className: 'literal',\n    begin: /\\b(true|false|nil)\\b/\n  };\n  var COLLECTION = {\n    begin: '[\\\\[\\\\{]', end: '[\\\\]\\\\}]'\n  };\n  var HINT = {\n    className: 'comment',\n    begin: '\\\\^' + SYMBOL_RE\n  };\n  var HINT_COL = hljs.COMMENT('\\\\^\\\\{', '\\\\}');\n  var KEY = {\n    className: 'symbol',\n    begin: '[:]{1,2}' + SYMBOL_RE\n  };\n  var LIST = {\n    begin: '\\\\(', end: '\\\\)'\n  };\n  var BODY = {\n    endsWithParent: true,\n    relevance: 0\n  };\n  var NAME = {\n    keywords: keywords,\n    lexemes: SYMBOL_RE,\n    className: 'name', begin: SYMBOL_RE,\n    starts: BODY\n  };\n  var DEFAULT_CONTAINS = [LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL, SYMBOL];\n\n  LIST.contains = [hljs.COMMENT('comment', ''), NAME, BODY];\n  BODY.contains = DEFAULT_CONTAINS;\n  COLLECTION.contains = DEFAULT_CONTAINS;\n  HINT_COL.contains = [COLLECTION];\n\n  return {\n    aliases: ['clj'],\n    illegal: /\\S/,\n    contains: [LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL]\n  }\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['cmake.in'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        // scripting commands\n        'break cmake_host_system_information cmake_minimum_required cmake_parse_arguments ' +\n        'cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro ' +\n        'endwhile execute_process file find_file find_library find_package find_path ' +\n        'find_program foreach function get_cmake_property get_directory_property ' +\n        'get_filename_component get_property if include include_guard list macro ' +\n        'mark_as_advanced math message option return separate_arguments ' +\n        'set_directory_properties set_property set site_name string unset variable_watch while ' +\n        // project commands\n        'add_compile_definitions add_compile_options add_custom_command add_custom_target ' +\n        'add_definitions add_dependencies add_executable add_library add_link_options ' +\n        'add_subdirectory add_test aux_source_directory build_command create_test_sourcelist ' +\n        'define_property enable_language enable_testing export fltk_wrap_ui ' +\n        'get_source_file_property get_target_property get_test_property include_directories ' +\n        'include_external_msproject include_regular_expression install link_directories ' +\n        'link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions ' +\n        'set_source_files_properties set_target_properties set_tests_properties source_group ' +\n        'target_compile_definitions target_compile_features target_compile_options ' +\n        'target_include_directories target_link_directories target_link_libraries ' +\n        'target_link_options target_sources try_compile try_run ' +\n        // CTest commands\n        'ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ' +\n        'ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ' +\n        'ctest_test ctest_update ctest_upload ' +\n        // deprecated commands\n        'build_name exec_program export_library_dependencies install_files install_programs ' +\n        'install_targets load_command make_directory output_required_files remove ' +\n        'subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file ' +\n        'qt5_use_modules qt5_use_package qt5_wrap_cpp ' +\n        // core keywords\n        'on off true false and or not command policy target test exists is_newer_than ' +\n        'is_directory is_symlink is_absolute matches less greater equal less_equal ' +\n        'greater_equal strless strgreater strequal strless_equal strgreater_equal version_less ' +\n        'version_greater version_equal version_less_equal version_greater_equal in_list defined'\n    },\n    contains: [\n      {\n        className: 'variable',\n        begin: '\\\\${', end: '}'\n      },\n      hljs.HASH_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      // JS keywords\n      'in if for while finally new do return else break catch instanceof throw try this ' +\n      'switch continue typeof delete debugger super yield import export from as default await ' +\n      // Coffee keywords\n      'then unless until loop of by when and or is isnt not',\n    literal:\n      // JS literals\n      'true false null undefined ' +\n      // Coffee literals\n      'yes no on off',\n    built_in:\n      'npm require console print module global window document'\n  };\n  var JS_IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*';\n  var SUBST = {\n    className: 'subst',\n    begin: /#\\{/, end: /}/,\n    keywords: KEYWORDS\n  };\n  var EXPRESSIONS = [\n    hljs.BINARY_NUMBER_MODE,\n    hljs.inherit(hljs.C_NUMBER_MODE, {starts: {end: '(\\\\s*/)?', relevance: 0}}), // a number tries to eat the following slash to prevent treating it as a regexp\n    {\n      className: 'string',\n      variants: [\n        {\n          begin: /'''/, end: /'''/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /'/, end: /'/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /\"\"\"/, end: /\"\"\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n        },\n        {\n          begin: /\"/, end: /\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n        }\n      ]\n    },\n    {\n      className: 'regexp',\n      variants: [\n        {\n          begin: '///', end: '///',\n          contains: [SUBST, hljs.HASH_COMMENT_MODE]\n        },\n        {\n          begin: '//[gim]*',\n          relevance: 0\n        },\n        {\n          // regex can't start with space to parse x / 2 / 3 as two divisions\n          // regex can't start with *, and it supports an \"illegal\" in the main mode\n          begin: /\\/(?![ *])(\\\\\\/|.)*?\\/[gim]*(?=\\W|$)/\n        }\n      ]\n    },\n    {\n      begin: '@' + JS_IDENT_RE // relevance booster\n    },\n    {\n      subLanguage: 'javascript',\n      excludeBegin: true, excludeEnd: true,\n      variants: [\n        {\n          begin: '```', end: '```',\n        },\n        {\n          begin: '`', end: '`',\n        }\n      ]\n    }\n  ];\n  SUBST.contains = EXPRESSIONS;\n\n  var TITLE = hljs.inherit(hljs.TITLE_MODE, {begin: JS_IDENT_RE});\n  var PARAMS_RE = '(\\\\(.*\\\\))?\\\\s*\\\\B[-=]>';\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\([^\\\\(]', returnBegin: true,\n    /* We need another contained nameless mode to not have every nested\n    pair of parens to be called \"params\" */\n    contains: [{\n      begin: /\\(/, end: /\\)/,\n      keywords: KEYWORDS,\n      contains: ['self'].concat(EXPRESSIONS)\n    }]\n  };\n\n  return {\n    aliases: ['coffee', 'cson', 'iced'],\n    keywords: KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: EXPRESSIONS.concat([\n      hljs.COMMENT('###', '###'),\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'function',\n        begin: '^\\\\s*' + JS_IDENT_RE + '\\\\s*=\\\\s*' + PARAMS_RE, end: '[-=]>',\n        returnBegin: true,\n        contains: [TITLE, PARAMS]\n      },\n      {\n        // anonymous function start\n        begin: /[:\\(,=]\\s*/,\n        relevance: 0,\n        contains: [\n          {\n            className: 'function',\n            begin: PARAMS_RE, end: '[-=]>',\n            returnBegin: true,\n            contains: [PARAMS]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class',\n        end: '$',\n        illegal: /[:=\"\\[\\]]/,\n        contains: [\n          {\n            beginKeywords: 'extends',\n            endsWithParent: true,\n            illegal: /[:=\"\\[\\]]/,\n            contains: [TITLE]\n          },\n          TITLE\n        ]\n      },\n      {\n        begin: JS_IDENT_RE + ':', end: ':',\n        returnBegin: true, returnEnd: true,\n        relevance: 0\n      }\n    ])\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        '_ as at cofix else end exists exists2 fix for forall fun if IF in let ' +\n        'match mod Prop return Set then Type using where with ' +\n        'Abort About Add Admit Admitted All Arguments Assumptions Axiom Back BackTo ' +\n        'Backtrack Bind Blacklist Canonical Cd Check Class Classes Close Coercion ' +\n        'Coercions CoFixpoint CoInductive Collection Combined Compute Conjecture ' +\n        'Conjectures Constant constr Constraint Constructors Context Corollary ' +\n        'CreateHintDb Cut Declare Defined Definition Delimit Dependencies Dependent' +\n        'Derive Drop eauto End Equality Eval Example Existential Existentials ' +\n        'Existing Export exporting Extern Extract Extraction Fact Field Fields File ' +\n        'Fixpoint Focus for From Function Functional Generalizable Global Goal Grab ' +\n        'Grammar Graph Guarded Heap Hint HintDb Hints Hypotheses Hypothesis ident ' +\n        'Identity If Immediate Implicit Import Include Inductive Infix Info Initial ' +\n        'Inline Inspect Instance Instances Intro Intros Inversion Inversion_clear ' +\n        'Language Left Lemma Let Libraries Library Load LoadPath Local Locate Ltac ML ' +\n        'Mode Module Modules Monomorphic Morphism Next NoInline Notation Obligation ' +\n        'Obligations Opaque Open Optimize Options Parameter Parameters Parametric ' +\n        'Path Paths pattern Polymorphic Preterm Print Printing Program Projections ' +\n        'Proof Proposition Pwd Qed Quit Rec Record Recursive Redirect Relation Remark ' +\n        'Remove Require Reserved Reset Resolve Restart Rewrite Right Ring Rings Save ' +\n        'Scheme Scope Scopes Script Search SearchAbout SearchHead SearchPattern ' +\n        'SearchRewrite Section Separate Set Setoid Show Solve Sorted Step Strategies ' +\n        'Strategy Structure SubClass Table Tables Tactic Term Test Theorem Time ' +\n        'Timeout Transparent Type Typeclasses Types Undelimit Undo Unfocus Unfocused ' +\n        'Unfold Universe Universes Unset Unshelve using Variable Variables Variant ' +\n        'Verbose Visibility where with',\n      built_in:\n        'abstract absurd admit after apply as assert assumption at auto autorewrite ' +\n        'autounfold before bottom btauto by case case_eq cbn cbv change ' +\n        'classical_left classical_right clear clearbody cofix compare compute ' +\n        'congruence constr_eq constructor contradict contradiction cut cutrewrite ' +\n        'cycle decide decompose dependent destruct destruction dintuition ' +\n        'discriminate discrR do double dtauto eapply eassumption eauto ecase ' +\n        'econstructor edestruct ediscriminate eelim eexact eexists einduction ' +\n        'einjection eleft elim elimtype enough equality erewrite eright ' +\n        'esimplify_eq esplit evar exact exactly_once exfalso exists f_equal fail ' +\n        'field field_simplify field_simplify_eq first firstorder fix fold fourier ' +\n        'functional generalize generalizing gfail give_up has_evar hnf idtac in ' +\n        'induction injection instantiate intro intro_pattern intros intuition ' +\n        'inversion inversion_clear is_evar is_var lapply lazy left lia lra move ' +\n        'native_compute nia nsatz omega once pattern pose progress proof psatz quote ' +\n        'record red refine reflexivity remember rename repeat replace revert ' +\n        'revgoals rewrite rewrite_strat right ring ring_simplify rtauto set ' +\n        'setoid_reflexivity setoid_replace setoid_rewrite setoid_symmetry ' +\n        'setoid_transitivity shelve shelve_unifiable simpl simple simplify_eq solve ' +\n        'specialize split split_Rabs split_Rmult stepl stepr subst sum swap ' +\n        'symmetry tactic tauto time timeout top transitivity trivial try tryif ' +\n        'unfold unify until using vm_compute with'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.COMMENT('\\\\(\\\\*', '\\\\*\\\\)'),\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'type',\n        excludeBegin: true,\n        begin: '\\\\|\\\\s*',\n        end: '\\\\w+'\n      },\n      {begin: /[-=]>/} // relevance booster\n    ]\n  };\n};","module.exports = function cos (hljs) {\n\n  var STRINGS = {\n    className: 'string',\n    variants: [\n      {\n        begin: '\"',\n        end: '\"',\n        contains: [{ // escaped\n          begin: \"\\\"\\\"\",\n          relevance: 0\n        }]\n      }\n    ]\n  };\n\n  var NUMBERS = {\n    className: \"number\",\n    begin: \"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)\",\n    relevance: 0\n  };\n\n  var COS_KEYWORDS =\n    'property parameter class classmethod clientmethod extends as break ' +\n    'catch close continue do d|0 else elseif for goto halt hang h|0 if job ' +\n    'j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 ' +\n    'tcommit throw trollback try tstart use view while write w|0 xecute x|0 ' +\n    'zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert ' +\n    'zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit ' +\n    'zsync ascii';\n\n    // registered function - no need in them due to all functions are highlighted,\n    // but I'll just leave this here.\n\n    //\"$bit\", \"$bitcount\",\n    //\"$bitfind\", \"$bitlogic\", \"$case\", \"$char\", \"$classmethod\", \"$classname\",\n    //\"$compile\", \"$data\", \"$decimal\", \"$double\", \"$extract\", \"$factor\",\n    //\"$find\", \"$fnumber\", \"$get\", \"$increment\", \"$inumber\", \"$isobject\",\n    //\"$isvaliddouble\", \"$isvalidnum\", \"$justify\", \"$length\", \"$list\",\n    //\"$listbuild\", \"$listdata\", \"$listfind\", \"$listfromstring\", \"$listget\",\n    //\"$listlength\", \"$listnext\", \"$listsame\", \"$listtostring\", \"$listvalid\",\n    //\"$locate\", \"$match\", \"$method\", \"$name\", \"$nconvert\", \"$next\",\n    //\"$normalize\", \"$now\", \"$number\", \"$order\", \"$parameter\", \"$piece\",\n    //\"$prefetchoff\", \"$prefetchon\", \"$property\", \"$qlength\", \"$qsubscript\",\n    //\"$query\", \"$random\", \"$replace\", \"$reverse\", \"$sconvert\", \"$select\",\n    //\"$sortbegin\", \"$sortend\", \"$stack\", \"$text\", \"$translate\", \"$view\",\n    //\"$wascii\", \"$wchar\", \"$wextract\", \"$wfind\", \"$wiswide\", \"$wlength\",\n    //\"$wreverse\", \"$xecute\", \"$zabs\", \"$zarccos\", \"$zarcsin\", \"$zarctan\",\n    //\"$zcos\", \"$zcot\", \"$zcsc\", \"$zdate\", \"$zdateh\", \"$zdatetime\",\n    //\"$zdatetimeh\", \"$zexp\", \"$zhex\", \"$zln\", \"$zlog\", \"$zpower\", \"$zsec\",\n    //\"$zsin\", \"$zsqr\", \"$ztan\", \"$ztime\", \"$ztimeh\", \"$zboolean\",\n    //\"$zconvert\", \"$zcrc\", \"$zcyc\", \"$zdascii\", \"$zdchar\", \"$zf\",\n    //\"$ziswide\", \"$zlascii\", \"$zlchar\", \"$zname\", \"$zposition\", \"$zqascii\",\n    //\"$zqchar\", \"$zsearch\", \"$zseek\", \"$zstrip\", \"$zwascii\", \"$zwchar\",\n    //\"$zwidth\", \"$zwpack\", \"$zwbpack\", \"$zwunpack\", \"$zwbunpack\", \"$zzenkaku\",\n    //\"$change\", \"$mv\", \"$mvat\", \"$mvfmt\", \"$mvfmts\", \"$mviconv\",\n    //\"$mviconvs\", \"$mvinmat\", \"$mvlover\", \"$mvoconv\", \"$mvoconvs\", \"$mvraise\",\n    //\"$mvtrans\", \"$mvv\", \"$mvname\", \"$zbitand\", \"$zbitcount\", \"$zbitfind\",\n    //\"$zbitget\", \"$zbitlen\", \"$zbitnot\", \"$zbitor\", \"$zbitset\", \"$zbitstr\",\n    //\"$zbitxor\", \"$zincrement\", \"$znext\", \"$zorder\", \"$zprevious\", \"$zsort\",\n    //\"device\", \"$ecode\", \"$estack\", \"$etrap\", \"$halt\", \"$horolog\",\n    //\"$io\", \"$job\", \"$key\", \"$namespace\", \"$principal\", \"$quit\", \"$roles\",\n    //\"$storage\", \"$system\", \"$test\", \"$this\", \"$tlevel\", \"$username\",\n    //\"$x\", \"$y\", \"$za\", \"$zb\", \"$zchild\", \"$zeof\", \"$zeos\", \"$zerror\",\n    //\"$zhorolog\", \"$zio\", \"$zjob\", \"$zmode\", \"$znspace\", \"$zparent\", \"$zpi\",\n    //\"$zpos\", \"$zreference\", \"$zstorage\", \"$ztimestamp\", \"$ztimezone\",\n    //\"$ztrap\", \"$zversion\"\n\n  return {\n    case_insensitive: true,\n    aliases: [\"cos\", \"cls\"],\n    keywords: COS_KEYWORDS,\n    contains: [\n      NUMBERS,\n      STRINGS,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: \"comment\",\n        begin: /;/, end: \"$\",\n        relevance: 0\n      },\n      { // Functions and user-defined functions: write $ztime(60*60*3), $$myFunc(10), $$^Val(1)\n        className: \"built_in\",\n        begin: /(?:\\$\\$?|\\.\\.)\\^?[a-zA-Z]+/\n      },\n      { // Macro command: quit $$$OK\n        className: \"built_in\",\n        begin: /\\$\\$\\$[a-zA-Z]+/\n      },\n      { // Special (global) variables: write %request.Content; Built-in classes: %Library.Integer\n        className: \"built_in\",\n        begin: /%[a-z]+(?:\\.[a-z]+)*/\n      },\n      { // Global variable: set ^globalName = 12 write ^globalName\n        className: \"symbol\",\n        begin: /\\^%?[a-zA-Z][\\w]*/\n      },\n      { // Some control constructions: do ##class(Package.ClassName).Method(), ##super()\n        className: \"keyword\",\n        begin: /##class|##super|#define|#dim/\n      },\n\n      // sub-languages: are not fully supported by hljs by 11/15/2015\n      // left for the future implementation.\n      {\n        begin: /&sql\\(/,    end: /\\)/,\n        excludeBegin: true, excludeEnd: true,\n        subLanguage: \"sql\"\n      },\n      {\n        begin: /&(js|jscript|javascript)</, end: />/,\n        excludeBegin: true, excludeEnd: true,\n        subLanguage: \"javascript\"\n      },\n      {\n        // this brakes first and last tag, but this is the only way to embed a valid html\n        begin: /&html<\\s*</, end: />\\s*>/,\n        subLanguage: \"xml\"\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var CPP_PRIMITIVE_TYPES = {\n    className: 'keyword',\n    begin: '\\\\b[a-z\\\\d_]*_t\\\\b'\n  };\n\n  var STRINGS = {\n    className: 'string',\n    variants: [\n      {\n        begin: '(u8?|U|L)?\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        // TODO: This does not handle raw string literals with prefixes. Using\n        // a single regex with backreferences would work (note to use *?\n        // instead of * to make it non-greedy), but the mode.terminators\n        // computation in highlight.js breaks the counting.\n        begin: '(u8?|U|L)?R\"\\\\(', end: '\\\\)\"',\n      },\n      {\n        begin: '\\'\\\\\\\\?.', end: '\\'',\n        illegal: '.'\n      }\n    ]\n  };\n\n  var NUMBERS = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(0b[01\\']+)' },\n      { begin: '(-?)\\\\b([\\\\d\\']+(\\\\.[\\\\d\\']*)?|\\\\.[\\\\d\\']+)(u|U|l|L|ul|UL|f|F|b|B)' },\n      { begin: '(-?)(\\\\b0[xX][a-fA-F0-9\\']+|(\\\\b[\\\\d\\']+(\\\\.[\\\\d\\']*)?|\\\\.[\\\\d\\']+)([eE][-+]?[\\\\d\\']+)?)' }\n    ],\n    relevance: 0\n  };\n\n  var PREPROCESSOR =       {\n    className: 'meta',\n    begin: /#\\s*[a-z]+\\b/, end: /$/,\n    keywords: {\n      'meta-keyword':\n        'if else elif endif define undef warning error line ' +\n        'pragma ifdef ifndef include'\n    },\n    contains: [\n      {\n        begin: /\\\\\\n/, relevance: 0\n      },\n      hljs.inherit(STRINGS, {className: 'meta-string'}),\n      {\n        className: 'meta-string',\n        begin: /<[^\\n>]*>/, end: /$/,\n        illegal: '\\\\n',\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n\n  var FUNCTION_TITLE = hljs.IDENT_RE + '\\\\s*\\\\(';\n\n  var CPP_KEYWORDS = {\n    keyword: 'int float while private char catch import module export virtual operator sizeof ' +\n      'dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace ' +\n      'unsigned long volatile static protected bool template mutable if public friend ' +\n      'do goto auto void enum else break extern using asm case typeid ' +\n      'short reinterpret_cast|10 default double register explicit signed typename try this ' +\n      'switch continue inline delete alignof constexpr decltype ' +\n      'noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary ' +\n      'atomic_bool atomic_char atomic_schar ' +\n      'atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong ' +\n      'atomic_ullong new throw return ' +\n      'and or not',\n    built_in: 'std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream ' +\n      'auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set ' +\n      'unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos ' +\n      'asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp ' +\n      'fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper ' +\n      'isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow ' +\n      'printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp ' +\n      'strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan ' +\n      'vfprintf vprintf vsprintf endl initializer_list unique_ptr',\n    literal: 'true false nullptr NULL'\n  };\n\n  var EXPRESSION_CONTAINS = [\n    CPP_PRIMITIVE_TYPES,\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    NUMBERS,\n    STRINGS\n  ];\n\n  return {\n    aliases: ['c', 'cc', 'h', 'c++', 'h++', 'hpp'],\n    keywords: CPP_KEYWORDS,\n    illegal: '</',\n    contains: EXPRESSION_CONTAINS.concat([\n      PREPROCESSOR,\n      {\n        begin: '\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<', end: '>',\n        keywords: CPP_KEYWORDS,\n        contains: ['self', CPP_PRIMITIVE_TYPES]\n      },\n      {\n        begin: hljs.IDENT_RE + '::',\n        keywords: CPP_KEYWORDS\n      },\n      {\n        // This mode covers expression context where we can't expect a function\n        // definition and shouldn't highlight anything that looks like one:\n        // `return some()`, `else if()`, `(x*sum(1, 2))`\n        variants: [\n          {begin: /=/, end: /;/},\n          {begin: /\\(/, end: /\\)/},\n          {beginKeywords: 'new throw return else', end: /;/}\n        ],\n        keywords: CPP_KEYWORDS,\n        contains: EXPRESSION_CONTAINS.concat([\n          {\n            begin: /\\(/, end: /\\)/,\n            keywords: CPP_KEYWORDS,\n            contains: EXPRESSION_CONTAINS.concat(['self']),\n            relevance: 0\n          }\n        ]),\n        relevance: 0\n      },\n      {\n        className: 'function',\n        begin: '(' + hljs.IDENT_RE + '[\\\\*&\\\\s]+)+' + FUNCTION_TITLE,\n        returnBegin: true, end: /[{;=]/,\n        excludeEnd: true,\n        keywords: CPP_KEYWORDS,\n        illegal: /[^\\w\\s\\*&]/,\n        contains: [\n          {\n            begin: FUNCTION_TITLE, returnBegin: true,\n            contains: [hljs.TITLE_MODE],\n            relevance: 0\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            keywords: CPP_KEYWORDS,\n            relevance: 0,\n            contains: [\n              hljs.C_LINE_COMMENT_MODE,\n              hljs.C_BLOCK_COMMENT_MODE,\n              STRINGS,\n              NUMBERS,\n              CPP_PRIMITIVE_TYPES,\n              // Count matching parentheses.\n              {\n                begin: /\\(/, end: /\\)/,\n                keywords: CPP_KEYWORDS,\n                relevance: 0,\n                contains: [\n                  'self',\n                  hljs.C_LINE_COMMENT_MODE,\n                  hljs.C_BLOCK_COMMENT_MODE,\n                  STRINGS,\n                  NUMBERS,\n                  CPP_PRIMITIVE_TYPES\n                ]\n              }\n            ]\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          PREPROCESSOR\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class struct', end: /[{;:]/,\n        contains: [\n          {begin: /</, end: />/, contains: ['self']}, // skip generic stuff\n          hljs.TITLE_MODE\n        ]\n      }\n    ]),\n    exports: {\n      preprocessor: PREPROCESSOR,\n      strings: STRINGS,\n      keywords: CPP_KEYWORDS\n    }\n  };\n};","module.exports = function(hljs) {\n  var RESOURCES = 'primitive rsc_template';\n\n  var COMMANDS = 'group clone ms master location colocation order fencing_topology ' +\n      'rsc_ticket acl_target acl_group user role ' +\n      'tag xml';\n\n  var PROPERTY_SETS = 'property rsc_defaults op_defaults';\n\n  var KEYWORDS = 'params meta operations op rule attributes utilization';\n\n  var OPERATORS = 'read write deny defined not_defined in_range date spec in ' +\n      'ref reference attribute type xpath version and or lt gt tag ' +\n      'lte gte eq ne \\\\';\n\n  var TYPES = 'number string';\n\n  var LITERALS = 'Master Started Slave Stopped start promote demote stop monitor true false';\n\n  return {\n    aliases: ['crm', 'pcmk'],\n    case_insensitive: true,\n    keywords: {\n      keyword: KEYWORDS + ' ' + OPERATORS + ' ' + TYPES,\n      literal: LITERALS\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {\n        beginKeywords: 'node',\n        starts: {\n          end: '\\\\s*([\\\\w_-]+:)?',\n          starts: {\n            className: 'title',\n            end: '\\\\s*[\\\\$\\\\w_][\\\\w_-]*'\n          }\n        }\n      },\n      {\n        beginKeywords: RESOURCES,\n        starts: {\n          className: 'title',\n          end: '\\\\s*[\\\\$\\\\w_][\\\\w_-]*',\n          starts: {\n            end: '\\\\s*@?[\\\\w_][\\\\w_\\\\.:-]*'\n          }\n        }\n      },\n      {\n        begin: '\\\\b(' + COMMANDS.split(' ').join('|') + ')\\\\s+',\n        keywords: COMMANDS,\n        starts: {\n          className: 'title',\n          end: '[\\\\$\\\\w_][\\\\w_-]*'\n        }\n      },\n      {\n        beginKeywords: PROPERTY_SETS,\n        starts: {\n          className: 'title',\n          end: '\\\\s*([\\\\w_-]+:)?'\n        }\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'meta',\n        begin: '(ocf|systemd|service|lsb):[\\\\w_:-]+',\n        relevance: 0\n      },\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d+(\\\\.\\\\d+)?(ms|s|h|m)?',\n        relevance: 0\n      },\n      {\n        className: 'literal',\n        begin: '[-]?(infinity|inf)',\n        relevance: 0\n      },\n      {\n        className: 'attr',\n        begin: /([A-Za-z\\$_\\#][\\w_-]+)=/,\n        relevance: 0\n      },\n      {\n        className: 'tag',\n        begin: '</?',\n        end: '/?>',\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var NUM_SUFFIX = '(_[uif](8|16|32|64))?';\n  var CRYSTAL_IDENT_RE = '[a-zA-Z_]\\\\w*[!?=]?';\n  var RE_STARTER = '!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|' +\n    '>>|>|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~';\n  var CRYSTAL_METHOD_RE = '[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\][=?]?';\n  var CRYSTAL_KEYWORDS = {\n    keyword:\n      'abstract alias as as? asm begin break case class def do else elsif end ensure enum extend for fun if ' +\n      'include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? ' +\n      'return require select self sizeof struct super then type typeof union uninitialized unless until when while with yield ' +\n      '__DIR__ __END_LINE__ __FILE__ __LINE__',\n    literal: 'false nil true'\n  };\n  var SUBST = {\n    className: 'subst',\n    begin: '#{', end: '}',\n    keywords: CRYSTAL_KEYWORDS\n  };\n  var EXPANSION = {\n    className: 'template-variable',\n    variants: [\n      {begin: '\\\\{\\\\{', end: '\\\\}\\\\}'},\n      {begin: '\\\\{%', end: '%\\\\}'}\n    ],\n    keywords: CRYSTAL_KEYWORDS\n  };\n\n  function recursiveParen(begin, end) {\n    var\n    contains = [{begin: begin, end: end}];\n    contains[0].contains = contains;\n    return contains;\n  }\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {begin: /'/, end: /'/},\n      {begin: /\"/, end: /\"/},\n      {begin: /`/, end: /`/},\n      {begin: '%w?\\\\(', end: '\\\\)', contains: recursiveParen('\\\\(', '\\\\)')},\n      {begin: '%w?\\\\[', end: '\\\\]', contains: recursiveParen('\\\\[', '\\\\]')},\n      {begin: '%w?{', end: '}', contains: recursiveParen('{', '}')},\n      {begin: '%w?<', end: '>', contains: recursiveParen('<', '>')},\n      {begin: '%w?/', end: '/'},\n      {begin: '%w?%', end: '%'},\n      {begin: '%w?-', end: '-'},\n      {begin: '%w?\\\\|', end: '\\\\|'},\n      {begin: /<<-\\w+$/, end: /^\\s*\\w+$/},\n    ],\n    relevance: 0,\n  };\n  var Q_STRING = {\n    className: 'string',\n    variants: [\n      {begin: '%q\\\\(', end: '\\\\)', contains: recursiveParen('\\\\(', '\\\\)')},\n      {begin: '%q\\\\[', end: '\\\\]', contains: recursiveParen('\\\\[', '\\\\]')},\n      {begin: '%q{', end: '}', contains: recursiveParen('{', '}')},\n      {begin: '%q<', end: '>', contains: recursiveParen('<', '>')},\n      {begin: '%q/', end: '/'},\n      {begin: '%q%', end: '%'},\n      {begin: '%q-', end: '-'},\n      {begin: '%q\\\\|', end: '\\\\|'},\n      {begin: /<<-'\\w+'$/, end: /^\\s*\\w+$/},\n    ],\n    relevance: 0,\n  };\n  var REGEXP = {\n    begin: '(' + RE_STARTER + ')\\\\s*',\n    contains: [\n      {\n        className: 'regexp',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n        variants: [\n          {begin: '//[a-z]*', relevance: 0},\n          {begin: '/', end: '/[a-z]*'},\n          {begin: '%r\\\\(', end: '\\\\)', contains: recursiveParen('\\\\(', '\\\\)')},\n          {begin: '%r\\\\[', end: '\\\\]', contains: recursiveParen('\\\\[', '\\\\]')},\n          {begin: '%r{', end: '}', contains: recursiveParen('{', '}')},\n          {begin: '%r<', end: '>', contains: recursiveParen('<', '>')},\n          {begin: '%r/', end: '/'},\n          {begin: '%r%', end: '%'},\n          {begin: '%r-', end: '-'},\n          {begin: '%r\\\\|', end: '\\\\|'},\n        ]\n      }\n    ],\n    relevance: 0\n  };\n  var REGEXP2 = {\n    className: 'regexp',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {begin: '%r\\\\(', end: '\\\\)', contains: recursiveParen('\\\\(', '\\\\)')},\n      {begin: '%r\\\\[', end: '\\\\]', contains: recursiveParen('\\\\[', '\\\\]')},\n      {begin: '%r{', end: '}', contains: recursiveParen('{', '}')},\n      {begin: '%r<', end: '>', contains: recursiveParen('<', '>')},\n      {begin: '%r/', end: '/'},\n      {begin: '%r%', end: '%'},\n      {begin: '%r-', end: '-'},\n      {begin: '%r\\\\|', end: '\\\\|'},\n    ],\n    relevance: 0\n  };\n  var ATTRIBUTE = {\n    className: 'meta',\n    begin: '@\\\\[', end: '\\\\]',\n    contains: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {className: 'meta-string'})\n    ]\n  };\n  var CRYSTAL_DEFAULT_CONTAINS = [\n    EXPANSION,\n    STRING,\n    Q_STRING,\n    REGEXP,\n    REGEXP2,\n    ATTRIBUTE,\n    hljs.HASH_COMMENT_MODE,\n    {\n      className: 'class',\n      beginKeywords: 'class module struct', end: '$|;',\n      illegal: /=/,\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        hljs.inherit(hljs.TITLE_MODE, {begin: '[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?'}),\n        {begin: '<'} // relevance booster for inheritance\n      ]\n    },\n    {\n      className: 'class',\n      beginKeywords: 'lib enum union', end: '$|;',\n      illegal: /=/,\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        hljs.inherit(hljs.TITLE_MODE, {begin: '[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?'}),\n      ],\n      relevance: 10\n    },\n    {\n      className: 'function',\n      beginKeywords: 'def', end: /\\B\\b/,\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {\n          begin: CRYSTAL_METHOD_RE,\n          endsParent: true\n        })\n      ]\n    },\n    {\n      className: 'function',\n      beginKeywords: 'fun macro', end: /\\B\\b/,\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {\n          begin: CRYSTAL_METHOD_RE,\n          endsParent: true\n        })\n      ],\n      relevance: 5\n    },\n    {\n      className: 'symbol',\n      begin: hljs.UNDERSCORE_IDENT_RE + '(\\\\!|\\\\?)?:',\n      relevance: 0\n    },\n    {\n      className: 'symbol',\n      begin: ':',\n      contains: [STRING, {begin: CRYSTAL_METHOD_RE}],\n      relevance: 0\n    },\n    {\n      className: 'number',\n      variants: [\n        { begin: '\\\\b0b([01_]*[01])' + NUM_SUFFIX },\n        { begin: '\\\\b0o([0-7_]*[0-7])' + NUM_SUFFIX },\n        { begin: '\\\\b0x([A-Fa-f0-9_]*[A-Fa-f0-9])' + NUM_SUFFIX },\n        { begin: '\\\\b(([0-9][0-9_]*[0-9]|[0-9])(\\\\.[0-9_]*[0-9])?([eE][+-]?[0-9_]*[0-9])?)' + NUM_SUFFIX}\n      ],\n      relevance: 0\n    }\n  ];\n  SUBST.contains = CRYSTAL_DEFAULT_CONTAINS;\n  EXPANSION.contains = CRYSTAL_DEFAULT_CONTAINS.slice(1); // without EXPANSION\n\n  return {\n    aliases: ['cr'],\n    lexemes: CRYSTAL_IDENT_RE,\n    keywords: CRYSTAL_KEYWORDS,\n    contains: CRYSTAL_DEFAULT_CONTAINS\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      // Normal keywords.\n      'abstract as base bool break byte case catch char checked const continue decimal ' +\n      'default delegate do double enum event explicit extern finally fixed float ' +\n      'for foreach goto if implicit in int interface internal is lock long nameof ' +\n      'object operator out override params private protected public readonly ref sbyte ' +\n      'sealed short sizeof stackalloc static string struct switch this try typeof ' +\n      'uint ulong unchecked unsafe ushort using virtual void volatile while ' +\n      // Contextual keywords.\n      'add alias ascending async await by descending dynamic equals from get global group into join ' +\n      'let on orderby partial remove select set value var where yield',\n    literal:\n      'null false true'\n  };\n  var NUMBERS = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(0b[01\\']+)' },\n      { begin: '(-?)\\\\b([\\\\d\\']+(\\\\.[\\\\d\\']*)?|\\\\.[\\\\d\\']+)(u|U|l|L|ul|UL|f|F|b|B)' },\n      { begin: '(-?)(\\\\b0[xX][a-fA-F0-9\\']+|(\\\\b[\\\\d\\']+(\\\\.[\\\\d\\']*)?|\\\\.[\\\\d\\']+)([eE][-+]?[\\\\d\\']+)?)' }\n    ],\n    relevance: 0\n  };\n  var VERBATIM_STRING = {\n    className: 'string',\n    begin: '@\"', end: '\"',\n    contains: [{begin: '\"\"'}]\n  };\n  var VERBATIM_STRING_NO_LF = hljs.inherit(VERBATIM_STRING, {illegal: /\\n/});\n  var SUBST = {\n    className: 'subst',\n    begin: '{', end: '}',\n    keywords: KEYWORDS\n  };\n  var SUBST_NO_LF = hljs.inherit(SUBST, {illegal: /\\n/});\n  var INTERPOLATED_STRING = {\n    className: 'string',\n    begin: /\\$\"/, end: '\"',\n    illegal: /\\n/,\n    contains: [{begin: '{{'}, {begin: '}}'}, hljs.BACKSLASH_ESCAPE, SUBST_NO_LF]\n  };\n  var INTERPOLATED_VERBATIM_STRING = {\n    className: 'string',\n    begin: /\\$@\"/, end: '\"',\n    contains: [{begin: '{{'}, {begin: '}}'}, {begin: '\"\"'}, SUBST]\n  };\n  var INTERPOLATED_VERBATIM_STRING_NO_LF = hljs.inherit(INTERPOLATED_VERBATIM_STRING, {\n    illegal: /\\n/,\n    contains: [{begin: '{{'}, {begin: '}}'}, {begin: '\"\"'}, SUBST_NO_LF]\n  });\n  SUBST.contains = [\n    INTERPOLATED_VERBATIM_STRING,\n    INTERPOLATED_STRING,\n    VERBATIM_STRING,\n    hljs.APOS_STRING_MODE,\n    hljs.QUOTE_STRING_MODE,\n    NUMBERS,\n    hljs.C_BLOCK_COMMENT_MODE\n  ];\n  SUBST_NO_LF.contains = [\n    INTERPOLATED_VERBATIM_STRING_NO_LF,\n    INTERPOLATED_STRING,\n    VERBATIM_STRING_NO_LF,\n    hljs.APOS_STRING_MODE,\n    hljs.QUOTE_STRING_MODE,\n    NUMBERS,\n    hljs.inherit(hljs.C_BLOCK_COMMENT_MODE, {illegal: /\\n/})\n  ];\n  var STRING = {\n    variants: [\n      INTERPOLATED_VERBATIM_STRING,\n      INTERPOLATED_STRING,\n      VERBATIM_STRING,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n\n  var TYPE_IDENT_RE = hljs.IDENT_RE + '(<' + hljs.IDENT_RE + '(\\\\s*,\\\\s*' + hljs.IDENT_RE + ')*>)?(\\\\[\\\\])?';\n\n  return {\n    aliases: ['csharp'],\n    keywords: KEYWORDS,\n    illegal: /::/,\n    contains: [\n      hljs.COMMENT(\n        '///',\n        '$',\n        {\n          returnBegin: true,\n          contains: [\n            {\n              className: 'doctag',\n              variants: [\n                {\n                  begin: '///', relevance: 0\n                },\n                {\n                  begin: '<!--|-->'\n                },\n                {\n                  begin: '</?', end: '>'\n                }\n              ]\n            }\n          ]\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$',\n        keywords: {\n          'meta-keyword': 'if else elif endif define undef warning error line region endregion pragma checksum'\n        }\n      },\n      STRING,\n      NUMBERS,\n      {\n        beginKeywords: 'class interface', end: /[{;=]/,\n        illegal: /[^\\s:,]/,\n        contains: [\n          hljs.TITLE_MODE,\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        beginKeywords: 'namespace', end: /[{;=]/,\n        illegal: /[^\\s:]/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: '[a-zA-Z](\\\\.?\\\\w)*'}),\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        // [Attributes(\"\")]\n        className: 'meta',\n        begin: '^\\\\s*\\\\[', excludeBegin: true, end: '\\\\]', excludeEnd: true,\n        contains: [\n          {className: 'meta-string', begin: /\"/, end: /\"/}\n        ]\n      },\n      {\n        // Expression keywords prevent 'keyword Name(...)' from being\n        // recognized as a function definition\n        beginKeywords: 'new return throw await else',\n        relevance: 0\n      },\n      {\n        className: 'function',\n        begin: '(' + TYPE_IDENT_RE + '\\\\s+)+' + hljs.IDENT_RE + '\\\\s*\\\\(', returnBegin: true,\n        end: /\\s*[{;=]/, excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: hljs.IDENT_RE + '\\\\s*\\\\(', returnBegin: true,\n            contains: [hljs.TITLE_MODE],\n            relevance: 0\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            excludeBegin: true,\n            excludeEnd: true,\n            keywords: KEYWORDS,\n            relevance: 0,\n            contains: [\n              STRING,\n              NUMBERS,\n              hljs.C_BLOCK_COMMENT_MODE\n            ]\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: false,\n    lexemes: '[a-zA-Z][a-zA-Z0-9_-]*',\n    keywords: {\n      keyword: 'base-uri child-src connect-src default-src font-src form-action' +\n        ' frame-ancestors frame-src img-src media-src object-src plugin-types' +\n        ' report-uri sandbox script-src style-src', \n    },\n    contains: [\n    {\n      className: 'string',\n      begin: \"'\", end: \"'\"\n    },\n    {\n      className: 'attribute',\n      begin: '^Content', end: ':', excludeEnd: true,\n    },\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[a-zA-Z-][a-zA-Z0-9_-]*';\n  var RULE = {\n    begin: /[A-Z\\_\\.\\-]+\\s*:/, returnBegin: true, end: ';', endsWithParent: true,\n    contains: [\n      {\n        className: 'attribute',\n        begin: /\\S/, end: ':', excludeEnd: true,\n        starts: {\n          endsWithParent: true, excludeEnd: true,\n          contains: [\n            {\n              begin: /[\\w-]+\\(/, returnBegin: true,\n              contains: [\n                {\n                  className: 'built_in',\n                  begin: /[\\w-]+/\n                },\n                {\n                  begin: /\\(/, end: /\\)/,\n                  contains: [\n                    hljs.APOS_STRING_MODE,\n                    hljs.QUOTE_STRING_MODE\n                  ]\n                }\n              ]\n            },\n            hljs.CSS_NUMBER_MODE,\n            hljs.QUOTE_STRING_MODE,\n            hljs.APOS_STRING_MODE,\n            hljs.C_BLOCK_COMMENT_MODE,\n            {\n              className: 'number', begin: '#[0-9A-Fa-f]+'\n            },\n            {\n              className: 'meta', begin: '!important'\n            }\n          ]\n        }\n      }\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    illegal: /[=\\/|'\\$]/,\n    contains: [\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'selector-id', begin: /#[A-Za-z0-9_-]+/\n      },\n      {\n        className: 'selector-class', begin: /\\.[A-Za-z0-9_-]+/\n      },\n      {\n        className: 'selector-attr',\n        begin: /\\[/, end: /\\]/,\n        illegal: '$'\n      },\n      {\n        className: 'selector-pseudo',\n        begin: /:(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\"'.]+/\n      },\n      {\n        begin: '@(font-face|page)',\n        lexemes: '[a-z-]+',\n        keywords: 'font-face page'\n      },\n      {\n        begin: '@', end: '[{;]', // at_rule eating first \"{\" is a good thing\n                                 // because it doesn’t let it to be parsed as\n                                 // a rule set but instead drops parser into\n                                 // the default mode which is how it should be.\n        illegal: /:/, // break on Less variables @var: ...\n        contains: [\n          {\n            className: 'keyword',\n            begin: /\\w+/\n          },\n          {\n            begin: /\\s/, endsWithParent: true, excludeEnd: true,\n            relevance: 0,\n            contains: [\n              hljs.APOS_STRING_MODE, hljs.QUOTE_STRING_MODE,\n              hljs.CSS_NUMBER_MODE\n            ]\n          }\n        ]\n      },\n      {\n        className: 'selector-tag', begin: IDENT_RE,\n        relevance: 0\n      },\n      {\n        begin: '{', end: '}',\n        illegal: /\\S/,\n        contains: [\n          hljs.C_BLOCK_COMMENT_MODE,\n          RULE,\n        ]\n      }\n    ]\n  };\n};","module.exports = /**\n * Known issues:\n *\n * - invalid hex string literals will be recognized as a double quoted strings\n *   but 'x' at the beginning of string will not be matched\n *\n * - delimited string literals are not checked for matching end delimiter\n *   (not possible to do with js regexp)\n *\n * - content of token string is colored as a string (i.e. no keyword coloring inside a token string)\n *   also, content of token string is not validated to contain only valid D tokens\n *\n * - special token sequence rule is not strictly following D grammar (anything following #line\n *   up to the end of line is matched as special token sequence)\n */\n\nfunction(hljs) {\n  /**\n   * Language keywords\n   *\n   * @type {Object}\n   */\n  var D_KEYWORDS = {\n    keyword:\n      'abstract alias align asm assert auto body break byte case cast catch class ' +\n      'const continue debug default delete deprecated do else enum export extern final ' +\n      'finally for foreach foreach_reverse|10 goto if immutable import in inout int ' +\n      'interface invariant is lazy macro mixin module new nothrow out override package ' +\n      'pragma private protected public pure ref return scope shared static struct ' +\n      'super switch synchronized template this throw try typedef typeid typeof union ' +\n      'unittest version void volatile while with __FILE__ __LINE__ __gshared|10 ' +\n      '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__',\n    built_in:\n      'bool cdouble cent cfloat char creal dchar delegate double dstring float function ' +\n      'idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar ' +\n      'wstring',\n    literal:\n      'false null true'\n  };\n\n  /**\n   * Number literal regexps\n   *\n   * @type {String}\n   */\n  var decimal_integer_re = '(0|[1-9][\\\\d_]*)',\n    decimal_integer_nosus_re = '(0|[1-9][\\\\d_]*|\\\\d[\\\\d_]*|[\\\\d_]+?\\\\d)',\n    binary_integer_re = '0[bB][01_]+',\n    hexadecimal_digits_re = '([\\\\da-fA-F][\\\\da-fA-F_]*|_[\\\\da-fA-F][\\\\da-fA-F_]*)',\n    hexadecimal_integer_re = '0[xX]' + hexadecimal_digits_re,\n\n    decimal_exponent_re = '([eE][+-]?' + decimal_integer_nosus_re + ')',\n    decimal_float_re = '(' + decimal_integer_nosus_re + '(\\\\.\\\\d*|' + decimal_exponent_re + ')|' +\n                '\\\\d+\\\\.' + decimal_integer_nosus_re + decimal_integer_nosus_re + '|' +\n                '\\\\.' + decimal_integer_re + decimal_exponent_re + '?' +\n              ')',\n    hexadecimal_float_re = '(0[xX](' +\n                  hexadecimal_digits_re + '\\\\.' + hexadecimal_digits_re + '|'+\n                  '\\\\.?' + hexadecimal_digits_re +\n                 ')[pP][+-]?' + decimal_integer_nosus_re + ')',\n\n    integer_re = '(' +\n      decimal_integer_re + '|' +\n      binary_integer_re  + '|' +\n       hexadecimal_integer_re   +\n    ')',\n\n    float_re = '(' +\n      hexadecimal_float_re + '|' +\n      decimal_float_re  +\n    ')';\n\n  /**\n   * Escape sequence supported in D string and character literals\n   *\n   * @type {String}\n   */\n  var escape_sequence_re = '\\\\\\\\(' +\n              '[\\'\"\\\\?\\\\\\\\abfnrtv]|' +  // common escapes\n              'u[\\\\dA-Fa-f]{4}|' +     // four hex digit unicode codepoint\n              '[0-7]{1,3}|' +       // one to three octal digit ascii char code\n              'x[\\\\dA-Fa-f]{2}|' +    // two hex digit ascii char code\n              'U[\\\\dA-Fa-f]{8}' +      // eight hex digit unicode codepoint\n              ')|' +\n              '&[a-zA-Z\\\\d]{2,};';      // named character entity\n\n  /**\n   * D integer number literals\n   *\n   * @type {Object}\n   */\n  var D_INTEGER_MODE = {\n    className: 'number',\n      begin: '\\\\b' + integer_re + '(L|u|U|Lu|LU|uL|UL)?',\n      relevance: 0\n  };\n\n  /**\n   * [D_FLOAT_MODE description]\n   * @type {Object}\n   */\n  var D_FLOAT_MODE = {\n    className: 'number',\n    begin: '\\\\b(' +\n        float_re + '([fF]|L|i|[fF]i|Li)?|' +\n        integer_re + '(i|[fF]i|Li)' +\n      ')',\n    relevance: 0\n  };\n\n  /**\n   * D character literal\n   *\n   * @type {Object}\n   */\n  var D_CHARACTER_MODE = {\n    className: 'string',\n    begin: '\\'(' + escape_sequence_re + '|.)', end: '\\'',\n    illegal: '.'\n  };\n\n  /**\n   * D string escape sequence\n   *\n   * @type {Object}\n   */\n  var D_ESCAPE_SEQUENCE = {\n    begin: escape_sequence_re,\n    relevance: 0\n  };\n\n  /**\n   * D double quoted string literal\n   *\n   * @type {Object}\n   */\n  var D_STRING_MODE = {\n    className: 'string',\n    begin: '\"',\n    contains: [D_ESCAPE_SEQUENCE],\n    end: '\"[cwd]?'\n  };\n\n  /**\n   * D wysiwyg and delimited string literals\n   *\n   * @type {Object}\n   */\n  var D_WYSIWYG_DELIMITED_STRING_MODE = {\n    className: 'string',\n    begin: '[rq]\"',\n    end: '\"[cwd]?',\n    relevance: 5\n  };\n\n  /**\n   * D alternate wysiwyg string literal\n   *\n   * @type {Object}\n   */\n  var D_ALTERNATE_WYSIWYG_STRING_MODE = {\n    className: 'string',\n    begin: '`',\n    end: '`[cwd]?'\n  };\n\n  /**\n   * D hexadecimal string literal\n   *\n   * @type {Object}\n   */\n  var D_HEX_STRING_MODE = {\n    className: 'string',\n    begin: 'x\"[\\\\da-fA-F\\\\s\\\\n\\\\r]*\"[cwd]?',\n    relevance: 10\n  };\n\n  /**\n   * D delimited string literal\n   *\n   * @type {Object}\n   */\n  var D_TOKEN_STRING_MODE = {\n    className: 'string',\n    begin: 'q\"\\\\{',\n    end: '\\\\}\"'\n  };\n\n  /**\n   * Hashbang support\n   *\n   * @type {Object}\n   */\n  var D_HASHBANG_MODE = {\n    className: 'meta',\n    begin: '^#!',\n    end: '$',\n    relevance: 5\n  };\n\n  /**\n   * D special token sequence\n   *\n   * @type {Object}\n   */\n  var D_SPECIAL_TOKEN_SEQUENCE_MODE = {\n    className: 'meta',\n    begin: '#(line)',\n    end: '$',\n    relevance: 5\n  };\n\n  /**\n   * D attributes\n   *\n   * @type {Object}\n   */\n  var D_ATTRIBUTE_MODE = {\n    className: 'keyword',\n    begin: '@[a-zA-Z_][a-zA-Z_\\\\d]*'\n  };\n\n  /**\n   * D nesting comment\n   *\n   * @type {Object}\n   */\n  var D_NESTING_COMMENT_MODE = hljs.COMMENT(\n    '\\\\/\\\\+',\n    '\\\\+\\\\/',\n    {\n      contains: ['self'],\n      relevance: 10\n    }\n  );\n\n  return {\n    lexemes: hljs.UNDERSCORE_IDENT_RE,\n    keywords: D_KEYWORDS,\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n        hljs.C_BLOCK_COMMENT_MODE,\n        D_NESTING_COMMENT_MODE,\n        D_HEX_STRING_MODE,\n        D_STRING_MODE,\n        D_WYSIWYG_DELIMITED_STRING_MODE,\n        D_ALTERNATE_WYSIWYG_STRING_MODE,\n        D_TOKEN_STRING_MODE,\n        D_FLOAT_MODE,\n        D_INTEGER_MODE,\n        D_CHARACTER_MODE,\n        D_HASHBANG_MODE,\n        D_SPECIAL_TOKEN_SEQUENCE_MODE,\n        D_ATTRIBUTE_MODE\n    ]\n  };\n};","module.exports = function (hljs) {\n  var SUBST = {\n    className: 'subst',\n    variants: [\n       {begin: '\\\\${', end: '}'},\n       {begin: '\\\\$[A-Za-z0-9_]+'}\n    ],\n    keywords: 'true false null this is new super'\n  };\n\n  var STRING = {\n    className: 'string',\n    variants: [\n      {\n        begin: 'r\\'\\'\\'', end: '\\'\\'\\''\n      },\n      {\n        begin: 'r\"\"\"', end: '\"\"\"'\n      },\n      {\n        begin: 'r\\'', end: '\\'',\n        illegal: '\\\\n'\n      },\n      {\n        begin: 'r\"', end: '\"',\n        illegal: '\\\\n'\n      },\n      {\n        begin: '\\'\\'\\'', end: '\\'\\'\\'',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        begin: '\"\"\"', end: '\"\"\"',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        begin: '\\'', end: '\\'',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        begin: '\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      }\n    ]\n  };\n  SUBST.contains = [\n    hljs.C_NUMBER_MODE, STRING\n  ];\n\n  var KEYWORDS = {\n    keyword: 'assert async await break case catch class const continue default do else enum extends false final ' +\n      'finally for if in is new null rethrow return super switch sync this throw true try var void while with yield ' +\n      'abstract as dynamic export external factory get implements import library operator part set static typedef',\n    built_in:\n      // dart:core\n      'print Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set ' +\n      'Stopwatch String StringBuffer StringSink Symbol Type Uri bool double int num ' +\n      // dart:html\n      'document window querySelector querySelectorAll Element ElementList'\n  };\n\n  return {\n    keywords: KEYWORDS,\n    contains: [\n      STRING,\n      hljs.COMMENT(\n        '/\\\\*\\\\*',\n        '\\\\*/',\n        {\n          subLanguage: 'markdown'\n        }\n      ),\n      hljs.COMMENT(\n        '///',\n        '$',\n        {\n          subLanguage: 'markdown'\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        contains: [\n          {\n            beginKeywords: 'extends implements'\n          },\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta', begin: '@[A-Za-z]+'\n      },\n      {\n        begin: '=>' // No markup, just a relevance booster\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  var KEYWORDS =\n    'exports register file shl array record property for mod while set ally label uses raise not ' +\n    'stored class safecall var interface or private static exit index inherited to else stdcall ' +\n    'override shr asm far resourcestring finalization packed virtual out and protected library do ' +\n    'xorwrite goto near function end div overload object unit begin string on inline repeat until ' +\n    'destructor write message program with read initialization except default nil if case cdecl in ' +\n    'downto threadvar of try pascal const external constructor type public then implementation ' +\n    'finally published procedure absolute reintroduce operator as is abstract alias assembler ' +\n    'bitpacked break continue cppdecl cvar enumerator experimental platform deprecated ' +\n    'unimplemented dynamic export far16 forward generic helper implements interrupt iochecks ' +\n    'local name nodefault noreturn nostackframe oldfpccall otherwise saveregisters softfloat ' +\n    'specialize strict unaligned varargs ';\n  var COMMENT_MODES = [\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.COMMENT(/\\{/, /\\}/, {relevance: 0}),\n    hljs.COMMENT(/\\(\\*/, /\\*\\)/, {relevance: 10})\n  ];\n  var DIRECTIVE = {\n    className: 'meta',\n    variants: [\n      {begin: /\\{\\$/, end: /\\}/},\n      {begin: /\\(\\*\\$/, end: /\\*\\)/}\n    ]\n  };\n  var STRING = {\n    className: 'string',\n    begin: /'/, end: /'/,\n    contains: [{begin: /''/}]\n  };\n  var CHAR_STRING = {\n    className: 'string', begin: /(#\\d+)+/\n  };\n  var CLASS = {\n    begin: hljs.IDENT_RE + '\\\\s*=\\\\s*class\\\\s*\\\\(', returnBegin: true,\n    contains: [\n      hljs.TITLE_MODE\n    ]\n  };\n  var FUNCTION = {\n    className: 'function',\n    beginKeywords: 'function constructor destructor procedure', end: /[:;]/,\n    keywords: 'function constructor|10 destructor|10 procedure|10',\n    contains: [\n      hljs.TITLE_MODE,\n      {\n        className: 'params',\n        begin: /\\(/, end: /\\)/,\n        keywords: KEYWORDS,\n        contains: [STRING, CHAR_STRING, DIRECTIVE].concat(COMMENT_MODES)\n      },\n      DIRECTIVE\n    ].concat(COMMENT_MODES)\n  };\n  return {\n    aliases: ['dpr', 'dfm', 'pas', 'pascal', 'freepascal', 'lazarus', 'lpr', 'lfm'],\n    case_insensitive: true,\n    keywords: KEYWORDS,\n    illegal: /\"|\\$[G-Zg-z]|\\/\\*|<\\/|\\|/,\n    contains: [\n      STRING, CHAR_STRING,\n      hljs.NUMBER_MODE,\n      CLASS,\n      FUNCTION,\n      DIRECTIVE\n    ].concat(COMMENT_MODES)\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['patch'],\n    contains: [\n      {\n        className: 'meta',\n        relevance: 10,\n        variants: [\n          {begin: /^@@ +\\-\\d+,\\d+ +\\+\\d+,\\d+ +@@$/},\n          {begin: /^\\*\\*\\* +\\d+,\\d+ +\\*\\*\\*\\*$/},\n          {begin: /^\\-\\-\\- +\\d+,\\d+ +\\-\\-\\-\\-$/}\n        ]\n      },\n      {\n        className: 'comment',\n        variants: [\n          {begin: /Index: /, end: /$/},\n          {begin: /={3,}/, end: /$/},\n          {begin: /^\\-{3}/, end: /$/},\n          {begin: /^\\*{3} /, end: /$/},\n          {begin: /^\\+{3}/, end: /$/},\n          {begin: /\\*{5}/, end: /\\*{5}$/}\n        ]\n      },\n      {\n        className: 'addition',\n        begin: '^\\\\+', end: '$'\n      },\n      {\n        className: 'deletion',\n        begin: '^\\\\-', end: '$'\n      },\n      {\n        className: 'addition',\n        begin: '^\\\\!', end: '$'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var FILTER = {\n    begin: /\\|[A-Za-z]+:?/,\n    keywords: {\n      name:\n        'truncatewords removetags linebreaksbr yesno get_digit timesince random striptags ' +\n        'filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands ' +\n        'title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode ' +\n        'timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort ' +\n        'dictsortreversed default_if_none pluralize lower join center default ' +\n        'truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first ' +\n        'escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize ' +\n        'localtime utc timezone'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE\n    ]\n  };\n\n  return {\n    aliases: ['jinja'],\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT(/\\{%\\s*comment\\s*%}/, /\\{%\\s*endcomment\\s*%}/),\n      hljs.COMMENT(/\\{#/, /#}/),\n      {\n        className: 'template-tag',\n        begin: /\\{%/, end: /%}/,\n        contains: [\n          {\n            className: 'name',\n            begin: /\\w+/,\n            keywords: {\n              name:\n                'comment endcomment load templatetag ifchanged endifchanged if endif firstof for ' +\n                'endfor ifnotequal endifnotequal widthratio extends include spaceless ' +\n                'endspaceless regroup ifequal endifequal ssi now with cycle url filter ' +\n                'endfilter debug block endblock else autoescape endautoescape csrf_token empty elif ' +\n                'endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix ' +\n                'plural get_current_language language get_available_languages ' +\n                'get_current_language_bidi get_language_info get_language_info_list localize ' +\n                'endlocalize localtime endlocaltime timezone endtimezone get_current_timezone ' +\n                'verbatim'\n            },\n            starts: {\n              endsWithParent: true,\n              keywords: 'in by as',\n              contains: [FILTER],\n              relevance: 0\n            }\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{\\{/, end: /}}/,\n        contains: [FILTER]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['bind', 'zone'],\n    keywords: {\n      keyword:\n        'IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX ' +\n        'LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT'\n    },\n    contains: [\n      hljs.COMMENT(';', '$', {relevance: 0}),\n      {\n        className: 'meta',\n        begin: /^\\$(TTL|GENERATE|INCLUDE|ORIGIN)\\b/\n      },\n      // IPv6\n      {\n        className: 'number',\n        begin: '((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:)))\\\\b'\n      },\n      // IPv4\n      {\n        className: 'number',\n        begin: '((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\b'\n      },\n      hljs.inherit(hljs.NUMBER_MODE, {begin: /\\b\\d+[dhwm]?/})\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['docker'],\n    case_insensitive: true,\n    keywords: 'from maintainer expose env arg user onbuild stopsignal',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      {\n        beginKeywords: 'run cmd entrypoint volume add copy workdir label healthcheck shell',\n        starts: {\n          end: /[^\\\\]\\n/,\n          subLanguage: 'bash'\n        }\n      }\n    ],\n    illegal: '</'\n  }\n};","module.exports = function(hljs) {\n  var COMMENT = hljs.COMMENT(\n    /^\\s*@?rem\\b/, /$/,\n    {\n      relevance: 10\n    }\n  );\n  var LABEL = {\n    className: 'symbol',\n    begin: '^\\\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\\\s+label)',\n    relevance: 0\n  };\n  return {\n    aliases: ['bat', 'cmd'],\n    case_insensitive: true,\n    illegal: /\\/\\*/,\n    keywords: {\n      keyword:\n        'if else goto for in do call exit not exist errorlevel defined ' +\n        'equ neq lss leq gtr geq',\n      built_in:\n        'prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux ' +\n        'shift cd dir echo setlocal endlocal set pause copy ' +\n        'append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color ' +\n        'comp compact convert date dir diskcomp diskcopy doskey erase fs ' +\n        'find findstr format ftype graftabl help keyb label md mkdir mode more move path ' +\n        'pause print popd pushd promt rd recover rem rename replace restore rmdir shift' +\n        'sort start subst time title tree type ver verify vol ' +\n        // winutils\n        'ping net ipconfig taskkill xcopy ren del'\n    },\n    contains: [\n      {\n        className: 'variable', begin: /%%[^ ]|%[^ ]+?%|![^ ]+?!/\n      },\n      {\n        className: 'function',\n        begin: LABEL.begin, end: 'goto:eof',\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: '([_a-zA-Z]\\\\w*\\\\.)*([_a-zA-Z]\\\\w*:)?[_a-zA-Z]\\\\w*'}),\n          COMMENT\n        ]\n      },\n      {\n        className: 'number', begin: '\\\\b\\\\d+',\n        relevance: 0\n      },\n      COMMENT\n    ]\n  };\n};","module.exports = function(hljs) {\n  var QUOTED_PROPERTY = {\n    className: 'string',\n    begin: /\"/, end: /\"/\n  };\n  var APOS_PROPERTY = {\n    className: 'string',\n    begin: /'/, end: /'/\n  };\n  var UNQUOTED_PROPERTY = {\n    className: 'string',\n    begin: '[\\\\w-?]+:\\\\w+', end: '\\\\W',\n    relevance: 0\n  };\n  var VALUELESS_PROPERTY = {\n    className: 'string',\n    begin: '\\\\w+-?\\\\w+', end: '\\\\W',\n    relevance: 0\n  };\n\n  return {\n    keywords: 'dsconfig',\n    contains: [\n      {\n        className: 'keyword',\n        begin: '^dsconfig', end: '\\\\s', excludeEnd: true,\n        relevance: 10\n      },\n      {\n        className: 'built_in',\n        begin: '(list|create|get|set|delete)-(\\\\w+)', end: '\\\\s', excludeEnd: true,\n        illegal: '!@#$%^&*()',\n        relevance: 10\n      },\n      {\n        className: 'built_in',\n        begin: '--(\\\\w+)', end: '\\\\s', excludeEnd: true\n      },\n      QUOTED_PROPERTY,\n      APOS_PROPERTY,\n      UNQUOTED_PROPERTY,\n      VALUELESS_PROPERTY,\n      hljs.HASH_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var STRINGS = {\n    className: 'string',\n    variants: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, { begin: '((u8?|U)|L)?\"' }),\n      {\n        begin: '(u8?|U)?R\"', end: '\"',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        begin: '\\'\\\\\\\\?.', end: '\\'',\n        illegal: '.'\n      }\n    ]\n  };\n\n  var NUMBERS = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)' },\n      { begin: hljs.C_NUMBER_RE }\n    ],\n    relevance: 0\n  };\n\n  var PREPROCESSOR = {\n    className: 'meta',\n    begin: '#', end: '$',\n    keywords: {'meta-keyword': 'if else elif endif define undef ifdef ifndef'},\n    contains: [\n      {\n        begin: /\\\\\\n/, relevance: 0\n      },\n      {\n        beginKeywords: 'include', end: '$',\n        keywords: {'meta-keyword': 'include'},\n        contains: [\n          hljs.inherit(STRINGS, {className: 'meta-string'}),\n          {\n            className: 'meta-string',\n            begin: '<', end: '>',\n            illegal: '\\\\n'\n          }\n        ]\n      },\n      STRINGS,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n\n  var DTS_REFERENCE = {\n    className: 'variable',\n    begin: '\\\\&[a-z\\\\d_]*\\\\b'\n  };\n\n  var DTS_KEYWORD = {\n    className: 'meta-keyword',\n    begin: '/[a-z][a-z\\\\d-]*/'\n  };\n\n  var DTS_LABEL = {\n    className: 'symbol',\n    begin: '^\\\\s*[a-zA-Z_][a-zA-Z\\\\d_]*:'\n  };\n\n  var DTS_CELL_PROPERTY = {\n    className: 'params',\n    begin: '<',\n    end: '>',\n    contains: [\n      NUMBERS,\n      DTS_REFERENCE\n    ]\n  };\n\n  var DTS_NODE = {\n    className: 'class',\n    begin: /[a-zA-Z_][a-zA-Z\\d_@]*\\s{/,\n    end: /[{;=]/,\n    returnBegin: true,\n    excludeEnd: true\n  };\n\n  var DTS_ROOT_NODE = {\n    className: 'class',\n    begin: '/\\\\s*{',\n    end: '};',\n    relevance: 10,\n    contains: [\n      DTS_REFERENCE,\n      DTS_KEYWORD,\n      DTS_LABEL,\n      DTS_NODE,\n      DTS_CELL_PROPERTY,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      NUMBERS,\n      STRINGS\n    ]\n  };\n\n  return {\n    keywords: \"\",\n    contains: [\n      DTS_ROOT_NODE,\n      DTS_REFERENCE,\n      DTS_KEYWORD,\n      DTS_LABEL,\n      DTS_NODE,\n      DTS_CELL_PROPERTY,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      NUMBERS,\n      STRINGS,\n      PREPROCESSOR,\n      {\n        begin: hljs.IDENT_RE + '::',\n        keywords: \"\"\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var EXPRESSION_KEYWORDS = 'if eq ne lt lte gt gte select default math sep';\n  return {\n    aliases: ['dst'],\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n      {\n        className: 'template-tag',\n        begin: /\\{[#\\/]/, end: /\\}/, illegal: /;/,\n        contains: [\n          {\n            className: 'name',\n            begin: /[a-zA-Z\\.-]+/,\n            starts: {\n              endsWithParent: true, relevance: 0,\n              contains: [\n                hljs.QUOTE_STRING_MODE\n              ]\n            }\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{/, end: /\\}/, illegal: /;/,\n        keywords: EXPRESSION_KEYWORDS\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n    var commentMode = hljs.COMMENT(/\\(\\*/, /\\*\\)/);\n\n    var nonTerminalMode = {\n        className: \"attribute\",\n        begin: /^[ ]*[a-zA-Z][a-zA-Z-]*([\\s-]+[a-zA-Z][a-zA-Z]*)*/\n    };\n\n    var specialSequenceMode = {\n        className: \"meta\",\n        begin: /\\?.*\\?/\n    };\n\n    var ruleBodyMode = {\n        begin: /=/, end: /;/,\n        contains: [\n            commentMode,\n            specialSequenceMode,\n            // terminals\n            hljs.APOS_STRING_MODE, hljs.QUOTE_STRING_MODE\n        ]\n    };\n\n    return {\n        illegal: /\\S/,\n        contains: [\n            commentMode,\n            nonTerminalMode,\n            ruleBodyMode\n        ]\n    };\n};","module.exports = function(hljs) {\n  var ELIXIR_IDENT_RE = '[a-zA-Z_][a-zA-Z0-9_.]*(\\\\!|\\\\?)?';\n  var ELIXIR_METHOD_RE = '[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?';\n  var ELIXIR_KEYWORDS =\n    'and false then defined module in return redo retry end for true self when ' +\n    'next until do begin unless nil break not case cond alias while ensure or ' +\n    'include use alias fn quote require import with|0';\n  var SUBST = {\n    className: 'subst',\n    begin: '#\\\\{', end: '}',\n    lexemes: ELIXIR_IDENT_RE,\n    keywords: ELIXIR_KEYWORDS\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {\n        begin: /'/, end: /'/\n      },\n      {\n        begin: /\"/, end: /\"/\n      }\n    ]\n  };\n  var FUNCTION = {\n    className: 'function',\n    beginKeywords: 'def defp defmacro', end: /\\B\\b/, // the mode is ended by the title\n    contains: [\n      hljs.inherit(hljs.TITLE_MODE, {\n        begin: ELIXIR_IDENT_RE,\n        endsParent: true\n      })\n    ]\n  };\n  var CLASS = hljs.inherit(FUNCTION, {\n    className: 'class',\n    beginKeywords: 'defimpl defmodule defprotocol defrecord', end: /\\bdo\\b|$|;/\n  });\n  var ELIXIR_DEFAULT_CONTAINS = [\n    STRING,\n    hljs.HASH_COMMENT_MODE,\n    CLASS,\n    FUNCTION,\n    {\n      begin: '::'\n    },\n    {\n      className: 'symbol',\n      begin: ':(?![\\\\s:])',\n      contains: [STRING, {begin: ELIXIR_METHOD_RE}],\n      relevance: 0\n    },\n    {\n      className: 'symbol',\n      begin: ELIXIR_IDENT_RE + ':(?!:)',\n      relevance: 0\n    },\n    {\n      className: 'number',\n      begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n      relevance: 0\n    },\n    {\n      className: 'variable',\n      begin: '(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))'\n    },\n    {\n      begin: '->'\n    },\n    { // regexp container\n      begin: '(' + hljs.RE_STARTERS_RE + ')\\\\s*',\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        {\n          className: 'regexp',\n          illegal: '\\\\n',\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n          variants: [\n            {\n              begin: '/', end: '/[a-z]*'\n            },\n            {\n              begin: '%r\\\\[', end: '\\\\][a-z]*'\n            }\n          ]\n        }\n      ],\n      relevance: 0\n    }\n  ];\n  SUBST.contains = ELIXIR_DEFAULT_CONTAINS;\n\n  return {\n    lexemes: ELIXIR_IDENT_RE,\n    keywords: ELIXIR_KEYWORDS,\n    contains: ELIXIR_DEFAULT_CONTAINS\n  };\n};","module.exports = function(hljs) {\n  var COMMENT = {\n    variants: [\n      hljs.COMMENT('--', '$'),\n      hljs.COMMENT(\n        '{-',\n        '-}',\n        {\n          contains: ['self']\n        }\n      )\n    ]\n  };\n\n  var CONSTRUCTOR = {\n    className: 'type',\n    begin: '\\\\b[A-Z][\\\\w\\']*', // TODO: other constructors (built-in, infix).\n    relevance: 0\n  };\n\n  var LIST = {\n    begin: '\\\\(', end: '\\\\)',\n    illegal: '\"',\n    contains: [\n      {className: 'type', begin: '\\\\b[A-Z][\\\\w]*(\\\\((\\\\.\\\\.|,|\\\\w+)\\\\))?'},\n      COMMENT\n    ]\n  };\n\n  var RECORD = {\n    begin: '{', end: '}',\n    contains: LIST.contains\n  };\n\n  var CHARACTER = {\n    className: 'string',\n    begin: '\\'\\\\\\\\?.', end: '\\'',\n    illegal: '.'\n  };\n\n  return {\n    keywords:\n      'let in if then else case of where module import exposing ' +\n      'type alias as infix infixl infixr port effect command subscription',\n    contains: [\n\n      // Top-level constructions.\n\n      {\n        beginKeywords: 'port effect module', end: 'exposing',\n        keywords: 'port effect module where command subscription exposing',\n        contains: [LIST, COMMENT],\n        illegal: '\\\\W\\\\.|;'\n      },\n      {\n        begin: 'import', end: '$',\n        keywords: 'import as exposing',\n        contains: [LIST, COMMENT],\n        illegal: '\\\\W\\\\.|;'\n      },\n      {\n        begin: 'type', end: '$',\n        keywords: 'type alias',\n        contains: [CONSTRUCTOR, LIST, RECORD, COMMENT]\n      },\n      {\n        beginKeywords: 'infix infixl infixr', end: '$',\n        contains: [hljs.C_NUMBER_MODE, COMMENT]\n      },\n      {\n        begin: 'port', end: '$',\n        keywords: 'port',\n        contains: [COMMENT]\n      },\n\n      // Literals and names.\n\n      CHARACTER,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      CONSTRUCTOR,\n      hljs.inherit(hljs.TITLE_MODE, {begin: '^[_a-z][\\\\w\\']*'}),\n      COMMENT,\n\n      {begin: '->|<-'} // No markup, relevance booster\n    ],\n    illegal: /;/\n  };\n};","module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT('<%#', '%>'),\n      {\n        begin: '<%[%=-]?', end: '[%-]?%>',\n        subLanguage: 'ruby',\n        excludeBegin: true,\n        excludeEnd: true\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      built_in:\n        'spawn spawn_link self',\n      keyword:\n        'after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if ' +\n        'let not of or orelse|10 query receive rem try when xor'\n    },\n    contains: [\n      {\n        className: 'meta', begin: '^[0-9]+> ',\n        relevance: 10\n      },\n      hljs.COMMENT('%', '$'),\n      {\n        className: 'number',\n        begin: '\\\\b(\\\\d+#[a-fA-F0-9]+|\\\\d+(\\\\.\\\\d+)?([eE][-+]?\\\\d+)?)',\n        relevance: 0\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        begin: '\\\\?(::)?([A-Z]\\\\w*(::)?)+'\n      },\n      {\n        begin: '->'\n      },\n      {\n        begin: 'ok'\n      },\n      {\n        begin: '!'\n      },\n      {\n        begin: '(\\\\b[a-z\\'][a-zA-Z0-9_\\']*:[a-z\\'][a-zA-Z0-9_\\']*)|(\\\\b[a-z\\'][a-zA-Z0-9_\\']*)',\n        relevance: 0\n      },\n      {\n        begin: '[A-Z][a-zA-Z0-9_\\']*',\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BASIC_ATOM_RE = '[a-z\\'][a-zA-Z0-9_\\']*';\n  var FUNCTION_NAME_RE = '(' + BASIC_ATOM_RE + ':' + BASIC_ATOM_RE + '|' + BASIC_ATOM_RE + ')';\n  var ERLANG_RESERVED = {\n    keyword:\n      'after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if ' +\n      'let not of orelse|10 query receive rem try when xor',\n    literal:\n      'false true'\n  };\n\n  var COMMENT = hljs.COMMENT('%', '$');\n  var NUMBER = {\n    className: 'number',\n    begin: '\\\\b(\\\\d+#[a-fA-F0-9]+|\\\\d+(\\\\.\\\\d+)?([eE][-+]?\\\\d+)?)',\n    relevance: 0\n  };\n  var NAMED_FUN = {\n    begin: 'fun\\\\s+' + BASIC_ATOM_RE + '/\\\\d+'\n  };\n  var FUNCTION_CALL = {\n    begin: FUNCTION_NAME_RE + '\\\\(', end: '\\\\)',\n    returnBegin: true,\n    relevance: 0,\n    contains: [\n      {\n        begin: FUNCTION_NAME_RE, relevance: 0\n      },\n      {\n        begin: '\\\\(', end: '\\\\)', endsWithParent: true,\n        returnEnd: true,\n        relevance: 0\n        // \"contains\" defined later\n      }\n    ]\n  };\n  var TUPLE = {\n    begin: '{', end: '}',\n    relevance: 0\n    // \"contains\" defined later\n  };\n  var VAR1 = {\n    begin: '\\\\b_([A-Z][A-Za-z0-9_]*)?',\n    relevance: 0\n  };\n  var VAR2 = {\n    begin: '[A-Z][a-zA-Z0-9_]*',\n    relevance: 0\n  };\n  var RECORD_ACCESS = {\n    begin: '#' + hljs.UNDERSCORE_IDENT_RE,\n    relevance: 0,\n    returnBegin: true,\n    contains: [\n      {\n        begin: '#' + hljs.UNDERSCORE_IDENT_RE,\n        relevance: 0\n      },\n      {\n        begin: '{', end: '}',\n        relevance: 0\n        // \"contains\" defined later\n      }\n    ]\n  };\n\n  var BLOCK_STATEMENTS = {\n    beginKeywords: 'fun receive if try case', end: 'end',\n    keywords: ERLANG_RESERVED\n  };\n  BLOCK_STATEMENTS.contains = [\n    COMMENT,\n    NAMED_FUN,\n    hljs.inherit(hljs.APOS_STRING_MODE, {className: ''}),\n    BLOCK_STATEMENTS,\n    FUNCTION_CALL,\n    hljs.QUOTE_STRING_MODE,\n    NUMBER,\n    TUPLE,\n    VAR1, VAR2,\n    RECORD_ACCESS\n  ];\n\n  var BASIC_MODES = [\n    COMMENT,\n    NAMED_FUN,\n    BLOCK_STATEMENTS,\n    FUNCTION_CALL,\n    hljs.QUOTE_STRING_MODE,\n    NUMBER,\n    TUPLE,\n    VAR1, VAR2,\n    RECORD_ACCESS\n  ];\n  FUNCTION_CALL.contains[1].contains = BASIC_MODES;\n  TUPLE.contains = BASIC_MODES;\n  RECORD_ACCESS.contains[1].contains = BASIC_MODES;\n\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)',\n    contains: BASIC_MODES\n  };\n  return {\n    aliases: ['erl'],\n    keywords: ERLANG_RESERVED,\n    illegal: '(</|\\\\*=|\\\\+=|-=|/\\\\*|\\\\*/|\\\\(\\\\*|\\\\*\\\\))',\n    contains: [\n      {\n        className: 'function',\n        begin: '^' + BASIC_ATOM_RE + '\\\\s*\\\\(', end: '->',\n        returnBegin: true,\n        illegal: '\\\\(|#|//|/\\\\*|\\\\\\\\|:|;',\n        contains: [\n          PARAMS,\n          hljs.inherit(hljs.TITLE_MODE, {begin: BASIC_ATOM_RE})\n        ],\n        starts: {\n          end: ';|\\\\.',\n          keywords: ERLANG_RESERVED,\n          contains: BASIC_MODES\n        }\n      },\n      COMMENT,\n      {\n        begin: '^-', end: '\\\\.',\n        relevance: 0,\n        excludeEnd: true,\n        returnBegin: true,\n        lexemes: '-' + hljs.IDENT_RE,\n        keywords:\n          '-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn ' +\n          '-import -include -include_lib -compile -define -else -endif -file -behaviour ' +\n          '-behavior -spec',\n        contains: [PARAMS]\n      },\n      NUMBER,\n      hljs.QUOTE_STRING_MODE,\n      RECORD_ACCESS,\n      VAR1, VAR2,\n      TUPLE,\n      {begin: /\\.$/} // relevance booster\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['xlsx', 'xls'],\n    case_insensitive: true,\n    lexemes: /[a-zA-Z][\\w\\.]*/,\n    // built-in functions imported from https://web.archive.org/web/20160513042710/https://support.office.com/en-us/article/Excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188\n    keywords: {\n        built_in: 'ABS ACCRINT ACCRINTM ACOS ACOSH ACOT ACOTH AGGREGATE ADDRESS AMORDEGRC AMORLINC AND ARABIC AREAS ASC ASIN ASINH ATAN ATAN2 ATANH AVEDEV AVERAGE AVERAGEA AVERAGEIF AVERAGEIFS BAHTTEXT BASE BESSELI BESSELJ BESSELK BESSELY BETADIST BETA.DIST BETAINV BETA.INV BIN2DEC BIN2HEX BIN2OCT BINOMDIST BINOM.DIST BINOM.DIST.RANGE BINOM.INV BITAND BITLSHIFT BITOR BITRSHIFT BITXOR CALL CEILING CEILING.MATH CEILING.PRECISE CELL CHAR CHIDIST CHIINV CHITEST CHISQ.DIST CHISQ.DIST.RT CHISQ.INV CHISQ.INV.RT CHISQ.TEST CHOOSE CLEAN CODE COLUMN COLUMNS COMBIN COMBINA COMPLEX CONCAT CONCATENATE CONFIDENCE CONFIDENCE.NORM CONFIDENCE.T CONVERT CORREL COS COSH COT COTH COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS COUPDAYBS COUPDAYS COUPDAYSNC COUPNCD COUPNUM COUPPCD COVAR COVARIANCE.P COVARIANCE.S CRITBINOM CSC CSCH CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY CUBERANKEDMEMBER CUBESET CUBESETCOUNT CUBEVALUE CUMIPMT CUMPRINC DATE DATEDIF DATEVALUE DAVERAGE DAY DAYS DAYS360 DB DBCS DCOUNT DCOUNTA DDB DEC2BIN DEC2HEX DEC2OCT DECIMAL DEGREES DELTA DEVSQ DGET DISC DMAX DMIN DOLLAR DOLLARDE DOLLARFR DPRODUCT DSTDEV DSTDEVP DSUM DURATION DVAR DVARP EDATE EFFECT ENCODEURL EOMONTH ERF ERF.PRECISE ERFC ERFC.PRECISE ERROR.TYPE EUROCONVERT EVEN EXACT EXP EXPON.DIST EXPONDIST FACT FACTDOUBLE FALSE|0 F.DIST FDIST F.DIST.RT FILTERXML FIND FINDB F.INV F.INV.RT FINV FISHER FISHERINV FIXED FLOOR FLOOR.MATH FLOOR.PRECISE FORECAST FORECAST.ETS FORECAST.ETS.CONFINT FORECAST.ETS.SEASONALITY FORECAST.ETS.STAT FORECAST.LINEAR FORMULATEXT FREQUENCY F.TEST FTEST FV FVSCHEDULE GAMMA GAMMA.DIST GAMMADIST GAMMA.INV GAMMAINV GAMMALN GAMMALN.PRECISE GAUSS GCD GEOMEAN GESTEP GETPIVOTDATA GROWTH HARMEAN HEX2BIN HEX2DEC HEX2OCT HLOOKUP HOUR HYPERLINK HYPGEOM.DIST HYPGEOMDIST IF|0 IFERROR IFNA IFS IMABS IMAGINARY IMARGUMENT IMCONJUGATE IMCOS IMCOSH IMCOT IMCSC IMCSCH IMDIV IMEXP IMLN IMLOG10 IMLOG2 IMPOWER IMPRODUCT IMREAL IMSEC IMSECH IMSIN IMSINH IMSQRT IMSUB IMSUM IMTAN INDEX INDIRECT INFO INT INTERCEPT INTRATE IPMT IRR ISBLANK ISERR ISERROR ISEVEN ISFORMULA ISLOGICAL ISNA ISNONTEXT ISNUMBER ISODD ISREF ISTEXT ISO.CEILING ISOWEEKNUM ISPMT JIS KURT LARGE LCM LEFT LEFTB LEN LENB LINEST LN LOG LOG10 LOGEST LOGINV LOGNORM.DIST LOGNORMDIST LOGNORM.INV LOOKUP LOWER MATCH MAX MAXA MAXIFS MDETERM MDURATION MEDIAN MID MIDBs MIN MINIFS MINA MINUTE MINVERSE MIRR MMULT MOD MODE MODE.MULT MODE.SNGL MONTH MROUND MULTINOMIAL MUNIT N NA NEGBINOM.DIST NEGBINOMDIST NETWORKDAYS NETWORKDAYS.INTL NOMINAL NORM.DIST NORMDIST NORMINV NORM.INV NORM.S.DIST NORMSDIST NORM.S.INV NORMSINV NOT NOW NPER NPV NUMBERVALUE OCT2BIN OCT2DEC OCT2HEX ODD ODDFPRICE ODDFYIELD ODDLPRICE ODDLYIELD OFFSET OR PDURATION PEARSON PERCENTILE.EXC PERCENTILE.INC PERCENTILE PERCENTRANK.EXC PERCENTRANK.INC PERCENTRANK PERMUT PERMUTATIONA PHI PHONETIC PI PMT POISSON.DIST POISSON POWER PPMT PRICE PRICEDISC PRICEMAT PROB PRODUCT PROPER PV QUARTILE QUARTILE.EXC QUARTILE.INC QUOTIENT RADIANS RAND RANDBETWEEN RANK.AVG RANK.EQ RANK RATE RECEIVED REGISTER.ID REPLACE REPLACEB REPT RIGHT RIGHTB ROMAN ROUND ROUNDDOWN ROUNDUP ROW ROWS RRI RSQ RTD SEARCH SEARCHB SEC SECH SECOND SERIESSUM SHEET SHEETS SIGN SIN SINH SKEW SKEW.P SLN SLOPE SMALL SQL.REQUEST SQRT SQRTPI STANDARDIZE STDEV STDEV.P STDEV.S STDEVA STDEVP STDEVPA STEYX SUBSTITUTE SUBTOTAL SUM SUMIF SUMIFS SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2 SUMXMY2 SWITCH SYD T TAN TANH TBILLEQ TBILLPRICE TBILLYIELD T.DIST T.DIST.2T T.DIST.RT TDIST TEXT TEXTJOIN TIME TIMEVALUE T.INV T.INV.2T TINV TODAY TRANSPOSE TREND TRIM TRIMMEAN TRUE|0 TRUNC T.TEST TTEST TYPE UNICHAR UNICODE UPPER VALUE VAR VAR.P VAR.S VARA VARP VARPA VDB VLOOKUP WEBSERVICE WEEKDAY WEEKNUM WEIBULL WEIBULL.DIST WORKDAY WORKDAY.INTL XIRR XNPV XOR YEAR YEARFRAC YIELD YIELDDISC YIELDMAT Z.TEST ZTEST'\n    },\n    contains: [\n      {\n        /* matches a beginning equal sign found in Excel formula examples */ \n        begin: /^=/,\n        end: /[^=]/, returnEnd: true, illegal: /=/, /* only allow single equal sign at front of line */\n        relevance: 10\n      },\n      /* technically, there can be more than 2 letters in column names, but this prevents conflict with some keywords */\n      {\n        /* matches a reference to a single cell */\n        className: 'symbol',\n        begin: /\\b[A-Z]{1,2}\\d+\\b/,\n        end: /[^\\d]/, excludeEnd: true,\n        relevance: 0\n      },\n      {\n        /* matches a reference to a range of cells */\n        className: 'symbol',\n        begin: /[A-Z]{0,2}\\d*:[A-Z]{0,2}\\d*/,\n        relevance: 0\n      },\n      hljs.BACKSLASH_ESCAPE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'number',\n        begin: hljs.NUMBER_RE + '(%)?',\n        relevance: 0\n      },\n      /* Excel formula comments are done by putting the comment in a function call to N() */\n      hljs.COMMENT(/\\bN\\(/,/\\)/,\n      {\n        excludeBegin: true,\n        excludeEnd: true,\n        illegal: /\\n/\n      })\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n    {\n      begin: /[^\\u2401\\u0001]+/,\n      end: /[\\u2401\\u0001]/,\n      excludeEnd: true,\n      returnBegin: true,\n      returnEnd: false,\n      contains: [\n      {\n        begin: /([^\\u2401\\u0001=]+)/,\n        end: /=([^\\u2401\\u0001=]+)/,\n        returnEnd: true,\n        returnBegin: false,\n        className: 'attr'\n      },\n      {\n        begin: /=/,\n        end: /([\\u2401\\u0001])/,\n        excludeEnd: true,\n        excludeBegin: true,\n        className: 'string'\n      }]\n    }],\n    case_insensitive: true\n  };\n};","module.exports = function (hljs) {\n\n    var CHAR = {\n        className: 'string',\n        begin: /'(.|\\\\[xXuU][a-zA-Z0-9]+)'/\n    };\n\n    var STRING = {\n        className: 'string',\n        variants: [\n            {\n                begin: '\"', end: '\"'\n            }\n        ]\n    };\n\n    var NAME = {\n        className: 'title',\n        begin: /[^0-9\\n\\t \"'(),.`{}\\[\\]:;][^\\n\\t \"'(),.`{}\\[\\]:;]+|[^0-9\\n\\t \"'(),.`{}\\[\\]:;=]/\n    };\n\n    var METHOD = {\n        className: 'function',\n        beginKeywords: 'def',\n        end: /[:={\\[(\\n;]/,\n        excludeEnd: true,\n        contains: [NAME]\n    };\n\n    return {\n        keywords: {\n            literal: 'true false',\n            keyword: 'case class def else enum if impl import in lat rel index let match namespace switch type yield with'\n        },\n        contains: [\n            hljs.C_LINE_COMMENT_MODE,\n            hljs.C_BLOCK_COMMENT_MODE,\n            CHAR,\n            STRING,\n            METHOD,\n            hljs.C_NUMBER_MODE\n        ]\n    };\n};","module.exports = function(hljs) {\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)'\n  };\n\n  var F_KEYWORDS = {\n    literal: '.False. .True.',\n    keyword: 'kind do while private call intrinsic where elsewhere ' +\n      'type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then ' +\n      'public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. ' +\n      'goto save else use module select case ' +\n      'access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit ' +\n      'continue format pause cycle exit ' +\n      'c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg ' +\n      'synchronous nopass non_overridable pass protected volatile abstract extends import ' +\n      'non_intrinsic value deferred generic final enumerator class associate bind enum ' +\n      'c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t ' +\n      'c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double ' +\n      'c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr ' +\n      'c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer ' +\n      'c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor ' +\n      'numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ' +\n      'ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive ' +\n      'pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure ' +\n      'integer real character complex logical dimension allocatable|10 parameter ' +\n      'external implicit|10 none double precision assign intent optional pointer ' +\n      'target in out common equivalence data',\n    built_in: 'alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint ' +\n      'dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl ' +\n      'algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama ' +\n      'iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod ' +\n      'qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log ' +\n      'log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate ' +\n      'adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product ' +\n      'eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul ' +\n      'maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product ' +\n      'radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind ' +\n      'set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer ' +\n      'dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ' +\n      'ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode ' +\n      'is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of'  +\n      'acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 ' +\n      'atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits ' +\n      'bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr ' +\n      'num_images parity popcnt poppar shifta shiftl shiftr this_image'\n  };\n  return {\n    case_insensitive: true,\n    aliases: ['f90', 'f95'],\n    keywords: F_KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: [\n      hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {className: 'string', relevance: 0}),\n      {\n        className: 'function',\n        beginKeywords: 'subroutine function program',\n        illegal: '[${=\\\\n]',\n        contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS]\n      },\n      hljs.COMMENT('!', '$', {relevance: 0}),\n      {\n        className: 'number',\n        begin: '(?=\\\\b|\\\\+|\\\\-|\\\\.)(?=\\\\.\\\\d|\\\\d)(?:\\\\d+)?(?:\\\\.?\\\\d*)(?:[de][+-]?\\\\d+)?\\\\b\\\\.?',\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var TYPEPARAM = {\n    begin: '<', end: '>',\n    contains: [\n      hljs.inherit(hljs.TITLE_MODE, {begin: /'[a-zA-Z0-9_]+/})\n    ]\n  };\n\n  return {\n    aliases: ['fs'],\n    keywords:\n      'abstract and as assert base begin class default delegate do done ' +\n      'downcast downto elif else end exception extern false finally for ' +\n      'fun function global if in inherit inline interface internal lazy let ' +\n      'match member module mutable namespace new null of open or ' +\n      'override private public rec return sig static struct then to ' +\n      'true try type upcast use val void when while with yield',\n    illegal: /\\/\\*/,\n    contains: [\n      {\n        // monad builder keywords (matches before non-bang kws)\n        className: 'keyword',\n        begin: /\\b(yield|return|let|do)!/\n      },\n      {\n        className: 'string',\n        begin: '@\"', end: '\"',\n        contains: [{begin: '\"\"'}]\n      },\n      {\n        className: 'string',\n        begin: '\"\"\"', end: '\"\"\"'\n      },\n      hljs.COMMENT('\\\\(\\\\*', '\\\\*\\\\)'),\n      {\n        className: 'class',\n        beginKeywords: 'type', end: '\\\\(|=|$', excludeEnd: true,\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          TYPEPARAM\n        ]\n      },\n      {\n        className: 'meta',\n        begin: '\\\\[<', end: '>\\\\]',\n        relevance: 10\n      },\n      {\n        className: 'symbol',\n        begin: '\\\\B(\\'[A-Za-z])\\\\b',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function (hljs) {\n  var KEYWORDS = {\n    'keyword':\n      'abort acronym acronyms alias all and assign binary card diag display ' +\n      'else eq file files for free ge gt if integer le loop lt maximizing ' +\n      'minimizing model models ne negative no not option options or ord ' +\n      'positive prod put putpage puttl repeat sameas semicont semiint smax ' +\n      'smin solve sos1 sos2 sum system table then until using while xor yes',\n    'literal': 'eps inf na',\n    'built-in':\n      'abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy ' +\n      'cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact ' +\n      'floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max ' +\n      'min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power ' +\n      'randBinomial randLinear randTriangle round rPower sigmoid sign ' +\n      'signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt ' +\n      'tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp ' +\n      'bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt ' +\n      'rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear ' +\n      'jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion ' +\n      'handleCollect handleDelete handleStatus handleSubmit heapFree ' +\n      'heapLimit heapSize jobHandle jobKill jobStatus jobTerminate ' +\n      'licenseLevel licenseStatus maxExecError sleep timeClose timeComp ' +\n      'timeElapsed timeExec timeStart'\n  };\n  var PARAMS = {\n    className: 'params',\n    begin: /\\(/, end: /\\)/,\n    excludeBegin: true,\n    excludeEnd: true,\n  };\n  var SYMBOLS = {\n    className: 'symbol',\n    variants: [\n      {begin: /\\=[lgenxc]=/},\n      {begin: /\\$/},\n    ]\n  };\n  var QSTR = { // One-line quoted comment string\n    className: 'comment',\n    variants: [\n      {begin: '\\'', end: '\\''},\n      {begin: '\"', end: '\"'},\n    ],\n    illegal: '\\\\n',\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n  var ASSIGNMENT = {\n    begin: '/',\n    end: '/',\n    keywords: KEYWORDS,\n    contains: [\n      QSTR,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n    ],\n  };\n  var DESCTEXT = { // Parameter/set/variable description text\n    begin: /[a-z][a-z0-9_]*(\\([a-z0-9_, ]*\\))?[ \\t]+/,\n    excludeBegin: true,\n    end: '$',\n    endsWithParent: true,\n    contains: [\n      QSTR,\n      ASSIGNMENT,\n      {\n        className: 'comment',\n        begin: /([ ]*[a-z0-9&#*=?@>\\\\<:\\-,()$\\[\\]_.{}!+%^]+)+/,\n        relevance: 0\n      },\n    ],\n  };\n\n  return {\n    aliases: ['gms'],\n    case_insensitive: true,\n    keywords: KEYWORDS,\n    contains: [\n      hljs.COMMENT(/^\\$ontext/, /^\\$offtext/),\n      {\n        className: 'meta',\n        begin: '^\\\\$[a-z0-9]+',\n        end: '$',\n        returnBegin: true,\n        contains: [\n          {\n            className: 'meta-keyword',\n            begin: '^\\\\$[a-z0-9]+',\n          }\n        ]\n      },\n      hljs.COMMENT('^\\\\*', '$'),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      // Declarations\n      {\n        beginKeywords:\n          'set sets parameter parameters variable variables ' +\n          'scalar scalars equation equations',\n        end: ';',\n        contains: [\n          hljs.COMMENT('^\\\\*', '$'),\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.APOS_STRING_MODE,\n          ASSIGNMENT,\n          DESCTEXT,\n        ]\n      },\n      { // table environment\n        beginKeywords: 'table',\n        end: ';',\n        returnBegin: true,\n        contains: [\n          { // table header row\n            beginKeywords: 'table',\n            end: '$',\n            contains: [DESCTEXT],\n          },\n          hljs.COMMENT('^\\\\*', '$'),\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.APOS_STRING_MODE,\n          hljs.C_NUMBER_MODE,\n          // Table does not contain DESCTEXT or ASSIGNMENT\n        ]\n      },\n      // Function definitions\n      {\n        className: 'function',\n        begin: /^[a-z][a-z0-9_,\\-+' ()$]+\\.{2}/,\n        returnBegin: true,\n        contains: [\n              { // Function title\n                className: 'title',\n                begin: /^[a-z0-9_]+/,\n              },\n              PARAMS,\n              SYMBOLS,\n            ],\n      },\n      hljs.C_NUMBER_MODE,\n      SYMBOLS,\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword: 'and bool break call callexe checkinterrupt clear clearg closeall cls comlog compile ' +\n              'continue create debug declare delete disable dlibrary dllcall do dos ed edit else ' +\n              'elseif enable end endfor endif endp endo errorlog errorlogat expr external fn ' +\n              'for format goto gosub graph if keyword let lib library line load loadarray loadexe ' +\n              'loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow ' +\n              'matrix msym ndpclex new not open or output outwidth plot plotsym pop prcsn print ' +\n              'printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen ' +\n              'scroll setarray show sparse stop string struct system trace trap threadfor ' +\n              'threadendfor threadbegin threadjoin threadstat threadend until use while winprint',\n    built_in: 'abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol ' +\n              'AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks ' +\n              'AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults ' +\n              'annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness ' +\n              'annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd ' +\n              'astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar ' +\n              'base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 ' +\n              'cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv ' +\n              'cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn ' +\n              'cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi ' +\n              'cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ' +\n              'ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated ' +\n              'complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs ' +\n              'cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos ' +\n              'datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd ' +\n              'dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName ' +\n              'dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy ' +\n              'dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen ' +\n              'dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA ' +\n              'dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField ' +\n              'dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition ' +\n              'dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows ' +\n              'dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly ' +\n              'dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy ' +\n              'dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl ' +\n              'dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt ' +\n              'dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday ' +\n              'dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays ' +\n              'endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error ' +\n              'etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut ' +\n              'EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol ' +\n              'EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq ' +\n              'feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt ' +\n              'floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC ' +\n              'gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders ' +\n              'gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse ' +\n              'gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray ' +\n              'getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders ' +\n              'getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT ' +\n              'gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm ' +\n              'hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 ' +\n              'indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 ' +\n              'inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf ' +\n              'isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv ' +\n              'lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn ' +\n              'lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind ' +\n              'loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars ' +\n              'makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli ' +\n              'mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave ' +\n              'movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate ' +\n              'olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto ' +\n              'pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox ' +\n              'plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea ' +\n              'plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout ' +\n              'plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill ' +\n              'plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol ' +\n              'plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange ' +\n              'plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel ' +\n              'plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot ' +\n              'pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames ' +\n              'pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector ' +\n              'pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate ' +\n              'qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr ' +\n              'real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn ' +\n              'rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel ' +\n              'rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn ' +\n              'rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh ' +\n              'rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind ' +\n              'scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa ' +\n              'setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind ' +\n              'sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL ' +\n              'spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense ' +\n              'spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet ' +\n              'sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt ' +\n              'strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr ' +\n              'surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname threadBegin threadEnd threadEndFor threadFor ' +\n              'threadJoin threadStat time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk ' +\n              'trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt ' +\n              'utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs ' +\n              'vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window ' +\n              'writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM ' +\n              'xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute ' +\n              'h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels ' +\n              'plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin strtrim sylvester',\n    literal: 'DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS ' +\n             'DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 ' +\n             'DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS ' +\n             'DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES ' +\n             'DB_TRANSACTIONS DB_UNICODE DB_VIEWS'\n  };\n\n  var PREPROCESSOR =\n  {\n    className: 'meta',\n    begin: '#', end: '$',\n    keywords: {'meta-keyword': 'define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline'},\n    contains: [\n      {\n        begin: /\\\\\\n/, relevance: 0\n      },\n      {\n        beginKeywords: 'include', end: '$',\n        keywords: {'meta-keyword': 'include'},\n        contains: [\n          {\n            className: 'meta-string',\n            begin: '\"', end: '\"',\n            illegal: '\\\\n'\n          }\n        ]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n\n  var FUNCTION_TITLE = hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(?';\n  var PARSE_PARAMS = [\n    {\n      className: 'params',\n      begin: /\\(/, end: /\\)/,\n      keywords: KEYWORDS,\n      relevance: 0,\n      contains: [\n        hljs.C_NUMBER_MODE,\n        hljs.C_LINE_COMMENT_MODE,\n        hljs.C_BLOCK_COMMENT_MODE\n      ]\n    }\n  ];\n\n  return {\n    aliases: ['gss'],\n    case_insensitive: true, // language is case-insensitive\n    keywords: KEYWORDS,\n    illegal: '(\\\\{[%#]|[%#]\\\\})',\n    contains: [\n      hljs.C_NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.COMMENT('@', '@'),\n      PREPROCESSOR,\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        className: 'function',\n        beginKeywords: 'proc keyword',\n        end: ';',\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: FUNCTION_TITLE, returnBegin: true,\n            contains: [hljs.UNDERSCORE_TITLE_MODE],\n            relevance: 0\n          },\n          hljs.C_NUMBER_MODE,\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          PREPROCESSOR\n        ].concat(PARSE_PARAMS)\n      },\n      {\n        className: 'function',\n        beginKeywords: 'fn',\n        end: ';',\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: FUNCTION_TITLE + hljs.IDENT_RE + '\\\\)?\\\\s*\\\\=\\\\s*', returnBegin: true,\n            contains: [hljs.UNDERSCORE_TITLE_MODE],\n            relevance: 0\n          },\n          hljs.C_NUMBER_MODE,\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ].concat(PARSE_PARAMS)\n      },\n      {\n        className: 'function',\n        begin: '\\\\bexternal (proc|keyword|fn)\\\\s+',\n        end: ';',\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: FUNCTION_TITLE, returnBegin: true,\n            contains: [hljs.UNDERSCORE_TITLE_MODE],\n            relevance: 0\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        className: 'function',\n        begin: '\\\\bexternal (matrix|string|array|sparse matrix|struct ' + hljs.IDENT_RE + ')\\\\s+',\n        end: ';',\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n    var GCODE_IDENT_RE = '[A-Z_][A-Z0-9_.]*';\n    var GCODE_CLOSE_RE = '\\\\%';\n    var GCODE_KEYWORDS =\n      'IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT ' +\n      'EQ LT GT NE GE LE OR XOR';\n    var GCODE_START = {\n        className: 'meta',\n        begin: '([O])([0-9]+)'\n    };\n    var GCODE_CODE = [\n        hljs.C_LINE_COMMENT_MODE,\n        hljs.C_BLOCK_COMMENT_MODE,\n        hljs.COMMENT(/\\(/, /\\)/),\n        hljs.inherit(hljs.C_NUMBER_MODE, {begin: '([-+]?([0-9]*\\\\.?[0-9]+\\\\.?))|' + hljs.C_NUMBER_RE}),\n        hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n        hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n        {\n            className: 'name',\n            begin: '([G])([0-9]+\\\\.?[0-9]?)'\n        },\n        {\n            className: 'name',\n            begin: '([M])([0-9]+\\\\.?[0-9]?)'\n        },\n        {\n            className: 'attr',\n            begin: '(VC|VS|#)',\n            end: '(\\\\d+)'\n        },\n        {\n            className: 'attr',\n            begin: '(VZOFX|VZOFY|VZOFZ)'\n        },\n        {\n            className: 'built_in',\n            begin: '(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\\\[)',\n            end: '([-+]?([0-9]*\\\\.?[0-9]+\\\\.?))(\\\\])'\n        },\n        {\n            className: 'symbol',\n            variants: [\n                {\n                    begin: 'N', end: '\\\\d+',\n                    illegal: '\\\\W'\n                }\n            ]\n        }\n    ];\n\n    return {\n        aliases: ['nc'],\n        // Some implementations (CNC controls) of G-code are interoperable with uppercase and lowercase letters seamlessly.\n        // However, most prefer all uppercase and uppercase is customary.\n        case_insensitive: true,\n        lexemes: GCODE_IDENT_RE,\n        keywords: GCODE_KEYWORDS,\n        contains: [\n            {\n                className: 'meta',\n                begin: GCODE_CLOSE_RE\n            },\n            GCODE_START\n        ].concat(GCODE_CODE)\n    };\n};","module.exports = function (hljs) {\n  return {\n    aliases: ['feature'],\n    keywords: 'Feature Background Ability Business\\ Need Scenario Scenarios Scenario\\ Outline Scenario\\ Template Examples Given And Then But When',\n    contains: [\n      {\n        className: 'symbol',\n        begin: '\\\\*',\n        relevance: 0\n      },\n      {\n        className: 'meta',\n        begin: '@[^@\\\\s]+'\n      },\n      {\n        begin: '\\\\|', end: '\\\\|\\\\w*$',\n        contains: [\n          {\n            className: 'string',\n            begin: '[^|]+'\n          }\n        ]\n      },\n      {\n        className: 'variable',\n        begin: '<', end: '>'\n      },\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'string',\n        begin: '\"\"\"', end: '\"\"\"'\n      },\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        // Statements\n        'break continue discard do else for if return while switch case default ' +\n        // Qualifiers\n        'attribute binding buffer ccw centroid centroid varying coherent column_major const cw ' +\n        'depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing ' +\n        'flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant ' +\n        'invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y ' +\n        'local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left ' +\n        'out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f '+\n        'r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict ' +\n        'rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 ' +\n        'rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 ' +\n        'rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip ' +\n        'triangles triangles_adjacency uniform varying vertices volatile writeonly',\n      type:\n        'atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 ' +\n        'dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray ' +\n        'iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer' +\n        'iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray ' +\n        'image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray ' +\n        'isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D ' +\n        'isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 ' +\n        'mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray ' +\n        'sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow ' +\n        'sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D ' +\n        'samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow ' +\n        'image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect ' +\n        'uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray ' +\n        'usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D ' +\n        'samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void',\n      built_in:\n        // Constants\n        'gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes ' +\n        'gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms ' +\n        'gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers ' +\n        'gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits ' +\n        'gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize ' +\n        'gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters ' +\n        'gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors ' +\n        'gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers ' +\n        'gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents ' +\n        'gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits ' +\n        'gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents ' +\n        'gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset ' +\n        'gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms ' +\n        'gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits ' +\n        'gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents ' +\n        'gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters ' +\n        'gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents ' +\n        'gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents ' +\n        'gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits ' +\n        'gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors ' +\n        'gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms ' +\n        'gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits ' +\n        'gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset ' +\n        // Variables\n        'gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial ' +\n        'gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color ' +\n        'gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord ' +\n        'gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor ' +\n        'gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial ' +\n        'gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel ' +\n        'gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix ' +\n        'gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose ' +\n        'gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose ' +\n        'gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 ' +\n        'gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 ' +\n        'gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ ' +\n        'gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord ' +\n        'gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse ' +\n        'gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask ' +\n        'gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter ' +\n        'gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose ' +\n        'gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out ' +\n        // Functions\n        'EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin ' +\n        'asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement ' +\n        'atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier ' +\n        'bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross ' +\n        'dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB ' +\n        'floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan ' +\n        'greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap ' +\n        'imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad ' +\n        'imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset ' +\n        'interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log ' +\n        'log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer ' +\n        'memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 ' +\n        'normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 ' +\n        'packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod ' +\n        'shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh ' +\n        'smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod ' +\n        'texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod ' +\n        'texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod ' +\n        'textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset ' +\n        'textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset ' +\n        'textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod ' +\n        'textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 ' +\n        'unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow',\n      literal: 'true false'\n    },\n    illegal: '\"',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var GML_KEYWORDS = {\n    keywords: 'begin end if then else while do for break continue with until ' +\n      'repeat exit and or xor not return mod div switch case default var ' +\n      'globalvar enum #macro #region #endregion',\n    built_in: 'is_real is_string is_array is_undefined is_int32 is_int64 ' +\n      'is_ptr is_vec3 is_vec4 is_matrix is_bool typeof ' +\n      'variable_global_exists variable_global_get variable_global_set ' +\n      'variable_instance_exists variable_instance_get variable_instance_set ' +\n      'variable_instance_get_names array_length_1d array_length_2d ' +\n      'array_height_2d array_equals array_create array_copy random ' +\n      'random_range irandom irandom_range random_set_seed random_get_seed ' +\n      'randomize randomise choose abs round floor ceil sign frac sqrt sqr ' +\n      'exp ln log2 log10 sin cos tan arcsin arccos arctan arctan2 dsin dcos ' +\n      'dtan darcsin darccos darctan darctan2 degtorad radtodeg power logn ' +\n      'min max mean median clamp lerp dot_product dot_product_3d ' +\n      'dot_product_normalised dot_product_3d_normalised ' +\n      'dot_product_normalized dot_product_3d_normalized math_set_epsilon ' +\n      'math_get_epsilon angle_difference point_distance_3d point_distance ' +\n      'point_direction lengthdir_x lengthdir_y real string int64 ptr ' +\n      'string_format chr ansi_char ord string_length string_byte_length ' +\n      'string_pos string_copy string_char_at string_ord_at string_byte_at ' +\n      'string_set_byte_at string_delete string_insert string_lower ' +\n      'string_upper string_repeat string_letters string_digits ' +\n      'string_lettersdigits string_replace string_replace_all string_count ' +\n      'string_hash_to_newline clipboard_has_text clipboard_set_text ' +\n      'clipboard_get_text date_current_datetime date_create_datetime ' +\n      'date_valid_datetime date_inc_year date_inc_month date_inc_week ' +\n      'date_inc_day date_inc_hour date_inc_minute date_inc_second ' +\n      'date_get_year date_get_month date_get_week date_get_day ' +\n      'date_get_hour date_get_minute date_get_second date_get_weekday ' +\n      'date_get_day_of_year date_get_hour_of_year date_get_minute_of_year ' +\n      'date_get_second_of_year date_year_span date_month_span ' +\n      'date_week_span date_day_span date_hour_span date_minute_span ' +\n      'date_second_span date_compare_datetime date_compare_date ' +\n      'date_compare_time date_date_of date_time_of date_datetime_string ' +\n      'date_date_string date_time_string date_days_in_month ' +\n      'date_days_in_year date_leap_year date_is_today date_set_timezone ' +\n      'date_get_timezone game_set_speed game_get_speed motion_set ' +\n      'motion_add place_free place_empty place_meeting place_snapped ' +\n      'move_random move_snap move_towards_point move_contact_solid ' +\n      'move_contact_all move_outside_solid move_outside_all ' +\n      'move_bounce_solid move_bounce_all move_wrap distance_to_point ' +\n      'distance_to_object position_empty position_meeting path_start ' +\n      'path_end mp_linear_step mp_potential_step mp_linear_step_object ' +\n      'mp_potential_step_object mp_potential_settings mp_linear_path ' +\n      'mp_potential_path mp_linear_path_object mp_potential_path_object ' +\n      'mp_grid_create mp_grid_destroy mp_grid_clear_all mp_grid_clear_cell ' +\n      'mp_grid_clear_rectangle mp_grid_add_cell mp_grid_get_cell ' +\n      'mp_grid_add_rectangle mp_grid_add_instances mp_grid_path ' +\n      'mp_grid_draw mp_grid_to_ds_grid collision_point collision_rectangle ' +\n      'collision_circle collision_ellipse collision_line ' +\n      'collision_point_list collision_rectangle_list collision_circle_list ' +\n      'collision_ellipse_list collision_line_list instance_position_list ' +\n      'instance_place_list point_in_rectangle ' +\n      'point_in_triangle point_in_circle rectangle_in_rectangle ' +\n      'rectangle_in_triangle rectangle_in_circle instance_find ' +\n      'instance_exists instance_number instance_position instance_nearest ' +\n      'instance_furthest instance_place instance_create_depth ' +\n      'instance_create_layer instance_copy instance_change instance_destroy ' +\n      'position_destroy position_change instance_id_get ' +\n      'instance_deactivate_all instance_deactivate_object ' +\n      'instance_deactivate_region instance_activate_all ' +\n      'instance_activate_object instance_activate_region room_goto ' +\n      'room_goto_previous room_goto_next room_previous room_next ' +\n      'room_restart game_end game_restart game_load game_save ' +\n      'game_save_buffer game_load_buffer event_perform event_user ' +\n      'event_perform_object event_inherited show_debug_message ' +\n      'show_debug_overlay debug_event debug_get_callstack alarm_get ' +\n      'alarm_set font_texture_page_size keyboard_set_map keyboard_get_map ' +\n      'keyboard_unset_map keyboard_check keyboard_check_pressed ' +\n      'keyboard_check_released keyboard_check_direct keyboard_get_numlock ' +\n      'keyboard_set_numlock keyboard_key_press keyboard_key_release ' +\n      'keyboard_clear io_clear mouse_check_button ' +\n      'mouse_check_button_pressed mouse_check_button_released ' +\n      'mouse_wheel_up mouse_wheel_down mouse_clear draw_self draw_sprite ' +\n      'draw_sprite_pos draw_sprite_ext draw_sprite_stretched ' +\n      'draw_sprite_stretched_ext draw_sprite_tiled draw_sprite_tiled_ext ' +\n      'draw_sprite_part draw_sprite_part_ext draw_sprite_general draw_clear ' +\n      'draw_clear_alpha draw_point draw_line draw_line_width draw_rectangle ' +\n      'draw_roundrect draw_roundrect_ext draw_triangle draw_circle ' +\n      'draw_ellipse draw_set_circle_precision draw_arrow draw_button ' +\n      'draw_path draw_healthbar draw_getpixel draw_getpixel_ext ' +\n      'draw_set_colour draw_set_color draw_set_alpha draw_get_colour ' +\n      'draw_get_color draw_get_alpha merge_colour make_colour_rgb ' +\n      'make_colour_hsv colour_get_red colour_get_green colour_get_blue ' +\n      'colour_get_hue colour_get_saturation colour_get_value merge_color ' +\n      'make_color_rgb make_color_hsv color_get_red color_get_green ' +\n      'color_get_blue color_get_hue color_get_saturation color_get_value ' +\n      'merge_color screen_save screen_save_part draw_set_font ' +\n      'draw_set_halign draw_set_valign draw_text draw_text_ext string_width ' +\n      'string_height string_width_ext string_height_ext ' +\n      'draw_text_transformed draw_text_ext_transformed draw_text_colour ' +\n      'draw_text_ext_colour draw_text_transformed_colour ' +\n      'draw_text_ext_transformed_colour draw_text_color draw_text_ext_color ' +\n      'draw_text_transformed_color draw_text_ext_transformed_color ' +\n      'draw_point_colour draw_line_colour draw_line_width_colour ' +\n      'draw_rectangle_colour draw_roundrect_colour ' +\n      'draw_roundrect_colour_ext draw_triangle_colour draw_circle_colour ' +\n      'draw_ellipse_colour draw_point_color draw_line_color ' +\n      'draw_line_width_color draw_rectangle_color draw_roundrect_color ' +\n      'draw_roundrect_color_ext draw_triangle_color draw_circle_color ' +\n      'draw_ellipse_color draw_primitive_begin draw_vertex ' +\n      'draw_vertex_colour draw_vertex_color draw_primitive_end ' +\n      'sprite_get_uvs font_get_uvs sprite_get_texture font_get_texture ' +\n      'texture_get_width texture_get_height texture_get_uvs ' +\n      'draw_primitive_begin_texture draw_vertex_texture ' +\n      'draw_vertex_texture_colour draw_vertex_texture_color ' +\n      'texture_global_scale surface_create surface_create_ext ' +\n      'surface_resize surface_free surface_exists surface_get_width ' +\n      'surface_get_height surface_get_texture surface_set_target ' +\n      'surface_set_target_ext surface_reset_target surface_depth_disable ' +\n      'surface_get_depth_disable draw_surface draw_surface_stretched ' +\n      'draw_surface_tiled draw_surface_part draw_surface_ext ' +\n      'draw_surface_stretched_ext draw_surface_tiled_ext ' +\n      'draw_surface_part_ext draw_surface_general surface_getpixel ' +\n      'surface_getpixel_ext surface_save surface_save_part surface_copy ' +\n      'surface_copy_part application_surface_draw_enable ' +\n      'application_get_position application_surface_enable ' +\n      'application_surface_is_enabled display_get_width display_get_height ' +\n      'display_get_orientation display_get_gui_width display_get_gui_height ' +\n      'display_reset display_mouse_get_x display_mouse_get_y ' +\n      'display_mouse_set display_set_ui_visibility ' +\n      'window_set_fullscreen window_get_fullscreen ' +\n      'window_set_caption window_set_min_width window_set_max_width ' +\n      'window_set_min_height window_set_max_height window_get_visible_rects ' +\n      'window_get_caption window_set_cursor window_get_cursor ' +\n      'window_set_colour window_get_colour window_set_color ' +\n      'window_get_color window_set_position window_set_size ' +\n      'window_set_rectangle window_center window_get_x window_get_y ' +\n      'window_get_width window_get_height window_mouse_get_x ' +\n      'window_mouse_get_y window_mouse_set window_view_mouse_get_x ' +\n      'window_view_mouse_get_y window_views_mouse_get_x ' +\n      'window_views_mouse_get_y audio_listener_position ' +\n      'audio_listener_velocity audio_listener_orientation ' +\n      'audio_emitter_position audio_emitter_create audio_emitter_free ' +\n      'audio_emitter_exists audio_emitter_pitch audio_emitter_velocity ' +\n      'audio_emitter_falloff audio_emitter_gain audio_play_sound ' +\n      'audio_play_sound_on audio_play_sound_at audio_stop_sound ' +\n      'audio_resume_music audio_music_is_playing audio_resume_sound ' +\n      'audio_pause_sound audio_pause_music audio_channel_num ' +\n      'audio_sound_length audio_get_type audio_falloff_set_model ' +\n      'audio_play_music audio_stop_music audio_master_gain audio_music_gain ' +\n      'audio_sound_gain audio_sound_pitch audio_stop_all audio_resume_all ' +\n      'audio_pause_all audio_is_playing audio_is_paused audio_exists ' +\n      'audio_sound_set_track_position audio_sound_get_track_position ' +\n      'audio_emitter_get_gain audio_emitter_get_pitch audio_emitter_get_x ' +\n      'audio_emitter_get_y audio_emitter_get_z audio_emitter_get_vx ' +\n      'audio_emitter_get_vy audio_emitter_get_vz ' +\n      'audio_listener_set_position audio_listener_set_velocity ' +\n      'audio_listener_set_orientation audio_listener_get_data ' +\n      'audio_set_master_gain audio_get_master_gain audio_sound_get_gain ' +\n      'audio_sound_get_pitch audio_get_name audio_sound_set_track_position ' +\n      'audio_sound_get_track_position audio_create_stream ' +\n      'audio_destroy_stream audio_create_sync_group ' +\n      'audio_destroy_sync_group audio_play_in_sync_group ' +\n      'audio_start_sync_group audio_stop_sync_group audio_pause_sync_group ' +\n      'audio_resume_sync_group audio_sync_group_get_track_pos ' +\n      'audio_sync_group_debug audio_sync_group_is_playing audio_debug ' +\n      'audio_group_load audio_group_unload audio_group_is_loaded ' +\n      'audio_group_load_progress audio_group_name audio_group_stop_all ' +\n      'audio_group_set_gain audio_create_buffer_sound ' +\n      'audio_free_buffer_sound audio_create_play_queue ' +\n      'audio_free_play_queue audio_queue_sound audio_get_recorder_count ' +\n      'audio_get_recorder_info audio_start_recording audio_stop_recording ' +\n      'audio_sound_get_listener_mask audio_emitter_get_listener_mask ' +\n      'audio_get_listener_mask audio_sound_set_listener_mask ' +\n      'audio_emitter_set_listener_mask audio_set_listener_mask ' +\n      'audio_get_listener_count audio_get_listener_info audio_system ' +\n      'show_message show_message_async clickable_add clickable_add_ext ' +\n      'clickable_change clickable_change_ext clickable_delete ' +\n      'clickable_exists clickable_set_style show_question ' +\n      'show_question_async get_integer get_string get_integer_async ' +\n      'get_string_async get_login_async get_open_filename get_save_filename ' +\n      'get_open_filename_ext get_save_filename_ext show_error ' +\n      'highscore_clear highscore_add highscore_value highscore_name ' +\n      'draw_highscore sprite_exists sprite_get_name sprite_get_number ' +\n      'sprite_get_width sprite_get_height sprite_get_xoffset ' +\n      'sprite_get_yoffset sprite_get_bbox_left sprite_get_bbox_right ' +\n      'sprite_get_bbox_top sprite_get_bbox_bottom sprite_save ' +\n      'sprite_save_strip sprite_set_cache_size sprite_set_cache_size_ext ' +\n      'sprite_get_tpe sprite_prefetch sprite_prefetch_multi sprite_flush ' +\n      'sprite_flush_multi sprite_set_speed sprite_get_speed_type ' +\n      'sprite_get_speed font_exists font_get_name font_get_fontname ' +\n      'font_get_bold font_get_italic font_get_first font_get_last ' +\n      'font_get_size font_set_cache_size path_exists path_get_name ' +\n      'path_get_length path_get_time path_get_kind path_get_closed ' +\n      'path_get_precision path_get_number path_get_point_x path_get_point_y ' +\n      'path_get_point_speed path_get_x path_get_y path_get_speed ' +\n      'script_exists script_get_name timeline_add timeline_delete ' +\n      'timeline_clear timeline_exists timeline_get_name ' +\n      'timeline_moment_clear timeline_moment_add_script timeline_size ' +\n      'timeline_max_moment object_exists object_get_name object_get_sprite ' +\n      'object_get_solid object_get_visible object_get_persistent ' +\n      'object_get_mask object_get_parent object_get_physics ' +\n      'object_is_ancestor room_exists room_get_name sprite_set_offset ' +\n      'sprite_duplicate sprite_assign sprite_merge sprite_add ' +\n      'sprite_replace sprite_create_from_surface sprite_add_from_surface ' +\n      'sprite_delete sprite_set_alpha_from_sprite sprite_collision_mask ' +\n      'font_add_enable_aa font_add_get_enable_aa font_add font_add_sprite ' +\n      'font_add_sprite_ext font_replace font_replace_sprite ' +\n      'font_replace_sprite_ext font_delete path_set_kind path_set_closed ' +\n      'path_set_precision path_add path_assign path_duplicate path_append ' +\n      'path_delete path_add_point path_insert_point path_change_point ' +\n      'path_delete_point path_clear_points path_reverse path_mirror ' +\n      'path_flip path_rotate path_rescale path_shift script_execute ' +\n      'object_set_sprite object_set_solid object_set_visible ' +\n      'object_set_persistent object_set_mask room_set_width room_set_height ' +\n      'room_set_persistent room_set_background_colour ' +\n      'room_set_background_color room_set_view room_set_viewport ' +\n      'room_get_viewport room_set_view_enabled room_add room_duplicate ' +\n      'room_assign room_instance_add room_instance_clear room_get_camera ' +\n      'room_set_camera asset_get_index asset_get_type ' +\n      'file_text_open_from_string file_text_open_read file_text_open_write ' +\n      'file_text_open_append file_text_close file_text_write_string ' +\n      'file_text_write_real file_text_writeln file_text_read_string ' +\n      'file_text_read_real file_text_readln file_text_eof file_text_eoln ' +\n      'file_exists file_delete file_rename file_copy directory_exists ' +\n      'directory_create directory_destroy file_find_first file_find_next ' +\n      'file_find_close file_attributes filename_name filename_path ' +\n      'filename_dir filename_drive filename_ext filename_change_ext ' +\n      'file_bin_open file_bin_rewrite file_bin_close file_bin_position ' +\n      'file_bin_size file_bin_seek file_bin_write_byte file_bin_read_byte ' +\n      'parameter_count parameter_string environment_get_variable ' +\n      'ini_open_from_string ini_open ini_close ini_read_string ' +\n      'ini_read_real ini_write_string ini_write_real ini_key_exists ' +\n      'ini_section_exists ini_key_delete ini_section_delete ' +\n      'ds_set_precision ds_exists ds_stack_create ds_stack_destroy ' +\n      'ds_stack_clear ds_stack_copy ds_stack_size ds_stack_empty ' +\n      'ds_stack_push ds_stack_pop ds_stack_top ds_stack_write ds_stack_read ' +\n      'ds_queue_create ds_queue_destroy ds_queue_clear ds_queue_copy ' +\n      'ds_queue_size ds_queue_empty ds_queue_enqueue ds_queue_dequeue ' +\n      'ds_queue_head ds_queue_tail ds_queue_write ds_queue_read ' +\n      'ds_list_create ds_list_destroy ds_list_clear ds_list_copy ' +\n      'ds_list_size ds_list_empty ds_list_add ds_list_insert ' +\n      'ds_list_replace ds_list_delete ds_list_find_index ds_list_find_value ' +\n      'ds_list_mark_as_list ds_list_mark_as_map ds_list_sort ' +\n      'ds_list_shuffle ds_list_write ds_list_read ds_list_set ds_map_create ' +\n      'ds_map_destroy ds_map_clear ds_map_copy ds_map_size ds_map_empty ' +\n      'ds_map_add ds_map_add_list ds_map_add_map ds_map_replace ' +\n      'ds_map_replace_map ds_map_replace_list ds_map_delete ds_map_exists ' +\n      'ds_map_find_value ds_map_find_previous ds_map_find_next ' +\n      'ds_map_find_first ds_map_find_last ds_map_write ds_map_read ' +\n      'ds_map_secure_save ds_map_secure_load ds_map_secure_load_buffer ' +\n      'ds_map_secure_save_buffer ds_map_set ds_priority_create ' +\n      'ds_priority_destroy ds_priority_clear ds_priority_copy ' +\n      'ds_priority_size ds_priority_empty ds_priority_add ' +\n      'ds_priority_change_priority ds_priority_find_priority ' +\n      'ds_priority_delete_value ds_priority_delete_min ds_priority_find_min ' +\n      'ds_priority_delete_max ds_priority_find_max ds_priority_write ' +\n      'ds_priority_read ds_grid_create ds_grid_destroy ds_grid_copy ' +\n      'ds_grid_resize ds_grid_width ds_grid_height ds_grid_clear ' +\n      'ds_grid_set ds_grid_add ds_grid_multiply ds_grid_set_region ' +\n      'ds_grid_add_region ds_grid_multiply_region ds_grid_set_disk ' +\n      'ds_grid_add_disk ds_grid_multiply_disk ds_grid_set_grid_region ' +\n      'ds_grid_add_grid_region ds_grid_multiply_grid_region ds_grid_get ' +\n      'ds_grid_get_sum ds_grid_get_max ds_grid_get_min ds_grid_get_mean ' +\n      'ds_grid_get_disk_sum ds_grid_get_disk_min ds_grid_get_disk_max ' +\n      'ds_grid_get_disk_mean ds_grid_value_exists ds_grid_value_x ' +\n      'ds_grid_value_y ds_grid_value_disk_exists ds_grid_value_disk_x ' +\n      'ds_grid_value_disk_y ds_grid_shuffle ds_grid_write ds_grid_read ' +\n      'ds_grid_sort ds_grid_set ds_grid_get effect_create_below ' +\n      'effect_create_above effect_clear part_type_create part_type_destroy ' +\n      'part_type_exists part_type_clear part_type_shape part_type_sprite ' +\n      'part_type_size part_type_scale part_type_orientation part_type_life ' +\n      'part_type_step part_type_death part_type_speed part_type_direction ' +\n      'part_type_gravity part_type_colour1 part_type_colour2 ' +\n      'part_type_colour3 part_type_colour_mix part_type_colour_rgb ' +\n      'part_type_colour_hsv part_type_color1 part_type_color2 ' +\n      'part_type_color3 part_type_color_mix part_type_color_rgb ' +\n      'part_type_color_hsv part_type_alpha1 part_type_alpha2 ' +\n      'part_type_alpha3 part_type_blend part_system_create ' +\n      'part_system_create_layer part_system_destroy part_system_exists ' +\n      'part_system_clear part_system_draw_order part_system_depth ' +\n      'part_system_position part_system_automatic_update ' +\n      'part_system_automatic_draw part_system_update part_system_drawit ' +\n      'part_system_get_layer part_system_layer part_particles_create ' +\n      'part_particles_create_colour part_particles_create_color ' +\n      'part_particles_clear part_particles_count part_emitter_create ' +\n      'part_emitter_destroy part_emitter_destroy_all part_emitter_exists ' +\n      'part_emitter_clear part_emitter_region part_emitter_burst ' +\n      'part_emitter_stream external_call external_define external_free ' +\n      'window_handle window_device matrix_get matrix_set ' +\n      'matrix_build_identity matrix_build matrix_build_lookat ' +\n      'matrix_build_projection_ortho matrix_build_projection_perspective ' +\n      'matrix_build_projection_perspective_fov matrix_multiply ' +\n      'matrix_transform_vertex matrix_stack_push matrix_stack_pop ' +\n      'matrix_stack_multiply matrix_stack_set matrix_stack_clear ' +\n      'matrix_stack_top matrix_stack_is_empty browser_input_capture ' +\n      'os_get_config os_get_info os_get_language os_get_region ' +\n      'os_lock_orientation display_get_dpi_x display_get_dpi_y ' +\n      'display_set_gui_size display_set_gui_maximise ' +\n      'display_set_gui_maximize device_mouse_dbclick_enable ' +\n      'display_set_timing_method display_get_timing_method ' +\n      'display_set_sleep_margin display_get_sleep_margin virtual_key_add ' +\n      'virtual_key_hide virtual_key_delete virtual_key_show ' +\n      'draw_enable_drawevent draw_enable_swf_aa draw_set_swf_aa_level ' +\n      'draw_get_swf_aa_level draw_texture_flush draw_flush ' +\n      'gpu_set_blendenable gpu_set_ztestenable gpu_set_zfunc ' +\n      'gpu_set_zwriteenable gpu_set_lightingenable gpu_set_fog ' +\n      'gpu_set_cullmode gpu_set_blendmode gpu_set_blendmode_ext ' +\n      'gpu_set_blendmode_ext_sepalpha gpu_set_colorwriteenable ' +\n      'gpu_set_colourwriteenable gpu_set_alphatestenable ' +\n      'gpu_set_alphatestref gpu_set_alphatestfunc gpu_set_texfilter ' +\n      'gpu_set_texfilter_ext gpu_set_texrepeat gpu_set_texrepeat_ext ' +\n      'gpu_set_tex_filter gpu_set_tex_filter_ext gpu_set_tex_repeat ' +\n      'gpu_set_tex_repeat_ext gpu_set_tex_mip_filter ' +\n      'gpu_set_tex_mip_filter_ext gpu_set_tex_mip_bias ' +\n      'gpu_set_tex_mip_bias_ext gpu_set_tex_min_mip gpu_set_tex_min_mip_ext ' +\n      'gpu_set_tex_max_mip gpu_set_tex_max_mip_ext gpu_set_tex_max_aniso ' +\n      'gpu_set_tex_max_aniso_ext gpu_set_tex_mip_enable ' +\n      'gpu_set_tex_mip_enable_ext gpu_get_blendenable gpu_get_ztestenable ' +\n      'gpu_get_zfunc gpu_get_zwriteenable gpu_get_lightingenable ' +\n      'gpu_get_fog gpu_get_cullmode gpu_get_blendmode gpu_get_blendmode_ext ' +\n      'gpu_get_blendmode_ext_sepalpha gpu_get_blendmode_src ' +\n      'gpu_get_blendmode_dest gpu_get_blendmode_srcalpha ' +\n      'gpu_get_blendmode_destalpha gpu_get_colorwriteenable ' +\n      'gpu_get_colourwriteenable gpu_get_alphatestenable ' +\n      'gpu_get_alphatestref gpu_get_alphatestfunc gpu_get_texfilter ' +\n      'gpu_get_texfilter_ext gpu_get_texrepeat gpu_get_texrepeat_ext ' +\n      'gpu_get_tex_filter gpu_get_tex_filter_ext gpu_get_tex_repeat ' +\n      'gpu_get_tex_repeat_ext gpu_get_tex_mip_filter ' +\n      'gpu_get_tex_mip_filter_ext gpu_get_tex_mip_bias ' +\n      'gpu_get_tex_mip_bias_ext gpu_get_tex_min_mip gpu_get_tex_min_mip_ext ' +\n      'gpu_get_tex_max_mip gpu_get_tex_max_mip_ext gpu_get_tex_max_aniso ' +\n      'gpu_get_tex_max_aniso_ext gpu_get_tex_mip_enable ' +\n      'gpu_get_tex_mip_enable_ext gpu_push_state gpu_pop_state ' +\n      'gpu_get_state gpu_set_state draw_light_define_ambient ' +\n      'draw_light_define_direction draw_light_define_point ' +\n      'draw_light_enable draw_set_lighting draw_light_get_ambient ' +\n      'draw_light_get draw_get_lighting shop_leave_rating url_get_domain ' +\n      'url_open url_open_ext url_open_full get_timer achievement_login ' +\n      'achievement_logout achievement_post achievement_increment ' +\n      'achievement_post_score achievement_available ' +\n      'achievement_show_achievements achievement_show_leaderboards ' +\n      'achievement_load_friends achievement_load_leaderboard ' +\n      'achievement_send_challenge achievement_load_progress ' +\n      'achievement_reset achievement_login_status achievement_get_pic ' +\n      'achievement_show_challenge_notifications achievement_get_challenges ' +\n      'achievement_event achievement_show achievement_get_info ' +\n      'cloud_file_save cloud_string_save cloud_synchronise ads_enable ' +\n      'ads_disable ads_setup ads_engagement_launch ads_engagement_available ' +\n      'ads_engagement_active ads_event ads_event_preload ' +\n      'ads_set_reward_callback ads_get_display_height ads_get_display_width ' +\n      'ads_move ads_interstitial_available ads_interstitial_display ' +\n      'device_get_tilt_x device_get_tilt_y device_get_tilt_z ' +\n      'device_is_keypad_open device_mouse_check_button ' +\n      'device_mouse_check_button_pressed device_mouse_check_button_released ' +\n      'device_mouse_x device_mouse_y device_mouse_raw_x device_mouse_raw_y ' +\n      'device_mouse_x_to_gui device_mouse_y_to_gui iap_activate iap_status ' +\n      'iap_enumerate_products iap_restore_all iap_acquire iap_consume ' +\n      'iap_product_details iap_purchase_details facebook_init ' +\n      'facebook_login facebook_status facebook_graph_request ' +\n      'facebook_dialog facebook_logout facebook_launch_offerwall ' +\n      'facebook_post_message facebook_send_invite facebook_user_id ' +\n      'facebook_accesstoken facebook_check_permission ' +\n      'facebook_request_read_permissions ' +\n      'facebook_request_publish_permissions gamepad_is_supported ' +\n      'gamepad_get_device_count gamepad_is_connected ' +\n      'gamepad_get_description gamepad_get_button_threshold ' +\n      'gamepad_set_button_threshold gamepad_get_axis_deadzone ' +\n      'gamepad_set_axis_deadzone gamepad_button_count gamepad_button_check ' +\n      'gamepad_button_check_pressed gamepad_button_check_released ' +\n      'gamepad_button_value gamepad_axis_count gamepad_axis_value ' +\n      'gamepad_set_vibration gamepad_set_colour gamepad_set_color ' +\n      'os_is_paused window_has_focus code_is_compiled http_get ' +\n      'http_get_file http_post_string http_request json_encode json_decode ' +\n      'zip_unzip load_csv base64_encode base64_decode md5_string_unicode ' +\n      'md5_string_utf8 md5_file os_is_network_connected sha1_string_unicode ' +\n      'sha1_string_utf8 sha1_file os_powersave_enable analytics_event ' +\n      'analytics_event_ext win8_livetile_tile_notification ' +\n      'win8_livetile_tile_clear win8_livetile_badge_notification ' +\n      'win8_livetile_badge_clear win8_livetile_queue_enable ' +\n      'win8_secondarytile_pin win8_secondarytile_badge_notification ' +\n      'win8_secondarytile_delete win8_livetile_notification_begin ' +\n      'win8_livetile_notification_secondary_begin ' +\n      'win8_livetile_notification_expiry win8_livetile_notification_tag ' +\n      'win8_livetile_notification_text_add ' +\n      'win8_livetile_notification_image_add win8_livetile_notification_end ' +\n      'win8_appbar_enable win8_appbar_add_element ' +\n      'win8_appbar_remove_element win8_settingscharm_add_entry ' +\n      'win8_settingscharm_add_html_entry win8_settingscharm_add_xaml_entry ' +\n      'win8_settingscharm_set_xaml_property ' +\n      'win8_settingscharm_get_xaml_property win8_settingscharm_remove_entry ' +\n      'win8_share_image win8_share_screenshot win8_share_file ' +\n      'win8_share_url win8_share_text win8_search_enable ' +\n      'win8_search_disable win8_search_add_suggestions ' +\n      'win8_device_touchscreen_available win8_license_initialize_sandbox ' +\n      'win8_license_trial_version winphone_license_trial_version ' +\n      'winphone_tile_title winphone_tile_count winphone_tile_back_title ' +\n      'winphone_tile_back_content winphone_tile_back_content_wide ' +\n      'winphone_tile_front_image winphone_tile_front_image_small ' +\n      'winphone_tile_front_image_wide winphone_tile_back_image ' +\n      'winphone_tile_back_image_wide winphone_tile_background_colour ' +\n      'winphone_tile_background_color winphone_tile_icon_image ' +\n      'winphone_tile_small_icon_image winphone_tile_wide_content ' +\n      'winphone_tile_cycle_images winphone_tile_small_background_image ' +\n      'physics_world_create physics_world_gravity ' +\n      'physics_world_update_speed physics_world_update_iterations ' +\n      'physics_world_draw_debug physics_pause_enable physics_fixture_create ' +\n      'physics_fixture_set_kinematic physics_fixture_set_density ' +\n      'physics_fixture_set_awake physics_fixture_set_restitution ' +\n      'physics_fixture_set_friction physics_fixture_set_collision_group ' +\n      'physics_fixture_set_sensor physics_fixture_set_linear_damping ' +\n      'physics_fixture_set_angular_damping physics_fixture_set_circle_shape ' +\n      'physics_fixture_set_box_shape physics_fixture_set_edge_shape ' +\n      'physics_fixture_set_polygon_shape physics_fixture_set_chain_shape ' +\n      'physics_fixture_add_point physics_fixture_bind ' +\n      'physics_fixture_bind_ext physics_fixture_delete physics_apply_force ' +\n      'physics_apply_impulse physics_apply_angular_impulse ' +\n      'physics_apply_local_force physics_apply_local_impulse ' +\n      'physics_apply_torque physics_mass_properties physics_draw_debug ' +\n      'physics_test_overlap physics_remove_fixture physics_set_friction ' +\n      'physics_set_density physics_set_restitution physics_get_friction ' +\n      'physics_get_density physics_get_restitution ' +\n      'physics_joint_distance_create physics_joint_rope_create ' +\n      'physics_joint_revolute_create physics_joint_prismatic_create ' +\n      'physics_joint_pulley_create physics_joint_wheel_create ' +\n      'physics_joint_weld_create physics_joint_friction_create ' +\n      'physics_joint_gear_create physics_joint_enable_motor ' +\n      'physics_joint_get_value physics_joint_set_value physics_joint_delete ' +\n      'physics_particle_create physics_particle_delete ' +\n      'physics_particle_delete_region_circle ' +\n      'physics_particle_delete_region_box ' +\n      'physics_particle_delete_region_poly physics_particle_set_flags ' +\n      'physics_particle_set_category_flags physics_particle_draw ' +\n      'physics_particle_draw_ext physics_particle_count ' +\n      'physics_particle_get_data physics_particle_get_data_particle ' +\n      'physics_particle_group_begin physics_particle_group_circle ' +\n      'physics_particle_group_box physics_particle_group_polygon ' +\n      'physics_particle_group_add_point physics_particle_group_end ' +\n      'physics_particle_group_join physics_particle_group_delete ' +\n      'physics_particle_group_count physics_particle_group_get_data ' +\n      'physics_particle_group_get_mass physics_particle_group_get_inertia ' +\n      'physics_particle_group_get_centre_x ' +\n      'physics_particle_group_get_centre_y physics_particle_group_get_vel_x ' +\n      'physics_particle_group_get_vel_y physics_particle_group_get_ang_vel ' +\n      'physics_particle_group_get_x physics_particle_group_get_y ' +\n      'physics_particle_group_get_angle physics_particle_set_group_flags ' +\n      'physics_particle_get_group_flags physics_particle_get_max_count ' +\n      'physics_particle_get_radius physics_particle_get_density ' +\n      'physics_particle_get_damping physics_particle_get_gravity_scale ' +\n      'physics_particle_set_max_count physics_particle_set_radius ' +\n      'physics_particle_set_density physics_particle_set_damping ' +\n      'physics_particle_set_gravity_scale network_create_socket ' +\n      'network_create_socket_ext network_create_server ' +\n      'network_create_server_raw network_connect network_connect_raw ' +\n      'network_send_packet network_send_raw network_send_broadcast ' +\n      'network_send_udp network_send_udp_raw network_set_timeout ' +\n      'network_set_config network_resolve network_destroy buffer_create ' +\n      'buffer_write buffer_read buffer_seek buffer_get_surface ' +\n      'buffer_set_surface buffer_delete buffer_exists buffer_get_type ' +\n      'buffer_get_alignment buffer_poke buffer_peek buffer_save ' +\n      'buffer_save_ext buffer_load buffer_load_ext buffer_load_partial ' +\n      'buffer_copy buffer_fill buffer_get_size buffer_tell buffer_resize ' +\n      'buffer_md5 buffer_sha1 buffer_base64_encode buffer_base64_decode ' +\n      'buffer_base64_decode_ext buffer_sizeof buffer_get_address ' +\n      'buffer_create_from_vertex_buffer ' +\n      'buffer_create_from_vertex_buffer_ext buffer_copy_from_vertex_buffer ' +\n      'buffer_async_group_begin buffer_async_group_option ' +\n      'buffer_async_group_end buffer_load_async buffer_save_async ' +\n      'gml_release_mode gml_pragma steam_activate_overlay ' +\n      'steam_is_overlay_enabled steam_is_overlay_activated ' +\n      'steam_get_persona_name steam_initialised ' +\n      'steam_is_cloud_enabled_for_app steam_is_cloud_enabled_for_account ' +\n      'steam_file_persisted steam_get_quota_total steam_get_quota_free ' +\n      'steam_file_write steam_file_write_file steam_file_read ' +\n      'steam_file_delete steam_file_exists steam_file_size steam_file_share ' +\n      'steam_is_screenshot_requested steam_send_screenshot ' +\n      'steam_is_user_logged_on steam_get_user_steam_id steam_user_owns_dlc ' +\n      'steam_user_installed_dlc steam_set_achievement steam_get_achievement ' +\n      'steam_clear_achievement steam_set_stat_int steam_set_stat_float ' +\n      'steam_set_stat_avg_rate steam_get_stat_int steam_get_stat_float ' +\n      'steam_get_stat_avg_rate steam_reset_all_stats ' +\n      'steam_reset_all_stats_achievements steam_stats_ready ' +\n      'steam_create_leaderboard steam_upload_score steam_upload_score_ext ' +\n      'steam_download_scores_around_user steam_download_scores ' +\n      'steam_download_friends_scores steam_upload_score_buffer ' +\n      'steam_upload_score_buffer_ext steam_current_game_language ' +\n      'steam_available_languages steam_activate_overlay_browser ' +\n      'steam_activate_overlay_user steam_activate_overlay_store ' +\n      'steam_get_user_persona_name steam_get_app_id ' +\n      'steam_get_user_account_id steam_ugc_download steam_ugc_create_item ' +\n      'steam_ugc_start_item_update steam_ugc_set_item_title ' +\n      'steam_ugc_set_item_description steam_ugc_set_item_visibility ' +\n      'steam_ugc_set_item_tags steam_ugc_set_item_content ' +\n      'steam_ugc_set_item_preview steam_ugc_submit_item_update ' +\n      'steam_ugc_get_item_update_progress steam_ugc_subscribe_item ' +\n      'steam_ugc_unsubscribe_item steam_ugc_num_subscribed_items ' +\n      'steam_ugc_get_subscribed_items steam_ugc_get_item_install_info ' +\n      'steam_ugc_get_item_update_info steam_ugc_request_item_details ' +\n      'steam_ugc_create_query_user steam_ugc_create_query_user_ex ' +\n      'steam_ugc_create_query_all steam_ugc_create_query_all_ex ' +\n      'steam_ugc_query_set_cloud_filename_filter ' +\n      'steam_ugc_query_set_match_any_tag steam_ugc_query_set_search_text ' +\n      'steam_ugc_query_set_ranked_by_trend_days ' +\n      'steam_ugc_query_add_required_tag steam_ugc_query_add_excluded_tag ' +\n      'steam_ugc_query_set_return_long_description ' +\n      'steam_ugc_query_set_return_total_only ' +\n      'steam_ugc_query_set_allow_cached_response steam_ugc_send_query ' +\n      'shader_set shader_get_name shader_reset shader_current ' +\n      'shader_is_compiled shader_get_sampler_index shader_get_uniform ' +\n      'shader_set_uniform_i shader_set_uniform_i_array shader_set_uniform_f ' +\n      'shader_set_uniform_f_array shader_set_uniform_matrix ' +\n      'shader_set_uniform_matrix_array shader_enable_corner_id ' +\n      'texture_set_stage texture_get_texel_width texture_get_texel_height ' +\n      'shaders_are_supported vertex_format_begin vertex_format_end ' +\n      'vertex_format_delete vertex_format_add_position ' +\n      'vertex_format_add_position_3d vertex_format_add_colour ' +\n      'vertex_format_add_color vertex_format_add_normal ' +\n      'vertex_format_add_texcoord vertex_format_add_textcoord ' +\n      'vertex_format_add_custom vertex_create_buffer ' +\n      'vertex_create_buffer_ext vertex_delete_buffer vertex_begin ' +\n      'vertex_end vertex_position vertex_position_3d vertex_colour ' +\n      'vertex_color vertex_argb vertex_texcoord vertex_normal vertex_float1 ' +\n      'vertex_float2 vertex_float3 vertex_float4 vertex_ubyte4 ' +\n      'vertex_submit vertex_freeze vertex_get_number vertex_get_buffer_size ' +\n      'vertex_create_buffer_from_buffer ' +\n      'vertex_create_buffer_from_buffer_ext push_local_notification ' +\n      'push_get_first_local_notification push_get_next_local_notification ' +\n      'push_cancel_local_notification skeleton_animation_set ' +\n      'skeleton_animation_get skeleton_animation_mix ' +\n      'skeleton_animation_set_ext skeleton_animation_get_ext ' +\n      'skeleton_animation_get_duration skeleton_animation_get_frames ' +\n      'skeleton_animation_clear skeleton_skin_set skeleton_skin_get ' +\n      'skeleton_attachment_set skeleton_attachment_get ' +\n      'skeleton_attachment_create skeleton_collision_draw_set ' +\n      'skeleton_bone_data_get skeleton_bone_data_set ' +\n      'skeleton_bone_state_get skeleton_bone_state_set skeleton_get_minmax ' +\n      'skeleton_get_num_bounds skeleton_get_bounds ' +\n      'skeleton_animation_get_frame skeleton_animation_set_frame ' +\n      'draw_skeleton draw_skeleton_time draw_skeleton_instance ' +\n      'draw_skeleton_collision skeleton_animation_list skeleton_skin_list ' +\n      'skeleton_slot_data layer_get_id layer_get_id_at_depth ' +\n      'layer_get_depth layer_create layer_destroy layer_destroy_instances ' +\n      'layer_add_instance layer_has_instance layer_set_visible ' +\n      'layer_get_visible layer_exists layer_x layer_y layer_get_x ' +\n      'layer_get_y layer_hspeed layer_vspeed layer_get_hspeed ' +\n      'layer_get_vspeed layer_script_begin layer_script_end layer_shader ' +\n      'layer_get_script_begin layer_get_script_end layer_get_shader ' +\n      'layer_set_target_room layer_get_target_room layer_reset_target_room ' +\n      'layer_get_all layer_get_all_elements layer_get_name layer_depth ' +\n      'layer_get_element_layer layer_get_element_type layer_element_move ' +\n      'layer_force_draw_depth layer_is_draw_depth_forced ' +\n      'layer_get_forced_depth layer_background_get_id ' +\n      'layer_background_exists layer_background_create ' +\n      'layer_background_destroy layer_background_visible ' +\n      'layer_background_change layer_background_sprite ' +\n      'layer_background_htiled layer_background_vtiled ' +\n      'layer_background_stretch layer_background_yscale ' +\n      'layer_background_xscale layer_background_blend ' +\n      'layer_background_alpha layer_background_index layer_background_speed ' +\n      'layer_background_get_visible layer_background_get_sprite ' +\n      'layer_background_get_htiled layer_background_get_vtiled ' +\n      'layer_background_get_stretch layer_background_get_yscale ' +\n      'layer_background_get_xscale layer_background_get_blend ' +\n      'layer_background_get_alpha layer_background_get_index ' +\n      'layer_background_get_speed layer_sprite_get_id layer_sprite_exists ' +\n      'layer_sprite_create layer_sprite_destroy layer_sprite_change ' +\n      'layer_sprite_index layer_sprite_speed layer_sprite_xscale ' +\n      'layer_sprite_yscale layer_sprite_angle layer_sprite_blend ' +\n      'layer_sprite_alpha layer_sprite_x layer_sprite_y ' +\n      'layer_sprite_get_sprite layer_sprite_get_index ' +\n      'layer_sprite_get_speed layer_sprite_get_xscale ' +\n      'layer_sprite_get_yscale layer_sprite_get_angle ' +\n      'layer_sprite_get_blend layer_sprite_get_alpha layer_sprite_get_x ' +\n      'layer_sprite_get_y layer_tilemap_get_id layer_tilemap_exists ' +\n      'layer_tilemap_create layer_tilemap_destroy tilemap_tileset tilemap_x ' +\n      'tilemap_y tilemap_set tilemap_set_at_pixel tilemap_get_tileset ' +\n      'tilemap_get_tile_width tilemap_get_tile_height tilemap_get_width ' +\n      'tilemap_get_height tilemap_get_x tilemap_get_y tilemap_get ' +\n      'tilemap_get_at_pixel tilemap_get_cell_x_at_pixel ' +\n      'tilemap_get_cell_y_at_pixel tilemap_clear draw_tilemap draw_tile ' +\n      'tilemap_set_global_mask tilemap_get_global_mask tilemap_set_mask ' +\n      'tilemap_get_mask tilemap_get_frame tile_set_empty tile_set_index ' +\n      'tile_set_flip tile_set_mirror tile_set_rotate tile_get_empty ' +\n      'tile_get_index tile_get_flip tile_get_mirror tile_get_rotate ' +\n      'layer_tile_exists layer_tile_create layer_tile_destroy ' +\n      'layer_tile_change layer_tile_xscale layer_tile_yscale ' +\n      'layer_tile_blend layer_tile_alpha layer_tile_x layer_tile_y ' +\n      'layer_tile_region layer_tile_visible layer_tile_get_sprite ' +\n      'layer_tile_get_xscale layer_tile_get_yscale layer_tile_get_blend ' +\n      'layer_tile_get_alpha layer_tile_get_x layer_tile_get_y ' +\n      'layer_tile_get_region layer_tile_get_visible ' +\n      'layer_instance_get_instance instance_activate_layer ' +\n      'instance_deactivate_layer camera_create camera_create_view ' +\n      'camera_destroy camera_apply camera_get_active camera_get_default ' +\n      'camera_set_default camera_set_view_mat camera_set_proj_mat ' +\n      'camera_set_update_script camera_set_begin_script ' +\n      'camera_set_end_script camera_set_view_pos camera_set_view_size ' +\n      'camera_set_view_speed camera_set_view_border camera_set_view_angle ' +\n      'camera_set_view_target camera_get_view_mat camera_get_proj_mat ' +\n      'camera_get_update_script camera_get_begin_script ' +\n      'camera_get_end_script camera_get_view_x camera_get_view_y ' +\n      'camera_get_view_width camera_get_view_height camera_get_view_speed_x ' +\n      'camera_get_view_speed_y camera_get_view_border_x ' +\n      'camera_get_view_border_y camera_get_view_angle ' +\n      'camera_get_view_target view_get_camera view_get_visible ' +\n      'view_get_xport view_get_yport view_get_wport view_get_hport ' +\n      'view_get_surface_id view_set_camera view_set_visible view_set_xport ' +\n      'view_set_yport view_set_wport view_set_hport view_set_surface_id ' +\n      'gesture_drag_time gesture_drag_distance gesture_flick_speed ' +\n      'gesture_double_tap_time gesture_double_tap_distance ' +\n      'gesture_pinch_distance gesture_pinch_angle_towards ' +\n      'gesture_pinch_angle_away gesture_rotate_time gesture_rotate_angle ' +\n      'gesture_tap_count gesture_get_drag_time gesture_get_drag_distance ' +\n      'gesture_get_flick_speed gesture_get_double_tap_time ' +\n      'gesture_get_double_tap_distance gesture_get_pinch_distance ' +\n      'gesture_get_pinch_angle_towards gesture_get_pinch_angle_away ' +\n      'gesture_get_rotate_time gesture_get_rotate_angle ' +\n      'gesture_get_tap_count keyboard_virtual_show keyboard_virtual_hide ' +\n      'keyboard_virtual_status keyboard_virtual_height',\n    literal: 'self other all noone global local undefined pointer_invalid ' +\n      'pointer_null path_action_stop path_action_restart ' +\n      'path_action_continue path_action_reverse true false pi GM_build_date ' +\n      'GM_version GM_runtime_version  timezone_local timezone_utc ' +\n      'gamespeed_fps gamespeed_microseconds  ev_create ev_destroy ev_step ' +\n      'ev_alarm ev_keyboard ev_mouse ev_collision ev_other ev_draw ' +\n      'ev_draw_begin ev_draw_end ev_draw_pre ev_draw_post ev_keypress ' +\n      'ev_keyrelease ev_trigger ev_left_button ev_right_button ' +\n      'ev_middle_button ev_no_button ev_left_press ev_right_press ' +\n      'ev_middle_press ev_left_release ev_right_release ev_middle_release ' +\n      'ev_mouse_enter ev_mouse_leave ev_mouse_wheel_up ev_mouse_wheel_down ' +\n      'ev_global_left_button ev_global_right_button ev_global_middle_button ' +\n      'ev_global_left_press ev_global_right_press ev_global_middle_press ' +\n      'ev_global_left_release ev_global_right_release ' +\n      'ev_global_middle_release ev_joystick1_left ev_joystick1_right ' +\n      'ev_joystick1_up ev_joystick1_down ev_joystick1_button1 ' +\n      'ev_joystick1_button2 ev_joystick1_button3 ev_joystick1_button4 ' +\n      'ev_joystick1_button5 ev_joystick1_button6 ev_joystick1_button7 ' +\n      'ev_joystick1_button8 ev_joystick2_left ev_joystick2_right ' +\n      'ev_joystick2_up ev_joystick2_down ev_joystick2_button1 ' +\n      'ev_joystick2_button2 ev_joystick2_button3 ev_joystick2_button4 ' +\n      'ev_joystick2_button5 ev_joystick2_button6 ev_joystick2_button7 ' +\n      'ev_joystick2_button8 ev_outside ev_boundary ev_game_start ' +\n      'ev_game_end ev_room_start ev_room_end ev_no_more_lives ' +\n      'ev_animation_end ev_end_of_path ev_no_more_health ev_close_button ' +\n      'ev_user0 ev_user1 ev_user2 ev_user3 ev_user4 ev_user5 ev_user6 ' +\n      'ev_user7 ev_user8 ev_user9 ev_user10 ev_user11 ev_user12 ev_user13 ' +\n      'ev_user14 ev_user15 ev_step_normal ev_step_begin ev_step_end ev_gui ' +\n      'ev_gui_begin ev_gui_end ev_cleanup ev_gesture ev_gesture_tap ' +\n      'ev_gesture_double_tap ev_gesture_drag_start ev_gesture_dragging ' +\n      'ev_gesture_drag_end ev_gesture_flick ev_gesture_pinch_start ' +\n      'ev_gesture_pinch_in ev_gesture_pinch_out ev_gesture_pinch_end ' +\n      'ev_gesture_rotate_start ev_gesture_rotating ev_gesture_rotate_end ' +\n      'ev_global_gesture_tap ev_global_gesture_double_tap ' +\n      'ev_global_gesture_drag_start ev_global_gesture_dragging ' +\n      'ev_global_gesture_drag_end ev_global_gesture_flick ' +\n      'ev_global_gesture_pinch_start ev_global_gesture_pinch_in ' +\n      'ev_global_gesture_pinch_out ev_global_gesture_pinch_end ' +\n      'ev_global_gesture_rotate_start ev_global_gesture_rotating ' +\n      'ev_global_gesture_rotate_end vk_nokey vk_anykey vk_enter vk_return ' +\n      'vk_shift vk_control vk_alt vk_escape vk_space vk_backspace vk_tab ' +\n      'vk_pause vk_printscreen vk_left vk_right vk_up vk_down vk_home ' +\n      'vk_end vk_delete vk_insert vk_pageup vk_pagedown vk_f1 vk_f2 vk_f3 ' +\n      'vk_f4 vk_f5 vk_f6 vk_f7 vk_f8 vk_f9 vk_f10 vk_f11 vk_f12 vk_numpad0 ' +\n      'vk_numpad1 vk_numpad2 vk_numpad3 vk_numpad4 vk_numpad5 vk_numpad6 ' +\n      'vk_numpad7 vk_numpad8 vk_numpad9 vk_divide vk_multiply vk_subtract ' +\n      'vk_add vk_decimal vk_lshift vk_lcontrol vk_lalt vk_rshift ' +\n      'vk_rcontrol vk_ralt  mb_any mb_none mb_left mb_right mb_middle ' +\n      'c_aqua c_black c_blue c_dkgray c_fuchsia c_gray c_green c_lime ' +\n      'c_ltgray c_maroon c_navy c_olive c_purple c_red c_silver c_teal ' +\n      'c_white c_yellow c_orange fa_left fa_center fa_right fa_top ' +\n      'fa_middle fa_bottom pr_pointlist pr_linelist pr_linestrip ' +\n      'pr_trianglelist pr_trianglestrip pr_trianglefan bm_complex bm_normal ' +\n      'bm_add bm_max bm_subtract bm_zero bm_one bm_src_colour ' +\n      'bm_inv_src_colour bm_src_color bm_inv_src_color bm_src_alpha ' +\n      'bm_inv_src_alpha bm_dest_alpha bm_inv_dest_alpha bm_dest_colour ' +\n      'bm_inv_dest_colour bm_dest_color bm_inv_dest_color bm_src_alpha_sat ' +\n      'tf_point tf_linear tf_anisotropic mip_off mip_on mip_markedonly ' +\n      'audio_falloff_none audio_falloff_inverse_distance ' +\n      'audio_falloff_inverse_distance_clamped audio_falloff_linear_distance ' +\n      'audio_falloff_linear_distance_clamped ' +\n      'audio_falloff_exponent_distance ' +\n      'audio_falloff_exponent_distance_clamped audio_old_system ' +\n      'audio_new_system audio_mono audio_stereo audio_3d cr_default cr_none ' +\n      'cr_arrow cr_cross cr_beam cr_size_nesw cr_size_ns cr_size_nwse ' +\n      'cr_size_we cr_uparrow cr_hourglass cr_drag cr_appstart cr_handpoint ' +\n      'cr_size_all spritespeed_framespersecond ' +\n      'spritespeed_framespergameframe asset_object asset_unknown ' +\n      'asset_sprite asset_sound asset_room asset_path asset_script ' +\n      'asset_font asset_timeline asset_tiles asset_shader fa_readonly ' +\n      'fa_hidden fa_sysfile fa_volumeid fa_directory fa_archive  ' +\n      'ds_type_map ds_type_list ds_type_stack ds_type_queue ds_type_grid ' +\n      'ds_type_priority ef_explosion ef_ring ef_ellipse ef_firework ' +\n      'ef_smoke ef_smokeup ef_star ef_spark ef_flare ef_cloud ef_rain ' +\n      'ef_snow pt_shape_pixel pt_shape_disk pt_shape_square pt_shape_line ' +\n      'pt_shape_star pt_shape_circle pt_shape_ring pt_shape_sphere ' +\n      'pt_shape_flare pt_shape_spark pt_shape_explosion pt_shape_cloud ' +\n      'pt_shape_smoke pt_shape_snow ps_distr_linear ps_distr_gaussian ' +\n      'ps_distr_invgaussian ps_shape_rectangle ps_shape_ellipse ' +\n      'ps_shape_diamond ps_shape_line ty_real ty_string dll_cdecl ' +\n      'dll_stdcall matrix_view matrix_projection matrix_world os_win32 ' +\n      'os_windows os_macosx os_ios os_android os_symbian os_linux ' +\n      'os_unknown os_winphone os_tizen os_win8native ' +\n      'os_wiiu os_3ds  os_psvita os_bb10 os_ps4 os_xboxone ' +\n      'os_ps3 os_xbox360 os_uwp os_tvos os_switch ' +\n      'browser_not_a_browser browser_unknown browser_ie browser_firefox ' +\n      'browser_chrome browser_safari browser_safari_mobile browser_opera ' +\n      'browser_tizen browser_edge browser_windows_store browser_ie_mobile  ' +\n      'device_ios_unknown device_ios_iphone device_ios_iphone_retina ' +\n      'device_ios_ipad device_ios_ipad_retina device_ios_iphone5 ' +\n      'device_ios_iphone6 device_ios_iphone6plus device_emulator ' +\n      'device_tablet display_landscape display_landscape_flipped ' +\n      'display_portrait display_portrait_flipped tm_sleep tm_countvsyncs ' +\n      'of_challenge_win of_challen ge_lose of_challenge_tie ' +\n      'leaderboard_type_number leaderboard_type_time_mins_secs ' +\n      'cmpfunc_never cmpfunc_less cmpfunc_equal cmpfunc_lessequal ' +\n      'cmpfunc_greater cmpfunc_notequal cmpfunc_greaterequal cmpfunc_always ' +\n      'cull_noculling cull_clockwise cull_counterclockwise lighttype_dir ' +\n      'lighttype_point iap_ev_storeload iap_ev_product iap_ev_purchase ' +\n      'iap_ev_consume iap_ev_restore iap_storeload_ok iap_storeload_failed ' +\n      'iap_status_uninitialised iap_status_unavailable iap_status_loading ' +\n      'iap_status_available iap_status_processing iap_status_restoring ' +\n      'iap_failed iap_unavailable iap_available iap_purchased iap_canceled ' +\n      'iap_refunded fb_login_default fb_login_fallback_to_webview ' +\n      'fb_login_no_fallback_to_webview fb_login_forcing_webview ' +\n      'fb_login_use_system_account fb_login_forcing_safari  ' +\n      'phy_joint_anchor_1_x phy_joint_anchor_1_y phy_joint_anchor_2_x ' +\n      'phy_joint_anchor_2_y phy_joint_reaction_force_x ' +\n      'phy_joint_reaction_force_y phy_joint_reaction_torque ' +\n      'phy_joint_motor_speed phy_joint_angle phy_joint_motor_torque ' +\n      'phy_joint_max_motor_torque phy_joint_translation phy_joint_speed ' +\n      'phy_joint_motor_force phy_joint_max_motor_force phy_joint_length_1 ' +\n      'phy_joint_length_2 phy_joint_damping_ratio phy_joint_frequency ' +\n      'phy_joint_lower_angle_limit phy_joint_upper_angle_limit ' +\n      'phy_joint_angle_limits phy_joint_max_length phy_joint_max_torque ' +\n      'phy_joint_max_force phy_debug_render_aabb ' +\n      'phy_debug_render_collision_pairs phy_debug_render_coms ' +\n      'phy_debug_render_core_shapes phy_debug_render_joints ' +\n      'phy_debug_render_obb phy_debug_render_shapes  ' +\n      'phy_particle_flag_water phy_particle_flag_zombie ' +\n      'phy_particle_flag_wall phy_particle_flag_spring ' +\n      'phy_particle_flag_elastic phy_particle_flag_viscous ' +\n      'phy_particle_flag_powder phy_particle_flag_tensile ' +\n      'phy_particle_flag_colourmixing phy_particle_flag_colormixing ' +\n      'phy_particle_group_flag_solid phy_particle_group_flag_rigid ' +\n      'phy_particle_data_flag_typeflags phy_particle_data_flag_position ' +\n      'phy_particle_data_flag_velocity phy_particle_data_flag_colour ' +\n      'phy_particle_data_flag_color phy_particle_data_flag_category  ' +\n      'achievement_our_info achievement_friends_info ' +\n      'achievement_leaderboard_info achievement_achievement_info ' +\n      'achievement_filter_all_players achievement_filter_friends_only ' +\n      'achievement_filter_favorites_only ' +\n      'achievement_type_achievement_challenge ' +\n      'achievement_type_score_challenge achievement_pic_loaded  ' +\n      'achievement_show_ui achievement_show_profile ' +\n      'achievement_show_leaderboard achievement_show_achievement ' +\n      'achievement_show_bank achievement_show_friend_picker ' +\n      'achievement_show_purchase_prompt network_socket_tcp ' +\n      'network_socket_udp network_socket_bluetooth network_type_connect ' +\n      'network_type_disconnect network_type_data ' +\n      'network_type_non_blocking_connect network_config_connect_timeout ' +\n      'network_config_use_non_blocking_socket ' +\n      'network_config_enable_reliable_udp ' +\n      'network_config_disable_reliable_udp buffer_fixed buffer_grow ' +\n      'buffer_wrap buffer_fast buffer_vbuffer buffer_network buffer_u8 ' +\n      'buffer_s8 buffer_u16 buffer_s16 buffer_u32 buffer_s32 buffer_u64 ' +\n      'buffer_f16 buffer_f32 buffer_f64 buffer_bool buffer_text ' +\n      'buffer_string buffer_surface_copy buffer_seek_start ' +\n      'buffer_seek_relative buffer_seek_end ' +\n      'buffer_generalerror buffer_outofspace buffer_outofbounds ' +\n      'buffer_invalidtype  text_type button_type input_type ANSI_CHARSET ' +\n      'DEFAULT_CHARSET EASTEUROPE_CHARSET RUSSIAN_CHARSET SYMBOL_CHARSET ' +\n      'SHIFTJIS_CHARSET HANGEUL_CHARSET GB2312_CHARSET CHINESEBIG5_CHARSET ' +\n      'JOHAB_CHARSET HEBREW_CHARSET ARABIC_CHARSET GREEK_CHARSET ' +\n      'TURKISH_CHARSET VIETNAMESE_CHARSET THAI_CHARSET MAC_CHARSET ' +\n      'BALTIC_CHARSET OEM_CHARSET  gp_face1 gp_face2 gp_face3 gp_face4 ' +\n      'gp_shoulderl gp_shoulderr gp_shoulderlb gp_shoulderrb gp_select ' +\n      'gp_start gp_stickl gp_stickr gp_padu gp_padd gp_padl gp_padr ' +\n      'gp_axislh gp_axislv gp_axisrh gp_axisrv ov_friends ov_community ' +\n      'ov_players ov_settings ov_gamegroup ov_achievements lb_sort_none ' +\n      'lb_sort_ascending lb_sort_descending lb_disp_none lb_disp_numeric ' +\n      'lb_disp_time_sec lb_disp_time_ms ugc_result_success ' +\n      'ugc_filetype_community ugc_filetype_microtrans ugc_visibility_public ' +\n      'ugc_visibility_friends_only ugc_visibility_private ' +\n      'ugc_query_RankedByVote ugc_query_RankedByPublicationDate ' +\n      'ugc_query_AcceptedForGameRankedByAcceptanceDate ' +\n      'ugc_query_RankedByTrend ' +\n      'ugc_query_FavoritedByFriendsRankedByPublicationDate ' +\n      'ugc_query_CreatedByFriendsRankedByPublicationDate ' +\n      'ugc_query_RankedByNumTimesReported ' +\n      'ugc_query_CreatedByFollowedUsersRankedByPublicationDate ' +\n      'ugc_query_NotYetRated ugc_query_RankedByTotalVotesAsc ' +\n      'ugc_query_RankedByVotesUp ugc_query_RankedByTextSearch ' +\n      'ugc_sortorder_CreationOrderDesc ugc_sortorder_CreationOrderAsc ' +\n      'ugc_sortorder_TitleAsc ugc_sortorder_LastUpdatedDesc ' +\n      'ugc_sortorder_SubscriptionDateDesc ugc_sortorder_VoteScoreDesc ' +\n      'ugc_sortorder_ForModeration ugc_list_Published ugc_list_VotedOn ' +\n      'ugc_list_VotedUp ugc_list_VotedDown ugc_list_WillVoteLater ' +\n      'ugc_list_Favorited ugc_list_Subscribed ugc_list_UsedOrPlayed ' +\n      'ugc_list_Followed ugc_match_Items ugc_match_Items_Mtx ' +\n      'ugc_match_Items_ReadyToUse ugc_match_Collections ugc_match_Artwork ' +\n      'ugc_match_Videos ugc_match_Screenshots ugc_match_AllGuides ' +\n      'ugc_match_WebGuides ugc_match_IntegratedGuides ' +\n      'ugc_match_UsableInGame ugc_match_ControllerBindings  ' +\n      'vertex_usage_position vertex_usage_colour vertex_usage_color ' +\n      'vertex_usage_normal vertex_usage_texcoord vertex_usage_textcoord ' +\n      'vertex_usage_blendweight vertex_usage_blendindices ' +\n      'vertex_usage_psize vertex_usage_tangent vertex_usage_binormal ' +\n      'vertex_usage_fog vertex_usage_depth vertex_usage_sample ' +\n      'vertex_type_float1 vertex_type_float2 vertex_type_float3 ' +\n      'vertex_type_float4 vertex_type_colour vertex_type_color ' +\n      'vertex_type_ubyte4 layerelementtype_undefined ' +\n      'layerelementtype_background layerelementtype_instance ' +\n      'layerelementtype_oldtilemap layerelementtype_sprite ' +\n      'layerelementtype_tilemap layerelementtype_particlesystem ' +\n      'layerelementtype_tile tile_rotate tile_flip tile_mirror ' +\n      'tile_index_mask kbv_type_default kbv_type_ascii kbv_type_url ' +\n      'kbv_type_email kbv_type_numbers kbv_type_phone kbv_type_phone_name ' +\n      'kbv_returnkey_default kbv_returnkey_go kbv_returnkey_google ' +\n      'kbv_returnkey_join kbv_returnkey_next kbv_returnkey_route ' +\n      'kbv_returnkey_search kbv_returnkey_send kbv_returnkey_yahoo ' +\n      'kbv_returnkey_done kbv_returnkey_continue kbv_returnkey_emergency ' +\n      'kbv_autocapitalize_none kbv_autocapitalize_words ' +\n      'kbv_autocapitalize_sentences kbv_autocapitalize_characters',\n    symbol: 'argument_relative argument argument0 argument1 argument2 ' +\n      'argument3 argument4 argument5 argument6 argument7 argument8 ' +\n      'argument9 argument10 argument11 argument12 argument13 argument14 ' +\n      'argument15 argument_count x y xprevious yprevious xstart ystart ' +\n      'hspeed vspeed direction speed friction gravity gravity_direction ' +\n      'path_index path_position path_positionprevious path_speed ' +\n      'path_scale path_orientation path_endaction object_index id solid ' +\n      'persistent mask_index instance_count instance_id room_speed fps ' +\n      'fps_real current_time current_year current_month current_day ' +\n      'current_weekday current_hour current_minute current_second alarm ' +\n      'timeline_index timeline_position timeline_speed timeline_running ' +\n      'timeline_loop room room_first room_last room_width room_height ' +\n      'room_caption room_persistent score lives health show_score ' +\n      'show_lives show_health caption_score caption_lives caption_health ' +\n      'event_type event_number event_object event_action ' +\n      'application_surface gamemaker_pro gamemaker_registered ' +\n      'gamemaker_version error_occurred error_last debug_mode ' +\n      'keyboard_key keyboard_lastkey keyboard_lastchar keyboard_string ' +\n      'mouse_x mouse_y mouse_button mouse_lastbutton cursor_sprite ' +\n      'visible sprite_index sprite_width sprite_height sprite_xoffset ' +\n      'sprite_yoffset image_number image_index image_speed depth ' +\n      'image_xscale image_yscale image_angle image_alpha image_blend ' +\n      'bbox_left bbox_right bbox_top bbox_bottom layer background_colour  ' +\n      'background_showcolour background_color background_showcolor ' +\n      'view_enabled view_current view_visible view_xview view_yview ' +\n      'view_wview view_hview view_xport view_yport view_wport view_hport ' +\n      'view_angle view_hborder view_vborder view_hspeed view_vspeed ' +\n      'view_object view_surface_id view_camera game_id game_display_name ' +\n      'game_project_name game_save_id working_directory temp_directory ' +\n      'program_directory browser_width browser_height os_type os_device ' +\n      'os_browser os_version display_aa async_load delta_time ' +\n      'webgl_enabled event_data iap_data phy_rotation phy_position_x ' +\n      'phy_position_y phy_angular_velocity phy_linear_velocity_x ' +\n      'phy_linear_velocity_y phy_speed_x phy_speed_y phy_speed ' +\n      'phy_angular_damping phy_linear_damping phy_bullet ' +\n      'phy_fixed_rotation phy_active phy_mass phy_inertia phy_com_x ' +\n      'phy_com_y phy_dynamic phy_kinematic phy_sleeping ' +\n      'phy_collision_points phy_collision_x phy_collision_y ' +\n      'phy_col_normal_x phy_col_normal_y phy_position_xprevious ' +\n      'phy_position_yprevious'\n  };\n\n  return {\n    aliases: ['gml', 'GML'],\n    case_insensitive: false, // language is case-insensitive\n    keywords: GML_KEYWORDS,\n\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var GO_KEYWORDS = {\n    keyword:\n      'break default func interface select case map struct chan else goto package switch ' +\n      'const fallthrough if range type continue for import return var go defer ' +\n      'bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 ' +\n      'uint16 uint32 uint64 int uint uintptr rune',\n    literal:\n       'true false iota nil',\n    built_in:\n      'append cap close complex copy imag len make new panic print println real recover delete'\n  };\n  return {\n    aliases: ['golang'],\n    keywords: GO_KEYWORDS,\n    illegal: '</',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'string',\n        variants: [\n          hljs.QUOTE_STRING_MODE,\n          {begin: '\\'', end: '[^\\\\\\\\]\\''},\n          {begin: '`', end: '`'},\n        ]\n      },\n      {\n        className: 'number',\n        variants: [\n          {begin: hljs.C_NUMBER_RE + '[dflsi]', relevance: 1},\n          hljs.C_NUMBER_MODE\n        ]\n      },\n      {\n        begin: /:=/ // relevance booster\n      },\n      {\n        className: 'function',\n        beginKeywords: 'func', end: /\\s*\\{/, excludeEnd: true,\n        contains: [\n          hljs.TITLE_MODE,\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            keywords: GO_KEYWORDS,\n            illegal: /[\"']/\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n    return {\n      keywords: {\n        keyword:\n          'println readln print import module function local return let var ' +\n          'while for foreach times in case when match with break continue ' +\n          'augment augmentation each find filter reduce ' +\n          'if then else otherwise try catch finally raise throw orIfNull ' +\n          'DynamicObject|10 DynamicVariable struct Observable map set vector list array',\n        literal:\n          'true false null'\n      },\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        hljs.QUOTE_STRING_MODE,\n        hljs.C_NUMBER_MODE,\n        {\n          className: 'meta', begin: '@[A-Za-z]+'\n        }\n      ]\n    }\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'task project allprojects subprojects artifacts buildscript configurations ' +\n        'dependencies repositories sourceSets description delete from into include ' +\n        'exclude source classpath destinationDir includes options sourceCompatibility ' +\n        'targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant ' +\n        'def abstract break case catch continue default do else extends final finally ' +\n        'for if implements instanceof native new private protected public return static ' +\n        'switch synchronized throw throws transient try volatile while strictfp package ' +\n        'import false null super this true antlrtask checkstyle codenarc copy boolean ' +\n        'byte char class double float int interface long short void compile runTime ' +\n        'file fileTree abs any append asList asWritable call collect compareTo count ' +\n        'div dump each eachByte eachFile eachLine every find findAll flatten getAt ' +\n        'getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods ' +\n        'isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter ' +\n        'newReader newWriter next plus pop power previous print println push putAt read ' +\n        'readBytes readLines reverse reverseEach round size sort splitEachLine step subMap ' +\n        'times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader ' +\n        'withStream withWriter withWriterAppend write writeLine'\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      hljs.REGEXP_MODE\n\n    ]\n  }\n};","module.exports = function(hljs) {\n    return {\n        keywords: {\n            literal : 'true false null',\n            keyword:\n            'byte short char int long boolean float double void ' +\n            // groovy specific keywords\n            'def as in assert trait ' +\n            // common keywords with Java\n            'super this abstract static volatile transient public private protected synchronized final ' +\n            'class interface enum if else for while switch case break default continue ' +\n            'throw throws try catch finally implements extends new import package return instanceof'\n        },\n\n        contains: [\n            hljs.COMMENT(\n                '/\\\\*\\\\*',\n                '\\\\*/',\n                {\n                    relevance : 0,\n                    contains : [\n                      {\n                          // eat up @'s in emails to prevent them to be recognized as doctags\n                          begin: /\\w+@/, relevance: 0\n                      },\n                      {\n                          className : 'doctag',\n                          begin : '@[A-Za-z]+'\n                      }\n                    ]\n                }\n            ),\n            hljs.C_LINE_COMMENT_MODE,\n            hljs.C_BLOCK_COMMENT_MODE,\n            {\n                className: 'string',\n                begin: '\"\"\"', end: '\"\"\"'\n            },\n            {\n                className: 'string',\n                begin: \"'''\", end: \"'''\"\n            },\n            {\n                className: 'string',\n                begin: \"\\\\$/\", end: \"/\\\\$\",\n                relevance: 10\n            },\n            hljs.APOS_STRING_MODE,\n            {\n                className: 'regexp',\n                begin: /~?\\/[^\\/\\n]+\\//,\n                contains: [\n                    hljs.BACKSLASH_ESCAPE\n                ]\n            },\n            hljs.QUOTE_STRING_MODE,\n            {\n                className: 'meta',\n                begin: \"^#!/usr/bin/env\", end: '$',\n                illegal: '\\n'\n            },\n            hljs.BINARY_NUMBER_MODE,\n            {\n                className: 'class',\n                beginKeywords: 'class interface trait enum', end: '{',\n                illegal: ':',\n                contains: [\n                    {beginKeywords: 'extends implements'},\n                    hljs.UNDERSCORE_TITLE_MODE\n                ]\n            },\n            hljs.C_NUMBER_MODE,\n            {\n                className: 'meta', begin: '@[A-Za-z]+'\n            },\n            {\n                // highlight map keys and named parameters as strings\n                className: 'string', begin: /[^\\?]{0}[A-Za-z0-9_$]+ *:/\n            },\n            {\n                // catch middle element of the ternary operator\n                // to avoid highlight it as a label, named parameter, or map key\n                begin: /\\?/, end: /\\:/\n            },\n            {\n                // highlight labeled statements\n                className: 'symbol', begin: '^\\\\s*[A-Za-z0-9_$]+:',\n                relevance: 0\n            }\n        ],\n        illegal: /#|<\\//\n    }\n};","module.exports = // TODO support filter tags like :javascript, support inline HTML\nfunction(hljs) {\n  return {\n    case_insensitive: true,\n    contains: [\n      {\n        className: 'meta',\n        begin: '^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$',\n        relevance: 10\n      },\n      // FIXME these comments should be allowed to span indented lines\n      hljs.COMMENT(\n        '^\\\\s*(!=#|=#|-#|/).*$',\n        false,\n        {\n          relevance: 0\n        }\n      ),\n      {\n        begin: '^\\\\s*(-|=|!=)(?!#)',\n        starts: {\n          end: '\\\\n',\n          subLanguage: 'ruby'\n        }\n      },\n      {\n        className: 'tag',\n        begin: '^\\\\s*%',\n        contains: [\n          {\n            className: 'selector-tag',\n            begin: '\\\\w+'\n          },\n          {\n            className: 'selector-id',\n            begin: '#[\\\\w-]+'\n          },\n          {\n            className: 'selector-class',\n            begin: '\\\\.[\\\\w-]+'\n          },\n          {\n            begin: '{\\\\s*',\n            end: '\\\\s*}',\n            contains: [\n              {\n                begin: ':\\\\w+\\\\s*=>',\n                end: ',\\\\s+',\n                returnBegin: true,\n                endsWithParent: true,\n                contains: [\n                  {\n                    className: 'attr',\n                    begin: ':\\\\w+'\n                  },\n                  hljs.APOS_STRING_MODE,\n                  hljs.QUOTE_STRING_MODE,\n                  {\n                    begin: '\\\\w+',\n                    relevance: 0\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            begin: '\\\\(\\\\s*',\n            end: '\\\\s*\\\\)',\n            excludeEnd: true,\n            contains: [\n              {\n                begin: '\\\\w+\\\\s*=',\n                end: '\\\\s+',\n                returnBegin: true,\n                endsWithParent: true,\n                contains: [\n                  {\n                    className: 'attr',\n                    begin: '\\\\w+',\n                    relevance: 0\n                  },\n                  hljs.APOS_STRING_MODE,\n                  hljs.QUOTE_STRING_MODE,\n                  {\n                    begin: '\\\\w+',\n                    relevance: 0\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      },\n      {\n        begin: '^\\\\s*[=~]\\\\s*'\n      },\n      {\n        begin: '#{',\n        starts: {\n          end: '}',\n          subLanguage: 'ruby'\n        }\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BUILT_INS = {'builtin-name': 'each in with if else unless bindattr action collection debugger log outlet template unbound view yield'};\n  return {\n    aliases: ['hbs', 'html.hbs', 'html.handlebars'],\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n    hljs.COMMENT('{{!(--)?', '(--)?}}'),\n      {\n        className: 'template-tag',\n        begin: /\\{\\{[#\\/]/, end: /\\}\\}/,\n        contains: [\n          {\n            className: 'name',\n            begin: /[a-zA-Z\\.-]+/,\n            keywords: BUILT_INS,\n            starts: {\n              endsWithParent: true, relevance: 0,\n              contains: [\n                hljs.QUOTE_STRING_MODE\n              ]\n            }\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{\\{/, end: /\\}\\}/,\n        keywords: BUILT_INS\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var COMMENT = {\n    variants: [\n      hljs.COMMENT('--', '$'),\n      hljs.COMMENT(\n        '{-',\n        '-}',\n        {\n          contains: ['self']\n        }\n      )\n    ]\n  };\n\n  var PRAGMA = {\n    className: 'meta',\n    begin: '{-#', end: '#-}'\n  };\n\n  var PREPROCESSOR = {\n    className: 'meta',\n    begin: '^#', end: '$'\n  };\n\n  var CONSTRUCTOR = {\n    className: 'type',\n    begin: '\\\\b[A-Z][\\\\w\\']*', // TODO: other constructors (build-in, infix).\n    relevance: 0\n  };\n\n  var LIST = {\n    begin: '\\\\(', end: '\\\\)',\n    illegal: '\"',\n    contains: [\n      PRAGMA,\n      PREPROCESSOR,\n      {className: 'type', begin: '\\\\b[A-Z][\\\\w]*(\\\\((\\\\.\\\\.|,|\\\\w+)\\\\))?'},\n      hljs.inherit(hljs.TITLE_MODE, {begin: '[_a-z][\\\\w\\']*'}),\n      COMMENT\n    ]\n  };\n\n  var RECORD = {\n    begin: '{', end: '}',\n    contains: LIST.contains\n  };\n\n  return {\n    aliases: ['hs'],\n    keywords:\n      'let in if then else case of where do module import hiding ' +\n      'qualified type data newtype deriving class instance as default ' +\n      'infix infixl infixr foreign export ccall stdcall cplusplus ' +\n      'jvm dotnet safe unsafe family forall mdo proc rec',\n    contains: [\n\n      // Top-level constructions.\n\n      {\n        beginKeywords: 'module', end: 'where',\n        keywords: 'module where',\n        contains: [LIST, COMMENT],\n        illegal: '\\\\W\\\\.|;'\n      },\n      {\n        begin: '\\\\bimport\\\\b', end: '$',\n        keywords: 'import qualified as hiding',\n        contains: [LIST, COMMENT],\n        illegal: '\\\\W\\\\.|;'\n      },\n\n      {\n        className: 'class',\n        begin: '^(\\\\s*)?(class|instance)\\\\b', end: 'where',\n        keywords: 'class family instance where',\n        contains: [CONSTRUCTOR, LIST, COMMENT]\n      },\n      {\n        className: 'class',\n        begin: '\\\\b(data|(new)?type)\\\\b', end: '$',\n        keywords: 'data family type newtype deriving',\n        contains: [PRAGMA, CONSTRUCTOR, LIST, RECORD, COMMENT]\n      },\n      {\n        beginKeywords: 'default', end: '$',\n        contains: [CONSTRUCTOR, LIST, COMMENT]\n      },\n      {\n        beginKeywords: 'infix infixl infixr', end: '$',\n        contains: [hljs.C_NUMBER_MODE, COMMENT]\n      },\n      {\n        begin: '\\\\bforeign\\\\b', end: '$',\n        keywords: 'foreign import export ccall stdcall cplusplus jvm ' +\n                  'dotnet safe unsafe',\n        contains: [CONSTRUCTOR, hljs.QUOTE_STRING_MODE, COMMENT]\n      },\n      {\n        className: 'meta',\n        begin: '#!\\\\/usr\\\\/bin\\\\/env\\ runhaskell', end: '$'\n      },\n\n      // \"Whitespaces\".\n\n      PRAGMA,\n      PREPROCESSOR,\n\n      // Literals and names.\n\n      // TODO: characters.\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      CONSTRUCTOR,\n      hljs.inherit(hljs.TITLE_MODE, {begin: '^[_a-z][\\\\w\\']*'}),\n\n      COMMENT,\n\n      {begin: '->|<-'} // No markup, relevance booster\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*';\n  var IDENT_FUNC_RETURN_TYPE_RE = '([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)';\n\n  var HAXE_BASIC_TYPES = 'Int Float String Bool Dynamic Void Array ';\n\n  return {\n    aliases: ['hx'],\n    keywords: {\n      keyword: 'break case cast catch continue default do dynamic else enum extern ' +\n               'for function here if import in inline never new override package private get set ' +\n               'public return static super switch this throw trace try typedef untyped using var while ' +\n               HAXE_BASIC_TYPES,\n      built_in:\n        'trace this',\n      literal:\n        'true false null _'\n    },\n    contains: [\n      { className: 'string', // interpolate-able strings\n        begin: '\\'', end: '\\'',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          { className: 'subst', // interpolation\n            begin: '\\\\$\\\\{', end: '\\\\}'\n          },\n          { className: 'subst', // interpolation\n            begin: '\\\\$', end: '\\\\W}'\n          }\n        ]\n      },\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      { className: 'meta', // compiler meta\n        begin: '@:', end: '$'\n      },\n      { className: 'meta', // compiler conditionals\n        begin: '#', end: '$',\n        keywords: {'meta-keyword': 'if else elseif end error'}\n      },\n      { className: 'type', // function types\n        begin: ':[ \\t]*', end: '[^A-Za-z0-9_ \\t\\\\->]',\n        excludeBegin: true, excludeEnd: true,\n        relevance: 0\n      },\n      { className: 'type', // types\n        begin: ':[ \\t]*', end: '\\\\W',\n        excludeBegin: true, excludeEnd: true\n      },\n      { className: 'type', // instantiation\n        begin: 'new *', end: '\\\\W',\n        excludeBegin: true, excludeEnd: true\n      },\n      { className: 'class', // enums\n        beginKeywords: 'enum', end: '\\\\{',\n        contains: [\n          hljs.TITLE_MODE\n        ]\n      },\n      { className: 'class', // abstracts\n        beginKeywords: 'abstract', end: '[\\\\{$]',\n        contains: [\n          { className: 'type',\n            begin: '\\\\(', end: '\\\\)',\n            excludeBegin: true, excludeEnd: true\n          },\n          { className: 'type',\n            begin: 'from +', end: '\\\\W',\n            excludeBegin: true, excludeEnd: true\n          },\n          { className: 'type',\n            begin: 'to +', end: '\\\\W',\n            excludeBegin: true, excludeEnd: true\n          },\n          hljs.TITLE_MODE\n        ],\n        keywords: {\n          keyword: 'abstract from to'\n        }\n      },\n      { className: 'class', // classes\n        begin: '\\\\b(class|interface) +', end: '[\\\\{$]',  excludeEnd: true,\n        keywords: 'class interface',\n        contains: [\n          { className: 'keyword',\n            begin: '\\\\b(extends|implements) +',\n            keywords: 'extends implements',\n            contains: [\n              {\n                className: 'type',\n                begin: hljs.IDENT_RE,\n                relevance: 0\n              }\n            ]\n          },\n          hljs.TITLE_MODE\n        ]\n      },\n      { className: 'function',\n        beginKeywords: 'function', end: '\\\\(', excludeEnd: true,\n        illegal: '\\\\S',\n        contains: [\n          hljs.TITLE_MODE\n        ]\n      }\n    ],\n    illegal: /<\\//\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    lexemes: /[\\w\\._]+/,\n    keywords: 'goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n\n      {\n        // multi-line string\n        className: 'string',\n        begin: '{\"', end: '\"}',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n\n      hljs.COMMENT(';', '$', {relevance: 0}),\n\n      {\n        // pre-processor\n        className: 'meta',\n        begin: '#', end: '$',\n        keywords: {'meta-keyword': 'addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib'},\n        contains: [\n          hljs.inherit(hljs.QUOTE_STRING_MODE, {className: 'meta-string'}),\n          hljs.NUMBER_MODE,\n          hljs.C_NUMBER_MODE,\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n\n      {\n        // label\n        className: 'symbol',\n        begin: '^\\\\*(\\\\w+|@)'\n      },\n\n      hljs.NUMBER_MODE,\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BUILT_INS = 'action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view';\n\n  var ATTR_ASSIGNMENT = {\n    illegal: /\\}\\}/,\n    begin: /[a-zA-Z0-9_]+=/,\n    returnBegin: true,\n    relevance: 0,\n    contains: [\n      {\n        className: 'attr', begin: /[a-zA-Z0-9_]+/\n      }\n    ]\n  };\n\n  var SUB_EXPR = {\n    illegal: /\\}\\}/,\n    begin: /\\)/, end: /\\)/,\n    contains: [\n      {\n        begin: /[a-zA-Z\\.\\-]+/,\n        keywords: {built_in: BUILT_INS},\n        starts: {\n          endsWithParent: true, relevance: 0,\n          contains: [\n            hljs.QUOTE_STRING_MODE,\n          ]\n        }\n      }\n    ]\n  };\n\n  var TAG_INNARDS = {\n    endsWithParent: true, relevance: 0,\n    keywords: {keyword: 'as', built_in: BUILT_INS},\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      ATTR_ASSIGNMENT,\n      hljs.NUMBER_MODE\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT('{{!(--)?', '(--)?}}'),\n      {\n        className: 'template-tag',\n        begin: /\\{\\{[#\\/]/, end: /\\}\\}/,\n        contains: [\n          {\n            className: 'name',\n            begin: /[a-zA-Z\\.\\-]+/,\n            keywords: {'builtin-name': BUILT_INS},\n            starts: TAG_INNARDS\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{\\{[a-zA-Z][a-zA-Z\\-]+/, end: /\\}\\}/,\n        keywords: {keyword: 'as', built_in: BUILT_INS},\n        contains: [\n          hljs.QUOTE_STRING_MODE\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VERSION = 'HTTP/[0-9\\\\.]+';\n  return {\n    aliases: ['https'],\n    illegal: '\\\\S',\n    contains: [\n      {\n        begin: '^' + VERSION, end: '$',\n        contains: [{className: 'number', begin: '\\\\b\\\\d{3}\\\\b'}]\n      },\n      {\n        begin: '^[A-Z]+ (.*?) ' + VERSION + '$', returnBegin: true, end: '$',\n        contains: [\n          {\n            className: 'string',\n            begin: ' ', end: ' ',\n            excludeBegin: true, excludeEnd: true\n          },\n          {\n            begin: VERSION\n          },\n          {\n            className: 'keyword',\n            begin: '[A-Z]+'\n          }\n        ]\n      },\n      {\n        className: 'attribute',\n        begin: '^\\\\w', end: ': ', excludeEnd: true,\n        illegal: '\\\\n|\\\\s|=',\n        starts: {end: '$', relevance: 0}\n      },\n      {\n        begin: '\\\\n\\\\n',\n        starts: {subLanguage: [], endsWithParent: true}\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var keywords = {\n    'builtin-name':\n      // keywords\n      '!= % %= & &= * ** **= *= *map ' +\n      '+ += , --build-class-- --import-- -= . / // //= ' +\n      '/= < << <<= <= = > >= >> >>= ' +\n      '@ @= ^ ^= abs accumulate all and any ap-compose ' +\n      'ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ' +\n      'ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast ' +\n      'callable calling-module-name car case cdr chain chr coll? combinations compile ' +\n      'compress cond cons cons? continue count curry cut cycle dec ' +\n      'def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn ' +\n      'defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir ' +\n      'disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? ' +\n      'end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first ' +\n      'flatten float? fn fnc fnr for for* format fraction genexpr ' +\n      'gensym get getattr global globals group-by hasattr hash hex id ' +\n      'identity if if* if-not if-python2 import in inc input instance? ' +\n      'integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even ' +\n      'is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none ' +\n      'is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass ' +\n      'iter iterable? iterate iterator? keyword keyword? lambda last len let ' +\n      'lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all ' +\n      'map max merge-with method-decorator min multi-decorator multicombinations name neg? next ' +\n      'none? nonlocal not not-in not? nth numeric? oct odd? open ' +\n      'or ord partition permutations pos? post-route postwalk pow prewalk print ' +\n      'product profile/calls profile/cpu put-route quasiquote quote raise range read read-str ' +\n      'recursive-replace reduce remove repeat repeatedly repr require rest round route ' +\n      'route-with-methods rwm second seq set-comp setattr setv some sorted string ' +\n      'string? sum switch symbol? take take-nth take-while tee try unless ' +\n      'unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms ' +\n      'xi xor yield yield-from zero? zip zip-longest | |= ~'\n   };\n\n  var SYMBOLSTART = 'a-zA-Z_\\\\-!.?+*=<>&#\\'';\n  var SYMBOL_RE = '[' + SYMBOLSTART + '][' + SYMBOLSTART + '0-9/;:]*';\n  var SIMPLE_NUMBER_RE = '[-+]?\\\\d+(\\\\.\\\\d+)?';\n\n  var SHEBANG = {\n    className: 'meta',\n    begin: '^#!', end: '$'\n  };\n\n  var SYMBOL = {\n    begin: SYMBOL_RE,\n    relevance: 0\n  };\n  var NUMBER = {\n    className: 'number', begin: SIMPLE_NUMBER_RE,\n    relevance: 0\n  };\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null});\n  var COMMENT = hljs.COMMENT(\n    ';',\n    '$',\n    {\n      relevance: 0\n    }\n  );\n  var LITERAL = {\n    className: 'literal',\n    begin: /\\b([Tt]rue|[Ff]alse|nil|None)\\b/\n  };\n  var COLLECTION = {\n    begin: '[\\\\[\\\\{]', end: '[\\\\]\\\\}]'\n  };\n  var HINT = {\n    className: 'comment',\n    begin: '\\\\^' + SYMBOL_RE\n  };\n  var HINT_COL = hljs.COMMENT('\\\\^\\\\{', '\\\\}');\n  var KEY = {\n    className: 'symbol',\n    begin: '[:]{1,2}' + SYMBOL_RE\n  };\n  var LIST = {\n    begin: '\\\\(', end: '\\\\)'\n  };\n  var BODY = {\n    endsWithParent: true,\n    relevance: 0\n  };\n  var NAME = {\n    keywords: keywords,\n    lexemes: SYMBOL_RE,\n    className: 'name', begin: SYMBOL_RE,\n    starts: BODY\n  };\n  var DEFAULT_CONTAINS = [LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL, SYMBOL];\n\n  LIST.contains = [hljs.COMMENT('comment', ''), NAME, BODY];\n  BODY.contains = DEFAULT_CONTAINS;\n  COLLECTION.contains = DEFAULT_CONTAINS;\n\n  return {\n    aliases: ['hylang'],\n    illegal: /\\S/,\n    contains: [SHEBANG, LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL]\n  }\n};","module.exports = function(hljs) {\n  var START_BRACKET = '\\\\[';\n  var END_BRACKET = '\\\\]';\n  return {\n    aliases: ['i7'],\n    case_insensitive: true,\n    keywords: {\n      // Some keywords more or less unique to I7, for relevance.\n      keyword:\n        // kind:\n        'thing room person man woman animal container ' +\n        'supporter backdrop door ' +\n        // characteristic:\n        'scenery open closed locked inside gender ' +\n        // verb:\n        'is are say understand ' +\n        // misc keyword:\n        'kind of rule'\n    },\n    contains: [\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        relevance: 0,\n        contains: [\n          {\n            className: 'subst',\n            begin: START_BRACKET, end: END_BRACKET\n          }\n        ]\n      },\n      {\n        className: 'section',\n        begin: /^(Volume|Book|Part|Chapter|Section|Table)\\b/,\n        end: '$'\n      },\n      {\n        // Rule definition\n        // This is here for relevance.\n        begin: /^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\\b/,\n        end: ':',\n        contains: [\n          {\n            //Rule name\n            begin: '\\\\(This', end: '\\\\)'\n          }\n        ]\n      },\n      {\n        className: 'comment',\n        begin: START_BRACKET, end: END_BRACKET,\n        contains: ['self']\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var STRING = {\n    className: \"string\",\n    contains: [hljs.BACKSLASH_ESCAPE],\n    variants: [\n      {\n        begin: \"'''\", end: \"'''\",\n        relevance: 10\n      }, {\n        begin: '\"\"\"', end: '\"\"\"',\n        relevance: 10\n      }, {\n        begin: '\"', end: '\"'\n      }, {\n        begin: \"'\", end: \"'\"\n      }\n    ]\n  };\n  return {\n    aliases: ['toml'],\n    case_insensitive: true,\n    illegal: /\\S/,\n    contains: [\n      hljs.COMMENT(';', '$'),\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'section',\n        begin: /^\\s*\\[+/, end: /\\]+/\n      },\n      {\n        begin: /^[a-z0-9\\[\\]_-]+\\s*=\\s*/, end: '$',\n        returnBegin: true,\n        contains: [\n          {\n            className: 'attr',\n            begin: /[a-z0-9\\[\\]_-]+/\n          },\n          {\n            begin: /=/, endsWithParent: true,\n            relevance: 0,\n            contains: [\n              {\n                className: 'literal',\n                begin: /\\bon|off|true|false|yes|no\\b/\n              },\n              {\n                className: 'variable',\n                variants: [\n                  {begin: /\\$[\\w\\d\"][\\w\\d_]*/},\n                  {begin: /\\$\\{(.*?)}/}\n                ]\n              },\n              STRING,\n              {\n                className: 'number',\n                begin: /([\\+\\-]+)?[\\d]+_[\\d_]+/\n              },\n              hljs.NUMBER_MODE\n            ]\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)'\n  };\n\n  var F_KEYWORDS = {\n    literal: '.False. .True.',\n    keyword: 'kind do while private call intrinsic where elsewhere ' +\n      'type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then ' +\n      'public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. ' +\n      'goto save else use module select case ' +\n      'access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit ' +\n      'continue format pause cycle exit ' +\n      'c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg ' +\n      'synchronous nopass non_overridable pass protected volatile abstract extends import ' +\n      'non_intrinsic value deferred generic final enumerator class associate bind enum ' +\n      'c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t ' +\n      'c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double ' +\n      'c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr ' +\n      'c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer ' +\n      'c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor ' +\n      'numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ' +\n      'ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive ' +\n      'pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure ' +\n      'integer real character complex logical dimension allocatable|10 parameter ' +\n      'external implicit|10 none double precision assign intent optional pointer ' +\n      'target in out common equivalence data ' +\n      // IRPF90 special keywords\n      'begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch ' +\n      'soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read',\n    built_in: 'alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint ' +\n      'dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl ' +\n      'algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama ' +\n      'iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod ' +\n      'qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log ' +\n      'log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate ' +\n      'adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product ' +\n      'eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul ' +\n      'maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product ' +\n      'radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind ' +\n      'set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer ' +\n      'dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ' +\n      'ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode ' +\n      'is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of'  +\n      'acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 ' +\n      'atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits ' +\n      'bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr ' +\n      'num_images parity popcnt poppar shifta shiftl shiftr this_image ' +\n      // IRPF90 special built_ins\n      'IRP_ALIGN irp_here'\n  };\n  return {\n    case_insensitive: true,\n    keywords: F_KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: [\n      hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {className: 'string', relevance: 0}),\n      {\n        className: 'function',\n        beginKeywords: 'subroutine function program',\n        illegal: '[${=\\\\n]',\n        contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS]\n      },\n      hljs.COMMENT('!', '$', {relevance: 0}),\n      hljs.COMMENT('begin_doc', 'end_doc', {relevance: 10}),\n      {\n        className: 'number',\n        begin: '(?=\\\\b|\\\\+|\\\\-|\\\\.)(?=\\\\.\\\\d|\\\\d)(?:\\\\d+)?(?:\\\\.?\\\\d*)(?:[de][+-]?\\\\d+)?\\\\b\\\\.?',\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  // Определение идентификаторов\n  var UNDERSCORE_IDENT_RE = \"[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*\";\n\n  // Определение имен функций\n  var FUNCTION_NAME_IDENT_RE = \"[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*\";\n\n  // keyword : ключевые слова\n  var KEYWORD =\n    \"and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока \" +\n    \"except exitfor finally foreach все if если in в not не or или try while пока \";\n\n  // SYSRES Constants\n  var sysres_constants =\n    \"SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT \" +\n    \"SYSRES_CONST_ACCES_RIGHT_TYPE_FULL \" +\n    \"SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW \" +\n    \"SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_NO_ACCESS_VIEW \" +\n    \"SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_VIEW \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_CHANGE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_EXISTS \" +\n    \"SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_FULL \" +\n    \"SYSRES_CONST_ACCESS_TYPE_FULL_CODE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_VIEW \" +\n    \"SYSRES_CONST_ACCESS_TYPE_VIEW_CODE \" +\n    \"SYSRES_CONST_ACTION_TYPE_ABORT \" +\n    \"SYSRES_CONST_ACTION_TYPE_ACCEPT \" +\n    \"SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS \" +\n    \"SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT \" +\n    \"SYSRES_CONST_ACTION_TYPE_CHANGE_CARD \" +\n    \"SYSRES_CONST_ACTION_TYPE_CHANGE_KIND \" +\n    \"SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE \" +\n    \"SYSRES_CONST_ACTION_TYPE_CONTINUE \" +\n    \"SYSRES_CONST_ACTION_TYPE_COPY \" +\n    \"SYSRES_CONST_ACTION_TYPE_CREATE \" +\n    \"SYSRES_CONST_ACTION_TYPE_CREATE_VERSION \" +\n    \"SYSRES_CONST_ACTION_TYPE_DELETE \" +\n    \"SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT \" +\n    \"SYSRES_CONST_ACTION_TYPE_DELETE_VERSION \" +\n    \"SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS \" +\n    \"SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS \" +\n    \"SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE \" +\n    \"SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD \" +\n    \"SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD \" +\n    \"SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE \" +\n    \"SYSRES_CONST_ACTION_TYPE_LOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER \" +\n    \"SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY \" +\n    \"SYSRES_CONST_ACTION_TYPE_MARK_AS_READED \" +\n    \"SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED \" +\n    \"SYSRES_CONST_ACTION_TYPE_MODIFY \" +\n    \"SYSRES_CONST_ACTION_TYPE_MODIFY_CARD \" +\n    \"SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE \" +\n    \"SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION \" +\n    \"SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE \" +\n    \"SYSRES_CONST_ACTION_TYPE_PERFORM \" +\n    \"SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY \" +\n    \"SYSRES_CONST_ACTION_TYPE_RESTART \" +\n    \"SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE \" +\n    \"SYSRES_CONST_ACTION_TYPE_REVISION \" +\n    \"SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL \" +\n    \"SYSRES_CONST_ACTION_TYPE_SIGN \" +\n    \"SYSRES_CONST_ACTION_TYPE_START \" +\n    \"SYSRES_CONST_ACTION_TYPE_UNLOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER \" +\n    \"SYSRES_CONST_ACTION_TYPE_VERSION_STATE \" +\n    \"SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY \" +\n    \"SYSRES_CONST_ACTION_TYPE_VIEW \" +\n    \"SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY \" +\n    \"SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY \" +\n    \"SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY \" +\n    \"SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE \" +\n    \"SYSRES_CONST_ADD_REFERENCE_MODE_NAME \" +\n    \"SYSRES_CONST_ADDITION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME \" +\n    \"SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION \" +\n    \"SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS \" +\n    \"SYSRES_CONST_ALL_USERS_GROUP \" +\n    \"SYSRES_CONST_ALL_USERS_GROUP_NAME \" +\n    \"SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME \" +\n    \"SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_APPROVING_SIGNATURE_NAME \" +\n    \"SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE \" +\n    \"SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE \" +\n    \"SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN \" +\n    \"SYSRES_CONST_ATTACH_TYPE_DOC \" +\n    \"SYSRES_CONST_ATTACH_TYPE_EDOC \" +\n    \"SYSRES_CONST_ATTACH_TYPE_FOLDER \" +\n    \"SYSRES_CONST_ATTACH_TYPE_JOB \" +\n    \"SYSRES_CONST_ATTACH_TYPE_REFERENCE \" +\n    \"SYSRES_CONST_ATTACH_TYPE_TASK \" +\n    \"SYSRES_CONST_AUTH_ENCODED_PASSWORD \" +\n    \"SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE \" +\n    \"SYSRES_CONST_AUTH_NOVELL \" +\n    \"SYSRES_CONST_AUTH_PASSWORD \" +\n    \"SYSRES_CONST_AUTH_PASSWORD_CODE \" +\n    \"SYSRES_CONST_AUTH_WINDOWS \" +\n    \"SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME \" +\n    \"SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_AUTO_ENUM_METHOD_FLAG \" +\n    \"SYSRES_CONST_AUTO_NUMERATION_CODE \" +\n    \"SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG \" +\n    \"SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_ALL \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_SIGN \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_WORK \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE \" +\n    \"SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_BTN_PART \" +\n    \"SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE \" +\n    \"SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE \" +\n    \"SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE \" +\n    \"SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT \" +\n    \"SYSRES_CONST_CARD_PART \" +\n    \"SYSRES_CONST_CARD_REFERENCE_MODE_NAME \" +\n    \"SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE \" +\n    \"SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE \" +\n    \"SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE \" +\n    \"SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE \" +\n    \"SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_URL \" +\n    \"SYSRES_CONST_CODE_REQUISITE_ACCESS \" +\n    \"SYSRES_CONST_CODE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_CODE_REQUISITE_COMPONENT \" +\n    \"SYSRES_CONST_CODE_REQUISITE_DESCRIPTION \" +\n    \"SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT \" +\n    \"SYSRES_CONST_CODE_REQUISITE_RECORD \" +\n    \"SYSRES_CONST_COMMENT_REQ_CODE \" +\n    \"SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_COMP_CODE_GRD \" +\n    \"SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_DOCS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_EDOCS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_OTHER \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_REFERENCES \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_REPORTS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_SCRIPTS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_URL \" +\n    \"SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE \" +\n    \"SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_CONST_FIRM_STATUS_COMMON \" +\n    \"SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL \" +\n    \"SYSRES_CONST_CONST_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_CONST_POSITIVE_VALUE \" +\n    \"SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE \" +\n    \"SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE \" +\n    \"SYSRES_CONST_CONTENTS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DATA_TYPE_BOOLEAN \" +\n    \"SYSRES_CONST_DATA_TYPE_DATE \" +\n    \"SYSRES_CONST_DATA_TYPE_FLOAT \" +\n    \"SYSRES_CONST_DATA_TYPE_INTEGER \" +\n    \"SYSRES_CONST_DATA_TYPE_PICK \" +\n    \"SYSRES_CONST_DATA_TYPE_REFERENCE \" +\n    \"SYSRES_CONST_DATA_TYPE_STRING \" +\n    \"SYSRES_CONST_DATA_TYPE_TEXT \" +\n    \"SYSRES_CONST_DATA_TYPE_VARIANT \" +\n    \"SYSRES_CONST_DATE_CLOSE_REQ_CODE \" +\n    \"SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR \" +\n    \"SYSRES_CONST_DATE_OPEN_REQ_CODE \" +\n    \"SYSRES_CONST_DATE_REQUISITE \" +\n    \"SYSRES_CONST_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_DATE_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_DATE_TYPE_CHAR \" +\n    \"SYSRES_CONST_DATETIME_FORMAT_VALUE \" +\n    \"SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE \" +\n    \"SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DESCRIPTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DET1_PART \" +\n    \"SYSRES_CONST_DET2_PART \" +\n    \"SYSRES_CONST_DET3_PART \" +\n    \"SYSRES_CONST_DET4_PART \" +\n    \"SYSRES_CONST_DET5_PART \" +\n    \"SYSRES_CONST_DET6_PART \" +\n    \"SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DETAIL_REQ_CODE \" +\n    \"SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_DOCUMENT_STORAGES_CODE \" +\n    \"SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME \" +\n    \"SYSRES_CONST_DOUBLE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE \" +\n    \"SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE \" +\n    \"SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE \" +\n    \"SYSRES_CONST_EDITORS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE \" +\n    \"SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE \" +\n    \"SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE \" +\n    \"SYSRES_CONST_EDOC_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_KIND_REFERENCE_CODE \" +\n    \"SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE \" +\n    \"SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE \" +\n    \"SYSRES_CONST_EDOC_NONE_ENCODE_CODE \" +\n    \"SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE \" +\n    \"SYSRES_CONST_EDOC_READONLY_ACCESS_CODE \" +\n    \"SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE \" +\n    \"SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE \" +\n    \"SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE \" +\n    \"SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE \" +\n    \"SYSRES_CONST_EDOC_WRITE_ACCES_CODE \" +\n    \"SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE \" +\n    \"SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE \" +\n    \"SYSRES_CONST_END_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE \" +\n    \"SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE \" +\n    \"SYSRES_CONST_EXIST_CONST \" +\n    \"SYSRES_CONST_EXIST_VALUE \" +\n    \"SYSRES_CONST_EXPORT_LOCK_TYPE_ASK \" +\n    \"SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK \" +\n    \"SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK \" +\n    \"SYSRES_CONST_EXPORT_VERSION_TYPE_ASK \" +\n    \"SYSRES_CONST_EXPORT_VERSION_TYPE_LAST \" +\n    \"SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE \" +\n    \"SYSRES_CONST_EXTENSION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_FILTER_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_FILTER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_FILTER_TYPE_COMMON_CODE \" +\n    \"SYSRES_CONST_FILTER_TYPE_COMMON_NAME \" +\n    \"SYSRES_CONST_FILTER_TYPE_USER_CODE \" +\n    \"SYSRES_CONST_FILTER_TYPE_USER_NAME \" +\n    \"SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR \" +\n    \"SYSRES_CONST_FLOAT_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_FOLDER_AUTHOR_VALUE \" +\n    \"SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS \" +\n    \"SYSRES_CONST_FOLDER_KIND_COMPONENTS \" +\n    \"SYSRES_CONST_FOLDER_KIND_EDOCS \" +\n    \"SYSRES_CONST_FOLDER_KIND_JOBS \" +\n    \"SYSRES_CONST_FOLDER_KIND_TASKS \" +\n    \"SYSRES_CONST_FOLDER_TYPE_COMMON \" +\n    \"SYSRES_CONST_FOLDER_TYPE_COMPONENT \" +\n    \"SYSRES_CONST_FOLDER_TYPE_FAVORITES \" +\n    \"SYSRES_CONST_FOLDER_TYPE_INBOX \" +\n    \"SYSRES_CONST_FOLDER_TYPE_OUTBOX \" +\n    \"SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH \" +\n    \"SYSRES_CONST_FOLDER_TYPE_SEARCH \" +\n    \"SYSRES_CONST_FOLDER_TYPE_SHORTCUTS \" +\n    \"SYSRES_CONST_FOLDER_TYPE_USER \" +\n    \"SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG \" +\n    \"SYSRES_CONST_FULL_SUBSTITUTE_TYPE \" +\n    \"SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE \" +\n    \"SYSRES_CONST_FUNCTION_CANCEL_RESULT \" +\n    \"SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM \" +\n    \"SYSRES_CONST_FUNCTION_CATEGORY_USER \" +\n    \"SYSRES_CONST_FUNCTION_FAILURE_RESULT \" +\n    \"SYSRES_CONST_FUNCTION_SAVE_RESULT \" +\n    \"SYSRES_CONST_GENERATED_REQUISITE \" +\n    \"SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE \" +\n    \"SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE \" +\n    \"SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME \" +\n    \"SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE \" +\n    \"SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME \" +\n    \"SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE \" +\n    \"SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE \" +\n    \"SYSRES_CONST_GROUP_USER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUPS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_GROUPS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_HIDDEN_MODE_NAME \" +\n    \"SYSRES_CONST_HIGH_LVL_REQUISITE_CODE \" +\n    \"SYSRES_CONST_HISTORY_ACTION_CREATE_CODE \" +\n    \"SYSRES_CONST_HISTORY_ACTION_DELETE_CODE \" +\n    \"SYSRES_CONST_HISTORY_ACTION_EDIT_CODE \" +\n    \"SYSRES_CONST_HOUR_CHAR \" +\n    \"SYSRES_CONST_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_IDSPS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_IMAGE_MODE_COLOR \" +\n    \"SYSRES_CONST_IMAGE_MODE_GREYSCALE \" +\n    \"SYSRES_CONST_IMAGE_MODE_MONOCHROME \" +\n    \"SYSRES_CONST_IMPORTANCE_HIGH \" +\n    \"SYSRES_CONST_IMPORTANCE_LOW \" +\n    \"SYSRES_CONST_IMPORTANCE_NORMAL \" +\n    \"SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE \" +\n    \"SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE \" +\n    \"SYSRES_CONST_INT_REQUISITE \" +\n    \"SYSRES_CONST_INT_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR \" +\n    \"SYSRES_CONST_INTEGER_TYPE_CHAR \" +\n    \"SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE \" +\n    \"SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE \" +\n    \"SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE \" +\n    \"SYSRES_CONST_JOB_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_JOB_KIND_CONTROL_JOB \" +\n    \"SYSRES_CONST_JOB_KIND_JOB \" +\n    \"SYSRES_CONST_JOB_KIND_NOTICE \" +\n    \"SYSRES_CONST_JOB_STATE_ABORTED \" +\n    \"SYSRES_CONST_JOB_STATE_COMPLETE \" +\n    \"SYSRES_CONST_JOB_STATE_WORKING \" +\n    \"SYSRES_CONST_KIND_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KIND_REQUISITE_NAME \" +\n    \"SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE \" +\n    \"SYSRES_CONST_KOD_INPUT_TYPE \" +\n    \"SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_EDOC \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_FOLDER \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_JOB \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_TASK \" +\n    \"SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_LIST_REFERENCE_MODE_NAME \" +\n    \"SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE \" +\n    \"SYSRES_CONST_MAIN_VIEW_CODE \" +\n    \"SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG \" +\n    \"SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_MAXIMIZED_MODE_NAME \" +\n    \"SYSRES_CONST_ME_VALUE \" +\n    \"SYSRES_CONST_MESSAGE_ATTENTION_CAPTION \" +\n    \"SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION \" +\n    \"SYSRES_CONST_MESSAGE_ERROR_CAPTION \" +\n    \"SYSRES_CONST_MESSAGE_INFORMATION_CAPTION \" +\n    \"SYSRES_CONST_MINIMIZED_MODE_NAME \" +\n    \"SYSRES_CONST_MINUTE_CHAR \" +\n    \"SYSRES_CONST_MODULE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_MONTH_FORMAT_VALUE \" +\n    \"SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NAMEAN_INPUT_TYPE \" +\n    \"SYSRES_CONST_NEGATIVE_PICK_VALUE \" +\n    \"SYSRES_CONST_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_NO \" +\n    \"SYSRES_CONST_NO_PICK_VALUE \" +\n    \"SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NO_VALUE \" +\n    \"SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE \" +\n    \"SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE \" +\n    \"SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE \" +\n    \"SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE \" +\n    \"SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE \" +\n    \"SYSRES_CONST_NORMAL_MODE_NAME \" +\n    \"SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_NOTE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_NUM_REQUISITE \" +\n    \"SYSRES_CONST_NUM_STR_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG \" +\n    \"SYSRES_CONST_NUMERATION_AUTO_STRONG \" +\n    \"SYSRES_CONST_NUMERATION_FROM_DICTONARY \" +\n    \"SYSRES_CONST_NUMERATION_MANUAL \" +\n    \"SYSRES_CONST_NUMERIC_TYPE_CHAR \" +\n    \"SYSRES_CONST_NUMREQ_REQUISITE_CODE \" +\n    \"SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE \" +\n    \"SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE \" +\n    \"SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE \" +\n    \"SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE \" +\n    \"SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX \" +\n    \"SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_ORIGINALREF_REQUISITE_CODE \" +\n    \"SYSRES_CONST_OURFIRM_REF_CODE \" +\n    \"SYSRES_CONST_OURFIRM_REQUISITE_CODE \" +\n    \"SYSRES_CONST_OURFIRM_VAR \" +\n    \"SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE \" +\n    \"SYSRES_CONST_PICK_NEGATIVE_RESULT \" +\n    \"SYSRES_CONST_PICK_POSITIVE_RESULT \" +\n    \"SYSRES_CONST_PICK_REQUISITE \" +\n    \"SYSRES_CONST_PICK_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_PICK_TYPE_CHAR \" +\n    \"SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_PLATFORM_VERSION_COMMENT \" +\n    \"SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_POSITIVE_PICK_VALUE \" +\n    \"SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE \" +\n    \"SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE \" +\n    \"SYSRES_CONST_PRIORITY_REQUISITE_CODE \" +\n    \"SYSRES_CONST_QUALIFIED_TASK_TYPE \" +\n    \"SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE \" +\n    \"SYSRES_CONST_RECSTAT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REF_REQUISITE \" +\n    \"SYSRES_CONST_REF_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE \" +\n    \"SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE \" +\n    \"SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE \" +\n    \"SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE \" +\n    \"SYSRES_CONST_REFERENCE_TYPE_CHAR \" +\n    \"SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING \" +\n    \"SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN \" +\n    \"SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY \" +\n    \"SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL \" +\n    \"SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE \" +\n    \"SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE \" +\n    \"SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE \" +\n    \"SYSRES_CONST_REQ_MODE_AVAILABLE_CODE \" +\n    \"SYSRES_CONST_REQ_MODE_EDIT_CODE \" +\n    \"SYSRES_CONST_REQ_MODE_HIDDEN_CODE \" +\n    \"SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE \" +\n    \"SYSRES_CONST_REQ_MODE_VIEW_CODE \" +\n    \"SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REQ_SECTION_VALUE \" +\n    \"SYSRES_CONST_REQ_TYPE_VALUE \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_LEFT \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_RIGHT \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT \" +\n    \"SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_ACTIONS \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_BUTTON \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_BUTTONS \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_CARD \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE10 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE11 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE12 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE13 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE14 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE15 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE16 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE17 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE18 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE19 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE2 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE20 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE21 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE22 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE23 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE24 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE3 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE4 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE5 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE6 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE7 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE8 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE9 \" +\n    \"SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_RIGHT_ALIGNMENT_CODE \" +\n    \"SYSRES_CONST_ROLES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_ROUTE_STEP_AFTER_RUS \" +\n    \"SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS \" +\n    \"SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS \" +\n    \"SYSRES_CONST_ROUTE_TYPE_COMPLEX \" +\n    \"SYSRES_CONST_ROUTE_TYPE_PARALLEL \" +\n    \"SYSRES_CONST_ROUTE_TYPE_SERIAL \" +\n    \"SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE \" +\n    \"SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE \" +\n    \"SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_SEARCHES_COMPONENT_CONTENT \" +\n    \"SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME \" +\n    \"SYSRES_CONST_SEARCHES_EDOC_CONTENT \" +\n    \"SYSRES_CONST_SEARCHES_FOLDER_CONTENT \" +\n    \"SYSRES_CONST_SEARCHES_JOB_CONTENT \" +\n    \"SYSRES_CONST_SEARCHES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_SEARCHES_TASK_CONTENT \" +\n    \"SYSRES_CONST_SECOND_CHAR \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE \" +\n    \"SYSRES_CONST_SELECT_REFERENCE_MODE_NAME \" +\n    \"SYSRES_CONST_SELECT_TYPE_SELECTABLE \" +\n    \"SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD \" +\n    \"SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD \" +\n    \"SYSRES_CONST_SELECT_TYPE_UNSLECTABLE \" +\n    \"SYSRES_CONST_SERVER_TYPE_MAIN \" +\n    \"SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE \" +\n    \"SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE \" +\n    \"SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE \" +\n    \"SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE \" +\n    \"SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_STATE_REQ_NAME \" +\n    \"SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE \" +\n    \"SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE \" +\n    \"SYSRES_CONST_STATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_STATIC_ROLE_TYPE_CODE \" +\n    \"SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE \" +\n    \"SYSRES_CONST_STATUS_VALUE_AUTOCLEANING \" +\n    \"SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_COMPLETE \" +\n    \"SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_RED_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_SUSPEND \" +\n    \"SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE \" +\n    \"SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_STORAGE_TYPE_FILE \" +\n    \"SYSRES_CONST_STORAGE_TYPE_SQL_SERVER \" +\n    \"SYSRES_CONST_STR_REQUISITE \" +\n    \"SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE \" +\n    \"SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR \" +\n    \"SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR \" +\n    \"SYSRES_CONST_STRING_REQUISITE_CODE \" +\n    \"SYSRES_CONST_STRING_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_STRING_TYPE_CHAR \" +\n    \"SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE \" +\n    \"SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE \" +\n    \"SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE \" +\n    \"SYSRES_CONST_SYSTEM_VERSION_COMMENT \" +\n    \"SYSRES_CONST_TASK_ACCESS_TYPE_ALL \" +\n    \"SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS \" +\n    \"SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL \" +\n    \"SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION \" +\n    \"SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD \" +\n    \"SYSRES_CONST_TASK_ENCODE_TYPE_NONE \" +\n    \"SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD \" +\n    \"SYSRES_CONST_TASK_ROUTE_ALL_CONDITION \" +\n    \"SYSRES_CONST_TASK_ROUTE_AND_CONDITION \" +\n    \"SYSRES_CONST_TASK_ROUTE_OR_CONDITION \" +\n    \"SYSRES_CONST_TASK_STATE_ABORTED \" +\n    \"SYSRES_CONST_TASK_STATE_COMPLETE \" +\n    \"SYSRES_CONST_TASK_STATE_CONTINUED \" +\n    \"SYSRES_CONST_TASK_STATE_CONTROL \" +\n    \"SYSRES_CONST_TASK_STATE_INIT \" +\n    \"SYSRES_CONST_TASK_STATE_WORKING \" +\n    \"SYSRES_CONST_TASK_TITLE \" +\n    \"SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_TASK_TYPES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_TEMPLATES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_TEST_DATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_TEST_DEV_DATABASE_NAME \" +\n    \"SYSRES_CONST_TEST_DEV_SYSTEM_CODE \" +\n    \"SYSRES_CONST_TEST_EDMS_DATABASE_NAME \" +\n    \"SYSRES_CONST_TEST_EDMS_MAIN_CODE \" +\n    \"SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME \" +\n    \"SYSRES_CONST_TEST_EDMS_SECOND_CODE \" +\n    \"SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME \" +\n    \"SYSRES_CONST_TEST_EDMS_SYSTEM_CODE \" +\n    \"SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME \" +\n    \"SYSRES_CONST_TEXT_REQUISITE \" +\n    \"SYSRES_CONST_TEXT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_TEXT_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_TEXT_TYPE_CHAR \" +\n    \"SYSRES_CONST_TYPE_CODE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE \" +\n    \"SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME \" +\n    \"SYSRES_CONST_USE_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_USE_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE \" +\n    \"SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_CATEGORY_NORMAL \" +\n    \"SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_COMMON_CATEGORY \" +\n    \"SYSRES_CONST_USER_COMMON_CATEGORY_CODE \" +\n    \"SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_LOGIN_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_SERVICE_CATEGORY \" +\n    \"SYSRES_CONST_USER_SERVICE_CATEGORY_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME \" +\n    \"SYSRES_CONST_USER_STATUS_DEVELOPER_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_DEVELOPER_NAME \" +\n    \"SYSRES_CONST_USER_STATUS_DISABLED_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_DISABLED_NAME \" +\n    \"SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_USER_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_USER_NAME \" +\n    \"SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED \" +\n    \"SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER \" +\n    \"SYSRES_CONST_USER_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME \" +\n    \"SYSRES_CONST_USERS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME \" +\n    \"SYSRES_CONST_VIEW_DEFAULT_CODE \" +\n    \"SYSRES_CONST_VIEW_DEFAULT_NAME \" +\n    \"SYSRES_CONST_VIEWER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_WAITING_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING  \" +\n    \"SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING \" +\n    \"SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE \" +\n    \"SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE \" +\n    \"SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE \" +\n    \"SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS \" +\n    \"SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS \" +\n    \"SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD \" +\n    \"SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT \" +\n    \"SYSRES_CONST_XML_ENCODING \" +\n    \"SYSRES_CONST_XREC_STAT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_XRECID_FIELD_NAME \" +\n    \"SYSRES_CONST_YES \" +\n    \"SYSRES_CONST_YES_NO_2_REQUISITE_CODE \" +\n    \"SYSRES_CONST_YES_NO_REQUISITE_CODE \" +\n    \"SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_YES_PICK_VALUE \" +\n    \"SYSRES_CONST_YES_VALUE \";\n\n  // Base constant\n  var base_constants = \"CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE \";\n\n  // Base group name\n  var base_group_name_constants =\n    \"ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME \";\n\n  // Decision block properties\n  var decision_block_properties_constants =\n    \"DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY \" +\n    \"DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY \";\n\n  // File extension\n  var file_extension_constants =\n    \"ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION \" +\n    \"SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION \";\n\n  // Job block properties\n  var job_block_properties_constants =\n    \"JOB_BLOCK_ABORT_DEADLINE_PROPERTY \" +\n    \"JOB_BLOCK_AFTER_FINISH_EVENT \" +\n    \"JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT \" +\n    \"JOB_BLOCK_ATTACHMENT_PROPERTY \" +\n    \"JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY \" +\n    \"JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY \" +\n    \"JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT \" +\n    \"JOB_BLOCK_BEFORE_START_EVENT \" +\n    \"JOB_BLOCK_CREATED_JOBS_PROPERTY \" +\n    \"JOB_BLOCK_DEADLINE_PROPERTY \" +\n    \"JOB_BLOCK_EXECUTION_RESULTS_PROPERTY \" +\n    \"JOB_BLOCK_IS_PARALLEL_PROPERTY \" +\n    \"JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY \" +\n    \"JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"JOB_BLOCK_JOB_TEXT_PROPERTY \" +\n    \"JOB_BLOCK_NAME_PROPERTY \" +\n    \"JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY \" +\n    \"JOB_BLOCK_PERFORMER_PROPERTY \" +\n    \"JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY \" +\n    \"JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \" +\n    \"JOB_BLOCK_SUBJECT_PROPERTY \";\n\n  // Language code\n  var language_code_constants = \"ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE \";\n\n  // Launching external applications\n  var launching_external_applications_constants =\n    \"smHidden smMaximized smMinimized smNormal wmNo wmYes \";\n\n  // Link kind\n  var link_kind_constants =\n    \"COMPONENT_TOKEN_LINK_KIND \" +\n    \"DOCUMENT_LINK_KIND \" +\n    \"EDOCUMENT_LINK_KIND \" +\n    \"FOLDER_LINK_KIND \" +\n    \"JOB_LINK_KIND \" +\n    \"REFERENCE_LINK_KIND \" +\n    \"TASK_LINK_KIND \";\n\n  // Lock type\n  var lock_type_constants =\n    \"COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE \";\n\n  // Monitor block properties\n  var monitor_block_properties_constants =\n    \"MONITOR_BLOCK_AFTER_FINISH_EVENT \" +\n    \"MONITOR_BLOCK_BEFORE_START_EVENT \" +\n    \"MONITOR_BLOCK_DEADLINE_PROPERTY \" +\n    \"MONITOR_BLOCK_INTERVAL_PROPERTY \" +\n    \"MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY \" +\n    \"MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"MONITOR_BLOCK_NAME_PROPERTY \" +\n    \"MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \" +\n    \"MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY \";\n\n  // Notice block properties\n  var notice_block_properties_constants =\n    \"NOTICE_BLOCK_AFTER_FINISH_EVENT \" +\n    \"NOTICE_BLOCK_ATTACHMENT_PROPERTY \" +\n    \"NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY \" +\n    \"NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY \" +\n    \"NOTICE_BLOCK_BEFORE_START_EVENT \" +\n    \"NOTICE_BLOCK_CREATED_NOTICES_PROPERTY \" +\n    \"NOTICE_BLOCK_DEADLINE_PROPERTY \" +\n    \"NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"NOTICE_BLOCK_NAME_PROPERTY \" +\n    \"NOTICE_BLOCK_NOTICE_TEXT_PROPERTY \" +\n    \"NOTICE_BLOCK_PERFORMER_PROPERTY \" +\n    \"NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \" +\n    \"NOTICE_BLOCK_SUBJECT_PROPERTY \";\n\n  // Object events\n  var object_events_constants =\n    \"dseAfterCancel \" +\n    \"dseAfterClose \" +\n    \"dseAfterDelete \" +\n    \"dseAfterDeleteOutOfTransaction \" +\n    \"dseAfterInsert \" +\n    \"dseAfterOpen \" +\n    \"dseAfterScroll \" +\n    \"dseAfterUpdate \" +\n    \"dseAfterUpdateOutOfTransaction \" +\n    \"dseBeforeCancel \" +\n    \"dseBeforeClose \" +\n    \"dseBeforeDelete \" +\n    \"dseBeforeDetailUpdate \" +\n    \"dseBeforeInsert \" +\n    \"dseBeforeOpen \" +\n    \"dseBeforeUpdate \" +\n    \"dseOnAnyRequisiteChange \" +\n    \"dseOnCloseRecord \" +\n    \"dseOnDeleteError \" +\n    \"dseOnOpenRecord \" +\n    \"dseOnPrepareUpdate \" +\n    \"dseOnUpdateError \" +\n    \"dseOnUpdateRatifiedRecord \" +\n    \"dseOnValidDelete \" +\n    \"dseOnValidUpdate \" +\n    \"reOnChange \" +\n    \"reOnChangeValues \" +\n    \"SELECTION_BEGIN_ROUTE_EVENT \" +\n    \"SELECTION_END_ROUTE_EVENT \";\n\n  // Object params\n  var object_params_constants =\n    \"CURRENT_PERIOD_IS_REQUIRED \" +\n    \"PREVIOUS_CARD_TYPE_NAME \" +\n    \"SHOW_RECORD_PROPERTIES_FORM \";\n\n  // Other\n  var other_constants =\n    \"ACCESS_RIGHTS_SETTING_DIALOG_CODE \" +\n    \"ADMINISTRATOR_USER_CODE \" +\n    \"ANALYTIC_REPORT_TYPE \" +\n    \"asrtHideLocal \" +\n    \"asrtHideRemote \" +\n    \"CALCULATED_ROLE_TYPE_CODE \" +\n    \"COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE \" +\n    \"DCTS_TEST_PROTOCOLS_FOLDER_PATH \" +\n    \"E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED \" +\n    \"E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER \" +\n    \"E_EDOC_VERSION_ALREDY_SIGNED \" +\n    \"E_EDOC_VERSION_ALREDY_SIGNED_BY_USER \" +\n    \"EDOC_TYPES_CODE_REQUISITE_FIELD_NAME \" +\n    \"EDOCUMENTS_ALIAS_NAME \" +\n    \"FILES_FOLDER_PATH \" +\n    \"FILTER_OPERANDS_DELIMITER \" +\n    \"FILTER_OPERATIONS_DELIMITER \" +\n    \"FORMCARD_NAME \" +\n    \"FORMLIST_NAME \" +\n    \"GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE \" +\n    \"GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE \" +\n    \"INTEGRATED_REPORT_TYPE \" +\n    \"IS_BUILDER_APPLICATION_ROLE \" +\n    \"IS_BUILDER_APPLICATION_ROLE2 \" +\n    \"IS_BUILDER_USERS \" +\n    \"ISBSYSDEV \" +\n    \"LOG_FOLDER_PATH \" +\n    \"mbCancel \" +\n    \"mbNo \" +\n    \"mbNoToAll \" +\n    \"mbOK \" +\n    \"mbYes \" +\n    \"mbYesToAll \" +\n    \"MEMORY_DATASET_DESRIPTIONS_FILENAME \" +\n    \"mrNo \" +\n    \"mrNoToAll \" +\n    \"mrYes \" +\n    \"mrYesToAll \" +\n    \"MULTIPLE_SELECT_DIALOG_CODE \" +\n    \"NONOPERATING_RECORD_FLAG_FEMININE \" +\n    \"NONOPERATING_RECORD_FLAG_MASCULINE \" +\n    \"OPERATING_RECORD_FLAG_FEMININE \" +\n    \"OPERATING_RECORD_FLAG_MASCULINE \" +\n    \"PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE \" +\n    \"PROGRAM_INITIATED_LOOKUP_ACTION \" +\n    \"ratDelete \" +\n    \"ratEdit \" +\n    \"ratInsert \" +\n    \"REPORT_TYPE \" +\n    \"REQUIRED_PICK_VALUES_VARIABLE \" +\n    \"rmCard \" +\n    \"rmList \" +\n    \"SBRTE_PROGID_DEV \" +\n    \"SBRTE_PROGID_RELEASE \" +\n    \"STATIC_ROLE_TYPE_CODE \" +\n    \"SUPPRESS_EMPTY_TEMPLATE_CREATION \" +\n    \"SYSTEM_USER_CODE \" +\n    \"UPDATE_DIALOG_DATASET \" +\n    \"USED_IN_OBJECT_HINT_PARAM \" +\n    \"USER_INITIATED_LOOKUP_ACTION \" +\n    \"USER_NAME_FORMAT \" +\n    \"USER_SELECTION_RESTRICTIONS \" +\n    \"WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH \" +\n    \"ELS_SUBTYPE_CONTROL_NAME \" +\n    \"ELS_FOLDER_KIND_CONTROL_NAME \" +\n    \"REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME \";\n\n  // Privileges\n  var privileges_constants =\n    \"PRIVILEGE_COMPONENT_FULL_ACCESS \" +\n    \"PRIVILEGE_DEVELOPMENT_EXPORT \" +\n    \"PRIVILEGE_DEVELOPMENT_IMPORT \" +\n    \"PRIVILEGE_DOCUMENT_DELETE \" +\n    \"PRIVILEGE_ESD \" +\n    \"PRIVILEGE_FOLDER_DELETE \" +\n    \"PRIVILEGE_MANAGE_ACCESS_RIGHTS \" +\n    \"PRIVILEGE_MANAGE_REPLICATION \" +\n    \"PRIVILEGE_MANAGE_SESSION_SERVER \" +\n    \"PRIVILEGE_OBJECT_FULL_ACCESS \" +\n    \"PRIVILEGE_OBJECT_VIEW \" +\n    \"PRIVILEGE_RESERVE_LICENSE \" +\n    \"PRIVILEGE_SYSTEM_CUSTOMIZE \" +\n    \"PRIVILEGE_SYSTEM_DEVELOP \" +\n    \"PRIVILEGE_SYSTEM_INSTALL \" +\n    \"PRIVILEGE_TASK_DELETE \" +\n    \"PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE \" +\n    \"PRIVILEGES_PSEUDOREFERENCE_CODE \";\n\n  // Pseudoreference code\n  var pseudoreference_code_constants =\n    \"ACCESS_TYPES_PSEUDOREFERENCE_CODE \" +\n    \"ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE \" +\n    \"ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE \" +\n    \"ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE \" +\n    \"AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE \" +\n    \"COMPONENTS_PSEUDOREFERENCE_CODE \" +\n    \"FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE \" +\n    \"GROUPS_PSEUDOREFERENCE_CODE \" +\n    \"RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE \" +\n    \"REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE \" +\n    \"REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE \" +\n    \"REFTYPES_PSEUDOREFERENCE_CODE \" +\n    \"REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE \" +\n    \"SEND_PROTOCOL_PSEUDOREFERENCE_CODE \" +\n    \"SUBSTITUTES_PSEUDOREFERENCE_CODE \" +\n    \"SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE \" +\n    \"UNITS_PSEUDOREFERENCE_CODE \" +\n    \"USERS_PSEUDOREFERENCE_CODE \" +\n    \"VIEWERS_PSEUDOREFERENCE_CODE \";\n\n  // Requisite ISBCertificateType values\n  var requisite_ISBCertificateType_values_constants =\n    \"CERTIFICATE_TYPE_ENCRYPT \" +\n    \"CERTIFICATE_TYPE_SIGN \" +\n    \"CERTIFICATE_TYPE_SIGN_AND_ENCRYPT \";\n\n  // Requisite ISBEDocStorageType values\n  var requisite_ISBEDocStorageType_values_constants =\n    \"STORAGE_TYPE_FILE \" +\n    \"STORAGE_TYPE_NAS_CIFS \" +\n    \"STORAGE_TYPE_SAPERION \" +\n    \"STORAGE_TYPE_SQL_SERVER \";\n\n  // Requisite CompType2 values\n  var requisite_compType2_values_constants =\n    \"COMPTYPE2_REQUISITE_DOCUMENTS_VALUE \" +\n    \"COMPTYPE2_REQUISITE_TASKS_VALUE \" +\n    \"COMPTYPE2_REQUISITE_FOLDERS_VALUE \" +\n    \"COMPTYPE2_REQUISITE_REFERENCES_VALUE \";\n\n  // Requisite name\n  var requisite_name_constants =\n    \"SYSREQ_CODE \" +\n    \"SYSREQ_COMPTYPE2 \" +\n    \"SYSREQ_CONST_AVAILABLE_FOR_WEB \" +\n    \"SYSREQ_CONST_COMMON_CODE \" +\n    \"SYSREQ_CONST_COMMON_VALUE \" +\n    \"SYSREQ_CONST_FIRM_CODE \" +\n    \"SYSREQ_CONST_FIRM_STATUS \" +\n    \"SYSREQ_CONST_FIRM_VALUE \" +\n    \"SYSREQ_CONST_SERVER_STATUS \" +\n    \"SYSREQ_CONTENTS \" +\n    \"SYSREQ_DATE_OPEN \" +\n    \"SYSREQ_DATE_CLOSE \" +\n    \"SYSREQ_DESCRIPTION \" +\n    \"SYSREQ_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_DOUBLE \" +\n    \"SYSREQ_EDOC_ACCESS_TYPE \" +\n    \"SYSREQ_EDOC_AUTHOR \" +\n    \"SYSREQ_EDOC_CREATED \" +\n    \"SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE \" +\n    \"SYSREQ_EDOC_EDITOR \" +\n    \"SYSREQ_EDOC_ENCODE_TYPE \" +\n    \"SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME \" +\n    \"SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION \" +\n    \"SYSREQ_EDOC_EXPORT_DATE \" +\n    \"SYSREQ_EDOC_EXPORTER \" +\n    \"SYSREQ_EDOC_KIND \" +\n    \"SYSREQ_EDOC_LIFE_STAGE_NAME \" +\n    \"SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE \" +\n    \"SYSREQ_EDOC_MODIFIED \" +\n    \"SYSREQ_EDOC_NAME \" +\n    \"SYSREQ_EDOC_NOTE \" +\n    \"SYSREQ_EDOC_QUALIFIED_ID \" +\n    \"SYSREQ_EDOC_SESSION_KEY \" +\n    \"SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME \" +\n    \"SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION \" +\n    \"SYSREQ_EDOC_SIGNATURE_TYPE \" +\n    \"SYSREQ_EDOC_SIGNED \" +\n    \"SYSREQ_EDOC_STORAGE \" +\n    \"SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE \" +\n    \"SYSREQ_EDOC_STORAGES_CHECK_RIGHTS \" +\n    \"SYSREQ_EDOC_STORAGES_COMPUTER_NAME \" +\n    \"SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE \" +\n    \"SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE \" +\n    \"SYSREQ_EDOC_STORAGES_FUNCTION \" +\n    \"SYSREQ_EDOC_STORAGES_INITIALIZED \" +\n    \"SYSREQ_EDOC_STORAGES_LOCAL_PATH \" +\n    \"SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME \" +\n    \"SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT \" +\n    \"SYSREQ_EDOC_STORAGES_SERVER_NAME \" +\n    \"SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME \" +\n    \"SYSREQ_EDOC_STORAGES_TYPE \" +\n    \"SYSREQ_EDOC_TEXT_MODIFIED \" +\n    \"SYSREQ_EDOC_TYPE_ACT_CODE \" +\n    \"SYSREQ_EDOC_TYPE_ACT_DESCRIPTION \" +\n    \"SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE \" +\n    \"SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS \" +\n    \"SYSREQ_EDOC_TYPE_ACT_SECTION \" +\n    \"SYSREQ_EDOC_TYPE_ADD_PARAMS \" +\n    \"SYSREQ_EDOC_TYPE_COMMENT \" +\n    \"SYSREQ_EDOC_TYPE_EVENT_TEXT \" +\n    \"SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR \" +\n    \"SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_TYPE_NUMERATION_METHOD \" +\n    \"SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE \" +\n    \"SYSREQ_EDOC_TYPE_REQ_CODE \" +\n    \"SYSREQ_EDOC_TYPE_REQ_DESCRIPTION \" +\n    \"SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_TYPE_REQ_IS_LEADING \" +\n    \"SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED \" +\n    \"SYSREQ_EDOC_TYPE_REQ_NUMBER \" +\n    \"SYSREQ_EDOC_TYPE_REQ_ON_CHANGE \" +\n    \"SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS \" +\n    \"SYSREQ_EDOC_TYPE_REQ_ON_SELECT \" +\n    \"SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND \" +\n    \"SYSREQ_EDOC_TYPE_REQ_SECTION \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_CARD \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_CODE \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_COMMENT \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_IS_MAIN \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_NAME \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_VERSION_AUTHOR \" +\n    \"SYSREQ_EDOC_VERSION_CRC \" +\n    \"SYSREQ_EDOC_VERSION_DATA \" +\n    \"SYSREQ_EDOC_VERSION_EDITOR \" +\n    \"SYSREQ_EDOC_VERSION_EXPORT_DATE \" +\n    \"SYSREQ_EDOC_VERSION_EXPORTER \" +\n    \"SYSREQ_EDOC_VERSION_HIDDEN \" +\n    \"SYSREQ_EDOC_VERSION_LIFE_STAGE \" +\n    \"SYSREQ_EDOC_VERSION_MODIFIED \" +\n    \"SYSREQ_EDOC_VERSION_NOTE \" +\n    \"SYSREQ_EDOC_VERSION_SIGNATURE_TYPE \" +\n    \"SYSREQ_EDOC_VERSION_SIGNED \" +\n    \"SYSREQ_EDOC_VERSION_SIZE \" +\n    \"SYSREQ_EDOC_VERSION_SOURCE \" +\n    \"SYSREQ_EDOC_VERSION_TEXT_MODIFIED \" +\n    \"SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE \" +\n    \"SYSREQ_FOLDER_KIND \" +\n    \"SYSREQ_FUNC_CATEGORY \" +\n    \"SYSREQ_FUNC_COMMENT \" +\n    \"SYSREQ_FUNC_GROUP \" +\n    \"SYSREQ_FUNC_GROUP_COMMENT \" +\n    \"SYSREQ_FUNC_GROUP_NUMBER \" +\n    \"SYSREQ_FUNC_HELP \" +\n    \"SYSREQ_FUNC_PARAM_DEF_VALUE \" +\n    \"SYSREQ_FUNC_PARAM_IDENT \" +\n    \"SYSREQ_FUNC_PARAM_NUMBER \" +\n    \"SYSREQ_FUNC_PARAM_TYPE \" +\n    \"SYSREQ_FUNC_TEXT \" +\n    \"SYSREQ_GROUP_CATEGORY \" +\n    \"SYSREQ_ID \" +\n    \"SYSREQ_LAST_UPDATE \" +\n    \"SYSREQ_LEADER_REFERENCE \" +\n    \"SYSREQ_LINE_NUMBER \" +\n    \"SYSREQ_MAIN_RECORD_ID \" +\n    \"SYSREQ_NAME \" +\n    \"SYSREQ_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_NOTE \" +\n    \"SYSREQ_ORIGINAL_RECORD \" +\n    \"SYSREQ_OUR_FIRM \" +\n    \"SYSREQ_PROFILING_SETTINGS_BATCH_LOGING \" +\n    \"SYSREQ_PROFILING_SETTINGS_BATCH_SIZE \" +\n    \"SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED \" +\n    \"SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED \" +\n    \"SYSREQ_PROFILING_SETTINGS_START_LOGGED \" +\n    \"SYSREQ_RECORD_STATUS \" +\n    \"SYSREQ_REF_REQ_FIELD_NAME \" +\n    \"SYSREQ_REF_REQ_FORMAT \" +\n    \"SYSREQ_REF_REQ_GENERATED \" +\n    \"SYSREQ_REF_REQ_LENGTH \" +\n    \"SYSREQ_REF_REQ_PRECISION \" +\n    \"SYSREQ_REF_REQ_REFERENCE \" +\n    \"SYSREQ_REF_REQ_SECTION \" +\n    \"SYSREQ_REF_REQ_STORED \" +\n    \"SYSREQ_REF_REQ_TOKENS \" +\n    \"SYSREQ_REF_REQ_TYPE \" +\n    \"SYSREQ_REF_REQ_VIEW \" +\n    \"SYSREQ_REF_TYPE_ACT_CODE \" +\n    \"SYSREQ_REF_TYPE_ACT_DESCRIPTION \" +\n    \"SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_REF_TYPE_ACT_ON_EXECUTE \" +\n    \"SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS \" +\n    \"SYSREQ_REF_TYPE_ACT_SECTION \" +\n    \"SYSREQ_REF_TYPE_ADD_PARAMS \" +\n    \"SYSREQ_REF_TYPE_COMMENT \" +\n    \"SYSREQ_REF_TYPE_COMMON_SETTINGS \" +\n    \"SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME \" +\n    \"SYSREQ_REF_TYPE_EVENT_TEXT \" +\n    \"SYSREQ_REF_TYPE_MAIN_LEADING_REF \" +\n    \"SYSREQ_REF_TYPE_NAME_IN_SINGULAR \" +\n    \"SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID \" +\n    \"SYSREQ_REF_TYPE_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_REF_TYPE_NUMERATION_METHOD \" +\n    \"SYSREQ_REF_TYPE_REQ_CODE \" +\n    \"SYSREQ_REF_TYPE_REQ_DESCRIPTION \" +\n    \"SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_REF_TYPE_REQ_IS_CONTROL \" +\n    \"SYSREQ_REF_TYPE_REQ_IS_FILTER \" +\n    \"SYSREQ_REF_TYPE_REQ_IS_LEADING \" +\n    \"SYSREQ_REF_TYPE_REQ_IS_REQUIRED \" +\n    \"SYSREQ_REF_TYPE_REQ_NUMBER \" +\n    \"SYSREQ_REF_TYPE_REQ_ON_CHANGE \" +\n    \"SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS \" +\n    \"SYSREQ_REF_TYPE_REQ_ON_SELECT \" +\n    \"SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND \" +\n    \"SYSREQ_REF_TYPE_REQ_SECTION \" +\n    \"SYSREQ_REF_TYPE_VIEW_CARD \" +\n    \"SYSREQ_REF_TYPE_VIEW_CODE \" +\n    \"SYSREQ_REF_TYPE_VIEW_COMMENT \" +\n    \"SYSREQ_REF_TYPE_VIEW_IS_MAIN \" +\n    \"SYSREQ_REF_TYPE_VIEW_NAME \" +\n    \"SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_REFERENCE_TYPE_ID \" +\n    \"SYSREQ_STATE \" +\n    \"SYSREQ_STATЕ \" +\n    \"SYSREQ_SYSTEM_SETTINGS_VALUE \" +\n    \"SYSREQ_TYPE \" +\n    \"SYSREQ_UNIT \" +\n    \"SYSREQ_UNIT_ID \" +\n    \"SYSREQ_USER_GROUPS_GROUP_FULL_NAME \" +\n    \"SYSREQ_USER_GROUPS_GROUP_NAME \" +\n    \"SYSREQ_USER_GROUPS_GROUP_SERVER_NAME \" +\n    \"SYSREQ_USERS_ACCESS_RIGHTS \" +\n    \"SYSREQ_USERS_AUTHENTICATION \" +\n    \"SYSREQ_USERS_CATEGORY \" +\n    \"SYSREQ_USERS_COMPONENT \" +\n    \"SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC \" +\n    \"SYSREQ_USERS_DOMAIN \" +\n    \"SYSREQ_USERS_FULL_USER_NAME \" +\n    \"SYSREQ_USERS_GROUP \" +\n    \"SYSREQ_USERS_IS_MAIN_SERVER \" +\n    \"SYSREQ_USERS_LOGIN \" +\n    \"SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC \" +\n    \"SYSREQ_USERS_STATUS \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_INFO \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_STATE \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT \" +\n    \"SYSREQ_USERS_USER_DEFAULT_CERTIFICATE \" +\n    \"SYSREQ_USERS_USER_DESCRIPTION \" +\n    \"SYSREQ_USERS_USER_GLOBAL_NAME \" +\n    \"SYSREQ_USERS_USER_LOGIN \" +\n    \"SYSREQ_USERS_USER_MAIN_SERVER \" +\n    \"SYSREQ_USERS_USER_TYPE \" +\n    \"SYSREQ_WORK_RULES_FOLDER_ID \";\n\n  // Result\n  var result_constants = \"RESULT_VAR_NAME RESULT_VAR_NAME_ENG \";\n\n  // Rule identification\n  var rule_identification_constants =\n    \"AUTO_NUMERATION_RULE_ID \" +\n    \"CANT_CHANGE_ID_REQUISITE_RULE_ID \" +\n    \"CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID \" +\n    \"CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID \" +\n    \"CHECK_CODE_REQUISITE_RULE_ID \" +\n    \"CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID \" +\n    \"CHECK_FILTRATER_CHANGES_RULE_ID \" +\n    \"CHECK_RECORD_INTERVAL_RULE_ID \" +\n    \"CHECK_REFERENCE_INTERVAL_RULE_ID \" +\n    \"CHECK_REQUIRED_DATA_FULLNESS_RULE_ID \" +\n    \"CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID \" +\n    \"MAKE_RECORD_UNRATIFIED_RULE_ID \" +\n    \"RESTORE_AUTO_NUMERATION_RULE_ID \" +\n    \"SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID \" +\n    \"SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID \" +\n    \"SET_IDSPS_VALUE_RULE_ID \" +\n    \"SET_NEXT_CODE_VALUE_RULE_ID \" +\n    \"SET_OURFIRM_BOUNDS_RULE_ID \" +\n    \"SET_OURFIRM_REQUISITE_RULE_ID \";\n\n  // Script block properties\n  var script_block_properties_constants =\n    \"SCRIPT_BLOCK_AFTER_FINISH_EVENT \" +\n    \"SCRIPT_BLOCK_BEFORE_START_EVENT \" +\n    \"SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY \" +\n    \"SCRIPT_BLOCK_NAME_PROPERTY \" +\n    \"SCRIPT_BLOCK_SCRIPT_PROPERTY \";\n\n  // Subtask block properties\n  var subtask_block_properties_constants =\n    \"SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY \" +\n    \"SUBTASK_BLOCK_AFTER_FINISH_EVENT \" +\n    \"SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT \" +\n    \"SUBTASK_BLOCK_ATTACHMENTS_PROPERTY \" +\n    \"SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY \" +\n    \"SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY \" +\n    \"SUBTASK_BLOCK_BEFORE_START_EVENT \" +\n    \"SUBTASK_BLOCK_CREATED_TASK_PROPERTY \" +\n    \"SUBTASK_BLOCK_CREATION_EVENT \" +\n    \"SUBTASK_BLOCK_DEADLINE_PROPERTY \" +\n    \"SUBTASK_BLOCK_IMPORTANCE_PROPERTY \" +\n    \"SUBTASK_BLOCK_INITIATOR_PROPERTY \" +\n    \"SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY \" +\n    \"SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"SUBTASK_BLOCK_JOBS_TYPE_PROPERTY \" +\n    \"SUBTASK_BLOCK_NAME_PROPERTY \" +\n    \"SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY \" +\n    \"SUBTASK_BLOCK_PERFORMERS_PROPERTY \" +\n    \"SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY \" +\n    \"SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \" +\n    \"SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY \" +\n    \"SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY \" +\n    \"SUBTASK_BLOCK_START_EVENT \" +\n    \"SUBTASK_BLOCK_STEP_CONTROL_PROPERTY \" +\n    \"SUBTASK_BLOCK_SUBJECT_PROPERTY \" +\n    \"SUBTASK_BLOCK_TASK_CONTROL_PROPERTY \" +\n    \"SUBTASK_BLOCK_TEXT_PROPERTY \" +\n    \"SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY \" +\n    \"SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY \" +\n    \"SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY \";\n\n  // System component\n  var system_component_constants =\n    \"SYSCOMP_CONTROL_JOBS \" +\n    \"SYSCOMP_FOLDERS \" +\n    \"SYSCOMP_JOBS \" +\n    \"SYSCOMP_NOTICES \" +\n    \"SYSCOMP_TASKS \";\n\n  // System dialogs\n  var system_dialogs_constants =\n    \"SYSDLG_CREATE_EDOCUMENT \" +\n    \"SYSDLG_CREATE_EDOCUMENT_VERSION \" +\n    \"SYSDLG_CURRENT_PERIOD \" +\n    \"SYSDLG_EDIT_FUNCTION_HELP \" +\n    \"SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE \" +\n    \"SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS \" +\n    \"SYSDLG_EXPORT_SINGLE_EDOCUMENT \" +\n    \"SYSDLG_IMPORT_EDOCUMENT \" +\n    \"SYSDLG_MULTIPLE_SELECT \" +\n    \"SYSDLG_SETUP_ACCESS_RIGHTS \" +\n    \"SYSDLG_SETUP_DEFAULT_RIGHTS \" +\n    \"SYSDLG_SETUP_FILTER_CONDITION \" +\n    \"SYSDLG_SETUP_SIGN_RIGHTS \" +\n    \"SYSDLG_SETUP_TASK_OBSERVERS \" +\n    \"SYSDLG_SETUP_TASK_ROUTE \" +\n    \"SYSDLG_SETUP_USERS_LIST \" +\n    \"SYSDLG_SIGN_EDOCUMENT \" +\n    \"SYSDLG_SIGN_MULTIPLE_EDOCUMENTS \";\n\n  // System reference names\n  var system_reference_names_constants =\n    \"SYSREF_ACCESS_RIGHTS_TYPES \" +\n    \"SYSREF_ADMINISTRATION_HISTORY \" +\n    \"SYSREF_ALL_AVAILABLE_COMPONENTS \" +\n    \"SYSREF_ALL_AVAILABLE_PRIVILEGES \" +\n    \"SYSREF_ALL_REPLICATING_COMPONENTS \" +\n    \"SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS \" +\n    \"SYSREF_CALENDAR_EVENTS \" +\n    \"SYSREF_COMPONENT_TOKEN_HISTORY \" +\n    \"SYSREF_COMPONENT_TOKENS \" +\n    \"SYSREF_COMPONENTS \" +\n    \"SYSREF_CONSTANTS \" +\n    \"SYSREF_DATA_RECEIVE_PROTOCOL \" +\n    \"SYSREF_DATA_SEND_PROTOCOL \" +\n    \"SYSREF_DIALOGS \" +\n    \"SYSREF_DIALOGS_REQUISITES \" +\n    \"SYSREF_EDITORS \" +\n    \"SYSREF_EDOC_CARDS \" +\n    \"SYSREF_EDOC_TYPES \" +\n    \"SYSREF_EDOCUMENT_CARD_REQUISITES \" +\n    \"SYSREF_EDOCUMENT_CARD_TYPES \" +\n    \"SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE \" +\n    \"SYSREF_EDOCUMENT_CARDS \" +\n    \"SYSREF_EDOCUMENT_HISTORY \" +\n    \"SYSREF_EDOCUMENT_KINDS \" +\n    \"SYSREF_EDOCUMENT_REQUISITES \" +\n    \"SYSREF_EDOCUMENT_SIGNATURES \" +\n    \"SYSREF_EDOCUMENT_TEMPLATES \" +\n    \"SYSREF_EDOCUMENT_TEXT_STORAGES \" +\n    \"SYSREF_EDOCUMENT_VIEWS \" +\n    \"SYSREF_FILTERER_SETUP_CONFLICTS \" +\n    \"SYSREF_FILTRATER_SETTING_CONFLICTS \" +\n    \"SYSREF_FOLDER_HISTORY \" +\n    \"SYSREF_FOLDERS \" +\n    \"SYSREF_FUNCTION_GROUPS \" +\n    \"SYSREF_FUNCTION_PARAMS \" +\n    \"SYSREF_FUNCTIONS \" +\n    \"SYSREF_JOB_HISTORY \" +\n    \"SYSREF_LINKS \" +\n    \"SYSREF_LOCALIZATION_DICTIONARY \" +\n    \"SYSREF_LOCALIZATION_LANGUAGES \" +\n    \"SYSREF_MODULES \" +\n    \"SYSREF_PRIVILEGES \" +\n    \"SYSREF_RECORD_HISTORY \" +\n    \"SYSREF_REFERENCE_REQUISITES \" +\n    \"SYSREF_REFERENCE_TYPE_VIEWS \" +\n    \"SYSREF_REFERENCE_TYPES \" +\n    \"SYSREF_REFERENCES \" +\n    \"SYSREF_REFERENCES_REQUISITES \" +\n    \"SYSREF_REMOTE_SERVERS \" +\n    \"SYSREF_REPLICATION_SESSIONS_LOG \" +\n    \"SYSREF_REPLICATION_SESSIONS_PROTOCOL \" +\n    \"SYSREF_REPORTS \" +\n    \"SYSREF_ROLES \" +\n    \"SYSREF_ROUTE_BLOCK_GROUPS \" +\n    \"SYSREF_ROUTE_BLOCKS \" +\n    \"SYSREF_SCRIPTS \" +\n    \"SYSREF_SEARCHES \" +\n    \"SYSREF_SERVER_EVENTS \" +\n    \"SYSREF_SERVER_EVENTS_HISTORY \" +\n    \"SYSREF_STANDARD_ROUTE_GROUPS \" +\n    \"SYSREF_STANDARD_ROUTES \" +\n    \"SYSREF_STATUSES \" +\n    \"SYSREF_SYSTEM_SETTINGS \" +\n    \"SYSREF_TASK_HISTORY \" +\n    \"SYSREF_TASK_KIND_GROUPS \" +\n    \"SYSREF_TASK_KINDS \" +\n    \"SYSREF_TASK_RIGHTS \" +\n    \"SYSREF_TASK_SIGNATURES \" +\n    \"SYSREF_TASKS \" +\n    \"SYSREF_UNITS \" +\n    \"SYSREF_USER_GROUPS \" +\n    \"SYSREF_USER_GROUPS_REFERENCE \" +\n    \"SYSREF_USER_SUBSTITUTION \" +\n    \"SYSREF_USERS \" +\n    \"SYSREF_USERS_REFERENCE \" +\n    \"SYSREF_VIEWERS \" +\n    \"SYSREF_WORKING_TIME_CALENDARS \";\n\n  // Table name\n  var table_name_constants =\n    \"ACCESS_RIGHTS_TABLE_NAME \" +\n    \"EDMS_ACCESS_TABLE_NAME \" +\n    \"EDOC_TYPES_TABLE_NAME \";\n\n  // Test\n  var test_constants =\n    \"TEST_DEV_DB_NAME \" +\n    \"TEST_DEV_SYSTEM_CODE \" +\n    \"TEST_EDMS_DB_NAME \" +\n    \"TEST_EDMS_MAIN_CODE \" +\n    \"TEST_EDMS_MAIN_DB_NAME \" +\n    \"TEST_EDMS_SECOND_CODE \" +\n    \"TEST_EDMS_SECOND_DB_NAME \" +\n    \"TEST_EDMS_SYSTEM_CODE \" +\n    \"TEST_ISB5_MAIN_CODE \" +\n    \"TEST_ISB5_SECOND_CODE \" +\n    \"TEST_SQL_SERVER_2005_NAME \" +\n    \"TEST_SQL_SERVER_NAME \";\n\n  // Using the dialog windows\n  var using_the_dialog_windows_constants =\n    \"ATTENTION_CAPTION \" +\n    \"cbsCommandLinks \" +\n    \"cbsDefault \" +\n    \"CONFIRMATION_CAPTION \" +\n    \"ERROR_CAPTION \" +\n    \"INFORMATION_CAPTION \" +\n    \"mrCancel \" +\n    \"mrOk \";\n\n  // Using the document\n  var using_the_document_constants =\n    \"EDOC_VERSION_ACTIVE_STAGE_CODE \" +\n    \"EDOC_VERSION_DESIGN_STAGE_CODE \" +\n    \"EDOC_VERSION_OBSOLETE_STAGE_CODE \";\n\n  // Using the EA and encryption\n  var using_the_EA_and_encryption_constants =\n    \"cpDataEnciphermentEnabled \" +\n    \"cpDigitalSignatureEnabled \" +\n    \"cpID \" +\n    \"cpIssuer \" +\n    \"cpPluginVersion \" +\n    \"cpSerial \" +\n    \"cpSubjectName \" +\n    \"cpSubjSimpleName \" +\n    \"cpValidFromDate \" +\n    \"cpValidToDate \";\n\n  // Using the ISBL-editor\n  var using_the_ISBL_editor_constants =\n    \"ISBL_SYNTAX \" + \"NO_SYNTAX \" + \"XML_SYNTAX \";\n\n  // Wait block properties\n  var wait_block_properties_constants =\n    \"WAIT_BLOCK_AFTER_FINISH_EVENT \" +\n    \"WAIT_BLOCK_BEFORE_START_EVENT \" +\n    \"WAIT_BLOCK_DEADLINE_PROPERTY \" +\n    \"WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"WAIT_BLOCK_NAME_PROPERTY \" +\n    \"WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \";\n\n  // SYSRES Common\n  var sysres_common_constants =\n    \"SYSRES_COMMON \" +\n    \"SYSRES_CONST \" +\n    \"SYSRES_MBFUNC \" +\n    \"SYSRES_SBDATA \" +\n    \"SYSRES_SBGUI \" +\n    \"SYSRES_SBINTF \" +\n    \"SYSRES_SBREFDSC \" +\n    \"SYSRES_SQLERRORS \" +\n    \"SYSRES_SYSCOMP \";\n\n  // Константы ==> built_in\n  var CONSTANTS =\n    sysres_constants +\n    base_constants +\n    base_group_name_constants +\n    decision_block_properties_constants +\n    file_extension_constants +\n    job_block_properties_constants +\n    language_code_constants +\n    launching_external_applications_constants +\n    link_kind_constants +\n    lock_type_constants +\n    monitor_block_properties_constants +\n    notice_block_properties_constants +\n    object_events_constants +\n    object_params_constants +\n    other_constants +\n    privileges_constants +\n    pseudoreference_code_constants +\n    requisite_ISBCertificateType_values_constants +\n    requisite_ISBEDocStorageType_values_constants +\n    requisite_compType2_values_constants +\n    requisite_name_constants +\n    result_constants +\n    rule_identification_constants +\n    script_block_properties_constants +\n    subtask_block_properties_constants +\n    system_component_constants +\n    system_dialogs_constants +\n    system_reference_names_constants +\n    table_name_constants +\n    test_constants +\n    using_the_dialog_windows_constants +\n    using_the_document_constants +\n    using_the_EA_and_encryption_constants +\n    using_the_ISBL_editor_constants +\n    wait_block_properties_constants +\n    sysres_common_constants;\n\n  // enum TAccountType\n  var TAccountType = \"atUser atGroup atRole \";\n\n  // enum TActionEnabledMode\n  var TActionEnabledMode =\n    \"aemEnabledAlways \" +\n    \"aemDisabledAlways \" +\n    \"aemEnabledOnBrowse \" +\n    \"aemEnabledOnEdit \" +\n    \"aemDisabledOnBrowseEmpty \";\n\n  // enum TAddPosition\n  var TAddPosition = \"apBegin apEnd \";\n\n  // enum TAlignment\n  var TAlignment = \"alLeft alRight \";\n\n  // enum TAreaShowMode\n  var TAreaShowMode =\n    \"asmNever \" +\n    \"asmNoButCustomize \" +\n    \"asmAsLastTime \" +\n    \"asmYesButCustomize \" +\n    \"asmAlways \";\n\n  // enum TCertificateInvalidationReason\n  var TCertificateInvalidationReason = \"cirCommon cirRevoked \";\n\n  // enum TCertificateType\n  var TCertificateType = \"ctSignature ctEncode ctSignatureEncode \";\n\n  // enum TCheckListBoxItemState\n  var TCheckListBoxItemState = \"clbUnchecked clbChecked clbGrayed \";\n\n  // enum TCloseOnEsc\n  var TCloseOnEsc = \"ceISB ceAlways ceNever \";\n\n  // enum TCompType\n  var TCompType =\n    \"ctDocument \" +\n    \"ctReference \" +\n    \"ctScript \" +\n    \"ctUnknown \" +\n    \"ctReport \" +\n    \"ctDialog \" +\n    \"ctFunction \" +\n    \"ctFolder \" +\n    \"ctEDocument \" +\n    \"ctTask \" +\n    \"ctJob \" +\n    \"ctNotice \" +\n    \"ctControlJob \";\n\n  // enum TConditionFormat\n  var TConditionFormat = \"cfInternal cfDisplay \";\n\n  // enum TConnectionIntent\n  var TConnectionIntent = \"ciUnspecified ciWrite ciRead \";\n\n  // enum TContentKind\n  var TContentKind =\n    \"ckFolder \" +\n    \"ckEDocument \" +\n    \"ckTask \" +\n    \"ckJob \" +\n    \"ckComponentToken \" +\n    \"ckAny \" +\n    \"ckReference \" +\n    \"ckScript \" +\n    \"ckReport \" +\n    \"ckDialog \";\n\n  // enum TControlType\n  var TControlType =\n    \"ctISBLEditor \" +\n    \"ctBevel \" +\n    \"ctButton \" +\n    \"ctCheckListBox \" +\n    \"ctComboBox \" +\n    \"ctComboEdit \" +\n    \"ctGrid \" +\n    \"ctDBCheckBox \" +\n    \"ctDBComboBox \" +\n    \"ctDBEdit \" +\n    \"ctDBEllipsis \" +\n    \"ctDBMemo \" +\n    \"ctDBNavigator \" +\n    \"ctDBRadioGroup \" +\n    \"ctDBStatusLabel \" +\n    \"ctEdit \" +\n    \"ctGroupBox \" +\n    \"ctInplaceHint \" +\n    \"ctMemo \" +\n    \"ctPanel \" +\n    \"ctListBox \" +\n    \"ctRadioButton \" +\n    \"ctRichEdit \" +\n    \"ctTabSheet \" +\n    \"ctWebBrowser \" +\n    \"ctImage \" +\n    \"ctHyperLink \" +\n    \"ctLabel \" +\n    \"ctDBMultiEllipsis \" +\n    \"ctRibbon \" +\n    \"ctRichView \" +\n    \"ctInnerPanel \" +\n    \"ctPanelGroup \" +\n    \"ctBitButton \";\n\n  // enum TCriterionContentType\n  var TCriterionContentType =\n    \"cctDate \" +\n    \"cctInteger \" +\n    \"cctNumeric \" +\n    \"cctPick \" +\n    \"cctReference \" +\n    \"cctString \" +\n    \"cctText \";\n\n  // enum TCultureType\n  var TCultureType = \"cltInternal cltPrimary cltGUI \";\n\n  // enum TDataSetEventType\n  var TDataSetEventType =\n    \"dseBeforeOpen \" +\n    \"dseAfterOpen \" +\n    \"dseBeforeClose \" +\n    \"dseAfterClose \" +\n    \"dseOnValidDelete \" +\n    \"dseBeforeDelete \" +\n    \"dseAfterDelete \" +\n    \"dseAfterDeleteOutOfTransaction \" +\n    \"dseOnDeleteError \" +\n    \"dseBeforeInsert \" +\n    \"dseAfterInsert \" +\n    \"dseOnValidUpdate \" +\n    \"dseBeforeUpdate \" +\n    \"dseOnUpdateRatifiedRecord \" +\n    \"dseAfterUpdate \" +\n    \"dseAfterUpdateOutOfTransaction \" +\n    \"dseOnUpdateError \" +\n    \"dseAfterScroll \" +\n    \"dseOnOpenRecord \" +\n    \"dseOnCloseRecord \" +\n    \"dseBeforeCancel \" +\n    \"dseAfterCancel \" +\n    \"dseOnUpdateDeadlockError \" +\n    \"dseBeforeDetailUpdate \" +\n    \"dseOnPrepareUpdate \" +\n    \"dseOnAnyRequisiteChange \";\n\n  // enum TDataSetState\n  var TDataSetState = \"dssEdit dssInsert dssBrowse dssInActive \";\n\n  // enum TDateFormatType\n  var TDateFormatType = \"dftDate dftShortDate dftDateTime dftTimeStamp \";\n\n  // enum TDateOffsetType\n  var TDateOffsetType = \"dotDays dotHours dotMinutes dotSeconds \";\n\n  // enum TDateTimeKind\n  var TDateTimeKind = \"dtkndLocal dtkndUTC \";\n\n  // enum TDeaAccessRights\n  var TDeaAccessRights = \"arNone arView arEdit arFull \";\n\n  // enum TDocumentDefaultAction\n  var TDocumentDefaultAction = \"ddaView ddaEdit \";\n\n  // enum TEditMode\n  var TEditMode =\n    \"emLock \" +\n    \"emEdit \" +\n    \"emSign \" +\n    \"emExportWithLock \" +\n    \"emImportWithUnlock \" +\n    \"emChangeVersionNote \" +\n    \"emOpenForModify \" +\n    \"emChangeLifeStage \" +\n    \"emDelete \" +\n    \"emCreateVersion \" +\n    \"emImport \" +\n    \"emUnlockExportedWithLock \" +\n    \"emStart \" +\n    \"emAbort \" +\n    \"emReInit \" +\n    \"emMarkAsReaded \" +\n    \"emMarkAsUnreaded \" +\n    \"emPerform \" +\n    \"emAccept \" +\n    \"emResume \" +\n    \"emChangeRights \" +\n    \"emEditRoute \" +\n    \"emEditObserver \" +\n    \"emRecoveryFromLocalCopy \" +\n    \"emChangeWorkAccessType \" +\n    \"emChangeEncodeTypeToCertificate \" +\n    \"emChangeEncodeTypeToPassword \" +\n    \"emChangeEncodeTypeToNone \" +\n    \"emChangeEncodeTypeToCertificatePassword \" +\n    \"emChangeStandardRoute \" +\n    \"emGetText \" +\n    \"emOpenForView \" +\n    \"emMoveToStorage \" +\n    \"emCreateObject \" +\n    \"emChangeVersionHidden \" +\n    \"emDeleteVersion \" +\n    \"emChangeLifeCycleStage \" +\n    \"emApprovingSign \" +\n    \"emExport \" +\n    \"emContinue \" +\n    \"emLockFromEdit \" +\n    \"emUnLockForEdit \" +\n    \"emLockForServer \" +\n    \"emUnlockFromServer \" +\n    \"emDelegateAccessRights \" +\n    \"emReEncode \";\n\n  // enum TEditorCloseObservType\n  var TEditorCloseObservType = \"ecotFile ecotProcess \";\n\n  // enum TEdmsApplicationAction\n  var TEdmsApplicationAction = \"eaGet eaCopy eaCreate eaCreateStandardRoute \";\n\n  // enum TEDocumentLockType\n  var TEDocumentLockType = \"edltAll edltNothing edltQuery \";\n\n  // enum TEDocumentStepShowMode\n  var TEDocumentStepShowMode = \"essmText essmCard \";\n\n  // enum TEDocumentStepVersionType\n  var TEDocumentStepVersionType = \"esvtLast esvtLastActive esvtSpecified \";\n\n  // enum TEDocumentStorageFunction\n  var TEDocumentStorageFunction = \"edsfExecutive edsfArchive \";\n\n  // enum TEDocumentStorageType\n  var TEDocumentStorageType = \"edstSQLServer edstFile \";\n\n  // enum TEDocumentVersionSourceType\n  var TEDocumentVersionSourceType =\n    \"edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile \";\n\n  // enum TEDocumentVersionState\n  var TEDocumentVersionState = \"vsDefault vsDesign vsActive vsObsolete \";\n\n  // enum TEncodeType\n  var TEncodeType = \"etNone etCertificate etPassword etCertificatePassword \";\n\n  // enum TExceptionCategory\n  var TExceptionCategory = \"ecException ecWarning ecInformation \";\n\n  // enum TExportedSignaturesType\n  var TExportedSignaturesType = \"estAll estApprovingOnly \";\n\n  // enum TExportedVersionType\n  var TExportedVersionType = \"evtLast evtLastActive evtQuery \";\n\n  // enum TFieldDataType\n  var TFieldDataType =\n    \"fdtString \" +\n    \"fdtNumeric \" +\n    \"fdtInteger \" +\n    \"fdtDate \" +\n    \"fdtText \" +\n    \"fdtUnknown \" +\n    \"fdtWideString \" +\n    \"fdtLargeInteger \";\n\n  // enum TFolderType\n  var TFolderType =\n    \"ftInbox \" +\n    \"ftOutbox \" +\n    \"ftFavorites \" +\n    \"ftCommonFolder \" +\n    \"ftUserFolder \" +\n    \"ftComponents \" +\n    \"ftQuickLaunch \" +\n    \"ftShortcuts \" +\n    \"ftSearch \";\n\n  // enum TGridRowHeight\n  var TGridRowHeight = \"grhAuto \" + \"grhX1 \" + \"grhX2 \" + \"grhX3 \";\n\n  // enum THyperlinkType\n  var THyperlinkType = \"hltText \" + \"hltRTF \" + \"hltHTML \";\n\n  // enum TImageFileFormat\n  var TImageFileFormat =\n    \"iffBMP \" +\n    \"iffJPEG \" +\n    \"iffMultiPageTIFF \" +\n    \"iffSinglePageTIFF \" +\n    \"iffTIFF \" +\n    \"iffPNG \";\n\n  // enum TImageMode\n  var TImageMode = \"im8bGrayscale \" + \"im24bRGB \" + \"im1bMonochrome \";\n\n  // enum TImageType\n  var TImageType = \"itBMP \" + \"itJPEG \" + \"itWMF \" + \"itPNG \";\n\n  // enum TInplaceHintKind\n  var TInplaceHintKind =\n    \"ikhInformation \" + \"ikhWarning \" + \"ikhError \" + \"ikhNoIcon \";\n\n  // enum TISBLContext\n  var TISBLContext =\n    \"icUnknown \" +\n    \"icScript \" +\n    \"icFunction \" +\n    \"icIntegratedReport \" +\n    \"icAnalyticReport \" +\n    \"icDataSetEventHandler \" +\n    \"icActionHandler \" +\n    \"icFormEventHandler \" +\n    \"icLookUpEventHandler \" +\n    \"icRequisiteChangeEventHandler \" +\n    \"icBeforeSearchEventHandler \" +\n    \"icRoleCalculation \" +\n    \"icSelectRouteEventHandler \" +\n    \"icBlockPropertyCalculation \" +\n    \"icBlockQueryParamsEventHandler \" +\n    \"icChangeSearchResultEventHandler \" +\n    \"icBlockEventHandler \" +\n    \"icSubTaskInitEventHandler \" +\n    \"icEDocDataSetEventHandler \" +\n    \"icEDocLookUpEventHandler \" +\n    \"icEDocActionHandler \" +\n    \"icEDocFormEventHandler \" +\n    \"icEDocRequisiteChangeEventHandler \" +\n    \"icStructuredConversionRule \" +\n    \"icStructuredConversionEventBefore \" +\n    \"icStructuredConversionEventAfter \" +\n    \"icWizardEventHandler \" +\n    \"icWizardFinishEventHandler \" +\n    \"icWizardStepEventHandler \" +\n    \"icWizardStepFinishEventHandler \" +\n    \"icWizardActionEnableEventHandler \" +\n    \"icWizardActionExecuteEventHandler \" +\n    \"icCreateJobsHandler \" +\n    \"icCreateNoticesHandler \" +\n    \"icBeforeLookUpEventHandler \" +\n    \"icAfterLookUpEventHandler \" +\n    \"icTaskAbortEventHandler \" +\n    \"icWorkflowBlockActionHandler \" +\n    \"icDialogDataSetEventHandler \" +\n    \"icDialogActionHandler \" +\n    \"icDialogLookUpEventHandler \" +\n    \"icDialogRequisiteChangeEventHandler \" +\n    \"icDialogFormEventHandler \" +\n    \"icDialogValidCloseEventHandler \" +\n    \"icBlockFormEventHandler \" +\n    \"icTaskFormEventHandler \" +\n    \"icReferenceMethod \" +\n    \"icEDocMethod \" +\n    \"icDialogMethod \" +\n    \"icProcessMessageHandler \";\n\n  // enum TItemShow\n  var TItemShow = \"isShow \" + \"isHide \" + \"isByUserSettings \";\n\n  // enum TJobKind\n  var TJobKind = \"jkJob \" + \"jkNotice \" + \"jkControlJob \";\n\n  // enum TJoinType\n  var TJoinType = \"jtInner \" + \"jtLeft \" + \"jtRight \" + \"jtFull \" + \"jtCross \";\n\n  // enum TLabelPos\n  var TLabelPos = \"lbpAbove \" + \"lbpBelow \" + \"lbpLeft \" + \"lbpRight \";\n\n  // enum TLicensingType\n  var TLicensingType = \"eltPerConnection \" + \"eltPerUser \";\n\n  // enum TLifeCycleStageFontColor\n  var TLifeCycleStageFontColor =\n    \"sfcUndefined \" +\n    \"sfcBlack \" +\n    \"sfcGreen \" +\n    \"sfcRed \" +\n    \"sfcBlue \" +\n    \"sfcOrange \" +\n    \"sfcLilac \";\n\n  // enum TLifeCycleStageFontStyle\n  var TLifeCycleStageFontStyle = \"sfsItalic \" + \"sfsStrikeout \" + \"sfsNormal \";\n\n  // enum TLockableDevelopmentComponentType\n  var TLockableDevelopmentComponentType =\n    \"ldctStandardRoute \" +\n    \"ldctWizard \" +\n    \"ldctScript \" +\n    \"ldctFunction \" +\n    \"ldctRouteBlock \" +\n    \"ldctIntegratedReport \" +\n    \"ldctAnalyticReport \" +\n    \"ldctReferenceType \" +\n    \"ldctEDocumentType \" +\n    \"ldctDialog \" +\n    \"ldctServerEvents \";\n\n  // enum TMaxRecordCountRestrictionType\n  var TMaxRecordCountRestrictionType =\n    \"mrcrtNone \" + \"mrcrtUser \" + \"mrcrtMaximal \" + \"mrcrtCustom \";\n\n  // enum TRangeValueType\n  var TRangeValueType =\n    \"vtEqual \" + \"vtGreaterOrEqual \" + \"vtLessOrEqual \" + \"vtRange \";\n\n  // enum TRelativeDate\n  var TRelativeDate =\n    \"rdYesterday \" +\n    \"rdToday \" +\n    \"rdTomorrow \" +\n    \"rdThisWeek \" +\n    \"rdThisMonth \" +\n    \"rdThisYear \" +\n    \"rdNextMonth \" +\n    \"rdNextWeek \" +\n    \"rdLastWeek \" +\n    \"rdLastMonth \";\n\n  // enum TReportDestination\n  var TReportDestination = \"rdWindow \" + \"rdFile \" + \"rdPrinter \";\n\n  // enum TReqDataType\n  var TReqDataType =\n    \"rdtString \" +\n    \"rdtNumeric \" +\n    \"rdtInteger \" +\n    \"rdtDate \" +\n    \"rdtReference \" +\n    \"rdtAccount \" +\n    \"rdtText \" +\n    \"rdtPick \" +\n    \"rdtUnknown \" +\n    \"rdtLargeInteger \" +\n    \"rdtDocument \";\n\n  // enum TRequisiteEventType\n  var TRequisiteEventType = \"reOnChange \" + \"reOnChangeValues \";\n\n  // enum TSBTimeType\n  var TSBTimeType = \"ttGlobal \" + \"ttLocal \" + \"ttUser \" + \"ttSystem \";\n\n  // enum TSearchShowMode\n  var TSearchShowMode =\n    \"ssmBrowse \" + \"ssmSelect \" + \"ssmMultiSelect \" + \"ssmBrowseModal \";\n\n  // enum TSelectMode\n  var TSelectMode = \"smSelect \" + \"smLike \" + \"smCard \";\n\n  // enum TSignatureType\n  var TSignatureType = \"stNone \" + \"stAuthenticating \" + \"stApproving \";\n\n  // enum TSignerContentType\n  var TSignerContentType = \"sctString \" + \"sctStream \";\n\n  // enum TStringsSortType\n  var TStringsSortType = \"sstAnsiSort \" + \"sstNaturalSort \";\n\n  // enum TStringValueType\n  var TStringValueType = \"svtEqual \" + \"svtContain \";\n\n  // enum TStructuredObjectAttributeType\n  var TStructuredObjectAttributeType =\n    \"soatString \" +\n    \"soatNumeric \" +\n    \"soatInteger \" +\n    \"soatDatetime \" +\n    \"soatReferenceRecord \" +\n    \"soatText \" +\n    \"soatPick \" +\n    \"soatBoolean \" +\n    \"soatEDocument \" +\n    \"soatAccount \" +\n    \"soatIntegerCollection \" +\n    \"soatNumericCollection \" +\n    \"soatStringCollection \" +\n    \"soatPickCollection \" +\n    \"soatDatetimeCollection \" +\n    \"soatBooleanCollection \" +\n    \"soatReferenceRecordCollection \" +\n    \"soatEDocumentCollection \" +\n    \"soatAccountCollection \" +\n    \"soatContents \" +\n    \"soatUnknown \";\n\n  // enum TTaskAbortReason\n  var TTaskAbortReason = \"tarAbortByUser \" + \"tarAbortByWorkflowException \";\n\n  // enum TTextValueType\n  var TTextValueType = \"tvtAllWords \" + \"tvtExactPhrase \" + \"tvtAnyWord \";\n\n  // enum TUserObjectStatus\n  var TUserObjectStatus =\n    \"usNone \" +\n    \"usCompleted \" +\n    \"usRedSquare \" +\n    \"usBlueSquare \" +\n    \"usYellowSquare \" +\n    \"usGreenSquare \" +\n    \"usOrangeSquare \" +\n    \"usPurpleSquare \" +\n    \"usFollowUp \";\n\n  // enum TUserType\n  var TUserType =\n    \"utUnknown \" +\n    \"utUser \" +\n    \"utDeveloper \" +\n    \"utAdministrator \" +\n    \"utSystemDeveloper \" +\n    \"utDisconnected \";\n\n  // enum TValuesBuildType\n  var TValuesBuildType =\n    \"btAnd \" + \"btDetailAnd \" + \"btOr \" + \"btNotOr \" + \"btOnly \";\n\n  // enum TViewMode\n  var TViewMode = \"vmView \" + \"vmSelect \" + \"vmNavigation \";\n\n  // enum TViewSelectionMode\n  var TViewSelectionMode =\n    \"vsmSingle \" + \"vsmMultiple \" + \"vsmMultipleCheck \" + \"vsmNoSelection \";\n\n  // enum TWizardActionType\n  var TWizardActionType =\n    \"wfatPrevious \" + \"wfatNext \" + \"wfatCancel \" + \"wfatFinish \";\n\n  // enum TWizardFormElementProperty\n  var TWizardFormElementProperty =\n    \"wfepUndefined \" +\n    \"wfepText3 \" +\n    \"wfepText6 \" +\n    \"wfepText9 \" +\n    \"wfepSpinEdit \" +\n    \"wfepDropDown \" +\n    \"wfepRadioGroup \" +\n    \"wfepFlag \" +\n    \"wfepText12 \" +\n    \"wfepText15 \" +\n    \"wfepText18 \" +\n    \"wfepText21 \" +\n    \"wfepText24 \" +\n    \"wfepText27 \" +\n    \"wfepText30 \" +\n    \"wfepRadioGroupColumn1 \" +\n    \"wfepRadioGroupColumn2 \" +\n    \"wfepRadioGroupColumn3 \";\n\n  // enum TWizardFormElementType\n  var TWizardFormElementType =\n    \"wfetQueryParameter \" + \"wfetText \" + \"wfetDelimiter \" + \"wfetLabel \";\n\n  // enum TWizardParamType\n  var TWizardParamType =\n    \"wptString \" +\n    \"wptInteger \" +\n    \"wptNumeric \" +\n    \"wptBoolean \" +\n    \"wptDateTime \" +\n    \"wptPick \" +\n    \"wptText \" +\n    \"wptUser \" +\n    \"wptUserList \" +\n    \"wptEDocumentInfo \" +\n    \"wptEDocumentInfoList \" +\n    \"wptReferenceRecordInfo \" +\n    \"wptReferenceRecordInfoList \" +\n    \"wptFolderInfo \" +\n    \"wptTaskInfo \" +\n    \"wptContents \" +\n    \"wptFileName \" +\n    \"wptDate \";\n\n  // enum TWizardStepResult\n  var TWizardStepResult =\n    \"wsrComplete \" +\n    \"wsrGoNext \" +\n    \"wsrGoPrevious \" +\n    \"wsrCustom \" +\n    \"wsrCancel \" +\n    \"wsrGoFinal \";\n\n  // enum TWizardStepType\n  var TWizardStepType =\n    \"wstForm \" +\n    \"wstEDocument \" +\n    \"wstTaskCard \" +\n    \"wstReferenceRecordCard \" +\n    \"wstFinal \";\n\n  // enum TWorkAccessType\n  var TWorkAccessType = \"waAll \" + \"waPerformers \" + \"waManual \";\n\n  // enum TWorkflowBlockType\n  var TWorkflowBlockType =\n    \"wsbStart \" +\n    \"wsbFinish \" +\n    \"wsbNotice \" +\n    \"wsbStep \" +\n    \"wsbDecision \" +\n    \"wsbWait \" +\n    \"wsbMonitor \" +\n    \"wsbScript \" +\n    \"wsbConnector \" +\n    \"wsbSubTask \" +\n    \"wsbLifeCycleStage \" +\n    \"wsbPause \";\n\n  // enum TWorkflowDataType\n  var TWorkflowDataType =\n    \"wdtInteger \" +\n    \"wdtFloat \" +\n    \"wdtString \" +\n    \"wdtPick \" +\n    \"wdtDateTime \" +\n    \"wdtBoolean \" +\n    \"wdtTask \" +\n    \"wdtJob \" +\n    \"wdtFolder \" +\n    \"wdtEDocument \" +\n    \"wdtReferenceRecord \" +\n    \"wdtUser \" +\n    \"wdtGroup \" +\n    \"wdtRole \" +\n    \"wdtIntegerCollection \" +\n    \"wdtFloatCollection \" +\n    \"wdtStringCollection \" +\n    \"wdtPickCollection \" +\n    \"wdtDateTimeCollection \" +\n    \"wdtBooleanCollection \" +\n    \"wdtTaskCollection \" +\n    \"wdtJobCollection \" +\n    \"wdtFolderCollection \" +\n    \"wdtEDocumentCollection \" +\n    \"wdtReferenceRecordCollection \" +\n    \"wdtUserCollection \" +\n    \"wdtGroupCollection \" +\n    \"wdtRoleCollection \" +\n    \"wdtContents \" +\n    \"wdtUserList \" +\n    \"wdtSearchDescription \" +\n    \"wdtDeadLine \" +\n    \"wdtPickSet \" +\n    \"wdtAccountCollection \";\n\n  // enum TWorkImportance\n  var TWorkImportance = \"wiLow \" + \"wiNormal \" + \"wiHigh \";\n\n  // enum TWorkRouteType\n  var TWorkRouteType = \"wrtSoft \" + \"wrtHard \";\n\n  // enum TWorkState\n  var TWorkState =\n    \"wsInit \" +\n    \"wsRunning \" +\n    \"wsDone \" +\n    \"wsControlled \" +\n    \"wsAborted \" +\n    \"wsContinued \";\n\n  // enum TWorkTextBuildingMode\n  var TWorkTextBuildingMode =\n    \"wtmFull \" + \"wtmFromCurrent \" + \"wtmOnlyCurrent \";\n\n  // Перечисления\n  var ENUMS =\n    TAccountType +\n    TActionEnabledMode +\n    TAddPosition +\n    TAlignment +\n    TAreaShowMode +\n    TCertificateInvalidationReason +\n    TCertificateType +\n    TCheckListBoxItemState +\n    TCloseOnEsc +\n    TCompType +\n    TConditionFormat +\n    TConnectionIntent +\n    TContentKind +\n    TControlType +\n    TCriterionContentType +\n    TCultureType +\n    TDataSetEventType +\n    TDataSetState +\n    TDateFormatType +\n    TDateOffsetType +\n    TDateTimeKind +\n    TDeaAccessRights +\n    TDocumentDefaultAction +\n    TEditMode +\n    TEditorCloseObservType +\n    TEdmsApplicationAction +\n    TEDocumentLockType +\n    TEDocumentStepShowMode +\n    TEDocumentStepVersionType +\n    TEDocumentStorageFunction +\n    TEDocumentStorageType +\n    TEDocumentVersionSourceType +\n    TEDocumentVersionState +\n    TEncodeType +\n    TExceptionCategory +\n    TExportedSignaturesType +\n    TExportedVersionType +\n    TFieldDataType +\n    TFolderType +\n    TGridRowHeight +\n    THyperlinkType +\n    TImageFileFormat +\n    TImageMode +\n    TImageType +\n    TInplaceHintKind +\n    TISBLContext +\n    TItemShow +\n    TJobKind +\n    TJoinType +\n    TLabelPos +\n    TLicensingType +\n    TLifeCycleStageFontColor +\n    TLifeCycleStageFontStyle +\n    TLockableDevelopmentComponentType +\n    TMaxRecordCountRestrictionType +\n    TRangeValueType +\n    TRelativeDate +\n    TReportDestination +\n    TReqDataType +\n    TRequisiteEventType +\n    TSBTimeType +\n    TSearchShowMode +\n    TSelectMode +\n    TSignatureType +\n    TSignerContentType +\n    TStringsSortType +\n    TStringValueType +\n    TStructuredObjectAttributeType +\n    TTaskAbortReason +\n    TTextValueType +\n    TUserObjectStatus +\n    TUserType +\n    TValuesBuildType +\n    TViewMode +\n    TViewSelectionMode +\n    TWizardActionType +\n    TWizardFormElementProperty +\n    TWizardFormElementType +\n    TWizardParamType +\n    TWizardStepResult +\n    TWizardStepType +\n    TWorkAccessType +\n    TWorkflowBlockType +\n    TWorkflowDataType +\n    TWorkImportance +\n    TWorkRouteType +\n    TWorkState +\n    TWorkTextBuildingMode;\n\n  // Системные функции ==> SYSFUNCTIONS\n  var system_functions =\n    \"AddSubString \" +\n    \"AdjustLineBreaks \" +\n    \"AmountInWords \" +\n    \"Analysis \" +\n    \"ArrayDimCount \" +\n    \"ArrayHighBound \" +\n    \"ArrayLowBound \" +\n    \"ArrayOf \" +\n    \"ArrayReDim \" +\n    \"Assert \" +\n    \"Assigned \" +\n    \"BeginOfMonth \" +\n    \"BeginOfPeriod \" +\n    \"BuildProfilingOperationAnalysis \" +\n    \"CallProcedure \" +\n    \"CanReadFile \" +\n    \"CArrayElement \" +\n    \"CDataSetRequisite \" +\n    \"ChangeDate \" +\n    \"ChangeReferenceDataset \" +\n    \"Char \" +\n    \"CharPos \" +\n    \"CheckParam \" +\n    \"CheckParamValue \" +\n    \"CompareStrings \" +\n    \"ConstantExists \" +\n    \"ControlState \" +\n    \"ConvertDateStr \" +\n    \"Copy \" +\n    \"CopyFile \" +\n    \"CreateArray \" +\n    \"CreateCachedReference \" +\n    \"CreateConnection \" +\n    \"CreateDialog \" +\n    \"CreateDualListDialog \" +\n    \"CreateEditor \" +\n    \"CreateException \" +\n    \"CreateFile \" +\n    \"CreateFolderDialog \" +\n    \"CreateInputDialog \" +\n    \"CreateLinkFile \" +\n    \"CreateList \" +\n    \"CreateLock \" +\n    \"CreateMemoryDataSet \" +\n    \"CreateObject \" +\n    \"CreateOpenDialog \" +\n    \"CreateProgress \" +\n    \"CreateQuery \" +\n    \"CreateReference \" +\n    \"CreateReport \" +\n    \"CreateSaveDialog \" +\n    \"CreateScript \" +\n    \"CreateSQLPivotFunction \" +\n    \"CreateStringList \" +\n    \"CreateTreeListSelectDialog \" +\n    \"CSelectSQL \" +\n    \"CSQL \" +\n    \"CSubString \" +\n    \"CurrentUserID \" +\n    \"CurrentUserName \" +\n    \"CurrentVersion \" +\n    \"DataSetLocateEx \" +\n    \"DateDiff \" +\n    \"DateTimeDiff \" +\n    \"DateToStr \" +\n    \"DayOfWeek \" +\n    \"DeleteFile \" +\n    \"DirectoryExists \" +\n    \"DisableCheckAccessRights \" +\n    \"DisableCheckFullShowingRestriction \" +\n    \"DisableMassTaskSendingRestrictions \" +\n    \"DropTable \" +\n    \"DupeString \" +\n    \"EditText \" +\n    \"EnableCheckAccessRights \" +\n    \"EnableCheckFullShowingRestriction \" +\n    \"EnableMassTaskSendingRestrictions \" +\n    \"EndOfMonth \" +\n    \"EndOfPeriod \" +\n    \"ExceptionExists \" +\n    \"ExceptionsOff \" +\n    \"ExceptionsOn \" +\n    \"Execute \" +\n    \"ExecuteProcess \" +\n    \"Exit \" +\n    \"ExpandEnvironmentVariables \" +\n    \"ExtractFileDrive \" +\n    \"ExtractFileExt \" +\n    \"ExtractFileName \" +\n    \"ExtractFilePath \" +\n    \"ExtractParams \" +\n    \"FileExists \" +\n    \"FileSize \" +\n    \"FindFile \" +\n    \"FindSubString \" +\n    \"FirmContext \" +\n    \"ForceDirectories \" +\n    \"Format \" +\n    \"FormatDate \" +\n    \"FormatNumeric \" +\n    \"FormatSQLDate \" +\n    \"FormatString \" +\n    \"FreeException \" +\n    \"GetComponent \" +\n    \"GetComponentLaunchParam \" +\n    \"GetConstant \" +\n    \"GetLastException \" +\n    \"GetReferenceRecord \" +\n    \"GetRefTypeByRefID \" +\n    \"GetTableID \" +\n    \"GetTempFolder \" +\n    \"IfThen \" +\n    \"In \" +\n    \"IndexOf \" +\n    \"InputDialog \" +\n    \"InputDialogEx \" +\n    \"InteractiveMode \" +\n    \"IsFileLocked \" +\n    \"IsGraphicFile \" +\n    \"IsNumeric \" +\n    \"Length \" +\n    \"LoadString \" +\n    \"LoadStringFmt \" +\n    \"LocalTimeToUTC \" +\n    \"LowerCase \" +\n    \"Max \" +\n    \"MessageBox \" +\n    \"MessageBoxEx \" +\n    \"MimeDecodeBinary \" +\n    \"MimeDecodeString \" +\n    \"MimeEncodeBinary \" +\n    \"MimeEncodeString \" +\n    \"Min \" +\n    \"MoneyInWords \" +\n    \"MoveFile \" +\n    \"NewID \" +\n    \"Now \" +\n    \"OpenFile \" +\n    \"Ord \" +\n    \"Precision \" +\n    \"Raise \" +\n    \"ReadCertificateFromFile \" +\n    \"ReadFile \" +\n    \"ReferenceCodeByID \" +\n    \"ReferenceNumber \" +\n    \"ReferenceRequisiteMode \" +\n    \"ReferenceRequisiteValue \" +\n    \"RegionDateSettings \" +\n    \"RegionNumberSettings \" +\n    \"RegionTimeSettings \" +\n    \"RegRead \" +\n    \"RegWrite \" +\n    \"RenameFile \" +\n    \"Replace \" +\n    \"Round \" +\n    \"SelectServerCode \" +\n    \"SelectSQL \" +\n    \"ServerDateTime \" +\n    \"SetConstant \" +\n    \"SetManagedFolderFieldsState \" +\n    \"ShowConstantsInputDialog \" +\n    \"ShowMessage \" +\n    \"Sleep \" +\n    \"Split \" +\n    \"SQL \" +\n    \"SQL2XLSTAB \" +\n    \"SQLProfilingSendReport \" +\n    \"StrToDate \" +\n    \"SubString \" +\n    \"SubStringCount \" +\n    \"SystemSetting \" +\n    \"Time \" +\n    \"TimeDiff \" +\n    \"Today \" +\n    \"Transliterate \" +\n    \"Trim \" +\n    \"UpperCase \" +\n    \"UserStatus \" +\n    \"UTCToLocalTime \" +\n    \"ValidateXML \" +\n    \"VarIsClear \" +\n    \"VarIsEmpty \" +\n    \"VarIsNull \" +\n    \"WorkTimeDiff \" +\n    \"WriteFile \" +\n    \"WriteFileEx \" +\n    \"WriteObjectHistory \" +\n    \"Анализ \" +\n    \"БазаДанных \" +\n    \"БлокЕсть \" +\n    \"БлокЕстьРасш \" +\n    \"БлокИнфо \" +\n    \"БлокСнять \" +\n    \"БлокСнятьРасш \" +\n    \"БлокУстановить \" +\n    \"Ввод \" +\n    \"ВводМеню \" +\n    \"ВедС \" +\n    \"ВедСпр \" +\n    \"ВерхняяГраницаМассива \" +\n    \"ВнешПрогр \" +\n    \"Восст \" +\n    \"ВременнаяПапка \" +\n    \"Время \" +\n    \"ВыборSQL \" +\n    \"ВыбратьЗапись \" +\n    \"ВыделитьСтр \" +\n    \"Вызвать \" +\n    \"Выполнить \" +\n    \"ВыпПрогр \" +\n    \"ГрафическийФайл \" +\n    \"ГруппаДополнительно \" +\n    \"ДатаВремяСерв \" +\n    \"ДеньНедели \" +\n    \"ДиалогДаНет \" +\n    \"ДлинаСтр \" +\n    \"ДобПодстр \" +\n    \"ЕПусто \" +\n    \"ЕслиТо \" +\n    \"ЕЧисло \" +\n    \"ЗамПодстр \" +\n    \"ЗаписьСправочника \" +\n    \"ЗначПоляСпр \" +\n    \"ИДТипСпр \" +\n    \"ИзвлечьДиск \" +\n    \"ИзвлечьИмяФайла \" +\n    \"ИзвлечьПуть \" +\n    \"ИзвлечьРасширение \" +\n    \"ИзмДат \" +\n    \"ИзменитьРазмерМассива \" +\n    \"ИзмеренийМассива \" +\n    \"ИмяОрг \" +\n    \"ИмяПоляСпр \" +\n    \"Индекс \" +\n    \"ИндикаторЗакрыть \" +\n    \"ИндикаторОткрыть \" +\n    \"ИндикаторШаг \" +\n    \"ИнтерактивныйРежим \" +\n    \"ИтогТблСпр \" +\n    \"КодВидВедСпр \" +\n    \"КодВидСпрПоИД \" +\n    \"КодПоAnalit \" +\n    \"КодСимвола \" +\n    \"КодСпр \" +\n    \"КолПодстр \" +\n    \"КолПроп \" +\n    \"КонМес \" +\n    \"Конст \" +\n    \"КонстЕсть \" +\n    \"КонстЗнач \" +\n    \"КонТран \" +\n    \"КопироватьФайл \" +\n    \"КопияСтр \" +\n    \"КПериод \" +\n    \"КСтрТблСпр \" +\n    \"Макс \" +\n    \"МаксСтрТблСпр \" +\n    \"Массив \" +\n    \"Меню \" +\n    \"МенюРасш \" +\n    \"Мин \" +\n    \"НаборДанныхНайтиРасш \" +\n    \"НаимВидСпр \" +\n    \"НаимПоAnalit \" +\n    \"НаимСпр \" +\n    \"НастроитьПереводыСтрок \" +\n    \"НачМес \" +\n    \"НачТран \" +\n    \"НижняяГраницаМассива \" +\n    \"НомерСпр \" +\n    \"НПериод \" +\n    \"Окно \" +\n    \"Окр \" +\n    \"Окружение \" +\n    \"ОтлИнфДобавить \" +\n    \"ОтлИнфУдалить \" +\n    \"Отчет \" +\n    \"ОтчетАнал \" +\n    \"ОтчетИнт \" +\n    \"ПапкаСуществует \" +\n    \"Пауза \" +\n    \"ПВыборSQL \" +\n    \"ПереименоватьФайл \" +\n    \"Переменные \" +\n    \"ПереместитьФайл \" +\n    \"Подстр \" +\n    \"ПоискПодстр \" +\n    \"ПоискСтр \" +\n    \"ПолучитьИДТаблицы \" +\n    \"ПользовательДополнительно \" +\n    \"ПользовательИД \" +\n    \"ПользовательИмя \" +\n    \"ПользовательСтатус \" +\n    \"Прервать \" +\n    \"ПроверитьПараметр \" +\n    \"ПроверитьПараметрЗнач \" +\n    \"ПроверитьУсловие \" +\n    \"РазбСтр \" +\n    \"РазнВремя \" +\n    \"РазнДат \" +\n    \"РазнДатаВремя \" +\n    \"РазнРабВремя \" +\n    \"РегУстВрем \" +\n    \"РегУстДат \" +\n    \"РегУстЧсл \" +\n    \"РедТекст \" +\n    \"РеестрЗапись \" +\n    \"РеестрСписокИменПарам \" +\n    \"РеестрЧтение \" +\n    \"РеквСпр \" +\n    \"РеквСпрПр \" +\n    \"Сегодня \" +\n    \"Сейчас \" +\n    \"Сервер \" +\n    \"СерверПроцессИД \" +\n    \"СертификатФайлСчитать \" +\n    \"СжПроб \" +\n    \"Символ \" +\n    \"СистемаДиректумКод \" +\n    \"СистемаИнформация \" +\n    \"СистемаКод \" +\n    \"Содержит \" +\n    \"СоединениеЗакрыть \" +\n    \"СоединениеОткрыть \" +\n    \"СоздатьДиалог \" +\n    \"СоздатьДиалогВыбораИзДвухСписков \" +\n    \"СоздатьДиалогВыбораПапки \" +\n    \"СоздатьДиалогОткрытияФайла \" +\n    \"СоздатьДиалогСохраненияФайла \" +\n    \"СоздатьЗапрос \" +\n    \"СоздатьИндикатор \" +\n    \"СоздатьИсключение \" +\n    \"СоздатьКэшированныйСправочник \" +\n    \"СоздатьМассив \" +\n    \"СоздатьНаборДанных \" +\n    \"СоздатьОбъект \" +\n    \"СоздатьОтчет \" +\n    \"СоздатьПапку \" +\n    \"СоздатьРедактор \" +\n    \"СоздатьСоединение \" +\n    \"СоздатьСписок \" +\n    \"СоздатьСписокСтрок \" +\n    \"СоздатьСправочник \" +\n    \"СоздатьСценарий \" +\n    \"СоздСпр \" +\n    \"СостСпр \" +\n    \"Сохр \" +\n    \"СохрСпр \" +\n    \"СписокСистем \" +\n    \"Спр \" +\n    \"Справочник \" +\n    \"СпрБлокЕсть \" +\n    \"СпрБлокСнять \" +\n    \"СпрБлокСнятьРасш \" +\n    \"СпрБлокУстановить \" +\n    \"СпрИзмНабДан \" +\n    \"СпрКод \" +\n    \"СпрНомер \" +\n    \"СпрОбновить \" +\n    \"СпрОткрыть \" +\n    \"СпрОтменить \" +\n    \"СпрПарам \" +\n    \"СпрПолеЗнач \" +\n    \"СпрПолеИмя \" +\n    \"СпрРекв \" +\n    \"СпрРеквВведЗн \" +\n    \"СпрРеквНовые \" +\n    \"СпрРеквПр \" +\n    \"СпрРеквПредЗн \" +\n    \"СпрРеквРежим \" +\n    \"СпрРеквТипТекст \" +\n    \"СпрСоздать \" +\n    \"СпрСост \" +\n    \"СпрСохранить \" +\n    \"СпрТблИтог \" +\n    \"СпрТблСтр \" +\n    \"СпрТблСтрКол \" +\n    \"СпрТблСтрМакс \" +\n    \"СпрТблСтрМин \" +\n    \"СпрТблСтрПред \" +\n    \"СпрТблСтрСлед \" +\n    \"СпрТблСтрСозд \" +\n    \"СпрТблСтрУд \" +\n    \"СпрТекПредст \" +\n    \"СпрУдалить \" +\n    \"СравнитьСтр \" +\n    \"СтрВерхРегистр \" +\n    \"СтрНижнРегистр \" +\n    \"СтрТблСпр \" +\n    \"СумПроп \" +\n    \"Сценарий \" +\n    \"СценарийПарам \" +\n    \"ТекВерсия \" +\n    \"ТекОрг \" +\n    \"Точн \" +\n    \"Тран \" +\n    \"Транслитерация \" +\n    \"УдалитьТаблицу \" +\n    \"УдалитьФайл \" +\n    \"УдСпр \" +\n    \"УдСтрТблСпр \" +\n    \"Уст \" +\n    \"УстановкиКонстант \" +\n    \"ФайлАтрибутСчитать \" +\n    \"ФайлАтрибутУстановить \" +\n    \"ФайлВремя \" +\n    \"ФайлВремяУстановить \" +\n    \"ФайлВыбрать \" +\n    \"ФайлЗанят \" +\n    \"ФайлЗаписать \" +\n    \"ФайлИскать \" +\n    \"ФайлКопировать \" +\n    \"ФайлМожноЧитать \" +\n    \"ФайлОткрыть \" +\n    \"ФайлПереименовать \" +\n    \"ФайлПерекодировать \" +\n    \"ФайлПереместить \" +\n    \"ФайлПросмотреть \" +\n    \"ФайлРазмер \" +\n    \"ФайлСоздать \" +\n    \"ФайлСсылкаСоздать \" +\n    \"ФайлСуществует \" +\n    \"ФайлСчитать \" +\n    \"ФайлУдалить \" +\n    \"ФмтSQLДат \" +\n    \"ФмтДат \" +\n    \"ФмтСтр \" +\n    \"ФмтЧсл \" +\n    \"Формат \" +\n    \"ЦМассивЭлемент \" +\n    \"ЦНаборДанныхРеквизит \" +\n    \"ЦПодстр \";\n\n  // Предопределенные переменные ==> built_in\n  var predefined_variables =\n    \"AltState \" +\n    \"Application \" +\n    \"CallType \" +\n    \"ComponentTokens \" +\n    \"CreatedJobs \" +\n    \"CreatedNotices \" +\n    \"ControlState \" +\n    \"DialogResult \" +\n    \"Dialogs \" +\n    \"EDocuments \" +\n    \"EDocumentVersionSource \" +\n    \"Folders \" +\n    \"GlobalIDs \" +\n    \"Job \" +\n    \"Jobs \" +\n    \"InputValue \" +\n    \"LookUpReference \" +\n    \"LookUpRequisiteNames \" +\n    \"LookUpSearch \" +\n    \"Object \" +\n    \"ParentComponent \" +\n    \"Processes \" +\n    \"References \" +\n    \"Requisite \" +\n    \"ReportName \" +\n    \"Reports \" +\n    \"Result \" +\n    \"Scripts \" +\n    \"Searches \" +\n    \"SelectedAttachments \" +\n    \"SelectedItems \" +\n    \"SelectMode \" +\n    \"Sender \" +\n    \"ServerEvents \" +\n    \"ServiceFactory \" +\n    \"ShiftState \" +\n    \"SubTask \" +\n    \"SystemDialogs \" +\n    \"Tasks \" +\n    \"Wizard \" +\n    \"Wizards \" +\n    \"Work \" +\n    \"ВызовСпособ \" +\n    \"ИмяОтчета \" +\n    \"РеквЗнач \";\n\n  // Интерфейсы ==> type\n  var interfaces =\n    \"IApplication \" +\n    \"IAccessRights \" +\n    \"IAccountRepository \" +\n    \"IAccountSelectionRestrictions \" +\n    \"IAction \" +\n    \"IActionList \" +\n    \"IAdministrationHistoryDescription \" +\n    \"IAnchors \" +\n    \"IApplication \" +\n    \"IArchiveInfo \" +\n    \"IAttachment \" +\n    \"IAttachmentList \" +\n    \"ICheckListBox \" +\n    \"ICheckPointedList \" +\n    \"IColumn \" +\n    \"IComponent \" +\n    \"IComponentDescription \" +\n    \"IComponentToken \" +\n    \"IComponentTokenFactory \" +\n    \"IComponentTokenInfo \" +\n    \"ICompRecordInfo \" +\n    \"IConnection \" +\n    \"IContents \" +\n    \"IControl \" +\n    \"IControlJob \" +\n    \"IControlJobInfo \" +\n    \"IControlList \" +\n    \"ICrypto \" +\n    \"ICrypto2 \" +\n    \"ICustomJob \" +\n    \"ICustomJobInfo \" +\n    \"ICustomListBox \" +\n    \"ICustomObjectWizardStep \" +\n    \"ICustomWork \" +\n    \"ICustomWorkInfo \" +\n    \"IDataSet \" +\n    \"IDataSetAccessInfo \" +\n    \"IDataSigner \" +\n    \"IDateCriterion \" +\n    \"IDateRequisite \" +\n    \"IDateRequisiteDescription \" +\n    \"IDateValue \" +\n    \"IDeaAccessRights \" +\n    \"IDeaObjectInfo \" +\n    \"IDevelopmentComponentLock \" +\n    \"IDialog \" +\n    \"IDialogFactory \" +\n    \"IDialogPickRequisiteItems \" +\n    \"IDialogsFactory \" +\n    \"IDICSFactory \" +\n    \"IDocRequisite \" +\n    \"IDocumentInfo \" +\n    \"IDualListDialog \" +\n    \"IECertificate \" +\n    \"IECertificateInfo \" +\n    \"IECertificates \" +\n    \"IEditControl \" +\n    \"IEditorForm \" +\n    \"IEdmsExplorer \" +\n    \"IEdmsObject \" +\n    \"IEdmsObjectDescription \" +\n    \"IEdmsObjectFactory \" +\n    \"IEdmsObjectInfo \" +\n    \"IEDocument \" +\n    \"IEDocumentAccessRights \" +\n    \"IEDocumentDescription \" +\n    \"IEDocumentEditor \" +\n    \"IEDocumentFactory \" +\n    \"IEDocumentInfo \" +\n    \"IEDocumentStorage \" +\n    \"IEDocumentVersion \" +\n    \"IEDocumentVersionListDialog \" +\n    \"IEDocumentVersionSource \" +\n    \"IEDocumentWizardStep \" +\n    \"IEDocVerSignature \" +\n    \"IEDocVersionState \" +\n    \"IEnabledMode \" +\n    \"IEncodeProvider \" +\n    \"IEncrypter \" +\n    \"IEvent \" +\n    \"IEventList \" +\n    \"IException \" +\n    \"IExternalEvents \" +\n    \"IExternalHandler \" +\n    \"IFactory \" +\n    \"IField \" +\n    \"IFileDialog \" +\n    \"IFolder \" +\n    \"IFolderDescription \" +\n    \"IFolderDialog \" +\n    \"IFolderFactory \" +\n    \"IFolderInfo \" +\n    \"IForEach \" +\n    \"IForm \" +\n    \"IFormTitle \" +\n    \"IFormWizardStep \" +\n    \"IGlobalIDFactory \" +\n    \"IGlobalIDInfo \" +\n    \"IGrid \" +\n    \"IHasher \" +\n    \"IHistoryDescription \" +\n    \"IHyperLinkControl \" +\n    \"IImageButton \" +\n    \"IImageControl \" +\n    \"IInnerPanel \" +\n    \"IInplaceHint \" +\n    \"IIntegerCriterion \" +\n    \"IIntegerList \" +\n    \"IIntegerRequisite \" +\n    \"IIntegerValue \" +\n    \"IISBLEditorForm \" +\n    \"IJob \" +\n    \"IJobDescription \" +\n    \"IJobFactory \" +\n    \"IJobForm \" +\n    \"IJobInfo \" +\n    \"ILabelControl \" +\n    \"ILargeIntegerCriterion \" +\n    \"ILargeIntegerRequisite \" +\n    \"ILargeIntegerValue \" +\n    \"ILicenseInfo \" +\n    \"ILifeCycleStage \" +\n    \"IList \" +\n    \"IListBox \" +\n    \"ILocalIDInfo \" +\n    \"ILocalization \" +\n    \"ILock \" +\n    \"IMemoryDataSet \" +\n    \"IMessagingFactory \" +\n    \"IMetadataRepository \" +\n    \"INotice \" +\n    \"INoticeInfo \" +\n    \"INumericCriterion \" +\n    \"INumericRequisite \" +\n    \"INumericValue \" +\n    \"IObject \" +\n    \"IObjectDescription \" +\n    \"IObjectImporter \" +\n    \"IObjectInfo \" +\n    \"IObserver \" +\n    \"IPanelGroup \" +\n    \"IPickCriterion \" +\n    \"IPickProperty \" +\n    \"IPickRequisite \" +\n    \"IPickRequisiteDescription \" +\n    \"IPickRequisiteItem \" +\n    \"IPickRequisiteItems \" +\n    \"IPickValue \" +\n    \"IPrivilege \" +\n    \"IPrivilegeList \" +\n    \"IProcess \" +\n    \"IProcessFactory \" +\n    \"IProcessMessage \" +\n    \"IProgress \" +\n    \"IProperty \" +\n    \"IPropertyChangeEvent \" +\n    \"IQuery \" +\n    \"IReference \" +\n    \"IReferenceCriterion \" +\n    \"IReferenceEnabledMode \" +\n    \"IReferenceFactory \" +\n    \"IReferenceHistoryDescription \" +\n    \"IReferenceInfo \" +\n    \"IReferenceRecordCardWizardStep \" +\n    \"IReferenceRequisiteDescription \" +\n    \"IReferencesFactory \" +\n    \"IReferenceValue \" +\n    \"IRefRequisite \" +\n    \"IReport \" +\n    \"IReportFactory \" +\n    \"IRequisite \" +\n    \"IRequisiteDescription \" +\n    \"IRequisiteDescriptionList \" +\n    \"IRequisiteFactory \" +\n    \"IRichEdit \" +\n    \"IRouteStep \" +\n    \"IRule \" +\n    \"IRuleList \" +\n    \"ISchemeBlock \" +\n    \"IScript \" +\n    \"IScriptFactory \" +\n    \"ISearchCriteria \" +\n    \"ISearchCriterion \" +\n    \"ISearchDescription \" +\n    \"ISearchFactory \" +\n    \"ISearchFolderInfo \" +\n    \"ISearchForObjectDescription \" +\n    \"ISearchResultRestrictions \" +\n    \"ISecuredContext \" +\n    \"ISelectDialog \" +\n    \"IServerEvent \" +\n    \"IServerEventFactory \" +\n    \"IServiceDialog \" +\n    \"IServiceFactory \" +\n    \"ISignature \" +\n    \"ISignProvider \" +\n    \"ISignProvider2 \" +\n    \"ISignProvider3 \" +\n    \"ISimpleCriterion \" +\n    \"IStringCriterion \" +\n    \"IStringList \" +\n    \"IStringRequisite \" +\n    \"IStringRequisiteDescription \" +\n    \"IStringValue \" +\n    \"ISystemDialogsFactory \" +\n    \"ISystemInfo \" +\n    \"ITabSheet \" +\n    \"ITask \" +\n    \"ITaskAbortReasonInfo \" +\n    \"ITaskCardWizardStep \" +\n    \"ITaskDescription \" +\n    \"ITaskFactory \" +\n    \"ITaskInfo \" +\n    \"ITaskRoute \" +\n    \"ITextCriterion \" +\n    \"ITextRequisite \" +\n    \"ITextValue \" +\n    \"ITreeListSelectDialog \" +\n    \"IUser \" +\n    \"IUserList \" +\n    \"IValue \" +\n    \"IView \" +\n    \"IWebBrowserControl \" +\n    \"IWizard \" +\n    \"IWizardAction \" +\n    \"IWizardFactory \" +\n    \"IWizardFormElement \" +\n    \"IWizardParam \" +\n    \"IWizardPickParam \" +\n    \"IWizardReferenceParam \" +\n    \"IWizardStep \" +\n    \"IWorkAccessRights \" +\n    \"IWorkDescription \" +\n    \"IWorkflowAskableParam \" +\n    \"IWorkflowAskableParams \" +\n    \"IWorkflowBlock \" +\n    \"IWorkflowBlockResult \" +\n    \"IWorkflowEnabledMode \" +\n    \"IWorkflowParam \" +\n    \"IWorkflowPickParam \" +\n    \"IWorkflowReferenceParam \" +\n    \"IWorkState \" +\n    \"IWorkTreeCustomNode \" +\n    \"IWorkTreeJobNode \" +\n    \"IWorkTreeTaskNode \" +\n    \"IXMLEditorForm \" +\n    \"SBCrypto \";\n\n  // built_in : встроенные или библиотечные объекты (константы, перечисления)\n  var BUILTIN = CONSTANTS + ENUMS;\n\n  // class: встроенные наборы значений, системные объекты, фабрики\n  var CLASS = predefined_variables;\n\n  // literal : примитивные типы\n  var LITERAL = \"null true false nil \";\n\n  // number : числа\n  var NUMBERS = {\n    className: \"number\",\n    begin: hljs.NUMBER_RE,\n    relevance: 0,\n  };\n\n  // string : строки\n  var STRINGS = {\n    className: \"string\",\n    variants: [{ begin: '\"', end: '\"' }, { begin: \"'\", end: \"'\" }],\n  };\n\n  // Токены\n  var DOCTAGS = {\n    className: \"doctag\",\n    begin: \"\\\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\\\b\",\n    relevance: 0,\n  };\n\n  // Однострочный комментарий\n  var ISBL_LINE_COMMENT_MODE = {\n    className: \"comment\",\n    begin: \"//\",\n    end: \"$\",\n    relevance: 0,\n    contains: [hljs.PHRASAL_WORDS_MODE, DOCTAGS],\n  };\n\n  // Многострочный комментарий\n  var ISBL_BLOCK_COMMENT_MODE = {\n    className: \"comment\",\n    begin: \"/\\\\*\",\n    end: \"\\\\*/\",\n    relevance: 0,\n    contains: [hljs.PHRASAL_WORDS_MODE, DOCTAGS],\n  };\n\n  // comment : комментарии\n  var COMMENTS = {\n    variants: [ISBL_LINE_COMMENT_MODE, ISBL_BLOCK_COMMENT_MODE],\n  };\n\n  // keywords : ключевые слова\n  var KEYWORDS = {\n    keyword: KEYWORD,\n    built_in: BUILTIN,\n    class: CLASS,\n    literal: LITERAL,\n  };\n\n  // methods : методы\n  var METHODS = {\n    begin: \"\\\\.\\\\s*\" + hljs.UNDERSCORE_IDENT_RE,\n    keywords: KEYWORDS,\n    relevance: 0,\n  };\n\n  // type : встроенные типы\n  var TYPES = {\n    className: \"type\",\n    begin: \":[ \\\\t]*(\" + interfaces.trim().replace(/\\s/g, \"|\") + \")\",\n    end: \"[ \\\\t]*=\",\n    excludeEnd: true,\n  };\n\n  // variables : переменные\n  var VARIABLES = {\n    className: \"variable\",\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: KEYWORDS,\n    begin: UNDERSCORE_IDENT_RE,\n    relevance: 0,\n    containts: [TYPES, METHODS],\n  };\n\n  // Имена функций\n  var FUNCTION_TITLE = FUNCTION_NAME_IDENT_RE + \"\\\\(\";\n\n  var TITLE_MODE = {\n    className: \"title\",\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: {\n      built_in: system_functions,\n    },\n    begin: FUNCTION_TITLE,\n    end: \"\\\\(\",\n    returnBegin: true,\n    excludeEnd: true,\n  };\n\n  // function : функции\n  var FUNCTIONS = {\n    className: \"function\",\n    begin: FUNCTION_TITLE,\n    end: \"\\\\)$\",\n    returnBegin: true,\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: KEYWORDS,\n    illegal: \"[\\\\[\\\\]\\\\|\\\\$\\\\?%,~#@]\",\n    contains: [TITLE_MODE, METHODS, VARIABLES, STRINGS, NUMBERS, COMMENTS],\n  };\n\n  return {\n    aliases: [\"isbl\"],\n    case_insensitive: true,\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: KEYWORDS,\n    illegal: \"\\\\$|\\\\?|%|,|;$|~|#|@|</\",\n    contains: [\n      FUNCTIONS,\n      TYPES,\n      METHODS,\n      VARIABLES,\n      STRINGS,\n      NUMBERS,\n      COMMENTS,\n    ],\n  };\n};","module.exports = function(hljs) {\n  var JAVA_IDENT_RE = '[\\u00C0-\\u02B8a-zA-Z_$][\\u00C0-\\u02B8a-zA-Z_$0-9]*';\n  var GENERIC_IDENT_RE = JAVA_IDENT_RE + '(<' + JAVA_IDENT_RE + '(\\\\s*,\\\\s*' + JAVA_IDENT_RE + ')*>)?';\n  var KEYWORDS =\n    'false synchronized int abstract float private char boolean var static null if const ' +\n    'for true while long strictfp finally protected import native final void ' +\n    'enum else break transient catch instanceof byte super volatile case assert short ' +\n    'package default double public try this switch continue throws protected public private ' +\n    'module requires exports do';\n\n  // https://docs.oracle.com/javase/7/docs/technotes/guides/language/underscores-literals.html\n  var JAVA_NUMBER_RE = '\\\\b' +\n    '(' +\n      '0[bB]([01]+[01_]+[01]+|[01]+)' + // 0b...\n      '|' +\n      '0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)' + // 0x...\n      '|' +\n      '(' +\n        '([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)(\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+))?' +\n        '|' +\n        '\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)' +\n      ')' +\n      '([eE][-+]?\\\\d+)?' + // octal, decimal, float\n    ')' +\n    '[lLfF]?';\n  var JAVA_NUMBER_MODE = {\n    className: 'number',\n    begin: JAVA_NUMBER_RE,\n    relevance: 0\n  };\n\n  return {\n    aliases: ['jsp'],\n    keywords: KEYWORDS,\n    illegal: /<\\/|#/,\n    contains: [\n      hljs.COMMENT(\n        '/\\\\*\\\\*',\n        '\\\\*/',\n        {\n          relevance : 0,\n          contains : [\n            {\n              // eat up @'s in emails to prevent them to be recognized as doctags\n              begin: /\\w+@/, relevance: 0\n            },\n            {\n              className : 'doctag',\n              begin : '@[A-Za-z]+'\n            }\n          ]\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: /[{;=]/, excludeEnd: true,\n        keywords: 'class interface',\n        illegal: /[:\"\\[\\]]/,\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        // Expression keywords prevent 'keyword Name(...)' from being\n        // recognized as a function definition\n        beginKeywords: 'new throw return else',\n        relevance: 0\n      },\n      {\n        className: 'function',\n        begin: '(' + GENERIC_IDENT_RE + '\\\\s+)+' + hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(', returnBegin: true, end: /[{;=]/,\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(', returnBegin: true,\n            relevance: 0,\n            contains: [hljs.UNDERSCORE_TITLE_MODE]\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            keywords: KEYWORDS,\n            relevance: 0,\n            contains: [\n              hljs.APOS_STRING_MODE,\n              hljs.QUOTE_STRING_MODE,\n              hljs.C_NUMBER_MODE,\n              hljs.C_BLOCK_COMMENT_MODE\n            ]\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      JAVA_NUMBER_MODE,\n      {\n        className: 'meta', begin: '@[A-Za-z]+'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*';\n  var KEYWORDS = {\n    keyword:\n      'in of if for while finally var new function do return void else break catch ' +\n      'instanceof with throw case default try this switch continue typeof delete ' +\n      'let yield const export super debugger as async await static ' +\n      // ECMAScript 6 modules import\n      'import from as'\n    ,\n    literal:\n      'true false null undefined NaN Infinity',\n    built_in:\n      'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent ' +\n      'encodeURI encodeURIComponent escape unescape Object Function Boolean Error ' +\n      'EvalError InternalError RangeError ReferenceError StopIteration SyntaxError ' +\n      'TypeError URIError Number Math Date String RegExp Array Float32Array ' +\n      'Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array ' +\n      'Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require ' +\n      'module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect ' +\n      'Promise'\n  };\n  var EXPRESSIONS;\n  var NUMBER = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(0[bB][01]+)' },\n      { begin: '\\\\b(0[oO][0-7]+)' },\n      { begin: hljs.C_NUMBER_RE }\n    ],\n    relevance: 0\n  };\n  var SUBST = {\n    className: 'subst',\n    begin: '\\\\$\\\\{', end: '\\\\}',\n    keywords: KEYWORDS,\n    contains: []  // defined later\n  };\n  var TEMPLATE_STRING = {\n    className: 'string',\n    begin: '`', end: '`',\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      SUBST\n    ]\n  };\n  SUBST.contains = [\n    hljs.APOS_STRING_MODE,\n    hljs.QUOTE_STRING_MODE,\n    TEMPLATE_STRING,\n    NUMBER,\n    hljs.REGEXP_MODE\n  ]\n  var PARAMS_CONTAINS = SUBST.contains.concat([\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.C_LINE_COMMENT_MODE\n  ]);\n\n  return {\n    aliases: ['js', 'jsx'],\n    keywords: KEYWORDS,\n    contains: [\n      {\n        className: 'meta',\n        relevance: 10,\n        begin: /^\\s*['\"]use (strict|asm)['\"]/\n      },\n      {\n        className: 'meta',\n        begin: /^#!/, end: /$/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      TEMPLATE_STRING,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      NUMBER,\n      { // object attr container\n        begin: /[{,]\\s*/, relevance: 0,\n        contains: [\n          {\n            begin: IDENT_RE + '\\\\s*:', returnBegin: true,\n            relevance: 0,\n            contains: [{className: 'attr', begin: IDENT_RE, relevance: 0}]\n          }\n        ]\n      },\n      { // \"value\" container\n        begin: '(' + hljs.RE_STARTERS_RE + '|\\\\b(case|return|throw)\\\\b)\\\\s*',\n        keywords: 'return throw case',\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.REGEXP_MODE,\n          {\n            className: 'function',\n            begin: '(\\\\(.*?\\\\)|' + IDENT_RE + ')\\\\s*=>', returnBegin: true,\n            end: '\\\\s*=>',\n            contains: [\n              {\n                className: 'params',\n                variants: [\n                  {\n                    begin: IDENT_RE\n                  },\n                  {\n                    begin: /\\(\\s*\\)/,\n                  },\n                  {\n                    begin: /\\(/, end: /\\)/,\n                    excludeBegin: true, excludeEnd: true,\n                    keywords: KEYWORDS,\n                    contains: PARAMS_CONTAINS\n                  }\n                ]\n              }\n            ]\n          },\n          { // E4X / JSX\n            begin: /</, end: /(\\/\\w+|\\w+\\/)>/,\n            subLanguage: 'xml',\n            contains: [\n              {begin: /<\\w+\\s*\\/>/, skip: true},\n              {\n                begin: /<\\w+/, end: /(\\/\\w+|\\w+\\/)>/, skip: true,\n                contains: [\n                  {begin: /<\\w+\\s*\\/>/, skip: true},\n                  'self'\n                ]\n              }\n            ]\n          }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /\\{/, excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: IDENT_RE}),\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            excludeBegin: true,\n            excludeEnd: true,\n            contains: PARAMS_CONTAINS\n          }\n        ],\n        illegal: /\\[|%/\n      },\n      {\n        begin: /\\$[(.]/ // relevance booster for a pattern common to JS libs: `$(something)` and `$.something`\n      },\n      hljs.METHOD_GUARD,\n      { // ES6 class\n        className: 'class',\n        beginKeywords: 'class', end: /[{;=]/, excludeEnd: true,\n        illegal: /[:\"\\[\\]]/,\n        contains: [\n          {beginKeywords: 'extends'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        beginKeywords: 'constructor', end: /\\{/, excludeEnd: true\n      }\n    ],\n    illegal: /#(?!!)/\n  };\n};","module.exports = function (hljs) {\n  var PARAM = {\n    begin: /[\\w-]+ *=/, returnBegin: true,\n    relevance: 0,\n    contains: [{className: 'attr', begin: /[\\w-]+/}]\n  };\n  var PARAMSBLOCK = {\n    className: 'params',\n    begin: /\\(/,\n    end: /\\)/,\n    contains: [PARAM],\n    relevance : 0\n  };\n  var OPERATION = {\n    className: 'function',\n    begin: /:[\\w\\-.]+/,\n    relevance: 0\n  };\n  var PATH = {\n    className: 'string',\n    begin: /\\B(([\\/.])[\\w\\-.\\/=]+)+/,\n  };\n  var COMMAND_PARAMS = {\n    className: 'params',\n    begin: /--[\\w\\-=\\/]+/,\n  };\n  return {\n    aliases: ['wildfly-cli'],\n    lexemes: '[a-z\\-]+',\n    keywords: {\n      keyword: 'alias batch cd clear command connect connection-factory connection-info data-source deploy ' +\n      'deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls ' +\n      'patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias ' +\n      'undeploy unset version xa-data-source', // module\n      literal: 'true false'\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      COMMAND_PARAMS,\n      OPERATION,\n      PATH,\n      PARAMSBLOCK\n    ]\n  }\n};","module.exports = function(hljs) {\n  var LITERALS = {literal: 'true false null'};\n  var TYPES = [\n    hljs.QUOTE_STRING_MODE,\n    hljs.C_NUMBER_MODE\n  ];\n  var VALUE_CONTAINER = {\n    end: ',', endsWithParent: true, excludeEnd: true,\n    contains: TYPES,\n    keywords: LITERALS\n  };\n  var OBJECT = {\n    begin: '{', end: '}',\n    contains: [\n      {\n        className: 'attr',\n        begin: /\"/, end: /\"/,\n        contains: [hljs.BACKSLASH_ESCAPE],\n        illegal: '\\\\n',\n      },\n      hljs.inherit(VALUE_CONTAINER, {begin: /:/})\n    ],\n    illegal: '\\\\S'\n  };\n  var ARRAY = {\n    begin: '\\\\[', end: '\\\\]',\n    contains: [hljs.inherit(VALUE_CONTAINER)], // inherit is a workaround for a bug that makes shared modes with endsWithParent compile only the ending of one of the parents\n    illegal: '\\\\S'\n  };\n  TYPES.splice(TYPES.length, 0, OBJECT, ARRAY);\n  return {\n    contains: TYPES,\n    keywords: LITERALS,\n    illegal: '\\\\S'\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      {\n        className: 'meta',\n        begin: /^julia>/,\n        relevance: 10,\n        starts: {\n          // end the highlighting if we are on a new line and the line does not have at\n          // least six spaces in the beginning\n          end: /^(?![ ]{6})/,\n          subLanguage: 'julia'\n      },\n      // jldoctest Markdown blocks are used in the Julia manual and package docs indicate\n      // code snippets that should be verified when the documentation is built. They can be\n      // either REPL-like or script-like, but are usually REPL-like and therefore we apply\n      // julia-repl highlighting to them. More information can be found in Documenter's\n      // manual: https://juliadocs.github.io/Documenter.jl/latest/man/doctests.html\n      aliases: ['jldoctest']\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  // Since there are numerous special names in Julia, it is too much trouble\n  // to maintain them by hand. Hence these names (i.e. keywords, literals and\n  // built-ins) are automatically generated from Julia v0.6 itself through\n  // the following scripts for each.\n\n  var KEYWORDS = {\n    // # keyword generator, multi-word keywords handled manually below\n    // foreach(println, [\"in\", \"isa\", \"where\"])\n    // for kw in Base.REPLCompletions.complete_keyword(\"\")\n    //     if !(contains(kw, \" \") || kw == \"struct\")\n    //         println(kw)\n    //     end\n    // end\n    keyword:\n      'in isa where ' +\n      'baremodule begin break catch ccall const continue do else elseif end export false finally for function ' +\n      'global if import importall let local macro module quote return true try using while ' +\n      // legacy, to be deprecated in the next release\n      'type immutable abstract bitstype typealias ',\n\n    // # literal generator\n    // println(\"true\")\n    // println(\"false\")\n    // for name in Base.REPLCompletions.completions(\"\", 0)[1]\n    //     try\n    //         v = eval(Symbol(name))\n    //         if !(v isa Function || v isa Type || v isa TypeVar || v isa Module || v isa Colon)\n    //             println(name)\n    //         end\n    //     end\n    // end\n    literal:\n      'true false ' +\n      'ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort ' +\n      'NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway ' +\n      'RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im ' +\n      'nothing pi γ π φ ',\n\n    // # built_in generator:\n    // for name in Base.REPLCompletions.completions(\"\", 0)[1]\n    //     try\n    //         v = eval(Symbol(name))\n    //         if v isa Type || v isa TypeVar\n    //             println(name)\n    //         end\n    //     end\n    // end\n    built_in:\n      'ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet ' +\n      'AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat ' +\n      'AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal '+\n      'BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException ' +\n      'CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager ' +\n      'Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ' +\n      'ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t ' +\n      'Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict ' +\n      'DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ' +\n      'ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function ' +\n      'Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear ' +\n      'IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException ' +\n      'InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix ' +\n      'MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict ' +\n      'OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe ' +\n      'PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ' +\n      'ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode ' +\n      'RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed ' +\n      'SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange ' +\n      'StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal ' +\n      'Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry ' +\n      'TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError ' +\n      'UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector ' +\n      'VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool '\n  };\n\n  // ref: http://julia.readthedocs.org/en/latest/manual/variables/#allowed-variable-names\n  var VARIABLE_NAME_RE = '[A-Za-z_\\\\u00A1-\\\\uFFFF][A-Za-z_0-9\\\\u00A1-\\\\uFFFF]*';\n\n  // placeholder for recursive self-reference\n  var DEFAULT = {\n    lexemes: VARIABLE_NAME_RE, keywords: KEYWORDS, illegal: /<\\//\n  };\n\n  // ref: http://julia.readthedocs.org/en/latest/manual/integers-and-floating-point-numbers/\n  var NUMBER = {\n    className: 'number',\n    // supported numeric literals:\n    //  * binary literal (e.g. 0x10)\n    //  * octal literal (e.g. 0o76543210)\n    //  * hexadecimal literal (e.g. 0xfedcba876543210)\n    //  * hexadecimal floating point literal (e.g. 0x1p0, 0x1.2p2)\n    //  * decimal literal (e.g. 9876543210, 100_000_000)\n    //  * floating pointe literal (e.g. 1.2, 1.2f, .2, 1., 1.2e10, 1.2e-10)\n    begin: /(\\b0x[\\d_]*(\\.[\\d_]*)?|0x\\.\\d[\\d_]*)p[-+]?\\d+|\\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\\b\\d[\\d_]*(\\.[\\d_]*)?|\\.\\d[\\d_]*)([eEfF][-+]?\\d+)?/,\n    relevance: 0\n  };\n\n  var CHAR = {\n    className: 'string',\n    begin: /'(.|\\\\[xXuU][a-zA-Z0-9]+)'/\n  };\n\n  var INTERPOLATION = {\n    className: 'subst',\n    begin: /\\$\\(/, end: /\\)/,\n    keywords: KEYWORDS\n  };\n\n  var INTERPOLATED_VARIABLE = {\n    className: 'variable',\n    begin: '\\\\$' + VARIABLE_NAME_RE\n  };\n\n  // TODO: neatly escape normal code in string literal\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, INTERPOLATION, INTERPOLATED_VARIABLE],\n    variants: [\n      { begin: /\\w*\"\"\"/, end: /\"\"\"\\w*/, relevance: 10 },\n      { begin: /\\w*\"/, end: /\"\\w*/ }\n    ]\n  };\n\n  var COMMAND = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, INTERPOLATION, INTERPOLATED_VARIABLE],\n    begin: '`', end: '`'\n  };\n\n  var MACROCALL = {\n    className: 'meta',\n    begin: '@' + VARIABLE_NAME_RE\n  };\n\n  var COMMENT = {\n    className: 'comment',\n    variants: [\n      { begin: '#=', end: '=#', relevance: 10 },\n      { begin: '#', end: '$' }\n    ]\n  };\n\n  DEFAULT.contains = [\n    NUMBER,\n    CHAR,\n    STRING,\n    COMMAND,\n    MACROCALL,\n    COMMENT,\n    hljs.HASH_COMMENT_MODE,\n    {\n      className: 'keyword',\n      begin:\n        '\\\\b(((abstract|primitive)\\\\s+)type|(mutable\\\\s+)?struct)\\\\b'\n    },\n    {begin: /<:/}  // relevance booster\n  ];\n  INTERPOLATION.contains = DEFAULT.contains;\n\n  return DEFAULT;\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      'abstract as val var vararg get set class object open private protected public noinline ' +\n      'crossinline dynamic final enum if else do while for when throw try catch finally ' +\n      'import package is in fun override companion reified inline lateinit init ' +\n      'interface annotation data sealed internal infix operator out by constructor super ' +\n      'tailrec where const inner suspend typealias external expect actual ' +\n      // to be deleted soon\n      'trait volatile transient native default',\n    built_in:\n      'Byte Short Char Int Long Boolean Float Double Void Unit Nothing',\n    literal:\n      'true false null'\n  };\n  var KEYWORDS_WITH_LABEL = {\n    className: 'keyword',\n    begin: /\\b(break|continue|return|this)\\b/,\n    starts: {\n      contains: [\n        {\n          className: 'symbol',\n          begin: /@\\w+/\n        }\n      ]\n    }\n  };\n  var LABEL = {\n    className: 'symbol', begin: hljs.UNDERSCORE_IDENT_RE + '@'\n  };\n\n  // for string templates\n  var SUBST = {\n    className: 'subst',\n    begin: '\\\\${', end: '}', contains: [hljs.APOS_STRING_MODE, hljs.C_NUMBER_MODE]\n  };\n  var VARIABLE = {\n    className: 'variable', begin: '\\\\$' + hljs.UNDERSCORE_IDENT_RE\n  };\n  var STRING = {\n    className: 'string',\n    variants: [\n      {\n        begin: '\"\"\"', end: '\"\"\"',\n        contains: [VARIABLE, SUBST]\n      },\n      // Can't use built-in modes easily, as we want to use STRING in the meta\n      // context as 'meta-string' and there's no syntax to remove explicitly set\n      // classNames in built-in modes.\n      {\n        begin: '\\'', end: '\\'',\n        illegal: /\\n/,\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        begin: '\"', end: '\"',\n        illegal: /\\n/,\n        contains: [hljs.BACKSLASH_ESCAPE, VARIABLE, SUBST]\n      }\n    ]\n  };\n\n  var ANNOTATION_USE_SITE = {\n    className: 'meta', begin: '@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\\\s*:(?:\\\\s*' + hljs.UNDERSCORE_IDENT_RE + ')?'\n  };\n  var ANNOTATION = {\n    className: 'meta', begin: '@' + hljs.UNDERSCORE_IDENT_RE,\n    contains: [\n      {\n        begin: /\\(/, end: /\\)/,\n        contains: [\n          hljs.inherit(STRING, {className: 'meta-string'})\n        ]\n      }\n    ]\n  };\n\n  // https://kotlinlang.org/docs/reference/whatsnew11.html#underscores-in-numeric-literals\n  // According to the doc above, the number mode of kotlin is the same as java 8,\n  // so the code below is copied from java.js\n  var KOTLIN_NUMBER_RE = '\\\\b' +\n    '(' +\n      '0[bB]([01]+[01_]+[01]+|[01]+)' + // 0b...\n      '|' +\n      '0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)' + // 0x...\n      '|' +\n      '(' +\n        '([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)(\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+))?' +\n        '|' +\n        '\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)' +\n      ')' +\n      '([eE][-+]?\\\\d+)?' + // octal, decimal, float\n    ')' +\n    '[lLfF]?';\n  var KOTLIN_NUMBER_MODE = {\n    className: 'number',\n    begin: KOTLIN_NUMBER_RE,\n    relevance: 0\n  };\n\n  return {\n    aliases: ['kt'],\n    keywords: KEYWORDS,\n    contains : [\n      hljs.COMMENT(\n        '/\\\\*\\\\*',\n        '\\\\*/',\n        {\n          relevance : 0,\n          contains : [{\n            className : 'doctag',\n            begin : '@[A-Za-z]+'\n          }]\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      KEYWORDS_WITH_LABEL,\n      LABEL,\n      ANNOTATION_USE_SITE,\n      ANNOTATION,\n      {\n        className: 'function',\n        beginKeywords: 'fun', end: '[(]|$',\n        returnBegin: true,\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        illegal: /fun\\s+(<.*>)?[^\\s\\(]+(\\s+[^\\s\\(]+)\\s*=/,\n        relevance: 5,\n        contains: [\n          {\n            begin: hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(', returnBegin: true,\n            relevance: 0,\n            contains: [hljs.UNDERSCORE_TITLE_MODE]\n          },\n          {\n            className: 'type',\n            begin: /</, end: />/, keywords: 'reified',\n            relevance: 0\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            endsParent: true,\n            keywords: KEYWORDS,\n            relevance: 0,\n            contains: [\n              {\n                begin: /:/, end: /[=,\\/]/, endsWithParent: true,\n                contains: [\n                  {className: 'type', begin: hljs.UNDERSCORE_IDENT_RE},\n                  hljs.C_LINE_COMMENT_MODE,\n                  hljs.C_BLOCK_COMMENT_MODE\n                ],\n                relevance: 0\n              },\n              hljs.C_LINE_COMMENT_MODE,\n              hljs.C_BLOCK_COMMENT_MODE,\n              ANNOTATION_USE_SITE,\n              ANNOTATION,\n              STRING,\n              hljs.C_NUMBER_MODE\n            ]\n          },\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface trait', end: /[:\\{(]|$/, // remove 'trait' when removed from KEYWORDS\n        excludeEnd: true,\n        illegal: 'extends implements',\n        contains: [\n          {beginKeywords: 'public protected internal private constructor'},\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'type',\n            begin: /</, end: />/, excludeBegin: true, excludeEnd: true,\n            relevance: 0\n          },\n          {\n            className: 'type',\n            begin: /[,:]\\s*/, end: /[<\\(,]|$/, excludeBegin: true, returnEnd: true\n          },\n          ANNOTATION_USE_SITE,\n          ANNOTATION\n        ]\n      },\n      STRING,\n      {\n        className: 'meta',\n        begin: \"^#!/usr/bin/env\", end: '$',\n        illegal: '\\n'\n      },\n      KOTLIN_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var LASSO_IDENT_RE = '[a-zA-Z_][\\\\w.]*';\n  var LASSO_ANGLE_RE = '<\\\\?(lasso(script)?|=)';\n  var LASSO_CLOSE_RE = '\\\\]|\\\\?>';\n  var LASSO_KEYWORDS = {\n    literal:\n      'true false none minimal full all void and or not ' +\n      'bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft',\n    built_in:\n      'array date decimal duration integer map pair string tag xml null ' +\n      'boolean bytes keyword list locale queue set stack staticarray ' +\n      'local var variable global data self inherited currentcapture givenblock',\n    keyword:\n      'cache database_names database_schemanames database_tablenames ' +\n      'define_tag define_type email_batch encode_set html_comment handle ' +\n      'handle_error header if inline iterate ljax_target link ' +\n      'link_currentaction link_currentgroup link_currentrecord link_detail ' +\n      'link_firstgroup link_firstrecord link_lastgroup link_lastrecord ' +\n      'link_nextgroup link_nextrecord link_prevgroup link_prevrecord log ' +\n      'loop namespace_using output_none portal private protect records ' +\n      'referer referrer repeating resultset rows search_args ' +\n      'search_arguments select sort_args sort_arguments thread_atomic ' +\n      'value_list while abort case else fail_if fail_ifnot fail if_empty ' +\n      'if_false if_null if_true loop_abort loop_continue loop_count params ' +\n      'params_up return return_value run_children soap_definetag ' +\n      'soap_lastrequest soap_lastresponse tag_name ascending average by ' +\n      'define descending do equals frozen group handle_failure import in ' +\n      'into join let match max min on order parent protected provide public ' +\n      'require returnhome skip split_thread sum take thread to trait type ' +\n      'where with yield yieldhome'\n  };\n  var HTML_COMMENT = hljs.COMMENT(\n    '<!--',\n    '-->',\n    {\n      relevance: 0\n    }\n  );\n  var LASSO_NOPROCESS = {\n    className: 'meta',\n    begin: '\\\\[noprocess\\\\]',\n    starts: {\n      end: '\\\\[/noprocess\\\\]',\n      returnEnd: true,\n      contains: [HTML_COMMENT]\n    }\n  };\n  var LASSO_START = {\n    className: 'meta',\n    begin: '\\\\[/noprocess|' + LASSO_ANGLE_RE\n  };\n  var LASSO_DATAMEMBER = {\n    className: 'symbol',\n    begin: '\\'' + LASSO_IDENT_RE + '\\''\n  };\n  var LASSO_CODE = [\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.inherit(hljs.C_NUMBER_MODE, {begin: hljs.C_NUMBER_RE + '|(-?infinity|NaN)\\\\b'}),\n    hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n    hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n    {\n      className: 'string',\n      begin: '`', end: '`'\n    },\n    { // variables\n      variants: [\n        {\n          begin: '[#$]' + LASSO_IDENT_RE\n        },\n        {\n          begin: '#', end: '\\\\d+',\n          illegal: '\\\\W'\n        }\n      ]\n    },\n    {\n      className: 'type',\n      begin: '::\\\\s*', end: LASSO_IDENT_RE,\n      illegal: '\\\\W'\n    },\n    {\n      className: 'params',\n      variants: [\n        {\n          begin: '-(?!infinity)' + LASSO_IDENT_RE,\n          relevance: 0\n        },\n        {\n          begin: '(\\\\.\\\\.\\\\.)'\n        }\n      ]\n    },\n    {\n      begin: /(->|\\.)\\s*/,\n      relevance: 0,\n      contains: [LASSO_DATAMEMBER]\n    },\n    {\n      className: 'class',\n      beginKeywords: 'define',\n      returnEnd: true, end: '\\\\(|=>',\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {begin: LASSO_IDENT_RE + '(=(?!>))?|[-+*/%](?!>)'})\n      ]\n    }\n  ];\n  return {\n    aliases: ['ls', 'lassoscript'],\n    case_insensitive: true,\n    lexemes: LASSO_IDENT_RE + '|&[lg]t;',\n    keywords: LASSO_KEYWORDS,\n    contains: [\n      {\n        className: 'meta',\n        begin: LASSO_CLOSE_RE,\n        relevance: 0,\n        starts: { // markup\n          end: '\\\\[|' + LASSO_ANGLE_RE,\n          returnEnd: true,\n          relevance: 0,\n          contains: [HTML_COMMENT]\n        }\n      },\n      LASSO_NOPROCESS,\n      LASSO_START,\n      {\n        className: 'meta',\n        begin: '\\\\[no_square_brackets',\n        starts: {\n          end: '\\\\[/no_square_brackets\\\\]', // not implemented in the language\n          lexemes: LASSO_IDENT_RE + '|&[lg]t;',\n          keywords: LASSO_KEYWORDS,\n          contains: [\n            {\n              className: 'meta',\n              begin: LASSO_CLOSE_RE,\n              relevance: 0,\n              starts: {\n                end: '\\\\[noprocess\\\\]|' + LASSO_ANGLE_RE,\n                returnEnd: true,\n                contains: [HTML_COMMENT]\n              }\n            },\n            LASSO_NOPROCESS,\n            LASSO_START\n          ].concat(LASSO_CODE)\n        }\n      },\n      {\n        className: 'meta',\n        begin: '\\\\[',\n        relevance: 0\n      },\n      {\n        className: 'meta',\n        begin: '^#!', end:'lasso9$',\n        relevance: 10\n      }\n    ].concat(LASSO_CODE)\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      {\n        className: 'attribute',\n        begin: '^dn', end: ': ', excludeEnd: true,\n        starts: {end: '$', relevance: 0},\n        relevance: 10\n      },\n      {\n        className: 'attribute',\n        begin: '^\\\\w', end: ': ', excludeEnd: true,\n        starts: {end: '$', relevance: 0}\n      },\n      {\n        className: 'literal',\n        begin: '^-', end: '$'\n      },\n      hljs.HASH_COMMENT_MODE\n    ]\n  };\n};","module.exports = function (hljs) {\n  return {\n    contains: [\n      {\n        className: 'function',\n        begin: '#+' + '[A-Za-z_0-9]*' + '\\\\(',\n        end:' {',\n        returnBegin: true,\n        excludeEnd: true,\n        contains : [\n          {\n            className: 'keyword',\n            begin: '#+'\n          },\n          {\n            className: 'title',\n            begin: '[A-Za-z_][A-Za-z_0-9]*'\n          },\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)',\n            endsParent: true,\n            contains: [\n              {\n                className: 'string',\n                begin: '\"',\n                end: '\"'\n              },\n              {\n                className: 'variable',\n                begin: '[A-Za-z_][A-Za-z_0-9]*'\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE        = '[\\\\w-]+'; // yes, Less identifiers may begin with a digit\n  var INTERP_IDENT_RE = '(' + IDENT_RE + '|@{' + IDENT_RE + '})';\n\n  /* Generic Modes */\n\n  var RULES = [], VALUE = []; // forward def. for recursive modes\n\n  var STRING_MODE = function(c) { return {\n    // Less strings are not multiline (also include '~' for more consistent coloring of \"escaped\" strings)\n    className: 'string', begin: '~?' + c + '.*?' + c\n  };};\n\n  var IDENT_MODE = function(name, begin, relevance) { return {\n    className: name, begin: begin, relevance: relevance\n  };};\n\n  var PARENS_MODE = {\n    // used only to properly balance nested parens inside mixin call, def. arg list\n    begin: '\\\\(', end: '\\\\)', contains: VALUE, relevance: 0\n  };\n\n  // generic Less highlighter (used almost everywhere except selectors):\n  VALUE.push(\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    STRING_MODE(\"'\"),\n    STRING_MODE('\"'),\n    hljs.CSS_NUMBER_MODE, // fixme: it does not include dot for numbers like .5em :(\n    {\n      begin: '(url|data-uri)\\\\(',\n      starts: {className: 'string', end: '[\\\\)\\\\n]', excludeEnd: true}\n    },\n    IDENT_MODE('number', '#[0-9A-Fa-f]+\\\\b'),\n    PARENS_MODE,\n    IDENT_MODE('variable', '@@?' + IDENT_RE, 10),\n    IDENT_MODE('variable', '@{'  + IDENT_RE + '}'),\n    IDENT_MODE('built_in', '~?`[^`]*?`'), // inline javascript (or whatever host language) *multiline* string\n    { // @media features (it’s here to not duplicate things in AT_RULE_MODE with extra PARENS_MODE overriding):\n      className: 'attribute', begin: IDENT_RE + '\\\\s*:', end: ':', returnBegin: true, excludeEnd: true\n    },\n    {\n      className: 'meta',\n      begin: '!important'\n    }\n  );\n\n  var VALUE_WITH_RULESETS = VALUE.concat({\n    begin: '{', end: '}', contains: RULES\n  });\n\n  var MIXIN_GUARD_MODE = {\n    beginKeywords: 'when', endsWithParent: true,\n    contains: [{beginKeywords: 'and not'}].concat(VALUE) // using this form to override VALUE’s 'function' match\n  };\n\n  /* Rule-Level Modes */\n\n  var RULE_MODE = {\n    begin: INTERP_IDENT_RE + '\\\\s*:', returnBegin: true, end: '[;}]',\n    relevance: 0,\n    contains: [\n      {\n        className: 'attribute',\n        begin: INTERP_IDENT_RE, end: ':', excludeEnd: true,\n        starts: {\n          endsWithParent: true, illegal: '[<=$]',\n          relevance: 0,\n          contains: VALUE\n        }\n      }\n    ]\n  };\n\n  var AT_RULE_MODE = {\n    className: 'keyword',\n    begin: '@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\\\b',\n    starts: {end: '[;{}]', returnEnd: true, contains: VALUE, relevance: 0}\n  };\n\n  // variable definitions and calls\n  var VAR_RULE_MODE = {\n    className: 'variable',\n    variants: [\n      // using more strict pattern for higher relevance to increase chances of Less detection.\n      // this is *the only* Less specific statement used in most of the sources, so...\n      // (we’ll still often loose to the css-parser unless there's '//' comment,\n      // simply because 1 variable just can't beat 99 properties :)\n      {begin: '@' + IDENT_RE + '\\\\s*:', relevance: 15},\n      {begin: '@' + IDENT_RE}\n    ],\n    starts: {end: '[;}]', returnEnd: true, contains: VALUE_WITH_RULESETS}\n  };\n\n  var SELECTOR_MODE = {\n    // first parse unambiguous selectors (i.e. those not starting with tag)\n    // then fall into the scary lookahead-discriminator variant.\n    // this mode also handles mixin definitions and calls\n    variants: [{\n      begin: '[\\\\.#:&\\\\[>]', end: '[;{}]'  // mixin calls end with ';'\n      }, {\n      begin: INTERP_IDENT_RE, end: '{'\n    }],\n    returnBegin: true,\n    returnEnd:   true,\n    illegal: '[<=\\'$\"]',\n    relevance: 0,\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      MIXIN_GUARD_MODE,\n      IDENT_MODE('keyword',  'all\\\\b'),\n      IDENT_MODE('variable', '@{'  + IDENT_RE + '}'),     // otherwise it’s identified as tag\n      IDENT_MODE('selector-tag',  INTERP_IDENT_RE + '%?', 0), // '%' for more consistent coloring of @keyframes \"tags\"\n      IDENT_MODE('selector-id', '#' + INTERP_IDENT_RE),\n      IDENT_MODE('selector-class', '\\\\.' + INTERP_IDENT_RE, 0),\n      IDENT_MODE('selector-tag',  '&', 0),\n      {className: 'selector-attr', begin: '\\\\[', end: '\\\\]'},\n      {className: 'selector-pseudo', begin: /:(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\"'.]+/},\n      {begin: '\\\\(', end: '\\\\)', contains: VALUE_WITH_RULESETS}, // argument list of parametric mixins\n      {begin: '!important'} // eat !important after mixin call or it will be colored as tag\n    ]\n  };\n\n  RULES.push(\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    AT_RULE_MODE,\n    VAR_RULE_MODE,\n    RULE_MODE,\n    SELECTOR_MODE\n  );\n\n  return {\n    case_insensitive: true,\n    illegal: '[=>\\'/<($\"]',\n    contains: RULES\n  };\n};","module.exports = function(hljs) {\n  var LISP_IDENT_RE = '[a-zA-Z_\\\\-\\\\+\\\\*\\\\/\\\\<\\\\=\\\\>\\\\&\\\\#][a-zA-Z0-9_\\\\-\\\\+\\\\*\\\\/\\\\<\\\\=\\\\>\\\\&\\\\#!]*';\n  var MEC_RE = '\\\\|[^]*?\\\\|';\n  var LISP_SIMPLE_NUMBER_RE = '(\\\\-|\\\\+)?\\\\d+(\\\\.\\\\d+|\\\\/\\\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\\\+|\\\\-)?\\\\d+)?';\n  var SHEBANG = {\n    className: 'meta',\n    begin: '^#!', end: '$'\n  };\n  var LITERAL = {\n    className: 'literal',\n    begin: '\\\\b(t{1}|nil)\\\\b'\n  };\n  var NUMBER = {\n    className: 'number',\n    variants: [\n      {begin: LISP_SIMPLE_NUMBER_RE, relevance: 0},\n      {begin: '#(b|B)[0-1]+(/[0-1]+)?'},\n      {begin: '#(o|O)[0-7]+(/[0-7]+)?'},\n      {begin: '#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?'},\n      {begin: '#(c|C)\\\\(' + LISP_SIMPLE_NUMBER_RE + ' +' + LISP_SIMPLE_NUMBER_RE, end: '\\\\)'}\n    ]\n  };\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null});\n  var COMMENT = hljs.COMMENT(\n    ';', '$',\n    {\n      relevance: 0\n    }\n  );\n  var VARIABLE = {\n    begin: '\\\\*', end: '\\\\*'\n  };\n  var KEYWORD = {\n    className: 'symbol',\n    begin: '[:&]' + LISP_IDENT_RE\n  };\n  var IDENT = {\n    begin: LISP_IDENT_RE,\n    relevance: 0\n  };\n  var MEC = {\n    begin: MEC_RE\n  };\n  var QUOTED_LIST = {\n    begin: '\\\\(', end: '\\\\)',\n    contains: ['self', LITERAL, STRING, NUMBER, IDENT]\n  };\n  var QUOTED = {\n    contains: [NUMBER, STRING, VARIABLE, KEYWORD, QUOTED_LIST, IDENT],\n    variants: [\n      {\n        begin: '[\\'`]\\\\(', end: '\\\\)'\n      },\n      {\n        begin: '\\\\(quote ', end: '\\\\)',\n        keywords: {name: 'quote'}\n      },\n      {\n        begin: '\\'' + MEC_RE\n      }\n    ]\n  };\n  var QUOTED_ATOM = {\n    variants: [\n      {begin: '\\'' + LISP_IDENT_RE},\n      {begin: '#\\'' + LISP_IDENT_RE + '(::' + LISP_IDENT_RE + ')*'}\n    ]\n  };\n  var LIST = {\n    begin: '\\\\(\\\\s*', end: '\\\\)'\n  };\n  var BODY = {\n    endsWithParent: true,\n    relevance: 0\n  };\n  LIST.contains = [\n    {\n      className: 'name',\n      variants: [\n        {begin: LISP_IDENT_RE},\n        {begin: MEC_RE}\n      ]\n    },\n    BODY\n  ];\n  BODY.contains = [QUOTED, QUOTED_ATOM, LIST, LITERAL, NUMBER, STRING, COMMENT, VARIABLE, KEYWORD, MEC, IDENT];\n\n  return {\n    illegal: /\\S/,\n    contains: [\n      NUMBER,\n      SHEBANG,\n      LITERAL,\n      STRING,\n      COMMENT,\n      QUOTED,\n      QUOTED_ATOM,\n      LIST,\n      IDENT\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VARIABLE = {\n    begin: '\\\\b[gtps][A-Z]+[A-Za-z0-9_\\\\-]*\\\\b|\\\\$_[A-Z]+',\n    relevance: 0\n  };\n  var COMMENT_MODES = [\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.HASH_COMMENT_MODE,\n    hljs.COMMENT('--', '$'),\n    hljs.COMMENT('[^:]//', '$')\n  ];\n  var TITLE1 = hljs.inherit(hljs.TITLE_MODE, {\n    variants: [\n      {begin: '\\\\b_*rig[A-Z]+[A-Za-z0-9_\\\\-]*'},\n      {begin: '\\\\b_[a-z0-9\\\\-]+'}\n    ]\n  });\n  var TITLE2 = hljs.inherit(hljs.TITLE_MODE, {begin: '\\\\b([A-Za-z0-9_\\\\-]+)\\\\b'});\n  return {\n    case_insensitive: false,\n    keywords: {\n      keyword:\n        '$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER ' +\n        'codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph ' +\n        'after byte bytes english the until http forever descending using line real8 with seventh ' +\n        'for stdout finally element word words fourth before black ninth sixth characters chars stderr ' +\n        'uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid ' +\n        'at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 ' +\n        'int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat ' +\n        'end repeat URL in try into switch to words https token binfile each tenth as ticks tick ' +\n        'system real4 by dateItems without char character ascending eighth whole dateTime numeric short ' +\n        'first ftp integer abbreviated abbr abbrev private case while if ' +\n        'div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within ' +\n        'contains ends with begins the keys of keys',\n      literal:\n        'SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE ' +\n        'QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO ' +\n        'six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five ' +\n        'quote empty one true return cr linefeed right backslash null seven tab three two ' +\n        'RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK ' +\n        'FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK',\n      built_in:\n        'put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode ' +\n        'base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum ' +\n        'cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress ' +\n        'constantNames cos date dateFormat decompress directories ' +\n        'diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global ' +\n        'globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset ' +\n        'keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders ' +\n        'libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 ' +\n        'longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge millisec ' +\n        'millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar ' +\n        'numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets ' +\n        'paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation ' +\n        'populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile ' +\n        'revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull ' +\n        'revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered ' +\n        'revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames ' +\n        'revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull ' +\n        'revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections ' +\n        'revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype ' +\n        'revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext ' +\n        'revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames ' +\n        'revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase ' +\n        'revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute ' +\n        'revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces ' +\n        'revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode ' +\n        'revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling ' +\n        'revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error ' +\n        'revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute ' +\n        'revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort ' +\n        'revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree ' +\n        'revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance ' +\n        'sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound ' +\n        'stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper ' +\n        'transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames ' +\n        'variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet ' +\n        'xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process ' +\n        'combine constant convert create new alias folder directory decrypt delete variable word line folder ' +\n        'directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile ' +\n        'libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback ' +\n        'libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime ' +\n        'libURLSetStatusCallback load multiply socket prepare process post seek rel relative read from process rename ' +\n        'replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase ' +\n        'revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees ' +\n        'revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord ' +\n        'revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase ' +\n        'revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD ' +\n        'revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost ' +\n        'revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData ' +\n        'revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel ' +\n        'revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback ' +\n        'revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop ' +\n        'subtract union unload wait write'\n    },\n    contains: [\n      VARIABLE,\n      {\n        className: 'keyword',\n        begin: '\\\\bend\\\\sif\\\\b'\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '$',\n        contains: [\n          VARIABLE,\n          TITLE2,\n          hljs.APOS_STRING_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.BINARY_NUMBER_MODE,\n          hljs.C_NUMBER_MODE,\n          TITLE1\n        ]\n      },\n      {\n        className: 'function',\n        begin: '\\\\bend\\\\s+', end: '$',\n        keywords: 'end',\n        contains: [\n          TITLE2,\n          TITLE1\n        ],\n        relevance: 0\n      },\n      {\n        beginKeywords: 'command on', end: '$',\n        contains: [\n          VARIABLE,\n          TITLE2,\n          hljs.APOS_STRING_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.BINARY_NUMBER_MODE,\n          hljs.C_NUMBER_MODE,\n          TITLE1\n        ]\n      },\n      {\n        className: 'meta',\n        variants: [\n          {\n            begin: '<\\\\?(rev|lc|livecode)',\n            relevance: 10\n          },\n          { begin: '<\\\\?' },\n          { begin: '\\\\?>' }\n        ]\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.BINARY_NUMBER_MODE,\n      hljs.C_NUMBER_MODE,\n      TITLE1\n    ].concat(COMMENT_MODES),\n    illegal: ';$|^\\\\[|^=|&|{'\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      // JS keywords\n      'in if for while finally new do return else break catch instanceof throw try this ' +\n      'switch continue typeof delete debugger case default function var with ' +\n      // LiveScript keywords\n      'then unless until loop of by when and or is isnt not it that otherwise from to til fallthrough super ' +\n      'case default function var void const let enum export import native ' +\n      '__hasProp __extends __slice __bind __indexOf',\n    literal:\n      // JS literals\n      'true false null undefined ' +\n      // LiveScript literals\n      'yes no on off it that void',\n    built_in:\n      'npm require console print module global window document'\n  };\n  var JS_IDENT_RE = '[A-Za-z$_](?:\\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*';\n  var TITLE = hljs.inherit(hljs.TITLE_MODE, {begin: JS_IDENT_RE});\n  var SUBST = {\n    className: 'subst',\n    begin: /#\\{/, end: /}/,\n    keywords: KEYWORDS\n  };\n  var SUBST_SIMPLE = {\n    className: 'subst',\n    begin: /#[A-Za-z$_]/, end: /(?:\\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,\n    keywords: KEYWORDS\n  };\n  var EXPRESSIONS = [\n    hljs.BINARY_NUMBER_MODE,\n    {\n      className: 'number',\n      begin: '(\\\\b0[xX][a-fA-F0-9_]+)|(\\\\b\\\\d(\\\\d|_\\\\d)*(\\\\.(\\\\d(\\\\d|_\\\\d)*)?)?(_*[eE]([-+]\\\\d(_\\\\d|\\\\d)*)?)?[_a-z]*)',\n      relevance: 0,\n      starts: {end: '(\\\\s*/)?', relevance: 0} // a number tries to eat the following slash to prevent treating it as a regexp\n    },\n    {\n      className: 'string',\n      variants: [\n        {\n          begin: /'''/, end: /'''/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /'/, end: /'/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /\"\"\"/, end: /\"\"\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST, SUBST_SIMPLE]\n        },\n        {\n          begin: /\"/, end: /\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST, SUBST_SIMPLE]\n        },\n        {\n          begin: /\\\\/, end: /(\\s|$)/,\n          excludeEnd: true\n        }\n      ]\n    },\n    {\n      className: 'regexp',\n      variants: [\n        {\n          begin: '//', end: '//[gim]*',\n          contains: [SUBST, hljs.HASH_COMMENT_MODE]\n        },\n        {\n          // regex can't start with space to parse x / 2 / 3 as two divisions\n          // regex can't start with *, and it supports an \"illegal\" in the main mode\n          begin: /\\/(?![ *])(\\\\\\/|.)*?\\/[gim]*(?=\\W|$)/\n        }\n      ]\n    },\n    {\n      begin: '@' + JS_IDENT_RE\n    },\n    {\n      begin: '``', end: '``',\n      excludeBegin: true, excludeEnd: true,\n      subLanguage: 'javascript'\n    }\n  ];\n  SUBST.contains = EXPRESSIONS;\n\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', returnBegin: true,\n    /* We need another contained nameless mode to not have every nested\n    pair of parens to be called \"params\" */\n    contains: [\n      {\n        begin: /\\(/, end: /\\)/,\n        keywords: KEYWORDS,\n        contains: ['self'].concat(EXPRESSIONS)\n      }\n    ]\n  };\n\n  return {\n    aliases: ['ls'],\n    keywords: KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: EXPRESSIONS.concat([\n      hljs.COMMENT('\\\\/\\\\*', '\\\\*\\\\/'),\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'function',\n        contains: [TITLE, PARAMS],\n        returnBegin: true,\n        variants: [\n          {\n            begin: '(' + JS_IDENT_RE + '\\\\s*(?:=|:=)\\\\s*)?(\\\\(.*\\\\))?\\\\s*\\\\B\\\\->\\\\*?', end: '\\\\->\\\\*?'\n          },\n          {\n            begin: '(' + JS_IDENT_RE + '\\\\s*(?:=|:=)\\\\s*)?!?(\\\\(.*\\\\))?\\\\s*\\\\B[-~]{1,2}>\\\\*?', end: '[-~]{1,2}>\\\\*?'\n          },\n          {\n            begin: '(' + JS_IDENT_RE + '\\\\s*(?:=|:=)\\\\s*)?(\\\\(.*\\\\))?\\\\s*\\\\B!?[-~]{1,2}>\\\\*?', end: '!?[-~]{1,2}>\\\\*?'\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class',\n        end: '$',\n        illegal: /[:=\"\\[\\]]/,\n        contains: [\n          {\n            beginKeywords: 'extends',\n            endsWithParent: true,\n            illegal: /[:=\"\\[\\]]/,\n            contains: [TITLE]\n          },\n          TITLE\n        ]\n      },\n      {\n        begin: JS_IDENT_RE + ':', end: ':',\n        returnBegin: true, returnEnd: true,\n        relevance: 0\n      }\n    ])\n  };\n};","module.exports = function(hljs) {\n  var identifier = '([-a-zA-Z$._][\\\\w\\\\-$.]*)';\n  return {\n    //lexemes: '[.%]?' + hljs.IDENT_RE,\n    keywords:\n      'begin end true false declare define global ' +\n      'constant private linker_private internal ' +\n      'available_externally linkonce linkonce_odr weak ' +\n      'weak_odr appending dllimport dllexport common ' +\n      'default hidden protected extern_weak external ' +\n      'thread_local zeroinitializer undef null to tail ' +\n      'target triple datalayout volatile nuw nsw nnan ' +\n      'ninf nsz arcp fast exact inbounds align ' +\n      'addrspace section alias module asm sideeffect ' +\n      'gc dbg linker_private_weak attributes blockaddress ' +\n      'initialexec localdynamic localexec prefix unnamed_addr ' +\n      'ccc fastcc coldcc x86_stdcallcc x86_fastcallcc ' +\n      'arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ' +\n      'ptx_kernel intel_ocl_bicc msp430_intrcc spir_func ' +\n      'spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc ' +\n      'cc c signext zeroext inreg sret nounwind ' +\n      'noreturn noalias nocapture byval nest readnone ' +\n      'readonly inlinehint noinline alwaysinline optsize ssp ' +\n      'sspreq noredzone noimplicitfloat naked builtin cold ' +\n      'nobuiltin noduplicate nonlazybind optnone returns_twice ' +\n      'sanitize_address sanitize_memory sanitize_thread sspstrong ' +\n      'uwtable returned type opaque eq ne slt sgt ' +\n      'sle sge ult ugt ule uge oeq one olt ogt ' +\n      'ole oge ord uno ueq une x acq_rel acquire ' +\n      'alignstack atomic catch cleanup filter inteldialect ' +\n      'max min monotonic nand personality release seq_cst ' +\n      'singlethread umax umin unordered xchg add fadd ' +\n      'sub fsub mul fmul udiv sdiv fdiv urem srem ' +\n      'frem shl lshr ashr and or xor icmp fcmp ' +\n      'phi call trunc zext sext fptrunc fpext uitofp ' +\n      'sitofp fptoui fptosi inttoptr ptrtoint bitcast ' +\n      'addrspacecast select va_arg ret br switch invoke ' +\n      'unwind unreachable indirectbr landingpad resume ' +\n      'malloc alloca free load store getelementptr ' +\n      'extractelement insertelement shufflevector getresult ' +\n      'extractvalue insertvalue atomicrmw cmpxchg fence ' +\n      'argmemonly double',\n    contains: [\n      {\n        className: 'keyword',\n        begin: 'i\\\\d+'\n      },\n      hljs.COMMENT(\n        ';', '\\\\n', {relevance: 0}\n      ),\n      // Double quote string\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        variants: [\n          // Double-quoted string\n          { begin: '\"', end: '[^\\\\\\\\]\"' },\n        ],\n        relevance: 0\n      },\n      {\n        className: 'title',\n        variants: [\n          { begin: '@' + identifier },\n          { begin: '@\\\\d+' },\n          { begin: '!' + identifier },\n          { begin: '!\\\\d+' + identifier }\n        ]\n      },\n      {\n        className: 'symbol',\n        variants: [\n          { begin: '%' + identifier },\n          { begin: '%\\\\d+' },\n          { begin: '#\\\\d+' },\n        ]\n      },\n      {\n        className: 'number',\n        variants: [\n            { begin: '0[xX][a-fA-F0-9]+' },\n            { begin: '-?\\\\d+(?:[.]\\\\d+)?(?:[eE][-+]?\\\\d+(?:[.]\\\\d+)?)?' }\n        ],\n        relevance: 0\n      },\n    ]\n  };\n};","module.exports = function(hljs) {\n\n    var LSL_STRING_ESCAPE_CHARS = {\n        className: 'subst',\n        begin: /\\\\[tn\"\\\\]/\n    };\n\n    var LSL_STRINGS = {\n        className: 'string',\n        begin: '\"',\n        end: '\"',\n        contains: [\n            LSL_STRING_ESCAPE_CHARS\n        ]\n    };\n\n    var LSL_NUMBERS = {\n        className: 'number',\n        begin: hljs.C_NUMBER_RE\n    };\n\n    var LSL_CONSTANTS = {\n        className: 'literal',\n        variants: [\n            {\n                begin: '\\\\b(?:PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\\\b'\n            },\n            {\n                begin: '\\\\b(?:XP_ERROR_(?:EXPERIENCES_DISABLED|EXPERIENCE_(?:DISABLED|SUSPENDED)|INVALID_(?:EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(?:FOUND|PERMITTED(?:_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(?:PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(?:_OBJECT)?|(?:DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(?:FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(?:_(?:BY_(?:LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(?:PARCEL(?:_OWNER)?|REGION)))?|CAMERA_(?:PITCH|DISTANCE|BEHINDNESS_(?:ANGLE|LAG)|(?:FOCUS|POSITION)(?:_(?:THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(?:ROOT|SET|ALL_(?:OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(?:IVE|_(?:ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(?:FWD|BACK|(?:ROT_)?(?:LEFT|RIGHT)|UP|DOWN|(?:ML_)?LBUTTON)|PERMISSION_(?:RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(?:CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(?:TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(?:INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(?:_START)?|TELEPORT|MEDIA)|OBJECT_(?:CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(?:PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_ON_REZ|NAME|DESC|POS|PRIM_(?:COUNT|EQUIVALENCE)|RETURN_(?:PARCEL(?:_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP|CREATOR|ATTACHED_POINT|RENDER_WEIGHT|(?:BODY_SHAPE|PATHFINDING)_TYPE|(?:RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(?:MEMORY|TIME))|TYPE_(?:INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(?:DEBUG|PUBLIC)_CHANNEL|ATTACH_(?:AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](?:SHOULDER|HAND|FOOT|EAR|EYE|[UL](?:ARM|LEG)|HIP)|(?:LEFT|RIGHT)_PEC|HUD_(?:CENTER_[12]|TOP_(?:RIGHT|CENTER|LEFT)|BOTTOM(?:_(?:RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(?:BASE|TIP)|[LR]WING|FACE_(?:JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(?:LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(?:ONLINE|NAME|BORN|SIM_(?:POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(?:ON_FILE|USED)|REMOTE_DATA_(?:CHANNEL|REQUEST|REPLY)|PSYS_(?:PART_(?:BF_(?:ZERO|ONE(?:_MINUS_(?:DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(?:START|END)_(?:COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(?:RIBBON|WIND|INTERP_(?:COLOR|SCALE)|BOUNCE|FOLLOW_(?:SRC|VELOCITY)|TARGET_(?:POS|LINEAR)|EMISSIVE)_MASK)|SRC_(?:MAX_AGE|PATTERN|ANGLE_(?:BEGIN|END)|BURST_(?:RATE|PART_COUNT|RADIUS|SPEED_(?:MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(?:DROP|EXPLODE|ANGLE(?:_CONE(?:_EMPTY)?)?)))|VEHICLE_(?:REFERENCE_FRAME|TYPE_(?:NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(?:LINEAR|ANGULAR)_(?:FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(?:HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(?:LINEAR|ANGULAR)_(?:DEFLECTION_(?:EFFICIENCY|TIMESCALE)|MOTOR_(?:DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(?:EFFICIENCY|TIMESCALE)|BANKING_(?:EFFICIENCY|MIX|TIMESCALE)|FLAG_(?:NO_DEFLECTION_UP|LIMIT_(?:ROLL_ONLY|MOTOR_UP)|HOVER_(?:(?:WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(?:STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(?:ALPHA_MODE(?:_(?:BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(?:_(?:BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(?:DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(?:_(?:STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(?:NONE|LOW|MEDIUM|HIGH)|BUMP_(?:NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(?:DEFAULT|PLANAR)|SCULPT_(?:TYPE_(?:SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(?:MIRROR|INVERT))|PHYSICS(?:_(?:SHAPE_(?:CONVEX|NONE|PRIM|TYPE)))?|(?:POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(?:ALT_IMAGE_ENABLE|CONTROLS|(?:CURRENT|HOME)_URL|AUTO_(?:LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(?:WIDTH|HEIGHT)_PIXELS|WHITELIST(?:_ENABLE)?|PERMS_(?:INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(?:STANDARD|MINI)|PERM_(?:NONE|OWNER|GROUP|ANYONE)|MAX_(?:URL_LENGTH|WHITELIST_(?:SIZE|COUNT)|(?:WIDTH|HEIGHT)_PIXELS)))|MASK_(?:BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(?:TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(?:MEDIA_COMMAND_(?:STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(?:ALLOW_(?:FLY|(?:GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(?:GROUP_)?OBJECTS)|USE_(?:ACCESS_(?:GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(?:GROUP|ALL)_OBJECT_ENTRY)|COUNT_(?:TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(?:NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(?:MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(?:_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(?:HIDE|DEFAULT)|REGION_FLAG_(?:ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(?:COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(?:METHOD|MIMETYPE|BODY_(?:MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|STRING_(?:TRIM(?:_(?:HEAD|TAIL))?)|CLICK_ACTION_(?:NONE|TOUCH|SIT|BUY|PAY|OPEN(?:_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(?:NONE|SCRIPT_MEMORY)|RC_(?:DATA_FLAGS|DETECT_PHANTOM|GET_(?:LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(?:TYPES|AGENTS|(?:NON)?PHYSICAL|LAND))|RCERR_(?:CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(?:ALLOWED_(?:AGENT|GROUP)_(?:ADD|REMOVE)|BANNED_AGENT_(?:ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(?:COMMAND|CMD_(?:PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(?:GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(?:CMD_(?:(?:SMOOTH_)?STOP|JUMP)|DESIRED_(?:TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(?:_(?:[ABCD]|NONE))?|MAX_(?:DECEL|TURN_RADIUS|(?:ACCEL|SPEED)))|PURSUIT_(?:OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(?:CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(?:EVADE_(?:HIDDEN|SPOTTED)|FAILURE_(?:DYNAMIC_PATHFINDING_DISABLED|INVALID_(?:GOAL|START)|NO_(?:NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(?:PARCEL_)?UNREACHABLE)|(?:GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(?:_(?:FAST|NONE|SLOW))?|CONTENT_TYPE_(?:ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(?:RADIUS|STATIC)|(?:PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(?:AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\\\b'\n            },\n            {\n                begin: '\\\\b(?:FALSE|TRUE)\\\\b'\n            },\n            {\n                begin: '\\\\b(?:ZERO_ROTATION)\\\\b'\n            },\n            {\n                begin: '\\\\b(?:EOF|JSON_(?:ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(?:BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(?:GRANTED|DENIED))\\\\b'\n            },\n            {\n                begin: '\\\\b(?:ZERO_VECTOR|TOUCH_INVALID_(?:TEXCOORD|VECTOR))\\\\b'\n            }\n        ]\n    };\n\n    var LSL_FUNCTIONS = {\n        className: 'built_in',\n        begin: '\\\\b(?:ll(?:AgentInExperience|(?:Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(?:Details|ErrorMessage)|ReturnObjectsBy(?:ID|Owner)|Json(?:2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(?:Mag|Norm|Dist)|Rot(?:Between|2(?:Euler|Fwd|Left|Up))|(?:Euler|Axes)2Rot|Whisper|(?:Region|Owner)?Say|Shout|Listen(?:Control|Remove)?|Sensor(?:Repeat|Remove)?|Detected(?:Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|(?:[GS]et)(?:AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(?:Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(?:Scale|Offset|Rotate)Texture|(?:Rot)?Target(?:Remove)?|(?:Stop)?MoveToTarget|Apply(?:Rotational)?Impulse|Set(?:KeyframedMotion|ContentType|RegionPos|(?:Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(?:Queueing|Radius)|Vehicle(?:Type|(?:Float|Vector|Rotation)Param)|(?:Touch|Sit)?Text|Camera(?:Eye|At)Offset|PrimitiveParams|ClickAction|Link(?:Alpha|Color|PrimitiveParams(?:Fast)?|Texture(?:Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get(?:(?:Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(?:PrimitiveParams|Number(?:OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(?:Details|PermMask|PrimCount)|Parcel(?:MaxPrims|Details|Prim(?:Count|Owners))|Attached(?:List)?|(?:SPMax|Free|Used)Memory|Region(?:Name|TimeDilation|FPS|Corner|AgentCount)|Root(?:Position|Rotation)|UnixTime|(?:Parcel|Region)Flags|(?:Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(?:Prims|NotecardLines|Sides)|Animation(?:List)?|(?:Camera|Local)(?:Pos|Rot)|Vel|Accel|Omega|Time(?:stamp|OfDay)|(?:Object|CenterOf)?Mass|MassMKS|Energy|Owner|(?:Owner)?Key|SunDirection|Texture(?:Offset|Scale|Rot)|Inventory(?:Number|Name|Key|Type|Creator|PermMask)|Permissions(?:Key)?|StartParameter|List(?:Length|EntryType)|Date|Agent(?:Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(?:Name|State))|(?:Get|Reset|GetAndReset)Time|PlaySound(?:Slave)?|LoopSound(?:Master|Slave)?|(?:Trigger|Stop|Preload)Sound|(?:(?:Get|Delete)Sub|Insert)String|To(?:Upper|Lower)|Give(?:InventoryList|Money)|RezObject|(?:Stop)?LookAt|Sleep|CollisionFilter|(?:Take|Release)Controls|DetachFromAvatar|AttachToAvatar(?:Temp)?|InstantMessage|(?:GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(?:Length|Trim)|(?:Start|Stop)Animation|TargetOmega|Request(?:Experience)?Permissions|(?:Create|Break)Link|BreakAllLinks|(?:Give|Remove)Inventory|Water|PassTouches|Request(?:Agent|Inventory)Data|TeleportAgent(?:Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(?:Axis|Angle)|A(?:cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(?:CSV|Integer|Json|Float|String|Key|Vector|Rot|List(?:Strided)?)|DeleteSubList|List(?:Statistics|Sort|Randomize|(?:Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(?:CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(?:Slope|Normal|Contour)|GroundRepel|(?:Set|Remove)VehicleFlags|(?:AvatarOn)?(?:Link)?SitTarget|Script(?:Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(?:Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(?:Integer|String)ToBase64|XorBase64|Log(?:10)?|Base64To(?:String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(?:Load|Release|(?:E|Une)scape)URL|ParcelMedia(?:CommandList|Query)|ModPow|MapDestination|(?:RemoveFrom|AddTo|Reset)Land(?:Pass|Ban)List|(?:Set|Clear)CameraParams|HTTP(?:Request|Response)|TextBox|DetectedTouch(?:UV|Face|Pos|(?:N|Bin)ormal|ST)|(?:MD5|SHA1|DumpList2)String|Request(?:Secure)?URL|Clear(?:Prim|Link)Media|(?:Link)?ParticleSystem|(?:Get|Request)(?:Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(?:Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\\\b'\n    };\n\n    return {\n        illegal: ':',\n        contains: [\n            LSL_STRINGS,\n            {\n                className: 'comment',\n                variants: [\n                    hljs.COMMENT('//', '$'),\n                    hljs.COMMENT('/\\\\*', '\\\\*/')\n                ]\n            },\n            LSL_NUMBERS,\n            {\n                className: 'section',\n                variants: [\n                    {\n                        begin: '\\\\b(?:state|default)\\\\b'\n                    },\n                    {\n                        begin: '\\\\b(?:state_(?:entry|exit)|touch(?:_(?:start|end))?|(?:land_)?collision(?:_(?:start|end))?|timer|listen|(?:no_)?sensor|control|(?:not_)?at_(?:rot_)?target|money|email|experience_permissions(?:_denied)?|run_time_permissions|changed|attach|dataserver|moving_(?:start|end)|link_message|(?:on|object)_rez|remote_data|http_re(?:sponse|quest)|path_update|transaction_result)\\\\b'\n                    }\n                ]\n            },\n            LSL_FUNCTIONS,\n            LSL_CONSTANTS,\n            {\n                className: 'type',\n                begin: '\\\\b(?:integer|float|string|key|vector|quaternion|rotation|list)\\\\b'\n            }\n        ]\n    };\n};","module.exports = function(hljs) {\n  var OPENING_LONG_BRACKET = '\\\\[=*\\\\[';\n  var CLOSING_LONG_BRACKET = '\\\\]=*\\\\]';\n  var LONG_BRACKETS = {\n    begin: OPENING_LONG_BRACKET, end: CLOSING_LONG_BRACKET,\n    contains: ['self']\n  };\n  var COMMENTS = [\n    hljs.COMMENT('--(?!' + OPENING_LONG_BRACKET + ')', '$'),\n    hljs.COMMENT(\n      '--' + OPENING_LONG_BRACKET,\n      CLOSING_LONG_BRACKET,\n      {\n        contains: [LONG_BRACKETS],\n        relevance: 10\n      }\n    )\n  ];\n  return {\n    lexemes: hljs.UNDERSCORE_IDENT_RE,\n    keywords: {\n      literal: \"true false nil\",\n      keyword: \"and break do else elseif end for goto if in local not or repeat return then until while\",\n      built_in:\n        //Metatags and globals:\n        '_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len ' +\n        '__gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert ' +\n        //Standard methods and properties:\n        'collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring' +\n        'module next pairs pcall print rawequal rawget rawset require select setfenv' +\n        'setmetatable tonumber tostring type unpack xpcall arg self' +\n        //Library methods and properties (one line per library):\n        'coroutine resume yield status wrap create running debug getupvalue ' +\n        'debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv ' +\n        'io lines write close flush open output type read stderr stdin input stdout popen tmpfile ' +\n        'math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan ' +\n        'os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall ' +\n        'string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower ' +\n        'table setn insert getn foreachi maxn foreach concat sort remove'\n    },\n    contains: COMMENTS.concat([\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '\\\\)',\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: '([_a-zA-Z]\\\\w*\\\\.)*([_a-zA-Z]\\\\w*:)?[_a-zA-Z]\\\\w*'}),\n          {\n            className: 'params',\n            begin: '\\\\(', endsWithParent: true,\n            contains: COMMENTS\n          }\n        ].concat(COMMENTS)\n      },\n      hljs.C_NUMBER_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: OPENING_LONG_BRACKET, end: CLOSING_LONG_BRACKET,\n        contains: [LONG_BRACKETS],\n        relevance: 5\n      }\n    ])\n  };\n};","module.exports = function(hljs) {\n  /* Variables: simple (eg $(var)) and special (eg $@) */\n  var VARIABLE = {\n    className: 'variable',\n    variants: [\n      {\n        begin: '\\\\$\\\\(' + hljs.UNDERSCORE_IDENT_RE + '\\\\)',\n        contains: [hljs.BACKSLASH_ESCAPE],\n      },\n      {\n        begin: /\\$[@%<?\\^\\+\\*]/\n      },\n    ]\n  };\n  /* Quoted string with variables inside */\n  var QUOTE_STRING = {\n    className: 'string',\n    begin: /\"/, end: /\"/,\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      VARIABLE,\n    ]\n  };\n  /* Function: $(func arg,...) */\n  var FUNC = {\n    className: 'variable',\n    begin: /\\$\\([\\w-]+\\s/, end: /\\)/,\n    keywords: {\n      built_in:\n        'subst patsubst strip findstring filter filter-out sort ' +\n        'word wordlist firstword lastword dir notdir suffix basename ' +\n        'addsuffix addprefix join wildcard realpath abspath error warning ' +\n        'shell origin flavor foreach if or and call eval file value',\n    },\n    contains: [\n      VARIABLE,\n    ]\n  };\n  /* Variable assignment */\n  var VAR_ASSIG = {\n    begin: '^' + hljs.UNDERSCORE_IDENT_RE + '\\\\s*[:+?]?=',\n    illegal: '\\\\n',\n    returnBegin: true,\n    contains: [\n      {\n        begin: '^' + hljs.UNDERSCORE_IDENT_RE, end: '[:+?]?=',\n        excludeEnd: true,\n      }\n    ]\n  };\n  /* Meta targets (.PHONY) */\n  var META = {\n    className: 'meta',\n    begin: /^\\.PHONY:/, end: /$/,\n    keywords: {'meta-keyword': '.PHONY'},\n    lexemes: /[\\.\\w]+/\n  };\n  /* Targets */\n  var TARGET = {\n    className: 'section',\n    begin: /^[^\\s]+:/, end: /$/,\n    contains: [VARIABLE,]\n  };\n  return {\n    aliases: ['mk', 'mak'],\n    keywords:\n      'define endef undefine ifdef ifndef ifeq ifneq else endif ' +\n      'include -include sinclude override export unexport private vpath',\n    lexemes: /[\\w-]+/,\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      VARIABLE,\n      QUOTE_STRING,\n      FUNC,\n      VAR_ASSIG,\n      META,\n      TARGET,\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['md', 'mkdown', 'mkd'],\n    contains: [\n      // highlight headers\n      {\n        className: 'section',\n        variants: [\n          { begin: '^#{1,6}', end: '$' },\n          { begin: '^.+?\\\\n[=-]{2,}$' }\n        ]\n      },\n      // inline html\n      {\n        begin: '<', end: '>',\n        subLanguage: 'xml',\n        relevance: 0\n      },\n      // lists (indicators only)\n      {\n        className: 'bullet',\n        begin: '^([*+-]|(\\\\d+\\\\.))\\\\s+'\n      },\n      // strong segments\n      {\n        className: 'strong',\n        begin: '[*_]{2}.+?[*_]{2}'\n      },\n      // emphasis segments\n      {\n        className: 'emphasis',\n        variants: [\n          { begin: '\\\\*.+?\\\\*' },\n          { begin: '_.+?_'\n          , relevance: 0\n          }\n        ]\n      },\n      // blockquotes\n      {\n        className: 'quote',\n        begin: '^>\\\\s+', end: '$'\n      },\n      // code snippets\n      {\n        className: 'code',\n        variants: [\n          {\n            begin: '^```\\w*\\s*$', end: '^```\\s*$'\n          },\n          {\n            begin: '`.+?`'\n          },\n          {\n            begin: '^( {4}|\\t)', end: '$',\n            relevance: 0\n          }\n        ]\n      },\n      // horizontal rules\n      {\n        begin: '^[-\\\\*]{3,}', end: '$'\n      },\n      // using links - title and link\n      {\n        begin: '\\\\[.+?\\\\][\\\\(\\\\[].*?[\\\\)\\\\]]',\n        returnBegin: true,\n        contains: [\n          {\n            className: 'string',\n            begin: '\\\\[', end: '\\\\]',\n            excludeBegin: true,\n            returnEnd: true,\n            relevance: 0\n          },\n          {\n            className: 'link',\n            begin: '\\\\]\\\\(', end: '\\\\)',\n            excludeBegin: true, excludeEnd: true\n          },\n          {\n            className: 'symbol',\n            begin: '\\\\]\\\\[', end: '\\\\]',\n            excludeBegin: true, excludeEnd: true\n          }\n        ],\n        relevance: 10\n      },\n      {\n        begin: /^\\[[^\\n]+\\]:/,\n        returnBegin: true,\n        contains: [\n          {\n            className: 'symbol',\n            begin: /\\[/, end: /\\]/,\n            excludeBegin: true, excludeEnd: true\n          },\n          {\n            className: 'link',\n            begin: /:\\s*/, end: /$/,\n            excludeBegin: true\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['mma'],\n    lexemes: '(\\\\$|\\\\b)' + hljs.IDENT_RE + '\\\\b',\n    keywords: 'AbelianGroup Abort AbortKernels AbortProtect Above Abs Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Active ActiveItem ActiveStyle AcyclicGraphQ AddOnHelpPath AddTo AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AffineTransform After AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowedDimensions AllowGroupClose AllowInlineCells AllowKernelInitialization AllowReverseGroupClose AllowScriptLevelChange AlphaChannel AlternatingGroup AlternativeHypothesis Alternatives AmbientLight Analytic AnchoredSearch And AndersonDarlingTest AngerJ AngleBracket AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotation Annuity AnnuityDue Antialiasing Antisymmetric Apart ApartSquareFree Appearance AppearanceElements AppellF1 Append AppendTo Apply ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess ARProcess Array ArrayComponents ArrayDepth ArrayFlatten ArrayPad ArrayPlot ArrayQ ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads AspectRatio AspectRatioFixed Assert Assuming Assumptions AstronomicalData Asynchronous AsynchronousTaskObject AsynchronousTasks AtomQ Attributes AugmentedSymmetricPolynomial AutoAction AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords Axes AxesEdge AxesLabel AxesOrigin AxesStyle Axis ' +\n      'BabyMonsterGroupB Back Background BackgroundTasksSettings Backslash Backsubstitution Backward Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseForm Baseline BaselinePosition BaseStyle BatesDistribution BattleLemarieWavelet Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized BetweennessCentrality BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms Booleans BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryStyle Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BubbleChart BubbleChart3D BubbleScale BubbleSizes BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteCount ByteOrdering ' +\n      'C CachedValue CacheGraphics CalendarData CalendarType CallPacket CanberraDistance Cancel CancelButton CandlestickChart Cap CapForm CapitalDifferentialD CardinalBSplineBasis CarmichaelLambda Cases Cashflow Casoratian Catalan CatalanNumber Catch CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterDot CentralMoment CentralMomentGeneratingFunction CForm ChampernowneNumber ChanVeseBinarize Character CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop Circle CircleBox CircleDot CircleMinus CirclePlus CircleTimes CirculantGraph CityData Clear ClearAll ClearAttributes ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent ClusteringComponents CMYKColor Coarse Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorCombine ColorConvert ColorData ColorDataFunction ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorSpace Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CommonDefaultFormatTypes Commonest CommonestFilter CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledFunction Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComponentMeasurements ' +\n      'ComponentwiseContextMenu Compose ComposeList ComposeSeries Composition CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath Congruent Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphQ ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray Constants ConstrainedMax ConstrainedMin ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFilename ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean Control ControlActive ControlAlignment ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateDialog CreateDirectory CreateDocument CreateIntermediateDirectories CreatePalette CreatePalettePacket CreateScheduledTask CreateTemporary CreateWindow CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossingDetect CrossMatrix Csc Csch CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrentImage CurrentlySpeakingPacket CurrentValue CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecomposition ' +\n      'D DagumDistribution DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DataCompression DataDistribution DataRange DataReversed Date DateDelimiters DateDifference DateFunction DateList DateListLogPlot DateListPlot DatePattern DatePlus DateRange DateString DateTicksFormat DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayMatchQ DayName DayPlus DayRange DayRound DeBruijnGraph Debug DebugTag Decimal DeclareKnownSymbols DeclarePackage Decompose Decrement DedekindEta Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic Deinitialization Del Deletable Delete DeleteBorderComponents DeleteCases DeleteContents DeleteDirectory DeleteDuplicates DeleteFile DeleteSmallComponents DeleteWithContents DeletionWarning Delimiter DelimiterFlashTime DelimiterMatching Delimiters Denominator DensityGraphics DensityHistogram DensityPlot DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DescriptorStateSpace DesignMatrix Det DGaussianWavelet DiacriticalPositioning Diagonal DiagonalMatrix Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DifferenceDelta DifferenceOrder DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralGroup Dilation Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletCharacter DirichletConvolve DirichletDistribution DirichletL DirichletTransform DirichletWindow DisableConsolePrintPacket DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform ' +\n      'DiscreteWaveletTransform Discriminant Disjunction Disk DiskBox DiskMatrix Dispatch DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentNotebook DominantColors DOSTextFormat Dot DotDashed DotEqual Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DSolve Dt DualLinearProgramming DualSystemsModel DumpGet DumpSave DuplicateFreeQ Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptions ' +\n      'E EccentricityCentrality EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeCost EdgeCount EdgeCoverQ EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData Eliminate EliminationOrder EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EnableConsolePrintPacket Enabled Encode End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfFile EndOfLine EndOfString EndPackage EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entropy EntropyFilter Environment Epilog Equal EqualColumns EqualRows EqualTilde EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerE EulerGamma EulerianGraphQ EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluationCell EvaluationCompletionAction EvaluationElements EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpToTrig ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalCall ExternalDataCharacterEncoding Extract ExtractArchive ExtremeValueDistribution ' +\n      'FaceForm FaceGrids FaceGridsStyle Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail FailureDistribution False FARIMAProcess FEDisableConsolePrintPacket FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket Fibonacci FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileDate FileExistsQ FileExtension FileFormat FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileType FilledCurve FilledCurveBox Filling FillingStyle FillingTransform FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindArgMax FindArgMin FindClique FindClusters FindCurvePath FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEulerianCycle FindFaces FindFile FindFit FindGeneratingFunction FindGeoLocation FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMaximum FindMaximumFlow FindMaxValue FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindPermutation FindPostmanTour FindProcessParameters FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindThreshold FindVertexCover FindVertexCut Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstPassageTimeDistribution FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FittedModel FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlatTopWindow FlipView Floor FlushPrintOutputPacket Fold FoldList Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrequencySamplingFilterKernel FresnelC FresnelS Friday FrobeniusNumber FrobeniusSolve ' +\n      'FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullOptions FullSimplify Function FunctionExpand FunctionInterpolation FunctionSpace FussellVeselyImportance ' +\n      'GaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins Gamma GammaDistribution GammaRegularized GapPenalty Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateConditions GeneratedCell GeneratedParameters GeneratingFunction Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDistance GeoGridPosition GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoPosition GeoPositionENU GeoPositionXYZ GeoProjectionData GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter Graph GraphAssortativity GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion ' +\n      'GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel GreatCircleDistance Greater GreaterEqual GreaterEqualLess GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterTilde Green Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain Gudermannian GumbelDistribution ' +\n      'HaarWavelet HadamardMatrix HalfNormalDistribution HamiltonianGraphQ HammingDistance HammingWindow HankelH1 HankelH2 HankelMatrix HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash HashTable Haversine HazardFunction Head HeadCompose Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenSurface HighlightGraph HighlightImage HighpassFilter HigmanSimsGroupHS HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HitMissTransform HITSCentrality HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HotellingTSquareDistribution HoytDistribution HTMLSave Hue HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestData ' +\n      'I Identity IdentityMatrix If IgnoreCase Im Image Image3D Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageAspectRatio ImageAssemble ImageCache ImageCacheValid ImageCapture ImageChannels ImageClip ImageColorSpace ImageCompose ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDataPacket ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDistance ImageEffect ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageForestingComponents ImageForwardTransformation ImageHistogram ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarkers ImageMeasurements ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImageQ ImageRangeCache ImageReflect ImageRegion ImageResize ImageResolution ImageRotate ImageRotated ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions Implies Import ImportAutoReplacements ImportString ImprovementImportance In IncidenceGraph IncidenceList IncidenceMatrix IncludeConstantBasis IncludeFileExtension IncludePods IncludeSingularTerm Increment Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentUnit IndependentVertexSetQ Indeterminate IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers Infinity Infix Information Inherited InheritScope Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InlineCounterAssignments InlineCounterIncrements InlineRules Inner Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionPointObject InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Install InstallService InString Integer IntegerDigits IntegerExponent IntegerLength IntegerPart IntegerPartitions IntegerQ Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction ' +\n      'InterpretTemplate InterquartileRange Interrupt InterruptSettings Intersection Interval IntervalIntersection IntervalMemberQ IntervalUnion Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHaversine InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InversePermutation InverseRadon InverseSeries InverseSurvivalFunction InverseWaveletTransform InverseWeierstrassP InverseZTransform Invisible InvisibleApplication InvisibleTimes IrreduciblePolynomialQ IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcess ' +\n      'JaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join Joined JoinedCurve JoinedCurveBox JoinForm JordanDecomposition JordanModelDecomposition ' +\n      'K KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelMixtureDistribution KernelObject Kernels Ket Khinchin KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnightTourGraph KnotData KnownUnitQ KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter ' +\n      'Label Labeled LabeledSlider LabelingFunction LabelStyle LaguerreL LambdaComponents LambertW LanczosWindow LandauDistribution Language LanguageCategory LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCM LeafCount LeapYearQ LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessFullEqual LessGreater LessLess LessSlantEqual LessTilde LetterCharacter LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox LinearFilter LinearFractionalTransform LinearModelFit LinearOffsetFunction LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBreak LinebreakAdjustments LineBreakChart LineBreakWithin LineColor LineForm LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRead LinkReadHeld LinkReadyQ Links LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot Listen ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalClusteringCoefficient LocalizeVariables LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions ' +\n      'LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestAscendingSequence LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow Loopback LoopFreeGraphQ LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LyapunovSolve LyonsGroupLy ' +\n      'MachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules MangoldtLambda ManhattanDistance Manipulate Manipulator MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixPlot MatrixPower MatrixQ MatrixRank Max MaxBend MaxDetect MaxExtraBandwidths MaxExtraConditions MaxFeatures MaxFilter Maximize MaxIterations MaxMemoryUsed MaxMixtureKernels MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxValue MaxwellDistribution McLaughlinGroupMcL Mean MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter Median MedianDeviation MedianFilter Medium MeijerG MeixnerDistribution MemberQ MemoryConstrained MemoryInUse Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuPacket MenuSortingValue MenuStyle MenuView MergeDifferences Mesh MeshFunctions MeshRange MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation Method MethodOptions MexicanHatWavelet MeyerWavelet Min MinDetect MinFilter MinimalPolynomial MinimalStateSpaceModel Minimize Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingDataMethod MittagLefflerE MixedRadix MixedRadixQuantity MixtureDistribution Mod Modal Mode Modular ModularLambda Module Modulus MoebiusMu Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction Monday Monitor MonomialList MonomialOrder MonsterGroupM MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform Most MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovingAverage MovingMedian MoyalDistribution MultiedgeStyle MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistribution ' +\n      'N NakagamiDistribution NameQ Names NamespaceBox Nand NArgMax NArgMin NBernoulliB NCache NDSolve NDSolveValue Nearest NearestFunction NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeMultinomialDistribution NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestList NestWhile NestWhileList NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextPrime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants None NonlinearModelFit NonlocalMeansFilter NonNegative NonPositive Nor NorlundB Norm Normal NormalDistribution NormalGrouping Normalize NormalizedSquaredEuclideanDistance NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde NotHumpDownHump NotHumpEqual NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms Null NullRecords NullSpace NullWords Number NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator ' +\n      'NumberSigns NumberString Numerator NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlot ' +\n      'O ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OddQ Off Offset OLEData On ONanGroupON OneIdentity Opacity Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering Orderless OrnsteinUhlenbeckProcess Orthogonalize Out Outer OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OwenT OwnValues ' +\n      'PackingMethod PaddedForm Padding PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageWidth PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParetoDistribution Part PartialCorrelationFunction PartialD ParticleData Partition PartitionsP PartitionsQ ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PerformanceGoal PeriodicInterpolation Periodogram PeriodogramArray PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PERTDistribution PetersenGraph PhaseMargins Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest Pink Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarGraphQ Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangePadding PlotRegion PlotStyle Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox PointBox PointFigureChart PointForm PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonBox PolygonBoxOptions PolygonHoleScale PolygonIntersections PolygonScale PolyhedronData PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position Positive PositiveDefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList ' +\n      'PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement PredictionRoot PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependTo PreserveImageOptions Previous PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitiveRoot PrincipalComponents PrincipalValue Print PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessEstimator ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptions ' +\n      'QBinomial QFactorial QGamma QHypergeometricPFQ QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ Quantile QuantilePlot Quantity QuantityForm QuantityMagnitude QuantityQ QuantityUnit Quartics QuartileDeviation Quartiles QuartileSkewness QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainder ' +\n      'RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Random RandomChoice RandomComplex RandomFunction RandomGraph RandomImage RandomInteger RandomPermutation RandomPrime RandomReal RandomSample RandomSeed RandomVariate RandomWalkProcess Range RangeFilter RangeSpecification RankedMax RankedMin Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios Raw RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadList ReadProtected Real RealBlockDiagonalForm RealDigits RealExponent Reals Reap Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate RegionBinarize RegionFunction RegionPlot RegionPlot3D RegularExpression Regularization Reinstall Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot Remove RemoveAlphaChannel RemoveAsynchronousTask Removed RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart Repeated RepeatedNull RepeatedString Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated Resampling Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask Residue Resolve Rest Resultant ResumePacket Return ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulerUnits Run RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilarity ' +\n      'SameQ SameTest SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveDefinitions SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTaskActiveQ ScheduledTaskData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition Sec Sech SechDistribution SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemialgebraicComponentInstances SendMail Sequence SequenceAlignment SequenceForm SequenceHold SequenceLimit Series SeriesCoefficient SeriesData SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPrecision SetProperty SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share Sharpen ShearingMatrix ShearingTransform ShenCastanMatrix Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortUpArrow Show ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiegelTheta SiegelTukeyTest Sign Signature SignedRankTest SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution Skip SliceDistribution Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDelayCompensator SmithWatermanSimilarity ' +\n      'SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SocialMediaData Socket SokalSneathDissimilarity Solve SolveAlways SolveDelayed Sort SortBy Sound SoundAndGraphics SoundNote SoundVolume Sow Space SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution Speak SpeakTextPacket SpearmanRankTest SpearmanRho Spectrogram SpectrogramArray Specularity SpellingCorrection SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackInhibit StandardDeviation StandardDeviationFilter StandardForm Standardize StandbyDistribution Star StarGraph StartAsynchronousTask StartingStepSize StartOfLine StartOfString StartScheduledTask StartupSound StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringCount StringDrop StringExpression StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPosition StringQ StringReplace StringReplaceList StringReplacePart StringReverse StringRotateLeft StringRotateRight StringSkeleton StringSplit StringTake StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleBoxOptions StyleData StyleDefinitions StyleForm StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders ' +\n      'SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subset SubsetEqual Subsets SubStar Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde SuchThat Sum SumConvergence Sunday SuperDagger SuperMinus SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceColor SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SystemDialogInput SystemException SystemHelpPath SystemInformation SystemInformationData SystemOpen SystemOptions SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemStub ' +\n      'Tab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeWhile Tally Tan Tanh TargetFunctions TargetUnits TautologyQ TelegraphProcess TemplateBox TemplateBoxOptions TemplateSlotSequence TemporalData Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCell TextClipboardType TextData TextForm TextJustification TextLine TextPacket TextParagraph TextRecognize TextRendering TextStyle Texture TextureCoordinateFunction TextureCoordinateScaling Therefore ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreeJSymbol Threshold Through Throw Thumbnail Thursday Ticks TicksStyle Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint Times TimesBy TimeSeriesForecast TimeSeriesInvertibility TimeUsed TimeValue TimeZone Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate ToDiscreteTimeModel ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform TopologicalSort ToRadicals ToRules ToString Total TotalHeight TotalVariationFilter TotalWidth TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField Translate TranslationTransform TransparentColor Transpose TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle TriangleWave TriangularDistribution Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean True TrueQ TruncatedDistribution TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow Tuples TuranGraph TuringMachine ' +\n      'Transparent ' +\n      'UnateQ Uncompress Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UndirectedEdge UndirectedGraph UndirectedGraphQ UndocumentedTestFEParserPacket UndocumentedTestGetSelectionPacket Unequal Unevaluated UniformDistribution UniformGraphDistribution UniformSumDistribution Uninstall Union UnionPlus Unique UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitTriangle UnitVector Unprotect UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpValues URL URLFetch URLFetchAsynchronous URLSave URLSaveAsynchronous UseGraphicsRange Using UsingFrontEnd ' +\n      'V2Get ValidationLength Value ValueBox ValueBoxOptions ValueForm ValueQ ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerifyConvergence VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoigtDistribution VonMisesDistribution ' +\n      'WaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeberE Wedge Wednesday WeibullDistribution WeierstrassHalfPeriods WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WilksW WilksWTest WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult Word WordBoundary WordCharacter WordData WordSearch WordSeparators WorkingPrecision Write WriteString Wronskian ' +\n      'XMLElement XMLObject Xnor Xor ' +\n      'Yellow YuleDissimilarity ' +\n      'ZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZipfDistribution ZTest ZTransform ' +\n      '$Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AssertFunction $Assumptions $AsynchronousTask $BaseDirectory $BatchInput $BatchOutput $BoxForms $ByteOrdering $Canceled $CharacterEncoding $CharacterEncodings $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $CreationDate $CurrentLink $DateStringFormat $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $Epilog $ExportFormats $Failed $FinancialDataSource $FormatType $FrontEnd $FrontEndSession $GeoLocation $HistoryLength $HomeDirectory $HTTPCookies $IgnoreEOF $ImagingDevices $ImportFormats $InitialDirectory $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $ModuleNumber $NetworkLicense $NewMessage $NewSymbol $Notebooks $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $PipeSupported $Post $Pre $PreferencesDirectory $PrePrint $PreRead $PrintForms $PrintLiteral $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $RandomState $RecursionLimit $ReleaseNumber $RootDirectory $ScheduledTask $ScriptCommandLine $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemWordLength $TemporaryDirectory $TemporaryPrefix $TextStyle $TimedOut $TimeUnit $TimeZone $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $Urgent $UserAddOnsDirectory $UserBaseDirectory $UserDocumentsDirectory $UserName $Version $VersionNumber',\n    contains: [\n      {\n        className: 'comment',\n        begin: /\\(\\*/, end: /\\*\\)/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        begin: /\\{/, end: /\\}/,\n        illegal: /:/\n      }\n    ]\n  };\n};","module.exports = /*\n  Formal syntax is not published, helpful link:\n  https://github.com/kornilova-l/matlab-IntelliJ-plugin/blob/master/src/main/grammar/Matlab.bnf\n*/\nfunction(hljs) {\n\n  var TRANSPOSE_RE = '(\\'|\\\\.\\')+';\n  var TRANSPOSE = {\n    relevance: 0,\n    contains: [\n      { begin: TRANSPOSE_RE }\n    ]\n  };\n\n  return {\n    keywords: {\n      keyword:\n        'break case catch classdef continue else elseif end enumerated events for function ' +\n        'global if methods otherwise parfor persistent properties return spmd switch try while',\n      built_in:\n        'sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan ' +\n        'atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot ' +\n        'cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog ' +\n        'realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal ' +\n        'cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli ' +\n        'besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma ' +\n        'gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms ' +\n        'nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones ' +\n        'eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ' +\n        'ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril ' +\n        'triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute ' +\n        'shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan ' +\n        'isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal ' +\n        'rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table ' +\n        'readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun ' +\n        'legend intersect ismember procrustes hold num2cell '\n    },\n    illegal: '(//|\"|#|/\\\\*|\\\\s+/\\\\w+)',\n    contains: [\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '$',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'params',\n            variants: [\n              {begin: '\\\\(', end: '\\\\)'},\n              {begin: '\\\\[', end: '\\\\]'}\n            ]\n          }\n        ]\n      },\n      {\n        className: 'built_in',\n        begin: /true|false/,\n        relevance: 0,\n        starts: TRANSPOSE\n      },\n      {\n        begin: '[a-zA-Z][a-zA-Z_0-9]*' + TRANSPOSE_RE,\n        relevance: 0\n      },\n      {\n        className: 'number',\n        begin: hljs.C_NUMBER_RE,\n        relevance: 0,\n        starts: TRANSPOSE\n      },\n      {\n        className: 'string',\n        begin: '\\'', end: '\\'',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {begin: '\\'\\''}]\n      },\n      {\n        begin: /\\]|}|\\)/,\n        relevance: 0,\n        starts: TRANSPOSE\n      },\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {begin: '\"\"'}\n        ],\n        starts: TRANSPOSE\n      },\n      hljs.COMMENT('^\\\\s*\\\\%\\\\{\\\\s*$', '^\\\\s*\\\\%\\\\}\\\\s*$'),\n      hljs.COMMENT('\\\\%', '$')\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = 'if then else elseif for thru do while unless step in and or not';\n  var LITERALS = 'true false unknown inf minf ind und %e %i %pi %phi %gamma';\n  var BUILTIN_FUNCTIONS =\n        ' abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate'\n      + ' addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix'\n      + ' adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type'\n      + ' alias allroots alphacharp alphanumericp amortization %and annuity_fv'\n      + ' annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2'\n      + ' applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply'\n      + ' arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger'\n      + ' asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order'\n      + ' asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method'\n      + ' av average_degree backtrace bars barsplot barsplot_description base64 base64_decode'\n      + ' bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx'\n      + ' bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify'\n      + ' bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized'\n      + ' bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp'\n      + ' bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition'\n      + ' block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description'\n      + ' break bug_report build_info|10 buildq build_sample burn cabs canform canten'\n      + ' cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli'\n      + ' cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform'\n      + ' cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel'\n      + ' cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial'\n      + ' cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson'\n      + ' cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay'\n      + ' ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic'\n      + ' cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2'\n      + ' charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps'\n      + ' chinese cholesky christof chromatic_index chromatic_number cint circulant_graph'\n      + ' clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph'\n      + ' clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse'\n      + ' collectterms columnop columnspace columnswap columnvector combination combine'\n      + ' comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph'\n      + ' complete_graph complex_number_p components compose_functions concan concat'\n      + ' conjugate conmetderiv connected_components connect_vertices cons constant'\n      + ' constantp constituent constvalue cont2part content continuous_freq contortion'\n      + ' contour_plot contract contract_edge contragrad contrib_ode convert coord'\n      + ' copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1'\n      + ' covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline'\n      + ' ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph'\n      + ' cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate'\n      + ' declare declare_constvalue declare_dimensions declare_fundamental_dimensions'\n      + ' declare_fundamental_units declare_qty declare_translated declare_unit_conversion'\n      + ' declare_units declare_weights decsym defcon define define_alt_display define_variable'\n      + ' defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten'\n      + ' delta demo demoivre denom depends derivdegree derivlist describe desolve'\n      + ' determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag'\n      + ' diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export'\n      + ' dimacs_import dimension dimensionless dimensions dimensions_as_list direct'\n      + ' directory discrete_freq disjoin disjointp disolate disp dispcon dispform'\n      + ' dispfun dispJordan display disprule dispterms distrib divide divisors divsum'\n      + ' dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart'\n      + ' draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring'\n      + ' edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth'\n      + ' einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome'\n      + ' ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using'\n      + ' ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi'\n      + ' ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp'\n      + ' equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors'\n      + ' euler ev eval_string evenp every evolution evolution2d evundiff example exp'\n      + ' expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci'\n      + ' expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li'\n      + ' expintegral_shi expintegral_si explicit explose exponentialize express expt'\n      + ' exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum'\n      + ' factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements'\n      + ' fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge'\n      + ' file_search file_type fillarray findde find_root find_root_abs find_root_error'\n      + ' find_root_rel first fix flatten flength float floatnump floor flower_snark'\n      + ' flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran'\n      + ' fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp'\n      + ' foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s'\n      + ' from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp'\n      + ' fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units'\n      + ' fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized'\n      + ' gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide'\n      + ' gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym'\n      + ' geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean'\n      + ' geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string'\n      + ' get_pixel get_plot_option get_tex_environment get_tex_environment_default'\n      + ' get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close'\n      + ' gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum'\n      + ' gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import'\n      + ' graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery'\n      + ' graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph'\n      + ' grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path'\n      + ' hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite'\n      + ' hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description'\n      + ' hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph'\n      + ' icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy'\n      + ' ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart'\n      + ' imetric implicit implicit_derivative implicit_plot indexed_tensor indices'\n      + ' induced_subgraph inferencep inference_result infix info_display init_atensor'\n      + ' init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions'\n      + ' integrate intersect intersection intervalp intopois intosum invariant1 invariant2'\n      + ' inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc'\n      + ' inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns'\n      + ' inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint'\n      + ' invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph'\n      + ' is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate'\n      + ' isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph'\n      + ' items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc'\n      + ' jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd'\n      + ' jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill'\n      + ' killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis'\n      + ' kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform'\n      + ' kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete'\n      + ' kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace'\n      + ' kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2'\n      + ' kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson'\n      + ' kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange'\n      + ' laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp'\n      + ' lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length'\n      + ' let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit'\n      + ' Lindstedt linear linearinterpol linear_program linear_regression line_graph'\n      + ' linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials'\n      + ' listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry'\n      + ' log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst'\n      + ' lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact'\n      + ' lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub'\n      + ' lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma'\n      + ' make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country'\n      + ' make_polygon make_random_state make_rgb_picture makeset make_string_input_stream'\n      + ' make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom'\n      + ' maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display'\n      + ' mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker'\n      + ' max max_clique max_degree max_flow maximize_lp max_independent_set max_matching'\n      + ' maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform'\n      + ' mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete'\n      + ' mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic'\n      + ' mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t'\n      + ' mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull'\n      + ' median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree'\n      + ' min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor'\n      + ' minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton'\n      + ' mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions'\n      + ' multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff'\n      + ' multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary'\n      + ' natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext'\n      + ' newdet new_graph newline newton new_variable next_prime nicedummies niceindices'\n      + ' ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp'\n      + ' nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst'\n      + ' nthroot nullity nullspace num numbered_boundaries numberp number_to_octets'\n      + ' num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai'\n      + ' nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin'\n      + ' oid_to_octets op opena opena_binary openr openr_binary openw openw_binary'\n      + ' operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless'\n      + ' orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap'\n      + ' out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface'\n      + ' parg parGosper parse_string parse_timedate part part2cont partfrac partition'\n      + ' partition_set partpol path_digraph path_graph pathname_directory pathname_name'\n      + ' pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform'\n      + ' pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete'\n      + ' pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal'\n      + ' pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal'\n      + ' pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t'\n      + ' pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph'\n      + ' petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding'\n      + ' playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff'\n      + ' poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar'\n      + ' polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion'\n      + ' poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal'\n      + ' poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal'\n      + ' poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation'\n      + ' poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm'\n      + ' poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form'\n      + ' poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part'\n      + ' poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension'\n      + ' poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod'\n      + ' powerseries powerset prefix prev_prime primep primes principal_components'\n      + ' print printf printfile print_graph printpois printprops prodrac product properties'\n      + ' propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct'\n      + ' puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp'\n      + ' quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile'\n      + ' quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2'\n      + ' quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f'\n      + ' quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel'\n      + ' quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal'\n      + ' quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t'\n      + ' quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t'\n      + ' quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan'\n      + ' radius random random_bernoulli random_beta random_binomial random_bipartite_graph'\n      + ' random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform'\n      + ' random_exp random_f random_gamma random_general_finite_discrete random_geometric'\n      + ' random_graph random_graph1 random_gumbel random_hypergeometric random_laplace'\n      + ' random_logistic random_lognormal random_negative_binomial random_network'\n      + ' random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto'\n      + ' random_permutation random_poisson random_rayleigh random_regular_graph random_student_t'\n      + ' random_tournament random_tree random_weibull range rank rat ratcoef ratdenom'\n      + ' ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump'\n      + ' ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array'\n      + ' read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline'\n      + ' read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate'\n      + ' realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar'\n      + ' rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus'\n      + ' rem remainder remarray rembox remcomps remcon remcoord remfun remfunction'\n      + ' remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions'\n      + ' remove_fundamental_units remove_plot_option remove_vertex rempart remrule'\n      + ' remsym remvalue rename rename_file reset reset_displays residue resolvante'\n      + ' resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein'\n      + ' resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer'\n      + ' rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann'\n      + ' rinvariant risch rk rmdir rncombine romberg room rootscontract round row'\n      + ' rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i'\n      + ' scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description'\n      + ' scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second'\n      + ' sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight'\n      + ' setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state'\n      + ' set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications'\n      + ' set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path'\n      + ' show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform'\n      + ' simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert'\n      + ' sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial'\n      + ' skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp'\n      + ' skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric'\n      + ' skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic'\n      + ' skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t'\n      + ' skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t'\n      + ' skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph'\n      + ' smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve'\n      + ' solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export'\n      + ' sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1'\n      + ' spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition'\n      + ' sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus'\n      + ' ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot'\n      + ' starplot_description status std std1 std_bernoulli std_beta std_binomial'\n      + ' std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma'\n      + ' std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace'\n      + ' std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t'\n      + ' std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull'\n      + ' stemplot stirling stirling1 stirling2 strim striml strimr string stringout'\n      + ' stringp strong_components struve_h struve_l sublis sublist sublist_indices'\n      + ' submatrix subsample subset subsetp subst substinpart subst_parallel substpart'\n      + ' substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext'\n      + ' symbolp symmdifference symmetricp system take_channel take_inference tan'\n      + ' tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract'\n      + ' tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference'\n      + ' test_normality test_proportion test_proportions_difference test_rank_sum'\n      + ' test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display'\n      + ' texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter'\n      + ' toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep'\n      + ' totalfourier totient tpartpol trace tracematrix trace_options transform_sample'\n      + ' translate translate_file transpose treefale tree_reduce treillis treinat'\n      + ' triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate'\n      + ' truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph'\n      + ' truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget'\n      + ' ultraspherical underlying_graph undiff union unique uniteigenvectors unitp'\n      + ' units unit_step unitvector unorder unsum untellrat untimer'\n      + ' untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli'\n      + ' var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform'\n      + ' var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel'\n      + ' var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial'\n      + ' var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson'\n      + ' var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp'\n      + ' verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance'\n      + ' vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle'\n      + ' vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j'\n      + ' wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian'\n      + ' xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta'\n      + ' zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors'\n      + ' zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table'\n      + ' absboxchar activecontexts adapt_depth additive adim aform algebraic'\n      + ' algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic'\n      + ' animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar'\n      + ' asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top'\n      + ' azimuth background background_color backsubst berlefact bernstein_explicit'\n      + ' besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest'\n      + ' border boundaries_array box boxchar breakup %c capping cauchysum cbrange'\n      + ' cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics'\n      + ' colorbox columns commutative complex cone context contexts contour contour_levels'\n      + ' cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp'\n      + ' cube current_let_rule_package cylinder data_file_name debugmode decreasing'\n      + ' default_let_rule_package delay dependencies derivabbrev derivsubst detout'\n      + ' diagmetric diff dim dimensions dispflag display2d|10 display_format_internal'\n      + ' distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor'\n      + ' doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules'\n      + ' dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart'\n      + ' edge_color edge_coloring edge_partition edge_type edge_width %edispflag'\n      + ' elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer'\n      + ' epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type'\n      + ' %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand'\n      + ' expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine'\n      + ' factlim factorflag factorial_expand factors_only fb feature features'\n      + ' file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10'\n      + ' file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color'\n      + ' fill_density filled_func fixed_vertices flipflag float2bf font font_size'\n      + ' fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim'\n      + ' gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command'\n      + ' gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command'\n      + ' gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command'\n      + ' gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble'\n      + ' gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args'\n      + ' Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both'\n      + ' head_length head_type height hypergeometric_representation %iargs ibase'\n      + ' icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form'\n      + ' ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval'\n      + ' infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued'\n      + ' integrate_use_rootsof integration_constant integration_constant_counter interpolate_color'\n      + ' intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr'\n      + ' julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment'\n      + ' label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max'\n      + ' leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear'\n      + ' linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params'\n      + ' linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname'\n      + ' loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx'\n      + ' logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros'\n      + ' mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult'\n      + ' matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10'\n      + ' maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint'\n      + ' maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp'\n      + ' mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver'\n      + ' modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag'\n      + ' newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc'\n      + ' noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np'\n      + ' npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties'\n      + ' opsubst optimprefix optionset orientation origin orthopoly_returns_intervals'\n      + ' outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution'\n      + ' %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart'\n      + ' png_file pochhammer_max_index points pointsize point_size points_joined point_type'\n      + ' poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm'\n      + ' poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list'\n      + ' poly_secondary_elimination_order poly_top_reduction_only posfun position'\n      + ' powerdisp pred prederror primep_number_of_tests product_use_gamma program'\n      + ' programmode promote_float_to_bigfloat prompt proportional_axes props psexpand'\n      + ' ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof'\n      + ' ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann'\n      + ' ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw'\n      + ' refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs'\n      + ' rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy'\n      + ' same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck'\n      + ' setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width'\n      + ' show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type'\n      + ' show_vertices show_weight simp simplified_output simplify_products simpproduct'\n      + ' simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn'\n      + ' solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag'\n      + ' stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda'\n      + ' subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric'\n      + ' tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials'\n      + ' tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch'\n      + ' tr track transcompile transform transform_xy translate_fast_arrays transparent'\n      + ' transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex'\n      + ' tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign'\n      + ' trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars'\n      + ' tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode'\n      + ' tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes'\n      + ' ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble'\n      + ' usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition'\n      + ' vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface'\n      + ' wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel'\n      + ' xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate'\n      + ' xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel'\n      + ' xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width'\n      + ' ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis'\n      + ' ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis'\n      + ' yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob'\n      + ' zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest';\n  var SYMBOLS = '_ __ %|0 %%|0';\n\n  return {\n    lexemes: '[A-Za-z_%][0-9A-Za-z_%]*',\n    keywords: {\n      keyword: KEYWORDS,\n      literal: LITERALS,\n      built_in: BUILTIN_FUNCTIONS,\n      symbol: SYMBOLS,\n    },\n    contains: [\n      {\n        className: 'comment',\n        begin: '/\\\\*',\n        end: '\\\\*/',\n        contains: ['self']\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'number',\n        relevance: 0,\n        variants: [\n          {\n            // float number w/ exponent\n            // hmm, I wonder if we ought to include other exponent markers?\n            begin: '\\\\b(\\\\d+|\\\\d+\\\\.|\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)[Ee][-+]?\\\\d+\\\\b',\n          },\n          {\n            // bigfloat number\n            begin: '\\\\b(\\\\d+|\\\\d+\\\\.|\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)[Bb][-+]?\\\\d+\\\\b',\n            relevance: 10\n          },\n          {\n            // float number w/out exponent\n            // Doesn't seem to recognize floats which start with '.'\n            begin: '\\\\b(\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)\\\\b',\n          },\n          {\n            // integer in base up to 36\n            // Doesn't seem to recognize integers which end with '.'\n            begin: '\\\\b(\\\\d+|0[0-9A-Za-z]+)\\\\.?\\\\b',\n          }\n        ]\n      }\n    ],\n    illegal: /@/\n  }\n};","module.exports = function(hljs) {\n  return {\n    keywords:\n      'int float string vector matrix if else switch case default while do for in break ' +\n      'continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic ' +\n      'addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey ' +\n      'affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve ' +\n      'alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor ' +\n      'animDisplay animView annotate appendStringArray applicationName applyAttrPreset ' +\n      'applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx ' +\n      'artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu ' +\n      'artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand ' +\n      'assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface ' +\n      'attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu ' +\n      'attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp ' +\n      'attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery ' +\n      'autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults ' +\n      'bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership ' +\n      'bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType ' +\n      'boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu ' +\n      'buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge ' +\n      'cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch ' +\n      'catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox ' +\n      'character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp ' +\n      'checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip ' +\n      'clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore ' +\n      'closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter ' +\n      'cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color ' +\n      'colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp ' +\n      'colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem ' +\n      'componentEditor compositingInterop computePolysetVolume condition cone confirmDialog ' +\n      'connectAttr connectControl connectDynamic connectJoint connectionInfo constrain ' +\n      'constrainValue constructionHistory container containsMultibyte contextInfo control ' +\n      'convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation ' +\n      'convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache ' +\n      'cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel ' +\n      'cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver ' +\n      'cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor ' +\n      'createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer ' +\n      'createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse ' +\n      'currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx ' +\n      'curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface ' +\n      'curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox ' +\n      'defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete ' +\n      'deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes ' +\n      'delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo ' +\n      'dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable ' +\n      'disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected ' +\n      'displayColor displayCull displayLevelOfDetail displayPref displayRGBColor ' +\n      'displaySmoothness displayStats displayString displaySurface distanceDimContext ' +\n      'distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct ' +\n      'doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator ' +\n      'duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression ' +\n      'dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor ' +\n      'dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers ' +\n      'editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor ' +\n      'editorTemplate effector emit emitter enableDevice encodeString endString endsWith env ' +\n      'equivalent equivalentTol erf error eval evalDeferred evalEcho event ' +\n      'exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp ' +\n      'expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof ' +\n      'fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo ' +\n      'filetest filletCurve filter filterCurve filterExpand filterStudioImport ' +\n      'findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster ' +\n      'finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar ' +\n      'floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo ' +\n      'fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint ' +\n      'frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss ' +\n      'geometryConstraint getApplicationVersionAsFloat getAttr getClassification ' +\n      'getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes ' +\n      'getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender ' +\n      'glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl ' +\n      'gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid ' +\n      'gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap ' +\n      'HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor ' +\n      'HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached ' +\n      'HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel ' +\n      'headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey ' +\n      'hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender ' +\n      'hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox ' +\n      'iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ' +\n      'ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ' +\n      'ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform ' +\n      'insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance ' +\n      'instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp ' +\n      'interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf ' +\n      'isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect ' +\n      'itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx ' +\n      'jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner ' +\n      'keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx ' +\n      'keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx ' +\n      'keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx ' +\n      'keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor ' +\n      'layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList ' +\n      'lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep ' +\n      'listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory ' +\n      'listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation ' +\n      'listNodeTypes listPanelCategories listRelatives listSets listTransforms ' +\n      'listUnselected listerEditor loadFluid loadNewShelf loadPlugin ' +\n      'loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log ' +\n      'longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive ' +\n      'makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext ' +\n      'manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx ' +\n      'manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout ' +\n      'menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp ' +\n      'mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move ' +\n      'moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute ' +\n      'nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast ' +\n      'nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint ' +\n      'normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect ' +\n      'nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref ' +\n      'nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType ' +\n      'objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface ' +\n      'offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit ' +\n      'orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier ' +\n      'paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration ' +\n      'panelHistory paramDimContext paramDimension paramLocator parent parentConstraint ' +\n      'particle particleExists particleInstancer particleRenderInfo partition pasteKey ' +\n      'pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture ' +\n      'pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo ' +\n      'pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult ' +\n      'pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend ' +\n      'polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal ' +\n      'polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge ' +\n      'polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge ' +\n      'polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet ' +\n      'polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet ' +\n      'polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection ' +\n      'polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge ' +\n      'polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet ' +\n      'polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix ' +\n      'polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut ' +\n      'polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet ' +\n      'polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge ' +\n      'polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex ' +\n      'polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection ' +\n      'polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection ' +\n      'polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint ' +\n      'polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate ' +\n      'polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge ' +\n      'polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing ' +\n      'polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet ' +\n      'polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace ' +\n      'popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer ' +\n      'projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx ' +\n      'propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd ' +\n      'python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection ' +\n      'radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl ' +\n      'readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference ' +\n      'referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE ' +\n      'registerPluginResource rehash reloadImage removeJoint removeMultiInstance ' +\n      'removePanelCategory rename renameAttr renameSelectionList renameUI render ' +\n      'renderGlobalsNode renderInfo renderLayerButton renderLayerParent ' +\n      'renderLayerPostProcess renderLayerUnparent renderManip renderPartition ' +\n      'renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor ' +\n      'renderWindowSelectContext renderer reorder reorderDeformers requires reroot ' +\n      'resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget ' +\n      'reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx ' +\n      'rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout ' +\n      'runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage ' +\n      'saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale ' +\n      'scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor ' +\n      'sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable ' +\n      'scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt ' +\n      'searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey ' +\n      'selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType ' +\n      'selectedNodes selectionConnection separator setAttr setAttrEnumResource ' +\n      'setAttrMapping setAttrNiceNameResource setConstraintRestPosition ' +\n      'setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr ' +\n      'setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe ' +\n      'setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag ' +\n      'setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject ' +\n      'setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets ' +\n      'shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare ' +\n      'shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField ' +\n      'shortNameOf showHelp showHidden showManipCtx showSelectionInTitle ' +\n      'showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface ' +\n      'size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep ' +\n      'snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound ' +\n      'soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort ' +\n      'spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString ' +\n      'startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp ' +\n      'stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex ' +\n      'stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex ' +\n      'stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString ' +\n      'stringToStringArray strip stripPrefixFromName stroke subdAutoProjection ' +\n      'subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV ' +\n      'subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror ' +\n      'subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease ' +\n      'subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring ' +\n      'surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton ' +\n      'symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext ' +\n      'texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext ' +\n      'texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text ' +\n      'textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList ' +\n      'textToShelf textureDisplacePlane textureHairColor texturePlacementContext ' +\n      'textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath ' +\n      'toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower ' +\n      'toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper ' +\n      'trace track trackCtx transferAttributes transformCompare transformLimits translator ' +\n      'trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence ' +\n      'twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit ' +\n      'unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink ' +\n      'uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane ' +\n      'viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex ' +\n      'waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire ' +\n      'wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform',\n    illegal: '</',\n    contains: [\n      hljs.C_NUMBER_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '`', end: '`',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      { // eats variables\n        begin: '[\\\\$\\\\%\\\\@](\\\\^\\\\w\\\\b|#\\\\w+|[^\\\\s\\\\w{]|{\\\\w+}|\\\\w+)'\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      'module use_module import_module include_module end_module initialise ' +\n      'mutable initialize finalize finalise interface implementation pred ' +\n      'mode func type inst solver any_pred any_func is semidet det nondet ' +\n      'multi erroneous failure cc_nondet cc_multi typeclass instance where ' +\n      'pragma promise external trace atomic or_else require_complete_switch ' +\n      'require_det require_semidet require_multi require_nondet ' +\n      'require_cc_multi require_cc_nondet require_erroneous require_failure',\n    meta:\n      // pragma\n      'inline no_inline type_spec source_file fact_table obsolete memo ' +\n      'loop_check minimal_model terminates does_not_terminate ' +\n      'check_termination promise_equivalent_clauses ' +\n      // preprocessor\n      'foreign_proc foreign_decl foreign_code foreign_type ' +\n      'foreign_import_module foreign_export_enum foreign_export ' +\n      'foreign_enum may_call_mercury will_not_call_mercury thread_safe ' +\n      'not_thread_safe maybe_thread_safe promise_pure promise_semipure ' +\n      'tabled_for_io local untrailed trailed attach_to_io_state ' +\n      'can_pass_as_mercury_type stable will_not_throw_exception ' +\n      'may_modify_trail will_not_modify_trail may_duplicate ' +\n      'may_not_duplicate affects_liveness does_not_affect_liveness ' +\n      'doesnt_affect_liveness no_sharing unknown_sharing sharing',\n    built_in:\n      'some all not if then else true fail false try catch catch_any ' +\n      'semidet_true semidet_false semidet_fail impure_true impure semipure'\n  };\n\n  var COMMENT = hljs.COMMENT('%', '$');\n\n  var NUMCODE = {\n    className: 'number',\n    begin: \"0'.\\\\|0[box][0-9a-fA-F]*\"\n  };\n\n  var ATOM = hljs.inherit(hljs.APOS_STRING_MODE, {relevance: 0});\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {relevance: 0});\n  var STRING_FMT = {\n    className: 'subst',\n    begin: '\\\\\\\\[abfnrtv]\\\\|\\\\\\\\x[0-9a-fA-F]*\\\\\\\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]',\n    relevance: 0\n  };\n  STRING.contains.push(STRING_FMT);\n\n  var IMPLICATION = {\n    className: 'built_in',\n    variants: [\n      {begin: '<=>'},\n      {begin: '<=', relevance: 0},\n      {begin: '=>', relevance: 0},\n      {begin: '/\\\\\\\\'},\n      {begin: '\\\\\\\\/'}\n    ]\n  };\n\n  var HEAD_BODY_CONJUNCTION = {\n    className: 'built_in',\n    variants: [\n      {begin: ':-\\\\|-->'},\n      {begin: '=', relevance: 0}\n    ]\n  };\n\n  return {\n    aliases: ['m', 'moo'],\n    keywords: KEYWORDS,\n    contains: [\n      IMPLICATION,\n      HEAD_BODY_CONJUNCTION,\n      COMMENT,\n      hljs.C_BLOCK_COMMENT_MODE,\n      NUMCODE,\n      hljs.NUMBER_MODE,\n      ATOM,\n      STRING,\n      {begin: /:-/} // relevance booster\n    ]\n  };\n};","module.exports = function(hljs) {\n    //local labels: %?[FB]?[AT]?\\d{1,2}\\w+\n  return {\n    case_insensitive: true,\n    aliases: ['mips'],\n    lexemes: '\\\\.?' + hljs.IDENT_RE,\n    keywords: {\n      meta:\n        //GNU preprocs\n        '.2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ',\n      built_in:\n        '$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 ' + // integer registers\n        '$16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 ' + // integer registers\n        'zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 ' + // integer register aliases\n        't0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 ' + // integer register aliases\n        'k0 k1 gp sp fp ra ' + // integer register aliases\n        '$f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 ' + // floating-point registers\n        '$f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 ' + // floating-point registers\n        'Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi ' + // Coprocessor 0 registers\n        'HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId ' + // Coprocessor 0 registers\n        'EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ' + // Coprocessor 0 registers\n        'ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt ' // Coprocessor 0 registers\n    },\n    contains: [\n      {\n        className: 'keyword',\n        begin: '\\\\b('+     //mnemonics\n            // 32-bit integer instructions\n            'addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|' +\n            'bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(\\.hb)?|jr(\\.hb)?|lbu?|lhu?|' +\n            'll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|' +\n            'multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|' +\n            'srlv?|subu?|sw[lr]?|xori?|wsbh|' +\n            // floating-point instructions\n            'abs\\.[sd]|add\\.[sd]|alnv.ps|bc1[ft]l?|' +\n            'c\\.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et])\\.[sd]|' +\n            '(ceil|floor|round|trunc)\\.[lw]\\.[sd]|cfc1|cvt\\.d\\.[lsw]|' +\n            'cvt\\.l\\.[dsw]|cvt\\.ps\\.s|cvt\\.s\\.[dlw]|cvt\\.s\\.p[lu]|cvt\\.w\\.[dls]|' +\n            'div\\.[ds]|ldx?c1|luxc1|lwx?c1|madd\\.[sd]|mfc1|mov[fntz]?\\.[ds]|' +\n            'msub\\.[sd]|mth?c1|mul\\.[ds]|neg\\.[ds]|nmadd\\.[ds]|nmsub\\.[ds]|' +\n            'p[lu][lu]\\.ps|recip\\.fmt|r?sqrt\\.[ds]|sdx?c1|sub\\.[ds]|suxc1|' +\n            'swx?c1|' +\n            // system control instructions\n            'break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|' +\n            'rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|' +\n            'tlti?u?|tnei?|wait|wrpgpr'+\n        ')',\n        end: '\\\\s'\n      },\n      hljs.COMMENT('[;#]', '$'),\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\'',\n        end: '[^\\\\\\\\]\\'',\n        relevance: 0\n      },\n      {\n        className: 'title',\n        begin: '\\\\|', end: '\\\\|',\n        illegal: '\\\\n',\n        relevance: 0\n      },\n      {\n        className: 'number',\n        variants: [\n            {begin: '0x[0-9a-f]+'}, //hex\n            {begin: '\\\\b-?\\\\d+'}           //bare number\n        ],\n        relevance: 0\n      },\n      {\n        className: 'symbol',\n        variants: [\n            {begin: '^\\\\s*[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+:'}, //GNU MIPS syntax\n            {begin: '^\\\\s*[0-9]+:'}, // numbered local labels\n            {begin: '[0-9]+[bf]' }  // number local label reference (backwards, forwards)\n        ],\n        relevance: 0\n      }\n    ],\n    illegal: '\\/'\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords:\n      'environ vocabularies notations constructors definitions ' +\n      'registrations theorems schemes requirements begin end definition ' +\n      'registration cluster existence pred func defpred deffunc theorem ' +\n      'proof let take assume then thus hence ex for st holds consider ' +\n      'reconsider such that and in provided of as from be being by means ' +\n      'equals implies iff redefine define now not or attr is mode ' +\n      'suppose per cases set thesis contradiction scheme reserve struct ' +\n      'correctness compatibility coherence symmetry assymetry ' +\n      'reflexivity irreflexivity connectedness uniqueness commutativity ' +\n      'idempotence involutiveness projectivity',\n    contains: [\n      hljs.COMMENT('::', '$')\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      {\n        className: 'meta',\n        begin: '^__(END|DATA)__$'\n      },\n    // mojolicious line\n      {\n        begin: \"^\\\\s*%{1,2}={0,2}\", end: '$',\n        subLanguage: 'perl'\n      },\n    // mojolicious block\n      {\n        begin: \"<%{1,2}={0,2}\",\n        end: \"={0,1}%>\",\n        subLanguage: 'perl',\n        excludeBegin: true,\n        excludeEnd: true\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var NUMBER = {\n    className: 'number', relevance: 0,\n    variants: [\n      {\n        begin: '[$][a-fA-F0-9]+'\n      },\n      hljs.NUMBER_MODE\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    keywords: {\n      keyword: 'public private property continue exit extern new try catch ' +\n        'eachin not abstract final select case default const local global field ' +\n        'end if then else elseif endif while wend repeat until forever for ' +\n        'to step next return module inline throw import',\n\n      built_in: 'DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil ' +\n        'Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI',\n\n      literal: 'true false null and or shl shr mod'\n    },\n    illegal: /\\/\\*/,\n    contains: [\n      hljs.COMMENT('#rem', '#end'),\n      hljs.COMMENT(\n        \"'\",\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      {\n        className: 'function',\n        beginKeywords: 'function method', end: '[(=:]|$',\n        illegal: /\\n/,\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '$',\n        contains: [\n          {\n            beginKeywords: 'extends implements'\n          },\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        className: 'built_in',\n        begin: '\\\\b(self|super)\\\\b'\n      },\n      {\n        className: 'meta',\n        begin: '\\\\s*#', end: '$',\n        keywords: {'meta-keyword': 'if else elseif endif end then'}\n      },\n      {\n        className: 'meta',\n        begin: '^\\\\s*strict\\\\b'\n      },\n      {\n        beginKeywords: 'alias', end: '=',\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      hljs.QUOTE_STRING_MODE,\n      NUMBER\n    ]\n  }\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      // Moonscript keywords\n      'if then not for in while do return else elseif break continue switch and or ' +\n      'unless when class extends super local import export from using',\n    literal:\n      'true false nil',\n    built_in:\n      '_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load ' +\n      'loadfile loadstring module next pairs pcall print rawequal rawget rawset require ' +\n      'select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug ' +\n      'io math os package string table'\n  };\n  var JS_IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*';\n  var SUBST = {\n    className: 'subst',\n    begin: /#\\{/, end: /}/,\n    keywords: KEYWORDS\n  };\n  var EXPRESSIONS = [\n    hljs.inherit(hljs.C_NUMBER_MODE,\n      {starts: {end: '(\\\\s*/)?', relevance: 0}}), // a number tries to eat the following slash to prevent treating it as a regexp\n    {\n      className: 'string',\n      variants: [\n        {\n          begin: /'/, end: /'/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /\"/, end: /\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n        }\n      ]\n    },\n    {\n      className: 'built_in',\n      begin: '@__' + hljs.IDENT_RE\n    },\n    {\n      begin: '@' + hljs.IDENT_RE // relevance booster on par with CoffeeScript\n    },\n    {\n      begin: hljs.IDENT_RE + '\\\\\\\\' + hljs.IDENT_RE // inst\\method\n    }\n  ];\n  SUBST.contains = EXPRESSIONS;\n\n  var TITLE = hljs.inherit(hljs.TITLE_MODE, {begin: JS_IDENT_RE});\n  var PARAMS_RE = '(\\\\(.*\\\\))?\\\\s*\\\\B[-=]>';\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\([^\\\\(]', returnBegin: true,\n    /* We need another contained nameless mode to not have every nested\n    pair of parens to be called \"params\" */\n    contains: [{\n      begin: /\\(/, end: /\\)/,\n      keywords: KEYWORDS,\n      contains: ['self'].concat(EXPRESSIONS)\n    }]\n  };\n\n  return {\n    aliases: ['moon'],\n    keywords: KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: EXPRESSIONS.concat([\n      hljs.COMMENT('--', '$'),\n      {\n        className: 'function',  // function: -> =>\n        begin: '^\\\\s*' + JS_IDENT_RE + '\\\\s*=\\\\s*' + PARAMS_RE, end: '[-=]>',\n        returnBegin: true,\n        contains: [TITLE, PARAMS]\n      },\n      {\n        begin: /[\\(,:=]\\s*/, // anonymous function start\n        relevance: 0,\n        contains: [\n          {\n            className: 'function',\n            begin: PARAMS_RE, end: '[-=]>',\n            returnBegin: true,\n            contains: [PARAMS]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class',\n        end: '$',\n        illegal: /[:=\"\\[\\]]/,\n        contains: [\n          {\n            beginKeywords: 'extends',\n            endsWithParent: true,\n            illegal: /[:=\"\\[\\]]/,\n            contains: [TITLE]\n          },\n          TITLE\n        ]\n      },\n      {\n        className: 'name',    // table\n        begin: JS_IDENT_RE + ':', end: ':',\n        returnBegin: true, returnEnd: true,\n        relevance: 0\n      }\n    ])\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    contains: [\n      {\n        beginKeywords:\n          'build create index delete drop explain infer|10 insert merge prepare select update upsert|10',\n        end: /;/, endsWithParent: true,\n        keywords: {\n          // Taken from http://developer.couchbase.com/documentation/server/current/n1ql/n1ql-language-reference/reservedwords.html\n          keyword:\n            'all alter analyze and any array as asc begin between binary boolean break bucket build by call ' +\n            'case cast cluster collate collection commit connect continue correlate cover create database ' +\n            'dataset datastore declare decrement delete derived desc describe distinct do drop each element ' +\n            'else end every except exclude execute exists explain fetch first flatten for force from ' +\n            'function grant group gsi having if ignore ilike in include increment index infer inline inner ' +\n            'insert intersect into is join key keys keyspace known last left let letting like limit lsm map ' +\n            'mapping matched materialized merge minus namespace nest not number object offset on ' +\n            'option or order outer over parse partition password path pool prepare primary private privilege ' +\n            'procedure public raw realm reduce rename return returning revoke right role rollback satisfies ' +\n            'schema select self semi set show some start statistics string system then to transaction trigger ' +\n            'truncate under union unique unknown unnest unset update upsert use user using validate value ' +\n            'valued values via view when where while with within work xor',\n          // Taken from http://developer.couchbase.com/documentation/server/4.5/n1ql/n1ql-language-reference/literals.html\n          literal:\n            'true false null missing|5',\n          // Taken from http://developer.couchbase.com/documentation/server/4.5/n1ql/n1ql-language-reference/functions.html\n          built_in:\n            'array_agg array_append array_concat array_contains array_count array_distinct array_ifnull array_length ' +\n            'array_max array_min array_position array_prepend array_put array_range array_remove array_repeat array_replace ' +\n            'array_reverse array_sort array_sum avg count max min sum greatest least ifmissing ifmissingornull ifnull ' +\n            'missingif nullif ifinf ifnan ifnanorinf naninf neginfif posinfif clock_millis clock_str date_add_millis ' +\n            'date_add_str date_diff_millis date_diff_str date_part_millis date_part_str date_trunc_millis date_trunc_str ' +\n            'duration_to_str millis str_to_millis millis_to_str millis_to_utc millis_to_zone_name now_millis now_str ' +\n            'str_to_duration str_to_utc str_to_zone_name decode_json encode_json encoded_size poly_length base64 base64_encode ' +\n            'base64_decode meta uuid abs acos asin atan atan2 ceil cos degrees e exp ln log floor pi power radians random ' +\n            'round sign sin sqrt tan trunc object_length object_names object_pairs object_inner_pairs object_values ' +\n            'object_inner_values object_add object_put object_remove object_unwrap regexp_contains regexp_like regexp_position ' +\n            'regexp_replace contains initcap length lower ltrim position repeat replace rtrim split substr title trim upper ' +\n            'isarray isatom isboolean isnumber isobject isstring type toarray toatom toboolean tonumber toobject tostring'\n        },\n        contains: [\n          {\n            className: 'string',\n            begin: '\\'', end: '\\'',\n            contains: [hljs.BACKSLASH_ESCAPE],\n            relevance: 0\n          },\n          {\n            className: 'string',\n            begin: '\"', end: '\"',\n            contains: [hljs.BACKSLASH_ESCAPE],\n            relevance: 0\n          },\n          {\n            className: 'symbol',\n            begin: '`', end: '`',\n            contains: [hljs.BACKSLASH_ESCAPE],\n            relevance: 2\n          },\n          hljs.C_NUMBER_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VAR = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$\\d+/},\n      {begin: /\\$\\{/, end: /}/},\n      {begin: '[\\\\$\\\\@]' + hljs.UNDERSCORE_IDENT_RE}\n    ]\n  };\n  var DEFAULT = {\n    endsWithParent: true,\n    lexemes: '[a-z/_]+',\n    keywords: {\n      literal:\n        'on off yes no true false none blocked debug info notice warn error crit ' +\n        'select break last permanent redirect kqueue rtsig epoll poll /dev/poll'\n    },\n    relevance: 0,\n    illegal: '=>',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'string',\n        contains: [hljs.BACKSLASH_ESCAPE, VAR],\n        variants: [\n          {begin: /\"/, end: /\"/},\n          {begin: /'/, end: /'/}\n        ]\n      },\n      // this swallows entire URLs to avoid detecting numbers within\n      {\n        begin: '([a-z]+):/', end: '\\\\s', endsWithParent: true, excludeEnd: true,\n        contains: [VAR]\n      },\n      {\n        className: 'regexp',\n        contains: [hljs.BACKSLASH_ESCAPE, VAR],\n        variants: [\n          {begin: \"\\\\s\\\\^\", end: \"\\\\s|{|;\", returnEnd: true},\n          // regexp locations (~, ~*)\n          {begin: \"~\\\\*?\\\\s+\", end: \"\\\\s|{|;\", returnEnd: true},\n          // *.example.com\n          {begin: \"\\\\*(\\\\.[a-z\\\\-]+)+\"},\n          // sub.example.*\n          {begin: \"([a-z\\\\-]+\\\\.)+\\\\*\"}\n        ]\n      },\n      // IP\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b'\n      },\n      // units\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b',\n        relevance: 0\n      },\n      VAR\n    ]\n  };\n\n  return {\n    aliases: ['nginxconf'],\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {\n        begin: hljs.UNDERSCORE_IDENT_RE + '\\\\s+{', returnBegin: true,\n        end: '{',\n        contains: [\n          {\n            className: 'section',\n            begin: hljs.UNDERSCORE_IDENT_RE\n          }\n        ],\n        relevance: 0\n      },\n      {\n        begin: hljs.UNDERSCORE_IDENT_RE + '\\\\s', end: ';|{', returnBegin: true,\n        contains: [\n          {\n            className: 'attribute',\n            begin: hljs.UNDERSCORE_IDENT_RE,\n            starts: DEFAULT\n          }\n        ],\n        relevance: 0\n      }\n    ],\n    illegal: '[^\\\\s\\\\}]'\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['nim'],\n    keywords: {\n      keyword:\n        'addr and as asm bind block break case cast const continue converter ' +\n        'discard distinct div do elif else end enum except export finally ' +\n        'for from generic if import in include interface is isnot iterator ' +\n        'let macro method mixin mod nil not notin object of or out proc ptr ' +\n        'raise ref return shl shr static template try tuple type using var ' +\n        'when while with without xor yield',\n      literal:\n        'shared guarded stdin stdout stderr result true false',\n      built_in:\n        'int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float ' +\n        'float32 float64 bool char string cstring pointer expr stmt void ' +\n        'auto any range array openarray varargs seq set clong culong cchar ' +\n        'cschar cshort cint csize clonglong cfloat cdouble clongdouble ' +\n        'cuchar cushort cuint culonglong cstringarray semistatic'\n    },\n    contains: [ {\n        className: 'meta', // Actually pragma\n        begin: /{\\./,\n        end: /\\.}/,\n        relevance: 10\n      }, {\n        className: 'string',\n        begin: /[a-zA-Z]\\w*\"/,\n        end: /\"/,\n        contains: [{begin: /\"\"/}]\n      }, {\n        className: 'string',\n        begin: /([a-zA-Z]\\w*)?\"\"\"/,\n        end: /\"\"\"/\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'type',\n        begin: /\\b[A-Z]\\w+\\b/,\n        relevance: 0\n      }, {\n        className: 'number',\n        relevance: 0,\n        variants: [\n          {begin: /\\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},\n          {begin: /\\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},\n          {begin: /\\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},\n          {begin: /\\b(\\d[_\\d]*)('?[iIuUfF](8|16|32|64))?/}\n        ]\n      },\n      hljs.HASH_COMMENT_MODE\n    ]\n  }\n};","module.exports = function(hljs) {\n  var NIX_KEYWORDS = {\n    keyword:\n      'rec with let in inherit assert if else then',\n    literal:\n      'true false or and null',\n    built_in:\n      'import abort baseNameOf dirOf isNull builtins map removeAttrs throw ' +\n      'toString derivation'\n  };\n  var ANTIQUOTE = {\n    className: 'subst',\n    begin: /\\$\\{/,\n    end: /}/,\n    keywords: NIX_KEYWORDS\n  };\n  var ATTRS = {\n    begin: /[a-zA-Z0-9-_]+(\\s*=)/, returnBegin: true,\n    relevance: 0,\n    contains: [\n      {\n        className: 'attr',\n        begin: /\\S+/\n      }\n    ]\n  };\n  var STRING = {\n    className: 'string',\n    contains: [ANTIQUOTE],\n    variants: [\n      {begin: \"''\", end: \"''\"},\n      {begin: '\"', end: '\"'}\n    ]\n  };\n  var EXPRESSIONS = [\n    hljs.NUMBER_MODE,\n    hljs.HASH_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    STRING,\n    ATTRS\n  ];\n  ANTIQUOTE.contains = EXPRESSIONS;\n  return {\n    aliases: [\"nixos\"],\n    keywords: NIX_KEYWORDS,\n    contains: EXPRESSIONS\n  };\n};","module.exports = function(hljs) {\n  var CONSTANTS = {\n    className: 'variable',\n    begin: /\\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)/\n  };\n\n  var DEFINES = {\n    // ${defines}\n    className: 'variable',\n    begin: /\\$+{[\\w\\.:-]+}/\n  };\n\n  var VARIABLES = {\n    // $variables\n    className: 'variable',\n    begin: /\\$+\\w+/,\n    illegal: /\\(\\){}/\n  };\n\n  var LANGUAGES = {\n    // $(language_strings)\n    className: 'variable',\n    begin: /\\$+\\([\\w\\^\\.:-]+\\)/\n  };\n\n  var PARAMETERS = {\n    // command parameters\n    className: 'params',\n    begin: '(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)'\n  };\n\n  var COMPILER = {\n    // !compiler_flags\n    className: 'keyword',\n    begin: /\\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversion|gettlbversion|if|ifdef|ifmacrodef|ifmacrondef|ifndef|include|insertmacro|macro|macroend|makensis|packhdr|searchparse|searchreplace|system|tempfile|undef|verbose|warning)/\n  };\n\n  var METACHARS = {\n    // $\\n, $\\r, $\\t, $$\n    className: 'meta',\n    begin: /\\$(\\\\[nrt]|\\$)/\n  };\n\n  var PLUGINS = {\n    // plug::ins\n    className: 'class',\n    begin: /\\w+\\:\\:\\w+/\n  };\n\n    var STRING = {\n      className: 'string',\n      variants: [\n        {\n          begin: '\"', end: '\"'\n        },\n        {\n          begin: '\\'', end: '\\''\n        },\n        {\n          begin: '`', end: '`'\n        }\n      ],\n      illegal: /\\n/,\n      contains: [\n        METACHARS,\n        CONSTANTS,\n        DEFINES,\n        VARIABLES,\n        LANGUAGES\n      ]\n  };\n\n  return {\n    case_insensitive: false,\n    keywords: {\n      keyword:\n      'Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecShellWait ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileSeek FileWrite FileWriteByte FileWriteUTF16LE FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText Int64Cmp Int64CmpU Int64Fmt IntCmp IntCmpU IntFmt IntOp IntPtrCmp IntPtrCmpU IntPtrOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PageExEnd Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionEnd SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionGroupEnd SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegMultiStr WriteRegNone WriteRegStr WriteUninstaller XPStyle',\n      literal:\n      'admin all auto both bottom bzip2 colored components current custom directory false force hide highest ifdiff ifnewer instfiles lastused leave left license listonly lzma nevershow none normal notset off on open print right show silent silentlog smooth textonly top true try un.components un.custom un.directory un.instfiles un.license uninstConfirm user Win10 Win7 Win8 WinVista zlib'\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.COMMENT(\n        ';',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      {\n        className: 'function',\n        beginKeywords: 'Function PageEx Section SectionGroup', end: '$'\n      },\n      STRING,\n      COMPILER,\n      DEFINES,\n      VARIABLES,\n      LANGUAGES,\n      PARAMETERS,\n      PLUGINS,\n      hljs.NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var API_CLASS = {\n    className: 'built_in',\n    begin: '\\\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\\\w+',\n  };\n  var OBJC_KEYWORDS = {\n    keyword:\n      'int float while char export sizeof typedef const struct for union ' +\n      'unsigned long volatile static bool mutable if do return goto void ' +\n      'enum else break extern asm case short default double register explicit ' +\n      'signed typename this switch continue wchar_t inline readonly assign ' +\n      'readwrite self @synchronized id typeof ' +\n      'nonatomic super unichar IBOutlet IBAction strong weak copy ' +\n      'in out inout bycopy byref oneway __strong __weak __block __autoreleasing ' +\n      '@private @protected @public @try @property @end @throw @catch @finally ' +\n      '@autoreleasepool @synthesize @dynamic @selector @optional @required ' +\n      '@encode @package @import @defs @compatibility_alias ' +\n      '__bridge __bridge_transfer __bridge_retained __bridge_retain ' +\n      '__covariant __contravariant __kindof ' +\n      '_Nonnull _Nullable _Null_unspecified ' +\n      '__FUNCTION__ __PRETTY_FUNCTION__ __attribute__ ' +\n      'getter setter retain unsafe_unretained ' +\n      'nonnull nullable null_unspecified null_resettable class instancetype ' +\n      'NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER ' +\n      'NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED ' +\n      'NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE ' +\n      'NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END ' +\n      'NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW ' +\n      'NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN',\n    literal:\n      'false true FALSE TRUE nil YES NO NULL',\n    built_in:\n      'BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once'\n  };\n  var LEXEMES = /[a-zA-Z@][a-zA-Z0-9_]*/;\n  var CLASS_KEYWORDS = '@interface @class @protocol @implementation';\n  return {\n    aliases: ['mm', 'objc', 'obj-c'],\n    keywords: OBJC_KEYWORDS,\n    lexemes: LEXEMES,\n    illegal: '</',\n    contains: [\n      API_CLASS,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        variants: [\n          {\n            begin: '@\"', end: '\"',\n            illegal: '\\\\n',\n            contains: [hljs.BACKSLASH_ESCAPE]\n          },\n          {\n            begin: '\\'', end: '[^\\\\\\\\]\\'',\n            illegal: '[^\\\\\\\\][^\\']'\n          }\n        ]\n      },\n      {\n        className: 'meta',\n        begin: '#',\n        end: '$',\n        contains: [\n          {\n            className: 'meta-string',\n            variants: [\n              { begin: '\\\"', end: '\\\"' },\n              { begin: '<', end: '>' }\n            ]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        begin: '(' + CLASS_KEYWORDS.split(' ').join('|') + ')\\\\b', end: '({|$)', excludeEnd: true,\n        keywords: CLASS_KEYWORDS, lexemes: LEXEMES,\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        begin: '\\\\.'+hljs.UNDERSCORE_IDENT_RE,\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  /* missing support for heredoc-like string (OCaml 4.0.2+) */\n  return {\n    aliases: ['ml'],\n    keywords: {\n      keyword:\n        'and as assert asr begin class constraint do done downto else end ' +\n        'exception external for fun function functor if in include ' +\n        'inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method ' +\n        'mod module mutable new object of open! open or private rec sig struct ' +\n        'then to try type val! val virtual when while with ' +\n        /* camlp4 */\n        'parser value',\n      built_in:\n        /* built-in types */\n        'array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit ' +\n        /* (some) types in Pervasives */\n        'in_channel out_channel ref',\n      literal:\n        'true false'\n    },\n    illegal: /\\/\\/|>>/,\n    lexemes: '[a-z_]\\\\w*!?',\n    contains: [\n      {\n        className: 'literal',\n        begin: '\\\\[(\\\\|\\\\|)?\\\\]|\\\\(\\\\)',\n        relevance: 0\n      },\n      hljs.COMMENT(\n        '\\\\(\\\\*',\n        '\\\\*\\\\)',\n        {\n          contains: ['self']\n        }\n      ),\n      { /* type variable */\n        className: 'symbol',\n        begin: '\\'[A-Za-z_](?!\\')[\\\\w\\']*'\n        /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */\n      },\n      { /* polymorphic variant */\n        className: 'type',\n        begin: '`[A-Z][\\\\w\\']*'\n      },\n      { /* module or constructor */\n        className: 'type',\n        begin: '\\\\b[A-Z][\\\\w\\']*',\n        relevance: 0\n      },\n      { /* don't color identifiers, but safely catch all identifiers with '*/\n        begin: '[a-z_]\\\\w*\\'[\\\\w\\']*', relevance: 0\n      },\n      hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n      {\n        className: 'number',\n        begin:\n          '\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|' +\n          '0[oO][0-7_]+[Lln]?|' +\n          '0[bB][01_]+[Lln]?|' +\n          '[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)',\n        relevance: 0\n      },\n      {\n        begin: /[-=]>/ // relevance booster\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n\tvar SPECIAL_VARS = {\n\t\tclassName: 'keyword',\n\t\tbegin: '\\\\$(f[asn]|t|vp[rtd]|children)'\n\t},\n\tLITERALS = {\n\t\tclassName: 'literal',\n\t\tbegin: 'false|true|PI|undef'\n\t},\n\tNUMBERS = {\n\t\tclassName: 'number',\n\t\tbegin: '\\\\b\\\\d+(\\\\.\\\\d+)?(e-?\\\\d+)?', //adds 1e5, 1e-10\n\t\trelevance: 0\n\t},\n\tSTRING = hljs.inherit(hljs.QUOTE_STRING_MODE,{illegal: null}),\n\tPREPRO = {\n\t\tclassName: 'meta',\n\t\tkeywords: {'meta-keyword': 'include use'},\n\t\tbegin: 'include|use <',\n\t\tend: '>'\n\t},\n\tPARAMS = {\n\t\tclassName: 'params',\n\t\tbegin: '\\\\(', end: '\\\\)',\n\t\tcontains: ['self', NUMBERS, STRING, SPECIAL_VARS, LITERALS]\n\t},\n\tMODIFIERS = {\n\t\tbegin: '[*!#%]',\n\t\trelevance: 0\n\t},\n\tFUNCTIONS = {\n\t\tclassName: 'function',\n\t\tbeginKeywords: 'module function',\n\t\tend: '\\\\=|\\\\{',\n\t\tcontains: [PARAMS, hljs.UNDERSCORE_TITLE_MODE]\n\t};\n\n\treturn {\n\t\taliases: ['scad'],\n\t\tkeywords: {\n\t\t\tkeyword: 'function module include use for intersection_for if else \\\\%',\n\t\t\tliteral: 'false true PI undef',\n\t\t\tbuilt_in: 'circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign'\n\t\t},\n\t\tcontains: [\n\t\t\thljs.C_LINE_COMMENT_MODE,\n\t\t\thljs.C_BLOCK_COMMENT_MODE,\n\t\t\tNUMBERS,\n\t\t\tPREPRO,\n\t\t\tSTRING,\n\t\t\tSPECIAL_VARS,\n\t\t\tMODIFIERS,\n\t\t\tFUNCTIONS\n\t\t]\n\t}\n};","module.exports = function(hljs) {\n  var OXYGENE_KEYWORDS = 'abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue '+\n    'create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false '+\n    'final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited '+\n    'inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of '+\n    'old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly '+\n    'record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple '+\n    'type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal '+\n    'register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained';\n  var CURLY_COMMENT =  hljs.COMMENT(\n    '{',\n    '}',\n    {\n      relevance: 0\n    }\n  );\n  var PAREN_COMMENT = hljs.COMMENT(\n    '\\\\(\\\\*',\n    '\\\\*\\\\)',\n    {\n      relevance: 10\n    }\n  );\n  var STRING = {\n    className: 'string',\n    begin: '\\'', end: '\\'',\n    contains: [{begin: '\\'\\''}]\n  };\n  var CHAR_STRING = {\n    className: 'string', begin: '(#\\\\d+)+'\n  };\n  var FUNCTION = {\n    className: 'function',\n    beginKeywords: 'function constructor destructor procedure method', end: '[:;]',\n    keywords: 'function constructor|10 destructor|10 procedure|10 method|10',\n    contains: [\n      hljs.TITLE_MODE,\n      {\n        className: 'params',\n        begin: '\\\\(', end: '\\\\)',\n        keywords: OXYGENE_KEYWORDS,\n        contains: [STRING, CHAR_STRING]\n      },\n      CURLY_COMMENT, PAREN_COMMENT\n    ]\n  };\n  return {\n    case_insensitive: true,\n    lexemes: /\\.?\\w+/,\n    keywords: OXYGENE_KEYWORDS,\n    illegal: '(\"|\\\\$[G-Zg-z]|\\\\/\\\\*|</|=>|->)',\n    contains: [\n      CURLY_COMMENT, PAREN_COMMENT, hljs.C_LINE_COMMENT_MODE,\n      STRING, CHAR_STRING,\n      hljs.NUMBER_MODE,\n      FUNCTION,\n      {\n        className: 'class',\n        begin: '=\\\\bclass\\\\b', end: 'end;',\n        keywords: OXYGENE_KEYWORDS,\n        contains: [\n          STRING, CHAR_STRING,\n          CURLY_COMMENT, PAREN_COMMENT, hljs.C_LINE_COMMENT_MODE,\n          FUNCTION\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var CURLY_SUBCOMMENT = hljs.COMMENT(\n    '{',\n    '}',\n    {\n      contains: ['self']\n    }\n  );\n  return {\n    subLanguage: 'xml', relevance: 0,\n    contains: [\n      hljs.COMMENT('^#', '$'),\n      hljs.COMMENT(\n        '\\\\^rem{',\n        '}',\n        {\n          relevance: 10,\n          contains: [\n            CURLY_SUBCOMMENT\n          ]\n        }\n      ),\n      {\n        className: 'meta',\n        begin: '^@(?:BASE|USE|CLASS|OPTIONS)$',\n        relevance: 10\n      },\n      {\n        className: 'title',\n        begin: '@[\\\\w\\\\-]+\\\\[[\\\\w^;\\\\-]*\\\\](?:\\\\[[\\\\w^;\\\\-]*\\\\])?(?:.*)$'\n      },\n      {\n        className: 'variable',\n        begin: '\\\\$\\\\{?[\\\\w\\\\-\\\\.\\\\:]+\\\\}?'\n      },\n      {\n        className: 'keyword',\n        begin: '\\\\^[\\\\w\\\\-\\\\.\\\\:]+'\n      },\n      {\n        className: 'number',\n        begin: '\\\\^#[0-9a-fA-F]+'\n      },\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var PERL_KEYWORDS = 'getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ' +\n    'ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime ' +\n    'readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qq' +\n    'fileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent ' +\n    'shutdown dump chomp connect getsockname die socketpair close flock exists index shmget' +\n    'sub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr ' +\n    'unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 ' +\n    'getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline ' +\n    'endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand ' +\n    'mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink ' +\n    'getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr ' +\n    'untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link ' +\n    'getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller ' +\n    'lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and ' +\n    'sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 ' +\n    'chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach ' +\n    'tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedir' +\n    'ioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe ' +\n    'atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when';\n  var SUBST = {\n    className: 'subst',\n    begin: '[$@]\\\\{', end: '\\\\}',\n    keywords: PERL_KEYWORDS\n  };\n  var METHOD = {\n    begin: '->{', end: '}'\n    // contains defined later\n  };\n  var VAR = {\n    variants: [\n      {begin: /\\$\\d/},\n      {begin: /[\\$%@](\\^\\w\\b|#\\w+(::\\w+)*|{\\w+}|\\w+(::\\w*)*)/},\n      {begin: /[\\$%@][^\\s\\w{]/, relevance: 0}\n    ]\n  };\n  var STRING_CONTAINS = [hljs.BACKSLASH_ESCAPE, SUBST, VAR];\n  var PERL_DEFAULT_CONTAINS = [\n    VAR,\n    hljs.HASH_COMMENT_MODE,\n    hljs.COMMENT(\n      '^\\\\=\\\\w',\n      '\\\\=cut',\n      {\n        endsWithParent: true\n      }\n    ),\n    METHOD,\n    {\n      className: 'string',\n      contains: STRING_CONTAINS,\n      variants: [\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\(', end: '\\\\)',\n          relevance: 5\n        },\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\[', end: '\\\\]',\n          relevance: 5\n        },\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\{', end: '\\\\}',\n          relevance: 5\n        },\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\|', end: '\\\\|',\n          relevance: 5\n        },\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\<', end: '\\\\>',\n          relevance: 5\n        },\n        {\n          begin: 'qw\\\\s+q', end: 'q',\n          relevance: 5\n        },\n        {\n          begin: '\\'', end: '\\'',\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: '\"', end: '\"'\n        },\n        {\n          begin: '`', end: '`',\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: '{\\\\w+}',\n          contains: [],\n          relevance: 0\n        },\n        {\n          begin: '\\-?\\\\w+\\\\s*\\\\=\\\\>',\n          contains: [],\n          relevance: 0\n        }\n      ]\n    },\n    {\n      className: 'number',\n      begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n      relevance: 0\n    },\n    { // regexp container\n      begin: '(\\\\/\\\\/|' + hljs.RE_STARTERS_RE + '|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*',\n      keywords: 'split return print reverse grep',\n      relevance: 0,\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        {\n          className: 'regexp',\n          begin: '(s|tr|y)/(\\\\\\\\.|[^/])*/(\\\\\\\\.|[^/])*/[a-z]*',\n          relevance: 10\n        },\n        {\n          className: 'regexp',\n          begin: '(m|qr)?/', end: '/[a-z]*',\n          contains: [hljs.BACKSLASH_ESCAPE],\n          relevance: 0 // allows empty \"//\" which is a common comment delimiter in other languages\n        }\n      ]\n    },\n    {\n      className: 'function',\n      beginKeywords: 'sub', end: '(\\\\s*\\\\(.*?\\\\))?[;{]', excludeEnd: true,\n      relevance: 5,\n      contains: [hljs.TITLE_MODE]\n    },\n    {\n      begin: '-\\\\w\\\\b',\n      relevance: 0\n    },\n    {\n      begin: \"^__DATA__$\",\n      end: \"^__END__$\",\n      subLanguage: 'mojolicious',\n      contains: [\n        {\n            begin: \"^@@.*\",\n            end: \"$\",\n            className: \"comment\"\n        }\n      ]\n    }\n  ];\n  SUBST.contains = PERL_DEFAULT_CONTAINS;\n  METHOD.contains = PERL_DEFAULT_CONTAINS;\n\n  return {\n    aliases: ['pl', 'pm'],\n    lexemes: /[\\w\\.]+/,\n    keywords: PERL_KEYWORDS,\n    contains: PERL_DEFAULT_CONTAINS\n  };\n};","module.exports = function(hljs) {\n  var MACRO = {\n    className: 'variable',\n    begin: /\\$[\\w\\d#@][\\w\\d_]*/\n  };\n  var TABLE = {\n    className: 'variable',\n    begin: /<(?!\\/)/, end: />/\n  };\n  var QUOTE_STRING = {\n    className: 'string',\n    begin: /\"/, end: /\"/\n  };\n\n  return {\n    aliases: ['pf.conf'],\n    lexemes: /[a-z0-9_<>-]+/,\n    keywords: {\n      built_in: /* block match pass are \"actions\" in pf.conf(5), the rest are\n                 * lexically similar top-level commands.\n                 */\n        'block match pass load anchor|5 antispoof|10 set table',\n      keyword:\n        'in out log quick on rdomain inet inet6 proto from port os to route' +\n        'allow-opts divert-packet divert-reply divert-to flags group icmp-type' +\n        'icmp6-type label once probability recieved-on rtable prio queue' +\n        'tos tag tagged user keep fragment for os drop' +\n        'af-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robin' +\n        'source-hash static-port' +\n        'dup-to reply-to route-to' +\n        'parent bandwidth default min max qlimit' +\n        'block-policy debug fingerprints hostid limit loginterface optimization' +\n        'reassemble ruleset-optimization basic none profile skip state-defaults' +\n        'state-policy timeout' +\n        'const counters persist' +\n        'no modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppy' +\n        'source-track global rule max-src-nodes max-src-states max-src-conn' +\n        'max-src-conn-rate overload flush' +\n        'scrub|5 max-mss min-ttl no-df|10 random-id',\n      literal:\n        'all any no-route self urpf-failed egress|5 unknown'\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.NUMBER_MODE,\n      hljs.QUOTE_STRING_MODE,\n      MACRO,\n      TABLE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var COMMENT_MODE = hljs.COMMENT('--', '$');\n  var UNQUOTED_IDENT = '[a-zA-Z_][a-zA-Z_0-9$]*';\n  var DOLLAR_STRING = '\\\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\\\$';\n  var LABEL = '<<\\\\s*' + UNQUOTED_IDENT + '\\\\s*>>';\n\n  var SQL_KW = \n    // https://www.postgresql.org/docs/11/static/sql-keywords-appendix.html\n    // https://www.postgresql.org/docs/11/static/sql-commands.html\n    // SQL commands (starting words)\n    'ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE ' +\n    'DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY ' +\n    'PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW ' +\n    'START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES ' +\n    // SQL commands (others)\n    'AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN ' +\n    'WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS ' +\n    'FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM ' +\n    'TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS ' +\n    'METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION ' +\n    'INDEX PROCEDURE ASSERTION ' +\n    // additional reserved key words\n    'ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK ' +\n    'COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS ' +\n    'DEFERRABLE RANGE ' +\n    'DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ' +\n    'ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT ' +\n    'NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY ' +\n    'REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN ' +\n    'TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH ' +\n    // some of non-reserved (which are used in clauses or as PL/pgSQL keyword)\n    'BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN ' +\n    'BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT ' +\n    'TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN ' +\n    'EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH ' +\n    'REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ' +\n    'ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED ' +\n    'INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 ' +\n    'INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ' +\n    'ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES ' +\n    'RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS ' +\n    'UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF ' +\n    // some parameters of VACUUM/ANALYZE/EXPLAIN\n    'FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING ' +\n    //\n    'RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED ' +\n    'OF NOTHING NONE EXCLUDE ATTRIBUTE ' +\n    // from GRANT (not keywords actually)\n    'USAGE ROUTINES ' +\n    // actually literals, but look better this way (due to IS TRUE, IS FALSE, ISNULL etc)\n    'TRUE FALSE NAN INFINITY ';\n\n  var ROLE_ATTRS = // only those not in keywrods already\n    'SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT ' +\n    'LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ';\n\n  var PLPGSQL_KW = \n    'ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS ' +\n    'STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT ' +\n    'OPEN ';\n\n  var TYPES =\n    // https://www.postgresql.org/docs/11/static/datatype.html\n    'BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR ' +\n    'CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 ' +\n    'MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 ' +\n    'SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 ' +\n    'TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR ' +\n    'INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ' +\n    // pseudotypes\n    'ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL ' +\n    'RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR ' +\n    // spec. type\n    'NAME ' +\n    // OID-types\n    'OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 ' +\n    'REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ';// +\n    // some types from standard extensions\n    'HSTORE|10 LO LTREE|10 ';\n    \n  var TYPES_RE = \n    TYPES.trim()\n         .split(' ')\n         .map( function(val) { return val.split('|')[0]; } )\n         .join('|');\n\n  var SQL_BI =\n    'CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP ' +\n    'CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC ';\n\n  var PLPGSQL_BI =\n    'FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 ' +\n    'TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ' +\n    // get diagnostics\n    'ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME ' +\n    'PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 ' +\n    'PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 ';\n\n  var PLPGSQL_EXCEPTIONS =\n    // exceptions https://www.postgresql.org/docs/current/static/errcodes-appendix.html\n    'SQLSTATE SQLERRM|10 ' +\n    'SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING ' +\n    'NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED ' +\n    'STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED ' +\n    'SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE ' +\n    'SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION ' +\n    'TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED ' +\n    'INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR ' +\n    'INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION ' +\n    'STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION ' +\n    'DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW ' +\n    'DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW ' +\n    'INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION ' +\n    'INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION ' +\n    'INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST ' +\n    'INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE ' +\n    'NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE ' +\n    'INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE ' +\n    'INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT ' +\n    'INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH ' +\n    'NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE ' +\n    'SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION ' +\n    'SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING ' +\n    'FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION ' +\n    'BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT ' +\n    'INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION ' +\n    'INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION ' +\n    'UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE ' +\n    'INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE ' +\n    'HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION ' +\n    'INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION ' +\n    'NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION ' +\n    'SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION ' +\n    'IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME ' +\n    'TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD ' +\n    'DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST ' +\n    'INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT ' +\n    'MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED ' +\n    'READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION ' +\n    'CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED ' +\n    'PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED ' +\n    'EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED ' +\n    'TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED ' +\n    'SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME ' +\n    'INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION ' +\n    'SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED ' +\n    'SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE ' +\n    'GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME ' +\n    'NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH ' +\n    'INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN ' +\n    'UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT ' +\n    'DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION ' +\n    'DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS ' +\n    'DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS ' +\n    'INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION ' +\n    'INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION ' +\n    'INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION ' +\n    'INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL ' +\n    'OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED ' +\n    'STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE ' +\n    'OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION ' +\n    'QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED ' +\n    'SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR ' +\n    'LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED ' +\n    'FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION ' +\n    'FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER ' +\n    'FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS ' +\n    'FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX ' +\n    'FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH ' +\n    'FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES ' +\n    'FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE ' +\n    'FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION ' +\n    'FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR ' +\n    'RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED ' +\n    'INDEX_CORRUPTED ';\n\n  var FUNCTIONS =\n    // https://www.postgresql.org/docs/11/static/functions-aggregate.html\n    'ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG ' +\n    'JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG ' +\n    'CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE ' +\n    'REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP ' +\n    'PERCENTILE_CONT PERCENTILE_DISC ' +\n    // https://www.postgresql.org/docs/11/static/functions-window.html\n    'ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE ' +\n    // https://www.postgresql.org/docs/11/static/functions-comparison.html\n    'NUM_NONNULLS NUM_NULLS ' +\n    // https://www.postgresql.org/docs/11/static/functions-math.html\n    'ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT ' +\n    'TRUNC WIDTH_BUCKET ' +\n    'RANDOM SETSEED ' +\n    'ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND ' +\n    // https://www.postgresql.org/docs/11/static/functions-string.html\n    'BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ' +\n    'ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP' +\n    'LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 ' +\n    'QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY ' +\n    'REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR ' +\n    'TO_ASCII TO_HEX TRANSLATE ' +\n    // https://www.postgresql.org/docs/11/static/functions-binarystring.html\n    'OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE ' +\n    // https://www.postgresql.org/docs/11/static/functions-formatting.html\n    'TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP ' +\n    // https://www.postgresql.org/docs/11/static/functions-datetime.html\n    'AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL ' +\n    'MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 ' +\n    'TIMEOFDAY TRANSACTION_TIMESTAMP|10 ' +\n    // https://www.postgresql.org/docs/11/static/functions-enum.html\n    'ENUM_FIRST ENUM_LAST ENUM_RANGE ' +\n    // https://www.postgresql.org/docs/11/static/functions-geometry.html\n    'AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH ' +\n    'BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ' +\n    // https://www.postgresql.org/docs/11/static/functions-net.html\n    'ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY' +\n    'INET_MERGE MACADDR8_SET7BIT ' +\n    // https://www.postgresql.org/docs/11/static/functions-textsearch.html\n    'ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY ' +\n    'QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE ' +\n    'TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY ' +\n    'TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN ' +\n    // https://www.postgresql.org/docs/11/static/functions-xml.html\n    'XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT ' +\n    'XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT ' +\n    'XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES ' +\n    'TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA ' +\n    'QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA ' +\n    'CURSOR_TO_XML CURSOR_TO_XMLSCHEMA ' +\n    'SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA ' +\n    'DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA ' +\n    'XMLATTRIBUTES ' +\n    // https://www.postgresql.org/docs/11/static/functions-json.html\n    'TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT ' +\n    'JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH ' +\n    'JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH ' +\n    'JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET ' +\n    'JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT ' +\n    'JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET ' +\n    'JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY ' +\n    // https://www.postgresql.org/docs/11/static/functions-sequence.html\n    'CURRVAL LASTVAL NEXTVAL SETVAL ' +\n    // https://www.postgresql.org/docs/11/static/functions-conditional.html\n    'COALESCE NULLIF GREATEST LEAST ' +\n    // https://www.postgresql.org/docs/11/static/functions-array.html\n    'ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ' +\n    'ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY ' +\n    'STRING_TO_ARRAY UNNEST ' +\n    // https://www.postgresql.org/docs/11/static/functions-range.html\n    'ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE ' +\n    // https://www.postgresql.org/docs/11/static/functions-srf.html\n    'GENERATE_SERIES GENERATE_SUBSCRIPTS ' +\n    // https://www.postgresql.org/docs/11/static/functions-info.html\n    'CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT ' +\n    'INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE ' +\n    'TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE ' +\n    'COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION ' +\n    'TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX ' +\n    'TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS ' +\n    // https://www.postgresql.org/docs/11/static/functions-admin.html\n    'CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE ' +\n    'GIN_CLEAN_PENDING_LIST ' +\n    // https://www.postgresql.org/docs/11/static/functions-trigger.html\n    'SUPPRESS_REDUNDANT_UPDATES_TRIGGER ' +\n    // ihttps://www.postgresql.org/docs/devel/static/lo-funcs.html\n    'LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE ' +\n    //\n    'GROUPING CAST ';\n\n    var FUNCTIONS_RE = \n      FUNCTIONS.trim()\n               .split(' ')\n               .map( function(val) { return val.split('|')[0]; } )\n               .join('|');\n\n    return {\n        aliases: ['postgres','postgresql'],\n        case_insensitive: true,\n        keywords: {\n          keyword:\n            SQL_KW + PLPGSQL_KW + ROLE_ATTRS,\n          built_in:\n            SQL_BI + PLPGSQL_BI + PLPGSQL_EXCEPTIONS,\n        },\n        // Forbid some cunstructs from other languages to improve autodetect. In fact\n        // \"[a-z]:\" is legal (as part of array slice), but improbabal.\n        illegal: /:==|\\W\\s*\\(\\*|(^|\\s)\\$[a-z]|{{|[a-z]:\\s*$|\\.\\.\\.|TO:|DO:/,\n        contains: [\n          // special handling of some words, which are reserved only in some contexts\n          {\n            className: 'keyword',\n            variants: [\n              { begin: /\\bTEXT\\s*SEARCH\\b/ },\n              { begin: /\\b(PRIMARY|FOREIGN|FOR(\\s+NO)?)\\s+KEY\\b/ },\n              { begin: /\\bPARALLEL\\s+(UNSAFE|RESTRICTED|SAFE)\\b/ },\n              { begin: /\\bSTORAGE\\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\\b/ },\n              { begin: /\\bMATCH\\s+(FULL|PARTIAL|SIMPLE)\\b/ },\n              { begin: /\\bNULLS\\s+(FIRST|LAST)\\b/ },\n              { begin: /\\bEVENT\\s+TRIGGER\\b/ },\n              { begin: /\\b(MAPPING|OR)\\s+REPLACE\\b/ },\n              { begin: /\\b(FROM|TO)\\s+(PROGRAM|STDIN|STDOUT)\\b/ },\n              { begin: /\\b(SHARE|EXCLUSIVE)\\s+MODE\\b/ },\n              { begin: /\\b(LEFT|RIGHT)\\s+(OUTER\\s+)?JOIN\\b/ },\n              { begin: /\\b(FETCH|MOVE)\\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\\b/ },\n              { begin: /\\bPRESERVE\\s+ROWS\\b/ },\n              { begin: /\\bDISCARD\\s+PLANS\\b/ },\n              { begin: /\\bREFERENCING\\s+(OLD|NEW)\\b/ },\n              { begin: /\\bSKIP\\s+LOCKED\\b/ },\n              { begin: /\\bGROUPING\\s+SETS\\b/ },\n              { begin: /\\b(BINARY|INSENSITIVE|SCROLL|NO\\s+SCROLL)\\s+(CURSOR|FOR)\\b/ },\n              { begin: /\\b(WITH|WITHOUT)\\s+HOLD\\b/ },\n              { begin: /\\bWITH\\s+(CASCADED|LOCAL)\\s+CHECK\\s+OPTION\\b/ },\n              { begin: /\\bEXCLUDE\\s+(TIES|NO\\s+OTHERS)\\b/ },\n              { begin: /\\bFORMAT\\s+(TEXT|XML|JSON|YAML)\\b/ },\n              { begin: /\\bSET\\s+((SESSION|LOCAL)\\s+)?NAMES\\b/ },\n              { begin: /\\bIS\\s+(NOT\\s+)?UNKNOWN\\b/ },\n              { begin: /\\bSECURITY\\s+LABEL\\b/ },\n              { begin: /\\bSTANDALONE\\s+(YES|NO|NO\\s+VALUE)\\b/ },\n              { begin: /\\bWITH\\s+(NO\\s+)?DATA\\b/ },\n              { begin: /\\b(FOREIGN|SET)\\s+DATA\\b/ },\n              { begin: /\\bSET\\s+(CATALOG|CONSTRAINTS)\\b/ },\n              { begin: /\\b(WITH|FOR)\\s+ORDINALITY\\b/ },\n              { begin: /\\bIS\\s+(NOT\\s+)?DOCUMENT\\b/ },\n              { begin: /\\bXML\\s+OPTION\\s+(DOCUMENT|CONTENT)\\b/ },\n              { begin: /\\b(STRIP|PRESERVE)\\s+WHITESPACE\\b/ },\n              { begin: /\\bNO\\s+(ACTION|MAXVALUE|MINVALUE)\\b/ },\n              { begin: /\\bPARTITION\\s+BY\\s+(RANGE|LIST|HASH)\\b/ },\n              { begin: /\\bAT\\s+TIME\\s+ZONE\\b/ },\n              { begin: /\\bGRANTED\\s+BY\\b/ },\n              { begin: /\\bRETURN\\s+(QUERY|NEXT)\\b/ },\n              { begin: /\\b(ATTACH|DETACH)\\s+PARTITION\\b/ },\n              { begin: /\\bFORCE\\s+ROW\\s+LEVEL\\s+SECURITY\\b/ },\n              { begin: /\\b(INCLUDING|EXCLUDING)\\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\\b/ },\n              { begin: /\\bAS\\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\\b/ }\n            ]\n          },\n          // functions named as keywords, followed by '('\n          {\n            begin: /\\b(FORMAT|FAMILY|VERSION)\\s*\\(/,\n            //keywords: { built_in: 'FORMAT FAMILY VERSION' }\n          },\n          // INCLUDE ( ... ) in index_parameters in CREATE TABLE\n          {\n            begin: /\\bINCLUDE\\s*\\(/,\n            keywords: 'INCLUDE'\n          },\n          // not highlight RANGE if not in frame_clause (not 100% correct, but seems satisfactory)\n          {\n            begin: /\\bRANGE(?!\\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/\n          },\n          // disable highlighting in commands CREATE AGGREGATE/COLLATION/DATABASE/OPERTOR/TEXT SEARCH .../TYPE\n          // and in PL/pgSQL RAISE ... USING\n          {\n            begin: /\\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\\s*=/\n          },\n          // PG_smth; HAS_some_PRIVILEGE\n          {\n            //className: 'built_in',\n            begin: /\\b(PG_\\w+?|HAS_[A-Z_]+_PRIVILEGE)\\b/,\n            relevance: 10\n          },\n          // extract\n          {\n            begin: /\\bEXTRACT\\s*\\(/,\n            end: /\\bFROM\\b/,\n            returnEnd: true,\n            keywords: {\n              //built_in: 'EXTRACT',\n              type:     'CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS ' +\n                        'MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR ' +\n                        'TIMEZONE_MINUTE WEEK YEAR'\n            }\n          },\n          // xmlelement, xmlpi - special NAME\n          {\n            begin: /\\b(XMLELEMENT|XMLPI)\\s*\\(\\s*NAME/,\n            keywords: {\n              //built_in: 'XMLELEMENT XMLPI',\n              keyword:  'NAME'\n            }\n          },\n          // xmlparse, xmlserialize\n          {\n            begin: /\\b(XMLPARSE|XMLSERIALIZE)\\s*\\(\\s*(DOCUMENT|CONTENT)/,\n            keywords: {\n              //built_in: 'XMLPARSE XMLSERIALIZE',\n              keyword:  'DOCUMENT CONTENT'\n            }\n          },\n          // Sequences. We actually skip everything between CACHE|INCREMENT|MAXVALUE|MINVALUE and\n          // nearest following numeric constant. Without with trick we find a lot of \"keywords\"\n          // in 'avrasm' autodetection test...\n          {\n            beginKeywords: 'CACHE INCREMENT MAXVALUE MINVALUE',\n            end: hljs.C_NUMBER_RE,\n            returnEnd: true,\n            keywords: 'BY CACHE INCREMENT MAXVALUE MINVALUE'\n          },\n          // WITH|WITHOUT TIME ZONE as part of datatype\n          {\n            className: 'type',\n            begin: /\\b(WITH|WITHOUT)\\s+TIME\\s+ZONE\\b/\n          },\n          // INTERVAL optional fields\n          {\n            className: 'type',\n            begin: /\\bINTERVAL\\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\\s+TO\\s+(MONTH|HOUR|MINUTE|SECOND))?\\b/\n          },\n          // Pseudo-types which allowed only as return type\n          {\n            begin: /\\bRETURNS\\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\\b/,\n            keywords: {\n              keyword: 'RETURNS',\n              type: 'LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER'\n            }\n          },\n          // Known functions - only when followed by '('\n          {\n            begin: '\\\\b(' + FUNCTIONS_RE + ')\\\\s*\\\\('\n            //keywords: { built_in: FUNCTIONS }\n          },\n          // Types\n          {\n            begin: '\\\\.(' + TYPES_RE + ')\\\\b' // prevent highlight as type, say, 'oid' in 'pgclass.oid'\n          },\n          {\n            begin: '\\\\b(' + TYPES_RE + ')\\\\s+PATH\\\\b', // in XMLTABLE\n            keywords: {\n              keyword: 'PATH', // hopefully no one would use PATH type in XMLTABLE...\n              type: TYPES.replace('PATH ','')\n            }\n          },\n          {\n            className: 'type',\n            begin: '\\\\b(' + TYPES_RE + ')\\\\b'\n          },\n          // Strings, see https://www.postgresql.org/docs/11/static/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS\n          {\n            className: 'string',\n            begin: '\\'', end: '\\'',\n            contains: [{begin: '\\'\\''}]\n          },\n          {\n            className: 'string',\n            begin: '(e|E|u&|U&)\\'', end: '\\'',\n            contains: [{begin: '\\\\\\\\.'}],\n            relevance: 10\n          },\n          {\n            begin: DOLLAR_STRING,\n            endSameAsBegin: true,\n            contains: [\n              {\n                // actually we want them all except SQL; listed are those with known implementations\n                // and XML + JSON just in case\n                subLanguage: ['pgsql','perl','python','tcl','r','lua','java','php','ruby','bash','scheme','xml','json'],\n                endsWithParent: true\n              }\n            ]\n          },\n          // identifiers in quotes\n          {\n            begin: '\"', end: '\"',\n            contains: [{begin: '\"\"'}]\n          },\n          // numbers\n          hljs.C_NUMBER_MODE,\n          // comments\n          hljs.C_BLOCK_COMMENT_MODE,\n          COMMENT_MODE,\n          // PL/pgSQL staff\n          // %ROWTYPE, %TYPE, $n\n          {\n            className: 'meta',\n            variants: [\n              {begin: '%(ROW)?TYPE', relevance: 10}, // %TYPE, %ROWTYPE\n              {begin: '\\\\$\\\\d+'},                    // $n\n              {begin: '^#\\\\w', end: '$'}             // #compiler option\n            ]\n          },\n          // <<labeles>>\n          {\n            className: 'symbol',\n            begin: LABEL,\n            relevance: 10\n          }\n        ]\n  };\n};","module.exports = function(hljs) {\n  var VARIABLE = {\n    begin: '\\\\$+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*'\n  };\n  var PREPROCESSOR = {\n    className: 'meta', begin: /<\\?(php)?|\\?>/\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, PREPROCESSOR],\n    variants: [\n      {\n        begin: 'b\"', end: '\"'\n      },\n      {\n        begin: 'b\\'', end: '\\''\n      },\n      hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null})\n    ]\n  };\n  var NUMBER = {variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE]};\n  return {\n    aliases: ['php', 'php3', 'php4', 'php5', 'php6', 'php7'],\n    case_insensitive: true,\n    keywords:\n      'and include_once list abstract global private echo interface as static endswitch ' +\n      'array null if endwhile or const for endforeach self var while isset public ' +\n      'protected exit foreach throw elseif include __FILE__ empty require_once do xor ' +\n      'return parent clone use __CLASS__ __LINE__ else break print eval new ' +\n      'catch __METHOD__ case exception default die require __FUNCTION__ ' +\n      'enddeclare final try switch continue endfor endif declare unset true false ' +\n      'trait goto instanceof insteadof __DIR__ __NAMESPACE__ ' +\n      'yield finally',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.COMMENT('//', '$', {contains: [PREPROCESSOR]}),\n      hljs.COMMENT(\n        '/\\\\*',\n        '\\\\*/',\n        {\n          contains: [\n            {\n              className: 'doctag',\n              begin: '@[A-Za-z]+'\n            }\n          ]\n        }\n      ),\n      hljs.COMMENT(\n        '__halt_compiler.+?;',\n        false,\n        {\n          endsWithParent: true,\n          keywords: '__halt_compiler',\n          lexemes: hljs.UNDERSCORE_IDENT_RE\n        }\n      ),\n      {\n        className: 'string',\n        begin: /<<<['\"]?\\w+['\"]?$/, end: /^\\w+;?$/,\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {\n            className: 'subst',\n            variants: [\n              {begin: /\\$\\w+/},\n              {begin: /\\{\\$/, end: /\\}/}\n            ]\n          }\n        ]\n      },\n      PREPROCESSOR,\n      {\n        className: 'keyword', begin: /\\$this\\b/\n      },\n      VARIABLE,\n      {\n        // swallow composed identifiers to avoid parsing them as keywords\n        begin: /(::|->)+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /[;{]/, excludeEnd: true,\n        illegal: '\\\\$|\\\\[|%',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)',\n            contains: [\n              'self',\n              VARIABLE,\n              hljs.C_BLOCK_COMMENT_MODE,\n              STRING,\n              NUMBER\n            ]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        illegal: /[:\\(\\$\"]/,\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        beginKeywords: 'namespace', end: ';',\n        illegal: /[\\.']/,\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        beginKeywords: 'use', end: ';',\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        begin: '=>' // No markup, just a relevance booster\n      },\n      STRING,\n      NUMBER\n    ]\n  };\n};","module.exports = function(hljs) {\n    return {\n        disableAutodetect: true\n    };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      'actor addressof and as be break class compile_error compile_intrinsic' +\n      'consume continue delegate digestof do else elseif embed end error' +\n      'for fun if ifdef in interface is isnt lambda let match new not object' +\n      'or primitive recover repeat return struct then trait try type until ' +\n      'use var where while with xor',\n    meta:\n      'iso val tag trn box ref',\n    literal:\n      'this false true'\n  };\n\n  var TRIPLE_QUOTE_STRING_MODE = {\n    className: 'string',\n    begin: '\"\"\"', end: '\"\"\"',\n    relevance: 10\n  };\n\n  var QUOTE_STRING_MODE = {\n    className: 'string',\n    begin: '\"', end: '\"',\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n\n  var SINGLE_QUOTE_CHAR_MODE = {\n    className: 'string',\n    begin: '\\'', end: '\\'',\n    contains: [hljs.BACKSLASH_ESCAPE],\n    relevance: 0\n  };\n\n  var TYPE_NAME = {\n    className: 'type',\n    begin: '\\\\b_?[A-Z][\\\\w]*',\n    relevance: 0\n  };\n\n  var PRIMED_NAME = {\n    begin: hljs.IDENT_RE + '\\'', relevance: 0\n  };\n\n  var CLASS = {\n    className: 'class',\n    beginKeywords: 'class actor', end: '$',\n    contains: [\n      hljs.TITLE_MODE,\n      hljs.C_LINE_COMMENT_MODE\n    ]\n  }\n\n  var FUNCTION = {\n    className: 'function',\n    beginKeywords: 'new fun', end: '=>',\n    contains: [\n      hljs.TITLE_MODE,\n      {\n        begin: /\\(/, end: /\\)/,\n        contains: [\n          TYPE_NAME,\n          PRIMED_NAME,\n          hljs.C_NUMBER_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        begin: /:/, endsWithParent: true,\n        contains: [TYPE_NAME]\n      },\n      hljs.C_LINE_COMMENT_MODE\n    ]\n  }\n\n  return {\n    keywords: KEYWORDS,\n    contains: [\n      CLASS,\n      FUNCTION,\n      TYPE_NAME,\n      TRIPLE_QUOTE_STRING_MODE,\n      QUOTE_STRING_MODE,\n      SINGLE_QUOTE_CHAR_MODE,\n      PRIMED_NAME,\n      hljs.C_NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BACKTICK_ESCAPE = {\n    begin: '`[\\\\s\\\\S]',\n    relevance: 0\n  };\n  var VAR = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$[\\w\\d][\\w\\d_:]*/}\n    ]\n  };\n  var LITERAL = {\n    className: 'literal',\n    begin: /\\$(null|true|false)\\b/\n  };\n  var QUOTE_STRING = {\n    className: 'string',\n    variants: [\n      { begin: /\"/, end: /\"/ },\n      { begin: /@\"/, end: /^\"@/ }\n    ],\n    contains: [\n      BACKTICK_ESCAPE,\n      VAR,\n      {\n        className: 'variable',\n        begin: /\\$[A-z]/, end: /[^A-z]/\n      }\n    ]\n  };\n  var APOS_STRING = {\n    className: 'string',\n    variants: [\n      { begin: /'/, end: /'/ },\n      { begin: /@'/, end: /^'@/ }\n    ]\n  };\n\n  var PS_HELPTAGS = {\n    className: 'doctag',\n    variants: [\n      /* no paramater help tags */ \n      { begin: /\\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/ },\n      /* one parameter help tags */\n      { begin: /\\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\\s+\\S+/ }\n    ]\n  };\n  var PS_COMMENT = hljs.inherit(\n    hljs.COMMENT(null, null),\n    {\n      variants: [\n        /* single-line comment */\n        { begin: /#/, end: /$/ },\n        /* multi-line comment */\n        { begin: /<#/, end: /#>/ }\n      ],\n      contains: [PS_HELPTAGS]\n    }\n  );\n\n  return {\n    aliases: ['ps'],\n    lexemes: /-?[A-z\\.\\-]+/,\n    case_insensitive: true,\n    keywords: {\n      keyword: 'if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch',\n      built_in: 'Add-Computer Add-Content Add-History Add-JobTrigger Add-Member Add-PSSnapin Add-Type Checkpoint-Computer Clear-Content Clear-EventLog Clear-History Clear-Host Clear-Item Clear-ItemProperty Clear-Variable Compare-Object Complete-Transaction Connect-PSSession Connect-WSMan Convert-Path ConvertFrom-Csv ConvertFrom-Json ConvertFrom-SecureString ConvertFrom-StringData ConvertTo-Csv ConvertTo-Html ConvertTo-Json ConvertTo-SecureString ConvertTo-Xml Copy-Item Copy-ItemProperty Debug-Process Disable-ComputerRestore Disable-JobTrigger Disable-PSBreakpoint Disable-PSRemoting Disable-PSSessionConfiguration Disable-WSManCredSSP Disconnect-PSSession Disconnect-WSMan Disable-ScheduledJob Enable-ComputerRestore Enable-JobTrigger Enable-PSBreakpoint Enable-PSRemoting Enable-PSSessionConfiguration Enable-ScheduledJob Enable-WSManCredSSP Enter-PSSession Exit-PSSession Export-Alias Export-Clixml Export-Console Export-Counter Export-Csv Export-FormatData Export-ModuleMember Export-PSSession ForEach-Object Format-Custom Format-List Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command Get-ComputerRestorePoint Get-Content Get-ControlPanelItem Get-Counter Get-Credential Get-Culture Get-Date Get-Event Get-EventLog Get-EventSubscriber Get-ExecutionPolicy Get-FormatData Get-Host Get-HotFix Get-Help Get-History Get-IseSnippet Get-Item Get-ItemProperty Get-Job Get-JobTrigger Get-Location Get-Member Get-Module Get-PfxCertificate Get-Process Get-PSBreakpoint Get-PSCallStack Get-PSDrive Get-PSProvider Get-PSSession Get-PSSessionConfiguration Get-PSSnapin Get-Random Get-ScheduledJob Get-ScheduledJobOption Get-Service Get-TraceSource Get-Transaction Get-TypeData Get-UICulture Get-Unique Get-Variable Get-Verb Get-WinEvent Get-WmiObject Get-WSManCredSSP Get-WSManInstance Group-Object Import-Alias Import-Clixml Import-Counter Import-Csv Import-IseSnippet Import-LocalizedData Import-PSSession Import-Module Invoke-AsWorkflow Invoke-Command Invoke-Expression Invoke-History Invoke-Item Invoke-RestMethod Invoke-WebRequest Invoke-WmiMethod Invoke-WSManAction Join-Path Limit-EventLog Measure-Command Measure-Object Move-Item Move-ItemProperty New-Alias New-Event New-EventLog New-IseSnippet New-Item New-ItemProperty New-JobTrigger New-Object New-Module New-ModuleManifest New-PSDrive New-PSSession New-PSSessionConfigurationFile New-PSSessionOption New-PSTransportOption New-PSWorkflowExecutionOption New-PSWorkflowSession New-ScheduledJobOption New-Service New-TimeSpan New-Variable New-WebServiceProxy New-WinEvent New-WSManInstance New-WSManSessionOption Out-Default Out-File Out-GridView Out-Host Out-Null Out-Printer Out-String Pop-Location Push-Location Read-Host Receive-Job Register-EngineEvent Register-ObjectEvent Register-PSSessionConfiguration Register-ScheduledJob Register-WmiEvent Remove-Computer Remove-Event Remove-EventLog Remove-Item Remove-ItemProperty Remove-Job Remove-JobTrigger Remove-Module Remove-PSBreakpoint Remove-PSDrive Remove-PSSession Remove-PSSnapin Remove-TypeData Remove-Variable Remove-WmiObject Remove-WSManInstance Rename-Computer Rename-Item Rename-ItemProperty Reset-ComputerMachinePassword Resolve-Path Restart-Computer Restart-Service Restore-Computer Resume-Job Resume-Service Save-Help Select-Object Select-String Select-Xml Send-MailMessage Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-JobTrigger Set-Location Set-PSBreakpoint Set-PSDebug Set-PSSessionConfiguration Set-ScheduledJob Set-ScheduledJobOption Set-Service Set-StrictMode Set-TraceSource Set-Variable Set-WmiInstance Set-WSManInstance Set-WSManQuickConfig Show-Command Show-ControlPanelItem Show-EventLog Sort-Object Split-Path Start-Job Start-Process Start-Service Start-Sleep Start-Transaction Start-Transcript Stop-Computer Stop-Job Stop-Process Stop-Service Stop-Transcript Suspend-Job Suspend-Service Tee-Object Test-ComputerSecureChannel Test-Connection Test-ModuleManifest Test-Path Test-PSSessionConfigurationFile Trace-Command Unblock-File Undo-Transaction Unregister-Event Unregister-PSSessionConfiguration Unregister-ScheduledJob Update-FormatData Update-Help Update-List Update-TypeData Use-Transaction Wait-Event Wait-Job Wait-Process Where-Object Write-Debug Write-Error Write-EventLog Write-Host Write-Output Write-Progress Write-Verbose Write-Warning Add-MDTPersistentDrive Disable-MDTMonitorService Enable-MDTMonitorService Get-MDTDeploymentShareStatistics Get-MDTMonitorData Get-MDTOperatingSystemCatalog Get-MDTPersistentDrive Import-MDTApplication Import-MDTDriver Import-MDTOperatingSystem Import-MDTPackage Import-MDTTaskSequence New-MDTDatabase Remove-MDTMonitorData Remove-MDTPersistentDrive Restore-MDTPersistentDrive Set-MDTMonitorData Test-MDTDeploymentShare Test-MDTMonitorData Update-MDTDatabaseSchema Update-MDTDeploymentShare Update-MDTLinkedDS Update-MDTMedia Update-MDTMedia Add-VamtProductKey Export-VamtData Find-VamtManagedMachine Get-VamtConfirmationId Get-VamtProduct Get-VamtProductKey Import-VamtData Initialize-VamtData Install-VamtConfirmationId Install-VamtProductActivation Install-VamtProductKey Update-VamtProduct',\n      nomarkup: '-ne -eq -lt -gt -ge -le -not -like -notlike -match -notmatch -contains -notcontains -in -notin -replace'\n    },\n    contains: [\n      BACKTICK_ESCAPE,\n      hljs.NUMBER_MODE,\n      QUOTE_STRING,\n      APOS_STRING,\n      LITERAL,\n      VAR,\n      PS_COMMENT\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword: 'BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color ' +\n        'double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject ' +\n        'Object StringDict StringList Table TableRow XML ' +\n        // Java keywords\n        'false synchronized int abstract float private char boolean static null if const ' +\n        'for true while long throw strictfp finally protected import native final return void ' +\n        'enum else break transient new catch instanceof byte super volatile case assert short ' +\n        'package default double public try this switch continue throws protected public private',\n      literal: 'P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI',\n      title: 'setup draw',\n      built_in: 'displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key ' +\n        'keyCode pixels focused frameCount frameRate height width ' +\n        'size createGraphics beginDraw createShape loadShape PShape arc ellipse line point ' +\n        'quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint ' +\n        'curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex ' +\n        'endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap ' +\n        'strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased ' +\n        'mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour ' +\n        'millis minute month second year background clear colorMode fill noFill noStroke stroke alpha ' +\n        'blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY ' +\n        'screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ' +\n        'ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle ' +\n        'pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf ' +\n        'nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset ' +\n        'box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings ' +\n        'loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput ' +\n        'createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings ' +\n        'saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale ' +\n        'shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal ' +\n        'pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap ' +\n        'blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont ' +\n        'loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil ' +\n        'constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees ' +\n        'radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed'\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      hljs.C_NUMBER_MODE,\n      {\n        begin: '[a-zA-Z_][\\\\da-zA-Z_]+\\\\.[\\\\da-zA-Z_]{1,3}', end: ':',\n        excludeEnd: true\n      },\n      {\n        begin: '(ncalls|tottime|cumtime)', end: '$',\n        keywords: 'ncalls tottime|10 cumtime|10 filename',\n        relevance: 10\n      },\n      {\n        begin: 'function calls', end: '$',\n        contains: [hljs.C_NUMBER_MODE],\n        relevance: 10\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\\\(', end: '\\\\)$',\n        excludeBegin: true, excludeEnd: true,\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n  var ATOM = {\n\n    begin: /[a-z][A-Za-z0-9_]*/,\n    relevance: 0\n  };\n\n  var VAR = {\n\n    className: 'symbol',\n    variants: [\n      {begin: /[A-Z][a-zA-Z0-9_]*/},\n      {begin: /_[A-Za-z0-9_]*/},\n    ],\n    relevance: 0\n  };\n\n  var PARENTED = {\n\n    begin: /\\(/,\n    end: /\\)/,\n    relevance: 0\n  };\n\n  var LIST = {\n\n    begin: /\\[/,\n    end: /\\]/\n  };\n\n  var LINE_COMMENT = {\n\n    className: 'comment',\n    begin: /%/, end: /$/,\n    contains: [hljs.PHRASAL_WORDS_MODE]\n  };\n\n  var BACKTICK_STRING = {\n\n    className: 'string',\n    begin: /`/, end: /`/,\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n\n  var CHAR_CODE = {\n\n    className: 'string', // 0'a etc.\n    begin: /0\\'(\\\\\\'|.)/\n  };\n\n  var SPACE_CODE = {\n\n    className: 'string',\n    begin: /0\\'\\\\s/ // 0'\\s\n  };\n\n  var PRED_OP = { // relevance booster\n    begin: /:-/\n  };\n\n  var inner = [\n\n    ATOM,\n    VAR,\n    PARENTED,\n    PRED_OP,\n    LIST,\n    LINE_COMMENT,\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.QUOTE_STRING_MODE,\n    hljs.APOS_STRING_MODE,\n    BACKTICK_STRING,\n    CHAR_CODE,\n    SPACE_CODE,\n    hljs.C_NUMBER_MODE\n  ];\n\n  PARENTED.contains = inner;\n  LIST.contains = inner;\n\n  return {\n    contains: inner.concat([\n      {begin: /\\.$/} // relevance booster\n    ])\n  };\n};","module.exports = function(hljs) {\n\n  // whitespaces: space, tab, formfeed\n  var WS0 = '[ \\\\t\\\\f]*';\n  var WS1 = '[ \\\\t\\\\f]+';\n  // delimiter\n  var DELIM = '(' + WS0+'[:=]'+WS0+ '|' + WS1 + ')';\n  var KEY_ALPHANUM = '([^\\\\\\\\\\\\W:= \\\\t\\\\f\\\\n]|\\\\\\\\.)+';\n  var KEY_OTHER = '([^\\\\\\\\:= \\\\t\\\\f\\\\n]|\\\\\\\\.)+';\n\n  var DELIM_AND_VALUE = {\n          // skip DELIM\n          end: DELIM,\n          relevance: 0,\n          starts: {\n            // value: everything until end of line (again, taking into account backslashes)\n            className: 'string',\n            end: /$/,\n            relevance: 0,\n            contains: [\n              { begin: '\\\\\\\\\\\\n' }\n            ]\n          }\n        };\n\n  return {\n    case_insensitive: true,\n    illegal: /\\S/,\n    contains: [\n      hljs.COMMENT('^\\\\s*[!#]', '$'),\n      // key: everything until whitespace or = or : (taking into account backslashes)\n      // case of a \"normal\" key\n      {\n        begin: KEY_ALPHANUM + DELIM,\n        returnBegin: true,\n        contains: [\n          {\n            className: 'attr',\n            begin: KEY_ALPHANUM,\n            endsParent: true,\n            relevance: 0\n          }\n        ],\n        starts: DELIM_AND_VALUE\n      },\n      // case of key containing non-alphanumeric chars => relevance = 0\n      {\n        begin: KEY_OTHER + DELIM,\n        returnBegin: true,\n        relevance: 0,\n        contains: [\n          {\n            className: 'meta',\n            begin: KEY_OTHER,\n            endsParent: true,\n            relevance: 0\n          }\n        ],\n        starts: DELIM_AND_VALUE\n      },\n      // case of an empty key\n      {\n        className: 'attr',\n        relevance: 0,\n        begin: KEY_OTHER + WS0 + '$'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword: 'package import option optional required repeated group oneof',\n      built_in: 'double float int32 int64 uint32 uint64 sint32 sint64 ' +\n        'fixed32 fixed64 sfixed32 sfixed64 bool string bytes',\n      literal: 'true false'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'message enum service', end: /\\{/,\n        illegal: /\\n/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n          })\n        ]\n      },\n      {\n        className: 'function',\n        beginKeywords: 'rpc',\n        end: /;/, excludeEnd: true,\n        keywords: 'rpc returns'\n      },\n      {\n        begin: /^\\s*[A-Z_]+/,\n        end: /\\s*=/, excludeEnd: true\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n  var PUPPET_KEYWORDS = {\n    keyword:\n    /* language keywords */\n      'and case default else elsif false if in import enherits node or true undef unless main settings $string ',\n    literal:\n    /* metaparameters */\n      'alias audit before loglevel noop require subscribe tag ' +\n    /* normal attributes */\n      'owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check ' +\n      'en_address ip_address realname command environment hour monute month monthday special target weekday '+\n      'creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore ' +\n      'links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source ' +\n      'souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid '+\n      'ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel ' +\n      'native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options ' +\n      'device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use ' +\n      'message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform ' +\n      'responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running ' +\n      'start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age ' +\n      'password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled ' +\n      'enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist ' +\n      'priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey ' +\n      'sslverify mounted',\n    built_in:\n    /* core facts */\n      'architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers ' +\n      'domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces '+\n      'ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion ' +\n      'kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease ' +\n      'lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major ' +\n      'macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease '+\n      'operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion '+\n      'rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced '+\n      'selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime '+\n      'uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version'\n  };\n\n  var COMMENT = hljs.COMMENT('#', '$');\n\n  var IDENT_RE = '([A-Za-z_]|::)(\\\\w|::)*';\n\n  var TITLE = hljs.inherit(hljs.TITLE_MODE, {begin: IDENT_RE});\n\n  var VARIABLE = {className: 'variable', begin: '\\\\$' + IDENT_RE};\n\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, VARIABLE],\n    variants: [\n      {begin: /'/, end: /'/},\n      {begin: /\"/, end: /\"/}\n    ]\n  };\n\n  return {\n    aliases: ['pp'],\n    contains: [\n      COMMENT,\n      VARIABLE,\n      STRING,\n      {\n        beginKeywords: 'class', end: '\\\\{|;',\n        illegal: /=/,\n        contains: [TITLE, COMMENT]\n      },\n      {\n        beginKeywords: 'define', end: /\\{/,\n        contains: [\n          {\n            className: 'section', begin: hljs.IDENT_RE, endsParent: true\n          }\n        ]\n      },\n      {\n        begin: hljs.IDENT_RE + '\\\\s+\\\\{', returnBegin: true,\n        end: /\\S/,\n        contains: [\n          {\n            className: 'keyword',\n            begin: hljs.IDENT_RE\n          },\n          {\n            begin: /\\{/, end: /\\}/,\n            keywords: PUPPET_KEYWORDS,\n            relevance: 0,\n            contains: [\n              STRING,\n              COMMENT,\n              {\n                begin:'[a-zA-Z_]+\\\\s*=>',\n                returnBegin: true, end: '=>',\n                contains: [\n                  {\n                    className: 'attr',\n                    begin: hljs.IDENT_RE,\n                  }\n                ]\n              },\n              {\n                className: 'number',\n                begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n                relevance: 0\n              },\n              VARIABLE\n            ]\n          }\n        ],\n        relevance: 0\n      }\n    ]\n  }\n};","module.exports = // Base deafult colors in PB IDE: background: #FFFFDF; foreground: #000000;\n\nfunction(hljs) {\n  var STRINGS = { // PB IDE color: #0080FF (Azure Radiance)\n    className: 'string',\n    begin: '(~)?\"', end: '\"',\n    illegal: '\\\\n'\n  };\n  var CONSTANTS = { // PB IDE color: #924B72 (Cannon Pink)\n    //  \"#\" + a letter or underscore + letters, digits or underscores + (optional) \"$\"\n    className: 'symbol',\n    begin: '#[a-zA-Z_]\\\\w*\\\\$?'\n  };\n\n  return {\n    aliases: ['pb', 'pbi'],\n    keywords: // PB IDE color: #006666 (Blue Stone) + Bold\n      // The following keywords list was taken and adapted from GuShH's PureBasic language file for GeSHi...\n      'And As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerEndIf CompilerEndSelect ' +\n      'CompilerError CompilerIf CompilerSelect Continue Data DataSection EndDataSection Debug DebugLevel ' +\n      'Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM ' +\n      'EnableDebugger EnableExplicit End EndEnumeration EndIf EndImport EndInterface EndMacro EndProcedure ' +\n      'EndSelect EndStructure EndStructureUnion EndWith Enumeration Extends FakeReturn For Next ForEach ' +\n      'ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface Macro ' +\n      'NewList Not Or ProcedureReturn Protected Prototype ' +\n      'PrototypeC Read ReDim Repeat Until Restore Return Select Shared Static Step Structure StructureUnion ' +\n      'Swap To Wend While With XIncludeFile XOr ' +\n      'Procedure ProcedureC ProcedureCDLL ProcedureDLL Declare DeclareC DeclareCDLL DeclareDLL',\n    contains: [\n      // COMMENTS | PB IDE color: #00AAAA (Persian Green)\n      hljs.COMMENT(';', '$', {relevance: 0}),\n\n      { // PROCEDURES DEFINITIONS\n        className: 'function',\n        begin: '\\\\b(Procedure|Declare)(C|CDLL|DLL)?\\\\b',\n        end: '\\\\(',\n        excludeEnd: true,\n        returnBegin: true,\n        contains: [\n          { // PROCEDURE KEYWORDS | PB IDE color: #006666 (Blue Stone) + Bold\n            className: 'keyword',\n            begin: '(Procedure|Declare)(C|CDLL|DLL)?',\n            excludeEnd: true\n          },\n          { // PROCEDURE RETURN TYPE SETTING | PB IDE color: #000000 (Black)\n            className: 'type',\n            begin: '\\\\.\\\\w*'\n            // end: ' ',\n          },\n          hljs.UNDERSCORE_TITLE_MODE // PROCEDURE NAME | PB IDE color: #006666 (Blue Stone)\n        ]\n      },\n      STRINGS,\n      CONSTANTS\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      'and elif is global as in if from raise for except finally print import pass return ' +\n      'exec else break not with class assert yield try while continue del or def lambda ' +\n      'async await nonlocal|10 None True False',\n    built_in:\n      'Ellipsis NotImplemented'\n  };\n  var PROMPT = {\n    className: 'meta',  begin: /^(>>>|\\.\\.\\.) /\n  };\n  var SUBST = {\n    className: 'subst',\n    begin: /\\{/, end: /\\}/,\n    keywords: KEYWORDS,\n    illegal: /#/\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE],\n    variants: [\n      {\n        begin: /(u|b)?r?'''/, end: /'''/,\n        contains: [hljs.BACKSLASH_ESCAPE, PROMPT],\n        relevance: 10\n      },\n      {\n        begin: /(u|b)?r?\"\"\"/, end: /\"\"\"/,\n        contains: [hljs.BACKSLASH_ESCAPE, PROMPT],\n        relevance: 10\n      },\n      {\n        begin: /(fr|rf|f)'''/, end: /'''/,\n        contains: [hljs.BACKSLASH_ESCAPE, PROMPT, SUBST]\n      },\n      {\n        begin: /(fr|rf|f)\"\"\"/, end: /\"\"\"/,\n        contains: [hljs.BACKSLASH_ESCAPE, PROMPT, SUBST]\n      },\n      {\n        begin: /(u|r|ur)'/, end: /'/,\n        relevance: 10\n      },\n      {\n        begin: /(u|r|ur)\"/, end: /\"/,\n        relevance: 10\n      },\n      {\n        begin: /(b|br)'/, end: /'/\n      },\n      {\n        begin: /(b|br)\"/, end: /\"/\n      },\n      {\n        begin: /(fr|rf|f)'/, end: /'/,\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        begin: /(fr|rf|f)\"/, end: /\"/,\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n  var NUMBER = {\n    className: 'number', relevance: 0,\n    variants: [\n      {begin: hljs.BINARY_NUMBER_RE + '[lLjJ]?'},\n      {begin: '\\\\b(0o[0-7]+)[lLjJ]?'},\n      {begin: hljs.C_NUMBER_RE + '[lLjJ]?'}\n    ]\n  };\n  var PARAMS = {\n    className: 'params',\n    begin: /\\(/, end: /\\)/,\n    contains: ['self', PROMPT, NUMBER, STRING]\n  };\n  SUBST.contains = [STRING, NUMBER, PROMPT];\n  return {\n    aliases: ['py', 'gyp'],\n    keywords: KEYWORDS,\n    illegal: /(<\\/|->|\\?)|=>/,\n    contains: [\n      PROMPT,\n      NUMBER,\n      STRING,\n      hljs.HASH_COMMENT_MODE,\n      {\n        variants: [\n          {className: 'function', beginKeywords: 'def'},\n          {className: 'class', beginKeywords: 'class'}\n        ],\n        end: /:/,\n        illegal: /[${=;\\n,]/,\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          PARAMS,\n          {\n            begin: /->/, endsWithParent: true,\n            keywords: 'None'\n          }\n        ]\n      },\n      {\n        className: 'meta',\n        begin: /^[\\t ]*@/, end: /$/\n      },\n      {\n        begin: /\\b(print|exec)\\(/ // don’t highlight keywords-turned-functions in Python 3\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var Q_KEYWORDS = {\n  keyword:\n    'do while select delete by update from',\n  literal:\n    '0b 1b',\n  built_in:\n    'neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum',\n  type:\n    '`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid'\n  };\n  return {\n  aliases:['k', 'kdb'],\n  keywords: Q_KEYWORDS,\n  lexemes: /(`?)[A-Za-z0-9_]+\\b/,\n  contains: [\n  hljs.C_LINE_COMMENT_MODE,\n    hljs.QUOTE_STRING_MODE,\n    hljs.C_NUMBER_MODE\n     ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n      keyword:\n        'in of on if for while finally var new function do return void else break catch ' +\n        'instanceof with throw case default try this switch continue typeof delete ' +\n        'let yield const export super debugger as async await import',\n      literal:\n        'true false null undefined NaN Infinity',\n      built_in:\n        'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent ' +\n        'encodeURI encodeURIComponent escape unescape Object Function Boolean Error ' +\n        'EvalError InternalError RangeError ReferenceError StopIteration SyntaxError ' +\n        'TypeError URIError Number Math Date String RegExp Array Float32Array ' +\n        'Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array ' +\n        'Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require ' +\n        'module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect ' +\n        'Behavior bool color coordinate date double enumeration font geocircle georectangle ' +\n        'geoshape int list matrix4x4 parent point quaternion real rect ' +\n        'size string url variant vector2d vector3d vector4d' +\n        'Promise'\n    };\n\n  var QML_IDENT_RE = '[a-zA-Z_][a-zA-Z0-9\\\\._]*';\n\n  // Isolate property statements. Ends at a :, =, ;, ,, a comment or end of line.\n  // Use property class.\n  var PROPERTY = {\n      className: 'keyword',\n      begin: '\\\\bproperty\\\\b',\n      starts: {\n        className: 'string',\n        end: '(:|=|;|,|//|/\\\\*|$)',\n        returnEnd: true\n      }\n  };\n\n  // Isolate signal statements. Ends at a ) a comment or end of line.\n  // Use property class.\n  var SIGNAL = {\n      className: 'keyword',\n      begin: '\\\\bsignal\\\\b',\n      starts: {\n        className: 'string',\n        end: '(\\\\(|:|=|;|,|//|/\\\\*|$)',\n        returnEnd: true\n      }\n  };\n\n  // id: is special in QML. When we see id: we want to mark the id: as attribute and\n  // emphasize the token following.\n  var ID_ID = {\n      className: 'attribute',\n      begin: '\\\\bid\\\\s*:',\n      starts: {\n        className: 'string',\n        end: QML_IDENT_RE,\n        returnEnd: false\n      }\n  };\n\n  // Find QML object attribute. An attribute is a QML identifier followed by :.\n  // Unfortunately it's hard to know where it ends, as it may contain scalars,\n  // objects, object definitions, or javascript. The true end is either when the parent\n  // ends or the next attribute is detected.\n  var QML_ATTRIBUTE = {\n    begin: QML_IDENT_RE + '\\\\s*:',\n    returnBegin: true,\n    contains: [\n      {\n        className: 'attribute',\n        begin: QML_IDENT_RE,\n        end: '\\\\s*:',\n        excludeEnd: true,\n        relevance: 0\n      }\n    ],\n    relevance: 0\n  };\n\n  // Find QML object. A QML object is a QML identifier followed by { and ends at the matching }.\n  // All we really care about is finding IDENT followed by { and just mark up the IDENT and ignore the {.\n  var QML_OBJECT = {\n    begin: QML_IDENT_RE + '\\\\s*{', end: '{',\n    returnBegin: true,\n    relevance: 0,\n    contains: [\n      hljs.inherit(hljs.TITLE_MODE, {begin: QML_IDENT_RE})\n    ]\n  };\n\n  return {\n    aliases: ['qt'],\n    case_insensitive: false,\n    keywords: KEYWORDS,\n    contains: [\n      {\n        className: 'meta',\n        begin: /^\\s*['\"]use (strict|asm)['\"]/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      { // template string\n        className: 'string',\n        begin: '`', end: '`',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {\n            className: 'subst',\n            begin: '\\\\$\\\\{', end: '\\\\}'\n          }\n        ]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'number',\n        variants: [\n          { begin: '\\\\b(0[bB][01]+)' },\n          { begin: '\\\\b(0[oO][0-7]+)' },\n          { begin: hljs.C_NUMBER_RE }\n        ],\n        relevance: 0\n      },\n      { // \"value\" container\n        begin: '(' + hljs.RE_STARTERS_RE + '|\\\\b(case|return|throw)\\\\b)\\\\s*',\n        keywords: 'return throw case',\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.REGEXP_MODE,\n          { // E4X / JSX\n            begin: /</, end: />\\s*[);\\]]/,\n            relevance: 0,\n            subLanguage: 'xml'\n          }\n        ],\n        relevance: 0\n      },\n      SIGNAL,\n      PROPERTY,\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /\\{/, excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: /[A-Za-z$_][0-9A-Za-z$_]*/}),\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            excludeBegin: true,\n            excludeEnd: true,\n            contains: [\n              hljs.C_LINE_COMMENT_MODE,\n              hljs.C_BLOCK_COMMENT_MODE\n            ]\n          }\n        ],\n        illegal: /\\[|%/\n      },\n      {\n        begin: '\\\\.' + hljs.IDENT_RE, relevance: 0 // hack: prevents detection of keywords after dots\n      },\n      ID_ID,\n      QML_ATTRIBUTE,\n      QML_OBJECT\n    ],\n    illegal: /#/\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '([a-zA-Z]|\\\\.[a-zA-Z.])[a-zA-Z0-9._]*';\n\n  return {\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {\n        begin: IDENT_RE,\n        lexemes: IDENT_RE,\n        keywords: {\n          keyword:\n            'function if in break next repeat else for return switch while try tryCatch ' +\n            'stop warning require library attach detach source setMethod setGeneric ' +\n            'setGroupGeneric setClass ...',\n          literal:\n            'NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 ' +\n            'NA_complex_|10'\n        },\n        relevance: 0\n      },\n      {\n        // hex value\n        className: 'number',\n        begin: \"0[xX][0-9a-fA-F]+[Li]?\\\\b\",\n        relevance: 0\n      },\n      {\n        // explicit integer\n        className: 'number',\n        begin: \"\\\\d+(?:[eE][+\\\\-]?\\\\d*)?L\\\\b\",\n        relevance: 0\n      },\n      {\n        // number with trailing decimal\n        className: 'number',\n        begin: \"\\\\d+\\\\.(?!\\\\d)(?:i\\\\b)?\",\n        relevance: 0\n      },\n      {\n        // number\n        className: 'number',\n        begin: \"\\\\d+(?:\\\\.\\\\d*)?(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",\n        relevance: 0\n      },\n      {\n        // number with leading decimal\n        className: 'number',\n        begin: \"\\\\.\\\\d+(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",\n        relevance: 0\n      },\n\n      {\n        // escaped identifier\n        begin: '`',\n        end: '`',\n        relevance: 0\n      },\n\n      {\n        className: 'string',\n        contains: [hljs.BACKSLASH_ESCAPE],\n        variants: [\n          {begin: '\"', end: '\"'},\n          {begin: \"'\", end: \"'\"}\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  function orReValues(ops){\n    return ops\n    .map(function(op) {\n      return op\n        .split('')\n        .map(function(char) {\n          return '\\\\' + char;\n        })\n        .join('');\n    })\n    .join('|');\n  }\n\n  var RE_IDENT = '~?[a-z$_][0-9a-zA-Z$_]*';\n  var RE_MODULE_IDENT = '`?[A-Z$_][0-9a-zA-Z$_]*';\n\n  var RE_PARAM_TYPEPARAM = '\\'?[a-z$_][0-9a-z$_]*';\n  var RE_PARAM_TYPE = '\\s*:\\s*[a-z$_][0-9a-z$_]*(\\(\\s*(' + RE_PARAM_TYPEPARAM + '\\s*(,' + RE_PARAM_TYPEPARAM + ')*)?\\s*\\))?';\n  var RE_PARAM = RE_IDENT + '(' + RE_PARAM_TYPE + ')?(' + RE_PARAM_TYPE + ')?';\n  var RE_OPERATOR = \"(\" + orReValues(['||', '&&', '++', '**', '+.', '*', '/', '*.', '/.', '...', '|>']) + \"|==|===)\";\n  var RE_OPERATOR_SPACED = \"\\\\s+\" + RE_OPERATOR + \"\\\\s+\";\n\n  var KEYWORDS = {\n    keyword:\n      'and as asr assert begin class constraint do done downto else end exception external' +\n      'for fun function functor if in include inherit initializer' +\n      'land lazy let lor lsl lsr lxor match method mod module mutable new nonrec' +\n      'object of open or private rec sig struct then to try type val virtual when while with',\n    built_in:\n      'array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit ',\n    literal:\n      'true false'\n  };\n\n  var RE_NUMBER = '\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|' +\n    '0[oO][0-7_]+[Lln]?|' +\n    '0[bB][01_]+[Lln]?|' +\n    '[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)';\n\n  var NUMBER_MODE = {\n    className: 'number',\n    relevance: 0,\n    variants: [\n      {\n        begin: RE_NUMBER\n      },\n      {\n        begin: '\\\\(\\\\-' + RE_NUMBER + '\\\\)'\n      }\n    ]\n  };\n\n  var OPERATOR_MODE = {\n    className: 'operator',\n    relevance: 0,\n    begin: RE_OPERATOR\n  };\n  var LIST_CONTENTS_MODES = [\n    {\n      className: 'identifier',\n      relevance: 0,\n      begin: RE_IDENT\n    },\n    OPERATOR_MODE,\n    NUMBER_MODE\n  ];\n\n  var MODULE_ACCESS_CONTENTS = [\n    hljs.QUOTE_STRING_MODE,\n    OPERATOR_MODE,\n    {\n      className: 'module',\n      begin: \"\\\\b\" + RE_MODULE_IDENT, returnBegin: true,\n      end: \"\\.\",\n      contains: [\n        {\n          className: 'identifier',\n          begin: RE_MODULE_IDENT,\n          relevance: 0\n        }\n      ]\n    }\n  ];\n\n  var PARAMS_CONTENTS = [\n    {\n      className: 'module',\n      begin: \"\\\\b\" + RE_MODULE_IDENT, returnBegin: true,\n      end: \"\\.\",\n      relevance: 0,\n      contains: [\n        {\n          className: 'identifier',\n          begin: RE_MODULE_IDENT,\n          relevance: 0\n        }\n      ]\n    }\n  ];\n\n  var PARAMS_MODE = {\n    begin: RE_IDENT,\n    end: '(,|\\\\n|\\\\))',\n    relevance: 0,\n    contains: [\n      OPERATOR_MODE,\n      {\n        className: 'typing',\n        begin: ':',\n        end: '(,|\\\\n)',\n        returnBegin: true,\n        relevance: 0,\n        contains: PARAMS_CONTENTS\n      }\n    ]\n  };\n\n  var FUNCTION_BLOCK_MODE = {\n    className: 'function',\n    relevance: 0,\n    keywords: KEYWORDS,\n    variants: [\n      {\n        begin: '\\\\s(\\\\(\\\\.?.*?\\\\)|' + RE_IDENT + ')\\\\s*=>',\n        end: '\\\\s*=>',\n        returnBegin: true,\n        relevance: 0,\n        contains: [\n          {\n            className: 'params',\n            variants: [\n              {\n                begin: RE_IDENT\n              },\n              {\n                begin: RE_PARAM\n              },\n              {\n                begin: /\\(\\s*\\)/,\n              }\n            ]\n          }\n        ]\n      },\n      {\n        begin: '\\\\s\\\\(\\\\.?[^;\\\\|]*\\\\)\\\\s*=>',\n        end: '\\\\s=>',\n        returnBegin: true,\n        relevance: 0,\n        contains: [\n          {\n            className: 'params',\n            relevance: 0,\n            variants: [\n              PARAMS_MODE\n            ]\n          }\n        ]\n      },\n      {\n        begin: '\\\\(\\\\.\\\\s' + RE_IDENT + '\\\\)\\\\s*=>'\n      }\n    ]\n  };\n  MODULE_ACCESS_CONTENTS.push(FUNCTION_BLOCK_MODE);\n\n  var CONSTRUCTOR_MODE = {\n    className: 'constructor',\n    begin: RE_MODULE_IDENT + '\\\\(',\n    end: '\\\\)',\n    illegal: '\\\\n',\n    keywords: KEYWORDS,\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      OPERATOR_MODE,\n      {\n        className: 'params',\n        begin: '\\\\b' + RE_IDENT\n      }\n    ]\n  };\n\n  var PATTERN_MATCH_BLOCK_MODE = {\n    className: 'pattern-match',\n    begin: '\\\\|',\n    returnBegin: true,\n    keywords: KEYWORDS,\n    end: '=>',\n    relevance: 0,\n    contains: [\n      CONSTRUCTOR_MODE,\n      OPERATOR_MODE,\n      {\n        relevance: 0,\n        className: 'constructor',\n        begin: RE_MODULE_IDENT\n      }\n    ]\n  };\n\n  var MODULE_ACCESS_MODE = {\n    className: 'module-access',\n    keywords: KEYWORDS,\n    returnBegin: true,\n    variants: [\n      {\n        begin: \"\\\\b(\" + RE_MODULE_IDENT + \"\\\\.)+\" + RE_IDENT\n      },\n      {\n        begin: \"\\\\b(\" + RE_MODULE_IDENT + \"\\\\.)+\\\\(\",\n        end: \"\\\\)\",\n        returnBegin: true,\n        contains: [\n          FUNCTION_BLOCK_MODE,\n          {\n            begin: '\\\\(',\n            end: '\\\\)',\n            skip: true\n          }\n        ].concat(MODULE_ACCESS_CONTENTS)\n      },\n      {\n        begin: \"\\\\b(\" + RE_MODULE_IDENT + \"\\\\.)+{\",\n        end: \"}\"\n      }\n    ],\n    contains: MODULE_ACCESS_CONTENTS\n  };\n\n  PARAMS_CONTENTS.push(MODULE_ACCESS_MODE);\n\n  return {\n    aliases: ['re'],\n    keywords: KEYWORDS,\n    illegal: '(:\\\\-|:=|\\\\${|\\\\+=)',\n    contains: [\n      hljs.COMMENT('/\\\\*', '\\\\*/', { illegal: '^(\\\\#,\\\\/\\\\/)' }),\n      {\n        className: 'character',\n        begin: '\\'(\\\\\\\\[^\\']+|[^\\'])\\'',\n        illegal: '\\\\n',\n        relevance: 0\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'literal',\n        begin: '\\\\(\\\\)',\n        relevance: 0\n      },\n      {\n        className: 'literal',\n        begin: '\\\\[\\\\|',\n        end: '\\\\|\\\\]',\n        relevance:  0,\n        contains: LIST_CONTENTS_MODES\n      },\n      {\n        className: 'literal',\n        begin: '\\\\[',\n        end: '\\\\]',\n        relevance: 0,\n        contains: LIST_CONTENTS_MODES\n      },\n      CONSTRUCTOR_MODE,\n      {\n        className: 'operator',\n        begin: RE_OPERATOR_SPACED,\n        illegal: '\\\\-\\\\->',\n        relevance: 0\n      },\n      NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      PATTERN_MATCH_BLOCK_MODE,\n      FUNCTION_BLOCK_MODE,\n      {\n        className: 'module-def',\n        begin: \"\\\\bmodule\\\\s+\" + RE_IDENT + \"\\\\s+\" + RE_MODULE_IDENT + \"\\\\s+=\\\\s+{\",\n        end: \"}\",\n        returnBegin: true,\n        keywords: KEYWORDS,\n        relevance: 0,\n        contains: [\n          {\n            className: 'module',\n            relevance: 0,\n            begin: RE_MODULE_IDENT\n          },\n          {\n            begin: '{',\n            end: '}',\n            skip: true\n          }\n        ].concat(MODULE_ACCESS_CONTENTS)\n      },\n      MODULE_ACCESS_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords:\n      'ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis ' +\n      'Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone ' +\n      'CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail ' +\n      'DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format ' +\n      'FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry ' +\n      'Hider Hyperboloid Identity Illuminate Imager Interior LightSource ' +\n      'MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte ' +\n      'MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option ' +\n      'Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples ' +\n      'PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection ' +\n      'Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ' +\n      'ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere ' +\n      'SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd ' +\n      'TransformPoints Translate TrimCurve WorldBegin WorldEnd',\n    illegal: '</',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENTIFIER = '[a-zA-Z-_][^\\\\n{]+\\\\{';\n\n  var PROPERTY = {\n    className: 'attribute',\n    begin: /[a-zA-Z-_]+/, end: /\\s*:/, excludeEnd: true,\n    starts: {\n      end: ';',\n      relevance: 0,\n      contains: [\n        {\n          className: 'variable',\n          begin: /\\.[a-zA-Z-_]+/\n        },\n        {\n          className: 'keyword',\n          begin: /\\(optional\\)/\n        }\n      ]\n    }\n  };\n\n  return {\n    aliases: ['graph', 'instances'],\n    case_insensitive: true,\n    keywords: 'import',\n    contains: [\n      // Facet sections\n      {\n        begin: '^facet ' + IDENTIFIER,\n        end: '}',\n        keywords: 'facet',\n        contains: [\n          PROPERTY,\n          hljs.HASH_COMMENT_MODE\n        ]\n      },\n\n      // Instance sections\n      {\n        begin: '^\\\\s*instance of ' + IDENTIFIER,\n        end: '}',\n        keywords: 'name count channels instance-data instance-state instance of',\n        illegal: /\\S/,\n        contains: [\n          'self',\n          PROPERTY,\n          hljs.HASH_COMMENT_MODE\n        ]\n      },\n\n      // Component sections\n      {\n        begin: '^' + IDENTIFIER,\n        end: '}',\n        contains: [\n          PROPERTY,\n          hljs.HASH_COMMENT_MODE\n        ]\n      },\n\n      // Comments\n      hljs.HASH_COMMENT_MODE\n    ]\n  };\n};","module.exports = // Colors from RouterOS terminal:\n//   green        - #0E9A00\n//   teal         - #0C9A9A\n//   purple       - #99069A\n//   light-brown  - #9A9900\n\nfunction(hljs) {\n\n  var STATEMENTS = 'foreach do while for if from to step else on-error and or not in';\n\n  // Global commands: Every global command should start with \":\" token, otherwise it will be treated as variable.\n  var GLOBAL_COMMANDS = 'global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime';\n\n  // Common commands: Following commands available from most sub-menus:\n  var COMMON_COMMANDS = 'add remove enable disable set get print export edit find run debug error info warning';\n\n  var LITERALS = 'true false yes no nothing nil null';\n\n  var OBJECTS = 'traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firewall firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw';\n\n  // print parameters\n  // Several parameters are available for print command:\n  // ToDo: var PARAMETERS_PRINT = 'append as-value brief detail count-only file follow follow-only from interval terse value-list without-paging where info';\n  // ToDo: var OPERATORS = '&& and ! not || or in ~ ^ & << >> + - * /';\n  // ToDo: var TYPES = 'num number bool boolean str string ip ip6-prefix id time array';\n  // ToDo: The following tokens serve as delimiters in the grammar: ()  []  {}  :   ;   $   / \n\n  var VAR_PREFIX = 'global local set for foreach';\n\n  var VAR = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$[\\w\\d#@][\\w\\d_]*/},\n      {begin: /\\$\\{(.*?)}/}\n    ]\n  };\n  \n  var QUOTE_STRING = {\n    className: 'string',\n    begin: /\"/, end: /\"/,\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      VAR,\n      {\n        className: 'variable',\n        begin: /\\$\\(/, end: /\\)/,\n        contains: [hljs.BACKSLASH_ESCAPE]\n      }\n    ]\n  };\n  \n  var APOS_STRING = {\n    className: 'string',\n    begin: /'/, end: /'/\n  };\n  \n  var IPADDR = '((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\b';\n  var IPADDR_wBITMASK =  IPADDR+'/(3[0-2]|[1-2][0-9]|\\\\d)';\n  //////////////////////////////////////////////////////////////////////\n  return {\n    aliases: ['routeros', 'mikrotik'],\n    case_insensitive: true,\n    lexemes: /:?[\\w-]+/,\n    keywords: {\n      literal: LITERALS,\n      keyword: STATEMENTS + ' :' + STATEMENTS.split(' ').join(' :') + ' :' + GLOBAL_COMMANDS.split(' ').join(' :'),\n    },\n    contains: [\n      { // недопустимые конструкции\n        variants: [\n          { begin: /^@/, end: /$/, },               // dns\n          { begin: /\\/\\*/, end: /\\*\\//, },          // -- comment\n          { begin: /%%/, end: /$/, },               // -- comment\n          { begin: /^'/, end: /$/, },               // Monkey one line comment\n          { begin: /^\\s*\\/[\\w-]+=/, end: /$/, },    // jboss-cli\n          { begin: /\\/\\//, end: /$/, },             // Stan comment\n          { begin: /^\\[\\</, end: /\\>\\]$/, },        // F# class declaration?\n          { begin: /<\\//, end: />/, },              // HTML tags\n          { begin: /^facet /, end: /\\}/, },         // roboconf - лютый костыль )))\n          { begin: '^1\\\\.\\\\.(\\\\d+)$', end: /$/, },  // tap  \n        ],\n        illegal: /./,\n      },\n      hljs.COMMENT('^#', '$'),\n      QUOTE_STRING,\n      APOS_STRING,\n      VAR,\n      { // attribute=value\n        begin: /[\\w-]+\\=([^\\s\\{\\}\\[\\]\\(\\)]+)/, \n        relevance: 0,\n        returnBegin: true,\n        contains: [\n          {\n            className: 'attribute',\n            begin: /[^=]+/\n          },\n          {\n            begin: /=/, \n            endsWithParent:  true,\n            relevance: 0,\n            contains: [\n              QUOTE_STRING,\n              APOS_STRING,\n              VAR,\n              {\n                className: 'literal',\n                begin: '\\\\b(' + LITERALS.split(' ').join('|') + ')\\\\b',\n              },\n              /*{\n                // IPv4 addresses and subnets\n                className: 'number',\n                variants: [\n                  {begin: IPADDR_wBITMASK+'(,'+IPADDR_wBITMASK+')*'}, //192.168.0.0/24,1.2.3.0/24\n                  {begin: IPADDR+'-'+IPADDR},       // 192.168.0.1-192.168.0.3\n                  {begin: IPADDR+'(,'+IPADDR+')*'}, // 192.168.0.1,192.168.0.34,192.168.24.1,192.168.0.1\n                ]\n              }, // */\n              /*{\n                // MAC addresses and DHCP Client IDs\n                className: 'number',\n                begin: /\\b(1:)?([0-9A-Fa-f]{1,2}[:-]){5}([0-9A-Fa-f]){1,2}\\b/,\n              }, //*/\n              {\n                // Не форматировать не классифицированные значения. Необходимо для исключения подсветки значений как built_in.\n                // className: 'number',  \n                begin: /(\"[^\"]*\"|[^\\s\\{\\}\\[\\]]+)/,\n              }, //*/\n            ]\n          } //*/\n        ]\n      },//*/\n      {\n        // HEX values\n        className: 'number',\n        begin: /\\*[0-9a-fA-F]+/,\n      }, //*/\n\n      { \n        begin: '\\\\b(' + COMMON_COMMANDS.split(' ').join('|') + ')([\\\\s\\[\\(]|\\])',\n        returnBegin: true,\n        contains: [\n          {\n            className: 'builtin-name', //'function',\n            begin: /\\w+/,\n          },\n        ],  \n      },\n      \n      { \n        className: 'built_in',\n        variants: [\n          {begin: '(\\\\.\\\\./|/|\\\\s)((' + OBJECTS.split(' ').join('|') + ');?\\\\s)+',relevance: 10,},\n          {begin: /\\.\\./,},\n        ],\n      },//*/\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        'float color point normal vector matrix while for if do return else break extern continue',\n      built_in:\n        'abs acos ambient area asin atan atmosphere attribute calculatenormal ceil cellnoise ' +\n        'clamp comp concat cos degrees depth Deriv diffuse distance Du Dv environment exp ' +\n        'faceforward filterstep floor format fresnel incident length lightsource log match ' +\n        'max min mod noise normalize ntransform opposite option phong pnoise pow printf ' +\n        'ptlined radians random reflect refract renderinfo round setcomp setxcomp setycomp ' +\n        'setzcomp shadow sign sin smoothstep specular specularbrdf spline sqrt step tan ' +\n        'texture textureinfo trace transform vtransform xcomp ycomp zcomp'\n    },\n    illegal: '</',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$'\n      },\n      {\n        className: 'class',\n        beginKeywords: 'surface displacement light volume imager', end: '\\\\('\n      },\n      {\n        beginKeywords: 'illuminate illuminance gather', end: '\\\\('\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var RUBY_METHOD_RE = '[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?';\n  var RUBY_KEYWORDS = {\n    keyword:\n      'and then defined module in return redo if BEGIN retry end for self when ' +\n      'next until do begin unless END rescue else break undef not super class case ' +\n      'require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor',\n    literal:\n      'true false nil'\n  };\n  var YARDOCTAG = {\n    className: 'doctag',\n    begin: '@[A-Za-z]+'\n  };\n  var IRB_OBJECT = {\n    begin: '#<', end: '>'\n  };\n  var COMMENT_MODES = [\n    hljs.COMMENT(\n      '#',\n      '$',\n      {\n        contains: [YARDOCTAG]\n      }\n    ),\n    hljs.COMMENT(\n      '^\\\\=begin',\n      '^\\\\=end',\n      {\n        contains: [YARDOCTAG],\n        relevance: 10\n      }\n    ),\n    hljs.COMMENT('^__END__', '\\\\n$')\n  ];\n  var SUBST = {\n    className: 'subst',\n    begin: '#\\\\{', end: '}',\n    keywords: RUBY_KEYWORDS\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {begin: /'/, end: /'/},\n      {begin: /\"/, end: /\"/},\n      {begin: /`/, end: /`/},\n      {begin: '%[qQwWx]?\\\\(', end: '\\\\)'},\n      {begin: '%[qQwWx]?\\\\[', end: '\\\\]'},\n      {begin: '%[qQwWx]?{', end: '}'},\n      {begin: '%[qQwWx]?<', end: '>'},\n      {begin: '%[qQwWx]?/', end: '/'},\n      {begin: '%[qQwWx]?%', end: '%'},\n      {begin: '%[qQwWx]?-', end: '-'},\n      {begin: '%[qQwWx]?\\\\|', end: '\\\\|'},\n      {\n        // \\B in the beginning suppresses recognition of ?-sequences where ?\n        // is the last character of a preceding identifier, as in: `func?4`\n        begin: /\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b/\n      },\n      {\n        begin: /<<(-?)\\w+$/, end: /^\\s*\\w+$/,\n      }\n    ]\n  };\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)', endsParent: true,\n    keywords: RUBY_KEYWORDS\n  };\n\n  var RUBY_DEFAULT_CONTAINS = [\n    STRING,\n    IRB_OBJECT,\n    {\n      className: 'class',\n      beginKeywords: 'class module', end: '$|;',\n      illegal: /=/,\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {begin: '[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?'}),\n        {\n          begin: '<\\\\s*',\n          contains: [{\n            begin: '(' + hljs.IDENT_RE + '::)?' + hljs.IDENT_RE\n          }]\n        }\n      ].concat(COMMENT_MODES)\n    },\n    {\n      className: 'function',\n      beginKeywords: 'def', end: '$|;',\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {begin: RUBY_METHOD_RE}),\n        PARAMS\n      ].concat(COMMENT_MODES)\n    },\n    {\n      // swallow namespace qualifiers before symbols\n      begin: hljs.IDENT_RE + '::'\n    },\n    {\n      className: 'symbol',\n      begin: hljs.UNDERSCORE_IDENT_RE + '(\\\\!|\\\\?)?:',\n      relevance: 0\n    },\n    {\n      className: 'symbol',\n      begin: ':(?!\\\\s)',\n      contains: [STRING, {begin: RUBY_METHOD_RE}],\n      relevance: 0\n    },\n    {\n      className: 'number',\n      begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n      relevance: 0\n    },\n    {\n      begin: '(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))' // variables\n    },\n    {\n      className: 'params',\n      begin: /\\|/, end: /\\|/,\n      keywords: RUBY_KEYWORDS\n    },\n    { // regexp container\n      begin: '(' + hljs.RE_STARTERS_RE + '|unless)\\\\s*',\n      keywords: 'unless',\n      contains: [\n        IRB_OBJECT,\n        {\n          className: 'regexp',\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n          illegal: /\\n/,\n          variants: [\n            {begin: '/', end: '/[a-z]*'},\n            {begin: '%r{', end: '}[a-z]*'},\n            {begin: '%r\\\\(', end: '\\\\)[a-z]*'},\n            {begin: '%r!', end: '![a-z]*'},\n            {begin: '%r\\\\[', end: '\\\\][a-z]*'}\n          ]\n        }\n      ].concat(COMMENT_MODES),\n      relevance: 0\n    }\n  ].concat(COMMENT_MODES);\n\n  SUBST.contains = RUBY_DEFAULT_CONTAINS;\n  PARAMS.contains = RUBY_DEFAULT_CONTAINS;\n\n  var SIMPLE_PROMPT = \"[>?]>\";\n  var DEFAULT_PROMPT = \"[\\\\w#]+\\\\(\\\\w+\\\\):\\\\d+:\\\\d+>\";\n  var RVM_PROMPT = \"(\\\\w+-)?\\\\d+\\\\.\\\\d+\\\\.\\\\d(p\\\\d+)?[^>]+>\";\n\n  var IRB_DEFAULT = [\n    {\n      begin: /^\\s*=>/,\n      starts: {\n        end: '$', contains: RUBY_DEFAULT_CONTAINS\n      }\n    },\n    {\n      className: 'meta',\n      begin: '^('+SIMPLE_PROMPT+\"|\"+DEFAULT_PROMPT+'|'+RVM_PROMPT+')',\n      starts: {\n        end: '$', contains: RUBY_DEFAULT_CONTAINS\n      }\n    }\n  ];\n\n  return {\n    aliases: ['rb', 'gemspec', 'podspec', 'thor', 'irb'],\n    keywords: RUBY_KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: COMMENT_MODES.concat(IRB_DEFAULT).concat(RUBY_DEFAULT_CONTAINS)\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n       keyword: 'BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE ' +\n         'INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 ' +\n         'INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 ' +\n         'INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 ' +\n         'INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 ' +\n         'INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 ' +\n         'INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 ' +\n         'INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 ' +\n         'INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 ' +\n         'INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 ' +\n         'INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 ' +\n         'INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 ' +\n         'INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 ' +\n         'INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 ' +\n         'INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 ' +\n         'MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER ' +\n         'OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE ' +\n         'NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH ' +\n         'IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND ' +\n         'UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ' +\n         'ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE ' +\n         'GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE ' +\n         'SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING ' +\n         'DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF ' +\n         'MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY ' +\n         'YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE ' +\n         'COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR ' +\n         'READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ' +\n         'ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE ' +\n         'EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE ' +\n         'SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL ' +\n         'COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN ' +\n         'MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING ' +\n         'FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM ' +\n         'NUMDAYS READ_DATE STAGING',\n       built_in: 'IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML ' +\n         'DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT ' +\n         'DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE ' +\n         'DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT ' +\n         'DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME'\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'literal',\n        variants: [\n          {begin: '#\\\\s+[a-zA-Z\\\\ \\\\.]*', relevance: 0}, // looks like #-comment\n          {begin: '#[a-zA-Z\\\\ \\\\.]+'}\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var NUM_SUFFIX = '([ui](8|16|32|64|128|size)|f(32|64))\\?';\n  var KEYWORDS =\n    'alignof as be box break const continue crate do else enum extern ' +\n    'false fn for if impl in let loop match mod mut offsetof once priv ' +\n    'proc pub pure ref return self Self sizeof static struct super trait true ' +\n    'type typeof unsafe unsized use virtual while where yield move default';\n  var BUILTINS =\n    // functions\n    'drop ' +\n    // types\n    'i8 i16 i32 i64 i128 isize ' +\n    'u8 u16 u32 u64 u128 usize ' +\n    'f32 f64 ' +\n    'str char bool ' +\n    'Box Option Result String Vec ' +\n    // traits\n    'Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug ' +\n    'PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator ' +\n    'Extend IntoIterator DoubleEndedIterator ExactSizeIterator ' +\n    'SliceConcatExt ToString ' +\n    // macros\n    'assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! ' +\n    'debug_assert! debug_assert_eq! env! panic! file! format! format_args! ' +\n    'include_bin! include_str! line! local_data_key! module_path! ' +\n    'option_env! print! println! select! stringify! try! unimplemented! ' +\n    'unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!';\n  return {\n    aliases: ['rs'],\n    keywords: {\n      keyword:\n        KEYWORDS,\n      literal:\n        'true false Some None Ok Err',\n      built_in:\n        BUILTINS\n    },\n    lexemes: hljs.IDENT_RE + '!?',\n    illegal: '</',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.COMMENT('/\\\\*', '\\\\*/', {contains: ['self']}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {begin: /b?\"/, illegal: null}),\n      {\n        className: 'string',\n        variants: [\n           { begin: /r(#*)\"(.|\\n)*?\"\\1(?!#)/ },\n           { begin: /b?'\\\\?(x\\w{2}|u\\w{4}|U\\w{8}|.)'/ }\n        ]\n      },\n      {\n        className: 'symbol',\n        begin: /'[a-zA-Z_][a-zA-Z0-9_]*/\n      },\n      {\n        className: 'number',\n        variants: [\n          { begin: '\\\\b0b([01_]+)' + NUM_SUFFIX },\n          { begin: '\\\\b0o([0-7_]+)' + NUM_SUFFIX },\n          { begin: '\\\\b0x([A-Fa-f0-9_]+)' + NUM_SUFFIX },\n          { begin: '\\\\b(\\\\d[\\\\d_]*(\\\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)' +\n                   NUM_SUFFIX\n          }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'function',\n        beginKeywords: 'fn', end: '(\\\\(|<)', excludeEnd: true,\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        className: 'meta',\n        begin: '#\\\\!?\\\\[', end: '\\\\]',\n        contains: [\n          {\n            className: 'meta-string',\n            begin: /\"/, end: /\"/\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'type', end: ';',\n        contains: [\n          hljs.inherit(hljs.UNDERSCORE_TITLE_MODE, {endsParent: true})\n        ],\n        illegal: '\\\\S'\n      },\n      {\n        className: 'class',\n        beginKeywords: 'trait enum struct union', end: '{',\n        contains: [\n          hljs.inherit(hljs.UNDERSCORE_TITLE_MODE, {endsParent: true})\n        ],\n        illegal: '[\\\\w\\\\d]'\n      },\n      {\n        begin: hljs.IDENT_RE + '::',\n        keywords: {built_in: BUILTINS}\n      },\n      {\n        begin: '->'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n    // Data step and PROC SQL statements\n    var SAS_KEYWORDS = ''+\n        'do if then else end until while '+\n        ''+\n        'abort array attrib by call cards cards4 catname continue '+\n        'datalines datalines4 delete delim delimiter display dm drop '+\n        'endsas error file filename footnote format goto in infile '+\n        'informat input keep label leave length libname link list '+\n        'lostcard merge missing modify options output out page put '+\n        'redirect remove rename replace retain return select set skip '+\n        'startsas stop title update waitsas where window x systask '+\n        ''+\n        'add and alter as cascade check create delete describe '+\n        'distinct drop foreign from group having index insert into in '+\n        'key like message modify msgtype not null on or order primary '+\n        'references reset restrict select set table unique update '+\n        'validate view where';\n\n    // Built-in SAS functions\n    var SAS_FUN = ''+\n        'abs|addr|airy|arcos|arsin|atan|attrc|attrn|band|'+\n        'betainv|blshift|bnot|bor|brshift|bxor|byte|cdf|ceil|'+\n        'cexist|cinv|close|cnonct|collate|compbl|compound|'+\n        'compress|cos|cosh|css|curobs|cv|daccdb|daccdbsl|'+\n        'daccsl|daccsyd|dacctab|dairy|date|datejul|datepart|'+\n        'datetime|day|dclose|depdb|depdbsl|depdbsl|depsl|'+\n        'depsl|depsyd|depsyd|deptab|deptab|dequote|dhms|dif|'+\n        'digamma|dim|dinfo|dnum|dopen|doptname|doptnum|dread|'+\n        'dropnote|dsname|erf|erfc|exist|exp|fappend|fclose|'+\n        'fcol|fdelete|fetch|fetchobs|fexist|fget|fileexist|'+\n        'filename|fileref|finfo|finv|fipname|fipnamel|'+\n        'fipstate|floor|fnonct|fnote|fopen|foptname|foptnum|'+\n        'fpoint|fpos|fput|fread|frewind|frlen|fsep|fuzz|'+\n        'fwrite|gaminv|gamma|getoption|getvarc|getvarn|hbound|'+\n        'hms|hosthelp|hour|ibessel|index|indexc|indexw|input|'+\n        'inputc|inputn|int|intck|intnx|intrr|irr|jbessel|'+\n        'juldate|kurtosis|lag|lbound|left|length|lgamma|'+\n        'libname|libref|log|log10|log2|logpdf|logpmf|logsdf|'+\n        'lowcase|max|mdy|mean|min|minute|mod|month|mopen|'+\n        'mort|n|netpv|nmiss|normal|note|npv|open|ordinal|'+\n        'pathname|pdf|peek|peekc|pmf|point|poisson|poke|'+\n        'probbeta|probbnml|probchi|probf|probgam|probhypr|'+\n        'probit|probnegb|probnorm|probt|put|putc|putn|qtr|'+\n        'quote|ranbin|rancau|ranexp|rangam|range|rank|rannor|'+\n        'ranpoi|rantbl|rantri|ranuni|repeat|resolve|reverse|'+\n        'rewind|right|round|saving|scan|sdf|second|sign|'+\n        'sin|sinh|skewness|soundex|spedis|sqrt|std|stderr|'+\n        'stfips|stname|stnamel|substr|sum|symget|sysget|'+\n        'sysmsg|sysprod|sysrc|system|tan|tanh|time|timepart|'+\n        'tinv|tnonct|today|translate|tranwrd|trigamma|'+\n        'trim|trimn|trunc|uniform|upcase|uss|var|varfmt|'+\n        'varinfmt|varlabel|varlen|varname|varnum|varray|'+\n        'varrayx|vartype|verify|vformat|vformatd|vformatdx|'+\n        'vformatn|vformatnx|vformatw|vformatwx|vformatx|'+\n        'vinarray|vinarrayx|vinformat|vinformatd|vinformatdx|'+\n        'vinformatn|vinformatnx|vinformatw|vinformatwx|'+\n        'vinformatx|vlabel|vlabelx|vlength|vlengthx|vname|'+\n        'vnamex|vtype|vtypex|weekday|year|yyq|zipfips|zipname|'+\n        'zipnamel|zipstate';\n\n    // Built-in macro functions\n    var SAS_MACRO_FUN = 'bquote|nrbquote|cmpres|qcmpres|compstor|'+\n        'datatyp|display|do|else|end|eval|global|goto|'+\n        'if|index|input|keydef|label|left|length|let|'+\n        'local|lowcase|macro|mend|nrbquote|nrquote|'+\n        'nrstr|put|qcmpres|qleft|qlowcase|qscan|'+\n        'qsubstr|qsysfunc|qtrim|quote|qupcase|scan|str|'+\n        'substr|superq|syscall|sysevalf|sysexec|sysfunc|'+\n        'sysget|syslput|sysprod|sysrc|sysrput|then|to|'+\n        'trim|unquote|until|upcase|verify|while|window';\n\n    return {\n        aliases: ['sas', 'SAS'],\n        case_insensitive: true, // SAS is case-insensitive\n        keywords: {\n            literal:\n                'null missing _all_ _automatic_ _character_ _infile_ '+\n                '_n_ _name_ _null_ _numeric_ _user_ _webout_',\n            meta:\n                SAS_KEYWORDS\n        },\n        contains: [\n            {\n                // Distinct highlight for proc <proc>, data, run, quit\n                className: 'keyword',\n                begin: /^\\s*(proc [\\w\\d_]+|data|run|quit)[\\s\\;]/\n            },\n            {\n                // Macro variables\n                className: 'variable',\n                begin: /\\&[a-zA-Z_\\&][a-zA-Z0-9_]*\\.?/\n            },\n            {\n                // Special emphasis for datalines|cards\n                className: 'emphasis',\n                begin: /^\\s*datalines|cards.*;/,\n                end: /^\\s*;\\s*$/\n            },\n            {   // Built-in macro variables take precedence\n                className: 'built_in',\n                begin: '%(' + SAS_MACRO_FUN + ')'\n            },\n            {\n                // User-defined macro functions highlighted after\n                className: 'name',\n                begin: /%[a-zA-Z_][a-zA-Z_0-9]*/\n            },\n            {\n                className: 'meta',\n                begin: '[^%](' + SAS_FUN + ')[\\(]'\n            },\n            {\n                className: 'string',\n                variants: [\n                    hljs.APOS_STRING_MODE,\n                    hljs.QUOTE_STRING_MODE\n                ]\n            },\n            hljs.COMMENT('\\\\*', ';'),\n            hljs.C_BLOCK_COMMENT_MODE\n        ]\n    };\n};","module.exports = function(hljs) {\n\n  var ANNOTATION = { className: 'meta', begin: '@[A-Za-z]+' };\n\n  // used in strings for escaping/interpolation/substitution\n  var SUBST = {\n    className: 'subst',\n    variants: [\n      {begin: '\\\\$[A-Za-z0-9_]+'},\n      {begin: '\\\\${', end: '}'}\n    ]\n  };\n\n  var STRING = {\n    className: 'string',\n    variants: [\n      {\n        begin: '\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        begin: '\"\"\"', end: '\"\"\"',\n        relevance: 10\n      },\n      {\n        begin: '[a-z]+\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        className: 'string',\n        begin: '[a-z]+\"\"\"', end: '\"\"\"',\n        contains: [SUBST],\n        relevance: 10\n      }\n    ]\n\n  };\n\n  var SYMBOL = {\n    className: 'symbol',\n    begin: '\\'\\\\w[\\\\w\\\\d_]*(?!\\')'\n  };\n\n  var TYPE = {\n    className: 'type',\n    begin: '\\\\b[A-Z][A-Za-z0-9_]*',\n    relevance: 0\n  };\n\n  var NAME = {\n    className: 'title',\n    begin: /[^0-9\\n\\t \"'(),.`{}\\[\\]:;][^\\n\\t \"'(),.`{}\\[\\]:;]+|[^0-9\\n\\t \"'(),.`{}\\[\\]:;=]/,\n    relevance: 0\n  };\n\n  var CLASS = {\n    className: 'class',\n    beginKeywords: 'class object trait type',\n    end: /[:={\\[\\n;]/,\n    excludeEnd: true,\n    contains: [\n      {\n        beginKeywords: 'extends with',\n        relevance: 10\n      },\n      {\n        begin: /\\[/,\n        end: /\\]/,\n        excludeBegin: true,\n        excludeEnd: true,\n        relevance: 0,\n        contains: [TYPE]\n      },\n      {\n        className: 'params',\n        begin: /\\(/,\n        end: /\\)/,\n        excludeBegin: true,\n        excludeEnd: true,\n        relevance: 0,\n        contains: [TYPE]\n      },\n      NAME\n    ]\n  };\n\n  var METHOD = {\n    className: 'function',\n    beginKeywords: 'def',\n    end: /[:={\\[(\\n;]/,\n    excludeEnd: true,\n    contains: [NAME]\n  };\n\n  return {\n    keywords: {\n      literal: 'true false null',\n      keyword: 'type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit'\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      STRING,\n      SYMBOL,\n      TYPE,\n      METHOD,\n      CLASS,\n      hljs.C_NUMBER_MODE,\n      ANNOTATION\n    ]\n  };\n};","module.exports = function(hljs) {\n  var SCHEME_IDENT_RE = '[^\\\\(\\\\)\\\\[\\\\]\\\\{\\\\}\",\\'`;#|\\\\\\\\\\\\s]+';\n  var SCHEME_SIMPLE_NUMBER_RE = '(\\\\-|\\\\+)?\\\\d+([./]\\\\d+)?';\n  var SCHEME_COMPLEX_NUMBER_RE = SCHEME_SIMPLE_NUMBER_RE + '[+\\\\-]' + SCHEME_SIMPLE_NUMBER_RE + 'i';\n  var BUILTINS = {\n    'builtin-name':\n      'case-lambda call/cc class define-class exit-handler field import ' +\n      'inherit init-field interface let*-values let-values let/ec mixin ' +\n      'opt-lambda override protect provide public rename require ' +\n      'require-for-syntax syntax syntax-case syntax-error unit/sig unless ' +\n      'when with-syntax and begin call-with-current-continuation ' +\n      'call-with-input-file call-with-output-file case cond define ' +\n      'define-syntax delay do dynamic-wind else for-each if lambda let let* ' +\n      'let-syntax letrec letrec-syntax map or syntax-rules \\' * + , ,@ - ... / ' +\n      '; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan ' +\n      'boolean? caar cadr call-with-input-file call-with-output-file ' +\n      'call-with-values car cdddar cddddr cdr ceiling char->integer ' +\n      'char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? ' +\n      'char-downcase char-lower-case? char-numeric? char-ready? char-upcase ' +\n      'char-upper-case? char-whitespace? char<=? char<? char=? char>=? char>? ' +\n      'char? close-input-port close-output-port complex? cons cos ' +\n      'current-input-port current-output-port denominator display eof-object? ' +\n      'eq? equal? eqv? eval even? exact->inexact exact? exp expt floor ' +\n      'force gcd imag-part inexact->exact inexact? input-port? integer->char ' +\n      'integer? interaction-environment lcm length list list->string ' +\n      'list->vector list-ref list-tail list? load log magnitude make-polar ' +\n      'make-rectangular make-string make-vector max member memq memv min ' +\n      'modulo negative? newline not null-environment null? number->string ' +\n      'number? numerator odd? open-input-file open-output-file output-port? ' +\n      'pair? peek-char port? positive? procedure? quasiquote quote quotient ' +\n      'rational? rationalize read read-char real-part real? remainder reverse ' +\n      'round scheme-report-environment set! set-car! set-cdr! sin sqrt string ' +\n      'string->list string->number string->symbol string-append string-ci<=? ' +\n      'string-ci<? string-ci=? string-ci>=? string-ci>? string-copy ' +\n      'string-fill! string-length string-ref string-set! string<=? string<? ' +\n      'string=? string>=? string>? string? substring symbol->string symbol? ' +\n      'tan transcript-off transcript-on truncate values vector ' +\n      'vector->list vector-fill! vector-length vector-ref vector-set! ' +\n      'with-input-from-file with-output-to-file write write-char zero?'\n  };\n\n  var SHEBANG = {\n    className: 'meta',\n    begin: '^#!',\n    end: '$'\n  };\n\n  var LITERAL = {\n    className: 'literal',\n    begin: '(#t|#f|#\\\\\\\\' + SCHEME_IDENT_RE + '|#\\\\\\\\.)'\n  };\n\n  var NUMBER = {\n    className: 'number',\n    variants: [\n      { begin: SCHEME_SIMPLE_NUMBER_RE, relevance: 0 },\n      { begin: SCHEME_COMPLEX_NUMBER_RE, relevance: 0 },\n      { begin: '#b[0-1]+(/[0-1]+)?' },\n      { begin: '#o[0-7]+(/[0-7]+)?' },\n      { begin: '#x[0-9a-f]+(/[0-9a-f]+)?' }\n    ]\n  };\n\n  var STRING = hljs.QUOTE_STRING_MODE;\n\n  var REGULAR_EXPRESSION = {\n    className: 'regexp',\n    begin: '#[pr]x\"',\n    end: '[^\\\\\\\\]\"'\n  };\n\n  var COMMENT_MODES = [\n    hljs.COMMENT(\n      ';',\n      '$',\n      {\n        relevance: 0\n      }\n    ),\n    hljs.COMMENT('#\\\\|', '\\\\|#')\n  ];\n\n  var IDENT = {\n    begin: SCHEME_IDENT_RE,\n    relevance: 0\n  };\n\n  var QUOTED_IDENT = {\n    className: 'symbol',\n    begin: '\\'' + SCHEME_IDENT_RE\n  };\n\n  var BODY = {\n    endsWithParent: true,\n    relevance: 0\n  };\n\n  var QUOTED_LIST = {\n    variants: [\n      { begin: /'/ },\n      { begin: '`' }\n    ],\n    contains: [\n      {\n        begin: '\\\\(', end: '\\\\)',\n        contains: ['self', LITERAL, STRING, NUMBER, IDENT, QUOTED_IDENT]\n      }\n    ]\n  };\n\n  var NAME = {\n    className: 'name',\n    begin: SCHEME_IDENT_RE,\n    lexemes: SCHEME_IDENT_RE,\n    keywords: BUILTINS\n  };\n\n  var LAMBDA = {\n    begin: /lambda/, endsWithParent: true, returnBegin: true,\n    contains: [\n      NAME,\n      {\n        begin: /\\(/, end: /\\)/, endsParent: true,\n        contains: [IDENT],\n      }\n    ]\n  };\n\n  var LIST = {\n    variants: [\n      { begin: '\\\\(', end: '\\\\)' },\n      { begin: '\\\\[', end: '\\\\]' }\n    ],\n    contains: [LAMBDA, NAME, BODY]\n  };\n\n  BODY.contains = [LITERAL, NUMBER, STRING, IDENT, QUOTED_IDENT, QUOTED_LIST, LIST].concat(COMMENT_MODES);\n\n  return {\n    illegal: /\\S/,\n    contains: [SHEBANG, NUMBER, STRING, QUOTED_IDENT, QUOTED_LIST, LIST].concat(COMMENT_MODES)\n  };\n};","module.exports = function(hljs) {\n\n  var COMMON_CONTAINS = [\n    hljs.C_NUMBER_MODE,\n    {\n      className: 'string',\n      begin: '\\'|\\\"', end: '\\'|\\\"',\n      contains: [hljs.BACKSLASH_ESCAPE, {begin: '\\'\\''}]\n    }\n  ];\n\n  return {\n    aliases: ['sci'],\n    lexemes: /%?\\w+/,\n    keywords: {\n      keyword: 'abort break case clear catch continue do elseif else endfunction end for function '+\n        'global if pause return resume select try then while',\n      literal:\n        '%f %F %t %T %pi %eps %inf %nan %e %i %z %s',\n      built_in: // Scilab has more than 2000 functions. Just list the most commons\n       'abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error '+\n       'exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty '+\n       'isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log '+\n       'max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real '+\n       'round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan '+\n       'type typename warning zeros matrix'\n    },\n    illegal: '(\"|#|/\\\\*|\\\\s+/\\\\w+)',\n    contains: [\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '$',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)'\n          }\n        ]\n      },\n      {\n        begin: '[a-zA-Z_][a-zA-Z_0-9]*(\\'+[\\\\.\\']*|[\\\\.\\']+)', end: '',\n        relevance: 0\n      },\n      {\n        begin: '\\\\[', end: '\\\\]\\'*[\\\\.\\']*',\n        relevance: 0,\n        contains: COMMON_CONTAINS\n      },\n      hljs.COMMENT('//', '$')\n    ].concat(COMMON_CONTAINS)\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[a-zA-Z-][a-zA-Z0-9_-]*';\n  var VARIABLE = {\n    className: 'variable',\n    begin: '(\\\\$' + IDENT_RE + ')\\\\b'\n  };\n  var HEXCOLOR = {\n    className: 'number', begin: '#[0-9A-Fa-f]+'\n  };\n  var DEF_INTERNALS = {\n    className: 'attribute',\n    begin: '[A-Z\\\\_\\\\.\\\\-]+', end: ':',\n    excludeEnd: true,\n    illegal: '[^\\\\s]',\n    starts: {\n      endsWithParent: true, excludeEnd: true,\n      contains: [\n        HEXCOLOR,\n        hljs.CSS_NUMBER_MODE,\n        hljs.QUOTE_STRING_MODE,\n        hljs.APOS_STRING_MODE,\n        hljs.C_BLOCK_COMMENT_MODE,\n        {\n          className: 'meta', begin: '!important'\n        }\n      ]\n    }\n  };\n  return {\n    case_insensitive: true,\n    illegal: '[=/|\\']',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'selector-id', begin: '\\\\#[A-Za-z0-9_-]+',\n        relevance: 0\n      },\n      {\n        className: 'selector-class', begin: '\\\\.[A-Za-z0-9_-]+',\n        relevance: 0\n      },\n      {\n        className: 'selector-attr', begin: '\\\\[', end: '\\\\]',\n        illegal: '$'\n      },\n      {\n        className: 'selector-tag', // begin: IDENT_RE, end: '[,|\\\\s]'\n        begin: '\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b',\n        relevance: 0\n      },\n      {\n        begin: ':(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)'\n      },\n      {\n        begin: '::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)'\n      },\n      VARIABLE,\n      {\n        className: 'attribute',\n        begin: '\\\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b',\n        illegal: '[^\\\\s]'\n      },\n      {\n        begin: '\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b'\n      },\n      {\n        begin: ':', end: ';',\n        contains: [\n          VARIABLE,\n          HEXCOLOR,\n          hljs.CSS_NUMBER_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.APOS_STRING_MODE,\n          {\n            className: 'meta', begin: '!important'\n          }\n        ]\n      },\n      {\n        begin: '@', end: '[{;]',\n        keywords: 'mixin include extend for if else each while charset import debug media page content font-face namespace warn',\n        contains: [\n          VARIABLE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.APOS_STRING_MODE,\n          HEXCOLOR,\n          hljs.CSS_NUMBER_MODE,\n          {\n            begin: '\\\\s[A-Za-z0-9_.-]+',\n            relevance: 0\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['console'],\n    contains: [\n      {\n        className: 'meta',\n        begin: '^\\\\s{0,3}[\\\\w\\\\d\\\\[\\\\]()@-]*[>%$#]',\n        starts: {\n          end: '$', subLanguage: 'bash'\n        }\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  var smali_instr_low_prio = ['add', 'and', 'cmp', 'cmpg', 'cmpl', 'const', 'div', 'double', 'float', 'goto', 'if', 'int', 'long', 'move', 'mul', 'neg', 'new', 'nop', 'not', 'or', 'rem', 'return', 'shl', 'shr', 'sput', 'sub', 'throw', 'ushr', 'xor'];\n  var smali_instr_high_prio = ['aget', 'aput', 'array', 'check', 'execute', 'fill', 'filled', 'goto/16', 'goto/32', 'iget', 'instance', 'invoke', 'iput', 'monitor', 'packed', 'sget', 'sparse'];\n  var smali_keywords = ['transient', 'constructor', 'abstract', 'final', 'synthetic', 'public', 'private', 'protected', 'static', 'bridge', 'system'];\n  return {\n    aliases: ['smali'],\n    contains: [\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        relevance: 0\n      },\n      hljs.COMMENT(\n        '#',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      {\n        className: 'keyword',\n        variants: [\n          {begin: '\\\\s*\\\\.end\\\\s[a-zA-Z0-9]*'},\n          {begin: '^[ ]*\\\\.[a-zA-Z]*', relevance: 0},\n          {begin: '\\\\s:[a-zA-Z_0-9]*', relevance: 0},\n          {begin: '\\\\s(' + smali_keywords.join('|') + ')'}\n        ]\n      },\n      {\n        className: 'built_in',\n        variants : [\n          {\n            begin: '\\\\s('+smali_instr_low_prio.join('|')+')\\\\s'\n          },\n          {\n            begin: '\\\\s('+smali_instr_low_prio.join('|')+')((\\\\-|/)[a-zA-Z0-9]+)+\\\\s',\n            relevance: 10\n          },\n          {\n            begin: '\\\\s('+smali_instr_high_prio.join('|')+')((\\\\-|/)[a-zA-Z0-9]+)*\\\\s',\n            relevance: 10\n          },\n        ]\n      },\n      {\n        className: 'class',\n        begin: 'L[^\\(;:\\n]*;',\n        relevance: 0\n      },\n      {\n        begin: '[vp][0-9]+',\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VAR_IDENT_RE = '[a-z][a-zA-Z0-9_]*';\n  var CHAR = {\n    className: 'string',\n    begin: '\\\\$.{1}'\n  };\n  var SYMBOL = {\n    className: 'symbol',\n    begin: '#' + hljs.UNDERSCORE_IDENT_RE\n  };\n  return {\n    aliases: ['st'],\n    keywords: 'self super nil true false thisContext', // only 6\n    contains: [\n      hljs.COMMENT('\"', '\"'),\n      hljs.APOS_STRING_MODE,\n      {\n        className: 'type',\n        begin: '\\\\b[A-Z][A-Za-z0-9_]*',\n        relevance: 0\n      },\n      {\n        begin: VAR_IDENT_RE + ':',\n        relevance: 0\n      },\n      hljs.C_NUMBER_MODE,\n      SYMBOL,\n      CHAR,\n      {\n        // This looks more complicated than needed to avoid combinatorial\n        // explosion under V8. It effectively means `| var1 var2 ... |` with\n        // whitespace adjacent to `|` being optional.\n        begin: '\\\\|[ ]*' + VAR_IDENT_RE + '([ ]+' + VAR_IDENT_RE + ')*[ ]*\\\\|',\n        returnBegin: true, end: /\\|/,\n        illegal: /\\S/,\n        contains: [{begin: '(\\\\|[ ]*)?' + VAR_IDENT_RE}]\n      },\n      {\n        begin: '\\\\#\\\\(', end: '\\\\)',\n        contains: [\n          hljs.APOS_STRING_MODE,\n          CHAR,\n          hljs.C_NUMBER_MODE,\n          SYMBOL\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['ml'],\n    keywords: {\n      keyword:\n        /* according to Definition of Standard ML 97  */\n        'abstype and andalso as case datatype do else end eqtype ' +\n        'exception fn fun functor handle if in include infix infixr ' +\n        'let local nonfix of op open orelse raise rec sharing sig ' +\n        'signature struct structure then type val with withtype where while',\n      built_in:\n        /* built-in types according to basis library */\n        'array bool char exn int list option order real ref string substring vector unit word',\n      literal:\n        'true false NONE SOME LESS EQUAL GREATER nil'\n    },\n    illegal: /\\/\\/|>>/,\n    lexemes: '[a-z_]\\\\w*!?',\n    contains: [\n      {\n        className: 'literal',\n        begin: /\\[(\\|\\|)?\\]|\\(\\)/,\n        relevance: 0\n      },\n      hljs.COMMENT(\n        '\\\\(\\\\*',\n        '\\\\*\\\\)',\n        {\n          contains: ['self']\n        }\n      ),\n      { /* type variable */\n        className: 'symbol',\n        begin: '\\'[A-Za-z_](?!\\')[\\\\w\\']*'\n        /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */\n      },\n      { /* polymorphic variant */\n        className: 'type',\n        begin: '`[A-Z][\\\\w\\']*'\n      },\n      { /* module or constructor */\n        className: 'type',\n        begin: '\\\\b[A-Z][\\\\w\\']*',\n        relevance: 0\n      },\n      { /* don't color identifiers, but safely catch all identifiers with '*/\n        begin: '[a-z_]\\\\w*\\'[\\\\w\\']*'\n      },\n      hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n      {\n        className: 'number',\n        begin:\n          '\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|' +\n          '0[oO][0-7_]+[Lln]?|' +\n          '0[bB][01_]+[Lln]?|' +\n          '[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)',\n        relevance: 0\n      },\n      {\n        begin: /[-=]>/ // relevance booster\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var CPP = hljs.getLanguage('cpp').exports;\n\n  // In SQF, a variable start with _\n  var VARIABLE = {\n    className: 'variable',\n    begin: /\\b_+[a-zA-Z_]\\w*/\n  };\n\n  // In SQF, a function should fit myTag_fnc_myFunction pattern\n  // https://community.bistudio.com/wiki/Functions_Library_(Arma_3)#Adding_a_Function\n  var FUNCTION = {\n    className: 'title',\n    begin: /[a-zA-Z][a-zA-Z0-9]+_fnc_\\w*/\n  };\n\n  // In SQF strings, quotes matching the start are escaped by adding a consecutive.\n  // Example of single escaped quotes: \" \"\" \" and  ' '' '.\n  var STRINGS = {\n    className: 'string',\n    variants: [\n      {\n        begin: '\"',\n        end: '\"',\n        contains: [{begin: '\"\"', relevance: 0}]\n      },\n      {\n        begin: '\\'',\n        end: '\\'',\n        contains: [{begin: '\\'\\'', relevance: 0}]\n      }\n    ]\n  };\n\n  return {\n    aliases: ['sqf'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'case catch default do else exit exitWith for forEach from if ' +\n        'private switch then throw to try waitUntil while with',\n      built_in:\n        'abs accTime acos action actionIDs actionKeys actionKeysImages actionKeysNames ' +\n        'actionKeysNamesArray actionName actionParams activateAddons activatedAddons activateKey ' +\n        'add3DENConnection add3DENEventHandler add3DENLayer addAction addBackpack addBackpackCargo ' +\n        'addBackpackCargoGlobal addBackpackGlobal addCamShake addCuratorAddons addCuratorCameraArea ' +\n        'addCuratorEditableObjects addCuratorEditingArea addCuratorPoints addEditorObject addEventHandler ' +\n        'addForce addGoggles addGroupIcon addHandgunItem addHeadgear addItem addItemCargo ' +\n        'addItemCargoGlobal addItemPool addItemToBackpack addItemToUniform addItemToVest addLiveStats ' +\n        'addMagazine addMagazineAmmoCargo addMagazineCargo addMagazineCargoGlobal addMagazineGlobal ' +\n        'addMagazinePool addMagazines addMagazineTurret addMenu addMenuItem addMissionEventHandler ' +\n        'addMPEventHandler addMusicEventHandler addOwnedMine addPlayerScores addPrimaryWeaponItem ' +\n        'addPublicVariableEventHandler addRating addResources addScore addScoreSide addSecondaryWeaponItem ' +\n        'addSwitchableUnit addTeamMember addToRemainsCollector addTorque addUniform addVehicle addVest ' +\n        'addWaypoint addWeapon addWeaponCargo addWeaponCargoGlobal addWeaponGlobal addWeaponItem ' +\n        'addWeaponPool addWeaponTurret admin agent agents AGLToASL aimedAtTarget aimPos airDensityRTD ' +\n        'airplaneThrottle airportSide AISFinishHeal alive all3DENEntities allAirports allControls ' +\n        'allCurators allCutLayers allDead allDeadMen allDisplays allGroups allMapMarkers allMines ' +\n        'allMissionObjects allow3DMode allowCrewInImmobile allowCuratorLogicIgnoreAreas allowDamage ' +\n        'allowDammage allowFileOperations allowFleeing allowGetIn allowSprint allPlayers allSimpleObjects ' +\n        'allSites allTurrets allUnits allUnitsUAV allVariables ammo ammoOnPylon and animate animateBay ' +\n        'animateDoor animatePylon animateSource animationNames animationPhase animationSourcePhase ' +\n        'animationState append apply armoryPoints arrayIntersect asin ASLToAGL ASLToATL assert ' +\n        'assignAsCargo assignAsCargoIndex assignAsCommander assignAsDriver assignAsGunner assignAsTurret ' +\n        'assignCurator assignedCargo assignedCommander assignedDriver assignedGunner assignedItems ' +\n        'assignedTarget assignedTeam assignedVehicle assignedVehicleRole assignItem assignTeam ' +\n        'assignToAirport atan atan2 atg ATLToASL attachedObject attachedObjects attachedTo attachObject ' +\n        'attachTo attackEnabled backpack backpackCargo backpackContainer backpackItems backpackMagazines ' +\n        'backpackSpaceFor behaviour benchmark binocular boundingBox boundingBoxReal boundingCenter ' +\n        'breakOut breakTo briefingName buildingExit buildingPos buttonAction buttonSetAction cadetMode ' +\n        'call callExtension camCommand camCommit camCommitPrepared camCommitted camConstuctionSetParams ' +\n        'camCreate camDestroy cameraEffect cameraEffectEnableHUD cameraInterest cameraOn cameraView ' +\n        'campaignConfigFile camPreload camPreloaded camPrepareBank camPrepareDir camPrepareDive ' +\n        'camPrepareFocus camPrepareFov camPrepareFovRange camPreparePos camPrepareRelPos camPrepareTarget ' +\n        'camSetBank camSetDir camSetDive camSetFocus camSetFov camSetFovRange camSetPos camSetRelPos ' +\n        'camSetTarget camTarget camUseNVG canAdd canAddItemToBackpack canAddItemToUniform canAddItemToVest ' +\n        'cancelSimpleTaskDestination canFire canMove canSlingLoad canStand canSuspend ' +\n        'canTriggerDynamicSimulation canUnloadInCombat canVehicleCargo captive captiveNum cbChecked ' +\n        'cbSetChecked ceil channelEnabled cheatsEnabled checkAIFeature checkVisibility className ' +\n        'clearAllItemsFromBackpack clearBackpackCargo clearBackpackCargoGlobal clearGroupIcons ' +\n        'clearItemCargo clearItemCargoGlobal clearItemPool clearMagazineCargo clearMagazineCargoGlobal ' +\n        'clearMagazinePool clearOverlay clearRadio clearWeaponCargo clearWeaponCargoGlobal clearWeaponPool ' +\n        'clientOwner closeDialog closeDisplay closeOverlay collapseObjectTree collect3DENHistory ' +\n        'collectiveRTD combatMode commandArtilleryFire commandChat commander commandFire commandFollow ' +\n        'commandFSM commandGetOut commandingMenu commandMove commandRadio commandStop ' +\n        'commandSuppressiveFire commandTarget commandWatch comment commitOverlay compile compileFinal ' +\n        'completedFSM composeText configClasses configFile configHierarchy configName configProperties ' +\n        'configSourceAddonList configSourceMod configSourceModList confirmSensorTarget ' +\n        'connectTerminalToUAV controlsGroupCtrl copyFromClipboard copyToClipboard copyWaypoints cos count ' +\n        'countEnemy countFriendly countSide countType countUnknown create3DENComposition create3DENEntity ' +\n        'createAgent createCenter createDialog createDiaryLink createDiaryRecord createDiarySubject ' +\n        'createDisplay createGearDialog createGroup createGuardedPoint createLocation createMarker ' +\n        'createMarkerLocal createMenu createMine createMissionDisplay createMPCampaignDisplay ' +\n        'createSimpleObject createSimpleTask createSite createSoundSource createTask createTeam ' +\n        'createTrigger createUnit createVehicle createVehicleCrew createVehicleLocal crew ctAddHeader ' +\n        'ctAddRow ctClear ctCurSel ctData ctFindHeaderRows ctFindRowHeader ctHeaderControls ctHeaderCount ' +\n        'ctRemoveHeaders ctRemoveRows ctrlActivate ctrlAddEventHandler ctrlAngle ctrlAutoScrollDelay ' +\n        'ctrlAutoScrollRewind ctrlAutoScrollSpeed ctrlChecked ctrlClassName ctrlCommit ctrlCommitted ' +\n        'ctrlCreate ctrlDelete ctrlEnable ctrlEnabled ctrlFade ctrlHTMLLoaded ctrlIDC ctrlIDD ' +\n        'ctrlMapAnimAdd ctrlMapAnimClear ctrlMapAnimCommit ctrlMapAnimDone ctrlMapCursor ctrlMapMouseOver ' +\n        'ctrlMapScale ctrlMapScreenToWorld ctrlMapWorldToScreen ctrlModel ctrlModelDirAndUp ctrlModelScale ' +\n        'ctrlParent ctrlParentControlsGroup ctrlPosition ctrlRemoveAllEventHandlers ctrlRemoveEventHandler ' +\n        'ctrlScale ctrlSetActiveColor ctrlSetAngle ctrlSetAutoScrollDelay ctrlSetAutoScrollRewind ' +\n        'ctrlSetAutoScrollSpeed ctrlSetBackgroundColor ctrlSetChecked ctrlSetEventHandler ctrlSetFade ' +\n        'ctrlSetFocus ctrlSetFont ctrlSetFontH1 ctrlSetFontH1B ctrlSetFontH2 ctrlSetFontH2B ctrlSetFontH3 ' +\n        'ctrlSetFontH3B ctrlSetFontH4 ctrlSetFontH4B ctrlSetFontH5 ctrlSetFontH5B ctrlSetFontH6 ' +\n        'ctrlSetFontH6B ctrlSetFontHeight ctrlSetFontHeightH1 ctrlSetFontHeightH2 ctrlSetFontHeightH3 ' +\n        'ctrlSetFontHeightH4 ctrlSetFontHeightH5 ctrlSetFontHeightH6 ctrlSetFontHeightSecondary ' +\n        'ctrlSetFontP ctrlSetFontPB ctrlSetFontSecondary ctrlSetForegroundColor ctrlSetModel ' +\n        'ctrlSetModelDirAndUp ctrlSetModelScale ctrlSetPixelPrecision ctrlSetPosition ctrlSetScale ' +\n        'ctrlSetStructuredText ctrlSetText ctrlSetTextColor ctrlSetTooltip ctrlSetTooltipColorBox ' +\n        'ctrlSetTooltipColorShade ctrlSetTooltipColorText ctrlShow ctrlShown ctrlText ctrlTextHeight ' +\n        'ctrlTextWidth ctrlType ctrlVisible ctRowControls ctRowCount ctSetCurSel ctSetData ' +\n        'ctSetHeaderTemplate ctSetRowTemplate ctSetValue ctValue curatorAddons curatorCamera ' +\n        'curatorCameraArea curatorCameraAreaCeiling curatorCoef curatorEditableObjects curatorEditingArea ' +\n        'curatorEditingAreaType curatorMouseOver curatorPoints curatorRegisteredObjects curatorSelected ' +\n        'curatorWaypointCost current3DENOperation currentChannel currentCommand currentMagazine ' +\n        'currentMagazineDetail currentMagazineDetailTurret currentMagazineTurret currentMuzzle ' +\n        'currentNamespace currentTask currentTasks currentThrowable currentVisionMode currentWaypoint ' +\n        'currentWeapon currentWeaponMode currentWeaponTurret currentZeroing cursorObject cursorTarget ' +\n        'customChat customRadio cutFadeOut cutObj cutRsc cutText damage date dateToNumber daytime ' +\n        'deActivateKey debriefingText debugFSM debugLog deg delete3DENEntities deleteAt deleteCenter ' +\n        'deleteCollection deleteEditorObject deleteGroup deleteGroupWhenEmpty deleteIdentity ' +\n        'deleteLocation deleteMarker deleteMarkerLocal deleteRange deleteResources deleteSite deleteStatus ' +\n        'deleteTeam deleteVehicle deleteVehicleCrew deleteWaypoint detach detectedMines ' +\n        'diag_activeMissionFSMs diag_activeScripts diag_activeSQFScripts diag_activeSQSScripts ' +\n        'diag_captureFrame diag_captureFrameToFile diag_captureSlowFrame diag_codePerformance ' +\n        'diag_drawMode diag_enable diag_enabled diag_fps diag_fpsMin diag_frameNo diag_lightNewLoad ' +\n        'diag_list diag_log diag_logSlowFrame diag_mergeConfigFile diag_recordTurretLimits ' +\n        'diag_setLightNew diag_tickTime diag_toggle dialog diarySubjectExists didJIP didJIPOwner ' +\n        'difficulty difficultyEnabled difficultyEnabledRTD difficultyOption direction directSay disableAI ' +\n        'disableCollisionWith disableConversation disableDebriefingStats disableMapIndicators ' +\n        'disableNVGEquipment disableRemoteSensors disableSerialization disableTIEquipment ' +\n        'disableUAVConnectability disableUserInput displayAddEventHandler displayCtrl displayParent ' +\n        'displayRemoveAllEventHandlers displayRemoveEventHandler displaySetEventHandler dissolveTeam ' +\n        'distance distance2D distanceSqr distributionRegion do3DENAction doArtilleryFire doFire doFollow ' +\n        'doFSM doGetOut doMove doorPhase doStop doSuppressiveFire doTarget doWatch drawArrow drawEllipse ' +\n        'drawIcon drawIcon3D drawLine drawLine3D drawLink drawLocation drawPolygon drawRectangle ' +\n        'drawTriangle driver drop dynamicSimulationDistance dynamicSimulationDistanceCoef ' +\n        'dynamicSimulationEnabled dynamicSimulationSystemEnabled echo edit3DENMissionAttributes editObject ' +\n        'editorSetEventHandler effectiveCommander emptyPositions enableAI enableAIFeature ' +\n        'enableAimPrecision enableAttack enableAudioFeature enableAutoStartUpRTD enableAutoTrimRTD ' +\n        'enableCamShake enableCaustics enableChannel enableCollisionWith enableCopilot ' +\n        'enableDebriefingStats enableDiagLegend enableDynamicSimulation enableDynamicSimulationSystem ' +\n        'enableEndDialog enableEngineArtillery enableEnvironment enableFatigue enableGunLights ' +\n        'enableInfoPanelComponent enableIRLasers enableMimics enablePersonTurret enableRadio enableReload ' +\n        'enableRopeAttach enableSatNormalOnDetail enableSaving enableSentences enableSimulation ' +\n        'enableSimulationGlobal enableStamina enableTeamSwitch enableTraffic enableUAVConnectability ' +\n        'enableUAVWaypoints enableVehicleCargo enableVehicleSensor enableWeaponDisassembly ' +\n        'endLoadingScreen endMission engineOn enginesIsOnRTD enginesRpmRTD enginesTorqueRTD entities ' +\n        'environmentEnabled estimatedEndServerTime estimatedTimeLeft evalObjectArgument everyBackpack ' +\n        'everyContainer exec execEditorScript execFSM execVM exp expectedDestination exportJIPMessages ' +\n        'eyeDirection eyePos face faction fadeMusic fadeRadio fadeSound fadeSpeech failMission ' +\n        'fillWeaponsFromPool find findCover findDisplay findEditorObject findEmptyPosition ' +\n        'findEmptyPositionReady findIf findNearestEnemy finishMissionInit finite fire fireAtTarget ' +\n        'firstBackpack flag flagAnimationPhase flagOwner flagSide flagTexture fleeing floor flyInHeight ' +\n        'flyInHeightASL fog fogForecast fogParams forceAddUniform forcedMap forceEnd forceFlagTexture ' +\n        'forceFollowRoad forceMap forceRespawn forceSpeed forceWalk forceWeaponFire forceWeatherChange ' +\n        'forEachMember forEachMemberAgent forEachMemberTeam forgetTarget format formation ' +\n        'formationDirection formationLeader formationMembers formationPosition formationTask formatText ' +\n        'formLeader freeLook fromEditor fuel fullCrew gearIDCAmmoCount gearSlotAmmoCount gearSlotData ' +\n        'get3DENActionState get3DENAttribute get3DENCamera get3DENConnections get3DENEntity ' +\n        'get3DENEntityID get3DENGrid get3DENIconsVisible get3DENLayerEntities get3DENLinesVisible ' +\n        'get3DENMissionAttribute get3DENMouseOver get3DENSelected getAimingCoef getAllEnvSoundControllers ' +\n        'getAllHitPointsDamage getAllOwnedMines getAllSoundControllers getAmmoCargo getAnimAimPrecision ' +\n        'getAnimSpeedCoef getArray getArtilleryAmmo getArtilleryComputerSettings getArtilleryETA ' +\n        'getAssignedCuratorLogic getAssignedCuratorUnit getBackpackCargo getBleedingRemaining ' +\n        'getBurningValue getCameraViewDirection getCargoIndex getCenterOfMass getClientState ' +\n        'getClientStateNumber getCompatiblePylonMagazines getConnectedUAV getContainerMaxLoad ' +\n        'getCursorObjectParams getCustomAimCoef getDammage getDescription getDir getDirVisual ' +\n        'getDLCAssetsUsage getDLCAssetsUsageByName getDLCs getEditorCamera getEditorMode ' +\n        'getEditorObjectScope getElevationOffset getEnvSoundController getFatigue getForcedFlagTexture ' +\n        'getFriend getFSMVariable getFuelCargo getGroupIcon getGroupIconParams getGroupIcons getHideFrom ' +\n        'getHit getHitIndex getHitPointDamage getItemCargo getMagazineCargo getMarkerColor getMarkerPos ' +\n        'getMarkerSize getMarkerType getMass getMissionConfig getMissionConfigValue getMissionDLCs ' +\n        'getMissionLayerEntities getModelInfo getMousePosition getMusicPlayedTime getNumber ' +\n        'getObjectArgument getObjectChildren getObjectDLC getObjectMaterials getObjectProxy ' +\n        'getObjectTextures getObjectType getObjectViewDistance getOxygenRemaining getPersonUsedDLCs ' +\n        'getPilotCameraDirection getPilotCameraPosition getPilotCameraRotation getPilotCameraTarget ' +\n        'getPlateNumber getPlayerChannel getPlayerScores getPlayerUID getPos getPosASL getPosASLVisual ' +\n        'getPosASLW getPosATL getPosATLVisual getPosVisual getPosWorld getPylonMagazines getRelDir ' +\n        'getRelPos getRemoteSensorsDisabled getRepairCargo getResolution getShadowDistance getShotParents ' +\n        'getSlingLoad getSoundController getSoundControllerResult getSpeed getStamina getStatValue ' +\n        'getSuppression getTerrainGrid getTerrainHeightASL getText getTotalDLCUsageTime getUnitLoadout ' +\n        'getUnitTrait getUserMFDText getUserMFDvalue getVariable getVehicleCargo getWeaponCargo ' +\n        'getWeaponSway getWingsOrientationRTD getWingsPositionRTD getWPPos glanceAt globalChat globalRadio ' +\n        'goggles goto group groupChat groupFromNetId groupIconSelectable groupIconsVisible groupId ' +\n        'groupOwner groupRadio groupSelectedUnits groupSelectUnit gunner gusts halt handgunItems ' +\n        'handgunMagazine handgunWeapon handsHit hasInterface hasPilotCamera hasWeapon hcAllGroups ' +\n        'hcGroupParams hcLeader hcRemoveAllGroups hcRemoveGroup hcSelected hcSelectGroup hcSetGroup ' +\n        'hcShowBar hcShownBar headgear hideBody hideObject hideObjectGlobal hideSelection hint hintC ' +\n        'hintCadet hintSilent hmd hostMission htmlLoad HUDMovementLevels humidity image importAllGroups ' +\n        'importance in inArea inAreaArray incapacitatedState inflame inflamed infoPanel ' +\n        'infoPanelComponentEnabled infoPanelComponents infoPanels inGameUISetEventHandler inheritsFrom ' +\n        'initAmbientLife inPolygon inputAction inRangeOfArtillery insertEditorObject intersect is3DEN ' +\n        'is3DENMultiplayer isAbleToBreathe isAgent isArray isAutoHoverOn isAutonomous isAutotest ' +\n        'isBleeding isBurning isClass isCollisionLightOn isCopilotEnabled isDamageAllowed isDedicated ' +\n        'isDLCAvailable isEngineOn isEqualTo isEqualType isEqualTypeAll isEqualTypeAny isEqualTypeArray ' +\n        'isEqualTypeParams isFilePatchingEnabled isFlashlightOn isFlatEmpty isForcedWalk isFormationLeader ' +\n        'isGroupDeletedWhenEmpty isHidden isInRemainsCollector isInstructorFigureEnabled isIRLaserOn ' +\n        'isKeyActive isKindOf isLaserOn isLightOn isLocalized isManualFire isMarkedForCollection ' +\n        'isMultiplayer isMultiplayerSolo isNil isNull isNumber isObjectHidden isObjectRTD isOnRoad ' +\n        'isPipEnabled isPlayer isRealTime isRemoteExecuted isRemoteExecutedJIP isServer isShowing3DIcons ' +\n        'isSimpleObject isSprintAllowed isStaminaEnabled isSteamMission isStreamFriendlyUIEnabled isText ' +\n        'isTouchingGround isTurnedOut isTutHintsEnabled isUAVConnectable isUAVConnected isUIContext ' +\n        'isUniformAllowed isVehicleCargo isVehicleRadarOn isVehicleSensorEnabled isWalking ' +\n        'isWeaponDeployed isWeaponRested itemCargo items itemsWithMagazines join joinAs joinAsSilent ' +\n        'joinSilent joinString kbAddDatabase kbAddDatabaseTargets kbAddTopic kbHasTopic kbReact ' +\n        'kbRemoveTopic kbTell kbWasSaid keyImage keyName knowsAbout land landAt landResult language ' +\n        'laserTarget lbAdd lbClear lbColor lbColorRight lbCurSel lbData lbDelete lbIsSelected lbPicture ' +\n        'lbPictureRight lbSelection lbSetColor lbSetColorRight lbSetCurSel lbSetData lbSetPicture ' +\n        'lbSetPictureColor lbSetPictureColorDisabled lbSetPictureColorSelected lbSetPictureRight ' +\n        'lbSetPictureRightColor lbSetPictureRightColorDisabled lbSetPictureRightColorSelected ' +\n        'lbSetSelectColor lbSetSelectColorRight lbSetSelected lbSetText lbSetTextRight lbSetTooltip ' +\n        'lbSetValue lbSize lbSort lbSortByValue lbText lbTextRight lbValue leader leaderboardDeInit ' +\n        'leaderboardGetRows leaderboardInit leaderboardRequestRowsFriends leaderboardsRequestUploadScore ' +\n        'leaderboardsRequestUploadScoreKeepBest leaderboardState leaveVehicle libraryCredits ' +\n        'libraryDisclaimers lifeState lightAttachObject lightDetachObject lightIsOn lightnings limitSpeed ' +\n        'linearConversion lineIntersects lineIntersectsObjs lineIntersectsSurfaces lineIntersectsWith ' +\n        'linkItem list listObjects listRemoteTargets listVehicleSensors ln lnbAddArray lnbAddColumn ' +\n        'lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow ' +\n        'lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData ' +\n        'lnbSetPicture lnbSetText lnbSetValue lnbSize lnbSort lnbSortByValue lnbText lnbValue load loadAbs ' +\n        'loadBackpack loadFile loadGame loadIdentity loadMagazine loadOverlay loadStatus loadUniform ' +\n        'loadVest local localize locationPosition lock lockCameraTo lockCargo lockDriver locked ' +\n        'lockedCargo lockedDriver lockedTurret lockIdentity lockTurret lockWP log logEntities logNetwork ' +\n        'logNetworkTerminate lookAt lookAtPos magazineCargo magazines magazinesAllTurrets magazinesAmmo ' +\n        'magazinesAmmoCargo magazinesAmmoFull magazinesDetail magazinesDetailBackpack ' +\n        'magazinesDetailUniform magazinesDetailVest magazinesTurret magazineTurretAmmo mapAnimAdd ' +\n        'mapAnimClear mapAnimCommit mapAnimDone mapCenterOnCamera mapGridPosition markAsFinishedOnSteam ' +\n        'markerAlpha markerBrush markerColor markerDir markerPos markerShape markerSize markerText ' +\n        'markerType max members menuAction menuAdd menuChecked menuClear menuCollapse menuData menuDelete ' +\n        'menuEnable menuEnabled menuExpand menuHover menuPicture menuSetAction menuSetCheck menuSetData ' +\n        'menuSetPicture menuSetValue menuShortcut menuShortcutText menuSize menuSort menuText menuURL ' +\n        'menuValue min mineActive mineDetectedBy missionConfigFile missionDifficulty missionName ' +\n        'missionNamespace missionStart missionVersion mod modelToWorld modelToWorldVisual ' +\n        'modelToWorldVisualWorld modelToWorldWorld modParams moonIntensity moonPhase morale move ' +\n        'move3DENCamera moveInAny moveInCargo moveInCommander moveInDriver moveInGunner moveInTurret ' +\n        'moveObjectToEnd moveOut moveTime moveTo moveToCompleted moveToFailed musicVolume name nameSound ' +\n        'nearEntities nearestBuilding nearestLocation nearestLocations nearestLocationWithDubbing ' +\n        'nearestObject nearestObjects nearestTerrainObjects nearObjects nearObjectsReady nearRoads ' +\n        'nearSupplies nearTargets needReload netId netObjNull newOverlay nextMenuItemIndex ' +\n        'nextWeatherChange nMenuItems not numberOfEnginesRTD numberToDate objectCurators objectFromNetId ' +\n        'objectParent objStatus onBriefingGroup onBriefingNotes onBriefingPlan onBriefingTeamSwitch ' +\n        'onCommandModeChanged onDoubleClick onEachFrame onGroupIconClick onGroupIconOverEnter ' +\n        'onGroupIconOverLeave onHCGroupSelectionChanged onMapSingleClick onPlayerConnected ' +\n        'onPlayerDisconnected onPreloadFinished onPreloadStarted onShowNewObject onTeamSwitch ' +\n        'openCuratorInterface openDLCPage openMap openSteamApp openYoutubeVideo or orderGetIn overcast ' +\n        'overcastForecast owner param params parseNumber parseSimpleArray parseText parsingNamespace ' +\n        'particlesQuality pickWeaponPool pitch pixelGrid pixelGridBase pixelGridNoUIScale pixelH pixelW ' +\n        'playableSlotsNumber playableUnits playAction playActionNow player playerRespawnTime playerSide ' +\n        'playersNumber playGesture playMission playMove playMoveNow playMusic playScriptedMission ' +\n        'playSound playSound3D position positionCameraToWorld posScreenToWorld posWorldToScreen ' +\n        'ppEffectAdjust ppEffectCommit ppEffectCommitted ppEffectCreate ppEffectDestroy ppEffectEnable ' +\n        'ppEffectEnabled ppEffectForceInNVG precision preloadCamera preloadObject preloadSound ' +\n        'preloadTitleObj preloadTitleRsc preprocessFile preprocessFileLineNumbers primaryWeapon ' +\n        'primaryWeaponItems primaryWeaponMagazine priority processDiaryLink productVersion profileName ' +\n        'profileNamespace profileNameSteam progressLoadingScreen progressPosition progressSetPosition ' +\n        'publicVariable publicVariableClient publicVariableServer pushBack pushBackUnique putWeaponPool ' +\n        'queryItemsPool queryMagazinePool queryWeaponPool rad radioChannelAdd radioChannelCreate ' +\n        'radioChannelRemove radioChannelSetCallSign radioChannelSetLabel radioVolume rain rainbow random ' +\n        'rank rankId rating rectangular registeredTasks registerTask reload reloadEnabled remoteControl ' +\n        'remoteExec remoteExecCall remoteExecutedOwner remove3DENConnection remove3DENEventHandler ' +\n        'remove3DENLayer removeAction removeAll3DENEventHandlers removeAllActions removeAllAssignedItems ' +\n        'removeAllContainers removeAllCuratorAddons removeAllCuratorCameraAreas ' +\n        'removeAllCuratorEditingAreas removeAllEventHandlers removeAllHandgunItems removeAllItems ' +\n        'removeAllItemsWithMagazines removeAllMissionEventHandlers removeAllMPEventHandlers ' +\n        'removeAllMusicEventHandlers removeAllOwnedMines removeAllPrimaryWeaponItems removeAllWeapons ' +\n        'removeBackpack removeBackpackGlobal removeCuratorAddons removeCuratorCameraArea ' +\n        'removeCuratorEditableObjects removeCuratorEditingArea removeDrawIcon removeDrawLinks ' +\n        'removeEventHandler removeFromRemainsCollector removeGoggles removeGroupIcon removeHandgunItem ' +\n        'removeHeadgear removeItem removeItemFromBackpack removeItemFromUniform removeItemFromVest ' +\n        'removeItems removeMagazine removeMagazineGlobal removeMagazines removeMagazinesTurret ' +\n        'removeMagazineTurret removeMenuItem removeMissionEventHandler removeMPEventHandler ' +\n        'removeMusicEventHandler removeOwnedMine removePrimaryWeaponItem removeSecondaryWeaponItem ' +\n        'removeSimpleTask removeSwitchableUnit removeTeamMember removeUniform removeVest removeWeapon ' +\n        'removeWeaponAttachmentCargo removeWeaponCargo removeWeaponGlobal removeWeaponTurret ' +\n        'reportRemoteTarget requiredVersion resetCamShake resetSubgroupDirection resize resources ' +\n        'respawnVehicle restartEditorCamera reveal revealMine reverse reversedMouseY roadAt ' +\n        'roadsConnectedTo roleDescription ropeAttachedObjects ropeAttachedTo ropeAttachEnabled ' +\n        'ropeAttachTo ropeCreate ropeCut ropeDestroy ropeDetach ropeEndPosition ropeLength ropes ' +\n        'ropeUnwind ropeUnwound rotorsForcesRTD rotorsRpmRTD round runInitScript safeZoneH safeZoneW ' +\n        'safeZoneWAbs safeZoneX safeZoneXAbs safeZoneY save3DENInventory saveGame saveIdentity ' +\n        'saveJoysticks saveOverlay saveProfileNamespace saveStatus saveVar savingEnabled say say2D say3D ' +\n        'scopeName score scoreSide screenshot screenToWorld scriptDone scriptName scudState ' +\n        'secondaryWeapon secondaryWeaponItems secondaryWeaponMagazine select selectBestPlaces ' +\n        'selectDiarySubject selectedEditorObjects selectEditorObject selectionNames selectionPosition ' +\n        'selectLeader selectMax selectMin selectNoPlayer selectPlayer selectRandom selectRandomWeighted ' +\n        'selectWeapon selectWeaponTurret sendAUMessage sendSimpleCommand sendTask sendTaskResult ' +\n        'sendUDPMessage serverCommand serverCommandAvailable serverCommandExecutable serverName serverTime ' +\n        'set set3DENAttribute set3DENAttributes set3DENGrid set3DENIconsVisible set3DENLayer ' +\n        'set3DENLinesVisible set3DENLogicType set3DENMissionAttribute set3DENMissionAttributes ' +\n        'set3DENModelsVisible set3DENObjectType set3DENSelected setAccTime setActualCollectiveRTD ' +\n        'setAirplaneThrottle setAirportSide setAmmo setAmmoCargo setAmmoOnPylon setAnimSpeedCoef ' +\n        'setAperture setApertureNew setArmoryPoints setAttributes setAutonomous setBehaviour ' +\n        'setBleedingRemaining setBrakesRTD setCameraInterest setCamShakeDefParams setCamShakeParams ' +\n        'setCamUseTI setCaptive setCenterOfMass setCollisionLight setCombatMode setCompassOscillation ' +\n        'setConvoySeparation setCuratorCameraAreaCeiling setCuratorCoef setCuratorEditingAreaType ' +\n        'setCuratorWaypointCost setCurrentChannel setCurrentTask setCurrentWaypoint setCustomAimCoef ' +\n        'setCustomWeightRTD setDamage setDammage setDate setDebriefingText setDefaultCamera setDestination ' +\n        'setDetailMapBlendPars setDir setDirection setDrawIcon setDriveOnPath setDropInterval ' +\n        'setDynamicSimulationDistance setDynamicSimulationDistanceCoef setEditorMode setEditorObjectScope ' +\n        'setEffectCondition setEngineRPMRTD setFace setFaceAnimation setFatigue setFeatureType ' +\n        'setFlagAnimationPhase setFlagOwner setFlagSide setFlagTexture setFog setFormation ' +\n        'setFormationTask setFormDir setFriend setFromEditor setFSMVariable setFuel setFuelCargo ' +\n        'setGroupIcon setGroupIconParams setGroupIconsSelectable setGroupIconsVisible setGroupId ' +\n        'setGroupIdGlobal setGroupOwner setGusts setHideBehind setHit setHitIndex setHitPointDamage ' +\n        'setHorizonParallaxCoef setHUDMovementLevels setIdentity setImportance setInfoPanel setLeader ' +\n        'setLightAmbient setLightAttenuation setLightBrightness setLightColor setLightDayLight ' +\n        'setLightFlareMaxDistance setLightFlareSize setLightIntensity setLightnings setLightUseFlare ' +\n        'setLocalWindParams setMagazineTurretAmmo setMarkerAlpha setMarkerAlphaLocal setMarkerBrush ' +\n        'setMarkerBrushLocal setMarkerColor setMarkerColorLocal setMarkerDir setMarkerDirLocal ' +\n        'setMarkerPos setMarkerPosLocal setMarkerShape setMarkerShapeLocal setMarkerSize ' +\n        'setMarkerSizeLocal setMarkerText setMarkerTextLocal setMarkerType setMarkerTypeLocal setMass ' +\n        'setMimic setMousePosition setMusicEffect setMusicEventHandler setName setNameSound ' +\n        'setObjectArguments setObjectMaterial setObjectMaterialGlobal setObjectProxy setObjectTexture ' +\n        'setObjectTextureGlobal setObjectViewDistance setOvercast setOwner setOxygenRemaining ' +\n        'setParticleCircle setParticleClass setParticleFire setParticleParams setParticleRandom ' +\n        'setPilotCameraDirection setPilotCameraRotation setPilotCameraTarget setPilotLight setPiPEffect ' +\n        'setPitch setPlateNumber setPlayable setPlayerRespawnTime setPos setPosASL setPosASL2 setPosASLW ' +\n        'setPosATL setPosition setPosWorld setPylonLoadOut setPylonsPriority setRadioMsg setRain ' +\n        'setRainbow setRandomLip setRank setRectangular setRepairCargo setRotorBrakeRTD setShadowDistance ' +\n        'setShotParents setSide setSimpleTaskAlwaysVisible setSimpleTaskCustomData ' +\n        'setSimpleTaskDescription setSimpleTaskDestination setSimpleTaskTarget setSimpleTaskType ' +\n        'setSimulWeatherLayers setSize setSkill setSlingLoad setSoundEffect setSpeaker setSpeech ' +\n        'setSpeedMode setStamina setStaminaScheme setStatValue setSuppression setSystemOfUnits ' +\n        'setTargetAge setTaskMarkerOffset setTaskResult setTaskState setTerrainGrid setText ' +\n        'setTimeMultiplier setTitleEffect setTrafficDensity setTrafficDistance setTrafficGap ' +\n        'setTrafficSpeed setTriggerActivation setTriggerArea setTriggerStatements setTriggerText ' +\n        'setTriggerTimeout setTriggerType setType setUnconscious setUnitAbility setUnitLoadout setUnitPos ' +\n        'setUnitPosWeak setUnitRank setUnitRecoilCoefficient setUnitTrait setUnloadInCombat ' +\n        'setUserActionText setUserMFDText setUserMFDvalue setVariable setVectorDir setVectorDirAndUp ' +\n        'setVectorUp setVehicleAmmo setVehicleAmmoDef setVehicleArmor setVehicleCargo setVehicleId ' +\n        'setVehicleLock setVehiclePosition setVehicleRadar setVehicleReceiveRemoteTargets ' +\n        'setVehicleReportOwnPosition setVehicleReportRemoteTargets setVehicleTIPars setVehicleVarName ' +\n        'setVelocity setVelocityModelSpace setVelocityTransformation setViewDistance ' +\n        'setVisibleIfTreeCollapsed setWantedRPMRTD setWaves setWaypointBehaviour setWaypointCombatMode ' +\n        'setWaypointCompletionRadius setWaypointDescription setWaypointForceBehaviour setWaypointFormation ' +\n        'setWaypointHousePosition setWaypointLoiterRadius setWaypointLoiterType setWaypointName ' +\n        'setWaypointPosition setWaypointScript setWaypointSpeed setWaypointStatements setWaypointTimeout ' +\n        'setWaypointType setWaypointVisible setWeaponReloadingTime setWind setWindDir setWindForce ' +\n        'setWindStr setWingForceScaleRTD setWPPos show3DIcons showChat showCinemaBorder showCommandingMenu ' +\n        'showCompass showCuratorCompass showGPS showHUD showLegend showMap shownArtilleryComputer ' +\n        'shownChat shownCompass shownCuratorCompass showNewEditorObject shownGPS shownHUD shownMap ' +\n        'shownPad shownRadio shownScoretable shownUAVFeed shownWarrant shownWatch showPad showRadio ' +\n        'showScoretable showSubtitles showUAVFeed showWarrant showWatch showWaypoint showWaypoints side ' +\n        'sideChat sideEnemy sideFriendly sideRadio simpleTasks simulationEnabled simulCloudDensity ' +\n        'simulCloudOcclusion simulInClouds simulWeatherSync sin size sizeOf skill skillFinal skipTime ' +\n        'sleep sliderPosition sliderRange sliderSetPosition sliderSetRange sliderSetSpeed sliderSpeed ' +\n        'slingLoadAssistantShown soldierMagazines someAmmo sort soundVolume spawn speaker speed speedMode ' +\n        'splitString sqrt squadParams stance startLoadingScreen step stop stopEngineRTD stopped str ' +\n        'sunOrMoon supportInfo suppressFor surfaceIsWater surfaceNormal surfaceType swimInDepth ' +\n        'switchableUnits switchAction switchCamera switchGesture switchLight switchMove ' +\n        'synchronizedObjects synchronizedTriggers synchronizedWaypoints synchronizeObjectsAdd ' +\n        'synchronizeObjectsRemove synchronizeTrigger synchronizeWaypoint systemChat systemOfUnits tan ' +\n        'targetKnowledge targets targetsAggregate targetsQuery taskAlwaysVisible taskChildren ' +\n        'taskCompleted taskCustomData taskDescription taskDestination taskHint taskMarkerOffset taskParent ' +\n        'taskResult taskState taskType teamMember teamName teams teamSwitch teamSwitchEnabled teamType ' +\n        'terminate terrainIntersect terrainIntersectASL terrainIntersectAtASL text textLog textLogFormat ' +\n        'tg time timeMultiplier titleCut titleFadeOut titleObj titleRsc titleText toArray toFixed toLower ' +\n        'toString toUpper triggerActivated triggerActivation triggerArea triggerAttachedVehicle ' +\n        'triggerAttachObject triggerAttachVehicle triggerDynamicSimulation triggerStatements triggerText ' +\n        'triggerTimeout triggerTimeoutCurrent triggerType turretLocal turretOwner turretUnit tvAdd tvClear ' +\n        'tvCollapse tvCollapseAll tvCount tvCurSel tvData tvDelete tvExpand tvExpandAll tvPicture ' +\n        'tvSetColor tvSetCurSel tvSetData tvSetPicture tvSetPictureColor tvSetPictureColorDisabled ' +\n        'tvSetPictureColorSelected tvSetPictureRight tvSetPictureRightColor tvSetPictureRightColorDisabled ' +\n        'tvSetPictureRightColorSelected tvSetText tvSetTooltip tvSetValue tvSort tvSortByValue tvText ' +\n        'tvTooltip tvValue type typeName typeOf UAVControl uiNamespace uiSleep unassignCurator ' +\n        'unassignItem unassignTeam unassignVehicle underwater uniform uniformContainer uniformItems ' +\n        'uniformMagazines unitAddons unitAimPosition unitAimPositionVisual unitBackpack unitIsUAV unitPos ' +\n        'unitReady unitRecoilCoefficient units unitsBelowHeight unlinkItem unlockAchievement ' +\n        'unregisterTask updateDrawIcon updateMenuItem updateObjectTree useAISteeringComponent ' +\n        'useAudioTimeForMoves userInputDisabled vectorAdd vectorCos vectorCrossProduct vectorDiff ' +\n        'vectorDir vectorDirVisual vectorDistance vectorDistanceSqr vectorDotProduct vectorFromTo ' +\n        'vectorMagnitude vectorMagnitudeSqr vectorModelToWorld vectorModelToWorldVisual vectorMultiply ' +\n        'vectorNormalized vectorUp vectorUpVisual vectorWorldToModel vectorWorldToModelVisual vehicle ' +\n        'vehicleCargoEnabled vehicleChat vehicleRadio vehicleReceiveRemoteTargets vehicleReportOwnPosition ' +\n        'vehicleReportRemoteTargets vehicles vehicleVarName velocity velocityModelSpace verifySignature ' +\n        'vest vestContainer vestItems vestMagazines viewDistance visibleCompass visibleGPS visibleMap ' +\n        'visiblePosition visiblePositionASL visibleScoretable visibleWatch waves waypointAttachedObject ' +\n        'waypointAttachedVehicle waypointAttachObject waypointAttachVehicle waypointBehaviour ' +\n        'waypointCombatMode waypointCompletionRadius waypointDescription waypointForceBehaviour ' +\n        'waypointFormation waypointHousePosition waypointLoiterRadius waypointLoiterType waypointName ' +\n        'waypointPosition waypoints waypointScript waypointsEnabledUAV waypointShow waypointSpeed ' +\n        'waypointStatements waypointTimeout waypointTimeoutCurrent waypointType waypointVisible ' +\n        'weaponAccessories weaponAccessoriesCargo weaponCargo weaponDirection weaponInertia weaponLowered ' +\n        'weapons weaponsItems weaponsItemsCargo weaponState weaponsTurret weightRTD WFSideText wind ',\n      literal:\n        'blufor civilian configNull controlNull displayNull east endl false grpNull independent lineBreak ' +\n        'locationNull nil objNull opfor pi resistance scriptNull sideAmbientLife sideEmpty sideLogic ' +\n        'sideUnknown taskNull teamMemberNull true west',\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.NUMBER_MODE,\n      VARIABLE,\n      FUNCTION,\n      STRINGS,\n      CPP.preprocessor\n    ],\n    illegal: /#|^\\$ /\n  };\n};","module.exports = function(hljs) {\n  var COMMENT_MODE = hljs.COMMENT('--', '$');\n  return {\n    case_insensitive: true,\n    illegal: /[<>{}*]/,\n    contains: [\n      {\n        beginKeywords:\n          'begin end start commit rollback savepoint lock alter create drop rename call ' +\n          'delete do handler insert load replace select truncate update set show pragma grant ' +\n          'merge describe use explain help declare prepare execute deallocate release ' +\n          'unlock purge reset change stop analyze cache flush optimize repair kill ' +\n          'install uninstall checksum restore check backup revoke comment with',\n        end: /;/, endsWithParent: true,\n        lexemes: /[\\w\\.]+/,\n        keywords: {\n          keyword:\n            'as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add ' +\n            'addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias ' +\n            'allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply ' +\n            'archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan ' +\n            'atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid ' +\n            'authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile ' +\n            'before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float ' +\n            'binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound ' +\n            'buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel ' +\n            'capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base ' +\n            'char_length character_length characters characterset charindex charset charsetform charsetid check ' +\n            'checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close ' +\n            'cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation ' +\n            'collect colu colum column column_value columns columns_updated comment commit compact compatibility ' +\n            'compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn ' +\n            'connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection ' +\n            'consider consistent constant constraint constraints constructor container content contents context ' +\n            'contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost ' +\n            'count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation ' +\n            'critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user ' +\n            'cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add ' +\n            'date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts ' +\n            'day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate ' +\n            'declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults ' +\n            'deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank ' +\n            'depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor ' +\n            'deterministic diagnostics difference dimension direct_load directory disable disable_all ' +\n            'disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div ' +\n            'do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable ' +\n            'editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt ' +\n            'end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors ' +\n            'escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding ' +\n            'execu execut execute exempt exists exit exp expire explain export export_set extended extent external ' +\n            'external_1 external_2 externally extract failed failed_login_attempts failover failure far fast ' +\n            'feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final ' +\n            'finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign ' +\n            'form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ' +\n            'ftp full function general generated get get_format get_lock getdate getutcdate global global_name ' +\n            'globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups ' +\n            'gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex ' +\n            'hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified ' +\n            'identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment ' +\n            'index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile ' +\n            'initial initialized initially initrans inmemory inner innodb input insert install instance instantiable ' +\n            'instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat ' +\n            'is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists ' +\n            'keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase ' +\n            'lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit ' +\n            'lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate ' +\n            'locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call ' +\n            'logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime ' +\n            'managed management manual map mapping mask master master_pos_wait match matched materialized max ' +\n            'maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans ' +\n            'md5 measures median medium member memcompress memory merge microsecond mid migration min minextents ' +\n            'minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month ' +\n            'months mount move movement multiset mutex name name_const names nan national native natural nav nchar ' +\n            'nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile ' +\n            'nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile ' +\n            'nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder ' +\n            'nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck ' +\n            'noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe ' +\n            'nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ' +\n            'ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old ' +\n            'on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date ' +\n            'oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary ' +\n            'out outer outfile outline output over overflow overriding package pad parallel parallel_enable ' +\n            'parameters parent parse partial partition partitions pascal passing password password_grace_time ' +\n            'password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex ' +\n            'pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc ' +\n            'performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin ' +\n            'policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction ' +\n            'prediction_cost prediction_details prediction_probability prediction_set prepare present preserve ' +\n            'prior priority private private_sga privileges procedural procedure procedure_analyze processlist ' +\n            'profiles project prompt protection public publishingservername purge quarter query quick quiesce quota ' +\n            'quotename radians raise rand range rank raw read reads readsize rebuild record records ' +\n            'recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh ' +\n            'regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy ' +\n            'reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename ' +\n            'repair repeat replace replicate replication required reset resetlogs resize resource respect restore ' +\n            'restricted result result_cache resumable resume retention return returning returns reuse reverse revoke ' +\n            'right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows ' +\n            'rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll ' +\n            'sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select ' +\n            'self sequence sequential serializable server servererror session session_user sessions_per_user set ' +\n            'sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor ' +\n            'si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin ' +\n            'size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex ' +\n            'source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows ' +\n            'sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone ' +\n            'standby start starting startup statement static statistics stats_binomial_test stats_crosstab ' +\n            'stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep ' +\n            'stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev ' +\n            'stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate ' +\n            'subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum ' +\n            'suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate ' +\n            'sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo ' +\n            'template temporary terminated tertiary_weights test than then thread through tier ties time time_format ' +\n            'time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr ' +\n            'timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking ' +\n            'transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate ' +\n            'try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress ' +\n            'under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot ' +\n            'unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert ' +\n            'url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date ' +\n            'utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var ' +\n            'var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray ' +\n            'verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear ' +\n            'wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped ' +\n            'xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces ' +\n            'xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek',\n          literal:\n            'true false null unknown',\n          built_in:\n            'array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number ' +\n            'numeric real record serial serial8 smallint text time timestamp varchar varying void'\n        },\n        contains: [\n          {\n            className: 'string',\n            begin: '\\'', end: '\\'',\n            contains: [hljs.BACKSLASH_ESCAPE, {begin: '\\'\\''}]\n          },\n          {\n            className: 'string',\n            begin: '\"', end: '\"',\n            contains: [hljs.BACKSLASH_ESCAPE, {begin: '\"\"'}]\n          },\n          {\n            className: 'string',\n            begin: '`', end: '`',\n            contains: [hljs.BACKSLASH_ESCAPE]\n          },\n          hljs.C_NUMBER_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          COMMENT_MODE,\n          hljs.HASH_COMMENT_MODE\n        ]\n      },\n      hljs.C_BLOCK_COMMENT_MODE,\n      COMMENT_MODE,\n      hljs.HASH_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        begin: hljs.UNDERSCORE_IDENT_RE,\n        lexemes: hljs.UNDERSCORE_IDENT_RE,\n        keywords: {\n          // Stan's keywords\n          name:\n            'for in while repeat until if then else',\n          // Stan's probablity distributions (less beta and gamma, as commonly\n          // used for parameter names). So far, _log and _rng variants are not\n          // included\n          symbol:\n            'bernoulli bernoulli_logit binomial binomial_logit '               +\n            'beta_binomial hypergeometric categorical categorical_logit '      +\n            'ordered_logistic neg_binomial neg_binomial_2 '                    +\n            'neg_binomial_2_log poisson poisson_log multinomial normal '       +\n            'exp_mod_normal skew_normal student_t cauchy double_exponential '  +\n            'logistic gumbel lognormal chi_square inv_chi_square '             +\n            'scaled_inv_chi_square exponential inv_gamma weibull frechet '     +\n            'rayleigh wiener pareto pareto_type_2 von_mises uniform '          +\n            'multi_normal multi_normal_prec multi_normal_cholesky multi_gp '   +\n            'multi_gp_cholesky multi_student_t gaussian_dlm_obs dirichlet '    +\n            'lkj_corr lkj_corr_cholesky wishart inv_wishart',\n          // Stan's data types\n          'selector-tag':\n            'int real vector simplex unit_vector ordered positive_ordered '    +\n            'row_vector matrix cholesky_factor_corr cholesky_factor_cov '      +\n            'corr_matrix cov_matrix',\n          // Stan's model blocks\n          title:\n            'functions model data parameters quantities transformed '          +\n            'generated',\n          literal:\n            'true false'\n        },\n        relevance: 0\n      },\n      // The below is all taken from the R language definition\n      {\n        // hex value\n        className: 'number',\n        begin: \"0[xX][0-9a-fA-F]+[Li]?\\\\b\",\n        relevance: 0\n      },\n      {\n        // hex value\n        className: 'number',\n        begin: \"0[xX][0-9a-fA-F]+[Li]?\\\\b\",\n        relevance: 0\n      },\n      {\n        // explicit integer\n        className: 'number',\n        begin: \"\\\\d+(?:[eE][+\\\\-]?\\\\d*)?L\\\\b\",\n        relevance: 0\n      },\n      {\n        // number with trailing decimal\n        className: 'number',\n        begin: \"\\\\d+\\\\.(?!\\\\d)(?:i\\\\b)?\",\n        relevance: 0\n      },\n      {\n        // number\n        className: 'number',\n        begin: \"\\\\d+(?:\\\\.\\\\d*)?(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",\n        relevance: 0\n      },\n      {\n        // number with leading decimal\n        className: 'number',\n        begin: \"\\\\.\\\\d+(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['do', 'ado'],\n    case_insensitive: true,\n    keywords: 'if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize meqparse mer merg merge mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5',\n        contains: [\n      {\n        className: 'symbol',\n        begin: /`[a-zA-Z0-9_]+'/\n      },\n      {\n        className: 'variable',\n        begin: /\\$\\{?[a-zA-Z0-9_]+\\}?/\n      },\n      {\n        className: 'string',\n        variants: [\n          {begin: '`\"[^\\r\\n]*?\"\\''},\n          {begin: '\"[^\\r\\n\"]*\"'}\n        ]\n      },\n\n      {\n        className: 'built_in',\n        variants: [\n          {\n            begin: '\\\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\\\(|$)'\n          }\n        ]\n      },\n\n      hljs.COMMENT('^[ \\t]*\\\\*.*$', false),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var STEP21_IDENT_RE = '[A-Z_][A-Z0-9_.]*';\n  var STEP21_KEYWORDS = {\n    keyword: 'HEADER ENDSEC DATA'\n  };\n  var STEP21_START = {\n    className: 'meta',\n    begin: 'ISO-10303-21;',\n    relevance: 10\n  };\n  var STEP21_CLOSE = {\n    className: 'meta',\n    begin: 'END-ISO-10303-21;',\n    relevance: 10\n  };\n\n  return {\n    aliases: ['p21', 'step', 'stp'],\n    case_insensitive: true, // STEP 21 is case insensitive in theory, in practice all non-comments are capitalized.\n    lexemes: STEP21_IDENT_RE,\n    keywords: STEP21_KEYWORDS,\n    contains: [\n      STEP21_START,\n      STEP21_CLOSE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.COMMENT('/\\\\*\\\\*!', '\\\\*/'),\n      hljs.C_NUMBER_MODE,\n      hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n      {\n        className: 'string',\n        begin: \"'\", end: \"'\"\n      },\n      {\n        className: 'symbol',\n        variants: [\n          {\n            begin: '#', end: '\\\\d+',\n            illegal: '\\\\W'\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n  var VARIABLE = {\n    className: 'variable',\n    begin: '\\\\$' + hljs.IDENT_RE\n  };\n\n  var HEX_COLOR = {\n    className: 'number',\n    begin: '#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})'\n  };\n\n  var AT_KEYWORDS = [\n    'charset',\n    'css',\n    'debug',\n    'extend',\n    'font-face',\n    'for',\n    'import',\n    'include',\n    'media',\n    'mixin',\n    'page',\n    'warn',\n    'while'\n  ];\n\n  var PSEUDO_SELECTORS = [\n    'after',\n    'before',\n    'first-letter',\n    'first-line',\n    'active',\n    'first-child',\n    'focus',\n    'hover',\n    'lang',\n    'link',\n    'visited'\n  ];\n\n  var TAGS = [\n    'a',\n    'abbr',\n    'address',\n    'article',\n    'aside',\n    'audio',\n    'b',\n    'blockquote',\n    'body',\n    'button',\n    'canvas',\n    'caption',\n    'cite',\n    'code',\n    'dd',\n    'del',\n    'details',\n    'dfn',\n    'div',\n    'dl',\n    'dt',\n    'em',\n    'fieldset',\n    'figcaption',\n    'figure',\n    'footer',\n    'form',\n    'h1',\n    'h2',\n    'h3',\n    'h4',\n    'h5',\n    'h6',\n    'header',\n    'hgroup',\n    'html',\n    'i',\n    'iframe',\n    'img',\n    'input',\n    'ins',\n    'kbd',\n    'label',\n    'legend',\n    'li',\n    'mark',\n    'menu',\n    'nav',\n    'object',\n    'ol',\n    'p',\n    'q',\n    'quote',\n    'samp',\n    'section',\n    'span',\n    'strong',\n    'summary',\n    'sup',\n    'table',\n    'tbody',\n    'td',\n    'textarea',\n    'tfoot',\n    'th',\n    'thead',\n    'time',\n    'tr',\n    'ul',\n    'var',\n    'video'\n  ];\n\n  var TAG_END = '[\\\\.\\\\s\\\\n\\\\[\\\\:,]';\n\n  var ATTRIBUTES = [\n    'align-content',\n    'align-items',\n    'align-self',\n    'animation',\n    'animation-delay',\n    'animation-direction',\n    'animation-duration',\n    'animation-fill-mode',\n    'animation-iteration-count',\n    'animation-name',\n    'animation-play-state',\n    'animation-timing-function',\n    'auto',\n    'backface-visibility',\n    'background',\n    'background-attachment',\n    'background-clip',\n    'background-color',\n    'background-image',\n    'background-origin',\n    'background-position',\n    'background-repeat',\n    'background-size',\n    'border',\n    'border-bottom',\n    'border-bottom-color',\n    'border-bottom-left-radius',\n    'border-bottom-right-radius',\n    'border-bottom-style',\n    'border-bottom-width',\n    'border-collapse',\n    'border-color',\n    'border-image',\n    'border-image-outset',\n    'border-image-repeat',\n    'border-image-slice',\n    'border-image-source',\n    'border-image-width',\n    'border-left',\n    'border-left-color',\n    'border-left-style',\n    'border-left-width',\n    'border-radius',\n    'border-right',\n    'border-right-color',\n    'border-right-style',\n    'border-right-width',\n    'border-spacing',\n    'border-style',\n    'border-top',\n    'border-top-color',\n    'border-top-left-radius',\n    'border-top-right-radius',\n    'border-top-style',\n    'border-top-width',\n    'border-width',\n    'bottom',\n    'box-decoration-break',\n    'box-shadow',\n    'box-sizing',\n    'break-after',\n    'break-before',\n    'break-inside',\n    'caption-side',\n    'clear',\n    'clip',\n    'clip-path',\n    'color',\n    'column-count',\n    'column-fill',\n    'column-gap',\n    'column-rule',\n    'column-rule-color',\n    'column-rule-style',\n    'column-rule-width',\n    'column-span',\n    'column-width',\n    'columns',\n    'content',\n    'counter-increment',\n    'counter-reset',\n    'cursor',\n    'direction',\n    'display',\n    'empty-cells',\n    'filter',\n    'flex',\n    'flex-basis',\n    'flex-direction',\n    'flex-flow',\n    'flex-grow',\n    'flex-shrink',\n    'flex-wrap',\n    'float',\n    'font',\n    'font-family',\n    'font-feature-settings',\n    'font-kerning',\n    'font-language-override',\n    'font-size',\n    'font-size-adjust',\n    'font-stretch',\n    'font-style',\n    'font-variant',\n    'font-variant-ligatures',\n    'font-weight',\n    'height',\n    'hyphens',\n    'icon',\n    'image-orientation',\n    'image-rendering',\n    'image-resolution',\n    'ime-mode',\n    'inherit',\n    'initial',\n    'justify-content',\n    'left',\n    'letter-spacing',\n    'line-height',\n    'list-style',\n    'list-style-image',\n    'list-style-position',\n    'list-style-type',\n    'margin',\n    'margin-bottom',\n    'margin-left',\n    'margin-right',\n    'margin-top',\n    'marks',\n    'mask',\n    'max-height',\n    'max-width',\n    'min-height',\n    'min-width',\n    'nav-down',\n    'nav-index',\n    'nav-left',\n    'nav-right',\n    'nav-up',\n    'none',\n    'normal',\n    'object-fit',\n    'object-position',\n    'opacity',\n    'order',\n    'orphans',\n    'outline',\n    'outline-color',\n    'outline-offset',\n    'outline-style',\n    'outline-width',\n    'overflow',\n    'overflow-wrap',\n    'overflow-x',\n    'overflow-y',\n    'padding',\n    'padding-bottom',\n    'padding-left',\n    'padding-right',\n    'padding-top',\n    'page-break-after',\n    'page-break-before',\n    'page-break-inside',\n    'perspective',\n    'perspective-origin',\n    'pointer-events',\n    'position',\n    'quotes',\n    'resize',\n    'right',\n    'tab-size',\n    'table-layout',\n    'text-align',\n    'text-align-last',\n    'text-decoration',\n    'text-decoration-color',\n    'text-decoration-line',\n    'text-decoration-style',\n    'text-indent',\n    'text-overflow',\n    'text-rendering',\n    'text-shadow',\n    'text-transform',\n    'text-underline-position',\n    'top',\n    'transform',\n    'transform-origin',\n    'transform-style',\n    'transition',\n    'transition-delay',\n    'transition-duration',\n    'transition-property',\n    'transition-timing-function',\n    'unicode-bidi',\n    'vertical-align',\n    'visibility',\n    'white-space',\n    'widows',\n    'width',\n    'word-break',\n    'word-spacing',\n    'word-wrap',\n    'z-index'\n  ];\n\n  // illegals\n  var ILLEGAL = [\n    '\\\\?',\n    '(\\\\bReturn\\\\b)', // monkey\n    '(\\\\bEnd\\\\b)', // monkey\n    '(\\\\bend\\\\b)', // vbscript\n    '(\\\\bdef\\\\b)', // gradle\n    ';', // a whole lot of languages\n    '#\\\\s', // markdown\n    '\\\\*\\\\s', // markdown\n    '===\\\\s', // markdown\n    '\\\\|',\n    '%', // prolog\n  ];\n\n  return {\n    aliases: ['styl'],\n    case_insensitive: false,\n    keywords: 'if else for in',\n    illegal: '(' + ILLEGAL.join('|') + ')',\n    contains: [\n\n      // strings\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n\n      // comments\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n\n      // hex colors\n      HEX_COLOR,\n\n      // class tag\n      {\n        begin: '\\\\.[a-zA-Z][a-zA-Z0-9_-]*' + TAG_END,\n        returnBegin: true,\n        contains: [\n          {className: 'selector-class', begin: '\\\\.[a-zA-Z][a-zA-Z0-9_-]*'}\n        ]\n      },\n\n      // id tag\n      {\n        begin: '\\\\#[a-zA-Z][a-zA-Z0-9_-]*' + TAG_END,\n        returnBegin: true,\n        contains: [\n          {className: 'selector-id', begin: '\\\\#[a-zA-Z][a-zA-Z0-9_-]*'}\n        ]\n      },\n\n      // tags\n      {\n        begin: '\\\\b(' + TAGS.join('|') + ')' + TAG_END,\n        returnBegin: true,\n        contains: [\n          {className: 'selector-tag', begin: '\\\\b[a-zA-Z][a-zA-Z0-9_-]*'}\n        ]\n      },\n\n      // psuedo selectors\n      {\n        begin: '&?:?:\\\\b(' + PSEUDO_SELECTORS.join('|') + ')' + TAG_END\n      },\n\n      // @ keywords\n      {\n        begin: '\\@(' + AT_KEYWORDS.join('|') + ')\\\\b'\n      },\n\n      // variables\n      VARIABLE,\n\n      // dimension\n      hljs.CSS_NUMBER_MODE,\n\n      // number\n      hljs.NUMBER_MODE,\n\n      // functions\n      //  - only from beginning of line + whitespace\n      {\n        className: 'function',\n        begin: '^[a-zA-Z][a-zA-Z0-9_\\-]*\\\\(.*\\\\)',\n        illegal: '[\\\\n]',\n        returnBegin: true,\n        contains: [\n          {className: 'title', begin: '\\\\b[a-zA-Z][a-zA-Z0-9_\\-]*'},\n          {\n            className: 'params',\n            begin: /\\(/,\n            end: /\\)/,\n            contains: [\n              HEX_COLOR,\n              VARIABLE,\n              hljs.APOS_STRING_MODE,\n              hljs.CSS_NUMBER_MODE,\n              hljs.NUMBER_MODE,\n              hljs.QUOTE_STRING_MODE\n            ]\n          }\n        ]\n      },\n\n      // attributes\n      //  - only from beginning of line + whitespace\n      //  - must have whitespace after it\n      {\n        className: 'attribute',\n        begin: '\\\\b(' + ATTRIBUTES.reverse().join('|') + ')\\\\b',\n        starts: {\n          // value container\n          end: /;|$/,\n          contains: [\n            HEX_COLOR,\n            VARIABLE,\n            hljs.APOS_STRING_MODE,\n            hljs.QUOTE_STRING_MODE,\n            hljs.CSS_NUMBER_MODE,\n            hljs.NUMBER_MODE,\n            hljs.C_BLOCK_COMMENT_MODE\n          ],\n          illegal: /\\./,\n          relevance: 0\n        }\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var DETAILS = {\n    className: 'string',\n    begin: '\\\\[\\n(multipart)?', end: '\\\\]\\n'\n  };\n  var TIME = {\n    className: 'string',\n    begin: '\\\\d{4}-\\\\d{2}-\\\\d{2}(\\\\s+)\\\\d{2}:\\\\d{2}:\\\\d{2}\\.\\\\d+Z'\n  };\n  var PROGRESSVALUE = {\n    className: 'string',\n    begin: '(\\\\+|-)\\\\d+'\n  };\n  var KEYWORDS = {\n    className: 'keyword',\n    relevance: 10,\n    variants: [\n      { begin: '^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\\\s+(test)?' },\n      { begin: '^progress(:?)(\\\\s+)?(pop|push)?' },\n      { begin: '^tags:' },\n      { begin: '^time:' }\n    ],\n  };\n  return {\n    case_insensitive: true,\n    contains: [\n      DETAILS,\n      TIME,\n      PROGRESSVALUE,\n      KEYWORDS\n    ]\n  };\n};","module.exports = function(hljs) {\n  var SWIFT_KEYWORDS = {\n      keyword: '#available #colorLiteral #column #else #elseif #endif #file ' +\n        '#fileLiteral #function #if #imageLiteral #line #selector #sourceLocation ' +\n        '_ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype ' +\n        'associativity break case catch class continue convenience default defer deinit didSet do ' +\n        'dynamic dynamicType else enum extension fallthrough false fileprivate final for func ' +\n        'get guard if import in indirect infix init inout internal is lazy left let ' +\n        'mutating nil none nonmutating open operator optional override postfix precedence ' +\n        'prefix private protocol Protocol public repeat required rethrows return ' +\n        'right self Self set static struct subscript super switch throw throws true ' +\n        'try try! try? Type typealias unowned var weak where while willSet',\n      literal: 'true false nil',\n      built_in: 'abs advance alignof alignofValue anyGenerator assert assertionFailure ' +\n        'bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC ' +\n        'bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros ' +\n        'debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords ' +\n        'enumerate equal fatalError filter find getBridgedObjectiveCType getVaList ' +\n        'indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC ' +\n        'isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare ' +\n        'map max maxElement min minElement numericCast overlaps partition posix ' +\n        'precondition preconditionFailure print println quickSort readLine reduce reflect ' +\n        'reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split ' +\n        'startsWith stride strideof strideofValue swap toString transcode ' +\n        'underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap ' +\n        'unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer ' +\n        'withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers ' +\n        'withUnsafePointer withUnsafePointers withVaList zip'\n    };\n\n  var TYPE = {\n    className: 'type',\n    begin: '\\\\b[A-Z][\\\\w\\u00C0-\\u02B8\\']*',\n    relevance: 0\n  };\n  var BLOCK_COMMENT = hljs.COMMENT(\n    '/\\\\*',\n    '\\\\*/',\n    {\n      contains: ['self']\n    }\n  );\n  var SUBST = {\n    className: 'subst',\n    begin: /\\\\\\(/, end: '\\\\)',\n    keywords: SWIFT_KEYWORDS,\n    contains: [] // assigned later\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {begin: /\"\"\"/, end: /\"\"\"/},\n      {begin: /\"/, end: /\"/},\n    ]\n  };\n  var NUMBERS = {\n      className: 'number',\n      begin: '\\\\b([\\\\d_]+(\\\\.[\\\\deE_]+)?|0x[a-fA-F0-9_]+(\\\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\\\b',\n      relevance: 0\n  };\n  SUBST.contains = [NUMBERS];\n\n  return {\n    keywords: SWIFT_KEYWORDS,\n    contains: [\n      STRING,\n      hljs.C_LINE_COMMENT_MODE,\n      BLOCK_COMMENT,\n      TYPE,\n      NUMBERS,\n      {\n        className: 'function',\n        beginKeywords: 'func', end: '{', excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            begin: /[A-Za-z$_][0-9A-Za-z$_]*/\n          }),\n          {\n            begin: /</, end: />/\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/, endsParent: true,\n            keywords: SWIFT_KEYWORDS,\n            contains: [\n              'self',\n              NUMBERS,\n              STRING,\n              hljs.C_BLOCK_COMMENT_MODE,\n              {begin: ':'} // relevance booster\n            ],\n            illegal: /[\"']/\n          }\n        ],\n        illegal: /\\[|%/\n      },\n      {\n        className: 'class',\n        beginKeywords: 'struct protocol class extension enum',\n        keywords: SWIFT_KEYWORDS,\n        end: '\\\\{',\n        excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: /[A-Za-z$_][\\u00C0-\\u02B80-9A-Za-z$_]*/})\n        ]\n      },\n      {\n        className: 'meta', // @attributes\n        begin: '(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|' +\n                  '@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|' +\n                  '@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|' +\n                  '@infix|@prefix|@postfix|@autoclosure|@testable|@available|' +\n                  '@nonobjc|@NSApplicationMain|@UIApplicationMain)'\n\n      },\n      {\n        beginKeywords: 'import', end: /$/,\n        contains: [hljs.C_LINE_COMMENT_MODE, BLOCK_COMMENT]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n  var COMMENT = {\n    className: 'comment',\n    begin: /\\$noop\\(/,\n    end: /\\)/,\n    contains: [{\n      begin: /\\(/,\n      end: /\\)/,\n      contains: ['self', {\n        begin: /\\\\./\n      }]\n    }],\n    relevance: 10\n  };\n\n  var FUNCTION = {\n    className: 'keyword',\n    begin: /\\$(?!noop)[a-zA-Z][_a-zA-Z0-9]*/,\n    end: /\\(/,\n    excludeEnd: true\n  };\n\n  var VARIABLE = {\n    className: 'variable',\n    begin: /%[_a-zA-Z0-9:]*/,\n    end: '%'\n  };\n\n  var ESCAPE_SEQUENCE = {\n    className: 'symbol',\n    begin: /\\\\./\n  };\n\n  return {\n    contains: [\n      COMMENT,\n      FUNCTION,\n      VARIABLE,\n      ESCAPE_SEQUENCE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      // version of format and total amount of testcases\n      {\n        className: 'meta',\n        variants: [\n          { begin: '^TAP version (\\\\d+)$' },\n          { begin: '^1\\\\.\\\\.(\\\\d+)$' }\n        ],\n      },\n      // YAML block\n      {\n        begin: '(\\s+)?---$', end: '\\\\.\\\\.\\\\.$',\n        subLanguage: 'yaml',\n        relevance: 0\n      },\n\t  // testcase number\n      {\n        className: 'number',\n        begin: ' (\\\\d+) '\n      },\n\t  // testcase status and description\n      {\n        className: 'symbol',\n        variants: [\n          { begin: '^ok' },\n          { begin: '^not ok' }\n        ],\n      },\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['tk'],\n    keywords: 'after append apply array auto_execok auto_import auto_load auto_mkindex ' +\n      'auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock ' +\n      'close concat continue dde dict encoding eof error eval exec exit expr fblocked ' +\n      'fconfigure fcopy file fileevent filename flush for foreach format gets glob global ' +\n      'history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list ' +\n      'llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 '+\n      'mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex '+\n      'platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename '+\n      'return safe scan seek set socket source split string subst switch tcl_endOfWord '+\n      'tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter '+\n      'tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update '+\n      'uplevel upvar variable vwait while',\n    contains: [\n      hljs.COMMENT(';[ \\\\t]*#', '$'),\n      hljs.COMMENT('^[ \\\\t]*#', '$'),\n      {\n        beginKeywords: 'proc',\n        end: '[\\\\{]',\n        excludeEnd: true,\n        contains: [\n          {\n            className: 'title',\n            begin: '[ \\\\t\\\\n\\\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*',\n            end: '[ \\\\t\\\\n\\\\r]',\n            endsWithParent: true,\n            excludeEnd: true\n          }\n        ]\n      },\n      {\n        excludeEnd: true,\n        variants: [\n          {\n            begin: '\\\\$(\\\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\\\(([a-zA-Z0-9_])*\\\\)',\n            end: '[^a-zA-Z0-9_\\\\}\\\\$]'\n          },\n          {\n            begin: '\\\\$(\\\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*',\n            end: '(\\\\))?[^a-zA-Z0-9_\\\\}\\\\$]'\n          }\n        ]\n      },\n      {\n        className: 'string',\n        contains: [hljs.BACKSLASH_ESCAPE],\n        variants: [\n          hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n          hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null})\n        ]\n      },\n      {\n        className: 'number',\n        variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE]\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  var COMMAND = {\n    className: 'tag',\n    begin: /\\\\/,\n    relevance: 0,\n    contains: [\n      {\n        className: 'name',\n        variants: [\n          {begin: /[a-zA-Zа-яА-я]+[*]?/},\n          {begin: /[^a-zA-Zа-яА-я0-9]/}\n        ],\n        starts: {\n          endsWithParent: true,\n          relevance: 0,\n          contains: [\n            {\n              className: 'string', // because it looks like attributes in HTML tags\n              variants: [\n                {begin: /\\[/, end: /\\]/},\n                {begin: /\\{/, end: /\\}/}\n              ]\n            },\n            {\n              begin: /\\s*=\\s*/, endsWithParent: true,\n              relevance: 0,\n              contains: [\n                {\n                  className: 'number',\n                  begin: /-?\\d*\\.?\\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?/\n                }\n              ]\n            }\n          ]\n        }\n      }\n    ]\n  };\n\n  return {\n    contains: [\n      COMMAND,\n      {\n        className: 'formula',\n        contains: [COMMAND],\n        relevance: 0,\n        variants: [\n          {begin: /\\$\\$/, end: /\\$\\$/},\n          {begin: /\\$/, end: /\\$/}\n        ]\n      },\n      hljs.COMMENT(\n        '%',\n        '$',\n        {\n          relevance: 0\n        }\n      )\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BUILT_IN_TYPES = 'bool byte i16 i32 i64 double string binary';\n  return {\n    keywords: {\n      keyword:\n        'namespace const typedef struct enum service exception void oneway set list map required optional',\n      built_in:\n        BUILT_IN_TYPES,\n      literal:\n        'true false'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'struct enum service exception', end: /\\{/,\n        illegal: /\\n/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n          })\n        ]\n      },\n      {\n        begin: '\\\\b(set|list|map)\\\\s*<', end: '>',\n        keywords: BUILT_IN_TYPES,\n        contains: ['self']\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var TPID = {\n    className: 'number',\n    begin: '[1-9][0-9]*', /* no leading zeros */\n    relevance: 0\n  };\n  var TPLABEL = {\n    className: 'symbol',\n    begin: ':[^\\\\]]+'\n  };\n  var TPDATA = {\n    className: 'built_in',\n    begin: '(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|\\\n    TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\\\[', end: '\\\\]',\n    contains: [\n      'self',\n      TPID,\n      TPLABEL\n    ]\n  };\n  var TPIO = {\n    className: 'built_in',\n    begin: '(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\\\[', end: '\\\\]',\n    contains: [\n      'self',\n      TPID,\n      hljs.QUOTE_STRING_MODE, /* for pos section at bottom */\n      TPLABEL\n    ]\n  };\n\n  return {\n    keywords: {\n      keyword:\n        'ABORT ACC ADJUST AND AP_LD BREAK CALL CNT COL CONDITION CONFIG DA DB ' +\n        'DIV DETECT ELSE END ENDFOR ERR_NUM ERROR_PROG FINE FOR GP GUARD INC ' +\n        'IF JMP LINEAR_MAX_SPEED LOCK MOD MONITOR OFFSET Offset OR OVERRIDE ' +\n        'PAUSE PREG PTH RT_LD RUN SELECT SKIP Skip TA TB TO TOOL_OFFSET ' +\n        'Tool_Offset UF UT UFRAME_NUM UTOOL_NUM UNLOCK WAIT X Y Z W P R STRLEN ' +\n        'SUBSTR FINDSTR VOFFSET PROG ATTR MN POS',\n      literal:\n        'ON OFF max_speed LPOS JPOS ENABLE DISABLE START STOP RESET'\n    },\n    contains: [\n      TPDATA,\n      TPIO,\n      {\n        className: 'keyword',\n        begin: '/(PROG|ATTR|MN|POS|END)\\\\b'\n      },\n      {\n        /* this is for cases like ,CALL */\n        className: 'keyword',\n        begin: '(CALL|RUN|POINT_LOGIC|LBL)\\\\b'\n      },\n      {\n        /* this is for cases like CNT100 where the default lexemes do not\n         * separate the keyword and the number */\n        className: 'keyword',\n        begin: '\\\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)'\n      },\n      {\n        /* to catch numbers that do not have a word boundary on the left */\n        className: 'number',\n        begin: '\\\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\\\b',\n        relevance: 0\n      },\n      hljs.COMMENT('//', '[;$]'),\n      hljs.COMMENT('!', '[;$]'),\n      hljs.COMMENT('--eg:', '$'),\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\'', end: '\\''\n      },\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'variable',\n        begin: '\\\\$[A-Za-z0-9_]+'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)'\n  };\n\n  var FUNCTION_NAMES = 'attribute block constant cycle date dump include ' +\n                  'max min parent random range source template_from_string';\n\n  var FUNCTIONS = {\n    beginKeywords: FUNCTION_NAMES,\n    keywords: {name: FUNCTION_NAMES},\n    relevance: 0,\n    contains: [\n      PARAMS\n    ]\n  };\n\n  var FILTER = {\n    begin: /\\|[A-Za-z_]+:?/,\n    keywords:\n      'abs batch capitalize convert_encoding date date_modify default ' +\n      'escape first format join json_encode keys last length lower ' +\n      'merge nl2br number_format raw replace reverse round slice sort split ' +\n      'striptags title trim upper url_encode',\n    contains: [\n      FUNCTIONS\n    ]\n  };\n\n  var TAGS = 'autoescape block do embed extends filter flush for ' +\n    'if import include macro sandbox set spaceless use verbatim';\n\n  TAGS = TAGS + ' ' + TAGS.split(' ').map(function(t){return 'end' + t}).join(' ');\n\n  return {\n    aliases: ['craftcms'],\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT(/\\{#/, /#}/),\n      {\n        className: 'template-tag',\n        begin: /\\{%/, end: /%}/,\n        contains: [\n          {\n            className: 'name',\n            begin: /\\w+/,\n            keywords: TAGS,\n            starts: {\n              endsWithParent: true,\n              contains: [FILTER, FUNCTIONS],\n              relevance: 0\n            }\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{\\{/, end: /}}/,\n        contains: ['self', FILTER, FUNCTIONS]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var JS_IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*';\n  var KEYWORDS = {\n    keyword:\n      'in if for while finally var new function do return void else break catch ' +\n      'instanceof with throw case default try this switch continue typeof delete ' +\n      'let yield const class public private protected get set super ' +\n      'static implements enum export import declare type namespace abstract ' +\n      'as from extends async await',\n    literal:\n      'true false null undefined NaN Infinity',\n    built_in:\n      'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent ' +\n      'encodeURI encodeURIComponent escape unescape Object Function Boolean Error ' +\n      'EvalError InternalError RangeError ReferenceError StopIteration SyntaxError ' +\n      'TypeError URIError Number Math Date String RegExp Array Float32Array ' +\n      'Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array ' +\n      'Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require ' +\n      'module console window document any number boolean string void Promise'\n  };\n\n  var DECORATOR = {\n    className: 'meta',\n    begin: '@' + JS_IDENT_RE,\n  };\n\n  var ARGS =\n  {\n    begin: '\\\\(',\n    end: /\\)/,\n    keywords: KEYWORDS,\n    contains: [\n      'self',\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.NUMBER_MODE\n    ]\n  };\n\n  var PARAMS = {\n    className: 'params',\n    begin: /\\(/, end: /\\)/,\n    excludeBegin: true,\n    excludeEnd: true,\n    keywords: KEYWORDS,\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      DECORATOR,\n      ARGS\n    ]\n  };\n\n  return {\n    aliases: ['ts'],\n    keywords: KEYWORDS,\n    contains: [\n      {\n        className: 'meta',\n        begin: /^\\s*['\"]use strict['\"]/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      { // template string\n        className: 'string',\n        begin: '`', end: '`',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {\n            className: 'subst',\n            begin: '\\\\$\\\\{', end: '\\\\}'\n          }\n        ]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'number',\n        variants: [\n          { begin: '\\\\b(0[bB][01]+)' },\n          { begin: '\\\\b(0[oO][0-7]+)' },\n          { begin: hljs.C_NUMBER_RE }\n        ],\n        relevance: 0\n      },\n      { // \"value\" container\n        begin: '(' + hljs.RE_STARTERS_RE + '|\\\\b(case|return|throw)\\\\b)\\\\s*',\n        keywords: 'return throw case',\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.REGEXP_MODE,\n          {\n            className: 'function',\n            begin: '(\\\\(.*?\\\\)|' + hljs.IDENT_RE + ')\\\\s*=>', returnBegin: true,\n            end: '\\\\s*=>',\n            contains: [\n              {\n                className: 'params',\n                variants: [\n                  {\n                    begin: hljs.IDENT_RE\n                  },\n                  {\n                    begin: /\\(\\s*\\)/,\n                  },\n                  {\n                    begin: /\\(/, end: /\\)/,\n                    excludeBegin: true, excludeEnd: true,\n                    keywords: KEYWORDS,\n                    contains: [\n                      'self',\n                      hljs.C_LINE_COMMENT_MODE,\n                      hljs.C_BLOCK_COMMENT_MODE\n                    ]\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'function',\n        begin: 'function', end: /[\\{;]/, excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          'self',\n          hljs.inherit(hljs.TITLE_MODE, { begin: JS_IDENT_RE }),\n          PARAMS\n        ],\n        illegal: /%/,\n        relevance: 0 // () => {} is more typical in TypeScript\n      },\n      {\n        beginKeywords: 'constructor', end: /\\{/, excludeEnd: true,\n        contains: [\n          'self',\n          PARAMS\n        ]\n      },\n      { // prevent references like module.id from being higlighted as module definitions\n        begin: /module\\./,\n        keywords: { built_in: 'module' },\n        relevance: 0\n      },\n      {\n        beginKeywords: 'module', end: /\\{/, excludeEnd: true\n      },\n      {\n        beginKeywords: 'interface', end: /\\{/, excludeEnd: true,\n        keywords: 'interface extends'\n      },\n      {\n        begin: /\\$[(.]/ // relevance booster for a pattern common to JS libs: `$(something)` and `$.something`\n      },\n      {\n        begin: '\\\\.' + hljs.IDENT_RE, relevance: 0 // hack: prevents detection of keywords after dots\n      },\n      DECORATOR,\n      ARGS\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        // Value types\n        'char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 ' +\n        'uint16 uint32 uint64 float double bool struct enum string void ' +\n        // Reference types\n        'weak unowned owned ' +\n        // Modifiers\n        'async signal static abstract interface override virtual delegate ' +\n        // Control Structures\n        'if while do for foreach else switch case break default return try catch ' +\n        // Visibility\n        'public private protected internal ' +\n        // Other\n        'using new this get set const stdout stdin stderr var',\n      built_in:\n        'DBus GLib CCode Gee Object Gtk Posix',\n      literal:\n        'false true null'\n    },\n    contains: [\n      {\n        className: 'class',\n        beginKeywords: 'class interface namespace', end: '{', excludeEnd: true,\n        illegal: '[^,:\\\\n\\\\s\\\\.]',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'string',\n        begin: '\"\"\"', end: '\"\"\"',\n        relevance: 5\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '^#', end: '$',\n        relevance: 2\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['vb'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval ' + /* a-b */\n        'call case catch class compare const continue custom declare default delegate dim distinct do ' + /* c-d */\n        'each equals else elseif end enum erase error event exit explicit finally for friend from function ' + /* e-f */\n        'get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue ' + /* g-i */\n        'join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass ' + /* j-m */\n        'namespace narrowing new next not notinheritable notoverridable ' + /* n */\n        'of off on operator option optional or order orelse overloads overridable overrides ' + /* o */\n        'paramarray partial preserve private property protected public ' + /* p */\n        'raiseevent readonly redim rem removehandler resume return ' + /* r */\n        'select set shadows shared skip static step stop structure strict sub synclock ' + /* s */\n        'take text then throw to try unicode until using when where while widening with withevents writeonly xor', /* t-x */\n      built_in:\n        'boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype ' +  /* b-c */\n        'date decimal directcast double gettype getxmlnamespace iif integer long object ' + /* d-o */\n        'sbyte short single string trycast typeof uinteger ulong ushort', /* s-u */\n      literal:\n        'true false nothing'\n    },\n    illegal: '//|{|}|endif|gosub|variant|wend|^\\\\$ ', /* reserved deprecated keywords */\n    contains: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [{begin: '\"\"'}]}),\n      hljs.COMMENT(\n        '\\'',\n        '$',\n        {\n          returnBegin: true,\n          contains: [\n            {\n              className: 'doctag',\n              begin: '\\'\\'\\'|<!--|-->',\n              contains: [hljs.PHRASAL_WORDS_MODE]\n            },\n            {\n              className: 'doctag',\n              begin: '</?', end: '>',\n              contains: [hljs.PHRASAL_WORDS_MODE]\n            }\n          ]\n        }\n      ),\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$',\n        keywords: {'meta-keyword': 'if else elseif end region externalsource'}\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      {\n        begin: '<%', end: '%>',\n        subLanguage: 'vbscript'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['vbs'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'call class const dim do loop erase execute executeglobal exit for each next function ' +\n        'if then else on error option explicit new private property let get public randomize ' +\n        'redim rem select case set stop sub while wend with end to elseif is or xor and not ' +\n        'class_initialize class_terminate default preserve in me byval byref step resume goto',\n      built_in:\n        'lcase month vartype instrrev ubound setlocale getobject rgb getref string ' +\n        'weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency ' +\n        'conversions csng timevalue second year space abs clng timeserial fixs len asc ' +\n        'isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate ' +\n        'instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex ' +\n        'chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim ' +\n        'strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion ' +\n        'scriptengine split scriptengineminorversion cint sin datepart ltrim sqr ' +\n        'scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw ' +\n        'chrw regexp server response request cstr err',\n      literal:\n        'true false null nothing empty'\n    },\n    illegal: '//',\n    contains: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [{begin: '\"\"'}]}),\n      hljs.COMMENT(\n        /'/,\n        /$/,\n        {\n          relevance: 0\n        }\n      ),\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var SV_KEYWORDS = {\n    keyword:\n      'accept_on alias always always_comb always_ff always_latch and assert assign ' +\n      'assume automatic before begin bind bins binsof bit break buf|0 bufif0 bufif1 ' +\n      'byte case casex casez cell chandle checker class clocking cmos config const ' +\n      'constraint context continue cover covergroup coverpoint cross deassign default ' +\n      'defparam design disable dist do edge else end endcase endchecker endclass ' +\n      'endclocking endconfig endfunction endgenerate endgroup endinterface endmodule ' +\n      'endpackage endprimitive endprogram endproperty endspecify endsequence endtable ' +\n      'endtask enum event eventually expect export extends extern final first_match for ' +\n      'force foreach forever fork forkjoin function generate|5 genvar global highz0 highz1 ' +\n      'if iff ifnone ignore_bins illegal_bins implements implies import incdir include ' +\n      'initial inout input inside instance int integer interconnect interface intersect ' +\n      'join join_any join_none large let liblist library local localparam logic longint ' +\n      'macromodule matches medium modport module nand negedge nettype new nexttime nmos ' +\n      'nor noshowcancelled not notif0 notif1 or output package packed parameter pmos ' +\n      'posedge primitive priority program property protected pull0 pull1 pulldown pullup ' +\n      'pulsestyle_ondetect pulsestyle_onevent pure rand randc randcase randsequence rcmos ' +\n      'real realtime ref reg reject_on release repeat restrict return rnmos rpmos rtran ' +\n      'rtranif0 rtranif1 s_always s_eventually s_nexttime s_until s_until_with scalared ' +\n      'sequence shortint shortreal showcancelled signed small soft solve specify specparam ' +\n      'static string strong strong0 strong1 struct super supply0 supply1 sync_accept_on ' +\n      'sync_reject_on table tagged task this throughout time timeprecision timeunit tran ' +\n      'tranif0 tranif1 tri tri0 tri1 triand trior trireg type typedef union unique unique0 ' +\n      'unsigned until until_with untyped use uwire var vectored virtual void wait wait_order ' +\n      'wand weak weak0 weak1 while wildcard wire with within wor xnor xor',\n    literal:\n      'null',\n    built_in:\n      '$finish $stop $exit $fatal $error $warning $info $realtime $time $printtimescale ' +\n      '$bitstoreal $bitstoshortreal $itor $signed $cast $bits $stime $timeformat ' +\n      '$realtobits $shortrealtobits $rtoi $unsigned $asserton $assertkill $assertpasson ' +\n      '$assertfailon $assertnonvacuouson $assertoff $assertcontrol $assertpassoff ' +\n      '$assertfailoff $assertvacuousoff $isunbounded $sampled $fell $changed $past_gclk ' +\n      '$fell_gclk $changed_gclk $rising_gclk $steady_gclk $coverage_control ' +\n      '$coverage_get $coverage_save $set_coverage_db_name $rose $stable $past ' +\n      '$rose_gclk $stable_gclk $future_gclk $falling_gclk $changing_gclk $display ' +\n      '$coverage_get_max $coverage_merge $get_coverage $load_coverage_db $typename ' +\n      '$unpacked_dimensions $left $low $increment $clog2 $ln $log10 $exp $sqrt $pow ' +\n      '$floor $ceil $sin $cos $tan $countbits $onehot $isunknown $fatal $warning ' +\n      '$dimensions $right $high $size $asin $acos $atan $atan2 $hypot $sinh $cosh ' +\n      '$tanh $asinh $acosh $atanh $countones $onehot0 $error $info $random ' +\n      '$dist_chi_square $dist_erlang $dist_exponential $dist_normal $dist_poisson ' +\n      '$dist_t $dist_uniform $q_initialize $q_remove $q_exam $async$and$array ' +\n      '$async$nand$array $async$or$array $async$nor$array $sync$and$array ' +\n      '$sync$nand$array $sync$or$array $sync$nor$array $q_add $q_full $psprintf ' +\n      '$async$and$plane $async$nand$plane $async$or$plane $async$nor$plane ' +\n      '$sync$and$plane $sync$nand$plane $sync$or$plane $sync$nor$plane $system ' +\n      '$display $displayb $displayh $displayo $strobe $strobeb $strobeh $strobeo ' +\n      '$write $readmemb $readmemh $writememh $value$plusargs ' +\n      '$dumpvars $dumpon $dumplimit $dumpports $dumpportson $dumpportslimit ' +\n      '$writeb $writeh $writeo $monitor $monitorb $monitorh $monitoro $writememb ' +\n      '$dumpfile $dumpoff $dumpall $dumpflush $dumpportsoff $dumpportsall ' +\n      '$dumpportsflush $fclose $fdisplay $fdisplayb $fdisplayh $fdisplayo ' +\n      '$fstrobe $fstrobeb $fstrobeh $fstrobeo $swrite $swriteb $swriteh ' +\n      '$swriteo $fscanf $fread $fseek $fflush $feof $fopen $fwrite $fwriteb ' +\n      '$fwriteh $fwriteo $fmonitor $fmonitorb $fmonitorh $fmonitoro $sformat ' +\n      '$sformatf $fgetc $ungetc $fgets $sscanf $rewind $ftell $ferror'\n    };\n  return {\n    aliases: ['v', 'sv', 'svh'],\n    case_insensitive: false,\n    keywords: SV_KEYWORDS, lexemes: /[\\w\\$]+/,\n    contains: [\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'number',\n        contains: [hljs.BACKSLASH_ESCAPE],\n        variants: [\n          {begin: '\\\\b((\\\\d+\\'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)'},\n          {begin: '\\\\B((\\'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)'},\n          {begin: '\\\\b([0-9_])+', relevance: 0}\n        ]\n      },\n      /* parameters to instances */\n      {\n        className: 'variable',\n        variants: [\n          {begin: '#\\\\((?!parameter).+\\\\)'},\n          {begin: '\\\\.\\\\w+', relevance: 0},\n        ]\n      },\n      {\n        className: 'meta',\n        begin: '`', end: '$',\n        keywords: {'meta-keyword': 'define __FILE__ ' +\n          '__LINE__ begin_keywords celldefine default_nettype define ' +\n          'else elsif end_keywords endcelldefine endif ifdef ifndef ' +\n          'include line nounconnected_drive pragma resetall timescale ' +\n          'unconnected_drive undef undefineall'},\n        relevance: 0\n      }\n    ]\n  }; // return\n};","module.exports = function(hljs) {\n  // Regular expression for VHDL numeric literals.\n\n  // Decimal literal:\n  var INTEGER_RE = '\\\\d(_|\\\\d)*';\n  var EXPONENT_RE = '[eE][-+]?' + INTEGER_RE;\n  var DECIMAL_LITERAL_RE = INTEGER_RE + '(\\\\.' + INTEGER_RE + ')?' + '(' + EXPONENT_RE + ')?';\n  // Based literal:\n  var BASED_INTEGER_RE = '\\\\w+';\n  var BASED_LITERAL_RE = INTEGER_RE + '#' + BASED_INTEGER_RE + '(\\\\.' + BASED_INTEGER_RE + ')?' + '#' + '(' + EXPONENT_RE + ')?';\n\n  var NUMBER_RE = '\\\\b(' + BASED_LITERAL_RE + '|' + DECIMAL_LITERAL_RE + ')';\n\n  return {\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'abs access after alias all and architecture array assert assume assume_guarantee attribute ' +\n        'begin block body buffer bus case component configuration constant context cover disconnect ' +\n        'downto default else elsif end entity exit fairness file for force function generate ' +\n        'generic group guarded if impure in inertial inout is label library linkage literal ' +\n        'loop map mod nand new next nor not null of on open or others out package parameter port ' +\n        'postponed procedure process property protected pure range record register reject ' +\n        'release rem report restrict restrict_guarantee return rol ror select sequence ' +\n        'severity shared signal sla sll sra srl strong subtype then to transport type ' +\n        'unaffected units until use variable view vmode vprop vunit wait when while with xnor xor',\n      built_in:\n        'boolean bit character ' +\n        'integer time delay_length natural positive ' +\n        'string bit_vector file_open_kind file_open_status ' +\n        'std_logic std_logic_vector unsigned signed boolean_vector integer_vector ' +\n        'std_ulogic std_ulogic_vector unresolved_unsigned u_unsigned unresolved_signed u_signed ' +\n        'real_vector time_vector',\n      literal:\n        'false true note warning error failure ' +  // severity_level\n        'line text side width'                      // textio\n    },\n    illegal: '{',\n    contains: [\n      hljs.C_BLOCK_COMMENT_MODE,      // VHDL-2008 block commenting.\n      hljs.COMMENT('--', '$'),\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'number',\n        begin: NUMBER_RE,\n        relevance: 0\n      },\n      {\n        className: 'string',\n        begin: '\\'(U|X|0|1|Z|W|L|H|-)\\'',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        className: 'symbol',\n        begin: '\\'[A-Za-z](_?[A-Za-z0-9])*',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    lexemes: /[!#@\\w]+/,\n    keywords: {\n      keyword:\n        // express version except: ! & * < = > !! # @ @@\n        'N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope '+\n        'cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc '+\n        'ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 '+\n        'profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor '+\n        'so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew '+\n        'tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ '+\n        // full version\n        'Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload '+\n        'bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap '+\n        'cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor '+\n        'endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap '+\n        'imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview '+\n        'lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap '+\n        'nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext '+\n        'ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding '+\n        'scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace '+\n        'startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious '+'trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew '+\n        'vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank',\n      built_in: //built in func\n        'synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv ' +\n        'complete_check add getwinposx getqflist getwinposy screencol ' +\n        'clearmatches empty extend getcmdpos mzeval garbagecollect setreg ' +\n        'ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable ' +\n        'shiftwidth max sinh isdirectory synID system inputrestore winline ' +\n        'atan visualmode inputlist tabpagewinnr round getregtype mapcheck ' +\n        'hasmapto histdel argidx findfile sha256 exists toupper getcmdline ' +\n        'taglist string getmatches bufnr strftime winwidth bufexists ' +\n        'strtrans tabpagebuflist setcmdpos remote_read printf setloclist ' +\n        'getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval ' +\n        'resolve libcallnr foldclosedend reverse filter has_key bufname ' +\n        'str2float strlen setline getcharmod setbufvar index searchpos ' +\n        'shellescape undofile foldclosed setqflist buflisted strchars str2nr ' +\n        'virtcol floor remove undotree remote_expr winheight gettabwinvar ' +\n        'reltime cursor tabpagenr finddir localtime acos getloclist search ' +\n        'tanh matchend rename gettabvar strdisplaywidth type abs py3eval ' +\n        'setwinvar tolower wildmenumode log10 spellsuggest bufloaded ' +\n        'synconcealed nextnonblank server2client complete settabwinvar ' +\n        'executable input wincol setmatches getftype hlID inputsave ' +\n        'searchpair or screenrow line settabvar histadd deepcopy strpart ' +\n        'remote_peek and eval getftime submatch screenchar winsaveview ' +\n        'matchadd mkdir screenattr getfontname libcall reltimestr getfsize ' +\n        'winnr invert pow getbufline byte2line soundfold repeat fnameescape ' +\n        'tagfiles sin strwidth spellbadword trunc maparg log lispindent ' +\n        'hostname setpos globpath remote_foreground getchar synIDattr ' +\n        'fnamemodify cscope_connection stridx winbufnr indent min ' +\n        'complete_add nr2char searchpairpos inputdialog values matchlist ' +\n        'items hlexists strridx browsedir expand fmod pathshorten line2byte ' +\n        'argc count getwinvar glob foldtextresult getreg foreground cosh ' +\n        'matchdelete has char2nr simplify histget searchdecl iconv ' +\n        'winrestcmd pumvisible writefile foldlevel haslocaldir keys cos ' +\n        'matchstr foldtext histnr tan tempname getcwd byteidx getbufvar ' +\n        'islocked escape eventhandler remote_send serverlist winrestview ' +\n        'synstack pyeval prevnonblank readfile cindent filereadable changenr ' +\n        'exp'\n    },\n    illegal: /;/,\n    contains: [\n      hljs.NUMBER_MODE,\n      {\n        className: 'string',\n        begin: '\\'', end: '\\'',\n        illegal: '\\\\n'\n      },\n\n      /*\n      A double quote can start either a string or a line comment. Strings are\n      ended before the end of a line by another double quote and can contain\n      escaped double-quotes and post-escaped line breaks.\n\n      Also, any double quote at the beginning of a line is a comment but we\n      don't handle that properly at the moment: any double quote inside will\n      turn them into a string. Handling it properly will require a smarter\n      parser.\n      */\n      {\n        className: 'string',\n        begin: /\"(\\\\\"|\\n\\\\|[^\"\\n])*\"/\n      },\n      hljs.COMMENT('\"', '$'),\n\n      {\n        className: 'variable',\n        begin: /[bwtglsav]:[\\w\\d_]*/\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function function!', end: '$',\n        relevance: 0,\n        contains: [\n          hljs.TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)'\n          }\n        ]\n      },\n      {\n        className: 'symbol',\n        begin: /<[\\w-]+>/\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    lexemes: '[.%]?' + hljs.IDENT_RE,\n    keywords: {\n      keyword:\n        'lock rep repe repz repne repnz xaquire xrelease bnd nobnd ' +\n        'aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63',\n      built_in:\n        // Instruction pointer\n        'ip eip rip ' +\n        // 8-bit registers\n        'al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ' +\n        // 16-bit registers\n        'ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w ' +\n        // 32-bit registers\n        'eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d ' +\n        // 64-bit registers\n        'rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 ' +\n        // Segment registers\n        'cs ds es fs gs ss ' +\n        // Floating point stack registers\n        'st st0 st1 st2 st3 st4 st5 st6 st7 ' +\n        // MMX Registers\n        'mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 ' +\n        // SSE registers\n        'xmm0  xmm1  xmm2  xmm3  xmm4  xmm5  xmm6  xmm7  xmm8  xmm9 xmm10  xmm11 xmm12 xmm13 xmm14 xmm15 ' +\n        'xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ' +\n        // AVX registers\n        'ymm0  ymm1  ymm2  ymm3  ymm4  ymm5  ymm6  ymm7  ymm8  ymm9 ymm10  ymm11 ymm12 ymm13 ymm14 ymm15 ' +\n        'ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 ' +\n        // AVX-512F registers\n        'zmm0  zmm1  zmm2  zmm3  zmm4  zmm5  zmm6  zmm7  zmm8  zmm9 zmm10  zmm11 zmm12 zmm13 zmm14 zmm15 ' +\n        'zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 ' +\n        // AVX-512F mask registers\n        'k0 k1 k2 k3 k4 k5 k6 k7 ' +\n        // Bound (MPX) register\n        'bnd0 bnd1 bnd2 bnd3 ' +\n        // Special register\n        'cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 ' +\n        // NASM altreg package\n        'r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b ' +\n        'r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d ' +\n        'r0h r1h r2h r3h ' +\n        'r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l ' +\n\n        'db dw dd dq dt ddq do dy dz ' +\n        'resb resw resd resq rest resdq reso resy resz ' +\n        'incbin equ times ' +\n        'byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr',\n\n      meta:\n        '%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif ' +\n        '%if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep ' +\n        '%endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment ' +\n        '.nolist ' +\n        '__FILE__ __LINE__ __SECT__  __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ ' +\n        '__UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__  __PASS__ struc endstruc istruc at iend ' +\n        'align alignb sectalign daz nodaz up down zero default option assume public ' +\n\n        'bits use16 use32 use64 default section segment absolute extern global common cpu float ' +\n        '__utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ ' +\n        '__float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ ' +\n        '__Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e ' +\n        'float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__'\n    },\n    contains: [\n      hljs.COMMENT(\n        ';',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      {\n        className: 'number',\n        variants: [\n          // Float number and x87 BCD\n          {\n            begin: '\\\\b(?:([0-9][0-9_]*)?\\\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|' +\n                   '(0[Xx])?[0-9][0-9_]*\\\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\\\b',\n            relevance: 0\n          },\n\n          // Hex number in $\n          { begin: '\\\\$[0-9][0-9A-Fa-f]*', relevance: 0 },\n\n          // Number in H,D,T,Q,O,B,Y suffix\n          { begin: '\\\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\\\b' },\n\n          // Number in X,D,T,Q,O,B,Y prefix\n          { begin: '\\\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\\\b'}\n        ]\n      },\n      // Double quote string\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        variants: [\n          // Single-quoted string\n          { begin: '\\'', end: '[^\\\\\\\\]\\'' },\n          // Backquoted string\n          { begin: '`', end: '[^\\\\\\\\]`' }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'symbol',\n        variants: [\n          // Global label and local label\n          { begin: '^\\\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\\\s+label)' },\n          // Macro-local label\n          { begin: '^\\\\s*%%[A-Za-z0-9_$#@~.?]*:' }\n        ],\n        relevance: 0\n      },\n      // Macro parameter\n      {\n        className: 'subst',\n        begin: '%[0-9]+',\n        relevance: 0\n      },\n      // Macro parameter\n      {\n        className: 'subst',\n        begin: '%!\\S+',\n        relevance: 0\n      },\n      {\n        className: 'meta',\n        begin: /^\\s*\\.[\\w_-]+/\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BUILTIN_MODULES =\n    'ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo ' +\n    'StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts';\n\n  var XL_KEYWORDS = {\n    keyword:\n      'if then else do while until for loop import with is as where when by data constant ' +\n      'integer real text name boolean symbol infix prefix postfix block tree',\n    literal:\n      'true false nil',\n    built_in:\n      'in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin ' +\n      'acos atan exp expm1 log log2 log10 log1p pi at text_length text_range ' +\n      'text_find text_replace contains page slide basic_slide title_slide ' +\n      'title subtitle fade_in fade_out fade_at clear_color color line_color ' +\n      'line_width texture_wrap texture_transform texture scale_?x scale_?y ' +\n      'scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y ' +\n      'rotate_?z? rectangle circle ellipse sphere path line_to move_to ' +\n      'quad_to curve_to theme background contents locally time mouse_?x ' +\n      'mouse_?y mouse_buttons ' +\n      BUILTIN_MODULES\n  };\n\n  var DOUBLE_QUOTE_TEXT = {\n    className: 'string',\n    begin: '\"', end: '\"', illegal: '\\\\n'\n  };\n  var SINGLE_QUOTE_TEXT = {\n    className: 'string',\n    begin: '\\'', end: '\\'', illegal: '\\\\n'\n  };\n  var LONG_TEXT = {\n    className: 'string',\n    begin: '<<', end: '>>'\n  };\n  var BASED_NUMBER = {\n    className: 'number',\n    begin: '[0-9]+#[0-9A-Z_]+(\\\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?'\n  };\n  var IMPORT = {\n    beginKeywords: 'import', end: '$',\n    keywords: XL_KEYWORDS,\n    contains: [DOUBLE_QUOTE_TEXT]\n  };\n  var FUNCTION_DEFINITION = {\n    className: 'function',\n    begin: /[a-z][^\\n]*->/, returnBegin: true, end: /->/,\n    contains: [\n      hljs.inherit(hljs.TITLE_MODE, {starts: {\n        endsWithParent: true,\n        keywords: XL_KEYWORDS\n      }})\n    ]\n  };\n  return {\n    aliases: ['tao'],\n    lexemes: /[a-zA-Z][a-zA-Z0-9_?]*/,\n    keywords: XL_KEYWORDS,\n    contains: [\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    DOUBLE_QUOTE_TEXT,\n    SINGLE_QUOTE_TEXT,\n    LONG_TEXT,\n    FUNCTION_DEFINITION,\n    IMPORT,\n    BASED_NUMBER,\n    hljs.NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var XML_IDENT_RE = '[A-Za-z0-9\\\\._:-]+';\n  var TAG_INTERNALS = {\n    endsWithParent: true,\n    illegal: /</,\n    relevance: 0,\n    contains: [\n      {\n        className: 'attr',\n        begin: XML_IDENT_RE,\n        relevance: 0\n      },\n      {\n        begin: /=\\s*/,\n        relevance: 0,\n        contains: [\n          {\n            className: 'string',\n            endsParent: true,\n            variants: [\n              {begin: /\"/, end: /\"/},\n              {begin: /'/, end: /'/},\n              {begin: /[^\\s\"'=<>`]+/}\n            ]\n          }\n        ]\n      }\n    ]\n  };\n  return {\n    aliases: ['html', 'xhtml', 'rss', 'atom', 'xjb', 'xsd', 'xsl', 'plist'],\n    case_insensitive: true,\n    contains: [\n      {\n        className: 'meta',\n        begin: '<!DOCTYPE', end: '>',\n        relevance: 10,\n        contains: [{begin: '\\\\[', end: '\\\\]'}]\n      },\n      hljs.COMMENT(\n        '<!--',\n        '-->',\n        {\n          relevance: 10\n        }\n      ),\n      {\n        begin: '<\\\\!\\\\[CDATA\\\\[', end: '\\\\]\\\\]>',\n        relevance: 10\n      },\n      {\n        className: 'meta',\n        begin: /<\\?xml/, end: /\\?>/, relevance: 10\n      },\n      {\n        begin: /<\\?(php)?/, end: /\\?>/,\n        subLanguage: 'php',\n        contains: [\n          // We don't want the php closing tag ?> to close the PHP block when\n          // inside any of the following blocks:\n          {begin: '/\\\\*', end: '\\\\*/', skip: true},\n          {begin: 'b\"', end: '\"', skip: true},\n          {begin: 'b\\'', end: '\\'', skip: true},\n          hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null, className: null, contains: null, skip: true}),\n          hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null, className: null, contains: null, skip: true})\n        ]\n      },\n      {\n        className: 'tag',\n        /*\n        The lookahead pattern (?=...) ensures that 'begin' only matches\n        '<style' as a single word, followed by a whitespace or an\n        ending braket. The '$' is needed for the lexeme to be recognized\n        by hljs.subMode() that tests lexemes outside the stream.\n        */\n        begin: '<style(?=\\\\s|>|$)', end: '>',\n        keywords: {name: 'style'},\n        contains: [TAG_INTERNALS],\n        starts: {\n          end: '</style>', returnEnd: true,\n          subLanguage: ['css', 'xml']\n        }\n      },\n      {\n        className: 'tag',\n        // See the comment in the <style tag about the lookahead pattern\n        begin: '<script(?=\\\\s|>|$)', end: '>',\n        keywords: {name: 'script'},\n        contains: [TAG_INTERNALS],\n        starts: {\n          end: '\\<\\/script\\>', returnEnd: true,\n          subLanguage: ['actionscript', 'javascript', 'handlebars', 'xml']\n        }\n      },\n      {\n        className: 'tag',\n        begin: '</?', end: '/?>',\n        contains: [\n          {\n            className: 'name', begin: /[^\\/><\\s]+/, relevance: 0\n          },\n          TAG_INTERNALS\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = 'for let if while then else return where group by xquery encoding version' +\n    'module namespace boundary-space preserve strip default collation base-uri ordering' +\n    'copy-namespaces order declare import schema namespace function option in allowing empty' +\n    'at tumbling window sliding window start when only end when previous next stable ascending' +\n    'descending empty greatest least some every satisfies switch case typeswitch try catch and' +\n    'or to union intersect instance of treat as castable cast map array delete insert into' +\n    'replace value rename copy modify update';\n  var LITERAL = 'false true xs:string xs:integer element item xs:date xs:datetime xs:float xs:double xs:decimal QName xs:anyURI xs:long xs:int xs:short xs:byte attribute';\n  var VAR = {\n    begin: /\\$[a-zA-Z0-9\\-]+/\n  };\n\n  var NUMBER = {\n    className: 'number',\n    begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n    relevance: 0\n  };\n\n  var STRING = {\n    className: 'string',\n    variants: [\n      {begin: /\"/, end: /\"/, contains: [{begin: /\"\"/, relevance: 0}]},\n      {begin: /'/, end: /'/, contains: [{begin: /''/, relevance: 0}]}\n    ]\n  };\n\n  var ANNOTATION = {\n    className: 'meta',\n    begin: '%\\\\w+'\n  };\n\n  var COMMENT = {\n    className: 'comment',\n    begin: '\\\\(:', end: ':\\\\)',\n    relevance: 10,\n    contains: [\n      {\n        className: 'doctag', begin: '@\\\\w+'\n      }\n    ]\n  };\n\n  var METHOD = {\n    begin: '{', end: '}'\n  };\n\n  var CONTAINS = [\n    VAR,\n    STRING,\n    NUMBER,\n    COMMENT,\n    ANNOTATION,\n    METHOD\n  ];\n  METHOD.contains = CONTAINS;\n\n\n  return {\n    aliases: ['xpath', 'xq'],\n    case_insensitive: false,\n    lexemes: /[a-zA-Z\\$][a-zA-Z0-9_:\\-]*/,\n    illegal: /(proc)|(abstract)|(extends)|(until)|(#)/,\n    keywords: {\n      keyword: KEYWORDS,\n      literal: LITERAL\n    },\n    contains: CONTAINS\n  };\n};","module.exports = function(hljs) {\n  var LITERALS = 'true false yes no null';\n\n  var keyPrefix = '^[ \\\\-]*';\n  var keyName =  '[a-zA-Z_][\\\\w\\\\-]*';\n  var KEY = {\n    className: 'attr',\n    variants: [\n      { begin: keyPrefix + keyName + \":\"},\n      { begin: keyPrefix + '\"' + keyName + '\"' + \":\"},\n      { begin: keyPrefix + \"'\" + keyName + \"'\" + \":\"}\n    ]\n  };\n\n  var TEMPLATE_VARIABLES = {\n    className: 'template-variable',\n    variants: [\n      { begin: '\\{\\{', end: '\\}\\}' }, // jinja templates Ansible\n      { begin: '%\\{', end: '\\}' } // Ruby i18n\n    ]\n  };\n  var STRING = {\n    className: 'string',\n    relevance: 0,\n    variants: [\n      {begin: /'/, end: /'/},\n      {begin: /\"/, end: /\"/},\n      {begin: /\\S+/}\n    ],\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      TEMPLATE_VARIABLES\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    aliases: ['yml', 'YAML', 'yaml'],\n    contains: [\n      KEY,\n      {\n        className: 'meta',\n        begin: '^---\\s*$',\n        relevance: 10\n      },\n      { // multi line string\n        className: 'string',\n        begin: '[\\\\|>] *$',\n        returnEnd: true,\n        contains: STRING.contains,\n        // very simple termination: next hash key\n        end: KEY.variants[0].begin\n      },\n      { // Ruby/Rails erb\n        begin: '<%[%=-]?', end: '[%-]?%>',\n        subLanguage: 'ruby',\n        excludeBegin: true,\n        excludeEnd: true,\n        relevance: 0\n      },\n      { // local tags\n        className: 'type',\n        begin: '!' + hljs.UNDERSCORE_IDENT_RE,\n      },\n      { // data type\n        className: 'type',\n        begin: '!!' + hljs.UNDERSCORE_IDENT_RE,\n      },\n      { // fragment id &ref\n        className: 'meta',\n        begin: '&' + hljs.UNDERSCORE_IDENT_RE + '$',\n      },\n      { // fragment reference *ref\n        className: 'meta',\n        begin: '\\\\*' + hljs.UNDERSCORE_IDENT_RE + '$'\n      },\n      { // array listing\n        className: 'bullet',\n        begin: '^ *-',\n        relevance: 0\n      },\n      hljs.HASH_COMMENT_MODE,\n      {\n        beginKeywords: LITERALS,\n        keywords: {literal: LITERALS}\n      },\n      hljs.C_NUMBER_MODE,\n      STRING\n    ]\n  };\n};","module.exports = function(hljs) {\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE],\n    variants: [\n      {\n        begin: 'b\"', end: '\"'\n      },\n      {\n        begin: 'b\\'', end: '\\''\n      },\n      hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null})\n    ]\n  };\n  var NUMBER = {variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE]};\n  return {\n    aliases: ['zep'],\n    case_insensitive: true,\n    keywords:\n      'and include_once list abstract global private echo interface as static endswitch ' +\n      'array null if endwhile or const for endforeach self var let while isset public ' +\n      'protected exit foreach throw elseif include __FILE__ empty require_once do xor ' +\n      'return parent clone use __CLASS__ __LINE__ else break print eval new ' +\n      'catch __METHOD__ case exception default die require __FUNCTION__ ' +\n      'enddeclare final try switch continue endfor endif declare unset true false ' +\n      'trait goto instanceof insteadof __DIR__ __NAMESPACE__ ' +\n      'yield finally int uint long ulong char uchar double float bool boolean string' +\n      'likely unlikely',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.HASH_COMMENT_MODE,\n      hljs.COMMENT(\n        '/\\\\*',\n        '\\\\*/',\n        {\n          contains: [\n            {\n              className: 'doctag',\n              begin: '@[A-Za-z]+'\n            }\n          ]\n        }\n      ),\n      hljs.COMMENT(\n        '__halt_compiler.+?;',\n        false,\n        {\n          endsWithParent: true,\n          keywords: '__halt_compiler',\n          lexemes: hljs.UNDERSCORE_IDENT_RE\n        }\n      ),\n      {\n        className: 'string',\n        begin: '<<<[\\'\"]?\\\\w+[\\'\"]?$', end: '^\\\\w+;',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        // swallow composed identifiers to avoid parsing them as keywords\n        begin: /(::|->)+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /[;{]/, excludeEnd: true,\n        illegal: '\\\\$|\\\\[|%',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)',\n            contains: [\n              'self',\n              hljs.C_BLOCK_COMMENT_MODE,\n              STRING,\n              NUMBER\n            ]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        illegal: /[:\\(\\$\"]/,\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        beginKeywords: 'namespace', end: ';',\n        illegal: /[\\.']/,\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        beginKeywords: 'use', end: ';',\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        begin: '=>' // No markup, just a relevance booster\n      },\n      STRING,\n      NUMBER\n    ]\n  };\n};","'use strict';\n\nvar reactIs = require('react-is');\n\n/**\n * Copyright 2015, Yahoo! Inc.\n * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.\n */\nvar REACT_STATICS = {\n  childContextTypes: true,\n  contextType: true,\n  contextTypes: true,\n  defaultProps: true,\n  displayName: true,\n  getDefaultProps: true,\n  getDerivedStateFromError: true,\n  getDerivedStateFromProps: true,\n  mixins: true,\n  propTypes: true,\n  type: true\n};\nvar KNOWN_STATICS = {\n  name: true,\n  length: true,\n  prototype: true,\n  caller: true,\n  callee: true,\n  arguments: true,\n  arity: true\n};\nvar FORWARD_REF_STATICS = {\n  '$$typeof': true,\n  render: true,\n  defaultProps: true,\n  displayName: true,\n  propTypes: true\n};\nvar MEMO_STATICS = {\n  '$$typeof': true,\n  compare: true,\n  defaultProps: true,\n  displayName: true,\n  propTypes: true,\n  type: true\n};\nvar TYPE_STATICS = {};\nTYPE_STATICS[reactIs.ForwardRef] = FORWARD_REF_STATICS;\nTYPE_STATICS[reactIs.Memo] = MEMO_STATICS;\n\nfunction getStatics(component) {\n  // React v16.11 and below\n  if (reactIs.isMemo(component)) {\n    return MEMO_STATICS;\n  } // React v16.12 and above\n\n\n  return TYPE_STATICS[component['$$typeof']] || REACT_STATICS;\n}\n\nvar defineProperty = Object.defineProperty;\nvar getOwnPropertyNames = Object.getOwnPropertyNames;\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\nvar getPrototypeOf = Object.getPrototypeOf;\nvar objectPrototype = Object.prototype;\nfunction hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {\n  if (typeof sourceComponent !== 'string') {\n    // don't hoist over string (html) components\n    if (objectPrototype) {\n      var inheritedComponent = getPrototypeOf(sourceComponent);\n\n      if (inheritedComponent && inheritedComponent !== objectPrototype) {\n        hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);\n      }\n    }\n\n    var keys = getOwnPropertyNames(sourceComponent);\n\n    if (getOwnPropertySymbols) {\n      keys = keys.concat(getOwnPropertySymbols(sourceComponent));\n    }\n\n    var targetStatics = getStatics(targetComponent);\n    var sourceStatics = getStatics(sourceComponent);\n\n    for (var i = 0; i < keys.length; ++i) {\n      var key = keys[i];\n\n      if (!KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) && !(targetStatics && targetStatics[key])) {\n        var descriptor = getOwnPropertyDescriptor(sourceComponent, key);\n\n        try {\n          // Avoid failures from read-only properties\n          defineProperty(targetComponent, key, descriptor);\n        } catch (e) {}\n      }\n    }\n  }\n\n  return targetComponent;\n}\n\nmodule.exports = hoistNonReactStatics;\n","/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */\nexports.read = function (buffer, offset, isLE, mLen, nBytes) {\n  var e, m\n  var eLen = (nBytes * 8) - mLen - 1\n  var eMax = (1 << eLen) - 1\n  var eBias = eMax >> 1\n  var nBits = -7\n  var i = isLE ? (nBytes - 1) : 0\n  var d = isLE ? -1 : 1\n  var s = buffer[offset + i]\n\n  i += d\n\n  e = s & ((1 << (-nBits)) - 1)\n  s >>= (-nBits)\n  nBits += eLen\n  for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n  m = e & ((1 << (-nBits)) - 1)\n  e >>= (-nBits)\n  nBits += mLen\n  for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n  if (e === 0) {\n    e = 1 - eBias\n  } else if (e === eMax) {\n    return m ? NaN : ((s ? -1 : 1) * Infinity)\n  } else {\n    m = m + Math.pow(2, mLen)\n    e = e - eBias\n  }\n  return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n  var e, m, c\n  var eLen = (nBytes * 8) - mLen - 1\n  var eMax = (1 << eLen) - 1\n  var eBias = eMax >> 1\n  var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n  var i = isLE ? 0 : (nBytes - 1)\n  var d = isLE ? 1 : -1\n  var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n  value = Math.abs(value)\n\n  if (isNaN(value) || value === Infinity) {\n    m = isNaN(value) ? 1 : 0\n    e = eMax\n  } else {\n    e = Math.floor(Math.log(value) / Math.LN2)\n    if (value * (c = Math.pow(2, -e)) < 1) {\n      e--\n      c *= 2\n    }\n    if (e + eBias >= 1) {\n      value += rt / c\n    } else {\n      value += rt * Math.pow(2, 1 - eBias)\n    }\n    if (value * c >= 2) {\n      e++\n      c /= 2\n    }\n\n    if (e + eBias >= eMax) {\n      m = 0\n      e = eMax\n    } else if (e + eBias >= 1) {\n      m = ((value * c) - 1) * Math.pow(2, mLen)\n      e = e + eBias\n    } else {\n      m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n      e = 0\n    }\n  }\n\n  for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n  e = (e << mLen) | m\n  eLen += mLen\n  for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n  buffer[offset + i - d] |= s * 128\n}\n","if (typeof Object.create === 'function') {\n  // implementation from standard node.js 'util' module\n  module.exports = function inherits(ctor, superCtor) {\n    if (superCtor) {\n      ctor.super_ = superCtor\n      ctor.prototype = Object.create(superCtor.prototype, {\n        constructor: {\n          value: ctor,\n          enumerable: false,\n          writable: true,\n          configurable: true\n        }\n      })\n    }\n  };\n} else {\n  // old school shim for old browsers\n  module.exports = function inherits(ctor, superCtor) {\n    if (superCtor) {\n      ctor.super_ = superCtor\n      var TempCtor = function () {}\n      TempCtor.prototype = superCtor.prototype\n      ctor.prototype = new TempCtor()\n      ctor.prototype.constructor = ctor\n    }\n  }\n}\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar invariant = function(condition, format, a, b, c, d, e, f) {\n  if (process.env.NODE_ENV !== 'production') {\n    if (format === undefined) {\n      throw new Error('invariant requires an error message argument');\n    }\n  }\n\n  if (!condition) {\n    var error;\n    if (format === undefined) {\n      error = new Error(\n        'Minified exception occurred; use the non-minified dev environment ' +\n        'for the full error message and additional helpful warnings.'\n      );\n    } else {\n      var args = [a, b, c, d, e, f];\n      var argIndex = 0;\n      error = new Error(\n        format.replace(/%s/g, function() { return args[argIndex++]; })\n      );\n      error.name = 'Invariant Violation';\n    }\n\n    error.framesToPop = 1; // we don't care about invariant's own frame\n    throw error;\n  }\n};\n\nmodule.exports = invariant;\n","/*!\n * Determine if an object is a Buffer\n *\n * @author   Feross Aboukhadijeh <https://feross.org>\n * @license  MIT\n */\n\nmodule.exports = function isBuffer (obj) {\n  return obj != null && obj.constructor != null &&\n    typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)\n}\n","var toString = {}.toString;\n\nmodule.exports = Array.isArray || function (arr) {\n  return toString.call(arr) == '[object Array]';\n};\n","var toString = Object.prototype.toString;\n\n/**\n * Get the native `typeof` a value.\n *\n * @param  {*} `val`\n * @return {*} Native javascript type\n */\n\nmodule.exports = function kindOf(val) {\n  var type = typeof val;\n\n  // primitivies\n  if (type === 'undefined') {\n    return 'undefined';\n  }\n  if (val === null) {\n    return 'null';\n  }\n  if (val === true || val === false || val instanceof Boolean) {\n    return 'boolean';\n  }\n  if (type === 'string' || val instanceof String) {\n    return 'string';\n  }\n  if (type === 'number' || val instanceof Number) {\n    return 'number';\n  }\n\n  // functions\n  if (type === 'function' || val instanceof Function) {\n    if (typeof val.constructor.name !== 'undefined' && val.constructor.name.slice(0, 9) === 'Generator') {\n      return 'generatorfunction';\n    }\n    return 'function';\n  }\n\n  // array\n  if (typeof Array.isArray !== 'undefined' && Array.isArray(val)) {\n    return 'array';\n  }\n\n  // check for instances of RegExp and Date before calling `toString`\n  if (val instanceof RegExp) {\n    return 'regexp';\n  }\n  if (val instanceof Date) {\n    return 'date';\n  }\n\n  // other objects\n  type = toString.call(val);\n\n  if (type === '[object RegExp]') {\n    return 'regexp';\n  }\n  if (type === '[object Date]') {\n    return 'date';\n  }\n  if (type === '[object Arguments]') {\n    return 'arguments';\n  }\n  if (type === '[object Error]') {\n    return 'error';\n  }\n  if (type === '[object Promise]') {\n    return 'promise';\n  }\n\n  // buffer\n  if (isBuffer(val)) {\n    return 'buffer';\n  }\n\n  // es6: Map, WeakMap, Set, WeakSet\n  if (type === '[object Set]') {\n    return 'set';\n  }\n  if (type === '[object WeakSet]') {\n    return 'weakset';\n  }\n  if (type === '[object Map]') {\n    return 'map';\n  }\n  if (type === '[object WeakMap]') {\n    return 'weakmap';\n  }\n  if (type === '[object Symbol]') {\n    return 'symbol';\n  }\n  \n  if (type === '[object Map Iterator]') {\n    return 'mapiterator';\n  }\n  if (type === '[object Set Iterator]') {\n    return 'setiterator';\n  }\n  if (type === '[object String Iterator]') {\n    return 'stringiterator';\n  }\n  if (type === '[object Array Iterator]') {\n    return 'arrayiterator';\n  }\n  \n  // typed arrays\n  if (type === '[object Int8Array]') {\n    return 'int8array';\n  }\n  if (type === '[object Uint8Array]') {\n    return 'uint8array';\n  }\n  if (type === '[object Uint8ClampedArray]') {\n    return 'uint8clampedarray';\n  }\n  if (type === '[object Int16Array]') {\n    return 'int16array';\n  }\n  if (type === '[object Uint16Array]') {\n    return 'uint16array';\n  }\n  if (type === '[object Int32Array]') {\n    return 'int32array';\n  }\n  if (type === '[object Uint32Array]') {\n    return 'uint32array';\n  }\n  if (type === '[object Float32Array]') {\n    return 'float32array';\n  }\n  if (type === '[object Float64Array]') {\n    return 'float64array';\n  }\n\n  // must be a plain object\n  return 'object';\n};\n\n/**\n * If you need to support Safari 5-7 (8-10 yr-old browser),\n * take a look at https://github.com/feross/is-buffer\n */\n\nfunction isBuffer(val) {\n  return val.constructor\n    && typeof val.constructor.isBuffer === 'function'\n    && val.constructor.isBuffer(val);\n}\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView');\n\nmodule.exports = DataView;\n","var hashClear = require('./_hashClear'),\n    hashDelete = require('./_hashDelete'),\n    hashGet = require('./_hashGet'),\n    hashHas = require('./_hashHas'),\n    hashSet = require('./_hashSet');\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n  var index = -1,\n      length = entries == null ? 0 : entries.length;\n\n  this.clear();\n  while (++index < length) {\n    var entry = entries[index];\n    this.set(entry[0], entry[1]);\n  }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n","var baseCreate = require('./_baseCreate'),\n    baseLodash = require('./_baseLodash');\n\n/** Used as references for the maximum length and index of an array. */\nvar MAX_ARRAY_LENGTH = 4294967295;\n\n/**\n * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.\n *\n * @private\n * @constructor\n * @param {*} value The value to wrap.\n */\nfunction LazyWrapper(value) {\n  this.__wrapped__ = value;\n  this.__actions__ = [];\n  this.__dir__ = 1;\n  this.__filtered__ = false;\n  this.__iteratees__ = [];\n  this.__takeCount__ = MAX_ARRAY_LENGTH;\n  this.__views__ = [];\n}\n\n// Ensure `LazyWrapper` is an instance of `baseLodash`.\nLazyWrapper.prototype = baseCreate(baseLodash.prototype);\nLazyWrapper.prototype.constructor = LazyWrapper;\n\nmodule.exports = LazyWrapper;\n","var listCacheClear = require('./_listCacheClear'),\n    listCacheDelete = require('./_listCacheDelete'),\n    listCacheGet = require('./_listCacheGet'),\n    listCacheHas = require('./_listCacheHas'),\n    listCacheSet = require('./_listCacheSet');\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n  var index = -1,\n      length = entries == null ? 0 : entries.length;\n\n  this.clear();\n  while (++index < length) {\n    var entry = entries[index];\n    this.set(entry[0], entry[1]);\n  }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n","var baseCreate = require('./_baseCreate'),\n    baseLodash = require('./_baseLodash');\n\n/**\n * The base constructor for creating `lodash` wrapper objects.\n *\n * @private\n * @param {*} value The value to wrap.\n * @param {boolean} [chainAll] Enable explicit method chain sequences.\n */\nfunction LodashWrapper(value, chainAll) {\n  this.__wrapped__ = value;\n  this.__actions__ = [];\n  this.__chain__ = !!chainAll;\n  this.__index__ = 0;\n  this.__values__ = undefined;\n}\n\nLodashWrapper.prototype = baseCreate(baseLodash.prototype);\nLodashWrapper.prototype.constructor = LodashWrapper;\n\nmodule.exports = LodashWrapper;\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n","var mapCacheClear = require('./_mapCacheClear'),\n    mapCacheDelete = require('./_mapCacheDelete'),\n    mapCacheGet = require('./_mapCacheGet'),\n    mapCacheHas = require('./_mapCacheHas'),\n    mapCacheSet = require('./_mapCacheSet');\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n  var index = -1,\n      length = entries == null ? 0 : entries.length;\n\n  this.clear();\n  while (++index < length) {\n    var entry = entries[index];\n    this.set(entry[0], entry[1]);\n  }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nmodule.exports = MapCache;\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Promise = getNative(root, 'Promise');\n\nmodule.exports = Promise;\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Set = getNative(root, 'Set');\n\nmodule.exports = Set;\n","var MapCache = require('./_MapCache'),\n    setCacheAdd = require('./_setCacheAdd'),\n    setCacheHas = require('./_setCacheHas');\n\n/**\n *\n * Creates an array cache object to store unique values.\n *\n * @private\n * @constructor\n * @param {Array} [values] The values to cache.\n */\nfunction SetCache(values) {\n  var index = -1,\n      length = values == null ? 0 : values.length;\n\n  this.__data__ = new MapCache;\n  while (++index < length) {\n    this.add(values[index]);\n  }\n}\n\n// Add methods to `SetCache`.\nSetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\nSetCache.prototype.has = setCacheHas;\n\nmodule.exports = SetCache;\n","var ListCache = require('./_ListCache'),\n    stackClear = require('./_stackClear'),\n    stackDelete = require('./_stackDelete'),\n    stackGet = require('./_stackGet'),\n    stackHas = require('./_stackHas'),\n    stackSet = require('./_stackSet');\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n  var data = this.__data__ = new ListCache(entries);\n  this.size = data.size;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\nmodule.exports = Stack;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Uint8Array = root.Uint8Array;\n\nmodule.exports = Uint8Array;\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar WeakMap = getNative(root, 'WeakMap');\n\nmodule.exports = WeakMap;\n","/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */\nfunction apply(func, thisArg, args) {\n  switch (args.length) {\n    case 0: return func.call(thisArg);\n    case 1: return func.call(thisArg, args[0]);\n    case 2: return func.call(thisArg, args[0], args[1]);\n    case 3: return func.call(thisArg, args[0], args[1], args[2]);\n  }\n  return func.apply(thisArg, args);\n}\n\nmodule.exports = apply;\n","/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n  var index = -1,\n      length = array == null ? 0 : array.length;\n\n  while (++index < length) {\n    if (iteratee(array[index], index, array) === false) {\n      break;\n    }\n  }\n  return array;\n}\n\nmodule.exports = arrayEach;\n","/**\n * A specialized version of `_.filter` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {Array} Returns the new filtered array.\n */\nfunction arrayFilter(array, predicate) {\n  var index = -1,\n      length = array == null ? 0 : array.length,\n      resIndex = 0,\n      result = [];\n\n  while (++index < length) {\n    var value = array[index];\n    if (predicate(value, index, array)) {\n      result[resIndex++] = value;\n    }\n  }\n  return result;\n}\n\nmodule.exports = arrayFilter;\n","var baseIndexOf = require('./_baseIndexOf');\n\n/**\n * A specialized version of `_.includes` for arrays without support for\n * specifying an index to search from.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludes(array, value) {\n  var length = array == null ? 0 : array.length;\n  return !!length && baseIndexOf(array, value, 0) > -1;\n}\n\nmodule.exports = arrayIncludes;\n","/**\n * This function is like `arrayIncludes` except that it accepts a comparator.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @param {Function} comparator The comparator invoked per element.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludesWith(array, value, comparator) {\n  var index = -1,\n      length = array == null ? 0 : array.length;\n\n  while (++index < length) {\n    if (comparator(value, array[index])) {\n      return true;\n    }\n  }\n  return false;\n}\n\nmodule.exports = arrayIncludesWith;\n","var baseTimes = require('./_baseTimes'),\n    isArguments = require('./isArguments'),\n    isArray = require('./isArray'),\n    isBuffer = require('./isBuffer'),\n    isIndex = require('./_isIndex'),\n    isTypedArray = require('./isTypedArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n  var isArr = isArray(value),\n      isArg = !isArr && isArguments(value),\n      isBuff = !isArr && !isArg && isBuffer(value),\n      isType = !isArr && !isArg && !isBuff && isTypedArray(value),\n      skipIndexes = isArr || isArg || isBuff || isType,\n      result = skipIndexes ? baseTimes(value.length, String) : [],\n      length = result.length;\n\n  for (var key in value) {\n    if ((inherited || hasOwnProperty.call(value, key)) &&\n        !(skipIndexes && (\n           // Safari 9 has enumerable `arguments.length` in strict mode.\n           key == 'length' ||\n           // Node.js 0.10 has enumerable non-index properties on buffers.\n           (isBuff && (key == 'offset' || key == 'parent')) ||\n           // PhantomJS 2 has enumerable non-index properties on typed arrays.\n           (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\n           // Skip index properties.\n           isIndex(key, length)\n        ))) {\n      result.push(key);\n    }\n  }\n  return result;\n}\n\nmodule.exports = arrayLikeKeys;\n","/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n  var index = -1,\n      length = array == null ? 0 : array.length,\n      result = Array(length);\n\n  while (++index < length) {\n    result[index] = iteratee(array[index], index, array);\n  }\n  return result;\n}\n\nmodule.exports = arrayMap;\n","/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n  var index = -1,\n      length = values.length,\n      offset = array.length;\n\n  while (++index < length) {\n    array[offset + index] = values[index];\n  }\n  return array;\n}\n\nmodule.exports = arrayPush;\n","/**\n * A specialized version of `_.some` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {boolean} Returns `true` if any element passes the predicate check,\n *  else `false`.\n */\nfunction arraySome(array, predicate) {\n  var index = -1,\n      length = array == null ? 0 : array.length;\n\n  while (++index < length) {\n    if (predicate(array[index], index, array)) {\n      return true;\n    }\n  }\n  return false;\n}\n\nmodule.exports = arraySome;\n","var baseAssignValue = require('./_baseAssignValue'),\n    eq = require('./eq');\n\n/**\n * This function is like `assignValue` except that it doesn't assign\n * `undefined` values.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignMergeValue(object, key, value) {\n  if ((value !== undefined && !eq(object[key], value)) ||\n      (value === undefined && !(key in object))) {\n    baseAssignValue(object, key, value);\n  }\n}\n\nmodule.exports = assignMergeValue;\n","var baseAssignValue = require('./_baseAssignValue'),\n    eq = require('./eq');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n  var objValue = object[key];\n  if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n      (value === undefined && !(key in object))) {\n    baseAssignValue(object, key, value);\n  }\n}\n\nmodule.exports = assignValue;\n","var eq = require('./eq');\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n  var length = array.length;\n  while (length--) {\n    if (eq(array[length][0], key)) {\n      return length;\n    }\n  }\n  return -1;\n}\n\nmodule.exports = assocIndexOf;\n","var copyObject = require('./_copyObject'),\n    keys = require('./keys');\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n  return object && copyObject(source, keys(source), object);\n}\n\nmodule.exports = baseAssign;\n","var copyObject = require('./_copyObject'),\n    keysIn = require('./keysIn');\n\n/**\n * The base implementation of `_.assignIn` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssignIn(object, source) {\n  return object && copyObject(source, keysIn(source), object);\n}\n\nmodule.exports = baseAssignIn;\n","var defineProperty = require('./_defineProperty');\n\n/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction baseAssignValue(object, key, value) {\n  if (key == '__proto__' && defineProperty) {\n    defineProperty(object, key, {\n      'configurable': true,\n      'enumerable': true,\n      'value': value,\n      'writable': true\n    });\n  } else {\n    object[key] = value;\n  }\n}\n\nmodule.exports = baseAssignValue;\n","var Stack = require('./_Stack'),\n    arrayEach = require('./_arrayEach'),\n    assignValue = require('./_assignValue'),\n    baseAssign = require('./_baseAssign'),\n    baseAssignIn = require('./_baseAssignIn'),\n    cloneBuffer = require('./_cloneBuffer'),\n    copyArray = require('./_copyArray'),\n    copySymbols = require('./_copySymbols'),\n    copySymbolsIn = require('./_copySymbolsIn'),\n    getAllKeys = require('./_getAllKeys'),\n    getAllKeysIn = require('./_getAllKeysIn'),\n    getTag = require('./_getTag'),\n    initCloneArray = require('./_initCloneArray'),\n    initCloneByTag = require('./_initCloneByTag'),\n    initCloneObject = require('./_initCloneObject'),\n    isArray = require('./isArray'),\n    isBuffer = require('./isBuffer'),\n    isMap = require('./isMap'),\n    isObject = require('./isObject'),\n    isSet = require('./isSet'),\n    keys = require('./keys'),\n    keysIn = require('./keysIn');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n    CLONE_FLAT_FLAG = 2,\n    CLONE_SYMBOLS_FLAG = 4;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n    arrayTag = '[object Array]',\n    boolTag = '[object Boolean]',\n    dateTag = '[object Date]',\n    errorTag = '[object Error]',\n    funcTag = '[object Function]',\n    genTag = '[object GeneratorFunction]',\n    mapTag = '[object Map]',\n    numberTag = '[object Number]',\n    objectTag = '[object Object]',\n    regexpTag = '[object RegExp]',\n    setTag = '[object Set]',\n    stringTag = '[object String]',\n    symbolTag = '[object Symbol]',\n    weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n    dataViewTag = '[object DataView]',\n    float32Tag = '[object Float32Array]',\n    float64Tag = '[object Float64Array]',\n    int8Tag = '[object Int8Array]',\n    int16Tag = '[object Int16Array]',\n    int32Tag = '[object Int32Array]',\n    uint8Tag = '[object Uint8Array]',\n    uint8ClampedTag = '[object Uint8ClampedArray]',\n    uint16Tag = '[object Uint16Array]',\n    uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} bitmask The bitmask flags.\n *  1 - Deep clone\n *  2 - Flatten inherited properties\n *  4 - Clone symbols\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, bitmask, customizer, key, object, stack) {\n  var result,\n      isDeep = bitmask & CLONE_DEEP_FLAG,\n      isFlat = bitmask & CLONE_FLAT_FLAG,\n      isFull = bitmask & CLONE_SYMBOLS_FLAG;\n\n  if (customizer) {\n    result = object ? customizer(value, key, object, stack) : customizer(value);\n  }\n  if (result !== undefined) {\n    return result;\n  }\n  if (!isObject(value)) {\n    return value;\n  }\n  var isArr = isArray(value);\n  if (isArr) {\n    result = initCloneArray(value);\n    if (!isDeep) {\n      return copyArray(value, result);\n    }\n  } else {\n    var tag = getTag(value),\n        isFunc = tag == funcTag || tag == genTag;\n\n    if (isBuffer(value)) {\n      return cloneBuffer(value, isDeep);\n    }\n    if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n      result = (isFlat || isFunc) ? {} : initCloneObject(value);\n      if (!isDeep) {\n        return isFlat\n          ? copySymbolsIn(value, baseAssignIn(result, value))\n          : copySymbols(value, baseAssign(result, value));\n      }\n    } else {\n      if (!cloneableTags[tag]) {\n        return object ? value : {};\n      }\n      result = initCloneByTag(value, tag, isDeep);\n    }\n  }\n  // Check for circular references and return its corresponding clone.\n  stack || (stack = new Stack);\n  var stacked = stack.get(value);\n  if (stacked) {\n    return stacked;\n  }\n  stack.set(value, result);\n\n  if (isSet(value)) {\n    value.forEach(function(subValue) {\n      result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack));\n    });\n  } else if (isMap(value)) {\n    value.forEach(function(subValue, key) {\n      result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack));\n    });\n  }\n\n  var keysFunc = isFull\n    ? (isFlat ? getAllKeysIn : getAllKeys)\n    : (isFlat ? keysIn : keys);\n\n  var props = isArr ? undefined : keysFunc(value);\n  arrayEach(props || value, function(subValue, key) {\n    if (props) {\n      key = subValue;\n      subValue = value[key];\n    }\n    // Recursively populate clone (susceptible to call stack limits).\n    assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack));\n  });\n  return result;\n}\n\nmodule.exports = baseClone;\n","var isObject = require('./isObject');\n\n/** Built-in value references. */\nvar objectCreate = Object.create;\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nvar baseCreate = (function() {\n  function object() {}\n  return function(proto) {\n    if (!isObject(proto)) {\n      return {};\n    }\n    if (objectCreate) {\n      return objectCreate(proto);\n    }\n    object.prototype = proto;\n    var result = new object;\n    object.prototype = undefined;\n    return result;\n  };\n}());\n\nmodule.exports = baseCreate;\n","/**\n * The base implementation of `_.findIndex` and `_.findLastIndex` without\n * support for iteratee shorthands.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {Function} predicate The function invoked per iteration.\n * @param {number} fromIndex The index to search from.\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseFindIndex(array, predicate, fromIndex, fromRight) {\n  var length = array.length,\n      index = fromIndex + (fromRight ? 1 : -1);\n\n  while ((fromRight ? index-- : ++index < length)) {\n    if (predicate(array[index], index, array)) {\n      return index;\n    }\n  }\n  return -1;\n}\n\nmodule.exports = baseFindIndex;\n","var arrayPush = require('./_arrayPush'),\n    isFlattenable = require('./_isFlattenable');\n\n/**\n * The base implementation of `_.flatten` with support for restricting flattening.\n *\n * @private\n * @param {Array} array The array to flatten.\n * @param {number} depth The maximum recursion depth.\n * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\n * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\n * @param {Array} [result=[]] The initial result value.\n * @returns {Array} Returns the new flattened array.\n */\nfunction baseFlatten(array, depth, predicate, isStrict, result) {\n  var index = -1,\n      length = array.length;\n\n  predicate || (predicate = isFlattenable);\n  result || (result = []);\n\n  while (++index < length) {\n    var value = array[index];\n    if (depth > 0 && predicate(value)) {\n      if (depth > 1) {\n        // Recursively flatten arrays (susceptible to call stack limits).\n        baseFlatten(value, depth - 1, predicate, isStrict, result);\n      } else {\n        arrayPush(result, value);\n      }\n    } else if (!isStrict) {\n      result[result.length] = value;\n    }\n  }\n  return result;\n}\n\nmodule.exports = baseFlatten;\n","var createBaseFor = require('./_createBaseFor');\n\n/**\n * The base implementation of `baseForOwn` which iterates over `object`\n * properties returned by `keysFunc` and invokes `iteratee` for each property.\n * Iteratee functions may exit iteration early by explicitly returning `false`.\n *\n * @private\n * @param {Object} object The object to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @returns {Object} Returns `object`.\n */\nvar baseFor = createBaseFor();\n\nmodule.exports = baseFor;\n","var castPath = require('./_castPath'),\n    toKey = require('./_toKey');\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n  path = castPath(path, object);\n\n  var index = 0,\n      length = path.length;\n\n  while (object != null && index < length) {\n    object = object[toKey(path[index++])];\n  }\n  return (index && index == length) ? object : undefined;\n}\n\nmodule.exports = baseGet;\n","var arrayPush = require('./_arrayPush'),\n    isArray = require('./isArray');\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n  var result = keysFunc(object);\n  return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\nmodule.exports = baseGetAllKeys;\n","var Symbol = require('./_Symbol'),\n    getRawTag = require('./_getRawTag'),\n    objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n    undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n  if (value == null) {\n    return value === undefined ? undefinedTag : nullTag;\n  }\n  return (symToStringTag && symToStringTag in Object(value))\n    ? getRawTag(value)\n    : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","/**\n * The base implementation of `_.hasIn` without support for deep paths.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {Array|string} key The key to check.\n * @returns {boolean} Returns `true` if `key` exists, else `false`.\n */\nfunction baseHasIn(object, key) {\n  return object != null && key in Object(object);\n}\n\nmodule.exports = baseHasIn;\n","var baseFindIndex = require('./_baseFindIndex'),\n    baseIsNaN = require('./_baseIsNaN'),\n    strictIndexOf = require('./_strictIndexOf');\n\n/**\n * The base implementation of `_.indexOf` without `fromIndex` bounds checks.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseIndexOf(array, value, fromIndex) {\n  return value === value\n    ? strictIndexOf(array, value, fromIndex)\n    : baseFindIndex(array, baseIsNaN, fromIndex);\n}\n\nmodule.exports = baseIndexOf;\n","var baseGetTag = require('./_baseGetTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]';\n\n/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */\nfunction baseIsArguments(value) {\n  return isObjectLike(value) && baseGetTag(value) == argsTag;\n}\n\nmodule.exports = baseIsArguments;\n","var baseIsEqualDeep = require('./_baseIsEqualDeep'),\n    isObjectLike = require('./isObjectLike');\n\n/**\n * The base implementation of `_.isEqual` which supports partial comparisons\n * and tracks traversed objects.\n *\n * @private\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @param {boolean} bitmask The bitmask flags.\n *  1 - Unordered comparison\n *  2 - Partial comparison\n * @param {Function} [customizer] The function to customize comparisons.\n * @param {Object} [stack] Tracks traversed `value` and `other` objects.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n */\nfunction baseIsEqual(value, other, bitmask, customizer, stack) {\n  if (value === other) {\n    return true;\n  }\n  if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\n    return value !== value && other !== other;\n  }\n  return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\n}\n\nmodule.exports = baseIsEqual;\n","var Stack = require('./_Stack'),\n    equalArrays = require('./_equalArrays'),\n    equalByTag = require('./_equalByTag'),\n    equalObjects = require('./_equalObjects'),\n    getTag = require('./_getTag'),\n    isArray = require('./isArray'),\n    isBuffer = require('./isBuffer'),\n    isTypedArray = require('./isTypedArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n    arrayTag = '[object Array]',\n    objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqual` for arrays and objects which performs\n * deep comparisons and tracks traversed objects enabling objects with circular\n * references to be compared.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} [stack] Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\n  var objIsArr = isArray(object),\n      othIsArr = isArray(other),\n      objTag = objIsArr ? arrayTag : getTag(object),\n      othTag = othIsArr ? arrayTag : getTag(other);\n\n  objTag = objTag == argsTag ? objectTag : objTag;\n  othTag = othTag == argsTag ? objectTag : othTag;\n\n  var objIsObj = objTag == objectTag,\n      othIsObj = othTag == objectTag,\n      isSameTag = objTag == othTag;\n\n  if (isSameTag && isBuffer(object)) {\n    if (!isBuffer(other)) {\n      return false;\n    }\n    objIsArr = true;\n    objIsObj = false;\n  }\n  if (isSameTag && !objIsObj) {\n    stack || (stack = new Stack);\n    return (objIsArr || isTypedArray(object))\n      ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\n      : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\n  }\n  if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\n    var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\n        othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\n\n    if (objIsWrapped || othIsWrapped) {\n      var objUnwrapped = objIsWrapped ? object.value() : object,\n          othUnwrapped = othIsWrapped ? other.value() : other;\n\n      stack || (stack = new Stack);\n      return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\n    }\n  }\n  if (!isSameTag) {\n    return false;\n  }\n  stack || (stack = new Stack);\n  return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\n}\n\nmodule.exports = baseIsEqualDeep;\n","var getTag = require('./_getTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]';\n\n/**\n * The base implementation of `_.isMap` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n */\nfunction baseIsMap(value) {\n  return isObjectLike(value) && getTag(value) == mapTag;\n}\n\nmodule.exports = baseIsMap;\n","var Stack = require('./_Stack'),\n    baseIsEqual = require('./_baseIsEqual');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n    COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * The base implementation of `_.isMatch` without support for iteratee shorthands.\n *\n * @private\n * @param {Object} object The object to inspect.\n * @param {Object} source The object of property values to match.\n * @param {Array} matchData The property names, values, and compare flags to match.\n * @param {Function} [customizer] The function to customize comparisons.\n * @returns {boolean} Returns `true` if `object` is a match, else `false`.\n */\nfunction baseIsMatch(object, source, matchData, customizer) {\n  var index = matchData.length,\n      length = index,\n      noCustomizer = !customizer;\n\n  if (object == null) {\n    return !length;\n  }\n  object = Object(object);\n  while (index--) {\n    var data = matchData[index];\n    if ((noCustomizer && data[2])\n          ? data[1] !== object[data[0]]\n          : !(data[0] in object)\n        ) {\n      return false;\n    }\n  }\n  while (++index < length) {\n    data = matchData[index];\n    var key = data[0],\n        objValue = object[key],\n        srcValue = data[1];\n\n    if (noCustomizer && data[2]) {\n      if (objValue === undefined && !(key in object)) {\n        return false;\n      }\n    } else {\n      var stack = new Stack;\n      if (customizer) {\n        var result = customizer(objValue, srcValue, key, object, source, stack);\n      }\n      if (!(result === undefined\n            ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack)\n            : result\n          )) {\n        return false;\n      }\n    }\n  }\n  return true;\n}\n\nmodule.exports = baseIsMatch;\n","/**\n * The base implementation of `_.isNaN` without support for number objects.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\n */\nfunction baseIsNaN(value) {\n  return value !== value;\n}\n\nmodule.exports = baseIsNaN;\n","var isFunction = require('./isFunction'),\n    isMasked = require('./_isMasked'),\n    isObject = require('./isObject'),\n    toSource = require('./_toSource');\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n    objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n  funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n  .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n *  else `false`.\n */\nfunction baseIsNative(value) {\n  if (!isObject(value) || isMasked(value)) {\n    return false;\n  }\n  var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n  return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n","var getTag = require('./_getTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar setTag = '[object Set]';\n\n/**\n * The base implementation of `_.isSet` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n */\nfunction baseIsSet(value) {\n  return isObjectLike(value) && getTag(value) == setTag;\n}\n\nmodule.exports = baseIsSet;\n","var baseGetTag = require('./_baseGetTag'),\n    isLength = require('./isLength'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n    arrayTag = '[object Array]',\n    boolTag = '[object Boolean]',\n    dateTag = '[object Date]',\n    errorTag = '[object Error]',\n    funcTag = '[object Function]',\n    mapTag = '[object Map]',\n    numberTag = '[object Number]',\n    objectTag = '[object Object]',\n    regexpTag = '[object RegExp]',\n    setTag = '[object Set]',\n    stringTag = '[object String]',\n    weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n    dataViewTag = '[object DataView]',\n    float32Tag = '[object Float32Array]',\n    float64Tag = '[object Float64Array]',\n    int8Tag = '[object Int8Array]',\n    int16Tag = '[object Int16Array]',\n    int32Tag = '[object Int32Array]',\n    uint8Tag = '[object Uint8Array]',\n    uint8ClampedTag = '[object Uint8ClampedArray]',\n    uint16Tag = '[object Uint16Array]',\n    uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values of typed arrays. */\nvar typedArrayTags = {};\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\ntypedArrayTags[uint32Tag] = true;\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\ntypedArrayTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n */\nfunction baseIsTypedArray(value) {\n  return isObjectLike(value) &&\n    isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\n}\n\nmodule.exports = baseIsTypedArray;\n","var baseMatches = require('./_baseMatches'),\n    baseMatchesProperty = require('./_baseMatchesProperty'),\n    identity = require('./identity'),\n    isArray = require('./isArray'),\n    property = require('./property');\n\n/**\n * The base implementation of `_.iteratee`.\n *\n * @private\n * @param {*} [value=_.identity] The value to convert to an iteratee.\n * @returns {Function} Returns the iteratee.\n */\nfunction baseIteratee(value) {\n  // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.\n  // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.\n  if (typeof value == 'function') {\n    return value;\n  }\n  if (value == null) {\n    return identity;\n  }\n  if (typeof value == 'object') {\n    return isArray(value)\n      ? baseMatchesProperty(value[0], value[1])\n      : baseMatches(value);\n  }\n  return property(value);\n}\n\nmodule.exports = baseIteratee;\n","var isPrototype = require('./_isPrototype'),\n    nativeKeys = require('./_nativeKeys');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n  if (!isPrototype(object)) {\n    return nativeKeys(object);\n  }\n  var result = [];\n  for (var key in Object(object)) {\n    if (hasOwnProperty.call(object, key) && key != 'constructor') {\n      result.push(key);\n    }\n  }\n  return result;\n}\n\nmodule.exports = baseKeys;\n","var isObject = require('./isObject'),\n    isPrototype = require('./_isPrototype'),\n    nativeKeysIn = require('./_nativeKeysIn');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeysIn(object) {\n  if (!isObject(object)) {\n    return nativeKeysIn(object);\n  }\n  var isProto = isPrototype(object),\n      result = [];\n\n  for (var key in object) {\n    if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\n      result.push(key);\n    }\n  }\n  return result;\n}\n\nmodule.exports = baseKeysIn;\n","/**\n * The function whose prototype chain sequence wrappers inherit from.\n *\n * @private\n */\nfunction baseLodash() {\n  // No operation performed.\n}\n\nmodule.exports = baseLodash;\n","var baseIsMatch = require('./_baseIsMatch'),\n    getMatchData = require('./_getMatchData'),\n    matchesStrictComparable = require('./_matchesStrictComparable');\n\n/**\n * The base implementation of `_.matches` which doesn't clone `source`.\n *\n * @private\n * @param {Object} source The object of property values to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction baseMatches(source) {\n  var matchData = getMatchData(source);\n  if (matchData.length == 1 && matchData[0][2]) {\n    return matchesStrictComparable(matchData[0][0], matchData[0][1]);\n  }\n  return function(object) {\n    return object === source || baseIsMatch(object, source, matchData);\n  };\n}\n\nmodule.exports = baseMatches;\n","var baseIsEqual = require('./_baseIsEqual'),\n    get = require('./get'),\n    hasIn = require('./hasIn'),\n    isKey = require('./_isKey'),\n    isStrictComparable = require('./_isStrictComparable'),\n    matchesStrictComparable = require('./_matchesStrictComparable'),\n    toKey = require('./_toKey');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n    COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.\n *\n * @private\n * @param {string} path The path of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction baseMatchesProperty(path, srcValue) {\n  if (isKey(path) && isStrictComparable(srcValue)) {\n    return matchesStrictComparable(toKey(path), srcValue);\n  }\n  return function(object) {\n    var objValue = get(object, path);\n    return (objValue === undefined && objValue === srcValue)\n      ? hasIn(object, path)\n      : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);\n  };\n}\n\nmodule.exports = baseMatchesProperty;\n","var Stack = require('./_Stack'),\n    assignMergeValue = require('./_assignMergeValue'),\n    baseFor = require('./_baseFor'),\n    baseMergeDeep = require('./_baseMergeDeep'),\n    isObject = require('./isObject'),\n    keysIn = require('./keysIn'),\n    safeGet = require('./_safeGet');\n\n/**\n * The base implementation of `_.merge` without support for multiple sources.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} [customizer] The function to customize merged values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n *  counterparts.\n */\nfunction baseMerge(object, source, srcIndex, customizer, stack) {\n  if (object === source) {\n    return;\n  }\n  baseFor(source, function(srcValue, key) {\n    stack || (stack = new Stack);\n    if (isObject(srcValue)) {\n      baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack);\n    }\n    else {\n      var newValue = customizer\n        ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack)\n        : undefined;\n\n      if (newValue === undefined) {\n        newValue = srcValue;\n      }\n      assignMergeValue(object, key, newValue);\n    }\n  }, keysIn);\n}\n\nmodule.exports = baseMerge;\n","var assignMergeValue = require('./_assignMergeValue'),\n    cloneBuffer = require('./_cloneBuffer'),\n    cloneTypedArray = require('./_cloneTypedArray'),\n    copyArray = require('./_copyArray'),\n    initCloneObject = require('./_initCloneObject'),\n    isArguments = require('./isArguments'),\n    isArray = require('./isArray'),\n    isArrayLikeObject = require('./isArrayLikeObject'),\n    isBuffer = require('./isBuffer'),\n    isFunction = require('./isFunction'),\n    isObject = require('./isObject'),\n    isPlainObject = require('./isPlainObject'),\n    isTypedArray = require('./isTypedArray'),\n    safeGet = require('./_safeGet'),\n    toPlainObject = require('./toPlainObject');\n\n/**\n * A specialized version of `baseMerge` for arrays and objects which performs\n * deep merges and tracks traversed objects enabling objects with circular\n * references to be merged.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {string} key The key of the value to merge.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} mergeFunc The function to merge values.\n * @param {Function} [customizer] The function to customize assigned values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n *  counterparts.\n */\nfunction baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) {\n  var objValue = safeGet(object, key),\n      srcValue = safeGet(source, key),\n      stacked = stack.get(srcValue);\n\n  if (stacked) {\n    assignMergeValue(object, key, stacked);\n    return;\n  }\n  var newValue = customizer\n    ? customizer(objValue, srcValue, (key + ''), object, source, stack)\n    : undefined;\n\n  var isCommon = newValue === undefined;\n\n  if (isCommon) {\n    var isArr = isArray(srcValue),\n        isBuff = !isArr && isBuffer(srcValue),\n        isTyped = !isArr && !isBuff && isTypedArray(srcValue);\n\n    newValue = srcValue;\n    if (isArr || isBuff || isTyped) {\n      if (isArray(objValue)) {\n        newValue = objValue;\n      }\n      else if (isArrayLikeObject(objValue)) {\n        newValue = copyArray(objValue);\n      }\n      else if (isBuff) {\n        isCommon = false;\n        newValue = cloneBuffer(srcValue, true);\n      }\n      else if (isTyped) {\n        isCommon = false;\n        newValue = cloneTypedArray(srcValue, true);\n      }\n      else {\n        newValue = [];\n      }\n    }\n    else if (isPlainObject(srcValue) || isArguments(srcValue)) {\n      newValue = objValue;\n      if (isArguments(objValue)) {\n        newValue = toPlainObject(objValue);\n      }\n      else if (!isObject(objValue) || isFunction(objValue)) {\n        newValue = initCloneObject(srcValue);\n      }\n    }\n    else {\n      isCommon = false;\n    }\n  }\n  if (isCommon) {\n    // Recursively merge objects and arrays (susceptible to call stack limits).\n    stack.set(srcValue, newValue);\n    mergeFunc(newValue, srcValue, srcIndex, customizer, stack);\n    stack['delete'](srcValue);\n  }\n  assignMergeValue(object, key, newValue);\n}\n\nmodule.exports = baseMergeDeep;\n","/**\n * The base implementation of `_.property` without support for deep paths.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction baseProperty(key) {\n  return function(object) {\n    return object == null ? undefined : object[key];\n  };\n}\n\nmodule.exports = baseProperty;\n","var baseGet = require('./_baseGet');\n\n/**\n * A specialized version of `baseProperty` which supports deep paths.\n *\n * @private\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction basePropertyDeep(path) {\n  return function(object) {\n    return baseGet(object, path);\n  };\n}\n\nmodule.exports = basePropertyDeep;\n","var identity = require('./identity'),\n    overRest = require('./_overRest'),\n    setToString = require('./_setToString');\n\n/**\n * The base implementation of `_.rest` which doesn't validate or coerce arguments.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @returns {Function} Returns the new function.\n */\nfunction baseRest(func, start) {\n  return setToString(overRest(func, start, identity), func + '');\n}\n\nmodule.exports = baseRest;\n","var identity = require('./identity'),\n    metaMap = require('./_metaMap');\n\n/**\n * The base implementation of `setData` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to associate metadata with.\n * @param {*} data The metadata.\n * @returns {Function} Returns `func`.\n */\nvar baseSetData = !metaMap ? identity : function(func, data) {\n  metaMap.set(func, data);\n  return func;\n};\n\nmodule.exports = baseSetData;\n","var constant = require('./constant'),\n    defineProperty = require('./_defineProperty'),\n    identity = require('./identity');\n\n/**\n * The base implementation of `setToString` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar baseSetToString = !defineProperty ? identity : function(func, string) {\n  return defineProperty(func, 'toString', {\n    'configurable': true,\n    'enumerable': false,\n    'value': constant(string),\n    'writable': true\n  });\n};\n\nmodule.exports = baseSetToString;\n","/**\n * The base implementation of `_.slice` without an iteratee call guard.\n *\n * @private\n * @param {Array} array The array to slice.\n * @param {number} [start=0] The start position.\n * @param {number} [end=array.length] The end position.\n * @returns {Array} Returns the slice of `array`.\n */\nfunction baseSlice(array, start, end) {\n  var index = -1,\n      length = array.length;\n\n  if (start < 0) {\n    start = -start > length ? 0 : (length + start);\n  }\n  end = end > length ? length : end;\n  if (end < 0) {\n    end += length;\n  }\n  length = start > end ? 0 : ((end - start) >>> 0);\n  start >>>= 0;\n\n  var result = Array(length);\n  while (++index < length) {\n    result[index] = array[index + start];\n  }\n  return result;\n}\n\nmodule.exports = baseSlice;\n","/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n  var index = -1,\n      result = Array(n);\n\n  while (++index < n) {\n    result[index] = iteratee(index);\n  }\n  return result;\n}\n\nmodule.exports = baseTimes;\n","var Symbol = require('./_Symbol'),\n    arrayMap = require('./_arrayMap'),\n    isArray = require('./isArray'),\n    isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n    symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n  // Exit early for strings to avoid a performance hit in some environments.\n  if (typeof value == 'string') {\n    return value;\n  }\n  if (isArray(value)) {\n    // Recursively convert values (susceptible to call stack limits).\n    return arrayMap(value, baseToString) + '';\n  }\n  if (isSymbol(value)) {\n    return symbolToString ? symbolToString.call(value) : '';\n  }\n  var result = (value + '');\n  return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = baseToString;\n","var trimmedEndIndex = require('./_trimmedEndIndex');\n\n/** Used to match leading whitespace. */\nvar reTrimStart = /^\\s+/;\n\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\nfunction baseTrim(string) {\n  return string\n    ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')\n    : string;\n}\n\nmodule.exports = baseTrim;\n","/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n  return function(value) {\n    return func(value);\n  };\n}\n\nmodule.exports = baseUnary;\n","var SetCache = require('./_SetCache'),\n    arrayIncludes = require('./_arrayIncludes'),\n    arrayIncludesWith = require('./_arrayIncludesWith'),\n    cacheHas = require('./_cacheHas'),\n    createSet = require('./_createSet'),\n    setToArray = require('./_setToArray');\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * The base implementation of `_.uniqBy` without support for iteratee shorthands.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {Function} [iteratee] The iteratee invoked per element.\n * @param {Function} [comparator] The comparator invoked per element.\n * @returns {Array} Returns the new duplicate free array.\n */\nfunction baseUniq(array, iteratee, comparator) {\n  var index = -1,\n      includes = arrayIncludes,\n      length = array.length,\n      isCommon = true,\n      result = [],\n      seen = result;\n\n  if (comparator) {\n    isCommon = false;\n    includes = arrayIncludesWith;\n  }\n  else if (length >= LARGE_ARRAY_SIZE) {\n    var set = iteratee ? null : createSet(array);\n    if (set) {\n      return setToArray(set);\n    }\n    isCommon = false;\n    includes = cacheHas;\n    seen = new SetCache;\n  }\n  else {\n    seen = iteratee ? [] : result;\n  }\n  outer:\n  while (++index < length) {\n    var value = array[index],\n        computed = iteratee ? iteratee(value) : value;\n\n    value = (comparator || value !== 0) ? value : 0;\n    if (isCommon && computed === computed) {\n      var seenIndex = seen.length;\n      while (seenIndex--) {\n        if (seen[seenIndex] === computed) {\n          continue outer;\n        }\n      }\n      if (iteratee) {\n        seen.push(computed);\n      }\n      result.push(value);\n    }\n    else if (!includes(seen, computed, comparator)) {\n      if (seen !== result) {\n        seen.push(computed);\n      }\n      result.push(value);\n    }\n  }\n  return result;\n}\n\nmodule.exports = baseUniq;\n","var castPath = require('./_castPath'),\n    last = require('./last'),\n    parent = require('./_parent'),\n    toKey = require('./_toKey');\n\n/**\n * The base implementation of `_.unset`.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {Array|string} path The property path to unset.\n * @returns {boolean} Returns `true` if the property is deleted, else `false`.\n */\nfunction baseUnset(object, path) {\n  path = castPath(path, object);\n  object = parent(object, path);\n  return object == null || delete object[toKey(last(path))];\n}\n\nmodule.exports = baseUnset;\n","/**\n * Checks if a `cache` value for `key` exists.\n *\n * @private\n * @param {Object} cache The cache to query.\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction cacheHas(cache, key) {\n  return cache.has(key);\n}\n\nmodule.exports = cacheHas;\n","var isArray = require('./isArray'),\n    isKey = require('./_isKey'),\n    stringToPath = require('./_stringToPath'),\n    toString = require('./toString');\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {Object} [object] The object to query keys on.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value, object) {\n  if (isArray(value)) {\n    return value;\n  }\n  return isKey(value, object) ? [value] : stringToPath(toString(value));\n}\n\nmodule.exports = castPath;\n","var Uint8Array = require('./_Uint8Array');\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n  var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n  new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n  return result;\n}\n\nmodule.exports = cloneArrayBuffer;\n","var root = require('./_root');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n    allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;\n\n/**\n * Creates a clone of  `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n  if (isDeep) {\n    return buffer.slice();\n  }\n  var length = buffer.length,\n      result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\n\n  buffer.copy(result);\n  return result;\n}\n\nmodule.exports = cloneBuffer;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n  var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n  return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\nmodule.exports = cloneDataView;\n","/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n  var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n  result.lastIndex = regexp.lastIndex;\n  return result;\n}\n\nmodule.exports = cloneRegExp;\n","var Symbol = require('./_Symbol');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n    symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n  return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\nmodule.exports = cloneSymbol;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n  var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n  return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\nmodule.exports = cloneTypedArray;\n","/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * Creates an array that is the composition of partially applied arguments,\n * placeholders, and provided arguments into a single array of arguments.\n *\n * @private\n * @param {Array} args The provided arguments.\n * @param {Array} partials The arguments to prepend to those provided.\n * @param {Array} holders The `partials` placeholder indexes.\n * @params {boolean} [isCurried] Specify composing for a curried function.\n * @returns {Array} Returns the new array of composed arguments.\n */\nfunction composeArgs(args, partials, holders, isCurried) {\n  var argsIndex = -1,\n      argsLength = args.length,\n      holdersLength = holders.length,\n      leftIndex = -1,\n      leftLength = partials.length,\n      rangeLength = nativeMax(argsLength - holdersLength, 0),\n      result = Array(leftLength + rangeLength),\n      isUncurried = !isCurried;\n\n  while (++leftIndex < leftLength) {\n    result[leftIndex] = partials[leftIndex];\n  }\n  while (++argsIndex < holdersLength) {\n    if (isUncurried || argsIndex < argsLength) {\n      result[holders[argsIndex]] = args[argsIndex];\n    }\n  }\n  while (rangeLength--) {\n    result[leftIndex++] = args[argsIndex++];\n  }\n  return result;\n}\n\nmodule.exports = composeArgs;\n","/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * This function is like `composeArgs` except that the arguments composition\n * is tailored for `_.partialRight`.\n *\n * @private\n * @param {Array} args The provided arguments.\n * @param {Array} partials The arguments to append to those provided.\n * @param {Array} holders The `partials` placeholder indexes.\n * @params {boolean} [isCurried] Specify composing for a curried function.\n * @returns {Array} Returns the new array of composed arguments.\n */\nfunction composeArgsRight(args, partials, holders, isCurried) {\n  var argsIndex = -1,\n      argsLength = args.length,\n      holdersIndex = -1,\n      holdersLength = holders.length,\n      rightIndex = -1,\n      rightLength = partials.length,\n      rangeLength = nativeMax(argsLength - holdersLength, 0),\n      result = Array(rangeLength + rightLength),\n      isUncurried = !isCurried;\n\n  while (++argsIndex < rangeLength) {\n    result[argsIndex] = args[argsIndex];\n  }\n  var offset = argsIndex;\n  while (++rightIndex < rightLength) {\n    result[offset + rightIndex] = partials[rightIndex];\n  }\n  while (++holdersIndex < holdersLength) {\n    if (isUncurried || argsIndex < argsLength) {\n      result[offset + holders[holdersIndex]] = args[argsIndex++];\n    }\n  }\n  return result;\n}\n\nmodule.exports = composeArgsRight;\n","/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n  var index = -1,\n      length = source.length;\n\n  array || (array = Array(length));\n  while (++index < length) {\n    array[index] = source[index];\n  }\n  return array;\n}\n\nmodule.exports = copyArray;\n","var assignValue = require('./_assignValue'),\n    baseAssignValue = require('./_baseAssignValue');\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n  var isNew = !object;\n  object || (object = {});\n\n  var index = -1,\n      length = props.length;\n\n  while (++index < length) {\n    var key = props[index];\n\n    var newValue = customizer\n      ? customizer(object[key], source[key], key, object, source)\n      : undefined;\n\n    if (newValue === undefined) {\n      newValue = source[key];\n    }\n    if (isNew) {\n      baseAssignValue(object, key, newValue);\n    } else {\n      assignValue(object, key, newValue);\n    }\n  }\n  return object;\n}\n\nmodule.exports = copyObject;\n","var copyObject = require('./_copyObject'),\n    getSymbols = require('./_getSymbols');\n\n/**\n * Copies own symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n  return copyObject(source, getSymbols(source), object);\n}\n\nmodule.exports = copySymbols;\n","var copyObject = require('./_copyObject'),\n    getSymbolsIn = require('./_getSymbolsIn');\n\n/**\n * Copies own and inherited symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbolsIn(source, object) {\n  return copyObject(source, getSymbolsIn(source), object);\n}\n\nmodule.exports = copySymbolsIn;\n","var root = require('./_root');\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n","/**\n * Gets the number of `placeholder` occurrences in `array`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} placeholder The placeholder to search for.\n * @returns {number} Returns the placeholder count.\n */\nfunction countHolders(array, placeholder) {\n  var length = array.length,\n      result = 0;\n\n  while (length--) {\n    if (array[length] === placeholder) {\n      ++result;\n    }\n  }\n  return result;\n}\n\nmodule.exports = countHolders;\n","var baseRest = require('./_baseRest'),\n    isIterateeCall = require('./_isIterateeCall');\n\n/**\n * Creates a function like `_.assign`.\n *\n * @private\n * @param {Function} assigner The function to assign values.\n * @returns {Function} Returns the new assigner function.\n */\nfunction createAssigner(assigner) {\n  return baseRest(function(object, sources) {\n    var index = -1,\n        length = sources.length,\n        customizer = length > 1 ? sources[length - 1] : undefined,\n        guard = length > 2 ? sources[2] : undefined;\n\n    customizer = (assigner.length > 3 && typeof customizer == 'function')\n      ? (length--, customizer)\n      : undefined;\n\n    if (guard && isIterateeCall(sources[0], sources[1], guard)) {\n      customizer = length < 3 ? undefined : customizer;\n      length = 1;\n    }\n    object = Object(object);\n    while (++index < length) {\n      var source = sources[index];\n      if (source) {\n        assigner(object, source, index, customizer);\n      }\n    }\n    return object;\n  });\n}\n\nmodule.exports = createAssigner;\n","/**\n * Creates a base function for methods like `_.forIn` and `_.forOwn`.\n *\n * @private\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Function} Returns the new base function.\n */\nfunction createBaseFor(fromRight) {\n  return function(object, iteratee, keysFunc) {\n    var index = -1,\n        iterable = Object(object),\n        props = keysFunc(object),\n        length = props.length;\n\n    while (length--) {\n      var key = props[fromRight ? length : ++index];\n      if (iteratee(iterable[key], key, iterable) === false) {\n        break;\n      }\n    }\n    return object;\n  };\n}\n\nmodule.exports = createBaseFor;\n","var createCtor = require('./_createCtor'),\n    root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the optional `this`\n * binding of `thisArg`.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createBind(func, bitmask, thisArg) {\n  var isBind = bitmask & WRAP_BIND_FLAG,\n      Ctor = createCtor(func);\n\n  function wrapper() {\n    var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n    return fn.apply(isBind ? thisArg : this, arguments);\n  }\n  return wrapper;\n}\n\nmodule.exports = createBind;\n","var baseCreate = require('./_baseCreate'),\n    isObject = require('./isObject');\n\n/**\n * Creates a function that produces an instance of `Ctor` regardless of\n * whether it was invoked as part of a `new` expression or by `call` or `apply`.\n *\n * @private\n * @param {Function} Ctor The constructor to wrap.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCtor(Ctor) {\n  return function() {\n    // Use a `switch` statement to work with class constructors. See\n    // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist\n    // for more details.\n    var args = arguments;\n    switch (args.length) {\n      case 0: return new Ctor;\n      case 1: return new Ctor(args[0]);\n      case 2: return new Ctor(args[0], args[1]);\n      case 3: return new Ctor(args[0], args[1], args[2]);\n      case 4: return new Ctor(args[0], args[1], args[2], args[3]);\n      case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]);\n      case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);\n      case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);\n    }\n    var thisBinding = baseCreate(Ctor.prototype),\n        result = Ctor.apply(thisBinding, args);\n\n    // Mimic the constructor's `return` behavior.\n    // See https://es5.github.io/#x13.2.2 for more details.\n    return isObject(result) ? result : thisBinding;\n  };\n}\n\nmodule.exports = createCtor;\n","var apply = require('./_apply'),\n    createCtor = require('./_createCtor'),\n    createHybrid = require('./_createHybrid'),\n    createRecurry = require('./_createRecurry'),\n    getHolder = require('./_getHolder'),\n    replaceHolders = require('./_replaceHolders'),\n    root = require('./_root');\n\n/**\n * Creates a function that wraps `func` to enable currying.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {number} arity The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCurry(func, bitmask, arity) {\n  var Ctor = createCtor(func);\n\n  function wrapper() {\n    var length = arguments.length,\n        args = Array(length),\n        index = length,\n        placeholder = getHolder(wrapper);\n\n    while (index--) {\n      args[index] = arguments[index];\n    }\n    var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)\n      ? []\n      : replaceHolders(args, placeholder);\n\n    length -= holders.length;\n    if (length < arity) {\n      return createRecurry(\n        func, bitmask, createHybrid, wrapper.placeholder, undefined,\n        args, holders, undefined, undefined, arity - length);\n    }\n    var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n    return apply(fn, this, args);\n  }\n  return wrapper;\n}\n\nmodule.exports = createCurry;\n","var LodashWrapper = require('./_LodashWrapper'),\n    flatRest = require('./_flatRest'),\n    getData = require('./_getData'),\n    getFuncName = require('./_getFuncName'),\n    isArray = require('./isArray'),\n    isLaziable = require('./_isLaziable');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_CURRY_FLAG = 8,\n    WRAP_PARTIAL_FLAG = 32,\n    WRAP_ARY_FLAG = 128,\n    WRAP_REARG_FLAG = 256;\n\n/**\n * Creates a `_.flow` or `_.flowRight` function.\n *\n * @private\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Function} Returns the new flow function.\n */\nfunction createFlow(fromRight) {\n  return flatRest(function(funcs) {\n    var length = funcs.length,\n        index = length,\n        prereq = LodashWrapper.prototype.thru;\n\n    if (fromRight) {\n      funcs.reverse();\n    }\n    while (index--) {\n      var func = funcs[index];\n      if (typeof func != 'function') {\n        throw new TypeError(FUNC_ERROR_TEXT);\n      }\n      if (prereq && !wrapper && getFuncName(func) == 'wrapper') {\n        var wrapper = new LodashWrapper([], true);\n      }\n    }\n    index = wrapper ? index : length;\n    while (++index < length) {\n      func = funcs[index];\n\n      var funcName = getFuncName(func),\n          data = funcName == 'wrapper' ? getData(func) : undefined;\n\n      if (data && isLaziable(data[0]) &&\n            data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) &&\n            !data[4].length && data[9] == 1\n          ) {\n        wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]);\n      } else {\n        wrapper = (func.length == 1 && isLaziable(func))\n          ? wrapper[funcName]()\n          : wrapper.thru(func);\n      }\n    }\n    return function() {\n      var args = arguments,\n          value = args[0];\n\n      if (wrapper && args.length == 1 && isArray(value)) {\n        return wrapper.plant(value).value();\n      }\n      var index = 0,\n          result = length ? funcs[index].apply(this, args) : value;\n\n      while (++index < length) {\n        result = funcs[index].call(this, result);\n      }\n      return result;\n    };\n  });\n}\n\nmodule.exports = createFlow;\n","var composeArgs = require('./_composeArgs'),\n    composeArgsRight = require('./_composeArgsRight'),\n    countHolders = require('./_countHolders'),\n    createCtor = require('./_createCtor'),\n    createRecurry = require('./_createRecurry'),\n    getHolder = require('./_getHolder'),\n    reorder = require('./_reorder'),\n    replaceHolders = require('./_replaceHolders'),\n    root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_CURRY_RIGHT_FLAG = 16,\n    WRAP_ARY_FLAG = 128,\n    WRAP_FLIP_FLAG = 512;\n\n/**\n * Creates a function that wraps `func` to invoke it with optional `this`\n * binding of `thisArg`, partial application, and currying.\n *\n * @private\n * @param {Function|string} func The function or method name to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to prepend to those provided to\n *  the new function.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [partialsRight] The arguments to append to those provided\n *  to the new function.\n * @param {Array} [holdersRight] The `partialsRight` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) {\n  var isAry = bitmask & WRAP_ARY_FLAG,\n      isBind = bitmask & WRAP_BIND_FLAG,\n      isBindKey = bitmask & WRAP_BIND_KEY_FLAG,\n      isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG),\n      isFlip = bitmask & WRAP_FLIP_FLAG,\n      Ctor = isBindKey ? undefined : createCtor(func);\n\n  function wrapper() {\n    var length = arguments.length,\n        args = Array(length),\n        index = length;\n\n    while (index--) {\n      args[index] = arguments[index];\n    }\n    if (isCurried) {\n      var placeholder = getHolder(wrapper),\n          holdersCount = countHolders(args, placeholder);\n    }\n    if (partials) {\n      args = composeArgs(args, partials, holders, isCurried);\n    }\n    if (partialsRight) {\n      args = composeArgsRight(args, partialsRight, holdersRight, isCurried);\n    }\n    length -= holdersCount;\n    if (isCurried && length < arity) {\n      var newHolders = replaceHolders(args, placeholder);\n      return createRecurry(\n        func, bitmask, createHybrid, wrapper.placeholder, thisArg,\n        args, newHolders, argPos, ary, arity - length\n      );\n    }\n    var thisBinding = isBind ? thisArg : this,\n        fn = isBindKey ? thisBinding[func] : func;\n\n    length = args.length;\n    if (argPos) {\n      args = reorder(args, argPos);\n    } else if (isFlip && length > 1) {\n      args.reverse();\n    }\n    if (isAry && ary < length) {\n      args.length = ary;\n    }\n    if (this && this !== root && this instanceof wrapper) {\n      fn = Ctor || createCtor(fn);\n    }\n    return fn.apply(thisBinding, args);\n  }\n  return wrapper;\n}\n\nmodule.exports = createHybrid;\n","var apply = require('./_apply'),\n    createCtor = require('./_createCtor'),\n    root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the `this` binding\n * of `thisArg` and `partials` prepended to the arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} partials The arguments to prepend to those provided to\n *  the new function.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createPartial(func, bitmask, thisArg, partials) {\n  var isBind = bitmask & WRAP_BIND_FLAG,\n      Ctor = createCtor(func);\n\n  function wrapper() {\n    var argsIndex = -1,\n        argsLength = arguments.length,\n        leftIndex = -1,\n        leftLength = partials.length,\n        args = Array(leftLength + argsLength),\n        fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n\n    while (++leftIndex < leftLength) {\n      args[leftIndex] = partials[leftIndex];\n    }\n    while (argsLength--) {\n      args[leftIndex++] = arguments[++argsIndex];\n    }\n    return apply(fn, isBind ? thisArg : this, args);\n  }\n  return wrapper;\n}\n\nmodule.exports = createPartial;\n","var isLaziable = require('./_isLaziable'),\n    setData = require('./_setData'),\n    setWrapToString = require('./_setWrapToString');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_BOUND_FLAG = 4,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_PARTIAL_FLAG = 32,\n    WRAP_PARTIAL_RIGHT_FLAG = 64;\n\n/**\n * Creates a function that wraps `func` to continue currying.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {Function} wrapFunc The function to create the `func` wrapper.\n * @param {*} placeholder The placeholder value.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to prepend to those provided to\n *  the new function.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) {\n  var isCurry = bitmask & WRAP_CURRY_FLAG,\n      newHolders = isCurry ? holders : undefined,\n      newHoldersRight = isCurry ? undefined : holders,\n      newPartials = isCurry ? partials : undefined,\n      newPartialsRight = isCurry ? undefined : partials;\n\n  bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG);\n  bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG);\n\n  if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) {\n    bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG);\n  }\n  var newData = [\n    func, bitmask, thisArg, newPartials, newHolders, newPartialsRight,\n    newHoldersRight, argPos, ary, arity\n  ];\n\n  var result = wrapFunc.apply(undefined, newData);\n  if (isLaziable(func)) {\n    setData(result, newData);\n  }\n  result.placeholder = placeholder;\n  return setWrapToString(result, func, bitmask);\n}\n\nmodule.exports = createRecurry;\n","var Set = require('./_Set'),\n    noop = require('./noop'),\n    setToArray = require('./_setToArray');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Creates a set object of `values`.\n *\n * @private\n * @param {Array} values The values to add to the set.\n * @returns {Object} Returns the new set.\n */\nvar createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) {\n  return new Set(values);\n};\n\nmodule.exports = createSet;\n","var baseSetData = require('./_baseSetData'),\n    createBind = require('./_createBind'),\n    createCurry = require('./_createCurry'),\n    createHybrid = require('./_createHybrid'),\n    createPartial = require('./_createPartial'),\n    getData = require('./_getData'),\n    mergeData = require('./_mergeData'),\n    setData = require('./_setData'),\n    setWrapToString = require('./_setWrapToString'),\n    toInteger = require('./toInteger');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_CURRY_RIGHT_FLAG = 16,\n    WRAP_PARTIAL_FLAG = 32,\n    WRAP_PARTIAL_RIGHT_FLAG = 64;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * Creates a function that either curries or invokes `func` with optional\n * `this` binding and partially applied arguments.\n *\n * @private\n * @param {Function|string} func The function or method name to wrap.\n * @param {number} bitmask The bitmask flags.\n *    1 - `_.bind`\n *    2 - `_.bindKey`\n *    4 - `_.curry` or `_.curryRight` of a bound function\n *    8 - `_.curry`\n *   16 - `_.curryRight`\n *   32 - `_.partial`\n *   64 - `_.partialRight`\n *  128 - `_.rearg`\n *  256 - `_.ary`\n *  512 - `_.flip`\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to be partially applied.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) {\n  var isBindKey = bitmask & WRAP_BIND_KEY_FLAG;\n  if (!isBindKey && typeof func != 'function') {\n    throw new TypeError(FUNC_ERROR_TEXT);\n  }\n  var length = partials ? partials.length : 0;\n  if (!length) {\n    bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);\n    partials = holders = undefined;\n  }\n  ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);\n  arity = arity === undefined ? arity : toInteger(arity);\n  length -= holders ? holders.length : 0;\n\n  if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) {\n    var partialsRight = partials,\n        holdersRight = holders;\n\n    partials = holders = undefined;\n  }\n  var data = isBindKey ? undefined : getData(func);\n\n  var newData = [\n    func, bitmask, thisArg, partials, holders, partialsRight, holdersRight,\n    argPos, ary, arity\n  ];\n\n  if (data) {\n    mergeData(newData, data);\n  }\n  func = newData[0];\n  bitmask = newData[1];\n  thisArg = newData[2];\n  partials = newData[3];\n  holders = newData[4];\n  arity = newData[9] = newData[9] === undefined\n    ? (isBindKey ? 0 : func.length)\n    : nativeMax(newData[9] - length, 0);\n\n  if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) {\n    bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG);\n  }\n  if (!bitmask || bitmask == WRAP_BIND_FLAG) {\n    var result = createBind(func, bitmask, thisArg);\n  } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) {\n    result = createCurry(func, bitmask, arity);\n  } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) {\n    result = createPartial(func, bitmask, thisArg, partials);\n  } else {\n    result = createHybrid.apply(undefined, newData);\n  }\n  var setter = data ? baseSetData : setData;\n  return setWrapToString(setter(result, newData), func, bitmask);\n}\n\nmodule.exports = createWrap;\n","var isPlainObject = require('./isPlainObject');\n\n/**\n * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain\n * objects.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {string} key The key of the property to inspect.\n * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`.\n */\nfunction customOmitClone(value) {\n  return isPlainObject(value) ? undefined : value;\n}\n\nmodule.exports = customOmitClone;\n","var getNative = require('./_getNative');\n\nvar defineProperty = (function() {\n  try {\n    var func = getNative(Object, 'defineProperty');\n    func({}, '', {});\n    return func;\n  } catch (e) {}\n}());\n\nmodule.exports = defineProperty;\n","var SetCache = require('./_SetCache'),\n    arraySome = require('./_arraySome'),\n    cacheHas = require('./_cacheHas');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n    COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * A specialized version of `baseIsEqualDeep` for arrays with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Array} array The array to compare.\n * @param {Array} other The other array to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `array` and `other` objects.\n * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\n */\nfunction equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\n  var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n      arrLength = array.length,\n      othLength = other.length;\n\n  if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\n    return false;\n  }\n  // Check that cyclic values are equal.\n  var arrStacked = stack.get(array);\n  var othStacked = stack.get(other);\n  if (arrStacked && othStacked) {\n    return arrStacked == other && othStacked == array;\n  }\n  var index = -1,\n      result = true,\n      seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\n\n  stack.set(array, other);\n  stack.set(other, array);\n\n  // Ignore non-index properties.\n  while (++index < arrLength) {\n    var arrValue = array[index],\n        othValue = other[index];\n\n    if (customizer) {\n      var compared = isPartial\n        ? customizer(othValue, arrValue, index, other, array, stack)\n        : customizer(arrValue, othValue, index, array, other, stack);\n    }\n    if (compared !== undefined) {\n      if (compared) {\n        continue;\n      }\n      result = false;\n      break;\n    }\n    // Recursively compare arrays (susceptible to call stack limits).\n    if (seen) {\n      if (!arraySome(other, function(othValue, othIndex) {\n            if (!cacheHas(seen, othIndex) &&\n                (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\n              return seen.push(othIndex);\n            }\n          })) {\n        result = false;\n        break;\n      }\n    } else if (!(\n          arrValue === othValue ||\n            equalFunc(arrValue, othValue, bitmask, customizer, stack)\n        )) {\n      result = false;\n      break;\n    }\n  }\n  stack['delete'](array);\n  stack['delete'](other);\n  return result;\n}\n\nmodule.exports = equalArrays;\n","var Symbol = require('./_Symbol'),\n    Uint8Array = require('./_Uint8Array'),\n    eq = require('./eq'),\n    equalArrays = require('./_equalArrays'),\n    mapToArray = require('./_mapToArray'),\n    setToArray = require('./_setToArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n    COMPARE_UNORDERED_FLAG = 2;\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n    dateTag = '[object Date]',\n    errorTag = '[object Error]',\n    mapTag = '[object Map]',\n    numberTag = '[object Number]',\n    regexpTag = '[object RegExp]',\n    setTag = '[object Set]',\n    stringTag = '[object String]',\n    symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n    dataViewTag = '[object DataView]';\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n    symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * A specialized version of `baseIsEqualDeep` for comparing objects of\n * the same `toStringTag`.\n *\n * **Note:** This function only supports comparing values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {string} tag The `toStringTag` of the objects to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\n  switch (tag) {\n    case dataViewTag:\n      if ((object.byteLength != other.byteLength) ||\n          (object.byteOffset != other.byteOffset)) {\n        return false;\n      }\n      object = object.buffer;\n      other = other.buffer;\n\n    case arrayBufferTag:\n      if ((object.byteLength != other.byteLength) ||\n          !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\n        return false;\n      }\n      return true;\n\n    case boolTag:\n    case dateTag:\n    case numberTag:\n      // Coerce booleans to `1` or `0` and dates to milliseconds.\n      // Invalid dates are coerced to `NaN`.\n      return eq(+object, +other);\n\n    case errorTag:\n      return object.name == other.name && object.message == other.message;\n\n    case regexpTag:\n    case stringTag:\n      // Coerce regexes to strings and treat strings, primitives and objects,\n      // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\n      // for more details.\n      return object == (other + '');\n\n    case mapTag:\n      var convert = mapToArray;\n\n    case setTag:\n      var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\n      convert || (convert = setToArray);\n\n      if (object.size != other.size && !isPartial) {\n        return false;\n      }\n      // Assume cyclic values are equal.\n      var stacked = stack.get(object);\n      if (stacked) {\n        return stacked == other;\n      }\n      bitmask |= COMPARE_UNORDERED_FLAG;\n\n      // Recursively compare objects (susceptible to call stack limits).\n      stack.set(object, other);\n      var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\n      stack['delete'](object);\n      return result;\n\n    case symbolTag:\n      if (symbolValueOf) {\n        return symbolValueOf.call(object) == symbolValueOf.call(other);\n      }\n  }\n  return false;\n}\n\nmodule.exports = equalByTag;\n","var getAllKeys = require('./_getAllKeys');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqualDeep` for objects with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\n  var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n      objProps = getAllKeys(object),\n      objLength = objProps.length,\n      othProps = getAllKeys(other),\n      othLength = othProps.length;\n\n  if (objLength != othLength && !isPartial) {\n    return false;\n  }\n  var index = objLength;\n  while (index--) {\n    var key = objProps[index];\n    if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\n      return false;\n    }\n  }\n  // Check that cyclic values are equal.\n  var objStacked = stack.get(object);\n  var othStacked = stack.get(other);\n  if (objStacked && othStacked) {\n    return objStacked == other && othStacked == object;\n  }\n  var result = true;\n  stack.set(object, other);\n  stack.set(other, object);\n\n  var skipCtor = isPartial;\n  while (++index < objLength) {\n    key = objProps[index];\n    var objValue = object[key],\n        othValue = other[key];\n\n    if (customizer) {\n      var compared = isPartial\n        ? customizer(othValue, objValue, key, other, object, stack)\n        : customizer(objValue, othValue, key, object, other, stack);\n    }\n    // Recursively compare objects (susceptible to call stack limits).\n    if (!(compared === undefined\n          ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\n          : compared\n        )) {\n      result = false;\n      break;\n    }\n    skipCtor || (skipCtor = key == 'constructor');\n  }\n  if (result && !skipCtor) {\n    var objCtor = object.constructor,\n        othCtor = other.constructor;\n\n    // Non `Object` object instances with different constructors are not equal.\n    if (objCtor != othCtor &&\n        ('constructor' in object && 'constructor' in other) &&\n        !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\n          typeof othCtor == 'function' && othCtor instanceof othCtor)) {\n      result = false;\n    }\n  }\n  stack['delete'](object);\n  stack['delete'](other);\n  return result;\n}\n\nmodule.exports = equalObjects;\n","var flatten = require('./flatten'),\n    overRest = require('./_overRest'),\n    setToString = require('./_setToString');\n\n/**\n * A specialized version of `baseRest` which flattens the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @returns {Function} Returns the new function.\n */\nfunction flatRest(func) {\n  return setToString(overRest(func, undefined, flatten), func + '');\n}\n\nmodule.exports = flatRest;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n    getSymbols = require('./_getSymbols'),\n    keys = require('./keys');\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n  return baseGetAllKeys(object, keys, getSymbols);\n}\n\nmodule.exports = getAllKeys;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n    getSymbolsIn = require('./_getSymbolsIn'),\n    keysIn = require('./keysIn');\n\n/**\n * Creates an array of own and inherited enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeysIn(object) {\n  return baseGetAllKeys(object, keysIn, getSymbolsIn);\n}\n\nmodule.exports = getAllKeysIn;\n","var metaMap = require('./_metaMap'),\n    noop = require('./noop');\n\n/**\n * Gets metadata for `func`.\n *\n * @private\n * @param {Function} func The function to query.\n * @returns {*} Returns the metadata for `func`.\n */\nvar getData = !metaMap ? noop : function(func) {\n  return metaMap.get(func);\n};\n\nmodule.exports = getData;\n","var realNames = require('./_realNames');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the name of `func`.\n *\n * @private\n * @param {Function} func The function to query.\n * @returns {string} Returns the function name.\n */\nfunction getFuncName(func) {\n  var result = (func.name + ''),\n      array = realNames[result],\n      length = hasOwnProperty.call(realNames, result) ? array.length : 0;\n\n  while (length--) {\n    var data = array[length],\n        otherFunc = data.func;\n    if (otherFunc == null || otherFunc == func) {\n      return data.name;\n    }\n  }\n  return result;\n}\n\nmodule.exports = getFuncName;\n","/**\n * Gets the argument placeholder value for `func`.\n *\n * @private\n * @param {Function} func The function to inspect.\n * @returns {*} Returns the placeholder value.\n */\nfunction getHolder(func) {\n  var object = func;\n  return object.placeholder;\n}\n\nmodule.exports = getHolder;\n","var isKeyable = require('./_isKeyable');\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n  var data = map.__data__;\n  return isKeyable(key)\n    ? data[typeof key == 'string' ? 'string' : 'hash']\n    : data.map;\n}\n\nmodule.exports = getMapData;\n","var isStrictComparable = require('./_isStrictComparable'),\n    keys = require('./keys');\n\n/**\n * Gets the property names, values, and compare flags of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the match data of `object`.\n */\nfunction getMatchData(object) {\n  var result = keys(object),\n      length = result.length;\n\n  while (length--) {\n    var key = result[length],\n        value = object[key];\n\n    result[length] = [key, value, isStrictComparable(value)];\n  }\n  return result;\n}\n\nmodule.exports = getMatchData;\n","var baseIsNative = require('./_baseIsNative'),\n    getValue = require('./_getValue');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n  var value = getValue(object, key);\n  return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n","var overArg = require('./_overArg');\n\n/** Built-in value references. */\nvar getPrototype = overArg(Object.getPrototypeOf, Object);\n\nmodule.exports = getPrototype;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n  var isOwn = hasOwnProperty.call(value, symToStringTag),\n      tag = value[symToStringTag];\n\n  try {\n    value[symToStringTag] = undefined;\n    var unmasked = true;\n  } catch (e) {}\n\n  var result = nativeObjectToString.call(value);\n  if (unmasked) {\n    if (isOwn) {\n      value[symToStringTag] = tag;\n    } else {\n      delete value[symToStringTag];\n    }\n  }\n  return result;\n}\n\nmodule.exports = getRawTag;\n","var arrayFilter = require('./_arrayFilter'),\n    stubArray = require('./stubArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = !nativeGetSymbols ? stubArray : function(object) {\n  if (object == null) {\n    return [];\n  }\n  object = Object(object);\n  return arrayFilter(nativeGetSymbols(object), function(symbol) {\n    return propertyIsEnumerable.call(object, symbol);\n  });\n};\n\nmodule.exports = getSymbols;\n","var arrayPush = require('./_arrayPush'),\n    getPrototype = require('./_getPrototype'),\n    getSymbols = require('./_getSymbols'),\n    stubArray = require('./stubArray');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own and inherited enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) {\n  var result = [];\n  while (object) {\n    arrayPush(result, getSymbols(object));\n    object = getPrototype(object);\n  }\n  return result;\n};\n\nmodule.exports = getSymbolsIn;\n","var DataView = require('./_DataView'),\n    Map = require('./_Map'),\n    Promise = require('./_Promise'),\n    Set = require('./_Set'),\n    WeakMap = require('./_WeakMap'),\n    baseGetTag = require('./_baseGetTag'),\n    toSource = require('./_toSource');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]',\n    objectTag = '[object Object]',\n    promiseTag = '[object Promise]',\n    setTag = '[object Set]',\n    weakMapTag = '[object WeakMap]';\n\nvar dataViewTag = '[object DataView]';\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n    mapCtorString = toSource(Map),\n    promiseCtorString = toSource(Promise),\n    setCtorString = toSource(Set),\n    weakMapCtorString = toSource(WeakMap);\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n    (Map && getTag(new Map) != mapTag) ||\n    (Promise && getTag(Promise.resolve()) != promiseTag) ||\n    (Set && getTag(new Set) != setTag) ||\n    (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n  getTag = function(value) {\n    var result = baseGetTag(value),\n        Ctor = result == objectTag ? value.constructor : undefined,\n        ctorString = Ctor ? toSource(Ctor) : '';\n\n    if (ctorString) {\n      switch (ctorString) {\n        case dataViewCtorString: return dataViewTag;\n        case mapCtorString: return mapTag;\n        case promiseCtorString: return promiseTag;\n        case setCtorString: return setTag;\n        case weakMapCtorString: return weakMapTag;\n      }\n    }\n    return result;\n  };\n}\n\nmodule.exports = getTag;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n  return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n","/** Used to match wrap detail comments. */\nvar reWrapDetails = /\\{\\n\\/\\* \\[wrapped with (.+)\\] \\*/,\n    reSplitDetails = /,? & /;\n\n/**\n * Extracts wrapper details from the `source` body comment.\n *\n * @private\n * @param {string} source The source to inspect.\n * @returns {Array} Returns the wrapper details.\n */\nfunction getWrapDetails(source) {\n  var match = source.match(reWrapDetails);\n  return match ? match[1].split(reSplitDetails) : [];\n}\n\nmodule.exports = getWrapDetails;\n","var castPath = require('./_castPath'),\n    isArguments = require('./isArguments'),\n    isArray = require('./isArray'),\n    isIndex = require('./_isIndex'),\n    isLength = require('./isLength'),\n    toKey = require('./_toKey');\n\n/**\n * Checks if `path` exists on `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @param {Function} hasFunc The function to check properties.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n */\nfunction hasPath(object, path, hasFunc) {\n  path = castPath(path, object);\n\n  var index = -1,\n      length = path.length,\n      result = false;\n\n  while (++index < length) {\n    var key = toKey(path[index]);\n    if (!(result = object != null && hasFunc(object, key))) {\n      break;\n    }\n    object = object[key];\n  }\n  if (result || ++index != length) {\n    return result;\n  }\n  length = object == null ? 0 : object.length;\n  return !!length && isLength(length) && isIndex(key, length) &&\n    (isArray(object) || isArguments(object));\n}\n\nmodule.exports = hasPath;\n","var nativeCreate = require('./_nativeCreate');\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n  this.__data__ = nativeCreate ? nativeCreate(null) : {};\n  this.size = 0;\n}\n\nmodule.exports = hashClear;\n","/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n  var result = this.has(key) && delete this.__data__[key];\n  this.size -= result ? 1 : 0;\n  return result;\n}\n\nmodule.exports = hashDelete;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n  var data = this.__data__;\n  if (nativeCreate) {\n    var result = data[key];\n    return result === HASH_UNDEFINED ? undefined : result;\n  }\n  return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nmodule.exports = hashGet;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n  var data = this.__data__;\n  return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nmodule.exports = hashHas;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n  var data = this.__data__;\n  this.size += this.has(key) ? 0 : 1;\n  data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n  return this;\n}\n\nmodule.exports = hashSet;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n  var length = array.length,\n      result = new array.constructor(length);\n\n  // Add properties assigned by `RegExp#exec`.\n  if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n    result.index = array.index;\n    result.input = array.input;\n  }\n  return result;\n}\n\nmodule.exports = initCloneArray;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer'),\n    cloneDataView = require('./_cloneDataView'),\n    cloneRegExp = require('./_cloneRegExp'),\n    cloneSymbol = require('./_cloneSymbol'),\n    cloneTypedArray = require('./_cloneTypedArray');\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n    dateTag = '[object Date]',\n    mapTag = '[object Map]',\n    numberTag = '[object Number]',\n    regexpTag = '[object RegExp]',\n    setTag = '[object Set]',\n    stringTag = '[object String]',\n    symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n    dataViewTag = '[object DataView]',\n    float32Tag = '[object Float32Array]',\n    float64Tag = '[object Float64Array]',\n    int8Tag = '[object Int8Array]',\n    int16Tag = '[object Int16Array]',\n    int32Tag = '[object Int32Array]',\n    uint8Tag = '[object Uint8Array]',\n    uint8ClampedTag = '[object Uint8ClampedArray]',\n    uint16Tag = '[object Uint16Array]',\n    uint32Tag = '[object Uint32Array]';\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, isDeep) {\n  var Ctor = object.constructor;\n  switch (tag) {\n    case arrayBufferTag:\n      return cloneArrayBuffer(object);\n\n    case boolTag:\n    case dateTag:\n      return new Ctor(+object);\n\n    case dataViewTag:\n      return cloneDataView(object, isDeep);\n\n    case float32Tag: case float64Tag:\n    case int8Tag: case int16Tag: case int32Tag:\n    case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n      return cloneTypedArray(object, isDeep);\n\n    case mapTag:\n      return new Ctor;\n\n    case numberTag:\n    case stringTag:\n      return new Ctor(object);\n\n    case regexpTag:\n      return cloneRegExp(object);\n\n    case setTag:\n      return new Ctor;\n\n    case symbolTag:\n      return cloneSymbol(object);\n  }\n}\n\nmodule.exports = initCloneByTag;\n","var baseCreate = require('./_baseCreate'),\n    getPrototype = require('./_getPrototype'),\n    isPrototype = require('./_isPrototype');\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n  return (typeof object.constructor == 'function' && !isPrototype(object))\n    ? baseCreate(getPrototype(object))\n    : {};\n}\n\nmodule.exports = initCloneObject;\n","/** Used to match wrap detail comments. */\nvar reWrapComment = /\\{(?:\\n\\/\\* \\[wrapped with .+\\] \\*\\/)?\\n?/;\n\n/**\n * Inserts wrapper `details` in a comment at the top of the `source` body.\n *\n * @private\n * @param {string} source The source to modify.\n * @returns {Array} details The details to insert.\n * @returns {string} Returns the modified source.\n */\nfunction insertWrapDetails(source, details) {\n  var length = details.length;\n  if (!length) {\n    return source;\n  }\n  var lastIndex = length - 1;\n  details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];\n  details = details.join(length > 2 ? ', ' : ' ');\n  return source.replace(reWrapComment, '{\\n/* [wrapped with ' + details + '] */\\n');\n}\n\nmodule.exports = insertWrapDetails;\n","var Symbol = require('./_Symbol'),\n    isArguments = require('./isArguments'),\n    isArray = require('./isArray');\n\n/** Built-in value references. */\nvar spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;\n\n/**\n * Checks if `value` is a flattenable `arguments` object or array.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\n */\nfunction isFlattenable(value) {\n  return isArray(value) || isArguments(value) ||\n    !!(spreadableSymbol && value && value[spreadableSymbol]);\n}\n\nmodule.exports = isFlattenable;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n  var type = typeof value;\n  length = length == null ? MAX_SAFE_INTEGER : length;\n\n  return !!length &&\n    (type == 'number' ||\n      (type != 'symbol' && reIsUint.test(value))) &&\n        (value > -1 && value % 1 == 0 && value < length);\n}\n\nmodule.exports = isIndex;\n","var eq = require('./eq'),\n    isArrayLike = require('./isArrayLike'),\n    isIndex = require('./_isIndex'),\n    isObject = require('./isObject');\n\n/**\n * Checks if the given arguments are from an iteratee call.\n *\n * @private\n * @param {*} value The potential iteratee value argument.\n * @param {*} index The potential iteratee index or key argument.\n * @param {*} object The potential iteratee object argument.\n * @returns {boolean} Returns `true` if the arguments are from an iteratee call,\n *  else `false`.\n */\nfunction isIterateeCall(value, index, object) {\n  if (!isObject(object)) {\n    return false;\n  }\n  var type = typeof index;\n  if (type == 'number'\n        ? (isArrayLike(object) && isIndex(index, object.length))\n        : (type == 'string' && index in object)\n      ) {\n    return eq(object[index], value);\n  }\n  return false;\n}\n\nmodule.exports = isIterateeCall;\n","var isArray = require('./isArray'),\n    isSymbol = require('./isSymbol');\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n    reIsPlainProp = /^\\w*$/;\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n  if (isArray(value)) {\n    return false;\n  }\n  var type = typeof value;\n  if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n      value == null || isSymbol(value)) {\n    return true;\n  }\n  return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n    (object != null && value in Object(object));\n}\n\nmodule.exports = isKey;\n","/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n  var type = typeof value;\n  return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n    ? (value !== '__proto__')\n    : (value === null);\n}\n\nmodule.exports = isKeyable;\n","var LazyWrapper = require('./_LazyWrapper'),\n    getData = require('./_getData'),\n    getFuncName = require('./_getFuncName'),\n    lodash = require('./wrapperLodash');\n\n/**\n * Checks if `func` has a lazy counterpart.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` has a lazy counterpart,\n *  else `false`.\n */\nfunction isLaziable(func) {\n  var funcName = getFuncName(func),\n      other = lodash[funcName];\n\n  if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {\n    return false;\n  }\n  if (func === other) {\n    return true;\n  }\n  var data = getData(other);\n  return !!data && func === data[0];\n}\n\nmodule.exports = isLaziable;\n","var coreJsData = require('./_coreJsData');\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n  return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n  return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n  var Ctor = value && value.constructor,\n      proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n  return value === proto;\n}\n\nmodule.exports = isPrototype;\n","var isObject = require('./isObject');\n\n/**\n * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` if suitable for strict\n *  equality comparisons, else `false`.\n */\nfunction isStrictComparable(value) {\n  return value === value && !isObject(value);\n}\n\nmodule.exports = isStrictComparable;\n","/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n  this.__data__ = [];\n  this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n  var data = this.__data__,\n      index = assocIndexOf(data, key);\n\n  if (index < 0) {\n    return false;\n  }\n  var lastIndex = data.length - 1;\n  if (index == lastIndex) {\n    data.pop();\n  } else {\n    splice.call(data, index, 1);\n  }\n  --this.size;\n  return true;\n}\n\nmodule.exports = listCacheDelete;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n  var data = this.__data__,\n      index = assocIndexOf(data, key);\n\n  return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n  return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n  var data = this.__data__,\n      index = assocIndexOf(data, key);\n\n  if (index < 0) {\n    ++this.size;\n    data.push([key, value]);\n  } else {\n    data[index][1] = value;\n  }\n  return this;\n}\n\nmodule.exports = listCacheSet;\n","var Hash = require('./_Hash'),\n    ListCache = require('./_ListCache'),\n    Map = require('./_Map');\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n  this.size = 0;\n  this.__data__ = {\n    'hash': new Hash,\n    'map': new (Map || ListCache),\n    'string': new Hash\n  };\n}\n\nmodule.exports = mapCacheClear;\n","var getMapData = require('./_getMapData');\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n  var result = getMapData(this, key)['delete'](key);\n  this.size -= result ? 1 : 0;\n  return result;\n}\n\nmodule.exports = mapCacheDelete;\n","var getMapData = require('./_getMapData');\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n  return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n  return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n","var getMapData = require('./_getMapData');\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n  var data = getMapData(this, key),\n      size = data.size;\n\n  data.set(key, value);\n  this.size += data.size == size ? 0 : 1;\n  return this;\n}\n\nmodule.exports = mapCacheSet;\n","/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n  var index = -1,\n      result = Array(map.size);\n\n  map.forEach(function(value, key) {\n    result[++index] = [key, value];\n  });\n  return result;\n}\n\nmodule.exports = mapToArray;\n","/**\n * A specialized version of `matchesProperty` for source values suitable\n * for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction matchesStrictComparable(key, srcValue) {\n  return function(object) {\n    if (object == null) {\n      return false;\n    }\n    return object[key] === srcValue &&\n      (srcValue !== undefined || (key in Object(object)));\n  };\n}\n\nmodule.exports = matchesStrictComparable;\n","var memoize = require('./memoize');\n\n/** Used as the maximum memoize cache size. */\nvar MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Function} func The function to have its output memoized.\n * @returns {Function} Returns the new memoized function.\n */\nfunction memoizeCapped(func) {\n  var result = memoize(func, function(key) {\n    if (cache.size === MAX_MEMOIZE_SIZE) {\n      cache.clear();\n    }\n    return key;\n  });\n\n  var cache = result.cache;\n  return result;\n}\n\nmodule.exports = memoizeCapped;\n","var composeArgs = require('./_composeArgs'),\n    composeArgsRight = require('./_composeArgsRight'),\n    replaceHolders = require('./_replaceHolders');\n\n/** Used as the internal argument placeholder. */\nvar PLACEHOLDER = '__lodash_placeholder__';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_BOUND_FLAG = 4,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_ARY_FLAG = 128,\n    WRAP_REARG_FLAG = 256;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMin = Math.min;\n\n/**\n * Merges the function metadata of `source` into `data`.\n *\n * Merging metadata reduces the number of wrappers used to invoke a function.\n * This is possible because methods like `_.bind`, `_.curry`, and `_.partial`\n * may be applied regardless of execution order. Methods like `_.ary` and\n * `_.rearg` modify function arguments, making the order in which they are\n * executed important, preventing the merging of metadata. However, we make\n * an exception for a safe combined case where curried functions have `_.ary`\n * and or `_.rearg` applied.\n *\n * @private\n * @param {Array} data The destination metadata.\n * @param {Array} source The source metadata.\n * @returns {Array} Returns `data`.\n */\nfunction mergeData(data, source) {\n  var bitmask = data[1],\n      srcBitmask = source[1],\n      newBitmask = bitmask | srcBitmask,\n      isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG);\n\n  var isCombo =\n    ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) ||\n    ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) ||\n    ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG));\n\n  // Exit early if metadata can't be merged.\n  if (!(isCommon || isCombo)) {\n    return data;\n  }\n  // Use source `thisArg` if available.\n  if (srcBitmask & WRAP_BIND_FLAG) {\n    data[2] = source[2];\n    // Set when currying a bound function.\n    newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG;\n  }\n  // Compose partial arguments.\n  var value = source[3];\n  if (value) {\n    var partials = data[3];\n    data[3] = partials ? composeArgs(partials, value, source[4]) : value;\n    data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4];\n  }\n  // Compose partial right arguments.\n  value = source[5];\n  if (value) {\n    partials = data[5];\n    data[5] = partials ? composeArgsRight(partials, value, source[6]) : value;\n    data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6];\n  }\n  // Use source `argPos` if available.\n  value = source[7];\n  if (value) {\n    data[7] = value;\n  }\n  // Use source `ary` if it's smaller.\n  if (srcBitmask & WRAP_ARY_FLAG) {\n    data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]);\n  }\n  // Use source `arity` if one is not provided.\n  if (data[9] == null) {\n    data[9] = source[9];\n  }\n  // Use source `func` and merge bitmasks.\n  data[0] = source[0];\n  data[1] = newBitmask;\n\n  return data;\n}\n\nmodule.exports = mergeData;\n","var WeakMap = require('./_WeakMap');\n\n/** Used to store function metadata. */\nvar metaMap = WeakMap && new WeakMap;\n\nmodule.exports = metaMap;\n","var getNative = require('./_getNative');\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nmodule.exports = nativeCreate;\n","var overArg = require('./_overArg');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nmodule.exports = nativeKeys;\n","/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n  var result = [];\n  if (object != null) {\n    for (var key in Object(object)) {\n      result.push(key);\n    }\n  }\n  return result;\n}\n\nmodule.exports = nativeKeysIn;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Detect free variable `process` from Node.js. */\nvar freeProcess = moduleExports && freeGlobal.process;\n\n/** Used to access faster Node.js helpers. */\nvar nodeUtil = (function() {\n  try {\n    // Use `util.types` for Node.js 10+.\n    var types = freeModule && freeModule.require && freeModule.require('util').types;\n\n    if (types) {\n      return types;\n    }\n\n    // Legacy `process.binding('util')` for Node.js < 10.\n    return freeProcess && freeProcess.binding && freeProcess.binding('util');\n  } catch (e) {}\n}());\n\nmodule.exports = nodeUtil;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n  return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n  return function(arg) {\n    return func(transform(arg));\n  };\n}\n\nmodule.exports = overArg;\n","var apply = require('./_apply');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */\nfunction overRest(func, start, transform) {\n  start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\n  return function() {\n    var args = arguments,\n        index = -1,\n        length = nativeMax(args.length - start, 0),\n        array = Array(length);\n\n    while (++index < length) {\n      array[index] = args[start + index];\n    }\n    index = -1;\n    var otherArgs = Array(start + 1);\n    while (++index < start) {\n      otherArgs[index] = args[index];\n    }\n    otherArgs[start] = transform(array);\n    return apply(func, this, otherArgs);\n  };\n}\n\nmodule.exports = overRest;\n","var baseGet = require('./_baseGet'),\n    baseSlice = require('./_baseSlice');\n\n/**\n * Gets the parent value at `path` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array} path The path to get the parent value of.\n * @returns {*} Returns the parent value.\n */\nfunction parent(object, path) {\n  return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));\n}\n\nmodule.exports = parent;\n","/** Used to lookup unminified function names. */\nvar realNames = {};\n\nmodule.exports = realNames;\n","var copyArray = require('./_copyArray'),\n    isIndex = require('./_isIndex');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMin = Math.min;\n\n/**\n * Reorder `array` according to the specified indexes where the element at\n * the first index is assigned as the first element, the element at\n * the second index is assigned as the second element, and so on.\n *\n * @private\n * @param {Array} array The array to reorder.\n * @param {Array} indexes The arranged array indexes.\n * @returns {Array} Returns `array`.\n */\nfunction reorder(array, indexes) {\n  var arrLength = array.length,\n      length = nativeMin(indexes.length, arrLength),\n      oldArray = copyArray(array);\n\n  while (length--) {\n    var index = indexes[length];\n    array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined;\n  }\n  return array;\n}\n\nmodule.exports = reorder;\n","/** Used as the internal argument placeholder. */\nvar PLACEHOLDER = '__lodash_placeholder__';\n\n/**\n * Replaces all `placeholder` elements in `array` with an internal placeholder\n * and returns an array of their indexes.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {*} placeholder The placeholder to replace.\n * @returns {Array} Returns the new array of placeholder indexes.\n */\nfunction replaceHolders(array, placeholder) {\n  var index = -1,\n      length = array.length,\n      resIndex = 0,\n      result = [];\n\n  while (++index < length) {\n    var value = array[index];\n    if (value === placeholder || value === PLACEHOLDER) {\n      array[index] = PLACEHOLDER;\n      result[resIndex++] = index;\n    }\n  }\n  return result;\n}\n\nmodule.exports = replaceHolders;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","/**\n * Gets the value at `key`, unless `key` is \"__proto__\" or \"constructor\".\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction safeGet(object, key) {\n  if (key === 'constructor' && typeof object[key] === 'function') {\n    return;\n  }\n\n  if (key == '__proto__') {\n    return;\n  }\n\n  return object[key];\n}\n\nmodule.exports = safeGet;\n","/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Adds `value` to the array cache.\n *\n * @private\n * @name add\n * @memberOf SetCache\n * @alias push\n * @param {*} value The value to cache.\n * @returns {Object} Returns the cache instance.\n */\nfunction setCacheAdd(value) {\n  this.__data__.set(value, HASH_UNDEFINED);\n  return this;\n}\n\nmodule.exports = setCacheAdd;\n","/**\n * Checks if `value` is in the array cache.\n *\n * @private\n * @name has\n * @memberOf SetCache\n * @param {*} value The value to search for.\n * @returns {number} Returns `true` if `value` is found, else `false`.\n */\nfunction setCacheHas(value) {\n  return this.__data__.has(value);\n}\n\nmodule.exports = setCacheHas;\n","var baseSetData = require('./_baseSetData'),\n    shortOut = require('./_shortOut');\n\n/**\n * Sets metadata for `func`.\n *\n * **Note:** If this function becomes hot, i.e. is invoked a lot in a short\n * period of time, it will trip its breaker and transition to an identity\n * function to avoid garbage collection pauses in V8. See\n * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070)\n * for more details.\n *\n * @private\n * @param {Function} func The function to associate metadata with.\n * @param {*} data The metadata.\n * @returns {Function} Returns `func`.\n */\nvar setData = shortOut(baseSetData);\n\nmodule.exports = setData;\n","/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n  var index = -1,\n      result = Array(set.size);\n\n  set.forEach(function(value) {\n    result[++index] = value;\n  });\n  return result;\n}\n\nmodule.exports = setToArray;\n","var baseSetToString = require('./_baseSetToString'),\n    shortOut = require('./_shortOut');\n\n/**\n * Sets the `toString` method of `func` to return `string`.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar setToString = shortOut(baseSetToString);\n\nmodule.exports = setToString;\n","var getWrapDetails = require('./_getWrapDetails'),\n    insertWrapDetails = require('./_insertWrapDetails'),\n    setToString = require('./_setToString'),\n    updateWrapDetails = require('./_updateWrapDetails');\n\n/**\n * Sets the `toString` method of `wrapper` to mimic the source of `reference`\n * with wrapper details in a comment at the top of the source body.\n *\n * @private\n * @param {Function} wrapper The function to modify.\n * @param {Function} reference The reference function.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @returns {Function} Returns `wrapper`.\n */\nfunction setWrapToString(wrapper, reference, bitmask) {\n  var source = (reference + '');\n  return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask)));\n}\n\nmodule.exports = setWrapToString;\n","/** Used to detect hot functions by number of calls within a span of milliseconds. */\nvar HOT_COUNT = 800,\n    HOT_SPAN = 16;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeNow = Date.now;\n\n/**\n * Creates a function that'll short out and invoke `identity` instead\n * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\n * milliseconds.\n *\n * @private\n * @param {Function} func The function to restrict.\n * @returns {Function} Returns the new shortable function.\n */\nfunction shortOut(func) {\n  var count = 0,\n      lastCalled = 0;\n\n  return function() {\n    var stamp = nativeNow(),\n        remaining = HOT_SPAN - (stamp - lastCalled);\n\n    lastCalled = stamp;\n    if (remaining > 0) {\n      if (++count >= HOT_COUNT) {\n        return arguments[0];\n      }\n    } else {\n      count = 0;\n    }\n    return func.apply(undefined, arguments);\n  };\n}\n\nmodule.exports = shortOut;\n","var ListCache = require('./_ListCache');\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n  this.__data__ = new ListCache;\n  this.size = 0;\n}\n\nmodule.exports = stackClear;\n","/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n  var data = this.__data__,\n      result = data['delete'](key);\n\n  this.size = data.size;\n  return result;\n}\n\nmodule.exports = stackDelete;\n","/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n  return this.__data__.get(key);\n}\n\nmodule.exports = stackGet;\n","/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n  return this.__data__.has(key);\n}\n\nmodule.exports = stackHas;\n","var ListCache = require('./_ListCache'),\n    Map = require('./_Map'),\n    MapCache = require('./_MapCache');\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n  var data = this.__data__;\n  if (data instanceof ListCache) {\n    var pairs = data.__data__;\n    if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n      pairs.push([key, value]);\n      this.size = ++data.size;\n      return this;\n    }\n    data = this.__data__ = new MapCache(pairs);\n  }\n  data.set(key, value);\n  this.size = data.size;\n  return this;\n}\n\nmodule.exports = stackSet;\n","/**\n * A specialized version of `_.indexOf` which performs strict equality\n * comparisons of values, i.e. `===`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction strictIndexOf(array, value, fromIndex) {\n  var index = fromIndex - 1,\n      length = array.length;\n\n  while (++index < length) {\n    if (array[index] === value) {\n      return index;\n    }\n  }\n  return -1;\n}\n\nmodule.exports = strictIndexOf;\n","var memoizeCapped = require('./_memoizeCapped');\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n  var result = [];\n  if (string.charCodeAt(0) === 46 /* . */) {\n    result.push('');\n  }\n  string.replace(rePropName, function(match, number, quote, subString) {\n    result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n  });\n  return result;\n});\n\nmodule.exports = stringToPath;\n","var isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n  if (typeof value == 'string' || isSymbol(value)) {\n    return value;\n  }\n  var result = (value + '');\n  return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = toKey;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n  if (func != null) {\n    try {\n      return funcToString.call(func);\n    } catch (e) {}\n    try {\n      return (func + '');\n    } catch (e) {}\n  }\n  return '';\n}\n\nmodule.exports = toSource;\n","/** Used to match a single whitespace character. */\nvar reWhitespace = /\\s/;\n\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */\nfunction trimmedEndIndex(string) {\n  var index = string.length;\n\n  while (index-- && reWhitespace.test(string.charAt(index))) {}\n  return index;\n}\n\nmodule.exports = trimmedEndIndex;\n","var arrayEach = require('./_arrayEach'),\n    arrayIncludes = require('./_arrayIncludes');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_CURRY_RIGHT_FLAG = 16,\n    WRAP_PARTIAL_FLAG = 32,\n    WRAP_PARTIAL_RIGHT_FLAG = 64,\n    WRAP_ARY_FLAG = 128,\n    WRAP_REARG_FLAG = 256,\n    WRAP_FLIP_FLAG = 512;\n\n/** Used to associate wrap methods with their bit flags. */\nvar wrapFlags = [\n  ['ary', WRAP_ARY_FLAG],\n  ['bind', WRAP_BIND_FLAG],\n  ['bindKey', WRAP_BIND_KEY_FLAG],\n  ['curry', WRAP_CURRY_FLAG],\n  ['curryRight', WRAP_CURRY_RIGHT_FLAG],\n  ['flip', WRAP_FLIP_FLAG],\n  ['partial', WRAP_PARTIAL_FLAG],\n  ['partialRight', WRAP_PARTIAL_RIGHT_FLAG],\n  ['rearg', WRAP_REARG_FLAG]\n];\n\n/**\n * Updates wrapper `details` based on `bitmask` flags.\n *\n * @private\n * @returns {Array} details The details to modify.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @returns {Array} Returns `details`.\n */\nfunction updateWrapDetails(details, bitmask) {\n  arrayEach(wrapFlags, function(pair) {\n    var value = '_.' + pair[0];\n    if ((bitmask & pair[1]) && !arrayIncludes(details, value)) {\n      details.push(value);\n    }\n  });\n  return details.sort();\n}\n\nmodule.exports = updateWrapDetails;\n","var LazyWrapper = require('./_LazyWrapper'),\n    LodashWrapper = require('./_LodashWrapper'),\n    copyArray = require('./_copyArray');\n\n/**\n * Creates a clone of `wrapper`.\n *\n * @private\n * @param {Object} wrapper The wrapper to clone.\n * @returns {Object} Returns the cloned wrapper.\n */\nfunction wrapperClone(wrapper) {\n  if (wrapper instanceof LazyWrapper) {\n    return wrapper.clone();\n  }\n  var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__);\n  result.__actions__ = copyArray(wrapper.__actions__);\n  result.__index__  = wrapper.__index__;\n  result.__values__ = wrapper.__values__;\n  return result;\n}\n\nmodule.exports = wrapperClone;\n","var createWrap = require('./_createWrap');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_ARY_FLAG = 128;\n\n/**\n * Creates a function that invokes `func`, with up to `n` arguments,\n * ignoring any additional arguments.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} func The function to cap arguments for.\n * @param {number} [n=func.length] The arity cap.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Function} Returns the new capped function.\n * @example\n *\n * _.map(['6', '8', '10'], _.ary(parseInt, 1));\n * // => [6, 8, 10]\n */\nfunction ary(func, n, guard) {\n  n = guard ? undefined : n;\n  n = (func && n == null) ? func.length : n;\n  return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n);\n}\n\nmodule.exports = ary;\n","var baseClone = require('./_baseClone');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * Creates a shallow clone of `value`.\n *\n * **Note:** This method is loosely based on the\n * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)\n * and supports cloning arrays, array buffers, booleans, date objects, maps,\n * numbers, `Object` objects, regexes, sets, strings, symbols, and typed\n * arrays. The own enumerable properties of `arguments` objects are cloned\n * as plain objects. An empty object is returned for uncloneable values such\n * as error objects, functions, DOM nodes, and WeakMaps.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to clone.\n * @returns {*} Returns the cloned value.\n * @see _.cloneDeep\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var shallow = _.clone(objects);\n * console.log(shallow[0] === objects[0]);\n * // => true\n */\nfunction clone(value) {\n  return baseClone(value, CLONE_SYMBOLS_FLAG);\n}\n\nmodule.exports = clone;\n","/**\n * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */\nfunction constant(value) {\n  return function() {\n    return value;\n  };\n}\n\nmodule.exports = constant;\n","var createWrap = require('./_createWrap');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_CURRY_FLAG = 8;\n\n/**\n * Creates a function that accepts arguments of `func` and either invokes\n * `func` returning its result, if at least `arity` number of arguments have\n * been provided, or returns a function that accepts the remaining `func`\n * arguments, and so on. The arity of `func` may be specified if `func.length`\n * is not sufficient.\n *\n * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds,\n * may be used as a placeholder for provided arguments.\n *\n * **Note:** This method doesn't set the \"length\" property of curried functions.\n *\n * @static\n * @memberOf _\n * @since 2.0.0\n * @category Function\n * @param {Function} func The function to curry.\n * @param {number} [arity=func.length] The arity of `func`.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Function} Returns the new curried function.\n * @example\n *\n * var abc = function(a, b, c) {\n *   return [a, b, c];\n * };\n *\n * var curried = _.curry(abc);\n *\n * curried(1)(2)(3);\n * // => [1, 2, 3]\n *\n * curried(1, 2)(3);\n * // => [1, 2, 3]\n *\n * curried(1, 2, 3);\n * // => [1, 2, 3]\n *\n * // Curried with placeholders.\n * curried(1)(_, 3)(2);\n * // => [1, 2, 3]\n */\nfunction curry(func, arity, guard) {\n  arity = guard ? undefined : arity;\n  var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity);\n  result.placeholder = curry.placeholder;\n  return result;\n}\n\n// Assign default placeholders.\ncurry.placeholder = {};\n\nmodule.exports = curry;\n","var isObject = require('./isObject'),\n    now = require('./now'),\n    toNumber = require('./toNumber');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max,\n    nativeMin = Math.min;\n\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked. The debounced function comes with a `cancel` method to cancel\n * delayed `func` invocations and a `flush` method to immediately invoke them.\n * Provide `options` to indicate whether `func` should be invoked on the\n * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\n * with the last arguments provided to the debounced function. Subsequent\n * calls to the debounced function return the result of the last `func`\n * invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the debounced function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.debounce` and `_.throttle`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to debounce.\n * @param {number} [wait=0] The number of milliseconds to delay.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=false]\n *  Specify invoking on the leading edge of the timeout.\n * @param {number} [options.maxWait]\n *  The maximum time `func` is allowed to be delayed before it's invoked.\n * @param {boolean} [options.trailing=true]\n *  Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new debounced function.\n * @example\n *\n * // Avoid costly calculations while the window size is in flux.\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\n *\n * // Invoke `sendMail` when clicked, debouncing subsequent calls.\n * jQuery(element).on('click', _.debounce(sendMail, 300, {\n *   'leading': true,\n *   'trailing': false\n * }));\n *\n * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\n * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\n * var source = new EventSource('/stream');\n * jQuery(source).on('message', debounced);\n *\n * // Cancel the trailing debounced invocation.\n * jQuery(window).on('popstate', debounced.cancel);\n */\nfunction debounce(func, wait, options) {\n  var lastArgs,\n      lastThis,\n      maxWait,\n      result,\n      timerId,\n      lastCallTime,\n      lastInvokeTime = 0,\n      leading = false,\n      maxing = false,\n      trailing = true;\n\n  if (typeof func != 'function') {\n    throw new TypeError(FUNC_ERROR_TEXT);\n  }\n  wait = toNumber(wait) || 0;\n  if (isObject(options)) {\n    leading = !!options.leading;\n    maxing = 'maxWait' in options;\n    maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\n    trailing = 'trailing' in options ? !!options.trailing : trailing;\n  }\n\n  function invokeFunc(time) {\n    var args = lastArgs,\n        thisArg = lastThis;\n\n    lastArgs = lastThis = undefined;\n    lastInvokeTime = time;\n    result = func.apply(thisArg, args);\n    return result;\n  }\n\n  function leadingEdge(time) {\n    // Reset any `maxWait` timer.\n    lastInvokeTime = time;\n    // Start the timer for the trailing edge.\n    timerId = setTimeout(timerExpired, wait);\n    // Invoke the leading edge.\n    return leading ? invokeFunc(time) : result;\n  }\n\n  function remainingWait(time) {\n    var timeSinceLastCall = time - lastCallTime,\n        timeSinceLastInvoke = time - lastInvokeTime,\n        timeWaiting = wait - timeSinceLastCall;\n\n    return maxing\n      ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)\n      : timeWaiting;\n  }\n\n  function shouldInvoke(time) {\n    var timeSinceLastCall = time - lastCallTime,\n        timeSinceLastInvoke = time - lastInvokeTime;\n\n    // Either this is the first call, activity has stopped and we're at the\n    // trailing edge, the system time has gone backwards and we're treating\n    // it as the trailing edge, or we've hit the `maxWait` limit.\n    return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||\n      (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));\n  }\n\n  function timerExpired() {\n    var time = now();\n    if (shouldInvoke(time)) {\n      return trailingEdge(time);\n    }\n    // Restart the timer.\n    timerId = setTimeout(timerExpired, remainingWait(time));\n  }\n\n  function trailingEdge(time) {\n    timerId = undefined;\n\n    // Only invoke if we have `lastArgs` which means `func` has been\n    // debounced at least once.\n    if (trailing && lastArgs) {\n      return invokeFunc(time);\n    }\n    lastArgs = lastThis = undefined;\n    return result;\n  }\n\n  function cancel() {\n    if (timerId !== undefined) {\n      clearTimeout(timerId);\n    }\n    lastInvokeTime = 0;\n    lastArgs = lastCallTime = lastThis = timerId = undefined;\n  }\n\n  function flush() {\n    return timerId === undefined ? result : trailingEdge(now());\n  }\n\n  function debounced() {\n    var time = now(),\n        isInvoking = shouldInvoke(time);\n\n    lastArgs = arguments;\n    lastThis = this;\n    lastCallTime = time;\n\n    if (isInvoking) {\n      if (timerId === undefined) {\n        return leadingEdge(lastCallTime);\n      }\n      if (maxing) {\n        // Handle invocations in a tight loop.\n        clearTimeout(timerId);\n        timerId = setTimeout(timerExpired, wait);\n        return invokeFunc(lastCallTime);\n      }\n    }\n    if (timerId === undefined) {\n      timerId = setTimeout(timerExpired, wait);\n    }\n    return result;\n  }\n  debounced.cancel = cancel;\n  debounced.flush = flush;\n  return debounced;\n}\n\nmodule.exports = debounce;\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n  return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n","var baseFlatten = require('./_baseFlatten');\n\n/**\n * Flattens `array` a single level deep.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to flatten.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * _.flatten([1, [2, [3, [4]], 5]]);\n * // => [1, 2, [3, [4]], 5]\n */\nfunction flatten(array) {\n  var length = array == null ? 0 : array.length;\n  return length ? baseFlatten(array, 1) : [];\n}\n\nmodule.exports = flatten;\n","var baseFlatten = require('./_baseFlatten'),\n    toInteger = require('./toInteger');\n\n/**\n * Recursively flatten `array` up to `depth` times.\n *\n * @static\n * @memberOf _\n * @since 4.4.0\n * @category Array\n * @param {Array} array The array to flatten.\n * @param {number} [depth=1] The maximum recursion depth.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * var array = [1, [2, [3, [4]], 5]];\n *\n * _.flattenDepth(array, 1);\n * // => [1, 2, [3, [4]], 5]\n *\n * _.flattenDepth(array, 2);\n * // => [1, 2, 3, [4], 5]\n */\nfunction flattenDepth(array, depth) {\n  var length = array == null ? 0 : array.length;\n  if (!length) {\n    return [];\n  }\n  depth = depth === undefined ? 1 : toInteger(depth);\n  return baseFlatten(array, depth);\n}\n\nmodule.exports = flattenDepth;\n","var createFlow = require('./_createFlow');\n\n/**\n * Creates a function that returns the result of invoking the given functions\n * with the `this` binding of the created function, where each successive\n * invocation is supplied the return value of the previous.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Util\n * @param {...(Function|Function[])} [funcs] The functions to invoke.\n * @returns {Function} Returns the new composite function.\n * @see _.flowRight\n * @example\n *\n * function square(n) {\n *   return n * n;\n * }\n *\n * var addSquare = _.flow([_.add, square]);\n * addSquare(1, 2);\n * // => 9\n */\nvar flow = createFlow();\n\nmodule.exports = flow;\n","var mapping = require('./_mapping'),\n    fallbackHolder = require('./placeholder');\n\n/** Built-in value reference. */\nvar push = Array.prototype.push;\n\n/**\n * Creates a function, with an arity of `n`, that invokes `func` with the\n * arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} n The arity of the new function.\n * @returns {Function} Returns the new function.\n */\nfunction baseArity(func, n) {\n  return n == 2\n    ? function(a, b) { return func.apply(undefined, arguments); }\n    : function(a) { return func.apply(undefined, arguments); };\n}\n\n/**\n * Creates a function that invokes `func`, with up to `n` arguments, ignoring\n * any additional arguments.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @param {number} n The arity cap.\n * @returns {Function} Returns the new function.\n */\nfunction baseAry(func, n) {\n  return n == 2\n    ? function(a, b) { return func(a, b); }\n    : function(a) { return func(a); };\n}\n\n/**\n * Creates a clone of `array`.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the cloned array.\n */\nfunction cloneArray(array) {\n  var length = array ? array.length : 0,\n      result = Array(length);\n\n  while (length--) {\n    result[length] = array[length];\n  }\n  return result;\n}\n\n/**\n * Creates a function that clones a given object using the assignment `func`.\n *\n * @private\n * @param {Function} func The assignment function.\n * @returns {Function} Returns the new cloner function.\n */\nfunction createCloner(func) {\n  return function(object) {\n    return func({}, object);\n  };\n}\n\n/**\n * A specialized version of `_.spread` which flattens the spread array into\n * the arguments of the invoked `func`.\n *\n * @private\n * @param {Function} func The function to spread arguments over.\n * @param {number} start The start position of the spread.\n * @returns {Function} Returns the new function.\n */\nfunction flatSpread(func, start) {\n  return function() {\n    var length = arguments.length,\n        lastIndex = length - 1,\n        args = Array(length);\n\n    while (length--) {\n      args[length] = arguments[length];\n    }\n    var array = args[start],\n        otherArgs = args.slice(0, start);\n\n    if (array) {\n      push.apply(otherArgs, array);\n    }\n    if (start != lastIndex) {\n      push.apply(otherArgs, args.slice(start + 1));\n    }\n    return func.apply(this, otherArgs);\n  };\n}\n\n/**\n * Creates a function that wraps `func` and uses `cloner` to clone the first\n * argument it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} cloner The function to clone arguments.\n * @returns {Function} Returns the new immutable function.\n */\nfunction wrapImmutable(func, cloner) {\n  return function() {\n    var length = arguments.length;\n    if (!length) {\n      return;\n    }\n    var args = Array(length);\n    while (length--) {\n      args[length] = arguments[length];\n    }\n    var result = args[0] = cloner.apply(undefined, args);\n    func.apply(undefined, args);\n    return result;\n  };\n}\n\n/**\n * The base implementation of `convert` which accepts a `util` object of methods\n * required to perform conversions.\n *\n * @param {Object} util The util object.\n * @param {string} name The name of the function to convert.\n * @param {Function} func The function to convert.\n * @param {Object} [options] The options object.\n * @param {boolean} [options.cap=true] Specify capping iteratee arguments.\n * @param {boolean} [options.curry=true] Specify currying.\n * @param {boolean} [options.fixed=true] Specify fixed arity.\n * @param {boolean} [options.immutable=true] Specify immutable operations.\n * @param {boolean} [options.rearg=true] Specify rearranging arguments.\n * @returns {Function|Object} Returns the converted function or object.\n */\nfunction baseConvert(util, name, func, options) {\n  var isLib = typeof name == 'function',\n      isObj = name === Object(name);\n\n  if (isObj) {\n    options = func;\n    func = name;\n    name = undefined;\n  }\n  if (func == null) {\n    throw new TypeError;\n  }\n  options || (options = {});\n\n  var config = {\n    'cap': 'cap' in options ? options.cap : true,\n    'curry': 'curry' in options ? options.curry : true,\n    'fixed': 'fixed' in options ? options.fixed : true,\n    'immutable': 'immutable' in options ? options.immutable : true,\n    'rearg': 'rearg' in options ? options.rearg : true\n  };\n\n  var defaultHolder = isLib ? func : fallbackHolder,\n      forceCurry = ('curry' in options) && options.curry,\n      forceFixed = ('fixed' in options) && options.fixed,\n      forceRearg = ('rearg' in options) && options.rearg,\n      pristine = isLib ? func.runInContext() : undefined;\n\n  var helpers = isLib ? func : {\n    'ary': util.ary,\n    'assign': util.assign,\n    'clone': util.clone,\n    'curry': util.curry,\n    'forEach': util.forEach,\n    'isArray': util.isArray,\n    'isError': util.isError,\n    'isFunction': util.isFunction,\n    'isWeakMap': util.isWeakMap,\n    'iteratee': util.iteratee,\n    'keys': util.keys,\n    'rearg': util.rearg,\n    'toInteger': util.toInteger,\n    'toPath': util.toPath\n  };\n\n  var ary = helpers.ary,\n      assign = helpers.assign,\n      clone = helpers.clone,\n      curry = helpers.curry,\n      each = helpers.forEach,\n      isArray = helpers.isArray,\n      isError = helpers.isError,\n      isFunction = helpers.isFunction,\n      isWeakMap = helpers.isWeakMap,\n      keys = helpers.keys,\n      rearg = helpers.rearg,\n      toInteger = helpers.toInteger,\n      toPath = helpers.toPath;\n\n  var aryMethodKeys = keys(mapping.aryMethod);\n\n  var wrappers = {\n    'castArray': function(castArray) {\n      return function() {\n        var value = arguments[0];\n        return isArray(value)\n          ? castArray(cloneArray(value))\n          : castArray.apply(undefined, arguments);\n      };\n    },\n    'iteratee': function(iteratee) {\n      return function() {\n        var func = arguments[0],\n            arity = arguments[1],\n            result = iteratee(func, arity),\n            length = result.length;\n\n        if (config.cap && typeof arity == 'number') {\n          arity = arity > 2 ? (arity - 2) : 1;\n          return (length && length <= arity) ? result : baseAry(result, arity);\n        }\n        return result;\n      };\n    },\n    'mixin': function(mixin) {\n      return function(source) {\n        var func = this;\n        if (!isFunction(func)) {\n          return mixin(func, Object(source));\n        }\n        var pairs = [];\n        each(keys(source), function(key) {\n          if (isFunction(source[key])) {\n            pairs.push([key, func.prototype[key]]);\n          }\n        });\n\n        mixin(func, Object(source));\n\n        each(pairs, function(pair) {\n          var value = pair[1];\n          if (isFunction(value)) {\n            func.prototype[pair[0]] = value;\n          } else {\n            delete func.prototype[pair[0]];\n          }\n        });\n        return func;\n      };\n    },\n    'nthArg': function(nthArg) {\n      return function(n) {\n        var arity = n < 0 ? 1 : (toInteger(n) + 1);\n        return curry(nthArg(n), arity);\n      };\n    },\n    'rearg': function(rearg) {\n      return function(func, indexes) {\n        var arity = indexes ? indexes.length : 0;\n        return curry(rearg(func, indexes), arity);\n      };\n    },\n    'runInContext': function(runInContext) {\n      return function(context) {\n        return baseConvert(util, runInContext(context), options);\n      };\n    }\n  };\n\n  /*--------------------------------------------------------------------------*/\n\n  /**\n   * Casts `func` to a function with an arity capped iteratee if needed.\n   *\n   * @private\n   * @param {string} name The name of the function to inspect.\n   * @param {Function} func The function to inspect.\n   * @returns {Function} Returns the cast function.\n   */\n  function castCap(name, func) {\n    if (config.cap) {\n      var indexes = mapping.iterateeRearg[name];\n      if (indexes) {\n        return iterateeRearg(func, indexes);\n      }\n      var n = !isLib && mapping.iterateeAry[name];\n      if (n) {\n        return iterateeAry(func, n);\n      }\n    }\n    return func;\n  }\n\n  /**\n   * Casts `func` to a curried function if needed.\n   *\n   * @private\n   * @param {string} name The name of the function to inspect.\n   * @param {Function} func The function to inspect.\n   * @param {number} n The arity of `func`.\n   * @returns {Function} Returns the cast function.\n   */\n  function castCurry(name, func, n) {\n    return (forceCurry || (config.curry && n > 1))\n      ? curry(func, n)\n      : func;\n  }\n\n  /**\n   * Casts `func` to a fixed arity function if needed.\n   *\n   * @private\n   * @param {string} name The name of the function to inspect.\n   * @param {Function} func The function to inspect.\n   * @param {number} n The arity cap.\n   * @returns {Function} Returns the cast function.\n   */\n  function castFixed(name, func, n) {\n    if (config.fixed && (forceFixed || !mapping.skipFixed[name])) {\n      var data = mapping.methodSpread[name],\n          start = data && data.start;\n\n      return start  === undefined ? ary(func, n) : flatSpread(func, start);\n    }\n    return func;\n  }\n\n  /**\n   * Casts `func` to an rearged function if needed.\n   *\n   * @private\n   * @param {string} name The name of the function to inspect.\n   * @param {Function} func The function to inspect.\n   * @param {number} n The arity of `func`.\n   * @returns {Function} Returns the cast function.\n   */\n  function castRearg(name, func, n) {\n    return (config.rearg && n > 1 && (forceRearg || !mapping.skipRearg[name]))\n      ? rearg(func, mapping.methodRearg[name] || mapping.aryRearg[n])\n      : func;\n  }\n\n  /**\n   * Creates a clone of `object` by `path`.\n   *\n   * @private\n   * @param {Object} object The object to clone.\n   * @param {Array|string} path The path to clone by.\n   * @returns {Object} Returns the cloned object.\n   */\n  function cloneByPath(object, path) {\n    path = toPath(path);\n\n    var index = -1,\n        length = path.length,\n        lastIndex = length - 1,\n        result = clone(Object(object)),\n        nested = result;\n\n    while (nested != null && ++index < length) {\n      var key = path[index],\n          value = nested[key];\n\n      if (value != null &&\n          !(isFunction(value) || isError(value) || isWeakMap(value))) {\n        nested[key] = clone(index == lastIndex ? value : Object(value));\n      }\n      nested = nested[key];\n    }\n    return result;\n  }\n\n  /**\n   * Converts `lodash` to an immutable auto-curried iteratee-first data-last\n   * version with conversion `options` applied.\n   *\n   * @param {Object} [options] The options object. See `baseConvert` for more details.\n   * @returns {Function} Returns the converted `lodash`.\n   */\n  function convertLib(options) {\n    return _.runInContext.convert(options)(undefined);\n  }\n\n  /**\n   * Create a converter function for `func` of `name`.\n   *\n   * @param {string} name The name of the function to convert.\n   * @param {Function} func The function to convert.\n   * @returns {Function} Returns the new converter function.\n   */\n  function createConverter(name, func) {\n    var realName = mapping.aliasToReal[name] || name,\n        methodName = mapping.remap[realName] || realName,\n        oldOptions = options;\n\n    return function(options) {\n      var newUtil = isLib ? pristine : helpers,\n          newFunc = isLib ? pristine[methodName] : func,\n          newOptions = assign(assign({}, oldOptions), options);\n\n      return baseConvert(newUtil, realName, newFunc, newOptions);\n    };\n  }\n\n  /**\n   * Creates a function that wraps `func` to invoke its iteratee, with up to `n`\n   * arguments, ignoring any additional arguments.\n   *\n   * @private\n   * @param {Function} func The function to cap iteratee arguments for.\n   * @param {number} n The arity cap.\n   * @returns {Function} Returns the new function.\n   */\n  function iterateeAry(func, n) {\n    return overArg(func, function(func) {\n      return typeof func == 'function' ? baseAry(func, n) : func;\n    });\n  }\n\n  /**\n   * Creates a function that wraps `func` to invoke its iteratee with arguments\n   * arranged according to the specified `indexes` where the argument value at\n   * the first index is provided as the first argument, the argument value at\n   * the second index is provided as the second argument, and so on.\n   *\n   * @private\n   * @param {Function} func The function to rearrange iteratee arguments for.\n   * @param {number[]} indexes The arranged argument indexes.\n   * @returns {Function} Returns the new function.\n   */\n  function iterateeRearg(func, indexes) {\n    return overArg(func, function(func) {\n      var n = indexes.length;\n      return baseArity(rearg(baseAry(func, n), indexes), n);\n    });\n  }\n\n  /**\n   * Creates a function that invokes `func` with its first argument transformed.\n   *\n   * @private\n   * @param {Function} func The function to wrap.\n   * @param {Function} transform The argument transform.\n   * @returns {Function} Returns the new function.\n   */\n  function overArg(func, transform) {\n    return function() {\n      var length = arguments.length;\n      if (!length) {\n        return func();\n      }\n      var args = Array(length);\n      while (length--) {\n        args[length] = arguments[length];\n      }\n      var index = config.rearg ? 0 : (length - 1);\n      args[index] = transform(args[index]);\n      return func.apply(undefined, args);\n    };\n  }\n\n  /**\n   * Creates a function that wraps `func` and applys the conversions\n   * rules by `name`.\n   *\n   * @private\n   * @param {string} name The name of the function to wrap.\n   * @param {Function} func The function to wrap.\n   * @returns {Function} Returns the converted function.\n   */\n  function wrap(name, func, placeholder) {\n    var result,\n        realName = mapping.aliasToReal[name] || name,\n        wrapped = func,\n        wrapper = wrappers[realName];\n\n    if (wrapper) {\n      wrapped = wrapper(func);\n    }\n    else if (config.immutable) {\n      if (mapping.mutate.array[realName]) {\n        wrapped = wrapImmutable(func, cloneArray);\n      }\n      else if (mapping.mutate.object[realName]) {\n        wrapped = wrapImmutable(func, createCloner(func));\n      }\n      else if (mapping.mutate.set[realName]) {\n        wrapped = wrapImmutable(func, cloneByPath);\n      }\n    }\n    each(aryMethodKeys, function(aryKey) {\n      each(mapping.aryMethod[aryKey], function(otherName) {\n        if (realName == otherName) {\n          var data = mapping.methodSpread[realName],\n              afterRearg = data && data.afterRearg;\n\n          result = afterRearg\n            ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey)\n            : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey);\n\n          result = castCap(realName, result);\n          result = castCurry(realName, result, aryKey);\n          return false;\n        }\n      });\n      return !result;\n    });\n\n    result || (result = wrapped);\n    if (result == func) {\n      result = forceCurry ? curry(result, 1) : function() {\n        return func.apply(this, arguments);\n      };\n    }\n    result.convert = createConverter(realName, func);\n    result.placeholder = func.placeholder = placeholder;\n\n    return result;\n  }\n\n  /*--------------------------------------------------------------------------*/\n\n  if (!isObj) {\n    return wrap(name, func, defaultHolder);\n  }\n  var _ = func;\n\n  // Convert methods by ary cap.\n  var pairs = [];\n  each(aryMethodKeys, function(aryKey) {\n    each(mapping.aryMethod[aryKey], function(key) {\n      var func = _[mapping.remap[key] || key];\n      if (func) {\n        pairs.push([key, wrap(key, func, _)]);\n      }\n    });\n  });\n\n  // Convert remaining methods.\n  each(keys(_), function(key) {\n    var func = _[key];\n    if (typeof func == 'function') {\n      var length = pairs.length;\n      while (length--) {\n        if (pairs[length][0] == key) {\n          return;\n        }\n      }\n      func.convert = createConverter(key, func);\n      pairs.push([key, func]);\n    }\n  });\n\n  // Assign to `_` leaving `_.prototype` unchanged to allow chaining.\n  each(pairs, function(pair) {\n    _[pair[0]] = pair[1];\n  });\n\n  _.convert = convertLib;\n  _.placeholder = _;\n\n  // Assign aliases.\n  each(keys(_), function(key) {\n    each(mapping.realToAlias[key] || [], function(alias) {\n      _[alias] = _[key];\n    });\n  });\n\n  return _;\n}\n\nmodule.exports = baseConvert;\n","module.exports = {\n  'cap': false,\n  'curry': false,\n  'fixed': false,\n  'immutable': false,\n  'rearg': false\n};\n","/** Used to map aliases to their real names. */\nexports.aliasToReal = {\n\n  // Lodash aliases.\n  'each': 'forEach',\n  'eachRight': 'forEachRight',\n  'entries': 'toPairs',\n  'entriesIn': 'toPairsIn',\n  'extend': 'assignIn',\n  'extendAll': 'assignInAll',\n  'extendAllWith': 'assignInAllWith',\n  'extendWith': 'assignInWith',\n  'first': 'head',\n\n  // Methods that are curried variants of others.\n  'conforms': 'conformsTo',\n  'matches': 'isMatch',\n  'property': 'get',\n\n  // Ramda aliases.\n  '__': 'placeholder',\n  'F': 'stubFalse',\n  'T': 'stubTrue',\n  'all': 'every',\n  'allPass': 'overEvery',\n  'always': 'constant',\n  'any': 'some',\n  'anyPass': 'overSome',\n  'apply': 'spread',\n  'assoc': 'set',\n  'assocPath': 'set',\n  'complement': 'negate',\n  'compose': 'flowRight',\n  'contains': 'includes',\n  'dissoc': 'unset',\n  'dissocPath': 'unset',\n  'dropLast': 'dropRight',\n  'dropLastWhile': 'dropRightWhile',\n  'equals': 'isEqual',\n  'identical': 'eq',\n  'indexBy': 'keyBy',\n  'init': 'initial',\n  'invertObj': 'invert',\n  'juxt': 'over',\n  'omitAll': 'omit',\n  'nAry': 'ary',\n  'path': 'get',\n  'pathEq': 'matchesProperty',\n  'pathOr': 'getOr',\n  'paths': 'at',\n  'pickAll': 'pick',\n  'pipe': 'flow',\n  'pluck': 'map',\n  'prop': 'get',\n  'propEq': 'matchesProperty',\n  'propOr': 'getOr',\n  'props': 'at',\n  'symmetricDifference': 'xor',\n  'symmetricDifferenceBy': 'xorBy',\n  'symmetricDifferenceWith': 'xorWith',\n  'takeLast': 'takeRight',\n  'takeLastWhile': 'takeRightWhile',\n  'unapply': 'rest',\n  'unnest': 'flatten',\n  'useWith': 'overArgs',\n  'where': 'conformsTo',\n  'whereEq': 'isMatch',\n  'zipObj': 'zipObject'\n};\n\n/** Used to map ary to method names. */\nexports.aryMethod = {\n  '1': [\n    'assignAll', 'assignInAll', 'attempt', 'castArray', 'ceil', 'create',\n    'curry', 'curryRight', 'defaultsAll', 'defaultsDeepAll', 'floor', 'flow',\n    'flowRight', 'fromPairs', 'invert', 'iteratee', 'memoize', 'method', 'mergeAll',\n    'methodOf', 'mixin', 'nthArg', 'over', 'overEvery', 'overSome','rest', 'reverse',\n    'round', 'runInContext', 'spread', 'template', 'trim', 'trimEnd', 'trimStart',\n    'uniqueId', 'words', 'zipAll'\n  ],\n  '2': [\n    'add', 'after', 'ary', 'assign', 'assignAllWith', 'assignIn', 'assignInAllWith',\n    'at', 'before', 'bind', 'bindAll', 'bindKey', 'chunk', 'cloneDeepWith',\n    'cloneWith', 'concat', 'conformsTo', 'countBy', 'curryN', 'curryRightN',\n    'debounce', 'defaults', 'defaultsDeep', 'defaultTo', 'delay', 'difference',\n    'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'eq',\n    'every', 'filter', 'find', 'findIndex', 'findKey', 'findLast', 'findLastIndex',\n    'findLastKey', 'flatMap', 'flatMapDeep', 'flattenDepth', 'forEach',\n    'forEachRight', 'forIn', 'forInRight', 'forOwn', 'forOwnRight', 'get',\n    'groupBy', 'gt', 'gte', 'has', 'hasIn', 'includes', 'indexOf', 'intersection',\n    'invertBy', 'invoke', 'invokeMap', 'isEqual', 'isMatch', 'join', 'keyBy',\n    'lastIndexOf', 'lt', 'lte', 'map', 'mapKeys', 'mapValues', 'matchesProperty',\n    'maxBy', 'meanBy', 'merge', 'mergeAllWith', 'minBy', 'multiply', 'nth', 'omit',\n    'omitBy', 'overArgs', 'pad', 'padEnd', 'padStart', 'parseInt', 'partial',\n    'partialRight', 'partition', 'pick', 'pickBy', 'propertyOf', 'pull', 'pullAll',\n    'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject', 'remove',\n    'repeat', 'restFrom', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex',\n    'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy',\n    'split', 'spreadFrom', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight',\n    'takeRightWhile', 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'trimChars',\n    'trimCharsEnd', 'trimCharsStart', 'truncate', 'union', 'uniqBy', 'uniqWith',\n    'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject',\n    'zipObjectDeep'\n  ],\n  '3': [\n    'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith',\n    'findFrom', 'findIndexFrom', 'findLastFrom', 'findLastIndexFrom', 'getOr',\n    'includesFrom', 'indexOfFrom', 'inRange', 'intersectionBy', 'intersectionWith',\n    'invokeArgs', 'invokeArgsMap', 'isEqualWith', 'isMatchWith', 'flatMapDepth',\n    'lastIndexOfFrom', 'mergeWith', 'orderBy', 'padChars', 'padCharsEnd',\n    'padCharsStart', 'pullAllBy', 'pullAllWith', 'rangeStep', 'rangeStepRight',\n    'reduce', 'reduceRight', 'replace', 'set', 'slice', 'sortedIndexBy',\n    'sortedLastIndexBy', 'transform', 'unionBy', 'unionWith', 'update', 'xorBy',\n    'xorWith', 'zipWith'\n  ],\n  '4': [\n    'fill', 'setWith', 'updateWith'\n  ]\n};\n\n/** Used to map ary to rearg configs. */\nexports.aryRearg = {\n  '2': [1, 0],\n  '3': [2, 0, 1],\n  '4': [3, 2, 0, 1]\n};\n\n/** Used to map method names to their iteratee ary. */\nexports.iterateeAry = {\n  'dropRightWhile': 1,\n  'dropWhile': 1,\n  'every': 1,\n  'filter': 1,\n  'find': 1,\n  'findFrom': 1,\n  'findIndex': 1,\n  'findIndexFrom': 1,\n  'findKey': 1,\n  'findLast': 1,\n  'findLastFrom': 1,\n  'findLastIndex': 1,\n  'findLastIndexFrom': 1,\n  'findLastKey': 1,\n  'flatMap': 1,\n  'flatMapDeep': 1,\n  'flatMapDepth': 1,\n  'forEach': 1,\n  'forEachRight': 1,\n  'forIn': 1,\n  'forInRight': 1,\n  'forOwn': 1,\n  'forOwnRight': 1,\n  'map': 1,\n  'mapKeys': 1,\n  'mapValues': 1,\n  'partition': 1,\n  'reduce': 2,\n  'reduceRight': 2,\n  'reject': 1,\n  'remove': 1,\n  'some': 1,\n  'takeRightWhile': 1,\n  'takeWhile': 1,\n  'times': 1,\n  'transform': 2\n};\n\n/** Used to map method names to iteratee rearg configs. */\nexports.iterateeRearg = {\n  'mapKeys': [1],\n  'reduceRight': [1, 0]\n};\n\n/** Used to map method names to rearg configs. */\nexports.methodRearg = {\n  'assignInAllWith': [1, 0],\n  'assignInWith': [1, 2, 0],\n  'assignAllWith': [1, 0],\n  'assignWith': [1, 2, 0],\n  'differenceBy': [1, 2, 0],\n  'differenceWith': [1, 2, 0],\n  'getOr': [2, 1, 0],\n  'intersectionBy': [1, 2, 0],\n  'intersectionWith': [1, 2, 0],\n  'isEqualWith': [1, 2, 0],\n  'isMatchWith': [2, 1, 0],\n  'mergeAllWith': [1, 0],\n  'mergeWith': [1, 2, 0],\n  'padChars': [2, 1, 0],\n  'padCharsEnd': [2, 1, 0],\n  'padCharsStart': [2, 1, 0],\n  'pullAllBy': [2, 1, 0],\n  'pullAllWith': [2, 1, 0],\n  'rangeStep': [1, 2, 0],\n  'rangeStepRight': [1, 2, 0],\n  'setWith': [3, 1, 2, 0],\n  'sortedIndexBy': [2, 1, 0],\n  'sortedLastIndexBy': [2, 1, 0],\n  'unionBy': [1, 2, 0],\n  'unionWith': [1, 2, 0],\n  'updateWith': [3, 1, 2, 0],\n  'xorBy': [1, 2, 0],\n  'xorWith': [1, 2, 0],\n  'zipWith': [1, 2, 0]\n};\n\n/** Used to map method names to spread configs. */\nexports.methodSpread = {\n  'assignAll': { 'start': 0 },\n  'assignAllWith': { 'start': 0 },\n  'assignInAll': { 'start': 0 },\n  'assignInAllWith': { 'start': 0 },\n  'defaultsAll': { 'start': 0 },\n  'defaultsDeepAll': { 'start': 0 },\n  'invokeArgs': { 'start': 2 },\n  'invokeArgsMap': { 'start': 2 },\n  'mergeAll': { 'start': 0 },\n  'mergeAllWith': { 'start': 0 },\n  'partial': { 'start': 1 },\n  'partialRight': { 'start': 1 },\n  'without': { 'start': 1 },\n  'zipAll': { 'start': 0 }\n};\n\n/** Used to identify methods which mutate arrays or objects. */\nexports.mutate = {\n  'array': {\n    'fill': true,\n    'pull': true,\n    'pullAll': true,\n    'pullAllBy': true,\n    'pullAllWith': true,\n    'pullAt': true,\n    'remove': true,\n    'reverse': true\n  },\n  'object': {\n    'assign': true,\n    'assignAll': true,\n    'assignAllWith': true,\n    'assignIn': true,\n    'assignInAll': true,\n    'assignInAllWith': true,\n    'assignInWith': true,\n    'assignWith': true,\n    'defaults': true,\n    'defaultsAll': true,\n    'defaultsDeep': true,\n    'defaultsDeepAll': true,\n    'merge': true,\n    'mergeAll': true,\n    'mergeAllWith': true,\n    'mergeWith': true,\n  },\n  'set': {\n    'set': true,\n    'setWith': true,\n    'unset': true,\n    'update': true,\n    'updateWith': true\n  }\n};\n\n/** Used to map real names to their aliases. */\nexports.realToAlias = (function() {\n  var hasOwnProperty = Object.prototype.hasOwnProperty,\n      object = exports.aliasToReal,\n      result = {};\n\n  for (var key in object) {\n    var value = object[key];\n    if (hasOwnProperty.call(result, value)) {\n      result[value].push(key);\n    } else {\n      result[value] = [key];\n    }\n  }\n  return result;\n}());\n\n/** Used to map method names to other names. */\nexports.remap = {\n  'assignAll': 'assign',\n  'assignAllWith': 'assignWith',\n  'assignInAll': 'assignIn',\n  'assignInAllWith': 'assignInWith',\n  'curryN': 'curry',\n  'curryRightN': 'curryRight',\n  'defaultsAll': 'defaults',\n  'defaultsDeepAll': 'defaultsDeep',\n  'findFrom': 'find',\n  'findIndexFrom': 'findIndex',\n  'findLastFrom': 'findLast',\n  'findLastIndexFrom': 'findLastIndex',\n  'getOr': 'get',\n  'includesFrom': 'includes',\n  'indexOfFrom': 'indexOf',\n  'invokeArgs': 'invoke',\n  'invokeArgsMap': 'invokeMap',\n  'lastIndexOfFrom': 'lastIndexOf',\n  'mergeAll': 'merge',\n  'mergeAllWith': 'mergeWith',\n  'padChars': 'pad',\n  'padCharsEnd': 'padEnd',\n  'padCharsStart': 'padStart',\n  'propertyOf': 'get',\n  'rangeStep': 'range',\n  'rangeStepRight': 'rangeRight',\n  'restFrom': 'rest',\n  'spreadFrom': 'spread',\n  'trimChars': 'trim',\n  'trimCharsEnd': 'trimEnd',\n  'trimCharsStart': 'trimStart',\n  'zipAll': 'zip'\n};\n\n/** Used to track methods that skip fixing their arity. */\nexports.skipFixed = {\n  'castArray': true,\n  'flow': true,\n  'flowRight': true,\n  'iteratee': true,\n  'mixin': true,\n  'rearg': true,\n  'runInContext': true\n};\n\n/** Used to track methods that skip rearranging arguments. */\nexports.skipRearg = {\n  'add': true,\n  'assign': true,\n  'assignIn': true,\n  'bind': true,\n  'bindKey': true,\n  'concat': true,\n  'difference': true,\n  'divide': true,\n  'eq': true,\n  'gt': true,\n  'gte': true,\n  'isEqual': true,\n  'lt': true,\n  'lte': true,\n  'matchesProperty': true,\n  'merge': true,\n  'multiply': true,\n  'overArgs': true,\n  'partial': true,\n  'partialRight': true,\n  'propertyOf': true,\n  'random': true,\n  'range': true,\n  'rangeRight': true,\n  'subtract': true,\n  'zip': true,\n  'zipObject': true,\n  'zipObjectDeep': true\n};\n","module.exports = {\n  'ary': require('../ary'),\n  'assign': require('../_baseAssign'),\n  'clone': require('../clone'),\n  'curry': require('../curry'),\n  'forEach': require('../_arrayEach'),\n  'isArray': require('../isArray'),\n  'isError': require('../isError'),\n  'isFunction': require('../isFunction'),\n  'isWeakMap': require('../isWeakMap'),\n  'iteratee': require('../iteratee'),\n  'keys': require('../_baseKeys'),\n  'rearg': require('../rearg'),\n  'toInteger': require('../toInteger'),\n  'toPath': require('../toPath')\n};\n","var baseConvert = require('./_baseConvert'),\n    util = require('./_util');\n\n/**\n * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last\n * version with conversion `options` applied. If `name` is an object its methods\n * will be converted.\n *\n * @param {string} name The name of the function to wrap.\n * @param {Function} [func] The function to wrap.\n * @param {Object} [options] The options object. See `baseConvert` for more details.\n * @returns {Function|Object} Returns the converted function or object.\n */\nfunction convert(name, func, options) {\n  return baseConvert(util, name, func, options);\n}\n\nmodule.exports = convert;\n","module.exports = require('./head');\n","var convert = require('./convert'),\n    func = convert('flattenDepth', require('../flattenDepth'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('flow', require('../flow'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('get', require('../get'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('head', require('../head'), require('./_falseOptions'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('isArray', require('../isArray'), require('./_falseOptions'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('merge', require('../merge'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('omit', require('../omit'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","module.exports = require('./flow');\n","/**\n * The default argument placeholder value for methods.\n *\n * @type {Object}\n */\nmodule.exports = {};\n","var convert = require('./convert'),\n    func = convert('throttle', require('../throttle'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('unionBy', require('../unionBy'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var baseGet = require('./_baseGet');\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n  var result = object == null ? undefined : baseGet(object, path);\n  return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","var baseHasIn = require('./_baseHasIn'),\n    hasPath = require('./_hasPath');\n\n/**\n * Checks if `path` is a direct or inherited property of `object`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n * @example\n *\n * var object = _.create({ 'a': _.create({ 'b': 2 }) });\n *\n * _.hasIn(object, 'a');\n * // => true\n *\n * _.hasIn(object, 'a.b');\n * // => true\n *\n * _.hasIn(object, ['a', 'b']);\n * // => true\n *\n * _.hasIn(object, 'b');\n * // => false\n */\nfunction hasIn(object, path) {\n  return object != null && hasPath(object, path, baseHasIn);\n}\n\nmodule.exports = hasIn;\n","/**\n * Gets the first element of `array`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @alias first\n * @category Array\n * @param {Array} array The array to query.\n * @returns {*} Returns the first element of `array`.\n * @example\n *\n * _.head([1, 2, 3]);\n * // => 1\n *\n * _.head([]);\n * // => undefined\n */\nfunction head(array) {\n  return (array && array.length) ? array[0] : undefined;\n}\n\nmodule.exports = head;\n","/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n  return value;\n}\n\nmodule.exports = identity;\n","var baseIsArguments = require('./_baseIsArguments'),\n    isObjectLike = require('./isObjectLike');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n *  else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\n  return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\n    !propertyIsEnumerable.call(value, 'callee');\n};\n\nmodule.exports = isArguments;\n","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n","var isFunction = require('./isFunction'),\n    isLength = require('./isLength');\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n  return value != null && isLength(value.length) && !isFunction(value);\n}\n\nmodule.exports = isArrayLike;\n","var isArrayLike = require('./isArrayLike'),\n    isObjectLike = require('./isObjectLike');\n\n/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n *  else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */\nfunction isArrayLikeObject(value) {\n  return isObjectLike(value) && isArrayLike(value);\n}\n\nmodule.exports = isArrayLikeObject;\n","var root = require('./_root'),\n    stubFalse = require('./stubFalse');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\nmodule.exports = isBuffer;\n","var baseGetTag = require('./_baseGetTag'),\n    isObjectLike = require('./isObjectLike'),\n    isPlainObject = require('./isPlainObject');\n\n/** `Object#toString` result references. */\nvar domExcTag = '[object DOMException]',\n    errorTag = '[object Error]';\n\n/**\n * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`,\n * `SyntaxError`, `TypeError`, or `URIError` object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an error object, else `false`.\n * @example\n *\n * _.isError(new Error);\n * // => true\n *\n * _.isError(Error);\n * // => false\n */\nfunction isError(value) {\n  if (!isObjectLike(value)) {\n    return false;\n  }\n  var tag = baseGetTag(value);\n  return tag == errorTag || tag == domExcTag ||\n    (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value));\n}\n\nmodule.exports = isError;\n","var baseGetTag = require('./_baseGetTag'),\n    isObject = require('./isObject');\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n    funcTag = '[object Function]',\n    genTag = '[object GeneratorFunction]',\n    proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n  if (!isObject(value)) {\n    return false;\n  }\n  // The use of `Object#toString` avoids issues with the `typeof` operator\n  // in Safari 9 which returns 'object' for typed arrays and other constructors.\n  var tag = baseGetTag(value);\n  return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n  return typeof value == 'number' &&\n    value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nmodule.exports = isLength;\n","var baseIsMap = require('./_baseIsMap'),\n    baseUnary = require('./_baseUnary'),\n    nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsMap = nodeUtil && nodeUtil.isMap;\n\n/**\n * Checks if `value` is classified as a `Map` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n * @example\n *\n * _.isMap(new Map);\n * // => true\n *\n * _.isMap(new WeakMap);\n * // => false\n */\nvar isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap;\n\nmodule.exports = isMap;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n  var type = typeof value;\n  return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n  return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","var baseGetTag = require('./_baseGetTag'),\n    getPrototype = require('./_getPrototype'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n    objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to infer the `Object` constructor. */\nvar objectCtorString = funcToString.call(Object);\n\n/**\n * Checks if `value` is a plain object, that is, an object created by the\n * `Object` constructor or one with a `[[Prototype]]` of `null`.\n *\n * @static\n * @memberOf _\n * @since 0.8.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\n * @example\n *\n * function Foo() {\n *   this.a = 1;\n * }\n *\n * _.isPlainObject(new Foo);\n * // => false\n *\n * _.isPlainObject([1, 2, 3]);\n * // => false\n *\n * _.isPlainObject({ 'x': 0, 'y': 0 });\n * // => true\n *\n * _.isPlainObject(Object.create(null));\n * // => true\n */\nfunction isPlainObject(value) {\n  if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\n    return false;\n  }\n  var proto = getPrototype(value);\n  if (proto === null) {\n    return true;\n  }\n  var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\n  return typeof Ctor == 'function' && Ctor instanceof Ctor &&\n    funcToString.call(Ctor) == objectCtorString;\n}\n\nmodule.exports = isPlainObject;\n","var baseIsSet = require('./_baseIsSet'),\n    baseUnary = require('./_baseUnary'),\n    nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsSet = nodeUtil && nodeUtil.isSet;\n\n/**\n * Checks if `value` is classified as a `Set` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n * @example\n *\n * _.isSet(new Set);\n * // => true\n *\n * _.isSet(new WeakSet);\n * // => false\n */\nvar isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;\n\nmodule.exports = isSet;\n","var baseGetTag = require('./_baseGetTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n  return typeof value == 'symbol' ||\n    (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n","var baseIsTypedArray = require('./_baseIsTypedArray'),\n    baseUnary = require('./_baseUnary'),\n    nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\n\n/**\n * Checks if `value` is classified as a typed array.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n * @example\n *\n * _.isTypedArray(new Uint8Array);\n * // => true\n *\n * _.isTypedArray([]);\n * // => false\n */\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\n\nmodule.exports = isTypedArray;\n","var getTag = require('./_getTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar weakMapTag = '[object WeakMap]';\n\n/**\n * Checks if `value` is classified as a `WeakMap` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a weak map, else `false`.\n * @example\n *\n * _.isWeakMap(new WeakMap);\n * // => true\n *\n * _.isWeakMap(new Map);\n * // => false\n */\nfunction isWeakMap(value) {\n  return isObjectLike(value) && getTag(value) == weakMapTag;\n}\n\nmodule.exports = isWeakMap;\n","var baseClone = require('./_baseClone'),\n    baseIteratee = require('./_baseIteratee');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1;\n\n/**\n * Creates a function that invokes `func` with the arguments of the created\n * function. If `func` is a property name, the created function returns the\n * property value for a given element. If `func` is an array or object, the\n * created function returns `true` for elements that contain the equivalent\n * source properties, otherwise it returns `false`.\n *\n * @static\n * @since 4.0.0\n * @memberOf _\n * @category Util\n * @param {*} [func=_.identity] The value to convert to a callback.\n * @returns {Function} Returns the callback.\n * @example\n *\n * var users = [\n *   { 'user': 'barney', 'age': 36, 'active': true },\n *   { 'user': 'fred',   'age': 40, 'active': false }\n * ];\n *\n * // The `_.matches` iteratee shorthand.\n * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true }));\n * // => [{ 'user': 'barney', 'age': 36, 'active': true }]\n *\n * // The `_.matchesProperty` iteratee shorthand.\n * _.filter(users, _.iteratee(['user', 'fred']));\n * // => [{ 'user': 'fred', 'age': 40 }]\n *\n * // The `_.property` iteratee shorthand.\n * _.map(users, _.iteratee('user'));\n * // => ['barney', 'fred']\n *\n * // Create custom iteratee shorthands.\n * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {\n *   return !_.isRegExp(func) ? iteratee(func) : function(string) {\n *     return func.test(string);\n *   };\n * });\n *\n * _.filter(['abc', 'def'], /ef/);\n * // => ['def']\n */\nfunction iteratee(func) {\n  return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG));\n}\n\nmodule.exports = iteratee;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n    baseKeys = require('./_baseKeys'),\n    isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n *   this.a = 1;\n *   this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n  return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\nmodule.exports = keys;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n    baseKeysIn = require('./_baseKeysIn'),\n    isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own and inherited enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n *   this.a = 1;\n *   this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keysIn(new Foo);\n * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\n */\nfunction keysIn(object) {\n  return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\n}\n\nmodule.exports = keysIn;\n","/**\n * Gets the last element of `array`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to query.\n * @returns {*} Returns the last element of `array`.\n * @example\n *\n * _.last([1, 2, 3]);\n * // => 3\n */\nfunction last(array) {\n  var length = array == null ? 0 : array.length;\n  return length ? array[length - 1] : undefined;\n}\n\nmodule.exports = last;\n","var MapCache = require('./_MapCache');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n  if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\n    throw new TypeError(FUNC_ERROR_TEXT);\n  }\n  var memoized = function() {\n    var args = arguments,\n        key = resolver ? resolver.apply(this, args) : args[0],\n        cache = memoized.cache;\n\n    if (cache.has(key)) {\n      return cache.get(key);\n    }\n    var result = func.apply(this, args);\n    memoized.cache = cache.set(key, result) || cache;\n    return result;\n  };\n  memoized.cache = new (memoize.Cache || MapCache);\n  return memoized;\n}\n\n// Expose `MapCache`.\nmemoize.Cache = MapCache;\n\nmodule.exports = memoize;\n","var baseMerge = require('./_baseMerge'),\n    createAssigner = require('./_createAssigner');\n\n/**\n * This method is like `_.assign` except that it recursively merges own and\n * inherited enumerable string keyed properties of source objects into the\n * destination object. Source properties that resolve to `undefined` are\n * skipped if a destination value exists. Array and plain object properties\n * are merged recursively. Other objects and value types are overridden by\n * assignment. Source objects are applied from left to right. Subsequent\n * sources overwrite property assignments of previous sources.\n *\n * **Note:** This method mutates `object`.\n *\n * @static\n * @memberOf _\n * @since 0.5.0\n * @category Object\n * @param {Object} object The destination object.\n * @param {...Object} [sources] The source objects.\n * @returns {Object} Returns `object`.\n * @example\n *\n * var object = {\n *   'a': [{ 'b': 2 }, { 'd': 4 }]\n * };\n *\n * var other = {\n *   'a': [{ 'c': 3 }, { 'e': 5 }]\n * };\n *\n * _.merge(object, other);\n * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] }\n */\nvar merge = createAssigner(function(object, source, srcIndex) {\n  baseMerge(object, source, srcIndex);\n});\n\nmodule.exports = merge;\n","/**\n * This method returns `undefined`.\n *\n * @static\n * @memberOf _\n * @since 2.3.0\n * @category Util\n * @example\n *\n * _.times(2, _.noop);\n * // => [undefined, undefined]\n */\nfunction noop() {\n  // No operation performed.\n}\n\nmodule.exports = noop;\n","var root = require('./_root');\n\n/**\n * Gets the timestamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Date\n * @returns {number} Returns the timestamp.\n * @example\n *\n * _.defer(function(stamp) {\n *   console.log(_.now() - stamp);\n * }, _.now());\n * // => Logs the number of milliseconds it took for the deferred invocation.\n */\nvar now = function() {\n  return root.Date.now();\n};\n\nmodule.exports = now;\n","var arrayMap = require('./_arrayMap'),\n    baseClone = require('./_baseClone'),\n    baseUnset = require('./_baseUnset'),\n    castPath = require('./_castPath'),\n    copyObject = require('./_copyObject'),\n    customOmitClone = require('./_customOmitClone'),\n    flatRest = require('./_flatRest'),\n    getAllKeysIn = require('./_getAllKeysIn');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n    CLONE_FLAT_FLAG = 2,\n    CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * The opposite of `_.pick`; this method creates an object composed of the\n * own and inherited enumerable property paths of `object` that are not omitted.\n *\n * **Note:** This method is considerably slower than `_.pick`.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The source object.\n * @param {...(string|string[])} [paths] The property paths to omit.\n * @returns {Object} Returns the new object.\n * @example\n *\n * var object = { 'a': 1, 'b': '2', 'c': 3 };\n *\n * _.omit(object, ['a', 'c']);\n * // => { 'b': '2' }\n */\nvar omit = flatRest(function(object, paths) {\n  var result = {};\n  if (object == null) {\n    return result;\n  }\n  var isDeep = false;\n  paths = arrayMap(paths, function(path) {\n    path = castPath(path, object);\n    isDeep || (isDeep = path.length > 1);\n    return path;\n  });\n  copyObject(object, getAllKeysIn(object), result);\n  if (isDeep) {\n    result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone);\n  }\n  var length = paths.length;\n  while (length--) {\n    baseUnset(result, paths[length]);\n  }\n  return result;\n});\n\nmodule.exports = omit;\n","var baseProperty = require('./_baseProperty'),\n    basePropertyDeep = require('./_basePropertyDeep'),\n    isKey = require('./_isKey'),\n    toKey = require('./_toKey');\n\n/**\n * Creates a function that returns the value at `path` of a given object.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n * @example\n *\n * var objects = [\n *   { 'a': { 'b': 2 } },\n *   { 'a': { 'b': 1 } }\n * ];\n *\n * _.map(objects, _.property('a.b'));\n * // => [2, 1]\n *\n * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');\n * // => [1, 2]\n */\nfunction property(path) {\n  return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);\n}\n\nmodule.exports = property;\n","var createWrap = require('./_createWrap'),\n    flatRest = require('./_flatRest');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_REARG_FLAG = 256;\n\n/**\n * Creates a function that invokes `func` with arguments arranged according\n * to the specified `indexes` where the argument value at the first index is\n * provided as the first argument, the argument value at the second index is\n * provided as the second argument, and so on.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} func The function to rearrange arguments for.\n * @param {...(number|number[])} indexes The arranged argument indexes.\n * @returns {Function} Returns the new function.\n * @example\n *\n * var rearged = _.rearg(function(a, b, c) {\n *   return [a, b, c];\n * }, [2, 0, 1]);\n *\n * rearged('b', 'c', 'a')\n * // => ['a', 'b', 'c']\n */\nvar rearg = flatRest(function(func, indexes) {\n  return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes);\n});\n\nmodule.exports = rearg;\n","/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n  return [];\n}\n\nmodule.exports = stubArray;\n","/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n  return false;\n}\n\nmodule.exports = stubFalse;\n","var debounce = require('./debounce'),\n    isObject = require('./isObject');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a throttled function that only invokes `func` at most once per\n * every `wait` milliseconds. The throttled function comes with a `cancel`\n * method to cancel delayed `func` invocations and a `flush` method to\n * immediately invoke them. Provide `options` to indicate whether `func`\n * should be invoked on the leading and/or trailing edge of the `wait`\n * timeout. The `func` is invoked with the last arguments provided to the\n * throttled function. Subsequent calls to the throttled function return the\n * result of the last `func` invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the throttled function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.throttle` and `_.debounce`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to throttle.\n * @param {number} [wait=0] The number of milliseconds to throttle invocations to.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=true]\n *  Specify invoking on the leading edge of the timeout.\n * @param {boolean} [options.trailing=true]\n *  Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new throttled function.\n * @example\n *\n * // Avoid excessively updating the position while scrolling.\n * jQuery(window).on('scroll', _.throttle(updatePosition, 100));\n *\n * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes.\n * var throttled = _.throttle(renewToken, 300000, { 'trailing': false });\n * jQuery(element).on('click', throttled);\n *\n * // Cancel the trailing throttled invocation.\n * jQuery(window).on('popstate', throttled.cancel);\n */\nfunction throttle(func, wait, options) {\n  var leading = true,\n      trailing = true;\n\n  if (typeof func != 'function') {\n    throw new TypeError(FUNC_ERROR_TEXT);\n  }\n  if (isObject(options)) {\n    leading = 'leading' in options ? !!options.leading : leading;\n    trailing = 'trailing' in options ? !!options.trailing : trailing;\n  }\n  return debounce(func, wait, {\n    'leading': leading,\n    'maxWait': wait,\n    'trailing': trailing\n  });\n}\n\nmodule.exports = throttle;\n","var toNumber = require('./toNumber');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0,\n    MAX_INTEGER = 1.7976931348623157e+308;\n\n/**\n * Converts `value` to a finite number.\n *\n * @static\n * @memberOf _\n * @since 4.12.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted number.\n * @example\n *\n * _.toFinite(3.2);\n * // => 3.2\n *\n * _.toFinite(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toFinite(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toFinite('3.2');\n * // => 3.2\n */\nfunction toFinite(value) {\n  if (!value) {\n    return value === 0 ? value : 0;\n  }\n  value = toNumber(value);\n  if (value === INFINITY || value === -INFINITY) {\n    var sign = (value < 0 ? -1 : 1);\n    return sign * MAX_INTEGER;\n  }\n  return value === value ? value : 0;\n}\n\nmodule.exports = toFinite;\n","var toFinite = require('./toFinite');\n\n/**\n * Converts `value` to an integer.\n *\n * **Note:** This method is loosely based on\n * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted integer.\n * @example\n *\n * _.toInteger(3.2);\n * // => 3\n *\n * _.toInteger(Number.MIN_VALUE);\n * // => 0\n *\n * _.toInteger(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toInteger('3.2');\n * // => 3\n */\nfunction toInteger(value) {\n  var result = toFinite(value),\n      remainder = result % 1;\n\n  return result === result ? (remainder ? result - remainder : result) : 0;\n}\n\nmodule.exports = toInteger;\n","var baseTrim = require('./_baseTrim'),\n    isObject = require('./isObject'),\n    isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n  if (typeof value == 'number') {\n    return value;\n  }\n  if (isSymbol(value)) {\n    return NAN;\n  }\n  if (isObject(value)) {\n    var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n    value = isObject(other) ? (other + '') : other;\n  }\n  if (typeof value != 'string') {\n    return value === 0 ? value : +value;\n  }\n  value = baseTrim(value);\n  var isBinary = reIsBinary.test(value);\n  return (isBinary || reIsOctal.test(value))\n    ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n    : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n","var arrayMap = require('./_arrayMap'),\n    copyArray = require('./_copyArray'),\n    isArray = require('./isArray'),\n    isSymbol = require('./isSymbol'),\n    stringToPath = require('./_stringToPath'),\n    toKey = require('./_toKey'),\n    toString = require('./toString');\n\n/**\n * Converts `value` to a property path array.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Util\n * @param {*} value The value to convert.\n * @returns {Array} Returns the new property path array.\n * @example\n *\n * _.toPath('a.b.c');\n * // => ['a', 'b', 'c']\n *\n * _.toPath('a[0].b.c');\n * // => ['a', '0', 'b', 'c']\n */\nfunction toPath(value) {\n  if (isArray(value)) {\n    return arrayMap(value, toKey);\n  }\n  return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));\n}\n\nmodule.exports = toPath;\n","var copyObject = require('./_copyObject'),\n    keysIn = require('./keysIn');\n\n/**\n * Converts `value` to a plain object flattening inherited enumerable string\n * keyed properties of `value` to own properties of the plain object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {Object} Returns the converted plain object.\n * @example\n *\n * function Foo() {\n *   this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.assign({ 'a': 1 }, new Foo);\n * // => { 'a': 1, 'b': 2 }\n *\n * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));\n * // => { 'a': 1, 'b': 2, 'c': 3 }\n */\nfunction toPlainObject(value) {\n  return copyObject(value, keysIn(value));\n}\n\nmodule.exports = toPlainObject;\n","var baseToString = require('./_baseToString');\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n  return value == null ? '' : baseToString(value);\n}\n\nmodule.exports = toString;\n","var baseFlatten = require('./_baseFlatten'),\n    baseIteratee = require('./_baseIteratee'),\n    baseRest = require('./_baseRest'),\n    baseUniq = require('./_baseUniq'),\n    isArrayLikeObject = require('./isArrayLikeObject'),\n    last = require('./last');\n\n/**\n * This method is like `_.union` except that it accepts `iteratee` which is\n * invoked for each element of each `arrays` to generate the criterion by\n * which uniqueness is computed. Result values are chosen from the first\n * array in which the value occurs. The iteratee is invoked with one argument:\n * (value).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Array\n * @param {...Array} [arrays] The arrays to inspect.\n * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\n * @returns {Array} Returns the new array of combined values.\n * @example\n *\n * _.unionBy([2.1], [1.2, 2.3], Math.floor);\n * // => [2.1, 1.2]\n *\n * // The `_.property` iteratee shorthand.\n * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');\n * // => [{ 'x': 1 }, { 'x': 2 }]\n */\nvar unionBy = baseRest(function(arrays) {\n  var iteratee = last(arrays);\n  if (isArrayLikeObject(iteratee)) {\n    iteratee = undefined;\n  }\n  return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2));\n});\n\nmodule.exports = unionBy;\n","var LazyWrapper = require('./_LazyWrapper'),\n    LodashWrapper = require('./_LodashWrapper'),\n    baseLodash = require('./_baseLodash'),\n    isArray = require('./isArray'),\n    isObjectLike = require('./isObjectLike'),\n    wrapperClone = require('./_wrapperClone');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates a `lodash` object which wraps `value` to enable implicit method\n * chain sequences. Methods that operate on and return arrays, collections,\n * and functions can be chained together. Methods that retrieve a single value\n * or may return a primitive value will automatically end the chain sequence\n * and return the unwrapped value. Otherwise, the value must be unwrapped\n * with `_#value`.\n *\n * Explicit chain sequences, which must be unwrapped with `_#value`, may be\n * enabled using `_.chain`.\n *\n * The execution of chained methods is lazy, that is, it's deferred until\n * `_#value` is implicitly or explicitly called.\n *\n * Lazy evaluation allows several methods to support shortcut fusion.\n * Shortcut fusion is an optimization to merge iteratee calls; this avoids\n * the creation of intermediate arrays and can greatly reduce the number of\n * iteratee executions. Sections of a chain sequence qualify for shortcut\n * fusion if the section is applied to an array and iteratees accept only\n * one argument. The heuristic for whether a section qualifies for shortcut\n * fusion is subject to change.\n *\n * Chaining is supported in custom builds as long as the `_#value` method is\n * directly or indirectly included in the build.\n *\n * In addition to lodash methods, wrappers have `Array` and `String` methods.\n *\n * The wrapper `Array` methods are:\n * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`\n *\n * The wrapper `String` methods are:\n * `replace` and `split`\n *\n * The wrapper methods that support shortcut fusion are:\n * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,\n * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,\n * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`\n *\n * The chainable wrapper methods are:\n * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,\n * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,\n * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,\n * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,\n * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,\n * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,\n * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,\n * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,\n * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,\n * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,\n * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,\n * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,\n * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,\n * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,\n * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,\n * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,\n * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,\n * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,\n * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,\n * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,\n * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,\n * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,\n * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,\n * `zipObject`, `zipObjectDeep`, and `zipWith`\n *\n * The wrapper methods that are **not** chainable by default are:\n * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,\n * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,\n * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,\n * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,\n * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,\n * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,\n * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,\n * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,\n * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,\n * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,\n * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,\n * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,\n * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,\n * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,\n * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,\n * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,\n * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,\n * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,\n * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,\n * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,\n * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,\n * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,\n * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,\n * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,\n * `upperFirst`, `value`, and `words`\n *\n * @name _\n * @constructor\n * @category Seq\n * @param {*} value The value to wrap in a `lodash` instance.\n * @returns {Object} Returns the new `lodash` wrapper instance.\n * @example\n *\n * function square(n) {\n *   return n * n;\n * }\n *\n * var wrapped = _([1, 2, 3]);\n *\n * // Returns an unwrapped value.\n * wrapped.reduce(_.add);\n * // => 6\n *\n * // Returns a wrapped value.\n * var squares = wrapped.map(square);\n *\n * _.isArray(squares);\n * // => false\n *\n * _.isArray(squares.value());\n * // => true\n */\nfunction lodash(value) {\n  if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {\n    if (value instanceof LodashWrapper) {\n      return value;\n    }\n    if (hasOwnProperty.call(value, '__wrapped__')) {\n      return wrapperClone(value);\n    }\n  }\n  return new LodashWrapper(value);\n}\n\n// Ensure wrappers are instances of `baseLodash`.\nlodash.prototype = baseLodash.prototype;\nlodash.prototype.constructor = lodash;\n\nmodule.exports = lodash;\n","'use strict'\n\nvar low = require('./lib/core.js')\n\nmodule.exports = low\n\nlow.registerLanguage('1c', require('highlight.js/lib/languages/1c'))\nlow.registerLanguage('abnf', require('highlight.js/lib/languages/abnf'))\nlow.registerLanguage(\n  'accesslog',\n  require('highlight.js/lib/languages/accesslog')\n)\nlow.registerLanguage(\n  'actionscript',\n  require('highlight.js/lib/languages/actionscript')\n)\nlow.registerLanguage('ada', require('highlight.js/lib/languages/ada'))\nlow.registerLanguage(\n  'angelscript',\n  require('highlight.js/lib/languages/angelscript')\n)\nlow.registerLanguage('apache', require('highlight.js/lib/languages/apache'))\nlow.registerLanguage(\n  'applescript',\n  require('highlight.js/lib/languages/applescript')\n)\nlow.registerLanguage('arcade', require('highlight.js/lib/languages/arcade'))\nlow.registerLanguage('cpp', require('highlight.js/lib/languages/cpp'))\nlow.registerLanguage('arduino', require('highlight.js/lib/languages/arduino'))\nlow.registerLanguage('armasm', require('highlight.js/lib/languages/armasm'))\nlow.registerLanguage('xml', require('highlight.js/lib/languages/xml'))\nlow.registerLanguage('asciidoc', require('highlight.js/lib/languages/asciidoc'))\nlow.registerLanguage('aspectj', require('highlight.js/lib/languages/aspectj'))\nlow.registerLanguage(\n  'autohotkey',\n  require('highlight.js/lib/languages/autohotkey')\n)\nlow.registerLanguage('autoit', require('highlight.js/lib/languages/autoit'))\nlow.registerLanguage('avrasm', require('highlight.js/lib/languages/avrasm'))\nlow.registerLanguage('awk', require('highlight.js/lib/languages/awk'))\nlow.registerLanguage('axapta', require('highlight.js/lib/languages/axapta'))\nlow.registerLanguage('bash', require('highlight.js/lib/languages/bash'))\nlow.registerLanguage('basic', require('highlight.js/lib/languages/basic'))\nlow.registerLanguage('bnf', require('highlight.js/lib/languages/bnf'))\nlow.registerLanguage(\n  'brainfuck',\n  require('highlight.js/lib/languages/brainfuck')\n)\nlow.registerLanguage('cal', require('highlight.js/lib/languages/cal'))\nlow.registerLanguage(\n  'capnproto',\n  require('highlight.js/lib/languages/capnproto')\n)\nlow.registerLanguage('ceylon', require('highlight.js/lib/languages/ceylon'))\nlow.registerLanguage('clean', require('highlight.js/lib/languages/clean'))\nlow.registerLanguage('clojure', require('highlight.js/lib/languages/clojure'))\nlow.registerLanguage(\n  'clojure-repl',\n  require('highlight.js/lib/languages/clojure-repl')\n)\nlow.registerLanguage('cmake', require('highlight.js/lib/languages/cmake'))\nlow.registerLanguage(\n  'coffeescript',\n  require('highlight.js/lib/languages/coffeescript')\n)\nlow.registerLanguage('coq', require('highlight.js/lib/languages/coq'))\nlow.registerLanguage('cos', require('highlight.js/lib/languages/cos'))\nlow.registerLanguage('crmsh', require('highlight.js/lib/languages/crmsh'))\nlow.registerLanguage('crystal', require('highlight.js/lib/languages/crystal'))\nlow.registerLanguage('cs', require('highlight.js/lib/languages/cs'))\nlow.registerLanguage('csp', require('highlight.js/lib/languages/csp'))\nlow.registerLanguage('css', require('highlight.js/lib/languages/css'))\nlow.registerLanguage('d', require('highlight.js/lib/languages/d'))\nlow.registerLanguage('markdown', require('highlight.js/lib/languages/markdown'))\nlow.registerLanguage('dart', require('highlight.js/lib/languages/dart'))\nlow.registerLanguage('delphi', require('highlight.js/lib/languages/delphi'))\nlow.registerLanguage('diff', require('highlight.js/lib/languages/diff'))\nlow.registerLanguage('django', require('highlight.js/lib/languages/django'))\nlow.registerLanguage('dns', require('highlight.js/lib/languages/dns'))\nlow.registerLanguage(\n  'dockerfile',\n  require('highlight.js/lib/languages/dockerfile')\n)\nlow.registerLanguage('dos', require('highlight.js/lib/languages/dos'))\nlow.registerLanguage('dsconfig', require('highlight.js/lib/languages/dsconfig'))\nlow.registerLanguage('dts', require('highlight.js/lib/languages/dts'))\nlow.registerLanguage('dust', require('highlight.js/lib/languages/dust'))\nlow.registerLanguage('ebnf', require('highlight.js/lib/languages/ebnf'))\nlow.registerLanguage('elixir', require('highlight.js/lib/languages/elixir'))\nlow.registerLanguage('elm', require('highlight.js/lib/languages/elm'))\nlow.registerLanguage('ruby', require('highlight.js/lib/languages/ruby'))\nlow.registerLanguage('erb', require('highlight.js/lib/languages/erb'))\nlow.registerLanguage(\n  'erlang-repl',\n  require('highlight.js/lib/languages/erlang-repl')\n)\nlow.registerLanguage('erlang', require('highlight.js/lib/languages/erlang'))\nlow.registerLanguage('excel', require('highlight.js/lib/languages/excel'))\nlow.registerLanguage('fix', require('highlight.js/lib/languages/fix'))\nlow.registerLanguage('flix', require('highlight.js/lib/languages/flix'))\nlow.registerLanguage('fortran', require('highlight.js/lib/languages/fortran'))\nlow.registerLanguage('fsharp', require('highlight.js/lib/languages/fsharp'))\nlow.registerLanguage('gams', require('highlight.js/lib/languages/gams'))\nlow.registerLanguage('gauss', require('highlight.js/lib/languages/gauss'))\nlow.registerLanguage('gcode', require('highlight.js/lib/languages/gcode'))\nlow.registerLanguage('gherkin', require('highlight.js/lib/languages/gherkin'))\nlow.registerLanguage('glsl', require('highlight.js/lib/languages/glsl'))\nlow.registerLanguage('gml', require('highlight.js/lib/languages/gml'))\nlow.registerLanguage('go', require('highlight.js/lib/languages/go'))\nlow.registerLanguage('golo', require('highlight.js/lib/languages/golo'))\nlow.registerLanguage('gradle', require('highlight.js/lib/languages/gradle'))\nlow.registerLanguage('groovy', require('highlight.js/lib/languages/groovy'))\nlow.registerLanguage('haml', require('highlight.js/lib/languages/haml'))\nlow.registerLanguage(\n  'handlebars',\n  require('highlight.js/lib/languages/handlebars')\n)\nlow.registerLanguage('haskell', require('highlight.js/lib/languages/haskell'))\nlow.registerLanguage('haxe', require('highlight.js/lib/languages/haxe'))\nlow.registerLanguage('hsp', require('highlight.js/lib/languages/hsp'))\nlow.registerLanguage('htmlbars', require('highlight.js/lib/languages/htmlbars'))\nlow.registerLanguage('http', require('highlight.js/lib/languages/http'))\nlow.registerLanguage('hy', require('highlight.js/lib/languages/hy'))\nlow.registerLanguage('inform7', require('highlight.js/lib/languages/inform7'))\nlow.registerLanguage('ini', require('highlight.js/lib/languages/ini'))\nlow.registerLanguage('irpf90', require('highlight.js/lib/languages/irpf90'))\nlow.registerLanguage('isbl', require('highlight.js/lib/languages/isbl'))\nlow.registerLanguage('java', require('highlight.js/lib/languages/java'))\nlow.registerLanguage(\n  'javascript',\n  require('highlight.js/lib/languages/javascript')\n)\nlow.registerLanguage(\n  'jboss-cli',\n  require('highlight.js/lib/languages/jboss-cli')\n)\nlow.registerLanguage('json', require('highlight.js/lib/languages/json'))\nlow.registerLanguage('julia', require('highlight.js/lib/languages/julia'))\nlow.registerLanguage(\n  'julia-repl',\n  require('highlight.js/lib/languages/julia-repl')\n)\nlow.registerLanguage('kotlin', require('highlight.js/lib/languages/kotlin'))\nlow.registerLanguage('lasso', require('highlight.js/lib/languages/lasso'))\nlow.registerLanguage('ldif', require('highlight.js/lib/languages/ldif'))\nlow.registerLanguage('leaf', require('highlight.js/lib/languages/leaf'))\nlow.registerLanguage('less', require('highlight.js/lib/languages/less'))\nlow.registerLanguage('lisp', require('highlight.js/lib/languages/lisp'))\nlow.registerLanguage(\n  'livecodeserver',\n  require('highlight.js/lib/languages/livecodeserver')\n)\nlow.registerLanguage(\n  'livescript',\n  require('highlight.js/lib/languages/livescript')\n)\nlow.registerLanguage('llvm', require('highlight.js/lib/languages/llvm'))\nlow.registerLanguage('lsl', require('highlight.js/lib/languages/lsl'))\nlow.registerLanguage('lua', require('highlight.js/lib/languages/lua'))\nlow.registerLanguage('makefile', require('highlight.js/lib/languages/makefile'))\nlow.registerLanguage(\n  'mathematica',\n  require('highlight.js/lib/languages/mathematica')\n)\nlow.registerLanguage('matlab', require('highlight.js/lib/languages/matlab'))\nlow.registerLanguage('maxima', require('highlight.js/lib/languages/maxima'))\nlow.registerLanguage('mel', require('highlight.js/lib/languages/mel'))\nlow.registerLanguage('mercury', require('highlight.js/lib/languages/mercury'))\nlow.registerLanguage('mipsasm', require('highlight.js/lib/languages/mipsasm'))\nlow.registerLanguage('mizar', require('highlight.js/lib/languages/mizar'))\nlow.registerLanguage('perl', require('highlight.js/lib/languages/perl'))\nlow.registerLanguage(\n  'mojolicious',\n  require('highlight.js/lib/languages/mojolicious')\n)\nlow.registerLanguage('monkey', require('highlight.js/lib/languages/monkey'))\nlow.registerLanguage(\n  'moonscript',\n  require('highlight.js/lib/languages/moonscript')\n)\nlow.registerLanguage('n1ql', require('highlight.js/lib/languages/n1ql'))\nlow.registerLanguage('nginx', require('highlight.js/lib/languages/nginx'))\nlow.registerLanguage('nimrod', require('highlight.js/lib/languages/nimrod'))\nlow.registerLanguage('nix', require('highlight.js/lib/languages/nix'))\nlow.registerLanguage('nsis', require('highlight.js/lib/languages/nsis'))\nlow.registerLanguage(\n  'objectivec',\n  require('highlight.js/lib/languages/objectivec')\n)\nlow.registerLanguage('ocaml', require('highlight.js/lib/languages/ocaml'))\nlow.registerLanguage('openscad', require('highlight.js/lib/languages/openscad'))\nlow.registerLanguage('oxygene', require('highlight.js/lib/languages/oxygene'))\nlow.registerLanguage('parser3', require('highlight.js/lib/languages/parser3'))\nlow.registerLanguage('pf', require('highlight.js/lib/languages/pf'))\nlow.registerLanguage('pgsql', require('highlight.js/lib/languages/pgsql'))\nlow.registerLanguage('php', require('highlight.js/lib/languages/php'))\nlow.registerLanguage(\n  'plaintext',\n  require('highlight.js/lib/languages/plaintext')\n)\nlow.registerLanguage('pony', require('highlight.js/lib/languages/pony'))\nlow.registerLanguage(\n  'powershell',\n  require('highlight.js/lib/languages/powershell')\n)\nlow.registerLanguage(\n  'processing',\n  require('highlight.js/lib/languages/processing')\n)\nlow.registerLanguage('profile', require('highlight.js/lib/languages/profile'))\nlow.registerLanguage('prolog', require('highlight.js/lib/languages/prolog'))\nlow.registerLanguage(\n  'properties',\n  require('highlight.js/lib/languages/properties')\n)\nlow.registerLanguage('protobuf', require('highlight.js/lib/languages/protobuf'))\nlow.registerLanguage('puppet', require('highlight.js/lib/languages/puppet'))\nlow.registerLanguage(\n  'purebasic',\n  require('highlight.js/lib/languages/purebasic')\n)\nlow.registerLanguage('python', require('highlight.js/lib/languages/python'))\nlow.registerLanguage('q', require('highlight.js/lib/languages/q'))\nlow.registerLanguage('qml', require('highlight.js/lib/languages/qml'))\nlow.registerLanguage('r', require('highlight.js/lib/languages/r'))\nlow.registerLanguage('reasonml', require('highlight.js/lib/languages/reasonml'))\nlow.registerLanguage('rib', require('highlight.js/lib/languages/rib'))\nlow.registerLanguage('roboconf', require('highlight.js/lib/languages/roboconf'))\nlow.registerLanguage('routeros', require('highlight.js/lib/languages/routeros'))\nlow.registerLanguage('rsl', require('highlight.js/lib/languages/rsl'))\nlow.registerLanguage(\n  'ruleslanguage',\n  require('highlight.js/lib/languages/ruleslanguage')\n)\nlow.registerLanguage('rust', require('highlight.js/lib/languages/rust'))\nlow.registerLanguage('sas', require('highlight.js/lib/languages/sas'))\nlow.registerLanguage('scala', require('highlight.js/lib/languages/scala'))\nlow.registerLanguage('scheme', require('highlight.js/lib/languages/scheme'))\nlow.registerLanguage('scilab', require('highlight.js/lib/languages/scilab'))\nlow.registerLanguage('scss', require('highlight.js/lib/languages/scss'))\nlow.registerLanguage('shell', require('highlight.js/lib/languages/shell'))\nlow.registerLanguage('smali', require('highlight.js/lib/languages/smali'))\nlow.registerLanguage(\n  'smalltalk',\n  require('highlight.js/lib/languages/smalltalk')\n)\nlow.registerLanguage('sml', require('highlight.js/lib/languages/sml'))\nlow.registerLanguage('sqf', require('highlight.js/lib/languages/sqf'))\nlow.registerLanguage('sql', require('highlight.js/lib/languages/sql'))\nlow.registerLanguage('stan', require('highlight.js/lib/languages/stan'))\nlow.registerLanguage('stata', require('highlight.js/lib/languages/stata'))\nlow.registerLanguage('step21', require('highlight.js/lib/languages/step21'))\nlow.registerLanguage('stylus', require('highlight.js/lib/languages/stylus'))\nlow.registerLanguage('subunit', require('highlight.js/lib/languages/subunit'))\nlow.registerLanguage('swift', require('highlight.js/lib/languages/swift'))\nlow.registerLanguage(\n  'taggerscript',\n  require('highlight.js/lib/languages/taggerscript')\n)\nlow.registerLanguage('yaml', require('highlight.js/lib/languages/yaml'))\nlow.registerLanguage('tap', require('highlight.js/lib/languages/tap'))\nlow.registerLanguage('tcl', require('highlight.js/lib/languages/tcl'))\nlow.registerLanguage('tex', require('highlight.js/lib/languages/tex'))\nlow.registerLanguage('thrift', require('highlight.js/lib/languages/thrift'))\nlow.registerLanguage('tp', require('highlight.js/lib/languages/tp'))\nlow.registerLanguage('twig', require('highlight.js/lib/languages/twig'))\nlow.registerLanguage(\n  'typescript',\n  require('highlight.js/lib/languages/typescript')\n)\nlow.registerLanguage('vala', require('highlight.js/lib/languages/vala'))\nlow.registerLanguage('vbnet', require('highlight.js/lib/languages/vbnet'))\nlow.registerLanguage('vbscript', require('highlight.js/lib/languages/vbscript'))\nlow.registerLanguage(\n  'vbscript-html',\n  require('highlight.js/lib/languages/vbscript-html')\n)\nlow.registerLanguage('verilog', require('highlight.js/lib/languages/verilog'))\nlow.registerLanguage('vhdl', require('highlight.js/lib/languages/vhdl'))\nlow.registerLanguage('vim', require('highlight.js/lib/languages/vim'))\nlow.registerLanguage('x86asm', require('highlight.js/lib/languages/x86asm'))\nlow.registerLanguage('xl', require('highlight.js/lib/languages/xl'))\nlow.registerLanguage('xquery', require('highlight.js/lib/languages/xquery'))\nlow.registerLanguage('zephir', require('highlight.js/lib/languages/zephir'))\n","'use strict'\n\nvar high = require('highlight.js/lib/highlight.js')\nvar fault = require('fault')\n\n/* The lowlight interface, which has to be compatible\n * with highlight.js, as this object is passed to\n * highlight.js syntaxes. */\n\nfunction High() {}\n\nHigh.prototype = high\n\n/* Expose. */\nvar low = new High() // Ha!\n\nmodule.exports = low\n\nlow.highlight = highlight\nlow.highlightAuto = autoHighlight\nlow.registerLanguage = registerLanguage\nlow.registerAlias = registerAlias\nlow.getLanguage = getLanguage\n\nvar inherit = high.inherit\nvar own = {}.hasOwnProperty\nvar concat = [].concat\n\nvar defaultPrefix = 'hljs-'\nvar keyInsensitive = 'case_insensitive'\nvar keyCachedVariants = 'cached_variants'\nvar space = ' '\nvar pipe = '|'\n\nvar T_ELEMENT = 'element'\nvar T_TEXT = 'text'\nvar T_SPAN = 'span'\n\n/* Maps of syntaxes. */\nvar languageNames = []\nvar languages = {}\nvar aliases = {}\n\n/* Highlighting with language detection.  Accepts a string\n * with the code to highlight.  Returns an object with the\n * following properties:\n *\n * - language (detected language)\n * - relevance (int)\n * - value (a HAST tree with highlighting markup)\n * - secondBest (object with the same structure for\n *   second-best heuristically detected language, may\n *   be absent) */\nfunction autoHighlight(value, options) {\n  var settings = options || {}\n  var subset = settings.subset || languageNames\n  var prefix = settings.prefix\n  var length = subset.length\n  var index = -1\n  var result\n  var secondBest\n  var current\n  var name\n\n  if (prefix === null || prefix === undefined) {\n    prefix = defaultPrefix\n  }\n\n  if (typeof value !== 'string') {\n    throw fault('Expected `string` for value, got `%s`', value)\n  }\n\n  secondBest = normalize({})\n  result = normalize({})\n\n  while (++index < length) {\n    name = subset[index]\n\n    if (!getLanguage(name)) {\n      continue\n    }\n\n    current = normalize(coreHighlight(name, value, false, prefix))\n\n    current.language = name\n\n    if (current.relevance > secondBest.relevance) {\n      secondBest = current\n    }\n\n    if (current.relevance > result.relevance) {\n      secondBest = result\n      result = current\n    }\n  }\n\n  if (secondBest.language) {\n    result.secondBest = secondBest\n  }\n\n  return result\n}\n\n/* Highlighting `value` in the language `language`. */\nfunction highlight(language, value, options) {\n  var settings = options || {}\n  var prefix = settings.prefix\n\n  if (prefix === null || prefix === undefined) {\n    prefix = defaultPrefix\n  }\n\n  return normalize(coreHighlight(language, value, true, prefix))\n}\n\n/* Register a language. */\nfunction registerLanguage(name, syntax) {\n  var lang = syntax(low)\n\n  languages[name] = lang\n\n  languageNames.push(name)\n\n  if (lang.aliases) {\n    registerAlias(name, lang.aliases)\n  }\n}\n\n/* Register more aliases for an already registered language. */\nfunction registerAlias(name, alias) {\n  var map = name\n  var key\n  var list\n  var length\n  var index\n\n  if (alias) {\n    map = {}\n    map[name] = alias\n  }\n\n  for (key in map) {\n    list = map[key]\n    list = typeof list === 'string' ? [list] : list\n    length = list.length\n    index = -1\n\n    while (++index < length) {\n      aliases[list[index]] = key\n    }\n  }\n}\n\n/* Core highlighting function.  Accepts a language name, or\n * an alias, and a string with the code to highlight.\n * Returns an object with the following properties: */\nfunction coreHighlight(name, value, ignore, prefix, continuation) {\n  var continuations = {}\n  var stack = []\n  var modeBuffer = ''\n  var relevance = 0\n  var language\n  var top\n  var current\n  var currentChildren\n  var offset\n  var count\n  var match\n  var children\n\n  if (typeof name !== 'string') {\n    throw fault('Expected `string` for name, got `%s`', name)\n  }\n\n  if (typeof value !== 'string') {\n    throw fault('Expected `string` for value, got `%s`', value)\n  }\n\n  language = getLanguage(name)\n  top = continuation || language\n  children = []\n\n  current = top\n  currentChildren = children\n\n  if (!language) {\n    throw fault('Unknown language: `%s` is not registered', name)\n  }\n\n  compileLanguage(language)\n\n  try {\n    top.terminators.lastIndex = 0\n    offset = 0\n    match = top.terminators.exec(value)\n\n    while (match) {\n      count = processLexeme(value.substring(offset, match.index), match[0])\n      offset = match.index + count\n      top.terminators.lastIndex = offset\n      match = top.terminators.exec(value)\n    }\n\n    processLexeme(value.substr(offset))\n    current = top\n\n    while (current.parent) {\n      if (current.className) {\n        pop()\n      }\n\n      current = current.parent\n    }\n\n    return {\n      relevance: relevance,\n      value: currentChildren,\n      language: name,\n      top: top\n    }\n  } catch (error) {\n    /* istanbul ignore if - Catch-all  */\n    if (error.message.indexOf('Illegal') === -1) {\n      throw error\n    }\n\n    return {relevance: 0, value: addText(value, [])}\n  }\n\n  /* Process a lexeme.  Returns next position. */\n  function processLexeme(buffer, lexeme) {\n    var newMode\n    var endMode\n    var origin\n\n    modeBuffer += buffer\n\n    if (lexeme === undefined) {\n      addSiblings(processBuffer(), currentChildren)\n\n      return 0\n    }\n\n    newMode = subMode(lexeme, top)\n\n    if (newMode) {\n      addSiblings(processBuffer(), currentChildren)\n\n      startNewMode(newMode, lexeme)\n\n      return newMode.returnBegin ? 0 : lexeme.length\n    }\n\n    endMode = endOfMode(top, lexeme)\n\n    if (endMode) {\n      origin = top\n\n      if (!(origin.returnEnd || origin.excludeEnd)) {\n        modeBuffer += lexeme\n      }\n\n      addSiblings(processBuffer(), currentChildren)\n\n      /* Close open modes. */\n      do {\n        if (top.className) {\n          pop()\n        }\n\n        relevance += top.relevance\n        top = top.parent\n      } while (top !== endMode.parent)\n\n      if (origin.excludeEnd) {\n        addText(lexeme, currentChildren)\n      }\n\n      modeBuffer = ''\n\n      if (endMode.starts) {\n        startNewMode(endMode.starts, '')\n      }\n\n      return origin.returnEnd ? 0 : lexeme.length\n    }\n\n    if (isIllegal(lexeme, top)) {\n      throw fault(\n        'Illegal lexeme \"%s\" for mode \"%s\"',\n        lexeme,\n        top.className || '<unnamed>'\n      )\n    }\n\n    /* Parser should not reach this point as all\n     * types of lexemes should be caught earlier,\n     * but if it does due to some bug make sure it\n     * advances at least one character forward to\n     * prevent infinite looping. */\n    modeBuffer += lexeme\n\n    return lexeme.length || /* istanbul ignore next */ 1\n  }\n\n  /* Start a new mode with a `lexeme` to process. */\n  function startNewMode(mode, lexeme) {\n    var node\n\n    if (mode.className) {\n      node = build(mode.className, [])\n    }\n\n    if (mode.returnBegin) {\n      modeBuffer = ''\n    } else if (mode.excludeBegin) {\n      addText(lexeme, currentChildren)\n\n      modeBuffer = ''\n    } else {\n      modeBuffer = lexeme\n    }\n\n    /* Enter a new mode. */\n    if (node) {\n      currentChildren.push(node)\n      stack.push(currentChildren)\n      currentChildren = node.children\n    }\n\n    top = Object.create(mode, {parent: {value: top}})\n  }\n\n  /* Process the buffer. */\n  function processBuffer() {\n    var result = top.subLanguage ? processSubLanguage() : processKeywords()\n    modeBuffer = ''\n    return result\n  }\n\n  /* Process a sublanguage (returns a list of nodes). */\n  function processSubLanguage() {\n    var explicit = typeof top.subLanguage === 'string'\n    var subvalue\n\n    /* istanbul ignore if - support non-loaded sublanguages */\n    if (explicit && !languages[top.subLanguage]) {\n      return addText(modeBuffer, [])\n    }\n\n    if (explicit) {\n      subvalue = coreHighlight(\n        top.subLanguage,\n        modeBuffer,\n        true,\n        prefix,\n        continuations[top.subLanguage]\n      )\n    } else {\n      subvalue = autoHighlight(modeBuffer, {\n        subset: top.subLanguage.length === 0 ? undefined : top.subLanguage,\n        prefix: prefix\n      })\n    }\n\n    /* Counting embedded language score towards the\n     * host language may be disabled with zeroing the\n     * containing mode relevance.  Usecase in point is\n     * Markdown that allows XML everywhere and makes\n     * every XML snippet to have a much larger Markdown\n     * score. */\n    if (top.relevance > 0) {\n      relevance += subvalue.relevance\n    }\n\n    if (explicit) {\n      continuations[top.subLanguage] = subvalue.top\n    }\n\n    return [build(subvalue.language, subvalue.value, true)]\n  }\n\n  /* Process keywords. Returns nodes. */\n  function processKeywords() {\n    var nodes = []\n    var lastIndex\n    var keyword\n    var node\n    var submatch\n\n    if (!top.keywords) {\n      return addText(modeBuffer, nodes)\n    }\n\n    lastIndex = 0\n\n    top.lexemesRe.lastIndex = 0\n\n    keyword = top.lexemesRe.exec(modeBuffer)\n\n    while (keyword) {\n      addText(modeBuffer.substring(lastIndex, keyword.index), nodes)\n\n      submatch = keywordMatch(top, keyword)\n\n      if (submatch) {\n        relevance += submatch[1]\n\n        node = build(submatch[0], [])\n\n        nodes.push(node)\n\n        addText(keyword[0], node.children)\n      } else {\n        addText(keyword[0], nodes)\n      }\n\n      lastIndex = top.lexemesRe.lastIndex\n      keyword = top.lexemesRe.exec(modeBuffer)\n    }\n\n    addText(modeBuffer.substr(lastIndex), nodes)\n\n    return nodes\n  }\n\n  /* Add siblings. */\n  function addSiblings(siblings, nodes) {\n    var length = siblings.length\n    var index = -1\n    var sibling\n\n    while (++index < length) {\n      sibling = siblings[index]\n\n      if (sibling.type === T_TEXT) {\n        addText(sibling.value, nodes)\n      } else {\n        nodes.push(sibling)\n      }\n    }\n  }\n\n  /* Add a text. */\n  function addText(value, nodes) {\n    var tail\n\n    if (value) {\n      tail = nodes[nodes.length - 1]\n\n      if (tail && tail.type === T_TEXT) {\n        tail.value += value\n      } else {\n        nodes.push(buildText(value))\n      }\n    }\n\n    return nodes\n  }\n\n  /* Build a text. */\n  function buildText(value) {\n    return {type: T_TEXT, value: value}\n  }\n\n  /* Build a span. */\n  function build(name, contents, noPrefix) {\n    return {\n      type: T_ELEMENT,\n      tagName: T_SPAN,\n      properties: {\n        className: [(noPrefix ? '' : prefix) + name]\n      },\n      children: contents\n    }\n  }\n\n  /* Check if the first word in `keywords` is a keyword. */\n  function keywordMatch(mode, keywords) {\n    var keyword = keywords[0]\n\n    if (language[keyInsensitive]) {\n      keyword = keyword.toLowerCase()\n    }\n\n    return own.call(mode.keywords, keyword) && mode.keywords[keyword]\n  }\n\n  /* Check if `lexeme` is illegal according to `mode`. */\n  function isIllegal(lexeme, mode) {\n    return !ignore && test(mode.illegalRe, lexeme)\n  }\n\n  /* Check if `lexeme` ends `mode`. */\n  function endOfMode(mode, lexeme) {\n    if (test(mode.endRe, lexeme)) {\n      while (mode.endsParent && mode.parent) {\n        mode = mode.parent\n      }\n\n      return mode\n    }\n\n    if (mode.endsWithParent) {\n      return endOfMode(mode.parent, lexeme)\n    }\n  }\n\n  /* Check a sub-mode. */\n  function subMode(lexeme, mode) {\n    var values = mode.contains\n    var length = values.length\n    var index = -1\n\n    while (++index < length) {\n      if (test(values[index].beginRe, lexeme)) {\n        return values[index]\n      }\n    }\n  }\n\n  /* Exit the current context. */\n  function pop() {\n    /* istanbul ignore next - removed in hljs 9.3 */\n    currentChildren = stack.pop() || children\n  }\n}\n\nfunction expandMode(mode) {\n  var length\n  var index\n  var variants\n  var result\n\n  if (mode.variants && !mode[keyCachedVariants]) {\n    variants = mode.variants\n    length = variants.length\n    index = -1\n    result = []\n\n    while (++index < length) {\n      result[index] = inherit(mode, {variants: null}, variants[index])\n    }\n\n    mode[keyCachedVariants] = result\n  }\n\n  return (\n    mode[keyCachedVariants] || (mode.endsWithParent ? [inherit(mode)] : [mode])\n  )\n}\n\n/* Compile a language. */\nfunction compileLanguage(language) {\n  compileMode(language)\n\n  /* Compile a language mode, optionally with a parent. */\n  function compileMode(mode, parent) {\n    var compiledKeywords = {}\n    var terminators\n\n    if (mode.compiled) {\n      return\n    }\n\n    mode.compiled = true\n\n    mode.keywords = mode.keywords || mode.beginKeywords\n\n    if (mode.keywords) {\n      if (typeof mode.keywords === 'string') {\n        flatten('keyword', mode.keywords)\n      } else {\n        Object.keys(mode.keywords).forEach(function(className) {\n          flatten(className, mode.keywords[className])\n        })\n      }\n\n      mode.keywords = compiledKeywords\n    }\n\n    mode.lexemesRe = langRe(mode.lexemes || /\\w+/, true)\n\n    if (parent) {\n      if (mode.beginKeywords) {\n        mode.begin =\n          '\\\\b(' + mode.beginKeywords.split(space).join(pipe) + ')\\\\b'\n      }\n\n      if (!mode.begin) {\n        mode.begin = /\\B|\\b/\n      }\n\n      mode.beginRe = langRe(mode.begin)\n\n      if (!mode.end && !mode.endsWithParent) {\n        mode.end = /\\B|\\b/\n      }\n\n      if (mode.end) {\n        mode.endRe = langRe(mode.end)\n      }\n\n      mode.terminatorEnd = source(mode.end) || ''\n\n      if (mode.endsWithParent && parent.terminatorEnd) {\n        mode.terminatorEnd += (mode.end ? pipe : '') + parent.terminatorEnd\n      }\n    }\n\n    if (mode.illegal) {\n      mode.illegalRe = langRe(mode.illegal)\n    }\n\n    if (mode.relevance === undefined) {\n      mode.relevance = 1\n    }\n\n    if (!mode.contains) {\n      mode.contains = []\n    }\n\n    mode.contains = concat.apply(\n      [],\n      mode.contains.map(function(c) {\n        return expandMode(c === 'self' ? mode : c)\n      })\n    )\n\n    mode.contains.forEach(function(c) {\n      compileMode(c, mode)\n    })\n\n    if (mode.starts) {\n      compileMode(mode.starts, parent)\n    }\n\n    terminators = mode.contains\n      .map(map)\n      .concat([mode.terminatorEnd, mode.illegal])\n      .map(source)\n      .filter(Boolean)\n\n    mode.terminators =\n      terminators.length === 0\n        ? {exec: execNoop}\n        : langRe(terminators.join(pipe), true)\n\n    function map(c) {\n      return c.beginKeywords ? '\\\\.?(' + c.begin + ')\\\\.?' : c.begin\n    }\n\n    /* Flatten a classname. */\n    function flatten(className, value) {\n      var pairs\n      var pair\n      var index\n      var length\n\n      if (language[keyInsensitive]) {\n        value = value.toLowerCase()\n      }\n\n      pairs = value.split(space)\n      length = pairs.length\n      index = -1\n\n      while (++index < length) {\n        pair = pairs[index].split(pipe)\n\n        compiledKeywords[pair[0]] = [className, pair[1] ? Number(pair[1]) : 1]\n      }\n    }\n  }\n\n  /* Create a regex for `value`. */\n  function langRe(value, global) {\n    return new RegExp(\n      source(value),\n      'm' + (language[keyInsensitive] ? 'i' : '') + (global ? 'g' : '')\n    )\n  }\n\n  /* Get the source of an expression or string. */\n  function source(re) {\n    return (re && re.source) || re\n  }\n}\n\n/* Normalize a syntax result. */\nfunction normalize(result) {\n  return {\n    relevance: result.relevance || 0,\n    language: result.language || null,\n    value: result.value || []\n  }\n}\n\n/* Check if `expression` matches `lexeme`. */\nfunction test(expression, lexeme) {\n  var match = expression && expression.exec(lexeme)\n  return match && match.index === 0\n}\n\n/* No-op exec. */\nfunction execNoop() {\n  return null\n}\n\n/* Get a language by `name`. */\nfunction getLanguage(name) {\n  name = name.toLowerCase()\n\n  return languages[name] || languages[aliases[name]]\n}\n","var characterMap = {\r\n\t\"À\": \"A\",\r\n\t\"Á\": \"A\",\r\n\t\"Â\": \"A\",\r\n\t\"Ã\": \"A\",\r\n\t\"Ä\": \"A\",\r\n\t\"Å\": \"A\",\r\n\t\"Ấ\": \"A\",\r\n\t\"Ắ\": \"A\",\r\n\t\"Ẳ\": \"A\",\r\n\t\"Ẵ\": \"A\",\r\n\t\"Ặ\": \"A\",\r\n\t\"Æ\": \"AE\",\r\n\t\"Ầ\": \"A\",\r\n\t\"Ằ\": \"A\",\r\n\t\"Ȃ\": \"A\",\r\n\t\"Ç\": \"C\",\r\n\t\"Ḉ\": \"C\",\r\n\t\"È\": \"E\",\r\n\t\"É\": \"E\",\r\n\t\"Ê\": \"E\",\r\n\t\"Ë\": \"E\",\r\n\t\"Ế\": \"E\",\r\n\t\"Ḗ\": \"E\",\r\n\t\"Ề\": \"E\",\r\n\t\"Ḕ\": \"E\",\r\n\t\"Ḝ\": \"E\",\r\n\t\"Ȇ\": \"E\",\r\n\t\"Ì\": \"I\",\r\n\t\"Í\": \"I\",\r\n\t\"Î\": \"I\",\r\n\t\"Ï\": \"I\",\r\n\t\"Ḯ\": \"I\",\r\n\t\"Ȋ\": \"I\",\r\n\t\"Ð\": \"D\",\r\n\t\"Ñ\": \"N\",\r\n\t\"Ò\": \"O\",\r\n\t\"Ó\": \"O\",\r\n\t\"Ô\": \"O\",\r\n\t\"Õ\": \"O\",\r\n\t\"Ö\": \"O\",\r\n\t\"Ø\": \"O\",\r\n\t\"Ố\": \"O\",\r\n\t\"Ṍ\": \"O\",\r\n\t\"Ṓ\": \"O\",\r\n\t\"Ȏ\": \"O\",\r\n\t\"Ù\": \"U\",\r\n\t\"Ú\": \"U\",\r\n\t\"Û\": \"U\",\r\n\t\"Ü\": \"U\",\r\n\t\"Ý\": \"Y\",\r\n\t\"à\": \"a\",\r\n\t\"á\": \"a\",\r\n\t\"â\": \"a\",\r\n\t\"ã\": \"a\",\r\n\t\"ä\": \"a\",\r\n\t\"å\": \"a\",\r\n\t\"ấ\": \"a\",\r\n\t\"ắ\": \"a\",\r\n\t\"ẳ\": \"a\",\r\n\t\"ẵ\": \"a\",\r\n\t\"ặ\": \"a\",\r\n\t\"æ\": \"ae\",\r\n\t\"ầ\": \"a\",\r\n\t\"ằ\": \"a\",\r\n\t\"ȃ\": \"a\",\r\n\t\"ç\": \"c\",\r\n\t\"ḉ\": \"c\",\r\n\t\"è\": \"e\",\r\n\t\"é\": \"e\",\r\n\t\"ê\": \"e\",\r\n\t\"ë\": \"e\",\r\n\t\"ế\": \"e\",\r\n\t\"ḗ\": \"e\",\r\n\t\"ề\": \"e\",\r\n\t\"ḕ\": \"e\",\r\n\t\"ḝ\": \"e\",\r\n\t\"ȇ\": \"e\",\r\n\t\"ì\": \"i\",\r\n\t\"í\": \"i\",\r\n\t\"î\": \"i\",\r\n\t\"ï\": \"i\",\r\n\t\"ḯ\": \"i\",\r\n\t\"ȋ\": \"i\",\r\n\t\"ð\": \"d\",\r\n\t\"ñ\": \"n\",\r\n\t\"ò\": \"o\",\r\n\t\"ó\": \"o\",\r\n\t\"ô\": \"o\",\r\n\t\"õ\": \"o\",\r\n\t\"ö\": \"o\",\r\n\t\"ø\": \"o\",\r\n\t\"ố\": \"o\",\r\n\t\"ṍ\": \"o\",\r\n\t\"ṓ\": \"o\",\r\n\t\"ȏ\": \"o\",\r\n\t\"ù\": \"u\",\r\n\t\"ú\": \"u\",\r\n\t\"û\": \"u\",\r\n\t\"ü\": \"u\",\r\n\t\"ý\": \"y\",\r\n\t\"ÿ\": \"y\",\r\n\t\"Ā\": \"A\",\r\n\t\"ā\": \"a\",\r\n\t\"Ă\": \"A\",\r\n\t\"ă\": \"a\",\r\n\t\"Ą\": \"A\",\r\n\t\"ą\": \"a\",\r\n\t\"Ć\": \"C\",\r\n\t\"ć\": \"c\",\r\n\t\"Ĉ\": \"C\",\r\n\t\"ĉ\": \"c\",\r\n\t\"Ċ\": \"C\",\r\n\t\"ċ\": \"c\",\r\n\t\"Č\": \"C\",\r\n\t\"č\": \"c\",\r\n\t\"C̆\": \"C\",\r\n\t\"c̆\": \"c\",\r\n\t\"Ď\": \"D\",\r\n\t\"ď\": \"d\",\r\n\t\"Đ\": \"D\",\r\n\t\"đ\": \"d\",\r\n\t\"Ē\": \"E\",\r\n\t\"ē\": \"e\",\r\n\t\"Ĕ\": \"E\",\r\n\t\"ĕ\": \"e\",\r\n\t\"Ė\": \"E\",\r\n\t\"ė\": \"e\",\r\n\t\"Ę\": \"E\",\r\n\t\"ę\": \"e\",\r\n\t\"Ě\": \"E\",\r\n\t\"ě\": \"e\",\r\n\t\"Ĝ\": \"G\",\r\n\t\"Ǵ\": \"G\",\r\n\t\"ĝ\": \"g\",\r\n\t\"ǵ\": \"g\",\r\n\t\"Ğ\": \"G\",\r\n\t\"ğ\": \"g\",\r\n\t\"Ġ\": \"G\",\r\n\t\"ġ\": \"g\",\r\n\t\"Ģ\": \"G\",\r\n\t\"ģ\": \"g\",\r\n\t\"Ĥ\": \"H\",\r\n\t\"ĥ\": \"h\",\r\n\t\"Ħ\": \"H\",\r\n\t\"ħ\": \"h\",\r\n\t\"Ḫ\": \"H\",\r\n\t\"ḫ\": \"h\",\r\n\t\"Ĩ\": \"I\",\r\n\t\"ĩ\": \"i\",\r\n\t\"Ī\": \"I\",\r\n\t\"ī\": \"i\",\r\n\t\"Ĭ\": \"I\",\r\n\t\"ĭ\": \"i\",\r\n\t\"Į\": \"I\",\r\n\t\"į\": \"i\",\r\n\t\"İ\": \"I\",\r\n\t\"ı\": \"i\",\r\n\t\"IJ\": \"IJ\",\r\n\t\"ij\": \"ij\",\r\n\t\"Ĵ\": \"J\",\r\n\t\"ĵ\": \"j\",\r\n\t\"Ķ\": \"K\",\r\n\t\"ķ\": \"k\",\r\n\t\"Ḱ\": \"K\",\r\n\t\"ḱ\": \"k\",\r\n\t\"K̆\": \"K\",\r\n\t\"k̆\": \"k\",\r\n\t\"Ĺ\": \"L\",\r\n\t\"ĺ\": \"l\",\r\n\t\"Ļ\": \"L\",\r\n\t\"ļ\": \"l\",\r\n\t\"Ľ\": \"L\",\r\n\t\"ľ\": \"l\",\r\n\t\"Ŀ\": \"L\",\r\n\t\"ŀ\": \"l\",\r\n\t\"Ł\": \"l\",\r\n\t\"ł\": \"l\",\r\n\t\"Ḿ\": \"M\",\r\n\t\"ḿ\": \"m\",\r\n\t\"M̆\": \"M\",\r\n\t\"m̆\": \"m\",\r\n\t\"Ń\": \"N\",\r\n\t\"ń\": \"n\",\r\n\t\"Ņ\": \"N\",\r\n\t\"ņ\": \"n\",\r\n\t\"Ň\": \"N\",\r\n\t\"ň\": \"n\",\r\n\t\"ʼn\": \"n\",\r\n\t\"N̆\": \"N\",\r\n\t\"n̆\": \"n\",\r\n\t\"Ō\": \"O\",\r\n\t\"ō\": \"o\",\r\n\t\"Ŏ\": \"O\",\r\n\t\"ŏ\": \"o\",\r\n\t\"Ő\": \"O\",\r\n\t\"ő\": \"o\",\r\n\t\"Œ\": \"OE\",\r\n\t\"œ\": \"oe\",\r\n\t\"P̆\": \"P\",\r\n\t\"p̆\": \"p\",\r\n\t\"Ŕ\": \"R\",\r\n\t\"ŕ\": \"r\",\r\n\t\"Ŗ\": \"R\",\r\n\t\"ŗ\": \"r\",\r\n\t\"Ř\": \"R\",\r\n\t\"ř\": \"r\",\r\n\t\"R̆\": \"R\",\r\n\t\"r̆\": \"r\",\r\n\t\"Ȓ\": \"R\",\r\n\t\"ȓ\": \"r\",\r\n\t\"Ś\": \"S\",\r\n\t\"ś\": \"s\",\r\n\t\"Ŝ\": \"S\",\r\n\t\"ŝ\": \"s\",\r\n\t\"Ş\": \"S\",\r\n\t\"Ș\": \"S\",\r\n\t\"ș\": \"s\",\r\n\t\"ş\": \"s\",\r\n\t\"Š\": \"S\",\r\n\t\"š\": \"s\",\r\n\t\"Ţ\": \"T\",\r\n\t\"ţ\": \"t\",\r\n\t\"ț\": \"t\",\r\n\t\"Ț\": \"T\",\r\n\t\"Ť\": \"T\",\r\n\t\"ť\": \"t\",\r\n\t\"Ŧ\": \"T\",\r\n\t\"ŧ\": \"t\",\r\n\t\"T̆\": \"T\",\r\n\t\"t̆\": \"t\",\r\n\t\"Ũ\": \"U\",\r\n\t\"ũ\": \"u\",\r\n\t\"Ū\": \"U\",\r\n\t\"ū\": \"u\",\r\n\t\"Ŭ\": \"U\",\r\n\t\"ŭ\": \"u\",\r\n\t\"Ů\": \"U\",\r\n\t\"ů\": \"u\",\r\n\t\"Ű\": \"U\",\r\n\t\"ű\": \"u\",\r\n\t\"Ų\": \"U\",\r\n\t\"ų\": \"u\",\r\n\t\"Ȗ\": \"U\",\r\n\t\"ȗ\": \"u\",\r\n\t\"V̆\": \"V\",\r\n\t\"v̆\": \"v\",\r\n\t\"Ŵ\": \"W\",\r\n\t\"ŵ\": \"w\",\r\n\t\"Ẃ\": \"W\",\r\n\t\"ẃ\": \"w\",\r\n\t\"X̆\": \"X\",\r\n\t\"x̆\": \"x\",\r\n\t\"Ŷ\": \"Y\",\r\n\t\"ŷ\": \"y\",\r\n\t\"Ÿ\": \"Y\",\r\n\t\"Y̆\": \"Y\",\r\n\t\"y̆\": \"y\",\r\n\t\"Ź\": \"Z\",\r\n\t\"ź\": \"z\",\r\n\t\"Ż\": \"Z\",\r\n\t\"ż\": \"z\",\r\n\t\"Ž\": \"Z\",\r\n\t\"ž\": \"z\",\r\n\t\"ſ\": \"s\",\r\n\t\"ƒ\": \"f\",\r\n\t\"Ơ\": \"O\",\r\n\t\"ơ\": \"o\",\r\n\t\"Ư\": \"U\",\r\n\t\"ư\": \"u\",\r\n\t\"Ǎ\": \"A\",\r\n\t\"ǎ\": \"a\",\r\n\t\"Ǐ\": \"I\",\r\n\t\"ǐ\": \"i\",\r\n\t\"Ǒ\": \"O\",\r\n\t\"ǒ\": \"o\",\r\n\t\"Ǔ\": \"U\",\r\n\t\"ǔ\": \"u\",\r\n\t\"Ǖ\": \"U\",\r\n\t\"ǖ\": \"u\",\r\n\t\"Ǘ\": \"U\",\r\n\t\"ǘ\": \"u\",\r\n\t\"Ǚ\": \"U\",\r\n\t\"ǚ\": \"u\",\r\n\t\"Ǜ\": \"U\",\r\n\t\"ǜ\": \"u\",\r\n\t\"Ứ\": \"U\",\r\n\t\"ứ\": \"u\",\r\n\t\"Ṹ\": \"U\",\r\n\t\"ṹ\": \"u\",\r\n\t\"Ǻ\": \"A\",\r\n\t\"ǻ\": \"a\",\r\n\t\"Ǽ\": \"AE\",\r\n\t\"ǽ\": \"ae\",\r\n\t\"Ǿ\": \"O\",\r\n\t\"ǿ\": \"o\",\r\n\t\"Þ\": \"TH\",\r\n\t\"þ\": \"th\",\r\n\t\"Ṕ\": \"P\",\r\n\t\"ṕ\": \"p\",\r\n\t\"Ṥ\": \"S\",\r\n\t\"ṥ\": \"s\",\r\n\t\"X́\": \"X\",\r\n\t\"x́\": \"x\",\r\n\t\"Ѓ\": \"Г\",\r\n\t\"ѓ\": \"г\",\r\n\t\"Ќ\": \"К\",\r\n\t\"ќ\": \"к\",\r\n\t\"A̋\": \"A\",\r\n\t\"a̋\": \"a\",\r\n\t\"E̋\": \"E\",\r\n\t\"e̋\": \"e\",\r\n\t\"I̋\": \"I\",\r\n\t\"i̋\": \"i\",\r\n\t\"Ǹ\": \"N\",\r\n\t\"ǹ\": \"n\",\r\n\t\"Ồ\": \"O\",\r\n\t\"ồ\": \"o\",\r\n\t\"Ṑ\": \"O\",\r\n\t\"ṑ\": \"o\",\r\n\t\"Ừ\": \"U\",\r\n\t\"ừ\": \"u\",\r\n\t\"Ẁ\": \"W\",\r\n\t\"ẁ\": \"w\",\r\n\t\"Ỳ\": \"Y\",\r\n\t\"ỳ\": \"y\",\r\n\t\"Ȁ\": \"A\",\r\n\t\"ȁ\": \"a\",\r\n\t\"Ȅ\": \"E\",\r\n\t\"ȅ\": \"e\",\r\n\t\"Ȉ\": \"I\",\r\n\t\"ȉ\": \"i\",\r\n\t\"Ȍ\": \"O\",\r\n\t\"ȍ\": \"o\",\r\n\t\"Ȑ\": \"R\",\r\n\t\"ȑ\": \"r\",\r\n\t\"Ȕ\": \"U\",\r\n\t\"ȕ\": \"u\",\r\n\t\"B̌\": \"B\",\r\n\t\"b̌\": \"b\",\r\n\t\"Č̣\": \"C\",\r\n\t\"č̣\": \"c\",\r\n\t\"Ê̌\": \"E\",\r\n\t\"ê̌\": \"e\",\r\n\t\"F̌\": \"F\",\r\n\t\"f̌\": \"f\",\r\n\t\"Ǧ\": \"G\",\r\n\t\"ǧ\": \"g\",\r\n\t\"Ȟ\": \"H\",\r\n\t\"ȟ\": \"h\",\r\n\t\"J̌\": \"J\",\r\n\t\"ǰ\": \"j\",\r\n\t\"Ǩ\": \"K\",\r\n\t\"ǩ\": \"k\",\r\n\t\"M̌\": \"M\",\r\n\t\"m̌\": \"m\",\r\n\t\"P̌\": \"P\",\r\n\t\"p̌\": \"p\",\r\n\t\"Q̌\": \"Q\",\r\n\t\"q̌\": \"q\",\r\n\t\"Ř̩\": \"R\",\r\n\t\"ř̩\": \"r\",\r\n\t\"Ṧ\": \"S\",\r\n\t\"ṧ\": \"s\",\r\n\t\"V̌\": \"V\",\r\n\t\"v̌\": \"v\",\r\n\t\"W̌\": \"W\",\r\n\t\"w̌\": \"w\",\r\n\t\"X̌\": \"X\",\r\n\t\"x̌\": \"x\",\r\n\t\"Y̌\": \"Y\",\r\n\t\"y̌\": \"y\",\r\n\t\"A̧\": \"A\",\r\n\t\"a̧\": \"a\",\r\n\t\"B̧\": \"B\",\r\n\t\"b̧\": \"b\",\r\n\t\"Ḑ\": \"D\",\r\n\t\"ḑ\": \"d\",\r\n\t\"Ȩ\": \"E\",\r\n\t\"ȩ\": \"e\",\r\n\t\"Ɛ̧\": \"E\",\r\n\t\"ɛ̧\": \"e\",\r\n\t\"Ḩ\": \"H\",\r\n\t\"ḩ\": \"h\",\r\n\t\"I̧\": \"I\",\r\n\t\"i̧\": \"i\",\r\n\t\"Ɨ̧\": \"I\",\r\n\t\"ɨ̧\": \"i\",\r\n\t\"M̧\": \"M\",\r\n\t\"m̧\": \"m\",\r\n\t\"O̧\": \"O\",\r\n\t\"o̧\": \"o\",\r\n\t\"Q̧\": \"Q\",\r\n\t\"q̧\": \"q\",\r\n\t\"U̧\": \"U\",\r\n\t\"u̧\": \"u\",\r\n\t\"X̧\": \"X\",\r\n\t\"x̧\": \"x\",\r\n\t\"Z̧\": \"Z\",\r\n\t\"z̧\": \"z\",\r\n};\r\n\r\nvar chars = Object.keys(characterMap).join('|');\r\nvar allAccents = new RegExp(chars, 'g');\r\nvar firstAccent = new RegExp(chars, '');\r\n\r\nvar removeAccents = function(string) {\t\r\n\treturn string.replace(allAccents, function(match) {\r\n\t\treturn characterMap[match];\r\n\t});\r\n};\r\n\r\nvar hasAccents = function(string) {\r\n\treturn !!string.match(firstAccent);\r\n};\r\n\r\nvar removeAccents_1 = removeAccents;\r\nvar has = hasAccents;\r\nvar remove = removeAccents;\nremoveAccents_1.has = has;\nremoveAccents_1.remove = remove;\n\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) {\n  return typeof obj;\n} : function (obj) {\n  return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n};\n\nvar _extends = Object.assign || function (target) {\n  for (var i = 1; i < arguments.length; i++) {\n    var source = arguments[i];\n\n    for (var key in source) {\n      if (Object.prototype.hasOwnProperty.call(source, key)) {\n        target[key] = source[key];\n      }\n    }\n  }\n\n  return target;\n};\n\n/**\n * @name match-sorter\n * @license MIT license.\n * @copyright (c) 2017 Kent C. Dodds\n * @author Kent C. Dodds <kent@doddsfamily.us>\n */\n\nvar rankings = {\n  CASE_SENSITIVE_EQUAL: 9,\n  EQUAL: 8,\n  STARTS_WITH: 7,\n  WORD_STARTS_WITH: 6,\n  STRING_CASE: 5,\n  STRING_CASE_ACRONYM: 4,\n  CONTAINS: 3,\n  ACRONYM: 2,\n  MATCHES: 1,\n  NO_MATCH: 0\n};\n\nvar caseRankings = {\n  CAMEL: 0.8,\n  PASCAL: 0.6,\n  KEBAB: 0.4,\n  SNAKE: 0.2,\n  NO_CASE: 0\n};\n\nmatchSorter.rankings = rankings;\nmatchSorter.caseRankings = caseRankings;\n\n/**\n * Takes an array of items and a value and returns a new array with the items that match the given value\n * @param {Array} items - the items to sort\n * @param {String} value - the value to use for ranking\n * @param {Object} options - Some options to configure the sorter\n * @return {Array} - the new sorted array\n */\nfunction matchSorter(items, value) {\n  var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n\n  // not performing any search/sort if value(search term) is empty\n  if (!value) return items;\n\n  var keys = options.keys,\n      _options$threshold = options.threshold,\n      threshold = _options$threshold === undefined ? rankings.MATCHES : _options$threshold;\n\n  var matchedItems = items.reduce(function (matches, item, index) {\n    var _getHighestRanking = getHighestRanking(item, keys, value, options),\n        rankedItem = _getHighestRanking.rankedItem,\n        rank = _getHighestRanking.rank,\n        keyIndex = _getHighestRanking.keyIndex,\n        _getHighestRanking$ke = _getHighestRanking.keyThreshold,\n        keyThreshold = _getHighestRanking$ke === undefined ? threshold : _getHighestRanking$ke;\n\n    if (rank >= keyThreshold) {\n      matches.push({ rankedItem: rankedItem, item: item, rank: rank, index: index, keyIndex: keyIndex });\n    }\n    return matches;\n  }, []);\n  return matchedItems.sort(sortRankedItems).map(function (_ref) {\n    var item = _ref.item;\n    return item;\n  });\n}\n\n/**\n * Gets the highest ranking for value for the given item based on its values for the given keys\n * @param {*} item - the item to rank\n * @param {Array} keys - the keys to get values from the item for the ranking\n * @param {String} value - the value to rank against\n * @param {Object} options - options to control the ranking\n * @return {{rank: Number, keyIndex: Number, keyThreshold: Number}} - the highest ranking\n */\nfunction getHighestRanking(item, keys, value, options) {\n  if (!keys) {\n    return {\n      // ends up being duplicate of 'item' in matches but consistent\n      rankedItem: item,\n      rank: getMatchRanking(item, value, options),\n      keyIndex: -1,\n      keyThreshold: options.threshold\n    };\n  }\n  var valuesToRank = getAllValuesToRank(item, keys);\n  return valuesToRank.reduce(function (_ref2, _ref3, i) {\n    var rank = _ref2.rank,\n        keyIndex = _ref2.keyIndex,\n        keyThreshold = _ref2.keyThreshold;\n    var itemValue = _ref3.itemValue,\n        attributes = _ref3.attributes;\n\n    var newRank = getMatchRanking(itemValue, value, options);\n    var minRanking = attributes.minRanking,\n        maxRanking = attributes.maxRanking,\n        threshold = attributes.threshold;\n\n    if (newRank < minRanking && newRank >= rankings.MATCHES) {\n      newRank = minRanking;\n    } else if (newRank > maxRanking) {\n      newRank = maxRanking;\n    }\n    if (newRank > rank) {\n      rank = newRank;\n      keyIndex = i;\n      keyThreshold = threshold;\n    }\n    return { rankedItem: itemValue, rank: rank, keyIndex: keyIndex, keyThreshold: keyThreshold };\n  }, { rank: rankings.NO_MATCH, keyIndex: -1, keyThreshold: options.threshold });\n}\n\n/**\n * Gives a rankings score based on how well the two strings match.\n * @param {String} testString - the string to test against\n * @param {String} stringToRank - the string to rank\n * @param {Object} options - options for the match (like keepDiacritics for comparison)\n * @returns {Number} the ranking for how well stringToRank matches testString\n */\nfunction getMatchRanking(testString, stringToRank, options) {\n  /* eslint complexity:[2, 12] */\n  testString = prepareValueForComparison(testString, options);\n  stringToRank = prepareValueForComparison(stringToRank, options);\n\n  // too long\n  if (stringToRank.length > testString.length) {\n    return rankings.NO_MATCH;\n  }\n\n  // case sensitive equals\n  if (testString === stringToRank) {\n    return rankings.CASE_SENSITIVE_EQUAL;\n  }\n\n  var caseRank = getCaseRanking(testString);\n  var isPartial = isPartialOfCase(testString, stringToRank, caseRank);\n  var isCasedAcronym = isCaseAcronym(testString, stringToRank, caseRank);\n\n  // Lower casing before further comparison\n  testString = testString.toLowerCase();\n  stringToRank = stringToRank.toLowerCase();\n\n  // case insensitive equals\n  if (testString === stringToRank) {\n    return rankings.EQUAL + caseRank;\n  }\n\n  // starts with\n  if (testString.indexOf(stringToRank) === 0) {\n    return rankings.STARTS_WITH + caseRank;\n  }\n\n  // word starts with\n  if (testString.indexOf(' ' + stringToRank) !== -1) {\n    return rankings.WORD_STARTS_WITH + caseRank;\n  }\n\n  // is a part inside a cased string\n  if (isPartial) {\n    return rankings.STRING_CASE + caseRank;\n  }\n\n  // is acronym for a cased string\n  if (caseRank > 0 && isCasedAcronym) {\n    return rankings.STRING_CASE_ACRONYM + caseRank;\n  }\n\n  // contains\n  if (testString.indexOf(stringToRank) !== -1) {\n    return rankings.CONTAINS + caseRank;\n  } else if (stringToRank.length === 1) {\n    // If the only character in the given stringToRank\n    //   isn't even contained in the testString, then\n    //   it's definitely not a match.\n    return rankings.NO_MATCH;\n  }\n\n  // acronym\n  if (getAcronym(testString).indexOf(stringToRank) !== -1) {\n    return rankings.ACRONYM + caseRank;\n  }\n\n  // will return a number between rankings.MATCHES and\n  // rankings.MATCHES + 1 depending  on how close of a match it is.\n  return getClosenessRanking(testString, stringToRank);\n}\n\n/**\n * Generates an acronym for a string.\n *\n * @param {String} string the string for which to produce the acronym\n * @returns {String} the acronym\n */\nfunction getAcronym(string) {\n  var acronym = '';\n  var wordsInString = string.split(' ');\n  wordsInString.forEach(function (wordInString) {\n    var splitByHyphenWords = wordInString.split('-');\n    splitByHyphenWords.forEach(function (splitByHyphenWord) {\n      acronym += splitByHyphenWord.substr(0, 1);\n    });\n  });\n  return acronym;\n}\n\n/**\n * Returns a score base on the case of the testString\n * @param {String} testString - the string to test against\n * @returns {Number} the number of the ranking,\n * based on the case between 0 and 1 for how the testString matches the case\n */\nfunction getCaseRanking(testString) {\n  var containsUpperCase = testString.toLowerCase() !== testString;\n  var containsDash = testString.indexOf('-') >= 0;\n  var containsUnderscore = testString.indexOf('_') >= 0;\n\n  if (!containsUpperCase && !containsUnderscore && containsDash) {\n    return caseRankings.KEBAB;\n  }\n\n  if (!containsUpperCase && containsUnderscore && !containsDash) {\n    return caseRankings.SNAKE;\n  }\n\n  if (containsUpperCase && !containsDash && !containsUnderscore) {\n    var startsWithUpperCase = testString[0].toUpperCase() === testString[0];\n    if (startsWithUpperCase) {\n      return caseRankings.PASCAL;\n    }\n\n    return caseRankings.CAMEL;\n  }\n\n  return caseRankings.NO_CASE;\n}\n\n/**\n * Returns whether the stringToRank is one of the case parts in the testString (works with any string case)\n * @example\n * // returns true\n * isPartialOfCase('helloWorld', 'world', caseRankings.CAMEL)\n * @example\n * // returns false\n * isPartialOfCase('helloWorld', 'oworl', caseRankings.CAMEL)\n * @param {String} testString - the string to test against\n * @param {String} stringToRank - the string to rank\n * @param {Number} caseRanking - the ranking score based on case of testString\n * @returns {Boolean} whether the stringToRank is one of the case parts in the testString\n */\nfunction isPartialOfCase(testString, stringToRank, caseRanking) {\n  var testIndex = testString.toLowerCase().indexOf(stringToRank.toLowerCase());\n\n  switch (caseRanking) {\n    case caseRankings.SNAKE:\n      return testString[testIndex - 1] === '_';\n    case caseRankings.KEBAB:\n      return testString[testIndex - 1] === '-';\n    case caseRankings.PASCAL:\n    case caseRankings.CAMEL:\n      return testIndex !== -1 && testString[testIndex] === testString[testIndex].toUpperCase();\n    default:\n      return false;\n  }\n}\n\n/**\n * Check if stringToRank is an acronym for a partial case\n * @example\n * // returns true\n * isCaseAcronym('super_duper_file', 'sdf', caseRankings.SNAKE)\n * @param {String} testString - the string to test against\n * @param {String} stringToRank - the acronym to test\n * @param {Number} caseRank - the ranking of the case\n * @returns {Boolean} whether the stringToRank is an acronym for the testString\n */\nfunction isCaseAcronym(testString, stringToRank, caseRank) {\n  var splitValue = null;\n  switch (caseRank) {\n    case caseRankings.SNAKE:\n      splitValue = '_';\n      break;\n    case caseRankings.KEBAB:\n      splitValue = '-';\n      break;\n    case caseRankings.PASCAL:\n    case caseRankings.CAMEL:\n      splitValue = /(?=[A-Z])/;\n      break;\n    default:\n      splitValue = null;\n  }\n\n  var splitTestString = testString.split(splitValue);\n  return stringToRank.toLowerCase().split('').reduce(function (correct, char, charIndex) {\n    var splitItem = splitTestString[charIndex];\n    return correct && splitItem && splitItem[0].toLowerCase() === char;\n  }, true);\n}\n\n/**\n * Returns a score based on how spread apart the\n * characters from the stringToRank are within the testString.\n * A number close to rankings.MATCHES represents a loose match. A number close\n * to rankings.MATCHES + 1 represents a tighter match.\n * @param {String} testString - the string to test against\n * @param {String} stringToRank - the string to rank\n * @returns {Number} the number between rankings.MATCHES and\n * rankings.MATCHES + 1 for how well stringToRank matches testString\n */\nfunction getClosenessRanking(testString, stringToRank) {\n  var matchingInOrderCharCount = 0;\n  var charNumber = 0;\n  function findMatchingCharacter(matchChar, string, index) {\n    for (var j = index; j < string.length; j++) {\n      var stringChar = string[j];\n      if (stringChar === matchChar) {\n        matchingInOrderCharCount += 1;\n        return j + 1;\n      }\n    }\n    return -1;\n  }\n  function getRanking(spread) {\n    var inOrderPercentage = matchingInOrderCharCount / stringToRank.length;\n    var ranking = rankings.MATCHES + inOrderPercentage * (1 / spread);\n    return ranking;\n  }\n  var firstIndex = findMatchingCharacter(stringToRank[0], testString, 0);\n  if (firstIndex < 0) {\n    return rankings.NO_MATCH;\n  }\n  charNumber = firstIndex;\n  for (var i = 1; i < stringToRank.length; i++) {\n    var matchChar = stringToRank[i];\n    charNumber = findMatchingCharacter(matchChar, testString, charNumber);\n    var found = charNumber > -1;\n    if (!found) {\n      return rankings.NO_MATCH;\n    }\n  }\n\n  var spread = charNumber - firstIndex;\n  return getRanking(spread);\n}\n\n/**\n * Sorts items that have a rank, index, and keyIndex\n * @param {Object} a - the first item to sort\n * @param {Object} b - the second item to sort\n * @return {Number} -1 if a should come first, 1 if b should come first\n * Note: will never return 0\n */\nfunction sortRankedItems(a, b) {\n  var aFirst = -1;\n  var bFirst = 1;\n  var aRankedItem = a.rankedItem,\n      aRank = a.rank,\n      aKeyIndex = a.keyIndex;\n  var bRankedItem = b.rankedItem,\n      bRank = b.rank,\n      bKeyIndex = b.keyIndex;\n\n  if (aRank === bRank) {\n    if (aKeyIndex === bKeyIndex) {\n      return String(aRankedItem).localeCompare(bRankedItem);\n    } else {\n      return aKeyIndex < bKeyIndex ? aFirst : bFirst;\n    }\n  } else {\n    return aRank > bRank ? aFirst : bFirst;\n  }\n}\n\n/**\n * Prepares value for comparison by stringifying it, removing diacritics (if specified)\n * @param {String} value - the value to clean\n * @param {Object} options - {keepDiacritics: whether to remove diacritics}\n * @return {String} the prepared value\n */\nfunction prepareValueForComparison(value, _ref4) {\n  var keepDiacritics = _ref4.keepDiacritics;\n\n  value = '' + value; // toString\n  if (!keepDiacritics) {\n    value = removeAccents_1(value);\n  }\n  return value;\n}\n\n/**\n * Gets value for key in item at arbitrarily nested keypath\n * @param {Object} item - the item\n * @param {Object|Function} key - the potentially nested keypath or property callback\n * @return {Array} - an array containing the value(s) at the nested keypath\n */\nfunction getItemValues(item, key) {\n  if ((typeof key === 'undefined' ? 'undefined' : _typeof(key)) === 'object') {\n    key = key.key;\n  }\n  var value = void 0;\n  if (typeof key === 'function') {\n    value = key(item);\n    // eslint-disable-next-line no-negated-condition\n  } else if (key.indexOf('.') !== -1) {\n    // handle nested keys\n    value = key.split('.').reduce(function (itemObj, nestedKey) {\n      return itemObj ? itemObj[nestedKey] : null;\n    }, item);\n  } else {\n    value = item[key];\n  }\n  // concat because `value` can be a string or an array\n  // eslint-disable-next-line\n  return value != null ? [].concat(value) : null;\n}\n\n/**\n * Gets all the values for the given keys in the given item and returns an array of those values\n * @param {Object} item - the item from which the values will be retrieved\n * @param {Array} keys - the keys to use to retrieve the values\n * @return {Array} objects with {itemValue, attributes}\n */\nfunction getAllValuesToRank(item, keys) {\n  return keys.reduce(function (allVals, key) {\n    var values = getItemValues(item, key);\n    if (values) {\n      values.forEach(function (itemValue) {\n        allVals.push({\n          itemValue: itemValue,\n          attributes: getKeyAttributes(key)\n        });\n      });\n    }\n    return allVals;\n  }, []);\n}\n\n/**\n * Gets all the attributes for the given key\n * @param {Object|String} key - the key from which the attributes will be retrieved\n * @return {Object} object containing the key's attributes\n */\nfunction getKeyAttributes(key) {\n  if (typeof key === 'string') {\n    key = { key: key };\n  }\n  return _extends({\n    maxRanking: Infinity,\n    minRanking: -Infinity\n  }, key);\n}\n\nexport default matchSorter;\nexport { rankings };\n","var safeIsNaN = Number.isNaN ||\n    function ponyfill(value) {\n        return typeof value === 'number' && value !== value;\n    };\nfunction isEqual(first, second) {\n    if (first === second) {\n        return true;\n    }\n    if (safeIsNaN(first) && safeIsNaN(second)) {\n        return true;\n    }\n    return false;\n}\nfunction areInputsEqual(newInputs, lastInputs) {\n    if (newInputs.length !== lastInputs.length) {\n        return false;\n    }\n    for (var i = 0; i < newInputs.length; i++) {\n        if (!isEqual(newInputs[i], lastInputs[i])) {\n            return false;\n        }\n    }\n    return true;\n}\n\nfunction memoizeOne(resultFn, isEqual) {\n    if (isEqual === void 0) { isEqual = areInputsEqual; }\n    var lastThis;\n    var lastArgs = [];\n    var lastResult;\n    var calledOnce = false;\n    function memoized() {\n        var newArgs = [];\n        for (var _i = 0; _i < arguments.length; _i++) {\n            newArgs[_i] = arguments[_i];\n        }\n        if (calledOnce && lastThis === this && isEqual(newArgs, lastArgs)) {\n            return lastResult;\n        }\n        lastResult = resultFn.apply(this, newArgs);\n        calledOnce = true;\n        lastThis = this;\n        lastArgs = newArgs;\n        return lastResult;\n    }\n    return memoized;\n}\n\nexport default memoizeOne;\n","/**\r\n * Returns the object type of the given payload\r\n *\r\n * @param {*} payload\r\n * @returns {string}\r\n */\r\nfunction getType(payload) {\r\n    return Object.prototype.toString.call(payload).slice(8, -1);\r\n}\r\n/**\r\n * Returns whether the payload is undefined\r\n *\r\n * @param {*} payload\r\n * @returns {payload is undefined}\r\n */\r\nfunction isUndefined(payload) {\r\n    return getType(payload) === 'Undefined';\r\n}\r\n/**\r\n * Returns whether the payload is null\r\n *\r\n * @param {*} payload\r\n * @returns {payload is null}\r\n */\r\nfunction isNull(payload) {\r\n    return getType(payload) === 'Null';\r\n}\r\n/**\r\n * Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is PlainObject}\r\n */\r\nfunction isPlainObject(payload) {\r\n    if (getType(payload) !== 'Object')\r\n        return false;\r\n    return payload.constructor === Object && Object.getPrototypeOf(payload) === Object.prototype;\r\n}\r\n/**\r\n * Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is PlainObject}\r\n */\r\nfunction isObject(payload) {\r\n    return isPlainObject(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a an empty object (excluding special classes or objects with other prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is { [K in any]: never }}\r\n */\r\nfunction isEmptyObject(payload) {\r\n    return isPlainObject(payload) && Object.keys(payload).length === 0;\r\n}\r\n/**\r\n * Returns whether the payload is a an empty object (excluding special classes or objects with other prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is PlainObject}\r\n */\r\nfunction isFullObject(payload) {\r\n    return isPlainObject(payload) && Object.keys(payload).length > 0;\r\n}\r\n/**\r\n * Returns whether the payload is an any kind of object (including special classes or objects with different prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is PlainObject}\r\n */\r\nfunction isAnyObject(payload) {\r\n    return getType(payload) === 'Object';\r\n}\r\n/**\r\n * Returns whether the payload is an object like a type passed in < >\r\n *\r\n * Usage: isObjectLike<{id: any}>(payload) // will make sure it's an object and has an `id` prop.\r\n *\r\n * @template T this must be passed in < >\r\n * @param {*} payload\r\n * @returns {payload is T}\r\n */\r\nfunction isObjectLike(payload) {\r\n    return isAnyObject(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a function (regular or async)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is AnyFunction}\r\n */\r\nfunction isFunction(payload) {\r\n    return typeof payload === 'function';\r\n}\r\n/**\r\n * Returns whether the payload is an array\r\n *\r\n * @param {any} payload\r\n * @returns {payload is any[]}\r\n */\r\nfunction isArray(payload) {\r\n    return getType(payload) === 'Array';\r\n}\r\n/**\r\n * Returns whether the payload is a an array with at least 1 item\r\n *\r\n * @param {*} payload\r\n * @returns {payload is any[]}\r\n */\r\nfunction isFullArray(payload) {\r\n    return isArray(payload) && payload.length > 0;\r\n}\r\n/**\r\n * Returns whether the payload is a an empty array\r\n *\r\n * @param {*} payload\r\n * @returns {payload is []}\r\n */\r\nfunction isEmptyArray(payload) {\r\n    return isArray(payload) && payload.length === 0;\r\n}\r\n/**\r\n * Returns whether the payload is a string\r\n *\r\n * @param {*} payload\r\n * @returns {payload is string}\r\n */\r\nfunction isString(payload) {\r\n    return getType(payload) === 'String';\r\n}\r\n/**\r\n * Returns whether the payload is a string, BUT returns false for ''\r\n *\r\n * @param {*} payload\r\n * @returns {payload is string}\r\n */\r\nfunction isFullString(payload) {\r\n    return isString(payload) && payload !== '';\r\n}\r\n/**\r\n * Returns whether the payload is ''\r\n *\r\n * @param {*} payload\r\n * @returns {payload is string}\r\n */\r\nfunction isEmptyString(payload) {\r\n    return payload === '';\r\n}\r\n/**\r\n * Returns whether the payload is a number (but not NaN)\r\n *\r\n * This will return `false` for `NaN`!!\r\n *\r\n * @param {*} payload\r\n * @returns {payload is number}\r\n */\r\nfunction isNumber(payload) {\r\n    return getType(payload) === 'Number' && !isNaN(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a boolean\r\n *\r\n * @param {*} payload\r\n * @returns {payload is boolean}\r\n */\r\nfunction isBoolean(payload) {\r\n    return getType(payload) === 'Boolean';\r\n}\r\n/**\r\n * Returns whether the payload is a regular expression (RegExp)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is RegExp}\r\n */\r\nfunction isRegExp(payload) {\r\n    return getType(payload) === 'RegExp';\r\n}\r\n/**\r\n * Returns whether the payload is a Map\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Map<any, any>}\r\n */\r\nfunction isMap(payload) {\r\n    return getType(payload) === 'Map';\r\n}\r\n/**\r\n * Returns whether the payload is a WeakMap\r\n *\r\n * @param {*} payload\r\n * @returns {payload is WeakMap<any, any>}\r\n */\r\nfunction isWeakMap(payload) {\r\n    return getType(payload) === 'WeakMap';\r\n}\r\n/**\r\n * Returns whether the payload is a Set\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Set<any>}\r\n */\r\nfunction isSet(payload) {\r\n    return getType(payload) === 'Set';\r\n}\r\n/**\r\n * Returns whether the payload is a WeakSet\r\n *\r\n * @param {*} payload\r\n * @returns {payload is WeakSet<any>}\r\n */\r\nfunction isWeakSet(payload) {\r\n    return getType(payload) === 'WeakSet';\r\n}\r\n/**\r\n * Returns whether the payload is a Symbol\r\n *\r\n * @param {*} payload\r\n * @returns {payload is symbol}\r\n */\r\nfunction isSymbol(payload) {\r\n    return getType(payload) === 'Symbol';\r\n}\r\n/**\r\n * Returns whether the payload is a Date, and that the date is valid\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Date}\r\n */\r\nfunction isDate(payload) {\r\n    return getType(payload) === 'Date' && !isNaN(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a Blob\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Blob}\r\n */\r\nfunction isBlob(payload) {\r\n    return getType(payload) === 'Blob';\r\n}\r\n/**\r\n * Returns whether the payload is a File\r\n *\r\n * @param {*} payload\r\n * @returns {payload is File}\r\n */\r\nfunction isFile(payload) {\r\n    return getType(payload) === 'File';\r\n}\r\n/**\r\n * Returns whether the payload is a Promise\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Promise<any>}\r\n */\r\nfunction isPromise(payload) {\r\n    return getType(payload) === 'Promise';\r\n}\r\n/**\r\n * Returns whether the payload is an Error\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Error}\r\n */\r\nfunction isError(payload) {\r\n    return getType(payload) === 'Error';\r\n}\r\n/**\r\n * Returns whether the payload is literally the value `NaN` (it's `NaN` and also a `number`)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is typeof NaN}\r\n */\r\nfunction isNaNValue(payload) {\r\n    return getType(payload) === 'Number' && isNaN(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a primitive type (eg. Boolean | Null | Undefined | Number | String | Symbol)\r\n *\r\n * @param {*} payload\r\n * @returns {(payload is boolean | null | undefined | number | string | symbol)}\r\n */\r\nfunction isPrimitive(payload) {\r\n    return (isBoolean(payload) ||\r\n        isNull(payload) ||\r\n        isUndefined(payload) ||\r\n        isNumber(payload) ||\r\n        isString(payload) ||\r\n        isSymbol(payload));\r\n}\r\n/**\r\n * Returns true whether the payload is null or undefined\r\n *\r\n * @param {*} payload\r\n * @returns {(payload is null | undefined)}\r\n */\r\nvar isNullOrUndefined = isOneOf(isNull, isUndefined);\r\nfunction isOneOf(a, b, c, d, e) {\r\n    return function (value) {\r\n        return a(value) || b(value) || (!!c && c(value)) || (!!d && d(value)) || (!!e && e(value));\r\n    };\r\n}\r\n/**\r\n * Does a generic check to check that the given payload is of a given type.\r\n * In cases like Number, it will return true for NaN as NaN is a Number (thanks javascript!);\r\n * It will, however, differentiate between object and null\r\n *\r\n * @template T\r\n * @param {*} payload\r\n * @param {T} type\r\n * @throws {TypeError} Will throw type error if type is an invalid type\r\n * @returns {payload is T}\r\n */\r\nfunction isType(payload, type) {\r\n    if (!(type instanceof Function)) {\r\n        throw new TypeError('Type must be a function');\r\n    }\r\n    if (!Object.prototype.hasOwnProperty.call(type, 'prototype')) {\r\n        throw new TypeError('Type is not a class');\r\n    }\r\n    // Classes usually have names (as functions usually have names)\r\n    var name = type.name;\r\n    return getType(payload) === name || Boolean(payload && payload.constructor === type);\r\n}\n\nexport { getType, isAnyObject, isArray, isBlob, isBoolean, isDate, isEmptyArray, isEmptyObject, isEmptyString, isError, isFile, isFullArray, isFullObject, isFullString, isFunction, isMap, isNaNValue, isNull, isNullOrUndefined, isNumber, isObject, isObjectLike, isOneOf, isPlainObject, isPrimitive, isPromise, isRegExp, isSet, isString, isSymbol, isType, isUndefined, isWeakMap, isWeakSet };\n","import { isPlainObject, isArray, isSymbol } from 'is-what';\n\n/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\r\n\r\nfunction __spreadArrays() {\r\n    for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n    for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n        for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n            r[k] = a[j];\r\n    return r;\r\n}\n\nfunction assignProp(carry, key, newVal, originalObject) {\r\n    var propType = originalObject.propertyIsEnumerable(key)\r\n        ? 'enumerable'\r\n        : 'nonenumerable';\r\n    if (propType === 'enumerable')\r\n        carry[key] = newVal;\r\n    if (propType === 'nonenumerable') {\r\n        Object.defineProperty(carry, key, {\r\n            value: newVal,\r\n            enumerable: false,\r\n            writable: true,\r\n            configurable: true\r\n        });\r\n    }\r\n}\r\nfunction mergeRecursively(origin, newComer, extensions) {\r\n    // work directly on newComer if its not an object\r\n    if (!isPlainObject(newComer)) {\r\n        // extend merge rules\r\n        if (extensions && isArray(extensions)) {\r\n            extensions.forEach(function (extend) {\r\n                newComer = extend(origin, newComer);\r\n            });\r\n        }\r\n        return newComer;\r\n    }\r\n    // define newObject to merge all values upon\r\n    var newObject = {};\r\n    if (isPlainObject(origin)) {\r\n        var props_1 = Object.getOwnPropertyNames(origin);\r\n        var symbols_1 = Object.getOwnPropertySymbols(origin);\r\n        newObject = __spreadArrays(props_1, symbols_1).reduce(function (carry, key) {\r\n            // @ts-ignore\r\n            var targetVal = origin[key];\r\n            if ((!isSymbol(key) && !Object.getOwnPropertyNames(newComer).includes(key)) ||\r\n                (isSymbol(key) && !Object.getOwnPropertySymbols(newComer).includes(key))) {\r\n                assignProp(carry, key, targetVal, origin);\r\n            }\r\n            return carry;\r\n        }, {});\r\n    }\r\n    var props = Object.getOwnPropertyNames(newComer);\r\n    var symbols = Object.getOwnPropertySymbols(newComer);\r\n    var result = __spreadArrays(props, symbols).reduce(function (carry, key) {\r\n        // re-define the origin and newComer as targetVal and newVal\r\n        var newVal = newComer[key];\r\n        var targetVal = (isPlainObject(origin))\r\n            // @ts-ignore\r\n            ? origin[key]\r\n            : undefined;\r\n        // extend merge rules\r\n        if (extensions && isArray(extensions)) {\r\n            extensions.forEach(function (extend) {\r\n                newVal = extend(targetVal, newVal);\r\n            });\r\n        }\r\n        // When newVal is an object do the merge recursively\r\n        if (targetVal !== undefined && isPlainObject(newVal)) {\r\n            newVal = mergeRecursively(targetVal, newVal, extensions);\r\n        }\r\n        assignProp(carry, key, newVal, newComer);\r\n        return carry;\r\n    }, newObject);\r\n    return result;\r\n}\r\n/**\r\n * Merge anything recursively.\r\n * Objects get merged, special objects (classes etc.) are re-assigned \"as is\".\r\n * Basic types overwrite objects or other basic types.\r\n *\r\n * @param {(IConfig | any)} origin\r\n * @param {...any[]} newComers\r\n * @returns the result\r\n */\r\nfunction merge(origin) {\r\n    var newComers = [];\r\n    for (var _i = 1; _i < arguments.length; _i++) {\r\n        newComers[_i - 1] = arguments[_i];\r\n    }\r\n    var extensions = null;\r\n    var base = origin;\r\n    if (isPlainObject(origin) && origin.extensions && Object.keys(origin).length === 1) {\r\n        base = {};\r\n        extensions = origin.extensions;\r\n    }\r\n    return newComers.reduce(function (result, newComer) {\r\n        return mergeRecursively(result, newComer, extensions);\r\n    }, base);\r\n}\n\nfunction concatArrays(originVal, newVal) {\r\n    if (isArray(originVal) && isArray(newVal)) {\r\n        // concat logic\r\n        return originVal.concat(newVal);\r\n    }\r\n    return newVal; // always return newVal as fallback!!\r\n}\n\nexport default merge;\nexport { concatArrays, merge };\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc');  // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","'use strict';\n\nif (typeof process === 'undefined' ||\n    !process.version ||\n    process.version.indexOf('v0.') === 0 ||\n    process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {\n  module.exports = { nextTick: nextTick };\n} else {\n  module.exports = process\n}\n\nfunction nextTick(fn, arg1, arg2, arg3) {\n  if (typeof fn !== 'function') {\n    throw new TypeError('\"callback\" argument must be a function');\n  }\n  var len = arguments.length;\n  var args, i;\n  switch (len) {\n  case 0:\n  case 1:\n    return process.nextTick(fn);\n  case 2:\n    return process.nextTick(function afterTickOne() {\n      fn.call(null, arg1);\n    });\n  case 3:\n    return process.nextTick(function afterTickTwo() {\n      fn.call(null, arg1, arg2);\n    });\n  case 4:\n    return process.nextTick(function afterTickThree() {\n      fn.call(null, arg1, arg2, arg3);\n    });\n  default:\n    args = new Array(len - 1);\n    i = 0;\n    while (i < args.length) {\n      args[i++] = arguments[i];\n    }\n    return process.nextTick(function afterTick() {\n      fn.apply(null, args);\n    });\n  }\n}\n\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things.  But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals.  It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n    throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n    throw new Error('clearTimeout has not been defined');\n}\n(function () {\n    try {\n        if (typeof setTimeout === 'function') {\n            cachedSetTimeout = setTimeout;\n        } else {\n            cachedSetTimeout = defaultSetTimout;\n        }\n    } catch (e) {\n        cachedSetTimeout = defaultSetTimout;\n    }\n    try {\n        if (typeof clearTimeout === 'function') {\n            cachedClearTimeout = clearTimeout;\n        } else {\n            cachedClearTimeout = defaultClearTimeout;\n        }\n    } catch (e) {\n        cachedClearTimeout = defaultClearTimeout;\n    }\n} ())\nfunction runTimeout(fun) {\n    if (cachedSetTimeout === setTimeout) {\n        //normal enviroments in sane situations\n        return setTimeout(fun, 0);\n    }\n    // if setTimeout wasn't available but was latter defined\n    if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n        cachedSetTimeout = setTimeout;\n        return setTimeout(fun, 0);\n    }\n    try {\n        // when when somebody has screwed with setTimeout but no I.E. maddness\n        return cachedSetTimeout(fun, 0);\n    } catch(e){\n        try {\n            // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n            return cachedSetTimeout.call(null, fun, 0);\n        } catch(e){\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n            return cachedSetTimeout.call(this, fun, 0);\n        }\n    }\n\n\n}\nfunction runClearTimeout(marker) {\n    if (cachedClearTimeout === clearTimeout) {\n        //normal enviroments in sane situations\n        return clearTimeout(marker);\n    }\n    // if clearTimeout wasn't available but was latter defined\n    if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n        cachedClearTimeout = clearTimeout;\n        return clearTimeout(marker);\n    }\n    try {\n        // when when somebody has screwed with setTimeout but no I.E. maddness\n        return cachedClearTimeout(marker);\n    } catch (e){\n        try {\n            // When we are in I.E. but the script has been evaled so I.E. doesn't  trust the global object when called normally\n            return cachedClearTimeout.call(null, marker);\n        } catch (e){\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n            // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n            return cachedClearTimeout.call(this, marker);\n        }\n    }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n    if (!draining || !currentQueue) {\n        return;\n    }\n    draining = false;\n    if (currentQueue.length) {\n        queue = currentQueue.concat(queue);\n    } else {\n        queueIndex = -1;\n    }\n    if (queue.length) {\n        drainQueue();\n    }\n}\n\nfunction drainQueue() {\n    if (draining) {\n        return;\n    }\n    var timeout = runTimeout(cleanUpNextTick);\n    draining = true;\n\n    var len = queue.length;\n    while(len) {\n        currentQueue = queue;\n        queue = [];\n        while (++queueIndex < len) {\n            if (currentQueue) {\n                currentQueue[queueIndex].run();\n            }\n        }\n        queueIndex = -1;\n        len = queue.length;\n    }\n    currentQueue = null;\n    draining = false;\n    runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n    var args = new Array(arguments.length - 1);\n    if (arguments.length > 1) {\n        for (var i = 1; i < arguments.length; i++) {\n            args[i - 1] = arguments[i];\n        }\n    }\n    queue.push(new Item(fun, args));\n    if (queue.length === 1 && !draining) {\n        runTimeout(drainQueue);\n    }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n    this.fun = fun;\n    this.array = array;\n}\nItem.prototype.run = function () {\n    this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n    throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n    throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n  function shim(props, propName, componentName, location, propFullName, secret) {\n    if (secret === ReactPropTypesSecret) {\n      // It is still safe when called from React.\n      return;\n    }\n    var err = new Error(\n      'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n      'Use PropTypes.checkPropTypes() to call them. ' +\n      'Read more at http://fb.me/use-check-prop-types'\n    );\n    err.name = 'Invariant Violation';\n    throw err;\n  };\n  shim.isRequired = shim;\n  function getShim() {\n    return shim;\n  };\n  // Important!\n  // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n  var ReactPropTypes = {\n    array: shim,\n    bigint: shim,\n    bool: shim,\n    func: shim,\n    number: shim,\n    object: shim,\n    string: shim,\n    symbol: shim,\n\n    any: shim,\n    arrayOf: getShim,\n    element: shim,\n    elementType: shim,\n    instanceOf: getShim,\n    node: shim,\n    objectOf: getShim,\n    oneOf: getShim,\n    oneOfType: getShim,\n    shape: getShim,\n    exact: getShim,\n\n    checkPropTypes: emptyFunctionWithReset,\n    resetWarningCache: emptyFunction\n  };\n\n  ReactPropTypes.PropTypes = ReactPropTypes;\n\n  return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n  var ReactIs = require('react-is');\n\n  // By explicitly using `prop-types` you are opting into new development behavior.\n  // http://fb.me/prop-types-in-prod\n  var throwOnDirectAccess = true;\n  module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n  // By explicitly using `prop-types` you are opting into new production behavior.\n  // http://fb.me/prop-types-in-prod\n  module.exports = require('./factoryWithThrowingShims')();\n}\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","/** @license React v16.14.0\n * react-dom.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/*\n Modernizr 3.0.0pre (Custom Build) | MIT\n*/\n'use strict';var aa=require(\"react\"),n=require(\"object-assign\"),r=require(\"scheduler\");function u(a){for(var b=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=1;c<arguments.length;c++)b+=\"&args[]=\"+encodeURIComponent(arguments[c]);return\"Minified React error #\"+a+\"; visit \"+b+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}if(!aa)throw Error(u(227));\nfunction ba(a,b,c,d,e,f,g,h,k){var l=Array.prototype.slice.call(arguments,3);try{b.apply(c,l)}catch(m){this.onError(m)}}var da=!1,ea=null,fa=!1,ha=null,ia={onError:function(a){da=!0;ea=a}};function ja(a,b,c,d,e,f,g,h,k){da=!1;ea=null;ba.apply(ia,arguments)}function ka(a,b,c,d,e,f,g,h,k){ja.apply(this,arguments);if(da){if(da){var l=ea;da=!1;ea=null}else throw Error(u(198));fa||(fa=!0,ha=l)}}var la=null,ma=null,na=null;\nfunction oa(a,b,c){var d=a.type||\"unknown-event\";a.currentTarget=na(c);ka(d,b,void 0,a);a.currentTarget=null}var pa=null,qa={};\nfunction ra(){if(pa)for(var a in qa){var b=qa[a],c=pa.indexOf(a);if(!(-1<c))throw Error(u(96,a));if(!sa[c]){if(!b.extractEvents)throw Error(u(97,a));sa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;if(ta.hasOwnProperty(h))throw Error(u(99,h));ta[h]=f;var k=f.phasedRegistrationNames;if(k){for(e in k)k.hasOwnProperty(e)&&ua(k[e],g,h);e=!0}else f.registrationName?(ua(f.registrationName,g,h),e=!0):e=!1;if(!e)throw Error(u(98,d,a));}}}}\nfunction ua(a,b,c){if(va[a])throw Error(u(100,a));va[a]=b;wa[a]=b.eventTypes[c].dependencies}var sa=[],ta={},va={},wa={};function xa(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];if(!qa.hasOwnProperty(c)||qa[c]!==d){if(qa[c])throw Error(u(102,c));qa[c]=d;b=!0}}b&&ra()}var ya=!(\"undefined\"===typeof window||\"undefined\"===typeof window.document||\"undefined\"===typeof window.document.createElement),za=null,Aa=null,Ba=null;\nfunction Ca(a){if(a=ma(a)){if(\"function\"!==typeof za)throw Error(u(280));var b=a.stateNode;b&&(b=la(b),za(a.stateNode,a.type,b))}}function Da(a){Aa?Ba?Ba.push(a):Ba=[a]:Aa=a}function Ea(){if(Aa){var a=Aa,b=Ba;Ba=Aa=null;Ca(a);if(b)for(a=0;a<b.length;a++)Ca(b[a])}}function Fa(a,b){return a(b)}function Ga(a,b,c,d,e){return a(b,c,d,e)}function Ha(){}var Ia=Fa,Ja=!1,Ka=!1;function La(){if(null!==Aa||null!==Ba)Ha(),Ea()}\nfunction Ma(a,b,c){if(Ka)return a(b,c);Ka=!0;try{return Ia(a,b,c)}finally{Ka=!1,La()}}var Na=/^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$/,Oa=Object.prototype.hasOwnProperty,Pa={},Qa={};\nfunction Ra(a){if(Oa.call(Qa,a))return!0;if(Oa.call(Pa,a))return!1;if(Na.test(a))return Qa[a]=!0;Pa[a]=!0;return!1}function Sa(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \"function\":case \"symbol\":return!0;case \"boolean\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\"data-\"!==a&&\"aria-\"!==a;default:return!1}}\nfunction Ta(a,b,c,d){if(null===b||\"undefined\"===typeof b||Sa(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function v(a,b,c,d,e,f){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b;this.sanitizeURL=f}var C={};\n\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach(function(a){C[a]=new v(a,0,!1,a,null,!1)});[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach(function(a){var b=a[0];C[b]=new v(b,1,!1,a[1],null,!1)});[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach(function(a){C[a]=new v(a,2,!1,a.toLowerCase(),null,!1)});\n[\"autoReverse\",\"externalResourcesRequired\",\"focusable\",\"preserveAlpha\"].forEach(function(a){C[a]=new v(a,2,!1,a,null,!1)});\"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\".split(\" \").forEach(function(a){C[a]=new v(a,3,!1,a.toLowerCase(),null,!1)});\n[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach(function(a){C[a]=new v(a,3,!0,a,null,!1)});[\"capture\",\"download\"].forEach(function(a){C[a]=new v(a,4,!1,a,null,!1)});[\"cols\",\"rows\",\"size\",\"span\"].forEach(function(a){C[a]=new v(a,6,!1,a,null,!1)});[\"rowSpan\",\"start\"].forEach(function(a){C[a]=new v(a,5,!1,a.toLowerCase(),null,!1)});var Ua=/[\\-:]([a-z])/g;function Va(a){return a[1].toUpperCase()}\n\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\".split(\" \").forEach(function(a){var b=a.replace(Ua,\nVa);C[b]=new v(b,1,!1,a,null,!1)});\"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type\".split(\" \").forEach(function(a){var b=a.replace(Ua,Va);C[b]=new v(b,1,!1,a,\"http://www.w3.org/1999/xlink\",!1)});[\"xml:base\",\"xml:lang\",\"xml:space\"].forEach(function(a){var b=a.replace(Ua,Va);C[b]=new v(b,1,!1,a,\"http://www.w3.org/XML/1998/namespace\",!1)});[\"tabIndex\",\"crossOrigin\"].forEach(function(a){C[a]=new v(a,1,!1,a.toLowerCase(),null,!1)});\nC.xlinkHref=new v(\"xlinkHref\",1,!1,\"xlink:href\",\"http://www.w3.org/1999/xlink\",!0);[\"src\",\"href\",\"action\",\"formAction\"].forEach(function(a){C[a]=new v(a,1,!1,a.toLowerCase(),null,!0)});var Wa=aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Wa.hasOwnProperty(\"ReactCurrentDispatcher\")||(Wa.ReactCurrentDispatcher={current:null});Wa.hasOwnProperty(\"ReactCurrentBatchConfig\")||(Wa.ReactCurrentBatchConfig={suspense:null});\nfunction Xa(a,b,c,d){var e=C.hasOwnProperty(b)?C[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\"o\"!==b[0]&&\"O\"!==b[0]||\"n\"!==b[1]&&\"N\"!==b[1]?!1:!0;f||(Ta(b,c,e,d)&&(c=null),d||null===e?Ra(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\"\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\"\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\"\":\"\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\nvar Ya=/^(.*)[\\\\\\/]/,E=\"function\"===typeof Symbol&&Symbol.for,Za=E?Symbol.for(\"react.element\"):60103,$a=E?Symbol.for(\"react.portal\"):60106,ab=E?Symbol.for(\"react.fragment\"):60107,bb=E?Symbol.for(\"react.strict_mode\"):60108,cb=E?Symbol.for(\"react.profiler\"):60114,db=E?Symbol.for(\"react.provider\"):60109,eb=E?Symbol.for(\"react.context\"):60110,fb=E?Symbol.for(\"react.concurrent_mode\"):60111,gb=E?Symbol.for(\"react.forward_ref\"):60112,hb=E?Symbol.for(\"react.suspense\"):60113,ib=E?Symbol.for(\"react.suspense_list\"):\n60120,jb=E?Symbol.for(\"react.memo\"):60115,kb=E?Symbol.for(\"react.lazy\"):60116,lb=E?Symbol.for(\"react.block\"):60121,mb=\"function\"===typeof Symbol&&Symbol.iterator;function nb(a){if(null===a||\"object\"!==typeof a)return null;a=mb&&a[mb]||a[\"@@iterator\"];return\"function\"===typeof a?a:null}function ob(a){if(-1===a._status){a._status=0;var b=a._ctor;b=b();a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)})}}\nfunction pb(a){if(null==a)return null;if(\"function\"===typeof a)return a.displayName||a.name||null;if(\"string\"===typeof a)return a;switch(a){case ab:return\"Fragment\";case $a:return\"Portal\";case cb:return\"Profiler\";case bb:return\"StrictMode\";case hb:return\"Suspense\";case ib:return\"SuspenseList\"}if(\"object\"===typeof a)switch(a.$$typeof){case eb:return\"Context.Consumer\";case db:return\"Context.Provider\";case gb:var b=a.render;b=b.displayName||b.name||\"\";return a.displayName||(\"\"!==b?\"ForwardRef(\"+b+\")\":\n\"ForwardRef\");case jb:return pb(a.type);case lb:return pb(a.render);case kb:if(a=1===a._status?a._result:null)return pb(a)}return null}function qb(a){var b=\"\";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c=\"\";break a;default:var d=a._debugOwner,e=a._debugSource,f=pb(a.type);c=null;d&&(c=pb(d.type));d=f;f=\"\";e?f=\" (at \"+e.fileName.replace(Ya,\"\")+\":\"+e.lineNumber+\")\":c&&(f=\" (created by \"+c+\")\");c=\"\\n    in \"+(d||\"Unknown\")+f}b+=c;a=a.return}while(a);return b}\nfunction rb(a){switch(typeof a){case \"boolean\":case \"number\":case \"object\":case \"string\":case \"undefined\":return a;default:return\"\"}}function sb(a){var b=a.type;return(a=a.nodeName)&&\"input\"===a.toLowerCase()&&(\"checkbox\"===b||\"radio\"===b)}\nfunction tb(a){var b=sb(a)?\"checked\":\"value\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\"\"+a[b];if(!a.hasOwnProperty(b)&&\"undefined\"!==typeof c&&\"function\"===typeof c.get&&\"function\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\"\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\"\"+a},stopTracking:function(){a._valueTracker=\nnull;delete a[b]}}}}function xb(a){a._valueTracker||(a._valueTracker=tb(a))}function yb(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\"\";a&&(d=sb(a)?a.checked?\"true\":\"false\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}function zb(a,b){var c=b.checked;return n({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}\nfunction Ab(a,b){var c=null==b.defaultValue?\"\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=rb(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\"checkbox\"===b.type||\"radio\"===b.type?null!=b.checked:null!=b.value}}function Bb(a,b){b=b.checked;null!=b&&Xa(a,\"checked\",b,!1)}\nfunction Cb(a,b){Bb(a,b);var c=rb(b.value),d=b.type;if(null!=c)if(\"number\"===d){if(0===c&&\"\"===a.value||a.value!=c)a.value=\"\"+c}else a.value!==\"\"+c&&(a.value=\"\"+c);else if(\"submit\"===d||\"reset\"===d){a.removeAttribute(\"value\");return}b.hasOwnProperty(\"value\")?Db(a,b.type,c):b.hasOwnProperty(\"defaultValue\")&&Db(a,b.type,rb(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\nfunction Eb(a,b,c){if(b.hasOwnProperty(\"value\")||b.hasOwnProperty(\"defaultValue\")){var d=b.type;if(!(\"submit\"!==d&&\"reset\"!==d||void 0!==b.value&&null!==b.value))return;b=\"\"+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;\"\"!==c&&(a.name=\"\");a.defaultChecked=!!a._wrapperState.initialChecked;\"\"!==c&&(a.name=c)}\nfunction Db(a,b,c){if(\"number\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\"\"+a._wrapperState.initialValue:a.defaultValue!==\"\"+c&&(a.defaultValue=\"\"+c)}function Fb(a){var b=\"\";aa.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}function Gb(a,b){a=n({children:void 0},b);if(b=Fb(b.children))a.children=b;return a}\nfunction Hb(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\"$\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\"$\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\"\"+rb(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\nfunction Ib(a,b){if(null!=b.dangerouslySetInnerHTML)throw Error(u(91));return n({},b,{value:void 0,defaultValue:void 0,children:\"\"+a._wrapperState.initialValue})}function Jb(a,b){var c=b.value;if(null==c){c=b.children;b=b.defaultValue;if(null!=c){if(null!=b)throw Error(u(92));if(Array.isArray(c)){if(!(1>=c.length))throw Error(u(93));c=c[0]}b=c}null==b&&(b=\"\");c=b}a._wrapperState={initialValue:rb(c)}}\nfunction Kb(a,b){var c=rb(b.value),d=rb(b.defaultValue);null!=c&&(c=\"\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==c&&(a.defaultValue=c));null!=d&&(a.defaultValue=\"\"+d)}function Lb(a){var b=a.textContent;b===a._wrapperState.initialValue&&\"\"!==b&&null!==b&&(a.value=b)}var Mb={html:\"http://www.w3.org/1999/xhtml\",mathml:\"http://www.w3.org/1998/Math/MathML\",svg:\"http://www.w3.org/2000/svg\"};\nfunction Nb(a){switch(a){case \"svg\":return\"http://www.w3.org/2000/svg\";case \"math\":return\"http://www.w3.org/1998/Math/MathML\";default:return\"http://www.w3.org/1999/xhtml\"}}function Ob(a,b){return null==a||\"http://www.w3.org/1999/xhtml\"===a?Nb(b):\"http://www.w3.org/2000/svg\"===a&&\"foreignObject\"===b?\"http://www.w3.org/1999/xhtml\":a}\nvar Pb,Qb=function(a){return\"undefined\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==Mb.svg||\"innerHTML\"in a)a.innerHTML=b;else{Pb=Pb||document.createElement(\"div\");Pb.innerHTML=\"<svg>\"+b.valueOf().toString()+\"</svg>\";for(b=Pb.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\nfunction Rb(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}function Sb(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\"Webkit\"+a]=\"webkit\"+b;c[\"Moz\"+a]=\"moz\"+b;return c}var Tb={animationend:Sb(\"Animation\",\"AnimationEnd\"),animationiteration:Sb(\"Animation\",\"AnimationIteration\"),animationstart:Sb(\"Animation\",\"AnimationStart\"),transitionend:Sb(\"Transition\",\"TransitionEnd\")},Ub={},Vb={};\nya&&(Vb=document.createElement(\"div\").style,\"AnimationEvent\"in window||(delete Tb.animationend.animation,delete Tb.animationiteration.animation,delete Tb.animationstart.animation),\"TransitionEvent\"in window||delete Tb.transitionend.transition);function Wb(a){if(Ub[a])return Ub[a];if(!Tb[a])return a;var b=Tb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Vb)return Ub[a]=b[c];return a}\nvar Xb=Wb(\"animationend\"),Yb=Wb(\"animationiteration\"),Zb=Wb(\"animationstart\"),$b=Wb(\"transitionend\"),ac=\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\".split(\" \"),bc=new (\"function\"===typeof WeakMap?WeakMap:Map);function cc(a){var b=bc.get(a);void 0===b&&(b=new Map,bc.set(a,b));return b}\nfunction dc(a){var b=a,c=a;if(a.alternate)for(;b.return;)b=b.return;else{a=b;do b=a,0!==(b.effectTag&1026)&&(c=b.return),a=b.return;while(a)}return 3===b.tag?c:null}function ec(a){if(13===a.tag){var b=a.memoizedState;null===b&&(a=a.alternate,null!==a&&(b=a.memoizedState));if(null!==b)return b.dehydrated}return null}function fc(a){if(dc(a)!==a)throw Error(u(188));}\nfunction gc(a){var b=a.alternate;if(!b){b=dc(a);if(null===b)throw Error(u(188));return b!==a?null:a}for(var c=a,d=b;;){var e=c.return;if(null===e)break;var f=e.alternate;if(null===f){d=e.return;if(null!==d){c=d;continue}break}if(e.child===f.child){for(f=e.child;f;){if(f===c)return fc(e),a;if(f===d)return fc(e),b;f=f.sibling}throw Error(u(188));}if(c.return!==d.return)c=e,d=f;else{for(var g=!1,h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===\nc){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}if(!g)throw Error(u(189));}}if(c.alternate!==d)throw Error(u(190));}if(3!==c.tag)throw Error(u(188));return c.stateNode.current===c?a:b}function hc(a){a=gc(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\nfunction ic(a,b){if(null==b)throw Error(u(30));if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}function jc(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var kc=null;\nfunction lc(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)oa(a,b[d],c[d]);else b&&oa(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}function mc(a){null!==a&&(kc=ic(kc,a));a=kc;kc=null;if(a){jc(a,lc);if(kc)throw Error(u(95));if(fa)throw a=ha,fa=!1,ha=null,a;}}\nfunction nc(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function oc(a){if(!ya)return!1;a=\"on\"+a;var b=a in document;b||(b=document.createElement(\"div\"),b.setAttribute(a,\"return;\"),b=\"function\"===typeof b[a]);return b}var pc=[];function qc(a){a.topLevelType=null;a.nativeEvent=null;a.targetInst=null;a.ancestors.length=0;10>pc.length&&pc.push(a)}\nfunction rc(a,b,c,d){if(pc.length){var e=pc.pop();e.topLevelType=a;e.eventSystemFlags=d;e.nativeEvent=b;e.targetInst=c;return e}return{topLevelType:a,eventSystemFlags:d,nativeEvent:b,targetInst:c,ancestors:[]}}\nfunction sc(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d=c;if(3===d.tag)d=d.stateNode.containerInfo;else{for(;d.return;)d=d.return;d=3!==d.tag?null:d.stateNode.containerInfo}if(!d)break;b=c.tag;5!==b&&6!==b||a.ancestors.push(c);c=tc(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=nc(a.nativeEvent);d=a.topLevelType;var f=a.nativeEvent,g=a.eventSystemFlags;0===c&&(g|=64);for(var h=null,k=0;k<sa.length;k++){var l=sa[k];l&&(l=l.extractEvents(d,b,f,e,g))&&(h=\nic(h,l))}mc(h)}}function uc(a,b,c){if(!c.has(a)){switch(a){case \"scroll\":vc(b,\"scroll\",!0);break;case \"focus\":case \"blur\":vc(b,\"focus\",!0);vc(b,\"blur\",!0);c.set(\"blur\",null);c.set(\"focus\",null);break;case \"cancel\":case \"close\":oc(a)&&vc(b,a,!0);break;case \"invalid\":case \"submit\":case \"reset\":break;default:-1===ac.indexOf(a)&&F(a,b)}c.set(a,null)}}\nvar wc,xc,yc,zc=!1,Ac=[],Bc=null,Cc=null,Dc=null,Ec=new Map,Fc=new Map,Gc=[],Hc=\"mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit\".split(\" \"),Ic=\"focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture\".split(\" \");\nfunction Jc(a,b){var c=cc(b);Hc.forEach(function(a){uc(a,b,c)});Ic.forEach(function(a){uc(a,b,c)})}function Kc(a,b,c,d,e){return{blockedOn:a,topLevelType:b,eventSystemFlags:c|32,nativeEvent:e,container:d}}\nfunction Lc(a,b){switch(a){case \"focus\":case \"blur\":Bc=null;break;case \"dragenter\":case \"dragleave\":Cc=null;break;case \"mouseover\":case \"mouseout\":Dc=null;break;case \"pointerover\":case \"pointerout\":Ec.delete(b.pointerId);break;case \"gotpointercapture\":case \"lostpointercapture\":Fc.delete(b.pointerId)}}function Mc(a,b,c,d,e,f){if(null===a||a.nativeEvent!==f)return a=Kc(b,c,d,e,f),null!==b&&(b=Nc(b),null!==b&&xc(b)),a;a.eventSystemFlags|=d;return a}\nfunction Oc(a,b,c,d,e){switch(b){case \"focus\":return Bc=Mc(Bc,a,b,c,d,e),!0;case \"dragenter\":return Cc=Mc(Cc,a,b,c,d,e),!0;case \"mouseover\":return Dc=Mc(Dc,a,b,c,d,e),!0;case \"pointerover\":var f=e.pointerId;Ec.set(f,Mc(Ec.get(f)||null,a,b,c,d,e));return!0;case \"gotpointercapture\":return f=e.pointerId,Fc.set(f,Mc(Fc.get(f)||null,a,b,c,d,e)),!0}return!1}\nfunction Pc(a){var b=tc(a.target);if(null!==b){var c=dc(b);if(null!==c)if(b=c.tag,13===b){if(b=ec(c),null!==b){a.blockedOn=b;r.unstable_runWithPriority(a.priority,function(){yc(c)});return}}else if(3===b&&c.stateNode.hydrate){a.blockedOn=3===c.tag?c.stateNode.containerInfo:null;return}}a.blockedOn=null}function Qc(a){if(null!==a.blockedOn)return!1;var b=Rc(a.topLevelType,a.eventSystemFlags,a.container,a.nativeEvent);if(null!==b){var c=Nc(b);null!==c&&xc(c);a.blockedOn=b;return!1}return!0}\nfunction Sc(a,b,c){Qc(a)&&c.delete(b)}function Tc(){for(zc=!1;0<Ac.length;){var a=Ac[0];if(null!==a.blockedOn){a=Nc(a.blockedOn);null!==a&&wc(a);break}var b=Rc(a.topLevelType,a.eventSystemFlags,a.container,a.nativeEvent);null!==b?a.blockedOn=b:Ac.shift()}null!==Bc&&Qc(Bc)&&(Bc=null);null!==Cc&&Qc(Cc)&&(Cc=null);null!==Dc&&Qc(Dc)&&(Dc=null);Ec.forEach(Sc);Fc.forEach(Sc)}function Uc(a,b){a.blockedOn===b&&(a.blockedOn=null,zc||(zc=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Tc)))}\nfunction Vc(a){function b(b){return Uc(b,a)}if(0<Ac.length){Uc(Ac[0],a);for(var c=1;c<Ac.length;c++){var d=Ac[c];d.blockedOn===a&&(d.blockedOn=null)}}null!==Bc&&Uc(Bc,a);null!==Cc&&Uc(Cc,a);null!==Dc&&Uc(Dc,a);Ec.forEach(b);Fc.forEach(b);for(c=0;c<Gc.length;c++)d=Gc[c],d.blockedOn===a&&(d.blockedOn=null);for(;0<Gc.length&&(c=Gc[0],null===c.blockedOn);)Pc(c),null===c.blockedOn&&Gc.shift()}\nvar Wc={},Yc=new Map,Zc=new Map,$c=[\"abort\",\"abort\",Xb,\"animationEnd\",Yb,\"animationIteration\",Zb,\"animationStart\",\"canplay\",\"canPlay\",\"canplaythrough\",\"canPlayThrough\",\"durationchange\",\"durationChange\",\"emptied\",\"emptied\",\"encrypted\",\"encrypted\",\"ended\",\"ended\",\"error\",\"error\",\"gotpointercapture\",\"gotPointerCapture\",\"load\",\"load\",\"loadeddata\",\"loadedData\",\"loadedmetadata\",\"loadedMetadata\",\"loadstart\",\"loadStart\",\"lostpointercapture\",\"lostPointerCapture\",\"playing\",\"playing\",\"progress\",\"progress\",\"seeking\",\n\"seeking\",\"stalled\",\"stalled\",\"suspend\",\"suspend\",\"timeupdate\",\"timeUpdate\",$b,\"transitionEnd\",\"waiting\",\"waiting\"];function ad(a,b){for(var c=0;c<a.length;c+=2){var d=a[c],e=a[c+1],f=\"on\"+(e[0].toUpperCase()+e.slice(1));f={phasedRegistrationNames:{bubbled:f,captured:f+\"Capture\"},dependencies:[d],eventPriority:b};Zc.set(d,b);Yc.set(d,f);Wc[e]=f}}\nad(\"blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange\".split(\" \"),0);\nad(\"drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel\".split(\" \"),1);ad($c,2);for(var bd=\"change selectionchange textInput compositionstart compositionend compositionupdate\".split(\" \"),cd=0;cd<bd.length;cd++)Zc.set(bd[cd],0);\nvar dd=r.unstable_UserBlockingPriority,ed=r.unstable_runWithPriority,fd=!0;function F(a,b){vc(b,a,!1)}function vc(a,b,c){var d=Zc.get(b);switch(void 0===d?2:d){case 0:d=gd.bind(null,b,1,a);break;case 1:d=hd.bind(null,b,1,a);break;default:d=id.bind(null,b,1,a)}c?a.addEventListener(b,d,!0):a.addEventListener(b,d,!1)}function gd(a,b,c,d){Ja||Ha();var e=id,f=Ja;Ja=!0;try{Ga(e,a,b,c,d)}finally{(Ja=f)||La()}}function hd(a,b,c,d){ed(dd,id.bind(null,a,b,c,d))}\nfunction id(a,b,c,d){if(fd)if(0<Ac.length&&-1<Hc.indexOf(a))a=Kc(null,a,b,c,d),Ac.push(a);else{var e=Rc(a,b,c,d);if(null===e)Lc(a,d);else if(-1<Hc.indexOf(a))a=Kc(e,a,b,c,d),Ac.push(a);else if(!Oc(e,a,b,c,d)){Lc(a,d);a=rc(a,d,null,b);try{Ma(sc,a)}finally{qc(a)}}}}\nfunction Rc(a,b,c,d){c=nc(d);c=tc(c);if(null!==c){var e=dc(c);if(null===e)c=null;else{var f=e.tag;if(13===f){c=ec(e);if(null!==c)return c;c=null}else if(3===f){if(e.stateNode.hydrate)return 3===e.tag?e.stateNode.containerInfo:null;c=null}else e!==c&&(c=null)}}a=rc(a,d,c,b);try{Ma(sc,a)}finally{qc(a)}return null}\nvar jd={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,\nfloodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},kd=[\"Webkit\",\"ms\",\"Moz\",\"O\"];Object.keys(jd).forEach(function(a){kd.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);jd[b]=jd[a]})});function ld(a,b,c){return null==b||\"boolean\"===typeof b||\"\"===b?\"\":c||\"number\"!==typeof b||0===b||jd.hasOwnProperty(a)&&jd[a]?(\"\"+b).trim():b+\"px\"}\nfunction md(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\"--\"),e=ld(c,b[c],d);\"float\"===c&&(c=\"cssFloat\");d?a.setProperty(c,e):a[c]=e}}var nd=n({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\nfunction od(a,b){if(b){if(nd[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML))throw Error(u(137,a,\"\"));if(null!=b.dangerouslySetInnerHTML){if(null!=b.children)throw Error(u(60));if(!(\"object\"===typeof b.dangerouslySetInnerHTML&&\"__html\"in b.dangerouslySetInnerHTML))throw Error(u(61));}if(null!=b.style&&\"object\"!==typeof b.style)throw Error(u(62,\"\"));}}\nfunction pd(a,b){if(-1===a.indexOf(\"-\"))return\"string\"===typeof b.is;switch(a){case \"annotation-xml\":case \"color-profile\":case \"font-face\":case \"font-face-src\":case \"font-face-uri\":case \"font-face-format\":case \"font-face-name\":case \"missing-glyph\":return!1;default:return!0}}var qd=Mb.html;function rd(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=cc(a);b=wa[b];for(var d=0;d<b.length;d++)uc(b[d],a,c)}function sd(){}\nfunction td(a){a=a||(\"undefined\"!==typeof document?document:void 0);if(\"undefined\"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function ud(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function vd(a,b){var c=ud(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=ud(c)}}\nfunction wd(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?wd(a,b.parentNode):\"contains\"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}function xd(){for(var a=window,b=td();b instanceof a.HTMLIFrameElement;){try{var c=\"string\"===typeof b.contentWindow.location.href}catch(d){c=!1}if(c)a=b.contentWindow;else break;b=td(a.document)}return b}\nfunction yd(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\"input\"===b&&(\"text\"===a.type||\"search\"===a.type||\"tel\"===a.type||\"url\"===a.type||\"password\"===a.type)||\"textarea\"===b||\"true\"===a.contentEditable)}var zd=\"$\",Ad=\"/$\",Bd=\"$?\",Cd=\"$!\",Dd=null,Ed=null;function Fd(a,b){switch(a){case \"button\":case \"input\":case \"select\":case \"textarea\":return!!b.autoFocus}return!1}\nfunction Gd(a,b){return\"textarea\"===a||\"option\"===a||\"noscript\"===a||\"string\"===typeof b.children||\"number\"===typeof b.children||\"object\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}var Hd=\"function\"===typeof setTimeout?setTimeout:void 0,Id=\"function\"===typeof clearTimeout?clearTimeout:void 0;function Jd(a){for(;null!=a;a=a.nextSibling){var b=a.nodeType;if(1===b||3===b)break}return a}\nfunction Kd(a){a=a.previousSibling;for(var b=0;a;){if(8===a.nodeType){var c=a.data;if(c===zd||c===Cd||c===Bd){if(0===b)return a;b--}else c===Ad&&b++}a=a.previousSibling}return null}var Ld=Math.random().toString(36).slice(2),Md=\"__reactInternalInstance$\"+Ld,Nd=\"__reactEventHandlers$\"+Ld,Od=\"__reactContainere$\"+Ld;\nfunction tc(a){var b=a[Md];if(b)return b;for(var c=a.parentNode;c;){if(b=c[Od]||c[Md]){c=b.alternate;if(null!==b.child||null!==c&&null!==c.child)for(a=Kd(a);null!==a;){if(c=a[Md])return c;a=Kd(a)}return b}a=c;c=a.parentNode}return null}function Nc(a){a=a[Md]||a[Od];return!a||5!==a.tag&&6!==a.tag&&13!==a.tag&&3!==a.tag?null:a}function Pd(a){if(5===a.tag||6===a.tag)return a.stateNode;throw Error(u(33));}function Qd(a){return a[Nd]||null}\nfunction Rd(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}\nfunction Sd(a,b){var c=a.stateNode;if(!c)return null;var d=la(c);if(!d)return null;c=d[b];a:switch(b){case \"onClick\":case \"onClickCapture\":case \"onDoubleClick\":case \"onDoubleClickCapture\":case \"onMouseDown\":case \"onMouseDownCapture\":case \"onMouseMove\":case \"onMouseMoveCapture\":case \"onMouseUp\":case \"onMouseUpCapture\":case \"onMouseEnter\":(d=!d.disabled)||(a=a.type,d=!(\"button\"===a||\"input\"===a||\"select\"===a||\"textarea\"===a));a=!d;break a;default:a=!1}if(a)return null;if(c&&\"function\"!==typeof c)throw Error(u(231,\nb,typeof c));return c}function Td(a,b,c){if(b=Sd(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=ic(c._dispatchListeners,b),c._dispatchInstances=ic(c._dispatchInstances,a)}function Ud(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=a._targetInst,c=[];b;)c.push(b),b=Rd(b);for(b=c.length;0<b--;)Td(c[b],\"captured\",a);for(b=0;b<c.length;b++)Td(c[b],\"bubbled\",a)}}\nfunction Vd(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Sd(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=ic(c._dispatchListeners,b),c._dispatchInstances=ic(c._dispatchInstances,a))}function Wd(a){a&&a.dispatchConfig.registrationName&&Vd(a._targetInst,null,a)}function Xd(a){jc(a,Ud)}var Yd=null,Zd=null,$d=null;\nfunction ae(){if($d)return $d;var a,b=Zd,c=b.length,d,e=\"value\"in Yd?Yd.value:Yd.textContent,f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);return $d=e.slice(a,1<d?1-d:void 0)}function be(){return!0}function ce(){return!1}\nfunction G(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\"target\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?be:ce;this.isPropagationStopped=ce;return this}\nn(G.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\"unknown\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=be)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\"unknown\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=be)},persist:function(){this.isPersistent=be},isPersistent:ce,destructor:function(){var a=this.constructor.Interface,\nb;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null;this.isPropagationStopped=this.isDefaultPrevented=ce;this._dispatchInstances=this._dispatchListeners=null}});G.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\nG.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;n(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=n({},d.Interface,a);c.extend=d.extend;de(c);return c};de(G);function ee(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}\nfunction fe(a){if(!(a instanceof this))throw Error(u(279));a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}function de(a){a.eventPool=[];a.getPooled=ee;a.release=fe}var ge=G.extend({data:null}),he=G.extend({data:null}),ie=[9,13,27,32],je=ya&&\"CompositionEvent\"in window,ke=null;ya&&\"documentMode\"in document&&(ke=document.documentMode);\nvar le=ya&&\"TextEvent\"in window&&!ke,me=ya&&(!je||ke&&8<ke&&11>=ke),ne=String.fromCharCode(32),oe={beforeInput:{phasedRegistrationNames:{bubbled:\"onBeforeInput\",captured:\"onBeforeInputCapture\"},dependencies:[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\"onCompositionEnd\",captured:\"onCompositionEndCapture\"},dependencies:\"blur compositionend keydown keypress keyup mousedown\".split(\" \")},compositionStart:{phasedRegistrationNames:{bubbled:\"onCompositionStart\",\ncaptured:\"onCompositionStartCapture\"},dependencies:\"blur compositionstart keydown keypress keyup mousedown\".split(\" \")},compositionUpdate:{phasedRegistrationNames:{bubbled:\"onCompositionUpdate\",captured:\"onCompositionUpdateCapture\"},dependencies:\"blur compositionupdate keydown keypress keyup mousedown\".split(\" \")}},pe=!1;\nfunction qe(a,b){switch(a){case \"keyup\":return-1!==ie.indexOf(b.keyCode);case \"keydown\":return 229!==b.keyCode;case \"keypress\":case \"mousedown\":case \"blur\":return!0;default:return!1}}function re(a){a=a.detail;return\"object\"===typeof a&&\"data\"in a?a.data:null}var se=!1;function te(a,b){switch(a){case \"compositionend\":return re(b);case \"keypress\":if(32!==b.which)return null;pe=!0;return ne;case \"textInput\":return a=b.data,a===ne&&pe?null:a;default:return null}}\nfunction ue(a,b){if(se)return\"compositionend\"===a||!je&&qe(a,b)?(a=ae(),$d=Zd=Yd=null,se=!1,a):null;switch(a){case \"paste\":return null;case \"keypress\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \"compositionend\":return me&&\"ko\"!==b.locale?null:b.data;default:return null}}\nvar ve={eventTypes:oe,extractEvents:function(a,b,c,d){var e;if(je)b:{switch(a){case \"compositionstart\":var f=oe.compositionStart;break b;case \"compositionend\":f=oe.compositionEnd;break b;case \"compositionupdate\":f=oe.compositionUpdate;break b}f=void 0}else se?qe(a,c)&&(f=oe.compositionEnd):\"keydown\"===a&&229===c.keyCode&&(f=oe.compositionStart);f?(me&&\"ko\"!==c.locale&&(se||f!==oe.compositionStart?f===oe.compositionEnd&&se&&(e=ae()):(Yd=d,Zd=\"value\"in Yd?Yd.value:Yd.textContent,se=!0)),f=ge.getPooled(f,\nb,c,d),e?f.data=e:(e=re(c),null!==e&&(f.data=e)),Xd(f),e=f):e=null;(a=le?te(a,c):ue(a,c))?(b=he.getPooled(oe.beforeInput,b,c,d),b.data=a,Xd(b)):b=null;return null===e?b:null===b?e:[e,b]}},we={color:!0,date:!0,datetime:!0,\"datetime-local\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function xe(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\"input\"===b?!!we[a.type]:\"textarea\"===b?!0:!1}\nvar ye={change:{phasedRegistrationNames:{bubbled:\"onChange\",captured:\"onChangeCapture\"},dependencies:\"blur change click focus input keydown keyup selectionchange\".split(\" \")}};function ze(a,b,c){a=G.getPooled(ye.change,a,b,c);a.type=\"change\";Da(c);Xd(a);return a}var Ae=null,Be=null;function Ce(a){mc(a)}function De(a){var b=Pd(a);if(yb(b))return a}function Ee(a,b){if(\"change\"===a)return b}var Fe=!1;ya&&(Fe=oc(\"input\")&&(!document.documentMode||9<document.documentMode));\nfunction Ge(){Ae&&(Ae.detachEvent(\"onpropertychange\",He),Be=Ae=null)}function He(a){if(\"value\"===a.propertyName&&De(Be))if(a=ze(Be,a,nc(a)),Ja)mc(a);else{Ja=!0;try{Fa(Ce,a)}finally{Ja=!1,La()}}}function Ie(a,b,c){\"focus\"===a?(Ge(),Ae=b,Be=c,Ae.attachEvent(\"onpropertychange\",He)):\"blur\"===a&&Ge()}function Je(a){if(\"selectionchange\"===a||\"keyup\"===a||\"keydown\"===a)return De(Be)}function Ke(a,b){if(\"click\"===a)return De(b)}function Le(a,b){if(\"input\"===a||\"change\"===a)return De(b)}\nvar Me={eventTypes:ye,_isInputEventSupported:Fe,extractEvents:function(a,b,c,d){var e=b?Pd(b):window,f=e.nodeName&&e.nodeName.toLowerCase();if(\"select\"===f||\"input\"===f&&\"file\"===e.type)var g=Ee;else if(xe(e))if(Fe)g=Le;else{g=Je;var h=Ie}else(f=e.nodeName)&&\"input\"===f.toLowerCase()&&(\"checkbox\"===e.type||\"radio\"===e.type)&&(g=Ke);if(g&&(g=g(a,b)))return ze(g,c,d);h&&h(a,e,b);\"blur\"===a&&(a=e._wrapperState)&&a.controlled&&\"number\"===e.type&&Db(e,\"number\",e.value)}},Ne=G.extend({view:null,detail:null}),\nOe={Alt:\"altKey\",Control:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"};function Pe(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Oe[a])?!!b[a]:!1}function Qe(){return Pe}\nvar Re=0,Se=0,Te=!1,Ue=!1,Ve=Ne.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Qe,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if(\"movementX\"in a)return a.movementX;var b=Re;Re=a.screenX;return Te?\"mousemove\"===a.type?a.screenX-b:0:(Te=!0,0)},movementY:function(a){if(\"movementY\"in a)return a.movementY;\nvar b=Se;Se=a.screenY;return Ue?\"mousemove\"===a.type?a.screenY-b:0:(Ue=!0,0)}}),We=Ve.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Xe={mouseEnter:{registrationName:\"onMouseEnter\",dependencies:[\"mouseout\",\"mouseover\"]},mouseLeave:{registrationName:\"onMouseLeave\",dependencies:[\"mouseout\",\"mouseover\"]},pointerEnter:{registrationName:\"onPointerEnter\",dependencies:[\"pointerout\",\"pointerover\"]},pointerLeave:{registrationName:\"onPointerLeave\",\ndependencies:[\"pointerout\",\"pointerover\"]}},Ye={eventTypes:Xe,extractEvents:function(a,b,c,d,e){var f=\"mouseover\"===a||\"pointerover\"===a,g=\"mouseout\"===a||\"pointerout\"===a;if(f&&0===(e&32)&&(c.relatedTarget||c.fromElement)||!g&&!f)return null;f=d.window===d?d:(f=d.ownerDocument)?f.defaultView||f.parentWindow:window;if(g){if(g=b,b=(b=c.relatedTarget||c.toElement)?tc(b):null,null!==b){var h=dc(b);if(b!==h||5!==b.tag&&6!==b.tag)b=null}}else g=null;if(g===b)return null;if(\"mouseout\"===a||\"mouseover\"===\na){var k=Ve;var l=Xe.mouseLeave;var m=Xe.mouseEnter;var p=\"mouse\"}else if(\"pointerout\"===a||\"pointerover\"===a)k=We,l=Xe.pointerLeave,m=Xe.pointerEnter,p=\"pointer\";a=null==g?f:Pd(g);f=null==b?f:Pd(b);l=k.getPooled(l,g,c,d);l.type=p+\"leave\";l.target=a;l.relatedTarget=f;c=k.getPooled(m,b,c,d);c.type=p+\"enter\";c.target=f;c.relatedTarget=a;d=g;p=b;if(d&&p)a:{k=d;m=p;g=0;for(a=k;a;a=Rd(a))g++;a=0;for(b=m;b;b=Rd(b))a++;for(;0<g-a;)k=Rd(k),g--;for(;0<a-g;)m=Rd(m),a--;for(;g--;){if(k===m||k===m.alternate)break a;\nk=Rd(k);m=Rd(m)}k=null}else k=null;m=k;for(k=[];d&&d!==m;){g=d.alternate;if(null!==g&&g===m)break;k.push(d);d=Rd(d)}for(d=[];p&&p!==m;){g=p.alternate;if(null!==g&&g===m)break;d.push(p);p=Rd(p)}for(p=0;p<k.length;p++)Vd(k[p],\"bubbled\",l);for(p=d.length;0<p--;)Vd(d[p],\"captured\",c);return 0===(e&64)?[l]:[l,c]}};function Ze(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var $e=\"function\"===typeof Object.is?Object.is:Ze,af=Object.prototype.hasOwnProperty;\nfunction bf(a,b){if($e(a,b))return!0;if(\"object\"!==typeof a||null===a||\"object\"!==typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!af.call(b,c[d])||!$e(a[c[d]],b[c[d]]))return!1;return!0}\nvar cf=ya&&\"documentMode\"in document&&11>=document.documentMode,df={select:{phasedRegistrationNames:{bubbled:\"onSelect\",captured:\"onSelectCapture\"},dependencies:\"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange\".split(\" \")}},ef=null,ff=null,gf=null,hf=!1;\nfunction jf(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;if(hf||null==ef||ef!==td(c))return null;c=ef;\"selectionStart\"in c&&yd(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return gf&&bf(gf,c)?null:(gf=c,a=G.getPooled(df.select,ff,a,b),a.type=\"select\",a.target=ef,Xd(a),a)}\nvar kf={eventTypes:df,extractEvents:function(a,b,c,d,e,f){e=f||(d.window===d?d.document:9===d.nodeType?d:d.ownerDocument);if(!(f=!e)){a:{e=cc(e);f=wa.onSelect;for(var g=0;g<f.length;g++)if(!e.has(f[g])){e=!1;break a}e=!0}f=!e}if(f)return null;e=b?Pd(b):window;switch(a){case \"focus\":if(xe(e)||\"true\"===e.contentEditable)ef=e,ff=b,gf=null;break;case \"blur\":gf=ff=ef=null;break;case \"mousedown\":hf=!0;break;case \"contextmenu\":case \"mouseup\":case \"dragend\":return hf=!1,jf(c,d);case \"selectionchange\":if(cf)break;\ncase \"keydown\":case \"keyup\":return jf(c,d)}return null}},lf=G.extend({animationName:null,elapsedTime:null,pseudoElement:null}),mf=G.extend({clipboardData:function(a){return\"clipboardData\"in a?a.clipboardData:window.clipboardData}}),nf=Ne.extend({relatedTarget:null});function of(a){var b=a.keyCode;\"charCode\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\nvar pf={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",MozPrintableKey:\"Unidentified\"},qf={8:\"Backspace\",9:\"Tab\",12:\"Clear\",13:\"Enter\",16:\"Shift\",17:\"Control\",18:\"Alt\",19:\"Pause\",20:\"CapsLock\",27:\"Escape\",32:\" \",33:\"PageUp\",34:\"PageDown\",35:\"End\",36:\"Home\",37:\"ArrowLeft\",38:\"ArrowUp\",39:\"ArrowRight\",40:\"ArrowDown\",45:\"Insert\",46:\"Delete\",112:\"F1\",113:\"F2\",114:\"F3\",115:\"F4\",\n116:\"F5\",117:\"F6\",118:\"F7\",119:\"F8\",120:\"F9\",121:\"F10\",122:\"F11\",123:\"F12\",144:\"NumLock\",145:\"ScrollLock\",224:\"Meta\"},rf=Ne.extend({key:function(a){if(a.key){var b=pf[a.key]||a.key;if(\"Unidentified\"!==b)return b}return\"keypress\"===a.type?(a=of(a),13===a?\"Enter\":String.fromCharCode(a)):\"keydown\"===a.type||\"keyup\"===a.type?qf[a.keyCode]||\"Unidentified\":\"\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Qe,charCode:function(a){return\"keypress\"===\na.type?of(a):0},keyCode:function(a){return\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0},which:function(a){return\"keypress\"===a.type?of(a):\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0}}),sf=Ve.extend({dataTransfer:null}),tf=Ne.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Qe}),uf=G.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),vf=Ve.extend({deltaX:function(a){return\"deltaX\"in a?a.deltaX:\"wheelDeltaX\"in\na?-a.wheelDeltaX:0},deltaY:function(a){return\"deltaY\"in a?a.deltaY:\"wheelDeltaY\"in a?-a.wheelDeltaY:\"wheelDelta\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),wf={eventTypes:Wc,extractEvents:function(a,b,c,d){var e=Yc.get(a);if(!e)return null;switch(a){case \"keypress\":if(0===of(c))return null;case \"keydown\":case \"keyup\":a=rf;break;case \"blur\":case \"focus\":a=nf;break;case \"click\":if(2===c.button)return null;case \"auxclick\":case \"dblclick\":case \"mousedown\":case \"mousemove\":case \"mouseup\":case \"mouseout\":case \"mouseover\":case \"contextmenu\":a=\nVe;break;case \"drag\":case \"dragend\":case \"dragenter\":case \"dragexit\":case \"dragleave\":case \"dragover\":case \"dragstart\":case \"drop\":a=sf;break;case \"touchcancel\":case \"touchend\":case \"touchmove\":case \"touchstart\":a=tf;break;case Xb:case Yb:case Zb:a=lf;break;case $b:a=uf;break;case \"scroll\":a=Ne;break;case \"wheel\":a=vf;break;case \"copy\":case \"cut\":case \"paste\":a=mf;break;case \"gotpointercapture\":case \"lostpointercapture\":case \"pointercancel\":case \"pointerdown\":case \"pointermove\":case \"pointerout\":case \"pointerover\":case \"pointerup\":a=\nWe;break;default:a=G}b=a.getPooled(e,b,c,d);Xd(b);return b}};if(pa)throw Error(u(101));pa=Array.prototype.slice.call(\"ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\".split(\" \"));ra();var xf=Nc;la=Qd;ma=xf;na=Pd;xa({SimpleEventPlugin:wf,EnterLeaveEventPlugin:Ye,ChangeEventPlugin:Me,SelectEventPlugin:kf,BeforeInputEventPlugin:ve});var yf=[],zf=-1;function H(a){0>zf||(a.current=yf[zf],yf[zf]=null,zf--)}\nfunction I(a,b){zf++;yf[zf]=a.current;a.current=b}var Af={},J={current:Af},K={current:!1},Bf=Af;function Cf(a,b){var c=a.type.contextTypes;if(!c)return Af;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function L(a){a=a.childContextTypes;return null!==a&&void 0!==a}\nfunction Df(){H(K);H(J)}function Ef(a,b,c){if(J.current!==Af)throw Error(u(168));I(J,b);I(K,c)}function Ff(a,b,c){var d=a.stateNode;a=b.childContextTypes;if(\"function\"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)if(!(e in a))throw Error(u(108,pb(b)||\"Unknown\",e));return n({},c,{},d)}function Gf(a){a=(a=a.stateNode)&&a.__reactInternalMemoizedMergedChildContext||Af;Bf=J.current;I(J,a);I(K,K.current);return!0}\nfunction Hf(a,b,c){var d=a.stateNode;if(!d)throw Error(u(169));c?(a=Ff(a,b,Bf),d.__reactInternalMemoizedMergedChildContext=a,H(K),H(J),I(J,a)):H(K);I(K,c)}\nvar If=r.unstable_runWithPriority,Jf=r.unstable_scheduleCallback,Kf=r.unstable_cancelCallback,Lf=r.unstable_requestPaint,Mf=r.unstable_now,Nf=r.unstable_getCurrentPriorityLevel,Of=r.unstable_ImmediatePriority,Pf=r.unstable_UserBlockingPriority,Qf=r.unstable_NormalPriority,Rf=r.unstable_LowPriority,Sf=r.unstable_IdlePriority,Tf={},Uf=r.unstable_shouldYield,Vf=void 0!==Lf?Lf:function(){},Wf=null,Xf=null,Yf=!1,Zf=Mf(),$f=1E4>Zf?Mf:function(){return Mf()-Zf};\nfunction ag(){switch(Nf()){case Of:return 99;case Pf:return 98;case Qf:return 97;case Rf:return 96;case Sf:return 95;default:throw Error(u(332));}}function bg(a){switch(a){case 99:return Of;case 98:return Pf;case 97:return Qf;case 96:return Rf;case 95:return Sf;default:throw Error(u(332));}}function cg(a,b){a=bg(a);return If(a,b)}function dg(a,b,c){a=bg(a);return Jf(a,b,c)}function eg(a){null===Wf?(Wf=[a],Xf=Jf(Of,fg)):Wf.push(a);return Tf}function gg(){if(null!==Xf){var a=Xf;Xf=null;Kf(a)}fg()}\nfunction fg(){if(!Yf&&null!==Wf){Yf=!0;var a=0;try{var b=Wf;cg(99,function(){for(;a<b.length;a++){var c=b[a];do c=c(!0);while(null!==c)}});Wf=null}catch(c){throw null!==Wf&&(Wf=Wf.slice(a+1)),Jf(Of,gg),c;}finally{Yf=!1}}}function hg(a,b,c){c/=10;return 1073741821-(((1073741821-a+b/10)/c|0)+1)*c}function ig(a,b){if(a&&a.defaultProps){b=n({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}var jg={current:null},kg=null,lg=null,mg=null;function ng(){mg=lg=kg=null}\nfunction og(a){var b=jg.current;H(jg);a.type._context._currentValue=b}function pg(a,b){for(;null!==a;){var c=a.alternate;if(a.childExpirationTime<b)a.childExpirationTime=b,null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);else if(null!==c&&c.childExpirationTime<b)c.childExpirationTime=b;else break;a=a.return}}function qg(a,b){kg=a;mg=lg=null;a=a.dependencies;null!==a&&null!==a.firstContext&&(a.expirationTime>=b&&(rg=!0),a.firstContext=null)}\nfunction sg(a,b){if(mg!==a&&!1!==b&&0!==b){if(\"number\"!==typeof b||1073741823===b)mg=a,b=1073741823;b={context:a,observedBits:b,next:null};if(null===lg){if(null===kg)throw Error(u(308));lg=b;kg.dependencies={expirationTime:0,firstContext:b,responders:null}}else lg=lg.next=b}return a._currentValue}var tg=!1;function ug(a){a.updateQueue={baseState:a.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}\nfunction vg(a,b){a=a.updateQueue;b.updateQueue===a&&(b.updateQueue={baseState:a.baseState,baseQueue:a.baseQueue,shared:a.shared,effects:a.effects})}function wg(a,b){a={expirationTime:a,suspenseConfig:b,tag:0,payload:null,callback:null,next:null};return a.next=a}function xg(a,b){a=a.updateQueue;if(null!==a){a=a.shared;var c=a.pending;null===c?b.next=b:(b.next=c.next,c.next=b);a.pending=b}}\nfunction yg(a,b){var c=a.alternate;null!==c&&vg(c,a);a=a.updateQueue;c=a.baseQueue;null===c?(a.baseQueue=b.next=b,b.next=b):(b.next=c.next,c.next=b)}\nfunction zg(a,b,c,d){var e=a.updateQueue;tg=!1;var f=e.baseQueue,g=e.shared.pending;if(null!==g){if(null!==f){var h=f.next;f.next=g.next;g.next=h}f=g;e.shared.pending=null;h=a.alternate;null!==h&&(h=h.updateQueue,null!==h&&(h.baseQueue=g))}if(null!==f){h=f.next;var k=e.baseState,l=0,m=null,p=null,x=null;if(null!==h){var z=h;do{g=z.expirationTime;if(g<d){var ca={expirationTime:z.expirationTime,suspenseConfig:z.suspenseConfig,tag:z.tag,payload:z.payload,callback:z.callback,next:null};null===x?(p=x=\nca,m=k):x=x.next=ca;g>l&&(l=g)}else{null!==x&&(x=x.next={expirationTime:1073741823,suspenseConfig:z.suspenseConfig,tag:z.tag,payload:z.payload,callback:z.callback,next:null});Ag(g,z.suspenseConfig);a:{var D=a,t=z;g=b;ca=c;switch(t.tag){case 1:D=t.payload;if(\"function\"===typeof D){k=D.call(ca,k,g);break a}k=D;break a;case 3:D.effectTag=D.effectTag&-4097|64;case 0:D=t.payload;g=\"function\"===typeof D?D.call(ca,k,g):D;if(null===g||void 0===g)break a;k=n({},k,g);break a;case 2:tg=!0}}null!==z.callback&&\n(a.effectTag|=32,g=e.effects,null===g?e.effects=[z]:g.push(z))}z=z.next;if(null===z||z===h)if(g=e.shared.pending,null===g)break;else z=f.next=g.next,g.next=h,e.baseQueue=f=g,e.shared.pending=null}while(1)}null===x?m=k:x.next=p;e.baseState=m;e.baseQueue=x;Bg(l);a.expirationTime=l;a.memoizedState=k}}\nfunction Cg(a,b,c){a=b.effects;b.effects=null;if(null!==a)for(b=0;b<a.length;b++){var d=a[b],e=d.callback;if(null!==e){d.callback=null;d=e;e=c;if(\"function\"!==typeof d)throw Error(u(191,d));d.call(e)}}}var Dg=Wa.ReactCurrentBatchConfig,Eg=(new aa.Component).refs;function Fg(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:n({},b,c);a.memoizedState=c;0===a.expirationTime&&(a.updateQueue.baseState=c)}\nvar Jg={isMounted:function(a){return(a=a._reactInternalFiber)?dc(a)===a:!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e=wg(d,e);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);xg(a,e);Ig(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e=wg(d,e);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);xg(a,e);Ig(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=Gg(),d=Dg.suspense;\nc=Hg(c,a,d);d=wg(c,d);d.tag=2;void 0!==b&&null!==b&&(d.callback=b);xg(a,d);Ig(a,c)}};function Kg(a,b,c,d,e,f,g){a=a.stateNode;return\"function\"===typeof a.shouldComponentUpdate?a.shouldComponentUpdate(d,f,g):b.prototype&&b.prototype.isPureReactComponent?!bf(c,d)||!bf(e,f):!0}\nfunction Lg(a,b,c){var d=!1,e=Af;var f=b.contextType;\"object\"===typeof f&&null!==f?f=sg(f):(e=L(b)?Bf:J.current,d=b.contextTypes,f=(d=null!==d&&void 0!==d)?Cf(a,e):Af);b=new b(c,f);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=Jg;a.stateNode=b;b._reactInternalFiber=a;d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=e,a.__reactInternalMemoizedMaskedChildContext=f);return b}\nfunction Mg(a,b,c,d){a=b.state;\"function\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\"function\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&Jg.enqueueReplaceState(b,b.state,null)}\nfunction Ng(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=Eg;ug(a);var f=b.contextType;\"object\"===typeof f&&null!==f?e.context=sg(f):(f=L(b)?Bf:J.current,e.context=Cf(a,f));zg(a,c,e,d);e.state=a.memoizedState;f=b.getDerivedStateFromProps;\"function\"===typeof f&&(Fg(a,b,f,c),e.state=a.memoizedState);\"function\"===typeof b.getDerivedStateFromProps||\"function\"===typeof e.getSnapshotBeforeUpdate||\"function\"!==typeof e.UNSAFE_componentWillMount&&\"function\"!==typeof e.componentWillMount||\n(b=e.state,\"function\"===typeof e.componentWillMount&&e.componentWillMount(),\"function\"===typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),b!==e.state&&Jg.enqueueReplaceState(e,e.state,null),zg(a,c,e,d),e.state=a.memoizedState);\"function\"===typeof e.componentDidMount&&(a.effectTag|=4)}var Og=Array.isArray;\nfunction Pg(a,b,c){a=c.ref;if(null!==a&&\"function\"!==typeof a&&\"object\"!==typeof a){if(c._owner){c=c._owner;if(c){if(1!==c.tag)throw Error(u(309));var d=c.stateNode}if(!d)throw Error(u(147,a));var e=\"\"+a;if(null!==b&&null!==b.ref&&\"function\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===Eg&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}if(\"string\"!==typeof a)throw Error(u(284));if(!c._owner)throw Error(u(290,a));}return a}\nfunction Qg(a,b){if(\"textarea\"!==a.type)throw Error(u(31,\"[object Object]\"===Object.prototype.toString.call(b)?\"object with keys {\"+Object.keys(b).join(\", \")+\"}\":b,\"\"));}\nfunction Rg(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b){a=Sg(a,b);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Tg(c,a.mode,d),b.return=a,b;b=e(b,c);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props),d.ref=Pg(a,b,c),d.return=a,d;d=Ug(c.type,c.key,c.props,null,a.mode,d);d.ref=Pg(a,b,c);d.return=a;return d}function l(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==\nc.implementation)return b=Vg(c,a.mode,d),b.return=a,b;b=e(b,c.children||[]);b.return=a;return b}function m(a,b,c,d,f){if(null===b||7!==b.tag)return b=Wg(c,a.mode,d,f),b.return=a,b;b=e(b,c);b.return=a;return b}function p(a,b,c){if(\"string\"===typeof b||\"number\"===typeof b)return b=Tg(\"\"+b,a.mode,c),b.return=a,b;if(\"object\"===typeof b&&null!==b){switch(b.$$typeof){case Za:return c=Ug(b.type,b.key,b.props,null,a.mode,c),c.ref=Pg(a,null,b),c.return=a,c;case $a:return b=Vg(b,a.mode,c),b.return=a,b}if(Og(b)||\nnb(b))return b=Wg(b,a.mode,c,null),b.return=a,b;Qg(a,b)}return null}function x(a,b,c,d){var e=null!==b?b.key:null;if(\"string\"===typeof c||\"number\"===typeof c)return null!==e?null:h(a,b,\"\"+c,d);if(\"object\"===typeof c&&null!==c){switch(c.$$typeof){case Za:return c.key===e?c.type===ab?m(a,b,c.props.children,d,e):k(a,b,c,d):null;case $a:return c.key===e?l(a,b,c,d):null}if(Og(c)||nb(c))return null!==e?null:m(a,b,c,d,null);Qg(a,c)}return null}function z(a,b,c,d,e){if(\"string\"===typeof d||\"number\"===typeof d)return a=\na.get(c)||null,h(b,a,\"\"+d,e);if(\"object\"===typeof d&&null!==d){switch(d.$$typeof){case Za:return a=a.get(null===d.key?c:d.key)||null,d.type===ab?m(b,a,d.props.children,e,d.key):k(b,a,d,e);case $a:return a=a.get(null===d.key?c:d.key)||null,l(b,a,d,e)}if(Og(d)||nb(d))return a=a.get(c)||null,m(b,a,d,e,null);Qg(b,d)}return null}function ca(e,g,h,k){for(var l=null,t=null,m=g,y=g=0,A=null;null!==m&&y<h.length;y++){m.index>y?(A=m,m=null):A=m.sibling;var q=x(e,m,h[y],k);if(null===q){null===m&&(m=A);break}a&&\nm&&null===q.alternate&&b(e,m);g=f(q,g,y);null===t?l=q:t.sibling=q;t=q;m=A}if(y===h.length)return c(e,m),l;if(null===m){for(;y<h.length;y++)m=p(e,h[y],k),null!==m&&(g=f(m,g,y),null===t?l=m:t.sibling=m,t=m);return l}for(m=d(e,m);y<h.length;y++)A=z(m,e,y,h[y],k),null!==A&&(a&&null!==A.alternate&&m.delete(null===A.key?y:A.key),g=f(A,g,y),null===t?l=A:t.sibling=A,t=A);a&&m.forEach(function(a){return b(e,a)});return l}function D(e,g,h,l){var k=nb(h);if(\"function\"!==typeof k)throw Error(u(150));h=k.call(h);\nif(null==h)throw Error(u(151));for(var m=k=null,t=g,y=g=0,A=null,q=h.next();null!==t&&!q.done;y++,q=h.next()){t.index>y?(A=t,t=null):A=t.sibling;var D=x(e,t,q.value,l);if(null===D){null===t&&(t=A);break}a&&t&&null===D.alternate&&b(e,t);g=f(D,g,y);null===m?k=D:m.sibling=D;m=D;t=A}if(q.done)return c(e,t),k;if(null===t){for(;!q.done;y++,q=h.next())q=p(e,q.value,l),null!==q&&(g=f(q,g,y),null===m?k=q:m.sibling=q,m=q);return k}for(t=d(e,t);!q.done;y++,q=h.next())q=z(t,e,y,q.value,l),null!==q&&(a&&null!==\nq.alternate&&t.delete(null===q.key?y:q.key),g=f(q,g,y),null===m?k=q:m.sibling=q,m=q);a&&t.forEach(function(a){return b(e,a)});return k}return function(a,d,f,h){var k=\"object\"===typeof f&&null!==f&&f.type===ab&&null===f.key;k&&(f=f.props.children);var l=\"object\"===typeof f&&null!==f;if(l)switch(f.$$typeof){case Za:a:{l=f.key;for(k=d;null!==k;){if(k.key===l){switch(k.tag){case 7:if(f.type===ab){c(a,k.sibling);d=e(k,f.props.children);d.return=a;a=d;break a}break;default:if(k.elementType===f.type){c(a,\nk.sibling);d=e(k,f.props);d.ref=Pg(a,k,f);d.return=a;a=d;break a}}c(a,k);break}else b(a,k);k=k.sibling}f.type===ab?(d=Wg(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Ug(f.type,f.key,f.props,null,a.mode,h),h.ref=Pg(a,d,f),h.return=a,a=h)}return g(a);case $a:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[]);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=\nd.sibling}d=Vg(f,a.mode,h);d.return=a;a=d}return g(a)}if(\"string\"===typeof f||\"number\"===typeof f)return f=\"\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f),d.return=a,a=d):(c(a,d),d=Tg(f,a.mode,h),d.return=a,a=d),g(a);if(Og(f))return ca(a,d,f,h);if(nb(f))return D(a,d,f,h);l&&Qg(a,f);if(\"undefined\"===typeof f&&!k)switch(a.tag){case 1:case 0:throw a=a.type,Error(u(152,a.displayName||a.name||\"Component\"));}return c(a,d)}}var Xg=Rg(!0),Yg=Rg(!1),Zg={},$g={current:Zg},ah={current:Zg},bh={current:Zg};\nfunction ch(a){if(a===Zg)throw Error(u(174));return a}function dh(a,b){I(bh,b);I(ah,a);I($g,Zg);a=b.nodeType;switch(a){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:Ob(null,\"\");break;default:a=8===a?b.parentNode:b,b=a.namespaceURI||null,a=a.tagName,b=Ob(b,a)}H($g);I($g,b)}function eh(){H($g);H(ah);H(bh)}function fh(a){ch(bh.current);var b=ch($g.current);var c=Ob(b,a.type);b!==c&&(I(ah,a),I($g,c))}function gh(a){ah.current===a&&(H($g),H(ah))}var M={current:0};\nfunction hh(a){for(var b=a;null!==b;){if(13===b.tag){var c=b.memoizedState;if(null!==c&&(c=c.dehydrated,null===c||c.data===Bd||c.data===Cd))return b}else if(19===b.tag&&void 0!==b.memoizedProps.revealOrder){if(0!==(b.effectTag&64))return b}else if(null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}return null}function ih(a,b){return{responder:a,props:b}}\nvar jh=Wa.ReactCurrentDispatcher,kh=Wa.ReactCurrentBatchConfig,lh=0,N=null,O=null,P=null,mh=!1;function Q(){throw Error(u(321));}function nh(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!$e(a[c],b[c]))return!1;return!0}\nfunction oh(a,b,c,d,e,f){lh=f;N=b;b.memoizedState=null;b.updateQueue=null;b.expirationTime=0;jh.current=null===a||null===a.memoizedState?ph:qh;a=c(d,e);if(b.expirationTime===lh){f=0;do{b.expirationTime=0;if(!(25>f))throw Error(u(301));f+=1;P=O=null;b.updateQueue=null;jh.current=rh;a=c(d,e)}while(b.expirationTime===lh)}jh.current=sh;b=null!==O&&null!==O.next;lh=0;P=O=N=null;mh=!1;if(b)throw Error(u(300));return a}\nfunction th(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};null===P?N.memoizedState=P=a:P=P.next=a;return P}function uh(){if(null===O){var a=N.alternate;a=null!==a?a.memoizedState:null}else a=O.next;var b=null===P?N.memoizedState:P.next;if(null!==b)P=b,O=a;else{if(null===a)throw Error(u(310));O=a;a={memoizedState:O.memoizedState,baseState:O.baseState,baseQueue:O.baseQueue,queue:O.queue,next:null};null===P?N.memoizedState=P=a:P=P.next=a}return P}\nfunction vh(a,b){return\"function\"===typeof b?b(a):b}\nfunction wh(a){var b=uh(),c=b.queue;if(null===c)throw Error(u(311));c.lastRenderedReducer=a;var d=O,e=d.baseQueue,f=c.pending;if(null!==f){if(null!==e){var g=e.next;e.next=f.next;f.next=g}d.baseQueue=e=f;c.pending=null}if(null!==e){e=e.next;d=d.baseState;var h=g=f=null,k=e;do{var l=k.expirationTime;if(l<lh){var m={expirationTime:k.expirationTime,suspenseConfig:k.suspenseConfig,action:k.action,eagerReducer:k.eagerReducer,eagerState:k.eagerState,next:null};null===h?(g=h=m,f=d):h=h.next=m;l>N.expirationTime&&\n(N.expirationTime=l,Bg(l))}else null!==h&&(h=h.next={expirationTime:1073741823,suspenseConfig:k.suspenseConfig,action:k.action,eagerReducer:k.eagerReducer,eagerState:k.eagerState,next:null}),Ag(l,k.suspenseConfig),d=k.eagerReducer===a?k.eagerState:a(d,k.action);k=k.next}while(null!==k&&k!==e);null===h?f=d:h.next=g;$e(d,b.memoizedState)||(rg=!0);b.memoizedState=d;b.baseState=f;b.baseQueue=h;c.lastRenderedState=d}return[b.memoizedState,c.dispatch]}\nfunction xh(a){var b=uh(),c=b.queue;if(null===c)throw Error(u(311));c.lastRenderedReducer=a;var d=c.dispatch,e=c.pending,f=b.memoizedState;if(null!==e){c.pending=null;var g=e=e.next;do f=a(f,g.action),g=g.next;while(g!==e);$e(f,b.memoizedState)||(rg=!0);b.memoizedState=f;null===b.baseQueue&&(b.baseState=f);c.lastRenderedState=f}return[f,d]}\nfunction yh(a){var b=th();\"function\"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={pending:null,dispatch:null,lastRenderedReducer:vh,lastRenderedState:a};a=a.dispatch=zh.bind(null,N,a);return[b.memoizedState,a]}function Ah(a,b,c,d){a={tag:a,create:b,destroy:c,deps:d,next:null};b=N.updateQueue;null===b?(b={lastEffect:null},N.updateQueue=b,b.lastEffect=a.next=a):(c=b.lastEffect,null===c?b.lastEffect=a.next=a:(d=c.next,c.next=a,a.next=d,b.lastEffect=a));return a}\nfunction Bh(){return uh().memoizedState}function Ch(a,b,c,d){var e=th();N.effectTag|=a;e.memoizedState=Ah(1|b,c,void 0,void 0===d?null:d)}function Dh(a,b,c,d){var e=uh();d=void 0===d?null:d;var f=void 0;if(null!==O){var g=O.memoizedState;f=g.destroy;if(null!==d&&nh(d,g.deps)){Ah(b,c,f,d);return}}N.effectTag|=a;e.memoizedState=Ah(1|b,c,f,d)}function Eh(a,b){return Ch(516,4,a,b)}function Fh(a,b){return Dh(516,4,a,b)}function Gh(a,b){return Dh(4,2,a,b)}\nfunction Hh(a,b){if(\"function\"===typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}function Ih(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Dh(4,2,Hh.bind(null,b,a),c)}function Jh(){}function Kh(a,b){th().memoizedState=[a,void 0===b?null:b];return a}function Lh(a,b){var c=uh();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&nh(b,d[1]))return d[0];c.memoizedState=[a,b];return a}\nfunction Mh(a,b){var c=uh();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&nh(b,d[1]))return d[0];a=a();c.memoizedState=[a,b];return a}function Nh(a,b,c){var d=ag();cg(98>d?98:d,function(){a(!0)});cg(97<d?97:d,function(){var d=kh.suspense;kh.suspense=void 0===b?null:b;try{a(!1),c()}finally{kh.suspense=d}})}\nfunction zh(a,b,c){var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e={expirationTime:d,suspenseConfig:e,action:c,eagerReducer:null,eagerState:null,next:null};var f=b.pending;null===f?e.next=e:(e.next=f.next,f.next=e);b.pending=e;f=a.alternate;if(a===N||null!==f&&f===N)mh=!0,e.expirationTime=lh,N.expirationTime=lh;else{if(0===a.expirationTime&&(null===f||0===f.expirationTime)&&(f=b.lastRenderedReducer,null!==f))try{var g=b.lastRenderedState,h=f(g,c);e.eagerReducer=f;e.eagerState=h;if($e(h,g))return}catch(k){}finally{}Ig(a,\nd)}}\nvar sh={readContext:sg,useCallback:Q,useContext:Q,useEffect:Q,useImperativeHandle:Q,useLayoutEffect:Q,useMemo:Q,useReducer:Q,useRef:Q,useState:Q,useDebugValue:Q,useResponder:Q,useDeferredValue:Q,useTransition:Q},ph={readContext:sg,useCallback:Kh,useContext:sg,useEffect:Eh,useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Ch(4,2,Hh.bind(null,b,a),c)},useLayoutEffect:function(a,b){return Ch(4,2,a,b)},useMemo:function(a,b){var c=th();b=void 0===b?null:b;a=a();c.memoizedState=[a,\nb];return a},useReducer:function(a,b,c){var d=th();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a=d.queue={pending:null,dispatch:null,lastRenderedReducer:a,lastRenderedState:b};a=a.dispatch=zh.bind(null,N,a);return[d.memoizedState,a]},useRef:function(a){var b=th();a={current:a};return b.memoizedState=a},useState:yh,useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=yh(a),d=c[0],e=c[1];Eh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=\nc}},[a,b]);return d},useTransition:function(a){var b=yh(!1),c=b[0];b=b[1];return[Kh(Nh.bind(null,b,a),[b,a]),c]}},qh={readContext:sg,useCallback:Lh,useContext:sg,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:wh,useRef:Bh,useState:function(){return wh(vh)},useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=wh(vh),d=c[0],e=c[1];Fh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=c}},[a,b]);return d},useTransition:function(a){var b=\nwh(vh),c=b[0];b=b[1];return[Lh(Nh.bind(null,b,a),[b,a]),c]}},rh={readContext:sg,useCallback:Lh,useContext:sg,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:xh,useRef:Bh,useState:function(){return xh(vh)},useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=xh(vh),d=c[0],e=c[1];Fh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=c}},[a,b]);return d},useTransition:function(a){var b=xh(vh),c=b[0];b=b[1];return[Lh(Nh.bind(null,\nb,a),[b,a]),c]}},Oh=null,Ph=null,Qh=!1;function Rh(a,b){var c=Sh(5,null,null,0);c.elementType=\"DELETED\";c.type=\"DELETED\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}\nfunction Th(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\"\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}}\nfunction Uh(a){if(Qh){var b=Ph;if(b){var c=b;if(!Th(a,b)){b=Jd(c.nextSibling);if(!b||!Th(a,b)){a.effectTag=a.effectTag&-1025|2;Qh=!1;Oh=a;return}Rh(Oh,c)}Oh=a;Ph=Jd(b.firstChild)}else a.effectTag=a.effectTag&-1025|2,Qh=!1,Oh=a}}function Vh(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&13!==a.tag;)a=a.return;Oh=a}\nfunction Wh(a){if(a!==Oh)return!1;if(!Qh)return Vh(a),Qh=!0,!1;var b=a.type;if(5!==a.tag||\"head\"!==b&&\"body\"!==b&&!Gd(b,a.memoizedProps))for(b=Ph;b;)Rh(a,b),b=Jd(b.nextSibling);Vh(a);if(13===a.tag){a=a.memoizedState;a=null!==a?a.dehydrated:null;if(!a)throw Error(u(317));a:{a=a.nextSibling;for(b=0;a;){if(8===a.nodeType){var c=a.data;if(c===Ad){if(0===b){Ph=Jd(a.nextSibling);break a}b--}else c!==zd&&c!==Cd&&c!==Bd||b++}a=a.nextSibling}Ph=null}}else Ph=Oh?Jd(a.stateNode.nextSibling):null;return!0}\nfunction Xh(){Ph=Oh=null;Qh=!1}var Yh=Wa.ReactCurrentOwner,rg=!1;function R(a,b,c,d){b.child=null===a?Yg(b,null,c,d):Xg(b,a.child,c,d)}function Zh(a,b,c,d,e){c=c.render;var f=b.ref;qg(b,e);d=oh(a,b,c,d,f,e);if(null!==a&&!rg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),$h(a,b,e);b.effectTag|=1;R(a,b,d,e);return b.child}\nfunction ai(a,b,c,d,e,f){if(null===a){var g=c.type;if(\"function\"===typeof g&&!bi(g)&&void 0===g.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.type=g,ci(a,b,g,d,e,f);a=Ug(c.type,null,d,null,b.mode,f);a.ref=b.ref;a.return=b;return b.child=a}g=a.child;if(e<f&&(e=g.memoizedProps,c=c.compare,c=null!==c?c:bf,c(e,d)&&a.ref===b.ref))return $h(a,b,f);b.effectTag|=1;a=Sg(g,d);a.ref=b.ref;a.return=b;return b.child=a}\nfunction ci(a,b,c,d,e,f){return null!==a&&bf(a.memoizedProps,d)&&a.ref===b.ref&&(rg=!1,e<f)?(b.expirationTime=a.expirationTime,$h(a,b,f)):di(a,b,c,d,f)}function ei(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function di(a,b,c,d,e){var f=L(c)?Bf:J.current;f=Cf(b,f);qg(b,e);c=oh(a,b,c,d,f,e);if(null!==a&&!rg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),$h(a,b,e);b.effectTag|=1;R(a,b,c,e);return b.child}\nfunction fi(a,b,c,d,e){if(L(c)){var f=!0;Gf(b)}else f=!1;qg(b,e);if(null===b.stateNode)null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),Lg(b,c,d),Ng(b,c,d,e),d=!0;else if(null===a){var g=b.stateNode,h=b.memoizedProps;g.props=h;var k=g.context,l=c.contextType;\"object\"===typeof l&&null!==l?l=sg(l):(l=L(c)?Bf:J.current,l=Cf(b,l));var m=c.getDerivedStateFromProps,p=\"function\"===typeof m||\"function\"===typeof g.getSnapshotBeforeUpdate;p||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\n\"function\"!==typeof g.componentWillReceiveProps||(h!==d||k!==l)&&Mg(b,g,d,l);tg=!1;var x=b.memoizedState;g.state=x;zg(b,d,g,e);k=b.memoizedState;h!==d||x!==k||K.current||tg?(\"function\"===typeof m&&(Fg(b,c,m,d),k=b.memoizedState),(h=tg||Kg(b,c,h,d,x,k,l))?(p||\"function\"!==typeof g.UNSAFE_componentWillMount&&\"function\"!==typeof g.componentWillMount||(\"function\"===typeof g.componentWillMount&&g.componentWillMount(),\"function\"===typeof g.UNSAFE_componentWillMount&&g.UNSAFE_componentWillMount()),\"function\"===\ntypeof g.componentDidMount&&(b.effectTag|=4)):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=k),g.props=d,g.state=k,g.context=l,d=h):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),d=!1)}else g=b.stateNode,vg(a,b),h=b.memoizedProps,g.props=b.type===b.elementType?h:ig(b.type,h),k=g.context,l=c.contextType,\"object\"===typeof l&&null!==l?l=sg(l):(l=L(c)?Bf:J.current,l=Cf(b,l)),m=c.getDerivedStateFromProps,(p=\"function\"===typeof m||\"function\"===\ntypeof g.getSnapshotBeforeUpdate)||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\"function\"!==typeof g.componentWillReceiveProps||(h!==d||k!==l)&&Mg(b,g,d,l),tg=!1,k=b.memoizedState,g.state=k,zg(b,d,g,e),x=b.memoizedState,h!==d||k!==x||K.current||tg?(\"function\"===typeof m&&(Fg(b,c,m,d),x=b.memoizedState),(m=tg||Kg(b,c,h,d,k,x,l))?(p||\"function\"!==typeof g.UNSAFE_componentWillUpdate&&\"function\"!==typeof g.componentWillUpdate||(\"function\"===typeof g.componentWillUpdate&&g.componentWillUpdate(d,\nx,l),\"function\"===typeof g.UNSAFE_componentWillUpdate&&g.UNSAFE_componentWillUpdate(d,x,l)),\"function\"===typeof g.componentDidUpdate&&(b.effectTag|=4),\"function\"===typeof g.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),b.memoizedProps=d,b.memoizedState=x),g.props=d,g.state=x,g.context=l,d=m):\n(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),d=!1);return gi(a,b,c,d,f,e)}\nfunction gi(a,b,c,d,e,f){ei(a,b);var g=0!==(b.effectTag&64);if(!d&&!g)return e&&Hf(b,c,!1),$h(a,b,f);d=b.stateNode;Yh.current=b;var h=g&&\"function\"!==typeof c.getDerivedStateFromError?null:d.render();b.effectTag|=1;null!==a&&g?(b.child=Xg(b,a.child,null,f),b.child=Xg(b,null,h,f)):R(a,b,h,f);b.memoizedState=d.state;e&&Hf(b,c,!0);return b.child}function hi(a){var b=a.stateNode;b.pendingContext?Ef(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Ef(a,b.context,!1);dh(a,b.containerInfo)}\nvar ii={dehydrated:null,retryTime:0};\nfunction ji(a,b,c){var d=b.mode,e=b.pendingProps,f=M.current,g=!1,h;(h=0!==(b.effectTag&64))||(h=0!==(f&2)&&(null===a||null!==a.memoizedState));h?(g=!0,b.effectTag&=-65):null!==a&&null===a.memoizedState||void 0===e.fallback||!0===e.unstable_avoidThisFallback||(f|=1);I(M,f&1);if(null===a){void 0!==e.fallback&&Uh(b);if(g){g=e.fallback;e=Wg(null,d,0,null);e.return=b;if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=Wg(g,d,c,null);c.return=\nb;e.sibling=c;b.memoizedState=ii;b.child=e;return c}d=e.children;b.memoizedState=null;return b.child=Yg(b,null,d,c)}if(null!==a.memoizedState){a=a.child;d=a.sibling;if(g){e=e.fallback;c=Sg(a,a.pendingProps);c.return=b;if(0===(b.mode&2)&&(g=null!==b.memoizedState?b.child.child:b.child,g!==a.child))for(c.child=g;null!==g;)g.return=c,g=g.sibling;d=Sg(d,e);d.return=b;c.sibling=d;c.childExpirationTime=0;b.memoizedState=ii;b.child=c;return d}c=Xg(b,a.child,e.children,c);b.memoizedState=null;return b.child=\nc}a=a.child;if(g){g=e.fallback;e=Wg(null,d,0,null);e.return=b;e.child=a;null!==a&&(a.return=e);if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=Wg(g,d,c,null);c.return=b;e.sibling=c;c.effectTag|=2;e.childExpirationTime=0;b.memoizedState=ii;b.child=e;return c}b.memoizedState=null;return b.child=Xg(b,a,e.children,c)}\nfunction ki(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);pg(a.return,b)}function li(a,b,c,d,e,f){var g=a.memoizedState;null===g?a.memoizedState={isBackwards:b,rendering:null,renderingStartTime:0,last:d,tail:c,tailExpiration:0,tailMode:e,lastEffect:f}:(g.isBackwards=b,g.rendering=null,g.renderingStartTime=0,g.last=d,g.tail=c,g.tailExpiration=0,g.tailMode=e,g.lastEffect=f)}\nfunction mi(a,b,c){var d=b.pendingProps,e=d.revealOrder,f=d.tail;R(a,b,d.children,c);d=M.current;if(0!==(d&2))d=d&1|2,b.effectTag|=64;else{if(null!==a&&0!==(a.effectTag&64))a:for(a=b.child;null!==a;){if(13===a.tag)null!==a.memoizedState&&ki(a,c);else if(19===a.tag)ki(a,c);else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===b)break a;for(;null===a.sibling;){if(null===a.return||a.return===b)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}d&=1}I(M,d);if(0===(b.mode&2))b.memoizedState=\nnull;else switch(e){case \"forwards\":c=b.child;for(e=null;null!==c;)a=c.alternate,null!==a&&null===hh(a)&&(e=c),c=c.sibling;c=e;null===c?(e=b.child,b.child=null):(e=c.sibling,c.sibling=null);li(b,!1,e,c,f,b.lastEffect);break;case \"backwards\":c=null;e=b.child;for(b.child=null;null!==e;){a=e.alternate;if(null!==a&&null===hh(a)){b.child=e;break}a=e.sibling;e.sibling=c;c=e;e=a}li(b,!0,c,null,f,b.lastEffect);break;case \"together\":li(b,!1,null,null,void 0,b.lastEffect);break;default:b.memoizedState=null}return b.child}\nfunction $h(a,b,c){null!==a&&(b.dependencies=a.dependencies);var d=b.expirationTime;0!==d&&Bg(d);if(b.childExpirationTime<c)return null;if(null!==a&&b.child!==a.child)throw Error(u(153));if(null!==b.child){a=b.child;c=Sg(a,a.pendingProps);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Sg(a,a.pendingProps),c.return=b;c.sibling=null}return b.child}var ni,oi,pi,qi;\nni=function(a,b){for(var c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;continue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)return;c=c.return}c.sibling.return=c.return;c=c.sibling}};oi=function(){};\npi=function(a,b,c,d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;ch($g.current);a=null;switch(c){case \"input\":f=zb(g,f);d=zb(g,d);a=[];break;case \"option\":f=Gb(g,f);d=Gb(g,d);a=[];break;case \"select\":f=n({},f,{value:void 0});d=n({},d,{value:void 0});a=[];break;case \"textarea\":f=Ib(g,f);d=Ib(g,d);a=[];break;default:\"function\"!==typeof f.onClick&&\"function\"===typeof d.onClick&&(g.onclick=sd)}od(c,d);var h,k;c=null;for(h in f)if(!d.hasOwnProperty(h)&&f.hasOwnProperty(h)&&null!=f[h])if(\"style\"===\nh)for(k in g=f[h],g)g.hasOwnProperty(k)&&(c||(c={}),c[k]=\"\");else\"dangerouslySetInnerHTML\"!==h&&\"children\"!==h&&\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&\"autoFocus\"!==h&&(va.hasOwnProperty(h)?a||(a=[]):(a=a||[]).push(h,null));for(h in d){var l=d[h];g=null!=f?f[h]:void 0;if(d.hasOwnProperty(h)&&l!==g&&(null!=l||null!=g))if(\"style\"===h)if(g){for(k in g)!g.hasOwnProperty(k)||l&&l.hasOwnProperty(k)||(c||(c={}),c[k]=\"\");for(k in l)l.hasOwnProperty(k)&&g[k]!==l[k]&&(c||(c={}),\nc[k]=l[k])}else c||(a||(a=[]),a.push(h,c)),c=l;else\"dangerouslySetInnerHTML\"===h?(l=l?l.__html:void 0,g=g?g.__html:void 0,null!=l&&g!==l&&(a=a||[]).push(h,l)):\"children\"===h?g===l||\"string\"!==typeof l&&\"number\"!==typeof l||(a=a||[]).push(h,\"\"+l):\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&(va.hasOwnProperty(h)?(null!=l&&rd(e,h),a||g===l||(a=[])):(a=a||[]).push(h,l))}c&&(a=a||[]).push(\"style\",c);e=a;if(b.updateQueue=e)b.effectTag|=4}};\nqi=function(a,b,c,d){c!==d&&(b.effectTag|=4)};function ri(a,b){switch(a.tailMode){case \"hidden\":b=a.tail;for(var c=null;null!==b;)null!==b.alternate&&(c=b),b=b.sibling;null===c?a.tail=null:c.sibling=null;break;case \"collapsed\":c=a.tail;for(var d=null;null!==c;)null!==c.alternate&&(d=c),c=c.sibling;null===d?b||null===a.tail?a.tail=null:a.tail.sibling=null:d.sibling=null}}\nfunction si(a,b,c){var d=b.pendingProps;switch(b.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return L(b.type)&&Df(),null;case 3:return eh(),H(K),H(J),c=b.stateNode,c.pendingContext&&(c.context=c.pendingContext,c.pendingContext=null),null!==a&&null!==a.child||!Wh(b)||(b.effectTag|=4),oi(b),null;case 5:gh(b);c=ch(bh.current);var e=b.type;if(null!==a&&null!=b.stateNode)pi(a,b,e,d,c),a.ref!==b.ref&&(b.effectTag|=128);else{if(!d){if(null===b.stateNode)throw Error(u(166));\nreturn null}a=ch($g.current);if(Wh(b)){d=b.stateNode;e=b.type;var f=b.memoizedProps;d[Md]=b;d[Nd]=f;switch(e){case \"iframe\":case \"object\":case \"embed\":F(\"load\",d);break;case \"video\":case \"audio\":for(a=0;a<ac.length;a++)F(ac[a],d);break;case \"source\":F(\"error\",d);break;case \"img\":case \"image\":case \"link\":F(\"error\",d);F(\"load\",d);break;case \"form\":F(\"reset\",d);F(\"submit\",d);break;case \"details\":F(\"toggle\",d);break;case \"input\":Ab(d,f);F(\"invalid\",d);rd(c,\"onChange\");break;case \"select\":d._wrapperState=\n{wasMultiple:!!f.multiple};F(\"invalid\",d);rd(c,\"onChange\");break;case \"textarea\":Jb(d,f),F(\"invalid\",d),rd(c,\"onChange\")}od(e,f);a=null;for(var g in f)if(f.hasOwnProperty(g)){var h=f[g];\"children\"===g?\"string\"===typeof h?d.textContent!==h&&(a=[\"children\",h]):\"number\"===typeof h&&d.textContent!==\"\"+h&&(a=[\"children\",\"\"+h]):va.hasOwnProperty(g)&&null!=h&&rd(c,g)}switch(e){case \"input\":xb(d);Eb(d,f,!0);break;case \"textarea\":xb(d);Lb(d);break;case \"select\":case \"option\":break;default:\"function\"===typeof f.onClick&&\n(d.onclick=sd)}c=a;b.updateQueue=c;null!==c&&(b.effectTag|=4)}else{g=9===c.nodeType?c:c.ownerDocument;a===qd&&(a=Nb(e));a===qd?\"script\"===e?(a=g.createElement(\"div\"),a.innerHTML=\"<script>\\x3c/script>\",a=a.removeChild(a.firstChild)):\"string\"===typeof d.is?a=g.createElement(e,{is:d.is}):(a=g.createElement(e),\"select\"===e&&(g=a,d.multiple?g.multiple=!0:d.size&&(g.size=d.size))):a=g.createElementNS(a,e);a[Md]=b;a[Nd]=d;ni(a,b,!1,!1);b.stateNode=a;g=pd(e,d);switch(e){case \"iframe\":case \"object\":case \"embed\":F(\"load\",\na);h=d;break;case \"video\":case \"audio\":for(h=0;h<ac.length;h++)F(ac[h],a);h=d;break;case \"source\":F(\"error\",a);h=d;break;case \"img\":case \"image\":case \"link\":F(\"error\",a);F(\"load\",a);h=d;break;case \"form\":F(\"reset\",a);F(\"submit\",a);h=d;break;case \"details\":F(\"toggle\",a);h=d;break;case \"input\":Ab(a,d);h=zb(a,d);F(\"invalid\",a);rd(c,\"onChange\");break;case \"option\":h=Gb(a,d);break;case \"select\":a._wrapperState={wasMultiple:!!d.multiple};h=n({},d,{value:void 0});F(\"invalid\",a);rd(c,\"onChange\");break;case \"textarea\":Jb(a,\nd);h=Ib(a,d);F(\"invalid\",a);rd(c,\"onChange\");break;default:h=d}od(e,h);var k=h;for(f in k)if(k.hasOwnProperty(f)){var l=k[f];\"style\"===f?md(a,l):\"dangerouslySetInnerHTML\"===f?(l=l?l.__html:void 0,null!=l&&Qb(a,l)):\"children\"===f?\"string\"===typeof l?(\"textarea\"!==e||\"\"!==l)&&Rb(a,l):\"number\"===typeof l&&Rb(a,\"\"+l):\"suppressContentEditableWarning\"!==f&&\"suppressHydrationWarning\"!==f&&\"autoFocus\"!==f&&(va.hasOwnProperty(f)?null!=l&&rd(c,f):null!=l&&Xa(a,f,l,g))}switch(e){case \"input\":xb(a);Eb(a,d,!1);\nbreak;case \"textarea\":xb(a);Lb(a);break;case \"option\":null!=d.value&&a.setAttribute(\"value\",\"\"+rb(d.value));break;case \"select\":a.multiple=!!d.multiple;c=d.value;null!=c?Hb(a,!!d.multiple,c,!1):null!=d.defaultValue&&Hb(a,!!d.multiple,d.defaultValue,!0);break;default:\"function\"===typeof h.onClick&&(a.onclick=sd)}Fd(e,d)&&(b.effectTag|=4)}null!==b.ref&&(b.effectTag|=128)}return null;case 6:if(a&&null!=b.stateNode)qi(a,b,a.memoizedProps,d);else{if(\"string\"!==typeof d&&null===b.stateNode)throw Error(u(166));\nc=ch(bh.current);ch($g.current);Wh(b)?(c=b.stateNode,d=b.memoizedProps,c[Md]=b,c.nodeValue!==d&&(b.effectTag|=4)):(c=(9===c.nodeType?c:c.ownerDocument).createTextNode(d),c[Md]=b,b.stateNode=c)}return null;case 13:H(M);d=b.memoizedState;if(0!==(b.effectTag&64))return b.expirationTime=c,b;c=null!==d;d=!1;null===a?void 0!==b.memoizedProps.fallback&&Wh(b):(e=a.memoizedState,d=null!==e,c||null===e||(e=a.child.sibling,null!==e&&(f=b.firstEffect,null!==f?(b.firstEffect=e,e.nextEffect=f):(b.firstEffect=b.lastEffect=\ne,e.nextEffect=null),e.effectTag=8)));if(c&&!d&&0!==(b.mode&2))if(null===a&&!0!==b.memoizedProps.unstable_avoidThisFallback||0!==(M.current&1))S===ti&&(S=ui);else{if(S===ti||S===ui)S=vi;0!==wi&&null!==T&&(xi(T,U),yi(T,wi))}if(c||d)b.effectTag|=4;return null;case 4:return eh(),oi(b),null;case 10:return og(b),null;case 17:return L(b.type)&&Df(),null;case 19:H(M);d=b.memoizedState;if(null===d)return null;e=0!==(b.effectTag&64);f=d.rendering;if(null===f)if(e)ri(d,!1);else{if(S!==ti||null!==a&&0!==(a.effectTag&\n64))for(f=b.child;null!==f;){a=hh(f);if(null!==a){b.effectTag|=64;ri(d,!1);e=a.updateQueue;null!==e&&(b.updateQueue=e,b.effectTag|=4);null===d.lastEffect&&(b.firstEffect=null);b.lastEffect=d.lastEffect;for(d=b.child;null!==d;)e=d,f=c,e.effectTag&=2,e.nextEffect=null,e.firstEffect=null,e.lastEffect=null,a=e.alternate,null===a?(e.childExpirationTime=0,e.expirationTime=f,e.child=null,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null):(e.childExpirationTime=a.childExpirationTime,\ne.expirationTime=a.expirationTime,e.child=a.child,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,f=a.dependencies,e.dependencies=null===f?null:{expirationTime:f.expirationTime,firstContext:f.firstContext,responders:f.responders}),d=d.sibling;I(M,M.current&1|2);return b.child}f=f.sibling}}else{if(!e)if(a=hh(f),null!==a){if(b.effectTag|=64,e=!0,c=a.updateQueue,null!==c&&(b.updateQueue=c,b.effectTag|=4),ri(d,!0),null===d.tail&&\"hidden\"===d.tailMode&&!f.alternate)return b=\nb.lastEffect=d.lastEffect,null!==b&&(b.nextEffect=null),null}else 2*$f()-d.renderingStartTime>d.tailExpiration&&1<c&&(b.effectTag|=64,e=!0,ri(d,!1),b.expirationTime=b.childExpirationTime=c-1);d.isBackwards?(f.sibling=b.child,b.child=f):(c=d.last,null!==c?c.sibling=f:b.child=f,d.last=f)}return null!==d.tail?(0===d.tailExpiration&&(d.tailExpiration=$f()+500),c=d.tail,d.rendering=c,d.tail=c.sibling,d.lastEffect=b.lastEffect,d.renderingStartTime=$f(),c.sibling=null,b=M.current,I(M,e?b&1|2:b&1),c):null}throw Error(u(156,\nb.tag));}function zi(a){switch(a.tag){case 1:L(a.type)&&Df();var b=a.effectTag;return b&4096?(a.effectTag=b&-4097|64,a):null;case 3:eh();H(K);H(J);b=a.effectTag;if(0!==(b&64))throw Error(u(285));a.effectTag=b&-4097|64;return a;case 5:return gh(a),null;case 13:return H(M),b=a.effectTag,b&4096?(a.effectTag=b&-4097|64,a):null;case 19:return H(M),null;case 4:return eh(),null;case 10:return og(a),null;default:return null}}function Ai(a,b){return{value:a,source:b,stack:qb(b)}}\nvar Bi=\"function\"===typeof WeakSet?WeakSet:Set;function Ci(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=qb(c));null!==c&&pb(c.type);b=b.value;null!==a&&1===a.tag&&pb(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function Di(a,b){try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(c){Ei(a,c)}}function Fi(a){var b=a.ref;if(null!==b)if(\"function\"===typeof b)try{b(null)}catch(c){Ei(a,c)}else b.current=null}\nfunction Gi(a,b){switch(b.tag){case 0:case 11:case 15:case 22:return;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:ig(b.type,c),d);a.__reactInternalSnapshotBeforeUpdate=b}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(u(163));}\nfunction Hi(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.destroy;c.destroy=void 0;void 0!==d&&d()}c=c.next}while(c!==b)}}function Ii(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.create;c.destroy=d()}c=c.next}while(c!==b)}}\nfunction Ji(a,b,c){switch(c.tag){case 0:case 11:case 15:case 22:Ii(3,c);return;case 1:a=c.stateNode;if(c.effectTag&4)if(null===b)a.componentDidMount();else{var d=c.elementType===c.type?b.memoizedProps:ig(c.type,b.memoizedProps);a.componentDidUpdate(d,b.memoizedState,a.__reactInternalSnapshotBeforeUpdate)}b=c.updateQueue;null!==b&&Cg(c,b,a);return;case 3:b=c.updateQueue;if(null!==b){a=null;if(null!==c.child)switch(c.child.tag){case 5:a=c.child.stateNode;break;case 1:a=c.child.stateNode}Cg(c,b,a)}return;\ncase 5:a=c.stateNode;null===b&&c.effectTag&4&&Fd(c.type,c.memoizedProps)&&a.focus();return;case 6:return;case 4:return;case 12:return;case 13:null===c.memoizedState&&(c=c.alternate,null!==c&&(c=c.memoizedState,null!==c&&(c=c.dehydrated,null!==c&&Vc(c))));return;case 19:case 17:case 20:case 21:return}throw Error(u(163));}\nfunction Ki(a,b,c){\"function\"===typeof Li&&Li(b);switch(b.tag){case 0:case 11:case 14:case 15:case 22:a=b.updateQueue;if(null!==a&&(a=a.lastEffect,null!==a)){var d=a.next;cg(97<c?97:c,function(){var a=d;do{var c=a.destroy;if(void 0!==c){var g=b;try{c()}catch(h){Ei(g,h)}}a=a.next}while(a!==d)})}break;case 1:Fi(b);c=b.stateNode;\"function\"===typeof c.componentWillUnmount&&Di(b,c);break;case 5:Fi(b);break;case 4:Mi(a,b,c)}}\nfunction Ni(a){var b=a.alternate;a.return=null;a.child=null;a.memoizedState=null;a.updateQueue=null;a.dependencies=null;a.alternate=null;a.firstEffect=null;a.lastEffect=null;a.pendingProps=null;a.memoizedProps=null;a.stateNode=null;null!==b&&Ni(b)}function Oi(a){return 5===a.tag||3===a.tag||4===a.tag}\nfunction Pi(a){a:{for(var b=a.return;null!==b;){if(Oi(b)){var c=b;break a}b=b.return}throw Error(u(160));}b=c.stateNode;switch(c.tag){case 5:var d=!1;break;case 3:b=b.containerInfo;d=!0;break;case 4:b=b.containerInfo;d=!0;break;default:throw Error(u(161));}c.effectTag&16&&(Rb(b,\"\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||Oi(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&2)continue b;\nif(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}d?Qi(a,c,b):Ri(a,c,b)}\nfunction Qi(a,b,c){var d=a.tag,e=5===d||6===d;if(e)a=e?a.stateNode:a.stateNode.instance,b?8===c.nodeType?c.parentNode.insertBefore(a,b):c.insertBefore(a,b):(8===c.nodeType?(b=c.parentNode,b.insertBefore(a,c)):(b=c,b.appendChild(a)),c=c._reactRootContainer,null!==c&&void 0!==c||null!==b.onclick||(b.onclick=sd));else if(4!==d&&(a=a.child,null!==a))for(Qi(a,b,c),a=a.sibling;null!==a;)Qi(a,b,c),a=a.sibling}\nfunction Ri(a,b,c){var d=a.tag,e=5===d||6===d;if(e)a=e?a.stateNode:a.stateNode.instance,b?c.insertBefore(a,b):c.appendChild(a);else if(4!==d&&(a=a.child,null!==a))for(Ri(a,b,c),a=a.sibling;null!==a;)Ri(a,b,c),a=a.sibling}\nfunction Mi(a,b,c){for(var d=b,e=!1,f,g;;){if(!e){e=d.return;a:for(;;){if(null===e)throw Error(u(160));f=e.stateNode;switch(e.tag){case 5:g=!1;break a;case 3:f=f.containerInfo;g=!0;break a;case 4:f=f.containerInfo;g=!0;break a}e=e.return}e=!0}if(5===d.tag||6===d.tag){a:for(var h=a,k=d,l=c,m=k;;)if(Ki(h,m,l),null!==m.child&&4!==m.tag)m.child.return=m,m=m.child;else{if(m===k)break a;for(;null===m.sibling;){if(null===m.return||m.return===k)break a;m=m.return}m.sibling.return=m.return;m=m.sibling}g?(h=\nf,k=d.stateNode,8===h.nodeType?h.parentNode.removeChild(k):h.removeChild(k)):f.removeChild(d.stateNode)}else if(4===d.tag){if(null!==d.child){f=d.stateNode.containerInfo;g=!0;d.child.return=d;d=d.child;continue}}else if(Ki(a,d,c),null!==d.child){d.child.return=d;d=d.child;continue}if(d===b)break;for(;null===d.sibling;){if(null===d.return||d.return===b)return;d=d.return;4===d.tag&&(e=!1)}d.sibling.return=d.return;d=d.sibling}}\nfunction Si(a,b){switch(b.tag){case 0:case 11:case 14:case 15:case 22:Hi(3,b);return;case 1:return;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps,e=null!==a?a.memoizedProps:d;a=b.type;var f=b.updateQueue;b.updateQueue=null;if(null!==f){c[Nd]=d;\"input\"===a&&\"radio\"===d.type&&null!=d.name&&Bb(c,d);pd(a,e);b=pd(a,d);for(e=0;e<f.length;e+=2){var g=f[e],h=f[e+1];\"style\"===g?md(c,h):\"dangerouslySetInnerHTML\"===g?Qb(c,h):\"children\"===g?Rb(c,h):Xa(c,g,h,b)}switch(a){case \"input\":Cb(c,d);break;\ncase \"textarea\":Kb(c,d);break;case \"select\":b=c._wrapperState.wasMultiple,c._wrapperState.wasMultiple=!!d.multiple,a=d.value,null!=a?Hb(c,!!d.multiple,a,!1):b!==!!d.multiple&&(null!=d.defaultValue?Hb(c,!!d.multiple,d.defaultValue,!0):Hb(c,!!d.multiple,d.multiple?[]:\"\",!1))}}}return;case 6:if(null===b.stateNode)throw Error(u(162));b.stateNode.nodeValue=b.memoizedProps;return;case 3:b=b.stateNode;b.hydrate&&(b.hydrate=!1,Vc(b.containerInfo));return;case 12:return;case 13:c=b;null===b.memoizedState?\nd=!1:(d=!0,c=b.child,Ti=$f());if(null!==c)a:for(a=c;;){if(5===a.tag)f=a.stateNode,d?(f=f.style,\"function\"===typeof f.setProperty?f.setProperty(\"display\",\"none\",\"important\"):f.display=\"none\"):(f=a.stateNode,e=a.memoizedProps.style,e=void 0!==e&&null!==e&&e.hasOwnProperty(\"display\")?e.display:null,f.style.display=ld(\"display\",e));else if(6===a.tag)a.stateNode.nodeValue=d?\"\":a.memoizedProps;else if(13===a.tag&&null!==a.memoizedState&&null===a.memoizedState.dehydrated){f=a.child.sibling;f.return=a;a=\nf;continue}else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===c)break;for(;null===a.sibling;){if(null===a.return||a.return===c)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}Ui(b);return;case 19:Ui(b);return;case 17:return}throw Error(u(163));}function Ui(a){var b=a.updateQueue;if(null!==b){a.updateQueue=null;var c=a.stateNode;null===c&&(c=a.stateNode=new Bi);b.forEach(function(b){var d=Vi.bind(null,a,b);c.has(b)||(c.add(b),b.then(d,d))})}}\nvar Wi=\"function\"===typeof WeakMap?WeakMap:Map;function Xi(a,b,c){c=wg(c,null);c.tag=3;c.payload={element:null};var d=b.value;c.callback=function(){Yi||(Yi=!0,Zi=d);Ci(a,b)};return c}\nfunction $i(a,b,c){c=wg(c,null);c.tag=3;var d=a.type.getDerivedStateFromError;if(\"function\"===typeof d){var e=b.value;c.payload=function(){Ci(a,b);return d(e)}}var f=a.stateNode;null!==f&&\"function\"===typeof f.componentDidCatch&&(c.callback=function(){\"function\"!==typeof d&&(null===aj?aj=new Set([this]):aj.add(this),Ci(a,b));var c=b.stack;this.componentDidCatch(b.value,{componentStack:null!==c?c:\"\"})});return c}\nvar bj=Math.ceil,cj=Wa.ReactCurrentDispatcher,dj=Wa.ReactCurrentOwner,V=0,ej=8,fj=16,gj=32,ti=0,hj=1,ij=2,ui=3,vi=4,jj=5,W=V,T=null,X=null,U=0,S=ti,kj=null,lj=1073741823,mj=1073741823,nj=null,wi=0,oj=!1,Ti=0,pj=500,Y=null,Yi=!1,Zi=null,aj=null,qj=!1,rj=null,sj=90,tj=null,uj=0,vj=null,wj=0;function Gg(){return(W&(fj|gj))!==V?1073741821-($f()/10|0):0!==wj?wj:wj=1073741821-($f()/10|0)}\nfunction Hg(a,b,c){b=b.mode;if(0===(b&2))return 1073741823;var d=ag();if(0===(b&4))return 99===d?1073741823:1073741822;if((W&fj)!==V)return U;if(null!==c)a=hg(a,c.timeoutMs|0||5E3,250);else switch(d){case 99:a=1073741823;break;case 98:a=hg(a,150,100);break;case 97:case 96:a=hg(a,5E3,250);break;case 95:a=2;break;default:throw Error(u(326));}null!==T&&a===U&&--a;return a}\nfunction Ig(a,b){if(50<uj)throw uj=0,vj=null,Error(u(185));a=xj(a,b);if(null!==a){var c=ag();1073741823===b?(W&ej)!==V&&(W&(fj|gj))===V?yj(a):(Z(a),W===V&&gg()):Z(a);(W&4)===V||98!==c&&99!==c||(null===tj?tj=new Map([[a,b]]):(c=tj.get(a),(void 0===c||c>b)&&tj.set(a,b)))}}\nfunction xj(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=b);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}null!==e&&(T===e&&(Bg(b),S===vi&&xi(e,U)),yi(e,b));return e}\nfunction zj(a){var b=a.lastExpiredTime;if(0!==b)return b;b=a.firstPendingTime;if(!Aj(a,b))return b;var c=a.lastPingedTime;a=a.nextKnownPendingLevel;a=c>a?c:a;return 2>=a&&b!==a?0:a}\nfunction Z(a){if(0!==a.lastExpiredTime)a.callbackExpirationTime=1073741823,a.callbackPriority=99,a.callbackNode=eg(yj.bind(null,a));else{var b=zj(a),c=a.callbackNode;if(0===b)null!==c&&(a.callbackNode=null,a.callbackExpirationTime=0,a.callbackPriority=90);else{var d=Gg();1073741823===b?d=99:1===b||2===b?d=95:(d=10*(1073741821-b)-10*(1073741821-d),d=0>=d?99:250>=d?98:5250>=d?97:95);if(null!==c){var e=a.callbackPriority;if(a.callbackExpirationTime===b&&e>=d)return;c!==Tf&&Kf(c)}a.callbackExpirationTime=\nb;a.callbackPriority=d;b=1073741823===b?eg(yj.bind(null,a)):dg(d,Bj.bind(null,a),{timeout:10*(1073741821-b)-$f()});a.callbackNode=b}}}\nfunction Bj(a,b){wj=0;if(b)return b=Gg(),Cj(a,b),Z(a),null;var c=zj(a);if(0!==c){b=a.callbackNode;if((W&(fj|gj))!==V)throw Error(u(327));Dj();a===T&&c===U||Ej(a,c);if(null!==X){var d=W;W|=fj;var e=Fj();do try{Gj();break}catch(h){Hj(a,h)}while(1);ng();W=d;cj.current=e;if(S===hj)throw b=kj,Ej(a,c),xi(a,c),Z(a),b;if(null===X)switch(e=a.finishedWork=a.current.alternate,a.finishedExpirationTime=c,d=S,T=null,d){case ti:case hj:throw Error(u(345));case ij:Cj(a,2<c?2:c);break;case ui:xi(a,c);d=a.lastSuspendedTime;\nc===d&&(a.nextKnownPendingLevel=Ij(e));if(1073741823===lj&&(e=Ti+pj-$f(),10<e)){if(oj){var f=a.lastPingedTime;if(0===f||f>=c){a.lastPingedTime=c;Ej(a,c);break}}f=zj(a);if(0!==f&&f!==c)break;if(0!==d&&d!==c){a.lastPingedTime=d;break}a.timeoutHandle=Hd(Jj.bind(null,a),e);break}Jj(a);break;case vi:xi(a,c);d=a.lastSuspendedTime;c===d&&(a.nextKnownPendingLevel=Ij(e));if(oj&&(e=a.lastPingedTime,0===e||e>=c)){a.lastPingedTime=c;Ej(a,c);break}e=zj(a);if(0!==e&&e!==c)break;if(0!==d&&d!==c){a.lastPingedTime=\nd;break}1073741823!==mj?d=10*(1073741821-mj)-$f():1073741823===lj?d=0:(d=10*(1073741821-lj)-5E3,e=$f(),c=10*(1073741821-c)-e,d=e-d,0>d&&(d=0),d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3E3>d?3E3:4320>d?4320:1960*bj(d/1960))-d,c<d&&(d=c));if(10<d){a.timeoutHandle=Hd(Jj.bind(null,a),d);break}Jj(a);break;case jj:if(1073741823!==lj&&null!==nj){f=lj;var g=nj;d=g.busyMinDurationMs|0;0>=d?d=0:(e=g.busyDelayMs|0,f=$f()-(10*(1073741821-f)-(g.timeoutMs|0||5E3)),d=f<=e?0:e+d-f);if(10<d){xi(a,c);a.timeoutHandle=\nHd(Jj.bind(null,a),d);break}}Jj(a);break;default:throw Error(u(329));}Z(a);if(a.callbackNode===b)return Bj.bind(null,a)}}return null}\nfunction yj(a){var b=a.lastExpiredTime;b=0!==b?b:1073741823;if((W&(fj|gj))!==V)throw Error(u(327));Dj();a===T&&b===U||Ej(a,b);if(null!==X){var c=W;W|=fj;var d=Fj();do try{Kj();break}catch(e){Hj(a,e)}while(1);ng();W=c;cj.current=d;if(S===hj)throw c=kj,Ej(a,b),xi(a,b),Z(a),c;if(null!==X)throw Error(u(261));a.finishedWork=a.current.alternate;a.finishedExpirationTime=b;T=null;Jj(a);Z(a)}return null}function Lj(){if(null!==tj){var a=tj;tj=null;a.forEach(function(a,c){Cj(c,a);Z(c)});gg()}}\nfunction Mj(a,b){var c=W;W|=1;try{return a(b)}finally{W=c,W===V&&gg()}}function Nj(a,b){var c=W;W&=-2;W|=ej;try{return a(b)}finally{W=c,W===V&&gg()}}\nfunction Ej(a,b){a.finishedWork=null;a.finishedExpirationTime=0;var c=a.timeoutHandle;-1!==c&&(a.timeoutHandle=-1,Id(c));if(null!==X)for(c=X.return;null!==c;){var d=c;switch(d.tag){case 1:d=d.type.childContextTypes;null!==d&&void 0!==d&&Df();break;case 3:eh();H(K);H(J);break;case 5:gh(d);break;case 4:eh();break;case 13:H(M);break;case 19:H(M);break;case 10:og(d)}c=c.return}T=a;X=Sg(a.current,null);U=b;S=ti;kj=null;mj=lj=1073741823;nj=null;wi=0;oj=!1}\nfunction Hj(a,b){do{try{ng();jh.current=sh;if(mh)for(var c=N.memoizedState;null!==c;){var d=c.queue;null!==d&&(d.pending=null);c=c.next}lh=0;P=O=N=null;mh=!1;if(null===X||null===X.return)return S=hj,kj=b,X=null;a:{var e=a,f=X.return,g=X,h=b;b=U;g.effectTag|=2048;g.firstEffect=g.lastEffect=null;if(null!==h&&\"object\"===typeof h&&\"function\"===typeof h.then){var k=h;if(0===(g.mode&2)){var l=g.alternate;l?(g.updateQueue=l.updateQueue,g.memoizedState=l.memoizedState,g.expirationTime=l.expirationTime):(g.updateQueue=\nnull,g.memoizedState=null)}var m=0!==(M.current&1),p=f;do{var x;if(x=13===p.tag){var z=p.memoizedState;if(null!==z)x=null!==z.dehydrated?!0:!1;else{var ca=p.memoizedProps;x=void 0===ca.fallback?!1:!0!==ca.unstable_avoidThisFallback?!0:m?!1:!0}}if(x){var D=p.updateQueue;if(null===D){var t=new Set;t.add(k);p.updateQueue=t}else D.add(k);if(0===(p.mode&2)){p.effectTag|=64;g.effectTag&=-2981;if(1===g.tag)if(null===g.alternate)g.tag=17;else{var y=wg(1073741823,null);y.tag=2;xg(g,y)}g.expirationTime=1073741823;\nbreak a}h=void 0;g=b;var A=e.pingCache;null===A?(A=e.pingCache=new Wi,h=new Set,A.set(k,h)):(h=A.get(k),void 0===h&&(h=new Set,A.set(k,h)));if(!h.has(g)){h.add(g);var q=Oj.bind(null,e,k,g);k.then(q,q)}p.effectTag|=4096;p.expirationTime=b;break a}p=p.return}while(null!==p);h=Error((pb(g.type)||\"A React component\")+\" suspended while rendering, but no fallback UI was specified.\\n\\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.\"+qb(g))}S!==\njj&&(S=ij);h=Ai(h,g);p=f;do{switch(p.tag){case 3:k=h;p.effectTag|=4096;p.expirationTime=b;var B=Xi(p,k,b);yg(p,B);break a;case 1:k=h;var w=p.type,ub=p.stateNode;if(0===(p.effectTag&64)&&(\"function\"===typeof w.getDerivedStateFromError||null!==ub&&\"function\"===typeof ub.componentDidCatch&&(null===aj||!aj.has(ub)))){p.effectTag|=4096;p.expirationTime=b;var vb=$i(p,k,b);yg(p,vb);break a}}p=p.return}while(null!==p)}X=Pj(X)}catch(Xc){b=Xc;continue}break}while(1)}\nfunction Fj(){var a=cj.current;cj.current=sh;return null===a?sh:a}function Ag(a,b){a<lj&&2<a&&(lj=a);null!==b&&a<mj&&2<a&&(mj=a,nj=b)}function Bg(a){a>wi&&(wi=a)}function Kj(){for(;null!==X;)X=Qj(X)}function Gj(){for(;null!==X&&!Uf();)X=Qj(X)}function Qj(a){var b=Rj(a.alternate,a,U);a.memoizedProps=a.pendingProps;null===b&&(b=Pj(a));dj.current=null;return b}\nfunction Pj(a){X=a;do{var b=X.alternate;a=X.return;if(0===(X.effectTag&2048)){b=si(b,X,U);if(1===U||1!==X.childExpirationTime){for(var c=0,d=X.child;null!==d;){var e=d.expirationTime,f=d.childExpirationTime;e>c&&(c=e);f>c&&(c=f);d=d.sibling}X.childExpirationTime=c}if(null!==b)return b;null!==a&&0===(a.effectTag&2048)&&(null===a.firstEffect&&(a.firstEffect=X.firstEffect),null!==X.lastEffect&&(null!==a.lastEffect&&(a.lastEffect.nextEffect=X.firstEffect),a.lastEffect=X.lastEffect),1<X.effectTag&&(null!==\na.lastEffect?a.lastEffect.nextEffect=X:a.firstEffect=X,a.lastEffect=X))}else{b=zi(X);if(null!==b)return b.effectTag&=2047,b;null!==a&&(a.firstEffect=a.lastEffect=null,a.effectTag|=2048)}b=X.sibling;if(null!==b)return b;X=a}while(null!==X);S===ti&&(S=jj);return null}function Ij(a){var b=a.expirationTime;a=a.childExpirationTime;return b>a?b:a}function Jj(a){var b=ag();cg(99,Sj.bind(null,a,b));return null}\nfunction Sj(a,b){do Dj();while(null!==rj);if((W&(fj|gj))!==V)throw Error(u(327));var c=a.finishedWork,d=a.finishedExpirationTime;if(null===c)return null;a.finishedWork=null;a.finishedExpirationTime=0;if(c===a.current)throw Error(u(177));a.callbackNode=null;a.callbackExpirationTime=0;a.callbackPriority=90;a.nextKnownPendingLevel=0;var e=Ij(c);a.firstPendingTime=e;d<=a.lastSuspendedTime?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:d<=a.firstSuspendedTime&&(a.firstSuspendedTime=\nd-1);d<=a.lastPingedTime&&(a.lastPingedTime=0);d<=a.lastExpiredTime&&(a.lastExpiredTime=0);a===T&&(X=T=null,U=0);1<c.effectTag?null!==c.lastEffect?(c.lastEffect.nextEffect=c,e=c.firstEffect):e=c:e=c.firstEffect;if(null!==e){var f=W;W|=gj;dj.current=null;Dd=fd;var g=xd();if(yd(g)){if(\"selectionStart\"in g)var h={start:g.selectionStart,end:g.selectionEnd};else a:{h=(h=g.ownerDocument)&&h.defaultView||window;var k=h.getSelection&&h.getSelection();if(k&&0!==k.rangeCount){h=k.anchorNode;var l=k.anchorOffset,\nm=k.focusNode;k=k.focusOffset;try{h.nodeType,m.nodeType}catch(wb){h=null;break a}var p=0,x=-1,z=-1,ca=0,D=0,t=g,y=null;b:for(;;){for(var A;;){t!==h||0!==l&&3!==t.nodeType||(x=p+l);t!==m||0!==k&&3!==t.nodeType||(z=p+k);3===t.nodeType&&(p+=t.nodeValue.length);if(null===(A=t.firstChild))break;y=t;t=A}for(;;){if(t===g)break b;y===h&&++ca===l&&(x=p);y===m&&++D===k&&(z=p);if(null!==(A=t.nextSibling))break;t=y;y=t.parentNode}t=A}h=-1===x||-1===z?null:{start:x,end:z}}else h=null}h=h||{start:0,end:0}}else h=\nnull;Ed={activeElementDetached:null,focusedElem:g,selectionRange:h};fd=!1;Y=e;do try{Tj()}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);Y=e;do try{for(g=a,h=b;null!==Y;){var q=Y.effectTag;q&16&&Rb(Y.stateNode,\"\");if(q&128){var B=Y.alternate;if(null!==B){var w=B.ref;null!==w&&(\"function\"===typeof w?w(null):w.current=null)}}switch(q&1038){case 2:Pi(Y);Y.effectTag&=-3;break;case 6:Pi(Y);Y.effectTag&=-3;Si(Y.alternate,Y);break;case 1024:Y.effectTag&=-1025;break;case 1028:Y.effectTag&=\n-1025;Si(Y.alternate,Y);break;case 4:Si(Y.alternate,Y);break;case 8:l=Y,Mi(g,l,h),Ni(l)}Y=Y.nextEffect}}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);w=Ed;B=xd();q=w.focusedElem;h=w.selectionRange;if(B!==q&&q&&q.ownerDocument&&wd(q.ownerDocument.documentElement,q)){null!==h&&yd(q)&&(B=h.start,w=h.end,void 0===w&&(w=B),\"selectionStart\"in q?(q.selectionStart=B,q.selectionEnd=Math.min(w,q.value.length)):(w=(B=q.ownerDocument||document)&&B.defaultView||window,w.getSelection&&\n(w=w.getSelection(),l=q.textContent.length,g=Math.min(h.start,l),h=void 0===h.end?g:Math.min(h.end,l),!w.extend&&g>h&&(l=h,h=g,g=l),l=vd(q,g),m=vd(q,h),l&&m&&(1!==w.rangeCount||w.anchorNode!==l.node||w.anchorOffset!==l.offset||w.focusNode!==m.node||w.focusOffset!==m.offset)&&(B=B.createRange(),B.setStart(l.node,l.offset),w.removeAllRanges(),g>h?(w.addRange(B),w.extend(m.node,m.offset)):(B.setEnd(m.node,m.offset),w.addRange(B))))));B=[];for(w=q;w=w.parentNode;)1===w.nodeType&&B.push({element:w,left:w.scrollLeft,\ntop:w.scrollTop});\"function\"===typeof q.focus&&q.focus();for(q=0;q<B.length;q++)w=B[q],w.element.scrollLeft=w.left,w.element.scrollTop=w.top}fd=!!Dd;Ed=Dd=null;a.current=c;Y=e;do try{for(q=a;null!==Y;){var ub=Y.effectTag;ub&36&&Ji(q,Y.alternate,Y);if(ub&128){B=void 0;var vb=Y.ref;if(null!==vb){var Xc=Y.stateNode;switch(Y.tag){case 5:B=Xc;break;default:B=Xc}\"function\"===typeof vb?vb(B):vb.current=B}}Y=Y.nextEffect}}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);Y=\nnull;Vf();W=f}else a.current=c;if(qj)qj=!1,rj=a,sj=b;else for(Y=e;null!==Y;)b=Y.nextEffect,Y.nextEffect=null,Y=b;b=a.firstPendingTime;0===b&&(aj=null);1073741823===b?a===vj?uj++:(uj=0,vj=a):uj=0;\"function\"===typeof Uj&&Uj(c.stateNode,d);Z(a);if(Yi)throw Yi=!1,a=Zi,Zi=null,a;if((W&ej)!==V)return null;gg();return null}function Tj(){for(;null!==Y;){var a=Y.effectTag;0!==(a&256)&&Gi(Y.alternate,Y);0===(a&512)||qj||(qj=!0,dg(97,function(){Dj();return null}));Y=Y.nextEffect}}\nfunction Dj(){if(90!==sj){var a=97<sj?97:sj;sj=90;return cg(a,Vj)}}function Vj(){if(null===rj)return!1;var a=rj;rj=null;if((W&(fj|gj))!==V)throw Error(u(331));var b=W;W|=gj;for(a=a.current.firstEffect;null!==a;){try{var c=a;if(0!==(c.effectTag&512))switch(c.tag){case 0:case 11:case 15:case 22:Hi(5,c),Ii(5,c)}}catch(d){if(null===a)throw Error(u(330));Ei(a,d)}c=a.nextEffect;a.nextEffect=null;a=c}W=b;gg();return!0}\nfunction Wj(a,b,c){b=Ai(c,b);b=Xi(a,b,1073741823);xg(a,b);a=xj(a,1073741823);null!==a&&Z(a)}function Ei(a,b){if(3===a.tag)Wj(a,a,b);else for(var c=a.return;null!==c;){if(3===c.tag){Wj(c,a,b);break}else if(1===c.tag){var d=c.stateNode;if(\"function\"===typeof c.type.getDerivedStateFromError||\"function\"===typeof d.componentDidCatch&&(null===aj||!aj.has(d))){a=Ai(b,a);a=$i(c,a,1073741823);xg(c,a);c=xj(c,1073741823);null!==c&&Z(c);break}}c=c.return}}\nfunction Oj(a,b,c){var d=a.pingCache;null!==d&&d.delete(b);T===a&&U===c?S===vi||S===ui&&1073741823===lj&&$f()-Ti<pj?Ej(a,U):oj=!0:Aj(a,c)&&(b=a.lastPingedTime,0!==b&&b<c||(a.lastPingedTime=c,Z(a)))}function Vi(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=0;0===b&&(b=Gg(),b=Hg(b,a,null));a=xj(a,b);null!==a&&Z(a)}var Rj;\nRj=function(a,b,c){var d=b.expirationTime;if(null!==a){var e=b.pendingProps;if(a.memoizedProps!==e||K.current)rg=!0;else{if(d<c){rg=!1;switch(b.tag){case 3:hi(b);Xh();break;case 5:fh(b);if(b.mode&4&&1!==c&&e.hidden)return b.expirationTime=b.childExpirationTime=1,null;break;case 1:L(b.type)&&Gf(b);break;case 4:dh(b,b.stateNode.containerInfo);break;case 10:d=b.memoizedProps.value;e=b.type._context;I(jg,e._currentValue);e._currentValue=d;break;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime;\nif(0!==d&&d>=c)return ji(a,b,c);I(M,M.current&1);b=$h(a,b,c);return null!==b?b.sibling:null}I(M,M.current&1);break;case 19:d=b.childExpirationTime>=c;if(0!==(a.effectTag&64)){if(d)return mi(a,b,c);b.effectTag|=64}e=b.memoizedState;null!==e&&(e.rendering=null,e.tail=null);I(M,M.current);if(!d)return null}return $h(a,b,c)}rg=!1}}else rg=!1;b.expirationTime=0;switch(b.tag){case 2:d=b.type;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;e=Cf(b,J.current);qg(b,c);e=oh(null,\nb,d,a,e,c);b.effectTag|=1;if(\"object\"===typeof e&&null!==e&&\"function\"===typeof e.render&&void 0===e.$$typeof){b.tag=1;b.memoizedState=null;b.updateQueue=null;if(L(d)){var f=!0;Gf(b)}else f=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;ug(b);var g=d.getDerivedStateFromProps;\"function\"===typeof g&&Fg(b,d,g,a);e.updater=Jg;b.stateNode=e;e._reactInternalFiber=b;Ng(b,d,a,c);b=gi(null,b,d,!0,f,c)}else b.tag=0,R(null,b,e,c),b=b.child;return b;case 16:a:{e=b.elementType;null!==a&&(a.alternate=\nnull,b.alternate=null,b.effectTag|=2);a=b.pendingProps;ob(e);if(1!==e._status)throw e._result;e=e._result;b.type=e;f=b.tag=Xj(e);a=ig(e,a);switch(f){case 0:b=di(null,b,e,a,c);break a;case 1:b=fi(null,b,e,a,c);break a;case 11:b=Zh(null,b,e,a,c);break a;case 14:b=ai(null,b,e,ig(e.type,a),d,c);break a}throw Error(u(306,e,\"\"));}return b;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),di(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),fi(a,b,d,e,c);\ncase 3:hi(b);d=b.updateQueue;if(null===a||null===d)throw Error(u(282));d=b.pendingProps;e=b.memoizedState;e=null!==e?e.element:null;vg(a,b);zg(b,d,null,c);d=b.memoizedState.element;if(d===e)Xh(),b=$h(a,b,c);else{if(e=b.stateNode.hydrate)Ph=Jd(b.stateNode.containerInfo.firstChild),Oh=b,e=Qh=!0;if(e)for(c=Yg(b,null,d,c),b.child=c;c;)c.effectTag=c.effectTag&-3|1024,c=c.sibling;else R(a,b,d,c),Xh();b=b.child}return b;case 5:return fh(b),null===a&&Uh(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps:\nnull,g=e.children,Gd(d,e)?g=null:null!==f&&Gd(d,f)&&(b.effectTag|=16),ei(a,b),b.mode&4&&1!==c&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(R(a,b,g,c),b=b.child),b;case 6:return null===a&&Uh(b),null;case 13:return ji(a,b,c);case 4:return dh(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Xg(b,null,d,c):R(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),Zh(a,b,d,e,c);case 7:return R(a,b,b.pendingProps,c),b.child;case 8:return R(a,\nb,b.pendingProps.children,c),b.child;case 12:return R(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;g=b.memoizedProps;f=e.value;var h=b.type._context;I(jg,h._currentValue);h._currentValue=f;if(null!==g)if(h=g.value,f=$e(h,f)?0:(\"function\"===typeof d._calculateChangedBits?d._calculateChangedBits(h,f):1073741823)|0,0===f){if(g.children===e.children&&!K.current){b=$h(a,b,c);break a}}else for(h=b.child,null!==h&&(h.return=b);null!==h;){var k=h.dependencies;if(null!==\nk){g=h.child;for(var l=k.firstContext;null!==l;){if(l.context===d&&0!==(l.observedBits&f)){1===h.tag&&(l=wg(c,null),l.tag=2,xg(h,l));h.expirationTime<c&&(h.expirationTime=c);l=h.alternate;null!==l&&l.expirationTime<c&&(l.expirationTime=c);pg(h.return,c);k.expirationTime<c&&(k.expirationTime=c);break}l=l.next}}else g=10===h.tag?h.type===b.type?null:h.child:h.child;if(null!==g)g.return=h;else for(g=h;null!==g;){if(g===b){g=null;break}h=g.sibling;if(null!==h){h.return=g.return;g=h;break}g=g.return}h=\ng}R(a,b,e.children,c);b=b.child}return b;case 9:return e=b.type,f=b.pendingProps,d=f.children,qg(b,c),e=sg(e,f.unstable_observedBits),d=d(e),b.effectTag|=1,R(a,b,d,c),b.child;case 14:return e=b.type,f=ig(e,b.pendingProps),f=ig(e.type,f),ai(a,b,e,f,d,c);case 15:return ci(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),b.tag=1,L(d)?(a=!0,Gf(b)):a=!1,qg(b,c),Lg(b,d,e),Ng(b,d,e,c),gi(null,\nb,d,!0,a,c);case 19:return mi(a,b,c)}throw Error(u(156,b.tag));};var Uj=null,Li=null;function Yj(a){if(\"undefined\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Uj=function(a){try{b.onCommitFiberRoot(c,a,void 0,64===(a.current.effectTag&64))}catch(e){}};Li=function(a){try{b.onCommitFiberUnmount(c,a)}catch(e){}}}catch(d){}return!0}\nfunction Zj(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function Sh(a,b,c,d){return new Zj(a,b,c,d)}\nfunction bi(a){a=a.prototype;return!(!a||!a.isReactComponent)}function Xj(a){if(\"function\"===typeof a)return bi(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===gb)return 11;if(a===jb)return 14}return 2}\nfunction Sg(a,b){var c=a.alternate;null===c?(c=Sh(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.effectTag=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;b=a.dependencies;c.dependencies=null===b?null:{expirationTime:b.expirationTime,\nfirstContext:b.firstContext,responders:b.responders};c.sibling=a.sibling;c.index=a.index;c.ref=a.ref;return c}\nfunction Ug(a,b,c,d,e,f){var g=2;d=a;if(\"function\"===typeof a)bi(a)&&(g=1);else if(\"string\"===typeof a)g=5;else a:switch(a){case ab:return Wg(c.children,e,f,b);case fb:g=8;e|=7;break;case bb:g=8;e|=1;break;case cb:return a=Sh(12,c,b,e|8),a.elementType=cb,a.type=cb,a.expirationTime=f,a;case hb:return a=Sh(13,c,b,e),a.type=hb,a.elementType=hb,a.expirationTime=f,a;case ib:return a=Sh(19,c,b,e),a.elementType=ib,a.expirationTime=f,a;default:if(\"object\"===typeof a&&null!==a)switch(a.$$typeof){case db:g=\n10;break a;case eb:g=9;break a;case gb:g=11;break a;case jb:g=14;break a;case kb:g=16;d=null;break a;case lb:g=22;break a}throw Error(u(130,null==a?a:typeof a,\"\"));}b=Sh(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=f;return b}function Wg(a,b,c,d){a=Sh(7,a,d,b);a.expirationTime=c;return a}function Tg(a,b,c){a=Sh(6,a,null,b);a.expirationTime=c;return a}\nfunction Vg(a,b,c){b=Sh(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}\nfunction ak(a,b,c){this.tag=b;this.current=null;this.containerInfo=a;this.pingCache=this.pendingChildren=null;this.finishedExpirationTime=0;this.finishedWork=null;this.timeoutHandle=-1;this.pendingContext=this.context=null;this.hydrate=c;this.callbackNode=null;this.callbackPriority=90;this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}\nfunction Aj(a,b){var c=a.firstSuspendedTime;a=a.lastSuspendedTime;return 0!==c&&c>=b&&a<=b}function xi(a,b){var c=a.firstSuspendedTime,d=a.lastSuspendedTime;c<b&&(a.firstSuspendedTime=b);if(d>b||0===c)a.lastSuspendedTime=b;b<=a.lastPingedTime&&(a.lastPingedTime=0);b<=a.lastExpiredTime&&(a.lastExpiredTime=0)}\nfunction yi(a,b){b>a.firstPendingTime&&(a.firstPendingTime=b);var c=a.firstSuspendedTime;0!==c&&(b>=c?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:b>=a.lastSuspendedTime&&(a.lastSuspendedTime=b+1),b>a.nextKnownPendingLevel&&(a.nextKnownPendingLevel=b))}function Cj(a,b){var c=a.lastExpiredTime;if(0===c||c>b)a.lastExpiredTime=b}\nfunction bk(a,b,c,d){var e=b.current,f=Gg(),g=Dg.suspense;f=Hg(f,e,g);a:if(c){c=c._reactInternalFiber;b:{if(dc(c)!==c||1!==c.tag)throw Error(u(170));var h=c;do{switch(h.tag){case 3:h=h.stateNode.context;break b;case 1:if(L(h.type)){h=h.stateNode.__reactInternalMemoizedMergedChildContext;break b}}h=h.return}while(null!==h);throw Error(u(171));}if(1===c.tag){var k=c.type;if(L(k)){c=Ff(c,k,h);break a}}c=h}else c=Af;null===b.context?b.context=c:b.pendingContext=c;b=wg(f,g);b.payload={element:a};d=void 0===\nd?null:d;null!==d&&(b.callback=d);xg(e,b);Ig(e,f);return f}function ck(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function dk(a,b){a=a.memoizedState;null!==a&&null!==a.dehydrated&&a.retryTime<b&&(a.retryTime=b)}function ek(a,b){dk(a,b);(a=a.alternate)&&dk(a,b)}\nfunction fk(a,b,c){c=null!=c&&!0===c.hydrate;var d=new ak(a,b,c),e=Sh(3,null,null,2===b?7:1===b?3:0);d.current=e;e.stateNode=d;ug(e);a[Od]=d.current;c&&0!==b&&Jc(a,9===a.nodeType?a:a.ownerDocument);this._internalRoot=d}fk.prototype.render=function(a){bk(a,this._internalRoot,null,null)};fk.prototype.unmount=function(){var a=this._internalRoot,b=a.containerInfo;bk(null,a,null,function(){b[Od]=null})};\nfunction gk(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\" react-mount-point-unstable \"!==a.nodeValue))}function hk(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\"data-reactroot\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new fk(a,0,b?{hydrate:!0}:void 0)}\nfunction ik(a,b,c,d,e){var f=c._reactRootContainer;if(f){var g=f._internalRoot;if(\"function\"===typeof e){var h=e;e=function(){var a=ck(g);h.call(a)}}bk(b,g,a,e)}else{f=c._reactRootContainer=hk(c,d);g=f._internalRoot;if(\"function\"===typeof e){var k=e;e=function(){var a=ck(g);k.call(a)}}Nj(function(){bk(b,g,a,e)})}return ck(g)}function jk(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:$a,key:null==d?null:\"\"+d,children:a,containerInfo:b,implementation:c}}\nwc=function(a){if(13===a.tag){var b=hg(Gg(),150,100);Ig(a,b);ek(a,b)}};xc=function(a){13===a.tag&&(Ig(a,3),ek(a,3))};yc=function(a){if(13===a.tag){var b=Gg();b=Hg(b,a,null);Ig(a,b);ek(a,b)}};\nza=function(a,b,c){switch(b){case \"input\":Cb(a,c);b=c.name;if(\"radio\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll(\"input[name=\"+JSON.stringify(\"\"+b)+'][type=\"radio\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Qd(d);if(!e)throw Error(u(90));yb(d);Cb(d,e)}}}break;case \"textarea\":Kb(a,c);break;case \"select\":b=c.value,null!=b&&Hb(a,!!c.multiple,b,!1)}};Fa=Mj;\nGa=function(a,b,c,d,e){var f=W;W|=4;try{return cg(98,a.bind(null,b,c,d,e))}finally{W=f,W===V&&gg()}};Ha=function(){(W&(1|fj|gj))===V&&(Lj(),Dj())};Ia=function(a,b){var c=W;W|=2;try{return a(b)}finally{W=c,W===V&&gg()}};function kk(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!gk(b))throw Error(u(200));return jk(a,b,null,c)}var lk={Events:[Nc,Pd,Qd,xa,ta,Xd,function(a){jc(a,Wd)},Da,Ea,id,mc,Dj,{current:!1}]};\n(function(a){var b=a.findFiberByHostInstance;return Yj(n({},a,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Wa.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=hc(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))})({findFiberByHostInstance:tc,bundleType:0,version:\"16.14.0\",\nrendererPackageName:\"react-dom\"});exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=lk;exports.createPortal=kk;exports.findDOMNode=function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;if(void 0===b){if(\"function\"===typeof a.render)throw Error(u(188));throw Error(u(268,Object.keys(a)));}a=hc(b);a=null===a?null:a.stateNode;return a};\nexports.flushSync=function(a,b){if((W&(fj|gj))!==V)throw Error(u(187));var c=W;W|=1;try{return cg(99,a.bind(null,b))}finally{W=c,gg()}};exports.hydrate=function(a,b,c){if(!gk(b))throw Error(u(200));return ik(null,a,b,!0,c)};exports.render=function(a,b,c){if(!gk(b))throw Error(u(200));return ik(null,a,b,!1,c)};\nexports.unmountComponentAtNode=function(a){if(!gk(a))throw Error(u(40));return a._reactRootContainer?(Nj(function(){ik(null,null,a,!1,function(){a._reactRootContainer=null;a[Od]=null})}),!0):!1};exports.unstable_batchedUpdates=Mj;exports.unstable_createPortal=function(a,b){return kk(a,b,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)};\nexports.unstable_renderSubtreeIntoContainer=function(a,b,c,d){if(!gk(c))throw Error(u(200));if(null==a||void 0===a._reactInternalFiber)throw Error(u(38));return ik(a,b,c,!1,d)};exports.version=\"16.14.0\";\n","'use strict';\n\nfunction checkDCE() {\n  /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\n  if (\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\n  ) {\n    return;\n  }\n  if (process.env.NODE_ENV !== 'production') {\n    // This branch is unreachable because this function is only called\n    // in production, but the condition is true only in development.\n    // Therefore if the branch is still here, dead code elimination wasn't\n    // properly applied.\n    // Don't change the message. React DevTools relies on it. Also make sure\n    // this message doesn't occur elsewhere in this function, or it will cause\n    // a false positive.\n    throw new Error('^_^');\n  }\n  try {\n    // Verify that the code above has been dead code eliminated (DCE'd).\n    __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\n  } catch (err) {\n    // DevTools shouldn't crash React, no matter what.\n    // We should still report in case we break this code.\n    console.error(err);\n  }\n}\n\nif (process.env.NODE_ENV === 'production') {\n  // DCE check should happen before ReactDOM bundle executes so that\n  // DevTools can report bad minification during injection.\n  checkDCE();\n  module.exports = require('./cjs/react-dom.production.min.js');\n} else {\n  module.exports = require('./cjs/react-dom.development.js');\n}\n","'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\n\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nvar ChevronDown = function ChevronDown(props) {\n  var color = props.color,\n      size = props.size,\n      otherProps = _objectWithoutProperties(props, ['color', 'size']);\n\n  return _react2.default.createElement(\n    'svg',\n    _extends({\n      xmlns: 'http://www.w3.org/2000/svg',\n      width: size,\n      height: size,\n      viewBox: '0 0 24 24',\n      fill: 'none',\n      stroke: color,\n      strokeWidth: '2',\n      strokeLinecap: 'round',\n      strokeLinejoin: 'round'\n    }, otherProps),\n    _react2.default.createElement('polyline', { points: '6 9 12 15 18 9' })\n  );\n};\n\nChevronDown.propTypes = {\n  color: _propTypes2.default.string,\n  size: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number])\n};\n\nChevronDown.defaultProps = {\n  color: 'currentColor',\n  size: '24'\n};\n\nexports.default = ChevronDown;","'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\n\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nvar Edit2 = function Edit2(props) {\n  var color = props.color,\n      size = props.size,\n      otherProps = _objectWithoutProperties(props, ['color', 'size']);\n\n  return _react2.default.createElement(\n    'svg',\n    _extends({\n      xmlns: 'http://www.w3.org/2000/svg',\n      width: size,\n      height: size,\n      viewBox: '0 0 24 24',\n      fill: 'none',\n      stroke: color,\n      strokeWidth: '2',\n      strokeLinecap: 'round',\n      strokeLinejoin: 'round'\n    }, otherProps),\n    _react2.default.createElement('polygon', { points: '16 3 21 8 8 21 3 21 3 16 16 3' })\n  );\n};\n\nEdit2.propTypes = {\n  color: _propTypes2.default.string,\n  size: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number])\n};\n\nEdit2.defaultProps = {\n  color: 'currentColor',\n  size: '24'\n};\n\nexports.default = Edit2;","'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\n\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nvar Search = function Search(props) {\n  var color = props.color,\n      size = props.size,\n      otherProps = _objectWithoutProperties(props, ['color', 'size']);\n\n  return _react2.default.createElement(\n    'svg',\n    _extends({\n      xmlns: 'http://www.w3.org/2000/svg',\n      width: size,\n      height: size,\n      viewBox: '0 0 24 24',\n      fill: 'none',\n      stroke: color,\n      strokeWidth: '2',\n      strokeLinecap: 'round',\n      strokeLinejoin: 'round'\n    }, otherProps),\n    _react2.default.createElement('circle', { cx: '11', cy: '11', r: '8' }),\n    _react2.default.createElement('line', { x1: '21', y1: '21', x2: '16.65', y2: '16.65' })\n  );\n};\n\nSearch.propTypes = {\n  color: _propTypes2.default.string,\n  size: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number])\n};\n\nSearch.defaultProps = {\n  color: 'currentColor',\n  size: '24'\n};\n\nexports.default = Search;","import React, { PureComponent } from 'react'\n\nclass GitHubButton extends PureComponent {\n  constructor (props) {\n    super(props)\n    this.$ = React.createRef()\n    this._ = React.createRef()\n  }\n  render () {\n    return React.createElement('span', { ref: this.$ }, React.createElement('a', { ...this.props, ref: this._ }, this.props.children))\n  }\n  componentDidMount () {\n    this.paint()\n  }\n  componentWillUpdate () {\n    this.reset()\n  }\n  componentDidUpdate () {\n    this.paint()\n  }\n  componentWillUnmount () {\n    this.reset()\n  }\n  paint () {\n    const _ = this.$.current.appendChild(document.createElement('span'))\n    import(/* webpackMode: \"eager\" */ 'github-buttons').then(({ render }) => {\n      render(_.appendChild(this._.current), function (el) {\n        try {\n          _.parentNode.replaceChild(el, _)\n        } catch (_) {}\n      })\n    })\n  }\n  reset () {\n    this.$.current.replaceChild(this._.current, this.$.current.lastChild)\n  }\n}\n\nexport default GitHubButton\n","/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n  module.exports = require('./cjs/react-is.production.min.js');\n} else {\n  module.exports = require('./cjs/react-is.development.js');\n}\n","import _extends from \"@babel/runtime/helpers/extends\";\nimport _objectSpread from \"@babel/runtime/helpers/objectSpread\";\nimport React from 'react';\nexport function createStyleObject(classNames) {\n  var elementStyle = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n  var stylesheet = arguments.length > 2 ? arguments[2] : undefined;\n  return classNames.reduce(function (styleObject, className) {\n    return _objectSpread({}, styleObject, stylesheet[className]);\n  }, elementStyle);\n}\nexport function createClassNameString(classNames) {\n  return classNames.join(' ');\n}\nexport function createChildren(stylesheet, useInlineStyles) {\n  var childrenCount = 0;\n  return function (children) {\n    childrenCount += 1;\n    return children.map(function (child, i) {\n      return createElement({\n        node: child,\n        stylesheet: stylesheet,\n        useInlineStyles: useInlineStyles,\n        key: \"code-segment-\".concat(childrenCount, \"-\").concat(i)\n      });\n    });\n  };\n}\nexport default function createElement(_ref) {\n  var node = _ref.node,\n      stylesheet = _ref.stylesheet,\n      _ref$style = _ref.style,\n      style = _ref$style === void 0 ? {} : _ref$style,\n      useInlineStyles = _ref.useInlineStyles,\n      key = _ref.key;\n  var properties = node.properties,\n      type = node.type,\n      TagName = node.tagName,\n      value = node.value;\n\n  if (type === 'text') {\n    return value;\n  } else if (TagName) {\n    var childrenCreator = createChildren(stylesheet, useInlineStyles);\n    var nonStylesheetClassNames = useInlineStyles && properties.className && properties.className.filter(function (className) {\n      return !stylesheet[className];\n    });\n    var className = nonStylesheetClassNames && nonStylesheetClassNames.length ? nonStylesheetClassNames : undefined;\n    var props = useInlineStyles ? _objectSpread({}, properties, {\n      className: className && createClassNameString(className)\n    }, {\n      style: createStyleObject(properties.className, Object.assign({}, properties.style, style), stylesheet)\n    }) : _objectSpread({}, properties, {\n      className: createClassNameString(properties.className)\n    });\n    var children = childrenCreator(node.children);\n    return React.createElement(TagName, _extends({\n      key: key\n    }, props), children);\n  }\n}","import _objectWithoutProperties from \"@babel/runtime/helpers/objectWithoutProperties\";\nimport React from 'react';\nimport createElement from './create-element';\nvar newLineRegex = /\\n/g;\n\nfunction getNewLines(str) {\n  return str.match(newLineRegex);\n}\n\nfunction getLineNumbers(_ref) {\n  var lines = _ref.lines,\n      startingLineNumber = _ref.startingLineNumber,\n      style = _ref.style;\n  return lines.map(function (_, i) {\n    var number = i + startingLineNumber;\n    return React.createElement(\"span\", {\n      key: \"line-\".concat(i),\n      className: \"react-syntax-highlighter-line-number\",\n      style: typeof style === 'function' ? style(number) : style\n    }, \"\".concat(number, \"\\n\"));\n  });\n}\n\nfunction LineNumbers(_ref2) {\n  var codeString = _ref2.codeString,\n      codeStyle = _ref2.codeStyle,\n      _ref2$containerStyle = _ref2.containerStyle,\n      containerStyle = _ref2$containerStyle === void 0 ? {\n    float: 'left',\n    paddingRight: '10px'\n  } : _ref2$containerStyle,\n      _ref2$numberStyle = _ref2.numberStyle,\n      numberStyle = _ref2$numberStyle === void 0 ? {} : _ref2$numberStyle,\n      startingLineNumber = _ref2.startingLineNumber;\n  return React.createElement(\"code\", {\n    style: Object.assign({}, codeStyle, containerStyle)\n  }, getLineNumbers({\n    lines: codeString.replace(/\\n$/, '').split('\\n'),\n    style: numberStyle,\n    startingLineNumber: startingLineNumber\n  }));\n}\n\nfunction createLineElement(_ref3) {\n  var children = _ref3.children,\n      lineNumber = _ref3.lineNumber,\n      lineProps = _ref3.lineProps,\n      _ref3$className = _ref3.className,\n      className = _ref3$className === void 0 ? [] : _ref3$className;\n  var properties = (typeof lineProps === 'function' ? lineProps(lineNumber) : lineProps) || {};\n  properties.className = properties.className ? className.concat(properties.className) : className;\n  return {\n    type: 'element',\n    tagName: 'span',\n    properties: properties,\n    children: children\n  };\n}\n\nfunction flattenCodeTree(tree) {\n  var className = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];\n  var newTree = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];\n\n  for (var i = 0; i < tree.length; i++) {\n    var node = tree[i];\n\n    if (node.type === 'text') {\n      newTree.push(createLineElement({\n        children: [node],\n        className: className\n      }));\n    } else if (node.children) {\n      var classNames = className.concat(node.properties.className);\n      newTree = newTree.concat(flattenCodeTree(node.children, classNames));\n    }\n  }\n\n  return newTree;\n}\n\nfunction wrapLinesInSpan(codeTree, lineProps) {\n  var tree = flattenCodeTree(codeTree.value);\n  var newTree = [];\n  var lastLineBreakIndex = -1;\n  var index = 0;\n\n  var _loop = function _loop() {\n    var node = tree[index];\n    var value = node.children[0].value;\n    var newLines = getNewLines(value);\n\n    if (newLines) {\n      var splitValue = value.split('\\n');\n      splitValue.forEach(function (text, i) {\n        var lineNumber = newTree.length + 1;\n        var newChild = {\n          type: 'text',\n          value: \"\".concat(text, \"\\n\")\n        };\n\n        if (i === 0) {\n          var _children = tree.slice(lastLineBreakIndex + 1, index).concat(createLineElement({\n            children: [newChild],\n            className: node.properties.className\n          }));\n\n          newTree.push(createLineElement({\n            children: _children,\n            lineNumber: lineNumber,\n            lineProps: lineProps\n          }));\n        } else if (i === splitValue.length - 1) {\n          var stringChild = tree[index + 1] && tree[index + 1].children && tree[index + 1].children[0];\n\n          if (stringChild) {\n            var lastLineInPreviousSpan = {\n              type: 'text',\n              value: \"\".concat(text)\n            };\n            var newElem = createLineElement({\n              children: [lastLineInPreviousSpan],\n              className: node.properties.className\n            });\n            tree.splice(index + 1, 0, newElem);\n          } else {\n            newTree.push(createLineElement({\n              children: [newChild],\n              lineNumber: lineNumber,\n              lineProps: lineProps,\n              className: node.properties.className\n            }));\n          }\n        } else {\n          newTree.push(createLineElement({\n            children: [newChild],\n            lineNumber: lineNumber,\n            lineProps: lineProps,\n            className: node.properties.className\n          }));\n        }\n      });\n      lastLineBreakIndex = index;\n    }\n\n    index++;\n  };\n\n  while (index < tree.length) {\n    _loop();\n  }\n\n  if (lastLineBreakIndex !== tree.length - 1) {\n    var children = tree.slice(lastLineBreakIndex + 1, tree.length);\n\n    if (children && children.length) {\n      newTree.push(createLineElement({\n        children: children,\n        lineNumber: newTree.length + 1,\n        lineProps: lineProps\n      }));\n    }\n  }\n\n  return newTree;\n}\n\nfunction defaultRenderer(_ref4) {\n  var rows = _ref4.rows,\n      stylesheet = _ref4.stylesheet,\n      useInlineStyles = _ref4.useInlineStyles;\n  return rows.map(function (node, i) {\n    return createElement({\n      node: node,\n      stylesheet: stylesheet,\n      useInlineStyles: useInlineStyles,\n      key: \"code-segement\".concat(i)\n    });\n  });\n}\n\nfunction getCodeTree(_ref5) {\n  var astGenerator = _ref5.astGenerator,\n      language = _ref5.language,\n      code = _ref5.code,\n      defaultCodeValue = _ref5.defaultCodeValue;\n\n  if (astGenerator.getLanguage) {\n    var hasLanguage = language && astGenerator.getLanguage(language);\n\n    if (language === 'text') {\n      return {\n        value: defaultCodeValue,\n        language: 'text'\n      };\n    } else if (hasLanguage) {\n      return astGenerator.highlight(language, code);\n    } else {\n      return astGenerator.highlightAuto(code);\n    }\n  }\n\n  try {\n    return language && language !== 'text' ? {\n      value: astGenerator.highlight(code, language)\n    } : {\n      value: defaultCodeValue\n    };\n  } catch (e) {\n    return {\n      value: defaultCodeValue\n    };\n  }\n}\n\nexport default function (defaultAstGenerator, defaultStyle) {\n  return function SyntaxHighlighter(_ref6) {\n    var language = _ref6.language,\n        children = _ref6.children,\n        _ref6$style = _ref6.style,\n        style = _ref6$style === void 0 ? defaultStyle : _ref6$style,\n        _ref6$customStyle = _ref6.customStyle,\n        customStyle = _ref6$customStyle === void 0 ? {} : _ref6$customStyle,\n        _ref6$codeTagProps = _ref6.codeTagProps,\n        codeTagProps = _ref6$codeTagProps === void 0 ? {\n      style: style['code[class*=\"language-\"]']\n    } : _ref6$codeTagProps,\n        _ref6$useInlineStyles = _ref6.useInlineStyles,\n        useInlineStyles = _ref6$useInlineStyles === void 0 ? true : _ref6$useInlineStyles,\n        _ref6$showLineNumbers = _ref6.showLineNumbers,\n        showLineNumbers = _ref6$showLineNumbers === void 0 ? false : _ref6$showLineNumbers,\n        _ref6$startingLineNum = _ref6.startingLineNumber,\n        startingLineNumber = _ref6$startingLineNum === void 0 ? 1 : _ref6$startingLineNum,\n        lineNumberContainerStyle = _ref6.lineNumberContainerStyle,\n        lineNumberStyle = _ref6.lineNumberStyle,\n        wrapLines = _ref6.wrapLines,\n        _ref6$lineProps = _ref6.lineProps,\n        lineProps = _ref6$lineProps === void 0 ? {} : _ref6$lineProps,\n        renderer = _ref6.renderer,\n        _ref6$PreTag = _ref6.PreTag,\n        PreTag = _ref6$PreTag === void 0 ? 'pre' : _ref6$PreTag,\n        _ref6$CodeTag = _ref6.CodeTag,\n        CodeTag = _ref6$CodeTag === void 0 ? 'code' : _ref6$CodeTag,\n        _ref6$code = _ref6.code,\n        code = _ref6$code === void 0 ? Array.isArray(children) ? children[0] : children : _ref6$code,\n        astGenerator = _ref6.astGenerator,\n        rest = _objectWithoutProperties(_ref6, [\"language\", \"children\", \"style\", \"customStyle\", \"codeTagProps\", \"useInlineStyles\", \"showLineNumbers\", \"startingLineNumber\", \"lineNumberContainerStyle\", \"lineNumberStyle\", \"wrapLines\", \"lineProps\", \"renderer\", \"PreTag\", \"CodeTag\", \"code\", \"astGenerator\"]);\n\n    astGenerator = astGenerator || defaultAstGenerator;\n    var lineNumbers = showLineNumbers ? React.createElement(LineNumbers, {\n      containerStyle: lineNumberContainerStyle,\n      codeStyle: codeTagProps.style || {},\n      numberStyle: lineNumberStyle,\n      startingLineNumber: startingLineNumber,\n      codeString: code\n    }) : null;\n    var defaultPreStyle = style.hljs || style['pre[class*=\"language-\"]'] || {\n      backgroundColor: '#fff'\n    };\n    var preProps = useInlineStyles ? Object.assign({}, rest, {\n      style: Object.assign({}, defaultPreStyle, customStyle)\n    }) : Object.assign({}, rest, {\n      className: 'hljs'\n    });\n\n    if (!astGenerator) {\n      return React.createElement(PreTag, preProps, lineNumbers, React.createElement(CodeTag, codeTagProps, code));\n    }\n    /*\n     * some custom renderers rely on individual row elements so we need to turn wrapLines on\n     * if renderer is provided and wrapLines is undefined\n     */\n\n\n    wrapLines = renderer && wrapLines === undefined ? true : wrapLines;\n    renderer = renderer || defaultRenderer;\n    var defaultCodeValue = [{\n      type: 'text',\n      value: code\n    }];\n    var codeTree = getCodeTree({\n      astGenerator: astGenerator,\n      language: language,\n      code: code,\n      defaultCodeValue: defaultCodeValue\n    });\n\n    if (codeTree.language === null) {\n      codeTree.value = defaultCodeValue;\n    }\n\n    var tree = wrapLines ? wrapLinesInSpan(codeTree, lineProps) : codeTree.value;\n    return React.createElement(PreTag, preProps, lineNumbers, React.createElement(CodeTag, codeTagProps, renderer({\n      rows: tree,\n      stylesheet: style,\n      useInlineStyles: useInlineStyles\n    })));\n  };\n}","import highlight from './highlight';\nimport defaultStyle from './styles/hljs/default-style';\nimport lowlight from 'lowlight';\nimport supportedLanguages from './languages/hljs/supported-languages';\nvar highlighter = highlight(lowlight, defaultStyle);\nhighlighter.supportedLanguages = supportedLanguages;\nexport default highlighter;","export default {\n  \"hljs\": {\n    \"display\": \"block\",\n    \"overflowX\": \"auto\",\n    \"padding\": \"0.5em\",\n    \"background\": \"#F0F0F0\",\n    \"color\": \"#444\"\n  },\n  \"hljs-subst\": {\n    \"color\": \"#444\"\n  },\n  \"hljs-comment\": {\n    \"color\": \"#888888\"\n  },\n  \"hljs-keyword\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-attribute\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-selector-tag\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-meta-keyword\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-doctag\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-name\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-type\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-string\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-number\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-selector-id\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-selector-class\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-quote\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-template-tag\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-deletion\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-title\": {\n    \"color\": \"#880000\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-section\": {\n    \"color\": \"#880000\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-regexp\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-symbol\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-variable\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-template-variable\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-link\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-selector-attr\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-selector-pseudo\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-literal\": {\n    \"color\": \"#78A960\"\n  },\n  \"hljs-built_in\": {\n    \"color\": \"#397300\"\n  },\n  \"hljs-bullet\": {\n    \"color\": \"#397300\"\n  },\n  \"hljs-code\": {\n    \"color\": \"#397300\"\n  },\n  \"hljs-addition\": {\n    \"color\": \"#397300\"\n  },\n  \"hljs-meta\": {\n    \"color\": \"#1f7199\"\n  },\n  \"hljs-meta-string\": {\n    \"color\": \"#4d99bf\"\n  },\n  \"hljs-emphasis\": {\n    \"fontStyle\": \"italic\"\n  },\n  \"hljs-strong\": {\n    \"fontWeight\": \"bold\"\n  }\n};","export default ['1c', 'abnf', 'accesslog', 'actionscript', 'ada', 'angelscript', 'apache', 'applescript', 'arcade', 'arduino', 'armasm', 'asciidoc', 'aspectj', 'autohotkey', 'autoit', 'avrasm', 'awk', 'axapta', 'bash', 'basic', 'bnf', 'brainfuck', 'cal', 'capnproto', 'ceylon', 'clean', 'clojure-repl', 'clojure', 'cmake', 'coffeescript', 'coq', 'cos', 'cpp', 'crmsh', 'crystal', 'cs', 'csp', 'css', 'd', 'dart', 'delphi', 'diff', 'django', 'dns', 'dockerfile', 'dos', 'dsconfig', 'dts', 'dust', 'ebnf', 'elixir', 'elm', 'erb', 'erlang-repl', 'erlang', 'excel', 'fix', 'flix', 'fortran', 'fsharp', 'gams', 'gauss', 'gcode', 'gherkin', 'glsl', 'gml', 'go', 'golo', 'gradle', 'groovy', 'haml', 'handlebars', 'haskell', 'haxe', 'hsp', 'htmlbars', 'http', 'hy', 'inform7', 'ini', 'irpf90', 'isbl', 'java', 'javascript', 'jboss-cli', 'json', 'julia-repl', 'julia', 'kotlin', 'lasso', 'ldif', 'leaf', 'less', 'lisp', 'livecodeserver', 'livescript', 'llvm', 'lsl', 'lua', 'makefile', 'markdown', 'mathematica', 'matlab', 'maxima', 'mel', 'mercury', 'mipsasm', 'mizar', 'mojolicious', 'monkey', 'moonscript', 'n1ql', 'nginx', 'nimrod', 'nix', 'nsis', 'objectivec', 'ocaml', 'openscad', 'oxygene', 'parser3', 'perl', 'pf', 'pgsql', 'php', 'plaintext', 'pony', 'powershell', 'processing', 'profile', 'prolog', 'properties', 'protobuf', 'puppet', 'purebasic', 'python', 'q', 'qml', 'r', 'reasonml', 'rib', 'roboconf', 'routeros', 'rsl', 'ruby', 'ruleslanguage', 'rust', 'sas', 'scala', 'scheme', 'scilab', 'scss', 'shell', 'smali', 'smalltalk', 'sml', 'sqf', 'sql', 'stan', 'stata', 'step21', 'stylus', 'subunit', 'swift', 'taggerscript', 'tap', 'tcl', 'tex', 'thrift', 'tp', 'twig', 'typescript', 'vala', 'vbnet', 'vbscript-html', 'vbscript', 'verilog', 'vhdl', 'vim', 'x86asm', 'xl', 'xml', 'xquery', 'yaml', 'zephir'];","export default {\n  \"hljs\": {\n    \"display\": \"block\",\n    \"overflowX\": \"auto\",\n    \"padding\": \"0.5em\",\n    \"background\": \"#444\",\n    \"color\": \"#ddd\"\n  },\n  \"hljs-keyword\": {\n    \"color\": \"white\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-selector-tag\": {\n    \"color\": \"white\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-literal\": {\n    \"color\": \"white\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-section\": {\n    \"color\": \"white\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-link\": {\n    \"color\": \"white\"\n  },\n  \"hljs-subst\": {\n    \"color\": \"#ddd\"\n  },\n  \"hljs-string\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-title\": {\n    \"color\": \"#d88\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-name\": {\n    \"color\": \"#d88\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-type\": {\n    \"color\": \"#d88\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-attribute\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-symbol\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-bullet\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-built_in\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-addition\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-variable\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-template-tag\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-template-variable\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-comment\": {\n    \"color\": \"#777\"\n  },\n  \"hljs-quote\": {\n    \"color\": \"#777\"\n  },\n  \"hljs-deletion\": {\n    \"color\": \"#777\"\n  },\n  \"hljs-meta\": {\n    \"color\": \"#777\"\n  },\n  \"hljs-doctag\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-strong\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-emphasis\": {\n    \"fontStyle\": \"italic\"\n  }\n};","/** @license React v16.14.0\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var l=require(\"object-assign\"),n=\"function\"===typeof Symbol&&Symbol.for,p=n?Symbol.for(\"react.element\"):60103,q=n?Symbol.for(\"react.portal\"):60106,r=n?Symbol.for(\"react.fragment\"):60107,t=n?Symbol.for(\"react.strict_mode\"):60108,u=n?Symbol.for(\"react.profiler\"):60114,v=n?Symbol.for(\"react.provider\"):60109,w=n?Symbol.for(\"react.context\"):60110,x=n?Symbol.for(\"react.forward_ref\"):60112,y=n?Symbol.for(\"react.suspense\"):60113,z=n?Symbol.for(\"react.memo\"):60115,A=n?Symbol.for(\"react.lazy\"):\n60116,B=\"function\"===typeof Symbol&&Symbol.iterator;function C(a){for(var b=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=1;c<arguments.length;c++)b+=\"&args[]=\"+encodeURIComponent(arguments[c]);return\"Minified React error #\"+a+\"; visit \"+b+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}\nvar D={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},E={};function F(a,b,c){this.props=a;this.context=b;this.refs=E;this.updater=c||D}F.prototype.isReactComponent={};F.prototype.setState=function(a,b){if(\"object\"!==typeof a&&\"function\"!==typeof a&&null!=a)throw Error(C(85));this.updater.enqueueSetState(this,a,b,\"setState\")};F.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\"forceUpdate\")};\nfunction G(){}G.prototype=F.prototype;function H(a,b,c){this.props=a;this.context=b;this.refs=E;this.updater=c||D}var I=H.prototype=new G;I.constructor=H;l(I,F.prototype);I.isPureReactComponent=!0;var J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\nfunction M(a,b,c){var e,d={},g=null,k=null;if(null!=b)for(e in void 0!==b.ref&&(k=b.ref),void 0!==b.key&&(g=\"\"+b.key),b)K.call(b,e)&&!L.hasOwnProperty(e)&&(d[e]=b[e]);var f=arguments.length-2;if(1===f)d.children=c;else if(1<f){for(var h=Array(f),m=0;m<f;m++)h[m]=arguments[m+2];d.children=h}if(a&&a.defaultProps)for(e in f=a.defaultProps,f)void 0===d[e]&&(d[e]=f[e]);return{$$typeof:p,type:a,key:g,ref:k,props:d,_owner:J.current}}\nfunction N(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function O(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+(\"\"+a).replace(/[=:]/g,function(a){return b[a]})}var P=/\\/+/g,Q=[];function R(a,b,c,e){if(Q.length){var d=Q.pop();d.result=a;d.keyPrefix=b;d.func=c;d.context=e;d.count=0;return d}return{result:a,keyPrefix:b,func:c,context:e,count:0}}\nfunction S(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>Q.length&&Q.push(a)}\nfunction T(a,b,c,e){var d=typeof a;if(\"undefined\"===d||\"boolean\"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case \"string\":case \"number\":g=!0;break;case \"object\":switch(a.$$typeof){case p:case q:g=!0}}if(g)return c(e,a,\"\"===b?\".\"+U(a,0):b),1;g=0;b=\"\"===b?\".\":b+\":\";if(Array.isArray(a))for(var k=0;k<a.length;k++){d=a[k];var f=b+U(d,k);g+=T(d,f,c,e)}else if(null===a||\"object\"!==typeof a?f=null:(f=B&&a[B]||a[\"@@iterator\"],f=\"function\"===typeof f?f:null),\"function\"===typeof f)for(a=f.call(a),k=\n0;!(d=a.next()).done;)d=d.value,f=b+U(d,k++),g+=T(d,f,c,e);else if(\"object\"===d)throw c=\"\"+a,Error(C(31,\"[object Object]\"===c?\"object with keys {\"+Object.keys(a).join(\", \")+\"}\":c,\"\"));return g}function V(a,b,c){return null==a?0:T(a,\"\",b,c)}function U(a,b){return\"object\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function W(a,b){a.func.call(a.context,b,a.count++)}\nfunction aa(a,b,c){var e=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?X(a,e,c,function(a){return a}):null!=a&&(O(a)&&(a=N(a,d+(!a.key||b&&b.key===a.key?\"\":(\"\"+a.key).replace(P,\"$&/\")+\"/\")+c)),e.push(a))}function X(a,b,c,e,d){var g=\"\";null!=c&&(g=(\"\"+c).replace(P,\"$&/\")+\"/\");b=R(b,g,e,d);V(a,aa,b);S(b)}var Y={current:null};function Z(){var a=Y.current;if(null===a)throw Error(C(321));return a}\nvar ba={ReactCurrentDispatcher:Y,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:J,IsSomeRendererActing:{current:!1},assign:l};exports.Children={map:function(a,b,c){if(null==a)return a;var e=[];X(a,e,null,b,c);return e},forEach:function(a,b,c){if(null==a)return a;b=R(null,null,b,c);V(a,W,b);S(b)},count:function(a){return V(a,function(){return null},null)},toArray:function(a){var b=[];X(a,b,null,function(a){return a});return b},only:function(a){if(!O(a))throw Error(C(143));return a}};\nexports.Component=F;exports.Fragment=r;exports.Profiler=u;exports.PureComponent=H;exports.StrictMode=t;exports.Suspense=y;exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ba;\nexports.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(C(267,a));var e=l({},a.props),d=a.key,g=a.ref,k=a._owner;if(null!=b){void 0!==b.ref&&(g=b.ref,k=J.current);void 0!==b.key&&(d=\"\"+b.key);if(a.type&&a.type.defaultProps)var f=a.type.defaultProps;for(h in b)K.call(b,h)&&!L.hasOwnProperty(h)&&(e[h]=void 0===b[h]&&void 0!==f?f[h]:b[h])}var h=arguments.length-2;if(1===h)e.children=c;else if(1<h){f=Array(h);for(var m=0;m<h;m++)f[m]=arguments[m+2];e.children=f}return{$$typeof:p,type:a.type,\nkey:d,ref:g,props:e,_owner:k}};exports.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a};exports.createElement=M;exports.createFactory=function(a){var b=M.bind(null,a);b.type=a;return b};exports.createRef=function(){return{current:null}};exports.forwardRef=function(a){return{$$typeof:x,render:a}};exports.isValidElement=O;\nexports.lazy=function(a){return{$$typeof:A,_ctor:a,_status:-1,_result:null}};exports.memo=function(a,b){return{$$typeof:z,type:a,compare:void 0===b?null:b}};exports.useCallback=function(a,b){return Z().useCallback(a,b)};exports.useContext=function(a,b){return Z().useContext(a,b)};exports.useDebugValue=function(){};exports.useEffect=function(a,b){return Z().useEffect(a,b)};exports.useImperativeHandle=function(a,b,c){return Z().useImperativeHandle(a,b,c)};\nexports.useLayoutEffect=function(a,b){return Z().useLayoutEffect(a,b)};exports.useMemo=function(a,b){return Z().useMemo(a,b)};exports.useReducer=function(a,b,c){return Z().useReducer(a,b,c)};exports.useRef=function(a){return Z().useRef(a)};exports.useState=function(a){return Z().useState(a)};exports.version=\"16.14.0\";\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n  module.exports = require('./cjs/react.production.min.js');\n} else {\n  module.exports = require('./cjs/react.development.js');\n}\n","module.exports = require('./lib/_stream_duplex.js');\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n\n'use strict';\n\n/*<replacement>*/\n\nvar pna = require('process-nextick-args');\n/*</replacement>*/\n\n/*<replacement>*/\nvar objectKeys = Object.keys || function (obj) {\n  var keys = [];\n  for (var key in obj) {\n    keys.push(key);\n  }return keys;\n};\n/*</replacement>*/\n\nmodule.exports = Duplex;\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nvar Readable = require('./_stream_readable');\nvar Writable = require('./_stream_writable');\n\nutil.inherits(Duplex, Readable);\n\n{\n  // avoid scope creep, the keys array can then be collected\n  var keys = objectKeys(Writable.prototype);\n  for (var v = 0; v < keys.length; v++) {\n    var method = keys[v];\n    if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n  }\n}\n\nfunction Duplex(options) {\n  if (!(this instanceof Duplex)) return new Duplex(options);\n\n  Readable.call(this, options);\n  Writable.call(this, options);\n\n  if (options && options.readable === false) this.readable = false;\n\n  if (options && options.writable === false) this.writable = false;\n\n  this.allowHalfOpen = true;\n  if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\n\n  this.once('end', onend);\n}\n\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n  // making it explicit this property is not enumerable\n  // because otherwise some prototype manipulation in\n  // userland will fail\n  enumerable: false,\n  get: function () {\n    return this._writableState.highWaterMark;\n  }\n});\n\n// the no-half-open enforcer\nfunction onend() {\n  // if we allow half-open state, or if the writable side ended,\n  // then we're ok.\n  if (this.allowHalfOpen || this._writableState.ended) return;\n\n  // no more data can be written.\n  // But allow more writes to happen in this tick.\n  pna.nextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n  self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n  get: function () {\n    if (this._readableState === undefined || this._writableState === undefined) {\n      return false;\n    }\n    return this._readableState.destroyed && this._writableState.destroyed;\n  },\n  set: function (value) {\n    // we ignore the value if the stream\n    // has not been initialized yet\n    if (this._readableState === undefined || this._writableState === undefined) {\n      return;\n    }\n\n    // backward compatibility, the user is explicitly\n    // managing destroyed\n    this._readableState.destroyed = value;\n    this._writableState.destroyed = value;\n  }\n});\n\nDuplex.prototype._destroy = function (err, cb) {\n  this.push(null);\n  this.end();\n\n  pna.nextTick(cb, err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nutil.inherits(PassThrough, Transform);\n\nfunction PassThrough(options) {\n  if (!(this instanceof PassThrough)) return new PassThrough(options);\n\n  Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n  cb(null, chunk);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/*<replacement>*/\n\nvar pna = require('process-nextick-args');\n/*</replacement>*/\n\nmodule.exports = Readable;\n\n/*<replacement>*/\nvar isArray = require('isarray');\n/*</replacement>*/\n\n/*<replacement>*/\nvar Duplex;\n/*</replacement>*/\n\nReadable.ReadableState = ReadableState;\n\n/*<replacement>*/\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function (emitter, type) {\n  return emitter.listeners(type).length;\n};\n/*</replacement>*/\n\n/*<replacement>*/\nvar Stream = require('./internal/streams/stream');\n/*</replacement>*/\n\n/*<replacement>*/\n\nvar Buffer = require('safe-buffer').Buffer;\nvar OurUint8Array = global.Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n  return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/*</replacement>*/\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\n/*<replacement>*/\nvar debugUtil = require('util');\nvar debug = void 0;\nif (debugUtil && debugUtil.debuglog) {\n  debug = debugUtil.debuglog('stream');\n} else {\n  debug = function () {};\n}\n/*</replacement>*/\n\nvar BufferList = require('./internal/streams/BufferList');\nvar destroyImpl = require('./internal/streams/destroy');\nvar StringDecoder;\n\nutil.inherits(Readable, Stream);\n\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n  // Sadly this is not cacheable as some libraries bundle their own\n  // event emitter implementation with them.\n  if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn);\n\n  // This is a hack to make sure that our error handler is attached before any\n  // userland ones.  NEVER DO THIS. This is here only because this code needs\n  // to continue to work with older versions of Node.js that do not include\n  // the prependListener() method. The goal is to eventually remove this hack.\n  if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\n\nfunction ReadableState(options, stream) {\n  Duplex = Duplex || require('./_stream_duplex');\n\n  options = options || {};\n\n  // Duplex streams are both readable and writable, but share\n  // the same options object.\n  // However, some cases require setting options to different\n  // values for the readable and the writable sides of the duplex stream.\n  // These options can be provided separately as readableXXX and writableXXX.\n  var isDuplex = stream instanceof Duplex;\n\n  // object stream flag. Used to make read(n) ignore n and to\n  // make all the buffer merging and length checks go away\n  this.objectMode = !!options.objectMode;\n\n  if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\n\n  // the point at which it stops calling _read() to fill the buffer\n  // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n  var hwm = options.highWaterMark;\n  var readableHwm = options.readableHighWaterMark;\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n\n  if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm === 0)) this.highWaterMark = readableHwm;else this.highWaterMark = defaultHwm;\n\n  // cast to ints.\n  this.highWaterMark = Math.floor(this.highWaterMark);\n\n  // A linked list is used to store data chunks instead of an array because the\n  // linked list can remove elements from the beginning faster than\n  // array.shift()\n  this.buffer = new BufferList();\n  this.length = 0;\n  this.pipes = null;\n  this.pipesCount = 0;\n  this.flowing = null;\n  this.ended = false;\n  this.endEmitted = false;\n  this.reading = false;\n\n  // a flag to be able to tell if the event 'readable'/'data' is emitted\n  // immediately, or on a later tick.  We set this to true at first, because\n  // any actions that shouldn't happen until \"later\" should generally also\n  // not happen before the first read call.\n  this.sync = true;\n\n  // whenever we return null, then we set a flag to say\n  // that we're awaiting a 'readable' event emission.\n  this.needReadable = false;\n  this.emittedReadable = false;\n  this.readableListening = false;\n  this.resumeScheduled = false;\n\n  // has it been destroyed\n  this.destroyed = false;\n\n  // Crypto is kind of old and crusty.  Historically, its default string\n  // encoding is 'binary' so we have to make this configurable.\n  // Everything else in the universe uses 'utf8', though.\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n  // the number of writers that are awaiting a drain event in .pipe()s\n  this.awaitDrain = 0;\n\n  // if true, a maybeReadMore has been scheduled\n  this.readingMore = false;\n\n  this.decoder = null;\n  this.encoding = null;\n  if (options.encoding) {\n    if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n    this.decoder = new StringDecoder(options.encoding);\n    this.encoding = options.encoding;\n  }\n}\n\nfunction Readable(options) {\n  Duplex = Duplex || require('./_stream_duplex');\n\n  if (!(this instanceof Readable)) return new Readable(options);\n\n  this._readableState = new ReadableState(options, this);\n\n  // legacy\n  this.readable = true;\n\n  if (options) {\n    if (typeof options.read === 'function') this._read = options.read;\n\n    if (typeof options.destroy === 'function') this._destroy = options.destroy;\n  }\n\n  Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n  get: function () {\n    if (this._readableState === undefined) {\n      return false;\n    }\n    return this._readableState.destroyed;\n  },\n  set: function (value) {\n    // we ignore the value if the stream\n    // has not been initialized yet\n    if (!this._readableState) {\n      return;\n    }\n\n    // backward compatibility, the user is explicitly\n    // managing destroyed\n    this._readableState.destroyed = value;\n  }\n});\n\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\nReadable.prototype._destroy = function (err, cb) {\n  this.push(null);\n  cb(err);\n};\n\n// Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\nReadable.prototype.push = function (chunk, encoding) {\n  var state = this._readableState;\n  var skipChunkCheck;\n\n  if (!state.objectMode) {\n    if (typeof chunk === 'string') {\n      encoding = encoding || state.defaultEncoding;\n      if (encoding !== state.encoding) {\n        chunk = Buffer.from(chunk, encoding);\n        encoding = '';\n      }\n      skipChunkCheck = true;\n    }\n  } else {\n    skipChunkCheck = true;\n  }\n\n  return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n};\n\n// Unshift should *always* be something directly out of read()\nReadable.prototype.unshift = function (chunk) {\n  return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n  var state = stream._readableState;\n  if (chunk === null) {\n    state.reading = false;\n    onEofChunk(stream, state);\n  } else {\n    var er;\n    if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n    if (er) {\n      stream.emit('error', er);\n    } else if (state.objectMode || chunk && chunk.length > 0) {\n      if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n        chunk = _uint8ArrayToBuffer(chunk);\n      }\n\n      if (addToFront) {\n        if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);\n      } else if (state.ended) {\n        stream.emit('error', new Error('stream.push() after EOF'));\n      } else {\n        state.reading = false;\n        if (state.decoder && !encoding) {\n          chunk = state.decoder.write(chunk);\n          if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n        } else {\n          addChunk(stream, state, chunk, false);\n        }\n      }\n    } else if (!addToFront) {\n      state.reading = false;\n    }\n  }\n\n  return needMoreData(state);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n  if (state.flowing && state.length === 0 && !state.sync) {\n    stream.emit('data', chunk);\n    stream.read(0);\n  } else {\n    // update the buffer info.\n    state.length += state.objectMode ? 1 : chunk.length;\n    if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n\n    if (state.needReadable) emitReadable(stream);\n  }\n  maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n  var er;\n  if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n    er = new TypeError('Invalid non-string/buffer chunk');\n  }\n  return er;\n}\n\n// if it's past the high water mark, we can push in some more.\n// Also, if we have no data yet, we can stand some\n// more bytes.  This is to work around cases where hwm=0,\n// such as the repl.  Also, if the push() triggered a\n// readable event, and the user called read(largeNumber) such that\n// needReadable was set, then we ought to push more, so that another\n// 'readable' event will be triggered.\nfunction needMoreData(state) {\n  return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\n}\n\nReadable.prototype.isPaused = function () {\n  return this._readableState.flowing === false;\n};\n\n// backwards compatibility.\nReadable.prototype.setEncoding = function (enc) {\n  if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n  this._readableState.decoder = new StringDecoder(enc);\n  this._readableState.encoding = enc;\n  return this;\n};\n\n// Don't raise the hwm > 8MB\nvar MAX_HWM = 0x800000;\nfunction computeNewHighWaterMark(n) {\n  if (n >= MAX_HWM) {\n    n = MAX_HWM;\n  } else {\n    // Get the next highest power of 2 to prevent increasing hwm excessively in\n    // tiny amounts\n    n--;\n    n |= n >>> 1;\n    n |= n >>> 2;\n    n |= n >>> 4;\n    n |= n >>> 8;\n    n |= n >>> 16;\n    n++;\n  }\n  return n;\n}\n\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction howMuchToRead(n, state) {\n  if (n <= 0 || state.length === 0 && state.ended) return 0;\n  if (state.objectMode) return 1;\n  if (n !== n) {\n    // Only flow one buffer at a time\n    if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n  }\n  // If we're asking for more than the current hwm, then raise the hwm.\n  if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n  if (n <= state.length) return n;\n  // Don't have enough\n  if (!state.ended) {\n    state.needReadable = true;\n    return 0;\n  }\n  return state.length;\n}\n\n// you can override either this method, or the async _read(n) below.\nReadable.prototype.read = function (n) {\n  debug('read', n);\n  n = parseInt(n, 10);\n  var state = this._readableState;\n  var nOrig = n;\n\n  if (n !== 0) state.emittedReadable = false;\n\n  // if we're doing read(0) to trigger a readable event, but we\n  // already have a bunch of data in the buffer, then just trigger\n  // the 'readable' event and move on.\n  if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\n    debug('read: emitReadable', state.length, state.ended);\n    if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n    return null;\n  }\n\n  n = howMuchToRead(n, state);\n\n  // if we've ended, and we're now clear, then finish it up.\n  if (n === 0 && state.ended) {\n    if (state.length === 0) endReadable(this);\n    return null;\n  }\n\n  // All the actual chunk generation logic needs to be\n  // *below* the call to _read.  The reason is that in certain\n  // synthetic stream cases, such as passthrough streams, _read\n  // may be a completely synchronous operation which may change\n  // the state of the read buffer, providing enough data when\n  // before there was *not* enough.\n  //\n  // So, the steps are:\n  // 1. Figure out what the state of things will be after we do\n  // a read from the buffer.\n  //\n  // 2. If that resulting state will trigger a _read, then call _read.\n  // Note that this may be asynchronous, or synchronous.  Yes, it is\n  // deeply ugly to write APIs this way, but that still doesn't mean\n  // that the Readable class should behave improperly, as streams are\n  // designed to be sync/async agnostic.\n  // Take note if the _read call is sync or async (ie, if the read call\n  // has returned yet), so that we know whether or not it's safe to emit\n  // 'readable' etc.\n  //\n  // 3. Actually pull the requested chunks out of the buffer and return.\n\n  // if we need a readable event, then we need to do some reading.\n  var doRead = state.needReadable;\n  debug('need readable', doRead);\n\n  // if we currently have less than the highWaterMark, then also read some\n  if (state.length === 0 || state.length - n < state.highWaterMark) {\n    doRead = true;\n    debug('length less than watermark', doRead);\n  }\n\n  // however, if we've ended, then there's no point, and if we're already\n  // reading, then it's unnecessary.\n  if (state.ended || state.reading) {\n    doRead = false;\n    debug('reading or ended', doRead);\n  } else if (doRead) {\n    debug('do read');\n    state.reading = true;\n    state.sync = true;\n    // if the length is currently zero, then we *need* a readable event.\n    if (state.length === 0) state.needReadable = true;\n    // call internal read method\n    this._read(state.highWaterMark);\n    state.sync = false;\n    // If _read pushed data synchronously, then `reading` will be false,\n    // and we need to re-evaluate how much data we can return to the user.\n    if (!state.reading) n = howMuchToRead(nOrig, state);\n  }\n\n  var ret;\n  if (n > 0) ret = fromList(n, state);else ret = null;\n\n  if (ret === null) {\n    state.needReadable = true;\n    n = 0;\n  } else {\n    state.length -= n;\n  }\n\n  if (state.length === 0) {\n    // If we have nothing in the buffer, then we want to know\n    // as soon as we *do* get something into the buffer.\n    if (!state.ended) state.needReadable = true;\n\n    // If we tried to read() past the EOF, then emit end on the next tick.\n    if (nOrig !== n && state.ended) endReadable(this);\n  }\n\n  if (ret !== null) this.emit('data', ret);\n\n  return ret;\n};\n\nfunction onEofChunk(stream, state) {\n  if (state.ended) return;\n  if (state.decoder) {\n    var chunk = state.decoder.end();\n    if (chunk && chunk.length) {\n      state.buffer.push(chunk);\n      state.length += state.objectMode ? 1 : chunk.length;\n    }\n  }\n  state.ended = true;\n\n  // emit 'readable' now to make sure it gets picked up.\n  emitReadable(stream);\n}\n\n// Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow.  This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\nfunction emitReadable(stream) {\n  var state = stream._readableState;\n  state.needReadable = false;\n  if (!state.emittedReadable) {\n    debug('emitReadable', state.flowing);\n    state.emittedReadable = true;\n    if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream);\n  }\n}\n\nfunction emitReadable_(stream) {\n  debug('emit readable');\n  stream.emit('readable');\n  flow(stream);\n}\n\n// at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data.  that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\nfunction maybeReadMore(stream, state) {\n  if (!state.readingMore) {\n    state.readingMore = true;\n    pna.nextTick(maybeReadMore_, stream, state);\n  }\n}\n\nfunction maybeReadMore_(stream, state) {\n  var len = state.length;\n  while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\n    debug('maybeReadMore read 0');\n    stream.read(0);\n    if (len === state.length)\n      // didn't get any data, stop spinning.\n      break;else len = state.length;\n  }\n  state.readingMore = false;\n}\n\n// abstract method.  to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\nReadable.prototype._read = function (n) {\n  this.emit('error', new Error('_read() is not implemented'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n  var src = this;\n  var state = this._readableState;\n\n  switch (state.pipesCount) {\n    case 0:\n      state.pipes = dest;\n      break;\n    case 1:\n      state.pipes = [state.pipes, dest];\n      break;\n    default:\n      state.pipes.push(dest);\n      break;\n  }\n  state.pipesCount += 1;\n  debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n\n  var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n\n  var endFn = doEnd ? onend : unpipe;\n  if (state.endEmitted) pna.nextTick(endFn);else src.once('end', endFn);\n\n  dest.on('unpipe', onunpipe);\n  function onunpipe(readable, unpipeInfo) {\n    debug('onunpipe');\n    if (readable === src) {\n      if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n        unpipeInfo.hasUnpiped = true;\n        cleanup();\n      }\n    }\n  }\n\n  function onend() {\n    debug('onend');\n    dest.end();\n  }\n\n  // when the dest drains, it reduces the awaitDrain counter\n  // on the source.  This would be more elegant with a .once()\n  // handler in flow(), but adding and removing repeatedly is\n  // too slow.\n  var ondrain = pipeOnDrain(src);\n  dest.on('drain', ondrain);\n\n  var cleanedUp = false;\n  function cleanup() {\n    debug('cleanup');\n    // cleanup event handlers once the pipe is broken\n    dest.removeListener('close', onclose);\n    dest.removeListener('finish', onfinish);\n    dest.removeListener('drain', ondrain);\n    dest.removeListener('error', onerror);\n    dest.removeListener('unpipe', onunpipe);\n    src.removeListener('end', onend);\n    src.removeListener('end', unpipe);\n    src.removeListener('data', ondata);\n\n    cleanedUp = true;\n\n    // if the reader is waiting for a drain event from this\n    // specific writer, then it would cause it to never start\n    // flowing again.\n    // So, if this is awaiting a drain, then we just call it now.\n    // If we don't know, then assume that we are waiting for one.\n    if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n  }\n\n  // If the user pushes more data while we're writing to dest then we'll end up\n  // in ondata again. However, we only want to increase awaitDrain once because\n  // dest will only emit one 'drain' event for the multiple writes.\n  // => Introduce a guard on increasing awaitDrain.\n  var increasedAwaitDrain = false;\n  src.on('data', ondata);\n  function ondata(chunk) {\n    debug('ondata');\n    increasedAwaitDrain = false;\n    var ret = dest.write(chunk);\n    if (false === ret && !increasedAwaitDrain) {\n      // If the user unpiped during `dest.write()`, it is possible\n      // to get stuck in a permanently paused state if that write\n      // also returned false.\n      // => Check whether `dest` is still a piping destination.\n      if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n        debug('false write response, pause', src._readableState.awaitDrain);\n        src._readableState.awaitDrain++;\n        increasedAwaitDrain = true;\n      }\n      src.pause();\n    }\n  }\n\n  // if the dest has an error, then stop piping into it.\n  // however, don't suppress the throwing behavior for this.\n  function onerror(er) {\n    debug('onerror', er);\n    unpipe();\n    dest.removeListener('error', onerror);\n    if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\n  }\n\n  // Make sure our error handler is attached before userland ones.\n  prependListener(dest, 'error', onerror);\n\n  // Both close and finish should trigger unpipe, but only once.\n  function onclose() {\n    dest.removeListener('finish', onfinish);\n    unpipe();\n  }\n  dest.once('close', onclose);\n  function onfinish() {\n    debug('onfinish');\n    dest.removeListener('close', onclose);\n    unpipe();\n  }\n  dest.once('finish', onfinish);\n\n  function unpipe() {\n    debug('unpipe');\n    src.unpipe(dest);\n  }\n\n  // tell the dest that it's being piped to\n  dest.emit('pipe', src);\n\n  // start the flow if it hasn't been started already.\n  if (!state.flowing) {\n    debug('pipe resume');\n    src.resume();\n  }\n\n  return dest;\n};\n\nfunction pipeOnDrain(src) {\n  return function () {\n    var state = src._readableState;\n    debug('pipeOnDrain', state.awaitDrain);\n    if (state.awaitDrain) state.awaitDrain--;\n    if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n      state.flowing = true;\n      flow(src);\n    }\n  };\n}\n\nReadable.prototype.unpipe = function (dest) {\n  var state = this._readableState;\n  var unpipeInfo = { hasUnpiped: false };\n\n  // if we're not piping anywhere, then do nothing.\n  if (state.pipesCount === 0) return this;\n\n  // just one destination.  most common case.\n  if (state.pipesCount === 1) {\n    // passed in one, but it's not the right one.\n    if (dest && dest !== state.pipes) return this;\n\n    if (!dest) dest = state.pipes;\n\n    // got a match.\n    state.pipes = null;\n    state.pipesCount = 0;\n    state.flowing = false;\n    if (dest) dest.emit('unpipe', this, unpipeInfo);\n    return this;\n  }\n\n  // slow case. multiple pipe destinations.\n\n  if (!dest) {\n    // remove all.\n    var dests = state.pipes;\n    var len = state.pipesCount;\n    state.pipes = null;\n    state.pipesCount = 0;\n    state.flowing = false;\n\n    for (var i = 0; i < len; i++) {\n      dests[i].emit('unpipe', this, unpipeInfo);\n    }return this;\n  }\n\n  // try to find the right one.\n  var index = indexOf(state.pipes, dest);\n  if (index === -1) return this;\n\n  state.pipes.splice(index, 1);\n  state.pipesCount -= 1;\n  if (state.pipesCount === 1) state.pipes = state.pipes[0];\n\n  dest.emit('unpipe', this, unpipeInfo);\n\n  return this;\n};\n\n// set up data events if they are asked for\n// Ensure readable listeners eventually get something\nReadable.prototype.on = function (ev, fn) {\n  var res = Stream.prototype.on.call(this, ev, fn);\n\n  if (ev === 'data') {\n    // Start flowing on next tick if stream isn't explicitly paused\n    if (this._readableState.flowing !== false) this.resume();\n  } else if (ev === 'readable') {\n    var state = this._readableState;\n    if (!state.endEmitted && !state.readableListening) {\n      state.readableListening = state.needReadable = true;\n      state.emittedReadable = false;\n      if (!state.reading) {\n        pna.nextTick(nReadingNextTick, this);\n      } else if (state.length) {\n        emitReadable(this);\n      }\n    }\n  }\n\n  return res;\n};\nReadable.prototype.addListener = Readable.prototype.on;\n\nfunction nReadingNextTick(self) {\n  debug('readable nexttick read 0');\n  self.read(0);\n}\n\n// pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\nReadable.prototype.resume = function () {\n  var state = this._readableState;\n  if (!state.flowing) {\n    debug('resume');\n    state.flowing = true;\n    resume(this, state);\n  }\n  return this;\n};\n\nfunction resume(stream, state) {\n  if (!state.resumeScheduled) {\n    state.resumeScheduled = true;\n    pna.nextTick(resume_, stream, state);\n  }\n}\n\nfunction resume_(stream, state) {\n  if (!state.reading) {\n    debug('resume read 0');\n    stream.read(0);\n  }\n\n  state.resumeScheduled = false;\n  state.awaitDrain = 0;\n  stream.emit('resume');\n  flow(stream);\n  if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n  debug('call pause flowing=%j', this._readableState.flowing);\n  if (false !== this._readableState.flowing) {\n    debug('pause');\n    this._readableState.flowing = false;\n    this.emit('pause');\n  }\n  return this;\n};\n\nfunction flow(stream) {\n  var state = stream._readableState;\n  debug('flow', state.flowing);\n  while (state.flowing && stream.read() !== null) {}\n}\n\n// wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\nReadable.prototype.wrap = function (stream) {\n  var _this = this;\n\n  var state = this._readableState;\n  var paused = false;\n\n  stream.on('end', function () {\n    debug('wrapped end');\n    if (state.decoder && !state.ended) {\n      var chunk = state.decoder.end();\n      if (chunk && chunk.length) _this.push(chunk);\n    }\n\n    _this.push(null);\n  });\n\n  stream.on('data', function (chunk) {\n    debug('wrapped data');\n    if (state.decoder) chunk = state.decoder.write(chunk);\n\n    // don't skip over falsy values in objectMode\n    if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n    var ret = _this.push(chunk);\n    if (!ret) {\n      paused = true;\n      stream.pause();\n    }\n  });\n\n  // proxy all the other methods.\n  // important when wrapping filters and duplexes.\n  for (var i in stream) {\n    if (this[i] === undefined && typeof stream[i] === 'function') {\n      this[i] = function (method) {\n        return function () {\n          return stream[method].apply(stream, arguments);\n        };\n      }(i);\n    }\n  }\n\n  // proxy certain important events.\n  for (var n = 0; n < kProxyEvents.length; n++) {\n    stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n  }\n\n  // when we try to consume some more bytes, simply unpause the\n  // underlying stream.\n  this._read = function (n) {\n    debug('wrapped _read', n);\n    if (paused) {\n      paused = false;\n      stream.resume();\n    }\n  };\n\n  return this;\n};\n\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n  // making it explicit this property is not enumerable\n  // because otherwise some prototype manipulation in\n  // userland will fail\n  enumerable: false,\n  get: function () {\n    return this._readableState.highWaterMark;\n  }\n});\n\n// exposed for testing purposes only.\nReadable._fromList = fromList;\n\n// Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromList(n, state) {\n  // nothing buffered\n  if (state.length === 0) return null;\n\n  var ret;\n  if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n    // read it all, truncate the list\n    if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\n    state.buffer.clear();\n  } else {\n    // read part of list\n    ret = fromListPartial(n, state.buffer, state.decoder);\n  }\n\n  return ret;\n}\n\n// Extracts only enough buffered data to satisfy the amount requested.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromListPartial(n, list, hasStrings) {\n  var ret;\n  if (n < list.head.data.length) {\n    // slice is the same for buffers and strings\n    ret = list.head.data.slice(0, n);\n    list.head.data = list.head.data.slice(n);\n  } else if (n === list.head.data.length) {\n    // first chunk is a perfect match\n    ret = list.shift();\n  } else {\n    // result spans more than one buffer\n    ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\n  }\n  return ret;\n}\n\n// Copies a specified amount of characters from the list of buffered data\n// chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBufferString(n, list) {\n  var p = list.head;\n  var c = 1;\n  var ret = p.data;\n  n -= ret.length;\n  while (p = p.next) {\n    var str = p.data;\n    var nb = n > str.length ? str.length : n;\n    if (nb === str.length) ret += str;else ret += str.slice(0, n);\n    n -= nb;\n    if (n === 0) {\n      if (nb === str.length) {\n        ++c;\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\n      } else {\n        list.head = p;\n        p.data = str.slice(nb);\n      }\n      break;\n    }\n    ++c;\n  }\n  list.length -= c;\n  return ret;\n}\n\n// Copies a specified amount of bytes from the list of buffered data chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBuffer(n, list) {\n  var ret = Buffer.allocUnsafe(n);\n  var p = list.head;\n  var c = 1;\n  p.data.copy(ret);\n  n -= p.data.length;\n  while (p = p.next) {\n    var buf = p.data;\n    var nb = n > buf.length ? buf.length : n;\n    buf.copy(ret, ret.length - n, 0, nb);\n    n -= nb;\n    if (n === 0) {\n      if (nb === buf.length) {\n        ++c;\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\n      } else {\n        list.head = p;\n        p.data = buf.slice(nb);\n      }\n      break;\n    }\n    ++c;\n  }\n  list.length -= c;\n  return ret;\n}\n\nfunction endReadable(stream) {\n  var state = stream._readableState;\n\n  // If we get here before consuming all the bytes, then that is a\n  // bug in node.  Should never happen.\n  if (state.length > 0) throw new Error('\"endReadable()\" called on non-empty stream');\n\n  if (!state.endEmitted) {\n    state.ended = true;\n    pna.nextTick(endReadableNT, state, stream);\n  }\n}\n\nfunction endReadableNT(state, stream) {\n  // Check that we didn't get one last unshift.\n  if (!state.endEmitted && state.length === 0) {\n    state.endEmitted = true;\n    stream.readable = false;\n    stream.emit('end');\n  }\n}\n\nfunction indexOf(xs, x) {\n  for (var i = 0, l = xs.length; i < l; i++) {\n    if (xs[i] === x) return i;\n  }\n  return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a transform stream is a readable/writable stream where you do\n// something with the data.  Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored.  (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation.  For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes.  When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up.  When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer.  When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks.  If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk.  However,\n// a pathological inflate type of transform can cause excessive buffering\n// here.  For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output.  Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output.  In this case, you could write a very small\n// amount of input, and end up with a very large amount of output.  In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform.  A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n\n'use strict';\n\nmodule.exports = Transform;\n\nvar Duplex = require('./_stream_duplex');\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nutil.inherits(Transform, Duplex);\n\nfunction afterTransform(er, data) {\n  var ts = this._transformState;\n  ts.transforming = false;\n\n  var cb = ts.writecb;\n\n  if (!cb) {\n    return this.emit('error', new Error('write callback called multiple times'));\n  }\n\n  ts.writechunk = null;\n  ts.writecb = null;\n\n  if (data != null) // single equals check for both `null` and `undefined`\n    this.push(data);\n\n  cb(er);\n\n  var rs = this._readableState;\n  rs.reading = false;\n  if (rs.needReadable || rs.length < rs.highWaterMark) {\n    this._read(rs.highWaterMark);\n  }\n}\n\nfunction Transform(options) {\n  if (!(this instanceof Transform)) return new Transform(options);\n\n  Duplex.call(this, options);\n\n  this._transformState = {\n    afterTransform: afterTransform.bind(this),\n    needTransform: false,\n    transforming: false,\n    writecb: null,\n    writechunk: null,\n    writeencoding: null\n  };\n\n  // start out asking for a readable event once data is transformed.\n  this._readableState.needReadable = true;\n\n  // we have implemented the _read method, and done the other things\n  // that Readable wants before the first _read call, so unset the\n  // sync guard flag.\n  this._readableState.sync = false;\n\n  if (options) {\n    if (typeof options.transform === 'function') this._transform = options.transform;\n\n    if (typeof options.flush === 'function') this._flush = options.flush;\n  }\n\n  // When the writable side finishes, then flush out anything remaining.\n  this.on('prefinish', prefinish);\n}\n\nfunction prefinish() {\n  var _this = this;\n\n  if (typeof this._flush === 'function') {\n    this._flush(function (er, data) {\n      done(_this, er, data);\n    });\n  } else {\n    done(this, null, null);\n  }\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n  this._transformState.needTransform = false;\n  return Duplex.prototype.push.call(this, chunk, encoding);\n};\n\n// This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side.  You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk.  If you pass\n// an error, then that'll put the hurt on the whole operation.  If you\n// never call cb(), then you'll never get another chunk.\nTransform.prototype._transform = function (chunk, encoding, cb) {\n  throw new Error('_transform() is not implemented');\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n  var ts = this._transformState;\n  ts.writecb = cb;\n  ts.writechunk = chunk;\n  ts.writeencoding = encoding;\n  if (!ts.transforming) {\n    var rs = this._readableState;\n    if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n  }\n};\n\n// Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\nTransform.prototype._read = function (n) {\n  var ts = this._transformState;\n\n  if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\n    ts.transforming = true;\n    this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n  } else {\n    // mark that we need a transform, so that any data that comes in\n    // will get processed, now that we've asked for it.\n    ts.needTransform = true;\n  }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n  var _this2 = this;\n\n  Duplex.prototype._destroy.call(this, err, function (err2) {\n    cb(err2);\n    _this2.emit('close');\n  });\n};\n\nfunction done(stream, er, data) {\n  if (er) return stream.emit('error', er);\n\n  if (data != null) // single equals check for both `null` and `undefined`\n    stream.push(data);\n\n  // if there's nothing in the write buffer, then that means\n  // that nothing more will ever be provided\n  if (stream._writableState.length) throw new Error('Calling transform done when ws.length != 0');\n\n  if (stream._transformState.transforming) throw new Error('Calling transform done when still transforming');\n\n  return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n\n'use strict';\n\n/*<replacement>*/\n\nvar pna = require('process-nextick-args');\n/*</replacement>*/\n\nmodule.exports = Writable;\n\n/* <replacement> */\nfunction WriteReq(chunk, encoding, cb) {\n  this.chunk = chunk;\n  this.encoding = encoding;\n  this.callback = cb;\n  this.next = null;\n}\n\n// It seems a linked list but it is not\n// there will be only 2 of these for each stream\nfunction CorkedRequest(state) {\n  var _this = this;\n\n  this.next = null;\n  this.entry = null;\n  this.finish = function () {\n    onCorkedFinish(_this, state);\n  };\n}\n/* </replacement> */\n\n/*<replacement>*/\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : pna.nextTick;\n/*</replacement>*/\n\n/*<replacement>*/\nvar Duplex;\n/*</replacement>*/\n\nWritable.WritableState = WritableState;\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\n/*<replacement>*/\nvar internalUtil = {\n  deprecate: require('util-deprecate')\n};\n/*</replacement>*/\n\n/*<replacement>*/\nvar Stream = require('./internal/streams/stream');\n/*</replacement>*/\n\n/*<replacement>*/\n\nvar Buffer = require('safe-buffer').Buffer;\nvar OurUint8Array = global.Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n  return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/*</replacement>*/\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nutil.inherits(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream) {\n  Duplex = Duplex || require('./_stream_duplex');\n\n  options = options || {};\n\n  // Duplex streams are both readable and writable, but share\n  // the same options object.\n  // However, some cases require setting options to different\n  // values for the readable and the writable sides of the duplex stream.\n  // These options can be provided separately as readableXXX and writableXXX.\n  var isDuplex = stream instanceof Duplex;\n\n  // object stream flag to indicate whether or not this stream\n  // contains buffers or objects.\n  this.objectMode = !!options.objectMode;\n\n  if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\n\n  // the point at which write() starts returning false\n  // Note: 0 is a valid value, means that we always return false if\n  // the entire buffer is not flushed immediately on write()\n  var hwm = options.highWaterMark;\n  var writableHwm = options.writableHighWaterMark;\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n\n  if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm === 0)) this.highWaterMark = writableHwm;else this.highWaterMark = defaultHwm;\n\n  // cast to ints.\n  this.highWaterMark = Math.floor(this.highWaterMark);\n\n  // if _final has been called\n  this.finalCalled = false;\n\n  // drain event flag.\n  this.needDrain = false;\n  // at the start of calling end()\n  this.ending = false;\n  // when end() has been called, and returned\n  this.ended = false;\n  // when 'finish' is emitted\n  this.finished = false;\n\n  // has it been destroyed\n  this.destroyed = false;\n\n  // should we decode strings into buffers before passing to _write?\n  // this is here so that some node-core streams can optimize string\n  // handling at a lower level.\n  var noDecode = options.decodeStrings === false;\n  this.decodeStrings = !noDecode;\n\n  // Crypto is kind of old and crusty.  Historically, its default string\n  // encoding is 'binary' so we have to make this configurable.\n  // Everything else in the universe uses 'utf8', though.\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n  // not an actual buffer we keep track of, but a measurement\n  // of how much we're waiting to get pushed to some underlying\n  // socket or file.\n  this.length = 0;\n\n  // a flag to see when we're in the middle of a write.\n  this.writing = false;\n\n  // when true all writes will be buffered until .uncork() call\n  this.corked = 0;\n\n  // a flag to be able to tell if the onwrite cb is called immediately,\n  // or on a later tick.  We set this to true at first, because any\n  // actions that shouldn't happen until \"later\" should generally also\n  // not happen before the first write call.\n  this.sync = true;\n\n  // a flag to know if we're processing previously buffered items, which\n  // may call the _write() callback in the same tick, so that we don't\n  // end up in an overlapped onwrite situation.\n  this.bufferProcessing = false;\n\n  // the callback that's passed to _write(chunk,cb)\n  this.onwrite = function (er) {\n    onwrite(stream, er);\n  };\n\n  // the callback that the user supplies to write(chunk,encoding,cb)\n  this.writecb = null;\n\n  // the amount that is being written when _write is called.\n  this.writelen = 0;\n\n  this.bufferedRequest = null;\n  this.lastBufferedRequest = null;\n\n  // number of pending user-supplied write callbacks\n  // this must be 0 before 'finish' can be emitted\n  this.pendingcb = 0;\n\n  // emit prefinish if the only thing we're waiting for is _write cbs\n  // This is relevant for synchronous Transform streams\n  this.prefinished = false;\n\n  // True if the error was already emitted and should not be thrown again\n  this.errorEmitted = false;\n\n  // count buffered requests\n  this.bufferedRequestCount = 0;\n\n  // allocate the first CorkedRequest, there is always\n  // one allocated and free to use, and we maintain at most two\n  this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n  var current = this.bufferedRequest;\n  var out = [];\n  while (current) {\n    out.push(current);\n    current = current.next;\n  }\n  return out;\n};\n\n(function () {\n  try {\n    Object.defineProperty(WritableState.prototype, 'buffer', {\n      get: internalUtil.deprecate(function () {\n        return this.getBuffer();\n      }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n    });\n  } catch (_) {}\n})();\n\n// Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\nvar realHasInstance;\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n  realHasInstance = Function.prototype[Symbol.hasInstance];\n  Object.defineProperty(Writable, Symbol.hasInstance, {\n    value: function (object) {\n      if (realHasInstance.call(this, object)) return true;\n      if (this !== Writable) return false;\n\n      return object && object._writableState instanceof WritableState;\n    }\n  });\n} else {\n  realHasInstance = function (object) {\n    return object instanceof this;\n  };\n}\n\nfunction Writable(options) {\n  Duplex = Duplex || require('./_stream_duplex');\n\n  // Writable ctor is applied to Duplexes, too.\n  // `realHasInstance` is necessary because using plain `instanceof`\n  // would return false, as no `_writableState` property is attached.\n\n  // Trying to use the custom `instanceof` for Writable here will also break the\n  // Node.js LazyTransform implementation, which has a non-trivial getter for\n  // `_writableState` that would lead to infinite recursion.\n  if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\n    return new Writable(options);\n  }\n\n  this._writableState = new WritableState(options, this);\n\n  // legacy.\n  this.writable = true;\n\n  if (options) {\n    if (typeof options.write === 'function') this._write = options.write;\n\n    if (typeof options.writev === 'function') this._writev = options.writev;\n\n    if (typeof options.destroy === 'function') this._destroy = options.destroy;\n\n    if (typeof options.final === 'function') this._final = options.final;\n  }\n\n  Stream.call(this);\n}\n\n// Otherwise people can pipe Writable streams, which is just wrong.\nWritable.prototype.pipe = function () {\n  this.emit('error', new Error('Cannot pipe, not readable'));\n};\n\nfunction writeAfterEnd(stream, cb) {\n  var er = new Error('write after end');\n  // TODO: defer error events consistently everywhere, not just the cb\n  stream.emit('error', er);\n  pna.nextTick(cb, er);\n}\n\n// Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\nfunction validChunk(stream, state, chunk, cb) {\n  var valid = true;\n  var er = false;\n\n  if (chunk === null) {\n    er = new TypeError('May not write null values to stream');\n  } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n    er = new TypeError('Invalid non-string/buffer chunk');\n  }\n  if (er) {\n    stream.emit('error', er);\n    pna.nextTick(cb, er);\n    valid = false;\n  }\n  return valid;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n  var state = this._writableState;\n  var ret = false;\n  var isBuf = !state.objectMode && _isUint8Array(chunk);\n\n  if (isBuf && !Buffer.isBuffer(chunk)) {\n    chunk = _uint8ArrayToBuffer(chunk);\n  }\n\n  if (typeof encoding === 'function') {\n    cb = encoding;\n    encoding = null;\n  }\n\n  if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n\n  if (typeof cb !== 'function') cb = nop;\n\n  if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n    state.pendingcb++;\n    ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n  }\n\n  return ret;\n};\n\nWritable.prototype.cork = function () {\n  var state = this._writableState;\n\n  state.corked++;\n};\n\nWritable.prototype.uncork = function () {\n  var state = this._writableState;\n\n  if (state.corked) {\n    state.corked--;\n\n    if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n  }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n  // node::ParseEncoding() requires lower case.\n  if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n  if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\n  this._writableState.defaultEncoding = encoding;\n  return this;\n};\n\nfunction decodeChunk(state, chunk, encoding) {\n  if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n    chunk = Buffer.from(chunk, encoding);\n  }\n  return chunk;\n}\n\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n  // making it explicit this property is not enumerable\n  // because otherwise some prototype manipulation in\n  // userland will fail\n  enumerable: false,\n  get: function () {\n    return this._writableState.highWaterMark;\n  }\n});\n\n// if we're already writing something, then just put this\n// in the queue, and wait our turn.  Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n  if (!isBuf) {\n    var newChunk = decodeChunk(state, chunk, encoding);\n    if (chunk !== newChunk) {\n      isBuf = true;\n      encoding = 'buffer';\n      chunk = newChunk;\n    }\n  }\n  var len = state.objectMode ? 1 : chunk.length;\n\n  state.length += len;\n\n  var ret = state.length < state.highWaterMark;\n  // we must ensure that previous needDrain will not be reset to false.\n  if (!ret) state.needDrain = true;\n\n  if (state.writing || state.corked) {\n    var last = state.lastBufferedRequest;\n    state.lastBufferedRequest = {\n      chunk: chunk,\n      encoding: encoding,\n      isBuf: isBuf,\n      callback: cb,\n      next: null\n    };\n    if (last) {\n      last.next = state.lastBufferedRequest;\n    } else {\n      state.bufferedRequest = state.lastBufferedRequest;\n    }\n    state.bufferedRequestCount += 1;\n  } else {\n    doWrite(stream, state, false, len, chunk, encoding, cb);\n  }\n\n  return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n  state.writelen = len;\n  state.writecb = cb;\n  state.writing = true;\n  state.sync = true;\n  if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n  state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n  --state.pendingcb;\n\n  if (sync) {\n    // defer the callback if we are being called synchronously\n    // to avoid piling up things on the stack\n    pna.nextTick(cb, er);\n    // this can emit finish, and it will always happen\n    // after error\n    pna.nextTick(finishMaybe, stream, state);\n    stream._writableState.errorEmitted = true;\n    stream.emit('error', er);\n  } else {\n    // the caller expect this to happen before if\n    // it is async\n    cb(er);\n    stream._writableState.errorEmitted = true;\n    stream.emit('error', er);\n    // this can emit finish, but finish must\n    // always follow error\n    finishMaybe(stream, state);\n  }\n}\n\nfunction onwriteStateUpdate(state) {\n  state.writing = false;\n  state.writecb = null;\n  state.length -= state.writelen;\n  state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n  var state = stream._writableState;\n  var sync = state.sync;\n  var cb = state.writecb;\n\n  onwriteStateUpdate(state);\n\n  if (er) onwriteError(stream, state, sync, er, cb);else {\n    // Check if we're actually ready to finish, but don't emit yet\n    var finished = needFinish(state);\n\n    if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n      clearBuffer(stream, state);\n    }\n\n    if (sync) {\n      /*<replacement>*/\n      asyncWrite(afterWrite, stream, state, finished, cb);\n      /*</replacement>*/\n    } else {\n      afterWrite(stream, state, finished, cb);\n    }\n  }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n  if (!finished) onwriteDrain(stream, state);\n  state.pendingcb--;\n  cb();\n  finishMaybe(stream, state);\n}\n\n// Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\nfunction onwriteDrain(stream, state) {\n  if (state.length === 0 && state.needDrain) {\n    state.needDrain = false;\n    stream.emit('drain');\n  }\n}\n\n// if there's something in the buffer waiting, then process it\nfunction clearBuffer(stream, state) {\n  state.bufferProcessing = true;\n  var entry = state.bufferedRequest;\n\n  if (stream._writev && entry && entry.next) {\n    // Fast case, write everything using _writev()\n    var l = state.bufferedRequestCount;\n    var buffer = new Array(l);\n    var holder = state.corkedRequestsFree;\n    holder.entry = entry;\n\n    var count = 0;\n    var allBuffers = true;\n    while (entry) {\n      buffer[count] = entry;\n      if (!entry.isBuf) allBuffers = false;\n      entry = entry.next;\n      count += 1;\n    }\n    buffer.allBuffers = allBuffers;\n\n    doWrite(stream, state, true, state.length, buffer, '', holder.finish);\n\n    // doWrite is almost always async, defer these to save a bit of time\n    // as the hot path ends with doWrite\n    state.pendingcb++;\n    state.lastBufferedRequest = null;\n    if (holder.next) {\n      state.corkedRequestsFree = holder.next;\n      holder.next = null;\n    } else {\n      state.corkedRequestsFree = new CorkedRequest(state);\n    }\n    state.bufferedRequestCount = 0;\n  } else {\n    // Slow case, write chunks one-by-one\n    while (entry) {\n      var chunk = entry.chunk;\n      var encoding = entry.encoding;\n      var cb = entry.callback;\n      var len = state.objectMode ? 1 : chunk.length;\n\n      doWrite(stream, state, false, len, chunk, encoding, cb);\n      entry = entry.next;\n      state.bufferedRequestCount--;\n      // if we didn't call the onwrite immediately, then\n      // it means that we need to wait until it does.\n      // also, that means that the chunk and cb are currently\n      // being processed, so move the buffer counter past them.\n      if (state.writing) {\n        break;\n      }\n    }\n\n    if (entry === null) state.lastBufferedRequest = null;\n  }\n\n  state.bufferedRequest = entry;\n  state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n  cb(new Error('_write() is not implemented'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n  var state = this._writableState;\n\n  if (typeof chunk === 'function') {\n    cb = chunk;\n    chunk = null;\n    encoding = null;\n  } else if (typeof encoding === 'function') {\n    cb = encoding;\n    encoding = null;\n  }\n\n  if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\n\n  // .end() fully uncorks\n  if (state.corked) {\n    state.corked = 1;\n    this.uncork();\n  }\n\n  // ignore unnecessary end() calls.\n  if (!state.ending && !state.finished) endWritable(this, state, cb);\n};\n\nfunction needFinish(state) {\n  return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\nfunction callFinal(stream, state) {\n  stream._final(function (err) {\n    state.pendingcb--;\n    if (err) {\n      stream.emit('error', err);\n    }\n    state.prefinished = true;\n    stream.emit('prefinish');\n    finishMaybe(stream, state);\n  });\n}\nfunction prefinish(stream, state) {\n  if (!state.prefinished && !state.finalCalled) {\n    if (typeof stream._final === 'function') {\n      state.pendingcb++;\n      state.finalCalled = true;\n      pna.nextTick(callFinal, stream, state);\n    } else {\n      state.prefinished = true;\n      stream.emit('prefinish');\n    }\n  }\n}\n\nfunction finishMaybe(stream, state) {\n  var need = needFinish(state);\n  if (need) {\n    prefinish(stream, state);\n    if (state.pendingcb === 0) {\n      state.finished = true;\n      stream.emit('finish');\n    }\n  }\n  return need;\n}\n\nfunction endWritable(stream, state, cb) {\n  state.ending = true;\n  finishMaybe(stream, state);\n  if (cb) {\n    if (state.finished) pna.nextTick(cb);else stream.once('finish', cb);\n  }\n  state.ended = true;\n  stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n  var entry = corkReq.entry;\n  corkReq.entry = null;\n  while (entry) {\n    var cb = entry.callback;\n    state.pendingcb--;\n    cb(err);\n    entry = entry.next;\n  }\n  if (state.corkedRequestsFree) {\n    state.corkedRequestsFree.next = corkReq;\n  } else {\n    state.corkedRequestsFree = corkReq;\n  }\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n  get: function () {\n    if (this._writableState === undefined) {\n      return false;\n    }\n    return this._writableState.destroyed;\n  },\n  set: function (value) {\n    // we ignore the value if the stream\n    // has not been initialized yet\n    if (!this._writableState) {\n      return;\n    }\n\n    // backward compatibility, the user is explicitly\n    // managing destroyed\n    this._writableState.destroyed = value;\n  }\n});\n\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\nWritable.prototype._destroy = function (err, cb) {\n  this.end();\n  cb(err);\n};","'use strict';\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar Buffer = require('safe-buffer').Buffer;\nvar util = require('util');\n\nfunction copyBuffer(src, target, offset) {\n  src.copy(target, offset);\n}\n\nmodule.exports = function () {\n  function BufferList() {\n    _classCallCheck(this, BufferList);\n\n    this.head = null;\n    this.tail = null;\n    this.length = 0;\n  }\n\n  BufferList.prototype.push = function push(v) {\n    var entry = { data: v, next: null };\n    if (this.length > 0) this.tail.next = entry;else this.head = entry;\n    this.tail = entry;\n    ++this.length;\n  };\n\n  BufferList.prototype.unshift = function unshift(v) {\n    var entry = { data: v, next: this.head };\n    if (this.length === 0) this.tail = entry;\n    this.head = entry;\n    ++this.length;\n  };\n\n  BufferList.prototype.shift = function shift() {\n    if (this.length === 0) return;\n    var ret = this.head.data;\n    if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n    --this.length;\n    return ret;\n  };\n\n  BufferList.prototype.clear = function clear() {\n    this.head = this.tail = null;\n    this.length = 0;\n  };\n\n  BufferList.prototype.join = function join(s) {\n    if (this.length === 0) return '';\n    var p = this.head;\n    var ret = '' + p.data;\n    while (p = p.next) {\n      ret += s + p.data;\n    }return ret;\n  };\n\n  BufferList.prototype.concat = function concat(n) {\n    if (this.length === 0) return Buffer.alloc(0);\n    if (this.length === 1) return this.head.data;\n    var ret = Buffer.allocUnsafe(n >>> 0);\n    var p = this.head;\n    var i = 0;\n    while (p) {\n      copyBuffer(p.data, ret, i);\n      i += p.data.length;\n      p = p.next;\n    }\n    return ret;\n  };\n\n  return BufferList;\n}();\n\nif (util && util.inspect && util.inspect.custom) {\n  module.exports.prototype[util.inspect.custom] = function () {\n    var obj = util.inspect({ length: this.length });\n    return this.constructor.name + ' ' + obj;\n  };\n}","'use strict';\n\n/*<replacement>*/\n\nvar pna = require('process-nextick-args');\n/*</replacement>*/\n\n// undocumented cb() API, needed for core, not for public API\nfunction destroy(err, cb) {\n  var _this = this;\n\n  var readableDestroyed = this._readableState && this._readableState.destroyed;\n  var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n  if (readableDestroyed || writableDestroyed) {\n    if (cb) {\n      cb(err);\n    } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {\n      pna.nextTick(emitErrorNT, this, err);\n    }\n    return this;\n  }\n\n  // we set destroyed to true before firing error callbacks in order\n  // to make it re-entrance safe in case destroy() is called within callbacks\n\n  if (this._readableState) {\n    this._readableState.destroyed = true;\n  }\n\n  // if this is a duplex stream mark the writable part as destroyed as well\n  if (this._writableState) {\n    this._writableState.destroyed = true;\n  }\n\n  this._destroy(err || null, function (err) {\n    if (!cb && err) {\n      pna.nextTick(emitErrorNT, _this, err);\n      if (_this._writableState) {\n        _this._writableState.errorEmitted = true;\n      }\n    } else if (cb) {\n      cb(err);\n    }\n  });\n\n  return this;\n}\n\nfunction undestroy() {\n  if (this._readableState) {\n    this._readableState.destroyed = false;\n    this._readableState.reading = false;\n    this._readableState.ended = false;\n    this._readableState.endEmitted = false;\n  }\n\n  if (this._writableState) {\n    this._writableState.destroyed = false;\n    this._writableState.ended = false;\n    this._writableState.ending = false;\n    this._writableState.finished = false;\n    this._writableState.errorEmitted = false;\n  }\n}\n\nfunction emitErrorNT(self, err) {\n  self.emit('error', err);\n}\n\nmodule.exports = {\n  destroy: destroy,\n  undestroy: undestroy\n};","module.exports = require('events').EventEmitter;\n","/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n  for (var key in src) {\n    dst[key] = src[key]\n  }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n  module.exports = buffer\n} else {\n  // Copy properties from require('buffer')\n  copyProps(buffer, exports)\n  exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n  return Buffer(arg, encodingOrOffset, length)\n}\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n  if (typeof arg === 'number') {\n    throw new TypeError('Argument must not be a number')\n  }\n  return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  var buf = Buffer(size)\n  if (fill !== undefined) {\n    if (typeof encoding === 'string') {\n      buf.fill(fill, encoding)\n    } else {\n      buf.fill(fill)\n    }\n  } else {\n    buf.fill(0)\n  }\n  return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  return buffer.SlowBuffer(size)\n}\n","module.exports = require('./readable').PassThrough\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\n","module.exports = require('./readable').Transform\n","module.exports = require('./lib/_stream_writable.js');\n",";(function (sax) { // wrapper for non-node envs\n  sax.parser = function (strict, opt) { return new SAXParser(strict, opt) }\n  sax.SAXParser = SAXParser\n  sax.SAXStream = SAXStream\n  sax.createStream = createStream\n\n  // When we pass the MAX_BUFFER_LENGTH position, start checking for buffer overruns.\n  // When we check, schedule the next check for MAX_BUFFER_LENGTH - (max(buffer lengths)),\n  // since that's the earliest that a buffer overrun could occur.  This way, checks are\n  // as rare as required, but as often as necessary to ensure never crossing this bound.\n  // Furthermore, buffers are only tested at most once per write(), so passing a very\n  // large string into write() might have undesirable effects, but this is manageable by\n  // the caller, so it is assumed to be safe.  Thus, a call to write() may, in the extreme\n  // edge case, result in creating at most one complete copy of the string passed in.\n  // Set to Infinity to have unlimited buffers.\n  sax.MAX_BUFFER_LENGTH = 64 * 1024\n\n  var buffers = [\n    'comment', 'sgmlDecl', 'textNode', 'tagName', 'doctype',\n    'procInstName', 'procInstBody', 'entity', 'attribName',\n    'attribValue', 'cdata', 'script'\n  ]\n\n  sax.EVENTS = [\n    'text',\n    'processinginstruction',\n    'sgmldeclaration',\n    'doctype',\n    'comment',\n    'opentagstart',\n    'attribute',\n    'opentag',\n    'closetag',\n    'opencdata',\n    'cdata',\n    'closecdata',\n    'error',\n    'end',\n    'ready',\n    'script',\n    'opennamespace',\n    'closenamespace'\n  ]\n\n  function SAXParser (strict, opt) {\n    if (!(this instanceof SAXParser)) {\n      return new SAXParser(strict, opt)\n    }\n\n    var parser = this\n    clearBuffers(parser)\n    parser.q = parser.c = ''\n    parser.bufferCheckPosition = sax.MAX_BUFFER_LENGTH\n    parser.opt = opt || {}\n    parser.opt.lowercase = parser.opt.lowercase || parser.opt.lowercasetags\n    parser.looseCase = parser.opt.lowercase ? 'toLowerCase' : 'toUpperCase'\n    parser.tags = []\n    parser.closed = parser.closedRoot = parser.sawRoot = false\n    parser.tag = parser.error = null\n    parser.strict = !!strict\n    parser.noscript = !!(strict || parser.opt.noscript)\n    parser.state = S.BEGIN\n    parser.strictEntities = parser.opt.strictEntities\n    parser.ENTITIES = parser.strictEntities ? Object.create(sax.XML_ENTITIES) : Object.create(sax.ENTITIES)\n    parser.attribList = []\n\n    // namespaces form a prototype chain.\n    // it always points at the current tag,\n    // which protos to its parent tag.\n    if (parser.opt.xmlns) {\n      parser.ns = Object.create(rootNS)\n    }\n\n    // mostly just for error reporting\n    parser.trackPosition = parser.opt.position !== false\n    if (parser.trackPosition) {\n      parser.position = parser.line = parser.column = 0\n    }\n    emit(parser, 'onready')\n  }\n\n  if (!Object.create) {\n    Object.create = function (o) {\n      function F () {}\n      F.prototype = o\n      var newf = new F()\n      return newf\n    }\n  }\n\n  if (!Object.keys) {\n    Object.keys = function (o) {\n      var a = []\n      for (var i in o) if (o.hasOwnProperty(i)) a.push(i)\n      return a\n    }\n  }\n\n  function checkBufferLength (parser) {\n    var maxAllowed = Math.max(sax.MAX_BUFFER_LENGTH, 10)\n    var maxActual = 0\n    for (var i = 0, l = buffers.length; i < l; i++) {\n      var len = parser[buffers[i]].length\n      if (len > maxAllowed) {\n        // Text/cdata nodes can get big, and since they're buffered,\n        // we can get here under normal conditions.\n        // Avoid issues by emitting the text node now,\n        // so at least it won't get any bigger.\n        switch (buffers[i]) {\n          case 'textNode':\n            closeText(parser)\n            break\n\n          case 'cdata':\n            emitNode(parser, 'oncdata', parser.cdata)\n            parser.cdata = ''\n            break\n\n          case 'script':\n            emitNode(parser, 'onscript', parser.script)\n            parser.script = ''\n            break\n\n          default:\n            error(parser, 'Max buffer length exceeded: ' + buffers[i])\n        }\n      }\n      maxActual = Math.max(maxActual, len)\n    }\n    // schedule the next check for the earliest possible buffer overrun.\n    var m = sax.MAX_BUFFER_LENGTH - maxActual\n    parser.bufferCheckPosition = m + parser.position\n  }\n\n  function clearBuffers (parser) {\n    for (var i = 0, l = buffers.length; i < l; i++) {\n      parser[buffers[i]] = ''\n    }\n  }\n\n  function flushBuffers (parser) {\n    closeText(parser)\n    if (parser.cdata !== '') {\n      emitNode(parser, 'oncdata', parser.cdata)\n      parser.cdata = ''\n    }\n    if (parser.script !== '') {\n      emitNode(parser, 'onscript', parser.script)\n      parser.script = ''\n    }\n  }\n\n  SAXParser.prototype = {\n    end: function () { end(this) },\n    write: write,\n    resume: function () { this.error = null; return this },\n    close: function () { return this.write(null) },\n    flush: function () { flushBuffers(this) }\n  }\n\n  var Stream\n  try {\n    Stream = require('stream').Stream\n  } catch (ex) {\n    Stream = function () {}\n  }\n\n  var streamWraps = sax.EVENTS.filter(function (ev) {\n    return ev !== 'error' && ev !== 'end'\n  })\n\n  function createStream (strict, opt) {\n    return new SAXStream(strict, opt)\n  }\n\n  function SAXStream (strict, opt) {\n    if (!(this instanceof SAXStream)) {\n      return new SAXStream(strict, opt)\n    }\n\n    Stream.apply(this)\n\n    this._parser = new SAXParser(strict, opt)\n    this.writable = true\n    this.readable = true\n\n    var me = this\n\n    this._parser.onend = function () {\n      me.emit('end')\n    }\n\n    this._parser.onerror = function (er) {\n      me.emit('error', er)\n\n      // if didn't throw, then means error was handled.\n      // go ahead and clear error, so we can write again.\n      me._parser.error = null\n    }\n\n    this._decoder = null\n\n    streamWraps.forEach(function (ev) {\n      Object.defineProperty(me, 'on' + ev, {\n        get: function () {\n          return me._parser['on' + ev]\n        },\n        set: function (h) {\n          if (!h) {\n            me.removeAllListeners(ev)\n            me._parser['on' + ev] = h\n            return h\n          }\n          me.on(ev, h)\n        },\n        enumerable: true,\n        configurable: false\n      })\n    })\n  }\n\n  SAXStream.prototype = Object.create(Stream.prototype, {\n    constructor: {\n      value: SAXStream\n    }\n  })\n\n  SAXStream.prototype.write = function (data) {\n    if (typeof Buffer === 'function' &&\n      typeof Buffer.isBuffer === 'function' &&\n      Buffer.isBuffer(data)) {\n      if (!this._decoder) {\n        var SD = require('string_decoder').StringDecoder\n        this._decoder = new SD('utf8')\n      }\n      data = this._decoder.write(data)\n    }\n\n    this._parser.write(data.toString())\n    this.emit('data', data)\n    return true\n  }\n\n  SAXStream.prototype.end = function (chunk) {\n    if (chunk && chunk.length) {\n      this.write(chunk)\n    }\n    this._parser.end()\n    return true\n  }\n\n  SAXStream.prototype.on = function (ev, handler) {\n    var me = this\n    if (!me._parser['on' + ev] && streamWraps.indexOf(ev) !== -1) {\n      me._parser['on' + ev] = function () {\n        var args = arguments.length === 1 ? [arguments[0]] : Array.apply(null, arguments)\n        args.splice(0, 0, ev)\n        me.emit.apply(me, args)\n      }\n    }\n\n    return Stream.prototype.on.call(me, ev, handler)\n  }\n\n  // this really needs to be replaced with character classes.\n  // XML allows all manner of ridiculous numbers and digits.\n  var CDATA = '[CDATA['\n  var DOCTYPE = 'DOCTYPE'\n  var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace'\n  var XMLNS_NAMESPACE = 'http://www.w3.org/2000/xmlns/'\n  var rootNS = { xml: XML_NAMESPACE, xmlns: XMLNS_NAMESPACE }\n\n  // http://www.w3.org/TR/REC-xml/#NT-NameStartChar\n  // This implementation works on strings, a single character at a time\n  // as such, it cannot ever support astral-plane characters (10000-EFFFF)\n  // without a significant breaking change to either this  parser, or the\n  // JavaScript language.  Implementation of an emoji-capable xml parser\n  // is left as an exercise for the reader.\n  var nameStart = /[:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/\n\n  var nameBody = /[:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\u00B7\\u0300-\\u036F\\u203F-\\u2040.\\d-]/\n\n  var entityStart = /[#:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/\n  var entityBody = /[#:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\u00B7\\u0300-\\u036F\\u203F-\\u2040.\\d-]/\n\n  function isWhitespace (c) {\n    return c === ' ' || c === '\\n' || c === '\\r' || c === '\\t'\n  }\n\n  function isQuote (c) {\n    return c === '\"' || c === '\\''\n  }\n\n  function isAttribEnd (c) {\n    return c === '>' || isWhitespace(c)\n  }\n\n  function isMatch (regex, c) {\n    return regex.test(c)\n  }\n\n  function notMatch (regex, c) {\n    return !isMatch(regex, c)\n  }\n\n  var S = 0\n  sax.STATE = {\n    BEGIN: S++, // leading byte order mark or whitespace\n    BEGIN_WHITESPACE: S++, // leading whitespace\n    TEXT: S++, // general stuff\n    TEXT_ENTITY: S++, // &amp and such.\n    OPEN_WAKA: S++, // <\n    SGML_DECL: S++, // <!BLARG\n    SGML_DECL_QUOTED: S++, // <!BLARG foo \"bar\n    DOCTYPE: S++, // <!DOCTYPE\n    DOCTYPE_QUOTED: S++, // <!DOCTYPE \"//blah\n    DOCTYPE_DTD: S++, // <!DOCTYPE \"//blah\" [ ...\n    DOCTYPE_DTD_QUOTED: S++, // <!DOCTYPE \"//blah\" [ \"foo\n    COMMENT_STARTING: S++, // <!-\n    COMMENT: S++, // <!--\n    COMMENT_ENDING: S++, // <!-- blah -\n    COMMENT_ENDED: S++, // <!-- blah --\n    CDATA: S++, // <![CDATA[ something\n    CDATA_ENDING: S++, // ]\n    CDATA_ENDING_2: S++, // ]]\n    PROC_INST: S++, // <?hi\n    PROC_INST_BODY: S++, // <?hi there\n    PROC_INST_ENDING: S++, // <?hi \"there\" ?\n    OPEN_TAG: S++, // <strong\n    OPEN_TAG_SLASH: S++, // <strong /\n    ATTRIB: S++, // <a\n    ATTRIB_NAME: S++, // <a foo\n    ATTRIB_NAME_SAW_WHITE: S++, // <a foo _\n    ATTRIB_VALUE: S++, // <a foo=\n    ATTRIB_VALUE_QUOTED: S++, // <a foo=\"bar\n    ATTRIB_VALUE_CLOSED: S++, // <a foo=\"bar\"\n    ATTRIB_VALUE_UNQUOTED: S++, // <a foo=bar\n    ATTRIB_VALUE_ENTITY_Q: S++, // <foo bar=\"&quot;\"\n    ATTRIB_VALUE_ENTITY_U: S++, // <foo bar=&quot\n    CLOSE_TAG: S++, // </a\n    CLOSE_TAG_SAW_WHITE: S++, // </a   >\n    SCRIPT: S++, // <script> ...\n    SCRIPT_ENDING: S++ // <script> ... <\n  }\n\n  sax.XML_ENTITIES = {\n    'amp': '&',\n    'gt': '>',\n    'lt': '<',\n    'quot': '\"',\n    'apos': \"'\"\n  }\n\n  sax.ENTITIES = {\n    'amp': '&',\n    'gt': '>',\n    'lt': '<',\n    'quot': '\"',\n    'apos': \"'\",\n    'AElig': 198,\n    'Aacute': 193,\n    'Acirc': 194,\n    'Agrave': 192,\n    'Aring': 197,\n    'Atilde': 195,\n    'Auml': 196,\n    'Ccedil': 199,\n    'ETH': 208,\n    'Eacute': 201,\n    'Ecirc': 202,\n    'Egrave': 200,\n    'Euml': 203,\n    'Iacute': 205,\n    'Icirc': 206,\n    'Igrave': 204,\n    'Iuml': 207,\n    'Ntilde': 209,\n    'Oacute': 211,\n    'Ocirc': 212,\n    'Ograve': 210,\n    'Oslash': 216,\n    'Otilde': 213,\n    'Ouml': 214,\n    'THORN': 222,\n    'Uacute': 218,\n    'Ucirc': 219,\n    'Ugrave': 217,\n    'Uuml': 220,\n    'Yacute': 221,\n    'aacute': 225,\n    'acirc': 226,\n    'aelig': 230,\n    'agrave': 224,\n    'aring': 229,\n    'atilde': 227,\n    'auml': 228,\n    'ccedil': 231,\n    'eacute': 233,\n    'ecirc': 234,\n    'egrave': 232,\n    'eth': 240,\n    'euml': 235,\n    'iacute': 237,\n    'icirc': 238,\n    'igrave': 236,\n    'iuml': 239,\n    'ntilde': 241,\n    'oacute': 243,\n    'ocirc': 244,\n    'ograve': 242,\n    'oslash': 248,\n    'otilde': 245,\n    'ouml': 246,\n    'szlig': 223,\n    'thorn': 254,\n    'uacute': 250,\n    'ucirc': 251,\n    'ugrave': 249,\n    'uuml': 252,\n    'yacute': 253,\n    'yuml': 255,\n    'copy': 169,\n    'reg': 174,\n    'nbsp': 160,\n    'iexcl': 161,\n    'cent': 162,\n    'pound': 163,\n    'curren': 164,\n    'yen': 165,\n    'brvbar': 166,\n    'sect': 167,\n    'uml': 168,\n    'ordf': 170,\n    'laquo': 171,\n    'not': 172,\n    'shy': 173,\n    'macr': 175,\n    'deg': 176,\n    'plusmn': 177,\n    'sup1': 185,\n    'sup2': 178,\n    'sup3': 179,\n    'acute': 180,\n    'micro': 181,\n    'para': 182,\n    'middot': 183,\n    'cedil': 184,\n    'ordm': 186,\n    'raquo': 187,\n    'frac14': 188,\n    'frac12': 189,\n    'frac34': 190,\n    'iquest': 191,\n    'times': 215,\n    'divide': 247,\n    'OElig': 338,\n    'oelig': 339,\n    'Scaron': 352,\n    'scaron': 353,\n    'Yuml': 376,\n    'fnof': 402,\n    'circ': 710,\n    'tilde': 732,\n    'Alpha': 913,\n    'Beta': 914,\n    'Gamma': 915,\n    'Delta': 916,\n    'Epsilon': 917,\n    'Zeta': 918,\n    'Eta': 919,\n    'Theta': 920,\n    'Iota': 921,\n    'Kappa': 922,\n    'Lambda': 923,\n    'Mu': 924,\n    'Nu': 925,\n    'Xi': 926,\n    'Omicron': 927,\n    'Pi': 928,\n    'Rho': 929,\n    'Sigma': 931,\n    'Tau': 932,\n    'Upsilon': 933,\n    'Phi': 934,\n    'Chi': 935,\n    'Psi': 936,\n    'Omega': 937,\n    'alpha': 945,\n    'beta': 946,\n    'gamma': 947,\n    'delta': 948,\n    'epsilon': 949,\n    'zeta': 950,\n    'eta': 951,\n    'theta': 952,\n    'iota': 953,\n    'kappa': 954,\n    'lambda': 955,\n    'mu': 956,\n    'nu': 957,\n    'xi': 958,\n    'omicron': 959,\n    'pi': 960,\n    'rho': 961,\n    'sigmaf': 962,\n    'sigma': 963,\n    'tau': 964,\n    'upsilon': 965,\n    'phi': 966,\n    'chi': 967,\n    'psi': 968,\n    'omega': 969,\n    'thetasym': 977,\n    'upsih': 978,\n    'piv': 982,\n    'ensp': 8194,\n    'emsp': 8195,\n    'thinsp': 8201,\n    'zwnj': 8204,\n    'zwj': 8205,\n    'lrm': 8206,\n    'rlm': 8207,\n    'ndash': 8211,\n    'mdash': 8212,\n    'lsquo': 8216,\n    'rsquo': 8217,\n    'sbquo': 8218,\n    'ldquo': 8220,\n    'rdquo': 8221,\n    'bdquo': 8222,\n    'dagger': 8224,\n    'Dagger': 8225,\n    'bull': 8226,\n    'hellip': 8230,\n    'permil': 8240,\n    'prime': 8242,\n    'Prime': 8243,\n    'lsaquo': 8249,\n    'rsaquo': 8250,\n    'oline': 8254,\n    'frasl': 8260,\n    'euro': 8364,\n    'image': 8465,\n    'weierp': 8472,\n    'real': 8476,\n    'trade': 8482,\n    'alefsym': 8501,\n    'larr': 8592,\n    'uarr': 8593,\n    'rarr': 8594,\n    'darr': 8595,\n    'harr': 8596,\n    'crarr': 8629,\n    'lArr': 8656,\n    'uArr': 8657,\n    'rArr': 8658,\n    'dArr': 8659,\n    'hArr': 8660,\n    'forall': 8704,\n    'part': 8706,\n    'exist': 8707,\n    'empty': 8709,\n    'nabla': 8711,\n    'isin': 8712,\n    'notin': 8713,\n    'ni': 8715,\n    'prod': 8719,\n    'sum': 8721,\n    'minus': 8722,\n    'lowast': 8727,\n    'radic': 8730,\n    'prop': 8733,\n    'infin': 8734,\n    'ang': 8736,\n    'and': 8743,\n    'or': 8744,\n    'cap': 8745,\n    'cup': 8746,\n    'int': 8747,\n    'there4': 8756,\n    'sim': 8764,\n    'cong': 8773,\n    'asymp': 8776,\n    'ne': 8800,\n    'equiv': 8801,\n    'le': 8804,\n    'ge': 8805,\n    'sub': 8834,\n    'sup': 8835,\n    'nsub': 8836,\n    'sube': 8838,\n    'supe': 8839,\n    'oplus': 8853,\n    'otimes': 8855,\n    'perp': 8869,\n    'sdot': 8901,\n    'lceil': 8968,\n    'rceil': 8969,\n    'lfloor': 8970,\n    'rfloor': 8971,\n    'lang': 9001,\n    'rang': 9002,\n    'loz': 9674,\n    'spades': 9824,\n    'clubs': 9827,\n    'hearts': 9829,\n    'diams': 9830\n  }\n\n  Object.keys(sax.ENTITIES).forEach(function (key) {\n    var e = sax.ENTITIES[key]\n    var s = typeof e === 'number' ? String.fromCharCode(e) : e\n    sax.ENTITIES[key] = s\n  })\n\n  for (var s in sax.STATE) {\n    sax.STATE[sax.STATE[s]] = s\n  }\n\n  // shorthand\n  S = sax.STATE\n\n  function emit (parser, event, data) {\n    parser[event] && parser[event](data)\n  }\n\n  function emitNode (parser, nodeType, data) {\n    if (parser.textNode) closeText(parser)\n    emit(parser, nodeType, data)\n  }\n\n  function closeText (parser) {\n    parser.textNode = textopts(parser.opt, parser.textNode)\n    if (parser.textNode) emit(parser, 'ontext', parser.textNode)\n    parser.textNode = ''\n  }\n\n  function textopts (opt, text) {\n    if (opt.trim) text = text.trim()\n    if (opt.normalize) text = text.replace(/\\s+/g, ' ')\n    return text\n  }\n\n  function error (parser, er) {\n    closeText(parser)\n    if (parser.trackPosition) {\n      er += '\\nLine: ' + parser.line +\n        '\\nColumn: ' + parser.column +\n        '\\nChar: ' + parser.c\n    }\n    er = new Error(er)\n    parser.error = er\n    emit(parser, 'onerror', er)\n    return parser\n  }\n\n  function end (parser) {\n    if (parser.sawRoot && !parser.closedRoot) strictFail(parser, 'Unclosed root tag')\n    if ((parser.state !== S.BEGIN) &&\n      (parser.state !== S.BEGIN_WHITESPACE) &&\n      (parser.state !== S.TEXT)) {\n      error(parser, 'Unexpected end')\n    }\n    closeText(parser)\n    parser.c = ''\n    parser.closed = true\n    emit(parser, 'onend')\n    SAXParser.call(parser, parser.strict, parser.opt)\n    return parser\n  }\n\n  function strictFail (parser, message) {\n    if (typeof parser !== 'object' || !(parser instanceof SAXParser)) {\n      throw new Error('bad call to strictFail')\n    }\n    if (parser.strict) {\n      error(parser, message)\n    }\n  }\n\n  function newTag (parser) {\n    if (!parser.strict) parser.tagName = parser.tagName[parser.looseCase]()\n    var parent = parser.tags[parser.tags.length - 1] || parser\n    var tag = parser.tag = { name: parser.tagName, attributes: {} }\n\n    // will be overridden if tag contails an xmlns=\"foo\" or xmlns:foo=\"bar\"\n    if (parser.opt.xmlns) {\n      tag.ns = parent.ns\n    }\n    parser.attribList.length = 0\n    emitNode(parser, 'onopentagstart', tag)\n  }\n\n  function qname (name, attribute) {\n    var i = name.indexOf(':')\n    var qualName = i < 0 ? [ '', name ] : name.split(':')\n    var prefix = qualName[0]\n    var local = qualName[1]\n\n    // <x \"xmlns\"=\"http://foo\">\n    if (attribute && name === 'xmlns') {\n      prefix = 'xmlns'\n      local = ''\n    }\n\n    return { prefix: prefix, local: local }\n  }\n\n  function attrib (parser) {\n    if (!parser.strict) {\n      parser.attribName = parser.attribName[parser.looseCase]()\n    }\n\n    if (parser.attribList.indexOf(parser.attribName) !== -1 ||\n      parser.tag.attributes.hasOwnProperty(parser.attribName)) {\n      parser.attribName = parser.attribValue = ''\n      return\n    }\n\n    if (parser.opt.xmlns) {\n      var qn = qname(parser.attribName, true)\n      var prefix = qn.prefix\n      var local = qn.local\n\n      if (prefix === 'xmlns') {\n        // namespace binding attribute. push the binding into scope\n        if (local === 'xml' && parser.attribValue !== XML_NAMESPACE) {\n          strictFail(parser,\n            'xml: prefix must be bound to ' + XML_NAMESPACE + '\\n' +\n            'Actual: ' + parser.attribValue)\n        } else if (local === 'xmlns' && parser.attribValue !== XMLNS_NAMESPACE) {\n          strictFail(parser,\n            'xmlns: prefix must be bound to ' + XMLNS_NAMESPACE + '\\n' +\n            'Actual: ' + parser.attribValue)\n        } else {\n          var tag = parser.tag\n          var parent = parser.tags[parser.tags.length - 1] || parser\n          if (tag.ns === parent.ns) {\n            tag.ns = Object.create(parent.ns)\n          }\n          tag.ns[local] = parser.attribValue\n        }\n      }\n\n      // defer onattribute events until all attributes have been seen\n      // so any new bindings can take effect. preserve attribute order\n      // so deferred events can be emitted in document order\n      parser.attribList.push([parser.attribName, parser.attribValue])\n    } else {\n      // in non-xmlns mode, we can emit the event right away\n      parser.tag.attributes[parser.attribName] = parser.attribValue\n      emitNode(parser, 'onattribute', {\n        name: parser.attribName,\n        value: parser.attribValue\n      })\n    }\n\n    parser.attribName = parser.attribValue = ''\n  }\n\n  function openTag (parser, selfClosing) {\n    if (parser.opt.xmlns) {\n      // emit namespace binding events\n      var tag = parser.tag\n\n      // add namespace info to tag\n      var qn = qname(parser.tagName)\n      tag.prefix = qn.prefix\n      tag.local = qn.local\n      tag.uri = tag.ns[qn.prefix] || ''\n\n      if (tag.prefix && !tag.uri) {\n        strictFail(parser, 'Unbound namespace prefix: ' +\n          JSON.stringify(parser.tagName))\n        tag.uri = qn.prefix\n      }\n\n      var parent = parser.tags[parser.tags.length - 1] || parser\n      if (tag.ns && parent.ns !== tag.ns) {\n        Object.keys(tag.ns).forEach(function (p) {\n          emitNode(parser, 'onopennamespace', {\n            prefix: p,\n            uri: tag.ns[p]\n          })\n        })\n      }\n\n      // handle deferred onattribute events\n      // Note: do not apply default ns to attributes:\n      //   http://www.w3.org/TR/REC-xml-names/#defaulting\n      for (var i = 0, l = parser.attribList.length; i < l; i++) {\n        var nv = parser.attribList[i]\n        var name = nv[0]\n        var value = nv[1]\n        var qualName = qname(name, true)\n        var prefix = qualName.prefix\n        var local = qualName.local\n        var uri = prefix === '' ? '' : (tag.ns[prefix] || '')\n        var a = {\n          name: name,\n          value: value,\n          prefix: prefix,\n          local: local,\n          uri: uri\n        }\n\n        // if there's any attributes with an undefined namespace,\n        // then fail on them now.\n        if (prefix && prefix !== 'xmlns' && !uri) {\n          strictFail(parser, 'Unbound namespace prefix: ' +\n            JSON.stringify(prefix))\n          a.uri = prefix\n        }\n        parser.tag.attributes[name] = a\n        emitNode(parser, 'onattribute', a)\n      }\n      parser.attribList.length = 0\n    }\n\n    parser.tag.isSelfClosing = !!selfClosing\n\n    // process the tag\n    parser.sawRoot = true\n    parser.tags.push(parser.tag)\n    emitNode(parser, 'onopentag', parser.tag)\n    if (!selfClosing) {\n      // special case for <script> in non-strict mode.\n      if (!parser.noscript && parser.tagName.toLowerCase() === 'script') {\n        parser.state = S.SCRIPT\n      } else {\n        parser.state = S.TEXT\n      }\n      parser.tag = null\n      parser.tagName = ''\n    }\n    parser.attribName = parser.attribValue = ''\n    parser.attribList.length = 0\n  }\n\n  function closeTag (parser) {\n    if (!parser.tagName) {\n      strictFail(parser, 'Weird empty close tag.')\n      parser.textNode += '</>'\n      parser.state = S.TEXT\n      return\n    }\n\n    if (parser.script) {\n      if (parser.tagName !== 'script') {\n        parser.script += '</' + parser.tagName + '>'\n        parser.tagName = ''\n        parser.state = S.SCRIPT\n        return\n      }\n      emitNode(parser, 'onscript', parser.script)\n      parser.script = ''\n    }\n\n    // first make sure that the closing tag actually exists.\n    // <a><b></c></b></a> will close everything, otherwise.\n    var t = parser.tags.length\n    var tagName = parser.tagName\n    if (!parser.strict) {\n      tagName = tagName[parser.looseCase]()\n    }\n    var closeTo = tagName\n    while (t--) {\n      var close = parser.tags[t]\n      if (close.name !== closeTo) {\n        // fail the first time in strict mode\n        strictFail(parser, 'Unexpected close tag')\n      } else {\n        break\n      }\n    }\n\n    // didn't find it.  we already failed for strict, so just abort.\n    if (t < 0) {\n      strictFail(parser, 'Unmatched closing tag: ' + parser.tagName)\n      parser.textNode += '</' + parser.tagName + '>'\n      parser.state = S.TEXT\n      return\n    }\n    parser.tagName = tagName\n    var s = parser.tags.length\n    while (s-- > t) {\n      var tag = parser.tag = parser.tags.pop()\n      parser.tagName = parser.tag.name\n      emitNode(parser, 'onclosetag', parser.tagName)\n\n      var x = {}\n      for (var i in tag.ns) {\n        x[i] = tag.ns[i]\n      }\n\n      var parent = parser.tags[parser.tags.length - 1] || parser\n      if (parser.opt.xmlns && tag.ns !== parent.ns) {\n        // remove namespace bindings introduced by tag\n        Object.keys(tag.ns).forEach(function (p) {\n          var n = tag.ns[p]\n          emitNode(parser, 'onclosenamespace', { prefix: p, uri: n })\n        })\n      }\n    }\n    if (t === 0) parser.closedRoot = true\n    parser.tagName = parser.attribValue = parser.attribName = ''\n    parser.attribList.length = 0\n    parser.state = S.TEXT\n  }\n\n  function parseEntity (parser) {\n    var entity = parser.entity\n    var entityLC = entity.toLowerCase()\n    var num\n    var numStr = ''\n\n    if (parser.ENTITIES[entity]) {\n      return parser.ENTITIES[entity]\n    }\n    if (parser.ENTITIES[entityLC]) {\n      return parser.ENTITIES[entityLC]\n    }\n    entity = entityLC\n    if (entity.charAt(0) === '#') {\n      if (entity.charAt(1) === 'x') {\n        entity = entity.slice(2)\n        num = parseInt(entity, 16)\n        numStr = num.toString(16)\n      } else {\n        entity = entity.slice(1)\n        num = parseInt(entity, 10)\n        numStr = num.toString(10)\n      }\n    }\n    entity = entity.replace(/^0+/, '')\n    if (isNaN(num) || numStr.toLowerCase() !== entity) {\n      strictFail(parser, 'Invalid character entity')\n      return '&' + parser.entity + ';'\n    }\n\n    return String.fromCodePoint(num)\n  }\n\n  function beginWhiteSpace (parser, c) {\n    if (c === '<') {\n      parser.state = S.OPEN_WAKA\n      parser.startTagPosition = parser.position\n    } else if (!isWhitespace(c)) {\n      // have to process this as a text node.\n      // weird, but happens.\n      strictFail(parser, 'Non-whitespace before first tag.')\n      parser.textNode = c\n      parser.state = S.TEXT\n    }\n  }\n\n  function charAt (chunk, i) {\n    var result = ''\n    if (i < chunk.length) {\n      result = chunk.charAt(i)\n    }\n    return result\n  }\n\n  function write (chunk) {\n    var parser = this\n    if (this.error) {\n      throw this.error\n    }\n    if (parser.closed) {\n      return error(parser,\n        'Cannot write after close. Assign an onready handler.')\n    }\n    if (chunk === null) {\n      return end(parser)\n    }\n    if (typeof chunk === 'object') {\n      chunk = chunk.toString()\n    }\n    var i = 0\n    var c = ''\n    while (true) {\n      c = charAt(chunk, i++)\n      parser.c = c\n\n      if (!c) {\n        break\n      }\n\n      if (parser.trackPosition) {\n        parser.position++\n        if (c === '\\n') {\n          parser.line++\n          parser.column = 0\n        } else {\n          parser.column++\n        }\n      }\n\n      switch (parser.state) {\n        case S.BEGIN:\n          parser.state = S.BEGIN_WHITESPACE\n          if (c === '\\uFEFF') {\n            continue\n          }\n          beginWhiteSpace(parser, c)\n          continue\n\n        case S.BEGIN_WHITESPACE:\n          beginWhiteSpace(parser, c)\n          continue\n\n        case S.TEXT:\n          if (parser.sawRoot && !parser.closedRoot) {\n            var starti = i - 1\n            while (c && c !== '<' && c !== '&') {\n              c = charAt(chunk, i++)\n              if (c && parser.trackPosition) {\n                parser.position++\n                if (c === '\\n') {\n                  parser.line++\n                  parser.column = 0\n                } else {\n                  parser.column++\n                }\n              }\n            }\n            parser.textNode += chunk.substring(starti, i - 1)\n          }\n          if (c === '<' && !(parser.sawRoot && parser.closedRoot && !parser.strict)) {\n            parser.state = S.OPEN_WAKA\n            parser.startTagPosition = parser.position\n          } else {\n            if (!isWhitespace(c) && (!parser.sawRoot || parser.closedRoot)) {\n              strictFail(parser, 'Text data outside of root node.')\n            }\n            if (c === '&') {\n              parser.state = S.TEXT_ENTITY\n            } else {\n              parser.textNode += c\n            }\n          }\n          continue\n\n        case S.SCRIPT:\n          // only non-strict\n          if (c === '<') {\n            parser.state = S.SCRIPT_ENDING\n          } else {\n            parser.script += c\n          }\n          continue\n\n        case S.SCRIPT_ENDING:\n          if (c === '/') {\n            parser.state = S.CLOSE_TAG\n          } else {\n            parser.script += '<' + c\n            parser.state = S.SCRIPT\n          }\n          continue\n\n        case S.OPEN_WAKA:\n          // either a /, ?, !, or text is coming next.\n          if (c === '!') {\n            parser.state = S.SGML_DECL\n            parser.sgmlDecl = ''\n          } else if (isWhitespace(c)) {\n            // wait for it...\n          } else if (isMatch(nameStart, c)) {\n            parser.state = S.OPEN_TAG\n            parser.tagName = c\n          } else if (c === '/') {\n            parser.state = S.CLOSE_TAG\n            parser.tagName = ''\n          } else if (c === '?') {\n            parser.state = S.PROC_INST\n            parser.procInstName = parser.procInstBody = ''\n          } else {\n            strictFail(parser, 'Unencoded <')\n            // if there was some whitespace, then add that in.\n            if (parser.startTagPosition + 1 < parser.position) {\n              var pad = parser.position - parser.startTagPosition\n              c = new Array(pad).join(' ') + c\n            }\n            parser.textNode += '<' + c\n            parser.state = S.TEXT\n          }\n          continue\n\n        case S.SGML_DECL:\n          if ((parser.sgmlDecl + c).toUpperCase() === CDATA) {\n            emitNode(parser, 'onopencdata')\n            parser.state = S.CDATA\n            parser.sgmlDecl = ''\n            parser.cdata = ''\n          } else if (parser.sgmlDecl + c === '--') {\n            parser.state = S.COMMENT\n            parser.comment = ''\n            parser.sgmlDecl = ''\n          } else if ((parser.sgmlDecl + c).toUpperCase() === DOCTYPE) {\n            parser.state = S.DOCTYPE\n            if (parser.doctype || parser.sawRoot) {\n              strictFail(parser,\n                'Inappropriately located doctype declaration')\n            }\n            parser.doctype = ''\n            parser.sgmlDecl = ''\n          } else if (c === '>') {\n            emitNode(parser, 'onsgmldeclaration', parser.sgmlDecl)\n            parser.sgmlDecl = ''\n            parser.state = S.TEXT\n          } else if (isQuote(c)) {\n            parser.state = S.SGML_DECL_QUOTED\n            parser.sgmlDecl += c\n          } else {\n            parser.sgmlDecl += c\n          }\n          continue\n\n        case S.SGML_DECL_QUOTED:\n          if (c === parser.q) {\n            parser.state = S.SGML_DECL\n            parser.q = ''\n          }\n          parser.sgmlDecl += c\n          continue\n\n        case S.DOCTYPE:\n          if (c === '>') {\n            parser.state = S.TEXT\n            emitNode(parser, 'ondoctype', parser.doctype)\n            parser.doctype = true // just remember that we saw it.\n          } else {\n            parser.doctype += c\n            if (c === '[') {\n              parser.state = S.DOCTYPE_DTD\n            } else if (isQuote(c)) {\n              parser.state = S.DOCTYPE_QUOTED\n              parser.q = c\n            }\n          }\n          continue\n\n        case S.DOCTYPE_QUOTED:\n          parser.doctype += c\n          if (c === parser.q) {\n            parser.q = ''\n            parser.state = S.DOCTYPE\n          }\n          continue\n\n        case S.DOCTYPE_DTD:\n          parser.doctype += c\n          if (c === ']') {\n            parser.state = S.DOCTYPE\n          } else if (isQuote(c)) {\n            parser.state = S.DOCTYPE_DTD_QUOTED\n            parser.q = c\n          }\n          continue\n\n        case S.DOCTYPE_DTD_QUOTED:\n          parser.doctype += c\n          if (c === parser.q) {\n            parser.state = S.DOCTYPE_DTD\n            parser.q = ''\n          }\n          continue\n\n        case S.COMMENT:\n          if (c === '-') {\n            parser.state = S.COMMENT_ENDING\n          } else {\n            parser.comment += c\n          }\n          continue\n\n        case S.COMMENT_ENDING:\n          if (c === '-') {\n            parser.state = S.COMMENT_ENDED\n            parser.comment = textopts(parser.opt, parser.comment)\n            if (parser.comment) {\n              emitNode(parser, 'oncomment', parser.comment)\n            }\n            parser.comment = ''\n          } else {\n            parser.comment += '-' + c\n            parser.state = S.COMMENT\n          }\n          continue\n\n        case S.COMMENT_ENDED:\n          if (c !== '>') {\n            strictFail(parser, 'Malformed comment')\n            // allow <!-- blah -- bloo --> in non-strict mode,\n            // which is a comment of \" blah -- bloo \"\n            parser.comment += '--' + c\n            parser.state = S.COMMENT\n          } else {\n            parser.state = S.TEXT\n          }\n          continue\n\n        case S.CDATA:\n          if (c === ']') {\n            parser.state = S.CDATA_ENDING\n          } else {\n            parser.cdata += c\n          }\n          continue\n\n        case S.CDATA_ENDING:\n          if (c === ']') {\n            parser.state = S.CDATA_ENDING_2\n          } else {\n            parser.cdata += ']' + c\n            parser.state = S.CDATA\n          }\n          continue\n\n        case S.CDATA_ENDING_2:\n          if (c === '>') {\n            if (parser.cdata) {\n              emitNode(parser, 'oncdata', parser.cdata)\n            }\n            emitNode(parser, 'onclosecdata')\n            parser.cdata = ''\n            parser.state = S.TEXT\n          } else if (c === ']') {\n            parser.cdata += ']'\n          } else {\n            parser.cdata += ']]' + c\n            parser.state = S.CDATA\n          }\n          continue\n\n        case S.PROC_INST:\n          if (c === '?') {\n            parser.state = S.PROC_INST_ENDING\n          } else if (isWhitespace(c)) {\n            parser.state = S.PROC_INST_BODY\n          } else {\n            parser.procInstName += c\n          }\n          continue\n\n        case S.PROC_INST_BODY:\n          if (!parser.procInstBody && isWhitespace(c)) {\n            continue\n          } else if (c === '?') {\n            parser.state = S.PROC_INST_ENDING\n          } else {\n            parser.procInstBody += c\n          }\n          continue\n\n        case S.PROC_INST_ENDING:\n          if (c === '>') {\n            emitNode(parser, 'onprocessinginstruction', {\n              name: parser.procInstName,\n              body: parser.procInstBody\n            })\n            parser.procInstName = parser.procInstBody = ''\n            parser.state = S.TEXT\n          } else {\n            parser.procInstBody += '?' + c\n            parser.state = S.PROC_INST_BODY\n          }\n          continue\n\n        case S.OPEN_TAG:\n          if (isMatch(nameBody, c)) {\n            parser.tagName += c\n          } else {\n            newTag(parser)\n            if (c === '>') {\n              openTag(parser)\n            } else if (c === '/') {\n              parser.state = S.OPEN_TAG_SLASH\n            } else {\n              if (!isWhitespace(c)) {\n                strictFail(parser, 'Invalid character in tag name')\n              }\n              parser.state = S.ATTRIB\n            }\n          }\n          continue\n\n        case S.OPEN_TAG_SLASH:\n          if (c === '>') {\n            openTag(parser, true)\n            closeTag(parser)\n          } else {\n            strictFail(parser, 'Forward-slash in opening tag not followed by >')\n            parser.state = S.ATTRIB\n          }\n          continue\n\n        case S.ATTRIB:\n          // haven't read the attribute name yet.\n          if (isWhitespace(c)) {\n            continue\n          } else if (c === '>') {\n            openTag(parser)\n          } else if (c === '/') {\n            parser.state = S.OPEN_TAG_SLASH\n          } else if (isMatch(nameStart, c)) {\n            parser.attribName = c\n            parser.attribValue = ''\n            parser.state = S.ATTRIB_NAME\n          } else {\n            strictFail(parser, 'Invalid attribute name')\n          }\n          continue\n\n        case S.ATTRIB_NAME:\n          if (c === '=') {\n            parser.state = S.ATTRIB_VALUE\n          } else if (c === '>') {\n            strictFail(parser, 'Attribute without value')\n            parser.attribValue = parser.attribName\n            attrib(parser)\n            openTag(parser)\n          } else if (isWhitespace(c)) {\n            parser.state = S.ATTRIB_NAME_SAW_WHITE\n          } else if (isMatch(nameBody, c)) {\n            parser.attribName += c\n          } else {\n            strictFail(parser, 'Invalid attribute name')\n          }\n          continue\n\n        case S.ATTRIB_NAME_SAW_WHITE:\n          if (c === '=') {\n            parser.state = S.ATTRIB_VALUE\n          } else if (isWhitespace(c)) {\n            continue\n          } else {\n            strictFail(parser, 'Attribute without value')\n            parser.tag.attributes[parser.attribName] = ''\n            parser.attribValue = ''\n            emitNode(parser, 'onattribute', {\n              name: parser.attribName,\n              value: ''\n            })\n            parser.attribName = ''\n            if (c === '>') {\n              openTag(parser)\n            } else if (isMatch(nameStart, c)) {\n              parser.attribName = c\n              parser.state = S.ATTRIB_NAME\n            } else {\n              strictFail(parser, 'Invalid attribute name')\n              parser.state = S.ATTRIB\n            }\n          }\n          continue\n\n        case S.ATTRIB_VALUE:\n          if (isWhitespace(c)) {\n            continue\n          } else if (isQuote(c)) {\n            parser.q = c\n            parser.state = S.ATTRIB_VALUE_QUOTED\n          } else {\n            strictFail(parser, 'Unquoted attribute value')\n            parser.state = S.ATTRIB_VALUE_UNQUOTED\n            parser.attribValue = c\n          }\n          continue\n\n        case S.ATTRIB_VALUE_QUOTED:\n          if (c !== parser.q) {\n            if (c === '&') {\n              parser.state = S.ATTRIB_VALUE_ENTITY_Q\n            } else {\n              parser.attribValue += c\n            }\n            continue\n          }\n          attrib(parser)\n          parser.q = ''\n          parser.state = S.ATTRIB_VALUE_CLOSED\n          continue\n\n        case S.ATTRIB_VALUE_CLOSED:\n          if (isWhitespace(c)) {\n            parser.state = S.ATTRIB\n          } else if (c === '>') {\n            openTag(parser)\n          } else if (c === '/') {\n            parser.state = S.OPEN_TAG_SLASH\n          } else if (isMatch(nameStart, c)) {\n            strictFail(parser, 'No whitespace between attributes')\n            parser.attribName = c\n            parser.attribValue = ''\n            parser.state = S.ATTRIB_NAME\n          } else {\n            strictFail(parser, 'Invalid attribute name')\n          }\n          continue\n\n        case S.ATTRIB_VALUE_UNQUOTED:\n          if (!isAttribEnd(c)) {\n            if (c === '&') {\n              parser.state = S.ATTRIB_VALUE_ENTITY_U\n            } else {\n              parser.attribValue += c\n            }\n            continue\n          }\n          attrib(parser)\n          if (c === '>') {\n            openTag(parser)\n          } else {\n            parser.state = S.ATTRIB\n          }\n          continue\n\n        case S.CLOSE_TAG:\n          if (!parser.tagName) {\n            if (isWhitespace(c)) {\n              continue\n            } else if (notMatch(nameStart, c)) {\n              if (parser.script) {\n                parser.script += '</' + c\n                parser.state = S.SCRIPT\n              } else {\n                strictFail(parser, 'Invalid tagname in closing tag.')\n              }\n            } else {\n              parser.tagName = c\n            }\n          } else if (c === '>') {\n            closeTag(parser)\n          } else if (isMatch(nameBody, c)) {\n            parser.tagName += c\n          } else if (parser.script) {\n            parser.script += '</' + parser.tagName\n            parser.tagName = ''\n            parser.state = S.SCRIPT\n          } else {\n            if (!isWhitespace(c)) {\n              strictFail(parser, 'Invalid tagname in closing tag')\n            }\n            parser.state = S.CLOSE_TAG_SAW_WHITE\n          }\n          continue\n\n        case S.CLOSE_TAG_SAW_WHITE:\n          if (isWhitespace(c)) {\n            continue\n          }\n          if (c === '>') {\n            closeTag(parser)\n          } else {\n            strictFail(parser, 'Invalid characters in closing tag')\n          }\n          continue\n\n        case S.TEXT_ENTITY:\n        case S.ATTRIB_VALUE_ENTITY_Q:\n        case S.ATTRIB_VALUE_ENTITY_U:\n          var returnState\n          var buffer\n          switch (parser.state) {\n            case S.TEXT_ENTITY:\n              returnState = S.TEXT\n              buffer = 'textNode'\n              break\n\n            case S.ATTRIB_VALUE_ENTITY_Q:\n              returnState = S.ATTRIB_VALUE_QUOTED\n              buffer = 'attribValue'\n              break\n\n            case S.ATTRIB_VALUE_ENTITY_U:\n              returnState = S.ATTRIB_VALUE_UNQUOTED\n              buffer = 'attribValue'\n              break\n          }\n\n          if (c === ';') {\n            parser[buffer] += parseEntity(parser)\n            parser.entity = ''\n            parser.state = returnState\n          } else if (isMatch(parser.entity.length ? entityBody : entityStart, c)) {\n            parser.entity += c\n          } else {\n            strictFail(parser, 'Invalid character in entity name')\n            parser[buffer] += '&' + parser.entity + c\n            parser.entity = ''\n            parser.state = returnState\n          }\n\n          continue\n\n        default:\n          throw new Error(parser, 'Unknown state: ' + parser.state)\n      }\n    } // while\n\n    if (parser.position >= parser.bufferCheckPosition) {\n      checkBufferLength(parser)\n    }\n    return parser\n  }\n\n  /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */\n  /* istanbul ignore next */\n  if (!String.fromCodePoint) {\n    (function () {\n      var stringFromCharCode = String.fromCharCode\n      var floor = Math.floor\n      var fromCodePoint = function () {\n        var MAX_SIZE = 0x4000\n        var codeUnits = []\n        var highSurrogate\n        var lowSurrogate\n        var index = -1\n        var length = arguments.length\n        if (!length) {\n          return ''\n        }\n        var result = ''\n        while (++index < length) {\n          var codePoint = Number(arguments[index])\n          if (\n            !isFinite(codePoint) || // `NaN`, `+Infinity`, or `-Infinity`\n            codePoint < 0 || // not a valid Unicode code point\n            codePoint > 0x10FFFF || // not a valid Unicode code point\n            floor(codePoint) !== codePoint // not an integer\n          ) {\n            throw RangeError('Invalid code point: ' + codePoint)\n          }\n          if (codePoint <= 0xFFFF) { // BMP code point\n            codeUnits.push(codePoint)\n          } else { // Astral code point; split in surrogate halves\n            // http://mathiasbynens.be/notes/javascript-encoding#surrogate-formulae\n            codePoint -= 0x10000\n            highSurrogate = (codePoint >> 10) + 0xD800\n            lowSurrogate = (codePoint % 0x400) + 0xDC00\n            codeUnits.push(highSurrogate, lowSurrogate)\n          }\n          if (index + 1 === length || codeUnits.length > MAX_SIZE) {\n            result += stringFromCharCode.apply(null, codeUnits)\n            codeUnits.length = 0\n          }\n        }\n        return result\n      }\n      /* istanbul ignore next */\n      if (Object.defineProperty) {\n        Object.defineProperty(String, 'fromCodePoint', {\n          value: fromCodePoint,\n          configurable: true,\n          writable: true\n        })\n      } else {\n        String.fromCodePoint = fromCodePoint\n      }\n    }())\n  }\n})(typeof exports === 'undefined' ? this.sax = {} : exports)\n","/** @license React v0.19.1\n * scheduler.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var f,g,h,k,l;\nif(\"undefined\"===typeof window||\"function\"!==typeof MessageChannel){var p=null,q=null,t=function(){if(null!==p)try{var a=exports.unstable_now();p(!0,a);p=null}catch(b){throw setTimeout(t,0),b;}},u=Date.now();exports.unstable_now=function(){return Date.now()-u};f=function(a){null!==p?setTimeout(f,0,a):(p=a,setTimeout(t,0))};g=function(a,b){q=setTimeout(a,b)};h=function(){clearTimeout(q)};k=function(){return!1};l=exports.unstable_forceFrameRate=function(){}}else{var w=window.performance,x=window.Date,\ny=window.setTimeout,z=window.clearTimeout;if(\"undefined\"!==typeof console){var A=window.cancelAnimationFrame;\"function\"!==typeof window.requestAnimationFrame&&console.error(\"This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\");\"function\"!==typeof A&&console.error(\"This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\")}if(\"object\"===\ntypeof w&&\"function\"===typeof w.now)exports.unstable_now=function(){return w.now()};else{var B=x.now();exports.unstable_now=function(){return x.now()-B}}var C=!1,D=null,E=-1,F=5,G=0;k=function(){return exports.unstable_now()>=G};l=function(){};exports.unstable_forceFrameRate=function(a){0>a||125<a?console.error(\"forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported\"):F=0<a?Math.floor(1E3/a):5};var H=new MessageChannel,I=H.port2;H.port1.onmessage=\nfunction(){if(null!==D){var a=exports.unstable_now();G=a+F;try{D(!0,a)?I.postMessage(null):(C=!1,D=null)}catch(b){throw I.postMessage(null),b;}}else C=!1};f=function(a){D=a;C||(C=!0,I.postMessage(null))};g=function(a,b){E=y(function(){a(exports.unstable_now())},b)};h=function(){z(E);E=-1}}function J(a,b){var c=a.length;a.push(b);a:for(;;){var d=c-1>>>1,e=a[d];if(void 0!==e&&0<K(e,b))a[d]=b,a[c]=e,c=d;else break a}}function L(a){a=a[0];return void 0===a?null:a}\nfunction M(a){var b=a[0];if(void 0!==b){var c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,e=a.length;d<e;){var m=2*(d+1)-1,n=a[m],v=m+1,r=a[v];if(void 0!==n&&0>K(n,c))void 0!==r&&0>K(r,n)?(a[d]=r,a[v]=c,d=v):(a[d]=n,a[m]=c,d=m);else if(void 0!==r&&0>K(r,c))a[d]=r,a[v]=c,d=v;else break a}}return b}return null}function K(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}var N=[],O=[],P=1,Q=null,R=3,S=!1,T=!1,U=!1;\nfunction V(a){for(var b=L(O);null!==b;){if(null===b.callback)M(O);else if(b.startTime<=a)M(O),b.sortIndex=b.expirationTime,J(N,b);else break;b=L(O)}}function W(a){U=!1;V(a);if(!T)if(null!==L(N))T=!0,f(X);else{var b=L(O);null!==b&&g(W,b.startTime-a)}}\nfunction X(a,b){T=!1;U&&(U=!1,h());S=!0;var c=R;try{V(b);for(Q=L(N);null!==Q&&(!(Q.expirationTime>b)||a&&!k());){var d=Q.callback;if(null!==d){Q.callback=null;R=Q.priorityLevel;var e=d(Q.expirationTime<=b);b=exports.unstable_now();\"function\"===typeof e?Q.callback=e:Q===L(N)&&M(N);V(b)}else M(N);Q=L(N)}if(null!==Q)var m=!0;else{var n=L(O);null!==n&&g(W,n.startTime-b);m=!1}return m}finally{Q=null,R=c,S=!1}}\nfunction Y(a){switch(a){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1E4;default:return 5E3}}var Z=l;exports.unstable_IdlePriority=5;exports.unstable_ImmediatePriority=1;exports.unstable_LowPriority=4;exports.unstable_NormalPriority=3;exports.unstable_Profiling=null;exports.unstable_UserBlockingPriority=2;exports.unstable_cancelCallback=function(a){a.callback=null};exports.unstable_continueExecution=function(){T||S||(T=!0,f(X))};\nexports.unstable_getCurrentPriorityLevel=function(){return R};exports.unstable_getFirstCallbackNode=function(){return L(N)};exports.unstable_next=function(a){switch(R){case 1:case 2:case 3:var b=3;break;default:b=R}var c=R;R=b;try{return a()}finally{R=c}};exports.unstable_pauseExecution=function(){};exports.unstable_requestPaint=Z;exports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=R;R=a;try{return b()}finally{R=c}};\nexports.unstable_scheduleCallback=function(a,b,c){var d=exports.unstable_now();if(\"object\"===typeof c&&null!==c){var e=c.delay;e=\"number\"===typeof e&&0<e?d+e:d;c=\"number\"===typeof c.timeout?c.timeout:Y(a)}else c=Y(a),e=d;c=e+c;a={id:P++,callback:b,priorityLevel:a,startTime:e,expirationTime:c,sortIndex:-1};e>d?(a.sortIndex=e,J(O,a),null===L(N)&&a===L(O)&&(U?h():U=!0,g(W,e-d))):(a.sortIndex=c,J(N,a),T||S||(T=!0,f(X)));return a};\nexports.unstable_shouldYield=function(){var a=exports.unstable_now();V(a);var b=L(N);return b!==Q&&null!==Q&&null!==b&&null!==b.callback&&b.startTime<=a&&b.expirationTime<Q.expirationTime||k()};exports.unstable_wrapCallback=function(a){var b=R;return function(){var c=R;R=b;try{return a.apply(this,arguments)}finally{R=c}}};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n  module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n  module.exports = require('./cjs/scheduler.development.js');\n}\n","(function (global, undefined) {\n    \"use strict\";\n\n    if (global.setImmediate) {\n        return;\n    }\n\n    var nextHandle = 1; // Spec says greater than zero\n    var tasksByHandle = {};\n    var currentlyRunningATask = false;\n    var doc = global.document;\n    var registerImmediate;\n\n    function setImmediate(callback) {\n      // Callback can either be a function or a string\n      if (typeof callback !== \"function\") {\n        callback = new Function(\"\" + callback);\n      }\n      // Copy function arguments\n      var args = new Array(arguments.length - 1);\n      for (var i = 0; i < args.length; i++) {\n          args[i] = arguments[i + 1];\n      }\n      // Store and register the task\n      var task = { callback: callback, args: args };\n      tasksByHandle[nextHandle] = task;\n      registerImmediate(nextHandle);\n      return nextHandle++;\n    }\n\n    function clearImmediate(handle) {\n        delete tasksByHandle[handle];\n    }\n\n    function run(task) {\n        var callback = task.callback;\n        var args = task.args;\n        switch (args.length) {\n        case 0:\n            callback();\n            break;\n        case 1:\n            callback(args[0]);\n            break;\n        case 2:\n            callback(args[0], args[1]);\n            break;\n        case 3:\n            callback(args[0], args[1], args[2]);\n            break;\n        default:\n            callback.apply(undefined, args);\n            break;\n        }\n    }\n\n    function runIfPresent(handle) {\n        // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n        // So if we're currently running a task, we'll need to delay this invocation.\n        if (currentlyRunningATask) {\n            // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n            // \"too much recursion\" error.\n            setTimeout(runIfPresent, 0, handle);\n        } else {\n            var task = tasksByHandle[handle];\n            if (task) {\n                currentlyRunningATask = true;\n                try {\n                    run(task);\n                } finally {\n                    clearImmediate(handle);\n                    currentlyRunningATask = false;\n                }\n            }\n        }\n    }\n\n    function installNextTickImplementation() {\n        registerImmediate = function(handle) {\n            process.nextTick(function () { runIfPresent(handle); });\n        };\n    }\n\n    function canUsePostMessage() {\n        // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n        // where `global.postMessage` means something completely different and can't be used for this purpose.\n        if (global.postMessage && !global.importScripts) {\n            var postMessageIsAsynchronous = true;\n            var oldOnMessage = global.onmessage;\n            global.onmessage = function() {\n                postMessageIsAsynchronous = false;\n            };\n            global.postMessage(\"\", \"*\");\n            global.onmessage = oldOnMessage;\n            return postMessageIsAsynchronous;\n        }\n    }\n\n    function installPostMessageImplementation() {\n        // Installs an event handler on `global` for the `message` event: see\n        // * https://developer.mozilla.org/en/DOM/window.postMessage\n        // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n        var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n        var onGlobalMessage = function(event) {\n            if (event.source === global &&\n                typeof event.data === \"string\" &&\n                event.data.indexOf(messagePrefix) === 0) {\n                runIfPresent(+event.data.slice(messagePrefix.length));\n            }\n        };\n\n        if (global.addEventListener) {\n            global.addEventListener(\"message\", onGlobalMessage, false);\n        } else {\n            global.attachEvent(\"onmessage\", onGlobalMessage);\n        }\n\n        registerImmediate = function(handle) {\n            global.postMessage(messagePrefix + handle, \"*\");\n        };\n    }\n\n    function installMessageChannelImplementation() {\n        var channel = new MessageChannel();\n        channel.port1.onmessage = function(event) {\n            var handle = event.data;\n            runIfPresent(handle);\n        };\n\n        registerImmediate = function(handle) {\n            channel.port2.postMessage(handle);\n        };\n    }\n\n    function installReadyStateChangeImplementation() {\n        var html = doc.documentElement;\n        registerImmediate = function(handle) {\n            // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n            // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n            var script = doc.createElement(\"script\");\n            script.onreadystatechange = function () {\n                runIfPresent(handle);\n                script.onreadystatechange = null;\n                html.removeChild(script);\n                script = null;\n            };\n            html.appendChild(script);\n        };\n    }\n\n    function installSetTimeoutImplementation() {\n        registerImmediate = function(handle) {\n            setTimeout(runIfPresent, 0, handle);\n        };\n    }\n\n    // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n    var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n    attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n    // Don't get fooled by e.g. browserify environments.\n    if ({}.toString.call(global.process) === \"[object process]\") {\n        // For Node.js before 0.9\n        installNextTickImplementation();\n\n    } else if (canUsePostMessage()) {\n        // For non-IE10 modern browsers\n        installPostMessageImplementation();\n\n    } else if (global.MessageChannel) {\n        // For web workers, where supported\n        installMessageChannelImplementation();\n\n    } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n        // For IE 6–8\n        installReadyStateChangeImplementation();\n\n    } else {\n        // For older browsers\n        installSetTimeoutImplementation();\n    }\n\n    attachTo.setImmediate = setImmediate;\n    attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nmodule.exports = Stream;\n\nvar EE = require('events').EventEmitter;\nvar inherits = require('inherits');\n\ninherits(Stream, EE);\nStream.Readable = require('readable-stream/readable.js');\nStream.Writable = require('readable-stream/writable.js');\nStream.Duplex = require('readable-stream/duplex.js');\nStream.Transform = require('readable-stream/transform.js');\nStream.PassThrough = require('readable-stream/passthrough.js');\n\n// Backwards-compat with node 0.4.x\nStream.Stream = Stream;\n\n\n\n// old-style streams.  Note that the pipe method (the only relevant\n// part of this class) is overridden in the Readable class.\n\nfunction Stream() {\n  EE.call(this);\n}\n\nStream.prototype.pipe = function(dest, options) {\n  var source = this;\n\n  function ondata(chunk) {\n    if (dest.writable) {\n      if (false === dest.write(chunk) && source.pause) {\n        source.pause();\n      }\n    }\n  }\n\n  source.on('data', ondata);\n\n  function ondrain() {\n    if (source.readable && source.resume) {\n      source.resume();\n    }\n  }\n\n  dest.on('drain', ondrain);\n\n  // If the 'end' option is not supplied, dest.end() will be called when\n  // source gets the 'end' or 'close' events.  Only dest.end() once.\n  if (!dest._isStdio && (!options || options.end !== false)) {\n    source.on('end', onend);\n    source.on('close', onclose);\n  }\n\n  var didOnEnd = false;\n  function onend() {\n    if (didOnEnd) return;\n    didOnEnd = true;\n\n    dest.end();\n  }\n\n\n  function onclose() {\n    if (didOnEnd) return;\n    didOnEnd = true;\n\n    if (typeof dest.destroy === 'function') dest.destroy();\n  }\n\n  // don't leave dangling pipes when there are errors.\n  function onerror(er) {\n    cleanup();\n    if (EE.listenerCount(this, 'error') === 0) {\n      throw er; // Unhandled stream error in pipe.\n    }\n  }\n\n  source.on('error', onerror);\n  dest.on('error', onerror);\n\n  // remove all the event listeners that were added.\n  function cleanup() {\n    source.removeListener('data', ondata);\n    dest.removeListener('drain', ondrain);\n\n    source.removeListener('end', onend);\n    source.removeListener('close', onclose);\n\n    source.removeListener('error', onerror);\n    dest.removeListener('error', onerror);\n\n    source.removeListener('end', cleanup);\n    source.removeListener('close', cleanup);\n\n    dest.removeListener('close', cleanup);\n  }\n\n  source.on('end', cleanup);\n  source.on('close', cleanup);\n\n  dest.on('close', cleanup);\n\n  dest.emit('pipe', source);\n\n  // Allow for unix-like usage: A.pipe(B).pipe(C)\n  return dest;\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/*<replacement>*/\n\nvar Buffer = require('safe-buffer').Buffer;\n/*</replacement>*/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n  encoding = '' + encoding;\n  switch (encoding && encoding.toLowerCase()) {\n    case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n      return true;\n    default:\n      return false;\n  }\n};\n\nfunction _normalizeEncoding(enc) {\n  if (!enc) return 'utf8';\n  var retried;\n  while (true) {\n    switch (enc) {\n      case 'utf8':\n      case 'utf-8':\n        return 'utf8';\n      case 'ucs2':\n      case 'ucs-2':\n      case 'utf16le':\n      case 'utf-16le':\n        return 'utf16le';\n      case 'latin1':\n      case 'binary':\n        return 'latin1';\n      case 'base64':\n      case 'ascii':\n      case 'hex':\n        return enc;\n      default:\n        if (retried) return; // undefined\n        enc = ('' + enc).toLowerCase();\n        retried = true;\n    }\n  }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n  var nenc = _normalizeEncoding(enc);\n  if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n  return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n  this.encoding = normalizeEncoding(encoding);\n  var nb;\n  switch (this.encoding) {\n    case 'utf16le':\n      this.text = utf16Text;\n      this.end = utf16End;\n      nb = 4;\n      break;\n    case 'utf8':\n      this.fillLast = utf8FillLast;\n      nb = 4;\n      break;\n    case 'base64':\n      this.text = base64Text;\n      this.end = base64End;\n      nb = 3;\n      break;\n    default:\n      this.write = simpleWrite;\n      this.end = simpleEnd;\n      return;\n  }\n  this.lastNeed = 0;\n  this.lastTotal = 0;\n  this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n  if (buf.length === 0) return '';\n  var r;\n  var i;\n  if (this.lastNeed) {\n    r = this.fillLast(buf);\n    if (r === undefined) return '';\n    i = this.lastNeed;\n    this.lastNeed = 0;\n  } else {\n    i = 0;\n  }\n  if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n  return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n  if (this.lastNeed <= buf.length) {\n    buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n    return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n  }\n  buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n  this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n  if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n  return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n  var j = buf.length - 1;\n  if (j < i) return 0;\n  var nb = utf8CheckByte(buf[j]);\n  if (nb >= 0) {\n    if (nb > 0) self.lastNeed = nb - 1;\n    return nb;\n  }\n  if (--j < i || nb === -2) return 0;\n  nb = utf8CheckByte(buf[j]);\n  if (nb >= 0) {\n    if (nb > 0) self.lastNeed = nb - 2;\n    return nb;\n  }\n  if (--j < i || nb === -2) return 0;\n  nb = utf8CheckByte(buf[j]);\n  if (nb >= 0) {\n    if (nb > 0) {\n      if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n    }\n    return nb;\n  }\n  return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n  if ((buf[0] & 0xC0) !== 0x80) {\n    self.lastNeed = 0;\n    return '\\ufffd';\n  }\n  if (self.lastNeed > 1 && buf.length > 1) {\n    if ((buf[1] & 0xC0) !== 0x80) {\n      self.lastNeed = 1;\n      return '\\ufffd';\n    }\n    if (self.lastNeed > 2 && buf.length > 2) {\n      if ((buf[2] & 0xC0) !== 0x80) {\n        self.lastNeed = 2;\n        return '\\ufffd';\n      }\n    }\n  }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n  var p = this.lastTotal - this.lastNeed;\n  var r = utf8CheckExtraBytes(this, buf, p);\n  if (r !== undefined) return r;\n  if (this.lastNeed <= buf.length) {\n    buf.copy(this.lastChar, p, 0, this.lastNeed);\n    return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n  }\n  buf.copy(this.lastChar, p, 0, buf.length);\n  this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n  var total = utf8CheckIncomplete(this, buf, i);\n  if (!this.lastNeed) return buf.toString('utf8', i);\n  this.lastTotal = total;\n  var end = buf.length - (total - this.lastNeed);\n  buf.copy(this.lastChar, 0, end);\n  return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n  var r = buf && buf.length ? this.write(buf) : '';\n  if (this.lastNeed) return r + '\\ufffd';\n  return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n  if ((buf.length - i) % 2 === 0) {\n    var r = buf.toString('utf16le', i);\n    if (r) {\n      var c = r.charCodeAt(r.length - 1);\n      if (c >= 0xD800 && c <= 0xDBFF) {\n        this.lastNeed = 2;\n        this.lastTotal = 4;\n        this.lastChar[0] = buf[buf.length - 2];\n        this.lastChar[1] = buf[buf.length - 1];\n        return r.slice(0, -1);\n      }\n    }\n    return r;\n  }\n  this.lastNeed = 1;\n  this.lastTotal = 2;\n  this.lastChar[0] = buf[buf.length - 1];\n  return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n  var r = buf && buf.length ? this.write(buf) : '';\n  if (this.lastNeed) {\n    var end = this.lastTotal - this.lastNeed;\n    return r + this.lastChar.toString('utf16le', 0, end);\n  }\n  return r;\n}\n\nfunction base64Text(buf, i) {\n  var n = (buf.length - i) % 3;\n  if (n === 0) return buf.toString('base64', i);\n  this.lastNeed = 3 - n;\n  this.lastTotal = 3;\n  if (n === 1) {\n    this.lastChar[0] = buf[buf.length - 1];\n  } else {\n    this.lastChar[0] = buf[buf.length - 2];\n    this.lastChar[1] = buf[buf.length - 1];\n  }\n  return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n  var r = buf && buf.length ? this.write(buf) : '';\n  if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n  return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n  return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n  return buf && buf.length ? this.write(buf) : '';\n}","/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n  for (var key in src) {\n    dst[key] = src[key]\n  }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n  module.exports = buffer\n} else {\n  // Copy properties from require('buffer')\n  copyProps(buffer, exports)\n  exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n  return Buffer(arg, encodingOrOffset, length)\n}\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n  if (typeof arg === 'number') {\n    throw new TypeError('Argument must not be a number')\n  }\n  return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  var buf = Buffer(size)\n  if (fill !== undefined) {\n    if (typeof encoding === 'string') {\n      buf.fill(fill, encoding)\n    } else {\n      buf.fill(fill)\n    }\n  } else {\n    buf.fill(0)\n  }\n  return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  return buffer.SlowBuffer(size)\n}\n","import Stylis from 'stylis/stylis.min';\nimport _insertRulePlugin from 'stylis-rule-sheet';\nimport React, { cloneElement, createContext, Component, createElement } from 'react';\nimport unitless from '@emotion/unitless';\nimport { isElement, isValidElementType, ForwardRef } from 'react-is';\nimport memoize from 'memoize-one';\nimport PropTypes from 'prop-types';\nimport validAttr from '@emotion/is-prop-valid';\nimport merge from 'merge-anything';\n\n// \n\nvar interleave = (function (strings, interpolations) {\n  var result = [strings[0]];\n\n  for (var i = 0, len = interpolations.length; i < len; i += 1) {\n    result.push(interpolations[i], strings[i + 1]);\n  }\n\n  return result;\n});\n\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) {\n  return typeof obj;\n} : function (obj) {\n  return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n};\n\nvar classCallCheck = function (instance, Constructor) {\n  if (!(instance instanceof Constructor)) {\n    throw new TypeError(\"Cannot call a class as a function\");\n  }\n};\n\nvar createClass = function () {\n  function defineProperties(target, props) {\n    for (var i = 0; i < props.length; i++) {\n      var descriptor = props[i];\n      descriptor.enumerable = descriptor.enumerable || false;\n      descriptor.configurable = true;\n      if (\"value\" in descriptor) descriptor.writable = true;\n      Object.defineProperty(target, descriptor.key, descriptor);\n    }\n  }\n\n  return function (Constructor, protoProps, staticProps) {\n    if (protoProps) defineProperties(Constructor.prototype, protoProps);\n    if (staticProps) defineProperties(Constructor, staticProps);\n    return Constructor;\n  };\n}();\n\nvar _extends = Object.assign || function (target) {\n  for (var i = 1; i < arguments.length; i++) {\n    var source = arguments[i];\n\n    for (var key in source) {\n      if (Object.prototype.hasOwnProperty.call(source, key)) {\n        target[key] = source[key];\n      }\n    }\n  }\n\n  return target;\n};\n\nvar inherits = function (subClass, superClass) {\n  if (typeof superClass !== \"function\" && superClass !== null) {\n    throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n  }\n\n  subClass.prototype = Object.create(superClass && superClass.prototype, {\n    constructor: {\n      value: subClass,\n      enumerable: false,\n      writable: true,\n      configurable: true\n    }\n  });\n  if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\nvar objectWithoutProperties = function (obj, keys) {\n  var target = {};\n\n  for (var i in obj) {\n    if (keys.indexOf(i) >= 0) continue;\n    if (!Object.prototype.hasOwnProperty.call(obj, i)) continue;\n    target[i] = obj[i];\n  }\n\n  return target;\n};\n\nvar possibleConstructorReturn = function (self, call) {\n  if (!self) {\n    throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n  }\n\n  return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\n// \nvar isPlainObject = (function (x) {\n  return (typeof x === 'undefined' ? 'undefined' : _typeof(x)) === 'object' && x.constructor === Object;\n});\n\n// \nvar EMPTY_ARRAY = Object.freeze([]);\nvar EMPTY_OBJECT = Object.freeze({});\n\n// \nfunction isFunction(test) {\n  return typeof test === 'function';\n}\n\n// \n\nfunction getComponentName(target) {\n  return (process.env.NODE_ENV !== 'production' ? typeof target === 'string' && target : false) || target.displayName || target.name || 'Component';\n}\n\n// \nfunction isStatelessFunction(test) {\n  return typeof test === 'function' && !(test.prototype && test.prototype.isReactComponent);\n}\n\n// \nfunction isStyledComponent(target) {\n  return target && typeof target.styledComponentId === 'string';\n}\n\n// \n\nvar SC_ATTR = typeof process !== 'undefined' && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || 'data-styled';\n\nvar SC_VERSION_ATTR = 'data-styled-version';\n\nvar SC_STREAM_ATTR = 'data-styled-streamed';\n\nvar IS_BROWSER = typeof window !== 'undefined' && 'HTMLElement' in window;\n\nvar DISABLE_SPEEDY = typeof SC_DISABLE_SPEEDY === 'boolean' && SC_DISABLE_SPEEDY || typeof process !== 'undefined' && (process.env.REACT_APP_SC_DISABLE_SPEEDY || process.env.SC_DISABLE_SPEEDY) || process.env.NODE_ENV !== 'production';\n\n// Shared empty execution context when generating static styles\nvar STATIC_EXECUTION_CONTEXT = {};\n\n// \n\n\n/**\n * Parse errors.md and turn it into a simple hash of code: message\n */\nvar ERRORS = process.env.NODE_ENV !== 'production' ? {\n  \"1\": \"Cannot create styled-component for component: %s.\\n\\n\",\n  \"2\": \"Can't collect styles once you've consumed a `ServerStyleSheet`'s styles! `ServerStyleSheet` is a one off instance for each server-side render cycle.\\n\\n- Are you trying to reuse it across renders?\\n- Are you accidentally calling collectStyles twice?\\n\\n\",\n  \"3\": \"Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.\\n\\n\",\n  \"4\": \"The `StyleSheetManager` expects a valid target or sheet prop!\\n\\n- Does this error occur on the client and is your target falsy?\\n- Does this error occur on the server and is the sheet falsy?\\n\\n\",\n  \"5\": \"The clone method cannot be used on the client!\\n\\n- Are you running in a client-like environment on the server?\\n- Are you trying to run SSR on the client?\\n\\n\",\n  \"6\": \"Trying to insert a new style tag, but the given Node is unmounted!\\n\\n- Are you using a custom target that isn't mounted?\\n- Does your document not have a valid head element?\\n- Have you accidentally removed a style tag manually?\\n\\n\",\n  \"7\": \"ThemeProvider: Please return an object from your \\\"theme\\\" prop function, e.g.\\n\\n```js\\ntheme={() => ({})}\\n```\\n\\n\",\n  \"8\": \"ThemeProvider: Please make your \\\"theme\\\" prop an object.\\n\\n\",\n  \"9\": \"Missing document `<head>`\\n\\n\",\n  \"10\": \"Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021\\n\\n\",\n  \"11\": \"_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.\\n\\n\",\n  \"12\": \"It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\\\`\\\\` helper (see https://www.styled-components.com/docs/api#css), which ensures the styles are injected correctly.\\n\\n\",\n  \"13\": \"%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.\\n\"\n} : {};\n\n/**\n * super basic version of sprintf\n */\nfunction format() {\n  var a = arguments.length <= 0 ? undefined : arguments[0];\n  var b = [];\n\n  for (var c = 1, len = arguments.length; c < len; c += 1) {\n    b.push(arguments.length <= c ? undefined : arguments[c]);\n  }\n\n  b.forEach(function (d) {\n    a = a.replace(/%[a-z]/, d);\n  });\n\n  return a;\n}\n\n/**\n * Create an error file out of errors.md for development and a simple web link to the full errors\n * in production mode.\n */\n\nvar StyledComponentsError = function (_Error) {\n  inherits(StyledComponentsError, _Error);\n\n  function StyledComponentsError(code) {\n    classCallCheck(this, StyledComponentsError);\n\n    for (var _len = arguments.length, interpolations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n      interpolations[_key - 1] = arguments[_key];\n    }\n\n    if (process.env.NODE_ENV === 'production') {\n      var _this = possibleConstructorReturn(this, _Error.call(this, 'An error occurred. See https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/errors.md#' + code + ' for more information.' + (interpolations.length > 0 ? ' Additional arguments: ' + interpolations.join(', ') : '')));\n    } else {\n      var _this = possibleConstructorReturn(this, _Error.call(this, format.apply(undefined, [ERRORS[code]].concat(interpolations)).trim()));\n    }\n    return possibleConstructorReturn(_this);\n  }\n\n  return StyledComponentsError;\n}(Error);\n\n// \nvar SC_COMPONENT_ID = /^[^\\S\\n]*?\\/\\* sc-component-id:\\s*(\\S+)\\s+\\*\\//gm;\n\nvar extractComps = (function (maybeCSS) {\n  var css = '' + (maybeCSS || ''); // Definitely a string, and a clone\n  var existingComponents = [];\n  css.replace(SC_COMPONENT_ID, function (match, componentId, matchIndex) {\n    existingComponents.push({ componentId: componentId, matchIndex: matchIndex });\n    return match;\n  });\n  return existingComponents.map(function (_ref, i) {\n    var componentId = _ref.componentId,\n        matchIndex = _ref.matchIndex;\n\n    var nextComp = existingComponents[i + 1];\n    var cssFromDOM = nextComp ? css.slice(matchIndex, nextComp.matchIndex) : css.slice(matchIndex);\n    return { componentId: componentId, cssFromDOM: cssFromDOM };\n  });\n});\n\n// \n\nvar COMMENT_REGEX = /^\\s*\\/\\/.*$/gm;\n\n// NOTE: This stylis instance is only used to split rules from SSR'd style tags\nvar stylisSplitter = new Stylis({\n  global: false,\n  cascade: true,\n  keyframe: false,\n  prefix: false,\n  compress: false,\n  semicolon: true\n});\n\nvar stylis = new Stylis({\n  global: false,\n  cascade: true,\n  keyframe: false,\n  prefix: true,\n  compress: false,\n  semicolon: false // NOTE: This means \"autocomplete missing semicolons\"\n});\n\n// Wrap `insertRulePlugin to build a list of rules,\n// and then make our own plugin to return the rules. This\n// makes it easier to hook into the existing SSR architecture\n\nvar parsingRules = [];\n\n// eslint-disable-next-line consistent-return\nvar returnRulesPlugin = function returnRulesPlugin(context) {\n  if (context === -2) {\n    var parsedRules = parsingRules;\n    parsingRules = [];\n    return parsedRules;\n  }\n};\n\nvar parseRulesPlugin = _insertRulePlugin(function (rule) {\n  parsingRules.push(rule);\n});\n\nvar _componentId = void 0;\nvar _selector = void 0;\nvar _selectorRegexp = void 0;\n\nvar selfReferenceReplacer = function selfReferenceReplacer(match, offset, string) {\n  if (\n  // the first self-ref is always untouched\n  offset > 0 &&\n  // there should be at least two self-refs to do a replacement (.b > .b)\n  string.slice(0, offset).indexOf(_selector) !== -1 &&\n  // no consecutive self refs (.b.b); that is a precedence boost and treated differently\n  string.slice(offset - _selector.length, offset) !== _selector) {\n    return '.' + _componentId;\n  }\n\n  return match;\n};\n\n/**\n * When writing a style like\n *\n * & + & {\n *   color: red;\n * }\n *\n * The second ampersand should be a reference to the static component class. stylis\n * has no knowledge of static class so we have to intelligently replace the base selector.\n */\nvar selfReferenceReplacementPlugin = function selfReferenceReplacementPlugin(context, _, selectors) {\n  if (context === 2 && selectors.length && selectors[0].lastIndexOf(_selector) > 0) {\n    // eslint-disable-next-line no-param-reassign\n    selectors[0] = selectors[0].replace(_selectorRegexp, selfReferenceReplacer);\n  }\n};\n\nstylis.use([selfReferenceReplacementPlugin, parseRulesPlugin, returnRulesPlugin]);\nstylisSplitter.use([parseRulesPlugin, returnRulesPlugin]);\n\nvar splitByRules = function splitByRules(css) {\n  return stylisSplitter('', css);\n};\n\nfunction stringifyRules(rules, selector, prefix) {\n  var componentId = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : '&';\n\n  var flatCSS = rules.join('').replace(COMMENT_REGEX, ''); // replace JS comments\n\n  var cssStr = selector && prefix ? prefix + ' ' + selector + ' { ' + flatCSS + ' }' : flatCSS;\n\n  // stylis has no concept of state to be passed to plugins\n  // but since JS is single=threaded, we can rely on that to ensure\n  // these properties stay in sync with the current stylis run\n  _componentId = componentId;\n  _selector = selector;\n  _selectorRegexp = new RegExp('\\\\' + _selector + '\\\\b', 'g');\n\n  return stylis(prefix || !selector ? '' : selector, cssStr);\n}\n\n// \n/* eslint-disable camelcase, no-undef */\n\nvar getNonce = (function () {\n  return typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n});\n\n// \n/* These are helpers for the StyleTags to keep track of the injected\n * rule names for each (component) ID that they're keeping track of.\n * They're crucial for detecting whether a name has already been\n * injected.\n * (This excludes rehydrated names) */\n\n/* adds a new ID:name pairing to a names dictionary */\nvar addNameForId = function addNameForId(names, id, name) {\n  if (name) {\n    // eslint-disable-next-line no-param-reassign\n    var namesForId = names[id] || (names[id] = Object.create(null));\n    namesForId[name] = true;\n  }\n};\n\n/* resets an ID entirely by overwriting it in the dictionary */\nvar resetIdNames = function resetIdNames(names, id) {\n  // eslint-disable-next-line no-param-reassign\n  names[id] = Object.create(null);\n};\n\n/* factory for a names dictionary checking the existance of an ID:name pairing */\nvar hasNameForId = function hasNameForId(names) {\n  return function (id, name) {\n    return names[id] !== undefined && names[id][name];\n  };\n};\n\n/* stringifies names for the html/element output */\nvar stringifyNames = function stringifyNames(names) {\n  var str = '';\n  // eslint-disable-next-line guard-for-in\n  for (var id in names) {\n    str += Object.keys(names[id]).join(' ') + ' ';\n  }\n  return str.trim();\n};\n\n/* clones the nested names dictionary */\nvar cloneNames = function cloneNames(names) {\n  var clone = Object.create(null);\n  // eslint-disable-next-line guard-for-in\n  for (var id in names) {\n    clone[id] = _extends({}, names[id]);\n  }\n  return clone;\n};\n\n// \n\n/* These are helpers that deal with the insertRule (aka speedy) API\n * They are used in the StyleTags and specifically the speedy tag\n */\n\n/* retrieve a sheet for a given style tag */\nvar sheetForTag = function sheetForTag(tag) {\n  // $FlowFixMe\n  if (tag.sheet) return tag.sheet;\n\n  /* Firefox quirk requires us to step through all stylesheets to find one owned by the given tag */\n  var size = document.styleSheets.length;\n  for (var i = 0; i < size; i += 1) {\n    var sheet = document.styleSheets[i];\n    // $FlowFixMe\n    if (sheet.ownerNode === tag) return sheet;\n  }\n\n  /* we should always be able to find a tag */\n  throw new StyledComponentsError(10);\n};\n\n/* insert a rule safely and return whether it was actually injected */\nvar safeInsertRule = function safeInsertRule(sheet, cssRule, index) {\n  /* abort early if cssRule string is falsy */\n  if (!cssRule) return false;\n\n  var maxIndex = sheet.cssRules.length;\n\n  try {\n    /* use insertRule and cap passed index with maxIndex (no of cssRules) */\n    sheet.insertRule(cssRule, index <= maxIndex ? index : maxIndex);\n  } catch (err) {\n    /* any error indicates an invalid rule */\n    return false;\n  }\n\n  return true;\n};\n\n/* deletes `size` rules starting from `removalIndex` */\nvar deleteRules = function deleteRules(sheet, removalIndex, size) {\n  var lowerBound = removalIndex - size;\n  for (var i = removalIndex; i > lowerBound; i -= 1) {\n    sheet.deleteRule(i);\n  }\n};\n\n// \n\n/* this marker separates component styles and is important for rehydration */\nvar makeTextMarker = function makeTextMarker(id) {\n  return '\\n/* sc-component-id: ' + id + ' */\\n';\n};\n\n/* add up all numbers in array up until and including the index */\nvar addUpUntilIndex = function addUpUntilIndex(sizes, index) {\n  var totalUpToIndex = 0;\n  for (var i = 0; i <= index; i += 1) {\n    totalUpToIndex += sizes[i];\n  }\n\n  return totalUpToIndex;\n};\n\n/* create a new style tag after lastEl */\nvar makeStyleTag = function makeStyleTag(target, tagEl, insertBefore) {\n  var el = document.createElement('style');\n  el.setAttribute(SC_ATTR, '');\n  el.setAttribute(SC_VERSION_ATTR, \"4.3.1\");\n\n  var nonce = getNonce();\n  if (nonce) {\n    el.setAttribute('nonce', nonce);\n  }\n\n  /* Work around insertRule quirk in EdgeHTML */\n  el.appendChild(document.createTextNode(''));\n\n  if (target && !tagEl) {\n    /* Append to target when no previous element was passed */\n    target.appendChild(el);\n  } else {\n    if (!tagEl || !target || !tagEl.parentNode) {\n      throw new StyledComponentsError(6);\n    }\n\n    /* Insert new style tag after the previous one */\n    tagEl.parentNode.insertBefore(el, insertBefore ? tagEl : tagEl.nextSibling);\n  }\n\n  return el;\n};\n\n/* takes a css factory function and outputs an html styled tag factory */\nvar wrapAsHtmlTag = function wrapAsHtmlTag(css, names) {\n  return function (additionalAttrs) {\n    var nonce = getNonce();\n    var attrs = [nonce && 'nonce=\"' + nonce + '\"', SC_ATTR + '=\"' + stringifyNames(names) + '\"', SC_VERSION_ATTR + '=\"' + \"4.3.1\" + '\"', additionalAttrs];\n\n    var htmlAttr = attrs.filter(Boolean).join(' ');\n    return '<style ' + htmlAttr + '>' + css() + '</style>';\n  };\n};\n\n/* takes a css factory function and outputs an element factory */\nvar wrapAsElement = function wrapAsElement(css, names) {\n  return function () {\n    var _props;\n\n    var props = (_props = {}, _props[SC_ATTR] = stringifyNames(names), _props[SC_VERSION_ATTR] = \"4.3.1\", _props);\n\n    var nonce = getNonce();\n    if (nonce) {\n      // $FlowFixMe\n      props.nonce = nonce;\n    }\n\n    // eslint-disable-next-line react/no-danger\n    return React.createElement('style', _extends({}, props, { dangerouslySetInnerHTML: { __html: css() } }));\n  };\n};\n\nvar getIdsFromMarkersFactory = function getIdsFromMarkersFactory(markers) {\n  return function () {\n    return Object.keys(markers);\n  };\n};\n\n/* speedy tags utilise insertRule */\nvar makeSpeedyTag = function makeSpeedyTag(el, getImportRuleTag) {\n  var names = Object.create(null);\n  var markers = Object.create(null);\n  var sizes = [];\n\n  var extractImport = getImportRuleTag !== undefined;\n  /* indicates whether getImportRuleTag was called */\n  var usedImportRuleTag = false;\n\n  var insertMarker = function insertMarker(id) {\n    var prev = markers[id];\n    if (prev !== undefined) {\n      return prev;\n    }\n\n    markers[id] = sizes.length;\n    sizes.push(0);\n    resetIdNames(names, id);\n\n    return markers[id];\n  };\n\n  var insertRules = function insertRules(id, cssRules, name) {\n    var marker = insertMarker(id);\n    var sheet = sheetForTag(el);\n    var insertIndex = addUpUntilIndex(sizes, marker);\n\n    var injectedRules = 0;\n    var importRules = [];\n    var cssRulesSize = cssRules.length;\n\n    for (var i = 0; i < cssRulesSize; i += 1) {\n      var cssRule = cssRules[i];\n      var mayHaveImport = extractImport; /* @import rules are reordered to appear first */\n      if (mayHaveImport && cssRule.indexOf('@import') !== -1) {\n        importRules.push(cssRule);\n      } else if (safeInsertRule(sheet, cssRule, insertIndex + injectedRules)) {\n        mayHaveImport = false;\n        injectedRules += 1;\n      }\n    }\n\n    if (extractImport && importRules.length > 0) {\n      usedImportRuleTag = true;\n      // $FlowFixMe\n      getImportRuleTag().insertRules(id + '-import', importRules);\n    }\n\n    sizes[marker] += injectedRules; /* add up no of injected rules */\n    addNameForId(names, id, name);\n  };\n\n  var removeRules = function removeRules(id) {\n    var marker = markers[id];\n    if (marker === undefined) return;\n\n    var size = sizes[marker];\n    var sheet = sheetForTag(el);\n    var removalIndex = addUpUntilIndex(sizes, marker) - 1;\n    deleteRules(sheet, removalIndex, size);\n    sizes[marker] = 0;\n    resetIdNames(names, id);\n\n    if (extractImport && usedImportRuleTag) {\n      // $FlowFixMe\n      getImportRuleTag().removeRules(id + '-import');\n    }\n  };\n\n  var css = function css() {\n    var _sheetForTag = sheetForTag(el),\n        cssRules = _sheetForTag.cssRules;\n\n    var str = '';\n\n    // eslint-disable-next-line guard-for-in\n    for (var id in markers) {\n      str += makeTextMarker(id);\n      var marker = markers[id];\n      var end = addUpUntilIndex(sizes, marker);\n      var size = sizes[marker];\n      for (var i = end - size; i < end; i += 1) {\n        var rule = cssRules[i];\n        if (rule !== undefined) {\n          str += rule.cssText;\n        }\n      }\n    }\n\n    return str;\n  };\n\n  return {\n    clone: function clone() {\n      throw new StyledComponentsError(5);\n    },\n\n    css: css,\n    getIds: getIdsFromMarkersFactory(markers),\n    hasNameForId: hasNameForId(names),\n    insertMarker: insertMarker,\n    insertRules: insertRules,\n    removeRules: removeRules,\n    sealed: false,\n    styleTag: el,\n    toElement: wrapAsElement(css, names),\n    toHTML: wrapAsHtmlTag(css, names)\n  };\n};\n\nvar makeTextNode = function makeTextNode(id) {\n  return document.createTextNode(makeTextMarker(id));\n};\n\nvar makeBrowserTag = function makeBrowserTag(el, getImportRuleTag) {\n  var names = Object.create(null);\n  var markers = Object.create(null);\n\n  var extractImport = getImportRuleTag !== undefined;\n\n  /* indicates whether getImportRuleTag was called */\n  var usedImportRuleTag = false;\n\n  var insertMarker = function insertMarker(id) {\n    var prev = markers[id];\n    if (prev !== undefined) {\n      return prev;\n    }\n\n    markers[id] = makeTextNode(id);\n    el.appendChild(markers[id]);\n    names[id] = Object.create(null);\n\n    return markers[id];\n  };\n\n  var insertRules = function insertRules(id, cssRules, name) {\n    var marker = insertMarker(id);\n    var importRules = [];\n    var cssRulesSize = cssRules.length;\n\n    for (var i = 0; i < cssRulesSize; i += 1) {\n      var rule = cssRules[i];\n      var mayHaveImport = extractImport;\n      if (mayHaveImport && rule.indexOf('@import') !== -1) {\n        importRules.push(rule);\n      } else {\n        mayHaveImport = false;\n        var separator = i === cssRulesSize - 1 ? '' : ' ';\n        marker.appendData('' + rule + separator);\n      }\n    }\n\n    addNameForId(names, id, name);\n\n    if (extractImport && importRules.length > 0) {\n      usedImportRuleTag = true;\n      // $FlowFixMe\n      getImportRuleTag().insertRules(id + '-import', importRules);\n    }\n  };\n\n  var removeRules = function removeRules(id) {\n    var marker = markers[id];\n    if (marker === undefined) return;\n\n    /* create new empty text node and replace the current one */\n    var newMarker = makeTextNode(id);\n    el.replaceChild(newMarker, marker);\n    markers[id] = newMarker;\n    resetIdNames(names, id);\n\n    if (extractImport && usedImportRuleTag) {\n      // $FlowFixMe\n      getImportRuleTag().removeRules(id + '-import');\n    }\n  };\n\n  var css = function css() {\n    var str = '';\n\n    // eslint-disable-next-line guard-for-in\n    for (var id in markers) {\n      str += markers[id].data;\n    }\n\n    return str;\n  };\n\n  return {\n    clone: function clone() {\n      throw new StyledComponentsError(5);\n    },\n\n    css: css,\n    getIds: getIdsFromMarkersFactory(markers),\n    hasNameForId: hasNameForId(names),\n    insertMarker: insertMarker,\n    insertRules: insertRules,\n    removeRules: removeRules,\n    sealed: false,\n    styleTag: el,\n    toElement: wrapAsElement(css, names),\n    toHTML: wrapAsHtmlTag(css, names)\n  };\n};\n\nvar makeServerTag = function makeServerTag(namesArg, markersArg) {\n  var names = namesArg === undefined ? Object.create(null) : namesArg;\n  var markers = markersArg === undefined ? Object.create(null) : markersArg;\n\n  var insertMarker = function insertMarker(id) {\n    var prev = markers[id];\n    if (prev !== undefined) {\n      return prev;\n    }\n\n    return markers[id] = [''];\n  };\n\n  var insertRules = function insertRules(id, cssRules, name) {\n    var marker = insertMarker(id);\n    marker[0] += cssRules.join(' ');\n    addNameForId(names, id, name);\n  };\n\n  var removeRules = function removeRules(id) {\n    var marker = markers[id];\n    if (marker === undefined) return;\n    marker[0] = '';\n    resetIdNames(names, id);\n  };\n\n  var css = function css() {\n    var str = '';\n    // eslint-disable-next-line guard-for-in\n    for (var id in markers) {\n      var cssForId = markers[id][0];\n      if (cssForId) {\n        str += makeTextMarker(id) + cssForId;\n      }\n    }\n    return str;\n  };\n\n  var clone = function clone() {\n    var namesClone = cloneNames(names);\n    var markersClone = Object.create(null);\n\n    // eslint-disable-next-line guard-for-in\n    for (var id in markers) {\n      markersClone[id] = [markers[id][0]];\n    }\n\n    return makeServerTag(namesClone, markersClone);\n  };\n\n  var tag = {\n    clone: clone,\n    css: css,\n    getIds: getIdsFromMarkersFactory(markers),\n    hasNameForId: hasNameForId(names),\n    insertMarker: insertMarker,\n    insertRules: insertRules,\n    removeRules: removeRules,\n    sealed: false,\n    styleTag: null,\n    toElement: wrapAsElement(css, names),\n    toHTML: wrapAsHtmlTag(css, names)\n  };\n\n  return tag;\n};\n\nvar makeTag = function makeTag(target, tagEl, forceServer, insertBefore, getImportRuleTag) {\n  if (IS_BROWSER && !forceServer) {\n    var el = makeStyleTag(target, tagEl, insertBefore);\n\n    if (DISABLE_SPEEDY) {\n      return makeBrowserTag(el, getImportRuleTag);\n    } else {\n      return makeSpeedyTag(el, getImportRuleTag);\n    }\n  }\n\n  return makeServerTag();\n};\n\nvar rehydrate = function rehydrate(tag, els, extracted) {\n  /* add all extracted components to the new tag */\n  for (var i = 0, len = extracted.length; i < len; i += 1) {\n    var _extracted$i = extracted[i],\n        componentId = _extracted$i.componentId,\n        cssFromDOM = _extracted$i.cssFromDOM;\n\n    var cssRules = splitByRules(cssFromDOM);\n    tag.insertRules(componentId, cssRules);\n  }\n\n  /* remove old HTMLStyleElements, since they have been rehydrated */\n  for (var _i = 0, _len = els.length; _i < _len; _i += 1) {\n    var el = els[_i];\n    if (el.parentNode) {\n      el.parentNode.removeChild(el);\n    }\n  }\n};\n\n// \n\nvar SPLIT_REGEX = /\\s+/;\n\n/* determine the maximum number of components before tags are sharded */\nvar MAX_SIZE = void 0;\nif (IS_BROWSER) {\n  /* in speedy mode we can keep a lot more rules in a sheet before a slowdown can be expected */\n  MAX_SIZE = DISABLE_SPEEDY ? 40 : 1000;\n} else {\n  /* for servers we do not need to shard at all */\n  MAX_SIZE = -1;\n}\n\nvar sheetRunningId = 0;\nvar master = void 0;\n\nvar StyleSheet = function () {\n\n  /* a map from ids to tags */\n\n  /* deferred rules for a given id */\n\n  /* this is used for not reinjecting rules via hasNameForId() */\n\n  /* when rules for an id are removed using remove() we have to ignore rehydratedNames for it */\n\n  /* a list of tags belonging to this StyleSheet */\n\n  /* a tag for import rules */\n\n  /* current capacity until a new tag must be created */\n\n  /* children (aka clones) of this StyleSheet inheriting all and future injections */\n\n  function StyleSheet() {\n    var _this = this;\n\n    var target = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : IS_BROWSER ? document.head : null;\n    var forceServer = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n    classCallCheck(this, StyleSheet);\n\n    this.getImportRuleTag = function () {\n      var importRuleTag = _this.importRuleTag;\n\n      if (importRuleTag !== undefined) {\n        return importRuleTag;\n      }\n\n      var firstTag = _this.tags[0];\n      var insertBefore = true;\n\n      return _this.importRuleTag = makeTag(_this.target, firstTag ? firstTag.styleTag : null, _this.forceServer, insertBefore);\n    };\n\n    sheetRunningId += 1;\n    this.id = sheetRunningId;\n    this.forceServer = forceServer;\n    this.target = forceServer ? null : target;\n    this.tagMap = {};\n    this.deferred = {};\n    this.rehydratedNames = {};\n    this.ignoreRehydratedNames = {};\n    this.tags = [];\n    this.capacity = 1;\n    this.clones = [];\n  }\n\n  /* rehydrate all SSR'd style tags */\n\n\n  StyleSheet.prototype.rehydrate = function rehydrate$$1() {\n    if (!IS_BROWSER || this.forceServer) return this;\n\n    var els = [];\n    var extracted = [];\n    var isStreamed = false;\n\n    /* retrieve all of our SSR style elements from the DOM */\n    var nodes = document.querySelectorAll('style[' + SC_ATTR + '][' + SC_VERSION_ATTR + '=\"' + \"4.3.1\" + '\"]');\n\n    var nodesSize = nodes.length;\n\n    /* abort rehydration if no previous style tags were found */\n    if (!nodesSize) return this;\n\n    for (var i = 0; i < nodesSize; i += 1) {\n      var el = nodes[i];\n\n      /* check if style tag is a streamed tag */\n      if (!isStreamed) isStreamed = !!el.getAttribute(SC_STREAM_ATTR);\n\n      /* retrieve all component names */\n      var elNames = (el.getAttribute(SC_ATTR) || '').trim().split(SPLIT_REGEX);\n      var elNamesSize = elNames.length;\n      for (var j = 0, name; j < elNamesSize; j += 1) {\n        name = elNames[j];\n        /* add rehydrated name to sheet to avoid re-adding styles */\n        this.rehydratedNames[name] = true;\n      }\n\n      /* extract all components and their CSS */\n      extracted.push.apply(extracted, extractComps(el.textContent));\n\n      /* store original HTMLStyleElement */\n      els.push(el);\n    }\n\n    /* abort rehydration if nothing was extracted */\n    var extractedSize = extracted.length;\n    if (!extractedSize) return this;\n\n    /* create a tag to be used for rehydration */\n    var tag = this.makeTag(null);\n\n    rehydrate(tag, els, extracted);\n\n    /* reset capacity and adjust MAX_SIZE by the initial size of the rehydration */\n    this.capacity = Math.max(1, MAX_SIZE - extractedSize);\n    this.tags.push(tag);\n\n    /* retrieve all component ids */\n    for (var _j = 0; _j < extractedSize; _j += 1) {\n      this.tagMap[extracted[_j].componentId] = tag;\n    }\n\n    return this;\n  };\n\n  /* retrieve a \"master\" instance of StyleSheet which is typically used when no other is available\n   * The master StyleSheet is targeted by createGlobalStyle, keyframes, and components outside of any\n    * StyleSheetManager's context */\n\n\n  /* reset the internal \"master\" instance */\n  StyleSheet.reset = function reset() {\n    var forceServer = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;\n\n    master = new StyleSheet(undefined, forceServer).rehydrate();\n  };\n\n  /* adds \"children\" to the StyleSheet that inherit all of the parents' rules\n   * while their own rules do not affect the parent */\n\n\n  StyleSheet.prototype.clone = function clone() {\n    var sheet = new StyleSheet(this.target, this.forceServer);\n\n    /* add to clone array */\n    this.clones.push(sheet);\n\n    /* clone all tags */\n    sheet.tags = this.tags.map(function (tag) {\n      var ids = tag.getIds();\n      var newTag = tag.clone();\n\n      /* reconstruct tagMap */\n      for (var i = 0; i < ids.length; i += 1) {\n        sheet.tagMap[ids[i]] = newTag;\n      }\n\n      return newTag;\n    });\n\n    /* clone other maps */\n    sheet.rehydratedNames = _extends({}, this.rehydratedNames);\n    sheet.deferred = _extends({}, this.deferred);\n\n    return sheet;\n  };\n\n  /* force StyleSheet to create a new tag on the next injection */\n\n\n  StyleSheet.prototype.sealAllTags = function sealAllTags() {\n    this.capacity = 1;\n\n    this.tags.forEach(function (tag) {\n      // eslint-disable-next-line no-param-reassign\n      tag.sealed = true;\n    });\n  };\n\n  StyleSheet.prototype.makeTag = function makeTag$$1(tag) {\n    var lastEl = tag ? tag.styleTag : null;\n    var insertBefore = false;\n\n    return makeTag(this.target, lastEl, this.forceServer, insertBefore, this.getImportRuleTag);\n  };\n\n  /* get a tag for a given componentId, assign the componentId to one, or shard */\n  StyleSheet.prototype.getTagForId = function getTagForId(id) {\n    /* simply return a tag, when the componentId was already assigned one */\n    var prev = this.tagMap[id];\n    if (prev !== undefined && !prev.sealed) {\n      return prev;\n    }\n\n    var tag = this.tags[this.tags.length - 1];\n\n    /* shard (create a new tag) if the tag is exhausted (See MAX_SIZE) */\n    this.capacity -= 1;\n\n    if (this.capacity === 0) {\n      this.capacity = MAX_SIZE;\n      tag = this.makeTag(tag);\n      this.tags.push(tag);\n    }\n\n    return this.tagMap[id] = tag;\n  };\n\n  /* mainly for createGlobalStyle to check for its id */\n\n\n  StyleSheet.prototype.hasId = function hasId(id) {\n    return this.tagMap[id] !== undefined;\n  };\n\n  /* caching layer checking id+name to already have a corresponding tag and injected rules */\n\n\n  StyleSheet.prototype.hasNameForId = function hasNameForId(id, name) {\n    /* exception for rehydrated names which are checked separately */\n    if (this.ignoreRehydratedNames[id] === undefined && this.rehydratedNames[name]) {\n      return true;\n    }\n\n    var tag = this.tagMap[id];\n    return tag !== undefined && tag.hasNameForId(id, name);\n  };\n\n  /* registers a componentId and registers it on its tag */\n\n\n  StyleSheet.prototype.deferredInject = function deferredInject(id, cssRules) {\n    /* don't inject when the id is already registered */\n    if (this.tagMap[id] !== undefined) return;\n\n    var clones = this.clones;\n\n    for (var i = 0; i < clones.length; i += 1) {\n      clones[i].deferredInject(id, cssRules);\n    }\n\n    this.getTagForId(id).insertMarker(id);\n    this.deferred[id] = cssRules;\n  };\n\n  /* injects rules for a given id with a name that will need to be cached */\n\n\n  StyleSheet.prototype.inject = function inject(id, cssRules, name) {\n    var clones = this.clones;\n\n\n    for (var i = 0; i < clones.length; i += 1) {\n      clones[i].inject(id, cssRules, name);\n    }\n\n    var tag = this.getTagForId(id);\n\n    /* add deferred rules for component */\n    if (this.deferred[id] !== undefined) {\n      // Combine passed cssRules with previously deferred CSS rules\n      // NOTE: We cannot mutate the deferred array itself as all clones\n      // do the same (see clones[i].inject)\n      var rules = this.deferred[id].concat(cssRules);\n      tag.insertRules(id, rules, name);\n\n      this.deferred[id] = undefined;\n    } else {\n      tag.insertRules(id, cssRules, name);\n    }\n  };\n\n  /* removes all rules for a given id, which doesn't remove its marker but resets it */\n\n\n  StyleSheet.prototype.remove = function remove(id) {\n    var tag = this.tagMap[id];\n    if (tag === undefined) return;\n\n    var clones = this.clones;\n\n    for (var i = 0; i < clones.length; i += 1) {\n      clones[i].remove(id);\n    }\n\n    /* remove all rules from the tag */\n    tag.removeRules(id);\n\n    /* ignore possible rehydrated names */\n    this.ignoreRehydratedNames[id] = true;\n\n    /* delete possible deferred rules */\n    this.deferred[id] = undefined;\n  };\n\n  StyleSheet.prototype.toHTML = function toHTML() {\n    return this.tags.map(function (tag) {\n      return tag.toHTML();\n    }).join('');\n  };\n\n  StyleSheet.prototype.toReactElements = function toReactElements() {\n    var id = this.id;\n\n\n    return this.tags.map(function (tag, i) {\n      var key = 'sc-' + id + '-' + i;\n      return cloneElement(tag.toElement(), { key: key });\n    });\n  };\n\n  createClass(StyleSheet, null, [{\n    key: 'master',\n    get: function get$$1() {\n      return master || (master = new StyleSheet().rehydrate());\n    }\n\n    /* NOTE: This is just for backwards-compatibility with jest-styled-components */\n\n  }, {\n    key: 'instance',\n    get: function get$$1() {\n      return StyleSheet.master;\n    }\n  }]);\n  return StyleSheet;\n}();\n\n// \n\nvar Keyframes = function () {\n  function Keyframes(name, rules) {\n    var _this = this;\n\n    classCallCheck(this, Keyframes);\n\n    this.inject = function (styleSheet) {\n      if (!styleSheet.hasNameForId(_this.id, _this.name)) {\n        styleSheet.inject(_this.id, _this.rules, _this.name);\n      }\n    };\n\n    this.toString = function () {\n      throw new StyledComponentsError(12, String(_this.name));\n    };\n\n    this.name = name;\n    this.rules = rules;\n\n    this.id = 'sc-keyframes-' + name;\n  }\n\n  Keyframes.prototype.getName = function getName() {\n    return this.name;\n  };\n\n  return Keyframes;\n}();\n\n// \n\n/**\n * inlined version of\n * https://github.com/facebook/fbjs/blob/master/packages/fbjs/src/core/hyphenateStyleName.js\n */\n\nvar uppercasePattern = /([A-Z])/g;\nvar msPattern = /^ms-/;\n\n/**\n * Hyphenates a camelcased CSS property name, for example:\n *\n *   > hyphenateStyleName('backgroundColor')\n *   < \"background-color\"\n *   > hyphenateStyleName('MozTransition')\n *   < \"-moz-transition\"\n *   > hyphenateStyleName('msTransition')\n *   < \"-ms-transition\"\n *\n * As Modernizr suggests (http://modernizr.com/docs/#prefixed), an `ms` prefix\n * is converted to `-ms-`.\n *\n * @param {string} string\n * @return {string}\n */\nfunction hyphenateStyleName(string) {\n  return string.replace(uppercasePattern, '-$1').toLowerCase().replace(msPattern, '-ms-');\n}\n\n// \n\n// Taken from https://github.com/facebook/react/blob/b87aabdfe1b7461e7331abb3601d9e6bb27544bc/packages/react-dom/src/shared/dangerousStyleValue.js\nfunction addUnitIfNeeded(name, value) {\n  // https://github.com/amilajack/eslint-plugin-flowtype-errors/issues/133\n  // $FlowFixMe\n  if (value == null || typeof value === 'boolean' || value === '') {\n    return '';\n  }\n\n  if (typeof value === 'number' && value !== 0 && !(name in unitless)) {\n    return value + 'px'; // Presumes implicit 'px' suffix for unitless numbers\n  }\n\n  return String(value).trim();\n}\n\n// \n\n/**\n * It's falsish not falsy because 0 is allowed.\n */\nvar isFalsish = function isFalsish(chunk) {\n  return chunk === undefined || chunk === null || chunk === false || chunk === '';\n};\n\nvar objToCssArray = function objToCssArray(obj, prevKey) {\n  var rules = [];\n  var keys = Object.keys(obj);\n\n  keys.forEach(function (key) {\n    if (!isFalsish(obj[key])) {\n      if (isPlainObject(obj[key])) {\n        rules.push.apply(rules, objToCssArray(obj[key], key));\n\n        return rules;\n      } else if (isFunction(obj[key])) {\n        rules.push(hyphenateStyleName(key) + ':', obj[key], ';');\n\n        return rules;\n      }\n      rules.push(hyphenateStyleName(key) + ': ' + addUnitIfNeeded(key, obj[key]) + ';');\n    }\n    return rules;\n  });\n\n  return prevKey ? [prevKey + ' {'].concat(rules, ['}']) : rules;\n};\n\nfunction flatten(chunk, executionContext, styleSheet) {\n  if (Array.isArray(chunk)) {\n    var ruleSet = [];\n\n    for (var i = 0, len = chunk.length, result; i < len; i += 1) {\n      result = flatten(chunk[i], executionContext, styleSheet);\n\n      if (result === null) continue;else if (Array.isArray(result)) ruleSet.push.apply(ruleSet, result);else ruleSet.push(result);\n    }\n\n    return ruleSet;\n  }\n\n  if (isFalsish(chunk)) {\n    return null;\n  }\n\n  /* Handle other components */\n  if (isStyledComponent(chunk)) {\n    return '.' + chunk.styledComponentId;\n  }\n\n  /* Either execute or defer the function */\n  if (isFunction(chunk)) {\n    if (isStatelessFunction(chunk) && executionContext) {\n      var _result = chunk(executionContext);\n\n      if (process.env.NODE_ENV !== 'production' && isElement(_result)) {\n        // eslint-disable-next-line no-console\n        console.warn(getComponentName(chunk) + ' is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.');\n      }\n\n      return flatten(_result, executionContext, styleSheet);\n    } else return chunk;\n  }\n\n  if (chunk instanceof Keyframes) {\n    if (styleSheet) {\n      chunk.inject(styleSheet);\n      return chunk.getName();\n    } else return chunk;\n  }\n\n  /* Handle objects */\n  return isPlainObject(chunk) ? objToCssArray(chunk) : chunk.toString();\n}\n\n// \n\nfunction css(styles) {\n  for (var _len = arguments.length, interpolations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n    interpolations[_key - 1] = arguments[_key];\n  }\n\n  if (isFunction(styles) || isPlainObject(styles)) {\n    // $FlowFixMe\n    return flatten(interleave(EMPTY_ARRAY, [styles].concat(interpolations)));\n  }\n\n  // $FlowFixMe\n  return flatten(interleave(styles, interpolations));\n}\n\n// \n\nfunction constructWithOptions(componentConstructor, tag) {\n  var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : EMPTY_OBJECT;\n\n  if (!isValidElementType(tag)) {\n    throw new StyledComponentsError(1, String(tag));\n  }\n\n  /* This is callable directly as a template function */\n  // $FlowFixMe: Not typed to avoid destructuring arguments\n  var templateFunction = function templateFunction() {\n    return componentConstructor(tag, options, css.apply(undefined, arguments));\n  };\n\n  /* If config methods are called, wrap up a new template function and merge options */\n  templateFunction.withConfig = function (config) {\n    return constructWithOptions(componentConstructor, tag, _extends({}, options, config));\n  };\n\n  /* Modify/inject new props at runtime */\n  templateFunction.attrs = function (attrs) {\n    return constructWithOptions(componentConstructor, tag, _extends({}, options, {\n      attrs: Array.prototype.concat(options.attrs, attrs).filter(Boolean)\n    }));\n  };\n\n  return templateFunction;\n}\n\n// \n// Source: https://github.com/garycourt/murmurhash-js/blob/master/murmurhash2_gc.js\nfunction murmurhash(c) {\n  for (var e = c.length | 0, a = e | 0, d = 0, b; e >= 4;) {\n    b = c.charCodeAt(d) & 255 | (c.charCodeAt(++d) & 255) << 8 | (c.charCodeAt(++d) & 255) << 16 | (c.charCodeAt(++d) & 255) << 24, b = 1540483477 * (b & 65535) + ((1540483477 * (b >>> 16) & 65535) << 16), b ^= b >>> 24, b = 1540483477 * (b & 65535) + ((1540483477 * (b >>> 16) & 65535) << 16), a = 1540483477 * (a & 65535) + ((1540483477 * (a >>> 16) & 65535) << 16) ^ b, e -= 4, ++d;\n  }\n  switch (e) {\n    case 3:\n      a ^= (c.charCodeAt(d + 2) & 255) << 16;\n    case 2:\n      a ^= (c.charCodeAt(d + 1) & 255) << 8;\n    case 1:\n      a ^= c.charCodeAt(d) & 255, a = 1540483477 * (a & 65535) + ((1540483477 * (a >>> 16) & 65535) << 16);\n  }\n  a ^= a >>> 13;\n  a = 1540483477 * (a & 65535) + ((1540483477 * (a >>> 16) & 65535) << 16);\n  return (a ^ a >>> 15) >>> 0;\n}\n\n// \n/* eslint-disable no-bitwise */\n\n/* This is the \"capacity\" of our alphabet i.e. 2x26 for all letters plus their capitalised\n * counterparts */\nvar charsLength = 52;\n\n/* start at 75 for 'a' until 'z' (25) and then start at 65 for capitalised letters */\nvar getAlphabeticChar = function getAlphabeticChar(code) {\n  return String.fromCharCode(code + (code > 25 ? 39 : 97));\n};\n\n/* input a number, usually a hash and convert it to base-52 */\nfunction generateAlphabeticName(code) {\n  var name = '';\n  var x = void 0;\n\n  /* get a char and divide by alphabet-length */\n  for (x = code; x > charsLength; x = Math.floor(x / charsLength)) {\n    name = getAlphabeticChar(x % charsLength) + name;\n  }\n\n  return getAlphabeticChar(x % charsLength) + name;\n}\n\n// \n\nfunction hasFunctionObjectKey(obj) {\n  // eslint-disable-next-line guard-for-in, no-restricted-syntax\n  for (var key in obj) {\n    if (isFunction(obj[key])) {\n      return true;\n    }\n  }\n\n  return false;\n}\n\nfunction isStaticRules(rules, attrs) {\n  for (var i = 0; i < rules.length; i += 1) {\n    var rule = rules[i];\n\n    // recursive case\n    if (Array.isArray(rule) && !isStaticRules(rule, attrs)) {\n      return false;\n    } else if (isFunction(rule) && !isStyledComponent(rule)) {\n      // functions are allowed to be static if they're just being\n      // used to get the classname of a nested styled component\n      return false;\n    }\n  }\n\n  if (attrs.some(function (x) {\n    return isFunction(x) || hasFunctionObjectKey(x);\n  })) return false;\n\n  return true;\n}\n\n// \n\nvar isHMREnabled = process.env.NODE_ENV !== 'production' && typeof module !== 'undefined' && module.hot;\n\n/* combines hashStr (murmurhash) and nameGenerator for convenience */\nvar hasher = function hasher(str) {\n  return generateAlphabeticName(murmurhash(str));\n};\n\n/*\n ComponentStyle is all the CSS-specific stuff, not\n the React-specific stuff.\n */\n\nvar ComponentStyle = function () {\n  function ComponentStyle(rules, attrs, componentId) {\n    classCallCheck(this, ComponentStyle);\n\n    this.rules = rules;\n    this.isStatic = !isHMREnabled && isStaticRules(rules, attrs);\n    this.componentId = componentId;\n\n    if (!StyleSheet.master.hasId(componentId)) {\n      StyleSheet.master.deferredInject(componentId, []);\n    }\n  }\n\n  /*\n     * Flattens a rule set into valid CSS\n     * Hashes it, wraps the whole chunk in a .hash1234 {}\n     * Returns the hash to be injected on render()\n     * */\n\n\n  ComponentStyle.prototype.generateAndInjectStyles = function generateAndInjectStyles(executionContext, styleSheet) {\n    var isStatic = this.isStatic,\n        componentId = this.componentId,\n        lastClassName = this.lastClassName;\n\n    if (IS_BROWSER && isStatic && typeof lastClassName === 'string' && styleSheet.hasNameForId(componentId, lastClassName)) {\n      return lastClassName;\n    }\n\n    var flatCSS = flatten(this.rules, executionContext, styleSheet);\n    var name = hasher(this.componentId + flatCSS.join(''));\n    if (!styleSheet.hasNameForId(componentId, name)) {\n      styleSheet.inject(this.componentId, stringifyRules(flatCSS, '.' + name, undefined, componentId), name);\n    }\n\n    this.lastClassName = name;\n    return name;\n  };\n\n  ComponentStyle.generateName = function generateName(str) {\n    return hasher(str);\n  };\n\n  return ComponentStyle;\n}();\n\n// \n\nvar LIMIT = 200;\n\nvar createWarnTooManyClasses = (function (displayName) {\n  var generatedClasses = {};\n  var warningSeen = false;\n\n  return function (className) {\n    if (!warningSeen) {\n      generatedClasses[className] = true;\n      if (Object.keys(generatedClasses).length >= LIMIT) {\n        // Unable to find latestRule in test environment.\n        /* eslint-disable no-console, prefer-template */\n        console.warn('Over ' + LIMIT + ' classes were generated for component ' + displayName + '. \\n' + 'Consider using the attrs method, together with a style object for frequently changed styles.\\n' + 'Example:\\n' + '  const Component = styled.div.attrs({\\n' + '    style: ({ background }) => ({\\n' + '      background,\\n' + '    }),\\n' + '  })`width: 100%;`\\n\\n' + '  <Component />');\n        warningSeen = true;\n        generatedClasses = {};\n      }\n    }\n  };\n});\n\n// \n\nvar determineTheme = (function (props, fallbackTheme) {\n  var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : EMPTY_OBJECT;\n\n  // Props should take precedence over ThemeProvider, which should take precedence over\n  // defaultProps, but React automatically puts defaultProps on props.\n\n  /* eslint-disable react/prop-types, flowtype-errors/show-errors */\n  var isDefaultTheme = defaultProps ? props.theme === defaultProps.theme : false;\n  var theme = props.theme && !isDefaultTheme ? props.theme : fallbackTheme || defaultProps.theme;\n  /* eslint-enable */\n\n  return theme;\n});\n\n// \nvar escapeRegex = /[[\\].#*$><+~=|^:(),\"'`-]+/g;\nvar dashesAtEnds = /(^-|-$)/g;\n\n/**\n * TODO: Explore using CSS.escape when it becomes more available\n * in evergreen browsers.\n */\nfunction escape(str) {\n  return str\n  // Replace all possible CSS selectors\n  .replace(escapeRegex, '-')\n\n  // Remove extraneous hyphens at the start and end\n  .replace(dashesAtEnds, '');\n}\n\n// \n\nfunction isTag(target) {\n  return typeof target === 'string' && (process.env.NODE_ENV !== 'production' ? target.charAt(0) === target.charAt(0).toLowerCase() : true);\n}\n\n// \n\nfunction generateDisplayName(target) {\n  // $FlowFixMe\n  return isTag(target) ? 'styled.' + target : 'Styled(' + getComponentName(target) + ')';\n}\n\nvar _TYPE_STATICS;\n\nvar REACT_STATICS = {\n  childContextTypes: true,\n  contextTypes: true,\n  defaultProps: true,\n  displayName: true,\n  getDerivedStateFromProps: true,\n  propTypes: true,\n  type: true\n};\n\nvar KNOWN_STATICS = {\n  name: true,\n  length: true,\n  prototype: true,\n  caller: true,\n  callee: true,\n  arguments: true,\n  arity: true\n};\n\nvar TYPE_STATICS = (_TYPE_STATICS = {}, _TYPE_STATICS[ForwardRef] = {\n  $$typeof: true,\n  render: true\n}, _TYPE_STATICS);\n\nvar defineProperty$1 = Object.defineProperty,\n    getOwnPropertyNames = Object.getOwnPropertyNames,\n    _Object$getOwnPropert = Object.getOwnPropertySymbols,\n    getOwnPropertySymbols = _Object$getOwnPropert === undefined ? function () {\n  return [];\n} : _Object$getOwnPropert,\n    getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor,\n    getPrototypeOf = Object.getPrototypeOf,\n    objectPrototype = Object.prototype;\nvar arrayPrototype = Array.prototype;\n\n\nfunction hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {\n  if (typeof sourceComponent !== 'string') {\n    // don't hoist over string (html) components\n\n    var inheritedComponent = getPrototypeOf(sourceComponent);\n\n    if (inheritedComponent && inheritedComponent !== objectPrototype) {\n      hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);\n    }\n\n    var keys = arrayPrototype.concat(getOwnPropertyNames(sourceComponent),\n    // $FlowFixMe\n    getOwnPropertySymbols(sourceComponent));\n\n    var targetStatics = TYPE_STATICS[targetComponent.$$typeof] || REACT_STATICS;\n\n    var sourceStatics = TYPE_STATICS[sourceComponent.$$typeof] || REACT_STATICS;\n\n    var i = keys.length;\n    var descriptor = void 0;\n    var key = void 0;\n\n    // eslint-disable-next-line no-plusplus\n    while (i--) {\n      key = keys[i];\n\n      if (\n      // $FlowFixMe\n      !KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) &&\n      // $FlowFixMe\n      !(targetStatics && targetStatics[key])) {\n        descriptor = getOwnPropertyDescriptor(sourceComponent, key);\n\n        if (descriptor) {\n          try {\n            // Avoid failures from read-only properties\n            defineProperty$1(targetComponent, key, descriptor);\n          } catch (e) {\n            /* fail silently */\n          }\n        }\n      }\n    }\n\n    return targetComponent;\n  }\n\n  return targetComponent;\n}\n\n// \nfunction isDerivedReactComponent(fn) {\n  return !!(fn && fn.prototype && fn.prototype.isReactComponent);\n}\n\n// \n// Helper to call a given function, only once\nvar once = (function (cb) {\n  var called = false;\n\n  return function () {\n    if (!called) {\n      called = true;\n      cb.apply(undefined, arguments);\n    }\n  };\n});\n\n// \n\nvar ThemeContext = createContext();\n\nvar ThemeConsumer = ThemeContext.Consumer;\n\n/**\n * Provide a theme to an entire react component tree via context\n */\n\nvar ThemeProvider = function (_Component) {\n  inherits(ThemeProvider, _Component);\n\n  function ThemeProvider(props) {\n    classCallCheck(this, ThemeProvider);\n\n    var _this = possibleConstructorReturn(this, _Component.call(this, props));\n\n    _this.getContext = memoize(_this.getContext.bind(_this));\n    _this.renderInner = _this.renderInner.bind(_this);\n    return _this;\n  }\n\n  ThemeProvider.prototype.render = function render() {\n    if (!this.props.children) return null;\n\n    return React.createElement(\n      ThemeContext.Consumer,\n      null,\n      this.renderInner\n    );\n  };\n\n  ThemeProvider.prototype.renderInner = function renderInner(outerTheme) {\n    var context = this.getContext(this.props.theme, outerTheme);\n\n    return React.createElement(\n      ThemeContext.Provider,\n      { value: context },\n      React.Children.only(this.props.children)\n    );\n  };\n\n  /**\n   * Get the theme from the props, supporting both (outerTheme) => {}\n   * as well as object notation\n   */\n\n\n  ThemeProvider.prototype.getTheme = function getTheme(theme, outerTheme) {\n    if (isFunction(theme)) {\n      var mergedTheme = theme(outerTheme);\n\n      if (process.env.NODE_ENV !== 'production' && (mergedTheme === null || Array.isArray(mergedTheme) || (typeof mergedTheme === 'undefined' ? 'undefined' : _typeof(mergedTheme)) !== 'object')) {\n        throw new StyledComponentsError(7);\n      }\n\n      return mergedTheme;\n    }\n\n    if (theme === null || Array.isArray(theme) || (typeof theme === 'undefined' ? 'undefined' : _typeof(theme)) !== 'object') {\n      throw new StyledComponentsError(8);\n    }\n\n    return _extends({}, outerTheme, theme);\n  };\n\n  ThemeProvider.prototype.getContext = function getContext(theme, outerTheme) {\n    return this.getTheme(theme, outerTheme);\n  };\n\n  return ThemeProvider;\n}(Component);\n\n// \n\nvar CLOSING_TAG_R = /^\\s*<\\/[a-z]/i;\n\nvar ServerStyleSheet = function () {\n  function ServerStyleSheet() {\n    classCallCheck(this, ServerStyleSheet);\n\n    /* The master sheet might be reset, so keep a reference here */\n    this.masterSheet = StyleSheet.master;\n    this.instance = this.masterSheet.clone();\n    this.sealed = false;\n  }\n\n  /**\n   * Mark the ServerStyleSheet as being fully emitted and manually GC it from the\n   * StyleSheet singleton.\n   */\n\n\n  ServerStyleSheet.prototype.seal = function seal() {\n    if (!this.sealed) {\n      /* Remove sealed StyleSheets from the master sheet */\n      var index = this.masterSheet.clones.indexOf(this.instance);\n      this.masterSheet.clones.splice(index, 1);\n      this.sealed = true;\n    }\n  };\n\n  ServerStyleSheet.prototype.collectStyles = function collectStyles(children) {\n    if (this.sealed) {\n      throw new StyledComponentsError(2);\n    }\n\n    return React.createElement(\n      StyleSheetManager,\n      { sheet: this.instance },\n      children\n    );\n  };\n\n  ServerStyleSheet.prototype.getStyleTags = function getStyleTags() {\n    this.seal();\n    return this.instance.toHTML();\n  };\n\n  ServerStyleSheet.prototype.getStyleElement = function getStyleElement() {\n    this.seal();\n    return this.instance.toReactElements();\n  };\n\n  ServerStyleSheet.prototype.interleaveWithNodeStream = function interleaveWithNodeStream(readableStream) {\n    var _this = this;\n\n    {\n      throw new StyledComponentsError(3);\n    }\n\n    /* the tag index keeps track of which tags have already been emitted */\n    var instance = this.instance;\n\n    var instanceTagIndex = 0;\n\n    var streamAttr = SC_STREAM_ATTR + '=\"true\"';\n\n    var transformer = new stream.Transform({\n      transform: function appendStyleChunks(chunk, /* encoding */_, callback) {\n        var tags = instance.tags;\n\n        var html = '';\n\n        /* retrieve html for each new style tag */\n        for (; instanceTagIndex < tags.length; instanceTagIndex += 1) {\n          var tag = tags[instanceTagIndex];\n          html += tag.toHTML(streamAttr);\n        }\n\n        /* force our StyleSheets to emit entirely new tags */\n        instance.sealAllTags();\n\n        var renderedHtml = chunk.toString();\n\n        /* prepend style html to chunk, unless the start of the chunk is a closing tag in which case append right after that */\n        if (CLOSING_TAG_R.test(renderedHtml)) {\n          var endOfClosingTag = renderedHtml.indexOf('>');\n\n          this.push(renderedHtml.slice(0, endOfClosingTag + 1) + html + renderedHtml.slice(endOfClosingTag + 1));\n        } else this.push(html + renderedHtml);\n\n        callback();\n      }\n    });\n\n    readableStream.on('end', function () {\n      return _this.seal();\n    });\n\n    readableStream.on('error', function (err) {\n      _this.seal();\n\n      // forward the error to the transform stream\n      transformer.emit('error', err);\n    });\n\n    return readableStream.pipe(transformer);\n  };\n\n  return ServerStyleSheet;\n}();\n\n// \n\nvar StyleSheetContext = createContext();\nvar StyleSheetConsumer = StyleSheetContext.Consumer;\n\nvar StyleSheetManager = function (_Component) {\n  inherits(StyleSheetManager, _Component);\n\n  function StyleSheetManager(props) {\n    classCallCheck(this, StyleSheetManager);\n\n    var _this = possibleConstructorReturn(this, _Component.call(this, props));\n\n    _this.getContext = memoize(_this.getContext);\n    return _this;\n  }\n\n  StyleSheetManager.prototype.getContext = function getContext(sheet, target) {\n    if (sheet) {\n      return sheet;\n    } else if (target) {\n      return new StyleSheet(target);\n    } else {\n      throw new StyledComponentsError(4);\n    }\n  };\n\n  StyleSheetManager.prototype.render = function render() {\n    var _props = this.props,\n        children = _props.children,\n        sheet = _props.sheet,\n        target = _props.target;\n\n\n    return React.createElement(\n      StyleSheetContext.Provider,\n      { value: this.getContext(sheet, target) },\n      process.env.NODE_ENV !== 'production' ? React.Children.only(children) : children\n    );\n  };\n\n  return StyleSheetManager;\n}(Component);\nprocess.env.NODE_ENV !== \"production\" ? StyleSheetManager.propTypes = {\n  sheet: PropTypes.oneOfType([PropTypes.instanceOf(StyleSheet), PropTypes.instanceOf(ServerStyleSheet)]),\n\n  target: PropTypes.shape({\n    appendChild: PropTypes.func.isRequired\n  })\n} : void 0;\n\n// \n\nvar identifiers = {};\n\n/* We depend on components having unique IDs */\nfunction generateId(_ComponentStyle, _displayName, parentComponentId) {\n  var displayName = typeof _displayName !== 'string' ? 'sc' : escape(_displayName);\n\n  /**\n   * This ensures uniqueness if two components happen to share\n   * the same displayName.\n   */\n  var nr = (identifiers[displayName] || 0) + 1;\n  identifiers[displayName] = nr;\n\n  var componentId = displayName + '-' + _ComponentStyle.generateName(displayName + nr);\n\n  return parentComponentId ? parentComponentId + '-' + componentId : componentId;\n}\n\n// $FlowFixMe\n\nvar StyledComponent = function (_Component) {\n  inherits(StyledComponent, _Component);\n\n  function StyledComponent() {\n    classCallCheck(this, StyledComponent);\n\n    var _this = possibleConstructorReturn(this, _Component.call(this));\n\n    _this.attrs = {};\n\n    _this.renderOuter = _this.renderOuter.bind(_this);\n    _this.renderInner = _this.renderInner.bind(_this);\n\n    if (process.env.NODE_ENV !== 'production') {\n      _this.warnInnerRef = once(function (displayName) {\n        return (\n          // eslint-disable-next-line no-console\n          console.warn('The \"innerRef\" API has been removed in styled-components v4 in favor of React 16 ref forwarding, use \"ref\" instead like a typical component. \"innerRef\" was detected on component \"' + displayName + '\".')\n        );\n      });\n\n      _this.warnAttrsFnObjectKeyDeprecated = once(function (key, displayName) {\n        return (\n          // eslint-disable-next-line no-console\n          console.warn('Functions as object-form attrs({}) keys are now deprecated and will be removed in a future version of styled-components. Switch to the new attrs(props => ({})) syntax instead for easier and more powerful composition. The attrs key in question is \"' + key + '\" on component \"' + displayName + '\".', '\\n ' + new Error().stack)\n        );\n      });\n\n      _this.warnNonStyledComponentAttrsObjectKey = once(function (key, displayName) {\n        return (\n          // eslint-disable-next-line no-console\n          console.warn('It looks like you\\'ve used a non styled-component as the value for the \"' + key + '\" prop in an object-form attrs constructor of \"' + displayName + '\".\\n' + 'You should use the new function-form attrs constructor which avoids this issue: attrs(props => ({ yourStuff }))\\n' + \"To continue using the deprecated object syntax, you'll need to wrap your component prop in a function to make it available inside the styled component (you'll still get the deprecation warning though.)\\n\" + ('For example, { ' + key + ': () => InnerComponent } instead of { ' + key + ': InnerComponent }'))\n        );\n      });\n    }\n    return _this;\n  }\n\n  StyledComponent.prototype.render = function render() {\n    return React.createElement(\n      StyleSheetConsumer,\n      null,\n      this.renderOuter\n    );\n  };\n\n  StyledComponent.prototype.renderOuter = function renderOuter() {\n    var styleSheet = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : StyleSheet.master;\n\n    this.styleSheet = styleSheet;\n\n    // No need to subscribe a static component to theme changes, it won't change anything\n    if (this.props.forwardedComponent.componentStyle.isStatic) return this.renderInner();\n\n    return React.createElement(\n      ThemeConsumer,\n      null,\n      this.renderInner\n    );\n  };\n\n  StyledComponent.prototype.renderInner = function renderInner(theme) {\n    var _props$forwardedCompo = this.props.forwardedComponent,\n        componentStyle = _props$forwardedCompo.componentStyle,\n        defaultProps = _props$forwardedCompo.defaultProps,\n        displayName = _props$forwardedCompo.displayName,\n        foldedComponentIds = _props$forwardedCompo.foldedComponentIds,\n        styledComponentId = _props$forwardedCompo.styledComponentId,\n        target = _props$forwardedCompo.target;\n\n\n    var generatedClassName = void 0;\n    if (componentStyle.isStatic) {\n      generatedClassName = this.generateAndInjectStyles(EMPTY_OBJECT, this.props);\n    } else {\n      generatedClassName = this.generateAndInjectStyles(determineTheme(this.props, theme, defaultProps) || EMPTY_OBJECT, this.props);\n    }\n\n    var elementToBeCreated = this.props.as || this.attrs.as || target;\n    var isTargetTag = isTag(elementToBeCreated);\n\n    var propsForElement = {};\n    var computedProps = _extends({}, this.attrs, this.props);\n\n    var key = void 0;\n    // eslint-disable-next-line guard-for-in\n    for (key in computedProps) {\n      if (process.env.NODE_ENV !== 'production' && key === 'innerRef' && isTargetTag) {\n        this.warnInnerRef(displayName);\n      }\n\n      if (key === 'forwardedComponent' || key === 'as') {\n        continue;\n      } else if (key === 'forwardedRef') propsForElement.ref = computedProps[key];else if (key === 'forwardedAs') propsForElement.as = computedProps[key];else if (!isTargetTag || validAttr(key)) {\n        // Don't pass through non HTML tags through to HTML elements\n        propsForElement[key] = computedProps[key];\n      }\n    }\n\n    if (this.props.style && this.attrs.style) {\n      propsForElement.style = _extends({}, this.attrs.style, this.props.style);\n    }\n\n    propsForElement.className = Array.prototype.concat(foldedComponentIds, this.props.className, styledComponentId, this.attrs.className, generatedClassName).filter(Boolean).join(' ');\n\n    return createElement(elementToBeCreated, propsForElement);\n  };\n\n  StyledComponent.prototype.buildExecutionContext = function buildExecutionContext(theme, props, attrs) {\n    var _this2 = this;\n\n    var context = _extends({}, props, { theme: theme });\n\n    if (!attrs.length) return context;\n\n    this.attrs = {};\n\n    attrs.forEach(function (attrDef) {\n      var resolvedAttrDef = attrDef;\n      var attrDefWasFn = false;\n      var attr = void 0;\n      var key = void 0;\n\n      if (isFunction(resolvedAttrDef)) {\n        // $FlowFixMe\n        resolvedAttrDef = resolvedAttrDef(context);\n        attrDefWasFn = true;\n      }\n\n      /* eslint-disable guard-for-in */\n      // $FlowFixMe\n      for (key in resolvedAttrDef) {\n        attr = resolvedAttrDef[key];\n\n        if (!attrDefWasFn) {\n          if (isFunction(attr) && !isDerivedReactComponent(attr) && !isStyledComponent(attr)) {\n            if (process.env.NODE_ENV !== 'production') {\n              _this2.warnAttrsFnObjectKeyDeprecated(key, props.forwardedComponent.displayName);\n            }\n\n            attr = attr(context);\n\n            if (process.env.NODE_ENV !== 'production' && React.isValidElement(attr)) {\n              _this2.warnNonStyledComponentAttrsObjectKey(key, props.forwardedComponent.displayName);\n            }\n          }\n        }\n\n        _this2.attrs[key] = attr;\n        context[key] = attr;\n      }\n      /* eslint-enable */\n    });\n\n    return context;\n  };\n\n  StyledComponent.prototype.generateAndInjectStyles = function generateAndInjectStyles(theme, props) {\n    var _props$forwardedCompo2 = props.forwardedComponent,\n        attrs = _props$forwardedCompo2.attrs,\n        componentStyle = _props$forwardedCompo2.componentStyle,\n        warnTooManyClasses = _props$forwardedCompo2.warnTooManyClasses;\n\n    // statically styled-components don't need to build an execution context object,\n    // and shouldn't be increasing the number of class names\n\n    if (componentStyle.isStatic && !attrs.length) {\n      return componentStyle.generateAndInjectStyles(EMPTY_OBJECT, this.styleSheet);\n    }\n\n    var className = componentStyle.generateAndInjectStyles(this.buildExecutionContext(theme, props, attrs), this.styleSheet);\n\n    if (process.env.NODE_ENV !== 'production' && warnTooManyClasses) warnTooManyClasses(className);\n\n    return className;\n  };\n\n  return StyledComponent;\n}(Component);\n\nfunction createStyledComponent(target, options, rules) {\n  var isTargetStyledComp = isStyledComponent(target);\n  var isClass = !isTag(target);\n\n  var _options$displayName = options.displayName,\n      displayName = _options$displayName === undefined ? generateDisplayName(target) : _options$displayName,\n      _options$componentId = options.componentId,\n      componentId = _options$componentId === undefined ? generateId(ComponentStyle, options.displayName, options.parentComponentId) : _options$componentId,\n      _options$ParentCompon = options.ParentComponent,\n      ParentComponent = _options$ParentCompon === undefined ? StyledComponent : _options$ParentCompon,\n      _options$attrs = options.attrs,\n      attrs = _options$attrs === undefined ? EMPTY_ARRAY : _options$attrs;\n\n\n  var styledComponentId = options.displayName && options.componentId ? escape(options.displayName) + '-' + options.componentId : options.componentId || componentId;\n\n  // fold the underlying StyledComponent attrs up (implicit extend)\n  var finalAttrs =\n  // $FlowFixMe\n  isTargetStyledComp && target.attrs ? Array.prototype.concat(target.attrs, attrs).filter(Boolean) : attrs;\n\n  var componentStyle = new ComponentStyle(isTargetStyledComp ? // fold the underlying StyledComponent rules up (implicit extend)\n  // $FlowFixMe\n  target.componentStyle.rules.concat(rules) : rules, finalAttrs, styledComponentId);\n\n  /**\n   * forwardRef creates a new interim component, which we'll take advantage of\n   * instead of extending ParentComponent to create _another_ interim class\n   */\n  var WrappedStyledComponent = void 0;\n  var forwardRef = function forwardRef(props, ref) {\n    return React.createElement(ParentComponent, _extends({}, props, { forwardedComponent: WrappedStyledComponent, forwardedRef: ref }));\n  };\n  forwardRef.displayName = displayName;\n  WrappedStyledComponent = React.forwardRef(forwardRef);\n  WrappedStyledComponent.displayName = displayName;\n\n  // $FlowFixMe\n  WrappedStyledComponent.attrs = finalAttrs;\n  // $FlowFixMe\n  WrappedStyledComponent.componentStyle = componentStyle;\n\n  // $FlowFixMe\n  WrappedStyledComponent.foldedComponentIds = isTargetStyledComp ? // $FlowFixMe\n  Array.prototype.concat(target.foldedComponentIds, target.styledComponentId) : EMPTY_ARRAY;\n\n  // $FlowFixMe\n  WrappedStyledComponent.styledComponentId = styledComponentId;\n\n  // fold the underlying StyledComponent target up since we folded the styles\n  // $FlowFixMe\n  WrappedStyledComponent.target = isTargetStyledComp ? target.target : target;\n\n  // $FlowFixMe\n  WrappedStyledComponent.withComponent = function withComponent(tag) {\n    var previousComponentId = options.componentId,\n        optionsToCopy = objectWithoutProperties(options, ['componentId']);\n\n\n    var newComponentId = previousComponentId && previousComponentId + '-' + (isTag(tag) ? tag : escape(getComponentName(tag)));\n\n    var newOptions = _extends({}, optionsToCopy, {\n      attrs: finalAttrs,\n      componentId: newComponentId,\n      ParentComponent: ParentComponent\n    });\n\n    return createStyledComponent(tag, newOptions, rules);\n  };\n\n  // $FlowFixMe\n  Object.defineProperty(WrappedStyledComponent, 'defaultProps', {\n    get: function get$$1() {\n      return this._foldedDefaultProps;\n    },\n    set: function set$$1(obj) {\n      // $FlowFixMe\n      this._foldedDefaultProps = isTargetStyledComp ? merge(target.defaultProps, obj) : obj;\n    }\n  });\n\n  if (process.env.NODE_ENV !== 'production') {\n    // $FlowFixMe\n    WrappedStyledComponent.warnTooManyClasses = createWarnTooManyClasses(displayName);\n  }\n\n  // $FlowFixMe\n  WrappedStyledComponent.toString = function () {\n    return '.' + WrappedStyledComponent.styledComponentId;\n  };\n\n  if (isClass) {\n    hoistNonReactStatics(WrappedStyledComponent, target, {\n      // all SC-specific things should not be hoisted\n      attrs: true,\n      componentStyle: true,\n      displayName: true,\n      foldedComponentIds: true,\n      styledComponentId: true,\n      target: true,\n      withComponent: true\n    });\n  }\n\n  return WrappedStyledComponent;\n}\n\n// \n// Thanks to ReactDOMFactories for this handy list!\n\nvar domElements = ['a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'cite', 'code', 'col', 'colgroup', 'data', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'iframe', 'img', 'input', 'ins', 'kbd', 'keygen', 'label', 'legend', 'li', 'link', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meta', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'textarea', 'tfoot', 'th', 'thead', 'time', 'title', 'tr', 'track', 'u', 'ul', 'var', 'video', 'wbr',\n\n// SVG\n'circle', 'clipPath', 'defs', 'ellipse', 'foreignObject', 'g', 'image', 'line', 'linearGradient', 'marker', 'mask', 'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', 'stop', 'svg', 'text', 'tspan'];\n\n// \n\nvar styled = function styled(tag) {\n  return constructWithOptions(createStyledComponent, tag);\n};\n\n// Shorthands for all valid HTML Elements\ndomElements.forEach(function (domElement) {\n  styled[domElement] = styled(domElement);\n});\n\n// \n\nvar GlobalStyle = function () {\n  function GlobalStyle(rules, componentId) {\n    classCallCheck(this, GlobalStyle);\n\n    this.rules = rules;\n    this.componentId = componentId;\n    this.isStatic = isStaticRules(rules, EMPTY_ARRAY);\n\n    if (!StyleSheet.master.hasId(componentId)) {\n      StyleSheet.master.deferredInject(componentId, []);\n    }\n  }\n\n  GlobalStyle.prototype.createStyles = function createStyles(executionContext, styleSheet) {\n    var flatCSS = flatten(this.rules, executionContext, styleSheet);\n    var css = stringifyRules(flatCSS, '');\n\n    styleSheet.inject(this.componentId, css);\n  };\n\n  GlobalStyle.prototype.removeStyles = function removeStyles(styleSheet) {\n    var componentId = this.componentId;\n\n    if (styleSheet.hasId(componentId)) {\n      styleSheet.remove(componentId);\n    }\n  };\n\n  // TODO: overwrite in-place instead of remove+create?\n\n\n  GlobalStyle.prototype.renderStyles = function renderStyles(executionContext, styleSheet) {\n    this.removeStyles(styleSheet);\n    this.createStyles(executionContext, styleSheet);\n  };\n\n  return GlobalStyle;\n}();\n\n// \n\n// place our cache into shared context so it'll persist between HMRs\nif (IS_BROWSER) {\n  window.scCGSHMRCache = {};\n}\n\nfunction createGlobalStyle(strings) {\n  for (var _len = arguments.length, interpolations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n    interpolations[_key - 1] = arguments[_key];\n  }\n\n  var rules = css.apply(undefined, [strings].concat(interpolations));\n  var id = 'sc-global-' + murmurhash(JSON.stringify(rules));\n  var style = new GlobalStyle(rules, id);\n\n  var GlobalStyleComponent = function (_React$Component) {\n    inherits(GlobalStyleComponent, _React$Component);\n\n    function GlobalStyleComponent(props) {\n      classCallCheck(this, GlobalStyleComponent);\n\n      var _this = possibleConstructorReturn(this, _React$Component.call(this, props));\n\n      var _this$constructor = _this.constructor,\n          globalStyle = _this$constructor.globalStyle,\n          styledComponentId = _this$constructor.styledComponentId;\n\n\n      if (IS_BROWSER) {\n        window.scCGSHMRCache[styledComponentId] = (window.scCGSHMRCache[styledComponentId] || 0) + 1;\n      }\n\n      /**\n       * This fixes HMR compatibility. Don't ask me why, but this combination of\n       * caching the closure variables via statics and then persisting the statics in\n       * state works across HMR where no other combination did. ¯\\_(ツ)_/¯\n       */\n      _this.state = {\n        globalStyle: globalStyle,\n        styledComponentId: styledComponentId\n      };\n      return _this;\n    }\n\n    GlobalStyleComponent.prototype.componentWillUnmount = function componentWillUnmount() {\n      if (window.scCGSHMRCache[this.state.styledComponentId]) {\n        window.scCGSHMRCache[this.state.styledComponentId] -= 1;\n      }\n      /**\n       * Depending on the order \"render\" is called this can cause the styles to be lost\n       * until the next render pass of the remaining instance, which may\n       * not be immediate.\n       */\n      if (window.scCGSHMRCache[this.state.styledComponentId] === 0) {\n        this.state.globalStyle.removeStyles(this.styleSheet);\n      }\n    };\n\n    GlobalStyleComponent.prototype.render = function render() {\n      var _this2 = this;\n\n      if (process.env.NODE_ENV !== 'production' && React.Children.count(this.props.children)) {\n        // eslint-disable-next-line no-console\n        console.warn('The global style component ' + this.state.styledComponentId + ' was given child JSX. createGlobalStyle does not render children.');\n      }\n\n      return React.createElement(\n        StyleSheetConsumer,\n        null,\n        function (styleSheet) {\n          _this2.styleSheet = styleSheet || StyleSheet.master;\n\n          var globalStyle = _this2.state.globalStyle;\n\n\n          if (globalStyle.isStatic) {\n            globalStyle.renderStyles(STATIC_EXECUTION_CONTEXT, _this2.styleSheet);\n\n            return null;\n          } else {\n            return React.createElement(\n              ThemeConsumer,\n              null,\n              function (theme) {\n                // $FlowFixMe\n                var defaultProps = _this2.constructor.defaultProps;\n\n\n                var context = _extends({}, _this2.props);\n\n                if (typeof theme !== 'undefined') {\n                  context.theme = determineTheme(_this2.props, theme, defaultProps);\n                }\n\n                globalStyle.renderStyles(context, _this2.styleSheet);\n\n                return null;\n              }\n            );\n          }\n        }\n      );\n    };\n\n    return GlobalStyleComponent;\n  }(React.Component);\n\n  GlobalStyleComponent.globalStyle = style;\n  GlobalStyleComponent.styledComponentId = id;\n\n\n  return GlobalStyleComponent;\n}\n\n// \n\nvar replaceWhitespace = function replaceWhitespace(str) {\n  return str.replace(/\\s|\\\\n/g, '');\n};\n\nfunction keyframes(strings) {\n  /* Warning if you've used keyframes on React Native */\n  if (process.env.NODE_ENV !== 'production' && typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {\n    // eslint-disable-next-line no-console\n    console.warn('`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.');\n  }\n\n  for (var _len = arguments.length, interpolations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n    interpolations[_key - 1] = arguments[_key];\n  }\n\n  var rules = css.apply(undefined, [strings].concat(interpolations));\n\n  var name = generateAlphabeticName(murmurhash(replaceWhitespace(JSON.stringify(rules))));\n\n  return new Keyframes(name, stringifyRules(rules, name, '@keyframes'));\n}\n\n// \n\nvar withTheme = (function (Component$$1) {\n  var WithTheme = React.forwardRef(function (props, ref) {\n    return React.createElement(\n      ThemeConsumer,\n      null,\n      function (theme) {\n        // $FlowFixMe\n        var defaultProps = Component$$1.defaultProps;\n\n        var themeProp = determineTheme(props, theme, defaultProps);\n\n        if (process.env.NODE_ENV !== 'production' && themeProp === undefined) {\n          // eslint-disable-next-line no-console\n          console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class \"' + getComponentName(Component$$1) + '\"');\n        }\n\n        return React.createElement(Component$$1, _extends({}, props, { theme: themeProp, ref: ref }));\n      }\n    );\n  });\n\n  hoistNonReactStatics(WithTheme, Component$$1);\n\n  WithTheme.displayName = 'WithTheme(' + getComponentName(Component$$1) + ')';\n\n  return WithTheme;\n});\n\n// \n\n/* eslint-disable */\nvar __DO_NOT_USE_OR_YOU_WILL_BE_HAUNTED_BY_SPOOKY_GHOSTS = {\n  StyleSheet: StyleSheet\n};\n\n// \n\n/* Warning if you've imported this file on React Native */\nif (process.env.NODE_ENV !== 'production' && typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {\n  // eslint-disable-next-line no-console\n  console.warn(\"It looks like you've imported 'styled-components' on React Native.\\n\" + \"Perhaps you're looking to import 'styled-components/native'?\\n\" + 'Read more about this at https://www.styled-components.com/docs/basics#react-native');\n}\n\n/* Warning if there are several instances of styled-components */\nif (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test' && typeof window !== 'undefined' && typeof navigator !== 'undefined' && typeof navigator.userAgent === 'string' && navigator.userAgent.indexOf('Node.js') === -1 && navigator.userAgent.indexOf('jsdom') === -1) {\n  window['__styled-components-init__'] = window['__styled-components-init__'] || 0;\n\n  if (window['__styled-components-init__'] === 1) {\n    // eslint-disable-next-line no-console\n    console.warn(\"It looks like there are several instances of 'styled-components' initialized in this application. \" + 'This may cause dynamic styles not rendering properly, errors happening during rehydration process ' + 'and makes your application bigger without a good reason.\\n\\n' + 'See https://s-c.sh/2BAXzed for more info.');\n  }\n\n  window['__styled-components-init__'] += 1;\n}\n\n//\n\nexport default styled;\nexport { createGlobalStyle, css, isStyledComponent, keyframes, ServerStyleSheet, StyleSheetConsumer, StyleSheetContext, StyleSheetManager, ThemeConsumer, ThemeContext, ThemeProvider, withTheme, __DO_NOT_USE_OR_YOU_WILL_BE_HAUNTED_BY_SPOOKY_GHOSTS };\n//# sourceMappingURL=styled-components.browser.esm.js.map\n","(function (factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? (module['exports'] = factory()) :\n\t\ttypeof define === 'function' && define['amd'] ? define(factory()) :\n\t\t\t(window['stylisRuleSheet'] = factory())\n}(function () {\n\n\t'use strict'\n\n\treturn function (insertRule) {\n\t\tvar delimiter = '/*|*/'\n\t\tvar needle = delimiter+'}'\n\n\t\tfunction toSheet (block) {\n\t\t\tif (block)\n\t\t\t\ttry {\n\t\t\t\t\tinsertRule(block + '}')\n\t\t\t\t} catch (e) {}\n\t\t}\n\n\t\treturn function ruleSheet (context, content, selectors, parents, line, column, length, ns, depth, at) {\n\t\t\tswitch (context) {\n\t\t\t\t// property\n\t\t\t\tcase 1:\n\t\t\t\t\t// @import\n\t\t\t\t\tif (depth === 0 && content.charCodeAt(0) === 64)\n\t\t\t\t\t\treturn insertRule(content+';'), ''\n\t\t\t\t\tbreak\n\t\t\t\t// selector\n\t\t\t\tcase 2:\n\t\t\t\t\tif (ns === 0)\n\t\t\t\t\t\treturn content + delimiter\n\t\t\t\t\tbreak\n\t\t\t\t// at-rule\n\t\t\t\tcase 3:\n\t\t\t\t\tswitch (ns) {\n\t\t\t\t\t\t// @font-face, @page\n\t\t\t\t\t\tcase 102:\n\t\t\t\t\t\tcase 112:\n\t\t\t\t\t\t\treturn insertRule(selectors[0]+content), ''\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\treturn content + (at === 0 ? delimiter : '')\n\t\t\t\t\t}\n\t\t\t\tcase -2:\n\t\t\t\t\tcontent.split(needle).forEach(toSheet)\n\t\t\t}\n\t\t}\n\t}\n}))\n","!function(e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(null):\"function\"==typeof define&&define.amd?define(e(null)):window.stylis=e(null)}(function e(a){\"use strict\";var r=/^\\0+/g,c=/[\\0\\r\\f]/g,s=/: */g,t=/zoo|gra/,i=/([,: ])(transform)/g,f=/,+\\s*(?![^(]*[)])/g,n=/ +\\s*(?![^(]*[)])/g,l=/ *[\\0] */g,o=/,\\r+?/g,h=/([\\t\\r\\n ])*\\f?&/g,u=/:global\\(((?:[^\\(\\)\\[\\]]*|\\[.*\\]|\\([^\\(\\)]*\\))*)\\)/g,d=/\\W+/g,b=/@(k\\w+)\\s*(\\S*)\\s*/,p=/::(place)/g,k=/:(read-only)/g,g=/\\s+(?=[{\\];=:>])/g,A=/([[}=:>])\\s+/g,C=/(\\{[^{]+?);(?=\\})/g,w=/\\s{2,}/g,v=/([^\\(])(:+) */g,m=/[svh]\\w+-[tblr]{2}/,x=/\\(\\s*(.*)\\s*\\)/g,$=/([\\s\\S]*?);/g,y=/-self|flex-/g,O=/[^]*?(:[rp][el]a[\\w-]+)[^]*/,j=/stretch|:\\s*\\w+\\-(?:conte|avail)/,z=/([^-])(image-set\\()/,N=\"-webkit-\",S=\"-moz-\",F=\"-ms-\",W=59,q=125,B=123,D=40,E=41,G=91,H=93,I=10,J=13,K=9,L=64,M=32,P=38,Q=45,R=95,T=42,U=44,V=58,X=39,Y=34,Z=47,_=62,ee=43,ae=126,re=0,ce=12,se=11,te=107,ie=109,fe=115,ne=112,le=111,oe=105,he=99,ue=100,de=112,be=1,pe=1,ke=0,ge=1,Ae=1,Ce=1,we=0,ve=0,me=0,xe=[],$e=[],ye=0,Oe=null,je=-2,ze=-1,Ne=0,Se=1,Fe=2,We=3,qe=0,Be=1,De=\"\",Ee=\"\",Ge=\"\";function He(e,a,s,t,i){for(var f,n,o=0,h=0,u=0,d=0,g=0,A=0,C=0,w=0,m=0,$=0,y=0,O=0,j=0,z=0,R=0,we=0,$e=0,Oe=0,je=0,ze=s.length,Je=ze-1,Re=\"\",Te=\"\",Ue=\"\",Ve=\"\",Xe=\"\",Ye=\"\";R<ze;){if(C=s.charCodeAt(R),R===Je)if(h+d+u+o!==0){if(0!==h)C=h===Z?I:Z;d=u=o=0,ze++,Je++}if(h+d+u+o===0){if(R===Je){if(we>0)Te=Te.replace(c,\"\");if(Te.trim().length>0){switch(C){case M:case K:case W:case J:case I:break;default:Te+=s.charAt(R)}C=W}}if(1===$e)switch(C){case B:case q:case W:case Y:case X:case D:case E:case U:$e=0;case K:case J:case I:case M:break;default:for($e=0,je=R,g=C,R--,C=W;je<ze;)switch(s.charCodeAt(je++)){case I:case J:case W:++R,C=g,je=ze;break;case V:if(we>0)++R,C=g;case B:je=ze}}switch(C){case B:for(g=(Te=Te.trim()).charCodeAt(0),y=1,je=++R;R<ze;){switch(C=s.charCodeAt(R)){case B:y++;break;case q:y--;break;case Z:switch(A=s.charCodeAt(R+1)){case T:case Z:R=Qe(A,R,Je,s)}break;case G:C++;case D:C++;case Y:case X:for(;R++<Je&&s.charCodeAt(R)!==C;);}if(0===y)break;R++}if(Ue=s.substring(je,R),g===re)g=(Te=Te.replace(r,\"\").trim()).charCodeAt(0);switch(g){case L:if(we>0)Te=Te.replace(c,\"\");switch(A=Te.charCodeAt(1)){case ue:case ie:case fe:case Q:f=a;break;default:f=xe}if(je=(Ue=He(a,f,Ue,A,i+1)).length,me>0&&0===je)je=Te.length;if(ye>0)if(f=Ie(xe,Te,Oe),n=Pe(We,Ue,f,a,pe,be,je,A,i,t),Te=f.join(\"\"),void 0!==n)if(0===(je=(Ue=n.trim()).length))A=0,Ue=\"\";if(je>0)switch(A){case fe:Te=Te.replace(x,Me);case ue:case ie:case Q:Ue=Te+\"{\"+Ue+\"}\";break;case te:if(Ue=(Te=Te.replace(b,\"$1 $2\"+(Be>0?De:\"\")))+\"{\"+Ue+\"}\",1===Ae||2===Ae&&Le(\"@\"+Ue,3))Ue=\"@\"+N+Ue+\"@\"+Ue;else Ue=\"@\"+Ue;break;default:if(Ue=Te+Ue,t===de)Ve+=Ue,Ue=\"\"}else Ue=\"\";break;default:Ue=He(a,Ie(a,Te,Oe),Ue,t,i+1)}Xe+=Ue,O=0,$e=0,z=0,we=0,Oe=0,j=0,Te=\"\",Ue=\"\",C=s.charCodeAt(++R);break;case q:case W:if((je=(Te=(we>0?Te.replace(c,\"\"):Te).trim()).length)>1){if(0===z)if((g=Te.charCodeAt(0))===Q||g>96&&g<123)je=(Te=Te.replace(\" \",\":\")).length;if(ye>0)if(void 0!==(n=Pe(Se,Te,a,e,pe,be,Ve.length,t,i,t)))if(0===(je=(Te=n.trim()).length))Te=\"\\0\\0\";switch(g=Te.charCodeAt(0),A=Te.charCodeAt(1),g){case re:break;case L:if(A===oe||A===he){Ye+=Te+s.charAt(R);break}default:if(Te.charCodeAt(je-1)===V)break;Ve+=Ke(Te,g,A,Te.charCodeAt(2))}}O=0,$e=0,z=0,we=0,Oe=0,Te=\"\",C=s.charCodeAt(++R)}}switch(C){case J:case I:if(h+d+u+o+ve===0)switch($){case E:case X:case Y:case L:case ae:case _:case T:case ee:case Z:case Q:case V:case U:case W:case B:case q:break;default:if(z>0)$e=1}if(h===Z)h=0;else if(ge+O===0&&t!==te&&Te.length>0)we=1,Te+=\"\\0\";if(ye*qe>0)Pe(Ne,Te,a,e,pe,be,Ve.length,t,i,t);be=1,pe++;break;case W:case q:if(h+d+u+o===0){be++;break}default:switch(be++,Re=s.charAt(R),C){case K:case M:if(d+o+h===0)switch(w){case U:case V:case K:case M:Re=\"\";break;default:if(C!==M)Re=\" \"}break;case re:Re=\"\\\\0\";break;case ce:Re=\"\\\\f\";break;case se:Re=\"\\\\v\";break;case P:if(d+h+o===0&&ge>0)Oe=1,we=1,Re=\"\\f\"+Re;break;case 108:if(d+h+o+ke===0&&z>0)switch(R-z){case 2:if(w===ne&&s.charCodeAt(R-3)===V)ke=w;case 8:if(m===le)ke=m}break;case V:if(d+h+o===0)z=R;break;case U:if(h+u+d+o===0)we=1,Re+=\"\\r\";break;case Y:case X:if(0===h)d=d===C?0:0===d?C:d;break;case G:if(d+h+u===0)o++;break;case H:if(d+h+u===0)o--;break;case E:if(d+h+o===0)u--;break;case D:if(d+h+o===0){if(0===O)switch(2*w+3*m){case 533:break;default:y=0,O=1}u++}break;case L:if(h+u+d+o+z+j===0)j=1;break;case T:case Z:if(d+o+u>0)break;switch(h){case 0:switch(2*C+3*s.charCodeAt(R+1)){case 235:h=Z;break;case 220:je=R,h=T}break;case T:if(C===Z&&w===T&&je+2!==R){if(33===s.charCodeAt(je+2))Ve+=s.substring(je,R+1);Re=\"\",h=0}}}if(0===h){if(ge+d+o+j===0&&t!==te&&C!==W)switch(C){case U:case ae:case _:case ee:case E:case D:if(0===O){switch(w){case K:case M:case I:case J:Re+=\"\\0\";break;default:Re=\"\\0\"+Re+(C===U?\"\":\"\\0\")}we=1}else switch(C){case D:if(z+7===R&&108===w)z=0;O=++y;break;case E:if(0==(O=--y))we=1,Re+=\"\\0\"}break;case K:case M:switch(w){case re:case B:case q:case W:case U:case ce:case K:case M:case I:case J:break;default:if(0===O)we=1,Re+=\"\\0\"}}if(Te+=Re,C!==M&&C!==K)$=C}}m=w,w=C,R++}if(je=Ve.length,me>0)if(0===je&&0===Xe.length&&0===a[0].length==false)if(t!==ie||1===a.length&&(ge>0?Ee:Ge)===a[0])je=a.join(\",\").length+2;if(je>0){if(f=0===ge&&t!==te?function(e){for(var a,r,s=0,t=e.length,i=Array(t);s<t;++s){for(var f=e[s].split(l),n=\"\",o=0,h=0,u=0,d=0,b=f.length;o<b;++o){if(0===(h=(r=f[o]).length)&&b>1)continue;if(u=n.charCodeAt(n.length-1),d=r.charCodeAt(0),a=\"\",0!==o)switch(u){case T:case ae:case _:case ee:case M:case D:break;default:a=\" \"}switch(d){case P:r=a+Ee;case ae:case _:case ee:case M:case E:case D:break;case G:r=a+r+Ee;break;case V:switch(2*r.charCodeAt(1)+3*r.charCodeAt(2)){case 530:if(Ce>0){r=a+r.substring(8,h-1);break}default:if(o<1||f[o-1].length<1)r=a+Ee+r}break;case U:a=\"\";default:if(h>1&&r.indexOf(\":\")>0)r=a+r.replace(v,\"$1\"+Ee+\"$2\");else r=a+r+Ee}n+=r}i[s]=n.replace(c,\"\").trim()}return i}(a):a,ye>0)if(void 0!==(n=Pe(Fe,Ve,f,e,pe,be,je,t,i,t))&&0===(Ve=n).length)return Ye+Ve+Xe;if(Ve=f.join(\",\")+\"{\"+Ve+\"}\",Ae*ke!=0){if(2===Ae&&!Le(Ve,2))ke=0;switch(ke){case le:Ve=Ve.replace(k,\":\"+S+\"$1\")+Ve;break;case ne:Ve=Ve.replace(p,\"::\"+N+\"input-$1\")+Ve.replace(p,\"::\"+S+\"$1\")+Ve.replace(p,\":\"+F+\"input-$1\")+Ve}ke=0}}return Ye+Ve+Xe}function Ie(e,a,r){var c=a.trim().split(o),s=c,t=c.length,i=e.length;switch(i){case 0:case 1:for(var f=0,n=0===i?\"\":e[0]+\" \";f<t;++f)s[f]=Je(n,s[f],r,i).trim();break;default:f=0;var l=0;for(s=[];f<t;++f)for(var h=0;h<i;++h)s[l++]=Je(e[h]+\" \",c[f],r,i).trim()}return s}function Je(e,a,r,c){var s=a,t=s.charCodeAt(0);if(t<33)t=(s=s.trim()).charCodeAt(0);switch(t){case P:switch(ge+c){case 0:case 1:if(0===e.trim().length)break;default:return s.replace(h,\"$1\"+e.trim())}break;case V:switch(s.charCodeAt(1)){case 103:if(Ce>0&&ge>0)return s.replace(u,\"$1\").replace(h,\"$1\"+Ge);break;default:return e.trim()+s.replace(h,\"$1\"+e.trim())}default:if(r*ge>0&&s.indexOf(\"\\f\")>0)return s.replace(h,(e.charCodeAt(0)===V?\"\":\"$1\")+e.trim())}return e+s}function Ke(e,a,r,c){var l,o=0,h=e+\";\",u=2*a+3*r+4*c;if(944===u)return function(e){var a=e.length,r=e.indexOf(\":\",9)+1,c=e.substring(0,r).trim(),s=e.substring(r,a-1).trim();switch(e.charCodeAt(9)*Be){case 0:break;case Q:if(110!==e.charCodeAt(10))break;default:for(var t=s.split((s=\"\",f)),i=0,r=0,a=t.length;i<a;r=0,++i){for(var l=t[i],o=l.split(n);l=o[r];){var h=l.charCodeAt(0);if(1===Be&&(h>L&&h<90||h>96&&h<123||h===R||h===Q&&l.charCodeAt(1)!==Q))switch(isNaN(parseFloat(l))+(-1!==l.indexOf(\"(\"))){case 1:switch(l){case\"infinite\":case\"alternate\":case\"backwards\":case\"running\":case\"normal\":case\"forwards\":case\"both\":case\"none\":case\"linear\":case\"ease\":case\"ease-in\":case\"ease-out\":case\"ease-in-out\":case\"paused\":case\"reverse\":case\"alternate-reverse\":case\"inherit\":case\"initial\":case\"unset\":case\"step-start\":case\"step-end\":break;default:l+=De}}o[r++]=l}s+=(0===i?\"\":\",\")+o.join(\" \")}}if(s=c+s+\";\",1===Ae||2===Ae&&Le(s,1))return N+s+s;return s}(h);else if(0===Ae||2===Ae&&!Le(h,1))return h;switch(u){case 1015:return 97===h.charCodeAt(10)?N+h+h:h;case 951:return 116===h.charCodeAt(3)?N+h+h:h;case 963:return 110===h.charCodeAt(5)?N+h+h:h;case 1009:if(100!==h.charCodeAt(4))break;case 969:case 942:return N+h+h;case 978:return N+h+S+h+h;case 1019:case 983:return N+h+S+h+F+h+h;case 883:if(h.charCodeAt(8)===Q)return N+h+h;if(h.indexOf(\"image-set(\",11)>0)return h.replace(z,\"$1\"+N+\"$2\")+h;return h;case 932:if(h.charCodeAt(4)===Q)switch(h.charCodeAt(5)){case 103:return N+\"box-\"+h.replace(\"-grow\",\"\")+N+h+F+h.replace(\"grow\",\"positive\")+h;case 115:return N+h+F+h.replace(\"shrink\",\"negative\")+h;case 98:return N+h+F+h.replace(\"basis\",\"preferred-size\")+h}return N+h+F+h+h;case 964:return N+h+F+\"flex-\"+h+h;case 1023:if(99!==h.charCodeAt(8))break;return l=h.substring(h.indexOf(\":\",15)).replace(\"flex-\",\"\").replace(\"space-between\",\"justify\"),N+\"box-pack\"+l+N+h+F+\"flex-pack\"+l+h;case 1005:return t.test(h)?h.replace(s,\":\"+N)+h.replace(s,\":\"+S)+h:h;case 1e3:switch(o=(l=h.substring(13).trim()).indexOf(\"-\")+1,l.charCodeAt(0)+l.charCodeAt(o)){case 226:l=h.replace(m,\"tb\");break;case 232:l=h.replace(m,\"tb-rl\");break;case 220:l=h.replace(m,\"lr\");break;default:return h}return N+h+F+l+h;case 1017:if(-1===h.indexOf(\"sticky\",9))return h;case 975:switch(o=(h=e).length-10,u=(l=(33===h.charCodeAt(o)?h.substring(0,o):h).substring(e.indexOf(\":\",7)+1).trim()).charCodeAt(0)+(0|l.charCodeAt(7))){case 203:if(l.charCodeAt(8)<111)break;case 115:h=h.replace(l,N+l)+\";\"+h;break;case 207:case 102:h=h.replace(l,N+(u>102?\"inline-\":\"\")+\"box\")+\";\"+h.replace(l,N+l)+\";\"+h.replace(l,F+l+\"box\")+\";\"+h}return h+\";\";case 938:if(h.charCodeAt(5)===Q)switch(h.charCodeAt(6)){case 105:return l=h.replace(\"-items\",\"\"),N+h+N+\"box-\"+l+F+\"flex-\"+l+h;case 115:return N+h+F+\"flex-item-\"+h.replace(y,\"\")+h;default:return N+h+F+\"flex-line-pack\"+h.replace(\"align-content\",\"\").replace(y,\"\")+h}break;case 973:case 989:if(h.charCodeAt(3)!==Q||122===h.charCodeAt(4))break;case 931:case 953:if(true===j.test(e))if(115===(l=e.substring(e.indexOf(\":\")+1)).charCodeAt(0))return Ke(e.replace(\"stretch\",\"fill-available\"),a,r,c).replace(\":fill-available\",\":stretch\");else return h.replace(l,N+l)+h.replace(l,S+l.replace(\"fill-\",\"\"))+h;break;case 962:if(h=N+h+(102===h.charCodeAt(5)?F+h:\"\")+h,r+c===211&&105===h.charCodeAt(13)&&h.indexOf(\"transform\",10)>0)return h.substring(0,h.indexOf(\";\",27)+1).replace(i,\"$1\"+N+\"$2\")+h}return h}function Le(e,a){var r=e.indexOf(1===a?\":\":\"{\"),c=e.substring(0,3!==a?r:10),s=e.substring(r+1,e.length-1);return Oe(2!==a?c:c.replace(O,\"$1\"),s,a)}function Me(e,a){var r=Ke(a,a.charCodeAt(0),a.charCodeAt(1),a.charCodeAt(2));return r!==a+\";\"?r.replace($,\" or ($1)\").substring(4):\"(\"+a+\")\"}function Pe(e,a,r,c,s,t,i,f,n,l){for(var o,h=0,u=a;h<ye;++h)switch(o=$e[h].call(Te,e,u,r,c,s,t,i,f,n,l)){case void 0:case false:case true:case null:break;default:u=o}if(u!==a)return u}function Qe(e,a,r,c){for(var s=a+1;s<r;++s)switch(c.charCodeAt(s)){case Z:if(e===T)if(c.charCodeAt(s-1)===T&&a+2!==s)return s+1;break;case I:if(e===Z)return s+1}return s}function Re(e){for(var a in e){var r=e[a];switch(a){case\"keyframe\":Be=0|r;break;case\"global\":Ce=0|r;break;case\"cascade\":ge=0|r;break;case\"compress\":we=0|r;break;case\"semicolon\":ve=0|r;break;case\"preserve\":me=0|r;break;case\"prefix\":if(Oe=null,!r)Ae=0;else if(\"function\"!=typeof r)Ae=1;else Ae=2,Oe=r}}return Re}function Te(a,r){if(void 0!==this&&this.constructor===Te)return e(a);var s=a,t=s.charCodeAt(0);if(t<33)t=(s=s.trim()).charCodeAt(0);if(Be>0)De=s.replace(d,t===G?\"\":\"-\");if(t=1,1===ge)Ge=s;else Ee=s;var i,f=[Ge];if(ye>0)if(void 0!==(i=Pe(ze,r,f,f,pe,be,0,0,0,0))&&\"string\"==typeof i)r=i;var n=He(xe,f,r,0,0);if(ye>0)if(void 0!==(i=Pe(je,n,f,f,pe,be,n.length,0,0,0))&&\"string\"!=typeof(n=i))t=0;return De=\"\",Ge=\"\",Ee=\"\",ke=0,pe=1,be=1,we*t==0?n:n.replace(c,\"\").replace(g,\"\").replace(A,\"$1\").replace(C,\"$1\").replace(w,\" \")}if(Te.use=function e(a){switch(a){case void 0:case null:ye=$e.length=0;break;default:if(\"function\"==typeof a)$e[ye++]=a;else if(\"object\"==typeof a)for(var r=0,c=a.length;r<c;++r)e(a[r]);else qe=0|!!a}return e},Te.set=Re,void 0!==a)Re(a);return Te});\n//# sourceMappingURL=stylis.min.js.map","var scope = (typeof global !== \"undefined\" && global) ||\n            (typeof self !== \"undefined\" && self) ||\n            window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n  return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n  return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n  if (timeout) {\n    timeout.close();\n  }\n};\n\nfunction Timeout(id, clearFn) {\n  this._id = id;\n  this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n  this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n  clearTimeout(item._idleTimeoutId);\n  item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n  clearTimeout(item._idleTimeoutId);\n  item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n  clearTimeout(item._idleTimeoutId);\n\n  var msecs = item._idleTimeout;\n  if (msecs >= 0) {\n    item._idleTimeoutId = setTimeout(function onTimeout() {\n      if (item._onTimeout)\n        item._onTimeout();\n    }, msecs);\n  }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto.  Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n                       (typeof global !== \"undefined\" && global.setImmediate) ||\n                       (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n                         (typeof global !== \"undefined\" && global.clearImmediate) ||\n                         (this && this.clearImmediate);\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n    extendStatics = Object.setPrototypeOf ||\r\n        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n    return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n    extendStatics(d, b);\r\n    function __() { this.constructor = d; }\r\n    d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n    __assign = Object.assign || function __assign(t) {\r\n        for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n            s = arguments[i];\r\n            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n        }\r\n        return t;\r\n    }\r\n    return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n    var t = {};\r\n    for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n        t[p] = s[p];\r\n    if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n        for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n            if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n                t[p[i]] = s[p[i]];\r\n        }\r\n    return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n    if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n    return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n    return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n    if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n    return new (P || (P = Promise))(function (resolve, reject) {\r\n        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n        function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n        step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n    });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n    return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n    function verb(n) { return function (v) { return step([n, v]); }; }\r\n    function step(op) {\r\n        if (f) throw new TypeError(\"Generator is already executing.\");\r\n        while (_) try {\r\n            if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n            if (y = 0, t) op = [op[0] & 2, t.value];\r\n            switch (op[0]) {\r\n                case 0: case 1: t = op; break;\r\n                case 4: _.label++; return { value: op[1], done: false };\r\n                case 5: _.label++; y = op[1]; op = [0]; continue;\r\n                case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n                default:\r\n                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n                    if (t[2]) _.ops.pop();\r\n                    _.trys.pop(); continue;\r\n            }\r\n            op = body.call(thisArg, _);\r\n        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n    }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n    if (k2 === undefined) k2 = k;\r\n    o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n    for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n    var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n    if (m) return m.call(o);\r\n    if (o && typeof o.length === \"number\") return {\r\n        next: function () {\r\n            if (o && i >= o.length) o = void 0;\r\n            return { value: o && o[i++], done: !o };\r\n        }\r\n    };\r\n    throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n    var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n    if (!m) return o;\r\n    var i = m.call(o), r, ar = [], e;\r\n    try {\r\n        while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n    }\r\n    catch (error) { e = { error: error }; }\r\n    finally {\r\n        try {\r\n            if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n        }\r\n        finally { if (e) throw e.error; }\r\n    }\r\n    return ar;\r\n}\r\n\r\nexport function __spread() {\r\n    for (var ar = [], i = 0; i < arguments.length; i++)\r\n        ar = ar.concat(__read(arguments[i]));\r\n    return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n    for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n    for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n        for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n            r[k] = a[j];\r\n    return r;\r\n};\r\n\r\nexport function __await(v) {\r\n    return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n    if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n    var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n    return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n    function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n    function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n    function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n    function fulfill(value) { resume(\"next\", value); }\r\n    function reject(value) { resume(\"throw\", value); }\r\n    function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n    var i, p;\r\n    return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n    function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n    if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n    var m = o[Symbol.asyncIterator], i;\r\n    return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n    function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n    function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n    if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n    return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n    if (mod && mod.__esModule) return mod;\r\n    var result = {};\r\n    if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n    result.default = mod;\r\n    return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n    return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n    if (!privateMap.has(receiver)) {\r\n        throw new TypeError(\"attempted to get private field on non-instance\");\r\n    }\r\n    return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n    if (!privateMap.has(receiver)) {\r\n        throw new TypeError(\"attempted to set private field on non-instance\");\r\n    }\r\n    privateMap.set(receiver, value);\r\n    return value;\r\n}\r\n","function createError(message) {\n    var err = new Error(message);\n    err.source = \"ulid\";\n    return err;\n}\n// These values should NEVER change. If\n// they do, we're no longer making ulids!\nvar ENCODING = \"0123456789ABCDEFGHJKMNPQRSTVWXYZ\"; // Crockford's Base32\nvar ENCODING_LEN = ENCODING.length;\nvar TIME_MAX = Math.pow(2, 48) - 1;\nvar TIME_LEN = 10;\nvar RANDOM_LEN = 16;\nfunction replaceCharAt(str, index, char) {\n    if (index > str.length - 1) {\n        return str;\n    }\n    return str.substr(0, index) + char + str.substr(index + 1);\n}\nfunction incrementBase32(str) {\n    var done = undefined;\n    var index = str.length;\n    var char = void 0;\n    var charIndex = void 0;\n    var maxCharIndex = ENCODING_LEN - 1;\n    while (!done && index-- >= 0) {\n        char = str[index];\n        charIndex = ENCODING.indexOf(char);\n        if (charIndex === -1) {\n            throw createError(\"incorrectly encoded string\");\n        }\n        if (charIndex === maxCharIndex) {\n            str = replaceCharAt(str, index, ENCODING[0]);\n            continue;\n        }\n        done = replaceCharAt(str, index, ENCODING[charIndex + 1]);\n    }\n    if (typeof done === \"string\") {\n        return done;\n    }\n    throw createError(\"cannot increment this string\");\n}\nfunction randomChar(prng) {\n    var rand = Math.floor(prng() * ENCODING_LEN);\n    if (rand === ENCODING_LEN) {\n        rand = ENCODING_LEN - 1;\n    }\n    return ENCODING.charAt(rand);\n}\nfunction encodeTime(now, len) {\n    if (isNaN(now)) {\n        throw new Error(now + \" must be a number\");\n    }\n    if (now > TIME_MAX) {\n        throw createError(\"cannot encode time greater than \" + TIME_MAX);\n    }\n    if (now < 0) {\n        throw createError(\"time must be positive\");\n    }\n    if (Number.isInteger(now) === false) {\n        throw createError(\"time must be an integer\");\n    }\n    var mod = void 0;\n    var str = \"\";\n    for (; len > 0; len--) {\n        mod = now % ENCODING_LEN;\n        str = ENCODING.charAt(mod) + str;\n        now = (now - mod) / ENCODING_LEN;\n    }\n    return str;\n}\nfunction encodeRandom(len, prng) {\n    var str = \"\";\n    for (; len > 0; len--) {\n        str = randomChar(prng) + str;\n    }\n    return str;\n}\nfunction decodeTime(id) {\n    if (id.length !== TIME_LEN + RANDOM_LEN) {\n        throw createError(\"malformed ulid\");\n    }\n    var time = id.substr(0, TIME_LEN).split(\"\").reverse().reduce(function (carry, char, index) {\n        var encodingIndex = ENCODING.indexOf(char);\n        if (encodingIndex === -1) {\n            throw createError(\"invalid character found: \" + char);\n        }\n        return carry += encodingIndex * Math.pow(ENCODING_LEN, index);\n    }, 0);\n    if (time > TIME_MAX) {\n        throw createError(\"malformed ulid, timestamp too large\");\n    }\n    return time;\n}\nfunction detectPrng() {\n    var allowInsecure = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;\n    var root = arguments[1];\n\n    if (!root) {\n        root = typeof window !== \"undefined\" ? window : null;\n    }\n    var browserCrypto = root && (root.crypto || root.msCrypto);\n    if (browserCrypto) {\n        return function () {\n            var buffer = new Uint8Array(1);\n            browserCrypto.getRandomValues(buffer);\n            return buffer[0] / 0xff;\n        };\n    } else {\n        try {\n            var nodeCrypto = require(\"crypto\");\n            return function () {\n                return nodeCrypto.randomBytes(1).readUInt8() / 0xff;\n            };\n        } catch (e) {}\n    }\n    if (allowInsecure) {\n        try {\n            console.error(\"secure crypto unusable, falling back to insecure Math.random()!\");\n        } catch (e) {}\n        return function () {\n            return Math.random();\n        };\n    }\n    throw createError(\"secure crypto unusable, insecure Math.random not allowed\");\n}\nfunction factory(currPrng) {\n    if (!currPrng) {\n        currPrng = detectPrng();\n    }\n    return function ulid(seedTime) {\n        if (isNaN(seedTime)) {\n            seedTime = Date.now();\n        }\n        return encodeTime(seedTime, TIME_LEN) + encodeRandom(RANDOM_LEN, currPrng);\n    };\n}\nfunction monotonicFactory(currPrng) {\n    if (!currPrng) {\n        currPrng = detectPrng();\n    }\n    var lastTime = 0;\n    var lastRandom = void 0;\n    return function ulid(seedTime) {\n        if (isNaN(seedTime)) {\n            seedTime = Date.now();\n        }\n        if (seedTime <= lastTime) {\n            var incrementedRandom = lastRandom = incrementBase32(lastRandom);\n            return encodeTime(lastTime, TIME_LEN) + incrementedRandom;\n        }\n        lastTime = seedTime;\n        var newRandom = lastRandom = encodeRandom(RANDOM_LEN, currPrng);\n        return encodeTime(seedTime, TIME_LEN) + newRandom;\n    };\n}\nvar ulid = factory();\n\nexport { replaceCharAt, incrementBase32, randomChar, encodeTime, encodeRandom, decodeTime, detectPrng, factory, monotonicFactory, ulid };\n","\n/**\n * Module exports.\n */\n\nmodule.exports = deprecate;\n\n/**\n * Mark that a method should not be used.\n * Returns a modified function which warns once by default.\n *\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\n *\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\n * will throw an Error when invoked.\n *\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\n * will invoke `console.trace()` instead of `console.error()`.\n *\n * @param {Function} fn - the function to deprecate\n * @param {String} msg - the string to print to the console when `fn` is invoked\n * @returns {Function} a new \"deprecated\" version of `fn`\n * @api public\n */\n\nfunction deprecate (fn, msg) {\n  if (config('noDeprecation')) {\n    return fn;\n  }\n\n  var warned = false;\n  function deprecated() {\n    if (!warned) {\n      if (config('throwDeprecation')) {\n        throw new Error(msg);\n      } else if (config('traceDeprecation')) {\n        console.trace(msg);\n      } else {\n        console.warn(msg);\n      }\n      warned = true;\n    }\n    return fn.apply(this, arguments);\n  }\n\n  return deprecated;\n}\n\n/**\n * Checks `localStorage` for boolean values for the given `name`.\n *\n * @param {String} name\n * @returns {Boolean}\n * @api private\n */\n\nfunction config (name) {\n  // accessing global.localStorage can trigger a DOMException in sandboxed iframes\n  try {\n    if (!global.localStorage) return false;\n  } catch (_) {\n    return false;\n  }\n  var val = global.localStorage[name];\n  if (null == val) return false;\n  return String(val).toLowerCase() === 'true';\n}\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar __DEV__ = process.env.NODE_ENV !== 'production';\n\nvar warning = function() {};\n\nif (__DEV__) {\n  var printWarning = function printWarning(format, args) {\n    var len = arguments.length;\n    args = new Array(len > 1 ? len - 1 : 0);\n    for (var key = 1; key < len; key++) {\n      args[key - 1] = arguments[key];\n    }\n    var argIndex = 0;\n    var message = 'Warning: ' +\n      format.replace(/%s/g, function() {\n        return args[argIndex++];\n      });\n    if (typeof console !== 'undefined') {\n      console.error(message);\n    }\n    try {\n      // --- Welcome to debugging React ---\n      // This error was thrown as a convenience so that you can use this stack\n      // to find the callsite that caused this warning to fire.\n      throw new Error(message);\n    } catch (x) {}\n  }\n\n  warning = function(condition, format, args) {\n    var len = arguments.length;\n    args = new Array(len > 2 ? len - 2 : 0);\n    for (var key = 2; key < len; key++) {\n      args[key - 2] = arguments[key];\n    }\n    if (format === undefined) {\n      throw new Error(\n          '`warning(condition, format, ...args)` requires a warning ' +\n          'message argument'\n      );\n    }\n    if (!condition) {\n      printWarning.apply(null, [format].concat(args));\n    }\n  };\n}\n\nmodule.exports = warning;\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  exports.stripBOM = function(str) {\n    if (str[0] === '\\uFEFF') {\n      return str.substring(1);\n    } else {\n      return str;\n    }\n  };\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  var builder, defaults, escapeCDATA, requiresCDATA, wrapCDATA,\n    hasProp = {}.hasOwnProperty;\n\n  builder = require('xmlbuilder');\n\n  defaults = require('./defaults').defaults;\n\n  requiresCDATA = function(entry) {\n    return typeof entry === \"string\" && (entry.indexOf('&') >= 0 || entry.indexOf('>') >= 0 || entry.indexOf('<') >= 0);\n  };\n\n  wrapCDATA = function(entry) {\n    return \"<![CDATA[\" + (escapeCDATA(entry)) + \"]]>\";\n  };\n\n  escapeCDATA = function(entry) {\n    return entry.replace(']]>', ']]]]><![CDATA[>');\n  };\n\n  exports.Builder = (function() {\n    function Builder(opts) {\n      var key, ref, value;\n      this.options = {};\n      ref = defaults[\"0.2\"];\n      for (key in ref) {\n        if (!hasProp.call(ref, key)) continue;\n        value = ref[key];\n        this.options[key] = value;\n      }\n      for (key in opts) {\n        if (!hasProp.call(opts, key)) continue;\n        value = opts[key];\n        this.options[key] = value;\n      }\n    }\n\n    Builder.prototype.buildObject = function(rootObj) {\n      var attrkey, charkey, render, rootElement, rootName;\n      attrkey = this.options.attrkey;\n      charkey = this.options.charkey;\n      if ((Object.keys(rootObj).length === 1) && (this.options.rootName === defaults['0.2'].rootName)) {\n        rootName = Object.keys(rootObj)[0];\n        rootObj = rootObj[rootName];\n      } else {\n        rootName = this.options.rootName;\n      }\n      render = (function(_this) {\n        return function(element, obj) {\n          var attr, child, entry, index, key, value;\n          if (typeof obj !== 'object') {\n            if (_this.options.cdata && requiresCDATA(obj)) {\n              element.raw(wrapCDATA(obj));\n            } else {\n              element.txt(obj);\n            }\n          } else if (Array.isArray(obj)) {\n            for (index in obj) {\n              if (!hasProp.call(obj, index)) continue;\n              child = obj[index];\n              for (key in child) {\n                entry = child[key];\n                element = render(element.ele(key), entry).up();\n              }\n            }\n          } else {\n            for (key in obj) {\n              if (!hasProp.call(obj, key)) continue;\n              child = obj[key];\n              if (key === attrkey) {\n                if (typeof child === \"object\") {\n                  for (attr in child) {\n                    value = child[attr];\n                    element = element.att(attr, value);\n                  }\n                }\n              } else if (key === charkey) {\n                if (_this.options.cdata && requiresCDATA(child)) {\n                  element = element.raw(wrapCDATA(child));\n                } else {\n                  element = element.txt(child);\n                }\n              } else if (Array.isArray(child)) {\n                for (index in child) {\n                  if (!hasProp.call(child, index)) continue;\n                  entry = child[index];\n                  if (typeof entry === 'string') {\n                    if (_this.options.cdata && requiresCDATA(entry)) {\n                      element = element.ele(key).raw(wrapCDATA(entry)).up();\n                    } else {\n                      element = element.ele(key, entry).up();\n                    }\n                  } else {\n                    element = render(element.ele(key), entry).up();\n                  }\n                }\n              } else if (typeof child === \"object\") {\n                element = render(element.ele(key), child).up();\n              } else {\n                if (typeof child === 'string' && _this.options.cdata && requiresCDATA(child)) {\n                  element = element.ele(key).raw(wrapCDATA(child)).up();\n                } else {\n                  if (child == null) {\n                    child = '';\n                  }\n                  element = element.ele(key, child.toString()).up();\n                }\n              }\n            }\n          }\n          return element;\n        };\n      })(this);\n      rootElement = builder.create(rootName, this.options.xmldec, this.options.doctype, {\n        headless: this.options.headless,\n        allowSurrogateChars: this.options.allowSurrogateChars\n      });\n      return render(rootElement, rootObj).end(this.options.renderOpts);\n    };\n\n    return Builder;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  exports.defaults = {\n    \"0.1\": {\n      explicitCharkey: false,\n      trim: true,\n      normalize: true,\n      normalizeTags: false,\n      attrkey: \"@\",\n      charkey: \"#\",\n      explicitArray: false,\n      ignoreAttrs: false,\n      mergeAttrs: false,\n      explicitRoot: false,\n      validator: null,\n      xmlns: false,\n      explicitChildren: false,\n      childkey: '@@',\n      charsAsChildren: false,\n      includeWhiteChars: false,\n      async: false,\n      strict: true,\n      attrNameProcessors: null,\n      attrValueProcessors: null,\n      tagNameProcessors: null,\n      valueProcessors: null,\n      emptyTag: ''\n    },\n    \"0.2\": {\n      explicitCharkey: false,\n      trim: false,\n      normalize: false,\n      normalizeTags: false,\n      attrkey: \"$\",\n      charkey: \"_\",\n      explicitArray: true,\n      ignoreAttrs: false,\n      mergeAttrs: false,\n      explicitRoot: true,\n      validator: null,\n      xmlns: false,\n      explicitChildren: false,\n      preserveChildrenOrder: false,\n      childkey: '$$',\n      charsAsChildren: false,\n      includeWhiteChars: false,\n      async: false,\n      strict: true,\n      attrNameProcessors: null,\n      attrValueProcessors: null,\n      tagNameProcessors: null,\n      valueProcessors: null,\n      rootName: 'root',\n      xmldec: {\n        'version': '1.0',\n        'encoding': 'UTF-8',\n        'standalone': true\n      },\n      doctype: null,\n      renderOpts: {\n        'pretty': true,\n        'indent': '  ',\n        'newline': '\\n'\n      },\n      headless: false,\n      chunkSize: 10000,\n      emptyTag: '',\n      cdata: false\n    }\n  };\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  var bom, defaults, events, isEmpty, processItem, processors, sax, setImmediate,\n    bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  sax = require('sax');\n\n  events = require('events');\n\n  bom = require('./bom');\n\n  processors = require('./processors');\n\n  setImmediate = require('timers').setImmediate;\n\n  defaults = require('./defaults').defaults;\n\n  isEmpty = function(thing) {\n    return typeof thing === \"object\" && (thing != null) && Object.keys(thing).length === 0;\n  };\n\n  processItem = function(processors, item, key) {\n    var i, len, process;\n    for (i = 0, len = processors.length; i < len; i++) {\n      process = processors[i];\n      item = process(item, key);\n    }\n    return item;\n  };\n\n  exports.Parser = (function(superClass) {\n    extend(Parser, superClass);\n\n    function Parser(opts) {\n      this.parseString = bind(this.parseString, this);\n      this.reset = bind(this.reset, this);\n      this.assignOrPush = bind(this.assignOrPush, this);\n      this.processAsync = bind(this.processAsync, this);\n      var key, ref, value;\n      if (!(this instanceof exports.Parser)) {\n        return new exports.Parser(opts);\n      }\n      this.options = {};\n      ref = defaults[\"0.2\"];\n      for (key in ref) {\n        if (!hasProp.call(ref, key)) continue;\n        value = ref[key];\n        this.options[key] = value;\n      }\n      for (key in opts) {\n        if (!hasProp.call(opts, key)) continue;\n        value = opts[key];\n        this.options[key] = value;\n      }\n      if (this.options.xmlns) {\n        this.options.xmlnskey = this.options.attrkey + \"ns\";\n      }\n      if (this.options.normalizeTags) {\n        if (!this.options.tagNameProcessors) {\n          this.options.tagNameProcessors = [];\n        }\n        this.options.tagNameProcessors.unshift(processors.normalize);\n      }\n      this.reset();\n    }\n\n    Parser.prototype.processAsync = function() {\n      var chunk, err;\n      try {\n        if (this.remaining.length <= this.options.chunkSize) {\n          chunk = this.remaining;\n          this.remaining = '';\n          this.saxParser = this.saxParser.write(chunk);\n          return this.saxParser.close();\n        } else {\n          chunk = this.remaining.substr(0, this.options.chunkSize);\n          this.remaining = this.remaining.substr(this.options.chunkSize, this.remaining.length);\n          this.saxParser = this.saxParser.write(chunk);\n          return setImmediate(this.processAsync);\n        }\n      } catch (error1) {\n        err = error1;\n        if (!this.saxParser.errThrown) {\n          this.saxParser.errThrown = true;\n          return this.emit(err);\n        }\n      }\n    };\n\n    Parser.prototype.assignOrPush = function(obj, key, newValue) {\n      if (!(key in obj)) {\n        if (!this.options.explicitArray) {\n          return obj[key] = newValue;\n        } else {\n          return obj[key] = [newValue];\n        }\n      } else {\n        if (!(obj[key] instanceof Array)) {\n          obj[key] = [obj[key]];\n        }\n        return obj[key].push(newValue);\n      }\n    };\n\n    Parser.prototype.reset = function() {\n      var attrkey, charkey, ontext, stack;\n      this.removeAllListeners();\n      this.saxParser = sax.parser(this.options.strict, {\n        trim: false,\n        normalize: false,\n        xmlns: this.options.xmlns\n      });\n      this.saxParser.errThrown = false;\n      this.saxParser.onerror = (function(_this) {\n        return function(error) {\n          _this.saxParser.resume();\n          if (!_this.saxParser.errThrown) {\n            _this.saxParser.errThrown = true;\n            return _this.emit(\"error\", error);\n          }\n        };\n      })(this);\n      this.saxParser.onend = (function(_this) {\n        return function() {\n          if (!_this.saxParser.ended) {\n            _this.saxParser.ended = true;\n            return _this.emit(\"end\", _this.resultObject);\n          }\n        };\n      })(this);\n      this.saxParser.ended = false;\n      this.EXPLICIT_CHARKEY = this.options.explicitCharkey;\n      this.resultObject = null;\n      stack = [];\n      attrkey = this.options.attrkey;\n      charkey = this.options.charkey;\n      this.saxParser.onopentag = (function(_this) {\n        return function(node) {\n          var key, newValue, obj, processedKey, ref;\n          obj = {};\n          obj[charkey] = \"\";\n          if (!_this.options.ignoreAttrs) {\n            ref = node.attributes;\n            for (key in ref) {\n              if (!hasProp.call(ref, key)) continue;\n              if (!(attrkey in obj) && !_this.options.mergeAttrs) {\n                obj[attrkey] = {};\n              }\n              newValue = _this.options.attrValueProcessors ? processItem(_this.options.attrValueProcessors, node.attributes[key], key) : node.attributes[key];\n              processedKey = _this.options.attrNameProcessors ? processItem(_this.options.attrNameProcessors, key) : key;\n              if (_this.options.mergeAttrs) {\n                _this.assignOrPush(obj, processedKey, newValue);\n              } else {\n                obj[attrkey][processedKey] = newValue;\n              }\n            }\n          }\n          obj[\"#name\"] = _this.options.tagNameProcessors ? processItem(_this.options.tagNameProcessors, node.name) : node.name;\n          if (_this.options.xmlns) {\n            obj[_this.options.xmlnskey] = {\n              uri: node.uri,\n              local: node.local\n            };\n          }\n          return stack.push(obj);\n        };\n      })(this);\n      this.saxParser.onclosetag = (function(_this) {\n        return function() {\n          var cdata, emptyStr, key, node, nodeName, obj, objClone, old, s, xpath;\n          obj = stack.pop();\n          nodeName = obj[\"#name\"];\n          if (!_this.options.explicitChildren || !_this.options.preserveChildrenOrder) {\n            delete obj[\"#name\"];\n          }\n          if (obj.cdata === true) {\n            cdata = obj.cdata;\n            delete obj.cdata;\n          }\n          s = stack[stack.length - 1];\n          if (obj[charkey].match(/^\\s*$/) && !cdata) {\n            emptyStr = obj[charkey];\n            delete obj[charkey];\n          } else {\n            if (_this.options.trim) {\n              obj[charkey] = obj[charkey].trim();\n            }\n            if (_this.options.normalize) {\n              obj[charkey] = obj[charkey].replace(/\\s{2,}/g, \" \").trim();\n            }\n            obj[charkey] = _this.options.valueProcessors ? processItem(_this.options.valueProcessors, obj[charkey], nodeName) : obj[charkey];\n            if (Object.keys(obj).length === 1 && charkey in obj && !_this.EXPLICIT_CHARKEY) {\n              obj = obj[charkey];\n            }\n          }\n          if (isEmpty(obj)) {\n            obj = _this.options.emptyTag !== '' ? _this.options.emptyTag : emptyStr;\n          }\n          if (_this.options.validator != null) {\n            xpath = \"/\" + ((function() {\n              var i, len, results;\n              results = [];\n              for (i = 0, len = stack.length; i < len; i++) {\n                node = stack[i];\n                results.push(node[\"#name\"]);\n              }\n              return results;\n            })()).concat(nodeName).join(\"/\");\n            (function() {\n              var err;\n              try {\n                return obj = _this.options.validator(xpath, s && s[nodeName], obj);\n              } catch (error1) {\n                err = error1;\n                return _this.emit(\"error\", err);\n              }\n            })();\n          }\n          if (_this.options.explicitChildren && !_this.options.mergeAttrs && typeof obj === 'object') {\n            if (!_this.options.preserveChildrenOrder) {\n              node = {};\n              if (_this.options.attrkey in obj) {\n                node[_this.options.attrkey] = obj[_this.options.attrkey];\n                delete obj[_this.options.attrkey];\n              }\n              if (!_this.options.charsAsChildren && _this.options.charkey in obj) {\n                node[_this.options.charkey] = obj[_this.options.charkey];\n                delete obj[_this.options.charkey];\n              }\n              if (Object.getOwnPropertyNames(obj).length > 0) {\n                node[_this.options.childkey] = obj;\n              }\n              obj = node;\n            } else if (s) {\n              s[_this.options.childkey] = s[_this.options.childkey] || [];\n              objClone = {};\n              for (key in obj) {\n                if (!hasProp.call(obj, key)) continue;\n                objClone[key] = obj[key];\n              }\n              s[_this.options.childkey].push(objClone);\n              delete obj[\"#name\"];\n              if (Object.keys(obj).length === 1 && charkey in obj && !_this.EXPLICIT_CHARKEY) {\n                obj = obj[charkey];\n              }\n            }\n          }\n          if (stack.length > 0) {\n            return _this.assignOrPush(s, nodeName, obj);\n          } else {\n            if (_this.options.explicitRoot) {\n              old = obj;\n              obj = {};\n              obj[nodeName] = old;\n            }\n            _this.resultObject = obj;\n            _this.saxParser.ended = true;\n            return _this.emit(\"end\", _this.resultObject);\n          }\n        };\n      })(this);\n      ontext = (function(_this) {\n        return function(text) {\n          var charChild, s;\n          s = stack[stack.length - 1];\n          if (s) {\n            s[charkey] += text;\n            if (_this.options.explicitChildren && _this.options.preserveChildrenOrder && _this.options.charsAsChildren && (_this.options.includeWhiteChars || text.replace(/\\\\n/g, '').trim() !== '')) {\n              s[_this.options.childkey] = s[_this.options.childkey] || [];\n              charChild = {\n                '#name': '__text__'\n              };\n              charChild[charkey] = text;\n              if (_this.options.normalize) {\n                charChild[charkey] = charChild[charkey].replace(/\\s{2,}/g, \" \").trim();\n              }\n              s[_this.options.childkey].push(charChild);\n            }\n            return s;\n          }\n        };\n      })(this);\n      this.saxParser.ontext = ontext;\n      return this.saxParser.oncdata = (function(_this) {\n        return function(text) {\n          var s;\n          s = ontext(text);\n          if (s) {\n            return s.cdata = true;\n          }\n        };\n      })(this);\n    };\n\n    Parser.prototype.parseString = function(str, cb) {\n      var err;\n      if ((cb != null) && typeof cb === \"function\") {\n        this.on(\"end\", function(result) {\n          this.reset();\n          return cb(null, result);\n        });\n        this.on(\"error\", function(err) {\n          this.reset();\n          return cb(err);\n        });\n      }\n      try {\n        str = str.toString();\n        if (str.trim() === '') {\n          this.emit(\"end\", null);\n          return true;\n        }\n        str = bom.stripBOM(str);\n        if (this.options.async) {\n          this.remaining = str;\n          setImmediate(this.processAsync);\n          return this.saxParser;\n        }\n        return this.saxParser.write(str).close();\n      } catch (error1) {\n        err = error1;\n        if (!(this.saxParser.errThrown || this.saxParser.ended)) {\n          this.emit('error', err);\n          return this.saxParser.errThrown = true;\n        } else if (this.saxParser.ended) {\n          throw err;\n        }\n      }\n    };\n\n    return Parser;\n\n  })(events.EventEmitter);\n\n  exports.parseString = function(str, a, b) {\n    var cb, options, parser;\n    if (b != null) {\n      if (typeof b === 'function') {\n        cb = b;\n      }\n      if (typeof a === 'object') {\n        options = a;\n      }\n    } else {\n      if (typeof a === 'function') {\n        cb = a;\n      }\n      options = {};\n    }\n    parser = new exports.Parser(options);\n    return parser.parseString(str, cb);\n  };\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  var prefixMatch;\n\n  prefixMatch = new RegExp(/(?!xmlns)^.*:/);\n\n  exports.normalize = function(str) {\n    return str.toLowerCase();\n  };\n\n  exports.firstCharLowerCase = function(str) {\n    return str.charAt(0).toLowerCase() + str.slice(1);\n  };\n\n  exports.stripPrefix = function(str) {\n    return str.replace(prefixMatch, '');\n  };\n\n  exports.parseNumbers = function(str) {\n    if (!isNaN(str)) {\n      str = str % 1 === 0 ? parseInt(str, 10) : parseFloat(str);\n    }\n    return str;\n  };\n\n  exports.parseBooleans = function(str) {\n    if (/^(?:true|false)$/i.test(str)) {\n      str = str.toLowerCase() === 'true';\n    }\n    return str;\n  };\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  var builder, defaults, parser, processors,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  defaults = require('./defaults');\n\n  builder = require('./builder');\n\n  parser = require('./parser');\n\n  processors = require('./processors');\n\n  exports.defaults = defaults.defaults;\n\n  exports.processors = processors;\n\n  exports.ValidationError = (function(superClass) {\n    extend(ValidationError, superClass);\n\n    function ValidationError(message) {\n      this.message = message;\n    }\n\n    return ValidationError;\n\n  })(Error);\n\n  exports.Builder = builder.Builder;\n\n  exports.Parser = parser.Parser;\n\n  exports.parseString = parser.parseString;\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var assign, isArray, isEmpty, isFunction, isObject, isPlainObject,\n    slice = [].slice,\n    hasProp = {}.hasOwnProperty;\n\n  assign = function() {\n    var i, key, len, source, sources, target;\n    target = arguments[0], sources = 2 <= arguments.length ? slice.call(arguments, 1) : [];\n    if (isFunction(Object.assign)) {\n      Object.assign.apply(null, arguments);\n    } else {\n      for (i = 0, len = sources.length; i < len; i++) {\n        source = sources[i];\n        if (source != null) {\n          for (key in source) {\n            if (!hasProp.call(source, key)) continue;\n            target[key] = source[key];\n          }\n        }\n      }\n    }\n    return target;\n  };\n\n  isFunction = function(val) {\n    return !!val && Object.prototype.toString.call(val) === '[object Function]';\n  };\n\n  isObject = function(val) {\n    var ref;\n    return !!val && ((ref = typeof val) === 'function' || ref === 'object');\n  };\n\n  isArray = function(val) {\n    if (isFunction(Array.isArray)) {\n      return Array.isArray(val);\n    } else {\n      return Object.prototype.toString.call(val) === '[object Array]';\n    }\n  };\n\n  isEmpty = function(val) {\n    var key;\n    if (isArray(val)) {\n      return !val.length;\n    } else {\n      for (key in val) {\n        if (!hasProp.call(val, key)) continue;\n        return false;\n      }\n      return true;\n    }\n  };\n\n  isPlainObject = function(val) {\n    var ctor, proto;\n    return isObject(val) && (proto = Object.getPrototypeOf(val)) && (ctor = proto.constructor) && (typeof ctor === 'function') && (ctor instanceof ctor) && (Function.prototype.toString.call(ctor) === Function.prototype.toString.call(Object));\n  };\n\n  module.exports.assign = assign;\n\n  module.exports.isFunction = isFunction;\n\n  module.exports.isObject = isObject;\n\n  module.exports.isArray = isArray;\n\n  module.exports.isEmpty = isEmpty;\n\n  module.exports.isPlainObject = isPlainObject;\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLAttribute;\n\n  module.exports = XMLAttribute = (function() {\n    function XMLAttribute(parent, name, value) {\n      this.options = parent.options;\n      this.stringify = parent.stringify;\n      if (name == null) {\n        throw new Error(\"Missing attribute name of element \" + parent.name);\n      }\n      if (value == null) {\n        throw new Error(\"Missing attribute value for attribute \" + name + \" of element \" + parent.name);\n      }\n      this.name = this.stringify.attName(name);\n      this.value = this.stringify.attValue(value);\n    }\n\n    XMLAttribute.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLAttribute.prototype.toString = function(options) {\n      return this.options.writer.set(options).attribute(this);\n    };\n\n    return XMLAttribute;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLCData, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLCData = (function(superClass) {\n    extend(XMLCData, superClass);\n\n    function XMLCData(parent, text) {\n      XMLCData.__super__.constructor.call(this, parent);\n      if (text == null) {\n        throw new Error(\"Missing CDATA text\");\n      }\n      this.text = this.stringify.cdata(text);\n    }\n\n    XMLCData.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLCData.prototype.toString = function(options) {\n      return this.options.writer.set(options).cdata(this);\n    };\n\n    return XMLCData;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLComment, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLComment = (function(superClass) {\n    extend(XMLComment, superClass);\n\n    function XMLComment(parent, text) {\n      XMLComment.__super__.constructor.call(this, parent);\n      if (text == null) {\n        throw new Error(\"Missing comment text\");\n      }\n      this.text = this.stringify.comment(text);\n    }\n\n    XMLComment.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLComment.prototype.toString = function(options) {\n      return this.options.writer.set(options).comment(this);\n    };\n\n    return XMLComment;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDAttList, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDTDAttList = (function(superClass) {\n    extend(XMLDTDAttList, superClass);\n\n    function XMLDTDAttList(parent, elementName, attributeName, attributeType, defaultValueType, defaultValue) {\n      XMLDTDAttList.__super__.constructor.call(this, parent);\n      if (elementName == null) {\n        throw new Error(\"Missing DTD element name\");\n      }\n      if (attributeName == null) {\n        throw new Error(\"Missing DTD attribute name\");\n      }\n      if (!attributeType) {\n        throw new Error(\"Missing DTD attribute type\");\n      }\n      if (!defaultValueType) {\n        throw new Error(\"Missing DTD attribute default\");\n      }\n      if (defaultValueType.indexOf('#') !== 0) {\n        defaultValueType = '#' + defaultValueType;\n      }\n      if (!defaultValueType.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/)) {\n        throw new Error(\"Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT\");\n      }\n      if (defaultValue && !defaultValueType.match(/^(#FIXED|#DEFAULT)$/)) {\n        throw new Error(\"Default value only applies to #FIXED or #DEFAULT\");\n      }\n      this.elementName = this.stringify.eleName(elementName);\n      this.attributeName = this.stringify.attName(attributeName);\n      this.attributeType = this.stringify.dtdAttType(attributeType);\n      this.defaultValue = this.stringify.dtdAttDefault(defaultValue);\n      this.defaultValueType = defaultValueType;\n    }\n\n    XMLDTDAttList.prototype.toString = function(options) {\n      return this.options.writer.set(options).dtdAttList(this);\n    };\n\n    return XMLDTDAttList;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDElement, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDTDElement = (function(superClass) {\n    extend(XMLDTDElement, superClass);\n\n    function XMLDTDElement(parent, name, value) {\n      XMLDTDElement.__super__.constructor.call(this, parent);\n      if (name == null) {\n        throw new Error(\"Missing DTD element name\");\n      }\n      if (!value) {\n        value = '(#PCDATA)';\n      }\n      if (Array.isArray(value)) {\n        value = '(' + value.join(',') + ')';\n      }\n      this.name = this.stringify.eleName(name);\n      this.value = this.stringify.dtdElementValue(value);\n    }\n\n    XMLDTDElement.prototype.toString = function(options) {\n      return this.options.writer.set(options).dtdElement(this);\n    };\n\n    return XMLDTDElement;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDEntity, XMLNode, isObject,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  isObject = require('./Utility').isObject;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDTDEntity = (function(superClass) {\n    extend(XMLDTDEntity, superClass);\n\n    function XMLDTDEntity(parent, pe, name, value) {\n      XMLDTDEntity.__super__.constructor.call(this, parent);\n      if (name == null) {\n        throw new Error(\"Missing entity name\");\n      }\n      if (value == null) {\n        throw new Error(\"Missing entity value\");\n      }\n      this.pe = !!pe;\n      this.name = this.stringify.eleName(name);\n      if (!isObject(value)) {\n        this.value = this.stringify.dtdEntityValue(value);\n      } else {\n        if (!value.pubID && !value.sysID) {\n          throw new Error(\"Public and/or system identifiers are required for an external entity\");\n        }\n        if (value.pubID && !value.sysID) {\n          throw new Error(\"System identifier is required for a public external entity\");\n        }\n        if (value.pubID != null) {\n          this.pubID = this.stringify.dtdPubID(value.pubID);\n        }\n        if (value.sysID != null) {\n          this.sysID = this.stringify.dtdSysID(value.sysID);\n        }\n        if (value.nData != null) {\n          this.nData = this.stringify.dtdNData(value.nData);\n        }\n        if (this.pe && this.nData) {\n          throw new Error(\"Notation declaration is not allowed in a parameter entity\");\n        }\n      }\n    }\n\n    XMLDTDEntity.prototype.toString = function(options) {\n      return this.options.writer.set(options).dtdEntity(this);\n    };\n\n    return XMLDTDEntity;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDNotation, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDTDNotation = (function(superClass) {\n    extend(XMLDTDNotation, superClass);\n\n    function XMLDTDNotation(parent, name, value) {\n      XMLDTDNotation.__super__.constructor.call(this, parent);\n      if (name == null) {\n        throw new Error(\"Missing notation name\");\n      }\n      if (!value.pubID && !value.sysID) {\n        throw new Error(\"Public or system identifiers are required for an external entity\");\n      }\n      this.name = this.stringify.eleName(name);\n      if (value.pubID != null) {\n        this.pubID = this.stringify.dtdPubID(value.pubID);\n      }\n      if (value.sysID != null) {\n        this.sysID = this.stringify.dtdSysID(value.sysID);\n      }\n    }\n\n    XMLDTDNotation.prototype.toString = function(options) {\n      return this.options.writer.set(options).dtdNotation(this);\n    };\n\n    return XMLDTDNotation;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDeclaration, XMLNode, isObject,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  isObject = require('./Utility').isObject;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDeclaration = (function(superClass) {\n    extend(XMLDeclaration, superClass);\n\n    function XMLDeclaration(parent, version, encoding, standalone) {\n      var ref;\n      XMLDeclaration.__super__.constructor.call(this, parent);\n      if (isObject(version)) {\n        ref = version, version = ref.version, encoding = ref.encoding, standalone = ref.standalone;\n      }\n      if (!version) {\n        version = '1.0';\n      }\n      this.version = this.stringify.xmlVersion(version);\n      if (encoding != null) {\n        this.encoding = this.stringify.xmlEncoding(encoding);\n      }\n      if (standalone != null) {\n        this.standalone = this.stringify.xmlStandalone(standalone);\n      }\n    }\n\n    XMLDeclaration.prototype.toString = function(options) {\n      return this.options.writer.set(options).declaration(this);\n    };\n\n    return XMLDeclaration;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDocType, XMLNode, isObject,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  isObject = require('./Utility').isObject;\n\n  XMLNode = require('./XMLNode');\n\n  XMLDTDAttList = require('./XMLDTDAttList');\n\n  XMLDTDEntity = require('./XMLDTDEntity');\n\n  XMLDTDElement = require('./XMLDTDElement');\n\n  XMLDTDNotation = require('./XMLDTDNotation');\n\n  module.exports = XMLDocType = (function(superClass) {\n    extend(XMLDocType, superClass);\n\n    function XMLDocType(parent, pubID, sysID) {\n      var ref, ref1;\n      XMLDocType.__super__.constructor.call(this, parent);\n      this.documentObject = parent;\n      if (isObject(pubID)) {\n        ref = pubID, pubID = ref.pubID, sysID = ref.sysID;\n      }\n      if (sysID == null) {\n        ref1 = [pubID, sysID], sysID = ref1[0], pubID = ref1[1];\n      }\n      if (pubID != null) {\n        this.pubID = this.stringify.dtdPubID(pubID);\n      }\n      if (sysID != null) {\n        this.sysID = this.stringify.dtdSysID(sysID);\n      }\n    }\n\n    XMLDocType.prototype.element = function(name, value) {\n      var child;\n      child = new XMLDTDElement(this, name, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.attList = function(elementName, attributeName, attributeType, defaultValueType, defaultValue) {\n      var child;\n      child = new XMLDTDAttList(this, elementName, attributeName, attributeType, defaultValueType, defaultValue);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.entity = function(name, value) {\n      var child;\n      child = new XMLDTDEntity(this, false, name, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.pEntity = function(name, value) {\n      var child;\n      child = new XMLDTDEntity(this, true, name, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.notation = function(name, value) {\n      var child;\n      child = new XMLDTDNotation(this, name, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.toString = function(options) {\n      return this.options.writer.set(options).docType(this);\n    };\n\n    XMLDocType.prototype.ele = function(name, value) {\n      return this.element(name, value);\n    };\n\n    XMLDocType.prototype.att = function(elementName, attributeName, attributeType, defaultValueType, defaultValue) {\n      return this.attList(elementName, attributeName, attributeType, defaultValueType, defaultValue);\n    };\n\n    XMLDocType.prototype.ent = function(name, value) {\n      return this.entity(name, value);\n    };\n\n    XMLDocType.prototype.pent = function(name, value) {\n      return this.pEntity(name, value);\n    };\n\n    XMLDocType.prototype.not = function(name, value) {\n      return this.notation(name, value);\n    };\n\n    XMLDocType.prototype.up = function() {\n      return this.root() || this.documentObject;\n    };\n\n    return XMLDocType;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDocument, XMLNode, XMLStringWriter, XMLStringifier, isPlainObject,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  isPlainObject = require('./Utility').isPlainObject;\n\n  XMLNode = require('./XMLNode');\n\n  XMLStringifier = require('./XMLStringifier');\n\n  XMLStringWriter = require('./XMLStringWriter');\n\n  module.exports = XMLDocument = (function(superClass) {\n    extend(XMLDocument, superClass);\n\n    function XMLDocument(options) {\n      XMLDocument.__super__.constructor.call(this, null);\n      options || (options = {});\n      if (!options.writer) {\n        options.writer = new XMLStringWriter();\n      }\n      this.options = options;\n      this.stringify = new XMLStringifier(options);\n      this.isDocument = true;\n    }\n\n    XMLDocument.prototype.end = function(writer) {\n      var writerOptions;\n      if (!writer) {\n        writer = this.options.writer;\n      } else if (isPlainObject(writer)) {\n        writerOptions = writer;\n        writer = this.options.writer.set(writerOptions);\n      }\n      return writer.document(this);\n    };\n\n    XMLDocument.prototype.toString = function(options) {\n      return this.options.writer.set(options).document(this);\n    };\n\n    return XMLDocument;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLAttribute, XMLCData, XMLComment, XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDeclaration, XMLDocType, XMLDocumentCB, XMLElement, XMLProcessingInstruction, XMLRaw, XMLStringWriter, XMLStringifier, XMLText, isFunction, isObject, isPlainObject, ref,\n    hasProp = {}.hasOwnProperty;\n\n  ref = require('./Utility'), isObject = ref.isObject, isFunction = ref.isFunction, isPlainObject = ref.isPlainObject;\n\n  XMLElement = require('./XMLElement');\n\n  XMLCData = require('./XMLCData');\n\n  XMLComment = require('./XMLComment');\n\n  XMLRaw = require('./XMLRaw');\n\n  XMLText = require('./XMLText');\n\n  XMLProcessingInstruction = require('./XMLProcessingInstruction');\n\n  XMLDeclaration = require('./XMLDeclaration');\n\n  XMLDocType = require('./XMLDocType');\n\n  XMLDTDAttList = require('./XMLDTDAttList');\n\n  XMLDTDEntity = require('./XMLDTDEntity');\n\n  XMLDTDElement = require('./XMLDTDElement');\n\n  XMLDTDNotation = require('./XMLDTDNotation');\n\n  XMLAttribute = require('./XMLAttribute');\n\n  XMLStringifier = require('./XMLStringifier');\n\n  XMLStringWriter = require('./XMLStringWriter');\n\n  module.exports = XMLDocumentCB = (function() {\n    function XMLDocumentCB(options, onData, onEnd) {\n      var writerOptions;\n      options || (options = {});\n      if (!options.writer) {\n        options.writer = new XMLStringWriter(options);\n      } else if (isPlainObject(options.writer)) {\n        writerOptions = options.writer;\n        options.writer = new XMLStringWriter(writerOptions);\n      }\n      this.options = options;\n      this.writer = options.writer;\n      this.stringify = new XMLStringifier(options);\n      this.onDataCallback = onData || function() {};\n      this.onEndCallback = onEnd || function() {};\n      this.currentNode = null;\n      this.currentLevel = -1;\n      this.openTags = {};\n      this.documentStarted = false;\n      this.documentCompleted = false;\n      this.root = null;\n    }\n\n    XMLDocumentCB.prototype.node = function(name, attributes, text) {\n      var ref1;\n      if (name == null) {\n        throw new Error(\"Missing node name\");\n      }\n      if (this.root && this.currentLevel === -1) {\n        throw new Error(\"Document can only have one root node\");\n      }\n      this.openCurrent();\n      name = name.valueOf();\n      if (attributes == null) {\n        attributes = {};\n      }\n      attributes = attributes.valueOf();\n      if (!isObject(attributes)) {\n        ref1 = [attributes, text], text = ref1[0], attributes = ref1[1];\n      }\n      this.currentNode = new XMLElement(this, name, attributes);\n      this.currentNode.children = false;\n      this.currentLevel++;\n      this.openTags[this.currentLevel] = this.currentNode;\n      if (text != null) {\n        this.text(text);\n      }\n      return this;\n    };\n\n    XMLDocumentCB.prototype.element = function(name, attributes, text) {\n      if (this.currentNode && this.currentNode instanceof XMLDocType) {\n        return this.dtdElement.apply(this, arguments);\n      } else {\n        return this.node(name, attributes, text);\n      }\n    };\n\n    XMLDocumentCB.prototype.attribute = function(name, value) {\n      var attName, attValue;\n      if (!this.currentNode || this.currentNode.children) {\n        throw new Error(\"att() can only be used immediately after an ele() call in callback mode\");\n      }\n      if (name != null) {\n        name = name.valueOf();\n      }\n      if (isObject(name)) {\n        for (attName in name) {\n          if (!hasProp.call(name, attName)) continue;\n          attValue = name[attName];\n          this.attribute(attName, attValue);\n        }\n      } else {\n        if (isFunction(value)) {\n          value = value.apply();\n        }\n        if (!this.options.skipNullAttributes || (value != null)) {\n          this.currentNode.attributes[name] = new XMLAttribute(this, name, value);\n        }\n      }\n      return this;\n    };\n\n    XMLDocumentCB.prototype.text = function(value) {\n      var node;\n      this.openCurrent();\n      node = new XMLText(this, value);\n      this.onData(this.writer.text(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.cdata = function(value) {\n      var node;\n      this.openCurrent();\n      node = new XMLCData(this, value);\n      this.onData(this.writer.cdata(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.comment = function(value) {\n      var node;\n      this.openCurrent();\n      node = new XMLComment(this, value);\n      this.onData(this.writer.comment(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.raw = function(value) {\n      var node;\n      this.openCurrent();\n      node = new XMLRaw(this, value);\n      this.onData(this.writer.raw(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.instruction = function(target, value) {\n      var i, insTarget, insValue, len, node;\n      this.openCurrent();\n      if (target != null) {\n        target = target.valueOf();\n      }\n      if (value != null) {\n        value = value.valueOf();\n      }\n      if (Array.isArray(target)) {\n        for (i = 0, len = target.length; i < len; i++) {\n          insTarget = target[i];\n          this.instruction(insTarget);\n        }\n      } else if (isObject(target)) {\n        for (insTarget in target) {\n          if (!hasProp.call(target, insTarget)) continue;\n          insValue = target[insTarget];\n          this.instruction(insTarget, insValue);\n        }\n      } else {\n        if (isFunction(value)) {\n          value = value.apply();\n        }\n        node = new XMLProcessingInstruction(this, target, value);\n        this.onData(this.writer.processingInstruction(node, this.currentLevel + 1));\n      }\n      return this;\n    };\n\n    XMLDocumentCB.prototype.declaration = function(version, encoding, standalone) {\n      var node;\n      this.openCurrent();\n      if (this.documentStarted) {\n        throw new Error(\"declaration() must be the first node\");\n      }\n      node = new XMLDeclaration(this, version, encoding, standalone);\n      this.onData(this.writer.declaration(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.doctype = function(root, pubID, sysID) {\n      this.openCurrent();\n      if (root == null) {\n        throw new Error(\"Missing root node name\");\n      }\n      if (this.root) {\n        throw new Error(\"dtd() must come before the root node\");\n      }\n      this.currentNode = new XMLDocType(this, pubID, sysID);\n      this.currentNode.rootNodeName = root;\n      this.currentNode.children = false;\n      this.currentLevel++;\n      this.openTags[this.currentLevel] = this.currentNode;\n      return this;\n    };\n\n    XMLDocumentCB.prototype.dtdElement = function(name, value) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDElement(this, name, value);\n      this.onData(this.writer.dtdElement(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.attList = function(elementName, attributeName, attributeType, defaultValueType, defaultValue) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDAttList(this, elementName, attributeName, attributeType, defaultValueType, defaultValue);\n      this.onData(this.writer.dtdAttList(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.entity = function(name, value) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDEntity(this, false, name, value);\n      this.onData(this.writer.dtdEntity(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.pEntity = function(name, value) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDEntity(this, true, name, value);\n      this.onData(this.writer.dtdEntity(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.notation = function(name, value) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDNotation(this, name, value);\n      this.onData(this.writer.dtdNotation(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.up = function() {\n      if (this.currentLevel < 0) {\n        throw new Error(\"The document node has no parent\");\n      }\n      if (this.currentNode) {\n        if (this.currentNode.children) {\n          this.closeNode(this.currentNode);\n        } else {\n          this.openNode(this.currentNode);\n        }\n        this.currentNode = null;\n      } else {\n        this.closeNode(this.openTags[this.currentLevel]);\n      }\n      delete this.openTags[this.currentLevel];\n      this.currentLevel--;\n      return this;\n    };\n\n    XMLDocumentCB.prototype.end = function() {\n      while (this.currentLevel >= 0) {\n        this.up();\n      }\n      return this.onEnd();\n    };\n\n    XMLDocumentCB.prototype.openCurrent = function() {\n      if (this.currentNode) {\n        this.currentNode.children = true;\n        return this.openNode(this.currentNode);\n      }\n    };\n\n    XMLDocumentCB.prototype.openNode = function(node) {\n      if (!node.isOpen) {\n        if (!this.root && this.currentLevel === 0 && node instanceof XMLElement) {\n          this.root = node;\n        }\n        this.onData(this.writer.openNode(node, this.currentLevel));\n        return node.isOpen = true;\n      }\n    };\n\n    XMLDocumentCB.prototype.closeNode = function(node) {\n      if (!node.isClosed) {\n        this.onData(this.writer.closeNode(node, this.currentLevel));\n        return node.isClosed = true;\n      }\n    };\n\n    XMLDocumentCB.prototype.onData = function(chunk) {\n      this.documentStarted = true;\n      return this.onDataCallback(chunk);\n    };\n\n    XMLDocumentCB.prototype.onEnd = function() {\n      this.documentCompleted = true;\n      return this.onEndCallback();\n    };\n\n    XMLDocumentCB.prototype.ele = function() {\n      return this.element.apply(this, arguments);\n    };\n\n    XMLDocumentCB.prototype.nod = function(name, attributes, text) {\n      return this.node(name, attributes, text);\n    };\n\n    XMLDocumentCB.prototype.txt = function(value) {\n      return this.text(value);\n    };\n\n    XMLDocumentCB.prototype.dat = function(value) {\n      return this.cdata(value);\n    };\n\n    XMLDocumentCB.prototype.com = function(value) {\n      return this.comment(value);\n    };\n\n    XMLDocumentCB.prototype.ins = function(target, value) {\n      return this.instruction(target, value);\n    };\n\n    XMLDocumentCB.prototype.dec = function(version, encoding, standalone) {\n      return this.declaration(version, encoding, standalone);\n    };\n\n    XMLDocumentCB.prototype.dtd = function(root, pubID, sysID) {\n      return this.doctype(root, pubID, sysID);\n    };\n\n    XMLDocumentCB.prototype.e = function(name, attributes, text) {\n      return this.element(name, attributes, text);\n    };\n\n    XMLDocumentCB.prototype.n = function(name, attributes, text) {\n      return this.node(name, attributes, text);\n    };\n\n    XMLDocumentCB.prototype.t = function(value) {\n      return this.text(value);\n    };\n\n    XMLDocumentCB.prototype.d = function(value) {\n      return this.cdata(value);\n    };\n\n    XMLDocumentCB.prototype.c = function(value) {\n      return this.comment(value);\n    };\n\n    XMLDocumentCB.prototype.r = function(value) {\n      return this.raw(value);\n    };\n\n    XMLDocumentCB.prototype.i = function(target, value) {\n      return this.instruction(target, value);\n    };\n\n    XMLDocumentCB.prototype.att = function() {\n      if (this.currentNode && this.currentNode instanceof XMLDocType) {\n        return this.attList.apply(this, arguments);\n      } else {\n        return this.attribute.apply(this, arguments);\n      }\n    };\n\n    XMLDocumentCB.prototype.a = function() {\n      if (this.currentNode && this.currentNode instanceof XMLDocType) {\n        return this.attList.apply(this, arguments);\n      } else {\n        return this.attribute.apply(this, arguments);\n      }\n    };\n\n    XMLDocumentCB.prototype.ent = function(name, value) {\n      return this.entity(name, value);\n    };\n\n    XMLDocumentCB.prototype.pent = function(name, value) {\n      return this.pEntity(name, value);\n    };\n\n    XMLDocumentCB.prototype.not = function(name, value) {\n      return this.notation(name, value);\n    };\n\n    return XMLDocumentCB;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLAttribute, XMLElement, XMLNode, isFunction, isObject, ref,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  ref = require('./Utility'), isObject = ref.isObject, isFunction = ref.isFunction;\n\n  XMLNode = require('./XMLNode');\n\n  XMLAttribute = require('./XMLAttribute');\n\n  module.exports = XMLElement = (function(superClass) {\n    extend(XMLElement, superClass);\n\n    function XMLElement(parent, name, attributes) {\n      XMLElement.__super__.constructor.call(this, parent);\n      if (name == null) {\n        throw new Error(\"Missing element name\");\n      }\n      this.name = this.stringify.eleName(name);\n      this.attributes = {};\n      if (attributes != null) {\n        this.attribute(attributes);\n      }\n      if (parent.isDocument) {\n        this.isRoot = true;\n        this.documentObject = parent;\n        parent.rootObject = this;\n      }\n    }\n\n    XMLElement.prototype.clone = function() {\n      var att, attName, clonedSelf, ref1;\n      clonedSelf = Object.create(this);\n      if (clonedSelf.isRoot) {\n        clonedSelf.documentObject = null;\n      }\n      clonedSelf.attributes = {};\n      ref1 = this.attributes;\n      for (attName in ref1) {\n        if (!hasProp.call(ref1, attName)) continue;\n        att = ref1[attName];\n        clonedSelf.attributes[attName] = att.clone();\n      }\n      clonedSelf.children = [];\n      this.children.forEach(function(child) {\n        var clonedChild;\n        clonedChild = child.clone();\n        clonedChild.parent = clonedSelf;\n        return clonedSelf.children.push(clonedChild);\n      });\n      return clonedSelf;\n    };\n\n    XMLElement.prototype.attribute = function(name, value) {\n      var attName, attValue;\n      if (name != null) {\n        name = name.valueOf();\n      }\n      if (isObject(name)) {\n        for (attName in name) {\n          if (!hasProp.call(name, attName)) continue;\n          attValue = name[attName];\n          this.attribute(attName, attValue);\n        }\n      } else {\n        if (isFunction(value)) {\n          value = value.apply();\n        }\n        if (!this.options.skipNullAttributes || (value != null)) {\n          this.attributes[name] = new XMLAttribute(this, name, value);\n        }\n      }\n      return this;\n    };\n\n    XMLElement.prototype.removeAttribute = function(name) {\n      var attName, i, len;\n      if (name == null) {\n        throw new Error(\"Missing attribute name\");\n      }\n      name = name.valueOf();\n      if (Array.isArray(name)) {\n        for (i = 0, len = name.length; i < len; i++) {\n          attName = name[i];\n          delete this.attributes[attName];\n        }\n      } else {\n        delete this.attributes[name];\n      }\n      return this;\n    };\n\n    XMLElement.prototype.toString = function(options) {\n      return this.options.writer.set(options).element(this);\n    };\n\n    XMLElement.prototype.att = function(name, value) {\n      return this.attribute(name, value);\n    };\n\n    XMLElement.prototype.a = function(name, value) {\n      return this.attribute(name, value);\n    };\n\n    return XMLElement;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLCData, XMLComment, XMLDeclaration, XMLDocType, XMLElement, XMLNode, XMLProcessingInstruction, XMLRaw, XMLText, isEmpty, isFunction, isObject, ref,\n    hasProp = {}.hasOwnProperty;\n\n  ref = require('./Utility'), isObject = ref.isObject, isFunction = ref.isFunction, isEmpty = ref.isEmpty;\n\n  XMLElement = null;\n\n  XMLCData = null;\n\n  XMLComment = null;\n\n  XMLDeclaration = null;\n\n  XMLDocType = null;\n\n  XMLRaw = null;\n\n  XMLText = null;\n\n  XMLProcessingInstruction = null;\n\n  module.exports = XMLNode = (function() {\n    function XMLNode(parent) {\n      this.parent = parent;\n      if (this.parent) {\n        this.options = this.parent.options;\n        this.stringify = this.parent.stringify;\n      }\n      this.children = [];\n      if (!XMLElement) {\n        XMLElement = require('./XMLElement');\n        XMLCData = require('./XMLCData');\n        XMLComment = require('./XMLComment');\n        XMLDeclaration = require('./XMLDeclaration');\n        XMLDocType = require('./XMLDocType');\n        XMLRaw = require('./XMLRaw');\n        XMLText = require('./XMLText');\n        XMLProcessingInstruction = require('./XMLProcessingInstruction');\n      }\n    }\n\n    XMLNode.prototype.element = function(name, attributes, text) {\n      var childNode, item, j, k, key, lastChild, len, len1, ref1, val;\n      lastChild = null;\n      if (attributes == null) {\n        attributes = {};\n      }\n      attributes = attributes.valueOf();\n      if (!isObject(attributes)) {\n        ref1 = [attributes, text], text = ref1[0], attributes = ref1[1];\n      }\n      if (name != null) {\n        name = name.valueOf();\n      }\n      if (Array.isArray(name)) {\n        for (j = 0, len = name.length; j < len; j++) {\n          item = name[j];\n          lastChild = this.element(item);\n        }\n      } else if (isFunction(name)) {\n        lastChild = this.element(name.apply());\n      } else if (isObject(name)) {\n        for (key in name) {\n          if (!hasProp.call(name, key)) continue;\n          val = name[key];\n          if (isFunction(val)) {\n            val = val.apply();\n          }\n          if ((isObject(val)) && (isEmpty(val))) {\n            val = null;\n          }\n          if (!this.options.ignoreDecorators && this.stringify.convertAttKey && key.indexOf(this.stringify.convertAttKey) === 0) {\n            lastChild = this.attribute(key.substr(this.stringify.convertAttKey.length), val);\n          } else if (!this.options.separateArrayItems && Array.isArray(val)) {\n            for (k = 0, len1 = val.length; k < len1; k++) {\n              item = val[k];\n              childNode = {};\n              childNode[key] = item;\n              lastChild = this.element(childNode);\n            }\n          } else if (isObject(val)) {\n            lastChild = this.element(key);\n            lastChild.element(val);\n          } else {\n            lastChild = this.element(key, val);\n          }\n        }\n      } else {\n        if (!this.options.ignoreDecorators && this.stringify.convertTextKey && name.indexOf(this.stringify.convertTextKey) === 0) {\n          lastChild = this.text(text);\n        } else if (!this.options.ignoreDecorators && this.stringify.convertCDataKey && name.indexOf(this.stringify.convertCDataKey) === 0) {\n          lastChild = this.cdata(text);\n        } else if (!this.options.ignoreDecorators && this.stringify.convertCommentKey && name.indexOf(this.stringify.convertCommentKey) === 0) {\n          lastChild = this.comment(text);\n        } else if (!this.options.ignoreDecorators && this.stringify.convertRawKey && name.indexOf(this.stringify.convertRawKey) === 0) {\n          lastChild = this.raw(text);\n        } else if (!this.options.ignoreDecorators && this.stringify.convertPIKey && name.indexOf(this.stringify.convertPIKey) === 0) {\n          lastChild = this.instruction(name.substr(this.stringify.convertPIKey.length), text);\n        } else {\n          lastChild = this.node(name, attributes, text);\n        }\n      }\n      if (lastChild == null) {\n        throw new Error(\"Could not create any elements with: \" + name);\n      }\n      return lastChild;\n    };\n\n    XMLNode.prototype.insertBefore = function(name, attributes, text) {\n      var child, i, removed;\n      if (this.isRoot) {\n        throw new Error(\"Cannot insert elements at root level\");\n      }\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i);\n      child = this.parent.element(name, attributes, text);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return child;\n    };\n\n    XMLNode.prototype.insertAfter = function(name, attributes, text) {\n      var child, i, removed;\n      if (this.isRoot) {\n        throw new Error(\"Cannot insert elements at root level\");\n      }\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i + 1);\n      child = this.parent.element(name, attributes, text);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return child;\n    };\n\n    XMLNode.prototype.remove = function() {\n      var i, ref1;\n      if (this.isRoot) {\n        throw new Error(\"Cannot remove the root element\");\n      }\n      i = this.parent.children.indexOf(this);\n      [].splice.apply(this.parent.children, [i, i - i + 1].concat(ref1 = [])), ref1;\n      return this.parent;\n    };\n\n    XMLNode.prototype.node = function(name, attributes, text) {\n      var child, ref1;\n      if (name != null) {\n        name = name.valueOf();\n      }\n      attributes || (attributes = {});\n      attributes = attributes.valueOf();\n      if (!isObject(attributes)) {\n        ref1 = [attributes, text], text = ref1[0], attributes = ref1[1];\n      }\n      child = new XMLElement(this, name, attributes);\n      if (text != null) {\n        child.text(text);\n      }\n      this.children.push(child);\n      return child;\n    };\n\n    XMLNode.prototype.text = function(value) {\n      var child;\n      child = new XMLText(this, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLNode.prototype.cdata = function(value) {\n      var child;\n      child = new XMLCData(this, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLNode.prototype.comment = function(value) {\n      var child;\n      child = new XMLComment(this, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLNode.prototype.commentBefore = function(value) {\n      var child, i, removed;\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i);\n      child = this.parent.comment(value);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return this;\n    };\n\n    XMLNode.prototype.commentAfter = function(value) {\n      var child, i, removed;\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i + 1);\n      child = this.parent.comment(value);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return this;\n    };\n\n    XMLNode.prototype.raw = function(value) {\n      var child;\n      child = new XMLRaw(this, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLNode.prototype.instruction = function(target, value) {\n      var insTarget, insValue, instruction, j, len;\n      if (target != null) {\n        target = target.valueOf();\n      }\n      if (value != null) {\n        value = value.valueOf();\n      }\n      if (Array.isArray(target)) {\n        for (j = 0, len = target.length; j < len; j++) {\n          insTarget = target[j];\n          this.instruction(insTarget);\n        }\n      } else if (isObject(target)) {\n        for (insTarget in target) {\n          if (!hasProp.call(target, insTarget)) continue;\n          insValue = target[insTarget];\n          this.instruction(insTarget, insValue);\n        }\n      } else {\n        if (isFunction(value)) {\n          value = value.apply();\n        }\n        instruction = new XMLProcessingInstruction(this, target, value);\n        this.children.push(instruction);\n      }\n      return this;\n    };\n\n    XMLNode.prototype.instructionBefore = function(target, value) {\n      var child, i, removed;\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i);\n      child = this.parent.instruction(target, value);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return this;\n    };\n\n    XMLNode.prototype.instructionAfter = function(target, value) {\n      var child, i, removed;\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i + 1);\n      child = this.parent.instruction(target, value);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return this;\n    };\n\n    XMLNode.prototype.declaration = function(version, encoding, standalone) {\n      var doc, xmldec;\n      doc = this.document();\n      xmldec = new XMLDeclaration(doc, version, encoding, standalone);\n      if (doc.children[0] instanceof XMLDeclaration) {\n        doc.children[0] = xmldec;\n      } else {\n        doc.children.unshift(xmldec);\n      }\n      return doc.root() || doc;\n    };\n\n    XMLNode.prototype.doctype = function(pubID, sysID) {\n      var child, doc, doctype, i, j, k, len, len1, ref1, ref2;\n      doc = this.document();\n      doctype = new XMLDocType(doc, pubID, sysID);\n      ref1 = doc.children;\n      for (i = j = 0, len = ref1.length; j < len; i = ++j) {\n        child = ref1[i];\n        if (child instanceof XMLDocType) {\n          doc.children[i] = doctype;\n          return doctype;\n        }\n      }\n      ref2 = doc.children;\n      for (i = k = 0, len1 = ref2.length; k < len1; i = ++k) {\n        child = ref2[i];\n        if (child.isRoot) {\n          doc.children.splice(i, 0, doctype);\n          return doctype;\n        }\n      }\n      doc.children.push(doctype);\n      return doctype;\n    };\n\n    XMLNode.prototype.up = function() {\n      if (this.isRoot) {\n        throw new Error(\"The root node has no parent. Use doc() if you need to get the document object.\");\n      }\n      return this.parent;\n    };\n\n    XMLNode.prototype.root = function() {\n      var node;\n      node = this;\n      while (node) {\n        if (node.isDocument) {\n          return node.rootObject;\n        } else if (node.isRoot) {\n          return node;\n        } else {\n          node = node.parent;\n        }\n      }\n    };\n\n    XMLNode.prototype.document = function() {\n      var node;\n      node = this;\n      while (node) {\n        if (node.isDocument) {\n          return node;\n        } else {\n          node = node.parent;\n        }\n      }\n    };\n\n    XMLNode.prototype.end = function(options) {\n      return this.document().end(options);\n    };\n\n    XMLNode.prototype.prev = function() {\n      var i;\n      i = this.parent.children.indexOf(this);\n      if (i < 1) {\n        throw new Error(\"Already at the first node\");\n      }\n      return this.parent.children[i - 1];\n    };\n\n    XMLNode.prototype.next = function() {\n      var i;\n      i = this.parent.children.indexOf(this);\n      if (i === -1 || i === this.parent.children.length - 1) {\n        throw new Error(\"Already at the last node\");\n      }\n      return this.parent.children[i + 1];\n    };\n\n    XMLNode.prototype.importDocument = function(doc) {\n      var clonedRoot;\n      clonedRoot = doc.root().clone();\n      clonedRoot.parent = this;\n      clonedRoot.isRoot = false;\n      this.children.push(clonedRoot);\n      return this;\n    };\n\n    XMLNode.prototype.ele = function(name, attributes, text) {\n      return this.element(name, attributes, text);\n    };\n\n    XMLNode.prototype.nod = function(name, attributes, text) {\n      return this.node(name, attributes, text);\n    };\n\n    XMLNode.prototype.txt = function(value) {\n      return this.text(value);\n    };\n\n    XMLNode.prototype.dat = function(value) {\n      return this.cdata(value);\n    };\n\n    XMLNode.prototype.com = function(value) {\n      return this.comment(value);\n    };\n\n    XMLNode.prototype.ins = function(target, value) {\n      return this.instruction(target, value);\n    };\n\n    XMLNode.prototype.doc = function() {\n      return this.document();\n    };\n\n    XMLNode.prototype.dec = function(version, encoding, standalone) {\n      return this.declaration(version, encoding, standalone);\n    };\n\n    XMLNode.prototype.dtd = function(pubID, sysID) {\n      return this.doctype(pubID, sysID);\n    };\n\n    XMLNode.prototype.e = function(name, attributes, text) {\n      return this.element(name, attributes, text);\n    };\n\n    XMLNode.prototype.n = function(name, attributes, text) {\n      return this.node(name, attributes, text);\n    };\n\n    XMLNode.prototype.t = function(value) {\n      return this.text(value);\n    };\n\n    XMLNode.prototype.d = function(value) {\n      return this.cdata(value);\n    };\n\n    XMLNode.prototype.c = function(value) {\n      return this.comment(value);\n    };\n\n    XMLNode.prototype.r = function(value) {\n      return this.raw(value);\n    };\n\n    XMLNode.prototype.i = function(target, value) {\n      return this.instruction(target, value);\n    };\n\n    XMLNode.prototype.u = function() {\n      return this.up();\n    };\n\n    XMLNode.prototype.importXMLBuilder = function(doc) {\n      return this.importDocument(doc);\n    };\n\n    return XMLNode;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLNode, XMLProcessingInstruction,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLProcessingInstruction = (function(superClass) {\n    extend(XMLProcessingInstruction, superClass);\n\n    function XMLProcessingInstruction(parent, target, value) {\n      XMLProcessingInstruction.__super__.constructor.call(this, parent);\n      if (target == null) {\n        throw new Error(\"Missing instruction target\");\n      }\n      this.target = this.stringify.insTarget(target);\n      if (value) {\n        this.value = this.stringify.insValue(value);\n      }\n    }\n\n    XMLProcessingInstruction.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLProcessingInstruction.prototype.toString = function(options) {\n      return this.options.writer.set(options).processingInstruction(this);\n    };\n\n    return XMLProcessingInstruction;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLNode, XMLRaw,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLRaw = (function(superClass) {\n    extend(XMLRaw, superClass);\n\n    function XMLRaw(parent, text) {\n      XMLRaw.__super__.constructor.call(this, parent);\n      if (text == null) {\n        throw new Error(\"Missing raw text\");\n      }\n      this.value = this.stringify.raw(text);\n    }\n\n    XMLRaw.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLRaw.prototype.toString = function(options) {\n      return this.options.writer.set(options).raw(this);\n    };\n\n    return XMLRaw;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLCData, XMLComment, XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDeclaration, XMLDocType, XMLElement, XMLProcessingInstruction, XMLRaw, XMLStreamWriter, XMLText, XMLWriterBase,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLDeclaration = require('./XMLDeclaration');\n\n  XMLDocType = require('./XMLDocType');\n\n  XMLCData = require('./XMLCData');\n\n  XMLComment = require('./XMLComment');\n\n  XMLElement = require('./XMLElement');\n\n  XMLRaw = require('./XMLRaw');\n\n  XMLText = require('./XMLText');\n\n  XMLProcessingInstruction = require('./XMLProcessingInstruction');\n\n  XMLDTDAttList = require('./XMLDTDAttList');\n\n  XMLDTDElement = require('./XMLDTDElement');\n\n  XMLDTDEntity = require('./XMLDTDEntity');\n\n  XMLDTDNotation = require('./XMLDTDNotation');\n\n  XMLWriterBase = require('./XMLWriterBase');\n\n  module.exports = XMLStreamWriter = (function(superClass) {\n    extend(XMLStreamWriter, superClass);\n\n    function XMLStreamWriter(stream, options) {\n      XMLStreamWriter.__super__.constructor.call(this, options);\n      this.stream = stream;\n    }\n\n    XMLStreamWriter.prototype.document = function(doc) {\n      var child, i, j, len, len1, ref, ref1, results;\n      ref = doc.children;\n      for (i = 0, len = ref.length; i < len; i++) {\n        child = ref[i];\n        child.isLastRootNode = false;\n      }\n      doc.children[doc.children.length - 1].isLastRootNode = true;\n      ref1 = doc.children;\n      results = [];\n      for (j = 0, len1 = ref1.length; j < len1; j++) {\n        child = ref1[j];\n        switch (false) {\n          case !(child instanceof XMLDeclaration):\n            results.push(this.declaration(child));\n            break;\n          case !(child instanceof XMLDocType):\n            results.push(this.docType(child));\n            break;\n          case !(child instanceof XMLComment):\n            results.push(this.comment(child));\n            break;\n          case !(child instanceof XMLProcessingInstruction):\n            results.push(this.processingInstruction(child));\n            break;\n          default:\n            results.push(this.element(child));\n        }\n      }\n      return results;\n    };\n\n    XMLStreamWriter.prototype.attribute = function(att) {\n      return this.stream.write(' ' + att.name + '=\"' + att.value + '\"');\n    };\n\n    XMLStreamWriter.prototype.cdata = function(node, level) {\n      return this.stream.write(this.space(level) + '<![CDATA[' + node.text + ']]>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.comment = function(node, level) {\n      return this.stream.write(this.space(level) + '<!-- ' + node.text + ' -->' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.declaration = function(node, level) {\n      this.stream.write(this.space(level));\n      this.stream.write('<?xml version=\"' + node.version + '\"');\n      if (node.encoding != null) {\n        this.stream.write(' encoding=\"' + node.encoding + '\"');\n      }\n      if (node.standalone != null) {\n        this.stream.write(' standalone=\"' + node.standalone + '\"');\n      }\n      this.stream.write(this.spacebeforeslash + '?>');\n      return this.stream.write(this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.docType = function(node, level) {\n      var child, i, len, ref;\n      level || (level = 0);\n      this.stream.write(this.space(level));\n      this.stream.write('<!DOCTYPE ' + node.root().name);\n      if (node.pubID && node.sysID) {\n        this.stream.write(' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"');\n      } else if (node.sysID) {\n        this.stream.write(' SYSTEM \"' + node.sysID + '\"');\n      }\n      if (node.children.length > 0) {\n        this.stream.write(' [');\n        this.stream.write(this.endline(node));\n        ref = node.children;\n        for (i = 0, len = ref.length; i < len; i++) {\n          child = ref[i];\n          switch (false) {\n            case !(child instanceof XMLDTDAttList):\n              this.dtdAttList(child, level + 1);\n              break;\n            case !(child instanceof XMLDTDElement):\n              this.dtdElement(child, level + 1);\n              break;\n            case !(child instanceof XMLDTDEntity):\n              this.dtdEntity(child, level + 1);\n              break;\n            case !(child instanceof XMLDTDNotation):\n              this.dtdNotation(child, level + 1);\n              break;\n            case !(child instanceof XMLCData):\n              this.cdata(child, level + 1);\n              break;\n            case !(child instanceof XMLComment):\n              this.comment(child, level + 1);\n              break;\n            case !(child instanceof XMLProcessingInstruction):\n              this.processingInstruction(child, level + 1);\n              break;\n            default:\n              throw new Error(\"Unknown DTD node type: \" + child.constructor.name);\n          }\n        }\n        this.stream.write(']');\n      }\n      this.stream.write(this.spacebeforeslash + '>');\n      return this.stream.write(this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.element = function(node, level) {\n      var att, child, i, len, name, ref, ref1, space;\n      level || (level = 0);\n      space = this.space(level);\n      this.stream.write(space + '<' + node.name);\n      ref = node.attributes;\n      for (name in ref) {\n        if (!hasProp.call(ref, name)) continue;\n        att = ref[name];\n        this.attribute(att);\n      }\n      if (node.children.length === 0 || node.children.every(function(e) {\n        return e.value === '';\n      })) {\n        if (this.allowEmpty) {\n          this.stream.write('></' + node.name + '>');\n        } else {\n          this.stream.write(this.spacebeforeslash + '/>');\n        }\n      } else if (this.pretty && node.children.length === 1 && (node.children[0].value != null)) {\n        this.stream.write('>');\n        this.stream.write(node.children[0].value);\n        this.stream.write('</' + node.name + '>');\n      } else {\n        this.stream.write('>' + this.newline);\n        ref1 = node.children;\n        for (i = 0, len = ref1.length; i < len; i++) {\n          child = ref1[i];\n          switch (false) {\n            case !(child instanceof XMLCData):\n              this.cdata(child, level + 1);\n              break;\n            case !(child instanceof XMLComment):\n              this.comment(child, level + 1);\n              break;\n            case !(child instanceof XMLElement):\n              this.element(child, level + 1);\n              break;\n            case !(child instanceof XMLRaw):\n              this.raw(child, level + 1);\n              break;\n            case !(child instanceof XMLText):\n              this.text(child, level + 1);\n              break;\n            case !(child instanceof XMLProcessingInstruction):\n              this.processingInstruction(child, level + 1);\n              break;\n            default:\n              throw new Error(\"Unknown XML node type: \" + child.constructor.name);\n          }\n        }\n        this.stream.write(space + '</' + node.name + '>');\n      }\n      return this.stream.write(this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.processingInstruction = function(node, level) {\n      this.stream.write(this.space(level) + '<?' + node.target);\n      if (node.value) {\n        this.stream.write(' ' + node.value);\n      }\n      return this.stream.write(this.spacebeforeslash + '?>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.raw = function(node, level) {\n      return this.stream.write(this.space(level) + node.value + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.text = function(node, level) {\n      return this.stream.write(this.space(level) + node.value + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.dtdAttList = function(node, level) {\n      this.stream.write(this.space(level) + '<!ATTLIST ' + node.elementName + ' ' + node.attributeName + ' ' + node.attributeType);\n      if (node.defaultValueType !== '#DEFAULT') {\n        this.stream.write(' ' + node.defaultValueType);\n      }\n      if (node.defaultValue) {\n        this.stream.write(' \"' + node.defaultValue + '\"');\n      }\n      return this.stream.write(this.spacebeforeslash + '>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.dtdElement = function(node, level) {\n      this.stream.write(this.space(level) + '<!ELEMENT ' + node.name + ' ' + node.value);\n      return this.stream.write(this.spacebeforeslash + '>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.dtdEntity = function(node, level) {\n      this.stream.write(this.space(level) + '<!ENTITY');\n      if (node.pe) {\n        this.stream.write(' %');\n      }\n      this.stream.write(' ' + node.name);\n      if (node.value) {\n        this.stream.write(' \"' + node.value + '\"');\n      } else {\n        if (node.pubID && node.sysID) {\n          this.stream.write(' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"');\n        } else if (node.sysID) {\n          this.stream.write(' SYSTEM \"' + node.sysID + '\"');\n        }\n        if (node.nData) {\n          this.stream.write(' NDATA ' + node.nData);\n        }\n      }\n      return this.stream.write(this.spacebeforeslash + '>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.dtdNotation = function(node, level) {\n      this.stream.write(this.space(level) + '<!NOTATION ' + node.name);\n      if (node.pubID && node.sysID) {\n        this.stream.write(' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"');\n      } else if (node.pubID) {\n        this.stream.write(' PUBLIC \"' + node.pubID + '\"');\n      } else if (node.sysID) {\n        this.stream.write(' SYSTEM \"' + node.sysID + '\"');\n      }\n      return this.stream.write(this.spacebeforeslash + '>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.endline = function(node) {\n      if (!node.isLastRootNode) {\n        return this.newline;\n      } else {\n        return '';\n      }\n    };\n\n    return XMLStreamWriter;\n\n  })(XMLWriterBase);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLCData, XMLComment, XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDeclaration, XMLDocType, XMLElement, XMLProcessingInstruction, XMLRaw, XMLStringWriter, XMLText, XMLWriterBase,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLDeclaration = require('./XMLDeclaration');\n\n  XMLDocType = require('./XMLDocType');\n\n  XMLCData = require('./XMLCData');\n\n  XMLComment = require('./XMLComment');\n\n  XMLElement = require('./XMLElement');\n\n  XMLRaw = require('./XMLRaw');\n\n  XMLText = require('./XMLText');\n\n  XMLProcessingInstruction = require('./XMLProcessingInstruction');\n\n  XMLDTDAttList = require('./XMLDTDAttList');\n\n  XMLDTDElement = require('./XMLDTDElement');\n\n  XMLDTDEntity = require('./XMLDTDEntity');\n\n  XMLDTDNotation = require('./XMLDTDNotation');\n\n  XMLWriterBase = require('./XMLWriterBase');\n\n  module.exports = XMLStringWriter = (function(superClass) {\n    extend(XMLStringWriter, superClass);\n\n    function XMLStringWriter(options) {\n      XMLStringWriter.__super__.constructor.call(this, options);\n    }\n\n    XMLStringWriter.prototype.document = function(doc) {\n      var child, i, len, r, ref;\n      this.textispresent = false;\n      r = '';\n      ref = doc.children;\n      for (i = 0, len = ref.length; i < len; i++) {\n        child = ref[i];\n        r += (function() {\n          switch (false) {\n            case !(child instanceof XMLDeclaration):\n              return this.declaration(child);\n            case !(child instanceof XMLDocType):\n              return this.docType(child);\n            case !(child instanceof XMLComment):\n              return this.comment(child);\n            case !(child instanceof XMLProcessingInstruction):\n              return this.processingInstruction(child);\n            default:\n              return this.element(child, 0);\n          }\n        }).call(this);\n      }\n      if (this.pretty && r.slice(-this.newline.length) === this.newline) {\n        r = r.slice(0, -this.newline.length);\n      }\n      return r;\n    };\n\n    XMLStringWriter.prototype.attribute = function(att) {\n      return ' ' + att.name + '=\"' + att.value + '\"';\n    };\n\n    XMLStringWriter.prototype.cdata = function(node, level) {\n      return this.space(level) + '<![CDATA[' + node.text + ']]>' + this.newline;\n    };\n\n    XMLStringWriter.prototype.comment = function(node, level) {\n      return this.space(level) + '<!-- ' + node.text + ' -->' + this.newline;\n    };\n\n    XMLStringWriter.prototype.declaration = function(node, level) {\n      var r;\n      r = this.space(level);\n      r += '<?xml version=\"' + node.version + '\"';\n      if (node.encoding != null) {\n        r += ' encoding=\"' + node.encoding + '\"';\n      }\n      if (node.standalone != null) {\n        r += ' standalone=\"' + node.standalone + '\"';\n      }\n      r += this.spacebeforeslash + '?>';\n      r += this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.docType = function(node, level) {\n      var child, i, len, r, ref;\n      level || (level = 0);\n      r = this.space(level);\n      r += '<!DOCTYPE ' + node.root().name;\n      if (node.pubID && node.sysID) {\n        r += ' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"';\n      } else if (node.sysID) {\n        r += ' SYSTEM \"' + node.sysID + '\"';\n      }\n      if (node.children.length > 0) {\n        r += ' [';\n        r += this.newline;\n        ref = node.children;\n        for (i = 0, len = ref.length; i < len; i++) {\n          child = ref[i];\n          r += (function() {\n            switch (false) {\n              case !(child instanceof XMLDTDAttList):\n                return this.dtdAttList(child, level + 1);\n              case !(child instanceof XMLDTDElement):\n                return this.dtdElement(child, level + 1);\n              case !(child instanceof XMLDTDEntity):\n                return this.dtdEntity(child, level + 1);\n              case !(child instanceof XMLDTDNotation):\n                return this.dtdNotation(child, level + 1);\n              case !(child instanceof XMLCData):\n                return this.cdata(child, level + 1);\n              case !(child instanceof XMLComment):\n                return this.comment(child, level + 1);\n              case !(child instanceof XMLProcessingInstruction):\n                return this.processingInstruction(child, level + 1);\n              default:\n                throw new Error(\"Unknown DTD node type: \" + child.constructor.name);\n            }\n          }).call(this);\n        }\n        r += ']';\n      }\n      r += this.spacebeforeslash + '>';\n      r += this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.element = function(node, level) {\n      var att, child, i, j, len, len1, name, r, ref, ref1, ref2, space, textispresentwasset;\n      level || (level = 0);\n      textispresentwasset = false;\n      if (this.textispresent) {\n        this.newline = '';\n        this.pretty = false;\n      } else {\n        this.newline = this.newlinedefault;\n        this.pretty = this.prettydefault;\n      }\n      space = this.space(level);\n      r = '';\n      r += space + '<' + node.name;\n      ref = node.attributes;\n      for (name in ref) {\n        if (!hasProp.call(ref, name)) continue;\n        att = ref[name];\n        r += this.attribute(att);\n      }\n      if (node.children.length === 0 || node.children.every(function(e) {\n        return e.value === '';\n      })) {\n        if (this.allowEmpty) {\n          r += '></' + node.name + '>' + this.newline;\n        } else {\n          r += this.spacebeforeslash + '/>' + this.newline;\n        }\n      } else if (this.pretty && node.children.length === 1 && (node.children[0].value != null)) {\n        r += '>';\n        r += node.children[0].value;\n        r += '</' + node.name + '>' + this.newline;\n      } else {\n        if (this.dontprettytextnodes) {\n          ref1 = node.children;\n          for (i = 0, len = ref1.length; i < len; i++) {\n            child = ref1[i];\n            if (child.value != null) {\n              this.textispresent++;\n              textispresentwasset = true;\n              break;\n            }\n          }\n        }\n        if (this.textispresent) {\n          this.newline = '';\n          this.pretty = false;\n          space = this.space(level);\n        }\n        r += '>' + this.newline;\n        ref2 = node.children;\n        for (j = 0, len1 = ref2.length; j < len1; j++) {\n          child = ref2[j];\n          r += (function() {\n            switch (false) {\n              case !(child instanceof XMLCData):\n                return this.cdata(child, level + 1);\n              case !(child instanceof XMLComment):\n                return this.comment(child, level + 1);\n              case !(child instanceof XMLElement):\n                return this.element(child, level + 1);\n              case !(child instanceof XMLRaw):\n                return this.raw(child, level + 1);\n              case !(child instanceof XMLText):\n                return this.text(child, level + 1);\n              case !(child instanceof XMLProcessingInstruction):\n                return this.processingInstruction(child, level + 1);\n              default:\n                throw new Error(\"Unknown XML node type: \" + child.constructor.name);\n            }\n          }).call(this);\n        }\n        if (textispresentwasset) {\n          this.textispresent--;\n        }\n        if (!this.textispresent) {\n          this.newline = this.newlinedefault;\n          this.pretty = this.prettydefault;\n        }\n        r += space + '</' + node.name + '>' + this.newline;\n      }\n      return r;\n    };\n\n    XMLStringWriter.prototype.processingInstruction = function(node, level) {\n      var r;\n      r = this.space(level) + '<?' + node.target;\n      if (node.value) {\n        r += ' ' + node.value;\n      }\n      r += this.spacebeforeslash + '?>' + this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.raw = function(node, level) {\n      return this.space(level) + node.value + this.newline;\n    };\n\n    XMLStringWriter.prototype.text = function(node, level) {\n      return this.space(level) + node.value + this.newline;\n    };\n\n    XMLStringWriter.prototype.dtdAttList = function(node, level) {\n      var r;\n      r = this.space(level) + '<!ATTLIST ' + node.elementName + ' ' + node.attributeName + ' ' + node.attributeType;\n      if (node.defaultValueType !== '#DEFAULT') {\n        r += ' ' + node.defaultValueType;\n      }\n      if (node.defaultValue) {\n        r += ' \"' + node.defaultValue + '\"';\n      }\n      r += this.spacebeforeslash + '>' + this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.dtdElement = function(node, level) {\n      return this.space(level) + '<!ELEMENT ' + node.name + ' ' + node.value + this.spacebeforeslash + '>' + this.newline;\n    };\n\n    XMLStringWriter.prototype.dtdEntity = function(node, level) {\n      var r;\n      r = this.space(level) + '<!ENTITY';\n      if (node.pe) {\n        r += ' %';\n      }\n      r += ' ' + node.name;\n      if (node.value) {\n        r += ' \"' + node.value + '\"';\n      } else {\n        if (node.pubID && node.sysID) {\n          r += ' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"';\n        } else if (node.sysID) {\n          r += ' SYSTEM \"' + node.sysID + '\"';\n        }\n        if (node.nData) {\n          r += ' NDATA ' + node.nData;\n        }\n      }\n      r += this.spacebeforeslash + '>' + this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.dtdNotation = function(node, level) {\n      var r;\n      r = this.space(level) + '<!NOTATION ' + node.name;\n      if (node.pubID && node.sysID) {\n        r += ' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"';\n      } else if (node.pubID) {\n        r += ' PUBLIC \"' + node.pubID + '\"';\n      } else if (node.sysID) {\n        r += ' SYSTEM \"' + node.sysID + '\"';\n      }\n      r += this.spacebeforeslash + '>' + this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.openNode = function(node, level) {\n      var att, name, r, ref;\n      level || (level = 0);\n      if (node instanceof XMLElement) {\n        r = this.space(level) + '<' + node.name;\n        ref = node.attributes;\n        for (name in ref) {\n          if (!hasProp.call(ref, name)) continue;\n          att = ref[name];\n          r += this.attribute(att);\n        }\n        r += (node.children ? '>' : '/>') + this.newline;\n        return r;\n      } else {\n        r = this.space(level) + '<!DOCTYPE ' + node.rootNodeName;\n        if (node.pubID && node.sysID) {\n          r += ' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"';\n        } else if (node.sysID) {\n          r += ' SYSTEM \"' + node.sysID + '\"';\n        }\n        r += (node.children ? ' [' : '>') + this.newline;\n        return r;\n      }\n    };\n\n    XMLStringWriter.prototype.closeNode = function(node, level) {\n      level || (level = 0);\n      switch (false) {\n        case !(node instanceof XMLElement):\n          return this.space(level) + '</' + node.name + '>' + this.newline;\n        case !(node instanceof XMLDocType):\n          return this.space(level) + ']>' + this.newline;\n      }\n    };\n\n    return XMLStringWriter;\n\n  })(XMLWriterBase);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLStringifier,\n    bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },\n    hasProp = {}.hasOwnProperty;\n\n  module.exports = XMLStringifier = (function() {\n    function XMLStringifier(options) {\n      this.assertLegalChar = bind(this.assertLegalChar, this);\n      var key, ref, value;\n      options || (options = {});\n      this.noDoubleEncoding = options.noDoubleEncoding;\n      ref = options.stringify || {};\n      for (key in ref) {\n        if (!hasProp.call(ref, key)) continue;\n        value = ref[key];\n        this[key] = value;\n      }\n    }\n\n    XMLStringifier.prototype.eleName = function(val) {\n      val = '' + val || '';\n      return this.assertLegalChar(val);\n    };\n\n    XMLStringifier.prototype.eleText = function(val) {\n      val = '' + val || '';\n      return this.assertLegalChar(this.elEscape(val));\n    };\n\n    XMLStringifier.prototype.cdata = function(val) {\n      val = '' + val || '';\n      val = val.replace(']]>', ']]]]><![CDATA[>');\n      return this.assertLegalChar(val);\n    };\n\n    XMLStringifier.prototype.comment = function(val) {\n      val = '' + val || '';\n      if (val.match(/--/)) {\n        throw new Error(\"Comment text cannot contain double-hypen: \" + val);\n      }\n      return this.assertLegalChar(val);\n    };\n\n    XMLStringifier.prototype.raw = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.attName = function(val) {\n      return val = '' + val || '';\n    };\n\n    XMLStringifier.prototype.attValue = function(val) {\n      val = '' + val || '';\n      return this.attEscape(val);\n    };\n\n    XMLStringifier.prototype.insTarget = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.insValue = function(val) {\n      val = '' + val || '';\n      if (val.match(/\\?>/)) {\n        throw new Error(\"Invalid processing instruction value: \" + val);\n      }\n      return val;\n    };\n\n    XMLStringifier.prototype.xmlVersion = function(val) {\n      val = '' + val || '';\n      if (!val.match(/1\\.[0-9]+/)) {\n        throw new Error(\"Invalid version number: \" + val);\n      }\n      return val;\n    };\n\n    XMLStringifier.prototype.xmlEncoding = function(val) {\n      val = '' + val || '';\n      if (!val.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/)) {\n        throw new Error(\"Invalid encoding: \" + val);\n      }\n      return val;\n    };\n\n    XMLStringifier.prototype.xmlStandalone = function(val) {\n      if (val) {\n        return \"yes\";\n      } else {\n        return \"no\";\n      }\n    };\n\n    XMLStringifier.prototype.dtdPubID = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdSysID = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdElementValue = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdAttType = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdAttDefault = function(val) {\n      if (val != null) {\n        return '' + val || '';\n      } else {\n        return val;\n      }\n    };\n\n    XMLStringifier.prototype.dtdEntityValue = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdNData = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.convertAttKey = '@';\n\n    XMLStringifier.prototype.convertPIKey = '?';\n\n    XMLStringifier.prototype.convertTextKey = '#text';\n\n    XMLStringifier.prototype.convertCDataKey = '#cdata';\n\n    XMLStringifier.prototype.convertCommentKey = '#comment';\n\n    XMLStringifier.prototype.convertRawKey = '#raw';\n\n    XMLStringifier.prototype.assertLegalChar = function(str) {\n      var res;\n      res = str.match(/[\\0\\uFFFE\\uFFFF]|[\\uD800-\\uDBFF](?![\\uDC00-\\uDFFF])|(?:[^\\uD800-\\uDBFF]|^)[\\uDC00-\\uDFFF]/);\n      if (res) {\n        throw new Error(\"Invalid character in string: \" + str + \" at index \" + res.index);\n      }\n      return str;\n    };\n\n    XMLStringifier.prototype.elEscape = function(str) {\n      var ampregex;\n      ampregex = this.noDoubleEncoding ? /(?!&\\S+;)&/g : /&/g;\n      return str.replace(ampregex, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/\\r/g, '&#xD;');\n    };\n\n    XMLStringifier.prototype.attEscape = function(str) {\n      var ampregex;\n      ampregex = this.noDoubleEncoding ? /(?!&\\S+;)&/g : /&/g;\n      return str.replace(ampregex, '&amp;').replace(/</g, '&lt;').replace(/\"/g, '&quot;').replace(/\\t/g, '&#x9;').replace(/\\n/g, '&#xA;').replace(/\\r/g, '&#xD;');\n    };\n\n    return XMLStringifier;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLNode, XMLText,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLText = (function(superClass) {\n    extend(XMLText, superClass);\n\n    function XMLText(parent, text) {\n      XMLText.__super__.constructor.call(this, parent);\n      if (text == null) {\n        throw new Error(\"Missing element text\");\n      }\n      this.value = this.stringify.eleText(text);\n    }\n\n    XMLText.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLText.prototype.toString = function(options) {\n      return this.options.writer.set(options).text(this);\n    };\n\n    return XMLText;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLWriterBase,\n    hasProp = {}.hasOwnProperty;\n\n  module.exports = XMLWriterBase = (function() {\n    function XMLWriterBase(options) {\n      var key, ref, ref1, ref2, ref3, ref4, ref5, ref6, value;\n      options || (options = {});\n      this.pretty = options.pretty || false;\n      this.allowEmpty = (ref = options.allowEmpty) != null ? ref : false;\n      if (this.pretty) {\n        this.indent = (ref1 = options.indent) != null ? ref1 : '  ';\n        this.newline = (ref2 = options.newline) != null ? ref2 : '\\n';\n        this.offset = (ref3 = options.offset) != null ? ref3 : 0;\n        this.dontprettytextnodes = (ref4 = options.dontprettytextnodes) != null ? ref4 : 0;\n      } else {\n        this.indent = '';\n        this.newline = '';\n        this.offset = 0;\n        this.dontprettytextnodes = 0;\n      }\n      this.spacebeforeslash = (ref5 = options.spacebeforeslash) != null ? ref5 : '';\n      if (this.spacebeforeslash === true) {\n        this.spacebeforeslash = ' ';\n      }\n      this.newlinedefault = this.newline;\n      this.prettydefault = this.pretty;\n      ref6 = options.writer || {};\n      for (key in ref6) {\n        if (!hasProp.call(ref6, key)) continue;\n        value = ref6[key];\n        this[key] = value;\n      }\n    }\n\n    XMLWriterBase.prototype.set = function(options) {\n      var key, ref, value;\n      options || (options = {});\n      if (\"pretty\" in options) {\n        this.pretty = options.pretty;\n      }\n      if (\"allowEmpty\" in options) {\n        this.allowEmpty = options.allowEmpty;\n      }\n      if (this.pretty) {\n        this.indent = \"indent\" in options ? options.indent : '  ';\n        this.newline = \"newline\" in options ? options.newline : '\\n';\n        this.offset = \"offset\" in options ? options.offset : 0;\n        this.dontprettytextnodes = \"dontprettytextnodes\" in options ? options.dontprettytextnodes : 0;\n      } else {\n        this.indent = '';\n        this.newline = '';\n        this.offset = 0;\n        this.dontprettytextnodes = 0;\n      }\n      this.spacebeforeslash = \"spacebeforeslash\" in options ? options.spacebeforeslash : '';\n      if (this.spacebeforeslash === true) {\n        this.spacebeforeslash = ' ';\n      }\n      this.newlinedefault = this.newline;\n      this.prettydefault = this.pretty;\n      ref = options.writer || {};\n      for (key in ref) {\n        if (!hasProp.call(ref, key)) continue;\n        value = ref[key];\n        this[key] = value;\n      }\n      return this;\n    };\n\n    XMLWriterBase.prototype.space = function(level) {\n      var indent;\n      if (this.pretty) {\n        indent = (level || 0) + this.offset + 1;\n        if (indent > 0) {\n          return new Array(indent).join(this.indent);\n        } else {\n          return '';\n        }\n      } else {\n        return '';\n      }\n    };\n\n    return XMLWriterBase;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDocument, XMLDocumentCB, XMLStreamWriter, XMLStringWriter, assign, isFunction, ref;\n\n  ref = require('./Utility'), assign = ref.assign, isFunction = ref.isFunction;\n\n  XMLDocument = require('./XMLDocument');\n\n  XMLDocumentCB = require('./XMLDocumentCB');\n\n  XMLStringWriter = require('./XMLStringWriter');\n\n  XMLStreamWriter = require('./XMLStreamWriter');\n\n  module.exports.create = function(name, xmldec, doctype, options) {\n    var doc, root;\n    if (name == null) {\n      throw new Error(\"Root element needs a name\");\n    }\n    options = assign({}, xmldec, doctype, options);\n    doc = new XMLDocument(options);\n    root = doc.element(name);\n    if (!options.headless) {\n      doc.declaration(options);\n      if ((options.pubID != null) || (options.sysID != null)) {\n        doc.doctype(options);\n      }\n    }\n    return root;\n  };\n\n  module.exports.begin = function(options, onData, onEnd) {\n    var ref1;\n    if (isFunction(options)) {\n      ref1 = [options, onData], onData = ref1[0], onEnd = ref1[1];\n      options = {};\n    }\n    if (onData) {\n      return new XMLDocumentCB(options, onData, onEnd);\n    } else {\n      return new XMLDocument(options);\n    }\n  };\n\n  module.exports.stringWriter = function(options) {\n    return new XMLStringWriter(options);\n  };\n\n  module.exports.streamWriter = function(stream, options) {\n    return new XMLStreamWriter(stream, options);\n  };\n\n}).call(this);\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/api/v2/application.wadl b/api/v2/application.wadl
index 2a47dc4..555919f 100644
--- a/api/v2/application.wadl
+++ b/api/v2/application.wadl
@@ -369,6 +369,29 @@
       </wadl:param>
     </wadl:resource>
 
+    <wadl:resource path="v2/lineage/{guid}">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Returns lineage info about entity.]]></wadl:doc>
+        <wadl:request>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="400">
+          <wadl:doc><![CDATA[Bad query parameters]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="404">
+          <wadl:doc><![CDATA[If no lineage is found for the given entity]]></wadl:doc>
+        </wadl:response>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[AtlasLineageInfo]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+      <wadl:param name="guid" style="template">
+        <wadl:doc><![CDATA[]]></wadl:doc>
+      </wadl:param>
+    </wadl:resource>
+
     <wadl:resource path="v2/search/attribute">
       <wadl:method name="GET">
         <wadl:doc><![CDATA[Retrieve data for the specified attribute search query]]></wadl:doc>
@@ -539,6 +562,12 @@
           <wadl:param name="query" style="query">
             <wadl:doc><![CDATA[]]></wadl:doc>
           </wadl:param>
+          <wadl:param name="sortBy" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortOrder" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
           <wadl:param name="typeName" style="query">
             <wadl:doc><![CDATA[]]></wadl:doc>
           </wadl:param>
@@ -574,6 +603,55 @@
       </wadl:method>
     </wadl:resource>
 
+    <wadl:resource path="v2/search/relations">
+      <wadl:method name="POST">
+        <wadl:doc><![CDATA[Relationship search to search for relations(edges)]]></wadl:doc>
+        <wadl:request>
+          <wadl:doc><![CDATA[RelationshipSearchParameters]]></wadl:doc>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+          <wadl:representation mediaType="application/json">
+          </wadl:representation>
+        </wadl:request>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
+    <wadl:resource path="v2/search/relations">
+      <wadl:method name="GET">
+        <wadl:doc><![CDATA[Relationship search to search for relations(edges)]]></wadl:doc>
+        <wadl:request>
+          <wadl:param name="limit" style="query">
+            <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="marker" style="query">
+            <wadl:doc><![CDATA[]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="offset" style="query">
+            <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="relationshipName" style="query">
+            <wadl:doc><![CDATA[AtlasRelationshipType name]]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortBy" style="query">
+            <wadl:doc><![CDATA[sort the result using this attribute name, default value is 'name']]></wadl:doc>
+          </wadl:param>
+          <wadl:param name="sortOrder" style="query">
+            <wadl:doc><![CDATA[sorting order]]></wadl:doc>
+          </wadl:param>
+        </wadl:request>
+        <wadl:response status="200">
+          <wadl:doc><![CDATA[Atlas search result]]></wadl:doc>
+          <wadl:representation mediaType="application/json"/>
+          <wadl:representation mediaType="application/json"/>
+        </wadl:response>
+      </wadl:method>
+    </wadl:resource>
+
     <wadl:resource path="v2/search/relationship">
       <wadl:method name="GET">
         <wadl:doc><![CDATA[Relationship search to search for related entities satisfying the search parameters]]></wadl:doc>
diff --git a/api/v2/data.html b/api/v2/data.html
index ec16d70..eaef052 100644
--- a/api/v2/data.html
+++ b/api/v2/data.html
@@ -328,6 +328,12 @@
 attribute name, cardinality and whether it  is the container end of the relationship.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipHeader.html">
+      <td>  <span class="datatype-name">AtlasRelationshipHeader</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AtlasRelationshipWithExtInfo.html">
       <td>  <span class="datatype-name">AtlasRelationshipWithExtInfo</span>
 </td>
@@ -502,6 +508,18 @@
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_LineageInfoOnDemand.html">
+      <td>  <span class="datatype-name">LineageInfoOnDemand</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageOnDemandConstraints.html">
+      <td>  <span class="datatype-name">LineageOnDemandConstraints</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_LineageRelation.html">
       <td>  <span class="datatype-name">LineageRelation</span>
 </td>
@@ -573,6 +591,12 @@
 of the container and children are totally independant.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_RelationshipSearchParameters.html">
+      <td>  <span class="datatype-name">RelationshipSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_RoundingMode.html">
       <td>  <span class="datatype-name">RoundingMode</span>
 </td>
diff --git a/api/v2/index.html b/api/v2/index.html
index ae71ee8..34cd9fc 100644
--- a/api/v2/index.html
+++ b/api/v2/index.html
@@ -98,6 +98,7 @@
 </samp></li><li><samp>  <span class="resource-path">/v2/search/dsl</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/fulltext</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/quick</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/relations</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/relationship</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/saved</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/suggestions</span>
@@ -111,6 +112,7 @@
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
@@ -230,7 +232,7 @@
       <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/lineage/{guid}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/lineage/uniqueAttribute/type/{typeName}</span>
 </samp></li></ul></td>
-      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> 
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li></ul></td>
       <td>  <span class="resource-description">REST interface for an entity's lineage information</span>
@@ -558,6 +560,12 @@
 attribute name, cardinality and whether it  is the container end of the relationship.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipHeader.html">
+      <td>  <span class="datatype-name">AtlasRelationshipHeader</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AtlasRelationshipWithExtInfo.html">
       <td>  <span class="datatype-name">AtlasRelationshipWithExtInfo</span>
 </td>
@@ -732,6 +740,18 @@
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_LineageInfoOnDemand.html">
+      <td>  <span class="datatype-name">LineageInfoOnDemand</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageOnDemandConstraints.html">
+      <td>  <span class="datatype-name">LineageOnDemandConstraints</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_LineageRelation.html">
       <td>  <span class="datatype-name">LineageRelation</span>
 </td>
@@ -803,6 +823,12 @@
 of the container and children are totally independant.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_RelationshipSearchParameters.html">
+      <td>  <span class="datatype-name">RelationshipSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_RoundingMode.html">
       <td>  <span class="datatype-name">RoundingMode</span>
 </td>
diff --git a/api/v2/json_AtlasAttributeDef.html b/api/v2/json_AtlasAttributeDef.html
index 35af9e1..0afd0a1 100644
--- a/api/v2/json_AtlasAttributeDef.html
+++ b/api/v2/json_AtlasAttributeDef.html
@@ -279,7 +279,7 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;cardinality&quot; : &quot;SET&quot;,
+  &quot;cardinality&quot; : &quot;SINGLE&quot;,
   &quot;constraints&quot; : [ {
     &quot;params&quot; : {
       &quot;property1&quot; : { },
diff --git a/api/v2/json_AtlasBaseTypeDef.html b/api/v2/json_AtlasBaseTypeDef.html
index 1f65285..b60eb53 100644
--- a/api/v2/json_AtlasBaseTypeDef.html
+++ b/api/v2/json_AtlasBaseTypeDef.html
@@ -207,7 +207,7 @@
       <div class="alert alert-warning">This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.</div>
       
       <pre class="prettyprint language-js example">{
-  &quot;category&quot; : &quot;ENTITY&quot;,
+  &quot;category&quot; : &quot;ENUM&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
diff --git a/api/v2/json_AtlasBusinessMetadataDef.html b/api/v2/json_AtlasBusinessMetadataDef.html
index c4aea92..90d9c6e 100644
--- a/api/v2/json_AtlasBusinessMetadataDef.html
+++ b/api/v2/json_AtlasBusinessMetadataDef.html
@@ -179,7 +179,7 @@
       
       <pre class="prettyprint language-js example">{
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -211,7 +211,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   }, {
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -229,7 +229,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -243,7 +243,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+  &quot;category&quot; : &quot;ENUM&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -267,7 +267,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UP&quot;
+      &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
diff --git a/api/v2/json_AtlasClassification.html b/api/v2/json_AtlasClassification.html
index 5706e92..f09776a 100644
--- a/api/v2/json_AtlasClassification.html
+++ b/api/v2/json_AtlasClassification.html
@@ -147,7 +147,7 @@
       
       <pre class="prettyprint language-js example">{
   &quot;entityGuid&quot; : &quot;...&quot;,
-  &quot;entityStatus&quot; : &quot;DELETED&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
   &quot;propagate&quot; : true,
   &quot;removePropagationsOnEntityDelete&quot; : true,
   &quot;validityPeriods&quot; : [ {
diff --git a/api/v2/json_AtlasClassificationDef.html b/api/v2/json_AtlasClassificationDef.html
index 6fce594..23c1deb 100644
--- a/api/v2/json_AtlasClassificationDef.html
+++ b/api/v2/json_AtlasClassificationDef.html
@@ -218,7 +218,7 @@
   &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -250,7 +250,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   }, {
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -306,7 +306,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
diff --git a/api/v2/json_AtlasClassifications.html b/api/v2/json_AtlasClassifications.html
index fa0db07..33d4431 100644
--- a/api/v2/json_AtlasClassifications.html
+++ b/api/v2/json_AtlasClassifications.html
@@ -128,7 +128,7 @@
   &quot;list&quot; : [ { }, { } ],
   &quot;pageSize&quot; : 12345,
   &quot;sortBy&quot; : &quot;...&quot;,
-  &quot;sortType&quot; : &quot;NONE&quot;,
+  &quot;sortType&quot; : &quot;ASC&quot;,
   &quot;startIndex&quot; : 12345,
   &quot;totalCount&quot; : 12345
 }</pre>
diff --git a/api/v2/json_AtlasEntitiesWithExtInfo.html b/api/v2/json_AtlasEntitiesWithExtInfo.html
index 5022f91..1a20e69 100644
--- a/api/v2/json_AtlasEntitiesWithExtInfo.html
+++ b/api/v2/json_AtlasEntitiesWithExtInfo.html
@@ -111,83 +111,6 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;customAttributes&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;homeId&quot; : &quot;...&quot;,
-    &quot;isIncomplete&quot; : true,
-    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meanings&quot; : [ {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    } ],
-    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;provenanceType&quot; : 12345,
-    &quot;proxy&quot; : true,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345,
-    &quot;attributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;typeName&quot; : &quot;...&quot;
-  }, {
-    &quot;businessAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;classifications&quot; : [ {
-      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -225,9 +148,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -236,6 +160,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;OTHER&quot;,
@@ -258,6 +183,85 @@
       &quot;property2&quot; : { }
     },
     &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
   } ],
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
@@ -267,7 +271,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -278,7 +282,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -304,6 +308,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -315,9 +320,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -356,7 +362,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -382,9 +388,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -393,9 +400,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -406,7 +414,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
diff --git a/api/v2/json_AtlasEntity.html b/api/v2/json_AtlasEntity.html
index c82f335..cb91c81 100644
--- a/api/v2/json_AtlasEntity.html
+++ b/api/v2/json_AtlasEntity.html
@@ -288,7 +288,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -322,9 +322,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;VALIDATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
@@ -333,9 +334,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;PROPOSED&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -346,7 +348,7 @@
     &quot;property1&quot; : { },
     &quot;property2&quot; : { }
   },
-  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;status&quot; : &quot;ACTIVE&quot;,
   &quot;updateTime&quot; : 12345,
   &quot;updatedBy&quot; : &quot;...&quot;,
   &quot;version&quot; : 12345,
diff --git a/api/v2/json_AtlasEntityDef.html b/api/v2/json_AtlasEntityDef.html
index 5499d5e..9f84032 100644
--- a/api/v2/json_AtlasEntityDef.html
+++ b/api/v2/json_AtlasEntityDef.html
@@ -216,7 +216,7 @@
       <pre class="prettyprint language-js example">{
   &quot;businessAttributeDefs&quot; : {
     &quot;property1&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ {
         &quot;params&quot; : {
           &quot;property1&quot; : { },
@@ -248,7 +248,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ {
         &quot;params&quot; : {
           &quot;property1&quot; : { },
@@ -299,7 +299,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -313,7 +313,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ {
         &quot;params&quot; : {
           &quot;property1&quot; : { },
@@ -331,7 +331,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -349,7 +349,7 @@
   &quot;relationshipAttributeDefs&quot; : [ {
     &quot;isLegacyAttribute&quot; : true,
     &quot;relationshipTypeName&quot; : &quot;...&quot;,
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -367,7 +367,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;indexType&quot; : &quot;STRING&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -450,7 +450,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   }, {
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -482,7 +482,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+  &quot;category&quot; : &quot;RELATIONSHIP&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -506,7 +506,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UP&quot;
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
diff --git a/api/v2/json_AtlasEntityExtInfo.html b/api/v2/json_AtlasEntityExtInfo.html
index cbe07c4..d71365c 100644
--- a/api/v2/json_AtlasEntityExtInfo.html
+++ b/api/v2/json_AtlasEntityExtInfo.html
@@ -140,6 +140,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -151,9 +152,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -164,7 +166,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -181,7 +183,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -192,7 +194,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -218,6 +220,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;IMPORTED&quot;,
@@ -229,6 +232,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;IMPORTED&quot;,
diff --git a/api/v2/json_AtlasEntityHeader.html b/api/v2/json_AtlasEntityHeader.html
index 6114eb3..2567704 100644
--- a/api/v2/json_AtlasEntityHeader.html
+++ b/api/v2/json_AtlasEntityHeader.html
@@ -233,9 +233,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
@@ -244,9 +245,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
diff --git a/api/v2/json_AtlasEntityHeaders.html b/api/v2/json_AtlasEntityHeaders.html
index e6aad60..49bfd31 100644
--- a/api/v2/json_AtlasEntityHeaders.html
+++ b/api/v2/json_AtlasEntityHeaders.html
@@ -98,66 +98,6 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    },
-    &quot;property2&quot; : {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -190,9 +130,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -201,13 +142,76 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
diff --git a/api/v2/json_AtlasEntityWithExtInfo.html b/api/v2/json_AtlasEntityWithExtInfo.html
index e821fae..e34ef8a 100644
--- a/api/v2/json_AtlasEntityWithExtInfo.html
+++ b/api/v2/json_AtlasEntityWithExtInfo.html
@@ -111,7 +111,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -148,9 +148,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -159,9 +160,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -172,7 +174,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -227,9 +229,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -238,9 +241,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -251,7 +255,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -268,7 +272,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -279,7 +283,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -305,9 +309,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -316,9 +321,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -329,7 +335,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
diff --git a/api/v2/json_AtlasEnumDef.html b/api/v2/json_AtlasEnumDef.html
index 4347b29..076198a 100644
--- a/api/v2/json_AtlasEnumDef.html
+++ b/api/v2/json_AtlasEnumDef.html
@@ -195,7 +195,7 @@
     &quot;ordinal&quot; : 12345,
     &quot;value&quot; : &quot;...&quot;
   } ],
-  &quot;category&quot; : &quot;ENUM&quot;,
+  &quot;category&quot; : &quot;STRUCT&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -219,7 +219,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
+      &quot;roundingMode&quot; : &quot;CEILING&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
diff --git a/api/v2/json_AtlasFullTextResult.html b/api/v2/json_AtlasFullTextResult.html
index aa6574b..8e70366 100644
--- a/api/v2/json_AtlasFullTextResult.html
+++ b/api/v2/json_AtlasFullTextResult.html
@@ -106,7 +106,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -117,7 +117,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -138,9 +138,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -149,13 +150,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
diff --git a/api/v2/json_AtlasGlossary.html b/api/v2/json_AtlasGlossary.html
index c8cdf4a..aca21cc 100644
--- a/api/v2/json_AtlasGlossary.html
+++ b/api/v2/json_AtlasGlossary.html
@@ -192,18 +192,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -233,7 +235,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
diff --git a/api/v2/json_AtlasGlossaryBaseObject.html b/api/v2/json_AtlasGlossaryBaseObject.html
index 8f003fc..a43a83c 100644
--- a/api/v2/json_AtlasGlossaryBaseObject.html
+++ b/api/v2/json_AtlasGlossaryBaseObject.html
@@ -161,7 +161,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -180,7 +180,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
diff --git a/api/v2/json_AtlasGlossaryCategory.html b/api/v2/json_AtlasGlossaryCategory.html
index a9c6cea..9a26e56 100644
--- a/api/v2/json_AtlasGlossaryCategory.html
+++ b/api/v2/json_AtlasGlossaryCategory.html
@@ -201,15 +201,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -222,7 +224,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -241,7 +243,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
diff --git a/api/v2/json_AtlasGlossaryExtInfo.html b/api/v2/json_AtlasGlossaryExtInfo.html
index 0a7f986..d3d0d41 100644
--- a/api/v2/json_AtlasGlossaryExtInfo.html
+++ b/api/v2/json_AtlasGlossaryExtInfo.html
@@ -214,18 +214,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -246,7 +248,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -292,18 +294,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -324,7 +328,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -353,27 +357,30 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
       &quot;assignedEntities&quot; : [ {
         &quot;displayText&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationshipAttributes&quot; : { },
         &quot;relationshipGuid&quot; : &quot;...&quot;,
-        &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
         &quot;relationshipType&quot; : &quot;...&quot;,
         &quot;guid&quot; : &quot;...&quot;,
         &quot;typeName&quot; : &quot;...&quot;,
@@ -383,7 +390,8 @@
         }
       }, {
         &quot;displayText&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationshipAttributes&quot; : { },
         &quot;relationshipGuid&quot; : &quot;...&quot;,
         &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
@@ -400,30 +408,32 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;
+        &quot;status&quot; : &quot;DEPRECATED&quot;
       }, {
         &quot;categoryGuid&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;
+        &quot;status&quot; : &quot;DEPRECATED&quot;
       } ],
       &quot;classifies&quot; : [ {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -436,6 +446,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -445,9 +456,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -455,101 +467,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;preferredToTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;replacedBy&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;replacementTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;seeAlso&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;synonyms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -559,16 +477,18 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;translatedTerms&quot; : [ {
+      &quot;preferredToTerms&quot; : [ {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -578,16 +498,39 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;translationTerms&quot; : [ {
+      &quot;replacedBy&quot; : [ {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacementTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -597,6 +540,91 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;seeAlso&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;synonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translatedTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translationTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -608,25 +636,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;validValuesFor&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -636,9 +646,31 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;validValuesFor&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -659,7 +691,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -686,24 +718,27 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
       &quot;assignedEntities&quot; : [ {
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationshipAttributes&quot; : { },
         &quot;relationshipGuid&quot; : &quot;...&quot;,
         &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
@@ -717,6 +752,7 @@
       }, {
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationshipAttributes&quot; : { },
         &quot;relationshipGuid&quot; : &quot;...&quot;,
         &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
@@ -733,18 +769,19 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;
+        &quot;status&quot; : &quot;DRAFT&quot;
       }, {
         &quot;categoryGuid&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;
+        &quot;status&quot; : &quot;OBSOLETE&quot;
       } ],
       &quot;classifies&quot; : [ {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DRAFT&quot;,
@@ -754,9 +791,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -769,44 +807,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;preferredTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;preferredToTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -816,9 +817,52 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;preferredToTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -826,6 +870,49 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;replacementTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;seeAlso&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -835,44 +922,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;replacementTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;seeAlso&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -883,64 +933,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;translatedTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;translationTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;usage&quot; : &quot;...&quot;,
-      &quot;validValues&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DRAFT&quot;,
@@ -950,6 +943,71 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translatedTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translationTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;usage&quot; : &quot;...&quot;,
+      &quot;validValues&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -960,6 +1018,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -969,9 +1028,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -981,7 +1041,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1027,18 +1087,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -1049,7 +1111,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
diff --git a/api/v2/json_AtlasGlossaryTerm.html b/api/v2/json_AtlasGlossaryTerm.html
index 467a96b..d7f4b6d 100644
--- a/api/v2/json_AtlasGlossaryTerm.html
+++ b/api/v2/json_AtlasGlossaryTerm.html
@@ -326,24 +326,27 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -352,7 +355,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -362,7 +365,8 @@
     }
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -371,7 +375,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -385,30 +389,32 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;
+    &quot;status&quot; : &quot;DRAFT&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;
+    &quot;status&quot; : &quot;DEPRECATED&quot;
   } ],
   &quot;classifies&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -421,25 +427,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -449,6 +437,28 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -459,15 +469,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -478,18 +490,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -497,18 +511,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -516,18 +532,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -535,18 +553,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -554,6 +574,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -563,6 +584,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -573,6 +595,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -582,9 +605,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -593,18 +617,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -612,6 +638,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -621,9 +648,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
diff --git a/api/v2/json_AtlasLineageInfo.html b/api/v2/json_AtlasLineageInfo.html
index 5cca36d..e73bb81 100644
--- a/api/v2/json_AtlasLineageInfo.html
+++ b/api/v2/json_AtlasLineageInfo.html
@@ -128,6 +128,18 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-lineageOnDemandPayload" class="property-name">lineageOnDemandPayload</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_LineageOnDemandConstraints.html">LineageOnDemandConstraints</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-relations" class="property-name">relations</span>
 </td>
           <td>  <span class="datatype-reference">array of <a href="json_LineageRelation.html">LineageRelation</a>
@@ -139,6 +151,18 @@
           <td>  <span class="property-description"></span>
 </td>
         </tr>
+        <tr>
+          <td>  <span id="prop-relationsOnDemand" class="property-name">relationsOnDemand</span>
+</td>
+          <td>  <span class="datatype-reference">map of <a href="json_LineageInfoOnDemand.html">LineageInfoOnDemand</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
         </tbody>
       </table>
 
@@ -151,7 +175,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -162,7 +186,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -183,9 +207,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -194,13 +219,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -211,7 +237,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -243,9 +269,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -254,13 +281,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -269,7 +297,21 @@
     }
   },
   &quot;lineageDepth&quot; : 12345,
-  &quot;lineageDirection&quot; : &quot;INPUT&quot;,
+  &quot;lineageDirection&quot; : &quot;BOTH&quot;,
+  &quot;lineageOnDemandPayload&quot; : {
+    &quot;property1&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;BOTH&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;INPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    }
+  },
   &quot;relations&quot; : [ {
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;relationshipId&quot; : &quot;...&quot;,
@@ -278,7 +320,21 @@
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;relationshipId&quot; : &quot;...&quot;,
     &quot;toEntityId&quot; : &quot;...&quot;
-  } ]
+  } ],
+  &quot;relationsOnDemand&quot; : {
+    &quot;property1&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    }
+  }
 }</pre>
 
         <footer class="footer">
diff --git a/api/v2/json_AtlasQuickSearchResult.html b/api/v2/json_AtlasQuickSearchResult.html
index b91496e..1c54f45 100644
--- a/api/v2/json_AtlasQuickSearchResult.html
+++ b/api/v2/json_AtlasQuickSearchResult.html
@@ -134,7 +134,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -176,7 +176,7 @@
         &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
         &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
         &quot;meanings&quot; : [ { }, { } ],
-        &quot;status&quot; : &quot;PURGED&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
         &quot;attributes&quot; : {
           &quot;property1&quot; : { },
           &quot;property2&quot; : { }
@@ -200,11 +200,37 @@
         &quot;typeName&quot; : &quot;...&quot;
       }
     },
+    &quot;relations&quot; : [ {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;BOTH&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
     &quot;searchParameters&quot; : {
       &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classification&quot; : &quot;...&quot;,
       &quot;entityFilters&quot; : { },
       &quot;excludeDeletedEntities&quot; : true,
+      &quot;excludeHeaderAttributes&quot; : true,
       &quot;includeClassificationAttributes&quot; : true,
       &quot;includeSubClassifications&quot; : true,
       &quot;includeSubTypes&quot; : true,
@@ -212,8 +238,10 @@
       &quot;marker&quot; : &quot;...&quot;,
       &quot;offset&quot; : 12345,
       &quot;query&quot; : &quot;...&quot;,
+      &quot;relationshipFilters&quot; : { },
+      &quot;relationshipName&quot; : &quot;...&quot;,
       &quot;sortBy&quot; : &quot;...&quot;,
-      &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+      &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
       &quot;tagFilters&quot; : { },
       &quot;termName&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;
diff --git a/api/v2/json_AtlasRelatedObjectId.html b/api/v2/json_AtlasRelatedObjectId.html
index a42b41e..df49941 100644
--- a/api/v2/json_AtlasRelatedObjectId.html
+++ b/api/v2/json_AtlasRelatedObjectId.html
@@ -97,6 +97,15 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-qualifiedName" class="property-name">qualifiedName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-relationshipAttributes" class="property-name">relationshipAttributes</span>
 </td>
           <td>  <span class="datatype-reference"><a href="json_AtlasStruct.html">AtlasStruct</a>
@@ -162,7 +171,8 @@
       
       <pre class="prettyprint language-js example">{
   &quot;displayText&quot; : &quot;...&quot;,
-  &quot;entityStatus&quot; : &quot;DELETED&quot;,
+  &quot;entityStatus&quot; : &quot;PURGED&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationshipAttributes&quot; : {
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
diff --git a/api/v2/json_AtlasRelatedTermHeader.html b/api/v2/json_AtlasRelatedTermHeader.html
index 95a003d..e196677 100644
--- a/api/v2/json_AtlasRelatedTermHeader.html
+++ b/api/v2/json_AtlasRelatedTermHeader.html
@@ -106,6 +106,15 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-qualifiedName" class="property-name">qualifiedName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
 </td>
           <td>  <span class="datatype-reference">string
@@ -159,9 +168,10 @@
   &quot;description&quot; : &quot;...&quot;,
   &quot;displayText&quot; : &quot;...&quot;,
   &quot;expression&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationGuid&quot; : &quot;...&quot;,
   &quot;source&quot; : &quot;...&quot;,
-  &quot;status&quot; : &quot;DRAFT&quot;,
+  &quot;status&quot; : &quot;OBSOLETE&quot;,
   &quot;steward&quot; : &quot;...&quot;,
   &quot;termGuid&quot; : &quot;...&quot;
 }</pre>
diff --git a/api/v2/json_AtlasRelationship.html b/api/v2/json_AtlasRelationship.html
index 522439d..c0ce083 100644
--- a/api/v2/json_AtlasRelationship.html
+++ b/api/v2/json_AtlasRelationship.html
@@ -238,7 +238,7 @@
       <pre class="prettyprint language-js example">{
   &quot;blockedPropagatedClassifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -257,7 +257,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -296,10 +296,10 @@
   &quot;guid&quot; : &quot;...&quot;,
   &quot;homeId&quot; : &quot;...&quot;,
   &quot;label&quot; : &quot;...&quot;,
-  &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+  &quot;propagateTags&quot; : &quot;NONE&quot;,
   &quot;propagatedClassifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -318,7 +318,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
diff --git a/api/v2/json_AtlasRelationshipDef.html b/api/v2/json_AtlasRelationshipDef.html
index 6676f07..c5c7d6e 100644
--- a/api/v2/json_AtlasRelationshipDef.html
+++ b/api/v2/json_AtlasRelationshipDef.html
@@ -254,7 +254,7 @@
       
       <pre class="prettyprint language-js example">{
   &quot;endDef1&quot; : {
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;isContainer&quot; : true,
     &quot;isLegacyAttribute&quot; : true,
@@ -262,15 +262,15 @@
     &quot;type&quot; : &quot;...&quot;
   },
   &quot;endDef2&quot; : {
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;isContainer&quot; : true,
     &quot;isLegacyAttribute&quot; : true,
     &quot;name&quot; : &quot;...&quot;,
     &quot;type&quot; : &quot;...&quot;
   },
-  &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
-  &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+  &quot;propagateTags&quot; : &quot;BOTH&quot;,
+  &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
   &quot;relationshipLabel&quot; : &quot;...&quot;,
   &quot;attributeDefs&quot; : [ {
     &quot;cardinality&quot; : &quot;SINGLE&quot;,
@@ -291,7 +291,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -305,7 +305,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   }, {
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -323,7 +323,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;indexType&quot; : &quot;STRING&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -361,7 +361,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
diff --git a/api/v2/json_AtlasRelationshipHeader.html b/api/v2/json_AtlasRelationshipHeader.html
new file mode 100644
index 0000000..f228933
--- /dev/null
+++ b/api/v2/json_AtlasRelationshipHeader.html
@@ -0,0 +1,216 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: AtlasRelationshipHeader</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: AtlasRelationshipHeader</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_AtlasRelationshipHeader.html">AtlasRelationshipHeader</a></li>
+        </ol>
+
+      <h1 class="page-header">AtlasRelationshipHeader <small>Data Type</small></h1>
+
+      <p>Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-end1" class="property-name">end1</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasObjectId.html">AtlasObjectId</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-end2" class="property-name">end2</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_AtlasObjectId.html">AtlasObjectId</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-guid" class="property-name">guid</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-label" class="property-name">label</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-propagateTags" class="property-name">propagateTags</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_PropagateTags.html">PropagateTags</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-status" class="property-name">status</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_Status.html">Status</a>
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+        <tr>
+          <td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_AtlasStruct.html">AtlasStruct</a></h5></td>
+        </tr>
+        <tbody>
+        <tr>
+          <td><span class="property-name">attributes</span></td>
+          <td><span class="datatype-reference">map of object
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        <tr>
+          <td><span class="property-name">typeName</span></td>
+          <td><span class="datatype-reference">string
+</span></td>
+          <td><span class="property-description"></span></td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;end1&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;end2&quot; : {
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;uniqueAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    }
+  },
+  &quot;guid&quot; : &quot;...&quot;,
+  &quot;label&quot; : &quot;...&quot;,
+  &quot;propagateTags&quot; : &quot;BOTH&quot;,
+  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;attributes&quot; : {
+    &quot;property1&quot; : { },
+    &quot;property2&quot; : { }
+  },
+  &quot;typeName&quot; : &quot;...&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/api/v2/json_AtlasRelationshipWithExtInfo.html b/api/v2/json_AtlasRelationshipWithExtInfo.html
index 3b3225b..9f7fe70 100644
--- a/api/v2/json_AtlasRelationshipWithExtInfo.html
+++ b/api/v2/json_AtlasRelationshipWithExtInfo.html
@@ -139,9 +139,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -150,9 +151,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -178,7 +180,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -199,9 +201,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -210,13 +213,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -238,7 +242,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -269,7 +273,7 @@
     &quot;guid&quot; : &quot;...&quot;,
     &quot;homeId&quot; : &quot;...&quot;,
     &quot;label&quot; : &quot;...&quot;,
-    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
     &quot;propagatedClassifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;DELETED&quot;,
@@ -294,7 +298,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     } ],
     &quot;provenanceType&quot; : 12345,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
diff --git a/api/v2/json_AtlasSearchResult.html b/api/v2/json_AtlasSearchResult.html
index 87e8a3e..f649301 100644
--- a/api/v2/json_AtlasSearchResult.html
+++ b/api/v2/json_AtlasSearchResult.html
@@ -188,6 +188,18 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-relations" class="property-name">relations</span>
+</td>
+          <td>  <span class="datatype-reference">array of <a href="json_AtlasRelationshipHeader.html">AtlasRelationshipHeader</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-searchParameters" class="property-name">searchParameters</span>
 </td>
           <td>  <span class="datatype-reference"><a href="json_SearchParameters.html">SearchParameters</a>
@@ -238,65 +250,6 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;isIncomplete&quot; : true,
-    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meanings&quot; : [ {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OBSOLETE&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    } ],
-    &quot;status&quot; : &quot;DELETED&quot;,
-    &quot;attributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;typeName&quot; : &quot;...&quot;
-  }, {
-    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;classifications&quot; : [ {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -318,9 +271,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -329,6 +283,68 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;IMPORTED&quot;,
@@ -352,7 +368,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -370,7 +386,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -381,12 +397,23 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;ATTRIBUTE&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -396,6 +423,57 @@
           &quot;property2&quot; : { }
         },
         &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;PURGED&quot;,
@@ -419,84 +497,26 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    },
-    &quot;property2&quot; : {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;confidence&quot; : 12345,
         &quot;createdBy&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -504,6 +524,59 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
@@ -512,9 +585,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;CONTAINS&quot;
+      &quot;operator&quot; : &quot;GTE&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -522,14 +596,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;IS_NULL&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
-    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;STARTS_WITH&quot;
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
diff --git a/api/v2/json_AtlasStruct.html b/api/v2/json_AtlasStruct.html
index 8d9e8af..e73ee15 100644
--- a/api/v2/json_AtlasStruct.html
+++ b/api/v2/json_AtlasStruct.html
@@ -67,7 +67,7 @@
 
       <dl class="dl-horizontal">
         <dt>Subtypes</dt>
-        <dd><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>, <a href="json_AtlasClassification.html">AtlasClassification</a>, <a href="json_AtlasRelationship.html">AtlasRelationship</a>, <a href="json_AtlasEntity.html">AtlasEntity</a></dd>
+        <dd><a href="json_AtlasEntityHeader.html">AtlasEntityHeader</a>, <a href="json_AtlasClassification.html">AtlasClassification</a>, <a href="json_AtlasRelationship.html">AtlasRelationship</a>, <a href="json_AtlasRelationshipHeader.html">AtlasRelationshipHeader</a>, <a href="json_AtlasEntity.html">AtlasEntity</a></dd>
       </dl>
 
       <table class="table datatype-properties">
diff --git a/api/v2/json_AtlasStructDef.html b/api/v2/json_AtlasStructDef.html
index 5698b67..2962d74 100644
--- a/api/v2/json_AtlasStructDef.html
+++ b/api/v2/json_AtlasStructDef.html
@@ -179,7 +179,7 @@
       
       <pre class="prettyprint language-js example">{
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -211,7 +211,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   }, {
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -243,7 +243,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;MAP&quot;,
+  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -267,7 +267,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;CEILING&quot;
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
diff --git a/api/v2/json_AtlasTermAssignmentHeader.html b/api/v2/json_AtlasTermAssignmentHeader.html
index fe148d7..4e36d59 100644
--- a/api/v2/json_AtlasTermAssignmentHeader.html
+++ b/api/v2/json_AtlasTermAssignmentHeader.html
@@ -140,6 +140,18 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-qualifiedName" class="property-name">qualifiedName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-relationGuid" class="property-name">relationGuid</span>
 </td>
           <td>  <span class="datatype-reference">string
@@ -210,9 +222,10 @@
   &quot;description&quot; : &quot;...&quot;,
   &quot;displayText&quot; : &quot;...&quot;,
   &quot;expression&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationGuid&quot; : &quot;...&quot;,
   &quot;source&quot; : &quot;...&quot;,
-  &quot;status&quot; : &quot;DISCOVERED&quot;,
+  &quot;status&quot; : &quot;OTHER&quot;,
   &quot;steward&quot; : &quot;...&quot;,
   &quot;termGuid&quot; : &quot;...&quot;
 }</pre>
diff --git a/api/v2/json_AtlasTypeDefHeader.html b/api/v2/json_AtlasTypeDefHeader.html
index 0cfae24..0b65f00 100644
--- a/api/v2/json_AtlasTypeDefHeader.html
+++ b/api/v2/json_AtlasTypeDefHeader.html
@@ -120,7 +120,7 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+  &quot;category&quot; : &quot;STRUCT&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;name&quot; : &quot;...&quot;,
   &quot;serviceType&quot; : &quot;...&quot;
diff --git a/api/v2/json_AtlasTypesDef.html b/api/v2/json_AtlasTypesDef.html
index 0d200b1..407ee4e 100644
--- a/api/v2/json_AtlasTypesDef.html
+++ b/api/v2/json_AtlasTypesDef.html
@@ -140,7 +140,7 @@
       <pre class="prettyprint language-js example">{
   &quot;businessMetadataDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -180,7 +180,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -208,13 +208,13 @@
     &quot;version&quot; : 12345
   }, {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -228,7 +228,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -248,7 +248,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -286,26 +286,6 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
       &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
@@ -319,706 +299,6 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
-  &quot;entityDefs&quot; : [ {
-    &quot;businessAttributeDefs&quot; : {
-      &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ],
-      &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ]
-    },
-    &quot;relationshipAttributeDefs&quot; : [ {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;businessAttributeDefs&quot; : {
-      &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ],
-      &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ]
-    },
-    &quot;relationshipAttributeDefs&quot; : [ {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
-  &quot;enumDefs&quot; : [ {
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;elementDefs&quot; : [ {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    }, {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    } ],
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;elementDefs&quot; : [ {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    }, {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;propagateTags&quot; : &quot;NONE&quot;,
-    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;propagateTags&quot; : &quot;BOTH&quot;,
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
     }, {
       &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
@@ -1066,8 +346,572 @@
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   } ],
-  &quot;structDefs&quot; : [ {
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
       &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
@@ -1109,7 +953,163 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;structDefs&quot; : [ {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -1137,7 +1137,7 @@
     &quot;version&quot; : 12345
   }, {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -1157,7 +1157,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -1177,7 +1177,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
diff --git a/api/v2/json_AtlasUserSavedSearch.html b/api/v2/json_AtlasUserSavedSearch.html
index 7c06c1b..aa14715 100644
--- a/api/v2/json_AtlasUserSavedSearch.html
+++ b/api/v2/json_AtlasUserSavedSearch.html
@@ -148,11 +148,12 @@
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+      &quot;operator&quot; : &quot;GT&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -160,19 +161,27 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
-    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;GT&quot;
+      &quot;operator&quot; : &quot;EQ&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
   },
-  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;searchType&quot; : &quot;BASIC&quot;,
   &quot;uiParameters&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;
 }</pre>
diff --git a/api/v2/json_BulkImportResponse.html b/api/v2/json_BulkImportResponse.html
index 7e1a264..f163416 100644
--- a/api/v2/json_BulkImportResponse.html
+++ b/api/v2/json_BulkImportResponse.html
@@ -104,12 +104,12 @@
       <pre class="prettyprint language-js example">{
   &quot;failedImportInfoList&quot; : [ {
     &quot;childObjectName&quot; : &quot;...&quot;,
-    &quot;importStatus&quot; : &quot;SUCCESS&quot;,
+    &quot;importStatus&quot; : &quot;FAILED&quot;,
     &quot;parentObjectName&quot; : &quot;...&quot;,
     &quot;remarks&quot; : &quot;...&quot;
   }, {
     &quot;childObjectName&quot; : &quot;...&quot;,
-    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;importStatus&quot; : &quot;SUCCESS&quot;,
     &quot;parentObjectName&quot; : &quot;...&quot;,
     &quot;remarks&quot; : &quot;...&quot;
   } ],
diff --git a/api/v2/json_DateFormat.html b/api/v2/json_DateFormat.html
index 340e848..1dbce13 100644
--- a/api/v2/json_DateFormat.html
+++ b/api/v2/json_DateFormat.html
@@ -218,7 +218,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UP&quot;
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -311,7 +311,7 @@
     &quot;numberInstance&quot; : { },
     &quot;parseIntegerOnly&quot; : true,
     &quot;percentInstance&quot; : { },
-    &quot;roundingMode&quot; : &quot;CEILING&quot;
+    &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
   },
   &quot;timeInstance&quot; : {
     &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
@@ -334,7 +334,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;FLOOR&quot;
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
diff --git a/api/v2/json_EntityAuditEventV2.html b/api/v2/json_EntityAuditEventV2.html
index 938b983..4115653 100644
--- a/api/v2/json_EntityAuditEventV2.html
+++ b/api/v2/json_EntityAuditEventV2.html
@@ -181,7 +181,7 @@
       <p class="lead">Example</p>
       
       <pre class="prettyprint language-js example">{
-  &quot;action&quot; : &quot;TERM_DELETE&quot;,
+  &quot;action&quot; : &quot;ENTITY_IMPORT_UPDATE&quot;,
   &quot;details&quot; : &quot;...&quot;,
   &quot;entity&quot; : {
     &quot;businessAttributes&quot; : {
@@ -190,7 +190,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -201,7 +201,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -227,9 +227,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -238,9 +239,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -251,7 +253,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -264,7 +266,7 @@
   &quot;entityId&quot; : &quot;...&quot;,
   &quot;eventKey&quot; : &quot;...&quot;,
   &quot;timestamp&quot; : 12345,
-  &quot;type&quot; : &quot;ENTITY_AUDIT_V2&quot;,
+  &quot;type&quot; : &quot;ENTITY_AUDIT_V1&quot;,
   &quot;user&quot; : &quot;...&quot;
 }</pre>
 
diff --git a/api/v2/json_EntityMutationResponse.html b/api/v2/json_EntityMutationResponse.html
index 3270084..a8c48bd 100644
--- a/api/v2/json_EntityMutationResponse.html
+++ b/api/v2/json_EntityMutationResponse.html
@@ -120,65 +120,6 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -211,9 +152,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -222,69 +164,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;property2&quot; : [ {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -298,7 +181,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -330,6 +213,69 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;IMPORTED&quot;,
@@ -341,6 +287,68 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DISCOVERED&quot;,
@@ -370,65 +378,6 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;isIncomplete&quot; : true,
-    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meanings&quot; : [ {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    } ],
-    &quot;status&quot; : &quot;PURGED&quot;,
-    &quot;attributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;typeName&quot; : &quot;...&quot;
-  }, {
-    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;classifications&quot; : [ {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -450,9 +399,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -461,13 +411,75 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
diff --git a/api/v2/json_FilterCriteria.html b/api/v2/json_FilterCriteria.html
index 5166dff..33d3a51 100644
--- a/api/v2/json_FilterCriteria.html
+++ b/api/v2/json_FilterCriteria.html
@@ -135,17 +135,17 @@
   &quot;criterion&quot; : [ {
     &quot;attributeName&quot; : &quot;...&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
-    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
     &quot;criterion&quot; : [ { }, { } ],
-    &quot;operator&quot; : &quot;GTE&quot;
+    &quot;operator&quot; : &quot;NEQ&quot;
   }, {
     &quot;attributeName&quot; : &quot;...&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
     &quot;condition&quot; : &quot;AND&quot;,
     &quot;criterion&quot; : [ { }, { } ],
-    &quot;operator&quot; : &quot;IN&quot;
+    &quot;operator&quot; : &quot;NEQ&quot;
   } ],
-  &quot;operator&quot; : &quot;LTE&quot;
+  &quot;operator&quot; : &quot;NEQ&quot;
 }</pre>
 
         <footer class="footer">
diff --git a/api/v2/json_LineageInfoOnDemand.html b/api/v2/json_LineageInfoOnDemand.html
new file mode 100644
index 0000000..55002e9
--- /dev/null
+++ b/api/v2/json_LineageInfoOnDemand.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: LineageInfoOnDemand</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: LineageInfoOnDemand</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_LineageInfoOnDemand.html">LineageInfoOnDemand</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageInfoOnDemand <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-hasMoreInputs" class="property-name">hasMoreInputs</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-hasMoreOutputs" class="property-name">hasMoreOutputs</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-inputRelationsCount" class="property-name">inputRelationsCount</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-outputRelationsCount" class="property-name">outputRelationsCount</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;hasMoreInputs&quot; : true,
+  &quot;hasMoreOutputs&quot; : true,
+  &quot;inputRelationsCount&quot; : 12345,
+  &quot;outputRelationsCount&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/api/v2/json_LineageOnDemandConstraints.html b/api/v2/json_LineageOnDemandConstraints.html
new file mode 100644
index 0000000..f284ab5
--- /dev/null
+++ b/api/v2/json_LineageOnDemandConstraints.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: LineageOnDemandConstraints</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: LineageOnDemandConstraints</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_LineageOnDemandConstraints.html">LineageOnDemandConstraints</a></li>
+        </ol>
+
+      <h1 class="page-header">LineageOnDemandConstraints <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-depth" class="property-name">depth</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-direction" class="property-name">direction</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_LineageDirection.html">LineageDirection</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-inputRelationsLimit" class="property-name">inputRelationsLimit</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-outputRelationsLimit" class="property-name">outputRelationsLimit</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;depth&quot; : 12345,
+  &quot;direction&quot; : &quot;INPUT&quot;,
+  &quot;inputRelationsLimit&quot; : 12345,
+  &quot;outputRelationsLimit&quot; : 12345
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/api/v2/json_NumberFormat.html b/api/v2/json_NumberFormat.html
index d6a87d9..7b56861 100644
--- a/api/v2/json_NumberFormat.html
+++ b/api/v2/json_NumberFormat.html
@@ -271,7 +271,7 @@
     &quot;numberInstance&quot; : { },
     &quot;parseIntegerOnly&quot; : true,
     &quot;percentInstance&quot; : { },
-    &quot;roundingMode&quot; : &quot;FLOOR&quot;
+    &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
   },
   &quot;groupingUsed&quot; : true,
   &quot;instance&quot; : {
@@ -288,7 +288,7 @@
     &quot;numberInstance&quot; : { },
     &quot;parseIntegerOnly&quot; : true,
     &quot;percentInstance&quot; : { },
-    &quot;roundingMode&quot; : &quot;FLOOR&quot;
+    &quot;roundingMode&quot; : &quot;DOWN&quot;
   },
   &quot;integerInstance&quot; : {
     &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
@@ -304,7 +304,7 @@
     &quot;numberInstance&quot; : { },
     &quot;parseIntegerOnly&quot; : true,
     &quot;percentInstance&quot; : { },
-    &quot;roundingMode&quot; : &quot;CEILING&quot;
+    &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
   },
   &quot;maximumFractionDigits&quot; : 12345,
   &quot;maximumIntegerDigits&quot; : 12345,
@@ -324,7 +324,7 @@
     &quot;numberInstance&quot; : { },
     &quot;parseIntegerOnly&quot; : true,
     &quot;percentInstance&quot; : { },
-    &quot;roundingMode&quot; : &quot;HALF_UP&quot;
+    &quot;roundingMode&quot; : &quot;DOWN&quot;
   },
   &quot;parseIntegerOnly&quot; : true,
   &quot;percentInstance&quot; : {
@@ -341,9 +341,9 @@
     &quot;numberInstance&quot; : { },
     &quot;parseIntegerOnly&quot; : true,
     &quot;percentInstance&quot; : { },
-    &quot;roundingMode&quot; : &quot;CEILING&quot;
+    &quot;roundingMode&quot; : &quot;DOWN&quot;
   },
-  &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
+  &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
 }</pre>
 
         <footer class="footer">
diff --git a/api/v2/json_PList.html b/api/v2/json_PList.html
index 2654696..fecb927 100644
--- a/api/v2/json_PList.html
+++ b/api/v2/json_PList.html
@@ -160,7 +160,7 @@
   &quot;list&quot; : [ { }, { } ],
   &quot;pageSize&quot; : 12345,
   &quot;sortBy&quot; : &quot;...&quot;,
-  &quot;sortType&quot; : &quot;ASC&quot;,
+  &quot;sortType&quot; : &quot;NONE&quot;,
   &quot;startIndex&quot; : 12345,
   &quot;totalCount&quot; : 12345
 }</pre>
diff --git a/api/v2/json_QuickSearchParameters.html b/api/v2/json_QuickSearchParameters.html
index 97e1e0d..d6b03bf 100644
--- a/api/v2/json_QuickSearchParameters.html
+++ b/api/v2/json_QuickSearchParameters.html
@@ -116,6 +116,18 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-excludeHeaderAttributes" class="property-name">excludeHeaderAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-includeSubTypes" class="property-name">includeSubTypes</span>
 </td>
           <td>  <span class="datatype-reference">boolean
@@ -164,6 +176,30 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortOrder" class="property-name">sortOrder</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SortOrder.html">SortOrder</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-typeName" class="property-name">typeName</span>
 </td>
           <td>  <span class="datatype-reference">string
@@ -185,15 +221,18 @@
   &quot;entityFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
-    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
     &quot;criterion&quot; : [ { }, { } ],
-    &quot;operator&quot; : &quot;NOT_NULL&quot;
+    &quot;operator&quot; : &quot;CONTAINS&quot;
   },
   &quot;excludeDeletedEntities&quot; : true,
+  &quot;excludeHeaderAttributes&quot; : true,
   &quot;includeSubTypes&quot; : true,
   &quot;limit&quot; : 12345,
   &quot;offset&quot; : 12345,
   &quot;query&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
   &quot;typeName&quot; : &quot;...&quot;
 }</pre>
 
diff --git a/api/v2/json_RelationshipSearchParameters.html b/api/v2/json_RelationshipSearchParameters.html
new file mode 100644
index 0000000..7ecf61b
--- /dev/null
+++ b/api/v2/json_RelationshipSearchParameters.html
@@ -0,0 +1,231 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+
+  <title>Atlas REST API: RelationshipSearchParameters</title>
+
+  <!-- Mobile viewport optimized: j.mp/bplateviewport -->
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <!-- Bootstrap core CSS -->
+  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
+
+  <!--custom css for these pages-->
+  <link rel="stylesheet" href="css/enunciate.css">
+
+  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body data-spy="scroll" data-target="#apinav">
+
+  <nav class="navbar navbar-inverse navbar-fixed-top">
+    <div class="container-fluid">
+      <div class="navbar-header">
+        <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
+          <span class="sr-only">Toggle navigation</span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="index.html">Atlas REST API: RelationshipSearchParameters</a>
+      </div>
+      <div id="navbar" class="navbar-collapse collapse">
+        <ul class="nav navbar-nav navbar-right">
+          <li><a href="resources.html">Resources</a></li>
+          <li><a href="data.html">Data Types</a></li>
+        </ul>
+      </div>
+    </div>
+  </nav>
+
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-sm-3 col-md-2 sidebar" id="apinav">
+        <ul class="nav nav-sidebar">
+          <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
+        </ul>
+      </div>
+
+      <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
+        <ol class="breadcrumb" id="top">
+          <li class="active dropdown"><a href="index.html">Home</a></li>
+          <li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
+          <li class="dropdown"><a href="json_RelationshipSearchParameters.html">RelationshipSearchParameters</a></li>
+        </ol>
+
+      <h1 class="page-header">RelationshipSearchParameters <small>Data Type</small></h1>
+
+      <p></p>
+
+      <dl class="dl-horizontal">
+      </dl>
+
+      <table class="table datatype-properties">
+        <caption>Properties</caption>
+        <thead>
+        <tr>
+          <th>name</th>
+          <th>data type</th>
+          <th>constraints</th>
+          <th>description</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr>
+          <td>  <span id="prop-includeSubTypes" class="property-name">includeSubTypes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-limit" class="property-name">limit</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-marker" class="property-name">marker</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-offset" class="property-name">offset</span>
+</td>
+          <td>  <span class="datatype-reference">number
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipFilters" class="property-name">relationshipFilters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipName" class="property-name">relationshipName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-sortOrder" class="property-name">sortOrder</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_SortOrder.html">SortOrder</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        </tbody>
+      </table>
+
+      <p class="lead">Example</p>
+      
+      <pre class="prettyprint language-js example">{
+  &quot;includeSubTypes&quot; : true,
+  &quot;limit&quot; : 12345,
+  &quot;marker&quot; : &quot;...&quot;,
+  &quot;offset&quot; : 12345,
+  &quot;relationshipFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+  },
+  &quot;relationshipName&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;
+}</pre>
+
+        <footer class="footer">
+          <div class="container">
+            <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
+          </div>
+        </footer>
+
+      </div>
+    </div>
+  </div>
+
+
+  <!-- JavaScript placed at the end of the document so the pages load faster. -->
+  <script src="https://code.jquery.com/jquery-1.12.2.min.js"></script>
+
+  <!-- Bootstrap core JavaScript
+  ================================================== -->
+  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
+
+  <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
+  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js" type="text/javascript"></script>
+  <script>
+    $(function() {
+      $(".clickable-row").click(function() {
+        window.document.location = $(this).data("href");
+      });
+
+      $('[data-toggle="tooltip"]').tooltip()
+    });
+  </script>
+
+</body>
+</html>
diff --git a/api/v2/json_SavedSearchType.html b/api/v2/json_SavedSearchType.html
index 83cfda5..9423736 100644
--- a/api/v2/json_SavedSearchType.html
+++ b/api/v2/json_SavedSearchType.html
@@ -52,6 +52,7 @@
         <ul class="nav nav-sidebar">
           <li><a href="#BASIC"><abbr title="BASIC" class="side-abbr"><span class="sideoverflow">BASIC</span></abbr></a></li>
           <li><a href="#ADVANCED"><abbr title="ADVANCED" class="side-abbr"><span class="sideoverflow">ADVANCED</span></abbr></a></li>
+          <li><a href="#BASIC_RELATIONSHIP"><abbr title="BASIC_RELATIONSHIP" class="side-abbr"><span class="sideoverflow">BASIC_RELATIONSHIP</span></abbr></a></li>
           <li class="divider"></li>
           <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
         </ul>
@@ -88,6 +89,10 @@
           <td><span class="value-value" id="ADVANCED">ADVANCED</span></td>
           <td><span class="value-description"></span></td>
         </tr>
+        <tr>
+          <td><span class="value-value" id="BASIC_RELATIONSHIP">BASIC_RELATIONSHIP</span></td>
+          <td><span class="value-description"></span></td>
+        </tr>
         </tbody>
       </table>
 
diff --git a/api/v2/json_SearchFilter.html b/api/v2/json_SearchFilter.html
index 60f0af8..9e8302a 100644
--- a/api/v2/json_SearchFilter.html
+++ b/api/v2/json_SearchFilter.html
@@ -164,7 +164,7 @@
     &quot;property2&quot; : [ &quot;...&quot;, &quot;...&quot; ]
   },
   &quot;sortBy&quot; : &quot;...&quot;,
-  &quot;sortType&quot; : &quot;DESC&quot;,
+  &quot;sortType&quot; : &quot;NONE&quot;,
   &quot;startIndex&quot; : 12345
 }</pre>
 
diff --git a/api/v2/json_SearchParameters.html b/api/v2/json_SearchParameters.html
index 67c2487..4d58135 100644
--- a/api/v2/json_SearchParameters.html
+++ b/api/v2/json_SearchParameters.html
@@ -128,6 +128,18 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-excludeHeaderAttributes" class="property-name">excludeHeaderAttributes</span>
+</td>
+          <td>  <span class="datatype-reference">boolean
+</span>
+</td>
+          <td>  <span class="property-constraints">required
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-includeClassificationAttributes" class="property-name">includeClassificationAttributes</span>
 </td>
           <td>  <span class="datatype-reference">boolean
@@ -212,6 +224,30 @@
 </td>
         </tr>
         <tr>
+          <td>  <span id="prop-relationshipFilters" class="property-name">relationshipFilters</span>
+</td>
+          <td>  <span class="datatype-reference"><a href="json_FilterCriteria.html">FilterCriteria</a>
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description">Relationship attribute filters for the relationship</span>
+</td>
+        </tr>
+        <tr>
+          <td>  <span id="prop-relationshipName" class="property-name">relationshipName</span>
+</td>
+          <td>  <span class="datatype-reference">string
+</span>
+</td>
+          <td>  <span class="property-constraints">&nbsp;
+</span>
+</td>
+          <td>  <span class="property-description"></span>
+</td>
+        </tr>
+        <tr>
           <td>  <span id="prop-sortBy" class="property-name">sortBy</span>
 </td>
           <td>  <span class="datatype-reference">string
@@ -282,11 +318,12 @@
   &quot;entityFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
-    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
     &quot;criterion&quot; : [ { }, { } ],
-    &quot;operator&quot; : &quot;LT&quot;
+    &quot;operator&quot; : &quot;GTE&quot;
   },
   &quot;excludeDeletedEntities&quot; : true,
+  &quot;excludeHeaderAttributes&quot; : true,
   &quot;includeClassificationAttributes&quot; : true,
   &quot;includeSubClassifications&quot; : true,
   &quot;includeSubTypes&quot; : true,
@@ -294,14 +331,22 @@
   &quot;marker&quot; : &quot;...&quot;,
   &quot;offset&quot; : 12345,
   &quot;query&quot; : &quot;...&quot;,
+  &quot;relationshipFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;CONTAINS&quot;
+  },
+  &quot;relationshipName&quot; : &quot;...&quot;,
   &quot;sortBy&quot; : &quot;...&quot;,
-  &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
   &quot;tagFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
     &quot;condition&quot; : &quot;OR&quot;,
     &quot;criterion&quot; : [ { }, { } ],
-    &quot;operator&quot; : &quot;IS_NULL&quot;
+    &quot;operator&quot; : &quot;LT&quot;
   },
   &quot;termName&quot; : &quot;...&quot;,
   &quot;typeName&quot; : &quot;...&quot;
diff --git a/api/v2/resource_DiscoveryREST.html b/api/v2/resource_DiscoveryREST.html
index 3b102bb..e4fa49f 100644
--- a/api/v2/resource_DiscoveryREST.html
+++ b/api/v2/resource_DiscoveryREST.html
@@ -57,6 +57,8 @@
           <li><a href="#resource_DiscoveryREST_searchUsingFullText_GET"><abbr title="GET /v2/search/fulltext" class="side-abbr"><span class="sideoverflow">GET /v2/search/fulltext</span></abbr></a></li>
           <li><a href="#resource_DiscoveryREST_quickSearch_GET"><abbr title="GET /v2/search/quick" class="side-abbr"><span class="sideoverflow">GET /v2/search/quick</span></abbr></a></li>
           <li><a href="#resource_DiscoveryREST_quickSearch_POST"><abbr title="POST /v2/search/quick" class="side-abbr"><span class="sideoverflow">POST /v2/search/quick</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_relationSearch_GET"><abbr title="GET /v2/search/relations" class="side-abbr"><span class="sideoverflow">GET /v2/search/relations</span></abbr></a></li>
+          <li><a href="#resource_DiscoveryREST_relationSearch_POST"><abbr title="POST /v2/search/relations" class="side-abbr"><span class="sideoverflow">POST /v2/search/relations</span></abbr></a></li>
           <li><a href="#resource_DiscoveryREST_searchRelatedEntities_GET"><abbr title="GET /v2/search/relationship" class="side-abbr"><span class="sideoverflow">GET /v2/search/relationship</span></abbr></a></li>
           <li><a href="#resource_DiscoveryREST_getSavedSearches_GET"><abbr title="GET /v2/search/saved" class="side-abbr"><span class="sideoverflow">GET /v2/search/saved</span></abbr></a></li>
           <li><a href="#resource_DiscoveryREST_addSavedSearch_POST"><abbr title="POST /v2/search/saved" class="side-abbr"><span class="sideoverflow">POST /v2/search/saved</span></abbr></a></li>
@@ -209,7 +211,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -220,7 +222,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -241,9 +243,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -252,13 +255,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -268,17 +272,6 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -288,6 +281,17 @@
         &quot;property2&quot; : { }
       },
       &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
     } ],
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
@@ -300,9 +304,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -311,13 +316,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -352,7 +358,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -363,13 +369,13 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;ATTRIBUTE&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -401,9 +407,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -412,9 +419,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -429,7 +437,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -440,7 +448,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -461,6 +469,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -472,13 +481,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -486,17 +496,71 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;STARTS_WITH&quot;
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -504,14 +568,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;LTE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
-    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;GT&quot;
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -676,7 +748,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -687,7 +759,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -708,9 +780,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -719,13 +792,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -735,7 +809,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -746,7 +820,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -767,9 +841,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -778,9 +853,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -801,7 +877,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -819,7 +895,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -830,13 +906,13 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;GREMLIN&quot;,
+  &quot;queryType&quot; : &quot;FULL_TEXT&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -847,7 +923,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -868,9 +944,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -879,9 +956,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -896,7 +974,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -907,7 +985,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -928,9 +1006,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -939,13 +1018,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -953,6 +1033,59 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
@@ -961,9 +1094,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;
+      &quot;operator&quot; : &quot;LIKE&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -971,14 +1105,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;ENDS_WITH&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NOT_NULL&quot;
+      &quot;operator&quot; : &quot;EQ&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -1082,11 +1224,12 @@
   &quot;entityFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
-    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
     &quot;criterion&quot; : [ { }, { } ],
-    &quot;operator&quot; : &quot;IS_NULL&quot;
+    &quot;operator&quot; : &quot;IN&quot;
   },
   &quot;excludeDeletedEntities&quot; : true,
+  &quot;excludeHeaderAttributes&quot; : true,
   &quot;includeClassificationAttributes&quot; : true,
   &quot;includeSubClassifications&quot; : true,
   &quot;includeSubTypes&quot; : true,
@@ -1094,14 +1237,22 @@
   &quot;marker&quot; : &quot;...&quot;,
   &quot;offset&quot; : 12345,
   &quot;query&quot; : &quot;...&quot;,
+  &quot;relationshipFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;OR&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;NEQ&quot;
+  },
+  &quot;relationshipName&quot; : &quot;...&quot;,
   &quot;sortBy&quot; : &quot;...&quot;,
-  &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
   &quot;tagFilters&quot; : {
     &quot;attributeName&quot; : &quot;...&quot;,
     &quot;attributeValue&quot; : &quot;...&quot;,
     &quot;condition&quot; : &quot;AND&quot;,
     &quot;criterion&quot; : [ { }, { } ],
-    &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+    &quot;operator&quot; : &quot;NOT_EMPTY&quot;
   },
   &quot;termName&quot; : &quot;...&quot;,
   &quot;typeName&quot; : &quot;...&quot;
@@ -1138,7 +1289,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1159,9 +1310,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -1170,9 +1322,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -1197,7 +1350,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1218,9 +1371,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -1229,9 +1383,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -1281,13 +1436,13 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;BASIC&quot;,
+  &quot;queryType&quot; : &quot;ATTRIBUTE&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1319,6 +1474,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -1330,13 +1486,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -1347,7 +1504,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1358,7 +1515,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1379,6 +1536,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -1390,9 +1548,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -1404,17 +1563,71 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+      &quot;operator&quot; : &quot;CONTAINS&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -1422,14 +1635,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NOT_NULL&quot;
+      &quot;operator&quot; : &quot;IS_NULL&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -1570,7 +1791,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1581,7 +1802,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1602,9 +1823,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -1613,9 +1835,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -1629,7 +1852,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1640,7 +1863,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1661,9 +1884,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -1672,13 +1896,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -1713,7 +1938,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -1724,13 +1949,13 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;FULL_TEXT&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1762,6 +1987,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;IMPORTED&quot;,
@@ -1773,9 +1999,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -1790,7 +2017,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1822,9 +2049,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -1833,9 +2061,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -1847,6 +2076,59 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
@@ -1855,9 +2137,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;
+      &quot;operator&quot; : &quot;TIME_RANGE&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -1865,14 +2148,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NEQ&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;LT&quot;
+      &quot;operator&quot; : &quot;GT&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -2007,7 +2298,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2018,7 +2309,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2039,9 +2330,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -2050,13 +2342,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -2066,7 +2359,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2098,9 +2391,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -2109,9 +2403,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -2161,7 +2456,7 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;BASIC&quot;,
+  &quot;queryType&quot; : &quot;DSL&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
@@ -2178,7 +2473,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2199,9 +2494,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -2210,9 +2506,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -2259,9 +2556,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -2270,13 +2568,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -2284,6 +2583,59 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
@@ -2292,9 +2644,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NEQ&quot;
+      &quot;operator&quot; : &quot;CONTAINS&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -2302,14 +2655,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NEQ&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;IN&quot;
+      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -2364,6 +2725,18 @@
             <td><span class="parameter-constraints">&nbsp;</span></td>
           </tr>
           <tr>
+            <td><span class="parameter-name">sortBy</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortOrder</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">"ASCENDING" or "DESCENDING"</span></td>
+          </tr>
+          <tr>
             <td><span class="parameter-name">typeName</span></td>
             <td>query</td>
             <td><span class="parameter-description"></span></td>
@@ -2486,7 +2859,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -2502,7 +2875,7 @@
     } ],
     &quot;nextMarker&quot; : &quot;...&quot;,
     &quot;queryText&quot; : &quot;...&quot;,
-    &quot;queryType&quot; : &quot;ATTRIBUTE&quot;,
+    &quot;queryType&quot; : &quot;DSL&quot;,
     &quot;referredEntities&quot; : {
       &quot;property1&quot; : {
         &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
@@ -2513,7 +2886,7 @@
         &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
         &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
         &quot;meanings&quot; : [ { }, { } ],
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;DELETED&quot;,
         &quot;attributes&quot; : {
           &quot;property1&quot; : { },
           &quot;property2&quot; : { }
@@ -2537,11 +2910,37 @@
         &quot;typeName&quot; : &quot;...&quot;
       }
     },
+    &quot;relations&quot; : [ {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;BOTH&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
     &quot;searchParameters&quot; : {
       &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classification&quot; : &quot;...&quot;,
       &quot;entityFilters&quot; : { },
       &quot;excludeDeletedEntities&quot; : true,
+      &quot;excludeHeaderAttributes&quot; : true,
       &quot;includeClassificationAttributes&quot; : true,
       &quot;includeSubClassifications&quot; : true,
       &quot;includeSubTypes&quot; : true,
@@ -2549,8 +2948,10 @@
       &quot;marker&quot; : &quot;...&quot;,
       &quot;offset&quot; : 12345,
       &quot;query&quot; : &quot;...&quot;,
+      &quot;relationshipFilters&quot; : { },
+      &quot;relationshipName&quot; : &quot;...&quot;,
       &quot;sortBy&quot; : &quot;...&quot;,
-      &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+      &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
       &quot;tagFilters&quot; : { },
       &quot;termName&quot; : &quot;...&quot;,
       &quot;typeName&quot; : &quot;...&quot;
@@ -2654,13 +3055,16 @@
     &quot;attributeValue&quot; : &quot;...&quot;,
     &quot;condition&quot; : &quot;OR&quot;,
     &quot;criterion&quot; : [ { }, { } ],
-    &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+    &quot;operator&quot; : &quot;ENDS_WITH&quot;
   },
   &quot;excludeDeletedEntities&quot; : true,
+  &quot;excludeHeaderAttributes&quot; : true,
   &quot;includeSubTypes&quot; : true,
   &quot;limit&quot; : 12345,
   &quot;offset&quot; : 12345,
   &quot;query&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
   &quot;typeName&quot; : &quot;...&quot;
 }
                 </code>
@@ -2706,7 +3110,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -2721,7 +3125,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -2748,7 +3152,7 @@
         &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
         &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
         &quot;meanings&quot; : [ { }, { } ],
-        &quot;status&quot; : &quot;DELETED&quot;,
+        &quot;status&quot; : &quot;PURGED&quot;,
         &quot;attributes&quot; : {
           &quot;property1&quot; : { },
           &quot;property2&quot; : { }
@@ -2764,7 +3168,7 @@
         &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
         &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
         &quot;meanings&quot; : [ { }, { } ],
-        &quot;status&quot; : &quot;PURGED&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
         &quot;attributes&quot; : {
           &quot;property1&quot; : { },
           &quot;property2&quot; : { }
@@ -2772,11 +3176,37 @@
         &quot;typeName&quot; : &quot;...&quot;
       }
     },
+    &quot;relations&quot; : [ {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;end1&quot; : { },
+      &quot;end2&quot; : { },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;label&quot; : &quot;...&quot;,
+      &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
     &quot;searchParameters&quot; : {
       &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classification&quot; : &quot;...&quot;,
       &quot;entityFilters&quot; : { },
       &quot;excludeDeletedEntities&quot; : true,
+      &quot;excludeHeaderAttributes&quot; : true,
       &quot;includeClassificationAttributes&quot; : true,
       &quot;includeSubClassifications&quot; : true,
       &quot;includeSubTypes&quot; : true,
@@ -2784,6 +3214,8 @@
       &quot;marker&quot; : &quot;...&quot;,
       &quot;offset&quot; : 12345,
       &quot;query&quot; : &quot;...&quot;,
+      &quot;relationshipFilters&quot; : { },
+      &quot;relationshipName&quot; : &quot;...&quot;,
       &quot;sortBy&quot; : &quot;...&quot;,
       &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
       &quot;tagFilters&quot; : { },
@@ -2800,6 +3232,1023 @@
         </div>
       </div>
 
+      <div id="resource_DiscoveryREST_relationSearch_GET">
+        <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/relations <a href="../v2/search/relations" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Relationship search to search for relations(edges)</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+            <th>constraints</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">limit</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">limit the result set to only include the specified number of entries</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">marker</span></td>
+            <td>query</td>
+            <td><span class="parameter-description"></span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">offset</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">start offset of the result set (useful for pagination)</span></td>
+            <td><span class="parameter-constraints">required</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">relationshipName</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">AtlasRelationshipType name</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortBy</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">sort the result using this attribute name, default value is 'name'</span></td>
+            <td><span class="parameter-constraints">&nbsp;</span></td>
+          </tr>
+          <tr>
+            <td><span class="parameter-name">sortOrder</span></td>
+            <td>query</td>
+            <td><span class="parameter-description">sorting order</span></td>
+            <td><span class="parameter-constraints">"ASCENDING" or "DESCENDING"</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful search</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+GET /v2/search/relations
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-txt">
+...
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;BASIC&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;EQ&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GTE&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_DiscoveryREST_relationSearch_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/search/relations <a href="../v2/search/relations" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Relationship search to search for relations(edges)</p>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_RelationshipSearchParameters.html">RelationshipSearchParameters</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="request-description">RelationshipSearchParameters</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_RelationshipSearchParameters.html">RelationshipSearchParameters</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">On successful search</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+            <td rowspan="2" class="multi-row-description"><span class="response-description">Atlas search result</span></td>
+          </tr>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasSearchResult.html">AtlasSearchResult</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/search/relations
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;includeSubTypes&quot; : true,
+  &quot;limit&quot; : 12345,
+  &quot;marker&quot; : &quot;...&quot;,
+  &quot;offset&quot; : 12345,
+  &quot;relationshipFilters&quot; : {
+    &quot;attributeName&quot; : &quot;...&quot;,
+    &quot;attributeValue&quot; : &quot;...&quot;,
+    &quot;condition&quot; : &quot;AND&quot;,
+    &quot;criterion&quot; : [ { }, { } ],
+    &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+  },
+  &quot;relationshipName&quot; : &quot;...&quot;,
+  &quot;sortBy&quot; : &quot;...&quot;,
+  &quot;sortOrder&quot; : &quot;DESCENDING&quot;
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;approximateCount&quot; : 12345,
+  &quot;attributes&quot; : {
+    &quot;name&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;values&quot; : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  &quot;classification&quot; : &quot;...&quot;,
+  &quot;entities&quot; : [ {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;fullTextResult&quot; : [ {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  }, {
+    &quot;entity&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ { }, { } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ { }, { } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;score&quot; : 12345.0
+  } ],
+  &quot;nextMarker&quot; : &quot;...&quot;,
+  &quot;queryText&quot; : &quot;...&quot;,
+  &quot;queryType&quot; : &quot;FULL_TEXT&quot;,
+  &quot;referredEntities&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
+  &quot;searchParameters&quot; : {
+    &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classification&quot; : &quot;...&quot;,
+    &quot;entityFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_NULL&quot;
+    },
+    &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
+    &quot;includeClassificationAttributes&quot; : true,
+    &quot;includeSubClassifications&quot; : true,
+    &quot;includeSubTypes&quot; : true,
+    &quot;limit&quot; : 12345,
+    &quot;marker&quot; : &quot;...&quot;,
+    &quot;offset&quot; : 12345,
+    &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;TIME_RANGE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+    },
+    &quot;termName&quot; : &quot;...&quot;,
+    &quot;typeName&quot; : &quot;...&quot;
+  },
+  &quot;type&quot; : &quot;...&quot;
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
       <div id="resource_DiscoveryREST_searchRelatedEntities_GET">
         <h3><span class="label label-default resource-method">GET</span> <span class="resource-path">/v2/search/relationship <a href="../v2/search/relationship" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
 
@@ -2967,6 +4416,67 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -2999,9 +4509,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -3010,65 +4521,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    } ],
-    &quot;status&quot; : &quot;DELETED&quot;,
-    &quot;attributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;typeName&quot; : &quot;...&quot;
-  }, {
-    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;classifications&quot; : [ {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;isIncomplete&quot; : true,
-    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meanings&quot; : [ {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -3092,7 +4545,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -3110,7 +4563,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -3121,7 +4574,7 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;BASIC&quot;,
+  &quot;queryType&quot; : &quot;DSL&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
@@ -3159,9 +4612,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -3170,13 +4624,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -3187,7 +4642,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3219,9 +4674,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -3230,9 +4686,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -3244,6 +4701,59 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
@@ -3252,9 +4762,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;GT&quot;
+      &quot;operator&quot; : &quot;EQ&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -3262,14 +4773,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;IN&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;IS_NULL&quot;
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -3363,9 +4882,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;GTE&quot;
+      &quot;operator&quot; : &quot;LIKE&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -3373,19 +4893,27 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;STARTS_WITH&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;IN&quot;
+      &quot;operator&quot; : &quot;ENDS_WITH&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
   },
-  &quot;searchType&quot; : &quot;BASIC&quot;,
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
   &quot;uiParameters&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;
 } ]
@@ -3469,9 +4997,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NOT_NULL&quot;
+      &quot;operator&quot; : &quot;IS_NULL&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -3479,14 +5008,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
-    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;LIKE&quot;
+      &quot;operator&quot; : &quot;NOT_NULL&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -3516,9 +5053,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NOT_NULL&quot;
+      &quot;operator&quot; : &quot;STARTS_WITH&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -3526,14 +5064,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_EMPTY&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NEQ&quot;
+      &quot;operator&quot; : &quot;GTE&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -3622,9 +5168,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NOT_EMPTY&quot;
+      &quot;operator&quot; : &quot;GTE&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -3632,19 +5179,27 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;GTE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;ENDS_WITH&quot;
+      &quot;operator&quot; : &quot;IN&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
   },
-  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;searchType&quot; : &quot;BASIC&quot;,
   &quot;uiParameters&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;
 }
@@ -3669,9 +5224,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;IN&quot;
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -3679,19 +5235,27 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;TIME_RANGE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
     &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;GT&quot;
+      &quot;operator&quot; : &quot;CONTAINS_ALL&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
   },
-  &quot;searchType&quot; : &quot;BASIC&quot;,
+  &quot;searchType&quot; : &quot;ADVANCED&quot;,
   &quot;uiParameters&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;
 }
@@ -3919,11 +5483,12 @@
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;LT&quot;
+      &quot;operator&quot; : &quot;CONTAINS_ANY&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -3931,19 +5496,27 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;NOT_EMPTY&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
-    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;AND&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;LIKE&quot;
+      &quot;operator&quot; : &quot;GT&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
   },
-  &quot;searchType&quot; : &quot;ADVANCED&quot;,
+  &quot;searchType&quot; : &quot;BASIC_RELATIONSHIP&quot;,
   &quot;uiParameters&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;
 }
@@ -4050,54 +5623,6 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;isIncomplete&quot; : true,
-    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meanings&quot; : [ {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    } ],
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;attributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;typeName&quot; : &quot;...&quot;
-  }, {
-    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;classifications&quot; : [ {
-      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -4107,9 +5632,59 @@
         &quot;property2&quot; : { }
       },
       &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4130,9 +5705,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -4141,9 +5717,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -4164,7 +5741,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -4193,73 +5770,13 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;RELATIONSHIP&quot;,
+  &quot;queryType&quot; : &quot;BASIC&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    },
-    &quot;property2&quot; : {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4291,9 +5808,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -4302,13 +5820,76 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -4316,17 +5897,71 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
     &quot;entityFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
-      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;EQ&quot;
+      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -4334,14 +5969,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
-    &quot;sortBy&quot; : &quot;...&quot;,
-    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
-    &quot;tagFilters&quot; : {
+    &quot;relationshipFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;NOT_CONTAINS&quot;
+      &quot;operator&quot; : &quot;ENDS_WITH&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
+    &quot;sortBy&quot; : &quot;...&quot;,
+    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;tagFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;EQ&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
@@ -4435,7 +6078,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4446,7 +6089,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4467,9 +6110,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -4478,9 +6122,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -4494,7 +6139,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4505,7 +6150,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4526,9 +6171,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -4537,13 +6183,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -4578,7 +6225,7 @@
       &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;meanings&quot; : [ { }, { } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -4589,7 +6236,7 @@
   } ],
   &quot;nextMarker&quot; : &quot;...&quot;,
   &quot;queryText&quot; : &quot;...&quot;,
-  &quot;queryType&quot; : &quot;RELATIONSHIP&quot;,
+  &quot;queryType&quot; : &quot;GREMLIN&quot;,
   &quot;referredEntities&quot; : {
     &quot;property1&quot; : {
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
@@ -4627,9 +6274,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -4638,13 +6286,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -4655,7 +6304,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4666,7 +6315,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4687,9 +6336,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -4698,9 +6348,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -4712,6 +6363,59 @@
       &quot;typeName&quot; : &quot;...&quot;
     }
   },
+  &quot;relations&quot; : [ {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;BOTH&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;end1&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;end2&quot; : {
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;uniqueAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      }
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;label&quot; : &quot;...&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  } ],
   &quot;searchParameters&quot; : {
     &quot;attributes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classification&quot; : &quot;...&quot;,
@@ -4720,9 +6424,10 @@
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;OR&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;CONTAINS&quot;
+      &quot;operator&quot; : &quot;NOT_EMPTY&quot;
     },
     &quot;excludeDeletedEntities&quot; : true,
+    &quot;excludeHeaderAttributes&quot; : true,
     &quot;includeClassificationAttributes&quot; : true,
     &quot;includeSubClassifications&quot; : true,
     &quot;includeSubTypes&quot; : true,
@@ -4730,14 +6435,22 @@
     &quot;marker&quot; : &quot;...&quot;,
     &quot;offset&quot; : 12345,
     &quot;query&quot; : &quot;...&quot;,
+    &quot;relationshipFilters&quot; : {
+      &quot;attributeName&quot; : &quot;...&quot;,
+      &quot;attributeValue&quot; : &quot;...&quot;,
+      &quot;condition&quot; : &quot;OR&quot;,
+      &quot;criterion&quot; : [ { }, { } ],
+      &quot;operator&quot; : &quot;TIME_RANGE&quot;
+    },
+    &quot;relationshipName&quot; : &quot;...&quot;,
     &quot;sortBy&quot; : &quot;...&quot;,
-    &quot;sortOrder&quot; : &quot;DESCENDING&quot;,
+    &quot;sortOrder&quot; : &quot;ASCENDING&quot;,
     &quot;tagFilters&quot; : {
       &quot;attributeName&quot; : &quot;...&quot;,
       &quot;attributeValue&quot; : &quot;...&quot;,
       &quot;condition&quot; : &quot;AND&quot;,
       &quot;criterion&quot; : [ { }, { } ],
-      &quot;operator&quot; : &quot;TIME_RANGE&quot;
+      &quot;operator&quot; : &quot;LIKE&quot;
     },
     &quot;termName&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;
diff --git a/api/v2/resource_EntityREST.html b/api/v2/resource_EntityREST.html
index 3c91d15..90a2e64 100644
--- a/api/v2/resource_EntityREST.html
+++ b/api/v2/resource_EntityREST.html
@@ -174,7 +174,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -211,9 +211,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -222,6 +223,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;IMPORTED&quot;,
@@ -235,7 +237,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -253,7 +255,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -290,9 +292,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -301,9 +304,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -331,7 +335,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -368,9 +372,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -379,9 +384,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -424,7 +430,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -435,7 +441,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -456,9 +462,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -467,13 +474,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -483,7 +491,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -494,7 +502,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -515,9 +523,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -526,13 +535,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -543,65 +553,6 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -613,7 +564,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -634,9 +585,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -645,9 +597,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -657,6 +610,67 @@
         &quot;property2&quot; : { }
       },
       &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
     } ]
   },
   &quot;partialUpdatedEntities&quot; : [ {
@@ -695,6 +709,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -706,6 +721,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -722,7 +738,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -733,7 +749,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -754,6 +770,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;OTHER&quot;,
@@ -765,9 +782,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -867,7 +885,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -878,7 +896,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -899,6 +917,68 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -910,13 +990,76 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -958,143 +1101,26 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;property2&quot; : [ {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -1117,6 +1143,67 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -1138,83 +1225,26 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
-    } ],
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;attributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;typeName&quot; : &quot;...&quot;
-  }, {
-    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;classifications&quot; : [ {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
     }, {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;isIncomplete&quot; : true,
-    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meanings&quot; : [ {
       &quot;confidence&quot; : 12345,
       &quot;createdBy&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -1328,7 +1358,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1365,9 +1395,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -1376,9 +1407,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -1405,7 +1437,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1416,7 +1448,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1442,9 +1474,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -1453,9 +1486,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -1466,7 +1500,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -1484,7 +1518,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1495,7 +1529,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1521,9 +1555,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -1532,9 +1567,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -1562,7 +1598,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1573,7 +1609,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1599,9 +1635,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -1610,9 +1647,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -1623,7 +1661,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -1713,7 +1751,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1724,7 +1762,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1750,6 +1788,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -1761,9 +1800,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -1774,7 +1814,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -1801,7 +1841,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1827,9 +1867,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -1838,9 +1879,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -1851,7 +1893,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -1869,7 +1911,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1880,7 +1922,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1906,9 +1948,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -1917,9 +1960,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -1958,7 +2002,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -1984,9 +2028,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -1995,9 +2040,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -2008,7 +2054,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -2051,7 +2097,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2072,9 +2118,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -2083,9 +2130,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -2099,6 +2147,17 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -2108,6 +2167,57 @@
           &quot;property2&quot; : { }
         },
         &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
@@ -2131,6 +2241,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -2142,73 +2253,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;property2&quot; : [ {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -2229,7 +2281,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2250,9 +2302,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -2261,13 +2314,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -2311,6 +2365,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -2322,13 +2377,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -2349,7 +2405,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2370,6 +2426,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -2381,9 +2438,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -2445,7 +2503,7 @@
 {
   &quot;classification&quot; : {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -2559,7 +2617,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2591,9 +2649,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -2602,13 +2661,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -2619,7 +2679,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2630,7 +2690,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2651,9 +2711,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -2662,9 +2723,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -2774,6 +2836,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -2785,6 +2848,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;IMPORTED&quot;,
@@ -2802,7 +2866,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2813,7 +2877,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -2834,9 +2898,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -2845,9 +2910,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -3001,7 +3067,7 @@
     &quot;remarks&quot; : &quot;...&quot;
   }, {
     &quot;childObjectName&quot; : &quot;...&quot;,
-    &quot;importStatus&quot; : &quot;FAILED&quot;,
+    &quot;importStatus&quot; : &quot;SUCCESS&quot;,
     &quot;parentObjectName&quot; : &quot;...&quot;,
     &quot;remarks&quot; : &quot;...&quot;
   } ],
@@ -3103,7 +3169,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3135,6 +3201,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;IMPORTED&quot;,
@@ -3146,9 +3213,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -3173,7 +3241,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3194,9 +3262,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -3205,13 +3274,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -3222,7 +3292,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3233,7 +3303,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3254,9 +3324,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -3265,13 +3336,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -3292,7 +3364,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3313,9 +3385,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -3324,13 +3397,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -3342,7 +3416,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3353,54 +3427,6 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;isIncomplete&quot; : true,
-    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meanings&quot; : [ {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    } ],
-    &quot;status&quot; : &quot;DELETED&quot;,
-    &quot;attributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;typeName&quot; : &quot;...&quot;
-  }, {
-    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;classifications&quot; : [ {
-      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -3410,7 +3436,46 @@
         &quot;property2&quot; : { }
       },
       &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
     }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
@@ -3421,6 +3486,17 @@
         &quot;property2&quot; : { }
       },
       &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
     } ],
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
@@ -3433,9 +3509,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -3444,9 +3521,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -3597,9 +3675,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;OBSOLETE&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -3608,9 +3687,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -3621,7 +3701,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -3639,7 +3719,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3650,7 +3730,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3676,6 +3756,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -3687,6 +3768,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -3700,7 +3782,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -3717,7 +3799,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3728,7 +3810,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3754,9 +3836,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -3765,6 +3848,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -3778,7 +3862,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -3938,6 +4022,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -3949,13 +4034,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -3965,7 +4051,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -3997,9 +4083,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -4008,9 +4095,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -4036,7 +4124,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4057,9 +4145,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -4068,13 +4157,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -4084,7 +4174,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4095,7 +4185,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4116,9 +4206,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -4127,13 +4218,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -4145,7 +4237,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4156,7 +4248,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4177,9 +4269,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -4188,13 +4281,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -4215,7 +4309,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4236,9 +4330,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -4247,9 +4342,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -4384,7 +4480,7 @@
 
                 <code class="prettyprint language-js">
 [ {
-  &quot;action&quot; : &quot;CLASSIFICATION_ADD&quot;,
+  &quot;action&quot; : &quot;ENTITY_CREATE&quot;,
   &quot;details&quot; : &quot;...&quot;,
   &quot;entity&quot; : {
     &quot;businessAttributes&quot; : {
@@ -4393,7 +4489,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4404,7 +4500,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -4430,9 +4526,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -4441,9 +4538,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -4454,7 +4552,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -4918,7 +5016,7 @@
                 <code class="prettyprint language-js">
 [ {
   &quot;entityGuid&quot; : &quot;...&quot;,
-  &quot;entityStatus&quot; : &quot;PURGED&quot;,
+  &quot;entityStatus&quot; : &quot;DELETED&quot;,
   &quot;propagate&quot; : true,
   &quot;removePropagationsOnEntityDelete&quot; : true,
   &quot;validityPeriods&quot; : [ {
@@ -5023,7 +5121,7 @@
   &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -5071,6 +5169,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -5082,13 +5181,14 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;VALIDATED&quot;,
+    &quot;status&quot; : &quot;PROPOSED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
-  &quot;status&quot; : &quot;ACTIVE&quot;,
+  &quot;status&quot; : &quot;PURGED&quot;,
   &quot;attributes&quot; : {
     &quot;property1&quot; : { },
     &quot;property2&quot; : { }
@@ -5388,7 +5488,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5399,7 +5499,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5420,9 +5520,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -5431,13 +5532,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -5447,7 +5549,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5458,7 +5560,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5479,6 +5581,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -5490,13 +5593,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -5518,7 +5622,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5539,9 +5643,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -5550,9 +5655,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -5577,7 +5683,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5598,9 +5704,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -5609,13 +5716,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -5627,7 +5735,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5659,9 +5767,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -5670,13 +5779,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -5697,7 +5807,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5718,9 +5828,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;DISCOVERED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -5729,9 +5840,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -5855,7 +5967,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5866,7 +5978,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5892,9 +6004,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -5903,9 +6016,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DISCOVERED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -5916,7 +6030,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -5934,7 +6048,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5971,9 +6085,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -5982,9 +6097,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -5995,7 +6111,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -6012,7 +6128,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6023,7 +6139,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6049,9 +6165,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -6060,9 +6177,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6073,7 +6191,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -6192,7 +6310,7 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6203,7 +6321,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6229,9 +6347,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -6240,9 +6359,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
@@ -6253,7 +6373,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -6271,7 +6391,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6282,7 +6402,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6308,9 +6428,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -6319,9 +6440,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6332,7 +6454,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -6386,6 +6508,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DISCOVERED&quot;,
@@ -6397,9 +6520,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6410,7 +6534,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -6442,7 +6566,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6453,7 +6577,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6474,6 +6598,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -6485,132 +6610,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;property2&quot; : [ {
-      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -6652,9 +6659,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -6663,13 +6671,137 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;property2&quot; : [ {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -6681,7 +6813,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6713,9 +6845,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OBSOLETE&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -6724,13 +6857,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;OTHER&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;PURGED&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -6740,7 +6874,7 @@
     &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;PURGED&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6772,9 +6906,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -6783,13 +6918,14 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;PROPOSED&quot;,
+      &quot;status&quot; : &quot;DEPRECATED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     } ],
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
@@ -6909,6 +7045,85 @@
     },
     &quot;classifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }, {
+      &quot;entityGuid&quot; : &quot;...&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
+      &quot;propagate&quot; : true,
+      &quot;removePropagationsOnEntityDelete&quot; : true,
+      &quot;validityPeriods&quot; : [ { }, { } ],
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    } ],
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;customAttributes&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;homeId&quot; : &quot;...&quot;,
+    &quot;isIncomplete&quot; : true,
+    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;meanings&quot; : [ {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    }, {
+      &quot;confidence&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
+      &quot;relationGuid&quot; : &quot;...&quot;,
+      &quot;source&quot; : &quot;...&quot;,
+      &quot;status&quot; : &quot;VALIDATED&quot;,
+      &quot;steward&quot; : &quot;...&quot;,
+      &quot;termGuid&quot; : &quot;...&quot;
+    } ],
+    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;provenanceType&quot; : 12345,
+    &quot;proxy&quot; : true,
+    &quot;relationshipAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345,
+    &quot;attributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;typeName&quot; : &quot;...&quot;
+  }, {
+    &quot;businessAttributes&quot; : {
+      &quot;property1&quot; : { },
+      &quot;property2&quot; : { }
+    },
+    &quot;classifications&quot; : [ {
+      &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;PURGED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -6946,9 +7161,10 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
+      &quot;status&quot; : &quot;OTHER&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
     }, {
@@ -6957,88 +7173,12 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayText&quot; : &quot;...&quot;,
       &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;DEPRECATED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
-    } ],
-    &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;provenanceType&quot; : 12345,
-    &quot;proxy&quot; : true,
-    &quot;relationshipAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345,
-    &quot;attributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;typeName&quot; : &quot;...&quot;
-  }, {
-    &quot;businessAttributes&quot; : {
-      &quot;property1&quot; : { },
-      &quot;property2&quot; : { }
-    },
-    &quot;classifications&quot; : [ {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    }, {
-      &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;DELETED&quot;,
-      &quot;propagate&quot; : true,
-      &quot;removePropagationsOnEntityDelete&quot; : true,
-      &quot;validityPeriods&quot; : [ { }, { } ],
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    } ],
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;customAttributes&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;homeId&quot; : &quot;...&quot;,
-    &quot;isIncomplete&quot; : true,
-    &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;meanings&quot; : [ {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
+      &quot;qualifiedName&quot; : &quot;...&quot;,
       &quot;relationGuid&quot; : &quot;...&quot;,
       &quot;source&quot; : &quot;...&quot;,
       &quot;status&quot; : &quot;PROPOSED&quot;,
       &quot;steward&quot; : &quot;...&quot;,
       &quot;termGuid&quot; : &quot;...&quot;
-    }, {
-      &quot;confidence&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayText&quot; : &quot;...&quot;,
-      &quot;expression&quot; : &quot;...&quot;,
-      &quot;relationGuid&quot; : &quot;...&quot;,
-      &quot;source&quot; : &quot;...&quot;,
-      &quot;status&quot; : &quot;IMPORTED&quot;,
-      &quot;steward&quot; : &quot;...&quot;,
-      &quot;termGuid&quot; : &quot;...&quot;
     } ],
     &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;provenanceType&quot; : 12345,
@@ -7047,7 +7187,7 @@
       &quot;property1&quot; : { },
       &quot;property2&quot; : { }
     },
-    &quot;status&quot; : &quot;DELETED&quot;,
+    &quot;status&quot; : &quot;PURGED&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
@@ -7065,84 +7205,6 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      }, {
-        &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
-        &quot;propagate&quot; : true,
-        &quot;removePropagationsOnEntityDelete&quot; : true,
-        &quot;validityPeriods&quot; : [ { }, { } ],
-        &quot;attributes&quot; : {
-          &quot;property1&quot; : { },
-          &quot;property2&quot; : { }
-        },
-        &quot;typeName&quot; : &quot;...&quot;
-      } ],
-      &quot;createTime&quot; : 12345,
-      &quot;createdBy&quot; : &quot;...&quot;,
-      &quot;customAttributes&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;guid&quot; : &quot;...&quot;,
-      &quot;homeId&quot; : &quot;...&quot;,
-      &quot;isIncomplete&quot; : true,
-      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;meanings&quot; : [ {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;confidence&quot; : 12345,
-        &quot;createdBy&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;provenanceType&quot; : 12345,
-      &quot;proxy&quot; : true,
-      &quot;relationshipAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;status&quot; : &quot;PURGED&quot;,
-      &quot;updateTime&quot; : 12345,
-      &quot;updatedBy&quot; : &quot;...&quot;,
-      &quot;version&quot; : 12345,
-      &quot;attributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;typeName&quot; : &quot;...&quot;
-    },
-    &quot;property2&quot; : {
-      &quot;businessAttributes&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;classifications&quot; : [ {
-        &quot;entityGuid&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
@@ -7180,6 +7242,87 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;pendingTasks&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;provenanceType&quot; : 12345,
+      &quot;proxy&quot; : true,
+      &quot;relationshipAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;updateTime&quot; : 12345,
+      &quot;updatedBy&quot; : &quot;...&quot;,
+      &quot;version&quot; : 12345,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;businessAttributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;createTime&quot; : 12345,
+      &quot;createdBy&quot; : &quot;...&quot;,
+      &quot;customAttributes&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;homeId&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -7191,9 +7334,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -7204,7 +7348,7 @@
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
       },
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;updateTime&quot; : 12345,
       &quot;updatedBy&quot; : &quot;...&quot;,
       &quot;version&quot; : 12345,
@@ -7783,7 +7927,7 @@
   &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -7802,7 +7946,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -7831,6 +7975,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;IMPORTED&quot;,
@@ -7842,9 +7987,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;IMPORTED&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
diff --git a/api/v2/resource_GlossaryREST.html b/api/v2/resource_GlossaryREST.html
index a69a748..6234224 100644
--- a/api/v2/resource_GlossaryREST.html
+++ b/api/v2/resource_GlossaryREST.html
@@ -216,18 +216,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -238,7 +240,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -257,7 +259,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -396,18 +398,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -418,7 +422,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -490,18 +494,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -676,18 +682,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -716,7 +724,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -780,6 +788,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -789,9 +798,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -801,7 +811,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -970,6 +980,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -979,6 +990,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -1074,15 +1086,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -1095,7 +1109,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -1391,24 +1405,27 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1417,7 +1434,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -1427,7 +1444,8 @@
     }
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1450,18 +1468,19 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;
+    &quot;status&quot; : &quot;OBSOLETE&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;
+    &quot;status&quot; : &quot;DRAFT&quot;
   } ],
   &quot;classifies&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -1471,9 +1490,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -1486,18 +1506,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -1505,25 +1527,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredToTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -1533,6 +1537,28 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -1543,140 +1569,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;replacementTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;seeAlso&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;synonyms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;translatedTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;translationTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;usage&quot; : &quot;...&quot;,
-  &quot;validValues&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;validValuesFor&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -1686,6 +1579,155 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;validValuesFor&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -1762,24 +1804,27 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1799,6 +1844,7 @@
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -1807,7 +1853,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -1821,7 +1867,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;
+    &quot;status&quot; : &quot;ACTIVE&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
@@ -1833,18 +1879,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -1857,44 +1905,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredToTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -1904,73 +1915,18 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
-  &quot;replacedBy&quot; : [ {
+  &quot;preferredTerms&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;replacementTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;seeAlso&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;synonyms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -1980,6 +1936,112 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -1990,15 +2052,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -2009,6 +2073,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -2018,9 +2083,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2029,6 +2095,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -2038,6 +2105,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -2048,6 +2116,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -2057,9 +2126,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2069,7 +2139,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -2214,24 +2284,27 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2251,6 +2324,7 @@
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2273,30 +2347,32 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;
+    &quot;status&quot; : &quot;OTHER&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;
+    &quot;status&quot; : &quot;DRAFT&quot;
   } ],
   &quot;classifies&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2309,18 +2385,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2328,18 +2406,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2347,18 +2427,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2366,18 +2448,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2385,6 +2469,28 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;seeAlso&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -2394,28 +2500,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;seeAlso&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2423,18 +2511,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2442,18 +2532,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2461,18 +2553,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2481,18 +2575,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2500,18 +2596,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2521,7 +2619,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -2540,7 +2638,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -2585,6 +2683,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -2594,15 +2693,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2622,6 +2723,7 @@
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -2630,7 +2732,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -2644,30 +2746,32 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;
+    &quot;status&quot; : &quot;ACTIVE&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;
+    &quot;status&quot; : &quot;DRAFT&quot;
   } ],
   &quot;classifies&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2680,6 +2784,28 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -2689,25 +2815,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -2718,25 +2826,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;replacedBy&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -2746,9 +2836,31 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2756,18 +2868,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2775,18 +2889,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2794,6 +2910,49 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translationTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -2803,47 +2962,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;translatedTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;translationTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2852,6 +2974,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -2861,9 +2984,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2871,18 +2995,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -2892,7 +3018,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -2911,7 +3037,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -3118,6 +3244,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -3127,9 +3254,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -3159,7 +3287,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -3315,18 +3443,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -3356,7 +3486,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -3409,6 +3539,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -3418,9 +3549,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -3450,7 +3582,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -3668,6 +3800,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -3677,9 +3810,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -3689,7 +3823,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -3708,7 +3842,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -3875,18 +4009,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -3896,7 +4032,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -3915,7 +4051,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -3979,18 +4115,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4000,7 +4138,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -4019,7 +4157,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -4288,6 +4426,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -4297,15 +4436,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -4314,7 +4455,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -4325,6 +4466,7 @@
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -4347,7 +4489,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;
+    &quot;status&quot; : &quot;OBSOLETE&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
@@ -4359,6 +4501,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -4368,9 +4511,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4383,6 +4527,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -4392,9 +4537,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4402,18 +4548,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4421,18 +4569,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4440,15 +4590,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -4459,18 +4611,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4478,18 +4632,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4497,25 +4653,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;translatedTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -4525,9 +4663,31 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4535,18 +4695,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4555,15 +4717,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -4574,6 +4738,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -4583,6 +4748,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -4762,24 +4928,27 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -4799,6 +4968,7 @@
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -4807,7 +4977,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -4827,21 +4997,23 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;
+    &quot;status&quot; : &quot;ACTIVE&quot;
   } ],
   &quot;classifies&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -4857,6 +5029,49 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -4866,66 +5081,31 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
-  &quot;preferredToTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
   &quot;replacedBy&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -4933,6 +5113,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -4942,6 +5123,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -4952,25 +5134,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;synonyms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -4980,6 +5144,28 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -4990,18 +5176,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -5009,18 +5197,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -5029,6 +5219,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -5038,9 +5229,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -5048,6 +5240,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -5057,9 +5250,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -5069,7 +5263,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -5088,7 +5282,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -5133,24 +5327,27 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -5159,7 +5356,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -5170,6 +5367,7 @@
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -5192,18 +5390,19 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;
+    &quot;status&quot; : &quot;ACTIVE&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;
+    &quot;status&quot; : &quot;DRAFT&quot;
   } ],
   &quot;classifies&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -5213,6 +5412,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -5228,6 +5428,70 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;preferredToTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -5237,85 +5501,31 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredToTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;replacedBy&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;replacementTerms&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -5323,44 +5533,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;synonyms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;translatedTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -5370,6 +5543,49 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;translatedTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -5380,15 +5596,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -5400,18 +5618,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -5419,18 +5639,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -5629,18 +5851,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -5669,7 +5893,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -5821,18 +6045,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -5842,7 +6068,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5899,18 +6125,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -5931,7 +6159,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -5960,27 +6188,30 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
       &quot;assignedEntities&quot; : [ {
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationshipAttributes&quot; : { },
         &quot;relationshipGuid&quot; : &quot;...&quot;,
-        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
         &quot;relationshipType&quot; : &quot;...&quot;,
         &quot;guid&quot; : &quot;...&quot;,
         &quot;typeName&quot; : &quot;...&quot;,
@@ -5990,7 +6221,8 @@
         }
       }, {
         &quot;displayText&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationshipAttributes&quot; : { },
         &quot;relationshipGuid&quot; : &quot;...&quot;,
         &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
@@ -6007,18 +6239,19 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;
+        &quot;status&quot; : &quot;DRAFT&quot;
       }, {
         &quot;categoryGuid&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;
+        &quot;status&quot; : &quot;DEPRECATED&quot;
       } ],
       &quot;classifies&quot; : [ {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -6028,9 +6261,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6043,18 +6277,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6062,18 +6298,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6081,18 +6319,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6100,6 +6340,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -6109,6 +6350,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -6119,18 +6361,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6138,63 +6382,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;synonyms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;translatedTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;translationTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -6204,6 +6392,70 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;synonyms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translatedTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translationTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -6215,25 +6467,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;validValuesFor&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -6243,6 +6477,28 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;validValuesFor&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -6255,7 +6511,7 @@
       },
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6266,7 +6522,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6293,15 +6549,17 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -6310,7 +6568,8 @@
       } ],
       &quot;assignedEntities&quot; : [ {
         &quot;displayText&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationshipAttributes&quot; : { },
         &quot;relationshipGuid&quot; : &quot;...&quot;,
         &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
@@ -6323,10 +6582,11 @@
         }
       }, {
         &quot;displayText&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationshipAttributes&quot; : { },
         &quot;relationshipGuid&quot; : &quot;...&quot;,
-        &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+        &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
         &quot;relationshipType&quot; : &quot;...&quot;,
         &quot;guid&quot; : &quot;...&quot;,
         &quot;typeName&quot; : &quot;...&quot;,
@@ -6340,18 +6600,19 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;
+        &quot;status&quot; : &quot;OBSOLETE&quot;
       }, {
         &quot;categoryGuid&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;
+        &quot;status&quot; : &quot;DRAFT&quot;
       } ],
       &quot;classifies&quot; : [ {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -6361,6 +6622,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DRAFT&quot;,
@@ -6376,18 +6638,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;ACTIVE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6395,15 +6659,17 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DRAFT&quot;,
@@ -6414,15 +6680,17 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -6433,18 +6701,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6452,6 +6722,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OTHER&quot;,
@@ -6461,9 +6732,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6471,18 +6743,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DRAFT&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6490,6 +6764,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -6499,9 +6774,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6509,25 +6785,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      }, {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
-        &quot;relationGuid&quot; : &quot;...&quot;,
-        &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
-        &quot;steward&quot; : &quot;...&quot;,
-        &quot;termGuid&quot; : &quot;...&quot;
-      } ],
-      &quot;translationTerms&quot; : [ {
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayText&quot; : &quot;...&quot;,
-        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -6537,9 +6795,31 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;translationTerms&quot; : [ {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6548,18 +6828,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6567,18 +6849,20 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;ACTIVE&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;DRAFT&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
@@ -6599,7 +6883,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -6634,18 +6918,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -6675,7 +6961,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -6842,6 +7128,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -6851,9 +7138,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -6864,7 +7152,7 @@
   },
   &quot;classifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -7034,15 +7322,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -7051,7 +7341,8 @@
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -7060,7 +7351,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -7071,6 +7362,7 @@
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -7079,7 +7371,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -7093,7 +7385,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;
+    &quot;status&quot; : &quot;DEPRECATED&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
@@ -7105,18 +7397,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7129,18 +7423,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7148,18 +7444,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7167,18 +7465,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7186,18 +7486,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7205,15 +7507,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -7224,18 +7528,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7243,6 +7549,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -7252,6 +7559,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -7262,18 +7570,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7281,26 +7591,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;usage&quot; : &quot;...&quot;,
-  &quot;validValues&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -7310,28 +7601,53 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
+  &quot;usage&quot; : &quot;...&quot;,
+  &quot;validValues&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
   &quot;validValuesFor&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7538,18 +7854,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -7578,7 +7896,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -7827,6 +8145,7 @@
   &quot;description&quot; : &quot;...&quot;,
   &quot;displayText&quot; : &quot;...&quot;,
   &quot;expression&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationGuid&quot; : &quot;...&quot;,
   &quot;source&quot; : &quot;...&quot;,
   &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -7968,15 +8287,17 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
@@ -7985,7 +8306,8 @@
   } ],
   &quot;assignedEntities&quot; : [ {
     &quot;displayText&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -8005,6 +8327,7 @@
   }, {
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationshipAttributes&quot; : {
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
@@ -8013,7 +8336,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     },
     &quot;relationshipGuid&quot; : &quot;...&quot;,
-    &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+    &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
     &quot;relationshipType&quot; : &quot;...&quot;,
     &quot;guid&quot; : &quot;...&quot;,
     &quot;typeName&quot; : &quot;...&quot;,
@@ -8027,30 +8350,32 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;
+    &quot;status&quot; : &quot;OBSOLETE&quot;
   }, {
     &quot;categoryGuid&quot; : &quot;...&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;
+    &quot;status&quot; : &quot;ACTIVE&quot;
   } ],
   &quot;classifies&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -8063,18 +8388,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -8082,44 +8409,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;preferredToTerms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;replacedBy&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DRAFT&quot;,
@@ -8129,16 +8419,39 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
-  &quot;replacementTerms&quot; : [ {
+  &quot;preferredToTerms&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacedBy&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OTHER&quot;,
@@ -8148,9 +8461,31 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;replacementTerms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -8158,6 +8493,28 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  }, {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
+    &quot;relationGuid&quot; : &quot;...&quot;,
+    &quot;source&quot; : &quot;...&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;steward&quot; : &quot;...&quot;,
+    &quot;termGuid&quot; : &quot;...&quot;
+  } ],
+  &quot;synonyms&quot; : [ {
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayText&quot; : &quot;...&quot;,
+    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;ACTIVE&quot;,
@@ -8167,47 +8524,31 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DEPRECATED&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
-  } ],
-  &quot;synonyms&quot; : [ {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
-  }, {
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayText&quot; : &quot;...&quot;,
-    &quot;expression&quot; : &quot;...&quot;,
-    &quot;relationGuid&quot; : &quot;...&quot;,
-    &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
-    &quot;steward&quot; : &quot;...&quot;,
-    &quot;termGuid&quot; : &quot;...&quot;
   } ],
   &quot;translatedTerms&quot; : [ {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OBSOLETE&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -8215,6 +8556,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
     &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -8224,9 +8566,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;ACTIVE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -8235,18 +8578,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;DRAFT&quot;,
+    &quot;status&quot; : &quot;OBSOLETE&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -8254,18 +8599,20 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DRAFT&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }, {
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   } ],
@@ -8294,7 +8641,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -8408,7 +8755,8 @@
                 <code class="prettyprint language-js">
 [ {
   &quot;displayText&quot; : &quot;...&quot;,
-  &quot;entityStatus&quot; : &quot;DELETED&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationshipAttributes&quot; : {
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -8417,7 +8765,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   },
   &quot;relationshipGuid&quot; : &quot;...&quot;,
-  &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
   &quot;relationshipType&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;typeName&quot; : &quot;...&quot;,
@@ -8551,7 +8899,8 @@
                 <code class="prettyprint language-js">
 [ {
   &quot;displayText&quot; : &quot;...&quot;,
-  &quot;entityStatus&quot; : &quot;PURGED&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationshipAttributes&quot; : {
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -8560,7 +8909,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   },
   &quot;relationshipGuid&quot; : &quot;...&quot;,
-  &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
+  &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
   &quot;relationshipType&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;typeName&quot; : &quot;...&quot;,
@@ -8659,7 +9008,8 @@
                 <code class="prettyprint language-js">
 [ {
   &quot;displayText&quot; : &quot;...&quot;,
-  &quot;entityStatus&quot; : &quot;PURGED&quot;,
+  &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationshipAttributes&quot; : {
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -8775,6 +9125,7 @@
 [ {
   &quot;displayText&quot; : &quot;...&quot;,
   &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationshipAttributes&quot; : {
     &quot;attributes&quot; : {
       &quot;property1&quot; : { },
@@ -8783,7 +9134,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   },
   &quot;relationshipGuid&quot; : &quot;...&quot;,
-  &quot;relationshipStatus&quot; : &quot;ACTIVE&quot;,
+  &quot;relationshipStatus&quot; : &quot;DELETED&quot;,
   &quot;relationshipType&quot; : &quot;...&quot;,
   &quot;guid&quot; : &quot;...&quot;,
   &quot;typeName&quot; : &quot;...&quot;,
@@ -8920,9 +9271,10 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayText&quot; : &quot;...&quot;,
     &quot;expression&quot; : &quot;...&quot;,
+    &quot;qualifiedName&quot; : &quot;...&quot;,
     &quot;relationGuid&quot; : &quot;...&quot;,
     &quot;source&quot; : &quot;...&quot;,
-    &quot;status&quot; : &quot;OTHER&quot;,
+    &quot;status&quot; : &quot;DEPRECATED&quot;,
     &quot;steward&quot; : &quot;...&quot;,
     &quot;termGuid&quot; : &quot;...&quot;
   }
@@ -9170,9 +9522,10 @@
   &quot;description&quot; : &quot;...&quot;,
   &quot;displayText&quot; : &quot;...&quot;,
   &quot;expression&quot; : &quot;...&quot;,
+  &quot;qualifiedName&quot; : &quot;...&quot;,
   &quot;relationGuid&quot; : &quot;...&quot;,
   &quot;source&quot; : &quot;...&quot;,
-  &quot;status&quot; : &quot;OBSOLETE&quot;,
+  &quot;status&quot; : &quot;DRAFT&quot;,
   &quot;steward&quot; : &quot;...&quot;,
   &quot;termGuid&quot; : &quot;...&quot;
 } ]
diff --git a/api/v2/resource_LineageREST.html b/api/v2/resource_LineageREST.html
index a89fc68..981a6d9 100644
--- a/api/v2/resource_LineageREST.html
+++ b/api/v2/resource_LineageREST.html
@@ -51,6 +51,7 @@
       <div class="col-sm-3 col-md-2 sidebar" id="apinav">
         <ul class="nav nav-sidebar">
           <li><a href="#resource_LineageREST_getLineageGraph_GET"><abbr title="GET /v2/lineage/{guid}" class="side-abbr"><span class="sideoverflow">GET /v2/lineage/{guid}</span></abbr></a></li>
+          <li><a href="#resource_LineageREST_getLineageGraph_POST"><abbr title="POST /v2/lineage/{guid}" class="side-abbr"><span class="sideoverflow">POST /v2/lineage/{guid}</span></abbr></a></li>
           <li><a href="#resource_LineageREST_getLineageByUniqueAttribute_GET"><abbr title="GET /v2/lineage/uniqueAttribute/type/{typeName}" class="side-abbr"><span class="sideoverflow">GET /v2/lineage/uniqueAttribute/type/{typeName}</span></abbr></a></li>
           <li class="divider"></li>
           <li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
@@ -218,9 +219,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;VALIDATED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -229,13 +231,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -246,7 +249,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -257,7 +260,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -278,9 +281,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;OTHER&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -289,6 +293,294 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    }
+  },
+  &quot;lineageDepth&quot; : 12345,
+  &quot;lineageDirection&quot; : &quot;INPUT&quot;,
+  &quot;lineageOnDemandPayload&quot; : {
+    &quot;property1&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;BOTH&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;INPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    }
+  },
+  &quot;relations&quot; : [ {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  }, {
+    &quot;fromEntityId&quot; : &quot;...&quot;,
+    &quot;relationshipId&quot; : &quot;...&quot;,
+    &quot;toEntityId&quot; : &quot;...&quot;
+  } ],
+  &quot;relationsOnDemand&quot; : {
+    &quot;property1&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    }
+  }
+}
+                </code>
+              </pre>
+            </div>
+          </div>
+        </div>
+      </div>
+
+      <div id="resource_LineageREST_getLineageGraph_POST">
+        <h3><span class="label label-default resource-method">POST</span> <span class="resource-path">/v2/lineage/{guid} <a href="../v2/lineage/{guid}" class="glyphicon glyphicon-new-window" target="_blank"></a></span></h3>
+
+        <p>Returns lineage info about entity.</p>
+
+        <table class="table resource-parameters">
+          <caption>Request Parameters</caption>
+          <thead>
+          <tr>
+            <th>name</th>
+            <th>type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="parameter-name">guid</span></td>
+            <td>path</td>
+            <td><span class="parameter-description"></span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-request-body">
+          <caption>Request Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Content-Type: application/json&quot; HTTP header to specify this media type to the server."><span class="request-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference">map of <a href="json_LineageOnDemandConstraints.html">LineageOnDemandConstraints</a>
+ (JSON)</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-codes">
+          <caption>Response Codes</caption>
+          <thead>
+          <tr>
+            <th>code</th>
+            <th>condition</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><span class="label label-success response-code">200</span></td>
+            <td><span class="response-condition">If Lineage exists for the given entity</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">400</span></td>
+            <td><span class="response-condition">Bad query parameters</span></td>
+          </tr>
+          <tr>
+            <td><span class="label label-warning response-code">404</span></td>
+            <td><span class="response-condition">If no lineage is found for the given entity</span></td>
+          </tr>
+          </tbody>
+        </table>
+
+        <table class="table resource-response-body">
+          <caption>Response Body</caption>
+          <thead>
+          <tr>
+            <th>media type</th>
+            <th>data type</th>
+            <th>description</th>
+          </tr>
+          </thead>
+          <tbody>
+          <tr>
+            <td><abbr data-toggle="tooltip" data-placement="top" title="Use the &quot;Accept: application/json&quot; HTTP header to request that this media type be provided by the server."><span class="response-type">application/json</span></abbr></td>
+            <td><span class="datatype-reference"><a href="json_AtlasLineageInfo.html">AtlasLineageInfo</a>
+ (JSON)</span></td>
+            <td><span class="response-description">AtlasLineageInfo</span></td>
+          </tr>
+          </tbody>
+        </table>
+        <h4>Example</h4>
+
+        <div class="container-fluid example panel">
+          <div class="row panel-body">
+            <div class="col-md-6">
+              <h5>Request</h5>
+              <pre>
+POST /v2/lineage/{guid}
+Content-Type: application/json
+Accept: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;...&quot; : {
+    &quot;depth&quot; : 12345,
+    &quot;direction&quot; : &quot;INPUT&quot;,
+    &quot;inputRelationsLimit&quot; : 12345,
+    &quot;outputRelationsLimit&quot; : 12345
+  }
+}
+                </code>
+              </pre>
+            </div>
+            <div class="col-md-6">
+              <h5>Response</h5>
+              <pre>
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+                <code class="prettyprint language-js">
+{
+  &quot;baseEntityGuid&quot; : &quot;...&quot;,
+  &quot;guidEntityMap&quot; : {
+    &quot;property1&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      } ],
+      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;attributes&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;typeName&quot; : &quot;...&quot;
+    },
+    &quot;property2&quot; : {
+      &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;classifications&quot; : [ {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      }, {
+        &quot;entityGuid&quot; : &quot;...&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;propagate&quot; : true,
+        &quot;removePropagationsOnEntityDelete&quot; : true,
+        &quot;validityPeriods&quot; : [ { }, { } ],
+        &quot;attributes&quot; : {
+          &quot;property1&quot; : { },
+          &quot;property2&quot; : { }
+        },
+        &quot;typeName&quot; : &quot;...&quot;
+      } ],
+      &quot;displayText&quot; : &quot;...&quot;,
+      &quot;guid&quot; : &quot;...&quot;,
+      &quot;isIncomplete&quot; : true,
+      &quot;labels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meaningNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;meanings&quot; : [ {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
+        &quot;relationGuid&quot; : &quot;...&quot;,
+        &quot;source&quot; : &quot;...&quot;,
+        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;steward&quot; : &quot;...&quot;,
+        &quot;termGuid&quot; : &quot;...&quot;
+      }, {
+        &quot;confidence&quot; : 12345,
+        &quot;createdBy&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayText&quot; : &quot;...&quot;,
+        &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;DEPRECATED&quot;,
@@ -305,6 +597,20 @@
   },
   &quot;lineageDepth&quot; : 12345,
   &quot;lineageDirection&quot; : &quot;OUTPUT&quot;,
+  &quot;lineageOnDemandPayload&quot; : {
+    &quot;property1&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;OUTPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;BOTH&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    }
+  },
   &quot;relations&quot; : [ {
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;relationshipId&quot; : &quot;...&quot;,
@@ -313,7 +619,21 @@
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;relationshipId&quot; : &quot;...&quot;,
     &quot;toEntityId&quot; : &quot;...&quot;
-  } ]
+  } ],
+  &quot;relationsOnDemand&quot; : {
+    &quot;property1&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    }
+  }
 }
                 </code>
               </pre>
@@ -441,7 +761,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -452,7 +772,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -473,9 +793,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;VALIDATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -484,13 +805,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DEPRECATED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;PURGED&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -512,7 +834,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;DELETED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -533,9 +855,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;PROPOSED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -544,13 +867,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -559,7 +883,21 @@
     }
   },
   &quot;lineageDepth&quot; : 12345,
-  &quot;lineageDirection&quot; : &quot;OUTPUT&quot;,
+  &quot;lineageDirection&quot; : &quot;INPUT&quot;,
+  &quot;lineageOnDemandPayload&quot; : {
+    &quot;property1&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;OUTPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;depth&quot; : 12345,
+      &quot;direction&quot; : &quot;OUTPUT&quot;,
+      &quot;inputRelationsLimit&quot; : 12345,
+      &quot;outputRelationsLimit&quot; : 12345
+    }
+  },
   &quot;relations&quot; : [ {
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;relationshipId&quot; : &quot;...&quot;,
@@ -568,7 +906,21 @@
     &quot;fromEntityId&quot; : &quot;...&quot;,
     &quot;relationshipId&quot; : &quot;...&quot;,
     &quot;toEntityId&quot; : &quot;...&quot;
-  } ]
+  } ],
+  &quot;relationsOnDemand&quot; : {
+    &quot;property1&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    },
+    &quot;property2&quot; : {
+      &quot;hasMoreInputs&quot; : true,
+      &quot;hasMoreOutputs&quot; : true,
+      &quot;inputRelationsCount&quot; : 12345,
+      &quot;outputRelationsCount&quot; : 12345
+    }
+  }
 }
                 </code>
               </pre>
diff --git a/api/v2/resource_RelationshipREST.html b/api/v2/resource_RelationshipREST.html
index c4b48e1..b56f392 100644
--- a/api/v2/resource_RelationshipREST.html
+++ b/api/v2/resource_RelationshipREST.html
@@ -135,7 +135,7 @@
 {
   &quot;blockedPropagatedClassifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -154,7 +154,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -193,10 +193,10 @@
   &quot;guid&quot; : &quot;...&quot;,
   &quot;homeId&quot; : &quot;...&quot;,
   &quot;label&quot; : &quot;...&quot;,
-  &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+  &quot;propagateTags&quot; : &quot;NONE&quot;,
   &quot;propagatedClassifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -215,7 +215,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -276,7 +276,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -337,7 +337,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -356,7 +356,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   } ],
   &quot;provenanceType&quot; : 12345,
-  &quot;status&quot; : &quot;DELETED&quot;,
+  &quot;status&quot; : &quot;ACTIVE&quot;,
   &quot;updateTime&quot; : 12345,
   &quot;updatedBy&quot; : &quot;...&quot;,
   &quot;version&quot; : 12345,
@@ -496,10 +496,10 @@
   &quot;guid&quot; : &quot;...&quot;,
   &quot;homeId&quot; : &quot;...&quot;,
   &quot;label&quot; : &quot;...&quot;,
-  &quot;propagateTags&quot; : &quot;BOTH&quot;,
+  &quot;propagateTags&quot; : &quot;NONE&quot;,
   &quot;propagatedClassifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -518,7 +518,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -560,7 +560,7 @@
 {
   &quot;blockedPropagatedClassifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -579,7 +579,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;DELETED&quot;,
+    &quot;entityStatus&quot; : &quot;PURGED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -618,10 +618,10 @@
   &quot;guid&quot; : &quot;...&quot;,
   &quot;homeId&quot; : &quot;...&quot;,
   &quot;label&quot; : &quot;...&quot;,
-  &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+  &quot;propagateTags&quot; : &quot;NONE&quot;,
   &quot;propagatedClassifications&quot; : [ {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -640,7 +640,7 @@
     &quot;typeName&quot; : &quot;...&quot;
   }, {
     &quot;entityGuid&quot; : &quot;...&quot;,
-    &quot;entityStatus&quot; : &quot;PURGED&quot;,
+    &quot;entityStatus&quot; : &quot;DELETED&quot;,
     &quot;propagate&quot; : true,
     &quot;removePropagationsOnEntityDelete&quot; : true,
     &quot;validityPeriods&quot; : [ {
@@ -810,7 +810,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -821,7 +821,7 @@
         &quot;typeName&quot; : &quot;...&quot;
       }, {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+        &quot;entityStatus&quot; : &quot;PURGED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -842,6 +842,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
         &quot;status&quot; : &quot;PROPOSED&quot;,
@@ -853,13 +854,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;DEPRECATED&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;ACTIVE&quot;,
+      &quot;status&quot; : &quot;DELETED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -870,7 +872,7 @@
       &quot;classificationNames&quot; : [ &quot;...&quot;, &quot;...&quot; ],
       &quot;classifications&quot; : [ {
         &quot;entityGuid&quot; : &quot;...&quot;,
-        &quot;entityStatus&quot; : &quot;PURGED&quot;,
+        &quot;entityStatus&quot; : &quot;DELETED&quot;,
         &quot;propagate&quot; : true,
         &quot;removePropagationsOnEntityDelete&quot; : true,
         &quot;validityPeriods&quot; : [ { }, { } ],
@@ -902,9 +904,10 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;IMPORTED&quot;,
+        &quot;status&quot; : &quot;OTHER&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       }, {
@@ -913,13 +916,14 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayText&quot; : &quot;...&quot;,
         &quot;expression&quot; : &quot;...&quot;,
+        &quot;qualifiedName&quot; : &quot;...&quot;,
         &quot;relationGuid&quot; : &quot;...&quot;,
         &quot;source&quot; : &quot;...&quot;,
-        &quot;status&quot; : &quot;DISCOVERED&quot;,
+        &quot;status&quot; : &quot;OBSOLETE&quot;,
         &quot;steward&quot; : &quot;...&quot;,
         &quot;termGuid&quot; : &quot;...&quot;
       } ],
-      &quot;status&quot; : &quot;DELETED&quot;,
+      &quot;status&quot; : &quot;PURGED&quot;,
       &quot;attributes&quot; : {
         &quot;property1&quot; : { },
         &quot;property2&quot; : { }
@@ -941,7 +945,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     }, {
       &quot;entityGuid&quot; : &quot;...&quot;,
-      &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
+      &quot;entityStatus&quot; : &quot;DELETED&quot;,
       &quot;propagate&quot; : true,
       &quot;removePropagationsOnEntityDelete&quot; : true,
       &quot;validityPeriods&quot; : [ { }, { } ],
@@ -972,7 +976,7 @@
     &quot;guid&quot; : &quot;...&quot;,
     &quot;homeId&quot; : &quot;...&quot;,
     &quot;label&quot; : &quot;...&quot;,
-    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
     &quot;propagatedClassifications&quot; : [ {
       &quot;entityGuid&quot; : &quot;...&quot;,
       &quot;entityStatus&quot; : &quot;ACTIVE&quot;,
@@ -997,7 +1001,7 @@
       &quot;typeName&quot; : &quot;...&quot;
     } ],
     &quot;provenanceType&quot; : 12345,
-    &quot;status&quot; : &quot;ACTIVE&quot;,
+    &quot;status&quot; : &quot;DELETED&quot;,
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345,
diff --git a/api/v2/resource_TypesREST.html b/api/v2/resource_TypesREST.html
index 0a690e8..763db1f 100644
--- a/api/v2/resource_TypesREST.html
+++ b/api/v2/resource_TypesREST.html
@@ -148,13 +148,13 @@
 {
   &quot;businessMetadataDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -168,13 +168,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -188,7 +188,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -222,7 +222,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -236,7 +236,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -256,7 +256,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -294,7 +294,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -308,7 +308,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -328,7 +328,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -359,184 +359,7 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
-  &quot;entityDefs&quot; : [ {
-    &quot;businessAttributeDefs&quot; : {
-      &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ],
-      &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ]
-    },
-    &quot;relationshipAttributeDefs&quot; : [ {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -555,228 +378,6 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;businessAttributeDefs&quot; : {
-      &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ],
-      &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ]
-    },
-    &quot;relationshipAttributeDefs&quot; : [ {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
     }, {
       &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
@@ -825,101 +426,138 @@
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345
   } ],
-  &quot;enumDefs&quot; : [ {
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;elementDefs&quot; : [ {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    }, {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
     },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;elementDefs&quot; : [ {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    }, {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
+    &quot;relationshipAttributeDefs&quot; : [ {
       &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;endDef2&quot; : {
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
       &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;propagateTags&quot; : &quot;NONE&quot;,
-    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
       &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
@@ -941,7 +579,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -988,8 +626,283 @@
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345
   }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
     &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -1004,8 +917,8 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;
     },
-    &quot;propagateTags&quot; : &quot;NONE&quot;,
-    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
       &quot;cardinality&quot; : &quot;LIST&quot;,
@@ -1048,6 +961,93 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
     &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
@@ -1077,7 +1077,7 @@
   } ],
   &quot;structDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -1117,7 +1117,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -1145,7 +1145,7 @@
     &quot;version&quot; : 12345
   }, {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -1165,7 +1165,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -1185,7 +1185,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -1297,7 +1297,7 @@
 {
   &quot;businessMetadataDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -1317,13 +1317,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -1337,7 +1337,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -1391,7 +1391,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -1405,7 +1405,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -1437,13 +1437,13 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -1457,13 +1457,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -1477,7 +1477,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -1534,7 +1534,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -1548,7 +1548,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -1578,6 +1578,205 @@
   &quot;entityDefs&quot; : [ {
     &quot;businessAttributeDefs&quot; : {
       &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
         &quot;cardinality&quot; : &quot;SINGLE&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
@@ -1625,7 +1824,7 @@
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayName&quot; : &quot;...&quot;,
         &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;indexType&quot; : &quot;STRING&quot;,
         &quot;isIndexable&quot; : true,
         &quot;isOptional&quot; : true,
         &quot;isUnique&quot; : true,
@@ -1663,28 +1862,6 @@
     &quot;relationshipAttributeDefs&quot; : [ {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
       &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
@@ -1704,183 +1881,6 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;businessAttributeDefs&quot; : {
-      &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ],
-      &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ]
-    },
-    &quot;relationshipAttributeDefs&quot; : [ {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
     }, {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
@@ -1907,13 +1907,13 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -1927,7 +1927,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -1985,7 +1985,7 @@
       &quot;ordinal&quot; : 12345,
       &quot;value&quot; : &quot;...&quot;
     } ],
-    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -2022,7 +2022,7 @@
       &quot;ordinal&quot; : 12345,
       &quot;value&quot; : &quot;...&quot;
     } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -2051,7 +2051,7 @@
   } ],
   &quot;relationshipDefs&quot; : [ {
     &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -2059,18 +2059,18 @@
       &quot;type&quot; : &quot;...&quot;
     },
     &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;
     },
-    &quot;propagateTags&quot; : &quot;BOTH&quot;,
-    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -2096,7 +2096,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -2110,7 +2110,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -2138,7 +2138,7 @@
     &quot;version&quot; : 12345
   }, {
     &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -2146,7 +2146,7 @@
       &quot;type&quot; : &quot;...&quot;
     },
     &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -2177,7 +2177,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -2197,7 +2197,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -2226,7 +2226,7 @@
   } ],
   &quot;structDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -2246,13 +2246,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -2266,7 +2266,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -2314,7 +2314,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -2334,7 +2334,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -2458,13 +2458,13 @@
 {
   &quot;businessMetadataDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -2478,13 +2478,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -2498,7 +2498,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -2526,7 +2526,27 @@
     &quot;version&quot; : 12345
   }, {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -2545,13 +2565,136 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
     }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
       &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
       &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
@@ -2593,159 +2736,16 @@
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345
   } ],
-  &quot;classificationDefs&quot; : [ {
-    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
   &quot;entityDefs&quot; : [ {
     &quot;businessAttributeDefs&quot; : {
       &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;cardinality&quot; : &quot;LIST&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayName&quot; : &quot;...&quot;,
         &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;indexType&quot; : &quot;STRING&quot;,
         &quot;isIndexable&quot; : true,
         &quot;isOptional&quot; : true,
         &quot;isUnique&quot; : true,
@@ -2759,7 +2759,7 @@
         &quot;valuesMaxCount&quot; : 12345,
         &quot;valuesMinCount&quot; : 12345
       }, {
-        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
@@ -2824,13 +2824,13 @@
     &quot;relationshipAttributeDefs&quot; : [ {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -2869,7 +2869,7 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -2909,7 +2909,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -2938,7 +2938,7 @@
   }, {
     &quot;businessAttributeDefs&quot; : {
       &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;cardinality&quot; : &quot;SET&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
@@ -2958,13 +2958,13 @@
         &quot;valuesMaxCount&quot; : 12345,
         &quot;valuesMinCount&quot; : 12345
       }, {
-        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayName&quot; : &quot;...&quot;,
         &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;indexType&quot; : &quot;STRING&quot;,
         &quot;isIndexable&quot; : true,
         &quot;isOptional&quot; : true,
         &quot;isUnique&quot; : true,
@@ -2979,7 +2979,7 @@
         &quot;valuesMinCount&quot; : 12345
       } ],
       &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;cardinality&quot; : &quot;LIST&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
@@ -2999,7 +2999,7 @@
         &quot;valuesMaxCount&quot; : 12345,
         &quot;valuesMinCount&quot; : 12345
       }, {
-        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
@@ -3023,13 +3023,13 @@
     &quot;relationshipAttributeDefs&quot; : [ {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -3045,13 +3045,13 @@
     }, {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -3094,6 +3094,256 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;enumDefs&quot; : [ {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;elementDefs&quot; : [ {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    }, {
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;ordinal&quot; : 12345,
+      &quot;value&quot; : &quot;...&quot;
+    } ],
+    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;relationshipDefs&quot; : [ {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;endDef1&quot; : {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;endDef2&quot; : {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;isContainer&quot; : true,
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;type&quot; : &quot;...&quot;
+    },
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
+    &quot;relationshipLabel&quot; : &quot;...&quot;,
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
       &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
@@ -3135,265 +3385,15 @@
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345
   } ],
-  &quot;enumDefs&quot; : [ {
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;elementDefs&quot; : [ {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    }, {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    } ],
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;elementDefs&quot; : [ {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    }, {
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;ordinal&quot; : 12345,
-      &quot;value&quot; : &quot;...&quot;
-    } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
-  &quot;relationshipDefs&quot; : [ {
-    &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
-    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;MAP&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;isContainer&quot; : true,
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;type&quot; : &quot;...&quot;
-    },
-    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
-    &quot;relationshipLabel&quot; : &quot;...&quot;,
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
   &quot;structDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -3407,13 +3407,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -3427,7 +3427,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -3455,7 +3455,7 @@
     &quot;version&quot; : 12345
   }, {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -3475,7 +3475,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -3536,6 +3536,417 @@
 {
   &quot;businessMetadataDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;classificationDefs&quot; : [ {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  } ],
+  &quot;entityDefs&quot; : [ {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
       &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
@@ -3603,218 +4014,6 @@
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345
   }, {
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
-  &quot;classificationDefs&quot; : [ {
-    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;entityTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  } ],
-  &quot;entityDefs&quot; : [ {
     &quot;businessAttributeDefs&quot; : {
       &quot;property1&quot; : [ {
         &quot;cardinality&quot; : &quot;LIST&quot;,
@@ -3837,252 +4036,33 @@
         &quot;valuesMaxCount&quot; : 12345,
         &quot;valuesMinCount&quot; : 12345
       }, {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ],
-      &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ]
-    },
-    &quot;relationshipAttributeDefs&quot; : [ {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;MAP&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;businessAttributeDefs&quot; : {
-      &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ],
-      &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
         &quot;cardinality&quot; : &quot;SET&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayName&quot; : &quot;...&quot;,
         &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
         &quot;indexType&quot; : &quot;STRING&quot;,
         &quot;isIndexable&quot; : true,
         &quot;isOptional&quot; : true,
@@ -4096,6 +4076,26 @@
         &quot;typeName&quot; : &quot;...&quot;,
         &quot;valuesMaxCount&quot; : 12345,
         &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
       } ]
     },
     &quot;relationshipAttributeDefs&quot; : [ {
@@ -4107,7 +4107,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -4129,7 +4129,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -4146,26 +4146,6 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
       &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
@@ -4185,8 +4165,28 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -4224,7 +4224,7 @@
       &quot;ordinal&quot; : 12345,
       &quot;value&quot; : &quot;...&quot;
     } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -4298,7 +4298,7 @@
       &quot;type&quot; : &quot;...&quot;
     },
     &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -4309,7 +4309,7 @@
     &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -4349,7 +4349,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+    &quot;category&quot; : &quot;ENUM&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -4377,7 +4377,7 @@
     &quot;version&quot; : 12345
   }, {
     &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -4385,18 +4385,18 @@
       &quot;type&quot; : &quot;...&quot;
     },
     &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;
     },
-    &quot;propagateTags&quot; : &quot;BOTH&quot;,
-    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -4465,6 +4465,26 @@
   } ],
   &quot;structDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
       &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
@@ -4484,6 +4504,54 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
+  }, {
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
     }, {
       &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
@@ -4531,74 +4599,6 @@
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345
-  }, {
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;STRUCT&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
   } ]
 }
                 </code>
@@ -4715,13 +4715,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -4735,7 +4735,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;category&quot; : &quot;MAP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -4763,6 +4763,26 @@
     &quot;version&quot; : 12345
   }, {
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
       &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
@@ -4782,28 +4802,8 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+    &quot;category&quot; : &quot;ARRAY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -4875,7 +4875,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -4906,27 +4906,7 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -4945,8 +4925,28 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -4996,7 +4996,7 @@
         &quot;valuesMaxCount&quot; : 12345,
         &quot;valuesMinCount&quot; : 12345
       }, {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;cardinality&quot; : &quot;LIST&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
@@ -5017,7 +5017,7 @@
         &quot;valuesMinCount&quot; : 12345
       } ],
       &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;cardinality&quot; : &quot;LIST&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
@@ -5067,7 +5067,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -5083,7 +5083,7 @@
     }, {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5106,7 +5106,7 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5146,7 +5146,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;STRUCT&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -5175,13 +5175,13 @@
   }, {
     &quot;businessAttributeDefs&quot; : {
       &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;cardinality&quot; : &quot;SET&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayName&quot; : &quot;...&quot;,
         &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;indexType&quot; : &quot;STRING&quot;,
         &quot;isIndexable&quot; : true,
         &quot;isOptional&quot; : true,
         &quot;isUnique&quot; : true,
@@ -5195,13 +5195,13 @@
         &quot;valuesMaxCount&quot; : 12345,
         &quot;valuesMinCount&quot; : 12345
       }, {
-        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;cardinality&quot; : &quot;SET&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayName&quot; : &quot;...&quot;,
         &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
         &quot;isIndexable&quot; : true,
         &quot;isOptional&quot; : true,
         &quot;isUnique&quot; : true,
@@ -5260,7 +5260,7 @@
     &quot;relationshipAttributeDefs&quot; : [ {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5305,13 +5305,13 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -5331,7 +5331,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -5383,7 +5383,7 @@
       &quot;ordinal&quot; : 12345,
       &quot;value&quot; : &quot;...&quot;
     } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -5449,7 +5449,7 @@
   } ],
   &quot;relationshipDefs&quot; : [ {
     &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -5468,7 +5468,7 @@
     &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5488,7 +5488,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5508,7 +5508,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -5536,7 +5536,7 @@
     &quot;version&quot; : 12345
   }, {
     &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -5551,11 +5551,11 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;
     },
-    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
-    &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5575,13 +5575,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -5664,7 +5664,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;PRIMITIVE&quot;,
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -5692,7 +5692,7 @@
     &quot;version&quot; : 12345
   }, {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5712,13 +5712,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -5732,7 +5732,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -5773,7 +5773,7 @@
 {
   &quot;businessMetadataDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5799,7 +5799,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -5813,7 +5813,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -5841,26 +5841,6 @@
     &quot;version&quot; : 12345
   }, {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
       &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
@@ -5880,8 +5860,28 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -5913,7 +5913,7 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -5933,13 +5933,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -5953,7 +5953,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -5984,6 +5984,26 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
       &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
@@ -6003,28 +6023,8 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;category&quot; : &quot;PRIMITIVE&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -6054,13 +6054,13 @@
   &quot;entityDefs&quot; : [ {
     &quot;businessAttributeDefs&quot; : {
       &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;cardinality&quot; : &quot;SET&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayName&quot; : &quot;...&quot;,
         &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
         &quot;isIndexable&quot; : true,
         &quot;isOptional&quot; : true,
         &quot;isUnique&quot; : true,
@@ -6074,13 +6074,13 @@
         &quot;valuesMaxCount&quot; : 12345,
         &quot;valuesMinCount&quot; : 12345
       }, {
-        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;cardinality&quot; : &quot;LIST&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
         &quot;displayName&quot; : &quot;...&quot;,
         &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
         &quot;isIndexable&quot; : true,
         &quot;isOptional&quot; : true,
         &quot;isUnique&quot; : true,
@@ -6095,7 +6095,7 @@
         &quot;valuesMinCount&quot; : 12345
       } ],
       &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
         &quot;constraints&quot; : [ { }, { } ],
         &quot;defaultValue&quot; : &quot;...&quot;,
         &quot;description&quot; : &quot;...&quot;,
@@ -6139,71 +6139,6 @@
     &quot;relationshipAttributeDefs&quot; : [ {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;SET&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;STRING&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-    &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
-    }, {
       &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
@@ -6223,140 +6158,6 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
-    } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
-    &quot;createTime&quot; : 12345,
-    &quot;createdBy&quot; : &quot;...&quot;,
-    &quot;dateFormatter&quot; : {
-      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
-      &quot;calendar&quot; : 12345,
-      &quot;dateInstance&quot; : { },
-      &quot;dateTimeInstance&quot; : { },
-      &quot;instance&quot; : { },
-      &quot;lenient&quot; : true,
-      &quot;numberFormat&quot; : { },
-      &quot;timeInstance&quot; : { },
-      &quot;timeZone&quot; : { }
-    },
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;guid&quot; : &quot;...&quot;,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;serviceType&quot; : &quot;...&quot;,
-    &quot;typeVersion&quot; : &quot;...&quot;,
-    &quot;updateTime&quot; : 12345,
-    &quot;updatedBy&quot; : &quot;...&quot;,
-    &quot;version&quot; : 12345
-  }, {
-    &quot;businessAttributeDefs&quot; : {
-      &quot;property1&quot; : [ {
-        &quot;cardinality&quot; : &quot;SET&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ],
-      &quot;property2&quot; : [ {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;STRING&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      }, {
-        &quot;cardinality&quot; : &quot;LIST&quot;,
-        &quot;constraints&quot; : [ { }, { } ],
-        &quot;defaultValue&quot; : &quot;...&quot;,
-        &quot;description&quot; : &quot;...&quot;,
-        &quot;displayName&quot; : &quot;...&quot;,
-        &quot;includeInNotification&quot; : true,
-        &quot;indexType&quot; : &quot;DEFAULT&quot;,
-        &quot;isIndexable&quot; : true,
-        &quot;isOptional&quot; : true,
-        &quot;isUnique&quot; : true,
-        &quot;name&quot; : &quot;...&quot;,
-        &quot;options&quot; : {
-          &quot;property1&quot; : &quot;...&quot;,
-          &quot;property2&quot; : &quot;...&quot;
-        },
-        &quot;searchWeight&quot; : 12345,
-        &quot;typeName&quot; : &quot;...&quot;,
-        &quot;valuesMaxCount&quot; : 12345,
-        &quot;valuesMinCount&quot; : 12345
-      } ]
-    },
-    &quot;relationshipAttributeDefs&quot; : [ {
-      &quot;isLegacyAttribute&quot; : true,
-      &quot;relationshipTypeName&quot; : &quot;...&quot;,
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
     }, {
       &quot;isLegacyAttribute&quot; : true,
       &quot;relationshipTypeName&quot; : &quot;...&quot;,
@@ -6383,7 +6184,7 @@
     &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -6449,6 +6250,205 @@
     &quot;updateTime&quot; : 12345,
     &quot;updatedBy&quot; : &quot;...&quot;,
     &quot;version&quot; : 12345
+  }, {
+    &quot;businessAttributeDefs&quot; : {
+      &quot;property1&quot; : [ {
+        &quot;cardinality&quot; : &quot;SINGLE&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;SET&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ],
+      &quot;property2&quot; : [ {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;DEFAULT&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      }, {
+        &quot;cardinality&quot; : &quot;LIST&quot;,
+        &quot;constraints&quot; : [ { }, { } ],
+        &quot;defaultValue&quot; : &quot;...&quot;,
+        &quot;description&quot; : &quot;...&quot;,
+        &quot;displayName&quot; : &quot;...&quot;,
+        &quot;includeInNotification&quot; : true,
+        &quot;indexType&quot; : &quot;STRING&quot;,
+        &quot;isIndexable&quot; : true,
+        &quot;isOptional&quot; : true,
+        &quot;isUnique&quot; : true,
+        &quot;name&quot; : &quot;...&quot;,
+        &quot;options&quot; : {
+          &quot;property1&quot; : &quot;...&quot;,
+          &quot;property2&quot; : &quot;...&quot;
+        },
+        &quot;searchWeight&quot; : 12345,
+        &quot;typeName&quot; : &quot;...&quot;,
+        &quot;valuesMaxCount&quot; : 12345,
+        &quot;valuesMinCount&quot; : 12345
+      } ]
+    },
+    &quot;relationshipAttributeDefs&quot; : [ {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;isLegacyAttribute&quot; : true,
+      &quot;relationshipTypeName&quot; : &quot;...&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+    &quot;attributeDefs&quot; : [ {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;STRING&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    } ],
+    &quot;category&quot; : &quot;STRUCT&quot;,
+    &quot;createTime&quot; : 12345,
+    &quot;createdBy&quot; : &quot;...&quot;,
+    &quot;dateFormatter&quot; : {
+      &quot;availableLocales&quot; : [ &quot;...&quot;, &quot;...&quot; ],
+      &quot;calendar&quot; : 12345,
+      &quot;dateInstance&quot; : { },
+      &quot;dateTimeInstance&quot; : { },
+      &quot;instance&quot; : { },
+      &quot;lenient&quot; : true,
+      &quot;numberFormat&quot; : { },
+      &quot;timeInstance&quot; : { },
+      &quot;timeZone&quot; : { }
+    },
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;guid&quot; : &quot;...&quot;,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;serviceType&quot; : &quot;...&quot;,
+    &quot;typeVersion&quot; : &quot;...&quot;,
+    &quot;updateTime&quot; : 12345,
+    &quot;updatedBy&quot; : &quot;...&quot;,
+    &quot;version&quot; : 12345
   } ],
   &quot;enumDefs&quot; : [ {
     &quot;defaultValue&quot; : &quot;...&quot;,
@@ -6461,7 +6461,7 @@
       &quot;ordinal&quot; : 12345,
       &quot;value&quot; : &quot;...&quot;
     } ],
-    &quot;category&quot; : &quot;MAP&quot;,
+    &quot;category&quot; : &quot;ENTITY&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -6498,7 +6498,7 @@
       &quot;ordinal&quot; : 12345,
       &quot;value&quot; : &quot;...&quot;
     } ],
-    &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+    &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -6535,18 +6535,18 @@
       &quot;type&quot; : &quot;...&quot;
     },
     &quot;endDef2&quot; : {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
       &quot;name&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;
     },
-    &quot;propagateTags&quot; : &quot;TWO_TO_ONE&quot;,
-    &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
+    &quot;relationshipCategory&quot; : &quot;ASSOCIATION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;SINGLE&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -6586,7 +6586,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -6614,7 +6614,7 @@
     &quot;version&quot; : 12345
   }, {
     &quot;endDef1&quot; : {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;isContainer&quot; : true,
       &quot;isLegacyAttribute&quot; : true,
@@ -6629,7 +6629,7 @@
       &quot;name&quot; : &quot;...&quot;,
       &quot;type&quot; : &quot;...&quot;
     },
-    &quot;propagateTags&quot; : &quot;NONE&quot;,
+    &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
     &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
     &quot;relationshipLabel&quot; : &quot;...&quot;,
     &quot;attributeDefs&quot; : [ {
@@ -6639,6 +6639,26 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
+      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;isIndexable&quot; : true,
+      &quot;isOptional&quot; : true,
+      &quot;isUnique&quot; : true,
+      &quot;name&quot; : &quot;...&quot;,
+      &quot;options&quot; : {
+        &quot;property1&quot; : &quot;...&quot;,
+        &quot;property2&quot; : &quot;...&quot;
+      },
+      &quot;searchWeight&quot; : 12345,
+      &quot;typeName&quot; : &quot;...&quot;,
+      &quot;valuesMaxCount&quot; : 12345,
+      &quot;valuesMinCount&quot; : 12345
+    }, {
+      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;constraints&quot; : [ { }, { } ],
+      &quot;defaultValue&quot; : &quot;...&quot;,
+      &quot;description&quot; : &quot;...&quot;,
+      &quot;displayName&quot; : &quot;...&quot;,
+      &quot;includeInNotification&quot; : true,
       &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
@@ -6652,28 +6672,8 @@
       &quot;typeName&quot; : &quot;...&quot;,
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
-    }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
-      &quot;constraints&quot; : [ { }, { } ],
-      &quot;defaultValue&quot; : &quot;...&quot;,
-      &quot;description&quot; : &quot;...&quot;,
-      &quot;displayName&quot; : &quot;...&quot;,
-      &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
-      &quot;isIndexable&quot; : true,
-      &quot;isOptional&quot; : true,
-      &quot;isUnique&quot; : true,
-      &quot;name&quot; : &quot;...&quot;,
-      &quot;options&quot; : {
-        &quot;property1&quot; : &quot;...&quot;,
-        &quot;property2&quot; : &quot;...&quot;
-      },
-      &quot;searchWeight&quot; : 12345,
-      &quot;typeName&quot; : &quot;...&quot;,
-      &quot;valuesMaxCount&quot; : 12345,
-      &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ARRAY&quot;,
+    &quot;category&quot; : &quot;OBJECT_ID_TYPE&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -6702,7 +6702,7 @@
   } ],
   &quot;structDefs&quot; : [ {
     &quot;attributeDefs&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
@@ -6722,13 +6722,13 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;LIST&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ { }, { } ],
       &quot;defaultValue&quot; : &quot;...&quot;,
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -6742,7 +6742,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENUM&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -6776,7 +6776,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -6796,7 +6796,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -6810,7 +6810,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     } ],
-    &quot;category&quot; : &quot;ENTITY&quot;,
+    &quot;category&quot; : &quot;RELATIONSHIP&quot;,
     &quot;createTime&quot; : 12345,
     &quot;createdBy&quot; : &quot;...&quot;,
     &quot;dateFormatter&quot; : {
@@ -7017,7 +7017,7 @@
                 <code class="prettyprint language-js">
 {
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -7035,7 +7035,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -7081,7 +7081,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -7105,7 +7105,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -7228,7 +7228,7 @@
                 <code class="prettyprint language-js">
 {
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -7246,7 +7246,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -7292,7 +7292,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;ENUM&quot;,
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -7316,7 +7316,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;CEILING&quot;
+      &quot;roundingMode&quot; : &quot;DOWN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -7442,7 +7442,7 @@
   &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -7506,7 +7506,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;RELATIONSHIP&quot;,
+  &quot;category&quot; : &quot;STRUCT&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -7530,7 +7530,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;FLOOR&quot;
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -7656,7 +7656,7 @@
   &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -7688,7 +7688,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   }, {
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -7706,7 +7706,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;indexType&quot; : &quot;STRING&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -7720,7 +7720,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;ENUM&quot;,
+  &quot;category&quot; : &quot;ENTITY&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -7744,7 +7744,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;FLOOR&quot;
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -7868,7 +7868,7 @@
 {
   &quot;businessAttributeDefs&quot; : {
     &quot;property1&quot; : [ {
-      &quot;cardinality&quot; : &quot;SET&quot;,
+      &quot;cardinality&quot; : &quot;LIST&quot;,
       &quot;constraints&quot; : [ {
         &quot;params&quot; : {
           &quot;property1&quot; : { },
@@ -7886,7 +7886,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -7900,7 +7900,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ {
         &quot;params&quot; : {
           &quot;property1&quot; : { },
@@ -8001,7 +8001,7 @@
   &quot;relationshipAttributeDefs&quot; : [ {
     &quot;isLegacyAttribute&quot; : true,
     &quot;relationshipTypeName&quot; : &quot;...&quot;,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -8035,7 +8035,7 @@
   }, {
     &quot;isLegacyAttribute&quot; : true,
     &quot;relationshipTypeName&quot; : &quot;...&quot;,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -8053,7 +8053,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -8088,7 +8088,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;indexType&quot; : &quot;STRING&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -8120,7 +8120,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -8134,7 +8134,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;category&quot; : &quot;MAP&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -8158,7 +8158,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UP&quot;
+      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -8314,7 +8314,7 @@
       &quot;valuesMaxCount&quot; : 12345,
       &quot;valuesMinCount&quot; : 12345
     }, {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ {
         &quot;params&quot; : {
           &quot;property1&quot; : { },
@@ -8347,7 +8347,7 @@
       &quot;valuesMinCount&quot; : 12345
     } ],
     &quot;property2&quot; : [ {
-      &quot;cardinality&quot; : &quot;SINGLE&quot;,
+      &quot;cardinality&quot; : &quot;SET&quot;,
       &quot;constraints&quot; : [ {
         &quot;params&quot; : {
           &quot;property1&quot; : { },
@@ -8365,7 +8365,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -8397,7 +8397,7 @@
       &quot;description&quot; : &quot;...&quot;,
       &quot;displayName&quot; : &quot;...&quot;,
       &quot;includeInNotification&quot; : true,
-      &quot;indexType&quot; : &quot;DEFAULT&quot;,
+      &quot;indexType&quot; : &quot;STRING&quot;,
       &quot;isIndexable&quot; : true,
       &quot;isOptional&quot; : true,
       &quot;isUnique&quot; : true,
@@ -8415,7 +8415,7 @@
   &quot;relationshipAttributeDefs&quot; : [ {
     &quot;isLegacyAttribute&quot; : true,
     &quot;relationshipTypeName&quot; : &quot;...&quot;,
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -8433,7 +8433,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;indexType&quot; : &quot;DEFAULT&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -8484,7 +8484,7 @@
   &quot;subTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;superTypes&quot; : [ &quot;...&quot;, &quot;...&quot; ],
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;SET&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -8516,7 +8516,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   }, {
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -8548,7 +8548,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
+  &quot;category&quot; : &quot;STRUCT&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -8704,7 +8704,7 @@
     &quot;ordinal&quot; : 12345,
     &quot;value&quot; : &quot;...&quot;
   } ],
-  &quot;category&quot; : &quot;MAP&quot;,
+  &quot;category&quot; : &quot;CLASSIFICATION&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -8728,7 +8728,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_UP&quot;
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -8884,7 +8884,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -9022,42 +9022,10 @@
     &quot;name&quot; : &quot;...&quot;,
     &quot;type&quot; : &quot;...&quot;
   },
-  &quot;propagateTags&quot; : &quot;NONE&quot;,
+  &quot;propagateTags&quot; : &quot;BOTH&quot;,
   &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
   &quot;relationshipLabel&quot; : &quot;...&quot;,
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;LIST&quot;,
-    &quot;constraints&quot; : [ {
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;type&quot; : &quot;...&quot;
-    }, {
-      &quot;params&quot; : {
-        &quot;property1&quot; : { },
-        &quot;property2&quot; : { }
-      },
-      &quot;type&quot; : &quot;...&quot;
-    } ],
-    &quot;defaultValue&quot; : &quot;...&quot;,
-    &quot;description&quot; : &quot;...&quot;,
-    &quot;displayName&quot; : &quot;...&quot;,
-    &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;STRING&quot;,
-    &quot;isIndexable&quot; : true,
-    &quot;isOptional&quot; : true,
-    &quot;isUnique&quot; : true,
-    &quot;name&quot; : &quot;...&quot;,
-    &quot;options&quot; : {
-      &quot;property1&quot; : &quot;...&quot;,
-      &quot;property2&quot; : &quot;...&quot;
-    },
-    &quot;searchWeight&quot; : 12345,
-    &quot;typeName&quot; : &quot;...&quot;,
-    &quot;valuesMaxCount&quot; : 12345,
-    &quot;valuesMinCount&quot; : 12345
-  }, {
     &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
@@ -9089,8 +9057,40 @@
     &quot;typeName&quot; : &quot;...&quot;,
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
+  }, {
+    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;constraints&quot; : [ {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    }, {
+      &quot;params&quot; : {
+        &quot;property1&quot; : { },
+        &quot;property2&quot; : { }
+      },
+      &quot;type&quot; : &quot;...&quot;
+    } ],
+    &quot;defaultValue&quot; : &quot;...&quot;,
+    &quot;description&quot; : &quot;...&quot;,
+    &quot;displayName&quot; : &quot;...&quot;,
+    &quot;includeInNotification&quot; : true,
+    &quot;indexType&quot; : &quot;STRING&quot;,
+    &quot;isIndexable&quot; : true,
+    &quot;isOptional&quot; : true,
+    &quot;isUnique&quot; : true,
+    &quot;name&quot; : &quot;...&quot;,
+    &quot;options&quot; : {
+      &quot;property1&quot; : &quot;...&quot;,
+      &quot;property2&quot; : &quot;...&quot;
+    },
+    &quot;searchWeight&quot; : 12345,
+    &quot;typeName&quot; : &quot;...&quot;,
+    &quot;valuesMaxCount&quot; : 12345,
+    &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+  &quot;category&quot; : &quot;ENUM&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -9114,7 +9114,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;DOWN&quot;
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -9237,7 +9237,7 @@
                 <code class="prettyprint language-js">
 {
   &quot;endDef1&quot; : {
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;SET&quot;,
     &quot;description&quot; : &quot;...&quot;,
     &quot;isContainer&quot; : true,
     &quot;isLegacyAttribute&quot; : true,
@@ -9252,8 +9252,8 @@
     &quot;name&quot; : &quot;...&quot;,
     &quot;type&quot; : &quot;...&quot;
   },
-  &quot;propagateTags&quot; : &quot;ONE_TO_TWO&quot;,
-  &quot;relationshipCategory&quot; : &quot;COMPOSITION&quot;,
+  &quot;propagateTags&quot; : &quot;BOTH&quot;,
+  &quot;relationshipCategory&quot; : &quot;AGGREGATION&quot;,
   &quot;relationshipLabel&quot; : &quot;...&quot;,
   &quot;attributeDefs&quot; : [ {
     &quot;cardinality&quot; : &quot;LIST&quot;,
@@ -9306,7 +9306,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;indexType&quot; : &quot;STRING&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -9320,7 +9320,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+  &quot;category&quot; : &quot;PRIMITIVE&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -9344,7 +9344,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -9467,7 +9467,7 @@
                 <code class="prettyprint language-js">
 {
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;LIST&quot;,
+    &quot;cardinality&quot; : &quot;SINGLE&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -9485,7 +9485,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;indexType&quot; : &quot;STRING&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -9517,7 +9517,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;indexType&quot; : &quot;STRING&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -9531,7 +9531,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+  &quot;category&quot; : &quot;ARRAY&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -9555,7 +9555,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+      &quot;roundingMode&quot; : &quot;HALF_DOWN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -9678,7 +9678,7 @@
                 <code class="prettyprint language-js">
 {
   &quot;attributeDefs&quot; : [ {
-    &quot;cardinality&quot; : &quot;SINGLE&quot;,
+    &quot;cardinality&quot; : &quot;LIST&quot;,
     &quot;constraints&quot; : [ {
       &quot;params&quot; : {
         &quot;property1&quot; : { },
@@ -9696,7 +9696,7 @@
     &quot;description&quot; : &quot;...&quot;,
     &quot;displayName&quot; : &quot;...&quot;,
     &quot;includeInNotification&quot; : true,
-    &quot;indexType&quot; : &quot;DEFAULT&quot;,
+    &quot;indexType&quot; : &quot;STRING&quot;,
     &quot;isIndexable&quot; : true,
     &quot;isOptional&quot; : true,
     &quot;isUnique&quot; : true,
@@ -9742,7 +9742,7 @@
     &quot;valuesMaxCount&quot; : 12345,
     &quot;valuesMinCount&quot; : 12345
   } ],
-  &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+  &quot;category&quot; : &quot;PRIMITIVE&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -9766,7 +9766,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;UP&quot;
+      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -9888,7 +9888,7 @@
 
                 <code class="prettyprint language-js">
 {
-  &quot;category&quot; : &quot;BUSINESS_METADATA&quot;,
+  &quot;category&quot; : &quot;ARRAY&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -9912,7 +9912,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+      &quot;roundingMode&quot; : &quot;DOWN&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
@@ -10034,7 +10034,7 @@
 
                 <code class="prettyprint language-js">
 {
-  &quot;category&quot; : &quot;MAP&quot;,
+  &quot;category&quot; : &quot;STRUCT&quot;,
   &quot;createTime&quot; : 12345,
   &quot;createdBy&quot; : &quot;...&quot;,
   &quot;dateFormatter&quot; : {
@@ -10058,7 +10058,7 @@
       &quot;numberInstance&quot; : { },
       &quot;parseIntegerOnly&quot; : true,
       &quot;percentInstance&quot; : { },
-      &quot;roundingMode&quot; : &quot;HALF_EVEN&quot;
+      &quot;roundingMode&quot; : &quot;UNNECESSARY&quot;
     },
     &quot;timeInstance&quot; : { },
     &quot;timeZone&quot; : {
diff --git a/api/v2/resources.html b/api/v2/resources.html
index 4b99df8..e68028d 100644
--- a/api/v2/resources.html
+++ b/api/v2/resources.html
@@ -89,6 +89,7 @@
 </samp></li><li><samp>  <span class="resource-path">/v2/search/dsl</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/fulltext</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/quick</span>
+</samp></li><li><samp>  <span class="resource-path">/v2/search/relations</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/relationship</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/saved</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/search/suggestions</span>
@@ -102,6 +103,7 @@
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
+</samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> <span class="label label-default resource-method">PUT</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
@@ -221,7 +223,7 @@
       <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="resource-path">/v2/lineage/{guid}</span>
 </samp></li><li><samp>  <span class="resource-path">/v2/lineage/uniqueAttribute/type/{typeName}</span>
 </samp></li></ul></td>
-      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> 
+      <td class="text-nowrap"><ul class="list-unstyled"><li><samp>  <span class="label label-default resource-method">GET</span> <span class="label label-default resource-method">POST</span> 
 </samp></li><li><samp>  <span class="label label-default resource-method">GET</span> 
 </samp></li></ul></td>
       <td>  <span class="resource-description">REST interface for an entity's lineage information</span>
diff --git a/api/v2/syntax_json.html b/api/v2/syntax_json.html
index 9a638a2..635b3b7 100644
--- a/api/v2/syntax_json.html
+++ b/api/v2/syntax_json.html
@@ -323,6 +323,12 @@
 attribute name, cardinality and whether it  is the container end of the relationship.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_AtlasRelationshipHeader.html">
+      <td>  <span class="datatype-name">AtlasRelationshipHeader</span>
+</td>
+      <td>  <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_AtlasRelationshipWithExtInfo.html">
       <td>  <span class="datatype-name">AtlasRelationshipWithExtInfo</span>
 </td>
@@ -497,6 +503,18 @@
       <td>  <span class="datatype-description"></span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_LineageInfoOnDemand.html">
+      <td>  <span class="datatype-name">LineageInfoOnDemand</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
+    <tr class="clickable-row" data-href="json_LineageOnDemandConstraints.html">
+      <td>  <span class="datatype-name">LineageOnDemandConstraints</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_LineageRelation.html">
       <td>  <span class="datatype-name">LineageRelation</span>
 </td>
@@ -568,6 +586,12 @@
 of the container and children are totally independant.</span>
 </td>
     </tr>
+    <tr class="clickable-row" data-href="json_RelationshipSearchParameters.html">
+      <td>  <span class="datatype-name">RelationshipSearchParameters</span>
+</td>
+      <td>  <span class="datatype-description"></span>
+</td>
+    </tr>
     <tr class="clickable-row" data-href="json_RoundingMode.html">
       <td>  <span class="datatype-name">RoundingMode</span>
 </td>
diff --git a/api/v2/ui/swagger.json b/api/v2/ui/swagger.json
index e140794..f867ad9 100644
--- a/api/v2/ui/swagger.json
+++ b/api/v2/ui/swagger.json
@@ -6,7 +6,7 @@
       "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt",
       "name" : "The Apache Software License, Version 2.0"
     },
-    "version" : "2.2.0",
+    "version" : "2.3.0",
     "title" : "Atlas REST API"
   },
   "basePath" : "/api/atlas/",
@@ -167,7 +167,7 @@
             }
           },
       "example" : {
-  "cardinality" : "SINGLE",
+  "cardinality" : "LIST",
   "constraints" : [ {
     "params" : {
       "property1" : { },
@@ -295,7 +295,7 @@
             }
           },
       "example" : {
-  "category" : "OBJECT_ID_TYPE",
+  "category" : "CLASSIFICATION",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -319,7 +319,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "DOWN"
+      "roundingMode" : "UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -359,7 +359,7 @@
       ],
       "example" : {
   "attributeDefs" : [ {
-    "cardinality" : "SINGLE",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -423,7 +423,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "ARRAY",
+  "category" : "CLASSIFICATION",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -447,7 +447,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "DOWN"
+      "roundingMode" : "FLOOR"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -517,7 +517,7 @@
       ],
       "example" : {
   "entityGuid" : "...",
-  "entityStatus" : "DELETED",
+  "entityStatus" : "PURGED",
   "propagate" : true,
   "removePropagationsOnEntityDelete" : true,
   "validityPeriods" : [ {
@@ -579,7 +579,7 @@
   "subTypes" : [ "...", "..." ],
   "superTypes" : [ "...", "..." ],
   "attributeDefs" : [ {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -643,7 +643,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "BUSINESS_METADATA",
+  "category" : "OBJECT_ID_TYPE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -667,7 +667,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UP"
+      "roundingMode" : "FLOOR"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -783,7 +783,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -809,9 +809,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -820,9 +821,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -860,7 +862,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -886,9 +888,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OBSOLETE",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -897,9 +900,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -910,7 +914,7 @@
       "property1" : { },
       "property2" : { }
     },
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345,
@@ -965,9 +969,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -976,9 +981,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -1006,7 +1012,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -1017,7 +1023,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -1043,9 +1049,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -1054,9 +1061,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -1067,7 +1075,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -1216,7 +1224,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -1235,7 +1243,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -1269,9 +1277,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "IMPORTED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
@@ -1280,9 +1289,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "VALIDATED",
+    "status" : "PROPOSED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -1293,7 +1303,7 @@
     "property1" : { },
     "property2" : { }
   },
-  "status" : "DELETED",
+  "status" : "PURGED",
   "updateTime" : 12345,
   "updatedBy" : "...",
   "version" : 12345,
@@ -1356,39 +1366,7 @@
       "example" : {
   "businessAttributeDefs" : {
     "property1" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ {
         "params" : {
           "property1" : { },
@@ -1419,9 +1397,41 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
     } ],
     "property2" : [ {
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "constraints" : [ {
         "params" : {
           "property1" : { },
@@ -1489,7 +1499,7 @@
   "relationshipAttributeDefs" : [ {
     "isLegacyAttribute" : true,
     "relationshipTypeName" : "...",
-    "cardinality" : "SET",
+    "cardinality" : "SINGLE",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -1507,7 +1517,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -1576,7 +1586,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -1622,7 +1632,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "RELATIONSHIP",
+  "category" : "ENTITY",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -1646,7 +1656,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UNNECESSARY"
+      "roundingMode" : "HALF_UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -1696,7 +1706,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -1707,7 +1717,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -1733,6 +1743,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "VALIDATED",
@@ -1744,6 +1755,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -1757,7 +1769,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "DELETED",
+      "status" : "PURGED",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -1774,7 +1786,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -1785,7 +1797,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -1811,9 +1823,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -1822,9 +1835,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -1835,7 +1849,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "PURGED",
+      "status" : "DELETED",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -1945,7 +1959,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -1974,6 +1988,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "VALIDATED",
@@ -1985,13 +2000,14 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "PROPOSED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
-  "status" : "DELETED",
+  "status" : "PURGED",
   "attributes" : {
     "property1" : { },
     "property2" : { }
@@ -2020,7 +2036,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -2031,7 +2047,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -2052,9 +2068,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -2063,9 +2080,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -2080,7 +2098,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -2112,9 +2130,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -2123,13 +2142,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -2177,7 +2197,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -2203,9 +2223,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -2214,9 +2235,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -2245,7 +2267,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -2256,7 +2278,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -2282,6 +2304,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -2293,9 +2316,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -2306,7 +2330,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "DELETED",
+      "status" : "PURGED",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -2323,7 +2347,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -2334,7 +2358,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -2360,9 +2384,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -2371,9 +2396,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -2384,7 +2410,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "PURGED",
+      "status" : "DELETED",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -2435,7 +2461,7 @@
     "ordinal" : 12345,
     "value" : "..."
   } ],
-  "category" : "ENTITY",
+  "category" : "OBJECT_ID_TYPE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -2459,7 +2485,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "CEILING"
+      "roundingMode" : "UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -2568,9 +2594,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -2579,9 +2606,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -2654,18 +2682,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -2676,7 +2706,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -2695,7 +2725,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -2777,7 +2807,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -2796,7 +2826,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -2891,15 +2921,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -2912,7 +2944,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -3018,18 +3050,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3050,7 +3084,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -3096,15 +3130,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DRAFT",
@@ -3117,7 +3153,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -3157,24 +3193,27 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
       "assignedEntities" : [ {
         "displayText" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
         "relationshipStatus" : "DELETED",
@@ -3187,7 +3226,8 @@
         }
       }, {
         "displayText" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
         "relationshipStatus" : "DELETED",
@@ -3204,30 +3244,32 @@
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "DRAFT"
+        "status" : "OBSOLETE"
       }, {
         "categoryGuid" : "...",
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "ACTIVE"
+        "status" : "DEPRECATED"
       } ],
       "classifies" : [ {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3240,18 +3282,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3259,18 +3303,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3278,18 +3324,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3297,18 +3345,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3316,18 +3366,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3335,6 +3387,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -3344,9 +3397,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3354,25 +3408,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "ACTIVE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DRAFT",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "translatedTerms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -3382,16 +3418,39 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
       } ],
       "translationTerms" : [ {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -3401,9 +3460,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3412,18 +3472,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3431,6 +3493,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -3440,6 +3503,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -3452,7 +3516,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -3490,6 +3554,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DRAFT",
@@ -3499,18 +3564,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
       "assignedEntities" : [ {
         "displayText" : "...",
         "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
-        "relationshipStatus" : "DELETED",
+        "relationshipStatus" : "ACTIVE",
         "relationshipType" : "...",
         "guid" : "...",
         "typeName" : "...",
@@ -3521,9 +3588,10 @@
       }, {
         "displayText" : "...",
         "entityStatus" : "ACTIVE",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
-        "relationshipStatus" : "DELETED",
+        "relationshipStatus" : "ACTIVE",
         "relationshipType" : "...",
         "guid" : "...",
         "typeName" : "...",
@@ -3543,24 +3611,26 @@
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "OBSOLETE"
+        "status" : "ACTIVE"
       } ],
       "classifies" : [ {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3573,18 +3643,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3592,25 +3664,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "preferredToTerms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -3620,6 +3674,28 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -3630,6 +3706,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -3639,6 +3716,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -3649,18 +3727,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3668,18 +3748,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3687,6 +3769,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -3696,9 +3779,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3706,25 +3790,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OTHER",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "translationTerms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -3734,29 +3800,53 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
       "usage" : "...",
       "validValues" : [ {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3764,18 +3854,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -3785,7 +3877,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -3796,7 +3888,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -3831,18 +3923,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -3853,7 +3947,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -4098,6 +4192,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -4107,15 +4202,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -4134,7 +4231,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -4157,30 +4255,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "DEPRECATED"
+    "status" : "OBSOLETE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OTHER"
+    "status" : "ACTIVE"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -4193,44 +4293,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "preferredTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "preferredToTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -4240,9 +4303,52 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -4250,18 +4356,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -4269,25 +4377,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "seeAlso" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -4297,6 +4387,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -4307,6 +4419,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -4316,9 +4429,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -4326,18 +4440,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -4345,18 +4461,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -4365,18 +4483,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -4384,6 +4504,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -4393,9 +4514,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -4424,7 +4546,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -4502,6 +4624,14 @@
 "$ref" : "#/definitions/LineageDirection",
 "description" : ""
             },
+            "lineageOnDemandPayload" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/LineageOnDemandConstraints"
+}
+            },
             "relations" : {
             "readOnly" : false,
 "description" : "",
@@ -4509,6 +4639,14 @@
 "items" : {
   "$ref" : "#/definitions/LineageRelation"
 }
+            },
+            "relationsOnDemand" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/LineageInfoOnDemand"
+}
             }
           },
       "example" : {
@@ -4518,7 +4656,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -4529,7 +4667,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -4550,6 +4688,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "VALIDATED",
@@ -4561,13 +4700,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -4589,7 +4729,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -4610,9 +4750,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -4621,9 +4762,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -4636,7 +4778,21 @@
     }
   },
   "lineageDepth" : 12345,
-  "lineageDirection" : "OUTPUT",
+  "lineageDirection" : "BOTH",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
   "relations" : [ {
     "fromEntityId" : "...",
     "relationshipId" : "...",
@@ -4645,7 +4801,21 @@
     "fromEntityId" : "...",
     "relationshipId" : "...",
     "toEntityId" : "..."
-  } ]
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
 },
       "description" : ""
     }
@@ -4752,7 +4922,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -4767,7 +4937,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -4783,7 +4953,7 @@
     } ],
     "nextMarker" : "...",
     "queryText" : "...",
-    "queryType" : "BASIC",
+    "queryType" : "ATTRIBUTE",
     "referredEntities" : {
       "property1" : {
         "classificationNames" : [ "...", "..." ],
@@ -4794,7 +4964,7 @@
         "labels" : [ "...", "..." ],
         "meaningNames" : [ "...", "..." ],
         "meanings" : [ { }, { } ],
-        "status" : "PURGED",
+        "status" : "ACTIVE",
         "attributes" : {
           "property1" : { },
           "property2" : { }
@@ -4810,7 +4980,7 @@
         "labels" : [ "...", "..." ],
         "meaningNames" : [ "...", "..." ],
         "meanings" : [ { }, { } ],
-        "status" : "DELETED",
+        "status" : "ACTIVE",
         "attributes" : {
           "property1" : { },
           "property2" : { }
@@ -4818,11 +4988,37 @@
         "typeName" : "..."
       }
     },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "TWO_TO_ONE",
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "NONE",
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
     "searchParameters" : {
       "attributes" : [ "...", "..." ],
       "classification" : "...",
       "entityFilters" : { },
       "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
       "includeClassificationAttributes" : true,
       "includeSubClassifications" : true,
       "includeSubTypes" : true,
@@ -4830,8 +5026,10 @@
       "marker" : "...",
       "offset" : 12345,
       "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
       "sortBy" : "...",
-      "sortOrder" : "ASCENDING",
+      "sortOrder" : "DESCENDING",
       "tagFilters" : { },
       "termName" : "...",
       "typeName" : "..."
@@ -4901,6 +5099,11 @@
 "$ref" : "#/definitions/Status",
 "description" : ""
             },
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
             "relationshipAttributes" : {
             "readOnly" : false,
 "$ref" : "#/definitions/AtlasStruct",
@@ -4926,7 +5129,8 @@
       ],
       "example" : {
   "displayText" : "...",
-  "entityStatus" : "PURGED",
+  "entityStatus" : "ACTIVE",
+  "qualifiedName" : "...",
   "relationshipAttributes" : {
     "attributes" : {
       "property1" : { },
@@ -4966,6 +5170,11 @@
 "description" : "",
 "type" : "string"
             },
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
             "relationGuid" : {
             "readOnly" : false,
 "description" : "",
@@ -4996,9 +5205,10 @@
   "description" : "...",
   "displayText" : "...",
   "expression" : "...",
+  "qualifiedName" : "...",
   "relationGuid" : "...",
   "source" : "...",
-  "status" : "DRAFT",
+  "status" : "OTHER",
   "steward" : "...",
   "termGuid" : "..."
 },
@@ -5105,7 +5315,7 @@
       "example" : {
   "blockedPropagatedClassifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -5124,7 +5334,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -5163,10 +5373,10 @@
   "guid" : "...",
   "homeId" : "...",
   "label" : "...",
-  "propagateTags" : "TWO_TO_ONE",
+  "propagateTags" : "ONE_TO_TWO",
   "propagatedClassifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -5204,7 +5414,7 @@
     "typeName" : "..."
   } ],
   "provenanceType" : 12345,
-  "status" : "ACTIVE",
+  "status" : "DELETED",
   "updateTime" : 12345,
   "updatedBy" : "...",
   "version" : 12345,
@@ -5332,11 +5542,11 @@
     "name" : "...",
     "type" : "..."
   },
-  "propagateTags" : "BOTH",
-  "relationshipCategory" : "ASSOCIATION",
+  "propagateTags" : "TWO_TO_ONE",
+  "relationshipCategory" : "COMPOSITION",
   "relationshipLabel" : "...",
   "attributeDefs" : [ {
-    "cardinality" : "LIST",
+    "cardinality" : "SINGLE",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -5386,7 +5596,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
+    "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -5400,7 +5610,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "OBJECT_ID_TYPE",
+  "category" : "ARRAY",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -5424,7 +5634,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "DOWN"
+      "roundingMode" : "UNNECESSARY"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -5489,7 +5699,7 @@
             }
           },
       "example" : {
-  "cardinality" : "SINGLE",
+  "cardinality" : "SET",
   "description" : "...",
   "isContainer" : true,
   "isLegacyAttribute" : true,
@@ -5499,6 +5709,78 @@
       "description" : "The relationshipEndDef represents an end of the relationship. The end of the relationship is defined by a type, an\nattribute name, cardinality and whether it  is the container end of the relationship."
     }
     ,
+    "AtlasRelationshipHeader" : {
+      "type" : "object",
+      "title" : "AtlasRelationshipHeader",
+      "allOf" : [
+        {
+          "$ref" : "#/definitions/AtlasStruct"
+        },
+        {
+          "properties" : {
+            "end1" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasObjectId",
+"description" : ""
+            },
+            "end2" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/AtlasObjectId",
+"description" : ""
+            },
+            "guid" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "label" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "propagateTags" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/PropagateTags",
+"description" : ""
+            },
+            "status" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/Status",
+"description" : ""
+            }
+          }
+        }
+      ],
+      "example" : {
+  "end1" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "end2" : {
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
+  },
+  "guid" : "...",
+  "label" : "...",
+  "propagateTags" : "ONE_TO_TWO",
+  "status" : "PURGED",
+  "attributes" : {
+    "property1" : { },
+    "property2" : { }
+  },
+  "typeName" : "..."
+},
+      "description" : "Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification."
+    }
+    ,
     "AtlasRelationshipWithExtInfo" : {
       "type" : "object",
       "title" : "AtlasRelationshipWithExtInfo",
@@ -5534,7 +5816,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -5555,9 +5837,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -5566,6 +5849,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "PROPOSED",
@@ -5583,7 +5867,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -5615,9 +5899,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -5626,9 +5911,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -5643,7 +5929,7 @@
   "relationship" : {
     "blockedPropagatedClassifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -5654,7 +5940,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -5685,7 +5971,7 @@
     "guid" : "...",
     "homeId" : "...",
     "label" : "...",
-    "propagateTags" : "BOTH",
+    "propagateTags" : "TWO_TO_ONE",
     "propagatedClassifications" : [ {
       "entityGuid" : "...",
       "entityStatus" : "PURGED",
@@ -5699,7 +5985,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -5784,6 +6070,14 @@
   "$ref" : "#/definitions/AtlasEntityHeader"
 }
             },
+            "relations" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "array",
+"items" : {
+  "$ref" : "#/definitions/AtlasRelationshipHeader"
+}
+            },
             "searchParameters" : {
             "readOnly" : false,
 "$ref" : "#/definitions/SearchParameters",
@@ -5806,7 +6100,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -5817,7 +6111,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -5838,9 +6132,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -5849,6 +6144,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "OTHER",
@@ -5865,7 +6161,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -5876,7 +6172,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -5897,9 +6193,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -5908,9 +6205,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -5949,7 +6247,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -5960,13 +6258,13 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "DSL",
+  "queryType" : "FULL_TEXT",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -5998,9 +6296,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -6009,13 +6308,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -6026,7 +6326,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -6037,7 +6337,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -6058,9 +6358,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -6069,13 +6370,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -6083,6 +6385,59 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
@@ -6091,9 +6446,10 @@
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "LTE"
+      "operator" : "CONTAINS_ANY"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -6101,14 +6457,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
     "sortOrder" : "DESCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "GTE"
+      "operator" : "CONTAINS"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -6186,7 +6550,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
+    "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -6200,7 +6564,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "LIST",
+    "cardinality" : "SET",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -6218,7 +6582,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
+    "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -6232,7 +6596,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "CLASSIFICATION",
+  "category" : "PRIMITIVE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -6256,7 +6620,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UNNECESSARY"
+      "roundingMode" : "HALF_UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -6346,6 +6710,11 @@
 "description" : "",
 "type" : "string"
             },
+            "qualifiedName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
             "relationGuid" : {
             "readOnly" : false,
 "description" : "",
@@ -6378,9 +6747,10 @@
   "description" : "...",
   "displayText" : "...",
   "expression" : "...",
+  "qualifiedName" : "...",
   "relationGuid" : "...",
   "source" : "...",
-  "status" : "OBSOLETE",
+  "status" : "DEPRECATED",
   "steward" : "...",
   "termGuid" : "..."
 },
@@ -6437,7 +6807,7 @@
   "description" : "...",
   "displayText" : "...",
   "relationGuid" : "...",
-  "status" : "DRAFT"
+  "status" : "ACTIVE"
 },
       "description" : ""
     }
@@ -6481,7 +6851,7 @@
             }
           },
       "example" : {
-  "category" : "STRUCT",
+  "category" : "BUSINESS_METADATA",
   "guid" : "...",
   "name" : "...",
   "serviceType" : "..."
@@ -6545,26 +6915,6 @@
       "example" : {
   "businessMetadataDefs" : [ {
     "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
       "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -6584,8 +6934,28 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
     } ],
-    "category" : "ENUM",
+    "category" : "RELATIONSHIP",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -6633,6 +7003,78 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
       "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -6679,84 +7121,12 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
-  } ],
-  "classificationDefs" : [ {
-    "entityTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "RELATIONSHIP",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
   }, {
     "entityTypes" : [ "...", "..." ],
     "subTypes" : [ "...", "..." ],
     "superTypes" : [ "...", "..." ],
     "attributeDefs" : [ {
-      "cardinality" : "SET",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -6776,7 +7146,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SET",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -6826,27 +7196,7 @@
   "entityDefs" : [ {
     "businessAttributeDefs" : {
       "property1" : [ {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SINGLE",
+        "cardinality" : "LIST",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
         "description" : "...",
@@ -6865,6 +7215,26 @@
         "typeName" : "...",
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
       } ],
       "property2" : [ {
         "cardinality" : "LIST",
@@ -6887,6 +7257,164 @@
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
       }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
         "cardinality" : "SINGLE",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
@@ -6906,12 +7434,53 @@
         "typeName" : "...",
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
       } ]
     },
     "relationshipAttributeDefs" : [ {
       "isLegacyAttribute" : true,
       "relationshipTypeName" : "...",
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -6956,7 +7525,7 @@
     "subTypes" : [ "...", "..." ],
     "superTypes" : [ "...", "..." ],
     "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -6996,6 +7565,169 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "ENTITY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "NONE",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
     "category" : "CLASSIFICATION",
     "createTime" : 12345,
     "createdBy" : "...",
@@ -7023,283 +7755,8 @@
     "updatedBy" : "...",
     "version" : 12345
   }, {
-    "businessAttributeDefs" : {
-      "property1" : [ {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ]
-    },
-    "relationshipAttributeDefs" : [ {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "ARRAY",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "enumDefs" : [ {
-    "defaultValue" : "...",
-    "elementDefs" : [ {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    }, {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    } ],
-    "category" : "RELATIONSHIP",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "defaultValue" : "...",
-    "elementDefs" : [ {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    }, {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    } ],
-    "category" : "ENTITY",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "relationshipDefs" : [ {
     "endDef1" : {
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "description" : "...",
       "isContainer" : true,
       "isLegacyAttribute" : true,
@@ -7307,94 +7764,7 @@
       "type" : "..."
     },
     "endDef2" : {
-      "cardinality" : "SINGLE",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "propagateTags" : "NONE",
-    "relationshipCategory" : "COMPOSITION",
-    "relationshipLabel" : "...",
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
       "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "OBJECT_ID_TYPE",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "endDef1" : {
-      "cardinality" : "SET",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "endDef2" : {
-      "cardinality" : "LIST",
       "description" : "...",
       "isContainer" : true,
       "isLegacyAttribute" : true,
@@ -7402,9 +7772,78 @@
       "type" : "..."
     },
     "propagateTags" : "BOTH",
-    "relationshipCategory" : "ASSOCIATION",
+    "relationshipCategory" : "AGGREGATION",
     "relationshipLabel" : "...",
     "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "STRUCT",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
       "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -7425,7 +7864,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -7471,75 +7910,6 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
-  } ],
-  "structDefs" : [ {
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "PRIMITIVE",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
   }, {
     "attributeDefs" : [ {
       "cardinality" : "LIST",
@@ -7582,7 +7952,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "ENTITY",
+    "category" : "ARRAY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -7661,9 +8031,10 @@
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_NULL"
+      "operator" : "IN"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -7671,19 +8042,27 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
-    "sortBy" : "...",
-    "sortOrder" : "ASCENDING",
-    "tagFilters" : {
+    "relationshipFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_CONTAINS"
+      "operator" : "CONTAINS"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "STARTS_WITH"
     },
     "termName" : "...",
     "typeName" : "..."
   },
-  "searchType" : "BASIC",
+  "searchType" : "BASIC_RELATIONSHIP",
   "uiParameters" : "...",
   "guid" : "..."
 },
@@ -7745,23 +8124,23 @@
       "example" : {
   "failedImportInfoList" : [ {
     "childObjectName" : "...",
-    "importStatus" : "SUCCESS",
+    "importStatus" : "FAILED",
     "parentObjectName" : "...",
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "SUCCESS",
+    "importStatus" : "FAILED",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ],
   "successImportInfoList" : [ {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ]
@@ -7817,7 +8196,7 @@
       "example" : {
   "classification" : {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -7944,7 +8323,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UNNECESSARY"
+      "roundingMode" : "CEILING"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -7977,7 +8356,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UNNECESSARY"
+      "roundingMode" : "HALF_DOWN"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -8010,7 +8389,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "HALF_DOWN"
+      "roundingMode" : "HALF_EVEN"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -8037,7 +8416,7 @@
     "numberInstance" : { },
     "parseIntegerOnly" : true,
     "percentInstance" : { },
-    "roundingMode" : "HALF_DOWN"
+    "roundingMode" : "FLOOR"
   },
   "timeInstance" : {
     "availableLocales" : [ "...", "..." ],
@@ -8060,7 +8439,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "CEILING"
+      "roundingMode" : "FLOOR"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -8159,7 +8538,7 @@
             }
           },
       "example" : {
-  "action" : "ENTITY_UPDATE",
+  "action" : "BUSINESS_ATTRIBUTE_UPDATE",
   "details" : "...",
   "entity" : {
     "businessAttributes" : {
@@ -8168,7 +8547,7 @@
     },
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -8179,7 +8558,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -8205,9 +8584,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -8216,9 +8596,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -8229,7 +8610,7 @@
       "property1" : { },
       "property2" : { }
     },
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345,
@@ -8300,7 +8681,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -8311,6 +8692,56 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
         "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -8320,6 +8751,17 @@
           "property2" : { }
         },
         "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
       } ],
       "displayText" : "...",
       "guid" : "...",
@@ -8332,22 +8774,24 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
       } ],
       "status" : "ACTIVE",
       "attributes" : {
@@ -8355,71 +8799,12 @@
         "property2" : { }
       },
       "typeName" : "..."
-    }, {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "VALIDATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "VALIDATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "DELETED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
     } ],
     "property2" : [ {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -8430,7 +8815,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -8451,9 +8836,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -8462,9 +8848,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -8510,9 +8897,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -8521,13 +8909,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -8539,7 +8928,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -8550,7 +8939,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -8571,6 +8960,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "OTHER",
@@ -8582,13 +8972,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "PURGED",
+    "status" : "DELETED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -8630,9 +9021,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -8641,13 +9033,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -8713,15 +9106,15 @@
     "attributeValue" : "...",
     "condition" : "OR",
     "criterion" : [ { }, { } ],
-    "operator" : "LT"
+    "operator" : "EQ"
   }, {
     "attributeName" : "...",
     "attributeValue" : "...",
     "condition" : "OR",
     "criterion" : [ { }, { } ],
-    "operator" : "CONTAINS_ALL"
+    "operator" : "NOT_EMPTY"
   } ],
-  "operator" : "CONTAINS_ALL"
+  "operator" : "TIME_RANGE"
 },
       "description" : ""
     }
@@ -8798,6 +9191,81 @@
       "description" : ""
     }
     ,
+    "LineageInfoOnDemand" : {
+      "type" : "object",
+      "title" : "LineageInfoOnDemand",
+      "required" : ["hasMoreInputs", "hasMoreOutputs", "inputRelationsCount", "outputRelationsCount"],
+          "properties" : {
+            "hasMoreInputs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "hasMoreOutputs" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "inputRelationsCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "outputRelationsCount" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            }
+          },
+      "example" : {
+  "hasMoreInputs" : true,
+  "hasMoreOutputs" : true,
+  "inputRelationsCount" : 12345,
+  "outputRelationsCount" : 12345
+},
+      "description" : ""
+    }
+    ,
+    "LineageOnDemandConstraints" : {
+      "type" : "object",
+      "title" : "LineageOnDemandConstraints",
+      "required" : ["depth", "inputRelationsLimit", "outputRelationsLimit"],
+          "properties" : {
+            "depth" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "direction" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/LineageDirection",
+"description" : ""
+            },
+            "inputRelationsLimit" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "outputRelationsLimit" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            }
+          },
+      "example" : {
+  "depth" : 12345,
+  "direction" : "BOTH",
+  "inputRelationsLimit" : 12345,
+  "outputRelationsLimit" : 12345
+},
+      "description" : ""
+    }
+    ,
     "LineageRelation" : {
       "type" : "object",
       "title" : "LineageRelation",
@@ -8933,7 +9401,7 @@
     "numberInstance" : { },
     "parseIntegerOnly" : true,
     "percentInstance" : { },
-    "roundingMode" : "HALF_UP"
+    "roundingMode" : "UNNECESSARY"
   },
   "groupingUsed" : true,
   "instance" : {
@@ -8950,7 +9418,7 @@
     "numberInstance" : { },
     "parseIntegerOnly" : true,
     "percentInstance" : { },
-    "roundingMode" : "HALF_EVEN"
+    "roundingMode" : "HALF_DOWN"
   },
   "integerInstance" : {
     "availableLocales" : [ "...", "..." ],
@@ -8966,7 +9434,7 @@
     "numberInstance" : { },
     "parseIntegerOnly" : true,
     "percentInstance" : { },
-    "roundingMode" : "HALF_UP"
+    "roundingMode" : "CEILING"
   },
   "maximumFractionDigits" : 12345,
   "maximumIntegerDigits" : 12345,
@@ -8986,7 +9454,7 @@
     "numberInstance" : { },
     "parseIntegerOnly" : true,
     "percentInstance" : { },
-    "roundingMode" : "HALF_EVEN"
+    "roundingMode" : "UNNECESSARY"
   },
   "parseIntegerOnly" : true,
   "percentInstance" : {
@@ -9003,7 +9471,7 @@
     "numberInstance" : { },
     "parseIntegerOnly" : true,
     "percentInstance" : { },
-    "roundingMode" : "UP"
+    "roundingMode" : "DOWN"
   },
   "roundingMode" : "UNNECESSARY"
 },
@@ -9082,7 +9550,7 @@
   "list" : [ { }, { } ],
   "pageSize" : 12345,
   "sortBy" : "...",
-  "sortType" : "NONE",
+  "sortType" : "ASC",
   "startIndex" : 12345,
   "totalCount" : 12345
 },
@@ -9104,7 +9572,7 @@
     "QuickSearchParameters" : {
       "type" : "object",
       "title" : "QuickSearchParameters",
-      "required" : ["excludeDeletedEntities", "includeSubTypes", "limit", "offset"],
+      "required" : ["excludeDeletedEntities", "excludeHeaderAttributes", "includeSubTypes", "limit", "offset"],
           "properties" : {
             "attributes" : {
             "readOnly" : false,
@@ -9124,6 +9592,11 @@
 "description" : "",
 "type" : "boolean"
             },
+            "excludeHeaderAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
             "includeSubTypes" : {
             "readOnly" : false,
 "description" : "",
@@ -9146,6 +9619,16 @@
 "description" : "",
 "type" : "string"
             },
+            "sortBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortOrder" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SortOrder",
+"description" : ""
+            },
             "typeName" : {
             "readOnly" : false,
 "description" : "",
@@ -9157,15 +9640,18 @@
   "entityFilters" : {
     "attributeName" : "...",
     "attributeValue" : "...",
-    "condition" : "AND",
+    "condition" : "OR",
     "criterion" : [ { }, { } ],
-    "operator" : "TIME_RANGE"
+    "operator" : "NOT_CONTAINS"
   },
   "excludeDeletedEntities" : true,
+  "excludeHeaderAttributes" : true,
   "includeSubTypes" : true,
   "limit" : 12345,
   "offset" : 12345,
   "query" : "...",
+  "sortBy" : "...",
+  "sortOrder" : "ASCENDING",
   "typeName" : "..."
 },
       "description" : ""
@@ -9203,6 +9689,73 @@
       "description" : "The Relationship category determines the style of relationship around containment and lifecycle.\nUML terminology is used for the values.\n<p>\nASSOCIATION is a relationship with no containment. <br>\nCOMPOSITION and AGGREGATION are containment relationships.\n<p>\nThe difference being in the lifecycles of the container and its children. In the COMPOSITION case,\nthe children cannot exist without the container. For AGGREGATION, the life cycles\nof the container and children are totally independant."
     }
     ,
+    "RelationshipSearchParameters" : {
+      "type" : "object",
+      "title" : "RelationshipSearchParameters",
+      "required" : ["includeSubTypes", "limit", "offset"],
+          "properties" : {
+            "includeSubTypes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
+            "limit" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "marker" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "offset" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "integer",
+"format" : "int32"
+            },
+            "relationshipFilters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/FilterCriteria",
+"description" : ""
+            },
+            "relationshipName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortBy" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
+            "sortOrder" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/SortOrder",
+"description" : ""
+            }
+          },
+      "example" : {
+  "includeSubTypes" : true,
+  "limit" : 12345,
+  "marker" : "...",
+  "offset" : 12345,
+  "relationshipFilters" : {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "OR",
+    "criterion" : [ { }, { } ],
+    "operator" : "TIME_RANGE"
+  },
+  "relationshipName" : "...",
+  "sortBy" : "...",
+  "sortOrder" : "DESCENDING"
+},
+      "description" : ""
+    }
+    ,
     "RoundingMode" : {
       "type" : "string",
       "title" : "RoundingMode",
@@ -9224,7 +9777,8 @@
       "title" : "SavedSearchType",
           "enum" : [
             "BASIC",
-            "ADVANCED"
+            "ADVANCED",
+            "BASIC_RELATIONSHIP"
           ],
       "description" : ""
     }
@@ -9290,7 +9844,7 @@
     "SearchParameters" : {
       "type" : "object",
       "title" : "SearchParameters",
-      "required" : ["excludeDeletedEntities", "includeClassificationAttributes", "includeSubClassifications", "includeSubTypes", "limit", "offset"],
+      "required" : ["excludeDeletedEntities", "excludeHeaderAttributes", "includeClassificationAttributes", "includeSubClassifications", "includeSubTypes", "limit", "offset"],
           "properties" : {
             "attributes" : {
             "readOnly" : false,
@@ -9315,6 +9869,11 @@
 "description" : "True iff deleted entities are excluded",
 "type" : "boolean"
             },
+            "excludeHeaderAttributes" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "boolean"
+            },
             "includeClassificationAttributes" : {
             "readOnly" : false,
 "description" : "True if classification attributes are included in search result.",
@@ -9352,6 +9911,16 @@
 "description" : "The type of query",
 "type" : "string"
             },
+            "relationshipFilters" : {
+            "readOnly" : false,
+"$ref" : "#/definitions/FilterCriteria",
+"description" : "Relationship attribute filters for the relationship"
+            },
+            "relationshipName" : {
+            "readOnly" : false,
+"description" : "",
+"type" : "string"
+            },
             "sortBy" : {
             "readOnly" : false,
 "description" : "Attribute on which to sort the results",
@@ -9386,9 +9955,10 @@
     "attributeValue" : "...",
     "condition" : "OR",
     "criterion" : [ { }, { } ],
-    "operator" : "CONTAINS_ANY"
+    "operator" : "NOT_EMPTY"
   },
   "excludeDeletedEntities" : true,
+  "excludeHeaderAttributes" : true,
   "includeClassificationAttributes" : true,
   "includeSubClassifications" : true,
   "includeSubTypes" : true,
@@ -9396,14 +9966,22 @@
   "marker" : "...",
   "offset" : 12345,
   "query" : "...",
+  "relationshipFilters" : {
+    "attributeName" : "...",
+    "attributeValue" : "...",
+    "condition" : "AND",
+    "criterion" : [ { }, { } ],
+    "operator" : "IS_NULL"
+  },
+  "relationshipName" : "...",
   "sortBy" : "...",
-  "sortOrder" : "DESCENDING",
+  "sortOrder" : "ASCENDING",
   "tagFilters" : {
     "attributeName" : "...",
     "attributeValue" : "...",
     "condition" : "OR",
     "criterion" : [ { }, { } ],
-    "operator" : "IN"
+    "operator" : "IS_NULL"
   },
   "termName" : "...",
   "typeName" : "..."
@@ -9816,9 +10394,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -9827,13 +10406,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -9854,7 +10434,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -9875,9 +10455,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -9886,9 +10467,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -9935,9 +10517,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -9946,13 +10529,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -9962,7 +10546,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -9973,7 +10557,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -9994,9 +10578,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -10005,13 +10590,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -10023,7 +10609,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -10034,7 +10620,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -10055,9 +10641,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -10066,13 +10653,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OBSOLETE",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -10082,7 +10670,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -10114,9 +10702,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -10125,13 +10714,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "PURGED",
+    "status" : "DELETED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -10180,7 +10770,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -10212,9 +10802,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -10223,13 +10814,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -10239,7 +10831,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -10271,9 +10863,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -10282,13 +10875,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -10299,17 +10893,6 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
         "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -10319,54 +10902,6 @@
           "property2" : { }
         },
         "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "IMPORTED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "VALIDATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
       }, {
         "entityGuid" : "...",
         "entityStatus" : "PURGED",
@@ -10390,6 +10925,68 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -10401,9 +10998,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -10430,7 +11028,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -10451,9 +11049,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -10462,9 +11061,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -10478,7 +11078,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -10489,7 +11089,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -10510,9 +11110,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -10521,13 +11122,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "PURGED",
+    "status" : "ACTIVE",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -10586,7 +11188,86 @@
     },
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "customAttributes" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "guid" : "...",
+    "homeId" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "pendingTasks" : [ "...", "..." ],
+    "provenanceType" : 12345,
+    "proxy" : true,
+    "relationshipAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "status" : "DELETED",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345,
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "businessAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -10623,9 +11304,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -10634,88 +11316,12 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "IMPORTED",
-      "steward" : "...",
-      "termGuid" : "..."
-    } ],
-    "pendingTasks" : [ "...", "..." ],
-    "provenanceType" : 12345,
-    "proxy" : true,
-    "relationshipAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "status" : "ACTIVE",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345,
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "typeName" : "..."
-  }, {
-    "businessAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "classifications" : [ {
-      "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    } ],
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "customAttributes" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "guid" : "...",
-    "homeId" : "...",
-    "isIncomplete" : true,
-    "labels" : [ "...", "..." ],
-    "meanings" : [ {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
-    }, {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "PROPOSED",
-      "steward" : "...",
-      "termGuid" : "..."
     } ],
     "pendingTasks" : [ "...", "..." ],
     "provenanceType" : 12345,
@@ -10742,7 +11348,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -10753,7 +11359,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -10779,9 +11385,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -10790,9 +11397,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -10803,7 +11411,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -10820,7 +11428,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -10831,7 +11439,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -10857,9 +11465,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -10868,9 +11477,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -10881,7 +11491,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -10933,7 +11543,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -10944,7 +11554,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -10965,9 +11575,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -10976,9 +11587,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -10992,7 +11604,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -11003,7 +11615,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -11024,6 +11636,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "PROPOSED",
@@ -11035,9 +11648,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -11063,65 +11677,6 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "VALIDATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
         "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -11143,9 +11698,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -11154,11 +11710,73 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
       } ],
       "status" : "PURGED",
       "attributes" : {
@@ -11172,7 +11790,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -11204,9 +11822,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -11215,9 +11834,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -11263,6 +11883,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "OTHER",
@@ -11274,13 +11895,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -11358,6 +11980,68 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
         "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -11379,66 +12063,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "IMPORTED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "property2" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "IMPORTED",
@@ -11450,13 +12075,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -11554,7 +12180,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -11580,9 +12206,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -11591,9 +12218,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OBSOLETE",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -11620,7 +12248,7 @@
     },
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -11631,7 +12259,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -11657,9 +12285,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OBSOLETE",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -11668,9 +12297,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -11710,7 +12340,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -11736,9 +12366,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -11747,9 +12378,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -11760,7 +12392,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "PURGED",
+      "status" : "DELETED",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -11777,7 +12409,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -11814,9 +12446,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -11825,9 +12458,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -11894,12 +12528,12 @@
               "application/json" : {
   "failedImportInfoList" : [ {
     "childObjectName" : "...",
-    "importStatus" : "SUCCESS",
+    "importStatus" : "FAILED",
     "parentObjectName" : "...",
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ],
@@ -11952,12 +12586,12 @@
               "application/json" : {
   "failedImportInfoList" : [ {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "SUCCESS",
+    "importStatus" : "FAILED",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ],
@@ -12032,66 +12666,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "IMPORTED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -12123,9 +12698,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -12134,66 +12710,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "DELETED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    } ],
-    "property2" : [ {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "PROPOSED",
@@ -12221,6 +12738,129 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
         "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -12242,9 +12882,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -12253,13 +12894,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -12271,76 +12913,6 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
-      "entityStatus" : "DELETED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    } ],
-    "displayText" : "...",
-    "guid" : "...",
-    "isIncomplete" : true,
-    "labels" : [ "...", "..." ],
-    "meaningNames" : [ "...", "..." ],
-    "meanings" : [ {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "VALIDATED",
-      "steward" : "...",
-      "termGuid" : "..."
-    }, {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "PROPOSED",
-      "steward" : "...",
-      "termGuid" : "..."
-    } ],
-    "status" : "DELETED",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "typeName" : "..."
-  }, {
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "entityGuid" : "...",
-      "entityStatus" : "DELETED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
       "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
@@ -12350,6 +12922,17 @@
         "property2" : { }
       },
       "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
     } ],
     "displayText" : "...",
     "guid" : "...",
@@ -12362,9 +12945,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -12373,9 +12957,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -12385,6 +12970,67 @@
       "property2" : { }
     },
     "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
   } ]
 }
             },
@@ -12434,7 +13080,7 @@
     },
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -12471,9 +13117,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -12482,9 +13129,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -12495,7 +13143,7 @@
       "property1" : { },
       "property2" : { }
     },
-    "status" : "PURGED",
+    "status" : "DELETED",
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345,
@@ -12513,7 +13161,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -12524,7 +13172,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -12550,9 +13198,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -12561,6 +13210,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -12574,7 +13224,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -12591,7 +13241,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -12628,9 +13278,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -12639,6 +13290,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -12652,7 +13304,7 @@
         "property1" : { },
         "property2" : { }
       },
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "updateTime" : 12345,
       "updatedBy" : "...",
       "version" : 12345,
@@ -12748,9 +13400,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -12759,9 +13412,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -12807,9 +13461,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -12818,9 +13473,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -12835,66 +13491,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "PROPOSED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "ACTIVE",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -12926,9 +13523,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -12937,13 +13535,75 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -12955,7 +13615,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -12966,6 +13626,56 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
       "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
@@ -12975,44 +13685,7 @@
         "property2" : { }
       },
       "typeName" : "..."
-    } ],
-    "displayText" : "...",
-    "guid" : "...",
-    "isIncomplete" : true,
-    "labels" : [ "...", "..." ],
-    "meaningNames" : [ "...", "..." ],
-    "meanings" : [ {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "PROPOSED",
-      "steward" : "...",
-      "termGuid" : "..."
     }, {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "OBSOLETE",
-      "steward" : "...",
-      "termGuid" : "..."
-    } ],
-    "status" : "DELETED",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "typeName" : "..."
-  }, {
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
       "entityGuid" : "...",
       "entityStatus" : "DELETED",
       "propagate" : true,
@@ -13023,17 +13696,6 @@
         "property2" : { }
       },
       "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
     } ],
     "displayText" : "...",
     "guid" : "...",
@@ -13046,9 +13708,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -13057,9 +13720,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -13332,7 +13996,7 @@
   "list" : [ { }, { } ],
   "pageSize" : 12345,
   "sortBy" : "...",
-  "sortType" : "NONE",
+  "sortType" : "ASC",
   "startIndex" : 12345,
   "totalCount" : 12345
 }
@@ -13431,7 +14095,7 @@
   "classificationNames" : [ "...", "..." ],
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -13450,7 +14114,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -13479,9 +14143,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
@@ -13490,13 +14155,14 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "IMPORTED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
-  "status" : "PURGED",
+  "status" : "ACTIVE",
   "attributes" : {
     "property1" : { },
     "property2" : { }
@@ -13670,9 +14336,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -13681,13 +14348,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -13697,7 +14365,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -13729,9 +14397,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -13740,9 +14409,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -13768,7 +14438,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -13789,6 +14459,68 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -13800,9 +14532,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -13812,141 +14545,12 @@
         "property2" : { }
       },
       "typeName" : "..."
-    }, {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "PROPOSED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "ACTIVE",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
     } ]
   },
   "partialUpdatedEntities" : [ {
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    } ],
-    "displayText" : "...",
-    "guid" : "...",
-    "isIncomplete" : true,
-    "labels" : [ "...", "..." ],
-    "meaningNames" : [ "...", "..." ],
-    "meanings" : [ {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "OTHER",
-      "steward" : "...",
-      "termGuid" : "..."
-    }, {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "DISCOVERED",
-      "steward" : "...",
-      "termGuid" : "..."
-    } ],
-    "status" : "PURGED",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "typeName" : "..."
-  }, {
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "entityGuid" : "...",
-      "entityStatus" : "DELETED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
       "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
@@ -13956,6 +14560,17 @@
         "property2" : { }
       },
       "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
     } ],
     "displayText" : "...",
     "guid" : "...",
@@ -13968,6 +14583,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "PROPOSED",
@@ -13979,9 +14595,71 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -14040,7 +14718,7 @@
     },
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -14051,7 +14729,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -14077,9 +14755,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -14088,9 +14767,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OBSOLETE",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -14101,7 +14781,7 @@
       "property1" : { },
       "property2" : { }
     },
-    "status" : "PURGED",
+    "status" : "ACTIVE",
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345,
@@ -14119,7 +14799,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -14130,7 +14810,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -14156,6 +14836,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "VALIDATED",
@@ -14167,9 +14848,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -14197,7 +14879,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -14208,7 +14890,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -14234,6 +14916,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DISCOVERED",
@@ -14245,9 +14928,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -14316,6 +15000,67 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
         "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -14348,9 +15093,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -14359,9 +15105,72 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "property2" : [ {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -14386,66 +15195,6 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "ACTIVE",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    } ],
-    "property2" : [ {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
         "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -14467,83 +15216,26 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OTHER",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -14555,7 +15247,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -14587,9 +15279,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -14598,13 +15291,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "PURGED",
+    "status" : "DELETED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -14614,7 +15308,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -14625,7 +15319,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -14646,9 +15340,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -14657,13 +15352,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "PURGED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -14794,7 +15490,7 @@
   "classificationNames" : [ "...", "..." ],
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -14813,7 +15509,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -14842,6 +15538,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -14853,9 +15550,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DISCOVERED",
+    "status" : "PROPOSED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -15032,7 +15730,7 @@
             },
             "examples" : {
               "application/json" : [ {
-  "action" : "BUSINESS_ATTRIBUTE_UPDATE",
+  "action" : "CLASSIFICATION_DELETE",
   "details" : "...",
   "entity" : {
     "businessAttributes" : {
@@ -15078,6 +15776,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "OTHER",
@@ -15089,9 +15788,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -15102,7 +15802,7 @@
       "property1" : { },
       "property2" : { }
     },
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345,
@@ -15115,7 +15815,7 @@
   "entityId" : "...",
   "eventKey" : "...",
   "timestamp" : 12345,
-  "type" : "ENTITY_AUDIT_V1",
+  "type" : "ENTITY_AUDIT_V2",
   "user" : "..."
 } ]
             },
@@ -15182,6 +15882,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -15191,9 +15892,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -15296,15 +15998,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -15337,7 +16041,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -15385,18 +16089,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -15474,18 +16180,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -15496,7 +16204,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -15515,7 +16223,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -15607,6 +16315,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -15616,9 +16325,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -15647,7 +16357,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -15706,15 +16416,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -15746,7 +16458,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -15832,15 +16544,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -15853,7 +16567,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -15872,7 +16586,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -15931,6 +16645,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -15940,9 +16655,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -15952,7 +16668,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16030,18 +16746,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -16051,7 +16769,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16070,7 +16788,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16172,18 +16890,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -16193,7 +16913,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16212,7 +16932,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16271,18 +16991,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -16292,7 +17014,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16311,7 +17033,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16401,6 +17123,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -16410,9 +17133,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -16422,7 +17146,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16500,18 +17224,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -16599,18 +17325,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -16620,7 +17348,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16734,15 +17462,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -16755,7 +17485,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16833,18 +17563,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -16873,7 +17605,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -16932,6 +17664,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -16941,9 +17674,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -16953,7 +17687,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -17114,9 +17848,10 @@
   "description" : "...",
   "displayText" : "...",
   "expression" : "...",
+  "qualifiedName" : "...",
   "relationGuid" : "...",
   "source" : "...",
-  "status" : "ACTIVE",
+  "status" : "OTHER",
   "steward" : "...",
   "termGuid" : "..."
 } ]
@@ -17129,9 +17864,10 @@
   "description" : "...",
   "displayText" : "...",
   "expression" : "...",
+  "qualifiedName" : "...",
   "relationGuid" : "...",
   "source" : "...",
-  "status" : "OTHER",
+  "status" : "DEPRECATED",
   "steward" : "...",
   "termGuid" : "..."
 } ]
@@ -17179,12 +17915,12 @@
               "application/json" : {
   "failedImportInfoList" : [ {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ],
@@ -17195,7 +17931,7 @@
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ]
@@ -17208,23 +17944,23 @@
               "application/json" : {
   "failedImportInfoList" : [ {
     "childObjectName" : "...",
-    "importStatus" : "SUCCESS",
+    "importStatus" : "FAILED",
     "parentObjectName" : "...",
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ],
   "successImportInfoList" : [ {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ]
@@ -17242,7 +17978,7 @@
     "remarks" : "..."
   }, {
     "childObjectName" : "...",
-    "importStatus" : "FAILED",
+    "importStatus" : "SUCCESS",
     "parentObjectName" : "...",
     "remarks" : "..."
   } ],
@@ -17323,24 +18059,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -17359,7 +18098,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -17382,18 +18122,19 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OBSOLETE"
+    "status" : "ACTIVE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OTHER"
+    "status" : "DRAFT"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -17403,9 +18144,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17418,63 +18160,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "preferredTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "preferredToTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "replacedBy" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -17484,6 +18170,70 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -17494,6 +18244,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -17503,28 +18275,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "seeAlso" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17532,25 +18286,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "translatedTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -17560,6 +18296,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -17570,18 +18328,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17590,6 +18350,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -17599,9 +18360,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17609,18 +18371,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17630,7 +18394,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -17689,15 +18453,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -17707,6 +18473,7 @@
   "assignedEntities" : [ {
     "displayText" : "...",
     "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -17725,7 +18492,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -17734,7 +18502,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "ACTIVE",
+    "relationshipStatus" : "DELETED",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -17748,30 +18516,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OBSOLETE"
+    "status" : "ACTIVE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "OBSOLETE"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17784,6 +18554,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -17793,9 +18564,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17803,15 +18575,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -17822,18 +18596,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17841,6 +18617,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -17850,9 +18627,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17860,6 +18638,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -17869,25 +18669,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "seeAlso" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -17898,18 +18680,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17917,18 +18701,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17936,6 +18722,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -17945,6 +18732,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -17956,18 +18744,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17975,18 +18765,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -17996,7 +18788,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -18015,7 +18807,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -18055,24 +18847,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -18081,7 +18876,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "ACTIVE",
+    "relationshipStatus" : "DELETED",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -18092,6 +18887,7 @@
   }, {
     "displayText" : "...",
     "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -18100,7 +18896,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "ACTIVE",
+    "relationshipStatus" : "DELETED",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -18114,30 +18910,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OBSOLETE"
+    "status" : "DRAFT"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "DRAFT"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18150,82 +18948,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DEPRECATED",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "preferredTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DEPRECATED",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "preferredToTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "replacedBy" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "replacementTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -18235,6 +18958,91 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredToTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacedBy" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -18245,6 +19053,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -18254,9 +19063,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18264,6 +19074,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -18273,9 +19084,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18283,18 +19095,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18302,18 +19116,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18322,6 +19138,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -18331,9 +19148,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18341,6 +19159,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -18350,9 +19169,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18362,7 +19182,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -18381,7 +19201,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -18464,24 +19284,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -18490,7 +19313,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "DELETED",
+    "relationshipStatus" : "ACTIVE",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -18501,6 +19324,7 @@
   }, {
     "displayText" : "...",
     "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -18529,12 +19353,13 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "OBSOLETE"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -18544,9 +19369,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18559,6 +19385,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -18568,9 +19395,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18578,18 +19406,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18597,18 +19427,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18616,6 +19448,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -18625,9 +19458,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18635,15 +19469,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -18654,6 +19490,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -18663,9 +19500,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18673,18 +19511,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18692,18 +19532,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18711,6 +19553,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -18720,9 +19563,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18731,18 +19575,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18750,18 +19596,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18771,7 +19619,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -18790,7 +19638,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -18830,24 +19678,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -18866,7 +19717,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -18889,7 +19741,7 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "DRAFT"
+    "status" : "ACTIVE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
@@ -18901,18 +19753,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18925,18 +19779,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18944,6 +19800,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -18953,9 +19810,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18963,6 +19821,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -18972,9 +19831,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -18982,18 +19842,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19001,18 +19863,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19020,18 +19884,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19039,18 +19905,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19058,18 +19926,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19077,18 +19947,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19097,18 +19969,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19116,18 +19990,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19137,7 +20013,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -19227,24 +20103,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
     "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -19264,6 +20143,7 @@
   }, {
     "displayText" : "...",
     "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -19272,7 +20152,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "ACTIVE",
+    "relationshipStatus" : "DELETED",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -19286,18 +20166,19 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "OBSOLETE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "OTHER"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -19307,9 +20188,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19322,18 +20204,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19341,18 +20225,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19360,18 +20246,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19379,6 +20267,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -19388,9 +20277,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19398,6 +20288,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -19407,9 +20298,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19417,6 +20309,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -19426,6 +20319,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -19436,18 +20330,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19455,18 +20351,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19474,18 +20372,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19494,15 +20394,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -19513,18 +20415,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19534,7 +20438,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -19593,24 +20497,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
     "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -19619,7 +20526,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "DELETED",
+    "relationshipStatus" : "ACTIVE",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -19629,7 +20536,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -19652,30 +20560,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "DEPRECATED"
+    "status" : "ACTIVE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "DRAFT"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19688,15 +20598,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -19707,15 +20619,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -19726,18 +20640,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19745,18 +20661,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19764,18 +20682,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19783,18 +20703,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19802,18 +20724,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19821,18 +20745,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19840,15 +20766,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -19860,25 +20788,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "validValuesFor" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -19888,9 +20798,31 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -19900,7 +20832,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -19919,7 +20851,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -19959,15 +20891,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -19976,7 +20910,8 @@
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -19996,6 +20931,7 @@
   }, {
     "displayText" : "...",
     "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -20018,30 +20954,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OBSOLETE"
+    "status" : "ACTIVE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "DEPRECATED"
+    "status" : "OTHER"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20054,15 +20992,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -20073,6 +21013,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -20082,9 +21023,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20092,15 +21034,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -20111,15 +21055,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -20130,18 +21076,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20149,6 +21097,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -20158,9 +21107,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20168,18 +21118,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20187,18 +21139,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20206,18 +21160,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20226,25 +21182,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "validValuesFor" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -20254,6 +21192,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -20266,7 +21226,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -20361,24 +21321,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -20387,7 +21350,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "DELETED",
+    "relationshipStatus" : "ACTIVE",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -20397,7 +21360,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -20406,7 +21370,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "DELETED",
+    "relationshipStatus" : "ACTIVE",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -20420,27 +21384,29 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "DEPRECATED"
+    "status" : "OTHER"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "DRAFT"
+    "status" : "DEPRECATED"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -20456,18 +21422,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20475,6 +21443,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -20484,9 +21453,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20494,15 +21464,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -20513,15 +21485,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -20532,6 +21506,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -20541,9 +21516,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20551,6 +21527,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -20560,9 +21537,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20570,18 +21548,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20589,6 +21569,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -20598,9 +21579,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20608,15 +21590,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -20628,18 +21612,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20647,18 +21633,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20687,7 +21675,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -20727,24 +21715,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -20763,7 +21754,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -20772,7 +21764,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "DELETED",
+    "relationshipStatus" : "ACTIVE",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -20786,30 +21778,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OBSOLETE"
+    "status" : "DEPRECATED"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "DEPRECATED"
+    "status" : "OTHER"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20822,18 +21816,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20841,18 +21837,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20860,18 +21858,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20879,18 +21879,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20898,6 +21900,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -20907,9 +21910,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20917,6 +21921,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -20926,9 +21931,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20936,18 +21942,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -20955,25 +21963,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "translationTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -20983,6 +21973,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -20994,6 +22006,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -21003,9 +22016,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21013,18 +22027,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21034,7 +22050,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -21053,7 +22069,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -21093,15 +22109,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -21110,7 +22128,8 @@
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -21130,6 +22149,7 @@
   }, {
     "displayText" : "...",
     "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -21152,30 +22172,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OTHER"
+    "status" : "DRAFT"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "DRAFT"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21188,15 +22210,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -21207,15 +22231,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -21226,18 +22252,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21245,82 +22273,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "replacementTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "seeAlso" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "synonyms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "translatedTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -21330,16 +22283,60 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "replacementTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
-  "translationTerms" : [ {
+  "synonyms" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -21349,6 +22346,49 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -21360,25 +22400,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DEPRECATED",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "validValuesFor" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -21388,6 +22410,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -21400,7 +22444,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -21419,7 +22463,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -21492,6 +22536,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -21501,15 +22546,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -21518,7 +22565,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "ACTIVE",
+    "relationshipStatus" : "DELETED",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -21528,7 +22575,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -21557,12 +22605,13 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OTHER"
+    "status" : "OBSOLETE"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -21572,9 +22621,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21587,18 +22637,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21606,6 +22658,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -21615,6 +22668,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -21625,18 +22679,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21644,6 +22700,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -21653,9 +22710,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21663,18 +22721,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21682,18 +22742,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21701,18 +22763,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21720,6 +22784,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -21729,25 +22815,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "translationTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DEPRECATED",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -21759,25 +22827,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "validValuesFor" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -21787,9 +22837,31 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21858,43 +22930,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
-    "entityStatus" : "DELETED",
-    "relationshipAttributes" : {
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "relationshipGuid" : "...",
-    "relationshipStatus" : "DELETED",
-    "relationshipType" : "...",
-    "guid" : "...",
-    "typeName" : "...",
-    "uniqueAttributes" : {
-      "property1" : { },
-      "property2" : { }
-    }
-  }, {
-    "displayText" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -21911,13 +22967,33 @@
       "property1" : { },
       "property2" : { }
     }
+  }, {
+    "displayText" : "...",
+    "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
+    "relationshipAttributes" : {
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "relationshipGuid" : "...",
+    "relationshipStatus" : "DELETED",
+    "relationshipType" : "...",
+    "guid" : "...",
+    "typeName" : "...",
+    "uniqueAttributes" : {
+      "property1" : { },
+      "property2" : { }
+    }
   } ],
   "categories" : [ {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "DEPRECATED"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
@@ -21929,18 +23005,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21953,15 +23031,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -21972,18 +23052,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -21991,18 +23073,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -22010,18 +23094,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -22029,6 +23115,49 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "seeAlso" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "synonyms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -22038,16 +23167,39 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translatedTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
-  "seeAlso" : [ {
+  "translationTerms" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -22057,86 +23209,32 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
-  "synonyms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "translatedTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DEPRECATED",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "translationTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
   "usage" : "...",
   "validValues" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -22144,18 +23242,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -22184,7 +23284,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -22299,7 +23399,8 @@
             "examples" : {
               "application/json" : [ {
   "displayText" : "...",
-  "entityStatus" : "ACTIVE",
+  "entityStatus" : "PURGED",
+  "qualifiedName" : "...",
   "relationshipAttributes" : {
     "attributes" : {
       "property1" : { },
@@ -22324,7 +23425,8 @@
             "examples" : {
               "application/json" : [ {
   "displayText" : "...",
-  "entityStatus" : "DELETED",
+  "entityStatus" : "ACTIVE",
+  "qualifiedName" : "...",
   "relationshipAttributes" : {
     "attributes" : {
       "property1" : { },
@@ -22333,7 +23435,7 @@
     "typeName" : "..."
   },
   "relationshipGuid" : "...",
-  "relationshipStatus" : "ACTIVE",
+  "relationshipStatus" : "DELETED",
   "relationshipType" : "...",
   "guid" : "...",
   "typeName" : "...",
@@ -22477,9 +23579,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }
@@ -22494,9 +23597,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }
@@ -22568,18 +23672,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -22609,7 +23715,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -22657,6 +23763,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -22666,9 +23773,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -22777,18 +23885,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -22799,7 +23909,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -22866,15 +23976,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -22907,7 +24019,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -22955,18 +24067,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -22996,7 +24110,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -23101,15 +24215,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -23122,7 +24238,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -23141,7 +24257,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -23200,15 +24316,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -23221,7 +24339,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -23240,7 +24358,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -23393,6 +24511,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -23402,9 +24521,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -23414,7 +24534,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -23471,18 +24591,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -23492,7 +24614,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -23532,27 +24654,30 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
       "assignedEntities" : [ {
         "displayText" : "...",
         "entityStatus" : "DELETED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
-        "relationshipStatus" : "ACTIVE",
+        "relationshipStatus" : "DELETED",
         "relationshipType" : "...",
         "guid" : "...",
         "typeName" : "...",
@@ -23562,7 +24687,8 @@
         }
       }, {
         "displayText" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
         "relationshipStatus" : "DELETED",
@@ -23579,18 +24705,19 @@
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "ACTIVE"
+        "status" : "OBSOLETE"
       }, {
         "categoryGuid" : "...",
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "DRAFT"
+        "status" : "OBSOLETE"
       } ],
       "classifies" : [ {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -23600,9 +24727,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -23615,18 +24743,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -23634,15 +24764,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -23653,15 +24785,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -23672,6 +24806,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -23681,9 +24816,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -23691,15 +24827,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -23710,63 +24848,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OTHER",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "synonyms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "translatedTerms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "ACTIVE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "translationTerms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DRAFT",
@@ -23776,6 +24858,70 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translatedTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "translationTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -23787,18 +24933,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -23806,6 +24954,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -23815,9 +24964,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -23827,7 +24977,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -23865,27 +25015,30 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
       "assignedEntities" : [ {
         "displayText" : "...",
         "entityStatus" : "ACTIVE",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
-        "relationshipStatus" : "DELETED",
+        "relationshipStatus" : "ACTIVE",
         "relationshipType" : "...",
         "guid" : "...",
         "typeName" : "...",
@@ -23896,6 +25049,7 @@
       }, {
         "displayText" : "...",
         "entityStatus" : "DELETED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
         "relationshipStatus" : "ACTIVE",
@@ -23918,24 +25072,26 @@
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "OTHER"
+        "status" : "DRAFT"
       } ],
       "classifies" : [ {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -23948,6 +25104,70 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "ACTIVE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "preferredToTerms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "replacedBy" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -23957,63 +25177,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DRAFT",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "preferredTerms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DRAFT",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "preferredToTerms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "replacedBy" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DRAFT",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -24024,18 +25188,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24043,6 +25209,28 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DRAFT",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -24052,47 +25240,31 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "synonyms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DRAFT",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DRAFT",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
       "translatedTerms" : [ {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24100,15 +25272,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -24120,15 +25294,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DRAFT",
@@ -24139,6 +25315,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -24148,9 +25325,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24206,18 +25384,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -24228,7 +25408,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -24247,7 +25427,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -24308,15 +25488,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -24340,7 +25522,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -24386,6 +25568,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -24395,9 +25578,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24447,27 +25631,30 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
       "assignedEntities" : [ {
         "displayText" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
-        "relationshipStatus" : "DELETED",
+        "relationshipStatus" : "ACTIVE",
         "relationshipType" : "...",
         "guid" : "...",
         "typeName" : "...",
@@ -24477,7 +25664,8 @@
         }
       }, {
         "displayText" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
         "relationshipStatus" : "ACTIVE",
@@ -24494,7 +25682,7 @@
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "ACTIVE"
+        "status" : "DEPRECATED"
       }, {
         "categoryGuid" : "...",
         "description" : "...",
@@ -24506,15 +25694,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -24530,15 +25720,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DRAFT",
@@ -24549,18 +25741,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24568,15 +25762,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -24587,18 +25783,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24606,6 +25804,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -24615,9 +25814,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24625,15 +25825,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -24644,18 +25846,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24663,6 +25867,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -24672,9 +25877,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24682,15 +25888,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -24702,18 +25910,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24721,18 +25931,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24742,7 +25954,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -24780,15 +25992,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -24798,6 +26012,7 @@
       "assignedEntities" : [ {
         "displayText" : "...",
         "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
         "relationshipStatus" : "ACTIVE",
@@ -24811,6 +26026,7 @@
       }, {
         "displayText" : "...",
         "entityStatus" : "PURGED",
+        "qualifiedName" : "...",
         "relationshipAttributes" : { },
         "relationshipGuid" : "...",
         "relationshipStatus" : "ACTIVE",
@@ -24827,27 +26043,29 @@
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "OBSOLETE"
+        "status" : "DEPRECATED"
       }, {
         "categoryGuid" : "...",
         "description" : "...",
         "displayText" : "...",
         "relationGuid" : "...",
-        "status" : "DEPRECATED"
+        "status" : "ACTIVE"
       } ],
       "classifies" : [ {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -24863,18 +26081,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DRAFT",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24882,18 +26102,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "ACTIVE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24901,18 +26123,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24920,6 +26144,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -24929,9 +26154,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24939,18 +26165,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -24958,6 +26186,28 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "synonyms" : [ {
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -24967,25 +26217,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DRAFT",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "synonyms" : [ {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OTHER",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "ACTIVE",
@@ -24996,18 +26228,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -25015,18 +26249,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DRAFT",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -25035,15 +26271,17 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -25054,18 +26292,20 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "ACTIVE",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -25075,7 +26315,7 @@
       },
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -25086,7 +26326,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -25121,18 +26361,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -25162,7 +26404,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -25246,18 +26488,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -25335,6 +26579,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -25344,9 +26589,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -25357,7 +26603,7 @@
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -25376,7 +26622,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -25424,18 +26670,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -25465,7 +26713,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -25551,24 +26799,27 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
   "assignedEntities" : [ {
     "displayText" : "...",
     "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -25588,6 +26839,7 @@
   }, {
     "displayText" : "...",
     "entityStatus" : "PURGED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -25596,7 +26848,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "ACTIVE",
+    "relationshipStatus" : "DELETED",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -25610,30 +26862,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "ACTIVE"
+    "status" : "OBSOLETE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OTHER"
+    "status" : "DEPRECATED"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -25646,25 +26900,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DEPRECATED",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "preferredTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -25674,6 +26910,28 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "preferredTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -25684,18 +26942,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -25703,15 +26963,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OBSOLETE",
@@ -25722,15 +26984,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -25741,6 +27005,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -25750,9 +27015,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -25760,15 +27026,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -25779,64 +27047,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "translationTerms" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OBSOLETE",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "usage" : "...",
-  "validValues" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DEPRECATED",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "validValuesFor" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -25846,19 +27057,84 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "translationTerms" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OTHER",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DRAFT",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
   "additionalAttributes" : {
     "property1" : { },
     "property2" : { }
   },
   "classifications" : [ {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "DELETED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -25877,7 +27153,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -25917,15 +27193,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -25935,6 +27213,7 @@
   "assignedEntities" : [ {
     "displayText" : "...",
     "entityStatus" : "DELETED",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -25953,7 +27232,8 @@
     }
   }, {
     "displayText" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
+    "qualifiedName" : "...",
     "relationshipAttributes" : {
       "attributes" : {
         "property1" : { },
@@ -25962,7 +27242,7 @@
       "typeName" : "..."
     },
     "relationshipGuid" : "...",
-    "relationshipStatus" : "DELETED",
+    "relationshipStatus" : "ACTIVE",
     "relationshipType" : "...",
     "guid" : "...",
     "typeName" : "...",
@@ -25976,30 +27256,32 @@
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "OTHER"
+    "status" : "ACTIVE"
   }, {
     "categoryGuid" : "...",
     "description" : "...",
     "displayText" : "...",
     "relationGuid" : "...",
-    "status" : "DRAFT"
+    "status" : "OBSOLETE"
   } ],
   "classifies" : [ {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -26012,6 +27294,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -26021,9 +27304,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -26031,18 +27315,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "OBSOLETE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OTHER",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -26050,18 +27336,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "OTHER",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -26069,18 +27357,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DRAFT",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -26088,18 +27378,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -26107,18 +27399,20 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "OBSOLETE",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "DRAFT",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -26126,6 +27420,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "ACTIVE",
@@ -26135,9 +27430,10 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "DEPRECATED",
+    "status" : "ACTIVE",
     "steward" : "...",
     "termGuid" : "..."
   } ],
@@ -26145,15 +27441,17 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
-    "status" : "ACTIVE",
+    "status" : "DEPRECATED",
     "steward" : "...",
     "termGuid" : "..."
   }, {
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DRAFT",
@@ -26164,45 +27462,7 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "OTHER",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "usage" : "...",
-  "validValues" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "ACTIVE",
-    "steward" : "...",
-    "termGuid" : "..."
-  }, {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
-    "relationGuid" : "...",
-    "source" : "...",
-    "status" : "DRAFT",
-    "steward" : "...",
-    "termGuid" : "..."
-  } ],
-  "validValuesFor" : [ {
-    "description" : "...",
-    "displayText" : "...",
-    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "DEPRECATED",
@@ -26212,6 +27472,50 @@
     "description" : "...",
     "displayText" : "...",
     "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "usage" : "...",
+  "validValues" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "ACTIVE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "DEPRECATED",
+    "steward" : "...",
+    "termGuid" : "..."
+  } ],
+  "validValuesFor" : [ {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
+    "relationGuid" : "...",
+    "source" : "...",
+    "status" : "OBSOLETE",
+    "steward" : "...",
+    "termGuid" : "..."
+  }, {
+    "description" : "...",
+    "displayText" : "...",
+    "expression" : "...",
+    "qualifiedName" : "...",
     "relationGuid" : "...",
     "source" : "...",
     "status" : "OTHER",
@@ -26243,7 +27547,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "PURGED",
+    "entityStatus" : "ACTIVE",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -26322,9 +27626,10 @@
   "description" : "...",
   "displayText" : "...",
   "expression" : "...",
+  "qualifiedName" : "...",
   "relationGuid" : "...",
   "source" : "...",
-  "status" : "OBSOLETE",
+  "status" : "OTHER",
   "steward" : "...",
   "termGuid" : "..."
 } ]
@@ -26337,6 +27642,7 @@
   "description" : "...",
   "displayText" : "...",
   "expression" : "...",
+  "qualifiedName" : "...",
   "relationGuid" : "...",
   "source" : "...",
   "status" : "OBSOLETE",
@@ -26393,6 +27699,68 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
         "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -26404,66 +27772,6 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "property2" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
         "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -26485,9 +27793,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -26496,9 +27805,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -26511,7 +27821,21 @@
     }
   },
   "lineageDepth" : 12345,
-  "lineageDirection" : "BOTH",
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
   "relations" : [ {
     "fromEntityId" : "...",
     "relationshipId" : "...",
@@ -26520,7 +27844,21 @@
     "fromEntityId" : "...",
     "relationshipId" : "...",
     "toEntityId" : "..."
-  } ]
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
 }
             },
             "description" : "If Lineage exists for the given entity"
@@ -26534,7 +27872,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -26545,7 +27883,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -26566,9 +27904,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -26577,13 +27916,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -26626,9 +27966,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -26637,13 +27978,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -26652,7 +27994,21 @@
     }
   },
   "lineageDepth" : 12345,
-  "lineageDirection" : "INPUT",
+  "lineageDirection" : "BOTH",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
   "relations" : [ {
     "fromEntityId" : "...",
     "relationshipId" : "...",
@@ -26661,7 +28017,21 @@
     "fromEntityId" : "...",
     "relationshipId" : "...",
     "toEntityId" : "..."
-  } ]
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
 }
             },
             "description" : "Bad query parameters"
@@ -26686,7 +28056,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -26707,6 +28077,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -26718,9 +28089,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -26735,7 +28107,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -26767,9 +28139,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -26778,9 +28151,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -26794,6 +28168,20 @@
   },
   "lineageDepth" : 12345,
   "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
   "relations" : [ {
     "fromEntityId" : "...",
     "relationshipId" : "...",
@@ -26802,7 +28190,21 @@
     "fromEntityId" : "...",
     "relationshipId" : "...",
     "toEntityId" : "..."
-  } ]
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
 }
             },
             "description" : "If no lineage is found for the given entity"
@@ -26854,67 +28256,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "IMPORTED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "DELETED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "property2" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -26946,101 +28288,22 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OTHER",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
-      } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }
-  },
-  "lineageDepth" : 12345,
-  "lineageDirection" : "INPUT",
-  "relations" : [ {
-    "fromEntityId" : "...",
-    "relationshipId" : "...",
-    "toEntityId" : "..."
-  }, {
-    "fromEntityId" : "...",
-    "relationshipId" : "...",
-    "toEntityId" : "..."
-  } ]
-}
-            },
-            "description" : "If Lineage exists for the given entity"
-          },
-          "400" : {
-            "examples" : {
-              "application/json" : {
-  "baseEntityGuid" : "...",
-  "guidEntityMap" : {
-    "property1" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
       }, {
         "confidence" : 12345,
         "createdBy" : "...",
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -27055,87 +28318,6 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OBSOLETE",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "DELETED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }
-  },
-  "lineageDepth" : 12345,
-  "lineageDirection" : "BOTH",
-  "relations" : [ {
-    "fromEntityId" : "...",
-    "relationshipId" : "...",
-    "toEntityId" : "..."
-  }, {
-    "fromEntityId" : "...",
-    "relationshipId" : "...",
-    "toEntityId" : "..."
-  } ]
-}
-            },
-            "description" : "Bad query parameters"
-          },
-          "404" : {
-            "examples" : {
-              "application/json" : {
-  "baseEntityGuid" : "...",
-  "guidEntityMap" : {
-    "property1" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
         "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -27168,6 +28350,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
@@ -27179,12 +28362,124 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If Lineage exists for the given entity"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
       "status" : "DELETED",
       "attributes" : {
         "property1" : { },
@@ -27228,6 +28523,325 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "BOTH",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "Bad query parameters"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "BOTH",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If no lineage is found for the given entity"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "LineageREST" ],
+        "description" : "Returns lineage info about entity.",
+        "operationId" : "getLineageGraph2",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "guid",
+            "in" : "path",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"description" : "",
+"type" : "object",
+"additionalProperties" : {
+  "$ref" : "#/definitions/LineageOnDemandConstraints"
+}
+            },
+            "description" : ""
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasLineageInfo",
+"description" : "If Lineage exists for the given entity"
+            },
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "IMPORTED",
@@ -27239,12 +28853,248 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "OUTPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "If Lineage exists for the given entity"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
       "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
@@ -27255,6 +29105,20 @@
   },
   "lineageDepth" : 12345,
   "lineageDirection" : "INPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
   "relations" : [ {
     "fromEntityId" : "...",
     "relationshipId" : "...",
@@ -27263,7 +29127,194 @@
     "fromEntityId" : "...",
     "relationshipId" : "...",
     "toEntityId" : "..."
-  } ]
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
+}
+            },
+            "description" : "Bad query parameters"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "baseEntityGuid" : "...",
+  "guidEntityMap" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "lineageDepth" : 12345,
+  "lineageDirection" : "INPUT",
+  "lineageOnDemandPayload" : {
+    "property1" : {
+      "depth" : 12345,
+      "direction" : "OUTPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    },
+    "property2" : {
+      "depth" : 12345,
+      "direction" : "INPUT",
+      "inputRelationsLimit" : 12345,
+      "outputRelationsLimit" : 12345
+    }
+  },
+  "relations" : [ {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  }, {
+    "fromEntityId" : "...",
+    "relationshipId" : "...",
+    "toEntityId" : "..."
+  } ],
+  "relationsOnDemand" : {
+    "property1" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    },
+    "property2" : {
+      "hasMoreInputs" : true,
+      "hasMoreOutputs" : true,
+      "inputRelationsCount" : 12345,
+      "outputRelationsCount" : 12345
+    }
+  }
 }
             },
             "description" : "If no lineage is found for the given entity"
@@ -27319,7 +29370,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "DELETED",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -27358,7 +29409,7 @@
   "guid" : "...",
   "homeId" : "...",
   "label" : "...",
-  "propagateTags" : "TWO_TO_ONE",
+  "propagateTags" : "ONE_TO_TWO",
   "propagatedClassifications" : [ {
     "entityGuid" : "...",
     "entityStatus" : "DELETED",
@@ -27461,7 +29512,7 @@
     "typeName" : "..."
   }, {
     "entityGuid" : "...",
-    "entityStatus" : "ACTIVE",
+    "entityStatus" : "PURGED",
     "propagate" : true,
     "removePropagationsOnEntityDelete" : true,
     "validityPeriods" : [ {
@@ -27500,7 +29551,7 @@
   "guid" : "...",
   "homeId" : "...",
   "label" : "...",
-  "propagateTags" : "ONE_TO_TWO",
+  "propagateTags" : "NONE",
   "propagatedClassifications" : [ {
     "entityGuid" : "...",
     "entityStatus" : "ACTIVE",
@@ -27609,7 +29660,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -27620,7 +29671,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -27641,9 +29692,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -27652,13 +29704,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -27680,7 +29733,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -27701,6 +29754,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -27712,13 +29766,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -27729,7 +29784,7 @@
   "relationship" : {
     "blockedPropagatedClassifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -27740,7 +29795,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -27771,10 +29826,10 @@
     "guid" : "...",
     "homeId" : "...",
     "label" : "...",
-    "propagateTags" : "ONE_TO_TWO",
+    "propagateTags" : "BOTH",
     "propagatedClassifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -27785,7 +29840,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -27873,7 +29928,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -27905,6 +29960,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "VALIDATED",
@@ -27916,9 +29972,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -27964,9 +30021,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -27975,13 +30033,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "PURGED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -27998,7 +30057,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -28016,7 +30075,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -28027,13 +30086,13 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "GREMLIN",
+  "queryType" : "DSL",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28065,9 +30124,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -28076,9 +30136,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -28093,7 +30154,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28125,9 +30186,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -28136,13 +30198,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -28150,17 +30213,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "ENDS_WITH"
+      "operator" : "NOT_NULL"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -28168,14 +30285,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "ENDS_WITH"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
-    "sortOrder" : "DESCENDING",
+    "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "CONTAINS_ANY"
+      "operator" : "LIKE"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -28198,7 +30323,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -28209,7 +30334,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -28230,6 +30355,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "VALIDATED",
@@ -28241,13 +30367,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "PURGED",
+    "status" : "ACTIVE",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -28268,7 +30395,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -28289,9 +30416,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -28300,13 +30428,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "DELETED",
+    "status" : "PURGED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -28323,7 +30452,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -28341,7 +30470,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -28352,13 +30481,13 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "RELATIONSHIP",
+  "queryType" : "FULL_TEXT",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28369,7 +30498,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28390,9 +30519,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -28401,9 +30531,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -28418,7 +30549,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28429,7 +30560,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28450,9 +30581,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -28461,13 +30593,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -28475,6 +30608,59 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
@@ -28483,9 +30669,10 @@
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "CONTAINS_ANY"
+      "operator" : "IS_NULL"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -28493,14 +30680,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
-    "sortOrder" : "DESCENDING",
+    "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_CONTAINS"
+      "operator" : "TIME_RANGE"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -28610,7 +30805,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -28631,9 +30826,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -28642,9 +30838,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -28658,7 +30855,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -28690,9 +30887,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -28701,9 +30899,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OBSOLETE",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -28742,7 +30941,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -28753,13 +30952,13 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "DSL",
+  "queryType" : "FULL_TEXT",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28791,9 +30990,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -28802,9 +31002,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -28819,7 +31020,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28830,7 +31031,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -28851,9 +31052,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -28862,13 +31064,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -28876,17 +31079,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "IS_NULL"
+      "operator" : "ENDS_WITH"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -28894,14 +31151,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_EMPTY"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
     "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "CONTAINS"
+      "operator" : "GTE"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -28924,7 +31189,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -28935,6 +31200,56 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OTHER",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
       "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
@@ -28944,57 +31259,9 @@
         "property2" : { }
       },
       "typeName" : "..."
-    } ],
-    "displayText" : "...",
-    "guid" : "...",
-    "isIncomplete" : true,
-    "labels" : [ "...", "..." ],
-    "meaningNames" : [ "...", "..." ],
-    "meanings" : [ {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "OBSOLETE",
-      "steward" : "...",
-      "termGuid" : "..."
-    }, {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "OBSOLETE",
-      "steward" : "...",
-      "termGuid" : "..."
-    } ],
-    "status" : "ACTIVE",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "typeName" : "..."
-  }, {
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "entityGuid" : "...",
-      "entityStatus" : "PURGED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -29015,9 +31282,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -29026,9 +31294,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -29078,72 +31347,12 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "FULL_TEXT",
+  "queryType" : "GREMLIN",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OTHER",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "PROPOSED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "DELETED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "property2" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
         "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -29176,9 +31385,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -29187,13 +31397,76 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -29201,6 +31474,59 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
@@ -29209,9 +31535,10 @@
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "IS_NULL"
+      "operator" : "STARTS_WITH"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -29219,14 +31546,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_CONTAINS"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
-    "sortOrder" : "DESCENDING",
+    "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "LIKE"
+      "operator" : "NOT_NULL"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -29285,7 +31620,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -29306,9 +31641,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -29317,13 +31653,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "OBSOLETE",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "DELETED",
+    "status" : "PURGED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -29333,7 +31670,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -29344,7 +31681,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -29365,9 +31702,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -29376,13 +31714,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "PURGED",
+    "status" : "ACTIVE",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -29399,7 +31738,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -29428,72 +31767,12 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "FULL_TEXT",
+  "queryType" : "GREMLIN",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "DELETED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "property2" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
         "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -29526,6 +31805,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "PROPOSED",
@@ -29537,13 +31817,76 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -29551,17 +31894,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "TIME_RANGE"
+      "operator" : "NOT_NULL"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -29569,6 +31966,14 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_EMPTY"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
     "sortOrder" : "ASCENDING",
     "tagFilters" : {
@@ -29576,7 +31981,7 @@
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "TIME_RANGE"
+      "operator" : "CONTAINS_ANY"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -29599,7 +32004,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -29631,9 +32036,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -29642,13 +32048,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -29658,7 +32065,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -29690,9 +32097,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -29701,13 +32109,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "PURGED",
+    "status" : "DELETED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -29724,7 +32133,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -29753,13 +32162,13 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "RELATIONSHIP",
+  "queryType" : "DSL",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -29791,9 +32200,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -29802,9 +32212,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OTHER",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -29830,7 +32241,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -29851,9 +32262,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -29862,13 +32274,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -29876,17 +32289,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "GTE"
+      "operator" : "GT"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -29894,14 +32361,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "LT"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
-    "sortOrder" : "DESCENDING",
+    "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "GT"
+      "operator" : "EQ"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -29974,7 +32449,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -30006,9 +32481,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -30017,390 +32493,68 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
-    } ],
-    "status" : "DELETED",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "typeName" : "..."
-  }, {
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "entityGuid" : "...",
-      "entityStatus" : "DELETED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    } ],
-    "displayText" : "...",
-    "guid" : "...",
-    "isIncomplete" : true,
-    "labels" : [ "...", "..." ],
-    "meaningNames" : [ "...", "..." ],
-    "meanings" : [ {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "OTHER",
-      "steward" : "...",
-      "termGuid" : "..."
     }, {
       "confidence" : 12345,
       "createdBy" : "...",
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "VALIDATED",
-      "steward" : "...",
-      "termGuid" : "..."
-    } ],
-    "status" : "ACTIVE",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "typeName" : "..."
-  } ],
-  "fullTextResult" : [ {
-    "entity" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ { }, { } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ { }, { } ],
-      "status" : "DELETED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "score" : 12345.0
-  }, {
-    "entity" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ { }, { } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ { }, { } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "score" : 12345.0
-  } ],
-  "nextMarker" : "...",
-  "queryText" : "...",
-  "queryType" : "DSL",
-  "referredEntities" : {
-    "property1" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "IMPORTED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DISCOVERED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "PURGED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "property2" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "IMPORTED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "ACTIVE",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }
-  },
-  "searchParameters" : {
-    "attributes" : [ "...", "..." ],
-    "classification" : "...",
-    "entityFilters" : {
-      "attributeName" : "...",
-      "attributeValue" : "...",
-      "condition" : "OR",
-      "criterion" : [ { }, { } ],
-      "operator" : "STARTS_WITH"
-    },
-    "excludeDeletedEntities" : true,
-    "includeClassificationAttributes" : true,
-    "includeSubClassifications" : true,
-    "includeSubTypes" : true,
-    "limit" : 12345,
-    "marker" : "...",
-    "offset" : 12345,
-    "query" : "...",
-    "sortBy" : "...",
-    "sortOrder" : "ASCENDING",
-    "tagFilters" : {
-      "attributeName" : "...",
-      "attributeValue" : "...",
-      "condition" : "AND",
-      "criterion" : [ { }, { } ],
-      "operator" : "ENDS_WITH"
-    },
-    "termName" : "...",
-    "typeName" : "..."
-  },
-  "type" : "..."
-}
-            },
-            "description" : "On successful DSL execution with some results, might return an empty list if execution succeeded\nwithout any results"
-          },
-          "400" : {
-            "examples" : {
-              "application/json" : {
-  "approximateCount" : 12345,
-  "attributes" : {
-    "name" : [ "...", "..." ],
-    "values" : [ [ { }, { } ], [ { }, { } ] ]
-  },
-  "classification" : "...",
-  "entities" : [ {
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "entityGuid" : "...",
-      "entityStatus" : "PURGED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
-      "entityStatus" : "DELETED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    } ],
-    "displayText" : "...",
-    "guid" : "...",
-    "isIncomplete" : true,
-    "labels" : [ "...", "..." ],
-    "meaningNames" : [ "...", "..." ],
-    "meanings" : [ {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "VALIDATED",
-      "steward" : "...",
-      "termGuid" : "..."
-    }, {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "PROPOSED",
-      "steward" : "...",
-      "termGuid" : "..."
-    } ],
-    "status" : "ACTIVE",
-    "attributes" : {
-      "property1" : { },
-      "property2" : { }
-    },
-    "typeName" : "..."
-  }, {
-    "classificationNames" : [ "...", "..." ],
-    "classifications" : [ {
-      "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    }, {
-      "entityGuid" : "...",
-      "entityStatus" : "PURGED",
-      "propagate" : true,
-      "removePropagationsOnEntityDelete" : true,
-      "validityPeriods" : [ { }, { } ],
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    } ],
-    "displayText" : "...",
-    "guid" : "...",
-    "isIncomplete" : true,
-    "labels" : [ "...", "..." ],
-    "meaningNames" : [ "...", "..." ],
-    "meanings" : [ {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
-      "relationGuid" : "...",
-      "source" : "...",
-      "status" : "IMPORTED",
-      "steward" : "...",
-      "termGuid" : "..."
-    }, {
-      "confidence" : 12345,
-      "createdBy" : "...",
-      "description" : "...",
-      "displayText" : "...",
-      "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "DISCOVERED",
@@ -30424,7 +32578,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -30442,7 +32596,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -30459,66 +32613,6 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "PURGED",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "PROPOSED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "OTHER",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "DELETED",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "property2" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
         "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -30551,9 +32645,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -30562,11 +32657,469 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "IMPORTED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_NULL"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "TIME_RANGE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful DSL execution with some results, might return an empty list if execution succeeded\nwithout any results"
+          },
+          "400" : {
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "OBSOLETE",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "DSL",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "DELETED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
       } ],
       "status" : "DELETED",
       "attributes" : {
@@ -30576,17 +33129,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "GTE"
+      "operator" : "CONTAINS_ALL"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -30594,14 +33201,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
-    "sortOrder" : "ASCENDING",
+    "sortOrder" : "DESCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "ENDS_WITH"
+      "operator" : "NEQ"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -30680,7 +33295,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -30701,9 +33316,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OBSOLETE",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -30712,9 +33328,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -30728,7 +33345,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -30760,9 +33377,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -30771,9 +33389,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -30812,7 +33431,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -30823,7 +33442,7 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "RELATIONSHIP",
+  "queryType" : "BASIC",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
@@ -30861,9 +33480,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -30872,13 +33492,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -30889,7 +33510,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -30900,7 +33521,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "DELETED",
+        "entityStatus" : "PURGED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -30921,6 +33542,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OBSOLETE",
@@ -30932,6 +33554,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "IMPORTED",
@@ -30946,6 +33569,59 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "BOTH",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
@@ -30954,9 +33630,10 @@
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "LTE"
+      "operator" : "CONTAINS"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -30964,14 +33641,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
-    "sortBy" : "...",
-    "sortOrder" : "ASCENDING",
-    "tagFilters" : {
+    "relationshipFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_EMPTY"
+      "operator" : "LTE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "STARTS_WITH"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -30994,7 +33679,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "ACTIVE",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -31026,9 +33711,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OBSOLETE",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -31037,13 +33723,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -31085,6 +33772,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "IMPORTED",
@@ -31096,13 +33784,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -31119,7 +33808,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -31148,7 +33837,7 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "ATTRIBUTE",
+  "queryType" : "BASIC",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
@@ -31165,7 +33854,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -31186,9 +33875,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "VALIDATED",
+        "status" : "IMPORTED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -31197,13 +33887,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -31214,7 +33905,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -31225,7 +33916,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "ACTIVE",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -31246,9 +33937,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -31257,13 +33949,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -31271,17 +33964,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "NEQ"
+      "operator" : "CONTAINS"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -31289,8 +34036,16 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "EQ"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
-    "sortOrder" : "DESCENDING",
+    "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
@@ -31346,6 +34101,19 @@
             "description" : ""
           },
           {
+            "name" : "sortBy",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "sortOrder",
+            "in" : "query",
+            "type" : "string",
+            "enum" : ["ASCENDING", "DESCENDING"],
+            "description" : ""
+          },
+          {
             "name" : "typeName",
             "in" : "query",
             "type" : "string",
@@ -31392,7 +34160,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -31423,7 +34191,7 @@
     } ],
     "nextMarker" : "...",
     "queryText" : "...",
-    "queryType" : "GREMLIN",
+    "queryType" : "BASIC",
     "referredEntities" : {
       "property1" : {
         "classificationNames" : [ "...", "..." ],
@@ -31434,7 +34202,7 @@
         "labels" : [ "...", "..." ],
         "meaningNames" : [ "...", "..." ],
         "meanings" : [ { }, { } ],
-        "status" : "DELETED",
+        "status" : "PURGED",
         "attributes" : {
           "property1" : { },
           "property2" : { }
@@ -31458,11 +34226,37 @@
         "typeName" : "..."
       }
     },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "ONE_TO_TWO",
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "BOTH",
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
     "searchParameters" : {
       "attributes" : [ "...", "..." ],
       "classification" : "...",
       "entityFilters" : { },
       "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
       "includeClassificationAttributes" : true,
       "includeSubClassifications" : true,
       "includeSubTypes" : true,
@@ -31470,6 +34264,8 @@
       "marker" : "...",
       "offset" : 12345,
       "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
       "sortBy" : "...",
       "sortOrder" : "ASCENDING",
       "tagFilters" : { },
@@ -31517,7 +34313,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -31559,7 +34355,7 @@
         "labels" : [ "...", "..." ],
         "meaningNames" : [ "...", "..." ],
         "meanings" : [ { }, { } ],
-        "status" : "PURGED",
+        "status" : "DELETED",
         "attributes" : {
           "property1" : { },
           "property2" : { }
@@ -31575,7 +34371,7 @@
         "labels" : [ "...", "..." ],
         "meaningNames" : [ "...", "..." ],
         "meanings" : [ { }, { } ],
-        "status" : "ACTIVE",
+        "status" : "DELETED",
         "attributes" : {
           "property1" : { },
           "property2" : { }
@@ -31583,11 +34379,37 @@
         "typeName" : "..."
       }
     },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "TWO_TO_ONE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "TWO_TO_ONE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
     "searchParameters" : {
       "attributes" : [ "...", "..." ],
       "classification" : "...",
       "entityFilters" : { },
       "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
       "includeClassificationAttributes" : true,
       "includeSubClassifications" : true,
       "includeSubTypes" : true,
@@ -31595,8 +34417,10 @@
       "marker" : "...",
       "offset" : 12345,
       "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
       "sortBy" : "...",
-      "sortOrder" : "DESCENDING",
+      "sortOrder" : "ASCENDING",
       "tagFilters" : { },
       "termName" : "...",
       "typeName" : "..."
@@ -31667,7 +34491,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -31682,7 +34506,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -31709,7 +34533,7 @@
         "labels" : [ "...", "..." ],
         "meaningNames" : [ "...", "..." ],
         "meanings" : [ { }, { } ],
-        "status" : "ACTIVE",
+        "status" : "PURGED",
         "attributes" : {
           "property1" : { },
           "property2" : { }
@@ -31733,11 +34557,37 @@
         "typeName" : "..."
       }
     },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "BOTH",
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "NONE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
     "searchParameters" : {
       "attributes" : [ "...", "..." ],
       "classification" : "...",
       "entityFilters" : { },
       "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
       "includeClassificationAttributes" : true,
       "includeSubClassifications" : true,
       "includeSubTypes" : true,
@@ -31745,8 +34595,10 @@
       "marker" : "...",
       "offset" : 12345,
       "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
       "sortBy" : "...",
-      "sortOrder" : "ASCENDING",
+      "sortOrder" : "DESCENDING",
       "tagFilters" : { },
       "termName" : "...",
       "typeName" : "..."
@@ -31850,7 +34702,7 @@
         "labels" : [ "...", "..." ],
         "meaningNames" : [ "...", "..." ],
         "meanings" : [ { }, { } ],
-        "status" : "ACTIVE",
+        "status" : "PURGED",
         "attributes" : {
           "property1" : { },
           "property2" : { }
@@ -31858,11 +34710,37 @@
         "typeName" : "..."
       }
     },
+    "relations" : [ {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "TWO_TO_ONE",
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "end1" : { },
+      "end2" : { },
+      "guid" : "...",
+      "label" : "...",
+      "propagateTags" : "BOTH",
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
     "searchParameters" : {
       "attributes" : [ "...", "..." ],
       "classification" : "...",
       "entityFilters" : { },
       "excludeDeletedEntities" : true,
+      "excludeHeaderAttributes" : true,
       "includeClassificationAttributes" : true,
       "includeSubClassifications" : true,
       "includeSubTypes" : true,
@@ -31870,6 +34748,8 @@
       "marker" : "...",
       "offset" : 12345,
       "query" : "...",
+      "relationshipFilters" : { },
+      "relationshipName" : "...",
       "sortBy" : "...",
       "sortOrder" : "ASCENDING",
       "tagFilters" : { },
@@ -31885,6 +34765,878 @@
         }
       }
     },
+    "\/v2/search/relations" : {
+      "get" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Relationship search to search for relations(edges)",
+        "operationId" : "relationSearch",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "limit",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "limit the result set to only include the specified number of entries"
+          },
+          {
+            "name" : "marker",
+            "in" : "query",
+            "type" : "string",
+            "description" : ""
+          },
+          {
+            "name" : "offset",
+            "in" : "query",
+            "required" : true,
+            "type" : "integer",
+            "format" : "int32",
+            "description" : "start offset of the result set (useful for pagination)"
+          },
+          {
+            "name" : "relationshipName",
+            "in" : "query",
+            "type" : "string",
+            "description" : "AtlasRelationshipType name"
+          },
+          {
+            "name" : "sortBy",
+            "in" : "query",
+            "type" : "string",
+            "description" : "sort the result using this attribute name, default value is 'name'"
+          },
+          {
+            "name" : "sortOrder",
+            "in" : "query",
+            "type" : "string",
+            "enum" : ["ASCENDING", "DESCENDING"],
+            "description" : "sorting order"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful search"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "ACTIVE",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "VALIDATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "RELATIONSHIP",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DEPRECATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "PURGED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "DISCOVERED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_EMPTY"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "LIKE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "LIKE"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful search"
+          }
+        }
+      },
+      "post" : {
+        "tags" : [ "DiscoveryREST" ],
+        "description" : "Relationship search to search for relations(edges)",
+        "operationId" : "relationSearch2",
+        "consumes" : [ "application/json" ],
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "body",
+            "required" : false,
+            "in" : "body",
+            "schema" : {
+"$ref" : "#/definitions/RelationshipSearchParameters",
+"description" : "RelationshipSearchParameters"
+            },
+            "description" : "RelationshipSearchParameters"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasSearchResult",
+"description" : "On successful search"
+            },
+            "examples" : {
+              "application/json" : {
+  "approximateCount" : 12345,
+  "attributes" : {
+    "name" : [ "...", "..." ],
+    "values" : [ [ { }, { } ], [ { }, { } ] ]
+  },
+  "classification" : "...",
+  "entities" : [ {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DEPRECATED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "IMPORTED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "classificationNames" : [ "...", "..." ],
+    "classifications" : [ {
+      "entityGuid" : "...",
+      "entityStatus" : "DELETED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }, {
+      "entityGuid" : "...",
+      "entityStatus" : "PURGED",
+      "propagate" : true,
+      "removePropagationsOnEntityDelete" : true,
+      "validityPeriods" : [ { }, { } ],
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    } ],
+    "displayText" : "...",
+    "guid" : "...",
+    "isIncomplete" : true,
+    "labels" : [ "...", "..." ],
+    "meaningNames" : [ "...", "..." ],
+    "meanings" : [ {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "PROPOSED",
+      "steward" : "...",
+      "termGuid" : "..."
+    }, {
+      "confidence" : 12345,
+      "createdBy" : "...",
+      "description" : "...",
+      "displayText" : "...",
+      "expression" : "...",
+      "qualifiedName" : "...",
+      "relationGuid" : "...",
+      "source" : "...",
+      "status" : "DISCOVERED",
+      "steward" : "...",
+      "termGuid" : "..."
+    } ],
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "fullTextResult" : [ {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  }, {
+    "entity" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ { }, { } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ { }, { } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "score" : 12345.0
+  } ],
+  "nextMarker" : "...",
+  "queryText" : "...",
+  "queryType" : "FULL_TEXT",
+  "referredEntities" : {
+    "property1" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "VALIDATED",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OTHER",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
+        "entityStatus" : "ACTIVE",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "DELETED",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    }
+  },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "ACTIVE",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
+  "searchParameters" : {
+    "attributes" : [ "...", "..." ],
+    "classification" : "...",
+    "entityFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ANY"
+    },
+    "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
+    "includeClassificationAttributes" : true,
+    "includeSubClassifications" : true,
+    "includeSubTypes" : true,
+    "limit" : 12345,
+    "marker" : "...",
+    "offset" : 12345,
+    "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "IS_NULL"
+    },
+    "termName" : "...",
+    "typeName" : "..."
+  },
+  "type" : "..."
+}
+            },
+            "description" : "On successful search"
+          }
+        }
+      }
+    },
     "\/v2/search/relationship" : {
       "get" : {
         "tags" : [ "DiscoveryREST" ],
@@ -32015,6 +35767,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "VALIDATED",
@@ -32026,13 +35779,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "PURGED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -32042,7 +35796,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -32074,9 +35828,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "PROPOSED",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -32085,13 +35840,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "OTHER",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "PURGED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -32108,7 +35864,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -32126,7 +35882,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -32137,7 +35893,7 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "DSL",
+  "queryType" : "GREMLIN",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
@@ -32175,6 +35931,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -32186,13 +35943,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -32203,7 +35961,7 @@
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -32214,7 +35972,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -32235,9 +35993,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -32246,13 +36005,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -32260,17 +36020,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "CONTAINS_ALL"
+      "operator" : "LTE"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -32278,6 +36092,14 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "LT"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
     "sortOrder" : "DESCENDING",
     "tagFilters" : {
@@ -32285,7 +36107,7 @@
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_CONTAINS"
+      "operator" : "ENDS_WITH"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -32308,7 +36130,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -32319,7 +36141,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -32340,6 +36162,7 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "OTHER",
@@ -32351,13 +36174,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "DELETED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -32367,7 +36191,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -32378,7 +36202,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -32399,9 +36223,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -32410,13 +36235,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "VALIDATED",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -32433,7 +36259,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -32451,7 +36277,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "PURGED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -32462,7 +36288,7 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "ATTRIBUTE",
+  "queryType" : "RELATIONSHIP",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
@@ -32479,6 +36305,68 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      } ],
+      "displayText" : "...",
+      "guid" : "...",
+      "isIncomplete" : true,
+      "labels" : [ "...", "..." ],
+      "meaningNames" : [ "...", "..." ],
+      "meanings" : [ {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "OBSOLETE",
+        "steward" : "...",
+        "termGuid" : "..."
+      }, {
+        "confidence" : 12345,
+        "createdBy" : "...",
+        "description" : "...",
+        "displayText" : "...",
+        "expression" : "...",
+        "qualifiedName" : "...",
+        "relationGuid" : "...",
+        "source" : "...",
+        "status" : "PROPOSED",
+        "steward" : "...",
+        "termGuid" : "..."
+      } ],
+      "status" : "ACTIVE",
+      "attributes" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "typeName" : "..."
+    },
+    "property2" : {
+      "classificationNames" : [ "...", "..." ],
+      "classifications" : [ {
+        "entityGuid" : "...",
+        "entityStatus" : "PURGED",
+        "propagate" : true,
+        "removePropagationsOnEntityDelete" : true,
+        "validityPeriods" : [ { }, { } ],
+        "attributes" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "typeName" : "..."
+      }, {
+        "entityGuid" : "...",
         "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
@@ -32500,9 +36388,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -32511,73 +36400,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "ACTIVE",
-      "attributes" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "typeName" : "..."
-    },
-    "property2" : {
-      "classificationNames" : [ "...", "..." ],
-      "classifications" : [ {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      }, {
-        "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
-        "propagate" : true,
-        "removePropagationsOnEntityDelete" : true,
-        "validityPeriods" : [ { }, { } ],
-        "attributes" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "typeName" : "..."
-      } ],
-      "displayText" : "...",
-      "guid" : "...",
-      "isIncomplete" : true,
-      "labels" : [ "...", "..." ],
-      "meaningNames" : [ "...", "..." ],
-      "meanings" : [ {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "DEPRECATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      }, {
-        "confidence" : 12345,
-        "createdBy" : "...",
-        "description" : "...",
-        "displayText" : "...",
-        "expression" : "...",
-        "relationGuid" : "...",
-        "source" : "...",
-        "status" : "VALIDATED",
-        "steward" : "...",
-        "termGuid" : "..."
-      } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -32585,17 +36415,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "TWO_TO_ONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_CONTAINS"
+      "operator" : "CONTAINS_ALL"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -32603,6 +36487,14 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "IN"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
     "sortOrder" : "ASCENDING",
     "tagFilters" : {
@@ -32610,7 +36502,7 @@
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "ENDS_WITH"
+      "operator" : "TIME_RANGE"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -32657,9 +36549,10 @@
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "GT"
+      "operator" : "CONTAINS"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -32667,14 +36560,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
-    "sortBy" : "...",
-    "sortOrder" : "DESCENDING",
-    "tagFilters" : {
+    "relationshipFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_EMPTY"
+      "operator" : "IS_NULL"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "ASCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NOT_NULL"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -32723,9 +36624,10 @@
       "attributeValue" : "...",
       "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "NEQ"
+      "operator" : "ENDS_WITH"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -32733,14 +36635,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "GTE"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
-    "sortOrder" : "DESCENDING",
+    "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "CONTAINS"
+      "operator" : "GT"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -32787,11 +36697,12 @@
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "IS_NULL"
+      "operator" : "GT"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -32799,19 +36710,27 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "NEQ"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
     "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ],
       "operator" : "LTE"
     },
     "termName" : "...",
     "typeName" : "..."
   },
-  "searchType" : "BASIC",
+  "searchType" : "BASIC_RELATIONSHIP",
   "uiParameters" : "...",
   "guid" : "..."
 }
@@ -32864,7 +36783,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "DELETED",
+      "entityStatus" : "PURGED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -32885,9 +36804,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "OTHER",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -32896,9 +36816,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "IMPORTED",
+      "status" : "VALIDATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -32923,7 +36844,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "ACTIVE",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -32944,9 +36865,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DISCOVERED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -32955,13 +36877,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "DELETED",
+    "status" : "ACTIVE",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -32978,7 +36901,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "DELETED",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -32996,7 +36919,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "ACTIVE",
+      "status" : "PURGED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -33007,7 +36930,7 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "ATTRIBUTE",
+  "queryType" : "GREMLIN",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
@@ -33045,9 +36968,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -33056,13 +36980,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "OBSOLETE",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -33105,9 +37030,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DEPRECATED",
+        "status" : "OBSOLETE",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -33116,13 +37042,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "DISCOVERED",
+        "status" : "PROPOSED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "PURGED",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -33130,6 +37057,59 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "PURGED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
@@ -33138,9 +37118,10 @@
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_NULL"
+      "operator" : "LTE"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -33148,14 +37129,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "OR",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ALL"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
     "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "LTE"
+      "operator" : "NEQ"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -33238,9 +37227,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "DISCOVERED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -33249,9 +37239,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "IMPORTED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
@@ -33265,7 +37256,7 @@
     "classificationNames" : [ "...", "..." ],
     "classifications" : [ {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -33276,7 +37267,7 @@
       "typeName" : "..."
     }, {
       "entityGuid" : "...",
-      "entityStatus" : "PURGED",
+      "entityStatus" : "DELETED",
       "propagate" : true,
       "removePropagationsOnEntityDelete" : true,
       "validityPeriods" : [ { }, { } ],
@@ -33297,9 +37288,10 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
-      "status" : "DEPRECATED",
+      "status" : "PROPOSED",
       "steward" : "...",
       "termGuid" : "..."
     }, {
@@ -33308,13 +37300,14 @@
       "description" : "...",
       "displayText" : "...",
       "expression" : "...",
+      "qualifiedName" : "...",
       "relationGuid" : "...",
       "source" : "...",
       "status" : "DEPRECATED",
       "steward" : "...",
       "termGuid" : "..."
     } ],
-    "status" : "ACTIVE",
+    "status" : "PURGED",
     "attributes" : {
       "property1" : { },
       "property2" : { }
@@ -33349,7 +37342,7 @@
       "labels" : [ "...", "..." ],
       "meaningNames" : [ "...", "..." ],
       "meanings" : [ { }, { } ],
-      "status" : "ACTIVE",
+      "status" : "DELETED",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -33360,13 +37353,13 @@
   } ],
   "nextMarker" : "...",
   "queryText" : "...",
-  "queryType" : "ATTRIBUTE",
+  "queryType" : "FULL_TEXT",
   "referredEntities" : {
     "property1" : {
       "classificationNames" : [ "...", "..." ],
       "classifications" : [ {
         "entityGuid" : "...",
-        "entityStatus" : "PURGED",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -33398,9 +37391,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "DISCOVERED",
         "steward" : "...",
         "termGuid" : "..."
       }, {
@@ -33409,13 +37403,14 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "PROPOSED",
+        "status" : "VALIDATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
-      "status" : "DELETED",
+      "status" : "ACTIVE",
       "attributes" : {
         "property1" : { },
         "property2" : { }
@@ -33437,7 +37432,7 @@
         "typeName" : "..."
       }, {
         "entityGuid" : "...",
-        "entityStatus" : "ACTIVE",
+        "entityStatus" : "DELETED",
         "propagate" : true,
         "removePropagationsOnEntityDelete" : true,
         "validityPeriods" : [ { }, { } ],
@@ -33458,6 +37453,7 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
         "status" : "OTHER",
@@ -33469,9 +37465,10 @@
         "description" : "...",
         "displayText" : "...",
         "expression" : "...",
+        "qualifiedName" : "...",
         "relationGuid" : "...",
         "source" : "...",
-        "status" : "IMPORTED",
+        "status" : "DEPRECATED",
         "steward" : "...",
         "termGuid" : "..."
       } ],
@@ -33483,17 +37480,71 @@
       "typeName" : "..."
     }
   },
+  "relations" : [ {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "NONE",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  }, {
+    "end1" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "end2" : {
+      "guid" : "...",
+      "typeName" : "...",
+      "uniqueAttributes" : {
+        "property1" : { },
+        "property2" : { }
+      }
+    },
+    "guid" : "...",
+    "label" : "...",
+    "propagateTags" : "ONE_TO_TWO",
+    "status" : "DELETED",
+    "attributes" : {
+      "property1" : { },
+      "property2" : { }
+    },
+    "typeName" : "..."
+  } ],
   "searchParameters" : {
     "attributes" : [ "...", "..." ],
     "classification" : "...",
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_NULL"
+      "operator" : "GTE"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -33501,14 +37552,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
+    "relationshipFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "GT"
+    },
+    "relationshipName" : "...",
     "sortBy" : "...",
     "sortOrder" : "ASCENDING",
     "tagFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "OR",
+      "condition" : "AND",
       "criterion" : [ { }, { } ],
-      "operator" : "TIME_RANGE"
+      "operator" : "GTE"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -33575,11 +37634,12 @@
     "entityFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
-      "condition" : "AND",
+      "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "EQ"
+      "operator" : "CONTAINS_ALL"
     },
     "excludeDeletedEntities" : true,
+    "excludeHeaderAttributes" : true,
     "includeClassificationAttributes" : true,
     "includeSubClassifications" : true,
     "includeSubTypes" : true,
@@ -33587,14 +37647,22 @@
     "marker" : "...",
     "offset" : 12345,
     "query" : "...",
-    "sortBy" : "...",
-    "sortOrder" : "ASCENDING",
-    "tagFilters" : {
+    "relationshipFilters" : {
       "attributeName" : "...",
       "attributeValue" : "...",
       "condition" : "OR",
       "criterion" : [ { }, { } ],
-      "operator" : "NOT_CONTAINS"
+      "operator" : "LIKE"
+    },
+    "relationshipName" : "...",
+    "sortBy" : "...",
+    "sortOrder" : "DESCENDING",
+    "tagFilters" : {
+      "attributeName" : "...",
+      "attributeValue" : "...",
+      "condition" : "AND",
+      "criterion" : [ { }, { } ],
+      "operator" : "CONTAINS_ALL"
     },
     "termName" : "...",
     "typeName" : "..."
@@ -33669,7 +37737,7 @@
             "examples" : {
               "application/json" : {
   "attributeDefs" : [ {
-    "cardinality" : "SINGLE",
+    "cardinality" : "SET",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -33687,7 +37755,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -33701,7 +37769,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "LIST",
+    "cardinality" : "SET",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -33733,7 +37801,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "ARRAY",
+  "category" : "RELATIONSHIP",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -33807,7 +37875,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
+    "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -33821,7 +37889,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -33853,7 +37921,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "BUSINESS_METADATA",
+  "category" : "CLASSIFICATION",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -33877,7 +37945,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "FLOOR"
+      "roundingMode" : "UNNECESSARY"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -33963,7 +38031,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -33981,7 +38049,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
+    "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -33995,7 +38063,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "BUSINESS_METADATA",
+  "category" : "ARRAY",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -34019,7 +38087,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "HALF_UP"
+      "roundingMode" : "FLOOR"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -34069,7 +38137,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -34083,7 +38151,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "SINGLE",
+    "cardinality" : "SET",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -34115,7 +38183,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "BUSINESS_METADATA",
+  "category" : "ENTITY",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -34139,7 +38207,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "HALF_DOWN"
+      "roundingMode" : "DOWN"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -34196,7 +38264,7 @@
   "subTypes" : [ "...", "..." ],
   "superTypes" : [ "...", "..." ],
   "attributeDefs" : [ {
-    "cardinality" : "SET",
+    "cardinality" : "SINGLE",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -34228,7 +38296,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -34246,7 +38314,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -34260,7 +38328,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "MAP",
+  "category" : "ENTITY",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -34319,7 +38387,7 @@
   "subTypes" : [ "...", "..." ],
   "superTypes" : [ "...", "..." ],
   "attributeDefs" : [ {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -34337,7 +38405,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -34383,7 +38451,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "ENUM",
+  "category" : "PRIMITIVE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -34407,7 +38475,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "HALF_DOWN"
+      "roundingMode" : "FLOOR"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -34464,38 +38532,6 @@
   "subTypes" : [ "...", "..." ],
   "superTypes" : [ "...", "..." ],
   "attributeDefs" : [ {
-    "cardinality" : "LIST",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "DEFAULT",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  }, {
     "cardinality" : "SINGLE",
     "constraints" : [ {
       "params" : {
@@ -34527,8 +38563,40 @@
     "typeName" : "...",
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
   } ],
-  "category" : "BUSINESS_METADATA",
+  "category" : "PRIMITIVE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -34552,7 +38620,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "FLOOR"
+      "roundingMode" : "HALF_UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -34587,351 +38655,6 @@
   "subTypes" : [ "...", "..." ],
   "superTypes" : [ "...", "..." ],
   "attributeDefs" : [ {
-    "cardinality" : "LIST",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "DEFAULT",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  }, {
-    "cardinality" : "SET",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "STRING",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  } ],
-  "category" : "STRUCT",
-  "createTime" : 12345,
-  "createdBy" : "...",
-  "dateFormatter" : {
-    "availableLocales" : [ "...", "..." ],
-    "calendar" : 12345,
-    "dateInstance" : { },
-    "dateTimeInstance" : { },
-    "instance" : { },
-    "lenient" : true,
-    "numberFormat" : {
-      "availableLocales" : [ "...", "..." ],
-      "currency" : "...",
-      "currencyInstance" : { },
-      "groupingUsed" : true,
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "maximumIntegerDigits" : 12345,
-      "minimumFractionDigits" : 12345,
-      "minimumIntegerDigits" : 12345,
-      "numberInstance" : { },
-      "parseIntegerOnly" : true,
-      "percentInstance" : { },
-      "roundingMode" : "CEILING"
-    },
-    "timeInstance" : { },
-    "timeZone" : {
-      "DSTSavings" : 12345,
-      "ID" : "...",
-      "availableIDs" : [ "...", "..." ],
-      "default" : { },
-      "displayName" : "...",
-      "rawOffset" : 12345
-    }
-  },
-  "description" : "...",
-  "guid" : "...",
-  "name" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  },
-  "serviceType" : "...",
-  "typeVersion" : "...",
-  "updateTime" : 12345,
-  "updatedBy" : "...",
-  "version" : 12345
-}
-            },
-            "description" : "On Failed lookup for the given name"
-          }
-        }
-      }
-    },
-    "\/v2/types/entitydef/guid/{guid}" : {
-      "get" : {
-        "tags" : [ "TypesREST" ],
-        "description" : "Get the Entity definition for the given guid",
-        "operationId" : "getEntityDefByGuid",
-        "produces" : [ "application/json" ],
-        "parameters" : [
-          {
-            "name" : "guid",
-            "in" : "path",
-            "type" : "string",
-            "description" : "entity guid"
-          }
-        ],
-        "responses" : {
-          "200" : {
-            "schema" : {
-"$ref" : "#/definitions/AtlasEntityDef",
-"description" : "On successful lookup of the the entity definition by it's guid"
-            },
-            "examples" : {
-              "application/json" : {
-  "businessAttributeDefs" : {
-    "property1" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SET",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "property2" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SET",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ]
-  },
-  "relationshipAttributeDefs" : [ {
-    "isLegacyAttribute" : true,
-    "relationshipTypeName" : "...",
-    "cardinality" : "SET",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "STRING",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  }, {
-    "isLegacyAttribute" : true,
-    "relationshipTypeName" : "...",
-    "cardinality" : "SET",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "DEFAULT",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  } ],
-  "subTypes" : [ "...", "..." ],
-  "superTypes" : [ "...", "..." ],
-  "attributeDefs" : [ {
     "cardinality" : "SINGLE",
     "constraints" : [ {
       "params" : {
@@ -34950,7 +38673,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -34964,7 +38687,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "LIST",
+    "cardinality" : "SINGLE",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -35020,7 +38743,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "HALF_DOWN"
+      "roundingMode" : "UNNECESSARY"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -35046,353 +38769,30 @@
   "version" : 12345
 }
             },
-            "description" : "On successful lookup of the the entity definition by it's guid"
-          },
-          "404" : {
-            "examples" : {
-              "application/json" : {
-  "businessAttributeDefs" : {
-    "property1" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "property2" : [ {
-      "cardinality" : "SINGLE",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SET",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ]
-  },
-  "relationshipAttributeDefs" : [ {
-    "isLegacyAttribute" : true,
-    "relationshipTypeName" : "...",
-    "cardinality" : "SINGLE",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "STRING",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  }, {
-    "isLegacyAttribute" : true,
-    "relationshipTypeName" : "...",
-    "cardinality" : "LIST",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "DEFAULT",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  } ],
-  "subTypes" : [ "...", "..." ],
-  "superTypes" : [ "...", "..." ],
-  "attributeDefs" : [ {
-    "cardinality" : "SET",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "STRING",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  }, {
-    "cardinality" : "SET",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "DEFAULT",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  } ],
-  "category" : "STRUCT",
-  "createTime" : 12345,
-  "createdBy" : "...",
-  "dateFormatter" : {
-    "availableLocales" : [ "...", "..." ],
-    "calendar" : 12345,
-    "dateInstance" : { },
-    "dateTimeInstance" : { },
-    "instance" : { },
-    "lenient" : true,
-    "numberFormat" : {
-      "availableLocales" : [ "...", "..." ],
-      "currency" : "...",
-      "currencyInstance" : { },
-      "groupingUsed" : true,
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "maximumIntegerDigits" : 12345,
-      "minimumFractionDigits" : 12345,
-      "minimumIntegerDigits" : 12345,
-      "numberInstance" : { },
-      "parseIntegerOnly" : true,
-      "percentInstance" : { },
-      "roundingMode" : "HALF_DOWN"
-    },
-    "timeInstance" : { },
-    "timeZone" : {
-      "DSTSavings" : 12345,
-      "ID" : "...",
-      "availableIDs" : [ "...", "..." ],
-      "default" : { },
-      "displayName" : "...",
-      "rawOffset" : 12345
-    }
-  },
-  "description" : "...",
-  "guid" : "...",
-  "name" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  },
-  "serviceType" : "...",
-  "typeVersion" : "...",
-  "updateTime" : 12345,
-  "updatedBy" : "...",
-  "version" : 12345
-}
-            },
-            "description" : "On Failed lookup for the given guid"
+            "description" : "On Failed lookup for the given name"
           }
         }
       }
     },
-    "\/v2/types/entitydef/name/{name}" : {
+    "\/v2/types/entitydef/guid/{guid}" : {
       "get" : {
         "tags" : [ "TypesREST" ],
-        "description" : "Get the entity definition by it's name (unique)",
-        "operationId" : "getEntityDefByName",
+        "description" : "Get the Entity definition for the given guid",
+        "operationId" : "getEntityDefByGuid",
         "produces" : [ "application/json" ],
         "parameters" : [
           {
-            "name" : "name",
+            "name" : "guid",
             "in" : "path",
             "type" : "string",
-            "description" : "entity name"
+            "description" : "entity guid"
           }
         ],
         "responses" : {
           "200" : {
             "schema" : {
 "$ref" : "#/definitions/AtlasEntityDef",
-"description" : "On successful lookup of the the entity definition by it's name"
+"description" : "On successful lookup of the the entity definition by it's guid"
             },
             "examples" : {
               "application/json" : {
@@ -35416,72 +38816,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "property2" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      }, {
-        "params" : {
-          "property1" : { },
-          "property2" : { }
-        },
-        "type" : "..."
-      } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -35526,12 +38861,77 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
     } ]
   },
   "relationshipAttributeDefs" : [ {
     "isLegacyAttribute" : true,
     "relationshipTypeName" : "...",
-    "cardinality" : "SINGLE",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -35549,7 +38949,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
+    "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -35565,7 +38965,7 @@
   }, {
     "isLegacyAttribute" : true,
     "relationshipTypeName" : "...",
-    "cardinality" : "SINGLE",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -35600,7 +39000,7 @@
   "subTypes" : [ "...", "..." ],
   "superTypes" : [ "...", "..." ],
   "attributeDefs" : [ {
-    "cardinality" : "LIST",
+    "cardinality" : "SET",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -35714,7 +39114,7 @@
   "version" : 12345
 }
             },
-            "description" : "On successful lookup of the the entity definition by it's name"
+            "description" : "On successful lookup of the the entity definition by it's guid"
           },
           "404" : {
             "examples" : {
@@ -35739,6 +39139,38 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
       "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
@@ -35752,6 +39184,39 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
     }, {
       "cardinality" : "SINGLE",
       "constraints" : [ {
@@ -35784,8 +39249,223 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
+    } ]
+  },
+  "relationshipAttributeDefs" : [ {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
     } ],
-    "property2" : [ {
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "MAP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "HALF_UP"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On Failed lookup for the given guid"
+          }
+        }
+      }
+    },
+    "\/v2/types/entitydef/name/{name}" : {
+      "get" : {
+        "tags" : [ "TypesREST" ],
+        "description" : "Get the entity definition by it's name (unique)",
+        "operationId" : "getEntityDefByName",
+        "produces" : [ "application/json" ],
+        "parameters" : [
+          {
+            "name" : "name",
+            "in" : "path",
+            "type" : "string",
+            "description" : "entity name"
+          }
+        ],
+        "responses" : {
+          "200" : {
+            "schema" : {
+"$ref" : "#/definitions/AtlasEntityDef",
+"description" : "On successful lookup of the the entity definition by it's name"
+            },
+            "examples" : {
+              "application/json" : {
+  "businessAttributeDefs" : {
+    "property1" : [ {
       "cardinality" : "SET",
       "constraints" : [ {
         "params" : {
@@ -35818,6 +39498,71 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
       "cardinality" : "SET",
       "constraints" : [ {
         "params" : {
@@ -35836,7 +39581,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -35872,7 +39617,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -35888,7 +39633,7 @@
   }, {
     "isLegacyAttribute" : true,
     "relationshipTypeName" : "...",
-    "cardinality" : "LIST",
+    "cardinality" : "SET",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -35941,7 +39686,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -35987,7 +39732,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "ARRAY",
+  "category" : "RELATIONSHIP",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -36037,6 +39782,329 @@
   "version" : 12345
 }
             },
+            "description" : "On successful lookup of the the entity definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "businessAttributeDefs" : {
+    "property1" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "property2" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      }, {
+        "params" : {
+          "property1" : { },
+          "property2" : { }
+        },
+        "type" : "..."
+      } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ]
+  },
+  "relationshipAttributeDefs" : [ {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "isLegacyAttribute" : true,
+    "relationshipTypeName" : "...",
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "subTypes" : [ "...", "..." ],
+  "superTypes" : [ "...", "..." ],
+  "attributeDefs" : [ {
+    "cardinality" : "LIST",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENTITY",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "CEILING"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
             "description" : "On Failed lookup for the given name"
           }
         }
@@ -36098,7 +40166,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "CEILING"
+      "roundingMode" : "DOWN"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -36139,7 +40207,7 @@
     "ordinal" : 12345,
     "value" : "..."
   } ],
-  "category" : "MAP",
+  "category" : "PRIMITIVE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -36163,7 +40231,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "DOWN"
+      "roundingMode" : "CEILING"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -36226,7 +40294,7 @@
     "ordinal" : 12345,
     "value" : "..."
   } ],
-  "category" : "ARRAY",
+  "category" : "RELATIONSHIP",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -36291,7 +40359,7 @@
     "ordinal" : 12345,
     "value" : "..."
   } ],
-  "category" : "ENUM",
+  "category" : "CLASSIFICATION",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -36315,7 +40383,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UNNECESSARY"
+      "roundingMode" : "HALF_UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -36369,7 +40437,7 @@
             "examples" : {
               "application/json" : {
   "endDef1" : {
-    "cardinality" : "LIST",
+    "cardinality" : "SET",
     "description" : "...",
     "isContainer" : true,
     "isLegacyAttribute" : true,
@@ -36377,18 +40445,18 @@
     "type" : "..."
   },
   "endDef2" : {
-    "cardinality" : "SINGLE",
+    "cardinality" : "SET",
     "description" : "...",
     "isContainer" : true,
     "isLegacyAttribute" : true,
     "name" : "...",
     "type" : "..."
   },
-  "propagateTags" : "BOTH",
+  "propagateTags" : "ONE_TO_TWO",
   "relationshipCategory" : "ASSOCIATION",
   "relationshipLabel" : "...",
   "attributeDefs" : [ {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -36406,7 +40474,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
+    "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -36420,7 +40488,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -36452,7 +40520,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "ENTITY",
+  "category" : "OBJECT_ID_TYPE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -36476,7 +40544,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "HALF_UP"
+      "roundingMode" : "HALF_DOWN"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -36516,18 +40584,18 @@
     "type" : "..."
   },
   "endDef2" : {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "description" : "...",
     "isContainer" : true,
     "isLegacyAttribute" : true,
     "name" : "...",
     "type" : "..."
   },
-  "propagateTags" : "TWO_TO_ONE",
+  "propagateTags" : "ONE_TO_TWO",
   "relationshipCategory" : "AGGREGATION",
   "relationshipLabel" : "...",
   "attributeDefs" : [ {
-    "cardinality" : "SET",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -36545,7 +40613,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
+    "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -36591,7 +40659,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "ENUM",
+  "category" : "ENTITY",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -36615,7 +40683,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UP"
+      "roundingMode" : "CEILING"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -36669,6 +40737,145 @@
             "examples" : {
               "application/json" : {
   "endDef1" : {
+    "cardinality" : "SINGLE",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "endDef2" : {
+    "cardinality" : "SET",
+    "description" : "...",
+    "isContainer" : true,
+    "isLegacyAttribute" : true,
+    "name" : "...",
+    "type" : "..."
+  },
+  "propagateTags" : "NONE",
+  "relationshipCategory" : "AGGREGATION",
+  "relationshipLabel" : "...",
+  "attributeDefs" : [ {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "DEFAULT",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "RELATIONSHIP",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the relationship definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "endDef1" : {
     "cardinality" : "SET",
     "description" : "...",
     "isContainer" : true,
@@ -36738,113 +40945,6 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "DEFAULT",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  } ],
-  "category" : "ENUM",
-  "createTime" : 12345,
-  "createdBy" : "...",
-  "dateFormatter" : {
-    "availableLocales" : [ "...", "..." ],
-    "calendar" : 12345,
-    "dateInstance" : { },
-    "dateTimeInstance" : { },
-    "instance" : { },
-    "lenient" : true,
-    "numberFormat" : {
-      "availableLocales" : [ "...", "..." ],
-      "currency" : "...",
-      "currencyInstance" : { },
-      "groupingUsed" : true,
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "maximumIntegerDigits" : 12345,
-      "minimumFractionDigits" : 12345,
-      "minimumIntegerDigits" : 12345,
-      "numberInstance" : { },
-      "parseIntegerOnly" : true,
-      "percentInstance" : { },
-      "roundingMode" : "FLOOR"
-    },
-    "timeInstance" : { },
-    "timeZone" : {
-      "DSTSavings" : 12345,
-      "ID" : "...",
-      "availableIDs" : [ "...", "..." ],
-      "default" : { },
-      "displayName" : "...",
-      "rawOffset" : 12345
-    }
-  },
-  "description" : "...",
-  "guid" : "...",
-  "name" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  },
-  "serviceType" : "...",
-  "typeVersion" : "...",
-  "updateTime" : 12345,
-  "updatedBy" : "...",
-  "version" : 12345
-}
-            },
-            "description" : "On successful lookup of the the relationship definition by it's name"
-          },
-          "404" : {
-            "examples" : {
-              "application/json" : {
-  "endDef1" : {
-    "cardinality" : "SINGLE",
-    "description" : "...",
-    "isContainer" : true,
-    "isLegacyAttribute" : true,
-    "name" : "...",
-    "type" : "..."
-  },
-  "endDef2" : {
-    "cardinality" : "SINGLE",
-    "description" : "...",
-    "isContainer" : true,
-    "isLegacyAttribute" : true,
-    "name" : "...",
-    "type" : "..."
-  },
-  "propagateTags" : "BOTH",
-  "relationshipCategory" : "ASSOCIATION",
-  "relationshipLabel" : "...",
-  "attributeDefs" : [ {
-    "cardinality" : "SINGLE",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
     "indexType" : "STRING",
     "isIndexable" : true,
     "isOptional" : true,
@@ -36858,40 +40958,8 @@
     "typeName" : "...",
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
-  }, {
-    "cardinality" : "SINGLE",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "DEFAULT",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
   } ],
-  "category" : "ENUM",
+  "category" : "ARRAY",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -36915,7 +40983,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UP"
+      "roundingMode" : "HALF_UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -36969,7 +41037,7 @@
             "examples" : {
               "application/json" : {
   "attributeDefs" : [ {
-    "cardinality" : "LIST",
+    "cardinality" : "SINGLE",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -36987,7 +41055,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -37001,7 +41069,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "SET",
+    "cardinality" : "SINGLE",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -37019,7 +41087,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -37033,7 +41101,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "BUSINESS_METADATA",
+  "category" : "ENUM",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -37089,7 +41157,7 @@
             "examples" : {
               "application/json" : {
   "attributeDefs" : [ {
-    "cardinality" : "SINGLE",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -37121,7 +41189,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   }, {
-    "cardinality" : "SINGLE",
+    "cardinality" : "LIST",
     "constraints" : [ {
       "params" : {
         "property1" : { },
@@ -37153,7 +41221,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "PRIMITIVE",
+  "category" : "OBJECT_ID_TYPE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -37177,7 +41245,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "FLOOR"
+      "roundingMode" : "UNNECESSARY"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -37231,126 +41299,6 @@
             "examples" : {
               "application/json" : {
   "attributeDefs" : [ {
-    "cardinality" : "LIST",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "DEFAULT",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  }, {
-    "cardinality" : "SET",
-    "constraints" : [ {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    }, {
-      "params" : {
-        "property1" : { },
-        "property2" : { }
-      },
-      "type" : "..."
-    } ],
-    "defaultValue" : "...",
-    "description" : "...",
-    "displayName" : "...",
-    "includeInNotification" : true,
-    "indexType" : "STRING",
-    "isIndexable" : true,
-    "isOptional" : true,
-    "isUnique" : true,
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "searchWeight" : 12345,
-    "typeName" : "...",
-    "valuesMaxCount" : 12345,
-    "valuesMinCount" : 12345
-  } ],
-  "category" : "RELATIONSHIP",
-  "createTime" : 12345,
-  "createdBy" : "...",
-  "dateFormatter" : {
-    "availableLocales" : [ "...", "..." ],
-    "calendar" : 12345,
-    "dateInstance" : { },
-    "dateTimeInstance" : { },
-    "instance" : { },
-    "lenient" : true,
-    "numberFormat" : {
-      "availableLocales" : [ "...", "..." ],
-      "currency" : "...",
-      "currencyInstance" : { },
-      "groupingUsed" : true,
-      "instance" : { },
-      "integerInstance" : { },
-      "maximumFractionDigits" : 12345,
-      "maximumIntegerDigits" : 12345,
-      "minimumFractionDigits" : 12345,
-      "minimumIntegerDigits" : 12345,
-      "numberInstance" : { },
-      "parseIntegerOnly" : true,
-      "percentInstance" : { },
-      "roundingMode" : "HALF_UP"
-    },
-    "timeInstance" : { },
-    "timeZone" : {
-      "DSTSavings" : 12345,
-      "ID" : "...",
-      "availableIDs" : [ "...", "..." ],
-      "default" : { },
-      "displayName" : "...",
-      "rawOffset" : 12345
-    }
-  },
-  "description" : "...",
-  "guid" : "...",
-  "name" : "...",
-  "options" : {
-    "property1" : "...",
-    "property2" : "..."
-  },
-  "serviceType" : "...",
-  "typeVersion" : "...",
-  "updateTime" : 12345,
-  "updatedBy" : "...",
-  "version" : 12345
-}
-            },
-            "description" : "On successful lookup of the the struct definition by it's name"
-          },
-          "404" : {
-            "examples" : {
-              "application/json" : {
-  "attributeDefs" : [ {
     "cardinality" : "SET",
     "constraints" : [ {
       "params" : {
@@ -37401,7 +41349,7 @@
     "description" : "...",
     "displayName" : "...",
     "includeInNotification" : true,
-    "indexType" : "STRING",
+    "indexType" : "DEFAULT",
     "isIndexable" : true,
     "isOptional" : true,
     "isUnique" : true,
@@ -37415,7 +41363,7 @@
     "valuesMaxCount" : 12345,
     "valuesMinCount" : 12345
   } ],
-  "category" : "PRIMITIVE",
+  "category" : "OBJECT_ID_TYPE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -37439,7 +41387,127 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "HALF_DOWN"
+      "roundingMode" : "HALF_EVEN"
+    },
+    "timeInstance" : { },
+    "timeZone" : {
+      "DSTSavings" : 12345,
+      "ID" : "...",
+      "availableIDs" : [ "...", "..." ],
+      "default" : { },
+      "displayName" : "...",
+      "rawOffset" : 12345
+    }
+  },
+  "description" : "...",
+  "guid" : "...",
+  "name" : "...",
+  "options" : {
+    "property1" : "...",
+    "property2" : "..."
+  },
+  "serviceType" : "...",
+  "typeVersion" : "...",
+  "updateTime" : 12345,
+  "updatedBy" : "...",
+  "version" : 12345
+}
+            },
+            "description" : "On successful lookup of the the struct definition by it's name"
+          },
+          "404" : {
+            "examples" : {
+              "application/json" : {
+  "attributeDefs" : [ {
+    "cardinality" : "SET",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  }, {
+    "cardinality" : "SINGLE",
+    "constraints" : [ {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    }, {
+      "params" : {
+        "property1" : { },
+        "property2" : { }
+      },
+      "type" : "..."
+    } ],
+    "defaultValue" : "...",
+    "description" : "...",
+    "displayName" : "...",
+    "includeInNotification" : true,
+    "indexType" : "STRING",
+    "isIndexable" : true,
+    "isOptional" : true,
+    "isUnique" : true,
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "searchWeight" : 12345,
+    "typeName" : "...",
+    "valuesMaxCount" : 12345,
+    "valuesMinCount" : 12345
+  } ],
+  "category" : "ENUM",
+  "createTime" : 12345,
+  "createdBy" : "...",
+  "dateFormatter" : {
+    "availableLocales" : [ "...", "..." ],
+    "calendar" : 12345,
+    "dateInstance" : { },
+    "dateTimeInstance" : { },
+    "instance" : { },
+    "lenient" : true,
+    "numberFormat" : {
+      "availableLocales" : [ "...", "..." ],
+      "currency" : "...",
+      "currencyInstance" : { },
+      "groupingUsed" : true,
+      "instance" : { },
+      "integerInstance" : { },
+      "maximumFractionDigits" : 12345,
+      "maximumIntegerDigits" : 12345,
+      "minimumFractionDigits" : 12345,
+      "minimumIntegerDigits" : 12345,
+      "numberInstance" : { },
+      "parseIntegerOnly" : true,
+      "percentInstance" : { },
+      "roundingMode" : "UNNECESSARY"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -37491,7 +41559,7 @@
             },
             "examples" : {
               "application/json" : {
-  "category" : "PRIMITIVE",
+  "category" : "OBJECT_ID_TYPE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -37515,7 +41583,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "DOWN"
+      "roundingMode" : "UNNECESSARY"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -37546,7 +41614,7 @@
           "404" : {
             "examples" : {
               "application/json" : {
-  "category" : "ENUM",
+  "category" : "CLASSIFICATION",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -37570,7 +41638,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "CEILING"
+      "roundingMode" : "UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -37623,7 +41691,7 @@
             },
             "examples" : {
               "application/json" : {
-  "category" : "BUSINESS_METADATA",
+  "category" : "STRUCT",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -37647,7 +41715,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "UP"
+      "roundingMode" : "DOWN"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -37678,7 +41746,7 @@
           "404" : {
             "examples" : {
               "application/json" : {
-  "category" : "STRUCT",
+  "category" : "OBJECT_ID_TYPE",
   "createTime" : 12345,
   "createdBy" : "...",
   "dateFormatter" : {
@@ -37702,7 +41770,7 @@
       "numberInstance" : { },
       "parseIntegerOnly" : true,
       "percentInstance" : { },
-      "roundingMode" : "DOWN"
+      "roundingMode" : "UP"
     },
     "timeInstance" : { },
     "timeZone" : {
@@ -37800,7 +41868,7 @@
               "application/json" : {
   "businessMetadataDefs" : [ {
     "attributeDefs" : [ {
-      "cardinality" : "LIST",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -37820,7 +41888,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -37840,7 +41908,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "RELATIONSHIP",
+    "category" : "ARRAY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -37888,13 +41956,13 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -37908,7 +41976,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "RELATIONSHIP",
+    "category" : "CLASSIFICATION",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -37940,77 +42008,6 @@
     "subTypes" : [ "...", "..." ],
     "superTypes" : [ "...", "..." ],
     "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "ARRAY",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "entityTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
       "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -38077,51 +42074,81 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
   } ],
   "entityDefs" : [ {
     "businessAttributeDefs" : {
       "property1" : [ {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
         "cardinality" : "LIST",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
@@ -38142,7 +42169,28 @@
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
       }, {
-        "cardinality" : "SINGLE",
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
         "description" : "...",
@@ -38161,18 +42209,38 @@
         "typeName" : "...",
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
       } ]
     },
     "relationshipAttributeDefs" : [ {
       "isLegacyAttribute" : true,
       "relationshipTypeName" : "...",
-      "cardinality" : "LIST",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -38188,7 +42256,7 @@
     }, {
       "isLegacyAttribute" : true,
       "relationshipTypeName" : "...",
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -38211,13 +42279,13 @@
     "subTypes" : [ "...", "..." ],
     "superTypes" : [ "...", "..." ],
     "attributeDefs" : [ {
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -38237,7 +42305,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -38251,7 +42319,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "BUSINESS_METADATA",
+    "category" : "ENTITY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -38280,26 +42348,6 @@
   }, {
     "businessAttributeDefs" : {
       "property1" : [ {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
         "cardinality" : "SET",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
@@ -38319,15 +42367,35 @@
         "typeName" : "...",
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
-        "cardinality" : "SINGLE",
+      }, {
+        "cardinality" : "LIST",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
         "description" : "...",
         "displayName" : "...",
         "includeInNotification" : true,
-        "indexType" : "STRING",
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
         "isIndexable" : true,
         "isOptional" : true,
         "isUnique" : true,
@@ -38371,7 +42439,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -38387,6 +42455,49 @@
     }, {
       "isLegacyAttribute" : true,
       "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
       "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -38407,50 +42518,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "RELATIONSHIP",
+    "category" : "OBJECT_ID_TYPE",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -38488,7 +42556,7 @@
       "ordinal" : 12345,
       "value" : "..."
     } ],
-    "category" : "BUSINESS_METADATA",
+    "category" : "ARRAY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -38554,6 +42622,93 @@
   } ],
   "relationshipDefs" : [ {
     "endDef1" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "TWO_TO_ONE",
+    "relationshipCategory" : "ASSOCIATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "endDef1" : {
       "cardinality" : "SET",
       "description" : "...",
       "isContainer" : true,
@@ -38562,7 +42717,7 @@
       "type" : "..."
     },
     "endDef2" : {
-      "cardinality" : "LIST",
+      "cardinality" : "SET",
       "description" : "...",
       "isContainer" : true,
       "isLegacyAttribute" : true,
@@ -38613,94 +42768,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "STRUCT",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "endDef1" : {
-      "cardinality" : "SINGLE",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "endDef2" : {
-      "cardinality" : "SINGLE",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "propagateTags" : "NONE",
-    "relationshipCategory" : "AGGREGATION",
-    "relationshipLabel" : "...",
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "PRIMITIVE",
+    "category" : "RELATIONSHIP",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -38769,7 +42837,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "ARRAY",
+    "category" : "STRUCT",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -38797,13 +42865,13 @@
     "version" : 12345
   }, {
     "attributeDefs" : [ {
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -38823,7 +42891,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -38837,7 +42905,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "OBJECT_ID_TYPE",
+    "category" : "ARRAY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -38904,7 +42972,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -38938,7 +43006,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "PRIMITIVE",
+    "category" : "STRUCT",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -38966,149 +43034,6 @@
     "version" : 12345
   }, {
     "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "PRIMITIVE",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "classificationDefs" : [ {
-    "entityTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "CLASSIFICATION",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "entityTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
       "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -39176,116 +43101,11 @@
     "updatedBy" : "...",
     "version" : 12345
   } ],
-  "entityDefs" : [ {
-    "businessAttributeDefs" : {
-      "property1" : [ {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ]
-    },
-    "relationshipAttributeDefs" : [ {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
       "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -39305,7 +43125,55 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
     } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
     "subTypes" : [ "...", "..." ],
     "superTypes" : [ "...", "..." ],
     "attributeDefs" : [ {
@@ -39329,7 +43197,142 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -39348,8 +43351,73 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
     } ],
-    "category" : "CLASSIFICATION",
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "PRIMITIVE",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -39419,7 +43487,7 @@
         "valuesMinCount" : 12345
       } ],
       "property2" : [ {
-        "cardinality" : "LIST",
+        "cardinality" : "SINGLE",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
         "description" : "...",
@@ -39439,7 +43507,7 @@
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
       }, {
-        "cardinality" : "SINGLE",
+        "cardinality" : "LIST",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
         "description" : "...",
@@ -39463,7 +43531,7 @@
     "relationshipAttributeDefs" : [ {
       "isLegacyAttribute" : true,
       "relationshipTypeName" : "...",
-      "cardinality" : "LIST",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -39508,13 +43576,13 @@
     "subTypes" : [ "...", "..." ],
     "superTypes" : [ "...", "..." ],
     "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -39534,7 +43602,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -39548,7 +43616,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "ENTITY",
+    "category" : "ARRAY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -39586,43 +43654,6 @@
       "ordinal" : 12345,
       "value" : "..."
     } ],
-    "category" : "STRUCT",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "defaultValue" : "...",
-    "elementDefs" : [ {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    }, {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    } ],
     "category" : "ARRAY",
     "createTime" : 12345,
     "createdBy" : "...",
@@ -39649,6 +43680,43 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
   } ],
   "relationshipDefs" : [ {
     "endDef1" : {
@@ -39660,15 +43728,15 @@
       "type" : "..."
     },
     "endDef2" : {
-      "cardinality" : "LIST",
+      "cardinality" : "SET",
       "description" : "...",
       "isContainer" : true,
       "isLegacyAttribute" : true,
       "name" : "...",
       "type" : "..."
     },
-    "propagateTags" : "BOTH",
-    "relationshipCategory" : "AGGREGATION",
+    "propagateTags" : "ONE_TO_TWO",
+    "relationshipCategory" : "COMPOSITION",
     "relationshipLabel" : "...",
     "attributeDefs" : [ {
       "cardinality" : "LIST",
@@ -39677,7 +43745,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -39691,13 +43759,13 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "LIST",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -39711,7 +43779,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "RELATIONSHIP",
+    "category" : "MAP",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -39739,7 +43807,7 @@
     "version" : 12345
   }, {
     "endDef1" : {
-      "cardinality" : "SINGLE",
+      "cardinality" : "LIST",
       "description" : "...",
       "isContainer" : true,
       "isLegacyAttribute" : true,
@@ -39747,18 +43815,18 @@
       "type" : "..."
     },
     "endDef2" : {
-      "cardinality" : "SINGLE",
+      "cardinality" : "LIST",
       "description" : "...",
       "isContainer" : true,
       "isLegacyAttribute" : true,
       "name" : "...",
       "type" : "..."
     },
-    "propagateTags" : "BOTH",
-    "relationshipCategory" : "COMPOSITION",
+    "propagateTags" : "TWO_TO_ONE",
+    "relationshipCategory" : "AGGREGATION",
     "relationshipLabel" : "...",
     "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -39798,7 +43866,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "CLASSIFICATION",
+    "category" : "ARRAY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -39847,7 +43915,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -39867,7 +43935,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "OBJECT_ID_TYPE",
+    "category" : "ARRAY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -39895,7 +43963,7 @@
     "version" : 12345
   }, {
     "attributeDefs" : [ {
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -39915,13 +43983,13 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -39935,7 +44003,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "BUSINESS_METADATA",
+    "category" : "ENUM",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -39971,7 +44039,7 @@
               "application/json" : {
   "businessMetadataDefs" : [ {
     "attributeDefs" : [ {
-      "cardinality" : "SET",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -39991,7 +44059,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -40011,7 +44079,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "PRIMITIVE",
+    "category" : "STRUCT",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -40039,6 +44107,78 @@
     "version" : 12345
   }, {
     "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
       "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -40059,6 +44199,277 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
       "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -40105,13 +44516,95 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
-  } ],
-  "classificationDefs" : [ {
-    "entityTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -40131,6 +44624,8 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
       "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -40151,34 +44646,6 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "STRUCT",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "entityTypes" : [ "...", "..." ],
     "subTypes" : [ "...", "..." ],
     "superTypes" : [ "...", "..." ],
     "attributeDefs" : [ {
@@ -40188,7 +44655,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -40202,7 +44669,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SET",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -40249,377 +44716,16 @@
     "updatedBy" : "...",
     "version" : 12345
   } ],
-  "entityDefs" : [ {
-    "businessAttributeDefs" : {
-      "property1" : [ {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ]
-    },
-    "relationshipAttributeDefs" : [ {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
       "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
+      "ordinal" : 12345,
+      "value" : "..."
     }, {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
       "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "CLASSIFICATION",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "businessAttributeDefs" : {
-      "property1" : [ {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ]
-    },
-    "relationshipAttributeDefs" : [ {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
+      "ordinal" : 12345,
+      "value" : "..."
     } ],
     "category" : "PRIMITIVE",
     "createTime" : 12345,
@@ -40647,44 +44753,6 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
-  } ],
-  "enumDefs" : [ {
-    "defaultValue" : "...",
-    "elementDefs" : [ {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    }, {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    } ],
-    "category" : "RELATIONSHIP",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
   }, {
     "defaultValue" : "...",
     "elementDefs" : [ {
@@ -40696,7 +44764,7 @@
       "ordinal" : 12345,
       "value" : "..."
     } ],
-    "category" : "STRUCT",
+    "category" : "CLASSIFICATION",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -40733,7 +44801,7 @@
       "type" : "..."
     },
     "endDef2" : {
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "description" : "...",
       "isContainer" : true,
       "isLegacyAttribute" : true,
@@ -40741,116 +44809,9 @@
       "type" : "..."
     },
     "propagateTags" : "TWO_TO_ONE",
-    "relationshipCategory" : "AGGREGATION",
+    "relationshipCategory" : "COMPOSITION",
     "relationshipLabel" : "...",
     "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "RELATIONSHIP",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "endDef1" : {
-      "cardinality" : "SET",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "endDef2" : {
-      "cardinality" : "SINGLE",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "propagateTags" : "BOTH",
-    "relationshipCategory" : "ASSOCIATION",
-    "relationshipLabel" : "...",
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
       "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -40870,6 +44831,26 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
     } ],
     "category" : "OBJECT_ID_TYPE",
     "createTime" : 12345,
@@ -40897,10 +44878,28 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
-  } ],
-  "structDefs" : [ {
-    "attributeDefs" : [ {
+  }, {
+    "endDef1" : {
       "cardinality" : "SET",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "NONE",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -40940,7 +44939,76 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "BUSINESS_METADATA",
+    "category" : "MAP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -40968,7 +45036,7 @@
     "version" : 12345
   }, {
     "attributeDefs" : [ {
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -40988,7 +45056,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -41075,7 +45143,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "DEFAULT",
+      "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -41089,7 +45157,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -41109,7 +45177,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "CLASSIFICATION",
+    "category" : "ENTITY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -41137,85 +45205,13 @@
     "version" : 12345
   }, {
     "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "CLASSIFICATION",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "classificationDefs" : [ {
-    "entityTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -41275,7 +45271,8 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
-  }, {
+  } ],
+  "classificationDefs" : [ {
     "entityTypes" : [ "...", "..." ],
     "subTypes" : [ "...", "..." ],
     "superTypes" : [ "...", "..." ],
@@ -41286,6 +45283,77 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "BUSINESS_METADATA",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
       "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
@@ -41350,7 +45418,7 @@
   "entityDefs" : [ {
     "businessAttributeDefs" : {
       "property1" : [ {
-        "cardinality" : "LIST",
+        "cardinality" : "SET",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
         "description" : "...",
@@ -41370,7 +45438,7 @@
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
       }, {
-        "cardinality" : "LIST",
+        "cardinality" : "SET",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
         "description" : "...",
@@ -41391,7 +45459,165 @@
         "valuesMinCount" : 12345
       } ],
       "property2" : [ {
-        "cardinality" : "LIST",
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SINGLE",
         "constraints" : [ { }, { } ],
         "defaultValue" : "...",
         "description" : "...",
@@ -41430,18 +45656,59 @@
         "typeName" : "...",
         "valuesMaxCount" : 12345,
         "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
       } ]
     },
     "relationshipAttributeDefs" : [ {
       "isLegacyAttribute" : true,
       "relationshipTypeName" : "...",
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -41486,7 +45753,7 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -41500,12 +45767,175 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "ONE_TO_TWO",
+    "relationshipCategory" : "ASSOCIATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
       "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
       "indexType" : "STRING",
       "isIndexable" : true,
       "isOptional" : true,
@@ -41547,281 +45977,6 @@
     "updatedBy" : "...",
     "version" : 12345
   }, {
-    "businessAttributeDefs" : {
-      "property1" : [ {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ]
-    },
-    "relationshipAttributeDefs" : [ {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "PRIMITIVE",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "enumDefs" : [ {
-    "defaultValue" : "...",
-    "elementDefs" : [ {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    }, {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    } ],
-    "category" : "ENTITY",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "defaultValue" : "...",
-    "elementDefs" : [ {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    }, {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    } ],
-    "category" : "MAP",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "relationshipDefs" : [ {
     "endDef1" : {
       "cardinality" : "SET",
       "description" : "...",
@@ -41831,14 +45986,14 @@
       "type" : "..."
     },
     "endDef2" : {
-      "cardinality" : "SET",
+      "cardinality" : "SINGLE",
       "description" : "...",
       "isContainer" : true,
       "isLegacyAttribute" : true,
       "name" : "...",
       "type" : "..."
     },
-    "propagateTags" : "ONE_TO_TWO",
+    "propagateTags" : "BOTH",
     "relationshipCategory" : "COMPOSITION",
     "relationshipLabel" : "...",
     "attributeDefs" : [ {
@@ -41862,13 +46017,13 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
+      "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
       "isUnique" : true,
@@ -41882,94 +46037,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "CLASSIFICATION",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "endDef1" : {
-      "cardinality" : "SINGLE",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "endDef2" : {
-      "cardinality" : "SET",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "propagateTags" : "NONE",
-    "relationshipCategory" : "AGGREGATION",
-    "relationshipLabel" : "...",
-    "attributeDefs" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "RELATIONSHIP",
+    "category" : "STRUCT",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -42018,7 +46086,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -42038,7 +46106,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "MAP",
+    "category" : "BUSINESS_METADATA",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -42066,7 +46134,7 @@
     "version" : 12345
   }, {
     "attributeDefs" : [ {
-      "cardinality" : "LIST",
+      "cardinality" : "SINGLE",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -42086,7 +46154,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SINGLE",
+      "cardinality" : "SET",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -42106,7 +46174,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     } ],
-    "category" : "RELATIONSHIP",
+    "category" : "ENTITY",
     "createTime" : 12345,
     "createdBy" : "...",
     "dateFormatter" : {
@@ -42148,74 +46216,6 @@
       "description" : "...",
       "displayName" : "...",
       "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "BUSINESS_METADATA",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
       "indexType" : "DEFAULT",
       "isIndexable" : true,
       "isOptional" : true,
@@ -42230,7 +46230,7 @@
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
     }, {
-      "cardinality" : "SET",
+      "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
       "description" : "...",
@@ -42276,821 +46276,8 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
-  } ],
-  "classificationDefs" : [ {
-    "entityTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "MAP",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
   }, {
-    "entityTypes" : [ "...", "..." ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
     "attributeDefs" : [ {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "ENTITY",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "entityDefs" : [ {
-    "businessAttributeDefs" : {
-      "property1" : [ {
-        "cardinality" : "SINGLE",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ]
-    },
-    "relationshipAttributeDefs" : [ {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "ENUM",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "businessAttributeDefs" : {
-      "property1" : [ {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "STRING",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "SET",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ],
-      "property2" : [ {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      }, {
-        "cardinality" : "LIST",
-        "constraints" : [ { }, { } ],
-        "defaultValue" : "...",
-        "description" : "...",
-        "displayName" : "...",
-        "includeInNotification" : true,
-        "indexType" : "DEFAULT",
-        "isIndexable" : true,
-        "isOptional" : true,
-        "isUnique" : true,
-        "name" : "...",
-        "options" : {
-          "property1" : "...",
-          "property2" : "..."
-        },
-        "searchWeight" : 12345,
-        "typeName" : "...",
-        "valuesMaxCount" : 12345,
-        "valuesMinCount" : 12345
-      } ]
-    },
-    "relationshipAttributeDefs" : [ {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "isLegacyAttribute" : true,
-      "relationshipTypeName" : "...",
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "subTypes" : [ "...", "..." ],
-    "superTypes" : [ "...", "..." ],
-    "attributeDefs" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "BUSINESS_METADATA",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "enumDefs" : [ {
-    "defaultValue" : "...",
-    "elementDefs" : [ {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    }, {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    } ],
-    "category" : "OBJECT_ID_TYPE",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "defaultValue" : "...",
-    "elementDefs" : [ {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    }, {
-      "description" : "...",
-      "ordinal" : 12345,
-      "value" : "..."
-    } ],
-    "category" : "CLASSIFICATION",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "relationshipDefs" : [ {
-    "endDef1" : {
-      "cardinality" : "SET",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "endDef2" : {
-      "cardinality" : "SET",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "propagateTags" : "BOTH",
-    "relationshipCategory" : "COMPOSITION",
-    "relationshipLabel" : "...",
-    "attributeDefs" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "SINGLE",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "BUSINESS_METADATA",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "endDef1" : {
-      "cardinality" : "SET",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "endDef2" : {
-      "cardinality" : "LIST",
-      "description" : "...",
-      "isContainer" : true,
-      "isLegacyAttribute" : true,
-      "name" : "...",
-      "type" : "..."
-    },
-    "propagateTags" : "ONE_TO_TWO",
-    "relationshipCategory" : "COMPOSITION",
-    "relationshipLabel" : "...",
-    "attributeDefs" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "STRING",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    } ],
-    "category" : "RELATIONSHIP",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  } ],
-  "structDefs" : [ {
-    "attributeDefs" : [ {
-      "cardinality" : "LIST",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
-    }, {
       "cardinality" : "LIST",
       "constraints" : [ { }, { } ],
       "defaultValue" : "...",
@@ -43110,54 +46297,6 @@
       "typeName" : "...",
       "valuesMaxCount" : 12345,
       "valuesMinCount" : 12345
-    } ],
-    "category" : "ARRAY",
-    "createTime" : 12345,
-    "createdBy" : "...",
-    "dateFormatter" : {
-      "availableLocales" : [ "...", "..." ],
-      "calendar" : 12345,
-      "dateInstance" : { },
-      "dateTimeInstance" : { },
-      "instance" : { },
-      "lenient" : true,
-      "numberFormat" : { },
-      "timeInstance" : { },
-      "timeZone" : { }
-    },
-    "description" : "...",
-    "guid" : "...",
-    "name" : "...",
-    "options" : {
-      "property1" : "...",
-      "property2" : "..."
-    },
-    "serviceType" : "...",
-    "typeVersion" : "...",
-    "updateTime" : 12345,
-    "updatedBy" : "...",
-    "version" : 12345
-  }, {
-    "attributeDefs" : [ {
-      "cardinality" : "SET",
-      "constraints" : [ { }, { } ],
-      "defaultValue" : "...",
-      "description" : "...",
-      "displayName" : "...",
-      "includeInNotification" : true,
-      "indexType" : "DEFAULT",
-      "isIndexable" : true,
-      "isOptional" : true,
-      "isUnique" : true,
-      "name" : "...",
-      "options" : {
-        "property1" : "...",
-        "property2" : "..."
-      },
-      "searchWeight" : 12345,
-      "typeName" : "...",
-      "valuesMaxCount" : 12345,
-      "valuesMinCount" : 12345
     }, {
       "cardinality" : "SET",
       "constraints" : [ { }, { } ],
@@ -43205,6 +46344,935 @@
     "updateTime" : 12345,
     "updatedBy" : "...",
     "version" : 12345
+  } ],
+  "classificationDefs" : [ {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "RELATIONSHIP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "entityTypes" : [ "...", "..." ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ENUM",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "entityDefs" : [ {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SINGLE",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "MAP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "businessAttributeDefs" : {
+      "property1" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "STRING",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ],
+      "property2" : [ {
+        "cardinality" : "SET",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      }, {
+        "cardinality" : "LIST",
+        "constraints" : [ { }, { } ],
+        "defaultValue" : "...",
+        "description" : "...",
+        "displayName" : "...",
+        "includeInNotification" : true,
+        "indexType" : "DEFAULT",
+        "isIndexable" : true,
+        "isOptional" : true,
+        "isUnique" : true,
+        "name" : "...",
+        "options" : {
+          "property1" : "...",
+          "property2" : "..."
+        },
+        "searchWeight" : 12345,
+        "typeName" : "...",
+        "valuesMaxCount" : 12345,
+        "valuesMinCount" : 12345
+      } ]
+    },
+    "relationshipAttributeDefs" : [ {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "isLegacyAttribute" : true,
+      "relationshipTypeName" : "...",
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "subTypes" : [ "...", "..." ],
+    "superTypes" : [ "...", "..." ],
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "enumDefs" : [ {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "MAP",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "defaultValue" : "...",
+    "elementDefs" : [ {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    }, {
+      "description" : "...",
+      "ordinal" : 12345,
+      "value" : "..."
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "relationshipDefs" : [ {
+    "endDef1" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "LIST",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "TWO_TO_ONE",
+    "relationshipCategory" : "AGGREGATION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "PRIMITIVE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "endDef1" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "endDef2" : {
+      "cardinality" : "SINGLE",
+      "description" : "...",
+      "isContainer" : true,
+      "isLegacyAttribute" : true,
+      "name" : "...",
+      "type" : "..."
+    },
+    "propagateTags" : "ONE_TO_TWO",
+    "relationshipCategory" : "COMPOSITION",
+    "relationshipLabel" : "...",
+    "attributeDefs" : [ {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "OBJECT_ID_TYPE",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  } ],
+  "structDefs" : [ {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "SINGLE",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "ARRAY",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
+  }, {
+    "attributeDefs" : [ {
+      "cardinality" : "SET",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "STRING",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    }, {
+      "cardinality" : "LIST",
+      "constraints" : [ { }, { } ],
+      "defaultValue" : "...",
+      "description" : "...",
+      "displayName" : "...",
+      "includeInNotification" : true,
+      "indexType" : "DEFAULT",
+      "isIndexable" : true,
+      "isOptional" : true,
+      "isUnique" : true,
+      "name" : "...",
+      "options" : {
+        "property1" : "...",
+        "property2" : "..."
+      },
+      "searchWeight" : 12345,
+      "typeName" : "...",
+      "valuesMaxCount" : 12345,
+      "valuesMinCount" : 12345
+    } ],
+    "category" : "CLASSIFICATION",
+    "createTime" : 12345,
+    "createdBy" : "...",
+    "dateFormatter" : {
+      "availableLocales" : [ "...", "..." ],
+      "calendar" : 12345,
+      "dateInstance" : { },
+      "dateTimeInstance" : { },
+      "instance" : { },
+      "lenient" : true,
+      "numberFormat" : { },
+      "timeInstance" : { },
+      "timeZone" : { }
+    },
+    "description" : "...",
+    "guid" : "...",
+    "name" : "...",
+    "options" : {
+      "property1" : "...",
+      "property2" : "..."
+    },
+    "serviceType" : "...",
+    "typeVersion" : "...",
+    "updateTime" : 12345,
+    "updatedBy" : "...",
+    "version" : 12345
   } ]
 }
             },
@@ -43232,7 +47300,7 @@
             },
             "examples" : {
               "application/json" : [ {
-  "category" : "ENTITY",
+  "category" : "BUSINESS_METADATA",
   "guid" : "...",
   "name" : "...",
   "serviceType" : "..."
diff --git a/assets.json b/assets.json
index 4b09231..4a55498 100644
--- a/assets.json
+++ b/assets.json
@@ -1,111 +1,115 @@
 {
-  "vendors.js": "/static/js/vendors.85603613.js",
-  "vendors.js.map": "/static/js/vendors.36f732bbf8c7eaee188d.js.map",
-  "app.js": "/static/js/app.36f732bbf8c7eaee188d.js",
-  "app.js.map": "/static/js/app.36f732bbf8c7eaee188d.js.map",
-  "documents-asf-asfinfo.js": "/static/js/documents-asf-asfinfo.d7c81450.js",
-  "documents-asf-asfinfo.js.map": "/static/js/documents-asf-asfinfo.36f732bbf8c7eaee188d.js.map",
-  "documents-business-metadata.js": "/static/js/documents-business-metadata.ec7e0de7.js",
-  "documents-business-metadata.js.map": "/static/js/documents-business-metadata.36f732bbf8c7eaee188d.js.map",
-  "documents-classification-propagation.js": "/static/js/documents-classification-propagation.cb966787.js",
-  "documents-classification-propagation.js.map": "/static/js/documents-classification-propagation.36f732bbf8c7eaee188d.js.map",
-  "documents-downloads-downloads.js": "/static/js/documents-downloads-downloads.224d1989.js",
-  "documents-downloads-downloads.js.map": "/static/js/documents-downloads-downloads.36f732bbf8c7eaee188d.js.map",
-  "documents-glossary.js": "/static/js/documents-glossary.3ec24a3c.js",
-  "documents-glossary.js.map": "/static/js/documents-glossary.36f732bbf8c7eaee188d.js.map",
-  "documents-high-availability.js": "/static/js/documents-high-availability.dfb6367f.js",
-  "documents-high-availability.js.map": "/static/js/documents-high-availability.36f732bbf8c7eaee188d.js.map",
-  "documents-high-level-architecture.js": "/static/js/documents-high-level-architecture.78c406e7.js",
-  "documents-high-level-architecture.js.map": "/static/js/documents-high-level-architecture.36f732bbf8c7eaee188d.js.map",
-  "documents-hook-hook-falcon.js": "/static/js/documents-hook-hook-falcon.b77e876b.js",
-  "documents-hook-hook-falcon.js.map": "/static/js/documents-hook-hook-falcon.36f732bbf8c7eaee188d.js.map",
-  "documents-hook-hook-h-base.js": "/static/js/documents-hook-hook-h-base.f8642bef.js",
-  "documents-hook-hook-h-base.js.map": "/static/js/documents-hook-hook-h-base.36f732bbf8c7eaee188d.js.map",
-  "documents-hook-hook-hive.js": "/static/js/documents-hook-hook-hive.14e0b2d6.js",
-  "documents-hook-hook-hive.js.map": "/static/js/documents-hook-hook-hive.36f732bbf8c7eaee188d.js.map",
-  "documents-hook-hook-kafka.js": "/static/js/documents-hook-hook-kafka.9f036cc3.js",
-  "documents-hook-hook-kafka.js.map": "/static/js/documents-hook-hook-kafka.36f732bbf8c7eaee188d.js.map",
-  "documents-hook-hook-sqoop.js": "/static/js/documents-hook-hook-sqoop.9f0e00cd.js",
-  "documents-hook-hook-sqoop.js.map": "/static/js/documents-hook-hook-sqoop.36f732bbf8c7eaee188d.js.map",
-  "documents-hook-hook-storm.js": "/static/js/documents-hook-hook-storm.a337cab5.js",
-  "documents-hook-hook-storm.js.map": "/static/js/documents-hook-hook-storm.36f732bbf8c7eaee188d.js.map",
-  "documents-import-export-export-api.js": "/static/js/documents-import-export-export-api.88a787c6.js",
-  "documents-import-export-export-api.js.map": "/static/js/documents-import-export-export-api.36f732bbf8c7eaee188d.js.map",
-  "documents-import-export-export-hdfsapi.js": "/static/js/documents-import-export-export-hdfsapi.d891e408.js",
-  "documents-import-export-export-hdfsapi.js.map": "/static/js/documents-import-export-export-hdfsapi.36f732bbf8c7eaee188d.js.map",
-  "documents-import-export-export-import-audits.js": "/static/js/documents-import-export-export-import-audits.9b4eb7eb.js",
-  "documents-import-export-export-import-audits.js.map": "/static/js/documents-import-export-export-import-audits.36f732bbf8c7eaee188d.js.map",
-  "documents-import-export-import-api.js": "/static/js/documents-import-export-import-api.e8d3fdb8.js",
-  "documents-import-export-import-api.js.map": "/static/js/documents-import-export-import-api.36f732bbf8c7eaee188d.js.map",
-  "documents-import-export-import-api-options.js": "/static/js/documents-import-export-import-api-options.413d3379.js",
-  "documents-import-export-import-api-options.js.map": "/static/js/documents-import-export-import-api-options.36f732bbf8c7eaee188d.js.map",
-  "documents-import-export-import-entity-transforms.js": "/static/js/documents-import-export-import-entity-transforms.d4d181fb.js",
-  "documents-import-export-import-entity-transforms.js.map": "/static/js/documents-import-export-import-entity-transforms.36f732bbf8c7eaee188d.js.map",
-  "documents-import-export-import-export-api.js": "/static/js/documents-import-export-import-export-api.e9dc2cb0.js",
-  "documents-import-export-import-export-api.js.map": "/static/js/documents-import-export-import-export-api.36f732bbf8c7eaee188d.js.map",
-  "documents-import-export-incremental-export.js": "/static/js/documents-import-export-incremental-export.9d6b7122.js",
-  "documents-import-export-incremental-export.js.map": "/static/js/documents-import-export-incremental-export.36f732bbf8c7eaee188d.js.map",
-  "documents-migration-migration-0-8-to-1-0.js": "/static/js/documents-migration-migration-0-8-to-1-0.f59821d4.js",
-  "documents-migration-migration-0-8-to-1-0.js.map": "/static/js/documents-migration-migration-0-8-to-1-0.36f732bbf8c7eaee188d.js.map",
-  "documents-misc-atlas-server.js": "/static/js/documents-misc-atlas-server.1cc04c59.js",
-  "documents-misc-atlas-server.js.map": "/static/js/documents-misc-atlas-server.36f732bbf8c7eaee188d.js.map",
-  "documents-misc-replicated-attributes.js": "/static/js/documents-misc-replicated-attributes.2d638216.js",
-  "documents-misc-replicated-attributes.js.map": "/static/js/documents-misc-replicated-attributes.36f732bbf8c7eaee188d.js.map",
-  "documents-misc-soft-reference.js": "/static/js/documents-misc-soft-reference.1ff8cf49.js",
-  "documents-misc-soft-reference.js.map": "/static/js/documents-misc-soft-reference.36f732bbf8c7eaee188d.js.map",
-  "documents-notifications.js": "/static/js/documents-notifications.1e042b5f.js",
-  "documents-notifications.js.map": "/static/js/documents-notifications.36f732bbf8c7eaee188d.js.map",
-  "documents-overview.js": "/static/js/documents-overview.9fe13a1b.js",
-  "documents-overview.js.map": "/static/js/documents-overview.36f732bbf8c7eaee188d.js.map",
-  "documents-project-info-issue-tracking.js": "/static/js/documents-project-info-issue-tracking.1a9686c5.js",
-  "documents-project-info-issue-tracking.js.map": "/static/js/documents-project-info-issue-tracking.36f732bbf8c7eaee188d.js.map",
-  "documents-project-info-mailing-lists.js": "/static/js/documents-project-info-mailing-lists.3bbd892f.js",
-  "documents-project-info-mailing-lists.js.map": "/static/js/documents-project-info-mailing-lists.36f732bbf8c7eaee188d.js.map",
-  "documents-project-info-project-info.js": "/static/js/documents-project-info-project-info.986ddcbe.js",
-  "documents-project-info-project-info.js.map": "/static/js/documents-project-info-project-info.36f732bbf8c7eaee188d.js.map",
-  "documents-project-info-project-license.js": "/static/js/documents-project-info-project-license.59814a38.js",
-  "documents-project-info-project-license.js.map": "/static/js/documents-project-info-project-license.36f732bbf8c7eaee188d.js.map",
-  "documents-project-info-source-repository.js": "/static/js/documents-project-info-source-repository.ee244b6f.js",
-  "documents-project-info-source-repository.js.map": "/static/js/documents-project-info-source-repository.36f732bbf8c7eaee188d.js.map",
-  "documents-project-info-team-list.js": "/static/js/documents-project-info-team-list.bcc2ebef.js",
-  "documents-project-info-team-list.js.map": "/static/js/documents-project-info-team-list.36f732bbf8c7eaee188d.js.map",
-  "documents-rest-api.js": "/static/js/documents-rest-api.69c71da2.js",
-  "documents-rest-api.js.map": "/static/js/documents-rest-api.36f732bbf8c7eaee188d.js.map",
-  "documents-search-search-advanced.js": "/static/js/documents-search-search-advanced.37ccee61.js",
-  "documents-search-search-advanced.js.map": "/static/js/documents-search-search-advanced.36f732bbf8c7eaee188d.js.map",
-  "documents-search-search-basic.js": "/static/js/documents-search-search-basic.148d3bf2.js",
-  "documents-search-search-basic.js.map": "/static/js/documents-search-search-basic.36f732bbf8c7eaee188d.js.map",
-  "documents-security-atlas-ranger-authorizer.js": "/static/js/documents-security-atlas-ranger-authorizer.fd8c8f1d.js",
-  "documents-security-atlas-ranger-authorizer.js.map": "/static/js/documents-security-atlas-ranger-authorizer.36f732bbf8c7eaee188d.js.map",
-  "documents-security-atlas-simple-authorizer.js": "/static/js/documents-security-atlas-simple-authorizer.268b72c8.js",
-  "documents-security-atlas-simple-authorizer.js.map": "/static/js/documents-security-atlas-simple-authorizer.36f732bbf8c7eaee188d.js.map",
-  "documents-security-authentication.js": "/static/js/documents-security-authentication.3189a303.js",
-  "documents-security-authentication.js.map": "/static/js/documents-security-authentication.36f732bbf8c7eaee188d.js.map",
-  "documents-security-authorization-model.js": "/static/js/documents-security-authorization-model.b83b4231.js",
-  "documents-security-authorization-model.js.map": "/static/js/documents-security-authorization-model.36f732bbf8c7eaee188d.js.map",
-  "documents-security-security.js": "/static/js/documents-security-security.4157517e.js",
-  "documents-security-security.js.map": "/static/js/documents-security-security.36f732bbf8c7eaee188d.js.map",
-  "documents-setup-build-instruction.js": "/static/js/documents-setup-build-instruction.f057d3ff.js",
-  "documents-setup-build-instruction.js.map": "/static/js/documents-setup-build-instruction.36f732bbf8c7eaee188d.js.map",
-  "documents-setup-configuration.js": "/static/js/documents-setup-configuration.30978064.js",
-  "documents-setup-configuration.js.map": "/static/js/documents-setup-configuration.36f732bbf8c7eaee188d.js.map",
-  "documents-setup-eclipse-setup.js": "/static/js/documents-setup-eclipse-setup.2cac7021.js",
-  "documents-setup-eclipse-setup.js.map": "/static/js/documents-setup-eclipse-setup.36f732bbf8c7eaee188d.js.map",
-  "documents-setup-installation-instruction.js": "/static/js/documents-setup-installation-instruction.7d91df7a.js",
-  "documents-setup-installation-instruction.js.map": "/static/js/documents-setup-installation-instruction.36f732bbf8c7eaee188d.js.map",
-  "documents-setup-quick-start.js": "/static/js/documents-setup-quick-start.b0f49aeb.js",
-  "documents-setup-quick-start.js.map": "/static/js/documents-setup-quick-start.36f732bbf8c7eaee188d.js.map",
-  "documents-tools-atlas-repair-index.js": "/static/js/documents-tools-atlas-repair-index.ebacc4f6.js",
-  "documents-tools-atlas-repair-index.js.map": "/static/js/documents-tools-atlas-repair-index.36f732bbf8c7eaee188d.js.map",
-  "documents-type-system.js": "/static/js/documents-type-system.e5f88c3e.js",
-  "documents-type-system.js.map": "/static/js/documents-type-system.36f732bbf8c7eaee188d.js.map",
-  "documents-whats-new-whats-new-1-0.js": "/static/js/documents-whats-new-whats-new-1-0.39ccd001.js",
-  "documents-whats-new-whats-new-1-0.js.map": "/static/js/documents-whats-new-whats-new-1-0.36f732bbf8c7eaee188d.js.map",
-  "documents-whats-new-whats-new-2-0.js": "/static/js/documents-whats-new-whats-new-2-0.630f7e2b.js",
-  "documents-whats-new-whats-new-2-0.js.map": "/static/js/documents-whats-new-whats-new-2-0.36f732bbf8c7eaee188d.js.map",
-  "documents-whats-new-whats-new-2-1.js": "/static/js/documents-whats-new-whats-new-2-1.6e25ec75.js",
-  "documents-whats-new-whats-new-2-1.js.map": "/static/js/documents-whats-new-whats-new-2-1.36f732bbf8c7eaee188d.js.map",
-  "documents-whats-new-whats-new-2-2.js": "/static/js/documents-whats-new-whats-new-2-2.278007f6.js",
-  "documents-whats-new-whats-new-2-2.js.map": "/static/js/documents-whats-new-whats-new-2-2.36f732bbf8c7eaee188d.js.map",
+  "vendors.js": "/static/js/vendors.357a799b.js",
+  "vendors.js.map": "/static/js/vendors.b185f4c5b68d73002af0.js.map",
+  "app.js": "/static/js/app.b185f4c5b68d73002af0.js",
+  "app.js.map": "/static/js/app.b185f4c5b68d73002af0.js.map",
+  "documents-asf-asfinfo.js": "/static/js/documents-asf-asfinfo.90a8320c.js",
+  "documents-asf-asfinfo.js.map": "/static/js/documents-asf-asfinfo.b185f4c5b68d73002af0.js.map",
+  "documents-business-metadata.js": "/static/js/documents-business-metadata.e68dd841.js",
+  "documents-business-metadata.js.map": "/static/js/documents-business-metadata.b185f4c5b68d73002af0.js.map",
+  "documents-classification-propagation.js": "/static/js/documents-classification-propagation.a883372b.js",
+  "documents-classification-propagation.js.map": "/static/js/documents-classification-propagation.b185f4c5b68d73002af0.js.map",
+  "documents-downloads-downloads.js": "/static/js/documents-downloads-downloads.7bbca797.js",
+  "documents-downloads-downloads.js.map": "/static/js/documents-downloads-downloads.b185f4c5b68d73002af0.js.map",
+  "documents-glossary.js": "/static/js/documents-glossary.7aac8d5a.js",
+  "documents-glossary.js.map": "/static/js/documents-glossary.b185f4c5b68d73002af0.js.map",
+  "documents-high-availability.js": "/static/js/documents-high-availability.5a25fd47.js",
+  "documents-high-availability.js.map": "/static/js/documents-high-availability.b185f4c5b68d73002af0.js.map",
+  "documents-high-level-architecture.js": "/static/js/documents-high-level-architecture.473e837a.js",
+  "documents-high-level-architecture.js.map": "/static/js/documents-high-level-architecture.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-falcon.js": "/static/js/documents-hook-hook-falcon.4e9a18ba.js",
+  "documents-hook-hook-falcon.js.map": "/static/js/documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-h-base.js": "/static/js/documents-hook-hook-h-base.3097c568.js",
+  "documents-hook-hook-h-base.js.map": "/static/js/documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-hive.js": "/static/js/documents-hook-hook-hive.a0073868.js",
+  "documents-hook-hook-hive.js.map": "/static/js/documents-hook-hook-hive.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-kafka.js": "/static/js/documents-hook-hook-kafka.f0f0fa18.js",
+  "documents-hook-hook-kafka.js.map": "/static/js/documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-sqoop.js": "/static/js/documents-hook-hook-sqoop.de797b78.js",
+  "documents-hook-hook-sqoop.js.map": "/static/js/documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map",
+  "documents-hook-hook-storm.js": "/static/js/documents-hook-hook-storm.5cb01ef5.js",
+  "documents-hook-hook-storm.js.map": "/static/js/documents-hook-hook-storm.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-export-api.js": "/static/js/documents-import-export-export-api.d67c5471.js",
+  "documents-import-export-export-api.js.map": "/static/js/documents-import-export-export-api.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-export-hdfsapi.js": "/static/js/documents-import-export-export-hdfsapi.35e269a2.js",
+  "documents-import-export-export-hdfsapi.js.map": "/static/js/documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-export-import-audits.js": "/static/js/documents-import-export-export-import-audits.23b1ebdd.js",
+  "documents-import-export-export-import-audits.js.map": "/static/js/documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-import-api.js": "/static/js/documents-import-export-import-api.86fa76ae.js",
+  "documents-import-export-import-api.js.map": "/static/js/documents-import-export-import-api.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-import-api-options.js": "/static/js/documents-import-export-import-api-options.d82d96e5.js",
+  "documents-import-export-import-api-options.js.map": "/static/js/documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-import-entity-transforms.js": "/static/js/documents-import-export-import-entity-transforms.952a218e.js",
+  "documents-import-export-import-entity-transforms.js.map": "/static/js/documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-import-export-api.js": "/static/js/documents-import-export-import-export-api.01994ddf.js",
+  "documents-import-export-import-export-api.js.map": "/static/js/documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map",
+  "documents-import-export-incremental-export.js": "/static/js/documents-import-export-incremental-export.15461c37.js",
+  "documents-import-export-incremental-export.js.map": "/static/js/documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map",
+  "documents-migration-migration-0-8-to-1-0.js": "/static/js/documents-migration-migration-0-8-to-1-0.756913df.js",
+  "documents-migration-migration-0-8-to-1-0.js.map": "/static/js/documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map",
+  "documents-misc-atlas-server.js": "/static/js/documents-misc-atlas-server.4419d308.js",
+  "documents-misc-atlas-server.js.map": "/static/js/documents-misc-atlas-server.b185f4c5b68d73002af0.js.map",
+  "documents-misc-replicated-attributes.js": "/static/js/documents-misc-replicated-attributes.04c7b7bf.js",
+  "documents-misc-replicated-attributes.js.map": "/static/js/documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map",
+  "documents-misc-soft-reference.js": "/static/js/documents-misc-soft-reference.f7723ef2.js",
+  "documents-misc-soft-reference.js.map": "/static/js/documents-misc-soft-reference.b185f4c5b68d73002af0.js.map",
+  "documents-notifications.js": "/static/js/documents-notifications.58adc50d.js",
+  "documents-notifications.js.map": "/static/js/documents-notifications.b185f4c5b68d73002af0.js.map",
+  "documents-overview.js": "/static/js/documents-overview.c02fe19d.js",
+  "documents-overview.js.map": "/static/js/documents-overview.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-issue-tracking.js": "/static/js/documents-project-info-issue-tracking.76a0c8ae.js",
+  "documents-project-info-issue-tracking.js.map": "/static/js/documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-mailing-lists.js": "/static/js/documents-project-info-mailing-lists.04ae30ab.js",
+  "documents-project-info-mailing-lists.js.map": "/static/js/documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-project-info.js": "/static/js/documents-project-info-project-info.8337ab57.js",
+  "documents-project-info-project-info.js.map": "/static/js/documents-project-info-project-info.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-project-license.js": "/static/js/documents-project-info-project-license.e3e0bd32.js",
+  "documents-project-info-project-license.js.map": "/static/js/documents-project-info-project-license.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-source-repository.js": "/static/js/documents-project-info-source-repository.54cb08de.js",
+  "documents-project-info-source-repository.js.map": "/static/js/documents-project-info-source-repository.b185f4c5b68d73002af0.js.map",
+  "documents-project-info-team-list.js": "/static/js/documents-project-info-team-list.b408d1d0.js",
+  "documents-project-info-team-list.js.map": "/static/js/documents-project-info-team-list.b185f4c5b68d73002af0.js.map",
+  "documents-rest-api.js": "/static/js/documents-rest-api.617bd3f9.js",
+  "documents-rest-api.js.map": "/static/js/documents-rest-api.b185f4c5b68d73002af0.js.map",
+  "documents-search-search-advanced.js": "/static/js/documents-search-search-advanced.2421bf2c.js",
+  "documents-search-search-advanced.js.map": "/static/js/documents-search-search-advanced.b185f4c5b68d73002af0.js.map",
+  "documents-search-search-basic.js": "/static/js/documents-search-search-basic.a24095d8.js",
+  "documents-search-search-basic.js.map": "/static/js/documents-search-search-basic.b185f4c5b68d73002af0.js.map",
+  "documents-search-search-relationship.js": "/static/js/documents-search-search-relationship.1d764e51.js",
+  "documents-search-search-relationship.js.map": "/static/js/documents-search-search-relationship.b185f4c5b68d73002af0.js.map",
+  "documents-security-atlas-ranger-authorizer.js": "/static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js",
+  "documents-security-atlas-ranger-authorizer.js.map": "/static/js/documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map",
+  "documents-security-atlas-simple-authorizer.js": "/static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js",
+  "documents-security-atlas-simple-authorizer.js.map": "/static/js/documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map",
+  "documents-security-authentication.js": "/static/js/documents-security-authentication.3ee79ab6.js",
+  "documents-security-authentication.js.map": "/static/js/documents-security-authentication.b185f4c5b68d73002af0.js.map",
+  "documents-security-authorization-model.js": "/static/js/documents-security-authorization-model.b50faded.js",
+  "documents-security-authorization-model.js.map": "/static/js/documents-security-authorization-model.b185f4c5b68d73002af0.js.map",
+  "documents-security-security.js": "/static/js/documents-security-security.c044dc7f.js",
+  "documents-security-security.js.map": "/static/js/documents-security-security.b185f4c5b68d73002af0.js.map",
+  "documents-setup-build-instruction.js": "/static/js/documents-setup-build-instruction.bf138514.js",
+  "documents-setup-build-instruction.js.map": "/static/js/documents-setup-build-instruction.b185f4c5b68d73002af0.js.map",
+  "documents-setup-configuration.js": "/static/js/documents-setup-configuration.e728b5ee.js",
+  "documents-setup-configuration.js.map": "/static/js/documents-setup-configuration.b185f4c5b68d73002af0.js.map",
+  "documents-setup-eclipse-setup.js": "/static/js/documents-setup-eclipse-setup.2e40a125.js",
+  "documents-setup-eclipse-setup.js.map": "/static/js/documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map",
+  "documents-setup-installation-instruction.js": "/static/js/documents-setup-installation-instruction.b91230c8.js",
+  "documents-setup-installation-instruction.js.map": "/static/js/documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map",
+  "documents-setup-quick-start.js": "/static/js/documents-setup-quick-start.93736360.js",
+  "documents-setup-quick-start.js.map": "/static/js/documents-setup-quick-start.b185f4c5b68d73002af0.js.map",
+  "documents-tools-atlas-repair-index.js": "/static/js/documents-tools-atlas-repair-index.33825bd7.js",
+  "documents-tools-atlas-repair-index.js.map": "/static/js/documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map",
+  "documents-type-system.js": "/static/js/documents-type-system.ee925ecd.js",
+  "documents-type-system.js.map": "/static/js/documents-type-system.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-1-0.js": "/static/js/documents-whats-new-whats-new-1-0.02557ee0.js",
+  "documents-whats-new-whats-new-1-0.js.map": "/static/js/documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-2-0.js": "/static/js/documents-whats-new-whats-new-2-0.8e563e3d.js",
+  "documents-whats-new-whats-new-2-0.js.map": "/static/js/documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-2-1.js": "/static/js/documents-whats-new-whats-new-2-1.0510ebbb.js",
+  "documents-whats-new-whats-new-2-1.js.map": "/static/js/documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-2-2.js": "/static/js/documents-whats-new-whats-new-2-2.7acab8c6.js",
+  "documents-whats-new-whats-new-2-2.js.map": "/static/js/documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map",
+  "documents-whats-new-whats-new-2-3.js": "/static/js/documents-whats-new-whats-new-2-3.74dda911.js",
+  "documents-whats-new-whats-new-2-3.js.map": "/static/js/documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map",
   "index.html": "/index.html"
 }
\ No newline at end of file
diff --git a/index.html b/index.html
index ac892ee..a84e271 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Apache Atlas – Data Governance and Metadata framework for Hadoop"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Atlas – Data Governance and Metadata framework for Hadoop</title><link rel="icon" type="image/x-icon" href="public/images/favicon.ico"></head><body><div id="root"></div><script src="/static/js/vendors.85603613.js"></script><script src="/static/js/app.36f732bbf8c7eaee188d.js"></script></body></html>
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Apache Atlas – Data Governance and Metadata framework for Hadoop"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Atlas – Data Governance and Metadata framework for Hadoop</title><link rel="icon" type="image/x-icon" href="public/images/favicon.ico"></head><body><div id="root"></div><script src="/static/js/vendors.357a799b.js"></script><script src="/static/js/app.b185f4c5b68d73002af0.js"></script></body></html>
\ No newline at end of file
diff --git a/public/images/twiki/relationship_search_model.png b/public/images/twiki/relationship_search_model.png
new file mode 100644
index 0000000..5d155d4
--- /dev/null
+++ b/public/images/twiki/relationship_search_model.png
Binary files differ
diff --git a/static/js/app.b185f4c5b68d73002af0.js b/static/js/app.b185f4c5b68d73002af0.js
new file mode 100644
index 0000000..851a731
--- /dev/null
+++ b/static/js/app.b185f4c5b68d73002af0.js
@@ -0,0 +1,867 @@
+!function(e){function t(t){for(var o,a,s=t[0],r=t[1],i=t[2],l=t[3]||[],u=0,d=[];u<s.length;u++)a=s[u],Object.prototype.hasOwnProperty.call(D,a)&&D[a]&&d.push(D[a][0]),D[a]=0;for(o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o]);for(R&&R(t),T.push.apply(T,l);d.length;)d.shift()();return H.push.apply(H,i||[]),n()}function n(){for(var e,t=0;t<H.length;t++){for(var n=H[t],o=!0,a=1;a<n.length;a++){var s=n[a];0!==D[s]&&(o=!1)}o&&(H.splice(t--,1),e=$($.s=n[0]))}return 0===H.length&&(T.forEach((function(e){if(void 0===D[e]){D[e]=null;var t=document.createElement("link");t.crossOrigin="anonymous",$.nc&&t.setAttribute("nonce",$.nc),t.rel="prefetch",t.as="script",t.href=z(e),document.head.appendChild(t)}})),T.length=0),e}var o=window.webpackHotUpdate;window.webpackHotUpdate=function(e,t){!function(e,t){if(!k[e]||!w[e])return;for(var n in w[e]=!1,t)Object.prototype.hasOwnProperty.call(t,n)&&(g[n]=t[n]);0===--b&&0===y&&C()}(e,t),o&&o(e,t)};var a,s=!0,r="b185f4c5b68d73002af0",i={},l=[],u=[];function d(t){var n={_acceptedDependencies:{},_declinedDependencies:{},_selfAccepted:!1,_selfDeclined:!1,_selfInvalidated:!1,_disposeHandlers:[],_main:a!==t,active:!0,accept:function(e,t){if(void 0===e)n._selfAccepted=!0;else if("function"===typeof e)n._selfAccepted=e;else if("object"===typeof e)for(var o=0;o<e.length;o++)n._acceptedDependencies[e[o]]=t||function(){};else n._acceptedDependencies[e]=t||function(){}},decline:function(e){if(void 0===e)n._selfDeclined=!0;else if("object"===typeof e)for(var t=0;t<e.length;t++)n._declinedDependencies[e[t]]=!0;else n._declinedDependencies[e]=!0},dispose:function(e){n._disposeHandlers.push(e)},addDisposeHandler:function(e){n._disposeHandlers.push(e)},removeDisposeHandler:function(e){var t=n._disposeHandlers.indexOf(e);t>=0&&n._disposeHandlers.splice(t,1)},invalidate:function(){switch(this._selfInvalidated=!0,p){case"idle":(g={})[t]=e[t],m("ready");break;case"ready":P(t);break;case"prepare":case"check":case"dispose":case"apply":(v=v||[]).push(t)}},check:E,apply:I,status:function(e){if(!e)return p;c.push(e)},addStatusHandler:function(e){c.push(e)},removeStatusHandler:function(e){var t=c.indexOf(e);t>=0&&c.splice(t,1)},data:i[t]};return a=void 0,n}var c=[],p="idle";function m(e){p=e;for(var t=0;t<c.length;t++)c[t].call(null,e)}var h,g,f,v,b=0,y=0,x={},w={},k={};function A(e){return+e+""===e?+e:e}function E(e){if("idle"!==p)throw new Error("check() is only allowed in idle status");return s=e,m("check"),(t=1e4,t=t||1e4,new Promise((function(e,n){if("undefined"===typeof XMLHttpRequest)return n(new Error("No browser support"));try{var o=new XMLHttpRequest,a=$.p+""+r+".hot-update.json";o.open("GET",a,!0),o.timeout=t,o.send(null)}catch(s){return n(s)}o.onreadystatechange=function(){if(4===o.readyState)if(0===o.status)n(new Error("Manifest request to "+a+" timed out."));else if(404===o.status)e();else if(200!==o.status&&304!==o.status)n(new Error("Manifest request to "+a+" failed."));else{try{var t=JSON.parse(o.responseText)}catch(s){return void n(s)}e(t)}}}))).then((function(e){if(!e)return m(j()?"ready":"idle"),null;w={},x={},k=e.c,f=e.h,m("prepare");var t=new Promise((function(e,t){h={resolve:e,reject:t}}));for(var n in g={},D)S(n);return"prepare"===p&&0===y&&0===b&&C(),t}));var t}function S(e){k[e]?(w[e]=!0,b++,function(e){var t=document.createElement("script");t.charset="utf-8",t.src=$.p+""+e+"."+r+".hot-update.js",t.crossOrigin="anonymous",document.head.appendChild(t)}(e)):x[e]=!0}function C(){m("ready");var e=h;if(h=null,e)if(s)Promise.resolve().then((function(){return I(s)})).then((function(t){e.resolve(t)}),(function(t){e.reject(t)}));else{var t=[];for(var n in g)Object.prototype.hasOwnProperty.call(g,n)&&t.push(A(n));e.resolve(t)}}function I(t){if("ready"!==p)throw new Error("apply() is only allowed in ready status");return function t(n){var o,s,u,d,c;function p(e){for(var t=[e],n={},o=t.map((function(e){return{chain:[e],id:e}}));o.length>0;){var a=o.pop(),s=a.id,r=a.chain;if((d=O[s])&&(!d.hot._selfAccepted||d.hot._selfInvalidated)){if(d.hot._selfDeclined)return{type:"self-declined",chain:r,moduleId:s};if(d.hot._main)return{type:"unaccepted",chain:r,moduleId:s};for(var i=0;i<d.parents.length;i++){var l=d.parents[i],u=O[l];if(u){if(u.hot._declinedDependencies[s])return{type:"declined",chain:r.concat([l]),moduleId:s,parentId:l};-1===t.indexOf(l)&&(u.hot._acceptedDependencies[s]?(n[l]||(n[l]=[]),h(n[l],[s])):(delete n[l],t.push(l),o.push({chain:r.concat([l]),id:l})))}}}}return{type:"accepted",moduleId:e,outdatedModules:t,outdatedDependencies:n}}function h(e,t){for(var n=0;n<t.length;n++){var o=t[n];-1===e.indexOf(o)&&e.push(o)}}j();var b={},y=[],x={},w=function(){console.warn("[HMR] unexpected require("+S.moduleId+") to disposed module")};for(var E in g)if(Object.prototype.hasOwnProperty.call(g,E)){var S;c=A(E),S=g[E]?p(c):{type:"disposed",moduleId:E};var C=!1,I=!1,P=!1,H="";switch(S.chain&&(H="\nUpdate propagation: "+S.chain.join(" -> ")),S.type){case"self-declined":n.onDeclined&&n.onDeclined(S),n.ignoreDeclined||(C=new Error("Aborted because of self decline: "+S.moduleId+H));break;case"declined":n.onDeclined&&n.onDeclined(S),n.ignoreDeclined||(C=new Error("Aborted because of declined dependency: "+S.moduleId+" in "+S.parentId+H));break;case"unaccepted":n.onUnaccepted&&n.onUnaccepted(S),n.ignoreUnaccepted||(C=new Error("Aborted because "+c+" is not accepted"+H));break;case"accepted":n.onAccepted&&n.onAccepted(S),I=!0;break;case"disposed":n.onDisposed&&n.onDisposed(S),P=!0;break;default:throw new Error("Unexception type "+S.type)}if(C)return m("abort"),Promise.reject(C);if(I)for(c in x[c]=g[c],h(y,S.outdatedModules),S.outdatedDependencies)Object.prototype.hasOwnProperty.call(S.outdatedDependencies,c)&&(b[c]||(b[c]=[]),h(b[c],S.outdatedDependencies[c]));P&&(h(y,[S.moduleId]),x[c]=w)}var T,z=[];for(s=0;s<y.length;s++)c=y[s],O[c]&&O[c].hot._selfAccepted&&x[c]!==w&&!O[c].hot._selfInvalidated&&z.push({module:c,parents:O[c].parents.slice(),errorHandler:O[c].hot._selfAccepted});m("dispose"),Object.keys(k).forEach((function(e){!1===k[e]&&function(e){delete D[e]}(e)}));var N,M,L=y.slice();for(;L.length>0;)if(c=L.pop(),d=O[c]){var R={},_=d.hot._disposeHandlers;for(u=0;u<_.length;u++)(o=_[u])(R);for(i[c]=R,d.hot.active=!1,delete O[c],delete b[c],u=0;u<d.children.length;u++){var B=O[d.children[u]];B&&((T=B.parents.indexOf(c))>=0&&B.parents.splice(T,1))}}for(c in b)if(Object.prototype.hasOwnProperty.call(b,c)&&(d=O[c]))for(M=b[c],u=0;u<M.length;u++)N=M[u],(T=d.children.indexOf(N))>=0&&d.children.splice(T,1);m("apply"),void 0!==f&&(r=f,f=void 0);for(c in g=void 0,x)Object.prototype.hasOwnProperty.call(x,c)&&(e[c]=x[c]);var F=null;for(c in b)if(Object.prototype.hasOwnProperty.call(b,c)&&(d=O[c])){M=b[c];var W=[];for(s=0;s<M.length;s++)if(N=M[s],o=d.hot._acceptedDependencies[N]){if(-1!==W.indexOf(o))continue;W.push(o)}for(s=0;s<W.length;s++){o=W[s];try{o(M)}catch(U){n.onErrored&&n.onErrored({type:"accept-errored",moduleId:c,dependencyId:M[s],error:U}),n.ignoreErrored||F||(F=U)}}}for(s=0;s<z.length;s++){var q=z[s];c=q.module,l=q.parents,a=c;try{$(c)}catch(U){if("function"===typeof q.errorHandler)try{q.errorHandler(U)}catch(G){n.onErrored&&n.onErrored({type:"self-accept-error-handler-errored",moduleId:c,error:G,originalError:U}),n.ignoreErrored||F||(F=G),F||(F=U)}else n.onErrored&&n.onErrored({type:"self-accept-errored",moduleId:c,error:U}),n.ignoreErrored||F||(F=U)}}if(F)return m("fail"),Promise.reject(F);if(v)return t(n).then((function(e){return y.forEach((function(t){e.indexOf(t)<0&&e.push(t)})),e}));return m("idle"),new Promise((function(e){e(y)}))}(t=t||{})}function j(){if(v)return g||(g={}),v.forEach(P),v=void 0,!0}function P(t){Object.prototype.hasOwnProperty.call(g,t)||(g[t]=e[t])}var O={},D={1:0},H=[],T=[];function z(e){return $.p+"static/js/"+({2:"documents-asf-asfinfo",3:"documents-business-metadata",4:"documents-classification-propagation",5:"documents-downloads-downloads",6:"documents-glossary",7:"documents-high-availability",8:"documents-high-level-architecture",9:"documents-hook-hook-falcon",10:"documents-hook-hook-h-base",11:"documents-hook-hook-hive",12:"documents-hook-hook-kafka",13:"documents-hook-hook-sqoop",14:"documents-hook-hook-storm",15:"documents-import-export-export-api",16:"documents-import-export-export-hdfsapi",17:"documents-import-export-export-import-audits",18:"documents-import-export-import-api",19:"documents-import-export-import-api-options",20:"documents-import-export-import-entity-transforms",21:"documents-import-export-import-export-api",22:"documents-import-export-incremental-export",23:"documents-migration-migration-0-8-to-1-0",24:"documents-misc-atlas-server",25:"documents-misc-replicated-attributes",26:"documents-misc-soft-reference",27:"documents-notifications",28:"documents-overview",29:"documents-project-info-issue-tracking",30:"documents-project-info-mailing-lists",31:"documents-project-info-project-info",32:"documents-project-info-project-license",33:"documents-project-info-source-repository",34:"documents-project-info-team-list",35:"documents-rest-api",36:"documents-search-search-advanced",37:"documents-search-search-basic",38:"documents-search-search-relationship",39:"documents-security-atlas-ranger-authorizer",40:"documents-security-atlas-simple-authorizer",41:"documents-security-authentication",42:"documents-security-authorization-model",43:"documents-security-security",44:"documents-setup-build-instruction",45:"documents-setup-configuration",46:"documents-setup-eclipse-setup",47:"documents-setup-installation-instruction",48:"documents-setup-quick-start",49:"documents-tools-atlas-repair-index",50:"documents-type-system",51:"documents-whats-new-whats-new-1-0",52:"documents-whats-new-whats-new-2-0",53:"documents-whats-new-whats-new-2-1",54:"documents-whats-new-whats-new-2-2",55:"documents-whats-new-whats-new-2-3"}[e]||e)+"."+{2:"90a8320c",3:"e68dd841",4:"a883372b",5:"7bbca797",6:"7aac8d5a",7:"5a25fd47",8:"473e837a",9:"4e9a18ba",10:"3097c568",11:"a0073868",12:"f0f0fa18",13:"de797b78",14:"5cb01ef5",15:"d67c5471",16:"35e269a2",17:"23b1ebdd",18:"86fa76ae",19:"d82d96e5",20:"952a218e",21:"01994ddf",22:"15461c37",23:"756913df",24:"4419d308",25:"04c7b7bf",26:"f7723ef2",27:"58adc50d",28:"c02fe19d",29:"76a0c8ae",30:"04ae30ab",31:"8337ab57",32:"e3e0bd32",33:"54cb08de",34:"b408d1d0",35:"617bd3f9",36:"2421bf2c",37:"a24095d8",38:"1d764e51",39:"aa5d41ab",40:"1ae31fd1",41:"3ee79ab6",42:"b50faded",43:"c044dc7f",44:"bf138514",45:"e728b5ee",46:"2e40a125",47:"b91230c8",48:"93736360",49:"33825bd7",50:"ee925ecd",51:"02557ee0",52:"8e563e3d",53:"0510ebbb",54:"7acab8c6",55:"74dda911"}[e]+".js"}function $(t){if(O[t])return O[t].exports;var n=O[t]={i:t,l:!1,exports:{},hot:d(t),parents:(u=l,l=[],u),children:[]};return e[t].call(n.exports,n,n.exports,function(e){var t=O[e];if(!t)return $;var n=function(n){return t.hot.active?(O[n]?-1===O[n].parents.indexOf(e)&&O[n].parents.push(e):(l=[e],a=n),-1===t.children.indexOf(n)&&t.children.push(n)):(console.warn("[HMR] unexpected require("+n+") from disposed module "+e),l=[]),$(n)},o=function(e){return{configurable:!0,enumerable:!0,get:function(){return $[e]},set:function(t){$[e]=t}}};for(var s in $)Object.prototype.hasOwnProperty.call($,s)&&"e"!==s&&"t"!==s&&Object.defineProperty(n,s,o(s));return n.e=function(e){return"ready"===p&&m("prepare"),y++,$.e(e).then(t,(function(e){throw t(),e}));function t(){y--,"prepare"===p&&(x[e]||S(e),0===y&&0===b&&C())}},n.t=function(e,t){return 1&t&&(e=n(e)),$.t(e,-2&t)},n}(t)),n.l=!0,n.exports}$.e=function(e){var t=[],n=D[e];if(0!==n)if(n)t.push(n[2]);else{var o=new Promise((function(t,o){n=D[e]=[t,o]}));t.push(n[2]=o);var a,s=document.createElement("script");s.charset="utf-8",s.timeout=120,$.nc&&s.setAttribute("nonce",$.nc),s.src=z(e),0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous");var r=new Error;a=function(t){s.onerror=s.onload=null,clearTimeout(i);var n=D[e];if(0!==n){if(n){var o=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;r.message="Loading chunk "+e+" failed.\n("+o+": "+a+")",r.name="ChunkLoadError",r.type=o,r.request=a,n[1](r)}D[e]=void 0}};var i=setTimeout((function(){a({type:"timeout",target:s})}),12e4);s.onerror=s.onload=a,document.head.appendChild(s)}return Promise.all(t)},$.m=e,$.c=O,$.d=function(e,t,n){$.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},$.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},$.t=function(e,t){if(1&t&&(e=$(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if($.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)$.d(n,o,function(t){return e[t]}.bind(null,o));return n},$.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return $.d(t,"a",t),t},$.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},$.p="/",$.oe=function(e){throw console.error(e),e},$.h=function(){return r};var N=window.webpackJsonp=window.webpackJsonp||[],M=N.push.bind(N);N.push=t,N=N.slice();for(var L=0;L<N.length;L++)t(N[L]);var R=M,_=(H.push([0,0]),n());t([[],{},0,[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55]])}({"./.docz/app/db.json":function(e){e.exports=JSON.parse('{"config":{"title":"Apache Atlas \u2013 Data Governance and Metadata framework for Hadoop","description":"Apache Atlas \u2013 Data Governance and Metadata framework for Hadoop","menu":["Overview",{"name":"Documentation","menu":[{"name":"Features","menu":["High Level Architecture","Type System","Glossary","Classification Propagation","Notifications","High Availability","Business Metadata"]},{"name":"Search","menu":["Basic Search","Advanced Search"]},{"name":"Hooks","menu":["HBase","Hive","Sqoop","Storm","Kafka","Falcon"]},{"name":"Import/Export","menu":["Import API","Import API Options","Import Entity Transforms","Import Export API","Export API","Export HDFS API","Export Import Audits","Incremental Export"]},{"name":"Security","menu":["Security Details","Authentication","Authorization Model","Atlas Simple Authorizer","Atlas Ranger Authorizer"]},{"name":"Setup","menu":["Quick Start","Configuration","Build Instruction","Installation Instruction"]},"REST API",{"name":"Tools","menu":["Atlas Repair Index"]},{"name":"Misc","menu":["Atlas Server","Replicated Attributes","Soft Reference"]}]},{"name":"Downloads","menu":["Download",{"name":"Whats New","menu":["WhatsNew-2.3","WhatsNew-2.2","WhatsNew-2.1","WhatsNew-2.0","WhatsNew-1.0"]},"Migration"]},"For Developers",{"name":"Project Info","menu":["Project Information","Mailing Lists","Team List","Issue Tracking","License","Source Repository"]},"ASF"],"version":"1.0.0","repository":null,"native":false,"codeSandbox":true,"themeConfig":{},"separator":"-","files":"**/*.{md,mdx}","base":"/","baseUrl":"./public","src":"./src","public":"./src/resources","dest":"/site","atlasVersions":[{"id":1,"href":"/2.3.0/index.html","title":"2.3.0","label":"2.3.0"},{"id":2,"href":"/2.2.0/index.html","title":"2.2.0","label":"2.2.0"},{"id":3,"href":"/2.1.0/index.html","title":"2.1.0","label":"2.1.0"},{"id":4,"href":"/2.0.0/index.html","title":"2.0.0","label":"2.0.0"},{"id":5,"href":"/1.2.0/index.html","title":"1.2.0","label":"1.2.0"},{"id":6,"href":"/1.1.0/index.html","title":"1.1.0","label":"1.1.0"},{"id":7,"href":"/1.0.0/index.html","title":"1.0.0","label":"1.0.0"},{"id":8,"href":"/0.8.4/index.html","title":"0.8.4","label":"0.8.4"},{"id":9,"href":"/0.8.3/index.html","title":"0.8.3","label":"0.8.3"},{"id":10,"href":"/0.8.2/index.html","title":"0.8.2","label":"0.8.2"},{"id":11,"href":"/0.8.1/index.html","title":"0.8.1","label":"0.8.1"},{"id":12,"href":"/0.8.0-incubating/index.html","title":"0.8-incubating","label":"0.8-incubating"},{"id":13,"href":"/0.7.1-incubating/index.html","title":"0.7.1-incubating","label":"0.7.1-incubating"},{"id":14,"href":"/0.7.0-incubating/index.html","title":"0.7-incubating","label":"0.7-incubating"},{"id":15,"href":"/0.6.0-incubating/index.html","title":"0.6-incubating","label":"0.6-incubating"},{"id":16,"href":"/0.5.0-incubating/index.html","title":"0.5-incubating","label":"0.5-incubating"}],"theme":"theme/","htmlContext":{"favicon":"public/images/favicon.ico"}},"entries":[{"key":"documents/BusinessMetadata.md","value":{"name":"Business Metadata","route":"/BusinessMetadata","menu":"Documentation","submenu":"Features","id":"4608c675c39eb2f6d2f13f6495dc881b","filepath":"documents/BusinessMetadata.md","link":"","slug":"documents-business-metadata","headings":[{"slug":"business-metadata","depth":1,"value":"Business Metadata"},{"slug":"overview","depth":2,"value":"Overview"},{"slug":"create-business-metadata","depth":2,"value":"Create Business Metadata"},{"slug":"add-business-attributes-on-entity-instances","depth":2,"value":"Add business attributes on entity instances"},{"slug":"search-for-entities-using-business-attributes","depth":2,"value":"Search for entities using business attributes"},{"slug":"authorizations","depth":2,"value":"Authorizations"},{"slug":"rest-apis","depth":2,"value":"REST APIs"}]}},{"key":"documents/ClassificationPropagation.md","value":{"name":"Classification Propagation","route":"/ClassificationPropagation","menu":"Documentation","submenu":"Features","id":"65a0fa2b70ad29423c044848976ed3ff","filepath":"documents/ClassificationPropagation.md","link":"","slug":"documents-classification-propagation","headings":[{"slug":"classification-propagation","depth":1,"value":"Classification Propagation"},{"slug":"use-cases","depth":2,"value":"Use Cases"},{"slug":"add-classification-to-an-entity","depth":2,"value":"Add classification to an entity"},{"slug":"update-classification-associated-with-an-entity","depth":2,"value":"Update classification associated with an entity"},{"slug":"remove-classification-associated-with-an-entity","depth":2,"value":"Remove classification associated with an entity"},{"slug":"add-lineage-between-entities","depth":2,"value":"Add lineage between entities"},{"slug":"delete-an-entity","depth":2,"value":"Delete an entity"},{"slug":"control-propagation","depth":2,"value":"Control Propagation"},{"slug":"propagate-flag-in-classification","depth":2,"value":"Propagate flag in classification"},{"slug":"propagate-flag-in-lineage-edge","depth":2,"value":"Propagate flag in lineage edge"},{"slug":"block-propagation-of-specific-classifications-in-lineage-edge","depth":2,"value":"Block propagation of specific classifications in lineage edge"},{"slug":"notifications-and-audit","depth":2,"value":"Notifications and Audit"},{"slug":"glossary","depth":2,"value":"Glossary"}]}},{"key":"documents/Glossary.md","value":{"name":"Glossary","route":"/Glossary","menu":"Documentation","submenu":"Features","id":"63b6b3d0c273e4eb20395cf2de83c245","filepath":"documents/Glossary.md","link":"","slug":"documents-glossary","headings":[{"slug":"glossary","depth":1,"value":"Glossary"},{"slug":"use-cases","depth":3,"value":"Use cases"},{"slug":"what-is-a-glossary-term-","depth":3,"value":"What is a Glossary term ?"},{"slug":"what-is-a-glossary-category-","depth":3,"value":"What is a Glossary category ?"},{"slug":"ui-interactions","depth":3,"value":"UI interactions"},{"slug":"glossary-tab","depth":4,"value":"Glossary tab"},{"slug":"term-context-menu","depth":5,"value":"Term context menu"},{"slug":"term-detail-page","depth":5,"value":"Term detail page"},{"slug":"add-classification-to-term","depth":5,"value":"Add classification to Term"},{"slug":"create-term-relationship-with-other-term","depth":5,"value":"Create term relationship with other term"},{"slug":"categorize-a-term","depth":5,"value":"Categorize a term"},{"slug":"category-view","depth":4,"value":"Category view"},{"slug":"category-context-menu","depth":5,"value":"Category context menu"},{"slug":"category-detail-page","depth":5,"value":"Category detail page"},{"slug":"categorize-term","depth":5,"value":"Categorize term"},{"slug":"term-assignment-flow","depth":4,"value":"Term assignment flow"},{"slug":"assign-term","depth":5,"value":"Assign term"},{"slug":"propagated-classification","depth":5,"value":"Propagated classification"},{"slug":"search-using-a-term","depth":4,"value":"Search using a term"},{"slug":"summary-of-rest-interactions","depth":4,"value":"Summary of REST interactions"},{"slug":"json-structure","depth":5,"value":"JSON structure"},{"slug":"create-operations","depth":5,"value":"CREATE operations"},{"slug":"read-operations","depth":5,"value":"READ operations"},{"slug":"update-operations","depth":5,"value":"UPDATE operations"},{"slug":"delete-operations","depth":5,"value":"DELETE operations"}]}},{"key":"documents/HighAvailability.md","value":{"name":"High Availability","route":"/HighAvailability","menu":"Documentation","submenu":"Features","id":"d7ff0f0d643531e940f5ac61200b2ce3","filepath":"documents/HighAvailability.md","link":"","slug":"documents-high-availability","headings":[{"slug":"fault-tolerance-and-high-availability-options","depth":1,"value":"Fault Tolerance and High Availability Options"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"atlas-web-service","depth":2,"value":"Atlas Web Service"},{"slug":"setting-up-the-high-availability-feature-in-atlas","depth":3,"value":"Setting up the High Availability feature in Atlas"},{"slug":"configuring-clients-to-use-the-high-availability-feature","depth":3,"value":"Configuring clients to use the High Availability feature"},{"slug":"using-an-intermediate-proxy","depth":4,"value":"Using an intermediate proxy"},{"slug":"using-automatic-detection-of-active-instance","depth":4,"value":"Using automatic detection of active instance"},{"slug":"implementation-details-of-atlas-high-availability","depth":3,"value":"Implementation Details of Atlas High Availability"},{"slug":"metadata-store","depth":2,"value":"Metadata Store"},{"slug":"index-store","depth":2,"value":"Index Store"},{"slug":"solr","depth":3,"value":"Solr"},{"slug":"elasticsearch--tech-preview","depth":3,"value":"Elasticsearch  (Tech Preview)"},{"slug":"notification-server","depth":2,"value":"Notification Server"},{"slug":"known-issues","depth":2,"value":"Known Issues"}]}},{"key":"documents/HighLevelArchitecture.md","value":{"name":"High Level Architecture","route":"/Architecture","menu":"Documentation","submenu":"Features","id":"8e88cd5c4a29777f45958b0444e656a4","filepath":"documents/HighLevelArchitecture.md","link":"","slug":"documents-high-level-architecture","headings":[{"slug":"architecture","depth":1,"value":"Architecture"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"atlas-high-level-architecture---overview","depth":2,"value":"Atlas High Level Architecture - Overview"},{"slug":"core","depth":3,"value":"Core"},{"slug":"integration","depth":3,"value":"Integration"},{"slug":"metadata-sources","depth":3,"value":"Metadata sources"},{"slug":"applications","depth":3,"value":"Applications"}]}},{"key":"documents/Notifications.md","value":{"name":"Notifications","route":"/Notifications","menu":"Documentation","submenu":"Features","id":"d811bdbc7388c22282f7f3b64f9035b1","filepath":"documents/Notifications.md","link":"","slug":"documents-notifications","headings":[{"slug":"notifications","depth":1,"value":"Notifications"},{"slug":"notifications-from-apache-atlas","depth":2,"value":"Notifications from Apache Atlas"},{"slug":"notifications---v2-apache-atlas-version-10","depth":3,"value":"Notifications - V2: Apache Atlas version 1.0"},{"slug":"notifications---v1-apache-atlas-version-08x-and-earlier","depth":3,"value":"Notifications - V1: Apache Atlas version 0.8.x and earlier"},{"slug":"notifications-to-apache-atlas","depth":2,"value":"Notifications to Apache Atlas"}]}},{"key":"documents/Overview.md","value":{"name":"Overview","route":"/","menu":"Overview","id":"33b70bfd900fa0a0a10ffd936cf46829","filepath":"documents/Overview.md","link":"","slug":"documents-overview","headings":[{"slug":"overview","depth":1,"value":"Overview"},{"slug":"features","depth":2,"value":"Features"},{"slug":"metadata-types--instances","depth":3,"value":"Metadata types & instances"},{"slug":"classification","depth":3,"value":"Classification"},{"slug":"lineage","depth":3,"value":"Lineage"},{"slug":"searchdiscovery","depth":3,"value":"Search/Discovery"},{"slug":"security--data-masking","depth":3,"value":"Security & Data Masking"},{"slug":"getting-started","depth":2,"value":"Getting Started"},{"slug":"api-documentation","depth":2,"value":"API Documentation"},{"slug":"developer-setup-documentation","depth":2,"value":"Developer Setup Documentation"}]}},{"key":"documents/RestAPI.md","value":{"name":"REST API","route":"/RestApi","menu":"Documentation","submenu":"REST API","id":"2a1df74cbaea54d0dd0a56ff05e38270","filepath":"documents/RestAPI.md","link":"","slug":"documents-rest-api","headings":[{"slug":"rest-api","depth":1,"value":"REST API"}]}},{"key":"documents/TypeSystem.md","value":{"name":"Type System","route":"/TypeSystem","menu":"Documentation","submenu":"Features","id":"507fb4123d3a830140580b1cfb0095cc","filepath":"documents/TypeSystem.md","link":"","slug":"documents-type-system","headings":[{"slug":"type-system","depth":1,"value":"Type System"},{"slug":"overview","depth":2,"value":"Overview"},{"slug":"types","depth":2,"value":"Types"},{"slug":"entities","depth":2,"value":"Entities"},{"slug":"attributes","depth":2,"value":"Attributes"},{"slug":"system-specific-types-and-their-significance","depth":2,"value":"System specific types and their significance"}]}},{"key":"documents/Asf/asfinfo.md","value":{"name":"ASF","route":"/asf","menu":"ASF","id":"9c4bc987415ba768a9a0621cc7e199f6","filepath":"documents/Asf/asfinfo.md","link":"","slug":"documents-asf-asfinfo","headings":[{"slug":"asf-information","depth":1,"value":"ASF Information"}]}},{"key":"documents/Downloads/Downloads.md","value":{"name":"Download","route":"/Downloads","menu":"Downloads","submenu":"Download","id":"0cee405df7fd7cd7e40282afbb30e8bd","filepath":"documents/Downloads/Downloads.md","link":"","slug":"documents-downloads-downloads","headings":[{"slug":"downloads","depth":1,"value":"Downloads"},{"slug":"verify-the-integrity-of-the-files","depth":2,"value":"Verify the integrity of the files"},{"slug":"release-notes","depth":2,"value":"Release Notes"}]}},{"key":"documents/Hook/HookFalcon.md","value":{"name":"Falcon","route":"/HookFalcon","menu":"Documentation","submenu":"Hooks","id":"4db922fa8f509f5ff400983bc9c4559e","filepath":"documents/Hook/HookFalcon.md","link":"","slug":"documents-hook-hook-falcon","headings":[{"slug":"falcon-atlas-bridge","depth":1,"value":"Falcon Atlas Bridge"},{"slug":"falcon-model","depth":2,"value":"Falcon Model"},{"slug":"falcon-hook","depth":2,"value":"Falcon Hook"},{"slug":"notes","depth":2,"value":"NOTES"}]}},{"key":"documents/Hook/HookHBase.md","value":{"name":"HBase","route":"/HookHBase","menu":"Documentation","submenu":"Hooks","id":"fa5fd04b038f151c2a97ee579f59f0ac","filepath":"documents/Hook/HookHBase.md","link":"","slug":"documents-hook-hook-h-base","headings":[{"slug":"apache-atlas-hook--bridge-for-apache-hbase","depth":1,"value":"Apache Atlas Hook & Bridge for Apache HBase"},{"slug":"hbase-model","depth":2,"value":"HBase Model"},{"slug":"hbase-hook","depth":2,"value":"HBase Hook"},{"slug":"notes","depth":2,"value":"NOTES"},{"slug":"importing-hbase-metadata","depth":2,"value":"Importing HBase Metadata"}]}},{"key":"documents/Hook/HookHive.md","value":{"name":"Hive","route":"/HookHive","menu":"Documentation","submenu":"Hooks","id":"1644eb24fbcca2793b625031b9107c47","filepath":"documents/Hook/HookHive.md","link":"","slug":"documents-hook-hook-hive","headings":[{"slug":"apache-atlas-hook--bridge-for-apache-hive","depth":1,"value":"Apache Atlas Hook & Bridge for Apache Hive"},{"slug":"hive-model","depth":2,"value":"Hive Model"},{"slug":"hive-hook","depth":2,"value":"Hive Hook"},{"slug":"column-level-lineage","depth":2,"value":"Column Level Lineage"},{"slug":"model","depth":3,"value":"Model"},{"slug":"examples","depth":3,"value":"Examples"},{"slug":"extracting-lineage-from-hive-commands","depth":3,"value":"Extracting Lineage from Hive commands"},{"slug":"notes","depth":2,"value":"NOTES"},{"slug":"importing-hive-metadata","depth":2,"value":"Importing Hive Metadata"}]}},{"key":"documents/Hook/HookKafka.md","value":{"name":"Kafka","route":"/HookKafka","menu":"Documentation","submenu":"Hooks","id":"01a8a439ef5fe47c5d97d9a22f9fd609","filepath":"documents/Hook/HookKafka.md","link":"","slug":"documents-hook-hook-kafka","headings":[{"slug":"apache-atlas-hook-for-apache-kafka","depth":1,"value":"Apache Atlas Hook for Apache Kafka"},{"slug":"kafka-model","depth":2,"value":"Kafka Model"},{"slug":"setup","depth":2,"value":"Setup"},{"slug":"importing-kafka-metadata","depth":2,"value":"Importing Kafka Metadata"}]}},{"key":"documents/Hook/HookSqoop.md","value":{"name":"Sqoop","route":"/HookSqoop","menu":"Documentation","submenu":"Hooks","id":"16b81f28d034811abce9e73d9ea9558e","filepath":"documents/Hook/HookSqoop.md","link":"","slug":"documents-hook-hook-sqoop","headings":[{"slug":"apache-atlas-hook-for-apache-sqoop","depth":1,"value":"Apache Atlas Hook for Apache Sqoop"},{"slug":"sqoop-model","depth":2,"value":"Sqoop Model"},{"slug":"sqoop-hook","depth":2,"value":"Sqoop Hook"},{"slug":"notes","depth":2,"value":"NOTES"}]}},{"key":"documents/Hook/HookStorm.md","value":{"name":"Storm","route":"/HookStorm","menu":"Documentation","submenu":"Hooks","id":"1f8c4aab699a21f30ebe10d1255e908b","filepath":"documents/Hook/HookStorm.md","link":"","slug":"documents-hook-hook-storm","headings":[{"slug":"apache-atlas-hook-for-apache-storm","depth":1,"value":"Apache Atlas Hook for Apache Storm"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"storm-data-model","depth":2,"value":"Storm Data Model"},{"slug":"storm-atlas-hook","depth":2,"value":"Storm Atlas Hook"},{"slug":"limitations","depth":2,"value":"Limitations"},{"slug":"installation","depth":2,"value":"Installation"},{"slug":"configuration","depth":2,"value":"Configuration"},{"slug":"storm-configuration","depth":3,"value":"Storm Configuration"}]}},{"key":"documents/Import-Export/ExportAPI.md","value":{"name":"Export API","route":"/ExportAPI","menu":"Documentation","submenu":"Import/Export","id":"73c88b886b63340e8307aed2fa48c11e","filepath":"documents/Import-Export/ExportAPI.md","link":"","slug":"documents-import-export-export-api","headings":[{"slug":"export-api","depth":1,"value":"Export API"},{"slug":"additional-options","depth":3,"value":"Additional Options"},{"slug":"contents-of-exported-zip-file","depth":3,"value":"Contents of Exported ZIP File"},{"slug":"examples","depth":3,"value":"Examples"},{"slug":"curl-calls","depth":3,"value":"CURL Calls"}]}},{"key":"documents/Import-Export/ExportHDFSAPI.md","value":{"name":"Export HDFS API","route":"/ExportHDFSAPI","menu":"Documentation","submenu":"Import/Export","id":"a8fa80e9bdfe717404895c643191be69","filepath":"documents/Import-Export/ExportHDFSAPI.md","link":"","slug":"documents-import-export-export-hdfsapi","headings":[{"slug":"export--import-apis-for-hdfs-path","depth":1,"value":"Export & Import APIs for HDFS Path"},{"slug":"introduction","depth":3,"value":"Introduction"},{"slug":"export-api-using-matchtype","depth":3,"value":"Export API Using matchType"},{"slug":"example-using-curl-calls","depth":3,"value":"Example Using CURL Calls"},{"slug":"automatic-creation-of-hdfs-entities","depth":3,"value":"Automatic Creation of HDFS entities"}]}},{"key":"documents/Import-Export/ExportImportAudits.md","value":{"name":"Export Import Audits","route":"/ExportImportAudits","menu":"Documentation","submenu":"Import/Export","id":"0cd0eb1da37e202f876fe3b853048c1a","filepath":"documents/Import-Export/ExportImportAudits.md","link":"","slug":"documents-import-export-export-import-audits","headings":[{"slug":"export--import-audits","depth":1,"value":"Export & Import Audits"},{"slug":"background","depth":4,"value":"Background"},{"slug":"rest-apis","depth":4,"value":"REST APIs"},{"slug":"curl","depth":5,"value":"CURL"},{"slug":"response","depth":5,"value":"RESPONSE"}]}},{"key":"documents/Import-Export/ImportAPI.md","value":{"name":"Import API","route":"/ImportAPI","menu":"Documentation","submenu":"Import/Export","id":"1608489147349744fb1a22c0d9d0eeff","filepath":"documents/Import-Export/ImportAPI.md","link":"","slug":"documents-import-export-import-api","headings":[{"slug":"import-api","depth":1,"value":"Import API"},{"slug":"import-zip-file-using-post","depth":3,"value":"Import ZIP File Using POST"},{"slug":"import-zip-file-available-on-server","depth":3,"value":"Import ZIP File Available on Server"},{"slug":"examples-using-curl-calls","depth":3,"value":"Examples Using CURL Calls"}]}},{"key":"documents/Import-Export/ImportAPIOptions.md","value":{"name":"Import API Options","route":"/ImportAPIOptions","menu":"Documentation","submenu":"Import/Export","id":"a8061e0839708d09107f7f5d87ccdbbe","filepath":"documents/Import-Export/ImportAPIOptions.md","link":"","slug":"documents-import-export-import-api-options","headings":[{"slug":"import-api-options","depth":1,"value":"Import API Options"},{"slug":"examples-using-curl-calls","depth":3,"value":"Examples Using CURL Calls"},{"slug":"options","depth":3,"value":"Options"},{"slug":"transforms","depth":4,"value":"Transforms"},{"slug":"start-guid-or-start-index","depth":4,"value":"Start Guid or Start Index"},{"slug":"optional-importing-type-definition","depth":4,"value":"Optional Importing Type Definition"},{"slug":"specifying-file-to-be-imported-from-server-location","depth":4,"value":"Specifying File to be Imported From Server Location"},{"slug":"handling-large-imports","depth":4,"value":"Handling Large Imports"}]}},{"key":"documents/Import-Export/ImportEntityTransforms.md","value":{"name":"Import Entity Transforms","route":"/ImportEntityTransforms","menu":"Documentation","submenu":"Import/Export","id":"f938b1564bb89576ae91f2b4b37ef288","filepath":"documents/Import-Export/ImportEntityTransforms.md","link":"","slug":"documents-import-export-import-entity-transforms","headings":[{"slug":"new-entity-transforms-framework","depth":1,"value":"(New) Entity Transforms Framework"},{"slug":"background","depth":4,"value":"Background"},{"slug":"transformation-framework","depth":4,"value":"Transformation Framework"},{"slug":"reason-for-new-transformation-framework","depth":4,"value":"Reason for New Transformation Framework"},{"slug":"approach","depth":4,"value":"Approach"},{"slug":"conditions","depth":5,"value":"Conditions"},{"slug":"actions","depth":5,"value":"Actions"},{"slug":"built-in-transforms","depth":4,"value":"Built-in Transforms"},{"slug":"add-classification","depth":5,"value":"Add Classification"},{"slug":"replace-prefix","depth":5,"value":"Replace Prefix"},{"slug":"to-lower","depth":5,"value":"To Lower"},{"slug":"clear","depth":5,"value":"Clear"},{"slug":"additional-examples","depth":4,"value":"Additional Examples"}]}},{"key":"documents/Import-Export/ImportExportAPI.md","value":{"name":"Import Export API","route":"/ImportExportAPI","menu":"Documentation","submenu":"Import/Export","id":"762aa4d538b3b06c3289c72854408687","filepath":"documents/Import-Export/ImportExportAPI.md","link":"","slug":"documents-import-export-import-export-api","headings":[{"slug":"export--import-rest-apis","depth":1,"value":"Export & Import REST APIs"},{"slug":"whats-new","depth":3,"value":"What\'s New"},{"slug":"background","depth":3,"value":"Background"},{"slug":"introduction","depth":3,"value":"Introduction"},{"slug":"errors","depth":3,"value":"Errors"},{"slug":"rest-api-reference","depth":3,"value":"REST API Reference"}]}},{"key":"documents/Import-Export/IncrementalExport.md","value":{"name":"Incremental Export","route":"/IncrementalExport","menu":"Documentation","submenu":"Import/Export","id":"fcf86e26f925a56cf05803493b215e76","filepath":"documents/Import-Export/IncrementalExport.md","link":"","slug":"documents-import-export-incremental-export","headings":[{"slug":"incremental-export","depth":2,"value":"Incremental Export"},{"slug":"background","depth":4,"value":"Background"},{"slug":"export-options","depth":4,"value":"Export Options"},{"slug":"getting-change-marker","depth":4,"value":"Getting Change Marker"},{"slug":"skip-lineage-option","depth":4,"value":"Skip Lineage Option"},{"slug":"benefit-of-incremental-export","depth":4,"value":"Benefit of Incremental Export"}]}},{"key":"documents/Migration/Migration-0.8-to-1.0.md","value":{"name":"Migration-0.8 to 1.0","route":"/Migration-0.8-to-1.0","menu":"Downloads","submenu":"Migration","id":"a5e2f887053b440c46fdfb927acc1dfa","filepath":"documents/Migration/Migration-0.8-to-1.0.md","link":"","slug":"documents-migration-migration-0-8-to-1-0","headings":[{"slug":"migrating-data-from-apache-atlas-08-to-apache-atlas-10","depth":1,"value":"Migrating data from Apache Atlas 0.8 to Apache Atlas 1.0"},{"slug":"migration-steps","depth":3,"value":"Migration Steps"},{"slug":"planning-the-migration","depth":4,"value":"Planning the migration"},{"slug":"exporting-data-from-apache-atlas-08","depth":4,"value":"Exporting data from Apache Atlas 0.8"},{"slug":"before-importing-into-apache-atlas-10","depth":3,"value":"Before importing into Apache Atlas 1.0"},{"slug":"importing-data-into-apache-atlas-10","depth":4,"value":"Importing Data into Apache Atlas 1.0"},{"slug":"atlas-entity-defaults-for-migrated-data","depth":3,"value":"Atlas Entity Defaults for Migrated Data"},{"slug":"handling-of-entity-definitions-that-use-classifications-as-types","depth":4,"value":"Handling of Entity Definitions that use Classifications as Types"}]}},{"key":"documents/Misc/AtlasServer.md","value":{"name":"Atlas Server","route":"/AtlasServer","menu":"Documentation","submenu":"Misc","id":"c0ce0b2d1f25f703c7a003ad3337384c","filepath":"documents/Misc/AtlasServer.md","link":"","slug":"documents-misc-atlas-server","headings":[{"slug":"atlas-server-entity-type","depth":1,"value":"Atlas Server Entity Type"},{"slug":"background","depth":4,"value":"Background"},{"slug":"creation","depth":4,"value":"Creation"},{"slug":"details-within-property-page","depth":4,"value":"Details within Property Page"},{"slug":"exportimport-audits","depth":4,"value":"Export/Import Audits"},{"slug":"example","depth":4,"value":"Example"},{"slug":"support-for-clusters-full-name","depth":4,"value":"Support for Cluster\'s Full Name"},{"slug":"additional-information","depth":4,"value":"Additional Information"},{"slug":"rest-apis","depth":4,"value":"REST APIs"},{"slug":"curl","depth":4,"value":"CURL"}]}},{"key":"documents/Misc/ReplicatedAttributes.md","value":{"name":"Replicated Attributes","route":"/ReplicatedAttributes","menu":"Documentation","submenu":"Misc","id":"ae14752eff1e7c9a5b738080e30f1aec","filepath":"documents/Misc/ReplicatedAttributes.md","link":"","slug":"documents-misc-replicated-attributes","headings":[{"slug":"replicated-attributes","depth":1,"value":"Replicated Attributes"},{"slug":"background","depth":4,"value":"Background"}]}},{"key":"documents/Misc/SoftReference.md","value":{"name":"Soft Reference","route":"/SoftReference","menu":"Documentation","submenu":"Misc","id":"056c3a8b869062720878e3a15144fc71","filepath":"documents/Misc/SoftReference.md","link":"","slug":"documents-misc-soft-reference","headings":[{"slug":"entity-attribute-option-softreference","depth":1,"value":"Entity Attribute Option: SoftReference"},{"slug":"background","depth":4,"value":"Background"},{"slug":"specification","depth":4,"value":"Specification"}]}},{"key":"documents/Project-Info/IssueTracking.md","value":{"name":"Issue Tracking","route":"/IssueTracking","menu":"Project Info","submenu":"Issue Tracking","id":"019f27a13aa2f70e2268b4c1f62fd8d5","filepath":"documents/Project-Info/IssueTracking.md","link":"","slug":"documents-project-info-issue-tracking","headings":[{"slug":"overview","depth":1,"value":"Overview"},{"slug":"issue-tracking","depth":1,"value":"Issue Tracking"}]}},{"key":"documents/Project-Info/MailingLists.md","value":{"name":"Mailing Lists","route":"/MailingLists","menu":"Project Info","submenu":"Mailing Lists","id":"0d92a8024dabc094a01eb68d110a04d8","filepath":"documents/Project-Info/MailingLists.md","link":"","slug":"documents-project-info-mailing-lists","headings":[{"slug":"project-mailing-lists","depth":1,"value":"Project Mailing Lists"}]}},{"key":"documents/Project-Info/ProjectInfo.md","value":{"name":"Project Information","route":"/ProjectInfo","menu":"Project Info","submenu":"Project Information","id":"7ba3f6db8aa3a72570a6df7c8d360cc1","filepath":"documents/Project-Info/ProjectInfo.md","link":"","slug":"documents-project-info-project-info","headings":[{"slug":"project-information","depth":1,"value":"Project Information"},{"slug":"overview","depth":1,"value":"Overview"}]}},{"key":"documents/Project-Info/ProjectLicense.md","value":{"name":"License","route":"/ProjectLicense","menu":"Project Info","submenu":"License","id":"3118b66ac9805351a9da37b5cff66e3b","filepath":"documents/Project-Info/ProjectLicense.md","link":"","slug":"documents-project-info-project-license","headings":[{"slug":"project-license","depth":1,"value":"Project License"},{"slug":"the-apache-software-license-version-20","depth":3,"value":"The Apache Software License, Version 2.0"},{"slug":"apache-atlas-subcomponents","depth":3,"value":"Apache Atlas Subcomponents:"}]}},{"key":"documents/Project-Info/SourceRepository.md","value":{"name":"Source Repository","route":"/SourceRepository","menu":"Project Info","submenu":"Source Repository","id":"744d10a0c81b53143c6caf583a67d695","filepath":"documents/Project-Info/SourceRepository.md","link":"","slug":"documents-project-info-source-repository","headings":[{"slug":"overview","depth":1,"value":"Overview"},{"slug":"web-access","depth":1,"value":"Web Access"},{"slug":"anonymous-access","depth":1,"value":"Anonymous access"},{"slug":"developer-access","depth":1,"value":"Developer access"},{"slug":"access-from-behind-a-firewall","depth":1,"value":"Access from behind a firewall"}]}},{"key":"documents/Project-Info/TeamList.md","value":{"name":"Team List","route":"/TeamList","menu":"Project Info","submenu":"Team List","id":"4bb45750814d507ba5abaa82b6c9843d","filepath":"documents/Project-Info/TeamList.md","link":"","slug":"documents-project-info-team-list","headings":[{"slug":"the-team","depth":1,"value":"The Team"},{"slug":"a-successful-project-requires-many-people-to-play-many-roles-some-members-write-code-or-documentation-while-others-are-valuable-as-testers-submitting-patches-and-suggestions","depth":4,"value":"A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions."},{"slug":"the-team-comprises-members-and-contributors-members-have-direct-access-to-the-source-of-a-project-and-actively-evolve-the-code-base-contributors-improve-the-project-through-submission-of-patches-and-suggestions-to-the-members-the-number-of-contributors-to-the-project-is-unbounded-get-involved-today-all-contributions-to-the-project-are-greatly-appreciated","depth":4,"value":"The team comprises Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated."},{"slug":"members","depth":2,"value":"Members"},{"slug":"the-following-is-a-list-of-developers-with-commit-privileges-that-have-directly-contributed-to-the-project-in-one-way-or-another","depth":4,"value":"The following is a list of developers with commit privileges that have directly contributed to the project in one way or another."}]}},{"key":"documents/Search/SearchAdvanced.md","value":{"name":"Advanced Search","route":"/SearchAdvance","menu":"Documentation","submenu":"Search","id":"2231d48311ad173962a6804d02642c8d","filepath":"documents/Search/SearchAdvanced.md","link":"","slug":"documents-search-search-advanced","headings":[{"slug":"advanced-search","depth":1,"value":"Advanced Search"},{"slug":"background","depth":3,"value":"Background"},{"slug":"using-advanced-search","depth":2,"value":"Using Advanced Search"},{"slug":"introduction-to-domain-specific-language","depth":2,"value":"Introduction to Domain Specific Language"},{"slug":"from-clause","depth":3,"value":"From Clause"},{"slug":"where-clause","depth":3,"value":"Where Clause"},{"slug":"using-date-literals","depth":3,"value":"Using Date Literals"},{"slug":"using-boolean-literals","depth":4,"value":"Using Boolean Literals"},{"slug":"existence-of-a-property","depth":3,"value":"Existence of a Property"},{"slug":"select-clause","depth":3,"value":"Select Clause"},{"slug":"note-about-select-clauses","depth":4,"value":"Note About Select Clauses"},{"slug":"classification-based-filtering","depth":3,"value":"Classification-based Filtering"},{"slug":"relationship-based-filtering","depth":4,"value":"Relationship-based filtering"},{"slug":"glossary-term-based-filtering","depth":4,"value":"Glossary Term-based Filtering"},{"slug":"limit--offset-clauses","depth":3,"value":"Limit & Offset Clauses"},{"slug":"ordering-results","depth":3,"value":"Ordering Results"},{"slug":"aggregate-functions","depth":3,"value":"Aggregate Functions"},{"slug":"the-count-keyword","depth":3,"value":"The count Keyword"},{"slug":"the-max-keyword","depth":3,"value":"The max Keyword"},{"slug":"the-min-keyword","depth":3,"value":"The min Keyword"},{"slug":"grouping-results","depth":3,"value":"Grouping Results"},{"slug":"using-system-attributes","depth":3,"value":"Using System Attributes"},{"slug":"state-of-an-entity","depth":3,"value":"State of an Entity"},{"slug":"using-system-attributes-in-queries","depth":3,"value":"Using System Attributes in Queries"},{"slug":"advanced-search-rest-api","depth":2,"value":"Advanced Search REST API"},{"slug":"the-v2-api","depth":3,"value":"The V2 API"},{"slug":"implementation-approach","depth":2,"value":"Implementation Approach"},{"slug":"differences-between-master-and-earlier-versions","depth":2,"value":"Differences Between Master and Earlier Versions"},{"slug":"resources","depth":2,"value":"Resources"}]}},{"key":"documents/Search/SearchBasic.md","value":{"name":"Basic Search","route":"/SearchBasic","menu":"Documentation","submenu":"Search","id":"3d732ebac4d26bc67f7161ea06b8cd42","filepath":"documents/Search/SearchBasic.md","link":"","slug":"documents-search-search-basic","headings":[{"slug":"basic-search","depth":1,"value":"Basic Search"}]}},{"key":"documents/Search/SearchRelationship.md","value":{"name":"Relationship Search","route":"/SearchRelationship","menu":"Documentation","submenu":"Search","id":"34c81bb7ea1c628aba1440a19e041dbf","filepath":"documents/Search/SearchRelationship.md","link":"","slug":"documents-search-search-relationship","headings":[{"slug":"relationship-search","depth":1,"value":"Relationship Search"}]}},{"key":"documents/Security/AtlasRangerAuthorizer.md","value":{"name":"Atlas Ranger Authorizer","route":"/AtlasRangerAuthorizer","menu":"Documentation","submenu":"Security","id":"d14b432df8722624c0f8eced545b1d5e","filepath":"documents/Security/AtlasRangerAuthorizer.md","link":"","slug":"documents-security-atlas-ranger-authorizer","headings":[{"slug":"atlas-ranger-authorizer","depth":1,"value":"Atlas Ranger Authorizer"},{"slug":"setting-up-apache-atlas-to-use-apache-ranger-authorization","depth":2,"value":"Setting up Apache Atlas to use Apache Ranger Authorization"},{"slug":"configure-apache-atlas","depth":3,"value":"Configure Apache Atlas"},{"slug":"apache-ranger-authorization-policy-model-for-apache-atlas","depth":3,"value":"Apache Ranger authorization policy model for Apache Atlas"},{"slug":"apache-ranger-access-audit-for-apache-atlas-authorizations","depth":3,"value":"Apache Ranger access audit for Apache Atlas authorizations"}]}},{"key":"documents/Security/AtlasSimpleAuthorizer.md","value":{"name":"Atlas Simple Authorizer","route":"/AtlasSimpleAuthorizer","menu":"Documentation","submenu":"Security","id":"5b16b833d22372706ec5bca598c24463","filepath":"documents/Security/AtlasSimpleAuthorizer.md","link":"","slug":"documents-security-atlas-simple-authorizer","headings":[{"slug":"atlas-simple-authorizer","depth":1,"value":"Atlas Simple Authorizer"},{"slug":"setting-up-atlas-to-use-simple-authorizer","depth":2,"value":"Setting up Atlas to use Simple Authorizer"},{"slug":"configure-apache-atlas","depth":2,"value":"Configure Apache Atlas"},{"slug":"policy-file-format","depth":3,"value":"Policy file format"},{"slug":"roles","depth":3,"value":"Roles"},{"slug":"assign-roles-to-users-and-user-groups","depth":3,"value":"Assign Roles to Users and User Groups"}]}},{"key":"documents/Security/Authentication.md","value":{"name":"Authentication","route":"/Authentication","menu":"Documentation","submenu":"Security","id":"7beb04d551918c390480043d25b37b6a","filepath":"documents/Security/Authentication.md","link":"","slug":"documents-security-authentication","headings":[{"slug":"authentication-in-apache-atlas","depth":1,"value":"Authentication in Apache Atlas."},{"slug":"authentication","depth":3,"value":"Authentication"},{"slug":"file-method","depth":3,"value":"FILE method."},{"slug":"kerberos-method","depth":3,"value":"Kerberos Method."},{"slug":"ldap-method","depth":3,"value":"LDAP Method."},{"slug":"active-directory","depth":3,"value":"Active Directory"},{"slug":"ldap-directory","depth":3,"value":"LDAP Directory"},{"slug":"keycloak-method","depth":3,"value":"Keycloak Method."},{"slug":"pam","depth":3,"value":"PAM."}]}},{"key":"documents/Security/AuthorizationModel.md","value":{"name":"Authorization Model","route":"/AuthorizationModel","menu":"Documentation","submenu":"Security","id":"70c74b19b6fc58a21175d81b28034e8a","filepath":"documents/Security/AuthorizationModel.md","link":"","slug":"documents-security-authorization-model","headings":[{"slug":"atlas-authorization-model","depth":1,"value":"Atlas Authorization Model"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"authorization-of-access-to-types","depth":2,"value":"Authorization of access to Types"},{"slug":"authorization-of-access-to-entities","depth":2,"value":"Authorization of access to Entities"},{"slug":"authorization-of-admin-operations","depth":2,"value":"Authorization of Admin operations"},{"slug":"pluggable-authorization","depth":2,"value":"Pluggable Authorization"},{"slug":"simple-authorizer","depth":2,"value":"Simple Authorizer"},{"slug":"ranger-authorizer","depth":2,"value":"Ranger Authorizer"},{"slug":"none-authorizer","depth":2,"value":"None authorizer"}]}},{"key":"documents/Security/Security.md","value":{"name":"Security Details","route":"/Security","menu":"Documentation","submenu":"Security","id":"9e6b84530de37d43c494027070f649bf","filepath":"documents/Security/Security.md","link":"","slug":"documents-security-security","headings":[{"slug":"security-features-of-apache-atlas","depth":1,"value":"Security Features of Apache Atlas"},{"slug":"overview","depth":2,"value":"Overview"},{"slug":"ssl","depth":2,"value":"SSL"},{"slug":"credential-provider-utility-script","depth":4,"value":"Credential Provider Utility Script"},{"slug":"service-authentication","depth":2,"value":"Service Authentication"},{"slug":"jaas-configuration","depth":3,"value":"JAAS configuration"},{"slug":"spnego-based-http-authentication","depth":2,"value":"SPNEGO-based HTTP Authentication"},{"slug":"client-security-configuration","depth":3,"value":"Client security configuration"},{"slug":"solr-kerberos-configuration","depth":3,"value":"SOLR Kerberos configuration"}]}},{"key":"documents/Setup/BuildInstruction.md","value":{"name":"Build Instruction","route":"/BuildInstallation","menu":"Documentation","submenu":"Setup","id":"660ea3f6cdf83978ed3fdb76cba111ad","filepath":"documents/Setup/BuildInstruction.md","link":"","slug":"documents-setup-build-instruction","headings":[{"slug":"building--installing-apache-atlas","depth":2,"value":"Building & Installing Apache Atlas"},{"slug":"building-apache-atlas","depth":3,"value":"Building Apache Atlas"},{"slug":"packaging-apache-atlas","depth":3,"value":"Packaging Apache Atlas"},{"slug":"packaging-apache-atlas-with-embedded-apache-hbase--apache-solr","depth":3,"value":"Packaging Apache Atlas with embedded Apache HBase & Apache Solr"},{"slug":"packaging-apache-atlas-with-berkeleydb--apache-solr","depth":3,"value":"Packaging Apache Atlas with BerkeleyDB & Apache Solr"},{"slug":"packaging-apache-atlas-with-embedded-apache-cassandra--apache-solr","depth":3,"value":"Packaging Apache Atlas with embedded Apache Cassandra & Apache Solr"},{"slug":"apache-atlas-package","depth":3,"value":"Apache Atlas Package"}]}},{"key":"documents/Setup/Configuration.md","value":{"name":"Configuration","route":"/Configuration","menu":"Documentation","submenu":"Setup","id":"2376cf14650fd03637e96898ec8181f9","filepath":"documents/Setup/Configuration.md","link":"","slug":"documents-setup-configuration","headings":[{"slug":"configuring-apache-atlas---application-properties","depth":1,"value":"Configuring Apache Atlas - Application Properties"},{"slug":"graph-configs","depth":2,"value":"Graph Configs"},{"slug":"graph-persistence-engine---hbase","depth":3,"value":"Graph Persistence engine - HBase"},{"slug":"graph-index-search-engine","depth":3,"value":"Graph Index Search Engine"},{"slug":"graph-search-index---solr","depth":4,"value":"Graph Search Index - Solr"},{"slug":"graph-search-index---elasticsearch-tech-preview","depth":4,"value":"Graph Search Index - Elasticsearch (Tech Preview)"},{"slug":"search-configs","depth":2,"value":"Search Configs"},{"slug":"notification-configs","depth":2,"value":"Notification Configs"},{"slug":"client-configs","depth":2,"value":"Client Configs"},{"slug":"security-properties","depth":2,"value":"Security Properties"},{"slug":"ssl-config","depth":3,"value":"SSL config"},{"slug":"high-availability-properties","depth":2,"value":"High Availability Properties"},{"slug":"server-properties","depth":2,"value":"Server Properties"},{"slug":"performance-configuration-items","depth":2,"value":"Performance configuration items"},{"slug":"recording-performance-metrics","depth":3,"value":"Recording performance metrics"}]}},{"key":"documents/Setup/EclipseSetup.md","value":{"name":"Eclipse Setup","route":"/EclipseSetup","menu":"For Developers","submenu":"Eclipse Setup","id":"50375a47ccd1c9caeb50b97d66172c37","filepath":"documents/Setup/EclipseSetup.md","link":"","slug":"documents-setup-eclipse-setup","headings":[{"slug":"tools-required-to-build-and-run-apache-atlas-on-eclipse","depth":1,"value":"Tools required to build and run Apache Atlas on Eclipse"}]}},{"key":"documents/Setup/InstallationInstruction.md","value":{"name":"Installation Instruction","route":"/Installation","menu":"Documentation","submenu":"Setup","id":"018a16a3734eaf32c2ca80a54c6edf28","filepath":"documents/Setup/InstallationInstruction.md","link":"","slug":"documents-setup-installation-instruction","headings":[{"slug":"installing--running-apache-atlas","depth":3,"value":"Installing & Running Apache Atlas"},{"slug":"installing-apache-atlas","depth":4,"value":"Installing Apache Atlas"},{"slug":"running-apache-atlas-with-local-apache-hbase--apache-solr","depth":4,"value":"Running Apache Atlas with Local Apache HBase & Apache Solr"},{"slug":"running-apache-atlas-with-berkeleydb--apache-solr","depth":4,"value":"Running Apache Atlas with BerkeleyDB & Apache Solr"},{"slug":"using-apache-atlas","depth":4,"value":"Using Apache Atlas"},{"slug":"stopping-apache-atlas-server","depth":4,"value":"Stopping Apache Atlas Server"},{"slug":"configuring-apache-atlas","depth":3,"value":"Configuring Apache Atlas"},{"slug":"any-additional-java-opts-you-want-to-set-this-will-apply-to-both-client-and-server-operations","depth":1,"value":"any additional java opts you want to set. This will apply to both client and server operations"},{"slug":"any-additional-java-opts-that-you-want-to-set-for-client-only","depth":1,"value":"any additional java opts that you want to set for client only"},{"slug":"java-heap-size-we-want-to-set-for-the-client-default-is-1024-mb","depth":1,"value":"java heap size we want to set for the client. Default is 1024 MB"},{"slug":"any-additional-opts-you-want-to-set-for-atlas-service","depth":1,"value":"any additional opts you want to set for atlas service."},{"slug":"java-heap-size-we-want-to-set-for-the-atlas-server-default-is-1024-mb","depth":1,"value":"java heap size we want to set for the atlas server. Default is 1024 MB"},{"slug":"what-is-considered-as-atlas-home-dir-default-is-the-base-location-of-the-installed-software","depth":1,"value":"What is considered as atlas home dir. Default is the base location of the installed software"},{"slug":"where-log-files-are-stored-default-is-logs-directory-under-the-base-install-location","depth":1,"value":"Where log files are stored. Default is logs directory under the base install location"},{"slug":"where-pid-files-are-stored-default-is-logs-directory-under-the-base-install-location","depth":1,"value":"Where pid files are stored. Default is logs directory under the base install location"},{"slug":"where-do-you-want-to-expand-the-war-file-by-default-it-is-in-serverwebapp-dir-under-the-base-install-dir","depth":1,"value":"Where do you want to expand the war file. By Default, it is in /server/webapp dir under the base install dir."},{"slug":"configuring-apache-hbase-as-the-storage-backend-for-the-graph-repository","depth":4,"value":"Configuring Apache HBase as the storage backend for the Graph Repository"},{"slug":"configuring-apache-solr-as-the-indexing-backend-for-the-graph-repository","depth":4,"value":"Configuring Apache Solr as the indexing backend for the Graph Repository"},{"slug":"configuring-kafka-topics","depth":4,"value":"Configuring Kafka Topics"},{"slug":"setting-up-apache-atlas","depth":4,"value":"Setting up Apache Atlas"},{"slug":"examples-calling-apache-atlas-rest-apis","depth":3,"value":"Examples: calling Apache Atlas REST APIs"},{"slug":"troubleshooting","depth":3,"value":"Troubleshooting"},{"slug":"setup-issues","depth":4,"value":"Setup issues"}]}},{"key":"documents/Setup/QuickStart.md","value":{"name":"Quick Start","route":"/QuickStart","menu":"Documentation","submenu":"Setup","id":"bbea986d958a690286ce431e4ebaed6c","filepath":"documents/Setup/QuickStart.md","link":"","slug":"documents-setup-quick-start","headings":[{"slug":"quick-start","depth":1,"value":"Quick Start"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"example-type-definitions","depth":3,"value":"Example Type Definitions"},{"slug":"example-instance-graph","depth":3,"value":"Example Instance Graph"},{"slug":"running-the-example","depth":2,"value":"Running the example"},{"slug":"dashboard","depth":2,"value":"Dashboard"}]}},{"key":"documents/Tools/AtlasRepairIndex.md","value":{"name":"Atlas Repair Index","route":"/AtlasRepairIndex","menu":"Documentation","submenu":"Tools","id":"e5b5585673ba9aeef303303aa9e412fc","filepath":"documents/Tools/AtlasRepairIndex.md","link":"","slug":"documents-tools-atlas-repair-index","headings":[{"slug":"atlas-repair-index","depth":1,"value":"Atlas Repair Index"},{"slug":"introduction","depth":2,"value":"Introduction"},{"slug":"need-for-this-tool","depth":4,"value":"Need for this Tool"},{"slug":"location","depth":4,"value":"Location"},{"slug":"steps-to-execute-tool","depth":4,"value":"Steps to Execute Tool"},{"slug":"complete-restore","depth":5,"value":"Complete Restore"},{"slug":"caveats","depth":6,"value":"Caveats"},{"slug":"selective-restore","depth":5,"value":"Selective Restore"}]}},{"key":"documents/Whats-New/WhatsNew-1.0.md","value":{"name":"WhatsNew-1.0","route":"/WhatsNew-1.0","menu":"Downloads","submenu":"Whats New","id":"66815ce0d61914e74103ff799a82953b","filepath":"documents/Whats-New/WhatsNew-1.0.md","link":"","slug":"documents-whats-new-whats-new-1-0","headings":[{"slug":"whats-new-in-apache-atlas-10","depth":1,"value":"What\'s new in Apache Atlas 1.0?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"updates","depth":2,"value":"Updates"},{"slug":"changes","depth":2,"value":"Changes"},{"slug":"dsl-search","depth":3,"value":"DSL search"}]}},{"key":"documents/Whats-New/WhatsNew-2.0.md","value":{"name":"WhatsNew-2.0","route":"/WhatsNew-2.0","menu":"Downloads","submenu":"Whats New","id":"42012018114e26d0689857eb593940f2","filepath":"documents/Whats-New/WhatsNew-2.0.md","link":"","slug":"documents-whats-new-whats-new-2-0","headings":[{"slug":"whats-new-in-apache-atlas-20","depth":1,"value":"What\'s new in Apache Atlas 2.0?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"updates","depth":2,"value":"Updates"},{"slug":"data-migration","depth":2,"value":"Data Migration"}]}},{"key":"documents/Whats-New/WhatsNew-2.1.md","value":{"name":"WhatsNew-2.1","route":"/WhatsNew-2.1","menu":"Downloads","submenu":"Whats New","id":"df24033870a5ee6ce17408c3a65a6de2","filepath":"documents/Whats-New/WhatsNew-2.1.md","link":"","slug":"documents-whats-new-whats-new-2-1","headings":[{"slug":"whats-new-in-apache-atlas-21","depth":1,"value":"What\'s new in Apache Atlas 2.1?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"enhancements","depth":2,"value":"Enhancements"}]}},{"key":"documents/Whats-New/WhatsNew-2.2.md","value":{"name":"WhatsNew-2.2","route":"/WhatsNew-2.2","menu":"Downloads","submenu":"Whats New","id":"63e911c8ad0c1f65c0970f762aadce22","filepath":"documents/Whats-New/WhatsNew-2.2.md","link":"","slug":"documents-whats-new-whats-new-2-2","headings":[{"slug":"whats-new-in-apache-atlas-22","depth":1,"value":"What\'s new in Apache Atlas 2.2?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"enhancements","depth":2,"value":"Enhancements"}]}},{"key":"documents/Whats-New/WhatsNew-2.3.md","value":{"name":"WhatsNew-2.3","route":"/WhatsNew-2.3","menu":"Downloads","submenu":"Whats New","id":"e091841f8305a7bbc3f77f10750c6184","filepath":"documents/Whats-New/WhatsNew-2.3.md","link":"","slug":"documents-whats-new-whats-new-2-3","headings":[{"slug":"whats-new-in-apache-atlas-23","depth":1,"value":"What\'s new in Apache Atlas 2.3?"},{"slug":"features","depth":2,"value":"Features"},{"slug":"enhancements","depth":2,"value":"Enhancements"}]}}],"props":[]}')},"./.docz/app/index.jsx":function(e,t,n){"use strict";n.r(t);var o={};n.r(o),n.d(o,"white",(function(){return p})),n.d(o,"grayUltraLight",(function(){return m})),n.d(o,"grayExtraLight",(function(){return h})),n.d(o,"grayLight",(function(){return g})),n.d(o,"gray",(function(){return f})),n.d(o,"grayDark",(function(){return v})),n.d(o,"grayExtraDark",(function(){return b})),n.d(o,"dark",(function(){return y})),n.d(o,"blueLight",(function(){return x})),n.d(o,"blue",(function(){return w})),n.d(o,"skyBlue",(function(){return k})),n.d(o,"negative",(function(){return A})),n.d(o,"green",(function(){return E})),n.d(o,"greenLight",(function(){return S}));var a={};n.r(a),n.d(a,"light",(function(){return C})),n.d(a,"dark",(function(){return I}));var s=n("../node_modules/react/index.js"),r=n.n(s),i=n("../node_modules/react-dom/index.js"),l=n.n(i),u=n("./docz-lib/docz/dist/index.js"),d=n("../node_modules/lodash/get.js"),c=n.n(d);const p="#FFFFFF",m="#FCFBFA",h="#F5F6F7",g="#CED4DE",f="#7D899C",v="#2D3747",b="#1D2330",y="#13161F",x="#e9f2fa",w="#4a90e2 ",k="#1FB6FF",A="#EB4D4B",E="#37bb9b",S="#529d8b",C={...o,primary:E,text:v,link:w,footerText:v,sidebarBg:h,sidebarText:y,sidebarHighlight:null,sidebarBorder:g,background:p,border:S,theadColor:f,theadBg:h,tableColor:y,tooltipBg:y,tooltipColor:h,codeBg:h,codeColor:f,preBg:h,blockquoteBg:h,blockquoteBorder:g,blockquoteColor:f,propsText:f,propsBg:m},I={...o,primary:k,text:h,link:k,footerText:g,sidebarBg:y,sidebarText:g,sidebarHighlight:null,sidebarBorder:v,background:b,border:v,theadColor:f,theadBg:v,tableColor:h,tooltipBg:y,tooltipColor:h,codeBg:f,codeColor:h,preBg:v,blockquoteBg:v,blockquoteBorder:f,blockquoteColor:f,propsText:g,propsBg:y};var j=n("../node_modules/styled-components/dist/styled-components.browser.esm.js");const P=(e,t)=>n=>c()(n,"theme.docz."+e,t),O=({children:e})=>{const t=Object(u.useConfig)();return s.createElement(j.a,{theme:e=>({...e,docz:t.themeConfig})},s.createElement(s.Fragment,null,e))},D=j.d.blockquote`
+	background: ${P("colors.blockquoteBg")};
+	border-left: 5px solid ${P("colors.blockquoteBorder")};
+	color: ${P("colors.blockquoteColor")};
+	${P("styles.blockquote")};
+
+	& > p {
+		margin: 0;
+		color: ${P("colors.blockquoteColor")};
+	}
+`,H=j.d.code`
+	background: ${P("colors.codeBg")};
+	color: ${P("colors.codeColor")};
+	${P("styles.code")};
+`;function T(){return(T=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}const z=j.d.a`
+  &,
+  &:visited,
+  &:active {
+    text-decoration: none;
+    color: ${P("colors.link")};
+  }
+
+  &:hover {
+    color: ${P("colors.link")};
+  }
+
+  ${P("styles.link")};
+`,$=j.d.div`
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 100%;
+  height: 100vh;
+`,N=j.e`
+  to {
+    stroke-dashoffset: 1000;
+  }
+`,M=(e=0)=>j.c`
+  stroke-dasharray: 100;
+  animation: ${N} 5s ${e}s cubic-bezier(0.455, 0.03, 0.515, 0.955)
+    infinite;
+`,L=j.d.path`
+  stroke: ${P("colors.primary")};
+  stroke-width: 3px;
+`,R=j.d.path`
+  fill: ${P("colors.primary")};
+`,_=({size:e=60})=>s.createElement("svg",{width:e,height:.79*e,viewBox:"0 0 121 96"},s.createElement("g",null,s.createElement(R,{d:"M94.4110629,60.8520717 C95.3815188,60.8520717 96.1684193,61.6483184 96.1684193,62.6308855 L96.1684193,84.1888093 C96.1684193,90.7014865 90.9354492,96 84.2817971,96 L11.6626593,96 C5.08322545,96 0.0693980867,90.6732777 9.65270039e-05,83.6092251 C-0.0048201377,83.1344165 0.178267091,82.6773865 0.508386007,82.3398291 C0.838270796,82.0025088 1.28802855,81.8126327 1.75698472,81.8126327 L20.0341004,81.8126327 L20.0341004,11.8111907 C20.0341004,5.29851351 25.2670706,0 31.6994728,0 L104.318611,0 C110.916775,0 115.930602,5.32672231 115.999903,12.3907749 C116.00482,12.8655835 115.821733,13.3226135 115.491614,13.6601709 C115.161729,13.9974912 114.711971,14.1873673 114.243015,14.1873673 L96.1677169,14.1873673 L96.1677169,27.6014816 C96.1677169,28.5840486 95.3810506,29.3805324 94.4105946,29.3805324 C93.4401387,29.3805324 92.6534723,28.5842856 92.6534723,27.6014816 L92.6534723,12.4083165 L92.6534723,11.8111907 C92.6534723,11.6092251 92.6586231,11.4084449 92.6841429,10.9981135 C92.6928056,10.8698701 92.7005318,10.7413897 92.7436112,10.3687491 C92.7574246,10.2552027 92.7695992,10.1411823 92.831877,9.76735641 C92.8501389,9.66186972 92.8667619,9.55614598 92.9475357,9.18611289 C92.970246,9.08560423 92.9913174,8.98462146 93.0908213,8.61601067 C93.1175118,8.52000593 93.1425634,8.42352709 93.1715951,8.32870759 C93.1992221,8.23862907 93.230361,8.15044694 93.3528093,7.78396958 C93.3848847,7.69483925 93.4202379,7.60736827 93.5590751,7.25132105 C93.5953648,7.16385007 93.6349322,7.07803842 93.7896901,6.73147316 C93.8299599,6.64613561 93.8735075,6.56245741 94.0439519,6.22513704 C94.0882019,6.14193293 94.1354955,6.06062522 94.3213923,5.7327868 C94.3693883,5.65219023 94.4199597,5.57349005 94.6208406,5.25560768 C94.6723485,5.17809275 94.7261977,5.10223715 94.9425309,4.79383673 C94.9970825,4.71940343 95.0537412,4.64710356 95.2848244,4.34889624 C95.3424196,4.27754457 95.402122,4.20832634 95.647487,3.92078621 C95.7074235,3.85346437 95.7694671,3.78803892 95.9815861,3.55810163 L31.7001752,3.55810163 C27.2058754,3.55810163 23.5492816,7.26009186 23.5492816,11.8109536 L23.5492816,81.8126327 L74.3763566,81.8126327 C75.3400229,81.8126327 76.1238797,82.5984493 76.1334789,83.5741419 C76.1831138,88.6294434 79.6861203,92.4418984 84.503047,92.4418984 C88.9973468,92.4418984 92.6539406,88.7399081 92.6539406,84.1890464 L92.6539406,62.6311225 C92.6539406,61.6485555 93.4406069,60.8520717 94.4110629,60.8520717 Z M96.2578558,10.5918119 C96.2562169,10.6041385 96.2550463,10.6167021 96.2543439,10.6287915 L112.318258,10.6287915 C111.563199,6.49371327 108.371815,3.55786459 104.339214,3.55786459 C104.270849,3.55786459 104.203186,3.56094622 104.135289,3.56260556 C104.072075,3.5642649 104.008861,3.564739 103.946115,3.56758358 C103.83748,3.57279866 103.729781,3.58085831 103.622317,3.59034026 C103.604289,3.59176256 103.586262,3.59271075 103.568468,3.59437009 C103.45117,3.60551138 103.334575,3.61926021 103.218682,3.63537952 C103.211424,3.63632772 103.204167,3.63727591 103.196909,3.63822411 C103.075397,3.65529162 102.954587,3.67520371 102.834948,3.69772334 C102.834246,3.69796039 102.83331,3.69796039 102.832607,3.69819744 C101.371187,3.97364808 100.046965,4.64283668 98.9709182,5.5917428 C98.9681087,5.59435034 98.965065,5.59672083 98.9622555,5.59932836 C98.8779698,5.67376167 98.7955572,5.75009136 98.7145493,5.82784335 C98.7058866,5.83637711 98.6972239,5.84467381 98.6885612,5.85297052 C98.6117675,5.92740382 98.5363787,6.00349647 98.4623946,6.08077436 C98.4504541,6.09310089 98.4389819,6.10566448 98.4272756,6.11799101 C98.3558669,6.19360956 98.2858629,6.27017631 98.2174979,6.34840239 C98.204855,6.36286236 98.1924463,6.37755939 98.1800376,6.39201936 C98.1128431,6.4700084 98.0463511,6.54894563 97.9819662,6.6295422 C97.9714305,6.64281693 97.961363,6.65632871 97.9508273,6.66960344 C97.8850377,6.75304459 97.8201845,6.8371969 97.7574385,6.92300854 C97.7555655,6.92561608 97.7539266,6.92798657 97.7520536,6.9305941 C97.55726,7.19822213 97.3790895,7.47888785 97.2168395,7.76974665 C97.2025578,7.79558497 97.1871054,7.82071213 97.1730578,7.8467875 C97.136534,7.91387229 97.1023515,7.98214233 97.0677007,8.05041237 C97.044288,8.09639982 97.0201729,8.14191318 96.9976968,8.18837473 C96.9674944,8.25071855 96.9389309,8.31448467 96.9101333,8.37777668 C96.8857841,8.4313497 96.8612008,8.48492271 96.8380222,8.53920687 C96.8118,8.6001284 96.7872167,8.66152403 96.7626334,8.7231567 C96.7392207,8.78170774 96.7160421,8.84002173 96.6940342,8.89904687 C96.671558,8.95878315 96.6502525,9.01923058 96.629181,9.07967801 C96.6074072,9.14225888 96.5863358,9.20483975 96.5662009,9.26789471 C96.5472366,9.32691985 96.5287406,9.38618203 96.5111811,9.44591832 C96.4917485,9.51181787 96.4732525,9.57842856 96.4552248,9.64503926 C96.4395383,9.70335325 96.4240859,9.76190429 96.40957,9.82069238 C96.3924787,9.89062176 96.3767922,9.96102524 96.3613399,10.0316658 C96.3489311,10.0885575 96.3362883,10.1454492 96.3250502,10.202815 C96.3103002,10.2781965 96.2974232,10.3540521 96.2847804,10.4299076 C96.2756494,10.4837177 96.2658161,10.5375278 96.2578558,10.5918119 Z M11.6624252,92.4418984 L75.9979194,92.4418984 C75.9649075,92.4068152 75.9335345,92.3698355 75.9009909,92.3342782 C75.8553361,92.284498 75.8099155,92.2344807 75.7651973,92.1837523 C75.6987052,92.1083708 75.6331497,92.0320411 75.5685307,91.9547632 C75.5252172,91.9030866 75.4819037,91.8514099 75.4392927,91.7990222 C75.3746736,91.7193738 75.3114594,91.637829 75.2487134,91.5560472 C75.2089118,91.5041335 75.1688761,91.452931 75.1297769,91.4003062 C75.0646896,91.3128352 75.0019436,91.2234678 74.9391976,91.1338634 C74.9050151,91.0847943 74.8698961,91.0366734 74.8361818,90.9871302 C74.7633683,90.8797471 74.6928961,90.7702306 74.6233604,90.660003 C74.602289,90.6265791 74.580047,90.5943405 74.5592097,90.5606795 C74.4700073,90.4165539 74.3836145,90.2700578 74.3000312,90.1211912 C74.2777891,90.081604 74.2569519,90.0408316 74.2351781,90.0007704 C74.1750074,89.8907798 74.1153051,89.7805521 74.0581781,89.6684281 C74.0282099,89.60964 74.0003488,89.5499037 73.971317,89.4906415 C73.9247258,89.3951109 73.8779004,89.2993432 73.8334163,89.2021532 C73.8032139,89.1362536 73.7744163,89.0694059 73.7453846,89.0027952 C73.7048806,88.9098721 73.6646108,88.816949 73.6259799,88.7228406 C73.5974164,88.6529113 73.5700236,88.5822707 73.5423966,88.5116302 C73.5061069,88.4187071 73.4707538,88.3253099 73.4365712,88.2309645 C73.4101149,88.1584276 73.3845951,88.0854166 73.3595435,88.0121685 C73.3269998,87.917112 73.2953927,87.8213443 73.2649562,87.7251025 C73.2415435,87.6516174 73.218365,87.5778952 73.196357,87.5036989 C73.1668571,87.4048496 73.1392301,87.3050521 73.1118372,87.2050175 C73.0919364,87.1320065 73.0715674,87.0589955 73.0528373,86.9852733 C73.0259127,86.8802608 73.0013293,86.7738259 72.9769801,86.667391 C72.9610595,86.5972246 72.9439683,86.5275322 72.9289841,86.4566546 C72.9036984,86.3386044 72.8814564,86.2188948 72.8592143,86.0991851 C72.8479762,86.0387377 72.8353334,85.9792385 72.8250318,85.918554 C72.7938929,85.7374488 72.7657977,85.5551583 72.7416826,85.3709714 L21.7919251,85.3709714 L3.68338077,85.3709714 C4.43844,89.5060497 7.62982365,92.4418984 11.6624252,92.4418984 Z M120.998408,32.7899677 C120.998647,32.8098599 121.000556,32.8297522 120.99984,32.850118 C120.998408,32.9064794 120.993634,32.9621303 120.986951,33.0170708 C120.986712,33.0203861 120.986712,33.0234647 120.986235,33.0267801 C120.975971,33.1077699 120.958785,33.1863916 120.938019,33.2635925 C120.933962,33.2787485 120.929665,33.2934308 120.92513,33.30835 C120.878347,33.4655934 120.810559,33.6131276 120.72463,33.7488211 C120.716514,33.7616089 120.708399,33.77416 120.700045,33.7867111 C120.654455,33.854913 120.605285,33.9202732 120.551102,33.981134 C120.54776,33.9846862 120.54418,33.9880016 120.540838,33.9917906 C120.485939,34.0526514 120.426267,34.1087759 120.363491,34.1615851 C120.358478,34.1658477 120.354659,34.1708208 120.349647,34.1748466 C116.038893,37.7064298 112.307441,41.2448806 107.873046,46.0062306 C102.802778,51.4498371 91.7857706,58.7815489 86.0428726,60.5339606 C83.3864839,61.3445694 81.1912456,61.9366004 79.2545094,62.4594822 C75.5209096,63.4666453 72.7568714,64.2130779 69.3242606,65.8091935 L66.5163033,75.703689 C66.2938436,76.487538 65.5749072,77 64.7927178,77 C64.632079,77 64.4685759,76.9786869 64.3062662,76.9332189 C63.354129,76.6670418 62.7994119,75.6852176 63.0674615,74.7405729 L66.0950142,64.0724114 C66.1009815,64.0513351 66.1074262,64.0304956 66.1141095,64.0098929 C66.2733162,63.5189808 66.4310907,63.0273583 66.589104,62.5354989 C68.5186795,56.5263844 70.5141337,50.3124272 74.8387316,45.4144364 C84.7202875,34.2226827 104.265713,30.6427897 119.255011,31.0276098 C119.339269,31.0297412 119.421379,31.0396873 119.502295,31.0529488 C119.520435,31.0557905 119.538337,31.0588691 119.556239,31.0624213 C119.637155,31.0782877 119.716639,31.0979431 119.793259,31.1239925 C119.793736,31.1239925 119.794214,31.1242293 119.794691,31.1244661 C119.871788,31.1507523 119.945305,31.1836692 120.017151,31.2196647 C120.030995,31.2265323 120.0446,31.233163 120.058205,31.2405042 C120.128619,31.2783942 120.196885,31.3198363 120.261331,31.3662516 C120.269208,31.3719351 120.276369,31.378329 120.284007,31.3840125 C120.341293,31.4268755 120.395714,31.473054 120.447271,31.5223109 C120.459445,31.5339147 120.472095,31.5450449 120.48403,31.5571224 C120.53869,31.6120628 120.58977,31.6703187 120.636792,31.7318899 C120.646101,31.7442042 120.654694,31.7572288 120.663764,31.7697799 C120.706489,31.8287462 120.745635,31.8900806 120.780961,31.9540199 C120.785735,31.9630188 120.791225,31.9713072 120.795998,31.9803061 C120.834189,32.0527707 120.866651,32.1285507 120.894816,32.2064619 C120.896965,32.2126191 120.900545,32.2183026 120.902693,32.2244597 C120.905319,32.2318009 120.906274,32.2396157 120.90866,32.2471937 C120.959502,32.3997009 120.989815,32.5607333 120.996976,32.7279228 C120.997692,32.7487623 120.998169,32.769365 120.998408,32.7899677 Z M77.5340269,47.756511 C75.2953469,50.2920613 73.752689,53.2567157 72.4766485,56.4636291 C76.7888345,52.5955355 82.6281636,48.2464759 88.0376107,44.6611362 C91.3895441,42.4395991 97.3876024,38.6593629 103.660632,35.6411889 C101.191855,36.0456645 98.7963549,36.5581265 96.5295094,37.1757332 C88.0946578,39.4737607 81.7037145,43.0337614 77.5340269,47.756511 Z M105.24172,43.5935859 C108.084287,40.541311 110.64878,37.9761591 113.255998,35.5938264 C107.252689,37.4175187 99.0698944,41.6242541 90.0278137,47.6172653 C84.8055001,51.0785153 79.7992015,54.8284396 75.9309802,58.1760196 C74.9697728,59.0079415 74.1544054,59.7489275 73.4588607,60.4098709 C75.0136919,59.9201429 76.5859475,59.4953014 78.3143067,59.0290178 C80.2245483,58.513714 82.3894729,57.9292611 84.9897693,57.1359395 C89.6492502,55.7143547 100.307028,48.8917896 105.24172,43.5935859 Z",id:"Combined-Shape",fill:"#1F2D3D"}),s.createElement(L,{d:"M31.5,18.5 L38.5,18.5",id:"Line",strokeWidth:"5",strokeLinecap:"round",strokeLinejoin:"round",css:M(1.5)}),s.createElement(L,{d:"M47.75,18.5 L86.25,18.5",id:"Line",strokeWidth:"5","stroke-linecap":"round",strokeLinejoin:"round",css:M(.2)}),s.createElement(L,{d:"M30.9375,38.5 L72.0625,38.5",id:"Line",strokeWidth:"5","stroke-linecap":"round",strokeLinejoin:"round",css:M(1)}),s.createElement(L,{d:"M31,56.5 L59,56.5",id:"Line",strokeWidth:"5","stroke-linecap":"round",strokeLinejoin:"round",css:M(3)}),s.createElement(L,{d:"M31.375,72.5 L50.625,72.5",id:"Line",strokeWidth:"5","stroke-linecap":"round",strokeLinejoin:"round",css:M(2)})));var B=n("../node_modules/react-github-btn/index.js");const F=j.d.div`
+  width: auto;
+  padding: 0;
+  float: right;
+  margin-right: 2px;
+  margin-left: 12px;
+  display: ${e=>e.showGithubLink?"display-inline":"none"};
+`,W=({repository:e,...t})=>s.createElement(F,t,s.createElement(B.a,{href:"https://github.com/apache/atlas/fork","data-size":"large","aria-label":"Fork apache/atlas on GitHub"},"Fork"),s.createElement(B.a,{href:"https://github.com/apache/atlas/archive/master.zip","data-size":"large","aria-label":"Download apache/atlas on GitHub"},"Download"),s.createElement(B.a,{href:"https://github.com/apache/atlas","data-size":"large","aria-label":"Star apache/atlas on GitHub"},"Star"));var q=n("../node_modules/lodash/fp/unionBy.js"),U=n.n(q),G=n("../node_modules/lodash/fp/get.js"),V=n.n(G),K=n("../node_modules/facepaint/dist/index.es.js");const J=420,Q=920,Z=1024,X=1120,Y=Object(K.a)([`@media(min-width: ${J}px)`,`@media(min-width: ${Q}px)`,`@media(min-width: ${X}px)`]),ee=P("colors.sidebarPrimary"),te=P("colors.primary"),ne=j.d.div`
+  position: relative;
+  display: flex;
+  flex-direction: column;
+  align-items: flex-start;
+  justify-content: center;
+  padding: 24px;
+
+  a,
+  a:hover,
+  a:visited {
+    text-decoration: none;
+  }
+
+  &:before {
+    position: absolute;
+    content: "";
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 3px;
+    background: ${e=>ee(e)||te(e)};
+  }
+
+  @media screen and (max-width: ${X}px) {
+    &:before {
+      height: ${e=>e.showBg?"3px":0};
+    }
+  }
+
+  ${P("styles.logo")};
+`;ne.defaultProps={showBg:!0,theme:null};const oe=Object(j.d)("img")`
+  padding: 0;
+  height: 50px;
+  margin: 2px 0;
+`,ae=(Object(j.d)("h1")`
+  margin: 5px 0;
+  font-size: 24px;
+  font-weight: 600;
+  letter-spacing: -0.015em;
+  color: ${P("colors.sidebarText")};
+`,({showBg:e})=>{const{base:t,title:n,linkComponent:o,baseUrl:a}=Object(u.useConfig)();return o?s.createElement(ne,{showBg:e},s.createElement(o,{to:"string"===typeof t?t:"/"},s.createElement(oe,{src:a+"/images/atlas_logo.svg",alt:n}))):null});var se=n("../node_modules/react-feather/dist/icons/search.js"),re=n.n(se);const ie=P("colors.sidebarBorder","#CED4DE"),le=P("colors.sidebarText","#13161F");j.d.div`
+  display: flex;
+  align-items: center;
+  padding: 5px 24px;
+  margin-bottom: 20px;
+  border-top: 1px dotted ${ie};
+  border-bottom: 1px dotted ${ie};
+  opacity: 1;
+`,Object(j.d)(re.a)`
+  stroke: ${le};
+  min-width: 20px;
+  opacity: 0.5;
+`,j.d.input`
+  outline: none;
+  width: 100%;
+  padding: 10px;
+  background: transparent;
+  border: none;
+  font-size: 16px;
+  color: ${le};
+`;var ue=n("../node_modules/react-feather/dist/icons/chevron-down.js"),de=n.n(ue);n("../node_modules/lodash/fp/isArray.js"),n("../node_modules/@reach/router/es/index.js");const ce=P("colors.sidebarPrimary"),pe=P("colors.primary"),me={to:"",onClick:s.MouseEventHandler},he=j.d.a`
+  position: relative;
+  font-size: 14px;
+  padding: 0 0 5px 16px;
+  text-decoration: none;
+  opacity: 0.5;
+  transition: opacity 0.2s;
+
+  &,
+  &:visited,
+  &.active {
+    color: ${P("colors.sidebarText")};
+  }
+
+  &.active {
+    opacity: 1;
+  }
+
+  &:before {
+    z-index: 1;
+    position: absolute;
+    display: block;
+    content: "";
+    top: 1px;
+    left: 0;
+    width: 0;
+    height: 20px;
+    background: ${e=>ce(e)||pe(e)};
+    transition: width 0.2s;
+  }
+
+  &.active:before {
+    width: 2px;
+  }
+`;he.defaultProps=me;Object.assign({},me,{as:null,slug:""}),j.d.div`
+  display: flex;
+  flex-direction: column;
+  margin: 5px 0 0 24px;
+`;const ge=({route:e,onClick:t})=>{const n=Object(u.useDocs)(),{linkComponent:o}=Object(u.useConfig)();n&&((e,t)=>{const n=t.find(t=>t.route===e),o=c()(n,"headings");o&&o.filter(e=>2===e.depth)})(e,n);return null};function fe(){return(fe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}const ve=j.c`
+  font-weight: normal !important;
+  color: #807e7e !important;
+  &:hover,
+  &.active {
+    color: ${e=>P("colors.sidebarPrimary")(e)||P("colors.primary")(e)} !important;
+  }
+`,be=j.c`
+  padding-left: 0;
+  &:after {
+    width: 1px;
+  }
+`,ye=j.d.div`
+  position: relative;
+  transition: padding 0.2s;
+
+  &:after {
+    position: absolute;
+    display: block;
+    content: "";
+    top: 30px;
+    left: 24px;
+    width: 0;
+    height: calc(100% - 36px);
+    border-left: 1px dashed ${P("colors.sidebarBorder")};
+    transition: width 0.2s;
+  }
+
+  ${e=>e.active&&be};
+`;ye.defaultProps={active:!1,theme:null};const xe=e=>Object(j.d)(e)`
+  position: relative;
+  display: block;
+  padding: 4px 15px;
+  font-weight: 600;
+  font-size: 18px;
+  letter-spacing: -0.02em;
+  color: ${P("colors.sidebarText")};
+  text-decoration: none;
+  transition: color 0.2s;
+
+  &:hover,
+  &:visited {
+    color: ${P("colors.sidebarText")};
+  }
+
+  &:hover,
+  &.active {
+    color: ${e=>P("colors.sidebarPrimary")(e)||P("colors.primary")(e)};
+    font-weight: 600;
+  }
+  ${e=>we(e)?ve:""}
+`,we=e=>{const{partiallyActive:t,to:n,children:o}=e;return t&&!"REST API,ASF".includes(o.trim())},ke=xe(j.d.a``),Ae=(e=null,t)=>{const n=e&&e.classList.contains("active"),o=t&&(e=>{if("undefined"!==typeof window)return location.pathname.slice(0,location.pathname.length-1)===e})(t);return Boolean(n||o)},Ee=(s.MouseEventHandler,s.ReactNode,s.forwardRef(({item:e,children:t,onClick:n,onActiveChange:o},a)=>{const{linkComponent:r}=Object(u.useConfig)(),[i,l]=Object(s.useState)(!1),d=Object(u.usePrevious)(i),c=Object(s.useRef)(a),p=Object(s.useMemo)(()=>xe(r),[r]),m={children:t,onClick:n};return Object(s.useEffect)(()=>{const t=Ae(c.current,e.route);d!==t&&(l(t),c&&((e,t)=>{t&&t&&!e.classList.contains("active")&&e.classList.add("active")})(c.current,t))}),s.createElement(ye,{active:i},e.route?s.createElement(p,fe({},m,{to:e.route,innerRef:c,activeClassName:"active",partiallyActive:!0})):s.createElement(ke,fe({},m,{ref:c,href:e.href||"#",target:e.href?"_blank":"_self"},!e.href&&{onClick:e=>{e.preventDefault(),m.onClick&&m.onClick(e)}})),i&&e.route&&s.createElement(ge,{route:e.route}))}));Ee.displayName="MenuLink";var Se={localStorageKeys:{ACTIVEMENU:"ACTIVEMENU",NAVPOSITION:"NAVPOSITION"},checkMenuIsOPen:e=>{const{activeMenu:t,item:n}=e;return-1!==t.findIndex(e=>e===n.name)},pagesForGithubLink:["Source Repository"]};function Ce(){return(Ce=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}const Ie={id:"",name:"",route:"",href:"",menu:[],order:Number,parent:""},je=j.d.div`
+  display: flex;
+  flex-direction: column;
+`,Pe={opened:!1},Oe=j.d.dl`
+  flex: 1;
+  overflow-y: auto;
+  visibility: ${e=>e.opened?"visible":"hidden"};
+  max-height: ${e=>e.opened?"auto":"0px"};
+`;Oe.defaultProps=Pe;const De=j.d.div`
+  position: absolute;
+  top: 50%;
+  right: 20px;
+  transform: translateY(-50%) rotate(${e=>e.opened?"-180deg":"0deg"});
+  transform-origin: 50% 50%;
+  transition: transform 0.3s;
+
+  & svg {
+    stroke: ${P("colors.sidebarText")};
+  }
+`;De.defaultProps=Pe;const He=e=>{const{item:t,sidebarToggle:n,handleActiveMenu:o}=e,a=Se.checkMenuIsOPen(e),r=!t.href&&t.submenu&&t.submenu.length>0,i=!t.href&&!t.route,l=e=>{e.preventDefault(),o(t)};let u="";return u=(t.submenu&&t.submenu.length)>0&&t.name!==t.submenu[0].name?s.createElement(je,null,s.createElement(Ee,Ce({item:t},i&&{onClick:l}),""+t.name,r&&s.createElement(De,{opened:a},s.createElement(de.a,{size:15}))),r&&s.createElement(Oe,{opened:a},t.submenu&&t.menu.map(e=>s.createElement("dt",{key:e.name},s.createElement(Ee,{item:e,onClick:n},""+e.name))))):s.createElement(je,null,t.submenu&&t.submenu.map(e=>s.createElement("dt",{key:e.name},s.createElement(Ee,{item:e},""+e.name)))),u};function Te(){return(Te=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e}).apply(this,arguments)}He.defaultProps={item:Ie,sidebarToggle:null,collapseAll:!0},He.defaultProps={opened:!0,hasActive:!0};const ze={id:"",name:"",route:"",href:"",menu:[],order:Number,parent:""},$e=j.d.div`
+  display: flex;
+  flex-direction: column;
+`,Ne={opened:!1},Me=j.d.dl`
+  flex: 1;
+  overflow-y: auto;
+  visibility: ${e=>e.opened?"visible":"hidden"};
+  max-height: ${e=>e.opened?"auto":"0px"};
+`;Me.defaultProps=Ne;const Le=j.d.div`
+  position: absolute;
+  top: 50%;
+  right: 20px;
+  transform: translateY(-50%) rotate(${e=>e.opened?"-180deg":"0deg"});
+  transform-origin: 50% 50%;
+  transition: transform 0.3s;
+  & svg {
+    stroke: ${P("colors.sidebarText")};
+  }
+`;Le.defaultProps=Ne;const Re=e=>{const{item:t,sidebarToggle:n,handleActiveMenu:o,activeMenu:a}=e,r=Se.checkMenuIsOPen(e),i=r,l=!t.href&&t.menu&&t.menu.length>0,u=!t.href&&!t.route,d=e=>{e.preventDefault(),o(t)},c={handleActiveMenu:o,activeMenu:a};let p=s.createElement($e,null,s.createElement(Ee,Te({item:t},u&&{onClick:d}),` ${t.name} `,l&&s.createElement(Le,{opened:i},s.createElement(de.a,{size:15}))),l&&s.createElement(Me,{opened:i},t.menu&&t.menu.map(e=>s.createElement(Me,{opened:i,key:e.name},s.createElement(He,Te({item:e},c))))));return l||u||(p=s.createElement($e,null,s.createElement(Ee,Te({item:t},r&&{handleToggle:d}),t.name+" "))),p};Re.defaultProps={item:ze,sidebarToggle:null,collapseAll:!0},Re.defaultProps={opened:!1,hasActive:!1};const _e={opened:!0},Be=e=>e.opened?"45deg":"0deg",Fe=j.d.div`
+  position: relative;
+  width: 23px;
+  height: 32px;
+  transform: translateX(${e=>e.opened?"-2px":"-1px"})
+    translateY(${e=>e.opened?"0":"2px"})
+    scale(${e=>e.opened?.8:1});
+`;Fe.defaultProps=_e;const We=P("colors.sidebarBg"),qe=P("colors.sidebarPrimary"),Ue=P("colors.sidebarText"),Ge=P("colors.primary"),Ve=P("colors.background"),Ke=P("colors.text"),Je=j.d.span`
+  content: "";
+  display: block;
+  position: absolute;
+  width: 100%;
+  height: 2px;
+  left: 0;
+  right: 0;
+  background: ${e=>e.opened?Ue(e):Ke(e)};
+  transition: transform 0.3s, opacity 0.3s;
+
+  &:nth-of-type(1) {
+    top: -2px;
+    transform: translateY(${e=>e.opened?"10px":"0px"}) rotate(${Be});
+  }
+
+  &:nth-of-type(2) {
+    top: 6px;
+    opacity: ${e=>e.opened?"0":"1"};
+  }
+
+  &:nth-of-type(3) {
+    top: 14px;
+    transform: translateY(${e=>e.opened?"-6px":"0px"}) rotate(-${Be});
+  }
+`;Je.defaultProps=_e;const Qe=P("radii"),Ze=j.d.button`
+  cursor: pointer;
+  z-index: 99;
+  position: absolute;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  padding: 5px 6px;
+  width: 33px;
+  height: 30px;
+  top: ${e=>e.opened?"3px":"2px"};
+  right: ${e=>e.opened?"-39px":"-27px"};
+  transform: translateX(${e=>e.opened?"-6px":"10px"}) translateY(${e=>e.opened?"0px":"4px"});
+  transition: transform 0.3s;
+  outline: none;
+  border: none;
+  background: ${e=>e.opened?We(e):Ve(e)};
+  border-radius: ${e=>e.opened?`0 0 ${Qe(e)} 0`:""+Qe(e)};
+
+  &:before {
+    position: absolute;
+    content: "";
+    top: -3px;
+    left: 0;
+    width: calc(100% + 1px);
+    height: ${e=>e.opened?"3px":0};
+    background: ${e=>qe(e)||Ge(e)};
+  }
+
+  ${Y({display:["block","block","block","none"]})};
+`;Ze.defaultProps=_e;Object.assign({},_e,{onClick:e=>null});const Xe=({opened:e,onClick:t})=>s.createElement(Ze,{opened:e,onClick:t},s.createElement(Fe,{opened:e},s.createElement(Je,{opened:e}),s.createElement(Je,{opened:e}),s.createElement(Je,{opened:e})));function Ye(e){return e&&"object"===typeof e&&"default"in e?e.default:e}const et=Ye(n("../node_modules/lodash/fp/pipe.js")),tt=Ye(n("../node_modules/lodash/fp/omit.js")),nt=Ye(n("../node_modules/array-sort/index.js")),ot=Ye(n("../node_modules/lodash/fp/flattenDepth.js")),at=Ye(n("../node_modules/match-sorter/dist/match-sorter.esm.js")),st=n("../node_modules/ulid/dist/index.esm.js"),rt=P("colors.sidebarBg"),it=P("colors.sidebarText"),lt=P("colors.sidebarBorder"),ut=j.d.div`
+  position: relative;
+  width: 320px;
+  min-width: 320px;
+  min-height: 100vh;
+  background: ${rt};
+  transition: transform 0.2s, background 0.3s;
+  z-index: 1000;
+
+  ${Y({position:["absolute","absolute","absolute","relative"]})};
+
+  dl {
+    padding: 0;
+    margin: 0 10px;
+  }
+
+  dl a {
+    font-weight: 400;
+  }
+
+  @media screen and (max-width: ${X-1}px) {
+    transform: translateX(${e=>e.opened?"-100%":"0"});
+    position: ${e=>e.opened?"auto":"fixed"};
+  }
+
+  ${P("styles.sidebar")};
+`;ut.defaultProps={opened:!0,theme:""};j.d.div`
+  position: relative;
+`,j.d.div`
+  position: fixed;
+  top: 0px;
+  right: 10px;
+`;const dt=j.d.div`
+  position: fixed;
+  top: 0;
+  left: 0;
+  display: flex;
+  flex-direction: column;
+  width: 280px;
+  min-width: 320px;
+  height: 100%;
+  max-height: 100vh;
+  background: ${rt};
+`,ct=j.d.nav`
+  flex: 1;
+  overflow-y: auto;
+  margin-bottom: 10px;
+`,pt=j.d.div`
+  flex: 1;
+  opacity: 0.7;
+  padding: 0 24px;
+  color: ${it};
+`,mt=(j.d.div`
+  padding: 10px 0;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  font-size: 14px;
+  color: ${it};
+  border-top: 1px dashed ${lt};
+`,j.d.a`
+  padding: 0;
+  margin: 0;
+  margin-left: 5px;
+`,Object(j.d)(({width:e=100,className:t})=>s.createElement("span",null))`
+  fill: ${it};
+`,j.d.div`
+  content: "";
+  display: ${e=>e.opened?"none":"block"};
+  position: fixed;
+  background-color: rgba(0, 0, 0, 0.4);
+  width: 100vw;
+  height: 100vh;
+  top: 0;
+  bottom: 0;
+  left: 0;
+  right: 0;
+  cursor: pointer;
+  z-index: 99;
+`);const ht=(e,t)=>e.name<t.name?-1:e.name>t.name?1:0,gt=(e,t=[])=>{const n="string"!==typeof e?V()("name",e):e,o=t.findIndex(e=>e===n);return-1!==o?o:1/0},ft=e=>!e.submenu,vt=e=>{const t=(e=>"string"===typeof e?{name:e}:e)(e);return Object.assign({},t,{id:t.id||st.ulid(),parent:V()("parent",t)||V()("parent",e),menu:Array.isArray(t.menu)?t.menu.map(vt):t.menu})},bt=et(vt,e=>e.href||e.route?tt("menu",e):e),yt=e=>t=>t.submenu===e,xt=e=>({name:e.name,route:e.route,parent:e.parent,submenu:e.submenu,menu:e.menu});function wt(e,t,n){return Array.from(new Set(e.reduce((e,n)=>{const o=V()(t)(n);return o?e.concat([o]):e},[])))}const kt=(e,t)=>t.filter(yt(e)).map(xt),At=(e,t)=>t.filter(yt(e)).map(xt),Et=e=>{const t=e.filter(ft).map(xt),n=wt(e,"menu").map((e=>t=>({name:t,menu:At(t,e)}))(e)),o=wt(e,"submenu").map(function(e){return function(t){return{name:t,submenu:kt(t,e),menu:At(t,e)}}}(e));for(var a in n)for(var s of t)if(s.name==n[a].name){n[a]=s;break}for(var a in n)for(var r in o)n[a].name==o[r].menu[0].menu&&(n[a].menu.length,n[a].menu.push(o[r]));return U()("name",n,t)},St=(e,t)=>{const n=e.map(bt),o=t.map(bt);return U()("name",n,o).map(e=>{if(!e.menu)return e;const t=o.find(t=>t.name===e.name),n=t&&t.menu;return Object.assign({},e,{menu:n?St(e.menu,n):e.menu||t.menu})})},Ct=(e,t=[])=>nt(e,((e=[])=>(t,n)=>{const o=e.map(e=>e.name||e);return function(e,t,n){return e<t?n?1:-1:e>t?n?-1:1:0}(gt(t,o),gt(n,o))})(t),ht).map(e=>{if(!e.menu)return e;const n=t.find(t=>t.name===e.name),o=n&&n.menu;return Object.assign({},e,{menu:o?Ct(e.menu,o):e.menu})}),It=e=>{const{query:t=""}=e||{},{entries:n,config:o}=Object(s.useContext)(u.doczState.context);if(!n)return null;const a=n.map(({value:e})=>e),r=Et(a),i=s.useMemo(()=>{const t=St(r,o.menu),n=Ct(t,o.menu);return a=n,(s=e&&e.filter)?a.filter(s).map(e=>e.menu?Object.assign({},e,{menu:e.menu.filter(s)}):e):a;var a,s},[n,o]);return t&&t.length>0?((e,t)=>{const n=t.map(e=>[e].concat(e.menu||[])),o=ot(2,n),a=[...new Set(o)];return at(a,e,{keys:["name"]})})(t,i):i};mt.defaultProps={opened:!1};const jt=()=>{const[e,t]=Object(s.useState)((()=>{const{localStorageKeys:e}=Se;let t=JSON.parse(localStorage.getItem(e.ACTIVEMENU));return t||(t=["Documentation"],localStorage.setItem(e.ACTIVEMENU,JSON.stringify(t))),t})()),[n,o]=Object(s.useState)(!0),[a,r]=Object(s.useState)(""),i=It({query:a}),l=Object(u.useWindowSize)().innerWidth>=X,d=Object(u.usePrevious)(l),c=Object(s.useRef)();Object(s.useEffect)(()=>{n||d||!l||(o(!0),document.documentElement.classList.remove("with-overlay"))}),Object(s.useEffect)(()=>{const{localStorageKeys:e}=Se,t=parseInt(localStorage.getItem(e.NAVPOSITION));t&&(c.current.scrollTop=t)},[]);const p=()=>{l||(o(e=>!e),(e=>{const t=e?"remove":"add";"undefined"===typeof window||l||document.documentElement.classList[t]("with-overlay")})(!n))},m=()=>{const{localStorageKeys:e}=Se;localStorage.setItem(e.NAVPOSITION,c.current.scrollTop)},h=n=>{const{localStorageKeys:o}=Se,a=JSON.parse(JSON.stringify(e)),s=a.findIndex(e=>e===n.name);-1===s?(a.push(n.name),t(a)):(a.splice(s,1),t([...a])),localStorage.setItem(o.ACTIVEMENU,JSON.stringify(a))};let g=s.createElement(s.Fragment,null,s.createElement(ut,{opened:n},s.createElement(dt,null,s.createElement(Xe,{opened:!n,onClick:p}),s.createElement(ae,{showBg:!0}),i&&0===i.length?s.createElement(pt,null,"No documents founda."):s.createElement(ct,{ref:c,onScroll:m},i&&i.map(t=>s.createElement(Re,{key:t.id,item:t,sidebarToggle:p,activeMenu:e,handleActiveMenu:h}))))),s.createElement(mt,{opened:n,onClick:p}));return a.length>0&&(g=s.createElement(s.Fragment,null,s.createElement(ut,null,s.createElement(dt,null,s.createElement(Xe,{opened:!n,onClick:p}),s.createElement(ae,{showBg:!n}),s.createElement(Ee,{item:i}),s.createElement(ct,{ref:c,onScroll:m},i&&i.map(e=>s.createElement(He,{key:e.id,item:e,sidebarToggle:p,collapseAll:Boolean(a.length)}))))))),g},Pt=j.d.div`
+	display: flex;
+`,Ot=j.d.div`
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  flex-direction: column;
+  width: 100%;
+  height: 100vh;
+  color: ${P("colors.text")};
+  background: ${P("colors.background")};
+`,Dt=j.d.h1`
+  margin: 0;
+  font-size: 42px;
+  font-weight: 400;
+  color: ${P("colors.primary")};
+`,Ht=j.d.p`
+  margin: 0;
+  font-size: 18px;
+`,Tt=j.d.ol`
+  list-style: none;
+  counter-reset: my-awesome-counter;
+
+  & li {
+    counter-increment: my-awesome-counter;
+  }
+
+  & li::before {
+    content: counter(my-awesome-counter) ". ";
+    color: ${P("colors.border")};
+    font-weight: bold;
+    font-family: "Playfair Display", serif;
+    margin-right: 5px;
+  }
+
+  ol li {
+    padding-left: 25px;
+  }
+
+  ${P("styles.ol")};
+`;var zt=n("../node_modules/react-feather/dist/icons/edit-2.js"),$t=n.n(zt);const Nt=j.d.button`
+	cursor: pointer;
+	display: flex;
+	align-items: center;
+	outline: none;
+	border: none;
+`,Mt=Object(j.d)(Nt)`
+	background: transparent;
+`,Lt=e=>{let{options:t}=e;const[n,o]=Object(s.useState)(!1),a=Object(s.useRef)();Object(s.useEffect)(()=>{const e=e=>{e.target.classList.contains("dropbtn")||e.target.classList.contains("dropdown-item")||!a.current.classList.contains("show")||o(!1)};return window.addEventListener("mousedown",e),()=>{window.removeEventListener("mousedown",e)}},[]);const i=j.d.div`
+    > div {
+      display: inline-block;
+      width: 160px;
+    }
+    label {
+      margin-right: 5px;
+    }
+  `,l=j.d.div`
+    .dropbtn {
+      background-color: #ffffff;
+      color: rgb(45, 55, 71);
+      padding: 5px;
+      font-size: 14px;
+      border: 1px solid rgb(204, 204, 204);
+      cursor: pointer;
+      width: 100%;
+      text-align: left;
+      border-radius: 4px;
+      &:hover, &:focus {
+        border: 1px solid rgb(55, 187, 155);
+      }
+    }
+
+    .dropdown {
+      position: relative;
+      display: inline-block;
+      width: 100%;
+    }
+
+    .dropdown-content {
+      margin-top: 10px;
+      display: none;
+      position: absolute;
+      background-color: #ffffff;
+      width: 160px;
+      overflow: auto;
+      max-height: 300px;
+      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+      z-index: 1;
+      .dropdown-item {
+        padding: 5px 12px;
+        &:hover {
+          background-color: rgba(55, 187, 155, 0.1);;
+        }
+      }
+    }
+
+    .dropdown-content a {
+      padding: 12px 16px;
+      text-decoration: none;
+      display: block;
+    }
+
+    .dropdown a:hover {background-color: #ddd;}
+
+    .show {display: block;}
+    i {
+      color: rgb(45, 55, 71);
+      border: solid black;
+      border-width: 0 1px 1px 0;
+      display: inline-block;
+      padding: 3px;
+      float: right;
+    }
+    .up {
+      margin-top: 5px;
+      transform: rotate(-135deg);
+      -webkit-transform: rotate(-135deg);
+    }
+
+    .down {
+      margin-top: 3px;
+      transform: rotate(45deg);
+      -webkit-transform: rotate(45deg);
+    }
+  `;return r.a.createElement(i,null,r.a.createElement(l,null,r.a.createElement("div",{className:"dropdown"},r.a.createElement("button",{className:"dropbtn",onClick:()=>o(e=>!e)},"Versions ",r.a.createElement("i",{className:""+(n?"up":"down")})),r.a.createElement("div",{ref:a,id:"myDropdown",className:"dropdown-content "+(n?"show":"")},t.map((function(e,t){return r.a.createElement("div",{className:"dropdown-item",key:t,"data-href":e.href,onClick:e=>{const t=e.currentTarget.dataset.href,n=`${window.location.origin}${t}`;window.open(n,"_blank")}},e.title)}))))))};Lt.propTypes={};var Rt=Lt;const _t=j.d.div`
+        width: 160px;
+	padding: 0;
+	margin-right: 5px;
+	float: right;
+`,Bt=()=>{const{config:e}=Object(s.useContext)(u.doczState.context),{atlasVersions:t}=e;return r.a.createElement(_t,null,r.a.createElement(Rt,{options:t,style:{minHeight:"auto",padding:"0 5px",borderRadius:"5px"}}))},Ft=j.d.div`
+  width: 100%;
+  height: auto;
+  padding: 0;
+  position: fixed;
+  z-index: 999;
+  top: 0;
+  right: 0;
+  left: 0;
+  background: rgb(255, 255, 255);
+`;var Wt=e=>s.createElement(Ft,null,s.createElement(W,e),s.createElement(Bt,null));const qt=j.d.div`
+  flex: 1;
+  color: ${P("colors.text")};
+  background: ${P("colors.background")};
+  min-width: 0;
+  position: relative;
+  padding-top: 50px;
+`,Ut=j.d.div`
+  box-sizing: border-box;
+  margin: 0 auto;
+
+  ${Y({width:["100%","100%","95%"],padding:["20px","0 30px 36px"]})}
+
+  ${P("styles.container")};
+`,Gt=Object(j.d)(Mt.withComponent("a"))`
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  position: absolute;
+  padding: 2px 8px;
+  margin: 8px;
+  border-radius: ${P("radii")};
+  border: 1px solid ${P("colors.border")};
+  opacity: 0.7;
+  transition: opacity 0.4s;
+  font-size: 14px;
+  color: ${P("colors.text")};
+  text-decoration: none;
+  text-transform: uppercase;
+
+  &:hover {
+    opacity: 1;
+    background: ${P("colors.border")};
+  }
+
+  ${Y({visibility:["hidden","hidden","visible"],top:[0,-60,32],right:[0,0,40]})};
+`,Vt=Object(j.d)($t.a)`
+  margin-right: 5px;
+`,Kt=j.d.p`
+	color: ${P("colors.text")};
+	${P("styles.paragraph")};
+`,Jt=j.d.div`
+  display: flex;
+  flex-direction: column;
+
+  & ~ & {
+    margin-top: 20px;
+  }
+`,Qt=j.d.div`
+  display: flex;
+  border-bottom: 1px solid ${P("colors.propsBg")};
+`,Zt=j.d.span`
+  background: ${P("colors.propsBg")};
+  color: ${P("colors.primary")};
+  padding: 5px 10px;
+  border-radius: 4px 4px 0 0;
+  font-size: 16px;
+  font-weight: 500;
+
+  & ~ & {
+    margin-left: 5px;
+  }
+`,Xt=Object(j.d)(Zt)`
+  color: ${P("colors.propsText")};
+  background: ${P("colors.propsBg")};
+  font-weight: 400;
+`,Yt=Object(j.d)(Xt)`
+  background: transparent;
+  padding-left: 0;
+  padding-right: 0;
+`,en=Object(j.d)(Xt)`
+  flex: 1;
+  text-align: right;
+  background: transparent;
+  opacity: 0.5;
+`,tn=({props:e,getPropType:t})=>{const n=Object.entries(e),o=Object(u.useComponents)(),a=Object(s.useMemo)(()=>Object(j.d)(o.P||"p")`
+      font-size: 16px;
+      color: ${P("colors.sidebarText")};
+    `,[]);return s.createElement(s.Fragment,null,n.map(([e,n])=>n.type||n.flowType?s.createElement(Jt,{key:e},s.createElement(Qt,null,s.createElement(Zt,null,e),s.createElement(Xt,null,t(n)),n.defaultValue&&s.createElement(Yt,null,"''"===n.defaultValue.value?s.createElement("em",null,"= [Empty String]"):s.createElement("em",null,"= ",n.defaultValue.value.replace(/\'/g,'"'))),n.required&&s.createElement(en,null,s.createElement("em",null,"required"))),n.description&&s.createElement(a,null,n.description)):null))},nn=j.d.div`
+  border: 1px solid ${P("colors.border")};
+  border-radius: 4px;
+  overflow: hidden;
+  background: ${P("colors.propsBg")};
+  color: ${P("colors.propsText")};
+`,on=j.d.div`
+  padding: 8px 0;
+
+  @media (min-width: ${"600px"}) {
+    padding: O;
+  }
+
+  & + & {
+    border-top: 1px solid ${P("colors.border")};
+  }
+`,an=j.d.div`
+  min-width: 0;
+  padding: 2px 15px;
+  word-wrap: break-word;
+
+  @media (min-width: ${"600px"}) {
+    padding: 8px 15px;
+  }
+`,sn=Object(j.d)(an)`
+  @media (min-width: ${"600px"}) {
+    flex-basis: 25%;
+  }
+`,rn=Object(j.d)(an)`
+  @media (min-width: ${"600px"}) {
+    flex-basis: 50%;
+  }
+`,ln=Object(j.d)(an)`
+  @media (min-width: ${"600px"}) {
+    flex-basis: 25%;
+  }
+`,un=j.d.div`
+  display: flex;
+  flex-direction: column;
+  font-family: ${P("fonts.mono")};
+
+  @media (min-width: ${"600px"}) {
+    flex-wrap: nowrap;
+    flex-direction: row;
+  }
+`,dn=j.d.span`
+  color: ${P("colors.primary")};
+  font-weight: bold;
+`,cn=j.d.span`
+  font-size: 0.9em;
+`,pn=j.d.span`
+  font-size: 0.9em;
+`,mn=j.d.span`
+  font-size: 0.8em;
+  opacity: 0.8;
+`,hn=({props:e,getPropType:t})=>{const n=Object.entries(e),o=Object(u.useComponents)(),a=Object(s.useMemo)(()=>Object(j.d)(o.P||"p")`
+      margin: 0;
+      font-size: 16px;
+      color: ${P("colors.blockquoteColor")};
+      padding: 0 15px 8px 15px;
+    `,[]);return s.createElement(nn,null,n.map(([e,n])=>n.type||n.flowType?s.createElement(on,{key:e},s.createElement(un,null,s.createElement(sn,null,s.createElement(dn,null,e)),s.createElement(rn,null,s.createElement(cn,null,t(n))),s.createElement(ln,null,n.defaultValue&&s.createElement(pn,null,"''"===n.defaultValue.value?s.createElement("em",null,"= [Empty String]"):s.createElement("em",null,"= ",n.defaultValue.value.replace(/\'/g,'"'))),n.required&&s.createElement(mn,null,s.createElement("strong",null,"required")))),n.description&&s.createElement(a,null,n.description)):null))},gn=j.d.div`
+  margin: 20px 0;
+`,fn=j.d.div`
+  overflow-x: auto;
+  padding: 2px;
+  margin-bottom: 30px;
+
+  ${Y({marginBottom:[20,40],maxWidth:["calc(100vw - 40px)","calc(100vw - 80px)","100%"]})};
+`,vn=j.d.table`
+  padding: 0;
+  table-layout: auto;
+  box-shadow: 0 0 0 1px ${P("colors.border")};
+  background-color: transparent;
+  border-spacing: 0;
+  border-collapse: collapse;
+  border-style: hidden;
+  border-radius: ${P("radii")};
+  font-size: 14px;
+  color: ${P("colors.tableColor")};
+
+  ${Y({overflowX:["initial","initial","initial","hidden"],display:["table","table","table","table"]})}
+
+  & thead {
+    color: ${P("colors.theadColor")};
+    background: ${P("colors.theadBg")};
+  }
+
+  & thead th {
+    font-weight: 400;
+    padding: 10px;
+    text-align: left;
+
+    &:nth-of-type(1) {
+      ${Y({width:["20%","20%","20%","auto"]})};
+    }
+
+    &:nth-of-type(2) {
+      ${Y({width:["10%","10%","10%","auto"]})};
+    }
+
+    &:nth-of-type(3) {
+      ${Y({width:["10%","10%","10%","auto"]})};
+    }
+
+    &:nth-of-type(4) {
+      ${Y({width:["10%","10%","10%","auto"]})};
+    }
+
+    &:nth-of-type(5) {
+      ${Y({width:["20%","20%","20%","auto"]})};
+    }
+  }
+
+  & tbody td {
+    padding: 10px;
+    line-height: 2;
+    font-weight: 200;
+    text-align: left;
+  }
+
+  & tbody > tr {
+    display: table-row;
+    border-top: 1px solid ${P("colors.border")};
+  }
+
+  ${P("styles.table")};
+`,bn={a:({href:e,...t})=>{const{separator:n,linkComponent:o}=Object(u.useConfig)(),a=Object(u.useDocs)(),r=Object(s.useMemo)(()=>((e,t)=>"undefined"===typeof window?null:[location.pathname.split(e).slice(0,-1).join(e).slice(1),(t||"").replace(/^(?:\.\/)+/gi,"")].join("/"))(n,e),[n,e]),i=a&&a.find(e=>e.filepath===r),l=i?i.route:e;return l&&l.startsWith("/")?s.createElement(z,T({as:o},t,{to:l})):s.createElement(z,T({},t,{href:l}))},blockquote:D,inlineCode:H,loading:()=>s.createElement($,null,s.createElement(_,null)),notFound:()=>s.createElement(Pt,null,s.createElement(jt,null),s.createElement(Ot,null,s.createElement(Dt,null,"Page Not Found"),s.createElement(Ht,null,"Check if you changed the document route or deleted it!"))),ol:Tt,p:Kt,page:({children:e,doc:{link:t,fullpage:n,edit:o=!1}})=>{const{repository:a}=Object(u.useConfig)(),{props:r}=e,i=Se.pagesForGithubLink.toString().includes(r.doc.name),l=s.createElement(s.Fragment,null,t&&o&&s.createElement(Gt,{href:t,target:"_blank"},s.createElement(Vt,{width:14})," Edit page"),s.createElement(Wt,{showGithubLink:i}),e);return s.createElement(Pt,null,a&&s.createElement(W,{repository:a}),!n&&s.createElement(jt,null),s.createElement(qt,null,n?l:s.createElement(Ut,null,l)))},pre:()=>s.createElement("div",null),props:({title:e,isRaw:t,isToggle:n,...o})=>{const[a,r]=Object(s.useState)(!0),i=Object(u.useComponents)(),l=Object(s.useMemo)(()=>Object(j.d)(i.H3||"h3")`
+      padding: 8px 0;
+      position: relative;
+      ${t?"":"margin-bottom: 0;"}
+      ${!a||t?"border-bottom: 1px solid rgba(0, 0, 0, 0.1);":""}
+
+      ${n?`\n        cursor: pointer;\n        padding-right: 40px;\n\n        &::after {\n          content: '';\n          position: absolute;\n          top: 50%;\n          right: 16px;\n          transform: translateY(-50%) ${a?"rotate(-135deg)":"rotate(45deg)"};\n          ${a?"":"margin-top: -2px;"}\n          width: 8px;\n          height: 8px;\n          border-bottom: 2px solid;\n          border-right: 2px solid;\n        }\n      `:""}
+    `,[a]),d=n?{onClick:()=>r(e=>!e),onkeydown:()=>r(e=>!e),role:"button",tabindex:0}:{};return s.createElement(gn,null,(!!e||n)&&s.createElement(l,d,e||"Component props"),a&&s.createElement("div",null,t?s.createElement(tn,o):s.createElement(hn,o)))},table:e=>s.createElement(fn,null,s.createElement(vn,e)),ul:j.d.ul`
+  list-style: none;
+
+  & li::before {
+    content: "● ";
+    color: ${P("colors.border")};
+    font-weight: bold;
+    font-size: 0.5em;
+    margin-right: 5px;
+  }
+
+  ${P("styles.ul")};
+
+  ul li {
+    padding-left: 25px;
+  }
+`},yn=j.b`
+  @import url('https://unpkg.com/codemirror@5.42.0/lib/codemirror.css');
+  @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
+  @import url('https://fonts.googleapis.com/css?family=Inconsolata');
+
+  .icon-link {
+    display: none;
+  }
+
+  body {
+    margin: 0;
+    padding: 0;
+    ${P("styles.body")};
+  }
+
+  .with-overlay {
+    overflow: hidden;
+  }
+
+  html,
+  body,
+  #root {
+    height: 100%;
+    min-height: 100%;
+  }
+`,xn={colors:o,styles:{body:j.c`
+    font-family: ${P("fonts.ui")};
+    font-size: 16px;
+    line-height: 1.6;
+  `,h1:j.c`
+    margin: 40px 0 20px;
+    font-family: ${P("fonts.display")};
+    font-size: 48px;
+    font-weight: 600;
+    letter-spacing: -0.02em;
+  `,h2:j.c`
+    margin: 30px 0 15px;
+    line-height: 1.4em;
+    font-family: ${P("fonts.display")};
+    font-weight: 500;
+    font-size: 28px;
+    letter-spacing: -0.02em;
+  `,h3:j.c`
+    margin: 25px 0 10px;
+    font-size: 20px;
+    font-weight: 400;
+  `,h4:j.c`
+    margin: 25px 0 10px;
+    font-size: 16px;
+    font-weight: 400;
+  `,h5:j.c`
+    margin: 20px 0 10px;
+    font-size: 16px;
+    font-weight: 400;
+  `,h6:j.c`
+    margin: 20px 0 10px;
+    font-size: 16px;
+    font-weight: 400;
+    text-transform: uppercase;
+  `,ol:j.c`
+    padding: 0;
+    margin: 10px 0 10px;
+  `,ul:j.c`
+    padding: 0;
+    margin: 10px 0 10px;
+  `,playground:j.c`
+    padding: 40px;
+  `,code:j.c`
+    margin: 0 3px;
+    border-radius: 3px;
+    font-family: ${P("fonts.mono")};
+    padding: 2px 5px;
+    font-size: 0.8em;
+    border: "1px solid rgba(0, 0, 0, 0.02)";
+  `,pre:j.c`
+    font-family: ${P("fonts.mono")};
+    font-size: 1em;
+    line-height: 1.8;
+  `,paragraph:j.c`
+    margin: 10px 0 20px 0;
+  `,table:j.c`
+    overflow-y: hidden;
+    width: 100%;
+    font-family: ${P("fonts.mono")};
+    font-size: 16px;
+    overflow-x: initial;
+    display: block;
+  `,blockquote:j.c`
+    margin: 25px 0;
+    padding: 20px;
+    font-style: italic;
+    font-size: 16px;
+  `},fonts:{display:'"Source Sans Pro", sans-serif',mono:'"Inconsolata", monospace',ui:'"Source Sans Pro", sans-serif'},radii:"2px",mode:"light",showPlaygroundEditor:!1,linesToScrollEditor:18},wn=(P("colors.sidebarBg"),P("colors.sidebarText","#13161F"),j.d.a`
+	&,
+	&:visited,
+	&:active {
+		text-decoration: none;
+		color: ${P("colors.link")};
+	}
+
+	&:hover {
+		color: ${P("colors.link")};
+	}
+
+	${P("styles.link")};
+`),kn=j.d.div`
+	position: absolute;
+	margin-left: 350px;
+	width: 70%;
+	font-size: 10px;
+	@media screen and (max-width: ${Z}px) {
+		width: 90%;
+		margin: 0 50px;
+	}
+	@media screen and (max-width: ${Q-1}px) {
+		width: 90%;
+		margin: 0 50px;
+	}
+`,An=j.d.div``,En=e=>{let{options:t,title:n,...o}=e;return s.createElement(kn,null,s.createElement("div",{className:"container"},s.createElement("div",{className:"row"},s.createElement(An,null,s.createElement(wn,{href:"https://www.apache.org/foundation/contributing"},s.createElement("img",{src:"https://www.apache.org/images/SupportApache-small.png",alt:"Support the ASF",id:"asf-logo",height:"10",width:"10"})),"Copyright \xa9 2011-2018 The Apache Software Foundation. Licensed under the"," ",s.createElement(wn,{href:"https://www.apache.org/licenses/LICENSE-2.0"},"Apache License, Version 2.0"),".Apache Atlas, Atlas, Apache, the Apache feather logo are trademarks of the"," ",s.createElement(wn,{href:"https://www.apache.org"},"Apache Software Foundation"),".All other marks mentioned may be trademarks or registered trademarks of their respective owners."))))};var Sn=Object(u.theme)(xn,({mode:e,codemirrorTheme:t,...n})=>({...n,mode:e,codemirrorTheme:t||"docz-"+e,colors:{...c()(a,e),...n.colors}}))(({children:e})=>s.createElement(O,null,s.createElement(yn,null),s.createElement(u.ComponentsProvider,{components:bn},e),s.createElement(En,null))),Cn={"documents/BusinessMetadata.md":function(){return Promise.all([n.e(0),n.e(3)]).then(n.bind(null,"./src/documents/BusinessMetadata.md"))},"documents/ClassificationPropagation.md":function(){return Promise.all([n.e(0),n.e(4)]).then(n.bind(null,"./src/documents/ClassificationPropagation.md"))},"documents/Glossary.md":function(){return Promise.all([n.e(0),n.e(6)]).then(n.bind(null,"./src/documents/Glossary.md"))},"documents/HighAvailability.md":function(){return Promise.all([n.e(0),n.e(7)]).then(n.bind(null,"./src/documents/HighAvailability.md"))},"documents/HighLevelArchitecture.md":function(){return Promise.all([n.e(0),n.e(8)]).then(n.bind(null,"./src/documents/HighLevelArchitecture.md"))},"documents/Notifications.md":function(){return Promise.all([n.e(0),n.e(27)]).then(n.bind(null,"./src/documents/Notifications.md"))},"documents/Overview.md":function(){return Promise.all([n.e(0),n.e(28)]).then(n.bind(null,"./src/documents/Overview.md"))},"documents/RestAPI.md":function(){return Promise.all([n.e(0),n.e(35)]).then(n.bind(null,"./src/documents/RestAPI.md"))},"documents/TypeSystem.md":function(){return Promise.all([n.e(0),n.e(50)]).then(n.bind(null,"./src/documents/TypeSystem.md"))},"documents/Asf/asfinfo.md":function(){return Promise.all([n.e(0),n.e(2)]).then(n.bind(null,"./src/documents/Asf/asfinfo.md"))},"documents/Downloads/Downloads.md":function(){return Promise.all([n.e(0),n.e(5)]).then(n.bind(null,"./src/documents/Downloads/Downloads.md"))},"documents/Hook/HookFalcon.md":function(){return Promise.all([n.e(0),n.e(9)]).then(n.bind(null,"./src/documents/Hook/HookFalcon.md"))},"documents/Hook/HookHBase.md":function(){return Promise.all([n.e(0),n.e(10)]).then(n.bind(null,"./src/documents/Hook/HookHBase.md"))},"documents/Hook/HookHive.md":function(){return Promise.all([n.e(0),n.e(11)]).then(n.bind(null,"./src/documents/Hook/HookHive.md"))},"documents/Hook/HookKafka.md":function(){return Promise.all([n.e(0),n.e(12)]).then(n.bind(null,"./src/documents/Hook/HookKafka.md"))},"documents/Hook/HookSqoop.md":function(){return Promise.all([n.e(0),n.e(13)]).then(n.bind(null,"./src/documents/Hook/HookSqoop.md"))},"documents/Hook/HookStorm.md":function(){return Promise.all([n.e(0),n.e(14)]).then(n.bind(null,"./src/documents/Hook/HookStorm.md"))},"documents/Import-Export/ExportAPI.md":function(){return Promise.all([n.e(0),n.e(15)]).then(n.bind(null,"./src/documents/Import-Export/ExportAPI.md"))},"documents/Import-Export/ExportHDFSAPI.md":function(){return Promise.all([n.e(0),n.e(16)]).then(n.bind(null,"./src/documents/Import-Export/ExportHDFSAPI.md"))},"documents/Import-Export/ExportImportAudits.md":function(){return Promise.all([n.e(0),n.e(17)]).then(n.bind(null,"./src/documents/Import-Export/ExportImportAudits.md"))},"documents/Import-Export/ImportAPI.md":function(){return Promise.all([n.e(0),n.e(18)]).then(n.bind(null,"./src/documents/Import-Export/ImportAPI.md"))},"documents/Import-Export/ImportAPIOptions.md":function(){return Promise.all([n.e(0),n.e(19)]).then(n.bind(null,"./src/documents/Import-Export/ImportAPIOptions.md"))},"documents/Import-Export/ImportEntityTransforms.md":function(){return Promise.all([n.e(0),n.e(20)]).then(n.bind(null,"./src/documents/Import-Export/ImportEntityTransforms.md"))},"documents/Import-Export/ImportExportAPI.md":function(){return Promise.all([n.e(0),n.e(21)]).then(n.bind(null,"./src/documents/Import-Export/ImportExportAPI.md"))},"documents/Import-Export/IncrementalExport.md":function(){return Promise.all([n.e(0),n.e(22)]).then(n.bind(null,"./src/documents/Import-Export/IncrementalExport.md"))},"documents/Migration/Migration-0.8-to-1.0.md":function(){return Promise.all([n.e(0),n.e(23)]).then(n.bind(null,"./src/documents/Migration/Migration-0.8-to-1.0.md"))},"documents/Misc/AtlasServer.md":function(){return Promise.all([n.e(0),n.e(24)]).then(n.bind(null,"./src/documents/Misc/AtlasServer.md"))},"documents/Misc/ReplicatedAttributes.md":function(){return Promise.all([n.e(0),n.e(25)]).then(n.bind(null,"./src/documents/Misc/ReplicatedAttributes.md"))},"documents/Misc/SoftReference.md":function(){return Promise.all([n.e(0),n.e(26)]).then(n.bind(null,"./src/documents/Misc/SoftReference.md"))},"documents/Project-Info/IssueTracking.md":function(){return Promise.all([n.e(0),n.e(29)]).then(n.bind(null,"./src/documents/Project-Info/IssueTracking.md"))},"documents/Project-Info/MailingLists.md":function(){return Promise.all([n.e(0),n.e(30)]).then(n.bind(null,"./src/documents/Project-Info/MailingLists.md"))},"documents/Project-Info/ProjectInfo.md":function(){return Promise.all([n.e(0),n.e(31)]).then(n.bind(null,"./src/documents/Project-Info/ProjectInfo.md"))},"documents/Project-Info/ProjectLicense.md":function(){return Promise.all([n.e(0),n.e(32)]).then(n.bind(null,"./src/documents/Project-Info/ProjectLicense.md"))},"documents/Project-Info/SourceRepository.md":function(){return Promise.all([n.e(0),n.e(33)]).then(n.bind(null,"./src/documents/Project-Info/SourceRepository.md"))},"documents/Project-Info/TeamList.md":function(){return Promise.all([n.e(0),n.e(34)]).then(n.bind(null,"./src/documents/Project-Info/TeamList.md"))},"documents/Search/SearchAdvanced.md":function(){return Promise.all([n.e(0),n.e(36)]).then(n.bind(null,"./src/documents/Search/SearchAdvanced.md"))},"documents/Search/SearchBasic.md":function(){return Promise.all([n.e(0),n.e(37)]).then(n.bind(null,"./src/documents/Search/SearchBasic.md"))},"documents/Search/SearchRelationship.md":function(){return Promise.all([n.e(0),n.e(38)]).then(n.bind(null,"./src/documents/Search/SearchRelationship.md"))},"documents/Security/AtlasRangerAuthorizer.md":function(){return Promise.all([n.e(0),n.e(39)]).then(n.bind(null,"./src/documents/Security/AtlasRangerAuthorizer.md"))},"documents/Security/AtlasSimpleAuthorizer.md":function(){return Promise.all([n.e(0),n.e(40)]).then(n.bind(null,"./src/documents/Security/AtlasSimpleAuthorizer.md"))},"documents/Security/Authentication.md":function(){return Promise.all([n.e(0),n.e(41)]).then(n.bind(null,"./src/documents/Security/Authentication.md"))},"documents/Security/AuthorizationModel.md":function(){return Promise.all([n.e(0),n.e(42)]).then(n.bind(null,"./src/documents/Security/AuthorizationModel.md"))},"documents/Security/Security.md":function(){return Promise.all([n.e(0),n.e(43)]).then(n.bind(null,"./src/documents/Security/Security.md"))},"documents/Setup/BuildInstruction.md":function(){return Promise.all([n.e(0),n.e(44)]).then(n.bind(null,"./src/documents/Setup/BuildInstruction.md"))},"documents/Setup/Configuration.md":function(){return Promise.all([n.e(0),n.e(45)]).then(n.bind(null,"./src/documents/Setup/Configuration.md"))},"documents/Setup/EclipseSetup.md":function(){return Promise.all([n.e(0),n.e(46)]).then(n.bind(null,"./src/documents/Setup/EclipseSetup.md"))},"documents/Setup/InstallationInstruction.md":function(){return Promise.all([n.e(0),n.e(47)]).then(n.bind(null,"./src/documents/Setup/InstallationInstruction.md"))},"documents/Setup/QuickStart.md":function(){return Promise.all([n.e(0),n.e(48)]).then(n.bind(null,"./src/documents/Setup/QuickStart.md"))},"documents/Tools/AtlasRepairIndex.md":function(){return Promise.all([n.e(0),n.e(49)]).then(n.bind(null,"./src/documents/Tools/AtlasRepairIndex.md"))},"documents/Whats-New/WhatsNew-1.0.md":function(){return Promise.all([n.e(0),n.e(51)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-1.0.md"))},"documents/Whats-New/WhatsNew-2.0.md":function(){return Promise.all([n.e(0),n.e(52)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-2.0.md"))},"documents/Whats-New/WhatsNew-2.1.md":function(){return Promise.all([n.e(0),n.e(53)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-2.1.md"))},"documents/Whats-New/WhatsNew-2.2.md":function(){return Promise.all([n.e(0),n.e(54)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-2.2.md"))},"documents/Whats-New/WhatsNew-2.3.md":function(){return Promise.all([n.e(0),n.e(55)]).then(n.bind(null,"./src/documents/Whats-New/WhatsNew-2.3.md"))}},In=n("./.docz/app/db.json"),jn=function(){return r.a.createElement(Sn,{linkComponent:u.Link,db:In},r.a.createElement(u.Routes,{imports:Cn}))},Pn=[],On=[],Dn=function(){return Pn.forEach((function(e){return e&&e()}))},Hn=function(){return On.forEach((function(e){return e&&e()}))},Tn=document.querySelector("#root");!function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:jn;Dn(),l.a.render(r.a.createElement(e,null),Tn,Hn)}(jn)},"./docz-lib/docz/dist/Playground.js":function(e,t,n){"use strict";var o=n("../node_modules/react/index.js");n("../node_modules/lodash/fp/get.js");var a=n("./docz-lib/docz/dist/chunk.js");n("../node_modules/lodash/fp/omit.js"),n("../node_modules/fast-deep-equal/index.js"),n("../node_modules/lodash/fp/merge.js"),n("../node_modules/array-sort/index.js"),n("../node_modules/lodash/fp/unionBy.js"),n("../node_modules/lodash/fp/flattenDepth.js"),n("../node_modules/lodash/fp/pipe.js"),n("../node_modules/ulid/dist/index.esm.js"),n("../node_modules/match-sorter/dist/match-sorter.esm.js"),n("../node_modules/lodash/fp/throttle.js");t.default=({className:e,style:t,wrapper:n,children:s,__scope:r,__position:i,__code:l,__codesandbox:u})=>{const d=a.useComponents();if(!d||!d.playground)return null;const c={className:e,style:t,components:d};return o.createElement(d.playground,Object.assign({},c,{component:s,wrapper:n,scope:r,position:i,code:l,codesandbox:u}))}},"./docz-lib/docz/dist/chunk.js":function(e,t,n){"use strict";function o(e){return e&&"object"===typeof e&&"default"in e?e.default:e}var a=n("../node_modules/react/index.js"),s=o(n("../node_modules/lodash/fp/get.js")),r=o(n("../node_modules/lodash/fp/omit.js")),i=o(n("../node_modules/fast-deep-equal/index.js")),l=o(n("../node_modules/lodash/fp/merge.js")),u=o(n("../node_modules/array-sort/index.js")),d=o(n("../node_modules/lodash/fp/unionBy.js")),c=o(n("../node_modules/lodash/fp/flattenDepth.js")),p=o(n("../node_modules/lodash/fp/pipe.js")),m=n("../node_modules/ulid/dist/index.esm.js"),h=o(n("../node_modules/match-sorter/dist/match-sorter.esm.js")),g=o(n("../node_modules/lodash/fp/throttle.js"));const f={loading:()=>a.createElement(a.Fragment,null,"Loading"),playground:({component:e,code:t})=>a.createElement(a.Fragment,null,e,t),notFound:()=>a.createElement(a.Fragment,null,"Not found"),page:({children:e})=>a.createElement(a.Fragment,null,e)},v=a.createContext({});function b(e,t,n){return e<t?n?1:-1:e>t?n?-1:1:0}const y=function(e){var t;const n=a.createContext(e),o=new Set;return{context:n,set:e=>(e=>{o.forEach(t=>t(e))})(e),Provider:(t=class extends a.Component{constructor(){super(...arguments),this.state=this.props.initial||e||{}}static getDerivedStateFromProps(e,t){return i(e.initial,t)?null:e.initial}componentDidMount(){o.add(e=>this.setState(e))}componentWillUnmount(){o.clear()}render(){return a.createElement(n.Provider,{value:this.state},this.props.children)}},t.displayName="DoczStateProvider",t)}}({}),x=e=>{const{type:t,payload:n}=JSON.parse(e.data),o=t.startsWith("state.")&&t.split(".")[1];o&&y.set(e=>Object.assign({},e,{[o]:n}))},w=e=>!e.menu,k=e=>({name:e.name,route:e.route,parent:e.parent}),A=(e,t)=>t.filter((e=>t=>t.menu===e)(e)).map(k),E=e=>{const t=e.filter(w).map(k),n=(o=e,a="menu",Array.from(new Set(o.reduce((e,t)=>{const n=s(a)(t);return n?e.concat([n]):e},[])))).map((e=>t=>({name:t,menu:A(t,e)}))(e));var o,a;return d("name",n,t)},S=e=>{const t=(e=>"string"===typeof e?{name:e}:e)(e);return Object.assign({},t,{id:t.id||m.ulid(),parent:s("parent",t)||s("parent",e),menu:Array.isArray(t.menu)?t.menu.map(S):t.menu})},C=p(S,e=>e.href||e.route?r("menu",e):e),I=(e,t)=>{const n=e.map(C),o=t.map(C);return d("name",n,o).map(e=>{if(!e.menu)return e;const t=o.find(t=>t.name===e.name),n=t&&t.menu;return Object.assign({},e,{menu:n?I(e.menu,n):e.menu||t.menu})})},j=(e,t=[])=>{const n="string"!==typeof e?s("name",e):e,o=t.findIndex(e=>e===n);return-1!==o?o:1/0},P=(e,t)=>e.name<t.name?-1:e.name>t.name?1:0,O=(e,t=[])=>u(e,((e=[])=>(t,n)=>{const o=e.map(e=>e.name||e);return b(j(t,o),j(n,o))})(t),P).map(e=>{if(!e.menu)return e;const n=t.find(t=>t.name===e.name),o=n&&n.menu;return Object.assign({},e,{menu:o?O(e.menu,o):u(e.menu,P)})}),D="object"===typeof window,H=(e,t)=>({innerHeight:D?window.innerHeight:t,innerWidth:D?window.innerWidth:e,outerHeight:D?window.outerHeight:t,outerWidth:D?window.outerWidth:e});t.ComponentsProvider=({components:e={},children:t})=>a.createElement(v.Provider,{value:Object.assign({},f,e)},t),t.doczState=y,t.isFn=e=>"function"===typeof e,t.useComponents=()=>a.useContext(v),t.useConfig=()=>{const e=a.useContext(y.context),{linkComponent:t,transform:n,config:o,themeConfig:s={}}=e,r=l(s,o?o.themeConfig:{}),i=n?n(r):r;return Object.assign({},o,{linkComponent:t,themeConfig:i})},t.useDataServer=e=>{a.useEffect(()=>{if(!e)return;const t=new WebSocket(e);return t.onmessage=x,()=>t.close()},[])},t.useDocs=()=>{const{entries:e=[]}=a.useContext(y.context),t=e.map(({value:e})=>e);return u(t,(e,t)=>b(e.name,t.name))},t.useMenus=e=>{const{query:t=""}=e||{},{entries:n,config:o}=a.useContext(y.context);if(!n)return null;const s=n.map(({value:e})=>e),r=E(s),i=a.useMemo(()=>{const t=I(r,o.menu),n=O(t,o.menu);return a=n,(s=e&&e.filter)?a.filter(s).map(e=>e.menu?Object.assign({},e,{menu:e.menu.filter(s)}):e):a;var a,s},[n,o]);return t&&t.length>0?((e,t)=>{const n=t.map(e=>[e].concat(e.menu||[])),o=c(2,n),a=[...new Set(o)];return h(a,e,{keys:["name"]})})(t,i):i},t.usePrevious=(e,t)=>{const n=a.useRef(t);return a.useEffect(()=>{n.current=e}),n.current},t.useWindowSize=(e=300,t=1/0,n=1/0)=>{const[o,s]=a.useState(H(n,n)),r=g(e,()=>s(H(n,n)));return a.useEffect(()=>(window.addEventListener("resize",r),()=>{window.removeEventListener("resize",r)}),[]),o}},"./docz-lib/docz/dist/index.js":function(e,t,n){"use strict";function o(e){return e&&"object"===typeof e&&"default"in e?e.default:e}Object.defineProperty(t,"__esModule",{value:!0});var a=n("../node_modules/react/index.js"),s=o(n("../node_modules/@loadable/component/dist/loadable.esm.js")),r=o(n("../node_modules/lodash/fp/get.js")),i=n("../node_modules/tslib/tslib.es6.js"),l=n("./docz-lib/docz/dist/chunk.js"),u=o(n("../node_modules/lodash/fp/omit.js")),d=n("../node_modules/@reach/router/es/index.js"),c=o(n("../node_modules/lodash/fp/first.js")),p=o(n("../node_modules/capitalize/index.js"));n("../node_modules/fast-deep-equal/index.js"),n("../node_modules/lodash/fp/merge.js"),n("../node_modules/array-sort/index.js"),n("../node_modules/lodash/fp/unionBy.js"),n("../node_modules/lodash/fp/flattenDepth.js"),n("../node_modules/lodash/fp/pipe.js"),n("../node_modules/ulid/dist/index.esm.js"),n("../node_modules/match-sorter/dist/match-sorter.esm.js"),n("../node_modules/lodash/fp/throttle.js");var m=n("../node_modules/@mdx-js/react/dist/esm.js");let h=n("../node_modules/hash-source/src/dist/createHashSource.js").default();const g=s(()=>Promise.resolve(n("./docz-lib/docz/dist/Playground.js"))),f=e=>{const[t,n]=a.useState(!0),[o,s]=a.useState(null),[r,u]=a.useState({});a.useEffect(()=>{const{getInitialProps:t}=e;t&&l.isFn(t)&&(n(!0),t(e).then(e=>{n(!1),s(null),u(e)}).catch(e=>{n(!1),s(e),u({})}))},[]);const{as:d,getInitialProps:c}=e,p=i.__rest(e,["as","getInitialProps"]);return a.createElement(d,Object.assign({},p,{data:Object.assign({},r,{loading:t,error:o})}))},v=(e,t,n)=>{const o=n.loading;return s(async()=>{const n=r(e,t),{default:o,getInitialProps:s}=await n();return e=>a.createElement(f,Object.assign({},e,{as:o||"div",getInitialProps:s}))},{fallback:a.createElement(o,null)})},b=e=>{const{asyncComponent:t,path:n,entry:o}=e,s=i.__rest(e,["asyncComponent","path","entry"]),r=l.useComponents().page,u=t,d=Object.assign({},s,{doc:o});return r?a.createElement(r,Object.assign({},d),a.createElement(u,Object.assign({},d))):a.createElement(u,Object.assign({},d))},y=a.forwardRef((e,t)=>{const n=u(["activeClassName","partiallyActive"],e),o=a.useCallback(({isCurrent:e})=>e?{className:n.className+" active"}:{},[n.className]);return a.createElement(d.Link,Object.assign({},n,{getProps:o,ref:t}))});y.displayName="Link";const x=/(?:React\.)?(?:PropTypes\.)?objectOf\((?:React\.)?(?:PropTypes\.)?(\w+)\)/,w=e=>{switch(e.name.toLowerCase()){case"instanceof":return`Class(${e.value})`;case"enum":return e.computed?e.value:e.value?e.value.map(e=>""+e.value).join(" \u2502 "):e.raw;case"union":return e.value?e.value.map(e=>""+w(e)).join(" \u2502 "):e.raw;case"array":return e.raw;case"arrayof":return`Array<${w(e.value)}>`;case"custom":if(-1!==e.raw.indexOf("function")||-1!==e.raw.indexOf("=>"))return"Custom(Function)";if(-1!==e.raw.toLowerCase().indexOf("objectof")){const t=e.raw.match(x);return t&&t[1]?`ObjectOf(${p(t[1])})`:"ObjectOf"}return"Custom";case"bool":return"Boolean";case"func":return"Function";case"shape":const t=e.value,n={};return Object.keys(t).forEach(e=>{n[e]=w(t[e])}),JSON.stringify(n,null,2);default:return p(e.name)}},k=e=>w(e),A=e=>{const t=r("name",e.flowType||e.type);if(!t)return null;const n=t.startsWith('"')||"enum"===t,o=p(n?"enum":t),a=r("type.value",e);return o?n&&"string"===typeof a||!e.flowType&&!n&&!a||e.flowType&&!e.flowType.elements?o:e.flowType?k(e.flowType):k(e.type):null},E=({location:e})=>{setTimeout(()=>{if(e&&e.hash){const t=decodeURI(e.hash).substring(1),n=document.getElementById(t);n&&n.scrollIntoView()}})};t.ComponentsProvider=l.ComponentsProvider,t.doczState=l.doczState,t.useComponents=l.useComponents,t.useConfig=l.useConfig,t.useDataServer=l.useDataServer,t.useDocs=l.useDocs,t.useMenus=l.useMenus,t.usePrevious=l.usePrevious,t.useWindowSize=l.useWindowSize,t.AsyncRoute=b,t.Link=y,t.Playground=e=>"undefined"!==typeof window?a.createElement(a.Suspense,{fallback:null},a.createElement(g,Object.assign({},e))):null,t.Props=({title:e,isToggle:t,isRaw:n,of:o})=>{const s=l.useComponents(),{props:i}=a.useContext(l.doczState.context),u=s.props,d=r("__filemeta.filename",o),p=r("__filemeta.name",o)||o.displayName||o.name,m=i&&i.length>0&&i.find(e=>d?e.key===d:e.key.includes(p+".")),h=r("value",m)||[],g=c(h),f=h.find(e=>e.displayName===p),v=r("props",f||g);return v&&u?a.createElement(u,{title:e,isRaw:n,isToggle:t,props:v,getPropType:A}):null},t.Routes=({imports:e})=>{const t=l.useComponents(),{entries:n}=a.useContext(l.doczState.context),o=t.notFound,s=a.useMemo(()=>d.createHistory(h),[]);return a.useEffect(()=>{s.listen(E)},[]),a.createElement(m.MDXProvider,{components:t},a.createElement(d.LocationProvider,{history:s},a.createElement(d.Router,null,a.createElement(o,{default:!0}),n&&n.map(({key:o,value:s})=>{const r={path:o,entries:n,components:t},i=v(o,e,t);return a.createElement(b,Object.assign({},r,{entry:s,key:s.id,path:s.route,asyncComponent:i}))}))))},t.loadRoute=v,t.theme=function(e,t=(e=>e)){return n=>{const o=a.memo(o=>{const{linkComponent:s}=o,{db:r,children:i,wrapper:u=a.Fragment}=o,d=Object.assign({},r,{themeConfig:e,transform:t,linkComponent:s});return a.createElement(l.doczState.Provider,{initial:d},a.createElement(u,null,a.createElement(n,null,i)))});return o.displayName=n.displayName||"DoczTheme",o}}},0:function(e,t,n){e.exports=n("./.docz/app/index.jsx")}});
+//# sourceMappingURL=app.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/app.b185f4c5b68d73002af0.js.map b/static/js/app.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..bce56b3
--- /dev/null
+++ b/static/js/app.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/webpack/bootstrap","/home/madhan/Apache/git/atlas/docs/target/theme/styles/colors.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/modes.js","/home/madhan/Apache/git/atlas/docs/target/theme/utils/theme.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Blockquote.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/InlineCode.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Link.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Loading.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Header/GithubLink/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/responsive.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Logo/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Search/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/SmallLink.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/MenuHeadings.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/MenuLink.js","/home/madhan/Apache/git/atlas/docs/target/theme/utils/utils.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/SubMenu.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/Menu.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/Docz.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/Hamburger.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Sidebar/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Main/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/NotFound.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/OrderedList.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Button.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Header/HeaderDropDown/Basic.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Header/HeaderDropDown/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Header/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Page.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Paragraph.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Props/PropsRaw.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Props/PropsTable.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Props/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Table.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/Pre.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/ui/UnorderedList.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/global.js","/home/madhan/Apache/git/atlas/docs/target/theme/config.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/fonts.js","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/LegalFooter/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/index.js","/home/madhan/Apache/git/atlas/docs/target/.docz/app/imports.js","/home/madhan/Apache/git/atlas/docs/target/.docz/app/root.jsx","/home/madhan/Apache/git/atlas/docs/target/.docz/app/index.jsx","/home/madhan/Apache/git/atlas/docs/target/docz-lib/docz/dist/Playground.js","/home/madhan/Apache/git/atlas/docs/target/docz-lib/docz/dist/chunk.js","/home/madhan/Apache/git/atlas/docs/target/docz-lib/docz/dist/index.js"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","prefetchChunks","i","resolves","length","Object","prototype","hasOwnProperty","call","installedChunks","push","modules","parentJsonpFunction","deferredPrefetch","apply","shift","deferredModules","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","forEach","undefined","link","document","createElement","crossOrigin","nc","setAttribute","rel","as","href","jsonpScriptSrc","head","appendChild","parentHotUpdateCallback","window","hotAvailableFilesMap","hotRequestedFilesMap","hotUpdate","hotWaitingFiles","hotChunksLoading","hotUpdateDownloaded","hotAddUpdateChunk","hotCurrentChildModule","hotApplyOnUpdate","hotCurrentHash","hotCurrentModuleData","hotCurrentParents","hotCurrentParentsTemp","hotCreateModule","hot","_acceptedDependencies","_declinedDependencies","_selfAccepted","_selfDeclined","_selfInvalidated","_disposeHandlers","_main","active","accept","dep","callback","decline","dispose","addDisposeHandler","removeDisposeHandler","idx","indexOf","invalidate","this","hotStatus","hotSetStatus","hotApplyInvalidatedModule","hotQueuedInvalidatedModules","check","hotCheck","hotApply","status","l","hotStatusHandlers","addStatusHandler","removeStatusHandler","newStatus","hotDeferred","hotUpdateNewHash","hotWaitingFilesMap","toModuleId","id","Error","requestTimeout","Promise","resolve","reject","XMLHttpRequest","request","requestPath","p","open","timeout","send","err","onreadystatechange","readyState","update","JSON","parse","responseText","e","then","hotApplyInvalidatedModules","c","h","promise","hotEnsureUpdateChunk","script","charset","src","hotDownloadUpdateChunk","deferred","outdatedModules","options","hotApplyInternal","cb","module","getAffectedStuff","updateModuleId","outdatedDependencies","queue","map","chain","queueItem","pop","installedModules","type","parents","parentId","parent","concat","addAllToSet","a","b","item","appliedUpdate","warnUnexpectedRequire","console","warn","abortError","doApply","doDispose","chainInfo","join","onDeclined","ignoreDeclined","onUnaccepted","ignoreUnaccepted","onAccepted","onDisposed","outdatedSelfAcceptedModules","slice","errorHandler","keys","hotDisposeChunk","dependency","moduleOutdatedDependencies","disposeHandlers","children","child","error","callbacks","onErrored","dependencyId","ignoreErrored","err2","originalError","list","1","exports","me","fn","ObjectFactory","name","configurable","enumerable","get","set","value","defineProperty","finishChunkLoading","t","mode","hotCreateRequire","promises","installedChunkData","onScriptComplete","location","origin","event","onerror","onload","clearTimeout","chunk","errorType","realSrc","target","message","setTimeout","all","m","d","getter","o","r","Symbol","toStringTag","__esModule","ns","create","key","bind","n","object","property","oe","jsonpArray","oldJsonpFunction","startupResult","white","grayUltraLight","grayExtraLight","grayLight","gray","grayDark","grayExtraDark","dark","blueLight","blue","skyBlue","negative","green","greenLight","light","colors","primary","text","footerText","sidebarBg","sidebarText","sidebarHighlight","sidebarBorder","background","border","theadColor","theadBg","tableColor","tooltipBg","tooltipColor","codeBg","codeColor","preBg","blockquoteBg","blockquoteBorder","blockquoteColor","propsText","propsBg","val","defaultValue","ThemeProvider","config","useConfig","theme","prev","docz","themeConfig","Blockquote","styled","blockquote","InlineCode","code","LinkStyled","Wrapper","div","dash","keyframes","spinnerClass","delay","css","Lines","path","Path","Spinner","size","width","height","viewBox","fill","strokeWidth","strokeLinecap","strokeLinejoin","stroke-linecap","GitHubDivContent","showGithubLink","GithubLink","repository","props","data-size","aria-label","breakpoints","mq","facepaint","sidebarPrimary","primaryColor","showBg","defaultProps","LogoImg","Logo","base","title","linkComponent","Link","baseUrl","to","alt","SearchIcon","input","themeGet","LinkProps","onClick","React","assign","slug","MenuHeadings","route","docs","useDocs","doc","find","headings","filter","heading","depth","getHeadings","hrefLinks","activeWrapper","createLink","checkChildMenu","obj","partiallyActive","includes","trim","LinkAnchor","getActiveFromClass","el","activeByClass","classList","contains","activeByLocation","pathname","getActiveByLocation","Boolean","MenuLink","onActiveChange","ref","setActive","useState","prevActive","usePrevious","$el","useRef","useMemo","linkProps","useEffect","isActive","current","add","checkActiveClass","innerRef","activeClassName","ev","preventDefault","displayName","Utils","localStorageKeys","ACTIVEMENU","NAVPOSITION","checkMenuIsOPen","activeMenu","findIndex","menu","pagesForGithubLink","MenuItem","order","Number","OpenedProps","opened","List","dl","Icon","SubMenu","sidebarToggle","handleActiveMenu","show","hasChildren","submenu","hasToggle","handleToggle","output","dataItem","collapseAll","hasActive","Menu","OutputHtml","OpenProps","IconRotate","backgroundColor","textColor","IconLine","span","radii","ToggleButton","button","display","Hamburger","_interopDefault","ex","_pipe","require","_omit","sort","_flattenDepth","match","ulid","position","Content","Menus","nav","Empty","ToggleBackground","className","sortByName","findPos","orderedList","_get","pos","Infinity","noMenu","entry","normalize","selected","parseItemStr","Array","isArray","normalizeAndClean","fromMenu","entryAsMenu","flatArrFromObject","arr","prop","menus","from","Set","reduce","entriesOfSubMenu","entries","entriesOfMenu","menusFromEntries","entriesWithoutMenu","parseMenu","submenus","parseSubMenu","x","without","y","_unionBy","mergeMenus","entriesMenu","configMenu","first","second","found","foundMenu","sortMenus","reverse","compare","compareWithMenu","useMenusCustom","opts","query","useContext","doczState","context","sorted","merged","items","flattened","flattenedDeduplicated","search","Sidebar","setActiveMenu","act_menu","localStorage","getItem","setItem","stringify","getActiveMenu","hidden","setHidden","setQuery","isDesktop","useWindowSize","innerWidth","prevIsDesktop","navRef","documentElement","remove","navTop","parseInt","scrollTop","handleSidebarToggle","isHidden","method","addOverlayClass","handleScroll","t_activeMenu","index","outputHtml","onScroll","Main","Title","h1","Subtitle","OrderedList","ol","Button","ButtonLink","Basic","toggle","setToggle","dropdownRef","setToggleOnEvent","addEventListener","removeEventListener","ComponentStyle","DropDownComp","opt","data-href","dataHref","currentTarget","dataset","propTypes","DropDownDivContainer","HeaderDropDown","atlasVersions","style","minHeight","padding","borderRadius","HeaderStyleComp","Header","Container","EditPage","withComponent","visibility","top","right","EditIcon","Edit","Paragraph","PropName","PropType","PropDefaultValue","PropRequired","PropsRaw","getPropType","components","useComponents","P","flowType","replace","required","description","Line","Column","ColumnName","ColumnType","ColumnValue","PropsTable","marginBottom","maxWidth","TableStyled","table","overflowX","separator","toCheck","split","getSeparator","matched","filepath","nHref","startsWith","inlineCode","loading","notFound","page","fullpage","edit","toString","content","pre","isRaw","isToggle","isOpen","setIsOpen","H3","titleProps","onkeydown","role","tabindex","ul","Global","createGlobalStyle","styles","body","h2","h3","h4","h5","h6","playground","paragraph","fonts","mono","ui","showPlaygroundEditor","linesToScrollEditor","FooterDiv","ParagraphFooter","LegalFooter","rest","enhance","codemirrorTheme","modes","imports","Root","db","database","_onPreRenders","_onPostRenders","onPreRender","f","onPostRender","root","querySelector","Component","ReactDOM","render","__chunk_1","default","wrapper","__scope","__position","__code","__codesandbox","component","scope","codesandbox","equal","_merge","_throttle","defaultComponents","Fragment","ctx","createContext","initial","_a","listeners","listener","dispatch","Provider","constructor","super","arguments","state","componentDidMount","setState","componentWillUnmount","clear","updateState","payload","isClient","getSize","initialWidth","initialHeight","innerHeight","outerHeight","outerWidth","ComponentsProvider","themeComponents","isFn","transform","newConfig","transformed","useDataServer","url","socket","WebSocket","onmessage","close","useMenus","throttleMs","windowSize","setWindowSize","tSetWindowResize","loadable","tslib_1","router","_first","capitalize","react","source","BasePlayground","AsyncComponent","setLoading","setError","setData","getInitialProps","catch","Comp","__rest","loadRoute","Loading","async","importFn","fallback","AsyncRoute","asyncComponent","routeProps","Page","forwardRef","useCallback","isCurrent","getProps","RE_OBJECTOF","getTypeStr","toLowerCase","computed","v","raw","shape","rst","humanize","propName","isEnum","elements","goToHash","hash","decodeURI","substring","getElementById","scrollIntoView","Playground","Suspense","Props","of","stateProps","PropsComponent","filename","componentName","firstDefinition","definition","Routes","NotFound","history","createHistory","listen","MDXProvider","LocationProvider","Router","WrappedComponent","Theme","memo"],"mappings":"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","file":"static/js/app.b185f4c5b68d73002af0.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n \t\tvar prefetchChunks = data[3] || [];\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n \t\tdeferredPrefetch.push.apply(deferredPrefetch, prefetchChunks);\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n \t\tif(deferredModules.length === 0) {\n \t\t\t// chunk prefetching for javascript\n \t\t\tdeferredPrefetch.forEach(function(chunkId) {\n \t\t\t\tif(installedChunks[chunkId] === undefined) {\n \t\t\t\t\tinstalledChunks[chunkId] = null;\n \t\t\t\t\tvar link = document.createElement('link');\n \t\t\t\t\tlink.crossOrigin = \"anonymous\";\n \t\t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\t\tlink.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t\t}\n \t\t\t\t\tlink.rel = \"prefetch\";\n \t\t\t\t\tlink.as = \"script\";\n \t\t\t\t\tlink.href = jsonpScriptSrc(chunkId);\n \t\t\t\t\tdocument.head.appendChild(link);\n \t\t\t\t}\n \t\t\t});\n \t\t\tdeferredPrefetch.length = 0;\n \t\t}\n \t\treturn result;\n \t}\n \tfunction hotDisposeChunk(chunkId) {\n \t\tdelete installedChunks[chunkId];\n \t}\n \tvar parentHotUpdateCallback = window[\"webpackHotUpdate\"];\n \twindow[\"webpackHotUpdate\"] = // eslint-disable-next-line no-unused-vars\n \tfunction webpackHotUpdateCallback(chunkId, moreModules) {\n \t\thotAddUpdateChunk(chunkId, moreModules);\n \t\tif (parentHotUpdateCallback) parentHotUpdateCallback(chunkId, moreModules);\n \t} ;\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotDownloadUpdateChunk(chunkId) {\n \t\tvar script = document.createElement(\"script\");\n \t\tscript.charset = \"utf-8\";\n \t\tscript.src = __webpack_require__.p + \"\" + chunkId + \".\" + hotCurrentHash + \".hot-update.js\";\n \t\tif (\"anonymous\") script.crossOrigin = \"anonymous\";\n \t\tdocument.head.appendChild(script);\n \t}\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotDownloadManifest(requestTimeout) {\n \t\trequestTimeout = requestTimeout || 10000;\n \t\treturn new Promise(function(resolve, reject) {\n \t\t\tif (typeof XMLHttpRequest === \"undefined\") {\n \t\t\t\treturn reject(new Error(\"No browser support\"));\n \t\t\t}\n \t\t\ttry {\n \t\t\t\tvar request = new XMLHttpRequest();\n \t\t\t\tvar requestPath = __webpack_require__.p + \"\" + hotCurrentHash + \".hot-update.json\";\n \t\t\t\trequest.open(\"GET\", requestPath, true);\n \t\t\t\trequest.timeout = requestTimeout;\n \t\t\t\trequest.send(null);\n \t\t\t} catch (err) {\n \t\t\t\treturn reject(err);\n \t\t\t}\n \t\t\trequest.onreadystatechange = function() {\n \t\t\t\tif (request.readyState !== 4) return;\n \t\t\t\tif (request.status === 0) {\n \t\t\t\t\t// timeout\n \t\t\t\t\treject(\n \t\t\t\t\t\tnew Error(\"Manifest request to \" + requestPath + \" timed out.\")\n \t\t\t\t\t);\n \t\t\t\t} else if (request.status === 404) {\n \t\t\t\t\t// no update available\n \t\t\t\t\tresolve();\n \t\t\t\t} else if (request.status !== 200 && request.status !== 304) {\n \t\t\t\t\t// other failure\n \t\t\t\t\treject(new Error(\"Manifest request to \" + requestPath + \" failed.\"));\n \t\t\t\t} else {\n \t\t\t\t\t// success\n \t\t\t\t\ttry {\n \t\t\t\t\t\tvar update = JSON.parse(request.responseText);\n \t\t\t\t\t} catch (e) {\n \t\t\t\t\t\treject(e);\n \t\t\t\t\t\treturn;\n \t\t\t\t\t}\n \t\t\t\t\tresolve(update);\n \t\t\t\t}\n \t\t\t};\n \t\t});\n \t}\n\n \tvar hotApplyOnUpdate = true;\n \t// eslint-disable-next-line no-unused-vars\n \tvar hotCurrentHash = \"b185f4c5b68d73002af0\";\n \tvar hotRequestTimeout = 10000;\n \tvar hotCurrentModuleData = {};\n \tvar hotCurrentChildModule;\n \t// eslint-disable-next-line no-unused-vars\n \tvar hotCurrentParents = [];\n \t// eslint-disable-next-line no-unused-vars\n \tvar hotCurrentParentsTemp = [];\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotCreateRequire(moduleId) {\n \t\tvar me = installedModules[moduleId];\n \t\tif (!me) return __webpack_require__;\n \t\tvar fn = function(request) {\n \t\t\tif (me.hot.active) {\n \t\t\t\tif (installedModules[request]) {\n \t\t\t\t\tif (installedModules[request].parents.indexOf(moduleId) === -1) {\n \t\t\t\t\t\tinstalledModules[request].parents.push(moduleId);\n \t\t\t\t\t}\n \t\t\t\t} else {\n \t\t\t\t\thotCurrentParents = [moduleId];\n \t\t\t\t\thotCurrentChildModule = request;\n \t\t\t\t}\n \t\t\t\tif (me.children.indexOf(request) === -1) {\n \t\t\t\t\tme.children.push(request);\n \t\t\t\t}\n \t\t\t} else {\n \t\t\t\tconsole.warn(\n \t\t\t\t\t\"[HMR] unexpected require(\" +\n \t\t\t\t\t\trequest +\n \t\t\t\t\t\t\") from disposed module \" +\n \t\t\t\t\t\tmoduleId\n \t\t\t\t);\n \t\t\t\thotCurrentParents = [];\n \t\t\t}\n \t\t\treturn __webpack_require__(request);\n \t\t};\n \t\tvar ObjectFactory = function ObjectFactory(name) {\n \t\t\treturn {\n \t\t\t\tconfigurable: true,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: function() {\n \t\t\t\t\treturn __webpack_require__[name];\n \t\t\t\t},\n \t\t\t\tset: function(value) {\n \t\t\t\t\t__webpack_require__[name] = value;\n \t\t\t\t}\n \t\t\t};\n \t\t};\n \t\tfor (var name in __webpack_require__) {\n \t\t\tif (\n \t\t\t\tObject.prototype.hasOwnProperty.call(__webpack_require__, name) &&\n \t\t\t\tname !== \"e\" &&\n \t\t\t\tname !== \"t\"\n \t\t\t) {\n \t\t\t\tObject.defineProperty(fn, name, ObjectFactory(name));\n \t\t\t}\n \t\t}\n \t\tfn.e = function(chunkId) {\n \t\t\tif (hotStatus === \"ready\") hotSetStatus(\"prepare\");\n \t\t\thotChunksLoading++;\n \t\t\treturn __webpack_require__.e(chunkId).then(finishChunkLoading, function(err) {\n \t\t\t\tfinishChunkLoading();\n \t\t\t\tthrow err;\n \t\t\t});\n\n \t\t\tfunction finishChunkLoading() {\n \t\t\t\thotChunksLoading--;\n \t\t\t\tif (hotStatus === \"prepare\") {\n \t\t\t\t\tif (!hotWaitingFilesMap[chunkId]) {\n \t\t\t\t\t\thotEnsureUpdateChunk(chunkId);\n \t\t\t\t\t}\n \t\t\t\t\tif (hotChunksLoading === 0 && hotWaitingFiles === 0) {\n \t\t\t\t\t\thotUpdateDownloaded();\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t}\n \t\t};\n \t\tfn.t = function(value, mode) {\n \t\t\tif (mode & 1) value = fn(value);\n \t\t\treturn __webpack_require__.t(value, mode & ~1);\n \t\t};\n \t\treturn fn;\n \t}\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotCreateModule(moduleId) {\n \t\tvar hot = {\n \t\t\t// private stuff\n \t\t\t_acceptedDependencies: {},\n \t\t\t_declinedDependencies: {},\n \t\t\t_selfAccepted: false,\n \t\t\t_selfDeclined: false,\n \t\t\t_selfInvalidated: false,\n \t\t\t_disposeHandlers: [],\n \t\t\t_main: hotCurrentChildModule !== moduleId,\n\n \t\t\t// Module API\n \t\t\tactive: true,\n \t\t\taccept: function(dep, callback) {\n \t\t\t\tif (dep === undefined) hot._selfAccepted = true;\n \t\t\t\telse if (typeof dep === \"function\") hot._selfAccepted = dep;\n \t\t\t\telse if (typeof dep === \"object\")\n \t\t\t\t\tfor (var i = 0; i < dep.length; i++)\n \t\t\t\t\t\thot._acceptedDependencies[dep[i]] = callback || function() {};\n \t\t\t\telse hot._acceptedDependencies[dep] = callback || function() {};\n \t\t\t},\n \t\t\tdecline: function(dep) {\n \t\t\t\tif (dep === undefined) hot._selfDeclined = true;\n \t\t\t\telse if (typeof dep === \"object\")\n \t\t\t\t\tfor (var i = 0; i < dep.length; i++)\n \t\t\t\t\t\thot._declinedDependencies[dep[i]] = true;\n \t\t\t\telse hot._declinedDependencies[dep] = true;\n \t\t\t},\n \t\t\tdispose: function(callback) {\n \t\t\t\thot._disposeHandlers.push(callback);\n \t\t\t},\n \t\t\taddDisposeHandler: function(callback) {\n \t\t\t\thot._disposeHandlers.push(callback);\n \t\t\t},\n \t\t\tremoveDisposeHandler: function(callback) {\n \t\t\t\tvar idx = hot._disposeHandlers.indexOf(callback);\n \t\t\t\tif (idx >= 0) hot._disposeHandlers.splice(idx, 1);\n \t\t\t},\n \t\t\tinvalidate: function() {\n \t\t\t\tthis._selfInvalidated = true;\n \t\t\t\tswitch (hotStatus) {\n \t\t\t\t\tcase \"idle\":\n \t\t\t\t\t\thotUpdate = {};\n \t\t\t\t\t\thotUpdate[moduleId] = modules[moduleId];\n \t\t\t\t\t\thotSetStatus(\"ready\");\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"ready\":\n \t\t\t\t\t\thotApplyInvalidatedModule(moduleId);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"prepare\":\n \t\t\t\t\tcase \"check\":\n \t\t\t\t\tcase \"dispose\":\n \t\t\t\t\tcase \"apply\":\n \t\t\t\t\t\t(hotQueuedInvalidatedModules =\n \t\t\t\t\t\t\thotQueuedInvalidatedModules || []).push(moduleId);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tdefault:\n \t\t\t\t\t\t// ignore requests in error states\n \t\t\t\t\t\tbreak;\n \t\t\t\t}\n \t\t\t},\n\n \t\t\t// Management API\n \t\t\tcheck: hotCheck,\n \t\t\tapply: hotApply,\n \t\t\tstatus: function(l) {\n \t\t\t\tif (!l) return hotStatus;\n \t\t\t\thotStatusHandlers.push(l);\n \t\t\t},\n \t\t\taddStatusHandler: function(l) {\n \t\t\t\thotStatusHandlers.push(l);\n \t\t\t},\n \t\t\tremoveStatusHandler: function(l) {\n \t\t\t\tvar idx = hotStatusHandlers.indexOf(l);\n \t\t\t\tif (idx >= 0) hotStatusHandlers.splice(idx, 1);\n \t\t\t},\n\n \t\t\t//inherit from previous dispose call\n \t\t\tdata: hotCurrentModuleData[moduleId]\n \t\t};\n \t\thotCurrentChildModule = undefined;\n \t\treturn hot;\n \t}\n\n \tvar hotStatusHandlers = [];\n \tvar hotStatus = \"idle\";\n\n \tfunction hotSetStatus(newStatus) {\n \t\thotStatus = newStatus;\n \t\tfor (var i = 0; i < hotStatusHandlers.length; i++)\n \t\t\thotStatusHandlers[i].call(null, newStatus);\n \t}\n\n \t// while downloading\n \tvar hotWaitingFiles = 0;\n \tvar hotChunksLoading = 0;\n \tvar hotWaitingFilesMap = {};\n \tvar hotRequestedFilesMap = {};\n \tvar hotAvailableFilesMap = {};\n \tvar hotDeferred;\n\n \t// The update info\n \tvar hotUpdate, hotUpdateNewHash, hotQueuedInvalidatedModules;\n\n \tfunction toModuleId(id) {\n \t\tvar isNumber = +id + \"\" === id;\n \t\treturn isNumber ? +id : id;\n \t}\n\n \tfunction hotCheck(apply) {\n \t\tif (hotStatus !== \"idle\") {\n \t\t\tthrow new Error(\"check() is only allowed in idle status\");\n \t\t}\n \t\thotApplyOnUpdate = apply;\n \t\thotSetStatus(\"check\");\n \t\treturn hotDownloadManifest(hotRequestTimeout).then(function(update) {\n \t\t\tif (!update) {\n \t\t\t\thotSetStatus(hotApplyInvalidatedModules() ? \"ready\" : \"idle\");\n \t\t\t\treturn null;\n \t\t\t}\n \t\t\thotRequestedFilesMap = {};\n \t\t\thotWaitingFilesMap = {};\n \t\t\thotAvailableFilesMap = update.c;\n \t\t\thotUpdateNewHash = update.h;\n\n \t\t\thotSetStatus(\"prepare\");\n \t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\thotDeferred = {\n \t\t\t\t\tresolve: resolve,\n \t\t\t\t\treject: reject\n \t\t\t\t};\n \t\t\t});\n \t\t\thotUpdate = {};\n \t\t\tfor(var chunkId in installedChunks)\n \t\t\t// eslint-disable-next-line no-lone-blocks\n \t\t\t{\n \t\t\t\thotEnsureUpdateChunk(chunkId);\n \t\t\t}\n \t\t\tif (\n \t\t\t\thotStatus === \"prepare\" &&\n \t\t\t\thotChunksLoading === 0 &&\n \t\t\t\thotWaitingFiles === 0\n \t\t\t) {\n \t\t\t\thotUpdateDownloaded();\n \t\t\t}\n \t\t\treturn promise;\n \t\t});\n \t}\n\n \t// eslint-disable-next-line no-unused-vars\n \tfunction hotAddUpdateChunk(chunkId, moreModules) {\n \t\tif (!hotAvailableFilesMap[chunkId] || !hotRequestedFilesMap[chunkId])\n \t\t\treturn;\n \t\thotRequestedFilesMap[chunkId] = false;\n \t\tfor (var moduleId in moreModules) {\n \t\t\tif (Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\thotUpdate[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif (--hotWaitingFiles === 0 && hotChunksLoading === 0) {\n \t\t\thotUpdateDownloaded();\n \t\t}\n \t}\n\n \tfunction hotEnsureUpdateChunk(chunkId) {\n \t\tif (!hotAvailableFilesMap[chunkId]) {\n \t\t\thotWaitingFilesMap[chunkId] = true;\n \t\t} else {\n \t\t\thotRequestedFilesMap[chunkId] = true;\n \t\t\thotWaitingFiles++;\n \t\t\thotDownloadUpdateChunk(chunkId);\n \t\t}\n \t}\n\n \tfunction hotUpdateDownloaded() {\n \t\thotSetStatus(\"ready\");\n \t\tvar deferred = hotDeferred;\n \t\thotDeferred = null;\n \t\tif (!deferred) return;\n \t\tif (hotApplyOnUpdate) {\n \t\t\t// Wrap deferred object in Promise to mark it as a well-handled Promise to\n \t\t\t// avoid triggering uncaught exception warning in Chrome.\n \t\t\t// See https://bugs.chromium.org/p/chromium/issues/detail?id=465666\n \t\t\tPromise.resolve()\n \t\t\t\t.then(function() {\n \t\t\t\t\treturn hotApply(hotApplyOnUpdate);\n \t\t\t\t})\n \t\t\t\t.then(\n \t\t\t\t\tfunction(result) {\n \t\t\t\t\t\tdeferred.resolve(result);\n \t\t\t\t\t},\n \t\t\t\t\tfunction(err) {\n \t\t\t\t\t\tdeferred.reject(err);\n \t\t\t\t\t}\n \t\t\t\t);\n \t\t} else {\n \t\t\tvar outdatedModules = [];\n \t\t\tfor (var id in hotUpdate) {\n \t\t\t\tif (Object.prototype.hasOwnProperty.call(hotUpdate, id)) {\n \t\t\t\t\toutdatedModules.push(toModuleId(id));\n \t\t\t\t}\n \t\t\t}\n \t\t\tdeferred.resolve(outdatedModules);\n \t\t}\n \t}\n\n \tfunction hotApply(options) {\n \t\tif (hotStatus !== \"ready\")\n \t\t\tthrow new Error(\"apply() is only allowed in ready status\");\n \t\toptions = options || {};\n \t\treturn hotApplyInternal(options);\n \t}\n\n \tfunction hotApplyInternal(options) {\n \t\thotApplyInvalidatedModules();\n\n \t\tvar cb;\n \t\tvar i;\n \t\tvar j;\n \t\tvar module;\n \t\tvar moduleId;\n\n \t\tfunction getAffectedStuff(updateModuleId) {\n \t\t\tvar outdatedModules = [updateModuleId];\n \t\t\tvar outdatedDependencies = {};\n\n \t\t\tvar queue = outdatedModules.map(function(id) {\n \t\t\t\treturn {\n \t\t\t\t\tchain: [id],\n \t\t\t\t\tid: id\n \t\t\t\t};\n \t\t\t});\n \t\t\twhile (queue.length > 0) {\n \t\t\t\tvar queueItem = queue.pop();\n \t\t\t\tvar moduleId = queueItem.id;\n \t\t\t\tvar chain = queueItem.chain;\n \t\t\t\tmodule = installedModules[moduleId];\n \t\t\t\tif (\n \t\t\t\t\t!module ||\n \t\t\t\t\t(module.hot._selfAccepted && !module.hot._selfInvalidated)\n \t\t\t\t)\n \t\t\t\t\tcontinue;\n \t\t\t\tif (module.hot._selfDeclined) {\n \t\t\t\t\treturn {\n \t\t\t\t\t\ttype: \"self-declined\",\n \t\t\t\t\t\tchain: chain,\n \t\t\t\t\t\tmoduleId: moduleId\n \t\t\t\t\t};\n \t\t\t\t}\n \t\t\t\tif (module.hot._main) {\n \t\t\t\t\treturn {\n \t\t\t\t\t\ttype: \"unaccepted\",\n \t\t\t\t\t\tchain: chain,\n \t\t\t\t\t\tmoduleId: moduleId\n \t\t\t\t\t};\n \t\t\t\t}\n \t\t\t\tfor (var i = 0; i < module.parents.length; i++) {\n \t\t\t\t\tvar parentId = module.parents[i];\n \t\t\t\t\tvar parent = installedModules[parentId];\n \t\t\t\t\tif (!parent) continue;\n \t\t\t\t\tif (parent.hot._declinedDependencies[moduleId]) {\n \t\t\t\t\t\treturn {\n \t\t\t\t\t\t\ttype: \"declined\",\n \t\t\t\t\t\t\tchain: chain.concat([parentId]),\n \t\t\t\t\t\t\tmoduleId: moduleId,\n \t\t\t\t\t\t\tparentId: parentId\n \t\t\t\t\t\t};\n \t\t\t\t\t}\n \t\t\t\t\tif (outdatedModules.indexOf(parentId) !== -1) continue;\n \t\t\t\t\tif (parent.hot._acceptedDependencies[moduleId]) {\n \t\t\t\t\t\tif (!outdatedDependencies[parentId])\n \t\t\t\t\t\t\toutdatedDependencies[parentId] = [];\n \t\t\t\t\t\taddAllToSet(outdatedDependencies[parentId], [moduleId]);\n \t\t\t\t\t\tcontinue;\n \t\t\t\t\t}\n \t\t\t\t\tdelete outdatedDependencies[parentId];\n \t\t\t\t\toutdatedModules.push(parentId);\n \t\t\t\t\tqueue.push({\n \t\t\t\t\t\tchain: chain.concat([parentId]),\n \t\t\t\t\t\tid: parentId\n \t\t\t\t\t});\n \t\t\t\t}\n \t\t\t}\n\n \t\t\treturn {\n \t\t\t\ttype: \"accepted\",\n \t\t\t\tmoduleId: updateModuleId,\n \t\t\t\toutdatedModules: outdatedModules,\n \t\t\t\toutdatedDependencies: outdatedDependencies\n \t\t\t};\n \t\t}\n\n \t\tfunction addAllToSet(a, b) {\n \t\t\tfor (var i = 0; i < b.length; i++) {\n \t\t\t\tvar item = b[i];\n \t\t\t\tif (a.indexOf(item) === -1) a.push(item);\n \t\t\t}\n \t\t}\n\n \t\t// at begin all updates modules are outdated\n \t\t// the \"outdated\" status can propagate to parents if they don't accept the children\n \t\tvar outdatedDependencies = {};\n \t\tvar outdatedModules = [];\n \t\tvar appliedUpdate = {};\n\n \t\tvar warnUnexpectedRequire = function warnUnexpectedRequire() {\n \t\t\tconsole.warn(\n \t\t\t\t\"[HMR] unexpected require(\" + result.moduleId + \") to disposed module\"\n \t\t\t);\n \t\t};\n\n \t\tfor (var id in hotUpdate) {\n \t\t\tif (Object.prototype.hasOwnProperty.call(hotUpdate, id)) {\n \t\t\t\tmoduleId = toModuleId(id);\n \t\t\t\t/** @type {TODO} */\n \t\t\t\tvar result;\n \t\t\t\tif (hotUpdate[id]) {\n \t\t\t\t\tresult = getAffectedStuff(moduleId);\n \t\t\t\t} else {\n \t\t\t\t\tresult = {\n \t\t\t\t\t\ttype: \"disposed\",\n \t\t\t\t\t\tmoduleId: id\n \t\t\t\t\t};\n \t\t\t\t}\n \t\t\t\t/** @type {Error|false} */\n \t\t\t\tvar abortError = false;\n \t\t\t\tvar doApply = false;\n \t\t\t\tvar doDispose = false;\n \t\t\t\tvar chainInfo = \"\";\n \t\t\t\tif (result.chain) {\n \t\t\t\t\tchainInfo = \"\\nUpdate propagation: \" + result.chain.join(\" -> \");\n \t\t\t\t}\n \t\t\t\tswitch (result.type) {\n \t\t\t\t\tcase \"self-declined\":\n \t\t\t\t\t\tif (options.onDeclined) options.onDeclined(result);\n \t\t\t\t\t\tif (!options.ignoreDeclined)\n \t\t\t\t\t\t\tabortError = new Error(\n \t\t\t\t\t\t\t\t\"Aborted because of self decline: \" +\n \t\t\t\t\t\t\t\t\tresult.moduleId +\n \t\t\t\t\t\t\t\t\tchainInfo\n \t\t\t\t\t\t\t);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"declined\":\n \t\t\t\t\t\tif (options.onDeclined) options.onDeclined(result);\n \t\t\t\t\t\tif (!options.ignoreDeclined)\n \t\t\t\t\t\t\tabortError = new Error(\n \t\t\t\t\t\t\t\t\"Aborted because of declined dependency: \" +\n \t\t\t\t\t\t\t\t\tresult.moduleId +\n \t\t\t\t\t\t\t\t\t\" in \" +\n \t\t\t\t\t\t\t\t\tresult.parentId +\n \t\t\t\t\t\t\t\t\tchainInfo\n \t\t\t\t\t\t\t);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"unaccepted\":\n \t\t\t\t\t\tif (options.onUnaccepted) options.onUnaccepted(result);\n \t\t\t\t\t\tif (!options.ignoreUnaccepted)\n \t\t\t\t\t\t\tabortError = new Error(\n \t\t\t\t\t\t\t\t\"Aborted because \" + moduleId + \" is not accepted\" + chainInfo\n \t\t\t\t\t\t\t);\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"accepted\":\n \t\t\t\t\t\tif (options.onAccepted) options.onAccepted(result);\n \t\t\t\t\t\tdoApply = true;\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tcase \"disposed\":\n \t\t\t\t\t\tif (options.onDisposed) options.onDisposed(result);\n \t\t\t\t\t\tdoDispose = true;\n \t\t\t\t\t\tbreak;\n \t\t\t\t\tdefault:\n \t\t\t\t\t\tthrow new Error(\"Unexception type \" + result.type);\n \t\t\t\t}\n \t\t\t\tif (abortError) {\n \t\t\t\t\thotSetStatus(\"abort\");\n \t\t\t\t\treturn Promise.reject(abortError);\n \t\t\t\t}\n \t\t\t\tif (doApply) {\n \t\t\t\t\tappliedUpdate[moduleId] = hotUpdate[moduleId];\n \t\t\t\t\taddAllToSet(outdatedModules, result.outdatedModules);\n \t\t\t\t\tfor (moduleId in result.outdatedDependencies) {\n \t\t\t\t\t\tif (\n \t\t\t\t\t\t\tObject.prototype.hasOwnProperty.call(\n \t\t\t\t\t\t\t\tresult.outdatedDependencies,\n \t\t\t\t\t\t\t\tmoduleId\n \t\t\t\t\t\t\t)\n \t\t\t\t\t\t) {\n \t\t\t\t\t\t\tif (!outdatedDependencies[moduleId])\n \t\t\t\t\t\t\t\toutdatedDependencies[moduleId] = [];\n \t\t\t\t\t\t\taddAllToSet(\n \t\t\t\t\t\t\t\toutdatedDependencies[moduleId],\n \t\t\t\t\t\t\t\tresult.outdatedDependencies[moduleId]\n \t\t\t\t\t\t\t);\n \t\t\t\t\t\t}\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t\tif (doDispose) {\n \t\t\t\t\taddAllToSet(outdatedModules, [result.moduleId]);\n \t\t\t\t\tappliedUpdate[moduleId] = warnUnexpectedRequire;\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// Store self accepted outdated modules to require them later by the module system\n \t\tvar outdatedSelfAcceptedModules = [];\n \t\tfor (i = 0; i < outdatedModules.length; i++) {\n \t\t\tmoduleId = outdatedModules[i];\n \t\t\tif (\n \t\t\t\tinstalledModules[moduleId] &&\n \t\t\t\tinstalledModules[moduleId].hot._selfAccepted &&\n \t\t\t\t// removed self-accepted modules should not be required\n \t\t\t\tappliedUpdate[moduleId] !== warnUnexpectedRequire &&\n \t\t\t\t// when called invalidate self-accepting is not possible\n \t\t\t\t!installedModules[moduleId].hot._selfInvalidated\n \t\t\t) {\n \t\t\t\toutdatedSelfAcceptedModules.push({\n \t\t\t\t\tmodule: moduleId,\n \t\t\t\t\tparents: installedModules[moduleId].parents.slice(),\n \t\t\t\t\terrorHandler: installedModules[moduleId].hot._selfAccepted\n \t\t\t\t});\n \t\t\t}\n \t\t}\n\n \t\t// Now in \"dispose\" phase\n \t\thotSetStatus(\"dispose\");\n \t\tObject.keys(hotAvailableFilesMap).forEach(function(chunkId) {\n \t\t\tif (hotAvailableFilesMap[chunkId] === false) {\n \t\t\t\thotDisposeChunk(chunkId);\n \t\t\t}\n \t\t});\n\n \t\tvar idx;\n \t\tvar queue = outdatedModules.slice();\n \t\twhile (queue.length > 0) {\n \t\t\tmoduleId = queue.pop();\n \t\t\tmodule = installedModules[moduleId];\n \t\t\tif (!module) continue;\n\n \t\t\tvar data = {};\n\n \t\t\t// Call dispose handlers\n \t\t\tvar disposeHandlers = module.hot._disposeHandlers;\n \t\t\tfor (j = 0; j < disposeHandlers.length; j++) {\n \t\t\t\tcb = disposeHandlers[j];\n \t\t\t\tcb(data);\n \t\t\t}\n \t\t\thotCurrentModuleData[moduleId] = data;\n\n \t\t\t// disable module (this disables requires from this module)\n \t\t\tmodule.hot.active = false;\n\n \t\t\t// remove module from cache\n \t\t\tdelete installedModules[moduleId];\n\n \t\t\t// when disposing there is no need to call dispose handler\n \t\t\tdelete outdatedDependencies[moduleId];\n\n \t\t\t// remove \"parents\" references from all children\n \t\t\tfor (j = 0; j < module.children.length; j++) {\n \t\t\t\tvar child = installedModules[module.children[j]];\n \t\t\t\tif (!child) continue;\n \t\t\t\tidx = child.parents.indexOf(moduleId);\n \t\t\t\tif (idx >= 0) {\n \t\t\t\t\tchild.parents.splice(idx, 1);\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// remove outdated dependency from module children\n \t\tvar dependency;\n \t\tvar moduleOutdatedDependencies;\n \t\tfor (moduleId in outdatedDependencies) {\n \t\t\tif (\n \t\t\t\tObject.prototype.hasOwnProperty.call(outdatedDependencies, moduleId)\n \t\t\t) {\n \t\t\t\tmodule = installedModules[moduleId];\n \t\t\t\tif (module) {\n \t\t\t\t\tmoduleOutdatedDependencies = outdatedDependencies[moduleId];\n \t\t\t\t\tfor (j = 0; j < moduleOutdatedDependencies.length; j++) {\n \t\t\t\t\t\tdependency = moduleOutdatedDependencies[j];\n \t\t\t\t\t\tidx = module.children.indexOf(dependency);\n \t\t\t\t\t\tif (idx >= 0) module.children.splice(idx, 1);\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// Now in \"apply\" phase\n \t\thotSetStatus(\"apply\");\n\n \t\tif (hotUpdateNewHash !== undefined) {\n \t\t\thotCurrentHash = hotUpdateNewHash;\n \t\t\thotUpdateNewHash = undefined;\n \t\t}\n \t\thotUpdate = undefined;\n\n \t\t// insert new code\n \t\tfor (moduleId in appliedUpdate) {\n \t\t\tif (Object.prototype.hasOwnProperty.call(appliedUpdate, moduleId)) {\n \t\t\t\tmodules[moduleId] = appliedUpdate[moduleId];\n \t\t\t}\n \t\t}\n\n \t\t// call accept handlers\n \t\tvar error = null;\n \t\tfor (moduleId in outdatedDependencies) {\n \t\t\tif (\n \t\t\t\tObject.prototype.hasOwnProperty.call(outdatedDependencies, moduleId)\n \t\t\t) {\n \t\t\t\tmodule = installedModules[moduleId];\n \t\t\t\tif (module) {\n \t\t\t\t\tmoduleOutdatedDependencies = outdatedDependencies[moduleId];\n \t\t\t\t\tvar callbacks = [];\n \t\t\t\t\tfor (i = 0; i < moduleOutdatedDependencies.length; i++) {\n \t\t\t\t\t\tdependency = moduleOutdatedDependencies[i];\n \t\t\t\t\t\tcb = module.hot._acceptedDependencies[dependency];\n \t\t\t\t\t\tif (cb) {\n \t\t\t\t\t\t\tif (callbacks.indexOf(cb) !== -1) continue;\n \t\t\t\t\t\t\tcallbacks.push(cb);\n \t\t\t\t\t\t}\n \t\t\t\t\t}\n \t\t\t\t\tfor (i = 0; i < callbacks.length; i++) {\n \t\t\t\t\t\tcb = callbacks[i];\n \t\t\t\t\t\ttry {\n \t\t\t\t\t\t\tcb(moduleOutdatedDependencies);\n \t\t\t\t\t\t} catch (err) {\n \t\t\t\t\t\t\tif (options.onErrored) {\n \t\t\t\t\t\t\t\toptions.onErrored({\n \t\t\t\t\t\t\t\t\ttype: \"accept-errored\",\n \t\t\t\t\t\t\t\t\tmoduleId: moduleId,\n \t\t\t\t\t\t\t\t\tdependencyId: moduleOutdatedDependencies[i],\n \t\t\t\t\t\t\t\t\terror: err\n \t\t\t\t\t\t\t\t});\n \t\t\t\t\t\t\t}\n \t\t\t\t\t\t\tif (!options.ignoreErrored) {\n \t\t\t\t\t\t\t\tif (!error) error = err;\n \t\t\t\t\t\t\t}\n \t\t\t\t\t\t}\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// Load self accepted modules\n \t\tfor (i = 0; i < outdatedSelfAcceptedModules.length; i++) {\n \t\t\tvar item = outdatedSelfAcceptedModules[i];\n \t\t\tmoduleId = item.module;\n \t\t\thotCurrentParents = item.parents;\n \t\t\thotCurrentChildModule = moduleId;\n \t\t\ttry {\n \t\t\t\t__webpack_require__(moduleId);\n \t\t\t} catch (err) {\n \t\t\t\tif (typeof item.errorHandler === \"function\") {\n \t\t\t\t\ttry {\n \t\t\t\t\t\titem.errorHandler(err);\n \t\t\t\t\t} catch (err2) {\n \t\t\t\t\t\tif (options.onErrored) {\n \t\t\t\t\t\t\toptions.onErrored({\n \t\t\t\t\t\t\t\ttype: \"self-accept-error-handler-errored\",\n \t\t\t\t\t\t\t\tmoduleId: moduleId,\n \t\t\t\t\t\t\t\terror: err2,\n \t\t\t\t\t\t\t\toriginalError: err\n \t\t\t\t\t\t\t});\n \t\t\t\t\t\t}\n \t\t\t\t\t\tif (!options.ignoreErrored) {\n \t\t\t\t\t\t\tif (!error) error = err2;\n \t\t\t\t\t\t}\n \t\t\t\t\t\tif (!error) error = err;\n \t\t\t\t\t}\n \t\t\t\t} else {\n \t\t\t\t\tif (options.onErrored) {\n \t\t\t\t\t\toptions.onErrored({\n \t\t\t\t\t\t\ttype: \"self-accept-errored\",\n \t\t\t\t\t\t\tmoduleId: moduleId,\n \t\t\t\t\t\t\terror: err\n \t\t\t\t\t\t});\n \t\t\t\t\t}\n \t\t\t\t\tif (!options.ignoreErrored) {\n \t\t\t\t\t\tif (!error) error = err;\n \t\t\t\t\t}\n \t\t\t\t}\n \t\t\t}\n \t\t}\n\n \t\t// handle errors in accept handlers and self accepted module load\n \t\tif (error) {\n \t\t\thotSetStatus(\"fail\");\n \t\t\treturn Promise.reject(error);\n \t\t}\n\n \t\tif (hotQueuedInvalidatedModules) {\n \t\t\treturn hotApplyInternal(options).then(function(list) {\n \t\t\t\toutdatedModules.forEach(function(moduleId) {\n \t\t\t\t\tif (list.indexOf(moduleId) < 0) list.push(moduleId);\n \t\t\t\t});\n \t\t\t\treturn list;\n \t\t\t});\n \t\t}\n\n \t\thotSetStatus(\"idle\");\n \t\treturn new Promise(function(resolve) {\n \t\t\tresolve(outdatedModules);\n \t\t});\n \t}\n\n \tfunction hotApplyInvalidatedModules() {\n \t\tif (hotQueuedInvalidatedModules) {\n \t\t\tif (!hotUpdate) hotUpdate = {};\n \t\t\thotQueuedInvalidatedModules.forEach(hotApplyInvalidatedModule);\n \t\t\thotQueuedInvalidatedModules = undefined;\n \t\t\treturn true;\n \t\t}\n \t}\n\n \tfunction hotApplyInvalidatedModule(moduleId) {\n \t\tif (!Object.prototype.hasOwnProperty.call(hotUpdate, moduleId))\n \t\t\thotUpdate[moduleId] = modules[moduleId];\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t1: 0\n \t};\n\n \tvar deferredModules = [], deferredPrefetch = [];\n\n \t// script path function\n \tfunction jsonpScriptSrc(chunkId) {\n \t\treturn __webpack_require__.p + \"static/js/\" + ({\"2\":\"documents-asf-asfinfo\",\"3\":\"documents-business-metadata\",\"4\":\"documents-classification-propagation\",\"5\":\"documents-downloads-downloads\",\"6\":\"documents-glossary\",\"7\":\"documents-high-availability\",\"8\":\"documents-high-level-architecture\",\"9\":\"documents-hook-hook-falcon\",\"10\":\"documents-hook-hook-h-base\",\"11\":\"documents-hook-hook-hive\",\"12\":\"documents-hook-hook-kafka\",\"13\":\"documents-hook-hook-sqoop\",\"14\":\"documents-hook-hook-storm\",\"15\":\"documents-import-export-export-api\",\"16\":\"documents-import-export-export-hdfsapi\",\"17\":\"documents-import-export-export-import-audits\",\"18\":\"documents-import-export-import-api\",\"19\":\"documents-import-export-import-api-options\",\"20\":\"documents-import-export-import-entity-transforms\",\"21\":\"documents-import-export-import-export-api\",\"22\":\"documents-import-export-incremental-export\",\"23\":\"documents-migration-migration-0-8-to-1-0\",\"24\":\"documents-misc-atlas-server\",\"25\":\"documents-misc-replicated-attributes\",\"26\":\"documents-misc-soft-reference\",\"27\":\"documents-notifications\",\"28\":\"documents-overview\",\"29\":\"documents-project-info-issue-tracking\",\"30\":\"documents-project-info-mailing-lists\",\"31\":\"documents-project-info-project-info\",\"32\":\"documents-project-info-project-license\",\"33\":\"documents-project-info-source-repository\",\"34\":\"documents-project-info-team-list\",\"35\":\"documents-rest-api\",\"36\":\"documents-search-search-advanced\",\"37\":\"documents-search-search-basic\",\"38\":\"documents-search-search-relationship\",\"39\":\"documents-security-atlas-ranger-authorizer\",\"40\":\"documents-security-atlas-simple-authorizer\",\"41\":\"documents-security-authentication\",\"42\":\"documents-security-authorization-model\",\"43\":\"documents-security-security\",\"44\":\"documents-setup-build-instruction\",\"45\":\"documents-setup-configuration\",\"46\":\"documents-setup-eclipse-setup\",\"47\":\"documents-setup-installation-instruction\",\"48\":\"documents-setup-quick-start\",\"49\":\"documents-tools-atlas-repair-index\",\"50\":\"documents-type-system\",\"51\":\"documents-whats-new-whats-new-1-0\",\"52\":\"documents-whats-new-whats-new-2-0\",\"53\":\"documents-whats-new-whats-new-2-1\",\"54\":\"documents-whats-new-whats-new-2-2\",\"55\":\"documents-whats-new-whats-new-2-3\"}[chunkId]||chunkId) + \".\" + {\"2\":\"90a8320c\",\"3\":\"e68dd841\",\"4\":\"a883372b\",\"5\":\"7bbca797\",\"6\":\"7aac8d5a\",\"7\":\"5a25fd47\",\"8\":\"473e837a\",\"9\":\"4e9a18ba\",\"10\":\"3097c568\",\"11\":\"a0073868\",\"12\":\"f0f0fa18\",\"13\":\"de797b78\",\"14\":\"5cb01ef5\",\"15\":\"d67c5471\",\"16\":\"35e269a2\",\"17\":\"23b1ebdd\",\"18\":\"86fa76ae\",\"19\":\"d82d96e5\",\"20\":\"952a218e\",\"21\":\"01994ddf\",\"22\":\"15461c37\",\"23\":\"756913df\",\"24\":\"4419d308\",\"25\":\"04c7b7bf\",\"26\":\"f7723ef2\",\"27\":\"58adc50d\",\"28\":\"c02fe19d\",\"29\":\"76a0c8ae\",\"30\":\"04ae30ab\",\"31\":\"8337ab57\",\"32\":\"e3e0bd32\",\"33\":\"54cb08de\",\"34\":\"b408d1d0\",\"35\":\"617bd3f9\",\"36\":\"2421bf2c\",\"37\":\"a24095d8\",\"38\":\"1d764e51\",\"39\":\"aa5d41ab\",\"40\":\"1ae31fd1\",\"41\":\"3ee79ab6\",\"42\":\"b50faded\",\"43\":\"c044dc7f\",\"44\":\"bf138514\",\"45\":\"e728b5ee\",\"46\":\"2e40a125\",\"47\":\"b91230c8\",\"48\":\"93736360\",\"49\":\"33825bd7\",\"50\":\"ee925ecd\",\"51\":\"02557ee0\",\"52\":\"8e563e3d\",\"53\":\"0510ebbb\",\"54\":\"7acab8c6\",\"55\":\"74dda911\"}[chunkId] + \".js\"\n \t}\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {},\n \t\t\thot: hotCreateModule(moduleId),\n \t\t\tparents: (hotCurrentParentsTemp = hotCurrentParents, hotCurrentParents = [], hotCurrentParentsTemp),\n \t\t\tchildren: []\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar promises = [];\n\n\n \t\t// JSONP chunk loading for javascript\n\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n \t\t\t// a Promise means \"currently loading\".\n \t\t\tif(installedChunkData) {\n \t\t\t\tpromises.push(installedChunkData[2]);\n \t\t\t} else {\n \t\t\t\t// setup Promise in chunk cache\n \t\t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t\t\t});\n \t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n \t\t\t\t// start chunk loading\n \t\t\t\tvar script = document.createElement('script');\n \t\t\t\tvar onScriptComplete;\n\n \t\t\t\tscript.charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t}\n \t\t\t\tscript.src = jsonpScriptSrc(chunkId);\n \t\t\t\tif (script.src.indexOf(window.location.origin + '/') !== 0) {\n \t\t\t\t\tscript.crossOrigin = \"anonymous\";\n \t\t\t\t}\n \t\t\t\t// create error before stack unwound to get useful stacktrace later\n \t\t\t\tvar error = new Error();\n \t\t\t\tonScriptComplete = function (event) {\n \t\t\t\t\t// avoid mem leaks in IE.\n \t\t\t\t\tscript.onerror = script.onload = null;\n \t\t\t\t\tclearTimeout(timeout);\n \t\t\t\t\tvar chunk = installedChunks[chunkId];\n \t\t\t\t\tif(chunk !== 0) {\n \t\t\t\t\t\tif(chunk) {\n \t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n \t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n \t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n \t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n \t\t\t\t\t\t\terror.type = errorType;\n \t\t\t\t\t\t\terror.request = realSrc;\n \t\t\t\t\t\t\tchunk[1](error);\n \t\t\t\t\t\t}\n \t\t\t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t\t\t}\n \t\t\t\t};\n \t\t\t\tvar timeout = setTimeout(function(){\n \t\t\t\t\tonScriptComplete({ type: 'timeout', target: script });\n \t\t\t\t}, 120000);\n \t\t\t\tscript.onerror = script.onload = onScriptComplete;\n \t\t\t\tdocument.head.appendChild(script);\n \t\t\t}\n \t\t}\n \t\treturn Promise.all(promises);\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n \t// __webpack_hash__\n \t__webpack_require__.h = function() { return hotCurrentHash; };\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \tvar startupResult = (function() {\n \t// add entry module to deferred list\n \tdeferredModules.push([0,0]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n \t})();\n\n \twebpackJsonpCallback([[], {}, 0, [0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55]]);\n \treturn startupResult;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const white = \"#FFFFFF\";\nexport const grayUltraLight = \"#FCFBFA\";\nexport const grayExtraLight = \"#F5F6F7\";\nexport const grayLight = \"#CED4DE\";\nexport const gray = \"#7D899C\";\nexport const grayDark = \"#2D3747\";\nexport const grayExtraDark = \"#1D2330\";\nexport const dark = \"#13161F\";\n\nexport const blueLight = \"#e9f2fa\";\nexport const blue = \"#4a90e2 \";\nexport const skyBlue = \"#1FB6FF\";\nexport const negative = \"#EB4D4B\";\n\nexport const green = \"#37bb9b\";\nexport const greenLight = \"#529d8b\";\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as colors from \"./colors\";\n\nexport const light = {\n  ...colors,\n  primary: colors.green,\n  text: colors.grayDark,\n  link: colors.blue,\n  footerText: colors.grayDark,\n  sidebarBg: colors.grayExtraLight,\n  sidebarText: colors.dark,\n  sidebarHighlight: null,\n  sidebarBorder: colors.grayLight,\n  background: colors.white,\n  border: colors.greenLight,\n  theadColor: colors.gray,\n  theadBg: colors.grayExtraLight,\n  tableColor: colors.dark,\n  tooltipBg: colors.dark,\n  tooltipColor: colors.grayExtraLight,\n  codeBg: colors.grayExtraLight,\n  codeColor: colors.gray,\n  preBg: colors.grayExtraLight,\n  blockquoteBg: colors.grayExtraLight,\n  blockquoteBorder: colors.grayLight,\n  blockquoteColor: colors.gray,\n  propsText: colors.gray,\n  propsBg: colors.grayUltraLight\n};\n\nexport const dark = {\n  ...colors,\n  primary: colors.skyBlue,\n  text: colors.grayExtraLight,\n  link: colors.skyBlue,\n  footerText: colors.grayLight,\n  sidebarBg: colors.dark,\n  sidebarText: colors.grayLight,\n  sidebarHighlight: null,\n  sidebarBorder: colors.grayDark,\n  background: colors.grayExtraDark,\n  border: colors.grayDark,\n  theadColor: colors.gray,\n  theadBg: colors.grayDark,\n  tableColor: colors.grayExtraLight,\n  tooltipBg: colors.dark,\n  tooltipColor: colors.grayExtraLight,\n  codeBg: colors.gray,\n  codeColor: colors.grayExtraLight,\n  preBg: colors.grayDark,\n  blockquoteBg: colors.grayDark,\n  blockquoteBorder: colors.gray,\n  blockquoteColor: colors.gray,\n  propsText: colors.grayLight,\n  propsBg: colors.dark\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { ThemeProvider as StyledThemeProvider } from \"styled-components\";\nimport { useConfig } from \"../../docz-lib/docz/dist\";\nimport getter from \"lodash/get\";\n\nexport const get = (val, defaultValue) => p =>\n\tgetter(p, `theme.docz.${val}`, defaultValue);\n\nexport const ThemeProvider = ({ children }) => {\n\tconst config = useConfig();\n\tconst next = prev => ({ ...prev, docz: config.themeConfig });\n\treturn (\n\t\t<StyledThemeProvider theme={next}>\n\t\t\t<React.Fragment>{children}</React.Fragment>\n\t\t</StyledThemeProvider>\n\t);\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const Blockquote = styled.blockquote`\n\tbackground: ${get(\"colors.blockquoteBg\")};\n\tborder-left: 5px solid ${get(\"colors.blockquoteBorder\")};\n\tcolor: ${get(\"colors.blockquoteColor\")};\n\t${get(\"styles.blockquote\")};\n\n\t& > p {\n\t\tmargin: 0;\n\t\tcolor: ${get(\"colors.blockquoteColor\")};\n\t}\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const InlineCode = styled.code`\n\tbackground: ${get(\"colors.codeBg\")};\n\tcolor: ${get(\"colors.codeColor\")};\n\t${get(\"styles.code\")};\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useMemo, SFC } from \"react\";\nimport { useConfig, useDocs } from \"../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../utils/theme\";\n\nexport const LinkStyled = styled.a`\n  &,\n  &:visited,\n  &:active {\n    text-decoration: none;\n    color: ${get(\"colors.link\")};\n  }\n\n  &:hover {\n    color: ${get(\"colors.link\")};\n  }\n\n  ${get(\"styles.link\")};\n`;\n\nconst getSeparator = (separator, href) => {\n  if (typeof window === \"undefined\") return null;\n  return [\n    location.pathname\n      .split(separator)\n      .slice(0, -1)\n      .join(separator)\n      .slice(1),\n    (href || \"\").replace(/^(?:\\.\\/)+/gi, \"\")\n  ].join(\"/\");\n};\n\nexport const Link = ({ href, ...props }) => {\n  const { separator, linkComponent: Link } = useConfig();\n  const docs = useDocs();\n  const toCheck = useMemo(() => getSeparator(separator, href), [\n    separator,\n    href\n  ]);\n\n  const matched = docs && docs.find(doc => doc.filepath === toCheck);\n  const nHref = matched ? matched.route : href;\n  const isInternal = nHref && nHref.startsWith(\"/\");\n\n  return isInternal ? (\n    <LinkStyled as={Link} {...props} to={nHref} />\n  ) : (\n    <LinkStyled {...props} href={nHref} />\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { css, keyframes } from \"styled-components\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../utils/theme\";\n\nconst Wrapper = styled.div`\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  height: 100vh;\n`;\n\nconst dash = keyframes`\n  to {\n    stroke-dashoffset: 1000;\n  }\n`;\n\nconst spinnerClass = (delay = 0) => css`\n  stroke-dasharray: 100;\n  animation: ${dash} 5s ${delay}s cubic-bezier(0.455, 0.03, 0.515, 0.955)\n    infinite;\n`;\n\nconst Lines = styled.path`\n  stroke: ${get(\"colors.primary\")};\n  stroke-width: 3px;\n`;\nconst Path = styled.path`\n  fill: ${get(\"colors.primary\")};\n`;\nconst Spinner = ({ size = 60 }) => (\n  <svg width={size} height={size * 0.79} viewBox=\"0 0 121 96\">\n    <g>\n      <Path\n        d=\"M94.4110629,60.8520717 C95.3815188,60.8520717 96.1684193,61.6483184 96.1684193,62.6308855 L96.1684193,84.1888093 C96.1684193,90.7014865 90.9354492,96 84.2817971,96 L11.6626593,96 C5.08322545,96 0.0693980867,90.6732777 9.65270039e-05,83.6092251 C-0.0048201377,83.1344165 0.178267091,82.6773865 0.508386007,82.3398291 C0.838270796,82.0025088 1.28802855,81.8126327 1.75698472,81.8126327 L20.0341004,81.8126327 L20.0341004,11.8111907 C20.0341004,5.29851351 25.2670706,0 31.6994728,0 L104.318611,0 C110.916775,0 115.930602,5.32672231 115.999903,12.3907749 C116.00482,12.8655835 115.821733,13.3226135 115.491614,13.6601709 C115.161729,13.9974912 114.711971,14.1873673 114.243015,14.1873673 L96.1677169,14.1873673 L96.1677169,27.6014816 C96.1677169,28.5840486 95.3810506,29.3805324 94.4105946,29.3805324 C93.4401387,29.3805324 92.6534723,28.5842856 92.6534723,27.6014816 L92.6534723,12.4083165 L92.6534723,11.8111907 C92.6534723,11.6092251 92.6586231,11.4084449 92.6841429,10.9981135 C92.6928056,10.8698701 92.7005318,10.7413897 92.7436112,10.3687491 C92.7574246,10.2552027 92.7695992,10.1411823 92.831877,9.76735641 C92.8501389,9.66186972 92.8667619,9.55614598 92.9475357,9.18611289 C92.970246,9.08560423 92.9913174,8.98462146 93.0908213,8.61601067 C93.1175118,8.52000593 93.1425634,8.42352709 93.1715951,8.32870759 C93.1992221,8.23862907 93.230361,8.15044694 93.3528093,7.78396958 C93.3848847,7.69483925 93.4202379,7.60736827 93.5590751,7.25132105 C93.5953648,7.16385007 93.6349322,7.07803842 93.7896901,6.73147316 C93.8299599,6.64613561 93.8735075,6.56245741 94.0439519,6.22513704 C94.0882019,6.14193293 94.1354955,6.06062522 94.3213923,5.7327868 C94.3693883,5.65219023 94.4199597,5.57349005 94.6208406,5.25560768 C94.6723485,5.17809275 94.7261977,5.10223715 94.9425309,4.79383673 C94.9970825,4.71940343 95.0537412,4.64710356 95.2848244,4.34889624 C95.3424196,4.27754457 95.402122,4.20832634 95.647487,3.92078621 C95.7074235,3.85346437 95.7694671,3.78803892 95.9815861,3.55810163 L31.7001752,3.55810163 C27.2058754,3.55810163 23.5492816,7.26009186 23.5492816,11.8109536 L23.5492816,81.8126327 L74.3763566,81.8126327 C75.3400229,81.8126327 76.1238797,82.5984493 76.1334789,83.5741419 C76.1831138,88.6294434 79.6861203,92.4418984 84.503047,92.4418984 C88.9973468,92.4418984 92.6539406,88.7399081 92.6539406,84.1890464 L92.6539406,62.6311225 C92.6539406,61.6485555 93.4406069,60.8520717 94.4110629,60.8520717 Z M96.2578558,10.5918119 C96.2562169,10.6041385 96.2550463,10.6167021 96.2543439,10.6287915 L112.318258,10.6287915 C111.563199,6.49371327 108.371815,3.55786459 104.339214,3.55786459 C104.270849,3.55786459 104.203186,3.56094622 104.135289,3.56260556 C104.072075,3.5642649 104.008861,3.564739 103.946115,3.56758358 C103.83748,3.57279866 103.729781,3.58085831 103.622317,3.59034026 C103.604289,3.59176256 103.586262,3.59271075 103.568468,3.59437009 C103.45117,3.60551138 103.334575,3.61926021 103.218682,3.63537952 C103.211424,3.63632772 103.204167,3.63727591 103.196909,3.63822411 C103.075397,3.65529162 102.954587,3.67520371 102.834948,3.69772334 C102.834246,3.69796039 102.83331,3.69796039 102.832607,3.69819744 C101.371187,3.97364808 100.046965,4.64283668 98.9709182,5.5917428 C98.9681087,5.59435034 98.965065,5.59672083 98.9622555,5.59932836 C98.8779698,5.67376167 98.7955572,5.75009136 98.7145493,5.82784335 C98.7058866,5.83637711 98.6972239,5.84467381 98.6885612,5.85297052 C98.6117675,5.92740382 98.5363787,6.00349647 98.4623946,6.08077436 C98.4504541,6.09310089 98.4389819,6.10566448 98.4272756,6.11799101 C98.3558669,6.19360956 98.2858629,6.27017631 98.2174979,6.34840239 C98.204855,6.36286236 98.1924463,6.37755939 98.1800376,6.39201936 C98.1128431,6.4700084 98.0463511,6.54894563 97.9819662,6.6295422 C97.9714305,6.64281693 97.961363,6.65632871 97.9508273,6.66960344 C97.8850377,6.75304459 97.8201845,6.8371969 97.7574385,6.92300854 C97.7555655,6.92561608 97.7539266,6.92798657 97.7520536,6.9305941 C97.55726,7.19822213 97.3790895,7.47888785 97.2168395,7.76974665 C97.2025578,7.79558497 97.1871054,7.82071213 97.1730578,7.8467875 C97.136534,7.91387229 97.1023515,7.98214233 97.0677007,8.05041237 C97.044288,8.09639982 97.0201729,8.14191318 96.9976968,8.18837473 C96.9674944,8.25071855 96.9389309,8.31448467 96.9101333,8.37777668 C96.8857841,8.4313497 96.8612008,8.48492271 96.8380222,8.53920687 C96.8118,8.6001284 96.7872167,8.66152403 96.7626334,8.7231567 C96.7392207,8.78170774 96.7160421,8.84002173 96.6940342,8.89904687 C96.671558,8.95878315 96.6502525,9.01923058 96.629181,9.07967801 C96.6074072,9.14225888 96.5863358,9.20483975 96.5662009,9.26789471 C96.5472366,9.32691985 96.5287406,9.38618203 96.5111811,9.44591832 C96.4917485,9.51181787 96.4732525,9.57842856 96.4552248,9.64503926 C96.4395383,9.70335325 96.4240859,9.76190429 96.40957,9.82069238 C96.3924787,9.89062176 96.3767922,9.96102524 96.3613399,10.0316658 C96.3489311,10.0885575 96.3362883,10.1454492 96.3250502,10.202815 C96.3103002,10.2781965 96.2974232,10.3540521 96.2847804,10.4299076 C96.2756494,10.4837177 96.2658161,10.5375278 96.2578558,10.5918119 Z M11.6624252,92.4418984 L75.9979194,92.4418984 C75.9649075,92.4068152 75.9335345,92.3698355 75.9009909,92.3342782 C75.8553361,92.284498 75.8099155,92.2344807 75.7651973,92.1837523 C75.6987052,92.1083708 75.6331497,92.0320411 75.5685307,91.9547632 C75.5252172,91.9030866 75.4819037,91.8514099 75.4392927,91.7990222 C75.3746736,91.7193738 75.3114594,91.637829 75.2487134,91.5560472 C75.2089118,91.5041335 75.1688761,91.452931 75.1297769,91.4003062 C75.0646896,91.3128352 75.0019436,91.2234678 74.9391976,91.1338634 C74.9050151,91.0847943 74.8698961,91.0366734 74.8361818,90.9871302 C74.7633683,90.8797471 74.6928961,90.7702306 74.6233604,90.660003 C74.602289,90.6265791 74.580047,90.5943405 74.5592097,90.5606795 C74.4700073,90.4165539 74.3836145,90.2700578 74.3000312,90.1211912 C74.2777891,90.081604 74.2569519,90.0408316 74.2351781,90.0007704 C74.1750074,89.8907798 74.1153051,89.7805521 74.0581781,89.6684281 C74.0282099,89.60964 74.0003488,89.5499037 73.971317,89.4906415 C73.9247258,89.3951109 73.8779004,89.2993432 73.8334163,89.2021532 C73.8032139,89.1362536 73.7744163,89.0694059 73.7453846,89.0027952 C73.7048806,88.9098721 73.6646108,88.816949 73.6259799,88.7228406 C73.5974164,88.6529113 73.5700236,88.5822707 73.5423966,88.5116302 C73.5061069,88.4187071 73.4707538,88.3253099 73.4365712,88.2309645 C73.4101149,88.1584276 73.3845951,88.0854166 73.3595435,88.0121685 C73.3269998,87.917112 73.2953927,87.8213443 73.2649562,87.7251025 C73.2415435,87.6516174 73.218365,87.5778952 73.196357,87.5036989 C73.1668571,87.4048496 73.1392301,87.3050521 73.1118372,87.2050175 C73.0919364,87.1320065 73.0715674,87.0589955 73.0528373,86.9852733 C73.0259127,86.8802608 73.0013293,86.7738259 72.9769801,86.667391 C72.9610595,86.5972246 72.9439683,86.5275322 72.9289841,86.4566546 C72.9036984,86.3386044 72.8814564,86.2188948 72.8592143,86.0991851 C72.8479762,86.0387377 72.8353334,85.9792385 72.8250318,85.918554 C72.7938929,85.7374488 72.7657977,85.5551583 72.7416826,85.3709714 L21.7919251,85.3709714 L3.68338077,85.3709714 C4.43844,89.5060497 7.62982365,92.4418984 11.6624252,92.4418984 Z M120.998408,32.7899677 C120.998647,32.8098599 121.000556,32.8297522 120.99984,32.850118 C120.998408,32.9064794 120.993634,32.9621303 120.986951,33.0170708 C120.986712,33.0203861 120.986712,33.0234647 120.986235,33.0267801 C120.975971,33.1077699 120.958785,33.1863916 120.938019,33.2635925 C120.933962,33.2787485 120.929665,33.2934308 120.92513,33.30835 C120.878347,33.4655934 120.810559,33.6131276 120.72463,33.7488211 C120.716514,33.7616089 120.708399,33.77416 120.700045,33.7867111 C120.654455,33.854913 120.605285,33.9202732 120.551102,33.981134 C120.54776,33.9846862 120.54418,33.9880016 120.540838,33.9917906 C120.485939,34.0526514 120.426267,34.1087759 120.363491,34.1615851 C120.358478,34.1658477 120.354659,34.1708208 120.349647,34.1748466 C116.038893,37.7064298 112.307441,41.2448806 107.873046,46.0062306 C102.802778,51.4498371 91.7857706,58.7815489 86.0428726,60.5339606 C83.3864839,61.3445694 81.1912456,61.9366004 79.2545094,62.4594822 C75.5209096,63.4666453 72.7568714,64.2130779 69.3242606,65.8091935 L66.5163033,75.703689 C66.2938436,76.487538 65.5749072,77 64.7927178,77 C64.632079,77 64.4685759,76.9786869 64.3062662,76.9332189 C63.354129,76.6670418 62.7994119,75.6852176 63.0674615,74.7405729 L66.0950142,64.0724114 C66.1009815,64.0513351 66.1074262,64.0304956 66.1141095,64.0098929 C66.2733162,63.5189808 66.4310907,63.0273583 66.589104,62.5354989 C68.5186795,56.5263844 70.5141337,50.3124272 74.8387316,45.4144364 C84.7202875,34.2226827 104.265713,30.6427897 119.255011,31.0276098 C119.339269,31.0297412 119.421379,31.0396873 119.502295,31.0529488 C119.520435,31.0557905 119.538337,31.0588691 119.556239,31.0624213 C119.637155,31.0782877 119.716639,31.0979431 119.793259,31.1239925 C119.793736,31.1239925 119.794214,31.1242293 119.794691,31.1244661 C119.871788,31.1507523 119.945305,31.1836692 120.017151,31.2196647 C120.030995,31.2265323 120.0446,31.233163 120.058205,31.2405042 C120.128619,31.2783942 120.196885,31.3198363 120.261331,31.3662516 C120.269208,31.3719351 120.276369,31.378329 120.284007,31.3840125 C120.341293,31.4268755 120.395714,31.473054 120.447271,31.5223109 C120.459445,31.5339147 120.472095,31.5450449 120.48403,31.5571224 C120.53869,31.6120628 120.58977,31.6703187 120.636792,31.7318899 C120.646101,31.7442042 120.654694,31.7572288 120.663764,31.7697799 C120.706489,31.8287462 120.745635,31.8900806 120.780961,31.9540199 C120.785735,31.9630188 120.791225,31.9713072 120.795998,31.9803061 C120.834189,32.0527707 120.866651,32.1285507 120.894816,32.2064619 C120.896965,32.2126191 120.900545,32.2183026 120.902693,32.2244597 C120.905319,32.2318009 120.906274,32.2396157 120.90866,32.2471937 C120.959502,32.3997009 120.989815,32.5607333 120.996976,32.7279228 C120.997692,32.7487623 120.998169,32.769365 120.998408,32.7899677 Z M77.5340269,47.756511 C75.2953469,50.2920613 73.752689,53.2567157 72.4766485,56.4636291 C76.7888345,52.5955355 82.6281636,48.2464759 88.0376107,44.6611362 C91.3895441,42.4395991 97.3876024,38.6593629 103.660632,35.6411889 C101.191855,36.0456645 98.7963549,36.5581265 96.5295094,37.1757332 C88.0946578,39.4737607 81.7037145,43.0337614 77.5340269,47.756511 Z M105.24172,43.5935859 C108.084287,40.541311 110.64878,37.9761591 113.255998,35.5938264 C107.252689,37.4175187 99.0698944,41.6242541 90.0278137,47.6172653 C84.8055001,51.0785153 79.7992015,54.8284396 75.9309802,58.1760196 C74.9697728,59.0079415 74.1544054,59.7489275 73.4588607,60.4098709 C75.0136919,59.9201429 76.5859475,59.4953014 78.3143067,59.0290178 C80.2245483,58.513714 82.3894729,57.9292611 84.9897693,57.1359395 C89.6492502,55.7143547 100.307028,48.8917896 105.24172,43.5935859 Z\"\n        id=\"Combined-Shape\"\n        fill=\"#1F2D3D\"\n      />\n      <Lines\n        d=\"M31.5,18.5 L38.5,18.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        strokeLinecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(1.5)}\n      />\n      <Lines\n        d=\"M47.75,18.5 L86.25,18.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        stroke-linecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(0.2)}\n      />\n      <Lines\n        d=\"M30.9375,38.5 L72.0625,38.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        stroke-linecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(1)}\n      />\n      <Lines\n        d=\"M31,56.5 L59,56.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        stroke-linecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(3)}\n      />\n      <Lines\n        d=\"M31.375,72.5 L50.625,72.5\"\n        id=\"Line\"\n        strokeWidth=\"5\"\n        stroke-linecap=\"round\"\n        strokeLinejoin=\"round\"\n        css={spinnerClass(2)}\n      />\n    </g>\n  </svg>\n);\n\nexport const Loading = () => (\n  <Wrapper>\n    <Spinner />\n  </Wrapper>\n);\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport GitHubButton from \"react-github-btn\";\n\nconst GitHubDivContent = styled.div`\n  width: auto;\n  padding: 0;\n  float: right;\n  margin-right: 2px;\n  margin-left: 12px;\n  display: ${p => (p.showGithubLink ? \"display-inline\" : \"none\")};\n`;\n\nconst GithubLinkProps = {\n  repository: \"https://github.com/apache/atlas/\"\n};\n\nexport const GithubLink = ({ repository, ...props }) => {\n  return (\n    <GitHubDivContent {...props}>\n      <GitHubButton\n        href=\"https://github.com/apache/atlas/fork\"\n        data-size=\"large\"\n        aria-label=\"Fork apache/atlas on GitHub\"\n      >\n        Fork\n      </GitHubButton>\n\n      <GitHubButton\n        href=\"https://github.com/apache/atlas/archive/master.zip\"\n        data-size=\"large\"\n        aria-label=\"Download apache/atlas on GitHub\"\n      >\n        Download\n      </GitHubButton>\n\n      <GitHubButton\n        href=\"https://github.com/apache/atlas\"\n        data-size=\"large\"\n        aria-label=\"Star apache/atlas on GitHub\"\n      >\n        Star\n      </GitHubButton>\n    </GitHubDivContent>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport facepaint from \"facepaint\";\n\nexport const breakpoints = {\n\tmobile: 420,\n\ttablet: 920,\n\toldDesktop: 1024,\n\tdesktop: 1120\n};\n\nexport const mq = facepaint([\n\t`@media(min-width: ${breakpoints.mobile}px)`,\n\t`@media(min-width: ${breakpoints.tablet}px)`,\n\t`@media(min-width: ${breakpoints.desktop}px)`\n]);\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\n\nimport { breakpoints } from \"../../../styles/responsive\";\nimport { get } from \"../../../utils/theme\";\n\nconst WrapperProps = {\n  showBg: true,\n  theme: null\n};\n\nconst sidebarPrimary = get(\"colors.sidebarPrimary\");\nconst primaryColor = get(\"colors.primary\");\n\nconst Wrapper = styled.div`\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  justify-content: center;\n  padding: 24px;\n\n  a,\n  a:hover,\n  a:visited {\n    text-decoration: none;\n  }\n\n  &:before {\n    position: absolute;\n    content: \"\";\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: ${p => sidebarPrimary(p) || primaryColor(p)};\n  }\n\n  @media screen and (max-width: ${breakpoints.desktop}px) {\n    &:before {\n      height: ${p => (p.showBg ? \"3px\" : 0)};\n    }\n  }\n\n  ${get(\"styles.logo\")};\n`;\nWrapper.defaultProps = WrapperProps;\n\nconst LogoImg = styled(\"img\")`\n  padding: 0;\n  height: 50px;\n  margin: 2px 0;\n`;\n\nconst LogoText = styled(\"h1\")`\n  margin: 5px 0;\n  font-size: 24px;\n  font-weight: 600;\n  letter-spacing: -0.015em;\n  color: ${get(\"colors.sidebarText\")};\n`;\n\nconst LogoProps = {\n  showBg: true\n};\n\nexport const Logo = ({ showBg }) => {\n  const { base, title, linkComponent: Link, baseUrl } = useConfig();\n  if (!Link) return null;\n  return (\n    <Wrapper showBg={showBg}>\n      <Link to={typeof base === \"string\" ? base : \"/\"}>\n        <LogoImg src={`${baseUrl}/images/atlas_logo.svg`} alt={title} />\n      </Link>\n    </Wrapper>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport styled from \"styled-components\";\nimport SearchIcon from \"react-feather/dist/icons/search\";\n\nimport { get } from \"../../../utils/theme\";\n\nconst sidebarBorder = get(\"colors.sidebarBorder\", \"#CED4DE\");\nconst sidebarText = get(\"colors.sidebarText\", \"#13161F\");\n\nconst Wrapper = styled.div`\n  display: flex;\n  align-items: center;\n  padding: 5px 24px;\n  margin-bottom: 20px;\n  border-top: 1px dotted ${sidebarBorder};\n  border-bottom: 1px dotted ${sidebarBorder};\n  opacity: 1;\n`;\n\nconst Icon = styled(SearchIcon)`\n  stroke: ${sidebarText};\n  min-width: 20px;\n  opacity: 0.5;\n`;\n\nconst Input = styled.input`\n  outline: none;\n  width: 100%;\n  padding: 10px;\n  background: transparent;\n  border: none;\n  font-size: 16px;\n  color: ${sidebarText};\n`;\n\nconst SearchProps = {\n  onSearch: value => {}\n};\n\nexport const Search = ({ onSearch }) => (\n  <Wrapper>\n    <Icon />\n    <Input\n      type=\"text\"\n      placeholder=\"Search here...\"\n      onChange={ev => {\n        onSearch && onSearch(ev.target.value);\n      }}\n    />\n  </Wrapper>\n);\nSearch.defaultProps = SearchProps;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC, useState, useEffect } from \"react\";\nimport { WindowLocation } from \"@reach/router\";\nimport styled from \"styled-components\";\n\nimport { get as themeGet } from \"../../../utils/theme\";\n\nconst sidebarPrimary = themeGet(\"colors.sidebarPrimary\");\nconst primaryColor = themeGet(\"colors.primary\");\n\nexport const LinkProps = {\n  to: \"\",\n  onClick: React.MouseEventHandler\n};\nconst Link = styled.a`\n  position: relative;\n  font-size: 14px;\n  padding: 0 0 5px 16px;\n  text-decoration: none;\n  opacity: 0.5;\n  transition: opacity 0.2s;\n\n  &,\n  &:visited,\n  &.active {\n    color: ${themeGet(\"colors.sidebarText\")};\n  }\n\n  &.active {\n    opacity: 1;\n  }\n\n  &:before {\n    z-index: 1;\n    position: absolute;\n    display: block;\n    content: \"\";\n    top: 1px;\n    left: 0;\n    width: 0;\n    height: 20px;\n    background: ${p => sidebarPrimary(p) || primaryColor(p)};\n    transition: width 0.2s;\n  }\n\n  &.active:before {\n    width: 2px;\n  }\n`;\nLink.defaultProps = LinkProps;\n\nconst SmallLinkProps = Object.assign({}, LinkProps, {\n  as: null,\n  slug: \"\"\n  //location: WindowLocation\n});\n\nexport const SmallLink = ({ as: Component, slug, location, ...props }) => {\n  const [isActive, setActive] = useState(false);\n\n  useEffect(() => {\n    const decodedHash = decodeURI(location.hash);\n    const currentHash = decodedHash && decodedHash.slice(1, Infinity);\n    setActive(Boolean(slug === currentHash));\n  }, [location]);\n\n  return (\n    <Link as={Component} {...props} className={isActive ? \"active\" : \"\"} />\n  );\n};\n\nSmallLink.defaultProps = SmallLinkProps;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport { Entry, useDocs, useConfig } from \"../../../../docz-lib/docz/dist\";\nimport { Location } from \"@reach/router\";\nimport styled from \"styled-components\";\nimport get from \"lodash/get\";\n\nimport { SmallLink } from \"./SmallLink\";\n\nconst Submenu = styled.div`\n  display: flex;\n  flex-direction: column;\n  margin: 5px 0 0 24px;\n`;\n\nconst getHeadings = (route, docs) => {\n  const doc = docs.find(doc => doc.route === route);\n  const headings = get(doc, \"headings\");\n  return headings ? headings.filter(heading => heading.depth === 2) : [];\n};\n\nconst MenuHeadingsProps = {\n  route: \"\",\n  onClick: null\n};\n\nexport const MenuHeadings = ({ route, onClick }) => {\n  const docs = useDocs();\n  const { linkComponent: Link } = useConfig();\n  const headings = docs && getHeadings(route, docs);\n\n  return null;\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useMemo, useEffect, useRef, useState } from \"react\";\nimport { useConfig, usePrevious } from \"../../../../docz-lib/docz/dist\";\n//import { MenuItem } from \"./Menu\";\nimport styled, { css } from \"styled-components\";\nimport _isArray from \"lodash/fp/isArray\";\n\nimport { MenuHeadings } from \"./MenuHeadings\";\nimport { get } from \"../../../utils/theme\";\n\nexport const MenuItem = {\n  id: \"\",\n  name: \"\",\n  route: \"\",\n  href: \"\",\n  menu: [],\n  order: Number,\n  parent: \"\"\n};\n\nconst WrapperProps = {\n  active: false,\n  theme: null\n};\n\nconst hrefLinks = css`\n  font-weight: normal !important;\n  color: #807e7e !important;\n  &:hover,\n  &.active {\n    color: ${p =>\n      get(\"colors.sidebarPrimary\")(p) || get(\"colors.primary\")(p)} !important;\n  }\n`;\n\nconst activeWrapper = css`\n  padding-left: 0;\n  &:after {\n    width: 1px;\n  }\n`;\n\nconst Wrapper = styled.div`\n  position: relative;\n  transition: padding 0.2s;\n\n  &:after {\n    position: absolute;\n    display: block;\n    content: \"\";\n    top: 30px;\n    left: 24px;\n    width: 0;\n    height: calc(100% - 36px);\n    border-left: 1px dashed ${get(\"colors.sidebarBorder\")};\n    transition: width 0.2s;\n  }\n\n  ${p => p.active && activeWrapper};\n`;\nWrapper.defaultProps = WrapperProps;\nexport const createLink = Link => styled(Link)`\n  position: relative;\n  display: block;\n  padding: 4px 15px;\n  font-weight: 600;\n  font-size: 18px;\n  letter-spacing: -0.02em;\n  color: ${get(\"colors.sidebarText\")};\n  text-decoration: none;\n  transition: color 0.2s;\n\n  &:hover,\n  &:visited {\n    color: ${get(\"colors.sidebarText\")};\n  }\n\n  &:hover,\n  &.active {\n    color: ${p => get(\"colors.sidebarPrimary\")(p) || get(\"colors.primary\")(p)};\n    font-weight: 600;\n  }\n  ${p => {\n    return checkChildMenu(p) ? hrefLinks : \"\";\n  }}\n`;\n\nconst checkChildMenu = obj => {\n  const { partiallyActive, to, children } = obj;\n  return partiallyActive && !`REST API,ASF`.includes(children.trim());\n};\n\nconst LinkAnchor = createLink(styled.a``);\n\nconst getActiveByLocation = route => {\n  if (typeof window === \"undefined\") return;\n  return location.pathname.slice(0, location.pathname.length - 1) === route;\n};\n\nconst getActiveFromClass = (el = null, route = undefined) => {\n  const activeByClass = el && el.classList.contains(\"active\");\n  const activeByLocation = route && getActiveByLocation(route);\n  return Boolean(activeByClass || activeByLocation);\n};\n\nconst checkActiveClass = ($el, isActive) => {\n  if (!isActive) return;\n  if (isActive && !$el.classList.contains(\"active\")) {\n    $el.classList.add(\"active\");\n  }\n};\n\nconst LinkProps = {\n  item: MenuItem,\n  onClick: React.MouseEventHandler,\n  className: \"\",\n  innerRef: node => null,\n  children: React.ReactNode,\n  onActiveChange: active => null\n};\n\nexport const MenuLink = React.forwardRef(\n  ({ item, children, onClick, onActiveChange }, ref) => {\n    const { linkComponent } = useConfig();\n    const [active, setActive] = useState(false);\n    const prevActive = usePrevious(active);\n    const $el = useRef(ref);\n    const Link = useMemo(() => createLink(linkComponent), [linkComponent]);\n\n    const linkProps = {\n      children,\n      onClick\n    };\n\n    useEffect(() => {\n      const isActive = getActiveFromClass($el.current, item.route);\n      if (prevActive !== isActive) {\n        setActive(isActive);\n        $el && checkActiveClass($el.current, isActive);\n        //isActive && onActiveChange && onActiveChange(item.name);\n      }\n    });\n    return (\n      <Wrapper active={active}>\n        {item.route ? (\n          <Link\n            {...linkProps}\n            to={item.route}\n            innerRef={$el}\n            activeClassName=\"active\"\n            partiallyActive={true}\n          />\n        ) : (\n          <LinkAnchor\n            {...linkProps}\n            ref={$el}\n            href={item.href || \"#\"}\n            target={item.href ? \"_blank\" : \"_self\"}\n            {...(!item.href && {\n              onClick: ev => {\n                ev.preventDefault();\n                linkProps.onClick && linkProps.onClick(ev);\n              }\n            })}\n          />\n        )}\n        {active && item.route && <MenuHeadings route={item.route} />}\n      </Wrapper>\n    );\n  }\n);\n\nMenuLink.displayName = \"MenuLink\";","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nconst Utils = {\n\tlocalStorageKeys: {\n\t\tACTIVEMENU: \"ACTIVEMENU\",\n\t\tNAVPOSITION: \"NAVPOSITION\"\n\t},\n\tcheckMenuIsOPen: obj => {\n\t\tconst { activeMenu, item } = obj;\n\t\treturn activeMenu.findIndex(menu => menu === item.name) !== -1\n\t\t\t? true\n\t\t\t: false;\n\t},\n\tpagesForGithubLink: [\"Source Repository\"]\n};\n\nexport default Utils;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useState } from \"react\";\nimport ChevronDown from \"react-feather/dist/icons/chevron-down\";\nimport styled from \"styled-components\";\n\nimport { MenuLink } from \"./MenuLink\";\nimport { get } from \"../../../utils/theme\";\nimport Utils from \"../../../utils/utils\";\n\nexport const MenuItem = {\n  id: \"\",\n  name: \"\",\n  route: \"\",\n  href: \"\",\n  menu: [],\n  order: Number,\n  parent: \"\"\n};\n\nconst Wrapper = styled.div`\n  display: flex;\n  flex-direction: column;\n`;\n\nconst OpenedProps = {\n  opened: false\n};\n\nconst List = styled.dl`\n  flex: 1;\n  overflow-y: auto;\n  visibility: ${p => (p.opened ? \"visible\" : \"hidden\")};\n  max-height: ${p => (p.opened ? \"auto\" : \"0px\")};\n`;\n\nList.defaultProps = OpenedProps;\n\nconst iconRotate = p => (p.opened ? \"-180deg\" : \"0deg\");\n\nconst Icon = styled.div`\n  position: absolute;\n  top: 50%;\n  right: 20px;\n  transform: translateY(-50%) rotate(${iconRotate});\n  transform-origin: 50% 50%;\n  transition: transform 0.3s;\n\n  & svg {\n    stroke: ${get(\"colors.sidebarText\")};\n  }\n`;\nIcon.defaultProps = OpenedProps;\nconst MenuProps = {\n  item: MenuItem,\n  sidebarToggle: null,\n  collapseAll: true\n};\n\nconst MenuState = {\n  opened: true,\n  hasActive: true\n};\nexport const SubMenu = props => {\n  const { item, sidebarToggle, handleActiveMenu } = props;\n  const opened = Utils.checkMenuIsOPen(props);\n  const show = opened;\n  const hasChildren = !item.href && item.submenu && item.submenu.length > 0;\n  const hasToggle = !item.href && !item.route;\n  const hasSubMenu = \"\";\n  const handleToggle = ev => {\n    ev.preventDefault();\n    handleActiveMenu(item);\n  };\n  const lengthOfSubMenu = item.submenu && item.submenu.length;\n\n  let output = \"\";\n\n  if (lengthOfSubMenu > 0 && item.name !== item.submenu[0].name) {\n    output = (\n      <Wrapper>\n        <MenuLink item={item} {...(hasToggle && { onClick: handleToggle })}>\n          {`${item.name}`}\n          {hasChildren && (\n            <Icon opened={show}>\n              <ChevronDown size={15} />\n            </Icon>\n          )}\n        </MenuLink>\n\n        {hasChildren && (\n          <List opened={show}>\n            {item.submenu &&\n              item.menu.map(dataItem => (\n                <dt key={dataItem.name}>\n                  <MenuLink item={dataItem} onClick={sidebarToggle}>\n                    {`${dataItem.name}`}\n                  </MenuLink>\n                </dt>\n              ))}\n          </List>\n        )}\n      </Wrapper>\n    );\n  } else {\n    output = (\n      <Wrapper>\n        {item.submenu &&\n          item.submenu.map(dataItem => (\n            <dt key={dataItem.name}>\n              <MenuLink item={dataItem}>{`${dataItem.name}`}</MenuLink>\n            </dt>\n          ))}\n      </Wrapper>\n    );\n  }\n  return output;\n};\nSubMenu.defaultProps = MenuProps;\nSubMenu.defaultProps = MenuState;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useState } from \"react\";\nimport ChevronDown from \"react-feather/dist/icons/chevron-down\";\nimport styled from \"styled-components\";\n\nimport { MenuLink } from \"./MenuLink\";\nimport { get } from \"../../../utils/theme\";\n\nimport { SubMenu } from \"./SubMenu\";\nimport Utils from \"../../../utils/utils\";\nexport const MenuItem = {\n  id: \"\",\n  name: \"\",\n  route: \"\",\n  href: \"\",\n  menu: [],\n  order: Number,\n  parent: \"\"\n};\n\nconst Wrapper = styled.div`\n  display: flex;\n  flex-direction: column;\n`;\n\nconst OpenedProps = {\n  opened: false\n};\n\nconst List = styled.dl`\n  flex: 1;\n  overflow-y: auto;\n  visibility: ${p => (p.opened ? \"visible\" : \"hidden\")};\n  max-height: ${p => (p.opened ? \"auto\" : \"0px\")};\n`;\n\nList.defaultProps = OpenedProps;\n\nconst iconRotate = p => (p.opened ? \"-180deg\" : \"0deg\");\n\nconst Icon = styled.div`\n  position: absolute;\n  top: 50%;\n  right: 20px;\n  transform: translateY(-50%) rotate(${iconRotate});\n  transform-origin: 50% 50%;\n  transition: transform 0.3s;\n  & svg {\n    stroke: ${get(\"colors.sidebarText\")};\n  }\n`;\nIcon.defaultProps = OpenedProps;\nconst MenuProps = {\n  item: MenuItem,\n  sidebarToggle: null,\n  collapseAll: true\n};\n\nconst MenuState = {\n  opened: false,\n  hasActive: false\n};\nexport const Menu = props => {\n  const { item, sidebarToggle, handleActiveMenu, activeMenu } = props;\n  const opened = Utils.checkMenuIsOPen(props);\n  const show = opened;\n  const hasChildren = !item.href && item.menu && item.menu.length > 0;\n  const hasToggle = !item.href && !item.route;\n  const handleToggle = ev => {\n    ev.preventDefault();\n    handleActiveMenu(item);\n  };\n  const options = { handleActiveMenu, activeMenu };\n  let OutputHtml = (\n    <Wrapper>\n      <MenuLink item={item} {...(hasToggle && { onClick: handleToggle })}>\n        {` ${item.name} `}\n        {hasChildren && (\n          <Icon opened={show}>\n            <ChevronDown size={15} />\n          </Icon>\n        )}\n      </MenuLink>\n      {hasChildren && (\n        <List opened={show}>\n          {item.menu &&\n            item.menu.map(dataItem => (\n              <List opened={show} key={dataItem.name}>\n                <SubMenu item={dataItem} {...options} />\n              </List>\n            ))}\n        </List>\n      )}\n    </Wrapper>\n  );\n\n  if (!hasChildren && !hasToggle) {\n    OutputHtml = (\n      <Wrapper>\n        <MenuLink item={item} {...(opened && { handleToggle })}>\n          {`${item.name} `}\n        </MenuLink>\n      </Wrapper>\n    );\n  }\n  return OutputHtml;\n};\nMenu.defaultProps = MenuProps;\nMenu.defaultProps = MenuState;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\n\nconst DoczProps = {\n\twidth: \"\",\n\tclassName: \"\"\n};\n\nexport const Docz = ({ width = 100, className }) => <span></span>;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../../utils/theme\";\nimport { mq } from \"../../../styles/responsive\";\n\nconst OpenProps = {\n  opened: true\n};\n\nconst IconFirst = p => (!p.opened ? \"0px\" : \"10px\");\nconst IconMiddle = p => (!p.opened ? \"1\" : \"0\");\nconst IconLast = p => (!p.opened ? \"0px\" : \"-6px\");\nconst IconRotate = p => (!p.opened ? \"0deg\" : \"45deg\");\n\nconst Icon = styled.div`\n  position: relative;\n  width: 23px;\n  height: 32px;\n  transform: translateX(${p => (p.opened ? \"-2px\" : \"-1px\")})\n    translateY(${p => (p.opened ? \"0\" : \"2px\")})\n    scale(${p => (p.opened ? 0.8 : 1)});\n`;\nIcon.defaultProps = OpenProps;\nconst sidebarBg = get(\"colors.sidebarBg\");\nconst sidebarPrimary = get(\"colors.sidebarPrimary\");\nconst sidebarText = get(\"colors.sidebarText\");\nconst primaryColor = get(\"colors.primary\");\nconst backgroundColor = get(\"colors.background\");\nconst textColor = get(\"colors.text\");\n\nconst IconLine = styled.span`\n  content: \"\";\n  display: block;\n  position: absolute;\n  width: 100%;\n  height: 2px;\n  left: 0;\n  right: 0;\n  background: ${p => (p.opened ? sidebarText(p) : textColor(p))};\n  transition: transform 0.3s, opacity 0.3s;\n\n  &:nth-of-type(1) {\n    top: -2px;\n    transform: translateY(${IconFirst}) rotate(${IconRotate});\n  }\n\n  &:nth-of-type(2) {\n    top: 6px;\n    opacity: ${IconMiddle};\n  }\n\n  &:nth-of-type(3) {\n    top: 14px;\n    transform: translateY(${IconLast}) rotate(-${IconRotate});\n  }\n`;\nIconLine.defaultProps = OpenProps;\n\nconst translateX = p => (!p.opened ? \"10px\" : \"-6px\");\nconst translateY = p => (!p.opened ? \"4px\" : \"0px\");\n\nconst radii = get(\"radii\");\n\nconst ToggleButton = styled.button`\n  cursor: pointer;\n  z-index: 99;\n  position: absolute;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 5px 6px;\n  width: 33px;\n  height: 30px;\n  top: ${p => (p.opened ? \"3px\" : \"2px\")};\n  right: ${p => (p.opened ? \"-39px\" : \"-27px\")};\n  transform: translateX(${translateX}) translateY(${translateY});\n  transition: transform 0.3s;\n  outline: none;\n  border: none;\n  background: ${p => (p.opened ? sidebarBg(p) : backgroundColor(p))};\n  border-radius: ${p => (p.opened ? `0 0 ${radii(p)} 0` : `${radii(p)}`)};\n\n  &:before {\n    position: absolute;\n    content: \"\";\n    top: -3px;\n    left: 0;\n    width: calc(100% + 1px);\n    height: ${p => (p.opened ? \"3px\" : 0)};\n    background: ${p => sidebarPrimary(p) || primaryColor(p)};\n  }\n\n  ${mq({\n    display: [\"block\", \"block\", \"block\", \"none\"]\n  })};\n`;\nToggleButton.defaultProps = OpenProps;\n\n// interface HamburgerProps extends OpenProps {\n//   onClick: (ev: React.SyntheticEvent<any>) => void\n// }\n\nconst HamburgerProps = Object.assign({}, OpenProps, {\n  onClick: ev => null\n});\n\nexport const Hamburger = ({ opened, onClick }) => (\n  <ToggleButton opened={opened} onClick={onClick}>\n    <Icon opened={opened}>\n      <IconLine opened={opened} />\n      <IconLine opened={opened} />\n      <IconLine opened={opened} />\n    </Icon>\n  </ToggleButton>\n);\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nfunction _interopDefault(ex) {\n  return ex && typeof ex === \"object\" && \"default\" in ex ? ex[\"default\"] : ex;\n}\nimport {\n  createContext,\n  createElement,\n  useContext,\n  Component,\n  useMemo,\n  useRef,\n  Fragment,\n  SFC,\n  useState,\n  useEffect\n} from \"react\";\nimport * as React from \"react\";\n\nimport {\n  useMenus,\n  useWindowSize,\n  usePrevious,\n  doczState\n} from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\nimport _unionBy from \"lodash/fp/unionBy\";\nimport _get from \"lodash/fp/get\";\nimport { Logo } from \"../Logo\";\nimport { Search } from \"../Search\";\nimport { Menu } from \"./Menu\";\nimport { Docz } from \"./Docz\";\nimport { Hamburger } from \"./Hamburger\";\nimport { MenuLink } from \"./MenuLink\";\nimport { SubMenu } from \"./SubMenu\";\nimport { get } from \"../../../utils/theme\";\nimport { mq, breakpoints } from \"../../../styles/responsive\";\nimport Utils from \"../../../utils/utils\";\n\nconst _pipe = _interopDefault(require(\"lodash/fp/pipe\"));\nconst _omit = _interopDefault(require(\"lodash/fp/omit\"));\nconst sort = _interopDefault(require(\"array-sort\"));\nconst _flattenDepth = _interopDefault(require(\"lodash/fp/flattenDepth\"));\nconst match = _interopDefault(require(\"match-sorter\"));\nconst ulid = require(\"ulid\");\nconst WrapperProps = {\n  opened: true,\n  theme: \"\"\n};\n\nconst sidebarBg = get(\"colors.sidebarBg\");\nconst sidebarText = get(\"colors.sidebarText\");\nconst sidebarBorder = get(\"colors.sidebarBorder\");\nconst Wrapper = styled.div`\n  position: relative;\n  width: 320px;\n  min-width: 320px;\n  min-height: 100vh;\n  background: ${sidebarBg};\n  transition: transform 0.2s, background 0.3s;\n  z-index: 1000;\n\n  ${mq({\n    position: [\"absolute\", \"absolute\", \"absolute\", \"relative\"]\n  })};\n\n  dl {\n    padding: 0;\n    margin: 0 10px;\n  }\n\n  dl a {\n    font-weight: 400;\n  }\n\n  @media screen and (max-width: ${breakpoints.desktop - 1}px) {\n    transform: translateX(${p => (p.opened ? \"-100%\" : \"0\")});\n    position: ${p => (p.opened ? \"auto\" : \"fixed\")};\n  }\n\n  ${get(\"styles.sidebar\")};\n`;\n\nWrapper.defaultProps = WrapperProps;\nconst GitHubDivContainer = styled.div`\n  position: relative;\n`;\nconst GitHubDivContent = styled.div`\n  position: fixed;\n  top: 0px;\n  right: 10px;\n`;\n\nconst Content = styled.div`\n  position: fixed;\n  top: 0;\n  left: 0;\n  display: flex;\n  flex-direction: column;\n  width: 280px;\n  min-width: 320px;\n  height: 100%;\n  max-height: 100vh;\n  background: ${sidebarBg};\n`;\n\nconst Menus = styled.nav`\n  flex: 1;\n  overflow-y: auto;\n  margin-bottom: 10px;\n`;\n\nconst Empty = styled.div`\n  flex: 1;\n  opacity: 0.7;\n  padding: 0 24px;\n  color: ${sidebarText};\n`;\n\nconst Footer = styled.div`\n  padding: 10px 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 14px;\n  color: ${sidebarText};\n  border-top: 1px dashed ${sidebarBorder};\n`;\n\nconst FooterLink = styled.a`\n  padding: 0;\n  margin: 0;\n  margin-left: 5px;\n`;\n\nconst FooterLogo = styled(Docz)`\n  fill: ${sidebarText};\n`;\n\nconst OpenProps = {\n  opened: false\n};\nconst ToggleBackground = styled.div`\n  content: \"\";\n  display: ${p => (p.opened ? \"none\" : \"block\")};\n  position: fixed;\n  background-color: rgba(0, 0, 0, 0.4);\n  width: 100vw;\n  height: 100vh;\n  top: 0;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  cursor: pointer;\n  z-index: 99;\n`;\nconst UNKNOWN_POS = Infinity;\nfunction compare(a, b, reverse) {\n  if (a < b) return reverse ? 1 : -1;\n  if (a > b) return reverse ? -1 : 1;\n  return 0;\n}\nconst sortByName = (a, b) => {\n  return a.name < b.name ? -1 : a.name > b.name ? 1 : 0;\n};\nconst findPos = (item, orderedList = []) => {\n  const name = typeof item !== \"string\" ? _get(\"name\", item) : item;\n  const pos = orderedList.findIndex(item => item === name);\n  return pos !== -1 ? pos : UNKNOWN_POS;\n};\nconst compareWithMenu = (to = []) => (a, b) => {\n  const list = to.map(i => i.name || i);\n  return compare(findPos(a, list), findPos(b, list));\n};\nconst noMenu = entry => !entry.submenu;\nconst parseItemStr = item =>\n  typeof item === \"string\"\n    ? {\n        name: item\n      }\n    : item;\nconst normalize = item => {\n  const selected = parseItemStr(item);\n  return Object.assign({}, selected, {\n    id: selected.id || ulid.ulid(),\n    parent: _get(\"parent\", selected) || _get(\"parent\", item),\n    menu: Array.isArray(selected.menu)\n      ? selected.menu.map(normalize)\n      : selected.menu\n  });\n};\n\nconst clean = item => (item.href || item.route ? _omit(\"menu\", item) : item);\nconst normalizeAndClean = _pipe(normalize, clean);\nconst fromMenu = submenu => entry => entry.submenu === submenu;\n\nconst entryAsMenu = entry => ({\n  name: entry.name,\n  route: entry.route,\n  parent: entry.parent,\n  submenu: entry.submenu,\n  menu: entry.menu\n});\n\nfunction flatArrFromObject(arr, prop, menus) {\n  const reducer = (arr, obj) => {\n    const value = _get(prop)(obj);\n\n    return value ? arr.concat([value]) : arr;\n  };\n\n  return Array.from(new Set(arr.reduce(reducer, [])));\n}\nconst entriesOfSubMenu = (submenu, entries) =>\n  entries.filter(fromMenu(submenu)).map(entryAsMenu);\nconst entriesOfMenu = (menu, entries) =>\n  entries.filter(fromMenu(menu)).map(entryAsMenu);\nconst parseMenu = entries => name => ({\n  name,\n  menu: entriesOfMenu(name, entries)\n});\n\n// const parseSubMenu = entries => name => ({\n//   name,\n//   submenu: entriesOfSubMenu(name, entries),\n//   menu:entries.menu\n// });\n\nconst parseSubMenu = function parseSubMenu(entries) {\n  return function(name) {\n    return {\n      name: name,\n      submenu: entriesOfSubMenu(name, entries),\n      menu: entriesOfMenu(name, entries)\n    };\n  };\n};\nconst menusFromEntries = entries => {\n  const entriesWithoutMenu = entries.filter(noMenu).map(entryAsMenu);\n  const menus = flatArrFromObject(entries, \"menu\").map(parseMenu(entries));\n  const submenus = flatArrFromObject(entries, \"submenu\", menus).map(\n    parseSubMenu(entries)\n  );\n\n  for (var x in menus) {\n    for (var without of entriesWithoutMenu) {\n      if (without.name == menus[x].name) {\n        menus[x] = without;\n        break;\n      }\n    }\n  }\n  for (var x in menus) {\n    for (var y in submenus) {\n      if (menus[x].name == submenus[y].menu[0].menu) {\n        if (menus[x].menu.length > 0) {\n          menus[x].menu.push(submenus[y]);\n        } else {\n          menus[x].menu.push(submenus[y]);\n        }\n      }\n    }\n  }\n  return _unionBy(\"name\", menus, entriesWithoutMenu);\n};\nconst mergeMenus = (entriesMenu, configMenu) => {\n  const first = entriesMenu.map(normalizeAndClean);\n  const second = configMenu.map(normalizeAndClean);\n\n  const merged = _unionBy(\"name\", first, second);\n  return merged.map(item => {\n    if (!item.menu) return item;\n    const found = second.find(i => i.name === item.name);\n    const foundMenu = found && found.menu;\n    return Object.assign({}, item, {\n      menu: foundMenu\n        ? mergeMenus(item.menu, foundMenu)\n        : item.menu || found.menu\n    });\n  });\n};\nconst sortMenus = (first, second = []) => {\n  const sorted = sort(first, compareWithMenu(second), sortByName);\n  return sorted.map(item => {\n    if (!item.menu) return item;\n    const found = second.find(menu => menu.name === item.name);\n    const foundMenu = found && found.menu;\n    return Object.assign({}, item, {\n      menu: foundMenu ? sortMenus(item.menu, foundMenu) : item.menu\n    });\n  });\n};\nconst search = (val, menu) => {\n  const items = menu.map(item => [item].concat(item.menu || []));\n\n  const flattened = _flattenDepth(2, items);\n\n  const flattenedDeduplicated = [...new Set(flattened)];\n  const matchedValues = match(flattenedDeduplicated, val, {\n    keys: [\"name\"]\n  });\n  return matchedValues;\n};\n\nconst filterMenus = (items, filter) => {\n  if (!filter) return items;\n  return items.filter(filter).map(item => {\n    if (!item.menu) return item;\n    return Object.assign({}, item, {\n      menu: item.menu.filter(filter)\n    });\n  });\n};\nconst useMenusCustom = opts => {\n  const { query = \"\" } = opts || {};\n  const { entries, config } = useContext(doczState.context);\n  if (!entries) return null;\n  const arr = entries.map(({ value }) => value);\n\n  const entriesMenu = menusFromEntries(arr);\n\n  const sorted = React.useMemo(() => {\n    const merged = mergeMenus(entriesMenu, config.menu);\n    const result = sortMenus(merged, config.menu);\n    return filterMenus(result, opts && opts.filter);\n  }, [entries, config]);\n  return query && query.length > 0 ? search(query, sorted) : sorted;\n  // return entriesMenu;\n};\n\nToggleBackground.defaultProps = OpenProps;\nconst getActiveMenu = () => {\n  const { localStorageKeys } = Utils;\n  let act_menu = JSON.parse(localStorage.getItem(localStorageKeys.ACTIVEMENU));\n  if (!act_menu) {\n    act_menu = [\"Documentation\"];\n    localStorage.setItem(localStorageKeys.ACTIVEMENU, JSON.stringify(act_menu));\n  }\n  return act_menu;\n};\nexport const Sidebar = () => {\n  const [activeMenu, setActiveMenu] = useState(getActiveMenu());\n  const [hidden, setHidden] = useState(true);\n  const [query, setQuery] = useState(\"\");\n  const menus = useMenusCustom({ query });\n  const windowSize = useWindowSize();\n  const isDesktop = windowSize.innerWidth >= breakpoints.desktop;\n  const prevIsDesktop = usePrevious(isDesktop);\n  const navRef = useRef();\n\n  useEffect(() => {\n    if (!hidden && !prevIsDesktop && isDesktop) {\n      setHidden(true);\n      document.documentElement.classList.remove(\"with-overlay\");\n    }\n  });\n\n  useEffect(() => {\n    const { localStorageKeys } = Utils;\n    const navTop = parseInt(localStorage.getItem(localStorageKeys.NAVPOSITION));\n    if (navTop) {\n      navRef.current.scrollTop = navTop;\n    }\n  }, []);\n\n  const addOverlayClass = isHidden => {\n    const method = !isHidden ? \"add\" : \"remove\";\n\n    if (typeof window !== \"undefined\" && !isDesktop) {\n      document.documentElement.classList[method](\"with-overlay\");\n    }\n  };\n\n  const handleSidebarToggle = () => {\n    if (isDesktop) return;\n    setHidden(s => !s);\n    addOverlayClass(!hidden);\n  };\n  const handleScroll = () => {\n    const { localStorageKeys } = Utils;\n    localStorage.setItem(\n      localStorageKeys.NAVPOSITION,\n      navRef.current.scrollTop\n    );\n  };\n  const handleActiveMenu = menu => {\n    const { localStorageKeys } = Utils;\n    const t_activeMenu = JSON.parse(JSON.stringify(activeMenu));\n    const index = t_activeMenu.findIndex(a => a === menu.name);\n    if (index === -1) {\n      t_activeMenu.push(menu.name);\n      setActiveMenu(t_activeMenu);\n    } else {\n      t_activeMenu.splice(index, 1);\n      setActiveMenu([...t_activeMenu]);\n    }\n    localStorage.setItem(\n      localStorageKeys.ACTIVEMENU,\n      JSON.stringify(t_activeMenu)\n    );\n  };\n  let outputHtml = (\n    <Fragment>\n      <Wrapper opened={hidden}>\n        <Content>\n          <Hamburger opened={!hidden} onClick={handleSidebarToggle} />\n          <Logo showBg={true} />\n\n          {menus && menus.length === 0 ? (\n            <Empty>No documents founda.</Empty>\n          ) : (\n            <Menus ref={navRef} onScroll={handleScroll}>\n              {menus &&\n                menus.map(menu => (\n                  <Menu\n                    key={menu.id}\n                    item={menu}\n                    sidebarToggle={handleSidebarToggle}\n                    activeMenu={activeMenu}\n                    handleActiveMenu={handleActiveMenu}\n                  />\n                ))}\n            </Menus>\n          )}\n          {/* <Footer>\n            Built with\n            <FooterLink href=\"https://docz.site\" target=\"_blank\">\n              <FooterLogo width={40} />\n            </FooterLink>\n          </Footer>*/}\n        </Content>\n      </Wrapper>\n      <ToggleBackground opened={hidden} onClick={handleSidebarToggle} />\n    </Fragment>\n  );\n  if (query.length > 0) {\n    outputHtml = (\n      <Fragment>\n        <Wrapper>\n          <Content>\n            <Hamburger opened={!hidden} onClick={handleSidebarToggle} />\n            <Logo showBg={!hidden} />\n\n            <MenuLink item={menus}></MenuLink>\n            <Menus ref={navRef} onScroll={handleScroll}>\n              {menus &&\n                menus.map(menu => (\n                  <SubMenu\n                    key={menu.id}\n                    item={menu}\n                    sidebarToggle={handleSidebarToggle}\n                    collapseAll={Boolean(query.length)}\n                  />\n                ))}\n            </Menus>\n          </Content>\n        </Wrapper>\n      </Fragment>\n    );\n  }\n  return outputHtml;\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\n\nexport const Main = styled.div`\n\tdisplay: flex;\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport styled from \"styled-components\";\n\nimport { Sidebar, Main } from \"../shared\";\nimport { get } from \"../../utils/theme\";\n\nconst Wrapper = styled.div`\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  width: 100%;\n  height: 100vh;\n  color: ${get(\"colors.text\")};\n  background: ${get(\"colors.background\")};\n`;\n\nconst Title = styled.h1`\n  margin: 0;\n  font-size: 42px;\n  font-weight: 400;\n  color: ${get(\"colors.primary\")};\n`;\n\nconst Subtitle = styled.p`\n  margin: 0;\n  font-size: 18px;\n`;\n\nexport const NotFound = () => (\n  <Main>\n    <Sidebar />\n    <Wrapper>\n      <Title>Page Not Found</Title>\n      <Subtitle>\n        Check if you changed the document route or deleted it!\n      </Subtitle>\n    </Wrapper>\n  </Main>\n);","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const OrderedList = styled.ol`\n  list-style: none;\n  counter-reset: my-awesome-counter;\n\n  & li {\n    counter-increment: my-awesome-counter;\n  }\n\n  & li::before {\n    content: counter(my-awesome-counter) \". \";\n    color: ${get(\"colors.border\")};\n    font-weight: bold;\n    font-family: \"Playfair Display\", serif;\n    margin-right: 5px;\n  }\n\n  ol li {\n    padding-left: 25px;\n  }\n\n  ${get(\"styles.ol\")};\n`;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\n\nexport const Button = styled.button`\n\tcursor: pointer;\n\tdisplay: flex;\n\talign-items: center;\n\toutline: none;\n\tborder: none;\n`;\n\nexport const ButtonLink = styled(Button)`\n\tbackground: transparent;\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, { useEffect, useState, useRef } from \"react\";\nimport styled from \"styled-components\";\n\nconst Basic = props => {\n  let { options} = props;\n  const [toggle, setToggle] = useState(false);\n  const dropdownRef = useRef();\n  useEffect(() => {\n    const setToggleOnEvent = event => {\n      if (!(event.target.classList.contains('dropbtn') || event.target.classList.contains('dropdown-item')) && dropdownRef.current.classList.contains('show')) {\n        setToggle(false);\n      }\n    };\n    window.addEventListener(\"mousedown\", setToggleOnEvent);\n    return () => {\n      window.removeEventListener(\"mousedown\", setToggleOnEvent);\n    };\n  }, []);\n\n  const ComponentStyle = styled.div`\n    > div {\n      display: inline-block;\n      width: 160px;\n    }\n    label {\n      margin-right: 5px;\n    }\n  `;\n\n  const DropDownComp = styled.div`\n    .dropbtn {\n      background-color: #ffffff;\n      color: rgb(45, 55, 71);\n      padding: 5px;\n      font-size: 14px;\n      border: 1px solid rgb(204, 204, 204);\n      cursor: pointer;\n      width: 100%;\n      text-align: left;\n      border-radius: 4px;\n      &:hover, &:focus {\n        border: 1px solid rgb(55, 187, 155);\n      }\n    }\n\n    .dropdown {\n      position: relative;\n      display: inline-block;\n      width: 100%;\n    }\n\n    .dropdown-content {\n      margin-top: 10px;\n      display: none;\n      position: absolute;\n      background-color: #ffffff;\n      width: 160px;\n      overflow: auto;\n      max-height: 300px;\n      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n      z-index: 1;\n      .dropdown-item {\n        padding: 5px 12px;\n        &:hover {\n          background-color: rgba(55, 187, 155, 0.1);;\n        }\n      }\n    }\n\n    .dropdown-content a {\n      padding: 12px 16px;\n      text-decoration: none;\n      display: block;\n    }\n\n    .dropdown a:hover {background-color: #ddd;}\n\n    .show {display: block;}\n    i {\n      color: rgb(45, 55, 71);\n      border: solid black;\n      border-width: 0 1px 1px 0;\n      display: inline-block;\n      padding: 3px;\n      float: right;\n    }\n    .up {\n      margin-top: 5px;\n      transform: rotate(-135deg);\n      -webkit-transform: rotate(-135deg);\n    }\n\n    .down {\n      margin-top: 3px;\n      transform: rotate(45deg);\n      -webkit-transform: rotate(45deg);\n    }\n  `;\n\n  return (\n    <ComponentStyle>\n      <DropDownComp>\n        <div className=\"dropdown\">\n          <button className=\"dropbtn\" onClick={() => setToggle(c => !c)}>Versions <i className={`${toggle ? 'up' : 'down'}`}></i></button>\n          <div ref={dropdownRef} id=\"myDropdown\" className={`dropdown-content ${toggle ? 'show' : ''}`}>\n            {\n              options.map(function(opt, i) {\n                return <div className=\"dropdown-item\" key={i} data-href={opt.href} onClick={\n                  event => {\n                    const dataHref = event.currentTarget.dataset.href;\n                    const href = `${window.location.origin}${dataHref}`;\n                    window.open(href, \"_blank\");\n                  }}>\n                    {opt.title}\n                </div>\n              })\n            }\n          </div>\n        </div>\n      </DropDownComp>\n    </ComponentStyle>\n  );\n};\nBasic.propTypes = {};\nexport default Basic;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, { useContext } from \"react\";\nimport styled from \"styled-components\";\nimport Basic from \"./Basic\";\nimport { doczState } from \"../../../../../docz-lib/docz/dist\";\n\nconst DropDownDivContainer = styled.div`\n        width: 160px;\n\tpadding: 0;\n\tmargin-right: 5px;\n\tfloat: right;\n`;\n\nexport const HeaderDropDown = () => {\n\tconst { config } = useContext(doczState.context);\n\tconst { atlasVersions } = config;\n\treturn (\n\t\t<DropDownDivContainer>\n\t\t\t<Basic\n\t\t\t\toptions={atlasVersions}\n\t\t\t\tstyle={{\n\t\t\t\t\tminHeight: \"auto\",\n\t\t\t\t\tpadding: \"0 5px\",\n\t\t\t\t\tborderRadius: \"5px\"\n\t\t\t\t}}\n\t\t\t/>\n\t\t</DropDownDivContainer>\n\t);\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport styled from \"styled-components\";\n\nimport { GithubLink } from \"./GithubLink\";\nimport { HeaderDropDown } from \"./HeaderDropDown\";\n\nconst HeaderStyleComp = styled.div`\n  width: 100%;\n  height: auto;\n  padding: 0;\n  position: fixed;\n  z-index: 999;\n  top: 0;\n  right: 0;\n  left: 0;\n  background: rgb(255, 255, 255);\n`;\n\nconst Header = props => {\n  return (\n    <HeaderStyleComp>\n      <GithubLink {...props} />\n      <HeaderDropDown />\n    </HeaderStyleComp>\n  );\n};\n\nexport default Header;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC, Fragment } from \"react\";\nimport { PageProps, useConfig } from \"../../../docz-lib/docz/dist\";\nimport Edit from \"react-feather/dist/icons/edit-2\";\nimport styled from \"styled-components\";\n\nimport { ButtonLink } from \"./Button\";\nimport { GithubLink, Sidebar, Main } from \"../shared\";\nimport { get } from \"../../utils/theme\";\nimport { mq } from \"../../styles/responsive\";\nimport Header from \"../shared/Header\";\nimport Utils from \"../../utils/utils\";\n\nconst Wrapper = styled.div`\n  flex: 1;\n  color: ${get(\"colors.text\")};\n  background: ${get(\"colors.background\")};\n  min-width: 0;\n  position: relative;\n  padding-top: 50px;\n`;\n\nexport const Container = styled.div`\n  box-sizing: border-box;\n  margin: 0 auto;\n\n  ${mq({\n    width: [\"100%\", \"100%\", \"95%\"],\n    padding: [\"20px\", \"0 30px 36px\"]\n  })}\n\n  ${get(\"styles.container\")};\n`;\n\nconst EditPage = styled(ButtonLink.withComponent(\"a\"))`\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: absolute;\n  padding: 2px 8px;\n  margin: 8px;\n  border-radius: ${get(\"radii\")};\n  border: 1px solid ${get(\"colors.border\")};\n  opacity: 0.7;\n  transition: opacity 0.4s;\n  font-size: 14px;\n  color: ${get(\"colors.text\")};\n  text-decoration: none;\n  text-transform: uppercase;\n\n  &:hover {\n    opacity: 1;\n    background: ${get(\"colors.border\")};\n  }\n\n  ${mq({\n    visibility: [\"hidden\", \"hidden\", \"visible\"],\n    top: [0, -60, 32],\n    right: [0, 0, 40]\n  })};\n`;\n\nconst EditIcon = styled(Edit)`\n  margin-right: 5px;\n`;\nexport const Page = ({ children, doc: { link, fullpage, edit = false } }) => {\n  const { repository } = useConfig();\n  const { props } = children;\n  const show = Utils.pagesForGithubLink.toString().includes(props.doc.name);\n  const content = (\n    <Fragment>\n      {link && edit && (\n        <EditPage href={link} target=\"_blank\">\n          <EditIcon width={14} /> Edit page\n        </EditPage>\n      )}\n      <Header showGithubLink={show} />\n      {children}\n    </Fragment>\n  );\n  return (\n    <Main>\n      {repository && <GithubLink repository={repository} />}\n      {!fullpage && <Sidebar />}\n      <Wrapper>{fullpage ? content : <Container>{content}</Container>}</Wrapper>\n    </Main>\n  );\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const Paragraph = styled.p`\n\tcolor: ${get(\"colors.text\")};\n\t${get(\"styles.paragraph\")};\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useMemo } from \"react\";\nimport {\n  PropsComponentProps,\n  useComponents\n} from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../../utils/theme\";\n\nconst Wrapper = styled.div`\n  display: flex;\n  flex-direction: column;\n\n  & ~ & {\n    margin-top: 20px;\n  }\n`;\n\nconst Title = styled.div`\n  display: flex;\n  border-bottom: 1px solid ${get(\"colors.propsBg\")};\n`;\n\nconst PropName = styled.span`\n  background: ${get(\"colors.propsBg\")};\n  color: ${get(\"colors.primary\")};\n  padding: 5px 10px;\n  border-radius: 4px 4px 0 0;\n  font-size: 16px;\n  font-weight: 500;\n\n  & ~ & {\n    margin-left: 5px;\n  }\n`;\n\nconst PropType = styled(PropName)`\n  color: ${get(\"colors.propsText\")};\n  background: ${get(\"colors.propsBg\")};\n  font-weight: 400;\n`;\n\nconst PropDefaultValue = styled(PropType)`\n  background: transparent;\n  padding-left: 0;\n  padding-right: 0;\n`;\n\nconst PropRequired = styled(PropType)`\n  flex: 1;\n  text-align: right;\n  background: transparent;\n  opacity: 0.5;\n`;\n\nexport const PropsRaw = ({ props, getPropType }) => {\n  const entries = Object.entries(props);\n  const components = useComponents();\n  const Paragraph = useMemo(\n    () => styled(components.P || \"p\")`\n      font-size: 16px;\n      color: ${get(\"colors.sidebarText\")};\n    `,\n    []\n  );\n\n  return (\n    <React.Fragment>\n      {entries.map(([key, prop]) => {\n        if (!prop.type && !prop.flowType) return null;\n        return (\n          <Wrapper key={key}>\n            <Title>\n              <PropName>{key}</PropName>\n              <PropType>{getPropType(prop)}</PropType>\n              {prop.defaultValue && (\n                <PropDefaultValue>\n                  {prop.defaultValue.value === \"''\" ? (\n                    <em>= [Empty String]</em>\n                  ) : (\n                    <em>= {prop.defaultValue.value.replace(/\\'/g, '\"')}</em>\n                  )}\n                </PropDefaultValue>\n              )}\n              {prop.required && (\n                <PropRequired>\n                  <em>required</em>\n                </PropRequired>\n              )}\n            </Title>\n            {prop.description && <Paragraph>{prop.description}</Paragraph>}\n          </Wrapper>\n        );\n      })}\n    </React.Fragment>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useMemo } from \"react\";\nimport {\n  PropsComponentProps,\n  useComponents\n} from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../../utils/theme\";\n\nconst breakpoint = \"600px\";\n\nconst Container = styled.div`\n  border: 1px solid ${get(\"colors.border\")};\n  border-radius: 4px;\n  overflow: hidden;\n  background: ${get(\"colors.propsBg\")};\n  color: ${get(\"colors.propsText\")};\n`;\n\nconst Line = styled.div`\n  padding: 8px 0;\n\n  @media (min-width: ${breakpoint}) {\n    padding: O;\n  }\n\n  & + & {\n    border-top: 1px solid ${get(\"colors.border\")};\n  }\n`;\n\nconst Column = styled.div`\n  min-width: 0;\n  padding: 2px 15px;\n  word-wrap: break-word;\n\n  @media (min-width: ${breakpoint}) {\n    padding: 8px 15px;\n  }\n`;\n\nconst ColumnName = styled(Column)`\n  @media (min-width: ${breakpoint}) {\n    flex-basis: 25%;\n  }\n`;\n\nconst ColumnType = styled(Column)`\n  @media (min-width: ${breakpoint}) {\n    flex-basis: 50%;\n  }\n`;\n\nconst ColumnValue = styled(Column)`\n  @media (min-width: ${breakpoint}) {\n    flex-basis: 25%;\n  }\n`;\n\nconst Content = styled.div`\n  display: flex;\n  flex-direction: column;\n  font-family: ${get(\"fonts.mono\")};\n\n  @media (min-width: ${breakpoint}) {\n    flex-wrap: nowrap;\n    flex-direction: row;\n  }\n`;\n\nconst PropName = styled.span`\n  color: ${get(\"colors.primary\")};\n  font-weight: bold;\n`;\n\nconst PropType = styled.span`\n  font-size: 0.9em;\n`;\n\nconst PropDefaultValue = styled.span`\n  font-size: 0.9em;\n`;\n\nconst PropRequired = styled.span`\n  font-size: 0.8em;\n  opacity: 0.8;\n`;\n\nexport const PropsTable = ({ props, getPropType }) => {\n  const entries = Object.entries(props);\n  const components = useComponents();\n  const Paragraph = useMemo(\n    () => styled(components.P || \"p\")`\n      margin: 0;\n      font-size: 16px;\n      color: ${get(\"colors.blockquoteColor\")};\n      padding: 0 15px 8px 15px;\n    `,\n    []\n  );\n\n  return (\n    <Container>\n      {entries.map(([key, prop]) => {\n        if (!prop.type && !prop.flowType) return null;\n        return (\n          <Line key={key}>\n            <Content>\n              <ColumnName>\n                <PropName>{key}</PropName>\n              </ColumnName>\n              <ColumnType>\n                <PropType>{getPropType(prop)}</PropType>\n              </ColumnType>\n              <ColumnValue>\n                {prop.defaultValue && (\n                  <PropDefaultValue>\n                    {prop.defaultValue.value === \"''\" ? (\n                      <em>= [Empty String]</em>\n                    ) : (\n                      <em>= {prop.defaultValue.value.replace(/\\'/g, '\"')}</em>\n                    )}\n                  </PropDefaultValue>\n                )}\n                {prop.required && (\n                  <PropRequired>\n                    <strong>required</strong>\n                  </PropRequired>\n                )}\n              </ColumnValue>\n            </Content>\n            {prop.description && <Paragraph>{prop.description}</Paragraph>}\n          </Line>\n        );\n      })}\n    </Container>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useState, useMemo } from \"react\";\nimport {\n  PropsComponentProps,\n  useComponents\n} from \"../../../../docz-lib/docz/dist\";\nimport styled from \"styled-components\";\nimport { PropsRaw } from \"./PropsRaw\";\nimport { PropsTable } from \"./PropsTable\";\n\nconst Container = styled.div`\n  margin: 20px 0;\n`;\n\nexport const Props = ({ title, isRaw, isToggle, ...props }) => {\n  const [isOpen, setIsOpen] = useState(true);\n\n  const components = useComponents();\n  const Title = useMemo(\n    () => styled(components.H3 || \"h3\")`\n      padding: 8px 0;\n      position: relative;\n      ${!isRaw ? \"margin-bottom: 0;\" : \"\"}\n      ${!isOpen || isRaw ? \"border-bottom: 1px solid rgba(0, 0, 0, 0.1);\" : \"\"}\n\n      ${\n        isToggle\n          ? `\n        cursor: pointer;\n        padding-right: 40px;\n\n        &::after {\n          content: '';\n          position: absolute;\n          top: 50%;\n          right: 16px;\n          transform: translateY(-50%) ${\n            isOpen ? \"rotate(-135deg)\" : \"rotate(45deg)\"\n          };\n          ${!isOpen ? \"margin-top: -2px;\" : \"\"}\n          width: 8px;\n          height: 8px;\n          border-bottom: 2px solid;\n          border-right: 2px solid;\n        }\n      `\n          : \"\"\n      }\n    `,\n    [isOpen]\n  );\n\n  const titleProps = isToggle\n    ? {\n        onClick: () => setIsOpen(open => !open),\n        onkeydown: () => setIsOpen(open => !open),\n        role: \"button\",\n        tabindex: 0\n      }\n    : {};\n\n  return (\n    <Container>\n      {(!!title || isToggle) && (\n        <Title {...titleProps}>{title || \"Component props\"}</Title>\n      )}\n      {isOpen && (\n        <div>{isRaw ? <PropsRaw {...props} /> : <PropsTable {...props} />}</div>\n      )}\n    </Container>\n  );\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport styled from \"styled-components\";\n\nimport { get } from \"../../utils/theme\";\nimport { mq } from \"../../styles/responsive\";\n\nconst Wrapper = styled.div`\n  overflow-x: auto;\n  padding: 2px;\n  margin-bottom: 30px;\n\n  ${mq({\n    marginBottom: [20, 40],\n    maxWidth: [\"calc(100vw - 40px)\", \"calc(100vw - 80px)\", \"100%\"]\n  })};\n`;\n\nconst TableStyled = styled.table`\n  padding: 0;\n  table-layout: auto;\n  box-shadow: 0 0 0 1px ${get(\"colors.border\")};\n  background-color: transparent;\n  border-spacing: 0;\n  border-collapse: collapse;\n  border-style: hidden;\n  border-radius: ${get(\"radii\")};\n  font-size: 14px;\n  color: ${get(\"colors.tableColor\")};\n\n  ${mq({\n    overflowX: [\"initial\", \"initial\", \"initial\", \"hidden\"],\n    display: [\"table\", \"table\", \"table\", \"table\"]\n  })}\n\n  & thead {\n    color: ${get(\"colors.theadColor\")};\n    background: ${get(\"colors.theadBg\")};\n  }\n\n  & thead th {\n    font-weight: 400;\n    padding: 10px;\n    text-align: left;\n\n    &:nth-of-type(1) {\n      ${mq({\n        width: [\"20%\", \"20%\", \"20%\", \"auto\"]\n      })};\n    }\n\n    &:nth-of-type(2) {\n      ${mq({\n        width: [\"10%\", \"10%\", \"10%\", \"auto\"]\n      })};\n    }\n\n    &:nth-of-type(3) {\n      ${mq({\n        width: [\"10%\", \"10%\", \"10%\", \"auto\"]\n      })};\n    }\n\n    &:nth-of-type(4) {\n      ${mq({\n        width: [\"10%\", \"10%\", \"10%\", \"auto\"]\n      })};\n    }\n\n    &:nth-of-type(5) {\n      ${mq({\n        width: [\"20%\", \"20%\", \"20%\", \"auto\"]\n      })};\n    }\n  }\n\n  & tbody td {\n    padding: 10px;\n    line-height: 2;\n    font-weight: 200;\n    text-align: left;\n  }\n\n  & tbody > tr {\n    display: table-row;\n    border-top: 1px solid ${get(\"colors.border\")};\n  }\n\n  ${get(\"styles.table\")};\n`;\n\nexport const Table = props => (\n  <Wrapper>\n    <TableStyled {...props} />\n  </Wrapper>\n);\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { Blockquote } from \"./Blockquote\";\nimport { InlineCode } from \"./InlineCode\";\nimport { Link } from \"./Link\";\nimport { Loading } from \"./Loading\";\nimport { NotFound } from \"./NotFound\";\nimport { OrderedList } from \"./OrderedList\";\nimport { Page } from \"./Page\";\nimport { Paragraph } from \"./Paragraph\";\nimport { Pre } from \"./Pre\";\nimport { Props } from \"./Props\";\nimport { Table } from \"./Table\";\nimport { UnorderedList } from \"./UnorderedList\";\n\nexport const components = {\n  a: Link,\n  blockquote: Blockquote,\n  inlineCode: InlineCode,\n  loading: Loading,\n  notFound: NotFound,\n  ol: OrderedList,\n  p: Paragraph,\n  page: Page,\n  pre: Pre,\n  props: Props,\n  table: Table,\n  ul: UnorderedList\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\n// import { Editor } from \"./Editor\";\n\n{\n\t/*export const Pre = () => <Editor {...props} />;*/\n}\nexport const Pre = () => <div />;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport styled from \"styled-components\";\nimport { get } from \"../../utils/theme\";\n\nexport const UnorderedList = styled.ul`\n  list-style: none;\n\n  & li::before {\n    content: \"● \";\n    color: ${get(\"colors.border\")};\n    font-weight: bold;\n    font-size: 0.5em;\n    margin-right: 5px;\n  }\n\n  ${get(\"styles.ul\")};\n\n  ul li {\n    padding-left: 25px;\n  }\n`;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createGlobalStyle } from \"styled-components\";\nimport { get } from \"../utils/theme\";\n\nexport const Global = createGlobalStyle`\n  @import url('https://unpkg.com/codemirror@5.42.0/lib/codemirror.css');\n  @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');\n  @import url('https://fonts.googleapis.com/css?family=Inconsolata');\n\n  .icon-link {\n    display: none;\n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    ${get(\"styles.body\")};\n  }\n\n  .with-overlay {\n    overflow: hidden;\n  }\n\n  html,\n  body,\n  #root {\n    height: 100%;\n    min-height: 100%;\n  }\n`;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { styles } from \"./styles\";\nimport { fonts } from \"./styles/fonts\";\nimport * as colors from \"./styles/colors\";\n\nexport const config = {\n\tcolors,\n\tstyles,\n\tfonts,\n\tradii: \"2px\",\n\tmode: \"light\",\n\tshowPlaygroundEditor: false,\n\tlinesToScrollEditor: 18\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { css } from \"styled-components\";\nimport { get } from \"../utils/theme\";\n\nexport const styles = {\n  body: css`\n    font-family: ${get(\"fonts.ui\")};\n    font-size: 16px;\n    line-height: 1.6;\n  `,\n  h1: css`\n    margin: 40px 0 20px;\n    font-family: ${get(\"fonts.display\")};\n    font-size: 48px;\n    font-weight: 600;\n    letter-spacing: -0.02em;\n  `,\n  h2: css`\n    margin: 30px 0 15px;\n    line-height: 1.4em;\n    font-family: ${get(\"fonts.display\")};\n    font-weight: 500;\n    font-size: 28px;\n    letter-spacing: -0.02em;\n  `,\n  h3: css`\n    margin: 25px 0 10px;\n    font-size: 20px;\n    font-weight: 400;\n  `,\n  h4: css`\n    margin: 25px 0 10px;\n    font-size: 16px;\n    font-weight: 400;\n  `,\n  h5: css`\n    margin: 20px 0 10px;\n    font-size: 16px;\n    font-weight: 400;\n  `,\n  h6: css`\n    margin: 20px 0 10px;\n    font-size: 16px;\n    font-weight: 400;\n    text-transform: uppercase;\n  `,\n  ol: css`\n    padding: 0;\n    margin: 10px 0 10px;\n  `,\n  ul: css`\n    padding: 0;\n    margin: 10px 0 10px;\n  `,\n  playground: css`\n    padding: 40px;\n  `,\n  code: css`\n    margin: 0 3px;\n    border-radius: 3px;\n    font-family: ${get(\"fonts.mono\")};\n    padding: 2px 5px;\n    font-size: 0.8em;\n    border: \"1px solid rgba(0, 0, 0, 0.02)\";\n  `,\n  pre: css`\n    font-family: ${get(\"fonts.mono\")};\n    font-size: 1em;\n    line-height: 1.8;\n  `,\n  paragraph: css`\n    margin: 10px 0 20px 0;\n  `,\n  table: css`\n    overflow-y: hidden;\n    width: 100%;\n    font-family: ${get(\"fonts.mono\")};\n    font-size: 16px;\n    overflow-x: initial;\n    display: block;\n  `,\n  blockquote: css`\n    margin: 25px 0;\n    padding: 20px;\n    font-style: italic;\n    font-size: 16px;\n  `\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const fonts = {\n  /**\n   * Used for headings larger than 20px.\n   */\n  display: '\"Source Sans Pro\", sans-serif',\n  /**\n   * Used for code and sometimes numbers in tables.\n   */\n  mono: '\"Inconsolata\", monospace',\n  /**\n   * Used for text and UI (which includes almost anything).\n   */\n  ui: '\"Source Sans Pro\", sans-serif'\n};\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { SFC } from \"react\";\nimport styled from \"styled-components\";\nimport { get } from \"../../../utils/theme\";\nimport { mq, breakpoints } from \"../../../styles/responsive\";\n\nconst sidebarBg = get(\"colors.sidebarBg\");\nconst sidebarText = get(\"colors.sidebarText\", \"#13161F\");\nconst LinkStyled = styled.a`\n\t&,\n\t&:visited,\n\t&:active {\n\t\ttext-decoration: none;\n\t\tcolor: ${get(\"colors.link\")};\n\t}\n\n\t&:hover {\n\t\tcolor: ${get(\"colors.link\")};\n\t}\n\n\t${get(\"styles.link\")};\n`;\nconst FooterDiv = styled.div`\n\tposition: absolute;\n\tmargin-left: 350px;\n\twidth: 70%;\n\tfont-size: 10px;\n\t@media screen and (max-width: ${breakpoints.oldDesktop}px) {\n\t\twidth: 90%;\n\t\tmargin: 0 50px;\n\t}\n\t@media screen and (max-width: ${breakpoints.tablet - 1}px) {\n\t\twidth: 90%;\n\t\tmargin: 0 50px;\n\t}\n`;\nconst ParagraphFooter = styled.div``;\nexport const LegalFooter = props => {\n\tlet { options, title, ...rest } = props;\n\treturn (\n\t\t<FooterDiv>\n\t\t\t<div className=\"container\">\n\t\t\t\t<div className=\"row\">\n\t\t\t\t\t<ParagraphFooter>\n\t\t\t\t\t\t<LinkStyled href=\"https://www.apache.org/foundation/contributing\">\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tsrc=\"https://www.apache.org/images/SupportApache-small.png\"\n\t\t\t\t\t\t\t\talt=\"Support the ASF\"\n\t\t\t\t\t\t\t\tid=\"asf-logo\"\n\t\t\t\t\t\t\t\theight=\"10\"\n\t\t\t\t\t\t\t\twidth=\"10\"\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</LinkStyled>\n\t\t\t\t\t\tCopyright © 2011-2018 The Apache Software Foundation.\n\t\t\t\t\t\tLicensed under the{\" \"}\n\t\t\t\t\t\t<LinkStyled href=\"https://www.apache.org/licenses/LICENSE-2.0\">\n\t\t\t\t\t\t\tApache License, Version 2.0\n\t\t\t\t\t\t</LinkStyled>\n\t\t\t\t\t\t.Apache Atlas, Atlas, Apache, the Apache feather logo\n\t\t\t\t\t\tare trademarks of the{\" \"}\n\t\t\t\t\t\t<LinkStyled href=\"https://www.apache.org\">\n\t\t\t\t\t\t\tApache Software Foundation\n\t\t\t\t\t\t</LinkStyled>\n\t\t\t\t\t\t.All other marks mentioned may be trademarks or\n\t\t\t\t\t\tregistered trademarks of their respective owners.\n\t\t\t\t\t</ParagraphFooter>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</FooterDiv>\n\t);\n};","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { theme, ComponentsProvider } from \"../docz-lib/docz/dist\";\nimport get from \"lodash/get\";\n\nimport * as modes from \"./styles/modes\";\nimport { components } from \"./components/ui\";\nimport { Global } from \"./styles/global\";\nimport { config } from \"./config\";\nimport { ThemeProvider } from \"./utils/theme\";\nimport { LegalFooter } from \"./components/shared/LegalFooter\";\n\nconst Theme = ({ children }) => {\n  return (\n    <ThemeProvider>\n      <Global />\n      <ComponentsProvider components={components}>\n        {children}\n      </ComponentsProvider>\n      <LegalFooter />\n    </ThemeProvider>\n  );\n};\n\nexport const enhance = theme(config, ({ mode, codemirrorTheme, ...config }) => {\n  return {\n    ...config,\n    mode,\n    codemirrorTheme: codemirrorTheme || `docz-${mode}`,\n    colors: {\n      ...get(modes, mode),\n      ...config.colors\n    }\n  };\n});\n\nexport default enhance(Theme);\nexport { components };\n","export const imports = {\n  'documents/BusinessMetadata.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-business-metadata\" */ 'documents/BusinessMetadata.md'\n    ),\n  'documents/ClassificationPropagation.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-classification-propagation\" */ 'documents/ClassificationPropagation.md'\n    ),\n  'documents/Glossary.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-glossary\" */ 'documents/Glossary.md'\n    ),\n  'documents/HighAvailability.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-high-availability\" */ 'documents/HighAvailability.md'\n    ),\n  'documents/HighLevelArchitecture.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-high-level-architecture\" */ 'documents/HighLevelArchitecture.md'\n    ),\n  'documents/Notifications.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-notifications\" */ 'documents/Notifications.md'\n    ),\n  'documents/Overview.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-overview\" */ 'documents/Overview.md'\n    ),\n  'documents/RestAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-rest-api\" */ 'documents/RestAPI.md'\n    ),\n  'documents/TypeSystem.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-type-system\" */ 'documents/TypeSystem.md'\n    ),\n  'documents/Asf/asfinfo.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-asf-asfinfo\" */ 'documents/Asf/asfinfo.md'\n    ),\n  'documents/Downloads/Downloads.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-downloads-downloads\" */ 'documents/Downloads/Downloads.md'\n    ),\n  'documents/Hook/HookFalcon.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-falcon\" */ 'documents/Hook/HookFalcon.md'\n    ),\n  'documents/Hook/HookHBase.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-h-base\" */ 'documents/Hook/HookHBase.md'\n    ),\n  'documents/Hook/HookHive.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-hive\" */ 'documents/Hook/HookHive.md'\n    ),\n  'documents/Hook/HookKafka.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-kafka\" */ 'documents/Hook/HookKafka.md'\n    ),\n  'documents/Hook/HookSqoop.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-sqoop\" */ 'documents/Hook/HookSqoop.md'\n    ),\n  'documents/Hook/HookStorm.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-hook-hook-storm\" */ 'documents/Hook/HookStorm.md'\n    ),\n  'documents/Import-Export/ExportAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-export-api\" */ 'documents/Import-Export/ExportAPI.md'\n    ),\n  'documents/Import-Export/ExportHDFSAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-export-hdfsapi\" */ 'documents/Import-Export/ExportHDFSAPI.md'\n    ),\n  'documents/Import-Export/ExportImportAudits.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-export-import-audits\" */ 'documents/Import-Export/ExportImportAudits.md'\n    ),\n  'documents/Import-Export/ImportAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-import-api\" */ 'documents/Import-Export/ImportAPI.md'\n    ),\n  'documents/Import-Export/ImportAPIOptions.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-import-api-options\" */ 'documents/Import-Export/ImportAPIOptions.md'\n    ),\n  'documents/Import-Export/ImportEntityTransforms.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-import-entity-transforms\" */ 'documents/Import-Export/ImportEntityTransforms.md'\n    ),\n  'documents/Import-Export/ImportExportAPI.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-import-export-api\" */ 'documents/Import-Export/ImportExportAPI.md'\n    ),\n  'documents/Import-Export/IncrementalExport.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-import-export-incremental-export\" */ 'documents/Import-Export/IncrementalExport.md'\n    ),\n  'documents/Migration/Migration-0.8-to-1.0.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-migration-migration-0-8-to-1-0\" */ 'documents/Migration/Migration-0.8-to-1.0.md'\n    ),\n  'documents/Misc/AtlasServer.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-misc-atlas-server\" */ 'documents/Misc/AtlasServer.md'\n    ),\n  'documents/Misc/ReplicatedAttributes.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-misc-replicated-attributes\" */ 'documents/Misc/ReplicatedAttributes.md'\n    ),\n  'documents/Misc/SoftReference.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-misc-soft-reference\" */ 'documents/Misc/SoftReference.md'\n    ),\n  'documents/Project-Info/IssueTracking.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-issue-tracking\" */ 'documents/Project-Info/IssueTracking.md'\n    ),\n  'documents/Project-Info/MailingLists.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-mailing-lists\" */ 'documents/Project-Info/MailingLists.md'\n    ),\n  'documents/Project-Info/ProjectInfo.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-project-info\" */ 'documents/Project-Info/ProjectInfo.md'\n    ),\n  'documents/Project-Info/ProjectLicense.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-project-license\" */ 'documents/Project-Info/ProjectLicense.md'\n    ),\n  'documents/Project-Info/SourceRepository.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-source-repository\" */ 'documents/Project-Info/SourceRepository.md'\n    ),\n  'documents/Project-Info/TeamList.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-project-info-team-list\" */ 'documents/Project-Info/TeamList.md'\n    ),\n  'documents/Search/SearchAdvanced.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-search-search-advanced\" */ 'documents/Search/SearchAdvanced.md'\n    ),\n  'documents/Search/SearchBasic.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-search-search-basic\" */ 'documents/Search/SearchBasic.md'\n    ),\n  'documents/Search/SearchRelationship.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-search-search-relationship\" */ 'documents/Search/SearchRelationship.md'\n    ),\n  'documents/Security/AtlasRangerAuthorizer.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-atlas-ranger-authorizer\" */ 'documents/Security/AtlasRangerAuthorizer.md'\n    ),\n  'documents/Security/AtlasSimpleAuthorizer.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-atlas-simple-authorizer\" */ 'documents/Security/AtlasSimpleAuthorizer.md'\n    ),\n  'documents/Security/Authentication.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-authentication\" */ 'documents/Security/Authentication.md'\n    ),\n  'documents/Security/AuthorizationModel.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-authorization-model\" */ 'documents/Security/AuthorizationModel.md'\n    ),\n  'documents/Security/Security.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-security-security\" */ 'documents/Security/Security.md'\n    ),\n  'documents/Setup/BuildInstruction.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-build-instruction\" */ 'documents/Setup/BuildInstruction.md'\n    ),\n  'documents/Setup/Configuration.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-configuration\" */ 'documents/Setup/Configuration.md'\n    ),\n  'documents/Setup/EclipseSetup.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-eclipse-setup\" */ 'documents/Setup/EclipseSetup.md'\n    ),\n  'documents/Setup/InstallationInstruction.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-installation-instruction\" */ 'documents/Setup/InstallationInstruction.md'\n    ),\n  'documents/Setup/QuickStart.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-setup-quick-start\" */ 'documents/Setup/QuickStart.md'\n    ),\n  'documents/Tools/AtlasRepairIndex.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-tools-atlas-repair-index\" */ 'documents/Tools/AtlasRepairIndex.md'\n    ),\n  'documents/Whats-New/WhatsNew-1.0.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-1-0\" */ 'documents/Whats-New/WhatsNew-1.0.md'\n    ),\n  'documents/Whats-New/WhatsNew-2.0.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-2-0\" */ 'documents/Whats-New/WhatsNew-2.0.md'\n    ),\n  'documents/Whats-New/WhatsNew-2.1.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-2-1\" */ 'documents/Whats-New/WhatsNew-2.1.md'\n    ),\n  'documents/Whats-New/WhatsNew-2.2.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-2-2\" */ 'documents/Whats-New/WhatsNew-2.2.md'\n    ),\n  'documents/Whats-New/WhatsNew-2.3.md': () =>\n    import(\n      /* webpackPrefetch: true, webpackChunkName: \"documents-whats-new-whats-new-2-3\" */ 'documents/Whats-New/WhatsNew-2.3.md'\n    ),\n}\n","import React from 'react'\nimport { Link, Router, Routes } from '../../docz-lib/docz/dist'\n\nimport Theme from 'theme/'\n\nimport { imports } from './imports'\nimport database from './db.json'\n\nconst Root = () => {\n  return (\n    <Theme linkComponent={Link} db={database}>\n      <Routes imports={imports} />\n    </Theme>\n  )\n}\n\nexport default Root\n","import React from 'react'\nimport ReactDOM from 'react-dom'\nimport Root from './root'\n\nconst _onPreRenders = []\nconst _onPostRenders = []\n\nconst onPreRender = () => _onPreRenders.forEach(f => f && f())\nconst onPostRender = () => _onPostRenders.forEach(f => f && f())\n\nconst root = document.querySelector('#root')\nconst render = (Component = Root) => {\n  onPreRender()\n  ReactDOM.render(<Component />, root, onPostRender)\n}\n\nrender(Root)\n","'use strict';\n\nvar React = require('react');\nrequire('lodash/fp/get');\nvar __chunk_1 = require('./chunk.js');\nrequire('lodash/fp/omit');\nrequire('fast-deep-equal');\nrequire('lodash/fp/merge');\nrequire('array-sort');\nrequire('lodash/fp/unionBy');\nrequire('lodash/fp/flattenDepth');\nrequire('lodash/fp/pipe');\nrequire('ulid');\nrequire('match-sorter');\nrequire('lodash/fp/throttle');\n\nconst Playground = ({\n  className,\n  style,\n  wrapper: Wrapper,\n  children,\n  __scope,\n  __position,\n  __code,\n  __codesandbox\n}) => {\n  const components = __chunk_1.useComponents();\n  if (!components || !components.playground) return null;\n  const props = {\n    className,\n    style,\n    components\n  };\n  return React.createElement(components.playground, Object.assign({}, props, {\n    component: children,\n    wrapper: Wrapper,\n    scope: __scope,\n    position: __position,\n    code: __code,\n    codesandbox: __codesandbox\n  }));\n};\n\nexports.default = Playground;\n","'use strict';\n\nfunction _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }\n\nvar React = require('react');\nvar _get = _interopDefault(require('lodash/fp/get'));\nvar _omit = _interopDefault(require('lodash/fp/omit'));\nvar equal = _interopDefault(require('fast-deep-equal'));\nvar _merge = _interopDefault(require('lodash/fp/merge'));\nvar sort = _interopDefault(require('array-sort'));\nvar _unionBy = _interopDefault(require('lodash/fp/unionBy'));\nvar _flattenDepth = _interopDefault(require('lodash/fp/flattenDepth'));\nvar _pipe = _interopDefault(require('lodash/fp/pipe'));\nvar ulid = require('ulid');\nvar match = _interopDefault(require('match-sorter'));\nvar _throttle = _interopDefault(require('lodash/fp/throttle'));\n\nconst DefaultNotFound = () => React.createElement(React.Fragment, null, \"Not found\");\n\nconst DefaultLoading = () => React.createElement(React.Fragment, null, \"Loading\");\n\nconst DefaultPage = ({\n  children\n}) => React.createElement(React.Fragment, null, children);\n\nconst DefaultPlayground = ({\n  component,\n  code\n}) => React.createElement(React.Fragment, null, component, code);\n\nconst defaultComponents = {\n  loading: DefaultLoading,\n  playground: DefaultPlayground,\n  notFound: DefaultNotFound,\n  page: DefaultPage\n};\nconst ctx = React.createContext({});\nconst ComponentsProvider = ({\n  components: themeComponents = {},\n  children\n}) => React.createElement(ctx.Provider, {\n  value: Object.assign({}, defaultComponents, themeComponents)\n}, children);\nconst useComponents = () => {\n  return React.useContext(ctx);\n};\n\nconst isFn = value => typeof value === 'function';\nfunction flatArrFromObject(arr, prop) {\n  const reducer = (arr, obj) => {\n    const value = _get(prop)(obj);\n\n    return value ? arr.concat([value]) : arr;\n  };\n\n  return Array.from(new Set(arr.reduce(reducer, [])));\n}\nfunction compare(a, b, reverse) {\n  if (a < b) return reverse ? 1 : -1;\n  if (a > b) return reverse ? -1 : 1;\n  return 0;\n}\n\nfunction create(initial) {\n  var _a;\n\n  const ctx = React.createContext(initial);\n  const listeners = new Set();\n\n  const dispatch = fn => {\n    listeners.forEach(listener => listener(fn));\n  };\n\n  return {\n    context: ctx,\n    set: fn => dispatch(fn),\n    Provider: (_a = class Provider extends React.Component {\n      constructor() {\n        super(...arguments);\n        this.state = this.props.initial || initial || {};\n      }\n\n      static getDerivedStateFromProps(props, state) {\n        if (!equal(props.initial, state)) return props.initial;\n        return null;\n      }\n\n      componentDidMount() {\n        listeners.add(fn => this.setState(fn));\n      }\n\n      componentWillUnmount() {\n        listeners.clear();\n      }\n\n      render() {\n        return React.createElement(ctx.Provider, {\n          value: this.state\n        }, this.props.children);\n      }\n\n    }, _a.displayName = 'DoczStateProvider', _a)\n  };\n}\n\nconst doczState = create({});\n\nconst useConfig = () => {\n  const state = React.useContext(doczState.context);\n  const {\n    linkComponent,\n    transform,\n    config,\n    themeConfig = {}\n  } = state;\n\n  const newConfig = _merge(themeConfig, config ? config.themeConfig : {});\n\n  const transformed = transform ? transform(newConfig) : newConfig;\n  return Object.assign({}, config, {\n    linkComponent,\n    themeConfig: transformed\n  });\n};\n\nconst updateState = ev => {\n  const {\n    type,\n    payload\n  } = JSON.parse(ev.data);\n  const prop = type.startsWith('state.') && type.split('.')[1];\n\n  if (prop) {\n    doczState.set(state => Object.assign({}, state, {\n      [prop]: payload\n    }));\n  }\n};\n\nconst useDataServer = url => {\n  React.useEffect(() => {\n    if (!url) return;\n    const socket = new WebSocket(url);\n    socket.onmessage = updateState;\n    return () => socket.close();\n  }, []);\n};\n\nconst useDocs = () => {\n  const {\n    entries = []\n  } = React.useContext(doczState.context);\n  const arr = entries.map(({\n    value\n  }) => value);\n  return sort(arr, (a, b) => compare(a.name, b.name));\n};\n\nconst noMenu = entry => !entry.menu;\n\nconst fromMenu = menu => entry => entry.menu === menu;\n\nconst entryAsMenu = entry => ({\n  name: entry.name,\n  route: entry.route,\n  parent: entry.parent\n});\n\nconst entriesOfMenu = (menu, entries) => entries.filter(fromMenu(menu)).map(entryAsMenu);\n\nconst parseMenu = entries => name => ({\n  name,\n  menu: entriesOfMenu(name, entries)\n});\n\nconst menusFromEntries = entries => {\n  const entriesWithoutMenu = entries.filter(noMenu).map(entryAsMenu);\n  const menus = flatArrFromObject(entries, 'menu').map(parseMenu(entries));\n  return _unionBy('name', menus, entriesWithoutMenu);\n};\n\nconst parseItemStr = item => typeof item === 'string' ? {\n  name: item\n} : item;\n\nconst normalize = item => {\n  const selected = parseItemStr(item);\n  return Object.assign({}, selected, {\n    id: selected.id || ulid.ulid(),\n    parent: _get('parent', selected) || _get('parent', item),\n    menu: Array.isArray(selected.menu) ? selected.menu.map(normalize) : selected.menu\n  });\n};\n\nconst clean = item => item.href || item.route ? _omit('menu', item) : item;\n\nconst normalizeAndClean = _pipe(normalize, clean);\n\nconst mergeMenus = (entriesMenu, configMenu) => {\n  const first = entriesMenu.map(normalizeAndClean);\n  const second = configMenu.map(normalizeAndClean);\n\n  const merged = _unionBy('name', first, second);\n\n  return merged.map(item => {\n    if (!item.menu) return item;\n    const found = second.find(i => i.name === item.name);\n    const foundMenu = found && found.menu;\n    return Object.assign({}, item, {\n      menu: foundMenu ? mergeMenus(item.menu, foundMenu) : item.menu || found.menu\n    });\n  });\n};\n\nconst UNKNOWN_POS = Infinity;\n\nconst findPos = (item, orderedList = []) => {\n  const name = typeof item !== 'string' ? _get('name', item) : item;\n  const pos = orderedList.findIndex(item => item === name);\n  return pos !== -1 ? pos : UNKNOWN_POS;\n};\n\nconst compareWithMenu = (to = []) => (a, b) => {\n  const list = to.map(i => i.name || i);\n  return compare(findPos(a, list), findPos(b, list));\n};\n\nconst sortByName = (a, b) => {\n  return a.name < b.name ? -1 : a.name > b.name ? 1 : 0;\n};\n\nconst sortMenus = (first, second = []) => {\n  const sorted = sort(first, compareWithMenu(second), sortByName);\n  return sorted.map(item => {\n    if (!item.menu) return item;\n    const found = second.find(menu => menu.name === item.name);\n    const foundMenu = found && found.menu;\n    return Object.assign({}, item, {\n      menu: foundMenu ? sortMenus(item.menu, foundMenu) : sort(item.menu, sortByName)\n    });\n  });\n};\n\nconst search = (val, menu) => {\n  const items = menu.map(item => [item].concat(item.menu || []));\n\n  const flattened = _flattenDepth(2, items);\n\n  const flattenedDeduplicated = [...new Set(flattened)];\n  return match(flattenedDeduplicated, val, {\n    keys: ['name']\n  });\n};\n\nconst filterMenus = (items, filter) => {\n  if (!filter) return items;\n  return items.filter(filter).map(item => {\n    if (!item.menu) return item;\n    return Object.assign({}, item, {\n      menu: item.menu.filter(filter)\n    });\n  });\n};\n\nconst useMenus = opts => {\n  const {\n    query = ''\n  } = opts || {};\n  const {\n    entries,\n    config\n  } = React.useContext(doczState.context);\n  if (!entries) return null;\n  const arr = entries.map(({\n    value\n  }) => value);\n  const entriesMenu = menusFromEntries(arr);\n  const sorted = React.useMemo(() => {\n    const merged = mergeMenus(entriesMenu, config.menu);\n    const result = sortMenus(merged, config.menu);\n    return filterMenus(result, opts && opts.filter);\n  }, [entries, config]);\n  return query && query.length > 0 ? search(query, sorted) : sorted;\n};\n\nconst usePrevious = (value, defaultValue) => {\n  const ref = React.useRef(defaultValue);\n  React.useEffect(() => {\n    ref.current = value;\n  });\n  return ref.current;\n};\n\nconst isClient = typeof window === 'object';\n\nconst getSize = (initialWidth, initialHeight) => ({\n  innerHeight: isClient ? window.innerHeight : initialHeight,\n  innerWidth: isClient ? window.innerWidth : initialWidth,\n  outerHeight: isClient ? window.outerHeight : initialHeight,\n  outerWidth: isClient ? window.outerWidth : initialWidth\n});\n\nconst useWindowSize = (throttleMs = 300, initialWidth = Infinity, initialHeight = Infinity) => {\n  const [windowSize, setWindowSize] = React.useState(getSize(initialHeight, initialHeight));\n\n  const tSetWindowResize = _throttle(throttleMs, () => setWindowSize(getSize(initialHeight, initialHeight)));\n\n  React.useEffect(() => {\n    window.addEventListener('resize', tSetWindowResize);\n    return () => void window.removeEventListener('resize', tSetWindowResize);\n  }, []);\n  return windowSize;\n};\n\nexports.ComponentsProvider = ComponentsProvider;\nexports.doczState = doczState;\nexports.isFn = isFn;\nexports.useComponents = useComponents;\nexports.useConfig = useConfig;\nexports.useDataServer = useDataServer;\nexports.useDocs = useDocs;\nexports.useMenus = useMenus;\nexports.usePrevious = usePrevious;\nexports.useWindowSize = useWindowSize;\n","'use strict';\n\nObject.defineProperty(exports, '__esModule', { value: true });\n\nfunction _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }\n\nvar React = require('react');\nvar loadable = _interopDefault(require('@loadable/component'));\nvar _get = _interopDefault(require('lodash/fp/get'));\nvar tslib_1 = require('tslib');\nvar __chunk_1 = require('./chunk.js');\nvar _omit = _interopDefault(require('lodash/fp/omit'));\nvar router = require('@reach/router');\nvar _first = _interopDefault(require('lodash/fp/first'));\nvar capitalize = _interopDefault(require('capitalize'));\nrequire('fast-deep-equal');\nrequire('lodash/fp/merge');\nrequire('array-sort');\nrequire('lodash/fp/unionBy');\nrequire('lodash/fp/flattenDepth');\nrequire('lodash/fp/pipe');\nrequire('ulid');\nrequire('match-sorter');\nrequire('lodash/fp/throttle');\nvar react = require('@mdx-js/react');\nvar createHashSource = require('hash-source');\nlet source = createHashSource.default();;\n\nconst BasePlayground = loadable(() => Promise.resolve(require('./Playground.js')));\nconst Playground = props => typeof window !== 'undefined' ? React.createElement(React.Suspense, {\n  fallback: null\n}, React.createElement(BasePlayground, Object.assign({}, props))) : null;\n\nconst AsyncComponent = defaultProps => {\n  const [loading, setLoading] = React.useState(true);\n  const [error, setError] = React.useState(null);\n  const [data, setData] = React.useState({});\n  React.useEffect(() => {\n    const {\n      getInitialProps\n    } = defaultProps;\n\n    if (getInitialProps && __chunk_1.isFn(getInitialProps)) {\n      setLoading(true);\n      getInitialProps(defaultProps).then(data => {\n        setLoading(false);\n        setError(null);\n        setData(data);\n      }).catch(err => {\n        setLoading(false);\n        setError(err);\n        setData({});\n      });\n    }\n  }, []);\n\n  const {\n    as: Comp,\n    getInitialProps\n  } = defaultProps,\n        props = tslib_1.__rest(defaultProps, [\"as\", \"getInitialProps\"]);\n\n  return React.createElement(Comp, Object.assign({}, props, {\n    data: Object.assign({}, data, {\n      loading,\n      error\n    })\n  }));\n};\n\nconst loadRoute = (path, imports, components) => {\n  const Loading = components.loading;\n\n  const fn = async () => {\n    const importFn = _get(path, imports);\n\n    const {\n      default: Component,\n      getInitialProps\n    } = await importFn();\n\n    const ExportedComponent = props => React.createElement(AsyncComponent, Object.assign({}, props, {\n      as: Component || 'div',\n      getInitialProps: getInitialProps\n    }));\n\n    return ExportedComponent;\n  };\n\n  return loadable(fn, {\n    fallback: React.createElement(Loading, null)\n  });\n};\nconst AsyncRoute = defaultProps => {\n  const {\n    asyncComponent,\n    path,\n    entry\n  } = defaultProps,\n        routeProps = tslib_1.__rest(defaultProps, [\"asyncComponent\", \"path\", \"entry\"]);\n\n  const components = __chunk_1.useComponents();\n  const Page = components.page;\n  const Component = asyncComponent;\n  const props = Object.assign({}, routeProps, {\n    doc: entry\n  });\n  return Page ? React.createElement(Page, Object.assign({}, props), React.createElement(Component, Object.assign({}, props))) : React.createElement(Component, Object.assign({}, props));\n};\n\nconst Link = React.forwardRef((defaultProps, ref) => {\n  const props = _omit(['activeClassName', 'partiallyActive'], defaultProps);\n\n  const isActive = React.useCallback(({\n    isCurrent\n  }) => {\n    return isCurrent ? {\n      className: `${props.className} active`\n    } : {};\n  }, [props.className]);\n  return React.createElement(router.Link, Object.assign({}, props, {\n    getProps: isActive,\n    ref: ref\n  }));\n});\nLink.displayName = 'Link';\n\nconst RE_OBJECTOF = /(?:React\\.)?(?:PropTypes\\.)?objectOf\\((?:React\\.)?(?:PropTypes\\.)?(\\w+)\\)/;\n\nconst getTypeStr = type => {\n  switch (type.name.toLowerCase()) {\n    case 'instanceof':\n      return `Class(${type.value})`;\n\n    case 'enum':\n      if (type.computed) return type.value;\n      return type.value ? type.value.map(v => `${v.value}`).join(' │ ') : type.raw;\n\n    case 'union':\n      return type.value ? type.value.map(t => `${getTypeStr(t)}`).join(' │ ') : type.raw;\n\n    case 'array':\n      return type.raw;\n\n    case 'arrayof':\n      return `Array<${getTypeStr(type.value)}>`;\n\n    case 'custom':\n      if (type.raw.indexOf('function') !== -1 || type.raw.indexOf('=>') !== -1) return 'Custom(Function)';else if (type.raw.toLowerCase().indexOf('objectof') !== -1) {\n        const m = type.raw.match(RE_OBJECTOF);\n        if (m && m[1]) return `ObjectOf(${capitalize(m[1])})`;\n        return 'ObjectOf';\n      }\n      return 'Custom';\n\n    case 'bool':\n      return 'Boolean';\n\n    case 'func':\n      return 'Function';\n\n    case 'shape':\n      const shape = type.value;\n      const rst = {};\n      Object.keys(shape).forEach(key => {\n        rst[key] = getTypeStr(shape[key]);\n      });\n      return JSON.stringify(rst, null, 2);\n\n    default:\n      return capitalize(type.name);\n  }\n};\n\nconst humanize = type => getTypeStr(type);\n\nconst getPropType = prop => {\n  const propName = _get('name', prop.flowType || prop.type);\n\n  if (!propName) return null;\n  const isEnum = propName.startsWith('\"') || propName === 'enum';\n  const name = capitalize(isEnum ? 'enum' : propName);\n\n  const value = _get('type.value', prop);\n\n  if (!name) return null;\n\n  if (isEnum && typeof value === 'string' || !prop.flowType && !isEnum && !value || prop.flowType && !prop.flowType.elements) {\n    return name;\n  }\n\n  return prop.flowType ? humanize(prop.flowType) : humanize(prop.type);\n};\nconst Props = ({\n  title,\n  isToggle,\n  isRaw,\n  of: component\n}) => {\n  const components = __chunk_1.useComponents();\n  const {\n    props: stateProps\n  } = React.useContext(__chunk_1.doczState.context);\n  const PropsComponent = components.props;\n\n  const filename = _get('__filemeta.filename', component);\n\n  const filemetaName = _get('__filemeta.name', component);\n\n  const componentName = filemetaName || component.displayName || component.name;\n  const found = stateProps && stateProps.length > 0 && stateProps.find(item => filename ? item.key === filename : item.key.includes(`${componentName}.`));\n  const value = _get('value', found) || [];\n\n  const firstDefinition = _first(value);\n\n  const definition = value.find(i => i.displayName === componentName);\n\n  const props = _get('props', definition || firstDefinition);\n\n  if (!props) return null;\n  if (!PropsComponent) return null;\n  return React.createElement(PropsComponent, {\n    title: title,\n    isRaw: isRaw,\n    isToggle: isToggle,\n    props: props,\n    getPropType: getPropType\n  });\n};\n\nconst goToHash = ({\n  location\n}) => {\n  setTimeout(() => {\n    if (location && location.hash) {\n      const decodedHash = decodeURI(location.hash);\n      const id = decodedHash.substring(1);\n      const el = document.getElementById(id);\n      if (el) el.scrollIntoView();\n    }\n  });\n};\n\nconst Routes = ({\n  imports\n}) => {\n  const components = __chunk_1.useComponents();\n  const {\n    entries\n  } = React.useContext(__chunk_1.doczState.context);\n  const NotFound = components.notFound;\n  const history = React.useMemo(() => router.createHistory(source), []);\n  React.useEffect(() => {\n    history.listen(goToHash);\n  }, []);\n  return React.createElement(react.MDXProvider, {\n    components: components\n  }, React.createElement(router.LocationProvider, {\n    history: history\n  }, React.createElement(router.Router, null, React.createElement(NotFound, {\n    default: true\n  }), entries && entries.map(({\n    key: path,\n    value: entry\n  }) => {\n    const props = {\n      path,\n      entries,\n      components\n    };\n    const component = loadRoute(path, imports, components);\n    return React.createElement(AsyncRoute, Object.assign({}, props, {\n      entry: entry,\n      key: entry.id,\n      path: entry.route,\n      asyncComponent: component\n    }));\n  }))));\n};\n\nfunction theme(themeConfig, transform = c => c) {\n  return WrappedComponent => {\n    const Theme = React.memo(props => {\n      const {\n        linkComponent\n      } = props;\n      const {\n        db,\n        children,\n        wrapper: Wrapper = React.Fragment\n      } = props;\n      const initial = Object.assign({}, db, {\n        themeConfig,\n        transform,\n        linkComponent\n      });\n      return React.createElement(__chunk_1.doczState.Provider, {\n        initial: initial\n      }, React.createElement(Wrapper, null, React.createElement(WrappedComponent, null, children)));\n    });\n    Theme.displayName = WrappedComponent.displayName || 'DoczTheme';\n    return Theme;\n  };\n}\n\nexports.ComponentsProvider = __chunk_1.ComponentsProvider;\nexports.doczState = __chunk_1.doczState;\nexports.useComponents = __chunk_1.useComponents;\nexports.useConfig = __chunk_1.useConfig;\nexports.useDataServer = __chunk_1.useDataServer;\nexports.useDocs = __chunk_1.useDocs;\nexports.useMenus = __chunk_1.useMenus;\nexports.usePrevious = __chunk_1.usePrevious;\nexports.useWindowSize = __chunk_1.useWindowSize;\nexports.AsyncRoute = AsyncRoute;\nexports.Link = Link;\nexports.Playground = Playground;\nexports.Props = Props;\nexports.Routes = Routes;\nexports.loadRoute = loadRoute;\nexports.theme = theme;\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-asf-asfinfo.90a8320c.js b/static/js/documents-asf-asfinfo.90a8320c.js
new file mode 100644
index 0000000..d63990c
--- /dev/null
+++ b/static/js/documents-asf-asfinfo.90a8320c.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{"./src/documents/Asf/asfinfo.md":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return r}));var o=n("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=(n("../node_modules/react/index.js"),n("../node_modules/@mdx-js/react/dist/esm.js")),m=n("./theme/components/shared/common/CustomLink.js"),s=["components"],c={};function r(e){var t=e.components,n=Object(o.a)(e,s);return Object(a.mdx)("wrapper",Object.assign({},c,n,{components:t,mdxType:"MDXLayout"}),Object(a.mdx)("h1",{id:"asf-information"},"ASF Information"),Object(a.mdx)("ol",null,Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"http://www.apache.org/foundation/how-it-works.html",mdxType:"CustomLink"},"How Apache Works")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"https://apachecon.com/?ref=atlas.apache.org",mdxType:"CustomLink"},"Events ")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"https://www.apache.org/licenses/",mdxType:"CustomLink"},"License ")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"http://www.apache.org/foundation/",mdxType:"CustomLink"},"Foundation ")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"http://www.apache.org/foundation/sponsorship.html",mdxType:"CustomLink"},"Sponsoring Apache ")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(m.a,{href:"http://www.apache.org/foundation/thanks.html",mdxType:"CustomLink"},"Thanks"))))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Asf/asfinfo.md"}}),r.isMDXComponent=!0},"./theme/components/shared/common/CustomLink.js":function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var o=n("../node_modules/react/index.js"),a=n.n(o);const m=e=>a.a.createElement("a",{href:e.href,target:e.target||"_blank",style:{color:"#4a90e2"}},e.children)}}]);
+//# sourceMappingURL=documents-asf-asfinfo.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-asf-asfinfo.b185f4c5b68d73002af0.js.map b/static/js/documents-asf-asfinfo.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..472c076
--- /dev/null
+++ b/static/js/documents-asf-asfinfo.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Asf/asfinfo.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/common/CustomLink.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent","CustomLink","target","style","color","children"],"mappings":"ybASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,mBAAiB,mBAEzB,wBACE,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,qDAAqDF,QAAQ,cAAY,qBAE5F,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,8CAA8CF,QAAQ,cAAY,YAErF,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,mCAAmCF,QAAQ,cAAY,aAE1E,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,oCAAoCF,QAAQ,cAAY,gBAE3E,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,oDAAoDF,QAAQ,cAAY,uBAE3F,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,+CAA+CF,QAAQ,cAAY,aAI3F,kLAEDH,EAAWM,gBAAiB,G,8EC7C5B,qFAoBA,MAAMC,EAAaL,GAGjB,uBAAGG,KAAMH,EAAMG,KAAMG,OAAQN,EAAMM,QAAU,SAAUC,MAF1C,CAAEC,MAAO,YAGpBR,EAAMS","file":"static/js/documents-asf-asfinfo.90a8320c.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport {CustomLink} from \"theme/components/shared/common/CustomLink\";\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"asf-information\"\n    }}>{`ASF Information`}</h1>\n    <ol>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://www.apache.org/foundation/how-it-works.html\" mdxType=\"CustomLink\">How Apache Works</CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"https://apachecon.com/?ref=atlas.apache.org\" mdxType=\"CustomLink\">Events </CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"https://www.apache.org/licenses/\" mdxType=\"CustomLink\">License </CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://www.apache.org/foundation/\" mdxType=\"CustomLink\">Foundation </CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://www.apache.org/foundation/sponsorship.html\" mdxType=\"CustomLink\">Sponsoring Apache </CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://www.apache.org/foundation/thanks.html\" mdxType=\"CustomLink\">Thanks</CustomLink>\n      </li>\n    </ol>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from \"react\";\n\nconst CustomLink = props => {\n\tconst style = { color: \"#4a90e2\" };\n\treturn (\n\t\t<a href={props.href} target={props.target || \"_blank\"} style={style}>\n\t\t\t{props.children}\n\t\t</a>\n\t);\n};\n\nexport { CustomLink };"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-business-metadata.b185f4c5b68d73002af0.js.map b/static/js/documents-business-metadata.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..36ffcc2
--- /dev/null
+++ b/static/js/documents-business-metadata.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/BusinessMetadata.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","src","isMDXComponent","Img","width","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"6dAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,qBAAmB,qBAE3B,oBACE,GAAM,YAAU,YAElB,6pBAMA,oBACE,GAAM,4BAA0B,4BAElC,8WAGA,cAAC,IAAG,CAACC,IAAG,iCAAoCD,QAAQ,QACpD,cAAC,IAAG,CAACC,IAAG,iCAAoCD,QAAQ,QACpD,oBACE,GAAM,+CAA6C,+CAErD,+KAEA,cAAC,IAAG,CAACC,IAAG,0CAA6CD,QAAQ,QAC7D,oBACE,GAAM,iDAA+C,iDAEvD,wIACA,cAAC,IAAG,CAACC,IAAG,iCAAoCD,QAAQ,QACpD,cAAC,IAAG,CAACC,IAAG,iCAAoCD,QAAQ,QACpD,oBACE,GAAM,kBAAgB,kBAExB,gQAEA,cAAC,IAAG,CAACC,IAAG,uCAA0CD,QAAQ,QAC1D,oBACE,GAAM,aAAW,aAEnB,+PAGH,uLAEDH,EAAWK,gBAAiB,G,sECpE5B,+EAuCeC,IAnBHJ,IACX,MAAM,IAAEE,EAAG,MAAEG,EAAK,OAAEC,GAAWN,GACzB,QAAEO,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BV,IAAM,GAAEK,IAAUL,IAClBI,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAQ,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-business-metadata.e68dd841.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\nimport themen  from 'theme/styles/styled-colors';\nimport * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"business-metadata\"\n    }}>{`Business Metadata`}</h1>\n    <h2 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h2>\n    <p>{`Atlas typesystem allows users to define a model and create entities for the metadata objects they want to manage.\nTypically, the model captures technical attributes - like name, description, create time, number of replicas, etc.; and\nmetadata objects are created and updated by processes that monitor the real objects. It is often necessary to\naugment technical attributes with additional attributes to capture business details that can help organize, search and\nmanage metadata entities. For example, a steward from marketing department can define set of attributes for a campaign,\nand add these attributes to relevant metadata objects.`}</p>\n    <h2 {...{\n      \"id\": \"create-business-metadata\"\n    }}>{`Create Business Metadata`}</h2>\n    <p>{`Business Metadata is a type supported by Atlas typesystem - similar to entity, enum, struct, classification types. A\nbusiness metadata type can have attributes of primitive type - similar to a struct type. In addition, each business\nmetadata attribute can be associated with a number of entity-types, like hive_db/hive_table/hbase_table.`}</p>\n    <Img src={`/images/twiki/bm-create-01.png`} mdxType=\"Img\" />\n    <Img src={`/images/twiki/bm-create-02.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"add-business-attributes-on-entity-instances\"\n    }}>{`Add business attributes on entity instances`}</h2>\n    <p>{`Once a business metadata attribute is associated with an entity-type, Apache Atlas allows values to be assigned to\nentities - via UI and REST APIs.`}</p>\n    <Img src={`/images/twiki/bm-entity-association.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"search-for-entities-using-business-attributes\"\n    }}>{`Search for entities using business attributes`}</h2>\n    <p>{`Apache Atlas enables finding entities based on values assigned to business attributes - via UI and REST APIs.`}</p>\n    <Img src={`/images/twiki/bm-search-01.png`} mdxType=\"Img\" />\n    <Img src={`/images/twiki/bm-search-02.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"authorizations\"\n    }}>{`Authorizations`}</h2>\n    <p>{`Apache Atlas authorization has been updated to enable control on who can create business-metadata, and update business\nattributes on entities. Apache Ranger authorization plugin has been updated to support policies for the same.`}</p>\n    <Img src={`/images/twiki/bm-ranger-policies.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"rest-apis\"\n    }}>{`REST APIs`}</h2>\n    <p>{`Apache Atlas supports REST APIs to create and update business metadata, add/update business attributes on entities and\nfind entities based on business entity attributes. Please refer to REST API documentation for more details.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-business-metadata.e68dd841.js b/static/js/documents-business-metadata.e68dd841.js
new file mode 100644
index 0000000..1acdb9f
--- /dev/null
+++ b/static/js/documents-business-metadata.e68dd841.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"./src/documents/BusinessMetadata.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return o}));var s=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),n=a("./theme/components/shared/Img/index.js"),d=(a("./theme/styles/styled-colors.js"),["components"]),r={};function o(e){var t=e.components,a=Object(s.a)(e,d);return Object(i.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"business-metadata"},"Business Metadata"),Object(i.mdx)("h2",{id:"overview"},"Overview"),Object(i.mdx)("p",null,"Atlas typesystem allows users to define a model and create entities for the metadata objects they want to manage.\nTypically, the model captures technical attributes - like name, description, create time, number of replicas, etc.; and\nmetadata objects are created and updated by processes that monitor the real objects. It is often necessary to\naugment technical attributes with additional attributes to capture business details that can help organize, search and\nmanage metadata entities. For example, a steward from marketing department can define set of attributes for a campaign,\nand add these attributes to relevant metadata objects."),Object(i.mdx)("h2",{id:"create-business-metadata"},"Create Business Metadata"),Object(i.mdx)("p",null,"Business Metadata is a type supported by Atlas typesystem - similar to entity, enum, struct, classification types. A\nbusiness metadata type can have attributes of primitive type - similar to a struct type. In addition, each business\nmetadata attribute can be associated with a number of entity-types, like hive_db/hive_table/hbase_table."),Object(i.mdx)(n.a,{src:"/images/twiki/bm-create-01.png",mdxType:"Img"}),Object(i.mdx)(n.a,{src:"/images/twiki/bm-create-02.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"add-business-attributes-on-entity-instances"},"Add business attributes on entity instances"),Object(i.mdx)("p",null,"Once a business metadata attribute is associated with an entity-type, Apache Atlas allows values to be assigned to\nentities - via UI and REST APIs."),Object(i.mdx)(n.a,{src:"/images/twiki/bm-entity-association.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"search-for-entities-using-business-attributes"},"Search for entities using business attributes"),Object(i.mdx)("p",null,"Apache Atlas enables finding entities based on values assigned to business attributes - via UI and REST APIs."),Object(i.mdx)(n.a,{src:"/images/twiki/bm-search-01.png",mdxType:"Img"}),Object(i.mdx)(n.a,{src:"/images/twiki/bm-search-02.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"authorizations"},"Authorizations"),Object(i.mdx)("p",null,"Apache Atlas authorization has been updated to enable control on who can create business-metadata, and update business\nattributes on entities. Apache Ranger authorization plugin has been updated to support policies for the same."),Object(i.mdx)(n.a,{src:"/images/twiki/bm-ranger-policies.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"rest-apis"},"REST APIs"),Object(i.mdx)("p",null,"Apache Atlas supports REST APIs to create and update business metadata, add/update business attributes on entities and\nfind entities based on business entity attributes. Please refer to REST API documentation for more details."))}o&&o===Object(o)&&Object.isExtensible(o)&&Object.defineProperty(o,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/BusinessMetadata.md"}}),o.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var s=a("../node_modules/react/index.js"),i=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:n}=e,{baseUrl:d}=Object(i.useConfig)();return s.createElement("div",null,s.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${d}${t}`,height:""+(n||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var s=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");s.a.hljs.color="#37bb9b",t.a=s.a}}]);
+//# sourceMappingURL=documents-business-metadata.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-classification-propagation.a883372b.js b/static/js/documents-classification-propagation.a883372b.js
new file mode 100644
index 0000000..846621c
--- /dev/null
+++ b/static/js/documents-classification-propagation.a883372b.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{"./src/documents/ClassificationPropagation.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return c}));var i=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),n=t("./theme/components/shared/Img/index.js"),o=["components"],l={};function c(e){var a=e.components,t=Object(i.a)(e,o);return Object(s.mdx)("wrapper",Object.assign({},l,t,{components:a,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"classification-propagation"},"Classification Propagation"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Classification propagation enables classifications associated to an entity to be automatically associated with other related entities of the entity. This is very useful in dealing with scenarios where a dataset derives it data from other datasets - like a table loaded with data in a file, a report generated from a table/view, etc."),Object(s.mdx)("li",{parentName:"ul"},"For example, when a table is classified as ",Object(s.mdx)("em",{parentName:"li"},"PII"),", tables or views that derive data from this table (via CTAS or \u2018create view\u2019 operation) will be automatically classified as ",Object(s.mdx)("em",{parentName:"li"},"PII"),".")),Object(s.mdx)("h2",{id:"use-cases"},"Use Cases"),Object(s.mdx)("p",null,"Consider the following lineage where data from a 'hdfs_path' entity is loaded into a table, which is further made available through views. We will go through various scenarios to understand the classification propagation feature."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-1.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"add-classification-to-an-entity"},"Add classification to an entity"),Object(s.mdx)("p",null,"When classification \u2018PII\u2019 is added to 'hdfs_path' entity, the classification is propagated to all impacted entities in the lineage path, including 'employees' table, views 'us_employees' and 'uk_employees' - as shown below."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-2.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"update-classification-associated-with-an-entity"},"Update classification associated with an entity"),Object(s.mdx)("p",null,"Any updates to classifications associated with an entity will be seen in all entities the classification is propagated to as well."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-3.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"remove-classification-associated-with-an-entity"},"Remove classification associated with an entity"),Object(s.mdx)("p",null,"When a classification is deleted from an entity, the classification will be removed from all entities the classification is propagated to as well."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-4.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"add-lineage-between-entities"},"Add lineage between entities"),Object(s.mdx)("p",null,"When lineage is added between entities, for example to capture loading of data in a file to a table, the classifications associated with the source entity are propagated to all impacted entities as well.\nFor example, when a view is created from a table, classifications associated with the table are propagated to the newly created view as well."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-5.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"delete-an-entity"},"Delete an entity"),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Case 1:"),"\nWhen an entity is deleted, classifications associated with this entity will be removed from all entities the classifications are propagated to.\nFor example. when ",Object(s.mdx)("em",{parentName:"p"},"employees")," table is deleted, classifications associated with this table are removed from 'employees_view' view."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-6.png",mdxType:"Img"}),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Case 2:"),"\nWhen an entity is deleted in the middle of a lineage path, the propagation link is broken and previously propagated classifications will be removed from all derived entities of the deleted entity.\nFor example. when 'us_employees' table is deleted, classifications propagating through this table (",Object(s.mdx)("strong",{parentName:"p"},"PII"),") are removed from 'ca_employees' table, since the only path of propagation is broken by entity deletion."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-entity-delete-1.png",mdxType:"Img"}),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-entity-delete-2.png",mdxType:"Img"}),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Case 3:"),"\nWhen an entity is deleted in the middle of a lineage path and if there exists alternate path for propagation, previously propagated classifications will be retained.\nFor example. when 'us_employees' table is deleted, classifications  propagating (",Object(s.mdx)("strong",{parentName:"p"},"PII"),") through this table are retained in 'ca_employees' table, since there are two propagation paths available and only one of them is broken by entity deletion."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-entity-delete-3.png",mdxType:"Img"}),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-entity-delete-4.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"control-propagation"},"Control Propagation"),Object(s.mdx)("p",null,"Apache Atlas provides few options to control whether/where a classification is propagated.\nThis section details available options."),Object(s.mdx)("h2",{id:"propagate-flag-in-classification"},"Propagate flag in classification"),Object(s.mdx)("p",null,"Each association of classification to an entity has a boolean flag that controls whether the classification is propagated or not.\nWhen a classification is associated with an entity, this flag is set to \u2018true\u2019 i.e. the classification will be propagated to all impacted entities. This flag can be updated to desired value during initial association or later."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-7.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"propagate-flag-in-lineage-edge"},"Propagate flag in lineage edge"),Object(s.mdx)("p",null,"Apache Atlas supports a flag at lineage edge to enable/disable propagation of classifications through the edge. By default, the propagation is enabled for lineage edges.\nWhen the flag is turned off, no classification will be propagated through this edge; and propagation of currently propagated classifications through the edge will be reevaluated, so that they can be removed from impacted entities.\nWhen the flag is turned on, propagation of classifications of the source entity will be reevaluated, so that they can be propagated to all impacted entities."),Object(s.mdx)("h2",{id:"block-propagation-of-specific-classifications-in-lineage-edge"},"Block propagation of specific classifications in lineage edge"),Object(s.mdx)("p",null,"Apache Atlas supports blocking propagation of specific classifications in at lineage edges.\nThis can be useful, for example, to handle scenarios like: a column classified as PII is masked when creating a view; in such scenario, if corresponding column in the created view might not have PII, hence the propagation of PII classification should be blocked.\nThis can be done by updating the lineage edge to add the PII classification in ",Object(s.mdx)("em",{parentName:"p"},"\u2018blocked propagated classifications\u2019")," list.\nClassifications in blocked propagated classifications will not be propagated in the derivative/downstream entities."),Object(s.mdx)(n.a,{src:"/images/twiki/classification-propagation-8.png",mdxType:"Img"}),Object(s.mdx)("h2",{id:"notifications-and-audit"},"Notifications and Audit"),Object(s.mdx)("p",null,"When propagated classifications are added/update/deleted, Apache Atlas sends notifications to 'ATLAS_ENTITIES' topic for each entity affected by the propagation."),Object(s.mdx)("h2",{id:"glossary"},"Glossary"),Object(s.mdx)("p",null,"When a classification is associated with a glossary term, the classification is automatically propagated to all entities associated with the term."))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/ClassificationPropagation.md"}}),c.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,a,t){"use strict";var i=t("../node_modules/react/index.js"),s=t("./docz-lib/docz/dist/index.js");a.a=e=>{const{src:a,width:t,height:n}=e,{baseUrl:o}=Object(s.useConfig)();return i.createElement("div",null,i.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${o}${a}`,height:""+(n||"auto"),width:""+(t||"100%")}))}}}]);
+//# sourceMappingURL=documents-classification-propagation.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-classification-propagation.b185f4c5b68d73002af0.js.map b/static/js/documents-classification-propagation.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..ca9ee44
--- /dev/null
+++ b/static/js/documents-classification-propagation.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/ClassificationPropagation.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","src","isMDXComponent","Img","width","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow"],"mappings":"+bASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,8BAA4B,8BAEpC,wBACE,oBAAIC,WAAW,MAAI,gVACnB,oBAAIA,WAAW,MAAI,8CAAgD,oBAAIA,WAAW,MAAI,OAAa,0IAAiI,oBAAIA,WAAW,MAAI,OAAa,MAEtQ,oBACE,GAAM,aAAW,aAEnB,gQACA,cAAC,IAAG,CAACC,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,mCAAiC,mCAEzC,oQACA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,mDAAiD,mDAEzD,6JACA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,mDAAiD,mDAEzD,6KACA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,gCAA8B,gCAEtC,qXAEA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,oBAAkB,oBAE1B,uBAAG,wBAAQC,WAAW,KAAG,WAAqB,wKAE9B,oBAAIA,WAAW,KAAG,aAAmB,yGACrD,cAAC,IAAG,CAACC,IAAG,iDAAoDF,QAAQ,QACpE,uBAAG,wBAAQC,WAAW,KAAG,WAAqB,8SAEmD,wBAAQA,WAAW,KAAG,OAAiB,6GACxI,cAAC,IAAG,CAACC,IAAG,+DAAkEF,QAAQ,QAClF,cAAC,IAAG,CAACE,IAAG,+DAAkEF,QAAQ,QAClF,uBAAG,wBAAQC,WAAW,KAAG,WAAqB,6PAEiC,wBAAQA,WAAW,KAAG,OAAiB,iKACtH,cAAC,IAAG,CAACC,IAAG,+DAAkEF,QAAQ,QAClF,cAAC,IAAG,CAACE,IAAG,+DAAkEF,QAAQ,QAClF,oBACE,GAAM,uBAAqB,uBAE7B,8JAEA,oBACE,GAAM,oCAAkC,oCAE1C,0YAEA,cAAC,IAAG,CAACE,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,kCAAgC,kCAExC,2kBAGA,oBACE,GAAM,iEAA+D,iEAEvE,8cAE6E,oBAAIC,WAAW,KAAG,kDAA8C,+HAE7I,cAAC,IAAG,CAACC,IAAG,iDAAoDF,QAAQ,QACpE,oBACE,GAAM,2BAAyB,2BAEjC,4LACA,oBACE,GAAM,YAAU,YAElB,8KAEH,gMAEDH,EAAWM,gBAAiB,G,sECzG5B,+EAuCeC,IAnBHL,IACX,MAAM,IAAEG,EAAG,MAAEG,EAAK,OAAEC,GAAWP,GACzB,QAAEQ,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BV,IAAM,GAAEK,IAAUL,IAClBI,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS","file":"static/js/documents-classification-propagation.a883372b.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"classification-propagation\"\n    }}>{`Classification Propagation`}</h1>\n    <ul>\n      <li parentName=\"ul\">{`Classification propagation enables classifications associated to an entity to be automatically associated with other related entities of the entity. This is very useful in dealing with scenarios where a dataset derives it data from other datasets - like a table loaded with data in a file, a report generated from a table/view, etc.`}</li>\n      <li parentName=\"ul\">{`For example, when a table is classified as `}<em parentName=\"li\">{`PII`}</em>{`, tables or views that derive data from this table (via CTAS or ‘create view’ operation) will be automatically classified as `}<em parentName=\"li\">{`PII`}</em>{`.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"use-cases\"\n    }}>{`Use Cases`}</h2>\n    <p>{`Consider the following lineage where data from a 'hdfs_path' entity is loaded into a table, which is further made available through views. We will go through various scenarios to understand the classification propagation feature.`}</p>\n    <Img src={`/images/twiki/classification-propagation-1.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"add-classification-to-an-entity\"\n    }}>{`Add classification to an entity`}</h2>\n    <p>{`When classification ‘PII’ is added to 'hdfs_path' entity, the classification is propagated to all impacted entities in the lineage path, including 'employees' table, views 'us_employees' and 'uk_employees' - as shown below.`}</p>\n    <Img src={`/images/twiki/classification-propagation-2.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"update-classification-associated-with-an-entity\"\n    }}>{`Update classification associated with an entity`}</h2>\n    <p>{`Any updates to classifications associated with an entity will be seen in all entities the classification is propagated to as well.`}</p>\n    <Img src={`/images/twiki/classification-propagation-3.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"remove-classification-associated-with-an-entity\"\n    }}>{`Remove classification associated with an entity`}</h2>\n    <p>{`When a classification is deleted from an entity, the classification will be removed from all entities the classification is propagated to as well.`}</p>\n    <Img src={`/images/twiki/classification-propagation-4.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"add-lineage-between-entities\"\n    }}>{`Add lineage between entities`}</h2>\n    <p>{`When lineage is added between entities, for example to capture loading of data in a file to a table, the classifications associated with the source entity are propagated to all impacted entities as well.\nFor example, when a view is created from a table, classifications associated with the table are propagated to the newly created view as well.`}</p>\n    <Img src={`/images/twiki/classification-propagation-5.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"delete-an-entity\"\n    }}>{`Delete an entity`}</h2>\n    <p><strong parentName=\"p\">{`Case 1:`}</strong>{`\nWhen an entity is deleted, classifications associated with this entity will be removed from all entities the classifications are propagated to.\nFor example. when `}<em parentName=\"p\">{`employees`}</em>{` table is deleted, classifications associated with this table are removed from 'employees_view' view.`}</p>\n    <Img src={`/images/twiki/classification-propagation-6.png`} mdxType=\"Img\" />\n    <p><strong parentName=\"p\">{`Case 2:`}</strong>{`\nWhen an entity is deleted in the middle of a lineage path, the propagation link is broken and previously propagated classifications will be removed from all derived entities of the deleted entity.\nFor example. when 'us_employees' table is deleted, classifications propagating through this table (`}<strong parentName=\"p\">{`PII`}</strong>{`) are removed from 'ca_employees' table, since the only path of propagation is broken by entity deletion.`}</p>\n    <Img src={`/images/twiki/classification-propagation-entity-delete-1.png`} mdxType=\"Img\" />\n    <Img src={`/images/twiki/classification-propagation-entity-delete-2.png`} mdxType=\"Img\" />\n    <p><strong parentName=\"p\">{`Case 3:`}</strong>{`\nWhen an entity is deleted in the middle of a lineage path and if there exists alternate path for propagation, previously propagated classifications will be retained.\nFor example. when 'us_employees' table is deleted, classifications  propagating (`}<strong parentName=\"p\">{`PII`}</strong>{`) through this table are retained in 'ca_employees' table, since there are two propagation paths available and only one of them is broken by entity deletion.`}</p>\n    <Img src={`/images/twiki/classification-propagation-entity-delete-3.png`} mdxType=\"Img\" />\n    <Img src={`/images/twiki/classification-propagation-entity-delete-4.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"control-propagation\"\n    }}>{`Control Propagation`}</h2>\n    <p>{`Apache Atlas provides few options to control whether/where a classification is propagated.\nThis section details available options.`}</p>\n    <h2 {...{\n      \"id\": \"propagate-flag-in-classification\"\n    }}>{`Propagate flag in classification`}</h2>\n    <p>{`Each association of classification to an entity has a boolean flag that controls whether the classification is propagated or not.\nWhen a classification is associated with an entity, this flag is set to ‘true’ i.e. the classification will be propagated to all impacted entities. This flag can be updated to desired value during initial association or later.`}</p>\n    <Img src={`/images/twiki/classification-propagation-7.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"propagate-flag-in-lineage-edge\"\n    }}>{`Propagate flag in lineage edge`}</h2>\n    <p>{`Apache Atlas supports a flag at lineage edge to enable/disable propagation of classifications through the edge. By default, the propagation is enabled for lineage edges.\nWhen the flag is turned off, no classification will be propagated through this edge; and propagation of currently propagated classifications through the edge will be reevaluated, so that they can be removed from impacted entities.\nWhen the flag is turned on, propagation of classifications of the source entity will be reevaluated, so that they can be propagated to all impacted entities.`}</p>\n    <h2 {...{\n      \"id\": \"block-propagation-of-specific-classifications-in-lineage-edge\"\n    }}>{`Block propagation of specific classifications in lineage edge`}</h2>\n    <p>{`Apache Atlas supports blocking propagation of specific classifications in at lineage edges.\nThis can be useful, for example, to handle scenarios like: a column classified as PII is masked when creating a view; in such scenario, if corresponding column in the created view might not have PII, hence the propagation of PII classification should be blocked.\nThis can be done by updating the lineage edge to add the PII classification in `}<em parentName=\"p\">{`‘blocked propagated classifications’`}</em>{` list.\nClassifications in blocked propagated classifications will not be propagated in the derivative/downstream entities.`}</p>\n    <Img src={`/images/twiki/classification-propagation-8.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"notifications-and-audit\"\n    }}>{`Notifications and Audit`}</h2>\n    <p>{`When propagated classifications are added/update/deleted, Apache Atlas sends notifications to 'ATLAS_ENTITIES' topic for each entity affected by the propagation.`}</p>\n    <h2 {...{\n      \"id\": \"glossary\"\n    }}>{`Glossary`}</h2>\n    <p>{`When a classification is associated with a glossary term, the classification is automatically propagated to all entities associated with the term.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-downloads-downloads.7bbca797.js b/static/js/documents-downloads-downloads.7bbca797.js
new file mode 100644
index 0000000..976d3c0
--- /dev/null
+++ b/static/js/documents-downloads-downloads.7bbca797.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"./src/documents/Downloads/Downloads.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var r=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),s=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),c=["components"],l={};function d(e){var t=e.components,a=Object(r.a)(e,c);return Object(n.mdx)("wrapper",Object.assign({},l,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"downloads"},"Downloads"),Object(n.mdx)("p",null,"Apache Atlas release artifacts are distributed via mirror sites and should be checked for tampering using GPG or SHA-256."),Object(n.mdx)("p",null,"The table below lists release artifacts and their associated signatures and hashes. The keys used to sign the release\nartifacts can be found in our published ",Object(n.mdx)("a",{parentName:"p",href:"https://www.apache.org/dist/atlas/KEYS"},"KEYS file"),"."),Object(n.mdx)("table",null,Object(n.mdx)("thead",{parentName:"table"},Object(n.mdx)("tr",{parentName:"thead"},Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"Version")),Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"Release Date")),Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"Tarball")),Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"GPG")),Object(n.mdx)("th",{parentName:"tr",align:"center"},Object(n.mdx)("strong",{parentName:"th"},"Hash")))),Object(n.mdx)("tbody",{parentName:"table"},Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"2.3.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2022-12-06"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://www.apache.org/dyn/closer.cgi/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"2.2.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2021-08-17"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"2.1.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2020-07-15"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.4"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2019-06-21"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"1.2.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2019-06-07"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"2.0.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2019-05-13"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.3"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2018-10-31"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"1.1.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2018-09-14"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"1.0.0"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2018-06-02"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.2"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2018-02-05"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.1"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2017-08-29"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.8.0-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2017-06-26"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.7.1-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2017-01-28"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.mds"},"checksum"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.7.0-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2016-07-09"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.sha512"},"SHA512"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.6.0-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2015-12-31"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.sha"},"SHA"))),Object(n.mdx)("tr",{parentName:"tbody"},Object(n.mdx)("td",{parentName:"tr",align:"center"},"0.5.0-incubating"),Object(n.mdx)("td",{parentName:"tr",align:"center"},"2015-07-10"),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz"},"source")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.asc"},"signature")),Object(n.mdx)("td",{parentName:"tr",align:"center"},Object(n.mdx)("a",{parentName:"td",href:"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.sha"},"SHA"))))),Object(n.mdx)("h2",{id:"verify-the-integrity-of-the-files"},"Verify the integrity of the files"),Object(n.mdx)("p",null,"It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash\n(.md5 or .sha* file). Please read ",Object(n.mdx)("a",{parentName:"p",href:"https://www.apache.org/info/verification.html"},"Verifying Apache Software Foundation Releases"),"\nfor more information on why you should verify our releases."),Object(n.mdx)("p",null,"The PGP signature can be verified using PGP or GPG, with the following steps:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Download the release artifact from the link in the table above"),Object(n.mdx)("li",{parentName:"ul"},"Download the signature file for the release from the link in the table above"),Object(n.mdx)("li",{parentName:"ul"},"Download ",Object(n.mdx)("a",{parentName:"li",href:"https://www.apache.org/dist/atlas/KEYS"},"Apache Atlas KEYS file")),Object(n.mdx)("li",{parentName:"ul"},"Verify the signatures using one of the following:")),Object(n.mdx)(s.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},"gpg --import KEYS\ngpg --verify downloaded_file.asc downloaded_file"),Object(n.mdx)("p",null,"or"),Object(n.mdx)(s.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},"pgpk -a KEYS\npgpv downloaded_file.asc"),Object(n.mdx)("p",null,"or"),Object(n.mdx)(s.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},"pgp -ka KEYS\npgp downloaded_file.asc"),Object(n.mdx)("h2",{id:"release-notes"},"Release Notes"),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../2.3.0/index"},"Atlas 2.3.0")," (Released on 2022/12/06)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"(new) Relationship search: API and UI to search relationships based on type and properties"),Object(n.mdx)("li",{parentName:"ul"},"Resiliency: improvements in handling of index update failures"),Object(n.mdx)("li",{parentName:"ul"},"Glossary: performance improvements in dealing with large glossaries and bulk creation of glossary terms"),Object(n.mdx)("li",{parentName:"ul"},"Observability: UI improvements to view metrics & stats, persistence of metrics to enable historic data"),Object(n.mdx)("li",{parentName:"ul"},"Lineage: performance improvements in lineage API and UI"),Object(n.mdx)("li",{parentName:"ul"},"Notification: updated notifications to include hook version and message source"),Object(n.mdx)("li",{parentName:"ul"},"Hive integration: multiple fixes and improvements in Hive hook and import-hive utility"),Object(n.mdx)("li",{parentName:"ul"},"Impala integration: performance improvements"),Object(n.mdx)("li",{parentName:"ul"},"Audits: support for authentication enabled Cassandra as audit store"),Object(n.mdx)("li",{parentName:"ul"},"Python: released Apache Atlas Python client 0.0.12"),Object(n.mdx)("li",{parentName:"ul"},"Dependencies Upgrade: JanusGraph, Elasticsearch, Kafka, Storm, TinkerPop, Gson, Spring Framework, Log4j"),Object(n.mdx)("li",{parentName:"ul"},"UI: fixes and improvements in multiple areas like search, lineage, business metadata"),Object(n.mdx)("li",{parentName:"ul"},"Docker image: improvements to Docker support"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.3.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.3.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../2.2.0/index"},"Atlas 2.2.0")," (Released on 2021/08/17)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"(new) Deferred Action: classification propagation will be handled as a background task (AtlasTask)"),Object(n.mdx)("li",{parentName:"ul"},"Re-indexing: added Re-indexing as part of JAVA_PATCH"),Object(n.mdx)("li",{parentName:"ul"},"Model Change: created JAVA_PATCH to add new super types to existing entities"),Object(n.mdx)("li",{parentName:"ul"},"Export Service: added support for Business Metadata in Atlas Export API"),Object(n.mdx)("li",{parentName:"ul"},"Admin/AtlasTask API: added HA support for admin/task API"),Object(n.mdx)("li",{parentName:"ul"},"Entity definition: provided option to add mandatory attribute to existing entity definition"),Object(n.mdx)("li",{parentName:"ul"},"DSL Search:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"added support for glossary terms and relationship"),Object(n.mdx)("li",{parentName:"ul"},"added support for null attribute values,"),Object(n.mdx)("li",{parentName:"ul"},"now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement"),Object(n.mdx)("li",{parentName:"ul"},"added support search by classification and its attribute"),Object(n.mdx)("li",{parentName:"ul"},"added caching mechanism for translated DSL queries"))),Object(n.mdx)("li",{parentName:"ul"},"Atlas Python Client: refactored and enhanced Atlas Python Client supporting Python 2.7"),Object(n.mdx)("li",{parentName:"ul"},"Search: updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination"),Object(n.mdx)("li",{parentName:"ul"},"Bulk Glossary Import: improved and enhanced Bulk Glossary Import supporting import with relations"),Object(n.mdx)("li",{parentName:"ul"},"Performance: improved performance of GraphHelper's guid and status getter methods"),Object(n.mdx)("li",{parentName:"ul"},'Authorization: enhanced Atlas authorization for Add/Update/Remove classification on entities, "admin-audits" for Atlas Admin Audits authorization'),Object(n.mdx)("li",{parentName:"ul"},"Notification: improved NotificationHookConsumer for Large Message Processing"),Object(n.mdx)("li",{parentName:"ul"},"Export/Import Service: enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms"),Object(n.mdx)("li",{parentName:"ul"},"Hive Hook: added support HiveServer2 Hook to send Lineage-only Messages"),Object(n.mdx)("li",{parentName:"ul"},"Apache Flink: introduced model to capture Apache Flink entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"GCP: introduced model to capture GCP entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"ADLS-Gen2: updated model for Azure Data Lake Storage Gen2 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"Dependencies Upgrade: JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka"),Object(n.mdx)("li",{parentName:"ul"},"UI: fixed Atlas Web UI to load faster in case of large number of classifications & entities"),Object(n.mdx)("li",{parentName:"ul"},"Docker image: improvements to Docker support"),Object(n.mdx)("li",{parentName:"ul"},"Various bug fixes and improvements"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.2.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../2.1.0/index"},"Atlas 2.1.0")," (Released on 2020/07/15)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Quick Search: provides a simpler search experience with type-ahead suggestions"),Object(n.mdx)("li",{parentName:"ul"},"Business Metadata: enables augmenting entity-types with additional attributes, search entities using these attributes"),Object(n.mdx)("li",{parentName:"ul"},"Labels: ability to add/remove labels on entities, and search entities using labels"),Object(n.mdx)("li",{parentName:"ul"},"Custom Attributes: ability to add entity instance specific custom attributes i.e. attributes not defined in entity-def or business metadata"),Object(n.mdx)("li",{parentName:"ul"},"Entity Purge: added REST APIs to purge deleted entities"),Object(n.mdx)("li",{parentName:"ul"},"Search: ability to find entities by more than one classification"),Object(n.mdx)("li",{parentName:"ul"},"Performance: improvements in lineage retrieval and classification-propagation"),Object(n.mdx)("li",{parentName:"ul"},"Notification: ability to process notifications from multiple Kafka topics"),Object(n.mdx)("li",{parentName:"ul"},"Hive Hook: tracks process-executions via hive_process_execution entities"),Object(n.mdx)("li",{parentName:"ul"},"Hive Hook: captures DDL operations via hive_db_ddl and hive_table_ddl entities"),Object(n.mdx)("li",{parentName:"ul"},"Notification: introduced shell entities to record references to non-existing entities in notifications"),Object(n.mdx)("li",{parentName:"ul"},"Spark: added model to capture Spark entities, processes and relationships"),Object(n.mdx)("li",{parentName:"ul"},"AWS S3: introduced updated model to capture AWS S3 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"ADLS-Gen2: introduced model to capture Azure Data Lake Storage Gen2 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},"Dependencies: JanusGraph 0.5.1, Tinkerpop 3.4.6, Spring Framework 4.3.20"),Object(n.mdx)("li",{parentName:"ul"},"Authorization: updated to cover new features, like: business metadata, labels, purge"),Object(n.mdx)("li",{parentName:"ul"},"UI: multiple UI improvements, including a beta UI"),Object(n.mdx)("li",{parentName:"ul"},"Various Bug-fixes and optimizations"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.1.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.1.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../2.0.0/index"},"Atlas 2.0.0")," (Released on 2019/05/14)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Soft-reference attribute implementation."),Object(n.mdx)("li",{parentName:"ul"},"Unique-attributes constraints at graph store-level"),Object(n.mdx)("li",{parentName:"ul"},"Atlas Index Repair tool for Janusgraph"),Object(n.mdx)("li",{parentName:"ul"},"Relationship notifications when new relationships are created in atlas"),Object(n.mdx)("li",{parentName:"ul"},"Atlas Import Transform handler implementation"),Object(n.mdx)("li",{parentName:"ul"},"Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0"),Object(n.mdx)("li",{parentName:"ul"},"Updated JanusGraph version to 0.3.1"),Object(n.mdx)("li",{parentName:"ul"},"Updated authentication to support trusted proxy"),Object(n.mdx)("li",{parentName:"ul"},"Updated patch framework to persist typedef patches applied to atlas and handle data patches."),Object(n.mdx)("li",{parentName:"ul"},"Updated metrics module to collect notification metrics"),Object(n.mdx)("li",{parentName:"ul"},"Updated Atlas Export to support incremental export of metadata."),Object(n.mdx)("li",{parentName:"ul"},"Notification Processing Improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Notification processing to support batch-commits"),Object(n.mdx)("li",{parentName:"ul"},"New option in notification processing to ignore potentially incorrect hive_column_lineage"),Object(n.mdx)("li",{parentName:"ul"},"Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities"),Object(n.mdx)("li",{parentName:"ul"},"Improved batch processing in notification handler to avoid processing of an entity multiple times"),Object(n.mdx)("li",{parentName:"ul"},"Add option to ignore/prune metadata for temporary/staging hive tables"),Object(n.mdx)("li",{parentName:"ul"},"Avoid unnecessary lookup when creating new relationships"))),Object(n.mdx)("li",{parentName:"ul"},"UI Improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"UI: Display counts besides the Type and Classification dropdown list in basic search"),Object(n.mdx)("li",{parentName:"ul"},"UI: Display lineage information for process entities"),Object(n.mdx)("li",{parentName:"ul"},"UI: Display entity specific icon for the lineage graph"),Object(n.mdx)("li",{parentName:"ul"},"UI: Add relationships table inside relationships view in entity details page."),Object(n.mdx)("li",{parentName:"ul"},"UI: Add service-type dropdown in basic search to filter entitydef type."))),Object(n.mdx)("li",{parentName:"ul"},"Various Bug-fixes and optimizations"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC"},"List of JIRAs resolved in Apache Atlas 2.0.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../1.1.0/index"},"Atlas 1.1.0")," (Released on 2018/09/17)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Updated authorization model to support access control on relationship operations"),Object(n.mdx)("li",{parentName:"ul"},"Added support for AWS S3 datatypes, in Atlas server and Hive hook"),Object(n.mdx)("li",{parentName:"ul"},"Updated ",Object(n.mdx)("a",{parentName:"li",href:"https://janusgraph.org/"},"JanusGraph")," version from 0.2.0 to 0.3.0"),Object(n.mdx)("li",{parentName:"ul"},"Updated hooks to send Kafka notifications asynchronously"),Object(n.mdx)("li",{parentName:"ul"},"Enhanced classification-propagation with options to handle entity-deletes"),Object(n.mdx)("li",{parentName:"ul"},"BugFixes and Optimizations")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../1.0.0/index"},"Atlas 1.0.0")," (Released on 2018/06/02)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Core model enhancement to support Relationship as first-class construct"),Object(n.mdx)("li",{parentName:"ul"},"Support for JanusGraph graph database"),Object(n.mdx)("li",{parentName:"ul"},"New DSL implementation, using ANTLR instead of Scala"),Object(n.mdx)("li",{parentName:"ul"},"Removal of older type system implementation in atlas-typesystem library"),Object(n.mdx)("li",{parentName:"ul"},"Metadata security - fine-grained authorization"),Object(n.mdx)("li",{parentName:"ul"},"Notification enhancements to support V2 style data structures"),Object(n.mdx)("li",{parentName:"ul"},"Jackson library update from 1.9.13 to 2.9.2"),Object(n.mdx)("li",{parentName:"ul"},"Classification propagation via entity relationships"),Object(n.mdx)("li",{parentName:"ul"},"Glossary terms, categories"),Object(n.mdx)("li",{parentName:"ul"},"HBase Hook"),Object(n.mdx)("li",{parentName:"ul"},"UI updates to show entity relationships"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20Atlas%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%201.0.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 1.0.0 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.8.2/index"},"Atlas 0.8.2")," (Released on 2018/02/05)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Search improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Basic search enhancement to optionally exclude sub-type entities and sub-classification-types"),Object(n.mdx)("li",{parentName:"ul"},"Basic search to return classification attributes"),Object(n.mdx)("li",{parentName:"ul"},"Support for saving searches"),Object(n.mdx)("li",{parentName:"ul"},"UI support to reorder columns in search results page"))),Object(n.mdx)("li",{parentName:"ul"},"UI - updates for classification rendering \u2013 tree/flat view"),Object(n.mdx)("li",{parentName:"ul"},"UI \u2013 minification of js, css; cache busting for static content (css, js)"),Object(n.mdx)("li",{parentName:"ul"},"notification updates to handle large messages"),Object(n.mdx)("li",{parentName:"ul"},"fix type initialization issues in HA deployment"),Object(n.mdx)("li",{parentName:"ul"},"In HA, the passive node redirects the request with wrong URL encoding"),Object(n.mdx)("li",{parentName:"ul"},"tool kit to recover from lost/bad index data"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20Atlas%20AND%20fixVersion%20%3D%200.8.2%20ORDER%20BY%20key%20ASC"},"List of JIRAs resolved in Apache Atlas 0.8.2 release"))),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.8.1/index"},"Atlas 0.8.1")," (Released on 2017/08/29)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Basic-search improvement in use of index for attribute filtering"),Object(n.mdx)("li",{parentName:"ul"},"DSL query enhancement to support 'like' operator"),Object(n.mdx)("li",{parentName:"ul"},"REST API and UI enhancements to update classification attributes"),Object(n.mdx)("li",{parentName:"ul"},"Export/import support to copy data between Apache Atlas instances"),Object(n.mdx)("li",{parentName:"ul"},"Ability to delete a tag from UI (and API)"),Object(n.mdx)("li",{parentName:"ul"},"UI enhancements: lineage, attribute search filter, ability to search historical data"),Object(n.mdx)("li",{parentName:"ul"},"Knox SSO for Atlas REST APIs"),Object(n.mdx)("li",{parentName:"ul"},"Moved from use of Guice + Spring framework for dependency-injection to use only Spring framework")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.8.0-incubating/index"},"Atlas 0.8-incubating")," (Released on 2017/03/16)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"API revamp - new, structured REST API"),Object(n.mdx)("li",{parentName:"ul"},"Simplified search UI"),Object(n.mdx)("li",{parentName:"ul"},"UI to create/update entities - HDFS/HBase/Kafka"),Object(n.mdx)("li",{parentName:"ul"},"Performance and scalability improvements"),Object(n.mdx)("li",{parentName:"ul"},"Knox SSO for Atlas UI")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.7.1-incubating/index"},"Atlas 0.7.1-incubating")," (Released on 2017/01/29)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Performance and scalability improvements (ATLAS-1403, ATLAS-1404)"),Object(n.mdx)("li",{parentName:"ul"},"Bug fixes")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.7.0-incubating/index"},"Atlas 0.7-incubating")," (Released on 2016/07/09)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"High Availability (ATLAS-510)"),Object(n.mdx)("li",{parentName:"ul"},"Business Catalog / Taxonomy (ATLAS-491)"),Object(n.mdx)("li",{parentName:"ul"},"Improved Hive Integration (ATLAS-492)"),Object(n.mdx)("li",{parentName:"ul"},"Improved Sqoop Integration"),Object(n.mdx)("li",{parentName:"ul"},"Improved Falcon Integration"),Object(n.mdx)("li",{parentName:"ul"},"Improved Storm Integration"),Object(n.mdx)("li",{parentName:"ul"},"Improved Ambari Deployment & Management Support"),Object(n.mdx)("li",{parentName:"ul"},"Entity Versioning / Audit (ATLAS-493)"),Object(n.mdx)("li",{parentName:"ul"},"Performance Improvements"),Object(n.mdx)("li",{parentName:"ul"},"Authorization (ATLAS-497)"),Object(n.mdx)("li",{parentName:"ul"},"Atlas / Ranger Authorization Integration (ATLAS-495)"),Object(n.mdx)("li",{parentName:"ul"},"Standalone HBase Support (ATLAS-498)"),Object(n.mdx)("li",{parentName:"ul"},"Upgrade Support (ATLAS-631)")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.6.0-incubating/index"},"Atlas 0.6-incubating")," (Released on 2015/12/30)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Improved Hive Server 2 Integration"),Object(n.mdx)("li",{parentName:"ul"},"Sqoop Integration"),Object(n.mdx)("li",{parentName:"ul"},"Falcon Integration"),Object(n.mdx)("li",{parentName:"ul"},"Storm Integration"),Object(n.mdx)("li",{parentName:"ul"},"Various Bug Fixes"),Object(n.mdx)("li",{parentName:"ul"},"Atlas / Ranger Integration")),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},Object(n.mdx)("a",{parentName:"strong",href:"../0.5.0-incubating/index"},"Atlas 0.5-incubating")," (Released on 2015/07/09)")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Hive Server 2 Integration"),Object(n.mdx)("li",{parentName:"ul"},"Basic Hive Lineage"),Object(n.mdx)("li",{parentName:"ul"},"Basic Ambari Integration"),Object(n.mdx)("li",{parentName:"ul"},"Kerberos Support"),Object(n.mdx)("li",{parentName:"ul"},"DSL for query of datastore"),Object(n.mdx)("li",{parentName:"ul"},"Basic Storage of Metadata"),Object(n.mdx)("li",{parentName:"ul"},"Support for BerkleyDB"),Object(n.mdx)("li",{parentName:"ul"},"Support for Titan 0.5"),Object(n.mdx)("li",{parentName:"ul"},"Support")))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Downloads/Downloads.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var r=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");r.a.hljs.color="#37bb9b",t.a=r.a}}]);
+//# sourceMappingURL=documents-downloads-downloads.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-downloads-downloads.b185f4c5b68d73002af0.js.map b/static/js/documents-downloads-downloads.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..337809b
--- /dev/null
+++ b/static/js/documents-downloads-downloads.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Downloads/Downloads.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-downloads-downloads.7bbca797.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"downloads\"\n    }}>{`Downloads`}</h1>\n    <p>{`Apache Atlas release artifacts are distributed via mirror sites and should be checked for tampering using GPG or SHA-256.`}</p>\n    <p>{`The table below lists release artifacts and their associated signatures and hashes. The keys used to sign the release\nartifacts can be found in our published `}<a parentName=\"p\" {...{\n        \"href\": \"https://www.apache.org/dist/atlas/KEYS\"\n      }}>{`KEYS file`}</a>{`.`}</p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Version`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Release Date`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Tarball`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`GPG`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Hash`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2.3.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2022-12-06`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://www.apache.org/dyn/closer.cgi/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://www.apache.org/dist/atlas/2.3.0/apache-atlas-2.3.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2.2.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2021-08-17`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2.1.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2020-07-15`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.1.0/apache-atlas-2.1.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.4`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2019-06-21`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.4/apache-atlas-0.8.4-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`1.2.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2019-06-07`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.2.0/apache-atlas-1.2.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2.0.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2019-05-13`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/2.0.0/apache-atlas-2.0.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.3`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2018-10-31`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.3/apache-atlas-0.8.3-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`1.1.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2018-09-14`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.1.0/apache-atlas-1.1.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`1.0.0`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2018-06-02`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/1.0.0/apache-atlas-1.0.0-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.2`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2018-02-05`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.2/apache-atlas-0.8.2-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.1`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2017-08-29`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/atlas/0.8.1/apache-atlas-0.8.1-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.8.0-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2017-06-26`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.8.0-incubating/apache-atlas-0.8-incubating-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.7.1-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2017-01-28`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.1-incubating/apache-atlas-0.7.1-incubating-sources.tar.gz.mds\"\n            }}>{`checksum`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.7.0-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2016-07-09`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.7.0-incubating/apache-atlas-0.7-incubating-sources.tar.gz.sha512\"\n            }}>{`SHA512`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.6.0-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2015-12-31`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.6.0-incubating/apache-atlas-0.6-incubating-sources.tar.gz.sha\"\n            }}>{`SHA`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`0.5.0-incubating`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`2015-07-10`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz\"\n            }}>{`source`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.asc\"\n            }}>{`signature`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"https://archive.apache.org/dist/incubator/atlas/0.5.0-incubating/apache-atlas-0.5-incubating-sources.tar.gz.sha\"\n            }}>{`SHA`}</a></td>\n        </tr>\n      </tbody>\n    </table>\n    <h2 {...{\n      \"id\": \"verify-the-integrity-of-the-files\"\n    }}>{`Verify the integrity of the files`}</h2>\n    <p>{`It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc file) or a hash\n(.md5 or .sha* file). Please read `}<a parentName=\"p\" {...{\n        \"href\": \"https://www.apache.org/info/verification.html\"\n      }}>{`Verifying Apache Software Foundation Releases`}</a>{`\nfor more information on why you should verify our releases.`}</p>\n    <p>{`The PGP signature can be verified using PGP or GPG, with the following steps:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Download the release artifact from the link in the table above`}</li>\n      <li parentName=\"ul\">{`Download the signature file for the release from the link in the table above`}</li>\n      <li parentName=\"ul\">{`Download `}<a parentName=\"li\" {...{\n          \"href\": \"https://www.apache.org/dist/atlas/KEYS\"\n        }}>{`Apache Atlas KEYS file`}</a></li>\n      <li parentName=\"ul\">{`Verify the signatures using one of the following:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`gpg --import KEYS\ngpg --verify downloaded_file.asc downloaded_file`}\n    </SyntaxHighlighter>\n    <p>{`or`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`pgpk -a KEYS\npgpv downloaded_file.asc`}\n    </SyntaxHighlighter>\n    <p>{`or`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`pgp -ka KEYS\npgp downloaded_file.asc`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"release-notes\"\n    }}>{`Release Notes`}</h2>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../2.3.0/index\"\n        }}>{`Atlas 2.3.0`}</a>{` (Released on 2022/12/06)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`(new) Relationship search: API and UI to search relationships based on type and properties`}</li>\n      <li parentName=\"ul\">{`Resiliency: improvements in handling of index update failures`}</li>\n      <li parentName=\"ul\">{`Glossary: performance improvements in dealing with large glossaries and bulk creation of glossary terms`}</li>\n      <li parentName=\"ul\">{`Observability: UI improvements to view metrics & stats, persistence of metrics to enable historic data`}</li>\n      <li parentName=\"ul\">{`Lineage: performance improvements in lineage API and UI`}</li>\n      <li parentName=\"ul\">{`Notification: updated notifications to include hook version and message source`}</li>\n      <li parentName=\"ul\">{`Hive integration: multiple fixes and improvements in Hive hook and import-hive utility`}</li>\n      <li parentName=\"ul\">{`Impala integration: performance improvements`}</li>\n      <li parentName=\"ul\">{`Audits: support for authentication enabled Cassandra as audit store`}</li>\n      <li parentName=\"ul\">{`Python: released Apache Atlas Python client 0.0.12`}</li>\n      <li parentName=\"ul\">{`Dependencies Upgrade: JanusGraph, Elasticsearch, Kafka, Storm, TinkerPop, Gson, Spring Framework, Log4j`}</li>\n      <li parentName=\"ul\">{`UI: fixes and improvements in multiple areas like search, lineage, business metadata`}</li>\n      <li parentName=\"ul\">{`Docker image: improvements to Docker support`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.3.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.3.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../2.2.0/index\"\n        }}>{`Atlas 2.2.0`}</a>{` (Released on 2021/08/17)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`(new) Deferred Action: classification propagation will be handled as a background task (AtlasTask)`}</li>\n      <li parentName=\"ul\">{`Re-indexing: added Re-indexing as part of JAVA_PATCH`}</li>\n      <li parentName=\"ul\">{`Model Change: created JAVA_PATCH to add new super types to existing entities`}</li>\n      <li parentName=\"ul\">{`Export Service: added support for Business Metadata in Atlas Export API`}</li>\n      <li parentName=\"ul\">{`Admin/AtlasTask API: added HA support for admin/task API`}</li>\n      <li parentName=\"ul\">{`Entity definition: provided option to add mandatory attribute to existing entity definition`}</li>\n      <li parentName=\"ul\">{`DSL Search:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`added support for glossary terms and relationship`}</li>\n          <li parentName=\"ul\">{`added support for null attribute values,`}</li>\n          <li parentName=\"ul\">{`now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement`}</li>\n          <li parentName=\"ul\">{`added support search by classification and its attribute`}</li>\n          <li parentName=\"ul\">{`added caching mechanism for translated DSL queries`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Atlas Python Client: refactored and enhanced Atlas Python Client supporting Python 2.7`}</li>\n      <li parentName=\"ul\">{`Search: updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination`}</li>\n      <li parentName=\"ul\">{`Bulk Glossary Import: improved and enhanced Bulk Glossary Import supporting import with relations`}</li>\n      <li parentName=\"ul\">{`Performance: improved performance of GraphHelper's guid and status getter methods`}</li>\n      <li parentName=\"ul\">{`Authorization: enhanced Atlas authorization for Add/Update/Remove classification on entities, \"admin-audits\" for Atlas Admin Audits authorization`}</li>\n      <li parentName=\"ul\">{`Notification: improved NotificationHookConsumer for Large Message Processing`}</li>\n      <li parentName=\"ul\">{`Export/Import Service: enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms`}</li>\n      <li parentName=\"ul\">{`Hive Hook: added support HiveServer2 Hook to send Lineage-only Messages`}</li>\n      <li parentName=\"ul\">{`Apache Flink: introduced model to capture Apache Flink entities and relationships`}</li>\n      <li parentName=\"ul\">{`GCP: introduced model to capture GCP entities and relationships`}</li>\n      <li parentName=\"ul\">{`ADLS-Gen2: updated model for Azure Data Lake Storage Gen2 entities and relationships`}</li>\n      <li parentName=\"ul\">{`Dependencies Upgrade: JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka`}</li>\n      <li parentName=\"ul\">{`UI: fixed Atlas Web UI to load faster in case of large number of classifications & entities`}</li>\n      <li parentName=\"ul\">{`Docker image: improvements to Docker support`}</li>\n      <li parentName=\"ul\">{`Various bug fixes and improvements`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.2.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../2.1.0/index\"\n        }}>{`Atlas 2.1.0`}</a>{` (Released on 2020/07/15)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Quick Search: provides a simpler search experience with type-ahead suggestions`}</li>\n      <li parentName=\"ul\">{`Business Metadata: enables augmenting entity-types with additional attributes, search entities using these attributes`}</li>\n      <li parentName=\"ul\">{`Labels: ability to add/remove labels on entities, and search entities using labels`}</li>\n      <li parentName=\"ul\">{`Custom Attributes: ability to add entity instance specific custom attributes i.e. attributes not defined in entity-def or business metadata`}</li>\n      <li parentName=\"ul\">{`Entity Purge: added REST APIs to purge deleted entities`}</li>\n      <li parentName=\"ul\">{`Search: ability to find entities by more than one classification`}</li>\n      <li parentName=\"ul\">{`Performance: improvements in lineage retrieval and classification-propagation`}</li>\n      <li parentName=\"ul\">{`Notification: ability to process notifications from multiple Kafka topics`}</li>\n      <li parentName=\"ul\">{`Hive Hook: tracks process-executions via hive_process_execution entities`}</li>\n      <li parentName=\"ul\">{`Hive Hook: captures DDL operations via hive_db_ddl and hive_table_ddl entities`}</li>\n      <li parentName=\"ul\">{`Notification: introduced shell entities to record references to non-existing entities in notifications`}</li>\n      <li parentName=\"ul\">{`Spark: added model to capture Spark entities, processes and relationships`}</li>\n      <li parentName=\"ul\">{`AWS S3: introduced updated model to capture AWS S3 entities and relationships`}</li>\n      <li parentName=\"ul\">{`ADLS-Gen2: introduced model to capture Azure Data Lake Storage Gen2 entities and relationships`}</li>\n      <li parentName=\"ul\">{`Dependencies: JanusGraph 0.5.1, Tinkerpop 3.4.6, Spring Framework 4.3.20`}</li>\n      <li parentName=\"ul\">{`Authorization: updated to cover new features, like: business metadata, labels, purge`}</li>\n      <li parentName=\"ul\">{`UI: multiple UI improvements, including a beta UI`}</li>\n      <li parentName=\"ul\">{`Various Bug-fixes and optimizations`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.1.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.1.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../2.0.0/index\"\n        }}>{`Atlas 2.0.0`}</a>{` (Released on 2019/05/14)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Soft-reference attribute implementation.`}</li>\n      <li parentName=\"ul\">{`Unique-attributes constraints at graph store-level`}</li>\n      <li parentName=\"ul\">{`Atlas Index Repair tool for Janusgraph`}</li>\n      <li parentName=\"ul\">{`Relationship notifications when new relationships are created in atlas`}</li>\n      <li parentName=\"ul\">{`Atlas Import Transform handler implementation`}</li>\n      <li parentName=\"ul\">{`Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0`}</li>\n      <li parentName=\"ul\">{`Updated JanusGraph version to 0.3.1`}</li>\n      <li parentName=\"ul\">{`Updated authentication to support trusted proxy`}</li>\n      <li parentName=\"ul\">{`Updated patch framework to persist typedef patches applied to atlas and handle data patches.`}</li>\n      <li parentName=\"ul\">{`Updated metrics module to collect notification metrics`}</li>\n      <li parentName=\"ul\">{`Updated Atlas Export to support incremental export of metadata.`}</li>\n      <li parentName=\"ul\">{`Notification Processing Improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Notification processing to support batch-commits`}</li>\n          <li parentName=\"ul\">{`New option in notification processing to ignore potentially incorrect hive_column_lineage`}</li>\n          <li parentName=\"ul\">{`Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities`}</li>\n          <li parentName=\"ul\">{`Improved batch processing in notification handler to avoid processing of an entity multiple times`}</li>\n          <li parentName=\"ul\">{`Add option to ignore/prune metadata for temporary/staging hive tables`}</li>\n          <li parentName=\"ul\">{`Avoid unnecessary lookup when creating new relationships`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`UI Improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`UI: Display counts besides the Type and Classification dropdown list in basic search`}</li>\n          <li parentName=\"ul\">{`UI: Display lineage information for process entities`}</li>\n          <li parentName=\"ul\">{`UI: Display entity specific icon for the lineage graph`}</li>\n          <li parentName=\"ul\">{`UI: Add relationships table inside relationships view in entity details page.`}</li>\n          <li parentName=\"ul\">{`UI: Add service-type dropdown in basic search to filter entitydef type.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Various Bug-fixes and optimizations`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.0.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../1.1.0/index\"\n        }}>{`Atlas 1.1.0`}</a>{` (Released on 2018/09/17)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Updated authorization model to support access control on relationship operations`}</li>\n      <li parentName=\"ul\">{`Added support for AWS S3 datatypes, in Atlas server and Hive hook`}</li>\n      <li parentName=\"ul\">{`Updated `}<a parentName=\"li\" {...{\n          \"href\": \"https://janusgraph.org/\"\n        }}>{`JanusGraph`}</a>{` version from 0.2.0 to 0.3.0`}</li>\n      <li parentName=\"ul\">{`Updated hooks to send Kafka notifications asynchronously`}</li>\n      <li parentName=\"ul\">{`Enhanced classification-propagation with options to handle entity-deletes`}</li>\n      <li parentName=\"ul\">{`BugFixes and Optimizations`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../1.0.0/index\"\n        }}>{`Atlas 1.0.0`}</a>{` (Released on 2018/06/02)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Core model enhancement to support Relationship as first-class construct`}</li>\n      <li parentName=\"ul\">{`Support for JanusGraph graph database`}</li>\n      <li parentName=\"ul\">{`New DSL implementation, using ANTLR instead of Scala`}</li>\n      <li parentName=\"ul\">{`Removal of older type system implementation in atlas-typesystem library`}</li>\n      <li parentName=\"ul\">{`Metadata security - fine-grained authorization`}</li>\n      <li parentName=\"ul\">{`Notification enhancements to support V2 style data structures`}</li>\n      <li parentName=\"ul\">{`Jackson library update from 1.9.13 to 2.9.2`}</li>\n      <li parentName=\"ul\">{`Classification propagation via entity relationships`}</li>\n      <li parentName=\"ul\">{`Glossary terms, categories`}</li>\n      <li parentName=\"ul\">{`HBase Hook`}</li>\n      <li parentName=\"ul\">{`UI updates to show entity relationships`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20Atlas%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%201.0.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 1.0.0 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.8.2/index\"\n        }}>{`Atlas 0.8.2`}</a>{` (Released on 2018/02/05)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Search improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Basic search enhancement to optionally exclude sub-type entities and sub-classification-types`}</li>\n          <li parentName=\"ul\">{`Basic search to return classification attributes`}</li>\n          <li parentName=\"ul\">{`Support for saving searches`}</li>\n          <li parentName=\"ul\">{`UI support to reorder columns in search results page`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`UI - updates for classification rendering – tree/flat view`}</li>\n      <li parentName=\"ul\">{`UI – minification of js, css; cache busting for static content (css, js)`}</li>\n      <li parentName=\"ul\">{`notification updates to handle large messages`}</li>\n      <li parentName=\"ul\">{`fix type initialization issues in HA deployment`}</li>\n      <li parentName=\"ul\">{`In HA, the passive node redirects the request with wrong URL encoding`}</li>\n      <li parentName=\"ul\">{`tool kit to recover from lost/bad index data`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20Atlas%20AND%20fixVersion%20%3D%200.8.2%20ORDER%20BY%20key%20ASC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 0.8.2 release`}</a></li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.8.1/index\"\n        }}>{`Atlas 0.8.1`}</a>{` (Released on 2017/08/29)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Basic-search improvement in use of index for attribute filtering`}</li>\n      <li parentName=\"ul\">{`DSL query enhancement to support 'like' operator`}</li>\n      <li parentName=\"ul\">{`REST API and UI enhancements to update classification attributes`}</li>\n      <li parentName=\"ul\">{`Export/import support to copy data between Apache Atlas instances`}</li>\n      <li parentName=\"ul\">{`Ability to delete a tag from UI (and API)`}</li>\n      <li parentName=\"ul\">{`UI enhancements: lineage, attribute search filter, ability to search historical data`}</li>\n      <li parentName=\"ul\">{`Knox SSO for Atlas REST APIs`}</li>\n      <li parentName=\"ul\">{`Moved from use of Guice + Spring framework for dependency-injection to use only Spring framework`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.8.0-incubating/index\"\n        }}>{`Atlas 0.8-incubating`}</a>{` (Released on 2017/03/16)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`API revamp - new, structured REST API`}</li>\n      <li parentName=\"ul\">{`Simplified search UI`}</li>\n      <li parentName=\"ul\">{`UI to create/update entities - HDFS/HBase/Kafka`}</li>\n      <li parentName=\"ul\">{`Performance and scalability improvements`}</li>\n      <li parentName=\"ul\">{`Knox SSO for Atlas UI`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.7.1-incubating/index\"\n        }}>{`Atlas 0.7.1-incubating`}</a>{` (Released on 2017/01/29)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Performance and scalability improvements (ATLAS-1403, ATLAS-1404)`}</li>\n      <li parentName=\"ul\">{`Bug fixes`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.7.0-incubating/index\"\n        }}>{`Atlas 0.7-incubating`}</a>{` (Released on 2016/07/09)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`High Availability (ATLAS-510)`}</li>\n      <li parentName=\"ul\">{`Business Catalog / Taxonomy (ATLAS-491)`}</li>\n      <li parentName=\"ul\">{`Improved Hive Integration (ATLAS-492)`}</li>\n      <li parentName=\"ul\">{`Improved Sqoop Integration`}</li>\n      <li parentName=\"ul\">{`Improved Falcon Integration`}</li>\n      <li parentName=\"ul\">{`Improved Storm Integration`}</li>\n      <li parentName=\"ul\">{`Improved Ambari Deployment & Management Support`}</li>\n      <li parentName=\"ul\">{`Entity Versioning / Audit (ATLAS-493)`}</li>\n      <li parentName=\"ul\">{`Performance Improvements`}</li>\n      <li parentName=\"ul\">{`Authorization (ATLAS-497)`}</li>\n      <li parentName=\"ul\">{`Atlas / Ranger Authorization Integration (ATLAS-495)`}</li>\n      <li parentName=\"ul\">{`Standalone HBase Support (ATLAS-498)`}</li>\n      <li parentName=\"ul\">{`Upgrade Support (ATLAS-631)`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.6.0-incubating/index\"\n        }}>{`Atlas 0.6-incubating`}</a>{` (Released on 2015/12/30)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Improved Hive Server 2 Integration`}</li>\n      <li parentName=\"ul\">{`Sqoop Integration`}</li>\n      <li parentName=\"ul\">{`Falcon Integration`}</li>\n      <li parentName=\"ul\">{`Storm Integration`}</li>\n      <li parentName=\"ul\">{`Various Bug Fixes`}</li>\n      <li parentName=\"ul\">{`Atlas / Ranger Integration`}</li>\n    </ul>\n    <p><strong parentName=\"p\"><a parentName=\"strong\" {...{\n          \"href\": \"../0.5.0-incubating/index\"\n        }}>{`Atlas 0.5-incubating`}</a>{` (Released on 2015/07/09)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Hive Server 2 Integration`}</li>\n      <li parentName=\"ul\">{`Basic Hive Lineage`}</li>\n      <li parentName=\"ul\">{`Basic Ambari Integration`}</li>\n      <li parentName=\"ul\">{`Kerberos Support`}</li>\n      <li parentName=\"ul\">{`DSL for query of datastore`}</li>\n      <li parentName=\"ul\">{`Basic Storage of Metadata`}</li>\n      <li parentName=\"ul\">{`Support for BerkleyDB`}</li>\n      <li parentName=\"ul\">{`Support for Titan 0.5`}</li>\n      <li parentName=\"ul\">{`Support`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-glossary.7aac8d5a.js b/static/js/documents-glossary.7aac8d5a.js
new file mode 100644
index 0000000..ed1929b
--- /dev/null
+++ b/static/js/documents-glossary.7aac8d5a.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{"./src/documents/Glossary.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return m}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),s=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=a("./theme/components/shared/Img/index.js"),d=["components"],l={};function m(e){var t=e.components,a=Object(n.a)(e,d);return Object(r.mdx)("wrapper",Object.assign({},l,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"glossary"},"Glossary"),Object(r.mdx)("p",null,"A Glossary provides appropriate vocabularies for business users, and it allows the terms (words) to be related to each\nother and categorized so that they can be understood in different contexts. These terms can be then mapped to assets\nlike a Database, tables, columns etc. This helps abstract the technical jargon associated with the repositories and\nallows the user to discover/work with data in the vocabulary that is more familiar to them."),Object(r.mdx)("h3",{id:"use-cases"},"Use cases"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Ability to define rich glossary vocabularies using the natural terminology (technical terms and/or business terms)."),Object(r.mdx)("li",{parentName:"ul"},"Ability to semantically relate the term(s) to each other."),Object(r.mdx)("li",{parentName:"ul"},"Ability to map assets to glossary terms(s)."),Object(r.mdx)("li",{parentName:"ul"},"Ability to organize these terms by categories. This adds more context to the term(s)."),Object(r.mdx)("li",{parentName:"ul"},"Allow categories to be arranged in hierarchy - to express broader and finer scopes."),Object(r.mdx)("li",{parentName:"ul"},"Separate management of glossary term(s) from the metadata.")),Object(r.mdx)("h3",{id:"what-is-a-glossary-term-"},"What is a Glossary term ?"),Object(r.mdx)("p",null,'A term is a useful word for an enterprise. For the term(s) to be useful and meaningful, they need to grouped around their\nuse and context. A term in Apache Atlas must have a unique qualifiedName, there can be term(s) with same name, but they\ncannot belong to the same glossary. Term(s) with same name can exist only across different glossaries. A term name can\ncontain spaces, underscores and dashes (as natural ways of referring to words) but no "." or "@", as the qualifiedName\ntakes the following form ',Object(r.mdx)("inlineCode",{parentName:"p"},"term name"),"@",Object(r.mdx)("inlineCode",{parentName:"p"},"glossary qualified name"),". The fully qualified name makes it easier to work with\na specific term."),Object(r.mdx)("p",null,"A term can only belong to single glossary, and it's lifecycle is bound to the same i.e. if the Glossary is deleted then\nthe term gets deleted as well. A term can belong to zero or more categories, which allows scoping them into narrower or\nwider contexts. A term can be assigned/linked to zero or more entities in Apache Atlas. A term can be classified using\nclassifications (tags) and the same classification gets applied to the entities that the term is assigned to."),Object(r.mdx)("h3",{id:"what-is-a-glossary-category-"},"What is a Glossary category ?"),Object(r.mdx)("p",null,"A category is a way of organizing the term(s) so that the term's context can be enriched. A category may or may not have\ncontained hierarchies i.e. child category hierarchy. A category's qualifiedName is derived using its hierarchical location\nwithin the glossary e.g. ",Object(r.mdx)("inlineCode",{parentName:"p"},"Category name"),".",Object(r.mdx)("inlineCode",{parentName:"p"},"parent category qualifiedName"),". This qualified name gets updated when any\nhierarchical change happens, e.g. addition of a parent category, removal of parent category or change of parent category."),Object(r.mdx)("h3",{id:"ui-interactions"},"UI interactions"),Object(r.mdx)("p",null,"Apache Atlas UI has been updated to provide user-friendly interface to work with various aspects of glossary, including:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"create glossaries, terms and categories"),Object(r.mdx)("li",{parentName:"ul"},"create various relationships between terms - like synonyms, antonyms, seeAlso"),Object(r.mdx)("li",{parentName:"ul"},"organize categories in hierarchies"),Object(r.mdx)("li",{parentName:"ul"},"assign terms to entities"),Object(r.mdx)("li",{parentName:"ul"},"search for entities using associated terms")),Object(r.mdx)("p",null,"Most glossary related UI can be found under a new tab named GLOSSARY, which is present right next to existing\nfamiliar tabs SEARCH and CLASSIFICATION."),Object(r.mdx)("h4",{id:"glossary-tab"},Object(r.mdx)("strong",{parentName:"h4"},"Glossary tab")),Object(r.mdx)("p",null,"Apache Atlas UI provides two ways to work with a glossary - term view and category view."),Object(r.mdx)("p",null,"Term view allows a user to perform the following operations:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"create, update and delete terms"),Object(r.mdx)("li",{parentName:"ul"},"add, remove and update classifications associated with a term"),Object(r.mdx)("li",{parentName:"ul"},"add, remove and update categorization of a term"),Object(r.mdx)("li",{parentName:"ul"},"create various relationships between terms"),Object(r.mdx)("li",{parentName:"ul"},"view entities associated with a term")),Object(r.mdx)("p",null,"Category view allows a user to perform the following operations:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"create, update and delete categories and sub-categories"),Object(r.mdx)("li",{parentName:"ul"},"associate terms to categories")),Object(r.mdx)("p",null,"Users can switch between term view and category view using toggle provided in GLOSSARY tab."),Object(r.mdx)(o.a,{src:"/images/markdown/terms_view.png",width:"300px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/category_view_1.png",width:"300px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"term-context-menu"},"Term context menu"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Create a new term\nClicking on the ",Object(r.mdx)("strong",{parentName:"li"},"ellipsis (...)")," next to a glossary name shows a pop-over menu that allows users to create a term in\nthe glossary or delete the glossary - as shown below.")),Object(r.mdx)(o.a,{src:"/images/markdown/term_view_context.png",width:"360px",mdxType:"Img"}),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"To delete a term\nClicking on the ",Object(r.mdx)("strong",{parentName:"li"},"ellipsis (...)")," next to a term name shows a pop-over menu that allows users to delete the term - as\nshown below.")),Object(r.mdx)(o.a,{src:"/images/markdown/term_delete_context.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"term-detail-page"},"Term detail page"),Object(r.mdx)("p",null,"Various details of a term can be viewed by clicking on the term name in the glossary UI. Each tabs under the details\npage provides different details of the term."),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Entities tab shows the entities that are assigned to the selected term"),Object(r.mdx)("li",{parentName:"ul"},"Classifications tab shows the classification(s) associated with the selected term"),Object(r.mdx)("li",{parentName:"ul"},"Related terms tab shows the terms that are related to the selected term")),Object(r.mdx)(o.a,{src:"/images/markdown/term_details.png",mdxType:"Img"}),Object(r.mdx)("h5",{id:"add-classification-to-term"},"Add classification to Term"),Object(r.mdx)("p",null,"Clicking on ",Object(r.mdx)("strong",{parentName:"p"},"+")," next to classification label to add a classification to the term."),Object(r.mdx)(o.a,{src:"/images/markdown/term_add_classification_1.png",alt:"Add classification",width:"400px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/term_add_classification_2.png",alt:"Add classification - details",width:"400px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/term_with_classification.png",alt:"Classifications associated with term",width:"400px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"create-term-relationship-with-other-term"},"Create term relationship with other term"),Object(r.mdx)("p",null,'Click on "Related Terms" tab when viewing term details. Clicking on ',Object(r.mdx)("strong",{parentName:"p"},"+")," will allow linking a term with the current term."),Object(r.mdx)(o.a,{src:"/images/markdown/terms_related_terms.png",mdxType:"Img"}),Object(r.mdx)("h5",{id:"categorize-a-term"},"Categorize a term"),Object(r.mdx)("p",null,"Click on ",Object(r.mdx)("strong",{parentName:"p"},"+")," next to categories label to categorize a term. A modal dialog will be presented for choosing a category."),Object(r.mdx)(o.a,{src:"/images/markdown/term_add_category.png",width:"400px",mdxType:"Img"}),Object(r.mdx)("h4",{id:"category-view"},Object(r.mdx)("strong",{parentName:"h4"},"Category view")),Object(r.mdx)("p",null,"When the toggle switch is on category, the panel will list down all glossaries along-with the category hierarchy. Here's a list of possible\ninteractions under this view."),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Expanded view",Object(r.mdx)(o.a,{src:"/images/markdown/category_view_2.png",width:"300px",mdxType:"Img"}))),Object(r.mdx)("h5",{id:"category-context-menu"},"Category context menu"),Object(r.mdx)("p",null,"Clicking on ",Object(r.mdx)("strong",{parentName:"p"},"ellipsis (...)")," next to the category name will present a category context menu."),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"To create a new category")),Object(r.mdx)(o.a,{src:"/images/markdown/category_view_glossary_context.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"To create a sub-category or delete a category")),Object(r.mdx)(o.a,{src:"/images/markdown/category_view_category_context_1.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"category-detail-page"},"Category detail page"),Object(r.mdx)("p",null,"Once a category is selected, the details will be presented in the right pane."),Object(r.mdx)(o.a,{src:"/images/markdown/category_details_with_terms.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"categorize-term"},"Categorize term"),Object(r.mdx)("p",null,"Click on ",Object(r.mdx)("strong",{parentName:"p"},"+")," next to the terms label to link a term under selected category."),Object(r.mdx)(o.a,{src:"/images/markdown/category_add_term.png",width:"600px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/category_add_term_1.png",width:"400px",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/category_add_term_2.png",width:"400px",mdxType:"Img"}),Object(r.mdx)("h4",{id:"term-assignment-flow"},Object(r.mdx)("strong",{parentName:"h4"},"Term assignment flow")),Object(r.mdx)("p",null,"Terms can be assigned to an entity either from the results page or entity details page."),Object(r.mdx)("h5",{id:"assign-term"},"Assign term"),Object(r.mdx)("p",null,"Click on ",Object(r.mdx)("strong",{parentName:"p"},"+"),' under "terms" column (if associating term from search page)'),Object(r.mdx)(o.a,{src:"/images/markdown/entity_search_add_term.png",mdxType:"Img"}),Object(r.mdx)("p",null,"Click on ",Object(r.mdx)("strong",{parentName:"p"},"+"),' next to "terms" label (if viewing a specific entity details)'),Object(r.mdx)(o.a,{src:"/images/markdown/entity_details_add_term.png",mdxType:"Img"}),Object(r.mdx)("p",null,"Both the actions will present the following modal, follow prompts on screen to complete term assignment."),Object(r.mdx)(o.a,{src:"/images/markdown/entity_add_term_modal.png",width:"400px",mdxType:"Img"}),Object(r.mdx)("h5",{id:"propagated-classification"},"Propagated classification"),Object(r.mdx)("p",null,"If a term has classification then the entity is has been assigned inherits the same."),Object(r.mdx)(o.a,{src:"/images/markdown/term_details_with_classification.png",mdxType:"Img"}),Object(r.mdx)(o.a,{src:"/images/markdown/entity_assigned_term_with_tag.png",width:"600px",mdxType:"Img"}),Object(r.mdx)("h4",{id:"search-using-a-term"},Object(r.mdx)("strong",{parentName:"h4"},"Search using a term")),Object(r.mdx)("p",null,"Apache Atlas basic-search API and UI have been updated to support term as a search criteria. This allows users to find\nentities associated with a given term. Basic search UI now includes a new input drop-down for term based searches."),Object(r.mdx)(o.a,{src:"/images/markdown/term_search.png",width:"300px",mdxType:"Img"}),Object(r.mdx)("hr",null),Object(r.mdx)("h4",{id:"summary-of-rest-interactions"},"Summary of REST interactions"),Object(r.mdx)("p",null,"Following operations are supported by Atlas, the details of REST interface can be found ",Object(r.mdx)("a",{parentName:"p",href:"api/v2/index.html"},"here")),Object(r.mdx)("h5",{id:"json-structure"},"JSON structure"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Glossary")),Object(r.mdx)(s.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n\t"guid": "2f341934-f18c-48b3-aa12-eaa0a2bfce85",\n\t"qualifiedName": "SampleBank",\n\t"displayName": "Banking",\n\t"shortDescription": "Glossary of bank",\n\t"longDescription": "Glossary of bank - long description",\n\t"language": "English",\n\t"usage": "N/A",\n\t"terms": [\n\t{\n\t\t"termGuid": "502d34f1-b85f-4ad9-9d9f-fe7020ff0acb",\n\t\t"relationGuid": "6bb803e4-3af6-4924-aad6-6ad9f95ecd14",\n\t\t"displayText": "A savings account"\n\t}, {\n\t\t"termGuid": "e441a540-ee55-4fc8-8eaf-4b9943d8929c",\n\t\t"relationGuid": "dbc46795-76ff-4f68-9043-be0eff0bc0f3",\n\t\t"displayText": "15-30 yr mortgage"\n\t}, {\n\t\t"termGuid": "998e3692-51a8-47fe-b3a0-0d9f794437eb",\n\t\t"relationGuid": "0dcd31b9-a81c-4185-ad4b-9209a97c305b",\n\t\t"displayText": "A checking account"\n\t}, {\n\t\t"termGuid": "c4e2b956-2589-4648-8596-240d3bea5e44",\n\t\t"relationGuid": "e71c4a5d-694b-47a5-a41e-126ade857279",\n\t\t"displayText": "ARM loans"\n\t}],\n\t"categories": [{\n\t\t"categoryGuid": "dd94859e-7453-4bc9-b634-a17fc14590f8",\n\t\t"parentCategoryGuid": "e6a3df1f-5670-4f9e-84da-91f77d008ce3",\n\t\t"relationGuid": "a0b7da02-1ccd-4415-bc54-3d0cdb8857e7",\n\t\t"displayText": "Accounts"\n\t}, {\n\t\t"categoryGuid": "e6a3df1f-5670-4f9e-84da-91f77d008ce3",\n\t\t"relationGuid": "0e84a358-a4aa-4bd3-b806-497a6962ae1d",\n\t\t"displayText": "Customer"\n\t}, {\n\t\t"categoryGuid": "7f041401-de8c-443f-a3b7-7bf5a910ff6f",\n\t\t"parentCategoryGuid": "e6a3df1f-5670-4f9e-84da-91f77d008ce3",\n\t\t"relationGuid": "7757b031-4e25-43a8-bf77-946f7f06c67a",\n\t\t"displayText": "Loans"\n\t}]\n}'),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Term")),Object(r.mdx)(s.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n\t"guid": "e441a540-ee55-4fc8-8eaf-4b9943d8929c",\n\t"qualifiedName": "fixed_mtg@SampleBank",\n\t"displayName": "15-30 yr mortgage",\n\t"shortDescription": "Short description",\n\t"longDescription": "Long description",\n\t"examples": ["N/A"],\n\t"abbreviation": "FMTG",\n\t"anchor": {\n\t\t"glossaryGuid": "2f341934-f18c-48b3-aa12-eaa0a2bfce85",\n\t\t"relationGuid": "dbc46795-76ff-4f68-9043-be0eff0bc0f3"\n\t},\n\t"categories": [{\n\t\t"categoryGuid": "7f041401-de8c-443f-a3b7-7bf5a910ff6f",\n\t\t"relationGuid": "b4cddd33-7b0c-41e2-9324-afe549ec6ada",\n\t\t"displayText": "Loans"\n\t}],\n    "seeAlso"           : [],\n    "synonyms"          : [],\n    "antonyms"          : [],\n    "replacedBy"        : [],\n    "replacementTerms"  : [],\n    "translationTerms"  : [],\n    "translatedTerms"   : [],\n    "isA"               : [],\n    "classifies"        : [],\n    "preferredTerms"    : [],\n    "preferredToTerms": [ {\n                           "termGuid"   : "c4e2b956-2589-4648-8596-240d3bea5e44",\n                           "displayText": "ARM Loans"\n                         }]\n}'),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Category")),Object(r.mdx)(s.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n\t"guid": "7f041401-de8c-443f-a3b7-7bf5a910ff6f",\n\t"qualifiedName": "Loans.Customer@HortoniaBank",\n\t"displayName": "Loans",\n\t"shortDescription": "Loan categorization",\n\t"anchor": {\n\t\t"glossaryGuid": "2f341934-f18c-48b3-aa12-eaa0a2bfce85",\n\t\t"relationGuid": "7757b031-4e25-43a8-bf77-946f7f06c67a"\n\t},\n\t"parentCategory": {\n\t\t"categoryGuid": "e6a3df1f-5670-4f9e-84da-91f77d008ce3",\n\t\t"relationGuid": "8a0a8e11-0bb5-483b-b7d6-cfe0b1d55ef6"\n\t},\n\t"childrenCategories" : [],\n\t"terms": [{\n\t\t"termGuid": "e441a540-ee55-4fc8-8eaf-4b9943d8929c",\n\t\t"relationGuid": "b4cddd33-7b0c-41e2-9324-afe549ec6ada",\n\t\t"displayText": "15-30 yr mortgage"\n\t}, {\n\t\t"termGuid": "c4e2b956-2589-4648-8596-240d3bea5e44",\n\t\t"relationGuid": "8db1e784-4f04-4eda-9a58-6c9535a95451",\n\t\t"displayText": "ARM loans"\n\t}]\n}'),Object(r.mdx)("h5",{id:"create-operations"},"CREATE operations"),Object(r.mdx)("ol",null,Object(r.mdx)("li",{parentName:"ol"},"Create a glossary"),Object(r.mdx)("li",{parentName:"ol"},"Create a term"),Object(r.mdx)("li",{parentName:"ol"},"Create a categorized term"),Object(r.mdx)("li",{parentName:"ol"},"Create term with relations"),Object(r.mdx)("li",{parentName:"ol"},"Create a category"),Object(r.mdx)("li",{parentName:"ol"},"Create a category with hierarchy"),Object(r.mdx)("li",{parentName:"ol"},"Create category and categorize term(s)"),Object(r.mdx)("li",{parentName:"ol"},"Assign term to entities")),Object(r.mdx)("p",null,Object(r.mdx)("strong",{parentName:"p"},"NOTE:")),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"During create operations glossary, term and category get an auto assigned GUID and qualifiedName."),Object(r.mdx)("li",{parentName:"ul"},"To create a category with children, the children MUST be created beforehand."),Object(r.mdx)("li",{parentName:"ul"},"To create a term belonging to a category, the category MUST be created beforehand."),Object(r.mdx)("li",{parentName:"ul"},"To create term with relations, related term(s) MUST be created beforehand.")),Object(r.mdx)("hr",null),Object(r.mdx)("h5",{id:"read-operations"},"READ operations"),Object(r.mdx)("ol",null,Object(r.mdx)("li",{parentName:"ol"},"Get glossary by GUID - Gives all terms and categories (headers) belonging to the glossary."),Object(r.mdx)("li",{parentName:"ol"},"Get all Glossaries - Gives all glossaries with terms and categories (headers) belonging to the respective glossary."),Object(r.mdx)("li",{parentName:"ol"},"Get a term by GUID - Gives details about the term, categories it belongs to (if any) and any related term(s)."),Object(r.mdx)("li",{parentName:"ol"},"Get a category by GUID - Gives details about the category, category hierarchy (if any) and term(s) belonging to the category."),Object(r.mdx)("li",{parentName:"ol"},"Get all terms of a given glossary - Gives all terms (with details as mentioned in #3) belonging to given glossary."),Object(r.mdx)("li",{parentName:"ol"},"Get all categories of a given glossary - Gives all categories (with details as mentioned in #4) belonging to given glossary."),Object(r.mdx)("li",{parentName:"ol"},"Get all terms related to given term - Gives all terms related/linked to the given term."),Object(r.mdx)("li",{parentName:"ol"},"Get all categories related to a given category (parent and children)"),Object(r.mdx)("li",{parentName:"ol"},"Get all terms for a given category")),Object(r.mdx)("hr",null),Object(r.mdx)("h5",{id:"update-operations"},"UPDATE operations"),Object(r.mdx)("ol",null,Object(r.mdx)("li",{parentName:"ol"},"Partial update of glossary"),Object(r.mdx)("li",{parentName:"ol"},"Partial update of term"),Object(r.mdx)("li",{parentName:"ol"},"Partial update of category"),Object(r.mdx)("li",{parentName:"ol"},"Update a given glossary"),Object(r.mdx)("li",{parentName:"ol"},"Update a given term"),Object(r.mdx)("li",{parentName:"ol"},"Update a given category")),Object(r.mdx)("p",null,Object(r.mdx)("strong",{parentName:"p"},"NOTE:")),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Partial update only deals with the ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"primitive attributes"))," defined in the Glossary model file."),Object(r.mdx)("li",{parentName:"ul"},"GUID and qualifiedName can't be changed once assigned. Only way to this is to delete and recreate the required object."),Object(r.mdx)("li",{parentName:"ul"},"Anchors ",Object(r.mdx)("strong",{parentName:"li"},"can't")," be removed in any updates"),Object(r.mdx)("li",{parentName:"ul"},"Update APIs expect the JSON to be modified ",Object(r.mdx)("strong",{parentName:"li"},"in-place")," after the ",Object(r.mdx)("strong",{parentName:"li"},"GET")," call. Any ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"missing"))," attributes/relations will be ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"deleted")),"."),Object(r.mdx)("li",{parentName:"ul"},"Any update to category's hierarchy leads to a cascaded update of the hierarchy under it e.g. anchor change would affect all children,\nparent change would affect the qualifiedName of self and children.")),Object(r.mdx)("hr",null),Object(r.mdx)("h5",{id:"delete-operations"},"DELETE operations"),Object(r.mdx)("ol",null,Object(r.mdx)("li",{parentName:"ol"},"Delete glossary - Also deletes all categories and terms anchored to given glossary. This delete is ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"blocked"))," if any term has been ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"assigned"))," to an entity."),Object(r.mdx)("li",{parentName:"ol"},"Delete term - Only deletes the term ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"if"))," it's not associated/assigned to any entity."),Object(r.mdx)("li",{parentName:"ol"},"Delete category - ",Object(r.mdx)("strong",{parentName:"li"},Object(r.mdx)("em",{parentName:"strong"},"Only"))," deletes the given category, all children become top-level categories."),Object(r.mdx)("li",{parentName:"ol"},"Remove term assignment from entity")))}m&&m===Object(m)&&Object.isExtensible(m)&&Object.defineProperty(m,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Glossary.md"}}),m.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var n=a("../node_modules/react/index.js"),r=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:i}=e,{baseUrl:s}=Object(r.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${s}${t}`,height:""+(i||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-glossary.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-glossary.b185f4c5b68d73002af0.js.map b/static/js/documents-glossary.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..6010066
--- /dev/null
+++ b/static/js/documents-glossary.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Glossary.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","src","width","alt","wrapLines","language","style","theme","isMDXComponent","Img","height","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"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","file":"static/js/documents-glossary.7aac8d5a.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n    <h1 {...{\n      \"id\": \"glossary\"\n    }}>{`Glossary`}</h1>\n    <p>{`A Glossary provides appropriate vocabularies for business users, and it allows the terms (words) to be related to each\nother and categorized so that they can be understood in different contexts. These terms can be then mapped to assets\nlike a Database, tables, columns etc. This helps abstract the technical jargon associated with the repositories and\nallows the user to discover/work with data in the vocabulary that is more familiar to them.`}</p>\n    <h3 {...{\n      \"id\": \"use-cases\"\n    }}>{`Use cases`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Ability to define rich glossary vocabularies using the natural terminology (technical terms and/or business terms).`}</li>\n      <li parentName=\"ul\">{`Ability to semantically relate the term(s) to each other.`}</li>\n      <li parentName=\"ul\">{`Ability to map assets to glossary terms(s).`}</li>\n      <li parentName=\"ul\">{`Ability to organize these terms by categories. This adds more context to the term(s).`}</li>\n      <li parentName=\"ul\">{`Allow categories to be arranged in hierarchy - to express broader and finer scopes.`}</li>\n      <li parentName=\"ul\">{`Separate management of glossary term(s) from the metadata.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"what-is-a-glossary-term-\"\n    }}>{`What is a Glossary term ?`}</h3>\n    <p>{`A term is a useful word for an enterprise. For the term(s) to be useful and meaningful, they need to grouped around their\nuse and context. A term in Apache Atlas must have a unique qualifiedName, there can be term(s) with same name, but they\ncannot belong to the same glossary. Term(s) with same name can exist only across different glossaries. A term name can\ncontain spaces, underscores and dashes (as natural ways of referring to words) but no \".\" or \"@\", as the qualifiedName\ntakes the following form `}<inlineCode parentName=\"p\">{`term name`}</inlineCode>{`@`}<inlineCode parentName=\"p\">{`glossary qualified name`}</inlineCode>{`. The fully qualified name makes it easier to work with\na specific term.`}</p>\n    <p>{`A term can only belong to single glossary, and it's lifecycle is bound to the same i.e. if the Glossary is deleted then\nthe term gets deleted as well. A term can belong to zero or more categories, which allows scoping them into narrower or\nwider contexts. A term can be assigned/linked to zero or more entities in Apache Atlas. A term can be classified using\nclassifications (tags) and the same classification gets applied to the entities that the term is assigned to.`}</p>\n    <h3 {...{\n      \"id\": \"what-is-a-glossary-category-\"\n    }}>{`What is a Glossary category ?`}</h3>\n    <p>{`A category is a way of organizing the term(s) so that the term's context can be enriched. A category may or may not have\ncontained hierarchies i.e. child category hierarchy. A category's qualifiedName is derived using its hierarchical location\nwithin the glossary e.g. `}<inlineCode parentName=\"p\">{`Category name`}</inlineCode>{`.`}<inlineCode parentName=\"p\">{`parent category qualifiedName`}</inlineCode>{`. This qualified name gets updated when any\nhierarchical change happens, e.g. addition of a parent category, removal of parent category or change of parent category.`}</p>\n    <h3 {...{\n      \"id\": \"ui-interactions\"\n    }}>{`UI interactions`}</h3>\n    <p>{`Apache Atlas UI has been updated to provide user-friendly interface to work with various aspects of glossary, including:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`create glossaries, terms and categories`}</li>\n      <li parentName=\"ul\">{`create various relationships between terms - like synonyms, antonyms, seeAlso`}</li>\n      <li parentName=\"ul\">{`organize categories in hierarchies`}</li>\n      <li parentName=\"ul\">{`assign terms to entities`}</li>\n      <li parentName=\"ul\">{`search for entities using associated terms`}</li>\n    </ul>\n    <p>{`Most glossary related UI can be found under a new tab named GLOSSARY, which is present right next to existing\nfamiliar tabs SEARCH and CLASSIFICATION.`}</p>\n    <h4 {...{\n      \"id\": \"glossary-tab\"\n    }}><strong parentName=\"h4\">{`Glossary tab`}</strong></h4>\n    <p>{`Apache Atlas UI provides two ways to work with a glossary - term view and category view.`}</p>\n    <p>{`Term view allows a user to perform the following operations:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`create, update and delete terms`}</li>\n      <li parentName=\"ul\">{`add, remove and update classifications associated with a term`}</li>\n      <li parentName=\"ul\">{`add, remove and update categorization of a term`}</li>\n      <li parentName=\"ul\">{`create various relationships between terms`}</li>\n      <li parentName=\"ul\">{`view entities associated with a term`}</li>\n    </ul>\n    <p>{`Category view allows a user to perform the following operations:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`create, update and delete categories and sub-categories`}</li>\n      <li parentName=\"ul\">{`associate terms to categories`}</li>\n    </ul>\n    <p>{`Users can switch between term view and category view using toggle provided in GLOSSARY tab.`}</p>\n    <Img src={`/images/markdown/terms_view.png`} width=\"300px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/category_view_1.png`} width=\"300px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"term-context-menu\"\n    }}>{`Term context menu`}</h5>\n    <ul>\n      <li parentName=\"ul\">{`Create a new term\nClicking on the `}<strong parentName=\"li\">{`ellipsis (...)`}</strong>{` next to a glossary name shows a pop-over menu that allows users to create a term in\nthe glossary or delete the glossary - as shown below.`}</li>\n    </ul>\n    <Img src={`/images/markdown/term_view_context.png`} width=\"360px\" mdxType=\"Img\" />\n    <ul>\n      <li parentName=\"ul\">{`To delete a term\nClicking on the `}<strong parentName=\"li\">{`ellipsis (...)`}</strong>{` next to a term name shows a pop-over menu that allows users to delete the term - as\nshown below.`}</li>\n    </ul>\n    <Img src={`/images/markdown/term_delete_context.png`} width=\"600px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"term-detail-page\"\n    }}>{`Term detail page`}</h5>\n    <p>{`Various details of a term can be viewed by clicking on the term name in the glossary UI. Each tabs under the details\npage provides different details of the term.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entities tab shows the entities that are assigned to the selected term`}</li>\n      <li parentName=\"ul\">{`Classifications tab shows the classification(s) associated with the selected term`}</li>\n      <li parentName=\"ul\">{`Related terms tab shows the terms that are related to the selected term`}</li>\n    </ul>\n    <Img src={`/images/markdown/term_details.png`} mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"add-classification-to-term\"\n    }}>{`Add classification to Term`}</h5>\n    <p>{`Clicking on `}<strong parentName=\"p\">{`+`}</strong>{` next to classification label to add a classification to the term.`}</p>\n    <Img src={`/images/markdown/term_add_classification_1.png`} alt=\"Add classification\" width=\"400px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/term_add_classification_2.png`} alt=\"Add classification - details\" width=\"400px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/term_with_classification.png`} alt=\"Classifications associated with term\" width=\"400px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"create-term-relationship-with-other-term\"\n    }}>{`Create term relationship with other term`}</h5>\n    <p>{`Click on \"Related Terms\" tab when viewing term details. Clicking on `}<strong parentName=\"p\">{`+`}</strong>{` will allow linking a term with the current term.`}</p>\n    <Img src={`/images/markdown/terms_related_terms.png`} mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"categorize-a-term\"\n    }}>{`Categorize a term`}</h5>\n    <p>{`Click on `}<strong parentName=\"p\">{`+`}</strong>{` next to categories label to categorize a term. A modal dialog will be presented for choosing a category.`}</p>\n    <Img src={`/images/markdown/term_add_category.png`} width=\"400px\" mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"category-view\"\n    }}><strong parentName=\"h4\">{`Category view`}</strong></h4>\n    <p>{`When the toggle switch is on category, the panel will list down all glossaries along-with the category hierarchy. Here's a list of possible\ninteractions under this view.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Expanded view`}\n        <Img src={`/images/markdown/category_view_2.png`} width=\"300px\" mdxType=\"Img\" />\n      </li>\n    </ul>\n    <h5 {...{\n      \"id\": \"category-context-menu\"\n    }}>{`Category context menu`}</h5>\n    <p>{`Clicking on `}<strong parentName=\"p\">{`ellipsis (...)`}</strong>{` next to the category name will present a category context menu.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`To create a new category`}</li>\n    </ul>\n    <Img src={`/images/markdown/category_view_glossary_context.png`} width=\"600px\" mdxType=\"Img\" />\n    <ul>\n      <li parentName=\"ul\">{`To create a sub-category or delete a category`}</li>\n    </ul>\n    <Img src={`/images/markdown/category_view_category_context_1.png`} width=\"600px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"category-detail-page\"\n    }}>{`Category detail page`}</h5>\n    <p>{`Once a category is selected, the details will be presented in the right pane.`}</p>\n    <Img src={`/images/markdown/category_details_with_terms.png`} width=\"600px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"categorize-term\"\n    }}>{`Categorize term`}</h5>\n    <p>{`Click on `}<strong parentName=\"p\">{`+`}</strong>{` next to the terms label to link a term under selected category.`}</p>\n    <Img src={`/images/markdown/category_add_term.png`} width=\"600px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/category_add_term_1.png`} width=\"400px\" mdxType=\"Img\" />\n    <Img src={`/images/markdown/category_add_term_2.png`} width=\"400px\" mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"term-assignment-flow\"\n    }}><strong parentName=\"h4\">{`Term assignment flow`}</strong></h4>\n    <p>{`Terms can be assigned to an entity either from the results page or entity details page.`}</p>\n    <h5 {...{\n      \"id\": \"assign-term\"\n    }}>{`Assign term`}</h5>\n    <p>{`Click on `}<strong parentName=\"p\">{`+`}</strong>{` under \"terms\" column (if associating term from search page)`}</p>\n    <Img src={`/images/markdown/entity_search_add_term.png`} mdxType=\"Img\" />\n    <p>{`Click on `}<strong parentName=\"p\">{`+`}</strong>{` next to \"terms\" label (if viewing a specific entity details)`}</p>\n    <Img src={`/images/markdown/entity_details_add_term.png`} mdxType=\"Img\" />\n    <p>{`Both the actions will present the following modal, follow prompts on screen to complete term assignment.`}</p>\n    <Img src={`/images/markdown/entity_add_term_modal.png`} width=\"400px\" mdxType=\"Img\" />\n    <h5 {...{\n      \"id\": \"propagated-classification\"\n    }}>{`Propagated classification`}</h5>\n    <p>{`If a term has classification then the entity is has been assigned inherits the same.`}</p>\n    <Img src={`/images/markdown/term_details_with_classification.png`} mdxType=\"Img\" />\n    <Img src={`/images/markdown/entity_assigned_term_with_tag.png`} width=\"600px\" mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"search-using-a-term\"\n    }}><strong parentName=\"h4\">{`Search using a term`}</strong></h4>\n    <p>{`Apache Atlas basic-search API and UI have been updated to support term as a search criteria. This allows users to find\nentities associated with a given term. Basic search UI now includes a new input drop-down for term based searches.`}</p>\n    <Img src={`/images/markdown/term_search.png`} width=\"300px\" mdxType=\"Img\" />\n    <hr></hr>\n    <h4 {...{\n      \"id\": \"summary-of-rest-interactions\"\n    }}>{`Summary of REST interactions`}</h4>\n    <p>{`Following operations are supported by Atlas, the details of REST interface can be found `}<a parentName=\"p\" {...{\n        \"href\": \"api/v2/index.html\"\n      }}>{`here`}</a></p>\n    <h5 {...{\n      \"id\": \"json-structure\"\n    }}>{`JSON structure`}</h5>\n    <ul>\n      <li parentName=\"ul\">{`Glossary`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n\t\"guid\": \"2f341934-f18c-48b3-aa12-eaa0a2bfce85\",\n\t\"qualifiedName\": \"SampleBank\",\n\t\"displayName\": \"Banking\",\n\t\"shortDescription\": \"Glossary of bank\",\n\t\"longDescription\": \"Glossary of bank - long description\",\n\t\"language\": \"English\",\n\t\"usage\": \"N/A\",\n\t\"terms\": [\n\t{\n\t\t\"termGuid\": \"502d34f1-b85f-4ad9-9d9f-fe7020ff0acb\",\n\t\t\"relationGuid\": \"6bb803e4-3af6-4924-aad6-6ad9f95ecd14\",\n\t\t\"displayText\": \"A savings account\"\n\t}, {\n\t\t\"termGuid\": \"e441a540-ee55-4fc8-8eaf-4b9943d8929c\",\n\t\t\"relationGuid\": \"dbc46795-76ff-4f68-9043-be0eff0bc0f3\",\n\t\t\"displayText\": \"15-30 yr mortgage\"\n\t}, {\n\t\t\"termGuid\": \"998e3692-51a8-47fe-b3a0-0d9f794437eb\",\n\t\t\"relationGuid\": \"0dcd31b9-a81c-4185-ad4b-9209a97c305b\",\n\t\t\"displayText\": \"A checking account\"\n\t}, {\n\t\t\"termGuid\": \"c4e2b956-2589-4648-8596-240d3bea5e44\",\n\t\t\"relationGuid\": \"e71c4a5d-694b-47a5-a41e-126ade857279\",\n\t\t\"displayText\": \"ARM loans\"\n\t}],\n\t\"categories\": [{\n\t\t\"categoryGuid\": \"dd94859e-7453-4bc9-b634-a17fc14590f8\",\n\t\t\"parentCategoryGuid\": \"e6a3df1f-5670-4f9e-84da-91f77d008ce3\",\n\t\t\"relationGuid\": \"a0b7da02-1ccd-4415-bc54-3d0cdb8857e7\",\n\t\t\"displayText\": \"Accounts\"\n\t}, {\n\t\t\"categoryGuid\": \"e6a3df1f-5670-4f9e-84da-91f77d008ce3\",\n\t\t\"relationGuid\": \"0e84a358-a4aa-4bd3-b806-497a6962ae1d\",\n\t\t\"displayText\": \"Customer\"\n\t}, {\n\t\t\"categoryGuid\": \"7f041401-de8c-443f-a3b7-7bf5a910ff6f\",\n\t\t\"parentCategoryGuid\": \"e6a3df1f-5670-4f9e-84da-91f77d008ce3\",\n\t\t\"relationGuid\": \"7757b031-4e25-43a8-bf77-946f7f06c67a\",\n\t\t\"displayText\": \"Loans\"\n\t}]\n}`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Term`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n\t\"guid\": \"e441a540-ee55-4fc8-8eaf-4b9943d8929c\",\n\t\"qualifiedName\": \"fixed_mtg@SampleBank\",\n\t\"displayName\": \"15-30 yr mortgage\",\n\t\"shortDescription\": \"Short description\",\n\t\"longDescription\": \"Long description\",\n\t\"examples\": [\"N/A\"],\n\t\"abbreviation\": \"FMTG\",\n\t\"anchor\": {\n\t\t\"glossaryGuid\": \"2f341934-f18c-48b3-aa12-eaa0a2bfce85\",\n\t\t\"relationGuid\": \"dbc46795-76ff-4f68-9043-be0eff0bc0f3\"\n\t},\n\t\"categories\": [{\n\t\t\"categoryGuid\": \"7f041401-de8c-443f-a3b7-7bf5a910ff6f\",\n\t\t\"relationGuid\": \"b4cddd33-7b0c-41e2-9324-afe549ec6ada\",\n\t\t\"displayText\": \"Loans\"\n\t}],\n    \"seeAlso\"           : [],\n    \"synonyms\"          : [],\n    \"antonyms\"          : [],\n    \"replacedBy\"        : [],\n    \"replacementTerms\"  : [],\n    \"translationTerms\"  : [],\n    \"translatedTerms\"   : [],\n    \"isA\"               : [],\n    \"classifies\"        : [],\n    \"preferredTerms\"    : [],\n    \"preferredToTerms\": [ {\n                           \"termGuid\"   : \"c4e2b956-2589-4648-8596-240d3bea5e44\",\n                           \"displayText\": \"ARM Loans\"\n                         }]\n}`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Category`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n\t\"guid\": \"7f041401-de8c-443f-a3b7-7bf5a910ff6f\",\n\t\"qualifiedName\": \"Loans.Customer@HortoniaBank\",\n\t\"displayName\": \"Loans\",\n\t\"shortDescription\": \"Loan categorization\",\n\t\"anchor\": {\n\t\t\"glossaryGuid\": \"2f341934-f18c-48b3-aa12-eaa0a2bfce85\",\n\t\t\"relationGuid\": \"7757b031-4e25-43a8-bf77-946f7f06c67a\"\n\t},\n\t\"parentCategory\": {\n\t\t\"categoryGuid\": \"e6a3df1f-5670-4f9e-84da-91f77d008ce3\",\n\t\t\"relationGuid\": \"8a0a8e11-0bb5-483b-b7d6-cfe0b1d55ef6\"\n\t},\n\t\"childrenCategories\" : [],\n\t\"terms\": [{\n\t\t\"termGuid\": \"e441a540-ee55-4fc8-8eaf-4b9943d8929c\",\n\t\t\"relationGuid\": \"b4cddd33-7b0c-41e2-9324-afe549ec6ada\",\n\t\t\"displayText\": \"15-30 yr mortgage\"\n\t}, {\n\t\t\"termGuid\": \"c4e2b956-2589-4648-8596-240d3bea5e44\",\n\t\t\"relationGuid\": \"8db1e784-4f04-4eda-9a58-6c9535a95451\",\n\t\t\"displayText\": \"ARM loans\"\n\t}]\n}`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"create-operations\"\n    }}>{`CREATE operations`}</h5>\n    <ol>\n      <li parentName=\"ol\">{`Create a glossary`}</li>\n      <li parentName=\"ol\">{`Create a term`}</li>\n      <li parentName=\"ol\">{`Create a categorized term`}</li>\n      <li parentName=\"ol\">{`Create term with relations`}</li>\n      <li parentName=\"ol\">{`Create a category`}</li>\n      <li parentName=\"ol\">{`Create a category with hierarchy`}</li>\n      <li parentName=\"ol\">{`Create category and categorize term(s)`}</li>\n      <li parentName=\"ol\">{`Assign term to entities`}</li>\n    </ol>\n    <p><strong parentName=\"p\">{`NOTE:`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`During create operations glossary, term and category get an auto assigned GUID and qualifiedName.`}</li>\n      <li parentName=\"ul\">{`To create a category with children, the children MUST be created beforehand.`}</li>\n      <li parentName=\"ul\">{`To create a term belonging to a category, the category MUST be created beforehand.`}</li>\n      <li parentName=\"ul\">{`To create term with relations, related term(s) MUST be created beforehand.`}</li>\n    </ul>\n    <hr></hr>\n    <h5 {...{\n      \"id\": \"read-operations\"\n    }}>{`READ operations`}</h5>\n    <ol>\n      <li parentName=\"ol\">{`Get glossary by GUID - Gives all terms and categories (headers) belonging to the glossary.`}</li>\n      <li parentName=\"ol\">{`Get all Glossaries - Gives all glossaries with terms and categories (headers) belonging to the respective glossary.`}</li>\n      <li parentName=\"ol\">{`Get a term by GUID - Gives details about the term, categories it belongs to (if any) and any related term(s).`}</li>\n      <li parentName=\"ol\">{`Get a category by GUID - Gives details about the category, category hierarchy (if any) and term(s) belonging to the category.`}</li>\n      <li parentName=\"ol\">{`Get all terms of a given glossary - Gives all terms (with details as mentioned in #3) belonging to given glossary.`}</li>\n      <li parentName=\"ol\">{`Get all categories of a given glossary - Gives all categories (with details as mentioned in #4) belonging to given glossary.`}</li>\n      <li parentName=\"ol\">{`Get all terms related to given term - Gives all terms related/linked to the given term.`}</li>\n      <li parentName=\"ol\">{`Get all categories related to a given category (parent and children)`}</li>\n      <li parentName=\"ol\">{`Get all terms for a given category`}</li>\n    </ol>\n    <hr></hr>\n    <h5 {...{\n      \"id\": \"update-operations\"\n    }}>{`UPDATE operations`}</h5>\n    <ol>\n      <li parentName=\"ol\">{`Partial update of glossary`}</li>\n      <li parentName=\"ol\">{`Partial update of term`}</li>\n      <li parentName=\"ol\">{`Partial update of category`}</li>\n      <li parentName=\"ol\">{`Update a given glossary`}</li>\n      <li parentName=\"ol\">{`Update a given term`}</li>\n      <li parentName=\"ol\">{`Update a given category`}</li>\n    </ol>\n    <p><strong parentName=\"p\">{`NOTE:`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Partial update only deals with the `}<strong parentName=\"li\"><em parentName=\"strong\">{`primitive attributes`}</em></strong>{` defined in the Glossary model file.`}</li>\n      <li parentName=\"ul\">{`GUID and qualifiedName can't be changed once assigned. Only way to this is to delete and recreate the required object.`}</li>\n      <li parentName=\"ul\">{`Anchors `}<strong parentName=\"li\">{`can't`}</strong>{` be removed in any updates`}</li>\n      <li parentName=\"ul\">{`Update APIs expect the JSON to be modified `}<strong parentName=\"li\">{`in-place`}</strong>{` after the `}<strong parentName=\"li\">{`GET`}</strong>{` call. Any `}<strong parentName=\"li\"><em parentName=\"strong\">{`missing`}</em></strong>{` attributes/relations will be `}<strong parentName=\"li\"><em parentName=\"strong\">{`deleted`}</em></strong>{`.`}</li>\n      <li parentName=\"ul\">{`Any update to category's hierarchy leads to a cascaded update of the hierarchy under it e.g. anchor change would affect all children,\nparent change would affect the qualifiedName of self and children.`}</li>\n    </ul>\n    <hr></hr>\n    <h5 {...{\n      \"id\": \"delete-operations\"\n    }}>{`DELETE operations`}</h5>\n    <ol>\n      <li parentName=\"ol\">{`Delete glossary - Also deletes all categories and terms anchored to given glossary. This delete is `}<strong parentName=\"li\"><em parentName=\"strong\">{`blocked`}</em></strong>{` if any term has been `}<strong parentName=\"li\"><em parentName=\"strong\">{`assigned`}</em></strong>{` to an entity.`}</li>\n      <li parentName=\"ol\">{`Delete term - Only deletes the term `}<strong parentName=\"li\"><em parentName=\"strong\">{`if`}</em></strong>{` it's not associated/assigned to any entity.`}</li>\n      <li parentName=\"ol\">{`Delete category - `}<strong parentName=\"li\"><em parentName=\"strong\">{`Only`}</em></strong>{` deletes the given category, all children become top-level categories.`}</li>\n      <li parentName=\"ol\">{`Remove term assignment from entity`}</li>\n    </ol>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-high-availability.5a25fd47.js b/static/js/documents-high-availability.5a25fd47.js
new file mode 100644
index 0000000..bee1600
--- /dev/null
+++ b/static/js/documents-high-availability.5a25fd47.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{"./src/documents/HighAvailability.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),r=["components"],l={};function c(e){var t=e.components,a=Object(i.a)(e,r);return Object(n.mdx)("wrapper",Object.assign({},l,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"fault-tolerance-and-high-availability-options"},"Fault Tolerance and High Availability Options"),Object(n.mdx)("h2",{id:"introduction"},"Introduction"),Object(n.mdx)("p",null,"Apache Atlas uses and interacts with a variety of systems to provide metadata management and data lineage to data\nadministrators. By choosing and configuring these dependencies appropriately, it is possible to achieve a high degree\nof service availability with Atlas. This document describes the state of high availability support in Atlas,\nincluding its capabilities and current limitations, and also the configuration required for achieving this level of\nhigh availability."),Object(n.mdx)("p",null,Object(n.mdx)("a",{parentName:"p",href:"#/Architecture"},"The architecture page")," in the wiki gives an overview of the various components that make up Atlas.\nThe options mentioned below for various components derive context from the above page, and would be worthwhile to\nreview before proceeding to read this page."),Object(n.mdx)("h2",{id:"atlas-web-service"},"Atlas Web Service"),Object(n.mdx)("p",null,"Currently, the Atlas Web Service has a limitation that it can only have one active instance at a time. In earlier\nreleases of Atlas, a backup instance could be provisioned and kept available. However, a manual failover was\nrequired to make this backup instance active."),Object(n.mdx)("p",null,"From this release, Atlas will support multiple instances of the Atlas Web service in an active/passive configuration\nwith automated failover. This means that users can deploy and start multiple instances of the Atlas Web Service on\ndifferent physical hosts at the same time. One of these instances will be automatically selected as an 'active'\ninstance to service user requests. The others will automatically be deemed 'passive'. If the 'active' instance\nbecomes unavailable either because it is deliberately stopped, or due to unexpected failures, one of the other\ninstances will automatically be elected as an 'active' instance and start to service user requests."),Object(n.mdx)("p",null,"An 'active' instance is the only instance that can respond to user requests correctly. It can create, delete, modify\nor respond to the queries on metadata objects. A 'passive' instance will accept user requests, but will redirect them\nusing HTTP redirect to the currently known 'active' instance. Specifically, a passive instance will not itself\nrespond to any queries on metadata objects. However, all instances (both active and passive), will respond to admin\nrequests that return information about that instance."),Object(n.mdx)("p",null,"When configured in a High Availability mode, users can get the following operational benefits:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Uninterrupted service during maintenance intervals"),": If an active instance of the Atlas Web Service needs to be brought down for maintenance, another instance would automatically become active and can service requests."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Uninterrupted service in event of unexpected failures"),": If an active instance of the Atlas Web Service fails due to software or hardware errors, another instance would automatically become active and can service requests.")),Object(n.mdx)("p",null,"In the following sub-sections, we describe the steps required to setup High Availability for the Atlas Web Service.\nWe also describe how the deployment and client can be designed to take advantage of this capability.\nFinally, we describe a few details of the underlying implementation."),Object(n.mdx)("h3",{id:"setting-up-the-high-availability-feature-in-atlas"},"Setting up the High Availability feature in Atlas"),Object(n.mdx)("p",null,"The following pre-requisites must be met for setting up the High Availability feature."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Ensure that you install Apache Zookeeper on a cluster of machines (a minimum of 3 servers is recommended for production)."),Object(n.mdx)("li",{parentName:"ul"},"Select 2 or more physical machines to run the Atlas Web Service instances on. These machines define what we refer to as a 'server ensemble' for Atlas.")),Object(n.mdx)("p",null,"To setup High Availability in Atlas, a few configuration options must be defined in the ",Object(n.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties"),"\nfile. While the complete list of configuration items are defined in the ",Object(n.mdx)("a",{parentName:"p",href:"#/Configuration"},"Configuration Page"),", this\nsection lists a few of the main options."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"High Availability is an optional feature in Atlas. Hence, it must be enabled by setting the configuration option ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.server.ha.enabled")," to true.")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Next, define a list of identifiers, one for each physical machine you have selected for the Atlas Web Service instance. These identifiers can be simple strings like ",Object(n.mdx)("inlineCode",{parentName:"li"},"id1"),", ",Object(n.mdx)("inlineCode",{parentName:"li"},"id2")," etc. They should be unique and should not contain a comma.")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Define a comma separated list of these identifiers as the value of the option ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.server.ids"),".")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"For each physical machine, list the IP Address/hostname and port as the value of the configuration ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.server.address.id"),", where ",Object(n.mdx)("inlineCode",{parentName:"li"},"id")," refers to the identifier string for this physical machine.",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"For e.g., if you have selected 2 machines with hostnames ",Object(n.mdx)("inlineCode",{parentName:"li"},"host1.company.com")," and ",Object(n.mdx)("inlineCode",{parentName:"li"},"host2.company.com"),", you can define the configuration options as below:")))),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.server.ids=id1,id2\natlas.server.address.id1=host1.company.com:21000\natlas.server.address.id2=host2.company.com:21000"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Define the Zookeeper quorum which will be used by the Atlas High Availability feature.")),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.server.ha.zookeeper.connect=zk1.company.com:2181,zk2.company.com:2181,zk3.company.com:2181"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"You can review other configuration options that are defined for the High Availability feature, and set them up as desired in the ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas-application.properties")," file."),Object(n.mdx)("li",{parentName:"ul"},"For production environments, the components that Atlas depends on must also be set up in High Availability mode. This is described in detail in the following sections. Follow those instructions to setup and configure them."),Object(n.mdx)("li",{parentName:"ul"},"Install the Atlas software on the selected physical machines."),Object(n.mdx)("li",{parentName:"ul"},"Copy the ",Object(n.mdx)("inlineCode",{parentName:"li"},"atlas-application.properties")," file created using the steps above to the configuration directory of all the machines."),Object(n.mdx)("li",{parentName:"ul"},"Start the dependent components."),Object(n.mdx)("li",{parentName:"ul"},"Start each instance of the Atlas Web Service.")),Object(n.mdx)("p",null,"To verify that High Availability is working, run the following script on each of the instances where Atlas Web Service\nis installed."),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"$ATLAS_HOME/bin/atlas_admin.py -status"),"This script can print one of the values below as response:",Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"ACTIVE"),": This instance is active and can respond to user requests."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"PASSIVE"),": This instance is PASSIVE. It will redirect any user requests it receives to the current active instance."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"BECOMING_ACTIVE"),": This would be printed if the server is transitioning to become an ACTIVE instance. The server cannot service any metadata user requests in this state."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"BECOMING_PASSIVE"),": This would be printed if the server is transitioning to become a PASSIVE instance. The server cannot service any metadata user requests in this state.")),Object(n.mdx)("p",null,"Under normal operating circumstances, only one of these instances should print the value ",Object(n.mdx)("em",{parentName:"p"},"ACTIVE")," as response to\nthe script, and the others would print ",Object(n.mdx)("em",{parentName:"p"},"PASSIVE"),"."),Object(n.mdx)("h3",{id:"configuring-clients-to-use-the-high-availability-feature"},"Configuring clients to use the High Availability feature"),Object(n.mdx)("p",null,"The Atlas Web Service can be accessed in two ways:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Using the Atlas Web UI"),": This is a browser based client that can be used to query the metadata stored in Atlas."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Using the Atlas REST API"),": As Atlas exposes a RESTful API, one can use any standard REST client including libraries in other applications. In fact, Atlas ships with a client called AtlasClient that can be used as an example to build REST client access.")),Object(n.mdx)("p",null,"In order to take advantage of the High Availability feature in the clients, there are two options possible."),Object(n.mdx)("h4",{id:"using-an-intermediate-proxy"},"Using an intermediate proxy"),Object(n.mdx)("p",null,"The simplest solution to enable highly available access to Atlas is to install and configure some intermediate proxy\nthat has a capability to transparently switch services based on status. One such proxy solution is ",Object(n.mdx)("a",{parentName:"p",href:"http://www.haproxy.org/"},"HAProxy"),"."),Object(n.mdx)("p",null,"Here is an example HAProxy configuration that can be used. Note this is provided for illustration only, and not as a\nrecommended production configuration. For that, please refer to the HAProxy documentation for appropriate instructions."),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"frontend atlas_fe\n  bind *:41000\n  default_backend atlas_be\nbackend atlas_be\n  mode http\n  option httpchk get /api/atlas/admin/status\n  http-check expect string ACTIVE\n  balance roundrobin\n  server host1_21000 host1:21000 check\n  server host2_21000 host2:21000 check backup\nlisten atlas\n  bind localhost:42000"),Object(n.mdx)("p",null,"The above configuration binds HAProxy to listen on port 41000 for incoming client connections. It then routes\nthe connections to either of the hosts host1 or host2 depending on a HTTP status check. The status check is\ndone using a HTTP GET on the REST URL ",Object(n.mdx)("inlineCode",{parentName:"p"},"/api/atlas/admin/status"),", and is deemed successful only if the HTTP response\ncontains the string ACTIVE."),Object(n.mdx)("h4",{id:"using-automatic-detection-of-active-instance"},"Using automatic detection of active instance"),Object(n.mdx)("p",null,"If one does not want to setup and manage a separate proxy, then the other option to use the High Availability\nfeature is to build a client application that is capable of detecting status and retrying operations. In such a\nsetting, the client application can be launched with the URLs of all Atlas Web Service instances that form the\nensemble. The client should then call the REST URL ",Object(n.mdx)("inlineCode",{parentName:"p"},"/api/atlas/admin/status")," on each of these to determine which is\nthe active instance. The response from the Active instance would be of the form ",Object(n.mdx)("inlineCode",{parentName:"p"},"{Status:ACTIVE}"),". Also, when the\nclient faces any exceptions in the course of an operation, it should again determine which of the remaining URLs\nis active and retry the operation."),Object(n.mdx)("p",null,"The AtlasClient class that ships with Atlas can be used as an example client library that implements the logic\nfor working with an ensemble and selecting the right Active server instance."),Object(n.mdx)("p",null,"Utilities in Atlas, like ",Object(n.mdx)("inlineCode",{parentName:"p"},"quick_start.py")," and ",Object(n.mdx)("inlineCode",{parentName:"p"},"import-hive.sh")," can be configured to run with multiple server\nURLs. When launched in this mode, the AtlasClient automatically selects and works with the current active instance.\nIf a proxy is set up in between, then its address can be used when running quick_start.py or import-hive.sh."),Object(n.mdx)("h3",{id:"implementation-details-of-atlas-high-availability"},"Implementation Details of Atlas High Availability"),Object(n.mdx)("p",null,"The Atlas High Availability work is tracked under the master JIRA\n",Object(n.mdx)("a",{parentName:"p",href:"https://issues.apache.org/jira/browse/ATLAS-510"},"ATLAS-510"),".\nThe JIRAs filed under it have detailed information about how the High Availability feature has been implemented.\nAt a high level the following points can be called out:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"The automatic selection of an Active instance, as well as automatic failover to a new Active instance happen through a leader election algorithm."),Object(n.mdx)("li",{parentName:"ul"},"For leader election, we use the ",Object(n.mdx)("a",{parentName:"li",href:"http://curator.apache.org/curator-recipes/leader-latch.html"},"Leader Latch Recipe")," of ",Object(n.mdx)("a",{parentName:"li",href:"http://curator.apache.org"},"Apache Curator")),Object(n.mdx)("li",{parentName:"ul"},"The Active instance is the only one which initializes, modifies or reads state in the backend stores to keep them consistent."),Object(n.mdx)("li",{parentName:"ul"},"Also, when an instance is elected as Active, it refreshes any cached information from the backend stores to get up to date."),Object(n.mdx)("li",{parentName:"ul"},"A servlet filter ensures that only the active instance services user requests. If a passive instance receives these requests, it automatically redirects them to the current active instance.")),Object(n.mdx)("h2",{id:"metadata-store"},"Metadata Store"),Object(n.mdx)("p",null,"As described above, Atlas uses JanusGraph to store the metadata it manages. By default, Atlas uses a standalone HBase\ninstance as the backing store for JanusGraph. In order to provide HA for the metadata store, we recommend that Atlas be\nconfigured to use distributed HBase as the backing store for JanusGraph.  Doing this implies that you could benefit from the\nHA guarantees HBase provides. In order to configure Atlas to use HBase in HA mode, do the following:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Choose an existing HBase cluster that is set up in HA mode to configure in Atlas (OR) Set up a new HBase cluster in ",Object(n.mdx)("a",{parentName:"li",href:"http://hbase.apache.org/book.html#quickstart_fully_distributed"},"HA mode"),".",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"If setting up HBase for Atlas, please following instructions listed for setting up HBase in the ",Object(n.mdx)("a",{parentName:"li",href:"#/Installation"},"Installation Steps"),"."))),Object(n.mdx)("li",{parentName:"ul"},"We recommend using more than one HBase masters (at least 2) in the cluster on different physical hosts that use Zookeeper for coordination to provide redundancy and high availability of HBase.",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Refer to the ",Object(n.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration page")," for the options to configure in atlas.properties to setup Atlas with HBase.")))),Object(n.mdx)("h2",{id:"index-store"},"Index Store"),Object(n.mdx)("p",null,"As described above, Atlas indexes metadata through JanusGraph to support full text search queries. In order to provide HA\nfor the index store, we recommend that Atlas be configured to use Solr or Elasticsearch as the backing index store for JanusGraph."),Object(n.mdx)("h3",{id:"solr"},"Solr"),Object(n.mdx)("p",null,"In order to configure Atlas to use Solr in HA mode, do the following:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Choose an existing SolrCloud cluster setup in HA mode to configure in Atlas (OR) Set up a new ",Object(n.mdx)("a",{parentName:"li",href:"https://cwiki.apache.org/confluence/display/solr/SolrCloud"},"SolrCloud cluster"),".",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Ensure Solr is brought up on at least 2 physical hosts for redundancy, and each host runs a Solr node."),Object(n.mdx)("li",{parentName:"ul"},"We recommend the number of replicas to be set to at least 2 for redundancy."))),Object(n.mdx)("li",{parentName:"ul"},"Create the SolrCloud collections required by Atlas, as described in ",Object(n.mdx)("a",{parentName:"li",href:"#/Installation"},"Installation Steps")),Object(n.mdx)("li",{parentName:"ul"},"Refer to the ",Object(n.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration page")," for the options to configure in atlas.properties to setup Atlas with Solr.")),Object(n.mdx)("h3",{id:"elasticsearch--tech-preview"},"Elasticsearch  (Tech Preview)"),Object(n.mdx)("p",null,"In order to configure Atlas to use Elasticsearch in HA mode, do the following:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Choose an existing Elasticsearch cluster setup, (OR) setup a new cluster ",Object(n.mdx)("a",{parentName:"li",href:"https://www.elastic.co/guide/en/elasticsearch/reference/5.6/setup.html"},"Elasticsearch cluster"),".",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Ensure that Elasticsearch is brought up on at least five physical hosts for redundancy."),Object(n.mdx)("li",{parentName:"ul"},"A replica count of 3 is recommended"))),Object(n.mdx)("li",{parentName:"ul"},"Refer to the ",Object(n.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration page")," for the options to configure in atlas.properties to setup Atlas with Elasticsearch.")),Object(n.mdx)("h2",{id:"notification-server"},"Notification Server"),Object(n.mdx)("p",null,"Metadata notification events from Hooks are sent to Atlas by writing them to a Kafka topic called ",Object(n.mdx)("strong",{parentName:"p"},"ATLAS_HOOK"),". Similarly, events from\nAtlas to other integrating components like Ranger, are written to a Kafka topic called ",Object(n.mdx)("strong",{parentName:"p"},"ATLAS_ENTITIES"),". Since Kafka\npersists these messages, the events will not be lost even if the consumers are down as the events are being sent. In\naddition, we recommend Kafka is also setup for fault tolerance so that it has higher availability guarantees. In order\nto configure Atlas to use Kafka in HA mode, do the following:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Choose an existing Kafka cluster set up in HA mode to configure in Atlas (OR) Set up a new Kafka cluster.")),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"We recommend that there are more than one Kafka brokers in the cluster on different physical hosts that use Zookeeper for coordination to provide redundancy and high availability of Kafka.",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Setup at least 2 physical hosts for redundancy, each hosting a Kafka broker.")))),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Set up Kafka topics for Atlas usage:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"The number of partitions for the ATLAS topics should be set to 1 (numPartitions)"),Object(n.mdx)("li",{parentName:"ul"},"Decide number of replicas for Kafka topic: Set this to at least 2 for redundancy."),Object(n.mdx)("li",{parentName:"ul"},"Run the following commands:")))),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"$KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper <list of zookeeper host:port entries> --topic ATLAS_HOOK --replication-factor <numReplicas> --partitions 1\n   $KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper <list of zookeeper host:port entries> --topic ATLAS_ENTITIES --replication-factor <numReplicas> --partitions 1\n   Here KAFKA_HOME points to the Kafka installation directory."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"In atlas-application.properties, set the following configuration:")),Object(n.mdx)(o.a,{wrapLines:!0,language:"java",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.notification.embedded=false\n   atlas.kafka.zookeeper.connect=<comma separated list of servers forming Zookeeper quorum used by Kafka>\n   atlas.kafka.bootstrap.servers=<comma separated list of Kafka broker endpoints in host:port form> - Give at least 2 for redundancy."),Object(n.mdx)("h2",{id:"known-issues"},"Known Issues"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"If the HBase region servers hosting the Atlas table are down, Atlas would not be able to store or retrieve metadata from HBase until they are brought back online.")))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/HighAvailability.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-high-availability.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-high-availability.b185f4c5b68d73002af0.js.map b/static/js/documents-high-availability.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..e37bd55
--- /dev/null
+++ b/static/js/documents-high-availability.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/HighAvailability.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"0kBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,iDAA+C,iDAEvD,oBACE,GAAM,gBAAc,gBAEtB,0fAKA,uBAAG,mBAAGC,WAAW,IACb,KAAQ,kBAAgB,yBACM,gPAGlC,oBACE,GAAM,qBAAmB,qBAE3B,ySAGA,yrBAMA,kiBAKA,yHACA,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,sDAAgE,2KAC3G,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,yDAAmE,4KAEhH,0TAGA,oBACE,GAAM,qDAAmD,qDAE3D,iHACA,wBACE,oBAAIA,WAAW,MAAI,6HACnB,oBAAIA,WAAW,MAAI,2JAErB,kHAA+F,4BAAYA,WAAW,KAAG,gCAA8C,6EACjG,mBAAGA,WAAW,IAChF,KAAQ,mBAAiB,sBACE,oDAE/B,wBACE,oBAAIA,WAAW,MAAI,oHAAsH,4BAAYA,WAAW,MAAI,2BAAyC,cAE/M,wBACE,oBAAIA,WAAW,MAAI,wKAA0K,4BAAYA,WAAW,MAAI,OAAqB,KAAM,4BAAYA,WAAW,MAAI,OAAqB,gEAErS,wBACE,oBAAIA,WAAW,MAAI,iFAAmF,4BAAYA,WAAW,MAAI,oBAAkC,MAErK,wBACE,oBAAIA,WAAW,MAAI,sGAAwG,4BAAYA,WAAW,MAAI,2BAAyC,WAAY,4BAAYA,WAAW,MAAI,MAAoB,8DACxP,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,4DAA8D,4BAAYA,WAAW,MAAI,qBAAmC,QAAS,4BAAYA,WAAW,MAAI,qBAAmC,2DAI5N,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,gIAKlG,wBACE,oBAAIC,WAAW,MAAI,2FAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,oGAGlG,wBACE,oBAAIC,WAAW,MAAI,oIAAsI,4BAAYA,WAAW,MAAI,gCAA8C,UAClO,oBAAIA,WAAW,MAAI,kOACnB,oBAAIA,WAAW,MAAI,iEACnB,oBAAIA,WAAW,MAAI,YAAc,4BAAYA,WAAW,MAAI,gCAA8C,2FAC1G,oBAAIA,WAAW,MAAI,mCACnB,oBAAIA,WAAW,MAAI,kDAErB,gKAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,0CAE9E,6DAEpB,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,+DAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,WAAqB,8GAChE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,mBAA6B,4JACxE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,oBAA8B,6JAE3E,mHAAgG,oBAAIA,WAAW,KAAG,UAAgB,2DAC7F,oBAAIA,WAAW,KAAG,WAAiB,KACxE,oBACE,GAAM,4DAA0D,4DAElE,6EACA,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,0BAAoC,4FAC/E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,4BAAsC,wOAEnF,sIACA,oBACE,GAAM,+BAA6B,+BAErC,mPACiG,mBAAGA,WAAW,IAC3G,KAAQ,2BAAyB,WACjB,KACpB,wQAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,oUAclG,4RAEoC,4BAAYC,WAAW,KAAG,2BAAyC,qFAEvG,oBACE,GAAM,gDAA8C,gDAEtD,6ZAGiD,4BAAYA,WAAW,KAAG,2BAAyC,4HACtC,4BAAYA,WAAW,KAAG,mBAAiC,0KAGzI,uNAEA,mDAAgC,4BAAYA,WAAW,KAAG,kBAAgC,QAAS,4BAAYA,WAAW,KAAG,kBAAgC,qRAG7J,oBACE,GAAM,qDAAmD,qDAE3D,6FACF,mBAAGA,WAAW,IACR,KAAQ,mDAAiD,aACvC,gLAGtB,wBACE,oBAAIA,WAAW,MAAI,qJACnB,oBAAIA,WAAW,MAAI,mCAAqC,mBAAGA,WAAW,KAClE,KAAQ,+DAA6D,uBACzC,OAAQ,mBAAGA,WAAW,KAClD,KAAQ,6BAA2B,mBAEvC,oBAAIA,WAAW,MAAI,iIACnB,oBAAIA,WAAW,MAAI,+HACnB,oBAAIA,WAAW,MAAI,kMAErB,oBACE,GAAM,kBAAgB,kBAExB,6eAIA,wBACE,oBAAIA,WAAW,MAAI,uHAAyH,mBAAGA,WAAW,KACtJ,KAAQ,kEAAgE,WACxD,IAClB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,mGAAqG,mBAAGA,WAAW,KAClI,KAAQ,kBAAgB,sBACG,OAGnC,oBAAIA,WAAW,MAAI,mMACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,gBAAkB,mBAAGA,WAAW,KAC/C,KAAQ,mBAAiB,sBACE,mFAIrC,oBACE,GAAM,eAAa,eAErB,wRAEA,oBACE,GAAM,QAAM,QAEd,gGACA,wBACE,oBAAIA,WAAW,MAAI,iGAAmG,mBAAGA,WAAW,KAChI,KAAQ,8DAA4D,qBAC1C,IAC5B,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,0GACnB,oBAAIA,WAAW,MAAI,iFAGvB,oBAAIA,WAAW,MAAI,uEAAyE,mBAAGA,WAAW,KACtG,KAAQ,kBAAgB,uBAE5B,oBAAIA,WAAW,MAAI,gBAAkB,mBAAGA,WAAW,KAC/C,KAAQ,mBAAiB,sBACE,gFAEjC,oBACE,GAAM,+BAA6B,iCAErC,yGACA,wBACE,oBAAIA,WAAW,MAAI,4EAA8E,mBAAGA,WAAW,KAC3G,KAAQ,0EAAwE,yBAClD,IAChC,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,2FACnB,oBAAIA,WAAW,MAAI,yCAGvB,oBAAIA,WAAW,MAAI,gBAAkB,mBAAGA,WAAW,KAC/C,KAAQ,mBAAiB,sBACE,yFAEjC,oBACE,GAAM,uBAAqB,uBAE7B,4HAAyG,wBAAQA,WAAW,KAAG,cAAwB,oHAClE,wBAAQA,WAAW,KAAG,kBAA4B,8TAIvI,wBACE,oBAAIA,WAAW,MAAI,8GAErB,wBACE,oBAAIA,WAAW,MAAI,+LACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,mFAIzB,wBACE,oBAAIA,WAAW,MAAI,uCACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,oFACnB,oBAAIA,WAAW,MAAI,qFACnB,oBAAIA,WAAW,MAAI,kCAIzB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,2YAKlG,wBACE,oBAAIC,WAAW,MAAI,sEAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,uRAKlG,oBACE,GAAM,gBAAc,gBAEtB,wBACE,oBAAIC,WAAW,MAAI,wKAGxB,uLAEDJ,EAAWS,gBAAiB,G,+DCvT5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-high-availability.5a25fd47.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"fault-tolerance-and-high-availability-options\"\n    }}>{`Fault Tolerance and High Availability Options`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`Apache Atlas uses and interacts with a variety of systems to provide metadata management and data lineage to data\nadministrators. By choosing and configuring these dependencies appropriately, it is possible to achieve a high degree\nof service availability with Atlas. This document describes the state of high availability support in Atlas,\nincluding its capabilities and current limitations, and also the configuration required for achieving this level of\nhigh availability.`}</p>\n    <p><a parentName=\"p\" {...{\n        \"href\": \"#/Architecture\"\n      }}>{`The architecture page`}</a>{` in the wiki gives an overview of the various components that make up Atlas.\nThe options mentioned below for various components derive context from the above page, and would be worthwhile to\nreview before proceeding to read this page.`}</p>\n    <h2 {...{\n      \"id\": \"atlas-web-service\"\n    }}>{`Atlas Web Service`}</h2>\n    <p>{`Currently, the Atlas Web Service has a limitation that it can only have one active instance at a time. In earlier\nreleases of Atlas, a backup instance could be provisioned and kept available. However, a manual failover was\nrequired to make this backup instance active.`}</p>\n    <p>{`From this release, Atlas will support multiple instances of the Atlas Web service in an active/passive configuration\nwith automated failover. This means that users can deploy and start multiple instances of the Atlas Web Service on\ndifferent physical hosts at the same time. One of these instances will be automatically selected as an 'active'\ninstance to service user requests. The others will automatically be deemed 'passive'. If the 'active' instance\nbecomes unavailable either because it is deliberately stopped, or due to unexpected failures, one of the other\ninstances will automatically be elected as an 'active' instance and start to service user requests.`}</p>\n    <p>{`An 'active' instance is the only instance that can respond to user requests correctly. It can create, delete, modify\nor respond to the queries on metadata objects. A 'passive' instance will accept user requests, but will redirect them\nusing HTTP redirect to the currently known 'active' instance. Specifically, a passive instance will not itself\nrespond to any queries on metadata objects. However, all instances (both active and passive), will respond to admin\nrequests that return information about that instance.`}</p>\n    <p>{`When configured in a High Availability mode, users can get the following operational benefits:`}</p>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Uninterrupted service during maintenance intervals`}</strong>{`: If an active instance of the Atlas Web Service needs to be brought down for maintenance, another instance would automatically become active and can service requests.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Uninterrupted service in event of unexpected failures`}</strong>{`: If an active instance of the Atlas Web Service fails due to software or hardware errors, another instance would automatically become active and can service requests.`}</li>\n    </ul>\n    <p>{`In the following sub-sections, we describe the steps required to setup High Availability for the Atlas Web Service.\nWe also describe how the deployment and client can be designed to take advantage of this capability.\nFinally, we describe a few details of the underlying implementation.`}</p>\n    <h3 {...{\n      \"id\": \"setting-up-the-high-availability-feature-in-atlas\"\n    }}>{`Setting up the High Availability feature in Atlas`}</h3>\n    <p>{`The following pre-requisites must be met for setting up the High Availability feature.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Ensure that you install Apache Zookeeper on a cluster of machines (a minimum of 3 servers is recommended for production).`}</li>\n      <li parentName=\"ul\">{`Select 2 or more physical machines to run the Atlas Web Service instances on. These machines define what we refer to as a 'server ensemble' for Atlas.`}</li>\n    </ul>\n    <p>{`To setup High Availability in Atlas, a few configuration options must be defined in the `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{`\nfile. While the complete list of configuration items are defined in the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Configuration\"\n      }}>{`Configuration Page`}</a>{`, this\nsection lists a few of the main options.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`High Availability is an optional feature in Atlas. Hence, it must be enabled by setting the configuration option `}<inlineCode parentName=\"li\">{`atlas.server.ha.enabled`}</inlineCode>{` to true.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Next, define a list of identifiers, one for each physical machine you have selected for the Atlas Web Service instance. These identifiers can be simple strings like `}<inlineCode parentName=\"li\">{`id1`}</inlineCode>{`, `}<inlineCode parentName=\"li\">{`id2`}</inlineCode>{` etc. They should be unique and should not contain a comma.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Define a comma separated list of these identifiers as the value of the option `}<inlineCode parentName=\"li\">{`atlas.server.ids`}</inlineCode>{`.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`For each physical machine, list the IP Address/hostname and port as the value of the configuration `}<inlineCode parentName=\"li\">{`atlas.server.address.id`}</inlineCode>{`, where `}<inlineCode parentName=\"li\">{`id`}</inlineCode>{` refers to the identifier string for this physical machine.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`For e.g., if you have selected 2 machines with hostnames `}<inlineCode parentName=\"li\">{`host1.company.com`}</inlineCode>{` and `}<inlineCode parentName=\"li\">{`host2.company.com`}</inlineCode>{`, you can define the configuration options as below:`}</li>\n        </ul>\n      </li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.server.ids=id1,id2\natlas.server.address.id1=host1.company.com:21000\natlas.server.address.id2=host2.company.com:21000`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Define the Zookeeper quorum which will be used by the Atlas High Availability feature.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      atlas.server.ha.zookeeper.connect=zk1.company.com:2181,zk2.company.com:2181,zk3.company.com:2181\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`You can review other configuration options that are defined for the High Availability feature, and set them up as desired in the `}<inlineCode parentName=\"li\">{`atlas-application.properties`}</inlineCode>{` file.`}</li>\n      <li parentName=\"ul\">{`For production environments, the components that Atlas depends on must also be set up in High Availability mode. This is described in detail in the following sections. Follow those instructions to setup and configure them.`}</li>\n      <li parentName=\"ul\">{`Install the Atlas software on the selected physical machines.`}</li>\n      <li parentName=\"ul\">{`Copy the `}<inlineCode parentName=\"li\">{`atlas-application.properties`}</inlineCode>{` file created using the steps above to the configuration directory of all the machines.`}</li>\n      <li parentName=\"ul\">{`Start the dependent components.`}</li>\n      <li parentName=\"ul\">{`Start each instance of the Atlas Web Service.`}</li>\n    </ul>\n    <p>{`To verify that High Availability is working, run the following script on each of the instances where Atlas Web Service\nis installed.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n$ATLAS_HOME/bin/atlas_admin.py -status\n    </SyntaxHighlighter>\nThis script can print one of the values below as response:\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`ACTIVE`}</strong>{`: This instance is active and can respond to user requests.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`PASSIVE`}</strong>{`: This instance is PASSIVE. It will redirect any user requests it receives to the current active instance.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`BECOMING_ACTIVE`}</strong>{`: This would be printed if the server is transitioning to become an ACTIVE instance. The server cannot service any metadata user requests in this state.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`BECOMING_PASSIVE`}</strong>{`: This would be printed if the server is transitioning to become a PASSIVE instance. The server cannot service any metadata user requests in this state.`}</li>\n    </ul>\n    <p>{`Under normal operating circumstances, only one of these instances should print the value `}<em parentName=\"p\">{`ACTIVE`}</em>{` as response to\nthe script, and the others would print `}<em parentName=\"p\">{`PASSIVE`}</em>{`.`}</p>\n    <h3 {...{\n      \"id\": \"configuring-clients-to-use-the-high-availability-feature\"\n    }}>{`Configuring clients to use the High Availability feature`}</h3>\n    <p>{`The Atlas Web Service can be accessed in two ways:`}</p>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Using the Atlas Web UI`}</strong>{`: This is a browser based client that can be used to query the metadata stored in Atlas.`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Using the Atlas REST API`}</strong>{`: As Atlas exposes a RESTful API, one can use any standard REST client including libraries in other applications. In fact, Atlas ships with a client called AtlasClient that can be used as an example to build REST client access.`}</li>\n    </ul>\n    <p>{`In order to take advantage of the High Availability feature in the clients, there are two options possible.`}</p>\n    <h4 {...{\n      \"id\": \"using-an-intermediate-proxy\"\n    }}>{`Using an intermediate proxy`}</h4>\n    <p>{`The simplest solution to enable highly available access to Atlas is to install and configure some intermediate proxy\nthat has a capability to transparently switch services based on status. One such proxy solution is `}<a parentName=\"p\" {...{\n        \"href\": \"http://www.haproxy.org/\"\n      }}>{`HAProxy`}</a>{`.`}</p>\n    <p>{`Here is an example HAProxy configuration that can be used. Note this is provided for illustration only, and not as a\nrecommended production configuration. For that, please refer to the HAProxy documentation for appropriate instructions.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`frontend atlas_fe\n  bind *:41000\n  default_backend atlas_be\nbackend atlas_be\n  mode http\n  option httpchk get /api/atlas/admin/status\n  http-check expect string ACTIVE\n  balance roundrobin\n  server host1_21000 host1:21000 check\n  server host2_21000 host2:21000 check backup\nlisten atlas\n  bind localhost:42000`}\n    </SyntaxHighlighter>\n    <p>{`The above configuration binds HAProxy to listen on port 41000 for incoming client connections. It then routes\nthe connections to either of the hosts host1 or host2 depending on a HTTP status check. The status check is\ndone using a HTTP GET on the REST URL `}<inlineCode parentName=\"p\">{`/api/atlas/admin/status`}</inlineCode>{`, and is deemed successful only if the HTTP response\ncontains the string ACTIVE.`}</p>\n    <h4 {...{\n      \"id\": \"using-automatic-detection-of-active-instance\"\n    }}>{`Using automatic detection of active instance`}</h4>\n    <p>{`If one does not want to setup and manage a separate proxy, then the other option to use the High Availability\nfeature is to build a client application that is capable of detecting status and retrying operations. In such a\nsetting, the client application can be launched with the URLs of all Atlas Web Service instances that form the\nensemble. The client should then call the REST URL `}<inlineCode parentName=\"p\">{`/api/atlas/admin/status`}</inlineCode>{` on each of these to determine which is\nthe active instance. The response from the Active instance would be of the form `}<inlineCode parentName=\"p\">{`{Status:ACTIVE}`}</inlineCode>{`. Also, when the\nclient faces any exceptions in the course of an operation, it should again determine which of the remaining URLs\nis active and retry the operation.`}</p>\n    <p>{`The AtlasClient class that ships with Atlas can be used as an example client library that implements the logic\nfor working with an ensemble and selecting the right Active server instance.`}</p>\n    <p>{`Utilities in Atlas, like `}<inlineCode parentName=\"p\">{`quick_start.py`}</inlineCode>{` and `}<inlineCode parentName=\"p\">{`import-hive.sh`}</inlineCode>{` can be configured to run with multiple server\nURLs. When launched in this mode, the AtlasClient automatically selects and works with the current active instance.\nIf a proxy is set up in between, then its address can be used when running quick_start.py or import-hive.sh.`}</p>\n    <h3 {...{\n      \"id\": \"implementation-details-of-atlas-high-availability\"\n    }}>{`Implementation Details of Atlas High Availability`}</h3>\n    <p>{`The Atlas High Availability work is tracked under the master JIRA\n`}<a parentName=\"p\" {...{\n        \"href\": \"https://issues.apache.org/jira/browse/ATLAS-510\"\n      }}>{`ATLAS-510`}</a>{`.\nThe JIRAs filed under it have detailed information about how the High Availability feature has been implemented.\nAt a high level the following points can be called out:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`The automatic selection of an Active instance, as well as automatic failover to a new Active instance happen through a leader election algorithm.`}</li>\n      <li parentName=\"ul\">{`For leader election, we use the `}<a parentName=\"li\" {...{\n          \"href\": \"http://curator.apache.org/curator-recipes/leader-latch.html\"\n        }}>{`Leader Latch Recipe`}</a>{` of `}<a parentName=\"li\" {...{\n          \"href\": \"http://curator.apache.org\"\n        }}>{`Apache Curator`}</a></li>\n      <li parentName=\"ul\">{`The Active instance is the only one which initializes, modifies or reads state in the backend stores to keep them consistent.`}</li>\n      <li parentName=\"ul\">{`Also, when an instance is elected as Active, it refreshes any cached information from the backend stores to get up to date.`}</li>\n      <li parentName=\"ul\">{`A servlet filter ensures that only the active instance services user requests. If a passive instance receives these requests, it automatically redirects them to the current active instance.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"metadata-store\"\n    }}>{`Metadata Store`}</h2>\n    <p>{`As described above, Atlas uses JanusGraph to store the metadata it manages. By default, Atlas uses a standalone HBase\ninstance as the backing store for JanusGraph. In order to provide HA for the metadata store, we recommend that Atlas be\nconfigured to use distributed HBase as the backing store for JanusGraph.  Doing this implies that you could benefit from the\nHA guarantees HBase provides. In order to configure Atlas to use HBase in HA mode, do the following:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Choose an existing HBase cluster that is set up in HA mode to configure in Atlas (OR) Set up a new HBase cluster in `}<a parentName=\"li\" {...{\n          \"href\": \"http://hbase.apache.org/book.html#quickstart_fully_distributed\"\n        }}>{`HA mode`}</a>{`.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`If setting up HBase for Atlas, please following instructions listed for setting up HBase in the `}<a parentName=\"li\" {...{\n              \"href\": \"#/Installation\"\n            }}>{`Installation Steps`}</a>{`.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`We recommend using more than one HBase masters (at least 2) in the cluster on different physical hosts that use Zookeeper for coordination to provide redundancy and high availability of HBase.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Refer to the `}<a parentName=\"li\" {...{\n              \"href\": \"#/Configuration\"\n            }}>{`Configuration page`}</a>{` for the options to configure in atlas.properties to setup Atlas with HBase.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"index-store\"\n    }}>{`Index Store`}</h2>\n    <p>{`As described above, Atlas indexes metadata through JanusGraph to support full text search queries. In order to provide HA\nfor the index store, we recommend that Atlas be configured to use Solr or Elasticsearch as the backing index store for JanusGraph.`}</p>\n    <h3 {...{\n      \"id\": \"solr\"\n    }}>{`Solr`}</h3>\n    <p>{`In order to configure Atlas to use Solr in HA mode, do the following:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Choose an existing SolrCloud cluster setup in HA mode to configure in Atlas (OR) Set up a new `}<a parentName=\"li\" {...{\n          \"href\": \"https://cwiki.apache.org/confluence/display/solr/SolrCloud\"\n        }}>{`SolrCloud cluster`}</a>{`.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Ensure Solr is brought up on at least 2 physical hosts for redundancy, and each host runs a Solr node.`}</li>\n          <li parentName=\"ul\">{`We recommend the number of replicas to be set to at least 2 for redundancy.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Create the SolrCloud collections required by Atlas, as described in `}<a parentName=\"li\" {...{\n          \"href\": \"#/Installation\"\n        }}>{`Installation Steps`}</a></li>\n      <li parentName=\"ul\">{`Refer to the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration page`}</a>{` for the options to configure in atlas.properties to setup Atlas with Solr.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"elasticsearch--tech-preview\"\n    }}>{`Elasticsearch  (Tech Preview)`}</h3>\n    <p>{`In order to configure Atlas to use Elasticsearch in HA mode, do the following:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Choose an existing Elasticsearch cluster setup, (OR) setup a new cluster `}<a parentName=\"li\" {...{\n          \"href\": \"https://www.elastic.co/guide/en/elasticsearch/reference/5.6/setup.html\"\n        }}>{`Elasticsearch cluster`}</a>{`.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Ensure that Elasticsearch is brought up on at least five physical hosts for redundancy.`}</li>\n          <li parentName=\"ul\">{`A replica count of 3 is recommended`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Refer to the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration page`}</a>{` for the options to configure in atlas.properties to setup Atlas with Elasticsearch.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"notification-server\"\n    }}>{`Notification Server`}</h2>\n    <p>{`Metadata notification events from Hooks are sent to Atlas by writing them to a Kafka topic called `}<strong parentName=\"p\">{`ATLAS_HOOK`}</strong>{`. Similarly, events from\nAtlas to other integrating components like Ranger, are written to a Kafka topic called `}<strong parentName=\"p\">{`ATLAS_ENTITIES`}</strong>{`. Since Kafka\npersists these messages, the events will not be lost even if the consumers are down as the events are being sent. In\naddition, we recommend Kafka is also setup for fault tolerance so that it has higher availability guarantees. In order\nto configure Atlas to use Kafka in HA mode, do the following:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Choose an existing Kafka cluster set up in HA mode to configure in Atlas (OR) Set up a new Kafka cluster.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`We recommend that there are more than one Kafka brokers in the cluster on different physical hosts that use Zookeeper for coordination to provide redundancy and high availability of Kafka.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Setup at least 2 physical hosts for redundancy, each hosting a Kafka broker.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Set up Kafka topics for Atlas usage:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`The number of partitions for the ATLAS topics should be set to 1 (numPartitions)`}</li>\n          <li parentName=\"ul\">{`Decide number of replicas for Kafka topic: Set this to at least 2 for redundancy.`}</li>\n          <li parentName=\"ul\">{`Run the following commands:`}</li>\n        </ul>\n      </li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`$KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper <list of zookeeper host:port entries> --topic ATLAS_HOOK --replication-factor <numReplicas> --partitions 1\n   $KAFKA_HOME/bin/kafka-topics.sh --create --zookeeper <list of zookeeper host:port entries> --topic ATLAS_ENTITIES --replication-factor <numReplicas> --partitions 1\n   Here KAFKA_HOME points to the Kafka installation directory.`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`In atlas-application.properties, set the following configuration:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`atlas.notification.embedded=false\n   atlas.kafka.zookeeper.connect=<comma separated list of servers forming Zookeeper quorum used by Kafka>\n   atlas.kafka.bootstrap.servers=<comma separated list of Kafka broker endpoints in host:port form> - Give at least 2 for redundancy.`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"known-issues\"\n    }}>{`Known Issues`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`If the HBase region servers hosting the Atlas table are down, Atlas would not be able to store or retrieve metadata from HBase until they are brought back online.`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-high-level-architecture.473e837a.js b/static/js/documents-high-level-architecture.473e837a.js
new file mode 100644
index 0000000..d255d33
--- /dev/null
+++ b/static/js/documents-high-level-architecture.473e837a.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{"./src/documents/HighLevelArchitecture.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),o=a("./theme/components/shared/Img/index.js"),i=["components"],r={};function d(e){var t=e.components,a=Object(n.a)(e,i);return Object(s.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"architecture"},"Architecture"),Object(s.mdx)("h2",{id:"introduction"},"Introduction"),Object(s.mdx)("h2",{id:"atlas-high-level-architecture---overview"},"Atlas High Level Architecture - Overview"),Object(s.mdx)(o.a,{src:"/images/twiki/architecture.png",width:"800",mdxType:"Img"}),Object(s.mdx)("p",null,"The components of Atlas can be grouped under the following major categories:"),Object(s.mdx)("h3",{id:"core"},"Core"),Object(s.mdx)("p",null,"Atlas core includes the following components:"),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Type System"),": Atlas allows users to define a model for the metadata objects they want to manage. The model is composed\nof definitions called \u2018types\u2019. Instances of \u2018types\u2019 called \u2018entities\u2019 represent the actual metadata objects that are\nmanaged. The Type System is a component that allows users to define and manage the types and entities. All metadata\nobjects managed by Atlas out of the box (like Hive tables, for e.g.) are modelled using types and represented as\nentities. To store new types of metadata in Atlas, one needs to understand the concepts of the type system component."),Object(s.mdx)("p",null,"One key point to note is that the generic nature of the modelling in Atlas allows data stewards and integrators to\ndefine both technical metadata and business metadata. It is also possible to define rich relationships between the\ntwo using features of Atlas."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Graph Engine"),": Internally, Atlas persists metadata objects it manages using a Graph model. This approach provides great\nflexibility and enables efficient handling of rich relationships between the metadata objects. Graph engine component is\nresponsible for translating between types and entities of the Atlas type system, and the underlying graph persistence model.\nIn addition to managing the graph objects, the graph engine also creates the appropriate indices for the metadata\nobjects so that they can be searched efficiently. Atlas uses the JanusGraph to store the metadata objects."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Ingest / Export"),": The Ingest component allows metadata to be added to Atlas. Similarly, the Export component exposes\nmetadata changes detected by Atlas to be raised as events. Consumers can consume these change events to react to\nmetadata changes in real time."),Object(s.mdx)("h3",{id:"integration"},"Integration"),Object(s.mdx)("p",null,"Users can manage metadata in Atlas using two methods:"),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"API"),": All functionality of Atlas is exposed to end users via a REST API that allows types and entities to be created,\nupdated and deleted. It is also the primary mechanism to query and discover the types and entities managed by Atlas."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Messaging"),": In addition to the API, users can choose to integrate with Atlas using a messaging interface that is\nbased on Kafka. This is useful both for communicating metadata objects to Atlas, and also to consume metadata change\nevents from Atlas using which applications can be built. The messaging interface is particularly useful if one wishes\nto use a more loosely coupled integration with Atlas that could allow for better scalability, reliability etc. Atlas\nuses Apache Kafka as a notification server for communication between hooks and downstream consumers of metadata\nnotification events. Events are written by the hooks and Atlas to different Kafka topics."),Object(s.mdx)("h3",{id:"metadata-sources"},"Metadata sources"),Object(s.mdx)("p",null,"Atlas supports integration with many sources of metadata out of the box. More integrations will be added in future\nas well. Currently, Atlas supports ingesting and managing metadata from the following sources:"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookHBase"},"HBase")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookHive"},"Hive")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookSqoop"},"Sqoop")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookStorm"},"Storm")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("a",{parentName:"li",href:"#/HookKafka"},"Kafka"))),Object(s.mdx)("p",null,"The integration implies two things:\nThere are metadata models that Atlas defines natively to represent objects of these components.\nThere are components Atlas provides to ingest metadata objects from these components\n(in real time or in batch mode in some cases)."),Object(s.mdx)("h3",{id:"applications"},"Applications"),Object(s.mdx)("p",null,"The metadata managed by Atlas is consumed by a variety of applications for satisfying many governance use cases."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Atlas Admin UI"),": This component is a web based application that allows data stewards and scientists to discover\nand annotate metadata. Of primary importance here is a search interface and SQL like query language that can be\nused to query the metadata types and objects managed by Atlas. The Admin UI uses the REST API of Atlas for\nbuilding its functionality."),Object(s.mdx)("p",null,Object(s.mdx)("strong",{parentName:"p"},"Tag Based Policies"),": ",Object(s.mdx)("a",{parentName:"p",href:"http://ranger.apache.org/"},"Apache Ranger")," is an advanced security management solution\nfor the Hadoop ecosystem having wide integration with a variety of Hadoop components. By integrating with Atlas,\nRanger allows security administrators to define metadata driven security policies for effective governance.\nRanger is a consumer to the metadata change events notified by Atlas."))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/HighLevelArchitecture.md"}}),d.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var n=a("../node_modules/react/index.js"),s=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:o}=e,{baseUrl:i}=Object(s.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${i}${t}`,height:""+(o||"auto"),width:""+(a||"100%")}))}}}]);
+//# sourceMappingURL=documents-high-level-architecture.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-high-level-architecture.b185f4c5b68d73002af0.js.map b/static/js/documents-high-level-architecture.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..059473c
--- /dev/null
+++ b/static/js/documents-high-level-architecture.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/HighLevelArchitecture.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js"],"names":["layoutProps","MDXContent","components","props","mdxType","src","width","parentName","isMDXComponent","Img","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow"],"mappings":"2bASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,gBAAc,gBAEtB,oBACE,GAAM,gBAAc,gBAEtB,oBACE,GAAM,4CAA0C,4CAElD,cAAC,IAAG,CAACC,IAAG,iCAAoCC,MAAM,MAAMF,QAAQ,QAChE,uGACA,oBACE,GAAM,QAAM,QAEd,wEACA,uBAAG,wBAAQG,WAAW,KAAG,eAAyB,gmBAKlD,+RAGA,uBAAG,wBAAQA,WAAW,KAAG,gBAA0B,qkBAKnD,uBAAG,wBAAQA,WAAW,KAAG,mBAA6B,0PAGtD,oBACE,GAAM,eAAa,eAErB,gFACA,uBAAG,wBAAQA,WAAW,KAAG,OAAiB,2OAE1C,uBAAG,wBAAQA,WAAW,KAAG,aAAuB,ypBAMhD,oBACE,GAAM,oBAAkB,oBAE1B,6OAEA,wBACE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,UAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,cAAY,SAExB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,UAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,UAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,WAG3B,qSAIA,oBACE,GAAM,gBAAc,gBAEtB,2IACA,uBAAG,wBAAQA,WAAW,KAAG,kBAA4B,8VAIrD,uBAAG,wBAAQA,WAAW,KAAG,sBAAgC,KAAM,mBAAGA,WAAW,IACzE,KAAQ,6BAA2B,iBACb,uVAK7B,4LAEDN,EAAWO,gBAAiB,G,sECzG5B,+EAuCeC,IAnBHN,IACX,MAAM,IAAEE,EAAG,MAAEC,EAAK,OAAEI,GAAWP,GACzB,QAAEQ,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BX,IAAM,GAAEM,IAAUN,IAClBK,OAAS,IAAEA,GAAU,QACrBJ,MAAQ,IAAEA,GAAS","file":"static/js/documents-high-level-architecture.473e837a.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"architecture\"\n    }}>{`Architecture`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <h2 {...{\n      \"id\": \"atlas-high-level-architecture---overview\"\n    }}>{`Atlas High Level Architecture - Overview`}</h2>\n    <Img src={`/images/twiki/architecture.png`} width=\"800\" mdxType=\"Img\" />\n    <p>{`The components of Atlas can be grouped under the following major categories:`}</p>\n    <h3 {...{\n      \"id\": \"core\"\n    }}>{`Core`}</h3>\n    <p>{`Atlas core includes the following components:`}</p>\n    <p><strong parentName=\"p\">{`Type System`}</strong>{`: Atlas allows users to define a model for the metadata objects they want to manage. The model is composed\nof definitions called ‘types’. Instances of ‘types’ called ‘entities’ represent the actual metadata objects that are\nmanaged. The Type System is a component that allows users to define and manage the types and entities. All metadata\nobjects managed by Atlas out of the box (like Hive tables, for e.g.) are modelled using types and represented as\nentities. To store new types of metadata in Atlas, one needs to understand the concepts of the type system component.`}</p>\n    <p>{`One key point to note is that the generic nature of the modelling in Atlas allows data stewards and integrators to\ndefine both technical metadata and business metadata. It is also possible to define rich relationships between the\ntwo using features of Atlas.`}</p>\n    <p><strong parentName=\"p\">{`Graph Engine`}</strong>{`: Internally, Atlas persists metadata objects it manages using a Graph model. This approach provides great\nflexibility and enables efficient handling of rich relationships between the metadata objects. Graph engine component is\nresponsible for translating between types and entities of the Atlas type system, and the underlying graph persistence model.\nIn addition to managing the graph objects, the graph engine also creates the appropriate indices for the metadata\nobjects so that they can be searched efficiently. Atlas uses the JanusGraph to store the metadata objects.`}</p>\n    <p><strong parentName=\"p\">{`Ingest / Export`}</strong>{`: The Ingest component allows metadata to be added to Atlas. Similarly, the Export component exposes\nmetadata changes detected by Atlas to be raised as events. Consumers can consume these change events to react to\nmetadata changes in real time.`}</p>\n    <h3 {...{\n      \"id\": \"integration\"\n    }}>{`Integration`}</h3>\n    <p>{`Users can manage metadata in Atlas using two methods:`}</p>\n    <p><strong parentName=\"p\">{`API`}</strong>{`: All functionality of Atlas is exposed to end users via a REST API that allows types and entities to be created,\nupdated and deleted. It is also the primary mechanism to query and discover the types and entities managed by Atlas.`}</p>\n    <p><strong parentName=\"p\">{`Messaging`}</strong>{`: In addition to the API, users can choose to integrate with Atlas using a messaging interface that is\nbased on Kafka. This is useful both for communicating metadata objects to Atlas, and also to consume metadata change\nevents from Atlas using which applications can be built. The messaging interface is particularly useful if one wishes\nto use a more loosely coupled integration with Atlas that could allow for better scalability, reliability etc. Atlas\nuses Apache Kafka as a notification server for communication between hooks and downstream consumers of metadata\nnotification events. Events are written by the hooks and Atlas to different Kafka topics.`}</p>\n    <h3 {...{\n      \"id\": \"metadata-sources\"\n    }}>{`Metadata sources`}</h3>\n    <p>{`Atlas supports integration with many sources of metadata out of the box. More integrations will be added in future\nas well. Currently, Atlas supports ingesting and managing metadata from the following sources:`}</p>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookHBase\"\n        }}>{`HBase`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookHive\"\n        }}>{`Hive`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookSqoop\"\n        }}>{`Sqoop`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookStorm\"\n        }}>{`Storm`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/HookKafka\"\n        }}>{`Kafka`}</a></li>\n    </ul>\n    <p>{`The integration implies two things:\nThere are metadata models that Atlas defines natively to represent objects of these components.\nThere are components Atlas provides to ingest metadata objects from these components\n(in real time or in batch mode in some cases).`}</p>\n    <h3 {...{\n      \"id\": \"applications\"\n    }}>{`Applications`}</h3>\n    <p>{`The metadata managed by Atlas is consumed by a variety of applications for satisfying many governance use cases.`}</p>\n    <p><strong parentName=\"p\">{`Atlas Admin UI`}</strong>{`: This component is a web based application that allows data stewards and scientists to discover\nand annotate metadata. Of primary importance here is a search interface and SQL like query language that can be\nused to query the metadata types and objects managed by Atlas. The Admin UI uses the REST API of Atlas for\nbuilding its functionality.`}</p>\n    <p><strong parentName=\"p\">{`Tag Based Policies`}</strong>{`: `}<a parentName=\"p\" {...{\n        \"href\": \"http://ranger.apache.org/\"\n      }}>{`Apache Ranger`}</a>{` is an advanced security management solution\nfor the Hadoop ecosystem having wide integration with a variety of Hadoop components. By integrating with Atlas,\nRanger allows security administrators to define metadata driven security policies for effective governance.\nRanger is a consumer to the metadata change events notified by Atlas.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-falcon.4e9a18ba.js b/static/js/documents-hook-hook-falcon.4e9a18ba.js
new file mode 100644
index 0000000..fdc9f21
--- /dev/null
+++ b/static/js/documents-hook-hook-falcon.4e9a18ba.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{"./src/documents/Hook/HookFalcon.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var l=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),o=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],r={};function c(e){var t=e.components,a=Object(l.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"falcon-atlas-bridge"},"Falcon Atlas Bridge"),Object(n.mdx)("h2",{id:"falcon-model"},"Falcon Model"),Object(n.mdx)("p",null,"The default hive model includes the following types:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Entity types:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"falcon_cluster",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: Infrastructure"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, colo, owner, tags"))),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, stored-in, owner, groups, tags"))),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed_creation",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, stored-in, owner"))),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed_replication",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, owner"))),Object(n.mdx)("li",{parentName:"ul"},"falcon_process",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(n.mdx)("li",{parentName:"ul"},"attributes: timestamp, runs-on, owner, tags, pipelines, workflow-properties")))))),Object(n.mdx)("p",null,"One falcon_process entity is created for every cluster that the falcon process is defined for."),Object(n.mdx)("p",null,"The entities are created and de-duped using unique qualifiedName attribute. They provide namespace and can be used for querying/lineage as well. The unique attributes are:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"falcon_process.qualifiedName          - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<process name>@<cluster name>")),Object(n.mdx)("li",{parentName:"ul"},"falcon_cluster.qualifiedName          - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<cluster name>")),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed.qualifiedName             - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<feed name>@<cluster name>")),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed_creation.qualifiedName    - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<feed name>")),Object(n.mdx)("li",{parentName:"ul"},"falcon_feed_replication.qualifiedName - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<feed name>"))),Object(n.mdx)("h2",{id:"falcon-hook"},"Falcon Hook"),Object(n.mdx)("p",null,"Falcon supports listeners on falcon entity submission. This is used to add entities in Atlas using the model detailed above.\nFollow the instructions below to setup Atlas hook in Falcon:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Add 'org.apache.atlas.falcon.service.AtlasService' to application.services in ",Object(n.mdx)("inlineCode",{parentName:"li"},"<falcon-conf>"),"/startup.properties"),Object(n.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-falcon-hook.tar.gz"),Object(n.mdx)("li",{parentName:"ul"},"cd apache-atlas-falcon-hook-${project.version}"),Object(n.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-falcon-hook-${project.version}/hook/falcon to ",Object(n.mdx)("inlineCode",{parentName:"li"},"<atlas-home>"),"/hook/falcon"),Object(n.mdx)("li",{parentName:"ul"},"Link Atlas hook jars in Falcon classpath - 'ln -s ",Object(n.mdx)("inlineCode",{parentName:"li"},"<atlas-home>"),"/hook/falcon/* ",Object(n.mdx)("inlineCode",{parentName:"li"},"<falcon-home>"),"/server/webapp/falcon/WEB-INF/lib/'"),Object(n.mdx)("li",{parentName:"ul"},"In ",Object(n.mdx)("inlineCode",{parentName:"li"},"<falcon_conf>"),"/falcon-env.sh, set an environment variable as follows:")),Object(n.mdx)(i.a,{wrapLines:!0,language:"java",style:o.a,mdxType:"SyntaxHighlighter"},'export FALCON_SERVER_OPTS="<atlas_home>/hook/falcon/*:$FALCON_SERVER_OPTS"'),Object(n.mdx)("p",null,"The following properties in ",Object(n.mdx)("inlineCode",{parentName:"p"},"<atlas-conf>"),"/atlas-application.properties control the thread pool and notification details:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.synchronous   - boolean, true to run the hook synchronously. default false"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.numRetries    - number of retries for notification failure. default 3"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.minThreads    - core number of threads. default 5"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.maxThreads    - maximum number of threads. default 5"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.keepAliveTime - keep alive time in msecs. default 10"),Object(n.mdx)("li",{parentName:"ul"},"atlas.hook.falcon.queueSize     - queue size for the threadpool. default 10000")),Object(n.mdx)("p",null,"Refer ",Object(n.mdx)("a",{parentName:"p",href:"#/Configuration"},"Configuration")," for notification related configurations"),Object(n.mdx)("h2",{id:"notes"},"NOTES"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"In falcon cluster entity, cluster name used should be uniform across components like hive, falcon, sqoop etc. If used with ambari, ambari cluster name should be used for cluster entity")))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookFalcon.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var l=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");l.a.hljs.color="#37bb9b",t.a=l.a}}]);
+//# sourceMappingURL=documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map b/static/js/documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7572208
--- /dev/null
+++ b/static/js/documents-hook-hook-falcon.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookFalcon.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ykBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,uBAAqB,uBAE7B,oBACE,GAAM,gBAAc,gBAEtB,+EACA,wBACE,oBAAIC,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,iBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,+BACnB,oBAAIA,WAAW,MAAI,8CAGvB,oBAAIA,WAAW,MAAI,cACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,2DAGvB,oBAAIA,WAAW,MAAI,uBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,6CAGvB,oBAAIA,WAAW,MAAI,0BACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,kCAGvB,oBAAIA,WAAW,MAAI,iBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,oFAM7B,yHACA,sMACA,wBACE,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,kCAC3F,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,mBAC3F,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,+BAC3F,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,gBAC3F,oBAAIA,WAAW,MAAI,2CAA6C,4BAAYA,WAAW,MAAI,iBAE7F,oBACE,GAAM,eAAa,eAErB,qNAEA,wBACE,oBAAIA,WAAW,MAAI,iFAAmF,4BAAYA,WAAW,MAAI,iBAA+B,uBAChK,oBAAIA,WAAW,MAAI,4DACnB,oBAAIA,WAAW,MAAI,kDACnB,oBAAIA,WAAW,MAAI,6FAAgG,4BAAYA,WAAW,MAAI,gBAA8B,gBAC5K,oBAAIA,WAAW,MAAI,qDAAuD,4BAAYA,WAAW,MAAI,gBAA8B,kBAAmB,4BAAYA,WAAW,MAAI,iBAA+B,uCAChN,oBAAIA,WAAW,MAAI,MAAQ,4BAAYA,WAAW,MAAI,iBAA+B,4DAEvF,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,8EAGlG,sDAAmC,4BAAYC,WAAW,KAAG,gBAA8B,mFAC3F,wBACE,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,2FACnB,oBAAIA,WAAW,MAAI,uEACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,mFAErB,gCAAa,mBAAGA,WAAW,IACvB,KAAQ,mBAAiB,iBACH,4CAC1B,oBACE,GAAM,SAAO,SAEf,wBACE,oBAAIA,WAAW,MAAI,8LAGxB,sLAEDJ,EAAWS,gBAAiB,G,+DC9G5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-falcon.4e9a18ba.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"falcon-atlas-bridge\"\n    }}>{`Falcon Atlas Bridge`}</h1>\n    <h2 {...{\n      \"id\": \"falcon-model\"\n    }}>{`Falcon Model`}</h2>\n    <p>{`The default hive model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`falcon_cluster`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Infrastructure`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, colo, owner, tags`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`falcon_feed`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, stored-in, owner, groups, tags`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`falcon_feed_creation`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, stored-in, owner`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`falcon_feed_replication`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, owner`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`falcon_process`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: timestamp, runs-on, owner, tags, pipelines, workflow-properties`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`One falcon_process entity is created for every cluster that the falcon process is defined for.`}</p>\n    <p>{`The entities are created and de-duped using unique qualifiedName attribute. They provide namespace and can be used for querying/lineage as well. The unique attributes are:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`falcon_process.qualifiedName          - `}<inlineCode parentName=\"li\">{`<process name>@<cluster name>`}</inlineCode></li>\n      <li parentName=\"ul\">{`falcon_cluster.qualifiedName          - `}<inlineCode parentName=\"li\">{`<cluster name>`}</inlineCode></li>\n      <li parentName=\"ul\">{`falcon_feed.qualifiedName             - `}<inlineCode parentName=\"li\">{`<feed name>@<cluster name>`}</inlineCode></li>\n      <li parentName=\"ul\">{`falcon_feed_creation.qualifiedName    - `}<inlineCode parentName=\"li\">{`<feed name>`}</inlineCode></li>\n      <li parentName=\"ul\">{`falcon_feed_replication.qualifiedName - `}<inlineCode parentName=\"li\">{`<feed name>`}</inlineCode></li>\n    </ul>\n    <h2 {...{\n      \"id\": \"falcon-hook\"\n    }}>{`Falcon Hook`}</h2>\n    <p>{`Falcon supports listeners on falcon entity submission. This is used to add entities in Atlas using the model detailed above.\nFollow the instructions below to setup Atlas hook in Falcon:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Add 'org.apache.atlas.falcon.service.AtlasService' to application.services in `}<inlineCode parentName=\"li\">{`<falcon-conf>`}</inlineCode>{`/startup.properties`}</li>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-falcon-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-falcon-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-falcon-hook-\\${project.version}/hook/falcon to `}<inlineCode parentName=\"li\">{`<atlas-home>`}</inlineCode>{`/hook/falcon`}</li>\n      <li parentName=\"ul\">{`Link Atlas hook jars in Falcon classpath - 'ln -s `}<inlineCode parentName=\"li\">{`<atlas-home>`}</inlineCode>{`/hook/falcon/* `}<inlineCode parentName=\"li\">{`<falcon-home>`}</inlineCode>{`/server/webapp/falcon/WEB-INF/lib/'`}</li>\n      <li parentName=\"ul\">{`In `}<inlineCode parentName=\"li\">{`<falcon_conf>`}</inlineCode>{`/falcon-env.sh, set an environment variable as follows:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n     {`export FALCON_SERVER_OPTS=\"<atlas_home>/hook/falcon/*:$FALCON_SERVER_OPTS\"`}\n     </SyntaxHighlighter>\n    <p>{`The following properties in `}<inlineCode parentName=\"p\">{`<atlas-conf>`}</inlineCode>{`/atlas-application.properties control the thread pool and notification details:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`atlas.hook.falcon.synchronous   - boolean, true to run the hook synchronously. default false`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.numRetries    - number of retries for notification failure. default 3`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.minThreads    - core number of threads. default 5`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.maxThreads    - maximum number of threads. default 5`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.keepAliveTime - keep alive time in msecs. default 10`}</li>\n      <li parentName=\"ul\">{`atlas.hook.falcon.queueSize     - queue size for the threadpool. default 10000`}</li>\n    </ul>\n    <p>{`Refer `}<a parentName=\"p\" {...{\n        \"href\": \"#/Configuration\"\n      }}>{`Configuration`}</a>{` for notification related configurations`}</p>\n    <h2 {...{\n      \"id\": \"notes\"\n    }}>{`NOTES`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`In falcon cluster entity, cluster name used should be uniform across components like hive, falcon, sqoop etc. If used with ambari, ambari cluster name should be used for cluster entity`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-h-base.3097c568.js b/static/js/documents-hook-hook-h-base.3097c568.js
new file mode 100644
index 0000000..6474a7b
--- /dev/null
+++ b/static/js/documents-hook-hook-h-base.3097c568.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{"./src/documents/Hook/HookHBase.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return r}));var s=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),o=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),n=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],m={};function r(e){var a=e.components,t=Object(s.a)(e,l);return Object(o.mdx)("wrapper",Object.assign({},m,t,{components:a,mdxType:"MDXLayout"}),Object(o.mdx)("h1",{id:"apache-atlas-hook--bridge-for-apache-hbase"},"Apache Atlas Hook & Bridge for Apache HBase"),Object(o.mdx)("h2",{id:"hbase-model"},"HBase Model"),Object(o.mdx)("p",null,"HBase model includes the following types:"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"Entity types:",Object(o.mdx)("ul",{parentName:"li"},Object(o.mdx)("li",{parentName:"ul"},"hbase_namespace",Object(o.mdx)("ul",{parentName:"li"},Object(o.mdx)("li",{parentName:"ul"},"super-types: Asset"),Object(o.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, clusterName, parameters, createTime, modifiedTime"))),Object(o.mdx)("li",{parentName:"ul"},"hbase_table",Object(o.mdx)("ul",{parentName:"li"},Object(o.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(o.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, namespace, column_families, uri, parameters, createtime, modifiedtime, maxfilesize, isReadOnly, isCompactionEnabled, isNormalizationEnabled, ReplicaPerRegion, Durability"))),Object(o.mdx)("li",{parentName:"ul"},"hbase_column_family",Object(o.mdx)("ul",{parentName:"li"},Object(o.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(o.mdx)("li",{parentName:"ul"},"attributes:  qualifiedName, name, description, owner, columns, createTime, bloomFilterType, compressionType, compactionCompressionType, encryptionType, inMemoryCompactionPolicy, keepDeletedCells, maxversions, minVersions, datablockEncoding, storagePolicy, ttl, blockCachedEnabled, cacheBloomsOnWrite, cacheDataOnWrite, evictBlocksOnClose, prefetchBlocksOnOpen, newVersionsBehavior, isMobEnabled, mobCompactPartitionPolicy")))))),Object(o.mdx)("p",null,"HBase entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below. Note that namespaceName, tableName and columnFamilyName should be in lower case."),Object(o.mdx)(i.a,{wrapLines:!0,language:"java",style:n.a,mdxType:"SyntaxHighlighter"},"hbase_namespace.qualifiedName:      <namespaceName>@<clusterName>\nhbase_table.qualifiedName:          <namespaceName>:<tableName>@<clusterName>\nhbase_column_family.qualifiedName:  <namespaceName>:<tableName>.<columnFamilyName>@<clusterName>"),Object(o.mdx)("h2",{id:"hbase-hook"},"HBase Hook"),Object(o.mdx)("p",null,"Atlas HBase hook registers with HBase master as a co-processor. On detecting changes to HBase namespaces/tables/column-families, Atlas hook updates the metadata in Atlas via Kafka notifications.\nFollow the instructions below to setup Atlas hook in HBase:"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"Register Atlas hook in hbase-site.xml by adding the following:")),Object(o.mdx)(i.a,{wrapLines:!0,language:"xml",style:n.a,mdxType:"SyntaxHighlighter"},"<property>\n<name>hbase.coprocessor.master.classes</name>\n<value>org.apache.atlas.hbase.hook.HBaseAtlasCoprocessor</value>\n</property>"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-hbase-hook.tar.gz"),Object(o.mdx)("li",{parentName:"ul"},"cd apache-atlas-hbase-hook-${project.version}"),Object(o.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-hbase-hook-${project.version}/hook/hbase to ",Object(o.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/hbase"),Object(o.mdx)("li",{parentName:"ul"},"Link Atlas hook jars in HBase classpath - 'ln -s ",Object(o.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/hbase/* ",Object(o.mdx)("inlineCode",{parentName:"li"},"<hbase-home>"),"/lib/'"),Object(o.mdx)("li",{parentName:"ul"},"Copy ",Object(o.mdx)("inlineCode",{parentName:"li"},"<atlas-conf>"),"/atlas-application.properties to the HBase conf directory.")),Object(o.mdx)("p",null,"The following properties in atlas-application.properties control the thread pool and notification details:"),Object(o.mdx)(i.a,{wrapLines:!0,language:"java",style:n.a,mdxType:"SyntaxHighlighter"},"atlas.hook.hbase.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in HBase operations. Default: false\natlas.hook.hbase.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.hbase.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20"),Object(o.mdx)("p",null,'Other configurations for Kafka notification producer can be specified by prefixing the configuration name with "atlas.kafka.".\nFor list of configuration supported by Kafka producer, please refer to ',Object(o.mdx)("a",{parentName:"p",href:"http://kafka.apache.org/documentation/#producerconfigs"},"Kafka Producer Configs")),Object(o.mdx)("h2",{id:"notes"},"NOTES"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"Only the namespace, table and column-family create/update/delete operations are captured by Atlas HBase hook. Changes to columns are be captured.")),Object(o.mdx)("h2",{id:"importing-hbase-metadata"},"Importing HBase Metadata"),Object(o.mdx)("p",null,"Apache Atlas provides a command-line utility, import-hbase.sh, to import metadata of Apache HBase namespaces and tables into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with namespaces/tables present in an Apache HBase cluster.\nThis utility supports importing metadata of a specific table, tables in a specific namespace or all tables."),Object(o.mdx)(i.a,{wrapLines:!0,language:"java",style:n.a,mdxType:"SyntaxHighlighter"},"Usage 1: <atlas package>/hook-bin/import-hbase.sh\nUsage 2: <atlas package>/hook-bin/import-hbase.sh [-n <namespace regex> OR --namespace <namespace regex>] [-t <table regex> OR --table <table regex>]\nUsage 3: <atlas package>/hook-bin/import-hbase.sh [-f <filename>]\n           File Format:\n             namespace1:tbl1\n             namespace1:tbl2\n             namespace2:tbl1"))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookHBase.md"}}),r.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var s=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");s.a.hljs.color="#37bb9b",a.a=s.a}}]);
+//# sourceMappingURL=documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map b/static/js/documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..a77ea66
--- /dev/null
+++ b/static/js/documents-hook-hook-h-base.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookHBase.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ykBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,8CAA4C,+CAEpD,oBACE,GAAM,eAAa,eAErB,oEACA,wBACE,oBAAIC,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,sBACnB,oBAAIA,WAAW,MAAI,4GAGvB,oBAAIA,WAAW,MAAI,cACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,oOAGvB,oBAAIA,WAAW,MAAI,sBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,8aAM7B,qPACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,sPAKlG,oBACE,GAAM,cAAY,cAEpB,0RAEA,wBACE,oBAAIC,WAAW,MAAI,mEAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,MAAMC,MAAOC,IAAYL,QAAQ,qBAAmB,4IAMjG,wBACE,oBAAIC,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,2FAA8F,4BAAYA,WAAW,MAAI,mBAAiC,eAC7K,oBAAIA,WAAW,MAAI,oDAAsD,4BAAYA,WAAW,MAAI,mBAAiC,iBAAkB,4BAAYA,WAAW,MAAI,gBAA8B,UAChN,oBAAIA,WAAW,MAAI,QAAU,4BAAYA,WAAW,MAAI,gBAA8B,+DAExF,qIACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,8yBAUlG,iOACqE,mBAAGC,WAAW,IAC/E,KAAQ,0DAAwD,2BAEpE,oBACE,GAAM,SAAO,SAEf,wBACE,oBAAIA,WAAW,MAAI,sJAErB,oBACE,GAAM,4BAA0B,4BAElC,kYAGA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,mYAUrG,qLAEDH,EAAWS,gBAAiB,G,+DCtH5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-h-base.3097c568.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook--bridge-for-apache-hbase\"\n    }}>{`Apache Atlas Hook & Bridge for Apache HBase`}</h1>\n    <h2 {...{\n      \"id\": \"hbase-model\"\n    }}>{`HBase Model`}</h2>\n    <p>{`HBase model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`hbase_namespace`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Asset`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, clusterName, parameters, createTime, modifiedTime`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hbase_table`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, namespace, column_families, uri, parameters, createtime, modifiedtime, maxfilesize, isReadOnly, isCompactionEnabled, isNormalizationEnabled, ReplicaPerRegion, Durability`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hbase_column_family`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes:  qualifiedName, name, description, owner, columns, createTime, bloomFilterType, compressionType, compactionCompressionType, encryptionType, inMemoryCompactionPolicy, keepDeletedCells, maxversions, minVersions, datablockEncoding, storagePolicy, ttl, blockCachedEnabled, cacheBloomsOnWrite, cacheDataOnWrite, evictBlocksOnClose, prefetchBlocksOnOpen, newVersionsBehavior, isMobEnabled, mobCompactPartitionPolicy`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`HBase entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below. Note that namespaceName, tableName and columnFamilyName should be in lower case.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`hbase_namespace.qualifiedName:      <namespaceName>@<clusterName>\nhbase_table.qualifiedName:          <namespaceName>:<tableName>@<clusterName>\nhbase_column_family.qualifiedName:  <namespaceName>:<tableName>.<columnFamilyName>@<clusterName>`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"hbase-hook\"\n    }}>{`HBase Hook`}</h2>\n    <p>{`Atlas HBase hook registers with HBase master as a co-processor. On detecting changes to HBase namespaces/tables/column-families, Atlas hook updates the metadata in Atlas via Kafka notifications.\nFollow the instructions below to setup Atlas hook in HBase:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Register Atlas hook in hbase-site.xml by adding the following:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"xml\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`<property>\n<name>hbase.coprocessor.master.classes</name>\n<value>org.apache.atlas.hbase.hook.HBaseAtlasCoprocessor</value>\n</property>`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-hbase-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-hbase-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-hbase-hook-\\${project.version}/hook/hbase to `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/hbase`}</li>\n      <li parentName=\"ul\">{`Link Atlas hook jars in HBase classpath - 'ln -s `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/hbase/* `}<inlineCode parentName=\"li\">{`<hbase-home>`}</inlineCode>{`/lib/'`}</li>\n      <li parentName=\"ul\">{`Copy `}<inlineCode parentName=\"li\">{`<atlas-conf>`}</inlineCode>{`/atlas-application.properties to the HBase conf directory.`}</li>\n    </ul>\n    <p>{`The following properties in atlas-application.properties control the thread pool and notification details:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.hook.hbase.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in HBase operations. Default: false\natlas.hook.hbase.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.hbase.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20`}\n    </SyntaxHighlighter>\n    <p>{`Other configurations for Kafka notification producer can be specified by prefixing the configuration name with \"atlas.kafka.\".\nFor list of configuration supported by Kafka producer, please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://kafka.apache.org/documentation/#producerconfigs\"\n      }}>{`Kafka Producer Configs`}</a></p>\n    <h2 {...{\n      \"id\": \"notes\"\n    }}>{`NOTES`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Only the namespace, table and column-family create/update/delete operations are captured by Atlas HBase hook. Changes to columns are be captured.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"importing-hbase-metadata\"\n    }}>{`Importing HBase Metadata`}</h2>\n    <p>{`Apache Atlas provides a command-line utility, import-hbase.sh, to import metadata of Apache HBase namespaces and tables into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with namespaces/tables present in an Apache HBase cluster.\nThis utility supports importing metadata of a specific table, tables in a specific namespace or all tables.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"java\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Usage 1: <atlas package>/hook-bin/import-hbase.sh\nUsage 2: <atlas package>/hook-bin/import-hbase.sh [-n <namespace regex> OR --namespace <namespace regex>] [-t <table regex> OR --table <table regex>]\nUsage 3: <atlas package>/hook-bin/import-hbase.sh [-f <filename>]\n           File Format:\n             namespace1:tbl1\n             namespace1:tbl2\n             namespace2:tbl1`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-hive.a0073868.js b/static/js/documents-hook-hook-hive.a0073868.js
new file mode 100644
index 0000000..92ef225
--- /dev/null
+++ b/static/js/documents-hook-hook-hive.a0073868.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{"./src/documents/Hook/HookHive.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),n=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=a("./theme/components/shared/Img/index.js"),r=["components"],m={};function d(e){var t=e.components,a=Object(i.a)(e,r);return Object(l.mdx)("wrapper",Object.assign({},m,a,{components:t,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"apache-atlas-hook--bridge-for-apache-hive"},"Apache Atlas Hook & Bridge for Apache Hive"),Object(l.mdx)("h2",{id:"hive-model"},"Hive Model"),Object(l.mdx)("p",null,"Hive model includes the following types:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Entity types:"),Object(l.mdx)("li",{parentName:"ul"},"hive_db",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Asset"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, clusterName, location, parameters, ownerName"))),Object(l.mdx)("li",{parentName:"ul"},"hive_table",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, db, createTime, lastAccessTime, comment, retention, sd, partitionKeys, columns, aliases, parameters, viewOriginalText, viewExpandedText, tableType, temporary"),Object(l.mdx)("li",{parentName:"ul"},"hive_column",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, type, comment, table"))),Object(l.mdx)("li",{parentName:"ul"},"hive_storagedesc",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Referenceable"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, table, location, inputFormat, outputFormat, compressed, numBuckets, serdeInfo, bucketCols, sortCols, parameters, storedAsSubDirectories"))),Object(l.mdx)("li",{parentName:"ul"},"hive_process",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, inputs, outputs, startTime, endTime, userName, operationType, queryText, queryPlan, queryId, clusterName"))),Object(l.mdx)("li",{parentName:"ul"},"hive_column_lineage",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, inputs, outputs, query, depenendencyType, expression")))))),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Enum types:"),Object(l.mdx)("li",{parentName:"ul"},"hive_principal_type",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"values: USER, ROLE, GROUP")))),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Struct types:",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"hive_order",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"attributes: col, order"))),Object(l.mdx)("li",{parentName:"ul"},"hive_serde",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"attributes: name, serializationLib, parameters")))))),Object(l.mdx)("p",null,"Hive entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below. Note that dbName, tableName and columnName should be in lower case."),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"hive_db.qualifiedName:     <dbName>@<clusterName>\nhive_table.qualifiedName:  <dbName>.<tableName>@<clusterName>\nhive_column.qualifiedName: <dbName>.<tableName>.<columnName>@<clusterName>\nhive_process.queryString:  trimmed query string in lower case"),Object(l.mdx)("h2",{id:"hive-hook"},"Hive Hook"),Object(l.mdx)("p",null,"Atlas Hive hook registers with Hive to listen for create/update/delete operations and updates the metadata in Atlas, via Kafka notifications, for the changes in Hive.\nFollow the instructions below to setup Atlas hook in Hive:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Set-up Atlas hook in hive-site.xml by adding the following:")),Object(l.mdx)(o.a,{wrapLines:!0,language:"xml",style:n.a,mdxType:"SyntaxHighlighter"},"<property>\n    <name>hive.exec.post.hooks</name>\n      <value>org.apache.atlas.hive.hook.HiveHook</value>\n  </property>"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-hive-hook.tar.gz"),Object(l.mdx)("li",{parentName:"ul"},"cd apache-atlas-hive-hook-${project.version}"),Object(l.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-hive-hook-${project.version}/hook/hive to ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/hive"),Object(l.mdx)("li",{parentName:"ul"},"Add 'export HIVE_AUX_JARS_PATH=",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/hive' in hive-env.sh of your hive configuration"),Object(l.mdx)("li",{parentName:"ul"},"Copy ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas-conf>"),"/atlas-application.properties to the hive conf directory.")),Object(l.mdx)("p",null,"The following properties in atlas-application.properties control the thread pool and notification details:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"atlas.hook.hive.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in Hive query completion. Default: false\natlas.hook.hive.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.hive.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20"),Object(l.mdx)("p",null,'Other configurations for Kafka notification producer can be specified by prefixing the configuration name with "atlas.kafka.". For list of configuration supported by Kafka producer, please refer to ',Object(l.mdx)("a",{parentName:"p",href:"http://kafka.apache.org/documentation/#producerconfigs"},"Kafka Producer Configs")),Object(l.mdx)("h2",{id:"column-level-lineage"},"Column Level Lineage"),Object(l.mdx)("p",null,"Starting from 0.8-incubating version of Atlas, Column level lineage is captured in Atlas. Below are the details"),Object(l.mdx)("h3",{id:"model"},"Model"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"ColumnLineageProcess type is a subtype of Process"),Object(l.mdx)("li",{parentName:"ul"},"This relates an output Column to a set of input Columns or the Input Table"),Object(l.mdx)("li",{parentName:"ul"},"The lineage also captures the kind of dependency, as listed below:",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"SIMPLE:     output column has the same value as the input"),Object(l.mdx)("li",{parentName:"ul"},"EXPRESSION: output column is transformed by some expression at runtime (for e.g. a Hive SQL expression) on the Input Columns."),Object(l.mdx)("li",{parentName:"ul"},"SCRIPT:     output column is transformed by a user provided script."))),Object(l.mdx)("li",{parentName:"ul"},"In case of EXPRESSION dependency the expression attribute contains the expression in string form"),Object(l.mdx)("li",{parentName:"ul"},"Since Process links input and output DataSets, Column is a subtype of DataSet")),Object(l.mdx)("h3",{id:"examples"},"Examples"),Object(l.mdx)("p",null,"For a simple CTAS below:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"sql",style:n.a,mdxType:"SyntaxHighlighter"},"create table t2 as select id, name from T1"),Object(l.mdx)("p",null,"The lineage is captured as"),Object(l.mdx)(s.a,{src:"/images/column_lineage_ex1.png",height:"200",width:"400",mdxType:"Img"}),Object(l.mdx)("h3",{id:"extracting-lineage-from-hive-commands"},"Extracting Lineage from Hive commands"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"The HiveHook maps the LineageInfo in the HookContext to Column lineage instances"),Object(l.mdx)("li",{parentName:"ul"},"The LineageInfo in Hive provides column-level lineage for the final FileSinkOperator, linking them to the input columns in the Hive Query")),Object(l.mdx)("h2",{id:"notes"},"NOTES"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Column level lineage works with Hive version 1.2.1 after the patch for ",Object(l.mdx)("a",{href:"https://issues.apache.org/jira/browse/HIVE-13112"},"HIVE-13112")," is applied to Hive source"),Object(l.mdx)("li",{parentName:"ul"},"Since database name, table name and column names are case-insensitive in hive, the corresponding names in entities are lowercase. So, any search APIs should use lowercase while querying on the entity names"),Object(l.mdx)("li",{parentName:"ul"},"The following hive operations are captured by hive hook currently",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"create database"),Object(l.mdx)("li",{parentName:"ul"},"create table/view, create table as select"),Object(l.mdx)("li",{parentName:"ul"},"load, import, export"),Object(l.mdx)("li",{parentName:"ul"},"DMLs (insert)"),Object(l.mdx)("li",{parentName:"ul"},"alter database"),Object(l.mdx)("li",{parentName:"ul"},"alter table (skewed table information, stored as, protection is not supported)"),Object(l.mdx)("li",{parentName:"ul"},"alter view")))),Object(l.mdx)("h2",{id:"importing-hive-metadata"},"Importing Hive Metadata"),Object(l.mdx)("p",null,"Apache Atlas provides a command-line utility, import-hive.sh, to import metadata of Apache Hive databases and tables into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with databases/tables present in Apache Hive.\nThis utility supports importing metadata of a specific table, tables in a specific database or all databases and tables."),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"Usage 1: <atlas package>/hook-bin/import-hive.sh\nUsage 2: <atlas package>/hook-bin/import-hive.sh [-d <database regex> OR --database <database regex>] [-t <table regex> OR --table <table regex>]\nUsage 3: <atlas package>/hook-bin/import-hive.sh [-f <filename>]\n           File Format:\n             database1:tbl1\n             database1:tbl2\n             database2:tbl1"))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookHive.md"}}),d.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var i=a("../node_modules/react/index.js"),l=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:n}=e,{baseUrl:o}=Object(l.useConfig)();return i.createElement("div",null,i.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${o}${t}`,height:""+(n||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-hook-hook-hive.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-hive.b185f4c5b68d73002af0.js.map b/static/js/documents-hook-hook-hive.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..47d7fb3
--- /dev/null
+++ b/static/js/documents-hook-hook-hive.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookHive.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","src","height","width","href","isMDXComponent","Img","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"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","file":"static/js/documents-hook-hook-hive.a0073868.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook--bridge-for-apache-hive\"\n    }}>{`Apache Atlas Hook & Bridge for Apache Hive`}</h1>\n    <h2 {...{\n      \"id\": \"hive-model\"\n    }}>{`Hive Model`}</h2>\n    <p>{`Hive model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}</li>\n      <li parentName=\"ul\">{`hive_db`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`super-types: Asset`}</li>\n          <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, clusterName, location, parameters, ownerName`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`hive_table`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`super-types: DataSet`}</li>\n          <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, db, createTime, lastAccessTime, comment, retention, sd, partitionKeys, columns, aliases, parameters, viewOriginalText, viewExpandedText, tableType, temporary`}</li>\n          <li parentName=\"ul\">{`hive_column`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, type, comment, table`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hive_storagedesc`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Referenceable`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, table, location, inputFormat, outputFormat, compressed, numBuckets, serdeInfo, bucketCols, sortCols, parameters, storedAsSubDirectories`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hive_process`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, inputs, outputs, startTime, endTime, userName, operationType, queryText, queryPlan, queryId, clusterName`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hive_column_lineage`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, inputs, outputs, query, depenendencyType, expression`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Enum types:`}</li>\n      <li parentName=\"ul\">{`hive_principal_type`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`values: USER, ROLE, GROUP`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Struct types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`hive_order`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`attributes: col, order`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`hive_serde`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`attributes: name, serializationLib, parameters`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`Hive entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below. Note that dbName, tableName and columnName should be in lower case.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`hive_db.qualifiedName:     <dbName>@<clusterName>\nhive_table.qualifiedName:  <dbName>.<tableName>@<clusterName>\nhive_column.qualifiedName: <dbName>.<tableName>.<columnName>@<clusterName>\nhive_process.queryString:  trimmed query string in lower case`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"hive-hook\"\n    }}>{`Hive Hook`}</h2>\n    <p>{`Atlas Hive hook registers with Hive to listen for create/update/delete operations and updates the metadata in Atlas, via Kafka notifications, for the changes in Hive.\nFollow the instructions below to setup Atlas hook in Hive:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Set-up Atlas hook in hive-site.xml by adding the following:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"xml\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`<property>\n    <name>hive.exec.post.hooks</name>\n      <value>org.apache.atlas.hive.hook.HiveHook</value>\n  </property>`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-hive-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-hive-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-hive-hook-\\${project.version}/hook/hive to `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/hive`}</li>\n      <li parentName=\"ul\">{`Add 'export HIVE_AUX_JARS_PATH=`}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/hive' in hive-env.sh of your hive configuration`}</li>\n      <li parentName=\"ul\">{`Copy `}<inlineCode parentName=\"li\">{`<atlas-conf>`}</inlineCode>{`/atlas-application.properties to the hive conf directory.`}</li>\n    </ul>\n    <p>{`The following properties in atlas-application.properties control the thread pool and notification details:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.hook.hive.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in Hive query completion. Default: false\natlas.hook.hive.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.hive.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20`}\n    </SyntaxHighlighter>\n    <p>{`Other configurations for Kafka notification producer can be specified by prefixing the configuration name with \"atlas.kafka.\". For list of configuration supported by Kafka producer, please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://kafka.apache.org/documentation/#producerconfigs\"\n      }}>{`Kafka Producer Configs`}</a></p>\n    <h2 {...{\n      \"id\": \"column-level-lineage\"\n    }}>{`Column Level Lineage`}</h2>\n    <p>{`Starting from 0.8-incubating version of Atlas, Column level lineage is captured in Atlas. Below are the details`}</p>\n    <h3 {...{\n      \"id\": \"model\"\n    }}>{`Model`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`ColumnLineageProcess type is a subtype of Process`}</li>\n      <li parentName=\"ul\">{`This relates an output Column to a set of input Columns or the Input Table`}</li>\n      <li parentName=\"ul\">{`The lineage also captures the kind of dependency, as listed below:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`SIMPLE:     output column has the same value as the input`}</li>\n          <li parentName=\"ul\">{`EXPRESSION: output column is transformed by some expression at runtime (for e.g. a Hive SQL expression) on the Input Columns.`}</li>\n          <li parentName=\"ul\">{`SCRIPT:     output column is transformed by a user provided script.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`In case of EXPRESSION dependency the expression attribute contains the expression in string form`}</li>\n      <li parentName=\"ul\">{`Since Process links input and output DataSets, Column is a subtype of DataSet`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"examples\"\n    }}>{`Examples`}</h3>\n    <p>{`For a simple CTAS below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\ncreate table t2 as select id, name from T1\n    </SyntaxHighlighter>\n    <p>{`The lineage is captured as`}</p>\n    <Img src={`/images/column_lineage_ex1.png`} height=\"200\" width=\"400\" mdxType=\"Img\" />\n    <h3 {...{\n      \"id\": \"extracting-lineage-from-hive-commands\"\n    }}>{`Extracting Lineage from Hive commands`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`The HiveHook maps the LineageInfo in the HookContext to Column lineage instances`}</li>\n      <li parentName=\"ul\">{`The LineageInfo in Hive provides column-level lineage for the final FileSinkOperator, linking them to the input columns in the Hive Query`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"notes\"\n    }}>{`NOTES`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Column level lineage works with Hive version 1.2.1 after the patch for `}<a href=\"https://issues.apache.org/jira/browse/HIVE-13112\">{`HIVE-13112`}</a>{` is applied to Hive source`}</li>\n      <li parentName=\"ul\">{`Since database name, table name and column names are case-insensitive in hive, the corresponding names in entities are lowercase. So, any search APIs should use lowercase while querying on the entity names`}</li>\n      <li parentName=\"ul\">{`The following hive operations are captured by hive hook currently`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`create database`}</li>\n          <li parentName=\"ul\">{`create table/view, create table as select`}</li>\n          <li parentName=\"ul\">{`load, import, export`}</li>\n          <li parentName=\"ul\">{`DMLs (insert)`}</li>\n          <li parentName=\"ul\">{`alter database`}</li>\n          <li parentName=\"ul\">{`alter table (skewed table information, stored as, protection is not supported)`}</li>\n          <li parentName=\"ul\">{`alter view`}</li>\n        </ul>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"importing-hive-metadata\"\n    }}>{`Importing Hive Metadata`}</h2>\n    <p>{`Apache Atlas provides a command-line utility, import-hive.sh, to import metadata of Apache Hive databases and tables into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with databases/tables present in Apache Hive.\nThis utility supports importing metadata of a specific table, tables in a specific database or all databases and tables.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Usage 1: <atlas package>/hook-bin/import-hive.sh\nUsage 2: <atlas package>/hook-bin/import-hive.sh [-d <database regex> OR --database <database regex>] [-t <table regex> OR --table <table regex>]\nUsage 3: <atlas package>/hook-bin/import-hive.sh [-f <filename>]\n           File Format:\n             database1:tbl1\n             database1:tbl2\n             database2:tbl1`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map b/static/js/documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..716b619
--- /dev/null
+++ b/static/js/documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookKafka.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","package","isMDXComponent","Img","src","width","height","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"unBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sCAAoC,sCAE5C,oBACE,GAAM,eAAa,eAErB,oEACA,wBACE,oBAAIC,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,cACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,wFAM7B,iOAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,8CAGnG,oBACE,GAAM,SAAO,SAEf,mEAAgD,sCAAmB,sBACnE,uDAAoC,sCAAmB,yBAA0B,uBAAOM,SAAA,IAAU,uBAClG,uDAAoC,sCAAmB,wBAAyB,uBAAOA,SAAA,IAAU,uBACjG,oBACE,GAAM,4BAA0B,4BAElC,6TAGA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,4SAUtG,qLAEDH,EAAWU,gBAAiB,G,sECtE5B,+EAuCeC,IAnBHT,IACX,MAAM,IAAEU,EAAG,MAAEC,EAAK,OAAEC,GAAWZ,GACzB,QAAEa,GAAYC,sBAMpB,OACC,2BACC,uBAC6BT,MART,CACtBU,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BP,IAAM,GAAEG,IAAUH,IAClBE,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAO,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-kafka.f0f0fa18.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook-for-apache-kafka\"\n    }}>{`Apache Atlas Hook for Apache Kafka`}</h1>\n    <h2 {...{\n      \"id\": \"kafka-model\"\n    }}>{`Kafka Model`}</h2>\n    <p>{`Kafka model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`kafka_topic`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, topic, uri, partitionCount`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`Kafka entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below.\nNote that qualifiedName will have topic name in lower case.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`topic.qualifiedName: <topic>@<clusterName>`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"setup\"\n    }}>{`Setup`}</h2>\n    <p>{`Binary files are present in apache-atlas-`}<release-version />{`-kafka-hook.tar.gz`}</p>\n    <p>{`Copy apache-atlas-kafka-hook-`}<release-version />{`/hook/kafka folder to `}<atlas package />{`/hook/    directory`}</p>\n    <p>{`Copy apache-atlas-kafka-hook-`}<release-version />{`/hook-bin folder to  `}<atlas package />{`/hook-bin directory`}</p>\n    <h2 {...{\n      \"id\": \"importing-kafka-metadata\"\n    }}>{`Importing Kafka Metadata`}</h2>\n    <p>{`Apache Atlas provides a command-line utility, import-kafka.sh, to import metadata of Apache Kafka topics into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with topics present in Apache Kafka.\nThis utility supports importing metadata of a specific topic or all topics.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`sage 1: <atlas package>/hook-bin/import-kafka.sh\nUsage 2: <atlas package>/hook-bin/import-kafka.sh [-t <topic prefix> OR --topic <topic prefix>]\nUsage 3: <atlas package>/hook-bin/import-kafka.sh [-f <filename>]\n         File Format:\n            topic1\n            topic2\n            topic3`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-kafka.f0f0fa18.js b/static/js/documents-hook-hook-kafka.f0f0fa18.js
new file mode 100644
index 0000000..b457936
--- /dev/null
+++ b/static/js/documents-hook-hook-kafka.f0f0fa18.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{"./src/documents/Hook/HookKafka.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return r}));var o=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),s=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),l=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),n=(t("./theme/components/shared/Img/index.js"),["components"]),p={};function r(e){var a=e.components,t=Object(o.a)(e,n);return Object(i.mdx)("wrapper",Object.assign({},p,t,{components:a,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"apache-atlas-hook-for-apache-kafka"},"Apache Atlas Hook for Apache Kafka"),Object(i.mdx)("h2",{id:"kafka-model"},"Kafka Model"),Object(i.mdx)("p",null,"Kafka model includes the following types:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Entity types:",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"kafka_topic",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(i.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, topic, uri, partitionCount")))))),Object(i.mdx)("p",null,"Kafka entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below.\nNote that qualifiedName will have topic name in lower case."),Object(i.mdx)(l.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"topic.qualifiedName: <topic>@<clusterName>"),Object(i.mdx)("h2",{id:"setup"},"Setup"),Object(i.mdx)("p",null,"Binary files are present in apache-atlas-",Object(i.mdx)("release-version",null),"-kafka-hook.tar.gz"),Object(i.mdx)("p",null,"Copy apache-atlas-kafka-hook-",Object(i.mdx)("release-version",null),"/hook/kafka folder to ",Object(i.mdx)("atlas",{package:!0}),"/hook/    directory"),Object(i.mdx)("p",null,"Copy apache-atlas-kafka-hook-",Object(i.mdx)("release-version",null),"/hook-bin folder to  ",Object(i.mdx)("atlas",{package:!0}),"/hook-bin directory"),Object(i.mdx)("h2",{id:"importing-kafka-metadata"},"Importing Kafka Metadata"),Object(i.mdx)("p",null,"Apache Atlas provides a command-line utility, import-kafka.sh, to import metadata of Apache Kafka topics into Apache Atlas.\nThis utility can be used to initialize Apache Atlas with topics present in Apache Kafka.\nThis utility supports importing metadata of a specific topic or all topics."),Object(i.mdx)(l.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"sage 1: <atlas package>/hook-bin/import-kafka.sh\nUsage 2: <atlas package>/hook-bin/import-kafka.sh [-t <topic prefix> OR --topic <topic prefix>]\nUsage 3: <atlas package>/hook-bin/import-kafka.sh [-f <filename>]\n         File Format:\n            topic1\n            topic2\n            topic3"))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookKafka.md"}}),r.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,a,t){"use strict";var o=t("../node_modules/react/index.js"),i=t("./docz-lib/docz/dist/index.js");a.a=e=>{const{src:a,width:t,height:s}=e,{baseUrl:l}=Object(i.useConfig)();return o.createElement("div",null,o.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${l}${a}`,height:""+(s||"auto"),width:""+(t||"100%")}))}},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var o=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");o.a.hljs.color="#37bb9b",a.a=o.a}}]);
+//# sourceMappingURL=documents-hook-hook-kafka.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map b/static/js/documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..27e0769
--- /dev/null
+++ b/static/js/documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookSqoop.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ykBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sCAAoC,sCAE5C,oBACE,GAAM,eAAa,eAErB,oEACA,wBACE,oBAAIC,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,oIAGvB,oBAAIA,WAAW,MAAI,oBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,oGAK3B,oBAAIA,WAAW,MAAI,cACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,uBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kCAGvB,oBAAIA,WAAW,MAAI,sBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,+CAM7B,oKACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,4YAInG,oBACE,GAAM,cAAY,cAEpB,oPAEA,qFACA,sFACA,wBACE,oBAAIC,WAAW,MAAI,wBAA0B,4BAAYA,WAAW,MAAI,gBAA8B,6CAExG,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,yIAMnG,wBACE,oBAAIC,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,2FAA8F,4BAAYA,WAAW,MAAI,mBAAiC,eAC7K,oBAAIA,WAAW,MAAI,QAAU,4BAAYA,WAAW,MAAI,gBAA8B,6DAA8D,4BAAYA,WAAW,MAAI,gBAA8B,KAC7M,oBAAIA,WAAW,MAAI,QAAU,4BAAYA,WAAW,MAAI,mBAAiC,mCAE3F,qIACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,wzBAUnG,gOAA6M,mBAAGC,WAAW,IACvN,KAAQ,0DAAwD,2BAEpE,oBACE,GAAM,SAAO,SAEf,wBACE,oBAAIA,WAAW,MAAI,2EACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kBAK5B,qLAEDJ,EAAWS,gBAAiB,G,+DCnH5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-sqoop.de797b78.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook-for-apache-sqoop\"\n    }}>{`Apache Atlas Hook for Apache Sqoop`}</h1>\n    <h2 {...{\n      \"id\": \"sqoop-model\"\n    }}>{`Sqoop Model`}</h2>\n    <p>{`Sqoop model includes the following types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`sqoop_process`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: Process`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, inputs, outputs, operation, commandlineOpts, startTime, endTime, userName`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`sqoop_dbdatastore`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`super-types: DataSet`}</li>\n              <li parentName=\"ul\">{`attributes: qualifiedName, name, description, owner, dbStoreType, storeUse, storeUri, source`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Enum types:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`sqoop_operation_type`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`values: IMPORT, EXPORT, EVAL`}</li>\n            </ul>\n          </li>\n          <li parentName=\"ul\">{`sqoop_dbstore_usage`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`values: TABLE, QUERY, PROCEDURE, OTHER`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`Sqoop entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`sqoop_process.qualifiedName:     sqoop <operation> --connect <url> {[--table <tableName>] || [--database <databaseName>]} [--query <storeQuery>]\nsqoop_dbdatastore.qualifiedName: <storeType> --url <storeUri> {[--table <tableName>] || [--database <databaseName>]} [--query <storeQuery>]  --hive-<operation> --hive-database <databaseName> [--hive-table <tableName>] --hive-cluster <clusterName>`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"sqoop-hook\"\n    }}>{`Sqoop Hook`}</h2>\n    <p>{`Sqoop added a SqoopJobDataPublisher that publishes data to Atlas after completion of import Job. Today, only hiveImport is supported in SqoopHook.\nThis is used to add entities in Atlas using the model detailed above.`}</p>\n    <p>{`Follow the instructions below to setup Atlas hook in Hive:`}</p>\n    <p>{`Add the following properties to enable Atlas hook in Sqoop:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Set-up Atlas hook in `}<inlineCode parentName=\"li\">{`<sqoop-conf>`}</inlineCode>{`/sqoop-site.xml by adding the following:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`<property>\n     <name>sqoop.job.data.publish.class</name>\n     <value>org.apache.atlas.sqoop.hook.SqoopHook</value>\n   </property>`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-sqoop-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-sqoop-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-sqoop-hook-\\${project.version}/hook/sqoop to `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/sqoop`}</li>\n      <li parentName=\"ul\">{`Copy `}<inlineCode parentName=\"li\">{`<atlas-conf>`}</inlineCode>{`/atlas-application.properties to the sqoop conf directory `}<inlineCode parentName=\"li\">{`<sqoop-conf>`}</inlineCode>{`/`}</li>\n      <li parentName=\"ul\">{`Link `}<inlineCode parentName=\"li\">{`<atlas package>`}</inlineCode>{`/hook/sqoop/*.jar in sqoop lib`}</li>\n    </ul>\n    <p>{`The following properties in atlas-application.properties control the thread pool and notification details:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.hook.sqoop.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in Sqoop operation completion. Default: false\natlas.hook.sqoop.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.sqoop.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20`}\n    </SyntaxHighlighter>\n    <p>{`Other configurations for Kafka notification producer can be specified by prefixing the configuration name with \"atlas.kafka.\". For list of configuration supported by Kafka producer, please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://kafka.apache.org/documentation/#producerconfigs\"\n      }}>{`Kafka Producer Configs`}</a></p>\n    <h2 {...{\n      \"id\": \"notes\"\n    }}>{`NOTES`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Only the following sqoop operations are captured by sqoop hook currently`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`hiveImport`}</li>\n        </ul>\n      </li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-sqoop.de797b78.js b/static/js/documents-hook-hook-sqoop.de797b78.js
new file mode 100644
index 0000000..ab94793
--- /dev/null
+++ b/static/js/documents-hook-hook-sqoop.de797b78.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{"./src/documents/Hook/HookSqoop.md":function(e,o,t){"use strict";t.r(o),t.d(o,"default",(function(){return p}));var a=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),s=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),n=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),i=["components"],r={};function p(e){var o=e.components,t=Object(a.a)(e,i);return Object(l.mdx)("wrapper",Object.assign({},r,t,{components:o,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"apache-atlas-hook-for-apache-sqoop"},"Apache Atlas Hook for Apache Sqoop"),Object(l.mdx)("h2",{id:"sqoop-model"},"Sqoop Model"),Object(l.mdx)("p",null,"Sqoop model includes the following types:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Entity types:",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"sqoop_process",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: Process"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, inputs, outputs, operation, commandlineOpts, startTime, endTime, userName"))),Object(l.mdx)("li",{parentName:"ul"},"sqoop_dbdatastore",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"super-types: DataSet"),Object(l.mdx)("li",{parentName:"ul"},"attributes: qualifiedName, name, description, owner, dbStoreType, storeUse, storeUri, source"))))),Object(l.mdx)("li",{parentName:"ul"},"Enum types:",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"sqoop_operation_type",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"values: IMPORT, EXPORT, EVAL"))),Object(l.mdx)("li",{parentName:"ul"},"sqoop_dbstore_usage",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"values: TABLE, QUERY, PROCEDURE, OTHER")))))),Object(l.mdx)("p",null,"Sqoop entities are created and de-duped in Atlas using unique attribute qualifiedName, whose value should be formatted as detailed below."),Object(l.mdx)(n.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"sqoop_process.qualifiedName:     sqoop <operation> --connect <url> {[--table <tableName>] || [--database <databaseName>]} [--query <storeQuery>]\nsqoop_dbdatastore.qualifiedName: <storeType> --url <storeUri> {[--table <tableName>] || [--database <databaseName>]} [--query <storeQuery>]  --hive-<operation> --hive-database <databaseName> [--hive-table <tableName>] --hive-cluster <clusterName>"),Object(l.mdx)("h2",{id:"sqoop-hook"},"Sqoop Hook"),Object(l.mdx)("p",null,"Sqoop added a SqoopJobDataPublisher that publishes data to Atlas after completion of import Job. Today, only hiveImport is supported in SqoopHook.\nThis is used to add entities in Atlas using the model detailed above."),Object(l.mdx)("p",null,"Follow the instructions below to setup Atlas hook in Hive:"),Object(l.mdx)("p",null,"Add the following properties to enable Atlas hook in Sqoop:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Set-up Atlas hook in ",Object(l.mdx)("inlineCode",{parentName:"li"},"<sqoop-conf>"),"/sqoop-site.xml by adding the following:")),Object(l.mdx)(n.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"<property>\n     <name>sqoop.job.data.publish.class</name>\n     <value>org.apache.atlas.sqoop.hook.SqoopHook</value>\n   </property>"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-sqoop-hook.tar.gz"),Object(l.mdx)("li",{parentName:"ul"},"cd apache-atlas-sqoop-hook-${project.version}"),Object(l.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-sqoop-hook-${project.version}/hook/sqoop to ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/sqoop"),Object(l.mdx)("li",{parentName:"ul"},"Copy ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas-conf>"),"/atlas-application.properties to the sqoop conf directory ",Object(l.mdx)("inlineCode",{parentName:"li"},"<sqoop-conf>"),"/"),Object(l.mdx)("li",{parentName:"ul"},"Link ",Object(l.mdx)("inlineCode",{parentName:"li"},"<atlas package>"),"/hook/sqoop/*.jar in sqoop lib")),Object(l.mdx)("p",null,"The following properties in atlas-application.properties control the thread pool and notification details:"),Object(l.mdx)(n.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.hook.sqoop.synchronous=false # whether to run the hook synchronously. false is recommended to avoid delays in Sqoop operation completion. Default: false\natlas.hook.sqoop.numRetries=3      # number of retries for notification failure. Default: 3\natlas.hook.sqoop.queueSize=10000   # queue size for the threadpool. Default: 10000\natlas.cluster.name=primary # clusterName to use in qualifiedName of entities. Default: primary\natlas.kafka.zookeeper.connect=                    # Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connection.timeout.ms=30000 # Zookeeper connection timeout. Default: 30000\natlas.kafka.zookeeper.session.timeout.ms=60000    # Zookeeper session timeout. Default: 60000\natlas.kafka.zookeeper.sync.time.ms=20             # Zookeeper sync time. Default: 20"),Object(l.mdx)("p",null,'Other configurations for Kafka notification producer can be specified by prefixing the configuration name with "atlas.kafka.". For list of configuration supported by Kafka producer, please refer to ',Object(l.mdx)("a",{parentName:"p",href:"http://kafka.apache.org/documentation/#producerconfigs"},"Kafka Producer Configs")),Object(l.mdx)("h2",{id:"notes"},"NOTES"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Only the following sqoop operations are captured by sqoop hook currently",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"hiveImport")))))}p&&p===Object(p)&&Object.isExtensible(p)&&Object.defineProperty(p,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookSqoop.md"}}),p.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,o,t){"use strict";var a=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",o.a=a.a}}]);
+//# sourceMappingURL=documents-hook-hook-sqoop.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-storm.5cb01ef5.js b/static/js/documents-hook-hook-storm.5cb01ef5.js
new file mode 100644
index 0000000..1a325a9
--- /dev/null
+++ b/static/js/documents-hook-hook-storm.5cb01ef5.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{"./src/documents/Hook/HookStorm.md":function(e,t,o){"use strict";o.r(t),o.d(t,"default",(function(){return d}));var a=o("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(o("../node_modules/react/index.js"),o("../node_modules/@mdx-js/react/dist/esm.js")),n=(o("./theme/styles/styled-colors.js"),o("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),l=o("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),i=["components"],r={};function d(e){var t=e.components,o=Object(a.a)(e,i);return Object(s.mdx)("wrapper",Object.assign({},r,o,{components:t,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"apache-atlas-hook-for-apache-storm"},"Apache Atlas Hook for Apache Storm"),Object(s.mdx)("h2",{id:"introduction"},"Introduction"),Object(s.mdx)("p",null,"Apache Storm is a distributed real-time computation system. Storm makes it\neasy to reliably process unbounded streams of data, doing for real-time\nprocessing what Hadoop did for batch processing. The process is essentially\na DAG of nodes, which is called ",Object(s.mdx)("em",{parentName:"p"},"topology"),"."),Object(s.mdx)("p",null,"Apache Atlas is a metadata repository that enables end-to-end data lineage,\nsearch and associate business classification."),Object(s.mdx)("p",null,"The goal of this integration is to push the operational topology\nmetadata along with the underlying data source(s), target(s), derivation\nprocesses and any available business context so Atlas can capture the\nlineage for this topology."),Object(s.mdx)("p",null,"There are 2 parts in this process detailed below:"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Data model to represent the concepts in Storm"),Object(s.mdx)("li",{parentName:"ul"},"Storm Atlas Hook to update metadata in Atlas")),Object(s.mdx)("h2",{id:"storm-data-model"},"Storm Data Model"),Object(s.mdx)("p",null,"A data model is represented as Types in Atlas. It contains the descriptions\nof various nodes in the topology graph, such as spouts and bolts and the\ncorresponding producer and consumer types."),Object(s.mdx)("p",null,"The following types are added in Atlas."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"storm_topology - represents the coarse-grained topology. A storm_topology derives from an Atlas Process type and hence can be used to inform Atlas about lineage."),Object(s.mdx)("li",{parentName:"ul"},"Following data sets are added - kafka_topic, jms_topic, hbase_table, hdfs_data_set. These all derive from an Atlas Dataset type and hence form the end points of a lineage graph."),Object(s.mdx)("li",{parentName:"ul"},"storm_spout - Data Producer having outputs, typically Kafka, JMS"),Object(s.mdx)("li",{parentName:"ul"},"storm_bolt - Data Consumer having inputs and outputs, typically Hive, HBase, HDFS, etc.")),Object(s.mdx)("p",null,"The Storm Atlas hook auto registers dependent models like the Hive data model\nif it finds that these are not known to the Atlas server."),Object(s.mdx)("p",null,"The data model for each of the types is described in\nthe class definition at org.apache.atlas.storm.model.StormDataModel."),Object(s.mdx)("h2",{id:"storm-atlas-hook"},"Storm Atlas Hook"),Object(s.mdx)("p",null,"Atlas is notified when a new topology is registered successfully in\nStorm. Storm provides a hook, backtype.storm.ISubmitterHook, at the Storm client used to\nsubmit a storm topology."),Object(s.mdx)("p",null,"The Storm Atlas hook intercepts the hook post execution and extracts the metadata from the\ntopology and updates Atlas using the types defined. Atlas implements the\nStorm client hook interface in org.apache.atlas.storm.hook.StormAtlasHook."),Object(s.mdx)("h2",{id:"limitations"},"Limitations"),Object(s.mdx)("p",null,"The following apply for the first version of the integration."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Only new topology submissions are registered with Atlas, any lifecycle changes are not reflected in Atlas."),Object(s.mdx)("li",{parentName:"ul"},"The Atlas server needs to be online when a Storm topology is submitted for the metadata to be captured."),Object(s.mdx)("li",{parentName:"ul"},"The Hook currently does not support capturing lineage for custom spouts and bolts.")),Object(s.mdx)("h2",{id:"installation"},"Installation"),Object(s.mdx)("p",null,"The Storm Atlas Hook needs to be manually installed in Storm on the client side."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"untar apache-atlas-${project.version}-storm-hook.tar.gz"),Object(s.mdx)("li",{parentName:"ul"},"cd apache-atlas-storm-hook-${project.version}"),Object(s.mdx)("li",{parentName:"ul"},"Copy entire contents of folder apache-atlas-storm-hook-${project.version}/hook/storm to $ATLAS_PACKAGE/hook/storm")),Object(s.mdx)("p",null,"Storm Atlas hook jars in $ATLAS_PACKAGE/hook/storm need to be copied to $STORM_HOME/extlib.\nReplace STORM_HOME with storm installation path."),Object(s.mdx)("p",null,"Restart all daemons after you have installed the atlas hook into Storm."),Object(s.mdx)("h2",{id:"configuration"},"Configuration"),Object(s.mdx)("h3",{id:"storm-configuration"},"Storm Configuration"),Object(s.mdx)("p",null,"The Storm Atlas Hook needs to be configured in Storm client config\nin ",Object(s.mdx)("em",{parentName:"p"},"$STORM_HOME/conf/storm.yaml")," as:"),Object(s.mdx)(l.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'storm.topology.submission.notifier.plugin.class: "org.apache.atlas.storm.hook.StormAtlasHook"'),Object(s.mdx)("p",null,"Also set a 'cluster name' that would be used as a namespace for objects registered in Atlas.\nThis name would be used for namespacing the Storm topology, spouts and bolts."),Object(s.mdx)("p",null,"The other objects like data sets should ideally be identified with the cluster name of\nthe components that generate them. For e.g. Hive tables and databases should be\nidentified using the cluster name set in Hive. The Storm Atlas hook will pick this up\nif the Hive configuration is available in the Storm topology jar that is submitted on\nthe client and the cluster name is defined there. This happens similarly for HBase\ndata sets. In case this configuration is not available, the cluster name set in the Storm\nconfiguration will be used."),Object(s.mdx)(l.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'atlas.cluster.name: "cluster_name"'),Object(s.mdx)("p",null,"In ",Object(s.mdx)("em",{parentName:"p"},"$STORM_HOME/conf/storm_env.ini"),", set an environment variable as follows:"),Object(s.mdx)(l.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'STORM_JAR_JVM_OPTS:"-Datlas.conf=$ATLAS_HOME/conf/"'),Object(s.mdx)("p",null,"where ATLAS_HOME is pointing to where ATLAS is installed."),Object(s.mdx)("p",null,"You could also set this up programmatically in Storm Config as:"),Object(s.mdx)(l.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"Config stormConf = new Config();\n        ...\n        stormConf.put(Config.STORM_TOPOLOGY_SUBMISSION_NOTIFIER_PLUGIN,\n                org.apache.atlas.storm.hook.StormAtlasHook.class.getName());"))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Hook/HookStorm.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,o){"use strict";var a=o("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",t.a=a.a}}]);
+//# sourceMappingURL=documents-hook-hook-storm.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-hook-hook-storm.b185f4c5b68d73002af0.js.map b/static/js/documents-hook-hook-storm.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7f9bb05
--- /dev/null
+++ b/static/js/documents-hook-hook-storm.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Hook/HookStorm.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ykBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sCAAoC,sCAE5C,oBACE,GAAM,gBAAc,gBAEtB,4RAG8B,oBAAIC,WAAW,KAAG,YAAkB,KAClE,qJAEA,wQAIA,4EACA,wBACE,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,iDAErB,oBACE,GAAM,oBAAkB,oBAE1B,4NAGA,kEACA,wBACE,oBAAIA,WAAW,MAAI,qKACnB,oBAAIA,WAAW,MAAI,qLACnB,oBAAIA,WAAW,MAAI,oEACnB,oBAAIA,WAAW,MAAI,4FAErB,mKAEA,qJAEA,oBACE,GAAM,oBAAkB,oBAE1B,kNAGA,2QAGA,oBACE,GAAM,eAAa,eAErB,wFACA,wBACE,oBAAIA,WAAW,MAAI,8GACnB,oBAAIA,WAAW,MAAI,2GACnB,oBAAIA,WAAW,MAAI,uFAErB,oBACE,GAAM,gBAAc,gBAEtB,2GACA,wBACE,oBAAIA,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,sHAErB,wKAEA,kGACA,oBACE,GAAM,iBAAe,iBAEvB,oBACE,GAAM,uBAAqB,uBAE7B,iGACC,oBAAIA,WAAW,KAAG,+BAAqC,QACxD,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,iGAGnG,sMAEA,4jBAOA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,sCAGnG,6BAAU,oBAAIC,WAAW,KAAG,kCAAwC,6CACpE,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,uDAGnG,oFACA,0FACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,yMAOtG,qLAEDH,EAAWS,gBAAiB,G,+DC/H5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-hook-hook-storm.5cb01ef5.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"apache-atlas-hook-for-apache-storm\"\n    }}>{`Apache Atlas Hook for Apache Storm`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`Apache Storm is a distributed real-time computation system. Storm makes it\neasy to reliably process unbounded streams of data, doing for real-time\nprocessing what Hadoop did for batch processing. The process is essentially\na DAG of nodes, which is called `}<em parentName=\"p\">{`topology`}</em>{`.`}</p>\n    <p>{`Apache Atlas is a metadata repository that enables end-to-end data lineage,\nsearch and associate business classification.`}</p>\n    <p>{`The goal of this integration is to push the operational topology\nmetadata along with the underlying data source(s), target(s), derivation\nprocesses and any available business context so Atlas can capture the\nlineage for this topology.`}</p>\n    <p>{`There are 2 parts in this process detailed below:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Data model to represent the concepts in Storm`}</li>\n      <li parentName=\"ul\">{`Storm Atlas Hook to update metadata in Atlas`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"storm-data-model\"\n    }}>{`Storm Data Model`}</h2>\n    <p>{`A data model is represented as Types in Atlas. It contains the descriptions\nof various nodes in the topology graph, such as spouts and bolts and the\ncorresponding producer and consumer types.`}</p>\n    <p>{`The following types are added in Atlas.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`storm_topology - represents the coarse-grained topology. A storm_topology derives from an Atlas Process type and hence can be used to inform Atlas about lineage.`}</li>\n      <li parentName=\"ul\">{`Following data sets are added - kafka_topic, jms_topic, hbase_table, hdfs_data_set. These all derive from an Atlas Dataset type and hence form the end points of a lineage graph.`}</li>\n      <li parentName=\"ul\">{`storm_spout - Data Producer having outputs, typically Kafka, JMS`}</li>\n      <li parentName=\"ul\">{`storm_bolt - Data Consumer having inputs and outputs, typically Hive, HBase, HDFS, etc.`}</li>\n    </ul>\n    <p>{`The Storm Atlas hook auto registers dependent models like the Hive data model\nif it finds that these are not known to the Atlas server.`}</p>\n    <p>{`The data model for each of the types is described in\nthe class definition at org.apache.atlas.storm.model.StormDataModel.`}</p>\n    <h2 {...{\n      \"id\": \"storm-atlas-hook\"\n    }}>{`Storm Atlas Hook`}</h2>\n    <p>{`Atlas is notified when a new topology is registered successfully in\nStorm. Storm provides a hook, backtype.storm.ISubmitterHook, at the Storm client used to\nsubmit a storm topology.`}</p>\n    <p>{`The Storm Atlas hook intercepts the hook post execution and extracts the metadata from the\ntopology and updates Atlas using the types defined. Atlas implements the\nStorm client hook interface in org.apache.atlas.storm.hook.StormAtlasHook.`}</p>\n    <h2 {...{\n      \"id\": \"limitations\"\n    }}>{`Limitations`}</h2>\n    <p>{`The following apply for the first version of the integration.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Only new topology submissions are registered with Atlas, any lifecycle changes are not reflected in Atlas.`}</li>\n      <li parentName=\"ul\">{`The Atlas server needs to be online when a Storm topology is submitted for the metadata to be captured.`}</li>\n      <li parentName=\"ul\">{`The Hook currently does not support capturing lineage for custom spouts and bolts.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"installation\"\n    }}>{`Installation`}</h2>\n    <p>{`The Storm Atlas Hook needs to be manually installed in Storm on the client side.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`untar apache-atlas-\\${project.version}-storm-hook.tar.gz`}</li>\n      <li parentName=\"ul\">{`cd apache-atlas-storm-hook-\\${project.version}`}</li>\n      <li parentName=\"ul\">{`Copy entire contents of folder apache-atlas-storm-hook-\\${project.version}/hook/storm to $ATLAS_PACKAGE/hook/storm`}</li>\n    </ul>\n    <p>{`Storm Atlas hook jars in $ATLAS_PACKAGE/hook/storm need to be copied to $STORM_HOME/extlib.\nReplace STORM_HOME with storm installation path.`}</p>\n    <p>{`Restart all daemons after you have installed the atlas hook into Storm.`}</p>\n    <h2 {...{\n      \"id\": \"configuration\"\n    }}>{`Configuration`}</h2>\n    <h3 {...{\n      \"id\": \"storm-configuration\"\n    }}>{`Storm Configuration`}</h3>\n    <p>{`The Storm Atlas Hook needs to be configured in Storm client config\nin `}<em parentName=\"p\">{`$STORM_HOME/conf/storm.yaml`}</em>{` as:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`storm.topology.submission.notifier.plugin.class: \"org.apache.atlas.storm.hook.StormAtlasHook\"`}\n    </SyntaxHighlighter>\n    <p>{`Also set a 'cluster name' that would be used as a namespace for objects registered in Atlas.\nThis name would be used for namespacing the Storm topology, spouts and bolts.`}</p>\n    <p>{`The other objects like data sets should ideally be identified with the cluster name of\nthe components that generate them. For e.g. Hive tables and databases should be\nidentified using the cluster name set in Hive. The Storm Atlas hook will pick this up\nif the Hive configuration is available in the Storm topology jar that is submitted on\nthe client and the cluster name is defined there. This happens similarly for HBase\ndata sets. In case this configuration is not available, the cluster name set in the Storm\nconfiguration will be used.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\natlas.cluster.name: \"cluster_name\"\n    </SyntaxHighlighter>\n    <p>{`In `}<em parentName=\"p\">{`$STORM_HOME/conf/storm_env.ini`}</em>{`, set an environment variable as follows:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\nSTORM_JAR_JVM_OPTS:\"-Datlas.conf=$ATLAS_HOME/conf/\"\n    </SyntaxHighlighter>\n    <p>{`where ATLAS_HOME is pointing to where ATLAS is installed.`}</p>\n    <p>{`You could also set this up programmatically in Storm Config as:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n    {`Config stormConf = new Config();\n        ...\n        stormConf.put(Config.STORM_TOPOLOGY_SUBMISSION_NOTIFIER_PLUGIN,\n                org.apache.atlas.storm.hook.StormAtlasHook.class.getName());`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-import-export-export-api.b185f4c5b68d73002af0.js.map b/static/js/documents-import-export-export-api.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..5f106af
--- /dev/null
+++ b/static/js/documents-import-export-export-api.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ExportAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-export-api.d67c5471.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"export-api\"\n    }}>{`Export API`}</h1>\n    <p>{`The general approach is:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Consumer specifies the scope of data to be exported (details below).`}</li>\n      <li parentName=\"ul\">{`The API if successful, will return the stream in the format specified.`}</li>\n      <li parentName=\"ul\">{`Error will be returned on failure of the call.`}</li>\n    </ul>\n    <p>{`See `}<a parentName=\"p\" {...{\n        \"href\": \"#/ExportHDFSAPI\"\n      }}>{`here`}</a>{` for details on exporting `}<em parentName=\"p\">{`hdfs_path`}</em>{` entities.`}</p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Export API`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Example`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`See Examples sections below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`api/atlas/admin/export`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Method`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`POST`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Data Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`The class `}<em parentName=\"td\">{`AtlasExportRequest`}</em>{` is used to specify the items to export. The list of `}<em parentName=\"td\">{`AtlasObjectId`}</em>{`(s) allows for specifying the multiple items to export in a session. The `}<em parentName=\"td\">{`AtlasObjectId`}</em>{` is a tuple of entity type, name of unique attribute, value of unique attribute. Several items can be specified. See examples below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Success Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`File stream as `}<em parentName=\"td\">{`application/zip`}</em>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Error Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors that are handled within the system will be returned as `}<em parentName=\"td\">{`AtlasBaseException`}</em>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Notes`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Consumer could choose to consume the output of the API by programmatically using `}<em parentName=\"td\">{`java.io.ByteOutputStream`}</em>{` or by manually, save the contents of the stream to a file on the disk.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <p><strong parentName=\"p\">{`Method Signature`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`@POST\n@Path(\"/export\")\n@Consumes(\"application/json;charset=UTF-8\")`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"additional-options\"\n    }}>{`Additional Options`}</h3>\n    <p>{`It is possible to specify additional parameters for the `}<em parentName=\"p\">{`Export`}</em>{` operation.`}</p>\n    <p>{`The current implementation has 2 options. Both are optional:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`matchType`}</em>{` This option configures the approach used for fetching the starting entity. It has the following values:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\"><em parentName=\"li\">{`startsWith`}</em>{` Search for an entity that is prefixed with the specified criteria.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`endsWith`}</em>{` Search for an entity that is suffixed with the specified criteria.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`contains`}</em>{` Search for an entity that has the specified criteria as a sub-string.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`matches`}</em>{` Search for an entity that is a regular expression match with the specified criteria.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`fetchType`}</em>{` This option configures the approach used for fetching entities. It has the following values:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\"><em parentName=\"li\">{`FULL`}</em>{`: This fetches all the entities that are connected directly and indirectly to the starting entity. E.g. If a starting entity specified is a table, then this option will fetch the table, database and all the other tables within the database.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`CONNECTED`}</em>{`: This fetches all the entities that are connected directly to the starting entity. E.g. If a starting entity specified is a table, then this option will fetch the table and the database entity only.`}</li>\n          <li parentName=\"ul\"><em parentName=\"li\">{`INCREMENTAL`}</em>{`: See `}<a parentName=\"li\" {...{\n              \"href\": \"#/IncrementalExport\"\n            }}>{`here`}</a>{` for details.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`If no `}<em parentName=\"p\">{`matchType`}</em>{` is specified, an exact match is used. Which means, that the entire string is used in the search criteria.`}</p>\n    <p>{`Searching using `}<em parentName=\"p\">{`matchType`}</em>{` applies to all types of entities. It is particularly useful for matching entities of type hdfs_path (see `}<a parentName=\"p\" {...{\n        \"href\": \"#/ExportHDFSAPI\"\n      }}>{`here`}</a>{`).`}</p>\n    <p>{`The `}<em parentName=\"p\">{`fetchType`}</em>{` option defaults to `}<em parentName=\"p\">{`FULL`}</em>{`.`}</p>\n    <p>{`For a complete example see the section below.`}</p>\n    <h3 {...{\n      \"id\": \"contents-of-exported-zip-file\"\n    }}>{`Contents of Exported ZIP File`}</h3>\n    <p>{`The exported ZIP file has the following entries within it:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`atlas-export-result.json`}</em>{`:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Input filters: The scope of export.`}</li>\n          <li parentName=\"ul\">{`File format: The format chosen for the export operation.`}</li>\n          <li parentName=\"ul\">{`Metrics: The number of entity definitions, classifications and entities exported.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`atlas-typesdef.json`}</em>{`: Type definitions for the entities exported.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`atlas-export-order.json`}</em>{`: Order in which entities should be exported.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`{guid}.json`}</em>{`: Individual entities are exported with file names that correspond to their id.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"examples\"\n    }}>{`Examples`}</h3>\n    <p>{`The `}<em parentName=\"p\">{`AtlasExportRequest`}</em>{` below shows filters that attempt to export 2 databases in cluster cl1:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n       { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"accounts@cl1\" } },\n       { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"hr@cl1\" } }\n    ]\n}`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`AtlasExportRequest`}</em>{` below specifies the `}<em parentName=\"p\">{`fetchType`}</em>{` as `}<em parentName=\"p\">{`FULL`}</em>{`. The `}<em parentName=\"p\">{`matchType`}</em>{` option will fetch `}<em parentName=\"p\">{`accounts@cl1`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n       { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"accounts@\" } }\n    ],\n    \"options\": {\n        \"fetchType\": \"FULL\",\n        \"matchType\": \"startsWith\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`AtlasExportRequest`}</em>{` below specifies the `}<em parentName=\"p\">{`guid`}</em>{` instead of `}<em parentName=\"p\">{`uniqueAttributes`}</em>{` to fetch `}<em parentName=\"p\">{`accounts@cl1`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n       { \"typeName\": \"hive_db\", \"guid\": \"846c5e9c-3ac6-40ju-8289-fb0cebm64783\" }\n    ],\n    \"options\": {\n        \"fetchType\": \"FULL\",\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`AtlasExportRequest`}</em>{` below specifies the `}<em parentName=\"p\">{`fetchType`}</em>{` as `}<em parentName=\"p\">{`connected`}</em>{`. The `}<em parentName=\"p\">{`matchType`}</em>{` option will fetch `}<em parentName=\"p\">{`accountsReceivable`}</em>{`, `}<em parentName=\"p\">{`accountsPayable`}</em>{`, etc. present in the database.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n       { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"accounts\" } }\n    ],\n    \"options\": {\n        \"fetchType\": \"CONNECTED\",\n        \"matchType\": \"startsWith\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Below is the `}<em parentName=\"p\">{`AtlasExportResult`}</em>{` JSON for the export of the `}<em parentName=\"p\">{`Sales`}</em>{` DB present in the `}<em parentName=\"p\">{`QuickStart`}</em>{`.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`metrics`}</em>{` contains the number of types and entities exported as part of the operation.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"clientIpAddress\": \"10.0.2.15\",\n    \"hostName\": \"10.0.2.2\",\n    \"metrics\": {\n        \"duration\": 1415,\n        \"entitiesWithExtInfo\": 12,\n        \"entity:DB_v1\": 2,\n        \"entity:LoadProcess_v1\": 2,\n        \"entity:Table_v1\": 6,\n        \"entity:View_v1\": 2,\n        \"typedef:Column_v1\": 1,\n        \"typedef:DB_v1\": 1,\n        \"typedef:LoadProcess_v1\": 1,\n        \"typedef:StorageDesc_v1\": 1,\n        \"typedef:Table_v1\": 1,\n        \"typedef:View_v1\": 1,\n        \"typedef:classification\": 6\n    },\n    \"operationStatus\": \"SUCCESS\",\n    \"request\": {\n        \"itemsToExport\": [\n            {\n                \"typeName\": \"DB_v1\",\n                \"uniqueAttributes\": {\n                    \"name\": \"Sales\"\n                }\n            }\n        ],\n        \"options\": {\n            \"fetchType\": \"full\"\n        }\n    },\n    \"userName\": \"admin\"\n}`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"curl-calls\"\n    }}>{`CURL Calls`}</h3>\n    <p>{`Below are sample CURL calls that demonstrate Export of `}<em parentName=\"p\">{`QuickStart`}</em>{` database.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X POST -u adminuser:password -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\" -d '{\n    \"itemsToExport\": [\n            { \"typeName\": \"DB\", \"uniqueAttributes\": { \"name\": \"Sales\" }},\n            { \"typeName\": \"DB\", \"uniqueAttributes\": { \"name\": \"Reporting\" }},\n            { \"typeName\": \"DB\", \"uniqueAttributes\": { \"name\": \"Logging\" }}\n    ],\n        \"options\": { \"fetchType\": \"full\" }\n    }' \"http://localhost:21000/api/atlas/admin/export\" > quickStartDB.zip`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-import-export-export-api.d67c5471.js b/static/js/documents-import-export-export-api.d67c5471.js
new file mode 100644
index 0000000..33d732e
--- /dev/null
+++ b/static/js/documents-import-export-export-api.d67c5471.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{"./src/documents/Import-Export/ExportAPI.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),m=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],p={};function s(e){var t=e.components,a=Object(n.a)(e,l);return Object(m.mdx)("wrapper",Object.assign({},p,a,{components:t,mdxType:"MDXLayout"}),Object(m.mdx)("h1",{id:"export-api"},"Export API"),Object(m.mdx)("p",null,"The general approach is:"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},"Consumer specifies the scope of data to be exported (details below)."),Object(m.mdx)("li",{parentName:"ul"},"The API if successful, will return the stream in the format specified."),Object(m.mdx)("li",{parentName:"ul"},"Error will be returned on failure of the call.")),Object(m.mdx)("p",null,"See ",Object(m.mdx)("a",{parentName:"p",href:"#/ExportHDFSAPI"},"here")," for details on exporting ",Object(m.mdx)("em",{parentName:"p"},"hdfs_path")," entities."),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Title")),Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Export API")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Example")),Object(m.mdx)("td",{parentName:"tr",align:null},"See Examples sections below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"api/atlas/admin/export"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Method")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"POST"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Data Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},"The class ",Object(m.mdx)("em",{parentName:"td"},"AtlasExportRequest")," is used to specify the items to export. The list of ",Object(m.mdx)("em",{parentName:"td"},"AtlasObjectId"),"(s) allows for specifying the multiple items to export in a session. The ",Object(m.mdx)("em",{parentName:"td"},"AtlasObjectId")," is a tuple of entity type, name of unique attribute, value of unique attribute. Several items can be specified. See examples below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Success Response")),Object(m.mdx)("td",{parentName:"tr",align:null},"File stream as ",Object(m.mdx)("em",{parentName:"td"},"application/zip"),".")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Error Response")),Object(m.mdx)("td",{parentName:"tr",align:null},"Errors that are handled within the system will be returned as ",Object(m.mdx)("em",{parentName:"td"},"AtlasBaseException"),".")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Notes")),Object(m.mdx)("td",{parentName:"tr",align:null},"Consumer could choose to consume the output of the API by programmatically using ",Object(m.mdx)("em",{parentName:"td"},"java.io.ByteOutputStream")," or by manually, save the contents of the stream to a file on the disk.")))),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Method Signature")),Object(m.mdx)(r.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},'@POST\n@Path("/export")\n@Consumes("application/json;charset=UTF-8")'),Object(m.mdx)("h3",{id:"additional-options"},"Additional Options"),Object(m.mdx)("p",null,"It is possible to specify additional parameters for the ",Object(m.mdx)("em",{parentName:"p"},"Export")," operation."),Object(m.mdx)("p",null,"The current implementation has 2 options. Both are optional:"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"matchType")," This option configures the approach used for fetching the starting entity. It has the following values:",Object(m.mdx)("ul",{parentName:"li"},Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"startsWith")," Search for an entity that is prefixed with the specified criteria."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"endsWith")," Search for an entity that is suffixed with the specified criteria."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"contains")," Search for an entity that has the specified criteria as a sub-string."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"matches")," Search for an entity that is a regular expression match with the specified criteria.")))),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"fetchType")," This option configures the approach used for fetching entities. It has the following values:",Object(m.mdx)("ul",{parentName:"li"},Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"FULL"),": This fetches all the entities that are connected directly and indirectly to the starting entity. E.g. If a starting entity specified is a table, then this option will fetch the table, database and all the other tables within the database."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"CONNECTED"),": This fetches all the entities that are connected directly to the starting entity. E.g. If a starting entity specified is a table, then this option will fetch the table and the database entity only."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"INCREMENTAL"),": See ",Object(m.mdx)("a",{parentName:"li",href:"#/IncrementalExport"},"here")," for details.")))),Object(m.mdx)("p",null,"If no ",Object(m.mdx)("em",{parentName:"p"},"matchType")," is specified, an exact match is used. Which means, that the entire string is used in the search criteria."),Object(m.mdx)("p",null,"Searching using ",Object(m.mdx)("em",{parentName:"p"},"matchType")," applies to all types of entities. It is particularly useful for matching entities of type hdfs_path (see ",Object(m.mdx)("a",{parentName:"p",href:"#/ExportHDFSAPI"},"here"),")."),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"fetchType")," option defaults to ",Object(m.mdx)("em",{parentName:"p"},"FULL"),"."),Object(m.mdx)("p",null,"For a complete example see the section below."),Object(m.mdx)("h3",{id:"contents-of-exported-zip-file"},"Contents of Exported ZIP File"),Object(m.mdx)("p",null,"The exported ZIP file has the following entries within it:"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"atlas-export-result.json"),":",Object(m.mdx)("ul",{parentName:"li"},Object(m.mdx)("li",{parentName:"ul"},"Input filters: The scope of export."),Object(m.mdx)("li",{parentName:"ul"},"File format: The format chosen for the export operation."),Object(m.mdx)("li",{parentName:"ul"},"Metrics: The number of entity definitions, classifications and entities exported."))),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"atlas-typesdef.json"),": Type definitions for the entities exported."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"atlas-export-order.json"),": Order in which entities should be exported."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"{guid}.json"),": Individual entities are exported with file names that correspond to their id.")),Object(m.mdx)("h3",{id:"examples"},"Examples"),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportRequest")," below shows filters that attempt to export 2 databases in cluster cl1:"),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n       { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "accounts@cl1" } },\n       { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "hr@cl1" } }\n    ]\n}'),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportRequest")," below specifies the ",Object(m.mdx)("em",{parentName:"p"},"fetchType")," as ",Object(m.mdx)("em",{parentName:"p"},"FULL"),". The ",Object(m.mdx)("em",{parentName:"p"},"matchType")," option will fetch ",Object(m.mdx)("em",{parentName:"p"},"accounts@cl1"),"."),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n       { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "accounts@" } }\n    ],\n    "options": {\n        "fetchType": "FULL",\n        "matchType": "startsWith"\n    }\n}'),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportRequest")," below specifies the ",Object(m.mdx)("em",{parentName:"p"},"guid")," instead of ",Object(m.mdx)("em",{parentName:"p"},"uniqueAttributes")," to fetch ",Object(m.mdx)("em",{parentName:"p"},"accounts@cl1"),"."),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n       { "typeName": "hive_db", "guid": "846c5e9c-3ac6-40ju-8289-fb0cebm64783" }\n    ],\n    "options": {\n        "fetchType": "FULL",\n    }\n}'),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportRequest")," below specifies the ",Object(m.mdx)("em",{parentName:"p"},"fetchType")," as ",Object(m.mdx)("em",{parentName:"p"},"connected"),". The ",Object(m.mdx)("em",{parentName:"p"},"matchType")," option will fetch ",Object(m.mdx)("em",{parentName:"p"},"accountsReceivable"),", ",Object(m.mdx)("em",{parentName:"p"},"accountsPayable"),", etc. present in the database."),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n       { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "accounts" } }\n    ],\n    "options": {\n        "fetchType": "CONNECTED",\n        "matchType": "startsWith"\n    }\n}'),Object(m.mdx)("p",null,"Below is the ",Object(m.mdx)("em",{parentName:"p"},"AtlasExportResult")," JSON for the export of the ",Object(m.mdx)("em",{parentName:"p"},"Sales")," DB present in the ",Object(m.mdx)("em",{parentName:"p"},"QuickStart"),"."),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"metrics")," contains the number of types and entities exported as part of the operation."),Object(m.mdx)(r.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "clientIpAddress": "10.0.2.15",\n    "hostName": "10.0.2.2",\n    "metrics": {\n        "duration": 1415,\n        "entitiesWithExtInfo": 12,\n        "entity:DB_v1": 2,\n        "entity:LoadProcess_v1": 2,\n        "entity:Table_v1": 6,\n        "entity:View_v1": 2,\n        "typedef:Column_v1": 1,\n        "typedef:DB_v1": 1,\n        "typedef:LoadProcess_v1": 1,\n        "typedef:StorageDesc_v1": 1,\n        "typedef:Table_v1": 1,\n        "typedef:View_v1": 1,\n        "typedef:classification": 6\n    },\n    "operationStatus": "SUCCESS",\n    "request": {\n        "itemsToExport": [\n            {\n                "typeName": "DB_v1",\n                "uniqueAttributes": {\n                    "name": "Sales"\n                }\n            }\n        ],\n        "options": {\n            "fetchType": "full"\n        }\n    },\n    "userName": "admin"\n}'),Object(m.mdx)("h3",{id:"curl-calls"},"CURL Calls"),Object(m.mdx)("p",null,"Below are sample CURL calls that demonstrate Export of ",Object(m.mdx)("em",{parentName:"p"},"QuickStart")," database."),Object(m.mdx)(r.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},'curl -X POST -u adminuser:password -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d \'{\n    "itemsToExport": [\n            { "typeName": "DB", "uniqueAttributes": { "name": "Sales" }},\n            { "typeName": "DB", "uniqueAttributes": { "name": "Reporting" }},\n            { "typeName": "DB", "uniqueAttributes": { "name": "Logging" }}\n    ],\n        "options": { "fetchType": "full" }\n    }\' "http://localhost:21000/api/atlas/admin/export" > quickStartDB.zip'))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ExportAPI.md"}}),s.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-export-api.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-import-export-export-hdfsapi.35e269a2.js b/static/js/documents-import-export-export-hdfsapi.35e269a2.js
new file mode 100644
index 0000000..f20ef71
--- /dev/null
+++ b/static/js/documents-import-export-export-hdfsapi.35e269a2.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{"./src/documents/Import-Export/ExportHDFSAPI.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),m=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),d=["components"],c={};function s(e){var t=e.components,a=Object(n.a)(e,d);return Object(m.mdx)("wrapper",Object.assign({},c,a,{components:t,mdxType:"MDXLayout"}),Object(m.mdx)("h1",{id:"export--import-apis-for-hdfs-path"},"Export & Import APIs for HDFS Path"),Object(m.mdx)("h3",{id:"introduction"},"Introduction"),Object(m.mdx)("p",null,"The general approach for using the Import-Export APIs for HDFS Paths remain the same. There are minor variations caused how HDFS paths are handled within Atlas."),Object(m.mdx)("p",null,"Unlike HIVE entities, HDFS entities within Atlas are created manually using the ",Object(m.mdx)("em",{parentName:"p"},"Create Entity")," link within the Atlas Web UI."),Object(m.mdx)("p",null,"Also, HDFS paths tend to be hierarchical, in the sense that users tend to model the same HDFS storage structure within Atlas."),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Sample HDFS Setup")),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"HDFS Path")),Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Atlas Entity")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",null,"/apps/warehouse/finance")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"td"},"Entity type: "),Object(m.mdx)("em",null,"hdfs_path"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Name: "),Object(m.mdx)("em",null,"Finance"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"QualifiedName: "),Object(m.mdx)("em",null,"FinanceAll"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",null,"/apps/warehouse/finance/accounts-receivable")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"td"},"Entity type: "),Object(m.mdx)("em",null,"hdfs_path"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Name: "),Object(m.mdx)("em",null,"FinanceReceivable"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"QualifiedName: "),Object(m.mdx)("em",null,"FinanceReceivable"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Path: "),Object(m.mdx)("em",null,"/apps/warehouse/finance"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",null,"/apps/warehouse/finance/accounts-payable")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"td"},"Entity type: "),Object(m.mdx)("em",null,"hdfs_path"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Name: "),Object(m.mdx)("em",null,"Finance-Payable"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"QualifiedName: "),Object(m.mdx)("em",null,"FinancePayable"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Path: "),Object(m.mdx)("em",null,"/apps/warehouse/finance/accounts-payable"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",null,"/apps/warehouse/finance/billing")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"td"},"Entity type: "),Object(m.mdx)("em",null,"hdfs_path"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Name: "),Object(m.mdx)("em",null,"FinanceBilling"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"QualifiedName: "),Object(m.mdx)("em",null,"FinanceBilling"),Object(m.mdx)("br",null),Object(m.mdx)("strong",{parentName:"td"},"Path: "),Object(m.mdx)("em",null,"/apps/warehouse/finance/billing"))))),Object(m.mdx)("h3",{id:"export-api-using-matchtype"},"Export API Using matchType"),Object(m.mdx)("p",null,"To export entities that represent the HDFS path, use the Export API using the ",Object(m.mdx)("em",{parentName:"p"},"matchType")," option. Details can be found ",Object(m.mdx)("a",{parentName:"p",href:"#/ExportAPI"},"here"),"."),Object(m.mdx)("h3",{id:"example-using-curl-calls"},"Example Using CURL Calls"),Object(m.mdx)("p",null,"Below are sample CURL calls perform an export operation on the ",Object(m.mdx)("em",{parentName:"p"},"Sample HDFS Setup")," shown above."),Object(m.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'curl -X POST -u adminuser:password -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d \'{\n    "itemsToExport": [\n            { "typeName": "hdfs_path", "uniqueAttributes": { "qualifiedName": "FinanceAll" } }\n    ],\n    "options": {\n     "fetchType": "full",\n     "matchType": "startsWith"\n    }\n}\' "http://localhost:21000/api/atlas/admin/export" > financeAll.zip'),Object(m.mdx)("h3",{id:"automatic-creation-of-hdfs-entities"},"Automatic Creation of HDFS entities"),Object(m.mdx)("p",null,"Given that HDFS entity creation is a manual process. The Export API offers a mechanism for the creation of requested HDFS entities."))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ExportHDFSAPI.md"}}),s.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map b/static/js/documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..0a915b1
--- /dev/null
+++ b/static/js/documents-import-export-export-hdfsapi.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ExportHDFSAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"slBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,qCAAmC,sCAE3C,oBACE,GAAM,gBAAc,gBAEtB,2LACA,0GAAuF,oBAAIC,WAAW,KAAG,iBAAuB,kCAChI,wJACA,uBAAG,wBAAQA,WAAW,KAAG,sBACzB,2BACE,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,cAC1B,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,mBAG9B,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,oDACH,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,iBAA2B,qCAAsB,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,mCAAoB,yBAAM,wBAAQA,WAAW,MAAI,mBAA6B,wCAE5M,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,wEACH,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,iBAA2B,qCAAsB,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,6CAA8B,yBAAM,wBAAQA,WAAW,MAAI,mBAA6B,6CAA8B,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,qDAErS,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,qEACH,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,iBAA2B,qCAAsB,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,2CAA4B,yBAAM,wBAAQA,WAAW,MAAI,mBAA6B,0CAA2B,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,sEAEhS,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,4DACH,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,iBAA2B,qCAAsB,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,0CAA2B,yBAAM,wBAAQA,WAAW,MAAI,mBAA6B,0CAA2B,yBAAM,wBAAQA,WAAW,MAAI,UAAoB,+DAInS,oBACE,GAAM,8BAA4B,8BAEpC,wGAAqF,oBAAIA,WAAW,KAAG,aAAmB,iCAAkC,mBAAGA,WAAW,IACtK,KAAQ,eAAa,QACR,KACjB,oBACE,GAAM,4BAA0B,4BAElC,yFAAsE,oBAAIA,WAAW,KAAG,qBAA2B,iBACnH,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,wYAWnG,oBACE,GAAM,uCAAqC,uCAE7C,+JAEH,kMAEDH,EAAWS,gBAAiB,G,+DCzG5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-import-export-export-hdfsapi.35e269a2.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"export--import-apis-for-hdfs-path\"\n    }}>{`Export & Import APIs for HDFS Path`}</h1>\n    <h3 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h3>\n    <p>{`The general approach for using the Import-Export APIs for HDFS Paths remain the same. There are minor variations caused how HDFS paths are handled within Atlas.`}</p>\n    <p>{`Unlike HIVE entities, HDFS entities within Atlas are created manually using the `}<em parentName=\"p\">{`Create Entity`}</em>{` link within the Atlas Web UI.`}</p>\n    <p>{`Also, HDFS paths tend to be hierarchical, in the sense that users tend to model the same HDFS storage structure within Atlas.`}</p>\n    <p><strong parentName=\"p\">{`Sample HDFS Setup`}</strong></p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`HDFS Path`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Atlas Entity`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em>{`/apps/warehouse/finance`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"td\">{`Entity type: `}</strong><em>{`hdfs_path`}</em><br /><strong parentName=\"td\">{`Name: `}</strong><em>{`Finance`}</em><br /><strong parentName=\"td\">{`QualifiedName: `}</strong><em>{`FinanceAll`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em>{`/apps/warehouse/finance/accounts-receivable`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"td\">{`Entity type: `}</strong><em>{`hdfs_path`}</em><br /><strong parentName=\"td\">{`Name: `}</strong><em>{`FinanceReceivable`}</em><br /><strong parentName=\"td\">{`QualifiedName: `}</strong><em>{`FinanceReceivable`}</em><br /><strong parentName=\"td\">{`Path: `}</strong><em>{`/apps/warehouse/finance`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em>{`/apps/warehouse/finance/accounts-payable`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"td\">{`Entity type: `}</strong><em>{`hdfs_path`}</em><br /><strong parentName=\"td\">{`Name: `}</strong><em>{`Finance-Payable`}</em><br /><strong parentName=\"td\">{`QualifiedName: `}</strong><em>{`FinancePayable`}</em><br /><strong parentName=\"td\">{`Path: `}</strong><em>{`/apps/warehouse/finance/accounts-payable`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em>{`/apps/warehouse/finance/billing`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"td\">{`Entity type: `}</strong><em>{`hdfs_path`}</em><br /><strong parentName=\"td\">{`Name: `}</strong><em>{`FinanceBilling`}</em><br /><strong parentName=\"td\">{`QualifiedName: `}</strong><em>{`FinanceBilling`}</em><br /><strong parentName=\"td\">{`Path: `}</strong><em>{`/apps/warehouse/finance/billing`}</em></td>\n        </tr>\n      </tbody>\n    </table>\n    <h3 {...{\n      \"id\": \"export-api-using-matchtype\"\n    }}>{`Export API Using matchType`}</h3>\n    <p>{`To export entities that represent the HDFS path, use the Export API using the `}<em parentName=\"p\">{`matchType`}</em>{` option. Details can be found `}<a parentName=\"p\" {...{\n        \"href\": \"#/ExportAPI\"\n      }}>{`here`}</a>{`.`}</p>\n    <h3 {...{\n      \"id\": \"example-using-curl-calls\"\n    }}>{`Example Using CURL Calls`}</h3>\n    <p>{`Below are sample CURL calls perform an export operation on the `}<em parentName=\"p\">{`Sample HDFS Setup`}</em>{` shown above.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X POST -u adminuser:password -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\" -d '{\n    \"itemsToExport\": [\n            { \"typeName\": \"hdfs_path\", \"uniqueAttributes\": { \"qualifiedName\": \"FinanceAll\" } }\n    ],\n    \"options\": {\n     \"fetchType\": \"full\",\n     \"matchType\": \"startsWith\"\n    }\n}' \"http://localhost:21000/api/atlas/admin/export\" > financeAll.zip`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"automatic-creation-of-hdfs-entities\"\n    }}>{`Automatic Creation of HDFS entities`}</h3>\n    <p>{`Given that HDFS entity creation is a manual process. The Export API offers a mechanism for the creation of requested HDFS entities.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-import-export-export-import-audits.23b1ebdd.js b/static/js/documents-import-export-export-import-audits.23b1ebdd.js
new file mode 100644
index 0000000..9397afd
--- /dev/null
+++ b/static/js/documents-import-export-export-import-audits.23b1ebdd.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[17],{"./src/documents/Import-Export/ExportImportAudits.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),m=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),d=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],i={};function s(e){var t=e.components,a=Object(n.a)(e,l);return Object(r.mdx)("wrapper",Object.assign({},i,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"export--import-audits"},"Export & Import Audits"),Object(r.mdx)("h4",{id:"background"},"Background"),Object(r.mdx)("p",null,"The new audits for Export and Import operations also have corresponding REST APIs to programmatically fetch the audit entries."),Object(r.mdx)("h4",{id:"rest-apis"},"REST APIs"),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Title")),Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Replication Audits for a Cluster")))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Example"),Object(r.mdx)("td",{parentName:"tr",align:null},"See below.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"URL"),Object(r.mdx)("td",{parentName:"tr",align:null},"api/atlas/admin/expimp/audit")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Method"),Object(r.mdx)("td",{parentName:"tr",align:null},"GET")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"URL Parameters"),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"sourceClusterName"),": Name of source cluster.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"targetClusterName"),": Name of target cluster.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"userName"),": Name of the user who initiated the operation.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"operation"),": EXPORT or IMPORT operation type.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"startTime"),": Time, in milliseconds, when operation was started.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"endTime"),": Time, in milliseconds, when operation ended.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"limit"),": Number of results to be returned")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null}),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"offset"),": Offset")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Data Parameters"),Object(r.mdx)("td",{parentName:"tr",align:null},"None")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Success Response"),Object(r.mdx)("td",{parentName:"tr",align:null},"List of ",Object(r.mdx)("em",{parentName:"td"},"ExportImportAuditEntry"))),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Error Response"),Object(r.mdx)("td",{parentName:"tr",align:null},"Errors Returned as AtlasBaseException")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Notes"),Object(r.mdx)("td",{parentName:"tr",align:null},"None")))),Object(r.mdx)("h5",{id:"curl"},"CURL"),Object(r.mdx)(d.a,{wrapLines:!0,language:"json",style:m.a,mdxType:"SyntaxHighlighter"},'\ncurl -X GET -u admin:admin -H "Content-Type: application/json" -H "Cache-Control: no-cache"\nhttp://localhost:port/api/atlas/admin/expimp/audit?sourceClusterName=cl2\n'),Object(r.mdx)("h5",{id:"response"},"RESPONSE"),Object(r.mdx)(d.a,{wrapLines:!0,language:"json",style:m.a,mdxType:"SyntaxHighlighter"},'{\n    "queryType": "BASIC",\n    "searchParameters": {\n        "typeName": "ReplicationAuditEntry",\n        "excludeDeletedEntities": false,\n        "includeClassificationAttributes": false,\n        "includeSubTypes": true,\n        "includeSubClassifications": true,\n        "limit": 100,\n        "offset": 0,\n        "entityFilters": {\n            "attributeName": "name",\n            "operator": "eq",\n            "attributeValue": "cl2",\n            "criterion": []\n        }\n    },\n    "entities": [{\n        "typeName": "ReplicationAuditEntry",\n        "attributes": {\n            "owner": null,\n            "uniqueName": "cl2:EXPORT:1533037289411",\n            "createTime": null,\n            "name": "cl2",\n            "description": null\n        },\n        "guid": "04844141-af72-498a-9d26-f70f91e8adf8",\n        "status": "ACTIVE",\n        "displayText": "cl2",\n        "classificationNames": []\n    }, {\n        "typeName": "ReplicationAuditEntry",\n        "attributes": {\n            "owner": null,\n            "uniqueName": "cl2:EXPORT:1533037368407",\n            "createTime": null,\n            "name": "cl2",\n            "description": null\n        },\n        "guid": "837abe66-20c8-4296-8678-e715498bf8fb",\n        "status": "ACTIVE",\n        "displayText": "cl2",\n        "classificationNames": []\n    }]\n}'))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ExportImportAudits.md"}}),s.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map b/static/js/documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7a864e7
--- /dev/null
+++ b/static/js/documents-import-export-export-import-audits.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ExportImportAudits.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-export-import-audits.23b1ebdd.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"export--import-audits\"\n    }}>{`Export & Import Audits`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`The new audits for Export and Import operations also have corresponding REST APIs to programmatically fetch the audit entries.`}</p>\n    <h4 {...{\n      \"id\": \"rest-apis\"\n    }}>{`REST APIs`}</h4>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Replication Audits for a Cluster`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Example`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`See below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`URL`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`api/atlas/admin/expimp/audit`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Method`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`GET`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`URL Parameters`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`sourceClusterName`}</em>{`: Name of source cluster.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`targetClusterName`}</em>{`: Name of target cluster.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`userName`}</em>{`: Name of the user who initiated the operation.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`operation`}</em>{`: EXPORT or IMPORT operation type.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`startTime`}</em>{`: Time, in milliseconds, when operation was started.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`endTime`}</em>{`: Time, in milliseconds, when operation ended.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`limit`}</em>{`: Number of results to be returned`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`offset`}</em>{`: Offset`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Data Parameters`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`None`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Success Response`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`List of `}<em parentName=\"td\">{`ExportImportAuditEntry`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Error Response`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors Returned as AtlasBaseException`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Notes`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`None`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h5 {...{\n      \"id\": \"curl\"\n    }}>{`CURL`}</h5>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\"\nhttp://localhost:port/api/atlas/admin/expimp/audit?sourceClusterName=cl2\n`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"response\"\n    }}>{`RESPONSE`}</h5>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"queryType\": \"BASIC\",\n    \"searchParameters\": {\n        \"typeName\": \"ReplicationAuditEntry\",\n        \"excludeDeletedEntities\": false,\n        \"includeClassificationAttributes\": false,\n        \"includeSubTypes\": true,\n        \"includeSubClassifications\": true,\n        \"limit\": 100,\n        \"offset\": 0,\n        \"entityFilters\": {\n            \"attributeName\": \"name\",\n            \"operator\": \"eq\",\n            \"attributeValue\": \"cl2\",\n            \"criterion\": []\n        }\n    },\n    \"entities\": [{\n        \"typeName\": \"ReplicationAuditEntry\",\n        \"attributes\": {\n            \"owner\": null,\n            \"uniqueName\": \"cl2:EXPORT:1533037289411\",\n            \"createTime\": null,\n            \"name\": \"cl2\",\n            \"description\": null\n        },\n        \"guid\": \"04844141-af72-498a-9d26-f70f91e8adf8\",\n        \"status\": \"ACTIVE\",\n        \"displayText\": \"cl2\",\n        \"classificationNames\": []\n    }, {\n        \"typeName\": \"ReplicationAuditEntry\",\n        \"attributes\": {\n            \"owner\": null,\n            \"uniqueName\": \"cl2:EXPORT:1533037368407\",\n            \"createTime\": null,\n            \"name\": \"cl2\",\n            \"description\": null\n        },\n        \"guid\": \"837abe66-20c8-4296-8678-e715498bf8fb\",\n        \"status\": \"ACTIVE\",\n        \"displayText\": \"cl2\",\n        \"classificationNames\": []\n    }]\n}`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map b/static/js/documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..fd74163
--- /dev/null
+++ b/static/js/documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ImportAPIOptions.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-import-api-options.d82d96e5.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"import-api-options\"\n    }}>{`Import API Options`}</h1>\n    <p>{`Import API options are specified as `}<em parentName=\"p\">{`options`}</em>{` JSON. Since the API accepts multi-part form data, it is possible to specify multiple input streams within the CURL call.`}</p>\n    <h3 {...{\n      \"id\": \"examples-using-curl-calls\"\n    }}>{`Examples Using CURL Calls`}</h3>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -g -X POST -u adminuser:password -H \"Content-Type: multipart/form-data\"\n            -H \"Cache-Control: no-cache\"\n            -F request=@importOptions.json\n            -F data=@quickStartDB.zip\n            \"http://localhost:21000/api/atlas/admin/import\"`}\n    </SyntaxHighlighter>\n    <p>{`To use the defaults, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n  }\n}`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"options\"\n    }}>{`Options`}</h3>\n    <p>{`Following options are supported for Import process:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Specify transforms during the import operation.`}</li>\n      <li parentName=\"ul\">{`Resume import by specifying starting entity guid.`}</li>\n      <li parentName=\"ul\">{`Optionally import type definition.`}</li>\n      <li parentName=\"ul\">{`Handling large imports.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"transforms\"\n    }}>{`Transforms`}</h4>\n    <p>{`During the import process, the attribute value of the incoming entity can be changed.`}</p>\n    <p>{`This is possible by specifying entity type and at attribute to be modified and then the manner in which it needs to be modified.`}</p>\n    <p>{`Right now these are the transforms that can be applied:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`lowercase`}</em>{` Converts the attribute value to lower case.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`replace`}</em>{` This performs a string find and replace operation. It takes two parameters, the first is the string to search for and the next one is the string to replace it with.`}</li>\n    </ul>\n    <p>{`Example:`}</p>\n    <p>{`The example below applies a couple of transforms to the `}<em parentName=\"p\">{`qualifiedName`}</em>{` attribute of hive_table. It converts the value to lower case, then searches for 'cl1', if found, replaces it with 'cl2'.`}</p>\n    <p>{`To use the option, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"transforms\": {\"hive_table\": { \"qualifiedName\": [ replace:@cl1:@cl2 ] }, \"hive_db\": { \"qualifiedName\": [ replace:@cl1:@cl2 ] } }\n  }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"https://issues.apache.org/jira/browse/ATLAS-1825\"\n      }}>{`ATLAS-1825`}</a>{` for details scenarios when this option could be used.`}</p>\n    <h4 {...{\n      \"id\": \"start-guid-or-start-index\"\n    }}>{`Start Guid or Start Index`}</h4>\n    <p>{`When an import operation is in progress and the server goes down, it would be possible to resume import from the last successfully imported entity. This would allow the import to resume from where it left off.`}</p>\n    <p>{`Server-side logging is improved to display the detail of the last successfully imported entity, this includes the index within the import list and the entity's guid. Either can be used to specify the point to resume import.`}</p>\n    <p>{`To use the option, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"startGuid\": \"bd97c78e-3fa5-4f9c-9f48-3683ca3d1fb1\"\n  }\n}`}\n    </SyntaxHighlighter>\n    <p>{`To use `}<em parentName=\"p\">{`startPosition`}</em>{`, use the following in the `}<em parentName=\"p\">{`importOptions.json`}</em>{`:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"startPosition\": \"332\"\n  }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Steps to use the behavior:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Start an import (using the CURL) that is fairly long, say about 1000# entities.`}</li>\n      <li parentName=\"ul\">{`While the import is in progress, stop atlas server (using atlas_stop.py).`}</li>\n      <li parentName=\"ul\">{`From the log file located at `}<em parentName=\"li\">{`/var/log/atlas/application.log`}</em>{` get the last successfully imported entity GUID or index position.`}</li>\n      <li parentName=\"ul\">{`Update the `}<em parentName=\"li\">{`importOptions.json`}</em>{` with the guid.`}</li>\n      <li parentName=\"ul\">{`Restart import.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"optional-importing-type-definition\"\n    }}>{`Optional Importing Type Definition`}</h4>\n    <p>{`The output of Export has `}<em parentName=\"p\">{`atlas-typedef.json`}</em>{` that contains the type definitions for the entities exported.`}</p>\n    <p>{`By default, (that is if no options are specified), the type definitions are imported and applied to the system being imported to. The entity import is performed after this.`}</p>\n    <p>{`In some cases, you would not want to modify the type definitions. The import may be better off failing than the types be modified.`}</p>\n    <p>{`This option allows for optionally importing of the type definition. The option is set to `}<em parentName=\"p\">{`true`}</em>{` by default, which means that type definition is imported. With this option set to `}<em parentName=\"p\">{`false`}</em>{`, type definitions present in the source will not be imported. In case of mismatch between the entities being imported the types present in the system where the import is being performed, the operation will fail.`}</p>\n    <p>{`Table below enumerates the conditions that get addressed as part of type definition import:`}</p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Condition`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Action`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Incoming type does not exist in the target system`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Type is created.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Type to be imported and type in the target system are same`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`No change`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Type to be imported and type in target system differ by some attributes`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Target system type is updated to the attributes present in the source.`}<br />{` It is possible that the target system will have attributes in addition to the one present in the source.`}<br />{` In that case, the target system's type attributes will be a union of the attributes.`}<br />{` Attributes in target system will not be deleted to match the source. `}<br />{`If the type of the attribute differ, the import process will be aborted and exception logged.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <p>{`To use the option, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"updateTypeDefinition\": true\n  }\n}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"specifying-file-to-be-imported-from-server-location\"\n    }}>{`Specifying File to be Imported From Server Location`}</h4>\n    <p>{`In a scenario where the file to be imported is present at a location on the server, the `}<em parentName=\"p\">{`importfile`}</em>{` API can be used. It behaves like the Import API.`}</p>\n    <p>{`To use the option, set the contents of `}<em parentName=\"p\">{`importOptions.json`}</em>{` to:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"options\": {\n    \"fileName\": \"/root/fileToBeImported.zip\"\n  }\n}`}\n    </SyntaxHighlighter>\n    <p><em parentName=\"p\">{`CURL`}</em></p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -g -X POST -u adminuser:password -H \"Content-Type: application/json\"\n            -H \"Cache-Control: no-cache\"\n            -d r@importOptions.json\n            \"http://localhost:21000/api/atlas/admin/importfile\"`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"handling-large-imports\"\n    }}>{`Handling Large Imports`}</h4>\n    <p>{`By default, the Import Service stores all the data in memory. This may be limiting for ZIPs containing a large amount of data.`}</p>\n    <p>{`To configure the temporary directory use the application property `}<em parentName=\"p\">{`atlas.import.temp.directory`}</em>{`. If this property is left blank, the default in-memory implementation is used.`}</p>\n    <p>{`Please ensure that there is sufficient disk space available for the operation.`}</p>\n    <p>{`The contents of the directory created as a backing store for the import operation will be erased after the operation is over.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-import-export-import-api-options.d82d96e5.js b/static/js/documents-import-export-import-api-options.d82d96e5.js
new file mode 100644
index 0000000..e1ddbc6
--- /dev/null
+++ b/static/js/documents-import-export-import-api-options.d82d96e5.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[19],{"./src/documents/Import-Export/ImportAPIOptions.md":function(e,t,i){"use strict";i.r(t),i.d(t,"default",(function(){return l}));var n=i("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=(i("../node_modules/react/index.js"),i("../node_modules/@mdx-js/react/dist/esm.js")),o=(i("./theme/styles/styled-colors.js"),i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),s=i("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),r=["components"],p={};function l(e){var t=e.components,i=Object(n.a)(e,r);return Object(a.mdx)("wrapper",Object.assign({},p,i,{components:t,mdxType:"MDXLayout"}),Object(a.mdx)("h1",{id:"import-api-options"},"Import API Options"),Object(a.mdx)("p",null,"Import API options are specified as ",Object(a.mdx)("em",{parentName:"p"},"options")," JSON. Since the API accepts multi-part form data, it is possible to specify multiple input streams within the CURL call."),Object(a.mdx)("h3",{id:"examples-using-curl-calls"},"Examples Using CURL Calls"),Object(a.mdx)(s.a,{wrapLines:!0,language:"shell",style:o.a,mdxType:"SyntaxHighlighter"},'curl -g -X POST -u adminuser:password -H "Content-Type: multipart/form-data"\n            -H "Cache-Control: no-cache"\n            -F request=@importOptions.json\n            -F data=@quickStartDB.zip\n            "http://localhost:21000/api/atlas/admin/import"'),Object(a.mdx)("p",null,"To use the defaults, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n  }\n}'),Object(a.mdx)("h3",{id:"options"},"Options"),Object(a.mdx)("p",null,"Following options are supported for Import process:"),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Specify transforms during the import operation."),Object(a.mdx)("li",{parentName:"ul"},"Resume import by specifying starting entity guid."),Object(a.mdx)("li",{parentName:"ul"},"Optionally import type definition."),Object(a.mdx)("li",{parentName:"ul"},"Handling large imports.")),Object(a.mdx)("h4",{id:"transforms"},"Transforms"),Object(a.mdx)("p",null,"During the import process, the attribute value of the incoming entity can be changed."),Object(a.mdx)("p",null,"This is possible by specifying entity type and at attribute to be modified and then the manner in which it needs to be modified."),Object(a.mdx)("p",null,"Right now these are the transforms that can be applied:"),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},Object(a.mdx)("em",{parentName:"li"},"lowercase")," Converts the attribute value to lower case."),Object(a.mdx)("li",{parentName:"ul"},Object(a.mdx)("em",{parentName:"li"},"replace")," This performs a string find and replace operation. It takes two parameters, the first is the string to search for and the next one is the string to replace it with.")),Object(a.mdx)("p",null,"Example:"),Object(a.mdx)("p",null,"The example below applies a couple of transforms to the ",Object(a.mdx)("em",{parentName:"p"},"qualifiedName")," attribute of hive_table. It converts the value to lower case, then searches for 'cl1', if found, replaces it with 'cl2'."),Object(a.mdx)("p",null,"To use the option, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "transforms": {"hive_table": { "qualifiedName": [ replace:@cl1:@cl2 ] }, "hive_db": { "qualifiedName": [ replace:@cl1:@cl2 ] } }\n  }\n}'),Object(a.mdx)("p",null,"Please refer to ",Object(a.mdx)("a",{parentName:"p",href:"https://issues.apache.org/jira/browse/ATLAS-1825"},"ATLAS-1825")," for details scenarios when this option could be used."),Object(a.mdx)("h4",{id:"start-guid-or-start-index"},"Start Guid or Start Index"),Object(a.mdx)("p",null,"When an import operation is in progress and the server goes down, it would be possible to resume import from the last successfully imported entity. This would allow the import to resume from where it left off."),Object(a.mdx)("p",null,"Server-side logging is improved to display the detail of the last successfully imported entity, this includes the index within the import list and the entity's guid. Either can be used to specify the point to resume import."),Object(a.mdx)("p",null,"To use the option, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"shell",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "startGuid": "bd97c78e-3fa5-4f9c-9f48-3683ca3d1fb1"\n  }\n}'),Object(a.mdx)("p",null,"To use ",Object(a.mdx)("em",{parentName:"p"},"startPosition"),", use the following in the ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json"),":"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "startPosition": "332"\n  }\n}'),Object(a.mdx)("p",null,"Steps to use the behavior:"),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Start an import (using the CURL) that is fairly long, say about 1000# entities."),Object(a.mdx)("li",{parentName:"ul"},"While the import is in progress, stop atlas server (using atlas_stop.py)."),Object(a.mdx)("li",{parentName:"ul"},"From the log file located at ",Object(a.mdx)("em",{parentName:"li"},"/var/log/atlas/application.log")," get the last successfully imported entity GUID or index position."),Object(a.mdx)("li",{parentName:"ul"},"Update the ",Object(a.mdx)("em",{parentName:"li"},"importOptions.json")," with the guid."),Object(a.mdx)("li",{parentName:"ul"},"Restart import.")),Object(a.mdx)("h4",{id:"optional-importing-type-definition"},"Optional Importing Type Definition"),Object(a.mdx)("p",null,"The output of Export has ",Object(a.mdx)("em",{parentName:"p"},"atlas-typedef.json")," that contains the type definitions for the entities exported."),Object(a.mdx)("p",null,"By default, (that is if no options are specified), the type definitions are imported and applied to the system being imported to. The entity import is performed after this."),Object(a.mdx)("p",null,"In some cases, you would not want to modify the type definitions. The import may be better off failing than the types be modified."),Object(a.mdx)("p",null,"This option allows for optionally importing of the type definition. The option is set to ",Object(a.mdx)("em",{parentName:"p"},"true")," by default, which means that type definition is imported. With this option set to ",Object(a.mdx)("em",{parentName:"p"},"false"),", type definitions present in the source will not be imported. In case of mismatch between the entities being imported the types present in the system where the import is being performed, the operation will fail."),Object(a.mdx)("p",null,"Table below enumerates the conditions that get addressed as part of type definition import:"),Object(a.mdx)("table",null,Object(a.mdx)("thead",{parentName:"table"},Object(a.mdx)("tr",{parentName:"thead"},Object(a.mdx)("th",{parentName:"tr",align:null},Object(a.mdx)("strong",{parentName:"th"},"Condition")),Object(a.mdx)("th",{parentName:"tr",align:null},Object(a.mdx)("strong",{parentName:"th"},"Action")))),Object(a.mdx)("tbody",{parentName:"table"},Object(a.mdx)("tr",{parentName:"tbody"},Object(a.mdx)("td",{parentName:"tr",align:null},"Incoming type does not exist in the target system"),Object(a.mdx)("td",{parentName:"tr",align:null},"Type is created.")),Object(a.mdx)("tr",{parentName:"tbody"},Object(a.mdx)("td",{parentName:"tr",align:null},"Type to be imported and type in the target system are same"),Object(a.mdx)("td",{parentName:"tr",align:null},"No change")),Object(a.mdx)("tr",{parentName:"tbody"},Object(a.mdx)("td",{parentName:"tr",align:null},"Type to be imported and type in target system differ by some attributes"),Object(a.mdx)("td",{parentName:"tr",align:null},"Target system type is updated to the attributes present in the source.",Object(a.mdx)("br",null)," It is possible that the target system will have attributes in addition to the one present in the source.",Object(a.mdx)("br",null)," In that case, the target system's type attributes will be a union of the attributes.",Object(a.mdx)("br",null)," Attributes in target system will not be deleted to match the source. ",Object(a.mdx)("br",null),"If the type of the attribute differ, the import process will be aborted and exception logged.")))),Object(a.mdx)("p",null,"To use the option, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "updateTypeDefinition": true\n  }\n}'),Object(a.mdx)("h4",{id:"specifying-file-to-be-imported-from-server-location"},"Specifying File to be Imported From Server Location"),Object(a.mdx)("p",null,"In a scenario where the file to be imported is present at a location on the server, the ",Object(a.mdx)("em",{parentName:"p"},"importfile")," API can be used. It behaves like the Import API."),Object(a.mdx)("p",null,"To use the option, set the contents of ",Object(a.mdx)("em",{parentName:"p"},"importOptions.json")," to:"),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'{\n  "options": {\n    "fileName": "/root/fileToBeImported.zip"\n  }\n}'),Object(a.mdx)("p",null,Object(a.mdx)("em",{parentName:"p"},"CURL")),Object(a.mdx)(s.a,{wrapLines:!0,language:"json",style:o.a,mdxType:"SyntaxHighlighter"},'curl -g -X POST -u adminuser:password -H "Content-Type: application/json"\n            -H "Cache-Control: no-cache"\n            -d r@importOptions.json\n            "http://localhost:21000/api/atlas/admin/importfile"'),Object(a.mdx)("h4",{id:"handling-large-imports"},"Handling Large Imports"),Object(a.mdx)("p",null,"By default, the Import Service stores all the data in memory. This may be limiting for ZIPs containing a large amount of data."),Object(a.mdx)("p",null,"To configure the temporary directory use the application property ",Object(a.mdx)("em",{parentName:"p"},"atlas.import.temp.directory"),". If this property is left blank, the default in-memory implementation is used."),Object(a.mdx)("p",null,"Please ensure that there is sufficient disk space available for the operation."),Object(a.mdx)("p",null,"The contents of the directory created as a backing store for the import operation will be erased after the operation is over."))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ImportAPIOptions.md"}}),l.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,i){"use strict";var n=i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-import-api-options.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-import-export-import-api.86fa76ae.js b/static/js/documents-import-export-import-api.86fa76ae.js
new file mode 100644
index 0000000..a7cfa41
--- /dev/null
+++ b/static/js/documents-import-export-import-api.86fa76ae.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[18],{"./src/documents/Import-Export/ImportAPI.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return i}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),m=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),r=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),d=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],p={};function i(e){var t=e.components,a=Object(n.a)(e,l);return Object(m.mdx)("wrapper",Object.assign({},p,a,{components:t,mdxType:"MDXLayout"}),Object(m.mdx)("h1",{id:"import-api"},"Import API"),Object(m.mdx)("p",null,"The general approach is:"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},"Consumer makes a ZIP file available for import operation. See details below for the 2 flavors of the API."),Object(m.mdx)("li",{parentName:"ul"},"The API if successful, will return the results of the operation."),Object(m.mdx)("li",{parentName:"ul"},"Error will be returned on the failure of the call.")),Object(m.mdx)("h3",{id:"import-zip-file-using-post"},"Import ZIP File Using POST"),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Title")),Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Import API")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Example")),Object(m.mdx)("td",{parentName:"tr",align:null},"See Examples sections below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Description")),Object(m.mdx)("td",{parentName:"tr",align:null},"Provide the contents of the file to be imported in the request body.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"api/atlas/admin/import"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Method")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"POST"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Data Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Success Response")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"AtlasImporResult")," is returned as JSON. See details below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Error Response")),Object(m.mdx)("td",{parentName:"tr",align:null},"Errors that are handled within the system will be returned as ",Object(m.mdx)("em",{parentName:"td"},"AtlasBaseException"),".")))),Object(m.mdx)("h3",{id:"import-zip-file-available-on-server"},"Import ZIP File Available on Server"),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Title")),Object(m.mdx)("th",{parentName:"tr",align:null},Object(m.mdx)("strong",{parentName:"th"},"Import API")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Example")),Object(m.mdx)("td",{parentName:"tr",align:null},"See Examples sections below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Description")),Object(m.mdx)("td",{parentName:"tr",align:null},"Provide the path of the file to be imported.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"api/atlas/admin/importfile"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Method")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"POST"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"URL Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Data Parameters")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"None"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Success Response")),Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"AtlasImporResult")," is returned as JSON. See details below.")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Error Response")),Object(m.mdx)("td",{parentName:"tr",align:null},"Errors that are handled within the system will be returned as ",Object(m.mdx)("em",{parentName:"td"},"AtlasBaseException"),".")),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:null},Object(m.mdx)("em",{parentName:"td"},"Notes")),Object(m.mdx)("td",{parentName:"tr",align:null},"The file to be imported needs to be present on the server at the location specified by the ",Object(m.mdx)("em",{parentName:"td"},"FILENAME")," parameter.")))),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Method Signature for Import")),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'@POST\n@Path("/import")\n@Produces("application/json; charset=UTF-8")\n@Consumes("multipart/form-data")'),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Method Signature for Import File")),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'@POST\n@Path("/importfile")\n@Produces("application/json; charset=UTF-8")\n@Consumes("application/json")'),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"Import Options"),"\nPlease see ",Object(m.mdx)("a",{parentName:"p",href:"#/ImportAPIOptions"},"here")," for the available options during import process."),Object(m.mdx)("p",null,Object(m.mdx)("strong",{parentName:"p"},"AtlasImportResult Response"),"\nThe API will return the results of the import operation in the format defined by the ",Object(m.mdx)("em",{parentName:"p"},"AtlasImportResult"),":"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"AtlasImportParameters"),": This contains a collection of name-value pair of the options that are applied during the import operation."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"Metrics"),": Operation metrics. These include details on the number of types imported, number of entities imported, etc."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"Processed Entities"),": Contains a list of GUIDs for the entities that were processed."),Object(m.mdx)("li",{parentName:"ul"},Object(m.mdx)("em",{parentName:"li"},"Operation Status"),": Overall status of the operation. Values are ",Object(m.mdx)("em",{parentName:"li"},"SUCCESS"),", PARTIAL",Object(m.mdx)("em",{parentName:"li"},"SUCCESS, _FAIL"),".")),Object(m.mdx)("h3",{id:"examples-using-curl-calls"},"Examples Using CURL Calls"),Object(m.mdx)("p",null,"The call below performs Import of ",Object(m.mdx)("em",{parentName:"p"},"QuickStart")," database using POST."),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'curl -g -X POST -u adminuser:password -H "Content-Type: multipart/form-data"\n            -H "Cache-Control: no-cache"\n            -F request=@importOptions.json\n            -F data=@quickStartDB.zip\n            "http://localhost:21000/api/atlas/admin/import"'),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"request")," parameter is optional. If import has to be run without any options use:"),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'curl -g -X POST -u adminuser:password -H "Content-Type: multipart/form-data"\n            -H "Cache-Control: no-cache"\n            -F data=@quickStartDB.zip\n            "http://localhost:21000/api/atlas/admin/import"'),Object(m.mdx)("p",null,"The call below performs Import of ",Object(m.mdx)("em",{parentName:"p"},"QuickStart")," database using a ZIP file available on the server."),Object(m.mdx)(d.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},'curl -X POST -u adminuser:password -H "Cache-Control: no-cache" -d ./importOptions.json\n"http://localhost:21000/api/atlas/admin/importFile" > quickStartDB-import-result.json'),Object(m.mdx)("p",null,"Below is the ",Object(m.mdx)("em",{parentName:"p"},"AtlasImportResult")," JSON for an import that contains ",Object(m.mdx)("em",{parentName:"p"},"hive_db"),"."),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"processedEntities")," contains the ",Object(m.mdx)("em",{parentName:"p"},"guids")," of all the entities imported."),Object(m.mdx)("p",null,"The ",Object(m.mdx)("em",{parentName:"p"},"metrics")," contain a breakdown of the types and entities imported along with the operation performed on them viz. ",Object(m.mdx)("em",{parentName:"p"},"created")," or ",Object(m.mdx)("em",{parentName:"p"},"updated"),"."),Object(m.mdx)(d.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'{\n    "request": {\n        "options": {}\n    },\n    "userName": "admin",\n    "clientIpAddress": "10.0.2.2",\n    "hostName": "10.0.2.15",\n    "timeStamp": 1491285622823,\n    "metrics": {\n        "duration": 9143,\n        "typedef:enum": 0,\n        "typedef:struct": 0,\n        "entity:hive_column:created": 461,\n        "entity:hive_storagedesc:created": 20,\n        "entity:hive_process:created": 12,\n        "entity:hive_db:created": 5,\n        "entity:hive_table:created": 20,\n        "entity:hdfs_path:created": 2,\n        "typedef:entitydef": 0,\n        "typedef:classification": 3\n    },\n    "processedEntities": [\n        "2c4aa713-030b-4fb3-98b1-1cab23d9ac81",\n        "e4aa71ed-70fd-4fa7-9dfb-8250a573e293",\n       ...\n        "ea0f9bdb-1dfc-4e48-9848-a006129929f9",\n        "b5e2cb41-3e7d-4468-84e1-d87c320e75f9"\n    ],\n    "operationStatus": "SUCCESS"\n}'))}i&&i===Object(i)&&Object.isExtensible(i)&&Object.defineProperty(i,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ImportAPI.md"}}),i.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-import-api.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-import-export-import-api.b185f4c5b68d73002af0.js.map b/static/js/documents-import-export-import-api.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..c42495c
--- /dev/null
+++ b/static/js/documents-import-export-import-api.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ImportAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-import-api.86fa76ae.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"import-api\"\n    }}>{`Import API`}</h1>\n    <p>{`The general approach is:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Consumer makes a ZIP file available for import operation. See details below for the 2 flavors of the API.`}</li>\n      <li parentName=\"ul\">{`The API if successful, will return the results of the operation.`}</li>\n      <li parentName=\"ul\">{`Error will be returned on the failure of the call.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"import-zip-file-using-post\"\n    }}>{`Import ZIP File Using POST`}</h3>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Import API`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Example`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`See Examples sections below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Description`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Provide the contents of the file to be imported in the request body.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`api/atlas/admin/import`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Method`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`POST`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Data Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Success Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`AtlasImporResult`}</em>{` is returned as JSON. See details below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Error Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors that are handled within the system will be returned as `}<em parentName=\"td\">{`AtlasBaseException`}</em>{`.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h3 {...{\n      \"id\": \"import-zip-file-available-on-server\"\n    }}>{`Import ZIP File Available on Server`}</h3>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Import API`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Example`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`See Examples sections below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Description`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Provide the path of the file to be imported.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`api/atlas/admin/importfile`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Method`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`POST`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`URL Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Data Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Success Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`AtlasImporResult`}</em>{` is returned as JSON. See details below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Error Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors that are handled within the system will be returned as `}<em parentName=\"td\">{`AtlasBaseException`}</em>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`Notes`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`The file to be imported needs to be present on the server at the location specified by the `}<em parentName=\"td\">{`FILENAME`}</em>{` parameter.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <p><strong parentName=\"p\">{`Method Signature for Import`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`@POST\n@Path(\"/import\")\n@Produces(\"application/json; charset=UTF-8\")\n@Consumes(\"multipart/form-data\")`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Method Signature for Import File`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`@POST\n@Path(\"/importfile\")\n@Produces(\"application/json; charset=UTF-8\")\n@Consumes(\"application/json\")`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Import Options`}</strong>{`\nPlease see `}<a parentName=\"p\" {...{\n        \"href\": \"#/ImportAPIOptions\"\n      }}>{`here`}</a>{` for the available options during import process.`}</p>\n    <p><strong parentName=\"p\">{`AtlasImportResult Response`}</strong>{`\nThe API will return the results of the import operation in the format defined by the `}<em parentName=\"p\">{`AtlasImportResult`}</em>{`:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`AtlasImportParameters`}</em>{`: This contains a collection of name-value pair of the options that are applied during the import operation.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Metrics`}</em>{`: Operation metrics. These include details on the number of types imported, number of entities imported, etc.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Processed Entities`}</em>{`: Contains a list of GUIDs for the entities that were processed.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Operation Status`}</em>{`: Overall status of the operation. Values are `}<em parentName=\"li\">{`SUCCESS`}</em>{`, PARTIAL`}<em parentName=\"li\">{`SUCCESS, _FAIL`}</em>{`.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"examples-using-curl-calls\"\n    }}>{`Examples Using CURL Calls`}</h3>\n    <p>{`The call below performs Import of `}<em parentName=\"p\">{`QuickStart`}</em>{` database using POST.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -g -X POST -u adminuser:password -H \"Content-Type: multipart/form-data\"\n            -H \"Cache-Control: no-cache\"\n            -F request=@importOptions.json\n            -F data=@quickStartDB.zip\n            \"http://localhost:21000/api/atlas/admin/import\"`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`request`}</em>{` parameter is optional. If import has to be run without any options use:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -g -X POST -u adminuser:password -H \"Content-Type: multipart/form-data\"\n            -H \"Cache-Control: no-cache\"\n            -F data=@quickStartDB.zip\n            \"http://localhost:21000/api/atlas/admin/import\"`}\n    </SyntaxHighlighter>\n    <p>{`The call below performs Import of `}<em parentName=\"p\">{`QuickStart`}</em>{` database using a ZIP file available on the server.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X POST -u adminuser:password -H \"Cache-Control: no-cache\" -d ./importOptions.json\n\"http://localhost:21000/api/atlas/admin/importFile\" > quickStartDB-import-result.json`}\n    </SyntaxHighlighter>\n    <p>{`Below is the `}<em parentName=\"p\">{`AtlasImportResult`}</em>{` JSON for an import that contains `}<em parentName=\"p\">{`hive_db`}</em>{`.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`processedEntities`}</em>{` contains the `}<em parentName=\"p\">{`guids`}</em>{` of all the entities imported.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`metrics`}</em>{` contain a breakdown of the types and entities imported along with the operation performed on them viz. `}<em parentName=\"p\">{`created`}</em>{` or `}<em parentName=\"p\">{`updated`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"request\": {\n        \"options\": {}\n    },\n    \"userName\": \"admin\",\n    \"clientIpAddress\": \"10.0.2.2\",\n    \"hostName\": \"10.0.2.15\",\n    \"timeStamp\": 1491285622823,\n    \"metrics\": {\n        \"duration\": 9143,\n        \"typedef:enum\": 0,\n        \"typedef:struct\": 0,\n        \"entity:hive_column:created\": 461,\n        \"entity:hive_storagedesc:created\": 20,\n        \"entity:hive_process:created\": 12,\n        \"entity:hive_db:created\": 5,\n        \"entity:hive_table:created\": 20,\n        \"entity:hdfs_path:created\": 2,\n        \"typedef:entitydef\": 0,\n        \"typedef:classification\": 3\n    },\n    \"processedEntities\": [\n        \"2c4aa713-030b-4fb3-98b1-1cab23d9ac81\",\n        \"e4aa71ed-70fd-4fa7-9dfb-8250a573e293\",\n       ...\n        \"ea0f9bdb-1dfc-4e48-9848-a006129929f9\",\n        \"b5e2cb41-3e7d-4468-84e1-d87c320e75f9\"\n    ],\n    \"operationStatus\": \"SUCCESS\"\n}`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-import-export-import-entity-transforms.952a218e.js b/static/js/documents-import-export-import-entity-transforms.952a218e.js
new file mode 100644
index 0000000..938c0f4
--- /dev/null
+++ b/static/js/documents-import-export-import-entity-transforms.952a218e.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[20],{"./src/documents/Import-Export/ImportEntityTransforms.md":function(t,e,a){"use strict";a.r(e),a.d(e,"default",(function(){return l}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),m=["components"],d={};function l(t){var e=t.components,a=Object(n.a)(t,m);return Object(r.mdx)("wrapper",Object.assign({},d,a,{components:e,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"new-entity-transforms-framework"},"(New) Entity Transforms Framework"),Object(r.mdx)("h4",{id:"background"},"Background"),Object(r.mdx)("p",null,"During Import Process, entity transforms are required to make changes to the entity before it gets committed to the database. These modifications are necessary to make the entity conform to the environment it is going to reside. The Import Process provided a mechanism to do that."),Object(r.mdx)("h4",{id:"transformation-framework"},"Transformation Framework"),Object(r.mdx)("p",null,"A transformation framework allows a mechanism to selectively transform an entity or specific attributes of that entity."),Object(r.mdx)("p",null,"To achieve this, the framework provides:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Way to set a condition that needs to be satisfied for a transformation to be applied."),Object(r.mdx)("li",{parentName:"ul"},"Action to be taken on the entity once the condition is met.")),Object(r.mdx)("p",null,"The existing transformation frameworks allowed this to happen."),Object(r.mdx)("h4",{id:"reason-for-new-transformation-framework"},"Reason for New Transformation Framework"),Object(r.mdx)("p",null,"While the existing framework provided the basic benefits of the transformation framework, it did not have support for some commonly used Atlas types. Which meant that users of this framework would have to meticulously define transformations for every type they are working with. This can be tedious and potentially error-prone.\nThe new framework addresses this problem by providing built-in transformations for some commonly used types. It can also be extended to accommodate new types."),Object(r.mdx)("h4",{id:"approach"},"Approach"),Object(r.mdx)("p",null,"The approach used by the new transformation framework creates a transformation by:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Specifying a condition."),Object(r.mdx)("li",{parentName:"ul"},"Specifying action(s) to be taken if the condition is met.")),Object(r.mdx)("h5",{id:"conditions"},"Conditions"),Object(r.mdx)("p",null,"Following are built-in conditions."),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Condition Types")),Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Description")))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"ENTITY_ALL"),Object(r.mdx)("td",{parentName:"tr",align:null},"Any/every entity")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"ENTITY_TOP_LEVEL"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity that is the top-level entity. This is also the entity present specified in ",Object(r.mdx)("em",{parentName:"td"},"AtlasExportRequest"),".")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"EQUALS"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute equals to the one specified in the condition.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"EQUALS_IGNORE_CASE"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute equals to the one specified in the condition ignoring case.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"STARTS_WITH"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute starts with.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"STARTS_WITH_IGNORE_CASE"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute starts with ignoring case.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"HAS_VALUE"),Object(r.mdx)("td",{parentName:"tr",align:null},"Entity attribute has value.")))),Object(r.mdx)("h5",{id:"actions"},"Actions"),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Action Type")),Object(r.mdx)("th",{parentName:"tr",align:null},"*Description**"))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"ADD_CLASSIFICATION"),Object(r.mdx)("td",{parentName:"tr",align:null},"Add classification")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"REPLACE_PREFIX"),Object(r.mdx)("td",{parentName:"tr",align:null},"Replace value starting with another value.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"TO_LOWER"),Object(r.mdx)("td",{parentName:"tr",align:null},"Convert a value of an attribute to lower case.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"SET"),Object(r.mdx)("td",{parentName:"tr",align:null},"Set the value of an attribute")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"CLEAR"),Object(r.mdx)("td",{parentName:"tr",align:null},"Clear value of an attribute")))),Object(r.mdx)("h4",{id:"built-in-transforms"},"Built-in Transforms"),Object(r.mdx)("h5",{id:"add-classification"},"Add Classification"),Object(r.mdx)("p",null,"During import, hive",Object(r.mdx)("em",{parentName:"p"},"db entity whose _qualifiedName")," is ",Object(r.mdx)("em",{parentName:"p"},"stocks@cl1")," will get the classification ",Object(r.mdx)("em",{parentName:"p"},"clSrcImported"),"."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "hive_db.qualifiedName": "stocks@cl1"\n    },\n    "action": {\n        "__entity": "ADD_CLASSIFICATION: clSrcImported"\n    }\n}'),Object(r.mdx)("p",null,"Every imported entity will get the classification by simply changing the condition. The __entity is a special condition which matches entity."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "__entity": ""\n    },\n    "action": {\n        "__entity": "ADD_CLASSIFICATION: clSrcImported"\n    }\n}'),Object(r.mdx)("p",null,"To add the classification to only the top-level entity (an entity that is used as a starting point for an export), use:"),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "__entity": "topLevel:"\n    },\n    "action": {\n        "__entity": "ADD_CLASSIFICATION: clSrcImported"\n    }\n}'),Object(r.mdx)("h5",{id:"replace-prefix"},"Replace Prefix"),Object(r.mdx)("p",null,"This action works on string values. The first parameter is the prefix that is searched for a match, once matched, it is replaced with the provided replacement string."),Object(r.mdx)("p",null,"The sample below searches for ",Object(r.mdx)("em",{parentName:"p"},"/aa/bb/"),", once found replaces it with ",Object(r.mdx)("em",{parentName:"p"},"/xx/yy/"),"."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "hdfs_path.clusterName": "EQUALS: CL1"\n    },\n    "action": {\n        "hdfs_path.path": "REPLACE_PREFIX: = :/aa/bb/=/xx/yy/"\n    }\n}'),Object(r.mdx)("h5",{id:"to-lower"},"To Lower"),Object(r.mdx)("p",null,"Entity whose hdfs_path.clusterName is CL1 will get its path attribute converted to lower case."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "hdfs_path.clusterName": "EQUALS: CL1"\n    },\n    "action": {\n        "hdfs_path.path": "TO_LOWER:"\n    }\n}'),Object(r.mdx)("h5",{id:"clear"},"Clear"),Object(r.mdx)("p",null,"Entity whose hdfs",Object(r.mdx)("em",{parentName:"p"},"path.clusterName has value set, will get its _replicatedTo")," attribute value cleared."),Object(r.mdx)(o.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "conditions": {\n        "hdfs_path.clusterName": "HAS_VALUE:"\n    },\n    "action": {\n        "hdfs_path.replicatedTo": "CLEAR:"\n    }\n}'),Object(r.mdx)("h4",{id:"additional-examples"},"Additional Examples"),Object(r.mdx)("p",null,"Please look at ",Object(r.mdx)("a",{parentName:"p",href:"https://github.com/apache/atlas/blob/master/intg/src/test/java/org/apache/atlas/entitytransform/TransformationHandlerTest.java"},"these tests")," for examples using Java classes."))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ImportEntityTransforms.md"}}),l.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(t,e,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",e.a=n.a}}]);
+//# sourceMappingURL=documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map b/static/js/documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..3a9c837
--- /dev/null
+++ b/static/js/documents-import-export-import-entity-transforms.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ImportEntityTransforms.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-import-export-import-entity-transforms.952a218e.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"new-entity-transforms-framework\"\n    }}>{`(New) Entity Transforms Framework`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`During Import Process, entity transforms are required to make changes to the entity before it gets committed to the database. These modifications are necessary to make the entity conform to the environment it is going to reside. The Import Process provided a mechanism to do that.`}</p>\n    <h4 {...{\n      \"id\": \"transformation-framework\"\n    }}>{`Transformation Framework`}</h4>\n    <p>{`A transformation framework allows a mechanism to selectively transform an entity or specific attributes of that entity.`}</p>\n    <p>{`To achieve this, the framework provides:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Way to set a condition that needs to be satisfied for a transformation to be applied.`}</li>\n      <li parentName=\"ul\">{`Action to be taken on the entity once the condition is met.`}</li>\n    </ul>\n    <p>{`The existing transformation frameworks allowed this to happen.`}</p>\n    <h4 {...{\n      \"id\": \"reason-for-new-transformation-framework\"\n    }}>{`Reason for New Transformation Framework`}</h4>\n    <p>{`While the existing framework provided the basic benefits of the transformation framework, it did not have support for some commonly used Atlas types. Which meant that users of this framework would have to meticulously define transformations for every type they are working with. This can be tedious and potentially error-prone.\nThe new framework addresses this problem by providing built-in transformations for some commonly used types. It can also be extended to accommodate new types.`}</p>\n    <h4 {...{\n      \"id\": \"approach\"\n    }}>{`Approach`}</h4>\n    <p>{`The approach used by the new transformation framework creates a transformation by:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Specifying a condition.`}</li>\n      <li parentName=\"ul\">{`Specifying action(s) to be taken if the condition is met.`}</li>\n    </ul>\n    <h5 {...{\n      \"id\": \"conditions\"\n    }}>{`Conditions`}</h5>\n    <p>{`Following are built-in conditions.`}</p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Condition Types`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Description`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`ENTITY_ALL`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Any/every entity`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`ENTITY_TOP_LEVEL`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity that is the top-level entity. This is also the entity present specified in `}<em parentName=\"td\">{`AtlasExportRequest`}</em>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`EQUALS`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute equals to the one specified in the condition.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`EQUALS_IGNORE_CASE`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute equals to the one specified in the condition ignoring case.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`STARTS_WITH`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute starts with.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`STARTS_WITH_IGNORE_CASE`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute starts with ignoring case.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`HAS_VALUE`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Entity attribute has value.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h5 {...{\n      \"id\": \"actions\"\n    }}>{`Actions`}</h5>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Action Type`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`*Description**`}</th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`ADD_CLASSIFICATION`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Add classification`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`REPLACE_PREFIX`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Replace value starting with another value.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`TO_LOWER`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Convert a value of an attribute to lower case.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`SET`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Set the value of an attribute`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`CLEAR`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Clear value of an attribute`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h4 {...{\n      \"id\": \"built-in-transforms\"\n    }}>{`Built-in Transforms`}</h4>\n    <h5 {...{\n      \"id\": \"add-classification\"\n    }}>{`Add Classification`}</h5>\n    <p>{`During import, hive`}<em parentName=\"p\">{`db entity whose _qualifiedName`}</em>{` is `}<em parentName=\"p\">{`stocks@cl1`}</em>{` will get the classification `}<em parentName=\"p\">{`clSrcImported`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"hive_db.qualifiedName\": \"stocks@cl1\"\n    },\n    \"action\": {\n        \"__entity\": \"ADD_CLASSIFICATION: clSrcImported\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Every imported entity will get the classification by simply changing the condition. The __entity is a special condition which matches entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"__entity\": \"\"\n    },\n    \"action\": {\n        \"__entity\": \"ADD_CLASSIFICATION: clSrcImported\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <p>{`To add the classification to only the top-level entity (an entity that is used as a starting point for an export), use:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"__entity\": \"topLevel:\"\n    },\n    \"action\": {\n        \"__entity\": \"ADD_CLASSIFICATION: clSrcImported\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"replace-prefix\"\n    }}>{`Replace Prefix`}</h5>\n    <p>{`This action works on string values. The first parameter is the prefix that is searched for a match, once matched, it is replaced with the provided replacement string.`}</p>\n    <p>{`The sample below searches for `}<em parentName=\"p\">{`/aa/bb/`}</em>{`, once found replaces it with `}<em parentName=\"p\">{`/xx/yy/`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"hdfs_path.clusterName\": \"EQUALS: CL1\"\n    },\n    \"action\": {\n        \"hdfs_path.path\": \"REPLACE_PREFIX: = :/aa/bb/=/xx/yy/\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"to-lower\"\n    }}>{`To Lower`}</h5>\n    <p>{`Entity whose hdfs_path.clusterName is CL1 will get its path attribute converted to lower case.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"hdfs_path.clusterName\": \"EQUALS: CL1\"\n    },\n    \"action\": {\n        \"hdfs_path.path\": \"TO_LOWER:\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h5 {...{\n      \"id\": \"clear\"\n    }}>{`Clear`}</h5>\n    <p>{`Entity whose hdfs`}<em parentName=\"p\">{`path.clusterName has value set, will get its _replicatedTo`}</em>{` attribute value cleared.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"conditions\": {\n        \"hdfs_path.clusterName\": \"HAS_VALUE:\"\n    },\n    \"action\": {\n        \"hdfs_path.replicatedTo\": \"CLEAR:\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"additional-examples\"\n    }}>{`Additional Examples`}</h4>\n    <p>{`Please look at `}<a parentName=\"p\" {...{\n        \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/test/java/org/apache/atlas/entitytransform/TransformationHandlerTest.java\"\n      }}>{`these tests`}</a>{` for examples using Java classes.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-import-export-import-export-api.01994ddf.js b/static/js/documents-import-export-import-export-api.01994ddf.js
new file mode 100644
index 0000000..6e82646
--- /dev/null
+++ b/static/js/documents-import-export-import-export-api.01994ddf.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[21],{"./src/documents/Import-Export/ImportExportAPI.md":function(e,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return l}));var a=r("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),o=(r("../node_modules/react/index.js"),r("../node_modules/@mdx-js/react/dist/esm.js")),n=(r("./theme/styles/styled-colors.js"),r("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=r("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],p={};function l(e){var t=e.components,r=Object(a.a)(e,s);return Object(o.mdx)("wrapper",Object.assign({},p,r,{components:t,mdxType:"MDXLayout"}),Object(o.mdx)("h1",{id:"export--import-rest-apis"},"Export & Import REST APIs"),Object(o.mdx)("h3",{id:"whats-new"},"What's New"),Object(o.mdx)("p",null,"The release of 0.8.3 includes the following improvements to Export and Import APIs:"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},"Export: Support for ",Object(o.mdx)("a",{parentName:"li",href:"#/IncrementalExport"},"Incremental Export"),"."),Object(o.mdx)("li",{parentName:"ul"},"Export & Import: Support for ",Object(o.mdx)("a",{parentName:"li",href:"#/ReplicatedAttributes"},"replicated attributes")," to entities made possible by ",Object(o.mdx)("a",{parentName:"li",href:"#/SoftReference"},"SoftReference")," entity attribute option."),Object(o.mdx)("li",{parentName:"ul"},"Export option: ",Object(o.mdx)("a",{parentName:"li",href:"#/IncrementalExport"},"skipLineage"),"."),Object(o.mdx)("li",{parentName:"ul"},"New entity transforms framework."),Object(o.mdx)("li",{parentName:"ul"},"New ",Object(o.mdx)("a",{parentName:"li",href:"#/AtlasServer"},"AtlasServer")," entity type."),Object(o.mdx)("li",{parentName:"ul"},"Export: ",Object(o.mdx)("a",{parentName:"li",href:"#/ExportHDFSAPI"},"Automatic creation of HDFS path")," requested entities."),Object(o.mdx)("li",{parentName:"ul"},"New ",Object(o.mdx)("a",{parentName:"li",href:"#/ExportImportAudits"},"ExportImportAudits")," for Export & Import operations.")),Object(o.mdx)("h3",{id:"background"},"Background"),Object(o.mdx)("p",null,"The Import-Export APIs for Atlas facilitate the transfer of data to and from a cluster that has Atlas provisioned."),Object(o.mdx)("p",null,"The APIs when integrated with backup and/or disaster recovery process will ensure participation of Atlas."),Object(o.mdx)("h3",{id:"introduction"},"Introduction"),Object(o.mdx)("p",null,"There are 2 broad categories' viz. Export & Import. The details of the APIs are as discussed below."),Object(o.mdx)("p",null,"The APIs are available only to ",Object(o.mdx)("em",{parentName:"p"},"admin")," user."),Object(o.mdx)("p",null,"Only a single import or export operation can be performed at a given time. The operations have the potential for generating large amount of data. They can also put pressure on resources. This restriction tries to alleviate this problem."),Object(o.mdx)("p",null,"For Import-Export APIs relating to HDFS path, can be found ",Object(o.mdx)("a",{parentName:"p",href:"#/ExportHDFSAPI"},"here"),"."),Object(o.mdx)("p",null,"For additional information please refer to the following:"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/browse/ATLAS-1503"},"ATLAS-1503")," Original Import-Export API requirements."),Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/browse/ATLAS-1618"},"ATLAS-1618")," Export API Scope Specification.")),Object(o.mdx)("h3",{id:"errors"},"Errors"),Object(o.mdx)("p",null,"If an import or export operation is initiated while another is in progress, the consumer will receive this error:"),Object(o.mdx)(i.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'"ATLAS5005E": "Another import or export is in progress. Please try again."'),Object(o.mdx)("p",null,"Unhandled errors will be returned as Internal error code 500."),Object(o.mdx)("h3",{id:"rest-api-reference"},"REST API Reference"),Object(o.mdx)("ul",null,Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"#/ExportAPI"},"Export")),Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"#/ExportHDFSAPI"},"Export HDFS")),Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"#/ImportAPI"},"Import")),Object(o.mdx)("li",{parentName:"ul"},Object(o.mdx)("a",{parentName:"li",href:"#/ImportAPIOptions"},"Import Options"))))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/ImportExportAPI.md"}}),l.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,r){"use strict";var a=r("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",t.a=a.a}}]);
+//# sourceMappingURL=documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map b/static/js/documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..0e33c69
--- /dev/null
+++ b/static/js/documents-import-export-import-export-api.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/ImportExportAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"wlBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,4BAA0B,6BAElC,oBACE,GAAM,aAAW,cAEnB,8GACA,wBACE,oBAAIC,WAAW,MAAI,uBAAyB,mBAAGA,WAAW,KACtD,KAAQ,uBAAqB,sBACF,KAC/B,oBAAIA,WAAW,MAAI,gCAAkC,mBAAGA,WAAW,KAC/D,KAAQ,0BAAwB,yBACF,iCAAkC,mBAAGA,WAAW,KAC9E,KAAQ,mBAAiB,iBACH,6BAC1B,oBAAIA,WAAW,MAAI,kBAAoB,mBAAGA,WAAW,KACjD,KAAQ,uBAAqB,eACT,KACxB,oBAAIA,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,OAAS,mBAAGA,WAAW,KACtC,KAAQ,iBAAe,eACH,iBACxB,oBAAIA,WAAW,MAAI,WAAa,mBAAGA,WAAW,KAC1C,KAAQ,mBAAiB,mCACe,wBAC5C,oBAAIA,WAAW,MAAI,OAAS,mBAAGA,WAAW,KACtC,KAAQ,wBAAsB,sBACH,qCAEjC,oBACE,GAAM,cAAY,cAEpB,6IACA,oIACA,oBACE,GAAM,gBAAc,gBAEtB,8HACA,yDAAsC,oBAAIA,WAAW,KAAG,SAAe,UACvE,uQACA,qFAAkE,mBAAGA,WAAW,IAC5E,KAAQ,mBAAiB,QACZ,KACjB,oFACA,wBACE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,oDAAkD,cACvC,6CACvB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,oDAAkD,cACvC,qCAEzB,oBACE,GAAM,UAAQ,UAEhB,4IACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,8EAGnG,wFACA,oBACE,GAAM,sBAAoB,sBAE5B,wBACE,oBAAIC,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,WAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,mBAAiB,gBAE7B,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,eAAa,WAEzB,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,sBAAoB,qBAIrC,oMAEDJ,EAAWS,gBAAiB,G,+DCtG5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-import-export-import-export-api.01994ddf.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"export--import-rest-apis\"\n    }}>{`Export & Import REST APIs`}</h1>\n    <h3 {...{\n      \"id\": \"whats-new\"\n    }}>{`What's New`}</h3>\n    <p>{`The release of 0.8.3 includes the following improvements to Export and Import APIs:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Export: Support for `}<a parentName=\"li\" {...{\n          \"href\": \"#/IncrementalExport\"\n        }}>{`Incremental Export`}</a>{`.`}</li>\n      <li parentName=\"ul\">{`Export & Import: Support for `}<a parentName=\"li\" {...{\n          \"href\": \"#/ReplicatedAttributes\"\n        }}>{`replicated attributes`}</a>{` to entities made possible by `}<a parentName=\"li\" {...{\n          \"href\": \"#/SoftReference\"\n        }}>{`SoftReference`}</a>{` entity attribute option.`}</li>\n      <li parentName=\"ul\">{`Export option: `}<a parentName=\"li\" {...{\n          \"href\": \"#/IncrementalExport\"\n        }}>{`skipLineage`}</a>{`.`}</li>\n      <li parentName=\"ul\">{`New entity transforms framework.`}</li>\n      <li parentName=\"ul\">{`New `}<a parentName=\"li\" {...{\n          \"href\": \"#/AtlasServer\"\n        }}>{`AtlasServer`}</a>{` entity type.`}</li>\n      <li parentName=\"ul\">{`Export: `}<a parentName=\"li\" {...{\n          \"href\": \"#/ExportHDFSAPI\"\n        }}>{`Automatic creation of HDFS path`}</a>{` requested entities.`}</li>\n      <li parentName=\"ul\">{`New `}<a parentName=\"li\" {...{\n          \"href\": \"#/ExportImportAudits\"\n        }}>{`ExportImportAudits`}</a>{` for Export & Import operations.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h3>\n    <p>{`The Import-Export APIs for Atlas facilitate the transfer of data to and from a cluster that has Atlas provisioned.`}</p>\n    <p>{`The APIs when integrated with backup and/or disaster recovery process will ensure participation of Atlas.`}</p>\n    <h3 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h3>\n    <p>{`There are 2 broad categories' viz. Export & Import. The details of the APIs are as discussed below.`}</p>\n    <p>{`The APIs are available only to `}<em parentName=\"p\">{`admin`}</em>{` user.`}</p>\n    <p>{`Only a single import or export operation can be performed at a given time. The operations have the potential for generating large amount of data. They can also put pressure on resources. This restriction tries to alleviate this problem.`}</p>\n    <p>{`For Import-Export APIs relating to HDFS path, can be found `}<a parentName=\"p\" {...{\n        \"href\": \"#/ExportHDFSAPI\"\n      }}>{`here`}</a>{`.`}</p>\n    <p>{`For additional information please refer to the following:`}</p>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/browse/ATLAS-1503\"\n        }}>{`ATLAS-1503`}</a>{` Original Import-Export API requirements.`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/browse/ATLAS-1618\"\n        }}>{`ATLAS-1618`}</a>{` Export API Scope Specification.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"errors\"\n    }}>{`Errors`}</h3>\n    <p>{`If an import or export operation is initiated while another is in progress, the consumer will receive this error:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\"ATLAS5005E\": \"Another import or export is in progress. Please try again.\"`}\n    </SyntaxHighlighter>\n    <p>{`Unhandled errors will be returned as Internal error code 500.`}</p>\n    <h3 {...{\n      \"id\": \"rest-api-reference\"\n    }}>{`REST API Reference`}</h3>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ExportAPI\"\n        }}>{`Export`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ExportHDFSAPI\"\n        }}>{`Export HDFS`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ImportAPI\"\n        }}>{`Import`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ImportAPIOptions\"\n        }}>{`Import Options`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-import-export-incremental-export.15461c37.js b/static/js/documents-import-export-incremental-export.15461c37.js
new file mode 100644
index 0000000..910d824
--- /dev/null
+++ b/static/js/documents-import-export-incremental-export.15461c37.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{"./src/documents/Import-Export/IncrementalExport.md":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return p}));var a=n("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),o=(n("../node_modules/react/index.js"),n("../node_modules/@mdx-js/react/dist/esm.js")),r=(n("./theme/styles/styled-colors.js"),n("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=n("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],m={};function p(e){var t=e.components,n=Object(a.a)(e,s);return Object(o.mdx)("wrapper",Object.assign({},m,n,{components:t,mdxType:"MDXLayout"}),Object(o.mdx)("h2",{id:"incremental-export"},"Incremental Export"),Object(o.mdx)("h4",{id:"background"},"Background"),Object(o.mdx)("p",null,"Incremental export allows for export of entities after a specified timestamp. This allows for synchronization capability to be built as it makes payloads lighter."),Object(o.mdx)("h4",{id:"export-options"},"Export Options"),Object(o.mdx)("p",null,"New ",Object(o.mdx)("em",{parentName:"p"},"fetchType")," added to indicate incremental export. This option can be used with any ",Object(o.mdx)("em",{parentName:"p"},"matchType"),". When ",Object(o.mdx)("em",{parentName:"p"},"fetchType")," is ",Object(o.mdx)("em",{parentName:"p"},"incremental"),", it is necessary to specify the ",Object(o.mdx)("em",{parentName:"p"},"changeMarker")," option for incremental export to function, else full export will be performed."),Object(o.mdx)(i.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'{\n "itemsToExport": [\n { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "stocks@cl1" } }\n ],\n"options": {\n "fetchType": "incremental",\n "changeMarker": 10000\n }\n}'),Object(o.mdx)("h4",{id:"getting-change-marker"},"Getting Change Marker"),Object(o.mdx)("p",null,"The very first call to export with ",Object(o.mdx)("em",{parentName:"p"},"fetchType")," set to ",Object(o.mdx)("em",{parentName:"p"},"incremental")," should be made with ",Object(o.mdx)("em",{parentName:"p"},"changeMarker")," set to 0. This will perform a full export. The ",Object(o.mdx)("em",{parentName:"p"},"AtlasExportResult")," will have the ",Object(o.mdx)("em",{parentName:"p"},"changeMarker")," set to a value. This is the value that should be used for a subsequent call to Export."),Object(o.mdx)("h4",{id:"skip-lineage-option"},"Skip Lineage Option"),Object(o.mdx)("p",null,"Export can be performed by skipping lineage information. This avoids all lineage information getting into the exported file."),Object(o.mdx)("h4",{id:"benefit-of-incremental-export"},"Benefit of Incremental Export"),Object(o.mdx)("p",null,"The real benefit of incremental export comes when the export is done with ",Object(o.mdx)("em",{parentName:"p"},"skipLineage")," option set to ",Object(o.mdx)("em",{parentName:"p"},"true"),". This greatly improves performance when fetching entities that have changed since the last export."))}p&&p===Object(p)&&Object.isExtensible(p)&&Object.defineProperty(p,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Import-Export/IncrementalExport.md"}}),p.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,n){"use strict";var a=n("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",t.a=a.a}}]);
+//# sourceMappingURL=documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map b/static/js/documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7ea1647
--- /dev/null
+++ b/static/js/documents-import-export-incremental-export.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Import-Export/IncrementalExport.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"0lBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sBAAoB,sBAE5B,oBACE,GAAM,cAAY,cAEpB,6LACA,oBACE,GAAM,kBAAgB,kBAExB,8BAAW,oBAAIC,WAAW,KAAG,aAAmB,2EAA4E,oBAAIA,WAAW,KAAG,aAAmB,UAAW,oBAAIA,WAAW,KAAG,aAAmB,OAAQ,oBAAIA,WAAW,KAAG,eAAqB,oCAAqC,oBAAIA,WAAW,KAAG,gBAAsB,mFAC7U,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,6LAWlG,oBACE,GAAM,yBAAuB,yBAE/B,6DAA0C,oBAAIC,WAAW,KAAG,aAAmB,WAAY,oBAAIA,WAAW,KAAG,eAAqB,wBAAyB,oBAAIA,WAAW,KAAG,gBAAsB,mDAAoD,oBAAIA,WAAW,KAAG,qBAA2B,kBAAmB,oBAAIA,WAAW,KAAG,gBAAsB,2FAC/V,oBACE,GAAM,uBAAqB,uBAE7B,uJACA,oBACE,GAAM,iCAA+B,iCAEvC,oGAAiF,oBAAIA,WAAW,KAAG,eAAqB,kBAAmB,oBAAIA,WAAW,KAAG,QAAc,wGAE9K,sMAEDJ,EAAWS,gBAAiB,G,+DC1D5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-import-export-incremental-export.15461c37.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h2 {...{\n      \"id\": \"incremental-export\"\n    }}>{`Incremental Export`}</h2>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`Incremental export allows for export of entities after a specified timestamp. This allows for synchronization capability to be built as it makes payloads lighter.`}</p>\n    <h4 {...{\n      \"id\": \"export-options\"\n    }}>{`Export Options`}</h4>\n    <p>{`New `}<em parentName=\"p\">{`fetchType`}</em>{` added to indicate incremental export. This option can be used with any `}<em parentName=\"p\">{`matchType`}</em>{`. When `}<em parentName=\"p\">{`fetchType`}</em>{` is `}<em parentName=\"p\">{`incremental`}</em>{`, it is necessary to specify the `}<em parentName=\"p\">{`changeMarker`}</em>{` option for incremental export to function, else full export will be performed.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n \"itemsToExport\": [\n { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"stocks@cl1\" } }\n ],\n\"options\": {\n \"fetchType\": \"incremental\",\n \"changeMarker\": 10000\n }\n}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"getting-change-marker\"\n    }}>{`Getting Change Marker`}</h4>\n    <p>{`The very first call to export with `}<em parentName=\"p\">{`fetchType`}</em>{` set to `}<em parentName=\"p\">{`incremental`}</em>{` should be made with `}<em parentName=\"p\">{`changeMarker`}</em>{` set to 0. This will perform a full export. The `}<em parentName=\"p\">{`AtlasExportResult`}</em>{` will have the `}<em parentName=\"p\">{`changeMarker`}</em>{` set to a value. This is the value that should be used for a subsequent call to Export.`}</p>\n    <h4 {...{\n      \"id\": \"skip-lineage-option\"\n    }}>{`Skip Lineage Option`}</h4>\n    <p>{`Export can be performed by skipping lineage information. This avoids all lineage information getting into the exported file.`}</p>\n    <h4 {...{\n      \"id\": \"benefit-of-incremental-export\"\n    }}>{`Benefit of Incremental Export`}</h4>\n    <p>{`The real benefit of incremental export comes when the export is done with `}<em parentName=\"p\">{`skipLineage`}</em>{` option set to `}<em parentName=\"p\">{`true`}</em>{`. This greatly improves performance when fetching entities that have changed since the last export.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-migration-migration-0-8-to-1-0.756913df.js b/static/js/documents-migration-migration-0-8-to-1-0.756913df.js
new file mode 100644
index 0000000..70b1d67
--- /dev/null
+++ b/static/js/documents-migration-migration-0-8-to-1-0.756913df.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[23],{"./src/documents/Migration/Migration-0.8-to-1.0.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return m}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),n=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],r={};function m(e){var t=e.components,a=Object(i.a)(e,s);return Object(l.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"migrating-data-from-apache-atlas-08-to-apache-atlas-10"},"Migrating data from Apache Atlas 0.8 to Apache Atlas 1.0"),Object(l.mdx)("p",null,"Apache Atlas 1.0 uses JanusGraph graph database to store its type and entity details. Prior versions of Apache Atlas\nuse Titan 0.5.4 graph database. The two databases use different formats for storage. For deployments upgrading from\nearlier version Apache Atlas, the data in Titan 0.5.4 graph database should be migrated to JanusGraph graph database."),Object(l.mdx)("p",null,"In addition to the change to the graph database, Apache Atlas 1.0 introduces few optimizations that require different internal\nrepresentation compared to previous versions. Migration steps detailed below will transform data to be compliant with\nthe new internal representation."),Object(l.mdx)("h3",{id:"migration-steps"},"Migration Steps"),Object(l.mdx)("p",null,"Migration of data is done in following steps:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Planning the migration."),Object(l.mdx)("li",{parentName:"ul"},"Export Apache Atlas 0.8 data to a directory on the file system."),Object(l.mdx)("li",{parentName:"ul"},"Import data from exported files into Apache Atlas 1.0.")),Object(l.mdx)("h4",{id:"planning-the-migration"},"Planning the migration"),Object(l.mdx)("p",null,"The duration of migration of data from Apache Atlas 0.8 to Apache Atlas 1.0 can be significant, depending upon the\namount of data present in Apache Atlas. This section helps you to estimate the time to migrate, so that you can plan the\nupgrade process better."),Object(l.mdx)("p",null,"To estimate the time needed to export data, first you need to find the number of entities in Apache Atlas 0.8. This can\nbe done by running the following DSL query:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"sql",style:n.a,mdxType:"SyntaxHighlighter"},"Referenceable select count()"),Object(l.mdx)("p",null,"Assuming Apache Atlas is deployed in a quad-core CPU with 4 GB of RAM allocated:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Export from Apache Atlas 0.8 will process approximately 2 million entities per hour."),Object(l.mdx)("li",{parentName:"ul"},"Import into Apache Atlas 1.0 will process approximately 0.7 million entities per hour.")),Object(l.mdx)("h4",{id:"exporting-data-from-apache-atlas-08"},"Exporting data from Apache Atlas 0.8"),Object(l.mdx)("p",null,Object(l.mdx)("em",{parentName:"p"},"Atlas Migration Export Utility")," from Apache Atlas branch-0.8 should be used to export the data from Apache Atlas 0.8 deployments. The implementation of which can be found ",Object(l.mdx)("a",{parentName:"p",href:"https://github.com/apache/atlas/tree/branch-0.8/tools/atlas-migration-exporter"},"here"),"."),Object(l.mdx)("p",null,"To build this utility:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Navigate to root directory of Apache Atlas branch-0.8 local repo (say, ",Object(l.mdx)("em",{parentName:"li"},"/home/atlas/"),")"),Object(l.mdx)("li",{parentName:"ul"},"Build using the command: ",Object(l.mdx)("em",{parentName:"li"},"mvn clean -DskipTests package -Pdist"),"."),Object(l.mdx)("li",{parentName:"ul"},"After successful build, the ",Object(l.mdx)("em",{parentName:"li"},"Atlas Migration Utility")," can be found in this ",Object(l.mdx)("em",{parentName:"li"},"distro/target")," directory. (Say, ",Object(l.mdx)("em",{parentName:"li"},"/home/atlas/distro/target/apache-atlas-0.8.3-SNAPSHOT-bin/apache-atlas-0.8.3-SNAPSHOT/tools/migration-exporter"),")")),Object(l.mdx)("p",null,"Move the ",Object(l.mdx)("em",{parentName:"p"},"Atlas Migration Utility")," directory to the Apache Atlas 0.8 cluster."),Object(l.mdx)("p",null,"Follow these steps to export the data:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Shutdown ",Object(l.mdx)("em",{parentName:"li"},"Apache Atlas 0.8"),", so that the database is not updated while the migration is in progress."),Object(l.mdx)("li",{parentName:"ul"},"Execute the following command to export Apache Atlas data in Titan graph database to the specified directory:")),Object(l.mdx)(o.a,{wrapLines:!0,language:"json",style:n.a,mdxType:"SyntaxHighlighter"},"atlas_migration_export.py -d <output directory>"),Object(l.mdx)("p",null,"Example:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"/home/atlas-migration-utility/atlas_migration_export.py -d /home/atlas-0.8-data"),Object(l.mdx)("p",null,"On successful execution, ",Object(l.mdx)("em",{parentName:"p"},"Atlas Migration Utility")," tool will display messages like these:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"atlas-migration-export: starting migration export. Log file location /var/log/atlas/atlas-migration-exporter.log\natlas-migration-export: initializing\natlas-migration-export: initialized\natlas-migration-export: exporting typesDef to file /home/atlas-0.8-data/atlas-migration-typesdef.json\natlas-migration-export: exported  typesDef to file /home/atlas-0.8-data/atlas-migration-typesdef.json\natlas-migration-export: exporting data to file /home/atlas-0.8-data/atlas-migration-data.json\natlas-migration-export: exported  data to file /home/atlas-0.8-data/atlas-migration-data.json\natlas-migration-export: completed migration export"),Object(l.mdx)("p",null,"More details on the progress of export can be found in a log file named ",Object(l.mdx)("em",{parentName:"p"},"atlas-migration-exporter.log"),", in the log directory\nspecified in ",Object(l.mdx)("em",{parentName:"p"},"atlas-log4j.xml"),"."),Object(l.mdx)("h3",{id:"before-importing-into-apache-atlas-10"},"Before importing into Apache Atlas 1.0"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"For Apache Atlas deployments that use Solr as index store, please ensure that existing Apache Atlas specific collections are deleted or renamed before installing Apache Atlas 1.0.")),Object(l.mdx)("p",null,"Apache Atlas specific Solr collections can be deleted using CURL commands shown below:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"curl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=vertex_index'\ncurl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=edge_index'\ncurl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=fulltext_index'"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Create Solr collections for Apache Atlas 1.0\nApache Atlas specific Solr collections can be created using CURL commands shown below:")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=vertex_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'\n   curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=edge_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'\n   curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=fulltext_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"For Apache Atlas deployments that use HBase as backend store, please note that HBase table used by earlier version can't be used by Apache Atlas 1.0. If you are constrained on disk storage space, the table used by earlier version can be removed after successful export of data.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Apache Atlas 0.8 uses HBase table named 'atlas_titan' (by default)"),Object(l.mdx)("li",{parentName:"ul"},"Apache Atlas 1.0 uses HBase table named 'atlas_janus' (by default)")))),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Install Apache Atlas 1.0. Do not start yet!")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Make sure the directory containing exported data is accessible to Apache Atlas 1.0 instance.")),Object(l.mdx)("h4",{id:"importing-data-into-apache-atlas-10"},"Importing Data into Apache Atlas 1.0"),Object(l.mdx)("p",null,"Please follow the steps below to import the data exported above into Apache Atlas 1.0:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Specify the location of the directory containing exported data in following property to ",Object(l.mdx)("em",{parentName:"li"},"atlas-application.properties"),":")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},"atlas.migration.data.filename=<location of the directory containing exported data>"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Start Apache Atlas 1.0. Apache Atlas will start in migration mode. It will start importing data from the specified directory.")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Monitor the progress of import process with the following curl command:")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:n.a,mdxType:"SyntaxHighlighter"},'curl -X GET -u admin:<password> -H "Content-Type: application/json" -H "Cache-Control: no-cache" http://<atlasHost>:port/api/atlas/admin/status'),Object(l.mdx)("p",null,"Progress of import will be indicated by a message like this:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"json",style:n.a,mdxType:"SyntaxHighlighter"},'{"Status":"MIGRATING","MigrationStatus":{"operationStatus":"IN_PROGRESS","startTime":1526512275110,"endTime":1526512302750,"currentIndex":10,"currentCounter":101,"totalCount":0}}'),Object(l.mdx)("p",null,"Successful completion of the operation will show a message like this:"),Object(l.mdx)(o.a,{wrapLines:!0,language:"json",style:n.a,mdxType:"SyntaxHighlighter"},'{"Status":"MIGRATING","MigrationStatus":{"operationStatus":"SUCCESS","startTime":1526512275110,"endTime":1526512302750,"currentIndex":0,"currentCounter":0,"totalCount":371}}'),Object(l.mdx)("p",null,"Once migration import is complete, i.e. ",Object(l.mdx)("em",{parentName:"p"},"operationStatus")," is ",Object(l.mdx)("em",{parentName:"p"},"SUCCESS"),", follow the steps given below to restart Apache Atlas\nin ",Object(l.mdx)("em",{parentName:"p"},"ACTIVE")," mode for regular use:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Stop Apache Atlas 1.0."),Object(l.mdx)("li",{parentName:"ul"},"Remove property ",Object(l.mdx)("em",{parentName:"li"},"atlas.migration.data.filename")," from ",Object(l.mdx)("em",{parentName:"li"},"atlas-application.properties"),"."),Object(l.mdx)("li",{parentName:"ul"},"Start Apache Atlas 1.0.")),Object(l.mdx)("h3",{id:"atlas-entity-defaults-for-migrated-data"},"Atlas Entity Defaults for Migrated Data"),Object(l.mdx)("p",null,"Apache Atlas 1.0 introduces number of new features. For data that is migrated, the following defaults are set:"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"All classifications will have ",Object(l.mdx)("em",{parentName:"li"},"isPropagate")," set to ",Object(l.mdx)("em",{parentName:"li"},"false"),"."),Object(l.mdx)("li",{parentName:"ul"},"Taxonomy terms present in Apache Atlas 0.8, if any, will be converted to classification.")),Object(l.mdx)("h4",{id:"handling-of-entity-definitions-that-use-classifications-as-types"},"Handling of Entity Definitions that use Classifications as Types"),Object(l.mdx)("p",null,"This feature is no longer supported. Classifications that are used as types in ",Object(l.mdx)("em",{parentName:"p"},"attribute definitions")," (",Object(l.mdx)("em",{parentName:"p"},"AttributeDefs"),") are converted in to new types whose name has ",Object(l.mdx)("em",{parentName:"p"},"legacy")," prefix. These are then handled like any other type.\nCreation of such types was prevented in an earlier release, hence only type definitions have potential to exist. Care has been taken to handle entities of this type as well."))}m&&m===Object(m)&&Object.isExtensible(m)&&Object.defineProperty(m,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Migration/Migration-0.8-to-1.0.md"}}),m.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map b/static/js/documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..5f7fa81
--- /dev/null
+++ b/static/js/documents-migration-migration-0-8-to-1-0.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Migration/Migration-0.8-to-1.0.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-migration-migration-0-8-to-1-0.756913df.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"migrating-data-from-apache-atlas-08-to-apache-atlas-10\"\n    }}>{`Migrating data from Apache Atlas 0.8 to Apache Atlas 1.0`}</h1>\n    <p>{`Apache Atlas 1.0 uses JanusGraph graph database to store its type and entity details. Prior versions of Apache Atlas\nuse Titan 0.5.4 graph database. The two databases use different formats for storage. For deployments upgrading from\nearlier version Apache Atlas, the data in Titan 0.5.4 graph database should be migrated to JanusGraph graph database.`}</p>\n    <p>{`In addition to the change to the graph database, Apache Atlas 1.0 introduces few optimizations that require different internal\nrepresentation compared to previous versions. Migration steps detailed below will transform data to be compliant with\nthe new internal representation.`}</p>\n    <h3 {...{\n      \"id\": \"migration-steps\"\n    }}>{`Migration Steps`}</h3>\n    <p>{`Migration of data is done in following steps:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Planning the migration.`}</li>\n      <li parentName=\"ul\">{`Export Apache Atlas 0.8 data to a directory on the file system.`}</li>\n      <li parentName=\"ul\">{`Import data from exported files into Apache Atlas 1.0.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"planning-the-migration\"\n    }}>{`Planning the migration`}</h4>\n    <p>{`The duration of migration of data from Apache Atlas 0.8 to Apache Atlas 1.0 can be significant, depending upon the\namount of data present in Apache Atlas. This section helps you to estimate the time to migrate, so that you can plan the\nupgrade process better.`}</p>\n    <p>{`To estimate the time needed to export data, first you need to find the number of entities in Apache Atlas 0.8. This can\nbe done by running the following DSL query:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Referenceable select count()`}\n    </SyntaxHighlighter>\n    <p>{`Assuming Apache Atlas is deployed in a quad-core CPU with 4 GB of RAM allocated:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Export from Apache Atlas 0.8 will process approximately 2 million entities per hour.`}</li>\n      <li parentName=\"ul\">{`Import into Apache Atlas 1.0 will process approximately 0.7 million entities per hour.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"exporting-data-from-apache-atlas-08\"\n    }}>{`Exporting data from Apache Atlas 0.8`}</h4>\n    <p><em parentName=\"p\">{`Atlas Migration Export Utility`}</em>{` from Apache Atlas branch-0.8 should be used to export the data from Apache Atlas 0.8 deployments. The implementation of which can be found `}<a parentName=\"p\" {...{\n        \"href\": \"https://github.com/apache/atlas/tree/branch-0.8/tools/atlas-migration-exporter\"\n      }}>{`here`}</a>{`.`}</p>\n    <p>{`To build this utility:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Navigate to root directory of Apache Atlas branch-0.8 local repo (say, `}<em parentName=\"li\">{`/home/atlas/`}</em>{`)`}</li>\n      <li parentName=\"ul\">{`Build using the command: `}<em parentName=\"li\">{`mvn clean -DskipTests package -Pdist`}</em>{`.`}</li>\n      <li parentName=\"ul\">{`After successful build, the `}<em parentName=\"li\">{`Atlas Migration Utility`}</em>{` can be found in this `}<em parentName=\"li\">{`distro/target`}</em>{` directory. (Say, `}<em parentName=\"li\">{`/home/atlas/distro/target/apache-atlas-0.8.3-SNAPSHOT-bin/apache-atlas-0.8.3-SNAPSHOT/tools/migration-exporter`}</em>{`)`}</li>\n    </ul>\n    <p>{`Move the `}<em parentName=\"p\">{`Atlas Migration Utility`}</em>{` directory to the Apache Atlas 0.8 cluster.`}</p>\n    <p>{`Follow these steps to export the data:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Shutdown `}<em parentName=\"li\">{`Apache Atlas 0.8`}</em>{`, so that the database is not updated while the migration is in progress.`}</li>\n      <li parentName=\"ul\">{`Execute the following command to export Apache Atlas data in Titan graph database to the specified directory:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`atlas_migration_export.py -d <output directory>`}\n    </SyntaxHighlighter>\n    <p>{`Example:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   /home/atlas-migration-utility/atlas_migration_export.py -d /home/atlas-0.8-data\n    </SyntaxHighlighter>\n    <p>{`On successful execution, `}<em parentName=\"p\">{`Atlas Migration Utility`}</em>{` tool will display messages like these:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas-migration-export: starting migration export. Log file location /var/log/atlas/atlas-migration-exporter.log\natlas-migration-export: initializing\natlas-migration-export: initialized\natlas-migration-export: exporting typesDef to file /home/atlas-0.8-data/atlas-migration-typesdef.json\natlas-migration-export: exported  typesDef to file /home/atlas-0.8-data/atlas-migration-typesdef.json\natlas-migration-export: exporting data to file /home/atlas-0.8-data/atlas-migration-data.json\natlas-migration-export: exported  data to file /home/atlas-0.8-data/atlas-migration-data.json\natlas-migration-export: completed migration export`}\n    </SyntaxHighlighter>\n    <p>{`More details on the progress of export can be found in a log file named `}<em parentName=\"p\">{`atlas-migration-exporter.log`}</em>{`, in the log directory\nspecified in `}<em parentName=\"p\">{`atlas-log4j.xml`}</em>{`.`}</p>\n    <h3 {...{\n      \"id\": \"before-importing-into-apache-atlas-10\"\n    }}>{`Before importing into Apache Atlas 1.0`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`For Apache Atlas deployments that use Solr as index store, please ensure that existing Apache Atlas specific collections are deleted or renamed before installing Apache Atlas 1.0.`}</li>\n    </ul>\n    <p>{`Apache Atlas specific Solr collections can be deleted using CURL commands shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=vertex_index'\ncurl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=edge_index'\ncurl 'http://<solrHost:port>/solr/admin/collections?action=DELETE&name=fulltext_index'`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Create Solr collections for Apache Atlas 1.0\nApache Atlas specific Solr collections can be created using CURL commands shown below:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=vertex_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'\n   curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=edge_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'\n   curl 'http://<solrHost:port>/solr/admin/collections?action=CREATE&name=fulltext_index&numShards=1&replicationFactor=1&collection.configName=atlas_configs'`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`For Apache Atlas deployments that use HBase as backend store, please note that HBase table used by earlier version can't be used by Apache Atlas 1.0. If you are constrained on disk storage space, the table used by earlier version can be removed after successful export of data.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Apache Atlas 0.8 uses HBase table named 'atlas_titan' (by default)`}</li>\n          <li parentName=\"ul\">{`Apache Atlas 1.0 uses HBase table named 'atlas_janus' (by default)`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Install Apache Atlas 1.0. Do not start yet!`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Make sure the directory containing exported data is accessible to Apache Atlas 1.0 instance.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"importing-data-into-apache-atlas-10\"\n    }}>{`Importing Data into Apache Atlas 1.0`}</h4>\n    <p>{`Please follow the steps below to import the data exported above into Apache Atlas 1.0:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Specify the location of the directory containing exported data in following property to `}<em parentName=\"li\">{`atlas-application.properties`}</em>{`:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`atlas.migration.data.filename=<location of the directory containing exported data>`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Start Apache Atlas 1.0. Apache Atlas will start in migration mode. It will start importing data from the specified directory.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Monitor the progress of import process with the following curl command:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X GET -u admin:<password> -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\" http://<atlasHost>:port/api/atlas/admin/status`}\n    </SyntaxHighlighter>\n    <p>{`Progress of import will be indicated by a message like this:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\"Status\":\"MIGRATING\",\"MigrationStatus\":{\"operationStatus\":\"IN_PROGRESS\",\"startTime\":1526512275110,\"endTime\":1526512302750,\"currentIndex\":10,\"currentCounter\":101,\"totalCount\":0}}`}\n    </SyntaxHighlighter>\n    <p>{`Successful completion of the operation will show a message like this:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\"Status\":\"MIGRATING\",\"MigrationStatus\":{\"operationStatus\":\"SUCCESS\",\"startTime\":1526512275110,\"endTime\":1526512302750,\"currentIndex\":0,\"currentCounter\":0,\"totalCount\":371}}`}\n    </SyntaxHighlighter>\n    <p>{`Once migration import is complete, i.e. `}<em parentName=\"p\">{`operationStatus`}</em>{` is `}<em parentName=\"p\">{`SUCCESS`}</em>{`, follow the steps given below to restart Apache Atlas\nin `}<em parentName=\"p\">{`ACTIVE`}</em>{` mode for regular use:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Stop Apache Atlas 1.0.`}</li>\n      <li parentName=\"ul\">{`Remove property `}<em parentName=\"li\">{`atlas.migration.data.filename`}</em>{` from `}<em parentName=\"li\">{`atlas-application.properties`}</em>{`.`}</li>\n      <li parentName=\"ul\">{`Start Apache Atlas 1.0.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"atlas-entity-defaults-for-migrated-data\"\n    }}>{`Atlas Entity Defaults for Migrated Data`}</h3>\n    <p>{`Apache Atlas 1.0 introduces number of new features. For data that is migrated, the following defaults are set:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`All classifications will have `}<em parentName=\"li\">{`isPropagate`}</em>{` set to `}<em parentName=\"li\">{`false`}</em>{`.`}</li>\n      <li parentName=\"ul\">{`Taxonomy terms present in Apache Atlas 0.8, if any, will be converted to classification.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"handling-of-entity-definitions-that-use-classifications-as-types\"\n    }}>{`Handling of Entity Definitions that use Classifications as Types`}</h4>\n    <p>{`This feature is no longer supported. Classifications that are used as types in `}<em parentName=\"p\">{`attribute definitions`}</em>{` (`}<em parentName=\"p\">{`AttributeDefs`}</em>{`) are converted in to new types whose name has `}<em parentName=\"p\">{`legacy`}</em>{` prefix. These are then handled like any other type.\nCreation of such types was prevented in an earlier release, hence only type definitions have potential to exist. Care has been taken to handle entities of this type as well.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-misc-atlas-server.4419d308.js b/static/js/documents-misc-atlas-server.4419d308.js
new file mode 100644
index 0000000..6475fa1
--- /dev/null
+++ b/static/js/documents-misc-atlas-server.4419d308.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[24],{"./src/documents/Misc/AtlasServer.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),m=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=a("./theme/components/shared/Img/index.js"),d=["components"],p={};function s(e){var t=e.components,a=Object(n.a)(e,d);return Object(r.mdx)("wrapper",Object.assign({},p,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"atlas-server-entity-type"},"Atlas Server Entity Type"),Object(r.mdx)("h4",{id:"background"},"Background"),Object(r.mdx)("p",null,"The ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," entity type is special entity type in following ways:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"Gets created during Export or Import operation."),Object(r.mdx)("li",{parentName:"ul"},"It also has special property pages that display detailed audits for export and import operations."),Object(r.mdx)("li",{parentName:"ul"},"Entities are linked to it using the new option within entity's attribute ",Object(r.mdx)("em",{parentName:"li"},Object(r.mdx)("a",{parentName:"em",href:"#/SoftReference"},"SoftReference")),".")),Object(r.mdx)("p",null,"The new type is available within the ",Object(r.mdx)("em",{parentName:"p"},"Search By Type")," dropdown in both ",Object(r.mdx)("em",{parentName:"p"},"Basic")," and ",Object(r.mdx)("em",{parentName:"p"},"Advanced")," search."),Object(r.mdx)("h4",{id:"creation"},"Creation"),Object(r.mdx)("p",null,"The entity of this type is created upon successful completion of every Export and Import operation. The entity is created with current cluster's name."),Object(r.mdx)("p",null,"The entity is also created based on export and import requests' ",Object(r.mdx)("em",{parentName:"p"},"replicatedTo")," and ",Object(r.mdx)("em",{parentName:"p"},"replicatedFrom")," parameters."),Object(r.mdx)("h4",{id:"details-within-property-page"},"Details within Property Page"),Object(r.mdx)("p",null,"The property page for ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," entity has one additional tab 'Export/Import Audits'. This has detailed audit record for each export and/or import operation performed on current Atlas instance."),Object(r.mdx)("p",null,"The ",Object(r.mdx)("em",{parentName:"p"},"additionalInfo")," attribute property is discussed in detail below."),Object(r.mdx)(l.a,{src:"/images/markdown/atlas-server-properties.png",mdxType:"Img"}),Object(r.mdx)("h4",{id:"exportimport-audits"},"Export/Import Audits"),Object(r.mdx)("p",null,"The table has the following columns:"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Operation"),": EXPORT or IMPORT that denotes the operation performed on instance."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Source Server"),": For an export operation performed on this instance, the value in this column will always be the cluster name of the current Atlas instance. This is the value specified in ",Object(r.mdx)("em",{parentName:"li"},"atlas-application.properties")," by the key ",Object(r.mdx)("em",{parentName:"li"},"atlas.cluster.name"),". If not value is specified 'default' is used."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Target Server"),": If an export operation is performed with ",Object(r.mdx)("em",{parentName:"li"},"replicatedTo")," property specified in the request, that value appears here."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Operation StartTime"),": Time the operation was started."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Operation EndTIme"),": Time the operation completed."),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("em",{parentName:"li"},"Tools"),": Pop-up property page that contains details of the operation.")),Object(r.mdx)(l.a,{src:"/images/markdown/atlas-server-exp-imp-audits.png",mdxType:"Img"}),Object(r.mdx)("h4",{id:"example"},"Example"),Object(r.mdx)("p",null,"The following export request will end up creating ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," entity with ",Object(r.mdx)("em",{parentName:"p"},"clMain")," as its name. The audit record of this operation will be displayed within the property page of this entity."),Object(r.mdx)(m.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "itemsToExport": [\n        { "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "stocks@cl1" }}\n    ],\n    "options": {\n        "replicatedTo": "clMain"\n    }\n}'),Object(r.mdx)("h4",{id:"support-for-clusters-full-name"},"Support for Cluster's Full Name"),Object(r.mdx)("p",null,"Often times it is necessary to disambiguate the name of the cluster by specifying the location or the data center within which the Atlas instance resides."),Object(r.mdx)("p",null,"The name of the cluster can be specified by separating the location name and cluster name by '$'. For example, a cluster name specified as 'SFO$cl1' can be a cluster in San Francisco (SFO) data center with the name 'cl1'."),Object(r.mdx)("p",null,"The ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," will handle this and set its name as 'cl1' and ",Object(r.mdx)("em",{parentName:"p"},"fullName")," as 'SFO@cl1'."),Object(r.mdx)("h4",{id:"additional-information"},"Additional Information"),Object(r.mdx)("p",null,"This property in ",Object(r.mdx)("em",{parentName:"p"},"AtlasServer")," is a map with key and value both as String. This can be used to store any information pertaining to this instance."),Object(r.mdx)("p",null,"Please see ",Object(r.mdx)("a",{parentName:"p",href:"#/IncrementalExport"},"Incremental Export")," for and example of how this property can be used."),Object(r.mdx)("h4",{id:"rest-apis"},"REST APIs"),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Title")),Object(r.mdx)("th",{parentName:"tr",align:null},Object(r.mdx)("strong",{parentName:"th"},"Atlas Server API")))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Example"),Object(r.mdx)("td",{parentName:"tr",align:null},"see below.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"URL"),Object(r.mdx)("td",{parentName:"tr",align:null},"api/atlas/admin/server/{serverName}")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Method"),Object(r.mdx)("td",{parentName:"tr",align:null},"GET")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"URL Parameters"),Object(r.mdx)("td",{parentName:"tr",align:null},"name of the server")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Data Parameters"),Object(r.mdx)("td",{parentName:"tr",align:null},"None")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Success Response"),Object(r.mdx)("td",{parentName:"tr",align:null},Object(r.mdx)("em",{parentName:"td"},"AtlasServer"))),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:null},"Error Response"),Object(r.mdx)("td",{parentName:"tr",align:null},"Errors Returned as AtlasBaseException")))),Object(r.mdx)("h4",{id:"curl"},"CURL"),Object(r.mdx)(m.a,{wrapLines:!0,language:"shell",style:i.a,mdxType:"SyntaxHighlighter"},'curl -X GET -u admin:admin -H "Content-Type: application/json" -H "Cache-Control:no-cache" http://localhost:21000/api/atlas/admin/server/cl2'),Object(r.mdx)("p",null,"Output:"),Object(r.mdx)(m.a,{wrapLines:!0,language:"json",style:i.a,mdxType:"SyntaxHighlighter"},'{\n    "guid": "f87e4fd1-bfb5-482d-9ab1-e735621b7d16",\n    "name": "cl2",\n    "qualifiedName": "cl2",\n    "additionalInfo": {\n        "nextModifiedTimestamp": "1533037289383",\n        "replicationOperation": "EXPORT",\n        "topLevelEntity": "stocks@cl1"\n    }\n}'))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Misc/AtlasServer.md"}}),s.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var n=a("../node_modules/react/index.js"),r=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:i}=e,{baseUrl:m}=Object(r.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${m}${t}`,height:""+(i||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-misc-atlas-server.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-misc-atlas-server.b185f4c5b68d73002af0.js.map b/static/js/documents-misc-atlas-server.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..97b89fa
--- /dev/null
+++ b/static/js/documents-misc-atlas-server.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Misc/AtlasServer.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","src","wrapLines","language","style","theme","isMDXComponent","Img","width","height","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"ynBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,4BAA0B,4BAElC,oBACE,GAAM,cAAY,cAEpB,8BAAW,oBAAIC,WAAW,KAAG,eAAqB,0DAClD,wBACE,oBAAIA,WAAW,MAAI,mDACnB,oBAAIA,WAAW,MAAI,qGACnB,oBAAIA,WAAW,MAAI,4EAA8E,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC7H,KAAQ,mBAAiB,kBACE,MAEnC,+DAA4C,oBAAIA,WAAW,KAAG,kBAAwB,qBAAsB,oBAAIA,WAAW,KAAG,SAAe,QAAS,oBAAIA,WAAW,KAAG,YAAkB,YAC1L,oBACE,GAAM,YAAU,YAElB,iLACA,0FAAuE,oBAAIA,WAAW,KAAG,gBAAsB,QAAS,oBAAIA,WAAW,KAAG,kBAAwB,gBAClK,oBACE,GAAM,gCAA8B,gCAEtC,gDAA6B,oBAAIA,WAAW,KAAG,eAAqB,sKACpE,8BAAW,oBAAIA,WAAW,KAAG,kBAAwB,qDACrD,cAAC,IAAG,CAACC,IAAG,+CAAkDF,QAAQ,QAClE,oBACE,GAAM,uBAAqB,wBAE7B,+DACA,wBACE,oBAAIC,WAAW,MAAK,oBAAIA,WAAW,MAAI,aAAmB,wEAC1D,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,iBAAuB,gLAAiL,oBAAIA,WAAW,MAAI,gCAAsC,eAAgB,oBAAIA,WAAW,MAAI,sBAA4B,kDACvW,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,iBAAuB,8CAA+C,oBAAIA,WAAW,MAAI,gBAAsB,gEACtJ,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,uBAA6B,qCACpE,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAA2B,mCAClE,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,SAAe,mEAExD,cAAC,IAAG,CAACC,IAAK,mDAAoDF,QAAQ,QACtE,oBACE,GAAM,WAAS,WAEjB,4EAAyD,oBAAIC,WAAW,KAAG,eAAqB,gBAAiB,oBAAIA,WAAW,KAAG,UAAgB,+GACnJ,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYN,QAAQ,qBAAmB,4LAUlG,oBACE,GAAM,kCAAgC,mCAExC,qLACA,wPACA,8BAAW,oBAAIC,WAAW,KAAG,eAAqB,mDAAoD,oBAAIA,WAAW,KAAG,YAAkB,kBAC1I,oBACE,GAAM,0BAAwB,0BAEhC,2CAAwB,oBAAIA,WAAW,KAAG,eAAqB,uHAC/D,qCAAkB,mBAAGA,WAAW,IAC5B,KAAQ,uBAAqB,sBACF,sDAC/B,oBACE,GAAM,aAAW,aAEnB,2BACE,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,UAC1B,oBAAIA,WAAW,KACb,MAAS,MACR,wBAAQA,WAAW,MAAI,uBAG9B,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,WAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,eAGjB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,OAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,wCAGjB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,UAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,QAGjB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,kBAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,uBAGjB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,mBAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,SAGjB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,oBAEf,oBAAIA,WAAW,KACb,MAAS,MACR,oBAAIA,WAAW,MAAI,iBAExB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,MAAI,kBAEf,oBAAIA,WAAW,KACb,MAAS,MAAI,4CAKrB,oBACE,GAAM,QAAM,QAEd,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYN,QAAQ,qBAAmB,gJAGnG,kCACA,cAAC,IAAiB,CAACG,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYN,QAAQ,qBAAmB,qRAarG,uLAEDH,EAAWU,gBAAiB,G,sECvL5B,+EAuCeC,IAnBHT,IACX,MAAM,IAAEG,EAAG,MAAEO,EAAK,OAAEC,GAAWX,GACzB,QAAEY,GAAYC,sBAMpB,OACC,2BACC,uBAC6BP,MART,CACtBQ,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1Bb,IAAM,GAAES,IAAUT,IAClBQ,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAO,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-misc-atlas-server.4419d308.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-server-entity-type\"\n    }}>{`Atlas Server Entity Type`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`The `}<em parentName=\"p\">{`AtlasServer`}</em>{` entity type is special entity type in following ways:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Gets created during Export or Import operation.`}</li>\n      <li parentName=\"ul\">{`It also has special property pages that display detailed audits for export and import operations.`}</li>\n      <li parentName=\"ul\">{`Entities are linked to it using the new option within entity's attribute `}<em parentName=\"li\"><a parentName=\"em\" {...{\n            \"href\": \"#/SoftReference\"\n          }}>{`SoftReference`}</a></em>{`.`}</li>\n    </ul>\n    <p>{`The new type is available within the `}<em parentName=\"p\">{`Search By Type`}</em>{` dropdown in both `}<em parentName=\"p\">{`Basic`}</em>{` and `}<em parentName=\"p\">{`Advanced`}</em>{` search.`}</p>\n    <h4 {...{\n      \"id\": \"creation\"\n    }}>{`Creation`}</h4>\n    <p>{`The entity of this type is created upon successful completion of every Export and Import operation. The entity is created with current cluster's name.`}</p>\n    <p>{`The entity is also created based on export and import requests' `}<em parentName=\"p\">{`replicatedTo`}</em>{` and `}<em parentName=\"p\">{`replicatedFrom`}</em>{` parameters.`}</p>\n    <h4 {...{\n      \"id\": \"details-within-property-page\"\n    }}>{`Details within Property Page`}</h4>\n    <p>{`The property page for `}<em parentName=\"p\">{`AtlasServer`}</em>{` entity has one additional tab 'Export/Import Audits'. This has detailed audit record for each export and/or import operation performed on current Atlas instance.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`additionalInfo`}</em>{` attribute property is discussed in detail below.`}</p>\n    <Img src={`/images/markdown/atlas-server-properties.png`} mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"exportimport-audits\"\n    }}>{`Export/Import Audits`}</h4>\n    <p>{`The table has the following columns:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Operation`}</em>{`: EXPORT or IMPORT that denotes the operation performed on instance.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Source Server`}</em>{`: For an export operation performed on this instance, the value in this column will always be the cluster name of the current Atlas instance. This is the value specified in `}<em parentName=\"li\">{`atlas-application.properties`}</em>{` by the key `}<em parentName=\"li\">{`atlas.cluster.name`}</em>{`. If not value is specified 'default' is used.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Target Server`}</em>{`: If an export operation is performed with `}<em parentName=\"li\">{`replicatedTo`}</em>{` property specified in the request, that value appears here.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Operation StartTime`}</em>{`: Time the operation was started.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Operation EndTIme`}</em>{`: Time the operation completed.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Tools`}</em>{`: Pop-up property page that contains details of the operation.`}</li>\n    </ul>\n    <Img src={'/images/markdown/atlas-server-exp-imp-audits.png'} mdxType=\"Img\" />\n    <h4 {...{\n      \"id\": \"example\"\n    }}>{`Example`}</h4>\n    <p>{`The following export request will end up creating `}<em parentName=\"p\">{`AtlasServer`}</em>{` entity with `}<em parentName=\"p\">{`clMain`}</em>{` as its name. The audit record of this operation will be displayed within the property page of this entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"itemsToExport\": [\n        { \"typeName\": \"hive_db\", \"uniqueAttributes\": { \"qualifiedName\": \"stocks@cl1\" }}\n    ],\n    \"options\": {\n        \"replicatedTo\": \"clMain\"\n    }\n}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"support-for-clusters-full-name\"\n    }}>{`Support for Cluster's Full Name`}</h4>\n    <p>{`Often times it is necessary to disambiguate the name of the cluster by specifying the location or the data center within which the Atlas instance resides.`}</p>\n    <p>{`The name of the cluster can be specified by separating the location name and cluster name by '$'. For example, a cluster name specified as 'SFO$cl1' can be a cluster in San Francisco (SFO) data center with the name 'cl1'.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`AtlasServer`}</em>{` will handle this and set its name as 'cl1' and `}<em parentName=\"p\">{`fullName`}</em>{` as 'SFO@cl1'.`}</p>\n    <h4 {...{\n      \"id\": \"additional-information\"\n    }}>{`Additional Information`}</h4>\n    <p>{`This property in `}<em parentName=\"p\">{`AtlasServer`}</em>{` is a map with key and value both as String. This can be used to store any information pertaining to this instance.`}</p>\n    <p>{`Please see `}<a parentName=\"p\" {...{\n        \"href\": \"#/IncrementalExport\"\n      }}>{`Incremental Export`}</a>{` for and example of how this property can be used.`}</p>\n    <h4 {...{\n      \"id\": \"rest-apis\"\n    }}>{`REST APIs`}</h4>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Title`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": null\n          }}><strong parentName=\"th\">{`Atlas Server API`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Example`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`see below.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`URL`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`api/atlas/admin/server/{serverName}`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Method`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`GET`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`URL Parameters`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`name of the server`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Data Parameters`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`None`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Success Response`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}><em parentName=\"td\">{`AtlasServer`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Error Response`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": null\n          }}>{`Errors Returned as AtlasBaseException`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <h4 {...{\n      \"id\": \"curl\"\n    }}>{`CURL`}</h4>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X GET -u admin:admin -H \"Content-Type: application/json\" -H \"Cache-Control:no-cache\" http://localhost:21000/api/atlas/admin/server/cl2`}\n    </SyntaxHighlighter>\n    <p>{`Output:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n    \"guid\": \"f87e4fd1-bfb5-482d-9ab1-e735621b7d16\",\n    \"name\": \"cl2\",\n    \"qualifiedName\": \"cl2\",\n    \"additionalInfo\": {\n        \"nextModifiedTimestamp\": \"1533037289383\",\n        \"replicationOperation\": \"EXPORT\",\n        \"topLevelEntity\": \"stocks@cl1\"\n    }\n}`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-misc-replicated-attributes.04c7b7bf.js b/static/js/documents-misc-replicated-attributes.04c7b7bf.js
new file mode 100644
index 0000000..3b863e1
--- /dev/null
+++ b/static/js/documents-misc-replicated-attributes.04c7b7bf.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[25],{"./src/documents/Misc/ReplicatedAttributes.md":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return d}));var a=n("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(n("../node_modules/react/index.js"),n("../node_modules/@mdx-js/react/dist/esm.js")),s=["components"],o={};function d(e){var t=e.components,n=Object(a.a)(e,s);return Object(r.mdx)("wrapper",Object.assign({},o,n,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"replicated-attributes"},"Replicated Attributes"),Object(r.mdx)("h4",{id:"background"},"Background"),Object(r.mdx)("p",null,"Users want knowledge of how the entities have landed into Atlas instance, if they were created via hook ingestion or whether they were imported from another Atlas instance."),Object(r.mdx)("p",null,"This is addressed by 2 new attributes that are now part of ",Object(r.mdx)("em",{parentName:"p"},"Referenceable")," entity type viz. ",Object(r.mdx)("em",{parentName:"p"},"replicatedFrom")," and ",Object(r.mdx)("em",{parentName:"p"},"replicatedTo"),"."))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Misc/ReplicatedAttributes.md"}}),d.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map b/static/js/documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..6cc8012
--- /dev/null
+++ b/static/js/documents-misc-replicated-attributes.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Misc/ReplicatedAttributes.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"kZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,yBAAuB,yBAE/B,oBACE,GAAM,cAAY,cAEpB,uMACA,qFAAkE,oBAAIC,WAAW,KAAG,iBAAuB,qBAAsB,oBAAIA,WAAW,KAAG,kBAAwB,QAAS,oBAAIA,WAAW,KAAG,gBAAsB,MAE/N,gMAEDJ,EAAWK,gBAAiB","file":"static/js/documents-misc-replicated-attributes.04c7b7bf.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"replicated-attributes\"\n    }}>{`Replicated Attributes`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`Users want knowledge of how the entities have landed into Atlas instance, if they were created via hook ingestion or whether they were imported from another Atlas instance.`}</p>\n    <p>{`This is addressed by 2 new attributes that are now part of `}<em parentName=\"p\">{`Referenceable`}</em>{` entity type viz. `}<em parentName=\"p\">{`replicatedFrom`}</em>{` and `}<em parentName=\"p\">{`replicatedTo`}</em>{`.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-misc-soft-reference.b185f4c5b68d73002af0.js.map b/static/js/documents-misc-soft-reference.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..287ddd9
--- /dev/null
+++ b/static/js/documents-misc-soft-reference.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Misc/SoftReference.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"6kBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,yCAAuC,0CAE/C,oBACE,GAAM,cAAY,cAEpB,iKACA,yGACA,sJACA,yCAAsB,oBAAIC,WAAW,KAAG,mBAAyB,kBAAmB,oBAAIA,WAAW,KAAG,QAAc,8EACpH,oBACE,GAAM,iBAAe,iBAEvB,iFACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,yTAerG,yLAEDH,EAAWS,gBAAiB,G,+DCpD5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-misc-soft-reference.f7723ef2.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"entity-attribute-option-softreference\"\n    }}>{`Entity Attribute Option: SoftReference`}</h1>\n    <h4 {...{\n      \"id\": \"background\"\n    }}>{`Background`}</h4>\n    <p>{`Entity attributes are specified using attribute definitions. An attributes' persistence strategy is determined by based on their type.`}</p>\n    <p>{`Primitive types are persisted as properties within the vertex of their parent.`}</p>\n    <p>{`Non-primitive attributes get a vertex of their own and edge is created between the parent the child to establish ownership.`}</p>\n    <p>{`Attribute with `}<em parentName=\"p\">{`isSoftReference`}</em>{` option set to `}<em parentName=\"p\">{`true`}</em>{`, is non-primitive attribute that gets treatment of a primitive attribute.`}</p>\n    <h4 {...{\n      \"id\": \"specification\"\n    }}>{`Specification`}</h4>\n    <p>{`Below is an example of using the new attribute option.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`\"attributeDefs\": [\n      {\n        \"name\": \"replicatedFrom\",\n        \"typeName\": \"array<AtlasServer>\",\n        \"cardinality\": \"SET\",\n        \"isIndexable\": false,\n        \"isOptional\": true,\n        \"isUnique\": false,\n        \"options\": {\n          \"isSoftReference\": \"true\"\n        }\n      },...]`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-misc-soft-reference.f7723ef2.js b/static/js/documents-misc-soft-reference.f7723ef2.js
new file mode 100644
index 0000000..f9c1853
--- /dev/null
+++ b/static/js/documents-misc-soft-reference.f7723ef2.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[26],{"./src/documents/Misc/SoftReference.md":function(e,t,i){"use strict";i.r(t),i.d(t,"default",(function(){return c}));var n=i("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(i("../node_modules/react/index.js"),i("../node_modules/@mdx-js/react/dist/esm.js")),r=(i("./theme/styles/styled-colors.js"),i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),a=i("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=["components"],d={};function c(e){var t=e.components,i=Object(n.a)(e,o);return Object(s.mdx)("wrapper",Object.assign({},d,i,{components:t,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"entity-attribute-option-softreference"},"Entity Attribute Option: SoftReference"),Object(s.mdx)("h4",{id:"background"},"Background"),Object(s.mdx)("p",null,"Entity attributes are specified using attribute definitions. An attributes' persistence strategy is determined by based on their type."),Object(s.mdx)("p",null,"Primitive types are persisted as properties within the vertex of their parent."),Object(s.mdx)("p",null,"Non-primitive attributes get a vertex of their own and edge is created between the parent the child to establish ownership."),Object(s.mdx)("p",null,"Attribute with ",Object(s.mdx)("em",{parentName:"p"},"isSoftReference")," option set to ",Object(s.mdx)("em",{parentName:"p"},"true"),", is non-primitive attribute that gets treatment of a primitive attribute."),Object(s.mdx)("h4",{id:"specification"},"Specification"),Object(s.mdx)("p",null,"Below is an example of using the new attribute option."),Object(s.mdx)(a.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'"attributeDefs": [\n      {\n        "name": "replicatedFrom",\n        "typeName": "array<AtlasServer>",\n        "cardinality": "SET",\n        "isIndexable": false,\n        "isOptional": true,\n        "isUnique": false,\n        "options": {\n          "isSoftReference": "true"\n        }\n      },...]'))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Misc/SoftReference.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,i){"use strict";var n=i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-misc-soft-reference.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-notifications.58adc50d.js b/static/js/documents-notifications.58adc50d.js
new file mode 100644
index 0000000..1378c81
--- /dev/null
+++ b/static/js/documents-notifications.58adc50d.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[27],{"./src/documents/Notifications.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return l}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),c=["components"],r={};function l(e){var t=e.components,a=Object(n.a)(e,c);return Object(i.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"notifications"},"Notifications"),Object(i.mdx)("h2",{id:"notifications-from-apache-atlas"},"Notifications from Apache Atlas"),Object(i.mdx)("p",null,"Apache Atlas sends notifications about metadata changes to Kafka topic named ATLAS_ENTITIES .\nApplications interested in metadata changes can monitor for these notifications.\nFor example, Apache Ranger processes these notifications to authorize data access based on classifications."),Object(i.mdx)("h3",{id:"notifications---v2-apache-atlas-version-10"},"Notifications - V2: Apache Atlas version 1.0"),Object(i.mdx)("p",null,"Apache Atlas 1.0 sends notifications for following operations on metadata."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"ENTITY_CREATE:         sent when an entity instance is created\n      ENTITY_UPDATE:         sent when an entity instance is updated\n      ENTITY_DELETE:         sent when an entity instance is deleted\n      CLASSIFICATION_ADD:    sent when classifications are added to an entity instance\n      CLASSIFICATION_UPDATE: sent when classifications of an entity instance are updated\n      CLASSIFICATION_DELETE: sent when classifications are removed from an entity instance"),Object(i.mdx)("p",null,"Notification includes the following data."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"AtlasEntity  entity;\n   OperationType operationType;\n   List<AtlasClassification>  classifications;"),Object(i.mdx)("h3",{id:"notifications---v1-apache-atlas-version-08x-and-earlier"},"Notifications - V1: Apache Atlas version 0.8.x and earlier"),Object(i.mdx)("p",null,"Notifications from Apache Atlas version 0.8.x and earlier have content formatted differently, as detailed below."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},Object(i.mdx)("em",{parentName:"strong"},"Operations"))),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"ENTITY_CREATE: sent when an entity instance is created\n      ENTITY_UPDATE: sent when an entity instance is updated\n      ENTITY_DELETE: sent when an entity instance is deleted\n      TRAIT_ADD:     sent when classifications are added to an entity instance\n      TRAIT_UPDATE:  sent when classifications of an entity instance are updated\n      TRAIT_DELETE:  sent when classifications are removed from an entity instance"),Object(i.mdx)("p",null,"Notification includes the following data."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"Referenceable entity;\n   OperationType operationType;\n   List<Struct>  traits;"),Object(i.mdx)("p",null,"Apache Atlas 1.0 can be configured to send notifications in older version format, instead of the latest version format.\nThis can be helpful in deployments that are not yet ready to process notifications in the latest version format.\nTo configure Apache Atlas 1.0 to send notifications in earlier version format, please set following configuration in atlas-application.properties:"),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.notification.entity.version=v1"),Object(i.mdx)("h2",{id:"notifications-to-apache-atlas"},"Notifications to Apache Atlas"),Object(i.mdx)("p",null,"Apache Atlas can be notified of metadata changes and lineage via notifications to Kafka topic named ATLAS_HOOK.\nAtlas hooks for Apache Hive/Apache HBase/Apache Storm/Apache Sqoop use this mechanism to notify Apache Atlas of events of interest."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"ENTITY_CREATE            : create an entity. For more details, refer to Java class HookNotificationV1.EntityCreateRequest\nENTITY_FULL_UPDATE       : update an entity. For more details, refer to Java class HookNotificationV1.EntityUpdateRequest\nENTITY_PARTIAL_UPDATE    : update specific attributes of an entity. For more details, refer to HookNotificationV1.EntityPartialUpdateRequest\nENTITY_DELETE            : delete an entity. For more details, refer to Java class HookNotificationV1.EntityDeleteRequest\nENTITY_CREATE_V2         : create an entity. For more details, refer to Java class HookNotification.EntityCreateRequestV2\nENTITY_FULL_UPDATE_V2    : update an entity. For more details, refer to Java class HookNotification.EntityUpdateRequestV2\nENTITY_PARTIAL_UPDATE_V2 : update specific attributes of an entity. For more details, refer to HookNotification.EntityPartialUpdateRequestV2\nENTITY_DELETE_V2         : delete one or more entities. For more details, refer to Java class HookNotification.EntityDeleteRequestV2"))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Notifications.md"}}),l.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-notifications.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-notifications.b185f4c5b68d73002af0.js.map b/static/js/documents-notifications.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..3449723
--- /dev/null
+++ b/static/js/documents-notifications.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Notifications.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","isMDXComponent","dark","hljs","color"],"mappings":"wkBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,iBAAe,iBAEvB,oBACE,GAAM,mCAAiC,mCAEzC,uTAGA,oBACE,GAAM,8CAA4C,gDAEpD,qGACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,4dAQnG,oEACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,yGAKnG,oBACE,GAAM,2DAAyD,8DAEjE,2IACA,uBAAG,wBAAQK,WAAW,KAAI,oBAAIA,WAAW,UAAQ,gBACjD,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,4aAQnG,oEACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,oFAKnG,wZAGA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,wCAGnG,oBACE,GAAM,iCAA+B,iCAEvC,+QAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,4gCAWtG,oLAEDH,EAAWS,gBAAiB,G,+DC3F5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-notifications.58adc50d.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"notifications\"\n    }}>{`Notifications`}</h1>\n    <h2 {...{\n      \"id\": \"notifications-from-apache-atlas\"\n    }}>{`Notifications from Apache Atlas`}</h2>\n    <p>{`Apache Atlas sends notifications about metadata changes to Kafka topic named ATLAS_ENTITIES .\nApplications interested in metadata changes can monitor for these notifications.\nFor example, Apache Ranger processes these notifications to authorize data access based on classifications.`}</p>\n    <h3 {...{\n      \"id\": \"notifications---v2-apache-atlas-version-10\"\n    }}>{`Notifications - V2: Apache Atlas version 1.0`}</h3>\n    <p>{`Apache Atlas 1.0 sends notifications for following operations on metadata.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`ENTITY_CREATE:         sent when an entity instance is created\n      ENTITY_UPDATE:         sent when an entity instance is updated\n      ENTITY_DELETE:         sent when an entity instance is deleted\n      CLASSIFICATION_ADD:    sent when classifications are added to an entity instance\n      CLASSIFICATION_UPDATE: sent when classifications of an entity instance are updated\n      CLASSIFICATION_DELETE: sent when classifications are removed from an entity instance`}\n </SyntaxHighlighter>\n    <p>{`Notification includes the following data.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`AtlasEntity  entity;\n   OperationType operationType;\n   List<AtlasClassification>  classifications;`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"notifications---v1-apache-atlas-version-08x-and-earlier\"\n    }}>{`Notifications - V1: Apache Atlas version 0.8.x and earlier`}</h3>\n    <p>{`Notifications from Apache Atlas version 0.8.x and earlier have content formatted differently, as detailed below.`}</p>\n    <p><strong parentName=\"p\"><em parentName=\"strong\">{`Operations`}</em></strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`ENTITY_CREATE: sent when an entity instance is created\n      ENTITY_UPDATE: sent when an entity instance is updated\n      ENTITY_DELETE: sent when an entity instance is deleted\n      TRAIT_ADD:     sent when classifications are added to an entity instance\n      TRAIT_UPDATE:  sent when classifications of an entity instance are updated\n      TRAIT_DELETE:  sent when classifications are removed from an entity instance`}\n    </SyntaxHighlighter>\n    <p>{`Notification includes the following data.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Referenceable entity;\n   OperationType operationType;\n   List<Struct>  traits;`}\n    </SyntaxHighlighter>\n    <p>{`Apache Atlas 1.0 can be configured to send notifications in older version format, instead of the latest version format.\nThis can be helpful in deployments that are not yet ready to process notifications in the latest version format.\nTo configure Apache Atlas 1.0 to send notifications in earlier version format, please set following configuration in atlas-application.properties:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n atlas.notification.entity.version=v1\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"notifications-to-apache-atlas\"\n    }}>{`Notifications to Apache Atlas`}</h2>\n    <p>{`Apache Atlas can be notified of metadata changes and lineage via notifications to Kafka topic named ATLAS_HOOK.\nAtlas hooks for Apache Hive/Apache HBase/Apache Storm/Apache Sqoop use this mechanism to notify Apache Atlas of events of interest.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`ENTITY_CREATE            : create an entity. For more details, refer to Java class HookNotificationV1.EntityCreateRequest\nENTITY_FULL_UPDATE       : update an entity. For more details, refer to Java class HookNotificationV1.EntityUpdateRequest\nENTITY_PARTIAL_UPDATE    : update specific attributes of an entity. For more details, refer to HookNotificationV1.EntityPartialUpdateRequest\nENTITY_DELETE            : delete an entity. For more details, refer to Java class HookNotificationV1.EntityDeleteRequest\nENTITY_CREATE_V2         : create an entity. For more details, refer to Java class HookNotification.EntityCreateRequestV2\nENTITY_FULL_UPDATE_V2    : update an entity. For more details, refer to Java class HookNotification.EntityUpdateRequestV2\nENTITY_PARTIAL_UPDATE_V2 : update specific attributes of an entity. For more details, refer to HookNotification.EntityPartialUpdateRequestV2\nENTITY_DELETE_V2         : delete one or more entities. For more details, refer to Java class HookNotification.EntityDeleteRequestV2`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-overview.b185f4c5b68d73002af0.js.map b/static/js/documents-overview.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..32cff4b
--- /dev/null
+++ b/static/js/documents-overview.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Overview.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent"],"mappings":"iYASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,YAAU,YAElB,yRAGA,+TAGA,oBACE,GAAM,YAAU,YAElB,oBACE,GAAM,6BAA2B,8BAEnC,wBACE,oBAAIC,WAAW,MAAI,gEACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,4GACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,wEAErB,oBACE,GAAM,kBAAgB,kBAExB,wBACE,oBAAIA,WAAW,MAAI,iGACnB,oBAAIA,WAAW,MAAI,oGACnB,oBAAIA,WAAW,MAAI,gHACnB,oBAAIA,WAAW,MAAI,kJAErB,oBACE,GAAM,WAAS,WAEjB,wBACE,oBAAIA,WAAW,MAAI,8EACnB,oBAAIA,WAAW,MAAI,2CAErB,oBACE,GAAM,mBAAiB,oBAEzB,wBACE,oBAAIA,WAAW,MAAI,yFACnB,oBAAIA,WAAW,MAAI,gDACnB,oBAAIA,WAAW,MAAI,gFAErB,oBACE,GAAM,0BAAwB,2BAEhC,wBACE,oBAAIA,WAAW,MAAI,oJACnB,oBAAIA,WAAW,MAAI,mKACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,oDACnB,oBAAIA,WAAW,MAAI,6FAIzB,oBACE,GAAM,mBAAiB,mBAEzB,wBACE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,oCAE5B,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,oBAE5B,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,gBAAc,iBAG5B,oBACE,GAAM,qBAAmB,qBAE3B,wBACE,oBAAIA,WAAW,MACb,mBAAGC,KAAK,qBAAmB,2BAE7B,oBAAID,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,qBAAmB,2CAE/B,oBAAIA,WAAW,MACb,mBAAGC,KAAK,oBAAkB,8BAG9B,oBACE,GAAM,iCAA+B,iCAEvC,wBACE,oBAAID,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,kBAAgB,+BAIjC,+KAEDJ,EAAWM,gBAAiB","file":"static/js/documents-overview.c02fe19d.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h1>\n    <p>{`Atlas is a scalable and extensible set of core foundational governance services – enabling\nenterprises to effectively and efficiently meet their compliance requirements within Hadoop and\nallows integration with the whole enterprise data ecosystem.`}</p>\n    <p>{`Apache Atlas provides open metadata management and governance capabilities for organizations\nto build a catalog of their data assets, classify and govern these assets and provide collaboration\ncapabilities around these data assets for data scientists, analysts and the data governance team.`}</p>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <h3 {...{\n      \"id\": \"metadata-types--instances\"\n    }}>{`Metadata types & instances`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Pre-defined types for various Hadoop and non-Hadoop metadata`}</li>\n      <li parentName=\"ul\">{`Ability to define new types for the metadata to be managed`}</li>\n      <li parentName=\"ul\">{`Types can have primitive attributes, complex attributes, object references; can inherit from other types`}</li>\n      <li parentName=\"ul\">{`Instances of types, called entities, capture metadata object details and their relationships`}</li>\n      <li parentName=\"ul\">{`REST APIs to work with types and instances allow easier integration`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"classification\"\n    }}>{`Classification`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Ability to dynamically create classifications - like PII, EXPIRES_ON, DATA_QUALITY, SENSITIVE`}</li>\n      <li parentName=\"ul\">{`Classifications can include attributes - like expiry_date attribute in EXPIRES_ON classification`}</li>\n      <li parentName=\"ul\">{`Entities can be associated with multiple classifications, enabling easier discovery and security enforcement`}</li>\n      <li parentName=\"ul\">{`Propagation of classifications via lineage - automatically ensures that classifications follow the data as it goes through various processing`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"lineage\"\n    }}>{`Lineage`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Intuitive UI to view lineage of data as it moves through various processes`}</li>\n      <li parentName=\"ul\">{`REST APIs to access and update lineage`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"searchdiscovery\"\n    }}>{`Search/Discovery`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Intuitive UI to search entities by type, classification, attribute value or free-text`}</li>\n      <li parentName=\"ul\">{`Rich REST APIs to search by complex criteria`}</li>\n      <li parentName=\"ul\">{`SQL like query language to search entities - Domain Specific Language (DSL)`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"security--data-masking\"\n    }}>{`Security & Data Masking`}</h3>\n    <ul>\n      <li parentName=\"ul\">{`Fine-grained security for metadata access, enabling controls on access to entity instances and operations like add/update/remove classifications`}</li>\n      <li parentName=\"ul\">{`Integration with Apache Ranger enables authorization/data-masking on data access based on classifications associated with entities in Apache Atlas. For example:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`who can access data classified as PII, SENSITIVE`}</li>\n          <li parentName=\"ul\">{`customer-service users can only see last 4 digits of columns classified as NATIONAL_ID`}</li>\n        </ul>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"getting-started\"\n    }}>{`Getting Started`}</h2>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/WhatsNew-2.3\"\n        }}>{`What's new in Apache Atlas 2.3?`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/Installation\"\n        }}>{`Build & Install`}</a></li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/QuickStart\"\n        }}>{`Quick Start`}</a></li>\n    </ul>\n    <h2 {...{\n      \"id\": \"api-documentation\"\n    }}>{`API Documentation`}</h2>\n    <ul>\n      <li parentName=\"ul\">\n        <a href=\"api/v2/index.html\">REST API Documentation</a>\n      </li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/ImportExportAPI\"\n        }}>{`Export & Import REST API Documentation`}</a></li>\n      <li parentName=\"ul\">\n        <a href=\"../api/rest.html\">Legacy API Documentation</a>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"developer-setup-documentation\"\n    }}>{`Developer Setup Documentation`}</h2>\n    <ul>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"#/EclipseSetup\"\n        }}>{`Developer Setup: Eclipse`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-overview.c02fe19d.js b/static/js/documents-overview.c02fe19d.js
new file mode 100644
index 0000000..07881da
--- /dev/null
+++ b/static/js/documents-overview.c02fe19d.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[28],{"./src/documents/Overview.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return l}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=["components"],c={};function l(e){var t=e.components,a=Object(i.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},c,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"overview"},"Overview"),Object(n.mdx)("p",null,"Atlas is a scalable and extensible set of core foundational governance services \u2013 enabling\nenterprises to effectively and efficiently meet their compliance requirements within Hadoop and\nallows integration with the whole enterprise data ecosystem."),Object(n.mdx)("p",null,"Apache Atlas provides open metadata management and governance capabilities for organizations\nto build a catalog of their data assets, classify and govern these assets and provide collaboration\ncapabilities around these data assets for data scientists, analysts and the data governance team."),Object(n.mdx)("h2",{id:"features"},"Features"),Object(n.mdx)("h3",{id:"metadata-types--instances"},"Metadata types & instances"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Pre-defined types for various Hadoop and non-Hadoop metadata"),Object(n.mdx)("li",{parentName:"ul"},"Ability to define new types for the metadata to be managed"),Object(n.mdx)("li",{parentName:"ul"},"Types can have primitive attributes, complex attributes, object references; can inherit from other types"),Object(n.mdx)("li",{parentName:"ul"},"Instances of types, called entities, capture metadata object details and their relationships"),Object(n.mdx)("li",{parentName:"ul"},"REST APIs to work with types and instances allow easier integration")),Object(n.mdx)("h3",{id:"classification"},"Classification"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Ability to dynamically create classifications - like PII, EXPIRES_ON, DATA_QUALITY, SENSITIVE"),Object(n.mdx)("li",{parentName:"ul"},"Classifications can include attributes - like expiry_date attribute in EXPIRES_ON classification"),Object(n.mdx)("li",{parentName:"ul"},"Entities can be associated with multiple classifications, enabling easier discovery and security enforcement"),Object(n.mdx)("li",{parentName:"ul"},"Propagation of classifications via lineage - automatically ensures that classifications follow the data as it goes through various processing")),Object(n.mdx)("h3",{id:"lineage"},"Lineage"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Intuitive UI to view lineage of data as it moves through various processes"),Object(n.mdx)("li",{parentName:"ul"},"REST APIs to access and update lineage")),Object(n.mdx)("h3",{id:"searchdiscovery"},"Search/Discovery"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Intuitive UI to search entities by type, classification, attribute value or free-text"),Object(n.mdx)("li",{parentName:"ul"},"Rich REST APIs to search by complex criteria"),Object(n.mdx)("li",{parentName:"ul"},"SQL like query language to search entities - Domain Specific Language (DSL)")),Object(n.mdx)("h3",{id:"security--data-masking"},"Security & Data Masking"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Fine-grained security for metadata access, enabling controls on access to entity instances and operations like add/update/remove classifications"),Object(n.mdx)("li",{parentName:"ul"},"Integration with Apache Ranger enables authorization/data-masking on data access based on classifications associated with entities in Apache Atlas. For example:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"who can access data classified as PII, SENSITIVE"),Object(n.mdx)("li",{parentName:"ul"},"customer-service users can only see last 4 digits of columns classified as NATIONAL_ID")))),Object(n.mdx)("h2",{id:"getting-started"},"Getting Started"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/WhatsNew-2.3"},"What's new in Apache Atlas 2.3?")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/Installation"},"Build & Install")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/QuickStart"},"Quick Start"))),Object(n.mdx)("h2",{id:"api-documentation"},"API Documentation"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{href:"api/v2/index.html"},"REST API Documentation")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/ImportExportAPI"},"Export & Import REST API Documentation")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{href:"../api/rest.html"},"Legacy API Documentation"))),Object(n.mdx)("h2",{id:"developer-setup-documentation"},"Developer Setup Documentation"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{parentName:"li",href:"#/EclipseSetup"},"Developer Setup: Eclipse"))))}l&&l===Object(l)&&Object.isExtensible(l)&&Object.defineProperty(l,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Overview.md"}}),l.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-overview.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-project-info-issue-tracking.76a0c8ae.js b/static/js/documents-project-info-issue-tracking.76a0c8ae.js
new file mode 100644
index 0000000..8b560dc
--- /dev/null
+++ b/static/js/documents-project-info-issue-tracking.76a0c8ae.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[29],{"./src/documents/Project-Info/IssueTracking.md":function(e,s,t){"use strict";t.r(s),t.d(s,"default",(function(){return c}));var a=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),o=(t("./theme/styles/styled-colors.js"),["components"]),r={};function c(e){var s=e.components,t=Object(a.a)(e,o);return Object(n.mdx)("wrapper",Object.assign({},r,t,{components:s,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"overview"},"Overview"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"This project uses ",Object(n.mdx)("a",{parentName:"li",href:"http://www.atlassian.com/software/jira"},"JIRA")," a J2EE-based, issue tracking and project management application.")),Object(n.mdx)("h1",{id:"issue-tracking"},"Issue Tracking"),Object(n.mdx)("p",null,"Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.\n",Object(n.mdx)("a",{parentName:"p",href:"https://issues.apache.org/jira/browse/ATLAS"},"https://issues.apache.org/jira/browse/ATLAS")))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/IssueTracking.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,s,t){"use strict";var a=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");a.a.hljs.color="#37bb9b",s.a=a.a}}]);
+//# sourceMappingURL=documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map b/static/js/documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..5c93a07
--- /dev/null
+++ b/static/js/documents-project-info-issue-tracking.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/IssueTracking.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent","dark","hljs","color"],"mappings":"0bAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAI,qBAAuB,mBAAGA,WAAW,KACpD,KAAQ,0CAAwC,QACnC,sEAEnB,oBACE,GAAM,kBAAgB,kBAExB,2IACF,mBAAGA,WAAW,IACR,KAAQ,+CAA6C,iDAG5D,iMAEDJ,EAAWK,gBAAiB,G,+DCvC5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-project-info-issue-tracking.76a0c8ae.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h1>\n    <ul>\n      <li parentName=\"ul\">{`This project uses `}<a parentName=\"li\" {...{\n          \"href\": \"http://www.atlassian.com/software/jira\"\n        }}>{`JIRA`}</a>{` a J2EE-based, issue tracking and project management application.`}</li>\n    </ul>\n    <h1 {...{\n      \"id\": \"issue-tracking\"\n    }}>{`Issue Tracking`}</h1>\n    <p>{`Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.\n`}<a parentName=\"p\" {...{\n        \"href\": \"https://issues.apache.org/jira/browse/ATLAS\"\n      }}>{`https://issues.apache.org/jira/browse/ATLAS`}</a></p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-project-info-mailing-lists.04ae30ab.js b/static/js/documents-project-info-mailing-lists.04ae30ab.js
new file mode 100644
index 0000000..fd12c03
--- /dev/null
+++ b/static/js/documents-project-info-mailing-lists.04ae30ab.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[30],{"./src/documents/Project-Info/MailingLists.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var r=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),m=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),n=["components"],c={};function s(e){var t=e.components,a=Object(r.a)(e,n);return Object(m.mdx)("wrapper",Object.assign({},c,a,{components:t,mdxType:"MDXLayout"}),Object(m.mdx)("h1",{id:"project-mailing-lists"},"Project Mailing Lists"),Object(m.mdx)("ul",null,Object(m.mdx)("li",{parentName:"ul"},"These are the mailing lists that have been established for this project. For each list, there is a - subscribe, unsubscribe, and an archive link.")),Object(m.mdx)("table",null,Object(m.mdx)("thead",{parentName:"table"},Object(m.mdx)("tr",{parentName:"thead"},Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Name")),Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Subscribe")),Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Unsubscribe")),Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Post")),Object(m.mdx)("th",{parentName:"tr",align:"center"},Object(m.mdx)("strong",{parentName:"th"},"Archive")))),Object(m.mdx)("tbody",{parentName:"table"},Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:"center"},"atlas-dev"),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:dev-subscribe@atlas.apache.org"},"Subscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:dev-unsubscribe@atlas.apache.org"},"Unsubscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:dev@atlas.apache.org"},"Post")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"http://mail-archives.apache.org/mod_mbox/atlas-dev/"},"mail-archives.apache.org"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:"center"},"atlas-user"),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:user-subscribe@atlas.apache.org"},"Subscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:user-unsubscribe@atlas.apache.org"},"Unsubscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:user@atlas.apache.org"},"Post")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"http://mail-archives.apache.org/mod_mbox/atlas-user/"},"mail-archives.apache.org"))),Object(m.mdx)("tr",{parentName:"tbody"},Object(m.mdx)("td",{parentName:"tr",align:"center"},"atlas-commits"),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:commits-subscribe@atlas.apache.org"},"Subscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:commits-unsubscribe@atlas.apache.org"},"Unsubscribe")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"mailto:commits@atlas.apache.org"},"Post")),Object(m.mdx)("td",{parentName:"tr",align:"center"},Object(m.mdx)("a",{parentName:"td",href:"http://mail-archives.apache.org/mod_mbox/atlas-commits/"},"mail-archives.apache.org"))))))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/MailingLists.md"}}),s.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map b/static/js/documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..fe029c4
--- /dev/null
+++ b/static/js/documents-project-info-mailing-lists.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/MailingLists.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"kZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,yBAAuB,yBAE/B,wBACE,oBAAIC,WAAW,MAAI,sJAErB,2BACE,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,SAC1B,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,cAC1B,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,gBAC1B,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,SAC1B,oBAAIA,WAAW,KACb,MAAS,UACR,wBAAQA,WAAW,MAAI,cAG9B,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,UAAQ,aAEnB,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,yCAAuC,cAEnD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,2CAAyC,gBAErD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,+BAA6B,SAEzC,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,uDAAqD,8BAGnE,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,UAAQ,cAEnB,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,0CAAwC,cAEpD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,4CAA0C,gBAEtD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,gCAA8B,SAE1C,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,wDAAsD,8BAGpE,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,UAAQ,iBAEnB,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,6CAA2C,cAEvD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,+CAA6C,gBAEzD,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,mCAAiC,SAE7C,oBAAIA,WAAW,KACb,MAAS,UACR,mBAAGA,WAAW,KACb,KAAQ,2DAAyD,iCAM9E,gMAEDJ,EAAWK,gBAAiB","file":"static/js/documents-project-info-mailing-lists.04ae30ab.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"project-mailing-lists\"\n    }}>{`Project Mailing Lists`}</h1>\n    <ul>\n      <li parentName=\"ul\">{`These are the mailing lists that have been established for this project. For each list, there is a - subscribe, unsubscribe, and an archive link.`}</li>\n    </ul>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Name`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Subscribe`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Unsubscribe`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Post`}</strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`Archive`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`atlas-dev`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:dev-subscribe@atlas.apache.org\"\n            }}>{`Subscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:dev-unsubscribe@atlas.apache.org\"\n            }}>{`Unsubscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:dev@atlas.apache.org\"\n            }}>{`Post`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"http://mail-archives.apache.org/mod_mbox/atlas-dev/\"\n            }}>{`mail-archives.apache.org`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`atlas-user`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:user-subscribe@atlas.apache.org\"\n            }}>{`Subscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:user-unsubscribe@atlas.apache.org\"\n            }}>{`Unsubscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:user@atlas.apache.org\"\n            }}>{`Post`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"http://mail-archives.apache.org/mod_mbox/atlas-user/\"\n            }}>{`mail-archives.apache.org`}</a></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`atlas-commits`}</td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:commits-subscribe@atlas.apache.org\"\n            }}>{`Subscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:commits-unsubscribe@atlas.apache.org\"\n            }}>{`Unsubscribe`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"mailto:commits@atlas.apache.org\"\n            }}>{`Post`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"http://mail-archives.apache.org/mod_mbox/atlas-commits/\"\n            }}>{`mail-archives.apache.org`}</a></td>\n        </tr>\n      </tbody>\n    </table>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-project-info-project-info.8337ab57.js b/static/js/documents-project-info-project-info.8337ab57.js
new file mode 100644
index 0000000..7d1f3c5
--- /dev/null
+++ b/static/js/documents-project-info-project-info.8337ab57.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[31],{"./src/documents/Project-Info/ProjectInfo.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return m}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),o=["components"],i={};function m(e){var t=e.components,a=Object(n.a)(e,o);return Object(r.mdx)("wrapper",Object.assign({},i,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"project-information"},"Project Information"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},"This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by ",Object(r.mdx)("a",{parentName:"li",href:"http://maven.apache.org"},"Maven")," on behalf of the project.")),Object(r.mdx)("h1",{id:"overview"},"Overview"),Object(r.mdx)("table",null,Object(r.mdx)("thead",{parentName:"table"},Object(r.mdx)("tr",{parentName:"thead"},Object(r.mdx)("th",{parentName:"tr",align:"left"},"Document"),Object(r.mdx)("th",{parentName:"tr",align:"left"},"Description"))),Object(r.mdx)("tbody",{parentName:"table"},Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/"},"About")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"Apache Atlas Documentation")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/TeamList"},"Project Team")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This document provides information on the members of this project.",Object(r.mdx)("br",null)," These are the individuals who have contributed to the project in one form or another.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/MailingLists"},"Mailing Lists")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This document provides subscription and archive information for this project's mailing lists.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/IssueTracking"},"Issue Tracking")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This is a link to the issue management system for this project.",Object(r.mdx)("br",null)," Issues (bugs, features, change requests) can be created and queried using this link.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/ProjectLicense"},"Project License")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This is a link to the definitions of project licenses.")),Object(r.mdx)("tr",{parentName:"tbody"},Object(r.mdx)("td",{parentName:"tr",align:"left"},Object(r.mdx)("a",{parentName:"td",href:"#/SourceRepository"},"Source Repository")),Object(r.mdx)("td",{parentName:"tr",align:"left"},"This is a link to the online source repository that can be viewed via a web browser.")))))}m&&m===Object(m)&&Object.isExtensible(m)&&Object.defineProperty(m,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/ProjectInfo.md"}}),m.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-project-info-project-info.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-project-info-project-info.b185f4c5b68d73002af0.js.map b/static/js/documents-project-info-project-info.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..f094a5f
--- /dev/null
+++ b/static/js/documents-project-info-project-info.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/ProjectInfo.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"iZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,uBAAqB,uBAE7B,wBACE,oBAAIC,WAAW,MAAI,gLAAkL,mBAAGA,WAAW,KAC/M,KAAQ,2BAAyB,SACnB,+BAEpB,oBACE,GAAM,YAAU,YAElB,2BACE,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QAAM,YAEjB,oBAAIA,WAAW,KACb,MAAS,QAAM,iBAIrB,uBAAOA,WAAW,SAChB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,MAAI,UAEhB,oBAAIA,WAAW,KACb,MAAS,QAAM,+BAGnB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,cAAY,iBAExB,oBAAIA,WAAW,KACb,MAAS,QAAM,qEACwD,yBAAM,2FAEjF,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,kBAAgB,kBAE5B,oBAAIA,WAAW,KACb,MAAS,QAAM,kGAGnB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,mBAAiB,mBAE7B,oBAAIA,WAAW,KACb,MAAS,QAAM,kEACqD,yBAAM,0FAE9E,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,oBAAkB,oBAE9B,oBAAIA,WAAW,KACb,MAAS,QAAM,2DAGnB,oBAAIA,WAAW,SACb,oBAAIA,WAAW,KACb,MAAS,QACR,mBAAGA,WAAW,KACb,KAAQ,sBAAoB,sBAEhC,oBAAIA,WAAW,KACb,MAAS,QAAM,4FAM1B,+LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-project-info-project-info.8337ab57.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"project-information\"\n    }}>{`Project Information`}</h1>\n    <ul>\n      <li parentName=\"ul\">{`This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by `}<a parentName=\"li\" {...{\n          \"href\": \"http://maven.apache.org\"\n        }}>{`Maven`}</a>{` on behalf of the project.`}</li>\n    </ul>\n    <h1 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h1>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`Document`}</th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`Description`}</th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/\"\n            }}>{`About`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`Apache Atlas Documentation`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/TeamList\"\n            }}>{`Project Team`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This document provides information on the members of this project.`}<br />{` These are the individuals who have contributed to the project in one form or another.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/MailingLists\"\n            }}>{`Mailing Lists`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This document provides subscription and archive information for this project's mailing lists.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/IssueTracking\"\n            }}>{`Issue Tracking`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This is a link to the issue management system for this project.`}<br />{` Issues (bugs, features, change requests) can be created and queried using this link.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/ProjectLicense\"\n            }}>{`Project License`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This is a link to the definitions of project licenses.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}><a parentName=\"td\" {...{\n              \"href\": \"#/SourceRepository\"\n            }}>{`Source Repository`}</a></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"left\"\n          }}>{`This is a link to the online source repository that can be viewed via a web browser.`}</td>\n        </tr>\n      </tbody>\n    </table>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-project-info-project-license.b185f4c5b68d73002af0.js.map b/static/js/documents-project-info-project-license.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..4280060
--- /dev/null
+++ b/static/js/documents-project-info-project-license.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/ProjectLicense.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"oZASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,mBAAiB,mBAEzB,oBACE,GAAM,0CAAwC,4CAEhD,2CAAwB,yBAAM,8BACP,yBAAM,KAC/B,mBAAGC,WAAW,IACR,KAAQ,mCAAiC,oCAE7C,0FACA,wBACE,uCACH,wBACG,qKAEA,8IAGA,keAQA,qIAGA,kMAIA,wPAKA,uQAKA,qeAQA,84BAcA,gNAMA,uZAMA,28BAeA,uPAIA,wBACG,0HAEA,gIAEA,6RAKA,48BAgBE,+WAQL,gdAOA,4SAIA,gmBASA,0tBAWA,gqBAWF,yDACA,qFACA,yBAAK,sBAAMA,WAAW,OAAK,yfAS3B,0EACA,wMAGA,yBAAK,sBAAMA,WAAW,OAAK,oDAE3B,mVAKA,oBACE,GAAM,8BAA4B,+BAEpC,0PAIA,sJAEA,gKAEA,oJAEA,iJAEA,mKAEA,iJAEA,0JAEA,2KAEA,+IAEA,6LAEA,uJAEA,qJAEA,sKAEA,kJAEA,gJAEA,kKAEA,4LAEA,+KAEA,sLAGH,kMAEDJ,EAAWK,gBAAiB","file":"static/js/documents-project-info-project-license.e3e0bd32.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"project-license\"\n    }}>{`Project License`}</h1>\n    <h3 {...{\n      \"id\": \"the-apache-software-license-version-20\"\n    }}>{`The Apache Software License, Version 2.0`}</h3>\n    <p>{`   Apache License`}<br />{`\nVersion 2.0, January 2004`}<br />{`\n`}<a parentName=\"p\" {...{\n        \"href\": \"http://www.apache.org/licenses/\"\n      }}>{`http://www.apache.org/licenses/`}</a></p>\n    <p>{`   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION`}</p>\n    <ol>\n      <li>Definitions.\n   <ol>\n      <li>\"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n      <p>\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.</p>\n      <p>\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.</p>\n      <p>\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.</p>\n      <p>\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.</p>\n      <p>\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.</p>\n      <p>\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).</p>\n      <p>\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.</p>\n      <p>\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"</p>\n      <p>\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.</p></li>\n   </ol>\n      </li>\n      <li>Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.</li>\n      <li>Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.</li>\n      <li>Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n      <ol>\n         <li>You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and</li>\n         <li>You must cause any modified files to carry prominent notices\n          stating that You changed the files; and</li>\n         <li>You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and</li>\n         <li>If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.</li>\n      </ol>\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n   </li>\n      <li>Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.</li>\n      <li>Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.</li>\n      <li>Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.</li>\n      <li>Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.</li>\n      <li>Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.</li>\n    </ol>\n    <p>{`   END OF TERMS AND CONDITIONS`}</p>\n    <p>{`   APPENDIX: How to apply the Apache License to your work.`}</p>\n    <pre><code parentName=\"pre\" {...{}}>{`  To apply the Apache License to your work, attach the following\n  boilerplate notice, with the fields enclosed by brackets \"[]\"\n  replaced with your own identifying information. (Don't include\n  the brackets)  The text should be enclosed in the appropriate\n  comment syntax for the file format. We also recommend that a\n  file or class name and description of purpose be included on the\n  same \"printed page\" as the copyright notice for easier\n  identification within third-party archives.\n`}</code></pre>\n    <p>{`   Copyright `}{`[yyyy][name of copyright owner]`}</p>\n    <p>{`   Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at`}</p>\n    <pre><code parentName=\"pre\" {...{}}>{`   http://www.apache.org/licenses/LICENSE-2.0\n`}</code></pre>\n    <p>{`   Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.`}</p>\n    <h3 {...{\n      \"id\": \"apache-atlas-subcomponents\"\n    }}>{`Apache Atlas Subcomponents:`}</h3>\n    <p>{`The Apache Atlas project contains subcomponents with separate copyright\nnotices and license terms. Your use of the source code for the these\nsubcomponents is subject to the terms and conditions of the following\nlicenses.`}</p>\n    <p>{`This product bundles titan 0.5.4, which is available under\nApache License.  For details, see 3party-licenses/titan-LICENSE`}</p>\n    <p>{`This product bundles JanusGraph 0.2.0, which is available under\nApache License.  For details, see 3party-licenses/janusgraph-LICENSE`}</p>\n    <p>{`This product bundles pnotify, which is available under\nApache License.  For details, see 3party-licenses/pnotify-LICENSE`}</p>\n    <p>{`This product bundles hppc, which is available under\nApache License.  For details, see 3party-licenses/pnotify-LICENSE`}</p>\n    <p>{`This product bundles mock(for python tests) 1.0.1, which is available under\nBSD License.  For details, see 3party-licenses/mock-LICENSE`}</p>\n    <p>{`This product bundles animate, which is available under\nMIT License.  For details, see 3party-licenses/animate-LICENSE`}</p>\n    <p>{`This product bundles Handlebars.js, which is available under\nMIT License.  For details, see 3party-licenses/handlebars-LICENSE`}</p>\n    <p>{`This product bundles bootstrap-sidebar 0.4.0, which is available under\nMIT License.  For details, see 3party-licenses/bootstrap-sidebar-LICENSE`}</p>\n    <p>{`This product bundles hbs 0.4.0, which is available under\nMIT License.  For details, see 3party-licenses/hbs-LICENSE`}</p>\n    <p>{`This product bundles require-handlebars-plugin 0.4.0, which is available under\nWTFPL License.  For details, see 3party-licenses/require-handlebars-plugin-LICENSE`}</p>\n    <p>{`This product bundles jQuery-ui.js, which is available under\nMIT License. For details, see 3party-licenses/jQuery-ui-LICENSE`}</p>\n    <p>{`This product bundles platform.js, which is available under\nMIT License. For details, see 3party-licenses/platform-LICENSE`}</p>\n    <p>{`This product bundles jquery-placeholder, which is available under\nMIT License. For details, see 3party-licenses/jquery-placeholder-LICENSE`}</p>\n    <p>{`This product bundles es5-shim, which is available under\nMIT License. For details, see 3party-licenses/es5-shim-LICENSE`}</p>\n    <p>{`This product bundles Respond, which is available under\nMIT License. For details, see 3party-licenses/Respond-LICENSE`}</p>\n    <p>{`This product bundles Google Fonts, which are available under\nOpen Font License.  For details, see 3party-licenses/google-fonts-LICENSE`}</p>\n    <p>{`This product bundles bootstrap-daterangepicker 2.1.25, which is available under\nMIT License.  For details, see 3party-licenses/bootstrap-daterangepicker-LICENSE`}</p>\n    <p>{`This product bundles jQuery QueryBuilder 2.4.3, which is available under\nMIT License.  For details, see 3party-licenses/jQuery-QueryBuilder-LICENSE`}</p>\n    <p>{`This product bundles backgrid-columnmanager 0.2.4, which is available under\nMIT License.  For details, see 3party-licenses/backgrid-columnmanager-LICENSE`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-project-info-project-license.e3e0bd32.js b/static/js/documents-project-info-project-license.e3e0bd32.js
new file mode 100644
index 0000000..07579e7
--- /dev/null
+++ b/static/js/documents-project-info-project-license.e3e0bd32.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[32],{"./src/documents/Project-Info/ProjectLicense.md":function(e,t,i){"use strict";i.r(t),i.d(t,"default",(function(){return s}));var n=i("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),o=(i("../node_modules/react/index.js"),i("../node_modules/@mdx-js/react/dist/esm.js")),r=["components"],a={};function s(e){var t=e.components,i=Object(n.a)(e,r);return Object(o.mdx)("wrapper",Object.assign({},a,i,{components:t,mdxType:"MDXLayout"}),Object(o.mdx)("h1",{id:"project-license"},"Project License"),Object(o.mdx)("h3",{id:"the-apache-software-license-version-20"},"The Apache Software License, Version 2.0"),Object(o.mdx)("p",null,"   Apache License",Object(o.mdx)("br",null),"\nVersion 2.0, January 2004",Object(o.mdx)("br",null),"\n",Object(o.mdx)("a",{parentName:"p",href:"http://www.apache.org/licenses/"},"http://www.apache.org/licenses/")),Object(o.mdx)("p",null,"   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION"),Object(o.mdx)("ol",null,Object(o.mdx)("li",null,"Definitions.",Object(o.mdx)("ol",null,Object(o.mdx)("li",null,'"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.',Object(o.mdx)("p",null,'"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.'),Object(o.mdx)("p",null,'"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.'),Object(o.mdx)("p",null,'"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.'),Object(o.mdx)("p",null,'"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.'),Object(o.mdx)("p",null,'"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.'),Object(o.mdx)("p",null,'"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).'),Object(o.mdx)("p",null,'"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.'),Object(o.mdx)("p",null,'"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."'),Object(o.mdx)("p",null,'"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.')))),Object(o.mdx)("li",null,"Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form."),Object(o.mdx)("li",null,"Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed."),Object(o.mdx)("li",null,"Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:",Object(o.mdx)("ol",null,Object(o.mdx)("li",null,"You must give any other recipients of the Work or Derivative Works a copy of this License; and"),Object(o.mdx)("li",null,"You must cause any modified files to carry prominent notices stating that You changed the files; and"),Object(o.mdx)("li",null,"You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and"),Object(o.mdx)("li",null,'If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.')),"You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License."),Object(o.mdx)("li",null,"Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions."),Object(o.mdx)("li",null,"Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file."),Object(o.mdx)("li",null,'Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.'),Object(o.mdx)("li",null,"Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages."),Object(o.mdx)("li",null,"Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.")),Object(o.mdx)("p",null,"   END OF TERMS AND CONDITIONS"),Object(o.mdx)("p",null,"   APPENDIX: How to apply the Apache License to your work."),Object(o.mdx)("pre",null,Object(o.mdx)("code",{parentName:"pre"},'  To apply the Apache License to your work, attach the following\n  boilerplate notice, with the fields enclosed by brackets "[]"\n  replaced with your own identifying information. (Don\'t include\n  the brackets)  The text should be enclosed in the appropriate\n  comment syntax for the file format. We also recommend that a\n  file or class name and description of purpose be included on the\n  same "printed page" as the copyright notice for easier\n  identification within third-party archives.\n')),Object(o.mdx)("p",null,"   Copyright ","[yyyy][name of copyright owner]"),Object(o.mdx)("p",null,'   Licensed under the Apache License, Version 2.0 (the "License");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at'),Object(o.mdx)("pre",null,Object(o.mdx)("code",{parentName:"pre"},"   http://www.apache.org/licenses/LICENSE-2.0\n")),Object(o.mdx)("p",null,'   Unless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.'),Object(o.mdx)("h3",{id:"apache-atlas-subcomponents"},"Apache Atlas Subcomponents:"),Object(o.mdx)("p",null,"The Apache Atlas project contains subcomponents with separate copyright\nnotices and license terms. Your use of the source code for the these\nsubcomponents is subject to the terms and conditions of the following\nlicenses."),Object(o.mdx)("p",null,"This product bundles titan 0.5.4, which is available under\nApache License.  For details, see 3party-licenses/titan-LICENSE"),Object(o.mdx)("p",null,"This product bundles JanusGraph 0.2.0, which is available under\nApache License.  For details, see 3party-licenses/janusgraph-LICENSE"),Object(o.mdx)("p",null,"This product bundles pnotify, which is available under\nApache License.  For details, see 3party-licenses/pnotify-LICENSE"),Object(o.mdx)("p",null,"This product bundles hppc, which is available under\nApache License.  For details, see 3party-licenses/pnotify-LICENSE"),Object(o.mdx)("p",null,"This product bundles mock(for python tests) 1.0.1, which is available under\nBSD License.  For details, see 3party-licenses/mock-LICENSE"),Object(o.mdx)("p",null,"This product bundles animate, which is available under\nMIT License.  For details, see 3party-licenses/animate-LICENSE"),Object(o.mdx)("p",null,"This product bundles Handlebars.js, which is available under\nMIT License.  For details, see 3party-licenses/handlebars-LICENSE"),Object(o.mdx)("p",null,"This product bundles bootstrap-sidebar 0.4.0, which is available under\nMIT License.  For details, see 3party-licenses/bootstrap-sidebar-LICENSE"),Object(o.mdx)("p",null,"This product bundles hbs 0.4.0, which is available under\nMIT License.  For details, see 3party-licenses/hbs-LICENSE"),Object(o.mdx)("p",null,"This product bundles require-handlebars-plugin 0.4.0, which is available under\nWTFPL License.  For details, see 3party-licenses/require-handlebars-plugin-LICENSE"),Object(o.mdx)("p",null,"This product bundles jQuery-ui.js, which is available under\nMIT License. For details, see 3party-licenses/jQuery-ui-LICENSE"),Object(o.mdx)("p",null,"This product bundles platform.js, which is available under\nMIT License. For details, see 3party-licenses/platform-LICENSE"),Object(o.mdx)("p",null,"This product bundles jquery-placeholder, which is available under\nMIT License. For details, see 3party-licenses/jquery-placeholder-LICENSE"),Object(o.mdx)("p",null,"This product bundles es5-shim, which is available under\nMIT License. For details, see 3party-licenses/es5-shim-LICENSE"),Object(o.mdx)("p",null,"This product bundles Respond, which is available under\nMIT License. For details, see 3party-licenses/Respond-LICENSE"),Object(o.mdx)("p",null,"This product bundles Google Fonts, which are available under\nOpen Font License.  For details, see 3party-licenses/google-fonts-LICENSE"),Object(o.mdx)("p",null,"This product bundles bootstrap-daterangepicker 2.1.25, which is available under\nMIT License.  For details, see 3party-licenses/bootstrap-daterangepicker-LICENSE"),Object(o.mdx)("p",null,"This product bundles jQuery QueryBuilder 2.4.3, which is available under\nMIT License.  For details, see 3party-licenses/jQuery-QueryBuilder-LICENSE"),Object(o.mdx)("p",null,"This product bundles backgrid-columnmanager 0.2.4, which is available under\nMIT License.  For details, see 3party-licenses/backgrid-columnmanager-LICENSE"))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/ProjectLicense.md"}}),s.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-project-info-project-license.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-project-info-source-repository.54cb08de.js b/static/js/documents-project-info-source-repository.54cb08de.js
new file mode 100644
index 0000000..4713a7f
--- /dev/null
+++ b/static/js/documents-project-info-source-repository.54cb08de.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[33],{"./src/documents/Project-Info/SourceRepository.md":function(e,t,o){"use strict";o.r(t),o.d(t,"default",(function(){return r}));var s=o("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(o("../node_modules/react/index.js"),o("../node_modules/@mdx-js/react/dist/esm.js")),c=(o("./theme/styles/styled-colors.js"),["components"]),a={};function r(e){var t=e.components,o=Object(s.a)(e,c);return Object(n.mdx)("wrapper",Object.assign({},a,o,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"overview"},"Overview"),Object(n.mdx)("p",null,"This project uses a Source Content Management System to manage its source code."),Object(n.mdx)("h1",{id:"web-access"},"Web Access"),Object(n.mdx)("p",null,"The following is a link to the online source repository.\n",Object(n.mdx)("a",{parentName:"p",href:"https://github.com/apache/atlas.git"},"https://github.com/apache/atlas.git")),Object(n.mdx)("h1",{id:"anonymous-access"},"Anonymous access"),Object(n.mdx)("p",null,"Refer to the documentation of the SCM used for more information about anonymously check out.",Object(n.mdx)("br",null)," The connection url is:\ngit://git.apache.org/atlas.git"),Object(n.mdx)("h1",{id:"developer-access"},"Developer access"),Object(n.mdx)("p",null,"Refer to the documentation of the SCM used for more information about developer check out.",Object(n.mdx)("br",null)," The connection url is: ",Object(n.mdx)("a",{parentName:"p",href:"https://gitbox.apache.org/repos/asf/atlas.git"},"https://gitbox.apache.org/repos/asf/atlas.git")),Object(n.mdx)("h1",{id:"access-from-behind-a-firewall"},"Access from behind a firewall"),Object(n.mdx)("p",null,"Refer to the documentation of the SCM used for more information about access behind a firewall."))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/SourceRepository.md"}}),r.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,o){"use strict";var s=o("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");s.a.hljs.color="#37bb9b",t.a=s.a}}]);
+//# sourceMappingURL=documents-project-info-source-repository.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-project-info-source-repository.b185f4c5b68d73002af0.js.map b/static/js/documents-project-info-source-repository.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..416b417
--- /dev/null
+++ b/static/js/documents-project-info-source-repository.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/SourceRepository.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent","dark","hljs","color"],"mappings":"6bAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,YAAU,YAElB,0GACA,oBACE,GAAM,cAAY,cAEpB,oFACF,mBAAGC,WAAW,IACR,KAAQ,uCAAqC,wCAEjD,oBACE,GAAM,oBAAkB,oBAE1B,sHAAmG,yBAAM,2DAEzG,oBACE,GAAM,oBAAkB,oBAE1B,oHAAiG,yBAAM,2BAA4B,mBAAGA,WAAW,IAC7I,KAAQ,iDAA+C,kDAE3D,oBACE,GAAM,iCAA+B,iCAEvC,2HAEH,oMAEDJ,EAAWK,gBAAiB,G,+DClD5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-project-info-source-repository.54cb08de.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h1>\n    <p>{`This project uses a Source Content Management System to manage its source code.`}</p>\n    <h1 {...{\n      \"id\": \"web-access\"\n    }}>{`Web Access`}</h1>\n    <p>{`The following is a link to the online source repository.\n`}<a parentName=\"p\" {...{\n        \"href\": \"https://github.com/apache/atlas.git\"\n      }}>{`https://github.com/apache/atlas.git`}</a></p>\n    <h1 {...{\n      \"id\": \"anonymous-access\"\n    }}>{`Anonymous access`}</h1>\n    <p>{`Refer to the documentation of the SCM used for more information about anonymously check out.`}<br />{` The connection url is:\ngit://git.apache.org/atlas.git`}</p>\n    <h1 {...{\n      \"id\": \"developer-access\"\n    }}>{`Developer access`}</h1>\n    <p>{`Refer to the documentation of the SCM used for more information about developer check out.`}<br />{` The connection url is: `}<a parentName=\"p\" {...{\n        \"href\": \"https://gitbox.apache.org/repos/asf/atlas.git\"\n      }}>{`https://gitbox.apache.org/repos/asf/atlas.git`}</a></p>\n    <h1 {...{\n      \"id\": \"access-from-behind-a-firewall\"\n    }}>{`Access from behind a firewall`}</h1>\n    <p>{`Refer to the documentation of the SCM used for more information about access behind a firewall.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-project-info-team-list.b185f4c5b68d73002af0.js.map b/static/js/documents-project-info-team-list.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..677afa3
--- /dev/null
+++ b/static/js/documents-project-info-team-list.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/TeamList/index.js","/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/TeamList.md"],"names":["TeamListStyle","styled","div","TeamList","Component","constructor","props","super","this","state","isLoading","displayData","fetchData","axios","get","then","res","parseString","data","err","result","developersList","project","developers","developer","developersListLength","length","t_displayData","keys","Object","i","obj","map","k","push","setState","catch","console","log","render","colSpan","key","id","toString","name","email","organization","roles","r","role","timezone","layoutProps","MDXContent","components","mdxType","isMDXComponent"],"mappings":"ieAuBA,MAAMA,E,6EAAgBC,EAAOC,GAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgDlB,MAAMC,UAAiBC,YACpCC,YAAYC,GACVC,MAAMD,GACNE,KAAKC,MAAQ,CACXC,WAAW,EACXC,YAAa,IAEfH,KAAKI,YAGPA,YACEC,IACGC,IAAK,iEACLC,KAAKC,IAEJC,sBAAYD,EAAIE,KAAM,CAACC,EAAKC,KAC1B,MAAMC,EAAiBD,EAAOE,QAAQC,WAAW,GAAGC,UAC9CC,EAAuBJ,EAAeK,OAC5C,IAAIC,EAAgB,GACpB,MAAMC,EAAOC,OAAOD,KAAKP,EAAe,IACxC,IAAK,IAAIS,EAAI,EAAGA,EAAIL,EAAsBK,IAAK,CAC7C,MAAMC,EAAM,GACZH,EAAKI,IAAIC,GAAMF,EAAIE,GAAKZ,EAAeS,GAAGG,IAC1CN,EAAcO,KAAKH,GAErBvB,KAAK2B,SAAS,CAAExB,YAAagB,EAAejB,WAAW,QAG1D0B,MAAMjB,IACLkB,QAAQC,IAAI,2CAIlBC,SACE,MAAM,YAAE5B,EAAW,UAAED,GAAcF,KAAKC,MACxC,OACE,kBAACT,EAAa,KACZ,+BACE,+BACE,4BACE,kCACA,oCACA,qCACA,4CACA,qCACA,2CAGJ,+BACGU,EACC,4BACE,wBAAI8B,QAAQ,KAAG,eAEQ,IAAvB7B,EAAYe,OACd,YAEAf,EAAYqB,IAAI,CAACd,EAAMY,IAEnB,wBAAIW,IAAKvB,EAAKwB,GAAGC,YACf,4BAAKzB,EAAKwB,GAAGC,YACb,4BAAKzB,EAAK0B,KAAKD,YACf,4BAAKzB,EAAK2B,MAAMF,YAChB,4BAAKzB,EAAK4B,aAAaH,YACvB,4BAAKzB,EAAK6B,MAAMf,IAAIgB,GAAKA,EAAEC,KAAKN,aAChC,4BAAKzB,EAAKgC,SAASP,kB,qBC9HjCQ,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACG/C,EAAK,iBAER,OAAO,cALS,UAKC,iBAAK6C,EAAiB7C,EAAK,CAAE+C,WAAYA,EAAYC,QAAQ,cAC5E,oBACE,GAAM,YAAU,YAGlB,oBACE,GAAM,iLAA+K,qLAEvL,oBACE,GAAM,wWAAsW,8WAE9W,oBACE,GAAM,WAAS,WAEjB,oBACE,GAAM,oIAAkI,qIAE1I,cAAC,EAAQ,CAACA,QAAQ,cAErB,4LAEDF,EAAWG,gBAAiB,G","file":"static/js/documents-project-info-team-list.b408d1d0.js","sourcesContent":["/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, { Component } from \"react\";\nimport axios from \"axios\";\nimport { parseString } from \"xml2js\";\nimport styled from \"styled-components\";\n\nconst TeamListStyle = styled.div`\n  width: 100%;\n  overflow: auto;\n\n  > table {\n    font-family: \"Inconsolata\", monospace;\n    font-size: 14px;\n    display: inline-table;\n    table-layout: auto;\n    color: #13161f;\n    width: 98%;\n    padding: 0;\n    box-shadow: 0 0 0 1px #529d8b;\n    background-color: transparent;\n    border-spacing: 0;\n    border-collapse: collapse;\n    border-style: hidden;\n    border-radius: 2px;\n    overflow-y: hidden;\n    overflow-x: initial;\n    margin: 5px 10px;\n  }\n  > table tr {\n    display: table-row;\n    vertical-align: inherit;\n    border-color: inherit;\n  }\n  > table tr > td {\n    padding: 10px;\n    line-height: 2;\n    font-weight: 200;\n    white-space: pre;\n  }\n  > table > thead {\n    color: #7d899c;\n    background: #f5f6f7;\n  }\n  > table > tbody tr {\n    display: table-row;\n    border-top: 1px solid #529d8b;\n  }\n  > table > thead > tr > th {\n    font-weight: 400;\n    padding: 10px;\n    text-align: left;\n  }\n`;\n\nexport default class TeamList extends Component {\n  constructor(props) {\n    super(props);\n    this.state = {\n      isLoading: true,\n      displayData: []\n    };\n    this.fetchData();\n  }\n\n  fetchData() {\n    axios\n      .get(`https://raw.githubusercontent.com/apache/atlas/master/pom.xml`)\n      .then(res => {\n        // Transform the raw data by extracting the nested posts\n        parseString(res.data, (err, result) => {\n          const developersList = result.project.developers[0].developer;\n          const developersListLength = developersList.length;\n          let t_displayData = [];\n          const keys = Object.keys(developersList[0]);\n          for (var i = 0; i < developersListLength; i++) {\n            const obj = {};\n            keys.map(k => (obj[k] = developersList[i][k]));\n            t_displayData.push(obj);\n          }\n          this.setState({ displayData: t_displayData, isLoading: false });\n        });\n      })\n      .catch(err => {\n        console.log(\"fetching data from pom.xml is failed.\");\n      });\n  }\n\n  render() {\n    const { displayData, isLoading } = this.state;\n    return (\n      <TeamListStyle>\n        <table>\n          <thead>\n            <tr>\n              <th>Id</th>\n              <th>Name</th>\n              <th>Email</th>\n              <th>Organization</th>\n              <th>Roles</th>\n              <th>Time Zone</th>\n            </tr>\n          </thead>\n          <tbody>\n            {isLoading ? (\n              <tr>\n                <td colSpan=\"6\">loading...</td>\n              </tr>\n            ) : displayData.length === 0 ? (\n              \"Not found\"\n            ) : (\n              displayData.map((data, i) => {\n                return (\n                  <tr key={data.id.toString()}>\n                    <td>{data.id.toString()}</td>\n                    <td>{data.name.toString()}</td>\n                    <td>{data.email.toString()}</td>\n                    <td>{data.organization.toString()}</td>\n                    <td>{data.roles.map(r => r.role.toString())}</td>\n                    <td>{data.timezone.toString()}</td>\n                  </tr>\n                );\n              })\n            )}\n          </tbody>\n        </table>\n      </TeamListStyle>\n    );\n  }\n}\n","\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport TeamList from 'theme/components/shared/TeamList'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"the-team\"\n    }}>{`The Team`}</h1>\n\n    <h4 {...{\n      \"id\": \"a-successful-project-requires-many-people-to-play-many-roles-some-members-write-code-or-documentation-while-others-are-valuable-as-testers-submitting-patches-and-suggestions\"\n    }}>{`A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.`}</h4>\n    <h4 {...{\n      \"id\": \"the-team-comprises-members-and-contributors-members-have-direct-access-to-the-source-of-a-project-and-actively-evolve-the-code-base-contributors-improve-the-project-through-submission-of-patches-and-suggestions-to-the-members-the-number-of-contributors-to-the-project-is-unbounded-get-involved-today-all-contributions-to-the-project-are-greatly-appreciated\"\n    }}>{`The team comprises Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.`}</h4>\n    <h2 {...{\n      \"id\": \"members\"\n    }}>{`Members`}</h2>\n    <h4 {...{\n      \"id\": \"the-following-is-a-list-of-developers-with-commit-privileges-that-have-directly-contributed-to-the-project-in-one-way-or-another\"\n    }}>{`The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.`}</h4>\n    <TeamList mdxType=\"TeamList\" />\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-project-info-team-list.b408d1d0.js b/static/js/documents-project-info-team-list.b408d1d0.js
new file mode 100644
index 0000000..f568128
--- /dev/null
+++ b/static/js/documents-project-info-team-list.b408d1d0.js
@@ -0,0 +1,48 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[34],{"./src/documents/Project-Info/TeamList.md":function(e,t,o){"use strict";o.r(t),o.d(t,"default",(function(){return h}));var a=o("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=o("../node_modules/react/index.js"),r=o.n(n),s=o("../node_modules/@mdx-js/react/dist/esm.js"),l=o("../node_modules/axios/index.js"),i=o.n(l),c=o("../node_modules/xml2js/lib/xml2js.js");const d=o("../node_modules/styled-components/dist/styled-components.browser.esm.js").d.div`
+  width: 100%;
+  overflow: auto;
+
+  > table {
+    font-family: "Inconsolata", monospace;
+    font-size: 14px;
+    display: inline-table;
+    table-layout: auto;
+    color: #13161f;
+    width: 98%;
+    padding: 0;
+    box-shadow: 0 0 0 1px #529d8b;
+    background-color: transparent;
+    border-spacing: 0;
+    border-collapse: collapse;
+    border-style: hidden;
+    border-radius: 2px;
+    overflow-y: hidden;
+    overflow-x: initial;
+    margin: 5px 10px;
+  }
+  > table tr {
+    display: table-row;
+    vertical-align: inherit;
+    border-color: inherit;
+  }
+  > table tr > td {
+    padding: 10px;
+    line-height: 2;
+    font-weight: 200;
+    white-space: pre;
+  }
+  > table > thead {
+    color: #7d899c;
+    background: #f5f6f7;
+  }
+  > table > tbody tr {
+    display: table-row;
+    border-top: 1px solid #529d8b;
+  }
+  > table > thead > tr > th {
+    font-weight: 400;
+    padding: 10px;
+    text-align: left;
+  }
+`;class m extends n.Component{constructor(e){super(e),this.state={isLoading:!0,displayData:[]},this.fetchData()}fetchData(){i.a.get("https://raw.githubusercontent.com/apache/atlas/master/pom.xml").then(e=>{Object(c.parseString)(e.data,(e,t)=>{const o=t.project.developers[0].developer,a=o.length;let n=[];const r=Object.keys(o[0]);for(var s=0;s<a;s++){const e={};r.map(t=>e[t]=o[s][t]),n.push(e)}this.setState({displayData:n,isLoading:!1})})}).catch(e=>{console.log("fetching data from pom.xml is failed.")})}render(){const{displayData:e,isLoading:t}=this.state;return r.a.createElement(d,null,r.a.createElement("table",null,r.a.createElement("thead",null,r.a.createElement("tr",null,r.a.createElement("th",null,"Id"),r.a.createElement("th",null,"Name"),r.a.createElement("th",null,"Email"),r.a.createElement("th",null,"Organization"),r.a.createElement("th",null,"Roles"),r.a.createElement("th",null,"Time Zone"))),r.a.createElement("tbody",null,t?r.a.createElement("tr",null,r.a.createElement("td",{colSpan:"6"},"loading...")):0===e.length?"Not found":e.map((e,t)=>r.a.createElement("tr",{key:e.id.toString()},r.a.createElement("td",null,e.id.toString()),r.a.createElement("td",null,e.name.toString()),r.a.createElement("td",null,e.email.toString()),r.a.createElement("td",null,e.organization.toString()),r.a.createElement("td",null,e.roles.map(e=>e.role.toString())),r.a.createElement("td",null,e.timezone.toString()))))))}}var p=["components"],u={};function h(e){var t=e.components,o=Object(a.a)(e,p);return Object(s.mdx)("wrapper",Object.assign({},u,o,{components:t,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"the-team"},"The Team"),Object(s.mdx)("h4",{id:"a-successful-project-requires-many-people-to-play-many-roles-some-members-write-code-or-documentation-while-others-are-valuable-as-testers-submitting-patches-and-suggestions"},"A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions."),Object(s.mdx)("h4",{id:"the-team-comprises-members-and-contributors-members-have-direct-access-to-the-source-of-a-project-and-actively-evolve-the-code-base-contributors-improve-the-project-through-submission-of-patches-and-suggestions-to-the-members-the-number-of-contributors-to-the-project-is-unbounded-get-involved-today-all-contributions-to-the-project-are-greatly-appreciated"},"The team comprises Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated."),Object(s.mdx)("h2",{id:"members"},"Members"),Object(s.mdx)("h4",{id:"the-following-is-a-list-of-developers-with-commit-privileges-that-have-directly-contributed-to-the-project-in-one-way-or-another"},"The following is a list of developers with commit privileges that have directly contributed to the project in one way or another."),Object(s.mdx)(m,{mdxType:"TeamList"}))}h&&h===Object(h)&&Object.isExtensible(h)&&Object.defineProperty(h,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Project-Info/TeamList.md"}}),h.isMDXComponent=!0},1:function(e,t){},2:function(e,t){}}]);
+//# sourceMappingURL=documents-project-info-team-list.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-rest-api.617bd3f9.js b/static/js/documents-rest-api.617bd3f9.js
new file mode 100644
index 0000000..e6a2e55
--- /dev/null
+++ b/static/js/documents-rest-api.617bd3f9.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[35],{"./src/documents/RestAPI.md":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return r}));var o=n("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=(n("../node_modules/react/index.js"),n("../node_modules/@mdx-js/react/dist/esm.js")),s=n("./theme/components/shared/common/CustomLink.js"),m=["components"],c={};function r(e){var t=e.components,n=Object(o.a)(e,m);return Object(a.mdx)("wrapper",Object.assign({},c,n,{components:t,mdxType:"MDXLayout"}),Object(a.mdx)("h1",{id:"rest-api"},"REST API"),Object(a.mdx)("ol",null,Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(s.a,{href:"http://atlas.apache.org/api/v2/index.html",mdxType:"CustomLink"},"REST API Documentation")),Object(a.mdx)("li",{parentName:"ol"},Object(a.mdx)(s.a,{href:"http://atlas.apache.org/api/rest.html",mdxType:"CustomLink"},"Legacy API Documentation "))))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/RestAPI.md"}}),r.isMDXComponent=!0},"./theme/components/shared/common/CustomLink.js":function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var o=n("../node_modules/react/index.js"),a=n.n(o);const s=e=>a.a.createElement("a",{href:e.href,target:e.target||"_blank",style:{color:"#4a90e2"}},e.children)}}]);
+//# sourceMappingURL=documents-rest-api.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-rest-api.b185f4c5b68d73002af0.js.map b/static/js/documents-rest-api.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..30166f6
--- /dev/null
+++ b/static/js/documents-rest-api.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/RestAPI.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/common/CustomLink.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent","CustomLink","target","style","color","children"],"mappings":"sbASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,4CAA4CF,QAAQ,cAAY,2BAEnF,oBAAIC,WAAW,MACb,cAAC,IAAU,CAACC,KAAK,wCAAwCF,QAAQ,cAAY,gCAIpF,8KAEDH,EAAWM,gBAAiB,G,8ECjC5B,qFAoBA,MAAMC,EAAaL,GAGjB,uBAAGG,KAAMH,EAAMG,KAAMG,OAAQN,EAAMM,QAAU,SAAUC,MAF1C,CAAEC,MAAO,YAGpBR,EAAMS","file":"static/js/documents-rest-api.617bd3f9.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport {CustomLink} from \"theme/components/shared/common/CustomLink\";\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"rest-api\"\n    }}>{`REST API`}</h1>\n    <ol>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://atlas.apache.org/api/v2/index.html\" mdxType=\"CustomLink\">REST API Documentation</CustomLink>\n      </li>\n      <li parentName=\"ol\">\n        <CustomLink href=\"http://atlas.apache.org/api/rest.html\" mdxType=\"CustomLink\">Legacy API Documentation </CustomLink>\n      </li>\n    </ol>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React from \"react\";\n\nconst CustomLink = props => {\n\tconst style = { color: \"#4a90e2\" };\n\treturn (\n\t\t<a href={props.href} target={props.target || \"_blank\"} style={style}>\n\t\t\t{props.children}\n\t\t</a>\n\t);\n};\n\nexport { CustomLink };"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-search-search-advanced.2421bf2c.js b/static/js/documents-search-search-advanced.2421bf2c.js
new file mode 100644
index 0000000..7b687df
--- /dev/null
+++ b/static/js/documents-search-search-advanced.2421bf2c.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[36],{"./src/documents/Search/SearchAdvanced.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),m=["components"],s={};function d(e){var t=e.components,a=Object(n.a)(e,m);return Object(i.mdx)("wrapper",Object.assign({},s,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"advanced-search"},"Advanced Search"),Object(i.mdx)("h3",{id:"background"},Object(i.mdx)("strong",{parentName:"h3"},"Background")),Object(i.mdx)("p",null,"Advanced Search in Atlas is also referred to as DSL-based Search."),Object(i.mdx)("p",null,"Domain Specific Search (DSL) is a language with simple constructs that help users navigate Atlas data repository. The syntax loosely emulates the popular Structured Query Language (SQL) from relation database world."),Object(i.mdx)("p",null,"Benefits of DSL:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Abstracts the implementation-level database constructs. This avoids the necessity of knowing about the underlying graph database constructs."),Object(i.mdx)("li",{parentName:"ul"},"User are provided with an abstraction that helps them retrieve the data by just being aware of the types and their relationships within their dataset."),Object(i.mdx)("li",{parentName:"ul"},"Allows for a way to specify the desired output."),Object(i.mdx)("li",{parentName:"ul"},"Use of classifications is accounted for in the syntax."),Object(i.mdx)("li",{parentName:"ul"},"Provides way to group and aggregate results.")),Object(i.mdx)("p",null,"We will be using the quick start dataset in the examples that follow. This dataset is comprehensive enough to be used to demonstrate the various features of the language."),Object(i.mdx)("p",null,"For details on the grammar, please refer to Atlas DSL Grammar on ",Object(i.mdx)("a",{parentName:"p",href:"https://github.com/apache/atlas/blob/master/repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4"},"GitHub")," (Antlr G4 format)."),Object(i.mdx)("h2",{id:"using-advanced-search"},"Using Advanced Search"),Object(i.mdx)("p",null,"Within the Atlas UI, select Advanced in the Search pane on the left."),Object(i.mdx)("p",null,"Notice that the ",Object(i.mdx)("em",{parentName:"p"},"Favorite Searches")," pane below the ",Object(i.mdx)("em",{parentName:"p"},"Search By Query")," box. Like ",Object(i.mdx)("em",{parentName:"p"},"Basic Search"),", it is possible to save the ",Object(i.mdx)("em",{parentName:"p"},"Advanced Searches")," as well."),Object(i.mdx)("h2",{id:"introduction-to-domain-specific-language"},"Introduction to Domain Specific Language"),Object(i.mdx)("p",null,"DSL uses the familiar SQL-like syntax."),Object(i.mdx)("p",null,"At a high-level a query has a ",Object(i.mdx)("em",{parentName:"p"},"from-where-select")," format. Additional keywords like ",Object(i.mdx)("em",{parentName:"p"},"grouby"),", ",Object(i.mdx)("em",{parentName:"p"},"orderby"),", ",Object(i.mdx)("em",{parentName:"p"},"limit")," can be used to added to affect the output. We will see examples of these below."),Object(i.mdx)("h3",{id:"from-clause"},"From Clause"),Object(i.mdx)("p",null,"Specifying the ",Object(i.mdx)("em",{parentName:"p"},"from")," clause is mandatory. Using the ",Object(i.mdx)("em",{parentName:"p"},"from")," keyword itself is optional. The value specified in the ",Object(i.mdx)("em",{parentName:"p"},"from")," clause acts as the source or starting point for the rest of the query to source its inputs."),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"DB"),":"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"DB\nfrom DB"),Object(i.mdx)("p",null,"In the absence of ",Object(i.mdx)("em",{parentName:"p"},"where")," for filtering on the source, the dataset fetched by the ",Object(i.mdx)("em",{parentName:"p"},"from")," clause is everything from the database. Based on the size of the data present in the database, there is a potential to overwhelm the server. The query processor thus adds ",Object(i.mdx)("em",{parentName:"p"},"limit")," clause with a default value set. See the section on ",Object(i.mdx)("em",{parentName:"p"},"limit")," clause for details."),Object(i.mdx)("h3",{id:"where-clause"},"Where Clause"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"where")," clause allows for filtering over the dataset. This achieved by using conditions within the where clause."),Object(i.mdx)("p",null,"A condition is an identifier followed by an operator followed by a literal. Literal must be enclosed in single or double quotes. Example, ",Object(i.mdx)("em",{parentName:"p"},'name = "Sales"'),". An identifier can be the name of the property of the type specified in the ",Object(i.mdx)("em",{parentName:"p"},"from")," clause or an alias."),Object(i.mdx)("p",null,"Example: To retrieve entity of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," with a specific name say time_dim:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where name = 'time_dim'"),Object(i.mdx)("p",null,"It is possible to specify multiple conditions by combining them using ",Object(i.mdx)("em",{parentName:"p"},"and"),", ",Object(i.mdx)("em",{parentName:"p"},"or")," operators."),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table with name that can be either time_dim or customer_dim:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where name = 'time_dim' or name = 'customer_dim'"),Object(i.mdx)("p",null,"Filtering based on a list of values is done using by specifying the values in the square brackets. A value array is a list of values enclosed within square brackets. This is a simple way to specify an OR clause on an identifier."),Object(i.mdx)("p",null,"Note that having several OR clauses on the same attribute may be inefficient. Alternate way is to use the value array as shown in the example below."),Object(i.mdx)("p",null,"Example: The query in the example above can be written using a value array as shown below."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},'from Table where name = ["customer_dim", "time_dim"]'),Object(i.mdx)("p",null,"A condition that uses the LIKE operator, allows for filtering using wildcards like '*' or '?'.\nExample: To retrieve entity of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," whose name ends with '_dim':"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where name LIKE '*_dim'"),Object(i.mdx)("p",null,"Additional forms of regular expressions can also be used."),Object(i.mdx)("p",null,"Example: To retrieve ",Object(i.mdx)("em",{parentName:"p"},"DB")," whose name starts with ",Object(i.mdx)("em",{parentName:"p"},"R")," followed by has any 3 characters, followed by ",Object(i.mdx)("em",{parentName:"p"},"rt")," followed by at least 1 character, followed by none or any number of characters."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'DB where name like "R???rt?*"'),Object(i.mdx)("p",null,"Example: To find all the columns in a Table."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Column where table.name="sales_fact"'),Object(i.mdx)("p",null,"Example: To find all the Tables for a column."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where columns.name="sales"'),Object(i.mdx)("p",null,"Example: To retrieve all the entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," that are tagged with ",Object(i.mdx)("em",{parentName:"p"},"Dimension")," classification and its attribute ",Object(i.mdx)("em",{parentName:"p"},"priority")," having 'high'"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},'Table where Dimension.priority = "high"'),Object(i.mdx)("h3",{id:"using-date-literals"},"Using Date Literals"),Object(i.mdx)("p",null,"Dates used in literals need to be specified using the ISO 8601 format."),Object(i.mdx)("p",null,"Dates in this format follow this notation:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"yyyy-MM-ddTHH:mm:ss.SSSZ"),". Which means, year-month-day followed by time in hour-minutes-seconds-milli-seconds. Date and time need to be separated by 'T'. It should end with 'Z'."),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"yyyy-MM-dd"),". Which means, year-month-day.")),Object(i.mdx)("p",null,"Example: Date represents December 11, 2017, at 2:35 AM."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"2017-12-11T02:35:0.0Z"),Object(i.mdx)("p",null,"Example: To retrieve entity of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," created within 2017 and 2018."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where createTime < '2018-01-01' and createTime > '2017-01-01'"),Object(i.mdx)("h4",{id:"using-boolean-literals"},"Using Boolean Literals"),Object(i.mdx)("p",null,"Properties of entities of type boolean can be used within queries."),Object(i.mdx)("p",null,"Example: To retrieve entity of type hdfs",Object(i.mdx)("em",{parentName:"p"},"path whose attribute _isFile")," is set to ",Object(i.mdx)("em",{parentName:"p"},"true")," and whose name is ",Object(i.mdx)("em",{parentName:"p"},"Invoice"),"."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},'from hdfs_path where isFile = true or name = "Invoice"'),Object(i.mdx)("p",null,"Valid values for boolean literals are 'true' and 'false'."),Object(i.mdx)("h3",{id:"existence-of-a-property"},"Existence of a Property"),Object(i.mdx)("p",null,"The has keyword can be used with or without the where clause. It is used to check existence of a property in an entity."),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table with a property locationUri."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table has locationUri\nfrom Table where Table has locationUri"),Object(i.mdx)("h3",{id:"select-clause"},"Select Clause"),Object(i.mdx)("p",null,"If you noticed the output displayed on the web page, it displays a tabular display, each row corresponding to an entity and columns are properties of that entity. The select clause allows for choosing the properties of entity that are of interest."),Object(i.mdx)("p",null,"Example: To retrieve entity of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," with few properties:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table select owner, name, qualifiedName"),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table for a specific table with some properties."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where name = 'customer_dim' select owner, name, qualifiedName"),Object(i.mdx)("p",null,"To display column headers that are more meaningful, aliases can be added using the 'as' clause."),Object(i.mdx)("p",null,"Example: To display column headers as 'Owner', 'Name' and 'FullName'."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"from Table select owner as Owner, name as Name, qualifiedName as FullName"),Object(i.mdx)("h4",{id:"note-about-select-clauses"},"Note About Select Clauses"),Object(i.mdx)("p",null,"Given the complexity involved in using select clauses, these are the few rules to remember when using select clauses:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Works with all immediate attributes."),Object(i.mdx)("li",{parentName:"ul"},"Works with Immediate attributes and aggregation on immediate attributes."),Object(i.mdx)("li",{parentName:"ul"},"Referred attributes cannot be mixed with immediate attributes.")),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table with name 'Sales' and display 'name' and 'owner' attribute of the referred entity DB."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"Table where name = 'abcd' select DB.name, DB.owner"),Object(i.mdx)("p",null,"Current implementation does not allow the following:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table where name = 'abcd' select DB.name, Table.name"),Object(i.mdx)("h3",{id:"classification-based-filtering"},"Classification-based Filtering"),Object(i.mdx)("p",null,"In order to retrieve entities based on classification, a query would use ",Object(i.mdx)("em",{parentName:"p"},"is")," or ",Object(i.mdx)("em",{parentName:"p"},"isa")," keywords."),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," that are tagged with ",Object(i.mdx)("em",{parentName:"p"},"Dimension")," classification."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"from Table isa Dimension"),Object(i.mdx)("p",null,"Since, from is optional and ",Object(i.mdx)("em",{parentName:"p"},"is")," (or ",Object(i.mdx)("em",{parentName:"p"},"isa"),") are equivalent, the following queries yield the same results:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table is Dimension"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"is")," and ",Object(i.mdx)("em",{parentName:"p"},"isa")," clauses can also be used in ",Object(i.mdx)("em",{parentName:"p"},"where")," condition like:"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"from Table where Table isa Dimension"),Object(i.mdx)("p",null,"To search for all entities having a particular classification, simply use the name of the classification."),Object(i.mdx)("p",null,"Example: To retrieve all entities that have ",Object(i.mdx)("em",{parentName:"p"},"Dimension")," classification."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"Dimension"),Object(i.mdx)("p",null,"To search for all entities having a particular classification with its attribute, add filter in where clause."),Object(i.mdx)("p",null,"Example: To retrieve all the entities that are tagged with ",Object(i.mdx)("em",{parentName:"p"},"Dimension")," classification and its attribute ",Object(i.mdx)("em",{parentName:"p"},"priority")," having 'high'"),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},'Dimension where Dimension.priority = "high"'),Object(i.mdx)("p",null,"###Non-Primitive attribute Filtering\nIn the discussion so far we looked at where clauses with primitive types. This section will look at using properties that are non-primitive types."),Object(i.mdx)("h4",{id:"relationship-based-filtering"},"Relationship-based filtering"),Object(i.mdx)("p",null,"In this model, the DB is modeled such that it is aware of all the Table it contains. Table on the other hand is aware of existence of the DB but is not aware of all the other ",Object(i.mdx)("em",{parentName:"p"},"Table")," instances within the system. Each Table maintains reference of the ",Object(i.mdx)("em",{parentName:"p"},"DB")," it belongs to."),Object(i.mdx)("p",null,"Similar structure exists within the ",Object(i.mdx)("em",{parentName:"p"},"hive")," data model."),Object(i.mdx)("p",null,"Example: To retrieve all the instances of the ",Object(i.mdx)("em",{parentName:"p"},"Table")," belonging to a database named 'Sales':"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where db.name = "Sales"'),Object(i.mdx)("p",null,"Example: To retrieve all the instances of the ",Object(i.mdx)("em",{parentName:"p"},"Table")," belonging to a database named 'Sales' and whose column name starts with 'customer':"),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where db.name = "Sales" and columns.name like "customer*"'),Object(i.mdx)("p",null,"The entity Column is modeled in a similar way. Each Table entity has outward edges pointing to Column entity instances corresponding to each column within the table."),Object(i.mdx)("p",null,"Example: To retrieve all the Column entities for a given Table."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where name = "time_dim" select columns'),Object(i.mdx)("p",null,"The properties of each ",Object(i.mdx)("em",{parentName:"p"},"Column")," entity type are displayed."),Object(i.mdx)("h4",{id:"glossary-term-based-filtering"},"Glossary Term-based Filtering"),Object(i.mdx)("p",null,"In order to retrieve entities based on glossary term, a query would use ",Object(i.mdx)("em",{parentName:"p"},"hasTerm")," keyword."),Object(i.mdx)("p",null,"To search for entities having a particular glossary term, user needs to add a fully qualified name. i.e ",Object(i.mdx)("em",{parentName:"p"},"{termName}@{glossaryName}"),". In case the user adds only the term name, all the entities with particular term name will be returned, irrespective of which glossary it is in."),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," having glossary term ",Object(i.mdx)("em",{parentName:"p"},"savingsAccount@Banking"),", below are the possible ways."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'from Table hasTerm "savingsAccount@Banking"\nTable hasTerm "savingsAccount@Banking"\nTable hasTerm "savingsAccount"\nTable where Table hasTerm "savingsAccount@Banking"'),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," having glossary term ",Object(i.mdx)("em",{parentName:"p"},"savingsAccount@Banking")," and whose name is 'customer'."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'from Table hasTerm "savingsAccount@Banking" and name = "customer"'),Object(i.mdx)("p",null,"Example: To retrieve all entities of type ",Object(i.mdx)("em",{parentName:"p"},"Table")," having glossary term ",Object(i.mdx)("em",{parentName:"p"},"savingsAccount@Banking")," or tagged with 'Dimension' classification and whose column name starts with 'customer'."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'from Table hasTerm "savingsAccount@Banking" or Table isA Dimension and (columns.name like "customer*")'),Object(i.mdx)("h3",{id:"limit--offset-clauses"},"Limit & Offset Clauses"),Object(i.mdx)("p",null,"Often a query yields large number of results. To limit the outcome of the query, the limit and offset clauses are used."),Object(i.mdx)("p",null,"Example: To retrieve only the 5 entities from a result set."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"Column limit 5"),Object(i.mdx)("p",null,"The offset clauses retrieves results after the offset value."),Object(i.mdx)("p",null,"Example: To retrieve only 5 entities from the result set after skipping the first 10."),Object(i.mdx)(r.a,{wrapLines:!0,language:"sql",style:l.a,mdxType:"SyntaxHighlighter"},"Column limit 5 offset 10"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"limit")," and ",Object(i.mdx)("em",{parentName:"p"},"offset")," clauses are usually specified in conjunction."),Object(i.mdx)("p",null,"If no limit clause is specified in the query, a limit clause with a default limit (usually 100) is added to the query. This prevents the query from inadvertently fetching large number of results."),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"offset")," clause is useful for displaying results in a user interface where few results from the result set are showing and more results are fetched as the user advances to next page."),Object(i.mdx)("h3",{id:"ordering-results"},"Ordering Results"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"orderby")," clause allows for sorting of results. Results are sorted in ascending order by default. Only immediate attributes can be used within this clause."),Object(i.mdx)("p",null,"Ordering can be changed by using:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"ASC Sort in ascending order. This is the default. If no ordering is specified after the ",Object(i.mdx)("em",{parentName:"li"},"orderby")," clause."),Object(i.mdx)("li",{parentName:"ul"},"DESC Sort in descending order. This needs to be explicitly specified after the ",Object(i.mdx)("em",{parentName:"li"},"orderby")," clause.")),Object(i.mdx)("p",null,"Example: To retrieve the entities of type ",Object(i.mdx)("em",{parentName:"p"},"Column")," that are sorted in ascending order using the name property."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"from Column orderby name\nfrom Column orderby name asc"),Object(i.mdx)("p",null,"Example: Same results as above except that they are sorted in descending order."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"from Column orderby name desc"),Object(i.mdx)("p",null,"Example: To retrieve the entities of type ",Object(i.mdx)("em",{parentName:"p"},"Column")," filtered with name and associated with 'savingsAccount@Banking' glossary term, that are sorted in ascending order using the name property."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'from Column hasTerm "savingsAccount@Banking" and name = "customer_id" orderby name asc'),Object(i.mdx)("h3",{id:"aggregate-functions"},"Aggregate Functions"),Object(i.mdx)("p",null,"Let's look at aggregate functions:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"sum"),": Adds (sums up) a value of the property specified, within the result set."),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"min"),": Finds the minimum value of the property specified, within a result set."),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"max"),": Finds the maximum value of the property specified, within a result set."),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},"count"),": Finds the number of items specified by the group by clause.")),Object(i.mdx)("p",null,"These work only on immediate attributes."),Object(i.mdx)("p",null,"Other examples of these in the ",Object(i.mdx)("em",{parentName:"p"},"Grouping Results")," section."),Object(i.mdx)("h3",{id:"the-count-keyword"},"The count Keyword"),Object(i.mdx)("p",null,"Shows the number of items in a result set."),Object(i.mdx)("p",null,"Example: To know how may entities of a type Column."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Column select count()"),"Example: Same as above with alias.",Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Column select count() as Cols"),Object(i.mdx)("p",null,"Example: To find the number of tables in a database."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table where db.name = "Reporting" select count()'),Object(i.mdx)("p",null,"Example: To find the number of terms associated with particular type 'Table'."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Table hasTerm "savingsAccount@Banking" select count() as terms'),Object(i.mdx)("h3",{id:"the-max-keyword"},"The max Keyword"),Object(i.mdx)("p",null,"Using this keyword it is possible to retrieve the maximum value of a property for an entity."),Object(i.mdx)("p",null,"Example: Get the most recently created value of the ",Object(i.mdx)("em",{parentName:"p"},"createTime")," property of the Table entity."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table select max(createTime)"),Object(i.mdx)("h3",{id:"the-min-keyword"},"The min Keyword"),Object(i.mdx)("p",null,"Using this keyword it is possible to retrieve the minimum value of a property for an entity."),Object(i.mdx)("p",null,"Example: Get the least recently created value of the ",Object(i.mdx)("em",{parentName:"p"},"createTime")," property of the Table entity."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table select min(createTime)"),Object(i.mdx)("h3",{id:"grouping-results"},"Grouping Results"),Object(i.mdx)("p",null,"The ",Object(i.mdx)("em",{parentName:"p"},"groupby")," clause groups results within the result using specified property."),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table such that tables belonging to an owner are together (grouped by owner)."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table groupby(owner)"),Object(i.mdx)("p",null,"While ",Object(i.mdx)("em",{parentName:"p"},"groupby")," can work without ",Object(i.mdx)("em",{parentName:"p"},"select"),", if aggregate functions are used within ",Object(i.mdx)("em",{parentName:"p"},"select")," clause, using ",Object(i.mdx)("em",{parentName:"p"},"groupby")," clause becomes mandatory as aggregate functions operate on a group."),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table such we know the most recently created entity."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table groupby(createTime) select owner, name, max(createTime)"),Object(i.mdx)("p",null,"Example: To retrieve entity of type Table such we know the oldest entity."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table groupby(createTime) select owner, name, min(createTime)"),Object(i.mdx)("p",null,"Example: To know the number of entities owned by each owner."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table groupby(owner) select owner, count()"),Object(i.mdx)("h3",{id:"using-system-attributes"},"Using System Attributes"),Object(i.mdx)("p",null,"Each type defined within Atlas gets few attributes by default. These attributes help with internal bookkeeping of the entities. All the system attributes are prefixed with '__' (double underscore). This helps in identifying them from other attributes.\nFollowing are the system attributes:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"__guid Each entity within Atlas is assigned a globally unique identifier (GUID for short)."),Object(i.mdx)("li",{parentName:"ul"},"__modifiedBy Name of the user who last modified the entity."),Object(i.mdx)("li",{parentName:"ul"},"__createdBy Name of the user who created the entity."),Object(i.mdx)("li",{parentName:"ul"},"__state Current state of the entity. Please see below for details."),Object(i.mdx)("li",{parentName:"ul"},"__timestamp Timestamp (date represented as integer) of the entity at the time of creation."),Object(i.mdx)("li",{parentName:"ul"},"__modificationTimestamp Timestamp (date represented as integer) of the entity at the time of last modification.")),Object(i.mdx)("h3",{id:"state-of-an-entity"},"State of an Entity"),Object(i.mdx)("p",null,"Entity within Atlas can be in the following states:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"ACTIVE This is the state of entities that when it is available and is used within the system. It can be retrieved by default by searches."),Object(i.mdx)("li",{parentName:"ul"},"DELETED When an entity is deleted, it's state is marked as DELETED. Entity in this state does not show up in search results. Explicit request needs to be made to retrieve this entity.")),Object(i.mdx)("h3",{id:"using-system-attributes-in-queries"},"Using System Attributes in Queries"),Object(i.mdx)("p",null,"Example: To retrieve all entities that are deleted."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'Asset where __state = "DELETED"'),Object(i.mdx)("p",null,"Example: To retrieve entity GUIDs."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"Table select __guid"),Object(i.mdx)("p",null,"Example: To retrieve several system attributes."),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},"hive_db select __timestamp, __modificationTimestamp, __state, __createdBy"),Object(i.mdx)("h2",{id:"advanced-search-rest-api"},"Advanced Search REST API"),Object(i.mdx)("p",null,"Relevant models for these operations:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},Object(i.mdx)("a",{parentName:"em",href:"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java"},"AtlasSearchResult"))),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("em",{parentName:"li"},Object(i.mdx)("a",{parentName:"em",href:"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/exception/AtlasBaseException.java"},"AtlasBaseException")))),Object(i.mdx)("h3",{id:"the-v2-api"},"The V2 API"),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Get Results using DSL Search")),Object(i.mdx)("table",null,Object(i.mdx)("thead",{parentName:"table"},Object(i.mdx)("tr",{parentName:"thead"},Object(i.mdx)("th",{parentName:"tr",align:"center"},Object(i.mdx)("strong",{parentName:"th"},Object(i.mdx)("em",{parentName:"strong"},"Example"))),Object(i.mdx)("th",{parentName:"tr",align:"center"},Object(i.mdx)("strong",{parentName:"th"},"See Examples sections below.")))),Object(i.mdx)("tbody",{parentName:"table"},Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"URL")),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"api/atlas/v2/search/dsl"))),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Method")),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"GET"))),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"URL Parameters")),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"query"),": Query conforming to DSL syntax.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"typeName"),": Type name of the entity to be retrived.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"classification"),": Classification associated with the type or query.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"limit"),": Maximum number of items in the result set.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"offset"),": Starting index of the item in the result set.")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Data Parameters")),Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"None"))),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Success Response")),Object(i.mdx)("td",{parentName:"tr",align:"center"},"The JSON will correspond to ",Object(i.mdx)("a",{parentName:"td",href:"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java"},"AtlasSearchResult"),".")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Error Response")),Object(i.mdx)("td",{parentName:"tr",align:"center"},"Errors that are handled within the system will be returned as ",Object(i.mdx)("a",{parentName:"td",href:"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/exception/AtlasBaseException.java"},"AtlasBaseException"),".")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"},Object(i.mdx)("em",{parentName:"td"},"Method Signature")),Object(i.mdx)("td",{parentName:"tr",align:"center"},"@GET")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},'@Path("/dsl")')),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},"@Consumes(Servlets.JSON_MEDIA_TYPE)")),Object(i.mdx)("tr",{parentName:"tbody"},Object(i.mdx)("td",{parentName:"tr",align:"center"}),Object(i.mdx)("td",{parentName:"tr",align:"center"},"@Produces(Servlets.JSON_MEDIA_TYPE)")))),Object(i.mdx)("p",null,Object(i.mdx)("em",{parentName:"p"},"Examples")),Object(i.mdx)(r.a,{wrapLines:!0,language:"html",style:l.a,mdxType:"SyntaxHighlighter"},'curl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?typeName=Table"\ncurl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?typeName=Column&classification=PII"\ncurl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?typeName=Table&classification=Dimension&limit=10&offset=2"\ncurl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?query=Table%20isa%20Dimension"\ncurl -X GET -u admin:admin -H "Content-Type: application/json" "http://localhost:21000/api/atlas/v2/search/dsl?query=Table%20isa%20Dimension&limit=5&offset=2"'),Object(i.mdx)("h2",{id:"implementation-approach"},"Implementation Approach"),Object(i.mdx)("p",null,"The general approach followed in implementation of DSL within Atlas can be enumerated in following steps:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Parser parses the incoming query for syntax."),Object(i.mdx)("li",{parentName:"ul"},"Abstract syntax tree is generated by for a query that is parsed successfully."),Object(i.mdx)("li",{parentName:"ul"},"Syntax tree is 'walked' using visitor pattern."),Object(i.mdx)("li",{parentName:"ul"},"Each 'visit' within the tree adds a step in the Gremlin pipeline."),Object(i.mdx)("li",{parentName:"ul"},"When done, the generated script is executed using Gremlin Script Engine."),Object(i.mdx)("li",{parentName:"ul"},"Results generated be the query, if any, are processed and packaged in AtlasSearchResult structure.")),Object(i.mdx)("h2",{id:"differences-between-master-and-earlier-versions"},"Differences Between Master and Earlier Versions"),Object(i.mdx)("p",null,"The following clauses are no longer supported:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"path"),Object(i.mdx)("li",{parentName:"ul"},"loop")),Object(i.mdx)("h2",{id:"resources"},"Resources"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Antlr ",Object(i.mdx)("a",{parentName:"li",href:"https://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference"},"Book"),"."),Object(i.mdx)("li",{parentName:"ul"},"Antlr ",Object(i.mdx)("a",{parentName:"li",href:"https://github.com/antlr/antlr4/blob/master/doc/getting-started.md"},"Quick Start"),"."),Object(i.mdx)("li",{parentName:"ul"},"Atlas DSL Grammar on ",Object(i.mdx)("a",{parentName:"li",href:"https://github.com/apache/atlas/blob/master/repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4"},"GitHub")," (Antlr G4 format).")))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Search/SearchAdvanced.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-search-search-advanced.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-search-search-advanced.b185f4c5b68d73002af0.js.map b/static/js/documents-search-search-advanced.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..b243d8b
--- /dev/null
+++ b/static/js/documents-search-search-advanced.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Search/SearchAdvanced.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-search-search-advanced.2421bf2c.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"advanced-search\"\n    }}>{`Advanced Search`}</h1>\n    <h3 {...{\n      \"id\": \"background\"\n    }}><strong parentName=\"h3\">{`Background`}</strong></h3>\n    <p>{`Advanced Search in Atlas is also referred to as DSL-based Search.`}</p>\n    <p>{`Domain Specific Search (DSL) is a language with simple constructs that help users navigate Atlas data repository. The syntax loosely emulates the popular Structured Query Language (SQL) from relation database world.`}</p>\n    <p>{`Benefits of DSL:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Abstracts the implementation-level database constructs. This avoids the necessity of knowing about the underlying graph database constructs.`}</li>\n      <li parentName=\"ul\">{`User are provided with an abstraction that helps them retrieve the data by just being aware of the types and their relationships within their dataset.`}</li>\n      <li parentName=\"ul\">{`Allows for a way to specify the desired output.`}</li>\n      <li parentName=\"ul\">{`Use of classifications is accounted for in the syntax.`}</li>\n      <li parentName=\"ul\">{`Provides way to group and aggregate results.`}</li>\n    </ul>\n    <p>{`We will be using the quick start dataset in the examples that follow. This dataset is comprehensive enough to be used to demonstrate the various features of the language.`}</p>\n    <p>{`For details on the grammar, please refer to Atlas DSL Grammar on `}<a parentName=\"p\" {...{\n        \"href\": \"https://github.com/apache/atlas/blob/master/repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4\"\n      }}>{`GitHub`}</a>{` (Antlr G4 format).`}</p>\n    <h2 {...{\n      \"id\": \"using-advanced-search\"\n    }}>{`Using Advanced Search`}</h2>\n    <p>{`Within the Atlas UI, select Advanced in the Search pane on the left.`}</p>\n    <p>{`Notice that the `}<em parentName=\"p\">{`Favorite Searches`}</em>{` pane below the `}<em parentName=\"p\">{`Search By Query`}</em>{` box. Like `}<em parentName=\"p\">{`Basic Search`}</em>{`, it is possible to save the `}<em parentName=\"p\">{`Advanced Searches`}</em>{` as well.`}</p>\n    <h2 {...{\n      \"id\": \"introduction-to-domain-specific-language\"\n    }}>{`Introduction to Domain Specific Language`}</h2>\n    <p>{`DSL uses the familiar SQL-like syntax.`}</p>\n    <p>{`At a high-level a query has a `}<em parentName=\"p\">{`from-where-select`}</em>{` format. Additional keywords like `}<em parentName=\"p\">{`grouby`}</em>{`, `}<em parentName=\"p\">{`orderby`}</em>{`, `}<em parentName=\"p\">{`limit`}</em>{` can be used to added to affect the output. We will see examples of these below.`}</p>\n    <h3 {...{\n      \"id\": \"from-clause\"\n    }}>{`From Clause`}</h3>\n    <p>{`Specifying the `}<em parentName=\"p\">{`from`}</em>{` clause is mandatory. Using the `}<em parentName=\"p\">{`from`}</em>{` keyword itself is optional. The value specified in the `}<em parentName=\"p\">{`from`}</em>{` clause acts as the source or starting point for the rest of the query to source its inputs.`}</p>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`DB`}</em>{`:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`DB\nfrom DB`}\n    </SyntaxHighlighter>\n    <p>{`In the absence of `}<em parentName=\"p\">{`where`}</em>{` for filtering on the source, the dataset fetched by the `}<em parentName=\"p\">{`from`}</em>{` clause is everything from the database. Based on the size of the data present in the database, there is a potential to overwhelm the server. The query processor thus adds `}<em parentName=\"p\">{`limit`}</em>{` clause with a default value set. See the section on `}<em parentName=\"p\">{`limit`}</em>{` clause for details.`}</p>\n    <h3 {...{\n      \"id\": \"where-clause\"\n    }}>{`Where Clause`}</h3>\n    <p>{`The `}<em parentName=\"p\">{`where`}</em>{` clause allows for filtering over the dataset. This achieved by using conditions within the where clause.`}</p>\n    <p>{`A condition is an identifier followed by an operator followed by a literal. Literal must be enclosed in single or double quotes. Example, `}<em parentName=\"p\">{`name = \"Sales\"`}</em>{`. An identifier can be the name of the property of the type specified in the `}<em parentName=\"p\">{`from`}</em>{` clause or an alias.`}</p>\n    <p>{`Example: To retrieve entity of type `}<em parentName=\"p\">{`Table`}</em>{` with a specific name say time_dim:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name = 'time_dim'`}\n    </SyntaxHighlighter>\n    <p>{`It is possible to specify multiple conditions by combining them using `}<em parentName=\"p\">{`and`}</em>{`, `}<em parentName=\"p\">{`or`}</em>{` operators.`}</p>\n    <p>{`Example: To retrieve entity of type Table with name that can be either time_dim or customer_dim:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name = 'time_dim' or name = 'customer_dim'`}\n    </SyntaxHighlighter>\n    <p>{`Filtering based on a list of values is done using by specifying the values in the square brackets. A value array is a list of values enclosed within square brackets. This is a simple way to specify an OR clause on an identifier.`}</p>\n    <p>{`Note that having several OR clauses on the same attribute may be inefficient. Alternate way is to use the value array as shown in the example below.`}</p>\n    <p>{`Example: The query in the example above can be written using a value array as shown below.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name = [\"customer_dim\", \"time_dim\"]`}\n    </SyntaxHighlighter>\n    <p>{`A condition that uses the LIKE operator, allows for filtering using wildcards like '*' or '?'.\nExample: To retrieve entity of type `}<em parentName=\"p\">{`Table`}</em>{` whose name ends with '_dim':`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name LIKE '*_dim'`}\n    </SyntaxHighlighter>\n    <p>{`Additional forms of regular expressions can also be used.`}</p>\n    <p>{`Example: To retrieve `}<em parentName=\"p\">{`DB`}</em>{` whose name starts with `}<em parentName=\"p\">{`R`}</em>{` followed by has any 3 characters, followed by `}<em parentName=\"p\">{`rt`}</em>{` followed by at least 1 character, followed by none or any number of characters.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`DB where name like \"R???rt?*\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To find all the columns in a Table.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column where table.name=\"sales_fact\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To find all the Tables for a column.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where columns.name=\"sales\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve all the entities of type `}<em parentName=\"p\">{`Table`}</em>{` that are tagged with `}<em parentName=\"p\">{`Dimension`}</em>{` classification and its attribute `}<em parentName=\"p\">{`priority`}</em>{` having 'high'`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where Dimension.priority = \"high\"`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"using-date-literals\"\n    }}>{`Using Date Literals`}</h3>\n    <p>{`Dates used in literals need to be specified using the ISO 8601 format.`}</p>\n    <p>{`Dates in this format follow this notation:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`yyyy-MM-ddTHH:mm:ss.SSSZ`}</em>{`. Which means, year-month-day followed by time in hour-minutes-seconds-milli-seconds. Date and time need to be separated by 'T'. It should end with 'Z'.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`yyyy-MM-dd`}</em>{`. Which means, year-month-day.`}</li>\n    </ul>\n    <p>{`Example: Date represents December 11, 2017, at 2:35 AM.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`2017-12-11T02:35:0.0Z`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve entity of type `}<em parentName=\"p\">{`Table`}</em>{` created within 2017 and 2018.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where createTime < '2018-01-01' and createTime > '2017-01-01'`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"using-boolean-literals\"\n    }}>{`Using Boolean Literals`}</h4>\n    <p>{`Properties of entities of type boolean can be used within queries.`}</p>\n    <p>{`Example: To retrieve entity of type hdfs`}<em parentName=\"p\">{`path whose attribute _isFile`}</em>{` is set to `}<em parentName=\"p\">{`true`}</em>{` and whose name is `}<em parentName=\"p\">{`Invoice`}</em>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from hdfs_path where isFile = true or name = \"Invoice\"`}\n    </SyntaxHighlighter>\n    <p>{`Valid values for boolean literals are 'true' and 'false'.`}</p>\n    <h3 {...{\n      \"id\": \"existence-of-a-property\"\n    }}>{`Existence of a Property`}</h3>\n    <p>{`The has keyword can be used with or without the where clause. It is used to check existence of a property in an entity.`}</p>\n    <p>{`Example: To retrieve entity of type Table with a property locationUri.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table has locationUri\nfrom Table where Table has locationUri`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"select-clause\"\n    }}>{`Select Clause`}</h3>\n    <p>{`If you noticed the output displayed on the web page, it displays a tabular display, each row corresponding to an entity and columns are properties of that entity. The select clause allows for choosing the properties of entity that are of interest.`}</p>\n    <p>{`Example: To retrieve entity of type `}<em parentName=\"p\">{`Table`}</em>{` with few properties:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table select owner, name, qualifiedName`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve entity of type Table for a specific table with some properties.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where name = 'customer_dim' select owner, name, qualifiedName`}\n    </SyntaxHighlighter>\n    <p>{`To display column headers that are more meaningful, aliases can be added using the 'as' clause.`}</p>\n    <p>{`Example: To display column headers as 'Owner', 'Name' and 'FullName'.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table select owner as Owner, name as Name, qualifiedName as FullName`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"note-about-select-clauses\"\n    }}>{`Note About Select Clauses`}</h4>\n    <p>{`Given the complexity involved in using select clauses, these are the few rules to remember when using select clauses:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Works with all immediate attributes.`}</li>\n      <li parentName=\"ul\">{`Works with Immediate attributes and aggregation on immediate attributes.`}</li>\n      <li parentName=\"ul\">{`Referred attributes cannot be mixed with immediate attributes.`}</li>\n    </ul>\n    <p>{`Example: To retrieve entity of type Table with name 'Sales' and display 'name' and 'owner' attribute of the referred entity DB.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where name = 'abcd' select DB.name, DB.owner`}\n    </SyntaxHighlighter>\n    <p>{`Current implementation does not allow the following:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where name = 'abcd' select DB.name, Table.name`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"classification-based-filtering\"\n    }}>{`Classification-based Filtering`}</h3>\n    <p>{`In order to retrieve entities based on classification, a query would use `}<em parentName=\"p\">{`is`}</em>{` or `}<em parentName=\"p\">{`isa`}</em>{` keywords.`}</p>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`Table`}</em>{` that are tagged with `}<em parentName=\"p\">{`Dimension`}</em>{` classification.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table isa Dimension`}\n    </SyntaxHighlighter>\n    <p>{`Since, from is optional and `}<em parentName=\"p\">{`is`}</em>{` (or `}<em parentName=\"p\">{`isa`}</em>{`) are equivalent, the following queries yield the same results:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table is Dimension`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`is`}</em>{` and `}<em parentName=\"p\">{`isa`}</em>{` clauses can also be used in `}<em parentName=\"p\">{`where`}</em>{` condition like:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table where Table isa Dimension`}\n    </SyntaxHighlighter>\n    <p>{`To search for all entities having a particular classification, simply use the name of the classification.`}</p>\n    <p>{`Example: To retrieve all entities that have `}<em parentName=\"p\">{`Dimension`}</em>{` classification.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Dimension`}\n    </SyntaxHighlighter>\n    <p>{`To search for all entities having a particular classification with its attribute, add filter in where clause.`}</p>\n    <p>{`Example: To retrieve all the entities that are tagged with `}<em parentName=\"p\">{`Dimension`}</em>{` classification and its attribute `}<em parentName=\"p\">{`priority`}</em>{` having 'high'`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Dimension where Dimension.priority = \"high\"`}\n    </SyntaxHighlighter>\n    <p>{`###Non-Primitive attribute Filtering\nIn the discussion so far we looked at where clauses with primitive types. This section will look at using properties that are non-primitive types.`}</p>\n    <h4 {...{\n      \"id\": \"relationship-based-filtering\"\n    }}>{`Relationship-based filtering`}</h4>\n    <p>{`In this model, the DB is modeled such that it is aware of all the Table it contains. Table on the other hand is aware of existence of the DB but is not aware of all the other `}<em parentName=\"p\">{`Table`}</em>{` instances within the system. Each Table maintains reference of the `}<em parentName=\"p\">{`DB`}</em>{` it belongs to.`}</p>\n    <p>{`Similar structure exists within the `}<em parentName=\"p\">{`hive`}</em>{` data model.`}</p>\n    <p>{`Example: To retrieve all the instances of the `}<em parentName=\"p\">{`Table`}</em>{` belonging to a database named 'Sales':`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where db.name = \"Sales\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve all the instances of the `}<em parentName=\"p\">{`Table`}</em>{` belonging to a database named 'Sales' and whose column name starts with 'customer':`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where db.name = \"Sales\" and columns.name like \"customer*\"`}\n    </SyntaxHighlighter>\n    <p>{`The entity Column is modeled in a similar way. Each Table entity has outward edges pointing to Column entity instances corresponding to each column within the table.`}</p>\n    <p>{`Example: To retrieve all the Column entities for a given Table.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where name = \"time_dim\" select columns`}\n    </SyntaxHighlighter>\n    <p>{`The properties of each `}<em parentName=\"p\">{`Column`}</em>{` entity type are displayed.`}</p>\n    <h4 {...{\n      \"id\": \"glossary-term-based-filtering\"\n    }}>{`Glossary Term-based Filtering`}</h4>\n    <p>{`In order to retrieve entities based on glossary term, a query would use `}<em parentName=\"p\">{`hasTerm`}</em>{` keyword.`}</p>\n    <p>{`To search for entities having a particular glossary term, user needs to add a fully qualified name. i.e `}<em parentName=\"p\">{`{termName}@{glossaryName}`}</em>{`. In case the user adds only the term name, all the entities with particular term name will be returned, irrespective of which glossary it is in.`}</p>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`Table`}</em>{` having glossary term `}<em parentName=\"p\">{`savingsAccount@Banking`}</em>{`, below are the possible ways.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table hasTerm \"savingsAccount@Banking\"\nTable hasTerm \"savingsAccount@Banking\"\nTable hasTerm \"savingsAccount\"\nTable where Table hasTerm \"savingsAccount@Banking\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`Table`}</em>{` having glossary term `}<em parentName=\"p\">{`savingsAccount@Banking`}</em>{` and whose name is 'customer'.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table hasTerm \"savingsAccount@Banking\" and name = \"customer\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve all entities of type `}<em parentName=\"p\">{`Table`}</em>{` having glossary term `}<em parentName=\"p\">{`savingsAccount@Banking`}</em>{` or tagged with 'Dimension' classification and whose column name starts with 'customer'.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Table hasTerm \"savingsAccount@Banking\" or Table isA Dimension and (columns.name like \"customer*\")`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"limit--offset-clauses\"\n    }}>{`Limit & Offset Clauses`}</h3>\n    <p>{`Often a query yields large number of results. To limit the outcome of the query, the limit and offset clauses are used.`}</p>\n    <p>{`Example: To retrieve only the 5 entities from a result set.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column limit 5`}\n    </SyntaxHighlighter>\n    <p>{`The offset clauses retrieves results after the offset value.`}</p>\n    <p>{`Example: To retrieve only 5 entities from the result set after skipping the first 10.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"sql\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column limit 5 offset 10`}\n    </SyntaxHighlighter>\n    <p>{`The `}<em parentName=\"p\">{`limit`}</em>{` and `}<em parentName=\"p\">{`offset`}</em>{` clauses are usually specified in conjunction.`}</p>\n    <p>{`If no limit clause is specified in the query, a limit clause with a default limit (usually 100) is added to the query. This prevents the query from inadvertently fetching large number of results.`}</p>\n    <p>{`The `}<em parentName=\"p\">{`offset`}</em>{` clause is useful for displaying results in a user interface where few results from the result set are showing and more results are fetched as the user advances to next page.`}</p>\n    <h3 {...{\n      \"id\": \"ordering-results\"\n    }}>{`Ordering Results`}</h3>\n    <p>{`The `}<em parentName=\"p\">{`orderby`}</em>{` clause allows for sorting of results. Results are sorted in ascending order by default. Only immediate attributes can be used within this clause.`}</p>\n    <p>{`Ordering can be changed by using:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`ASC Sort in ascending order. This is the default. If no ordering is specified after the `}<em parentName=\"li\">{`orderby`}</em>{` clause.`}</li>\n      <li parentName=\"ul\">{`DESC Sort in descending order. This needs to be explicitly specified after the `}<em parentName=\"li\">{`orderby`}</em>{` clause.`}</li>\n    </ul>\n    <p>{`Example: To retrieve the entities of type `}<em parentName=\"p\">{`Column`}</em>{` that are sorted in ascending order using the name property.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Column orderby name\nfrom Column orderby name asc`}\n    </SyntaxHighlighter>\n    <p>{`Example: Same results as above except that they are sorted in descending order.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Column orderby name desc`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve the entities of type `}<em parentName=\"p\">{`Column`}</em>{` filtered with name and associated with 'savingsAccount@Banking' glossary term, that are sorted in ascending order using the name property.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`from Column hasTerm \"savingsAccount@Banking\" and name = \"customer_id\" orderby name asc`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"aggregate-functions\"\n    }}>{`Aggregate Functions`}</h3>\n    <p>{`Let's look at aggregate functions:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`sum`}</em>{`: Adds (sums up) a value of the property specified, within the result set.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`min`}</em>{`: Finds the minimum value of the property specified, within a result set.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`max`}</em>{`: Finds the maximum value of the property specified, within a result set.`}</li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`count`}</em>{`: Finds the number of items specified by the group by clause.`}</li>\n    </ul>\n    <p>{`These work only on immediate attributes.`}</p>\n    <p>{`Other examples of these in the `}<em parentName=\"p\">{`Grouping Results`}</em>{` section.`}</p>\n    <h3 {...{\n      \"id\": \"the-count-keyword\"\n    }}>{`The count Keyword`}</h3>\n    <p>{`Shows the number of items in a result set.`}</p>\n    <p>{`Example: To know how may entities of a type Column.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column select count()`}\n    </SyntaxHighlighter>\nExample: Same as above with alias.\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Column select count() as Cols`}\n    </SyntaxHighlighter>\n    <p>{`Example: To find the number of tables in a database.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table where db.name = \"Reporting\" select count()`}\n    </SyntaxHighlighter>\n    <p>{`Example: To find the number of terms associated with particular type 'Table'.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table hasTerm \"savingsAccount@Banking\" select count() as terms`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"the-max-keyword\"\n    }}>{`The max Keyword`}</h3>\n    <p>{`Using this keyword it is possible to retrieve the maximum value of a property for an entity.`}</p>\n    <p>{`Example: Get the most recently created value of the `}<em parentName=\"p\">{`createTime`}</em>{` property of the Table entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table select max(createTime)`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"the-min-keyword\"\n    }}>{`The min Keyword`}</h3>\n    <p>{`Using this keyword it is possible to retrieve the minimum value of a property for an entity.`}</p>\n    <p>{`Example: Get the least recently created value of the `}<em parentName=\"p\">{`createTime`}</em>{` property of the Table entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table select min(createTime)`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"grouping-results\"\n    }}>{`Grouping Results`}</h3>\n    <p>{`The `}<em parentName=\"p\">{`groupby`}</em>{` clause groups results within the result using specified property.`}</p>\n    <p>{`Example: To retrieve entity of type Table such that tables belonging to an owner are together (grouped by owner).`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table groupby(owner)`}\n    </SyntaxHighlighter>\n    <p>{`While `}<em parentName=\"p\">{`groupby`}</em>{` can work without `}<em parentName=\"p\">{`select`}</em>{`, if aggregate functions are used within `}<em parentName=\"p\">{`select`}</em>{` clause, using `}<em parentName=\"p\">{`groupby`}</em>{` clause becomes mandatory as aggregate functions operate on a group.`}</p>\n    <p>{`Example: To retrieve entity of type Table such we know the most recently created entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table groupby(createTime) select owner, name, max(createTime)`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve entity of type Table such we know the oldest entity.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table groupby(createTime) select owner, name, min(createTime)`}\n    </SyntaxHighlighter>\n    <p>{`Example: To know the number of entities owned by each owner.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table groupby(owner) select owner, count()`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"using-system-attributes\"\n    }}>{`Using System Attributes`}</h3>\n    <p>{`Each type defined within Atlas gets few attributes by default. These attributes help with internal bookkeeping of the entities. All the system attributes are prefixed with '__' (double underscore). This helps in identifying them from other attributes.\nFollowing are the system attributes:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`__guid Each entity within Atlas is assigned a globally unique identifier (GUID for short).`}</li>\n      <li parentName=\"ul\">{`__modifiedBy Name of the user who last modified the entity.`}</li>\n      <li parentName=\"ul\">{`__createdBy Name of the user who created the entity.`}</li>\n      <li parentName=\"ul\">{`__state Current state of the entity. Please see below for details.`}</li>\n      <li parentName=\"ul\">{`__timestamp Timestamp (date represented as integer) of the entity at the time of creation.`}</li>\n      <li parentName=\"ul\">{`__modificationTimestamp Timestamp (date represented as integer) of the entity at the time of last modification.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"state-of-an-entity\"\n    }}>{`State of an Entity`}</h3>\n    <p>{`Entity within Atlas can be in the following states:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`ACTIVE This is the state of entities that when it is available and is used within the system. It can be retrieved by default by searches.`}</li>\n      <li parentName=\"ul\">{`DELETED When an entity is deleted, it's state is marked as DELETED. Entity in this state does not show up in search results. Explicit request needs to be made to retrieve this entity.`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"using-system-attributes-in-queries\"\n    }}>{`Using System Attributes in Queries`}</h3>\n    <p>{`Example: To retrieve all entities that are deleted.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Asset where __state = \"DELETED\"`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve entity GUIDs.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Table select __guid`}\n    </SyntaxHighlighter>\n    <p>{`Example: To retrieve several system attributes.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`hive_db select __timestamp, __modificationTimestamp, __state, __createdBy`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"advanced-search-rest-api\"\n    }}>{`Advanced Search REST API`}</h2>\n    <p>{`Relevant models for these operations:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\"><a parentName=\"em\" {...{\n            \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java\"\n          }}>{`AtlasSearchResult`}</a></em></li>\n      <li parentName=\"ul\"><em parentName=\"li\"><a parentName=\"em\" {...{\n            \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/exception/AtlasBaseException.java\"\n          }}>{`AtlasBaseException`}</a></em></li>\n    </ul>\n    <h3 {...{\n      \"id\": \"the-v2-api\"\n    }}>{`The V2 API`}</h3>\n    <p><strong parentName=\"p\">{`Get Results using DSL Search`}</strong></p>\n    <table>\n      <thead parentName=\"table\">\n        <tr parentName=\"thead\">\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\"><em parentName=\"strong\">{`Example`}</em></strong></th>\n          <th parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><strong parentName=\"th\">{`See Examples sections below.`}</strong></th>\n        </tr>\n      </thead>\n      <tbody parentName=\"table\">\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`URL`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`api/atlas/v2/search/dsl`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Method`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`GET`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`URL Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`query`}</em>{`: Query conforming to DSL syntax.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`typeName`}</em>{`: Type name of the entity to be retrived.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`classification`}</em>{`: Classification associated with the type or query.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`limit`}</em>{`: Maximum number of items in the result set.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`offset`}</em>{`: Starting index of the item in the result set.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Data Parameters`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`None`}</em></td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Success Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`The JSON will correspond to `}<a parentName=\"td\" {...{\n              \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/model/discovery/AtlasSearchResult.java\"\n            }}>{`AtlasSearchResult`}</a>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Error Response`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`Errors that are handled within the system will be returned as `}<a parentName=\"td\" {...{\n              \"href\": \"https://github.com/apache/atlas/blob/master/intg/src/main/java/org/apache/atlas/exception/AtlasBaseException.java\"\n            }}>{`AtlasBaseException`}</a>{`.`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}><em parentName=\"td\">{`Method Signature`}</em></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`@GET`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`@Path(\"/dsl\")`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`@Consumes(Servlets.JSON_MEDIA_TYPE)`}</td>\n        </tr>\n        <tr parentName=\"tbody\">\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}></td>\n          <td parentName=\"tr\" {...{\n            \"align\": \"center\"\n          }}>{`@Produces(Servlets.JSON_MEDIA_TYPE)`}</td>\n        </tr>\n      </tbody>\n    </table>\n    <p><em parentName=\"p\">{`Examples`}</em></p>\n    <SyntaxHighlighter wrapLines={true} language=\"html\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?typeName=Table\"\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?typeName=Column&classification=PII\"\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?typeName=Table&classification=Dimension&limit=10&offset=2\"\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?query=Table%20isa%20Dimension\"\ncurl -X GET -u admin:admin -H \"Content-Type: application/json\" \"http://localhost:21000/api/atlas/v2/search/dsl?query=Table%20isa%20Dimension&limit=5&offset=2\"`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"implementation-approach\"\n    }}>{`Implementation Approach`}</h2>\n    <p>{`The general approach followed in implementation of DSL within Atlas can be enumerated in following steps:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Parser parses the incoming query for syntax.`}</li>\n      <li parentName=\"ul\">{`Abstract syntax tree is generated by for a query that is parsed successfully.`}</li>\n      <li parentName=\"ul\">{`Syntax tree is 'walked' using visitor pattern.`}</li>\n      <li parentName=\"ul\">{`Each 'visit' within the tree adds a step in the Gremlin pipeline.`}</li>\n      <li parentName=\"ul\">{`When done, the generated script is executed using Gremlin Script Engine.`}</li>\n      <li parentName=\"ul\">{`Results generated be the query, if any, are processed and packaged in AtlasSearchResult structure.`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"differences-between-master-and-earlier-versions\"\n    }}>{`Differences Between Master and Earlier Versions`}</h2>\n    <p>{`The following clauses are no longer supported:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`path`}</li>\n      <li parentName=\"ul\">{`loop`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"resources\"\n    }}>{`Resources`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Antlr `}<a parentName=\"li\" {...{\n          \"href\": \"https://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference\"\n        }}>{`Book`}</a>{`.`}</li>\n      <li parentName=\"ul\">{`Antlr `}<a parentName=\"li\" {...{\n          \"href\": \"https://github.com/antlr/antlr4/blob/master/doc/getting-started.md\"\n        }}>{`Quick Start`}</a>{`.`}</li>\n      <li parentName=\"ul\">{`Atlas DSL Grammar on `}<a parentName=\"li\" {...{\n          \"href\": \"https://github.com/apache/atlas/blob/master/repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.g4\"\n        }}>{`GitHub`}</a>{` (Antlr G4 format).`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-search-search-basic.a24095d8.js b/static/js/documents-search-search-basic.a24095d8.js
new file mode 100644
index 0000000..6e3658f
--- /dev/null
+++ b/static/js/documents-search-search-basic.a24095d8.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[37],{"./src/documents/Search/SearchBasic.md":function(e,t,i){"use strict";i.r(t),i.d(t,"default",(function(){return c}));var n=i("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),a=(i("../node_modules/react/index.js"),i("../node_modules/@mdx-js/react/dist/esm.js")),s=(i("./theme/styles/styled-colors.js"),i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=i("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=i("./theme/components/shared/Img/index.js"),o=["components"],u={};function c(e){var t=e.components,i=Object(n.a)(e,o);return Object(a.mdx)("wrapper",Object.assign({},u,i,{components:t,mdxType:"MDXLayout"}),Object(a.mdx)("h1",{id:"basic-search"},"Basic Search"),Object(a.mdx)("p",null,"The basic search allows you to query using typename of an entity, associated classification/tag and has support for filtering on the entity attribute(s) as well as the classification/tag attributes."),Object(a.mdx)("p",null,"The entire query structure can be represented using the following JSON structure (called SearchParameters)"),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'{\n  "typeName":               "hive_column",\n  "excludeDeletedEntities": true,\n  "classification":         "PII",\n  "query":                  "",\n  "offset":                 0,\n  "limit":                  25,\n  "entityFilters":          {  },\n  "tagFilters":             { },\n  "attributes":             [ "table", "qualifiedName"]\n}'),Object(a.mdx)("p",null,Object(a.mdx)("strong",{parentName:"p"},"Field description")),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},"typeName:               the type of entity to look for\nexcludeDeletedEntities: should the search exclude deleted entities? (default: true)\nclassification:         only include entities with given classification\nquery:                  any free text occurrence that the entity should have (generic/wildcard queries might be slow)\noffset:                 starting offset of the result set (useful for pagination)\nlimit:                  max number of results to fetch\nentityFilters:          entity attribute filter(s)\ntagFilters:             classification attribute filter(s)\nattributes:             attributes to include in the search result"),Object(a.mdx)(l.a,{src:"/images/twiki/search-basic-hive_column-PII.png",height:"500",width:"840",mdxType:"Img"}),Object(a.mdx)("p",null,"   Attribute based filtering can be done on multiple attributes with AND/OR conditions."),Object(a.mdx)("p",null,Object(a.mdx)("strong",{parentName:"p"},"Examples of filtering (for hive_table attributes)")),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Single attribute")),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'   {\n     "typeName":               "hive_table",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "entityFilters": {\n        "attributeName":  "name",\n        "operator":       "contains",\n        "attributeValue": "customers"\n     },\n     "attributes": [ "db", "qualifiedName" ]\n   }'),Object(a.mdx)(l.a,{src:"/images/twiki/search-basic-hive_table-customers.png",height:"500",width:"840",mdxType:"Img"}),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Multi-attribute with OR")),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'   {\n     "typeName":               "hive_table",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "entityFilters": {\n        "condition": "OR",\n        "criterion": [\n           {\n              "attributeName":  "name",\n              "operator":       "contains",\n              "attributeValue": "customers"\n           },\n           {\n              "attributeName":  "name",\n              "operator":       "contains",\n              "attributeValue": "provider"\n           }\n        ]\n     },\n     "attributes": [ "db", "qualifiedName" ]\n   }'),Object(a.mdx)(l.a,{src:"/images/twiki/search-basic-hive_table-customers-or-provider.png",height:"500",width:"840",mdxType:"Img"}),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"Multi-attribute with AND")),Object(a.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'   {\n     "typeName":               "hive_table",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "entityFilters": {\n        "condition": "AND",\n        "criterion": [\n           {\n              "attributeName":  "name",\n              "operator":       "contains",\n              "attributeValue": "customers"\n           },\n           {\n              "attributeName":  "owner",\n              "operator":       "eq",\n              "attributeValue": "hive"\n           }\n        ]\n     },\n     "attributes": [ "db", "qualifiedName" ]\n  }'),Object(a.mdx)(l.a,{src:"/images/twiki/search-basic-hive_table-customers-owner_is_hive.png",height:"500",width:"840",mdxType:"Img"}),Object(a.mdx)("p",null,Object(a.mdx)("strong",{parentName:"p"},"Supported operators for filtering")),Object(a.mdx)("ul",null,Object(a.mdx)("li",{parentName:"ul"},"LT (symbols: <, lt) works with Numeric, Date attributes"),Object(a.mdx)("li",{parentName:"ul"},"GT (symbols: >, gt) works with Numeric, Date attributes"),Object(a.mdx)("li",{parentName:"ul"},"LTE (symbols: <=, lte) works with Numeric, Date attributes"),Object(a.mdx)("li",{parentName:"ul"},"GTE (symbols: >=, gte) works with Numeric, Date attributes"),Object(a.mdx)("li",{parentName:"ul"},"EQ (symbols: eq, =) works with Numeric, Date, String attributes"),Object(a.mdx)("li",{parentName:"ul"},"NEQ (symbols: neq, !=) works with Numeric, Date, String attributes"),Object(a.mdx)("li",{parentName:"ul"},"LIKE (symbols: like, LIKE) works with String attributes"),Object(a.mdx)("li",{parentName:"ul"},"STARTS_WITH (symbols: startsWith, STARTSWITH) works with String attributes"),Object(a.mdx)("li",{parentName:"ul"},"ENDS_WITH (symbols: endsWith, ENDSWITH) works with String attributes"),Object(a.mdx)("li",{parentName:"ul"},"CONTAINS (symbols: contains, CONTAINS) works with String attributes")),Object(a.mdx)("p",null,Object(a.mdx)("strong",{parentName:"p"},"CURL Samples")),Object(a.mdx)(r.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},'curl -sivk -g\n    -u <user>:<password>\n    -X POST\n    -d \'{\n            "typeName":               "hive_table",\n            "excludeDeletedEntities": true,\n            "classification":         "",\n            "query":                  "",\n            "offset":                 0,\n            "limit":                  50,\n            "entityFilters": {\n               "condition": "AND",\n               "criterion": [\n                  {\n                     "attributeName":  "name",\n                     "operator":       "contains",\n                     "attributeValue": "customers"\n                  },\n                  {\n                     "attributeName":  "owner",\n                     "operator":       "eq",\n                     "attributeValue": "hive"\n                  }\n               ]\n            },\n            "attributes": [ "db", "qualifiedName" ]\n          }\'\n    <protocol>://<atlas_host>:<atlas_port>/api/atlas/v2/search/basic'))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Search/SearchBasic.md"}}),c.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,i){"use strict";var n=i("../node_modules/react/index.js"),a=i("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:i,height:s}=e,{baseUrl:r}=Object(a.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${r}${t}`,height:""+(s||"auto"),width:""+(i||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,i){"use strict";var n=i("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-search-search-basic.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-search-search-basic.b185f4c5b68d73002af0.js.map b/static/js/documents-search-search-basic.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..28b83f9
--- /dev/null
+++ b/static/js/documents-search-search-basic.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Search/SearchBasic.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","src","height","width","isMDXComponent","Img","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"2nBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,gBAAc,gBAEtB,iOACA,qIACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,2VAalG,uBAAG,wBAAQK,WAAW,KAAG,sBAC5B,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,8oBAW/F,cAAC,IAAG,CAACM,IAAG,iDAAoDC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAC7F,kHACA,uBAAG,wBAAQK,WAAW,KAAG,sDACzB,wBACE,oBAAIA,WAAW,MAAI,qBAErB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,0WAclG,cAAC,IAAG,CAACM,IAAG,sDAAyDC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAClG,wBACE,oBAAIK,WAAW,MAAI,4BAErB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,snBAwBlG,cAAC,IAAG,CAACM,IAAG,kEAAqEC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAC9G,wBACE,oBAAIK,WAAW,MAAI,6BAErB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,6mBAwBlG,cAAC,IAAG,CAACM,IAAG,oEAAuEC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAChH,uBAAG,wBAAQK,WAAW,KAAG,sCACzB,wBACE,oBAAIA,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,mEACnB,oBAAIA,WAAW,MAAI,sEACnB,oBAAIA,WAAW,MAAI,2DACnB,oBAAIA,WAAW,MAAI,8EACnB,oBAAIA,WAAW,MAAI,wEACnB,oBAAIA,WAAW,MAAI,wEAErB,uBAAG,wBAAQA,WAAW,KAAG,iBACzB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,49BA+BtG,yLAEDH,EAAWY,gBAAiB,G,sEChL5B,+EAuCeC,IAnBHX,IACX,MAAM,IAAEO,EAAG,MAAEE,EAAK,OAAED,GAAWR,GACzB,QAAEY,GAAYC,sBAMpB,OACC,2BACC,uBAC6BT,MART,CACtBU,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BT,IAAM,GAAEK,IAAUL,IAClBC,OAAS,IAAEA,GAAU,QACrBC,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAQ,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-search-search-basic.a24095d8.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"basic-search\"\n    }}>{`Basic Search`}</h1>\n    <p>{`The basic search allows you to query using typename of an entity, associated classification/tag and has support for filtering on the entity attribute(s) as well as the classification/tag attributes.`}</p>\n    <p>{`The entire query structure can be represented using the following JSON structure (called SearchParameters)`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"typeName\":               \"hive_column\",\n  \"excludeDeletedEntities\": true,\n  \"classification\":         \"PII\",\n  \"query\":                  \"\",\n  \"offset\":                 0,\n  \"limit\":                  25,\n  \"entityFilters\":          {  },\n  \"tagFilters\":             { },\n  \"attributes\":             [ \"table\", \"qualifiedName\"]\n}`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Field description`}</strong></p>\n <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`typeName:               the type of entity to look for\nexcludeDeletedEntities: should the search exclude deleted entities? (default: true)\nclassification:         only include entities with given classification\nquery:                  any free text occurrence that the entity should have (generic/wildcard queries might be slow)\noffset:                 starting offset of the result set (useful for pagination)\nlimit:                  max number of results to fetch\nentityFilters:          entity attribute filter(s)\ntagFilters:             classification attribute filter(s)\nattributes:             attributes to include in the search result`}\n    </SyntaxHighlighter>\n    <Img src={`/images/twiki/search-basic-hive_column-PII.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <p>{`   Attribute based filtering can be done on multiple attributes with AND/OR conditions.`}</p>\n    <p><strong parentName=\"p\">{`Examples of filtering (for hive_table attributes)`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Single attribute`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`   {\n     \"typeName\":               \"hive_table\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"entityFilters\": {\n        \"attributeName\":  \"name\",\n        \"operator\":       \"contains\",\n        \"attributeValue\": \"customers\"\n     },\n     \"attributes\": [ \"db\", \"qualifiedName\" ]\n   }`}\n    </SyntaxHighlighter>\n    <Img src={`/images/twiki/search-basic-hive_table-customers.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <ul>\n      <li parentName=\"ul\">{`Multi-attribute with OR`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`   {\n     \"typeName\":               \"hive_table\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"entityFilters\": {\n        \"condition\": \"OR\",\n        \"criterion\": [\n           {\n              \"attributeName\":  \"name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"customers\"\n           },\n           {\n              \"attributeName\":  \"name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"provider\"\n           }\n        ]\n     },\n     \"attributes\": [ \"db\", \"qualifiedName\" ]\n   }`}\n    </SyntaxHighlighter>\n    <Img src={`/images/twiki/search-basic-hive_table-customers-or-provider.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <ul>\n      <li parentName=\"ul\">{`Multi-attribute with AND`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`   {\n     \"typeName\":               \"hive_table\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"entityFilters\": {\n        \"condition\": \"AND\",\n        \"criterion\": [\n           {\n              \"attributeName\":  \"name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"customers\"\n           },\n           {\n              \"attributeName\":  \"owner\",\n              \"operator\":       \"eq\",\n              \"attributeValue\": \"hive\"\n           }\n        ]\n     },\n     \"attributes\": [ \"db\", \"qualifiedName\" ]\n  }`}\n    </SyntaxHighlighter>\n    <Img src={`/images/twiki/search-basic-hive_table-customers-owner_is_hive.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <p><strong parentName=\"p\">{`Supported operators for filtering`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`LT (symbols: <, lt) works with Numeric, Date attributes`}</li>\n      <li parentName=\"ul\">{`GT (symbols: >, gt) works with Numeric, Date attributes`}</li>\n      <li parentName=\"ul\">{`LTE (symbols: <=, lte) works with Numeric, Date attributes`}</li>\n      <li parentName=\"ul\">{`GTE (symbols: >=, gte) works with Numeric, Date attributes`}</li>\n      <li parentName=\"ul\">{`EQ (symbols: eq, =) works with Numeric, Date, String attributes`}</li>\n      <li parentName=\"ul\">{`NEQ (symbols: neq, !=) works with Numeric, Date, String attributes`}</li>\n      <li parentName=\"ul\">{`LIKE (symbols: like, LIKE) works with String attributes`}</li>\n      <li parentName=\"ul\">{`STARTS_WITH (symbols: startsWith, STARTSWITH) works with String attributes`}</li>\n      <li parentName=\"ul\">{`ENDS_WITH (symbols: endsWith, ENDSWITH) works with String attributes`}</li>\n      <li parentName=\"ul\">{`CONTAINS (symbols: contains, CONTAINS) works with String attributes`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`CURL Samples`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -sivk -g\n    -u <user>:<password>\n    -X POST\n    -d '{\n            \"typeName\":               \"hive_table\",\n            \"excludeDeletedEntities\": true,\n            \"classification\":         \"\",\n            \"query\":                  \"\",\n            \"offset\":                 0,\n            \"limit\":                  50,\n            \"entityFilters\": {\n               \"condition\": \"AND\",\n               \"criterion\": [\n                  {\n                     \"attributeName\":  \"name\",\n                     \"operator\":       \"contains\",\n                     \"attributeValue\": \"customers\"\n                  },\n                  {\n                     \"attributeName\":  \"owner\",\n                     \"operator\":       \"eq\",\n                     \"attributeValue\": \"hive\"\n                  }\n               ]\n            },\n            \"attributes\": [ \"db\", \"qualifiedName\" ]\n          }'\n    <protocol>://<atlas_host>:<atlas_port>/api/atlas/v2/search/basic`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-search-search-relationship.1d764e51.js b/static/js/documents-search-search-relationship.1d764e51.js
new file mode 100644
index 0000000..5b1242a
--- /dev/null
+++ b/static/js/documents-search-search-relationship.1d764e51.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[38],{"./src/documents/Search/SearchRelationship.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return p}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=a("./theme/components/shared/Img/index.js"),l=["components"],d={};function p(e){var t=e.components,a=Object(i.a)(e,l);return Object(n.mdx)("wrapper",Object.assign({},d,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"relationship-search"},"Relationship Search"),Object(n.mdx)("p",null,"Apache Atlas is a metadata governance tool that features the ability to search for pre-defined entities of the defined model."),Object(n.mdx)("p",null,"We are able to search for these entities by specifying generic attributes (such as \u2018name\u2019, \u2018qualified name\u2019, \u2018description\u2019 etc), entity type definition specific attributes (attributes unique to certain entities such as \u2018cluster name\u2019 for hdfs_path type entities) and also on parameters like classifications applied, sub-types of entities and deleted entities. However these results only return entities which fulfil the parameters of the search queries."),Object(n.mdx)("p",null,"A relationship, which also follows a similar structure to an entity, describes various metadata between two entity end-points. For example, let us assume that in the case of a relationship between hive_table and hive_db, the relationship type name is called hive_table_db and it can have its own metadata which can be added as an attributes to this model."),Object(n.mdx)("p",null,"The Relationship search allows you to get the metadata between two entity model, by querying using relationship type name, and it also has support for filtering on the relationship attribute(s)."),Object(n.mdx)("p",null,"The entire query structure can be represented using the following JSON structure (called RelationshipSearchParameters)"),Object(n.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'{\n  "relationshipName":       "hive_table_db",\n  "excludeDeletedEntities": true,\n  "offset":                 0,\n  "limit":                  25,\n  "relationshipFilters":    {  },\n  "sortBy":                 "table_name",\n  "sortOrder":              ASCENDING,\n  "marker":                 "*"\n}'),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"Field description")),Object(n.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},"relationshipName:       the type of relationship to look for\nexcludeDeletedEntities: should the search exclude deleted entities? (default: true)\noffset:                 starting offset of the result set (useful for pagination)\nlimit:                  max number of results to fetch\nrelationshipFilters:    relationship attribute filter(s)\nsortBy:                 attribute to which results are sorted by\nsortOrder:              sorting order of results\nmarker:                 add either offset or marker, value of marker for first page will be '*'\n                        and value of nextMarker: in the response will be input of marker for subsequent pages"),Object(n.mdx)("p",null,"Attribute based filtering can be done on multiple attributes with AND/OR conditions."),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"Real time example of Relationship Search")),Object(n.mdx)("p",null,"Consider use-case of social media based application '",Object(n.mdx)("em",{parentName:"p"},"Instagram"),"' and its basic functionalities like:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"User")," creates ",Object(n.mdx)("em",{parentName:"li"},"Posts")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"User")," reacts to ",Object(n.mdx)("em",{parentName:"li"},"Posts")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"User")," creates ",Object(n.mdx)("em",{parentName:"li"},"Highlight")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"Posts")," added in ",Object(n.mdx)("em",{parentName:"li"},"Highlight"))),Object(n.mdx)("p",null,"Below is the Metadata Model highlighting above use-case"),Object(n.mdx)(o.a,{src:"/images/twiki/relationship_search_model.png",height:"500",width:"840",mdxType:"Img"}),Object(n.mdx)("p",null,"Example:\nConsider a user Ajay, who had uploaded his celebratory Diwali photo as a post. Users like Divya, Rahul and many others reacted with a like to his post."),Object(n.mdx)("p",null,"Now the user Ajay wants to find out the number of 'like' reactions to his post."),Object(n.mdx)("p",null,"For his search, he will focus on 'user_post' relationship type and filter those with attributes where reactions have 'like' in them and in which the post name has 'Diwali' in it."),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"Example of filtering (for user_post attributes)")),Object(n.mdx)(r.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'   {\n     "relationshipName":       "user_post",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "relationshipFilters": {\n        "condition": "AND",\n        "criterion": [\n           {\n              "attributeName":  "reaction",\n              "operator":       "eq",\n              "attributeValue": "like"\n           },\n           {\n              "attributeName":  "post_name",\n              "operator":       "contains",\n              "attributeValue": "Diwali"\n           }\n        ]\n     }\n   }'),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"Supported operators for filtering")),Object(n.mdx)("p",null,"Same operators as basic search"),Object(n.mdx)("p",null,Object(n.mdx)("strong",{parentName:"p"},"CURL Samples")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},'curl -sivk -g\n    -u <user>:<password>\n    -X POST\n    -d \'{\n     "relationshipName":       "user_post",\n     "excludeDeletedEntities": true,\n     "offset":                 0,\n     "limit":                  25,\n     "relationshipFilters": {\n        "condition": "AND",\n        "criterion": [\n           {\n              "attributeName":  "reaction",\n              "operator":       "eq",\n              "attributeValue": "like"\n           },\n           {\n              "attributeName":  "post_name",\n              "operator":       "contains",\n              "attributeValue": "Diwali"\n           }\n        ]\n     }\n   }\'\n    <protocol>://<atlas_host>:<atlas_port>/api/atlas/v2/search/relations'))}p&&p===Object(p)&&Object.isExtensible(p)&&Object.defineProperty(p,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Search/SearchRelationship.md"}}),p.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var i=a("../node_modules/react/index.js"),n=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:s}=e,{baseUrl:r}=Object(n.useConfig)();return i.createElement("div",null,i.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${r}${t}`,height:""+(s||"auto"),width:""+(a||"100%")}))}},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-search-search-relationship.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-search-search-relationship.b185f4c5b68d73002af0.js.map b/static/js/documents-search-search-relationship.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..5734e13
--- /dev/null
+++ b/static/js/documents-search-search-relationship.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Search/SearchRelationship.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","src","height","width","isMDXComponent","Img","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"koBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,uBAAqB,uBAE7B,wJACA,wgBACA,8XACA,6NACA,iJACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,iTAYlG,uBAAG,wBAAQK,WAAW,KAAG,sBAC5B,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,8pBAW/F,+GACA,uBAAG,wBAAQK,WAAW,KAAG,6CACzB,+EAA4D,oBAAIA,WAAW,KAAG,aAAmB,yCACjG,wBACE,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,QAAc,YAAa,oBAAIA,WAAW,MAAI,UACrF,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,QAAc,cAAe,oBAAIA,WAAW,MAAI,UACvF,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,QAAc,YAAa,oBAAIA,WAAW,MAAI,cACrF,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,SAAe,aAAc,oBAAIA,WAAW,MAAI,eAEzF,kFACA,cAAC,IAAG,CAACC,IAAG,8CAAiDC,OAAO,MAAMC,MAAM,MAAMR,QAAQ,QAC1F,4LAEA,0GACA,6MACA,uBAAG,wBAAQK,WAAW,KAAG,oDACzB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,ykBAuBlG,uBAAG,wBAAQK,WAAW,KAAG,sCACzB,yDACA,uBAAG,wBAAQA,WAAW,KAAG,iBACzB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYJ,QAAQ,qBAAmB,ktBA4BtG,gMAEDH,EAAWY,gBAAiB,G,sEC9H5B,+EAuCeC,IAnBHX,IACX,MAAM,IAAEO,EAAG,MAAEE,EAAK,OAAED,GAAWR,GACzB,QAAEY,GAAYC,sBAMpB,OACC,2BACC,uBAC6BT,MART,CACtBU,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BT,IAAM,GAAEK,IAAUL,IAClBC,OAAS,IAAEA,GAAU,QACrBC,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAQ,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-search-search-relationship.1d764e51.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"relationship-search\"\n    }}>{`Relationship Search`}</h1>\n    <p>{`Apache Atlas is a metadata governance tool that features the ability to search for pre-defined entities of the defined model.`}</p>\n    <p>{`We are able to search for these entities by specifying generic attributes (such as ‘name’, ‘qualified name’, ‘description’ etc), entity type definition specific attributes (attributes unique to certain entities such as ‘cluster name’ for hdfs_path type entities) and also on parameters like classifications applied, sub-types of entities and deleted entities. However these results only return entities which fulfil the parameters of the search queries.`}</p>\n    <p>{`A relationship, which also follows a similar structure to an entity, describes various metadata between two entity end-points. For example, let us assume that in the case of a relationship between hive_table and hive_db, the relationship type name is called hive_table_db and it can have its own metadata which can be added as an attributes to this model.`}</p>\n    <p>{`The Relationship search allows you to get the metadata between two entity model, by querying using relationship type name, and it also has support for filtering on the relationship attribute(s).`}</p>\n    <p>{`The entire query structure can be represented using the following JSON structure (called RelationshipSearchParameters)`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"relationshipName\":       \"hive_table_db\",\n  \"excludeDeletedEntities\": true,\n  \"offset\":                 0,\n  \"limit\":                  25,\n  \"relationshipFilters\":    {  },\n  \"sortBy\":                 \"table_name\",\n  \"sortOrder\":              ASCENDING,\n  \"marker\":                 \"*\"\n}`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Field description`}</strong></p>\n <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`relationshipName:       the type of relationship to look for\nexcludeDeletedEntities: should the search exclude deleted entities? (default: true)\noffset:                 starting offset of the result set (useful for pagination)\nlimit:                  max number of results to fetch\nrelationshipFilters:    relationship attribute filter(s)\nsortBy:                 attribute to which results are sorted by\nsortOrder:              sorting order of results\nmarker:                 add either offset or marker, value of marker for first page will be '*'\n                        and value of nextMarker: in the response will be input of marker for subsequent pages`}\n    </SyntaxHighlighter>\n    <p>{`Attribute based filtering can be done on multiple attributes with AND/OR conditions.`}</p>\n    <p><strong parentName=\"p\">{`Real time example of Relationship Search`}</strong></p>\n    <p>{`Consider use-case of social media based application '`}<em parentName=\"p\">{`Instagram`}</em>{`' and its basic functionalities like:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`User`}</em>{` creates `}<em parentName=\"li\">{`Posts`}</em></li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`User`}</em>{` reacts to `}<em parentName=\"li\">{`Posts`}</em></li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`User`}</em>{` creates `}<em parentName=\"li\">{`Highlight`}</em></li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`Posts`}</em>{` added in `}<em parentName=\"li\">{`Highlight`}</em></li>\n    </ul>\n    <p>{`Below is the Metadata Model highlighting above use-case`}</p>\n    <Img src={`/images/twiki/relationship_search_model.png`} height=\"500\" width=\"840\" mdxType=\"Img\" />\n    <p>{`Example:\nConsider a user Ajay, who had uploaded his celebratory Diwali photo as a post. Users like Divya, Rahul and many others reacted with a like to his post.`}</p>\n    <p>{`Now the user Ajay wants to find out the number of 'like' reactions to his post.`}</p>\n    <p>{`For his search, he will focus on 'user_post' relationship type and filter those with attributes where reactions have 'like' in them and in which the post name has 'Diwali' in it.`}</p>\n    <p><strong parentName=\"p\">{`Example of filtering (for user_post attributes)`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`   {\n     \"relationshipName\":       \"user_post\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"relationshipFilters\": {\n        \"condition\": \"AND\",\n        \"criterion\": [\n           {\n              \"attributeName\":  \"reaction\",\n              \"operator\":       \"eq\",\n              \"attributeValue\": \"like\"\n           },\n           {\n              \"attributeName\":  \"post_name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"Diwali\"\n           }\n        ]\n     }\n   }`}\n    </SyntaxHighlighter>\n    <p><strong parentName=\"p\">{`Supported operators for filtering`}</strong></p>\n    <p>{`Same operators as basic search`}</p>\n    <p><strong parentName=\"p\">{`CURL Samples`}</strong></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`curl -sivk -g\n    -u <user>:<password>\n    -X POST\n    -d '{\n     \"relationshipName\":       \"user_post\",\n     \"excludeDeletedEntities\": true,\n     \"offset\":                 0,\n     \"limit\":                  25,\n     \"relationshipFilters\": {\n        \"condition\": \"AND\",\n        \"criterion\": [\n           {\n              \"attributeName\":  \"reaction\",\n              \"operator\":       \"eq\",\n              \"attributeValue\": \"like\"\n           },\n           {\n              \"attributeName\":  \"post_name\",\n              \"operator\":       \"contains\",\n              \"attributeValue\": \"Diwali\"\n           }\n        ]\n     }\n   }'\n    <protocol>://<atlas_host>:<atlas_port>/api/atlas/v2/search/relations`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js b/static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js
new file mode 100644
index 0000000..515455c
--- /dev/null
+++ b/static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[39],{"./src/documents/Security/AtlasRangerAuthorizer.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return d}));var i=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),r=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),l=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=t("./theme/components/shared/Img/index.js"),s=["components"],c={};function d(e){var a=e.components,t=Object(i.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},c,t,{components:a,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"atlas-ranger-authorizer"},"Atlas Ranger Authorizer"),Object(n.mdx)("h2",{id:"setting-up-apache-atlas-to-use-apache-ranger-authorization"},"Setting up Apache Atlas to use Apache Ranger Authorization"),Object(n.mdx)("p",null,"As detailed in ",Object(n.mdx)("a",{parentName:"p",href:"#/AuthorizationModel"},"Atlas Authorization Model"),", Apache Atlas supports pluggable authorization\nmodel. Apache Ranger provides an authorizer implementation that uses Apache Ranger policies for authorization. In\naddition, the authorizer provided by Apache Ranger audits all authorizations into a central audit store."),Object(n.mdx)("h3",{id:"configure-apache-atlas"},"Configure Apache Atlas"),Object(n.mdx)("p",null,"To configure Apache Atlas to use Apache Ranger authorizer, please follow the instructions given below:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Include the following property in atlas-application.properties config file:")),Object(n.mdx)(l.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.authorizer.impl=ranger"),Object(n.mdx)("p",null,"   If you use Apache Ambari to deploy Apache Atlas and Apache Ranger, enable Atlas plugin in configuration pages for\nApache Ranger."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Include libraries of Apache Ranger plugin in libext directory of Apache Atlas",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas installation directory>"),"/libext/ranger-atlas-plugin-impl/"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas installation directory>"),"/libext/ranger-atlas-plugin-shim-",Object(n.mdx)("version",null),".jar"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas installation directory>"),"/libext/ranger-plugin-classloader-",Object(n.mdx)("version",null),".jar")))),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Include configuration files for Apache Ranger plugin in configuration directory of Apache Atlas - typically under /etc/atlas/conf directory. For more details on configuration file contents, please refer to appropriate documentation in Apache Ranger.",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas configuration directory>"),"/ranger-atlas-audit.xml"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas configuration directory>"),"/ranger-atlas-security.xml"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas configuration directory>"),"/ranger-policymgr-ssl.xml"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"<Atlas configuration directory>"),"/ranger-security.xml")))),Object(n.mdx)("h3",{id:"apache-ranger-authorization-policy-model-for-apache-atlas"},"Apache Ranger authorization policy model for Apache Atlas"),Object(n.mdx)("p",null,"Apache Ranger authorization policy model for Apache Atlas supports 3 resource hierarchies, to control access to: types,\nentities and admin operations. Following images show various details of each type of policy in Apache Ranger."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Types"))),Object(n.mdx)("p",null,"Following authorization policy allows user 'admin' to create/update/delete any classification type."),Object(n.mdx)(o.a,{alt:"Apache Ranger policy for type operations",src:"/images/twiki/ranger-policy-types.png",width:"600",mdxType:"Img"}),Object(n.mdx)("hr",null),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Entity"))),Object(n.mdx)("p",null,"Following authorization policy allows user 'admin' perform all operations on metadata entities of Hive database named \"my_db\"."),Object(n.mdx)(o.a,{alt:"Apache Ranger policy for entity operations",src:"/images/twiki/ranger-policy-entities.png",width:"600",mdxType:"Img"}),Object(n.mdx)("hr",null),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Admin Operations"),"\nFollowing authorization policy allows user 'admin' to perform export/import admin operations.")),Object(n.mdx)(o.a,{alt:"Apache Ranger policy for admin operations",src:"/images/twiki/ranger-policy-admin.png",width:"600",mdxType:"Img"}),Object(n.mdx)("hr",null),Object(n.mdx)("h3",{id:"apache-ranger-access-audit-for-apache-atlas-authorizations"},"Apache Ranger access audit for Apache Atlas authorizations"),Object(n.mdx)("p",null,"Apache Ranger authorization plugin generates audit logs with details of the access authorized by the plugin. The details\ninclude the object accessed (e.g. hive_table with ID cost_savings.claim_savings@cl1), type of access performed (e.g.\nentity-add-classification, entity-remove-classification), name of the user, time of access and the IP address the access\nrequest came from - as shown in the following image."),Object(n.mdx)(o.a,{alt:"Apache Ranger audit ",src:"/images/twiki/ranger-audit.png",width:"800",mdxType:"Img"}))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/AtlasRangerAuthorizer.md"}}),d.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,a,t){"use strict";var i=t("../node_modules/react/index.js"),n=t("./docz-lib/docz/dist/index.js");a.a=e=>{const{src:a,width:t,height:r}=e,{baseUrl:l}=Object(n.useConfig)();return i.createElement("div",null,i.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${l}${a}`,height:""+(r||"auto"),width:""+(t||"100%")}))}},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var i=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",a.a=i.a}}]);
+//# sourceMappingURL=documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map b/static/js/documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..c74999c
--- /dev/null
+++ b/static/js/documents-security-atlas-ranger-authorizer.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/AtlasRangerAuthorizer.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","alt","src","width","isMDXComponent","Img","height","baseUrl","useConfig","boxShadow","WebkitBoxShadow","MozBoxShadow","dark","hljs","color"],"mappings":"uoBAYMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,2BAAyB,2BAEjC,oBACE,GAAM,8DAA4D,8DAEpE,yCAAsB,mBAAGC,WAAW,IAChC,KAAQ,wBAAsB,6BACI,gRAGtC,oBACE,GAAM,0BAAwB,0BAEhC,iIACA,wBACE,oBAAIA,WAAW,MAAI,gFAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,gCAGnG,+JAEA,wBACE,oBAAIC,WAAW,MAAI,gFACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,kCAAgD,qCAC/F,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,kCAAgD,oCAAqC,8BAAW,QAC/I,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,kCAAgD,qCAAsC,8BAAW,WAItJ,wBACE,oBAAIA,WAAW,MAAI,4PACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,mCAAiD,2BAChG,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,mCAAiD,8BAChG,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,mCAAiD,6BAChG,oBAAIA,WAAW,MAAK,4BAAYA,WAAW,MAAI,mCAAiD,2BAItG,oBACE,GAAM,6DAA2D,6DAEnE,iQAEA,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,WAE7C,8HACA,cAAC,IAAG,CAACK,IAAI,2CAA2CC,IAAG,wCAA2CC,MAAM,MAAMR,QAAQ,QACtH,yBACA,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,YAE7C,2JACA,cAAC,IAAG,CAACK,IAAI,6CAA6CC,IAAG,2CAA8CC,MAAM,MAAMR,QAAQ,QAC3H,yBACA,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,oBAA8B,oGAG3E,cAAC,IAAG,CAACK,IAAI,4CAA4CC,IAAG,wCAA2CC,MAAM,MAAMR,QAAQ,QACvH,yBACA,oBACE,GAAM,8DAA4D,8DAEpE,ybAIA,cAAC,IAAG,CAACM,IAAI,uBAAuBC,IAAG,iCAAoCC,MAAM,MAAMR,QAAQ,SAE9F,qMAEDH,EAAWY,gBAAiB,G,sEClG5B,+EAuCeC,IAnBHX,IACX,MAAM,IAAEQ,EAAG,MAAEC,EAAK,OAAEG,GAAWZ,GACzB,QAAEa,GAAYC,sBAMpB,OACC,2BACC,uBAC6BT,MART,CACtBU,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BT,IAAM,GAAEK,IAAUL,IAClBI,OAAS,IAAEA,GAAU,QACrBH,MAAQ,IAAEA,GAAS,a,+DClCvB,iFAqBAS,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-security-atlas-ranger-authorizer.aa5d41ab.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-ranger-authorizer\"\n    }}>{`Atlas Ranger Authorizer`}</h1>\n    <h2 {...{\n      \"id\": \"setting-up-apache-atlas-to-use-apache-ranger-authorization\"\n    }}>{`Setting up Apache Atlas to use Apache Ranger Authorization`}</h2>\n    <p>{`As detailed in `}<a parentName=\"p\" {...{\n        \"href\": \"#/AuthorizationModel\"\n      }}>{`Atlas Authorization Model`}</a>{`, Apache Atlas supports pluggable authorization\nmodel. Apache Ranger provides an authorizer implementation that uses Apache Ranger policies for authorization. In\naddition, the authorizer provided by Apache Ranger audits all authorizations into a central audit store.`}</p>\n    <h3 {...{\n      \"id\": \"configure-apache-atlas\"\n    }}>{`Configure Apache Atlas`}</h3>\n    <p>{`To configure Apache Atlas to use Apache Ranger authorizer, please follow the instructions given below:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Include the following property in atlas-application.properties config file:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n   {`atlas.authorizer.impl=ranger`}\n    </SyntaxHighlighter>\n    <p>{`   If you use Apache Ambari to deploy Apache Atlas and Apache Ranger, enable Atlas plugin in configuration pages for\nApache Ranger.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Include libraries of Apache Ranger plugin in libext directory of Apache Atlas`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas installation directory>`}</inlineCode>{`/libext/ranger-atlas-plugin-impl/`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas installation directory>`}</inlineCode>{`/libext/ranger-atlas-plugin-shim-`}<version />{`.jar`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas installation directory>`}</inlineCode>{`/libext/ranger-plugin-classloader-`}<version />{`.jar`}</li>\n        </ul>\n      </li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Include configuration files for Apache Ranger plugin in configuration directory of Apache Atlas - typically under /etc/atlas/conf directory. For more details on configuration file contents, please refer to appropriate documentation in Apache Ranger.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas configuration directory>`}</inlineCode>{`/ranger-atlas-audit.xml`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas configuration directory>`}</inlineCode>{`/ranger-atlas-security.xml`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas configuration directory>`}</inlineCode>{`/ranger-policymgr-ssl.xml`}</li>\n          <li parentName=\"ul\"><inlineCode parentName=\"li\">{`<Atlas configuration directory>`}</inlineCode>{`/ranger-security.xml`}</li>\n        </ul>\n      </li>\n    </ul>\n    <h3 {...{\n      \"id\": \"apache-ranger-authorization-policy-model-for-apache-atlas\"\n    }}>{`Apache Ranger authorization policy model for Apache Atlas`}</h3>\n    <p>{`Apache Ranger authorization policy model for Apache Atlas supports 3 resource hierarchies, to control access to: types,\nentities and admin operations. Following images show various details of each type of policy in Apache Ranger.`}</p>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Types`}</strong></li>\n    </ul>\n    <p>{`Following authorization policy allows user 'admin' to create/update/delete any classification type.`}</p>\n    <Img alt=\"Apache Ranger policy for type operations\" src={`/images/twiki/ranger-policy-types.png`} width=\"600\" mdxType=\"Img\" />\n    <hr></hr>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Entity`}</strong></li>\n    </ul>\n    <p>{`Following authorization policy allows user 'admin' perform all operations on metadata entities of Hive database named \"my_db\".`}</p>\n    <Img alt=\"Apache Ranger policy for entity operations\" src={`/images/twiki/ranger-policy-entities.png`} width=\"600\" mdxType=\"Img\" />\n    <hr></hr>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Admin Operations`}</strong>{`\nFollowing authorization policy allows user 'admin' to perform export/import admin operations.`}</li>\n    </ul>\n    <Img alt=\"Apache Ranger policy for admin operations\" src={`/images/twiki/ranger-policy-admin.png`} width=\"600\" mdxType=\"Img\" />\n    <hr></hr>\n    <h3 {...{\n      \"id\": \"apache-ranger-access-audit-for-apache-atlas-authorizations\"\n    }}>{`Apache Ranger access audit for Apache Atlas authorizations`}</h3>\n    <p>{`Apache Ranger authorization plugin generates audit logs with details of the access authorized by the plugin. The details\ninclude the object accessed (e.g. hive_table with ID cost_savings.claim_savings@cl1), type of access performed (e.g.\nentity-add-classification, entity-remove-classification), name of the user, time of access and the IP address the access\nrequest came from - as shown in the following image.`}</p>\n    <Img alt=\"Apache Ranger audit \" src={`/images/twiki/ranger-audit.png`} width=\"800\" mdxType=\"Img\" />\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js b/static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js
new file mode 100644
index 0000000..a0703ed
--- /dev/null
+++ b/static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[40],{"./src/documents/Security/AtlasSimpleAuthorizer.md":function(e,t,s){"use strict";s.r(t),s.d(t,"default",(function(){return d}));var n=s("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(s("../node_modules/react/index.js"),s("../node_modules/@mdx-js/react/dist/esm.js")),l=(s("./theme/styles/styled-colors.js"),s("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),a=s("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=["components"],r={};function d(e){var t=e.components,s=Object(n.a)(e,o);return Object(i.mdx)("wrapper",Object.assign({},r,s,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"atlas-simple-authorizer"},"Atlas Simple Authorizer"),Object(i.mdx)("h2",{id:"setting-up-atlas-to-use-simple-authorizer"},"Setting up Atlas to use Simple Authorizer"),Object(i.mdx)("p",null,"As detailed in Atlas ",Object(i.mdx)("a",{parentName:"p",href:"#/AuthorizationModel"},"Authorization Model"),", Apache Atlas supports a pluggable authorization\nmodel. Simple authorizer is the default authorizer implementation included in Apache Atlas. Simple authorizer uses\npolicies defined in a JSON file. This document provides details of steps to configure Apache Atlas to use the simple\nauthorizer and details of the JSON file format containing authorization policies."),Object(i.mdx)("h2",{id:"configure-apache-atlas"},"Configure Apache Atlas"),Object(i.mdx)("p",null,"To configure Apache Atlas to use simple authorizer, include the following properties in application.properties config file:"),Object(i.mdx)(a.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authorizer.impl=simple\natlas.authorizer.simple.authz.policy.file=/etc/atlas/conf/atlas-simple-authz-policy.json"),Object(i.mdx)("p",null,"Please note that if the policy file location specified is not an absolute path, the file will be looked up in following paths:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Apache Atlas configuration directory (specified by system property =atlas.conf=)"),Object(i.mdx)("li",{parentName:"ul"},"Apache Atlas server's current directory"),Object(i.mdx)("li",{parentName:"ul"},"CLASSPATH")),Object(i.mdx)("h3",{id:"policy-file-format"},"Policy file format"),Object(i.mdx)("p",null,"Simple authorizer uses =roles= to group permissions, which can then be assigned to users and user-groups. Following examples\nwould help to understand the details of the policy file format:"),Object(i.mdx)("h3",{id:"roles"},"Roles"),Object(i.mdx)("p",null,"Following policy file defines 3 roles:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"ROLE_ADMIN: has all permissions"),Object(i.mdx)("li",{parentName:"ul"},'PROD_READ_ONLY: has access to read entities having qualifiedName ending with "@prod"'),Object(i.mdx)("li",{parentName:"ul"},'TEST_ALL_ACCESS: has all access to entities having qualifiedName ending with "@test"')),Object(i.mdx)("p",null,"Simple authorizer supports Java reg-ex to specify values for privilege/entity-type/entity-id/classification/typeName/typeCategory."),Object(i.mdx)(a.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'{\n  "roles": {\n    "ROLE_ADMIN": {\n      "adminPermissions": [\n        {\n          "privileges": [ ".*" ]\n        }\n      ],\n  "entityPermissions": [\n    {\n      "privileges":      [ ".*" ],\n      "entityTypes":     [ ".*" ],\n      "entityIds":       [ ".*" ],\n      "classifications": [ ".*" ]\n    }\n  ],\n\n  "typePermissions": [\n    {\n      "privileges":     [ ".*" ],\n      "typeCategories": [ ".*" ],\n      "typeNames":      [ ".*" ]\n    }\n  ]\n},\n\n"PROD_READ_ONLY" : {\n  "entityPermissions": [\n    {\n      "privileges":      [ "entity-read", "entity-read-classification" ],\n      "entityTypes":     [ ".*" ],\n      "entityIds":       [ ".*@prod" ],\n      "classifications": [ ".*" ]\n    }\n}\n\n"TEST_ALL_ACCESS" : {\n  "entityPermissions": [\n    {\n      "privileges":      [ ".*" ],\n      "entityTypes":     [ ".*" ],\n      "entityIds":       [ ".*@test" ],\n      "classifications": [ ".*" ]\n    }\n}\n  },\n  "userRoles": {\n   ...\n  },\n  "groupRoles": {\n   ...\n  }\n}'),Object(i.mdx)("h3",{id:"assign-roles-to-users-and-user-groups"},"Assign Roles to Users and User Groups"),Object(i.mdx)("p",null,"Roles defined above can be assigned (granted) to users as shown below:"),Object(i.mdx)(a.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'{\n  "roles": {\n   ...\n  },\n  "userRoles": {\n    "admin":   [ "ROLE_ADMIN" ],\n    "steward": [ "DATA_STEWARD" ],\n    "user1":   [ "PROD_READ_ONLY" ],\n    "user2":   [ "TEST_ALL_ACCESS" ],\n    "user3":   [ "PROD_READ_ONLY", "TEST_ALL_ACCESS" ],\n  },\n  "groupRoles": {\n   ...\n  }\n}'),Object(i.mdx)("p",null,"Roles can be assigned (granted) to user-groups as shown below. A user can belong to multiple groups; roles assigned to\nall groups the user belongs to will be used to authorize the access."),Object(i.mdx)(a.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'{\n  "roles": {\n   ...\n  },\n  "userRoles": {\n   ...\n  },\n  "groupRoles": {\n    "admins":        [ "ROLE_ADMIN" ],\n    "dataStewards":  [ "DATA_STEWARD" ],\n    "testUsers":     [ "TEST_ALL_ACCESS" ],\n    "prodReadUsers": [ "PROD_READ_ONLY" ]\n  }\n}'))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/AtlasSimpleAuthorizer.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,s){"use strict";var n=s("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map b/static/js/documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..37cc778
--- /dev/null
+++ b/static/js/documents-security-atlas-simple-authorizer.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/AtlasSimpleAuthorizer.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ylBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,2BAAyB,2BAEjC,oBACE,GAAM,6CAA2C,6CAEnD,+CAA4B,mBAAGC,WAAW,IACtC,KAAQ,wBAAsB,uBACF,kXAIhC,oBACE,GAAM,0BAAwB,0BAEhC,sJACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,0HAInG,yJACA,wBACE,oBAAIC,WAAW,MAAI,oFACnB,oBAAIA,WAAW,MAAI,2CACnB,oBAAIA,WAAW,MAAI,cAErB,oBACE,GAAM,sBAAoB,sBAE5B,wNAEA,oBACE,GAAM,SAAO,SAEf,iEACA,wBACE,oBAAIA,WAAW,MAAI,mCACnB,oBAAIA,WAAW,MAAI,wFACnB,oBAAIA,WAAW,MAAI,yFAErB,6JACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,4/BAuDnG,oBACE,GAAM,yCAAuC,yCAE/C,iGACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,wSAiBnG,uNAEA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,uQAiBtG,qMAEDH,EAAWS,gBAAiB,G,+DC/J5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-security-atlas-simple-authorizer.1ae31fd1.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-simple-authorizer\"\n    }}>{`Atlas Simple Authorizer`}</h1>\n    <h2 {...{\n      \"id\": \"setting-up-atlas-to-use-simple-authorizer\"\n    }}>{`Setting up Atlas to use Simple Authorizer`}</h2>\n    <p>{`As detailed in Atlas `}<a parentName=\"p\" {...{\n        \"href\": \"#/AuthorizationModel\"\n      }}>{`Authorization Model`}</a>{`, Apache Atlas supports a pluggable authorization\nmodel. Simple authorizer is the default authorizer implementation included in Apache Atlas. Simple authorizer uses\npolicies defined in a JSON file. This document provides details of steps to configure Apache Atlas to use the simple\nauthorizer and details of the JSON file format containing authorization policies.`}</p>\n    <h2 {...{\n      \"id\": \"configure-apache-atlas\"\n    }}>{`Configure Apache Atlas`}</h2>\n    <p>{`To configure Apache Atlas to use simple authorizer, include the following properties in application.properties config file:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authorizer.impl=simple\natlas.authorizer.simple.authz.policy.file=/etc/atlas/conf/atlas-simple-authz-policy.json`}\n    </SyntaxHighlighter>\n    <p>{`Please note that if the policy file location specified is not an absolute path, the file will be looked up in following paths:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Apache Atlas configuration directory (specified by system property =atlas.conf=)`}</li>\n      <li parentName=\"ul\">{`Apache Atlas server's current directory`}</li>\n      <li parentName=\"ul\">{`CLASSPATH`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"policy-file-format\"\n    }}>{`Policy file format`}</h3>\n    <p>{`Simple authorizer uses =roles= to group permissions, which can then be assigned to users and user-groups. Following examples\nwould help to understand the details of the policy file format:`}</p>\n    <h3 {...{\n      \"id\": \"roles\"\n    }}>{`Roles`}</h3>\n    <p>{`Following policy file defines 3 roles:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`ROLE_ADMIN: has all permissions`}</li>\n      <li parentName=\"ul\">{`PROD_READ_ONLY: has access to read entities having qualifiedName ending with \"@prod\"`}</li>\n      <li parentName=\"ul\">{`TEST_ALL_ACCESS: has all access to entities having qualifiedName ending with \"@test\"`}</li>\n    </ul>\n    <p>{`Simple authorizer supports Java reg-ex to specify values for privilege/entity-type/entity-id/classification/typeName/typeCategory.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"roles\": {\n    \"ROLE_ADMIN\": {\n      \"adminPermissions\": [\n        {\n          \"privileges\": [ \".*\" ]\n        }\n      ],\n  \"entityPermissions\": [\n    {\n      \"privileges\":      [ \".*\" ],\n      \"entityTypes\":     [ \".*\" ],\n      \"entityIds\":       [ \".*\" ],\n      \"classifications\": [ \".*\" ]\n    }\n  ],\n\n  \"typePermissions\": [\n    {\n      \"privileges\":     [ \".*\" ],\n      \"typeCategories\": [ \".*\" ],\n      \"typeNames\":      [ \".*\" ]\n    }\n  ]\n},\n\n\"PROD_READ_ONLY\" : {\n  \"entityPermissions\": [\n    {\n      \"privileges\":      [ \"entity-read\", \"entity-read-classification\" ],\n      \"entityTypes\":     [ \".*\" ],\n      \"entityIds\":       [ \".*@prod\" ],\n      \"classifications\": [ \".*\" ]\n    }\n}\n\n\"TEST_ALL_ACCESS\" : {\n  \"entityPermissions\": [\n    {\n      \"privileges\":      [ \".*\" ],\n      \"entityTypes\":     [ \".*\" ],\n      \"entityIds\":       [ \".*@test\" ],\n      \"classifications\": [ \".*\" ]\n    }\n}\n  },\n  \"userRoles\": {\n   ...\n  },\n  \"groupRoles\": {\n   ...\n  }\n}`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"assign-roles-to-users-and-user-groups\"\n    }}>{`Assign Roles to Users and User Groups`}</h3>\n    <p>{`Roles defined above can be assigned (granted) to users as shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"roles\": {\n   ...\n  },\n  \"userRoles\": {\n    \"admin\":   [ \"ROLE_ADMIN\" ],\n    \"steward\": [ \"DATA_STEWARD\" ],\n    \"user1\":   [ \"PROD_READ_ONLY\" ],\n    \"user2\":   [ \"TEST_ALL_ACCESS\" ],\n    \"user3\":   [ \"PROD_READ_ONLY\", \"TEST_ALL_ACCESS\" ],\n  },\n  \"groupRoles\": {\n   ...\n  }\n}`}\n    </SyntaxHighlighter>\n    <p>{`Roles can be assigned (granted) to user-groups as shown below. A user can belong to multiple groups; roles assigned to\nall groups the user belongs to will be used to authorize the access.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"roles\": {\n   ...\n  },\n  \"userRoles\": {\n   ...\n  },\n  \"groupRoles\": {\n    \"admins\":        [ \"ROLE_ADMIN\" ],\n    \"dataStewards\":  [ \"DATA_STEWARD\" ],\n    \"testUsers\":     [ \"TEST_ALL_ACCESS\" ],\n    \"prodReadUsers\": [ \"PROD_READ_ONLY\" ]\n  }\n}`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-security-authentication.3ee79ab6.js b/static/js/documents-security-authentication.3ee79ab6.js
new file mode 100644
index 0000000..da466a1
--- /dev/null
+++ b/static/js/documents-security-authentication.3ee79ab6.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[41],{"./src/documents/Security/Authentication.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),r=["components"],d={};function s(e){var t=e.components,a=Object(n.a)(e,r);return Object(i.mdx)("wrapper",Object.assign({},d,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"authentication-in-apache-atlas"},"Authentication in Apache Atlas."),Object(i.mdx)("h3",{id:"authentication"},"Authentication"),Object(i.mdx)("p",null,"Atlas supports following authentication methods"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"File")),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Kerberos")),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"LDAP")),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Keycloak (OpenID Connect / OAUTH2)")),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"PAM"))),Object(i.mdx)("p",null,"Following properties should be set true to enable the authentication of that type in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties")," file."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.kerberos=true|false\natlas.authentication.method.ldap=true|false\natlas.authentication.method.file=true|false\natlas.authentication.method.keycloak=true|false"),Object(i.mdx)("p",null,"If two or more authentication methods are set to true, then the authentication falls back to the latter method if the earlier one fails.\nFor example if Kerberos authentication is set to true and ldap authentication is also set to true then, if for a request without kerberos principal and keytab LDAP authentication will be used as a fallback scenario."),Object(i.mdx)("h3",{id:"file-method"},"FILE method."),Object(i.mdx)("p",null,"File authentication requires users' login details in users credentials file in the format specified below and\nthe file path should set to property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.file.filename")," in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties"),"."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.file=true\natlas.authentication.method.file.filename=".concat("sys:atlas.home","/conf/users-credentials.properties")),Object(i.mdx)("p",null,"The users credentials file should have below format"),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"username=group::sha256-password"),Object(i.mdx)("p",null," For e.g."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"admin=ADMIN::e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a"),Object(i.mdx)("p",null,"Users group can be either ",Object(i.mdx)("strong",{parentName:"p"},"ADMIN"),", ",Object(i.mdx)("strong",{parentName:"p"},"DATA_STEWARD")," OR ",Object(i.mdx)("strong",{parentName:"p"},"DATA_SCIENTIST")),Object(i.mdx)("p",null,Object(i.mdx)("em",{parentName:"p"},"Note"),":-password is encoded with sha256 encoding method and can be generated using unix tool."),Object(i.mdx)("p",null,"For e.g."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'echo -n "Password" | sha256sum\ne7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a  -'),Object(i.mdx)("h3",{id:"kerberos-method"},"Kerberos Method."),Object(i.mdx)("p",null,"To enable the authentication in Kerberos mode in Atlas, set the property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.kerberos")," to true in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties")),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.kerberos = true"),Object(i.mdx)("p",null,"Also following properties should be set."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.kerberos.principal=<principal>/<fqdn>@EXAMPLE.COM\natlas.authentication.method.kerberos.keytab = /<key tab filepath>.keytab\natlas.authentication.method.kerberos.name.rules = RULE:[2:$1@$0](atlas@EXAMPLE.COM)s/.*/atlas/\natlas.authentication.method.kerberos.token.validity = 3600 [ in Seconds (optional)]"),Object(i.mdx)("h3",{id:"ldap-method"},"LDAP Method."),Object(i.mdx)("p",null,"To enable the authentication in LDAP mode in Atlas, set the property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.ldap")," to true and also set Ldap type to property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.ldap.type")," to LDAP or AD in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties"),".\nUse AD if connecting to Active Directory."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.ldap=true\natlas.authentication.method.ldap.type=ldap|ad"),Object(i.mdx)("p",null,"For LDAP or AD the following configuration needs to be set in atlas application properties."),Object(i.mdx)("h3",{id:"active-directory"},"Active Directory"),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.ldap.ad.domain= example.com\natlas.authentication.method.ldap.ad.url=ldap://<AD server ip>:389\natlas.authentication.method.ldap.ad.base.dn=DC=example,DC=com\natlas.authentication.method.ldap.ad.bind.dn=CN=Administrator,CN=Users,DC=example,DC=com\natlas.authentication.method.ldap.ad.bind.password=<password>\natlas.authentication.method.ldap.ad.referral=ignore\natlas.authentication.method.ldap.ad.user.searchfilter=(sAMAccountName={0})\natlas.authentication.method.ldap.ad.default.role=ROLE_USER"),Object(i.mdx)("h3",{id:"ldap-directory"},"LDAP Directory"),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.ldap.url=ldap://<Ldap server ip>:389\natlas.authentication.method.ldap.userDNpattern=uid={0},ou=users,dc=example,dc=com\natlas.authentication.method.ldap.groupSearchBase=dc=example,dc=com\natlas.authentication.method.ldap.groupSearchFilter=(member=cn={0},ou=users,dc=example,dc=com\natlas.authentication.method.ldap.groupRoleAttribute=cn\natlas.authentication.method.ldap.base.dn=dc=example,dc=com\natlas.authentication.method.ldap.bind.dn=cn=Manager,dc=example,dc=com\natlas.authentication.method.ldap.bind.password=<password>\natlas.authentication.method.ldap.referral=ignore\natlas.authentication.method.ldap.user.searchfilter=(uid={0})\natlas.authentication.method.ldap.default.role=ROLE_USER"),Object(i.mdx)("h3",{id:"keycloak-method"},"Keycloak Method."),Object(i.mdx)("p",null,"To enable Keycloak authentication mode in Atlas, set the property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.keycloak")," to true and also set the property ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.keycloak.file")," to the location of your ",Object(i.mdx)("inlineCode",{parentName:"p"},"keycloak.json")," in ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties"),".\nAlso set ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.keycloak.ugi-groups")," to false if you want to pickup groups from Keycloak. By default, the groups will be picked up from the ",Object(i.mdx)("em",{parentName:"p"},"roles")," defined in Keycloak. In case you want to use the groups\nyou need to create a mapping in keycloak and define ",Object(i.mdx)("inlineCode",{parentName:"p"},"atlas.authentication.method.keycloak.groups_claim")," equal to the token claim name. Make sure ",Object(i.mdx)("strong",{parentName:"p"},"not")," to use the full group path and add the information to the access token."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.keycloak=true\natlas.authentication.method.keycloak.file=/opt/atlas/conf/keycloak.json\natlas.authentication.method.keycloak.ugi-groups=false"),Object(i.mdx)("p",null,"Setup you keycloak.json per instructions from Keycloak. Make sure to include ",Object(i.mdx)("inlineCode",{parentName:"p"},'"principal-attribute": "preferred_username"')," to ensure readable usernames and ",Object(i.mdx)("inlineCode",{parentName:"p"},'"autodetect-bearer-only": true'),"."),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'{\n  "realm": "auth",\n  "auth-server-url": "http://keycloak-server/auth",\n  "ssl-required": "external",\n  "resource": "atlas",\n  "public-client": true,\n  "confidential-port": 0,\n  "principal-attribute": "preferred_username",\n  "autodetect-bearer-only": true\n}'),Object(i.mdx)("h3",{id:"pam"},"PAM."),Object(i.mdx)("p",null,"The prerequisite for enabling PAM authentication, is to have login service file in ",Object(i.mdx)("em",{parentName:"p"},"/etc/pam.d/")),Object(i.mdx)("p",null,"To enable the PAM authentication mode in Atlas."),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Set the atlas property ",Object(i.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.method.pam")," to true in ",Object(i.mdx)("inlineCode",{parentName:"li"},"atlas-application.properties"),".")),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.pam=true"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Set the property ",Object(i.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.method.pam.service=<login service>")," to use desired PAM login service.\nFor example, set below property to use ",Object(i.mdx)("inlineCode",{parentName:"li"},"/etc/pam.d/login"),".")),Object(i.mdx)(o.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.authentication.method.pam.service=login"))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/Authentication.md"}}),s.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-security-authentication.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-security-authentication.b185f4c5b68d73002af0.js.map b/static/js/documents-security-authentication.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..ee7ca62
--- /dev/null
+++ b/static/js/documents-security-authentication.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/Authentication.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-security-authentication.3ee79ab6.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"authentication-in-apache-atlas\"\n    }}>{`Authentication in Apache Atlas.`}</h1>\n    <h3 {...{\n      \"id\": \"authentication\"\n    }}>{`Authentication`}</h3>\n    <p>{`Atlas supports following authentication methods`}</p>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`File`}</strong></li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Kerberos`}</strong></li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`LDAP`}</strong></li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Keycloak (OpenID Connect / OAUTH2)`}</strong></li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`PAM`}</strong></li>\n    </ul>\n    <p>{`Following properties should be set true to enable the authentication of that type in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{` file.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.kerberos=true|false\natlas.authentication.method.ldap=true|false\natlas.authentication.method.file=true|false\natlas.authentication.method.keycloak=true|false`}\n </SyntaxHighlighter>\n    <p>{`If two or more authentication methods are set to true, then the authentication falls back to the latter method if the earlier one fails.\nFor example if Kerberos authentication is set to true and ldap authentication is also set to true then, if for a request without kerberos principal and keytab LDAP authentication will be used as a fallback scenario.`}</p>\n    <h3 {...{\n      \"id\": \"file-method\"\n    }}>{`FILE method.`}</h3>\n    <p>{`File authentication requires users' login details in users credentials file in the format specified below and\nthe file path should set to property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.file.filename`}</inlineCode>{` in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.file=true\natlas.authentication.method.file.filename=${'sys:atlas.home'}/conf/users-credentials.properties`}\n </SyntaxHighlighter>\n    <p>{`The users credentials file should have below format`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`username=group::sha256-password`}\n </SyntaxHighlighter>\n    <p>{` For e.g.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`admin=ADMIN::e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a`}\n    </SyntaxHighlighter>\n    <p>{`Users group can be either `}<strong parentName=\"p\">{`ADMIN`}</strong>{`, `}<strong parentName=\"p\">{`DATA_STEWARD`}</strong>{` OR `}<strong parentName=\"p\">{`DATA_SCIENTIST`}</strong></p>\n    <p><em parentName=\"p\">{`Note`}</em>{`:-password is encoded with sha256 encoding method and can be generated using unix tool.`}</p>\n    <p>{`For e.g.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`echo -n \"Password\" | sha256sum\ne7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a  -`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"kerberos-method\"\n    }}>{`Kerberos Method.`}</h3>\n    <p>{`To enable the authentication in Kerberos mode in Atlas, set the property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.kerberos`}</inlineCode>{` to true in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode></p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.kerberos = true`}\n </SyntaxHighlighter>\n    <p>{`Also following properties should be set.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.kerberos.principal=<principal>/<fqdn>@EXAMPLE.COM\natlas.authentication.method.kerberos.keytab = /<key tab filepath>.keytab\natlas.authentication.method.kerberos.name.rules = RULE:[2:$1@$0](atlas@EXAMPLE.COM)s/.*/atlas/\natlas.authentication.method.kerberos.token.validity = 3600 [ in Seconds (optional)]`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"ldap-method\"\n    }}>{`LDAP Method.`}</h3>\n    <p>{`To enable the authentication in LDAP mode in Atlas, set the property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.ldap`}</inlineCode>{` to true and also set Ldap type to property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.ldap.type`}</inlineCode>{` to LDAP or AD in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{`.\nUse AD if connecting to Active Directory.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.ldap=true\natlas.authentication.method.ldap.type=ldap|ad`}\n </SyntaxHighlighter>\n    <p>{`For LDAP or AD the following configuration needs to be set in atlas application properties.`}</p>\n    <h3 {...{\n      \"id\": \"active-directory\"\n    }}>{`Active Directory`}</h3>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.ldap.ad.domain= example.com\natlas.authentication.method.ldap.ad.url=ldap://<AD server ip>:389\natlas.authentication.method.ldap.ad.base.dn=DC=example,DC=com\natlas.authentication.method.ldap.ad.bind.dn=CN=Administrator,CN=Users,DC=example,DC=com\natlas.authentication.method.ldap.ad.bind.password=<password>\natlas.authentication.method.ldap.ad.referral=ignore\natlas.authentication.method.ldap.ad.user.searchfilter=(sAMAccountName={0})\natlas.authentication.method.ldap.ad.default.role=ROLE_USER`}\n </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"ldap-directory\"\n    }}>{`LDAP Directory`}</h3>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.ldap.url=ldap://<Ldap server ip>:389\natlas.authentication.method.ldap.userDNpattern=uid={0},ou=users,dc=example,dc=com\natlas.authentication.method.ldap.groupSearchBase=dc=example,dc=com\natlas.authentication.method.ldap.groupSearchFilter=(member=cn={0},ou=users,dc=example,dc=com\natlas.authentication.method.ldap.groupRoleAttribute=cn\natlas.authentication.method.ldap.base.dn=dc=example,dc=com\natlas.authentication.method.ldap.bind.dn=cn=Manager,dc=example,dc=com\natlas.authentication.method.ldap.bind.password=<password>\natlas.authentication.method.ldap.referral=ignore\natlas.authentication.method.ldap.user.searchfilter=(uid={0})\natlas.authentication.method.ldap.default.role=ROLE_USER`}\n </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"keycloak-method\"\n    }}>{`Keycloak Method.`}</h3>\n    <p>{`To enable Keycloak authentication mode in Atlas, set the property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.keycloak`}</inlineCode>{` to true and also set the property `}<inlineCode parentName=\"p\">{`atlas.authentication.method.keycloak.file`}</inlineCode>{` to the location of your `}<inlineCode parentName=\"p\">{`keycloak.json`}</inlineCode>{` in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{`.\nAlso set `}<inlineCode parentName=\"p\">{`atlas.authentication.method.keycloak.ugi-groups`}</inlineCode>{` to false if you want to pickup groups from Keycloak. By default, the groups will be picked up from the `}<em parentName=\"p\">{`roles`}</em>{` defined in Keycloak. In case you want to use the groups\nyou need to create a mapping in keycloak and define `}<inlineCode parentName=\"p\">{`atlas.authentication.method.keycloak.groups_claim`}</inlineCode>{` equal to the token claim name. Make sure `}<strong parentName=\"p\">{`not`}</strong>{` to use the full group path and add the information to the access token.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.keycloak=true\natlas.authentication.method.keycloak.file=/opt/atlas/conf/keycloak.json\natlas.authentication.method.keycloak.ugi-groups=false`}\n </SyntaxHighlighter>\n    <p>{`Setup you keycloak.json per instructions from Keycloak. Make sure to include `}<inlineCode parentName=\"p\">{`\"principal-attribute\": \"preferred_username\"`}</inlineCode>{` to ensure readable usernames and `}<inlineCode parentName=\"p\">{`\"autodetect-bearer-only\": true`}</inlineCode>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`{\n  \"realm\": \"auth\",\n  \"auth-server-url\": \"http://keycloak-server/auth\",\n  \"ssl-required\": \"external\",\n  \"resource\": \"atlas\",\n  \"public-client\": true,\n  \"confidential-port\": 0,\n  \"principal-attribute\": \"preferred_username\",\n  \"autodetect-bearer-only\": true\n}`}\n </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"pam\"\n    }}>{`PAM.`}</h3>\n    <p>{`The prerequisite for enabling PAM authentication, is to have login service file in `}<em parentName=\"p\">{`/etc/pam.d/`}</em></p>\n    <p>{`To enable the PAM authentication mode in Atlas.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Set the atlas property `}<inlineCode parentName=\"li\">{`atlas.authentication.method.pam`}</inlineCode>{` to true in `}<inlineCode parentName=\"li\">{`atlas-application.properties`}</inlineCode>{`.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.pam=true`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Set the property `}<inlineCode parentName=\"li\">{`atlas.authentication.method.pam.service=<login service>`}</inlineCode>{` to use desired PAM login service.\nFor example, set below property to use `}<inlineCode parentName=\"li\">{`/etc/pam.d/login`}</inlineCode>{`.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authentication.method.pam.service=login`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-security-authorization-model.b185f4c5b68d73002af0.js.map b/static/js/documents-security-authorization-model.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..6c9df73
--- /dev/null
+++ b/static/js/documents-security-authorization-model.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/AuthorizationModel.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"slBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,6BAA2B,6BAEnC,oBACE,GAAM,gBAAc,gBAEtB,8jBAKA,4JACA,oBACE,GAAM,oCAAkC,oCAE1C,0QAEA,wBACE,oBAAIC,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,kBACnB,oBAAIA,WAAW,MAAI,gBACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,SAErB,kLAEA,wBACE,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,WAErB,2FACA,wBACE,oBAAIA,WAAW,MAAI,gEACnB,oBAAIA,WAAW,MAAI,+DACnB,oBAAIA,WAAW,MAAI,mGAErB,oBACE,GAAM,uCAAqC,uCAE7C,+WAGA,wBACE,oBAAIA,WAAW,MAAI,QACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,UACnB,oBAAIA,WAAW,MAAI,uBACnB,oBAAIA,WAAW,MAAI,sBACnB,oBAAIA,WAAW,MAAI,yBACnB,oBAAIA,WAAW,MAAI,0BAErB,2FACA,wBACE,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,4FACnB,oBAAIA,WAAW,MAAI,yEACnB,oBAAIA,WAAW,MAAI,uGACnB,oBAAIA,WAAW,MAAI,mFAErB,oBACE,GAAM,qCAAmC,qCAE3C,8IACA,wBACE,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,oBACvC,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAEzC,6JACA,oBACE,GAAM,2BAAyB,2BAEjC,qKACA,iJAA8H,4BAAYA,WAAW,KAAG,yBAAuC,wFAAyF,4BAAYA,WAAW,KAAG,2DAAyE,KAC3X,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,ibAcnG,oBACE,GAAM,qBAAmB,qBAE3B,4LACmC,mBAAGC,WAAW,IAC7C,KAAQ,2BAAyB,8CAErC,oBACE,GAAM,qBAAmB,qBAE3B,0LAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,gCAGnG,8OACuF,mBAAGC,WAAW,IACjG,KAAQ,2BAAyB,6CACiB,KACtD,oBACE,GAAM,mBAAiB,mBAEzB,yQACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,+BAItG,kMAEDH,EAAWS,gBAAiB,G,+DC3I5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-security-authorization-model.b50faded.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-authorization-model\"\n    }}>{`Atlas Authorization Model`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`Atlas is a scalable and extensible set of core foundational governance services – enabling enterprises to effectively and\nefficiently meet their compliance requirements within Hadoop and allows integration with the whole enterprise data ecosystem.\nApache Atlas provides open metadata management and governance capabilities for organizations to build a catalog of their\ndata assets, classify and govern these assets and provide collaboration capabilities around these data assets for data\nscientists, analysts and the data governance team.`}</p>\n    <p>{`This document covers details of the authorization model supported by Apache Atlas to control access to metadata managed by Atlas.`}</p>\n    <h2 {...{\n      \"id\": \"authorization-of-access-to-types\"\n    }}>{`Authorization of access to Types`}</h2>\n    <p>{`Apache Atlas provides a type system that allows users to model the metadata objects they would like to manage. The model\nis composed of definitions called ‘types’. Apache Atlas type system supports following categories of types:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Entity`}</li>\n      <li parentName=\"ul\">{`Classification`}</li>\n      <li parentName=\"ul\">{`Relationship`}</li>\n      <li parentName=\"ul\">{`Struct`}</li>\n      <li parentName=\"ul\">{`Enum`}</li>\n    </ul>\n    <p>{`The authorization model enables control of which users, groups can perform the following operations on types, based on\ntype names and type categories:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`create`}</li>\n      <li parentName=\"ul\">{`update`}</li>\n      <li parentName=\"ul\">{`delete`}</li>\n    </ul>\n    <p>{`Here are few examples of access controls supported by the model:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Admin users can create/update/delete types of all categories`}</li>\n      <li parentName=\"ul\">{`Data stewards can create/update/delete classification types`}</li>\n      <li parentName=\"ul\">{`Healthcare data stewards can create/update/delete types having names start with “hc”`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"authorization-of-access-to-entities\"\n    }}>{`Authorization of access to Entities`}</h2>\n    <p>{`An entity is an instance of an entity-type and such instances represent objects in the real world – for example a table\nin Hive, a HDFS file, a Kafka topic. The authorization model enables control of which users, groups can perform the\nfollowing operations on entities – based on entity-types, entity-classifications, entity-id:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`read`}</li>\n      <li parentName=\"ul\">{`create`}</li>\n      <li parentName=\"ul\">{`update`}</li>\n      <li parentName=\"ul\">{`delete`}</li>\n      <li parentName=\"ul\">{`read classification`}</li>\n      <li parentName=\"ul\">{`add classification`}</li>\n      <li parentName=\"ul\">{`update classification`}</li>\n      <li parentName=\"ul\">{`remove classification`}</li>\n    </ul>\n    <p>{`Here are few examples of access controls supported by the model:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Admin users can perform all entity operations on entities of all types`}</li>\n      <li parentName=\"ul\">{`Data stewards can perform all entity operations, except delete, on entities of all types`}</li>\n      <li parentName=\"ul\">{`Data quality admins can add/update/remove DATA_QUALITY classification`}</li>\n      <li parentName=\"ul\">{`Users in specific groups can read/update entities with PII classification or its sub-classification`}</li>\n      <li parentName=\"ul\">{`Finance users can read/update entities whose ID start with ‘finance’`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"authorization-of-admin-operations\"\n    }}>{`Authorization of Admin operations`}</h2>\n    <p>{`The authorization model enables control of which users, groups can perform the following administrative operations:`}</p>\n    <ul>\n      <li parentName=\"ul\"><em parentName=\"li\">{`import entities`}</em></li>\n      <li parentName=\"ul\"><em parentName=\"li\">{`export entities`}</em></li>\n    </ul>\n    <p>{`Users with above accesses can import/export entities without requiring them to be granted with fine-grained entity level accesses.`}</p>\n    <h2 {...{\n      \"id\": \"pluggable-authorization\"\n    }}>{`Pluggable Authorization`}</h2>\n    <p>{`Apache Atlas supports a pluggable authorization interface, as shown below, that enable alternate implementations to handle authorizations.`}</p>\n    <p>{`The name of the class implementing the authorization interface can be registered with Apache Atlas using configuration `}<inlineCode parentName=\"p\">{`atlas.authorizer.impl`}</inlineCode>{`. When this property is not set, Apache Atlas will use its default implementation in `}<inlineCode parentName=\"p\">{`org.apache.atlas.authorize.simple.AtlasSimpleAuthorizer`}</inlineCode>{`.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\n   package org.apache.atlas.authorize;\n   public interface AtlasAuthorizer {\n     void init();\n     void cleanUp();\n\n     boolean isAccessAllowed(AtlasAdminAccessRequest request) throws AtlasAuthorizationException;\n\n     boolean isAccessAllowed(AtlasEntityAccessRequest request) throws AtlasAuthorizationException;\n\n     boolean isAccessAllowed(AtlasTypeAccessRequest request) throws AtlasAuthorizationException;\n   }`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"simple-authorizer\"\n    }}>{`Simple Authorizer`}</h2>\n    <p>{`Simple authorizer is the default authorizer implementation included in Apache Atlas. For details of setting up Apache Atlas\nto use simple authorizer, please see `}<a parentName=\"p\" {...{\n        \"href\": \"#/AtlasSimpleAuthorizer\"\n      }}>{`Setting up Atlas to use Simple Authorizer`}</a></p>\n    <h2 {...{\n      \"id\": \"ranger-authorizer\"\n    }}>{`Ranger Authorizer`}</h2>\n    <p>{`To configure Apache Atlas to use authorization implementation provided by Apache Ranger, include the following property\nin application.properties config file:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authorizer.impl=ranger`}\n    </SyntaxHighlighter>\n    <p>{`Apache Ranger Authorizer requires configuration files to be setup, for example to specify Apache Ranger admin server URL,\nname of the service containing authorization policies, etc. For more details please see, `}<a parentName=\"p\" {...{\n        \"href\": \"#/AtlasRangerAuthorizer\"\n      }}>{`Setting up Atlas to use Ranger Authorizer`}</a>{`.`}</p>\n    <h2 {...{\n      \"id\": \"none-authorizer\"\n    }}>{`None authorizer`}</h2>\n    <p>{`In addition to the default authorizer, Apache Atlas includes an authorizer that permits all accesses to all users. This authorizer can be useful in test environments and unit tests. To use this authorizer, set the following configuration:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.authorizer.impl=NONE`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-security-authorization-model.b50faded.js b/static/js/documents-security-authorization-model.b50faded.js
new file mode 100644
index 0000000..8807ddb
--- /dev/null
+++ b/static/js/documents-security-authorization-model.b50faded.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[42],{"./src/documents/Security/AuthorizationModel.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],r={};function c(e){var t=e.components,a=Object(i.a)(e,l);return Object(n.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"atlas-authorization-model"},"Atlas Authorization Model"),Object(n.mdx)("h2",{id:"introduction"},"Introduction"),Object(n.mdx)("p",null,"Atlas is a scalable and extensible set of core foundational governance services \u2013 enabling enterprises to effectively and\nefficiently meet their compliance requirements within Hadoop and allows integration with the whole enterprise data ecosystem.\nApache Atlas provides open metadata management and governance capabilities for organizations to build a catalog of their\ndata assets, classify and govern these assets and provide collaboration capabilities around these data assets for data\nscientists, analysts and the data governance team."),Object(n.mdx)("p",null,"This document covers details of the authorization model supported by Apache Atlas to control access to metadata managed by Atlas."),Object(n.mdx)("h2",{id:"authorization-of-access-to-types"},"Authorization of access to Types"),Object(n.mdx)("p",null,"Apache Atlas provides a type system that allows users to model the metadata objects they would like to manage. The model\nis composed of definitions called \u2018types\u2019. Apache Atlas type system supports following categories of types:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Entity"),Object(n.mdx)("li",{parentName:"ul"},"Classification"),Object(n.mdx)("li",{parentName:"ul"},"Relationship"),Object(n.mdx)("li",{parentName:"ul"},"Struct"),Object(n.mdx)("li",{parentName:"ul"},"Enum")),Object(n.mdx)("p",null,"The authorization model enables control of which users, groups can perform the following operations on types, based on\ntype names and type categories:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"create"),Object(n.mdx)("li",{parentName:"ul"},"update"),Object(n.mdx)("li",{parentName:"ul"},"delete")),Object(n.mdx)("p",null,"Here are few examples of access controls supported by the model:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Admin users can create/update/delete types of all categories"),Object(n.mdx)("li",{parentName:"ul"},"Data stewards can create/update/delete classification types"),Object(n.mdx)("li",{parentName:"ul"},"Healthcare data stewards can create/update/delete types having names start with \u201chc\u201d")),Object(n.mdx)("h2",{id:"authorization-of-access-to-entities"},"Authorization of access to Entities"),Object(n.mdx)("p",null,"An entity is an instance of an entity-type and such instances represent objects in the real world \u2013 for example a table\nin Hive, a HDFS file, a Kafka topic. The authorization model enables control of which users, groups can perform the\nfollowing operations on entities \u2013 based on entity-types, entity-classifications, entity-id:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"read"),Object(n.mdx)("li",{parentName:"ul"},"create"),Object(n.mdx)("li",{parentName:"ul"},"update"),Object(n.mdx)("li",{parentName:"ul"},"delete"),Object(n.mdx)("li",{parentName:"ul"},"read classification"),Object(n.mdx)("li",{parentName:"ul"},"add classification"),Object(n.mdx)("li",{parentName:"ul"},"update classification"),Object(n.mdx)("li",{parentName:"ul"},"remove classification")),Object(n.mdx)("p",null,"Here are few examples of access controls supported by the model:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Admin users can perform all entity operations on entities of all types"),Object(n.mdx)("li",{parentName:"ul"},"Data stewards can perform all entity operations, except delete, on entities of all types"),Object(n.mdx)("li",{parentName:"ul"},"Data quality admins can add/update/remove DATA_QUALITY classification"),Object(n.mdx)("li",{parentName:"ul"},"Users in specific groups can read/update entities with PII classification or its sub-classification"),Object(n.mdx)("li",{parentName:"ul"},"Finance users can read/update entities whose ID start with \u2018finance\u2019")),Object(n.mdx)("h2",{id:"authorization-of-admin-operations"},"Authorization of Admin operations"),Object(n.mdx)("p",null,"The authorization model enables control of which users, groups can perform the following administrative operations:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"import entities")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("em",{parentName:"li"},"export entities"))),Object(n.mdx)("p",null,"Users with above accesses can import/export entities without requiring them to be granted with fine-grained entity level accesses."),Object(n.mdx)("h2",{id:"pluggable-authorization"},"Pluggable Authorization"),Object(n.mdx)("p",null,"Apache Atlas supports a pluggable authorization interface, as shown below, that enable alternate implementations to handle authorizations."),Object(n.mdx)("p",null,"The name of the class implementing the authorization interface can be registered with Apache Atlas using configuration ",Object(n.mdx)("inlineCode",{parentName:"p"},"atlas.authorizer.impl"),". When this property is not set, Apache Atlas will use its default implementation in ",Object(n.mdx)("inlineCode",{parentName:"p"},"org.apache.atlas.authorize.simple.AtlasSimpleAuthorizer"),"."),Object(n.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"\n   package org.apache.atlas.authorize;\n   public interface AtlasAuthorizer {\n     void init();\n     void cleanUp();\n\n     boolean isAccessAllowed(AtlasAdminAccessRequest request) throws AtlasAuthorizationException;\n\n     boolean isAccessAllowed(AtlasEntityAccessRequest request) throws AtlasAuthorizationException;\n\n     boolean isAccessAllowed(AtlasTypeAccessRequest request) throws AtlasAuthorizationException;\n   }"),Object(n.mdx)("h2",{id:"simple-authorizer"},"Simple Authorizer"),Object(n.mdx)("p",null,"Simple authorizer is the default authorizer implementation included in Apache Atlas. For details of setting up Apache Atlas\nto use simple authorizer, please see ",Object(n.mdx)("a",{parentName:"p",href:"#/AtlasSimpleAuthorizer"},"Setting up Atlas to use Simple Authorizer")),Object(n.mdx)("h2",{id:"ranger-authorizer"},"Ranger Authorizer"),Object(n.mdx)("p",null,"To configure Apache Atlas to use authorization implementation provided by Apache Ranger, include the following property\nin application.properties config file:"),Object(n.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.authorizer.impl=ranger"),Object(n.mdx)("p",null,"Apache Ranger Authorizer requires configuration files to be setup, for example to specify Apache Ranger admin server URL,\nname of the service containing authorization policies, etc. For more details please see, ",Object(n.mdx)("a",{parentName:"p",href:"#/AtlasRangerAuthorizer"},"Setting up Atlas to use Ranger Authorizer"),"."),Object(n.mdx)("h2",{id:"none-authorizer"},"None authorizer"),Object(n.mdx)("p",null,"In addition to the default authorizer, Apache Atlas includes an authorizer that permits all accesses to all users. This authorizer can be useful in test environments and unit tests. To use this authorizer, set the following configuration:"),Object(n.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"atlas.authorizer.impl=NONE"))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/AuthorizationModel.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-security-authorization-model.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-security-security.b185f4c5b68d73002af0.js.map b/static/js/documents-security-security.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..f112b3f
--- /dev/null
+++ b/static/js/documents-security-security.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Security/Security.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-security-security.c044dc7f.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"security-features-of-apache-atlas\"\n    }}>{`Security Features of Apache Atlas`}</h1>\n    <h2 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h2>\n    <p>{`The following features are available for enhancing the security of the platform:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`SSL`}</li>\n      <li parentName=\"ul\">{`Service Authentication`}</li>\n      <li parentName=\"ul\">{`SPNEGO-based HTTP Authentication`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"ssl\"\n    }}>{`SSL`}</h2>\n    <p>{`Both SSL one-way (server authentication) and two-way (server and client authentication) are supported.  The following application properties (properties configured in the atlas-application.properties file) are available for configuring SSL:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.enableTLS`}</inlineCode>{` (false|true) `}{`[default: false]`}{` - enable/disable the SSL listener`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`keystore.file`}</inlineCode>{` - the path to the keystore file leveraged by the server.  This file contains the server certificate.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`truststore.file`}</inlineCode>{` - the path to the truststore file. This file contains the certificates of other trusted entities (e.g. the certificates for client processes if two-way SSL is enabled).  In most instances this can be set to the same value as the keystore.file property (especially if one-way SSL is enabled).`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`client.auth.enabled`}</inlineCode>{` (false|true) `}{`[default: false]`}{` - enable/disable client authentication.  If enabled, the client will have to authenticate to the server during the transport session key creation process (i.e. two-way SSL is in effect).`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`cert.stores.credential.provider.path`}</inlineCode>{` - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and server certificate are maintained in this secure file.  Utilize the cputil script in the 'bin' directory (see below) to populate this file with the passwords required.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.ssl.exclude.cipher.suites`}</inlineCode>{` - the excluded Cipher Suites list -  `}<em parentName=\"li\">{`NULL.`}</em>{`,.`}<em parentName=\"li\">{`RC4.`}</em>{`,.`}<em parentName=\"li\">{`MD5.`}</em>{`,.`}<em parentName=\"li\">{`DES.`}</em>{`,.`}<em parentName=\"li\">{`DSS.`}</em>{` are weak and unsafe Cipher Suites that are excluded by default. If additional Ciphers need to be excluded, set this property with the default Cipher Suites such as atlas.ssl.exclude.cipher.suites=.`}<em parentName=\"li\">{`NULL.`}</em>{`, .`}<em parentName=\"li\">{`RC4.`}</em>{`, .`}<em parentName=\"li\">{`MD5.`}</em>{`, .`}<em parentName=\"li\">{`DES.`}</em>{`, .`}<em parentName=\"li\">{`DSS.`}</em>{`, and add the additional Cipher Suites to the list with a comma separator. They can be added with their full name or a regular expression. The Cipher Suites listed in the atlas.ssl.exclude.cipher.suites property will have precedence over the default Cipher Suites. One would keep the default Cipher Suites, and add additional ones to be safe.`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"credential-provider-utility-script\"\n    }}>{`Credential Provider Utility Script`}</h4>\n    <p>{`In order to prevent the use of clear-text passwords, the Atlas platofrm makes use of the Credential Provider facility for secure password storage (see `}<a parentName=\"p\" {...{\n        \"href\": \"http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/CommandsManual.html#credentia\"\n      }}>{`Hadoop Credential Command Reference`}</a>{` for more information about this facility).  The cputil script in the `}<inlineCode parentName=\"p\">{`bin`}</inlineCode>{` directory can be leveraged to create the password store required.`}</p>\n    <p>{`To create the credential provdier for Atlas:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`cd to the `}<inlineCode parentName=\"li\">{`bin`}</inlineCode>{` directory`}</li>\n      <li parentName=\"ul\">{`type `}<inlineCode parentName=\"li\">{`./cputil.py`}</inlineCode></li>\n      <li parentName=\"ul\">{`Enter the path for the generated credential provider.  The format for the path is:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`jceks://file/local/file/path/file.jceks or jceks://hdfs@namenodehost:port/path/in/hdfs/to/file.jceks.  The files generally use the \".jceks\" extension (e.g. test.jceks)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Enter the passwords for the keystore, truststore, and server key (these passwords need to match the ones utilized for actually creating the associated certificate store files).`}</li>\n    </ul>\n    <p>{`The credential provider will be generated and saved to the path provided.`}</p>\n    <h2 {...{\n      \"id\": \"service-authentication\"\n    }}>{`Service Authentication`}</h2>\n    <p>{`The Atlas platform, upon startup, is associated to an authenticated identity.  By default, in an insecure environment, that identity is the same as the OS authenticated user launching the server.  However, in a secure cluster leveraging kerberos, it is considered a best practice to configure a keytab and principal in order for the platform to authenticate to the KDC. This allows the service to subsequently interact with other secure cluster services (e.g. HDFS).`}</p>\n    <p>{`The properties for configuring service authentication are:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.authentication.method`}</inlineCode>{` (simple|kerberos) `}{`[default: simple]`}{` - the authentication method to utilize.  Simple will leverage the OS authenticated identity and is the default mechanism.  'kerberos' indicates that the service is required to authenticate to the KDC leveraging the configured keytab and principal.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.authentication.keytab`}</inlineCode>{` - the path to the keytab file.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.authentication.principal`}</inlineCode>{` - the principal to use for authenticating to the KDC.  The principal is generally of the form \"user/host@realm\".  You may use the '_HOST' token for the hostname and the local hostname will be substituted in by the runtime (e.g. \"Atlas/`}<a parentName=\"li\" {...{\n          \"href\": \"mailto:_HOST@EXAMPLE.COM\"\n        }}>{`_HOST@EXAMPLE.COM`}</a>{`\")`}</li>\n    </ul>\n    <blockquote>\n      <p parentName=\"blockquote\">{`Note that when Atlas is configured with HBase as the storage backend in a secure cluster, the graph db (JanusGraph) needs sufficient user permissions to be able to create and access an HBase table.  To grant the appropriate permissions see `}<a parentName=\"p\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Graph persistence engine - Hbase`}</a>{`.`}</p>\n    </blockquote>\n    <h3 {...{\n      \"id\": \"jaas-configuration\"\n    }}>{`JAAS configuration`}</h3>\n    <p>{`In a secure cluster, some components (such as Kafka) that Atlas interacts with, require Atlas to authenticate itself to them using JAAS. The following properties are used to set up appropriate JAAS Configuration.`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.loginModuleName`}</inlineCode>{` - the authentication method used by the component (for example, com.sun.security.auth.module.Krb5LoginModule)`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.loginModuleControlFlag`}</inlineCode>{` (required|requisite|sufficient|optional) `}{`[default: required]`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.useKeyTab`}</inlineCode>{` (true|false)`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.storeKey`}</inlineCode>{` (true | false)`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.serviceName`}</inlineCode>{` - service name of server component`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.keyTab`}</inlineCode>{` = `}<inlineCode parentName=\"li\">{`<atlas keytab>`}</inlineCode></li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.jaas.client-id.option.principal`}</inlineCode>{` = `}<inlineCode parentName=\"li\">{`<atlas principal>`}</inlineCode></li>\n    </ul>\n    <p>{`For example, the following property settings in jaas-application.properties file`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.jaas.KafkaClient.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.KafkaClient.loginModuleControlFlag = required\natlas.jaas.KafkaClient.option.useKeyTab = true\natlas.jaas.KafkaClient.option.storeKey = true\natlas.jaas.KafkaClient.option.serviceName = kafka\natlas.jaas.KafkaClient.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.KafkaClient.option.principal = kafka-client-1@EXAMPLE.COM\natlas.jaas.MyClient.0.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.MyClient.0.loginModuleControlFlag = required\natlas.jaas.MyClient.0.option.useKeyTab = true\natlas.jaas.MyClient.0.option.storeKey = true\natlas.jaas.MyClient.0.option.serviceName = kafka\natlas.jaas.MyClient.0.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.MyClient.0.option.principal = kafka-client-1@EXAMPLE.COM\natlas.jaas.MyClient.1.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.MyClient.1.loginModuleControlFlag = optional\natlas.jaas.MyClient.1.option.useKeyTab = true\natlas.jaas.MyClient.1.option.storeKey = true\natlas.jaas.MyClient.1.option.serviceName = kafka\natlas.jaas.MyClient.1.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.MyClient.1.option.principal = kafka-client-1@EXAMPLE.COM`}\n    </SyntaxHighlighter>\n    <p>{`will set the JAAS configuration that is equivalent to the following jaas.conf file entries.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`KafkaClient {\n   com.sun.security.auth.module.Krb5LoginModule required\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka\n   keyTab=\"/etc/security/keytabs/kafka_client.keytab\"\n   principal=\"kafka-client-1@EXAMPLE.COM\";\n};\nMyClient {\n   com.sun.security.auth.module.Krb5LoginModule required\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka keyTab=\"/etc/security/keytabs/kafka_client.keytab\"\n   principal=\"kafka-client-1@EXAMPLE.COM\";\n};\nMyClient {\n   com.sun.security.auth.module.Krb5LoginModule optional\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka\n   keyTab=\"/etc/security/keytabs/kafka_client.keytab\"\n   principal=\"kafka-client-1@EXAMPLE.COM\";\n};`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"spnego-based-http-authentication\"\n    }}>{`SPNEGO-based HTTP Authentication`}</h2>\n    <p>{`HTTP accesses to the Atlas platform can be secured by enabling the platform's SPNEGO support.  There are currently two supported authentication mechanisms:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`simple`}</inlineCode>{` - authentication is performed via a provided username`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`kerberos`}</inlineCode>{` - the KDC authenticated identity of the client is leveraged to authenticate to the server`}</li>\n    </ul>\n    <p>{`The kerberos support requires the client accessing the server to first authenticate to the KDC (usually this is done via the 'kinit' command).  Once authenticated, the user may access the server (the authenticated identity will be related to the server via the SPNEGO negotiation mechanism).`}</p>\n    <p>{`The properties for configuring the SPNEGO support are:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.enabled`}</inlineCode>{` (true|false) `}{`[default: false]`}{` - a property indicating whether to enable HTTP authentication`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.type`}</inlineCode>{` (simple|kerberos) `}{`[default: simple]`}{` - the authentication type`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.kerberos.principal`}</inlineCode>{` - the web-application Kerberos principal name. The Kerberos principal name must start with \"HTTP/...\". For example: \"HTTP/localhost@LOCALHOST\". There is no default value.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.kerberos.keytab`}</inlineCode>{` - the path to the keytab file containing the credentials for the kerberos principal.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.rest.address`}</inlineCode>{` - `}<inlineCode parentName=\"li\">{`<http/https>://<atlas-fqdn>:<atlas port>`}</inlineCode></li>\n    </ul>\n    <p>{`For a more detailed discussion of the HTTP authentication mechanism refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://hadoop.apache.org/docs/stable/hadoop-auth/Configuration.html\"\n      }}>{`Hadoop Auth, Java HTTP SPNEGO 2.6.0 - Server Side Configuration`}</a>{`.  The prefix that document references is \"atlas.http.authentication\" in the case of the Atlas authentication implementation.`}</p>\n    <h3 {...{\n      \"id\": \"client-security-configuration\"\n    }}>{`Client security configuration`}</h3>\n    <p>{`When leveraging Atlas client code to communicate with an Atlas server configured for SSL transport and/or Kerberos authentication, there is a requirement to provide the Atlas client configuration file that provides the security properties that allow for communication with, or authenticating to, the server.`}</p>\n    <p>{`Update the atlas-application.properties file with the appropriate settings (see below) and copy it to the client's classpath or to the directory specified by the \"atlas.conf\" system property.`}</p>\n    <p>{`The client properties for SSL communication are:`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.enableTLS`}</inlineCode>{` (false|true) `}{`[default: false]`}{` - enable/disable the SSL client communication infrastructure.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`keystore.file`}</inlineCode>{` - the path to the keystore file leveraged by the client.  This file is only required if 2-Way SSL is enabled at the server and contains the client certificate.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`truststore.file`}</inlineCode>{` - the path to the truststore file. This file contains the certificates of trusted entities (e.g. the certificates for the server or a shared certification authority). This file is required for both one-way or two-way SSL.`}</li>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`cert.stores.credential.provider.path`}</inlineCode>{` - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and client certificate are maintained in this secure file.`}</li>\n    </ul>\n    <p>{`The property required for authenticating to the server (if authentication is enabled):`}</p>\n    <ul>\n      <li parentName=\"ul\"><inlineCode parentName=\"li\">{`atlas.http.authentication.type`}</inlineCode>{` (simple|kerberos) `}{`[default: simple]`}{` - the authentication type`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"solr-kerberos-configuration\"\n    }}>{`SOLR Kerberos configuration`}</h3>\n    <p>{`If the authentication type specified is 'kerberos', then the kerberos ticket cache will be accessed for authenticating to the server (Therefore the client is required to authenticate to the KDC prior to communication with the server using 'kinit' or a similar mechanism).`}</p>\n    <p>{`See `}<a parentName=\"p\" {...{\n        \"href\": \"https://cwiki.apache.org/confluence/display/RANGER/How+to+configure+Solr+Cloud+with+Kerberos+for+Ranger+0.5\"\n      }}>{`the Apache SOLR Kerberos configuration`}</a>{`.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Add principal and generate the keytab file for solr.  Create a keytab per host for each host where Solr is going to run and use the principal name with the host (e.g. addprinc -randkey solr/\\${HOST1}@EXAMPLE.COM. Replace \\${HOST1} with the actual host names).`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`kadmin.local\nkadmin.local:  addprinc -randkey solr/<hostname>@EXAMPLE.COM\nkadmin.local:  xst -k solr.keytab solr/<hostname>@EXAMPLE.COM\nkadmin.local:  quit`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Add principal and generate the keytab file for authenticating HTTP request. (Note that if Ambari is used to Kerberize the cluster, the keytab /etc/security/keytabs/spnego.service.keytab can be used)`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`kadmin.local\nkadmin.local:  addprinc -randkey HTTP/<hostname>@EXAMPLE.COM\nkadmin.local:  xst -k HTTP.keytab HTTP/<hostname>@EXAMPLE.COM\nkadmin.local:  quit`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Copy the keytab file to all the hosts running Solr.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`cp solr.keytab /etc/security/keytabs/\nchmod 400 /etc/security/keytabs/solr.keytab\ncp HTTP.keytab /etc/security/keytabs/\nchmod 400 /etc/security/keytabs/HTTP.keytab`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Create path in Zookeeper for storing the Solr configs and other parameters.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -zkhost $ZK_HOST:2181 -cmd makepath solr`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Upload the configuration to Zookeeper.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -cmd upconfig  -zkhost $ZK_HOST:2181/solr -confname basic_configs -confdir $SOLR_INSTALL_HOME/server/solr/configsets/_default/conf`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Create the JAAS configuration.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`vi /etc/solr/conf/solr_jaas.conf\nClient {\n  com.sun.security.auth.module.Krb5LoginModule required\n  useKeyTab=true\n  keyTab=\"/etc/security/keytabs/solr.keytab\"\n  storeKey=true\n  useTicketCache=true\n  debug=true\n  principal=\"solr/<hostname>@EXAMPLE.COM\";\n};`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Copy /etc/solr/conf/solr_jaas.conf to all hosts running Solr.`}</li>\n      <li parentName=\"ul\">{`Edit solr.in.sh in $SOLR_INSTALL_HOME/bin/`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`vi $SOLR_INSTALL_HOME/bin/solr.in.sh\nSOLR_JAAS_FILE=/etc/solr/conf/solr_jaas.conf\nSOLR_HOST='hostname -f'\nZK_HOST=\"$ZK_HOST1:2181,$ZK_HOST2:2181,$ZK_HOST3:2181/solr\"\nKERBEROS_REALM=\"EXAMPLE.COM\"\nSOLR_KEYTAB=/etc/solr/conf/solr.keytab\nSOLR_KERB_PRINCIPAL=HTTP@{KERBEROS_REALM}\nSOLR_KERB_KEYTAB=/etc/solr/conf/HTTP.keytab\nSOLR_AUTHENTICATION_CLIENT_CONFIGURER=\"org.apache.solr.client.solrj.impl.Krb5HttpClientConfigurer\"\nSOLR_AUTHENTICATION_OPTS=\" -DauthenticationPlugin=org.apache.solr.security.KerberosPlugin -Djava.security.auth.login.config={SOLR_JAAS_FILE} -Dsolr.kerberos.principal={SOLR_KERB_PRINCIPAL} -Dsolr.kerberos.keytab={SOLR_KERB_KEYTAB} -Dsolr.kerberos.cookie.domain={SOLR_HOST} -Dhost={SOLR_HOST} -Dsolr.kerberos.name.rules=DEFAULT\"`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Copy solr.in.sh to all hosts running Solr.`}</li>\n      <li parentName=\"ul\">{`Set up Solr to use the Kerberos plugin by uploading the security.json.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -zkhost <zk host>:2181 -cmd put /security.json '{\"authentication\":{\"class\": \"org.apache.solr.security.KerberosPlugin\"}}'`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Start Solr.`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`$SOLR_INSTALL_HOME/bin/solr start -cloud -z $ZK_HOST1:2181,$ZK_HOST2:2181,$ZK_HOST3:2181 -noprompt`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Test Solr`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`kinit -k -t /etc/security/keytabs/HTTP.keytab HTTP/<host>@EXAMPLE.COM\ncurl --negotiate -u : \"http://<host>:8983/solr/\"`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Create collections in Solr corresponding to the indexes that Atlas uses and change the Atlas configuration to point to the Solr instance setup as described in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Installation\"\n        }}>{`Install Steps`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-security-security.c044dc7f.js b/static/js/documents-security-security.c044dc7f.js
new file mode 100644
index 0000000..9ee361a
--- /dev/null
+++ b/static/js/documents-security-security.c044dc7f.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[43],{"./src/documents/Security/Security.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),r=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),s=["components"],o={};function c(e){var t=e.components,a=Object(i.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},o,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"security-features-of-apache-atlas"},"Security Features of Apache Atlas"),Object(n.mdx)("h2",{id:"overview"},"Overview"),Object(n.mdx)("p",null,"The following features are available for enhancing the security of the platform:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"SSL"),Object(n.mdx)("li",{parentName:"ul"},"Service Authentication"),Object(n.mdx)("li",{parentName:"ul"},"SPNEGO-based HTTP Authentication")),Object(n.mdx)("h2",{id:"ssl"},"SSL"),Object(n.mdx)("p",null,"Both SSL one-way (server authentication) and two-way (server and client authentication) are supported.  The following application properties (properties configured in the atlas-application.properties file) are available for configuring SSL:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.enableTLS")," (false|true) ","[default: false]"," - enable/disable the SSL listener"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"keystore.file")," - the path to the keystore file leveraged by the server.  This file contains the server certificate."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"truststore.file")," - the path to the truststore file. This file contains the certificates of other trusted entities (e.g. the certificates for client processes if two-way SSL is enabled).  In most instances this can be set to the same value as the keystore.file property (especially if one-way SSL is enabled)."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"client.auth.enabled")," (false|true) ","[default: false]"," - enable/disable client authentication.  If enabled, the client will have to authenticate to the server during the transport session key creation process (i.e. two-way SSL is in effect)."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"cert.stores.credential.provider.path")," - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and server certificate are maintained in this secure file.  Utilize the cputil script in the 'bin' directory (see below) to populate this file with the passwords required."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.ssl.exclude.cipher.suites")," - the excluded Cipher Suites list -  ",Object(n.mdx)("em",{parentName:"li"},"NULL."),",.",Object(n.mdx)("em",{parentName:"li"},"RC4."),",.",Object(n.mdx)("em",{parentName:"li"},"MD5."),",.",Object(n.mdx)("em",{parentName:"li"},"DES."),",.",Object(n.mdx)("em",{parentName:"li"},"DSS.")," are weak and unsafe Cipher Suites that are excluded by default. If additional Ciphers need to be excluded, set this property with the default Cipher Suites such as atlas.ssl.exclude.cipher.suites=.",Object(n.mdx)("em",{parentName:"li"},"NULL."),", .",Object(n.mdx)("em",{parentName:"li"},"RC4."),", .",Object(n.mdx)("em",{parentName:"li"},"MD5."),", .",Object(n.mdx)("em",{parentName:"li"},"DES."),", .",Object(n.mdx)("em",{parentName:"li"},"DSS."),", and add the additional Cipher Suites to the list with a comma separator. They can be added with their full name or a regular expression. The Cipher Suites listed in the atlas.ssl.exclude.cipher.suites property will have precedence over the default Cipher Suites. One would keep the default Cipher Suites, and add additional ones to be safe.")),Object(n.mdx)("h4",{id:"credential-provider-utility-script"},"Credential Provider Utility Script"),Object(n.mdx)("p",null,"In order to prevent the use of clear-text passwords, the Atlas platofrm makes use of the Credential Provider facility for secure password storage (see ",Object(n.mdx)("a",{parentName:"p",href:"http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/CommandsManual.html#credentia"},"Hadoop Credential Command Reference")," for more information about this facility).  The cputil script in the ",Object(n.mdx)("inlineCode",{parentName:"p"},"bin")," directory can be leveraged to create the password store required."),Object(n.mdx)("p",null,"To create the credential provdier for Atlas:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"cd to the ",Object(n.mdx)("inlineCode",{parentName:"li"},"bin")," directory"),Object(n.mdx)("li",{parentName:"ul"},"type ",Object(n.mdx)("inlineCode",{parentName:"li"},"./cputil.py")),Object(n.mdx)("li",{parentName:"ul"},"Enter the path for the generated credential provider.  The format for the path is:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},'jceks://file/local/file/path/file.jceks or jceks://hdfs@namenodehost:port/path/in/hdfs/to/file.jceks.  The files generally use the ".jceks" extension (e.g. test.jceks)'))),Object(n.mdx)("li",{parentName:"ul"},"Enter the passwords for the keystore, truststore, and server key (these passwords need to match the ones utilized for actually creating the associated certificate store files).")),Object(n.mdx)("p",null,"The credential provider will be generated and saved to the path provided."),Object(n.mdx)("h2",{id:"service-authentication"},"Service Authentication"),Object(n.mdx)("p",null,"The Atlas platform, upon startup, is associated to an authenticated identity.  By default, in an insecure environment, that identity is the same as the OS authenticated user launching the server.  However, in a secure cluster leveraging kerberos, it is considered a best practice to configure a keytab and principal in order for the platform to authenticate to the KDC. This allows the service to subsequently interact with other secure cluster services (e.g. HDFS)."),Object(n.mdx)("p",null,"The properties for configuring service authentication are:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.method")," (simple|kerberos) ","[default: simple]"," - the authentication method to utilize.  Simple will leverage the OS authenticated identity and is the default mechanism.  'kerberos' indicates that the service is required to authenticate to the KDC leveraging the configured keytab and principal."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.keytab")," - the path to the keytab file."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.authentication.principal"),' - the principal to use for authenticating to the KDC.  The principal is generally of the form "user/host@realm".  You may use the \'_HOST\' token for the hostname and the local hostname will be substituted in by the runtime (e.g. "Atlas/',Object(n.mdx)("a",{parentName:"li",href:"mailto:_HOST@EXAMPLE.COM"},"_HOST@EXAMPLE.COM"),'")')),Object(n.mdx)("blockquote",null,Object(n.mdx)("p",{parentName:"blockquote"},"Note that when Atlas is configured with HBase as the storage backend in a secure cluster, the graph db (JanusGraph) needs sufficient user permissions to be able to create and access an HBase table.  To grant the appropriate permissions see ",Object(n.mdx)("a",{parentName:"p",href:"#/Configuration"},"Graph persistence engine - Hbase"),".")),Object(n.mdx)("h3",{id:"jaas-configuration"},"JAAS configuration"),Object(n.mdx)("p",null,"In a secure cluster, some components (such as Kafka) that Atlas interacts with, require Atlas to authenticate itself to them using JAAS. The following properties are used to set up appropriate JAAS Configuration."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.loginModuleName")," - the authentication method used by the component (for example, com.sun.security.auth.module.Krb5LoginModule)"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.loginModuleControlFlag")," (required|requisite|sufficient|optional) ","[default: required]"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.useKeyTab")," (true|false)"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.storeKey")," (true | false)"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.serviceName")," - service name of server component"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.keyTab")," = ",Object(n.mdx)("inlineCode",{parentName:"li"},"<atlas keytab>")),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.jaas.client-id.option.principal")," = ",Object(n.mdx)("inlineCode",{parentName:"li"},"<atlas principal>"))),Object(n.mdx)("p",null,"For example, the following property settings in jaas-application.properties file"),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas.jaas.KafkaClient.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.KafkaClient.loginModuleControlFlag = required\natlas.jaas.KafkaClient.option.useKeyTab = true\natlas.jaas.KafkaClient.option.storeKey = true\natlas.jaas.KafkaClient.option.serviceName = kafka\natlas.jaas.KafkaClient.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.KafkaClient.option.principal = kafka-client-1@EXAMPLE.COM\natlas.jaas.MyClient.0.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.MyClient.0.loginModuleControlFlag = required\natlas.jaas.MyClient.0.option.useKeyTab = true\natlas.jaas.MyClient.0.option.storeKey = true\natlas.jaas.MyClient.0.option.serviceName = kafka\natlas.jaas.MyClient.0.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.MyClient.0.option.principal = kafka-client-1@EXAMPLE.COM\natlas.jaas.MyClient.1.loginModuleName = com.sun.security.auth.module.Krb5LoginModule\natlas.jaas.MyClient.1.loginModuleControlFlag = optional\natlas.jaas.MyClient.1.option.useKeyTab = true\natlas.jaas.MyClient.1.option.storeKey = true\natlas.jaas.MyClient.1.option.serviceName = kafka\natlas.jaas.MyClient.1.option.keyTab = /etc/security/keytabs/kafka_client.keytab\natlas.jaas.MyClient.1.option.principal = kafka-client-1@EXAMPLE.COM"),Object(n.mdx)("p",null,"will set the JAAS configuration that is equivalent to the following jaas.conf file entries."),Object(n.mdx)(r.a,{wrapLines:!0,language:"json",style:l.a,mdxType:"SyntaxHighlighter"},'KafkaClient {\n   com.sun.security.auth.module.Krb5LoginModule required\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka\n   keyTab="/etc/security/keytabs/kafka_client.keytab"\n   principal="kafka-client-1@EXAMPLE.COM";\n};\nMyClient {\n   com.sun.security.auth.module.Krb5LoginModule required\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka keyTab="/etc/security/keytabs/kafka_client.keytab"\n   principal="kafka-client-1@EXAMPLE.COM";\n};\nMyClient {\n   com.sun.security.auth.module.Krb5LoginModule optional\n   useKeyTab=true\n   storeKey=true\n   serviceName=kafka\n   keyTab="/etc/security/keytabs/kafka_client.keytab"\n   principal="kafka-client-1@EXAMPLE.COM";\n};'),Object(n.mdx)("h2",{id:"spnego-based-http-authentication"},"SPNEGO-based HTTP Authentication"),Object(n.mdx)("p",null,"HTTP accesses to the Atlas platform can be secured by enabling the platform's SPNEGO support.  There are currently two supported authentication mechanisms:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"simple")," - authentication is performed via a provided username"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"kerberos")," - the KDC authenticated identity of the client is leveraged to authenticate to the server")),Object(n.mdx)("p",null,"The kerberos support requires the client accessing the server to first authenticate to the KDC (usually this is done via the 'kinit' command).  Once authenticated, the user may access the server (the authenticated identity will be related to the server via the SPNEGO negotiation mechanism)."),Object(n.mdx)("p",null,"The properties for configuring the SPNEGO support are:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.enabled")," (true|false) ","[default: false]"," - a property indicating whether to enable HTTP authentication"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.type")," (simple|kerberos) ","[default: simple]"," - the authentication type"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.kerberos.principal"),' - the web-application Kerberos principal name. The Kerberos principal name must start with "HTTP/...". For example: "HTTP/localhost@LOCALHOST". There is no default value.'),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.kerberos.keytab")," - the path to the keytab file containing the credentials for the kerberos principal."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.rest.address")," - ",Object(n.mdx)("inlineCode",{parentName:"li"},"<http/https>://<atlas-fqdn>:<atlas port>"))),Object(n.mdx)("p",null,"For a more detailed discussion of the HTTP authentication mechanism refer to ",Object(n.mdx)("a",{parentName:"p",href:"http://hadoop.apache.org/docs/stable/hadoop-auth/Configuration.html"},"Hadoop Auth, Java HTTP SPNEGO 2.6.0 - Server Side Configuration"),'.  The prefix that document references is "atlas.http.authentication" in the case of the Atlas authentication implementation.'),Object(n.mdx)("h3",{id:"client-security-configuration"},"Client security configuration"),Object(n.mdx)("p",null,"When leveraging Atlas client code to communicate with an Atlas server configured for SSL transport and/or Kerberos authentication, there is a requirement to provide the Atlas client configuration file that provides the security properties that allow for communication with, or authenticating to, the server."),Object(n.mdx)("p",null,'Update the atlas-application.properties file with the appropriate settings (see below) and copy it to the client\'s classpath or to the directory specified by the "atlas.conf" system property.'),Object(n.mdx)("p",null,"The client properties for SSL communication are:"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.enableTLS")," (false|true) ","[default: false]"," - enable/disable the SSL client communication infrastructure."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"keystore.file")," - the path to the keystore file leveraged by the client.  This file is only required if 2-Way SSL is enabled at the server and contains the client certificate."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"truststore.file")," - the path to the truststore file. This file contains the certificates of trusted entities (e.g. the certificates for the server or a shared certification authority). This file is required for both one-way or two-way SSL."),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"cert.stores.credential.provider.path")," - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and client certificate are maintained in this secure file.")),Object(n.mdx)("p",null,"The property required for authenticating to the server (if authentication is enabled):"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("inlineCode",{parentName:"li"},"atlas.http.authentication.type")," (simple|kerberos) ","[default: simple]"," - the authentication type")),Object(n.mdx)("h3",{id:"solr-kerberos-configuration"},"SOLR Kerberos configuration"),Object(n.mdx)("p",null,"If the authentication type specified is 'kerberos', then the kerberos ticket cache will be accessed for authenticating to the server (Therefore the client is required to authenticate to the KDC prior to communication with the server using 'kinit' or a similar mechanism)."),Object(n.mdx)("p",null,"See ",Object(n.mdx)("a",{parentName:"p",href:"https://cwiki.apache.org/confluence/display/RANGER/How+to+configure+Solr+Cloud+with+Kerberos+for+Ranger+0.5"},"the Apache SOLR Kerberos configuration"),"."),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Add principal and generate the keytab file for solr.  Create a keytab per host for each host where Solr is going to run and use the principal name with the host (e.g. addprinc -randkey solr/${HOST1}@EXAMPLE.COM. Replace ${HOST1} with the actual host names).")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"kadmin.local\nkadmin.local:  addprinc -randkey solr/<hostname>@EXAMPLE.COM\nkadmin.local:  xst -k solr.keytab solr/<hostname>@EXAMPLE.COM\nkadmin.local:  quit"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Add principal and generate the keytab file for authenticating HTTP request. (Note that if Ambari is used to Kerberize the cluster, the keytab /etc/security/keytabs/spnego.service.keytab can be used)")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"kadmin.local\nkadmin.local:  addprinc -randkey HTTP/<hostname>@EXAMPLE.COM\nkadmin.local:  xst -k HTTP.keytab HTTP/<hostname>@EXAMPLE.COM\nkadmin.local:  quit"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Copy the keytab file to all the hosts running Solr.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"cp solr.keytab /etc/security/keytabs/\nchmod 400 /etc/security/keytabs/solr.keytab\ncp HTTP.keytab /etc/security/keytabs/\nchmod 400 /etc/security/keytabs/HTTP.keytab"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Create path in Zookeeper for storing the Solr configs and other parameters.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -zkhost $ZK_HOST:2181 -cmd makepath solr"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Upload the configuration to Zookeeper.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -cmd upconfig  -zkhost $ZK_HOST:2181/solr -confname basic_configs -confdir $SOLR_INSTALL_HOME/server/solr/configsets/_default/conf"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Create the JAAS configuration.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'vi /etc/solr/conf/solr_jaas.conf\nClient {\n  com.sun.security.auth.module.Krb5LoginModule required\n  useKeyTab=true\n  keyTab="/etc/security/keytabs/solr.keytab"\n  storeKey=true\n  useTicketCache=true\n  debug=true\n  principal="solr/<hostname>@EXAMPLE.COM";\n};'),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Copy /etc/solr/conf/solr_jaas.conf to all hosts running Solr."),Object(n.mdx)("li",{parentName:"ul"},"Edit solr.in.sh in $SOLR_INSTALL_HOME/bin/")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'vi $SOLR_INSTALL_HOME/bin/solr.in.sh\nSOLR_JAAS_FILE=/etc/solr/conf/solr_jaas.conf\nSOLR_HOST=\'hostname -f\'\nZK_HOST="$ZK_HOST1:2181,$ZK_HOST2:2181,$ZK_HOST3:2181/solr"\nKERBEROS_REALM="EXAMPLE.COM"\nSOLR_KEYTAB=/etc/solr/conf/solr.keytab\nSOLR_KERB_PRINCIPAL=HTTP@{KERBEROS_REALM}\nSOLR_KERB_KEYTAB=/etc/solr/conf/HTTP.keytab\nSOLR_AUTHENTICATION_CLIENT_CONFIGURER="org.apache.solr.client.solrj.impl.Krb5HttpClientConfigurer"\nSOLR_AUTHENTICATION_OPTS=" -DauthenticationPlugin=org.apache.solr.security.KerberosPlugin -Djava.security.auth.login.config={SOLR_JAAS_FILE} -Dsolr.kerberos.principal={SOLR_KERB_PRINCIPAL} -Dsolr.kerberos.keytab={SOLR_KERB_KEYTAB} -Dsolr.kerberos.cookie.domain={SOLR_HOST} -Dhost={SOLR_HOST} -Dsolr.kerberos.name.rules=DEFAULT"'),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Copy solr.in.sh to all hosts running Solr."),Object(n.mdx)("li",{parentName:"ul"},"Set up Solr to use the Kerberos plugin by uploading the security.json.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'$SOLR_INSTALL_HOME/server/scripts/cloud-scripts/zkcli.sh -zkhost <zk host>:2181 -cmd put /security.json \'{"authentication":{"class": "org.apache.solr.security.KerberosPlugin"}}\''),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Start Solr.")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},"$SOLR_INSTALL_HOME/bin/solr start -cloud -z $ZK_HOST1:2181,$ZK_HOST2:2181,$ZK_HOST3:2181 -noprompt"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Test Solr")),Object(n.mdx)(r.a,{wrapLines:!0,language:"shell",style:l.a,mdxType:"SyntaxHighlighter"},'kinit -k -t /etc/security/keytabs/HTTP.keytab HTTP/<host>@EXAMPLE.COM\ncurl --negotiate -u : "http://<host>:8983/solr/"'),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Create collections in Solr corresponding to the indexes that Atlas uses and change the Atlas configuration to point to the Solr instance setup as described in the ",Object(n.mdx)("a",{parentName:"li",href:"#/Installation"},"Install Steps"))))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Security/Security.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var i=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");i.a.hljs.color="#37bb9b",t.a=i.a}}]);
+//# sourceMappingURL=documents-security-security.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-setup-build-instruction.b185f4c5b68d73002af0.js.map b/static/js/documents-setup-build-instruction.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..edb5340
--- /dev/null
+++ b/static/js/documents-setup-build-instruction.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/BuildInstruction.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"ilBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,qCAAmC,sCAE3C,oBACE,GAAM,yBAAuB,yBAE/B,mHAAgG,mBAAGC,WAAW,IAC1G,KAAQ,eAAa,aACH,qEAEtB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,gJAMxG,oBACE,GAAM,0BAAwB,0BAEhC,sLACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,wCAGxG,wBACE,oBAAIC,WAAW,MAAI,SACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,iEACnB,oBAAIA,WAAW,MAAI,oEAAsE,oBAAIA,WAAW,MAAI,cAAoB,2DAItI,qMACA,wBACE,oBAAIA,WAAW,MAAI,yFAA2F,mBAAGA,WAAW,KACxH,KAAQ,mBAAiB,iBACH,cAC1B,oBAAIA,WAAW,MAAI,iGAAmG,mBAAGA,WAAW,KAChI,KAAQ,mBAAiB,iBACH,cAC1B,oBAAIA,WAAW,MAAI,uHAAyH,mBAAGA,WAAW,KACtJ,KAAQ,mBAAiB,iBACH,cAC1B,oBAAIA,WAAW,MAAI,yEAA2E,mBAAGA,WAAW,KACxG,KAAQ,mBAAiB,iBACH,eAE5B,oBACE,GAAM,kEAAgE,mEAExE,gKACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,4DAGxG,yNACA,gCACE,mBAAGC,WAAW,cAAY,+GAE5B,oBACE,GAAM,uDAAqD,wDAE7D,wJACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,sDAGxG,4MACA,gCACE,mBAAGC,WAAW,cAAY,+GAE5B,oBACE,GAAM,sEAAoE,uEAE5E,wKACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,oDAGxG,0NACA,gCACE,mBAAGC,WAAW,cAAY,+GAE5B,oBACE,GAAM,wBAAsB,wBAE9B,qGACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYL,QAAQ,qBAAmB,gbAU3G,6LAEDH,EAAWS,gBAAiB,G,+DCpH5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-setup-build-instruction.bf138514.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h2 {...{\n      \"id\": \"building--installing-apache-atlas\"\n    }}>{`Building & Installing Apache Atlas`}</h2>\n    <h3 {...{\n      \"id\": \"building-apache-atlas\"\n    }}>{`Building Apache Atlas`}</h3>\n    <p>{`Download Apache Atlas 1.0.0 release sources, apache-atlas-1.0.0-sources.tar.gz, from the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Downloads\"\n      }}>{`downloads`}</a>{` page.\nThen follow the instructions below to build Apache Atlas.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`tar xvfz apache-atlas-1.0.0-sources.tar.gz\ncd apache-atlas-sources-1.0.0/\nexport MAVEN_OPTS=\"-Xms2g -Xmx2g\"\nmvn clean -DskipTests install`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"packaging-apache-atlas\"\n    }}>{`Packaging Apache Atlas`}</h3>\n    <p>{`To create Apache Atlas package for deployment in an environment having functional Apache HBase and Apache Solr instances, build with the following command:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\nmvn clean -DskipTests package -Pdist\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`NOTES:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Remove option '-DskipTests' to run unit and integration tests`}</li>\n          <li parentName=\"ul\">{`To build a distribution without minified js,css file, build with `}<em parentName=\"li\">{`skipMinify`}</em>{` profile. By default, js and css files are minified.`}</li>\n        </ul>\n      </li>\n    </ul>\n    <p>{`Above will build Apache Atlas for an environment having functional HBase and Solr instances. Apache Atlas needs to be setup with the following to run in this environment:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Configure atlas.graph.storage.hostname (see \"Graph persistence engine - HBase\" in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration`}</a>{` section).`}</li>\n      <li parentName=\"ul\">{`Configure atlas.graph.index.search.solr.zookeeper-url (see \"Graph Search Index - Solr\" in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration`}</a>{` section).`}</li>\n      <li parentName=\"ul\">{`Set HBASE_CONF_DIR to point to a valid Apache HBase config directory (see \"Graph persistence engine - HBase\" in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration`}</a>{` section).`}</li>\n      <li parentName=\"ul\">{`Create indices in Apache Solr (see \"Graph Search Index - Solr\" in the `}<a parentName=\"li\" {...{\n          \"href\": \"#/Configuration\"\n        }}>{`Configuration`}</a>{` section).`}</li>\n    </ul>\n    <h3 {...{\n      \"id\": \"packaging-apache-atlas-with-embedded-apache-hbase--apache-solr\"\n    }}>{`Packaging Apache Atlas with embedded Apache HBase & Apache Solr`}</h3>\n    <p>{`To create Apache Atlas package that includes Apache HBase and Apache Solr, build with the embedded-hbase-solr profile as shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`mvn clean -DskipTests package -Pdist,embedded-hbase-solr`}\n    </SyntaxHighlighter>\n    <p>{`Using the embedded-hbase-solr profile will configure Apache Atlas so that an Apache HBase instance and an Apache Solr instance will be started and stopped along with the Apache Atlas server.`}</p>\n    <blockquote>\n      <p parentName=\"blockquote\">{`NOTE: This distribution profile is only intended to be used for single node development not in production.`}</p>\n    </blockquote>\n    <h3 {...{\n      \"id\": \"packaging-apache-atlas-with-berkeleydb--apache-solr\"\n    }}>{`Packaging Apache Atlas with BerkeleyDB & Apache Solr`}</h3>\n    <p>{`To create Apache Atlas package that includes BerkeleyDB and Apache Solr, build with the berkeley-solr profile as shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`mvn clean -DskipTests package -Pdist,berkeley-solr`}\n    </SyntaxHighlighter>\n    <p>{`Using the berkeley-solr profile will configure Apache Atlas so that instances of Apache Solr and Apache Zookeeper will be started and stopped along with the Apache Atlas server.`}</p>\n    <blockquote>\n      <p parentName=\"blockquote\">{`NOTE: This distribution profile is only intended to be used for single node development not in production.`}</p>\n    </blockquote>\n    <h3 {...{\n      \"id\": \"packaging-apache-atlas-with-embedded-apache-cassandra--apache-solr\"\n    }}>{`Packaging Apache Atlas with embedded Apache Cassandra & Apache Solr`}</h3>\n    <p>{`To create Apache Atlas package that includes Apache Cassandra and Apache Solr, build with the embedded-cassandra-solr profile as shown below:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`mvn clean package -Pdist,embedded-cassandra-solr`}\n    </SyntaxHighlighter>\n    <p>{`Using the embedded-cassandra-solr profile will configure Apache Atlas so that an Apache Cassandra instance and an Apache Solr instance will be started and stopped along with the Atlas server.`}</p>\n    <blockquote>\n      <p parentName=\"blockquote\">{`NOTE: This distribution profile is only intended to be used for single node development not in production.`}</p>\n    </blockquote>\n    <h3 {...{\n      \"id\": \"apache-atlas-package\"\n    }}>{`Apache Atlas Package`}</h3>\n    <p>{`Build will create following files, which are used to install Apache Atlas.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`distro/target/apache-atlas-{project.version}-bin.tar.gz\ndistro/target/apache-atlas-{project.version}-hbase-hook.tar.gz\ndistro/target/apache-atlas-{project.version}-hive-hook.gz\ndistro/target/apache-atlas-{project.version}-kafka-hook.gz\ndistro/target/apache-atlas-{project.version}-sources.tar.gz\ndistro/target/apache-atlas-{project.version}-sqoop-hook.tar.gz\ndistro/target/apache-atlas-{project.version}-storm-hook.tar.gz`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-setup-build-instruction.bf138514.js b/static/js/documents-setup-build-instruction.bf138514.js
new file mode 100644
index 0000000..1ee7d02
--- /dev/null
+++ b/static/js/documents-setup-build-instruction.bf138514.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[44],{"./src/documents/Setup/BuildInstruction.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return c}));var n=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),l=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),i=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=["components"],r={};function c(e){var a=e.components,t=Object(n.a)(e,o);return Object(s.mdx)("wrapper",Object.assign({},r,t,{components:a,mdxType:"MDXLayout"}),Object(s.mdx)("h2",{id:"building--installing-apache-atlas"},"Building & Installing Apache Atlas"),Object(s.mdx)("h3",{id:"building-apache-atlas"},"Building Apache Atlas"),Object(s.mdx)("p",null,"Download Apache Atlas 1.0.0 release sources, apache-atlas-1.0.0-sources.tar.gz, from the ",Object(s.mdx)("a",{parentName:"p",href:"#/Downloads"},"downloads")," page.\nThen follow the instructions below to build Apache Atlas."),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},'tar xvfz apache-atlas-1.0.0-sources.tar.gz\ncd apache-atlas-sources-1.0.0/\nexport MAVEN_OPTS="-Xms2g -Xmx2g"\nmvn clean -DskipTests install'),Object(s.mdx)("h3",{id:"packaging-apache-atlas"},"Packaging Apache Atlas"),Object(s.mdx)("p",null,"To create Apache Atlas package for deployment in an environment having functional Apache HBase and Apache Solr instances, build with the following command:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"mvn clean -DskipTests package -Pdist"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"NOTES:",Object(s.mdx)("ul",{parentName:"li"},Object(s.mdx)("li",{parentName:"ul"},"Remove option '-DskipTests' to run unit and integration tests"),Object(s.mdx)("li",{parentName:"ul"},"To build a distribution without minified js,css file, build with ",Object(s.mdx)("em",{parentName:"li"},"skipMinify")," profile. By default, js and css files are minified.")))),Object(s.mdx)("p",null,"Above will build Apache Atlas for an environment having functional HBase and Solr instances. Apache Atlas needs to be setup with the following to run in this environment:"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},'Configure atlas.graph.storage.hostname (see "Graph persistence engine - HBase" in the ',Object(s.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration")," section)."),Object(s.mdx)("li",{parentName:"ul"},'Configure atlas.graph.index.search.solr.zookeeper-url (see "Graph Search Index - Solr" in the ',Object(s.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration")," section)."),Object(s.mdx)("li",{parentName:"ul"},'Set HBASE_CONF_DIR to point to a valid Apache HBase config directory (see "Graph persistence engine - HBase" in the ',Object(s.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration")," section)."),Object(s.mdx)("li",{parentName:"ul"},'Create indices in Apache Solr (see "Graph Search Index - Solr" in the ',Object(s.mdx)("a",{parentName:"li",href:"#/Configuration"},"Configuration")," section).")),Object(s.mdx)("h3",{id:"packaging-apache-atlas-with-embedded-apache-hbase--apache-solr"},"Packaging Apache Atlas with embedded Apache HBase & Apache Solr"),Object(s.mdx)("p",null,"To create Apache Atlas package that includes Apache HBase and Apache Solr, build with the embedded-hbase-solr profile as shown below:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"mvn clean -DskipTests package -Pdist,embedded-hbase-solr"),Object(s.mdx)("p",null,"Using the embedded-hbase-solr profile will configure Apache Atlas so that an Apache HBase instance and an Apache Solr instance will be started and stopped along with the Apache Atlas server."),Object(s.mdx)("blockquote",null,Object(s.mdx)("p",{parentName:"blockquote"},"NOTE: This distribution profile is only intended to be used for single node development not in production.")),Object(s.mdx)("h3",{id:"packaging-apache-atlas-with-berkeleydb--apache-solr"},"Packaging Apache Atlas with BerkeleyDB & Apache Solr"),Object(s.mdx)("p",null,"To create Apache Atlas package that includes BerkeleyDB and Apache Solr, build with the berkeley-solr profile as shown below:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"mvn clean -DskipTests package -Pdist,berkeley-solr"),Object(s.mdx)("p",null,"Using the berkeley-solr profile will configure Apache Atlas so that instances of Apache Solr and Apache Zookeeper will be started and stopped along with the Apache Atlas server."),Object(s.mdx)("blockquote",null,Object(s.mdx)("p",{parentName:"blockquote"},"NOTE: This distribution profile is only intended to be used for single node development not in production.")),Object(s.mdx)("h3",{id:"packaging-apache-atlas-with-embedded-apache-cassandra--apache-solr"},"Packaging Apache Atlas with embedded Apache Cassandra & Apache Solr"),Object(s.mdx)("p",null,"To create Apache Atlas package that includes Apache Cassandra and Apache Solr, build with the embedded-cassandra-solr profile as shown below:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"mvn clean package -Pdist,embedded-cassandra-solr"),Object(s.mdx)("p",null,"Using the embedded-cassandra-solr profile will configure Apache Atlas so that an Apache Cassandra instance and an Apache Solr instance will be started and stopped along with the Atlas server."),Object(s.mdx)("blockquote",null,Object(s.mdx)("p",{parentName:"blockquote"},"NOTE: This distribution profile is only intended to be used for single node development not in production.")),Object(s.mdx)("h3",{id:"apache-atlas-package"},"Apache Atlas Package"),Object(s.mdx)("p",null,"Build will create following files, which are used to install Apache Atlas."),Object(s.mdx)(i.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"distro/target/apache-atlas-{project.version}-bin.tar.gz\ndistro/target/apache-atlas-{project.version}-hbase-hook.tar.gz\ndistro/target/apache-atlas-{project.version}-hive-hook.gz\ndistro/target/apache-atlas-{project.version}-kafka-hook.gz\ndistro/target/apache-atlas-{project.version}-sources.tar.gz\ndistro/target/apache-atlas-{project.version}-sqoop-hook.tar.gz\ndistro/target/apache-atlas-{project.version}-storm-hook.tar.gz"))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/BuildInstruction.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var n=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",a.a=n.a}}]);
+//# sourceMappingURL=documents-setup-build-instruction.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-setup-configuration.b185f4c5b68d73002af0.js.map b/static/js/documents-setup-configuration.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..d1e7e06
--- /dev/null
+++ b/static/js/documents-setup-configuration.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/Configuration.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","themen","isMDXComponent","dark","hljs","color"],"mappings":"8kBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,qDAAmD,qDAE3D,2KAAwJ,oBAAIC,WAAW,KAAG,QAAc,yEACxL,oBACE,GAAM,iBAAe,iBAEvB,oBACE,GAAM,oCAAkC,oCAE1C,oEAAiD,mBAAGA,WAAW,IAC3D,KAAQ,2BAAyB,cACd,4DAA6D,mBAAGA,WAAW,IAC9F,KAAQ,sEAAoE,QAC/D,sBACjB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,6HAKnG,0IACA,mNAEA,oBACE,GAAM,6BAA2B,6BAEnC,mVAGA,oBACE,GAAM,6BAA2B,6BAEnC,+LACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOE,IAAQN,QAAQ,qBAAmB,ohBAW9F,oBACE,GAAM,mDAAiD,qDAEzD,sLACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,+MAKlG,oBACE,GAAM,kBAAgB,kBAExB,gMACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,2PAMlG,oBACE,GAAM,wBAAsB,wBAE9B,gCAAa,mBAAGC,WAAW,IACvB,KAAQ,4DAA0D,4DACD,sFACrE,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,syBAkBlG,oBACE,GAAM,kBAAgB,kBAExB,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,uKAMlG,oBACE,GAAM,uBAAqB,uBAE7B,oBACE,GAAM,cAAY,cAEpB,oFACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,yBAGlG,oBACE,GAAM,gCAA8B,gCAEtC,6GACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,urEAmClG,oBACE,GAAM,qBAAmB,qBAE3B,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,wJAIlG,oBACE,GAAM,mCAAiC,mCAEzC,0HACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYL,QAAQ,qBAAmB,i6CAqBlG,oBACE,GAAM,iCAA+B,iCAEvC,0KACA,cAAC,IAAiB,CAACE,WAAW,EAAMC,SAAS,MAAMC,MAAOC,IAAYL,QAAQ,qBAAmB,mgBAepG,0LAEDH,EAAWU,gBAAiB,G,+DC3N5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-setup-configuration.e728b5ee.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"configuring-apache-atlas---application-properties\"\n    }}>{`Configuring Apache Atlas - Application Properties`}</h1>\n    <p>{`All configuration in Atlas uses java properties style configuration. The main configuration file is atlas-application.properties which is in the `}<em parentName=\"p\">{`conf`}</em>{` dir at the deployed location. It consists of the following sections:`}</p>\n    <h2 {...{\n      \"id\": \"graph-configs\"\n    }}>{`Graph Configs`}</h2>\n    <h3 {...{\n      \"id\": \"graph-persistence-engine---hbase\"\n    }}>{`Graph Persistence engine - HBase`}</h3>\n    <p>{`Set the following properties to configure `}<a parentName=\"p\" {...{\n        \"href\": \"https://janusgraph.org/\"\n      }}>{`JanusGraph`}</a>{` to use HBase as the persistence engine. Please refer to `}<a parentName=\"p\" {...{\n        \"href\": \"http://docs.janusgraph.org/0.2.0/configuration.html#_hbase_caching\"\n      }}>{`link`}</a>{` for more details.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.storage.backend=hbase\natlas.graph.storage.hostname=<ZooKeeper Quorum>\natlas.graph.storage.hbase.table=atlas`}\n    </SyntaxHighlighter>\n    <p>{`If any further JanusGraph configuration needs to be setup, please prefix the property name with \"atlas.graph.\".`}</p>\n    <p>{`In addition to setting up configurations, please ensure that environment variable HBASE_CONF_DIR is setup to point to\nthe directory containing HBase configuration file hbase-site.xml.`}</p>\n    <h3 {...{\n      \"id\": \"graph-index-search-engine\"\n    }}>{`Graph Index Search Engine`}</h3>\n    <p>{`An index search engine is required for ATLAS. This search engine runs separately from the ATLAS server and from the\nstorage backend. Only two search engines are currently supported: Solr and Elasticsearch. Pick the search engine\nbest suited for your environment and follow the configuration instructions below.`}</p>\n    <h4 {...{\n      \"id\": \"graph-search-index---solr\"\n    }}>{`Graph Search Index - Solr`}</h4>\n    <p>{`Solr installation in Cloud mode is a prerequisite for Apache Atlas use. Set the following properties to configure JanusGraph to use Solr as the index search engine.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={themen} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=solr5\natlas.graph.index.search.solr.mode=cloud\natlas.graph.index.search.solr.wait-searcher=true\n# ZK quorum setup for solr as comma separated value. Example: 10.1.6.4:2181,10.1.6.5:2181\natlas.graph.index.search.solr.zookeeper-url=\n# SolrCloud Zookeeper Connection Timeout. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-connect-timeout=60000\n# SolrCloud Zookeeper Session Timeout. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-session-timeout=60000`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"graph-search-index---elasticsearch-tech-preview\"\n    }}>{`Graph Search Index - Elasticsearch (Tech Preview)`}</h4>\n    <p>{`Elasticsearch is a prerequisite for Apache Atlas use. Set the following properties to configure JanusGraph to use Elasticsearch as the index search engine.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=elasticsearch\natlas.graph.index.search.hostname=<hostname(s) of the Elasticsearch master nodes, comma separated>\natlas.graph.index.search.elasticsearch.client-only=true`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"search-configs\"\n    }}>{`Search Configs`}</h2>\n    <p>{`Search APIs (DSL, basic search, full-text search) support pagination and have optional limit and offset arguments. Following configs are related to search pagination`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`# Default limit used when limit is not specified in API\natlas.search.defaultlimit=100\n# Maximum limit allowed in API. Limits maximum results that can be fetched to make sure the atlas server doesn't run out of memory\natlas.search.maxlimit=10000`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"notification-configs\"\n    }}>{`Notification Configs`}</h2>\n    <p>{`Refer `}<a parentName=\"p\" {...{\n        \"href\": \"http://kafka.apache.org/documentation.html#configuration\"\n      }}>{`http://kafka.apache.org/documentation.html#configuration`}</a>{` for Kafka configuration. All Kafka configs should be prefixed with 'atlas.kafka.'`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\natlas.kafka.auto.commit.enable=false\n#Kafka servers. Example: localhost:6667\natlas.kafka.bootstrap.servers=\natlas.kafka.hook.group.id=atlas\n#Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connect=\natlas.kafka.zookeeper.connection.timeout.ms=30000\natlas.kafka.zookeeper.session.timeout.ms=60000\natlas.kafka.zookeeper.sync.time.ms=20\n#Setup the following configurations only in test deployments where Kafka is started within Atlas in embedded mode\n#atlas.notification.embedded=true\n#atlas.kafka.data={sys:atlas.home}/data/kafka\n#Setup the following two properties if Kafka is running in Kerberized mode.\n#atlas.notification.kafka.service.principal=kafka/_HOST@EXAMPLE.COM\n#atlas.notification.kafka.keytab.location=/etc/security/keytabs/kafka.service.keytab`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"client-configs\"\n    }}>{`Client Configs`}</h2>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.client.readTimeoutMSecs=60000\natlas.client.connectTimeoutMSecs=60000\n# URL to access Atlas server. For example: http://localhost:21000\natlas.rest.address=`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"security-properties\"\n    }}>{`Security Properties`}</h2>\n    <h3 {...{\n      \"id\": \"ssl-config\"\n    }}>{`SSL config`}</h3>\n    <p>{`The following property is used to toggle the SSL feature.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\natlas.enableTLS=false\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"high-availability-properties\"\n    }}>{`High Availability Properties`}</h2>\n    <p>{`The following properties describe High Availability related configuration options:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\n# Set the following property to true, to enable High Availability. Default = false.\natlas.server.ha.enabled=true\n# Specify the list of Atlas instances\natlas.server.ids=id1,id2\n# For each instance defined above, define the host and port on which Atlas server listens.\natlas.server.address.id1=host1.company.com:21000\natlas.server.address.id2=host2.company.com:31000\n# Specify Zookeeper properties needed for HA.\n# Specify the list of services running Zookeeper servers as a comma separated list.\natlas.server.ha.zookeeper.connect=zk1.company.com:2181,zk2.company.com:2181,zk3.company.com:2181\n# Specify how many times should connection try to be established with a Zookeeper cluster, in case of any connection issues.\natlas.server.ha.zookeeper.num.retries=3\n# Specify how much time should the server wait before attempting connections to Zookeeper, in case of any connection issues.\natlas.server.ha.zookeeper.retry.sleeptime.ms=1000\n# Specify how long a session to Zookeeper should last without inactivity to be deemed as unreachable.\natlas.server.ha.zookeeper.session.timeout.ms=20000\n# Specify the scheme and the identity to be used for setting up ACLs on nodes created in Zookeeper for HA.\n# The format of these options is <scheme:identity>.\n# For more information refer to \nhttp://zookeeper.apache.org/doc/r3.2.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl\n# The 'acl' option allows to specify a scheme, identity pair to setup an ACL for.\natlas.server.ha.zookeeper.acl=sasl:client@comany.com\n# The 'auth' option specifies the authentication that should be used for connecting to Zookeeper.\natlas.server.ha.zookeeper.auth=sasl:client@company.com\n# Since Zookeeper is a shared service that is typically used by many components,\n# it is preferable for each component to set its znodes under a namespace.\n# Specify the namespace under which the znodes should be written. Default = /apache_atlas\natlas.server.ha.zookeeper.zkroot=/apache_atlas\n# Specify number of times a client should retry with an instance before selecting another active instance, or failing an operation.\natlas.client.ha.retries=4\n# Specify interval between retries for a client.\natlas.client.ha.sleep.interval.ms=5000`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"server-properties\"\n    }}>{`Server Properties`}</h2>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`# Set the following property to true, to enable the setup steps to run on each server start. Default = false.\natlas.server.run.setup.on.start=false`}\n    </SyntaxHighlighter>\n    <h2 {...{\n      \"id\": \"performance-configuration-items\"\n    }}>{`Performance configuration items`}</h2>\n    <p>{`The following properties can be used to tune performance of Atlas under specific circumstances:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"bash\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\n# The number of times Atlas code tries to acquire a lock (to ensure consistency) while committing a transaction.\n# This should be related to the amount of concurrency expected to be supported by the server. For e.g. with retries set to 10, upto 100 threads can concurrently create types in the Atlas system.\n# If this is set to a low value (default is 3), concurrent operations might fail with a PermanentLockingException.\natlas.graph.storage.lock.retries=10\n# Milliseconds to wait before evicting a cached entry. This should be > atlas.graph.storage.lock.wait-time x atlas.graph.storage.lock.retries\n# If this is set to a low value (default is 10000), warnings on transactions taking too long will occur in the Atlas application log.\natlas.graph.storage.cache.db-cache-time=120000\n# Minimum number of threads in the atlas web server\natlas.webserver.minthreads=10\n# Maximum number of threads in the atlas web server\natlas.webserver.maxthreads=100\n# Keepalive time in secs for the thread pool of the atlas web server\natlas.webserver.keepalivetimesecs=60\n# Queue size for the requests(when max threads are busy) for the atlas web server\natlas.webserver.queuesize=100\n# Set to the property to true to enable warn on no relationships defined between entities on a particular attribute\n# Not having relationships defined can lead to performance loss while adding new entities\natlas.relationships.warnOnNoRelationships=false`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"recording-performance-metrics\"\n    }}>{`Recording performance metrics`}</h3>\n    <p>{`To enable performance logs for various Atlas operations (like REST API calls, notification processing), setup the following in atlas-log4j.xml:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"xml\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`<appender name=\"perf_appender\" class=\"org.apache.log4j.DailyRollingFileAppender\">\n  <param name=\"File\" value=\"/var/log/atlas/atlas_perf.log\"/>\n  <param name=\"datePattern\" value=\"'.'yyyy-MM-dd\"/>\n  <param name=\"append\" value=\"true\"/>\n  <layout class=\"org.apache.log4j.PatternLayout\">\n    <param name=\"ConversionPattern\" value=\"%d|%t|%m%n\"/>\n  </layout>\n</appender>\n <logger name=\"org.apache.atlas.perf\" additivity=\"false\">\n   <level value=\"debug\"/>\n   <appender-ref ref=\"perf_appender\"/>\n </logger>`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-setup-configuration.e728b5ee.js b/static/js/documents-setup-configuration.e728b5ee.js
new file mode 100644
index 0000000..c8ffe34
--- /dev/null
+++ b/static/js/documents-setup-configuration.e728b5ee.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[45],{"./src/documents/Setup/Configuration.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return h}));var n=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),o=t("./theme/styles/styled-colors.js"),r=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js"),i=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],c={};function h(e){var a=e.components,t=Object(n.a)(e,l);return Object(s.mdx)("wrapper",Object.assign({},c,t,{components:a,mdxType:"MDXLayout"}),Object(s.mdx)("h1",{id:"configuring-apache-atlas---application-properties"},"Configuring Apache Atlas - Application Properties"),Object(s.mdx)("p",null,"All configuration in Atlas uses java properties style configuration. The main configuration file is atlas-application.properties which is in the ",Object(s.mdx)("em",{parentName:"p"},"conf")," dir at the deployed location. It consists of the following sections:"),Object(s.mdx)("h2",{id:"graph-configs"},"Graph Configs"),Object(s.mdx)("h3",{id:"graph-persistence-engine---hbase"},"Graph Persistence engine - HBase"),Object(s.mdx)("p",null,"Set the following properties to configure ",Object(s.mdx)("a",{parentName:"p",href:"https://janusgraph.org/"},"JanusGraph")," to use HBase as the persistence engine. Please refer to ",Object(s.mdx)("a",{parentName:"p",href:"http://docs.janusgraph.org/0.2.0/configuration.html#_hbase_caching"},"link")," for more details."),Object(s.mdx)(i.a,{wrapLines:!0,language:"shell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.storage.backend=hbase\natlas.graph.storage.hostname=<ZooKeeper Quorum>\natlas.graph.storage.hbase.table=atlas"),Object(s.mdx)("p",null,'If any further JanusGraph configuration needs to be setup, please prefix the property name with "atlas.graph.".'),Object(s.mdx)("p",null,"In addition to setting up configurations, please ensure that environment variable HBASE_CONF_DIR is setup to point to\nthe directory containing HBase configuration file hbase-site.xml."),Object(s.mdx)("h3",{id:"graph-index-search-engine"},"Graph Index Search Engine"),Object(s.mdx)("p",null,"An index search engine is required for ATLAS. This search engine runs separately from the ATLAS server and from the\nstorage backend. Only two search engines are currently supported: Solr and Elasticsearch. Pick the search engine\nbest suited for your environment and follow the configuration instructions below."),Object(s.mdx)("h4",{id:"graph-search-index---solr"},"Graph Search Index - Solr"),Object(s.mdx)("p",null,"Solr installation in Cloud mode is a prerequisite for Apache Atlas use. Set the following properties to configure JanusGraph to use Solr as the index search engine."),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:o.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=solr5\natlas.graph.index.search.solr.mode=cloud\natlas.graph.index.search.solr.wait-searcher=true\n# ZK quorum setup for solr as comma separated value. Example: 10.1.6.4:2181,10.1.6.5:2181\natlas.graph.index.search.solr.zookeeper-url=\n# SolrCloud Zookeeper Connection Timeout. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-connect-timeout=60000\n# SolrCloud Zookeeper Session Timeout. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-session-timeout=60000"),Object(s.mdx)("h4",{id:"graph-search-index---elasticsearch-tech-preview"},"Graph Search Index - Elasticsearch (Tech Preview)"),Object(s.mdx)("p",null,"Elasticsearch is a prerequisite for Apache Atlas use. Set the following properties to configure JanusGraph to use Elasticsearch as the index search engine."),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=elasticsearch\natlas.graph.index.search.hostname=<hostname(s) of the Elasticsearch master nodes, comma separated>\natlas.graph.index.search.elasticsearch.client-only=true"),Object(s.mdx)("h2",{id:"search-configs"},"Search Configs"),Object(s.mdx)("p",null,"Search APIs (DSL, basic search, full-text search) support pagination and have optional limit and offset arguments. Following configs are related to search pagination"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"# Default limit used when limit is not specified in API\natlas.search.defaultlimit=100\n# Maximum limit allowed in API. Limits maximum results that can be fetched to make sure the atlas server doesn't run out of memory\natlas.search.maxlimit=10000"),Object(s.mdx)("h2",{id:"notification-configs"},"Notification Configs"),Object(s.mdx)("p",null,"Refer ",Object(s.mdx)("a",{parentName:"p",href:"http://kafka.apache.org/documentation.html#configuration"},"http://kafka.apache.org/documentation.html#configuration")," for Kafka configuration. All Kafka configs should be prefixed with 'atlas.kafka.'"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"\natlas.kafka.auto.commit.enable=false\n#Kafka servers. Example: localhost:6667\natlas.kafka.bootstrap.servers=\natlas.kafka.hook.group.id=atlas\n#Zookeeper connect URL for Kafka. Example: localhost:2181\natlas.kafka.zookeeper.connect=\natlas.kafka.zookeeper.connection.timeout.ms=30000\natlas.kafka.zookeeper.session.timeout.ms=60000\natlas.kafka.zookeeper.sync.time.ms=20\n#Setup the following configurations only in test deployments where Kafka is started within Atlas in embedded mode\n#atlas.notification.embedded=true\n#atlas.kafka.data={sys:atlas.home}/data/kafka\n#Setup the following two properties if Kafka is running in Kerberized mode.\n#atlas.notification.kafka.service.principal=kafka/_HOST@EXAMPLE.COM\n#atlas.notification.kafka.keytab.location=/etc/security/keytabs/kafka.service.keytab"),Object(s.mdx)("h2",{id:"client-configs"},"Client Configs"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.client.readTimeoutMSecs=60000\natlas.client.connectTimeoutMSecs=60000\n# URL to access Atlas server. For example: http://localhost:21000\natlas.rest.address="),Object(s.mdx)("h2",{id:"security-properties"},"Security Properties"),Object(s.mdx)("h3",{id:"ssl-config"},"SSL config"),Object(s.mdx)("p",null,"The following property is used to toggle the SSL feature."),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.enableTLS=false"),Object(s.mdx)("h2",{id:"high-availability-properties"},"High Availability Properties"),Object(s.mdx)("p",null,"The following properties describe High Availability related configuration options:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"\n# Set the following property to true, to enable High Availability. Default = false.\natlas.server.ha.enabled=true\n# Specify the list of Atlas instances\natlas.server.ids=id1,id2\n# For each instance defined above, define the host and port on which Atlas server listens.\natlas.server.address.id1=host1.company.com:21000\natlas.server.address.id2=host2.company.com:31000\n# Specify Zookeeper properties needed for HA.\n# Specify the list of services running Zookeeper servers as a comma separated list.\natlas.server.ha.zookeeper.connect=zk1.company.com:2181,zk2.company.com:2181,zk3.company.com:2181\n# Specify how many times should connection try to be established with a Zookeeper cluster, in case of any connection issues.\natlas.server.ha.zookeeper.num.retries=3\n# Specify how much time should the server wait before attempting connections to Zookeeper, in case of any connection issues.\natlas.server.ha.zookeeper.retry.sleeptime.ms=1000\n# Specify how long a session to Zookeeper should last without inactivity to be deemed as unreachable.\natlas.server.ha.zookeeper.session.timeout.ms=20000\n# Specify the scheme and the identity to be used for setting up ACLs on nodes created in Zookeeper for HA.\n# The format of these options is <scheme:identity>.\n# For more information refer to \nhttp://zookeeper.apache.org/doc/r3.2.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl\n# The 'acl' option allows to specify a scheme, identity pair to setup an ACL for.\natlas.server.ha.zookeeper.acl=sasl:client@comany.com\n# The 'auth' option specifies the authentication that should be used for connecting to Zookeeper.\natlas.server.ha.zookeeper.auth=sasl:client@company.com\n# Since Zookeeper is a shared service that is typically used by many components,\n# it is preferable for each component to set its znodes under a namespace.\n# Specify the namespace under which the znodes should be written. Default = /apache_atlas\natlas.server.ha.zookeeper.zkroot=/apache_atlas\n# Specify number of times a client should retry with an instance before selecting another active instance, or failing an operation.\natlas.client.ha.retries=4\n# Specify interval between retries for a client.\natlas.client.ha.sleep.interval.ms=5000"),Object(s.mdx)("h2",{id:"server-properties"},"Server Properties"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"# Set the following property to true, to enable the setup steps to run on each server start. Default = false.\natlas.server.run.setup.on.start=false"),Object(s.mdx)("h2",{id:"performance-configuration-items"},"Performance configuration items"),Object(s.mdx)("p",null,"The following properties can be used to tune performance of Atlas under specific circumstances:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"bash",style:r.a,mdxType:"SyntaxHighlighter"},"\n# The number of times Atlas code tries to acquire a lock (to ensure consistency) while committing a transaction.\n# This should be related to the amount of concurrency expected to be supported by the server. For e.g. with retries set to 10, upto 100 threads can concurrently create types in the Atlas system.\n# If this is set to a low value (default is 3), concurrent operations might fail with a PermanentLockingException.\natlas.graph.storage.lock.retries=10\n# Milliseconds to wait before evicting a cached entry. This should be > atlas.graph.storage.lock.wait-time x atlas.graph.storage.lock.retries\n# If this is set to a low value (default is 10000), warnings on transactions taking too long will occur in the Atlas application log.\natlas.graph.storage.cache.db-cache-time=120000\n# Minimum number of threads in the atlas web server\natlas.webserver.minthreads=10\n# Maximum number of threads in the atlas web server\natlas.webserver.maxthreads=100\n# Keepalive time in secs for the thread pool of the atlas web server\natlas.webserver.keepalivetimesecs=60\n# Queue size for the requests(when max threads are busy) for the atlas web server\natlas.webserver.queuesize=100\n# Set to the property to true to enable warn on no relationships defined between entities on a particular attribute\n# Not having relationships defined can lead to performance loss while adding new entities\natlas.relationships.warnOnNoRelationships=false"),Object(s.mdx)("h3",{id:"recording-performance-metrics"},"Recording performance metrics"),Object(s.mdx)("p",null,"To enable performance logs for various Atlas operations (like REST API calls, notification processing), setup the following in atlas-log4j.xml:"),Object(s.mdx)(i.a,{wrapLines:!0,language:"xml",style:r.a,mdxType:"SyntaxHighlighter"},'<appender name="perf_appender" class="org.apache.log4j.DailyRollingFileAppender">\n  <param name="File" value="/var/log/atlas/atlas_perf.log"/>\n  <param name="datePattern" value="\'.\'yyyy-MM-dd"/>\n  <param name="append" value="true"/>\n  <layout class="org.apache.log4j.PatternLayout">\n    <param name="ConversionPattern" value="%d|%t|%m%n"/>\n  </layout>\n</appender>\n <logger name="org.apache.atlas.perf" additivity="false">\n   <level value="debug"/>\n   <appender-ref ref="perf_appender"/>\n </logger>'))}h&&h===Object(h)&&Object.isExtensible(h)&&Object.defineProperty(h,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/Configuration.md"}}),h.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var n=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",a.a=n.a}}]);
+//# sourceMappingURL=documents-setup-configuration.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-setup-eclipse-setup.2e40a125.js b/static/js/documents-setup-eclipse-setup.2e40a125.js
new file mode 100644
index 0000000..9861953
--- /dev/null
+++ b/static/js/documents-setup-eclipse-setup.2e40a125.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[46],{"./src/documents/Setup/EclipseSetup.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return c}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),i=["components"],r={};function c(e){var t=e.components,a=Object(n.a)(e,i);return Object(l.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"tools-required-to-build-and-run-apache-atlas-on-eclipse"},"Tools required to build and run Apache Atlas on Eclipse"),Object(l.mdx)("p",null,"These instructions are provided as-is. They worked at a point in time; other variants of software may work. These instructions may become stale if the build dependencies change."),Object(l.mdx)("p",null,"They have been shown to work on 19th of December 2016."),Object(l.mdx)("p",null,"To build, run tests, and debug Apache Atlas, the following software is required:"),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Java")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Download and install a 1.8 Java SDK"),Object(l.mdx)("li",{parentName:"ul"},"Set JAVA_HOME system environment variable to the installed JDK home directory"),Object(l.mdx)("li",{parentName:"ul"},"Add JAVA_HOME/bin directory to system PATH")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Python"),"\nAtlas command line tools are written in Python."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Download and install Python version 2.7.7"),Object(l.mdx)("li",{parentName:"ul"},"For Mac, we used 2.7.11"),Object(l.mdx)("li",{parentName:"ul"},"Add Python home directory to system PATH")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Maven")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Download and install Maven 3.3.9"),Object(l.mdx)("li",{parentName:"ul"},"Set the environment variable M2_HOME to point to the maven install directory"),Object(l.mdx)("li",{parentName:"ul"},"Add M2_HOME/bin directory to system PATH e.g. C:\\Users\\IBM_ADMIN\\Documents\\Software\\apache-maven-3.3.9\\bin")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Git")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Install Git"),Object(l.mdx)("li",{parentName:"ul"},"Add git bin directory to the system PATH e.g. C:\\Program Files (x86)\\Git\\bin")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Eclipse")),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Install Eclipse Neon (4.6)"),Object(l.mdx)("li",{parentName:"ul"},"The non-EE Neon for iOS from eclipse.org has been proven to work here."),Object(l.mdx)("li",{parentName:"ul"},"Install the Scala IDE, TestNG, and m2eclipse-scala features/plugins as described below.")),Object(l.mdx)("p",null,Object(l.mdx)("strong",{parentName:"p"},"Scala IDE Eclipse feature"),"\nSome Atlas source code is written in the Scala programming language. The Scala IDE feature is required to compile Scala source code in Eclipse."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"In Eclipse, choose Help - Install New Software..."),Object(l.mdx)("li",{parentName:"ul"},"Click Add... to add an update site, and set Location to ",Object(l.mdx)("a",{parentName:"li",href:"http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site"},"http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site")),Object(l.mdx)("li",{parentName:"ul"},"Select Scala IDE for Eclipse from the list of available features"),Object(l.mdx)("li",{parentName:"ul"},"Restart Eclipse after install"),Object(l.mdx)("li",{parentName:"ul"},"Set the Scala compiler to target the 1.7 JVM: Window - Preferences - Scala - Compiler, change target to 1.7\n",Object(l.mdx)("em",{parentName:"li"},"TestNG Eclipse plug-in"))),Object(l.mdx)("p",null,"Atlas tests use the ",Object(l.mdx)("a",{parentName:"p",href:"http://testng.org/doc/documentation-main.html"},"TestNG framework"),", which is similar to JUnit. The TestNG plug-in is required to run TestNG tests from Eclipse."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"In Eclipse, choose Help - Install New Software..."),Object(l.mdx)("li",{parentName:"ul"},"Click Add... to add an update site, and set Location to ",Object(l.mdx)("a",{parentName:"li",href:"http://beust.com/eclipse-old/eclipse_6.9.9.201510270734"},"http://beust.com/eclipse-old/eclipse_6.9.9.201510270734"),Object(l.mdx)("pre",{parentName:"li"},Object(l.mdx)("code",{parentName:"pre"},'  * Choose TestNG and continue with install\n  * Restart Eclipse after installing the plugin\n  * In Window - Preferences - TestNG, <b>un</b>check "Use project TestNG jar"\n')),Object(l.mdx)("em",{parentName:"li"},"m2eclipse-scala Eclipse plugin")),Object(l.mdx)("li",{parentName:"ul"},"In Eclipse, choose Help - Install New Software..."),Object(l.mdx)("li",{parentName:"ul"},"Click Add... to add an update site, and set Location to ",Object(l.mdx)("a",{parentName:"li",href:"http://alchim31.free.fr/m2e-scala/update-site/"},"http://alchim31.free.fr/m2e-scala/update-site/")),Object(l.mdx)("li",{parentName:"ul"},"Choose Maven Integration for Scala IDE, and continue with install"),Object(l.mdx)("li",{parentName:"ul"},"Restart Eclipse after install"),Object(l.mdx)("li",{parentName:"ul"},"In Window - Preferences -Maven - Errors/Warnings, set Plugin execution not covered by lifecycle configuration to Warning\n",Object(l.mdx)("em",{parentName:"li"},"Import Atlas maven projects into Eclipse:"))),Object(l.mdx)("p",null,"a. File - Import - Maven - Existing Maven Projects b. Browse to your Atlas folder c. Uncheck the root project and non-Java projects such as dashboardv2, docs and distro, then click Finish"),Object(l.mdx)("p",null,"On the Mac, the Maven import fails with message"),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"\"Cannot complete the install because one or more required items could not be found.\nSoftware being installed: Maven Integration for AJDT (Optional) 0.14.0.201506231302 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.14.0.201506231302)\nMissing requirement: Maven Integration for AJDT (Optional) 0.14.0.201506231302 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.14.0.201506231302) requires 'org.eclipse.ajdt.core 1.5.0' but it could not be found\"."),Object(l.mdx)("p",null,"Install ",Object(l.mdx)("a",{parentName:"p",href:"http://download.eclipse.org/tools/ajdt/46/dev/update"},"http://download.eclipse.org/tools/ajdt/46/dev/update")," and rerun. The Maven AspectJ should plugin install - allowing the references to Aspects in Maven to be resolved."),Object(l.mdx)("p",null," d. In the atlas-typesystem, atlas-repository, hdfs-model, and storm-bridge projects, add the src/main/scala and src/test/scala (if available) directories as source folders. Note: the hdfs-model and storm-bridge projects do not have the src/test/scala folder."),Object(l.mdx)("p",null,"Right-click on the project, and choose ",Object(l.mdx)("em",{parentName:"p"},"Properties"),"."),Object(l.mdx)("p",null,"Click the ",Object(l.mdx)("em",{parentName:"p"},"Java Build Path")," in the left-hand panel, and choose the ",Object(l.mdx)("em",{parentName:"p"},"Source")," tab."),Object(l.mdx)("p",null,"Click ",Object(l.mdx)("em",{parentName:"p"},"Add Folder"),", and select the src/main/scala and src/test/scala directories."),Object(l.mdx)("p",null,"Only the atlas-repository and atlas-type system projects have Scala source folders to update."),Object(l.mdx)("p",null,"e. Select atlas-typesystem, atlas-repository, hdfs-model, and storm-bridge projects, right-click, go to the Scala menu, and choose \u2018Set the Scala Installation\u2019."),Object(l.mdx)("p",null,"f. Choose Fixed Scala Installation: 2.11.8 (bundled) , and click OK."),Object(l.mdx)("p",null,"g. Restart Eclipse"),Object(l.mdx)("p",null,"h. Choose Project - Clean, select Clean all projects, and click OK."),Object(l.mdx)("p",null,"Some projects may not pick up the Scala library \u2013 if this occurs, quick fix on those projects to add in the Scala library \u2013 projects atlas-typesystem, atlas-repository, hdfs-model, storm-bridge and atlas-webapp."),Object(l.mdx)("p",null,"You should now have a clean workspace."),Object(l.mdx)("p",null,Object(l.mdx)("em",{parentName:"p"},"Sample Bash scripts to help mac users")),Object(l.mdx)("p",null,"You will need to change some of these scripts to point to your installation targets."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Run this script to setup your command line build environment")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"#!/bin/bash # export JAVA_HOME=/Library/Java/JavaVirtualMachines/macosxx6480sr3fp10hybrid-20160719_01-sdk\nexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home\nexport M2_HOME=/Applications/apache-maven-3.3.9 # Git is installed in the system path\nexport PYTHON_HOME='/Applications/Python 2.7'\nexport PATH=$PYTHON_HOME:$M2_HOME/bin:$JAVA_HOME/bin:$PATH\nexport MAVEN_OPTS=\"-Xmx1536m -Drat.numUnapprovedLicenses=100\""),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"If you do  not want to set Java 8 as your system java, you can use this  bash script to setup the environment and run Eclipse (which you can drop in Applications and rename to neon).")),Object(l.mdx)(o.a,{wrapLines:!0,language:"shell",style:s.a,mdxType:"SyntaxHighlighter"},"#!/bin/bash\nexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home\nexport M2_HOME=/Applications/apache-maven-3.3.9\n# Git is installed in the system path\nexport PYTHON_HOME='/Applications/Python 2.7'\nexport PATH=$PYTHON_HOME:$M2_HOME/bin:$JAVA_HOME/bin:$PATH/Applications/neon.app/Contents/MacOS/eclipse"))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/EclipseSetup.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map b/static/js/documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..588fe6d
--- /dev/null
+++ b/static/js/documents-setup-eclipse-setup.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/EclipseSetup.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","wrapLines","language","style","theme","isMDXComponent","dark","hljs","color"],"mappings":"6kBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,2DAAyD,2DAEjE,4MACA,iFACA,2GACA,uBAAG,wBAAQC,WAAW,KAAG,SACzB,wBACE,oBAAIA,WAAW,MAAI,uCACnB,oBAAIA,WAAW,MAAI,iFACnB,oBAAIA,WAAW,MAAI,+CAErB,uBAAG,wBAAQA,WAAW,KAAG,UAAoB,qDAE7C,wBACE,oBAAIA,WAAW,MAAI,6CACnB,oBAAIA,WAAW,MAAI,2BACnB,oBAAIA,WAAW,MAAI,6CAErB,uBAAG,wBAAQA,WAAW,KAAG,UACzB,wBACE,oBAAIA,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,gFACnB,oBAAIA,WAAW,MAAI,qHAErB,uBAAG,wBAAQA,WAAW,KAAG,QACzB,wBACE,oBAAIA,WAAW,MAAI,eACnB,oBAAIA,WAAW,MAAI,oFAErB,uBAAG,wBAAQA,WAAW,KAAG,YACzB,wBACE,oBAAIA,WAAW,MAAI,8BACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,4FAErB,uBAAG,wBAAQA,WAAW,KAAG,6BAAuC,qJAEhE,wBACE,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,2DAA6D,mBAAGA,WAAW,KAC1F,KAAQ,sEAAoE,uEAEhF,oBAAIA,WAAW,MAAI,oEACnB,oBAAIA,WAAW,MAAI,iCACnB,oBAAIA,WAAW,MAAI,gHACvB,oBAAIA,WAAW,MAAI,4BAEjB,8CAA2B,mBAAGA,WAAW,IACrC,KAAQ,iDAA+C,oBAC9B,iGAC7B,wBACE,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,2DAA6D,mBAAGA,WAAW,KAC1F,KAAQ,2DAAyD,2DAEnE,qBAAKA,WAAW,MAAK,sBAAMA,WAAW,OAAK,kLAI3C,oBAAIA,WAAW,MAAI,mCACrB,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,2DAA6D,mBAAGA,WAAW,KAC1F,KAAQ,kDAAgD,mDAE5D,oBAAIA,WAAW,MAAI,qEACnB,oBAAIA,WAAW,MAAI,iCACnB,oBAAIA,WAAW,MAAI,6HACvB,oBAAIA,WAAW,MAAI,+CAEjB,sNACA,0EACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,+cAKnG,kCAAe,mBAAGC,WAAW,IACzB,KAAQ,wDAAsD,wDACD,qHACjE,8RACA,iEAA8C,oBAAIA,WAAW,KAAG,cAAoB,KACpF,oCAAiB,oBAAIA,WAAW,KAAG,mBAAyB,2CAA4C,oBAAIA,WAAW,KAAG,UAAgB,SAC1I,gCAAa,oBAAIA,WAAW,KAAG,cAAoB,mEACnD,wHACA,qMACA,+FACA,6CACA,8FACA,wPACA,iEACA,uBAAG,oBAAIA,WAAW,KAAG,0CACrB,+GACA,wBACE,oBAAIA,WAAW,MAAI,iEAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,mcAQnG,wBACE,oBAAIC,WAAW,MAAI,2LAErB,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,QAAQC,MAAOC,IAAYL,QAAQ,qBAAmB,mVAStG,yLAEDH,EAAWS,gBAAiB,G,+DC3I5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-setup-eclipse-setup.2e40a125.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"tools-required-to-build-and-run-apache-atlas-on-eclipse\"\n    }}>{`Tools required to build and run Apache Atlas on Eclipse`}</h1>\n    <p>{`These instructions are provided as-is. They worked at a point in time; other variants of software may work. These instructions may become stale if the build dependencies change.`}</p>\n    <p>{`They have been shown to work on 19th of December 2016.`}</p>\n    <p>{`To build, run tests, and debug Apache Atlas, the following software is required:`}</p>\n    <p><strong parentName=\"p\">{`Java`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Download and install a 1.8 Java SDK`}</li>\n      <li parentName=\"ul\">{`Set JAVA_HOME system environment variable to the installed JDK home directory`}</li>\n      <li parentName=\"ul\">{`Add JAVA_HOME/bin directory to system PATH`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Python`}</strong>{`\nAtlas command line tools are written in Python.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Download and install Python version 2.7.7`}</li>\n      <li parentName=\"ul\">{`For Mac, we used 2.7.11`}</li>\n      <li parentName=\"ul\">{`Add Python home directory to system PATH`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Maven`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Download and install Maven 3.3.9`}</li>\n      <li parentName=\"ul\">{`Set the environment variable M2_HOME to point to the maven install directory`}</li>\n      <li parentName=\"ul\">{`Add M2_HOME/bin directory to system PATH e.g. C:\\\\Users\\\\IBM_ADMIN\\\\Documents\\\\Software\\\\apache-maven-3.3.9\\\\bin`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Git`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Install Git`}</li>\n      <li parentName=\"ul\">{`Add git bin directory to the system PATH e.g. C:\\\\Program Files (x86)\\\\Git\\\\bin`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Eclipse`}</strong></p>\n    <ul>\n      <li parentName=\"ul\">{`Install Eclipse Neon (4.6)`}</li>\n      <li parentName=\"ul\">{`The non-EE Neon for iOS from eclipse.org has been proven to work here.`}</li>\n      <li parentName=\"ul\">{`Install the Scala IDE, TestNG, and m2eclipse-scala features/plugins as described below.`}</li>\n    </ul>\n    <p><strong parentName=\"p\">{`Scala IDE Eclipse feature`}</strong>{`\nSome Atlas source code is written in the Scala programming language. The Scala IDE feature is required to compile Scala source code in Eclipse.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`In Eclipse, choose Help - Install New Software...`}</li>\n      <li parentName=\"ul\">{`Click Add... to add an update site, and set Location to `}<a parentName=\"li\" {...{\n          \"href\": \"http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site\"\n        }}>{`http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site`}</a></li>\n      <li parentName=\"ul\">{`Select Scala IDE for Eclipse from the list of available features`}</li>\n      <li parentName=\"ul\">{`Restart Eclipse after install`}</li>\n      <li parentName=\"ul\">{`Set the Scala compiler to target the 1.7 JVM: Window - Preferences - Scala - Compiler, change target to 1.7\n`}<em parentName=\"li\">{`TestNG Eclipse plug-in`}</em></li>\n    </ul>\n    <p>{`Atlas tests use the `}<a parentName=\"p\" {...{\n        \"href\": \"http://testng.org/doc/documentation-main.html\"\n      }}>{`TestNG framework`}</a>{`, which is similar to JUnit. The TestNG plug-in is required to run TestNG tests from Eclipse.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`In Eclipse, choose Help - Install New Software...`}</li>\n      <li parentName=\"ul\">{`Click Add... to add an update site, and set Location to `}<a parentName=\"li\" {...{\n          \"href\": \"http://beust.com/eclipse-old/eclipse_6.9.9.201510270734\"\n        }}>{`http://beust.com/eclipse-old/eclipse_6.9.9.201510270734`}</a>\n        <pre parentName=\"li\"><code parentName=\"pre\" {...{}}>{`  * Choose TestNG and continue with install\n  * Restart Eclipse after installing the plugin\n  * In Window - Preferences - TestNG, <b>un</b>check \"Use project TestNG jar\"\n`}</code></pre>\n        <em parentName=\"li\">{`m2eclipse-scala Eclipse plugin`}</em></li>\n      <li parentName=\"ul\">{`In Eclipse, choose Help - Install New Software...`}</li>\n      <li parentName=\"ul\">{`Click Add... to add an update site, and set Location to `}<a parentName=\"li\" {...{\n          \"href\": \"http://alchim31.free.fr/m2e-scala/update-site/\"\n        }}>{`http://alchim31.free.fr/m2e-scala/update-site/`}</a></li>\n      <li parentName=\"ul\">{`Choose Maven Integration for Scala IDE, and continue with install`}</li>\n      <li parentName=\"ul\">{`Restart Eclipse after install`}</li>\n      <li parentName=\"ul\">{`In Window - Preferences -Maven - Errors/Warnings, set Plugin execution not covered by lifecycle configuration to Warning\n`}<em parentName=\"li\">{`Import Atlas maven projects into Eclipse:`}</em></li>\n    </ul>\n    <p>{`a. File - Import - Maven - Existing Maven Projects b. Browse to your Atlas folder c. Uncheck the root project and non-Java projects such as dashboardv2, docs and distro, then click Finish`}</p>\n    <p>{`On the Mac, the Maven import fails with message`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`\"Cannot complete the install because one or more required items could not be found.\nSoftware being installed: Maven Integration for AJDT (Optional) 0.14.0.201506231302 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.14.0.201506231302)\nMissing requirement: Maven Integration for AJDT (Optional) 0.14.0.201506231302 (org.maven.ide.eclipse.ajdt.feature.feature.group 0.14.0.201506231302) requires 'org.eclipse.ajdt.core 1.5.0' but it could not be found\".`}\n    </SyntaxHighlighter>\n    <p>{`Install `}<a parentName=\"p\" {...{\n        \"href\": \"http://download.eclipse.org/tools/ajdt/46/dev/update\"\n      }}>{`http://download.eclipse.org/tools/ajdt/46/dev/update`}</a>{` and rerun. The Maven AspectJ should plugin install - allowing the references to Aspects in Maven to be resolved.`}</p>\n    <p>{` d. In the atlas-typesystem, atlas-repository, hdfs-model, and storm-bridge projects, add the src/main/scala and src/test/scala (if available) directories as source folders. Note: the hdfs-model and storm-bridge projects do not have the src/test/scala folder.`}</p>\n    <p>{`Right-click on the project, and choose `}<em parentName=\"p\">{`Properties`}</em>{`.`}</p>\n    <p>{`Click the `}<em parentName=\"p\">{`Java Build Path`}</em>{` in the left-hand panel, and choose the `}<em parentName=\"p\">{`Source`}</em>{` tab.`}</p>\n    <p>{`Click `}<em parentName=\"p\">{`Add Folder`}</em>{`, and select the src/main/scala and src/test/scala directories.`}</p>\n    <p>{`Only the atlas-repository and atlas-type system projects have Scala source folders to update.`}</p>\n    <p>{`e. Select atlas-typesystem, atlas-repository, hdfs-model, and storm-bridge projects, right-click, go to the Scala menu, and choose ‘Set the Scala Installation’.`}</p>\n    <p>{`f. Choose Fixed Scala Installation: 2.11.8 (bundled) , and click OK.`}</p>\n    <p>{`g. Restart Eclipse`}</p>\n    <p>{`h. Choose Project - Clean, select Clean all projects, and click OK.`}</p>\n    <p>{`Some projects may not pick up the Scala library – if this occurs, quick fix on those projects to add in the Scala library – projects atlas-typesystem, atlas-repository, hdfs-model, storm-bridge and atlas-webapp.`}</p>\n    <p>{`You should now have a clean workspace.`}</p>\n    <p><em parentName=\"p\">{`Sample Bash scripts to help mac users`}</em></p>\n    <p>{`You will need to change some of these scripts to point to your installation targets.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Run this script to setup your command line build environment`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`#!/bin/bash # export JAVA_HOME=/Library/Java/JavaVirtualMachines/macosxx6480sr3fp10hybrid-20160719_01-sdk\nexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home\nexport M2_HOME=/Applications/apache-maven-3.3.9 # Git is installed in the system path\nexport PYTHON_HOME='/Applications/Python 2.7'\nexport PATH=$PYTHON_HOME:$M2_HOME/bin:$JAVA_HOME/bin:$PATH\nexport MAVEN_OPTS=\"-Xmx1536m -Drat.numUnapprovedLicenses=100\"`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`If you do  not want to set Java 8 as your system java, you can use this  bash script to setup the environment and run Eclipse (which you can drop in Applications and rename to neon).`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"shell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`#!/bin/bash\nexport JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home\nexport M2_HOME=/Applications/apache-maven-3.3.9\n# Git is installed in the system path\nexport PYTHON_HOME='/Applications/Python 2.7'\nexport PATH=$PYTHON_HOME:$M2_HOME/bin:$JAVA_HOME/bin:$PATH/Applications/neon.app/Contents/MacOS/eclipse`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map b/static/js/documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..7ec618b
--- /dev/null
+++ b/static/js/documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/InstallationInstruction.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","isMDXComponent","dark","hljs","color"],"mappings":"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","file":"static/js/documents-setup-installation-instruction.b91230c8.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h3 {...{\n      \"id\": \"installing--running-apache-atlas\"\n    }}>{`Installing & Running Apache Atlas`}</h3>\n    <h4 {...{\n      \"id\": \"installing-apache-atlas\"\n    }}>{`Installing Apache Atlas`}</h4>\n    <p>{`From the directory you would like Apache Atlas to be installed, run the following commands:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`tar -xzvf apache-atlas-{project.version}-server.tar.gz\ncd apache-atlas-{project.version}`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"running-apache-atlas-with-local-apache-hbase--apache-solr\"\n    }}>{`Running Apache Atlas with Local Apache HBase & Apache Solr`}</h4>\n    <p>{`To run Apache Atlas with local Apache HBase & Apache Solr instances that are started/stopped along with Atlas start/stop, run following commands:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export MANAGE_LOCAL_HBASE=true\nexport MANAGE_LOCAL_SOLR=true\nbin/atlas_start.py`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"running-apache-atlas-with-berkeleydb--apache-solr\"\n    }}>{`Running Apache Atlas with BerkeleyDB & Apache Solr`}</h4>\n    <p>{`To run Apache Atlas with BerkeleyDB, and local instances of Apache Solr and Apache Zookeeper, run following commands:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export MANAGE_LOCAL_SOLR=true\nbin/atlas_start.py`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"using-apache-atlas\"\n    }}>{`Using Apache Atlas`}</h4>\n    <ul>\n      <li parentName=\"ul\">{`To verify if Apache Atlas server is up and running, run curl command as shown below:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} style={theme.dark} mdxType=\"SyntaxHighlighter\">\n    {`curl -u username:password http://localhost:21000/api/atlas/admin/version\n    {\"Description\":\"Metadata Management and Data Governance Platform over Hadoop\",\"Version\":\"2.2.0\",\"Name\":\"apache-atlas\"}`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Run quick start to load sample model and data`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`bin/quick_start.py\nEnter username for atlas :-\nEnter password for atlas :-`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Access Apache Atlas UI using a browser: http://localhost:21000`}</li>\n    </ul>\n    <h4 {...{\n      \"id\": \"stopping-apache-atlas-server\"\n    }}>{`Stopping Apache Atlas Server`}</h4>\n    <p>{`To stop Apache Atlas, run following command:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`bin/atlas_stop.py`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"configuring-apache-atlas\"\n    }}>{`Configuring Apache Atlas`}</h3>\n    <p>{`By default, config directory used by Apache Atlas is `}<em parentName=\"p\">{`{package dir}/conf`}</em>{`. To override this set environment variable ATLAS_CONF to the path of the conf dir.`}</p>\n    <p>{`Environment variables needed to run Apache Atlas can be set in `}<em parentName=\"p\">{`atlas-env.sh`}</em>{` file in the conf directory. This file will be sourced by Apache Atlas scripts before any commands are executed. The following environment variables are available to set.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`# The java implementation to use. If JAVA_HOME is not found we expect java and jar to be in path\n#export JAVA_HOME=\nany additional java opts you want to set. This will apply to both client and server operations\n#export ATLAS_OPTS=\nany additional java opts that you want to set for client only\n#export ATLAS_CLIENT_OPTS=\njava heap size we want to set for the client. Default is 1024 MB\n#export ATLAS_CLIENT_HEAP=\nany additional opts you want to set for atlas service.\n#export ATLAS_SERVER_OPTS=\njava heap size we want to set for the atlas server. Default is 1024 MB\n#export ATLAS_SERVER_HEAP=\nWhat is considered as atlas home dir. Default is the base location of the installed software\n#export ATLAS_HOME_DIR=\nWhere log files are stored. Default is logs directory under the base install location\n#export ATLAS_LOG_DIR=\nWhere pid files are stored. Default is logs directory under the base install location\n#export ATLAS_PID_DIR=\nWhere do you want to expand the war file. By Default, it is in /server/webapp dir under the base install dir.\n#export ATLAS_EXPANDED_WEBAPP_DIR=`}\n    </SyntaxHighlighter>\n    <p><em parentName=\"p\">{`Settings to support large number of metadata objects`}</em></p>\n    <p>{`If you plan to store large number of metadata objects, it is recommended that you use values tuned for better GC performance of the JVM.`}</p>\n    <p>{`The following values are common server side options:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export ATLAS_SERVER_OPTS=\"-server -XX:SoftRefLRUPolicyMSPerMB=0 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+PrintTenuringDistribution -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dumps/atlas_server.hprof -Xloggc:logs/gc-worker.log -verbose:gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=1m -XX:+PrintGCDetails -XX:+PrintHeapAtGC -XX:+PrintGCTimeStamps\"`}\n    </SyntaxHighlighter>\n    <p>{`The `}<inlineCode parentName=\"p\">{`-XX:SoftRefLRUPolicyMSPerMB`}</inlineCode>{` option was found to be particularly helpful to regulate GC performance for query heavy workloads with many concurrent users.`}</p>\n    <p>{`The following values are recommended for JDK 8:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\nexport ATLAS_SERVER_HEAP=\"-Xms15360m -Xmx15360m -XX:MaxNewSize=5120m -XX:MetaspaceSize=100M -XX:MaxMetaspaceSize=512m\"\n    </SyntaxHighlighter>\n    <p><em parentName=\"p\">{`NOTE for macOS users`}</em>{`\nIf you are using a macOS, you will need to configure the ATLAS_SERVER_OPTS (explained above).`}</p>\n    <p>{`In `}<em parentName=\"p\">{`{package dir}/conf/atlas-env.sh`}</em>{` uncomment the following line`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export ATLAS_SERVER_OPTS=`}\n    </SyntaxHighlighter>\n    <p>{`and change it to look as below`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`export ATLAS_SERVER_OPTS=\"-Djava.awt.headless=true -Djava.security.krb5.realm= -Djava.security.krb5.kdc=\"`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"configuring-apache-hbase-as-the-storage-backend-for-the-graph-repository\"\n    }}>{`Configuring Apache HBase as the storage backend for the Graph Repository`}</h4>\n    <p>{`By default, Apache Atlas uses JanusGraph as the graph repository and is the only graph repository implementation available currently. Apache HBase versions currently supported are 1.1.x. For configuring Apache Atlas graph persistence on Apache HBase, please see \"Graph persistence engine - HBase\" in the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Configuration\"\n      }}>{`Configuration`}</a>{` section for more details.`}</p>\n    <p>{`Apache HBase tables used by Apache Atlas can be set using the following configurations:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.storage.hbase.table=atlas\natlas.audit.hbase.tablename=apache_atlas_entity_audit`}\n    </SyntaxHighlighter>\n    <h4 {...{\n      \"id\": \"configuring-apache-solr-as-the-indexing-backend-for-the-graph-repository\"\n    }}>{`Configuring Apache Solr as the indexing backend for the Graph Repository`}</h4>\n    <p>{`By default, Apache Atlas uses JanusGraph as the graph repository and is the only graph repository implementation available currently. For configuring JanusGraph to work with Apache Solr, please follow the instructions below`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Install Apache Solr if not already running. The version of Apache Solr supported is 5.5.1. Could be installed from `}<a parentName=\"li\" {...{\n          \"href\": \"http://archive.apache.org/dist/lucene/solr/5.5.1/solr-5.5.1.tgz\"\n        }}>{`http://archive.apache.org/dist/lucene/solr/5.5.1/solr-5.5.1.tgz`}</a></li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Start Apache Solr in cloud mode.`}</li>\n    </ul>\n    <p>{`SolrCloud mode uses a ZooKeeper Service as a highly available, central location for cluster management. For a small cluster, running with an existing ZooKeeper quorum should be fine. For larger clusters, you would want to run separate multiple ZooKeeper quorum with at least 3 servers.\nFor more information, refer Apache Solr documentation - `}<a parentName=\"p\" {...{\n        \"href\": \"https://cwiki.apache.org/confluence/display/solr/SolrCloud\"\n      }}>{`https://cwiki.apache.org/confluence/display/solr/SolrCloud`}</a></p>\n    <ul>\n      <li parentName=\"ul\">{`For e.g., to bring up an Apache Solr node listening on port 8983 on a machine, you can use the command:`}</li>\n    </ul>\n  <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n    {`$SOLR_HOME/bin/solr start -c -z <zookeeper_host:port> -p 8983`}\n  </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Run the following commands from SOLR_BIN (e.g. $SOLR_HOME/bin) directory to create collections in Apache Solr corresponding to the indexes that Apache Atlas uses. In the case that the Apache Atlas and Apache Solr instances are on 2 different hosts, first copy the required configuration files from ATLAS_HOME/conf/solr on the Apache Atlas instance host to Apache Solr instance host. SOLR_CONF in the below-mentioned commands refer to the directory where Apache Solr configuration files have been copied to on Apache Solr host:`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`$SOLR_BIN/solr create -c vertex_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor\n$SOLR_BIN/solr create -c edge_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor\n$SOLR_BIN/solr create -c fulltext_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor`}\n    </SyntaxHighlighter>\n    <p>{`  Note: If numShards and replicationFactor are not specified, they default to 1 which suffices if you are trying out solr with ATLAS on a single node instance.\nOtherwise, specify numShards according to the number of hosts that are in the Solr cluster and the maxShardsPerNode configuration.\nThe number of shards cannot exceed the total number of Solr nodes in your SolrCloud cluster.`}</p>\n    <p>{`  The number of replicas (replicationFactor) can be set according to the redundancy required.`}</p>\n    <p>{`  Also note that Apache Solr will automatically be called to create the indexes when Apache Atlas server is started if the\nSOLR_BIN and SOLR_CONF environment variables are set and the search indexing backend is set to 'solr5'.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Change ATLAS configuration to point to Apache Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=solr\natlas.graph.index.search.solr.mode=cloud\natlas.graph.index.search.solr.zookeeper-url=<the ZK quorum setup for solr as comma separated value> eg: 10.1.6.4:2181,10.1.6.5:2181\natlas.graph.index.search.solr.zookeeper-connect-timeout=<SolrCloud Zookeeper Connection Timeout>. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-session-timeout=<SolrCloud Zookeeper Session Timeout>. Default value is 60000 ms`}\n    </SyntaxHighlighter>\n    <p>{`For more information on JanusGraph solr configuration , please refer `}<a parentName=\"p\" {...{\n        \"href\": \"http://docs.janusgraph.org/0.2.0/solr.html\"\n      }}>{`http://docs.janusgraph.org/0.2.0/solr.html`}</a></p>\n    <p>{`Pre-requisites for running Apache Solr in cloud mode`}</p>\n    <ul>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`Memory - Apache Solr is both memory and CPU intensive. Make sure the server running Apache Solr has adequate memory, CPU and disk.\nApache Solr works well with 32 GB RAM. Plan to provide as much memory as possible to Apache Solr process`}</p>\n      </li>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`Disk - If the number of entities that need to be stored are large, plan to have at least 500 GB free space in the volume where Apache Solr is going to store the index data`}</p>\n      </li>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`SolrCloud has support for replication and sharding. It is highly recommended to use SolrCloud with at least two Apache Solr nodes running on different servers with replication enabled.\nIf using SolrCloud, then you also need ZooKeeper installed and configured with 3 or 5 ZooKeeper nodes`}</p>\n      </li>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`Start Apache Solr in http mode - alternative setup to Solr in cloud mode.`}</p>\n        <p parentName=\"li\">{`Solr Standalone is used for a single instance, and it keeps configuration information on the file system. It does not require zookeeper and provides high performance for medium size index.\nCan be considered as a good option for fast prototyping as well as valid configuration for development environments. In some cases it demonstrates a better performance than solr cloud mode in production grade setup of Atlas.`}</p>\n      </li>\n      <li parentName=\"ul\">\n        <p parentName=\"li\">{`Change ATLAS configuration to point to Standalone Apache Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties`}</p>\n      </li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=solr\natlas.graph.index.search.solr.mode=http\natlas.graph.index.search.solr.http-urls=<a single or list of URLs for the Solr instances must be provided.> eg: localhost:2181,10.1.6.5:2181`}\n    </SyntaxHighlighter>\n    <p>{`  Note: Solr standalone can be run in embedded mode using `}<inlineCode parentName=\"p\">{`embedded-hbase-solr`}</inlineCode>{` profile.`}</p>\n    <p><em parentName=\"p\">{`Configuring Elasticsearch as the indexing backend for the Graph Repository (Tech Preview)`}</em></p>\n    <p>{`By default, Apache Atlas uses `}<a parentName=\"p\" {...{\n        \"href\": \"https://janusgraph.org/\"\n      }}>{`JanusGraph`}</a>{` as the graph repository and is the only graph repository implementation available currently. For configuring `}<a parentName=\"p\" {...{\n        \"href\": \"https://janusgraph.org/\"\n      }}>{`JanusGraph`}</a>{` to work with Elasticsearch, please follow the instructions below`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Install an Elasticsearch cluster. The version currently supported is 5.6.4, and can be acquired from: `}<a parentName=\"li\" {...{\n          \"href\": \"https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.tar.gz\"\n        }}>{`https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.tar.gz`}</a></li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`For simple testing a single Elasticsearch node can be started by using the 'elasticsearch' command in the bin directory of the Elasticsearch distribution.`}</li>\n    </ul>\n    <ul>\n      <li parentName=\"ul\">{`Change Apache Atlas configuration to point to the Elasticsearch instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas.graph.index.search.backend=elasticsearch\natlas.graph.index.search.hostname=<the hostname(s) of the Elasticsearch master nodes comma separated>\natlas.graph.index.search.elasticsearch.client-only=true`}\n </SyntaxHighlighter>\n    <p>{`For more information on JanusGraph configuration for elasticsearch, please refer `}<a parentName=\"p\" {...{\n        \"href\": \"http://docs.janusgraph.org/0.2.0/elasticsearch.html\"\n      }}>{`http://docs.janusgraph.org/0.2.0/elasticsearch.html`}</a></p>\n    <h4 {...{\n      \"id\": \"configuring-kafka-topics\"\n    }}>{`Configuring Kafka Topics`}</h4>\n    <p>{`Apache Atlas uses Apache Kafka to ingest metadata from other components at runtime. This is described in the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Architecture\"\n      }}>{`Architecture`}</a>{`\nin more detail. Depending on the configuration of Apache Kafka, sometimes you might need to setup the topics explicitly before\nusing Apache Atlas. To do so, Apache Atlas provides a script =bin/atlas_kafka_setup.py= which can be run from Apache Atlas server. In some\nenvironments, the hooks might start getting used first before Apache Atlas server itself is setup. In such cases, the topics\ncan be run on the hosts where hooks are installed using a similar script `}<inlineCode parentName=\"p\">{`hook-bin/atlas_kafka_setup_hook.py`}</inlineCode>{`. Both these\nuse configuration in `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{` for setting up the topics. Please refer to the `}<a parentName=\"p\" {...{\n        \"href\": \"#/Configuration\"\n      }}>{`Configuration`}</a>{`\nfor these details.`}</p>\n    <h4 {...{\n      \"id\": \"setting-up-apache-atlas\"\n    }}>{`Setting up Apache Atlas`}</h4>\n    <p>{`There are a few steps that setup dependencies of Apache Atlas. One such example is setting up the JanusGraph schema in the storage backend of choice. In a simple single server setup, these are automatically setup with default configuration when the server first accesses these dependencies.`}</p>\n    <p>{`However, there are scenarios when we may want to run setup steps explicitly as one time operations. For example, in a multiple server scenario using `}<a parentName=\"p\" {...{\n        \"href\": \"#/HighAvailability\"\n      }}>{`High Availability`}</a>{`, it is preferable to run setup steps from one of the server instances the first time, and then start the services.`}</p>\n    <p>{`To run these steps one time, execute the command =bin/atlas_start.py -setup= from a single Apache Atlas server instance.`}</p>\n    <p>{`However, Apache Atlas server does take care of parallel executions of the setup steps. Also, running the setup steps multiple times is idempotent. Therefore, if one chooses to run the setup steps as part of server startup, for convenience, then they should enable the configuration option `}<inlineCode parentName=\"p\">{`atlas.server.run.setup.on.start`}</inlineCode>{` by defining it with the value `}<inlineCode parentName=\"p\">{`true`}</inlineCode>{` in the `}<inlineCode parentName=\"p\">{`atlas-application.properties`}</inlineCode>{` file.`}</p>\n    <h3 {...{\n      \"id\": \"examples-calling-apache-atlas-rest-apis\"\n    }}>{`Examples: calling Apache Atlas REST APIs`}</h3>\n    <p>{`Here are few examples of calling Apache Atlas REST APIs via curl command.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`List the types in the repository`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`curl -u username:password http://localhost:21000/api/atlas/v2/types/typedefs/headers\n    [ {\"guid\":\"fa421be8-c21b-4cf8-a226-fdde559ad598\",\"name\":\"Referenceable\",\"category\":\"ENTITY\"},\n      {\"guid\":\"7f3f5712-521d-450d-9bb2-ba996b6f2a4e\",\"name\":\"Asset\",\"category\":\"ENTITY\"},\n      {\"guid\":\"84b02fa0-e2f4-4cc4-8b24-d2371cd00375\",\"name\":\"DataSet\",\"category\":\"ENTITY\"},\n      {\"guid\":\"f93975d5-5a5c-41da-ad9d-eb7c4f91a093\",\"name\":\"Process\",\"category\":\"ENTITY\"},\n      {\"guid\":\"79dcd1f9-f350-4f7b-b706-5bab416f8206\",\"name\":\"Infrastructure\",\"category\":\"ENTITY\"}\n    ]`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`List the instances for a given type`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`curl -u username:password http://localhost:21000/api/atlas/v2/search/basic?typeName=hive_db\n    {\n      \"queryType\":\"BASIC\",\n      \"searchParameters\":{\n        \"typeName\":\"hive_db\",\n        \"excludeDeletedEntities\":false,\n        \"includeClassificationAttributes\":false,\n        \"includeSubTypes\":true,\n        \"includeSubClassifications\":true,\n        \"limit\":100,\n        \"offset\":0\n      },\n      \"entities\":[\n        {\n          \"typeName\":\"hive_db\",\n          \"guid\":\"5d900c19-094d-4681-8a86-4eb1d6ffbe89\",\n          \"status\":\"ACTIVE\",\n          \"displayText\":\"default\",\n          \"classificationNames\":[],\n          \"attributes\":{\n            \"owner\":\"public\",\n            \"createTime\":null,\n            \"qualifiedName\":\"default@cl1\",\n            \"name\":\"default\",\n            \"description\":\"Default Hive database\"\n          }\n        },\n        {\n          \"typeName\":\"hive_db\",\n          \"guid\":\"3a0b14b0-ab85-4b65-89f2-e418f3f7f77c\",\n          \"status\":\"ACTIVE\",\n          \"displayText\":\"finance\",\n          \"classificationNames\":[],\n          \"attributes\":{\n            \"owner\":\"hive\",\n            \"createTime\":null,\n            \"qualifiedName\":\"finance@cl1\",\n            \"name\":\"finance\",\n            \"description\":null\n          }\n        }\n      ]\n    }`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`Search for entities`}</li>\n    </ul>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n  {`curl -u username:password http://localhost:21000/api/atlas/v2/search/dsl?query=hive_db%20where%20name='default'\n      {\n        \"queryType\":\"DSL\",\n        \"queryText\":\"hive_db where name='default'\",\n        \"entities\":[\n          {\n            \"typeName\":\"hive_db\",\n            \"guid\":\"5d900c19-094d-4681-8a86-4eb1d6ffbe89\",\n            \"status\":\"ACTIVE\",\n            \"displayText\":\"default\",\n            \"classificationNames\":[],\n            \"attributes\":{\n              \"owner\":\"public\",\n              \"createTime\":null,\n              \"qualifiedName\":\"default@cl1\",\n              \"name\":\"default\",\n              \"description\":\n              \"Default Hive database\"\n            }\n          }\n        ]\n      }`}\n    </SyntaxHighlighter>\n    <h3 {...{\n      \"id\": \"troubleshooting\"\n    }}>{`Troubleshooting`}</h3>\n    <h4 {...{\n      \"id\": \"setup-issues\"\n    }}>{`Setup issues`}</h4>\n    <p>{`If the setup of Apache Atlas service fails due to any reason, the next run of setup (either by an explicit invocation of\n`}<inlineCode parentName=\"p\">{`atlas_start.py -setup`}</inlineCode>{` or by enabling the configuration option `}<inlineCode parentName=\"p\">{`atlas.server.run.setup.on.start`}</inlineCode>{`) will fail with\na message such as `}<inlineCode parentName=\"p\">{`A previous setup run may not have completed cleanly.`}</inlineCode>{`. In such cases, you would need to manually\nensure the setup can run and delete the Zookeeper node at `}<inlineCode parentName=\"p\">{`/apache_atlas/setup_in_progress`}</inlineCode>{` before attempting to\nrun setup again.`}</p>\n    <p>{`If the setup failed due to Apache HBase schema setup errors, it may be necessary to repair Apache HBase schema. If no\ndata has been stored, one can also disable and drop the Apache HBase tables used by Apache Atlas and run setup again.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-setup-installation-instruction.b91230c8.js b/static/js/documents-setup-installation-instruction.b91230c8.js
new file mode 100644
index 0000000..6fa6647
--- /dev/null
+++ b/static/js/documents-setup-installation-instruction.b91230c8.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[47],{"./src/documents/Setup/InstallationInstruction.md":function(e,a,t){"use strict";t.r(a),t.d(a,"default",(function(){return c}));var n=t("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),s=(t("../node_modules/react/index.js"),t("../node_modules/@mdx-js/react/dist/esm.js")),r=(t("./theme/styles/styled-colors.js"),t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),o=t("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),l=["components"],i={};function c(e){var a=e.components,t=Object(n.a)(e,l);return Object(s.mdx)("wrapper",Object.assign({},i,t,{components:a,mdxType:"MDXLayout"}),Object(s.mdx)("h3",{id:"installing--running-apache-atlas"},"Installing & Running Apache Atlas"),Object(s.mdx)("h4",{id:"installing-apache-atlas"},"Installing Apache Atlas"),Object(s.mdx)("p",null,"From the directory you would like Apache Atlas to be installed, run the following commands:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"tar -xzvf apache-atlas-{project.version}-server.tar.gz\ncd apache-atlas-{project.version}"),Object(s.mdx)("h4",{id:"running-apache-atlas-with-local-apache-hbase--apache-solr"},"Running Apache Atlas with Local Apache HBase & Apache Solr"),Object(s.mdx)("p",null,"To run Apache Atlas with local Apache HBase & Apache Solr instances that are started/stopped along with Atlas start/stop, run following commands:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"export MANAGE_LOCAL_HBASE=true\nexport MANAGE_LOCAL_SOLR=true\nbin/atlas_start.py"),Object(s.mdx)("h4",{id:"running-apache-atlas-with-berkeleydb--apache-solr"},"Running Apache Atlas with BerkeleyDB & Apache Solr"),Object(s.mdx)("p",null,"To run Apache Atlas with BerkeleyDB, and local instances of Apache Solr and Apache Zookeeper, run following commands:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"export MANAGE_LOCAL_SOLR=true\nbin/atlas_start.py"),Object(s.mdx)("h4",{id:"using-apache-atlas"},"Using Apache Atlas"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"To verify if Apache Atlas server is up and running, run curl command as shown below:")),Object(s.mdx)(o.a,{wrapLines:!0,style:r.a,mdxType:"SyntaxHighlighter"},'curl -u username:password http://localhost:21000/api/atlas/admin/version\n    {"Description":"Metadata Management and Data Governance Platform over Hadoop","Version":"2.2.0","Name":"apache-atlas"}'),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Run quick start to load sample model and data")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"bin/quick_start.py\nEnter username for atlas :-\nEnter password for atlas :-"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Access Apache Atlas UI using a browser: http://localhost:21000")),Object(s.mdx)("h4",{id:"stopping-apache-atlas-server"},"Stopping Apache Atlas Server"),Object(s.mdx)("p",null,"To stop Apache Atlas, run following command:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"bin/atlas_stop.py"),Object(s.mdx)("h3",{id:"configuring-apache-atlas"},"Configuring Apache Atlas"),Object(s.mdx)("p",null,"By default, config directory used by Apache Atlas is ",Object(s.mdx)("em",{parentName:"p"},"{package dir}/conf"),". To override this set environment variable ATLAS_CONF to the path of the conf dir."),Object(s.mdx)("p",null,"Environment variables needed to run Apache Atlas can be set in ",Object(s.mdx)("em",{parentName:"p"},"atlas-env.sh")," file in the conf directory. This file will be sourced by Apache Atlas scripts before any commands are executed. The following environment variables are available to set."),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"# The java implementation to use. If JAVA_HOME is not found we expect java and jar to be in path\n#export JAVA_HOME=\nany additional java opts you want to set. This will apply to both client and server operations\n#export ATLAS_OPTS=\nany additional java opts that you want to set for client only\n#export ATLAS_CLIENT_OPTS=\njava heap size we want to set for the client. Default is 1024 MB\n#export ATLAS_CLIENT_HEAP=\nany additional opts you want to set for atlas service.\n#export ATLAS_SERVER_OPTS=\njava heap size we want to set for the atlas server. Default is 1024 MB\n#export ATLAS_SERVER_HEAP=\nWhat is considered as atlas home dir. Default is the base location of the installed software\n#export ATLAS_HOME_DIR=\nWhere log files are stored. Default is logs directory under the base install location\n#export ATLAS_LOG_DIR=\nWhere pid files are stored. Default is logs directory under the base install location\n#export ATLAS_PID_DIR=\nWhere do you want to expand the war file. By Default, it is in /server/webapp dir under the base install dir.\n#export ATLAS_EXPANDED_WEBAPP_DIR="),Object(s.mdx)("p",null,Object(s.mdx)("em",{parentName:"p"},"Settings to support large number of metadata objects")),Object(s.mdx)("p",null,"If you plan to store large number of metadata objects, it is recommended that you use values tuned for better GC performance of the JVM."),Object(s.mdx)("p",null,"The following values are common server side options:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},'export ATLAS_SERVER_OPTS="-server -XX:SoftRefLRUPolicyMSPerMB=0 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+PrintTenuringDistribution -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=dumps/atlas_server.hprof -Xloggc:logs/gc-worker.log -verbose:gc -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=1m -XX:+PrintGCDetails -XX:+PrintHeapAtGC -XX:+PrintGCTimeStamps"'),Object(s.mdx)("p",null,"The ",Object(s.mdx)("inlineCode",{parentName:"p"},"-XX:SoftRefLRUPolicyMSPerMB")," option was found to be particularly helpful to regulate GC performance for query heavy workloads with many concurrent users."),Object(s.mdx)("p",null,"The following values are recommended for JDK 8:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},'export ATLAS_SERVER_HEAP="-Xms15360m -Xmx15360m -XX:MaxNewSize=5120m -XX:MetaspaceSize=100M -XX:MaxMetaspaceSize=512m"'),Object(s.mdx)("p",null,Object(s.mdx)("em",{parentName:"p"},"NOTE for macOS users"),"\nIf you are using a macOS, you will need to configure the ATLAS_SERVER_OPTS (explained above)."),Object(s.mdx)("p",null,"In ",Object(s.mdx)("em",{parentName:"p"},"{package dir}/conf/atlas-env.sh")," uncomment the following line"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"export ATLAS_SERVER_OPTS="),Object(s.mdx)("p",null,"and change it to look as below"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},'export ATLAS_SERVER_OPTS="-Djava.awt.headless=true -Djava.security.krb5.realm= -Djava.security.krb5.kdc="'),Object(s.mdx)("h4",{id:"configuring-apache-hbase-as-the-storage-backend-for-the-graph-repository"},"Configuring Apache HBase as the storage backend for the Graph Repository"),Object(s.mdx)("p",null,'By default, Apache Atlas uses JanusGraph as the graph repository and is the only graph repository implementation available currently. Apache HBase versions currently supported are 1.1.x. For configuring Apache Atlas graph persistence on Apache HBase, please see "Graph persistence engine - HBase" in the ',Object(s.mdx)("a",{parentName:"p",href:"#/Configuration"},"Configuration")," section for more details."),Object(s.mdx)("p",null,"Apache HBase tables used by Apache Atlas can be set using the following configurations:"),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.storage.hbase.table=atlas\natlas.audit.hbase.tablename=apache_atlas_entity_audit"),Object(s.mdx)("h4",{id:"configuring-apache-solr-as-the-indexing-backend-for-the-graph-repository"},"Configuring Apache Solr as the indexing backend for the Graph Repository"),Object(s.mdx)("p",null,"By default, Apache Atlas uses JanusGraph as the graph repository and is the only graph repository implementation available currently. For configuring JanusGraph to work with Apache Solr, please follow the instructions below"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Install Apache Solr if not already running. The version of Apache Solr supported is 5.5.1. Could be installed from ",Object(s.mdx)("a",{parentName:"li",href:"http://archive.apache.org/dist/lucene/solr/5.5.1/solr-5.5.1.tgz"},"http://archive.apache.org/dist/lucene/solr/5.5.1/solr-5.5.1.tgz"))),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Start Apache Solr in cloud mode.")),Object(s.mdx)("p",null,"SolrCloud mode uses a ZooKeeper Service as a highly available, central location for cluster management. For a small cluster, running with an existing ZooKeeper quorum should be fine. For larger clusters, you would want to run separate multiple ZooKeeper quorum with at least 3 servers.\nFor more information, refer Apache Solr documentation - ",Object(s.mdx)("a",{parentName:"p",href:"https://cwiki.apache.org/confluence/display/solr/SolrCloud"},"https://cwiki.apache.org/confluence/display/solr/SolrCloud")),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"For e.g., to bring up an Apache Solr node listening on port 8983 on a machine, you can use the command:")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"$SOLR_HOME/bin/solr start -c -z <zookeeper_host:port> -p 8983"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Run the following commands from SOLR_BIN (e.g. $SOLR_HOME/bin) directory to create collections in Apache Solr corresponding to the indexes that Apache Atlas uses. In the case that the Apache Atlas and Apache Solr instances are on 2 different hosts, first copy the required configuration files from ATLAS_HOME/conf/solr on the Apache Atlas instance host to Apache Solr instance host. SOLR_CONF in the below-mentioned commands refer to the directory where Apache Solr configuration files have been copied to on Apache Solr host:")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"$SOLR_BIN/solr create -c vertex_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor\n$SOLR_BIN/solr create -c edge_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor\n$SOLR_BIN/solr create -c fulltext_index -d SOLR_CONF -shards #numShards -replicationFactor #replicationFactor"),Object(s.mdx)("p",null,"  Note: If numShards and replicationFactor are not specified, they default to 1 which suffices if you are trying out solr with ATLAS on a single node instance.\nOtherwise, specify numShards according to the number of hosts that are in the Solr cluster and the maxShardsPerNode configuration.\nThe number of shards cannot exceed the total number of Solr nodes in your SolrCloud cluster."),Object(s.mdx)("p",null,"  The number of replicas (replicationFactor) can be set according to the redundancy required."),Object(s.mdx)("p",null,"  Also note that Apache Solr will automatically be called to create the indexes when Apache Atlas server is started if the\nSOLR_BIN and SOLR_CONF environment variables are set and the search indexing backend is set to 'solr5'."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Change ATLAS configuration to point to Apache Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=solr\natlas.graph.index.search.solr.mode=cloud\natlas.graph.index.search.solr.zookeeper-url=<the ZK quorum setup for solr as comma separated value> eg: 10.1.6.4:2181,10.1.6.5:2181\natlas.graph.index.search.solr.zookeeper-connect-timeout=<SolrCloud Zookeeper Connection Timeout>. Default value is 60000 ms\natlas.graph.index.search.solr.zookeeper-session-timeout=<SolrCloud Zookeeper Session Timeout>. Default value is 60000 ms"),Object(s.mdx)("p",null,"For more information on JanusGraph solr configuration , please refer ",Object(s.mdx)("a",{parentName:"p",href:"http://docs.janusgraph.org/0.2.0/solr.html"},"http://docs.janusgraph.org/0.2.0/solr.html")),Object(s.mdx)("p",null,"Pre-requisites for running Apache Solr in cloud mode"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"Memory - Apache Solr is both memory and CPU intensive. Make sure the server running Apache Solr has adequate memory, CPU and disk.\nApache Solr works well with 32 GB RAM. Plan to provide as much memory as possible to Apache Solr process")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"Disk - If the number of entities that need to be stored are large, plan to have at least 500 GB free space in the volume where Apache Solr is going to store the index data")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"SolrCloud has support for replication and sharding. It is highly recommended to use SolrCloud with at least two Apache Solr nodes running on different servers with replication enabled.\nIf using SolrCloud, then you also need ZooKeeper installed and configured with 3 or 5 ZooKeeper nodes")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"Start Apache Solr in http mode - alternative setup to Solr in cloud mode."),Object(s.mdx)("p",{parentName:"li"},"Solr Standalone is used for a single instance, and it keeps configuration information on the file system. It does not require zookeeper and provides high performance for medium size index.\nCan be considered as a good option for fast prototyping as well as valid configuration for development environments. In some cases it demonstrates a better performance than solr cloud mode in production grade setup of Atlas.")),Object(s.mdx)("li",{parentName:"ul"},Object(s.mdx)("p",{parentName:"li"},"Change ATLAS configuration to point to Standalone Apache Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties"))),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=solr\natlas.graph.index.search.solr.mode=http\natlas.graph.index.search.solr.http-urls=<a single or list of URLs for the Solr instances must be provided.> eg: localhost:2181,10.1.6.5:2181"),Object(s.mdx)("p",null,"  Note: Solr standalone can be run in embedded mode using ",Object(s.mdx)("inlineCode",{parentName:"p"},"embedded-hbase-solr")," profile."),Object(s.mdx)("p",null,Object(s.mdx)("em",{parentName:"p"},"Configuring Elasticsearch as the indexing backend for the Graph Repository (Tech Preview)")),Object(s.mdx)("p",null,"By default, Apache Atlas uses ",Object(s.mdx)("a",{parentName:"p",href:"https://janusgraph.org/"},"JanusGraph")," as the graph repository and is the only graph repository implementation available currently. For configuring ",Object(s.mdx)("a",{parentName:"p",href:"https://janusgraph.org/"},"JanusGraph")," to work with Elasticsearch, please follow the instructions below"),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Install an Elasticsearch cluster. The version currently supported is 5.6.4, and can be acquired from: ",Object(s.mdx)("a",{parentName:"li",href:"https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.tar.gz"},"https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.tar.gz"))),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"For simple testing a single Elasticsearch node can be started by using the 'elasticsearch' command in the bin directory of the Elasticsearch distribution.")),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Change Apache Atlas configuration to point to the Elasticsearch instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME/conf/atlas-application.properties")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},"atlas.graph.index.search.backend=elasticsearch\natlas.graph.index.search.hostname=<the hostname(s) of the Elasticsearch master nodes comma separated>\natlas.graph.index.search.elasticsearch.client-only=true"),Object(s.mdx)("p",null,"For more information on JanusGraph configuration for elasticsearch, please refer ",Object(s.mdx)("a",{parentName:"p",href:"http://docs.janusgraph.org/0.2.0/elasticsearch.html"},"http://docs.janusgraph.org/0.2.0/elasticsearch.html")),Object(s.mdx)("h4",{id:"configuring-kafka-topics"},"Configuring Kafka Topics"),Object(s.mdx)("p",null,"Apache Atlas uses Apache Kafka to ingest metadata from other components at runtime. This is described in the ",Object(s.mdx)("a",{parentName:"p",href:"#/Architecture"},"Architecture"),"\nin more detail. Depending on the configuration of Apache Kafka, sometimes you might need to setup the topics explicitly before\nusing Apache Atlas. To do so, Apache Atlas provides a script =bin/atlas_kafka_setup.py= which can be run from Apache Atlas server. In some\nenvironments, the hooks might start getting used first before Apache Atlas server itself is setup. In such cases, the topics\ncan be run on the hosts where hooks are installed using a similar script ",Object(s.mdx)("inlineCode",{parentName:"p"},"hook-bin/atlas_kafka_setup_hook.py"),". Both these\nuse configuration in ",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties")," for setting up the topics. Please refer to the ",Object(s.mdx)("a",{parentName:"p",href:"#/Configuration"},"Configuration"),"\nfor these details."),Object(s.mdx)("h4",{id:"setting-up-apache-atlas"},"Setting up Apache Atlas"),Object(s.mdx)("p",null,"There are a few steps that setup dependencies of Apache Atlas. One such example is setting up the JanusGraph schema in the storage backend of choice. In a simple single server setup, these are automatically setup with default configuration when the server first accesses these dependencies."),Object(s.mdx)("p",null,"However, there are scenarios when we may want to run setup steps explicitly as one time operations. For example, in a multiple server scenario using ",Object(s.mdx)("a",{parentName:"p",href:"#/HighAvailability"},"High Availability"),", it is preferable to run setup steps from one of the server instances the first time, and then start the services."),Object(s.mdx)("p",null,"To run these steps one time, execute the command =bin/atlas_start.py -setup= from a single Apache Atlas server instance."),Object(s.mdx)("p",null,"However, Apache Atlas server does take care of parallel executions of the setup steps. Also, running the setup steps multiple times is idempotent. Therefore, if one chooses to run the setup steps as part of server startup, for convenience, then they should enable the configuration option ",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas.server.run.setup.on.start")," by defining it with the value ",Object(s.mdx)("inlineCode",{parentName:"p"},"true")," in the ",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas-application.properties")," file."),Object(s.mdx)("h3",{id:"examples-calling-apache-atlas-rest-apis"},"Examples: calling Apache Atlas REST APIs"),Object(s.mdx)("p",null,"Here are few examples of calling Apache Atlas REST APIs via curl command."),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"List the types in the repository")),Object(s.mdx)(o.a,{wrapLines:!0,language:"powershell",style:r.a,mdxType:"SyntaxHighlighter"},'curl -u username:password http://localhost:21000/api/atlas/v2/types/typedefs/headers\n    [ {"guid":"fa421be8-c21b-4cf8-a226-fdde559ad598","name":"Referenceable","category":"ENTITY"},\n      {"guid":"7f3f5712-521d-450d-9bb2-ba996b6f2a4e","name":"Asset","category":"ENTITY"},\n      {"guid":"84b02fa0-e2f4-4cc4-8b24-d2371cd00375","name":"DataSet","category":"ENTITY"},\n      {"guid":"f93975d5-5a5c-41da-ad9d-eb7c4f91a093","name":"Process","category":"ENTITY"},\n      {"guid":"79dcd1f9-f350-4f7b-b706-5bab416f8206","name":"Infrastructure","category":"ENTITY"}\n    ]'),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"List the instances for a given type")),Object(s.mdx)(o.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'curl -u username:password http://localhost:21000/api/atlas/v2/search/basic?typeName=hive_db\n    {\n      "queryType":"BASIC",\n      "searchParameters":{\n        "typeName":"hive_db",\n        "excludeDeletedEntities":false,\n        "includeClassificationAttributes":false,\n        "includeSubTypes":true,\n        "includeSubClassifications":true,\n        "limit":100,\n        "offset":0\n      },\n      "entities":[\n        {\n          "typeName":"hive_db",\n          "guid":"5d900c19-094d-4681-8a86-4eb1d6ffbe89",\n          "status":"ACTIVE",\n          "displayText":"default",\n          "classificationNames":[],\n          "attributes":{\n            "owner":"public",\n            "createTime":null,\n            "qualifiedName":"default@cl1",\n            "name":"default",\n            "description":"Default Hive database"\n          }\n        },\n        {\n          "typeName":"hive_db",\n          "guid":"3a0b14b0-ab85-4b65-89f2-e418f3f7f77c",\n          "status":"ACTIVE",\n          "displayText":"finance",\n          "classificationNames":[],\n          "attributes":{\n            "owner":"hive",\n            "createTime":null,\n            "qualifiedName":"finance@cl1",\n            "name":"finance",\n            "description":null\n          }\n        }\n      ]\n    }'),Object(s.mdx)("ul",null,Object(s.mdx)("li",{parentName:"ul"},"Search for entities")),Object(s.mdx)(o.a,{wrapLines:!0,language:"json",style:r.a,mdxType:"SyntaxHighlighter"},'curl -u username:password http://localhost:21000/api/atlas/v2/search/dsl?query=hive_db%20where%20name=\'default\'\n      {\n        "queryType":"DSL",\n        "queryText":"hive_db where name=\'default\'",\n        "entities":[\n          {\n            "typeName":"hive_db",\n            "guid":"5d900c19-094d-4681-8a86-4eb1d6ffbe89",\n            "status":"ACTIVE",\n            "displayText":"default",\n            "classificationNames":[],\n            "attributes":{\n              "owner":"public",\n              "createTime":null,\n              "qualifiedName":"default@cl1",\n              "name":"default",\n              "description":\n              "Default Hive database"\n            }\n          }\n        ]\n      }'),Object(s.mdx)("h3",{id:"troubleshooting"},"Troubleshooting"),Object(s.mdx)("h4",{id:"setup-issues"},"Setup issues"),Object(s.mdx)("p",null,"If the setup of Apache Atlas service fails due to any reason, the next run of setup (either by an explicit invocation of\n",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas_start.py -setup")," or by enabling the configuration option ",Object(s.mdx)("inlineCode",{parentName:"p"},"atlas.server.run.setup.on.start"),") will fail with\na message such as ",Object(s.mdx)("inlineCode",{parentName:"p"},"A previous setup run may not have completed cleanly."),". In such cases, you would need to manually\nensure the setup can run and delete the Zookeeper node at ",Object(s.mdx)("inlineCode",{parentName:"p"},"/apache_atlas/setup_in_progress")," before attempting to\nrun setup again."),Object(s.mdx)("p",null,"If the setup failed due to Apache HBase schema setup errors, it may be necessary to repair Apache HBase schema. If no\ndata has been stored, one can also disable and drop the Apache HBase tables used by Apache Atlas and run setup again."))}c&&c===Object(c)&&Object.isExtensible(c)&&Object.defineProperty(c,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/InstallationInstruction.md"}}),c.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,a,t){"use strict";var n=t("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",a.a=n.a}}]);
+//# sourceMappingURL=documents-setup-installation-instruction.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-setup-quick-start.93736360.js b/static/js/documents-setup-quick-start.93736360.js
new file mode 100644
index 0000000..51f3853
--- /dev/null
+++ b/static/js/documents-setup-quick-start.93736360.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[48],{"./src/documents/Setup/QuickStart.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return o}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=a("./theme/components/shared/Img/index.js"),d=["components"],p={};function o(e){var t=e.components,a=Object(n.a)(e,d);return Object(i.mdx)("wrapper",Object.assign({},p,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"quick-start"},"Quick Start"),Object(i.mdx)("h2",{id:"introduction"},"Introduction"),Object(i.mdx)("p",null,"Quick start is a simple client that adds a few sample type definitions modeled after the example shown below.\nIt also adds sample entities along with traits as shown in the instance graph below."),Object(i.mdx)("h3",{id:"example-type-definitions"},"Example Type Definitions"),Object(i.mdx)(s.a,{src:"/images/twiki/guide-class-diagram.png",mdxType:"Img"}),Object(i.mdx)("h3",{id:"example-instance-graph"},"Example Instance Graph"),Object(i.mdx)(s.a,{src:"/images/twiki/guide-instance-graph.png",mdxType:"Img"}),Object(i.mdx)("h2",{id:"running-the-example"},"Running the example"),Object(i.mdx)("p",null,"This will add sample types and instances along with traits as shown in the instance graph above."),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"bin/quick-start.sh")),Object(i.mdx)("h2",{id:"dashboard"},"Dashboard"),Object(i.mdx)("p",null,"A simple dashboard with search is available."),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"http://localhost:21000/")))}o&&o===Object(o)&&Object.isExtensible(o)&&Object.defineProperty(o,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Setup/QuickStart.md"}}),o.isMDXComponent=!0},"./theme/components/shared/Img/index.js":function(e,t,a){"use strict";var n=a("../node_modules/react/index.js"),i=a("./docz-lib/docz/dist/index.js");t.a=e=>{const{src:t,width:a,height:s}=e,{baseUrl:d}=Object(i.useConfig)();return n.createElement("div",null,n.createElement("img",{style:{boxShadow:"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",WebkitBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)",MozBoxShadow:"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)"},src:`${d}${t}`,height:""+(s||"auto"),width:""+(a||"100%")}))}}}]);
+//# sourceMappingURL=documents-setup-quick-start.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-setup-quick-start.b185f4c5b68d73002af0.js.map b/static/js/documents-setup-quick-start.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..830eb6c
--- /dev/null
+++ b/static/js/documents-setup-quick-start.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Setup/QuickStart.md","/home/madhan/Apache/git/atlas/docs/target/theme/components/shared/Img/index.js"],"names":["layoutProps","MDXContent","components","props","mdxType","src","parentName","isMDXComponent","Img","width","height","baseUrl","useConfig","style","boxShadow","WebkitBoxShadow","MozBoxShadow"],"mappings":"ubASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,eAAa,eAErB,oBACE,GAAM,gBAAc,gBAEtB,8NAEA,oBACE,GAAM,4BAA0B,4BAElC,cAAC,IAAG,CAACC,IAAG,wCAA2CD,QAAQ,QAC3D,oBACE,GAAM,0BAAwB,0BAEhC,cAAC,IAAG,CAACC,IAAG,yCAA4CD,QAAQ,QAC5D,oBACE,GAAM,uBAAqB,uBAE7B,2HACA,wBACE,oBAAIE,WAAW,MAAI,uBAErB,oBACE,GAAM,aAAW,aAEnB,uEACA,wBACE,oBAAIA,WAAW,MAAI,6BAGxB,uLAEDL,EAAWM,gBAAiB,G,sECpD5B,+EAuCeC,IAnBHL,IACX,MAAM,IAAEE,EAAG,MAAEI,EAAK,OAAEC,GAAWP,GACzB,QAAEQ,GAAYC,sBAMpB,OACC,2BACC,uBAC6BC,MART,CACtBC,UAAW,6FACIC,gBAAiB,4FACjBC,aAAc,6FAM1BX,IAAM,GAAEM,IAAUN,IAClBK,OAAS,IAAEA,GAAU,QACrBD,MAAQ,IAAEA,GAAS","file":"static/js/documents-setup-quick-start.93736360.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport Img from 'theme/components/shared/Img'\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"quick-start\"\n    }}>{`Quick Start`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`Quick start is a simple client that adds a few sample type definitions modeled after the example shown below.\nIt also adds sample entities along with traits as shown in the instance graph below.`}</p>\n    <h3 {...{\n      \"id\": \"example-type-definitions\"\n    }}>{`Example Type Definitions`}</h3>\n    <Img src={`/images/twiki/guide-class-diagram.png`} mdxType=\"Img\" />\n    <h3 {...{\n      \"id\": \"example-instance-graph\"\n    }}>{`Example Instance Graph`}</h3>\n    <Img src={`/images/twiki/guide-instance-graph.png`} mdxType=\"Img\" />\n    <h2 {...{\n      \"id\": \"running-the-example\"\n    }}>{`Running the example`}</h2>\n    <p>{`This will add sample types and instances along with traits as shown in the instance graph above.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`bin/quick-start.sh`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"dashboard\"\n    }}>{`Dashboard`}</h2>\n    <p>{`A simple dashboard with search is available.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`http://localhost:21000/`}</li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport * as React from \"react\";\nimport { useConfig } from \"../../../../docz-lib/docz/dist\";\nconst Img = props => {\n\tconst { src, width, height } = props;\n\tconst { baseUrl } = useConfig();\n        const styles = {\n\tboxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                WebkitBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\",\n                MozBoxShadow: \"0 2px 2px 0 rgba(0,0,0,0.14) 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2)\"\n         }\n\treturn (\n\t\t<div>\n\t\t\t<img\n                                style={styles}\n\t\t\t\tsrc={`${baseUrl}${src}`}\n\t\t\t\theight={`${height || \"auto\"}`}\n\t\t\t\twidth={`${width || \"100%\"}`}\n\t\t\t/>\n\t\t</div>\n\t);\n};\nexport default Img;\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-tools-atlas-repair-index.33825bd7.js b/static/js/documents-tools-atlas-repair-index.33825bd7.js
new file mode 100644
index 0000000..466d347
--- /dev/null
+++ b/static/js/documents-tools-atlas-repair-index.33825bd7.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[49],{"./src/documents/Tools/AtlasRepairIndex.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var s=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),l=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),n=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),r=["components"],o={};function d(e){var t=e.components,a=Object(s.a)(e,r);return Object(i.mdx)("wrapper",Object.assign({},o,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"atlas-repair-index"},"Atlas Repair Index"),Object(i.mdx)("h2",{id:"introduction"},"Introduction"),Object(i.mdx)("p",null,"The document describes the use of the Atlas Index Repair Utility for JanusGraph, with HBase as back-end data store and Solr as index store."),Object(i.mdx)("h4",{id:"need-for-this-tool"},"Need for this Tool"),Object(i.mdx)("p",null,"In rare, cases it is possible that during entity creation, the entity is stored in the data store, but the corresponding indexes are not created in Solr. Since Atlas relies heavily on Solr in the operation of its Basic Search, this will result in entity not being returned by a search. Note that Advanced Search is not affected by this."),Object(i.mdx)("h4",{id:"location"},"Location"),Object(i.mdx)("p",null,"The tool is part of the normal Atlas installation, it is located under the tools/atlas-index-repair directory."),Object(i.mdx)("h4",{id:"steps-to-execute-tool"},"Steps to Execute Tool"),Object(i.mdx)("h5",{id:"complete-restore"},"Complete Restore"),Object(i.mdx)("p",null,"If the user needs to restore all the indexes, this can be accomplished by executing the tool with no command-line parameters:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py"),Object(i.mdx)("p",null,"This will result in vertex_index, edge_index and fulltext_index to be re-built completely. It is recommended that existing contents of these indexes be deleted before executing this restore."),Object(i.mdx)("h6",{id:"caveats"},"Caveats"),Object(i.mdx)("p",null,"Note that the full index repair is a time-consuming process. Depending on the size of data the process may take days to complete. During the restore process the Basic Search functionality will not be available. Be sure to allocate sufficient time for this activity."),Object(i.mdx)("h5",{id:"selective-restore"},"Selective Restore"),Object(i.mdx)("p",null,"To perform selective restore for an Atlas entity, specify the GUID of that entity:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py [-g <guid>]"),Object(i.mdx)("p",null,"Example:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py -g 13d77457-2a45-4e92-ad53-a172c7cb70a5"),Object(i.mdx)("p",null,"Note that Atlas will use REST APIs to fetch the entity, which will need correct authentication mechanism to be specified based on the installation."),Object(i.mdx)("p",null,"For an Atlas installation with username and password use:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py [-g <guid>] [-u <user>] [-p <password>]"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"guid: ","[optional]"," specify guid for which indexes are to be updated"),Object(i.mdx)("li",{parentName:"ul"},"user: ","[optional]"," specify username for atlas instance"),Object(i.mdx)("li",{parentName:"ul"},"password: ","[optional]"," specify password for atlas instance")),Object(i.mdx)("p",null,"Example:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"atlas-index-repair/repair_index.py -u admin -p admin123 -g\n\t13d77457-2a45-4e92-ad53-a172c7cb70a5"),Object(i.mdx)("p",null,"For Atlas installation that uses kerberos as authentication mode,\nuse: "),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Add below to DEFAULT_JVM_OPTS in repair_index.py",Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"-Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.auth.login.config=atlas_jaas.conf")),Object(i.mdx)("li",{parentName:"ul"},"kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/fqdn@DOMAIN")),Object(i.mdx)("p",null,"For Atlas installation that uses SSL, we need to make sure to add Solr cert or RootCA certificate, use below atlas-application properties:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"keystore.file {path to keystore jks file}"),Object(i.mdx)("li",{parentName:"ul"},"truststore.file {path to truststore jks file}"),Object(i.mdx)("li",{parentName:"ul"},"cert.stores.credential.provider.path {path to jceks file}")),Object(i.mdx)("p",null,"Example:"),Object(i.mdx)(n.a,{wrapLines:!0,language:"powershell",style:l.a,mdxType:"SyntaxHighlighter"},"kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/fqdn@EXAMPLE.com\n\tatlas-index-repair/repair_index.py -g 13d77457-2a45-4e92-ad53-a172c7cb70a5"))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Tools/AtlasRepairIndex.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var s=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");s.a.hljs.color="#37bb9b",t.a=s.a}}]);
+//# sourceMappingURL=documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map b/static/js/documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..87c237c
--- /dev/null
+++ b/static/js/documents-tools-atlas-repair-index.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Tools/AtlasRepairIndex.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","isMDXComponent","dark","hljs","color"],"mappings":"ilBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,sBAAoB,sBAE5B,oBACE,GAAM,gBAAc,gBAEtB,sKACA,oBACE,GAAM,sBAAoB,sBAE5B,2WACA,oBACE,GAAM,YAAU,YAElB,yIACA,oBACE,GAAM,yBAAuB,yBAE/B,oBACE,GAAM,oBAAkB,oBAE1B,wJACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,sCAGxG,yNACA,oBACE,GAAM,WAAS,WAEjB,oSACA,oBACE,GAAM,qBAAmB,qBAE3B,6GACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,kDAGxG,mCACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,8EAGxG,8KACA,oFACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,8EAGxG,wBACE,oBAAIK,WAAW,MAAI,2EACnB,oBAAIA,WAAW,MAAI,8DACnB,oBAAIA,WAAW,MAAI,mEAErB,mCACA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,sGAIxG,mGAEA,wBACE,oBAAIK,WAAW,MAAI,mDACjB,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,sGAK1G,oBAAIK,WAAW,MAAI,2EAErB,qKACA,wBACE,oBAAIA,WAAW,MAAI,6CACnB,oBAAIA,WAAW,MAAI,iDACnB,oBAAIA,WAAW,MAAI,8DAErB,mCACA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,aAAaC,MAAOC,IAAYJ,QAAQ,qBAAmB,8JAK3G,6LAEDH,EAAWS,gBAAiB,G,+DCtG5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-tools-atlas-repair-index.33825bd7.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"atlas-repair-index\"\n    }}>{`Atlas Repair Index`}</h1>\n    <h2 {...{\n      \"id\": \"introduction\"\n    }}>{`Introduction`}</h2>\n    <p>{`The document describes the use of the Atlas Index Repair Utility for JanusGraph, with HBase as back-end data store and Solr as index store.`}</p>\n    <h4 {...{\n      \"id\": \"need-for-this-tool\"\n    }}>{`Need for this Tool`}</h4>\n    <p>{`In rare, cases it is possible that during entity creation, the entity is stored in the data store, but the corresponding indexes are not created in Solr. Since Atlas relies heavily on Solr in the operation of its Basic Search, this will result in entity not being returned by a search. Note that Advanced Search is not affected by this.`}</p>\n    <h4 {...{\n      \"id\": \"location\"\n    }}>{`Location`}</h4>\n    <p>{`The tool is part of the normal Atlas installation, it is located under the tools/atlas-index-repair directory.`}</p>\n    <h4 {...{\n      \"id\": \"steps-to-execute-tool\"\n    }}>{`Steps to Execute Tool`}</h4>\n    <h5 {...{\n      \"id\": \"complete-restore\"\n    }}>{`Complete Restore`}</h5>\n    <p>{`If the user needs to restore all the indexes, this can be accomplished by executing the tool with no command-line parameters:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\natlas-index-repair/repair_index.py\n    </SyntaxHighlighter>\n    <p>{`This will result in vertex_index, edge_index and fulltext_index to be re-built completely. It is recommended that existing contents of these indexes be deleted before executing this restore.`}</p>\n    <h6 {...{\n      \"id\": \"caveats\"\n    }}>{`Caveats`}</h6>\n    <p>{`Note that the full index repair is a time-consuming process. Depending on the size of data the process may take days to complete. During the restore process the Basic Search functionality will not be available. Be sure to allocate sufficient time for this activity.`}</p>\n    <h5 {...{\n      \"id\": \"selective-restore\"\n    }}>{`Selective Restore`}</h5>\n    <p>{`To perform selective restore for an Atlas entity, specify the GUID of that entity:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas-index-repair/repair_index.py [-g \\<guid>]`}\n    </SyntaxHighlighter>\n    <p>{`Example:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\natlas-index-repair/repair_index.py -g 13d77457-2a45-4e92-ad53-a172c7cb70a5\n    </SyntaxHighlighter>\n    <p>{`Note that Atlas will use REST APIs to fetch the entity, which will need correct authentication mechanism to be specified based on the installation.`}</p>\n    <p>{`For an Atlas installation with username and password use:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas-index-repair/repair_index.py [-g \\<guid>] [-u \\<user>] [-p \\<password>]`}\n    </SyntaxHighlighter>\n    <ul>\n      <li parentName=\"ul\">{`guid: `}{`[optional]`}{` specify guid for which indexes are to be updated`}</li>\n      <li parentName=\"ul\">{`user: `}{`[optional]`}{` specify username for atlas instance`}</li>\n      <li parentName=\"ul\">{`password: `}{`[optional]`}{` specify password for atlas instance`}</li>\n    </ul>\n    <p>{`Example:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`atlas-index-repair/repair_index.py -u admin -p admin123 -g\n\t13d77457-2a45-4e92-ad53-a172c7cb70a5`}\n    </SyntaxHighlighter>\n    <p>{`For Atlas installation that uses kerberos as authentication mode,\nuse: `}</p>\n    <ul>\n      <li parentName=\"ul\">{`Add below to DEFAULT_JVM_OPTS in repair_index.py`}\n        <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n          {`-Djavax.security.auth.useSubjectCredsOnly=false -Djava.security.auth.login.config=atlas_jaas.conf`}\n        </SyntaxHighlighter>\n  \n      </li>\n      <li parentName=\"ul\">{`kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/fqdn@DOMAIN`}</li>\n    </ul>\n    <p>{`For Atlas installation that uses SSL, we need to make sure to add Solr cert or RootCA certificate, use below atlas-application properties:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`keystore.file {path to keystore jks file}`}</li>\n      <li parentName=\"ul\">{`truststore.file {path to truststore jks file}`}</li>\n      <li parentName=\"ul\">{`cert.stores.credential.provider.path {path to jceks file}`}</li>\n    </ul>\n    <p>{`Example:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"powershell\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`kinit -kt /etc/security/keytabs/atlas.service.keytab atlas/fqdn@EXAMPLE.com\n\tatlas-index-repair/repair_index.py -g 13d77457-2a45-4e92-ad53-a172c7cb70a5`}\n    </SyntaxHighlighter>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-type-system.b185f4c5b68d73002af0.js.map b/static/js/documents-type-system.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..8892a84
--- /dev/null
+++ b/static/js/documents-type-system.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/TypeSystem.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","wrapLines","language","style","theme","parentName","isMDXComponent","dark","hljs","color"],"mappings":"qkBAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,eAAa,eAErB,oBACE,GAAM,YAAU,YAElB,qnBAKA,oBACE,GAAM,SAAO,SAEf,ubACA,uJAEA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,+lBAsBlG,oFACA,wBACE,oBAAIK,WAAW,MAAI,gEACnB,oBAAIA,WAAW,MAAI,4DACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,6GACnB,oBAAIA,WAAW,MAAI,kBACnB,oBAAIA,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,uEAGvB,oBAAIA,WAAW,MAAI,sdACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,4KAGvB,oBAAIA,WAAW,MAAI,sZACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,sKAGvB,oBAAIA,WAAW,MAAI,2YAErB,oBACE,GAAM,YAAU,YAElB,iVACA,oYACA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,8rCAgClG,oFACA,wBACE,oBAAIK,WAAW,MAAI,iSACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wJAGvB,oBAAIA,WAAW,MAAI,iGACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,6EAGvB,oBAAIA,WAAW,MAAI,sJACnB,oBAAIA,WAAW,MAAI,sIAErB,+gBACA,oBACE,GAAM,cAAY,cAEpB,2UAGA,qEACA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,sIAQlG,4EACA,wBACE,oBAAIK,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,uFACnB,oBAAIA,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,8WACnB,oBAAIA,WAAW,MAAI,4JAGvB,oBAAIA,WAAW,MAAI,gBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kLAGvB,oBAAIA,WAAW,MAAI,aACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,yLACnB,oBAAIA,WAAW,MAAI,iOACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,maAK3B,oBAAIA,WAAW,MAAI,gYAErB,0PAEA,cAAC,IAAiB,CAACJ,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,6KASlG,qIACA,cAAC,IAAiB,CAACC,WAAW,EAAMC,SAAS,OAAOC,MAAOC,IAAYJ,QAAQ,qBAAmB,4NASlG,gCACE,mBAAGK,WAAW,cAAY,gMAG5B,6OAEA,oBACE,GAAM,gDAA8C,gDAEtD,mNAEA,uBAAG,wBAAQA,WAAW,KAAG,iBAA2B,gHAEpD,uBAAG,wBAAQA,WAAW,KAAG,SAAmB,sKAE5C,gWAGA,uBAAG,wBAAQA,WAAW,KAAG,kBAA4B,iJAErD,uBAAG,wBAAQA,WAAW,KAAG,WAAqB,qiBAK9C,uBAAG,wBAAQA,WAAW,KAAG,WAAqB,4gBAMjD,iLAEDR,EAAWS,gBAAiB,G,+DCxO5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-type-system.ee925ecd.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport  themen  from 'theme/styles/styled-colors';\nimport  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n    <h1 {...{\n      \"id\": \"type-system\"\n    }}>{`Type System`}</h1>\n    <h2 {...{\n      \"id\": \"overview\"\n    }}>{`Overview`}</h2>\n    <p>{`Atlas allows users to define a model for the metadata objects they want to manage. The model is composed of definitions\ncalled ‘types’. Instances of ‘types’ called ‘entities’ represent the actual metadata objects that are managed. The Type\nSystem is a component that allows users to define and manage the types and entities. All metadata objects managed by\nAtlas out of the box (like Hive tables, for e.g.) are modelled using types and represented as entities. To store new\ntypes of metadata in Atlas, one needs to understand the concepts of the type system component.`}</p>\n    <h2 {...{\n      \"id\": \"types\"\n    }}>{`Types`}</h2>\n    <p>{`A Type in Atlas is a definition of how a particular type of metadata objects are stored and accessed. A type represents one or a collection of attributes that define the properties for the metadata object. Users with a development background will recognize the similarity of a type to a ‘Class’ definition of object-oriented programming languages, or a ‘table schema’ of relational databases.`}</p>\n    <p>{`An example of a type that comes natively defined with Atlas is a Hive table. A Hive table is defined with these\nattributes:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`Name:         hive_table\nTypeCategory: Entity\nSuperTypes:   DataSet\nAttributes:\n    name:             string\n    db:               hive_db\n    owner:            string\n    createTime:       date\n    lastAccessTime:   date\n    comment:          string\n    retention:        int\n    sd:               hive_storagedesc\n    partitionKeys:    array<hive_column>\n    aliases:          array<string>\n    columns:          array<hive_column>\n    parameters:       map<string>\n    viewOriginalText: string\n    viewExpandedText: string\n    tableType:        string\n    temporary:        boolean`}\n    </SyntaxHighlighter>\n    <p>{`The following points can be noted from the above example:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`A type in Atlas is identified uniquely by a ‘name’`}</li>\n      <li parentName=\"ul\">{`A type has a metatype. Atlas has the following metatypes:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Primitive metatypes: boolean, byte, short, int, long, float, double, biginteger, bigdecimal, string, date`}</li>\n          <li parentName=\"ul\">{`Enum metatypes`}</li>\n          <li parentName=\"ul\">{`Collection metatypes: array, map`}</li>\n          <li parentName=\"ul\">{`Composite metatypes: Entity, Struct, Classification, Relationship`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Entity & Classification types can ‘extend’ from other types, called ‘supertype’ - by virtue of this, it will get to include the attributes that are defined in the supertype as well. This allows modellers to define common attributes across a set of related types etc. This is again similar to the concept of how Object-Oriented languages define super classes for a class. It is also possible for a type in Atlas to extend from multiple super types.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`In this example, every hive table extends from a pre-defined supertype called a ‘DataSet’. More details about this pre-defined types will be provided later.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Types which have a metatype of ‘Entity’, ‘Struct’, ‘Classification’ or 'Relationship' can have a collection of attributes. Each attribute has a name (e.g.  ‘name’) and some other associated properties. A property can be referred to using an expression type_name.attribute_name. It is also good to note that attributes themselves are defined using Atlas metatypes.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`In this example, hive_table.name is a String, hive_table.aliases is an array of Strings, hive_table.db refers to an instance of a type called hive_db and so on.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Type references in attributes, (like hive_table.db) are particularly interesting. Note that using such an attribute, we can define arbitrary relationships between two types defined in Atlas and thus build rich models. Note that one can also collect a list of references as an attribute type (e.g. hive_table.columns which represents a list of references from hive_table to hive_column type)`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"entities\"\n    }}>{`Entities`}</h2>\n    <p>{`An ‘entity’ in Atlas is a specific value or instance of an Entity ‘type’ and thus represents a specific metadata object in the real world. Referring back to our analogy of Object-Oriented Programming languages, an ‘instance’ is an‘Object’ of a certain ‘Class’.`}</p>\n    <p>{`An example of an entity will be a specific Hive Table. Say Hive has a table called ‘customers’ in the ‘default’database. This table will be an ‘entity’ in Atlas of type hive_table. By virtue of being an instance of an entity type, it will have values for every attribute that are a part of the Hive table ‘type’, such as:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`guid:     \"9ba387dd-fa76-429c-b791-ffc338d3c91f\"\ntypeName: \"hive_table\"\nstatus:   \"ACTIVE\"\nvalues:\n    name:             “customers”\n    db:               { \"guid\": \"b42c6cfc-c1e7-42fd-a9e6-890e0adf33bc\",\n                        \"typeName\": \"hive_db\"\n                      }\n    owner:            “admin”\n    createTime:       1490761686029\n    updateTime:       1516298102877\n    comment:          null\n    retention:        0\n    sd:               { \"guid\": \"ff58025f-6854-4195-9f75-3a3058dd8dcf\",\n                        \"typeName\":\n                        \"hive_storagedesc\"\n                      }\n    partitionKeys:    null\n    aliases:          null\n    columns:          [ { \"guid\": \"65e2204f-6a23-4130-934a-9679af6a211f\",\n                          \"typeName\": \"hive_column\" },\n                        { \"guid\": \"d726de70-faca-46fb-9c99-cf04f6b579a6\",\n                          \"typeName\": \"hive_column\" },\n                          ...\n                      ]\n    parameters:       { \"transient_lastDdlTime\": \"1466403208\"}\n    viewOriginalText: null\n    viewExpandedText: null\n    tableType:        “MANAGED_TABLE”\n    temporary:        false`}\n    </SyntaxHighlighter>\n    <p>{`The following points can be noted from the example above:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`Every instance of an entity type is identified by a unique identifier, a GUID. This GUID is generated by the Atlas server when the object is defined, and remains constant for the entire lifetime of the entity. At any point in time, this particular entity can be accessed using its GUID.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`In this example, the ‘customers’ table in the default database is uniquely identified by the GUID \"9ba387dd-fa76-429c-b791-ffc338d3c91f\"`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`An entity is of a given type, and the name of the type is provided with the entity definition.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`In this example, the ‘customers’ table is a ‘hive_table.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`The values of this entity are a map of all the attribute names and their values for attributes that are defined in the hive_table type definition.`}</li>\n      <li parentName=\"ul\">{`Attribute values will be according to the datatype of the attribute. Entity-type attributes will have value of type AtlasObjectId`}</li>\n    </ul>\n    <p>{`With this idea on entities, we can now see the difference between Entity and Struct metatypes. Entities and Structs both compose attributes of other types. However, instances of Entity types have an identity (with a GUID value) and can be referenced from other entities (like a hive_db entity is referenced from a hive_table entity). Instances of Struct types do not have an identity of their own. The value of a Struct type is a collection of attributes that are 'embedded' inside the entity itself.`}</p>\n    <h2 {...{\n      \"id\": \"attributes\"\n    }}>{`Attributes`}</h2>\n    <p>{`We already saw that attributes are defined inside metatypes like Entity, Struct, Classification and Relationship. But we\nimplicitly referred to attributes as having a name and a metatype value. However, attributes in Atlas have some more\nproperties that define more concepts related to the type system.`}</p>\n    <p>{`An attribute has the following properties:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`name:        string,\ntypeName:    string,\nisOptional:  boolean,\nisIndexable: boolean,\nisUnique:    boolean,\ncardinality: enum`}\n    </SyntaxHighlighter>\n    <p>{`The properties above have the following meanings:`}</p>\n    <ul>\n      <li parentName=\"ul\">{`name - the name of the attribute`}</li>\n      <li parentName=\"ul\">{`dataTypeName - the metatype name of the attribute (native, collection or composite)`}</li>\n      <li parentName=\"ul\">{`isComposite -`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`This flag indicates an aspect of modelling. If an attribute is defined as composite, it means that it cannot have a lifecycle independent of the entity it is contained in. A good example of this concept is the set of columns that make a part of a hive table. Since the columns do not have meaning outside the hive table, they are defined as composite attributes.`}</li>\n          <li parentName=\"ul\">{`A composite attribute must be created in Atlas along with the entity it is contained in. i.e. A hive column must be created along with the hive table.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`isIndexable -`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`This flag indicates whether this property should be indexed on, so that look-ups can be performed using the attribute value as a predicate and can be performed efficiently.`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`isUnique -`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`This flag is again related to indexing. If specified to be unique, it means that a special index is created for this attribute in JanusGraph that allows for equality based look-ups.`}</li>\n          <li parentName=\"ul\">{`Any attribute with a true value for this flag is treated like a primary key to distinguish this entity from other entities. Hence, care should be taken ensure that this attribute does model a unique property in real world.`}\n            <ul parentName=\"li\">\n              <li parentName=\"ul\">{`For e.g. consider the name attribute of a hive_table. In isolation, a name is not a unique attribute for a hive_table, because tables with the same name can exist in multiple databases. Even a pair of (database name, table name) is not unique if Atlas is storing metadata of hive tables amongst multiple clusters. Only a cluster location, database name and table name can be deemed unique in the physical world.`}</li>\n            </ul>\n          </li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`multiplicity - indicates whether this attribute is required, optional, or could be multi-valued. If an entity’s definition of the attribute value does not match the multiplicity declaration in the type definition, this would be a constraint violation and the entity addition will fail. This field can therefore be used to define some constraints on the metadata information.`}</li>\n    </ul>\n    <p>{`Using the above, let us expand on the attribute definition of one of the attributes of the hive table below.\nLet us look at the attribute called ‘db’ which represents the database to which the hive table belongs:`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`db:\n    \"name\":        \"db\",\n    \"typeName\":    \"hive_db\",\n    \"isOptional\":  false,\n    \"isIndexable\": true,\n    \"isUnique\":    false,\n    \"cardinality\": \"SINGLE\"`}\n    </SyntaxHighlighter>\n    <p>{`Note the “isOptional=true” constraint - a table entity cannot be created without a db reference.`}</p>\n    <SyntaxHighlighter wrapLines={true} language=\"json\" style={theme.dark} mdxType=\"SyntaxHighlighter\">\n      {`columns:\n    \"name\":        \"columns\",\n    \"typeName\":    \"array<hive_column>\",\n    \"isOptional\":  optional,\n    \"isIndexable\": true,\n    “isUnique\":    false,\n    \"constraints\": [ { \"type\": \"ownedRef\" } ]`}\n    </SyntaxHighlighter>\n    <blockquote>\n      <p parentName=\"blockquote\">{`Note: The “ownedRef” constraint for columns. By doing this, we are indicating that the defined column entities should\nalways be bound to the table entity they are defined with.`}</p>\n    </blockquote>\n    <p>{`From this description and examples, you will be able to realize that attribute definitions can be used to influence\nspecific modelling behavior (constraints, indexing, etc.) to be enforced by the Atlas system.`}</p>\n    <h2 {...{\n      \"id\": \"system-specific-types-and-their-significance\"\n    }}>{`System specific types and their significance`}</h2>\n    <p>{`Atlas comes with a few pre-defined system types. We saw one example (DataSet) in preceding sections. In this\nsection we will see more of these types and understand their significance.`}</p>\n    <p><strong parentName=\"p\">{`Referenceable`}</strong>{`: This type represents all entities that can be searched for using a unique attribute called\nqualifiedName.`}</p>\n    <p><strong parentName=\"p\">{`Asset`}</strong>{`: This type extends Referenceable and adds attributes like name, description and owner. Name is a required\nattribute (isOptional=false), the others are optional.`}</p>\n    <p>{`The purpose of Referenceable and Asset is to provide modellers with way to enforce consistency when defining and\nquerying entities of their own types. Having these fixed set of attributes allows applications and user interfaces to\nmake convention based assumptions about what attributes they can expect of types by default.`}</p>\n    <p><strong parentName=\"p\">{`Infrastructure`}</strong>{`: This type extends Asset and typically can be used to be a common super type for infrastructural\nmetadata objects like clusters, hosts etc.`}</p>\n    <p><strong parentName=\"p\">{`DataSet`}</strong>{`: This type extends Referenceable. Conceptually, it can be used to represent a type that stores data. In Atlas,\nhive tables, hbase_tables etc. are all types that extend from DataSet. Types that extend DataSet can be expected to have\na Schema in the sense that they would have an attribute that defines attributes of that dataset. For e.g. the columns\nattribute in a hive_table. Also, entities of types that extend DataSet participate in data transformation and this\ntransformation can be captured by Atlas via lineage (or provenance) graphs.`}</p>\n    <p><strong parentName=\"p\">{`Process`}</strong>{`: This type extends Asset. Conceptually, it can be used to represent any data transformation operation. For\nexample, an ETL process that transforms a hive table with raw data to another hive table that stores some aggregate can\nbe a specific type that extends the Process type. A Process type has two specific attributes, inputs and outputs. Both\ninputs and outputs are arrays of DataSet entities. Thus, an instance of a Process type can use these inputs and outputs\nto capture how the lineage of a DataSet evolves.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-type-system.ee925ecd.js b/static/js/documents-type-system.ee925ecd.js
new file mode 100644
index 0000000..827f71b
--- /dev/null
+++ b/static/js/documents-type-system.ee925ecd.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[50],{"./src/documents/TypeSystem.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return d}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=(a("./theme/styles/styled-colors.js"),a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js")),l=a("../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js"),o=["components"],r={};function d(e){var t=e.components,a=Object(n.a)(e,o);return Object(i.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"type-system"},"Type System"),Object(i.mdx)("h2",{id:"overview"},"Overview"),Object(i.mdx)("p",null,"Atlas allows users to define a model for the metadata objects they want to manage. The model is composed of definitions\ncalled \u2018types\u2019. Instances of \u2018types\u2019 called \u2018entities\u2019 represent the actual metadata objects that are managed. The Type\nSystem is a component that allows users to define and manage the types and entities. All metadata objects managed by\nAtlas out of the box (like Hive tables, for e.g.) are modelled using types and represented as entities. To store new\ntypes of metadata in Atlas, one needs to understand the concepts of the type system component."),Object(i.mdx)("h2",{id:"types"},"Types"),Object(i.mdx)("p",null,"A Type in Atlas is a definition of how a particular type of metadata objects are stored and accessed. A type represents one or a collection of attributes that define the properties for the metadata object. Users with a development background will recognize the similarity of a type to a \u2018Class\u2019 definition of object-oriented programming languages, or a \u2018table schema\u2019 of relational databases."),Object(i.mdx)("p",null,"An example of a type that comes natively defined with Atlas is a Hive table. A Hive table is defined with these\nattributes:"),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},"Name:         hive_table\nTypeCategory: Entity\nSuperTypes:   DataSet\nAttributes:\n    name:             string\n    db:               hive_db\n    owner:            string\n    createTime:       date\n    lastAccessTime:   date\n    comment:          string\n    retention:        int\n    sd:               hive_storagedesc\n    partitionKeys:    array<hive_column>\n    aliases:          array<string>\n    columns:          array<hive_column>\n    parameters:       map<string>\n    viewOriginalText: string\n    viewExpandedText: string\n    tableType:        string\n    temporary:        boolean"),Object(i.mdx)("p",null,"The following points can be noted from the above example:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"A type in Atlas is identified uniquely by a \u2018name\u2019"),Object(i.mdx)("li",{parentName:"ul"},"A type has a metatype. Atlas has the following metatypes:",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"Primitive metatypes: boolean, byte, short, int, long, float, double, biginteger, bigdecimal, string, date"),Object(i.mdx)("li",{parentName:"ul"},"Enum metatypes"),Object(i.mdx)("li",{parentName:"ul"},"Collection metatypes: array, map"),Object(i.mdx)("li",{parentName:"ul"},"Composite metatypes: Entity, Struct, Classification, Relationship"))),Object(i.mdx)("li",{parentName:"ul"},"Entity & Classification types can \u2018extend\u2019 from other types, called \u2018supertype\u2019 - by virtue of this, it will get to include the attributes that are defined in the supertype as well. This allows modellers to define common attributes across a set of related types etc. This is again similar to the concept of how Object-Oriented languages define super classes for a class. It is also possible for a type in Atlas to extend from multiple super types.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"In this example, every hive table extends from a pre-defined supertype called a \u2018DataSet\u2019. More details about this pre-defined types will be provided later."))),Object(i.mdx)("li",{parentName:"ul"},"Types which have a metatype of \u2018Entity\u2019, \u2018Struct\u2019, \u2018Classification\u2019 or 'Relationship' can have a collection of attributes. Each attribute has a name (e.g.  \u2018name\u2019) and some other associated properties. A property can be referred to using an expression type_name.attribute_name. It is also good to note that attributes themselves are defined using Atlas metatypes.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"In this example, hive_table.name is a String, hive_table.aliases is an array of Strings, hive_table.db refers to an instance of a type called hive_db and so on."))),Object(i.mdx)("li",{parentName:"ul"},"Type references in attributes, (like hive_table.db) are particularly interesting. Note that using such an attribute, we can define arbitrary relationships between two types defined in Atlas and thus build rich models. Note that one can also collect a list of references as an attribute type (e.g. hive_table.columns which represents a list of references from hive_table to hive_column type)")),Object(i.mdx)("h2",{id:"entities"},"Entities"),Object(i.mdx)("p",null,"An \u2018entity\u2019 in Atlas is a specific value or instance of an Entity \u2018type\u2019 and thus represents a specific metadata object in the real world. Referring back to our analogy of Object-Oriented Programming languages, an \u2018instance\u2019 is an\u2018Object\u2019 of a certain \u2018Class\u2019."),Object(i.mdx)("p",null,"An example of an entity will be a specific Hive Table. Say Hive has a table called \u2018customers\u2019 in the \u2018default\u2019database. This table will be an \u2018entity\u2019 in Atlas of type hive_table. By virtue of being an instance of an entity type, it will have values for every attribute that are a part of the Hive table \u2018type\u2019, such as:"),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'guid:     "9ba387dd-fa76-429c-b791-ffc338d3c91f"\ntypeName: "hive_table"\nstatus:   "ACTIVE"\nvalues:\n    name:             \u201ccustomers\u201d\n    db:               { "guid": "b42c6cfc-c1e7-42fd-a9e6-890e0adf33bc",\n                        "typeName": "hive_db"\n                      }\n    owner:            \u201cadmin\u201d\n    createTime:       1490761686029\n    updateTime:       1516298102877\n    comment:          null\n    retention:        0\n    sd:               { "guid": "ff58025f-6854-4195-9f75-3a3058dd8dcf",\n                        "typeName":\n                        "hive_storagedesc"\n                      }\n    partitionKeys:    null\n    aliases:          null\n    columns:          [ { "guid": "65e2204f-6a23-4130-934a-9679af6a211f",\n                          "typeName": "hive_column" },\n                        { "guid": "d726de70-faca-46fb-9c99-cf04f6b579a6",\n                          "typeName": "hive_column" },\n                          ...\n                      ]\n    parameters:       { "transient_lastDdlTime": "1466403208"}\n    viewOriginalText: null\n    viewExpandedText: null\n    tableType:        \u201cMANAGED_TABLE\u201d\n    temporary:        false'),Object(i.mdx)("p",null,"The following points can be noted from the example above:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"Every instance of an entity type is identified by a unique identifier, a GUID. This GUID is generated by the Atlas server when the object is defined, and remains constant for the entire lifetime of the entity. At any point in time, this particular entity can be accessed using its GUID.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},'In this example, the \u2018customers\u2019 table in the default database is uniquely identified by the GUID "9ba387dd-fa76-429c-b791-ffc338d3c91f"'))),Object(i.mdx)("li",{parentName:"ul"},"An entity is of a given type, and the name of the type is provided with the entity definition.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"In this example, the \u2018customers\u2019 table is a \u2018hive_table."))),Object(i.mdx)("li",{parentName:"ul"},"The values of this entity are a map of all the attribute names and their values for attributes that are defined in the hive_table type definition."),Object(i.mdx)("li",{parentName:"ul"},"Attribute values will be according to the datatype of the attribute. Entity-type attributes will have value of type AtlasObjectId")),Object(i.mdx)("p",null,"With this idea on entities, we can now see the difference between Entity and Struct metatypes. Entities and Structs both compose attributes of other types. However, instances of Entity types have an identity (with a GUID value) and can be referenced from other entities (like a hive_db entity is referenced from a hive_table entity). Instances of Struct types do not have an identity of their own. The value of a Struct type is a collection of attributes that are 'embedded' inside the entity itself."),Object(i.mdx)("h2",{id:"attributes"},"Attributes"),Object(i.mdx)("p",null,"We already saw that attributes are defined inside metatypes like Entity, Struct, Classification and Relationship. But we\nimplicitly referred to attributes as having a name and a metatype value. However, attributes in Atlas have some more\nproperties that define more concepts related to the type system."),Object(i.mdx)("p",null,"An attribute has the following properties:"),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},"name:        string,\ntypeName:    string,\nisOptional:  boolean,\nisIndexable: boolean,\nisUnique:    boolean,\ncardinality: enum"),Object(i.mdx)("p",null,"The properties above have the following meanings:"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},"name - the name of the attribute"),Object(i.mdx)("li",{parentName:"ul"},"dataTypeName - the metatype name of the attribute (native, collection or composite)"),Object(i.mdx)("li",{parentName:"ul"},"isComposite -",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"This flag indicates an aspect of modelling. If an attribute is defined as composite, it means that it cannot have a lifecycle independent of the entity it is contained in. A good example of this concept is the set of columns that make a part of a hive table. Since the columns do not have meaning outside the hive table, they are defined as composite attributes."),Object(i.mdx)("li",{parentName:"ul"},"A composite attribute must be created in Atlas along with the entity it is contained in. i.e. A hive column must be created along with the hive table."))),Object(i.mdx)("li",{parentName:"ul"},"isIndexable -",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"This flag indicates whether this property should be indexed on, so that look-ups can be performed using the attribute value as a predicate and can be performed efficiently."))),Object(i.mdx)("li",{parentName:"ul"},"isUnique -",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"This flag is again related to indexing. If specified to be unique, it means that a special index is created for this attribute in JanusGraph that allows for equality based look-ups."),Object(i.mdx)("li",{parentName:"ul"},"Any attribute with a true value for this flag is treated like a primary key to distinguish this entity from other entities. Hence, care should be taken ensure that this attribute does model a unique property in real world.",Object(i.mdx)("ul",{parentName:"li"},Object(i.mdx)("li",{parentName:"ul"},"For e.g. consider the name attribute of a hive_table. In isolation, a name is not a unique attribute for a hive_table, because tables with the same name can exist in multiple databases. Even a pair of (database name, table name) is not unique if Atlas is storing metadata of hive tables amongst multiple clusters. Only a cluster location, database name and table name can be deemed unique in the physical world."))))),Object(i.mdx)("li",{parentName:"ul"},"multiplicity - indicates whether this attribute is required, optional, or could be multi-valued. If an entity\u2019s definition of the attribute value does not match the multiplicity declaration in the type definition, this would be a constraint violation and the entity addition will fail. This field can therefore be used to define some constraints on the metadata information.")),Object(i.mdx)("p",null,"Using the above, let us expand on the attribute definition of one of the attributes of the hive table below.\nLet us look at the attribute called \u2018db\u2019 which represents the database to which the hive table belongs:"),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'db:\n    "name":        "db",\n    "typeName":    "hive_db",\n    "isOptional":  false,\n    "isIndexable": true,\n    "isUnique":    false,\n    "cardinality": "SINGLE"'),Object(i.mdx)("p",null,"Note the \u201cisOptional=true\u201d constraint - a table entity cannot be created without a db reference."),Object(i.mdx)(l.a,{wrapLines:!0,language:"json",style:s.a,mdxType:"SyntaxHighlighter"},'columns:\n    "name":        "columns",\n    "typeName":    "array<hive_column>",\n    "isOptional":  optional,\n    "isIndexable": true,\n    \u201cisUnique":    false,\n    "constraints": [ { "type": "ownedRef" } ]'),Object(i.mdx)("blockquote",null,Object(i.mdx)("p",{parentName:"blockquote"},"Note: The \u201cownedRef\u201d constraint for columns. By doing this, we are indicating that the defined column entities should\nalways be bound to the table entity they are defined with.")),Object(i.mdx)("p",null,"From this description and examples, you will be able to realize that attribute definitions can be used to influence\nspecific modelling behavior (constraints, indexing, etc.) to be enforced by the Atlas system."),Object(i.mdx)("h2",{id:"system-specific-types-and-their-significance"},"System specific types and their significance"),Object(i.mdx)("p",null,"Atlas comes with a few pre-defined system types. We saw one example (DataSet) in preceding sections. In this\nsection we will see more of these types and understand their significance."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Referenceable"),": This type represents all entities that can be searched for using a unique attribute called\nqualifiedName."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Asset"),": This type extends Referenceable and adds attributes like name, description and owner. Name is a required\nattribute (isOptional=false), the others are optional."),Object(i.mdx)("p",null,"The purpose of Referenceable and Asset is to provide modellers with way to enforce consistency when defining and\nquerying entities of their own types. Having these fixed set of attributes allows applications and user interfaces to\nmake convention based assumptions about what attributes they can expect of types by default."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Infrastructure"),": This type extends Asset and typically can be used to be a common super type for infrastructural\nmetadata objects like clusters, hosts etc."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"DataSet"),": This type extends Referenceable. Conceptually, it can be used to represent a type that stores data. In Atlas,\nhive tables, hbase_tables etc. are all types that extend from DataSet. Types that extend DataSet can be expected to have\na Schema in the sense that they would have an attribute that defines attributes of that dataset. For e.g. the columns\nattribute in a hive_table. Also, entities of types that extend DataSet participate in data transformation and this\ntransformation can be captured by Atlas via lineage (or provenance) graphs."),Object(i.mdx)("p",null,Object(i.mdx)("strong",{parentName:"p"},"Process"),": This type extends Asset. Conceptually, it can be used to represent any data transformation operation. For\nexample, an ETL process that transforms a hive table with raw data to another hive table that stores some aggregate can\nbe a specific type that extends the Process type. A Process type has two specific attributes, inputs and outputs. Both\ninputs and outputs are arrays of DataSet entities. Thus, an instance of a Process type can use these inputs and outputs\nto capture how the lineage of a DataSet evolves."))}d&&d===Object(d)&&Object.isExtensible(d)&&Object.defineProperty(d,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/TypeSystem.md"}}),d.isMDXComponent=!0},"./theme/styles/styled-colors.js":function(e,t,a){"use strict";var n=a("../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js");n.a.hljs.color="#37bb9b",t.a=n.a}}]);
+//# sourceMappingURL=documents-type-system.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-1-0.02557ee0.js b/static/js/documents-whats-new-whats-new-1-0.02557ee0.js
new file mode 100644
index 0000000..a56add6
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-1-0.02557ee0.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[51],{"./src/documents/Whats-New/WhatsNew-1.0.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return r}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),l=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),m=["components"],i={};function r(e){var t=e.components,a=Object(n.a)(e,m);return Object(l.mdx)("wrapper",Object.assign({},i,a,{components:t,mdxType:"MDXLayout"}),Object(l.mdx)("h1",{id:"whats-new-in-apache-atlas-10"},"What's new in Apache Atlas 1.0?"),Object(l.mdx)("h2",{id:"features"},"Features"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Introduction of relationships as a first-class type"),Object(l.mdx)("li",{parentName:"ul"},"Support for propagation of classifications along entity relationships \u2013 like lineage"),Object(l.mdx)("li",{parentName:"ul"},"Fine-grained metadata security, which enables access controls up to entity instance level"),Object(l.mdx)("li",{parentName:"ul"},"Introduction of Glossary feature"),Object(l.mdx)("li",{parentName:"ul"},"Introduction of V2 style notifications"),Object(l.mdx)("li",{parentName:"ul"},"Introduction of Atlas hook for HBase"),Object(l.mdx)("li",{parentName:"ul"},"Support for Cassandra and Elasticsearch (tech-preview)")),Object(l.mdx)("h2",{id:"updates"},"Updates"),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"Graph store has been updated from Titan 0.5.4 to JanusGraph 0.2.0"),Object(l.mdx)("li",{parentName:"ul"},"DSL rewrite, to replace use of Scala based implementation with ANTLR"),Object(l.mdx)("li",{parentName:"ul"},"Performance improvements in Atlas Hooks, by switching to use V2 style notifications"),Object(l.mdx)("li",{parentName:"ul"},"Significant updates in Atlas Web UI")),Object(l.mdx)("h2",{id:"changes"},"Changes"),Object(l.mdx)("h3",{id:"dsl-search"},"DSL search"),Object(l.mdx)("p",null,"With DSL rewrite and simplification, some older constructs may not work. Here's a list of behavior changes from previous\nreleases. More DSL related changes can be found ",Object(l.mdx)("a",{parentName:"p",href:"#/SearchAdvance"},"here"),"."),Object(l.mdx)("ul",null,Object(l.mdx)("li",{parentName:"ul"},"When filtering or narrowing results using string attribute, the value ",Object(l.mdx)("strong",{parentName:"li"},"MUST")," be enclosed in double quotes",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},'Table name="Table1"'),Object(l.mdx)("li",{parentName:"ul"},'Table where name="Table1"'))),Object(l.mdx)("li",{parentName:"ul"},"Join queries are no longer supported e.g. hive_table, hive_db"),Object(l.mdx)("li",{parentName:"ul"},"Select clauses only work with immediate entity attributes or a single referred (entity) type.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table select name, owner"),Object(l.mdx)("li",{parentName:"ul"},"Table select Columns"),Object(l.mdx)("li",{parentName:"ul"},"Table select name, owner, Columns ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"(won't work)"))))),Object(l.mdx)("li",{parentName:"ul"},"OrderBy clause can only be used with a ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"single primitive"))," attribute."),Object(l.mdx)("li",{parentName:"ul"},"GroupBy clause can only be used with a ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"single primitive"))," attribute.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table groupby name"),Object(l.mdx)("li",{parentName:"ul"},"Table groupby Columns (won't work)"))),Object(l.mdx)("li",{parentName:"ul"},"Typename can't have multiple aliases",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table as t (OK)"),Object(l.mdx)("li",{parentName:"ul"},"Table as t1, t2 (won't work)"))),Object(l.mdx)("li",{parentName:"ul"},"Has clause only works with primitive attributes.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table has name"),Object(l.mdx)("li",{parentName:"ul"},"Table has Columns or Table has DB (NOT supported)"))),Object(l.mdx)("li",{parentName:"ul"},"Aggregator clause can only be used with a ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"single primitive"))," attribute.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table select min(name)"),Object(l.mdx)("li",{parentName:"ul"},"Table select max(name)"),Object(l.mdx)("li",{parentName:"ul"},"Table select sum(createTime)"),Object(l.mdx)("li",{parentName:"ul"},"Table select min(Columns) (won't work)"),Object(l.mdx)("li",{parentName:"ul"},"Table select max(Columns) (won't work)"),Object(l.mdx)("li",{parentName:"ul"},"Table select sum(Columns) (won't work)"))),Object(l.mdx)("li",{parentName:"ul"},"Aggregator clause can't be repeated with different ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"primitive attribute")),", the clause appearing last would take preference.",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table select min(name), min(createTime) will ignore ",Object(l.mdx)("em",{parentName:"li"},Object(l.mdx)("em",{parentName:"em"},"min(name)"))))),Object(l.mdx)("li",{parentName:"ul"},"Limit and offset are not applicable when using aggregator clauses (min, max, sum)",Object(l.mdx)("ul",{parentName:"li"},Object(l.mdx)("li",{parentName:"ul"},"Table select min(name) limit 10 offset 5 - min(name) is computed over ",Object(l.mdx)("strong",{parentName:"li"},"ALL")," entities of type Asset")))))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-1.0.md"}}),r.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map b/static/js/documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..4ebc60f
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-1-0.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-1.0.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAI,uDACnB,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,oCACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,wCACnB,oBAAIA,WAAW,MAAI,2DAErB,oBACE,GAAM,WAAS,WAEjB,wBACE,oBAAIA,WAAW,MAAI,qEACnB,oBAAIA,WAAW,MAAI,wEACnB,oBAAIA,WAAW,MAAI,uFACnB,oBAAIA,WAAW,MAAI,wCAErB,oBACE,GAAM,WAAS,WAEjB,oBACE,GAAM,cAAY,cAEpB,oMAC8C,mBAAGA,WAAW,IACxD,KAAQ,mBAAiB,QACZ,KACjB,wBACE,oBAAIA,WAAW,MAAI,yEAA2E,wBAAQA,WAAW,MAAI,QAAkB,gCACrI,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,uBACnB,oBAAIA,WAAW,MAAI,+BAGvB,oBAAIA,WAAW,MAAI,iEACnB,oBAAIA,WAAW,MAAI,gGACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,4BACnB,oBAAIA,WAAW,MAAI,wBACnB,oBAAIA,WAAW,MAAI,qCAAuC,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,oBAGrG,oBAAIA,WAAW,MAAI,0CAA4C,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAA+B,eACrI,oBAAIA,WAAW,MAAI,0CAA4C,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAA+B,cACnI,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,sBACnB,oBAAIA,WAAW,MAAI,wCAGvB,oBAAIA,WAAW,MAAI,uCACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,mBACnB,oBAAIA,WAAW,MAAI,kCAGvB,oBAAIA,WAAW,MAAI,mDACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,kBACnB,oBAAIA,WAAW,MAAI,uDAGvB,oBAAIA,WAAW,MAAI,6CAA+C,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,qBAA+B,cACtI,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,0BACnB,oBAAIA,WAAW,MAAI,0BACnB,oBAAIA,WAAW,MAAI,gCACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,4CAGvB,oBAAIA,WAAW,MAAI,sDAAwD,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,wBAAkC,qDAClJ,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,uDAAyD,oBAAIA,WAAW,MAAK,oBAAIA,WAAW,MAAI,iBAGvH,oBAAIA,WAAW,MAAI,oFACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,yEAA2E,wBAAQA,WAAW,MAAI,OAAiB,+BAK/I,6LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-whats-new-whats-new-1-0.02557ee0.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-10\"\n    }}>{`What's new in Apache Atlas 1.0?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Introduction of relationships as a first-class type`}</li>\n      <li parentName=\"ul\">{`Support for propagation of classifications along entity relationships – like lineage`}</li>\n      <li parentName=\"ul\">{`Fine-grained metadata security, which enables access controls up to entity instance level`}</li>\n      <li parentName=\"ul\">{`Introduction of Glossary feature`}</li>\n      <li parentName=\"ul\">{`Introduction of V2 style notifications`}</li>\n      <li parentName=\"ul\">{`Introduction of Atlas hook for HBase`}</li>\n      <li parentName=\"ul\">{`Support for Cassandra and Elasticsearch (tech-preview)`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"updates\"\n    }}>{`Updates`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Graph store has been updated from Titan 0.5.4 to JanusGraph 0.2.0`}</li>\n      <li parentName=\"ul\">{`DSL rewrite, to replace use of Scala based implementation with ANTLR`}</li>\n      <li parentName=\"ul\">{`Performance improvements in Atlas Hooks, by switching to use V2 style notifications`}</li>\n      <li parentName=\"ul\">{`Significant updates in Atlas Web UI`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"changes\"\n    }}>{`Changes`}</h2>\n    <h3 {...{\n      \"id\": \"dsl-search\"\n    }}>{`DSL search`}</h3>\n    <p>{`With DSL rewrite and simplification, some older constructs may not work. Here's a list of behavior changes from previous\nreleases. More DSL related changes can be found `}<a parentName=\"p\" {...{\n        \"href\": \"#/SearchAdvance\"\n      }}>{`here`}</a>{`.`}</p>\n    <ul>\n      <li parentName=\"ul\">{`When filtering or narrowing results using string attribute, the value `}<strong parentName=\"li\">{`MUST`}</strong>{` be enclosed in double quotes`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table name=\"Table1\"`}</li>\n          <li parentName=\"ul\">{`Table where name=\"Table1\"`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Join queries are no longer supported e.g. hive_table, hive_db`}</li>\n      <li parentName=\"ul\">{`Select clauses only work with immediate entity attributes or a single referred (entity) type.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table select name, owner`}</li>\n          <li parentName=\"ul\">{`Table select Columns`}</li>\n          <li parentName=\"ul\">{`Table select name, owner, Columns `}<em parentName=\"li\"><em parentName=\"em\">{`(won't work)`}</em></em></li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`OrderBy clause can only be used with a `}<em parentName=\"li\"><em parentName=\"em\">{`single primitive`}</em></em>{` attribute.`}</li>\n      <li parentName=\"ul\">{`GroupBy clause can only be used with a `}<em parentName=\"li\"><em parentName=\"em\">{`single primitive`}</em></em>{` attribute.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table groupby name`}</li>\n          <li parentName=\"ul\">{`Table groupby Columns (won't work)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Typename can't have multiple aliases`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table as t (OK)`}</li>\n          <li parentName=\"ul\">{`Table as t1, t2 (won't work)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Has clause only works with primitive attributes.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table has name`}</li>\n          <li parentName=\"ul\">{`Table has Columns or Table has DB (NOT supported)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Aggregator clause can only be used with a `}<em parentName=\"li\"><em parentName=\"em\">{`single primitive`}</em></em>{` attribute.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table select min(name)`}</li>\n          <li parentName=\"ul\">{`Table select max(name)`}</li>\n          <li parentName=\"ul\">{`Table select sum(createTime)`}</li>\n          <li parentName=\"ul\">{`Table select min(Columns) (won't work)`}</li>\n          <li parentName=\"ul\">{`Table select max(Columns) (won't work)`}</li>\n          <li parentName=\"ul\">{`Table select sum(Columns) (won't work)`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Aggregator clause can't be repeated with different `}<em parentName=\"li\"><em parentName=\"em\">{`primitive attribute`}</em></em>{`, the clause appearing last would take preference.`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table select min(name), min(createTime) will ignore `}<em parentName=\"li\"><em parentName=\"em\">{`min(name)`}</em></em></li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`Limit and offset are not applicable when using aggregator clauses (min, max, sum)`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Table select min(name) limit 10 offset 5 - min(name) is computed over `}<strong parentName=\"li\">{`ALL`}</strong>{` entities of type Asset`}</li>\n        </ul>\n      </li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-2-0.8e563e3d.js b/static/js/documents-whats-new-whats-new-2-0.8e563e3d.js
new file mode 100644
index 0000000..997d33c
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-2-0.8e563e3d.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[52],{"./src/documents/Whats-New/WhatsNew-2.0.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return r}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),o=["components"],s={};function r(e){var t=e.components,a=Object(i.a)(e,o);return Object(n.mdx)("wrapper",Object.assign({},s,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"whats-new-in-apache-atlas-20"},"What's new in Apache Atlas 2.0?"),Object(n.mdx)("h2",{id:"features"},"Features"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Soft-reference attribute implementation."),Object(n.mdx)("li",{parentName:"ul"},"Unique-attributes constraint at graph store-level"),Object(n.mdx)("li",{parentName:"ul"},"Atlas Index Repair tool for Janusgraph"),Object(n.mdx)("li",{parentName:"ul"},"Relationship notifications when new relationships are created in atlas"),Object(n.mdx)("li",{parentName:"ul"},"Atlas Import Transform handler implementation")),Object(n.mdx)("h2",{id:"updates"},"Updates"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},"Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0"),Object(n.mdx)("li",{parentName:"ul"},"Updated JanusGraph version to 0.3.1"),Object(n.mdx)("li",{parentName:"ul"},"Updated authentication to support trusted proxy"),Object(n.mdx)("li",{parentName:"ul"},"Updated patch framework to persist typedef patches applied to atlas and handle data patches."),Object(n.mdx)("li",{parentName:"ul"},"Updated metrics module to collect notification metrics"),Object(n.mdx)("li",{parentName:"ul"},"Updated Atlas Export to support incremental export of metadata."),Object(n.mdx)("li",{parentName:"ul"},"Notification Processing Improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"Notification processing to support batch-commits"),Object(n.mdx)("li",{parentName:"ul"},"New option in notification processing to ignore potentially incorrect hive_column_lineage"),Object(n.mdx)("li",{parentName:"ul"},"Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities"),Object(n.mdx)("li",{parentName:"ul"},"Improved batch processing in notification handler to avoid processing of an entity multiple times"),Object(n.mdx)("li",{parentName:"ul"},"Add option to ignore/prune metadata for temporary/staging hive tables"),Object(n.mdx)("li",{parentName:"ul"},"Avoid unnecessary lookup when creating new relationships"))),Object(n.mdx)("li",{parentName:"ul"},"UI Improvements:",Object(n.mdx)("ul",{parentName:"li"},Object(n.mdx)("li",{parentName:"ul"},"UI: Display counts besides the Type and Classification dropdown list in basic search"),Object(n.mdx)("li",{parentName:"ul"},"UI: Display lineage information for process entities"),Object(n.mdx)("li",{parentName:"ul"},"UI: Display entity specific icon for the lineage graph"),Object(n.mdx)("li",{parentName:"ul"},"UI: Add relationships table inside relationships view in entity details page."),Object(n.mdx)("li",{parentName:"ul"},"UI: Add service-type dropdown in basic search to filter entitydef type."),Object(n.mdx)("li",{parentName:"ul"},"Various Bug-fixes and optimizations"))),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC"},"List of JIRAs resolved in Apache Atlas 2.0.0"))),Object(n.mdx)("h2",{id:"data-migration"},"Data Migration"),Object(n.mdx)("p",null,"With the introduction of unique-attributes constraint at graph store changes - when atlas starts up for the first time after migration to 2.0, expect some delay during startup since unique attribute constraint will be added to existing atlas metadata."))}r&&r===Object(r)&&Object.isExtensible(r)&&Object.defineProperty(r,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-2.0.md"}}),r.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map b/static/js/documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..3c3a54d
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-2-0.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.0.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAI,4CACnB,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,0CACnB,oBAAIA,WAAW,MAAI,0EACnB,oBAAIA,WAAW,MAAI,kDAErB,oBACE,GAAM,WAAS,WAEjB,wBACE,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,uCACnB,oBAAIA,WAAW,MAAI,mDACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,0DACnB,oBAAIA,WAAW,MAAI,mEACnB,oBAAIA,WAAW,MAAI,wCACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,oDACnB,oBAAIA,WAAW,MAAI,6FACnB,oBAAIA,WAAW,MAAI,qIACnB,oBAAIA,WAAW,MAAI,qGACnB,oBAAIA,WAAW,MAAI,yEACnB,oBAAIA,WAAW,MAAI,8DAGvB,oBAAIA,WAAW,MAAI,mBACjB,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,wFACnB,oBAAIA,WAAW,MAAI,wDACnB,oBAAIA,WAAW,MAAI,0DACnB,oBAAIA,WAAW,MAAI,iFACnB,oBAAIA,WAAW,MAAI,2EACnB,oBAAIA,WAAW,MAAI,yCAGvB,oBAAIA,WAAW,MACb,mBAAGC,KAAK,wLAAsL,kDAGlM,oBACE,GAAM,kBAAgB,kBAExB,uRAEH,6LAEDL,EAAWM,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-0.8e563e3d.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-20\"\n    }}>{`What's new in Apache Atlas 2.0?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Soft-reference attribute implementation.`}</li>\n      <li parentName=\"ul\">{`Unique-attributes constraint at graph store-level`}</li>\n      <li parentName=\"ul\">{`Atlas Index Repair tool for Janusgraph`}</li>\n      <li parentName=\"ul\">{`Relationship notifications when new relationships are created in atlas`}</li>\n      <li parentName=\"ul\">{`Atlas Import Transform handler implementation`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"updates\"\n    }}>{`Updates`}</h2>\n    <ul>\n      <li parentName=\"ul\">{`Updated component versions to use Hadoop 3.1, Hive 3.1, HBase 2.0, Solr 7.5 and Kafka 2.0`}</li>\n      <li parentName=\"ul\">{`Updated JanusGraph version to 0.3.1`}</li>\n      <li parentName=\"ul\">{`Updated authentication to support trusted proxy`}</li>\n      <li parentName=\"ul\">{`Updated patch framework to persist typedef patches applied to atlas and handle data patches.`}</li>\n      <li parentName=\"ul\">{`Updated metrics module to collect notification metrics`}</li>\n      <li parentName=\"ul\">{`Updated Atlas Export to support incremental export of metadata.`}</li>\n      <li parentName=\"ul\">{`Notification Processing Improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`Notification processing to support batch-commits`}</li>\n          <li parentName=\"ul\">{`New option in notification processing to ignore potentially incorrect hive_column_lineage`}</li>\n          <li parentName=\"ul\">{`Updated Hive hook to avoid duplicate column-lineage entities; also updated Atlas server to skip duplicate column-lineage entities`}</li>\n          <li parentName=\"ul\">{`Improved batch processing in notification handler to avoid processing of an entity multiple times`}</li>\n          <li parentName=\"ul\">{`Add option to ignore/prune metadata for temporary/staging hive tables`}</li>\n          <li parentName=\"ul\">{`Avoid unnecessary lookup when creating new relationships`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">{`UI Improvements:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`UI: Display counts besides the Type and Classification dropdown list in basic search`}</li>\n          <li parentName=\"ul\">{`UI: Display lineage information for process entities`}</li>\n          <li parentName=\"ul\">{`UI: Display entity specific icon for the lineage graph`}</li>\n          <li parentName=\"ul\">{`UI: Add relationships table inside relationships view in entity details page.`}</li>\n          <li parentName=\"ul\">{`UI: Add service-type dropdown in basic search to filter entitydef type.`}</li>\n          <li parentName=\"ul\">{`Various Bug-fixes and optimizations`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\">\n        <a href=\"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.0.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC\">List of JIRAs resolved in Apache Atlas 2.0.0</a>\n      </li>\n    </ul>\n    <h2 {...{\n      \"id\": \"data-migration\"\n    }}>{`Data Migration`}</h2>\n    <p>{`With the introduction of unique-attributes constraint at graph store changes - when atlas starts up for the first time after migration to 2.0, expect some delay during startup since unique attribute constraint will be added to existing atlas metadata.`}</p>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-2-1.0510ebbb.js b/static/js/documents-whats-new-whats-new-2-1.0510ebbb.js
new file mode 100644
index 0000000..0c325c4
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-2-1.0510ebbb.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[53],{"./src/documents/Whats-New/WhatsNew-2.1.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return o}));var i=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=["components"],r={};function o(e){var t=e.components,a=Object(i.a)(e,s);return Object(n.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(n.mdx)("h1",{id:"whats-new-in-apache-atlas-21"},"What's new in Apache Atlas 2.1?"),Object(n.mdx)("h2",{id:"features"},"Features"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Quick Search"),": provides a simpler search experience with type-ahead suggestions"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Business Metadata"),": enables augmenting entity-types with additional attributes, search entities using these attributes"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Labels"),": ability to add/remove labels on entities, and search entities using labels"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Custom Attributes"),": ability to add entity instance specific custom attributes i.e. attributes not defined in entity-def or business metadata"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Entity Purge"),": added REST APIs to purge deleted entities")),Object(n.mdx)("h2",{id:"enhancements"},"Enhancements"),Object(n.mdx)("ul",null,Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Search"),": ability to find entities by more than one classification"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Performance"),": improvements in lineage retrieval and classification-propagation"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Notification"),": ability to process notifications from multiple Kafka topics"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Hive Hook"),": tracks process-executions via hive_process_execution entities"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Hive Hook"),": captures DDL operations via hive_db_ddl and hive_table_ddl entities"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Notification"),": introduced shell entities to record references to non-existing entities in notifications"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Spark"),": added model to capture Spark entities, processes and relationships"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"AWS S3"),": introduced updated model to capture AWS S3 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"ADLS-Gen2"),": introduced model to capture Azure Data Lake Storage Gen2 entities and relationships"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Dependencies"),": JanusGraph 0.5.1, Tinkerpop 3.4.6, Spring Framework 4.3.20"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"Authorization"),": updated to cover new features, like: business metadata, labels, purge"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("strong",{parentName:"li"},"UI"),": multiple UI improvements, including a beta UI"),Object(n.mdx)("li",{parentName:"ul"},Object(n.mdx)("a",{href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.1.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC"},"List of JIRAs resolved in Apache Atlas 2.1.0"))))}o&&o===Object(o)&&Object.isExtensible(o)&&Object.defineProperty(o,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-2.1.md"}}),o.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map b/static/js/documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..738e2a6
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-2-1.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.1.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","href","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,sEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,qBAA+B,wGAC1E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,gFAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,qBAA+B,8HAC1E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,gDAEvE,oBACE,GAAM,gBAAc,gBAEtB,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,8DAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,eAAyB,sEACpE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,iEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,mEAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,yEAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,8FACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,SAAmB,wEAC9D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,2EAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,yFAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,gEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,iBAA2B,2EACtE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,MAAgB,mDAC3D,oBAAIA,WAAW,MACb,mBAAGC,KAAK,wLAAsL,mDAIrM,6LAEDL,EAAWM,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-1.0510ebbb.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-21\"\n    }}>{`What's new in Apache Atlas 2.1?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Quick Search`}</strong>{`: provides a simpler search experience with type-ahead suggestions`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Business Metadata`}</strong>{`: enables augmenting entity-types with additional attributes, search entities using these attributes`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Labels`}</strong>{`: ability to add/remove labels on entities, and search entities using labels`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Custom Attributes`}</strong>{`: ability to add entity instance specific custom attributes i.e. attributes not defined in entity-def or business metadata`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Entity Purge`}</strong>{`: added REST APIs to purge deleted entities`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"enhancements\"\n    }}>{`Enhancements`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Search`}</strong>{`: ability to find entities by more than one classification`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Performance`}</strong>{`: improvements in lineage retrieval and classification-propagation`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: ability to process notifications from multiple Kafka topics`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Hive Hook`}</strong>{`: tracks process-executions via hive_process_execution entities`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Hive Hook`}</strong>{`: captures DDL operations via hive_db_ddl and hive_table_ddl entities`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: introduced shell entities to record references to non-existing entities in notifications`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Spark`}</strong>{`: added model to capture Spark entities, processes and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`AWS S3`}</strong>{`: introduced updated model to capture AWS S3 entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`ADLS-Gen2`}</strong>{`: introduced model to capture Azure Data Lake Storage Gen2 entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Dependencies`}</strong>{`: JanusGraph 0.5.1, Tinkerpop 3.4.6, Spring Framework 4.3.20`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Authorization`}</strong>{`: updated to cover new features, like: business metadata, labels, purge`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`UI`}</strong>{`: multiple UI improvements, including a beta UI`}</li>\n      <li parentName=\"ul\">\n        <a href=\"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.1.0%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC\">List of JIRAs resolved in Apache Atlas 2.1.0</a>\n      </li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-2-2.7acab8c6.js b/static/js/documents-whats-new-whats-new-2-2.7acab8c6.js
new file mode 100644
index 0000000..3a8b663
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-2-2.7acab8c6.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[54],{"./src/documents/Whats-New/WhatsNew-2.2.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return s}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),r=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),i=["components"],o={};function s(e){var t=e.components,a=Object(n.a)(e,i);return Object(r.mdx)("wrapper",Object.assign({},o,a,{components:t,mdxType:"MDXLayout"}),Object(r.mdx)("h1",{id:"whats-new-in-apache-atlas-22"},"What's new in Apache Atlas 2.2?"),Object(r.mdx)("h2",{id:"features"},"Features"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"(new) Deferred Action"),": classification propagation will be handled as a background task (AtlasTask)"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Re-indexing"),": added Re-indexing as part of JAVA_PATCH"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Model Change"),": created JAVA_PATCH to add new super types to existing entities"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Export Service"),": added support for Business Metadata in Atlas Export API"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Admin/AtlasTask API"),": added HA support for admin/task API"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Entity definition"),": provided option to add mandatory attribute to existing entity definition")),Object(r.mdx)("h2",{id:"enhancements"},"Enhancements"),Object(r.mdx)("ul",null,Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"DSL Search"),":",Object(r.mdx)("ul",{parentName:"li"},Object(r.mdx)("li",{parentName:"ul"},"added support for glossary terms and relationship"),Object(r.mdx)("li",{parentName:"ul"},"added support for null attribute values,"),Object(r.mdx)("li",{parentName:"ul"},"now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement"),Object(r.mdx)("li",{parentName:"ul"},"added support search by classification and its attribute"),Object(r.mdx)("li",{parentName:"ul"},"added caching mechanism for translated DSL queries"))),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Atlas Python Client"),": refactored and enhanced Atlas Python Client supporting Python 2.7"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Search"),": updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Bulk Glossary Import"),": improved and enhanced Bulk Glossary Import supporting import with relations"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Performance"),": improved performance of GraphHelper's guid and status getter methods"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Authorization"),': enhanced Atlas authorization for Add/Update/Remove classification on entities, "admin-audits" for Atlas Admin Audits authorization'),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Notification"),": improved NotificationHookConsumer for Large Message Processing"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Export/Import Service"),": enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Hive Hook"),": added support HiveServer2 Hook to send Lineage-only Messages"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Apache Flink"),": introduced model to capture Apache Flink entities and relationships"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"GCP"),": introduced model to capture GCP entities and relationships"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"ADLS-Gen2"),": updated model for Azure Data Lake Storage Gen2 entities and relationships"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Dependencies Upgrade"),": JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"UI"),": fixed Atlas Web UI to load faster in case of large number of classifications & entities"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("strong",{parentName:"li"},"Docker image"),": improvements to Docker support"),Object(r.mdx)("li",{parentName:"ul"},Object(r.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.2.0 release"))))}s&&s===Object(s)&&Object.isExtensible(s)&&Object.defineProperty(s,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-2.2.md"}}),s.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map b/static/js/documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..ce8aabd
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-2-2.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.2.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,yBAAmC,iFAC9E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,eAAyB,6CACpE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,kBAA4B,6DACvE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,uBAAiC,yCAC5E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,qBAA+B,+EAE5E,oBACE,GAAM,gBAAc,gBAEtB,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,cAAwB,IACjE,oBAAIA,WAAW,MACb,oBAAIA,WAAW,MAAI,qDACnB,oBAAIA,WAAW,MAAI,4CACnB,oBAAIA,WAAW,MAAI,gGACnB,oBAAIA,WAAW,MAAI,4DACnB,oBAAIA,WAAW,MAAI,wDAGvB,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,uBAAiC,uEAC5E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,oIAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,wBAAkC,iFAC7E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,eAAyB,0EACpE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,iBAA2B,wIACtE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,yBAAmC,yGAC9E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,kEAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,yEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,OAAiB,gEAC5D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,aAAuB,+EAClE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,wBAAkC,uHAC7E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,MAAgB,6FAC3D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oCACrE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,+JAA6J,2DAI9K,6LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-2.7acab8c6.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-22\"\n    }}>{`What's new in Apache Atlas 2.2?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`(new) Deferred Action`}</strong>{`: classification propagation will be handled as a background task (AtlasTask)`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Re-indexing`}</strong>{`: added Re-indexing as part of JAVA_PATCH`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Model Change`}</strong>{`: created JAVA_PATCH to add new super types to existing entities`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Export Service`}</strong>{`: added support for Business Metadata in Atlas Export API`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Admin/AtlasTask API`}</strong>{`: added HA support for admin/task API`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Entity definition`}</strong>{`: provided option to add mandatory attribute to existing entity definition`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"enhancements\"\n    }}>{`Enhancements`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`DSL Search`}</strong>{`:`}\n        <ul parentName=\"li\">\n          <li parentName=\"ul\">{`added support for glossary terms and relationship`}</li>\n          <li parentName=\"ul\">{`added support for null attribute values,`}</li>\n          <li parentName=\"ul\">{`now uses Tinkerpop GraphTraversal instead of GremlinScriptEngine for performance improvement`}</li>\n          <li parentName=\"ul\">{`added support search by classification and its attribute`}</li>\n          <li parentName=\"ul\">{`added caching mechanism for translated DSL queries`}</li>\n        </ul>\n      </li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Atlas Python Client`}</strong>{`: refactored and enhanced Atlas Python Client supporting Python 2.7`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Search`}</strong>{`: updated free-text search processor to support Elasticsearch, Support search text with special characters, optimized pagination`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Bulk Glossary Import`}</strong>{`: improved and enhanced Bulk Glossary Import supporting import with relations`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Performance`}</strong>{`: improved performance of GraphHelper's guid and status getter methods`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Authorization`}</strong>{`: enhanced Atlas authorization for Add/Update/Remove classification on entities, \"admin-audits\" for Atlas Admin Audits authorization`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: improved NotificationHookConsumer for Large Message Processing`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Export/Import Service`}</strong>{`: enhanced Export/Import Service to conditionally Support Simultaneous Operations and to export Terms`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Hive Hook`}</strong>{`: added support HiveServer2 Hook to send Lineage-only Messages`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Apache Flink`}</strong>{`: introduced model to capture Apache Flink entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`GCP`}</strong>{`: introduced model to capture GCP entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`ADLS-Gen2`}</strong>{`: updated model for Azure Data Lake Storage Gen2 entities and relationships`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Dependencies Upgrade`}</strong>{`: JanusGraph, elasticsearch, JQuery, Http core, Http Client, slf4j, log4j, ant, gremlin, Solr, groovy, netty, Kafka`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`UI`}</strong>{`: fixed Atlas Web UI to load faster in case of large number of classifications & entities`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Docker image`}</strong>{`: improvements to Docker support`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.2.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.2.0 release`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-2-3.74dda911.js b/static/js/documents-whats-new-whats-new-2-3.74dda911.js
new file mode 100644
index 0000000..317a157
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-2-3.74dda911.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[55],{"./src/documents/Whats-New/WhatsNew-2.3.md":function(e,t,a){"use strict";a.r(t),a.d(t,"default",(function(){return m}));var n=a("../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),i=(a("../node_modules/react/index.js"),a("../node_modules/@mdx-js/react/dist/esm.js")),s=["components"],r={};function m(e){var t=e.components,a=Object(n.a)(e,s);return Object(i.mdx)("wrapper",Object.assign({},r,a,{components:t,mdxType:"MDXLayout"}),Object(i.mdx)("h1",{id:"whats-new-in-apache-atlas-23"},"What's new in Apache Atlas 2.3?"),Object(i.mdx)("h2",{id:"features"},"Features"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"(new) Relationship search"),": API and UI to search relationships based on type and properties")),Object(i.mdx)("h2",{id:"enhancements"},"Enhancements"),Object(i.mdx)("ul",null,Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Resiliency"),": improvements in handling of index update failures"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Glossary"),": performance improvements in dealing with large glossaries and bulk creation of glossary terms"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Observability"),": UI improvements to view metrics & stats, persistence of metrics to enable historic data"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Lineage"),": performance improvements in lineage API and UI"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Notification"),": updated notifications to include hook version and message source"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Hive integration"),": multiple fixes and improvements in Hive hook and import-hive utility"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Impala integration"),": performance improvements"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Audits"),": support for authentication enabled Cassandra as audit store"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Python"),": released Apache Atlas Python client 0.0.12"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Dependencies Upgrade"),": JanusGraph, Elasticsearch, Kafka, Storm, TinkerPop, Gson, Spring Framework, Log4j"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"UI"),": fixes and improvements in multiple areas like search, lineage, business metadata"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("strong",{parentName:"li"},"Docker image"),": improvements to Docker support"),Object(i.mdx)("li",{parentName:"ul"},Object(i.mdx)("a",{parentName:"li",href:"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.3.0%20ORDER%20BY%20key%20DESC"},"List of JIRAs resolved in Apache Atlas 2.3.0 release"))))}m&&m===Object(m)&&Object.isExtensible(m)&&Object.defineProperty(m,"__filemeta",{enumerable:!0,configurable:!0,value:{name:"MDXContent",filename:"src/documents/Whats-New/WhatsNew-2.3.md"}}),m.isMDXComponent=!0}}]);
+//# sourceMappingURL=documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map b/static/js/documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..360aeb5
--- /dev/null
+++ b/static/js/documents-whats-new-whats-new-2-3.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Whats-New/WhatsNew-2.3.md"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"+YASMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAC5E,oBACE,GAAM,gCAA8B,mCAEtC,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAK,wBAAQA,WAAW,MAAI,6BAAuC,sEAEpF,oBACE,GAAM,gBAAc,gBAEtB,wBACE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,cAAwB,uDACnE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,YAAsB,mGACjE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,iBAA2B,6FACtE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,WAAqB,oDAChE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,sEACrE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,oBAA8B,0EACzE,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,sBAAgC,8BAC3E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,iEAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,UAAoB,gDAC/D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,wBAAkC,uFAC7E,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,MAAgB,sFAC3D,oBAAIA,WAAW,MAAK,wBAAQA,WAAW,MAAI,gBAA0B,oCACrE,oBAAIA,WAAW,MAAK,mBAAGA,WAAW,KAC9B,KAAQ,+JAA6J,2DAI9K,6LAEDJ,EAAWK,gBAAiB","file":"static/js/documents-whats-new-whats-new-2-3.74dda911.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\n\n\nconst layoutProps = {\n  \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n  components,\n  ...props\n}) {\n  return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n    <h1 {...{\n      \"id\": \"whats-new-in-apache-atlas-23\"\n    }}>{`What's new in Apache Atlas 2.3?`}</h1>\n    <h2 {...{\n      \"id\": \"features\"\n    }}>{`Features`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`(new) Relationship search`}</strong>{`: API and UI to search relationships based on type and properties`}</li>\n    </ul>\n    <h2 {...{\n      \"id\": \"enhancements\"\n    }}>{`Enhancements`}</h2>\n    <ul>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Resiliency`}</strong>{`: improvements in handling of index update failures`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Glossary`}</strong>{`: performance improvements in dealing with large glossaries and bulk creation of glossary terms`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Observability`}</strong>{`: UI improvements to view metrics & stats, persistence of metrics to enable historic data`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Lineage`}</strong>{`: performance improvements in lineage API and UI`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Notification`}</strong>{`: updated notifications to include hook version and message source`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Hive integration`}</strong>{`: multiple fixes and improvements in Hive hook and import-hive utility`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Impala integration`}</strong>{`: performance improvements`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Audits`}</strong>{`: support for authentication enabled Cassandra as audit store`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Python`}</strong>{`: released Apache Atlas Python client 0.0.12`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Dependencies Upgrade`}</strong>{`: JanusGraph, Elasticsearch, Kafka, Storm, TinkerPop, Gson, Spring Framework, Log4j`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`UI`}</strong>{`: fixes and improvements in multiple areas like search, lineage, business metadata`}</li>\n      <li parentName=\"ul\"><strong parentName=\"li\">{`Docker image`}</strong>{`: improvements to Docker support`}</li>\n      <li parentName=\"ul\"><a parentName=\"li\" {...{\n          \"href\": \"https://issues.apache.org/jira/issues/?jql=project%20%3D%20ATLAS%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%202.3.0%20ORDER%20BY%20key%20DESC\"\n        }}>{`List of JIRAs resolved in Apache Atlas 2.3.0 release`}</a></li>\n    </ul>\n    </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;"],"sourceRoot":""}
\ No newline at end of file
diff --git a/static/js/vendors.357a799b.js b/static/js/vendors.357a799b.js
new file mode 100644
index 0000000..8956f33
--- /dev/null
+++ b/static/js/vendors.357a799b.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{"../node_modules/@babel/runtime/helpers/defineProperty.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/toPropertyKey.js");e.exports=function(e,t,n){return(t=r(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/extends.js":function(e,t){function n(){return e.exports=n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},e.exports.__esModule=!0,e.exports.default=e.exports,n.apply(this,arguments)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/objectSpread.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/defineProperty.js");e.exports=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?Object(arguments[t]):{},a=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&a.push.apply(a,Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),a.forEach((function(t){r(e,t,n[t])}))}return e},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/objectWithoutProperties.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js");e.exports=function(e,t){if(null==e)return{};var n,a,i=r(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a<o.length;a++)n=o[a],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js":function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/toPrimitive.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/typeof.js").default;e.exports=function(e,t){if("object"!==r(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var a=n.call(e,t||"default");if("object"!==r(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/toPropertyKey.js":function(e,t,n){var r=n("../node_modules/@babel/runtime/helpers/typeof.js").default,a=n("../node_modules/@babel/runtime/helpers/toPrimitive.js");e.exports=function(e){var t=a(e,"string");return"symbol"===r(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@babel/runtime/helpers/typeof.js":function(e,t){function n(t){return e.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},"../node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js":function(e,t,n){"use strict";var r=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|default|defer|dir|disabled|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|itemProp|itemScope|itemType|itemID|itemRef|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,a=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}((function(e){return r.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));t.a=a},"../node_modules/@emotion/unitless/dist/unitless.browser.esm.js":function(e,t,n){"use strict";t.a={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1}},"../node_modules/@loadable/component/dist/loadable.esm.js":function(e,t,n){"use strict";n.r(t),n.d(t,"__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",(function(){return w})),n.d(t,"lazy",(function(){return A})),n.d(t,"loadableReady",(function(){return R}));var r=n("../node_modules/react/index.js"),a=n.n(r);function i(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function s(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function l(e,t){return(l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}var c=n("../node_modules/react-is/index.js"),d=n("../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js"),u=n.n(d);function _(e,t){if(!e){var n=new Error("loadable: "+t);throw n.framesToPop=1,n.name="Invariant Violation",n}}function p(e){console.warn("loadable: "+e)}var m=a.a.createContext();function g(e){return e+"__LOADABLE_REQUIRED_CHUNKS__"}var f=Object.freeze({__proto__:null,getRequiredChunkKey:g,invariant:_,Context:m}),h={initialChunks:{}};var E=function(e){return e};function S(e){var t=e.defaultResolveComponent,n=void 0===t?E:t,r=e.render,d=e.onLoad;function p(e,t){void 0===t&&(t={});var p=function(e){return"function"===typeof e?{requireAsync:e,resolve:function(){},chunkName:function(){}}:e}(e),g={};function f(e){return t.cacheKey?t.cacheKey(e):p.resolve?p.resolve(e):"static"}function E(e,r,a){var i=t.resolveComponent?t.resolveComponent(e,r):n(e);if(t.resolveComponent&&!Object(c.isValidElementType)(i))throw new Error("resolveComponent returned something that is not a React component!");return u()(a,i,{preload:!0}),i}var S,b,T=function(e){var t=f(e),n=g[t];return n&&"REJECTED"!==n.status||((n=p.requireAsync(e)).status="PENDING",g[t]=n,n.then((function(){n.status="RESOLVED"}),(function(t){console.error("loadable-components: failed to asynchronously load component",{fileName:p.resolve(e),chunkName:p.chunkName(e),error:t?t.message:t}),n.status="REJECTED"}))),n},v=function(e){var n,a;function c(n){var r;return(r=e.call(this,n)||this).state={result:null,error:null,loading:!0,cacheKey:f(n)},_(!n.__chunkExtractor||p.requireSync,"SSR requires `@loadable/babel-plugin`, please install it"),n.__chunkExtractor?(!1===t.ssr||(p.requireAsync(n).catch((function(){return null})),r.loadSync(),n.__chunkExtractor.addChunk(p.chunkName(n))),s(r)):(!1!==t.ssr&&(p.isReady&&p.isReady(n)||p.chunkName&&h.initialChunks[p.chunkName(n)])&&r.loadSync(),r)}a=e,(n=c).prototype=Object.create(a.prototype),n.prototype.constructor=n,l(n,a),c.getDerivedStateFromProps=function(e,t){var n=f(e);return o({},t,{cacheKey:n,loading:t.loading||t.cacheKey!==n})};var u=c.prototype;return u.componentDidMount=function(){this.mounted=!0;var e=this.getCache();e&&"REJECTED"===e.status&&this.setCache(),this.state.loading&&this.loadAsync()},u.componentDidUpdate=function(e,t){t.cacheKey!==this.state.cacheKey&&this.loadAsync()},u.componentWillUnmount=function(){this.mounted=!1},u.safeSetState=function(e,t){this.mounted&&this.setState(e,t)},u.getCacheKey=function(){return f(this.props)},u.getCache=function(){return g[this.getCacheKey()]},u.setCache=function(e){void 0===e&&(e=void 0),g[this.getCacheKey()]=e},u.triggerOnLoad=function(){var e=this;d&&setTimeout((function(){d(e.state.result,e.props)}))},u.loadSync=function(){if(this.state.loading)try{var e=E(p.requireSync(this.props),this.props,C);this.state.result=e,this.state.loading=!1}catch(t){console.error("loadable-components: failed to synchronously load component, which expected to be available",{fileName:p.resolve(this.props),chunkName:p.chunkName(this.props),error:t?t.message:t}),this.state.error=t}},u.loadAsync=function(){var e=this,t=this.resolveAsync();return t.then((function(t){var n=E(t,e.props,C);e.safeSetState({result:n,loading:!1},(function(){return e.triggerOnLoad()}))})).catch((function(t){return e.safeSetState({error:t,loading:!1})})),t},u.resolveAsync=function(){var e=this.props,t=(e.__chunkExtractor,e.forwardedRef,i(e,["__chunkExtractor","forwardedRef"]));return T(t)},u.render=function(){var e=this.props,n=e.forwardedRef,a=e.fallback,s=(e.__chunkExtractor,i(e,["forwardedRef","fallback","__chunkExtractor"])),l=this.state,c=l.error,d=l.loading,u=l.result;if(t.suspense&&"PENDING"===(this.getCache()||this.loadAsync()).status)throw this.loadAsync();if(c)throw c;var _=a||t.fallback||null;return d?_:r({fallback:_,result:u,options:t,props:o({},s,{ref:n})})},c}(a.a.Component),y=(b=function(e){return a.a.createElement(m.Consumer,null,(function(t){return a.a.createElement(S,Object.assign({__chunkExtractor:t},e))}))},(S=v).displayName&&(b.displayName=S.displayName+"WithChunkExtractor"),b),C=a.a.forwardRef((function(e,t){return a.a.createElement(y,Object.assign({forwardedRef:t},e))}));return C.displayName="Loadable",C.preload=function(e){C.load(e)},C.load=function(e){return T(e)},C}return{loadable:p,lazy:function(e,t){return p(e,o({},t,{suspense:!0}))}}}var b=S({defaultResolveComponent:function(e){return e.__esModule?e.default:e.default||e},render:function(e){var t=e.result,n=e.props;return a.a.createElement(t,n)}}),T=b.loadable,v=b.lazy,y=S({onLoad:function(e,t){e&&t.forwardedRef&&("function"===typeof t.forwardedRef?t.forwardedRef(e):t.forwardedRef.current=e)},render:function(e){var t=e.result,n=e.props;return n.children?n.children(t):null}}),C=y.loadable,O=y.lazy,N="undefined"!==typeof window;function R(e,t){void 0===e&&(e=function(){});var n=void 0===t?{}:t,r=n.namespace,a=void 0===r?"":r,i=n.chunkLoadingGlobal,o=void 0===i?"__LOADABLE_LOADED_CHUNKS__":i;if(!N)return p("`loadableReady()` must be called in browser only"),e(),Promise.resolve();var s=null;if(N){var l=g(a),c=document.getElementById(l);if(c){s=JSON.parse(c.textContent);var d=document.getElementById(l+"_ext");if(!d)throw new Error("loadable-component: @loadable/server does not match @loadable/component");JSON.parse(d.textContent).namedChunks.forEach((function(e){h.initialChunks[e]=!0}))}}if(!s)return p("`loadableReady()` requires state, please use `getScriptTags` or `getScriptElements` server-side"),e(),Promise.resolve();var u=!1;return new Promise((function(e){window[o]=window[o]||[];var t=window[o],n=t.push.bind(t);function r(){s.every((function(e){return t.some((function(t){return t[0].indexOf(e)>-1}))}))&&(u||(u=!0,e()))}t.push=function(){n.apply(void 0,arguments),r()},r()})).then(e)}var I=T;I.lib=C;var A=v;A.lib=O;var w=f;t.default=I},"../node_modules/@mdx-js/react/dist/esm.js":function(e,t,n){"use strict";n.r(t),n.d(t,"MDXContext",(function(){return d})),n.d(t,"MDXProvider",(function(){return p})),n.d(t,"mdx",(function(){return f})),n.d(t,"useMDXComponents",(function(){return _})),n.d(t,"withMDXComponents",(function(){return u}));var r=n("../node_modules/react/index.js"),a=n.n(r);function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach((function(t){i(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function c(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var d=a.a.createContext({}),u=function(e){return function(t){var n=_(t.components);return a.a.createElement(e,o({},t,{components:n}))}},_=function(e){var t=a.a.useContext(d),n=t;return e&&(n="function"===typeof e?e(t):l(l({},t),e)),n},p=function(e){var t=_(e.components);return a.a.createElement(d.Provider,{value:t},e.children)},m={inlineCode:"code",wrapper:function(e){var t=e.children;return a.a.createElement(a.a.Fragment,{},t)}},g=a.a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,i=e.originalType,o=e.parentName,s=c(e,["components","mdxType","originalType","parentName"]),d=_(n),u=r,p=d["".concat(o,".").concat(u)]||d[u]||m[u]||i;return n?a.a.createElement(p,l(l({ref:t},s),{},{components:n})):a.a.createElement(p,l({ref:t},s))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"===typeof e||r){var i=n.length,o=new Array(i);o[0]=g;var s={};for(var l in t)hasOwnProperty.call(t,l)&&(s[l]=t[l]);s.originalType=e,s.mdxType="string"===typeof e?e:r,o[1]=s;for(var c=2;c<i;c++)o[c]=n[c];return a.a.createElement.apply(null,o)}return a.a.createElement.apply(null,n)}g.displayName="MDXCreateElement"},"../node_modules/@reach/router/es/index.js":function(e,t,n){"use strict";n.r(t),n.d(t,"Link",(function(){return Z})),n.d(t,"Location",(function(){return F})),n.d(t,"LocationProvider",(function(){return B})),n.d(t,"Match",(function(){return ae})),n.d(t,"Redirect",(function(){return re})),n.d(t,"Router",(function(){return H})),n.d(t,"ServerLocation",(function(){return G})),n.d(t,"createHistory",(function(){return R})),n.d(t,"createMemorySource",(function(){return I})),n.d(t,"isRedirect",(function(){return ee})),n.d(t,"navigate",(function(){return x})),n.d(t,"redirectTo",(function(){return te})),n.d(t,"globalHistory",(function(){return w})),n.d(t,"matchPath",(function(){return m})),n.d(t,"useLocation",(function(){return ie})),n.d(t,"useNavigate",(function(){return oe})),n.d(t,"useParams",(function(){return se})),n.d(t,"useMatch",(function(){return le}));var r=n("../node_modules/react/index.js"),a=n.n(r),i=n("../node_modules/invariant/browser.js"),o=n.n(i),s=n("../node_modules/create-react-context/lib/index.js"),l=n.n(s);function c(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!==e&&void 0!==e&&this.setState(e)}function d(e){this.setState(function(t){var n=this.constructor.getDerivedStateFromProps(e,t);return null!==n&&void 0!==n?n:null}.bind(this))}function u(e,t){try{var n=this.props,r=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(n,r)}finally{this.props=n,this.state=r}}c.__suppressDeprecationWarning=!0,d.__suppressDeprecationWarning=!0,u.__suppressDeprecationWarning=!0;var _=function(e,t){return e.substr(0,t.length)===t},p=function(e,t){for(var n=void 0,r=void 0,a=t.split("?")[0],i=v(a),s=""===i[0],l=T(e),c=0,d=l.length;c<d;c++){var u=!1,_=l[c].route;if(_.default)r={route:_,params:{},uri:t};else{for(var p=v(_.path),m={},g=Math.max(i.length,p.length),f=0;f<g;f++){var E=p[f],b=i[f];if(S(E)){m[E.slice(1)||"*"]=i.slice(f).map(decodeURIComponent).join("/");break}if(void 0===b){u=!0;break}var y=h.exec(E);if(y&&!s){-1===C.indexOf(y[1])||o()(!1);var O=decodeURIComponent(b);m[y[1]]=O}else if(E!==b){u=!0;break}}if(!u){n={route:_,params:m,uri:"/"+i.slice(0,f).join("/")};break}}}return n||r||null},m=function(e,t){return p([{path:e}],t)},g=function(e,t){if(_(e,"/"))return e;var n=e.split("?"),r=n[0],a=n[1],i=t.split("?")[0],o=v(r),s=v(i);if(""===o[0])return y(i,a);if(!_(o[0],".")){var l=s.concat(o).join("/");return y(("/"===i?"":"/")+l,a)}for(var c=s.concat(o),d=[],u=0,p=c.length;u<p;u++){var m=c[u];".."===m?d.pop():"."!==m&&d.push(m)}return y("/"+d.join("/"),a)},f=function(e,t){var n=e.split("?"),r=n[0],a=n[1],i=void 0===a?"":a,o="/"+v(r).map((function(e){var n=h.exec(e);return n?t[n[1]]:e})).join("/"),s=t.location,l=(s=void 0===s?{}:s).search,c=(void 0===l?"":l).split("?")[1]||"";return o=y(o,i,c)},h=/^:(.+)/,E=function(e){return h.test(e)},S=function(e){return e&&"*"===e[0]},b=function(e,t){return{route:e,score:e.default?0:v(e.path).reduce((function(e,t){return e+=4,!function(e){return""===e}(t)?E(t)?e+=2:S(t)?e-=5:e+=3:e+=1,e}),0),index:t}},T=function(e){return e.map(b).sort((function(e,t){return e.score<t.score?1:e.score>t.score?-1:e.index-t.index}))},v=function(e){return e.replace(/(^\/+|\/+$)/g,"").split("/")},y=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e+((n=n.filter((function(e){return e&&e.length>0})))&&n.length>0?"?"+n.join("&"):"")},C=["uri","path"],O=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},N=function(e){var t=e.location,n=t.search,r=t.hash,a=t.href,i=t.origin,o=t.protocol,s=t.host,l=t.hostname,c=t.port,d=e.location.pathname;!d&&a&&A&&(d=new URL(a).pathname);return{pathname:encodeURI(decodeURI(d)),search:n,hash:r,href:a,origin:i,protocol:o,host:s,hostname:l,port:c,state:e.history.state,key:e.history.state&&e.history.state.key||"initial"}},R=function(e,t){var n=[],r=N(e),a=!1,i=function(){};return{get location(){return r},get transitioning(){return a},_onTransitionComplete:function(){a=!1,i()},listen:function(t){n.push(t);var a=function(){r=N(e),t({location:r,action:"POP"})};return e.addEventListener("popstate",a),function(){e.removeEventListener("popstate",a),n=n.filter((function(e){return e!==t}))}},navigate:function(t){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=o.state,l=o.replace,c=void 0!==l&&l;if("number"===typeof t)e.history.go(t);else{s=O({},s,{key:Date.now()+""});try{a||c?e.history.replaceState(s,null,t):e.history.pushState(s,null,t)}catch(u){e.location[c?"replace":"assign"](t)}}r=N(e),a=!0;var d=new Promise((function(e){return i=e}));return n.forEach((function(e){return e({location:r,action:"PUSH"})})),d}}},I=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/",t=e.indexOf("?"),n={pathname:t>-1?e.substr(0,t):e,search:t>-1?e.substr(t):""},r=0,a=[n],i=[null];return{get location(){return a[r]},addEventListener:function(e,t){},removeEventListener:function(e,t){},history:{get entries(){return a},get index(){return r},get state(){return i[r]},pushState:function(e,t,n){var o=n.split("?"),s=o[0],l=o[1],c=void 0===l?"":l;r++,a.push({pathname:s,search:c.length?"?"+c:c}),i.push(e)},replaceState:function(e,t,n){var o=n.split("?"),s=o[0],l=o[1],c=void 0===l?"":l;a[r]={pathname:s,search:c},i[r]=e},go:function(e){var t=r+e;t<0||t>i.length-1||(r=t)}}}},A=!("undefined"===typeof window||!window.document||!window.document.createElement),w=R(A?window:I()),x=w.navigate,D=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};function M(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function L(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function P(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t}function k(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}var j=function(e,t){var n=l()(t);return n.displayName=e,n},U=j("Location"),F=function(e){var t=e.children;return a.a.createElement(U.Consumer,null,(function(e){return e?t(e):a.a.createElement(B,null,t)}))},B=function(e){function t(){var n,r;L(this,t);for(var a=arguments.length,i=Array(a),o=0;o<a;o++)i[o]=arguments[o];return n=r=P(this,e.call.apply(e,[this].concat(i))),r.state={context:r.getContext(),refs:{unlisten:null}},P(r,n)}return k(t,e),t.prototype.getContext=function(){var e=this.props.history;return{navigate:e.navigate,location:e.location}},t.prototype.componentDidCatch=function(e,t){if(!ee(e))throw e;(0,this.props.history.navigate)(e.uri,{replace:!0})},t.prototype.componentDidUpdate=function(e,t){t.context.location!==this.state.context.location&&this.props.history._onTransitionComplete()},t.prototype.componentDidMount=function(){var e=this,t=this.state.refs,n=this.props.history;n._onTransitionComplete(),t.unlisten=n.listen((function(){Promise.resolve().then((function(){requestAnimationFrame((function(){e.unmounted||e.setState((function(){return{context:e.getContext()}}))}))}))}))},t.prototype.componentWillUnmount=function(){var e=this.state.refs;this.unmounted=!0,e.unlisten()},t.prototype.render=function(){var e=this.state.context,t=this.props.children;return a.a.createElement(U.Provider,{value:e},"function"===typeof t?t(e):t||null)},t}(a.a.Component);B.defaultProps={history:w};var G=function(e){var t=e.url,n=e.children,r=t.indexOf("?"),i=void 0,o="";return r>-1?(i=t.substring(0,r),o=t.substring(r)):i=t,a.a.createElement(U.Provider,{value:{location:{pathname:i,search:o,hash:""},navigate:function(){throw new Error("You can't call navigate on the server.")}}},n)},Y=j("Base",{baseuri:"/",basepath:"/"}),H=function(e){return a.a.createElement(Y.Consumer,null,(function(t){return a.a.createElement(F,null,(function(n){return a.a.createElement(V,D({},t,n,e))}))}))},V=function(e){function t(){return L(this,t),P(this,e.apply(this,arguments))}return k(t,e),t.prototype.render=function(){var e=this.props,t=e.location,n=e.navigate,r=e.basepath,i=e.primary,o=e.children,s=(e.baseuri,e.component),l=void 0===s?"div":s,c=M(e,["location","navigate","basepath","primary","children","baseuri","component"]),d=a.a.Children.toArray(o).reduce((function(e,t){var n=de(r)(t);return e.concat(n)}),[]),u=t.pathname,_=p(d,u);if(_){var m=_.params,f=_.uri,h=_.route,E=_.route.value;r=h.default?r:h.path.replace(/\*$/,"");var S=D({},m,{uri:f,location:t,navigate:function(e,t){return n(g(e,f),t)}}),b=a.a.cloneElement(E,S,E.props.children?a.a.createElement(H,{location:t,primary:i},E.props.children):void 0),T=i?q:l,v=i?D({uri:f,location:t,component:l},c):c;return a.a.createElement(Y.Provider,{value:{baseuri:f,basepath:r}},a.a.createElement(T,v,b))}return null},t}(a.a.PureComponent);V.defaultProps={primary:!0};var z=j("Focus"),q=function(e){var t=e.uri,n=e.location,r=e.component,i=M(e,["uri","location","component"]);return a.a.createElement(z.Consumer,null,(function(e){return a.a.createElement(Q,D({},i,{component:r,requestFocus:e,uri:t,location:n}))}))},W=!0,K=0,Q=function(e){function t(){var n,r;L(this,t);for(var a=arguments.length,i=Array(a),o=0;o<a;o++)i[o]=arguments[o];return n=r=P(this,e.call.apply(e,[this].concat(i))),r.state={},r.requestFocus=function(e){!r.state.shouldFocus&&e&&e.focus()},P(r,n)}return k(t,e),t.getDerivedStateFromProps=function(e,t){if(null==t.uri)return D({shouldFocus:!0},e);var n=e.uri!==t.uri,r=t.location.pathname!==e.location.pathname&&e.location.pathname===e.uri;return D({shouldFocus:n||r},e)},t.prototype.componentDidMount=function(){K++,this.focus()},t.prototype.componentWillUnmount=function(){0===--K&&(W=!0)},t.prototype.componentDidUpdate=function(e,t){e.location!==this.props.location&&this.state.shouldFocus&&this.focus()},t.prototype.focus=function(){var e=this.props.requestFocus;e?e(this.node):W?W=!1:this.node&&(this.node.contains(document.activeElement)||this.node.focus())},t.prototype.render=function(){var e=this,t=this.props,n=(t.children,t.style),r=(t.requestFocus,t.component),i=void 0===r?"div":r,o=(t.uri,t.location,M(t,["children","style","requestFocus","component","uri","location"]));return a.a.createElement(i,D({style:D({outline:"none"},n),tabIndex:"-1",ref:function(t){return e.node=t}},o),a.a.createElement(z.Provider,{value:this.requestFocus},this.props.children))},t}(a.a.Component);!function(e){var t=e.prototype;if(!t||!t.isReactComponent)throw new Error("Can only polyfill class components");if("function"!==typeof e.getDerivedStateFromProps&&"function"!==typeof t.getSnapshotBeforeUpdate)return e;var n=null,r=null,a=null;if("function"===typeof t.componentWillMount?n="componentWillMount":"function"===typeof t.UNSAFE_componentWillMount&&(n="UNSAFE_componentWillMount"),"function"===typeof t.componentWillReceiveProps?r="componentWillReceiveProps":"function"===typeof t.UNSAFE_componentWillReceiveProps&&(r="UNSAFE_componentWillReceiveProps"),"function"===typeof t.componentWillUpdate?a="componentWillUpdate":"function"===typeof t.UNSAFE_componentWillUpdate&&(a="UNSAFE_componentWillUpdate"),null!==n||null!==r||null!==a){var i=e.displayName||e.name,o="function"===typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+i+" uses "+o+" but also contains the following legacy lifecycles:"+(null!==n?"\n  "+n:"")+(null!==r?"\n  "+r:"")+(null!==a?"\n  "+a:"")+"\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://fb.me/react-async-component-lifecycle-hooks")}if("function"===typeof e.getDerivedStateFromProps&&(t.componentWillMount=c,t.componentWillReceiveProps=d),"function"===typeof t.getSnapshotBeforeUpdate){if("function"!==typeof t.componentDidUpdate)throw new Error("Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype");t.componentWillUpdate=u;var s=t.componentDidUpdate;t.componentDidUpdate=function(e,t,n){var r=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:n;s.call(this,e,t,r)}}}(Q);var $=function(){},X=a.a.forwardRef;"undefined"===typeof X&&(X=function(e){return e});var Z=X((function(e,t){var n=e.innerRef,r=M(e,["innerRef"]);return a.a.createElement(Y.Consumer,null,(function(e){e.basepath;var i=e.baseuri;return a.a.createElement(F,null,(function(e){var o=e.location,s=e.navigate,l=r.to,c=r.state,d=r.replace,u=r.getProps,p=void 0===u?$:u,m=M(r,["to","state","replace","getProps"]),f=g(l,i),h=encodeURI(f),E=o.pathname===h,S=_(o.pathname,h);return a.a.createElement("a",D({ref:t||n,"aria-current":E?"page":void 0},m,p({isCurrent:E,isPartiallyCurrent:S,href:f,location:o}),{href:f,onClick:function(e){if(m.onClick&&m.onClick(e),ue(e)){e.preventDefault();var t=d;if("boolean"!==typeof d&&E){var n=D({},o.state),r=(n.key,M(n,["key"]));a=D({},c),i=r,t=(l=Object.keys(a)).length===Object.keys(i).length&&l.every((function(e){return i.hasOwnProperty(e)&&a[e]===i[e]}))}s(f,{state:c,replace:t})}var a,i,l}}))}))}))}));function J(e){this.uri=e}Z.displayName="Link";var ee=function(e){return e instanceof J},te=function(e){throw new J(e)},ne=function(e){function t(){return L(this,t),P(this,e.apply(this,arguments))}return k(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.navigate,n=e.to,r=(e.from,e.replace),a=void 0===r||r,i=e.state,o=(e.noThrow,e.baseuri),s=M(e,["navigate","to","from","replace","state","noThrow","baseuri"]);Promise.resolve().then((function(){var e=g(n,o);t(f(e,s),{replace:a,state:i})}))},t.prototype.render=function(){var e=this.props,t=(e.navigate,e.to),n=(e.from,e.replace,e.state,e.noThrow),r=e.baseuri,a=M(e,["navigate","to","from","replace","state","noThrow","baseuri"]),i=g(t,r);return n||te(f(i,a)),null},t}(a.a.Component),re=function(e){return a.a.createElement(Y.Consumer,null,(function(t){var n=t.baseuri;return a.a.createElement(F,null,(function(t){return a.a.createElement(ne,D({},t,{baseuri:n},e))}))}))},ae=function(e){var t=e.path,n=e.children;return a.a.createElement(Y.Consumer,null,(function(e){var r=e.baseuri;return a.a.createElement(F,null,(function(e){var a=e.navigate,i=e.location,o=g(t,r),s=m(o,i.pathname);return n({navigate:a,location:i,match:s?D({},s.params,{uri:s.uri,path:t}):null})}))}))},ie=function(){var e=Object(r.useContext)(U);if(!e)throw new Error("useLocation hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");return e.location},oe=function(){var e=Object(r.useContext)(U);if(!e)throw new Error("useNavigate hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");return e.navigate},se=function(){var e=Object(r.useContext)(Y);if(!e)throw new Error("useParams hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");var t=ie(),n=m(e.basepath,t.pathname);return n?n.params:null},le=function(e){if(!e)throw new Error("useMatch(path: string) requires an argument of a string to match against");var t=Object(r.useContext)(Y);if(!t)throw new Error("useMatch hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");var n=ie(),a=g(e,t.baseuri),i=m(a,n.pathname);return i?D({},i.params,{uri:i.uri,path:e}):null},ce=function(e){return e.replace(/(^\/+|\/+$)/g,"")},de=function e(t){return function(n){if(!n)return null;if(n.type===a.a.Fragment&&n.props.children)return a.a.Children.map(n.props.children,e(t));var r,i,s;if(n.props.path||n.props.default||n.type===re||o()(!1),n.type!==re||n.props.from&&n.props.to||o()(!1),n.type===re&&(r=n.props.from,i=n.props.to,s=function(e){return E(e)},v(r).filter(s).sort().join("/")!==v(i).filter(s).sort().join("/"))&&o()(!1),n.props.default)return{value:n,default:!0};var l=n.type===re?n.props.from:n.props.path,c="/"===l?t:ce(t)+"/"+ce(l);return{value:n,default:n.props.default,path:n.props.children?ce(c)+"/*":c}}},ue=function(e){return!e.defaultPrevented&&0===e.button&&!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}},"../node_modules/array-sort/index.js":function(e,t,n){"use strict";var r=n("../node_modules/default-compare/index.js"),a=n("../node_modules/kind-of/index.js"),i=n("../node_modules/get-value/index.js");function o(e,t){return t=t||{},function(n,r){for(var a,i=e.length,o=-1;++o<i&&0===(a=s(e[o],n,r)););return!0===t.reverse?-1*a:a}}function s(e,t,n){return"function"===typeof e?e(t,n,s.bind(null,null)):e&&"object"===typeof t&&"object"===typeof n?s(null,i(t,e),i(n,e)):r(t,n)}function l(e){return[].concat.apply([],e)}e.exports=function(e,t,n){if(null==e)return[];if(!Array.isArray(e))throw new TypeError("array-sort expects an array.");if(1===arguments.length)return e.sort();var r=l([].slice.call(arguments,1));return"object"===a(r[r.length-1])&&(n=r.pop()),e.sort(o(r,n))}},"../node_modules/axios/index.js":function(e,t,n){e.exports=n("../node_modules/axios/lib/axios.js")},"../node_modules/axios/lib/adapters/xhr.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/core/settle.js"),i=n("../node_modules/axios/lib/helpers/buildURL.js"),o=n("../node_modules/axios/lib/helpers/parseHeaders.js"),s=n("../node_modules/axios/lib/helpers/isURLSameOrigin.js"),l=n("../node_modules/axios/lib/core/createError.js");e.exports=function(e){return new Promise((function(t,c){var d=e.data,u=e.headers;r.isFormData(d)&&delete u["Content-Type"];var _=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",m=e.auth.password||"";u.Authorization="Basic "+btoa(p+":"+m)}if(_.open(e.method.toUpperCase(),i(e.url,e.params,e.paramsSerializer),!0),_.timeout=e.timeout,_.onreadystatechange=function(){if(_&&4===_.readyState&&(0!==_.status||_.responseURL&&0===_.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in _?o(_.getAllResponseHeaders()):null,r={data:e.responseType&&"text"!==e.responseType?_.response:_.responseText,status:_.status,statusText:_.statusText,headers:n,config:e,request:_};a(t,c,r),_=null}},_.onabort=function(){_&&(c(l("Request aborted",e,"ECONNABORTED",_)),_=null)},_.onerror=function(){c(l("Network Error",e,null,_)),_=null},_.ontimeout=function(){c(l("timeout of "+e.timeout+"ms exceeded",e,"ECONNABORTED",_)),_=null},r.isStandardBrowserEnv()){var g=n("../node_modules/axios/lib/helpers/cookies.js"),f=(e.withCredentials||s(e.url))&&e.xsrfCookieName?g.read(e.xsrfCookieName):void 0;f&&(u[e.xsrfHeaderName]=f)}if("setRequestHeader"in _&&r.forEach(u,(function(e,t){"undefined"===typeof d&&"content-type"===t.toLowerCase()?delete u[t]:_.setRequestHeader(t,e)})),e.withCredentials&&(_.withCredentials=!0),e.responseType)try{_.responseType=e.responseType}catch(h){if("json"!==e.responseType)throw h}"function"===typeof e.onDownloadProgress&&_.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&_.upload&&_.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){_&&(_.abort(),c(e),_=null)})),void 0===d&&(d=null),_.send(d)}))}},"../node_modules/axios/lib/axios.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/helpers/bind.js"),i=n("../node_modules/axios/lib/core/Axios.js"),o=n("../node_modules/axios/lib/core/mergeConfig.js");function s(e){var t=new i(e),n=a(i.prototype.request,t);return r.extend(n,i.prototype,t),r.extend(n,t),n}var l=s(n("../node_modules/axios/lib/defaults.js"));l.Axios=i,l.create=function(e){return s(o(l.defaults,e))},l.Cancel=n("../node_modules/axios/lib/cancel/Cancel.js"),l.CancelToken=n("../node_modules/axios/lib/cancel/CancelToken.js"),l.isCancel=n("../node_modules/axios/lib/cancel/isCancel.js"),l.all=function(e){return Promise.all(e)},l.spread=n("../node_modules/axios/lib/helpers/spread.js"),e.exports=l,e.exports.default=l},"../node_modules/axios/lib/cancel/Cancel.js":function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},"../node_modules/axios/lib/cancel/CancelToken.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/cancel/Cancel.js");function a(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}a.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},a.source=function(){var e;return{token:new a((function(t){e=t})),cancel:e}},e.exports=a},"../node_modules/axios/lib/cancel/isCancel.js":function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},"../node_modules/axios/lib/core/Axios.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/helpers/buildURL.js"),i=n("../node_modules/axios/lib/core/InterceptorManager.js"),o=n("../node_modules/axios/lib/core/dispatchRequest.js"),s=n("../node_modules/axios/lib/core/mergeConfig.js");function l(e){this.defaults=e,this.interceptors={request:new i,response:new i}}l.prototype.request=function(e){"string"===typeof e?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=s(this.defaults,e)).method=e.method?e.method.toLowerCase():"get";var t=[o,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));t.length;)n=n.then(t.shift(),t.shift());return n},l.prototype.getUri=function(e){return e=s(this.defaults,e),a(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(e){l.prototype[e]=function(t,n){return this.request(r.merge(n||{},{method:e,url:t}))}})),r.forEach(["post","put","patch"],(function(e){l.prototype[e]=function(t,n,a){return this.request(r.merge(a||{},{method:e,url:t,data:n}))}})),e.exports=l},"../node_modules/axios/lib/core/InterceptorManager.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");function a(){this.handlers=[]}a.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},a.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},a.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=a},"../node_modules/axios/lib/core/createError.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/core/enhanceError.js");e.exports=function(e,t,n,a,i){var o=new Error(e);return r(o,t,n,a,i)}},"../node_modules/axios/lib/core/dispatchRequest.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/core/transformData.js"),i=n("../node_modules/axios/lib/cancel/isCancel.js"),o=n("../node_modules/axios/lib/defaults.js"),s=n("../node_modules/axios/lib/helpers/isAbsoluteURL.js"),l=n("../node_modules/axios/lib/helpers/combineURLs.js");function c(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){return c(e),e.baseURL&&!s(e.url)&&(e.url=l(e.baseURL,e.url)),e.headers=e.headers||{},e.data=a(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||o.adapter)(e).then((function(t){return c(e),t.data=a(t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(c(e),t&&t.response&&(t.response.data=a(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},"../node_modules/axios/lib/core/enhanceError.js":function(e,t,n){"use strict";e.exports=function(e,t,n,r,a){return e.config=t,n&&(e.code=n),e.request=r,e.response=a,e.isAxiosError=!0,e.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},e}},"../node_modules/axios/lib/core/mergeConfig.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=function(e,t){t=t||{};var n={};return r.forEach(["url","method","params","data"],(function(e){"undefined"!==typeof t[e]&&(n[e]=t[e])})),r.forEach(["headers","auth","proxy"],(function(a){r.isObject(t[a])?n[a]=r.deepMerge(e[a],t[a]):"undefined"!==typeof t[a]?n[a]=t[a]:r.isObject(e[a])?n[a]=r.deepMerge(e[a]):"undefined"!==typeof e[a]&&(n[a]=e[a])})),r.forEach(["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"],(function(r){"undefined"!==typeof t[r]?n[r]=t[r]:"undefined"!==typeof e[r]&&(n[r]=e[r])})),n}},"../node_modules/axios/lib/core/settle.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/core/createError.js");e.exports=function(e,t,n){var a=n.config.validateStatus;!a||a(n.status)?e(n):t(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},"../node_modules/axios/lib/core/transformData.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},"../node_modules/axios/lib/defaults.js":function(e,t,n){"use strict";(function(t){var r=n("../node_modules/axios/lib/utils.js"),a=n("../node_modules/axios/lib/helpers/normalizeHeaderName.js"),i={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var s,l={adapter:(("undefined"!==typeof t&&"[object process]"===Object.prototype.toString.call(t)||"undefined"!==typeof XMLHttpRequest)&&(s=n("../node_modules/axios/lib/adapters/xhr.js")),s),transformRequest:[function(e,t){return a(t,"Accept"),a(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"===typeof e)try{e=JSON.parse(e)}catch(t){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300}};l.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(i)})),e.exports=l}).call(this,n("../node_modules/process/browser.js"))},"../node_modules/axios/lib/helpers/bind.js":function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},"../node_modules/axios/lib/helpers/buildURL.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");function a(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var i;if(n)i=n(t);else if(r.isURLSearchParams(t))i=t.toString();else{var o=[];r.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),o.push(a(t)+"="+a(e))})))})),i=o.join("&")}if(i){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},"../node_modules/axios/lib/helpers/combineURLs.js":function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},"../node_modules/axios/lib/helpers/cookies.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=r.isStandardBrowserEnv()?{write:function(e,t,n,a,i,o){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(a)&&s.push("path="+a),r.isString(i)&&s.push("domain="+i),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},"../node_modules/axios/lib/helpers/isAbsoluteURL.js":function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},"../node_modules/axios/lib/helpers/isURLSameOrigin.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function a(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=a(window.location.href),function(t){var n=r.isString(t)?a(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}},"../node_modules/axios/lib/helpers/normalizeHeaderName.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js");e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},"../node_modules/axios/lib/helpers/parseHeaders.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/utils.js"),a=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,i,o={};return e?(r.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=r.trim(e.substr(0,i)).toLowerCase(),n=r.trim(e.substr(i+1)),t){if(o[t]&&a.indexOf(t)>=0)return;o[t]="set-cookie"===t?(o[t]?o[t]:[]).concat([n]):o[t]?o[t]+", "+n:n}})),o):o}},"../node_modules/axios/lib/helpers/spread.js":function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"../node_modules/axios/lib/utils.js":function(e,t,n){"use strict";var r=n("../node_modules/axios/lib/helpers/bind.js"),a=n("../node_modules/is-buffer/index.js"),i=Object.prototype.toString;function o(e){return"[object Array]"===i.call(e)}function s(e){return null!==e&&"object"===typeof e}function l(e){return"[object Function]"===i.call(e)}function c(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),o(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.call(null,e[a],a,e)}e.exports={isArray:o,isArrayBuffer:function(e){return"[object ArrayBuffer]"===i.call(e)},isBuffer:a,isFormData:function(e){return"undefined"!==typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"===typeof e},isNumber:function(e){return"number"===typeof e},isObject:s,isUndefined:function(e){return"undefined"===typeof e},isDate:function(e){return"[object Date]"===i.call(e)},isFile:function(e){return"[object File]"===i.call(e)},isBlob:function(e){return"[object Blob]"===i.call(e)},isFunction:l,isStream:function(e){return s(e)&&l(e.pipe)},isURLSearchParams:function(e){return"undefined"!==typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)},forEach:c,merge:function e(){var t={};function n(n,r){"object"===typeof t[r]&&"object"===typeof n?t[r]=e(t[r],n):t[r]=n}for(var r=0,a=arguments.length;r<a;r++)c(arguments[r],n);return t},deepMerge:function e(){var t={};function n(n,r){"object"===typeof t[r]&&"object"===typeof n?t[r]=e(t[r],n):t[r]="object"===typeof n?e({},n):n}for(var r=0,a=arguments.length;r<a;r++)c(arguments[r],n);return t},extend:function(e,t,n){return c(t,(function(t,a){e[a]=n&&"function"===typeof t?r(t,n):t})),e},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}}},"../node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js":function(e,t,n){"use strict";function r(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}n.d(t,"a",(function(){return r}))},"../node_modules/base64-js/index.js":function(e,t,n){"use strict";t.byteLength=function(e){var t=c(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,r=c(e),o=r[0],s=r[1],l=new i(function(e,t,n){return 3*(t+n)/4-n}(0,o,s)),d=0,u=s>0?o-4:o;for(n=0;n<u;n+=4)t=a[e.charCodeAt(n)]<<18|a[e.charCodeAt(n+1)]<<12|a[e.charCodeAt(n+2)]<<6|a[e.charCodeAt(n+3)],l[d++]=t>>16&255,l[d++]=t>>8&255,l[d++]=255&t;2===s&&(t=a[e.charCodeAt(n)]<<2|a[e.charCodeAt(n+1)]>>4,l[d++]=255&t);1===s&&(t=a[e.charCodeAt(n)]<<10|a[e.charCodeAt(n+1)]<<4|a[e.charCodeAt(n+2)]>>2,l[d++]=t>>8&255,l[d++]=255&t);return l},t.fromByteArray=function(e){for(var t,n=e.length,a=n%3,i=[],o=0,s=n-a;o<s;o+=16383)i.push(d(e,o,o+16383>s?s:o+16383));1===a?(t=e[n-1],i.push(r[t>>2]+r[t<<4&63]+"==")):2===a&&(t=(e[n-2]<<8)+e[n-1],i.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"="));return i.join("")};for(var r=[],a=[],i="undefined"!==typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,l=o.length;s<l;++s)r[s]=o[s],a[o.charCodeAt(s)]=s;function c(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function d(e,t,n){for(var a,i,o=[],s=t;s<n;s+=3)a=(e[s]<<16&16711680)+(e[s+1]<<8&65280)+(255&e[s+2]),o.push(r[(i=a)>>18&63]+r[i>>12&63]+r[i>>6&63]+r[63&i]);return o.join("")}a["-".charCodeAt(0)]=62,a["_".charCodeAt(0)]=63},"../node_modules/buffer/index.js":function(e,t,n){"use strict";(function(e){var r=n("../node_modules/base64-js/index.js"),a=n("../node_modules/ieee754/index.js"),i=n("../node_modules/isarray/index.js");function o(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(o()<t)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=l.prototype:(null===e&&(e=new l(t)),e.length=t),e}function l(e,t,n){if(!l.TYPED_ARRAY_SUPPORT&&!(this instanceof l))return new l(e,t,n);if("number"===typeof e){if("string"===typeof t)throw new Error("If encoding is specified then the first argument must be a string");return u(this,e)}return c(this,e,t,n)}function c(e,t,n,r){if("number"===typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!==typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);l.TYPED_ARRAY_SUPPORT?(e=t).__proto__=l.prototype:e=_(e,t);return e}(e,t,n,r):"string"===typeof t?function(e,t,n){"string"===typeof n&&""!==n||(n="utf8");if(!l.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|m(t,n),a=(e=s(e,r)).write(t,n);a!==r&&(e=e.slice(0,a));return e}(e,t,n):function(e,t){if(l.isBuffer(t)){var n=0|p(t.length);return 0===(e=s(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!==typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!==typeof t.length||(r=t.length)!==r?s(e,0):_(e,t);if("Buffer"===t.type&&i(t.data))return _(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function d(e){if("number"!==typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function u(e,t){if(d(t),e=s(e,t<0?0:0|p(t)),!l.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function _(e,t){var n=t.length<0?0:0|p(t.length);e=s(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function p(e){if(e>=o())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o().toString(16)+" bytes");return 0|e}function m(e,t){if(l.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return B(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return G(e).length;default:if(r)return B(e).length;t=(""+t).toLowerCase(),r=!0}}function g(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return A(this,t,n);case"utf8":case"utf-8":return N(this,t,n);case"ascii":return R(this,t,n);case"latin1":case"binary":return I(this,t,n);case"base64":return O(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return w(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function f(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function h(e,t,n,r,a){if(0===e.length)return-1;if("string"===typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=a?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(a)return-1;n=e.length-1}else if(n<0){if(!a)return-1;n=0}if("string"===typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:E(e,t,n,r,a);if("number"===typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):E(e,[t],n,r,a);throw new TypeError("val must be string, number or Buffer")}function E(e,t,n,r,a){var i,o=1,s=e.length,l=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;o=2,s/=2,l/=2,n/=2}function c(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}if(a){var d=-1;for(i=n;i<s;i++)if(c(e,i)===c(t,-1===d?0:i-d)){if(-1===d&&(d=i),i-d+1===l)return d*o}else-1!==d&&(i-=i-d),d=-1}else for(n+l>s&&(n=s-l),i=n;i>=0;i--){for(var u=!0,_=0;_<l;_++)if(c(e,i+_)!==c(t,_)){u=!1;break}if(u)return i}return-1}function S(e,t,n,r){n=Number(n)||0;var a=e.length-n;r?(r=Number(r))>a&&(r=a):r=a;var i=t.length;if(i%2!==0)throw new TypeError("Invalid hex string");r>i/2&&(r=i/2);for(var o=0;o<r;++o){var s=parseInt(t.substr(2*o,2),16);if(isNaN(s))return o;e[n+o]=s}return o}function b(e,t,n,r){return Y(B(t,e.length-n),e,n,r)}function T(e,t,n,r){return Y(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function v(e,t,n,r){return T(e,t,n,r)}function y(e,t,n,r){return Y(G(t),e,n,r)}function C(e,t,n,r){return Y(function(e,t){for(var n,r,a,i=[],o=0;o<e.length&&!((t-=2)<0);++o)n=e.charCodeAt(o),r=n>>8,a=n%256,i.push(a),i.push(r);return i}(t,e.length-n),e,n,r)}function O(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function N(e,t,n){n=Math.min(e.length,n);for(var r=[],a=t;a<n;){var i,o,s,l,c=e[a],d=null,u=c>239?4:c>223?3:c>191?2:1;if(a+u<=n)switch(u){case 1:c<128&&(d=c);break;case 2:128===(192&(i=e[a+1]))&&(l=(31&c)<<6|63&i)>127&&(d=l);break;case 3:i=e[a+1],o=e[a+2],128===(192&i)&&128===(192&o)&&(l=(15&c)<<12|(63&i)<<6|63&o)>2047&&(l<55296||l>57343)&&(d=l);break;case 4:i=e[a+1],o=e[a+2],s=e[a+3],128===(192&i)&&128===(192&o)&&128===(192&s)&&(l=(15&c)<<18|(63&i)<<12|(63&o)<<6|63&s)>65535&&l<1114112&&(d=l)}null===d?(d=65533,u=1):d>65535&&(d-=65536,r.push(d>>>10&1023|55296),d=56320|1023&d),r.push(d),a+=u}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=4096));return n}(r)}t.Buffer=l,t.SlowBuffer=function(e){+e!=e&&(e=0);return l.alloc(+e)},t.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:function(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"===typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(t){return!1}}(),t.kMaxLength=o(),l.poolSize=8192,l._augment=function(e){return e.__proto__=l.prototype,e},l.from=function(e,t,n){return c(null,e,t,n)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(e,t,n){return function(e,t,n,r){return d(t),t<=0?s(e,t):void 0!==n?"string"===typeof r?s(e,t).fill(n,r):s(e,t).fill(n):s(e,t)}(null,e,t,n)},l.allocUnsafe=function(e){return u(null,e)},l.allocUnsafeSlow=function(e){return u(null,e)},l.isBuffer=function(e){return!(null==e||!e._isBuffer)},l.compare=function(e,t){if(!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,a=0,i=Math.min(n,r);a<i;++a)if(e[a]!==t[a]){n=e[a],r=t[a];break}return n<r?-1:r<n?1:0},l.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(e,t){if(!i(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return l.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=l.allocUnsafe(t),a=0;for(n=0;n<e.length;++n){var o=e[n];if(!l.isBuffer(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,a),a+=o.length}return r},l.byteLength=m,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)f(this,t,t+1);return this},l.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)f(this,t,t+3),f(this,t+1,t+2);return this},l.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)f(this,t,t+7),f(this,t+1,t+6),f(this,t+2,t+5),f(this,t+3,t+4);return this},l.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?N(this,0,e):g.apply(this,arguments)},l.prototype.equals=function(e){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===l.compare(this,e)},l.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return this.length>0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),"<Buffer "+e+">"},l.prototype.compare=function(e,t,n,r,a){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===a&&(a=this.length),t<0||n>e.length||r<0||a>this.length)throw new RangeError("out of range index");if(r>=a&&t>=n)return 0;if(r>=a)return-1;if(t>=n)return 1;if(this===e)return 0;for(var i=(a>>>=0)-(r>>>=0),o=(n>>>=0)-(t>>>=0),s=Math.min(i,o),c=this.slice(r,a),d=e.slice(t,n),u=0;u<s;++u)if(c[u]!==d[u]){i=c[u],o=d[u];break}return i<o?-1:o<i?1:0},l.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},l.prototype.indexOf=function(e,t,n){return h(this,e,t,n,!0)},l.prototype.lastIndexOf=function(e,t,n){return h(this,e,t,n,!1)},l.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"===typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var a=this.length-t;if((void 0===n||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return S(this,e,t,n);case"utf8":case"utf-8":return b(this,e,t,n);case"ascii":return T(this,e,t,n);case"latin1":case"binary":return v(this,e,t,n);case"base64":return y(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function R(e,t,n){var r="";n=Math.min(e.length,n);for(var a=t;a<n;++a)r+=String.fromCharCode(127&e[a]);return r}function I(e,t,n){var r="";n=Math.min(e.length,n);for(var a=t;a<n;++a)r+=String.fromCharCode(e[a]);return r}function A(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var a="",i=t;i<n;++i)a+=F(e[i]);return a}function w(e,t,n){for(var r=e.slice(t,n),a="",i=0;i<r.length;i+=2)a+=String.fromCharCode(r[i]+256*r[i+1]);return a}function x(e,t,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function D(e,t,n,r,a,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>a||t<i)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function M(e,t,n,r){t<0&&(t=65535+t+1);for(var a=0,i=Math.min(e.length-n,2);a<i;++a)e[n+a]=(t&255<<8*(r?a:1-a))>>>8*(r?a:1-a)}function L(e,t,n,r){t<0&&(t=4294967295+t+1);for(var a=0,i=Math.min(e.length-n,4);a<i;++a)e[n+a]=t>>>8*(r?a:3-a)&255}function P(e,t,n,r,a,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function k(e,t,n,r,i){return i||P(e,0,n,4),a.write(e,t,n,r,23,4),n+4}function j(e,t,n,r,i){return i||P(e,0,n,8),a.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),l.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=l.prototype;else{var a=t-e;n=new l(a,void 0);for(var i=0;i<a;++i)n[i]=this[i+e]}return n},l.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||x(e,t,this.length);for(var r=this[e],a=1,i=0;++i<t&&(a*=256);)r+=this[e+i]*a;return r},l.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||x(e,t,this.length);for(var r=this[e+--t],a=1;t>0&&(a*=256);)r+=this[e+--t]*a;return r},l.prototype.readUInt8=function(e,t){return t||x(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||x(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||x(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||x(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||x(e,t,this.length);for(var r=this[e],a=1,i=0;++i<t&&(a*=256);)r+=this[e+i]*a;return r>=(a*=128)&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||x(e,t,this.length);for(var r=t,a=1,i=this[e+--r];r>0&&(a*=256);)i+=this[e+--r]*a;return i>=(a*=128)&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return t||x(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){t||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return t||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||x(e,4,this.length),a.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||x(e,4,this.length),a.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||x(e,8,this.length),a.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||x(e,8,this.length),a.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||D(this,e,t,n,Math.pow(2,8*n)-1,0);var a=1,i=0;for(this[t]=255&e;++i<n&&(a*=256);)this[t+i]=e/a&255;return t+n},l.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||D(this,e,t,n,Math.pow(2,8*n)-1,0);var a=n-1,i=1;for(this[t+a]=255&e;--a>=0&&(i*=256);)this[t+a]=e/i&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):M(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):M(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):L(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):L(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var a=Math.pow(2,8*n-1);D(this,e,t,n,a-1,-a)}var i=0,o=1,s=0;for(this[t]=255&e;++i<n&&(o*=256);)e<0&&0===s&&0!==this[t+i-1]&&(s=1),this[t+i]=(e/o>>0)-s&255;return t+n},l.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var a=Math.pow(2,8*n-1);D(this,e,t,n,a-1,-a)}var i=n-1,o=1,s=0;for(this[t+i]=255&e;--i>=0&&(o*=256);)e<0&&0===s&&0!==this[t+i+1]&&(s=1),this[t+i]=(e/o>>0)-s&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):M(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):M(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):L(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||D(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):L(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,n){return k(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return k(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return j(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return j(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var a,i=r-n;if(this===e&&n<t&&t<r)for(a=i-1;a>=0;--a)e[a+t]=this[a+n];else if(i<1e3||!l.TYPED_ARRAY_SUPPORT)for(a=0;a<i;++a)e[a+t]=this[a+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+i),t);return i},l.prototype.fill=function(e,t,n,r){if("string"===typeof e){if("string"===typeof t?(r=t,t=0,n=this.length):"string"===typeof n&&(r=n,n=this.length),1===e.length){var a=e.charCodeAt(0);a<256&&(e=a)}if(void 0!==r&&"string"!==typeof r)throw new TypeError("encoding must be a string");if("string"===typeof r&&!l.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"===typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var i;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"===typeof e)for(i=t;i<n;++i)this[i]=e;else{var o=l.isBuffer(e)?e:B(new l(e,r).toString()),s=o.length;for(i=0;i<n-t;++i)this[i+t]=o[i%s]}return this};var U=/[^+\/0-9A-Za-z-_]/g;function F(e){return e<16?"0"+e.toString(16):e.toString(16)}function B(e,t){var n;t=t||1/0;for(var r=e.length,a=null,i=[],o=0;o<r;++o){if((n=e.charCodeAt(o))>55295&&n<57344){if(!a){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(o+1===r){(t-=3)>-1&&i.push(239,191,189);continue}a=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),a=n;continue}n=65536+(a-55296<<10|n-56320)}else a&&(t-=3)>-1&&i.push(239,191,189);if(a=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function G(e){return r.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(U,"")).length<2)return"";for(;e.length%4!==0;)e+="=";return e}(e))}function Y(e,t,n,r){for(var a=0;a<r&&!(a+n>=t.length||a>=e.length);++a)t[a+n]=e[a];return a}}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/capitalize/index.js":function(e,t){function n(e,t){return(t=i(t)).preserve||(e=e.toLowerCase()),e.charAt(0).toUpperCase()+e.substring(1)}var r=/['"`\u2019]/,a=/[0-9a-zA-Z\u00C0-\u017F\u0400-\u04FF]/;function i(e){if(!e)return{preserve:!1};if("boolean"===typeof e)return{preserve:e};if(e.skipWord instanceof RegExp){const t=e.skipWord;e.skipWord=function(e,n){return n>0&&t.test(e)}}return e||{}}n.words=function(e,t){(t=i(t)).preserve||(e=e.toLowerCase());for(var o,s=0,l=/[^0-9a-zA-Z\u00C0-\u017F\u0400-\u04FF]+|$/g,c="",d=0;o=l.exec(e);){var u=o[0],_=l.lastIndex-u.length;if(!r.test(e[_])||!a.test(e[_+1])){var p=e.substring(s,l.lastIndex-u.length);if(r.test(p[0])&&(c+=p[0],p=p.substring(1)),"function"===typeof t.skipWord&&t.skipWord(p,d)?c+=p:c+=n(p,t),c+=u,d++,(s=l.lastIndex)==e.length)break}}return c},e.exports=n},"../node_modules/core-util-is/lib/util.js":function(e,t,n){function r(e){return Object.prototype.toString.call(e)}t.isArray=function(e){return Array.isArray?Array.isArray(e):"[object Array]"===r(e)},t.isBoolean=function(e){return"boolean"===typeof e},t.isNull=function(e){return null===e},t.isNullOrUndefined=function(e){return null==e},t.isNumber=function(e){return"number"===typeof e},t.isString=function(e){return"string"===typeof e},t.isSymbol=function(e){return"symbol"===typeof e},t.isUndefined=function(e){return void 0===e},t.isRegExp=function(e){return"[object RegExp]"===r(e)},t.isObject=function(e){return"object"===typeof e&&null!==e},t.isDate=function(e){return"[object Date]"===r(e)},t.isError=function(e){return"[object Error]"===r(e)||e instanceof Error},t.isFunction=function(e){return"function"===typeof e},t.isPrimitive=function(e){return null===e||"boolean"===typeof e||"number"===typeof e||"string"===typeof e||"symbol"===typeof e||"undefined"===typeof e},t.isBuffer=n("../node_modules/buffer/index.js").Buffer.isBuffer},"../node_modules/create-react-context/lib/implementation.js":function(e,t,n){"use strict";t.__esModule=!0;var r=n("../node_modules/react/index.js"),a=(o(r),o(n("../node_modules/prop-types/index.js"))),i=o(n("../node_modules/gud/index.js"));o(n("../node_modules/warning/warning.js"));function o(e){return e&&e.__esModule?e:{default:e}}function s(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function l(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t}function c(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function d(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}t.default=function(e,t){var n,o,u="__create-react-context-"+(0,i.default)()+"__",_=function(e){function n(){var t,r;s(this,n);for(var a=arguments.length,i=Array(a),o=0;o<a;o++)i[o]=arguments[o];return t=r=l(this,e.call.apply(e,[this].concat(i))),r.emitter=d(r.props.value),l(r,t)}return c(n,e),n.prototype.getChildContext=function(){var e;return(e={})[u]=this.emitter,e},n.prototype.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n=this.props.value,r=e.value,a=void 0;((i=n)===(o=r)?0!==i||1/i===1/o:i!==i&&o!==o)?a=0:(a="function"===typeof t?t(n,r):1073741823,0!==(a|=0)&&this.emitter.set(e.value,a))}var i,o},n.prototype.render=function(){return this.props.children},n}(r.Component);_.childContextTypes=((n={})[u]=a.default.object.isRequired,n);var p=function(t){function n(){var e,r;s(this,n);for(var a=arguments.length,i=Array(a),o=0;o<a;o++)i[o]=arguments[o];return e=r=l(this,t.call.apply(t,[this].concat(i))),r.state={value:r.getValue()},r.onUpdate=function(e,t){0!==((0|r.observedBits)&t)&&r.setState({value:r.getValue()})},l(r,e)}return c(n,t),n.prototype.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=void 0===t||null===t?1073741823:t},n.prototype.componentDidMount=function(){this.context[u]&&this.context[u].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=void 0===e||null===e?1073741823:e},n.prototype.componentWillUnmount=function(){this.context[u]&&this.context[u].off(this.onUpdate)},n.prototype.getValue=function(){return this.context[u]?this.context[u].get():e},n.prototype.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return p.contextTypes=((o={})[u]=a.default.object,o),{Provider:_,Consumer:p}},e.exports=t.default},"../node_modules/create-react-context/lib/index.js":function(e,t,n){"use strict";t.__esModule=!0;var r=i(n("../node_modules/react/index.js")),a=i(n("../node_modules/create-react-context/lib/implementation.js"));function i(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.createContext||a.default,e.exports=t.default},"../node_modules/default-compare/index.js":function(e,t,n){"use strict";var r=n("../node_modules/kind-of/index.js");e.exports=function(e,t,n){if(null!=n&&"string"!==r(n))throw new TypeError('expected "prop" to be undefined or a string');var a=r(e),i=r(t);return n&&("object"===a&&(e=e[n],a=r(e)),"object"===i&&(t=t[n],i=r(t))),"null"===a?"null"===i?0:"undefined"===i?-1:1:"undefined"===a?"null"===i?1:"undefined"===i?0:1:"null"===i||"undefined"===i||e<t?-1:e>t?1:0}},"../node_modules/events/events.js":function(e,t,n){"use strict";var r,a="object"===typeof Reflect?Reflect:null,i=a&&"function"===typeof a.apply?a.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=a&&"function"===typeof a.ownKeys?a.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var o=Number.isNaN||function(e){return e!==e};function s(){s.init.call(this)}e.exports=s,e.exports.once=function(e,t){return new Promise((function(n,r){function a(n){e.removeListener(t,i),r(n)}function i(){"function"===typeof e.removeListener&&e.removeListener("error",a),n([].slice.call(arguments))}h(e,t,i,{once:!0}),"error"!==t&&function(e,t,n){"function"===typeof e.on&&h(e,"error",t,n)}(e,a,{once:!0})}))},s.EventEmitter=s,s.prototype._events=void 0,s.prototype._eventsCount=0,s.prototype._maxListeners=void 0;var l=10;function c(e){if("function"!==typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function d(e){return void 0===e._maxListeners?s.defaultMaxListeners:e._maxListeners}function u(e,t,n,r){var a,i,o,s;if(c(n),void 0===(i=e._events)?(i=e._events=Object.create(null),e._eventsCount=0):(void 0!==i.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),i=e._events),o=i[t]),void 0===o)o=i[t]=n,++e._eventsCount;else if("function"===typeof o?o=i[t]=r?[n,o]:[o,n]:r?o.unshift(n):o.push(n),(a=d(e))>0&&o.length>a&&!o.warned){o.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=e,l.type=t,l.count=o.length,s=l,console&&console.warn&&console.warn(s)}return e}function _(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function p(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},a=_.bind(r);return a.listener=n,r.wrapFn=a,a}function m(e,t,n){var r=e._events;if(void 0===r)return[];var a=r[t];return void 0===a?[]:"function"===typeof a?n?[a.listener||a]:[a]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(a):f(a,a.length)}function g(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"===typeof n)return 1;if(void 0!==n)return n.length}return 0}function f(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function h(e,t,n,r){if("function"===typeof e.on)r.once?e.once(t,n):e.on(t,n);else{if("function"!==typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function a(i){r.once&&e.removeEventListener(t,a),n(i)}))}}Object.defineProperty(s,"defaultMaxListeners",{enumerable:!0,get:function(){return l},set:function(e){if("number"!==typeof e||e<0||o(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");l=e}}),s.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},s.prototype.setMaxListeners=function(e){if("number"!==typeof e||e<0||o(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},s.prototype.getMaxListeners=function(){return d(this)},s.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,a=this._events;if(void 0!==a)r=r&&void 0===a.error;else if(!r)return!1;if(r){var o;if(t.length>0&&(o=t[0]),o instanceof Error)throw o;var s=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw s.context=o,s}var l=a[e];if(void 0===l)return!1;if("function"===typeof l)i(l,this,t);else{var c=l.length,d=f(l,c);for(n=0;n<c;++n)i(d[n],this,t)}return!0},s.prototype.addListener=function(e,t){return u(this,e,t,!1)},s.prototype.on=s.prototype.addListener,s.prototype.prependListener=function(e,t){return u(this,e,t,!0)},s.prototype.once=function(e,t){return c(t),this.on(e,p(this,e,t)),this},s.prototype.prependOnceListener=function(e,t){return c(t),this.prependListener(e,p(this,e,t)),this},s.prototype.removeListener=function(e,t){var n,r,a,i,o;if(c(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0===--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!==typeof n){for(a=-1,i=n.length-1;i>=0;i--)if(n[i]===t||n[i].listener===t){o=n[i].listener,a=i;break}if(a<0)return this;0===a?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,a),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,o||t)}return this},s.prototype.off=s.prototype.removeListener,s.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0===--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var a,i=Object.keys(n);for(r=0;r<i.length;++r)"removeListener"!==(a=i[r])&&this.removeAllListeners(a);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"===typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},s.prototype.listeners=function(e){return m(this,e,!0)},s.prototype.rawListeners=function(e){return m(this,e,!1)},s.listenerCount=function(e,t){return"function"===typeof e.listenerCount?e.listenerCount(t):g.call(e,t)},s.prototype.listenerCount=g,s.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},"../node_modules/facepaint/dist/index.es.js":function(e,t,n){"use strict";t.a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.literal,r=t.overlap,a=n?e:["&"].concat(e);function i(e){if("object"!==typeof e||null==e)return[];if(Array.isArray(e))return e.map(i);var t={},o={},s={};return Object.keys(e).forEach((function(l){var c=e[l];if(!Array.isArray(c)&&n&&(c=[c]),(n||Array.isArray(c))&&38!==l.charCodeAt(0)){var d=void 0;c.forEach((function(e,i){if((!r||d!==e)&&null!=e)if(d=e,0!==i||n)if(void 0===t[a[i]]){var o;t[a[i]]=((o={})[l]=e,o)}else t[a[i]][l]=e;else s[l]=e}))}else"object"===typeof c?o[l]=i(c):s[l]=c})),a.forEach((function(e){t[e]&&(s[e]=t[e])})),Object.assign(s,o),s}return function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.map(i)}}},"../node_modules/fast-deep-equal/index.js":function(e,t,n){"use strict";var r=Array.isArray,a=Object.keys,i=Object.prototype.hasOwnProperty;e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){var o,s,l,c=r(t),d=r(n);if(c&&d){if((s=t.length)!=n.length)return!1;for(o=s;0!==o--;)if(!e(t[o],n[o]))return!1;return!0}if(c!=d)return!1;var u=t instanceof Date,_=n instanceof Date;if(u!=_)return!1;if(u&&_)return t.getTime()==n.getTime();var p=t instanceof RegExp,m=n instanceof RegExp;if(p!=m)return!1;if(p&&m)return t.toString()==n.toString();var g=a(t);if((s=g.length)!==a(n).length)return!1;for(o=s;0!==o--;)if(!i.call(n,g[o]))return!1;for(o=s;0!==o--;)if(!e(t[l=g[o]],n[l]))return!1;return!0}return t!==t&&n!==n}},"../node_modules/fault/index.js":function(e,t,n){"use strict";var r=n("../node_modules/format/format.js"),a=i(Error);function i(e){return t.displayName=e.displayName||e.name,t;function t(t){return t&&(t=r.apply(null,arguments)),new e(t)}}e.exports=a,a.eval=i(EvalError),a.range=i(RangeError),a.reference=i(ReferenceError),a.syntax=i(SyntaxError),a.type=i(TypeError),a.uri=i(URIError),a.create=i},"../node_modules/format/format.js":function(e,t,n){!function(){var t;function n(e){for(var t,n,r,a,i=1,o=[].slice.call(arguments),s=0,l=e.length,c="",d=!1,u=!1,_=function(){return o[i++]},p=function(){for(var n="";/\d/.test(e[s]);)n+=e[s++],t=e[s];return n.length>0?parseInt(n):null};s<l;++s)if(t=e[s],d)switch(d=!1,"."==t?(u=!1,t=e[++s]):"0"==t&&"."==e[s+1]?(u=!0,t=e[s+=2]):u=!0,a=p(),t){case"b":c+=parseInt(_(),10).toString(2);break;case"c":c+="string"===typeof(n=_())||n instanceof String?n:String.fromCharCode(parseInt(n,10));break;case"d":c+=parseInt(_(),10);break;case"f":r=String(parseFloat(_()).toFixed(a||6)),c+=u?r:r.replace(/^0/,"");break;case"j":c+=JSON.stringify(_());break;case"o":c+="0"+parseInt(_(),10).toString(8);break;case"s":c+=_();break;case"x":c+="0x"+parseInt(_(),10).toString(16);break;case"X":c+="0x"+parseInt(_(),10).toString(16).toUpperCase();break;default:c+=t}else"%"===t?d=!0:c+=t;return c}(t=e.exports=n).format=n,t.vsprintf=function(e,t){return n.apply(null,[e].concat(t))},"undefined"!==typeof console&&"function"===typeof console.log&&(t.printf=function(){console.log(n.apply(null,arguments))})}()},"../node_modules/get-value/index.js":function(e,t){function n(e){return e?Array.isArray(e)?e.join("."):e:""}e.exports=function(e,t,r,a,i){if(null===(o=e)||"object"!==typeof o&&"function"!==typeof o||!t)return e;var o;if(t=n(t),r&&(t+="."+n(r)),a&&(t+="."+n(a)),i&&(t+="."+n(i)),t in e)return e[t];for(var s=t.split("."),l=s.length,c=-1;e&&++c<l;){for(var d=s[c];"\\"===d[d.length-1];)d=d.slice(0,-1)+"."+s[++c];e=e[d]}return e}},"../node_modules/github-buttons/dist/buttons.esm.js":function(e,t,n){"use strict";n.r(t),n.d(t,"render",(function(){return I}));var r=window.document,a=window.Math,i=window.HTMLElement,o=window.XMLHttpRequest,s=function(e,t){for(var n=0,r=e.length;n<r;n++)t(e[n])},l=function(e){return function(t,n,r){var a=e.createElement(t);if(null!=n)for(var i in n){var o=n[i];null!=o&&(null!=a[i]?a[i]=o:a.setAttribute(i,o))}return null!=r&&s(r,(function(t){a.appendChild("string"===typeof t?e.createTextNode(t):t)})),a}},c=l(r),d=function(e,t){return{}.hasOwnProperty.call(e,t)},u=function(e){return(""+e).toLowerCase()},_="github.com",p=o&&"prototype"in o&&"withCredentials"in o.prototype,m=p&&i&&"attachShadow"in i.prototype&&!("prototype"in i.prototype.attachShadow),g=function(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent("on"+t,n)},f=function(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent("on"+t,n)},h={light:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0969da;outline-offset:-2px}.btn{color:#24292f;background-color:#ebf0f4;border-color:#ccd1d5;border-color:rgba(27,31,36,.15);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f6f8fa'/%3e%3cstop offset='90%25' stop-color='%23ebf0f4'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #f6f8fa, #ebf0f4 90%);background-image:linear-gradient(180deg, #f6f8fa, #ebf0f4 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF6F8FA', endColorstr='#FFEAEFF3')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#e9ebef;background-position:0 -0.5em;border-color:#caccd1;border-color:rgba(27,31,36,.15);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f3f4f6'/%3e%3cstop offset='90%25' stop-color='%23e9ebef'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #f3f4f6, #e9ebef 90%);background-image:linear-gradient(180deg, #f3f4f6, #e9ebef 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF3F4F6', endColorstr='#FFE8EAEE')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#e5e9ed;border-color:#c7cbcf;border-color:rgba(27,31,36,.15);box-shadow:inset 0 .15em .3em rgba(27,31,36,.15);background-image:none;filter:none}.social-count{color:#24292f;background-color:#fff;border-color:#ddddde;border-color:rgba(27,31,36,.15)}.social-count:hover,.social-count:focus{color:#0969da}.octicon-heart{color:#bf3989}",light_high_contrast:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0349b4;outline-offset:-2px}.btn{color:#0e1116;background-color:#e7ecf0;border-color:#2f3237;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#c4cdd5;background-position:0 -0.5em;border-color:#282c32;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:active{background-color:#d8dde1;border-color:#2c2f34;border-color:rgba(1,4,9,.8);box-shadow:inset 0 .15em .3em rgba(1,4,9,.15)}.social-count{color:#0e1116;background-color:#fff;border-color:#34363a;border-color:rgba(1,4,9,.8)}.social-count:hover,.social-count:focus{color:#0349b4}.octicon-heart{color:#971368}",dark:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px}.btn{color:#c9d1d9;background-color:#1a1e23;border-color:#2f3439;border-color:rgba(240,246,252,.1);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2321262d'/%3e%3cstop offset='90%25' stop-color='%231a1e23'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #21262d, #1a1e23 90%);background-image:linear-gradient(180deg, #21262d, #1a1e23 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF21262D', endColorstr='#FF191D22')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#292e33;background-position:0 -0.5em;border-color:#8b949e;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2330363d'/%3e%3cstop offset='90%25' stop-color='%23292e33'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #30363d, #292e33 90%);background-image:linear-gradient(180deg, #30363d, #292e33 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF30363D', endColorstr='#FF282D32')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#161719;border-color:#8b949e;box-shadow:inset 0 .15em .3em rgba(1,4,9,.15);background-image:none;filter:none}.social-count{color:#c9d1d9;background-color:#0d1117;border-color:#24282e;border-color:rgba(240,246,252,.1)}.social-count:hover,.social-count:focus{color:#58a6ff}.octicon-heart{color:#db61a2}",dark_dimmed:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #539bf5;outline-offset:-2px}.btn{color:#adbac7;background-color:#30363d;border-color:#40464e;border-color:rgba(205,217,229,.1);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23373e47'/%3e%3cstop offset='90%25' stop-color='%2330363d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #373e47, #30363d 90%);background-image:linear-gradient(180deg, #373e47, #30363d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF373E47', endColorstr='#FF2F353C')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#3c444d;background-position:0 -0.5em;border-color:#768390;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23444c56'/%3e%3cstop offset='90%25' stop-color='%233c444d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\");background-image:-moz-linear-gradient(top, #444c56, #3c444d 90%);background-image:linear-gradient(180deg, #444c56, #3c444d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF444C56', endColorstr='#FF3B434C')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#2e3031;border-color:#768390;box-shadow:inset 0 .15em .3em rgba(28,33,40,.15);background-image:none;filter:none}.social-count{color:#adbac7;background-color:#22272e;border-color:#333940;border-color:rgba(205,217,229,.1)}.social-count:hover,.social-count:focus{color:#539bf5}.octicon-heart{color:#c96198}",dark_high_contrast:".btn:focus-visible,.social-count:focus-visible{outline:2px solid #71b7ff;outline-offset:-2px}.btn{color:#f0f3f6;background-color:#272b33;border-color:#7a828e;background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#4a515b;background-position:0 -0.5em;border-color:#bdc4cc;background-image:none;filter:none}.btn:active{background-color:#1d1d1f;border-color:#bdc4cc;box-shadow:inset 0 .15em .3em rgba(1,4,9,.15)}.social-count{color:#f0f3f6;background-color:#0a0c10;border-color:#7a828e}.social-count:hover,.social-count:focus{color:#71b7ff}.octicon-heart{color:#ef6eb1}"},E=function(e,t){return"@media(prefers-color-scheme:"+e+"){"+h[d(h,t)?t:e]+"}"},S=function(e){if(null==e)return h.light;if(d(h,e))return h[e];var t=function(e,t,n,r){null==t&&(t="&"),null==n&&(n="="),null==r&&(r=window.decodeURIComponent);var a={};return s(e.split(t),(function(e){if(""!==e){var t=e.split(n);a[r(t[0])]=null!=t[1]?r(t.slice(1).join(n)):void 0}})),a}(e,";",":",(function(e){return e.replace(/^[ \t\n\f\r]+|[ \t\n\f\r]+$/g,"")}));return h[d(h,t["no-preference"])?t["no-preference"]:"light"]+E("light",t.light)+E("dark",t.dark)},b={"comment-discussion":{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M1.5 2.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-3.5a.75.75 0 00-.53.22L3.5 11.44V9.25a.75.75 0 00-.75-.75h-1a.25.25 0 01-.25-.25v-5.5zM1.75 1A1.75 1.75 0 000 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 002.487 1.03L7.061 10h3.189A1.75 1.75 0 0012 8.25v-5.5A1.75 1.75 0 0010.25 1h-8.5zM14.5 4.75a.25.25 0 00-.25-.25h-.5a.75.75 0 110-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0114.25 12H14v1.543a1.457 1.457 0 01-2.487 1.03L9.22 12.28a.75.75 0 111.06-1.06l2.22 2.22v-2.19a.75.75 0 01.75-.75h1a.25.25 0 00.25-.25v-5.5z"></path>'}}},download:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z"></path>'}}},eye:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path>'}}},heart:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z"></path>'}}},"issue-opened":{heights:{16:{width:16,path:'<path d="M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path><path fill-rule="evenodd" d="M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z"></path>'}}},"mark-github":{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>'}}},package:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8.878.392a1.75 1.75 0 00-1.756 0l-5.25 3.045A1.75 1.75 0 001 4.951v6.098c0 .624.332 1.2.872 1.514l5.25 3.045a1.75 1.75 0 001.756 0l5.25-3.045c.54-.313.872-.89.872-1.514V4.951c0-.624-.332-1.2-.872-1.514L8.878.392zM7.875 1.69a.25.25 0 01.25 0l4.63 2.685L8 7.133 3.245 4.375l4.63-2.685zM2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432L2.5 5.677zm6.25 8.271l4.625-2.683a.25.25 0 00.125-.216V5.677L8.75 8.432v5.516z"></path>'}}},play:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z"></path>'}}},"repo-forked":{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path>'}}},"repo-template":{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M6 .75A.75.75 0 016.75 0h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 .75zm5 0a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V1.5h-.75A.75.75 0 0111 .75zM4.992.662a.75.75 0 01-.636.848c-.436.063-.783.41-.846.846a.75.75 0 01-1.485-.212A2.501 2.501 0 014.144.025a.75.75 0 01.848.637zM2.75 4a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 012.75 4zm10.5 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM2.75 8a.75.75 0 01.75.75v.268A1.72 1.72 0 013.75 9h.5a.75.75 0 010 1.5h-.5a.25.25 0 00-.25.25v.75c0 .28.114.532.3.714a.75.75 0 01-1.05 1.072A2.495 2.495 0 012 11.5V8.75A.75.75 0 012.75 8zm10.5 0a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5h1.75v-2h-.75a.75.75 0 010-1.5h.75v-.25a.75.75 0 01.75-.75zM6 9.75A.75.75 0 016.75 9h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 9.75zm-1 2.5v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>'}}},star:{heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path>'}}}},T=function(e,t){e=u(e).replace(/^octicon-/,""),d(b,e)||(e="mark-github");var n=t>=24&&24 in b[e].heights?24:16,r=b[e].heights[n];return'<svg viewBox="0 0 '+r.width+" "+n+'" width="'+t*r.width/n+'" height="'+t+'" class="octicon octicon-'+e+'" aria-hidden="true">'+r.path+"</svg>"},v={},y=function(e,t){var n=v[e]||(v[e]=[]);if(!(n.push(t)>1)){var r=function(e){var t;return function(){t||(t=1,e.apply(this,arguments))}}((function(){for(delete v[e];t=n.shift();)t.apply(null,arguments)}));if(p){var a=new o;g(a,"abort",r),g(a,"error",r),g(a,"load",(function(){var e;try{e=JSON.parse(this.responseText)}catch(t){return void r(t)}r(200!==this.status,e)})),a.open("GET",e),a.send()}else{var i=this||window;i._=function(e){i._=null,r(200!==e.meta.status,e.data)};var s=l(i.document)("script",{async:!0,src:e+(-1!==e.indexOf("?")?"&":"?")+"callback=_"}),c=function(){i._&&i._({meta:{}})};g(s,"load",c),g(s,"error",c),function(e,t,n){if(null!=e.readyState){var r=function(){if(t.test(e.readyState))return f(e,"readystatechange",r),n.apply(this,arguments)};g(e,"readystatechange",r)}}(s,/de|m/,c),i.document.getElementsByTagName("head")[0].appendChild(s)}}},C=function(e,t,n){var r=l(e.ownerDocument),a=e.appendChild(r("style",{type:"text/css"})),i="body{margin:0}a{text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:0;line-height:0;white-space:nowrap}.btn,.social-count{position:relative;display:inline-block;display:inline-flex;height:14px;padding:2px 5px;font-size:11px;font-weight:600;line-height:14px;vertical-align:bottom;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid}.btn{border-radius:.25em}.btn:not(:last-child){border-radius:.25em 0 0 .25em}.social-count{border-left:0;border-radius:0 .25em .25em 0}.widget-lg .btn,.widget-lg .social-count{height:16px;padding:5px 10px;font-size:12px;line-height:16px}.octicon{display:inline-block;vertical-align:text-top;fill:currentColor;overflow:visible}"+S(t["data-color-scheme"]);a.styleSheet?a.styleSheet.cssText=i:a.appendChild(e.ownerDocument.createTextNode(i));var o="large"===u(t["data-size"]),s=r("a",{className:"btn",href:t.href,rel:"noopener",target:"_blank",title:t.title||void 0,"aria-label":t["aria-label"]||void 0,innerHTML:T(t["data-icon"],o?16:14)+"&nbsp;"},[r("span",{},[t["data-text"]||""])]),c=e.appendChild(r("div",{className:"widget"+(o?" widget-lg":"")},[s])),d=s.hostname.replace(/\.$/,"");if(("."+d).substring(d.length-_.length)!=="."+_)return s.removeAttribute("href"),void n(c);var p=(" /"+s.pathname).split(/\/+/);if(((d===_||d==="gist."+_)&&"archive"===p[3]||d===_&&"releases"===p[3]&&("download"===p[4]||"latest"===p[4]&&"download"===p[5])||d==="codeload."+_)&&(s.target="_top"),"true"===u(t["data-show-count"])&&d===_&&"marketplace"!==p[1]&&"sponsors"!==p[1]&&"orgs"!==p[1]&&"users"!==p[1]&&"-"!==p[1]){var m,g;if(!p[2]&&p[1])g="followers",m="?tab=followers";else if(!p[3]&&p[2])g="stargazers_count",m="/stargazers";else if(p[4]||"subscription"!==p[3])if(p[4]||"fork"!==p[3]){if("issues"!==p[3])return void n(c);g="open_issues_count",m="/issues"}else g="forks_count",m="/network/members";else g="subscribers_count",m="/watchers";var f=p[2]?"/repos/"+p[1]+"/"+p[2]:"/users/"+p[1];y.call(this,"https://api.github.com"+f,(function(e,t){if(!e){var a=t[g];c.appendChild(r("a",{className:"social-count",href:t.html_url+m,rel:"noopener",target:"_blank","aria-label":a+" "+g.replace(/_count$/,"").replace("_"," ").slice(0,a<2?-1:void 0)+" on GitHub"},[(""+a).replace(/\B(?=(\d{3})+(?!\d))/g,",")]))}n(c)}))}else n(c)},O=window.devicePixelRatio||1,N=function(e){return(O>1?a.ceil(a.round(e*O)/O*2)/2:a.ceil(e))||0},R=function(e,t){e.style.width=t[0]+"px",e.style.height=t[1]+"px"},I=function(e,t){if(null!=e&&null!=t)if(e.getAttribute&&(e=function(e){var t={href:e.href,title:e.title,"aria-label":e.getAttribute("aria-label")};return s(["icon","color-scheme","text","size","show-count"],(function(n){var r="data-"+n;t[r]=e.getAttribute(r)})),null==t["data-text"]&&(t["data-text"]=e.textContent||e.innerText),t}(e)),m){var n=c("span");C(n.attachShadow({mode:"closed"}),e,(function(){t(n)}))}else{var i=c("iframe",{src:"javascript:0",title:e.title||void 0,allowtransparency:!0,scrolling:"no",frameBorder:0});R(i,[0,0]),i.style.border="none";var o=function(){var n,s=i.contentWindow;try{n=s.document.body}catch(l){return void r.body.appendChild(i.parentNode.removeChild(i))}f(i,"load",o),C.call(s,n,e,(function(n){var r=function(e){var t=e.offsetWidth,n=e.offsetHeight;if(e.getBoundingClientRect){var r=e.getBoundingClientRect();t=a.max(t,N(r.width)),n=a.max(n,N(r.height))}return[t,n]}(n);i.parentNode.removeChild(i),function(e,t,n){var r=function(){return f(e,t,r),n.apply(this,arguments)};g(e,t,r)}(i,"load",(function(){R(i,r)})),i.src="https://unpkg.com/github-buttons@2.22.1/dist/buttons.html#"+(i.name=function(e,t,n,r){null==t&&(t="&"),null==n&&(n="="),null==r&&(r=window.encodeURIComponent);var a=[];for(var i in e){var o=e[i];null!=o&&a.push(r(i)+n+r(o))}return a.join(t)}(e)),t(i)}))};g(i,"load",o),r.body.appendChild(i)}}},"../node_modules/gud/index.js":function(e,t,n){"use strict";(function(t){var n="__global_unique_id__";e.exports=function(){return t[n]=(t[n]||0)+1}}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/hash-source/src/dist/createHashSource.js":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e){var t=window.location.href.indexOf("#");window.location.replace(window.location.href.slice(0,t>=0?t:0)+"#"+e)},a=function(e){var t,n;return{pathname:e||(t=window.location.href,-1===(n=t.indexOf("#"))?"":t.substring(n+1)),search:""}};t.default=function(){var e=a();return function(e){""===e.pathname&&r("/")}(e),{get location(){return a()},addEventListener:function(e,t){window.addEventListener(e,t)},removeEventListener:function(e,t){window.removeEventListener(e,t)},history:{state:e,pushState:function(t,n,r){var i;e=a(r),i=r,window.location.hash=i},replaceState:function(t,n,i){e=a(i),r(i)}}}}},"../node_modules/highlight.js/lib/highlight.js":function(e,t,n){!function(e){"object"===typeof window&&window||"object"===typeof self&&self;(function(e){var t=[],n=Object.keys,r={},a={},i=/^(no-?highlight|plain|text)$/i,o=/\blang(?:uage)?-([\w-]+)\b/i,s=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,l={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};function c(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function d(e){return e.nodeName.toLowerCase()}function u(e,t){var n=e&&e.exec(t);return n&&0===n.index}function _(e){return i.test(e)}function p(e){var t,n={},r=Array.prototype.slice.call(arguments,1);for(t in e)n[t]=e[t];return r.forEach((function(e){for(t in e)n[t]=e[t]})),n}function m(e){var t=[];return function e(n,r){for(var a=n.firstChild;a;a=a.nextSibling)3===a.nodeType?r+=a.nodeValue.length:1===a.nodeType&&(t.push({event:"start",offset:r,node:a}),r=e(a,r),d(a).match(/br|hr|img|input/)||t.push({event:"stop",offset:r,node:a}));return r}(e,0),t}function g(e){function t(e){return e&&e.source||e}function r(n,r){return new RegExp(t(n),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}!function a(i,o){if(!i.compiled){if(i.compiled=!0,i.keywords=i.keywords||i.beginKeywords,i.keywords){var s={},l=function(t,n){e.case_insensitive&&(n=n.toLowerCase()),n.split(" ").forEach((function(e){var n=e.split("|");s[n[0]]=[t,n[1]?Number(n[1]):1]}))};"string"===typeof i.keywords?l("keyword",i.keywords):n(i.keywords).forEach((function(e){l(e,i.keywords[e])})),i.keywords=s}i.lexemesRe=r(i.lexemes||/\w+/,!0),o&&(i.beginKeywords&&(i.begin="\\b("+i.beginKeywords.split(" ").join("|")+")\\b"),i.begin||(i.begin=/\B|\b/),i.beginRe=r(i.begin),i.endSameAsBegin&&(i.end=i.begin),i.end||i.endsWithParent||(i.end=/\B|\b/),i.end&&(i.endRe=r(i.end)),i.terminator_end=t(i.end)||"",i.endsWithParent&&o.terminator_end&&(i.terminator_end+=(i.end?"|":"")+o.terminator_end)),i.illegal&&(i.illegalRe=r(i.illegal)),null==i.relevance&&(i.relevance=1),i.contains||(i.contains=[]),i.contains=Array.prototype.concat.apply([],i.contains.map((function(e){return function(e){return e.variants&&!e.cached_variants&&(e.cached_variants=e.variants.map((function(t){return p(e,{variants:null},t)}))),e.cached_variants||e.endsWithParent&&[p(e)]||[e]}("self"===e?i:e)}))),i.contains.forEach((function(e){a(e,i)})),i.starts&&a(i.starts,o);var c=i.contains.map((function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin})).concat([i.terminator_end,i.illegal]).map(t).filter(Boolean);i.terminators=c.length?r(c.join("|"),!0):{exec:function(){return null}}}}(e)}function f(e,t,n,a){function i(e){return new RegExp(e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function o(e,t){var n=m.case_insensitive?t[0].toLowerCase():t[0];return e.keywords.hasOwnProperty(n)&&e.keywords[n]}function s(e,t,n,r){var a='<span class="'+(r?"":l.classPrefix);return(a+=e+'">')+t+(n?"":"</span>")}function d(){v+=null!=S.subLanguage?function(){var e="string"===typeof S.subLanguage;if(e&&!r[S.subLanguage])return c(y);var t=e?f(S.subLanguage,y,!0,b[S.subLanguage]):h(y,S.subLanguage.length?S.subLanguage:void 0);return S.relevance>0&&(C+=t.relevance),e&&(b[S.subLanguage]=t.top),s(t.language,t.value,!1,!0)}():function(){var e,t,n,r;if(!S.keywords)return c(y);for(r="",t=0,S.lexemesRe.lastIndex=0,n=S.lexemesRe.exec(y);n;)r+=c(y.substring(t,n.index)),(e=o(S,n))?(C+=e[1],r+=s(e[0],c(n[0]))):r+=c(n[0]),t=S.lexemesRe.lastIndex,n=S.lexemesRe.exec(y);return r+c(y.substr(t))}(),y=""}function _(e){v+=e.className?s(e.className,"",!0):"",S=Object.create(e,{parent:{value:S}})}function p(e,t){if(y+=e,null==t)return d(),0;var r=function(e,t){var n,r;for(n=0,r=t.contains.length;n<r;n++)if(u(t.contains[n].beginRe,e))return t.contains[n].endSameAsBegin&&(t.contains[n].endRe=i(t.contains[n].beginRe.exec(e)[0])),t.contains[n]}(t,S);if(r)return r.skip?y+=t:(r.excludeBegin&&(y+=t),d(),r.returnBegin||r.excludeBegin||(y=t)),_(r),r.returnBegin?0:t.length;var a=function e(t,n){if(u(t.endRe,n)){for(;t.endsParent&&t.parent;)t=t.parent;return t}if(t.endsWithParent)return e(t.parent,n)}(S,t);if(a){var o=S;o.skip?y+=t:(o.returnEnd||o.excludeEnd||(y+=t),d(),o.excludeEnd&&(y=t));do{S.className&&(v+="</span>"),S.skip||S.subLanguage||(C+=S.relevance),S=S.parent}while(S!==a.parent);return a.starts&&(a.endSameAsBegin&&(a.starts.endRe=a.endRe),_(a.starts)),o.returnEnd?0:t.length}if(function(e,t){return!n&&u(t.illegalRe,e)}(t,S))throw new Error('Illegal lexeme "'+t+'" for mode "'+(S.className||"<unnamed>")+'"');return y+=t,t.length||1}var m=T(e);if(!m)throw new Error('Unknown language: "'+e+'"');g(m);var E,S=a||m,b={},v="";for(E=S;E!==m;E=E.parent)E.className&&(v=s(E.className,"",!0)+v);var y="",C=0;try{for(var O,N,R=0;S.terminators.lastIndex=R,O=S.terminators.exec(t);)N=p(t.substring(R,O.index),O[0]),R=O.index+N;for(p(t.substr(R)),E=S;E.parent;E=E.parent)E.className&&(v+="</span>");return{relevance:C,value:v,language:e,top:S}}catch(I){if(I.message&&-1!==I.message.indexOf("Illegal"))return{relevance:0,value:c(t)};throw I}}function h(e,t){t=t||l.languages||n(r);var a={relevance:0,value:c(e)},i=a;return t.filter(T).filter(v).forEach((function(t){var n=f(t,e,!1);n.language=t,n.relevance>i.relevance&&(i=n),n.relevance>a.relevance&&(i=a,a=n)})),i.language&&(a.second_best=i),a}function E(e){return l.tabReplace||l.useBR?e.replace(s,(function(e,t){return l.useBR&&"\n"===e?"<br>":l.tabReplace?t.replace(/\t/g,l.tabReplace):""})):e}function S(e){var n,r,i,s,u,p=function(e){var t,n,r,a,i=e.className+" ";if(i+=e.parentNode?e.parentNode.className:"",n=o.exec(i))return T(n[1])?n[1]:"no-highlight";for(t=0,r=(i=i.split(/\s+/)).length;t<r;t++)if(_(a=i[t])||T(a))return a}(e);_(p)||(l.useBR?(n=document.createElementNS("http://www.w3.org/1999/xhtml","div")).innerHTML=e.innerHTML.replace(/\n/g,"").replace(/<br[ \/]*>/g,"\n"):n=e,u=n.textContent,i=p?f(p,u,!0):h(u),(r=m(n)).length&&((s=document.createElementNS("http://www.w3.org/1999/xhtml","div")).innerHTML=i.value,i.value=function(e,n,r){var a=0,i="",o=[];function s(){return e.length&&n.length?e[0].offset!==n[0].offset?e[0].offset<n[0].offset?e:n:"start"===n[0].event?e:n:e.length?e:n}function l(e){i+="<"+d(e)+t.map.call(e.attributes,(function(e){return" "+e.nodeName+'="'+c(e.value).replace('"',"&quot;")+'"'})).join("")+">"}function u(e){i+="</"+d(e)+">"}function _(e){("start"===e.event?l:u)(e.node)}for(;e.length||n.length;){var p=s();if(i+=c(r.substring(a,p[0].offset)),a=p[0].offset,p===e){o.reverse().forEach(u);do{_(p.splice(0,1)[0]),p=s()}while(p===e&&p.length&&p[0].offset===a);o.reverse().forEach(l)}else"start"===p[0].event?o.push(p[0].node):o.pop(),_(p.splice(0,1)[0])}return i+c(r.substr(a))}(r,m(s),u)),i.value=E(i.value),e.innerHTML=i.value,e.className=function(e,t,n){var r=t?a[t]:n,i=[e.trim()];return e.match(/\bhljs\b/)||i.push("hljs"),-1===e.indexOf(r)&&i.push(r),i.join(" ").trim()}(e.className,p,i.language),e.result={language:i.language,re:i.relevance},i.second_best&&(e.second_best={language:i.second_best.language,re:i.second_best.relevance}))}function b(){if(!b.called){b.called=!0;var e=document.querySelectorAll("pre code");t.forEach.call(e,S)}}function T(e){return e=(e||"").toLowerCase(),r[e]||r[a[e]]}function v(e){var t=T(e);return t&&!t.disableAutodetect}e.highlight=f,e.highlightAuto=h,e.fixMarkup=E,e.highlightBlock=S,e.configure=function(e){l=p(l,e)},e.initHighlighting=b,e.initHighlightingOnLoad=function(){addEventListener("DOMContentLoaded",b,!1),addEventListener("load",b,!1)},e.registerLanguage=function(t,n){var i=r[t]=n(e);i.aliases&&i.aliases.forEach((function(e){a[e]=t}))},e.listLanguages=function(){return n(r)},e.getLanguage=T,e.autoDetection=v,e.inherit=p,e.IDENT_RE="[a-zA-Z]\\w*",e.UNDERSCORE_IDENT_RE="[a-zA-Z_]\\w*",e.NUMBER_RE="\\b\\d+(\\.\\d+)?",e.C_NUMBER_RE="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BINARY_NUMBER_RE="\\b(0b[01]+)",e.RE_STARTERS_RE="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BACKSLASH_ESCAPE={begin:"\\\\[\\s\\S]",relevance:0},e.APOS_STRING_MODE={className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE={className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},e.PHRASAL_WORDS_MODE={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.COMMENT=function(t,n,r){var a=e.inherit({className:"comment",begin:t,end:n,contains:[]},r||{});return a.contains.push(e.PHRASAL_WORDS_MODE),a.contains.push({className:"doctag",begin:"(?:TODO|FIXME|NOTE|BUG|XXX):",relevance:0}),a},e.C_LINE_COMMENT_MODE=e.COMMENT("//","$"),e.C_BLOCK_COMMENT_MODE=e.COMMENT("/\\*","\\*/"),e.HASH_COMMENT_MODE=e.COMMENT("#","$"),e.NUMBER_MODE={className:"number",begin:e.NUMBER_RE,relevance:0},e.C_NUMBER_MODE={className:"number",begin:e.C_NUMBER_RE,relevance:0},e.BINARY_NUMBER_MODE={className:"number",begin:e.BINARY_NUMBER_RE,relevance:0},e.CSS_NUMBER_MODE={className:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},e.REGEXP_MODE={className:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,{begin:/\[/,end:/\]/,relevance:0,contains:[e.BACKSLASH_ESCAPE]}]},e.TITLE_MODE={className:"title",begin:e.IDENT_RE,relevance:0},e.UNDERSCORE_TITLE_MODE={className:"title",begin:e.UNDERSCORE_IDENT_RE,relevance:0},e.METHOD_GUARD={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,relevance:0}})(t)}()},"../node_modules/highlight.js/lib/languages/1c.js":function(e,t){e.exports=function(e){var t="[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]+",n="\u0434\u0430\u043b\u0435\u0435 \u0432\u043e\u0437\u0432\u0440\u0430\u0442 \u0432\u044b\u0437\u0432\u0430\u0442\u044c\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0434\u043b\u044f \u0435\u0441\u043b\u0438 \u0438 \u0438\u0437 \u0438\u043b\u0438 \u0438\u043d\u0430\u0447\u0435 \u0438\u043d\u0430\u0447\u0435\u0435\u0441\u043b\u0438 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043a\u043e\u043d\u0435\u0446\u0435\u0441\u043b\u0438 \u043a\u043e\u043d\u0435\u0446\u043f\u043e\u043f\u044b\u0442\u043a\u0438 \u043a\u043e\u043d\u0435\u0446\u0446\u0438\u043a\u043b\u0430 \u043d\u0435 \u043d\u043e\u0432\u044b\u0439 \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043f\u0435\u0440\u0435\u043c \u043f\u043e \u043f\u043e\u043a\u0430 \u043f\u043e\u043f\u044b\u0442\u043a\u0430 \u043f\u0440\u0435\u0440\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0442\u043e\u0433\u0434\u0430 \u0446\u0438\u043a\u043b \u044d\u043a\u0441\u043f\u043e\u0440\u0442 ",r="null \u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u043e\u0436\u044c \u043d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e",a=e.inherit(e.NUMBER_MODE),i={className:"string",begin:'"|\\|',end:'"|$',contains:[{begin:'""'}]},o={begin:"'",end:"'",excludeBegin:!0,excludeEnd:!0,contains:[{className:"number",begin:"\\d{4}([\\.\\\\/:-]?\\d{2}){0,5}"}]},s=e.inherit(e.C_LINE_COMMENT_MODE);return{case_insensitive:!0,lexemes:t,keywords:{keyword:n,built_in:"\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0440\u043e\u043a \u0441\u0438\u043c\u0432\u043e\u043b\u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0438 ansitooem oemtoansi \u0432\u0432\u0435\u0441\u0442\u0438\u0432\u0438\u0434\u0441\u0443\u0431\u043a\u043e\u043d\u0442\u043e \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435 \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u0435\u0440\u0438\u043e\u0434 \u0432\u0432\u0435\u0441\u0442\u0438\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u0434\u0430\u0442\u0430\u0433\u043e\u0434 \u0434\u0430\u0442\u0430\u043c\u0435\u0441\u044f\u0446 \u0434\u0430\u0442\u0430\u0447\u0438\u0441\u043b\u043e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0441\u0442\u0440\u043e\u043a\u0443 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0441\u0442\u0440\u043e\u043a\u0438 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0438\u0431 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043a\u043e\u0434\u0441\u0438\u043c\u0432 \u043a\u043e\u043d\u0433\u043e\u0434\u0430 \u043a\u043e\u043d\u0435\u0446\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043a\u043e\u043d\u0435\u0446\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043a\u043e\u043d\u0435\u0446\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430 \u043a\u043e\u043d\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043a\u043e\u043d\u043c\u0435\u0441\u044f\u0446\u0430 \u043a\u043e\u043d\u043d\u0435\u0434\u0435\u043b\u0438 \u043b\u043e\u0433 \u043b\u043e\u043310 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0441\u0443\u0431\u043a\u043e\u043d\u0442\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043d\u0430\u0431\u043e\u0440\u0430\u043f\u0440\u0430\u0432 \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c\u0432\u0438\u0434 \u043d\u0430\u0437\u043d\u0430\u0447\u0438\u0442\u044c\u0441\u0447\u0435\u0442 \u043d\u0430\u0439\u0442\u0438\u0441\u0441\u044b\u043b\u043a\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0431\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430 \u043d\u0430\u0447\u0433\u043e\u0434\u0430 \u043d\u0430\u0447\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043d\u0430\u0447\u043c\u0435\u0441\u044f\u0446\u0430 \u043d\u0430\u0447\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u043e\u043c\u0435\u0440\u0434\u043d\u044f\u0433\u043e\u0434\u0430 \u043d\u043e\u043c\u0435\u0440\u0434\u043d\u044f\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u043e\u043c\u0435\u0440\u043d\u0435\u0434\u0435\u043b\u0438\u0433\u043e\u0434\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0430\u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u043f\u043b\u0430\u043d\u0441\u0447\u0435\u0442\u043e\u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439\u044f\u0437\u044b\u043a \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u043e\u043a\u043d\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u043f\u0435\u0440\u0438\u043e\u0434\u0441\u0442\u0440 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u0430\u0442\u0443\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0443\u0441\u0442\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0442\u0430 \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u043f\u0438\u0441\u044c \u043f\u0443\u0441\u0442\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u043c \u0440\u0430\u0437\u043e\u0431\u0440\u0430\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043d\u0430 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043f\u043e \u0441\u0438\u043c\u0432 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442 \u0441\u0442\u0430\u0442\u0443\u0441\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u0441\u0442\u0440\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e\u0441\u0442\u0440\u043e\u043a \u0441\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u043f\u043e\u0437\u0438\u0446\u0438\u044e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0441\u0447\u0435\u0442\u043f\u043e\u043a\u043e\u0434\u0443 \u0442\u0435\u043a\u0443\u0449\u0435\u0435\u0432\u0440\u0435\u043c\u044f \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0441\u0442\u0440 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0442\u0430\u043d\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0442\u0430\u043f\u043e \u0444\u0438\u043a\u0441\u0448\u0430\u0431\u043b\u043e\u043d \u0448\u0430\u0431\u043b\u043e\u043d acos asin atan base64\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 base64\u0441\u0442\u0440\u043e\u043a\u0430 cos exp log log10 pow sin sqrt tan xml\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 xml\u0441\u0442\u0440\u043e\u043a\u0430 xml\u0442\u0438\u043f xml\u0442\u0438\u043f\u0437\u043d\u0447 \u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0435\u043e\u043a\u043d\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0443\u043b\u0435\u0432\u043e \u0432\u0432\u0435\u0441\u0442\u0438\u0434\u0430\u0442\u0443 \u0432\u0432\u0435\u0441\u0442\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0432\u0435\u0441\u0442\u0438\u0441\u0442\u0440\u043e\u043a\u0443 \u0432\u0432\u0435\u0441\u0442\u0438\u0447\u0438\u0441\u043b\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u0447\u0442\u0435\u043d\u0438\u044fxml \u0432\u043e\u043f\u0440\u043e\u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0432\u0440\u0435\u0433 \u0432\u044b\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0443\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u043f\u0440\u0430\u0432\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u044c \u0433\u043e\u0434 \u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b\u0432\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0434\u0430\u0442\u0430 \u0434\u0435\u043d\u044c \u0434\u0435\u043d\u044c\u0433\u043e\u0434\u0430 \u0434\u0435\u043d\u044c\u043d\u0435\u0434\u0435\u043b\u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c\u043c\u0435\u0441\u044f\u0446 \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0434\u043b\u044f\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0437\u0430\u043a\u0440\u044b\u0442\u044c\u0441\u043f\u0440\u0430\u0432\u043a\u0443 \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044cjson \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044cxml \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0434\u0430\u0442\u0443json \u0437\u0430\u043f\u0438\u0441\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0441\u0432\u043e\u0439\u0441\u0442\u0432 \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u044c\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c\u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0441\u0442\u0440\u043e\u043a\u0443\u0432\u043d\u0443\u0442\u0440 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0432\u0444\u0430\u0439\u043b \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0441\u0442\u0440\u043e\u043a\u0438\u0432\u043d\u0443\u0442\u0440 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u0438\u0437xml\u0442\u0438\u043f\u0430 \u0438\u043c\u043f\u043e\u0440\u0442\u043c\u043e\u0434\u0435\u043b\u0438xdto \u0438\u043c\u044f\u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430 \u0438\u043c\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0435\u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u043e\u0431\u043e\u0448\u0438\u0431\u043a\u0435 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438\u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445\u0444\u0430\u0439\u043b\u043e\u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u043a\u043e\u0434\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043a\u043e\u0434\u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043a\u043e\u043d\u0435\u0446\u0433\u043e\u0434\u0430 \u043a\u043e\u043d\u0435\u0446\u0434\u043d\u044f \u043a\u043e\u043d\u0435\u0446\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043a\u043e\u043d\u0435\u0446\u043c\u0435\u0441\u044f\u0446\u0430 \u043a\u043e\u043d\u0435\u0446\u043c\u0438\u043d\u0443\u0442\u044b \u043a\u043e\u043d\u0435\u0446\u043d\u0435\u0434\u0435\u043b\u0438 \u043a\u043e\u043d\u0435\u0446\u0447\u0430\u0441\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0430 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0444\u043e\u0440\u043c\u044b \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0444\u0430\u0439\u043b \u043a\u0440\u0430\u0442\u043a\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043b\u0435\u0432 \u043c\u0430\u043a\u0441 \u043c\u0435\u0441\u0442\u043d\u043e\u0435\u0432\u0440\u0435\u043c\u044f \u043c\u0435\u0441\u044f\u0446 \u043c\u0438\u043d \u043c\u0438\u043d\u0443\u0442\u0430 \u043c\u043e\u043d\u043e\u043f\u043e\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u043d\u0430\u0439\u0442\u0438 \u043d\u0430\u0439\u0442\u0438\u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u044bxml \u043d\u0430\u0439\u0442\u0438\u043e\u043a\u043d\u043e\u043f\u043e\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0441\u0441\u044b\u043b\u043a\u0435 \u043d\u0430\u0439\u0442\u0438\u043f\u043e\u043c\u0435\u0447\u0435\u043d\u043d\u044b\u0435\u043d\u0430\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0439\u0442\u0438\u043f\u043e\u0441\u0441\u044b\u043b\u043a\u0430\u043c \u043d\u0430\u0439\u0442\u0438\u0444\u0430\u0439\u043b\u044b \u043d\u0430\u0447\u0430\u043b\u043e\u0433\u043e\u0434\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u0434\u043d\u044f \u043d\u0430\u0447\u0430\u043b\u043e\u043a\u0432\u0430\u0440\u0442\u0430\u043b\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u043c\u0435\u0441\u044f\u0446\u0430 \u043d\u0430\u0447\u0430\u043b\u043e\u043c\u0438\u043d\u0443\u0442\u044b \u043d\u0430\u0447\u0430\u043b\u043e\u043d\u0435\u0434\u0435\u043b\u0438 \u043d\u0430\u0447\u0430\u043b\u043e\u0447\u0430\u0441\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0437\u0430\u043f\u0440\u043e\u0441\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u0437\u0430\u043f\u0443\u0441\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u0438\u0441\u043a\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u043f\u043e\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0430 \u043d\u0430\u0447\u0430\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435\u0444\u0430\u0439\u043b\u043e\u0432 \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043d\u0430\u0447\u0430\u0442\u044c\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043d\u0435\u0434\u0435\u043b\u044f\u0433\u043e\u0434\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043d\u043e\u043c\u0435\u0440\u0441\u0435\u0430\u043d\u0441\u0430\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043d\u043e\u043c\u0435\u0440\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043d\u0440\u0435\u0433 \u043d\u0441\u0442\u0440 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044e\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043e\u043a\u0440 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043e\u043f\u043e\u0432\u0435\u0441\u0442\u0438\u0442\u044c \u043e\u043f\u043e\u0432\u0435\u0441\u0442\u0438\u0442\u044c\u043e\u0431\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0437\u0430\u043f\u0440\u043e\u0441\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0438\u043d\u0434\u0435\u043a\u0441\u0441\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435\u0441\u043f\u0440\u0430\u0432\u043a\u0438 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0441\u043f\u0440\u0430\u0432\u043a\u0443 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0444\u043e\u0440\u043c\u0443 \u043e\u0442\u043a\u0440\u044b\u0442\u044c\u0444\u043e\u0440\u043c\u0443\u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044e \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u0435\u0440\u0435\u0439\u0442\u0438\u043f\u043e\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0441\u0441\u044b\u043b\u043a\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0437\u0430\u043f\u0440\u043e\u0441\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043e\u0448\u0438\u0431\u043a\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0434\u0430\u0442\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u0432\u043e\u0434\u0447\u0438\u0441\u043b\u0430 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0432\u043e\u043f\u0440\u043e\u0441 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\u043e\u0431\u043e\u0448\u0438\u0431\u043a\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043d\u0430\u043a\u0430\u0440\u0442\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u043d\u043e\u0435\u0438\u043c\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044ccom\u043e\u0431\u044a\u0435\u043a\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044cxml\u0442\u0438\u043f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0430\u0434\u0440\u0435\u0441\u043f\u043e\u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0443\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043f\u044f\u0449\u0435\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0441\u044b\u043f\u0430\u043d\u0438\u044f\u043f\u0430\u0441\u0441\u0438\u0432\u043d\u043e\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0432\u044b\u0431\u043e\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u043a\u043e\u0434\u044b\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0447\u0430\u0441\u043e\u0432\u044b\u0435\u043f\u043e\u044f\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0437\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043c\u044f\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0444\u0430\u0439\u043b\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043c\u044f\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e\u044d\u043a\u0440\u0430\u043d\u043e\u0432\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043a\u0440\u0430\u0442\u043a\u0438\u0439\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u043a\u0435\u0442\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0430\u0441\u043a\u0443\u0432\u0441\u0435\u0444\u0430\u0439\u043b\u044b\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0430\u0434\u0440\u0435\u0441\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e\u0434\u043b\u0438\u043d\u0443\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u0443\u044e\u0441\u0441\u044b\u043b\u043a\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u0443\u044e\u0441\u0441\u044b\u043b\u043a\u0443\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u0449\u0438\u0439\u043c\u0430\u043a\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0431\u0449\u0443\u044e\u0444\u043e\u0440\u043c\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u043a\u043d\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0443\u044e\u043e\u0442\u043c\u0435\u0442\u043a\u0443\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e\u0440\u0435\u0436\u0438\u043c\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445\u043e\u043f\u0446\u0438\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u043e\u043b\u043d\u043e\u0435\u0438\u043c\u044f\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445\u0441\u0441\u044b\u043b\u043e\u043a \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0438\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438\u043a\u043b\u0438\u0435\u043d\u0442\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c\u043f\u0443\u0442\u0438\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0435\u0430\u043d\u0441\u044b\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430odata \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0441\u0435\u0430\u043d\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u043e\u0440\u043c\u0443 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0443\u044e\u043e\u043f\u0446\u0438\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0443\u044e\u043e\u043f\u0446\u0438\u044e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438\u043e\u0441 \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0432\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0435\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435 \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u043f\u0440\u0430\u0432 \u043f\u0440\u0430\u0432\u043e\u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043a\u043e\u0434\u0430\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0430\u0432\u0430 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0447\u0430\u0441\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u044f\u0441\u0430 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0438\u0442\u044c\u0440\u0430\u0431\u043e\u0442\u0443\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c\u0432\u044b\u0437\u043e\u0432 \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044cjson \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044cxml \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c\u0434\u0430\u0442\u0443json \u043f\u0443\u0441\u0442\u0430\u044f\u0441\u0442\u0440\u043e\u043a\u0430 \u0440\u0430\u0431\u043e\u0447\u0438\u0439\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0434\u043b\u044f\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c\u0444\u0430\u0439\u043b \u0440\u0430\u0437\u043e\u0440\u0432\u0430\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0441\u0432\u043d\u0435\u0448\u043d\u0438\u043c\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u0440\u043e\u043b\u044c\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u0441\u0435\u043a\u0443\u043d\u0434\u0430 \u0441\u0438\u0433\u043d\u0430\u043b \u0441\u0438\u043c\u0432\u043e\u043b \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u043b\u0435\u0442\u043d\u0435\u0433\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c\u0431\u0443\u0444\u0435\u0440\u044b\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u043a\u0430\u0442\u0430\u043b\u043e\u0433 \u0441\u043e\u0437\u0434\u0430\u0442\u044c\u0444\u0430\u0431\u0440\u0438\u043a\u0443xdto \u0441\u043e\u043a\u0440\u043b \u0441\u043e\u043a\u0440\u043b\u043f \u0441\u043e\u043a\u0440\u043f \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0440\u0435\u0434 \u0441\u0442\u0440\u0434\u043b\u0438\u043d\u0430 \u0441\u0442\u0440\u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f\u043d\u0430 \u0441\u0442\u0440\u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u043d\u0430\u0439\u0442\u0438 \u0441\u0442\u0440\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f\u0441 \u0441\u0442\u0440\u043e\u043a\u0430 \u0441\u0442\u0440\u043e\u043a\u0430\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0441\u0442\u0440\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u0442\u0440\u043e\u043a\u0443 \u0441\u0442\u0440\u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u044c \u0441\u0442\u0440\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441\u0442\u0440\u0447\u0438\u0441\u043b\u043e\u0432\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0439 \u0441\u0442\u0440\u0447\u0438\u0441\u043b\u043e\u0441\u0442\u0440\u043e\u043a \u0441\u0442\u0440\u0448\u0430\u0431\u043b\u043e\u043d \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0434\u0430\u0442\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0434\u0430\u0442\u0430\u0441\u0435\u0430\u043d\u0441\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f\u0434\u0430\u0442\u0430 \u0442\u0435\u043a\u0443\u0449\u0430\u044f\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f\u0434\u0430\u0442\u0430\u0432\u043c\u0438\u043b\u043b\u0438\u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u0448\u0440\u0438\u0444\u0442\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u043a\u043e\u0434\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u044f\u0437\u044b\u043a \u0442\u0435\u043a\u0443\u0449\u0438\u0439\u044f\u0437\u044b\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0442\u0438\u043f \u0442\u0438\u043f\u0437\u043d\u0447 \u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0430\u043a\u0442\u0438\u0432\u043d\u0430 \u0442\u0440\u0435\u0433 \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0434\u0430\u043d\u043d\u044b\u0435\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0438\u0437\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0443\u0434\u0430\u043b\u0438\u0442\u044c\u0444\u0430\u0439\u043b\u044b \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u043e\u0435\u0432\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0443\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u043d\u0435\u0448\u043d\u044e\u044e\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f\u0441\u043f\u044f\u0449\u0435\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u0437\u0430\u0441\u044b\u043f\u0430\u043d\u0438\u044f\u043f\u0430\u0441\u0441\u0438\u0432\u043d\u043e\u0433\u043e\u0441\u0435\u0430\u043d\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0432\u0440\u0435\u043c\u044f\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043a\u0440\u0430\u0442\u043a\u0438\u0439\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0443\u044e\u0434\u043b\u0438\u043d\u0443\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043c\u043e\u043d\u043e\u043f\u043e\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0433\u043e\u0440\u0435\u0436\u0438\u043c\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445\u043e\u043f\u0446\u0438\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443\u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u0438\u043f\u0430\u0440\u043e\u043b\u0435\u0439\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0435\u0439 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0442\u044b\u0441\u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0441\u0432\u043d\u0435\u0448\u043d\u0438\u043c\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0438\u0444\u043e\u0440\u043c\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430odata \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c\u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0441\u0435\u0430\u043d\u0441\u0430 \u0444\u043e\u0440\u043c\u0430\u0442 \u0446\u0435\u043b \u0447\u0430\u0441 \u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441 \u0447\u0430\u0441\u043e\u0432\u043e\u0439\u043f\u043e\u044f\u0441\u0441\u0435\u0430\u043d\u0441\u0430 \u0447\u0438\u0441\u043b\u043e \u0447\u0438\u0441\u043b\u043e\u043f\u0440\u043e\u043f\u0438\u0441\u044c\u044e \u044d\u0442\u043e\u0430\u0434\u0440\u0435\u0441\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0433\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430 ws\u0441\u0441\u044b\u043b\u043a\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043c\u0430\u043a\u0435\u0442\u043e\u0432\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0441\u0442\u0438\u043b\u0435\u0439 \u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u044b \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432\u043d\u0435\u0448\u043d\u0438\u0435\u043e\u0442\u0447\u0435\u0442\u044b \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435\u043f\u043e\u043a\u0443\u043f\u043a\u0438 \u0433\u043b\u0430\u0432\u043d\u044b\u0439\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0433\u043b\u0430\u0432\u043d\u044b\u0439\u0441\u0442\u0438\u043b\u044c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u044b \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0435\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f \u0436\u0443\u0440\u043d\u0430\u043b\u044b\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0437\u0430\u0434\u0430\u0447\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u043e\u0431\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0431\u043e\u0447\u0435\u0439\u0434\u0430\u0442\u044b \u0438\u0441\u0442\u043e\u0440\u0438\u044f\u0440\u0430\u0431\u043e\u0442\u044b\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b \u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0438\u043e\u0442\u0431\u043e\u0440\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u043a\u043b\u0430\u043c\u044b \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0445\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u043e\u0442\u0447\u0435\u0442\u044b \u043f\u0430\u043d\u0435\u043b\u044c\u0437\u0430\u0434\u0430\u0447\u043e\u0441 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0441\u0435\u0430\u043d\u0441\u0430 \u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f \u043f\u043b\u0430\u043d\u044b\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043f\u043b\u0430\u043d\u044b\u0432\u0438\u0434\u043e\u0432\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a \u043f\u043b\u0430\u043d\u044b\u043e\u0431\u043c\u0435\u043d\u0430 \u043f\u043b\u0430\u043d\u044b\u0441\u0447\u0435\u0442\u043e\u0432 \u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u043f\u043e\u0438\u0441\u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0438\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439\u0431\u0430\u0437\u044b \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445\u043f\u043e\u043a\u0443\u043f\u043e\u043a \u0440\u0430\u0431\u043e\u0447\u0430\u044f\u0434\u0430\u0442\u0430 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0438\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b\u0441\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u044b\u0435\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440xdto \u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u0433\u0435\u043e\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043c\u0443\u043b\u044c\u0442\u0438\u043c\u0435\u0434\u0438\u0430 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0440\u0435\u043a\u043b\u0430\u043c\u044b \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u043f\u043e\u0447\u0442\u044b \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430\u0442\u0435\u043b\u0435\u0444\u043e\u043d\u0438\u0438 \u0444\u0430\u0431\u0440\u0438\u043a\u0430xdto \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0435\u043f\u043e\u0442\u043e\u043a\u0438 \u0444\u043e\u043d\u043e\u0432\u044b\u0435\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432\u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043e\u0431\u0449\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0445\u0441\u043f\u0438\u0441\u043a\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0441\u0438\u0441\u0442\u0435\u043c\u043d\u044b\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a ",class:"web\u0446\u0432\u0435\u0442\u0430 windows\u0446\u0432\u0435\u0442\u0430 windows\u0448\u0440\u0438\u0444\u0442\u044b \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u0440\u0430\u043c\u043a\u0438\u0441\u0442\u0438\u043b\u044f \u0441\u0438\u043c\u0432\u043e\u043b\u044b \u0446\u0432\u0435\u0442\u0430\u0441\u0442\u0438\u043b\u044f \u0448\u0440\u0438\u0444\u0442\u044b\u0441\u0442\u0438\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c\u044b\u0432\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u044f\u0432\u0444\u043e\u0440\u043c\u0435 \u0430\u0432\u0442\u043e\u0440\u0430\u0437\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0435\u0441\u0435\u0440\u0438\u0439 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0438\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0432\u044b\u0441\u043e\u0442\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0430\u044f\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0430\u0444\u043e\u0440\u043c\u044b \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0432\u0438\u0434\u0433\u0440\u0443\u043f\u043f\u044b\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u0435\u043a\u043e\u0440\u0430\u0446\u0438\u0438\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0438\u0434\u043a\u043d\u043e\u043f\u043a\u0438\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u0435\u043b\u044f \u0432\u0438\u0434\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u0432\u0438\u0434\u043f\u043e\u043b\u044f\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0444\u043b\u0430\u0436\u043a\u0430 \u0432\u043b\u0438\u044f\u043d\u0438\u0435\u0440\u0430\u0437\u043c\u0435\u0440\u0430\u043d\u0430\u043f\u0443\u0437\u044b\u0440\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0435\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430\u043a\u043e\u043b\u043e\u043d\u043e\u043a \u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0430\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0444\u043e\u0440\u043c\u044b \u0433\u0440\u0443\u043f\u043f\u044b\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439\u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043f\u0435\u0440\u0435\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u043d\u0438\u044f \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u043c\u0435\u0436\u0434\u0443\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438\u0444\u043e\u0440\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0432\u044b\u0432\u043e\u0434\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u043b\u043e\u0441\u044b\u043f\u0440\u043e\u043a\u0440\u0443\u0442\u043a\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0442\u043e\u0447\u043a\u0438\u0431\u0438\u0440\u0436\u0435\u0432\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0438\u0441\u0442\u043e\u0440\u0438\u044f\u0432\u044b\u0431\u043e\u0440\u0430\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043e\u0441\u0438\u0442\u043e\u0447\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0440\u0430\u0437\u043c\u0435\u0440\u0430\u043f\u0443\u0437\u044b\u0440\u044c\u043a\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u044b\u043a\u043e\u043c\u0430\u043d\u0434 \u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c\u0441\u0435\u0440\u0438\u0439 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0434\u0435\u0440\u0435\u0432\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0441\u043f\u0438\u0441\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u043c\u0435\u0442\u043e\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u043c\u0435\u0442\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u043b\u0435\u0433\u0435\u043d\u0434\u0435\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u043a\u043d\u043e\u043f\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0438\u0437\u043c\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043d\u043e\u043f\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043d\u043e\u043f\u043a\u0438\u0432\u044b\u0431\u043e\u0440\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0431\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043f\u0443\u0437\u044b\u0440\u044c\u043a\u043e\u0432\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0430\u043d\u0435\u043b\u0438\u043f\u043e\u0438\u0441\u043a\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f\u043f\u0440\u0438\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0440\u0430\u0437\u043c\u0435\u0442\u043a\u0438\u043f\u043e\u043b\u043e\u0441\u044b\u0440\u0435\u0433\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0444\u043e\u0440\u043c\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0444\u0438\u0433\u0443\u0440\u044b\u043a\u043d\u043e\u043f\u043a\u0438 \u043f\u0430\u043b\u0438\u0442\u0440\u0430\u0446\u0432\u0435\u0442\u043e\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043e\u0431\u044b\u0447\u043d\u043e\u0439\u0433\u0440\u0443\u043f\u043f\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0438\u0441\u043a\u0432\u0442\u0430\u0431\u043b\u0438\u0446\u0435\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438\u043a\u043d\u043e\u043f\u043a\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439\u043f\u0430\u043d\u0435\u043b\u0438\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439\u043f\u0430\u043d\u0435\u043b\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0444\u043e\u0440\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043e\u043f\u043e\u0440\u043d\u043e\u0439\u0442\u043e\u0447\u043a\u0438\u043e\u0442\u0440\u0438\u0441\u043e\u0432\u043a\u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u0434\u043f\u0438\u0441\u0435\u0439\u0448\u043a\u0430\u043b\u044b\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0438\u0437\u043c\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u0442\u0440\u043e\u043a\u0438\u043f\u043e\u0438\u0441\u043a\u0430 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u043b\u0438\u043d\u0438\u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u043e\u0438\u0441\u043a\u043e\u043c \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u043a\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439\u0433\u0438\u0441\u0442\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u0441\u0435\u0440\u0438\u0439\u0432\u043b\u0435\u0433\u0435\u043d\u0434\u0435\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0430\u0437\u043c\u0435\u0440\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0430\u0441\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0432\u0432\u043e\u0434\u0430\u0441\u0442\u0440\u043e\u043a\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0431\u043e\u0440\u0430\u043d\u0435\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043d\u043e\u0433\u043e \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0434\u0430\u0442\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0441\u0442\u0440\u043e\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0440\u0435\u0436\u0438\u043c\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0441\u0432\u044f\u0437\u0430\u043d\u043d\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u043f\u0435\u0447\u0430\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0440\u0435\u0436\u0438\u043c\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u043e\u043a\u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u043e\u043a\u043d\u0430\u0444\u043e\u0440\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0441\u0435\u0440\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u0440\u0438\u0441\u043e\u0432\u043a\u0438\u0441\u0435\u0442\u043a\u0438\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u0443\u043f\u0440\u043e\u0437\u0440\u0430\u0447\u043d\u043e\u0441\u0442\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0440\u0435\u0436\u0438\u043c\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043a\u043e\u043b\u043e\u043d\u043a\u0438 \u0440\u0435\u0436\u0438\u043c\u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0440\u0435\u0436\u0438\u043c\u0441\u0433\u043b\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u044f\u0438\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0441\u043f\u0438\u0441\u043a\u0430\u0437\u0430\u0434\u0430\u0447 \u0441\u043a\u0432\u043e\u0437\u043d\u043e\u0435\u0432\u044b\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u0444\u043e\u0440\u043c\u044b\u0432\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0448\u043a\u0430\u043b\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f\u0433\u0440\u0443\u043f\u043f\u0430\u043a\u043e\u043c\u0430\u043d\u0434 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0430\u0442\u0443\u0441\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0441\u0442\u0438\u043b\u044c\u0441\u0442\u0440\u0435\u043b\u043a\u0438 \u0442\u0438\u043f\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u0438\u043b\u0438\u043d\u0438\u0438\u0442\u0440\u0435\u043d\u0434\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0435\u0434\u0438\u043d\u0438\u0446\u044b\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0442\u0438\u043f\u0438\u043c\u043f\u043e\u0440\u0442\u0430\u0441\u0435\u0440\u0438\u0439\u0441\u043b\u043e\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u043c\u0430\u0440\u043a\u0435\u0440\u0430\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043c\u0430\u0440\u043a\u0435\u0440\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0441\u0435\u0440\u0438\u0438\u0441\u043b\u043e\u044f\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u0447\u043d\u043e\u0433\u043e\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0448\u043a\u0430\u043b\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043b\u0435\u0433\u0435\u043d\u0434\u044b\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043f\u043e\u0438\u0441\u043a\u0430\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u043f\u0440\u043e\u0435\u043a\u0446\u0438\u0438\u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u043e\u0432\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0440\u0430\u043c\u043a\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u0432\u044f\u0437\u0438\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u0433\u0430\u043d\u0442\u0430 \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u043f\u043e\u0441\u0435\u0440\u0438\u044f\u043c\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0442\u043e\u0447\u0435\u043a\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439\u043b\u0438\u043d\u0438\u0438 \u0442\u0438\u043f\u0441\u0442\u043e\u0440\u043e\u043d\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0442\u0438\u043f\u0444\u043e\u0440\u043c\u044b\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0448\u043a\u0430\u043b\u044b\u0440\u0430\u0434\u0430\u0440\u043d\u043e\u0439\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0444\u0430\u043a\u0442\u043e\u0440\u043b\u0438\u043d\u0438\u0438\u0442\u0440\u0435\u043d\u0434\u0430\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b \u0444\u0438\u0433\u0443\u0440\u0430\u043a\u043d\u043e\u043f\u043a\u0438 \u0444\u0438\u0433\u0443\u0440\u044b\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0439\u0441\u0445\u0435\u043c\u044b \u0444\u0438\u043a\u0441\u0430\u0446\u0438\u044f\u0432\u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0434\u043d\u044f\u0448\u043a\u0430\u043b\u044b\u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0448\u0438\u0440\u0438\u043d\u0430\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0444\u043e\u0440\u043c\u044b \u0432\u0438\u0434\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0438\u0438 \u0432\u0438\u0434\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0432\u0438\u0434\u0441\u0447\u0435\u0442\u0430 \u0432\u0438\u0434\u0442\u043e\u0447\u043a\u0438\u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0435\u0436\u0438\u043c\u0430\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u0440\u0435\u0437\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u0432\u0440\u0435\u043c\u044f \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0438\u0441\u0438\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0430\u0432\u0442\u043e\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439\u043d\u043e\u043c\u0435\u0440\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0430\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043e\u0440\u0438\u0435\u043d\u0442\u0430\u0446\u0438\u044f\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u043a\u043e\u043b\u043e\u043d\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u0441\u0442\u0440\u043e\u043a\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u0447\u0442\u0435\u043d\u0438\u044f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0434\u0432\u0443\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0435\u0439\u043f\u0435\u0447\u0430\u0442\u0438 \u0442\u0438\u043f\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043a\u0443\u0440\u0441\u043e\u0440\u043e\u0432\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u0440\u0438\u0441\u0443\u043d\u043a\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043b\u0438\u043d\u0438\u0438\u044f\u0447\u0435\u0439\u043a\u0438\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043b\u0438\u043d\u0438\u0439\u0441\u0432\u043e\u0434\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0440\u0438\u0441\u0443\u043d\u043a\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0441\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0443\u0437\u043e\u0440\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u0444\u0430\u0439\u043b\u0430\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c\u043f\u0435\u0447\u0430\u0442\u0438 \u0447\u0435\u0440\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0432\u0440\u0435\u043c\u0435\u043d\u0438\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a\u0430 \u0442\u0438\u043f\u0444\u0430\u0439\u043b\u0430\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043e\u0431\u0445\u043e\u0434\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0437\u0430\u043f\u0438\u0441\u0438\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0432\u0438\u0434\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u043e\u0442\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0438\u0442\u043e\u0433\u043e\u0432 \u0434\u043e\u0441\u0442\u0443\u043f\u043a\u0444\u0430\u0439\u043b\u0443 \u0440\u0435\u0436\u0438\u043c\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u0432\u044b\u0431\u043e\u0440\u0430\u0444\u0430\u0439\u043b\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u0444\u0430\u0439\u043b\u0430 \u0442\u0438\u043f\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044f\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0432\u0438\u0434\u0434\u0430\u043d\u043d\u044b\u0445\u0430\u043d\u0430\u043b\u0438\u0437\u0430 \u043c\u0435\u0442\u043e\u0434\u043a\u043b\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u0442\u0438\u043f\u0435\u0434\u0438\u043d\u0438\u0446\u044b\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430\u0432\u0440\u0435\u043c\u0435\u043d\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0447\u0438\u0441\u043b\u043e\u0432\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u0430\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u0434\u0435\u0440\u0435\u0432\u043e\u0440\u0435\u0448\u0435\u043d\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043a\u043b\u0430\u0441\u0442\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044f \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0430\u044f\u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0438\u0441\u043a\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439 \u0442\u0438\u043f\u043a\u043e\u043b\u043e\u043d\u043a\u0438\u043c\u043e\u0434\u0435\u043b\u0438\u043f\u0440\u043e\u0433\u043d\u043e\u0437\u0430 \u0442\u0438\u043f\u043c\u0435\u0440\u044b\u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0442\u0441\u0435\u0447\u0435\u043d\u0438\u044f\u043f\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0438 \u0442\u0438\u043f\u043f\u043e\u043b\u044f\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0438\u0437\u0430\u0446\u0438\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0446\u0438\u0438\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0432\u0430\u043d\u0438\u044f\u0448\u0430\u0431\u043b\u043e\u043d\u043e\u0432\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f\u0434\u0435\u0440\u0435\u0432\u0430\u0440\u0435\u0448\u0435\u043d\u0438\u0439 ws\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442xpathxs \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0437\u0430\u043f\u0438\u0441\u0438\u0434\u0430\u0442\u044bjson \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0432\u0438\u0434\u0433\u0440\u0443\u043f\u043f\u044b\u043c\u043e\u0434\u0435\u043b\u0438xs \u0432\u0438\u0434\u0444\u0430\u0441\u0435\u0442\u0430xdto \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044fdom \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u0441\u0445\u0435\u043c\u044bxs \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u043d\u044b\u0435\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u0441\u0442\u0438xs \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0438\u043c\u0435\u043dxs \u043c\u0435\u0442\u043e\u0434\u043d\u0430\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044fxs \u043c\u043e\u0434\u0435\u043b\u044c\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043exs \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0442\u0438\u043f\u0430xml \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0435\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438xs \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0445\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432xs \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043exs \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u043e\u0442\u0431\u043e\u0440\u0430\u0443\u0437\u043b\u043e\u0432dom \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0441\u0442\u0440\u043e\u043ajson \u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0432\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435dom \u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u044bxml \u0442\u0438\u043f\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xml \u0442\u0438\u043f\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fjson \u0442\u0438\u043f\u043a\u0430\u043d\u043e\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043exml \u0442\u0438\u043f\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044bxs \u0442\u0438\u043f\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438xml \u0442\u0438\u043f\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430domxpath \u0442\u0438\u043f\u0443\u0437\u043b\u0430dom \u0442\u0438\u043f\u0443\u0437\u043b\u0430xml \u0444\u043e\u0440\u043c\u0430xml \u0444\u043e\u0440\u043c\u0430\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044fxs \u0444\u043e\u0440\u043c\u0430\u0442\u0434\u0430\u0442\u044bjson \u044d\u043a\u0440\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432json \u0432\u0438\u0434\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0438\u0442\u043e\u0433\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u0435\u0439\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0431\u0443\u0445\u0433\u0430\u043b\u0442\u0435\u0440\u0441\u043a\u043e\u0433\u043e\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0432\u044b\u0432\u043e\u0434\u0430\u0442\u0435\u043a\u0441\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0433\u0440\u0443\u043f\u043f\u044b\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432\u043e\u0442\u0431\u043e\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430\u043f\u043e\u043b\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043e\u0441\u0442\u0430\u0442\u043a\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u0438\u044f\u0442\u0435\u043a\u0441\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u0441\u0432\u044f\u0437\u0438\u043d\u0430\u0431\u043e\u0440\u043e\u0432\u0434\u0430\u043d\u043d\u044b\u0445\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043b\u0435\u0433\u0435\u043d\u0434\u044b\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u044b\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u043e\u0442\u0431\u043e\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0430\u0432\u0442\u043e\u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0433\u0440\u0443\u043f\u043f\u0438\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432\u0432\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0444\u0438\u043a\u0441\u0430\u0446\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0433\u043e\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u044c\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0442\u0435\u043a\u0441\u0442\u0430\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0432\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u043d\u0435ascii\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0442\u0435\u043a\u0441\u0442\u0430\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u044b \u0441\u0442\u0430\u0442\u0443\u0441\u0440\u0430\u0437\u0431\u043e\u0440\u0430\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0433\u043e\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438\u0437\u0430\u043f\u0438\u0441\u0438\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0438\u0437\u0430\u043f\u0438\u0441\u0438\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0440\u0435\u0436\u0438\u043c\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0442\u0438\u043f\u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0432\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430\u0438\u043c\u0435\u043d\u0444\u0430\u0439\u043b\u043e\u0432\u0432zip\u0444\u0430\u0439\u043b\u0435 \u043c\u0435\u0442\u043e\u0434\u0441\u0436\u0430\u0442\u0438\u044fzip \u043c\u0435\u0442\u043e\u0434\u0448\u0438\u0444\u0440\u043e\u0432\u0430\u043d\u0438\u044fzip \u0440\u0435\u0436\u0438\u043c\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043f\u0443\u0442\u0435\u0439\u0444\u0430\u0439\u043b\u043e\u0432zip \u0440\u0435\u0436\u0438\u043c\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u043f\u043e\u0434\u043a\u0430\u0442\u0430\u043b\u043e\u0433\u043e\u0432zip \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u043f\u0443\u0442\u0435\u0439zip \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0441\u0436\u0430\u0442\u0438\u044fzip \u0437\u0432\u0443\u043a\u043e\u0432\u043e\u0435\u043e\u043f\u043e\u0432\u0435\u0449\u0435\u043d\u0438\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430\u043a\u0441\u0442\u0440\u043e\u043a\u0435 \u043f\u043e\u0437\u0438\u0446\u0438\u044f\u0432\u043f\u043e\u0442\u043e\u043a\u0435 \u043f\u043e\u0440\u044f\u0434\u043e\u043a\u0431\u0430\u0439\u0442\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0435\u0436\u0438\u043c\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u043e\u0439\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0432\u0438\u0441\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445\u043f\u043e\u043a\u0443\u043f\u043e\u043a \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u0444\u043e\u043d\u043e\u0432\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0442\u0438\u043f\u043f\u043e\u0434\u043f\u0438\u0441\u0447\u0438\u043a\u0430\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0445\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044fftp \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043e\u0440\u044f\u0434\u043a\u0430\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f\u043f\u0435\u0440\u0438\u043e\u0434\u0430\u043c\u0438\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u044c\u043d\u043e\u0439\u0442\u043e\u0447\u043a\u0438\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0439\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0442\u0438\u043f\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f\u0441\u0445\u0435\u043c\u044b\u0437\u0430\u043f\u0440\u043e\u0441\u0430 http\u043c\u0435\u0442\u043e\u0434 \u0430\u0432\u0442\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0430\u0432\u0442\u043e\u043f\u0440\u0435\u0444\u0438\u043a\u0441\u043d\u043e\u043c\u0435\u0440\u0430\u0437\u0430\u0434\u0430\u0447\u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e\u044f\u0437\u044b\u043a\u0430 \u0432\u0438\u0434\u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0438 \u0432\u0438\u0434\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u044c\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0439\u043f\u0440\u0438\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0435\u0439 \u0438\u043d\u0434\u0435\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0431\u0430\u0437\u044b\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e\u0432\u044b\u0431\u043e\u0440\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u0434\u0447\u0438\u043d\u0435\u043d\u0438\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u043c\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0435\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0432\u0438\u0434\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0432\u0438\u0434\u0430\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0437\u0430\u0434\u0430\u0447\u0438 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043b\u0430\u043d\u0430\u043e\u0431\u043c\u0435\u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0435\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u0447\u0435\u0442\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435\u0433\u0440\u0430\u043d\u0438\u0446\u044b\u043f\u0440\u0438\u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0438 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u043d\u043e\u043c\u0435\u0440\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u043d\u043e\u043c\u0435\u0440\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u043d\u043e\u0441\u0442\u044c\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0441\u0432\u0435\u0434\u0435\u043d\u0438\u0439 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u043f\u043e\u0438\u0441\u043a\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u044c\u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u043e\u0431\u0449\u0435\u0433\u043e\u0440\u0435\u043a\u0432\u0438\u0437\u0438\u0442\u0430 \u0440\u0435\u0436\u0438\u043c\u0430\u0432\u0442\u043e\u043d\u0443\u043c\u0435\u0440\u0430\u0446\u0438\u0438\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0438\u0441\u0438\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u043c\u043e\u0434\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0438\u043d\u0445\u0440\u043e\u043d\u043d\u044b\u0445\u0432\u044b\u0437\u043e\u0432\u043e\u0432\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b\u0438\u0432\u043d\u0435\u0448\u043d\u0438\u0445\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0433\u043e\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0435\u0430\u043d\u0441\u043e\u0432 \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u044b\u0431\u043e\u0440\u0430\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438 \u0440\u0435\u0436\u0438\u043c\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u0438\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 \u0440\u0435\u0436\u0438\u043c\u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u043e\u0439\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u043f\u043b\u0430\u043d\u0430\u0441\u0447\u0435\u0442\u043e\u0432 \u0441\u0435\u0440\u0438\u0438\u043a\u043e\u0434\u043e\u0432\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043f\u043e\u0438\u0441\u043a\u0430\u0441\u0442\u0440\u043e\u043a\u0438\u043f\u0440\u0438\u0432\u0432\u043e\u0434\u0435\u043f\u043e\u0441\u0442\u0440\u043e\u043a\u0435 \u0441\u043f\u043e\u0441\u043e\u0431\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0442\u0438\u043f\u0434\u0430\u043d\u043d\u044b\u0445\u0442\u0430\u0431\u043b\u0438\u0446\u044b\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0438\u043f\u043a\u043e\u0434\u0430\u043f\u043b\u0430\u043d\u0430\u0432\u0438\u0434\u043e\u0432\u0440\u0430\u0441\u0447\u0435\u0442\u0430 \u0442\u0438\u043f\u043a\u043e\u0434\u0430\u0441\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u0442\u0438\u043f\u043c\u0430\u043a\u0435\u0442\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0431\u0438\u0437\u043d\u0435\u0441\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 \u0442\u0438\u043f\u043d\u043e\u043c\u0435\u0440\u0430\u0437\u0430\u0434\u0430\u0447\u0438 \u0442\u0438\u043f\u0444\u043e\u0440\u043c\u044b \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0439 \u0432\u0430\u0436\u043d\u043e\u0441\u0442\u044c\u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0444\u043e\u0440\u043c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e\u0448\u0440\u0438\u0444\u0442\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0439\u0434\u0430\u0442\u044b\u043d\u0430\u0447\u0430\u043b\u0430 \u0432\u0438\u0434\u0433\u0440\u0430\u043d\u0438\u0446\u044b \u0432\u0438\u0434\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0432\u0438\u0434\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0432\u0438\u0434\u0440\u0430\u043c\u043a\u0438 \u0432\u0438\u0434\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0446\u0432\u0435\u0442\u0430 \u0432\u0438\u0434\u0447\u0438\u0441\u043b\u043e\u0432\u043e\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f\u0434\u043b\u0438\u043d\u0430 \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439\u0437\u043d\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435byteordermark \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0445\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0439\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043a\u043b\u0430\u0432\u0438\u0448\u0430 \u043a\u043e\u0434\u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430\u0434\u0438\u0430\u043b\u043e\u0433\u0430 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430xbase \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0430\u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u043e\u0438\u0441\u043a\u0430 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0435\u0434\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u0438\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043f\u0430\u043d\u0435\u043b\u0438\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u0434\u0438\u0430\u043b\u043e\u0433\u0430\u0432\u043e\u043f\u0440\u043e\u0441 \u0440\u0435\u0436\u0438\u043c\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u0444\u043e\u0440\u043c\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0440\u0435\u0436\u0438\u043c\u043f\u043e\u043b\u043d\u043e\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u043e\u0433\u043e\u043f\u043e\u0438\u0441\u043a\u0430 \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u0433\u043e\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u043f\u043e\u0441\u043e\u0431\u0432\u044b\u0431\u043e\u0440\u0430\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430windows \u0441\u043f\u043e\u0441\u043e\u0431\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0442\u0440\u043e\u043a\u0438 \u0441\u0442\u0430\u0442\u0443\u0441\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0442\u0438\u043f\u0432\u043d\u0435\u0448\u043d\u0435\u0439\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b \u0442\u0438\u043f\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u0442\u0438\u043f\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f\u043a\u043b\u0430\u0432\u0438\u0448\u0438enter \u0442\u0438\u043f\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438\u043e\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0438\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438\u0431\u0430\u0437\u044b\u0434\u0430\u043d\u043d\u044b\u0445 \u0443\u0440\u043e\u0432\u0435\u043d\u044c\u0438\u0437\u043e\u043b\u044f\u0446\u0438\u0438\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u0439 \u0445\u0435\u0448\u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0447\u0430\u0441\u0442\u0438\u0434\u0430\u0442\u044b",type:"com\u043e\u0431\u044a\u0435\u043a\u0442 ftp\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 http\u0437\u0430\u043f\u0440\u043e\u0441 http\u0441\u0435\u0440\u0432\u0438\u0441\u043e\u0442\u0432\u0435\u0442 http\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 ws\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f ws\u043f\u0440\u043e\u043a\u0441\u0438 xbase \u0430\u043d\u0430\u043b\u0438\u0437\u0434\u0430\u043d\u043d\u044b\u0445 \u0430\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u044fxs \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0431\u0443\u0444\u0435\u0440\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435xs \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445\u0447\u0438\u0441\u0435\u043b \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0430\u044f\u0441\u0445\u0435\u043c\u0430 \u0433\u0435\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0430\u044f\u0441\u0445\u0435\u043c\u0430 \u0433\u0440\u0443\u043f\u043f\u0430\u043c\u043e\u0434\u0435\u043b\u0438xs \u0434\u0430\u043d\u043d\u044b\u0435\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0435\u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u0435\u043d\u0434\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430\u0433\u0430\u043d\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0444\u0430\u0439\u043b\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0446\u0432\u0435\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0432\u044b\u0431\u043e\u0440\u0430\u0448\u0440\u0438\u0444\u0442\u0430 \u0434\u0438\u0430\u043b\u043e\u0433\u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u044f\u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0434\u0438\u0430\u043b\u043e\u0433\u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e\u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442dom \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442html \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044fxs \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c\u043e\u0435\u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u044cdom \u0437\u0430\u043f\u0438\u0441\u044cfastinfoset \u0437\u0430\u043f\u0438\u0441\u044chtml \u0437\u0430\u043f\u0438\u0441\u044cjson \u0437\u0430\u043f\u0438\u0441\u044cxml \u0437\u0430\u043f\u0438\u0441\u044czip\u0444\u0430\u0439\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u044c\u0434\u0430\u043d\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u044c\u0442\u0435\u043a\u0441\u0442\u0430 \u0437\u0430\u043f\u0438\u0441\u044c\u0443\u0437\u043b\u043e\u0432dom \u0437\u0430\u043f\u0440\u043e\u0441 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u043e\u0435\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435openssl \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043f\u043e\u043b\u0435\u0439\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430 \u0438\u043c\u043f\u043e\u0440\u0442xs \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u0430 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0435\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439\u043f\u0440\u043e\u0444\u0438\u043b\u044c \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043f\u0440\u043e\u043a\u0441\u0438 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u0434\u043b\u044f\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044fxs \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0442\u0435\u0440\u0430\u0442\u043e\u0440\u0443\u0437\u043b\u043e\u0432dom \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0434\u0430\u0442\u044b \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0445\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0441\u0442\u0440\u043e\u043a\u0438 \u043a\u0432\u0430\u043b\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b\u0447\u0438\u0441\u043b\u0430 \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u0449\u0438\u043a\u043c\u0430\u043a\u0435\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u0449\u0438\u043a\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043c\u0430\u043a\u0435\u0442\u0430\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u0444\u043e\u0440\u043c\u0430\u0442\u043d\u043e\u0439\u0441\u0442\u0440\u043e\u043a\u0438 \u043b\u0438\u043d\u0438\u044f \u043c\u0430\u043a\u0435\u0442\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u043a\u0435\u0442\u043e\u0431\u043b\u0430\u0441\u0442\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u043a\u0435\u0442\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044f\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043c\u0430\u0441\u043a\u0430xs \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043d\u0430\u0431\u043e\u0440\u0441\u0445\u0435\u043cxml \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438json \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u043a\u0430\u0440\u0442\u0438\u043d\u043e\u043a \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u0431\u0445\u043e\u0434\u0434\u0435\u0440\u0435\u0432\u0430dom \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0430xs \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u043d\u043e\u0442\u0430\u0446\u0438\u0438xs \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430xs \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u0434\u043e\u0441\u0442\u0443\u043f\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f\u0441\u043e\u0431\u044b\u0442\u0438\u044f\u043e\u0442\u043a\u0430\u0437\u0432\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438\u0440\u0430\u0441\u0448\u0438\u0444\u0440\u043e\u0432\u043a\u0438\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0433\u043e\u0444\u0430\u0439\u043b\u0430 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0442\u0438\u043f\u043e\u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0433\u0440\u0443\u043f\u043f\u044b\u043c\u043e\u0434\u0435\u043b\u0438xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f\u0438\u0434\u0435\u043d\u0442\u0438\u0447\u043d\u043e\u0441\u0442\u0438xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0433\u043e\u0442\u0438\u043f\u0430xs \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435\u0442\u0438\u043f\u0430\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430dom \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044fxpathxs \u043e\u0442\u0431\u043e\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u043a\u0435\u0442\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u043c\u044b\u0445\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0432\u044b\u0431\u043e\u0440\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0437\u0430\u043f\u0438\u0441\u0438json \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0437\u0430\u043f\u0438\u0441\u0438xml \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b\u0447\u0442\u0435\u043d\u0438\u044fxml \u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435xs \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a \u043f\u043e\u043b\u0435\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u043b\u0435\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044cdom \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u043e\u0442\u0447\u0435\u0442\u0430 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u043e\u0442\u0447\u0435\u0442\u0430\u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u0435\u043b\u044c\u0441\u0445\u0435\u043cxml \u043f\u043e\u0442\u043e\u043a \u043f\u043e\u0442\u043e\u043a\u0432\u043f\u0430\u043c\u044f\u0442\u0438 \u043f\u043e\u0447\u0442\u0430 \u043f\u043e\u0447\u0442\u043e\u0432\u043e\u0435\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435xsl \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043a\u043a\u0430\u043d\u043e\u043d\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443xml \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0432\u044b\u0432\u043e\u0434\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u0432\u044b\u0432\u043e\u0434\u0430\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445\u0432\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0440\u0430\u0437\u044b\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0438\u043c\u0435\u043ddom \u0440\u0430\u043c\u043a\u0430 \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435\u0440\u0435\u0433\u043b\u0430\u043c\u0435\u043d\u0442\u043d\u043e\u0433\u043e\u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u043d\u043e\u0435\u0438\u043c\u044fxml \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0447\u0442\u0435\u043d\u0438\u044f\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0432\u043e\u0434\u043d\u0430\u044f\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0430 \u0441\u0432\u044f\u0437\u044c\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0432\u044b\u0431\u043e\u0440\u0430 \u0441\u0432\u044f\u0437\u044c\u043f\u043e\u0442\u0438\u043f\u0443 \u0441\u0432\u044f\u0437\u044c\u043f\u043e\u0442\u0438\u043f\u0443\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0435\u0440\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440xdto \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u043b\u0438\u0435\u043d\u0442\u0430windows \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u043b\u0438\u0435\u043d\u0442\u0430\u0444\u0430\u0439\u043b \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043a\u0440\u0438\u043f\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b\u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0445\u0446\u0435\u043d\u0442\u0440\u043e\u0432windows \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u044b\u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u044e\u0449\u0438\u0445\u0446\u0435\u043d\u0442\u0440\u043e\u0432\u0444\u0430\u0439\u043b \u0441\u0436\u0430\u0442\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u0430\u044f\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044e \u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435\u043a\u043b\u0430\u0432\u0438\u0448 \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f\u0434\u0430\u0442\u0430\u043d\u0430\u0447\u0430\u043b\u0430 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439\u043f\u0435\u0440\u0438\u043e\u0434 \u0441\u0445\u0435\u043c\u0430xml \u0441\u0445\u0435\u043c\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 \u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0442\u0435\u0441\u0442\u0438\u0440\u0443\u0435\u043c\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u0438\u043f\u0434\u0430\u043d\u043d\u044b\u0445xml \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0444\u0430\u0431\u0440\u0438\u043a\u0430xdto \u0444\u0430\u0439\u043b \u0444\u0430\u0439\u043b\u043e\u0432\u044b\u0439\u043f\u043e\u0442\u043e\u043a \u0444\u0430\u0441\u0435\u0442\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430\u0440\u0430\u0437\u0440\u044f\u0434\u043e\u0432\u0434\u0440\u043e\u0431\u043d\u043e\u0439\u0447\u0430\u0441\u0442\u0438xs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0438\u0441\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0433\u043e\u0438\u0441\u043a\u043b\u044e\u0447\u0430\u044e\u0449\u0435\u0433\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439\u0434\u043b\u0438\u043d\u044bxs \u0444\u0430\u0441\u0435\u0442\u043e\u0431\u0440\u0430\u0437\u0446\u0430xs \u0444\u0430\u0441\u0435\u0442\u043e\u0431\u0449\u0435\u0433\u043e\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430\u0440\u0430\u0437\u0440\u044f\u0434\u043e\u0432xs \u0444\u0430\u0441\u0435\u0442\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044fxs \u0444\u0430\u0441\u0435\u0442\u043f\u0440\u043e\u0431\u0435\u043b\u044c\u043d\u044b\u0445\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432xs \u0444\u0438\u043b\u044c\u0442\u0440\u0443\u0437\u043b\u043e\u0432dom \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f\u0441\u0442\u0440\u043e\u043a\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442xs \u0445\u0435\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0445\u0440\u0430\u043d\u0438\u043b\u0438\u0449\u0435\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0446\u0432\u0435\u0442 \u0447\u0442\u0435\u043d\u0438\u0435fastinfoset \u0447\u0442\u0435\u043d\u0438\u0435html \u0447\u0442\u0435\u043d\u0438\u0435json \u0447\u0442\u0435\u043d\u0438\u0435xml \u0447\u0442\u0435\u043d\u0438\u0435zip\u0444\u0430\u0439\u043b\u0430 \u0447\u0442\u0435\u043d\u0438\u0435\u0434\u0430\u043d\u043d\u044b\u0445 \u0447\u0442\u0435\u043d\u0438\u0435\u0442\u0435\u043a\u0441\u0442\u0430 \u0447\u0442\u0435\u043d\u0438\u0435\u0443\u0437\u043b\u043e\u0432dom \u0448\u0440\u0438\u0444\u0442 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043a\u043e\u043c\u043f\u043e\u043d\u043e\u0432\u043a\u0438\u0434\u0430\u043d\u043d\u044b\u0445 comsafearray \u0434\u0435\u0440\u0435\u0432\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u043c\u0430\u0441\u0441\u0438\u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0441\u043f\u0438\u0441\u043e\u043a\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u0442\u0430\u0431\u043b\u0438\u0446\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435 \u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u043c\u0430\u0441\u0441\u0438\u0432 ",literal:r},contains:[{className:"meta",lexemes:t,begin:"#|&",end:"$",keywords:{"meta-keyword":n+"\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c\u0438\u0437\u0444\u0430\u0439\u043b\u0430 \u0432\u0435\u0431\u043a\u043b\u0438\u0435\u043d\u0442 \u0432\u043c\u0435\u0441\u0442\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u0435\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u043a\u043b\u0438\u0435\u043d\u0442 \u043a\u043e\u043d\u0435\u0446\u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043a\u043b\u0438\u0435\u043d\u0442 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435\u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u043d\u0430\u043a\u043b\u0438\u0435\u043d\u0442\u0435\u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435\u0431\u0435\u0437\u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430 \u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435 \u043d\u0430\u0441\u0435\u0440\u0432\u0435\u0440\u0435\u0431\u0435\u0437\u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0441\u043b\u0435 \u0441\u0435\u0440\u0432\u0435\u0440 \u0442\u043e\u043b\u0441\u0442\u044b\u0439\u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0431\u044b\u0447\u043d\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u043e\u043b\u0441\u0442\u044b\u0439\u043a\u043b\u0438\u0435\u043d\u0442\u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u043e\u0435\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0442\u043e\u043d\u043a\u0438\u0439\u043a\u043b\u0438\u0435\u043d\u0442 "},contains:[s]},{className:"function",lexemes:t,variants:[{begin:"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430|\u0444\u0443\u043d\u043a\u0446\u0438\u044f",end:"\\)",keywords:"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f"},{begin:"\u043a\u043e\u043d\u0435\u0446\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b|\u043a\u043e\u043d\u0435\u0446\u0444\u0443\u043d\u043a\u0446\u0438\u0438",keywords:"\u043a\u043e\u043d\u0435\u0446\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b \u043a\u043e\u043d\u0435\u0446\u0444\u0443\u043d\u043a\u0446\u0438\u0438"}],contains:[{begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"params",lexemes:t,begin:t,end:",",excludeEnd:!0,endsWithParent:!0,keywords:{keyword:"\u0437\u043d\u0430\u0447",literal:r},contains:[a,i,o]},s]},e.inherit(e.TITLE_MODE,{begin:t})]},s,{className:"symbol",begin:"~",end:";|:",excludeEnd:!0},a,i,o]}}},"../node_modules/highlight.js/lib/languages/abnf.js":function(e,t){e.exports=function(e){var t="^[a-zA-Z][a-zA-Z0-9-]*",n="[!@#$^&',?+~`|:]",r=e.COMMENT(";","$"),a={begin:t+"\\s*=",returnBegin:!0,end:/=/,relevance:0,contains:[{className:"attribute",begin:t}]};return{illegal:n,keywords:["ALPHA","BIT","CHAR","CR","CRLF","CTL","DIGIT","DQUOTE","HEXDIG","HTAB","LF","LWSP","OCTET","SP","VCHAR","WSP"].join(" "),contains:[a,r,{className:"symbol",begin:/%b[0-1]+(-[0-1]+|(\.[0-1]+)+){0,1}/},{className:"symbol",begin:/%d[0-9]+(-[0-9]+|(\.[0-9]+)+){0,1}/},{className:"symbol",begin:/%x[0-9A-F]+(-[0-9A-F]+|(\.[0-9A-F]+)+){0,1}/},{className:"symbol",begin:/%[si]/},e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/accesslog.js":function(e,t){e.exports=function(e){return{contains:[{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+\\b",relevance:0},{className:"string",begin:'"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)',end:'"',keywords:"GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE",illegal:"\\n",relevance:10},{className:"string",begin:/\[/,end:/\]/,illegal:"\\n"},{className:"string",begin:'"',end:'"',illegal:"\\n"}]}}},"../node_modules/highlight.js/lib/languages/actionscript.js":function(e,t){e.exports=function(e){var t={className:"rest_arg",begin:"[.]{3}",end:"[a-zA-Z_$][a-zA-Z0-9_$]*",relevance:10};return{aliases:["as"],keywords:{keyword:"as break case catch class const continue default delete do dynamic each else extends final finally for function get if implements import in include instanceof interface internal is namespace native new override package private protected public return set static super switch this throw try typeof use var void while with",literal:"true false null undefined"},contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"class",beginKeywords:"package",end:"{",contains:[e.TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.TITLE_MODE]},{className:"meta",beginKeywords:"import include",end:";",keywords:{"meta-keyword":"import include"}},{className:"function",beginKeywords:"function",end:"[{;]",excludeEnd:!0,illegal:"\\S",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t]},{begin:":\\s*([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)"}]},e.METHOD_GUARD],illegal:/#/}}},"../node_modules/highlight.js/lib/languages/ada.js":function(e,t){e.exports=function(e){var t="[A-Za-z](_?[A-Za-z0-9.])*",n=e.COMMENT("--","$"),r={begin:"\\s+:\\s+",end:"\\s*(:=|;|\\)|=>|$)",illegal:"[]{}%#'\"",contains:[{beginKeywords:"loop for declare others",endsParent:!0},{className:"keyword",beginKeywords:"not null constant access function procedure in out aliased exception"},{className:"type",begin:t,endsParent:!0,relevance:0}]};return{case_insensitive:!0,keywords:{keyword:"abort else new return abs elsif not reverse abstract end accept entry select access exception of separate aliased exit or some all others subtype and for out synchronized array function overriding at tagged generic package task begin goto pragma terminate body private then if procedure type case in protected constant interface is raise use declare range delay limited record when delta loop rem while digits renames with do mod requeue xor",literal:"True False"},contains:[n,{className:"string",begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{className:"string",begin:/'.'/},{className:"number",begin:"\\b(\\d(_|\\d)*#\\w+(\\.\\w+)?#([eE][-+]?\\d(_|\\d)*)?|\\d(_|\\d)*(\\.\\d(_|\\d)*)?([eE][-+]?\\d(_|\\d)*)?)",relevance:0},{className:"symbol",begin:"'"+t},{className:"title",begin:"(\\bwith\\s+)?(\\bprivate\\s+)?\\bpackage\\s+(\\bbody\\s+)?",end:"(is|$)",keywords:"package body",excludeBegin:!0,excludeEnd:!0,illegal:"[]{}%#'\""},{begin:"(\\b(with|overriding)\\s+)?\\b(function|procedure)\\s+",end:"(\\bis|\\bwith|\\brenames|\\)\\s*;)",keywords:"overriding function procedure with is renames return",returnBegin:!0,contains:[n,{className:"title",begin:"(\\bwith\\s+)?\\b(function|procedure)\\s+",end:"(\\(|\\s+|$)",excludeBegin:!0,excludeEnd:!0,illegal:"[]{}%#'\""},r,{className:"type",begin:"\\breturn\\s+",end:"(\\s+|;|$)",keywords:"return",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:"[]{}%#'\""}]},{className:"type",begin:"\\b(sub)?type\\s+",end:"\\s+",keywords:"type",excludeBegin:!0,illegal:"[]{}%#'\""},r]}}},"../node_modules/highlight.js/lib/languages/angelscript.js":function(e,t){e.exports=function(e){var t={className:"built_in",begin:"\\b(void|bool|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)"},n={className:"symbol",begin:"[a-zA-Z0-9_]+@"},r={className:"keyword",begin:"<",end:">",contains:[t,n]};return t.contains=[r],n.contains=[r],{aliases:["asc"],keywords:"for in|0 break continue while do|0 return if else case switch namespace is cast or and xor not get|0 in inout|10 out override set|0 private public const default|0 final shared external mixin|10 enum typedef funcdef this super import from interface abstract|0 try catch protected explicit",illegal:"(^using\\s+[A-Za-z0-9_\\.]+;$|\\bfunctions*[^\\(])",contains:[{className:"string",begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"""',end:'"""'},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{beginKeywords:"interface namespace",end:"{",illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]},{beginKeywords:"class",end:"{",illegal:"[;.\\-]",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+",contains:[{begin:"[:,]\\s*",contains:[{className:"symbol",begin:"[a-zA-Z0-9_]+"}]}]}]},t,n,{className:"literal",begin:"\\b(null|true|false)"},{className:"number",begin:"(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?f?|\\.\\d+f?)([eE][-+]?\\d+f?)?)"}]}}},"../node_modules/highlight.js/lib/languages/apache.js":function(e,t){e.exports=function(e){var t={className:"number",begin:"[\\$%]\\d+"};return{aliases:["apacheconf"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"section",begin:"</?",end:">"},{className:"attribute",begin:/\w+/,relevance:0,keywords:{nomarkup:"order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername"},starts:{end:/$/,relevance:0,keywords:{literal:"on off all"},contains:[{className:"meta",begin:"\\s\\[",end:"\\]$"},{className:"variable",begin:"[\\$%]\\{",end:"\\}",contains:["self",t]},t,e.QUOTE_STRING_MODE]}}],illegal:/\S/}}},"../node_modules/highlight.js/lib/languages/applescript.js":function(e,t){e.exports=function(e){var t=e.inherit(e.QUOTE_STRING_MODE,{illegal:""}),n={className:"params",begin:"\\(",end:"\\)",contains:["self",e.C_NUMBER_MODE,t]},r=e.COMMENT("--","$"),a=[r,e.COMMENT("\\(\\*","\\*\\)",{contains:["self",r]}),e.HASH_COMMENT_MODE];return{aliases:["osascript"],keywords:{keyword:"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without",literal:"AppleScript false linefeed return pi quote result space tab true",built_in:"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name paragraph paragraphs rest reverse running time version weekday word words year"},contains:[t,e.C_NUMBER_MODE,{className:"built_in",begin:"\\b(clipboard info|the clipboard|info for|list (disks|folder)|mount volume|path to|(close|open for) access|(get|set) eof|current date|do shell script|get volume settings|random number|set volume|system attribute|system info|time to GMT|(load|run|store) script|scripting components|ASCII (character|number)|localized string|choose (application|color|file|file name|folder|from list|remote application|URL)|display (alert|dialog))\\b|^\\s*return\\b"},{className:"literal",begin:"\\b(text item delimiters|current application|missing value)\\b"},{className:"keyword",begin:"\\b(apart from|aside from|instead of|out of|greater than|isn't|(doesn't|does not) (equal|come before|come after|contain)|(greater|less) than( or equal)?|(starts?|ends|begins?) with|contained by|comes (before|after)|a (ref|reference)|POSIX file|POSIX path|(date|time) string|quoted form)\\b"},{beginKeywords:"on",illegal:"[${=;\\n]",contains:[e.UNDERSCORE_TITLE_MODE,n]}].concat(a),illegal:"//|->|=>|\\[\\["}}},"../node_modules/highlight.js/lib/languages/arcade.js":function(e,t){e.exports=function(e){var t="[A-Za-z_][0-9A-Za-z_]*",n={keyword:"if for while var new function do return void else break",literal:"true false null undefined NaN Infinity PI BackSlash DoubleQuote ForwardSlash NewLine SingleQuote Tab",built_in:"Abs Acos Area AreaGeodetic Asin Atan Atan2 Average Boolean Buffer BufferGeodetic Ceil Centroid Clip Console Constrain Contains Cos Count Crosses Cut Date DateAdd DateDiff Day Decode DefaultValue Dictionary Difference Disjoint Distance Distinct DomainCode DomainName Equals Exp Extent Feature FeatureSet FeatureSetById FeatureSetByTitle FeatureSetByUrl Filter First Floor Geometry Guid HasKey Hour IIf IndexOf Intersection Intersects IsEmpty Length LengthGeodetic Log Max Mean Millisecond Min Minute Month MultiPartToSinglePart Multipoint NextSequenceValue Now Number OrderBy Overlaps Point Polygon Polyline Pow Random Relate Reverse Round Second SetGeometry Sin Sort Sqrt Stdev Sum SymmetricDifference Tan Text Timestamp Today ToLocal Top Touches ToUTC TypeOf Union Variance Weekday When Within Year "},r={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},a={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},i={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,a]};a.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,r,e.REGEXP_MODE];var o=a.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["arcade"],keywords:n,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"symbol",begin:"\\$[feature|layer|map|value|view]+"},r,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(return)\\b)\\s*",keywords:"return",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:o}]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:o}],illegal:/\[|%/},{begin:/\$[(.]/}],illegal:/#(?!!)/}}},"../node_modules/highlight.js/lib/languages/arduino.js":function(e,t){e.exports=function(e){var t=e.getLanguage("cpp").exports;return{keywords:{keyword:"boolean byte word string String array "+t.keywords.keyword,built_in:"setup loop while catch for if do goto try switch case else default break continue return KeyboardController MouseController SoftwareSerial EthernetServer EthernetClient LiquidCrystal RobotControl GSMVoiceCall EthernetUDP EsploraTFT HttpClient RobotMotor WiFiClient GSMScanner FileSystem Scheduler GSMServer YunClient YunServer IPAddress GSMClient GSMModem Keyboard Ethernet Console GSMBand Esplora Stepper Process WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage Client Server GSMPIN FileIO Bridge Serial EEPROM Stream Mouse Audio Servo File Task GPRS WiFi Wire TFT GSM SPI SD runShellCommandAsynchronously analogWriteResolution retrieveCallingNumber printFirmwareVersion analogReadResolution sendDigitalPortPair noListenOnLocalhost readJoystickButton setFirmwareVersion readJoystickSwitch scrollDisplayRight getVoiceCallStatus scrollDisplayLeft writeMicroseconds delayMicroseconds beginTransmission getSignalStrength runAsynchronously getAsynchronously listenOnLocalhost getCurrentCarrier readAccelerometer messageAvailable sendDigitalPorts lineFollowConfig countryNameWrite runShellCommand readStringUntil rewindDirectory readTemperature setClockDivider readLightSensor endTransmission analogReference detachInterrupt countryNameRead attachInterrupt encryptionType readBytesUntil robotNameWrite readMicrophone robotNameRead cityNameWrite userNameWrite readJoystickY readJoystickX mouseReleased openNextFile scanNetworks noInterrupts digitalWrite beginSpeaker mousePressed isActionDone mouseDragged displayLogos noAutoscroll addParameter remoteNumber getModifiers keyboardRead userNameRead waitContinue processInput parseCommand printVersion readNetworks writeMessage blinkVersion cityNameRead readMessage setDataMode parsePacket isListening setBitOrder beginPacket isDirectory motorsWrite drawCompass digitalRead clearScreen serialEvent rightToLeft setTextSize leftToRight requestFrom keyReleased compassRead analogWrite interrupts WiFiServer disconnect playMelody parseFloat autoscroll getPINUsed setPINUsed setTimeout sendAnalog readSlider analogRead beginWrite createChar motorsStop keyPressed tempoWrite readButton subnetMask debugPrint macAddress writeGreen randomSeed attachGPRS readString sendString remotePort releaseAll mouseMoved background getXChange getYChange answerCall getResult voiceCall endPacket constrain getSocket writeJSON getButton available connected findUntil readBytes exitValue readGreen writeBlue startLoop IPAddress isPressed sendSysex pauseMode gatewayIP setCursor getOemKey tuneWrite noDisplay loadImage switchPIN onRequest onReceive changePIN playFile noBuffer parseInt overflow checkPIN knobRead beginTFT bitClear updateIR bitWrite position writeRGB highByte writeRed setSpeed readBlue noStroke remoteIP transfer shutdown hangCall beginSMS endWrite attached maintain noCursor checkReg checkPUK shiftOut isValid shiftIn pulseIn connect println localIP pinMode getIMEI display noBlink process getBand running beginSD drawBMP lowByte setBand release bitRead prepare pointTo readRed setMode noFill remove listen stroke detach attach noTone exists buffer height bitSet circle config cursor random IRread setDNS endSMS getKey micros millis begin print write ready flush width isPIN blink clear press mkdir rmdir close point yield image BSSID click delay read text move peek beep rect line open seek fill size turn stop home find step tone sqrt RSSI SSID end bit tan cos sin pow map abs max min get run put",literal:"DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL DEFAULT OUTPUT INPUT HIGH LOW"},contains:[t.preprocessor,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/armasm.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,aliases:["arm"],lexemes:"\\.?"+e.IDENT_RE,keywords:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @"},contains:[{className:"keyword",begin:"\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?",end:"\\s"},e.COMMENT("[;@]","$",{relevance:0}),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"[#$=]?0x[0-9a-f]+"},{begin:"[#$=]?0b[01]+"},{begin:"[#$=]\\d+"},{begin:"\\b\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^[a-z_\\.\\$][a-z0-9_\\.\\$]+"},{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"[=#]\\w+"}],relevance:0}]}}},"../node_modules/highlight.js/lib/languages/asciidoc.js":function(e,t){e.exports=function(e){return{aliases:["adoc"],contains:[e.COMMENT("^/{4,}\\n","\\n/{4,}$",{relevance:10}),e.COMMENT("^//","$",{relevance:0}),{className:"title",begin:"^\\.\\w.*$"},{begin:"^[=\\*]{4,}\\n",end:"\\n^[=\\*]{4,}$",relevance:10},{className:"section",relevance:10,variants:[{begin:"^(={1,5}) .+?( \\1)?$"},{begin:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{className:"meta",begin:"^:.+?:",end:"\\s",excludeEnd:!0,relevance:10},{className:"meta",begin:"^\\[.+?\\]$",relevance:0},{className:"quote",begin:"^_{4,}\\n",end:"\\n_{4,}$",relevance:10},{className:"code",begin:"^[\\-\\.]{4,}\\n",end:"\\n[\\-\\.]{4,}$",relevance:10},{begin:"^\\+{4,}\\n",end:"\\n\\+{4,}$",contains:[{begin:"<",end:">",subLanguage:"xml",relevance:0}],relevance:10},{className:"bullet",begin:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{className:"symbol",begin:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",relevance:10},{className:"strong",begin:"\\B\\*(?![\\*\\s])",end:"(\\n{2}|\\*)",contains:[{begin:"\\\\*\\w",relevance:0}]},{className:"emphasis",begin:"\\B'(?!['\\s])",end:"(\\n{2}|')",contains:[{begin:"\\\\'\\w",relevance:0}],relevance:0},{className:"emphasis",begin:"_(?![_\\s])",end:"(\\n{2}|_)",relevance:0},{className:"string",variants:[{begin:"``.+?''"},{begin:"`.+?'"}]},{className:"code",begin:"(`.+?`|\\+.+?\\+)",relevance:0},{className:"code",begin:"^[ \\t]",end:"$",relevance:0},{begin:"^'{3,}[ \\t]*$",relevance:10},{begin:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",returnBegin:!0,contains:[{begin:"(link|image:?):",relevance:0},{className:"link",begin:"\\w",end:"[^\\[]+",relevance:0},{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}},"../node_modules/highlight.js/lib/languages/aspectj.js":function(e,t){e.exports=function(e){var t="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance";return{keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"aspect",end:/[{;=]/,excludeEnd:!0,illegal:/[:;"\[\]]/,contains:[{beginKeywords:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},e.UNDERSCORE_TITLE_MODE,{begin:/\([^\)]*/,end:/[)]+/,keywords:t+" get set args call",excludeEnd:!1}]},{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"pointcut after before around throwing returning",end:/[)]/,excludeEnd:!1,illegal:/["\[\]]/,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:t,illegal:/["\[\]]/,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",keywords:t+" get set args call",relevance:0},e.QUOTE_STRING_MODE]},{beginKeywords:"new throw",relevance:0},{className:"function",begin:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,returnBegin:!0,end:/[{;=]/,keywords:t,excludeEnd:!0,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,relevance:0,keywords:t,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},"../node_modules/highlight.js/lib/languages/autohotkey.js":function(e,t){e.exports=function(e){var t={begin:"`[\\s\\S]"};return{case_insensitive:!0,aliases:["ahk"],keywords:{keyword:"Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group",literal:"A|0 true false NOT AND OR",built_in:"ComSpec Clipboard ClipboardAll ErrorLevel"},contains:[{className:"built_in",begin:"A_[a-zA-Z0-9]+"},t,e.inherit(e.QUOTE_STRING_MODE,{contains:[t]}),e.COMMENT(";","$",{relevance:0}),e.C_BLOCK_COMMENT_MODE,{className:"number",begin:e.NUMBER_RE,relevance:0},{className:"subst",begin:"%(?=[a-zA-Z0-9#_$@])",end:"%",illegal:"[^a-zA-Z0-9#_$@]"},{className:"built_in",begin:"^\\s*\\w+\\s*,"},{className:"meta",begin:"^\\s*#w+",end:"$",relevance:0},{className:"symbol",contains:[t],variants:[{begin:'^[^\\n";]+::(?!=)'},{begin:'^[^\\n";]+:(?!=)',relevance:0}]},{begin:",\\s*,"}]}}},"../node_modules/highlight.js/lib/languages/autoit.js":function(e,t){e.exports=function(e){var t={variants:[e.COMMENT(";","$",{relevance:0}),e.COMMENT("#cs","#ce"),e.COMMENT("#comments-start","#comments-end")]},n={begin:"\\$[A-z0-9_]+"},r={className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},a={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:"ByRef Case Const ContinueCase ContinueLoop Default Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With",built_in:"Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait",literal:"True False And Null Not Or"},contains:[t,n,r,a,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"comments include include-once NoTrayIcon OnAutoItStartRegister pragma compile RequireAdmin"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",keywords:{"meta-keyword":"include"},end:"$",contains:[r,{className:"meta-string",variants:[{begin:"<",end:">"},{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},r,t]},{className:"symbol",begin:"@[A-z0-9_]+"},{className:"function",beginKeywords:"Func",end:"$",illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:[n,r,a]}]}]}}},"../node_modules/highlight.js/lib/languages/avrasm.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,lexemes:"\\.?"+e.IDENT_RE,keywords:{keyword:"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr",built_in:"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf",meta:".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set"},contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT(";","$",{relevance:0}),e.C_NUMBER_MODE,e.BINARY_NUMBER_MODE,{className:"number",begin:"\\b(\\$[a-zA-Z0-9]+|0o[0-7]+)"},e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"},{className:"symbol",begin:"^[A-Za-z0-9_.$]+:"},{className:"meta",begin:"#",end:"$"},{className:"subst",begin:"@[0-9]+"}]}}},"../node_modules/highlight.js/lib/languages/awk.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"BEGIN END if else while do for in break continue delete next nextfile function func exit|10"},contains:[{className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},e.REGEXP_MODE,e.HASH_COMMENT_MODE,e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/axapta.js":function(e,t){e.exports=function(e){return{keywords:"false int abstract private char boolean static null if for true while long throw finally protected final return void enum else break new catch byte super case short default double public try this switch continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count order group by asc desc index hint like dispaly edit client server ttsbegin ttscommit str real date container anytype common div mod",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:":",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]}]}}},"../node_modules/highlight.js/lib/languages/bash.js":function(e,t){e.exports=function(e){var t={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t,{className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]};return{aliases:["sh","zsh"],lexemes:/\b-?[a-z\._]+\b/,keywords:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},contains:[{className:"meta",begin:/^#![^\n]+sh\s*$/,relevance:10},{className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},e.HASH_COMMENT_MODE,n,{className:"string",begin:/'/,end:/'/},t]}}},"../node_modules/highlight.js/lib/languages/basic.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,illegal:"^.",lexemes:"[a-zA-Z][a-zA-Z0-9_$%!#]*",keywords:{keyword:"ABS ASC AND ATN AUTO|0 BEEP BLOAD|10 BSAVE|10 CALL CALLS CDBL CHAIN CHDIR CHR$|10 CINT CIRCLE CLEAR CLOSE CLS COLOR COM COMMON CONT COS CSNG CSRLIN CVD CVI CVS DATA DATE$ DEFDBL DEFINT DEFSNG DEFSTR DEF|0 SEG USR DELETE DIM DRAW EDIT END ENVIRON ENVIRON$ EOF EQV ERASE ERDEV ERDEV$ ERL ERR ERROR EXP FIELD FILES FIX FOR|0 FRE GET GOSUB|10 GOTO HEX$ IF|0 THEN ELSE|0 INKEY$ INP INPUT INPUT# INPUT$ INSTR IMP INT IOCTL IOCTL$ KEY ON OFF LIST KILL LEFT$ LEN LET LINE LLIST LOAD LOC LOCATE LOF LOG LPRINT USING LSET MERGE MID$ MKDIR MKD$ MKI$ MKS$ MOD NAME NEW NEXT NOISE NOT OCT$ ON OR PEN PLAY STRIG OPEN OPTION BASE OUT PAINT PALETTE PCOPY PEEK PMAP POINT POKE POS PRINT PRINT] PSET PRESET PUT RANDOMIZE READ REM RENUM RESET|0 RESTORE RESUME RETURN|0 RIGHT$ RMDIR RND RSET RUN SAVE SCREEN SGN SHELL SIN SOUND SPACE$ SPC SQR STEP STICK STOP STR$ STRING$ SWAP SYSTEM TAB TAN TIME$ TIMER TROFF TRON TO USR VAL VARPTR VARPTR$ VIEW WAIT WHILE WEND WIDTH WINDOW WRITE XOR"},contains:[e.QUOTE_STRING_MODE,e.COMMENT("REM","$",{relevance:10}),e.COMMENT("'","$",{relevance:0}),{className:"symbol",begin:"^[0-9]+ ",relevance:10},{className:"number",begin:"\\b([0-9]+[0-9edED.]*[#!]?)",relevance:0},{className:"number",begin:"(&[hH][0-9a-fA-F]{1,4})"},{className:"number",begin:"(&[oO][0-7]{1,6})"}]}}},"../node_modules/highlight.js/lib/languages/bnf.js":function(e,t){e.exports=function(e){return{contains:[{className:"attribute",begin:/</,end:/>/},{begin:/::=/,starts:{end:/$/,contains:[{begin:/</,end:/>/},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}}]}}},"../node_modules/highlight.js/lib/languages/brainfuck.js":function(e,t){e.exports=function(e){var t={className:"literal",begin:"[\\+\\-]",relevance:0};return{aliases:["bf"],contains:[e.COMMENT("[^\\[\\]\\.,\\+\\-<> \r\n]","[\\[\\]\\.,\\+\\-<> \r\n]",{returnEnd:!0,relevance:0}),{className:"title",begin:"[\\[\\]]",relevance:0},{className:"string",begin:"[\\.,]",relevance:0},{begin:/\+\+|\-\-/,returnBegin:!0,contains:[t]},t]}}},"../node_modules/highlight.js/lib/languages/cal.js":function(e,t){e.exports=function(e){var t="div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to until while with var",n=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\{/,/\}/,{relevance:0}),e.COMMENT(/\(\*/,/\*\)/,{relevance:10})],r={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},a={className:"string",begin:/(#\d+)+/},i={className:"function",beginKeywords:"procedure",end:/[:;]/,keywords:"procedure|10",contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,contains:[r,a]}].concat(n)},o={className:"class",begin:"OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\d+) ([^\\r\\n]+)",returnBegin:!0,contains:[e.TITLE_MODE,i]};return{case_insensitive:!0,keywords:{keyword:t,literal:"false true"},illegal:/\/\*/,contains:[r,a,{className:"number",begin:"\\b\\d+(\\.\\d+)?(DT|D|T)",relevance:0},{className:"string",begin:'"',end:'"'},e.NUMBER_MODE,o,i]}}},"../node_modules/highlight.js/lib/languages/capnproto.js":function(e,t){e.exports=function(e){return{aliases:["capnp"],keywords:{keyword:"struct enum interface union group import using const annotation extends in of on as with from fixed",built_in:"Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 Text Data AnyPointer AnyStruct Capability List",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.HASH_COMMENT_MODE,{className:"meta",begin:/@0x[\w\d]{16};/,illegal:/\n/},{className:"symbol",begin:/@\d+\b/},{className:"class",beginKeywords:"struct enum",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"class",beginKeywords:"interface",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]}]}}},"../node_modules/highlight.js/lib/languages/ceylon.js":function(e,t){e.exports=function(e){var t="assembly module package import alias class interface object given value assign void function new of extends satisfies abstracts in out return break continue throw assert dynamic if else switch case for while try catch finally then let this outer super is exists nonempty",n={className:"subst",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:t,relevance:10},r=[{className:"string",begin:'"""',end:'"""',relevance:10},{className:"string",begin:'"',end:'"',contains:[n]},{className:"string",begin:"'",end:"'"},{className:"number",begin:"#[0-9a-fA-F_]+|\\$[01_]+|[0-9_]+(?:\\.[0-9_](?:[eE][+-]?\\d+)?)?[kMGTPmunpf]?",relevance:0}];return n.contains=r,{keywords:{keyword:t+" shared abstract formal default actual variable late native deprecatedfinal sealed annotation suppressWarnings small",meta:"doc by license see throws tagged"},illegal:"\\$[^01]|#[^0-9a-fA-F]",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),{className:"meta",begin:'@[a-z]\\w*(?:\\:"[^"]*")?'}].concat(r)}}},"../node_modules/highlight.js/lib/languages/clean.js":function(e,t){e.exports=function(e){return{aliases:["clean","icl","dcl"],keywords:{keyword:"if let in with where case of class instance otherwise implementation definition system module from import qualified as special code inline foreign export ccall stdcall generic derive infix infixl infixr",literal:"True False"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:"->|<-[|:]?|::|#!?|>>=|\\{\\||\\|\\}|:==|=:|\\.\\.|<>|`"}]}}},"../node_modules/highlight.js/lib/languages/clojure-repl.js":function(e,t){e.exports=function(e){return{contains:[{className:"meta",begin:/^([\w.-]+|\s*#_)=>/,starts:{end:/$/,subLanguage:"clojure"}}]}}},"../node_modules/highlight.js/lib/languages/clojure.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9/;:]*",n={begin:t,relevance:0},r={className:"number",begin:"[-+]?\\d+(\\.\\d+)?",relevance:0},a=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),i=e.COMMENT(";","$",{relevance:0}),o={className:"literal",begin:/\b(true|false|nil)\b/},s={begin:"[\\[\\{]",end:"[\\]\\}]"},l={className:"comment",begin:"\\^"+t},c=e.COMMENT("\\^\\{","\\}"),d={className:"symbol",begin:"[:]{1,2}"+t},u={begin:"\\(",end:"\\)"},_={endsWithParent:!0,relevance:0},p={keywords:{"builtin-name":"def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize"},lexemes:t,className:"name",begin:t,starts:_},m=[u,a,l,c,i,d,s,r,o,n];return u.contains=[e.COMMENT("comment",""),p,_],_.contains=m,s.contains=m,c.contains=[s],{aliases:["clj"],illegal:/\S/,contains:[u,a,l,c,i,d,s,r,o]}}},"../node_modules/highlight.js/lib/languages/cmake.js":function(e,t){e.exports=function(e){return{aliases:["cmake.in"],case_insensitive:!0,keywords:{keyword:"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined"},contains:[{className:"variable",begin:"\\${",end:"}"},e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/coffeescript.js":function(e,t){e.exports=function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger super yield import export from as default await then unless until loop of by when and or is isnt not",literal:"true false null undefined yes no on off",built_in:"npm require console print module global window document"},n="[A-Za-z$_][0-9A-Za-z$_]*",r={className:"subst",begin:/#\{/,end:/}/,keywords:t},a=[e.BINARY_NUMBER_MODE,e.inherit(e.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,r]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]}]},{className:"regexp",variants:[{begin:"///",end:"///",contains:[r,e.HASH_COMMENT_MODE]},{begin:"//[gim]*",relevance:0},{begin:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{begin:"@"+n},{subLanguage:"javascript",excludeBegin:!0,excludeEnd:!0,variants:[{begin:"```",end:"```"},{begin:"`",end:"`"}]}];r.contains=a;var i=e.inherit(e.TITLE_MODE,{begin:n}),o={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(a)}]};return{aliases:["coffee","cson","iced"],keywords:t,illegal:/\/\*/,contains:a.concat([e.COMMENT("###","###"),e.HASH_COMMENT_MODE,{className:"function",begin:"^\\s*"+n+"\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[i,o]},{begin:/[:\(,=]\s*/,relevance:0,contains:[{className:"function",begin:"(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[o]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[i]},i]},{begin:n+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},"../node_modules/highlight.js/lib/languages/coq.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"_ as at cofix else end exists exists2 fix for forall fun if IF in let match mod Prop return Set then Type using where with Abort About Add Admit Admitted All Arguments Assumptions Axiom Back BackTo Backtrack Bind Blacklist Canonical Cd Check Class Classes Close Coercion Coercions CoFixpoint CoInductive Collection Combined Compute Conjecture Conjectures Constant constr Constraint Constructors Context Corollary CreateHintDb Cut Declare Defined Definition Delimit Dependencies DependentDerive Drop eauto End Equality Eval Example Existential Existentials Existing Export exporting Extern Extract Extraction Fact Field Fields File Fixpoint Focus for From Function Functional Generalizable Global Goal Grab Grammar Graph Guarded Heap Hint HintDb Hints Hypotheses Hypothesis ident Identity If Immediate Implicit Import Include Inductive Infix Info Initial Inline Inspect Instance Instances Intro Intros Inversion Inversion_clear Language Left Lemma Let Libraries Library Load LoadPath Local Locate Ltac ML Mode Module Modules Monomorphic Morphism Next NoInline Notation Obligation Obligations Opaque Open Optimize Options Parameter Parameters Parametric Path Paths pattern Polymorphic Preterm Print Printing Program Projections Proof Proposition Pwd Qed Quit Rec Record Recursive Redirect Relation Remark Remove Require Reserved Reset Resolve Restart Rewrite Right Ring Rings Save Scheme Scope Scopes Script Search SearchAbout SearchHead SearchPattern SearchRewrite Section Separate Set Setoid Show Solve Sorted Step Strategies Strategy Structure SubClass Table Tables Tactic Term Test Theorem Time Timeout Transparent Type Typeclasses Types Undelimit Undo Unfocus Unfocused Unfold Universe Universes Unset Unshelve using Variable Variables Variant Verbose Visibility where with",built_in:"abstract absurd admit after apply as assert assumption at auto autorewrite autounfold before bottom btauto by case case_eq cbn cbv change classical_left classical_right clear clearbody cofix compare compute congruence constr_eq constructor contradict contradiction cut cutrewrite cycle decide decompose dependent destruct destruction dintuition discriminate discrR do double dtauto eapply eassumption eauto ecase econstructor edestruct ediscriminate eelim eexact eexists einduction einjection eleft elim elimtype enough equality erewrite eright esimplify_eq esplit evar exact exactly_once exfalso exists f_equal fail field field_simplify field_simplify_eq first firstorder fix fold fourier functional generalize generalizing gfail give_up has_evar hnf idtac in induction injection instantiate intro intro_pattern intros intuition inversion inversion_clear is_evar is_var lapply lazy left lia lra move native_compute nia nsatz omega once pattern pose progress proof psatz quote record red refine reflexivity remember rename repeat replace revert revgoals rewrite rewrite_strat right ring ring_simplify rtauto set setoid_reflexivity setoid_replace setoid_rewrite setoid_symmetry setoid_transitivity shelve shelve_unifiable simpl simple simplify_eq solve specialize split split_Rabs split_Rmult stepl stepr subst sum swap symmetry tactic tauto time timeout top transitivity trivial try tryif unfold unify until using vm_compute with"},contains:[e.QUOTE_STRING_MODE,e.COMMENT("\\(\\*","\\*\\)"),e.C_NUMBER_MODE,{className:"type",excludeBegin:!0,begin:"\\|\\s*",end:"\\w+"},{begin:/[-=]>/}]}}},"../node_modules/highlight.js/lib/languages/cos.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,aliases:["cos","cls"],keywords:"property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii",contains:[{className:"number",begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)",relevance:0},{className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"comment",begin:/;/,end:"$",relevance:0},{className:"built_in",begin:/(?:\$\$?|\.\.)\^?[a-zA-Z]+/},{className:"built_in",begin:/\$\$\$[a-zA-Z]+/},{className:"built_in",begin:/%[a-z]+(?:\.[a-z]+)*/},{className:"symbol",begin:/\^%?[a-zA-Z][\w]*/},{className:"keyword",begin:/##class|##super|#define|#dim/},{begin:/&sql\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:"sql"},{begin:/&(js|jscript|javascript)</,end:/>/,excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"},{begin:/&html<\s*</,end:/>\s*>/,subLanguage:"xml"}]}}},"../node_modules/highlight.js/lib/languages/cpp.js":function(e,t){e.exports=function(e){var t={className:"keyword",begin:"\\b[a-z\\d_]*_t\\b"},n={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'(u8?|U|L)?R"\\(',end:'\\)"'},{begin:"'\\\\?.",end:"'",illegal:"."}]},r={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},a={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{"meta-keyword":"if else elif endif define undef warning error line pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(n,{className:"meta-string"}),{className:"meta-string",begin:/<[^\n>]*>/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},i=e.IDENT_RE+"\\s*\\(",o={keyword:"int float while private char catch import module export virtual operator sizeof dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace unsigned long volatile static protected bool template mutable if public friend do goto auto void enum else break extern using asm case typeid short reinterpret_cast|10 default double register explicit signed typename try this switch continue inline delete alignof constexpr decltype noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary atomic_bool atomic_char atomic_schar atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong atomic_ullong new throw return and or not",built_in:"std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr",literal:"true false nullptr NULL"},s=[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,n];return{aliases:["c","cc","h","c++","h++","hpp"],keywords:o,illegal:"</",contains:s.concat([a,{begin:"\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\s*<",end:">",keywords:o,contains:["self",t]},{begin:e.IDENT_RE+"::",keywords:o},{variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:o,contains:s.concat([{begin:/\(/,end:/\)/,keywords:o,contains:s.concat(["self"]),relevance:0}]),relevance:0},{className:"function",begin:"("+e.IDENT_RE+"[\\*&\\s]+)+"+i,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:o,illegal:/[^\w\s\*&]/,contains:[{begin:i,returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,keywords:o,relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,r,t,{begin:/\(/,end:/\)/,keywords:o,relevance:0,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,r,t]}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a]},{className:"class",beginKeywords:"class struct",end:/[{;:]/,contains:[{begin:/</,end:/>/,contains:["self"]},e.TITLE_MODE]}]),exports:{preprocessor:a,strings:n,keywords:o}}}},"../node_modules/highlight.js/lib/languages/crmsh.js":function(e,t){e.exports=function(e){var t="group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml";return{aliases:["crm","pcmk"],case_insensitive:!0,keywords:{keyword:"params meta operations op rule attributes utilization read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\ number string",literal:"Master Started Slave Stopped start promote demote stop monitor true false"},contains:[e.HASH_COMMENT_MODE,{beginKeywords:"node",starts:{end:"\\s*([\\w_-]+:)?",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*"}}},{beginKeywords:"primitive rsc_template",starts:{className:"title",end:"\\s*[\\$\\w_][\\w_-]*",starts:{end:"\\s*@?[\\w_][\\w_\\.:-]*"}}},{begin:"\\b("+t.split(" ").join("|")+")\\s+",keywords:t,starts:{className:"title",end:"[\\$\\w_][\\w_-]*"}},{beginKeywords:"property rsc_defaults op_defaults",starts:{className:"title",end:"\\s*([\\w_-]+:)?"}},e.QUOTE_STRING_MODE,{className:"meta",begin:"(ocf|systemd|service|lsb):[\\w_:-]+",relevance:0},{className:"number",begin:"\\b\\d+(\\.\\d+)?(ms|s|h|m)?",relevance:0},{className:"literal",begin:"[-]?(infinity|inf)",relevance:0},{className:"attr",begin:/([A-Za-z\$_\#][\w_-]+)=/,relevance:0},{className:"tag",begin:"</?",end:"/?>",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/crystal.js":function(e,t){e.exports=function(e){var t="(_[uif](8|16|32|64))?",n="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\][=?]?",r={keyword:"abstract alias as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__",literal:"false nil true"},a={className:"subst",begin:"#{",end:"}",keywords:r},i={className:"template-variable",variants:[{begin:"\\{\\{",end:"\\}\\}"},{begin:"\\{%",end:"%\\}"}],keywords:r};function o(e,t){var n=[{begin:e,end:t}];return n[0].contains=n,n}var s={className:"string",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%w?\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%w?\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%w?{",end:"}",contains:o("{","}")},{begin:"%w?<",end:">",contains:o("<",">")},{begin:"%w?/",end:"/"},{begin:"%w?%",end:"%"},{begin:"%w?-",end:"-"},{begin:"%w?\\|",end:"\\|"},{begin:/<<-\w+$/,end:/^\s*\w+$/}],relevance:0},l=[i,s,{className:"string",variants:[{begin:"%q\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%q\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%q{",end:"}",contains:o("{","}")},{begin:"%q<",end:">",contains:o("<",">")},{begin:"%q/",end:"/"},{begin:"%q%",end:"%"},{begin:"%q-",end:"-"},{begin:"%q\\|",end:"\\|"},{begin:/<<-'\w+'$/,end:/^\s*\w+$/}],relevance:0},{begin:"(!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~)\\s*",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:"//[a-z]*",relevance:0},{begin:"/",end:"/[a-z]*"},{begin:"%r\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%r{",end:"}",contains:o("{","}")},{begin:"%r<",end:">",contains:o("<",">")},{begin:"%r/",end:"/"},{begin:"%r%",end:"%"},{begin:"%r-",end:"-"},{begin:"%r\\|",end:"\\|"}]}],relevance:0},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,a],variants:[{begin:"%r\\(",end:"\\)",contains:o("\\(","\\)")},{begin:"%r\\[",end:"\\]",contains:o("\\[","\\]")},{begin:"%r{",end:"}",contains:o("{","}")},{begin:"%r<",end:">",contains:o("<",">")},{begin:"%r/",end:"/"},{begin:"%r%",end:"%"},{begin:"%r-",end:"-"},{begin:"%r\\|",end:"\\|"}],relevance:0},{className:"meta",begin:"@\\[",end:"\\]",contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"})]},e.HASH_COMMENT_MODE,{className:"class",beginKeywords:"class module struct",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<"}]},{className:"class",beginKeywords:"lib enum union",end:"$|;",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"})],relevance:10},{className:"function",beginKeywords:"def",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})]},{className:"function",beginKeywords:"fun macro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})],relevance:5},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":",contains:[s,{begin:n}],relevance:0},{className:"number",variants:[{begin:"\\b0b([01_]*[01])"+t},{begin:"\\b0o([0-7_]*[0-7])"+t},{begin:"\\b0x([A-Fa-f0-9_]*[A-Fa-f0-9])"+t},{begin:"\\b(([0-9][0-9_]*[0-9]|[0-9])(\\.[0-9_]*[0-9])?([eE][+-]?[0-9_]*[0-9])?)"+t}],relevance:0}];return a.contains=l,i.contains=l.slice(1),{aliases:["cr"],lexemes:"[a-zA-Z_]\\w*[!?=]?",keywords:r,contains:l}}},"../node_modules/highlight.js/lib/languages/cs.js":function(e,t){e.exports=function(e){var t={keyword:"abstract as base bool break byte case catch char checked const continue decimal default delegate do double enum event explicit extern finally fixed float for foreach goto if implicit in int interface internal is lock long nameof object operator out override params private protected public readonly ref sbyte sealed short sizeof stackalloc static string struct switch this try typeof uint ulong unchecked unsafe ushort using virtual void volatile while add alias ascending async await by descending dynamic equals from get global group into join let on orderby partial remove select set value var where yield",literal:"null false true"},n={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},r={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},a=e.inherit(r,{illegal:/\n/}),i={className:"subst",begin:"{",end:"}",keywords:t},o=e.inherit(i,{illegal:/\n/}),s={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},e.BACKSLASH_ESCAPE,o]},l={className:"string",begin:/\$@"/,end:'"',contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},i]},c=e.inherit(l,{illegal:/\n/,contains:[{begin:"{{"},{begin:"}}"},{begin:'""'},o]});i.contains=[l,s,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,n,e.C_BLOCK_COMMENT_MODE],o.contains=[c,s,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,n,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];var d={variants:[l,s,r,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},u=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?";return{aliases:["csharp"],keywords:t,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:"\x3c!--|--\x3e"},{begin:"</?",end:">"}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef warning error line region endregion pragma checksum"}},d,n,{beginKeywords:"class interface",end:/[{;=]/,illegal:/[^\s:,]/,contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",end:/[{;=]/,illegal:/[^\s:]/,contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"meta-string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+u+"\\s+)+"+e.IDENT_RE+"\\s*\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.IDENT_RE+"\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE],relevance:0},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,relevance:0,contains:[d,n,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}},"../node_modules/highlight.js/lib/languages/csp.js":function(e,t){e.exports=function(e){return{case_insensitive:!1,lexemes:"[a-zA-Z][a-zA-Z0-9_-]*",keywords:{keyword:"base-uri child-src connect-src default-src font-src form-action frame-ancestors frame-src img-src media-src object-src plugin-types report-uri sandbox script-src style-src"},contains:[{className:"string",begin:"'",end:"'"},{className:"attribute",begin:"^Content",end:":",excludeEnd:!0}]}}},"../node_modules/highlight.js/lib/languages/css.js":function(e,t){e.exports=function(e){var t={begin:/[A-Z\_\.\-]+\s*:/,returnBegin:!0,end:";",endsWithParent:!0,contains:[{className:"attribute",begin:/\S/,end:":",excludeEnd:!0,starts:{endsWithParent:!0,excludeEnd:!0,contains:[{begin:/[\w-]+\(/,returnBegin:!0,contains:[{className:"built_in",begin:/[\w-]+/},{begin:/\(/,end:/\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}]},e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"#[0-9A-Fa-f]+"},{className:"meta",begin:"!important"}]}}]};return{case_insensitive:!0,illegal:/[=\/|'\$]/,contains:[e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/},{className:"selector-class",begin:/\.[A-Za-z0-9_-]+/},{className:"selector-attr",begin:/\[/,end:/\]/,illegal:"$"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"@(font-face|page)",lexemes:"[a-z-]+",keywords:"font-face page"},{begin:"@",end:"[{;]",illegal:/:/,contains:[{className:"keyword",begin:/\w+/},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"[a-zA-Z-][a-zA-Z0-9_-]*",relevance:0},{begin:"{",end:"}",illegal:/\S/,contains:[e.C_BLOCK_COMMENT_MODE,t]}]}}},"../node_modules/highlight.js/lib/languages/d.js":function(e,t){e.exports=function(e){var t="((0|[1-9][\\d_]*)|0[bB][01_]+|0[xX]([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))",n="\\\\(['\"\\?\\\\abfnrtv]|u[\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\dA-Fa-f]{2}|U[\\dA-Fa-f]{8})|&[a-zA-Z\\d]{2,};",r={className:"number",begin:"\\b"+t+"(L|u|U|Lu|LU|uL|UL)?",relevance:0},a={className:"number",begin:"\\b(((0[xX](([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)\\.([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*)|\\.?([\\da-fA-F][\\da-fA-F_]*|_[\\da-fA-F][\\da-fA-F_]*))[pP][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))|((0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(\\.\\d*|([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)))|\\d+\\.(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d)|\\.(0|[1-9][\\d_]*)([eE][+-]?(0|[1-9][\\d_]*|\\d[\\d_]*|[\\d_]+?\\d))?))([fF]|L|i|[fF]i|Li)?|"+t+"(i|[fF]i|Li))",relevance:0},i={className:"string",begin:"'("+n+"|.)",end:"'",illegal:"."},o={className:"string",begin:'"',contains:[{begin:n,relevance:0}],end:'"[cwd]?'},s=e.COMMENT("\\/\\+","\\+\\/",{contains:["self"],relevance:10});return{lexemes:e.UNDERSCORE_IDENT_RE,keywords:{keyword:"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__",built_in:"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring",literal:"false null true"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,{className:"string",begin:'x"[\\da-fA-F\\s\\n\\r]*"[cwd]?',relevance:10},o,{className:"string",begin:'[rq]"',end:'"[cwd]?',relevance:5},{className:"string",begin:"`",end:"`[cwd]?"},{className:"string",begin:'q"\\{',end:'\\}"'},a,r,i,{className:"meta",begin:"^#!",end:"$",relevance:5},{className:"meta",begin:"#(line)",end:"$",relevance:5},{className:"keyword",begin:"@[a-zA-Z_][a-zA-Z_\\d]*"}]}}},"../node_modules/highlight.js/lib/languages/dart.js":function(e,t){e.exports=function(e){var t={className:"subst",variants:[{begin:"\\${",end:"}"},{begin:"\\$[A-Za-z0-9_]+"}],keywords:"true false null this is new super"},n={className:"string",variants:[{begin:"r'''",end:"'''"},{begin:'r"""',end:'"""'},{begin:"r'",end:"'",illegal:"\\n"},{begin:'r"',end:'"',illegal:"\\n"},{begin:"'''",end:"'''",contains:[e.BACKSLASH_ESCAPE,t]},{begin:'"""',end:'"""',contains:[e.BACKSLASH_ESCAPE,t]},{begin:"'",end:"'",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]},{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]}]};t.contains=[e.C_NUMBER_MODE,n];return{keywords:{keyword:"assert async await break case catch class const continue default do else enum extends false final finally for if in is new null rethrow return super switch sync this throw true try var void while with yield abstract as dynamic export external factory get implements import library operator part set static typedef",built_in:"print Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set Stopwatch String StringBuffer StringSink Symbol Type Uri bool double int num document window querySelector querySelectorAll Element ElementList"},contains:[n,e.COMMENT("/\\*\\*","\\*/",{subLanguage:"markdown"}),e.COMMENT("///","$",{subLanguage:"markdown"}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{begin:"=>"}]}}},"../node_modules/highlight.js/lib/languages/delphi.js":function(e,t){e.exports=function(e){var t="exports register file shl array record property for mod while set ally label uses raise not stored class safecall var interface or private static exit index inherited to else stdcall override shr asm far resourcestring finalization packed virtual out and protected library do xorwrite goto near function end div overload object unit begin string on inline repeat until destructor write message program with read initialization except default nil if case cdecl in downto threadvar of try pascal const external constructor type public then implementation finally published procedure absolute reintroduce operator as is abstract alias assembler bitpacked break continue cppdecl cvar enumerator experimental platform deprecated unimplemented dynamic export far16 forward generic helper implements interrupt iochecks local name nodefault noreturn nostackframe oldfpccall otherwise saveregisters softfloat specialize strict unaligned varargs ",n=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\{/,/\}/,{relevance:0}),e.COMMENT(/\(\*/,/\*\)/,{relevance:10})],r={className:"meta",variants:[{begin:/\{\$/,end:/\}/},{begin:/\(\*\$/,end:/\*\)/}]},a={className:"string",begin:/'/,end:/'/,contains:[{begin:/''/}]},i={className:"string",begin:/(#\d+)+/},o={begin:e.IDENT_RE+"\\s*=\\s*class\\s*\\(",returnBegin:!0,contains:[e.TITLE_MODE]},s={className:"function",beginKeywords:"function constructor destructor procedure",end:/[:;]/,keywords:"function constructor|10 destructor|10 procedure|10",contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,contains:[a,i,r].concat(n)},r].concat(n)};return{aliases:["dpr","dfm","pas","pascal","freepascal","lazarus","lpr","lfm"],case_insensitive:!0,keywords:t,illegal:/"|\$[G-Zg-z]|\/\*|<\/|\|/,contains:[a,i,e.NUMBER_MODE,o,s,r].concat(n)}}},"../node_modules/highlight.js/lib/languages/diff.js":function(e,t){e.exports=function(e){return{aliases:["patch"],contains:[{className:"meta",relevance:10,variants:[{begin:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{begin:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{begin:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{className:"comment",variants:[{begin:/Index: /,end:/$/},{begin:/={3,}/,end:/$/},{begin:/^\-{3}/,end:/$/},{begin:/^\*{3} /,end:/$/},{begin:/^\+{3}/,end:/$/},{begin:/\*{5}/,end:/\*{5}$/}]},{className:"addition",begin:"^\\+",end:"$"},{className:"deletion",begin:"^\\-",end:"$"},{className:"addition",begin:"^\\!",end:"$"}]}}},"../node_modules/highlight.js/lib/languages/django.js":function(e,t){e.exports=function(e){var t={begin:/\|[A-Za-z]+:?/,keywords:{name:"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone"},contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE]};return{aliases:["jinja"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT(/\{%\s*comment\s*%}/,/\{%\s*endcomment\s*%}/),e.COMMENT(/\{#/,/#}/),{className:"template-tag",begin:/\{%/,end:/%}/,contains:[{className:"name",begin:/\w+/,keywords:{name:"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim"},starts:{endsWithParent:!0,keywords:"in by as",contains:[t],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/}}/,contains:[t]}]}}},"../node_modules/highlight.js/lib/languages/dns.js":function(e,t){e.exports=function(e){return{aliases:["bind","zone"],keywords:{keyword:"IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT"},contains:[e.COMMENT(";","$",{relevance:0}),{className:"meta",begin:/^\$(TTL|GENERATE|INCLUDE|ORIGIN)\b/},{className:"number",begin:"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))\\b"},{className:"number",begin:"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\b"},e.inherit(e.NUMBER_MODE,{begin:/\b\d+[dhwm]?/})]}}},"../node_modules/highlight.js/lib/languages/dockerfile.js":function(e,t){e.exports=function(e){return{aliases:["docker"],case_insensitive:!0,keywords:"from maintainer expose env arg user onbuild stopsignal",contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{beginKeywords:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{end:/[^\\]\n/,subLanguage:"bash"}}],illegal:"</"}}},"../node_modules/highlight.js/lib/languages/dos.js":function(e,t){e.exports=function(e){var t=e.COMMENT(/^\s*@?rem\b/,/$/,{relevance:10});return{aliases:["bat","cmd"],case_insensitive:!0,illegal:/\/\*/,keywords:{keyword:"if else goto for in do call exit not exist errorlevel defined equ neq lss leq gtr geq",built_in:"prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux shift cd dir echo setlocal endlocal set pause copy append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color comp compact convert date dir diskcomp diskcopy doskey erase fs find findstr format ftype graftabl help keyb label md mkdir mode more move path pause print popd pushd promt rd recover rem rename replace restore rmdir shiftsort start subst time title tree type ver verify vol ping net ipconfig taskkill xcopy ren del"},contains:[{className:"variable",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{className:"function",begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)",end:"goto:eof",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),t]},{className:"number",begin:"\\b\\d+",relevance:0},t]}}},"../node_modules/highlight.js/lib/languages/dsconfig.js":function(e,t){e.exports=function(e){return{keywords:"dsconfig",contains:[{className:"keyword",begin:"^dsconfig",end:"\\s",excludeEnd:!0,relevance:10},{className:"built_in",begin:"(list|create|get|set|delete)-(\\w+)",end:"\\s",excludeEnd:!0,illegal:"!@#$%^&*()",relevance:10},{className:"built_in",begin:"--(\\w+)",end:"\\s",excludeEnd:!0},{className:"string",begin:/"/,end:/"/},{className:"string",begin:/'/,end:/'/},{className:"string",begin:"[\\w-?]+:\\w+",end:"\\W",relevance:0},{className:"string",begin:"\\w+-?\\w+",end:"\\W",relevance:0},e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/dts.js":function(e,t){e.exports=function(e){var t={className:"string",variants:[e.inherit(e.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?"'}),{begin:'(u8?|U)?R"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{begin:"'\\\\?.",end:"'",illegal:"."}]},n={className:"number",variants:[{begin:"\\b(\\d+(\\.\\d*)?|\\.\\d+)(u|U|l|L|ul|UL|f|F)"},{begin:e.C_NUMBER_RE}],relevance:0},r={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elif endif define undef ifdef ifndef"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[e.inherit(t,{className:"meta-string"}),{className:"meta-string",begin:"<",end:">",illegal:"\\n"}]},t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},a={className:"variable",begin:"\\&[a-z\\d_]*\\b"},i={className:"meta-keyword",begin:"/[a-z][a-z\\d-]*/"},o={className:"symbol",begin:"^\\s*[a-zA-Z_][a-zA-Z\\d_]*:"},s={className:"params",begin:"<",end:">",contains:[n,a]},l={className:"class",begin:/[a-zA-Z_][a-zA-Z\d_@]*\s{/,end:/[{;=]/,returnBegin:!0,excludeEnd:!0};return{keywords:"",contains:[{className:"class",begin:"/\\s*{",end:"};",relevance:10,contains:[a,i,o,l,s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,t]},a,i,o,l,s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,t,r,{begin:e.IDENT_RE+"::",keywords:""}]}}},"../node_modules/highlight.js/lib/languages/dust.js":function(e,t){e.exports=function(e){return{aliases:["dst"],case_insensitive:!0,subLanguage:"xml",contains:[{className:"template-tag",begin:/\{[#\/]/,end:/\}/,illegal:/;/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{/,end:/\}/,illegal:/;/,keywords:"if eq ne lt lte gt gte select default math sep"}]}}},"../node_modules/highlight.js/lib/languages/ebnf.js":function(e,t){e.exports=function(e){var t=e.COMMENT(/\(\*/,/\*\)/);return{illegal:/\S/,contains:[t,{className:"attribute",begin:/^[ ]*[a-zA-Z][a-zA-Z-]*([\s-]+[a-zA-Z][a-zA-Z]*)*/},{begin:/=/,end:/;/,contains:[t,{className:"meta",begin:/\?.*\?/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}]}}},"../node_modules/highlight.js/lib/languages/elixir.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_][a-zA-Z0-9_.]*(\\!|\\?)?",n="and false then defined module in return redo retry end for true self when next until do begin unless nil break not case cond alias while ensure or include use alias fn quote require import with|0",r={className:"subst",begin:"#\\{",end:"}",lexemes:t,keywords:n},a={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]},i={className:"function",beginKeywords:"def defp defmacro",end:/\B\b/,contains:[e.inherit(e.TITLE_MODE,{begin:t,endsParent:!0})]},o=e.inherit(i,{className:"class",beginKeywords:"defimpl defmodule defprotocol defrecord",end:/\bdo\b|$|;/}),s=[a,e.HASH_COMMENT_MODE,o,i,{begin:"::"},{className:"symbol",begin:":(?![\\s:])",contains:[a,{begin:"[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?"}],relevance:0},{className:"symbol",begin:t+":(?!:)",relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{className:"variable",begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{begin:"->"},{begin:"("+e.RE_STARTERS_RE+")\\s*",contains:[e.HASH_COMMENT_MODE,{className:"regexp",illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}],relevance:0}];return r.contains=s,{lexemes:t,keywords:n,contains:s}}},"../node_modules/highlight.js/lib/languages/elm.js":function(e,t){e.exports=function(e){var t={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},n={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},r={begin:"\\(",end:"\\)",illegal:'"',contains:[{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},t]};return{keywords:"let in if then else case of where module import exposing type alias as infix infixl infixr port effect command subscription",contains:[{beginKeywords:"port effect module",end:"exposing",keywords:"port effect module where command subscription exposing",contains:[r,t],illegal:"\\W\\.|;"},{begin:"import",end:"$",keywords:"import as exposing",contains:[r,t],illegal:"\\W\\.|;"},{begin:"type",end:"$",keywords:"type alias",contains:[n,r,{begin:"{",end:"}",contains:r.contains},t]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,t]},{begin:"port",end:"$",keywords:"port",contains:[t]},{className:"string",begin:"'\\\\?.",end:"'",illegal:"."},e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,n,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),t,{begin:"->|<-"}],illegal:/;/}}},"../node_modules/highlight.js/lib/languages/erb.js":function(e,t){e.exports=function(e){return{subLanguage:"xml",contains:[e.COMMENT("<%#","%>"),{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0}]}}},"../node_modules/highlight.js/lib/languages/erlang-repl.js":function(e,t){e.exports=function(e){return{keywords:{built_in:"spawn spawn_link self",keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor"},contains:[{className:"meta",begin:"^[0-9]+> ",relevance:10},e.COMMENT("%","$"),{className:"number",begin:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\?(::)?([A-Z]\\w*(::)?)+"},{begin:"->"},{begin:"ok"},{begin:"!"},{begin:"(\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\b[a-z'][a-zA-Z0-9_']*)",relevance:0},{begin:"[A-Z][a-zA-Z0-9_']*",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/erlang.js":function(e,t){e.exports=function(e){var t="[a-z'][a-zA-Z0-9_']*",n="("+t+":"+t+"|"+t+")",r={keyword:"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor",literal:"false true"},a=e.COMMENT("%","$"),i={className:"number",begin:"\\b(\\d+#[a-fA-F0-9]+|\\d+(\\.\\d+)?([eE][-+]?\\d+)?)",relevance:0},o={begin:"fun\\s+"+t+"/\\d+"},s={begin:n+"\\(",end:"\\)",returnBegin:!0,relevance:0,contains:[{begin:n,relevance:0},{begin:"\\(",end:"\\)",endsWithParent:!0,returnEnd:!0,relevance:0}]},l={begin:"{",end:"}",relevance:0},c={begin:"\\b_([A-Z][A-Za-z0-9_]*)?",relevance:0},d={begin:"[A-Z][a-zA-Z0-9_]*",relevance:0},u={begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:"#"+e.UNDERSCORE_IDENT_RE,relevance:0},{begin:"{",end:"}",relevance:0}]},_={beginKeywords:"fun receive if try case",end:"end",keywords:r};_.contains=[a,o,e.inherit(e.APOS_STRING_MODE,{className:""}),_,s,e.QUOTE_STRING_MODE,i,l,c,d,u];var p=[a,o,_,s,e.QUOTE_STRING_MODE,i,l,c,d,u];s.contains[1].contains=p,l.contains=p,u.contains[1].contains=p;var m={className:"params",begin:"\\(",end:"\\)",contains:p};return{aliases:["erl"],keywords:r,illegal:"(</|\\*=|\\+=|-=|/\\*|\\*/|\\(\\*|\\*\\))",contains:[{className:"function",begin:"^"+t+"\\s*\\(",end:"->",returnBegin:!0,illegal:"\\(|#|//|/\\*|\\\\|:|;",contains:[m,e.inherit(e.TITLE_MODE,{begin:t})],starts:{end:";|\\.",keywords:r,contains:p}},a,{begin:"^-",end:"\\.",relevance:0,excludeEnd:!0,returnBegin:!0,lexemes:"-"+e.IDENT_RE,keywords:"-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn -import -include -include_lib -compile -define -else -endif -file -behaviour -behavior -spec",contains:[m]},i,e.QUOTE_STRING_MODE,u,c,d,l,{begin:/\.$/}]}}},"../node_modules/highlight.js/lib/languages/excel.js":function(e,t){e.exports=function(e){return{aliases:["xlsx","xls"],case_insensitive:!0,lexemes:/[a-zA-Z][\w\.]*/,keywords:{built_in:"ABS ACCRINT ACCRINTM ACOS ACOSH ACOT ACOTH AGGREGATE ADDRESS AMORDEGRC AMORLINC AND ARABIC AREAS ASC ASIN ASINH ATAN ATAN2 ATANH AVEDEV AVERAGE AVERAGEA AVERAGEIF AVERAGEIFS BAHTTEXT BASE BESSELI BESSELJ BESSELK BESSELY BETADIST BETA.DIST BETAINV BETA.INV BIN2DEC BIN2HEX BIN2OCT BINOMDIST BINOM.DIST BINOM.DIST.RANGE BINOM.INV BITAND BITLSHIFT BITOR BITRSHIFT BITXOR CALL CEILING CEILING.MATH CEILING.PRECISE CELL CHAR CHIDIST CHIINV CHITEST CHISQ.DIST CHISQ.DIST.RT CHISQ.INV CHISQ.INV.RT CHISQ.TEST CHOOSE CLEAN CODE COLUMN COLUMNS COMBIN COMBINA COMPLEX CONCAT CONCATENATE CONFIDENCE CONFIDENCE.NORM CONFIDENCE.T CONVERT CORREL COS COSH COT COTH COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS COUPDAYBS COUPDAYS COUPDAYSNC COUPNCD COUPNUM COUPPCD COVAR COVARIANCE.P COVARIANCE.S CRITBINOM CSC CSCH CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY CUBERANKEDMEMBER CUBESET CUBESETCOUNT CUBEVALUE CUMIPMT CUMPRINC DATE DATEDIF DATEVALUE DAVERAGE DAY DAYS DAYS360 DB DBCS DCOUNT DCOUNTA DDB DEC2BIN DEC2HEX DEC2OCT DECIMAL DEGREES DELTA DEVSQ DGET DISC DMAX DMIN DOLLAR DOLLARDE DOLLARFR DPRODUCT DSTDEV DSTDEVP DSUM DURATION DVAR DVARP EDATE EFFECT ENCODEURL EOMONTH ERF ERF.PRECISE ERFC ERFC.PRECISE ERROR.TYPE EUROCONVERT EVEN EXACT EXP EXPON.DIST EXPONDIST FACT FACTDOUBLE FALSE|0 F.DIST FDIST F.DIST.RT FILTERXML FIND FINDB F.INV F.INV.RT FINV FISHER FISHERINV FIXED FLOOR FLOOR.MATH FLOOR.PRECISE FORECAST FORECAST.ETS FORECAST.ETS.CONFINT FORECAST.ETS.SEASONALITY FORECAST.ETS.STAT FORECAST.LINEAR FORMULATEXT FREQUENCY F.TEST FTEST FV FVSCHEDULE GAMMA GAMMA.DIST GAMMADIST GAMMA.INV GAMMAINV GAMMALN GAMMALN.PRECISE GAUSS GCD GEOMEAN GESTEP GETPIVOTDATA GROWTH HARMEAN HEX2BIN HEX2DEC HEX2OCT HLOOKUP HOUR HYPERLINK HYPGEOM.DIST HYPGEOMDIST IF|0 IFERROR IFNA IFS IMABS IMAGINARY IMARGUMENT IMCONJUGATE IMCOS IMCOSH IMCOT IMCSC IMCSCH IMDIV IMEXP IMLN IMLOG10 IMLOG2 IMPOWER IMPRODUCT IMREAL IMSEC IMSECH IMSIN IMSINH IMSQRT IMSUB IMSUM IMTAN INDEX INDIRECT INFO INT INTERCEPT INTRATE IPMT IRR ISBLANK ISERR ISERROR ISEVEN ISFORMULA ISLOGICAL ISNA ISNONTEXT ISNUMBER ISODD ISREF ISTEXT ISO.CEILING ISOWEEKNUM ISPMT JIS KURT LARGE LCM LEFT LEFTB LEN LENB LINEST LN LOG LOG10 LOGEST LOGINV LOGNORM.DIST LOGNORMDIST LOGNORM.INV LOOKUP LOWER MATCH MAX MAXA MAXIFS MDETERM MDURATION MEDIAN MID MIDBs MIN MINIFS MINA MINUTE MINVERSE MIRR MMULT MOD MODE MODE.MULT MODE.SNGL MONTH MROUND MULTINOMIAL MUNIT N NA NEGBINOM.DIST NEGBINOMDIST NETWORKDAYS NETWORKDAYS.INTL NOMINAL NORM.DIST NORMDIST NORMINV NORM.INV NORM.S.DIST NORMSDIST NORM.S.INV NORMSINV NOT NOW NPER NPV NUMBERVALUE OCT2BIN OCT2DEC OCT2HEX ODD ODDFPRICE ODDFYIELD ODDLPRICE ODDLYIELD OFFSET OR PDURATION PEARSON PERCENTILE.EXC PERCENTILE.INC PERCENTILE PERCENTRANK.EXC PERCENTRANK.INC PERCENTRANK PERMUT PERMUTATIONA PHI PHONETIC PI PMT POISSON.DIST POISSON POWER PPMT PRICE PRICEDISC PRICEMAT PROB PRODUCT PROPER PV QUARTILE QUARTILE.EXC QUARTILE.INC QUOTIENT RADIANS RAND RANDBETWEEN RANK.AVG RANK.EQ RANK RATE RECEIVED REGISTER.ID REPLACE REPLACEB REPT RIGHT RIGHTB ROMAN ROUND ROUNDDOWN ROUNDUP ROW ROWS RRI RSQ RTD SEARCH SEARCHB SEC SECH SECOND SERIESSUM SHEET SHEETS SIGN SIN SINH SKEW SKEW.P SLN SLOPE SMALL SQL.REQUEST SQRT SQRTPI STANDARDIZE STDEV STDEV.P STDEV.S STDEVA STDEVP STDEVPA STEYX SUBSTITUTE SUBTOTAL SUM SUMIF SUMIFS SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2 SUMXMY2 SWITCH SYD T TAN TANH TBILLEQ TBILLPRICE TBILLYIELD T.DIST T.DIST.2T T.DIST.RT TDIST TEXT TEXTJOIN TIME TIMEVALUE T.INV T.INV.2T TINV TODAY TRANSPOSE TREND TRIM TRIMMEAN TRUE|0 TRUNC T.TEST TTEST TYPE UNICHAR UNICODE UPPER VALUE VAR VAR.P VAR.S VARA VARP VARPA VDB VLOOKUP WEBSERVICE WEEKDAY WEEKNUM WEIBULL WEIBULL.DIST WORKDAY WORKDAY.INTL XIRR XNPV XOR YEAR YEARFRAC YIELD YIELDDISC YIELDMAT Z.TEST ZTEST"},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:"symbol",begin:/\b[A-Z]{1,2}\d+\b/,end:/[^\d]/,excludeEnd:!0,relevance:0},{className:"symbol",begin:/[A-Z]{0,2}\d*:[A-Z]{0,2}\d*/,relevance:0},e.BACKSLASH_ESCAPE,e.QUOTE_STRING_MODE,{className:"number",begin:e.NUMBER_RE+"(%)?",relevance:0},e.COMMENT(/\bN\(/,/\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\n/})]}}},"../node_modules/highlight.js/lib/languages/fix.js":function(e,t){e.exports=function(e){return{contains:[{begin:/[^\u2401\u0001]+/,end:/[\u2401\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\u2401\u0001=]+)/,end:/=([^\u2401\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:"attr"},{begin:/=/,end:/([\u2401\u0001])/,excludeEnd:!0,excludeBegin:!0,className:"string"}]}],case_insensitive:!0}}},"../node_modules/highlight.js/lib/languages/flix.js":function(e,t){e.exports=function(e){var t={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[{className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/}]};return{keywords:{literal:"true false",keyword:"case class def else enum if impl import in lat rel index let match namespace switch type yield with"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},{className:"string",variants:[{begin:'"',end:'"'}]},t,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/fortran.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,aliases:["f90","f95"],keywords:{literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image"},illegal:/\/\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},e.COMMENT("!","$",{relevance:0}),{className:"number",begin:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/fsharp.js":function(e,t){e.exports=function(e){var t={begin:"<",end:">",contains:[e.inherit(e.TITLE_MODE,{begin:/'[a-zA-Z0-9_]+/})]};return{aliases:["fs"],keywords:"abstract and as assert base begin class default delegate do done downcast downto elif else end exception extern false finally for fun function global if in inherit inline interface internal lazy let match member module mutable namespace new null of open or override private public rec return sig static struct then to true try type upcast use val void when while with yield",illegal:/\/\*/,contains:[{className:"keyword",begin:/\b(yield|return|let|do)!/},{className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},{className:"string",begin:'"""',end:'"""'},e.COMMENT("\\(\\*","\\*\\)"),{className:"class",beginKeywords:"type",end:"\\(|=|$",excludeEnd:!0,contains:[e.UNDERSCORE_TITLE_MODE,t]},{className:"meta",begin:"\\[<",end:">\\]",relevance:10},{className:"symbol",begin:"\\B('[A-Za-z])\\b",contains:[e.BACKSLASH_ESCAPE]},e.C_LINE_COMMENT_MODE,e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/gams.js":function(e,t){e.exports=function(e){var t={keyword:"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes",literal:"eps inf na","built-in":"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart"},n={className:"symbol",variants:[{begin:/\=[lgenxc]=/},{begin:/\$/}]},r={className:"comment",variants:[{begin:"'",end:"'"},{begin:'"',end:'"'}],illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},a={begin:"/",end:"/",keywords:t,contains:[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},i={begin:/[a-z][a-z0-9_]*(\([a-z0-9_, ]*\))?[ \t]+/,excludeBegin:!0,end:"$",endsWithParent:!0,contains:[r,a,{className:"comment",begin:/([ ]*[a-z0-9&#*=?@>\\<:\-,()$\[\]_.{}!+%^]+)+/,relevance:0}]};return{aliases:["gms"],case_insensitive:!0,keywords:t,contains:[e.COMMENT(/^\$ontext/,/^\$offtext/),{className:"meta",begin:"^\\$[a-z0-9]+",end:"$",returnBegin:!0,contains:[{className:"meta-keyword",begin:"^\\$[a-z0-9]+"}]},e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{beginKeywords:"set sets parameter parameters variable variables scalar scalars equation equations",end:";",contains:[e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,a,i]},{beginKeywords:"table",end:";",returnBegin:!0,contains:[{beginKeywords:"table",end:"$",contains:[i]},e.COMMENT("^\\*","$"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},{className:"function",begin:/^[a-z][a-z0-9_,\-+' ()$]+\.{2}/,returnBegin:!0,contains:[{className:"title",begin:/^[a-z0-9_]+/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0},n]},e.C_NUMBER_MODE,n]}}},"../node_modules/highlight.js/lib/languages/gauss.js":function(e,t){e.exports=function(e){var t={keyword:"and bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new not open or output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint",built_in:"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname threadBegin threadEnd threadEndFor threadFor threadJoin threadStat time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin strtrim sylvester",literal:"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS"},n={className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline"},contains:[{begin:/\\\n/,relevance:0},{beginKeywords:"include",end:"$",keywords:{"meta-keyword":"include"},contains:[{className:"meta-string",begin:'"',end:'"',illegal:"\\n"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r=e.UNDERSCORE_IDENT_RE+"\\s*\\(?",a=[{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}];return{aliases:["gss"],case_insensitive:!0,keywords:t,illegal:"(\\{[%#]|[%#]\\})",contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("@","@"),n,{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE]},{className:"function",beginKeywords:"proc keyword",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r,returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n].concat(a)},{className:"function",beginKeywords:"fn",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r+e.IDENT_RE+"\\)?\\s*\\=\\s*",returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE].concat(a)},{className:"function",begin:"\\bexternal (proc|keyword|fn)\\s+",end:";",excludeEnd:!0,keywords:t,contains:[{begin:r,returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"function",begin:"\\bexternal (matrix|string|array|sparse matrix|struct "+e.IDENT_RE+")\\s+",end:";",excludeEnd:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}}},"../node_modules/highlight.js/lib/languages/gcode.js":function(e,t){e.exports=function(e){var t=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(/\(/,/\)/),e.inherit(e.C_NUMBER_MODE,{begin:"([-+]?([0-9]*\\.?[0-9]+\\.?))|"+e.C_NUMBER_RE}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{className:"built_in",begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",end:"([-+]?([0-9]*\\.?[0-9]+\\.?))(\\])"},{className:"symbol",variants:[{begin:"N",end:"\\d+",illegal:"\\W"}]}];return{aliases:["nc"],case_insensitive:!0,lexemes:"[A-Z_][A-Z0-9_.]*",keywords:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR",contains:[{className:"meta",begin:"\\%"},{className:"meta",begin:"([O])([0-9]+)"}].concat(t)}}},"../node_modules/highlight.js/lib/languages/gherkin.js":function(e,t){e.exports=function(e){return{aliases:["feature"],keywords:"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",contains:[{className:"symbol",begin:"\\*",relevance:0},{className:"meta",begin:"@[^@\\s]+"},{begin:"\\|",end:"\\|\\w*$",contains:[{className:"string",begin:"[^|]+"}]},{className:"variable",begin:"<",end:">"},e.HASH_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},e.QUOTE_STRING_MODE]}}},"../node_modules/highlight.js/lib/languages/glsl.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly",type:"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBufferiimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void",built_in:"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow",literal:"true false"},illegal:'"',contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"}]}}},"../node_modules/highlight.js/lib/languages/gml.js":function(e,t){e.exports=function(e){return{aliases:["gml","GML"],case_insensitive:!1,keywords:{keywords:"begin end if then else while do for break continue with until repeat exit and or xor not return mod div switch case default var globalvar enum #macro #region #endregion",built_in:"is_real is_string is_array is_undefined is_int32 is_int64 is_ptr is_vec3 is_vec4 is_matrix is_bool typeof variable_global_exists variable_global_get variable_global_set variable_instance_exists variable_instance_get variable_instance_set variable_instance_get_names array_length_1d array_length_2d array_height_2d array_equals array_create array_copy random random_range irandom irandom_range random_set_seed random_get_seed randomize randomise choose abs round floor ceil sign frac sqrt sqr exp ln log2 log10 sin cos tan arcsin arccos arctan arctan2 dsin dcos dtan darcsin darccos darctan darctan2 degtorad radtodeg power logn min max mean median clamp lerp dot_product dot_product_3d dot_product_normalised dot_product_3d_normalised dot_product_normalized dot_product_3d_normalized math_set_epsilon math_get_epsilon angle_difference point_distance_3d point_distance point_direction lengthdir_x lengthdir_y real string int64 ptr string_format chr ansi_char ord string_length string_byte_length string_pos string_copy string_char_at string_ord_at string_byte_at string_set_byte_at string_delete string_insert string_lower string_upper string_repeat string_letters string_digits string_lettersdigits string_replace string_replace_all string_count string_hash_to_newline clipboard_has_text clipboard_set_text clipboard_get_text date_current_datetime date_create_datetime date_valid_datetime date_inc_year date_inc_month date_inc_week date_inc_day date_inc_hour date_inc_minute date_inc_second date_get_year date_get_month date_get_week date_get_day date_get_hour date_get_minute date_get_second date_get_weekday date_get_day_of_year date_get_hour_of_year date_get_minute_of_year date_get_second_of_year date_year_span date_month_span date_week_span date_day_span date_hour_span date_minute_span date_second_span date_compare_datetime date_compare_date date_compare_time date_date_of date_time_of date_datetime_string date_date_string date_time_string date_days_in_month date_days_in_year date_leap_year date_is_today date_set_timezone date_get_timezone game_set_speed game_get_speed motion_set motion_add place_free place_empty place_meeting place_snapped move_random move_snap move_towards_point move_contact_solid move_contact_all move_outside_solid move_outside_all move_bounce_solid move_bounce_all move_wrap distance_to_point distance_to_object position_empty position_meeting path_start path_end mp_linear_step mp_potential_step mp_linear_step_object mp_potential_step_object mp_potential_settings mp_linear_path mp_potential_path mp_linear_path_object mp_potential_path_object mp_grid_create mp_grid_destroy mp_grid_clear_all mp_grid_clear_cell mp_grid_clear_rectangle mp_grid_add_cell mp_grid_get_cell mp_grid_add_rectangle mp_grid_add_instances mp_grid_path mp_grid_draw mp_grid_to_ds_grid collision_point collision_rectangle collision_circle collision_ellipse collision_line collision_point_list collision_rectangle_list collision_circle_list collision_ellipse_list collision_line_list instance_position_list instance_place_list point_in_rectangle point_in_triangle point_in_circle rectangle_in_rectangle rectangle_in_triangle rectangle_in_circle instance_find instance_exists instance_number instance_position instance_nearest instance_furthest instance_place instance_create_depth instance_create_layer instance_copy instance_change instance_destroy position_destroy position_change instance_id_get instance_deactivate_all instance_deactivate_object instance_deactivate_region instance_activate_all instance_activate_object instance_activate_region room_goto room_goto_previous room_goto_next room_previous room_next room_restart game_end game_restart game_load game_save game_save_buffer game_load_buffer event_perform event_user event_perform_object event_inherited show_debug_message show_debug_overlay debug_event debug_get_callstack alarm_get alarm_set font_texture_page_size keyboard_set_map keyboard_get_map keyboard_unset_map keyboard_check keyboard_check_pressed keyboard_check_released keyboard_check_direct keyboard_get_numlock keyboard_set_numlock keyboard_key_press keyboard_key_release keyboard_clear io_clear mouse_check_button mouse_check_button_pressed mouse_check_button_released mouse_wheel_up mouse_wheel_down mouse_clear draw_self draw_sprite draw_sprite_pos draw_sprite_ext draw_sprite_stretched draw_sprite_stretched_ext draw_sprite_tiled draw_sprite_tiled_ext draw_sprite_part draw_sprite_part_ext draw_sprite_general draw_clear draw_clear_alpha draw_point draw_line draw_line_width draw_rectangle draw_roundrect draw_roundrect_ext draw_triangle draw_circle draw_ellipse draw_set_circle_precision draw_arrow draw_button draw_path draw_healthbar draw_getpixel draw_getpixel_ext draw_set_colour draw_set_color draw_set_alpha draw_get_colour draw_get_color draw_get_alpha merge_colour make_colour_rgb make_colour_hsv colour_get_red colour_get_green colour_get_blue colour_get_hue colour_get_saturation colour_get_value merge_color make_color_rgb make_color_hsv color_get_red color_get_green color_get_blue color_get_hue color_get_saturation color_get_value merge_color screen_save screen_save_part draw_set_font draw_set_halign draw_set_valign draw_text draw_text_ext string_width string_height string_width_ext string_height_ext draw_text_transformed draw_text_ext_transformed draw_text_colour draw_text_ext_colour draw_text_transformed_colour draw_text_ext_transformed_colour draw_text_color draw_text_ext_color draw_text_transformed_color draw_text_ext_transformed_color draw_point_colour draw_line_colour draw_line_width_colour draw_rectangle_colour draw_roundrect_colour draw_roundrect_colour_ext draw_triangle_colour draw_circle_colour draw_ellipse_colour draw_point_color draw_line_color draw_line_width_color draw_rectangle_color draw_roundrect_color draw_roundrect_color_ext draw_triangle_color draw_circle_color draw_ellipse_color draw_primitive_begin draw_vertex draw_vertex_colour draw_vertex_color draw_primitive_end sprite_get_uvs font_get_uvs sprite_get_texture font_get_texture texture_get_width texture_get_height texture_get_uvs draw_primitive_begin_texture draw_vertex_texture draw_vertex_texture_colour draw_vertex_texture_color texture_global_scale surface_create surface_create_ext surface_resize surface_free surface_exists surface_get_width surface_get_height surface_get_texture surface_set_target surface_set_target_ext surface_reset_target surface_depth_disable surface_get_depth_disable draw_surface draw_surface_stretched draw_surface_tiled draw_surface_part draw_surface_ext draw_surface_stretched_ext draw_surface_tiled_ext draw_surface_part_ext draw_surface_general surface_getpixel surface_getpixel_ext surface_save surface_save_part surface_copy surface_copy_part application_surface_draw_enable application_get_position application_surface_enable application_surface_is_enabled display_get_width display_get_height display_get_orientation display_get_gui_width display_get_gui_height display_reset display_mouse_get_x display_mouse_get_y display_mouse_set display_set_ui_visibility window_set_fullscreen window_get_fullscreen window_set_caption window_set_min_width window_set_max_width window_set_min_height window_set_max_height window_get_visible_rects window_get_caption window_set_cursor window_get_cursor window_set_colour window_get_colour window_set_color window_get_color window_set_position window_set_size window_set_rectangle window_center window_get_x window_get_y window_get_width window_get_height window_mouse_get_x window_mouse_get_y window_mouse_set window_view_mouse_get_x window_view_mouse_get_y window_views_mouse_get_x window_views_mouse_get_y audio_listener_position audio_listener_velocity audio_listener_orientation audio_emitter_position audio_emitter_create audio_emitter_free audio_emitter_exists audio_emitter_pitch audio_emitter_velocity audio_emitter_falloff audio_emitter_gain audio_play_sound audio_play_sound_on audio_play_sound_at audio_stop_sound audio_resume_music audio_music_is_playing audio_resume_sound audio_pause_sound audio_pause_music audio_channel_num audio_sound_length audio_get_type audio_falloff_set_model audio_play_music audio_stop_music audio_master_gain audio_music_gain audio_sound_gain audio_sound_pitch audio_stop_all audio_resume_all audio_pause_all audio_is_playing audio_is_paused audio_exists audio_sound_set_track_position audio_sound_get_track_position audio_emitter_get_gain audio_emitter_get_pitch audio_emitter_get_x audio_emitter_get_y audio_emitter_get_z audio_emitter_get_vx audio_emitter_get_vy audio_emitter_get_vz audio_listener_set_position audio_listener_set_velocity audio_listener_set_orientation audio_listener_get_data audio_set_master_gain audio_get_master_gain audio_sound_get_gain audio_sound_get_pitch audio_get_name audio_sound_set_track_position audio_sound_get_track_position audio_create_stream audio_destroy_stream audio_create_sync_group audio_destroy_sync_group audio_play_in_sync_group audio_start_sync_group audio_stop_sync_group audio_pause_sync_group audio_resume_sync_group audio_sync_group_get_track_pos audio_sync_group_debug audio_sync_group_is_playing audio_debug audio_group_load audio_group_unload audio_group_is_loaded audio_group_load_progress audio_group_name audio_group_stop_all audio_group_set_gain audio_create_buffer_sound audio_free_buffer_sound audio_create_play_queue audio_free_play_queue audio_queue_sound audio_get_recorder_count audio_get_recorder_info audio_start_recording audio_stop_recording audio_sound_get_listener_mask audio_emitter_get_listener_mask audio_get_listener_mask audio_sound_set_listener_mask audio_emitter_set_listener_mask audio_set_listener_mask audio_get_listener_count audio_get_listener_info audio_system show_message show_message_async clickable_add clickable_add_ext clickable_change clickable_change_ext clickable_delete clickable_exists clickable_set_style show_question show_question_async get_integer get_string get_integer_async get_string_async get_login_async get_open_filename get_save_filename get_open_filename_ext get_save_filename_ext show_error highscore_clear highscore_add highscore_value highscore_name draw_highscore sprite_exists sprite_get_name sprite_get_number sprite_get_width sprite_get_height sprite_get_xoffset sprite_get_yoffset sprite_get_bbox_left sprite_get_bbox_right sprite_get_bbox_top sprite_get_bbox_bottom sprite_save sprite_save_strip sprite_set_cache_size sprite_set_cache_size_ext sprite_get_tpe sprite_prefetch sprite_prefetch_multi sprite_flush sprite_flush_multi sprite_set_speed sprite_get_speed_type sprite_get_speed font_exists font_get_name font_get_fontname font_get_bold font_get_italic font_get_first font_get_last font_get_size font_set_cache_size path_exists path_get_name path_get_length path_get_time path_get_kind path_get_closed path_get_precision path_get_number path_get_point_x path_get_point_y path_get_point_speed path_get_x path_get_y path_get_speed script_exists script_get_name timeline_add timeline_delete timeline_clear timeline_exists timeline_get_name timeline_moment_clear timeline_moment_add_script timeline_size timeline_max_moment object_exists object_get_name object_get_sprite object_get_solid object_get_visible object_get_persistent object_get_mask object_get_parent object_get_physics object_is_ancestor room_exists room_get_name sprite_set_offset sprite_duplicate sprite_assign sprite_merge sprite_add sprite_replace sprite_create_from_surface sprite_add_from_surface sprite_delete sprite_set_alpha_from_sprite sprite_collision_mask font_add_enable_aa font_add_get_enable_aa font_add font_add_sprite font_add_sprite_ext font_replace font_replace_sprite font_replace_sprite_ext font_delete path_set_kind path_set_closed path_set_precision path_add path_assign path_duplicate path_append path_delete path_add_point path_insert_point path_change_point path_delete_point path_clear_points path_reverse path_mirror path_flip path_rotate path_rescale path_shift script_execute object_set_sprite object_set_solid object_set_visible object_set_persistent object_set_mask room_set_width room_set_height room_set_persistent room_set_background_colour room_set_background_color room_set_view room_set_viewport room_get_viewport room_set_view_enabled room_add room_duplicate room_assign room_instance_add room_instance_clear room_get_camera room_set_camera asset_get_index asset_get_type file_text_open_from_string file_text_open_read file_text_open_write file_text_open_append file_text_close file_text_write_string file_text_write_real file_text_writeln file_text_read_string file_text_read_real file_text_readln file_text_eof file_text_eoln file_exists file_delete file_rename file_copy directory_exists directory_create directory_destroy file_find_first file_find_next file_find_close file_attributes filename_name filename_path filename_dir filename_drive filename_ext filename_change_ext file_bin_open file_bin_rewrite file_bin_close file_bin_position file_bin_size file_bin_seek file_bin_write_byte file_bin_read_byte parameter_count parameter_string environment_get_variable ini_open_from_string ini_open ini_close ini_read_string ini_read_real ini_write_string ini_write_real ini_key_exists ini_section_exists ini_key_delete ini_section_delete ds_set_precision ds_exists ds_stack_create ds_stack_destroy ds_stack_clear ds_stack_copy ds_stack_size ds_stack_empty ds_stack_push ds_stack_pop ds_stack_top ds_stack_write ds_stack_read ds_queue_create ds_queue_destroy ds_queue_clear ds_queue_copy ds_queue_size ds_queue_empty ds_queue_enqueue ds_queue_dequeue ds_queue_head ds_queue_tail ds_queue_write ds_queue_read ds_list_create ds_list_destroy ds_list_clear ds_list_copy ds_list_size ds_list_empty ds_list_add ds_list_insert ds_list_replace ds_list_delete ds_list_find_index ds_list_find_value ds_list_mark_as_list ds_list_mark_as_map ds_list_sort ds_list_shuffle ds_list_write ds_list_read ds_list_set ds_map_create ds_map_destroy ds_map_clear ds_map_copy ds_map_size ds_map_empty ds_map_add ds_map_add_list ds_map_add_map ds_map_replace ds_map_replace_map ds_map_replace_list ds_map_delete ds_map_exists ds_map_find_value ds_map_find_previous ds_map_find_next ds_map_find_first ds_map_find_last ds_map_write ds_map_read ds_map_secure_save ds_map_secure_load ds_map_secure_load_buffer ds_map_secure_save_buffer ds_map_set ds_priority_create ds_priority_destroy ds_priority_clear ds_priority_copy ds_priority_size ds_priority_empty ds_priority_add ds_priority_change_priority ds_priority_find_priority ds_priority_delete_value ds_priority_delete_min ds_priority_find_min ds_priority_delete_max ds_priority_find_max ds_priority_write ds_priority_read ds_grid_create ds_grid_destroy ds_grid_copy ds_grid_resize ds_grid_width ds_grid_height ds_grid_clear ds_grid_set ds_grid_add ds_grid_multiply ds_grid_set_region ds_grid_add_region ds_grid_multiply_region ds_grid_set_disk ds_grid_add_disk ds_grid_multiply_disk ds_grid_set_grid_region ds_grid_add_grid_region ds_grid_multiply_grid_region ds_grid_get ds_grid_get_sum ds_grid_get_max ds_grid_get_min ds_grid_get_mean ds_grid_get_disk_sum ds_grid_get_disk_min ds_grid_get_disk_max ds_grid_get_disk_mean ds_grid_value_exists ds_grid_value_x ds_grid_value_y ds_grid_value_disk_exists ds_grid_value_disk_x ds_grid_value_disk_y ds_grid_shuffle ds_grid_write ds_grid_read ds_grid_sort ds_grid_set ds_grid_get effect_create_below effect_create_above effect_clear part_type_create part_type_destroy part_type_exists part_type_clear part_type_shape part_type_sprite part_type_size part_type_scale part_type_orientation part_type_life part_type_step part_type_death part_type_speed part_type_direction part_type_gravity part_type_colour1 part_type_colour2 part_type_colour3 part_type_colour_mix part_type_colour_rgb part_type_colour_hsv part_type_color1 part_type_color2 part_type_color3 part_type_color_mix part_type_color_rgb part_type_color_hsv part_type_alpha1 part_type_alpha2 part_type_alpha3 part_type_blend part_system_create part_system_create_layer part_system_destroy part_system_exists part_system_clear part_system_draw_order part_system_depth part_system_position part_system_automatic_update part_system_automatic_draw part_system_update part_system_drawit part_system_get_layer part_system_layer part_particles_create part_particles_create_colour part_particles_create_color part_particles_clear part_particles_count part_emitter_create part_emitter_destroy part_emitter_destroy_all part_emitter_exists part_emitter_clear part_emitter_region part_emitter_burst part_emitter_stream external_call external_define external_free window_handle window_device matrix_get matrix_set matrix_build_identity matrix_build matrix_build_lookat matrix_build_projection_ortho matrix_build_projection_perspective matrix_build_projection_perspective_fov matrix_multiply matrix_transform_vertex matrix_stack_push matrix_stack_pop matrix_stack_multiply matrix_stack_set matrix_stack_clear matrix_stack_top matrix_stack_is_empty browser_input_capture os_get_config os_get_info os_get_language os_get_region os_lock_orientation display_get_dpi_x display_get_dpi_y display_set_gui_size display_set_gui_maximise display_set_gui_maximize device_mouse_dbclick_enable display_set_timing_method display_get_timing_method display_set_sleep_margin display_get_sleep_margin virtual_key_add virtual_key_hide virtual_key_delete virtual_key_show draw_enable_drawevent draw_enable_swf_aa draw_set_swf_aa_level draw_get_swf_aa_level draw_texture_flush draw_flush gpu_set_blendenable gpu_set_ztestenable gpu_set_zfunc gpu_set_zwriteenable gpu_set_lightingenable gpu_set_fog gpu_set_cullmode gpu_set_blendmode gpu_set_blendmode_ext gpu_set_blendmode_ext_sepalpha gpu_set_colorwriteenable gpu_set_colourwriteenable gpu_set_alphatestenable gpu_set_alphatestref gpu_set_alphatestfunc gpu_set_texfilter gpu_set_texfilter_ext gpu_set_texrepeat gpu_set_texrepeat_ext gpu_set_tex_filter gpu_set_tex_filter_ext gpu_set_tex_repeat gpu_set_tex_repeat_ext gpu_set_tex_mip_filter gpu_set_tex_mip_filter_ext gpu_set_tex_mip_bias gpu_set_tex_mip_bias_ext gpu_set_tex_min_mip gpu_set_tex_min_mip_ext gpu_set_tex_max_mip gpu_set_tex_max_mip_ext gpu_set_tex_max_aniso gpu_set_tex_max_aniso_ext gpu_set_tex_mip_enable gpu_set_tex_mip_enable_ext gpu_get_blendenable gpu_get_ztestenable gpu_get_zfunc gpu_get_zwriteenable gpu_get_lightingenable gpu_get_fog gpu_get_cullmode gpu_get_blendmode gpu_get_blendmode_ext gpu_get_blendmode_ext_sepalpha gpu_get_blendmode_src gpu_get_blendmode_dest gpu_get_blendmode_srcalpha gpu_get_blendmode_destalpha gpu_get_colorwriteenable gpu_get_colourwriteenable gpu_get_alphatestenable gpu_get_alphatestref gpu_get_alphatestfunc gpu_get_texfilter gpu_get_texfilter_ext gpu_get_texrepeat gpu_get_texrepeat_ext gpu_get_tex_filter gpu_get_tex_filter_ext gpu_get_tex_repeat gpu_get_tex_repeat_ext gpu_get_tex_mip_filter gpu_get_tex_mip_filter_ext gpu_get_tex_mip_bias gpu_get_tex_mip_bias_ext gpu_get_tex_min_mip gpu_get_tex_min_mip_ext gpu_get_tex_max_mip gpu_get_tex_max_mip_ext gpu_get_tex_max_aniso gpu_get_tex_max_aniso_ext gpu_get_tex_mip_enable gpu_get_tex_mip_enable_ext gpu_push_state gpu_pop_state gpu_get_state gpu_set_state draw_light_define_ambient draw_light_define_direction draw_light_define_point draw_light_enable draw_set_lighting draw_light_get_ambient draw_light_get draw_get_lighting shop_leave_rating url_get_domain url_open url_open_ext url_open_full get_timer achievement_login achievement_logout achievement_post achievement_increment achievement_post_score achievement_available achievement_show_achievements achievement_show_leaderboards achievement_load_friends achievement_load_leaderboard achievement_send_challenge achievement_load_progress achievement_reset achievement_login_status achievement_get_pic achievement_show_challenge_notifications achievement_get_challenges achievement_event achievement_show achievement_get_info cloud_file_save cloud_string_save cloud_synchronise ads_enable ads_disable ads_setup ads_engagement_launch ads_engagement_available ads_engagement_active ads_event ads_event_preload ads_set_reward_callback ads_get_display_height ads_get_display_width ads_move ads_interstitial_available ads_interstitial_display device_get_tilt_x device_get_tilt_y device_get_tilt_z device_is_keypad_open device_mouse_check_button device_mouse_check_button_pressed device_mouse_check_button_released device_mouse_x device_mouse_y device_mouse_raw_x device_mouse_raw_y device_mouse_x_to_gui device_mouse_y_to_gui iap_activate iap_status iap_enumerate_products iap_restore_all iap_acquire iap_consume iap_product_details iap_purchase_details facebook_init facebook_login facebook_status facebook_graph_request facebook_dialog facebook_logout facebook_launch_offerwall facebook_post_message facebook_send_invite facebook_user_id facebook_accesstoken facebook_check_permission facebook_request_read_permissions facebook_request_publish_permissions gamepad_is_supported gamepad_get_device_count gamepad_is_connected gamepad_get_description gamepad_get_button_threshold gamepad_set_button_threshold gamepad_get_axis_deadzone gamepad_set_axis_deadzone gamepad_button_count gamepad_button_check gamepad_button_check_pressed gamepad_button_check_released gamepad_button_value gamepad_axis_count gamepad_axis_value gamepad_set_vibration gamepad_set_colour gamepad_set_color os_is_paused window_has_focus code_is_compiled http_get http_get_file http_post_string http_request json_encode json_decode zip_unzip load_csv base64_encode base64_decode md5_string_unicode md5_string_utf8 md5_file os_is_network_connected sha1_string_unicode sha1_string_utf8 sha1_file os_powersave_enable analytics_event analytics_event_ext win8_livetile_tile_notification win8_livetile_tile_clear win8_livetile_badge_notification win8_livetile_badge_clear win8_livetile_queue_enable win8_secondarytile_pin win8_secondarytile_badge_notification win8_secondarytile_delete win8_livetile_notification_begin win8_livetile_notification_secondary_begin win8_livetile_notification_expiry win8_livetile_notification_tag win8_livetile_notification_text_add win8_livetile_notification_image_add win8_livetile_notification_end win8_appbar_enable win8_appbar_add_element win8_appbar_remove_element win8_settingscharm_add_entry win8_settingscharm_add_html_entry win8_settingscharm_add_xaml_entry win8_settingscharm_set_xaml_property win8_settingscharm_get_xaml_property win8_settingscharm_remove_entry win8_share_image win8_share_screenshot win8_share_file win8_share_url win8_share_text win8_search_enable win8_search_disable win8_search_add_suggestions win8_device_touchscreen_available win8_license_initialize_sandbox win8_license_trial_version winphone_license_trial_version winphone_tile_title winphone_tile_count winphone_tile_back_title winphone_tile_back_content winphone_tile_back_content_wide winphone_tile_front_image winphone_tile_front_image_small winphone_tile_front_image_wide winphone_tile_back_image winphone_tile_back_image_wide winphone_tile_background_colour winphone_tile_background_color winphone_tile_icon_image winphone_tile_small_icon_image winphone_tile_wide_content winphone_tile_cycle_images winphone_tile_small_background_image physics_world_create physics_world_gravity physics_world_update_speed physics_world_update_iterations physics_world_draw_debug physics_pause_enable physics_fixture_create physics_fixture_set_kinematic physics_fixture_set_density physics_fixture_set_awake physics_fixture_set_restitution physics_fixture_set_friction physics_fixture_set_collision_group physics_fixture_set_sensor physics_fixture_set_linear_damping physics_fixture_set_angular_damping physics_fixture_set_circle_shape physics_fixture_set_box_shape physics_fixture_set_edge_shape physics_fixture_set_polygon_shape physics_fixture_set_chain_shape physics_fixture_add_point physics_fixture_bind physics_fixture_bind_ext physics_fixture_delete physics_apply_force physics_apply_impulse physics_apply_angular_impulse physics_apply_local_force physics_apply_local_impulse physics_apply_torque physics_mass_properties physics_draw_debug physics_test_overlap physics_remove_fixture physics_set_friction physics_set_density physics_set_restitution physics_get_friction physics_get_density physics_get_restitution physics_joint_distance_create physics_joint_rope_create physics_joint_revolute_create physics_joint_prismatic_create physics_joint_pulley_create physics_joint_wheel_create physics_joint_weld_create physics_joint_friction_create physics_joint_gear_create physics_joint_enable_motor physics_joint_get_value physics_joint_set_value physics_joint_delete physics_particle_create physics_particle_delete physics_particle_delete_region_circle physics_particle_delete_region_box physics_particle_delete_region_poly physics_particle_set_flags physics_particle_set_category_flags physics_particle_draw physics_particle_draw_ext physics_particle_count physics_particle_get_data physics_particle_get_data_particle physics_particle_group_begin physics_particle_group_circle physics_particle_group_box physics_particle_group_polygon physics_particle_group_add_point physics_particle_group_end physics_particle_group_join physics_particle_group_delete physics_particle_group_count physics_particle_group_get_data physics_particle_group_get_mass physics_particle_group_get_inertia physics_particle_group_get_centre_x physics_particle_group_get_centre_y physics_particle_group_get_vel_x physics_particle_group_get_vel_y physics_particle_group_get_ang_vel physics_particle_group_get_x physics_particle_group_get_y physics_particle_group_get_angle physics_particle_set_group_flags physics_particle_get_group_flags physics_particle_get_max_count physics_particle_get_radius physics_particle_get_density physics_particle_get_damping physics_particle_get_gravity_scale physics_particle_set_max_count physics_particle_set_radius physics_particle_set_density physics_particle_set_damping physics_particle_set_gravity_scale network_create_socket network_create_socket_ext network_create_server network_create_server_raw network_connect network_connect_raw network_send_packet network_send_raw network_send_broadcast network_send_udp network_send_udp_raw network_set_timeout network_set_config network_resolve network_destroy buffer_create buffer_write buffer_read buffer_seek buffer_get_surface buffer_set_surface buffer_delete buffer_exists buffer_get_type buffer_get_alignment buffer_poke buffer_peek buffer_save buffer_save_ext buffer_load buffer_load_ext buffer_load_partial buffer_copy buffer_fill buffer_get_size buffer_tell buffer_resize buffer_md5 buffer_sha1 buffer_base64_encode buffer_base64_decode buffer_base64_decode_ext buffer_sizeof buffer_get_address buffer_create_from_vertex_buffer buffer_create_from_vertex_buffer_ext buffer_copy_from_vertex_buffer buffer_async_group_begin buffer_async_group_option buffer_async_group_end buffer_load_async buffer_save_async gml_release_mode gml_pragma steam_activate_overlay steam_is_overlay_enabled steam_is_overlay_activated steam_get_persona_name steam_initialised steam_is_cloud_enabled_for_app steam_is_cloud_enabled_for_account steam_file_persisted steam_get_quota_total steam_get_quota_free steam_file_write steam_file_write_file steam_file_read steam_file_delete steam_file_exists steam_file_size steam_file_share steam_is_screenshot_requested steam_send_screenshot steam_is_user_logged_on steam_get_user_steam_id steam_user_owns_dlc steam_user_installed_dlc steam_set_achievement steam_get_achievement steam_clear_achievement steam_set_stat_int steam_set_stat_float steam_set_stat_avg_rate steam_get_stat_int steam_get_stat_float steam_get_stat_avg_rate steam_reset_all_stats steam_reset_all_stats_achievements steam_stats_ready steam_create_leaderboard steam_upload_score steam_upload_score_ext steam_download_scores_around_user steam_download_scores steam_download_friends_scores steam_upload_score_buffer steam_upload_score_buffer_ext steam_current_game_language steam_available_languages steam_activate_overlay_browser steam_activate_overlay_user steam_activate_overlay_store steam_get_user_persona_name steam_get_app_id steam_get_user_account_id steam_ugc_download steam_ugc_create_item steam_ugc_start_item_update steam_ugc_set_item_title steam_ugc_set_item_description steam_ugc_set_item_visibility steam_ugc_set_item_tags steam_ugc_set_item_content steam_ugc_set_item_preview steam_ugc_submit_item_update steam_ugc_get_item_update_progress steam_ugc_subscribe_item steam_ugc_unsubscribe_item steam_ugc_num_subscribed_items steam_ugc_get_subscribed_items steam_ugc_get_item_install_info steam_ugc_get_item_update_info steam_ugc_request_item_details steam_ugc_create_query_user steam_ugc_create_query_user_ex steam_ugc_create_query_all steam_ugc_create_query_all_ex steam_ugc_query_set_cloud_filename_filter steam_ugc_query_set_match_any_tag steam_ugc_query_set_search_text steam_ugc_query_set_ranked_by_trend_days steam_ugc_query_add_required_tag steam_ugc_query_add_excluded_tag steam_ugc_query_set_return_long_description steam_ugc_query_set_return_total_only steam_ugc_query_set_allow_cached_response steam_ugc_send_query shader_set shader_get_name shader_reset shader_current shader_is_compiled shader_get_sampler_index shader_get_uniform shader_set_uniform_i shader_set_uniform_i_array shader_set_uniform_f shader_set_uniform_f_array shader_set_uniform_matrix shader_set_uniform_matrix_array shader_enable_corner_id texture_set_stage texture_get_texel_width texture_get_texel_height shaders_are_supported vertex_format_begin vertex_format_end vertex_format_delete vertex_format_add_position vertex_format_add_position_3d vertex_format_add_colour vertex_format_add_color vertex_format_add_normal vertex_format_add_texcoord vertex_format_add_textcoord vertex_format_add_custom vertex_create_buffer vertex_create_buffer_ext vertex_delete_buffer vertex_begin vertex_end vertex_position vertex_position_3d vertex_colour vertex_color vertex_argb vertex_texcoord vertex_normal vertex_float1 vertex_float2 vertex_float3 vertex_float4 vertex_ubyte4 vertex_submit vertex_freeze vertex_get_number vertex_get_buffer_size vertex_create_buffer_from_buffer vertex_create_buffer_from_buffer_ext push_local_notification push_get_first_local_notification push_get_next_local_notification push_cancel_local_notification skeleton_animation_set skeleton_animation_get skeleton_animation_mix skeleton_animation_set_ext skeleton_animation_get_ext skeleton_animation_get_duration skeleton_animation_get_frames skeleton_animation_clear skeleton_skin_set skeleton_skin_get skeleton_attachment_set skeleton_attachment_get skeleton_attachment_create skeleton_collision_draw_set skeleton_bone_data_get skeleton_bone_data_set skeleton_bone_state_get skeleton_bone_state_set skeleton_get_minmax skeleton_get_num_bounds skeleton_get_bounds skeleton_animation_get_frame skeleton_animation_set_frame draw_skeleton draw_skeleton_time draw_skeleton_instance draw_skeleton_collision skeleton_animation_list skeleton_skin_list skeleton_slot_data layer_get_id layer_get_id_at_depth layer_get_depth layer_create layer_destroy layer_destroy_instances layer_add_instance layer_has_instance layer_set_visible layer_get_visible layer_exists layer_x layer_y layer_get_x layer_get_y layer_hspeed layer_vspeed layer_get_hspeed layer_get_vspeed layer_script_begin layer_script_end layer_shader layer_get_script_begin layer_get_script_end layer_get_shader layer_set_target_room layer_get_target_room layer_reset_target_room layer_get_all layer_get_all_elements layer_get_name layer_depth layer_get_element_layer layer_get_element_type layer_element_move layer_force_draw_depth layer_is_draw_depth_forced layer_get_forced_depth layer_background_get_id layer_background_exists layer_background_create layer_background_destroy layer_background_visible layer_background_change layer_background_sprite layer_background_htiled layer_background_vtiled layer_background_stretch layer_background_yscale layer_background_xscale layer_background_blend layer_background_alpha layer_background_index layer_background_speed layer_background_get_visible layer_background_get_sprite layer_background_get_htiled layer_background_get_vtiled layer_background_get_stretch layer_background_get_yscale layer_background_get_xscale layer_background_get_blend layer_background_get_alpha layer_background_get_index layer_background_get_speed layer_sprite_get_id layer_sprite_exists layer_sprite_create layer_sprite_destroy layer_sprite_change layer_sprite_index layer_sprite_speed layer_sprite_xscale layer_sprite_yscale layer_sprite_angle layer_sprite_blend layer_sprite_alpha layer_sprite_x layer_sprite_y layer_sprite_get_sprite layer_sprite_get_index layer_sprite_get_speed layer_sprite_get_xscale layer_sprite_get_yscale layer_sprite_get_angle layer_sprite_get_blend layer_sprite_get_alpha layer_sprite_get_x layer_sprite_get_y layer_tilemap_get_id layer_tilemap_exists layer_tilemap_create layer_tilemap_destroy tilemap_tileset tilemap_x tilemap_y tilemap_set tilemap_set_at_pixel tilemap_get_tileset tilemap_get_tile_width tilemap_get_tile_height tilemap_get_width tilemap_get_height tilemap_get_x tilemap_get_y tilemap_get tilemap_get_at_pixel tilemap_get_cell_x_at_pixel tilemap_get_cell_y_at_pixel tilemap_clear draw_tilemap draw_tile tilemap_set_global_mask tilemap_get_global_mask tilemap_set_mask tilemap_get_mask tilemap_get_frame tile_set_empty tile_set_index tile_set_flip tile_set_mirror tile_set_rotate tile_get_empty tile_get_index tile_get_flip tile_get_mirror tile_get_rotate layer_tile_exists layer_tile_create layer_tile_destroy layer_tile_change layer_tile_xscale layer_tile_yscale layer_tile_blend layer_tile_alpha layer_tile_x layer_tile_y layer_tile_region layer_tile_visible layer_tile_get_sprite layer_tile_get_xscale layer_tile_get_yscale layer_tile_get_blend layer_tile_get_alpha layer_tile_get_x layer_tile_get_y layer_tile_get_region layer_tile_get_visible layer_instance_get_instance instance_activate_layer instance_deactivate_layer camera_create camera_create_view camera_destroy camera_apply camera_get_active camera_get_default camera_set_default camera_set_view_mat camera_set_proj_mat camera_set_update_script camera_set_begin_script camera_set_end_script camera_set_view_pos camera_set_view_size camera_set_view_speed camera_set_view_border camera_set_view_angle camera_set_view_target camera_get_view_mat camera_get_proj_mat camera_get_update_script camera_get_begin_script camera_get_end_script camera_get_view_x camera_get_view_y camera_get_view_width camera_get_view_height camera_get_view_speed_x camera_get_view_speed_y camera_get_view_border_x camera_get_view_border_y camera_get_view_angle camera_get_view_target view_get_camera view_get_visible view_get_xport view_get_yport view_get_wport view_get_hport view_get_surface_id view_set_camera view_set_visible view_set_xport view_set_yport view_set_wport view_set_hport view_set_surface_id gesture_drag_time gesture_drag_distance gesture_flick_speed gesture_double_tap_time gesture_double_tap_distance gesture_pinch_distance gesture_pinch_angle_towards gesture_pinch_angle_away gesture_rotate_time gesture_rotate_angle gesture_tap_count gesture_get_drag_time gesture_get_drag_distance gesture_get_flick_speed gesture_get_double_tap_time gesture_get_double_tap_distance gesture_get_pinch_distance gesture_get_pinch_angle_towards gesture_get_pinch_angle_away gesture_get_rotate_time gesture_get_rotate_angle gesture_get_tap_count keyboard_virtual_show keyboard_virtual_hide keyboard_virtual_status keyboard_virtual_height",literal:"self other all noone global local undefined pointer_invalid pointer_null path_action_stop path_action_restart path_action_continue path_action_reverse true false pi GM_build_date GM_version GM_runtime_version  timezone_local timezone_utc gamespeed_fps gamespeed_microseconds  ev_create ev_destroy ev_step ev_alarm ev_keyboard ev_mouse ev_collision ev_other ev_draw ev_draw_begin ev_draw_end ev_draw_pre ev_draw_post ev_keypress ev_keyrelease ev_trigger ev_left_button ev_right_button ev_middle_button ev_no_button ev_left_press ev_right_press ev_middle_press ev_left_release ev_right_release ev_middle_release ev_mouse_enter ev_mouse_leave ev_mouse_wheel_up ev_mouse_wheel_down ev_global_left_button ev_global_right_button ev_global_middle_button ev_global_left_press ev_global_right_press ev_global_middle_press ev_global_left_release ev_global_right_release ev_global_middle_release ev_joystick1_left ev_joystick1_right ev_joystick1_up ev_joystick1_down ev_joystick1_button1 ev_joystick1_button2 ev_joystick1_button3 ev_joystick1_button4 ev_joystick1_button5 ev_joystick1_button6 ev_joystick1_button7 ev_joystick1_button8 ev_joystick2_left ev_joystick2_right ev_joystick2_up ev_joystick2_down ev_joystick2_button1 ev_joystick2_button2 ev_joystick2_button3 ev_joystick2_button4 ev_joystick2_button5 ev_joystick2_button6 ev_joystick2_button7 ev_joystick2_button8 ev_outside ev_boundary ev_game_start ev_game_end ev_room_start ev_room_end ev_no_more_lives ev_animation_end ev_end_of_path ev_no_more_health ev_close_button ev_user0 ev_user1 ev_user2 ev_user3 ev_user4 ev_user5 ev_user6 ev_user7 ev_user8 ev_user9 ev_user10 ev_user11 ev_user12 ev_user13 ev_user14 ev_user15 ev_step_normal ev_step_begin ev_step_end ev_gui ev_gui_begin ev_gui_end ev_cleanup ev_gesture ev_gesture_tap ev_gesture_double_tap ev_gesture_drag_start ev_gesture_dragging ev_gesture_drag_end ev_gesture_flick ev_gesture_pinch_start ev_gesture_pinch_in ev_gesture_pinch_out ev_gesture_pinch_end ev_gesture_rotate_start ev_gesture_rotating ev_gesture_rotate_end ev_global_gesture_tap ev_global_gesture_double_tap ev_global_gesture_drag_start ev_global_gesture_dragging ev_global_gesture_drag_end ev_global_gesture_flick ev_global_gesture_pinch_start ev_global_gesture_pinch_in ev_global_gesture_pinch_out ev_global_gesture_pinch_end ev_global_gesture_rotate_start ev_global_gesture_rotating ev_global_gesture_rotate_end vk_nokey vk_anykey vk_enter vk_return vk_shift vk_control vk_alt vk_escape vk_space vk_backspace vk_tab vk_pause vk_printscreen vk_left vk_right vk_up vk_down vk_home vk_end vk_delete vk_insert vk_pageup vk_pagedown vk_f1 vk_f2 vk_f3 vk_f4 vk_f5 vk_f6 vk_f7 vk_f8 vk_f9 vk_f10 vk_f11 vk_f12 vk_numpad0 vk_numpad1 vk_numpad2 vk_numpad3 vk_numpad4 vk_numpad5 vk_numpad6 vk_numpad7 vk_numpad8 vk_numpad9 vk_divide vk_multiply vk_subtract vk_add vk_decimal vk_lshift vk_lcontrol vk_lalt vk_rshift vk_rcontrol vk_ralt  mb_any mb_none mb_left mb_right mb_middle c_aqua c_black c_blue c_dkgray c_fuchsia c_gray c_green c_lime c_ltgray c_maroon c_navy c_olive c_purple c_red c_silver c_teal c_white c_yellow c_orange fa_left fa_center fa_right fa_top fa_middle fa_bottom pr_pointlist pr_linelist pr_linestrip pr_trianglelist pr_trianglestrip pr_trianglefan bm_complex bm_normal bm_add bm_max bm_subtract bm_zero bm_one bm_src_colour bm_inv_src_colour bm_src_color bm_inv_src_color bm_src_alpha bm_inv_src_alpha bm_dest_alpha bm_inv_dest_alpha bm_dest_colour bm_inv_dest_colour bm_dest_color bm_inv_dest_color bm_src_alpha_sat tf_point tf_linear tf_anisotropic mip_off mip_on mip_markedonly audio_falloff_none audio_falloff_inverse_distance audio_falloff_inverse_distance_clamped audio_falloff_linear_distance audio_falloff_linear_distance_clamped audio_falloff_exponent_distance audio_falloff_exponent_distance_clamped audio_old_system audio_new_system audio_mono audio_stereo audio_3d cr_default cr_none cr_arrow cr_cross cr_beam cr_size_nesw cr_size_ns cr_size_nwse cr_size_we cr_uparrow cr_hourglass cr_drag cr_appstart cr_handpoint cr_size_all spritespeed_framespersecond spritespeed_framespergameframe asset_object asset_unknown asset_sprite asset_sound asset_room asset_path asset_script asset_font asset_timeline asset_tiles asset_shader fa_readonly fa_hidden fa_sysfile fa_volumeid fa_directory fa_archive  ds_type_map ds_type_list ds_type_stack ds_type_queue ds_type_grid ds_type_priority ef_explosion ef_ring ef_ellipse ef_firework ef_smoke ef_smokeup ef_star ef_spark ef_flare ef_cloud ef_rain ef_snow pt_shape_pixel pt_shape_disk pt_shape_square pt_shape_line pt_shape_star pt_shape_circle pt_shape_ring pt_shape_sphere pt_shape_flare pt_shape_spark pt_shape_explosion pt_shape_cloud pt_shape_smoke pt_shape_snow ps_distr_linear ps_distr_gaussian ps_distr_invgaussian ps_shape_rectangle ps_shape_ellipse ps_shape_diamond ps_shape_line ty_real ty_string dll_cdecl dll_stdcall matrix_view matrix_projection matrix_world os_win32 os_windows os_macosx os_ios os_android os_symbian os_linux os_unknown os_winphone os_tizen os_win8native os_wiiu os_3ds  os_psvita os_bb10 os_ps4 os_xboxone os_ps3 os_xbox360 os_uwp os_tvos os_switch browser_not_a_browser browser_unknown browser_ie browser_firefox browser_chrome browser_safari browser_safari_mobile browser_opera browser_tizen browser_edge browser_windows_store browser_ie_mobile  device_ios_unknown device_ios_iphone device_ios_iphone_retina device_ios_ipad device_ios_ipad_retina device_ios_iphone5 device_ios_iphone6 device_ios_iphone6plus device_emulator device_tablet display_landscape display_landscape_flipped display_portrait display_portrait_flipped tm_sleep tm_countvsyncs of_challenge_win of_challen ge_lose of_challenge_tie leaderboard_type_number leaderboard_type_time_mins_secs cmpfunc_never cmpfunc_less cmpfunc_equal cmpfunc_lessequal cmpfunc_greater cmpfunc_notequal cmpfunc_greaterequal cmpfunc_always cull_noculling cull_clockwise cull_counterclockwise lighttype_dir lighttype_point iap_ev_storeload iap_ev_product iap_ev_purchase iap_ev_consume iap_ev_restore iap_storeload_ok iap_storeload_failed iap_status_uninitialised iap_status_unavailable iap_status_loading iap_status_available iap_status_processing iap_status_restoring iap_failed iap_unavailable iap_available iap_purchased iap_canceled iap_refunded fb_login_default fb_login_fallback_to_webview fb_login_no_fallback_to_webview fb_login_forcing_webview fb_login_use_system_account fb_login_forcing_safari  phy_joint_anchor_1_x phy_joint_anchor_1_y phy_joint_anchor_2_x phy_joint_anchor_2_y phy_joint_reaction_force_x phy_joint_reaction_force_y phy_joint_reaction_torque phy_joint_motor_speed phy_joint_angle phy_joint_motor_torque phy_joint_max_motor_torque phy_joint_translation phy_joint_speed phy_joint_motor_force phy_joint_max_motor_force phy_joint_length_1 phy_joint_length_2 phy_joint_damping_ratio phy_joint_frequency phy_joint_lower_angle_limit phy_joint_upper_angle_limit phy_joint_angle_limits phy_joint_max_length phy_joint_max_torque phy_joint_max_force phy_debug_render_aabb phy_debug_render_collision_pairs phy_debug_render_coms phy_debug_render_core_shapes phy_debug_render_joints phy_debug_render_obb phy_debug_render_shapes  phy_particle_flag_water phy_particle_flag_zombie phy_particle_flag_wall phy_particle_flag_spring phy_particle_flag_elastic phy_particle_flag_viscous phy_particle_flag_powder phy_particle_flag_tensile phy_particle_flag_colourmixing phy_particle_flag_colormixing phy_particle_group_flag_solid phy_particle_group_flag_rigid phy_particle_data_flag_typeflags phy_particle_data_flag_position phy_particle_data_flag_velocity phy_particle_data_flag_colour phy_particle_data_flag_color phy_particle_data_flag_category  achievement_our_info achievement_friends_info achievement_leaderboard_info achievement_achievement_info achievement_filter_all_players achievement_filter_friends_only achievement_filter_favorites_only achievement_type_achievement_challenge achievement_type_score_challenge achievement_pic_loaded  achievement_show_ui achievement_show_profile achievement_show_leaderboard achievement_show_achievement achievement_show_bank achievement_show_friend_picker achievement_show_purchase_prompt network_socket_tcp network_socket_udp network_socket_bluetooth network_type_connect network_type_disconnect network_type_data network_type_non_blocking_connect network_config_connect_timeout network_config_use_non_blocking_socket network_config_enable_reliable_udp network_config_disable_reliable_udp buffer_fixed buffer_grow buffer_wrap buffer_fast buffer_vbuffer buffer_network buffer_u8 buffer_s8 buffer_u16 buffer_s16 buffer_u32 buffer_s32 buffer_u64 buffer_f16 buffer_f32 buffer_f64 buffer_bool buffer_text buffer_string buffer_surface_copy buffer_seek_start buffer_seek_relative buffer_seek_end buffer_generalerror buffer_outofspace buffer_outofbounds buffer_invalidtype  text_type button_type input_type ANSI_CHARSET DEFAULT_CHARSET EASTEUROPE_CHARSET RUSSIAN_CHARSET SYMBOL_CHARSET SHIFTJIS_CHARSET HANGEUL_CHARSET GB2312_CHARSET CHINESEBIG5_CHARSET JOHAB_CHARSET HEBREW_CHARSET ARABIC_CHARSET GREEK_CHARSET TURKISH_CHARSET VIETNAMESE_CHARSET THAI_CHARSET MAC_CHARSET BALTIC_CHARSET OEM_CHARSET  gp_face1 gp_face2 gp_face3 gp_face4 gp_shoulderl gp_shoulderr gp_shoulderlb gp_shoulderrb gp_select gp_start gp_stickl gp_stickr gp_padu gp_padd gp_padl gp_padr gp_axislh gp_axislv gp_axisrh gp_axisrv ov_friends ov_community ov_players ov_settings ov_gamegroup ov_achievements lb_sort_none lb_sort_ascending lb_sort_descending lb_disp_none lb_disp_numeric lb_disp_time_sec lb_disp_time_ms ugc_result_success ugc_filetype_community ugc_filetype_microtrans ugc_visibility_public ugc_visibility_friends_only ugc_visibility_private ugc_query_RankedByVote ugc_query_RankedByPublicationDate ugc_query_AcceptedForGameRankedByAcceptanceDate ugc_query_RankedByTrend ugc_query_FavoritedByFriendsRankedByPublicationDate ugc_query_CreatedByFriendsRankedByPublicationDate ugc_query_RankedByNumTimesReported ugc_query_CreatedByFollowedUsersRankedByPublicationDate ugc_query_NotYetRated ugc_query_RankedByTotalVotesAsc ugc_query_RankedByVotesUp ugc_query_RankedByTextSearch ugc_sortorder_CreationOrderDesc ugc_sortorder_CreationOrderAsc ugc_sortorder_TitleAsc ugc_sortorder_LastUpdatedDesc ugc_sortorder_SubscriptionDateDesc ugc_sortorder_VoteScoreDesc ugc_sortorder_ForModeration ugc_list_Published ugc_list_VotedOn ugc_list_VotedUp ugc_list_VotedDown ugc_list_WillVoteLater ugc_list_Favorited ugc_list_Subscribed ugc_list_UsedOrPlayed ugc_list_Followed ugc_match_Items ugc_match_Items_Mtx ugc_match_Items_ReadyToUse ugc_match_Collections ugc_match_Artwork ugc_match_Videos ugc_match_Screenshots ugc_match_AllGuides ugc_match_WebGuides ugc_match_IntegratedGuides ugc_match_UsableInGame ugc_match_ControllerBindings  vertex_usage_position vertex_usage_colour vertex_usage_color vertex_usage_normal vertex_usage_texcoord vertex_usage_textcoord vertex_usage_blendweight vertex_usage_blendindices vertex_usage_psize vertex_usage_tangent vertex_usage_binormal vertex_usage_fog vertex_usage_depth vertex_usage_sample vertex_type_float1 vertex_type_float2 vertex_type_float3 vertex_type_float4 vertex_type_colour vertex_type_color vertex_type_ubyte4 layerelementtype_undefined layerelementtype_background layerelementtype_instance layerelementtype_oldtilemap layerelementtype_sprite layerelementtype_tilemap layerelementtype_particlesystem layerelementtype_tile tile_rotate tile_flip tile_mirror tile_index_mask kbv_type_default kbv_type_ascii kbv_type_url kbv_type_email kbv_type_numbers kbv_type_phone kbv_type_phone_name kbv_returnkey_default kbv_returnkey_go kbv_returnkey_google kbv_returnkey_join kbv_returnkey_next kbv_returnkey_route kbv_returnkey_search kbv_returnkey_send kbv_returnkey_yahoo kbv_returnkey_done kbv_returnkey_continue kbv_returnkey_emergency kbv_autocapitalize_none kbv_autocapitalize_words kbv_autocapitalize_sentences kbv_autocapitalize_characters",symbol:"argument_relative argument argument0 argument1 argument2 argument3 argument4 argument5 argument6 argument7 argument8 argument9 argument10 argument11 argument12 argument13 argument14 argument15 argument_count x y xprevious yprevious xstart ystart hspeed vspeed direction speed friction gravity gravity_direction path_index path_position path_positionprevious path_speed path_scale path_orientation path_endaction object_index id solid persistent mask_index instance_count instance_id room_speed fps fps_real current_time current_year current_month current_day current_weekday current_hour current_minute current_second alarm timeline_index timeline_position timeline_speed timeline_running timeline_loop room room_first room_last room_width room_height room_caption room_persistent score lives health show_score show_lives show_health caption_score caption_lives caption_health event_type event_number event_object event_action application_surface gamemaker_pro gamemaker_registered gamemaker_version error_occurred error_last debug_mode keyboard_key keyboard_lastkey keyboard_lastchar keyboard_string mouse_x mouse_y mouse_button mouse_lastbutton cursor_sprite visible sprite_index sprite_width sprite_height sprite_xoffset sprite_yoffset image_number image_index image_speed depth image_xscale image_yscale image_angle image_alpha image_blend bbox_left bbox_right bbox_top bbox_bottom layer background_colour  background_showcolour background_color background_showcolor view_enabled view_current view_visible view_xview view_yview view_wview view_hview view_xport view_yport view_wport view_hport view_angle view_hborder view_vborder view_hspeed view_vspeed view_object view_surface_id view_camera game_id game_display_name game_project_name game_save_id working_directory temp_directory program_directory browser_width browser_height os_type os_device os_browser os_version display_aa async_load delta_time webgl_enabled event_data iap_data phy_rotation phy_position_x phy_position_y phy_angular_velocity phy_linear_velocity_x phy_linear_velocity_y phy_speed_x phy_speed_y phy_speed phy_angular_damping phy_linear_damping phy_bullet phy_fixed_rotation phy_active phy_mass phy_inertia phy_com_x phy_com_y phy_dynamic phy_kinematic phy_sleeping phy_collision_points phy_collision_x phy_collision_y phy_col_normal_x phy_col_normal_y phy_position_xprevious phy_position_yprevious"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/go.js":function(e,t){e.exports=function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],keywords:t,illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",variants:[e.QUOTE_STRING_MODE,{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"`"}]},{className:"number",variants:[{begin:e.C_NUMBER_RE+"[dflsi]",relevance:1},e.C_NUMBER_MODE]},{begin:/:=/},{className:"function",beginKeywords:"func",end:/\s*\{/,excludeEnd:!0,contains:[e.TITLE_MODE,{className:"params",begin:/\(/,end:/\)/,keywords:t,illegal:/["']/}]}]}}},"../node_modules/highlight.js/lib/languages/golo.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"println readln print import module function local return let var while for foreach times in case when match with break continue augment augmentation each find filter reduce if then else otherwise try catch finally raise throw orIfNull DynamicObject|10 DynamicVariable struct Observable map set vector list array",literal:"true false null"},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},"../node_modules/highlight.js/lib/languages/gradle.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,keywords:{keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.REGEXP_MODE]}}},"../node_modules/highlight.js/lib/languages/groovy.js":function(e,t){e.exports=function(e){return{keywords:{literal:"true false null",keyword:"byte short char int long boolean float double void def as in assert trait super this abstract static volatile transient public private protected synchronized final class interface enum if else for while switch case break default continue throw throws try catch finally implements extends new import package return instanceof"},contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""'},{className:"string",begin:"'''",end:"'''"},{className:"string",begin:"\\$/",end:"/\\$",relevance:10},e.APOS_STRING_MODE,{className:"regexp",begin:/~?\/[^\/\n]+\//,contains:[e.BACKSLASH_ESCAPE]},e.QUOTE_STRING_MODE,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},e.BINARY_NUMBER_MODE,{className:"class",beginKeywords:"class interface trait enum",end:"{",illegal:":",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"},{className:"string",begin:/[^\?]{0}[A-Za-z0-9_$]+ *:/},{begin:/\?/,end:/\:/},{className:"symbol",begin:"^\\s*[A-Za-z0-9_$]+:",relevance:0}],illegal:/#|<\//}}},"../node_modules/highlight.js/lib/languages/haml.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,contains:[{className:"meta",begin:"^!!!( (5|1\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\b.*))?$",relevance:10},e.COMMENT("^\\s*(!=#|=#|-#|/).*$",!1,{relevance:0}),{begin:"^\\s*(-|=|!=)(?!#)",starts:{end:"\\n",subLanguage:"ruby"}},{className:"tag",begin:"^\\s*%",contains:[{className:"selector-tag",begin:"\\w+"},{className:"selector-id",begin:"#[\\w-]+"},{className:"selector-class",begin:"\\.[\\w-]+"},{begin:"{\\s*",end:"\\s*}",contains:[{begin:":\\w+\\s*=>",end:",\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:":\\w+"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]},{begin:"\\(\\s*",end:"\\s*\\)",excludeEnd:!0,contains:[{begin:"\\w+\\s*=",end:"\\s+",returnBegin:!0,endsWithParent:!0,contains:[{className:"attr",begin:"\\w+",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:"\\w+",relevance:0}]}]}]},{begin:"^\\s*[=~]\\s*"},{begin:"#{",starts:{end:"}",subLanguage:"ruby"}}]}}},"../node_modules/highlight.js/lib/languages/handlebars.js":function(e,t){e.exports=function(e){var t={"builtin-name":"each in with if else unless bindattr action collection debugger log outlet template unbound view yield"};return{aliases:["hbs","html.hbs","html.handlebars"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT("{{!(--)?","(--)?}}"),{className:"template-tag",begin:/\{\{[#\/]/,end:/\}\}/,contains:[{className:"name",begin:/[a-zA-Z\.-]+/,keywords:t,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,keywords:t}]}}},"../node_modules/highlight.js/lib/languages/haskell.js":function(e,t){e.exports=function(e){var t={variants:[e.COMMENT("--","$"),e.COMMENT("{-","-}",{contains:["self"]})]},n={className:"meta",begin:"{-#",end:"#-}"},r={className:"meta",begin:"^#",end:"$"},a={className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},i={begin:"\\(",end:"\\)",illegal:'"',contains:[n,r,{className:"type",begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},e.inherit(e.TITLE_MODE,{begin:"[_a-z][\\w']*"}),t]};return{aliases:["hs"],keywords:"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec",contains:[{beginKeywords:"module",end:"where",keywords:"module where",contains:[i,t],illegal:"\\W\\.|;"},{begin:"\\bimport\\b",end:"$",keywords:"import qualified as hiding",contains:[i,t],illegal:"\\W\\.|;"},{className:"class",begin:"^(\\s*)?(class|instance)\\b",end:"where",keywords:"class family instance where",contains:[a,i,t]},{className:"class",begin:"\\b(data|(new)?type)\\b",end:"$",keywords:"data family type newtype deriving",contains:[n,a,i,{begin:"{",end:"}",contains:i.contains},t]},{beginKeywords:"default",end:"$",contains:[a,i,t]},{beginKeywords:"infix infixl infixr",end:"$",contains:[e.C_NUMBER_MODE,t]},{begin:"\\bforeign\\b",end:"$",keywords:"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe",contains:[a,e.QUOTE_STRING_MODE,t]},{className:"meta",begin:"#!\\/usr\\/bin\\/env runhaskell",end:"$"},n,r,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,a,e.inherit(e.TITLE_MODE,{begin:"^[_a-z][\\w']*"}),t,{begin:"->|<-"}]}}},"../node_modules/highlight.js/lib/languages/haxe.js":function(e,t){e.exports=function(e){return{aliases:["hx"],keywords:{keyword:"break case cast catch continue default do dynamic else enum extern for function here if import in inline never new override package private get set public return static super switch this throw trace try typedef untyped using var while Int Float String Bool Dynamic Void Array ",built_in:"trace this",literal:"true false null _"},contains:[{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"},{className:"subst",begin:"\\$",end:"\\W}"}]},e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"@:",end:"$"},{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end error"}},{className:"type",begin:":[ \t]*",end:"[^A-Za-z0-9_ \t\\->]",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:":[ \t]*",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"new *",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"class",beginKeywords:"enum",end:"\\{",contains:[e.TITLE_MODE]},{className:"class",beginKeywords:"abstract",end:"[\\{$]",contains:[{className:"type",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"from +",end:"\\W",excludeBegin:!0,excludeEnd:!0},{className:"type",begin:"to +",end:"\\W",excludeBegin:!0,excludeEnd:!0},e.TITLE_MODE],keywords:{keyword:"abstract from to"}},{className:"class",begin:"\\b(class|interface) +",end:"[\\{$]",excludeEnd:!0,keywords:"class interface",contains:[{className:"keyword",begin:"\\b(extends|implements) +",keywords:"extends implements",contains:[{className:"type",begin:e.IDENT_RE,relevance:0}]},e.TITLE_MODE]},{className:"function",beginKeywords:"function",end:"\\(",excludeEnd:!0,illegal:"\\S",contains:[e.TITLE_MODE]}],illegal:/<\//}}},"../node_modules/highlight.js/lib/languages/hsp.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,lexemes:/[\w\._]+/,keywords:"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"string",begin:'{"',end:'"}',contains:[e.BACKSLASH_ESCAPE]},e.COMMENT(";","$",{relevance:0}),{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib"},contains:[e.inherit(e.QUOTE_STRING_MODE,{className:"meta-string"}),e.NUMBER_MODE,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"symbol",begin:"^\\*(\\w+|@)"},e.NUMBER_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/htmlbars.js":function(e,t){e.exports=function(e){var t="action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view",n=(e.QUOTE_STRING_MODE,{endsWithParent:!0,relevance:0,keywords:{keyword:"as",built_in:t},contains:[e.QUOTE_STRING_MODE,{illegal:/\}\}/,begin:/[a-zA-Z0-9_]+=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[a-zA-Z0-9_]+/}]},e.NUMBER_MODE]});return{case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT("{{!(--)?","(--)?}}"),{className:"template-tag",begin:/\{\{[#\/]/,end:/\}\}/,contains:[{className:"name",begin:/[a-zA-Z\.\-]+/,keywords:{"builtin-name":t},starts:n}]},{className:"template-variable",begin:/\{\{[a-zA-Z][a-zA-Z\-]+/,end:/\}\}/,keywords:{keyword:"as",built_in:t},contains:[e.QUOTE_STRING_MODE]}]}}},"../node_modules/highlight.js/lib/languages/http.js":function(e,t){e.exports=function(e){return{aliases:["https"],illegal:"\\S",contains:[{begin:"^HTTP/[0-9\\.]+",end:"$",contains:[{className:"number",begin:"\\b\\d{3}\\b"}]},{begin:"^[A-Z]+ (.*?) HTTP/[0-9\\.]+$",returnBegin:!0,end:"$",contains:[{className:"string",begin:" ",end:" ",excludeBegin:!0,excludeEnd:!0},{begin:"HTTP/[0-9\\.]+"},{className:"keyword",begin:"[A-Z]+"}]},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,illegal:"\\n|\\s|=",starts:{end:"$",relevance:0}},{begin:"\\n\\n",starts:{subLanguage:[],endsWithParent:!0}}]}}},"../node_modules/highlight.js/lib/languages/hy.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_\\-!.?+*=<>&#'][a-zA-Z_\\-!.?+*=<>&#'0-9/;:]*",n={begin:t,relevance:0},r={className:"number",begin:"[-+]?\\d+(\\.\\d+)?",relevance:0},a=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),i=e.COMMENT(";","$",{relevance:0}),o={className:"literal",begin:/\b([Tt]rue|[Ff]alse|nil|None)\b/},s={begin:"[\\[\\{]",end:"[\\]\\}]"},l={className:"comment",begin:"\\^"+t},c=e.COMMENT("\\^\\{","\\}"),d={className:"symbol",begin:"[:]{1,2}"+t},u={begin:"\\(",end:"\\)"},_={endsWithParent:!0,relevance:0},p={keywords:{"builtin-name":"!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . / // //= /= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile/calls profile/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~"},lexemes:t,className:"name",begin:t,starts:_},m=[u,a,l,c,i,d,s,r,o,n];return u.contains=[e.COMMENT("comment",""),p,_],_.contains=m,s.contains=m,{aliases:["hylang"],illegal:/\S/,contains:[{className:"meta",begin:"^#!",end:"$"},u,a,l,c,i,d,s,r,o]}}},"../node_modules/highlight.js/lib/languages/inform7.js":function(e,t){e.exports=function(e){return{aliases:["i7"],case_insensitive:!0,keywords:{keyword:"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule"},contains:[{className:"string",begin:'"',end:'"',relevance:0,contains:[{className:"subst",begin:"\\[",end:"\\]"}]},{className:"section",begin:/^(Volume|Book|Part|Chapter|Section|Table)\b/,end:"$"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\b/,end:":",contains:[{begin:"\\(This",end:"\\)"}]},{className:"comment",begin:"\\[",end:"\\]",contains:["self"]}]}}},"../node_modules/highlight.js/lib/languages/ini.js":function(e,t){e.exports=function(e){var t={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]};return{aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT(";","$"),e.HASH_COMMENT_MODE,{className:"section",begin:/^\s*\[+/,end:/\]+/},{begin:/^[a-z0-9\[\]_-]+\s*=\s*/,end:"$",returnBegin:!0,contains:[{className:"attr",begin:/[a-z0-9\[\]_-]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[{className:"literal",begin:/\bon|off|true|false|yes|no\b/},{className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)}/}]},t,{className:"number",begin:/([\+\-]+)?[\d]+_[\d_]+/},e.NUMBER_MODE]}]}]}}},"../node_modules/highlight.js/lib/languages/irpf90.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,keywords:{literal:".False. .True.",keyword:"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read",built_in:"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_ofacosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here"},illegal:/\/\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:"string",relevance:0}),{className:"function",beginKeywords:"subroutine function program",illegal:"[${=\\n]",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},e.COMMENT("!","$",{relevance:0}),e.COMMENT("begin_doc","end_doc",{relevance:10}),{className:"number",begin:"(?=\\b|\\+|\\-|\\.)(?=\\.\\d|\\d)(?:\\d+)?(?:\\.?\\d*)(?:[de][+-]?\\d+)?\\b\\.?",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/isbl.js":function(e,t){e.exports=function(e){var t="[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_!][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]*",n={className:"number",begin:e.NUMBER_RE,relevance:0},r={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]},a={className:"doctag",begin:"\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",relevance:0},i={variants:[{className:"comment",begin:"//",end:"$",relevance:0,contains:[e.PHRASAL_WORDS_MODE,a]},{className:"comment",begin:"/\\*",end:"\\*/",relevance:0,contains:[e.PHRASAL_WORDS_MODE,a]}]},o={keyword:"and \u0438 else \u0438\u043d\u0430\u0447\u0435 endexcept endfinally endforeach \u043a\u043e\u043d\u0435\u0446\u0432\u0441\u0435 endif \u043a\u043e\u043d\u0435\u0446\u0435\u0441\u043b\u0438 endwhile \u043a\u043e\u043d\u0435\u0446\u043f\u043e\u043a\u0430 except exitfor finally foreach \u0432\u0441\u0435 if \u0435\u0441\u043b\u0438 in \u0432 not \u043d\u0435 or \u0438\u043b\u0438 try while \u043f\u043e\u043a\u0430 ",built_in:"SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT SYSRES_CONST_ACCES_RIGHT_TYPE_FULL SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE SYSRES_CONST_ACCESS_NO_ACCESS_VIEW SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_TYPE_CHANGE SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE SYSRES_CONST_ACCESS_TYPE_EXISTS SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE SYSRES_CONST_ACCESS_TYPE_FULL SYSRES_CONST_ACCESS_TYPE_FULL_CODE SYSRES_CONST_ACCESS_TYPE_VIEW SYSRES_CONST_ACCESS_TYPE_VIEW_CODE SYSRES_CONST_ACTION_TYPE_ABORT SYSRES_CONST_ACTION_TYPE_ACCEPT SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT SYSRES_CONST_ACTION_TYPE_CHANGE_CARD SYSRES_CONST_ACTION_TYPE_CHANGE_KIND SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE SYSRES_CONST_ACTION_TYPE_CONTINUE SYSRES_CONST_ACTION_TYPE_COPY SYSRES_CONST_ACTION_TYPE_CREATE SYSRES_CONST_ACTION_TYPE_CREATE_VERSION SYSRES_CONST_ACTION_TYPE_DELETE SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT SYSRES_CONST_ACTION_TYPE_DELETE_VERSION SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE SYSRES_CONST_ACTION_TYPE_LOCK SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY SYSRES_CONST_ACTION_TYPE_MARK_AS_READED SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED SYSRES_CONST_ACTION_TYPE_MODIFY SYSRES_CONST_ACTION_TYPE_MODIFY_CARD SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE SYSRES_CONST_ACTION_TYPE_PERFORM SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY SYSRES_CONST_ACTION_TYPE_RESTART SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE SYSRES_CONST_ACTION_TYPE_REVISION SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL SYSRES_CONST_ACTION_TYPE_SIGN SYSRES_CONST_ACTION_TYPE_START SYSRES_CONST_ACTION_TYPE_UNLOCK SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER SYSRES_CONST_ACTION_TYPE_VERSION_STATE SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY SYSRES_CONST_ACTION_TYPE_VIEW SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE SYSRES_CONST_ADD_REFERENCE_MODE_NAME SYSRES_CONST_ADDITION_REQUISITE_CODE SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS SYSRES_CONST_ALL_USERS_GROUP SYSRES_CONST_ALL_USERS_GROUP_NAME SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE SYSRES_CONST_APPROVING_SIGNATURE_NAME SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN SYSRES_CONST_ATTACH_TYPE_DOC SYSRES_CONST_ATTACH_TYPE_EDOC SYSRES_CONST_ATTACH_TYPE_FOLDER SYSRES_CONST_ATTACH_TYPE_JOB SYSRES_CONST_ATTACH_TYPE_REFERENCE SYSRES_CONST_ATTACH_TYPE_TASK SYSRES_CONST_AUTH_ENCODED_PASSWORD SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE SYSRES_CONST_AUTH_NOVELL SYSRES_CONST_AUTH_PASSWORD SYSRES_CONST_AUTH_PASSWORD_CODE SYSRES_CONST_AUTH_WINDOWS SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_AUTO_ENUM_METHOD_FLAG SYSRES_CONST_AUTO_NUMERATION_CODE SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_USAGE_ALL SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE SYSRES_CONST_AUTOTEXT_USAGE_SIGN SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE SYSRES_CONST_AUTOTEXT_USAGE_WORK SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BTN_PART SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT SYSRES_CONST_CARD_PART SYSRES_CONST_CARD_REFERENCE_MODE_NAME SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT SYSRES_CONST_CODE_COMPONENT_TYPE_URL SYSRES_CONST_CODE_REQUISITE_ACCESS SYSRES_CONST_CODE_REQUISITE_CODE SYSRES_CONST_CODE_REQUISITE_COMPONENT SYSRES_CONST_CODE_REQUISITE_DESCRIPTION SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT SYSRES_CONST_CODE_REQUISITE_RECORD SYSRES_CONST_COMMENT_REQ_CODE SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE SYSRES_CONST_COMP_CODE_GRD SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DOCS SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_COMPONENT_TYPE_EDOCS SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_COMPONENT_TYPE_OTHER SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES SYSRES_CONST_COMPONENT_TYPE_REFERENCES SYSRES_CONST_COMPONENT_TYPE_REPORTS SYSRES_CONST_COMPONENT_TYPE_SCRIPTS SYSRES_CONST_COMPONENT_TYPE_URL SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION SYSRES_CONST_CONST_FIRM_STATUS_COMMON SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL SYSRES_CONST_CONST_NEGATIVE_VALUE SYSRES_CONST_CONST_POSITIVE_VALUE SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE SYSRES_CONST_CONTENTS_REQUISITE_CODE SYSRES_CONST_DATA_TYPE_BOOLEAN SYSRES_CONST_DATA_TYPE_DATE SYSRES_CONST_DATA_TYPE_FLOAT SYSRES_CONST_DATA_TYPE_INTEGER SYSRES_CONST_DATA_TYPE_PICK SYSRES_CONST_DATA_TYPE_REFERENCE SYSRES_CONST_DATA_TYPE_STRING SYSRES_CONST_DATA_TYPE_TEXT SYSRES_CONST_DATA_TYPE_VARIANT SYSRES_CONST_DATE_CLOSE_REQ_CODE SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR SYSRES_CONST_DATE_OPEN_REQ_CODE SYSRES_CONST_DATE_REQUISITE SYSRES_CONST_DATE_REQUISITE_CODE SYSRES_CONST_DATE_REQUISITE_NAME SYSRES_CONST_DATE_REQUISITE_TYPE SYSRES_CONST_DATE_TYPE_CHAR SYSRES_CONST_DATETIME_FORMAT_VALUE SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_DET1_PART SYSRES_CONST_DET2_PART SYSRES_CONST_DET3_PART SYSRES_CONST_DET4_PART SYSRES_CONST_DET5_PART SYSRES_CONST_DET6_PART SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE SYSRES_CONST_DETAIL_REQ_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME SYSRES_CONST_DOCUMENT_STORAGES_CODE SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME SYSRES_CONST_DOUBLE_REQUISITE_CODE SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE SYSRES_CONST_EDITORS_REFERENCE_CODE SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE SYSRES_CONST_EDOC_DATE_REQUISITE_CODE SYSRES_CONST_EDOC_KIND_REFERENCE_CODE SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE SYSRES_CONST_EDOC_NONE_ENCODE_CODE SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_READONLY_ACCESS_CODE SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE SYSRES_CONST_EDOC_WRITE_ACCES_CODE SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_END_DATE_REQUISITE_CODE SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE SYSRES_CONST_EXIST_CONST SYSRES_CONST_EXIST_VALUE SYSRES_CONST_EXPORT_LOCK_TYPE_ASK SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK SYSRES_CONST_EXPORT_VERSION_TYPE_ASK SYSRES_CONST_EXPORT_VERSION_TYPE_LAST SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE SYSRES_CONST_EXTENSION_REQUISITE_CODE SYSRES_CONST_FILTER_NAME_REQUISITE_CODE SYSRES_CONST_FILTER_REQUISITE_CODE SYSRES_CONST_FILTER_TYPE_COMMON_CODE SYSRES_CONST_FILTER_TYPE_COMMON_NAME SYSRES_CONST_FILTER_TYPE_USER_CODE SYSRES_CONST_FILTER_TYPE_USER_NAME SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR SYSRES_CONST_FLOAT_REQUISITE_TYPE SYSRES_CONST_FOLDER_AUTHOR_VALUE SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS SYSRES_CONST_FOLDER_KIND_COMPONENTS SYSRES_CONST_FOLDER_KIND_EDOCS SYSRES_CONST_FOLDER_KIND_JOBS SYSRES_CONST_FOLDER_KIND_TASKS SYSRES_CONST_FOLDER_TYPE_COMMON SYSRES_CONST_FOLDER_TYPE_COMPONENT SYSRES_CONST_FOLDER_TYPE_FAVORITES SYSRES_CONST_FOLDER_TYPE_INBOX SYSRES_CONST_FOLDER_TYPE_OUTBOX SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH SYSRES_CONST_FOLDER_TYPE_SEARCH SYSRES_CONST_FOLDER_TYPE_SHORTCUTS SYSRES_CONST_FOLDER_TYPE_USER SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG SYSRES_CONST_FULL_SUBSTITUTE_TYPE SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE SYSRES_CONST_FUNCTION_CANCEL_RESULT SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM SYSRES_CONST_FUNCTION_CATEGORY_USER SYSRES_CONST_FUNCTION_FAILURE_RESULT SYSRES_CONST_FUNCTION_SAVE_RESULT SYSRES_CONST_GENERATED_REQUISITE SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_USER_REQUISITE_CODE SYSRES_CONST_GROUPS_REFERENCE_CODE SYSRES_CONST_GROUPS_REQUISITE_CODE SYSRES_CONST_HIDDEN_MODE_NAME SYSRES_CONST_HIGH_LVL_REQUISITE_CODE SYSRES_CONST_HISTORY_ACTION_CREATE_CODE SYSRES_CONST_HISTORY_ACTION_DELETE_CODE SYSRES_CONST_HISTORY_ACTION_EDIT_CODE SYSRES_CONST_HOUR_CHAR SYSRES_CONST_ID_REQUISITE_CODE SYSRES_CONST_IDSPS_REQUISITE_CODE SYSRES_CONST_IMAGE_MODE_COLOR SYSRES_CONST_IMAGE_MODE_GREYSCALE SYSRES_CONST_IMAGE_MODE_MONOCHROME SYSRES_CONST_IMPORTANCE_HIGH SYSRES_CONST_IMPORTANCE_LOW SYSRES_CONST_IMPORTANCE_NORMAL SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE SYSRES_CONST_INT_REQUISITE SYSRES_CONST_INT_REQUISITE_TYPE SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR SYSRES_CONST_INTEGER_TYPE_CHAR SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_JOB_BLOCK_DESCRIPTION SYSRES_CONST_JOB_KIND_CONTROL_JOB SYSRES_CONST_JOB_KIND_JOB SYSRES_CONST_JOB_KIND_NOTICE SYSRES_CONST_JOB_STATE_ABORTED SYSRES_CONST_JOB_STATE_COMPLETE SYSRES_CONST_JOB_STATE_WORKING SYSRES_CONST_KIND_REQUISITE_CODE SYSRES_CONST_KIND_REQUISITE_NAME SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE SYSRES_CONST_KOD_INPUT_TYPE SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT SYSRES_CONST_LINK_OBJECT_KIND_EDOC SYSRES_CONST_LINK_OBJECT_KIND_FOLDER SYSRES_CONST_LINK_OBJECT_KIND_JOB SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE SYSRES_CONST_LINK_OBJECT_KIND_TASK SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE SYSRES_CONST_LIST_REFERENCE_MODE_NAME SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE SYSRES_CONST_MAIN_VIEW_CODE SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE SYSRES_CONST_MAXIMIZED_MODE_NAME SYSRES_CONST_ME_VALUE SYSRES_CONST_MESSAGE_ATTENTION_CAPTION SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION SYSRES_CONST_MESSAGE_ERROR_CAPTION SYSRES_CONST_MESSAGE_INFORMATION_CAPTION SYSRES_CONST_MINIMIZED_MODE_NAME SYSRES_CONST_MINUTE_CHAR SYSRES_CONST_MODULE_REQUISITE_CODE SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION SYSRES_CONST_MONTH_FORMAT_VALUE SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_NAME_REQUISITE_CODE SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE SYSRES_CONST_NAMEAN_INPUT_TYPE SYSRES_CONST_NEGATIVE_PICK_VALUE SYSRES_CONST_NEGATIVE_VALUE SYSRES_CONST_NO SYSRES_CONST_NO_PICK_VALUE SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE SYSRES_CONST_NO_VALUE SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_NORMAL_MODE_NAME SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_NOTE_REQUISITE_CODE SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION SYSRES_CONST_NUM_REQUISITE SYSRES_CONST_NUM_STR_REQUISITE_CODE SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG SYSRES_CONST_NUMERATION_AUTO_STRONG SYSRES_CONST_NUMERATION_FROM_DICTONARY SYSRES_CONST_NUMERATION_MANUAL SYSRES_CONST_NUMERIC_TYPE_CHAR SYSRES_CONST_NUMREQ_REQUISITE_CODE SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_ORIGINALREF_REQUISITE_CODE SYSRES_CONST_OURFIRM_REF_CODE SYSRES_CONST_OURFIRM_REQUISITE_CODE SYSRES_CONST_OURFIRM_VAR SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE SYSRES_CONST_PICK_NEGATIVE_RESULT SYSRES_CONST_PICK_POSITIVE_RESULT SYSRES_CONST_PICK_REQUISITE SYSRES_CONST_PICK_REQUISITE_TYPE SYSRES_CONST_PICK_TYPE_CHAR SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE SYSRES_CONST_PLATFORM_VERSION_COMMENT SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_POSITIVE_PICK_VALUE SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE SYSRES_CONST_PRIORITY_REQUISITE_CODE SYSRES_CONST_QUALIFIED_TASK_TYPE SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE SYSRES_CONST_RECSTAT_REQUISITE_CODE SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_REF_REQUISITE SYSRES_CONST_REF_REQUISITE_TYPE SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE SYSRES_CONST_REFERENCE_TYPE_CHAR SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_MODE_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_EDIT_CODE SYSRES_CONST_REQ_MODE_HIDDEN_CODE SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_VIEW_CODE SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE SYSRES_CONST_REQ_SECTION_VALUE SYSRES_CONST_REQ_TYPE_VALUE SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME SYSRES_CONST_REQUISITE_FORMAT_LEFT SYSRES_CONST_REQUISITE_FORMAT_RIGHT SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_REQUISITE_SECTION_ACTIONS SYSRES_CONST_REQUISITE_SECTION_BUTTON SYSRES_CONST_REQUISITE_SECTION_BUTTONS SYSRES_CONST_REQUISITE_SECTION_CARD SYSRES_CONST_REQUISITE_SECTION_TABLE SYSRES_CONST_REQUISITE_SECTION_TABLE10 SYSRES_CONST_REQUISITE_SECTION_TABLE11 SYSRES_CONST_REQUISITE_SECTION_TABLE12 SYSRES_CONST_REQUISITE_SECTION_TABLE13 SYSRES_CONST_REQUISITE_SECTION_TABLE14 SYSRES_CONST_REQUISITE_SECTION_TABLE15 SYSRES_CONST_REQUISITE_SECTION_TABLE16 SYSRES_CONST_REQUISITE_SECTION_TABLE17 SYSRES_CONST_REQUISITE_SECTION_TABLE18 SYSRES_CONST_REQUISITE_SECTION_TABLE19 SYSRES_CONST_REQUISITE_SECTION_TABLE2 SYSRES_CONST_REQUISITE_SECTION_TABLE20 SYSRES_CONST_REQUISITE_SECTION_TABLE21 SYSRES_CONST_REQUISITE_SECTION_TABLE22 SYSRES_CONST_REQUISITE_SECTION_TABLE23 SYSRES_CONST_REQUISITE_SECTION_TABLE24 SYSRES_CONST_REQUISITE_SECTION_TABLE3 SYSRES_CONST_REQUISITE_SECTION_TABLE4 SYSRES_CONST_REQUISITE_SECTION_TABLE5 SYSRES_CONST_REQUISITE_SECTION_TABLE6 SYSRES_CONST_REQUISITE_SECTION_TABLE7 SYSRES_CONST_REQUISITE_SECTION_TABLE8 SYSRES_CONST_REQUISITE_SECTION_TABLE9 SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_RIGHT_ALIGNMENT_CODE SYSRES_CONST_ROLES_REFERENCE_CODE SYSRES_CONST_ROUTE_STEP_AFTER_RUS SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS SYSRES_CONST_ROUTE_TYPE_COMPLEX SYSRES_CONST_ROUTE_TYPE_PARALLEL SYSRES_CONST_ROUTE_TYPE_SERIAL SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE SYSRES_CONST_SEARCHES_COMPONENT_CONTENT SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME SYSRES_CONST_SEARCHES_EDOC_CONTENT SYSRES_CONST_SEARCHES_FOLDER_CONTENT SYSRES_CONST_SEARCHES_JOB_CONTENT SYSRES_CONST_SEARCHES_REFERENCE_CODE SYSRES_CONST_SEARCHES_TASK_CONTENT SYSRES_CONST_SECOND_CHAR SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE SYSRES_CONST_SECTION_REQUISITE_CODE SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE SYSRES_CONST_SELECT_REFERENCE_MODE_NAME SYSRES_CONST_SELECT_TYPE_SELECTABLE SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD SYSRES_CONST_SELECT_TYPE_UNSLECTABLE SYSRES_CONST_SERVER_TYPE_MAIN SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE SYSRES_CONST_STATE_REQ_NAME SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE SYSRES_CONST_STATE_REQUISITE_CODE SYSRES_CONST_STATIC_ROLE_TYPE_CODE SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE SYSRES_CONST_STATUS_VALUE_AUTOCLEANING SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE SYSRES_CONST_STATUS_VALUE_COMPLETE SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE SYSRES_CONST_STATUS_VALUE_RED_SQUARE SYSRES_CONST_STATUS_VALUE_SUSPEND SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE SYSRES_CONST_STORAGE_TYPE_FILE SYSRES_CONST_STORAGE_TYPE_SQL_SERVER SYSRES_CONST_STR_REQUISITE SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR SYSRES_CONST_STRING_REQUISITE_CODE SYSRES_CONST_STRING_REQUISITE_TYPE SYSRES_CONST_STRING_TYPE_CHAR SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE SYSRES_CONST_SYSTEM_VERSION_COMMENT SYSRES_CONST_TASK_ACCESS_TYPE_ALL SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD SYSRES_CONST_TASK_ENCODE_TYPE_NONE SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD SYSRES_CONST_TASK_ROUTE_ALL_CONDITION SYSRES_CONST_TASK_ROUTE_AND_CONDITION SYSRES_CONST_TASK_ROUTE_OR_CONDITION SYSRES_CONST_TASK_STATE_ABORTED SYSRES_CONST_TASK_STATE_COMPLETE SYSRES_CONST_TASK_STATE_CONTINUED SYSRES_CONST_TASK_STATE_CONTROL SYSRES_CONST_TASK_STATE_INIT SYSRES_CONST_TASK_STATE_WORKING SYSRES_CONST_TASK_TITLE SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE SYSRES_CONST_TASK_TYPES_REFERENCE_CODE SYSRES_CONST_TEMPLATES_REFERENCE_CODE SYSRES_CONST_TEST_DATE_REQUISITE_NAME SYSRES_CONST_TEST_DEV_DATABASE_NAME SYSRES_CONST_TEST_DEV_SYSTEM_CODE SYSRES_CONST_TEST_EDMS_DATABASE_NAME SYSRES_CONST_TEST_EDMS_MAIN_CODE SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME SYSRES_CONST_TEST_EDMS_SECOND_CODE SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME SYSRES_CONST_TEST_EDMS_SYSTEM_CODE SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME SYSRES_CONST_TEXT_REQUISITE SYSRES_CONST_TEXT_REQUISITE_CODE SYSRES_CONST_TEXT_REQUISITE_TYPE SYSRES_CONST_TEXT_TYPE_CHAR SYSRES_CONST_TYPE_CODE_REQUISITE_CODE SYSRES_CONST_TYPE_REQUISITE_CODE SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME SYSRES_CONST_USE_ACCESS_TYPE_CODE SYSRES_CONST_USE_ACCESS_TYPE_NAME SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE SYSRES_CONST_USER_CATEGORY_NORMAL SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE SYSRES_CONST_USER_COMMON_CATEGORY SYSRES_CONST_USER_COMMON_CATEGORY_CODE SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_USER_LOGIN_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_USER_SERVICE_CATEGORY SYSRES_CONST_USER_SERVICE_CATEGORY_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME SYSRES_CONST_USER_STATUS_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_DEVELOPER_NAME SYSRES_CONST_USER_STATUS_DISABLED_CODE SYSRES_CONST_USER_STATUS_DISABLED_NAME SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_USER_CODE SYSRES_CONST_USER_STATUS_USER_NAME SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER SYSRES_CONST_USER_TYPE_REQUISITE_CODE SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE SYSRES_CONST_USERS_REFERENCE_CODE SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME SYSRES_CONST_USERS_REQUISITE_CODE SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME SYSRES_CONST_VIEW_DEFAULT_CODE SYSRES_CONST_VIEW_DEFAULT_NAME SYSRES_CONST_VIEWER_REQUISITE_CODE SYSRES_CONST_WAITING_BLOCK_DESCRIPTION SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING  SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT SYSRES_CONST_XML_ENCODING SYSRES_CONST_XREC_STAT_REQUISITE_CODE SYSRES_CONST_XRECID_FIELD_NAME SYSRES_CONST_YES SYSRES_CONST_YES_NO_2_REQUISITE_CODE SYSRES_CONST_YES_NO_REQUISITE_CODE SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_YES_PICK_VALUE SYSRES_CONST_YES_VALUE CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION JOB_BLOCK_ABORT_DEADLINE_PROPERTY JOB_BLOCK_AFTER_FINISH_EVENT JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT JOB_BLOCK_ATTACHMENT_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT JOB_BLOCK_BEFORE_START_EVENT JOB_BLOCK_CREATED_JOBS_PROPERTY JOB_BLOCK_DEADLINE_PROPERTY JOB_BLOCK_EXECUTION_RESULTS_PROPERTY JOB_BLOCK_IS_PARALLEL_PROPERTY JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY JOB_BLOCK_JOB_TEXT_PROPERTY JOB_BLOCK_NAME_PROPERTY JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY JOB_BLOCK_PERFORMER_PROPERTY JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY JOB_BLOCK_SUBJECT_PROPERTY ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE smHidden smMaximized smMinimized smNormal wmNo wmYes COMPONENT_TOKEN_LINK_KIND DOCUMENT_LINK_KIND EDOCUMENT_LINK_KIND FOLDER_LINK_KIND JOB_LINK_KIND REFERENCE_LINK_KIND TASK_LINK_KIND COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE MONITOR_BLOCK_AFTER_FINISH_EVENT MONITOR_BLOCK_BEFORE_START_EVENT MONITOR_BLOCK_DEADLINE_PROPERTY MONITOR_BLOCK_INTERVAL_PROPERTY MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY MONITOR_BLOCK_NAME_PROPERTY MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY NOTICE_BLOCK_AFTER_FINISH_EVENT NOTICE_BLOCK_ATTACHMENT_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY NOTICE_BLOCK_BEFORE_START_EVENT NOTICE_BLOCK_CREATED_NOTICES_PROPERTY NOTICE_BLOCK_DEADLINE_PROPERTY NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY NOTICE_BLOCK_NAME_PROPERTY NOTICE_BLOCK_NOTICE_TEXT_PROPERTY NOTICE_BLOCK_PERFORMER_PROPERTY NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY NOTICE_BLOCK_SUBJECT_PROPERTY dseAfterCancel dseAfterClose dseAfterDelete dseAfterDeleteOutOfTransaction dseAfterInsert dseAfterOpen dseAfterScroll dseAfterUpdate dseAfterUpdateOutOfTransaction dseBeforeCancel dseBeforeClose dseBeforeDelete dseBeforeDetailUpdate dseBeforeInsert dseBeforeOpen dseBeforeUpdate dseOnAnyRequisiteChange dseOnCloseRecord dseOnDeleteError dseOnOpenRecord dseOnPrepareUpdate dseOnUpdateError dseOnUpdateRatifiedRecord dseOnValidDelete dseOnValidUpdate reOnChange reOnChangeValues SELECTION_BEGIN_ROUTE_EVENT SELECTION_END_ROUTE_EVENT CURRENT_PERIOD_IS_REQUIRED PREVIOUS_CARD_TYPE_NAME SHOW_RECORD_PROPERTIES_FORM ACCESS_RIGHTS_SETTING_DIALOG_CODE ADMINISTRATOR_USER_CODE ANALYTIC_REPORT_TYPE asrtHideLocal asrtHideRemote CALCULATED_ROLE_TYPE_CODE COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE DCTS_TEST_PROTOCOLS_FOLDER_PATH E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER E_EDOC_VERSION_ALREDY_SIGNED E_EDOC_VERSION_ALREDY_SIGNED_BY_USER EDOC_TYPES_CODE_REQUISITE_FIELD_NAME EDOCUMENTS_ALIAS_NAME FILES_FOLDER_PATH FILTER_OPERANDS_DELIMITER FILTER_OPERATIONS_DELIMITER FORMCARD_NAME FORMLIST_NAME GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE INTEGRATED_REPORT_TYPE IS_BUILDER_APPLICATION_ROLE IS_BUILDER_APPLICATION_ROLE2 IS_BUILDER_USERS ISBSYSDEV LOG_FOLDER_PATH mbCancel mbNo mbNoToAll mbOK mbYes mbYesToAll MEMORY_DATASET_DESRIPTIONS_FILENAME mrNo mrNoToAll mrYes mrYesToAll MULTIPLE_SELECT_DIALOG_CODE NONOPERATING_RECORD_FLAG_FEMININE NONOPERATING_RECORD_FLAG_MASCULINE OPERATING_RECORD_FLAG_FEMININE OPERATING_RECORD_FLAG_MASCULINE PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE PROGRAM_INITIATED_LOOKUP_ACTION ratDelete ratEdit ratInsert REPORT_TYPE REQUIRED_PICK_VALUES_VARIABLE rmCard rmList SBRTE_PROGID_DEV SBRTE_PROGID_RELEASE STATIC_ROLE_TYPE_CODE SUPPRESS_EMPTY_TEMPLATE_CREATION SYSTEM_USER_CODE UPDATE_DIALOG_DATASET USED_IN_OBJECT_HINT_PARAM USER_INITIATED_LOOKUP_ACTION USER_NAME_FORMAT USER_SELECTION_RESTRICTIONS WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH ELS_SUBTYPE_CONTROL_NAME ELS_FOLDER_KIND_CONTROL_NAME REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME PRIVILEGE_COMPONENT_FULL_ACCESS PRIVILEGE_DEVELOPMENT_EXPORT PRIVILEGE_DEVELOPMENT_IMPORT PRIVILEGE_DOCUMENT_DELETE PRIVILEGE_ESD PRIVILEGE_FOLDER_DELETE PRIVILEGE_MANAGE_ACCESS_RIGHTS PRIVILEGE_MANAGE_REPLICATION PRIVILEGE_MANAGE_SESSION_SERVER PRIVILEGE_OBJECT_FULL_ACCESS PRIVILEGE_OBJECT_VIEW PRIVILEGE_RESERVE_LICENSE PRIVILEGE_SYSTEM_CUSTOMIZE PRIVILEGE_SYSTEM_DEVELOP PRIVILEGE_SYSTEM_INSTALL PRIVILEGE_TASK_DELETE PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE PRIVILEGES_PSEUDOREFERENCE_CODE ACCESS_TYPES_PSEUDOREFERENCE_CODE ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE COMPONENTS_PSEUDOREFERENCE_CODE FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE GROUPS_PSEUDOREFERENCE_CODE RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE REFTYPES_PSEUDOREFERENCE_CODE REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE SEND_PROTOCOL_PSEUDOREFERENCE_CODE SUBSTITUTES_PSEUDOREFERENCE_CODE SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE UNITS_PSEUDOREFERENCE_CODE USERS_PSEUDOREFERENCE_CODE VIEWERS_PSEUDOREFERENCE_CODE CERTIFICATE_TYPE_ENCRYPT CERTIFICATE_TYPE_SIGN CERTIFICATE_TYPE_SIGN_AND_ENCRYPT STORAGE_TYPE_FILE STORAGE_TYPE_NAS_CIFS STORAGE_TYPE_SAPERION STORAGE_TYPE_SQL_SERVER COMPTYPE2_REQUISITE_DOCUMENTS_VALUE COMPTYPE2_REQUISITE_TASKS_VALUE COMPTYPE2_REQUISITE_FOLDERS_VALUE COMPTYPE2_REQUISITE_REFERENCES_VALUE SYSREQ_CODE SYSREQ_COMPTYPE2 SYSREQ_CONST_AVAILABLE_FOR_WEB SYSREQ_CONST_COMMON_CODE SYSREQ_CONST_COMMON_VALUE SYSREQ_CONST_FIRM_CODE SYSREQ_CONST_FIRM_STATUS SYSREQ_CONST_FIRM_VALUE SYSREQ_CONST_SERVER_STATUS SYSREQ_CONTENTS SYSREQ_DATE_OPEN SYSREQ_DATE_CLOSE SYSREQ_DESCRIPTION SYSREQ_DESCRIPTION_LOCALIZE_ID SYSREQ_DOUBLE SYSREQ_EDOC_ACCESS_TYPE SYSREQ_EDOC_AUTHOR SYSREQ_EDOC_CREATED SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE SYSREQ_EDOC_EDITOR SYSREQ_EDOC_ENCODE_TYPE SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_EXPORT_DATE SYSREQ_EDOC_EXPORTER SYSREQ_EDOC_KIND SYSREQ_EDOC_LIFE_STAGE_NAME SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE SYSREQ_EDOC_MODIFIED SYSREQ_EDOC_NAME SYSREQ_EDOC_NOTE SYSREQ_EDOC_QUALIFIED_ID SYSREQ_EDOC_SESSION_KEY SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_SIGNATURE_TYPE SYSREQ_EDOC_SIGNED SYSREQ_EDOC_STORAGE SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE SYSREQ_EDOC_STORAGES_CHECK_RIGHTS SYSREQ_EDOC_STORAGES_COMPUTER_NAME SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE SYSREQ_EDOC_STORAGES_FUNCTION SYSREQ_EDOC_STORAGES_INITIALIZED SYSREQ_EDOC_STORAGES_LOCAL_PATH SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT SYSREQ_EDOC_STORAGES_SERVER_NAME SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME SYSREQ_EDOC_STORAGES_TYPE SYSREQ_EDOC_TEXT_MODIFIED SYSREQ_EDOC_TYPE_ACT_CODE SYSREQ_EDOC_TYPE_ACT_DESCRIPTION SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_EDOC_TYPE_ACT_SECTION SYSREQ_EDOC_TYPE_ADD_PARAMS SYSREQ_EDOC_TYPE_COMMENT SYSREQ_EDOC_TYPE_EVENT_TEXT SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID SYSREQ_EDOC_TYPE_NUMERATION_METHOD SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE SYSREQ_EDOC_TYPE_REQ_CODE SYSREQ_EDOC_TYPE_REQ_DESCRIPTION SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_REQ_IS_LEADING SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED SYSREQ_EDOC_TYPE_REQ_NUMBER SYSREQ_EDOC_TYPE_REQ_ON_CHANGE SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_EDOC_TYPE_REQ_ON_SELECT SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND SYSREQ_EDOC_TYPE_REQ_SECTION SYSREQ_EDOC_TYPE_VIEW_CARD SYSREQ_EDOC_TYPE_VIEW_CODE SYSREQ_EDOC_TYPE_VIEW_COMMENT SYSREQ_EDOC_TYPE_VIEW_IS_MAIN SYSREQ_EDOC_TYPE_VIEW_NAME SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_EDOC_VERSION_AUTHOR SYSREQ_EDOC_VERSION_CRC SYSREQ_EDOC_VERSION_DATA SYSREQ_EDOC_VERSION_EDITOR SYSREQ_EDOC_VERSION_EXPORT_DATE SYSREQ_EDOC_VERSION_EXPORTER SYSREQ_EDOC_VERSION_HIDDEN SYSREQ_EDOC_VERSION_LIFE_STAGE SYSREQ_EDOC_VERSION_MODIFIED SYSREQ_EDOC_VERSION_NOTE SYSREQ_EDOC_VERSION_SIGNATURE_TYPE SYSREQ_EDOC_VERSION_SIGNED SYSREQ_EDOC_VERSION_SIZE SYSREQ_EDOC_VERSION_SOURCE SYSREQ_EDOC_VERSION_TEXT_MODIFIED SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE SYSREQ_FOLDER_KIND SYSREQ_FUNC_CATEGORY SYSREQ_FUNC_COMMENT SYSREQ_FUNC_GROUP SYSREQ_FUNC_GROUP_COMMENT SYSREQ_FUNC_GROUP_NUMBER SYSREQ_FUNC_HELP SYSREQ_FUNC_PARAM_DEF_VALUE SYSREQ_FUNC_PARAM_IDENT SYSREQ_FUNC_PARAM_NUMBER SYSREQ_FUNC_PARAM_TYPE SYSREQ_FUNC_TEXT SYSREQ_GROUP_CATEGORY SYSREQ_ID SYSREQ_LAST_UPDATE SYSREQ_LEADER_REFERENCE SYSREQ_LINE_NUMBER SYSREQ_MAIN_RECORD_ID SYSREQ_NAME SYSREQ_NAME_LOCALIZE_ID SYSREQ_NOTE SYSREQ_ORIGINAL_RECORD SYSREQ_OUR_FIRM SYSREQ_PROFILING_SETTINGS_BATCH_LOGING SYSREQ_PROFILING_SETTINGS_BATCH_SIZE SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_START_LOGGED SYSREQ_RECORD_STATUS SYSREQ_REF_REQ_FIELD_NAME SYSREQ_REF_REQ_FORMAT SYSREQ_REF_REQ_GENERATED SYSREQ_REF_REQ_LENGTH SYSREQ_REF_REQ_PRECISION SYSREQ_REF_REQ_REFERENCE SYSREQ_REF_REQ_SECTION SYSREQ_REF_REQ_STORED SYSREQ_REF_REQ_TOKENS SYSREQ_REF_REQ_TYPE SYSREQ_REF_REQ_VIEW SYSREQ_REF_TYPE_ACT_CODE SYSREQ_REF_TYPE_ACT_DESCRIPTION SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_ACT_ON_EXECUTE SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_REF_TYPE_ACT_SECTION SYSREQ_REF_TYPE_ADD_PARAMS SYSREQ_REF_TYPE_COMMENT SYSREQ_REF_TYPE_COMMON_SETTINGS SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME SYSREQ_REF_TYPE_EVENT_TEXT SYSREQ_REF_TYPE_MAIN_LEADING_REF SYSREQ_REF_TYPE_NAME_IN_SINGULAR SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_REF_TYPE_NAME_LOCALIZE_ID SYSREQ_REF_TYPE_NUMERATION_METHOD SYSREQ_REF_TYPE_REQ_CODE SYSREQ_REF_TYPE_REQ_DESCRIPTION SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_REQ_IS_CONTROL SYSREQ_REF_TYPE_REQ_IS_FILTER SYSREQ_REF_TYPE_REQ_IS_LEADING SYSREQ_REF_TYPE_REQ_IS_REQUIRED SYSREQ_REF_TYPE_REQ_NUMBER SYSREQ_REF_TYPE_REQ_ON_CHANGE SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_REF_TYPE_REQ_ON_SELECT SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND SYSREQ_REF_TYPE_REQ_SECTION SYSREQ_REF_TYPE_VIEW_CARD SYSREQ_REF_TYPE_VIEW_CODE SYSREQ_REF_TYPE_VIEW_COMMENT SYSREQ_REF_TYPE_VIEW_IS_MAIN SYSREQ_REF_TYPE_VIEW_NAME SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_REFERENCE_TYPE_ID SYSREQ_STATE SYSREQ_STAT\u0415 SYSREQ_SYSTEM_SETTINGS_VALUE SYSREQ_TYPE SYSREQ_UNIT SYSREQ_UNIT_ID SYSREQ_USER_GROUPS_GROUP_FULL_NAME SYSREQ_USER_GROUPS_GROUP_NAME SYSREQ_USER_GROUPS_GROUP_SERVER_NAME SYSREQ_USERS_ACCESS_RIGHTS SYSREQ_USERS_AUTHENTICATION SYSREQ_USERS_CATEGORY SYSREQ_USERS_COMPONENT SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC SYSREQ_USERS_DOMAIN SYSREQ_USERS_FULL_USER_NAME SYSREQ_USERS_GROUP SYSREQ_USERS_IS_MAIN_SERVER SYSREQ_USERS_LOGIN SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC SYSREQ_USERS_STATUS SYSREQ_USERS_USER_CERTIFICATE SYSREQ_USERS_USER_CERTIFICATE_INFO SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION SYSREQ_USERS_USER_CERTIFICATE_STATE SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT SYSREQ_USERS_USER_DEFAULT_CERTIFICATE SYSREQ_USERS_USER_DESCRIPTION SYSREQ_USERS_USER_GLOBAL_NAME SYSREQ_USERS_USER_LOGIN SYSREQ_USERS_USER_MAIN_SERVER SYSREQ_USERS_USER_TYPE SYSREQ_WORK_RULES_FOLDER_ID RESULT_VAR_NAME RESULT_VAR_NAME_ENG AUTO_NUMERATION_RULE_ID CANT_CHANGE_ID_REQUISITE_RULE_ID CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID CHECK_CODE_REQUISITE_RULE_ID CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID CHECK_FILTRATER_CHANGES_RULE_ID CHECK_RECORD_INTERVAL_RULE_ID CHECK_REFERENCE_INTERVAL_RULE_ID CHECK_REQUIRED_DATA_FULLNESS_RULE_ID CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID MAKE_RECORD_UNRATIFIED_RULE_ID RESTORE_AUTO_NUMERATION_RULE_ID SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID SET_IDSPS_VALUE_RULE_ID SET_NEXT_CODE_VALUE_RULE_ID SET_OURFIRM_BOUNDS_RULE_ID SET_OURFIRM_REQUISITE_RULE_ID SCRIPT_BLOCK_AFTER_FINISH_EVENT SCRIPT_BLOCK_BEFORE_START_EVENT SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY SCRIPT_BLOCK_NAME_PROPERTY SCRIPT_BLOCK_SCRIPT_PROPERTY SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_AFTER_FINISH_EVENT SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT SUBTASK_BLOCK_ATTACHMENTS_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY SUBTASK_BLOCK_BEFORE_START_EVENT SUBTASK_BLOCK_CREATED_TASK_PROPERTY SUBTASK_BLOCK_CREATION_EVENT SUBTASK_BLOCK_DEADLINE_PROPERTY SUBTASK_BLOCK_IMPORTANCE_PROPERTY SUBTASK_BLOCK_INITIATOR_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY SUBTASK_BLOCK_JOBS_TYPE_PROPERTY SUBTASK_BLOCK_NAME_PROPERTY SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY SUBTASK_BLOCK_PERFORMERS_PROPERTY SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_START_EVENT SUBTASK_BLOCK_STEP_CONTROL_PROPERTY SUBTASK_BLOCK_SUBJECT_PROPERTY SUBTASK_BLOCK_TASK_CONTROL_PROPERTY SUBTASK_BLOCK_TEXT_PROPERTY SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY SYSCOMP_CONTROL_JOBS SYSCOMP_FOLDERS SYSCOMP_JOBS SYSCOMP_NOTICES SYSCOMP_TASKS SYSDLG_CREATE_EDOCUMENT SYSDLG_CREATE_EDOCUMENT_VERSION SYSDLG_CURRENT_PERIOD SYSDLG_EDIT_FUNCTION_HELP SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS SYSDLG_EXPORT_SINGLE_EDOCUMENT SYSDLG_IMPORT_EDOCUMENT SYSDLG_MULTIPLE_SELECT SYSDLG_SETUP_ACCESS_RIGHTS SYSDLG_SETUP_DEFAULT_RIGHTS SYSDLG_SETUP_FILTER_CONDITION SYSDLG_SETUP_SIGN_RIGHTS SYSDLG_SETUP_TASK_OBSERVERS SYSDLG_SETUP_TASK_ROUTE SYSDLG_SETUP_USERS_LIST SYSDLG_SIGN_EDOCUMENT SYSDLG_SIGN_MULTIPLE_EDOCUMENTS SYSREF_ACCESS_RIGHTS_TYPES SYSREF_ADMINISTRATION_HISTORY SYSREF_ALL_AVAILABLE_COMPONENTS SYSREF_ALL_AVAILABLE_PRIVILEGES SYSREF_ALL_REPLICATING_COMPONENTS SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS SYSREF_CALENDAR_EVENTS SYSREF_COMPONENT_TOKEN_HISTORY SYSREF_COMPONENT_TOKENS SYSREF_COMPONENTS SYSREF_CONSTANTS SYSREF_DATA_RECEIVE_PROTOCOL SYSREF_DATA_SEND_PROTOCOL SYSREF_DIALOGS SYSREF_DIALOGS_REQUISITES SYSREF_EDITORS SYSREF_EDOC_CARDS SYSREF_EDOC_TYPES SYSREF_EDOCUMENT_CARD_REQUISITES SYSREF_EDOCUMENT_CARD_TYPES SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE SYSREF_EDOCUMENT_CARDS SYSREF_EDOCUMENT_HISTORY SYSREF_EDOCUMENT_KINDS SYSREF_EDOCUMENT_REQUISITES SYSREF_EDOCUMENT_SIGNATURES SYSREF_EDOCUMENT_TEMPLATES SYSREF_EDOCUMENT_TEXT_STORAGES SYSREF_EDOCUMENT_VIEWS SYSREF_FILTERER_SETUP_CONFLICTS SYSREF_FILTRATER_SETTING_CONFLICTS SYSREF_FOLDER_HISTORY SYSREF_FOLDERS SYSREF_FUNCTION_GROUPS SYSREF_FUNCTION_PARAMS SYSREF_FUNCTIONS SYSREF_JOB_HISTORY SYSREF_LINKS SYSREF_LOCALIZATION_DICTIONARY SYSREF_LOCALIZATION_LANGUAGES SYSREF_MODULES SYSREF_PRIVILEGES SYSREF_RECORD_HISTORY SYSREF_REFERENCE_REQUISITES SYSREF_REFERENCE_TYPE_VIEWS SYSREF_REFERENCE_TYPES SYSREF_REFERENCES SYSREF_REFERENCES_REQUISITES SYSREF_REMOTE_SERVERS SYSREF_REPLICATION_SESSIONS_LOG SYSREF_REPLICATION_SESSIONS_PROTOCOL SYSREF_REPORTS SYSREF_ROLES SYSREF_ROUTE_BLOCK_GROUPS SYSREF_ROUTE_BLOCKS SYSREF_SCRIPTS SYSREF_SEARCHES SYSREF_SERVER_EVENTS SYSREF_SERVER_EVENTS_HISTORY SYSREF_STANDARD_ROUTE_GROUPS SYSREF_STANDARD_ROUTES SYSREF_STATUSES SYSREF_SYSTEM_SETTINGS SYSREF_TASK_HISTORY SYSREF_TASK_KIND_GROUPS SYSREF_TASK_KINDS SYSREF_TASK_RIGHTS SYSREF_TASK_SIGNATURES SYSREF_TASKS SYSREF_UNITS SYSREF_USER_GROUPS SYSREF_USER_GROUPS_REFERENCE SYSREF_USER_SUBSTITUTION SYSREF_USERS SYSREF_USERS_REFERENCE SYSREF_VIEWERS SYSREF_WORKING_TIME_CALENDARS ACCESS_RIGHTS_TABLE_NAME EDMS_ACCESS_TABLE_NAME EDOC_TYPES_TABLE_NAME TEST_DEV_DB_NAME TEST_DEV_SYSTEM_CODE TEST_EDMS_DB_NAME TEST_EDMS_MAIN_CODE TEST_EDMS_MAIN_DB_NAME TEST_EDMS_SECOND_CODE TEST_EDMS_SECOND_DB_NAME TEST_EDMS_SYSTEM_CODE TEST_ISB5_MAIN_CODE TEST_ISB5_SECOND_CODE TEST_SQL_SERVER_2005_NAME TEST_SQL_SERVER_NAME ATTENTION_CAPTION cbsCommandLinks cbsDefault CONFIRMATION_CAPTION ERROR_CAPTION INFORMATION_CAPTION mrCancel mrOk EDOC_VERSION_ACTIVE_STAGE_CODE EDOC_VERSION_DESIGN_STAGE_CODE EDOC_VERSION_OBSOLETE_STAGE_CODE cpDataEnciphermentEnabled cpDigitalSignatureEnabled cpID cpIssuer cpPluginVersion cpSerial cpSubjectName cpSubjSimpleName cpValidFromDate cpValidToDate ISBL_SYNTAX NO_SYNTAX XML_SYNTAX WAIT_BLOCK_AFTER_FINISH_EVENT WAIT_BLOCK_BEFORE_START_EVENT WAIT_BLOCK_DEADLINE_PROPERTY WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY WAIT_BLOCK_NAME_PROPERTY WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SYSRES_COMMON SYSRES_CONST SYSRES_MBFUNC SYSRES_SBDATA SYSRES_SBGUI SYSRES_SBINTF SYSRES_SBREFDSC SYSRES_SQLERRORS SYSRES_SYSCOMP atUser atGroup atRole aemEnabledAlways aemDisabledAlways aemEnabledOnBrowse aemEnabledOnEdit aemDisabledOnBrowseEmpty apBegin apEnd alLeft alRight asmNever asmNoButCustomize asmAsLastTime asmYesButCustomize asmAlways cirCommon cirRevoked ctSignature ctEncode ctSignatureEncode clbUnchecked clbChecked clbGrayed ceISB ceAlways ceNever ctDocument ctReference ctScript ctUnknown ctReport ctDialog ctFunction ctFolder ctEDocument ctTask ctJob ctNotice ctControlJob cfInternal cfDisplay ciUnspecified ciWrite ciRead ckFolder ckEDocument ckTask ckJob ckComponentToken ckAny ckReference ckScript ckReport ckDialog ctISBLEditor ctBevel ctButton ctCheckListBox ctComboBox ctComboEdit ctGrid ctDBCheckBox ctDBComboBox ctDBEdit ctDBEllipsis ctDBMemo ctDBNavigator ctDBRadioGroup ctDBStatusLabel ctEdit ctGroupBox ctInplaceHint ctMemo ctPanel ctListBox ctRadioButton ctRichEdit ctTabSheet ctWebBrowser ctImage ctHyperLink ctLabel ctDBMultiEllipsis ctRibbon ctRichView ctInnerPanel ctPanelGroup ctBitButton cctDate cctInteger cctNumeric cctPick cctReference cctString cctText cltInternal cltPrimary cltGUI dseBeforeOpen dseAfterOpen dseBeforeClose dseAfterClose dseOnValidDelete dseBeforeDelete dseAfterDelete dseAfterDeleteOutOfTransaction dseOnDeleteError dseBeforeInsert dseAfterInsert dseOnValidUpdate dseBeforeUpdate dseOnUpdateRatifiedRecord dseAfterUpdate dseAfterUpdateOutOfTransaction dseOnUpdateError dseAfterScroll dseOnOpenRecord dseOnCloseRecord dseBeforeCancel dseAfterCancel dseOnUpdateDeadlockError dseBeforeDetailUpdate dseOnPrepareUpdate dseOnAnyRequisiteChange dssEdit dssInsert dssBrowse dssInActive dftDate dftShortDate dftDateTime dftTimeStamp dotDays dotHours dotMinutes dotSeconds dtkndLocal dtkndUTC arNone arView arEdit arFull ddaView ddaEdit emLock emEdit emSign emExportWithLock emImportWithUnlock emChangeVersionNote emOpenForModify emChangeLifeStage emDelete emCreateVersion emImport emUnlockExportedWithLock emStart emAbort emReInit emMarkAsReaded emMarkAsUnreaded emPerform emAccept emResume emChangeRights emEditRoute emEditObserver emRecoveryFromLocalCopy emChangeWorkAccessType emChangeEncodeTypeToCertificate emChangeEncodeTypeToPassword emChangeEncodeTypeToNone emChangeEncodeTypeToCertificatePassword emChangeStandardRoute emGetText emOpenForView emMoveToStorage emCreateObject emChangeVersionHidden emDeleteVersion emChangeLifeCycleStage emApprovingSign emExport emContinue emLockFromEdit emUnLockForEdit emLockForServer emUnlockFromServer emDelegateAccessRights emReEncode ecotFile ecotProcess eaGet eaCopy eaCreate eaCreateStandardRoute edltAll edltNothing edltQuery essmText essmCard esvtLast esvtLastActive esvtSpecified edsfExecutive edsfArchive edstSQLServer edstFile edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile vsDefault vsDesign vsActive vsObsolete etNone etCertificate etPassword etCertificatePassword ecException ecWarning ecInformation estAll estApprovingOnly evtLast evtLastActive evtQuery fdtString fdtNumeric fdtInteger fdtDate fdtText fdtUnknown fdtWideString fdtLargeInteger ftInbox ftOutbox ftFavorites ftCommonFolder ftUserFolder ftComponents ftQuickLaunch ftShortcuts ftSearch grhAuto grhX1 grhX2 grhX3 hltText hltRTF hltHTML iffBMP iffJPEG iffMultiPageTIFF iffSinglePageTIFF iffTIFF iffPNG im8bGrayscale im24bRGB im1bMonochrome itBMP itJPEG itWMF itPNG ikhInformation ikhWarning ikhError ikhNoIcon icUnknown icScript icFunction icIntegratedReport icAnalyticReport icDataSetEventHandler icActionHandler icFormEventHandler icLookUpEventHandler icRequisiteChangeEventHandler icBeforeSearchEventHandler icRoleCalculation icSelectRouteEventHandler icBlockPropertyCalculation icBlockQueryParamsEventHandler icChangeSearchResultEventHandler icBlockEventHandler icSubTaskInitEventHandler icEDocDataSetEventHandler icEDocLookUpEventHandler icEDocActionHandler icEDocFormEventHandler icEDocRequisiteChangeEventHandler icStructuredConversionRule icStructuredConversionEventBefore icStructuredConversionEventAfter icWizardEventHandler icWizardFinishEventHandler icWizardStepEventHandler icWizardStepFinishEventHandler icWizardActionEnableEventHandler icWizardActionExecuteEventHandler icCreateJobsHandler icCreateNoticesHandler icBeforeLookUpEventHandler icAfterLookUpEventHandler icTaskAbortEventHandler icWorkflowBlockActionHandler icDialogDataSetEventHandler icDialogActionHandler icDialogLookUpEventHandler icDialogRequisiteChangeEventHandler icDialogFormEventHandler icDialogValidCloseEventHandler icBlockFormEventHandler icTaskFormEventHandler icReferenceMethod icEDocMethod icDialogMethod icProcessMessageHandler isShow isHide isByUserSettings jkJob jkNotice jkControlJob jtInner jtLeft jtRight jtFull jtCross lbpAbove lbpBelow lbpLeft lbpRight eltPerConnection eltPerUser sfcUndefined sfcBlack sfcGreen sfcRed sfcBlue sfcOrange sfcLilac sfsItalic sfsStrikeout sfsNormal ldctStandardRoute ldctWizard ldctScript ldctFunction ldctRouteBlock ldctIntegratedReport ldctAnalyticReport ldctReferenceType ldctEDocumentType ldctDialog ldctServerEvents mrcrtNone mrcrtUser mrcrtMaximal mrcrtCustom vtEqual vtGreaterOrEqual vtLessOrEqual vtRange rdYesterday rdToday rdTomorrow rdThisWeek rdThisMonth rdThisYear rdNextMonth rdNextWeek rdLastWeek rdLastMonth rdWindow rdFile rdPrinter rdtString rdtNumeric rdtInteger rdtDate rdtReference rdtAccount rdtText rdtPick rdtUnknown rdtLargeInteger rdtDocument reOnChange reOnChangeValues ttGlobal ttLocal ttUser ttSystem ssmBrowse ssmSelect ssmMultiSelect ssmBrowseModal smSelect smLike smCard stNone stAuthenticating stApproving sctString sctStream sstAnsiSort sstNaturalSort svtEqual svtContain soatString soatNumeric soatInteger soatDatetime soatReferenceRecord soatText soatPick soatBoolean soatEDocument soatAccount soatIntegerCollection soatNumericCollection soatStringCollection soatPickCollection soatDatetimeCollection soatBooleanCollection soatReferenceRecordCollection soatEDocumentCollection soatAccountCollection soatContents soatUnknown tarAbortByUser tarAbortByWorkflowException tvtAllWords tvtExactPhrase tvtAnyWord usNone usCompleted usRedSquare usBlueSquare usYellowSquare usGreenSquare usOrangeSquare usPurpleSquare usFollowUp utUnknown utUser utDeveloper utAdministrator utSystemDeveloper utDisconnected btAnd btDetailAnd btOr btNotOr btOnly vmView vmSelect vmNavigation vsmSingle vsmMultiple vsmMultipleCheck vsmNoSelection wfatPrevious wfatNext wfatCancel wfatFinish wfepUndefined wfepText3 wfepText6 wfepText9 wfepSpinEdit wfepDropDown wfepRadioGroup wfepFlag wfepText12 wfepText15 wfepText18 wfepText21 wfepText24 wfepText27 wfepText30 wfepRadioGroupColumn1 wfepRadioGroupColumn2 wfepRadioGroupColumn3 wfetQueryParameter wfetText wfetDelimiter wfetLabel wptString wptInteger wptNumeric wptBoolean wptDateTime wptPick wptText wptUser wptUserList wptEDocumentInfo wptEDocumentInfoList wptReferenceRecordInfo wptReferenceRecordInfoList wptFolderInfo wptTaskInfo wptContents wptFileName wptDate wsrComplete wsrGoNext wsrGoPrevious wsrCustom wsrCancel wsrGoFinal wstForm wstEDocument wstTaskCard wstReferenceRecordCard wstFinal waAll waPerformers waManual wsbStart wsbFinish wsbNotice wsbStep wsbDecision wsbWait wsbMonitor wsbScript wsbConnector wsbSubTask wsbLifeCycleStage wsbPause wdtInteger wdtFloat wdtString wdtPick wdtDateTime wdtBoolean wdtTask wdtJob wdtFolder wdtEDocument wdtReferenceRecord wdtUser wdtGroup wdtRole wdtIntegerCollection wdtFloatCollection wdtStringCollection wdtPickCollection wdtDateTimeCollection wdtBooleanCollection wdtTaskCollection wdtJobCollection wdtFolderCollection wdtEDocumentCollection wdtReferenceRecordCollection wdtUserCollection wdtGroupCollection wdtRoleCollection wdtContents wdtUserList wdtSearchDescription wdtDeadLine wdtPickSet wdtAccountCollection wiLow wiNormal wiHigh wrtSoft wrtHard wsInit wsRunning wsDone wsControlled wsAborted wsContinued wtmFull wtmFromCurrent wtmOnlyCurrent ",class:"AltState Application CallType ComponentTokens CreatedJobs CreatedNotices ControlState DialogResult Dialogs EDocuments EDocumentVersionSource Folders GlobalIDs Job Jobs InputValue LookUpReference LookUpRequisiteNames LookUpSearch Object ParentComponent Processes References Requisite ReportName Reports Result Scripts Searches SelectedAttachments SelectedItems SelectMode Sender ServerEvents ServiceFactory ShiftState SubTask SystemDialogs Tasks Wizard Wizards Work \u0412\u044b\u0437\u043e\u0432\u0421\u043f\u043e\u0441\u043e\u0431 \u0418\u043c\u044f\u041e\u0442\u0447\u0435\u0442\u0430 \u0420\u0435\u043a\u0432\u0417\u043d\u0430\u0447 ",literal:"null true false nil "},s={begin:"\\.\\s*"+e.UNDERSCORE_IDENT_RE,keywords:o,relevance:0},l={className:"type",begin:":[ \\t]*("+"IApplication IAccessRights IAccountRepository IAccountSelectionRestrictions IAction IActionList IAdministrationHistoryDescription IAnchors IApplication IArchiveInfo IAttachment IAttachmentList ICheckListBox ICheckPointedList IColumn IComponent IComponentDescription IComponentToken IComponentTokenFactory IComponentTokenInfo ICompRecordInfo IConnection IContents IControl IControlJob IControlJobInfo IControlList ICrypto ICrypto2 ICustomJob ICustomJobInfo ICustomListBox ICustomObjectWizardStep ICustomWork ICustomWorkInfo IDataSet IDataSetAccessInfo IDataSigner IDateCriterion IDateRequisite IDateRequisiteDescription IDateValue IDeaAccessRights IDeaObjectInfo IDevelopmentComponentLock IDialog IDialogFactory IDialogPickRequisiteItems IDialogsFactory IDICSFactory IDocRequisite IDocumentInfo IDualListDialog IECertificate IECertificateInfo IECertificates IEditControl IEditorForm IEdmsExplorer IEdmsObject IEdmsObjectDescription IEdmsObjectFactory IEdmsObjectInfo IEDocument IEDocumentAccessRights IEDocumentDescription IEDocumentEditor IEDocumentFactory IEDocumentInfo IEDocumentStorage IEDocumentVersion IEDocumentVersionListDialog IEDocumentVersionSource IEDocumentWizardStep IEDocVerSignature IEDocVersionState IEnabledMode IEncodeProvider IEncrypter IEvent IEventList IException IExternalEvents IExternalHandler IFactory IField IFileDialog IFolder IFolderDescription IFolderDialog IFolderFactory IFolderInfo IForEach IForm IFormTitle IFormWizardStep IGlobalIDFactory IGlobalIDInfo IGrid IHasher IHistoryDescription IHyperLinkControl IImageButton IImageControl IInnerPanel IInplaceHint IIntegerCriterion IIntegerList IIntegerRequisite IIntegerValue IISBLEditorForm IJob IJobDescription IJobFactory IJobForm IJobInfo ILabelControl ILargeIntegerCriterion ILargeIntegerRequisite ILargeIntegerValue ILicenseInfo ILifeCycleStage IList IListBox ILocalIDInfo ILocalization ILock IMemoryDataSet IMessagingFactory IMetadataRepository INotice INoticeInfo INumericCriterion INumericRequisite INumericValue IObject IObjectDescription IObjectImporter IObjectInfo IObserver IPanelGroup IPickCriterion IPickProperty IPickRequisite IPickRequisiteDescription IPickRequisiteItem IPickRequisiteItems IPickValue IPrivilege IPrivilegeList IProcess IProcessFactory IProcessMessage IProgress IProperty IPropertyChangeEvent IQuery IReference IReferenceCriterion IReferenceEnabledMode IReferenceFactory IReferenceHistoryDescription IReferenceInfo IReferenceRecordCardWizardStep IReferenceRequisiteDescription IReferencesFactory IReferenceValue IRefRequisite IReport IReportFactory IRequisite IRequisiteDescription IRequisiteDescriptionList IRequisiteFactory IRichEdit IRouteStep IRule IRuleList ISchemeBlock IScript IScriptFactory ISearchCriteria ISearchCriterion ISearchDescription ISearchFactory ISearchFolderInfo ISearchForObjectDescription ISearchResultRestrictions ISecuredContext ISelectDialog IServerEvent IServerEventFactory IServiceDialog IServiceFactory ISignature ISignProvider ISignProvider2 ISignProvider3 ISimpleCriterion IStringCriterion IStringList IStringRequisite IStringRequisiteDescription IStringValue ISystemDialogsFactory ISystemInfo ITabSheet ITask ITaskAbortReasonInfo ITaskCardWizardStep ITaskDescription ITaskFactory ITaskInfo ITaskRoute ITextCriterion ITextRequisite ITextValue ITreeListSelectDialog IUser IUserList IValue IView IWebBrowserControl IWizard IWizardAction IWizardFactory IWizardFormElement IWizardParam IWizardPickParam IWizardReferenceParam IWizardStep IWorkAccessRights IWorkDescription IWorkflowAskableParam IWorkflowAskableParams IWorkflowBlock IWorkflowBlockResult IWorkflowEnabledMode IWorkflowParam IWorkflowPickParam IWorkflowReferenceParam IWorkState IWorkTreeCustomNode IWorkTreeJobNode IWorkTreeTaskNode IXMLEditorForm SBCrypto ".trim().replace(/\s/g,"|")+")",end:"[ \\t]*=",excludeEnd:!0},c={className:"variable",lexemes:t,keywords:o,begin:t,relevance:0,containts:[l,s]};return{aliases:["isbl"],case_insensitive:!0,lexemes:t,keywords:o,illegal:"\\$|\\?|%|,|;$|~|#|@|</",contains:[{className:"function",begin:"[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]*\\(",end:"\\)$",returnBegin:!0,lexemes:t,keywords:o,illegal:"[\\[\\]\\|\\$\\?%,~#@]",contains:[{className:"title",lexemes:t,keywords:{built_in:"AddSubString AdjustLineBreaks AmountInWords Analysis ArrayDimCount ArrayHighBound ArrayLowBound ArrayOf ArrayReDim Assert Assigned BeginOfMonth BeginOfPeriod BuildProfilingOperationAnalysis CallProcedure CanReadFile CArrayElement CDataSetRequisite ChangeDate ChangeReferenceDataset Char CharPos CheckParam CheckParamValue CompareStrings ConstantExists ControlState ConvertDateStr Copy CopyFile CreateArray CreateCachedReference CreateConnection CreateDialog CreateDualListDialog CreateEditor CreateException CreateFile CreateFolderDialog CreateInputDialog CreateLinkFile CreateList CreateLock CreateMemoryDataSet CreateObject CreateOpenDialog CreateProgress CreateQuery CreateReference CreateReport CreateSaveDialog CreateScript CreateSQLPivotFunction CreateStringList CreateTreeListSelectDialog CSelectSQL CSQL CSubString CurrentUserID CurrentUserName CurrentVersion DataSetLocateEx DateDiff DateTimeDiff DateToStr DayOfWeek DeleteFile DirectoryExists DisableCheckAccessRights DisableCheckFullShowingRestriction DisableMassTaskSendingRestrictions DropTable DupeString EditText EnableCheckAccessRights EnableCheckFullShowingRestriction EnableMassTaskSendingRestrictions EndOfMonth EndOfPeriod ExceptionExists ExceptionsOff ExceptionsOn Execute ExecuteProcess Exit ExpandEnvironmentVariables ExtractFileDrive ExtractFileExt ExtractFileName ExtractFilePath ExtractParams FileExists FileSize FindFile FindSubString FirmContext ForceDirectories Format FormatDate FormatNumeric FormatSQLDate FormatString FreeException GetComponent GetComponentLaunchParam GetConstant GetLastException GetReferenceRecord GetRefTypeByRefID GetTableID GetTempFolder IfThen In IndexOf InputDialog InputDialogEx InteractiveMode IsFileLocked IsGraphicFile IsNumeric Length LoadString LoadStringFmt LocalTimeToUTC LowerCase Max MessageBox MessageBoxEx MimeDecodeBinary MimeDecodeString MimeEncodeBinary MimeEncodeString Min MoneyInWords MoveFile NewID Now OpenFile Ord Precision Raise ReadCertificateFromFile ReadFile ReferenceCodeByID ReferenceNumber ReferenceRequisiteMode ReferenceRequisiteValue RegionDateSettings RegionNumberSettings RegionTimeSettings RegRead RegWrite RenameFile Replace Round SelectServerCode SelectSQL ServerDateTime SetConstant SetManagedFolderFieldsState ShowConstantsInputDialog ShowMessage Sleep Split SQL SQL2XLSTAB SQLProfilingSendReport StrToDate SubString SubStringCount SystemSetting Time TimeDiff Today Transliterate Trim UpperCase UserStatus UTCToLocalTime ValidateXML VarIsClear VarIsEmpty VarIsNull WorkTimeDiff WriteFile WriteFileEx WriteObjectHistory \u0410\u043d\u0430\u043b\u0438\u0437 \u0411\u0430\u0437\u0430\u0414\u0430\u043d\u043d\u044b\u0445 \u0411\u043b\u043e\u043a\u0415\u0441\u0442\u044c \u0411\u043b\u043e\u043a\u0415\u0441\u0442\u044c\u0420\u0430\u0441\u0448 \u0411\u043b\u043e\u043a\u0418\u043d\u0444\u043e \u0411\u043b\u043e\u043a\u0421\u043d\u044f\u0442\u044c \u0411\u043b\u043e\u043a\u0421\u043d\u044f\u0442\u044c\u0420\u0430\u0441\u0448 \u0411\u043b\u043e\u043a\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0412\u0432\u043e\u0434 \u0412\u0432\u043e\u0434\u041c\u0435\u043d\u044e \u0412\u0435\u0434\u0421 \u0412\u0435\u0434\u0421\u043f\u0440 \u0412\u0435\u0440\u0445\u043d\u044f\u044f\u0413\u0440\u0430\u043d\u0438\u0446\u0430\u041c\u0430\u0441\u0441\u0438\u0432\u0430 \u0412\u043d\u0435\u0448\u041f\u0440\u043e\u0433\u0440 \u0412\u043e\u0441\u0441\u0442 \u0412\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f\u041f\u0430\u043f\u043a\u0430 \u0412\u0440\u0435\u043c\u044f \u0412\u044b\u0431\u043e\u0440SQL \u0412\u044b\u0431\u0440\u0430\u0442\u044c\u0417\u0430\u043f\u0438\u0441\u044c \u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c\u0421\u0442\u0440 \u0412\u044b\u0437\u0432\u0430\u0442\u044c \u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0412\u044b\u043f\u041f\u0440\u043e\u0433\u0440 \u0413\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439\u0424\u0430\u0439\u043b \u0413\u0440\u0443\u043f\u043f\u0430\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0414\u0430\u0442\u0430\u0412\u0440\u0435\u043c\u044f\u0421\u0435\u0440\u0432 \u0414\u0435\u043d\u044c\u041d\u0435\u0434\u0435\u043b\u0438 \u0414\u0438\u0430\u043b\u043e\u0433\u0414\u0430\u041d\u0435\u0442 \u0414\u043b\u0438\u043d\u0430\u0421\u0442\u0440 \u0414\u043e\u0431\u041f\u043e\u0434\u0441\u0442\u0440 \u0415\u041f\u0443\u0441\u0442\u043e \u0415\u0441\u043b\u0438\u0422\u043e \u0415\u0427\u0438\u0441\u043b\u043e \u0417\u0430\u043c\u041f\u043e\u0434\u0441\u0442\u0440 \u0417\u0430\u043f\u0438\u0441\u044c\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a\u0430 \u0417\u043d\u0430\u0447\u041f\u043e\u043b\u044f\u0421\u043f\u0440 \u0418\u0414\u0422\u0438\u043f\u0421\u043f\u0440 \u0418\u0437\u0432\u043b\u0435\u0447\u044c\u0414\u0438\u0441\u043a \u0418\u0437\u0432\u043b\u0435\u0447\u044c\u0418\u043c\u044f\u0424\u0430\u0439\u043b\u0430 \u0418\u0437\u0432\u043b\u0435\u0447\u044c\u041f\u0443\u0442\u044c \u0418\u0437\u0432\u043b\u0435\u0447\u044c\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0418\u0437\u043c\u0414\u0430\u0442 \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c\u0420\u0430\u0437\u043c\u0435\u0440\u041c\u0430\u0441\u0441\u0438\u0432\u0430 \u0418\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439\u041c\u0430\u0441\u0441\u0438\u0432\u0430 \u0418\u043c\u044f\u041e\u0440\u0433 \u0418\u043c\u044f\u041f\u043e\u043b\u044f\u0421\u043f\u0440 \u0418\u043d\u0434\u0435\u043a\u0441 \u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440\u0428\u0430\u0433 \u0418\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439\u0420\u0435\u0436\u0438\u043c \u0418\u0442\u043e\u0433\u0422\u0431\u043b\u0421\u043f\u0440 \u041a\u043e\u0434\u0412\u0438\u0434\u0412\u0435\u0434\u0421\u043f\u0440 \u041a\u043e\u0434\u0412\u0438\u0434\u0421\u043f\u0440\u041f\u043e\u0418\u0414 \u041a\u043e\u0434\u041f\u043eAnalit \u041a\u043e\u0434\u0421\u0438\u043c\u0432\u043e\u043b\u0430 \u041a\u043e\u0434\u0421\u043f\u0440 \u041a\u043e\u043b\u041f\u043e\u0434\u0441\u0442\u0440 \u041a\u043e\u043b\u041f\u0440\u043e\u043f \u041a\u043e\u043d\u041c\u0435\u0441 \u041a\u043e\u043d\u0441\u0442 \u041a\u043e\u043d\u0441\u0442\u0415\u0441\u0442\u044c \u041a\u043e\u043d\u0441\u0442\u0417\u043d\u0430\u0447 \u041a\u043e\u043d\u0422\u0440\u0430\u043d \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0424\u0430\u0439\u043b \u041a\u043e\u043f\u0438\u044f\u0421\u0442\u0440 \u041a\u041f\u0435\u0440\u0438\u043e\u0434 \u041a\u0421\u0442\u0440\u0422\u0431\u043b\u0421\u043f\u0440 \u041c\u0430\u043a\u0441 \u041c\u0430\u043a\u0441\u0421\u0442\u0440\u0422\u0431\u043b\u0421\u043f\u0440 \u041c\u0430\u0441\u0441\u0438\u0432 \u041c\u0435\u043d\u044e \u041c\u0435\u043d\u044e\u0420\u0430\u0441\u0448 \u041c\u0438\u043d \u041d\u0430\u0431\u043e\u0440\u0414\u0430\u043d\u043d\u044b\u0445\u041d\u0430\u0439\u0442\u0438\u0420\u0430\u0441\u0448 \u041d\u0430\u0438\u043c\u0412\u0438\u0434\u0421\u043f\u0440 \u041d\u0430\u0438\u043c\u041f\u043eAnalit \u041d\u0430\u0438\u043c\u0421\u043f\u0440 \u041d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u044b\u0421\u0442\u0440\u043e\u043a \u041d\u0430\u0447\u041c\u0435\u0441 \u041d\u0430\u0447\u0422\u0440\u0430\u043d \u041d\u0438\u0436\u043d\u044f\u044f\u0413\u0440\u0430\u043d\u0438\u0446\u0430\u041c\u0430\u0441\u0441\u0438\u0432\u0430 \u041d\u043e\u043c\u0435\u0440\u0421\u043f\u0440 \u041d\u041f\u0435\u0440\u0438\u043e\u0434 \u041e\u043a\u043d\u043e \u041e\u043a\u0440 \u041e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u041e\u0442\u043b\u0418\u043d\u0444\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u041e\u0442\u043b\u0418\u043d\u0444\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u041e\u0442\u0447\u0435\u0442 \u041e\u0442\u0447\u0435\u0442\u0410\u043d\u0430\u043b \u041e\u0442\u0447\u0435\u0442\u0418\u043d\u0442 \u041f\u0430\u043f\u043a\u0430\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u041f\u0430\u0443\u0437\u0430 \u041f\u0412\u044b\u0431\u043e\u0440SQL \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c\u0424\u0430\u0439\u043b \u041f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c\u0424\u0430\u0439\u043b \u041f\u043e\u0434\u0441\u0442\u0440 \u041f\u043e\u0438\u0441\u043a\u041f\u043e\u0434\u0441\u0442\u0440 \u041f\u043e\u0438\u0441\u043a\u0421\u0442\u0440 \u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0418\u0414\u0422\u0430\u0431\u043b\u0438\u0446\u044b \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0418\u0414 \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0418\u043c\u044f \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0421\u0442\u0430\u0442\u0443\u0441 \u041f\u0440\u0435\u0440\u0432\u0430\u0442\u044c \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0417\u043d\u0430\u0447 \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c\u0423\u0441\u043b\u043e\u0432\u0438\u0435 \u0420\u0430\u0437\u0431\u0421\u0442\u0440 \u0420\u0430\u0437\u043d\u0412\u0440\u0435\u043c\u044f \u0420\u0430\u0437\u043d\u0414\u0430\u0442 \u0420\u0430\u0437\u043d\u0414\u0430\u0442\u0430\u0412\u0440\u0435\u043c\u044f \u0420\u0430\u0437\u043d\u0420\u0430\u0431\u0412\u0440\u0435\u043c\u044f \u0420\u0435\u0433\u0423\u0441\u0442\u0412\u0440\u0435\u043c \u0420\u0435\u0433\u0423\u0441\u0442\u0414\u0430\u0442 \u0420\u0435\u0433\u0423\u0441\u0442\u0427\u0441\u043b \u0420\u0435\u0434\u0422\u0435\u043a\u0441\u0442 \u0420\u0435\u0435\u0441\u0442\u0440\u0417\u0430\u043f\u0438\u0441\u044c \u0420\u0435\u0435\u0441\u0442\u0440\u0421\u043f\u0438\u0441\u043e\u043a\u0418\u043c\u0435\u043d\u041f\u0430\u0440\u0430\u043c \u0420\u0435\u0435\u0441\u0442\u0440\u0427\u0442\u0435\u043d\u0438\u0435 \u0420\u0435\u043a\u0432\u0421\u043f\u0440 \u0420\u0435\u043a\u0432\u0421\u043f\u0440\u041f\u0440 \u0421\u0435\u0433\u043e\u0434\u043d\u044f \u0421\u0435\u0439\u0447\u0430\u0441 \u0421\u0435\u0440\u0432\u0435\u0440 \u0421\u0435\u0440\u0432\u0435\u0440\u041f\u0440\u043e\u0446\u0435\u0441\u0441\u0418\u0414 \u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0424\u0430\u0439\u043b\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u0421\u0436\u041f\u0440\u043e\u0431 \u0421\u0438\u043c\u0432\u043e\u043b \u0421\u0438\u0441\u0442\u0435\u043c\u0430\u0414\u0438\u0440\u0435\u043a\u0442\u0443\u043c\u041a\u043e\u0434 \u0421\u0438\u0441\u0442\u0435\u043c\u0430\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0421\u0438\u0441\u0442\u0435\u043c\u0430\u041a\u043e\u0434 \u0421\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433\u0412\u044b\u0431\u043e\u0440\u0430\u0418\u0437\u0414\u0432\u0443\u0445\u0421\u043f\u0438\u0441\u043a\u043e\u0432 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433\u0412\u044b\u0431\u043e\u0440\u0430\u041f\u0430\u043f\u043a\u0438 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433\u041e\u0442\u043a\u0440\u044b\u0442\u0438\u044f\u0424\u0430\u0439\u043b\u0430 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0414\u0438\u0430\u043b\u043e\u0433\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f\u0424\u0430\u0439\u043b\u0430 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0417\u0430\u043f\u0440\u043e\u0441 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0418\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041c\u0430\u0441\u0441\u0438\u0432 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041d\u0430\u0431\u043e\u0440\u0414\u0430\u043d\u043d\u044b\u0445 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041e\u0431\u044a\u0435\u043a\u0442 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041e\u0442\u0447\u0435\u0442 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u041f\u0430\u043f\u043a\u0443 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u043f\u0438\u0441\u043e\u043a \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u043f\u0438\u0441\u043e\u043a\u0421\u0442\u0440\u043e\u043a \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u0421\u043e\u0437\u0434\u0430\u0442\u044c\u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439 \u0421\u043e\u0437\u0434\u0421\u043f\u0440 \u0421\u043e\u0441\u0442\u0421\u043f\u0440 \u0421\u043e\u0445\u0440 \u0421\u043e\u0445\u0440\u0421\u043f\u0440 \u0421\u043f\u0438\u0441\u043e\u043a\u0421\u0438\u0441\u0442\u0435\u043c \u0421\u043f\u0440 \u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u0421\u043f\u0440\u0411\u043b\u043e\u043a\u0415\u0441\u0442\u044c \u0421\u043f\u0440\u0411\u043b\u043e\u043a\u0421\u043d\u044f\u0442\u044c \u0421\u043f\u0440\u0411\u043b\u043e\u043a\u0421\u043d\u044f\u0442\u044c\u0420\u0430\u0441\u0448 \u0421\u043f\u0440\u0411\u043b\u043e\u043a\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0421\u043f\u0440\u0418\u0437\u043c\u041d\u0430\u0431\u0414\u0430\u043d \u0421\u043f\u0440\u041a\u043e\u0434 \u0421\u043f\u0440\u041d\u043e\u043c\u0435\u0440 \u0421\u043f\u0440\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0421\u043f\u0440\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0421\u043f\u0440\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0421\u043f\u0440\u041f\u0430\u0440\u0430\u043c \u0421\u043f\u0440\u041f\u043e\u043b\u0435\u0417\u043d\u0430\u0447 \u0421\u043f\u0440\u041f\u043e\u043b\u0435\u0418\u043c\u044f \u0421\u043f\u0440\u0420\u0435\u043a\u0432 \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u0412\u0432\u0435\u0434\u0417\u043d \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u041d\u043e\u0432\u044b\u0435 \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u041f\u0440 \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u041f\u0440\u0435\u0434\u0417\u043d \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u0420\u0435\u0436\u0438\u043c \u0421\u043f\u0440\u0420\u0435\u043a\u0432\u0422\u0438\u043f\u0422\u0435\u043a\u0441\u0442 \u0421\u043f\u0440\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0421\u043f\u0440\u0421\u043e\u0441\u0442 \u0421\u043f\u0440\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0421\u043f\u0440\u0422\u0431\u043b\u0418\u0442\u043e\u0433 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u041a\u043e\u043b \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u041c\u0430\u043a\u0441 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u041c\u0438\u043d \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u041f\u0440\u0435\u0434 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u0421\u043b\u0435\u0434 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u0421\u043e\u0437\u0434 \u0421\u043f\u0440\u0422\u0431\u043b\u0421\u0442\u0440\u0423\u0434 \u0421\u043f\u0440\u0422\u0435\u043a\u041f\u0440\u0435\u0434\u0441\u0442 \u0421\u043f\u0440\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0421\u0440\u0430\u0432\u043d\u0438\u0442\u044c\u0421\u0442\u0440 \u0421\u0442\u0440\u0412\u0435\u0440\u0445\u0420\u0435\u0433\u0438\u0441\u0442\u0440 \u0421\u0442\u0440\u041d\u0438\u0436\u043d\u0420\u0435\u0433\u0438\u0441\u0442\u0440 \u0421\u0442\u0440\u0422\u0431\u043b\u0421\u043f\u0440 \u0421\u0443\u043c\u041f\u0440\u043e\u043f \u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439 \u0421\u0446\u0435\u043d\u0430\u0440\u0438\u0439\u041f\u0430\u0440\u0430\u043c \u0422\u0435\u043a\u0412\u0435\u0440\u0441\u0438\u044f \u0422\u0435\u043a\u041e\u0440\u0433 \u0422\u043e\u0447\u043d \u0422\u0440\u0430\u043d \u0422\u0440\u0430\u043d\u0441\u043b\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u044f \u0423\u0434\u0430\u043b\u0438\u0442\u044c\u0422\u0430\u0431\u043b\u0438\u0446\u0443 \u0423\u0434\u0430\u043b\u0438\u0442\u044c\u0424\u0430\u0439\u043b \u0423\u0434\u0421\u043f\u0440 \u0423\u0434\u0421\u0442\u0440\u0422\u0431\u043b\u0421\u043f\u0440 \u0423\u0441\u0442 \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438\u041a\u043e\u043d\u0441\u0442\u0430\u043d\u0442 \u0424\u0430\u0439\u043b\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0424\u0430\u0439\u043b\u0412\u0440\u0435\u043c\u044f \u0424\u0430\u0439\u043b\u0412\u0440\u0435\u043c\u044f\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0424\u0430\u0439\u043b\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0417\u0430\u043d\u044f\u0442 \u0424\u0430\u0439\u043b\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0418\u0441\u043a\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041c\u043e\u0436\u043d\u043e\u0427\u0438\u0442\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0424\u0430\u0439\u043b\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0424\u0430\u0439\u043b\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0424\u0430\u0439\u043b\u0420\u0430\u0437\u043c\u0435\u0440 \u0424\u0430\u0439\u043b\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0421\u0441\u044b\u043b\u043a\u0430\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0421\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0424\u0430\u0439\u043b\u0421\u0447\u0438\u0442\u0430\u0442\u044c \u0424\u0430\u0439\u043b\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0424\u043c\u0442SQL\u0414\u0430\u0442 \u0424\u043c\u0442\u0414\u0430\u0442 \u0424\u043c\u0442\u0421\u0442\u0440 \u0424\u043c\u0442\u0427\u0441\u043b \u0424\u043e\u0440\u043c\u0430\u0442 \u0426\u041c\u0430\u0441\u0441\u0438\u0432\u042d\u043b\u0435\u043c\u0435\u043d\u0442 \u0426\u041d\u0430\u0431\u043e\u0440\u0414\u0430\u043d\u043d\u044b\u0445\u0420\u0435\u043a\u0432\u0438\u0437\u0438\u0442 \u0426\u041f\u043e\u0434\u0441\u0442\u0440 "},begin:"[A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_][A-Za-z\u0410-\u042f\u0430-\u044f\u0451\u0401_0-9]*\\(",end:"\\(",returnBegin:!0,excludeEnd:!0},s,c,r,n,i]},l,s,c,r,n,i]}}},"../node_modules/highlight.js/lib/languages/java.js":function(e,t){e.exports=function(e){var t="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",n={className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0};return{aliases:["jsp"],keywords:t,illegal:/<\/|#/,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"class",beginKeywords:"class interface",end:/[{;=]/,excludeEnd:!0,keywords:"class interface",illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"new throw return else",relevance:0},{className:"function",begin:"([\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(<[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*(\\s*,\\s*[\xc0-\u02b8a-zA-Z_$][\xc0-\u02b8a-zA-Z_$0-9]*)*>)?\\s+)+"+e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:t,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"params",begin:/\(/,end:/\)/,keywords:t,relevance:0,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},n,{className:"meta",begin:"@[A-Za-z]+"}]}}},"../node_modules/highlight.js/lib/languages/javascript.js":function(e,t){e.exports=function(e){var t="[A-Za-z$_][0-9A-Za-z$_]*",n={keyword:"in of if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await static import from as",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Promise"},r={className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},a={className:"subst",begin:"\\$\\{",end:"\\}",keywords:n,contains:[]},i={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,a]};a.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,r,e.REGEXP_MODE];var o=a.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{aliases:["js","jsx"],keywords:n,contains:[{className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},{className:"meta",begin:/^#!/,end:/$/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,{begin:/[{,]\s*/,relevance:0,contains:[{begin:t+"\\s*:",returnBegin:!0,relevance:0,contains:[{className:"attr",begin:t,relevance:0}]}]},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+t+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:t},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:o}]}]},{begin:/</,end:/(\/\w+|\w+\/)>/,subLanguage:"xml",contains:[{begin:/<\w+\s*\/>/,skip:!0},{begin:/<\w+/,end:/(\/\w+|\w+\/)>/,skip:!0,contains:[{begin:/<\w+\s*\/>/,skip:!0},"self"]}]}],relevance:0},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:t}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:o}],illegal:/\[|%/},{begin:/\$[(.]/},e.METHOD_GUARD,{className:"class",beginKeywords:"class",end:/[{;=]/,excludeEnd:!0,illegal:/[:"\[\]]/,contains:[{beginKeywords:"extends"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0}],illegal:/#(?!!)/}}},"../node_modules/highlight.js/lib/languages/jboss-cli.js":function(e,t){e.exports=function(e){var t={className:"params",begin:/\(/,end:/\)/,contains:[{begin:/[\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/[\w-]+/}]}],relevance:0};return{aliases:["wildfly-cli"],lexemes:"[a-z-]+",keywords:{keyword:"alias batch cd clear command connect connection-factory connection-info data-source deploy deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias undeploy unset version xa-data-source",literal:"true false"},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"params",begin:/--[\w\-=\/]+/},{className:"function",begin:/:[\w\-.]+/,relevance:0},{className:"string",begin:/\B(([\/.])[\w\-.\/=]+)+/},t]}}},"../node_modules/highlight.js/lib/languages/json.js":function(e,t){e.exports=function(e){var t={literal:"true false null"},n=[e.QUOTE_STRING_MODE,e.C_NUMBER_MODE],r={end:",",endsWithParent:!0,excludeEnd:!0,contains:n,keywords:t},a={begin:"{",end:"}",contains:[{className:"attr",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE],illegal:"\\n"},e.inherit(r,{begin:/:/})],illegal:"\\S"},i={begin:"\\[",end:"\\]",contains:[e.inherit(r)],illegal:"\\S"};return n.splice(n.length,0,a,i),{contains:n,keywords:t,illegal:"\\S"}}},"../node_modules/highlight.js/lib/languages/julia-repl.js":function(e,t){e.exports=function(e){return{contains:[{className:"meta",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:"julia"},aliases:["jldoctest"]}]}}},"../node_modules/highlight.js/lib/languages/julia.js":function(e,t){e.exports=function(e){var t={keyword:"in isa where baremodule begin break catch ccall const continue do else elseif end export false finally for function global if import importall let local macro module quote return true try using while type immutable abstract bitstype typealias ",literal:"true false ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im nothing pi \u03b3 \u03c0 \u03c6 ",built_in:"ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool "},n="[A-Za-z_\\u00A1-\\uFFFF][A-Za-z_0-9\\u00A1-\\uFFFF]*",r={lexemes:n,keywords:t,illegal:/<\//},a={className:"subst",begin:/\$\(/,end:/\)/,keywords:t},i={className:"variable",begin:"\\$"+n},o={className:"string",contains:[e.BACKSLASH_ESCAPE,a,i],variants:[{begin:/\w*"""/,end:/"""\w*/,relevance:10},{begin:/\w*"/,end:/"\w*/}]},s={className:"string",contains:[e.BACKSLASH_ESCAPE,a,i],begin:"`",end:"`"},l={className:"meta",begin:"@"+n};return r.contains=[{className:"number",begin:/(\b0x[\d_]*(\.[\d_]*)?|0x\.\d[\d_]*)p[-+]?\d+|\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\b\d[\d_]*(\.[\d_]*)?|\.\d[\d_]*)([eEfF][-+]?\d+)?/,relevance:0},{className:"string",begin:/'(.|\\[xXuU][a-zA-Z0-9]+)'/},o,s,l,{className:"comment",variants:[{begin:"#=",end:"=#",relevance:10},{begin:"#",end:"$"}]},e.HASH_COMMENT_MODE,{className:"keyword",begin:"\\b(((abstract|primitive)\\s+)type|(mutable\\s+)?struct)\\b"},{begin:/<:/}],a.contains=r.contains,r}},"../node_modules/highlight.js/lib/languages/kotlin.js":function(e,t){e.exports=function(e){var t={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual trait volatile transient native default",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},n={className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"@"},r={className:"subst",begin:"\\${",end:"}",contains:[e.APOS_STRING_MODE,e.C_NUMBER_MODE]},a={className:"variable",begin:"\\$"+e.UNDERSCORE_IDENT_RE},i={className:"string",variants:[{begin:'"""',end:'"""',contains:[a,r]},{begin:"'",end:"'",illegal:/\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[e.BACKSLASH_ESCAPE,a,r]}]},o={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+e.UNDERSCORE_IDENT_RE+")?"},s={className:"meta",begin:"@"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[e.inherit(i,{className:"meta-string"})]}]},l={className:"number",begin:"\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",relevance:0};return{aliases:["kt"],keywords:t,contains:[e.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},n,o,s,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:t,illegal:/fun\s+(<.*>)?[^\s\(]+(\s+[^\s\(]+)\s*=/,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"type",begin:/</,end:/>/,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[{className:"type",begin:e.UNDERSCORE_IDENT_RE},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,o,s,i,e.C_NUMBER_MODE]},e.C_BLOCK_COMMENT_MODE]},{className:"class",beginKeywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},e.UNDERSCORE_TITLE_MODE,{className:"type",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,]|$/,excludeBegin:!0,returnEnd:!0},o,s]},i,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:"\n"},l]}}},"../node_modules/highlight.js/lib/languages/lasso.js":function(e,t){e.exports=function(e){var t="\\]|\\?>",n={literal:"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft",built_in:"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock",keyword:"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome"},r=e.COMMENT("\x3c!--","--\x3e",{relevance:0}),a={className:"meta",begin:"\\[noprocess\\]",starts:{end:"\\[/noprocess\\]",returnEnd:!0,contains:[r]}},i={className:"meta",begin:"\\[/noprocess|<\\?(lasso(script)?|=)"},o={className:"symbol",begin:"'[a-zA-Z_][\\w.]*'"},s=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.inherit(e.C_NUMBER_MODE,{begin:e.C_NUMBER_RE+"|(-?infinity|NaN)\\b"}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"`",end:"`"},{variants:[{begin:"[#$][a-zA-Z_][\\w.]*"},{begin:"#",end:"\\d+",illegal:"\\W"}]},{className:"type",begin:"::\\s*",end:"[a-zA-Z_][\\w.]*",illegal:"\\W"},{className:"params",variants:[{begin:"-(?!infinity)[a-zA-Z_][\\w.]*",relevance:0},{begin:"(\\.\\.\\.)"}]},{begin:/(->|\.)\s*/,relevance:0,contains:[o]},{className:"class",beginKeywords:"define",returnEnd:!0,end:"\\(|=>",contains:[e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z_][\\w.]*(=(?!>))?|[-+*/%](?!>)"})]}];return{aliases:["ls","lassoscript"],case_insensitive:!0,lexemes:"[a-zA-Z_][\\w.]*|&[lg]t;",keywords:n,contains:[{className:"meta",begin:t,relevance:0,starts:{end:"\\[|<\\?(lasso(script)?|=)",returnEnd:!0,relevance:0,contains:[r]}},a,i,{className:"meta",begin:"\\[no_square_brackets",starts:{end:"\\[/no_square_brackets\\]",lexemes:"[a-zA-Z_][\\w.]*|&[lg]t;",keywords:n,contains:[{className:"meta",begin:t,relevance:0,starts:{end:"\\[noprocess\\]|<\\?(lasso(script)?|=)",returnEnd:!0,contains:[r]}},a,i].concat(s)}},{className:"meta",begin:"\\[",relevance:0},{className:"meta",begin:"^#!",end:"lasso9$",relevance:10}].concat(s)}}},"../node_modules/highlight.js/lib/languages/ldif.js":function(e,t){e.exports=function(e){return{contains:[{className:"attribute",begin:"^dn",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0},relevance:10},{className:"attribute",begin:"^\\w",end:": ",excludeEnd:!0,starts:{end:"$",relevance:0}},{className:"literal",begin:"^-",end:"$"},e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/leaf.js":function(e,t){e.exports=function(e){return{contains:[{className:"function",begin:"#+[A-Za-z_0-9]*\\(",end:" {",returnBegin:!0,excludeEnd:!0,contains:[{className:"keyword",begin:"#+"},{className:"title",begin:"[A-Za-z_][A-Za-z_0-9]*"},{className:"params",begin:"\\(",end:"\\)",endsParent:!0,contains:[{className:"string",begin:'"',end:'"'},{className:"variable",begin:"[A-Za-z_][A-Za-z_0-9]*"}]}]}]}}},"../node_modules/highlight.js/lib/languages/less.js":function(e,t){e.exports=function(e){var t=[],n=[],r=function(e){return{className:"string",begin:"~?"+e+".*?"+e}},a=function(e,t,n){return{className:e,begin:t,relevance:n}},i={begin:"\\(",end:"\\)",contains:n,relevance:0};n.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r("'"),r('"'),e.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},a("number","#[0-9A-Fa-f]+\\b"),i,a("variable","@@?[\\w-]+",10),a("variable","@{[\\w-]+}"),a("built_in","~?`[^`]*?`"),{className:"attribute",begin:"[\\w-]+\\s*:",end:":",returnBegin:!0,excludeEnd:!0},{className:"meta",begin:"!important"});var o=n.concat({begin:"{",end:"}",contains:t}),s={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(n)},l={begin:"([\\w-]+|@{[\\w-]+})\\s*:",returnBegin:!0,end:"[;}]",relevance:0,contains:[{className:"attribute",begin:"([\\w-]+|@{[\\w-]+})",end:":",excludeEnd:!0,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:n}}]},c={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",returnEnd:!0,contains:n,relevance:0}},d={className:"variable",variants:[{begin:"@[\\w-]+\\s*:",relevance:15},{begin:"@[\\w-]+"}],starts:{end:"[;}]",returnEnd:!0,contains:o}},u={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:"([\\w-]+|@{[\\w-]+})",end:"{"}],returnBegin:!0,returnEnd:!0,illegal:"[<='$\"]",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,a("keyword","all\\b"),a("variable","@{[\\w-]+}"),a("selector-tag","([\\w-]+|@{[\\w-]+})%?",0),a("selector-id","#([\\w-]+|@{[\\w-]+})"),a("selector-class","\\.([\\w-]+|@{[\\w-]+})",0),a("selector-tag","&",0),{className:"selector-attr",begin:"\\[",end:"\\]"},{className:"selector-pseudo",begin:/:(:)?[a-zA-Z0-9\_\-\+\(\)"'.]+/},{begin:"\\(",end:"\\)",contains:o},{begin:"!important"}]};return t.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,c,d,l,u),{case_insensitive:!0,illegal:"[=>'/<($\"]",contains:t}}},"../node_modules/highlight.js/lib/languages/lisp.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_\\-\\+\\*\\/\\<\\=\\>\\&\\#][a-zA-Z0-9_\\-\\+\\*\\/\\<\\=\\>\\&\\#!]*",n="(\\-|\\+)?\\d+(\\.\\d+|\\/\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\+|\\-)?\\d+)?",r={className:"literal",begin:"\\b(t{1}|nil)\\b"},a={className:"number",variants:[{begin:n,relevance:0},{begin:"#(b|B)[0-1]+(/[0-1]+)?"},{begin:"#(o|O)[0-7]+(/[0-7]+)?"},{begin:"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?"},{begin:"#(c|C)\\("+n+" +"+n,end:"\\)"}]},i=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),o=e.COMMENT(";","$",{relevance:0}),s={begin:"\\*",end:"\\*"},l={className:"symbol",begin:"[:&]"+t},c={begin:t,relevance:0},d={begin:"\\|[^]*?\\|"},u={contains:[a,i,s,l,{begin:"\\(",end:"\\)",contains:["self",r,i,a,c]},c],variants:[{begin:"['`]\\(",end:"\\)"},{begin:"\\(quote ",end:"\\)",keywords:{name:"quote"}},{begin:"'\\|[^]*?\\|"}]},_={variants:[{begin:"'"+t},{begin:"#'"+t+"(::"+t+")*"}]},p={begin:"\\(\\s*",end:"\\)"},m={endsWithParent:!0,relevance:0};return p.contains=[{className:"name",variants:[{begin:t},{begin:"\\|[^]*?\\|"}]},m],m.contains=[u,_,p,r,a,i,o,s,l,d,c],{illegal:/\S/,contains:[a,{className:"meta",begin:"^#!",end:"$"},r,i,o,u,_,p,c]}}},"../node_modules/highlight.js/lib/languages/livecodeserver.js":function(e,t){e.exports=function(e){var t={begin:"\\b[gtps][A-Z]+[A-Za-z0-9_\\-]*\\b|\\$_[A-Z]+",relevance:0},n=[e.C_BLOCK_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT("--","$"),e.COMMENT("[^:]//","$")],r=e.inherit(e.TITLE_MODE,{variants:[{begin:"\\b_*rig[A-Z]+[A-Za-z0-9_\\-]*"},{begin:"\\b_[a-z0-9\\-]+"}]}),a=e.inherit(e.TITLE_MODE,{begin:"\\b([A-Za-z0-9_\\-]+)\\b"});return{case_insensitive:!1,keywords:{keyword:"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys",literal:"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK",built_in:"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract union unload wait write"},contains:[t,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[t,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"function",begin:"\\bend\\s+",end:"$",keywords:"end",contains:[a,r],relevance:0},{beginKeywords:"command on",end:"$",contains:[t,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"meta",variants:[{begin:"<\\?(rev|lc|livecode)",relevance:10},{begin:"<\\?"},{begin:"\\?>"}]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r].concat(n),illegal:";$|^\\[|^=|&|{"}}},"../node_modules/highlight.js/lib/languages/livescript.js":function(e,t){e.exports=function(e){var t={keyword:"in if for while finally new do return else break catch instanceof throw try this switch continue typeof delete debugger case default function var with then unless until loop of by when and or is isnt not it that otherwise from to til fallthrough super case default function var void const let enum export import native __hasProp __extends __slice __bind __indexOf",literal:"true false null undefined yes no on off it that void",built_in:"npm require console print module global window document"},n="[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*",r=e.inherit(e.TITLE_MODE,{begin:n}),a={className:"subst",begin:/#\{/,end:/}/,keywords:t},i={className:"subst",begin:/#[A-Za-z$_]/,end:/(?:\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:t},o=[e.BINARY_NUMBER_MODE,{className:"number",begin:"(\\b0[xX][a-fA-F0-9_]+)|(\\b\\d(\\d|_\\d)*(\\.(\\d(\\d|_\\d)*)?)?(_*[eE]([-+]\\d(_\\d|\\d)*)?)?[_a-z]*)",relevance:0,starts:{end:"(\\s*/)?",relevance:0}},{className:"string",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,i]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,a,i]},{begin:/\\/,end:/(\s|$)/,excludeEnd:!0}]},{className:"regexp",variants:[{begin:"//",end:"//[gim]*",contains:[a,e.HASH_COMMENT_MODE]},{begin:/\/(?![ *])(\\\/|.)*?\/[gim]*(?=\W|$)/}]},{begin:"@"+n},{begin:"``",end:"``",excludeBegin:!0,excludeEnd:!0,subLanguage:"javascript"}];a.contains=o;var s={className:"params",begin:"\\(",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(o)}]};return{aliases:["ls"],keywords:t,illegal:/\/\*/,contains:o.concat([e.COMMENT("\\/\\*","\\*\\/"),e.HASH_COMMENT_MODE,{className:"function",contains:[r,s],returnBegin:!0,variants:[{begin:"("+n+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B\\->\\*?",end:"\\->\\*?"},{begin:"("+n+"\\s*(?:=|:=)\\s*)?!?(\\(.*\\))?\\s*\\B[-~]{1,2}>\\*?",end:"[-~]{1,2}>\\*?"},{begin:"("+n+"\\s*(?:=|:=)\\s*)?(\\(.*\\))?\\s*\\B!?[-~]{1,2}>\\*?",end:"!?[-~]{1,2}>\\*?"}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[r]},r]},{begin:n+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},"../node_modules/highlight.js/lib/languages/llvm.js":function(e,t){e.exports=function(e){var t="([-a-zA-Z$._][\\w\\-$.]*)";return{keywords:"begin end true false declare define global constant private linker_private internal available_externally linkonce linkonce_odr weak weak_odr appending dllimport dllexport common default hidden protected extern_weak external thread_local zeroinitializer undef null to tail target triple datalayout volatile nuw nsw nnan ninf nsz arcp fast exact inbounds align addrspace section alias module asm sideeffect gc dbg linker_private_weak attributes blockaddress initialexec localdynamic localexec prefix unnamed_addr ccc fastcc coldcc x86_stdcallcc x86_fastcallcc arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ptx_kernel intel_ocl_bicc msp430_intrcc spir_func spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc cc c signext zeroext inreg sret nounwind noreturn noalias nocapture byval nest readnone readonly inlinehint noinline alwaysinline optsize ssp sspreq noredzone noimplicitfloat naked builtin cold nobuiltin noduplicate nonlazybind optnone returns_twice sanitize_address sanitize_memory sanitize_thread sspstrong uwtable returned type opaque eq ne slt sgt sle sge ult ugt ule uge oeq one olt ogt ole oge ord uno ueq une x acq_rel acquire alignstack atomic catch cleanup filter inteldialect max min monotonic nand personality release seq_cst singlethread umax umin unordered xchg add fadd sub fsub mul fmul udiv sdiv fdiv urem srem frem shl lshr ashr and or xor icmp fcmp phi call trunc zext sext fptrunc fpext uitofp sitofp fptoui fptosi inttoptr ptrtoint bitcast addrspacecast select va_arg ret br switch invoke unwind unreachable indirectbr landingpad resume malloc alloca free load store getelementptr extractelement insertelement shufflevector getresult extractvalue insertvalue atomicrmw cmpxchg fence argmemonly double",contains:[{className:"keyword",begin:"i\\d+"},e.COMMENT(";","\\n",{relevance:0}),e.QUOTE_STRING_MODE,{className:"string",variants:[{begin:'"',end:'[^\\\\]"'}],relevance:0},{className:"title",variants:[{begin:"@"+t},{begin:"@\\d+"},{begin:"!"+t},{begin:"!\\d+"+t}]},{className:"symbol",variants:[{begin:"%"+t},{begin:"%\\d+"},{begin:"#\\d+"}]},{className:"number",variants:[{begin:"0[xX][a-fA-F0-9]+"},{begin:"-?\\d+(?:[.]\\d+)?(?:[eE][-+]?\\d+(?:[.]\\d+)?)?"}],relevance:0}]}}},"../node_modules/highlight.js/lib/languages/lsl.js":function(e,t){e.exports=function(e){var t={className:"string",begin:'"',end:'"',contains:[{className:"subst",begin:/\\[tn"\\]/}]},n={className:"number",begin:e.C_NUMBER_RE};return{illegal:":",contains:[t,{className:"comment",variants:[e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/")]},n,{className:"section",variants:[{begin:"\\b(?:state|default)\\b"},{begin:"\\b(?:state_(?:entry|exit)|touch(?:_(?:start|end))?|(?:land_)?collision(?:_(?:start|end))?|timer|listen|(?:no_)?sensor|control|(?:not_)?at_(?:rot_)?target|money|email|experience_permissions(?:_denied)?|run_time_permissions|changed|attach|dataserver|moving_(?:start|end)|link_message|(?:on|object)_rez|remote_data|http_re(?:sponse|quest)|path_update|transaction_result)\\b"}]},{className:"built_in",begin:"\\b(?:ll(?:AgentInExperience|(?:Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(?:Details|ErrorMessage)|ReturnObjectsBy(?:ID|Owner)|Json(?:2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(?:Mag|Norm|Dist)|Rot(?:Between|2(?:Euler|Fwd|Left|Up))|(?:Euler|Axes)2Rot|Whisper|(?:Region|Owner)?Say|Shout|Listen(?:Control|Remove)?|Sensor(?:Repeat|Remove)?|Detected(?:Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|(?:[GS]et)(?:AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(?:Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(?:Scale|Offset|Rotate)Texture|(?:Rot)?Target(?:Remove)?|(?:Stop)?MoveToTarget|Apply(?:Rotational)?Impulse|Set(?:KeyframedMotion|ContentType|RegionPos|(?:Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(?:Queueing|Radius)|Vehicle(?:Type|(?:Float|Vector|Rotation)Param)|(?:Touch|Sit)?Text|Camera(?:Eye|At)Offset|PrimitiveParams|ClickAction|Link(?:Alpha|Color|PrimitiveParams(?:Fast)?|Texture(?:Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get(?:(?:Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(?:PrimitiveParams|Number(?:OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(?:Details|PermMask|PrimCount)|Parcel(?:MaxPrims|Details|Prim(?:Count|Owners))|Attached(?:List)?|(?:SPMax|Free|Used)Memory|Region(?:Name|TimeDilation|FPS|Corner|AgentCount)|Root(?:Position|Rotation)|UnixTime|(?:Parcel|Region)Flags|(?:Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(?:Prims|NotecardLines|Sides)|Animation(?:List)?|(?:Camera|Local)(?:Pos|Rot)|Vel|Accel|Omega|Time(?:stamp|OfDay)|(?:Object|CenterOf)?Mass|MassMKS|Energy|Owner|(?:Owner)?Key|SunDirection|Texture(?:Offset|Scale|Rot)|Inventory(?:Number|Name|Key|Type|Creator|PermMask)|Permissions(?:Key)?|StartParameter|List(?:Length|EntryType)|Date|Agent(?:Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(?:Name|State))|(?:Get|Reset|GetAndReset)Time|PlaySound(?:Slave)?|LoopSound(?:Master|Slave)?|(?:Trigger|Stop|Preload)Sound|(?:(?:Get|Delete)Sub|Insert)String|To(?:Upper|Lower)|Give(?:InventoryList|Money)|RezObject|(?:Stop)?LookAt|Sleep|CollisionFilter|(?:Take|Release)Controls|DetachFromAvatar|AttachToAvatar(?:Temp)?|InstantMessage|(?:GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(?:Length|Trim)|(?:Start|Stop)Animation|TargetOmega|Request(?:Experience)?Permissions|(?:Create|Break)Link|BreakAllLinks|(?:Give|Remove)Inventory|Water|PassTouches|Request(?:Agent|Inventory)Data|TeleportAgent(?:Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(?:Axis|Angle)|A(?:cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(?:CSV|Integer|Json|Float|String|Key|Vector|Rot|List(?:Strided)?)|DeleteSubList|List(?:Statistics|Sort|Randomize|(?:Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(?:CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(?:Slope|Normal|Contour)|GroundRepel|(?:Set|Remove)VehicleFlags|(?:AvatarOn)?(?:Link)?SitTarget|Script(?:Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(?:Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(?:Integer|String)ToBase64|XorBase64|Log(?:10)?|Base64To(?:String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(?:Load|Release|(?:E|Une)scape)URL|ParcelMedia(?:CommandList|Query)|ModPow|MapDestination|(?:RemoveFrom|AddTo|Reset)Land(?:Pass|Ban)List|(?:Set|Clear)CameraParams|HTTP(?:Request|Response)|TextBox|DetectedTouch(?:UV|Face|Pos|(?:N|Bin)ormal|ST)|(?:MD5|SHA1|DumpList2)String|Request(?:Secure)?URL|Clear(?:Prim|Link)Media|(?:Link)?ParticleSystem|(?:Get|Request)(?:Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(?:Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\b"},{className:"literal",variants:[{begin:"\\b(?:PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\b"},{begin:"\\b(?:XP_ERROR_(?:EXPERIENCES_DISABLED|EXPERIENCE_(?:DISABLED|SUSPENDED)|INVALID_(?:EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(?:FOUND|PERMITTED(?:_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(?:PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(?:_OBJECT)?|(?:DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(?:FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(?:_(?:BY_(?:LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(?:PARCEL(?:_OWNER)?|REGION)))?|CAMERA_(?:PITCH|DISTANCE|BEHINDNESS_(?:ANGLE|LAG)|(?:FOCUS|POSITION)(?:_(?:THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(?:ROOT|SET|ALL_(?:OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(?:IVE|_(?:ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(?:FWD|BACK|(?:ROT_)?(?:LEFT|RIGHT)|UP|DOWN|(?:ML_)?LBUTTON)|PERMISSION_(?:RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(?:CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(?:TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(?:INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(?:_START)?|TELEPORT|MEDIA)|OBJECT_(?:CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(?:PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_ON_REZ|NAME|DESC|POS|PRIM_(?:COUNT|EQUIVALENCE)|RETURN_(?:PARCEL(?:_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP|CREATOR|ATTACHED_POINT|RENDER_WEIGHT|(?:BODY_SHAPE|PATHFINDING)_TYPE|(?:RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(?:MEMORY|TIME))|TYPE_(?:INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(?:DEBUG|PUBLIC)_CHANNEL|ATTACH_(?:AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](?:SHOULDER|HAND|FOOT|EAR|EYE|[UL](?:ARM|LEG)|HIP)|(?:LEFT|RIGHT)_PEC|HUD_(?:CENTER_[12]|TOP_(?:RIGHT|CENTER|LEFT)|BOTTOM(?:_(?:RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(?:BASE|TIP)|[LR]WING|FACE_(?:JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(?:LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(?:ONLINE|NAME|BORN|SIM_(?:POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(?:ON_FILE|USED)|REMOTE_DATA_(?:CHANNEL|REQUEST|REPLY)|PSYS_(?:PART_(?:BF_(?:ZERO|ONE(?:_MINUS_(?:DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(?:START|END)_(?:COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(?:RIBBON|WIND|INTERP_(?:COLOR|SCALE)|BOUNCE|FOLLOW_(?:SRC|VELOCITY)|TARGET_(?:POS|LINEAR)|EMISSIVE)_MASK)|SRC_(?:MAX_AGE|PATTERN|ANGLE_(?:BEGIN|END)|BURST_(?:RATE|PART_COUNT|RADIUS|SPEED_(?:MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(?:DROP|EXPLODE|ANGLE(?:_CONE(?:_EMPTY)?)?)))|VEHICLE_(?:REFERENCE_FRAME|TYPE_(?:NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(?:LINEAR|ANGULAR)_(?:FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(?:HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(?:LINEAR|ANGULAR)_(?:DEFLECTION_(?:EFFICIENCY|TIMESCALE)|MOTOR_(?:DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(?:EFFICIENCY|TIMESCALE)|BANKING_(?:EFFICIENCY|MIX|TIMESCALE)|FLAG_(?:NO_DEFLECTION_UP|LIMIT_(?:ROLL_ONLY|MOTOR_UP)|HOVER_(?:(?:WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(?:STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(?:ALPHA_MODE(?:_(?:BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(?:_(?:BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(?:DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(?:_(?:STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(?:NONE|LOW|MEDIUM|HIGH)|BUMP_(?:NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(?:DEFAULT|PLANAR)|SCULPT_(?:TYPE_(?:SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(?:MIRROR|INVERT))|PHYSICS(?:_(?:SHAPE_(?:CONVEX|NONE|PRIM|TYPE)))?|(?:POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(?:ALT_IMAGE_ENABLE|CONTROLS|(?:CURRENT|HOME)_URL|AUTO_(?:LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(?:WIDTH|HEIGHT)_PIXELS|WHITELIST(?:_ENABLE)?|PERMS_(?:INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(?:STANDARD|MINI)|PERM_(?:NONE|OWNER|GROUP|ANYONE)|MAX_(?:URL_LENGTH|WHITELIST_(?:SIZE|COUNT)|(?:WIDTH|HEIGHT)_PIXELS)))|MASK_(?:BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(?:TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(?:MEDIA_COMMAND_(?:STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(?:ALLOW_(?:FLY|(?:GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(?:GROUP_)?OBJECTS)|USE_(?:ACCESS_(?:GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(?:GROUP|ALL)_OBJECT_ENTRY)|COUNT_(?:TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(?:NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(?:MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(?:_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(?:HIDE|DEFAULT)|REGION_FLAG_(?:ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(?:COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(?:METHOD|MIMETYPE|BODY_(?:MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|STRING_(?:TRIM(?:_(?:HEAD|TAIL))?)|CLICK_ACTION_(?:NONE|TOUCH|SIT|BUY|PAY|OPEN(?:_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(?:NONE|SCRIPT_MEMORY)|RC_(?:DATA_FLAGS|DETECT_PHANTOM|GET_(?:LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(?:TYPES|AGENTS|(?:NON)?PHYSICAL|LAND))|RCERR_(?:CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(?:ALLOWED_(?:AGENT|GROUP)_(?:ADD|REMOVE)|BANNED_AGENT_(?:ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(?:COMMAND|CMD_(?:PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(?:GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(?:CMD_(?:(?:SMOOTH_)?STOP|JUMP)|DESIRED_(?:TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(?:_(?:[ABCD]|NONE))?|MAX_(?:DECEL|TURN_RADIUS|(?:ACCEL|SPEED)))|PURSUIT_(?:OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(?:CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(?:EVADE_(?:HIDDEN|SPOTTED)|FAILURE_(?:DYNAMIC_PATHFINDING_DISABLED|INVALID_(?:GOAL|START)|NO_(?:NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(?:PARCEL_)?UNREACHABLE)|(?:GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(?:_(?:FAST|NONE|SLOW))?|CONTENT_TYPE_(?:ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(?:RADIUS|STATIC)|(?:PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(?:AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\b"},{begin:"\\b(?:FALSE|TRUE)\\b"},{begin:"\\b(?:ZERO_ROTATION)\\b"},{begin:"\\b(?:EOF|JSON_(?:ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(?:BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(?:GRANTED|DENIED))\\b"},{begin:"\\b(?:ZERO_VECTOR|TOUCH_INVALID_(?:TEXCOORD|VECTOR))\\b"}]},{className:"type",begin:"\\b(?:integer|float|string|key|vector|quaternion|rotation|list)\\b"}]}}},"../node_modules/highlight.js/lib/languages/lua.js":function(e,t){e.exports=function(e){var t={begin:"\\[=*\\[",end:"\\]=*\\]",contains:["self"]},n=[e.COMMENT("--(?!\\[=*\\[)","$"),e.COMMENT("--\\[=*\\[","\\]=*\\]",{contains:[t],relevance:10})];return{lexemes:e.UNDERSCORE_IDENT_RE,keywords:{literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstringmodule next pairs pcall print rawequal rawget rawset require select setfenvsetmetatable tonumber tostring type unpack xpcall arg selfcoroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:n.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:n}].concat(n)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\[=*\\[",end:"\\]=*\\]",contains:[t],relevance:5}])}}},"../node_modules/highlight.js/lib/languages/makefile.js":function(e,t){e.exports=function(e){var t={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},n={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,t]},r={className:"variable",begin:/\$\([\w-]+\s/,end:/\)/,keywords:{built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"},contains:[t]},a={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*[:+?]?=",illegal:"\\n",returnBegin:!0,contains:[{begin:"^"+e.UNDERSCORE_IDENT_RE,end:"[:+?]?=",excludeEnd:!0}]},i={className:"section",begin:/^[^\s]+:/,end:/$/,contains:[t]};return{aliases:["mk","mak"],keywords:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath",lexemes:/[\w-]+/,contains:[e.HASH_COMMENT_MODE,t,n,r,a,{className:"meta",begin:/^\.PHONY:/,end:/$/,keywords:{"meta-keyword":".PHONY"},lexemes:/[\.\w]+/},i]}}},"../node_modules/highlight.js/lib/languages/markdown.js":function(e,t){e.exports=function(e){return{aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$"},{begin:"^.+?\\n[=-]{2,}$"}]},{begin:"<",end:">",subLanguage:"xml",relevance:0},{className:"bullet",begin:"^([*+-]|(\\d+\\.))\\s+"},{className:"strong",begin:"[*_]{2}.+?[*_]{2}"},{className:"emphasis",variants:[{begin:"\\*.+?\\*"},{begin:"_.+?_",relevance:0}]},{className:"quote",begin:"^>\\s+",end:"$"},{className:"code",variants:[{begin:"^```w*s*$",end:"^```s*$"},{begin:"`.+?`"},{begin:"^( {4}|\t)",end:"$",relevance:0}]},{begin:"^[-\\*]{3,}",end:"$"},{begin:"\\[.+?\\][\\(\\[].*?[\\)\\]]",returnBegin:!0,contains:[{className:"string",begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0,relevance:0},{className:"link",begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}],relevance:10},{begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]}]}}},"../node_modules/highlight.js/lib/languages/mathematica.js":function(e,t){e.exports=function(e){return{aliases:["mma"],lexemes:"(\\$|\\b)"+e.IDENT_RE+"\\b",keywords:"AbelianGroup Abort AbortKernels AbortProtect Above Abs Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Active ActiveItem ActiveStyle AcyclicGraphQ AddOnHelpPath AddTo AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AffineTransform After AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowedDimensions AllowGroupClose AllowInlineCells AllowKernelInitialization AllowReverseGroupClose AllowScriptLevelChange AlphaChannel AlternatingGroup AlternativeHypothesis Alternatives AmbientLight Analytic AnchoredSearch And AndersonDarlingTest AngerJ AngleBracket AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotation Annuity AnnuityDue Antialiasing Antisymmetric Apart ApartSquareFree Appearance AppearanceElements AppellF1 Append AppendTo Apply ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess ARProcess Array ArrayComponents ArrayDepth ArrayFlatten ArrayPad ArrayPlot ArrayQ ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads AspectRatio AspectRatioFixed Assert Assuming Assumptions AstronomicalData Asynchronous AsynchronousTaskObject AsynchronousTasks AtomQ Attributes AugmentedSymmetricPolynomial AutoAction AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords Axes AxesEdge AxesLabel AxesOrigin AxesStyle Axis BabyMonsterGroupB Back Background BackgroundTasksSettings Backslash Backsubstitution Backward Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseForm Baseline BaselinePosition BaseStyle BatesDistribution BattleLemarieWavelet Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized BetweennessCentrality BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms Booleans BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryStyle Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BubbleChart BubbleChart3D BubbleScale BubbleSizes BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteCount ByteOrdering C CachedValue CacheGraphics CalendarData CalendarType CallPacket CanberraDistance Cancel CancelButton CandlestickChart Cap CapForm CapitalDifferentialD CardinalBSplineBasis CarmichaelLambda Cases Cashflow Casoratian Catalan CatalanNumber Catch CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterDot CentralMoment CentralMomentGeneratingFunction CForm ChampernowneNumber ChanVeseBinarize Character CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop Circle CircleBox CircleDot CircleMinus CirclePlus CircleTimes CirculantGraph CityData Clear ClearAll ClearAttributes ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent ClusteringComponents CMYKColor Coarse Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorCombine ColorConvert ColorData ColorDataFunction ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorSpace Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CommonDefaultFormatTypes Commonest CommonestFilter CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledFunction Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComponentMeasurements ComponentwiseContextMenu Compose ComposeList ComposeSeries Composition CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath Congruent Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphQ ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray Constants ConstrainedMax ConstrainedMin ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFilename ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean Control ControlActive ControlAlignment ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateDialog CreateDirectory CreateDocument CreateIntermediateDirectories CreatePalette CreatePalettePacket CreateScheduledTask CreateTemporary CreateWindow CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossingDetect CrossMatrix Csc Csch CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrentImage CurrentlySpeakingPacket CurrentValue CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecomposition D DagumDistribution DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DataCompression DataDistribution DataRange DataReversed Date DateDelimiters DateDifference DateFunction DateList DateListLogPlot DateListPlot DatePattern DatePlus DateRange DateString DateTicksFormat DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayMatchQ DayName DayPlus DayRange DayRound DeBruijnGraph Debug DebugTag Decimal DeclareKnownSymbols DeclarePackage Decompose Decrement DedekindEta Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic Deinitialization Del Deletable Delete DeleteBorderComponents DeleteCases DeleteContents DeleteDirectory DeleteDuplicates DeleteFile DeleteSmallComponents DeleteWithContents DeletionWarning Delimiter DelimiterFlashTime DelimiterMatching Delimiters Denominator DensityGraphics DensityHistogram DensityPlot DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DescriptorStateSpace DesignMatrix Det DGaussianWavelet DiacriticalPositioning Diagonal DiagonalMatrix Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DifferenceDelta DifferenceOrder DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralGroup Dilation Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletCharacter DirichletConvolve DirichletDistribution DirichletL DirichletTransform DirichletWindow DisableConsolePrintPacket DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform DiscreteWaveletTransform Discriminant Disjunction Disk DiskBox DiskMatrix Dispatch DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentNotebook DominantColors DOSTextFormat Dot DotDashed DotEqual Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DSolve Dt DualLinearProgramming DualSystemsModel DumpGet DumpSave DuplicateFreeQ Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptions E EccentricityCentrality EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeCost EdgeCount EdgeCoverQ EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData Eliminate EliminationOrder EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EnableConsolePrintPacket Enabled Encode End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfFile EndOfLine EndOfString EndPackage EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entropy EntropyFilter Environment Epilog Equal EqualColumns EqualRows EqualTilde EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerE EulerGamma EulerianGraphQ EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluationCell EvaluationCompletionAction EvaluationElements EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpToTrig ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalCall ExternalDataCharacterEncoding Extract ExtractArchive ExtremeValueDistribution FaceForm FaceGrids FaceGridsStyle Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail FailureDistribution False FARIMAProcess FEDisableConsolePrintPacket FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket Fibonacci FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileDate FileExistsQ FileExtension FileFormat FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileType FilledCurve FilledCurveBox Filling FillingStyle FillingTransform FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindArgMax FindArgMin FindClique FindClusters FindCurvePath FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEulerianCycle FindFaces FindFile FindFit FindGeneratingFunction FindGeoLocation FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMaximum FindMaximumFlow FindMaxValue FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindPermutation FindPostmanTour FindProcessParameters FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindThreshold FindVertexCover FindVertexCut Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstPassageTimeDistribution FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FittedModel FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlatTopWindow FlipView Floor FlushPrintOutputPacket Fold FoldList Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrequencySamplingFilterKernel FresnelC FresnelS Friday FrobeniusNumber FrobeniusSolve FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullOptions FullSimplify Function FunctionExpand FunctionInterpolation FunctionSpace FussellVeselyImportance GaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins Gamma GammaDistribution GammaRegularized GapPenalty Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateConditions GeneratedCell GeneratedParameters GeneratingFunction Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDistance GeoGridPosition GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoPosition GeoPositionENU GeoPositionXYZ GeoProjectionData GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter Graph GraphAssortativity GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel GreatCircleDistance Greater GreaterEqual GreaterEqualLess GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterTilde Green Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain Gudermannian GumbelDistribution HaarWavelet HadamardMatrix HalfNormalDistribution HamiltonianGraphQ HammingDistance HammingWindow HankelH1 HankelH2 HankelMatrix HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash HashTable Haversine HazardFunction Head HeadCompose Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenSurface HighlightGraph HighlightImage HighpassFilter HigmanSimsGroupHS HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HitMissTransform HITSCentrality HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HotellingTSquareDistribution HoytDistribution HTMLSave Hue HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestData I Identity IdentityMatrix If IgnoreCase Im Image Image3D Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageAspectRatio ImageAssemble ImageCache ImageCacheValid ImageCapture ImageChannels ImageClip ImageColorSpace ImageCompose ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDataPacket ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDistance ImageEffect ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageForestingComponents ImageForwardTransformation ImageHistogram ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarkers ImageMeasurements ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImageQ ImageRangeCache ImageReflect ImageRegion ImageResize ImageResolution ImageRotate ImageRotated ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions Implies Import ImportAutoReplacements ImportString ImprovementImportance In IncidenceGraph IncidenceList IncidenceMatrix IncludeConstantBasis IncludeFileExtension IncludePods IncludeSingularTerm Increment Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentUnit IndependentVertexSetQ Indeterminate IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers Infinity Infix Information Inherited InheritScope Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InlineCounterAssignments InlineCounterIncrements InlineRules Inner Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionPointObject InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Install InstallService InString Integer IntegerDigits IntegerExponent IntegerLength IntegerPart IntegerPartitions IntegerQ Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction InterpretTemplate InterquartileRange Interrupt InterruptSettings Intersection Interval IntervalIntersection IntervalMemberQ IntervalUnion Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHaversine InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InversePermutation InverseRadon InverseSeries InverseSurvivalFunction InverseWaveletTransform InverseWeierstrassP InverseZTransform Invisible InvisibleApplication InvisibleTimes IrreduciblePolynomialQ IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcess JaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join Joined JoinedCurve JoinedCurveBox JoinForm JordanDecomposition JordanModelDecomposition K KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelMixtureDistribution KernelObject Kernels Ket Khinchin KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnightTourGraph KnotData KnownUnitQ KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter Label Labeled LabeledSlider LabelingFunction LabelStyle LaguerreL LambdaComponents LambertW LanczosWindow LandauDistribution Language LanguageCategory LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCM LeafCount LeapYearQ LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessFullEqual LessGreater LessLess LessSlantEqual LessTilde LetterCharacter LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox LinearFilter LinearFractionalTransform LinearModelFit LinearOffsetFunction LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBreak LinebreakAdjustments LineBreakChart LineBreakWithin LineColor LineForm LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRead LinkReadHeld LinkReadyQ Links LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot Listen ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalClusteringCoefficient LocalizeVariables LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestAscendingSequence LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow Loopback LoopFreeGraphQ LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LyapunovSolve LyonsGroupLy MachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules MangoldtLambda ManhattanDistance Manipulate Manipulator MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixPlot MatrixPower MatrixQ MatrixRank Max MaxBend MaxDetect MaxExtraBandwidths MaxExtraConditions MaxFeatures MaxFilter Maximize MaxIterations MaxMemoryUsed MaxMixtureKernels MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxValue MaxwellDistribution McLaughlinGroupMcL Mean MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter Median MedianDeviation MedianFilter Medium MeijerG MeixnerDistribution MemberQ MemoryConstrained MemoryInUse Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuPacket MenuSortingValue MenuStyle MenuView MergeDifferences Mesh MeshFunctions MeshRange MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation Method MethodOptions MexicanHatWavelet MeyerWavelet Min MinDetect MinFilter MinimalPolynomial MinimalStateSpaceModel Minimize Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingDataMethod MittagLefflerE MixedRadix MixedRadixQuantity MixtureDistribution Mod Modal Mode Modular ModularLambda Module Modulus MoebiusMu Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction Monday Monitor MonomialList MonomialOrder MonsterGroupM MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform Most MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovingAverage MovingMedian MoyalDistribution MultiedgeStyle MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistribution N NakagamiDistribution NameQ Names NamespaceBox Nand NArgMax NArgMin NBernoulliB NCache NDSolve NDSolveValue Nearest NearestFunction NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeMultinomialDistribution NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestList NestWhile NestWhileList NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextPrime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants None NonlinearModelFit NonlocalMeansFilter NonNegative NonPositive Nor NorlundB Norm Normal NormalDistribution NormalGrouping Normalize NormalizedSquaredEuclideanDistance NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde NotHumpDownHump NotHumpEqual NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms Null NullRecords NullSpace NullWords Number NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator NumberSigns NumberString Numerator NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlot O ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OddQ Off Offset OLEData On ONanGroupON OneIdentity Opacity Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering Orderless OrnsteinUhlenbeckProcess Orthogonalize Out Outer OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OwenT OwnValues PackingMethod PaddedForm Padding PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageWidth PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParetoDistribution Part PartialCorrelationFunction PartialD ParticleData Partition PartitionsP PartitionsQ ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PerformanceGoal PeriodicInterpolation Periodogram PeriodogramArray PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PERTDistribution PetersenGraph PhaseMargins Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest Pink Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarGraphQ Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangePadding PlotRegion PlotStyle Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox PointBox PointFigureChart PointForm PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonBox PolygonBoxOptions PolygonHoleScale PolygonIntersections PolygonScale PolyhedronData PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position Positive PositiveDefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement PredictionRoot PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependTo PreserveImageOptions Previous PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitiveRoot PrincipalComponents PrincipalValue Print PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessEstimator ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptions QBinomial QFactorial QGamma QHypergeometricPFQ QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ Quantile QuantilePlot Quantity QuantityForm QuantityMagnitude QuantityQ QuantityUnit Quartics QuartileDeviation Quartiles QuartileSkewness QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainder RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Random RandomChoice RandomComplex RandomFunction RandomGraph RandomImage RandomInteger RandomPermutation RandomPrime RandomReal RandomSample RandomSeed RandomVariate RandomWalkProcess Range RangeFilter RangeSpecification RankedMax RankedMin Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios Raw RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadList ReadProtected Real RealBlockDiagonalForm RealDigits RealExponent Reals Reap Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate RegionBinarize RegionFunction RegionPlot RegionPlot3D RegularExpression Regularization Reinstall Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot Remove RemoveAlphaChannel RemoveAsynchronousTask Removed RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart Repeated RepeatedNull RepeatedString Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated Resampling Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask Residue Resolve Rest Resultant ResumePacket Return ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulerUnits Run RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilarity SameQ SameTest SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveDefinitions SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTaskActiveQ ScheduledTaskData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition Sec Sech SechDistribution SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemialgebraicComponentInstances SendMail Sequence SequenceAlignment SequenceForm SequenceHold SequenceLimit Series SeriesCoefficient SeriesData SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPrecision SetProperty SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share Sharpen ShearingMatrix ShearingTransform ShenCastanMatrix Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortUpArrow Show ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiegelTheta SiegelTukeyTest Sign Signature SignedRankTest SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution Skip SliceDistribution Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDelayCompensator SmithWatermanSimilarity SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SocialMediaData Socket SokalSneathDissimilarity Solve SolveAlways SolveDelayed Sort SortBy Sound SoundAndGraphics SoundNote SoundVolume Sow Space SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution Speak SpeakTextPacket SpearmanRankTest SpearmanRho Spectrogram SpectrogramArray Specularity SpellingCorrection SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackInhibit StandardDeviation StandardDeviationFilter StandardForm Standardize StandbyDistribution Star StarGraph StartAsynchronousTask StartingStepSize StartOfLine StartOfString StartScheduledTask StartupSound StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringCount StringDrop StringExpression StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPosition StringQ StringReplace StringReplaceList StringReplacePart StringReverse StringRotateLeft StringRotateRight StringSkeleton StringSplit StringTake StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleBoxOptions StyleData StyleDefinitions StyleForm StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subset SubsetEqual Subsets SubStar Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde SuchThat Sum SumConvergence Sunday SuperDagger SuperMinus SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceColor SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SystemDialogInput SystemException SystemHelpPath SystemInformation SystemInformationData SystemOpen SystemOptions SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemStub Tab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeWhile Tally Tan Tanh TargetFunctions TargetUnits TautologyQ TelegraphProcess TemplateBox TemplateBoxOptions TemplateSlotSequence TemporalData Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCell TextClipboardType TextData TextForm TextJustification TextLine TextPacket TextParagraph TextRecognize TextRendering TextStyle Texture TextureCoordinateFunction TextureCoordinateScaling Therefore ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreeJSymbol Threshold Through Throw Thumbnail Thursday Ticks TicksStyle Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint Times TimesBy TimeSeriesForecast TimeSeriesInvertibility TimeUsed TimeValue TimeZone Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate ToDiscreteTimeModel ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform TopologicalSort ToRadicals ToRules ToString Total TotalHeight TotalVariationFilter TotalWidth TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField Translate TranslationTransform TransparentColor Transpose TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle TriangleWave TriangularDistribution Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean True TrueQ TruncatedDistribution TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow Tuples TuranGraph TuringMachine Transparent UnateQ Uncompress Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UndirectedEdge UndirectedGraph UndirectedGraphQ UndocumentedTestFEParserPacket UndocumentedTestGetSelectionPacket Unequal Unevaluated UniformDistribution UniformGraphDistribution UniformSumDistribution Uninstall Union UnionPlus Unique UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitTriangle UnitVector Unprotect UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpValues URL URLFetch URLFetchAsynchronous URLSave URLSaveAsynchronous UseGraphicsRange Using UsingFrontEnd V2Get ValidationLength Value ValueBox ValueBoxOptions ValueForm ValueQ ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerifyConvergence VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoigtDistribution VonMisesDistribution WaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeberE Wedge Wednesday WeibullDistribution WeierstrassHalfPeriods WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WilksW WilksWTest WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult Word WordBoundary WordCharacter WordData WordSearch WordSeparators WorkingPrecision Write WriteString Wronskian XMLElement XMLObject Xnor Xor Yellow YuleDissimilarity ZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZipfDistribution ZTest ZTransform $Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AssertFunction $Assumptions $AsynchronousTask $BaseDirectory $BatchInput $BatchOutput $BoxForms $ByteOrdering $Canceled $CharacterEncoding $CharacterEncodings $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $CreationDate $CurrentLink $DateStringFormat $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $Epilog $ExportFormats $Failed $FinancialDataSource $FormatType $FrontEnd $FrontEndSession $GeoLocation $HistoryLength $HomeDirectory $HTTPCookies $IgnoreEOF $ImagingDevices $ImportFormats $InitialDirectory $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $ModuleNumber $NetworkLicense $NewMessage $NewSymbol $Notebooks $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $PipeSupported $Post $Pre $PreferencesDirectory $PrePrint $PreRead $PrintForms $PrintLiteral $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $RandomState $RecursionLimit $ReleaseNumber $RootDirectory $ScheduledTask $ScriptCommandLine $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemWordLength $TemporaryDirectory $TemporaryPrefix $TextStyle $TimedOut $TimeUnit $TimeZone $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $Urgent $UserAddOnsDirectory $UserBaseDirectory $UserDocumentsDirectory $UserName $Version $VersionNumber",contains:[{className:"comment",begin:/\(\*/,end:/\*\)/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:/\{/,end:/\}/,illegal:/:/}]}}},"../node_modules/highlight.js/lib/languages/matlab.js":function(e,t){e.exports=function(e){var t={relevance:0,contains:[{begin:"('|\\.')+"}]};return{keywords:{keyword:"break case catch classdef continue else elseif end enumerated events for function global if methods otherwise parfor persistent properties return spmd switch try while",built_in:"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell "},illegal:'(//|"|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}]}]},{className:"built_in",begin:/true|false/,relevance:0,starts:t},{begin:"[a-zA-Z][a-zA-Z_0-9]*('|\\.')+",relevance:0},{className:"number",begin:e.C_NUMBER_RE,relevance:0,starts:t},{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]},{begin:/\]|}|\)/,relevance:0,starts:t},{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE,{begin:'""'}],starts:t},e.COMMENT("^\\s*\\%\\{\\s*$","^\\s*\\%\\}\\s*$"),e.COMMENT("\\%","$")]}}},"../node_modules/highlight.js/lib/languages/maxima.js":function(e,t){e.exports=function(e){return{lexemes:"[A-Za-z_%][0-9A-Za-z_%]*",keywords:{keyword:"if then else elseif for thru do while unless step in and or not",literal:"true false unknown inf minf ind und %e %i %pi %phi %gamma",built_in:" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest",symbol:"_ __ %|0 %%|0"},contains:[{className:"comment",begin:"/\\*",end:"\\*/",contains:["self"]},e.QUOTE_STRING_MODE,{className:"number",relevance:0,variants:[{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Ee][-+]?\\d+\\b"},{begin:"\\b(\\d+|\\d+\\.|\\.\\d+|\\d+\\.\\d+)[Bb][-+]?\\d+\\b",relevance:10},{begin:"\\b(\\.\\d+|\\d+\\.\\d+)\\b"},{begin:"\\b(\\d+|0[0-9A-Za-z]+)\\.?\\b"}]}],illegal:/@/}}},"../node_modules/highlight.js/lib/languages/mel.js":function(e,t){e.exports=function(e){return{keywords:"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform",illegal:"</",contains:[e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"[\\$\\%\\@](\\^\\w\\b|#\\w+|[^\\s\\w{]|{\\w+}|\\w+)"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/mercury.js":function(e,t){e.exports=function(e){var t=e.COMMENT("%","$"),n=e.inherit(e.APOS_STRING_MODE,{relevance:0}),r=e.inherit(e.QUOTE_STRING_MODE,{relevance:0});r.contains.push({className:"subst",begin:"\\\\[abfnrtv]\\|\\\\x[0-9a-fA-F]*\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]",relevance:0});return{aliases:["m","moo"],keywords:{keyword:"module use_module import_module include_module end_module initialise mutable initialize finalize finalise interface implementation pred mode func type inst solver any_pred any_func is semidet det nondet multi erroneous failure cc_nondet cc_multi typeclass instance where pragma promise external trace atomic or_else require_complete_switch require_det require_semidet require_multi require_nondet require_cc_multi require_cc_nondet require_erroneous require_failure",meta:"inline no_inline type_spec source_file fact_table obsolete memo loop_check minimal_model terminates does_not_terminate check_termination promise_equivalent_clauses foreign_proc foreign_decl foreign_code foreign_type foreign_import_module foreign_export_enum foreign_export foreign_enum may_call_mercury will_not_call_mercury thread_safe not_thread_safe maybe_thread_safe promise_pure promise_semipure tabled_for_io local untrailed trailed attach_to_io_state can_pass_as_mercury_type stable will_not_throw_exception may_modify_trail will_not_modify_trail may_duplicate may_not_duplicate affects_liveness does_not_affect_liveness doesnt_affect_liveness no_sharing unknown_sharing sharing",built_in:"some all not if then else true fail false try catch catch_any semidet_true semidet_false semidet_fail impure_true impure semipure"},contains:[{className:"built_in",variants:[{begin:"<=>"},{begin:"<=",relevance:0},{begin:"=>",relevance:0},{begin:"/\\\\"},{begin:"\\\\/"}]},{className:"built_in",variants:[{begin:":-\\|--\x3e"},{begin:"=",relevance:0}]},t,e.C_BLOCK_COMMENT_MODE,{className:"number",begin:"0'.\\|0[box][0-9a-fA-F]*"},e.NUMBER_MODE,n,r,{begin:/:-/}]}}},"../node_modules/highlight.js/lib/languages/mipsasm.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,aliases:["mips"],lexemes:"\\.?"+e.IDENT_RE,keywords:{meta:".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ",built_in:"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt "},contains:[{className:"keyword",begin:"\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(.hb)?|jr(.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs.[sd]|add.[sd]|alnv.ps|bc1[ft]l?|c.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et]).[sd]|(ceil|floor|round|trunc).[lw].[sd]|cfc1|cvt.d.[lsw]|cvt.l.[dsw]|cvt.ps.s|cvt.s.[dlw]|cvt.s.p[lu]|cvt.w.[dls]|div.[ds]|ldx?c1|luxc1|lwx?c1|madd.[sd]|mfc1|mov[fntz]?.[ds]|msub.[sd]|mth?c1|mul.[ds]|neg.[ds]|nmadd.[ds]|nmsub.[ds]|p[lu][lu].ps|recip.fmt|r?sqrt.[ds]|sdx?c1|sub.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)",end:"\\s"},e.COMMENT("[;#]","$"),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"[^\\\\]'",relevance:0},{className:"title",begin:"\\|",end:"\\|",illegal:"\\n",relevance:0},{className:"number",variants:[{begin:"0x[0-9a-f]+"},{begin:"\\b-?\\d+"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[a-z_\\.\\$][a-z0-9_\\.\\$]+:"},{begin:"^\\s*[0-9]+:"},{begin:"[0-9]+[bf]"}],relevance:0}],illegal:"/"}}},"../node_modules/highlight.js/lib/languages/mizar.js":function(e,t){e.exports=function(e){return{keywords:"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity",contains:[e.COMMENT("::","$")]}}},"../node_modules/highlight.js/lib/languages/mojolicious.js":function(e,t){e.exports=function(e){return{subLanguage:"xml",contains:[{className:"meta",begin:"^__(END|DATA)__$"},{begin:"^\\s*%{1,2}={0,2}",end:"$",subLanguage:"perl"},{begin:"<%{1,2}={0,2}",end:"={0,1}%>",subLanguage:"perl",excludeBegin:!0,excludeEnd:!0}]}}},"../node_modules/highlight.js/lib/languages/monkey.js":function(e,t){e.exports=function(e){var t={className:"number",relevance:0,variants:[{begin:"[$][a-fA-F0-9]+"},e.NUMBER_MODE]};return{case_insensitive:!0,keywords:{keyword:"public private property continue exit extern new try catch eachin not abstract final select case default const local global field end if then else elseif endif while wend repeat until forever for to step next return module inline throw import",built_in:"DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI",literal:"true false null and or shl shr mod"},illegal:/\/\*/,contains:[e.COMMENT("#rem","#end"),e.COMMENT("'","$",{relevance:0}),{className:"function",beginKeywords:"function method",end:"[(=:]|$",illegal:/\n/,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"class",beginKeywords:"class interface",end:"$",contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{className:"built_in",begin:"\\b(self|super)\\b"},{className:"meta",begin:"\\s*#",end:"$",keywords:{"meta-keyword":"if else elseif endif end then"}},{className:"meta",begin:"^\\s*strict\\b"},{beginKeywords:"alias",end:"=",contains:[e.UNDERSCORE_TITLE_MODE]},e.QUOTE_STRING_MODE,t]}}},"../node_modules/highlight.js/lib/languages/moonscript.js":function(e,t){e.exports=function(e){var t={keyword:"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using",literal:"true false nil",built_in:"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table"},n="[A-Za-z$_][0-9A-Za-z$_]*",r={className:"subst",begin:/#\{/,end:/}/,keywords:t},a=[e.inherit(e.C_NUMBER_MODE,{starts:{end:"(\\s*/)?",relevance:0}}),{className:"string",variants:[{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]}]},{className:"built_in",begin:"@__"+e.IDENT_RE},{begin:"@"+e.IDENT_RE},{begin:e.IDENT_RE+"\\\\"+e.IDENT_RE}];r.contains=a;var i=e.inherit(e.TITLE_MODE,{begin:n}),o={className:"params",begin:"\\([^\\(]",returnBegin:!0,contains:[{begin:/\(/,end:/\)/,keywords:t,contains:["self"].concat(a)}]};return{aliases:["moon"],keywords:t,illegal:/\/\*/,contains:a.concat([e.COMMENT("--","$"),{className:"function",begin:"^\\s*"+n+"\\s*=\\s*(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[i,o]},{begin:/[\(,:=]\s*/,relevance:0,contains:[{className:"function",begin:"(\\(.*\\))?\\s*\\B[-=]>",end:"[-=]>",returnBegin:!0,contains:[o]}]},{className:"class",beginKeywords:"class",end:"$",illegal:/[:="\[\]]/,contains:[{beginKeywords:"extends",endsWithParent:!0,illegal:/[:="\[\]]/,contains:[i]},i]},{className:"name",begin:n+":",end:":",returnBegin:!0,returnEnd:!0,relevance:0}])}}},"../node_modules/highlight.js/lib/languages/n1ql.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,contains:[{beginKeywords:"build create index delete drop explain infer|10 insert merge prepare select update upsert|10",end:/;/,endsWithParent:!0,keywords:{keyword:"all alter analyze and any array as asc begin between binary boolean break bucket build by call case cast cluster collate collection commit connect continue correlate cover create database dataset datastore declare decrement delete derived desc describe distinct do drop each element else end every except exclude execute exists explain fetch first flatten for force from function grant group gsi having if ignore ilike in include increment index infer inline inner insert intersect into is join key keys keyspace known last left let letting like limit lsm map mapping matched materialized merge minus namespace nest not number object offset on option or order outer over parse partition password path pool prepare primary private privilege procedure public raw realm reduce rename return returning revoke right role rollback satisfies schema select self semi set show some start statistics string system then to transaction trigger truncate under union unique unknown unnest unset update upsert use user using validate value valued values via view when where while with within work xor",literal:"true false null missing|5",built_in:"array_agg array_append array_concat array_contains array_count array_distinct array_ifnull array_length array_max array_min array_position array_prepend array_put array_range array_remove array_repeat array_replace array_reverse array_sort array_sum avg count max min sum greatest least ifmissing ifmissingornull ifnull missingif nullif ifinf ifnan ifnanorinf naninf neginfif posinfif clock_millis clock_str date_add_millis date_add_str date_diff_millis date_diff_str date_part_millis date_part_str date_trunc_millis date_trunc_str duration_to_str millis str_to_millis millis_to_str millis_to_utc millis_to_zone_name now_millis now_str str_to_duration str_to_utc str_to_zone_name decode_json encode_json encoded_size poly_length base64 base64_encode base64_decode meta uuid abs acos asin atan atan2 ceil cos degrees e exp ln log floor pi power radians random round sign sin sqrt tan trunc object_length object_names object_pairs object_inner_pairs object_values object_inner_values object_add object_put object_remove object_unwrap regexp_contains regexp_like regexp_position regexp_replace contains initcap length lower ltrim position repeat replace rtrim split substr title trim upper isarray isatom isboolean isnumber isobject isstring type toarray toatom toboolean tonumber toobject tostring"},contains:[{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:"symbol",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE],relevance:2},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/nginx.js":function(e,t){e.exports=function(e){var t={className:"variable",variants:[{begin:/\$\d+/},{begin:/\$\{/,end:/}/},{begin:"[\\$\\@]"+e.UNDERSCORE_IDENT_RE}]},n={endsWithParent:!0,lexemes:"[a-z/_]+",keywords:{literal:"on off yes no true false none blocked debug info notice warn error crit select break last permanent redirect kqueue rtsig epoll poll /dev/poll"},relevance:0,illegal:"=>",contains:[e.HASH_COMMENT_MODE,{className:"string",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/}]},{begin:"([a-z]+):/",end:"\\s",endsWithParent:!0,excludeEnd:!0,contains:[t]},{className:"regexp",contains:[e.BACKSLASH_ESCAPE,t],variants:[{begin:"\\s\\^",end:"\\s|{|;",returnEnd:!0},{begin:"~\\*?\\s+",end:"\\s|{|;",returnEnd:!0},{begin:"\\*(\\.[a-z\\-]+)+"},{begin:"([a-z\\-]+\\.)+\\*"}]},{className:"number",begin:"\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b"},{className:"number",begin:"\\b\\d+[kKmMgGdshdwy]*\\b",relevance:0},t]};return{aliases:["nginxconf"],contains:[e.HASH_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE+"\\s+{",returnBegin:!0,end:"{",contains:[{className:"section",begin:e.UNDERSCORE_IDENT_RE}],relevance:0},{begin:e.UNDERSCORE_IDENT_RE+"\\s",end:";|{",returnBegin:!0,contains:[{className:"attribute",begin:e.UNDERSCORE_IDENT_RE,starts:n}],relevance:0}],illegal:"[^\\s\\}]"}}},"../node_modules/highlight.js/lib/languages/nimrod.js":function(e,t){e.exports=function(e){return{aliases:["nim"],keywords:{keyword:"addr and as asm bind block break case cast const continue converter discard distinct div do elif else end enum except export finally for from generic if import in include interface is isnot iterator let macro method mixin mod nil not notin object of or out proc ptr raise ref return shl shr static template try tuple type using var when while with without xor yield",literal:"shared guarded stdin stdout stderr result true false",built_in:"int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float float32 float64 bool char string cstring pointer expr stmt void auto any range array openarray varargs seq set clong culong cchar cschar cshort cint csize clonglong cfloat cdouble clongdouble cuchar cushort cuint culonglong cstringarray semistatic"},contains:[{className:"meta",begin:/{\./,end:/\.}/,relevance:10},{className:"string",begin:/[a-zA-Z]\w*"/,end:/"/,contains:[{begin:/""/}]},{className:"string",begin:/([a-zA-Z]\w*)?"""/,end:/"""/},e.QUOTE_STRING_MODE,{className:"type",begin:/\b[A-Z]\w+\b/,relevance:0},{className:"number",relevance:0,variants:[{begin:/\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\b(\d[_\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/nix.js":function(e,t){e.exports=function(e){var t={keyword:"rec with let in inherit assert if else then",literal:"true false or and null",built_in:"import abort baseNameOf dirOf isNull builtins map removeAttrs throw toString derivation"},n={className:"subst",begin:/\$\{/,end:/}/,keywords:t},r={className:"string",contains:[n],variants:[{begin:"''",end:"''"},{begin:'"',end:'"'}]},a=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r,{begin:/[a-zA-Z0-9-_]+(\s*=)/,returnBegin:!0,relevance:0,contains:[{className:"attr",begin:/\S+/}]}];return n.contains=a,{aliases:["nixos"],keywords:t,contains:a}}},"../node_modules/highlight.js/lib/languages/nsis.js":function(e,t){e.exports=function(e){var t={className:"variable",begin:/\$+{[\w\.:-]+}/},n={className:"variable",begin:/\$+\w+/,illegal:/\(\){}/},r={className:"variable",begin:/\$+\([\w\^\.:-]+\)/},a={className:"string",variants:[{begin:'"',end:'"'},{begin:"'",end:"'"},{begin:"`",end:"`"}],illegal:/\n/,contains:[{className:"meta",begin:/\$(\\[nrt]|\$)/},{className:"variable",begin:/\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)/},t,n,r]};return{case_insensitive:!1,keywords:{keyword:"Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecShellWait ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileSeek FileWrite FileWriteByte FileWriteUTF16LE FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText Int64Cmp Int64CmpU Int64Fmt IntCmp IntCmpU IntFmt IntOp IntPtrCmp IntPtrCmpU IntPtrOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PageExEnd Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionEnd SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionGroupEnd SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegMultiStr WriteRegNone WriteRegStr WriteUninstaller XPStyle",literal:"admin all auto both bottom bzip2 colored components current custom directory false force hide highest ifdiff ifnewer instfiles lastused leave left license listonly lzma nevershow none normal notset off on open print right show silent silentlog smooth textonly top true try un.components un.custom un.directory un.instfiles un.license uninstConfirm user Win10 Win7 Win8 WinVista zlib"},contains:[e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(";","$",{relevance:0}),{className:"function",beginKeywords:"Function PageEx Section SectionGroup",end:"$"},a,{className:"keyword",begin:/\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversion|gettlbversion|if|ifdef|ifmacrodef|ifmacrondef|ifndef|include|insertmacro|macro|macroend|makensis|packhdr|searchparse|searchreplace|system|tempfile|undef|verbose|warning)/},t,n,r,{className:"params",begin:"(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)"},{className:"class",begin:/\w+\:\:\w+/},e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/objectivec.js":function(e,t){e.exports=function(e){var t=/[a-zA-Z@][a-zA-Z0-9_]*/,n="@interface @class @protocol @implementation";return{aliases:["mm","objc","obj-c"],keywords:{keyword:"int float while char export sizeof typedef const struct for union unsigned long volatile static bool mutable if do return goto void enum else break extern asm case short default double register explicit signed typename this switch continue wchar_t inline readonly assign readwrite self @synchronized id typeof nonatomic super unichar IBOutlet IBAction strong weak copy in out inout bycopy byref oneway __strong __weak __block __autoreleasing @private @protected @public @try @property @end @throw @catch @finally @autoreleasepool @synthesize @dynamic @selector @optional @required @encode @package @import @defs @compatibility_alias __bridge __bridge_transfer __bridge_retained __bridge_retain __covariant __contravariant __kindof _Nonnull _Nullable _Null_unspecified __FUNCTION__ __PRETTY_FUNCTION__ __attribute__ getter setter retain unsafe_unretained nonnull nullable null_unspecified null_resettable class instancetype NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN",literal:"false true FALSE TRUE nil YES NO NULL",built_in:"BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once"},lexemes:t,illegal:"</",contains:[{className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,{className:"string",variants:[{begin:'@"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"'",end:"[^\\\\]'",illegal:"[^\\\\][^']"}]},{className:"meta",begin:"#",end:"$",contains:[{className:"meta-string",variants:[{begin:'"',end:'"'},{begin:"<",end:">"}]}]},{className:"class",begin:"("+n.split(" ").join("|")+")\\b",end:"({|$)",excludeEnd:!0,keywords:n,lexemes:t,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}},"../node_modules/highlight.js/lib/languages/ocaml.js":function(e,t){e.exports=function(e){return{aliases:["ml"],keywords:{keyword:"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref",literal:"true false"},illegal:/\/\/|>>/,lexemes:"[a-z_]\\w*!?",contains:[{className:"literal",begin:"\\[(\\|\\|)?\\]|\\(\\)",relevance:0},e.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*",relevance:0},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},"../node_modules/highlight.js/lib/languages/openscad.js":function(e,t){e.exports=function(e){var t={className:"keyword",begin:"\\$(f[asn]|t|vp[rtd]|children)"},n={className:"number",begin:"\\b\\d+(\\.\\d+)?(e-?\\d+)?",relevance:0},r=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),a={className:"function",beginKeywords:"module function",end:"\\=|\\{",contains:[{className:"params",begin:"\\(",end:"\\)",contains:["self",n,r,t,{className:"literal",begin:"false|true|PI|undef"}]},e.UNDERSCORE_TITLE_MODE]};return{aliases:["scad"],keywords:{keyword:"function module include use for intersection_for if else \\%",literal:"false true PI undef",built_in:"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"meta",keywords:{"meta-keyword":"include use"},begin:"include|use <",end:">"},r,t,{begin:"[*!#%]",relevance:0},a]}}},"../node_modules/highlight.js/lib/languages/oxygene.js":function(e,t){e.exports=function(e){var t="abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained",n=e.COMMENT("{","}",{relevance:0}),r=e.COMMENT("\\(\\*","\\*\\)",{relevance:10}),a={className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},i={className:"string",begin:"(#\\d+)+"},o={className:"function",beginKeywords:"function constructor destructor procedure method",end:"[:;]",keywords:"function constructor|10 destructor|10 procedure|10 method|10",contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",keywords:t,contains:[a,i]},n,r]};return{case_insensitive:!0,lexemes:/\.?\w+/,keywords:t,illegal:'("|\\$[G-Zg-z]|\\/\\*|</|=>|->)',contains:[n,r,e.C_LINE_COMMENT_MODE,a,i,e.NUMBER_MODE,o,{className:"class",begin:"=\\bclass\\b",end:"end;",keywords:t,contains:[a,i,n,r,e.C_LINE_COMMENT_MODE,o]}]}}},"../node_modules/highlight.js/lib/languages/parser3.js":function(e,t){e.exports=function(e){var t=e.COMMENT("{","}",{contains:["self"]});return{subLanguage:"xml",relevance:0,contains:[e.COMMENT("^#","$"),e.COMMENT("\\^rem{","}",{relevance:10,contains:[t]}),{className:"meta",begin:"^@(?:BASE|USE|CLASS|OPTIONS)$",relevance:10},{className:"title",begin:"@[\\w\\-]+\\[[\\w^;\\-]*\\](?:\\[[\\w^;\\-]*\\])?(?:.*)$"},{className:"variable",begin:"\\$\\{?[\\w\\-\\.\\:]+\\}?"},{className:"keyword",begin:"\\^[\\w\\-\\.\\:]+"},{className:"number",begin:"\\^#[0-9a-fA-F]+"},e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/perl.js":function(e,t){e.exports=function(e){var t="getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qqfileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent shutdown dump chomp connect getsockname die socketpair close flock exists index shmgetsub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedirioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when",n={className:"subst",begin:"[$@]\\{",end:"\\}",keywords:t},r={begin:"->{",end:"}"},a={variants:[{begin:/\$\d/},{begin:/[\$%@](\^\w\b|#\w+(::\w+)*|{\w+}|\w+(::\w*)*)/},{begin:/[\$%@][^\s\w{]/,relevance:0}]},i=[e.BACKSLASH_ESCAPE,n,a],o=[a,e.HASH_COMMENT_MODE,e.COMMENT("^\\=\\w","\\=cut",{endsWithParent:!0}),r,{className:"string",contains:i,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*\\<",end:"\\>",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"{\\w+}",contains:[],relevance:0},{begin:"-?\\w+\\s*\\=\\>",contains:[],relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",begin:"(s|tr|y)/(\\\\.|[^/])*/(\\\\.|[^/])*/[a-z]*",relevance:10},{className:"regexp",begin:"(m|qr)?/",end:"/[a-z]*",contains:[e.BACKSLASH_ESCAPE],relevance:0}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return n.contains=o,r.contains=o,{aliases:["pl","pm"],lexemes:/[\w\.]+/,keywords:t,contains:o}}},"../node_modules/highlight.js/lib/languages/pf.js":function(e,t){e.exports=function(e){return{aliases:["pf.conf"],lexemes:/[a-z0-9_<>-]+/,keywords:{built_in:"block match pass load anchor|5 antispoof|10 set table",keyword:"in out log quick on rdomain inet inet6 proto from port os to routeallow-opts divert-packet divert-reply divert-to flags group icmp-typeicmp6-type label once probability recieved-on rtable prio queuetos tag tagged user keep fragment for os dropaf-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robinsource-hash static-portdup-to reply-to route-toparent bandwidth default min max qlimitblock-policy debug fingerprints hostid limit loginterface optimizationreassemble ruleset-optimization basic none profile skip state-defaultsstate-policy timeoutconst counters persistno modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppysource-track global rule max-src-nodes max-src-states max-src-connmax-src-conn-rate overload flushscrub|5 max-mss min-ttl no-df|10 random-id",literal:"all any no-route self urpf-failed egress|5 unknown"},contains:[e.HASH_COMMENT_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE,{className:"variable",begin:/\$[\w\d#@][\w\d_]*/},{className:"variable",begin:/<(?!\/)/,end:/>/}]}}},"../node_modules/highlight.js/lib/languages/pgsql.js":function(e,t){e.exports=function(e){var t=e.COMMENT("--","$"),n="BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ",r=n.trim().split(" ").map((function(e){return e.split("|")[0]})).join("|"),a="ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAPLEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILYINET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST ".trim().split(" ").map((function(e){return e.split("|")[0]})).join("|");return{aliases:["postgres","postgresql"],case_insensitive:!0,keywords:{keyword:"ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ",built_in:"CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED "},illegal:/:==|\W\s*\(\*|(^|\s)\$[a-z]|{{|[a-z]:\s*$|\.\.\.|TO:|DO:/,contains:[{className:"keyword",variants:[{begin:/\bTEXT\s*SEARCH\b/},{begin:/\b(PRIMARY|FOREIGN|FOR(\s+NO)?)\s+KEY\b/},{begin:/\bPARALLEL\s+(UNSAFE|RESTRICTED|SAFE)\b/},{begin:/\bSTORAGE\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\b/},{begin:/\bMATCH\s+(FULL|PARTIAL|SIMPLE)\b/},{begin:/\bNULLS\s+(FIRST|LAST)\b/},{begin:/\bEVENT\s+TRIGGER\b/},{begin:/\b(MAPPING|OR)\s+REPLACE\b/},{begin:/\b(FROM|TO)\s+(PROGRAM|STDIN|STDOUT)\b/},{begin:/\b(SHARE|EXCLUSIVE)\s+MODE\b/},{begin:/\b(LEFT|RIGHT)\s+(OUTER\s+)?JOIN\b/},{begin:/\b(FETCH|MOVE)\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\b/},{begin:/\bPRESERVE\s+ROWS\b/},{begin:/\bDISCARD\s+PLANS\b/},{begin:/\bREFERENCING\s+(OLD|NEW)\b/},{begin:/\bSKIP\s+LOCKED\b/},{begin:/\bGROUPING\s+SETS\b/},{begin:/\b(BINARY|INSENSITIVE|SCROLL|NO\s+SCROLL)\s+(CURSOR|FOR)\b/},{begin:/\b(WITH|WITHOUT)\s+HOLD\b/},{begin:/\bWITH\s+(CASCADED|LOCAL)\s+CHECK\s+OPTION\b/},{begin:/\bEXCLUDE\s+(TIES|NO\s+OTHERS)\b/},{begin:/\bFORMAT\s+(TEXT|XML|JSON|YAML)\b/},{begin:/\bSET\s+((SESSION|LOCAL)\s+)?NAMES\b/},{begin:/\bIS\s+(NOT\s+)?UNKNOWN\b/},{begin:/\bSECURITY\s+LABEL\b/},{begin:/\bSTANDALONE\s+(YES|NO|NO\s+VALUE)\b/},{begin:/\bWITH\s+(NO\s+)?DATA\b/},{begin:/\b(FOREIGN|SET)\s+DATA\b/},{begin:/\bSET\s+(CATALOG|CONSTRAINTS)\b/},{begin:/\b(WITH|FOR)\s+ORDINALITY\b/},{begin:/\bIS\s+(NOT\s+)?DOCUMENT\b/},{begin:/\bXML\s+OPTION\s+(DOCUMENT|CONTENT)\b/},{begin:/\b(STRIP|PRESERVE)\s+WHITESPACE\b/},{begin:/\bNO\s+(ACTION|MAXVALUE|MINVALUE)\b/},{begin:/\bPARTITION\s+BY\s+(RANGE|LIST|HASH)\b/},{begin:/\bAT\s+TIME\s+ZONE\b/},{begin:/\bGRANTED\s+BY\b/},{begin:/\bRETURN\s+(QUERY|NEXT)\b/},{begin:/\b(ATTACH|DETACH)\s+PARTITION\b/},{begin:/\bFORCE\s+ROW\s+LEVEL\s+SECURITY\b/},{begin:/\b(INCLUDING|EXCLUDING)\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\b/},{begin:/\bAS\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\b/}]},{begin:/\b(FORMAT|FAMILY|VERSION)\s*\(/},{begin:/\bINCLUDE\s*\(/,keywords:"INCLUDE"},{begin:/\bRANGE(?!\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{begin:/\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\s*=/},{begin:/\b(PG_\w+?|HAS_[A-Z_]+_PRIVILEGE)\b/,relevance:10},{begin:/\bEXTRACT\s*\(/,end:/\bFROM\b/,returnEnd:!0,keywords:{type:"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR"}},{begin:/\b(XMLELEMENT|XMLPI)\s*\(\s*NAME/,keywords:{keyword:"NAME"}},{begin:/\b(XMLPARSE|XMLSERIALIZE)\s*\(\s*(DOCUMENT|CONTENT)/,keywords:{keyword:"DOCUMENT CONTENT"}},{beginKeywords:"CACHE INCREMENT MAXVALUE MINVALUE",end:e.C_NUMBER_RE,returnEnd:!0,keywords:"BY CACHE INCREMENT MAXVALUE MINVALUE"},{className:"type",begin:/\b(WITH|WITHOUT)\s+TIME\s+ZONE\b/},{className:"type",begin:/\bINTERVAL\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\s+TO\s+(MONTH|HOUR|MINUTE|SECOND))?\b/},{begin:/\bRETURNS\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\b/,keywords:{keyword:"RETURNS",type:"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER"}},{begin:"\\b("+a+")\\s*\\("},{begin:"\\.("+r+")\\b"},{begin:"\\b("+r+")\\s+PATH\\b",keywords:{keyword:"PATH",type:n.replace("PATH ","")}},{className:"type",begin:"\\b("+r+")\\b"},{className:"string",begin:"'",end:"'",contains:[{begin:"''"}]},{className:"string",begin:"(e|E|u&|U&)'",end:"'",contains:[{begin:"\\\\."}],relevance:10},{begin:"\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\$",endSameAsBegin:!0,contains:[{subLanguage:["pgsql","perl","python","tcl","r","lua","java","php","ruby","bash","scheme","xml","json"],endsWithParent:!0}]},{begin:'"',end:'"',contains:[{begin:'""'}]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,{className:"meta",variants:[{begin:"%(ROW)?TYPE",relevance:10},{begin:"\\$\\d+"},{begin:"^#\\w",end:"$"}]},{className:"symbol",begin:"<<\\s*[a-zA-Z_][a-zA-Z_0-9$]*\\s*>>",relevance:10}]}}},"../node_modules/highlight.js/lib/languages/php.js":function(e,t){e.exports=function(e){var t={begin:"\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*"},n={className:"meta",begin:/<\?(php)?|\?>/},r={className:"string",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},a={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["php","php3","php4","php5","php6","php7"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally",contains:[e.HASH_COMMENT_MODE,e.COMMENT("//","$",{contains:[n]}),e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:/<<<['"]?\w+['"]?$/,end:/^\w+;?$/,contains:[e.BACKSLASH_ESCAPE,{className:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]}]},n,{className:"keyword",begin:/\$this\b/},t,{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",t,e.C_BLOCK_COMMENT_MODE,r,a]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},r,a]}}},"../node_modules/highlight.js/lib/languages/plaintext.js":function(e,t){e.exports=function(e){return{disableAutodetect:!0}}},"../node_modules/highlight.js/lib/languages/pony.js":function(e,t){e.exports=function(e){var t={className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE]},n={className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE],relevance:0},r={className:"type",begin:"\\b_?[A-Z][\\w]*",relevance:0},a={begin:e.IDENT_RE+"'",relevance:0};return{keywords:{keyword:"actor addressof and as be break class compile_error compile_intrinsicconsume continue delegate digestof do else elseif embed end errorfor fun if ifdef in interface is isnt lambda let match new not objector primitive recover repeat return struct then trait try type until use var where while with xor",meta:"iso val tag trn box ref",literal:"this false true"},contains:[{className:"class",beginKeywords:"class actor",end:"$",contains:[e.TITLE_MODE,e.C_LINE_COMMENT_MODE]},{className:"function",beginKeywords:"new fun",end:"=>",contains:[e.TITLE_MODE,{begin:/\(/,end:/\)/,contains:[r,a,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},{begin:/:/,endsWithParent:!0,contains:[r]},e.C_LINE_COMMENT_MODE]},r,{className:"string",begin:'"""',end:'"""',relevance:10},t,n,a,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/powershell.js":function(e,t){e.exports=function(e){var t={begin:"`[\\s\\S]",relevance:0},n={className:"variable",variants:[{begin:/\$[\w\d][\w\d_:]*/}]},r={className:"string",variants:[{begin:/"/,end:/"/},{begin:/@"/,end:/^"@/}],contains:[t,n,{className:"variable",begin:/\$[A-z]/,end:/[^A-z]/}]},a=e.inherit(e.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[{className:"doctag",variants:[{begin:/\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\s+\S+/}]}]});return{aliases:["ps"],lexemes:/-?[A-z\.\-]+/,case_insensitive:!0,keywords:{keyword:"if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch",built_in:"Add-Computer Add-Content Add-History Add-JobTrigger Add-Member Add-PSSnapin Add-Type Checkpoint-Computer Clear-Content Clear-EventLog Clear-History Clear-Host Clear-Item Clear-ItemProperty Clear-Variable Compare-Object Complete-Transaction Connect-PSSession Connect-WSMan Convert-Path ConvertFrom-Csv ConvertFrom-Json ConvertFrom-SecureString ConvertFrom-StringData ConvertTo-Csv ConvertTo-Html ConvertTo-Json ConvertTo-SecureString ConvertTo-Xml Copy-Item Copy-ItemProperty Debug-Process Disable-ComputerRestore Disable-JobTrigger Disable-PSBreakpoint Disable-PSRemoting Disable-PSSessionConfiguration Disable-WSManCredSSP Disconnect-PSSession Disconnect-WSMan Disable-ScheduledJob Enable-ComputerRestore Enable-JobTrigger Enable-PSBreakpoint Enable-PSRemoting Enable-PSSessionConfiguration Enable-ScheduledJob Enable-WSManCredSSP Enter-PSSession Exit-PSSession Export-Alias Export-Clixml Export-Console Export-Counter Export-Csv Export-FormatData Export-ModuleMember Export-PSSession ForEach-Object Format-Custom Format-List Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command Get-ComputerRestorePoint Get-Content Get-ControlPanelItem Get-Counter Get-Credential Get-Culture Get-Date Get-Event Get-EventLog Get-EventSubscriber Get-ExecutionPolicy Get-FormatData Get-Host Get-HotFix Get-Help Get-History Get-IseSnippet Get-Item Get-ItemProperty Get-Job Get-JobTrigger Get-Location Get-Member Get-Module Get-PfxCertificate Get-Process Get-PSBreakpoint Get-PSCallStack Get-PSDrive Get-PSProvider Get-PSSession Get-PSSessionConfiguration Get-PSSnapin Get-Random Get-ScheduledJob Get-ScheduledJobOption Get-Service Get-TraceSource Get-Transaction Get-TypeData Get-UICulture Get-Unique Get-Variable Get-Verb Get-WinEvent Get-WmiObject Get-WSManCredSSP Get-WSManInstance Group-Object Import-Alias Import-Clixml Import-Counter Import-Csv Import-IseSnippet Import-LocalizedData Import-PSSession Import-Module Invoke-AsWorkflow Invoke-Command Invoke-Expression Invoke-History Invoke-Item Invoke-RestMethod Invoke-WebRequest Invoke-WmiMethod Invoke-WSManAction Join-Path Limit-EventLog Measure-Command Measure-Object Move-Item Move-ItemProperty New-Alias New-Event New-EventLog New-IseSnippet New-Item New-ItemProperty New-JobTrigger New-Object New-Module New-ModuleManifest New-PSDrive New-PSSession New-PSSessionConfigurationFile New-PSSessionOption New-PSTransportOption New-PSWorkflowExecutionOption New-PSWorkflowSession New-ScheduledJobOption New-Service New-TimeSpan New-Variable New-WebServiceProxy New-WinEvent New-WSManInstance New-WSManSessionOption Out-Default Out-File Out-GridView Out-Host Out-Null Out-Printer Out-String Pop-Location Push-Location Read-Host Receive-Job Register-EngineEvent Register-ObjectEvent Register-PSSessionConfiguration Register-ScheduledJob Register-WmiEvent Remove-Computer Remove-Event Remove-EventLog Remove-Item Remove-ItemProperty Remove-Job Remove-JobTrigger Remove-Module Remove-PSBreakpoint Remove-PSDrive Remove-PSSession Remove-PSSnapin Remove-TypeData Remove-Variable Remove-WmiObject Remove-WSManInstance Rename-Computer Rename-Item Rename-ItemProperty Reset-ComputerMachinePassword Resolve-Path Restart-Computer Restart-Service Restore-Computer Resume-Job Resume-Service Save-Help Select-Object Select-String Select-Xml Send-MailMessage Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-JobTrigger Set-Location Set-PSBreakpoint Set-PSDebug Set-PSSessionConfiguration Set-ScheduledJob Set-ScheduledJobOption Set-Service Set-StrictMode Set-TraceSource Set-Variable Set-WmiInstance Set-WSManInstance Set-WSManQuickConfig Show-Command Show-ControlPanelItem Show-EventLog Sort-Object Split-Path Start-Job Start-Process Start-Service Start-Sleep Start-Transaction Start-Transcript Stop-Computer Stop-Job Stop-Process Stop-Service Stop-Transcript Suspend-Job Suspend-Service Tee-Object Test-ComputerSecureChannel Test-Connection Test-ModuleManifest Test-Path Test-PSSessionConfigurationFile Trace-Command Unblock-File Undo-Transaction Unregister-Event Unregister-PSSessionConfiguration Unregister-ScheduledJob Update-FormatData Update-Help Update-List Update-TypeData Use-Transaction Wait-Event Wait-Job Wait-Process Where-Object Write-Debug Write-Error Write-EventLog Write-Host Write-Output Write-Progress Write-Verbose Write-Warning Add-MDTPersistentDrive Disable-MDTMonitorService Enable-MDTMonitorService Get-MDTDeploymentShareStatistics Get-MDTMonitorData Get-MDTOperatingSystemCatalog Get-MDTPersistentDrive Import-MDTApplication Import-MDTDriver Import-MDTOperatingSystem Import-MDTPackage Import-MDTTaskSequence New-MDTDatabase Remove-MDTMonitorData Remove-MDTPersistentDrive Restore-MDTPersistentDrive Set-MDTMonitorData Test-MDTDeploymentShare Test-MDTMonitorData Update-MDTDatabaseSchema Update-MDTDeploymentShare Update-MDTLinkedDS Update-MDTMedia Update-MDTMedia Add-VamtProductKey Export-VamtData Find-VamtManagedMachine Get-VamtConfirmationId Get-VamtProduct Get-VamtProductKey Import-VamtData Initialize-VamtData Install-VamtConfirmationId Install-VamtProductActivation Install-VamtProductKey Update-VamtProduct",nomarkup:"-ne -eq -lt -gt -ge -le -not -like -notlike -match -notmatch -contains -notcontains -in -notin -replace"},contains:[t,e.NUMBER_MODE,r,{className:"string",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},{className:"literal",begin:/\$(null|true|false)\b/},n,a]}}},"../node_modules/highlight.js/lib/languages/processing.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject Object StringDict StringList Table TableRow XML false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private",literal:"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI",title:"setup draw",built_in:"displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key keyCode pixels focused frameCount frameRate height width size createGraphics beginDraw createShape loadShape PShape arc ellipse line point quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour millis minute month second year background clear colorMode fill noFill noStroke stroke alpha blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/profile.js":function(e,t){e.exports=function(e){return{contains:[e.C_NUMBER_MODE,{begin:"[a-zA-Z_][\\da-zA-Z_]+\\.[\\da-zA-Z_]{1,3}",end:":",excludeEnd:!0},{begin:"(ncalls|tottime|cumtime)",end:"$",keywords:"ncalls tottime|10 cumtime|10 filename",relevance:10},{begin:"function calls",end:"$",contains:[e.C_NUMBER_MODE],relevance:10},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"\\(",end:"\\)$",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}},"../node_modules/highlight.js/lib/languages/prolog.js":function(e,t){e.exports=function(e){var t={begin:/\(/,end:/\)/,relevance:0},n={begin:/\[/,end:/\]/},r={className:"comment",begin:/%/,end:/$/,contains:[e.PHRASAL_WORDS_MODE]},a={className:"string",begin:/`/,end:/`/,contains:[e.BACKSLASH_ESCAPE]},i=[{begin:/[a-z][A-Za-z0-9_]*/,relevance:0},{className:"symbol",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},t,{begin:/:-/},n,r,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,a,{className:"string",begin:/0\'(\\\'|.)/},{className:"string",begin:/0\'\\s/},e.C_NUMBER_MODE];return t.contains=i,n.contains=i,{contains:i.concat([{begin:/\.$/}])}}},"../node_modules/highlight.js/lib/languages/properties.js":function(e,t){e.exports=function(e){var t="[ \\t\\f]*",n="("+t+"[:=]"+t+"|[ \\t\\f]+)",r="([^\\\\:= \\t\\f\\n]|\\\\.)+",a={end:n,relevance:0,starts:{className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\n"}]}};return{case_insensitive:!0,illegal:/\S/,contains:[e.COMMENT("^\\s*[!#]","$"),{begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+"+n,returnBegin:!0,contains:[{className:"attr",begin:"([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",endsParent:!0,relevance:0}],starts:a},{begin:r+n,returnBegin:!0,relevance:0,contains:[{className:"meta",begin:r,endsParent:!0,relevance:0}],starts:a},{className:"attr",relevance:0,begin:r+t+"$"}]}}},"../node_modules/highlight.js/lib/languages/protobuf.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"package import option optional required repeated group oneof",built_in:"double float int32 int64 uint32 uint64 sint32 sint64 fixed32 fixed64 sfixed32 sfixed64 bool string bytes",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,{className:"class",beginKeywords:"message enum service",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{className:"function",beginKeywords:"rpc",end:/;/,excludeEnd:!0,keywords:"rpc returns"},{begin:/^\s*[A-Z_]+/,end:/\s*=/,excludeEnd:!0}]}}},"../node_modules/highlight.js/lib/languages/puppet.js":function(e,t){e.exports=function(e){var t=e.COMMENT("#","$"),n=e.inherit(e.TITLE_MODE,{begin:"([A-Za-z_]|::)(\\w|::)*"}),r={className:"variable",begin:"\\$([A-Za-z_]|::)(\\w|::)*"},a={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/}]};return{aliases:["pp"],contains:[t,r,a,{beginKeywords:"class",end:"\\{|;",illegal:/=/,contains:[n,t]},{beginKeywords:"define",end:/\{/,contains:[{className:"section",begin:e.IDENT_RE,endsParent:!0}]},{begin:e.IDENT_RE+"\\s+\\{",returnBegin:!0,end:/\S/,contains:[{className:"keyword",begin:e.IDENT_RE},{begin:/\{/,end:/\}/,keywords:{keyword:"and case default else elsif false if in import enherits node or true undef unless main settings $string ",literal:"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted",built_in:"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version"},relevance:0,contains:[a,t,{begin:"[a-zA-Z_]+\\s*=>",returnBegin:!0,end:"=>",contains:[{className:"attr",begin:e.IDENT_RE}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},r]}],relevance:0}]}}},"../node_modules/highlight.js/lib/languages/purebasic.js":function(e,t){e.exports=function(e){return{aliases:["pb","pbi"],keywords:"And As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect Continue Data DataSection EndDataSection Debug DebugLevel Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndEnumeration EndIf EndImport EndInterface EndMacro EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration Extends FakeReturn For Next ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface Macro NewList Not Or ProcedureReturn Protected Prototype PrototypeC Read ReDim Repeat Until Restore Return Select Shared Static Step Structure StructureUnion Swap To Wend While With XIncludeFile XOr Procedure ProcedureC ProcedureCDLL ProcedureDLL Declare DeclareC DeclareCDLL DeclareDLL",contains:[e.COMMENT(";","$",{relevance:0}),{className:"function",begin:"\\b(Procedure|Declare)(C|CDLL|DLL)?\\b",end:"\\(",excludeEnd:!0,returnBegin:!0,contains:[{className:"keyword",begin:"(Procedure|Declare)(C|CDLL|DLL)?",excludeEnd:!0},{className:"type",begin:"\\.\\w*"},e.UNDERSCORE_TITLE_MODE]},{className:"string",begin:'(~)?"',end:'"',illegal:"\\n"},{className:"symbol",begin:"#[a-zA-Z_]\\w*\\$?"}]}}},"../node_modules/highlight.js/lib/languages/python.js":function(e,t){e.exports=function(e){var t={keyword:"and elif is global as in if from raise for except finally print import pass return exec else break not with class assert yield try while continue del or def lambda async await nonlocal|10 None True False",built_in:"Ellipsis NotImplemented"},n={className:"meta",begin:/^(>>>|\.\.\.) /},r={className:"subst",begin:/\{/,end:/\}/,keywords:t,illegal:/#/},a={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,n],relevance:10},{begin:/(u|b)?r?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,n],relevance:10},{begin:/(fr|rf|f)'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,n,r]},{begin:/(fr|rf|f)"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,n,r]},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)"/,end:/"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)"/,end:/"/},{begin:/(fr|rf|f)'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,r]},{begin:/(fr|rf|f)"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},i={className:"number",relevance:0,variants:[{begin:e.BINARY_NUMBER_RE+"[lLjJ]?"},{begin:"\\b(0o[0-7]+)[lLjJ]?"},{begin:e.C_NUMBER_RE+"[lLjJ]?"}]},o={className:"params",begin:/\(/,end:/\)/,contains:["self",n,i,a]};return r.contains=[a,i,n],{aliases:["py","gyp"],keywords:t,illegal:/(<\/|->|\?)|=>/,contains:[n,i,a,e.HASH_COMMENT_MODE,{variants:[{className:"function",beginKeywords:"def"},{className:"class",beginKeywords:"class"}],end:/:/,illegal:/[${=;\n,]/,contains:[e.UNDERSCORE_TITLE_MODE,o,{begin:/->/,endsWithParent:!0,keywords:"None"}]},{className:"meta",begin:/^[\t ]*@/,end:/$/},{begin:/\b(print|exec)\(/}]}}},"../node_modules/highlight.js/lib/languages/q.js":function(e,t){e.exports=function(e){return{aliases:["k","kdb"],keywords:{keyword:"do while select delete by update from",literal:"0b 1b",built_in:"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum",type:"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid"},lexemes:/(`?)[A-Za-z0-9_]+\b/,contains:[e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/qml.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_][a-zA-Z0-9\\._]*",n={className:"attribute",begin:"\\bid\\s*:",starts:{className:"string",end:t,returnEnd:!1}},r={begin:t+"\\s*:",returnBegin:!0,contains:[{className:"attribute",begin:t,end:"\\s*:",excludeEnd:!0,relevance:0}],relevance:0},a={begin:t+"\\s*{",end:"{",returnBegin:!0,relevance:0,contains:[e.inherit(e.TITLE_MODE,{begin:t})]};return{aliases:["qt"],case_insensitive:!1,keywords:{keyword:"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url variant vector2d vector3d vector4dPromise"},contains:[{className:"meta",begin:/^\s*['"]use (strict|asm)['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{begin:/</,end:/>\s*[);\]]/,relevance:0,subLanguage:"xml"}],relevance:0},{className:"keyword",begin:"\\bsignal\\b",starts:{className:"string",end:"(\\(|:|=|;|,|//|/\\*|$)",returnEnd:!0}},{className:"keyword",begin:"\\bproperty\\b",starts:{className:"string",end:"(:|=|;|,|//|/\\*|$)",returnEnd:!0}},{className:"function",beginKeywords:"function",end:/\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}],illegal:/\[|%/},{begin:"\\."+e.IDENT_RE,relevance:0},n,r,a],illegal:/#/}}},"../node_modules/highlight.js/lib/languages/r.js":function(e,t){e.exports=function(e){var t="([a-zA-Z]|\\.[a-zA-Z.])[a-zA-Z0-9._]*";return{contains:[e.HASH_COMMENT_MODE,{begin:t,lexemes:t,keywords:{keyword:"function if in break next repeat else for return switch while try tryCatch stop warning require library attach detach source setMethod setGeneric setGroupGeneric setClass ...",literal:"NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{begin:"`",end:"`",relevance:0},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'"',end:'"'},{begin:"'",end:"'"}]}]}}},"../node_modules/highlight.js/lib/languages/reasonml.js":function(e,t){e.exports=function(e){var t="~?[a-z$_][0-9a-zA-Z$_]*",n="`?[A-Z$_][0-9a-zA-Z$_]*",r="("+(["||","&&","++","**","+.","*","/","*.","/.","...","|>"].map((function(e){return e.split("").map((function(e){return"\\"+e})).join("")})).join("|")+"|==|===)"),a="\\s+"+r+"\\s+",i={keyword:"and as asr assert begin class constraint do done downto else end exception externalfor fun function functor if in include inherit initializerland lazy let lor lsl lsr lxor match method mod module mutable new nonrecobject of open or private rec sig struct then to try type val virtual when while with",built_in:"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit ",literal:"true false"},o="\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",s={className:"number",relevance:0,variants:[{begin:o},{begin:"\\(\\-"+o+"\\)"}]},l={className:"operator",relevance:0,begin:r},c=[{className:"identifier",relevance:0,begin:t},l,s],d=[e.QUOTE_STRING_MODE,l,{className:"module",begin:"\\b"+n,returnBegin:!0,end:".",contains:[{className:"identifier",begin:n,relevance:0}]}],u=[{className:"module",begin:"\\b"+n,returnBegin:!0,end:".",relevance:0,contains:[{className:"identifier",begin:n,relevance:0}]}],_={className:"function",relevance:0,keywords:i,variants:[{begin:"\\s(\\(\\.?.*?\\)|"+t+")\\s*=>",end:"\\s*=>",returnBegin:!0,relevance:0,contains:[{className:"params",variants:[{begin:t},{begin:"~?[a-z$_][0-9a-zA-Z$_]*(s*:s*[a-z$_][0-9a-z$_]*((s*('?[a-z$_][0-9a-z$_]*s*(,'?[a-z$_][0-9a-z$_]*)*)?s*))?)?(s*:s*[a-z$_][0-9a-z$_]*((s*('?[a-z$_][0-9a-z$_]*s*(,'?[a-z$_][0-9a-z$_]*)*)?s*))?)?"},{begin:/\(\s*\)/}]}]},{begin:"\\s\\(\\.?[^;\\|]*\\)\\s*=>",end:"\\s=>",returnBegin:!0,relevance:0,contains:[{className:"params",relevance:0,variants:[{begin:t,end:"(,|\\n|\\))",relevance:0,contains:[l,{className:"typing",begin:":",end:"(,|\\n)",returnBegin:!0,relevance:0,contains:u}]}]}]},{begin:"\\(\\.\\s"+t+"\\)\\s*=>"}]};d.push(_);var p={className:"constructor",begin:n+"\\(",end:"\\)",illegal:"\\n",keywords:i,contains:[e.QUOTE_STRING_MODE,l,{className:"params",begin:"\\b"+t}]},m={className:"pattern-match",begin:"\\|",returnBegin:!0,keywords:i,end:"=>",relevance:0,contains:[p,l,{relevance:0,className:"constructor",begin:n}]},g={className:"module-access",keywords:i,returnBegin:!0,variants:[{begin:"\\b("+n+"\\.)+"+t},{begin:"\\b("+n+"\\.)+\\(",end:"\\)",returnBegin:!0,contains:[_,{begin:"\\(",end:"\\)",skip:!0}].concat(d)},{begin:"\\b("+n+"\\.)+{",end:"}"}],contains:d};return u.push(g),{aliases:["re"],keywords:i,illegal:"(:\\-|:=|\\${|\\+=)",contains:[e.COMMENT("/\\*","\\*/",{illegal:"^(\\#,\\/\\/)"}),{className:"character",begin:"'(\\\\[^']+|[^'])'",illegal:"\\n",relevance:0},e.QUOTE_STRING_MODE,{className:"literal",begin:"\\(\\)",relevance:0},{className:"literal",begin:"\\[\\|",end:"\\|\\]",relevance:0,contains:c},{className:"literal",begin:"\\[",end:"\\]",relevance:0,contains:c},p,{className:"operator",begin:a,illegal:"\\-\\->",relevance:0},s,e.C_LINE_COMMENT_MODE,m,_,{className:"module-def",begin:"\\bmodule\\s+"+t+"\\s+"+n+"\\s+=\\s+{",end:"}",returnBegin:!0,keywords:i,relevance:0,contains:[{className:"module",relevance:0,begin:n},{begin:"{",end:"}",skip:!0}].concat(d)},g]}}},"../node_modules/highlight.js/lib/languages/rib.js":function(e,t){e.exports=function(e){return{keywords:"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd",illegal:"</",contains:[e.HASH_COMMENT_MODE,e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}}},"../node_modules/highlight.js/lib/languages/roboconf.js":function(e,t){e.exports=function(e){var t={className:"attribute",begin:/[a-zA-Z-_]+/,end:/\s*:/,excludeEnd:!0,starts:{end:";",relevance:0,contains:[{className:"variable",begin:/\.[a-zA-Z-_]+/},{className:"keyword",begin:/\(optional\)/}]}};return{aliases:["graph","instances"],case_insensitive:!0,keywords:"import",contains:[{begin:"^facet [a-zA-Z-_][^\\n{]+\\{",end:"}",keywords:"facet",contains:[t,e.HASH_COMMENT_MODE]},{begin:"^\\s*instance of [a-zA-Z-_][^\\n{]+\\{",end:"}",keywords:"name count channels instance-data instance-state instance of",illegal:/\S/,contains:["self",t,e.HASH_COMMENT_MODE]},{begin:"^[a-zA-Z-_][^\\n{]+\\{",end:"}",contains:[t,e.HASH_COMMENT_MODE]},e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/routeros.js":function(e,t){e.exports=function(e){var t="foreach do while for if from to step else on-error and or not in",n="true false yes no nothing nil null",r={className:"variable",variants:[{begin:/\$[\w\d#@][\w\d_]*/},{begin:/\$\{(.*?)}/}]},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,r,{className:"variable",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]}]},i={className:"string",begin:/'/,end:/'/};return{aliases:["routeros","mikrotik"],case_insensitive:!0,lexemes:/:?[\w-]+/,keywords:{literal:n,keyword:t+" :"+t.split(" ").join(" :")+" :"+"global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime".split(" ").join(" :")},contains:[{variants:[{begin:/^@/,end:/$/},{begin:/\/\*/,end:/\*\//},{begin:/%%/,end:/$/},{begin:/^'/,end:/$/},{begin:/^\s*\/[\w-]+=/,end:/$/},{begin:/\/\//,end:/$/},{begin:/^\[\</,end:/\>\]$/},{begin:/<\//,end:/>/},{begin:/^facet /,end:/\}/},{begin:"^1\\.\\.(\\d+)$",end:/$/}],illegal:/./},e.COMMENT("^#","$"),a,i,r,{begin:/[\w-]+\=([^\s\{\}\[\]\(\)]+)/,relevance:0,returnBegin:!0,contains:[{className:"attribute",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[a,i,r,{className:"literal",begin:"\\b("+n.split(" ").join("|")+")\\b"},{begin:/("[^"]*"|[^\s\{\}\[\]]+)/}]}]},{className:"number",begin:/\*[0-9a-fA-F]+/},{begin:"\\b("+"add remove enable disable set get print export edit find run debug error info warning".split(" ").join("|")+")([\\s[(]|])",returnBegin:!0,contains:[{className:"builtin-name",begin:/\w+/}]},{className:"built_in",variants:[{begin:"(\\.\\./|/|\\s)(("+"traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firewall firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw".split(" ").join("|")+");?\\s)+",relevance:10},{begin:/\.\./}]}]}}},"../node_modules/highlight.js/lib/languages/rsl.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"float color point normal vector matrix while for if do return else break extern continue",built_in:"abs acos ambient area asin atan atmosphere attribute calculatenormal ceil cellnoise clamp comp concat cos degrees depth Deriv diffuse distance Du Dv environment exp faceforward filterstep floor format fresnel incident length lightsource log match max min mod noise normalize ntransform opposite option phong pnoise pow printf ptlined radians random reflect refract renderinfo round setcomp setxcomp setycomp setzcomp shadow sign sin smoothstep specular specularbrdf spline sqrt step tan texture textureinfo trace transform vtransform xcomp ycomp zcomp"},illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$"},{className:"class",beginKeywords:"surface displacement light volume imager",end:"\\("},{beginKeywords:"illuminate illuminance gather",end:"\\("}]}}},"../node_modules/highlight.js/lib/languages/ruby.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_]\\w*[!?=]?|[-+~]\\@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?",n={keyword:"and then defined module in return redo if BEGIN retry end for self when next until do begin unless END rescue else break undef not super class case require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor",literal:"true false nil"},r={className:"doctag",begin:"@[A-Za-z]+"},a={begin:"#<",end:">"},i=[e.COMMENT("#","$",{contains:[r]}),e.COMMENT("^\\=begin","^\\=end",{contains:[r],relevance:10}),e.COMMENT("^__END__","\\n$")],o={className:"subst",begin:"#\\{",end:"}",keywords:n},s={className:"string",contains:[e.BACKSLASH_ESCAPE,o],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:"%[qQwWx]?\\(",end:"\\)"},{begin:"%[qQwWx]?\\[",end:"\\]"},{begin:"%[qQwWx]?{",end:"}"},{begin:"%[qQwWx]?<",end:">"},{begin:"%[qQwWx]?/",end:"/"},{begin:"%[qQwWx]?%",end:"%"},{begin:"%[qQwWx]?-",end:"-"},{begin:"%[qQwWx]?\\|",end:"\\|"},{begin:/\B\?(\\\d{1,3}|\\x[A-Fa-f0-9]{1,2}|\\u[A-Fa-f0-9]{4}|\\?\S)\b/},{begin:/<<(-?)\w+$/,end:/^\s*\w+$/}]},l={className:"params",begin:"\\(",end:"\\)",endsParent:!0,keywords:n},c=[s,a,{className:"class",beginKeywords:"class module",end:"$|;",illegal:/=/,contains:[e.inherit(e.TITLE_MODE,{begin:"[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?"}),{begin:"<\\s*",contains:[{begin:"("+e.IDENT_RE+"::)?"+e.IDENT_RE}]}].concat(i)},{className:"function",beginKeywords:"def",end:"$|;",contains:[e.inherit(e.TITLE_MODE,{begin:t}),l].concat(i)},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(\\!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[s,{begin:t}],relevance:0},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\$\\W)|((\\$|\\@\\@?)(\\w+))"},{className:"params",begin:/\|/,end:/\|/,keywords:n},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[a,{className:"regexp",contains:[e.BACKSLASH_ESCAPE,o],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:"%r{",end:"}[a-z]*"},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(i),relevance:0}].concat(i);o.contains=c,l.contains=c;var d=[{begin:/^\s*=>/,starts:{end:"$",contains:c}},{className:"meta",begin:"^([>?]>|[\\w#]+\\(\\w+\\):\\d+:\\d+>|(\\w+-)?\\d+\\.\\d+\\.\\d(p\\d+)?[^>]+>)",starts:{end:"$",contains:c}}];return{aliases:["rb","gemspec","podspec","thor","irb"],keywords:n,illegal:/\/\*/,contains:i.concat(d).concat(c)}}},"../node_modules/highlight.js/lib/languages/ruleslanguage.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING",built_in:"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"literal",variants:[{begin:"#\\s+[a-zA-Z\\ \\.]*",relevance:0},{begin:"#[a-zA-Z\\ \\.]+"}]}]}}},"../node_modules/highlight.js/lib/languages/rust.js":function(e,t){e.exports=function(e){var t="([ui](8|16|32|64|128|size)|f(32|64))?",n="drop i8 i16 i32 i64 i128 isize u8 u16 u32 u64 u128 usize f32 f64 str char bool Box Option Result String Vec Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator Extend IntoIterator DoubleEndedIterator ExactSizeIterator SliceConcatExt ToString assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! debug_assert! debug_assert_eq! env! panic! file! format! format_args! include_bin! include_str! line! local_data_key! module_path! option_env! print! println! select! stringify! try! unimplemented! unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!";return{aliases:["rs"],keywords:{keyword:"alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self Self sizeof static struct super trait true type typeof unsafe unsized use virtual while where yield move default",literal:"true false Some None Ok Err",built_in:n},lexemes:e.IDENT_RE+"!?",illegal:"</",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:["self"]}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{className:"string",variants:[{begin:/r(#*)"(.|\n)*?"\1(?!#)/},{begin:/b?'\\?(x\w{2}|u\w{4}|U\w{8}|.)'/}]},{className:"symbol",begin:/'[a-zA-Z_][a-zA-Z0-9_]*/},{className:"number",variants:[{begin:"\\b0b([01_]+)"+t},{begin:"\\b0o([0-7_]+)"+t},{begin:"\\b0x([A-Fa-f0-9_]+)"+t},{begin:"\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)"+t}],relevance:0},{className:"function",beginKeywords:"fn",end:"(\\(|<)",excludeEnd:!0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:"meta",begin:"#\\!?\\[",end:"\\]",contains:[{className:"meta-string",begin:/"/,end:/"/}]},{className:"class",beginKeywords:"type",end:";",contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{endsParent:!0})],illegal:"\\S"},{className:"class",beginKeywords:"trait enum struct union",end:"{",contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{endsParent:!0})],illegal:"[\\w\\d]"},{begin:e.IDENT_RE+"::",keywords:{built_in:n}},{begin:"->"}]}}},"../node_modules/highlight.js/lib/languages/sas.js":function(e,t){e.exports=function(e){return{aliases:["sas","SAS"],case_insensitive:!0,keywords:{literal:"null missing _all_ _automatic_ _character_ _infile_ _n_ _name_ _null_ _numeric_ _user_ _webout_",meta:"do if then else end until while abort array attrib by call cards cards4 catname continue datalines datalines4 delete delim delimiter display dm drop endsas error file filename footnote format goto in infile informat input keep label leave length libname link list lostcard merge missing modify options output out page put redirect remove rename replace retain return select set skip startsas stop title update waitsas where window x systask add and alter as cascade check create delete describe distinct drop foreign from group having index insert into in key like message modify msgtype not null on or order primary references reset restrict select set table unique update validate view where"},contains:[{className:"keyword",begin:/^\s*(proc [\w\d_]+|data|run|quit)[\s\;]/},{className:"variable",begin:/\&[a-zA-Z_\&][a-zA-Z0-9_]*\.?/},{className:"emphasis",begin:/^\s*datalines|cards.*;/,end:/^\s*;\s*$/},{className:"built_in",begin:"%(bquote|nrbquote|cmpres|qcmpres|compstor|datatyp|display|do|else|end|eval|global|goto|if|index|input|keydef|label|left|length|let|local|lowcase|macro|mend|nrbquote|nrquote|nrstr|put|qcmpres|qleft|qlowcase|qscan|qsubstr|qsysfunc|qtrim|quote|qupcase|scan|str|substr|superq|syscall|sysevalf|sysexec|sysfunc|sysget|syslput|sysprod|sysrc|sysrput|then|to|trim|unquote|until|upcase|verify|while|window)"},{className:"name",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:"meta",begin:"[^%](abs|addr|airy|arcos|arsin|atan|attrc|attrn|band|betainv|blshift|bnot|bor|brshift|bxor|byte|cdf|ceil|cexist|cinv|close|cnonct|collate|compbl|compound|compress|cos|cosh|css|curobs|cv|daccdb|daccdbsl|daccsl|daccsyd|dacctab|dairy|date|datejul|datepart|datetime|day|dclose|depdb|depdbsl|depdbsl|depsl|depsl|depsyd|depsyd|deptab|deptab|dequote|dhms|dif|digamma|dim|dinfo|dnum|dopen|doptname|doptnum|dread|dropnote|dsname|erf|erfc|exist|exp|fappend|fclose|fcol|fdelete|fetch|fetchobs|fexist|fget|fileexist|filename|fileref|finfo|finv|fipname|fipnamel|fipstate|floor|fnonct|fnote|fopen|foptname|foptnum|fpoint|fpos|fput|fread|frewind|frlen|fsep|fuzz|fwrite|gaminv|gamma|getoption|getvarc|getvarn|hbound|hms|hosthelp|hour|ibessel|index|indexc|indexw|input|inputc|inputn|int|intck|intnx|intrr|irr|jbessel|juldate|kurtosis|lag|lbound|left|length|lgamma|libname|libref|log|log10|log2|logpdf|logpmf|logsdf|lowcase|max|mdy|mean|min|minute|mod|month|mopen|mort|n|netpv|nmiss|normal|note|npv|open|ordinal|pathname|pdf|peek|peekc|pmf|point|poisson|poke|probbeta|probbnml|probchi|probf|probgam|probhypr|probit|probnegb|probnorm|probt|put|putc|putn|qtr|quote|ranbin|rancau|ranexp|rangam|range|rank|rannor|ranpoi|rantbl|rantri|ranuni|repeat|resolve|reverse|rewind|right|round|saving|scan|sdf|second|sign|sin|sinh|skewness|soundex|spedis|sqrt|std|stderr|stfips|stname|stnamel|substr|sum|symget|sysget|sysmsg|sysprod|sysrc|system|tan|tanh|time|timepart|tinv|tnonct|today|translate|tranwrd|trigamma|trim|trimn|trunc|uniform|upcase|uss|var|varfmt|varinfmt|varlabel|varlen|varname|varnum|varray|varrayx|vartype|verify|vformat|vformatd|vformatdx|vformatn|vformatnx|vformatw|vformatwx|vformatx|vinarray|vinarrayx|vinformat|vinformatd|vinformatdx|vinformatn|vinformatnx|vinformatw|vinformatwx|vinformatx|vlabel|vlabelx|vlength|vlengthx|vname|vnamex|vtype|vtypex|weekday|year|yyq|zipfips|zipname|zipnamel|zipstate)[(]"},{className:"string",variants:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},e.COMMENT("\\*",";"),e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/scala.js":function(e,t){e.exports=function(e){var t={className:"subst",variants:[{begin:"\\$[A-Za-z0-9_]+"},{begin:"\\${",end:"}"}]},n={className:"string",variants:[{begin:'"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:'"""',end:'"""',relevance:10},{begin:'[a-z]+"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE,t]},{className:"string",begin:'[a-z]+"""',end:'"""',contains:[t],relevance:10}]},r={className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},a={className:"title",begin:/[^0-9\n\t "'(),.`{}\[\]:;][^\n\t "'(),.`{}\[\]:;]+|[^0-9\n\t "'(),.`{}\[\]:;=]/,relevance:0},i={className:"class",beginKeywords:"class object trait type",end:/[:={\[\n;]/,excludeEnd:!0,contains:[{beginKeywords:"extends with",relevance:10},{begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[r]},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[r]},a]},o={className:"function",beginKeywords:"def",end:/[:={\[(\n;]/,excludeEnd:!0,contains:[a]};return{keywords:{literal:"true false null",keyword:"type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"symbol",begin:"'\\w[\\w\\d_]*(?!')"},r,o,i,e.C_NUMBER_MODE,{className:"meta",begin:"@[A-Za-z]+"}]}}},"../node_modules/highlight.js/lib/languages/scheme.js":function(e,t){e.exports=function(e){var t="[^\\(\\)\\[\\]\\{\\}\",'`;#|\\\\\\s]+",n={className:"literal",begin:"(#t|#f|#\\\\"+t+"|#\\\\.)"},r={className:"number",variants:[{begin:"(\\-|\\+)?\\d+([./]\\d+)?",relevance:0},{begin:"(\\-|\\+)?\\d+([./]\\d+)?[+\\-](\\-|\\+)?\\d+([./]\\d+)?i",relevance:0},{begin:"#b[0-1]+(/[0-1]+)?"},{begin:"#o[0-7]+(/[0-7]+)?"},{begin:"#x[0-9a-f]+(/[0-9a-f]+)?"}]},a=e.QUOTE_STRING_MODE,i=[e.COMMENT(";","$",{relevance:0}),e.COMMENT("#\\|","\\|#")],o={begin:t,relevance:0},s={className:"symbol",begin:"'"+t},l={endsWithParent:!0,relevance:0},c={variants:[{begin:/'/},{begin:"`"}],contains:[{begin:"\\(",end:"\\)",contains:["self",n,a,r,o,s]}]},d={className:"name",begin:t,lexemes:t,keywords:{"builtin-name":"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char<? char=? char>=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci<? string-ci=? string-ci>=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string<? string=? string>=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?"}},u={variants:[{begin:"\\(",end:"\\)"},{begin:"\\[",end:"\\]"}],contains:[{begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[d,{begin:/\(/,end:/\)/,endsParent:!0,contains:[o]}]},d,l]};return l.contains=[n,r,a,o,s,c,u].concat(i),{illegal:/\S/,contains:[{className:"meta",begin:"^#!",end:"$"},r,a,s,c,u].concat(i)}}},"../node_modules/highlight.js/lib/languages/scilab.js":function(e,t){e.exports=function(e){var t=[e.C_NUMBER_MODE,{className:"string",begin:"'|\"",end:"'|\"",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]}];return{aliases:["sci"],lexemes:/%?\w+/,keywords:{keyword:"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while",literal:"%f %F %t %T %pi %eps %inf %nan %e %i %z %s",built_in:"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix"},illegal:'("|#|/\\*|\\s+/\\w+)',contains:[{className:"function",beginKeywords:"function",end:"$",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{begin:"[a-zA-Z_][a-zA-Z_0-9]*('+[\\.']*|[\\.']+)",end:"",relevance:0},{begin:"\\[",end:"\\]'*[\\.']*",relevance:0,contains:t},e.COMMENT("//","$")].concat(t)}}},"../node_modules/highlight.js/lib/languages/scss.js":function(e,t){e.exports=function(e){var t={className:"variable",begin:"(\\$[a-zA-Z-][a-zA-Z0-9_-]*)\\b"},n={className:"number",begin:"#[0-9A-Fa-f]+"};e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_BLOCK_COMMENT_MODE;return{case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"selector-id",begin:"\\#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},{className:"selector-attr",begin:"\\[",end:"\\]",illegal:"$"},{className:"selector-tag",begin:"\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\b",relevance:0},{begin:":(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)"},{begin:"::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)"},t,{className:"attribute",begin:"\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\b",illegal:"[^\\s]"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:":",end:";",contains:[t,n,e.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:"meta",begin:"!important"}]},{begin:"@",end:"[{;]",keywords:"mixin include extend for if else each while charset import debug media page content font-face namespace warn",contains:[t,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,n,e.CSS_NUMBER_MODE,{begin:"\\s[A-Za-z0-9_.-]+",relevance:0}]}]}}},"../node_modules/highlight.js/lib/languages/shell.js":function(e,t){e.exports=function(e){return{aliases:["console"],contains:[{className:"meta",begin:"^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]",starts:{end:"$",subLanguage:"bash"}}]}}},"../node_modules/highlight.js/lib/languages/smali.js":function(e,t){e.exports=function(e){var t=["add","and","cmp","cmpg","cmpl","const","div","double","float","goto","if","int","long","move","mul","neg","new","nop","not","or","rem","return","shl","shr","sput","sub","throw","ushr","xor"];return{aliases:["smali"],contains:[{className:"string",begin:'"',end:'"',relevance:0},e.COMMENT("#","$",{relevance:0}),{className:"keyword",variants:[{begin:"\\s*\\.end\\s[a-zA-Z0-9]*"},{begin:"^[ ]*\\.[a-zA-Z]*",relevance:0},{begin:"\\s:[a-zA-Z_0-9]*",relevance:0},{begin:"\\s("+["transient","constructor","abstract","final","synthetic","public","private","protected","static","bridge","system"].join("|")+")"}]},{className:"built_in",variants:[{begin:"\\s("+t.join("|")+")\\s"},{begin:"\\s("+t.join("|")+")((\\-|/)[a-zA-Z0-9]+)+\\s",relevance:10},{begin:"\\s("+["aget","aput","array","check","execute","fill","filled","goto/16","goto/32","iget","instance","invoke","iput","monitor","packed","sget","sparse"].join("|")+")((\\-|/)[a-zA-Z0-9]+)*\\s",relevance:10}]},{className:"class",begin:"L[^(;:\n]*;",relevance:0},{begin:"[vp][0-9]+"}]}}},"../node_modules/highlight.js/lib/languages/smalltalk.js":function(e,t){e.exports=function(e){var t={className:"string",begin:"\\$.{1}"},n={className:"symbol",begin:"#"+e.UNDERSCORE_IDENT_RE};return{aliases:["st"],keywords:"self super nil true false thisContext",contains:[e.COMMENT('"','"'),e.APOS_STRING_MODE,{className:"type",begin:"\\b[A-Z][A-Za-z0-9_]*",relevance:0},{begin:"[a-z][a-zA-Z0-9_]*:",relevance:0},e.C_NUMBER_MODE,n,t,{begin:"\\|[ ]*[a-z][a-zA-Z0-9_]*([ ]+[a-z][a-zA-Z0-9_]*)*[ ]*\\|",returnBegin:!0,end:/\|/,illegal:/\S/,contains:[{begin:"(\\|[ ]*)?[a-z][a-zA-Z0-9_]*"}]},{begin:"\\#\\(",end:"\\)",contains:[e.APOS_STRING_MODE,t,e.C_NUMBER_MODE,n]}]}}},"../node_modules/highlight.js/lib/languages/sml.js":function(e,t){e.exports=function(e){return{aliases:["ml"],keywords:{keyword:"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while",built_in:"array bool char exn int list option order real ref string substring vector unit word",literal:"true false NONE SOME LESS EQUAL GREATER nil"},illegal:/\/\/|>>/,lexemes:"[a-z_]\\w*!?",contains:[{className:"literal",begin:/\[(\|\|)?\]|\(\)/,relevance:0},e.COMMENT("\\(\\*","\\*\\)",{contains:["self"]}),{className:"symbol",begin:"'[A-Za-z_](?!')[\\w']*"},{className:"type",begin:"`[A-Z][\\w']*"},{className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},{begin:"[a-z_]\\w*'[\\w']*"},e.inherit(e.APOS_STRING_MODE,{className:"string",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"number",begin:"\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)",relevance:0},{begin:/[-=]>/}]}}},"../node_modules/highlight.js/lib/languages/sqf.js":function(e,t){e.exports=function(e){var t=e.getLanguage("cpp").exports;return{aliases:["sqf"],case_insensitive:!0,keywords:{keyword:"case catch default do else exit exitWith for forEach from if private switch then throw to try waitUntil while with",built_in:"abs accTime acos action actionIDs actionKeys actionKeysImages actionKeysNames actionKeysNamesArray actionName actionParams activateAddons activatedAddons activateKey add3DENConnection add3DENEventHandler add3DENLayer addAction addBackpack addBackpackCargo addBackpackCargoGlobal addBackpackGlobal addCamShake addCuratorAddons addCuratorCameraArea addCuratorEditableObjects addCuratorEditingArea addCuratorPoints addEditorObject addEventHandler addForce addGoggles addGroupIcon addHandgunItem addHeadgear addItem addItemCargo addItemCargoGlobal addItemPool addItemToBackpack addItemToUniform addItemToVest addLiveStats addMagazine addMagazineAmmoCargo addMagazineCargo addMagazineCargoGlobal addMagazineGlobal addMagazinePool addMagazines addMagazineTurret addMenu addMenuItem addMissionEventHandler addMPEventHandler addMusicEventHandler addOwnedMine addPlayerScores addPrimaryWeaponItem addPublicVariableEventHandler addRating addResources addScore addScoreSide addSecondaryWeaponItem addSwitchableUnit addTeamMember addToRemainsCollector addTorque addUniform addVehicle addVest addWaypoint addWeapon addWeaponCargo addWeaponCargoGlobal addWeaponGlobal addWeaponItem addWeaponPool addWeaponTurret admin agent agents AGLToASL aimedAtTarget aimPos airDensityRTD airplaneThrottle airportSide AISFinishHeal alive all3DENEntities allAirports allControls allCurators allCutLayers allDead allDeadMen allDisplays allGroups allMapMarkers allMines allMissionObjects allow3DMode allowCrewInImmobile allowCuratorLogicIgnoreAreas allowDamage allowDammage allowFileOperations allowFleeing allowGetIn allowSprint allPlayers allSimpleObjects allSites allTurrets allUnits allUnitsUAV allVariables ammo ammoOnPylon and animate animateBay animateDoor animatePylon animateSource animationNames animationPhase animationSourcePhase animationState append apply armoryPoints arrayIntersect asin ASLToAGL ASLToATL assert assignAsCargo assignAsCargoIndex assignAsCommander assignAsDriver assignAsGunner assignAsTurret assignCurator assignedCargo assignedCommander assignedDriver assignedGunner assignedItems assignedTarget assignedTeam assignedVehicle assignedVehicleRole assignItem assignTeam assignToAirport atan atan2 atg ATLToASL attachedObject attachedObjects attachedTo attachObject attachTo attackEnabled backpack backpackCargo backpackContainer backpackItems backpackMagazines backpackSpaceFor behaviour benchmark binocular boundingBox boundingBoxReal boundingCenter breakOut breakTo briefingName buildingExit buildingPos buttonAction buttonSetAction cadetMode call callExtension camCommand camCommit camCommitPrepared camCommitted camConstuctionSetParams camCreate camDestroy cameraEffect cameraEffectEnableHUD cameraInterest cameraOn cameraView campaignConfigFile camPreload camPreloaded camPrepareBank camPrepareDir camPrepareDive camPrepareFocus camPrepareFov camPrepareFovRange camPreparePos camPrepareRelPos camPrepareTarget camSetBank camSetDir camSetDive camSetFocus camSetFov camSetFovRange camSetPos camSetRelPos camSetTarget camTarget camUseNVG canAdd canAddItemToBackpack canAddItemToUniform canAddItemToVest cancelSimpleTaskDestination canFire canMove canSlingLoad canStand canSuspend canTriggerDynamicSimulation canUnloadInCombat canVehicleCargo captive captiveNum cbChecked cbSetChecked ceil channelEnabled cheatsEnabled checkAIFeature checkVisibility className clearAllItemsFromBackpack clearBackpackCargo clearBackpackCargoGlobal clearGroupIcons clearItemCargo clearItemCargoGlobal clearItemPool clearMagazineCargo clearMagazineCargoGlobal clearMagazinePool clearOverlay clearRadio clearWeaponCargo clearWeaponCargoGlobal clearWeaponPool clientOwner closeDialog closeDisplay closeOverlay collapseObjectTree collect3DENHistory collectiveRTD combatMode commandArtilleryFire commandChat commander commandFire commandFollow commandFSM commandGetOut commandingMenu commandMove commandRadio commandStop commandSuppressiveFire commandTarget commandWatch comment commitOverlay compile compileFinal completedFSM composeText configClasses configFile configHierarchy configName configProperties configSourceAddonList configSourceMod configSourceModList confirmSensorTarget connectTerminalToUAV controlsGroupCtrl copyFromClipboard copyToClipboard copyWaypoints cos count countEnemy countFriendly countSide countType countUnknown create3DENComposition create3DENEntity createAgent createCenter createDialog createDiaryLink createDiaryRecord createDiarySubject createDisplay createGearDialog createGroup createGuardedPoint createLocation createMarker createMarkerLocal createMenu createMine createMissionDisplay createMPCampaignDisplay createSimpleObject createSimpleTask createSite createSoundSource createTask createTeam createTrigger createUnit createVehicle createVehicleCrew createVehicleLocal crew ctAddHeader ctAddRow ctClear ctCurSel ctData ctFindHeaderRows ctFindRowHeader ctHeaderControls ctHeaderCount ctRemoveHeaders ctRemoveRows ctrlActivate ctrlAddEventHandler ctrlAngle ctrlAutoScrollDelay ctrlAutoScrollRewind ctrlAutoScrollSpeed ctrlChecked ctrlClassName ctrlCommit ctrlCommitted ctrlCreate ctrlDelete ctrlEnable ctrlEnabled ctrlFade ctrlHTMLLoaded ctrlIDC ctrlIDD ctrlMapAnimAdd ctrlMapAnimClear ctrlMapAnimCommit ctrlMapAnimDone ctrlMapCursor ctrlMapMouseOver ctrlMapScale ctrlMapScreenToWorld ctrlMapWorldToScreen ctrlModel ctrlModelDirAndUp ctrlModelScale ctrlParent ctrlParentControlsGroup ctrlPosition ctrlRemoveAllEventHandlers ctrlRemoveEventHandler ctrlScale ctrlSetActiveColor ctrlSetAngle ctrlSetAutoScrollDelay ctrlSetAutoScrollRewind ctrlSetAutoScrollSpeed ctrlSetBackgroundColor ctrlSetChecked ctrlSetEventHandler ctrlSetFade ctrlSetFocus ctrlSetFont ctrlSetFontH1 ctrlSetFontH1B ctrlSetFontH2 ctrlSetFontH2B ctrlSetFontH3 ctrlSetFontH3B ctrlSetFontH4 ctrlSetFontH4B ctrlSetFontH5 ctrlSetFontH5B ctrlSetFontH6 ctrlSetFontH6B ctrlSetFontHeight ctrlSetFontHeightH1 ctrlSetFontHeightH2 ctrlSetFontHeightH3 ctrlSetFontHeightH4 ctrlSetFontHeightH5 ctrlSetFontHeightH6 ctrlSetFontHeightSecondary ctrlSetFontP ctrlSetFontPB ctrlSetFontSecondary ctrlSetForegroundColor ctrlSetModel ctrlSetModelDirAndUp ctrlSetModelScale ctrlSetPixelPrecision ctrlSetPosition ctrlSetScale ctrlSetStructuredText ctrlSetText ctrlSetTextColor ctrlSetTooltip ctrlSetTooltipColorBox ctrlSetTooltipColorShade ctrlSetTooltipColorText ctrlShow ctrlShown ctrlText ctrlTextHeight ctrlTextWidth ctrlType ctrlVisible ctRowControls ctRowCount ctSetCurSel ctSetData ctSetHeaderTemplate ctSetRowTemplate ctSetValue ctValue curatorAddons curatorCamera curatorCameraArea curatorCameraAreaCeiling curatorCoef curatorEditableObjects curatorEditingArea curatorEditingAreaType curatorMouseOver curatorPoints curatorRegisteredObjects curatorSelected curatorWaypointCost current3DENOperation currentChannel currentCommand currentMagazine currentMagazineDetail currentMagazineDetailTurret currentMagazineTurret currentMuzzle currentNamespace currentTask currentTasks currentThrowable currentVisionMode currentWaypoint currentWeapon currentWeaponMode currentWeaponTurret currentZeroing cursorObject cursorTarget customChat customRadio cutFadeOut cutObj cutRsc cutText damage date dateToNumber daytime deActivateKey debriefingText debugFSM debugLog deg delete3DENEntities deleteAt deleteCenter deleteCollection deleteEditorObject deleteGroup deleteGroupWhenEmpty deleteIdentity deleteLocation deleteMarker deleteMarkerLocal deleteRange deleteResources deleteSite deleteStatus deleteTeam deleteVehicle deleteVehicleCrew deleteWaypoint detach detectedMines diag_activeMissionFSMs diag_activeScripts diag_activeSQFScripts diag_activeSQSScripts diag_captureFrame diag_captureFrameToFile diag_captureSlowFrame diag_codePerformance diag_drawMode diag_enable diag_enabled diag_fps diag_fpsMin diag_frameNo diag_lightNewLoad diag_list diag_log diag_logSlowFrame diag_mergeConfigFile diag_recordTurretLimits diag_setLightNew diag_tickTime diag_toggle dialog diarySubjectExists didJIP didJIPOwner difficulty difficultyEnabled difficultyEnabledRTD difficultyOption direction directSay disableAI disableCollisionWith disableConversation disableDebriefingStats disableMapIndicators disableNVGEquipment disableRemoteSensors disableSerialization disableTIEquipment disableUAVConnectability disableUserInput displayAddEventHandler displayCtrl displayParent displayRemoveAllEventHandlers displayRemoveEventHandler displaySetEventHandler dissolveTeam distance distance2D distanceSqr distributionRegion do3DENAction doArtilleryFire doFire doFollow doFSM doGetOut doMove doorPhase doStop doSuppressiveFire doTarget doWatch drawArrow drawEllipse drawIcon drawIcon3D drawLine drawLine3D drawLink drawLocation drawPolygon drawRectangle drawTriangle driver drop dynamicSimulationDistance dynamicSimulationDistanceCoef dynamicSimulationEnabled dynamicSimulationSystemEnabled echo edit3DENMissionAttributes editObject editorSetEventHandler effectiveCommander emptyPositions enableAI enableAIFeature enableAimPrecision enableAttack enableAudioFeature enableAutoStartUpRTD enableAutoTrimRTD enableCamShake enableCaustics enableChannel enableCollisionWith enableCopilot enableDebriefingStats enableDiagLegend enableDynamicSimulation enableDynamicSimulationSystem enableEndDialog enableEngineArtillery enableEnvironment enableFatigue enableGunLights enableInfoPanelComponent enableIRLasers enableMimics enablePersonTurret enableRadio enableReload enableRopeAttach enableSatNormalOnDetail enableSaving enableSentences enableSimulation enableSimulationGlobal enableStamina enableTeamSwitch enableTraffic enableUAVConnectability enableUAVWaypoints enableVehicleCargo enableVehicleSensor enableWeaponDisassembly endLoadingScreen endMission engineOn enginesIsOnRTD enginesRpmRTD enginesTorqueRTD entities environmentEnabled estimatedEndServerTime estimatedTimeLeft evalObjectArgument everyBackpack everyContainer exec execEditorScript execFSM execVM exp expectedDestination exportJIPMessages eyeDirection eyePos face faction fadeMusic fadeRadio fadeSound fadeSpeech failMission fillWeaponsFromPool find findCover findDisplay findEditorObject findEmptyPosition findEmptyPositionReady findIf findNearestEnemy finishMissionInit finite fire fireAtTarget firstBackpack flag flagAnimationPhase flagOwner flagSide flagTexture fleeing floor flyInHeight flyInHeightASL fog fogForecast fogParams forceAddUniform forcedMap forceEnd forceFlagTexture forceFollowRoad forceMap forceRespawn forceSpeed forceWalk forceWeaponFire forceWeatherChange forEachMember forEachMemberAgent forEachMemberTeam forgetTarget format formation formationDirection formationLeader formationMembers formationPosition formationTask formatText formLeader freeLook fromEditor fuel fullCrew gearIDCAmmoCount gearSlotAmmoCount gearSlotData get3DENActionState get3DENAttribute get3DENCamera get3DENConnections get3DENEntity get3DENEntityID get3DENGrid get3DENIconsVisible get3DENLayerEntities get3DENLinesVisible get3DENMissionAttribute get3DENMouseOver get3DENSelected getAimingCoef getAllEnvSoundControllers getAllHitPointsDamage getAllOwnedMines getAllSoundControllers getAmmoCargo getAnimAimPrecision getAnimSpeedCoef getArray getArtilleryAmmo getArtilleryComputerSettings getArtilleryETA getAssignedCuratorLogic getAssignedCuratorUnit getBackpackCargo getBleedingRemaining getBurningValue getCameraViewDirection getCargoIndex getCenterOfMass getClientState getClientStateNumber getCompatiblePylonMagazines getConnectedUAV getContainerMaxLoad getCursorObjectParams getCustomAimCoef getDammage getDescription getDir getDirVisual getDLCAssetsUsage getDLCAssetsUsageByName getDLCs getEditorCamera getEditorMode getEditorObjectScope getElevationOffset getEnvSoundController getFatigue getForcedFlagTexture getFriend getFSMVariable getFuelCargo getGroupIcon getGroupIconParams getGroupIcons getHideFrom getHit getHitIndex getHitPointDamage getItemCargo getMagazineCargo getMarkerColor getMarkerPos getMarkerSize getMarkerType getMass getMissionConfig getMissionConfigValue getMissionDLCs getMissionLayerEntities getModelInfo getMousePosition getMusicPlayedTime getNumber getObjectArgument getObjectChildren getObjectDLC getObjectMaterials getObjectProxy getObjectTextures getObjectType getObjectViewDistance getOxygenRemaining getPersonUsedDLCs getPilotCameraDirection getPilotCameraPosition getPilotCameraRotation getPilotCameraTarget getPlateNumber getPlayerChannel getPlayerScores getPlayerUID getPos getPosASL getPosASLVisual getPosASLW getPosATL getPosATLVisual getPosVisual getPosWorld getPylonMagazines getRelDir getRelPos getRemoteSensorsDisabled getRepairCargo getResolution getShadowDistance getShotParents getSlingLoad getSoundController getSoundControllerResult getSpeed getStamina getStatValue getSuppression getTerrainGrid getTerrainHeightASL getText getTotalDLCUsageTime getUnitLoadout getUnitTrait getUserMFDText getUserMFDvalue getVariable getVehicleCargo getWeaponCargo getWeaponSway getWingsOrientationRTD getWingsPositionRTD getWPPos glanceAt globalChat globalRadio goggles goto group groupChat groupFromNetId groupIconSelectable groupIconsVisible groupId groupOwner groupRadio groupSelectedUnits groupSelectUnit gunner gusts halt handgunItems handgunMagazine handgunWeapon handsHit hasInterface hasPilotCamera hasWeapon hcAllGroups hcGroupParams hcLeader hcRemoveAllGroups hcRemoveGroup hcSelected hcSelectGroup hcSetGroup hcShowBar hcShownBar headgear hideBody hideObject hideObjectGlobal hideSelection hint hintC hintCadet hintSilent hmd hostMission htmlLoad HUDMovementLevels humidity image importAllGroups importance in inArea inAreaArray incapacitatedState inflame inflamed infoPanel infoPanelComponentEnabled infoPanelComponents infoPanels inGameUISetEventHandler inheritsFrom initAmbientLife inPolygon inputAction inRangeOfArtillery insertEditorObject intersect is3DEN is3DENMultiplayer isAbleToBreathe isAgent isArray isAutoHoverOn isAutonomous isAutotest isBleeding isBurning isClass isCollisionLightOn isCopilotEnabled isDamageAllowed isDedicated isDLCAvailable isEngineOn isEqualTo isEqualType isEqualTypeAll isEqualTypeAny isEqualTypeArray isEqualTypeParams isFilePatchingEnabled isFlashlightOn isFlatEmpty isForcedWalk isFormationLeader isGroupDeletedWhenEmpty isHidden isInRemainsCollector isInstructorFigureEnabled isIRLaserOn isKeyActive isKindOf isLaserOn isLightOn isLocalized isManualFire isMarkedForCollection isMultiplayer isMultiplayerSolo isNil isNull isNumber isObjectHidden isObjectRTD isOnRoad isPipEnabled isPlayer isRealTime isRemoteExecuted isRemoteExecutedJIP isServer isShowing3DIcons isSimpleObject isSprintAllowed isStaminaEnabled isSteamMission isStreamFriendlyUIEnabled isText isTouchingGround isTurnedOut isTutHintsEnabled isUAVConnectable isUAVConnected isUIContext isUniformAllowed isVehicleCargo isVehicleRadarOn isVehicleSensorEnabled isWalking isWeaponDeployed isWeaponRested itemCargo items itemsWithMagazines join joinAs joinAsSilent joinSilent joinString kbAddDatabase kbAddDatabaseTargets kbAddTopic kbHasTopic kbReact kbRemoveTopic kbTell kbWasSaid keyImage keyName knowsAbout land landAt landResult language laserTarget lbAdd lbClear lbColor lbColorRight lbCurSel lbData lbDelete lbIsSelected lbPicture lbPictureRight lbSelection lbSetColor lbSetColorRight lbSetCurSel lbSetData lbSetPicture lbSetPictureColor lbSetPictureColorDisabled lbSetPictureColorSelected lbSetPictureRight lbSetPictureRightColor lbSetPictureRightColorDisabled lbSetPictureRightColorSelected lbSetSelectColor lbSetSelectColorRight lbSetSelected lbSetText lbSetTextRight lbSetTooltip lbSetValue lbSize lbSort lbSortByValue lbText lbTextRight lbValue leader leaderboardDeInit leaderboardGetRows leaderboardInit leaderboardRequestRowsFriends leaderboardsRequestUploadScore leaderboardsRequestUploadScoreKeepBest leaderboardState leaveVehicle libraryCredits libraryDisclaimers lifeState lightAttachObject lightDetachObject lightIsOn lightnings limitSpeed linearConversion lineIntersects lineIntersectsObjs lineIntersectsSurfaces lineIntersectsWith linkItem list listObjects listRemoteTargets listVehicleSensors ln lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData lnbSetPicture lnbSetText lnbSetValue lnbSize lnbSort lnbSortByValue lnbText lnbValue load loadAbs loadBackpack loadFile loadGame loadIdentity loadMagazine loadOverlay loadStatus loadUniform loadVest local localize locationPosition lock lockCameraTo lockCargo lockDriver locked lockedCargo lockedDriver lockedTurret lockIdentity lockTurret lockWP log logEntities logNetwork logNetworkTerminate lookAt lookAtPos magazineCargo magazines magazinesAllTurrets magazinesAmmo magazinesAmmoCargo magazinesAmmoFull magazinesDetail magazinesDetailBackpack magazinesDetailUniform magazinesDetailVest magazinesTurret magazineTurretAmmo mapAnimAdd mapAnimClear mapAnimCommit mapAnimDone mapCenterOnCamera mapGridPosition markAsFinishedOnSteam markerAlpha markerBrush markerColor markerDir markerPos markerShape markerSize markerText markerType max members menuAction menuAdd menuChecked menuClear menuCollapse menuData menuDelete menuEnable menuEnabled menuExpand menuHover menuPicture menuSetAction menuSetCheck menuSetData menuSetPicture menuSetValue menuShortcut menuShortcutText menuSize menuSort menuText menuURL menuValue min mineActive mineDetectedBy missionConfigFile missionDifficulty missionName missionNamespace missionStart missionVersion mod modelToWorld modelToWorldVisual modelToWorldVisualWorld modelToWorldWorld modParams moonIntensity moonPhase morale move move3DENCamera moveInAny moveInCargo moveInCommander moveInDriver moveInGunner moveInTurret moveObjectToEnd moveOut moveTime moveTo moveToCompleted moveToFailed musicVolume name nameSound nearEntities nearestBuilding nearestLocation nearestLocations nearestLocationWithDubbing nearestObject nearestObjects nearestTerrainObjects nearObjects nearObjectsReady nearRoads nearSupplies nearTargets needReload netId netObjNull newOverlay nextMenuItemIndex nextWeatherChange nMenuItems not numberOfEnginesRTD numberToDate objectCurators objectFromNetId objectParent objStatus onBriefingGroup onBriefingNotes onBriefingPlan onBriefingTeamSwitch onCommandModeChanged onDoubleClick onEachFrame onGroupIconClick onGroupIconOverEnter onGroupIconOverLeave onHCGroupSelectionChanged onMapSingleClick onPlayerConnected onPlayerDisconnected onPreloadFinished onPreloadStarted onShowNewObject onTeamSwitch openCuratorInterface openDLCPage openMap openSteamApp openYoutubeVideo or orderGetIn overcast overcastForecast owner param params parseNumber parseSimpleArray parseText parsingNamespace particlesQuality pickWeaponPool pitch pixelGrid pixelGridBase pixelGridNoUIScale pixelH pixelW playableSlotsNumber playableUnits playAction playActionNow player playerRespawnTime playerSide playersNumber playGesture playMission playMove playMoveNow playMusic playScriptedMission playSound playSound3D position positionCameraToWorld posScreenToWorld posWorldToScreen ppEffectAdjust ppEffectCommit ppEffectCommitted ppEffectCreate ppEffectDestroy ppEffectEnable ppEffectEnabled ppEffectForceInNVG precision preloadCamera preloadObject preloadSound preloadTitleObj preloadTitleRsc preprocessFile preprocessFileLineNumbers primaryWeapon primaryWeaponItems primaryWeaponMagazine priority processDiaryLink productVersion profileName profileNamespace profileNameSteam progressLoadingScreen progressPosition progressSetPosition publicVariable publicVariableClient publicVariableServer pushBack pushBackUnique putWeaponPool queryItemsPool queryMagazinePool queryWeaponPool rad radioChannelAdd radioChannelCreate radioChannelRemove radioChannelSetCallSign radioChannelSetLabel radioVolume rain rainbow random rank rankId rating rectangular registeredTasks registerTask reload reloadEnabled remoteControl remoteExec remoteExecCall remoteExecutedOwner remove3DENConnection remove3DENEventHandler remove3DENLayer removeAction removeAll3DENEventHandlers removeAllActions removeAllAssignedItems removeAllContainers removeAllCuratorAddons removeAllCuratorCameraAreas removeAllCuratorEditingAreas removeAllEventHandlers removeAllHandgunItems removeAllItems removeAllItemsWithMagazines removeAllMissionEventHandlers removeAllMPEventHandlers removeAllMusicEventHandlers removeAllOwnedMines removeAllPrimaryWeaponItems removeAllWeapons removeBackpack removeBackpackGlobal removeCuratorAddons removeCuratorCameraArea removeCuratorEditableObjects removeCuratorEditingArea removeDrawIcon removeDrawLinks removeEventHandler removeFromRemainsCollector removeGoggles removeGroupIcon removeHandgunItem removeHeadgear removeItem removeItemFromBackpack removeItemFromUniform removeItemFromVest removeItems removeMagazine removeMagazineGlobal removeMagazines removeMagazinesTurret removeMagazineTurret removeMenuItem removeMissionEventHandler removeMPEventHandler removeMusicEventHandler removeOwnedMine removePrimaryWeaponItem removeSecondaryWeaponItem removeSimpleTask removeSwitchableUnit removeTeamMember removeUniform removeVest removeWeapon removeWeaponAttachmentCargo removeWeaponCargo removeWeaponGlobal removeWeaponTurret reportRemoteTarget requiredVersion resetCamShake resetSubgroupDirection resize resources respawnVehicle restartEditorCamera reveal revealMine reverse reversedMouseY roadAt roadsConnectedTo roleDescription ropeAttachedObjects ropeAttachedTo ropeAttachEnabled ropeAttachTo ropeCreate ropeCut ropeDestroy ropeDetach ropeEndPosition ropeLength ropes ropeUnwind ropeUnwound rotorsForcesRTD rotorsRpmRTD round runInitScript safeZoneH safeZoneW safeZoneWAbs safeZoneX safeZoneXAbs safeZoneY save3DENInventory saveGame saveIdentity saveJoysticks saveOverlay saveProfileNamespace saveStatus saveVar savingEnabled say say2D say3D scopeName score scoreSide screenshot screenToWorld scriptDone scriptName scudState secondaryWeapon secondaryWeaponItems secondaryWeaponMagazine select selectBestPlaces selectDiarySubject selectedEditorObjects selectEditorObject selectionNames selectionPosition selectLeader selectMax selectMin selectNoPlayer selectPlayer selectRandom selectRandomWeighted selectWeapon selectWeaponTurret sendAUMessage sendSimpleCommand sendTask sendTaskResult sendUDPMessage serverCommand serverCommandAvailable serverCommandExecutable serverName serverTime set set3DENAttribute set3DENAttributes set3DENGrid set3DENIconsVisible set3DENLayer set3DENLinesVisible set3DENLogicType set3DENMissionAttribute set3DENMissionAttributes set3DENModelsVisible set3DENObjectType set3DENSelected setAccTime setActualCollectiveRTD setAirplaneThrottle setAirportSide setAmmo setAmmoCargo setAmmoOnPylon setAnimSpeedCoef setAperture setApertureNew setArmoryPoints setAttributes setAutonomous setBehaviour setBleedingRemaining setBrakesRTD setCameraInterest setCamShakeDefParams setCamShakeParams setCamUseTI setCaptive setCenterOfMass setCollisionLight setCombatMode setCompassOscillation setConvoySeparation setCuratorCameraAreaCeiling setCuratorCoef setCuratorEditingAreaType setCuratorWaypointCost setCurrentChannel setCurrentTask setCurrentWaypoint setCustomAimCoef setCustomWeightRTD setDamage setDammage setDate setDebriefingText setDefaultCamera setDestination setDetailMapBlendPars setDir setDirection setDrawIcon setDriveOnPath setDropInterval setDynamicSimulationDistance setDynamicSimulationDistanceCoef setEditorMode setEditorObjectScope setEffectCondition setEngineRPMRTD setFace setFaceAnimation setFatigue setFeatureType setFlagAnimationPhase setFlagOwner setFlagSide setFlagTexture setFog setFormation setFormationTask setFormDir setFriend setFromEditor setFSMVariable setFuel setFuelCargo setGroupIcon setGroupIconParams setGroupIconsSelectable setGroupIconsVisible setGroupId setGroupIdGlobal setGroupOwner setGusts setHideBehind setHit setHitIndex setHitPointDamage setHorizonParallaxCoef setHUDMovementLevels setIdentity setImportance setInfoPanel setLeader setLightAmbient setLightAttenuation setLightBrightness setLightColor setLightDayLight setLightFlareMaxDistance setLightFlareSize setLightIntensity setLightnings setLightUseFlare setLocalWindParams setMagazineTurretAmmo setMarkerAlpha setMarkerAlphaLocal setMarkerBrush setMarkerBrushLocal setMarkerColor setMarkerColorLocal setMarkerDir setMarkerDirLocal setMarkerPos setMarkerPosLocal setMarkerShape setMarkerShapeLocal setMarkerSize setMarkerSizeLocal setMarkerText setMarkerTextLocal setMarkerType setMarkerTypeLocal setMass setMimic setMousePosition setMusicEffect setMusicEventHandler setName setNameSound setObjectArguments setObjectMaterial setObjectMaterialGlobal setObjectProxy setObjectTexture setObjectTextureGlobal setObjectViewDistance setOvercast setOwner setOxygenRemaining setParticleCircle setParticleClass setParticleFire setParticleParams setParticleRandom setPilotCameraDirection setPilotCameraRotation setPilotCameraTarget setPilotLight setPiPEffect setPitch setPlateNumber setPlayable setPlayerRespawnTime setPos setPosASL setPosASL2 setPosASLW setPosATL setPosition setPosWorld setPylonLoadOut setPylonsPriority setRadioMsg setRain setRainbow setRandomLip setRank setRectangular setRepairCargo setRotorBrakeRTD setShadowDistance setShotParents setSide setSimpleTaskAlwaysVisible setSimpleTaskCustomData setSimpleTaskDescription setSimpleTaskDestination setSimpleTaskTarget setSimpleTaskType setSimulWeatherLayers setSize setSkill setSlingLoad setSoundEffect setSpeaker setSpeech setSpeedMode setStamina setStaminaScheme setStatValue setSuppression setSystemOfUnits setTargetAge setTaskMarkerOffset setTaskResult setTaskState setTerrainGrid setText setTimeMultiplier setTitleEffect setTrafficDensity setTrafficDistance setTrafficGap setTrafficSpeed setTriggerActivation setTriggerArea setTriggerStatements setTriggerText setTriggerTimeout setTriggerType setType setUnconscious setUnitAbility setUnitLoadout setUnitPos setUnitPosWeak setUnitRank setUnitRecoilCoefficient setUnitTrait setUnloadInCombat setUserActionText setUserMFDText setUserMFDvalue setVariable setVectorDir setVectorDirAndUp setVectorUp setVehicleAmmo setVehicleAmmoDef setVehicleArmor setVehicleCargo setVehicleId setVehicleLock setVehiclePosition setVehicleRadar setVehicleReceiveRemoteTargets setVehicleReportOwnPosition setVehicleReportRemoteTargets setVehicleTIPars setVehicleVarName setVelocity setVelocityModelSpace setVelocityTransformation setViewDistance setVisibleIfTreeCollapsed setWantedRPMRTD setWaves setWaypointBehaviour setWaypointCombatMode setWaypointCompletionRadius setWaypointDescription setWaypointForceBehaviour setWaypointFormation setWaypointHousePosition setWaypointLoiterRadius setWaypointLoiterType setWaypointName setWaypointPosition setWaypointScript setWaypointSpeed setWaypointStatements setWaypointTimeout setWaypointType setWaypointVisible setWeaponReloadingTime setWind setWindDir setWindForce setWindStr setWingForceScaleRTD setWPPos show3DIcons showChat showCinemaBorder showCommandingMenu showCompass showCuratorCompass showGPS showHUD showLegend showMap shownArtilleryComputer shownChat shownCompass shownCuratorCompass showNewEditorObject shownGPS shownHUD shownMap shownPad shownRadio shownScoretable shownUAVFeed shownWarrant shownWatch showPad showRadio showScoretable showSubtitles showUAVFeed showWarrant showWatch showWaypoint showWaypoints side sideChat sideEnemy sideFriendly sideRadio simpleTasks simulationEnabled simulCloudDensity simulCloudOcclusion simulInClouds simulWeatherSync sin size sizeOf skill skillFinal skipTime sleep sliderPosition sliderRange sliderSetPosition sliderSetRange sliderSetSpeed sliderSpeed slingLoadAssistantShown soldierMagazines someAmmo sort soundVolume spawn speaker speed speedMode splitString sqrt squadParams stance startLoadingScreen step stop stopEngineRTD stopped str sunOrMoon supportInfo suppressFor surfaceIsWater surfaceNormal surfaceType swimInDepth switchableUnits switchAction switchCamera switchGesture switchLight switchMove synchronizedObjects synchronizedTriggers synchronizedWaypoints synchronizeObjectsAdd synchronizeObjectsRemove synchronizeTrigger synchronizeWaypoint systemChat systemOfUnits tan targetKnowledge targets targetsAggregate targetsQuery taskAlwaysVisible taskChildren taskCompleted taskCustomData taskDescription taskDestination taskHint taskMarkerOffset taskParent taskResult taskState taskType teamMember teamName teams teamSwitch teamSwitchEnabled teamType terminate terrainIntersect terrainIntersectASL terrainIntersectAtASL text textLog textLogFormat tg time timeMultiplier titleCut titleFadeOut titleObj titleRsc titleText toArray toFixed toLower toString toUpper triggerActivated triggerActivation triggerArea triggerAttachedVehicle triggerAttachObject triggerAttachVehicle triggerDynamicSimulation triggerStatements triggerText triggerTimeout triggerTimeoutCurrent triggerType turretLocal turretOwner turretUnit tvAdd tvClear tvCollapse tvCollapseAll tvCount tvCurSel tvData tvDelete tvExpand tvExpandAll tvPicture tvSetColor tvSetCurSel tvSetData tvSetPicture tvSetPictureColor tvSetPictureColorDisabled tvSetPictureColorSelected tvSetPictureRight tvSetPictureRightColor tvSetPictureRightColorDisabled tvSetPictureRightColorSelected tvSetText tvSetTooltip tvSetValue tvSort tvSortByValue tvText tvTooltip tvValue type typeName typeOf UAVControl uiNamespace uiSleep unassignCurator unassignItem unassignTeam unassignVehicle underwater uniform uniformContainer uniformItems uniformMagazines unitAddons unitAimPosition unitAimPositionVisual unitBackpack unitIsUAV unitPos unitReady unitRecoilCoefficient units unitsBelowHeight unlinkItem unlockAchievement unregisterTask updateDrawIcon updateMenuItem updateObjectTree useAISteeringComponent useAudioTimeForMoves userInputDisabled vectorAdd vectorCos vectorCrossProduct vectorDiff vectorDir vectorDirVisual vectorDistance vectorDistanceSqr vectorDotProduct vectorFromTo vectorMagnitude vectorMagnitudeSqr vectorModelToWorld vectorModelToWorldVisual vectorMultiply vectorNormalized vectorUp vectorUpVisual vectorWorldToModel vectorWorldToModelVisual vehicle vehicleCargoEnabled vehicleChat vehicleRadio vehicleReceiveRemoteTargets vehicleReportOwnPosition vehicleReportRemoteTargets vehicles vehicleVarName velocity velocityModelSpace verifySignature vest vestContainer vestItems vestMagazines viewDistance visibleCompass visibleGPS visibleMap visiblePosition visiblePositionASL visibleScoretable visibleWatch waves waypointAttachedObject waypointAttachedVehicle waypointAttachObject waypointAttachVehicle waypointBehaviour waypointCombatMode waypointCompletionRadius waypointDescription waypointForceBehaviour waypointFormation waypointHousePosition waypointLoiterRadius waypointLoiterType waypointName waypointPosition waypoints waypointScript waypointsEnabledUAV waypointShow waypointSpeed waypointStatements waypointTimeout waypointTimeoutCurrent waypointType waypointVisible weaponAccessories weaponAccessoriesCargo weaponCargo weaponDirection weaponInertia weaponLowered weapons weaponsItems weaponsItemsCargo weaponState weaponsTurret weightRTD WFSideText wind ",literal:"blufor civilian configNull controlNull displayNull east endl false grpNull independent lineBreak locationNull nil objNull opfor pi resistance scriptNull sideAmbientLife sideEmpty sideLogic sideUnknown taskNull teamMemberNull true west"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.NUMBER_MODE,{className:"variable",begin:/\b_+[a-zA-Z_]\w*/},{className:"title",begin:/[a-zA-Z][a-zA-Z0-9]+_fnc_\w*/},{className:"string",variants:[{begin:'"',end:'"',contains:[{begin:'""',relevance:0}]},{begin:"'",end:"'",contains:[{begin:"''",relevance:0}]}]},t.preprocessor],illegal:/#|^\$ /}}},"../node_modules/highlight.js/lib/languages/sql.js":function(e,t){e.exports=function(e){var t=e.COMMENT("--","$");return{case_insensitive:!0,illegal:/[<>{}*]/,contains:[{beginKeywords:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment with",end:/;/,endsWithParent:!0,lexemes:/[\w\.]+/,keywords:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select self sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp varchar varying void"},contains:[{className:"string",begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE,{begin:"''"}]},{className:"string",begin:'"',end:'"',contains:[e.BACKSLASH_ESCAPE,{begin:'""'}]},{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE,t,e.HASH_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/stan.js":function(e,t){e.exports=function(e){return{contains:[e.HASH_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:e.UNDERSCORE_IDENT_RE,lexemes:e.UNDERSCORE_IDENT_RE,keywords:{name:"for in while repeat until if then else",symbol:"bernoulli bernoulli_logit binomial binomial_logit beta_binomial hypergeometric categorical categorical_logit ordered_logistic neg_binomial neg_binomial_2 neg_binomial_2_log poisson poisson_log multinomial normal exp_mod_normal skew_normal student_t cauchy double_exponential logistic gumbel lognormal chi_square inv_chi_square scaled_inv_chi_square exponential inv_gamma weibull frechet rayleigh wiener pareto pareto_type_2 von_mises uniform multi_normal multi_normal_prec multi_normal_cholesky multi_gp multi_gp_cholesky multi_student_t gaussian_dlm_obs dirichlet lkj_corr lkj_corr_cholesky wishart inv_wishart","selector-tag":"int real vector simplex unit_vector ordered positive_ordered row_vector matrix cholesky_factor_corr cholesky_factor_cov corr_matrix cov_matrix",title:"functions model data parameters quantities transformed generated",literal:"true false"},relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"0[xX][0-9a-fA-F]+[Li]?\\b",relevance:0},{className:"number",begin:"\\d+(?:[eE][+\\-]?\\d*)?L\\b",relevance:0},{className:"number",begin:"\\d+\\.(?!\\d)(?:i\\b)?",relevance:0},{className:"number",begin:"\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0},{className:"number",begin:"\\.\\d+(?:[eE][+\\-]?\\d*)?i?\\b",relevance:0}]}}},"../node_modules/highlight.js/lib/languages/stata.js":function(e,t){e.exports=function(e){return{aliases:["do","ado"],case_insensitive:!0,keywords:"if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize meqparse mer merg merge mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5",contains:[{className:"symbol",begin:/`[a-zA-Z0-9_]+'/},{className:"variable",begin:/\$\{?[a-zA-Z0-9_]+\}?/},{className:"string",variants:[{begin:'`"[^\r\n]*?"\''},{begin:'"[^\r\n"]*"'}]},{className:"built_in",variants:[{begin:"\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\(|$)"}]},e.COMMENT("^[ \t]*\\*.*$",!1),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}},"../node_modules/highlight.js/lib/languages/step21.js":function(e,t){e.exports=function(e){return{aliases:["p21","step","stp"],case_insensitive:!0,lexemes:"[A-Z_][A-Z0-9_.]*",keywords:{keyword:"HEADER ENDSEC DATA"},contains:[{className:"meta",begin:"ISO-10303-21;",relevance:10},{className:"meta",begin:"END-ISO-10303-21;",relevance:10},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT("/\\*\\*!","\\*/"),e.C_NUMBER_MODE,e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:"string",begin:"'",end:"'"},{className:"symbol",variants:[{begin:"#",end:"\\d+",illegal:"\\W"}]}]}}},"../node_modules/highlight.js/lib/languages/stylus.js":function(e,t){e.exports=function(e){var t={className:"variable",begin:"\\$"+e.IDENT_RE},n={className:"number",begin:"#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})"},r="[\\.\\s\\n\\[\\:,]";return{aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+["\\?","(\\bReturn\\b)","(\\bEnd\\b)","(\\bend\\b)","(\\bdef\\b)",";","#\\s","\\*\\s","===\\s","\\|","%"].join("|")+")",contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+r,returnBegin:!0,contains:[{className:"selector-class",begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"\\#[a-zA-Z][a-zA-Z0-9_-]*"+r,returnBegin:!0,contains:[{className:"selector-id",begin:"\\#[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"\\b("+["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"].join("|")+")"+r,returnBegin:!0,contains:[{className:"selector-tag",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"}]},{begin:"&?:?:\\b("+["after","before","first-letter","first-line","active","first-child","focus","hover","lang","link","visited"].join("|")+")"+r},{begin:"@("+["charset","css","debug","extend","font-face","for","import","include","media","mixin","page","warn","while"].join("|")+")\\b"},t,e.CSS_NUMBER_MODE,e.NUMBER_MODE,{className:"function",begin:"^[a-zA-Z][a-zA-Z0-9_-]*\\(.*\\)",illegal:"[\\n]",returnBegin:!0,contains:[{className:"title",begin:"\\b[a-zA-Z][a-zA-Z0-9_-]*"},{className:"params",begin:/\(/,end:/\)/,contains:[n,t,e.APOS_STRING_MODE,e.CSS_NUMBER_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE]}]},{className:"attribute",begin:"\\b("+["align-content","align-items","align-self","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","auto","backface-visibility","background","background-attachment","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","border","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","clear","clip","clip-path","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","content","counter-increment","counter-reset","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","font","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-variant-ligatures","font-weight","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inherit","initial","justify-content","left","letter-spacing","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-bottom","margin-left","margin-right","margin-top","marks","mask","max-height","max-width","min-height","min-width","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-bottom","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","perspective","perspective-origin","pointer-events","position","quotes","resize","right","tab-size","table-layout","text-align","text-align-last","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-indent","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","white-space","widows","width","word-break","word-spacing","word-wrap","z-index"].reverse().join("|")+")\\b",starts:{end:/;|$/,contains:[n,t,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.CSS_NUMBER_MODE,e.NUMBER_MODE,e.C_BLOCK_COMMENT_MODE],illegal:/\./,relevance:0}}]}}},"../node_modules/highlight.js/lib/languages/subunit.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,contains:[{className:"string",begin:"\\[\n(multipart)?",end:"\\]\n"},{className:"string",begin:"\\d{4}-\\d{2}-\\d{2}(\\s+)\\d{2}:\\d{2}:\\d{2}.\\d+Z"},{className:"string",begin:"(\\+|-)\\d+"},{className:"keyword",relevance:10,variants:[{begin:"^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\s+(test)?"},{begin:"^progress(:?)(\\s+)?(pop|push)?"},{begin:"^tags:"},{begin:"^time:"}]}]}}},"../node_modules/highlight.js/lib/languages/swift.js":function(e,t){e.exports=function(e){var t={keyword:"#available #colorLiteral #column #else #elseif #endif #file #fileLiteral #function #if #imageLiteral #line #selector #sourceLocation _ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype associativity break case catch class continue convenience default defer deinit didSet do dynamic dynamicType else enum extension fallthrough false fileprivate final for func get guard if import in indirect infix init inout internal is lazy left let mutating nil none nonmutating open operator optional override postfix precedence prefix private protocol Protocol public repeat required rethrows return right self Self set static struct subscript super switch throw throws true try try! try? Type typealias unowned var weak where while willSet",literal:"true false nil",built_in:"abs advance alignof alignofValue anyGenerator assert assertionFailure bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords enumerate equal fatalError filter find getBridgedObjectiveCType getVaList indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare map max maxElement min minElement numericCast overlaps partition posix precondition preconditionFailure print println quickSort readLine reduce reflect reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split startsWith stride strideof strideofValue swap toString transcode underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers withUnsafePointer withUnsafePointers withVaList zip"},n=e.COMMENT("/\\*","\\*/",{contains:["self"]}),r={className:"subst",begin:/\\\(/,end:"\\)",keywords:t,contains:[]},a={className:"string",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/"""/,end:/"""/},{begin:/"/,end:/"/}]},i={className:"number",begin:"\\b([\\d_]+(\\.[\\deE_]+)?|0x[a-fA-F0-9_]+(\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b",relevance:0};return r.contains=[i],{keywords:t,contains:[a,e.C_LINE_COMMENT_MODE,n,{className:"type",begin:"\\b[A-Z][\\w\xc0-\u02b8']*",relevance:0},i,{className:"function",beginKeywords:"func",end:"{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{begin:/</,end:/>/},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:t,contains:["self",i,a,e.C_BLOCK_COMMENT_MODE,{begin:":"}],illegal:/["']/}],illegal:/\[|%/},{className:"class",beginKeywords:"struct protocol class extension enum",keywords:t,end:"\\{",excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/})]},{className:"meta",begin:"(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|@infix|@prefix|@postfix|@autoclosure|@testable|@available|@nonobjc|@NSApplicationMain|@UIApplicationMain)"},{beginKeywords:"import",end:/$/,contains:[e.C_LINE_COMMENT_MODE,n]}]}}},"../node_modules/highlight.js/lib/languages/taggerscript.js":function(e,t){e.exports=function(e){return{contains:[{className:"comment",begin:/\$noop\(/,end:/\)/,contains:[{begin:/\(/,end:/\)/,contains:["self",{begin:/\\./}]}],relevance:10},{className:"keyword",begin:/\$(?!noop)[a-zA-Z][_a-zA-Z0-9]*/,end:/\(/,excludeEnd:!0},{className:"variable",begin:/%[_a-zA-Z0-9:]*/,end:"%"},{className:"symbol",begin:/\\./}]}}},"../node_modules/highlight.js/lib/languages/tap.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:"meta",variants:[{begin:"^TAP version (\\d+)$"},{begin:"^1\\.\\.(\\d+)$"}]},{begin:"(s+)?---$",end:"\\.\\.\\.$",subLanguage:"yaml",relevance:0},{className:"number",begin:" (\\d+) "},{className:"symbol",variants:[{begin:"^ok"},{begin:"^not ok"}]}]}}},"../node_modules/highlight.js/lib/languages/tcl.js":function(e,t){e.exports=function(e){return{aliases:["tk"],keywords:"after append apply array auto_execok auto_import auto_load auto_mkindex auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock close concat continue dde dict encoding eof error eval exec exit expr fblocked fconfigure fcopy file fileevent filename flush for foreach format gets glob global history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename return safe scan seek set socket source split string subst switch tcl_endOfWord tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update uplevel upvar variable vwait while",contains:[e.COMMENT(";[ \\t]*#","$"),e.COMMENT("^[ \\t]*#","$"),{beginKeywords:"proc",end:"[\\{]",excludeEnd:!0,contains:[{className:"title",begin:"[ \\t\\n\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"[ \\t\\n\\r]",endsWithParent:!0,excludeEnd:!0}]},{excludeEnd:!0,variants:[{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\(([a-zA-Z0-9_])*\\)",end:"[^a-zA-Z0-9_\\}\\$]"},{begin:"\\$(\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*",end:"(\\))?[^a-zA-Z0-9_\\}\\$]"}]},{className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},{className:"number",variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]}]}}},"../node_modules/highlight.js/lib/languages/tex.js":function(e,t){e.exports=function(e){var t={className:"tag",begin:/\\/,relevance:0,contains:[{className:"name",variants:[{begin:/[a-zA-Z\u0430-\u044f\u0410-\u044f]+[*]?/},{begin:/[^a-zA-Z\u0430-\u044f\u0410-\u044f0-9]/}],starts:{endsWithParent:!0,relevance:0,contains:[{className:"string",variants:[{begin:/\[/,end:/\]/},{begin:/\{/,end:/\}/}]},{begin:/\s*=\s*/,endsWithParent:!0,relevance:0,contains:[{className:"number",begin:/-?\d*\.?\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?/}]}]}}]};return{contains:[t,{className:"formula",contains:[t],relevance:0,variants:[{begin:/\$\$/,end:/\$\$/},{begin:/\$/,end:/\$/}]},e.COMMENT("%","$",{relevance:0})]}}},"../node_modules/highlight.js/lib/languages/thrift.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"namespace const typedef struct enum service exception void oneway set list map required optional",built_in:"bool byte i16 i32 i64 double string binary",literal:"true false"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"class",beginKeywords:"struct enum service exception",end:/\{/,illegal:/\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:"\\b(set|list|map)\\s*<",end:">",keywords:"bool byte i16 i32 i64 double string binary",contains:["self"]}]}}},"../node_modules/highlight.js/lib/languages/tp.js":function(e,t){e.exports=function(e){var t={className:"number",begin:"[1-9][0-9]*",relevance:0},n={className:"symbol",begin:":[^\\]]+"};return{keywords:{keyword:"ABORT ACC ADJUST AND AP_LD BREAK CALL CNT COL CONDITION CONFIG DA DB DIV DETECT ELSE END ENDFOR ERR_NUM ERROR_PROG FINE FOR GP GUARD INC IF JMP LINEAR_MAX_SPEED LOCK MOD MONITOR OFFSET Offset OR OVERRIDE PAUSE PREG PTH RT_LD RUN SELECT SKIP Skip TA TB TO TOOL_OFFSET Tool_Offset UF UT UFRAME_NUM UTOOL_NUM UNLOCK WAIT X Y Z W P R STRLEN SUBSTR FINDSTR VOFFSET PROG ATTR MN POS",literal:"ON OFF max_speed LPOS JPOS ENABLE DISABLE START STOP RESET"},contains:[{className:"built_in",begin:"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|    TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\[",end:"\\]",contains:["self",t,n]},{className:"built_in",begin:"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\[",end:"\\]",contains:["self",t,e.QUOTE_STRING_MODE,n]},{className:"keyword",begin:"/(PROG|ATTR|MN|POS|END)\\b"},{className:"keyword",begin:"(CALL|RUN|POINT_LOGIC|LBL)\\b"},{className:"keyword",begin:"\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)"},{className:"number",begin:"\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\b",relevance:0},e.COMMENT("//","[;$]"),e.COMMENT("!","[;$]"),e.COMMENT("--eg:","$"),e.QUOTE_STRING_MODE,{className:"string",begin:"'",end:"'"},e.C_NUMBER_MODE,{className:"variable",begin:"\\$[A-Za-z0-9_]+"}]}}},"../node_modules/highlight.js/lib/languages/twig.js":function(e,t){e.exports=function(e){var t="attribute block constant cycle date dump include max min parent random range source template_from_string",n={beginKeywords:t,keywords:{name:t},relevance:0,contains:[{className:"params",begin:"\\(",end:"\\)"}]},r={begin:/\|[A-Za-z_]+:?/,keywords:"abs batch capitalize convert_encoding date date_modify default escape first format join json_encode keys last length lower merge nl2br number_format raw replace reverse round slice sort split striptags title trim upper url_encode",contains:[n]},a="autoescape block do embed extends filter flush for if import include macro sandbox set spaceless use verbatim";return a=a+" "+a.split(" ").map((function(e){return"end"+e})).join(" "),{aliases:["craftcms"],case_insensitive:!0,subLanguage:"xml",contains:[e.COMMENT(/\{#/,/#}/),{className:"template-tag",begin:/\{%/,end:/%}/,contains:[{className:"name",begin:/\w+/,keywords:a,starts:{endsWithParent:!0,contains:[r,n],relevance:0}}]},{className:"template-variable",begin:/\{\{/,end:/}}/,contains:["self",r,n]}]}}},"../node_modules/highlight.js/lib/languages/typescript.js":function(e,t){e.exports=function(e){var t={keyword:"in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class public private protected get set super static implements enum export import declare type namespace abstract as from extends async await",literal:"true false null undefined NaN Infinity",built_in:"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document any number boolean string void Promise"},n={className:"meta",begin:"@[A-Za-z$_][0-9A-Za-z$_]*"},r={begin:"\\(",end:/\)/,keywords:t,contains:["self",e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.NUMBER_MODE]},a={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,r]};return{aliases:["ts"],keywords:t,contains:[{className:"meta",begin:/^\s*['"]use strict['"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,{className:"subst",begin:"\\$\\{",end:"\\}"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"number",variants:[{begin:"\\b(0[bB][01]+)"},{begin:"\\b(0[oO][0-7]+)"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:"function",begin:"(\\(.*?\\)|"+e.IDENT_RE+")\\s*=>",returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.IDENT_RE},{begin:/\(\s*\)/},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:t,contains:["self",e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}]}]}],relevance:0},{className:"function",begin:"function",end:/[\{;]/,excludeEnd:!0,keywords:t,contains:["self",e.inherit(e.TITLE_MODE,{begin:"[A-Za-z$_][0-9A-Za-z$_]*"}),a],illegal:/%/,relevance:0},{beginKeywords:"constructor",end:/\{/,excludeEnd:!0,contains:["self",a]},{begin:/module\./,keywords:{built_in:"module"},relevance:0},{beginKeywords:"module",end:/\{/,excludeEnd:!0},{beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:"interface extends"},{begin:/\$[(.]/},{begin:"\\."+e.IDENT_RE,relevance:0},n,r]}}},"../node_modules/highlight.js/lib/languages/vala.js":function(e,t){e.exports=function(e){return{keywords:{keyword:"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var",built_in:"DBus GLib CCode Gee Object Gtk Posix",literal:"false true null"},contains:[{className:"class",beginKeywords:"class interface namespace",end:"{",excludeEnd:!0,illegal:"[^,:\\n\\s\\.]",contains:[e.UNDERSCORE_TITLE_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"string",begin:'"""',end:'"""',relevance:5},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:"meta",begin:"^#",end:"$",relevance:2}]}}},"../node_modules/highlight.js/lib/languages/vbnet.js":function(e,t){e.exports=function(e){return{aliases:["vb"],case_insensitive:!0,keywords:{keyword:"addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass namespace narrowing new next not notinheritable notoverridable of off on operator option optional or order orelse overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim rem removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly xor",built_in:"boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype date decimal directcast double gettype getxmlnamespace iif integer long object sbyte short single string trycast typeof uinteger ulong ushort",literal:"true false nothing"},illegal:"//|{|}|endif|gosub|variant|wend|^\\$ ",contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),e.COMMENT("'","$",{returnBegin:!0,contains:[{className:"doctag",begin:"'''|\x3c!--|--\x3e",contains:[e.PHRASAL_WORDS_MODE]},{className:"doctag",begin:"</?",end:">",contains:[e.PHRASAL_WORDS_MODE]}]}),e.C_NUMBER_MODE,{className:"meta",begin:"#",end:"$",keywords:{"meta-keyword":"if else elseif end region externalsource"}}]}}},"../node_modules/highlight.js/lib/languages/vbscript-html.js":function(e,t){e.exports=function(e){return{subLanguage:"xml",contains:[{begin:"<%",end:"%>",subLanguage:"vbscript"}]}}},"../node_modules/highlight.js/lib/languages/vbscript.js":function(e,t){e.exports=function(e){return{aliases:["vbs"],case_insensitive:!0,keywords:{keyword:"call class const dim do loop erase execute executeglobal exit for each next function if then else on error option explicit new private property let get public randomize redim rem select case set stop sub while wend with end to elseif is or xor and not class_initialize class_terminate default preserve in me byval byref step resume goto",built_in:"lcase month vartype instrrev ubound setlocale getobject rgb getref string weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency conversions csng timevalue second year space abs clng timeserial fixs len asc isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion scriptengine split scriptengineminorversion cint sin datepart ltrim sqr scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw chrw regexp server response request cstr err",literal:"true false null nothing empty"},illegal:"//",contains:[e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'""'}]}),e.COMMENT(/'/,/$/,{relevance:0}),e.C_NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/verilog.js":function(e,t){e.exports=function(e){return{aliases:["v","sv","svh"],case_insensitive:!1,keywords:{keyword:"accept_on alias always always_comb always_ff always_latch and assert assign assume automatic before begin bind bins binsof bit break buf|0 bufif0 bufif1 byte case casex casez cell chandle checker class clocking cmos config const constraint context continue cover covergroup coverpoint cross deassign default defparam design disable dist do edge else end endcase endchecker endclass endclocking endconfig endfunction endgenerate endgroup endinterface endmodule endpackage endprimitive endprogram endproperty endspecify endsequence endtable endtask enum event eventually expect export extends extern final first_match for force foreach forever fork forkjoin function generate|5 genvar global highz0 highz1 if iff ifnone ignore_bins illegal_bins implements implies import incdir include initial inout input inside instance int integer interconnect interface intersect join join_any join_none large let liblist library local localparam logic longint macromodule matches medium modport module nand negedge nettype new nexttime nmos nor noshowcancelled not notif0 notif1 or output package packed parameter pmos posedge primitive priority program property protected pull0 pull1 pulldown pullup pulsestyle_ondetect pulsestyle_onevent pure rand randc randcase randsequence rcmos real realtime ref reg reject_on release repeat restrict return rnmos rpmos rtran rtranif0 rtranif1 s_always s_eventually s_nexttime s_until s_until_with scalared sequence shortint shortreal showcancelled signed small soft solve specify specparam static string strong strong0 strong1 struct super supply0 supply1 sync_accept_on sync_reject_on table tagged task this throughout time timeprecision timeunit tran tranif0 tranif1 tri tri0 tri1 triand trior trireg type typedef union unique unique0 unsigned until until_with untyped use uwire var vectored virtual void wait wait_order wand weak weak0 weak1 while wildcard wire with within wor xnor xor",literal:"null",built_in:"$finish $stop $exit $fatal $error $warning $info $realtime $time $printtimescale $bitstoreal $bitstoshortreal $itor $signed $cast $bits $stime $timeformat $realtobits $shortrealtobits $rtoi $unsigned $asserton $assertkill $assertpasson $assertfailon $assertnonvacuouson $assertoff $assertcontrol $assertpassoff $assertfailoff $assertvacuousoff $isunbounded $sampled $fell $changed $past_gclk $fell_gclk $changed_gclk $rising_gclk $steady_gclk $coverage_control $coverage_get $coverage_save $set_coverage_db_name $rose $stable $past $rose_gclk $stable_gclk $future_gclk $falling_gclk $changing_gclk $display $coverage_get_max $coverage_merge $get_coverage $load_coverage_db $typename $unpacked_dimensions $left $low $increment $clog2 $ln $log10 $exp $sqrt $pow $floor $ceil $sin $cos $tan $countbits $onehot $isunknown $fatal $warning $dimensions $right $high $size $asin $acos $atan $atan2 $hypot $sinh $cosh $tanh $asinh $acosh $atanh $countones $onehot0 $error $info $random $dist_chi_square $dist_erlang $dist_exponential $dist_normal $dist_poisson $dist_t $dist_uniform $q_initialize $q_remove $q_exam $async$and$array $async$nand$array $async$or$array $async$nor$array $sync$and$array $sync$nand$array $sync$or$array $sync$nor$array $q_add $q_full $psprintf $async$and$plane $async$nand$plane $async$or$plane $async$nor$plane $sync$and$plane $sync$nand$plane $sync$or$plane $sync$nor$plane $system $display $displayb $displayh $displayo $strobe $strobeb $strobeh $strobeo $write $readmemb $readmemh $writememh $value$plusargs $dumpvars $dumpon $dumplimit $dumpports $dumpportson $dumpportslimit $writeb $writeh $writeo $monitor $monitorb $monitorh $monitoro $writememb $dumpfile $dumpoff $dumpall $dumpflush $dumpportsoff $dumpportsall $dumpportsflush $fclose $fdisplay $fdisplayb $fdisplayh $fdisplayo $fstrobe $fstrobeb $fstrobeh $fstrobeo $swrite $swriteb $swriteh $swriteo $fscanf $fread $fseek $fflush $feof $fopen $fwrite $fwriteb $fwriteh $fwriteo $fmonitor $fmonitorb $fmonitorh $fmonitoro $sformat $sformatf $fgetc $ungetc $fgets $sscanf $rewind $ftell $ferror"},lexemes:/[\w\$]+/,contains:[e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:"number",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"\\b((\\d+'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\B(('(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)"},{begin:"\\b([0-9_])+",relevance:0}]},{className:"variable",variants:[{begin:"#\\((?!parameter).+\\)"},{begin:"\\.\\w+",relevance:0}]},{className:"meta",begin:"`",end:"$",keywords:{"meta-keyword":"define __FILE__ __LINE__ begin_keywords celldefine default_nettype define else elsif end_keywords endcelldefine endif ifdef ifndef include line nounconnected_drive pragma resetall timescale unconnected_drive undef undefineall"},relevance:0}]}}},"../node_modules/highlight.js/lib/languages/vhdl.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,keywords:{keyword:"abs access after alias all and architecture array assert assume assume_guarantee attribute begin block body buffer bus case component configuration constant context cover disconnect downto default else elsif end entity exit fairness file for force function generate generic group guarded if impure in inertial inout is label library linkage literal loop map mod nand new next nor not null of on open or others out package parameter port postponed procedure process property protected pure range record register reject release rem report restrict restrict_guarantee return rol ror select sequence severity shared signal sla sll sra srl strong subtype then to transport type unaffected units until use variable view vmode vprop vunit wait when while with xnor xor",built_in:"boolean bit character integer time delay_length natural positive string bit_vector file_open_kind file_open_status std_logic std_logic_vector unsigned signed boolean_vector integer_vector std_ulogic std_ulogic_vector unresolved_unsigned u_unsigned unresolved_signed u_signed real_vector time_vector",literal:"false true note warning error failure line text side width"},illegal:"{",contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT("--","$"),e.QUOTE_STRING_MODE,{className:"number",begin:"\\b(\\d(_|\\d)*#\\w+(\\.\\w+)?#([eE][-+]?\\d(_|\\d)*)?|\\d(_|\\d)*(\\.\\d(_|\\d)*)?([eE][-+]?\\d(_|\\d)*)?)",relevance:0},{className:"string",begin:"'(U|X|0|1|Z|W|L|H|-)'",contains:[e.BACKSLASH_ESCAPE]},{className:"symbol",begin:"'[A-Za-z](_?[A-Za-z0-9])*",contains:[e.BACKSLASH_ESCAPE]}]}}},"../node_modules/highlight.js/lib/languages/vim.js":function(e,t){e.exports=function(e){return{lexemes:/[!#@\w]+/,keywords:{keyword:"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank",built_in:"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp"},illegal:/;/,contains:[e.NUMBER_MODE,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:/"(\\"|\n\\|[^"\n])*"/},e.COMMENT('"',"$"),{className:"variable",begin:/[bwtglsav]:[\w\d_]*/},{className:"function",beginKeywords:"function function!",end:"$",relevance:0,contains:[e.TITLE_MODE,{className:"params",begin:"\\(",end:"\\)"}]},{className:"symbol",begin:/<[\w-]+>/}]}}},"../node_modules/highlight.js/lib/languages/x86asm.js":function(e,t){e.exports=function(e){return{case_insensitive:!0,lexemes:"[.%]?"+e.IDENT_RE,keywords:{keyword:"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63",built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0  xmm1  xmm2  xmm3  xmm4  xmm5  xmm6  xmm7  xmm8  xmm9 xmm10  xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0  ymm1  ymm2  ymm3  ymm4  ymm5  ymm6  ymm7  ymm8  ymm9 ymm10  ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0  zmm1  zmm2  zmm3  zmm4  zmm5  zmm6  zmm7  zmm8  zmm9 zmm10  zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr",meta:"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__  __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__  __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__"},contains:[e.COMMENT(";","$",{relevance:0}),{className:"number",variants:[{begin:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\b",relevance:0},{begin:"\\$[0-9][0-9A-Fa-f]*",relevance:0},{begin:"\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\b"},{begin:"\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\b"}]},e.QUOTE_STRING_MODE,{className:"string",variants:[{begin:"'",end:"[^\\\\]'"},{begin:"`",end:"[^\\\\]`"}],relevance:0},{className:"symbol",variants:[{begin:"^\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\s+label)"},{begin:"^\\s*%%[A-Za-z0-9_$#@~.?]*:"}],relevance:0},{className:"subst",begin:"%[0-9]+",relevance:0},{className:"subst",begin:"%!S+",relevance:0},{className:"meta",begin:/^\s*\.[\w_-]+/}]}}},"../node_modules/highlight.js/lib/languages/xl.js":function(e,t){e.exports=function(e){var t={keyword:"if then else do while until for loop import with is as where when by data constant integer real text name boolean symbol infix prefix postfix block tree",literal:"true false nil",built_in:"in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin acos atan exp expm1 log log2 log10 log1p pi at text_length text_range text_find text_replace contains page slide basic_slide title_slide title subtitle fade_in fade_out fade_at clear_color color line_color line_width texture_wrap texture_transform texture scale_?x scale_?y scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y rotate_?z? rectangle circle ellipse sphere path line_to move_to quad_to curve_to theme background contents locally time mouse_?x mouse_?y mouse_buttons ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts"},n={className:"string",begin:'"',end:'"',illegal:"\\n"},r={beginKeywords:"import",end:"$",keywords:t,contains:[n]},a={className:"function",begin:/[a-z][^\n]*->/,returnBegin:!0,end:/->/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,keywords:t}})]};return{aliases:["tao"],lexemes:/[a-zA-Z][a-zA-Z0-9_?]*/,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,{className:"string",begin:"'",end:"'",illegal:"\\n"},{className:"string",begin:"<<",end:">>"},a,r,{className:"number",begin:"[0-9]+#[0-9A-Z_]+(\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?"},e.NUMBER_MODE]}}},"../node_modules/highlight.js/lib/languages/xml.js":function(e,t){e.exports=function(e){var t={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:"[A-Za-z0-9\\._:-]+",relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/},{begin:/'/,end:/'/},{begin:/[^\s"'=<>`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],case_insensitive:!0,contains:[{className:"meta",begin:"<!DOCTYPE",end:">",relevance:10,contains:[{begin:"\\[",end:"\\]"}]},e.COMMENT("\x3c!--","--\x3e",{relevance:10}),{begin:"<\\!\\[CDATA\\[",end:"\\]\\]>",relevance:10},{className:"meta",begin:/<\?xml/,end:/\?>/,relevance:10},{begin:/<\?(php)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]},{className:"tag",begin:"<style(?=\\s|>|$)",end:">",keywords:{name:"style"},contains:[t],starts:{end:"</style>",returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:"<script(?=\\s|>|$)",end:">",keywords:{name:"script"},contains:[t],starts:{end:"<\/script>",returnEnd:!0,subLanguage:["actionscript","javascript","handlebars","xml"]}},{className:"tag",begin:"</?",end:"/?>",contains:[{className:"name",begin:/[^\/><\s]+/,relevance:0},t]}]}}},"../node_modules/highlight.js/lib/languages/xquery.js":function(e,t){e.exports=function(e){var t={begin:"{",end:"}"},n=[{begin:/\$[a-zA-Z0-9\-]+/},{className:"string",variants:[{begin:/"/,end:/"/,contains:[{begin:/""/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{className:"comment",begin:"\\(:",end:":\\)",relevance:10,contains:[{className:"doctag",begin:"@\\w+"}]},{className:"meta",begin:"%\\w+"},t];return t.contains=n,{aliases:["xpath","xq"],case_insensitive:!1,lexemes:/[a-zA-Z\$][a-zA-Z0-9_:\-]*/,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{keyword:"for let if while then else return where group by xquery encoding versionmodule namespace boundary-space preserve strip default collation base-uri orderingcopy-namespaces order declare import schema namespace function option in allowing emptyat tumbling window sliding window start when only end when previous next stable ascendingdescending empty greatest least some every satisfies switch case typeswitch try catch andor to union intersect instance of treat as castable cast map array delete insert intoreplace value rename copy modify update",literal:"false true xs:string xs:integer element item xs:date xs:datetime xs:float xs:double xs:decimal QName xs:anyURI xs:long xs:int xs:short xs:byte attribute"},contains:n}}},"../node_modules/highlight.js/lib/languages/yaml.js":function(e,t){e.exports=function(e){var t="[a-zA-Z_][\\w\\-]*",n={className:"attr",variants:[{begin:"^[ \\-]*"+t+":"},{begin:'^[ \\-]*"'+t+'":'},{begin:"^[ \\-]*'"+t+"':"}]},r={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]};return{case_insensitive:!0,aliases:["yml","YAML","yaml"],contains:[n,{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>] *$",returnEnd:!0,contains:r.contains,end:n.variants[0].begin},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!"+e.UNDERSCORE_IDENT_RE},{className:"type",begin:"!!"+e.UNDERSCORE_IDENT_RE},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"^ *-",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:"true false yes no null",keywords:{literal:"true false yes no null"}},e.C_NUMBER_MODE,r]}}},"../node_modules/highlight.js/lib/languages/zephir.js":function(e,t){e.exports=function(e){var t={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:'b"',end:'"'},{begin:"b'",end:"'"},e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},n={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]};return{aliases:["zep"],case_insensitive:!0,keywords:"and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var let while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally int uint long ulong char uchar double float bool boolean stringlikely unlikely",contains:[e.C_LINE_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT("/\\*","\\*/",{contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),e.COMMENT("__halt_compiler.+?;",!1,{endsWithParent:!0,keywords:"__halt_compiler",lexemes:e.UNDERSCORE_IDENT_RE}),{className:"string",begin:"<<<['\"]?\\w+['\"]?$",end:"^\\w+;",contains:[e.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{className:"function",beginKeywords:"function",end:/[;{]/,excludeEnd:!0,illegal:"\\$|\\[|%",contains:[e.UNDERSCORE_TITLE_MODE,{className:"params",begin:"\\(",end:"\\)",contains:["self",e.C_BLOCK_COMMENT_MODE,t,n]}]},{className:"class",beginKeywords:"class interface",end:"{",excludeEnd:!0,illegal:/[:\(\$"]/,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",end:";",illegal:/[\.']/,contains:[e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"use",end:";",contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"=>"},t,n]}}},"../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js":function(e,t,n){"use strict";var r=n("../node_modules/react-is/index.js"),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function l(e){return r.isMemo(e)?o:s[e.$$typeof]||a}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=o;var c=Object.defineProperty,d=Object.getOwnPropertyNames,u=Object.getOwnPropertySymbols,_=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,r){if("string"!==typeof n){if(m){var a=p(n);a&&a!==m&&e(t,a,r)}var o=d(n);u&&(o=o.concat(u(n)));for(var s=l(t),g=l(n),f=0;f<o.length;++f){var h=o[f];if(!i[h]&&(!r||!r[h])&&(!g||!g[h])&&(!s||!s[h])){var E=_(n,h);try{c(t,h,E)}catch(S){}}}}return t}},"../node_modules/ieee754/index.js":function(e,t){t.read=function(e,t,n,r,a){var i,o,s=8*a-r-1,l=(1<<s)-1,c=l>>1,d=-7,u=n?a-1:0,_=n?-1:1,p=e[t+u];for(u+=_,i=p&(1<<-d)-1,p>>=-d,d+=s;d>0;i=256*i+e[t+u],u+=_,d-=8);for(o=i&(1<<-d)-1,i>>=-d,d+=r;d>0;o=256*o+e[t+u],u+=_,d-=8);if(0===i)i=1-c;else{if(i===l)return o?NaN:1/0*(p?-1:1);o+=Math.pow(2,r),i-=c}return(p?-1:1)*o*Math.pow(2,i-r)},t.write=function(e,t,n,r,a,i){var o,s,l,c=8*i-a-1,d=(1<<c)-1,u=d>>1,_=23===a?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:i-1,m=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,o=d):(o=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-o))<1&&(o--,l*=2),(t+=o+u>=1?_/l:_*Math.pow(2,1-u))*l>=2&&(o++,l/=2),o+u>=d?(s=0,o=d):o+u>=1?(s=(t*l-1)*Math.pow(2,a),o+=u):(s=t*Math.pow(2,u-1)*Math.pow(2,a),o=0));a>=8;e[n+p]=255&s,p+=m,s/=256,a-=8);for(o=o<<a|s,c+=a;c>0;e[n+p]=255&o,p+=m,o/=256,c-=8);e[n+p-m]|=128*g}},"../node_modules/inherits/inherits_browser.js":function(e,t){"function"===typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},"../node_modules/invariant/browser.js":function(e,t,n){"use strict";e.exports=function(e,t,n,r,a,i,o,s){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,a,i,o,s],d=0;(l=new Error(t.replace(/%s/g,(function(){return c[d++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}}},"../node_modules/is-buffer/index.js":function(e,t){e.exports=function(e){return null!=e&&null!=e.constructor&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},"../node_modules/isarray/index.js":function(e,t){var n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},"../node_modules/kind-of/index.js":function(e,t){var n=Object.prototype.toString;e.exports=function(e){var t=typeof e;return"undefined"===t?"undefined":null===e?"null":!0===e||!1===e||e instanceof Boolean?"boolean":"string"===t||e instanceof String?"string":"number"===t||e instanceof Number?"number":"function"===t||e instanceof Function?"undefined"!==typeof e.constructor.name&&"Generator"===e.constructor.name.slice(0,9)?"generatorfunction":"function":"undefined"!==typeof Array.isArray&&Array.isArray(e)?"array":e instanceof RegExp?"regexp":e instanceof Date?"date":"[object RegExp]"===(t=n.call(e))?"regexp":"[object Date]"===t?"date":"[object Arguments]"===t?"arguments":"[object Error]"===t?"error":"[object Promise]"===t?"promise":function(e){return e.constructor&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}(e)?"buffer":"[object Set]"===t?"set":"[object WeakSet]"===t?"weakset":"[object Map]"===t?"map":"[object WeakMap]"===t?"weakmap":"[object Symbol]"===t?"symbol":"[object Map Iterator]"===t?"mapiterator":"[object Set Iterator]"===t?"setiterator":"[object String Iterator]"===t?"stringiterator":"[object Array Iterator]"===t?"arrayiterator":"[object Int8Array]"===t?"int8array":"[object Uint8Array]"===t?"uint8array":"[object Uint8ClampedArray]"===t?"uint8clampedarray":"[object Int16Array]"===t?"int16array":"[object Uint16Array]"===t?"uint16array":"[object Int32Array]"===t?"int32array":"[object Uint32Array]"===t?"uint32array":"[object Float32Array]"===t?"float32array":"[object Float64Array]"===t?"float64array":"object"}},"../node_modules/lodash/_DataView.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"DataView");e.exports=r},"../node_modules/lodash/_Hash.js":function(e,t,n){var r=n("../node_modules/lodash/_hashClear.js"),a=n("../node_modules/lodash/_hashDelete.js"),i=n("../node_modules/lodash/_hashGet.js"),o=n("../node_modules/lodash/_hashHas.js"),s=n("../node_modules/lodash/_hashSet.js");function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=i,l.prototype.has=o,l.prototype.set=s,e.exports=l},"../node_modules/lodash/_LazyWrapper.js":function(e,t,n){var r=n("../node_modules/lodash/_baseCreate.js"),a=n("../node_modules/lodash/_baseLodash.js");function i(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}i.prototype=r(a.prototype),i.prototype.constructor=i,e.exports=i},"../node_modules/lodash/_ListCache.js":function(e,t,n){var r=n("../node_modules/lodash/_listCacheClear.js"),a=n("../node_modules/lodash/_listCacheDelete.js"),i=n("../node_modules/lodash/_listCacheGet.js"),o=n("../node_modules/lodash/_listCacheHas.js"),s=n("../node_modules/lodash/_listCacheSet.js");function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=i,l.prototype.has=o,l.prototype.set=s,e.exports=l},"../node_modules/lodash/_LodashWrapper.js":function(e,t,n){var r=n("../node_modules/lodash/_baseCreate.js"),a=n("../node_modules/lodash/_baseLodash.js");function i(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}i.prototype=r(a.prototype),i.prototype.constructor=i,e.exports=i},"../node_modules/lodash/_Map.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"Map");e.exports=r},"../node_modules/lodash/_MapCache.js":function(e,t,n){var r=n("../node_modules/lodash/_mapCacheClear.js"),a=n("../node_modules/lodash/_mapCacheDelete.js"),i=n("../node_modules/lodash/_mapCacheGet.js"),o=n("../node_modules/lodash/_mapCacheHas.js"),s=n("../node_modules/lodash/_mapCacheSet.js");function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}l.prototype.clear=r,l.prototype.delete=a,l.prototype.get=i,l.prototype.has=o,l.prototype.set=s,e.exports=l},"../node_modules/lodash/_Promise.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"Promise");e.exports=r},"../node_modules/lodash/_Set.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"Set");e.exports=r},"../node_modules/lodash/_SetCache.js":function(e,t,n){var r=n("../node_modules/lodash/_MapCache.js"),a=n("../node_modules/lodash/_setCacheAdd.js"),i=n("../node_modules/lodash/_setCacheHas.js");function o(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new r;++t<n;)this.add(e[t])}o.prototype.add=o.prototype.push=a,o.prototype.has=i,e.exports=o},"../node_modules/lodash/_Stack.js":function(e,t,n){var r=n("../node_modules/lodash/_ListCache.js"),a=n("../node_modules/lodash/_stackClear.js"),i=n("../node_modules/lodash/_stackDelete.js"),o=n("../node_modules/lodash/_stackGet.js"),s=n("../node_modules/lodash/_stackHas.js"),l=n("../node_modules/lodash/_stackSet.js");function c(e){var t=this.__data__=new r(e);this.size=t.size}c.prototype.clear=a,c.prototype.delete=i,c.prototype.get=o,c.prototype.has=s,c.prototype.set=l,e.exports=c},"../node_modules/lodash/_Symbol.js":function(e,t,n){var r=n("../node_modules/lodash/_root.js").Symbol;e.exports=r},"../node_modules/lodash/_Uint8Array.js":function(e,t,n){var r=n("../node_modules/lodash/_root.js").Uint8Array;e.exports=r},"../node_modules/lodash/_WeakMap.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(n("../node_modules/lodash/_root.js"),"WeakMap");e.exports=r},"../node_modules/lodash/_apply.js":function(e,t){e.exports=function(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}},"../node_modules/lodash/_arrayEach.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}},"../node_modules/lodash/_arrayFilter.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,a=0,i=[];++n<r;){var o=e[n];t(o,n,e)&&(i[a++]=o)}return i}},"../node_modules/lodash/_arrayIncludes.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIndexOf.js");e.exports=function(e,t){return!!(null==e?0:e.length)&&r(e,t,0)>-1}},"../node_modules/lodash/_arrayIncludesWith.js":function(e,t){e.exports=function(e,t,n){for(var r=-1,a=null==e?0:e.length;++r<a;)if(n(t,e[r]))return!0;return!1}},"../node_modules/lodash/_arrayLikeKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_baseTimes.js"),a=n("../node_modules/lodash/isArguments.js"),i=n("../node_modules/lodash/isArray.js"),o=n("../node_modules/lodash/isBuffer.js"),s=n("../node_modules/lodash/_isIndex.js"),l=n("../node_modules/lodash/isTypedArray.js"),c=Object.prototype.hasOwnProperty;e.exports=function(e,t){var n=i(e),d=!n&&a(e),u=!n&&!d&&o(e),_=!n&&!d&&!u&&l(e),p=n||d||u||_,m=p?r(e.length,String):[],g=m.length;for(var f in e)!t&&!c.call(e,f)||p&&("length"==f||u&&("offset"==f||"parent"==f)||_&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||s(f,g))||m.push(f);return m}},"../node_modules/lodash/_arrayMap.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,a=Array(r);++n<r;)a[n]=t(e[n],n,e);return a}},"../node_modules/lodash/_arrayPush.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=t.length,a=e.length;++n<r;)e[a+n]=t[n];return e}},"../node_modules/lodash/_arraySome.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}},"../node_modules/lodash/_assignMergeValue.js":function(e,t,n){var r=n("../node_modules/lodash/_baseAssignValue.js"),a=n("../node_modules/lodash/eq.js");e.exports=function(e,t,n){(void 0!==n&&!a(e[t],n)||void 0===n&&!(t in e))&&r(e,t,n)}},"../node_modules/lodash/_assignValue.js":function(e,t,n){var r=n("../node_modules/lodash/_baseAssignValue.js"),a=n("../node_modules/lodash/eq.js"),i=Object.prototype.hasOwnProperty;e.exports=function(e,t,n){var o=e[t];i.call(e,t)&&a(o,n)&&(void 0!==n||t in e)||r(e,t,n)}},"../node_modules/lodash/_assocIndexOf.js":function(e,t,n){var r=n("../node_modules/lodash/eq.js");e.exports=function(e,t){for(var n=e.length;n--;)if(r(e[n][0],t))return n;return-1}},"../node_modules/lodash/_baseAssign.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/keys.js");e.exports=function(e,t){return e&&r(t,a(t),e)}},"../node_modules/lodash/_baseAssignIn.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/keysIn.js");e.exports=function(e,t){return e&&r(t,a(t),e)}},"../node_modules/lodash/_baseAssignValue.js":function(e,t,n){var r=n("../node_modules/lodash/_defineProperty.js");e.exports=function(e,t,n){"__proto__"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}},"../node_modules/lodash/_baseClone.js":function(e,t,n){var r=n("../node_modules/lodash/_Stack.js"),a=n("../node_modules/lodash/_arrayEach.js"),i=n("../node_modules/lodash/_assignValue.js"),o=n("../node_modules/lodash/_baseAssign.js"),s=n("../node_modules/lodash/_baseAssignIn.js"),l=n("../node_modules/lodash/_cloneBuffer.js"),c=n("../node_modules/lodash/_copyArray.js"),d=n("../node_modules/lodash/_copySymbols.js"),u=n("../node_modules/lodash/_copySymbolsIn.js"),_=n("../node_modules/lodash/_getAllKeys.js"),p=n("../node_modules/lodash/_getAllKeysIn.js"),m=n("../node_modules/lodash/_getTag.js"),g=n("../node_modules/lodash/_initCloneArray.js"),f=n("../node_modules/lodash/_initCloneByTag.js"),h=n("../node_modules/lodash/_initCloneObject.js"),E=n("../node_modules/lodash/isArray.js"),S=n("../node_modules/lodash/isBuffer.js"),b=n("../node_modules/lodash/isMap.js"),T=n("../node_modules/lodash/isObject.js"),v=n("../node_modules/lodash/isSet.js"),y=n("../node_modules/lodash/keys.js"),C=n("../node_modules/lodash/keysIn.js"),O={};O["[object Arguments]"]=O["[object Array]"]=O["[object ArrayBuffer]"]=O["[object DataView]"]=O["[object Boolean]"]=O["[object Date]"]=O["[object Float32Array]"]=O["[object Float64Array]"]=O["[object Int8Array]"]=O["[object Int16Array]"]=O["[object Int32Array]"]=O["[object Map]"]=O["[object Number]"]=O["[object Object]"]=O["[object RegExp]"]=O["[object Set]"]=O["[object String]"]=O["[object Symbol]"]=O["[object Uint8Array]"]=O["[object Uint8ClampedArray]"]=O["[object Uint16Array]"]=O["[object Uint32Array]"]=!0,O["[object Error]"]=O["[object Function]"]=O["[object WeakMap]"]=!1,e.exports=function e(t,n,N,R,I,A){var w,x=1&n,D=2&n,M=4&n;if(N&&(w=I?N(t,R,I,A):N(t)),void 0!==w)return w;if(!T(t))return t;var L=E(t);if(L){if(w=g(t),!x)return c(t,w)}else{var P=m(t),k="[object Function]"==P||"[object GeneratorFunction]"==P;if(S(t))return l(t,x);if("[object Object]"==P||"[object Arguments]"==P||k&&!I){if(w=D||k?{}:h(t),!x)return D?u(t,s(w,t)):d(t,o(w,t))}else{if(!O[P])return I?t:{};w=f(t,P,x)}}A||(A=new r);var j=A.get(t);if(j)return j;A.set(t,w),v(t)?t.forEach((function(r){w.add(e(r,n,N,r,t,A))})):b(t)&&t.forEach((function(r,a){w.set(a,e(r,n,N,a,t,A))}));var U=L?void 0:(M?D?p:_:D?C:y)(t);return a(U||t,(function(r,a){U&&(r=t[a=r]),i(w,a,e(r,n,N,a,t,A))})),w}},"../node_modules/lodash/_baseCreate.js":function(e,t,n){var r=n("../node_modules/lodash/isObject.js"),a=Object.create,i=function(){function e(){}return function(t){if(!r(t))return{};if(a)return a(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=i},"../node_modules/lodash/_baseFindIndex.js":function(e,t){e.exports=function(e,t,n,r){for(var a=e.length,i=n+(r?1:-1);r?i--:++i<a;)if(t(e[i],i,e))return i;return-1}},"../node_modules/lodash/_baseFlatten.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayPush.js"),a=n("../node_modules/lodash/_isFlattenable.js");e.exports=function e(t,n,i,o,s){var l=-1,c=t.length;for(i||(i=a),s||(s=[]);++l<c;){var d=t[l];n>0&&i(d)?n>1?e(d,n-1,i,o,s):r(s,d):o||(s[s.length]=d)}return s}},"../node_modules/lodash/_baseFor.js":function(e,t,n){var r=n("../node_modules/lodash/_createBaseFor.js")();e.exports=r},"../node_modules/lodash/_baseGet.js":function(e,t,n){var r=n("../node_modules/lodash/_castPath.js"),a=n("../node_modules/lodash/_toKey.js");e.exports=function(e,t){for(var n=0,i=(t=r(t,e)).length;null!=e&&n<i;)e=e[a(t[n++])];return n&&n==i?e:void 0}},"../node_modules/lodash/_baseGetAllKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayPush.js"),a=n("../node_modules/lodash/isArray.js");e.exports=function(e,t,n){var i=t(e);return a(e)?i:r(i,n(e))}},"../node_modules/lodash/_baseGetTag.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=n("../node_modules/lodash/_getRawTag.js"),i=n("../node_modules/lodash/_objectToString.js"),o=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?a(e):i(e)}},"../node_modules/lodash/_baseHasIn.js":function(e,t){e.exports=function(e,t){return null!=e&&t in Object(e)}},"../node_modules/lodash/_baseIndexOf.js":function(e,t,n){var r=n("../node_modules/lodash/_baseFindIndex.js"),a=n("../node_modules/lodash/_baseIsNaN.js"),i=n("../node_modules/lodash/_strictIndexOf.js");e.exports=function(e,t,n){return t===t?i(e,t,n):r(e,a,n)}},"../node_modules/lodash/_baseIsArguments.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&"[object Arguments]"==r(e)}},"../node_modules/lodash/_baseIsEqual.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsEqualDeep.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function e(t,n,i,o,s){return t===n||(null==t||null==n||!a(t)&&!a(n)?t!==t&&n!==n:r(t,n,i,o,e,s))}},"../node_modules/lodash/_baseIsEqualDeep.js":function(e,t,n){var r=n("../node_modules/lodash/_Stack.js"),a=n("../node_modules/lodash/_equalArrays.js"),i=n("../node_modules/lodash/_equalByTag.js"),o=n("../node_modules/lodash/_equalObjects.js"),s=n("../node_modules/lodash/_getTag.js"),l=n("../node_modules/lodash/isArray.js"),c=n("../node_modules/lodash/isBuffer.js"),d=n("../node_modules/lodash/isTypedArray.js"),u="[object Object]",_=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,p,m,g){var f=l(e),h=l(t),E=f?"[object Array]":s(e),S=h?"[object Array]":s(t),b=(E="[object Arguments]"==E?u:E)==u,T=(S="[object Arguments]"==S?u:S)==u,v=E==S;if(v&&c(e)){if(!c(t))return!1;f=!0,b=!1}if(v&&!b)return g||(g=new r),f||d(e)?a(e,t,n,p,m,g):i(e,t,E,n,p,m,g);if(!(1&n)){var y=b&&_.call(e,"__wrapped__"),C=T&&_.call(t,"__wrapped__");if(y||C){var O=y?e.value():e,N=C?t.value():t;return g||(g=new r),m(O,N,n,p,g)}}return!!v&&(g||(g=new r),o(e,t,n,p,m,g))}},"../node_modules/lodash/_baseIsMap.js":function(e,t,n){var r=n("../node_modules/lodash/_getTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&"[object Map]"==r(e)}},"../node_modules/lodash/_baseIsMatch.js":function(e,t,n){var r=n("../node_modules/lodash/_Stack.js"),a=n("../node_modules/lodash/_baseIsEqual.js");e.exports=function(e,t,n,i){var o=n.length,s=o,l=!i;if(null==e)return!s;for(e=Object(e);o--;){var c=n[o];if(l&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++o<s;){var d=(c=n[o])[0],u=e[d],_=c[1];if(l&&c[2]){if(void 0===u&&!(d in e))return!1}else{var p=new r;if(i)var m=i(u,_,d,e,t,p);if(!(void 0===m?a(_,u,3,i,p):m))return!1}}return!0}},"../node_modules/lodash/_baseIsNaN.js":function(e,t){e.exports=function(e){return e!==e}},"../node_modules/lodash/_baseIsNative.js":function(e,t,n){var r=n("../node_modules/lodash/isFunction.js"),a=n("../node_modules/lodash/_isMasked.js"),i=n("../node_modules/lodash/isObject.js"),o=n("../node_modules/lodash/_toSource.js"),s=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,d=l.toString,u=c.hasOwnProperty,_=RegExp("^"+d.call(u).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||a(e))&&(r(e)?_:s).test(o(e))}},"../node_modules/lodash/_baseIsSet.js":function(e,t,n){var r=n("../node_modules/lodash/_getTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&"[object Set]"==r(e)}},"../node_modules/lodash/_baseIsTypedArray.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isLength.js"),i=n("../node_modules/lodash/isObjectLike.js"),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return i(e)&&a(e.length)&&!!o[r(e)]}},"../node_modules/lodash/_baseIteratee.js":function(e,t,n){var r=n("../node_modules/lodash/_baseMatches.js"),a=n("../node_modules/lodash/_baseMatchesProperty.js"),i=n("../node_modules/lodash/identity.js"),o=n("../node_modules/lodash/isArray.js"),s=n("../node_modules/lodash/property.js");e.exports=function(e){return"function"==typeof e?e:null==e?i:"object"==typeof e?o(e)?a(e[0],e[1]):r(e):s(e)}},"../node_modules/lodash/_baseKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_isPrototype.js"),a=n("../node_modules/lodash/_nativeKeys.js"),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return a(e);var t=[];for(var n in Object(e))i.call(e,n)&&"constructor"!=n&&t.push(n);return t}},"../node_modules/lodash/_baseKeysIn.js":function(e,t,n){var r=n("../node_modules/lodash/isObject.js"),a=n("../node_modules/lodash/_isPrototype.js"),i=n("../node_modules/lodash/_nativeKeysIn.js"),o=Object.prototype.hasOwnProperty;e.exports=function(e){if(!r(e))return i(e);var t=a(e),n=[];for(var s in e)("constructor"!=s||!t&&o.call(e,s))&&n.push(s);return n}},"../node_modules/lodash/_baseLodash.js":function(e,t){e.exports=function(){}},"../node_modules/lodash/_baseMatches.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsMatch.js"),a=n("../node_modules/lodash/_getMatchData.js"),i=n("../node_modules/lodash/_matchesStrictComparable.js");e.exports=function(e){var t=a(e);return 1==t.length&&t[0][2]?i(t[0][0],t[0][1]):function(n){return n===e||r(n,e,t)}}},"../node_modules/lodash/_baseMatchesProperty.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsEqual.js"),a=n("../node_modules/lodash/get.js"),i=n("../node_modules/lodash/hasIn.js"),o=n("../node_modules/lodash/_isKey.js"),s=n("../node_modules/lodash/_isStrictComparable.js"),l=n("../node_modules/lodash/_matchesStrictComparable.js"),c=n("../node_modules/lodash/_toKey.js");e.exports=function(e,t){return o(e)&&s(t)?l(c(e),t):function(n){var o=a(n,e);return void 0===o&&o===t?i(n,e):r(t,o,3)}}},"../node_modules/lodash/_baseMerge.js":function(e,t,n){var r=n("../node_modules/lodash/_Stack.js"),a=n("../node_modules/lodash/_assignMergeValue.js"),i=n("../node_modules/lodash/_baseFor.js"),o=n("../node_modules/lodash/_baseMergeDeep.js"),s=n("../node_modules/lodash/isObject.js"),l=n("../node_modules/lodash/keysIn.js"),c=n("../node_modules/lodash/_safeGet.js");e.exports=function e(t,n,d,u,_){t!==n&&i(n,(function(i,l){if(_||(_=new r),s(i))o(t,n,l,d,e,u,_);else{var p=u?u(c(t,l),i,l+"",t,n,_):void 0;void 0===p&&(p=i),a(t,l,p)}}),l)}},"../node_modules/lodash/_baseMergeDeep.js":function(e,t,n){var r=n("../node_modules/lodash/_assignMergeValue.js"),a=n("../node_modules/lodash/_cloneBuffer.js"),i=n("../node_modules/lodash/_cloneTypedArray.js"),o=n("../node_modules/lodash/_copyArray.js"),s=n("../node_modules/lodash/_initCloneObject.js"),l=n("../node_modules/lodash/isArguments.js"),c=n("../node_modules/lodash/isArray.js"),d=n("../node_modules/lodash/isArrayLikeObject.js"),u=n("../node_modules/lodash/isBuffer.js"),_=n("../node_modules/lodash/isFunction.js"),p=n("../node_modules/lodash/isObject.js"),m=n("../node_modules/lodash/isPlainObject.js"),g=n("../node_modules/lodash/isTypedArray.js"),f=n("../node_modules/lodash/_safeGet.js"),h=n("../node_modules/lodash/toPlainObject.js");e.exports=function(e,t,n,E,S,b,T){var v=f(e,n),y=f(t,n),C=T.get(y);if(C)r(e,n,C);else{var O=b?b(v,y,n+"",e,t,T):void 0,N=void 0===O;if(N){var R=c(y),I=!R&&u(y),A=!R&&!I&&g(y);O=y,R||I||A?c(v)?O=v:d(v)?O=o(v):I?(N=!1,O=a(y,!0)):A?(N=!1,O=i(y,!0)):O=[]:m(y)||l(y)?(O=v,l(v)?O=h(v):p(v)&&!_(v)||(O=s(y))):N=!1}N&&(T.set(y,O),S(O,y,E,b,T),T.delete(y)),r(e,n,O)}}},"../node_modules/lodash/_baseProperty.js":function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},"../node_modules/lodash/_basePropertyDeep.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGet.js");e.exports=function(e){return function(t){return r(t,e)}}},"../node_modules/lodash/_baseRest.js":function(e,t,n){var r=n("../node_modules/lodash/identity.js"),a=n("../node_modules/lodash/_overRest.js"),i=n("../node_modules/lodash/_setToString.js");e.exports=function(e,t){return i(a(e,t,r),e+"")}},"../node_modules/lodash/_baseSetData.js":function(e,t,n){var r=n("../node_modules/lodash/identity.js"),a=n("../node_modules/lodash/_metaMap.js"),i=a?function(e,t){return a.set(e,t),e}:r;e.exports=i},"../node_modules/lodash/_baseSetToString.js":function(e,t,n){var r=n("../node_modules/lodash/constant.js"),a=n("../node_modules/lodash/_defineProperty.js"),i=n("../node_modules/lodash/identity.js"),o=a?function(e,t){return a(e,"toString",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:i;e.exports=o},"../node_modules/lodash/_baseSlice.js":function(e,t){e.exports=function(e,t,n){var r=-1,a=e.length;t<0&&(t=-t>a?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(a);++r<a;)i[r]=e[r+t];return i}},"../node_modules/lodash/_baseTimes.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}},"../node_modules/lodash/_baseToString.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=n("../node_modules/lodash/_arrayMap.js"),i=n("../node_modules/lodash/isArray.js"),o=n("../node_modules/lodash/isSymbol.js"),s=r?r.prototype:void 0,l=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(i(t))return a(t,e)+"";if(o(t))return l?l.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},"../node_modules/lodash/_baseTrim.js":function(e,t,n){var r=n("../node_modules/lodash/_trimmedEndIndex.js"),a=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(a,""):e}},"../node_modules/lodash/_baseUnary.js":function(e,t){e.exports=function(e){return function(t){return e(t)}}},"../node_modules/lodash/_baseUniq.js":function(e,t,n){var r=n("../node_modules/lodash/_SetCache.js"),a=n("../node_modules/lodash/_arrayIncludes.js"),i=n("../node_modules/lodash/_arrayIncludesWith.js"),o=n("../node_modules/lodash/_cacheHas.js"),s=n("../node_modules/lodash/_createSet.js"),l=n("../node_modules/lodash/_setToArray.js");e.exports=function(e,t,n){var c=-1,d=a,u=e.length,_=!0,p=[],m=p;if(n)_=!1,d=i;else if(u>=200){var g=t?null:s(e);if(g)return l(g);_=!1,d=o,m=new r}else m=t?[]:p;e:for(;++c<u;){var f=e[c],h=t?t(f):f;if(f=n||0!==f?f:0,_&&h===h){for(var E=m.length;E--;)if(m[E]===h)continue e;t&&m.push(h),p.push(f)}else d(m,h,n)||(m!==p&&m.push(h),p.push(f))}return p}},"../node_modules/lodash/_baseUnset.js":function(e,t,n){var r=n("../node_modules/lodash/_castPath.js"),a=n("../node_modules/lodash/last.js"),i=n("../node_modules/lodash/_parent.js"),o=n("../node_modules/lodash/_toKey.js");e.exports=function(e,t){return t=r(t,e),null==(e=i(e,t))||delete e[o(a(t))]}},"../node_modules/lodash/_cacheHas.js":function(e,t){e.exports=function(e,t){return e.has(t)}},"../node_modules/lodash/_castPath.js":function(e,t,n){var r=n("../node_modules/lodash/isArray.js"),a=n("../node_modules/lodash/_isKey.js"),i=n("../node_modules/lodash/_stringToPath.js"),o=n("../node_modules/lodash/toString.js");e.exports=function(e,t){return r(e)?e:a(e,t)?[e]:i(o(e))}},"../node_modules/lodash/_cloneArrayBuffer.js":function(e,t,n){var r=n("../node_modules/lodash/_Uint8Array.js");e.exports=function(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}},"../node_modules/lodash/_cloneBuffer.js":function(e,t,n){(function(e){var r=n("../node_modules/lodash/_root.js"),a=t&&!t.nodeType&&t,i=a&&"object"==typeof e&&e&&!e.nodeType&&e,o=i&&i.exports===a?r.Buffer:void 0,s=o?o.allocUnsafe:void 0;e.exports=function(e,t){if(t)return e.slice();var n=e.length,r=s?s(n):new e.constructor(n);return e.copy(r),r}}).call(this,n("../node_modules/webpack/buildin/module.js")(e))},"../node_modules/lodash/_cloneDataView.js":function(e,t,n){var r=n("../node_modules/lodash/_cloneArrayBuffer.js");e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}},"../node_modules/lodash/_cloneRegExp.js":function(e,t){var n=/\w*$/;e.exports=function(e){var t=new e.constructor(e.source,n.exec(e));return t.lastIndex=e.lastIndex,t}},"../node_modules/lodash/_cloneSymbol.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=r?r.prototype:void 0,i=a?a.valueOf:void 0;e.exports=function(e){return i?Object(i.call(e)):{}}},"../node_modules/lodash/_cloneTypedArray.js":function(e,t,n){var r=n("../node_modules/lodash/_cloneArrayBuffer.js");e.exports=function(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}},"../node_modules/lodash/_composeArgs.js":function(e,t){var n=Math.max;e.exports=function(e,t,r,a){for(var i=-1,o=e.length,s=r.length,l=-1,c=t.length,d=n(o-s,0),u=Array(c+d),_=!a;++l<c;)u[l]=t[l];for(;++i<s;)(_||i<o)&&(u[r[i]]=e[i]);for(;d--;)u[l++]=e[i++];return u}},"../node_modules/lodash/_composeArgsRight.js":function(e,t){var n=Math.max;e.exports=function(e,t,r,a){for(var i=-1,o=e.length,s=-1,l=r.length,c=-1,d=t.length,u=n(o-l,0),_=Array(u+d),p=!a;++i<u;)_[i]=e[i];for(var m=i;++c<d;)_[m+c]=t[c];for(;++s<l;)(p||i<o)&&(_[m+r[s]]=e[i++]);return _}},"../node_modules/lodash/_copyArray.js":function(e,t){e.exports=function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}},"../node_modules/lodash/_copyObject.js":function(e,t,n){var r=n("../node_modules/lodash/_assignValue.js"),a=n("../node_modules/lodash/_baseAssignValue.js");e.exports=function(e,t,n,i){var o=!n;n||(n={});for(var s=-1,l=t.length;++s<l;){var c=t[s],d=i?i(n[c],e[c],c,n,e):void 0;void 0===d&&(d=e[c]),o?a(n,c,d):r(n,c,d)}return n}},"../node_modules/lodash/_copySymbols.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/_getSymbols.js");e.exports=function(e,t){return r(e,a(e),t)}},"../node_modules/lodash/_copySymbolsIn.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/_getSymbolsIn.js");e.exports=function(e,t){return r(e,a(e),t)}},"../node_modules/lodash/_coreJsData.js":function(e,t,n){var r=n("../node_modules/lodash/_root.js")["__core-js_shared__"];e.exports=r},"../node_modules/lodash/_countHolders.js":function(e,t){e.exports=function(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}},"../node_modules/lodash/_createAssigner.js":function(e,t,n){var r=n("../node_modules/lodash/_baseRest.js"),a=n("../node_modules/lodash/_isIterateeCall.js");e.exports=function(e){return r((function(t,n){var r=-1,i=n.length,o=i>1?n[i-1]:void 0,s=i>2?n[2]:void 0;for(o=e.length>3&&"function"==typeof o?(i--,o):void 0,s&&a(n[0],n[1],s)&&(o=i<3?void 0:o,i=1),t=Object(t);++r<i;){var l=n[r];l&&e(t,l,r,o)}return t}))}},"../node_modules/lodash/_createBaseFor.js":function(e,t){e.exports=function(e){return function(t,n,r){for(var a=-1,i=Object(t),o=r(t),s=o.length;s--;){var l=o[e?s:++a];if(!1===n(i[l],l,i))break}return t}}},"../node_modules/lodash/_createBind.js":function(e,t,n){var r=n("../node_modules/lodash/_createCtor.js"),a=n("../node_modules/lodash/_root.js");e.exports=function(e,t,n){var i=1&t,o=r(e);return function t(){var r=this&&this!==a&&this instanceof t?o:e;return r.apply(i?n:this,arguments)}}},"../node_modules/lodash/_createCtor.js":function(e,t,n){var r=n("../node_modules/lodash/_baseCreate.js"),a=n("../node_modules/lodash/isObject.js");e.exports=function(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=r(e.prototype),i=e.apply(n,t);return a(i)?i:n}}},"../node_modules/lodash/_createCurry.js":function(e,t,n){var r=n("../node_modules/lodash/_apply.js"),a=n("../node_modules/lodash/_createCtor.js"),i=n("../node_modules/lodash/_createHybrid.js"),o=n("../node_modules/lodash/_createRecurry.js"),s=n("../node_modules/lodash/_getHolder.js"),l=n("../node_modules/lodash/_replaceHolders.js"),c=n("../node_modules/lodash/_root.js");e.exports=function(e,t,n){var d=a(e);return function a(){for(var u=arguments.length,_=Array(u),p=u,m=s(a);p--;)_[p]=arguments[p];var g=u<3&&_[0]!==m&&_[u-1]!==m?[]:l(_,m);if((u-=g.length)<n)return o(e,t,i,a.placeholder,void 0,_,g,void 0,void 0,n-u);var f=this&&this!==c&&this instanceof a?d:e;return r(f,this,_)}}},"../node_modules/lodash/_createFlow.js":function(e,t,n){var r=n("../node_modules/lodash/_LodashWrapper.js"),a=n("../node_modules/lodash/_flatRest.js"),i=n("../node_modules/lodash/_getData.js"),o=n("../node_modules/lodash/_getFuncName.js"),s=n("../node_modules/lodash/isArray.js"),l=n("../node_modules/lodash/_isLaziable.js");e.exports=function(e){return a((function(t){var n=t.length,a=n,c=r.prototype.thru;for(e&&t.reverse();a--;){var d=t[a];if("function"!=typeof d)throw new TypeError("Expected a function");if(c&&!u&&"wrapper"==o(d))var u=new r([],!0)}for(a=u?a:n;++a<n;){d=t[a];var _=o(d),p="wrapper"==_?i(d):void 0;u=p&&l(p[0])&&424==p[1]&&!p[4].length&&1==p[9]?u[o(p[0])].apply(u,p[3]):1==d.length&&l(d)?u[_]():u.thru(d)}return function(){var e=arguments,r=e[0];if(u&&1==e.length&&s(r))return u.plant(r).value();for(var a=0,i=n?t[a].apply(this,e):r;++a<n;)i=t[a].call(this,i);return i}}))}},"../node_modules/lodash/_createHybrid.js":function(e,t,n){var r=n("../node_modules/lodash/_composeArgs.js"),a=n("../node_modules/lodash/_composeArgsRight.js"),i=n("../node_modules/lodash/_countHolders.js"),o=n("../node_modules/lodash/_createCtor.js"),s=n("../node_modules/lodash/_createRecurry.js"),l=n("../node_modules/lodash/_getHolder.js"),c=n("../node_modules/lodash/_reorder.js"),d=n("../node_modules/lodash/_replaceHolders.js"),u=n("../node_modules/lodash/_root.js");e.exports=function e(t,n,_,p,m,g,f,h,E,S){var b=128&n,T=1&n,v=2&n,y=24&n,C=512&n,O=v?void 0:o(t);return function N(){for(var R=arguments.length,I=Array(R),A=R;A--;)I[A]=arguments[A];if(y)var w=l(N),x=i(I,w);if(p&&(I=r(I,p,m,y)),g&&(I=a(I,g,f,y)),R-=x,y&&R<S){var D=d(I,w);return s(t,n,e,N.placeholder,_,I,D,h,E,S-R)}var M=T?_:this,L=v?M[t]:t;return R=I.length,h?I=c(I,h):C&&R>1&&I.reverse(),b&&E<R&&(I.length=E),this&&this!==u&&this instanceof N&&(L=O||o(L)),L.apply(M,I)}}},"../node_modules/lodash/_createPartial.js":function(e,t,n){var r=n("../node_modules/lodash/_apply.js"),a=n("../node_modules/lodash/_createCtor.js"),i=n("../node_modules/lodash/_root.js");e.exports=function(e,t,n,o){var s=1&t,l=a(e);return function t(){for(var a=-1,c=arguments.length,d=-1,u=o.length,_=Array(u+c),p=this&&this!==i&&this instanceof t?l:e;++d<u;)_[d]=o[d];for(;c--;)_[d++]=arguments[++a];return r(p,s?n:this,_)}}},"../node_modules/lodash/_createRecurry.js":function(e,t,n){var r=n("../node_modules/lodash/_isLaziable.js"),a=n("../node_modules/lodash/_setData.js"),i=n("../node_modules/lodash/_setWrapToString.js");e.exports=function(e,t,n,o,s,l,c,d,u,_){var p=8&t;t|=p?32:64,4&(t&=~(p?64:32))||(t&=-4);var m=[e,t,s,p?l:void 0,p?c:void 0,p?void 0:l,p?void 0:c,d,u,_],g=n.apply(void 0,m);return r(e)&&a(g,m),g.placeholder=o,i(g,e,t)}},"../node_modules/lodash/_createSet.js":function(e,t,n){var r=n("../node_modules/lodash/_Set.js"),a=n("../node_modules/lodash/noop.js"),i=n("../node_modules/lodash/_setToArray.js"),o=r&&1/i(new r([,-0]))[1]==1/0?function(e){return new r(e)}:a;e.exports=o},"../node_modules/lodash/_createWrap.js":function(e,t,n){var r=n("../node_modules/lodash/_baseSetData.js"),a=n("../node_modules/lodash/_createBind.js"),i=n("../node_modules/lodash/_createCurry.js"),o=n("../node_modules/lodash/_createHybrid.js"),s=n("../node_modules/lodash/_createPartial.js"),l=n("../node_modules/lodash/_getData.js"),c=n("../node_modules/lodash/_mergeData.js"),d=n("../node_modules/lodash/_setData.js"),u=n("../node_modules/lodash/_setWrapToString.js"),_=n("../node_modules/lodash/toInteger.js"),p=Math.max;e.exports=function(e,t,n,m,g,f,h,E){var S=2&t;if(!S&&"function"!=typeof e)throw new TypeError("Expected a function");var b=m?m.length:0;if(b||(t&=-97,m=g=void 0),h=void 0===h?h:p(_(h),0),E=void 0===E?E:_(E),b-=g?g.length:0,64&t){var T=m,v=g;m=g=void 0}var y=S?void 0:l(e),C=[e,t,n,m,g,T,v,f,h,E];if(y&&c(C,y),e=C[0],t=C[1],n=C[2],m=C[3],g=C[4],!(E=C[9]=void 0===C[9]?S?0:e.length:p(C[9]-b,0))&&24&t&&(t&=-25),t&&1!=t)O=8==t||16==t?i(e,t,E):32!=t&&33!=t||g.length?o.apply(void 0,C):s(e,t,n,m);else var O=a(e,t,n);return u((y?r:d)(O,C),e,t)}},"../node_modules/lodash/_customOmitClone.js":function(e,t,n){var r=n("../node_modules/lodash/isPlainObject.js");e.exports=function(e){return r(e)?void 0:e}},"../node_modules/lodash/_defineProperty.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js"),a=function(){try{var e=r(Object,"defineProperty");return e({},"",{}),e}catch(t){}}();e.exports=a},"../node_modules/lodash/_equalArrays.js":function(e,t,n){var r=n("../node_modules/lodash/_SetCache.js"),a=n("../node_modules/lodash/_arraySome.js"),i=n("../node_modules/lodash/_cacheHas.js");e.exports=function(e,t,n,o,s,l){var c=1&n,d=e.length,u=t.length;if(d!=u&&!(c&&u>d))return!1;var _=l.get(e),p=l.get(t);if(_&&p)return _==t&&p==e;var m=-1,g=!0,f=2&n?new r:void 0;for(l.set(e,t),l.set(t,e);++m<d;){var h=e[m],E=t[m];if(o)var S=c?o(E,h,m,t,e,l):o(h,E,m,e,t,l);if(void 0!==S){if(S)continue;g=!1;break}if(f){if(!a(t,(function(e,t){if(!i(f,t)&&(h===e||s(h,e,n,o,l)))return f.push(t)}))){g=!1;break}}else if(h!==E&&!s(h,E,n,o,l)){g=!1;break}}return l.delete(e),l.delete(t),g}},"../node_modules/lodash/_equalByTag.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=n("../node_modules/lodash/_Uint8Array.js"),i=n("../node_modules/lodash/eq.js"),o=n("../node_modules/lodash/_equalArrays.js"),s=n("../node_modules/lodash/_mapToArray.js"),l=n("../node_modules/lodash/_setToArray.js"),c=r?r.prototype:void 0,d=c?c.valueOf:void 0;e.exports=function(e,t,n,r,c,u,_){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!u(new a(e),new a(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var p=s;case"[object Set]":var m=1&r;if(p||(p=l),e.size!=t.size&&!m)return!1;var g=_.get(e);if(g)return g==t;r|=2,_.set(e,t);var f=o(p(e),p(t),r,c,u,_);return _.delete(e),f;case"[object Symbol]":if(d)return d.call(e)==d.call(t)}return!1}},"../node_modules/lodash/_equalObjects.js":function(e,t,n){var r=n("../node_modules/lodash/_getAllKeys.js"),a=Object.prototype.hasOwnProperty;e.exports=function(e,t,n,i,o,s){var l=1&n,c=r(e),d=c.length;if(d!=r(t).length&&!l)return!1;for(var u=d;u--;){var _=c[u];if(!(l?_ in t:a.call(t,_)))return!1}var p=s.get(e),m=s.get(t);if(p&&m)return p==t&&m==e;var g=!0;s.set(e,t),s.set(t,e);for(var f=l;++u<d;){var h=e[_=c[u]],E=t[_];if(i)var S=l?i(E,h,_,t,e,s):i(h,E,_,e,t,s);if(!(void 0===S?h===E||o(h,E,n,i,s):S)){g=!1;break}f||(f="constructor"==_)}if(g&&!f){var b=e.constructor,T=t.constructor;b==T||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof T&&T instanceof T||(g=!1)}return s.delete(e),s.delete(t),g}},"../node_modules/lodash/_flatRest.js":function(e,t,n){var r=n("../node_modules/lodash/flatten.js"),a=n("../node_modules/lodash/_overRest.js"),i=n("../node_modules/lodash/_setToString.js");e.exports=function(e){return i(a(e,void 0,r),e+"")}},"../node_modules/lodash/_freeGlobal.js":function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/lodash/_getAllKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetAllKeys.js"),a=n("../node_modules/lodash/_getSymbols.js"),i=n("../node_modules/lodash/keys.js");e.exports=function(e){return r(e,i,a)}},"../node_modules/lodash/_getAllKeysIn.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetAllKeys.js"),a=n("../node_modules/lodash/_getSymbolsIn.js"),i=n("../node_modules/lodash/keysIn.js");e.exports=function(e){return r(e,i,a)}},"../node_modules/lodash/_getData.js":function(e,t,n){var r=n("../node_modules/lodash/_metaMap.js"),a=n("../node_modules/lodash/noop.js"),i=r?function(e){return r.get(e)}:a;e.exports=i},"../node_modules/lodash/_getFuncName.js":function(e,t,n){var r=n("../node_modules/lodash/_realNames.js"),a=Object.prototype.hasOwnProperty;e.exports=function(e){for(var t=e.name+"",n=r[t],i=a.call(r,t)?n.length:0;i--;){var o=n[i],s=o.func;if(null==s||s==e)return o.name}return t}},"../node_modules/lodash/_getHolder.js":function(e,t){e.exports=function(e){return e.placeholder}},"../node_modules/lodash/_getMapData.js":function(e,t,n){var r=n("../node_modules/lodash/_isKeyable.js");e.exports=function(e,t){var n=e.__data__;return r(t)?n["string"==typeof t?"string":"hash"]:n.map}},"../node_modules/lodash/_getMatchData.js":function(e,t,n){var r=n("../node_modules/lodash/_isStrictComparable.js"),a=n("../node_modules/lodash/keys.js");e.exports=function(e){for(var t=a(e),n=t.length;n--;){var i=t[n],o=e[i];t[n]=[i,o,r(o)]}return t}},"../node_modules/lodash/_getNative.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsNative.js"),a=n("../node_modules/lodash/_getValue.js");e.exports=function(e,t){var n=a(e,t);return r(n)?n:void 0}},"../node_modules/lodash/_getPrototype.js":function(e,t,n){var r=n("../node_modules/lodash/_overArg.js")(Object.getPrototypeOf,Object);e.exports=r},"../node_modules/lodash/_getRawTag.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=Object.prototype,i=a.hasOwnProperty,o=a.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(l){}var a=o.call(e);return r&&(t?e[s]=n:delete e[s]),a}},"../node_modules/lodash/_getSymbols.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayFilter.js"),a=n("../node_modules/lodash/stubArray.js"),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,s=o?function(e){return null==e?[]:(e=Object(e),r(o(e),(function(t){return i.call(e,t)})))}:a;e.exports=s},"../node_modules/lodash/_getSymbolsIn.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayPush.js"),a=n("../node_modules/lodash/_getPrototype.js"),i=n("../node_modules/lodash/_getSymbols.js"),o=n("../node_modules/lodash/stubArray.js"),s=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)r(t,i(e)),e=a(e);return t}:o;e.exports=s},"../node_modules/lodash/_getTag.js":function(e,t,n){var r=n("../node_modules/lodash/_DataView.js"),a=n("../node_modules/lodash/_Map.js"),i=n("../node_modules/lodash/_Promise.js"),o=n("../node_modules/lodash/_Set.js"),s=n("../node_modules/lodash/_WeakMap.js"),l=n("../node_modules/lodash/_baseGetTag.js"),c=n("../node_modules/lodash/_toSource.js"),d=c(r),u=c(a),_=c(i),p=c(o),m=c(s),g=l;(r&&"[object DataView]"!=g(new r(new ArrayBuffer(1)))||a&&"[object Map]"!=g(new a)||i&&"[object Promise]"!=g(i.resolve())||o&&"[object Set]"!=g(new o)||s&&"[object WeakMap]"!=g(new s))&&(g=function(e){var t=l(e),n="[object Object]"==t?e.constructor:void 0,r=n?c(n):"";if(r)switch(r){case d:return"[object DataView]";case u:return"[object Map]";case _:return"[object Promise]";case p:return"[object Set]";case m:return"[object WeakMap]"}return t}),e.exports=g},"../node_modules/lodash/_getValue.js":function(e,t){e.exports=function(e,t){return null==e?void 0:e[t]}},"../node_modules/lodash/_getWrapDetails.js":function(e,t){var n=/\{\n\/\* \[wrapped with (.+)\] \*/,r=/,? & /;e.exports=function(e){var t=e.match(n);return t?t[1].split(r):[]}},"../node_modules/lodash/_hasPath.js":function(e,t,n){var r=n("../node_modules/lodash/_castPath.js"),a=n("../node_modules/lodash/isArguments.js"),i=n("../node_modules/lodash/isArray.js"),o=n("../node_modules/lodash/_isIndex.js"),s=n("../node_modules/lodash/isLength.js"),l=n("../node_modules/lodash/_toKey.js");e.exports=function(e,t,n){for(var c=-1,d=(t=r(t,e)).length,u=!1;++c<d;){var _=l(t[c]);if(!(u=null!=e&&n(e,_)))break;e=e[_]}return u||++c!=d?u:!!(d=null==e?0:e.length)&&s(d)&&o(_,d)&&(i(e)||a(e))}},"../node_modules/lodash/_hashClear.js":function(e,t,n){var r=n("../node_modules/lodash/_nativeCreate.js");e.exports=function(){this.__data__=r?r(null):{},this.size=0}},"../node_modules/lodash/_hashDelete.js":function(e,t){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},"../node_modules/lodash/_hashGet.js":function(e,t,n){var r=n("../node_modules/lodash/_nativeCreate.js"),a=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(r){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return a.call(t,e)?t[e]:void 0}},"../node_modules/lodash/_hashHas.js":function(e,t,n){var r=n("../node_modules/lodash/_nativeCreate.js"),a=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return r?void 0!==t[e]:a.call(t,e)}},"../node_modules/lodash/_hashSet.js":function(e,t,n){var r=n("../node_modules/lodash/_nativeCreate.js");e.exports=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?"__lodash_hash_undefined__":t,this}},"../node_modules/lodash/_initCloneArray.js":function(e,t){var n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=e.length,r=new e.constructor(t);return t&&"string"==typeof e[0]&&n.call(e,"index")&&(r.index=e.index,r.input=e.input),r}},"../node_modules/lodash/_initCloneByTag.js":function(e,t,n){var r=n("../node_modules/lodash/_cloneArrayBuffer.js"),a=n("../node_modules/lodash/_cloneDataView.js"),i=n("../node_modules/lodash/_cloneRegExp.js"),o=n("../node_modules/lodash/_cloneSymbol.js"),s=n("../node_modules/lodash/_cloneTypedArray.js");e.exports=function(e,t,n){var l=e.constructor;switch(t){case"[object ArrayBuffer]":return r(e);case"[object Boolean]":case"[object Date]":return new l(+e);case"[object DataView]":return a(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return s(e,n);case"[object Map]":return new l;case"[object Number]":case"[object String]":return new l(e);case"[object RegExp]":return i(e);case"[object Set]":return new l;case"[object Symbol]":return o(e)}}},"../node_modules/lodash/_initCloneObject.js":function(e,t,n){var r=n("../node_modules/lodash/_baseCreate.js"),a=n("../node_modules/lodash/_getPrototype.js"),i=n("../node_modules/lodash/_isPrototype.js");e.exports=function(e){return"function"!=typeof e.constructor||i(e)?{}:r(a(e))}},"../node_modules/lodash/_insertWrapDetails.js":function(e,t){var n=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;e.exports=function(e,t){var r=t.length;if(!r)return e;var a=r-1;return t[a]=(r>1?"& ":"")+t[a],t=t.join(r>2?", ":" "),e.replace(n,"{\n/* [wrapped with "+t+"] */\n")}},"../node_modules/lodash/_isFlattenable.js":function(e,t,n){var r=n("../node_modules/lodash/_Symbol.js"),a=n("../node_modules/lodash/isArguments.js"),i=n("../node_modules/lodash/isArray.js"),o=r?r.isConcatSpreadable:void 0;e.exports=function(e){return i(e)||a(e)||!!(o&&e&&e[o])}},"../node_modules/lodash/_isIndex.js":function(e,t){var n=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&n.test(e))&&e>-1&&e%1==0&&e<t}},"../node_modules/lodash/_isIterateeCall.js":function(e,t,n){var r=n("../node_modules/lodash/eq.js"),a=n("../node_modules/lodash/isArrayLike.js"),i=n("../node_modules/lodash/_isIndex.js"),o=n("../node_modules/lodash/isObject.js");e.exports=function(e,t,n){if(!o(n))return!1;var s=typeof t;return!!("number"==s?a(n)&&i(t,n.length):"string"==s&&t in n)&&r(n[t],e)}},"../node_modules/lodash/_isKey.js":function(e,t,n){var r=n("../node_modules/lodash/isArray.js"),a=n("../node_modules/lodash/isSymbol.js"),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/;e.exports=function(e,t){if(r(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!a(e))||(o.test(e)||!i.test(e)||null!=t&&e in Object(t))}},"../node_modules/lodash/_isKeyable.js":function(e,t){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},"../node_modules/lodash/_isLaziable.js":function(e,t,n){var r=n("../node_modules/lodash/_LazyWrapper.js"),a=n("../node_modules/lodash/_getData.js"),i=n("../node_modules/lodash/_getFuncName.js"),o=n("../node_modules/lodash/wrapperLodash.js");e.exports=function(e){var t=i(e),n=o[t];if("function"!=typeof n||!(t in r.prototype))return!1;if(e===n)return!0;var s=a(n);return!!s&&e===s[0]}},"../node_modules/lodash/_isMasked.js":function(e,t,n){var r,a=n("../node_modules/lodash/_coreJsData.js"),i=(r=/[^.]+$/.exec(a&&a.keys&&a.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";e.exports=function(e){return!!i&&i in e}},"../node_modules/lodash/_isPrototype.js":function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},"../node_modules/lodash/_isStrictComparable.js":function(e,t,n){var r=n("../node_modules/lodash/isObject.js");e.exports=function(e){return e===e&&!r(e)}},"../node_modules/lodash/_listCacheClear.js":function(e,t){e.exports=function(){this.__data__=[],this.size=0}},"../node_modules/lodash/_listCacheDelete.js":function(e,t,n){var r=n("../node_modules/lodash/_assocIndexOf.js"),a=Array.prototype.splice;e.exports=function(e){var t=this.__data__,n=r(t,e);return!(n<0)&&(n==t.length-1?t.pop():a.call(t,n,1),--this.size,!0)}},"../node_modules/lodash/_listCacheGet.js":function(e,t,n){var r=n("../node_modules/lodash/_assocIndexOf.js");e.exports=function(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}},"../node_modules/lodash/_listCacheHas.js":function(e,t,n){var r=n("../node_modules/lodash/_assocIndexOf.js");e.exports=function(e){return r(this.__data__,e)>-1}},"../node_modules/lodash/_listCacheSet.js":function(e,t,n){var r=n("../node_modules/lodash/_assocIndexOf.js");e.exports=function(e,t){var n=this.__data__,a=r(n,e);return a<0?(++this.size,n.push([e,t])):n[a][1]=t,this}},"../node_modules/lodash/_mapCacheClear.js":function(e,t,n){var r=n("../node_modules/lodash/_Hash.js"),a=n("../node_modules/lodash/_ListCache.js"),i=n("../node_modules/lodash/_Map.js");e.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||a),string:new r}}},"../node_modules/lodash/_mapCacheDelete.js":function(e,t,n){var r=n("../node_modules/lodash/_getMapData.js");e.exports=function(e){var t=r(this,e).delete(e);return this.size-=t?1:0,t}},"../node_modules/lodash/_mapCacheGet.js":function(e,t,n){var r=n("../node_modules/lodash/_getMapData.js");e.exports=function(e){return r(this,e).get(e)}},"../node_modules/lodash/_mapCacheHas.js":function(e,t,n){var r=n("../node_modules/lodash/_getMapData.js");e.exports=function(e){return r(this,e).has(e)}},"../node_modules/lodash/_mapCacheSet.js":function(e,t,n){var r=n("../node_modules/lodash/_getMapData.js");e.exports=function(e,t){var n=r(this,e),a=n.size;return n.set(e,t),this.size+=n.size==a?0:1,this}},"../node_modules/lodash/_mapToArray.js":function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}},"../node_modules/lodash/_matchesStrictComparable.js":function(e,t){e.exports=function(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}},"../node_modules/lodash/_memoizeCapped.js":function(e,t,n){var r=n("../node_modules/lodash/memoize.js");e.exports=function(e){var t=r(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}},"../node_modules/lodash/_mergeData.js":function(e,t,n){var r=n("../node_modules/lodash/_composeArgs.js"),a=n("../node_modules/lodash/_composeArgsRight.js"),i=n("../node_modules/lodash/_replaceHolders.js"),o=Math.min;e.exports=function(e,t){var n=e[1],s=t[1],l=n|s,c=l<131,d=128==s&&8==n||128==s&&256==n&&e[7].length<=t[8]||384==s&&t[7].length<=t[8]&&8==n;if(!c&&!d)return e;1&s&&(e[2]=t[2],l|=1&n?0:4);var u=t[3];if(u){var _=e[3];e[3]=_?r(_,u,t[4]):u,e[4]=_?i(e[3],"__lodash_placeholder__"):t[4]}return(u=t[5])&&(_=e[5],e[5]=_?a(_,u,t[6]):u,e[6]=_?i(e[5],"__lodash_placeholder__"):t[6]),(u=t[7])&&(e[7]=u),128&s&&(e[8]=null==e[8]?t[8]:o(e[8],t[8])),null==e[9]&&(e[9]=t[9]),e[0]=t[0],e[1]=l,e}},"../node_modules/lodash/_metaMap.js":function(e,t,n){var r=n("../node_modules/lodash/_WeakMap.js"),a=r&&new r;e.exports=a},"../node_modules/lodash/_nativeCreate.js":function(e,t,n){var r=n("../node_modules/lodash/_getNative.js")(Object,"create");e.exports=r},"../node_modules/lodash/_nativeKeys.js":function(e,t,n){var r=n("../node_modules/lodash/_overArg.js")(Object.keys,Object);e.exports=r},"../node_modules/lodash/_nativeKeysIn.js":function(e,t){e.exports=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}},"../node_modules/lodash/_nodeUtil.js":function(e,t,n){(function(e){var r=n("../node_modules/lodash/_freeGlobal.js"),a=t&&!t.nodeType&&t,i=a&&"object"==typeof e&&e&&!e.nodeType&&e,o=i&&i.exports===a&&r.process,s=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(t){}}();e.exports=s}).call(this,n("../node_modules/webpack/buildin/module.js")(e))},"../node_modules/lodash/_objectToString.js":function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},"../node_modules/lodash/_overArg.js":function(e,t){e.exports=function(e,t){return function(n){return e(t(n))}}},"../node_modules/lodash/_overRest.js":function(e,t,n){var r=n("../node_modules/lodash/_apply.js"),a=Math.max;e.exports=function(e,t,n){return t=a(void 0===t?e.length-1:t,0),function(){for(var i=arguments,o=-1,s=a(i.length-t,0),l=Array(s);++o<s;)l[o]=i[t+o];o=-1;for(var c=Array(t+1);++o<t;)c[o]=i[o];return c[t]=n(l),r(e,this,c)}}},"../node_modules/lodash/_parent.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGet.js"),a=n("../node_modules/lodash/_baseSlice.js");e.exports=function(e,t){return t.length<2?e:r(e,a(t,0,-1))}},"../node_modules/lodash/_realNames.js":function(e,t){e.exports={}},"../node_modules/lodash/_reorder.js":function(e,t,n){var r=n("../node_modules/lodash/_copyArray.js"),a=n("../node_modules/lodash/_isIndex.js"),i=Math.min;e.exports=function(e,t){for(var n=e.length,o=i(t.length,n),s=r(e);o--;){var l=t[o];e[o]=a(l,n)?s[l]:void 0}return e}},"../node_modules/lodash/_replaceHolders.js":function(e,t){e.exports=function(e,t){for(var n=-1,r=e.length,a=0,i=[];++n<r;){var o=e[n];o!==t&&"__lodash_placeholder__"!==o||(e[n]="__lodash_placeholder__",i[a++]=n)}return i}},"../node_modules/lodash/_root.js":function(e,t,n){var r=n("../node_modules/lodash/_freeGlobal.js"),a="object"==typeof self&&self&&self.Object===Object&&self,i=r||a||Function("return this")();e.exports=i},"../node_modules/lodash/_safeGet.js":function(e,t){e.exports=function(e,t){if(("constructor"!==t||"function"!==typeof e[t])&&"__proto__"!=t)return e[t]}},"../node_modules/lodash/_setCacheAdd.js":function(e,t){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},"../node_modules/lodash/_setCacheHas.js":function(e,t){e.exports=function(e){return this.__data__.has(e)}},"../node_modules/lodash/_setData.js":function(e,t,n){var r=n("../node_modules/lodash/_baseSetData.js"),a=n("../node_modules/lodash/_shortOut.js")(r);e.exports=a},"../node_modules/lodash/_setToArray.js":function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}},"../node_modules/lodash/_setToString.js":function(e,t,n){var r=n("../node_modules/lodash/_baseSetToString.js"),a=n("../node_modules/lodash/_shortOut.js")(r);e.exports=a},"../node_modules/lodash/_setWrapToString.js":function(e,t,n){var r=n("../node_modules/lodash/_getWrapDetails.js"),a=n("../node_modules/lodash/_insertWrapDetails.js"),i=n("../node_modules/lodash/_setToString.js"),o=n("../node_modules/lodash/_updateWrapDetails.js");e.exports=function(e,t,n){var s=t+"";return i(e,a(s,o(r(s),n)))}},"../node_modules/lodash/_shortOut.js":function(e,t){var n=Date.now;e.exports=function(e){var t=0,r=0;return function(){var a=n(),i=16-(a-r);if(r=a,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}},"../node_modules/lodash/_stackClear.js":function(e,t,n){var r=n("../node_modules/lodash/_ListCache.js");e.exports=function(){this.__data__=new r,this.size=0}},"../node_modules/lodash/_stackDelete.js":function(e,t){e.exports=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}},"../node_modules/lodash/_stackGet.js":function(e,t){e.exports=function(e){return this.__data__.get(e)}},"../node_modules/lodash/_stackHas.js":function(e,t){e.exports=function(e){return this.__data__.has(e)}},"../node_modules/lodash/_stackSet.js":function(e,t,n){var r=n("../node_modules/lodash/_ListCache.js"),a=n("../node_modules/lodash/_Map.js"),i=n("../node_modules/lodash/_MapCache.js");e.exports=function(e,t){var n=this.__data__;if(n instanceof r){var o=n.__data__;if(!a||o.length<199)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new i(o)}return n.set(e,t),this.size=n.size,this}},"../node_modules/lodash/_strictIndexOf.js":function(e,t){e.exports=function(e,t,n){for(var r=n-1,a=e.length;++r<a;)if(e[r]===t)return r;return-1}},"../node_modules/lodash/_stringToPath.js":function(e,t,n){var r=n("../node_modules/lodash/_memoizeCapped.js"),a=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,i=/\\(\\)?/g,o=r((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(a,(function(e,n,r,a){t.push(r?a.replace(i,"$1"):n||e)})),t}));e.exports=o},"../node_modules/lodash/_toKey.js":function(e,t,n){var r=n("../node_modules/lodash/isSymbol.js");e.exports=function(e){if("string"==typeof e||r(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},"../node_modules/lodash/_toSource.js":function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(t){}try{return e+""}catch(t){}}return""}},"../node_modules/lodash/_trimmedEndIndex.js":function(e,t){var n=/\s/;e.exports=function(e){for(var t=e.length;t--&&n.test(e.charAt(t)););return t}},"../node_modules/lodash/_updateWrapDetails.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayEach.js"),a=n("../node_modules/lodash/_arrayIncludes.js"),i=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];e.exports=function(e,t){return r(i,(function(n){var r="_."+n[0];t&n[1]&&!a(e,r)&&e.push(r)})),e.sort()}},"../node_modules/lodash/_wrapperClone.js":function(e,t,n){var r=n("../node_modules/lodash/_LazyWrapper.js"),a=n("../node_modules/lodash/_LodashWrapper.js"),i=n("../node_modules/lodash/_copyArray.js");e.exports=function(e){if(e instanceof r)return e.clone();var t=new a(e.__wrapped__,e.__chain__);return t.__actions__=i(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}},"../node_modules/lodash/ary.js":function(e,t,n){var r=n("../node_modules/lodash/_createWrap.js");e.exports=function(e,t,n){return t=n?void 0:t,t=e&&null==t?e.length:t,r(e,128,void 0,void 0,void 0,void 0,t)}},"../node_modules/lodash/clone.js":function(e,t,n){var r=n("../node_modules/lodash/_baseClone.js");e.exports=function(e){return r(e,4)}},"../node_modules/lodash/constant.js":function(e,t){e.exports=function(e){return function(){return e}}},"../node_modules/lodash/curry.js":function(e,t,n){var r=n("../node_modules/lodash/_createWrap.js");function a(e,t,n){var i=r(e,8,void 0,void 0,void 0,void 0,void 0,t=n?void 0:t);return i.placeholder=a.placeholder,i}a.placeholder={},e.exports=a},"../node_modules/lodash/debounce.js":function(e,t,n){var r=n("../node_modules/lodash/isObject.js"),a=n("../node_modules/lodash/now.js"),i=n("../node_modules/lodash/toNumber.js"),o=Math.max,s=Math.min;e.exports=function(e,t,n){var l,c,d,u,_,p,m=0,g=!1,f=!1,h=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function E(t){var n=l,r=c;return l=c=void 0,m=t,u=e.apply(r,n)}function S(e){return m=e,_=setTimeout(T,t),g?E(e):u}function b(e){var n=e-p;return void 0===p||n>=t||n<0||f&&e-m>=d}function T(){var e=a();if(b(e))return v(e);_=setTimeout(T,function(e){var n=t-(e-p);return f?s(n,d-(e-m)):n}(e))}function v(e){return _=void 0,h&&l?E(e):(l=c=void 0,u)}function y(){var e=a(),n=b(e);if(l=arguments,c=this,p=e,n){if(void 0===_)return S(p);if(f)return clearTimeout(_),_=setTimeout(T,t),E(p)}return void 0===_&&(_=setTimeout(T,t)),u}return t=i(t)||0,r(n)&&(g=!!n.leading,d=(f="maxWait"in n)?o(i(n.maxWait)||0,t):d,h="trailing"in n?!!n.trailing:h),y.cancel=function(){void 0!==_&&clearTimeout(_),m=0,l=p=c=_=void 0},y.flush=function(){return void 0===_?u:v(a())},y}},"../node_modules/lodash/eq.js":function(e,t){e.exports=function(e,t){return e===t||e!==e&&t!==t}},"../node_modules/lodash/flatten.js":function(e,t,n){var r=n("../node_modules/lodash/_baseFlatten.js");e.exports=function(e){return(null==e?0:e.length)?r(e,1):[]}},"../node_modules/lodash/flattenDepth.js":function(e,t,n){var r=n("../node_modules/lodash/_baseFlatten.js"),a=n("../node_modules/lodash/toInteger.js");e.exports=function(e,t){return(null==e?0:e.length)?(t=void 0===t?1:a(t),r(e,t)):[]}},"../node_modules/lodash/flow.js":function(e,t,n){var r=n("../node_modules/lodash/_createFlow.js")();e.exports=r},"../node_modules/lodash/fp/_baseConvert.js":function(e,t,n){var r=n("../node_modules/lodash/fp/_mapping.js"),a=n("../node_modules/lodash/fp/placeholder.js"),i=Array.prototype.push;function o(e,t){return 2==t?function(t,n){return e(t,n)}:function(t){return e(t)}}function s(e){for(var t=e?e.length:0,n=Array(t);t--;)n[t]=e[t];return n}function l(e,t){return function(){var n=arguments.length;if(n){for(var r=Array(n);n--;)r[n]=arguments[n];var a=r[0]=t.apply(void 0,r);return e.apply(void 0,r),a}}}e.exports=function e(t,n,c,d){var u="function"==typeof n,_=n===Object(n);if(_&&(d=c,c=n,n=void 0),null==c)throw new TypeError;d||(d={});var p=!("cap"in d)||d.cap,m=!("curry"in d)||d.curry,g=!("fixed"in d)||d.fixed,f=!("immutable"in d)||d.immutable,h=!("rearg"in d)||d.rearg,E=u?c:a,S="curry"in d&&d.curry,b="fixed"in d&&d.fixed,T="rearg"in d&&d.rearg,v=u?c.runInContext():void 0,y=u?c:{ary:t.ary,assign:t.assign,clone:t.clone,curry:t.curry,forEach:t.forEach,isArray:t.isArray,isError:t.isError,isFunction:t.isFunction,isWeakMap:t.isWeakMap,iteratee:t.iteratee,keys:t.keys,rearg:t.rearg,toInteger:t.toInteger,toPath:t.toPath},C=y.ary,O=y.assign,N=y.clone,R=y.curry,I=y.forEach,A=y.isArray,w=y.isError,x=y.isFunction,D=y.isWeakMap,M=y.keys,L=y.rearg,P=y.toInteger,k=y.toPath,j=M(r.aryMethod),U={castArray:function(e){return function(){var t=arguments[0];return A(t)?e(s(t)):e.apply(void 0,arguments)}},iteratee:function(e){return function(){var t=arguments[0],n=arguments[1],r=e(t,n),a=r.length;return p&&"number"==typeof n?(n=n>2?n-2:1,a&&a<=n?r:o(r,n)):r}},mixin:function(e){return function(t){var n=this;if(!x(n))return e(n,Object(t));var r=[];return I(M(t),(function(e){x(t[e])&&r.push([e,n.prototype[e]])})),e(n,Object(t)),I(r,(function(e){var t=e[1];x(t)?n.prototype[e[0]]=t:delete n.prototype[e[0]]})),n}},nthArg:function(e){return function(t){var n=t<0?1:P(t)+1;return R(e(t),n)}},rearg:function(e){return function(t,n){var r=n?n.length:0;return R(e(t,n),r)}},runInContext:function(n){return function(r){return e(t,n(r),d)}}};function F(e,t){if(p){var n=r.iterateeRearg[e];if(n)return function(e,t){return V(e,(function(e){var n=t.length;return function(e,t){return 2==t?function(t,n){return e.apply(void 0,arguments)}:function(t){return e.apply(void 0,arguments)}}(L(o(e,n),t),n)}))}(t,n);var a=!u&&r.iterateeAry[e];if(a)return function(e,t){return V(e,(function(e){return"function"==typeof e?o(e,t):e}))}(t,a)}return t}function B(e,t,n){if(g&&(b||!r.skipFixed[e])){var a=r.methodSpread[e],o=a&&a.start;return void 0===o?C(t,n):function(e,t){return function(){for(var n=arguments.length,r=n-1,a=Array(n);n--;)a[n]=arguments[n];var o=a[t],s=a.slice(0,t);return o&&i.apply(s,o),t!=r&&i.apply(s,a.slice(t+1)),e.apply(this,s)}}(t,o)}return t}function G(e,t,n){return h&&n>1&&(T||!r.skipRearg[e])?L(t,r.methodRearg[e]||r.aryRearg[n]):t}function Y(e,t){for(var n=-1,r=(t=k(t)).length,a=r-1,i=N(Object(e)),o=i;null!=o&&++n<r;){var s=t[n],l=o[s];null==l||x(l)||w(l)||D(l)||(o[s]=N(n==a?l:Object(l))),o=o[s]}return i}function H(t,n){var a=r.aliasToReal[t]||t,i=r.remap[a]||a,o=d;return function(t){var r=u?v:y,s=u?v[i]:n,l=O(O({},o),t);return e(r,a,s,l)}}function V(e,t){return function(){var n=arguments.length;if(!n)return e();for(var r=Array(n);n--;)r[n]=arguments[n];var a=h?0:n-1;return r[a]=t(r[a]),e.apply(void 0,r)}}function z(e,t,n){var a,i=r.aliasToReal[e]||e,o=t,c=U[i];return c?o=c(t):f&&(r.mutate.array[i]?o=l(t,s):r.mutate.object[i]?o=l(t,function(e){return function(t){return e({},t)}}(t)):r.mutate.set[i]&&(o=l(t,Y))),I(j,(function(e){return I(r.aryMethod[e],(function(t){if(i==t){var n=r.methodSpread[i],s=n&&n.afterRearg;return a=s?B(i,G(i,o,e),e):G(i,B(i,o,e),e),a=function(e,t,n){return S||m&&n>1?R(t,n):t}(0,a=F(i,a),e),!1}})),!a})),a||(a=o),a==t&&(a=S?R(a,1):function(){return t.apply(this,arguments)}),a.convert=H(i,t),a.placeholder=t.placeholder=n,a}if(!_)return z(n,c,E);var q=c,W=[];return I(j,(function(e){I(r.aryMethod[e],(function(e){var t=q[r.remap[e]||e];t&&W.push([e,z(e,t,q)])}))})),I(M(q),(function(e){var t=q[e];if("function"==typeof t){for(var n=W.length;n--;)if(W[n][0]==e)return;t.convert=H(e,t),W.push([e,t])}})),I(W,(function(e){q[e[0]]=e[1]})),q.convert=function(e){return q.runInContext.convert(e)(void 0)},q.placeholder=q,I(M(q),(function(e){I(r.realToAlias[e]||[],(function(t){q[t]=q[e]}))})),q}},"../node_modules/lodash/fp/_falseOptions.js":function(e,t){e.exports={cap:!1,curry:!1,fixed:!1,immutable:!1,rearg:!1}},"../node_modules/lodash/fp/_mapping.js":function(e,t){t.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entriesIn:"toPairsIn",extend:"assignIn",extendAll:"assignInAll",extendAllWith:"assignInAllWith",extendWith:"assignInWith",first:"head",conforms:"conformsTo",matches:"isMatch",property:"get",__:"placeholder",F:"stubFalse",T:"stubTrue",all:"every",allPass:"overEvery",always:"constant",any:"some",anyPass:"overSome",apply:"spread",assoc:"set",assocPath:"set",complement:"negate",compose:"flowRight",contains:"includes",dissoc:"unset",dissocPath:"unset",dropLast:"dropRight",dropLastWhile:"dropRightWhile",equals:"isEqual",identical:"eq",indexBy:"keyBy",init:"initial",invertObj:"invert",juxt:"over",omitAll:"omit",nAry:"ary",path:"get",pathEq:"matchesProperty",pathOr:"getOr",paths:"at",pickAll:"pick",pipe:"flow",pluck:"map",prop:"get",propEq:"matchesProperty",propOr:"getOr",props:"at",symmetricDifference:"xor",symmetricDifferenceBy:"xorBy",symmetricDifferenceWith:"xorWith",takeLast:"takeRight",takeLastWhile:"takeRightWhile",unapply:"rest",unnest:"flatten",useWith:"overArgs",where:"conformsTo",whereEq:"isMatch",zipObj:"zipObject"},t.aryMethod={1:["assignAll","assignInAll","attempt","castArray","ceil","create","curry","curryRight","defaultsAll","defaultsDeepAll","floor","flow","flowRight","fromPairs","invert","iteratee","memoize","method","mergeAll","methodOf","mixin","nthArg","over","overEvery","overSome","rest","reverse","round","runInContext","spread","template","trim","trimEnd","trimStart","uniqueId","words","zipAll"],2:["add","after","ary","assign","assignAllWith","assignIn","assignInAllWith","at","before","bind","bindAll","bindKey","chunk","cloneDeepWith","cloneWith","concat","conformsTo","countBy","curryN","curryRightN","debounce","defaults","defaultsDeep","defaultTo","delay","difference","divide","drop","dropRight","dropRightWhile","dropWhile","endsWith","eq","every","filter","find","findIndex","findKey","findLast","findLastIndex","findLastKey","flatMap","flatMapDeep","flattenDepth","forEach","forEachRight","forIn","forInRight","forOwn","forOwnRight","get","groupBy","gt","gte","has","hasIn","includes","indexOf","intersection","invertBy","invoke","invokeMap","isEqual","isMatch","join","keyBy","lastIndexOf","lt","lte","map","mapKeys","mapValues","matchesProperty","maxBy","meanBy","merge","mergeAllWith","minBy","multiply","nth","omit","omitBy","overArgs","pad","padEnd","padStart","parseInt","partial","partialRight","partition","pick","pickBy","propertyOf","pull","pullAll","pullAt","random","range","rangeRight","rearg","reject","remove","repeat","restFrom","result","sampleSize","some","sortBy","sortedIndex","sortedIndexOf","sortedLastIndex","sortedLastIndexOf","sortedUniqBy","split","spreadFrom","startsWith","subtract","sumBy","take","takeRight","takeRightWhile","takeWhile","tap","throttle","thru","times","trimChars","trimCharsEnd","trimCharsStart","truncate","union","uniqBy","uniqWith","unset","unzipWith","without","wrap","xor","zip","zipObject","zipObjectDeep"],3:["assignInWith","assignWith","clamp","differenceBy","differenceWith","findFrom","findIndexFrom","findLastFrom","findLastIndexFrom","getOr","includesFrom","indexOfFrom","inRange","intersectionBy","intersectionWith","invokeArgs","invokeArgsMap","isEqualWith","isMatchWith","flatMapDepth","lastIndexOfFrom","mergeWith","orderBy","padChars","padCharsEnd","padCharsStart","pullAllBy","pullAllWith","rangeStep","rangeStepRight","reduce","reduceRight","replace","set","slice","sortedIndexBy","sortedLastIndexBy","transform","unionBy","unionWith","update","xorBy","xorWith","zipWith"],4:["fill","setWith","updateWith"]},t.aryRearg={2:[1,0],3:[2,0,1],4:[3,2,0,1]},t.iterateeAry={dropRightWhile:1,dropWhile:1,every:1,filter:1,find:1,findFrom:1,findIndex:1,findIndexFrom:1,findKey:1,findLast:1,findLastFrom:1,findLastIndex:1,findLastIndexFrom:1,findLastKey:1,flatMap:1,flatMapDeep:1,flatMapDepth:1,forEach:1,forEachRight:1,forIn:1,forInRight:1,forOwn:1,forOwnRight:1,map:1,mapKeys:1,mapValues:1,partition:1,reduce:2,reduceRight:2,reject:1,remove:1,some:1,takeRightWhile:1,takeWhile:1,times:1,transform:2},t.iterateeRearg={mapKeys:[1],reduceRight:[1,0]},t.methodRearg={assignInAllWith:[1,0],assignInWith:[1,2,0],assignAllWith:[1,0],assignWith:[1,2,0],differenceBy:[1,2,0],differenceWith:[1,2,0],getOr:[2,1,0],intersectionBy:[1,2,0],intersectionWith:[1,2,0],isEqualWith:[1,2,0],isMatchWith:[2,1,0],mergeAllWith:[1,0],mergeWith:[1,2,0],padChars:[2,1,0],padCharsEnd:[2,1,0],padCharsStart:[2,1,0],pullAllBy:[2,1,0],pullAllWith:[2,1,0],rangeStep:[1,2,0],rangeStepRight:[1,2,0],setWith:[3,1,2,0],sortedIndexBy:[2,1,0],sortedLastIndexBy:[2,1,0],unionBy:[1,2,0],unionWith:[1,2,0],updateWith:[3,1,2,0],xorBy:[1,2,0],xorWith:[1,2,0],zipWith:[1,2,0]},t.methodSpread={assignAll:{start:0},assignAllWith:{start:0},assignInAll:{start:0},assignInAllWith:{start:0},defaultsAll:{start:0},defaultsDeepAll:{start:0},invokeArgs:{start:2},invokeArgsMap:{start:2},mergeAll:{start:0},mergeAllWith:{start:0},partial:{start:1},partialRight:{start:1},without:{start:1},zipAll:{start:0}},t.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullAllBy:!0,pullAllWith:!0,pullAt:!0,remove:!0,reverse:!0},object:{assign:!0,assignAll:!0,assignAllWith:!0,assignIn:!0,assignInAll:!0,assignInAllWith:!0,assignInWith:!0,assignWith:!0,defaults:!0,defaultsAll:!0,defaultsDeep:!0,defaultsDeepAll:!0,merge:!0,mergeAll:!0,mergeAllWith:!0,mergeWith:!0},set:{set:!0,setWith:!0,unset:!0,update:!0,updateWith:!0}},t.realToAlias=function(){var e=Object.prototype.hasOwnProperty,n=t.aliasToReal,r={};for(var a in n){var i=n[a];e.call(r,i)?r[i].push(a):r[i]=[a]}return r}(),t.remap={assignAll:"assign",assignAllWith:"assignWith",assignInAll:"assignIn",assignInAllWith:"assignInWith",curryN:"curry",curryRightN:"curryRight",defaultsAll:"defaults",defaultsDeepAll:"defaultsDeep",findFrom:"find",findIndexFrom:"findIndex",findLastFrom:"findLast",findLastIndexFrom:"findLastIndex",getOr:"get",includesFrom:"includes",indexOfFrom:"indexOf",invokeArgs:"invoke",invokeArgsMap:"invokeMap",lastIndexOfFrom:"lastIndexOf",mergeAll:"merge",mergeAllWith:"mergeWith",padChars:"pad",padCharsEnd:"padEnd",padCharsStart:"padStart",propertyOf:"get",rangeStep:"range",rangeStepRight:"rangeRight",restFrom:"rest",spreadFrom:"spread",trimChars:"trim",trimCharsEnd:"trimEnd",trimCharsStart:"trimStart",zipAll:"zip"},t.skipFixed={castArray:!0,flow:!0,flowRight:!0,iteratee:!0,mixin:!0,rearg:!0,runInContext:!0},t.skipRearg={add:!0,assign:!0,assignIn:!0,bind:!0,bindKey:!0,concat:!0,difference:!0,divide:!0,eq:!0,gt:!0,gte:!0,isEqual:!0,lt:!0,lte:!0,matchesProperty:!0,merge:!0,multiply:!0,overArgs:!0,partial:!0,partialRight:!0,propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}},"../node_modules/lodash/fp/_util.js":function(e,t,n){e.exports={ary:n("../node_modules/lodash/ary.js"),assign:n("../node_modules/lodash/_baseAssign.js"),clone:n("../node_modules/lodash/clone.js"),curry:n("../node_modules/lodash/curry.js"),forEach:n("../node_modules/lodash/_arrayEach.js"),isArray:n("../node_modules/lodash/isArray.js"),isError:n("../node_modules/lodash/isError.js"),isFunction:n("../node_modules/lodash/isFunction.js"),isWeakMap:n("../node_modules/lodash/isWeakMap.js"),iteratee:n("../node_modules/lodash/iteratee.js"),keys:n("../node_modules/lodash/_baseKeys.js"),rearg:n("../node_modules/lodash/rearg.js"),toInteger:n("../node_modules/lodash/toInteger.js"),toPath:n("../node_modules/lodash/toPath.js")}},"../node_modules/lodash/fp/convert.js":function(e,t,n){var r=n("../node_modules/lodash/fp/_baseConvert.js"),a=n("../node_modules/lodash/fp/_util.js");e.exports=function(e,t,n){return r(a,e,t,n)}},"../node_modules/lodash/fp/first.js":function(e,t,n){e.exports=n("../node_modules/lodash/fp/head.js")},"../node_modules/lodash/fp/flattenDepth.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("flattenDepth",n("../node_modules/lodash/flattenDepth.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/flow.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("flow",n("../node_modules/lodash/flow.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/get.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("get",n("../node_modules/lodash/get.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/head.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("head",n("../node_modules/lodash/head.js"),n("../node_modules/lodash/fp/_falseOptions.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/isArray.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("isArray",n("../node_modules/lodash/isArray.js"),n("../node_modules/lodash/fp/_falseOptions.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/merge.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("merge",n("../node_modules/lodash/merge.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/omit.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("omit",n("../node_modules/lodash/omit.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/pipe.js":function(e,t,n){e.exports=n("../node_modules/lodash/fp/flow.js")},"../node_modules/lodash/fp/placeholder.js":function(e,t){e.exports={}},"../node_modules/lodash/fp/throttle.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("throttle",n("../node_modules/lodash/throttle.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/fp/unionBy.js":function(e,t,n){var r=n("../node_modules/lodash/fp/convert.js")("unionBy",n("../node_modules/lodash/unionBy.js"));r.placeholder=n("../node_modules/lodash/fp/placeholder.js"),e.exports=r},"../node_modules/lodash/get.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGet.js");e.exports=function(e,t,n){var a=null==e?void 0:r(e,t);return void 0===a?n:a}},"../node_modules/lodash/hasIn.js":function(e,t,n){var r=n("../node_modules/lodash/_baseHasIn.js"),a=n("../node_modules/lodash/_hasPath.js");e.exports=function(e,t){return null!=e&&a(e,t,r)}},"../node_modules/lodash/head.js":function(e,t){e.exports=function(e){return e&&e.length?e[0]:void 0}},"../node_modules/lodash/identity.js":function(e,t){e.exports=function(e){return e}},"../node_modules/lodash/isArguments.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsArguments.js"),a=n("../node_modules/lodash/isObjectLike.js"),i=Object.prototype,o=i.hasOwnProperty,s=i.propertyIsEnumerable,l=r(function(){return arguments}())?r:function(e){return a(e)&&o.call(e,"callee")&&!s.call(e,"callee")};e.exports=l},"../node_modules/lodash/isArray.js":function(e,t){var n=Array.isArray;e.exports=n},"../node_modules/lodash/isArrayLike.js":function(e,t,n){var r=n("../node_modules/lodash/isFunction.js"),a=n("../node_modules/lodash/isLength.js");e.exports=function(e){return null!=e&&a(e.length)&&!r(e)}},"../node_modules/lodash/isArrayLikeObject.js":function(e,t,n){var r=n("../node_modules/lodash/isArrayLike.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&r(e)}},"../node_modules/lodash/isBuffer.js":function(e,t,n){(function(e){var r=n("../node_modules/lodash/_root.js"),a=n("../node_modules/lodash/stubFalse.js"),i=t&&!t.nodeType&&t,o=i&&"object"==typeof e&&e&&!e.nodeType&&e,s=o&&o.exports===i?r.Buffer:void 0,l=(s?s.isBuffer:void 0)||a;e.exports=l}).call(this,n("../node_modules/webpack/buildin/module.js")(e))},"../node_modules/lodash/isError.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isObjectLike.js"),i=n("../node_modules/lodash/isPlainObject.js");e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Error]"==t||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!i(e)}},"../node_modules/lodash/isFunction.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isObject.js");e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},"../node_modules/lodash/isLength.js":function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},"../node_modules/lodash/isMap.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsMap.js"),a=n("../node_modules/lodash/_baseUnary.js"),i=n("../node_modules/lodash/_nodeUtil.js"),o=i&&i.isMap,s=o?a(o):r;e.exports=s},"../node_modules/lodash/isObject.js":function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},"../node_modules/lodash/isObjectLike.js":function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},"../node_modules/lodash/isPlainObject.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/_getPrototype.js"),i=n("../node_modules/lodash/isObjectLike.js"),o=Function.prototype,s=Object.prototype,l=o.toString,c=s.hasOwnProperty,d=l.call(Object);e.exports=function(e){if(!i(e)||"[object Object]"!=r(e))return!1;var t=a(e);if(null===t)return!0;var n=c.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==d}},"../node_modules/lodash/isSet.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsSet.js"),a=n("../node_modules/lodash/_baseUnary.js"),i=n("../node_modules/lodash/_nodeUtil.js"),o=i&&i.isSet,s=o?a(o):r;e.exports=s},"../node_modules/lodash/isSymbol.js":function(e,t,n){var r=n("../node_modules/lodash/_baseGetTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return"symbol"==typeof e||a(e)&&"[object Symbol]"==r(e)}},"../node_modules/lodash/isTypedArray.js":function(e,t,n){var r=n("../node_modules/lodash/_baseIsTypedArray.js"),a=n("../node_modules/lodash/_baseUnary.js"),i=n("../node_modules/lodash/_nodeUtil.js"),o=i&&i.isTypedArray,s=o?a(o):r;e.exports=s},"../node_modules/lodash/isWeakMap.js":function(e,t,n){var r=n("../node_modules/lodash/_getTag.js"),a=n("../node_modules/lodash/isObjectLike.js");e.exports=function(e){return a(e)&&"[object WeakMap]"==r(e)}},"../node_modules/lodash/iteratee.js":function(e,t,n){var r=n("../node_modules/lodash/_baseClone.js"),a=n("../node_modules/lodash/_baseIteratee.js");e.exports=function(e){return a("function"==typeof e?e:r(e,1))}},"../node_modules/lodash/keys.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayLikeKeys.js"),a=n("../node_modules/lodash/_baseKeys.js"),i=n("../node_modules/lodash/isArrayLike.js");e.exports=function(e){return i(e)?r(e):a(e)}},"../node_modules/lodash/keysIn.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayLikeKeys.js"),a=n("../node_modules/lodash/_baseKeysIn.js"),i=n("../node_modules/lodash/isArrayLike.js");e.exports=function(e){return i(e)?r(e,!0):a(e)}},"../node_modules/lodash/last.js":function(e,t){e.exports=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}},"../node_modules/lodash/memoize.js":function(e,t,n){var r=n("../node_modules/lodash/_MapCache.js");function a(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,a=t?t.apply(this,r):r[0],i=n.cache;if(i.has(a))return i.get(a);var o=e.apply(this,r);return n.cache=i.set(a,o)||i,o};return n.cache=new(a.Cache||r),n}a.Cache=r,e.exports=a},"../node_modules/lodash/merge.js":function(e,t,n){var r=n("../node_modules/lodash/_baseMerge.js"),a=n("../node_modules/lodash/_createAssigner.js")((function(e,t,n){r(e,t,n)}));e.exports=a},"../node_modules/lodash/noop.js":function(e,t){e.exports=function(){}},"../node_modules/lodash/now.js":function(e,t,n){var r=n("../node_modules/lodash/_root.js");e.exports=function(){return r.Date.now()}},"../node_modules/lodash/omit.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayMap.js"),a=n("../node_modules/lodash/_baseClone.js"),i=n("../node_modules/lodash/_baseUnset.js"),o=n("../node_modules/lodash/_castPath.js"),s=n("../node_modules/lodash/_copyObject.js"),l=n("../node_modules/lodash/_customOmitClone.js"),c=n("../node_modules/lodash/_flatRest.js"),d=n("../node_modules/lodash/_getAllKeysIn.js"),u=c((function(e,t){var n={};if(null==e)return n;var c=!1;t=r(t,(function(t){return t=o(t,e),c||(c=t.length>1),t})),s(e,d(e),n),c&&(n=a(n,7,l));for(var u=t.length;u--;)i(n,t[u]);return n}));e.exports=u},"../node_modules/lodash/property.js":function(e,t,n){var r=n("../node_modules/lodash/_baseProperty.js"),a=n("../node_modules/lodash/_basePropertyDeep.js"),i=n("../node_modules/lodash/_isKey.js"),o=n("../node_modules/lodash/_toKey.js");e.exports=function(e){return i(e)?r(o(e)):a(e)}},"../node_modules/lodash/rearg.js":function(e,t,n){var r=n("../node_modules/lodash/_createWrap.js"),a=n("../node_modules/lodash/_flatRest.js"),i=a((function(e,t){return r(e,256,void 0,void 0,void 0,t)}));e.exports=i},"../node_modules/lodash/stubArray.js":function(e,t){e.exports=function(){return[]}},"../node_modules/lodash/stubFalse.js":function(e,t){e.exports=function(){return!1}},"../node_modules/lodash/throttle.js":function(e,t,n){var r=n("../node_modules/lodash/debounce.js"),a=n("../node_modules/lodash/isObject.js");e.exports=function(e,t,n){var i=!0,o=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return a(n)&&(i="leading"in n?!!n.leading:i,o="trailing"in n?!!n.trailing:o),r(e,t,{leading:i,maxWait:t,trailing:o})}},"../node_modules/lodash/toFinite.js":function(e,t,n){var r=n("../node_modules/lodash/toNumber.js");e.exports=function(e){return e?(e=r(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e===e?e:0:0===e?e:0}},"../node_modules/lodash/toInteger.js":function(e,t,n){var r=n("../node_modules/lodash/toFinite.js");e.exports=function(e){var t=r(e),n=t%1;return t===t?n?t-n:t:0}},"../node_modules/lodash/toNumber.js":function(e,t,n){var r=n("../node_modules/lodash/_baseTrim.js"),a=n("../node_modules/lodash/isObject.js"),i=n("../node_modules/lodash/isSymbol.js"),o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(i(e))return NaN;if(a(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=a(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=s.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):o.test(e)?NaN:+e}},"../node_modules/lodash/toPath.js":function(e,t,n){var r=n("../node_modules/lodash/_arrayMap.js"),a=n("../node_modules/lodash/_copyArray.js"),i=n("../node_modules/lodash/isArray.js"),o=n("../node_modules/lodash/isSymbol.js"),s=n("../node_modules/lodash/_stringToPath.js"),l=n("../node_modules/lodash/_toKey.js"),c=n("../node_modules/lodash/toString.js");e.exports=function(e){return i(e)?r(e,l):o(e)?[e]:a(s(c(e)))}},"../node_modules/lodash/toPlainObject.js":function(e,t,n){var r=n("../node_modules/lodash/_copyObject.js"),a=n("../node_modules/lodash/keysIn.js");e.exports=function(e){return r(e,a(e))}},"../node_modules/lodash/toString.js":function(e,t,n){var r=n("../node_modules/lodash/_baseToString.js");e.exports=function(e){return null==e?"":r(e)}},"../node_modules/lodash/unionBy.js":function(e,t,n){var r=n("../node_modules/lodash/_baseFlatten.js"),a=n("../node_modules/lodash/_baseIteratee.js"),i=n("../node_modules/lodash/_baseRest.js"),o=n("../node_modules/lodash/_baseUniq.js"),s=n("../node_modules/lodash/isArrayLikeObject.js"),l=n("../node_modules/lodash/last.js"),c=i((function(e){var t=l(e);return s(t)&&(t=void 0),o(r(e,1,s,!0),a(t,2))}));e.exports=c},"../node_modules/lodash/wrapperLodash.js":function(e,t,n){var r=n("../node_modules/lodash/_LazyWrapper.js"),a=n("../node_modules/lodash/_LodashWrapper.js"),i=n("../node_modules/lodash/_baseLodash.js"),o=n("../node_modules/lodash/isArray.js"),s=n("../node_modules/lodash/isObjectLike.js"),l=n("../node_modules/lodash/_wrapperClone.js"),c=Object.prototype.hasOwnProperty;function d(e){if(s(e)&&!o(e)&&!(e instanceof r)){if(e instanceof a)return e;if(c.call(e,"__wrapped__"))return l(e)}return new a(e)}d.prototype=i.prototype,d.prototype.constructor=d,e.exports=d},"../node_modules/lowlight/index.js":function(e,t,n){"use strict";var r=n("../node_modules/lowlight/lib/core.js");e.exports=r,r.registerLanguage("1c",n("../node_modules/highlight.js/lib/languages/1c.js")),r.registerLanguage("abnf",n("../node_modules/highlight.js/lib/languages/abnf.js")),r.registerLanguage("accesslog",n("../node_modules/highlight.js/lib/languages/accesslog.js")),r.registerLanguage("actionscript",n("../node_modules/highlight.js/lib/languages/actionscript.js")),r.registerLanguage("ada",n("../node_modules/highlight.js/lib/languages/ada.js")),r.registerLanguage("angelscript",n("../node_modules/highlight.js/lib/languages/angelscript.js")),r.registerLanguage("apache",n("../node_modules/highlight.js/lib/languages/apache.js")),r.registerLanguage("applescript",n("../node_modules/highlight.js/lib/languages/applescript.js")),r.registerLanguage("arcade",n("../node_modules/highlight.js/lib/languages/arcade.js")),r.registerLanguage("cpp",n("../node_modules/highlight.js/lib/languages/cpp.js")),r.registerLanguage("arduino",n("../node_modules/highlight.js/lib/languages/arduino.js")),r.registerLanguage("armasm",n("../node_modules/highlight.js/lib/languages/armasm.js")),r.registerLanguage("xml",n("../node_modules/highlight.js/lib/languages/xml.js")),r.registerLanguage("asciidoc",n("../node_modules/highlight.js/lib/languages/asciidoc.js")),r.registerLanguage("aspectj",n("../node_modules/highlight.js/lib/languages/aspectj.js")),r.registerLanguage("autohotkey",n("../node_modules/highlight.js/lib/languages/autohotkey.js")),r.registerLanguage("autoit",n("../node_modules/highlight.js/lib/languages/autoit.js")),r.registerLanguage("avrasm",n("../node_modules/highlight.js/lib/languages/avrasm.js")),r.registerLanguage("awk",n("../node_modules/highlight.js/lib/languages/awk.js")),r.registerLanguage("axapta",n("../node_modules/highlight.js/lib/languages/axapta.js")),r.registerLanguage("bash",n("../node_modules/highlight.js/lib/languages/bash.js")),r.registerLanguage("basic",n("../node_modules/highlight.js/lib/languages/basic.js")),r.registerLanguage("bnf",n("../node_modules/highlight.js/lib/languages/bnf.js")),r.registerLanguage("brainfuck",n("../node_modules/highlight.js/lib/languages/brainfuck.js")),r.registerLanguage("cal",n("../node_modules/highlight.js/lib/languages/cal.js")),r.registerLanguage("capnproto",n("../node_modules/highlight.js/lib/languages/capnproto.js")),r.registerLanguage("ceylon",n("../node_modules/highlight.js/lib/languages/ceylon.js")),r.registerLanguage("clean",n("../node_modules/highlight.js/lib/languages/clean.js")),r.registerLanguage("clojure",n("../node_modules/highlight.js/lib/languages/clojure.js")),r.registerLanguage("clojure-repl",n("../node_modules/highlight.js/lib/languages/clojure-repl.js")),r.registerLanguage("cmake",n("../node_modules/highlight.js/lib/languages/cmake.js")),r.registerLanguage("coffeescript",n("../node_modules/highlight.js/lib/languages/coffeescript.js")),r.registerLanguage("coq",n("../node_modules/highlight.js/lib/languages/coq.js")),r.registerLanguage("cos",n("../node_modules/highlight.js/lib/languages/cos.js")),r.registerLanguage("crmsh",n("../node_modules/highlight.js/lib/languages/crmsh.js")),r.registerLanguage("crystal",n("../node_modules/highlight.js/lib/languages/crystal.js")),r.registerLanguage("cs",n("../node_modules/highlight.js/lib/languages/cs.js")),r.registerLanguage("csp",n("../node_modules/highlight.js/lib/languages/csp.js")),r.registerLanguage("css",n("../node_modules/highlight.js/lib/languages/css.js")),r.registerLanguage("d",n("../node_modules/highlight.js/lib/languages/d.js")),r.registerLanguage("markdown",n("../node_modules/highlight.js/lib/languages/markdown.js")),r.registerLanguage("dart",n("../node_modules/highlight.js/lib/languages/dart.js")),r.registerLanguage("delphi",n("../node_modules/highlight.js/lib/languages/delphi.js")),r.registerLanguage("diff",n("../node_modules/highlight.js/lib/languages/diff.js")),r.registerLanguage("django",n("../node_modules/highlight.js/lib/languages/django.js")),r.registerLanguage("dns",n("../node_modules/highlight.js/lib/languages/dns.js")),r.registerLanguage("dockerfile",n("../node_modules/highlight.js/lib/languages/dockerfile.js")),r.registerLanguage("dos",n("../node_modules/highlight.js/lib/languages/dos.js")),r.registerLanguage("dsconfig",n("../node_modules/highlight.js/lib/languages/dsconfig.js")),r.registerLanguage("dts",n("../node_modules/highlight.js/lib/languages/dts.js")),r.registerLanguage("dust",n("../node_modules/highlight.js/lib/languages/dust.js")),r.registerLanguage("ebnf",n("../node_modules/highlight.js/lib/languages/ebnf.js")),r.registerLanguage("elixir",n("../node_modules/highlight.js/lib/languages/elixir.js")),r.registerLanguage("elm",n("../node_modules/highlight.js/lib/languages/elm.js")),r.registerLanguage("ruby",n("../node_modules/highlight.js/lib/languages/ruby.js")),r.registerLanguage("erb",n("../node_modules/highlight.js/lib/languages/erb.js")),r.registerLanguage("erlang-repl",n("../node_modules/highlight.js/lib/languages/erlang-repl.js")),r.registerLanguage("erlang",n("../node_modules/highlight.js/lib/languages/erlang.js")),r.registerLanguage("excel",n("../node_modules/highlight.js/lib/languages/excel.js")),r.registerLanguage("fix",n("../node_modules/highlight.js/lib/languages/fix.js")),r.registerLanguage("flix",n("../node_modules/highlight.js/lib/languages/flix.js")),r.registerLanguage("fortran",n("../node_modules/highlight.js/lib/languages/fortran.js")),r.registerLanguage("fsharp",n("../node_modules/highlight.js/lib/languages/fsharp.js")),r.registerLanguage("gams",n("../node_modules/highlight.js/lib/languages/gams.js")),r.registerLanguage("gauss",n("../node_modules/highlight.js/lib/languages/gauss.js")),r.registerLanguage("gcode",n("../node_modules/highlight.js/lib/languages/gcode.js")),r.registerLanguage("gherkin",n("../node_modules/highlight.js/lib/languages/gherkin.js")),r.registerLanguage("glsl",n("../node_modules/highlight.js/lib/languages/glsl.js")),r.registerLanguage("gml",n("../node_modules/highlight.js/lib/languages/gml.js")),r.registerLanguage("go",n("../node_modules/highlight.js/lib/languages/go.js")),r.registerLanguage("golo",n("../node_modules/highlight.js/lib/languages/golo.js")),r.registerLanguage("gradle",n("../node_modules/highlight.js/lib/languages/gradle.js")),r.registerLanguage("groovy",n("../node_modules/highlight.js/lib/languages/groovy.js")),r.registerLanguage("haml",n("../node_modules/highlight.js/lib/languages/haml.js")),r.registerLanguage("handlebars",n("../node_modules/highlight.js/lib/languages/handlebars.js")),r.registerLanguage("haskell",n("../node_modules/highlight.js/lib/languages/haskell.js")),r.registerLanguage("haxe",n("../node_modules/highlight.js/lib/languages/haxe.js")),r.registerLanguage("hsp",n("../node_modules/highlight.js/lib/languages/hsp.js")),r.registerLanguage("htmlbars",n("../node_modules/highlight.js/lib/languages/htmlbars.js")),r.registerLanguage("http",n("../node_modules/highlight.js/lib/languages/http.js")),r.registerLanguage("hy",n("../node_modules/highlight.js/lib/languages/hy.js")),r.registerLanguage("inform7",n("../node_modules/highlight.js/lib/languages/inform7.js")),r.registerLanguage("ini",n("../node_modules/highlight.js/lib/languages/ini.js")),r.registerLanguage("irpf90",n("../node_modules/highlight.js/lib/languages/irpf90.js")),r.registerLanguage("isbl",n("../node_modules/highlight.js/lib/languages/isbl.js")),r.registerLanguage("java",n("../node_modules/highlight.js/lib/languages/java.js")),r.registerLanguage("javascript",n("../node_modules/highlight.js/lib/languages/javascript.js")),r.registerLanguage("jboss-cli",n("../node_modules/highlight.js/lib/languages/jboss-cli.js")),r.registerLanguage("json",n("../node_modules/highlight.js/lib/languages/json.js")),r.registerLanguage("julia",n("../node_modules/highlight.js/lib/languages/julia.js")),r.registerLanguage("julia-repl",n("../node_modules/highlight.js/lib/languages/julia-repl.js")),r.registerLanguage("kotlin",n("../node_modules/highlight.js/lib/languages/kotlin.js")),r.registerLanguage("lasso",n("../node_modules/highlight.js/lib/languages/lasso.js")),r.registerLanguage("ldif",n("../node_modules/highlight.js/lib/languages/ldif.js")),r.registerLanguage("leaf",n("../node_modules/highlight.js/lib/languages/leaf.js")),r.registerLanguage("less",n("../node_modules/highlight.js/lib/languages/less.js")),r.registerLanguage("lisp",n("../node_modules/highlight.js/lib/languages/lisp.js")),r.registerLanguage("livecodeserver",n("../node_modules/highlight.js/lib/languages/livecodeserver.js")),r.registerLanguage("livescript",n("../node_modules/highlight.js/lib/languages/livescript.js")),r.registerLanguage("llvm",n("../node_modules/highlight.js/lib/languages/llvm.js")),r.registerLanguage("lsl",n("../node_modules/highlight.js/lib/languages/lsl.js")),r.registerLanguage("lua",n("../node_modules/highlight.js/lib/languages/lua.js")),r.registerLanguage("makefile",n("../node_modules/highlight.js/lib/languages/makefile.js")),r.registerLanguage("mathematica",n("../node_modules/highlight.js/lib/languages/mathematica.js")),r.registerLanguage("matlab",n("../node_modules/highlight.js/lib/languages/matlab.js")),r.registerLanguage("maxima",n("../node_modules/highlight.js/lib/languages/maxima.js")),r.registerLanguage("mel",n("../node_modules/highlight.js/lib/languages/mel.js")),r.registerLanguage("mercury",n("../node_modules/highlight.js/lib/languages/mercury.js")),r.registerLanguage("mipsasm",n("../node_modules/highlight.js/lib/languages/mipsasm.js")),r.registerLanguage("mizar",n("../node_modules/highlight.js/lib/languages/mizar.js")),r.registerLanguage("perl",n("../node_modules/highlight.js/lib/languages/perl.js")),r.registerLanguage("mojolicious",n("../node_modules/highlight.js/lib/languages/mojolicious.js")),r.registerLanguage("monkey",n("../node_modules/highlight.js/lib/languages/monkey.js")),r.registerLanguage("moonscript",n("../node_modules/highlight.js/lib/languages/moonscript.js")),r.registerLanguage("n1ql",n("../node_modules/highlight.js/lib/languages/n1ql.js")),r.registerLanguage("nginx",n("../node_modules/highlight.js/lib/languages/nginx.js")),r.registerLanguage("nimrod",n("../node_modules/highlight.js/lib/languages/nimrod.js")),r.registerLanguage("nix",n("../node_modules/highlight.js/lib/languages/nix.js")),r.registerLanguage("nsis",n("../node_modules/highlight.js/lib/languages/nsis.js")),r.registerLanguage("objectivec",n("../node_modules/highlight.js/lib/languages/objectivec.js")),r.registerLanguage("ocaml",n("../node_modules/highlight.js/lib/languages/ocaml.js")),r.registerLanguage("openscad",n("../node_modules/highlight.js/lib/languages/openscad.js")),r.registerLanguage("oxygene",n("../node_modules/highlight.js/lib/languages/oxygene.js")),r.registerLanguage("parser3",n("../node_modules/highlight.js/lib/languages/parser3.js")),r.registerLanguage("pf",n("../node_modules/highlight.js/lib/languages/pf.js")),r.registerLanguage("pgsql",n("../node_modules/highlight.js/lib/languages/pgsql.js")),r.registerLanguage("php",n("../node_modules/highlight.js/lib/languages/php.js")),r.registerLanguage("plaintext",n("../node_modules/highlight.js/lib/languages/plaintext.js")),r.registerLanguage("pony",n("../node_modules/highlight.js/lib/languages/pony.js")),r.registerLanguage("powershell",n("../node_modules/highlight.js/lib/languages/powershell.js")),r.registerLanguage("processing",n("../node_modules/highlight.js/lib/languages/processing.js")),r.registerLanguage("profile",n("../node_modules/highlight.js/lib/languages/profile.js")),r.registerLanguage("prolog",n("../node_modules/highlight.js/lib/languages/prolog.js")),r.registerLanguage("properties",n("../node_modules/highlight.js/lib/languages/properties.js")),r.registerLanguage("protobuf",n("../node_modules/highlight.js/lib/languages/protobuf.js")),r.registerLanguage("puppet",n("../node_modules/highlight.js/lib/languages/puppet.js")),r.registerLanguage("purebasic",n("../node_modules/highlight.js/lib/languages/purebasic.js")),r.registerLanguage("python",n("../node_modules/highlight.js/lib/languages/python.js")),r.registerLanguage("q",n("../node_modules/highlight.js/lib/languages/q.js")),r.registerLanguage("qml",n("../node_modules/highlight.js/lib/languages/qml.js")),r.registerLanguage("r",n("../node_modules/highlight.js/lib/languages/r.js")),r.registerLanguage("reasonml",n("../node_modules/highlight.js/lib/languages/reasonml.js")),r.registerLanguage("rib",n("../node_modules/highlight.js/lib/languages/rib.js")),r.registerLanguage("roboconf",n("../node_modules/highlight.js/lib/languages/roboconf.js")),r.registerLanguage("routeros",n("../node_modules/highlight.js/lib/languages/routeros.js")),r.registerLanguage("rsl",n("../node_modules/highlight.js/lib/languages/rsl.js")),r.registerLanguage("ruleslanguage",n("../node_modules/highlight.js/lib/languages/ruleslanguage.js")),r.registerLanguage("rust",n("../node_modules/highlight.js/lib/languages/rust.js")),r.registerLanguage("sas",n("../node_modules/highlight.js/lib/languages/sas.js")),r.registerLanguage("scala",n("../node_modules/highlight.js/lib/languages/scala.js")),r.registerLanguage("scheme",n("../node_modules/highlight.js/lib/languages/scheme.js")),r.registerLanguage("scilab",n("../node_modules/highlight.js/lib/languages/scilab.js")),r.registerLanguage("scss",n("../node_modules/highlight.js/lib/languages/scss.js")),r.registerLanguage("shell",n("../node_modules/highlight.js/lib/languages/shell.js")),r.registerLanguage("smali",n("../node_modules/highlight.js/lib/languages/smali.js")),r.registerLanguage("smalltalk",n("../node_modules/highlight.js/lib/languages/smalltalk.js")),r.registerLanguage("sml",n("../node_modules/highlight.js/lib/languages/sml.js")),r.registerLanguage("sqf",n("../node_modules/highlight.js/lib/languages/sqf.js")),r.registerLanguage("sql",n("../node_modules/highlight.js/lib/languages/sql.js")),r.registerLanguage("stan",n("../node_modules/highlight.js/lib/languages/stan.js")),r.registerLanguage("stata",n("../node_modules/highlight.js/lib/languages/stata.js")),r.registerLanguage("step21",n("../node_modules/highlight.js/lib/languages/step21.js")),r.registerLanguage("stylus",n("../node_modules/highlight.js/lib/languages/stylus.js")),r.registerLanguage("subunit",n("../node_modules/highlight.js/lib/languages/subunit.js")),r.registerLanguage("swift",n("../node_modules/highlight.js/lib/languages/swift.js")),r.registerLanguage("taggerscript",n("../node_modules/highlight.js/lib/languages/taggerscript.js")),r.registerLanguage("yaml",n("../node_modules/highlight.js/lib/languages/yaml.js")),r.registerLanguage("tap",n("../node_modules/highlight.js/lib/languages/tap.js")),r.registerLanguage("tcl",n("../node_modules/highlight.js/lib/languages/tcl.js")),r.registerLanguage("tex",n("../node_modules/highlight.js/lib/languages/tex.js")),r.registerLanguage("thrift",n("../node_modules/highlight.js/lib/languages/thrift.js")),r.registerLanguage("tp",n("../node_modules/highlight.js/lib/languages/tp.js")),r.registerLanguage("twig",n("../node_modules/highlight.js/lib/languages/twig.js")),r.registerLanguage("typescript",n("../node_modules/highlight.js/lib/languages/typescript.js")),r.registerLanguage("vala",n("../node_modules/highlight.js/lib/languages/vala.js")),r.registerLanguage("vbnet",n("../node_modules/highlight.js/lib/languages/vbnet.js")),r.registerLanguage("vbscript",n("../node_modules/highlight.js/lib/languages/vbscript.js")),r.registerLanguage("vbscript-html",n("../node_modules/highlight.js/lib/languages/vbscript-html.js")),r.registerLanguage("verilog",n("../node_modules/highlight.js/lib/languages/verilog.js")),r.registerLanguage("vhdl",n("../node_modules/highlight.js/lib/languages/vhdl.js")),r.registerLanguage("vim",n("../node_modules/highlight.js/lib/languages/vim.js")),r.registerLanguage("x86asm",n("../node_modules/highlight.js/lib/languages/x86asm.js")),r.registerLanguage("xl",n("../node_modules/highlight.js/lib/languages/xl.js")),r.registerLanguage("xquery",n("../node_modules/highlight.js/lib/languages/xquery.js")),r.registerLanguage("zephir",n("../node_modules/highlight.js/lib/languages/zephir.js"))},"../node_modules/lowlight/lib/core.js":function(e,t,n){"use strict";var r=n("../node_modules/highlight.js/lib/highlight.js"),a=n("../node_modules/fault/index.js");function i(){}i.prototype=r;var o=new i;e.exports=o,o.highlight=function(e,t,n){var r=(n||{}).prefix;null!==r&&void 0!==r||(r="hljs-");return f(g(e,t,!0,r))},o.highlightAuto=p,o.registerLanguage=function(e,t){var n=t(o);u[e]=n,d.push(e),n.aliases&&m(e,n.aliases)},o.registerAlias=m,o.getLanguage=S;var s=r.inherit,l={}.hasOwnProperty,c=[].concat,d=[],u={},_={};function p(e,t){var n,r,i,o,s=t||{},l=s.subset||d,c=s.prefix,u=l.length,_=-1;if(null!==c&&void 0!==c||(c="hljs-"),"string"!==typeof e)throw a("Expected `string` for value, got `%s`",e);for(r=f({}),n=f({});++_<u;)S(o=l[_])&&((i=f(g(o,e,!1,c))).language=o,i.relevance>r.relevance&&(r=i),i.relevance>n.relevance&&(r=n,n=i));return r.language&&(n.secondBest=r),n}function m(e,t){var n,r,a,i,o=e;for(n in t&&((o={})[e]=t),o)for(a=(r="string"===typeof(r=o[n])?[r]:r).length,i=-1;++i<a;)_[r[i]]=n}function g(e,t,n,r,i){var o,d,_,m,f,b,T,v,y={},C=[],O="",N=0;if("string"!==typeof e)throw a("Expected `string` for name, got `%s`",e);if("string"!==typeof t)throw a("Expected `string` for value, got `%s`",t);if(o=S(e),_=d=i||o,m=v=[],!o)throw a("Unknown language: `%s` is not registered",e);!function(e){function t(t,r){return new RegExp(n(t),"m"+(e.case_insensitive?"i":"")+(r?"g":""))}function n(e){return e&&e.source||e}!function r(a,i){var o,l={};function d(t,n){var r,a,i,o;for(e.case_insensitive&&(n=n.toLowerCase()),o=(r=n.split(" ")).length,i=-1;++i<o;)a=r[i].split("|"),l[a[0]]=[t,a[1]?Number(a[1]):1]}a.compiled||(a.compiled=!0,a.keywords=a.keywords||a.beginKeywords,a.keywords&&("string"===typeof a.keywords?d("keyword",a.keywords):Object.keys(a.keywords).forEach((function(e){d(e,a.keywords[e])})),a.keywords=l),a.lexemesRe=t(a.lexemes||/\w+/,!0),i&&(a.beginKeywords&&(a.begin="\\b("+a.beginKeywords.split(" ").join("|")+")\\b"),a.begin||(a.begin=/\B|\b/),a.beginRe=t(a.begin),a.end||a.endsWithParent||(a.end=/\B|\b/),a.end&&(a.endRe=t(a.end)),a.terminatorEnd=n(a.end)||"",a.endsWithParent&&i.terminatorEnd&&(a.terminatorEnd+=(a.end?"|":"")+i.terminatorEnd)),a.illegal&&(a.illegalRe=t(a.illegal)),void 0===a.relevance&&(a.relevance=1),a.contains||(a.contains=[]),a.contains=c.apply([],a.contains.map((function(e){return function(e){var t,n,r,a;if(e.variants&&!e.cached_variants){for(r=e.variants,t=r.length,n=-1,a=[];++n<t;)a[n]=s(e,{variants:null},r[n]);e.cached_variants=a}return e.cached_variants||(e.endsWithParent?[s(e)]:[e])}("self"===e?a:e)}))),a.contains.forEach((function(e){r(e,a)})),a.starts&&r(a.starts,i),o=a.contains.map((function(e){return e.beginKeywords?"\\.?("+e.begin+")\\.?":e.begin})).concat([a.terminatorEnd,a.illegal]).map(n).filter(Boolean),a.terminators=0===o.length?{exec:E}:t(o.join("|"),!0))}(e)}(o);try{for(d.terminators.lastIndex=0,f=0,T=d.terminators.exec(t);T;)b=R(t.substring(f,T.index),T[0]),f=T.index+b,d.terminators.lastIndex=f,T=d.terminators.exec(t);for(R(t.substr(f)),_=d;_.parent;)_.className&&L(),_=_.parent;return{relevance:N,value:m,language:e,top:d}}catch(P){if(-1===P.message.indexOf("Illegal"))throw P;return{relevance:0,value:x(t,[])}}function R(e,t){var r,i,o;if(O+=e,void 0===t)return w(A(),m),0;if(r=function(e,t){var n=t.contains,r=n.length,a=-1;for(;++a<r;)if(h(n[a].beginRe,e))return n[a]}(t,d))return w(A(),m),I(r,t),r.returnBegin?0:t.length;if(i=function e(t,n){if(h(t.endRe,n)){for(;t.endsParent&&t.parent;)t=t.parent;return t}if(t.endsWithParent)return e(t.parent,n)}(d,t)){(o=d).returnEnd||o.excludeEnd||(O+=t),w(A(),m);do{d.className&&L(),N+=d.relevance,d=d.parent}while(d!==i.parent);return o.excludeEnd&&x(t,m),O="",i.starts&&I(i.starts,""),o.returnEnd?0:t.length}if(function(e,t){return!n&&h(t.illegalRe,e)}(t,d))throw a('Illegal lexeme "%s" for mode "%s"',t,d.className||"<unnamed>");return O+=t,t.length||1}function I(e,t){var n;e.className&&(n=D(e.className,[])),e.returnBegin?O="":e.excludeBegin?(x(t,m),O=""):O=t,n&&(m.push(n),C.push(m),m=n.children),d=Object.create(e,{parent:{value:d}})}function A(){var e=d.subLanguage?function(){var e,t="string"===typeof d.subLanguage;if(t&&!u[d.subLanguage])return x(O,[]);e=t?g(d.subLanguage,O,!0,r,y[d.subLanguage]):p(O,{subset:0===d.subLanguage.length?void 0:d.subLanguage,prefix:r});d.relevance>0&&(N+=e.relevance);t&&(y[d.subLanguage]=e.top);return[D(e.language,e.value,!0)]}():function(){var e,t,n,r,a=[];if(!d.keywords)return x(O,a);e=0,d.lexemesRe.lastIndex=0,t=d.lexemesRe.exec(O);for(;t;)x(O.substring(e,t.index),a),(r=M(d,t))?(N+=r[1],n=D(r[0],[]),a.push(n),x(t[0],n.children)):x(t[0],a),e=d.lexemesRe.lastIndex,t=d.lexemesRe.exec(O);return x(O.substr(e),a),a}();return O="",e}function w(e,t){for(var n,r=e.length,a=-1;++a<r;)"text"===(n=e[a]).type?x(n.value,t):t.push(n)}function x(e,t){var n;return e&&((n=t[t.length-1])&&"text"===n.type?n.value+=e:t.push(function(e){return{type:"text",value:e}}(e))),t}function D(e,t,n){return{type:"element",tagName:"span",properties:{className:[(n?"":r)+e]},children:t}}function M(e,t){var n=t[0];return o.case_insensitive&&(n=n.toLowerCase()),l.call(e.keywords,n)&&e.keywords[n]}function L(){m=C.pop()||v}}function f(e){return{relevance:e.relevance||0,language:e.language||null,value:e.value||[]}}function h(e,t){var n=e&&e.exec(t);return n&&0===n.index}function E(){return null}function S(e){return e=e.toLowerCase(),u[e]||u[_[e]]}},"../node_modules/match-sorter/dist/match-sorter.esm.js":function(e,t,n){"use strict";n.r(t),n.d(t,"rankings",(function(){return p}));var r={"\xc0":"A","\xc1":"A","\xc2":"A","\xc3":"A","\xc4":"A","\xc5":"A","\u1ea4":"A","\u1eae":"A","\u1eb2":"A","\u1eb4":"A","\u1eb6":"A","\xc6":"AE","\u1ea6":"A","\u1eb0":"A","\u0202":"A","\xc7":"C","\u1e08":"C","\xc8":"E","\xc9":"E","\xca":"E","\xcb":"E","\u1ebe":"E","\u1e16":"E","\u1ec0":"E","\u1e14":"E","\u1e1c":"E","\u0206":"E","\xcc":"I","\xcd":"I","\xce":"I","\xcf":"I","\u1e2e":"I","\u020a":"I","\xd0":"D","\xd1":"N","\xd2":"O","\xd3":"O","\xd4":"O","\xd5":"O","\xd6":"O","\xd8":"O","\u1ed0":"O","\u1e4c":"O","\u1e52":"O","\u020e":"O","\xd9":"U","\xda":"U","\xdb":"U","\xdc":"U","\xdd":"Y","\xe0":"a","\xe1":"a","\xe2":"a","\xe3":"a","\xe4":"a","\xe5":"a","\u1ea5":"a","\u1eaf":"a","\u1eb3":"a","\u1eb5":"a","\u1eb7":"a","\xe6":"ae","\u1ea7":"a","\u1eb1":"a","\u0203":"a","\xe7":"c","\u1e09":"c","\xe8":"e","\xe9":"e","\xea":"e","\xeb":"e","\u1ebf":"e","\u1e17":"e","\u1ec1":"e","\u1e15":"e","\u1e1d":"e","\u0207":"e","\xec":"i","\xed":"i","\xee":"i","\xef":"i","\u1e2f":"i","\u020b":"i","\xf0":"d","\xf1":"n","\xf2":"o","\xf3":"o","\xf4":"o","\xf5":"o","\xf6":"o","\xf8":"o","\u1ed1":"o","\u1e4d":"o","\u1e53":"o","\u020f":"o","\xf9":"u","\xfa":"u","\xfb":"u","\xfc":"u","\xfd":"y","\xff":"y","\u0100":"A","\u0101":"a","\u0102":"A","\u0103":"a","\u0104":"A","\u0105":"a","\u0106":"C","\u0107":"c","\u0108":"C","\u0109":"c","\u010a":"C","\u010b":"c","\u010c":"C","\u010d":"c","C\u0306":"C","c\u0306":"c","\u010e":"D","\u010f":"d","\u0110":"D","\u0111":"d","\u0112":"E","\u0113":"e","\u0114":"E","\u0115":"e","\u0116":"E","\u0117":"e","\u0118":"E","\u0119":"e","\u011a":"E","\u011b":"e","\u011c":"G","\u01f4":"G","\u011d":"g","\u01f5":"g","\u011e":"G","\u011f":"g","\u0120":"G","\u0121":"g","\u0122":"G","\u0123":"g","\u0124":"H","\u0125":"h","\u0126":"H","\u0127":"h","\u1e2a":"H","\u1e2b":"h","\u0128":"I","\u0129":"i","\u012a":"I","\u012b":"i","\u012c":"I","\u012d":"i","\u012e":"I","\u012f":"i","\u0130":"I","\u0131":"i","\u0132":"IJ","\u0133":"ij","\u0134":"J","\u0135":"j","\u0136":"K","\u0137":"k","\u1e30":"K","\u1e31":"k","K\u0306":"K","k\u0306":"k","\u0139":"L","\u013a":"l","\u013b":"L","\u013c":"l","\u013d":"L","\u013e":"l","\u013f":"L","\u0140":"l","\u0141":"l","\u0142":"l","\u1e3e":"M","\u1e3f":"m","M\u0306":"M","m\u0306":"m","\u0143":"N","\u0144":"n","\u0145":"N","\u0146":"n","\u0147":"N","\u0148":"n","\u0149":"n","N\u0306":"N","n\u0306":"n","\u014c":"O","\u014d":"o","\u014e":"O","\u014f":"o","\u0150":"O","\u0151":"o","\u0152":"OE","\u0153":"oe","P\u0306":"P","p\u0306":"p","\u0154":"R","\u0155":"r","\u0156":"R","\u0157":"r","\u0158":"R","\u0159":"r","R\u0306":"R","r\u0306":"r","\u0212":"R","\u0213":"r","\u015a":"S","\u015b":"s","\u015c":"S","\u015d":"s","\u015e":"S","\u0218":"S","\u0219":"s","\u015f":"s","\u0160":"S","\u0161":"s","\u0162":"T","\u0163":"t","\u021b":"t","\u021a":"T","\u0164":"T","\u0165":"t","\u0166":"T","\u0167":"t","T\u0306":"T","t\u0306":"t","\u0168":"U","\u0169":"u","\u016a":"U","\u016b":"u","\u016c":"U","\u016d":"u","\u016e":"U","\u016f":"u","\u0170":"U","\u0171":"u","\u0172":"U","\u0173":"u","\u0216":"U","\u0217":"u","V\u0306":"V","v\u0306":"v","\u0174":"W","\u0175":"w","\u1e82":"W","\u1e83":"w","X\u0306":"X","x\u0306":"x","\u0176":"Y","\u0177":"y","\u0178":"Y","Y\u0306":"Y","y\u0306":"y","\u0179":"Z","\u017a":"z","\u017b":"Z","\u017c":"z","\u017d":"Z","\u017e":"z","\u017f":"s","\u0192":"f","\u01a0":"O","\u01a1":"o","\u01af":"U","\u01b0":"u","\u01cd":"A","\u01ce":"a","\u01cf":"I","\u01d0":"i","\u01d1":"O","\u01d2":"o","\u01d3":"U","\u01d4":"u","\u01d5":"U","\u01d6":"u","\u01d7":"U","\u01d8":"u","\u01d9":"U","\u01da":"u","\u01db":"U","\u01dc":"u","\u1ee8":"U","\u1ee9":"u","\u1e78":"U","\u1e79":"u","\u01fa":"A","\u01fb":"a","\u01fc":"AE","\u01fd":"ae","\u01fe":"O","\u01ff":"o","\xde":"TH","\xfe":"th","\u1e54":"P","\u1e55":"p","\u1e64":"S","\u1e65":"s","X\u0301":"X","x\u0301":"x","\u0403":"\u0413","\u0453":"\u0433","\u040c":"\u041a","\u045c":"\u043a","A\u030b":"A","a\u030b":"a","E\u030b":"E","e\u030b":"e","I\u030b":"I","i\u030b":"i","\u01f8":"N","\u01f9":"n","\u1ed2":"O","\u1ed3":"o","\u1e50":"O","\u1e51":"o","\u1eea":"U","\u1eeb":"u","\u1e80":"W","\u1e81":"w","\u1ef2":"Y","\u1ef3":"y","\u0200":"A","\u0201":"a","\u0204":"E","\u0205":"e","\u0208":"I","\u0209":"i","\u020c":"O","\u020d":"o","\u0210":"R","\u0211":"r","\u0214":"U","\u0215":"u","B\u030c":"B","b\u030c":"b","\u010c\u0323":"C","\u010d\u0323":"c","\xca\u030c":"E","\xea\u030c":"e","F\u030c":"F","f\u030c":"f","\u01e6":"G","\u01e7":"g","\u021e":"H","\u021f":"h","J\u030c":"J","\u01f0":"j","\u01e8":"K","\u01e9":"k","M\u030c":"M","m\u030c":"m","P\u030c":"P","p\u030c":"p","Q\u030c":"Q","q\u030c":"q","\u0158\u0329":"R","\u0159\u0329":"r","\u1e66":"S","\u1e67":"s","V\u030c":"V","v\u030c":"v","W\u030c":"W","w\u030c":"w","X\u030c":"X","x\u030c":"x","Y\u030c":"Y","y\u030c":"y","A\u0327":"A","a\u0327":"a","B\u0327":"B","b\u0327":"b","\u1e10":"D","\u1e11":"d","\u0228":"E","\u0229":"e","\u0190\u0327":"E","\u025b\u0327":"e","\u1e28":"H","\u1e29":"h","I\u0327":"I","i\u0327":"i","\u0197\u0327":"I","\u0268\u0327":"i","M\u0327":"M","m\u0327":"m","O\u0327":"O","o\u0327":"o","Q\u0327":"Q","q\u0327":"q","U\u0327":"U","u\u0327":"u","X\u0327":"X","x\u0327":"x","Z\u0327":"Z","z\u0327":"z"},a=Object.keys(r).join("|"),i=new RegExp(a,"g"),o=new RegExp(a,""),s=function(e){return e.replace(i,(function(e){return r[e]}))},l=s,c=function(e){return!!e.match(o)},d=s;l.has=c,l.remove=d;var u="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p={CASE_SENSITIVE_EQUAL:9,EQUAL:8,STARTS_WITH:7,WORD_STARTS_WITH:6,STRING_CASE:5,STRING_CASE_ACRONYM:4,CONTAINS:3,ACRONYM:2,MATCHES:1,NO_MATCH:0},m={CAMEL:.8,PASCAL:.6,KEBAB:.4,SNAKE:.2,NO_CASE:0};function g(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(!t)return e;var r=n.keys,a=n.threshold,i=void 0===a?p.MATCHES:a,o=e.reduce((function(e,a,o){var s=f(a,r,t,n),l=s.rankedItem,c=s.rank,d=s.keyIndex,u=s.keyThreshold;return c>=(void 0===u?i:u)&&e.push({rankedItem:l,item:a,rank:c,index:o,keyIndex:d}),e}),[]);return o.sort(E).map((function(e){return e.item}))}function f(e,t,n,r){return t?function(e,t){return t.reduce((function(t,n){var r=function(e,t){"object"===("undefined"===typeof t?"undefined":u(t))&&(t=t.key);var n=void 0;n="function"===typeof t?t(e):-1!==t.indexOf(".")?t.split(".").reduce((function(e,t){return e?e[t]:null}),e):e[t];return null!=n?[].concat(n):null}(e,n);return r&&r.forEach((function(e){t.push({itemValue:e,attributes:b(n)})})),t}),[])}(e,t).reduce((function(e,t,a){var i=e.rank,o=e.keyIndex,s=e.keyThreshold,l=t.itemValue,c=t.attributes,d=h(l,n,r),u=c.minRanking,_=c.maxRanking,m=c.threshold;return d<u&&d>=p.MATCHES?d=u:d>_&&(d=_),d>i&&(i=d,o=a,s=m),{rankedItem:l,rank:i,keyIndex:o,keyThreshold:s}}),{rank:p.NO_MATCH,keyIndex:-1,keyThreshold:r.threshold}):{rankedItem:e,rank:h(e,n,r),keyIndex:-1,keyThreshold:r.threshold}}function h(e,t,n){if(e=S(e,n),(t=S(t,n)).length>e.length)return p.NO_MATCH;if(e===t)return p.CASE_SENSITIVE_EQUAL;var r,a,i=function(e){var t=e.toLowerCase()!==e,n=e.indexOf("-")>=0,r=e.indexOf("_")>=0;if(!t&&!r&&n)return m.KEBAB;if(!t&&r&&!n)return m.SNAKE;if(t&&!n&&!r){return e[0].toUpperCase()===e[0]?m.PASCAL:m.CAMEL}return m.NO_CASE}(e),o=function(e,t,n){var r=e.toLowerCase().indexOf(t.toLowerCase());switch(n){case m.SNAKE:return"_"===e[r-1];case m.KEBAB:return"-"===e[r-1];case m.PASCAL:case m.CAMEL:return-1!==r&&e[r]===e[r].toUpperCase();default:return!1}}(e,t,i),s=function(e,t,n){var r=null;switch(n){case m.SNAKE:r="_";break;case m.KEBAB:r="-";break;case m.PASCAL:case m.CAMEL:r=/(?=[A-Z])/;break;default:r=null}var a=e.split(r);return t.toLowerCase().split("").reduce((function(e,t,n){var r=a[n];return e&&r&&r[0].toLowerCase()===t}),!0)}(e,t,i);return(e=e.toLowerCase())===(t=t.toLowerCase())?p.EQUAL+i:0===e.indexOf(t)?p.STARTS_WITH+i:-1!==e.indexOf(" "+t)?p.WORD_STARTS_WITH+i:o?p.STRING_CASE+i:i>0&&s?p.STRING_CASE_ACRONYM+i:-1!==e.indexOf(t)?p.CONTAINS+i:1===t.length?p.NO_MATCH:-1!==(r=e,a="",r.split(" ").forEach((function(e){e.split("-").forEach((function(e){a+=e.substr(0,1)}))})),a).indexOf(t)?p.ACRONYM+i:function(e,t){var n=0,r=0;function a(e,t,r){for(var a=r;a<t.length;a++){if(t[a]===e)return n+=1,a+1}return-1}var i=a(t[0],e,0);if(i<0)return p.NO_MATCH;r=i;for(var o=1;o<t.length;o++){var s=t[o];if(!((r=a(s,e,r))>-1))return p.NO_MATCH}return function(e){var r=n/t.length;return p.MATCHES+r*(1/e)}(r-i)}(e,t)}function E(e,t){var n=e.rankedItem,r=e.rank,a=e.keyIndex,i=t.rankedItem,o=t.rank,s=t.keyIndex;return r===o?a===s?String(n).localeCompare(i):a<s?-1:1:r>o?-1:1}function S(e,t){return e=""+e,t.keepDiacritics||(e=l(e)),e}function b(e){return"string"===typeof e&&(e={key:e}),_({maxRanking:1/0,minRanking:-1/0},e)}g.rankings=p,g.caseRankings=m,t.default=g},"../node_modules/memoize-one/dist/memoize-one.esm.js":function(e,t,n){"use strict";var r=Number.isNaN||function(e){return"number"===typeof e&&e!==e};function a(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(a=e[n],i=t[n],!(a===i||r(a)&&r(i)))return!1;var a,i;return!0}t.a=function(e,t){var n;void 0===t&&(t=a);var r,i=[],o=!1;return function(){for(var a=[],s=0;s<arguments.length;s++)a[s]=arguments[s];return o&&n===this&&t(a,i)||(r=e.apply(this,a),o=!0,n=this,i=a),r}}},"../node_modules/merge-anything/dist/index.esm.js":function(e,t,n){"use strict";function r(e){return Object.prototype.toString.call(e).slice(8,-1)}function a(e){return"Undefined"===r(e)}function i(e){return"Null"===r(e)}function o(e){return"Object"===r(e)&&(e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype)}function s(e){return"Array"===r(e)}function l(e){return"Symbol"===r(e)}var c,d,u,_,p;c=i,d=a;function m(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),a=0;for(t=0;t<n;t++)for(var i=arguments[t],o=0,s=i.length;o<s;o++,a++)r[a]=i[o];return r}function g(e,t,n,r){var a=r.propertyIsEnumerable(t)?"enumerable":"nonenumerable";"enumerable"===a&&(e[t]=n),"nonenumerable"===a&&Object.defineProperty(e,t,{value:n,enumerable:!1,writable:!0,configurable:!0})}function f(e,t,n){if(!o(t))return n&&s(n)&&n.forEach((function(n){t=n(e,t)})),t;var r={};o(e)&&(r=m(Object.getOwnPropertyNames(e),Object.getOwnPropertySymbols(e)).reduce((function(n,r){var a=e[r];return(!l(r)&&!Object.getOwnPropertyNames(t).includes(r)||l(r)&&!Object.getOwnPropertySymbols(t).includes(r))&&g(n,r,a,e),n}),{}));return m(Object.getOwnPropertyNames(t),Object.getOwnPropertySymbols(t)).reduce((function(r,a){var i=t[a],l=o(e)?e[a]:void 0;return n&&s(n)&&n.forEach((function(e){i=e(l,i)})),void 0!==l&&o(i)&&(i=f(l,i,n)),g(r,a,i,t),r}),r)}t.a=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=null,a=e;return o(e)&&e.extensions&&1===Object.keys(e).length&&(a={},r=e.extensions),t.reduce((function(e,t){return f(e,t,r)}),a)}},"../node_modules/object-assign/index.js":function(e,t,n){"use strict";var r=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function o(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(a){return!1}}()?Object.assign:function(e,t){for(var n,s,l=o(e),c=1;c<arguments.length;c++){for(var d in n=Object(arguments[c]))a.call(n,d)&&(l[d]=n[d]);if(r){s=r(n);for(var u=0;u<s.length;u++)i.call(n,s[u])&&(l[s[u]]=n[s[u]])}}return l}},"../node_modules/process-nextick-args/index.js":function(e,t,n){"use strict";(function(t){"undefined"===typeof t||!t.version||0===t.version.indexOf("v0.")||0===t.version.indexOf("v1.")&&0!==t.version.indexOf("v1.8.")?e.exports={nextTick:function(e,n,r,a){if("function"!==typeof e)throw new TypeError('"callback" argument must be a function');var i,o,s=arguments.length;switch(s){case 0:case 1:return t.nextTick(e);case 2:return t.nextTick((function(){e.call(null,n)}));case 3:return t.nextTick((function(){e.call(null,n,r)}));case 4:return t.nextTick((function(){e.call(null,n,r,a)}));default:for(i=new Array(s-1),o=0;o<i.length;)i[o++]=arguments[o];return t.nextTick((function(){e.apply(null,i)}))}}}:e.exports=t}).call(this,n("../node_modules/process/browser.js"))},"../node_modules/process/browser.js":function(e,t){var n,r,a=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"===typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"===typeof clearTimeout?clearTimeout:o}catch(e){r=o}}();var l,c=[],d=!1,u=-1;function _(){d&&l&&(d=!1,l.length?c=l.concat(c):u=-1,c.length&&p())}function p(){if(!d){var e=s(_);d=!0;for(var t=c.length;t;){for(l=c,c=[];++u<t;)l&&l[u].run();u=-1,t=c.length}l=null,d=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function m(e,t){this.fun=e,this.array=t}function g(){}a.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new m(e,t)),1!==c.length||d||s(p)},m.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=g,a.addListener=g,a.once=g,a.off=g,a.removeListener=g,a.removeAllListeners=g,a.emit=g,a.prependListener=g,a.prependOnceListener=g,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},"../node_modules/prop-types/factoryWithThrowingShims.js":function(e,t,n){"use strict";var r=n("../node_modules/prop-types/lib/ReactPropTypesSecret.js");function a(){}function i(){}i.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,i,o){if(o!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:a};return n.PropTypes=n,n}},"../node_modules/prop-types/index.js":function(e,t,n){e.exports=n("../node_modules/prop-types/factoryWithThrowingShims.js")()},"../node_modules/prop-types/lib/ReactPropTypesSecret.js":function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},"../node_modules/react-dom/cjs/react-dom.production.min.js":function(e,t,n){"use strict";var r=n("../node_modules/react/index.js"),a=n("../node_modules/object-assign/index.js"),i=n("../node_modules/scheduler/index.js");function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!r)throw Error(o(227));function s(e,t,n,r,a,i,o,s,l){var c=Array.prototype.slice.call(arguments,3);try{t.apply(n,c)}catch(d){this.onError(d)}}var l=!1,c=null,d=!1,u=null,_={onError:function(e){l=!0,c=e}};function p(e,t,n,r,a,i,o,d,u){l=!1,c=null,s.apply(_,arguments)}var m=null,g=null,f=null;function h(e,t,n){var r=e.type||"unknown-event";e.currentTarget=f(n),function(e,t,n,r,a,i,s,_,m){if(p.apply(this,arguments),l){if(!l)throw Error(o(198));var g=c;l=!1,c=null,d||(d=!0,u=g)}}(r,t,void 0,e),e.currentTarget=null}var E=null,S={};function b(){if(E)for(var e in S){var t=S[e],n=E.indexOf(e);if(!(-1<n))throw Error(o(96,e));if(!v[n]){if(!t.extractEvents)throw Error(o(97,e));for(var r in v[n]=t,n=t.eventTypes){var a=void 0,i=n[r],s=t,l=r;if(y.hasOwnProperty(l))throw Error(o(99,l));y[l]=i;var c=i.phasedRegistrationNames;if(c){for(a in c)c.hasOwnProperty(a)&&T(c[a],s,l);a=!0}else i.registrationName?(T(i.registrationName,s,l),a=!0):a=!1;if(!a)throw Error(o(98,r,e))}}}}function T(e,t,n){if(C[e])throw Error(o(100,e));C[e]=t,O[e]=t.eventTypes[n].dependencies}var v=[],y={},C={},O={};function N(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var r=e[t];if(!S.hasOwnProperty(t)||S[t]!==r){if(S[t])throw Error(o(102,t));S[t]=r,n=!0}}n&&b()}var R=!("undefined"===typeof window||"undefined"===typeof window.document||"undefined"===typeof window.document.createElement),I=null,A=null,w=null;function x(e){if(e=g(e)){if("function"!==typeof I)throw Error(o(280));var t=e.stateNode;t&&(t=m(t),I(e.stateNode,e.type,t))}}function D(e){A?w?w.push(e):w=[e]:A=e}function M(){if(A){var e=A,t=w;if(w=A=null,x(e),t)for(e=0;e<t.length;e++)x(t[e])}}function L(e,t){return e(t)}function P(e,t,n,r,a){return e(t,n,r,a)}function k(){}var j=L,U=!1,F=!1;function B(){null===A&&null===w||(k(),M())}function G(e,t,n){if(F)return e(t,n);F=!0;try{return j(e,t,n)}finally{F=!1,B()}}var Y=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,H=Object.prototype.hasOwnProperty,V={},z={};function q(e,t,n,r,a,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var W={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){W[e]=new q(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];W[t]=new q(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){W[e]=new q(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){W[e]=new q(e,2,!1,e,null,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){W[e]=new q(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){W[e]=new q(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){W[e]=new q(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){W[e]=new q(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){W[e]=new q(e,5,!1,e.toLowerCase(),null,!1)}));var K=/[\-:]([a-z])/g;function Q(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(K,Q);W[t]=new q(t,1,!1,e,null,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(K,Q);W[t]=new q(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(K,Q);W[t]=new q(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){W[e]=new q(e,1,!1,e.toLowerCase(),null,!1)})),W.xlinkHref=new q("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){W[e]=new q(e,1,!1,e.toLowerCase(),null,!0)}));var $=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function X(e,t,n,r){var a=W.hasOwnProperty(t)?W[t]:null;(null!==a?0===a.type:!r&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(function(e,t,n,r){if(null===t||"undefined"===typeof t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,a,r)&&(n=null),r||null===a?function(e){return!!H.call(z,e)||!H.call(V,e)&&(Y.test(e)?z[e]=!0:(V[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):a.mustUseProperty?e[a.propertyName]=null===n?3!==a.type&&"":n:(t=a.attributeName,r=a.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(a=a.type)||4===a&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}$.hasOwnProperty("ReactCurrentDispatcher")||($.ReactCurrentDispatcher={current:null}),$.hasOwnProperty("ReactCurrentBatchConfig")||($.ReactCurrentBatchConfig={suspense:null});var Z=/^(.*)[\\\/]/,J="function"===typeof Symbol&&Symbol.for,ee=J?Symbol.for("react.element"):60103,te=J?Symbol.for("react.portal"):60106,ne=J?Symbol.for("react.fragment"):60107,re=J?Symbol.for("react.strict_mode"):60108,ae=J?Symbol.for("react.profiler"):60114,ie=J?Symbol.for("react.provider"):60109,oe=J?Symbol.for("react.context"):60110,se=J?Symbol.for("react.concurrent_mode"):60111,le=J?Symbol.for("react.forward_ref"):60112,ce=J?Symbol.for("react.suspense"):60113,de=J?Symbol.for("react.suspense_list"):60120,ue=J?Symbol.for("react.memo"):60115,_e=J?Symbol.for("react.lazy"):60116,pe=J?Symbol.for("react.block"):60121,me="function"===typeof Symbol&&Symbol.iterator;function ge(e){return null===e||"object"!==typeof e?null:"function"===typeof(e=me&&e[me]||e["@@iterator"])?e:null}function fe(e){if(null==e)return null;if("function"===typeof e)return e.displayName||e.name||null;if("string"===typeof e)return e;switch(e){case ne:return"Fragment";case te:return"Portal";case ae:return"Profiler";case re:return"StrictMode";case ce:return"Suspense";case de:return"SuspenseList"}if("object"===typeof e)switch(e.$$typeof){case oe:return"Context.Consumer";case ie:return"Context.Provider";case le:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case ue:return fe(e.type);case pe:return fe(e.render);case _e:if(e=1===e._status?e._result:null)return fe(e)}return null}function he(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var n="";break e;default:var r=e._debugOwner,a=e._debugSource,i=fe(e.type);n=null,r&&(n=fe(r.type)),r=i,i="",a?i=" (at "+a.fileName.replace(Z,"")+":"+a.lineNumber+")":n&&(i=" (created by "+n+")"),n="\n    in "+(r||"Unknown")+i}t+=n,e=e.return}while(e);return t}function Ee(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function Se(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function be(e){e._valueTracker||(e._valueTracker=function(e){var t=Se(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&"undefined"!==typeof n&&"function"===typeof n.get&&"function"===typeof n.set){var a=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(e){r=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Te(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=Se(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function ve(e,t){var n=t.checked;return a({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function ye(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=Ee(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function Ce(e,t){null!=(t=t.checked)&&X(e,"checked",t,!1)}function Oe(e,t){Ce(e,t);var n=Ee(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?Re(e,t.type,n):t.hasOwnProperty("defaultValue")&&Re(e,t.type,Ee(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function Ne(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function Re(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function Ie(e,t){return e=a({children:void 0},t),(t=function(e){var t="";return r.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(t.children))&&(e.children=t),e}function Ae(e,t,n,r){if(e=e.options,t){t={};for(var a=0;a<n.length;a++)t["$"+n[a]]=!0;for(n=0;n<e.length;n++)a=t.hasOwnProperty("$"+e[n].value),e[n].selected!==a&&(e[n].selected=a),a&&r&&(e[n].defaultSelected=!0)}else{for(n=""+Ee(n),t=null,a=0;a<e.length;a++){if(e[a].value===n)return e[a].selected=!0,void(r&&(e[a].defaultSelected=!0));null!==t||e[a].disabled||(t=e[a])}null!==t&&(t.selected=!0)}}function we(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(o(91));return a({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function xe(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(o(92));if(Array.isArray(n)){if(!(1>=n.length))throw Error(o(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:Ee(n)}}function De(e,t){var n=Ee(t.value),r=Ee(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function Me(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var Le="http://www.w3.org/1999/xhtml",Pe="http://www.w3.org/2000/svg";function ke(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function je(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?ke(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var Ue,Fe=function(e){return"undefined"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,r,a){MSApp.execUnsafeLocalFunction((function(){return e(t,n)}))}:e}((function(e,t){if(e.namespaceURI!==Pe||"innerHTML"in e)e.innerHTML=t;else{for((Ue=Ue||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Ue.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}));function Be(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}function Ge(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Ye={animationend:Ge("Animation","AnimationEnd"),animationiteration:Ge("Animation","AnimationIteration"),animationstart:Ge("Animation","AnimationStart"),transitionend:Ge("Transition","TransitionEnd")},He={},Ve={};function ze(e){if(He[e])return He[e];if(!Ye[e])return e;var t,n=Ye[e];for(t in n)if(n.hasOwnProperty(t)&&t in Ve)return He[e]=n[t];return e}R&&(Ve=document.createElement("div").style,"AnimationEvent"in window||(delete Ye.animationend.animation,delete Ye.animationiteration.animation,delete Ye.animationstart.animation),"TransitionEvent"in window||delete Ye.transitionend.transition);var qe=ze("animationend"),We=ze("animationiteration"),Ke=ze("animationstart"),Qe=ze("transitionend"),$e="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Xe=new("function"===typeof WeakMap?WeakMap:Map);function Ze(e){var t=Xe.get(e);return void 0===t&&(t=new Map,Xe.set(e,t)),t}function Je(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!==(1026&(t=e).effectTag)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function et(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function tt(e){if(Je(e)!==e)throw Error(o(188))}function nt(e){if(!(e=function(e){var t=e.alternate;if(!t){if(null===(t=Je(e)))throw Error(o(188));return t!==e?null:e}for(var n=e,r=t;;){var a=n.return;if(null===a)break;var i=a.alternate;if(null===i){if(null!==(r=a.return)){n=r;continue}break}if(a.child===i.child){for(i=a.child;i;){if(i===n)return tt(a),e;if(i===r)return tt(a),t;i=i.sibling}throw Error(o(188))}if(n.return!==r.return)n=a,r=i;else{for(var s=!1,l=a.child;l;){if(l===n){s=!0,n=a,r=i;break}if(l===r){s=!0,r=a,n=i;break}l=l.sibling}if(!s){for(l=i.child;l;){if(l===n){s=!0,n=i,r=a;break}if(l===r){s=!0,r=i,n=a;break}l=l.sibling}if(!s)throw Error(o(189))}}if(n.alternate!==r)throw Error(o(190))}if(3!==n.tag)throw Error(o(188));return n.stateNode.current===n?e:t}(e)))return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}function rt(e,t){if(null==t)throw Error(o(30));return null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function at(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var it=null;function ot(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)h(e,t[r],n[r]);else t&&h(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function st(e){if(null!==e&&(it=rt(it,e)),e=it,it=null,e){if(at(e,ot),it)throw Error(o(95));if(d)throw e=u,d=!1,u=null,e}}function lt(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function ct(e){if(!R)return!1;var t=(e="on"+e)in document;return t||((t=document.createElement("div")).setAttribute(e,"return;"),t="function"===typeof t[e]),t}var dt=[];function ut(e){e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>dt.length&&dt.push(e)}function _t(e,t,n,r){if(dt.length){var a=dt.pop();return a.topLevelType=e,a.eventSystemFlags=r,a.nativeEvent=t,a.targetInst=n,a}return{topLevelType:e,eventSystemFlags:r,nativeEvent:t,targetInst:n,ancestors:[]}}function pt(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);break}var r=n;if(3===r.tag)r=r.stateNode.containerInfo;else{for(;r.return;)r=r.return;r=3!==r.tag?null:r.stateNode.containerInfo}if(!r)break;5!==(t=n.tag)&&6!==t||e.ancestors.push(n),n=Rn(r)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var a=lt(e.nativeEvent);r=e.topLevelType;var i=e.nativeEvent,o=e.eventSystemFlags;0===n&&(o|=64);for(var s=null,l=0;l<v.length;l++){var c=v[l];c&&(c=c.extractEvents(r,t,i,a,o))&&(s=rt(s,c))}st(s)}}function mt(e,t,n){if(!n.has(e)){switch(e){case"scroll":Kt(t,"scroll",!0);break;case"focus":case"blur":Kt(t,"focus",!0),Kt(t,"blur",!0),n.set("blur",null),n.set("focus",null);break;case"cancel":case"close":ct(e)&&Kt(t,e,!0);break;case"invalid":case"submit":case"reset":break;default:-1===$e.indexOf(e)&&Wt(e,t)}n.set(e,null)}}var gt,ft,ht,Et=!1,St=[],bt=null,Tt=null,vt=null,yt=new Map,Ct=new Map,Ot=[],Nt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),Rt="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function It(e,t,n,r,a){return{blockedOn:e,topLevelType:t,eventSystemFlags:32|n,nativeEvent:a,container:r}}function At(e,t){switch(e){case"focus":case"blur":bt=null;break;case"dragenter":case"dragleave":Tt=null;break;case"mouseover":case"mouseout":vt=null;break;case"pointerover":case"pointerout":yt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ct.delete(t.pointerId)}}function wt(e,t,n,r,a,i){return null===e||e.nativeEvent!==i?(e=It(t,n,r,a,i),null!==t&&(null!==(t=In(t))&&ft(t)),e):(e.eventSystemFlags|=r,e)}function xt(e){var t=Rn(e.target);if(null!==t){var n=Je(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=et(n)))return e.blockedOn=t,void i.unstable_runWithPriority(e.priority,(function(){ht(n)}))}else if(3===t&&n.stateNode.hydrate)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Dt(e){if(null!==e.blockedOn)return!1;var t=Zt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);if(null!==t){var n=In(t);return null!==n&&ft(n),e.blockedOn=t,!1}return!0}function Mt(e,t,n){Dt(e)&&n.delete(t)}function Lt(){for(Et=!1;0<St.length;){var e=St[0];if(null!==e.blockedOn){null!==(e=In(e.blockedOn))&&gt(e);break}var t=Zt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);null!==t?e.blockedOn=t:St.shift()}null!==bt&&Dt(bt)&&(bt=null),null!==Tt&&Dt(Tt)&&(Tt=null),null!==vt&&Dt(vt)&&(vt=null),yt.forEach(Mt),Ct.forEach(Mt)}function Pt(e,t){e.blockedOn===t&&(e.blockedOn=null,Et||(Et=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Lt)))}function kt(e){function t(t){return Pt(t,e)}if(0<St.length){Pt(St[0],e);for(var n=1;n<St.length;n++){var r=St[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==bt&&Pt(bt,e),null!==Tt&&Pt(Tt,e),null!==vt&&Pt(vt,e),yt.forEach(t),Ct.forEach(t),n=0;n<Ot.length;n++)(r=Ot[n]).blockedOn===e&&(r.blockedOn=null);for(;0<Ot.length&&null===(n=Ot[0]).blockedOn;)xt(n),null===n.blockedOn&&Ot.shift()}var jt={},Ut=new Map,Ft=new Map,Bt=["abort","abort",qe,"animationEnd",We,"animationIteration",Ke,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Qe,"transitionEnd","waiting","waiting"];function Gt(e,t){for(var n=0;n<e.length;n+=2){var r=e[n],a=e[n+1],i="on"+(a[0].toUpperCase()+a.slice(1));i={phasedRegistrationNames:{bubbled:i,captured:i+"Capture"},dependencies:[r],eventPriority:t},Ft.set(r,t),Ut.set(r,i),jt[a]=i}}Gt("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Gt("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Gt(Bt,2);for(var Yt="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),Ht=0;Ht<Yt.length;Ht++)Ft.set(Yt[Ht],0);var Vt=i.unstable_UserBlockingPriority,zt=i.unstable_runWithPriority,qt=!0;function Wt(e,t){Kt(t,e,!1)}function Kt(e,t,n){var r=Ft.get(t);switch(void 0===r?2:r){case 0:r=Qt.bind(null,t,1,e);break;case 1:r=$t.bind(null,t,1,e);break;default:r=Xt.bind(null,t,1,e)}n?e.addEventListener(t,r,!0):e.addEventListener(t,r,!1)}function Qt(e,t,n,r){U||k();var a=Xt,i=U;U=!0;try{P(a,e,t,n,r)}finally{(U=i)||B()}}function $t(e,t,n,r){zt(Vt,Xt.bind(null,e,t,n,r))}function Xt(e,t,n,r){if(qt)if(0<St.length&&-1<Nt.indexOf(e))e=It(null,e,t,n,r),St.push(e);else{var a=Zt(e,t,n,r);if(null===a)At(e,r);else if(-1<Nt.indexOf(e))e=It(a,e,t,n,r),St.push(e);else if(!function(e,t,n,r,a){switch(t){case"focus":return bt=wt(bt,e,t,n,r,a),!0;case"dragenter":return Tt=wt(Tt,e,t,n,r,a),!0;case"mouseover":return vt=wt(vt,e,t,n,r,a),!0;case"pointerover":var i=a.pointerId;return yt.set(i,wt(yt.get(i)||null,e,t,n,r,a)),!0;case"gotpointercapture":return i=a.pointerId,Ct.set(i,wt(Ct.get(i)||null,e,t,n,r,a)),!0}return!1}(a,e,t,n,r)){At(e,r),e=_t(e,r,null,t);try{G(pt,e)}finally{ut(e)}}}}function Zt(e,t,n,r){if(null!==(n=Rn(n=lt(r)))){var a=Je(n);if(null===a)n=null;else{var i=a.tag;if(13===i){if(null!==(n=et(a)))return n;n=null}else if(3===i){if(a.stateNode.hydrate)return 3===a.tag?a.stateNode.containerInfo:null;n=null}else a!==n&&(n=null)}}e=_t(e,r,n,t);try{G(pt,e)}finally{ut(e)}return null}var Jt={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},en=["Webkit","ms","Moz","O"];function tn(e,t,n){return null==t||"boolean"===typeof t||""===t?"":n||"number"!==typeof t||0===t||Jt.hasOwnProperty(e)&&Jt[e]?(""+t).trim():t+"px"}function nn(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),a=tn(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,a):e[n]=a}}Object.keys(Jt).forEach((function(e){en.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Jt[t]=Jt[e]}))}));var rn=a({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function an(e,t){if(t){if(rn[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(o(137,e,""));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(o(60));if("object"!==typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(o(61))}if(null!=t.style&&"object"!==typeof t.style)throw Error(o(62,""))}}function on(e,t){if(-1===e.indexOf("-"))return"string"===typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var sn=Le;function ln(e,t){var n=Ze(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=O[t];for(var r=0;r<t.length;r++)mt(t[r],e,n)}function cn(){}function dn(e){if("undefined"===typeof(e=e||("undefined"!==typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(ql){return e.body}}function un(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function _n(e,t){var n,r=un(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=un(r)}}function pn(){for(var e=window,t=dn();t instanceof e.HTMLIFrameElement;){try{var n="string"===typeof t.contentWindow.location.href}catch(r){n=!1}if(!n)break;t=dn((e=t.contentWindow).document)}return t}function mn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var gn=null,fn=null;function hn(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function En(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"===typeof t.children||"number"===typeof t.children||"object"===typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var Sn="function"===typeof setTimeout?setTimeout:void 0,bn="function"===typeof clearTimeout?clearTimeout:void 0;function Tn(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}function vn(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var yn=Math.random().toString(36).slice(2),Cn="__reactInternalInstance$"+yn,On="__reactEventHandlers$"+yn,Nn="__reactContainere$"+yn;function Rn(e){var t=e[Cn];if(t)return t;for(var n=e.parentNode;n;){if(t=n[Nn]||n[Cn]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=vn(e);null!==e;){if(n=e[Cn])return n;e=vn(e)}return t}n=(e=n).parentNode}return null}function In(e){return!(e=e[Cn]||e[Nn])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function An(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(o(33))}function wn(e){return e[On]||null}function xn(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function Dn(e,t){var n=e.stateNode;if(!n)return null;var r=m(n);if(!r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!==typeof n)throw Error(o(231,t,typeof n));return n}function Mn(e,t,n){(t=Dn(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=rt(n._dispatchListeners,t),n._dispatchInstances=rt(n._dispatchInstances,e))}function Ln(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=xn(t);for(t=n.length;0<t--;)Mn(n[t],"captured",e);for(t=0;t<n.length;t++)Mn(n[t],"bubbled",e)}}function Pn(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=Dn(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=rt(n._dispatchListeners,t),n._dispatchInstances=rt(n._dispatchInstances,e))}function kn(e){e&&e.dispatchConfig.registrationName&&Pn(e._targetInst,null,e)}function jn(e){at(e,Ln)}var Un=null,Fn=null,Bn=null;function Gn(){if(Bn)return Bn;var e,t,n=Fn,r=n.length,a="value"in Un?Un.value:Un.textContent,i=a.length;for(e=0;e<r&&n[e]===a[e];e++);var o=r-e;for(t=1;t<=o&&n[r-t]===a[i-t];t++);return Bn=a.slice(e,1<t?1-t:void 0)}function Yn(){return!0}function Hn(){return!1}function Vn(e,t,n,r){for(var a in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n,e=this.constructor.Interface)e.hasOwnProperty(a)&&((t=e[a])?this[a]=t(n):"target"===a?this.target=r:this[a]=n[a]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?Yn:Hn,this.isPropagationStopped=Hn,this}function zn(e,t,n,r){if(this.eventPool.length){var a=this.eventPool.pop();return this.call(a,e,t,n,r),a}return new this(e,t,n,r)}function qn(e){if(!(e instanceof this))throw Error(o(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function Wn(e){e.eventPool=[],e.getPooled=zn,e.release=qn}a(Vn.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!==typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=Yn)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!==typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=Yn)},persist:function(){this.isPersistent=Yn},isPersistent:Hn,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=Hn,this._dispatchInstances=this._dispatchListeners=null}}),Vn.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},Vn.extend=function(e){function t(){}function n(){return r.apply(this,arguments)}var r=this;t.prototype=r.prototype;var i=new t;return a(i,n.prototype),n.prototype=i,n.prototype.constructor=n,n.Interface=a({},r.Interface,e),n.extend=r.extend,Wn(n),n},Wn(Vn);var Kn=Vn.extend({data:null}),Qn=Vn.extend({data:null}),$n=[9,13,27,32],Xn=R&&"CompositionEvent"in window,Zn=null;R&&"documentMode"in document&&(Zn=document.documentMode);var Jn=R&&"TextEvent"in window&&!Zn,er=R&&(!Xn||Zn&&8<Zn&&11>=Zn),tr=String.fromCharCode(32),nr={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},rr=!1;function ar(e,t){switch(e){case"keyup":return-1!==$n.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function ir(e){return"object"===typeof(e=e.detail)&&"data"in e?e.data:null}var or=!1;var sr={eventTypes:nr,extractEvents:function(e,t,n,r){var a;if(Xn)e:{switch(e){case"compositionstart":var i=nr.compositionStart;break e;case"compositionend":i=nr.compositionEnd;break e;case"compositionupdate":i=nr.compositionUpdate;break e}i=void 0}else or?ar(e,n)&&(i=nr.compositionEnd):"keydown"===e&&229===n.keyCode&&(i=nr.compositionStart);return i?(er&&"ko"!==n.locale&&(or||i!==nr.compositionStart?i===nr.compositionEnd&&or&&(a=Gn()):(Fn="value"in(Un=r)?Un.value:Un.textContent,or=!0)),i=Kn.getPooled(i,t,n,r),a?i.data=a:null!==(a=ir(n))&&(i.data=a),jn(i),a=i):a=null,(e=Jn?function(e,t){switch(e){case"compositionend":return ir(t);case"keypress":return 32!==t.which?null:(rr=!0,tr);case"textInput":return(e=t.data)===tr&&rr?null:e;default:return null}}(e,n):function(e,t){if(or)return"compositionend"===e||!Xn&&ar(e,t)?(e=Gn(),Bn=Fn=Un=null,or=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return er&&"ko"!==t.locale?null:t.data;default:return null}}(e,n))?((t=Qn.getPooled(nr.beforeInput,t,n,r)).data=e,jn(t)):t=null,null===a?t:null===t?a:[a,t]}},lr={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function cr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!lr[e.type]:"textarea"===t}var dr={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function ur(e,t,n){return(e=Vn.getPooled(dr.change,e,t,n)).type="change",D(n),jn(e),e}var _r=null,pr=null;function mr(e){st(e)}function gr(e){if(Te(An(e)))return e}function fr(e,t){if("change"===e)return t}var hr=!1;function Er(){_r&&(_r.detachEvent("onpropertychange",Sr),pr=_r=null)}function Sr(e){if("value"===e.propertyName&&gr(pr))if(e=ur(pr,e,lt(e)),U)st(e);else{U=!0;try{L(mr,e)}finally{U=!1,B()}}}function br(e,t,n){"focus"===e?(Er(),pr=n,(_r=t).attachEvent("onpropertychange",Sr)):"blur"===e&&Er()}function Tr(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return gr(pr)}function vr(e,t){if("click"===e)return gr(t)}function yr(e,t){if("input"===e||"change"===e)return gr(t)}R&&(hr=ct("input")&&(!document.documentMode||9<document.documentMode));var Cr={eventTypes:dr,_isInputEventSupported:hr,extractEvents:function(e,t,n,r){var a=t?An(t):window,i=a.nodeName&&a.nodeName.toLowerCase();if("select"===i||"input"===i&&"file"===a.type)var o=fr;else if(cr(a))if(hr)o=yr;else{o=Tr;var s=br}else(i=a.nodeName)&&"input"===i.toLowerCase()&&("checkbox"===a.type||"radio"===a.type)&&(o=vr);if(o&&(o=o(e,t)))return ur(o,n,r);s&&s(e,a,t),"blur"===e&&(e=a._wrapperState)&&e.controlled&&"number"===a.type&&Re(a,"number",a.value)}},Or=Vn.extend({view:null,detail:null}),Nr={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Rr(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=Nr[e])&&!!t[e]}function Ir(){return Rr}var Ar=0,wr=0,xr=!1,Dr=!1,Mr=Or.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Ir,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=Ar;return Ar=e.screenX,xr?"mousemove"===e.type?e.screenX-t:0:(xr=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=wr;return wr=e.screenY,Dr?"mousemove"===e.type?e.screenY-t:0:(Dr=!0,0)}}),Lr=Mr.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Pr={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},kr={eventTypes:Pr,extractEvents:function(e,t,n,r,a){var i="mouseover"===e||"pointerover"===e,o="mouseout"===e||"pointerout"===e;if(i&&0===(32&a)&&(n.relatedTarget||n.fromElement)||!o&&!i)return null;(i=r.window===r?r:(i=r.ownerDocument)?i.defaultView||i.parentWindow:window,o)?(o=t,null!==(t=(t=n.relatedTarget||n.toElement)?Rn(t):null)&&(t!==Je(t)||5!==t.tag&&6!==t.tag)&&(t=null)):o=null;if(o===t)return null;if("mouseout"===e||"mouseover"===e)var s=Mr,l=Pr.mouseLeave,c=Pr.mouseEnter,d="mouse";else"pointerout"!==e&&"pointerover"!==e||(s=Lr,l=Pr.pointerLeave,c=Pr.pointerEnter,d="pointer");if(e=null==o?i:An(o),i=null==t?i:An(t),(l=s.getPooled(l,o,n,r)).type=d+"leave",l.target=e,l.relatedTarget=i,(n=s.getPooled(c,t,n,r)).type=d+"enter",n.target=i,n.relatedTarget=e,d=t,(r=o)&&d)e:{for(c=d,o=0,e=s=r;e;e=xn(e))o++;for(e=0,t=c;t;t=xn(t))e++;for(;0<o-e;)s=xn(s),o--;for(;0<e-o;)c=xn(c),e--;for(;o--;){if(s===c||s===c.alternate)break e;s=xn(s),c=xn(c)}s=null}else s=null;for(c=s,s=[];r&&r!==c&&(null===(o=r.alternate)||o!==c);)s.push(r),r=xn(r);for(r=[];d&&d!==c&&(null===(o=d.alternate)||o!==c);)r.push(d),d=xn(d);for(d=0;d<s.length;d++)Pn(s[d],"bubbled",l);for(d=r.length;0<d--;)Pn(r[d],"captured",n);return 0===(64&a)?[l]:[l,n]}};var jr="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},Ur=Object.prototype.hasOwnProperty;function Fr(e,t){if(jr(e,t))return!0;if("object"!==typeof e||null===e||"object"!==typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++)if(!Ur.call(t,n[r])||!jr(e[n[r]],t[n[r]]))return!1;return!0}var Br=R&&"documentMode"in document&&11>=document.documentMode,Gr={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Yr=null,Hr=null,Vr=null,zr=!1;function qr(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return zr||null==Yr||Yr!==dn(n)?null:("selectionStart"in(n=Yr)&&mn(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},Vr&&Fr(Vr,n)?null:(Vr=n,(e=Vn.getPooled(Gr.select,Hr,e,t)).type="select",e.target=Yr,jn(e),e))}var Wr={eventTypes:Gr,extractEvents:function(e,t,n,r,a,i){if(!(i=!(a=i||(r.window===r?r.document:9===r.nodeType?r:r.ownerDocument)))){e:{a=Ze(a),i=O.onSelect;for(var o=0;o<i.length;o++)if(!a.has(i[o])){a=!1;break e}a=!0}i=!a}if(i)return null;switch(a=t?An(t):window,e){case"focus":(cr(a)||"true"===a.contentEditable)&&(Yr=a,Hr=t,Vr=null);break;case"blur":Vr=Hr=Yr=null;break;case"mousedown":zr=!0;break;case"contextmenu":case"mouseup":case"dragend":return zr=!1,qr(n,r);case"selectionchange":if(Br)break;case"keydown":case"keyup":return qr(n,r)}return null}},Kr=Vn.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Qr=Vn.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),$r=Or.extend({relatedTarget:null});function Xr(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}var Zr={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Jr={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},ea=Or.extend({key:function(e){if(e.key){var t=Zr[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=Xr(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?Jr[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Ir,charCode:function(e){return"keypress"===e.type?Xr(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Xr(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),ta=Mr.extend({dataTransfer:null}),na=Or.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Ir}),ra=Vn.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),aa=Mr.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),ia={eventTypes:jt,extractEvents:function(e,t,n,r){var a=Ut.get(e);if(!a)return null;switch(e){case"keypress":if(0===Xr(n))return null;case"keydown":case"keyup":e=ea;break;case"blur":case"focus":e=$r;break;case"click":if(2===n.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=Mr;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=ta;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=na;break;case qe:case We:case Ke:e=Kr;break;case Qe:e=ra;break;case"scroll":e=Or;break;case"wheel":e=aa;break;case"copy":case"cut":case"paste":e=Qr;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=Lr;break;default:e=Vn}return jn(t=e.getPooled(a,t,n,r)),t}};if(E)throw Error(o(101));E=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),b(),m=wn,g=In,f=An,N({SimpleEventPlugin:ia,EnterLeaveEventPlugin:kr,ChangeEventPlugin:Cr,SelectEventPlugin:Wr,BeforeInputEventPlugin:sr});var oa=[],sa=-1;function la(e){0>sa||(e.current=oa[sa],oa[sa]=null,sa--)}function ca(e,t){sa++,oa[sa]=e.current,e.current=t}var da={},ua={current:da},_a={current:!1},pa=da;function ma(e,t){var n=e.type.contextTypes;if(!n)return da;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var a,i={};for(a in n)i[a]=t[a];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function ga(e){return null!==(e=e.childContextTypes)&&void 0!==e}function fa(){la(_a),la(ua)}function ha(e,t,n){if(ua.current!==da)throw Error(o(168));ca(ua,t),ca(_a,n)}function Ea(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,"function"!==typeof r.getChildContext)return n;for(var i in r=r.getChildContext())if(!(i in e))throw Error(o(108,fe(t)||"Unknown",i));return a({},n,{},r)}function Sa(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||da,pa=ua.current,ca(ua,e),ca(_a,_a.current),!0}function ba(e,t,n){var r=e.stateNode;if(!r)throw Error(o(169));n?(e=Ea(e,t,pa),r.__reactInternalMemoizedMergedChildContext=e,la(_a),la(ua),ca(ua,e)):la(_a),ca(_a,n)}var Ta=i.unstable_runWithPriority,va=i.unstable_scheduleCallback,ya=i.unstable_cancelCallback,Ca=i.unstable_requestPaint,Oa=i.unstable_now,Na=i.unstable_getCurrentPriorityLevel,Ra=i.unstable_ImmediatePriority,Ia=i.unstable_UserBlockingPriority,Aa=i.unstable_NormalPriority,wa=i.unstable_LowPriority,xa=i.unstable_IdlePriority,Da={},Ma=i.unstable_shouldYield,La=void 0!==Ca?Ca:function(){},Pa=null,ka=null,ja=!1,Ua=Oa(),Fa=1e4>Ua?Oa:function(){return Oa()-Ua};function Ba(){switch(Na()){case Ra:return 99;case Ia:return 98;case Aa:return 97;case wa:return 96;case xa:return 95;default:throw Error(o(332))}}function Ga(e){switch(e){case 99:return Ra;case 98:return Ia;case 97:return Aa;case 96:return wa;case 95:return xa;default:throw Error(o(332))}}function Ya(e,t){return e=Ga(e),Ta(e,t)}function Ha(e,t,n){return e=Ga(e),va(e,t,n)}function Va(e){return null===Pa?(Pa=[e],ka=va(Ra,qa)):Pa.push(e),Da}function za(){if(null!==ka){var e=ka;ka=null,ya(e)}qa()}function qa(){if(!ja&&null!==Pa){ja=!0;var e=0;try{var t=Pa;Ya(99,(function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}})),Pa=null}catch(n){throw null!==Pa&&(Pa=Pa.slice(e+1)),va(Ra,za),n}finally{ja=!1}}}function Wa(e,t,n){return 1073741821-(1+((1073741821-e+t/10)/(n/=10)|0))*n}function Ka(e,t){if(e&&e.defaultProps)for(var n in t=a({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}var Qa={current:null},$a=null,Xa=null,Za=null;function Ja(){Za=Xa=$a=null}function ei(e){var t=Qa.current;la(Qa),e.type._context._currentValue=t}function ti(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t);else{if(!(null!==n&&n.childExpirationTime<t))break;n.childExpirationTime=t}e=e.return}}function ni(e,t){$a=e,Za=Xa=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(wo=!0),e.firstContext=null)}function ri(e,t){if(Za!==e&&!1!==t&&0!==t)if("number"===typeof t&&1073741823!==t||(Za=e,t=1073741823),t={context:e,observedBits:t,next:null},null===Xa){if(null===$a)throw Error(o(308));Xa=t,$a.dependencies={expirationTime:0,firstContext:t,responders:null}}else Xa=Xa.next=t;return e._currentValue}var ai=!1;function ii(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}function oi(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,baseQueue:e.baseQueue,shared:e.shared,effects:e.effects})}function si(e,t){return(e={expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null}).next=e}function li(e,t){if(null!==(e=e.updateQueue)){var n=(e=e.shared).pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}}function ci(e,t){var n=e.alternate;null!==n&&oi(n,e),null===(n=(e=e.updateQueue).baseQueue)?(e.baseQueue=t.next=t,t.next=t):(t.next=n.next,n.next=t)}function di(e,t,n,r){var i=e.updateQueue;ai=!1;var o=i.baseQueue,s=i.shared.pending;if(null!==s){if(null!==o){var l=o.next;o.next=s.next,s.next=l}o=s,i.shared.pending=null,null!==(l=e.alternate)&&(null!==(l=l.updateQueue)&&(l.baseQueue=s))}if(null!==o){l=o.next;var c=i.baseState,d=0,u=null,_=null,p=null;if(null!==l)for(var m=l;;){if((s=m.expirationTime)<r){var g={expirationTime:m.expirationTime,suspenseConfig:m.suspenseConfig,tag:m.tag,payload:m.payload,callback:m.callback,next:null};null===p?(_=p=g,u=c):p=p.next=g,s>d&&(d=s)}else{null!==p&&(p=p.next={expirationTime:1073741823,suspenseConfig:m.suspenseConfig,tag:m.tag,payload:m.payload,callback:m.callback,next:null}),il(s,m.suspenseConfig);e:{var f=e,h=m;switch(s=t,g=n,h.tag){case 1:if("function"===typeof(f=h.payload)){c=f.call(g,c,s);break e}c=f;break e;case 3:f.effectTag=-4097&f.effectTag|64;case 0:if(null===(s="function"===typeof(f=h.payload)?f.call(g,c,s):f)||void 0===s)break e;c=a({},c,s);break e;case 2:ai=!0}}null!==m.callback&&(e.effectTag|=32,null===(s=i.effects)?i.effects=[m]:s.push(m))}if(null===(m=m.next)||m===l){if(null===(s=i.shared.pending))break;m=o.next=s.next,s.next=l,i.baseQueue=o=s,i.shared.pending=null}}null===p?u=c:p.next=_,i.baseState=u,i.baseQueue=p,ol(d),e.expirationTime=d,e.memoizedState=c}}function ui(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],a=r.callback;if(null!==a){if(r.callback=null,r=a,a=n,"function"!==typeof r)throw Error(o(191,r));r.call(a)}}}var _i=$.ReactCurrentBatchConfig,pi=(new r.Component).refs;function mi(e,t,n,r){n=null===(n=n(r,t=e.memoizedState))||void 0===n?t:a({},t,n),e.memoizedState=n,0===e.expirationTime&&(e.updateQueue.baseState=n)}var gi={isMounted:function(e){return!!(e=e._reactInternalFiber)&&Je(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var r=qs(),a=_i.suspense;(a=si(r=Ws(r,e,a),a)).payload=t,void 0!==n&&null!==n&&(a.callback=n),li(e,a),Ks(e,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var r=qs(),a=_i.suspense;(a=si(r=Ws(r,e,a),a)).tag=1,a.payload=t,void 0!==n&&null!==n&&(a.callback=n),li(e,a),Ks(e,r)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=qs(),r=_i.suspense;(r=si(n=Ws(n,e,r),r)).tag=2,void 0!==t&&null!==t&&(r.callback=t),li(e,r),Ks(e,n)}};function fi(e,t,n,r,a,i,o){return"function"===typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,o):!t.prototype||!t.prototype.isPureReactComponent||(!Fr(n,r)||!Fr(a,i))}function hi(e,t,n){var r=!1,a=da,i=t.contextType;return"object"===typeof i&&null!==i?i=ri(i):(a=ga(t)?pa:ua.current,i=(r=null!==(r=t.contextTypes)&&void 0!==r)?ma(e,a):da),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=gi,e.stateNode=t,t._reactInternalFiber=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=i),t}function Ei(e,t,n,r){e=t.state,"function"===typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"===typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&gi.enqueueReplaceState(t,t.state,null)}function Si(e,t,n,r){var a=e.stateNode;a.props=n,a.state=e.memoizedState,a.refs=pi,ii(e);var i=t.contextType;"object"===typeof i&&null!==i?a.context=ri(i):(i=ga(t)?pa:ua.current,a.context=ma(e,i)),di(e,n,a,r),a.state=e.memoizedState,"function"===typeof(i=t.getDerivedStateFromProps)&&(mi(e,t,i,n),a.state=e.memoizedState),"function"===typeof t.getDerivedStateFromProps||"function"===typeof a.getSnapshotBeforeUpdate||"function"!==typeof a.UNSAFE_componentWillMount&&"function"!==typeof a.componentWillMount||(t=a.state,"function"===typeof a.componentWillMount&&a.componentWillMount(),"function"===typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount(),t!==a.state&&gi.enqueueReplaceState(a,a.state,null),di(e,n,a,r),a.state=e.memoizedState),"function"===typeof a.componentDidMount&&(e.effectTag|=4)}var bi=Array.isArray;function Ti(e,t,n){if(null!==(e=n.ref)&&"function"!==typeof e&&"object"!==typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(o(309));var r=n.stateNode}if(!r)throw Error(o(147,e));var a=""+e;return null!==t&&null!==t.ref&&"function"===typeof t.ref&&t.ref._stringRef===a?t.ref:((t=function(e){var t=r.refs;t===pi&&(t=r.refs={}),null===e?delete t[a]:t[a]=e})._stringRef=a,t)}if("string"!==typeof e)throw Error(o(284));if(!n._owner)throw Error(o(290,e))}return e}function vi(e,t){if("textarea"!==e.type)throw Error(o(31,"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,""))}function yi(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function a(e,t){return(e=Nl(e,t)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.effectTag=2,n):r:(t.effectTag=2,n):n}function s(t){return e&&null===t.alternate&&(t.effectTag=2),t}function l(e,t,n,r){return null===t||6!==t.tag?((t=Al(n,e.mode,r)).return=e,t):((t=a(t,n)).return=e,t)}function c(e,t,n,r){return null!==t&&t.elementType===n.type?((r=a(t,n.props)).ref=Ti(e,t,n),r.return=e,r):((r=Rl(n.type,n.key,n.props,null,e.mode,r)).ref=Ti(e,t,n),r.return=e,r)}function d(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=wl(n,e.mode,r)).return=e,t):((t=a(t,n.children||[])).return=e,t)}function u(e,t,n,r,i){return null===t||7!==t.tag?((t=Il(n,e.mode,r,i)).return=e,t):((t=a(t,n)).return=e,t)}function _(e,t,n){if("string"===typeof t||"number"===typeof t)return(t=Al(""+t,e.mode,n)).return=e,t;if("object"===typeof t&&null!==t){switch(t.$$typeof){case ee:return(n=Rl(t.type,t.key,t.props,null,e.mode,n)).ref=Ti(e,null,t),n.return=e,n;case te:return(t=wl(t,e.mode,n)).return=e,t}if(bi(t)||ge(t))return(t=Il(t,e.mode,n,null)).return=e,t;vi(e,t)}return null}function p(e,t,n,r){var a=null!==t?t.key:null;if("string"===typeof n||"number"===typeof n)return null!==a?null:l(e,t,""+n,r);if("object"===typeof n&&null!==n){switch(n.$$typeof){case ee:return n.key===a?n.type===ne?u(e,t,n.props.children,r,a):c(e,t,n,r):null;case te:return n.key===a?d(e,t,n,r):null}if(bi(n)||ge(n))return null!==a?null:u(e,t,n,r,null);vi(e,n)}return null}function m(e,t,n,r,a){if("string"===typeof r||"number"===typeof r)return l(t,e=e.get(n)||null,""+r,a);if("object"===typeof r&&null!==r){switch(r.$$typeof){case ee:return e=e.get(null===r.key?n:r.key)||null,r.type===ne?u(t,e,r.props.children,a,r.key):c(t,e,r,a);case te:return d(t,e=e.get(null===r.key?n:r.key)||null,r,a)}if(bi(r)||ge(r))return u(t,e=e.get(n)||null,r,a,null);vi(t,r)}return null}function g(a,o,s,l){for(var c=null,d=null,u=o,g=o=0,f=null;null!==u&&g<s.length;g++){u.index>g?(f=u,u=null):f=u.sibling;var h=p(a,u,s[g],l);if(null===h){null===u&&(u=f);break}e&&u&&null===h.alternate&&t(a,u),o=i(h,o,g),null===d?c=h:d.sibling=h,d=h,u=f}if(g===s.length)return n(a,u),c;if(null===u){for(;g<s.length;g++)null!==(u=_(a,s[g],l))&&(o=i(u,o,g),null===d?c=u:d.sibling=u,d=u);return c}for(u=r(a,u);g<s.length;g++)null!==(f=m(u,a,g,s[g],l))&&(e&&null!==f.alternate&&u.delete(null===f.key?g:f.key),o=i(f,o,g),null===d?c=f:d.sibling=f,d=f);return e&&u.forEach((function(e){return t(a,e)})),c}function f(a,s,l,c){var d=ge(l);if("function"!==typeof d)throw Error(o(150));if(null==(l=d.call(l)))throw Error(o(151));for(var u=d=null,g=s,f=s=0,h=null,E=l.next();null!==g&&!E.done;f++,E=l.next()){g.index>f?(h=g,g=null):h=g.sibling;var S=p(a,g,E.value,c);if(null===S){null===g&&(g=h);break}e&&g&&null===S.alternate&&t(a,g),s=i(S,s,f),null===u?d=S:u.sibling=S,u=S,g=h}if(E.done)return n(a,g),d;if(null===g){for(;!E.done;f++,E=l.next())null!==(E=_(a,E.value,c))&&(s=i(E,s,f),null===u?d=E:u.sibling=E,u=E);return d}for(g=r(a,g);!E.done;f++,E=l.next())null!==(E=m(g,a,f,E.value,c))&&(e&&null!==E.alternate&&g.delete(null===E.key?f:E.key),s=i(E,s,f),null===u?d=E:u.sibling=E,u=E);return e&&g.forEach((function(e){return t(a,e)})),d}return function(e,r,i,l){var c="object"===typeof i&&null!==i&&i.type===ne&&null===i.key;c&&(i=i.props.children);var d="object"===typeof i&&null!==i;if(d)switch(i.$$typeof){case ee:e:{for(d=i.key,c=r;null!==c;){if(c.key===d){switch(c.tag){case 7:if(i.type===ne){n(e,c.sibling),(r=a(c,i.props.children)).return=e,e=r;break e}break;default:if(c.elementType===i.type){n(e,c.sibling),(r=a(c,i.props)).ref=Ti(e,c,i),r.return=e,e=r;break e}}n(e,c);break}t(e,c),c=c.sibling}i.type===ne?((r=Il(i.props.children,e.mode,l,i.key)).return=e,e=r):((l=Rl(i.type,i.key,i.props,null,e.mode,l)).ref=Ti(e,r,i),l.return=e,e=l)}return s(e);case te:e:{for(c=i.key;null!==r;){if(r.key===c){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling),(r=a(r,i.children||[])).return=e,e=r;break e}n(e,r);break}t(e,r),r=r.sibling}(r=wl(i,e.mode,l)).return=e,e=r}return s(e)}if("string"===typeof i||"number"===typeof i)return i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=a(r,i)).return=e,e=r):(n(e,r),(r=Al(i,e.mode,l)).return=e,e=r),s(e);if(bi(i))return g(e,r,i,l);if(ge(i))return f(e,r,i,l);if(d&&vi(e,i),"undefined"===typeof i&&!c)switch(e.tag){case 1:case 0:throw e=e.type,Error(o(152,e.displayName||e.name||"Component"))}return n(e,r)}}var Ci=yi(!0),Oi=yi(!1),Ni={},Ri={current:Ni},Ii={current:Ni},Ai={current:Ni};function wi(e){if(e===Ni)throw Error(o(174));return e}function xi(e,t){switch(ca(Ai,t),ca(Ii,e),ca(Ri,Ni),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:je(null,"");break;default:t=je(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}la(Ri),ca(Ri,t)}function Di(){la(Ri),la(Ii),la(Ai)}function Mi(e){wi(Ai.current);var t=wi(Ri.current),n=je(t,e.type);t!==n&&(ca(Ii,e),ca(Ri,n))}function Li(e){Ii.current===e&&(la(Ri),la(Ii))}var Pi={current:0};function ki(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!==(64&t.effectTag))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function ji(e,t){return{responder:e,props:t}}var Ui=$.ReactCurrentDispatcher,Fi=$.ReactCurrentBatchConfig,Bi=0,Gi=null,Yi=null,Hi=null,Vi=!1;function zi(){throw Error(o(321))}function qi(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!jr(e[n],t[n]))return!1;return!0}function Wi(e,t,n,r,a,i){if(Bi=i,Gi=t,t.memoizedState=null,t.updateQueue=null,t.expirationTime=0,Ui.current=null===e||null===e.memoizedState?ho:Eo,e=n(r,a),t.expirationTime===Bi){i=0;do{if(t.expirationTime=0,!(25>i))throw Error(o(301));i+=1,Hi=Yi=null,t.updateQueue=null,Ui.current=So,e=n(r,a)}while(t.expirationTime===Bi)}if(Ui.current=fo,t=null!==Yi&&null!==Yi.next,Bi=0,Hi=Yi=Gi=null,Vi=!1,t)throw Error(o(300));return e}function Ki(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===Hi?Gi.memoizedState=Hi=e:Hi=Hi.next=e,Hi}function Qi(){if(null===Yi){var e=Gi.alternate;e=null!==e?e.memoizedState:null}else e=Yi.next;var t=null===Hi?Gi.memoizedState:Hi.next;if(null!==t)Hi=t,Yi=e;else{if(null===e)throw Error(o(310));e={memoizedState:(Yi=e).memoizedState,baseState:Yi.baseState,baseQueue:Yi.baseQueue,queue:Yi.queue,next:null},null===Hi?Gi.memoizedState=Hi=e:Hi=Hi.next=e}return Hi}function $i(e,t){return"function"===typeof t?t(e):t}function Xi(e){var t=Qi(),n=t.queue;if(null===n)throw Error(o(311));n.lastRenderedReducer=e;var r=Yi,a=r.baseQueue,i=n.pending;if(null!==i){if(null!==a){var s=a.next;a.next=i.next,i.next=s}r.baseQueue=a=i,n.pending=null}if(null!==a){a=a.next,r=r.baseState;var l=s=i=null,c=a;do{var d=c.expirationTime;if(d<Bi){var u={expirationTime:c.expirationTime,suspenseConfig:c.suspenseConfig,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null};null===l?(s=l=u,i=r):l=l.next=u,d>Gi.expirationTime&&(Gi.expirationTime=d,ol(d))}else null!==l&&(l=l.next={expirationTime:1073741823,suspenseConfig:c.suspenseConfig,action:c.action,eagerReducer:c.eagerReducer,eagerState:c.eagerState,next:null}),il(d,c.suspenseConfig),r=c.eagerReducer===e?c.eagerState:e(r,c.action);c=c.next}while(null!==c&&c!==a);null===l?i=r:l.next=s,jr(r,t.memoizedState)||(wo=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=l,n.lastRenderedState=r}return[t.memoizedState,n.dispatch]}function Zi(e){var t=Qi(),n=t.queue;if(null===n)throw Error(o(311));n.lastRenderedReducer=e;var r=n.dispatch,a=n.pending,i=t.memoizedState;if(null!==a){n.pending=null;var s=a=a.next;do{i=e(i,s.action),s=s.next}while(s!==a);jr(i,t.memoizedState)||(wo=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function Ji(e){var t=Ki();return"function"===typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={pending:null,dispatch:null,lastRenderedReducer:$i,lastRenderedState:e}).dispatch=go.bind(null,Gi,e),[t.memoizedState,e]}function eo(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=Gi.updateQueue)?(t={lastEffect:null},Gi.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function to(){return Qi().memoizedState}function no(e,t,n,r){var a=Ki();Gi.effectTag|=e,a.memoizedState=eo(1|t,n,void 0,void 0===r?null:r)}function ro(e,t,n,r){var a=Qi();r=void 0===r?null:r;var i=void 0;if(null!==Yi){var o=Yi.memoizedState;if(i=o.destroy,null!==r&&qi(r,o.deps))return void eo(t,n,i,r)}Gi.effectTag|=e,a.memoizedState=eo(1|t,n,i,r)}function ao(e,t){return no(516,4,e,t)}function io(e,t){return ro(516,4,e,t)}function oo(e,t){return ro(4,2,e,t)}function so(e,t){return"function"===typeof t?(e=e(),t(e),function(){t(null)}):null!==t&&void 0!==t?(e=e(),t.current=e,function(){t.current=null}):void 0}function lo(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,ro(4,2,so.bind(null,t,e),n)}function co(){}function uo(e,t){return Ki().memoizedState=[e,void 0===t?null:t],e}function _o(e,t){var n=Qi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&qi(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function po(e,t){var n=Qi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&qi(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function mo(e,t,n){var r=Ba();Ya(98>r?98:r,(function(){e(!0)})),Ya(97<r?97:r,(function(){var r=Fi.suspense;Fi.suspense=void 0===t?null:t;try{e(!1),n()}finally{Fi.suspense=r}}))}function go(e,t,n){var r=qs(),a=_i.suspense;a={expirationTime:r=Ws(r,e,a),suspenseConfig:a,action:n,eagerReducer:null,eagerState:null,next:null};var i=t.pending;if(null===i?a.next=a:(a.next=i.next,i.next=a),t.pending=a,i=e.alternate,e===Gi||null!==i&&i===Gi)Vi=!0,a.expirationTime=Bi,Gi.expirationTime=Bi;else{if(0===e.expirationTime&&(null===i||0===i.expirationTime)&&null!==(i=t.lastRenderedReducer))try{var o=t.lastRenderedState,s=i(o,n);if(a.eagerReducer=i,a.eagerState=s,jr(s,o))return}catch(l){}Ks(e,r)}}var fo={readContext:ri,useCallback:zi,useContext:zi,useEffect:zi,useImperativeHandle:zi,useLayoutEffect:zi,useMemo:zi,useReducer:zi,useRef:zi,useState:zi,useDebugValue:zi,useResponder:zi,useDeferredValue:zi,useTransition:zi},ho={readContext:ri,useCallback:uo,useContext:ri,useEffect:ao,useImperativeHandle:function(e,t,n){return n=null!==n&&void 0!==n?n.concat([e]):null,no(4,2,so.bind(null,t,e),n)},useLayoutEffect:function(e,t){return no(4,2,e,t)},useMemo:function(e,t){var n=Ki();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Ki();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e=(e=r.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=go.bind(null,Gi,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},Ki().memoizedState=e},useState:Ji,useDebugValue:co,useResponder:ji,useDeferredValue:function(e,t){var n=Ji(e),r=n[0],a=n[1];return ao((function(){var n=Fi.suspense;Fi.suspense=void 0===t?null:t;try{a(e)}finally{Fi.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Ji(!1),n=t[0];return t=t[1],[uo(mo.bind(null,t,e),[t,e]),n]}},Eo={readContext:ri,useCallback:_o,useContext:ri,useEffect:io,useImperativeHandle:lo,useLayoutEffect:oo,useMemo:po,useReducer:Xi,useRef:to,useState:function(){return Xi($i)},useDebugValue:co,useResponder:ji,useDeferredValue:function(e,t){var n=Xi($i),r=n[0],a=n[1];return io((function(){var n=Fi.suspense;Fi.suspense=void 0===t?null:t;try{a(e)}finally{Fi.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Xi($i),n=t[0];return t=t[1],[_o(mo.bind(null,t,e),[t,e]),n]}},So={readContext:ri,useCallback:_o,useContext:ri,useEffect:io,useImperativeHandle:lo,useLayoutEffect:oo,useMemo:po,useReducer:Zi,useRef:to,useState:function(){return Zi($i)},useDebugValue:co,useResponder:ji,useDeferredValue:function(e,t){var n=Zi($i),r=n[0],a=n[1];return io((function(){var n=Fi.suspense;Fi.suspense=void 0===t?null:t;try{a(e)}finally{Fi.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Zi($i),n=t[0];return t=t[1],[_o(mo.bind(null,t,e),[t,e]),n]}},bo=null,To=null,vo=!1;function yo(e,t){var n=Cl(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function Co(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);case 13:default:return!1}}function Oo(e){if(vo){var t=To;if(t){var n=t;if(!Co(e,t)){if(!(t=Tn(n.nextSibling))||!Co(e,t))return e.effectTag=-1025&e.effectTag|2,vo=!1,void(bo=e);yo(bo,n)}bo=e,To=Tn(t.firstChild)}else e.effectTag=-1025&e.effectTag|2,vo=!1,bo=e}}function No(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;bo=e}function Ro(e){if(e!==bo)return!1;if(!vo)return No(e),vo=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!En(t,e.memoizedProps))for(t=To;t;)yo(e,t),t=Tn(t.nextSibling);if(No(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(o(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){To=Tn(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}To=null}}else To=bo?Tn(e.stateNode.nextSibling):null;return!0}function Io(){To=bo=null,vo=!1}var Ao=$.ReactCurrentOwner,wo=!1;function xo(e,t,n,r){t.child=null===e?Oi(t,null,n,r):Ci(t,e.child,n,r)}function Do(e,t,n,r,a){n=n.render;var i=t.ref;return ni(t,a),r=Wi(e,t,n,r,i,a),null===e||wo?(t.effectTag|=1,xo(e,t,r,a),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=a&&(e.expirationTime=0),Ko(e,t,a))}function Mo(e,t,n,r,a,i){if(null===e){var o=n.type;return"function"!==typeof o||Ol(o)||void 0!==o.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Rl(n.type,null,r,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=o,Lo(e,t,o,r,a,i))}return o=e.child,a<i&&(a=o.memoizedProps,(n=null!==(n=n.compare)?n:Fr)(a,r)&&e.ref===t.ref)?Ko(e,t,i):(t.effectTag|=1,(e=Nl(o,r)).ref=t.ref,e.return=t,t.child=e)}function Lo(e,t,n,r,a,i){return null!==e&&Fr(e.memoizedProps,r)&&e.ref===t.ref&&(wo=!1,a<i)?(t.expirationTime=e.expirationTime,Ko(e,t,i)):ko(e,t,n,r,i)}function Po(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function ko(e,t,n,r,a){var i=ga(n)?pa:ua.current;return i=ma(t,i),ni(t,a),n=Wi(e,t,n,r,i,a),null===e||wo?(t.effectTag|=1,xo(e,t,n,a),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=a&&(e.expirationTime=0),Ko(e,t,a))}function jo(e,t,n,r,a){if(ga(n)){var i=!0;Sa(t)}else i=!1;if(ni(t,a),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),hi(t,n,r),Si(t,n,r,a),r=!0;else if(null===e){var o=t.stateNode,s=t.memoizedProps;o.props=s;var l=o.context,c=n.contextType;"object"===typeof c&&null!==c?c=ri(c):c=ma(t,c=ga(n)?pa:ua.current);var d=n.getDerivedStateFromProps,u="function"===typeof d||"function"===typeof o.getSnapshotBeforeUpdate;u||"function"!==typeof o.UNSAFE_componentWillReceiveProps&&"function"!==typeof o.componentWillReceiveProps||(s!==r||l!==c)&&Ei(t,o,r,c),ai=!1;var _=t.memoizedState;o.state=_,di(t,r,o,a),l=t.memoizedState,s!==r||_!==l||_a.current||ai?("function"===typeof d&&(mi(t,n,d,r),l=t.memoizedState),(s=ai||fi(t,n,s,r,_,l,c))?(u||"function"!==typeof o.UNSAFE_componentWillMount&&"function"!==typeof o.componentWillMount||("function"===typeof o.componentWillMount&&o.componentWillMount(),"function"===typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount()),"function"===typeof o.componentDidMount&&(t.effectTag|=4)):("function"===typeof o.componentDidMount&&(t.effectTag|=4),t.memoizedProps=r,t.memoizedState=l),o.props=r,o.state=l,o.context=c,r=s):("function"===typeof o.componentDidMount&&(t.effectTag|=4),r=!1)}else o=t.stateNode,oi(e,t),s=t.memoizedProps,o.props=t.type===t.elementType?s:Ka(t.type,s),l=o.context,"object"===typeof(c=n.contextType)&&null!==c?c=ri(c):c=ma(t,c=ga(n)?pa:ua.current),(u="function"===typeof(d=n.getDerivedStateFromProps)||"function"===typeof o.getSnapshotBeforeUpdate)||"function"!==typeof o.UNSAFE_componentWillReceiveProps&&"function"!==typeof o.componentWillReceiveProps||(s!==r||l!==c)&&Ei(t,o,r,c),ai=!1,l=t.memoizedState,o.state=l,di(t,r,o,a),_=t.memoizedState,s!==r||l!==_||_a.current||ai?("function"===typeof d&&(mi(t,n,d,r),_=t.memoizedState),(d=ai||fi(t,n,s,r,l,_,c))?(u||"function"!==typeof o.UNSAFE_componentWillUpdate&&"function"!==typeof o.componentWillUpdate||("function"===typeof o.componentWillUpdate&&o.componentWillUpdate(r,_,c),"function"===typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(r,_,c)),"function"===typeof o.componentDidUpdate&&(t.effectTag|=4),"function"===typeof o.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!==typeof o.componentDidUpdate||s===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=4),"function"!==typeof o.getSnapshotBeforeUpdate||s===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=256),t.memoizedProps=r,t.memoizedState=_),o.props=r,o.state=_,o.context=c,r=d):("function"!==typeof o.componentDidUpdate||s===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=4),"function"!==typeof o.getSnapshotBeforeUpdate||s===e.memoizedProps&&l===e.memoizedState||(t.effectTag|=256),r=!1);return Uo(e,t,n,r,i,a)}function Uo(e,t,n,r,a,i){Po(e,t);var o=0!==(64&t.effectTag);if(!r&&!o)return a&&ba(t,n,!1),Ko(e,t,i);r=t.stateNode,Ao.current=t;var s=o&&"function"!==typeof n.getDerivedStateFromError?null:r.render();return t.effectTag|=1,null!==e&&o?(t.child=Ci(t,e.child,null,i),t.child=Ci(t,null,s,i)):xo(e,t,s,i),t.memoizedState=r.state,a&&ba(t,n,!0),t.child}function Fo(e){var t=e.stateNode;t.pendingContext?ha(0,t.pendingContext,t.pendingContext!==t.context):t.context&&ha(0,t.context,!1),xi(e,t.containerInfo)}var Bo,Go,Yo,Ho={dehydrated:null,retryTime:0};function Vo(e,t,n){var r,a=t.mode,i=t.pendingProps,o=Pi.current,s=!1;if((r=0!==(64&t.effectTag))||(r=0!==(2&o)&&(null===e||null!==e.memoizedState)),r?(s=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(o|=1),ca(Pi,1&o),null===e){if(void 0!==i.fallback&&Oo(t),s){if(s=i.fallback,(i=Il(null,a,0,null)).return=t,0===(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Il(s,a,n,null)).return=t,i.sibling=n,t.memoizedState=Ho,t.child=i,n}return a=i.children,t.memoizedState=null,t.child=Oi(t,null,a,n)}if(null!==e.memoizedState){if(a=(e=e.child).sibling,s){if(i=i.fallback,(n=Nl(e,e.pendingProps)).return=t,0===(2&t.mode)&&(s=null!==t.memoizedState?t.child.child:t.child)!==e.child)for(n.child=s;null!==s;)s.return=n,s=s.sibling;return(a=Nl(a,i)).return=t,n.sibling=a,n.childExpirationTime=0,t.memoizedState=Ho,t.child=n,a}return n=Ci(t,e.child,i.children,n),t.memoizedState=null,t.child=n}if(e=e.child,s){if(s=i.fallback,(i=Il(null,a,0,null)).return=t,i.child=e,null!==e&&(e.return=i),0===(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Il(s,a,n,null)).return=t,i.sibling=n,n.effectTag|=2,i.childExpirationTime=0,t.memoizedState=Ho,t.child=i,n}return t.memoizedState=null,t.child=Ci(t,e,i.children,n)}function zo(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t),ti(e.return,t)}function qo(e,t,n,r,a,i){var o=e.memoizedState;null===o?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailExpiration:0,tailMode:a,lastEffect:i}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailExpiration=0,o.tailMode=a,o.lastEffect=i)}function Wo(e,t,n){var r=t.pendingProps,a=r.revealOrder,i=r.tail;if(xo(e,t,r.children,n),0!==(2&(r=Pi.current)))r=1&r|2,t.effectTag|=64;else{if(null!==e&&0!==(64&e.effectTag))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&zo(e,n);else if(19===e.tag)zo(e,n);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(ca(Pi,r),0===(2&t.mode))t.memoizedState=null;else switch(a){case"forwards":for(n=t.child,a=null;null!==n;)null!==(e=n.alternate)&&null===ki(e)&&(a=n),n=n.sibling;null===(n=a)?(a=t.child,t.child=null):(a=n.sibling,n.sibling=null),qo(t,!1,a,n,i,t.lastEffect);break;case"backwards":for(n=null,a=t.child,t.child=null;null!==a;){if(null!==(e=a.alternate)&&null===ki(e)){t.child=a;break}e=a.sibling,a.sibling=n,n=a,a=e}qo(t,!0,n,null,i,t.lastEffect);break;case"together":qo(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}return t.child}function Ko(e,t,n){null!==e&&(t.dependencies=e.dependencies);var r=t.expirationTime;if(0!==r&&ol(r),t.childExpirationTime<n)return null;if(null!==e&&t.child!==e.child)throw Error(o(153));if(null!==t.child){for(n=Nl(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Nl(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Qo(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function $o(e,t,n){var r=t.pendingProps;switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return ga(t.type)&&fa(),null;case 3:return Di(),la(_a),la(ua),(n=t.stateNode).pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),null!==e&&null!==e.child||!Ro(t)||(t.effectTag|=4),null;case 5:Li(t),n=wi(Ai.current);var i=t.type;if(null!==e&&null!=t.stateNode)Go(e,t,i,r,n),e.ref!==t.ref&&(t.effectTag|=128);else{if(!r){if(null===t.stateNode)throw Error(o(166));return null}if(e=wi(Ri.current),Ro(t)){r=t.stateNode,i=t.type;var s=t.memoizedProps;switch(r[Cn]=t,r[On]=s,i){case"iframe":case"object":case"embed":Wt("load",r);break;case"video":case"audio":for(e=0;e<$e.length;e++)Wt($e[e],r);break;case"source":Wt("error",r);break;case"img":case"image":case"link":Wt("error",r),Wt("load",r);break;case"form":Wt("reset",r),Wt("submit",r);break;case"details":Wt("toggle",r);break;case"input":ye(r,s),Wt("invalid",r),ln(n,"onChange");break;case"select":r._wrapperState={wasMultiple:!!s.multiple},Wt("invalid",r),ln(n,"onChange");break;case"textarea":xe(r,s),Wt("invalid",r),ln(n,"onChange")}for(var l in an(i,s),e=null,s)if(s.hasOwnProperty(l)){var c=s[l];"children"===l?"string"===typeof c?r.textContent!==c&&(e=["children",c]):"number"===typeof c&&r.textContent!==""+c&&(e=["children",""+c]):C.hasOwnProperty(l)&&null!=c&&ln(n,l)}switch(i){case"input":be(r),Ne(r,s,!0);break;case"textarea":be(r),Me(r);break;case"select":case"option":break;default:"function"===typeof s.onClick&&(r.onclick=cn)}n=e,t.updateQueue=n,null!==n&&(t.effectTag|=4)}else{switch(l=9===n.nodeType?n:n.ownerDocument,e===sn&&(e=ke(i)),e===sn?"script"===i?((e=l.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"===typeof r.is?e=l.createElement(i,{is:r.is}):(e=l.createElement(i),"select"===i&&(l=e,r.multiple?l.multiple=!0:r.size&&(l.size=r.size))):e=l.createElementNS(e,i),e[Cn]=t,e[On]=r,Bo(e,t),t.stateNode=e,l=on(i,r),i){case"iframe":case"object":case"embed":Wt("load",e),c=r;break;case"video":case"audio":for(c=0;c<$e.length;c++)Wt($e[c],e);c=r;break;case"source":Wt("error",e),c=r;break;case"img":case"image":case"link":Wt("error",e),Wt("load",e),c=r;break;case"form":Wt("reset",e),Wt("submit",e),c=r;break;case"details":Wt("toggle",e),c=r;break;case"input":ye(e,r),c=ve(e,r),Wt("invalid",e),ln(n,"onChange");break;case"option":c=Ie(e,r);break;case"select":e._wrapperState={wasMultiple:!!r.multiple},c=a({},r,{value:void 0}),Wt("invalid",e),ln(n,"onChange");break;case"textarea":xe(e,r),c=we(e,r),Wt("invalid",e),ln(n,"onChange");break;default:c=r}an(i,c);var d=c;for(s in d)if(d.hasOwnProperty(s)){var u=d[s];"style"===s?nn(e,u):"dangerouslySetInnerHTML"===s?null!=(u=u?u.__html:void 0)&&Fe(e,u):"children"===s?"string"===typeof u?("textarea"!==i||""!==u)&&Be(e,u):"number"===typeof u&&Be(e,""+u):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(C.hasOwnProperty(s)?null!=u&&ln(n,s):null!=u&&X(e,s,u,l))}switch(i){case"input":be(e),Ne(e,r,!1);break;case"textarea":be(e),Me(e);break;case"option":null!=r.value&&e.setAttribute("value",""+Ee(r.value));break;case"select":e.multiple=!!r.multiple,null!=(n=r.value)?Ae(e,!!r.multiple,n,!1):null!=r.defaultValue&&Ae(e,!!r.multiple,r.defaultValue,!0);break;default:"function"===typeof c.onClick&&(e.onclick=cn)}hn(i,r)&&(t.effectTag|=4)}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Yo(0,t,e.memoizedProps,r);else{if("string"!==typeof r&&null===t.stateNode)throw Error(o(166));n=wi(Ai.current),wi(Ri.current),Ro(t)?(n=t.stateNode,r=t.memoizedProps,n[Cn]=t,n.nodeValue!==r&&(t.effectTag|=4)):((n=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[Cn]=t,t.stateNode=n)}return null;case 13:return la(Pi),r=t.memoizedState,0!==(64&t.effectTag)?(t.expirationTime=n,t):(n=null!==r,r=!1,null===e?void 0!==t.memoizedProps.fallback&&Ro(t):(r=null!==(i=e.memoizedState),n||null===i||null!==(i=e.child.sibling)&&(null!==(s=t.firstEffect)?(t.firstEffect=i,i.nextEffect=s):(t.firstEffect=t.lastEffect=i,i.nextEffect=null),i.effectTag=8)),n&&!r&&0!==(2&t.mode)&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||0!==(1&Pi.current)?Rs===bs&&(Rs=Ts):(Rs!==bs&&Rs!==Ts||(Rs=vs),0!==Ds&&null!==Cs&&(Ml(Cs,Ns),Ll(Cs,Ds)))),(n||r)&&(t.effectTag|=4),null);case 4:return Di(),null;case 10:return ei(t),null;case 17:return ga(t.type)&&fa(),null;case 19:if(la(Pi),null===(r=t.memoizedState))return null;if(i=0!==(64&t.effectTag),null===(s=r.rendering)){if(i)Qo(r,!1);else if(Rs!==bs||null!==e&&0!==(64&e.effectTag))for(s=t.child;null!==s;){if(null!==(e=ki(s))){for(t.effectTag|=64,Qo(r,!1),null!==(i=e.updateQueue)&&(t.updateQueue=i,t.effectTag|=4),null===r.lastEffect&&(t.firstEffect=null),t.lastEffect=r.lastEffect,r=t.child;null!==r;)s=n,(i=r).effectTag&=2,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null,null===(e=i.alternate)?(i.childExpirationTime=0,i.expirationTime=s,i.child=null,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null):(i.childExpirationTime=e.childExpirationTime,i.expirationTime=e.expirationTime,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,s=e.dependencies,i.dependencies=null===s?null:{expirationTime:s.expirationTime,firstContext:s.firstContext,responders:s.responders}),r=r.sibling;return ca(Pi,1&Pi.current|2),t.child}s=s.sibling}}else{if(!i)if(null!==(e=ki(s))){if(t.effectTag|=64,i=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.effectTag|=4),Qo(r,!0),null===r.tail&&"hidden"===r.tailMode&&!s.alternate)return null!==(t=t.lastEffect=r.lastEffect)&&(t.nextEffect=null),null}else 2*Fa()-r.renderingStartTime>r.tailExpiration&&1<n&&(t.effectTag|=64,i=!0,Qo(r,!1),t.expirationTime=t.childExpirationTime=n-1);r.isBackwards?(s.sibling=t.child,t.child=s):(null!==(n=r.last)?n.sibling=s:t.child=s,r.last=s)}return null!==r.tail?(0===r.tailExpiration&&(r.tailExpiration=Fa()+500),n=r.tail,r.rendering=n,r.tail=n.sibling,r.lastEffect=t.lastEffect,r.renderingStartTime=Fa(),n.sibling=null,t=Pi.current,ca(Pi,i?1&t|2:1&t),n):null}throw Error(o(156,t.tag))}function Xo(e){switch(e.tag){case 1:ga(e.type)&&fa();var t=e.effectTag;return 4096&t?(e.effectTag=-4097&t|64,e):null;case 3:if(Di(),la(_a),la(ua),0!==(64&(t=e.effectTag)))throw Error(o(285));return e.effectTag=-4097&t|64,e;case 5:return Li(e),null;case 13:return la(Pi),4096&(t=e.effectTag)?(e.effectTag=-4097&t|64,e):null;case 19:return la(Pi),null;case 4:return Di(),null;case 10:return ei(e),null;default:return null}}function Zo(e,t){return{value:e,source:t,stack:he(t)}}Bo=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Go=function(e,t,n,r,i){var o=e.memoizedProps;if(o!==r){var s,l,c=t.stateNode;switch(wi(Ri.current),e=null,n){case"input":o=ve(c,o),r=ve(c,r),e=[];break;case"option":o=Ie(c,o),r=Ie(c,r),e=[];break;case"select":o=a({},o,{value:void 0}),r=a({},r,{value:void 0}),e=[];break;case"textarea":o=we(c,o),r=we(c,r),e=[];break;default:"function"!==typeof o.onClick&&"function"===typeof r.onClick&&(c.onclick=cn)}for(s in an(n,r),n=null,o)if(!r.hasOwnProperty(s)&&o.hasOwnProperty(s)&&null!=o[s])if("style"===s)for(l in c=o[s])c.hasOwnProperty(l)&&(n||(n={}),n[l]="");else"dangerouslySetInnerHTML"!==s&&"children"!==s&&"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(C.hasOwnProperty(s)?e||(e=[]):(e=e||[]).push(s,null));for(s in r){var d=r[s];if(c=null!=o?o[s]:void 0,r.hasOwnProperty(s)&&d!==c&&(null!=d||null!=c))if("style"===s)if(c){for(l in c)!c.hasOwnProperty(l)||d&&d.hasOwnProperty(l)||(n||(n={}),n[l]="");for(l in d)d.hasOwnProperty(l)&&c[l]!==d[l]&&(n||(n={}),n[l]=d[l])}else n||(e||(e=[]),e.push(s,n)),n=d;else"dangerouslySetInnerHTML"===s?(d=d?d.__html:void 0,c=c?c.__html:void 0,null!=d&&c!==d&&(e=e||[]).push(s,d)):"children"===s?c===d||"string"!==typeof d&&"number"!==typeof d||(e=e||[]).push(s,""+d):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&(C.hasOwnProperty(s)?(null!=d&&ln(i,s),e||c===d||(e=[])):(e=e||[]).push(s,d))}n&&(e=e||[]).push("style",n),i=e,(t.updateQueue=i)&&(t.effectTag|=4)}},Yo=function(e,t,n,r){n!==r&&(t.effectTag|=4)};var Jo="function"===typeof WeakSet?WeakSet:Set;function es(e,t){var n=t.source,r=t.stack;null===r&&null!==n&&(r=he(n)),null!==n&&fe(n.type),t=t.value,null!==e&&1===e.tag&&fe(e.type);try{console.error(t)}catch(a){setTimeout((function(){throw a}))}}function ts(e){var t=e.ref;if(null!==t)if("function"===typeof t)try{t(null)}catch(n){El(e,n)}else t.current=null}function ns(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(256&t.effectTag&&null!==e){var n=e.memoizedProps,r=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:Ka(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(o(163))}function rs(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.destroy;n.destroy=void 0,void 0!==r&&r()}n=n.next}while(n!==t)}}function as(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function is(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:return void as(3,n);case 1:if(e=n.stateNode,4&n.effectTag)if(null===t)e.componentDidMount();else{var r=n.elementType===n.type?t.memoizedProps:Ka(n.type,t.memoizedProps);e.componentDidUpdate(r,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate)}return void(null!==(t=n.updateQueue)&&ui(n,t,e));case 3:if(null!==(t=n.updateQueue)){if(e=null,null!==n.child)switch(n.child.tag){case 5:e=n.child.stateNode;break;case 1:e=n.child.stateNode}ui(n,t,e)}return;case 5:return e=n.stateNode,void(null===t&&4&n.effectTag&&hn(n.type,n.memoizedProps)&&e.focus());case 6:case 4:case 12:return;case 13:return void(null===n.memoizedState&&(n=n.alternate,null!==n&&(n=n.memoizedState,null!==n&&(n=n.dehydrated,null!==n&&kt(n)))));case 19:case 17:case 20:case 21:return}throw Error(o(163))}function os(e,t,n){switch("function"===typeof vl&&vl(t),t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var r=e.next;Ya(97<n?97:n,(function(){var e=r;do{var n=e.destroy;if(void 0!==n){var a=t;try{n()}catch(i){El(a,i)}}e=e.next}while(e!==r)}))}break;case 1:ts(t),"function"===typeof(n=t.stateNode).componentWillUnmount&&function(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(n){El(e,n)}}(t,n);break;case 5:ts(t);break;case 4:ds(e,t,n)}}function ss(e){var t=e.alternate;e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.alternate=null,e.firstEffect=null,e.lastEffect=null,e.pendingProps=null,e.memoizedProps=null,e.stateNode=null,null!==t&&ss(t)}function ls(e){return 5===e.tag||3===e.tag||4===e.tag}function cs(e){e:{for(var t=e.return;null!==t;){if(ls(t)){var n=t;break e}t=t.return}throw Error(o(160))}switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:case 4:t=t.containerInfo,r=!0;break;default:throw Error(o(161))}16&n.effectTag&&(Be(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||ls(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}r?function e(t,n,r){var a=t.tag,i=5===a||6===a;if(i)t=i?t.stateNode:t.stateNode.instance,n?8===r.nodeType?r.parentNode.insertBefore(t,n):r.insertBefore(t,n):(8===r.nodeType?(n=r.parentNode).insertBefore(t,r):(n=r).appendChild(t),null!==(r=r._reactRootContainer)&&void 0!==r||null!==n.onclick||(n.onclick=cn));else if(4!==a&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,n,t):function e(t,n,r){var a=t.tag,i=5===a||6===a;if(i)t=i?t.stateNode:t.stateNode.instance,n?r.insertBefore(t,n):r.appendChild(t);else if(4!==a&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,n,t)}function ds(e,t,n){for(var r,a,i=t,s=!1;;){if(!s){s=i.return;e:for(;;){if(null===s)throw Error(o(160));switch(r=s.stateNode,s.tag){case 5:a=!1;break e;case 3:case 4:r=r.containerInfo,a=!0;break e}s=s.return}s=!0}if(5===i.tag||6===i.tag){e:for(var l=e,c=i,d=n,u=c;;)if(os(l,u,d),null!==u.child&&4!==u.tag)u.child.return=u,u=u.child;else{if(u===c)break e;for(;null===u.sibling;){if(null===u.return||u.return===c)break e;u=u.return}u.sibling.return=u.return,u=u.sibling}a?(l=r,c=i.stateNode,8===l.nodeType?l.parentNode.removeChild(c):l.removeChild(c)):r.removeChild(i.stateNode)}else if(4===i.tag){if(null!==i.child){r=i.stateNode.containerInfo,a=!0,i.child.return=i,i=i.child;continue}}else if(os(e,i,n),null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)break;for(;null===i.sibling;){if(null===i.return||i.return===t)return;4===(i=i.return).tag&&(s=!1)}i.sibling.return=i.return,i=i.sibling}}function us(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:return void rs(3,t);case 1:return;case 5:var n=t.stateNode;if(null!=n){var r=t.memoizedProps,a=null!==e?e.memoizedProps:r;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[On]=r,"input"===e&&"radio"===r.type&&null!=r.name&&Ce(n,r),on(e,a),t=on(e,r),a=0;a<i.length;a+=2){var s=i[a],l=i[a+1];"style"===s?nn(n,l):"dangerouslySetInnerHTML"===s?Fe(n,l):"children"===s?Be(n,l):X(n,s,l,t)}switch(e){case"input":Oe(n,r);break;case"textarea":De(n,r);break;case"select":t=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(e=r.value)?Ae(n,!!r.multiple,e,!1):t!==!!r.multiple&&(null!=r.defaultValue?Ae(n,!!r.multiple,r.defaultValue,!0):Ae(n,!!r.multiple,r.multiple?[]:"",!1))}}}return;case 6:if(null===t.stateNode)throw Error(o(162));return void(t.stateNode.nodeValue=t.memoizedProps);case 3:return void((t=t.stateNode).hydrate&&(t.hydrate=!1,kt(t.containerInfo)));case 12:return;case 13:if(n=t,null===t.memoizedState?r=!1:(r=!0,n=t.child,Ls=Fa()),null!==n)e:for(e=n;;){if(5===e.tag)i=e.stateNode,r?"function"===typeof(i=i.style).setProperty?i.setProperty("display","none","important"):i.display="none":(i=e.stateNode,a=void 0!==(a=e.memoizedProps.style)&&null!==a&&a.hasOwnProperty("display")?a.display:null,i.style.display=tn("display",a));else if(6===e.tag)e.stateNode.nodeValue=r?"":e.memoizedProps;else{if(13===e.tag&&null!==e.memoizedState&&null===e.memoizedState.dehydrated){(i=e.child.sibling).return=e,e=i;continue}if(null!==e.child){e.child.return=e,e=e.child;continue}}if(e===n)break;for(;null===e.sibling;){if(null===e.return||e.return===n)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}return void _s(t);case 19:return void _s(t);case 17:return}throw Error(o(163))}function _s(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Jo),t.forEach((function(t){var r=bl.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}var ps="function"===typeof WeakMap?WeakMap:Map;function ms(e,t,n){(n=si(n,null)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){ks||(ks=!0,js=r),es(e,t)},n}function gs(e,t,n){(n=si(n,null)).tag=3;var r=e.type.getDerivedStateFromError;if("function"===typeof r){var a=t.value;n.payload=function(){return es(e,t),r(a)}}var i=e.stateNode;return null!==i&&"function"===typeof i.componentDidCatch&&(n.callback=function(){"function"!==typeof r&&(null===Us?Us=new Set([this]):Us.add(this),es(e,t));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}var fs,hs=Math.ceil,Es=$.ReactCurrentDispatcher,Ss=$.ReactCurrentOwner,bs=0,Ts=3,vs=4,ys=0,Cs=null,Os=null,Ns=0,Rs=bs,Is=null,As=1073741823,ws=1073741823,xs=null,Ds=0,Ms=!1,Ls=0,Ps=null,ks=!1,js=null,Us=null,Fs=!1,Bs=null,Gs=90,Ys=null,Hs=0,Vs=null,zs=0;function qs(){return 0!==(48&ys)?1073741821-(Fa()/10|0):0!==zs?zs:zs=1073741821-(Fa()/10|0)}function Ws(e,t,n){if(0===(2&(t=t.mode)))return 1073741823;var r=Ba();if(0===(4&t))return 99===r?1073741823:1073741822;if(0!==(16&ys))return Ns;if(null!==n)e=Wa(e,0|n.timeoutMs||5e3,250);else switch(r){case 99:e=1073741823;break;case 98:e=Wa(e,150,100);break;case 97:case 96:e=Wa(e,5e3,250);break;case 95:e=2;break;default:throw Error(o(326))}return null!==Cs&&e===Ns&&--e,e}function Ks(e,t){if(50<Hs)throw Hs=0,Vs=null,Error(o(185));if(null!==(e=Qs(e,t))){var n=Ba();1073741823===t?0!==(8&ys)&&0===(48&ys)?Js(e):(Xs(e),0===ys&&za()):Xs(e),0===(4&ys)||98!==n&&99!==n||(null===Ys?Ys=new Map([[e,t]]):(void 0===(n=Ys.get(e))||n>t)&&Ys.set(e,t))}}function Qs(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t);var r=e.return,a=null;if(null===r&&3===e.tag)a=e.stateNode;else for(;null!==r;){if(n=r.alternate,r.childExpirationTime<t&&(r.childExpirationTime=t),null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t),null===r.return&&3===r.tag){a=r.stateNode;break}r=r.return}return null!==a&&(Cs===a&&(ol(t),Rs===vs&&Ml(a,Ns)),Ll(a,t)),a}function $s(e){var t=e.lastExpiredTime;if(0!==t)return t;if(!Dl(e,t=e.firstPendingTime))return t;var n=e.lastPingedTime;return 2>=(e=n>(e=e.nextKnownPendingLevel)?n:e)&&t!==e?0:e}function Xs(e){if(0!==e.lastExpiredTime)e.callbackExpirationTime=1073741823,e.callbackPriority=99,e.callbackNode=Va(Js.bind(null,e));else{var t=$s(e),n=e.callbackNode;if(0===t)null!==n&&(e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90);else{var r=qs();if(1073741823===t?r=99:1===t||2===t?r=95:r=0>=(r=10*(1073741821-t)-10*(1073741821-r))?99:250>=r?98:5250>=r?97:95,null!==n){var a=e.callbackPriority;if(e.callbackExpirationTime===t&&a>=r)return;n!==Da&&ya(n)}e.callbackExpirationTime=t,e.callbackPriority=r,t=1073741823===t?Va(Js.bind(null,e)):Ha(r,Zs.bind(null,e),{timeout:10*(1073741821-t)-Fa()}),e.callbackNode=t}}}function Zs(e,t){if(zs=0,t)return Pl(e,t=qs()),Xs(e),null;var n=$s(e);if(0!==n){if(t=e.callbackNode,0!==(48&ys))throw Error(o(327));if(gl(),e===Cs&&n===Ns||nl(e,n),null!==Os){var r=ys;ys|=16;for(var a=al();;)try{ll();break}catch(l){rl(e,l)}if(Ja(),ys=r,Es.current=a,1===Rs)throw t=Is,nl(e,n),Ml(e,n),Xs(e),t;if(null===Os)switch(a=e.finishedWork=e.current.alternate,e.finishedExpirationTime=n,r=Rs,Cs=null,r){case bs:case 1:throw Error(o(345));case 2:Pl(e,2<n?2:n);break;case Ts:if(Ml(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=ul(a)),1073741823===As&&10<(a=Ls+500-Fa())){if(Ms){var i=e.lastPingedTime;if(0===i||i>=n){e.lastPingedTime=n,nl(e,n);break}}if(0!==(i=$s(e))&&i!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}e.timeoutHandle=Sn(_l.bind(null,e),a);break}_l(e);break;case vs:if(Ml(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=ul(a)),Ms&&(0===(a=e.lastPingedTime)||a>=n)){e.lastPingedTime=n,nl(e,n);break}if(0!==(a=$s(e))&&a!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}if(1073741823!==ws?r=10*(1073741821-ws)-Fa():1073741823===As?r=0:(r=10*(1073741821-As)-5e3,0>(r=(a=Fa())-r)&&(r=0),(n=10*(1073741821-n)-a)<(r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*hs(r/1960))-r)&&(r=n)),10<r){e.timeoutHandle=Sn(_l.bind(null,e),r);break}_l(e);break;case 5:if(1073741823!==As&&null!==xs){i=As;var s=xs;if(0>=(r=0|s.busyMinDurationMs)?r=0:(a=0|s.busyDelayMs,r=(i=Fa()-(10*(1073741821-i)-(0|s.timeoutMs||5e3)))<=a?0:a+r-i),10<r){Ml(e,n),e.timeoutHandle=Sn(_l.bind(null,e),r);break}}_l(e);break;default:throw Error(o(329))}if(Xs(e),e.callbackNode===t)return Zs.bind(null,e)}}return null}function Js(e){var t=e.lastExpiredTime;if(t=0!==t?t:1073741823,0!==(48&ys))throw Error(o(327));if(gl(),e===Cs&&t===Ns||nl(e,t),null!==Os){var n=ys;ys|=16;for(var r=al();;)try{sl();break}catch(a){rl(e,a)}if(Ja(),ys=n,Es.current=r,1===Rs)throw n=Is,nl(e,t),Ml(e,t),Xs(e),n;if(null!==Os)throw Error(o(261));e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,Cs=null,_l(e),Xs(e)}return null}function el(e,t){var n=ys;ys|=1;try{return e(t)}finally{0===(ys=n)&&za()}}function tl(e,t){var n=ys;ys&=-2,ys|=8;try{return e(t)}finally{0===(ys=n)&&za()}}function nl(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,bn(n)),null!==Os)for(n=Os.return;null!==n;){var r=n;switch(r.tag){case 1:null!==(r=r.type.childContextTypes)&&void 0!==r&&fa();break;case 3:Di(),la(_a),la(ua);break;case 5:Li(r);break;case 4:Di();break;case 13:case 19:la(Pi);break;case 10:ei(r)}n=n.return}Cs=e,Os=Nl(e.current,null),Ns=t,Rs=bs,Is=null,ws=As=1073741823,xs=null,Ds=0,Ms=!1}function rl(e,t){for(;;){try{if(Ja(),Ui.current=fo,Vi)for(var n=Gi.memoizedState;null!==n;){var r=n.queue;null!==r&&(r.pending=null),n=n.next}if(Bi=0,Hi=Yi=Gi=null,Vi=!1,null===Os||null===Os.return)return Rs=1,Is=t,Os=null;e:{var a=e,i=Os.return,o=Os,s=t;if(t=Ns,o.effectTag|=2048,o.firstEffect=o.lastEffect=null,null!==s&&"object"===typeof s&&"function"===typeof s.then){var l=s;if(0===(2&o.mode)){var c=o.alternate;c?(o.updateQueue=c.updateQueue,o.memoizedState=c.memoizedState,o.expirationTime=c.expirationTime):(o.updateQueue=null,o.memoizedState=null)}var d=0!==(1&Pi.current),u=i;do{var _;if(_=13===u.tag){var p=u.memoizedState;if(null!==p)_=null!==p.dehydrated;else{var m=u.memoizedProps;_=void 0!==m.fallback&&(!0!==m.unstable_avoidThisFallback||!d)}}if(_){var g=u.updateQueue;if(null===g){var f=new Set;f.add(l),u.updateQueue=f}else g.add(l);if(0===(2&u.mode)){if(u.effectTag|=64,o.effectTag&=-2981,1===o.tag)if(null===o.alternate)o.tag=17;else{var h=si(1073741823,null);h.tag=2,li(o,h)}o.expirationTime=1073741823;break e}s=void 0,o=t;var E=a.pingCache;if(null===E?(E=a.pingCache=new ps,s=new Set,E.set(l,s)):void 0===(s=E.get(l))&&(s=new Set,E.set(l,s)),!s.has(o)){s.add(o);var S=Sl.bind(null,a,l,o);l.then(S,S)}u.effectTag|=4096,u.expirationTime=t;break e}u=u.return}while(null!==u);s=Error((fe(o.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+he(o))}5!==Rs&&(Rs=2),s=Zo(s,o),u=i;do{switch(u.tag){case 3:l=s,u.effectTag|=4096,u.expirationTime=t,ci(u,ms(u,l,t));break e;case 1:l=s;var b=u.type,T=u.stateNode;if(0===(64&u.effectTag)&&("function"===typeof b.getDerivedStateFromError||null!==T&&"function"===typeof T.componentDidCatch&&(null===Us||!Us.has(T)))){u.effectTag|=4096,u.expirationTime=t,ci(u,gs(u,l,t));break e}}u=u.return}while(null!==u)}Os=dl(Os)}catch(v){t=v;continue}break}}function al(){var e=Es.current;return Es.current=fo,null===e?fo:e}function il(e,t){e<As&&2<e&&(As=e),null!==t&&e<ws&&2<e&&(ws=e,xs=t)}function ol(e){e>Ds&&(Ds=e)}function sl(){for(;null!==Os;)Os=cl(Os)}function ll(){for(;null!==Os&&!Ma();)Os=cl(Os)}function cl(e){var t=fs(e.alternate,e,Ns);return e.memoizedProps=e.pendingProps,null===t&&(t=dl(e)),Ss.current=null,t}function dl(e){Os=e;do{var t=Os.alternate;if(e=Os.return,0===(2048&Os.effectTag)){if(t=$o(t,Os,Ns),1===Ns||1!==Os.childExpirationTime){for(var n=0,r=Os.child;null!==r;){var a=r.expirationTime,i=r.childExpirationTime;a>n&&(n=a),i>n&&(n=i),r=r.sibling}Os.childExpirationTime=n}if(null!==t)return t;null!==e&&0===(2048&e.effectTag)&&(null===e.firstEffect&&(e.firstEffect=Os.firstEffect),null!==Os.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=Os.firstEffect),e.lastEffect=Os.lastEffect),1<Os.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=Os:e.firstEffect=Os,e.lastEffect=Os))}else{if(null!==(t=Xo(Os)))return t.effectTag&=2047,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=2048)}if(null!==(t=Os.sibling))return t;Os=e}while(null!==Os);return Rs===bs&&(Rs=5),null}function ul(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)?t:e}function _l(e){var t=Ba();return Ya(99,pl.bind(null,e,t)),null}function pl(e,t){do{gl()}while(null!==Bs);if(0!==(48&ys))throw Error(o(327));var n=e.finishedWork,r=e.finishedExpirationTime;if(null===n)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,n===e.current)throw Error(o(177));e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90,e.nextKnownPendingLevel=0;var a=ul(n);if(e.firstPendingTime=a,r<=e.lastSuspendedTime?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:r<=e.firstSuspendedTime&&(e.firstSuspendedTime=r-1),r<=e.lastPingedTime&&(e.lastPingedTime=0),r<=e.lastExpiredTime&&(e.lastExpiredTime=0),e===Cs&&(Os=Cs=null,Ns=0),1<n.effectTag?null!==n.lastEffect?(n.lastEffect.nextEffect=n,a=n.firstEffect):a=n:a=n.firstEffect,null!==a){var i=ys;ys|=32,Ss.current=null,gn=qt;var s=pn();if(mn(s)){if("selectionStart"in s)var l={start:s.selectionStart,end:s.selectionEnd};else e:{var c=(l=(l=s.ownerDocument)&&l.defaultView||window).getSelection&&l.getSelection();if(c&&0!==c.rangeCount){l=c.anchorNode;var d=c.anchorOffset,u=c.focusNode;c=c.focusOffset;try{l.nodeType,u.nodeType}catch(N){l=null;break e}var _=0,p=-1,m=-1,g=0,f=0,h=s,E=null;t:for(;;){for(var S;h!==l||0!==d&&3!==h.nodeType||(p=_+d),h!==u||0!==c&&3!==h.nodeType||(m=_+c),3===h.nodeType&&(_+=h.nodeValue.length),null!==(S=h.firstChild);)E=h,h=S;for(;;){if(h===s)break t;if(E===l&&++g===d&&(p=_),E===u&&++f===c&&(m=_),null!==(S=h.nextSibling))break;E=(h=E).parentNode}h=S}l=-1===p||-1===m?null:{start:p,end:m}}else l=null}l=l||{start:0,end:0}}else l=null;fn={activeElementDetached:null,focusedElem:s,selectionRange:l},qt=!1,Ps=a;do{try{ml()}catch(N){if(null===Ps)throw Error(o(330));El(Ps,N),Ps=Ps.nextEffect}}while(null!==Ps);Ps=a;do{try{for(s=e,l=t;null!==Ps;){var b=Ps.effectTag;if(16&b&&Be(Ps.stateNode,""),128&b){var T=Ps.alternate;if(null!==T){var v=T.ref;null!==v&&("function"===typeof v?v(null):v.current=null)}}switch(1038&b){case 2:cs(Ps),Ps.effectTag&=-3;break;case 6:cs(Ps),Ps.effectTag&=-3,us(Ps.alternate,Ps);break;case 1024:Ps.effectTag&=-1025;break;case 1028:Ps.effectTag&=-1025,us(Ps.alternate,Ps);break;case 4:us(Ps.alternate,Ps);break;case 8:ds(s,d=Ps,l),ss(d)}Ps=Ps.nextEffect}}catch(N){if(null===Ps)throw Error(o(330));El(Ps,N),Ps=Ps.nextEffect}}while(null!==Ps);if(v=fn,T=pn(),b=v.focusedElem,l=v.selectionRange,T!==b&&b&&b.ownerDocument&&function e(t,n){return!(!t||!n)&&(t===n||(!t||3!==t.nodeType)&&(n&&3===n.nodeType?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}(b.ownerDocument.documentElement,b)){null!==l&&mn(b)&&(T=l.start,void 0===(v=l.end)&&(v=T),"selectionStart"in b?(b.selectionStart=T,b.selectionEnd=Math.min(v,b.value.length)):(v=(T=b.ownerDocument||document)&&T.defaultView||window).getSelection&&(v=v.getSelection(),d=b.textContent.length,s=Math.min(l.start,d),l=void 0===l.end?s:Math.min(l.end,d),!v.extend&&s>l&&(d=l,l=s,s=d),d=_n(b,s),u=_n(b,l),d&&u&&(1!==v.rangeCount||v.anchorNode!==d.node||v.anchorOffset!==d.offset||v.focusNode!==u.node||v.focusOffset!==u.offset)&&((T=T.createRange()).setStart(d.node,d.offset),v.removeAllRanges(),s>l?(v.addRange(T),v.extend(u.node,u.offset)):(T.setEnd(u.node,u.offset),v.addRange(T))))),T=[];for(v=b;v=v.parentNode;)1===v.nodeType&&T.push({element:v,left:v.scrollLeft,top:v.scrollTop});for("function"===typeof b.focus&&b.focus(),b=0;b<T.length;b++)(v=T[b]).element.scrollLeft=v.left,v.element.scrollTop=v.top}qt=!!gn,fn=gn=null,e.current=n,Ps=a;do{try{for(b=e;null!==Ps;){var y=Ps.effectTag;if(36&y&&is(b,Ps.alternate,Ps),128&y){T=void 0;var C=Ps.ref;if(null!==C){var O=Ps.stateNode;switch(Ps.tag){case 5:T=O;break;default:T=O}"function"===typeof C?C(T):C.current=T}}Ps=Ps.nextEffect}}catch(N){if(null===Ps)throw Error(o(330));El(Ps,N),Ps=Ps.nextEffect}}while(null!==Ps);Ps=null,La(),ys=i}else e.current=n;if(Fs)Fs=!1,Bs=e,Gs=t;else for(Ps=a;null!==Ps;)t=Ps.nextEffect,Ps.nextEffect=null,Ps=t;if(0===(t=e.firstPendingTime)&&(Us=null),1073741823===t?e===Vs?Hs++:(Hs=0,Vs=e):Hs=0,"function"===typeof Tl&&Tl(n.stateNode,r),Xs(e),ks)throw ks=!1,e=js,js=null,e;return 0!==(8&ys)||za(),null}function ml(){for(;null!==Ps;){var e=Ps.effectTag;0!==(256&e)&&ns(Ps.alternate,Ps),0===(512&e)||Fs||(Fs=!0,Ha(97,(function(){return gl(),null}))),Ps=Ps.nextEffect}}function gl(){if(90!==Gs){var e=97<Gs?97:Gs;return Gs=90,Ya(e,fl)}}function fl(){if(null===Bs)return!1;var e=Bs;if(Bs=null,0!==(48&ys))throw Error(o(331));var t=ys;for(ys|=32,e=e.current.firstEffect;null!==e;){try{var n=e;if(0!==(512&n.effectTag))switch(n.tag){case 0:case 11:case 15:case 22:rs(5,n),as(5,n)}}catch(r){if(null===e)throw Error(o(330));El(e,r)}n=e.nextEffect,e.nextEffect=null,e=n}return ys=t,za(),!0}function hl(e,t,n){li(e,t=ms(e,t=Zo(n,t),1073741823)),null!==(e=Qs(e,1073741823))&&Xs(e)}function El(e,t){if(3===e.tag)hl(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){hl(n,e,t);break}if(1===n.tag){var r=n.stateNode;if("function"===typeof n.type.getDerivedStateFromError||"function"===typeof r.componentDidCatch&&(null===Us||!Us.has(r))){li(n,e=gs(n,e=Zo(t,e),1073741823)),null!==(n=Qs(n,1073741823))&&Xs(n);break}}n=n.return}}function Sl(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),Cs===e&&Ns===n?Rs===vs||Rs===Ts&&1073741823===As&&Fa()-Ls<500?nl(e,Ns):Ms=!0:Dl(e,n)&&(0!==(t=e.lastPingedTime)&&t<n||(e.lastPingedTime=n,Xs(e)))}function bl(e,t){var n=e.stateNode;null!==n&&n.delete(t),0===(t=0)&&(t=Ws(t=qs(),e,null)),null!==(e=Qs(e,t))&&Xs(e)}fs=function(e,t,n){var r=t.expirationTime;if(null!==e){var a=t.pendingProps;if(e.memoizedProps!==a||_a.current)wo=!0;else{if(r<n){switch(wo=!1,t.tag){case 3:Fo(t),Io();break;case 5:if(Mi(t),4&t.mode&&1!==n&&a.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:ga(t.type)&&Sa(t);break;case 4:xi(t,t.stateNode.containerInfo);break;case 10:r=t.memoizedProps.value,a=t.type._context,ca(Qa,a._currentValue),a._currentValue=r;break;case 13:if(null!==t.memoizedState)return 0!==(r=t.child.childExpirationTime)&&r>=n?Vo(e,t,n):(ca(Pi,1&Pi.current),null!==(t=Ko(e,t,n))?t.sibling:null);ca(Pi,1&Pi.current);break;case 19:if(r=t.childExpirationTime>=n,0!==(64&e.effectTag)){if(r)return Wo(e,t,n);t.effectTag|=64}if(null!==(a=t.memoizedState)&&(a.rendering=null,a.tail=null),ca(Pi,Pi.current),!r)return null}return Ko(e,t,n)}wo=!1}}else wo=!1;switch(t.expirationTime=0,t.tag){case 2:if(r=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,a=ma(t,ua.current),ni(t,n),a=Wi(null,t,r,e,a,n),t.effectTag|=1,"object"===typeof a&&null!==a&&"function"===typeof a.render&&void 0===a.$$typeof){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,ga(r)){var i=!0;Sa(t)}else i=!1;t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null,ii(t);var s=r.getDerivedStateFromProps;"function"===typeof s&&mi(t,r,s,e),a.updater=gi,t.stateNode=a,a._reactInternalFiber=t,Si(t,r,e,n),t=Uo(null,t,r,!0,i,n)}else t.tag=0,xo(null,t,a,n),t=t.child;return t;case 16:e:{if(a=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,function(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}}(a),1!==a._status)throw a._result;switch(a=a._result,t.type=a,i=t.tag=function(e){if("function"===typeof e)return Ol(e)?1:0;if(void 0!==e&&null!==e){if((e=e.$$typeof)===le)return 11;if(e===ue)return 14}return 2}(a),e=Ka(a,e),i){case 0:t=ko(null,t,a,e,n);break e;case 1:t=jo(null,t,a,e,n);break e;case 11:t=Do(null,t,a,e,n);break e;case 14:t=Mo(null,t,a,Ka(a.type,e),r,n);break e}throw Error(o(306,a,""))}return t;case 0:return r=t.type,a=t.pendingProps,ko(e,t,r,a=t.elementType===r?a:Ka(r,a),n);case 1:return r=t.type,a=t.pendingProps,jo(e,t,r,a=t.elementType===r?a:Ka(r,a),n);case 3:if(Fo(t),r=t.updateQueue,null===e||null===r)throw Error(o(282));if(r=t.pendingProps,a=null!==(a=t.memoizedState)?a.element:null,oi(e,t),di(t,r,null,n),(r=t.memoizedState.element)===a)Io(),t=Ko(e,t,n);else{if((a=t.stateNode.hydrate)&&(To=Tn(t.stateNode.containerInfo.firstChild),bo=t,a=vo=!0),a)for(n=Oi(t,null,r,n),t.child=n;n;)n.effectTag=-3&n.effectTag|1024,n=n.sibling;else xo(e,t,r,n),Io();t=t.child}return t;case 5:return Mi(t),null===e&&Oo(t),r=t.type,a=t.pendingProps,i=null!==e?e.memoizedProps:null,s=a.children,En(r,a)?s=null:null!==i&&En(r,i)&&(t.effectTag|=16),Po(e,t),4&t.mode&&1!==n&&a.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(xo(e,t,s,n),t=t.child),t;case 6:return null===e&&Oo(t),null;case 13:return Vo(e,t,n);case 4:return xi(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=Ci(t,null,r,n):xo(e,t,r,n),t.child;case 11:return r=t.type,a=t.pendingProps,Do(e,t,r,a=t.elementType===r?a:Ka(r,a),n);case 7:return xo(e,t,t.pendingProps,n),t.child;case 8:case 12:return xo(e,t,t.pendingProps.children,n),t.child;case 10:e:{r=t.type._context,a=t.pendingProps,s=t.memoizedProps,i=a.value;var l=t.type._context;if(ca(Qa,l._currentValue),l._currentValue=i,null!==s)if(l=s.value,0===(i=jr(l,i)?0:0|("function"===typeof r._calculateChangedBits?r._calculateChangedBits(l,i):1073741823))){if(s.children===a.children&&!_a.current){t=Ko(e,t,n);break e}}else for(null!==(l=t.child)&&(l.return=t);null!==l;){var c=l.dependencies;if(null!==c){s=l.child;for(var d=c.firstContext;null!==d;){if(d.context===r&&0!==(d.observedBits&i)){1===l.tag&&((d=si(n,null)).tag=2,li(l,d)),l.expirationTime<n&&(l.expirationTime=n),null!==(d=l.alternate)&&d.expirationTime<n&&(d.expirationTime=n),ti(l.return,n),c.expirationTime<n&&(c.expirationTime=n);break}d=d.next}}else s=10===l.tag&&l.type===t.type?null:l.child;if(null!==s)s.return=l;else for(s=l;null!==s;){if(s===t){s=null;break}if(null!==(l=s.sibling)){l.return=s.return,s=l;break}s=s.return}l=s}xo(e,t,a.children,n),t=t.child}return t;case 9:return a=t.type,r=(i=t.pendingProps).children,ni(t,n),r=r(a=ri(a,i.unstable_observedBits)),t.effectTag|=1,xo(e,t,r,n),t.child;case 14:return i=Ka(a=t.type,t.pendingProps),Mo(e,t,a,i=Ka(a.type,i),r,n);case 15:return Lo(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,a=t.pendingProps,a=t.elementType===r?a:Ka(r,a),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,ga(r)?(e=!0,Sa(t)):e=!1,ni(t,n),hi(t,r,a),Si(t,r,a,n),Uo(null,t,r,!0,e,n);case 19:return Wo(e,t,n)}throw Error(o(156,t.tag))};var Tl=null,vl=null;function yl(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function Cl(e,t,n,r){return new yl(e,t,n,r)}function Ol(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Nl(e,t){var n=e.alternate;return null===n?((n=Cl(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.effectTag=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childExpirationTime=e.childExpirationTime,n.expirationTime=e.expirationTime,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Rl(e,t,n,r,a,i){var s=2;if(r=e,"function"===typeof e)Ol(e)&&(s=1);else if("string"===typeof e)s=5;else e:switch(e){case ne:return Il(n.children,a,i,t);case se:s=8,a|=7;break;case re:s=8,a|=1;break;case ae:return(e=Cl(12,n,t,8|a)).elementType=ae,e.type=ae,e.expirationTime=i,e;case ce:return(e=Cl(13,n,t,a)).type=ce,e.elementType=ce,e.expirationTime=i,e;case de:return(e=Cl(19,n,t,a)).elementType=de,e.expirationTime=i,e;default:if("object"===typeof e&&null!==e)switch(e.$$typeof){case ie:s=10;break e;case oe:s=9;break e;case le:s=11;break e;case ue:s=14;break e;case _e:s=16,r=null;break e;case pe:s=22;break e}throw Error(o(130,null==e?e:typeof e,""))}return(t=Cl(s,n,t,a)).elementType=e,t.type=r,t.expirationTime=i,t}function Il(e,t,n,r){return(e=Cl(7,e,r,t)).expirationTime=n,e}function Al(e,t,n){return(e=Cl(6,e,null,t)).expirationTime=n,e}function wl(e,t,n){return(t=Cl(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function xl(e,t,n){this.tag=t,this.current=null,this.containerInfo=e,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Dl(e,t){var n=e.firstSuspendedTime;return e=e.lastSuspendedTime,0!==n&&n>=t&&e<=t}function Ml(e,t){var n=e.firstSuspendedTime,r=e.lastSuspendedTime;n<t&&(e.firstSuspendedTime=t),(r>t||0===n)&&(e.lastSuspendedTime=t),t<=e.lastPingedTime&&(e.lastPingedTime=0),t<=e.lastExpiredTime&&(e.lastExpiredTime=0)}function Ll(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var n=e.firstSuspendedTime;0!==n&&(t>=n?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:t>=e.lastSuspendedTime&&(e.lastSuspendedTime=t+1),t>e.nextKnownPendingLevel&&(e.nextKnownPendingLevel=t))}function Pl(e,t){var n=e.lastExpiredTime;(0===n||n>t)&&(e.lastExpiredTime=t)}function kl(e,t,n,r){var a=t.current,i=qs(),s=_i.suspense;i=Ws(i,a,s);e:if(n){t:{if(Je(n=n._reactInternalFiber)!==n||1!==n.tag)throw Error(o(170));var l=n;do{switch(l.tag){case 3:l=l.stateNode.context;break t;case 1:if(ga(l.type)){l=l.stateNode.__reactInternalMemoizedMergedChildContext;break t}}l=l.return}while(null!==l);throw Error(o(171))}if(1===n.tag){var c=n.type;if(ga(c)){n=Ea(n,c,l);break e}}n=l}else n=da;return null===t.context?t.context=n:t.pendingContext=n,(t=si(i,s)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),li(a,t),Ks(a,i),i}function jl(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function Ul(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retryTime<t&&(e.retryTime=t)}function Fl(e,t){Ul(e,t),(e=e.alternate)&&Ul(e,t)}function Bl(e,t,n){var r=new xl(e,t,n=null!=n&&!0===n.hydrate),a=Cl(3,null,null,2===t?7:1===t?3:0);r.current=a,a.stateNode=r,ii(a),e[Nn]=r.current,n&&0!==t&&function(e,t){var n=Ze(t);Nt.forEach((function(e){mt(e,t,n)})),Rt.forEach((function(e){mt(e,t,n)}))}(0,9===e.nodeType?e:e.ownerDocument),this._internalRoot=r}function Gl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Yl(e,t,n,r,a){var i=n._reactRootContainer;if(i){var o=i._internalRoot;if("function"===typeof a){var s=a;a=function(){var e=jl(o);s.call(e)}}kl(t,o,e,a)}else{if(i=n._reactRootContainer=function(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new Bl(e,0,t?{hydrate:!0}:void 0)}(n,r),o=i._internalRoot,"function"===typeof a){var l=a;a=function(){var e=jl(o);l.call(e)}}tl((function(){kl(t,o,e,a)}))}return jl(o)}function Hl(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:te,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}function Vl(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Gl(t))throw Error(o(200));return Hl(e,t,null,n)}Bl.prototype.render=function(e){kl(e,this._internalRoot,null,null)},Bl.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;kl(null,e,null,(function(){t[Nn]=null}))},gt=function(e){if(13===e.tag){var t=Wa(qs(),150,100);Ks(e,t),Fl(e,t)}},ft=function(e){13===e.tag&&(Ks(e,3),Fl(e,3))},ht=function(e){if(13===e.tag){var t=qs();Ks(e,t=Ws(t,e,null)),Fl(e,t)}},I=function(e,t,n){switch(t){case"input":if(Oe(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var a=wn(r);if(!a)throw Error(o(90));Te(r),Oe(r,a)}}}break;case"textarea":De(e,n);break;case"select":null!=(t=n.value)&&Ae(e,!!n.multiple,t,!1)}},L=el,P=function(e,t,n,r,a){var i=ys;ys|=4;try{return Ya(98,e.bind(null,t,n,r,a))}finally{0===(ys=i)&&za()}},k=function(){0===(49&ys)&&(function(){if(null!==Ys){var e=Ys;Ys=null,e.forEach((function(e,t){Pl(t,e),Xs(t)})),za()}}(),gl())},j=function(e,t){var n=ys;ys|=2;try{return e(t)}finally{0===(ys=n)&&za()}};var zl,ql,Wl={Events:[In,An,wn,N,y,jn,function(e){at(e,kn)},D,M,Xt,st,gl,{current:!1}]};ql=(zl={findFiberByHostInstance:Rn,bundleType:0,version:"16.14.0",rendererPackageName:"react-dom"}).findFiberByHostInstance,function(e){if("undefined"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);Tl=function(e){try{t.onCommitFiberRoot(n,e,void 0,64===(64&e.current.effectTag))}catch(r){}},vl=function(e){try{t.onCommitFiberUnmount(n,e)}catch(r){}}}catch(r){}}(a({},zl,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:$.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=nt(e))?null:e.stateNode},findFiberByHostInstance:function(e){return ql?ql(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null})),t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Wl,t.createPortal=Vl,t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternalFiber;if(void 0===t){if("function"===typeof e.render)throw Error(o(188));throw Error(o(268,Object.keys(e)))}return e=null===(e=nt(t))?null:e.stateNode},t.flushSync=function(e,t){if(0!==(48&ys))throw Error(o(187));var n=ys;ys|=1;try{return Ya(99,e.bind(null,t))}finally{ys=n,za()}},t.hydrate=function(e,t,n){if(!Gl(t))throw Error(o(200));return Yl(null,e,t,!0,n)},t.render=function(e,t,n){if(!Gl(t))throw Error(o(200));return Yl(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Gl(e))throw Error(o(40));return!!e._reactRootContainer&&(tl((function(){Yl(null,null,e,!1,(function(){e._reactRootContainer=null,e[Nn]=null}))})),!0)},t.unstable_batchedUpdates=el,t.unstable_createPortal=function(e,t){return Vl(e,t,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)},t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!Gl(n))throw Error(o(200));if(null==e||void 0===e._reactInternalFiber)throw Error(o(38));return Yl(e,t,n,!1,r)},t.version="16.14.0"},"../node_modules/react-dom/index.js":function(e,t,n){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}}(),e.exports=n("../node_modules/react-dom/cjs/react-dom.production.min.js")},"../node_modules/react-feather/dist/icons/chevron-down.js":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=o(n("../node_modules/react/index.js")),i=o(n("../node_modules/prop-types/index.js"));function o(e){return e&&e.__esModule?e:{default:e}}var s=function(e){var t=e.color,n=e.size,i=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["color","size"]);return a.default.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",width:n,height:n,viewBox:"0 0 24 24",fill:"none",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},i),a.default.createElement("polyline",{points:"6 9 12 15 18 9"}))};s.propTypes={color:i.default.string,size:i.default.oneOfType([i.default.string,i.default.number])},s.defaultProps={color:"currentColor",size:"24"},t.default=s},"../node_modules/react-feather/dist/icons/edit-2.js":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=o(n("../node_modules/react/index.js")),i=o(n("../node_modules/prop-types/index.js"));function o(e){return e&&e.__esModule?e:{default:e}}var s=function(e){var t=e.color,n=e.size,i=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["color","size"]);return a.default.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",width:n,height:n,viewBox:"0 0 24 24",fill:"none",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},i),a.default.createElement("polygon",{points:"16 3 21 8 8 21 3 21 3 16 16 3"}))};s.propTypes={color:i.default.string,size:i.default.oneOfType([i.default.string,i.default.number])},s.defaultProps={color:"currentColor",size:"24"},t.default=s},"../node_modules/react-feather/dist/icons/search.js":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},a=o(n("../node_modules/react/index.js")),i=o(n("../node_modules/prop-types/index.js"));function o(e){return e&&e.__esModule?e:{default:e}}var s=function(e){var t=e.color,n=e.size,i=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(e,["color","size"]);return a.default.createElement("svg",r({xmlns:"http://www.w3.org/2000/svg",width:n,height:n,viewBox:"0 0 24 24",fill:"none",stroke:t,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},i),a.default.createElement("circle",{cx:"11",cy:"11",r:"8"}),a.default.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}))};s.propTypes={color:i.default.string,size:i.default.oneOfType([i.default.string,i.default.number])},s.defaultProps={color:"currentColor",size:"24"},t.default=s},"../node_modules/react-github-btn/index.js":function(e,t,n){"use strict";var r=n("../node_modules/react/index.js"),a=n.n(r);class i extends r.PureComponent{constructor(e){super(e),this.$=a.a.createRef(),this._=a.a.createRef()}render(){return a.a.createElement("span",{ref:this.$},a.a.createElement("a",{...this.props,ref:this._},this.props.children))}componentDidMount(){this.paint()}componentWillUpdate(){this.reset()}componentDidUpdate(){this.paint()}componentWillUnmount(){this.reset()}paint(){const e=this.$.current.appendChild(document.createElement("span"));Promise.resolve().then(n.bind(null,"../node_modules/github-buttons/dist/buttons.esm.js")).then(({render:t})=>{t(e.appendChild(this._.current),(function(t){try{e.parentNode.replaceChild(t,e)}catch(e){}}))})}reset(){this.$.current.replaceChild(this._.current,this.$.current.lastChild)}}t.a=i},"../node_modules/react-is/cjs/react-is.production.min.js":function(e,t,n){"use strict";var r="function"===typeof Symbol&&Symbol.for,a=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,o=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):60108,l=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,d=r?Symbol.for("react.context"):60110,u=r?Symbol.for("react.async_mode"):60111,_=r?Symbol.for("react.concurrent_mode"):60111,p=r?Symbol.for("react.forward_ref"):60112,m=r?Symbol.for("react.suspense"):60113,g=r?Symbol.for("react.suspense_list"):60120,f=r?Symbol.for("react.memo"):60115,h=r?Symbol.for("react.lazy"):60116,E=r?Symbol.for("react.block"):60121,S=r?Symbol.for("react.fundamental"):60117,b=r?Symbol.for("react.responder"):60118,T=r?Symbol.for("react.scope"):60119;function v(e){if("object"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case u:case _:case o:case l:case s:case m:return e;default:switch(e=e&&e.$$typeof){case d:case p:case h:case f:case c:return e;default:return t}}case i:return t}}}function y(e){return v(e)===_}t.AsyncMode=u,t.ConcurrentMode=_,t.ContextConsumer=d,t.ContextProvider=c,t.Element=a,t.ForwardRef=p,t.Fragment=o,t.Lazy=h,t.Memo=f,t.Portal=i,t.Profiler=l,t.StrictMode=s,t.Suspense=m,t.isAsyncMode=function(e){return y(e)||v(e)===u},t.isConcurrentMode=y,t.isContextConsumer=function(e){return v(e)===d},t.isContextProvider=function(e){return v(e)===c},t.isElement=function(e){return"object"===typeof e&&null!==e&&e.$$typeof===a},t.isForwardRef=function(e){return v(e)===p},t.isFragment=function(e){return v(e)===o},t.isLazy=function(e){return v(e)===h},t.isMemo=function(e){return v(e)===f},t.isPortal=function(e){return v(e)===i},t.isProfiler=function(e){return v(e)===l},t.isStrictMode=function(e){return v(e)===s},t.isSuspense=function(e){return v(e)===m},t.isValidElementType=function(e){return"string"===typeof e||"function"===typeof e||e===o||e===_||e===l||e===s||e===m||e===g||"object"===typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===f||e.$$typeof===c||e.$$typeof===d||e.$$typeof===p||e.$$typeof===S||e.$$typeof===b||e.$$typeof===T||e.$$typeof===E)},t.typeOf=v},"../node_modules/react-is/index.js":function(e,t,n){"use strict";e.exports=n("../node_modules/react-is/cjs/react-is.production.min.js")},"../node_modules/react-syntax-highlighter/dist/esm/default-highlight.js":function(e,t,n){"use strict";var r=n("../node_modules/@babel/runtime/helpers/objectWithoutProperties.js"),a=n.n(r),i=n("../node_modules/react/index.js"),o=n.n(i),s=n("../node_modules/@babel/runtime/helpers/extends.js"),l=n.n(s),c=n("../node_modules/@babel/runtime/helpers/objectSpread.js"),d=n.n(c);function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return e.reduce((function(e,t){return d()({},e,n[t])}),t)}function _(e){return e.join(" ")}function p(e){var t=e.node,n=e.stylesheet,r=e.style,a=void 0===r?{}:r,i=e.useInlineStyles,s=e.key,c=t.properties,m=t.type,g=t.tagName,f=t.value;if("text"===m)return f;if(g){var h=function(e,t){var n=0;return function(r){return n+=1,r.map((function(r,a){return p({node:r,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(n,"-").concat(a)})}))}}(n,i),E=i&&c.className&&c.className.filter((function(e){return!n[e]})),S=E&&E.length?E:void 0,b=i?d()({},c,{className:S&&_(S)},{style:u(c.className,Object.assign({},c.style,a),n)}):d()({},c,{className:_(c.className)}),T=h(t.children);return o.a.createElement(g,l()({key:s},b),T)}}var m=/\n/g;function g(e){var t=e.codeString,n=e.codeStyle,r=e.containerStyle,a=void 0===r?{float:"left",paddingRight:"10px"}:r,i=e.numberStyle,s=void 0===i?{}:i,l=e.startingLineNumber;return o.a.createElement("code",{style:Object.assign({},n,a)},function(e){var t=e.lines,n=e.startingLineNumber,r=e.style;return t.map((function(e,t){var a=t+n;return o.a.createElement("span",{key:"line-".concat(t),className:"react-syntax-highlighter-line-number",style:"function"===typeof r?r(a):r},"".concat(a,"\n"))}))}({lines:t.replace(/\n$/,"").split("\n"),style:s,startingLineNumber:l}))}function f(e){var t=e.children,n=e.lineNumber,r=e.lineProps,a=e.className,i=void 0===a?[]:a,o=("function"===typeof r?r(n):r)||{};return o.className=o.className?i.concat(o.className):i,{type:"element",tagName:"span",properties:o,children:t}}function h(e,t){for(var n=function e(t){for(var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],a=0;a<t.length;a++){var i=t[a];if("text"===i.type)r.push(f({children:[i],className:n}));else if(i.children){var o=n.concat(i.properties.className);r=r.concat(e(i.children,o))}}return r}(e.value),r=[],a=-1,i=0,o=function(){var e=n[i],o=e.children[0].value;if(o.match(m)){var s=o.split("\n");s.forEach((function(o,l){var c=r.length+1,d={type:"text",value:"".concat(o,"\n")};if(0===l){var u=n.slice(a+1,i).concat(f({children:[d],className:e.properties.className}));r.push(f({children:u,lineNumber:c,lineProps:t}))}else if(l===s.length-1){if(n[i+1]&&n[i+1].children&&n[i+1].children[0]){var _=f({children:[{type:"text",value:"".concat(o)}],className:e.properties.className});n.splice(i+1,0,_)}else r.push(f({children:[d],lineNumber:c,lineProps:t,className:e.properties.className}))}else r.push(f({children:[d],lineNumber:c,lineProps:t,className:e.properties.className}))})),a=i}i++};i<n.length;)o();if(a!==n.length-1){var s=n.slice(a+1,n.length);s&&s.length&&r.push(f({children:s,lineNumber:r.length+1,lineProps:t}))}return r}function E(e){var t=e.rows,n=e.stylesheet,r=e.useInlineStyles;return t.map((function(e,t){return p({node:e,stylesheet:n,useInlineStyles:r,key:"code-segement".concat(t)})}))}var S,b,T=n("../node_modules/lowlight/index.js"),v=(S=n.n(T).a,b={hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#F0F0F0",color:"#444"},"hljs-subst":{color:"#444"},"hljs-comment":{color:"#888888"},"hljs-keyword":{fontWeight:"bold"},"hljs-attribute":{fontWeight:"bold"},"hljs-selector-tag":{fontWeight:"bold"},"hljs-meta-keyword":{fontWeight:"bold"},"hljs-doctag":{fontWeight:"bold"},"hljs-name":{fontWeight:"bold"},"hljs-type":{color:"#880000"},"hljs-string":{color:"#880000"},"hljs-number":{color:"#880000"},"hljs-selector-id":{color:"#880000"},"hljs-selector-class":{color:"#880000"},"hljs-quote":{color:"#880000"},"hljs-template-tag":{color:"#880000"},"hljs-deletion":{color:"#880000"},"hljs-title":{color:"#880000",fontWeight:"bold"},"hljs-section":{color:"#880000",fontWeight:"bold"},"hljs-regexp":{color:"#BC6060"},"hljs-symbol":{color:"#BC6060"},"hljs-variable":{color:"#BC6060"},"hljs-template-variable":{color:"#BC6060"},"hljs-link":{color:"#BC6060"},"hljs-selector-attr":{color:"#BC6060"},"hljs-selector-pseudo":{color:"#BC6060"},"hljs-literal":{color:"#78A960"},"hljs-built_in":{color:"#397300"},"hljs-bullet":{color:"#397300"},"hljs-code":{color:"#397300"},"hljs-addition":{color:"#397300"},"hljs-meta":{color:"#1f7199"},"hljs-meta-string":{color:"#4d99bf"},"hljs-emphasis":{fontStyle:"italic"},"hljs-strong":{fontWeight:"bold"}},function(e){var t=e.language,n=e.children,r=e.style,i=void 0===r?b:r,s=e.customStyle,l=void 0===s?{}:s,c=e.codeTagProps,d=void 0===c?{style:i['code[class*="language-"]']}:c,u=e.useInlineStyles,_=void 0===u||u,p=e.showLineNumbers,m=void 0!==p&&p,f=e.startingLineNumber,T=void 0===f?1:f,v=e.lineNumberContainerStyle,y=e.lineNumberStyle,C=e.wrapLines,O=e.lineProps,N=void 0===O?{}:O,R=e.renderer,I=e.PreTag,A=void 0===I?"pre":I,w=e.CodeTag,x=void 0===w?"code":w,D=e.code,M=void 0===D?Array.isArray(n)?n[0]:n:D,L=e.astGenerator,P=a()(e,["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"]);L=L||S;var k=m?o.a.createElement(g,{containerStyle:v,codeStyle:d.style||{},numberStyle:y,startingLineNumber:T,codeString:M}):null,j=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},U=_?Object.assign({},P,{style:Object.assign({},j,l)}):Object.assign({},P,{className:"hljs"});if(!L)return o.a.createElement(A,U,k,o.a.createElement(x,d,M));C=!(!R||void 0!==C)||C,R=R||E;var F=[{type:"text",value:M}],B=function(e){var t=e.astGenerator,n=e.language,r=e.code,a=e.defaultCodeValue;if(t.getLanguage){var i=n&&t.getLanguage(n);return"text"===n?{value:a,language:"text"}:i?t.highlight(n,r):t.highlightAuto(r)}try{return n&&"text"!==n?{value:t.highlight(r,n)}:{value:a}}catch(o){return{value:a}}}({astGenerator:L,language:t,code:M,defaultCodeValue:F});null===B.language&&(B.value=F);var G=C?h(B,N):B.value;return o.a.createElement(A,U,k,o.a.createElement(x,d,R({rows:G,stylesheet:i,useInlineStyles:_})))});v.supportedLanguages=["1c","abnf","accesslog","actionscript","ada","angelscript","apache","applescript","arcade","arduino","armasm","asciidoc","aspectj","autohotkey","autoit","avrasm","awk","axapta","bash","basic","bnf","brainfuck","cal","capnproto","ceylon","clean","clojure-repl","clojure","cmake","coffeescript","coq","cos","cpp","crmsh","crystal","cs","csp","css","d","dart","delphi","diff","django","dns","dockerfile","dos","dsconfig","dts","dust","ebnf","elixir","elm","erb","erlang-repl","erlang","excel","fix","flix","fortran","fsharp","gams","gauss","gcode","gherkin","glsl","gml","go","golo","gradle","groovy","haml","handlebars","haskell","haxe","hsp","htmlbars","http","hy","inform7","ini","irpf90","isbl","java","javascript","jboss-cli","json","julia-repl","julia","kotlin","lasso","ldif","leaf","less","lisp","livecodeserver","livescript","llvm","lsl","lua","makefile","markdown","mathematica","matlab","maxima","mel","mercury","mipsasm","mizar","mojolicious","monkey","moonscript","n1ql","nginx","nimrod","nix","nsis","objectivec","ocaml","openscad","oxygene","parser3","perl","pf","pgsql","php","plaintext","pony","powershell","processing","profile","prolog","properties","protobuf","puppet","purebasic","python","q","qml","r","reasonml","rib","roboconf","routeros","rsl","ruby","ruleslanguage","rust","sas","scala","scheme","scilab","scss","shell","smali","smalltalk","sml","sqf","sql","stan","stata","step21","stylus","subunit","swift","taggerscript","tap","tcl","tex","thrift","tp","twig","typescript","vala","vbnet","vbscript-html","vbscript","verilog","vhdl","vim","x86asm","xl","xml","xquery","yaml","zephir"];t.a=v},"../node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js":function(e,t,n){"use strict";t.a={hljs:{display:"block",overflowX:"auto",padding:"0.5em",background:"#444",color:"#ddd"},"hljs-keyword":{color:"white",fontWeight:"bold"},"hljs-selector-tag":{color:"white",fontWeight:"bold"},"hljs-literal":{color:"white",fontWeight:"bold"},"hljs-section":{color:"white",fontWeight:"bold"},"hljs-link":{color:"white"},"hljs-subst":{color:"#ddd"},"hljs-string":{color:"#d88"},"hljs-title":{color:"#d88",fontWeight:"bold"},"hljs-name":{color:"#d88",fontWeight:"bold"},"hljs-type":{color:"#d88",fontWeight:"bold"},"hljs-attribute":{color:"#d88"},"hljs-symbol":{color:"#d88"},"hljs-bullet":{color:"#d88"},"hljs-built_in":{color:"#d88"},"hljs-addition":{color:"#d88"},"hljs-variable":{color:"#d88"},"hljs-template-tag":{color:"#d88"},"hljs-template-variable":{color:"#d88"},"hljs-comment":{color:"#777"},"hljs-quote":{color:"#777"},"hljs-deletion":{color:"#777"},"hljs-meta":{color:"#777"},"hljs-doctag":{fontWeight:"bold"},"hljs-strong":{fontWeight:"bold"},"hljs-emphasis":{fontStyle:"italic"}}},"../node_modules/react/cjs/react.production.min.js":function(e,t,n){"use strict";var r=n("../node_modules/object-assign/index.js"),a="function"===typeof Symbol&&Symbol.for,i=a?Symbol.for("react.element"):60103,o=a?Symbol.for("react.portal"):60106,s=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,c=a?Symbol.for("react.profiler"):60114,d=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,_=a?Symbol.for("react.forward_ref"):60112,p=a?Symbol.for("react.suspense"):60113,m=a?Symbol.for("react.memo"):60115,g=a?Symbol.for("react.lazy"):60116,f="function"===typeof Symbol&&Symbol.iterator;function h(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var E={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},S={};function b(e,t,n){this.props=e,this.context=t,this.refs=S,this.updater=n||E}function T(){}function v(e,t,n){this.props=e,this.context=t,this.refs=S,this.updater=n||E}b.prototype.isReactComponent={},b.prototype.setState=function(e,t){if("object"!==typeof e&&"function"!==typeof e&&null!=e)throw Error(h(85));this.updater.enqueueSetState(this,e,t,"setState")},b.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},T.prototype=b.prototype;var y=v.prototype=new T;y.constructor=v,r(y,b.prototype),y.isPureReactComponent=!0;var C={current:null},O=Object.prototype.hasOwnProperty,N={key:!0,ref:!0,__self:!0,__source:!0};function R(e,t,n){var r,a={},o=null,s=null;if(null!=t)for(r in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(o=""+t.key),t)O.call(t,r)&&!N.hasOwnProperty(r)&&(a[r]=t[r]);var l=arguments.length-2;if(1===l)a.children=n;else if(1<l){for(var c=Array(l),d=0;d<l;d++)c[d]=arguments[d+2];a.children=c}if(e&&e.defaultProps)for(r in l=e.defaultProps)void 0===a[r]&&(a[r]=l[r]);return{$$typeof:i,type:e,key:o,ref:s,props:a,_owner:C.current}}function I(e){return"object"===typeof e&&null!==e&&e.$$typeof===i}var A=/\/+/g,w=[];function x(e,t,n,r){if(w.length){var a=w.pop();return a.result=e,a.keyPrefix=t,a.func=n,a.context=r,a.count=0,a}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function D(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>w.length&&w.push(e)}function M(e,t,n){return null==e?0:function e(t,n,r,a){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var l=!1;if(null===t)l=!0;else switch(s){case"string":case"number":l=!0;break;case"object":switch(t.$$typeof){case i:case o:l=!0}}if(l)return r(a,t,""===n?"."+L(t,0):n),1;if(l=0,n=""===n?".":n+":",Array.isArray(t))for(var c=0;c<t.length;c++){var d=n+L(s=t[c],c);l+=e(s,d,r,a)}else if(null===t||"object"!==typeof t?d=null:d="function"===typeof(d=f&&t[f]||t["@@iterator"])?d:null,"function"===typeof d)for(t=d.call(t),c=0;!(s=t.next()).done;)l+=e(s=s.value,d=n+L(s,c++),r,a);else if("object"===s)throw r=""+t,Error(h(31,"[object Object]"===r?"object with keys {"+Object.keys(t).join(", ")+"}":r,""));return l}(e,"",t,n)}function L(e,t){return"object"===typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function P(e,t){e.func.call(e.context,t,e.count++)}function k(e,t,n){var r=e.result,a=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?j(e,r,n,(function(e){return e})):null!=e&&(I(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,a+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(A,"$&/")+"/")+n)),r.push(e))}function j(e,t,n,r,a){var i="";null!=n&&(i=(""+n).replace(A,"$&/")+"/"),M(e,k,t=x(t,i,r,a)),D(t)}var U={current:null};function F(){var e=U.current;if(null===e)throw Error(h(321));return e}var B={ReactCurrentDispatcher:U,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:C,IsSomeRendererActing:{current:!1},assign:r};t.Children={map:function(e,t,n){if(null==e)return e;var r=[];return j(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;M(e,P,t=x(null,null,t,n)),D(t)},count:function(e){return M(e,(function(){return null}),null)},toArray:function(e){var t=[];return j(e,t,null,(function(e){return e})),t},only:function(e){if(!I(e))throw Error(h(143));return e}},t.Component=b,t.Fragment=s,t.Profiler=c,t.PureComponent=v,t.StrictMode=l,t.Suspense=p,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=B,t.cloneElement=function(e,t,n){if(null===e||void 0===e)throw Error(h(267,e));var a=r({},e.props),o=e.key,s=e.ref,l=e._owner;if(null!=t){if(void 0!==t.ref&&(s=t.ref,l=C.current),void 0!==t.key&&(o=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(d in t)O.call(t,d)&&!N.hasOwnProperty(d)&&(a[d]=void 0===t[d]&&void 0!==c?c[d]:t[d])}var d=arguments.length-2;if(1===d)a.children=n;else if(1<d){c=Array(d);for(var u=0;u<d;u++)c[u]=arguments[u+2];a.children=c}return{$$typeof:i,type:e.type,key:o,ref:s,props:a,_owner:l}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:u,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:d,_context:e},e.Consumer=e},t.createElement=R,t.createFactory=function(e){var t=R.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:_,render:e}},t.isValidElement=I,t.lazy=function(e){return{$$typeof:g,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:m,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return F().useCallback(e,t)},t.useContext=function(e,t){return F().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return F().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return F().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return F().useLayoutEffect(e,t)},t.useMemo=function(e,t){return F().useMemo(e,t)},t.useReducer=function(e,t,n){return F().useReducer(e,t,n)},t.useRef=function(e){return F().useRef(e)},t.useState=function(e){return F().useState(e)},t.version="16.14.0"},"../node_modules/react/index.js":function(e,t,n){"use strict";e.exports=n("../node_modules/react/cjs/react.production.min.js")},"../node_modules/readable-stream/duplex-browser.js":function(e,t,n){e.exports=n("../node_modules/readable-stream/lib/_stream_duplex.js")},"../node_modules/readable-stream/lib/_stream_duplex.js":function(e,t,n){"use strict";var r=n("../node_modules/process-nextick-args/index.js"),a=Object.keys||function(e){var t=[];for(var n in e)t.push(n);return t};e.exports=u;var i=Object.create(n("../node_modules/core-util-is/lib/util.js"));i.inherits=n("../node_modules/inherits/inherits_browser.js");var o=n("../node_modules/readable-stream/lib/_stream_readable.js"),s=n("../node_modules/readable-stream/lib/_stream_writable.js");i.inherits(u,o);for(var l=a(s.prototype),c=0;c<l.length;c++){var d=l[c];u.prototype[d]||(u.prototype[d]=s.prototype[d])}function u(e){if(!(this instanceof u))return new u(e);o.call(this,e),s.call(this,e),e&&!1===e.readable&&(this.readable=!1),e&&!1===e.writable&&(this.writable=!1),this.allowHalfOpen=!0,e&&!1===e.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",_)}function _(){this.allowHalfOpen||this._writableState.ended||r.nextTick(p,this)}function p(e){e.end()}Object.defineProperty(u.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(u.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}),u.prototype._destroy=function(e,t){this.push(null),this.end(),r.nextTick(t,e)}},"../node_modules/readable-stream/lib/_stream_passthrough.js":function(e,t,n){"use strict";e.exports=i;var r=n("../node_modules/readable-stream/lib/_stream_transform.js"),a=Object.create(n("../node_modules/core-util-is/lib/util.js"));function i(e){if(!(this instanceof i))return new i(e);r.call(this,e)}a.inherits=n("../node_modules/inherits/inherits_browser.js"),a.inherits(i,r),i.prototype._transform=function(e,t,n){n(null,e)}},"../node_modules/readable-stream/lib/_stream_readable.js":function(e,t,n){"use strict";(function(t,r){var a=n("../node_modules/process-nextick-args/index.js");e.exports=S;var i,o=n("../node_modules/isarray/index.js");S.ReadableState=E;n("../node_modules/events/events.js").EventEmitter;var s=function(e,t){return e.listeners(t).length},l=n("../node_modules/readable-stream/lib/internal/streams/stream-browser.js"),c=n("../node_modules/readable-stream/node_modules/safe-buffer/index.js").Buffer,d=t.Uint8Array||function(){};var u=Object.create(n("../node_modules/core-util-is/lib/util.js"));u.inherits=n("../node_modules/inherits/inherits_browser.js");var _=n(1),p=void 0;p=_&&_.debuglog?_.debuglog("stream"):function(){};var m,g=n("../node_modules/readable-stream/lib/internal/streams/BufferList.js"),f=n("../node_modules/readable-stream/lib/internal/streams/destroy.js");u.inherits(S,l);var h=["error","close","destroy","pause","resume"];function E(e,t){e=e||{};var r=t instanceof(i=i||n("../node_modules/readable-stream/lib/_stream_duplex.js"));this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var a=e.highWaterMark,o=e.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=a||0===a?a:r&&(o||0===o)?o:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new g,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(m||(m=n("../node_modules/string_decoder/lib/string_decoder.js").StringDecoder),this.decoder=new m(e.encoding),this.encoding=e.encoding)}function S(e){if(i=i||n("../node_modules/readable-stream/lib/_stream_duplex.js"),!(this instanceof S))return new S(e);this._readableState=new E(e,this),this.readable=!0,e&&("function"===typeof e.read&&(this._read=e.read),"function"===typeof e.destroy&&(this._destroy=e.destroy)),l.call(this)}function b(e,t,n,r,a){var i,o=e._readableState;null===t?(o.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){var n=t.decoder.end();n&&n.length&&(t.buffer.push(n),t.length+=t.objectMode?1:n.length)}t.ended=!0,y(e)}(e,o)):(a||(i=function(e,t){var n;r=t,c.isBuffer(r)||r instanceof d||"string"===typeof t||void 0===t||e.objectMode||(n=new TypeError("Invalid non-string/buffer chunk"));var r;return n}(o,t)),i?e.emit("error",i):o.objectMode||t&&t.length>0?("string"===typeof t||o.objectMode||Object.getPrototypeOf(t)===c.prototype||(t=function(e){return c.from(e)}(t)),r?o.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):T(e,o,t,!0):o.ended?e.emit("error",new Error("stream.push() after EOF")):(o.reading=!1,o.decoder&&!n?(t=o.decoder.write(t),o.objectMode||0!==t.length?T(e,o,t,!1):O(e,o)):T(e,o,t,!1))):r||(o.reading=!1));return function(e){return!e.ended&&(e.needReadable||e.length<e.highWaterMark||0===e.length)}(o)}function T(e,t,n,r){t.flowing&&0===t.length&&!t.sync?(e.emit("data",n),e.read(0)):(t.length+=t.objectMode?1:n.length,r?t.buffer.unshift(n):t.buffer.push(n),t.needReadable&&y(e)),O(e,t)}Object.defineProperty(S.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),S.prototype.destroy=f.destroy,S.prototype._undestroy=f.undestroy,S.prototype._destroy=function(e,t){this.push(null),t(e)},S.prototype.push=function(e,t){var n,r=this._readableState;return r.objectMode?n=!0:"string"===typeof e&&((t=t||r.defaultEncoding)!==r.encoding&&(e=c.from(e,t),t=""),n=!0),b(this,e,t,!1,n)},S.prototype.unshift=function(e){return b(this,e,null,!0,!1)},S.prototype.isPaused=function(){return!1===this._readableState.flowing},S.prototype.setEncoding=function(e){return m||(m=n("../node_modules/string_decoder/lib/string_decoder.js").StringDecoder),this._readableState.decoder=new m(e),this._readableState.encoding=e,this};function v(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!==e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=8388608?e=8388608:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function y(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(p("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?a.nextTick(C,e):C(e))}function C(e){p("emit readable"),e.emit("readable"),A(e)}function O(e,t){t.readingMore||(t.readingMore=!0,a.nextTick(N,e,t))}function N(e,t){for(var n=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(p("maybeReadMore read 0"),e.read(0),n!==t.length);)n=t.length;t.readingMore=!1}function R(e){p("readable nexttick read 0"),e.read(0)}function I(e,t){t.reading||(p("resume read 0"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit("resume"),A(e),t.flowing&&!t.reading&&e.read(0)}function A(e){var t=e._readableState;for(p("flow",t.flowing);t.flowing&&null!==e.read(););}function w(e,t){return 0===t.length?null:(t.objectMode?n=t.buffer.shift():!e||e>=t.length?(n=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):n=function(e,t,n){var r;e<t.head.data.length?(r=t.head.data.slice(0,e),t.head.data=t.head.data.slice(e)):r=e===t.head.data.length?t.shift():n?function(e,t){var n=t.head,r=1,a=n.data;e-=a.length;for(;n=n.next;){var i=n.data,o=e>i.length?i.length:e;if(o===i.length?a+=i:a+=i.slice(0,e),0===(e-=o)){o===i.length?(++r,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=i.slice(o));break}++r}return t.length-=r,a}(e,t):function(e,t){var n=c.allocUnsafe(e),r=t.head,a=1;r.data.copy(n),e-=r.data.length;for(;r=r.next;){var i=r.data,o=e>i.length?i.length:e;if(i.copy(n,n.length-e,0,o),0===(e-=o)){o===i.length?(++a,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=i.slice(o));break}++a}return t.length-=a,n}(e,t);return r}(e,t.buffer,t.decoder),n);var n}function x(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,a.nextTick(D,t,e))}function D(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function M(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}S.prototype.read=function(e){p("read",e),e=parseInt(e,10);var t=this._readableState,n=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&(t.length>=t.highWaterMark||t.ended))return p("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?x(this):y(this),null;if(0===(e=v(e,t))&&t.ended)return 0===t.length&&x(this),null;var r,a=t.needReadable;return p("need readable",a),(0===t.length||t.length-e<t.highWaterMark)&&p("length less than watermark",a=!0),t.ended||t.reading?p("reading or ended",a=!1):a&&(p("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=v(n,t))),null===(r=e>0?w(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),n!==e&&t.ended&&x(this)),null!==r&&this.emit("data",r),r},S.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},S.prototype.pipe=function(e,t){var n=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=e;break;case 1:i.pipes=[i.pipes,e];break;default:i.pipes.push(e)}i.pipesCount+=1,p("pipe count=%d opts=%j",i.pipesCount,t);var l=(!t||!1!==t.end)&&e!==r.stdout&&e!==r.stderr?d:S;function c(t,r){p("onunpipe"),t===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,p("cleanup"),e.removeListener("close",h),e.removeListener("finish",E),e.removeListener("drain",u),e.removeListener("error",f),e.removeListener("unpipe",c),n.removeListener("end",d),n.removeListener("end",S),n.removeListener("data",g),_=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||u())}function d(){p("onend"),e.end()}i.endEmitted?a.nextTick(l):n.once("end",l),e.on("unpipe",c);var u=function(e){return function(){var t=e._readableState;p("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&s(e,"data")&&(t.flowing=!0,A(e))}}(n);e.on("drain",u);var _=!1;var m=!1;function g(t){p("ondata"),m=!1,!1!==e.write(t)||m||((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==M(i.pipes,e))&&!_&&(p("false write response, pause",n._readableState.awaitDrain),n._readableState.awaitDrain++,m=!0),n.pause())}function f(t){p("onerror",t),S(),e.removeListener("error",f),0===s(e,"error")&&e.emit("error",t)}function h(){e.removeListener("finish",E),S()}function E(){p("onfinish"),e.removeListener("close",h),S()}function S(){p("unpipe"),n.unpipe(e)}return n.on("data",g),function(e,t,n){if("function"===typeof e.prependListener)return e.prependListener(t,n);e._events&&e._events[t]?o(e._events[t])?e._events[t].unshift(n):e._events[t]=[n,e._events[t]]:e.on(t,n)}(e,"error",f),e.once("close",h),e.once("finish",E),e.emit("pipe",n),i.flowing||(p("pipe resume"),n.resume()),e},S.prototype.unpipe=function(e){var t=this._readableState,n={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,n)),this;if(!e){var r=t.pipes,a=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var i=0;i<a;i++)r[i].emit("unpipe",this,n);return this}var o=M(t.pipes,e);return-1===o||(t.pipes.splice(o,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,n)),this},S.prototype.on=function(e,t){var n=l.prototype.on.call(this,e,t);if("data"===e)!1!==this._readableState.flowing&&this.resume();else if("readable"===e){var r=this._readableState;r.endEmitted||r.readableListening||(r.readableListening=r.needReadable=!0,r.emittedReadable=!1,r.reading?r.length&&y(this):a.nextTick(R,this))}return n},S.prototype.addListener=S.prototype.on,S.prototype.resume=function(){var e=this._readableState;return e.flowing||(p("resume"),e.flowing=!0,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,a.nextTick(I,e,t))}(this,e)),this},S.prototype.pause=function(){return p("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(p("pause"),this._readableState.flowing=!1,this.emit("pause")),this},S.prototype.wrap=function(e){var t=this,n=this._readableState,r=!1;for(var a in e.on("end",(function(){if(p("wrapped end"),n.decoder&&!n.ended){var e=n.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(a){(p("wrapped data"),n.decoder&&(a=n.decoder.write(a)),!n.objectMode||null!==a&&void 0!==a)&&((n.objectMode||a&&a.length)&&(t.push(a)||(r=!0,e.pause())))})),e)void 0===this[a]&&"function"===typeof e[a]&&(this[a]=function(t){return function(){return e[t].apply(e,arguments)}}(a));for(var i=0;i<h.length;i++)e.on(h[i],this.emit.bind(this,h[i]));return this._read=function(t){p("wrapped _read",t),r&&(r=!1,e.resume())},this},Object.defineProperty(S.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),S._fromList=w}).call(this,n("../node_modules/webpack/buildin/global.js"),n("../node_modules/process/browser.js"))},"../node_modules/readable-stream/lib/_stream_transform.js":function(e,t,n){"use strict";e.exports=o;var r=n("../node_modules/readable-stream/lib/_stream_duplex.js"),a=Object.create(n("../node_modules/core-util-is/lib/util.js"));function i(e,t){var n=this._transformState;n.transforming=!1;var r=n.writecb;if(!r)return this.emit("error",new Error("write callback called multiple times"));n.writechunk=null,n.writecb=null,null!=t&&this.push(t),r(e);var a=this._readableState;a.reading=!1,(a.needReadable||a.length<a.highWaterMark)&&this._read(a.highWaterMark)}function o(e){if(!(this instanceof o))return new o(e);r.call(this,e),this._transformState={afterTransform:i.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"===typeof e.transform&&(this._transform=e.transform),"function"===typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",s)}function s(){var e=this;"function"===typeof this._flush?this._flush((function(t,n){l(e,t,n)})):l(this,null,null)}function l(e,t,n){if(t)return e.emit("error",t);if(null!=n&&e.push(n),e._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(e._transformState.transforming)throw new Error("Calling transform done when still transforming");return e.push(null)}a.inherits=n("../node_modules/inherits/inherits_browser.js"),a.inherits(o,r),o.prototype.push=function(e,t){return this._transformState.needTransform=!1,r.prototype.push.call(this,e,t)},o.prototype._transform=function(e,t,n){throw new Error("_transform() is not implemented")},o.prototype._write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,!r.transforming){var a=this._readableState;(r.needTransform||a.needReadable||a.length<a.highWaterMark)&&this._read(a.highWaterMark)}},o.prototype._read=function(e){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},o.prototype._destroy=function(e,t){var n=this;r.prototype._destroy.call(this,e,(function(e){t(e),n.emit("close")}))}},"../node_modules/readable-stream/lib/_stream_writable.js":function(e,t,n){"use strict";(function(t,r,a){var i=n("../node_modules/process-nextick-args/index.js");function o(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,n){var r=e.entry;e.entry=null;for(;r;){var a=r.callback;t.pendingcb--,a(n),r=r.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}(t,e)}}e.exports=E;var s,l=!t.browser&&["v0.10","v0.9."].indexOf(t.version.slice(0,5))>-1?r:i.nextTick;E.WritableState=h;var c=Object.create(n("../node_modules/core-util-is/lib/util.js"));c.inherits=n("../node_modules/inherits/inherits_browser.js");var d={deprecate:n("../node_modules/util-deprecate/browser.js")},u=n("../node_modules/readable-stream/lib/internal/streams/stream-browser.js"),_=n("../node_modules/readable-stream/node_modules/safe-buffer/index.js").Buffer,p=a.Uint8Array||function(){};var m,g=n("../node_modules/readable-stream/lib/internal/streams/destroy.js");function f(){}function h(e,t){s=s||n("../node_modules/readable-stream/lib/_stream_duplex.js"),e=e||{};var r=t instanceof s;this.objectMode=!!e.objectMode,r&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var a=e.highWaterMark,c=e.writableHighWaterMark,d=this.objectMode?16:16384;this.highWaterMark=a||0===a?a:r&&(c||0===c)?c:d,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var u=!1===e.decodeStrings;this.decodeStrings=!u,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var n=e._writableState,r=n.sync,a=n.writecb;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(n),t)!function(e,t,n,r,a){--t.pendingcb,n?(i.nextTick(a,r),i.nextTick(C,e,t),e._writableState.errorEmitted=!0,e.emit("error",r)):(a(r),e._writableState.errorEmitted=!0,e.emit("error",r),C(e,t))}(e,n,r,t,a);else{var o=v(n);o||n.corked||n.bufferProcessing||!n.bufferedRequest||T(e,n),r?l(b,e,n,o,a):b(e,n,o,a)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new o(this)}function E(e){if(s=s||n("../node_modules/readable-stream/lib/_stream_duplex.js"),!m.call(E,this)&&!(this instanceof s))return new E(e);this._writableState=new h(e,this),this.writable=!0,e&&("function"===typeof e.write&&(this._write=e.write),"function"===typeof e.writev&&(this._writev=e.writev),"function"===typeof e.destroy&&(this._destroy=e.destroy),"function"===typeof e.final&&(this._final=e.final)),u.call(this)}function S(e,t,n,r,a,i,o){t.writelen=r,t.writecb=o,t.writing=!0,t.sync=!0,n?e._writev(a,t.onwrite):e._write(a,i,t.onwrite),t.sync=!1}function b(e,t,n,r){n||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,r(),C(e,t)}function T(e,t){t.bufferProcessing=!0;var n=t.bufferedRequest;if(e._writev&&n&&n.next){var r=t.bufferedRequestCount,a=new Array(r),i=t.corkedRequestsFree;i.entry=n;for(var s=0,l=!0;n;)a[s]=n,n.isBuf||(l=!1),n=n.next,s+=1;a.allBuffers=l,S(e,t,!0,t.length,a,"",i.finish),t.pendingcb++,t.lastBufferedRequest=null,i.next?(t.corkedRequestsFree=i.next,i.next=null):t.corkedRequestsFree=new o(t),t.bufferedRequestCount=0}else{for(;n;){var c=n.chunk,d=n.encoding,u=n.callback;if(S(e,t,!1,t.objectMode?1:c.length,c,d,u),n=n.next,t.bufferedRequestCount--,t.writing)break}null===n&&(t.lastBufferedRequest=null)}t.bufferedRequest=n,t.bufferProcessing=!1}function v(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function y(e,t){e._final((function(n){t.pendingcb--,n&&e.emit("error",n),t.prefinished=!0,e.emit("prefinish"),C(e,t)}))}function C(e,t){var n=v(t);return n&&(!function(e,t){t.prefinished||t.finalCalled||("function"===typeof e._final?(t.pendingcb++,t.finalCalled=!0,i.nextTick(y,e,t)):(t.prefinished=!0,e.emit("prefinish")))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"))),n}c.inherits(E,u),h.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(h.prototype,"buffer",{get:d.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"===typeof Symbol&&Symbol.hasInstance&&"function"===typeof Function.prototype[Symbol.hasInstance]?(m=Function.prototype[Symbol.hasInstance],Object.defineProperty(E,Symbol.hasInstance,{value:function(e){return!!m.call(this,e)||this===E&&(e&&e._writableState instanceof h)}})):m=function(e){return e instanceof this},E.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},E.prototype.write=function(e,t,n){var r,a=this._writableState,o=!1,s=!a.objectMode&&(r=e,_.isBuffer(r)||r instanceof p);return s&&!_.isBuffer(e)&&(e=function(e){return _.from(e)}(e)),"function"===typeof t&&(n=t,t=null),s?t="buffer":t||(t=a.defaultEncoding),"function"!==typeof n&&(n=f),a.ended?function(e,t){var n=new Error("write after end");e.emit("error",n),i.nextTick(t,n)}(this,n):(s||function(e,t,n,r){var a=!0,o=!1;return null===n?o=new TypeError("May not write null values to stream"):"string"===typeof n||void 0===n||t.objectMode||(o=new TypeError("Invalid non-string/buffer chunk")),o&&(e.emit("error",o),i.nextTick(r,o),a=!1),a}(this,a,e,n))&&(a.pendingcb++,o=function(e,t,n,r,a,i){if(!n){var o=function(e,t,n){e.objectMode||!1===e.decodeStrings||"string"!==typeof t||(t=_.from(t,n));return t}(t,r,a);r!==o&&(n=!0,a="buffer",r=o)}var s=t.objectMode?1:r.length;t.length+=s;var l=t.length<t.highWaterMark;l||(t.needDrain=!0);if(t.writing||t.corked){var c=t.lastBufferedRequest;t.lastBufferedRequest={chunk:r,encoding:a,isBuf:n,callback:i,next:null},c?c.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else S(e,t,!1,s,r,a,i);return l}(this,a,s,e,t,n)),o},E.prototype.cork=function(){this._writableState.corked++},E.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.finished||e.bufferProcessing||!e.bufferedRequest||T(this,e))},E.prototype.setDefaultEncoding=function(e){if("string"===typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(E.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),E.prototype._write=function(e,t,n){n(new Error("_write() is not implemented"))},E.prototype._writev=null,E.prototype.end=function(e,t,n){var r=this._writableState;"function"===typeof e?(n=e,e=null,t=null):"function"===typeof t&&(n=t,t=null),null!==e&&void 0!==e&&this.write(e,t),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||function(e,t,n){t.ending=!0,C(e,t),n&&(t.finished?i.nextTick(n):e.once("finish",n));t.ended=!0,e.writable=!1}(this,r,n)},Object.defineProperty(E.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),E.prototype.destroy=g.destroy,E.prototype._undestroy=g.undestroy,E.prototype._destroy=function(e,t){this.end(),t(e)}}).call(this,n("../node_modules/process/browser.js"),n("../node_modules/timers-browserify/main.js").setImmediate,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/readable-stream/lib/internal/streams/BufferList.js":function(e,t,n){"use strict";var r=n("../node_modules/readable-stream/node_modules/safe-buffer/index.js").Buffer,a=n(2);e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}return e.prototype.push=function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length},e.prototype.unshift=function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length},e.prototype.shift=function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}},e.prototype.clear=function(){this.head=this.tail=null,this.length=0},e.prototype.join=function(e){if(0===this.length)return"";for(var t=this.head,n=""+t.data;t=t.next;)n+=e+t.data;return n},e.prototype.concat=function(e){if(0===this.length)return r.alloc(0);if(1===this.length)return this.head.data;for(var t,n,a,i=r.allocUnsafe(e>>>0),o=this.head,s=0;o;)t=o.data,n=i,a=s,t.copy(n,a),s+=o.data.length,o=o.next;return i},e}(),a&&a.inspect&&a.inspect.custom&&(e.exports.prototype[a.inspect.custom]=function(){var e=a.inspect({length:this.length});return this.constructor.name+" "+e})},"../node_modules/readable-stream/lib/internal/streams/destroy.js":function(e,t,n){"use strict";var r=n("../node_modules/process-nextick-args/index.js");function a(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var n=this,i=this._readableState&&this._readableState.destroyed,o=this._writableState&&this._writableState.destroyed;return i||o?(t?t(e):!e||this._writableState&&this._writableState.errorEmitted||r.nextTick(a,this,e),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?(r.nextTick(a,n,e),n._writableState&&(n._writableState.errorEmitted=!0)):t&&t(e)})),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},"../node_modules/readable-stream/lib/internal/streams/stream-browser.js":function(e,t,n){e.exports=n("../node_modules/events/events.js").EventEmitter},"../node_modules/readable-stream/node_modules/safe-buffer/index.js":function(e,t,n){var r=n("../node_modules/buffer/index.js"),a=r.Buffer;function i(e,t){for(var n in e)t[n]=e[n]}function o(e,t,n){return a(e,t,n)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=o),i(a,o),o.from=function(e,t,n){if("number"===typeof e)throw new TypeError("Argument must not be a number");return a(e,t,n)},o.alloc=function(e,t,n){if("number"!==typeof e)throw new TypeError("Argument must be a number");var r=a(e);return void 0!==t?"string"===typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},o.allocUnsafe=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return a(e)},o.allocUnsafeSlow=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},"../node_modules/readable-stream/passthrough.js":function(e,t,n){e.exports=n("../node_modules/readable-stream/readable-browser.js").PassThrough},"../node_modules/readable-stream/readable-browser.js":function(e,t,n){(t=e.exports=n("../node_modules/readable-stream/lib/_stream_readable.js")).Stream=t,t.Readable=t,t.Writable=n("../node_modules/readable-stream/lib/_stream_writable.js"),t.Duplex=n("../node_modules/readable-stream/lib/_stream_duplex.js"),t.Transform=n("../node_modules/readable-stream/lib/_stream_transform.js"),t.PassThrough=n("../node_modules/readable-stream/lib/_stream_passthrough.js")},"../node_modules/readable-stream/transform.js":function(e,t,n){e.exports=n("../node_modules/readable-stream/readable-browser.js").Transform},"../node_modules/readable-stream/writable-browser.js":function(e,t,n){e.exports=n("../node_modules/readable-stream/lib/_stream_writable.js")},"../node_modules/sax/lib/sax.js":function(e,t,n){(function(e){!function(t){t.parser=function(e,t){return new i(e,t)},t.SAXParser=i,t.SAXStream=s,t.createStream=function(e,t){return new s(e,t)},t.MAX_BUFFER_LENGTH=65536;var r,a=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];function i(e,n){if(!(this instanceof i))return new i(e,n);!function(e){for(var t=0,n=a.length;t<n;t++)e[a[t]]=""}(this),this.q=this.c="",this.bufferCheckPosition=t.MAX_BUFFER_LENGTH,this.opt=n||{},this.opt.lowercase=this.opt.lowercase||this.opt.lowercasetags,this.looseCase=this.opt.lowercase?"toLowerCase":"toUpperCase",this.tags=[],this.closed=this.closedRoot=this.sawRoot=!1,this.tag=this.error=null,this.strict=!!e,this.noscript=!(!e&&!this.opt.noscript),this.state=v.BEGIN,this.strictEntities=this.opt.strictEntities,this.ENTITIES=this.strictEntities?Object.create(t.XML_ENTITIES):Object.create(t.ENTITIES),this.attribList=[],this.opt.xmlns&&(this.ns=Object.create(c)),this.trackPosition=!1!==this.opt.position,this.trackPosition&&(this.position=this.line=this.column=0),C(this,"onready")}t.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"],Object.create||(Object.create=function(e){function t(){}return t.prototype=e,new t}),Object.keys||(Object.keys=function(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);return t}),i.prototype={end:function(){A(this)},write:function(e){if(this.error)throw this.error;if(this.closed)return I(this,"Cannot write after close. Assign an onready handler.");if(null===e)return A(this);"object"===typeof e&&(e=e.toString());var n=0,r="";for(;r=U(e,n++),this.c=r,r;)switch(this.trackPosition&&(this.position++,"\n"===r?(this.line++,this.column=0):this.column++),this.state){case v.BEGIN:if(this.state=v.BEGIN_WHITESPACE,"\ufeff"===r)continue;j(this,r);continue;case v.BEGIN_WHITESPACE:j(this,r);continue;case v.TEXT:if(this.sawRoot&&!this.closedRoot){for(var i=n-1;r&&"<"!==r&&"&"!==r;)(r=U(e,n++))&&this.trackPosition&&(this.position++,"\n"===r?(this.line++,this.column=0):this.column++);this.textNode+=e.substring(i,n-1)}"<"!==r||this.sawRoot&&this.closedRoot&&!this.strict?(m(r)||this.sawRoot&&!this.closedRoot||w(this,"Text data outside of root node."),"&"===r?this.state=v.TEXT_ENTITY:this.textNode+=r):(this.state=v.OPEN_WAKA,this.startTagPosition=this.position);continue;case v.SCRIPT:"<"===r?this.state=v.SCRIPT_ENDING:this.script+=r;continue;case v.SCRIPT_ENDING:"/"===r?this.state=v.CLOSE_TAG:(this.script+="<"+r,this.state=v.SCRIPT);continue;case v.OPEN_WAKA:if("!"===r)this.state=v.SGML_DECL,this.sgmlDecl="";else if(m(r));else if(h(d,r))this.state=v.OPEN_TAG,this.tagName=r;else if("/"===r)this.state=v.CLOSE_TAG,this.tagName="";else if("?"===r)this.state=v.PROC_INST,this.procInstName=this.procInstBody="";else{if(w(this,"Unencoded <"),this.startTagPosition+1<this.position){var o=this.position-this.startTagPosition;r=new Array(o).join(" ")+r}this.textNode+="<"+r,this.state=v.TEXT}continue;case v.SGML_DECL:"[CDATA["===(this.sgmlDecl+r).toUpperCase()?(O(this,"onopencdata"),this.state=v.CDATA,this.sgmlDecl="",this.cdata=""):this.sgmlDecl+r==="--"?(this.state=v.COMMENT,this.comment="",this.sgmlDecl=""):"DOCTYPE"===(this.sgmlDecl+r).toUpperCase()?(this.state=v.DOCTYPE,(this.doctype||this.sawRoot)&&w(this,"Inappropriately located doctype declaration"),this.doctype="",this.sgmlDecl=""):">"===r?(O(this,"onsgmldeclaration",this.sgmlDecl),this.sgmlDecl="",this.state=v.TEXT):g(r)?(this.state=v.SGML_DECL_QUOTED,this.sgmlDecl+=r):this.sgmlDecl+=r;continue;case v.SGML_DECL_QUOTED:r===this.q&&(this.state=v.SGML_DECL,this.q=""),this.sgmlDecl+=r;continue;case v.DOCTYPE:">"===r?(this.state=v.TEXT,O(this,"ondoctype",this.doctype),this.doctype=!0):(this.doctype+=r,"["===r?this.state=v.DOCTYPE_DTD:g(r)&&(this.state=v.DOCTYPE_QUOTED,this.q=r));continue;case v.DOCTYPE_QUOTED:this.doctype+=r,r===this.q&&(this.q="",this.state=v.DOCTYPE);continue;case v.DOCTYPE_DTD:this.doctype+=r,"]"===r?this.state=v.DOCTYPE:g(r)&&(this.state=v.DOCTYPE_DTD_QUOTED,this.q=r);continue;case v.DOCTYPE_DTD_QUOTED:this.doctype+=r,r===this.q&&(this.state=v.DOCTYPE_DTD,this.q="");continue;case v.COMMENT:"-"===r?this.state=v.COMMENT_ENDING:this.comment+=r;continue;case v.COMMENT_ENDING:"-"===r?(this.state=v.COMMENT_ENDED,this.comment=R(this.opt,this.comment),this.comment&&O(this,"oncomment",this.comment),this.comment=""):(this.comment+="-"+r,this.state=v.COMMENT);continue;case v.COMMENT_ENDED:">"!==r?(w(this,"Malformed comment"),this.comment+="--"+r,this.state=v.COMMENT):this.state=v.TEXT;continue;case v.CDATA:"]"===r?this.state=v.CDATA_ENDING:this.cdata+=r;continue;case v.CDATA_ENDING:"]"===r?this.state=v.CDATA_ENDING_2:(this.cdata+="]"+r,this.state=v.CDATA);continue;case v.CDATA_ENDING_2:">"===r?(this.cdata&&O(this,"oncdata",this.cdata),O(this,"onclosecdata"),this.cdata="",this.state=v.TEXT):"]"===r?this.cdata+="]":(this.cdata+="]]"+r,this.state=v.CDATA);continue;case v.PROC_INST:"?"===r?this.state=v.PROC_INST_ENDING:m(r)?this.state=v.PROC_INST_BODY:this.procInstName+=r;continue;case v.PROC_INST_BODY:if(!this.procInstBody&&m(r))continue;"?"===r?this.state=v.PROC_INST_ENDING:this.procInstBody+=r;continue;case v.PROC_INST_ENDING:">"===r?(O(this,"onprocessinginstruction",{name:this.procInstName,body:this.procInstBody}),this.procInstName=this.procInstBody="",this.state=v.TEXT):(this.procInstBody+="?"+r,this.state=v.PROC_INST_BODY);continue;case v.OPEN_TAG:h(u,r)?this.tagName+=r:(x(this),">"===r?L(this):"/"===r?this.state=v.OPEN_TAG_SLASH:(m(r)||w(this,"Invalid character in tag name"),this.state=v.ATTRIB));continue;case v.OPEN_TAG_SLASH:">"===r?(L(this,!0),P(this)):(w(this,"Forward-slash in opening tag not followed by >"),this.state=v.ATTRIB);continue;case v.ATTRIB:if(m(r))continue;">"===r?L(this):"/"===r?this.state=v.OPEN_TAG_SLASH:h(d,r)?(this.attribName=r,this.attribValue="",this.state=v.ATTRIB_NAME):w(this,"Invalid attribute name");continue;case v.ATTRIB_NAME:"="===r?this.state=v.ATTRIB_VALUE:">"===r?(w(this,"Attribute without value"),this.attribValue=this.attribName,M(this),L(this)):m(r)?this.state=v.ATTRIB_NAME_SAW_WHITE:h(u,r)?this.attribName+=r:w(this,"Invalid attribute name");continue;case v.ATTRIB_NAME_SAW_WHITE:if("="===r)this.state=v.ATTRIB_VALUE;else{if(m(r))continue;w(this,"Attribute without value"),this.tag.attributes[this.attribName]="",this.attribValue="",O(this,"onattribute",{name:this.attribName,value:""}),this.attribName="",">"===r?L(this):h(d,r)?(this.attribName=r,this.state=v.ATTRIB_NAME):(w(this,"Invalid attribute name"),this.state=v.ATTRIB)}continue;case v.ATTRIB_VALUE:if(m(r))continue;g(r)?(this.q=r,this.state=v.ATTRIB_VALUE_QUOTED):(w(this,"Unquoted attribute value"),this.state=v.ATTRIB_VALUE_UNQUOTED,this.attribValue=r);continue;case v.ATTRIB_VALUE_QUOTED:if(r!==this.q){"&"===r?this.state=v.ATTRIB_VALUE_ENTITY_Q:this.attribValue+=r;continue}M(this),this.q="",this.state=v.ATTRIB_VALUE_CLOSED;continue;case v.ATTRIB_VALUE_CLOSED:m(r)?this.state=v.ATTRIB:">"===r?L(this):"/"===r?this.state=v.OPEN_TAG_SLASH:h(d,r)?(w(this,"No whitespace between attributes"),this.attribName=r,this.attribValue="",this.state=v.ATTRIB_NAME):w(this,"Invalid attribute name");continue;case v.ATTRIB_VALUE_UNQUOTED:if(!f(r)){"&"===r?this.state=v.ATTRIB_VALUE_ENTITY_U:this.attribValue+=r;continue}M(this),">"===r?L(this):this.state=v.ATTRIB;continue;case v.CLOSE_TAG:if(this.tagName)">"===r?P(this):h(u,r)?this.tagName+=r:this.script?(this.script+="</"+this.tagName,this.tagName="",this.state=v.SCRIPT):(m(r)||w(this,"Invalid tagname in closing tag"),this.state=v.CLOSE_TAG_SAW_WHITE);else{if(m(r))continue;E(d,r)?this.script?(this.script+="</"+r,this.state=v.SCRIPT):w(this,"Invalid tagname in closing tag."):this.tagName=r}continue;case v.CLOSE_TAG_SAW_WHITE:if(m(r))continue;">"===r?P(this):w(this,"Invalid characters in closing tag");continue;case v.TEXT_ENTITY:case v.ATTRIB_VALUE_ENTITY_Q:case v.ATTRIB_VALUE_ENTITY_U:var s,l;switch(this.state){case v.TEXT_ENTITY:s=v.TEXT,l="textNode";break;case v.ATTRIB_VALUE_ENTITY_Q:s=v.ATTRIB_VALUE_QUOTED,l="attribValue";break;case v.ATTRIB_VALUE_ENTITY_U:s=v.ATTRIB_VALUE_UNQUOTED,l="attribValue"}";"===r?(this[l]+=k(this),this.entity="",this.state=s):h(this.entity.length?p:_,r)?this.entity+=r:(w(this,"Invalid character in entity name"),this[l]+="&"+this.entity+r,this.entity="",this.state=s);continue;default:throw new Error(this,"Unknown state: "+this.state)}this.position>=this.bufferCheckPosition&&function(e){for(var n=Math.max(t.MAX_BUFFER_LENGTH,10),r=0,i=0,o=a.length;i<o;i++){var s=e[a[i]].length;if(s>n)switch(a[i]){case"textNode":N(e);break;case"cdata":O(e,"oncdata",e.cdata),e.cdata="";break;case"script":O(e,"onscript",e.script),e.script="";break;default:I(e,"Max buffer length exceeded: "+a[i])}r=Math.max(r,s)}var l=t.MAX_BUFFER_LENGTH-r;e.bufferCheckPosition=l+e.position}(this);return this},resume:function(){return this.error=null,this},close:function(){return this.write(null)},flush:function(){var e;N(e=this),""!==e.cdata&&(O(e,"oncdata",e.cdata),e.cdata=""),""!==e.script&&(O(e,"onscript",e.script),e.script="")}};try{r=n("../node_modules/stream-browserify/index.js").Stream}catch(F){r=function(){}}var o=t.EVENTS.filter((function(e){return"error"!==e&&"end"!==e}));function s(e,t){if(!(this instanceof s))return new s(e,t);r.apply(this),this._parser=new i(e,t),this.writable=!0,this.readable=!0;var n=this;this._parser.onend=function(){n.emit("end")},this._parser.onerror=function(e){n.emit("error",e),n._parser.error=null},this._decoder=null,o.forEach((function(e){Object.defineProperty(n,"on"+e,{get:function(){return n._parser["on"+e]},set:function(t){if(!t)return n.removeAllListeners(e),n._parser["on"+e]=t,t;n.on(e,t)},enumerable:!0,configurable:!1})}))}s.prototype=Object.create(r.prototype,{constructor:{value:s}}),s.prototype.write=function(t){if("function"===typeof e&&"function"===typeof e.isBuffer&&e.isBuffer(t)){if(!this._decoder){var r=n("../node_modules/string_decoder/lib/string_decoder.js").StringDecoder;this._decoder=new r("utf8")}t=this._decoder.write(t)}return this._parser.write(t.toString()),this.emit("data",t),!0},s.prototype.end=function(e){return e&&e.length&&this.write(e),this._parser.end(),!0},s.prototype.on=function(e,t){var n=this;return n._parser["on"+e]||-1===o.indexOf(e)||(n._parser["on"+e]=function(){var t=1===arguments.length?[arguments[0]]:Array.apply(null,arguments);t.splice(0,0,e),n.emit.apply(n,t)}),r.prototype.on.call(n,e,t)};var l="http://www.w3.org/XML/1998/namespace",c={xml:l,xmlns:"http://www.w3.org/2000/xmlns/"},d=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,u=/[:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/,_=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,p=/[#:_A-Za-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\u00B7\u0300-\u036F\u203F-\u2040.\d-]/;function m(e){return" "===e||"\n"===e||"\r"===e||"\t"===e}function g(e){return'"'===e||"'"===e}function f(e){return">"===e||m(e)}function h(e,t){return e.test(t)}function E(e,t){return!h(e,t)}var S,b,T,v=0;for(var y in t.STATE={BEGIN:v++,BEGIN_WHITESPACE:v++,TEXT:v++,TEXT_ENTITY:v++,OPEN_WAKA:v++,SGML_DECL:v++,SGML_DECL_QUOTED:v++,DOCTYPE:v++,DOCTYPE_QUOTED:v++,DOCTYPE_DTD:v++,DOCTYPE_DTD_QUOTED:v++,COMMENT_STARTING:v++,COMMENT:v++,COMMENT_ENDING:v++,COMMENT_ENDED:v++,CDATA:v++,CDATA_ENDING:v++,CDATA_ENDING_2:v++,PROC_INST:v++,PROC_INST_BODY:v++,PROC_INST_ENDING:v++,OPEN_TAG:v++,OPEN_TAG_SLASH:v++,ATTRIB:v++,ATTRIB_NAME:v++,ATTRIB_NAME_SAW_WHITE:v++,ATTRIB_VALUE:v++,ATTRIB_VALUE_QUOTED:v++,ATTRIB_VALUE_CLOSED:v++,ATTRIB_VALUE_UNQUOTED:v++,ATTRIB_VALUE_ENTITY_Q:v++,ATTRIB_VALUE_ENTITY_U:v++,CLOSE_TAG:v++,CLOSE_TAG_SAW_WHITE:v++,SCRIPT:v++,SCRIPT_ENDING:v++},t.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},t.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(t.ENTITIES).forEach((function(e){var n=t.ENTITIES[e],r="number"===typeof n?String.fromCharCode(n):n;t.ENTITIES[e]=r})),t.STATE)t.STATE[t.STATE[y]]=y;function C(e,t,n){e[t]&&e[t](n)}function O(e,t,n){e.textNode&&N(e),C(e,t,n)}function N(e){e.textNode=R(e.opt,e.textNode),e.textNode&&C(e,"ontext",e.textNode),e.textNode=""}function R(e,t){return e.trim&&(t=t.trim()),e.normalize&&(t=t.replace(/\s+/g," ")),t}function I(e,t){return N(e),e.trackPosition&&(t+="\nLine: "+e.line+"\nColumn: "+e.column+"\nChar: "+e.c),t=new Error(t),e.error=t,C(e,"onerror",t),e}function A(e){return e.sawRoot&&!e.closedRoot&&w(e,"Unclosed root tag"),e.state!==v.BEGIN&&e.state!==v.BEGIN_WHITESPACE&&e.state!==v.TEXT&&I(e,"Unexpected end"),N(e),e.c="",e.closed=!0,C(e,"onend"),i.call(e,e.strict,e.opt),e}function w(e,t){if("object"!==typeof e||!(e instanceof i))throw new Error("bad call to strictFail");e.strict&&I(e,t)}function x(e){e.strict||(e.tagName=e.tagName[e.looseCase]());var t=e.tags[e.tags.length-1]||e,n=e.tag={name:e.tagName,attributes:{}};e.opt.xmlns&&(n.ns=t.ns),e.attribList.length=0,O(e,"onopentagstart",n)}function D(e,t){var n=e.indexOf(":")<0?["",e]:e.split(":"),r=n[0],a=n[1];return t&&"xmlns"===e&&(r="xmlns",a=""),{prefix:r,local:a}}function M(e){if(e.strict||(e.attribName=e.attribName[e.looseCase]()),-1!==e.attribList.indexOf(e.attribName)||e.tag.attributes.hasOwnProperty(e.attribName))e.attribName=e.attribValue="";else{if(e.opt.xmlns){var t=D(e.attribName,!0),n=t.prefix,r=t.local;if("xmlns"===n)if("xml"===r&&e.attribValue!==l)w(e,"xml: prefix must be bound to "+l+"\nActual: "+e.attribValue);else if("xmlns"===r&&"http://www.w3.org/2000/xmlns/"!==e.attribValue)w(e,"xmlns: prefix must be bound to http://www.w3.org/2000/xmlns/\nActual: "+e.attribValue);else{var a=e.tag,i=e.tags[e.tags.length-1]||e;a.ns===i.ns&&(a.ns=Object.create(i.ns)),a.ns[r]=e.attribValue}e.attribList.push([e.attribName,e.attribValue])}else e.tag.attributes[e.attribName]=e.attribValue,O(e,"onattribute",{name:e.attribName,value:e.attribValue});e.attribName=e.attribValue=""}}function L(e,t){if(e.opt.xmlns){var n=e.tag,r=D(e.tagName);n.prefix=r.prefix,n.local=r.local,n.uri=n.ns[r.prefix]||"",n.prefix&&!n.uri&&(w(e,"Unbound namespace prefix: "+JSON.stringify(e.tagName)),n.uri=r.prefix);var a=e.tags[e.tags.length-1]||e;n.ns&&a.ns!==n.ns&&Object.keys(n.ns).forEach((function(t){O(e,"onopennamespace",{prefix:t,uri:n.ns[t]})}));for(var i=0,o=e.attribList.length;i<o;i++){var s=e.attribList[i],l=s[0],c=s[1],d=D(l,!0),u=d.prefix,_=d.local,p=""===u?"":n.ns[u]||"",m={name:l,value:c,prefix:u,local:_,uri:p};u&&"xmlns"!==u&&!p&&(w(e,"Unbound namespace prefix: "+JSON.stringify(u)),m.uri=u),e.tag.attributes[l]=m,O(e,"onattribute",m)}e.attribList.length=0}e.tag.isSelfClosing=!!t,e.sawRoot=!0,e.tags.push(e.tag),O(e,"onopentag",e.tag),t||(e.noscript||"script"!==e.tagName.toLowerCase()?e.state=v.TEXT:e.state=v.SCRIPT,e.tag=null,e.tagName=""),e.attribName=e.attribValue="",e.attribList.length=0}function P(e){if(!e.tagName)return w(e,"Weird empty close tag."),e.textNode+="</>",void(e.state=v.TEXT);if(e.script){if("script"!==e.tagName)return e.script+="</"+e.tagName+">",e.tagName="",void(e.state=v.SCRIPT);O(e,"onscript",e.script),e.script=""}var t=e.tags.length,n=e.tagName;e.strict||(n=n[e.looseCase]());for(var r=n;t--;){if(e.tags[t].name===r)break;w(e,"Unexpected close tag")}if(t<0)return w(e,"Unmatched closing tag: "+e.tagName),e.textNode+="</"+e.tagName+">",void(e.state=v.TEXT);e.tagName=n;for(var a=e.tags.length;a-- >t;){var i=e.tag=e.tags.pop();e.tagName=e.tag.name,O(e,"onclosetag",e.tagName);var o={};for(var s in i.ns)o[s]=i.ns[s];var l=e.tags[e.tags.length-1]||e;e.opt.xmlns&&i.ns!==l.ns&&Object.keys(i.ns).forEach((function(t){var n=i.ns[t];O(e,"onclosenamespace",{prefix:t,uri:n})}))}0===t&&(e.closedRoot=!0),e.tagName=e.attribValue=e.attribName="",e.attribList.length=0,e.state=v.TEXT}function k(e){var t,n=e.entity,r=n.toLowerCase(),a="";return e.ENTITIES[n]?e.ENTITIES[n]:e.ENTITIES[r]?e.ENTITIES[r]:("#"===(n=r).charAt(0)&&("x"===n.charAt(1)?(n=n.slice(2),a=(t=parseInt(n,16)).toString(16)):(n=n.slice(1),a=(t=parseInt(n,10)).toString(10))),n=n.replace(/^0+/,""),isNaN(t)||a.toLowerCase()!==n?(w(e,"Invalid character entity"),"&"+e.entity+";"):String.fromCodePoint(t))}function j(e,t){"<"===t?(e.state=v.OPEN_WAKA,e.startTagPosition=e.position):m(t)||(w(e,"Non-whitespace before first tag."),e.textNode=t,e.state=v.TEXT)}function U(e,t){var n="";return t<e.length&&(n=e.charAt(t)),n}v=t.STATE,String.fromCodePoint||(S=String.fromCharCode,b=Math.floor,T=function(){var e,t,n=16384,r=[],a=-1,i=arguments.length;if(!i)return"";for(var o="";++a<i;){var s=Number(arguments[a]);if(!isFinite(s)||s<0||s>1114111||b(s)!==s)throw RangeError("Invalid code point: "+s);s<=65535?r.push(s):(e=55296+((s-=65536)>>10),t=s%1024+56320,r.push(e,t)),(a+1===i||r.length>n)&&(o+=S.apply(null,r),r.length=0)}return o},Object.defineProperty?Object.defineProperty(String,"fromCodePoint",{value:T,configurable:!0,writable:!0}):String.fromCodePoint=T)}(t)}).call(this,n("../node_modules/buffer/index.js").Buffer)},"../node_modules/scheduler/cjs/scheduler.production.min.js":function(e,t,n){"use strict";var r,a,i,o,s;if("undefined"===typeof window||"function"!==typeof MessageChannel){var l=null,c=null,d=function(){if(null!==l)try{var e=t.unstable_now();l(!0,e),l=null}catch(n){throw setTimeout(d,0),n}},u=Date.now();t.unstable_now=function(){return Date.now()-u},r=function(e){null!==l?setTimeout(r,0,e):(l=e,setTimeout(d,0))},a=function(e,t){c=setTimeout(e,t)},i=function(){clearTimeout(c)},o=function(){return!1},s=t.unstable_forceFrameRate=function(){}}else{var _=window.performance,p=window.Date,m=window.setTimeout,g=window.clearTimeout;if("undefined"!==typeof console){var f=window.cancelAnimationFrame;"function"!==typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!==typeof f&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"===typeof _&&"function"===typeof _.now)t.unstable_now=function(){return _.now()};else{var h=p.now();t.unstable_now=function(){return p.now()-h}}var E=!1,S=null,b=-1,T=5,v=0;o=function(){return t.unstable_now()>=v},s=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):T=0<e?Math.floor(1e3/e):5};var y=new MessageChannel,C=y.port2;y.port1.onmessage=function(){if(null!==S){var e=t.unstable_now();v=e+T;try{S(!0,e)?C.postMessage(null):(E=!1,S=null)}catch(n){throw C.postMessage(null),n}}else E=!1},r=function(e){S=e,E||(E=!0,C.postMessage(null))},a=function(e,n){b=m((function(){e(t.unstable_now())}),n)},i=function(){g(b),b=-1}}function O(e,t){var n=e.length;e.push(t);e:for(;;){var r=n-1>>>1,a=e[r];if(!(void 0!==a&&0<I(a,t)))break e;e[r]=t,e[n]=a,n=r}}function N(e){return void 0===(e=e[0])?null:e}function R(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,a=e.length;r<a;){var i=2*(r+1)-1,o=e[i],s=i+1,l=e[s];if(void 0!==o&&0>I(o,n))void 0!==l&&0>I(l,o)?(e[r]=l,e[s]=n,r=s):(e[r]=o,e[i]=n,r=i);else{if(!(void 0!==l&&0>I(l,n)))break e;e[r]=l,e[s]=n,r=s}}}return t}return null}function I(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var A=[],w=[],x=1,D=null,M=3,L=!1,P=!1,k=!1;function j(e){for(var t=N(w);null!==t;){if(null===t.callback)R(w);else{if(!(t.startTime<=e))break;R(w),t.sortIndex=t.expirationTime,O(A,t)}t=N(w)}}function U(e){if(k=!1,j(e),!P)if(null!==N(A))P=!0,r(F);else{var t=N(w);null!==t&&a(U,t.startTime-e)}}function F(e,n){P=!1,k&&(k=!1,i()),L=!0;var r=M;try{for(j(n),D=N(A);null!==D&&(!(D.expirationTime>n)||e&&!o());){var s=D.callback;if(null!==s){D.callback=null,M=D.priorityLevel;var l=s(D.expirationTime<=n);n=t.unstable_now(),"function"===typeof l?D.callback=l:D===N(A)&&R(A),j(n)}else R(A);D=N(A)}if(null!==D)var c=!0;else{var d=N(w);null!==d&&a(U,d.startTime-n),c=!1}return c}finally{D=null,M=r,L=!1}}function B(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var G=s;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){P||L||(P=!0,r(F))},t.unstable_getCurrentPriorityLevel=function(){return M},t.unstable_getFirstCallbackNode=function(){return N(A)},t.unstable_next=function(e){switch(M){case 1:case 2:case 3:var t=3;break;default:t=M}var n=M;M=t;try{return e()}finally{M=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=G,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=M;M=e;try{return t()}finally{M=n}},t.unstable_scheduleCallback=function(e,n,o){var s=t.unstable_now();if("object"===typeof o&&null!==o){var l=o.delay;l="number"===typeof l&&0<l?s+l:s,o="number"===typeof o.timeout?o.timeout:B(e)}else o=B(e),l=s;return e={id:x++,callback:n,priorityLevel:e,startTime:l,expirationTime:o=l+o,sortIndex:-1},l>s?(e.sortIndex=l,O(w,e),null===N(A)&&e===N(w)&&(k?i():k=!0,a(U,l-s))):(e.sortIndex=o,O(A,e),P||L||(P=!0,r(F))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();j(e);var n=N(A);return n!==D&&null!==D&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime<D.expirationTime||o()},t.unstable_wrapCallback=function(e){var t=M;return function(){var n=M;M=t;try{return e.apply(this,arguments)}finally{M=n}}}},"../node_modules/scheduler/index.js":function(e,t,n){"use strict";e.exports=n("../node_modules/scheduler/cjs/scheduler.production.min.js")},"../node_modules/setimmediate/setImmediate.js":function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,a,i,o,s,l=1,c={},d=!1,u=e.document,_=Object.getPrototypeOf&&Object.getPrototypeOf(e);_=_&&_.setTimeout?_:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick((function(){m(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){m(e.data)},r=function(e){i.port2.postMessage(e)}):u&&"onreadystatechange"in u.createElement("script")?(a=u.documentElement,r=function(e){var t=u.createElement("script");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):r=function(e){setTimeout(m,0,e)}:(o="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"===typeof t.data&&0===t.data.indexOf(o)&&m(+t.data.slice(o.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),r=function(t){e.postMessage(o+t,"*")}),_.setImmediate=function(e){"function"!==typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return c[l]=a,r(l),l++},_.clearImmediate=p}function p(e){delete c[e]}function m(e){if(d)setTimeout(m,0,e);else{var t=c[e];if(t){d=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(void 0,n)}}(t)}finally{p(e),d=!1}}}}}("undefined"===typeof self?"undefined"===typeof e?this:e:self)}).call(this,n("../node_modules/webpack/buildin/global.js"),n("../node_modules/process/browser.js"))},"../node_modules/stream-browserify/index.js":function(e,t,n){e.exports=a;var r=n("../node_modules/events/events.js").EventEmitter;function a(){r.call(this)}n("../node_modules/inherits/inherits_browser.js")(a,r),a.Readable=n("../node_modules/readable-stream/readable-browser.js"),a.Writable=n("../node_modules/readable-stream/writable-browser.js"),a.Duplex=n("../node_modules/readable-stream/duplex-browser.js"),a.Transform=n("../node_modules/readable-stream/transform.js"),a.PassThrough=n("../node_modules/readable-stream/passthrough.js"),a.Stream=a,a.prototype.pipe=function(e,t){var n=this;function a(t){e.writable&&!1===e.write(t)&&n.pause&&n.pause()}function i(){n.readable&&n.resume&&n.resume()}n.on("data",a),e.on("drain",i),e._isStdio||t&&!1===t.end||(n.on("end",s),n.on("close",l));var o=!1;function s(){o||(o=!0,e.end())}function l(){o||(o=!0,"function"===typeof e.destroy&&e.destroy())}function c(e){if(d(),0===r.listenerCount(this,"error"))throw e}function d(){n.removeListener("data",a),e.removeListener("drain",i),n.removeListener("end",s),n.removeListener("close",l),n.removeListener("error",c),e.removeListener("error",c),n.removeListener("end",d),n.removeListener("close",d),e.removeListener("close",d)}return n.on("error",c),e.on("error",c),n.on("end",d),n.on("close",d),e.on("close",d),e.emit("pipe",n),e}},"../node_modules/string_decoder/lib/string_decoder.js":function(e,t,n){"use strict";var r=n("../node_modules/string_decoder/node_modules/safe-buffer/index.js").Buffer,a=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function i(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!==typeof t&&(r.isEncoding===a||!a(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=l,this.end=c,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=d,this.end=u,t=3;break;default:return this.write=_,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function o(e){return e<=127?0:e>>5===6?2:e>>4===14?3:e>>3===30?4:e>>6===2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!==(192&t[0]))return e.lastNeed=0,"\ufffd";if(e.lastNeed>1&&t.length>1){if(128!==(192&t[1]))return e.lastNeed=1,"\ufffd";if(e.lastNeed>2&&t.length>2&&128!==(192&t[2]))return e.lastNeed=2,"\ufffd"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function l(e,t){if((e.length-t)%2===0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function c(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function d(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function u(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function _(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.StringDecoder=i,i.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},i.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"\ufffd":t},i.prototype.text=function(e,t){var n=function(e,t,n){var r=t.length-1;if(r<n)return 0;var a=o(t[r]);if(a>=0)return a>0&&(e.lastNeed=a-1),a;if(--r<n||-2===a)return 0;if((a=o(t[r]))>=0)return a>0&&(e.lastNeed=a-2),a;if(--r<n||-2===a)return 0;if((a=o(t[r]))>=0)return a>0&&(2===a?a=0:e.lastNeed=a-3),a;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},i.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},"../node_modules/string_decoder/node_modules/safe-buffer/index.js":function(e,t,n){var r=n("../node_modules/buffer/index.js"),a=r.Buffer;function i(e,t){for(var n in e)t[n]=e[n]}function o(e,t,n){return a(e,t,n)}a.from&&a.alloc&&a.allocUnsafe&&a.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=o),i(a,o),o.from=function(e,t,n){if("number"===typeof e)throw new TypeError("Argument must not be a number");return a(e,t,n)},o.alloc=function(e,t,n){if("number"!==typeof e)throw new TypeError("Argument must be a number");var r=a(e);return void 0!==t?"string"===typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},o.allocUnsafe=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return a(e)},o.allocUnsafeSlow=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},"../node_modules/styled-components/dist/styled-components.browser.esm.js":function(e,t,n){"use strict";(function(e){n.d(t,"b",(function(){return tt})),n.d(t,"c",(function(){return Se})),n.d(t,"e",(function(){return rt})),n.d(t,"a",(function(){return qe}));var r=n("../node_modules/stylis/stylis.min.js"),a=n.n(r),i=n("../node_modules/stylis-rule-sheet/index.js"),o=n.n(i),s=n("../node_modules/react/index.js"),l=n.n(s),c=n("../node_modules/@emotion/unitless/dist/unitless.browser.esm.js"),d=n("../node_modules/react-is/index.js"),u=n("../node_modules/memoize-one/dist/memoize-one.esm.js"),_=n("../node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js"),p=n("../node_modules/merge-anything/dist/index.esm.js"),m=function(e,t){for(var n=[e[0]],r=0,a=t.length;r<a;r+=1)n.push(t[r],e[r+1]);return n},g="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},h=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),E=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},S=function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},b=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!==typeof t&&"function"!==typeof t?e:t},T=function(e){return"object"===("undefined"===typeof e?"undefined":g(e))&&e.constructor===Object},v=Object.freeze([]),y=Object.freeze({});function C(e){return"function"===typeof e}function O(e){return e.displayName||e.name||"Component"}function N(e){return e&&"string"===typeof e.styledComponentId}var R="undefined"!==typeof e&&(Object({NODE_ENV:"production",PUBLIC_URL:"/"}).REACT_APP_SC_ATTR||Object({NODE_ENV:"production",PUBLIC_URL:"/"}).SC_ATTR)||"data-styled",I="undefined"!==typeof window&&"HTMLElement"in window,A="boolean"===typeof SC_DISABLE_SPEEDY&&SC_DISABLE_SPEEDY||"undefined"!==typeof e&&(Object({NODE_ENV:"production",PUBLIC_URL:"/"}).REACT_APP_SC_DISABLE_SPEEDY||Object({NODE_ENV:"production",PUBLIC_URL:"/"}).SC_DISABLE_SPEEDY)||!1,w={};var x=function(e){function t(n){f(this,t);for(var r=arguments.length,a=Array(r>1?r-1:0),i=1;i<r;i++)a[i-1]=arguments[i];var o=b(this,e.call(this,"An error occurred. See https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/errors.md#"+n+" for more information."+(a.length>0?" Additional arguments: "+a.join(", "):"")));return b(o)}return S(t,e),t}(Error),D=/^[^\S\n]*?\/\* sc-component-id:\s*(\S+)\s+\*\//gm,M=function(e){var t=""+(e||""),n=[];return t.replace(D,(function(e,t,r){return n.push({componentId:t,matchIndex:r}),e})),n.map((function(e,r){var a=e.componentId,i=e.matchIndex,o=n[r+1];return{componentId:a,cssFromDOM:o?t.slice(i,o.matchIndex):t.slice(i)}}))},L=/^\s*\/\/.*$/gm,P=new a.a({global:!1,cascade:!0,keyframe:!1,prefix:!1,compress:!1,semicolon:!0}),k=new a.a({global:!1,cascade:!0,keyframe:!1,prefix:!0,compress:!1,semicolon:!1}),j=[],U=function(e){if(-2===e){var t=j;return j=[],t}},F=o()((function(e){j.push(e)})),B=void 0,G=void 0,Y=void 0,H=function(e,t,n){return t>0&&-1!==n.slice(0,t).indexOf(G)&&n.slice(t-G.length,t)!==G?"."+B:e};k.use([function(e,t,n){2===e&&n.length&&n[0].lastIndexOf(G)>0&&(n[0]=n[0].replace(Y,H))},F,U]),P.use([F,U]);var V=function(e){return P("",e)};function z(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"&",a=e.join("").replace(L,""),i=t&&n?n+" "+t+" { "+a+" }":a;return B=r,G=t,Y=new RegExp("\\"+G+"\\b","g"),k(n||!t?"":t,i)}var q=function(){return n.nc},W=function(e,t,n){n&&((e[t]||(e[t]=Object.create(null)))[n]=!0)},K=function(e,t){e[t]=Object.create(null)},Q=function(e){return function(t,n){return void 0!==e[t]&&e[t][n]}},$=function(e){var t="";for(var n in e)t+=Object.keys(e[n]).join(" ")+" ";return t.trim()},X=function(e){if(e.sheet)return e.sheet;for(var t=document.styleSheets.length,n=0;n<t;n+=1){var r=document.styleSheets[n];if(r.ownerNode===e)return r}throw new x(10)},Z=function(e,t,n){if(!t)return!1;var r=e.cssRules.length;try{e.insertRule(t,n<=r?n:r)}catch(a){return!1}return!0},J=function(e){return"\n/* sc-component-id: "+e+" */\n"},ee=function(e,t){for(var n=0,r=0;r<=t;r+=1)n+=e[r];return n},te=function(e,t){return function(n){var r=q();return"<style "+[r&&'nonce="'+r+'"',R+'="'+$(t)+'"','data-styled-version="4.3.1"',n].filter(Boolean).join(" ")+">"+e()+"</style>"}},ne=function(e,t){return function(){var n,r=((n={})[R]=$(t),n["data-styled-version"]="4.3.1",n),a=q();return a&&(r.nonce=a),l.a.createElement("style",E({},r,{dangerouslySetInnerHTML:{__html:e()}}))}},re=function(e){return function(){return Object.keys(e)}},ae=function(e){return document.createTextNode(J(e))},ie=function e(t,n){var r=void 0===t?Object.create(null):t,a=void 0===n?Object.create(null):n,i=function(e){var t=a[e];return void 0!==t?t:a[e]=[""]},o=function(){var e="";for(var t in a){var n=a[t][0];n&&(e+=J(t)+n)}return e};return{clone:function(){var t=function(e){var t=Object.create(null);for(var n in e)t[n]=E({},e[n]);return t}(r),n=Object.create(null);for(var i in a)n[i]=[a[i][0]];return e(t,n)},css:o,getIds:re(a),hasNameForId:Q(r),insertMarker:i,insertRules:function(e,t,n){i(e)[0]+=t.join(" "),W(r,e,n)},removeRules:function(e){var t=a[e];void 0!==t&&(t[0]="",K(r,e))},sealed:!1,styleTag:null,toElement:ne(o,r),toHTML:te(o,r)}},oe=function(e,t,n,r,a){if(I&&!n){var i=function(e,t,n){var r=document.createElement("style");r.setAttribute(R,""),r.setAttribute("data-styled-version","4.3.1");var a=q();if(a&&r.setAttribute("nonce",a),r.appendChild(document.createTextNode("")),e&&!t)e.appendChild(r);else{if(!t||!e||!t.parentNode)throw new x(6);t.parentNode.insertBefore(r,n?t:t.nextSibling)}return r}(e,t,r);return A?function(e,t){var n=Object.create(null),r=Object.create(null),a=void 0!==t,i=!1,o=function(t){var a=r[t];return void 0!==a?a:(r[t]=ae(t),e.appendChild(r[t]),n[t]=Object.create(null),r[t])},s=function(){var e="";for(var t in r)e+=r[t].data;return e};return{clone:function(){throw new x(5)},css:s,getIds:re(r),hasNameForId:Q(n),insertMarker:o,insertRules:function(e,r,s){for(var l=o(e),c=[],d=r.length,u=0;u<d;u+=1){var _=r[u],p=a;if(p&&-1!==_.indexOf("@import"))c.push(_);else{p=!1;var m=u===d-1?"":" ";l.appendData(""+_+m)}}W(n,e,s),a&&c.length>0&&(i=!0,t().insertRules(e+"-import",c))},removeRules:function(o){var s=r[o];if(void 0!==s){var l=ae(o);e.replaceChild(l,s),r[o]=l,K(n,o),a&&i&&t().removeRules(o+"-import")}},sealed:!1,styleTag:e,toElement:ne(s,n),toHTML:te(s,n)}}(i,a):function(e,t){var n=Object.create(null),r=Object.create(null),a=[],i=void 0!==t,o=!1,s=function(e){var t=r[e];return void 0!==t?t:(r[e]=a.length,a.push(0),K(n,e),r[e])},l=function(){var t=X(e).cssRules,n="";for(var i in r){n+=J(i);for(var o=r[i],s=ee(a,o),l=s-a[o];l<s;l+=1){var c=t[l];void 0!==c&&(n+=c.cssText)}}return n};return{clone:function(){throw new x(5)},css:l,getIds:re(r),hasNameForId:Q(n),insertMarker:s,insertRules:function(r,l,c){for(var d=s(r),u=X(e),_=ee(a,d),p=0,m=[],g=l.length,f=0;f<g;f+=1){var h=l[f],E=i;E&&-1!==h.indexOf("@import")?m.push(h):Z(u,h,_+p)&&(E=!1,p+=1)}i&&m.length>0&&(o=!0,t().insertRules(r+"-import",m)),a[d]+=p,W(n,r,c)},removeRules:function(s){var l=r[s];if(void 0!==l){var c=a[l];!function(e,t,n){for(var r=t-n,a=t;a>r;a-=1)e.deleteRule(a)}(X(e),ee(a,l)-1,c),a[l]=0,K(n,s),i&&o&&t().removeRules(s+"-import")}},sealed:!1,styleTag:e,toElement:ne(l,n),toHTML:te(l,n)}}(i,a)}return ie()},se=/\s+/,le=void 0;le=I?A?40:1e3:-1;var ce=0,de=void 0,ue=function(){function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:I?document.head:null,r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];f(this,e),this.getImportRuleTag=function(){var e=t.importRuleTag;if(void 0!==e)return e;var n=t.tags[0];return t.importRuleTag=oe(t.target,n?n.styleTag:null,t.forceServer,!0)},ce+=1,this.id=ce,this.forceServer=r,this.target=r?null:n,this.tagMap={},this.deferred={},this.rehydratedNames={},this.ignoreRehydratedNames={},this.tags=[],this.capacity=1,this.clones=[]}return e.prototype.rehydrate=function(){if(!I||this.forceServer)return this;var e=[],t=[],n=!1,r=document.querySelectorAll("style["+R+'][data-styled-version="4.3.1"]'),a=r.length;if(!a)return this;for(var i=0;i<a;i+=1){var o=r[i];n||(n=!!o.getAttribute("data-styled-streamed"));for(var s,l=(o.getAttribute(R)||"").trim().split(se),c=l.length,d=0;d<c;d+=1)s=l[d],this.rehydratedNames[s]=!0;t.push.apply(t,M(o.textContent)),e.push(o)}var u=t.length;if(!u)return this;var _=this.makeTag(null);!function(e,t,n){for(var r=0,a=n.length;r<a;r+=1){var i=n[r],o=i.componentId,s=i.cssFromDOM,l=V(s);e.insertRules(o,l)}for(var c=0,d=t.length;c<d;c+=1){var u=t[c];u.parentNode&&u.parentNode.removeChild(u)}}(_,e,t),this.capacity=Math.max(1,le-u),this.tags.push(_);for(var p=0;p<u;p+=1)this.tagMap[t[p].componentId]=_;return this},e.reset=function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];de=new e(void 0,t).rehydrate()},e.prototype.clone=function(){var t=new e(this.target,this.forceServer);return this.clones.push(t),t.tags=this.tags.map((function(e){for(var n=e.getIds(),r=e.clone(),a=0;a<n.length;a+=1)t.tagMap[n[a]]=r;return r})),t.rehydratedNames=E({},this.rehydratedNames),t.deferred=E({},this.deferred),t},e.prototype.sealAllTags=function(){this.capacity=1,this.tags.forEach((function(e){e.sealed=!0}))},e.prototype.makeTag=function(e){var t=e?e.styleTag:null;return oe(this.target,t,this.forceServer,!1,this.getImportRuleTag)},e.prototype.getTagForId=function(e){var t=this.tagMap[e];if(void 0!==t&&!t.sealed)return t;var n=this.tags[this.tags.length-1];return this.capacity-=1,0===this.capacity&&(this.capacity=le,n=this.makeTag(n),this.tags.push(n)),this.tagMap[e]=n},e.prototype.hasId=function(e){return void 0!==this.tagMap[e]},e.prototype.hasNameForId=function(e,t){if(void 0===this.ignoreRehydratedNames[e]&&this.rehydratedNames[t])return!0;var n=this.tagMap[e];return void 0!==n&&n.hasNameForId(e,t)},e.prototype.deferredInject=function(e,t){if(void 0===this.tagMap[e]){for(var n=this.clones,r=0;r<n.length;r+=1)n[r].deferredInject(e,t);this.getTagForId(e).insertMarker(e),this.deferred[e]=t}},e.prototype.inject=function(e,t,n){for(var r=this.clones,a=0;a<r.length;a+=1)r[a].inject(e,t,n);var i=this.getTagForId(e);if(void 0!==this.deferred[e]){var o=this.deferred[e].concat(t);i.insertRules(e,o,n),this.deferred[e]=void 0}else i.insertRules(e,t,n)},e.prototype.remove=function(e){var t=this.tagMap[e];if(void 0!==t){for(var n=this.clones,r=0;r<n.length;r+=1)n[r].remove(e);t.removeRules(e),this.ignoreRehydratedNames[e]=!0,this.deferred[e]=void 0}},e.prototype.toHTML=function(){return this.tags.map((function(e){return e.toHTML()})).join("")},e.prototype.toReactElements=function(){var e=this.id;return this.tags.map((function(t,n){var r="sc-"+e+"-"+n;return Object(s.cloneElement)(t.toElement(),{key:r})}))},h(e,null,[{key:"master",get:function(){return de||(de=(new e).rehydrate())}},{key:"instance",get:function(){return e.master}}]),e}(),_e=function(){function e(t,n){var r=this;f(this,e),this.inject=function(e){e.hasNameForId(r.id,r.name)||e.inject(r.id,r.rules,r.name)},this.toString=function(){throw new x(12,String(r.name))},this.name=t,this.rules=n,this.id="sc-keyframes-"+t}return e.prototype.getName=function(){return this.name},e}(),pe=/([A-Z])/g,me=/^ms-/;function ge(e){return e.replace(pe,"-$1").toLowerCase().replace(me,"-ms-")}var fe=function(e){return void 0===e||null===e||!1===e||""===e},he=function e(t,n){var r=[];return Object.keys(t).forEach((function(n){if(!fe(t[n])){if(T(t[n]))return r.push.apply(r,e(t[n],n)),r;if(C(t[n]))return r.push(ge(n)+":",t[n],";"),r;r.push(ge(n)+": "+(a=n,(null==(i=t[n])||"boolean"===typeof i||""===i?"":"number"!==typeof i||0===i||a in c.a?String(i).trim():i+"px")+";"))}var a,i;return r})),n?[n+" {"].concat(r,["}"]):r};function Ee(e,t,n){if(Array.isArray(e)){for(var r,a=[],i=0,o=e.length;i<o;i+=1)null!==(r=Ee(e[i],t,n))&&(Array.isArray(r)?a.push.apply(a,r):a.push(r));return a}return fe(e)?null:N(e)?"."+e.styledComponentId:C(e)?"function"!==typeof(s=e)||s.prototype&&s.prototype.isReactComponent||!t?e:Ee(e(t),t,n):e instanceof _e?n?(e.inject(n),e.getName()):e:T(e)?he(e):e.toString();var s}function Se(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return C(e)||T(e)?Ee(m(v,[e].concat(n))):Ee(m(e,n))}function be(e){for(var t,n=0|e.length,r=0|n,a=0;n>=4;)t=1540483477*(65535&(t=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),n-=4,++a;switch(n){case 3:r^=(255&e.charCodeAt(a+2))<<16;case 2:r^=(255&e.charCodeAt(a+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(a)))+((1540483477*(r>>>16)&65535)<<16)}return((r=1540483477*(65535&(r^=r>>>13))+((1540483477*(r>>>16)&65535)<<16))^r>>>15)>>>0}var Te=function(e){return String.fromCharCode(e+(e>25?39:97))};function ve(e){var t="",n=void 0;for(n=e;n>52;n=Math.floor(n/52))t=Te(n%52)+t;return Te(n%52)+t}function ye(e,t){for(var n=0;n<e.length;n+=1){var r=e[n];if(Array.isArray(r)&&!ye(r,t))return!1;if(C(r)&&!N(r))return!1}return!t.some((function(e){return C(e)||function(e){for(var t in e)if(C(e[t]))return!0;return!1}(e)}))}var Ce,Oe=function(e){return ve(be(e))},Ne=function(){function e(t,n,r){f(this,e),this.rules=t,this.isStatic=ye(t,n),this.componentId=r,ue.master.hasId(r)||ue.master.deferredInject(r,[])}return e.prototype.generateAndInjectStyles=function(e,t){var n=this.isStatic,r=this.componentId,a=this.lastClassName;if(I&&n&&"string"===typeof a&&t.hasNameForId(r,a))return a;var i=Ee(this.rules,e,t),o=Oe(this.componentId+i.join(""));return t.hasNameForId(r,o)||t.inject(this.componentId,z(i,"."+o,void 0,r),o),this.lastClassName=o,o},e.generateName=function(e){return Oe(e)},e}(),Re=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:y,r=!!n&&e.theme===n.theme,a=e.theme&&!r?e.theme:t||n.theme;return a},Ie=/[[\].#*$><+~=|^:(),"'`-]+/g,Ae=/(^-|-$)/g;function we(e){return e.replace(Ie,"-").replace(Ae,"")}function xe(e){return"string"===typeof e&&!0}var De={childContextTypes:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDerivedStateFromProps:!0,propTypes:!0,type:!0},Me={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},Le=((Ce={})[d.ForwardRef]={$$typeof:!0,render:!0},Ce),Pe=Object.defineProperty,ke=Object.getOwnPropertyNames,je=Object.getOwnPropertySymbols,Ue=void 0===je?function(){return[]}:je,Fe=Object.getOwnPropertyDescriptor,Be=Object.getPrototypeOf,Ge=Object.prototype,Ye=Array.prototype;function He(e,t,n){if("string"!==typeof t){var r=Be(t);r&&r!==Ge&&He(e,r,n);for(var a=Ye.concat(ke(t),Ue(t)),i=Le[e.$$typeof]||De,o=Le[t.$$typeof]||De,s=a.length,l=void 0,c=void 0;s--;)if(c=a[s],!Me[c]&&(!n||!n[c])&&(!o||!o[c])&&(!i||!i[c])&&(l=Fe(t,c)))try{Pe(e,c,l)}catch(d){}return e}return e}var Ve=Object(s.createContext)(),ze=Ve.Consumer,qe=function(e){function t(n){f(this,t);var r=b(this,e.call(this,n));return r.getContext=Object(u.a)(r.getContext.bind(r)),r.renderInner=r.renderInner.bind(r),r}return S(t,e),t.prototype.render=function(){return this.props.children?l.a.createElement(Ve.Consumer,null,this.renderInner):null},t.prototype.renderInner=function(e){var t=this.getContext(this.props.theme,e);return l.a.createElement(Ve.Provider,{value:t},l.a.Children.only(this.props.children))},t.prototype.getTheme=function(e,t){if(C(e))return e(t);if(null===e||Array.isArray(e)||"object"!==("undefined"===typeof e?"undefined":g(e)))throw new x(8);return E({},t,e)},t.prototype.getContext=function(e,t){return this.getTheme(e,t)},t}(s.Component),We=(function(){function e(){f(this,e),this.masterSheet=ue.master,this.instance=this.masterSheet.clone(),this.sealed=!1}e.prototype.seal=function(){if(!this.sealed){var e=this.masterSheet.clones.indexOf(this.instance);this.masterSheet.clones.splice(e,1),this.sealed=!0}},e.prototype.collectStyles=function(e){if(this.sealed)throw new x(2);return l.a.createElement(Qe,{sheet:this.instance},e)},e.prototype.getStyleTags=function(){return this.seal(),this.instance.toHTML()},e.prototype.getStyleElement=function(){return this.seal(),this.instance.toReactElements()},e.prototype.interleaveWithNodeStream=function(e){throw new x(3)}}(),Object(s.createContext)()),Ke=We.Consumer,Qe=function(e){function t(n){f(this,t);var r=b(this,e.call(this,n));return r.getContext=Object(u.a)(r.getContext),r}return S(t,e),t.prototype.getContext=function(e,t){if(e)return e;if(t)return new ue(t);throw new x(4)},t.prototype.render=function(){var e=this.props,t=e.children,n=e.sheet,r=e.target;return l.a.createElement(We.Provider,{value:this.getContext(n,r)},t)},t}(s.Component),$e={};var Xe=function(e){function t(){f(this,t);var n=b(this,e.call(this));return n.attrs={},n.renderOuter=n.renderOuter.bind(n),n.renderInner=n.renderInner.bind(n),n}return S(t,e),t.prototype.render=function(){return l.a.createElement(Ke,null,this.renderOuter)},t.prototype.renderOuter=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ue.master;return this.styleSheet=e,this.props.forwardedComponent.componentStyle.isStatic?this.renderInner():l.a.createElement(ze,null,this.renderInner)},t.prototype.renderInner=function(e){var t=this.props.forwardedComponent,n=t.componentStyle,r=t.defaultProps,a=(t.displayName,t.foldedComponentIds),i=t.styledComponentId,o=t.target,l=void 0;l=n.isStatic?this.generateAndInjectStyles(y,this.props):this.generateAndInjectStyles(Re(this.props,e,r)||y,this.props);var c=this.props.as||this.attrs.as||o,d=xe(c),u={},p=E({},this.attrs,this.props),m=void 0;for(m in p)"forwardedComponent"!==m&&"as"!==m&&("forwardedRef"===m?u.ref=p[m]:"forwardedAs"===m?u.as=p[m]:d&&!Object(_.a)(m)||(u[m]=p[m]));return this.props.style&&this.attrs.style&&(u.style=E({},this.attrs.style,this.props.style)),u.className=Array.prototype.concat(a,this.props.className,i,this.attrs.className,l).filter(Boolean).join(" "),Object(s.createElement)(c,u)},t.prototype.buildExecutionContext=function(e,t,n){var r=this,a=E({},t,{theme:e});return n.length?(this.attrs={},n.forEach((function(e){var t,n=e,i=!1,o=void 0,s=void 0;for(s in C(n)&&(n=n(a),i=!0),n)o=n[s],i||!C(o)||(t=o)&&t.prototype&&t.prototype.isReactComponent||N(o)||(o=o(a)),r.attrs[s]=o,a[s]=o})),a):a},t.prototype.generateAndInjectStyles=function(e,t){var n=t.forwardedComponent,r=n.attrs,a=n.componentStyle;n.warnTooManyClasses;return a.isStatic&&!r.length?a.generateAndInjectStyles(y,this.styleSheet):a.generateAndInjectStyles(this.buildExecutionContext(e,t,r),this.styleSheet)},t}(s.Component);function Ze(e,t,n){var r=N(e),a=!xe(e),i=t.displayName,o=void 0===i?function(e){return xe(e)?"styled."+e:"Styled("+O(e)+")"}(e):i,s=t.componentId,c=void 0===s?function(e,t,n){var r="string"!==typeof t?"sc":we(t),a=($e[r]||0)+1;$e[r]=a;var i=r+"-"+e.generateName(r+a);return n?n+"-"+i:i}(Ne,t.displayName,t.parentComponentId):s,d=t.ParentComponent,u=void 0===d?Xe:d,_=t.attrs,m=void 0===_?v:_,g=t.displayName&&t.componentId?we(t.displayName)+"-"+t.componentId:t.componentId||c,f=r&&e.attrs?Array.prototype.concat(e.attrs,m).filter(Boolean):m,h=new Ne(r?e.componentStyle.rules.concat(n):n,f,g),S=void 0,b=function(e,t){return l.a.createElement(u,E({},e,{forwardedComponent:S,forwardedRef:t}))};return b.displayName=o,(S=l.a.forwardRef(b)).displayName=o,S.attrs=f,S.componentStyle=h,S.foldedComponentIds=r?Array.prototype.concat(e.foldedComponentIds,e.styledComponentId):v,S.styledComponentId=g,S.target=r?e.target:e,S.withComponent=function(e){var r=t.componentId,a=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}(t,["componentId"]),i=r&&r+"-"+(xe(e)?e:we(O(e)));return Ze(e,E({},a,{attrs:f,componentId:i,ParentComponent:u}),n)},Object.defineProperty(S,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(t){this._foldedDefaultProps=r?Object(p.a)(e.defaultProps,t):t}}),S.toString=function(){return"."+S.styledComponentId},a&&He(S,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,styledComponentId:!0,target:!0,withComponent:!0}),S}var Je=function(e){return function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:y;if(!Object(d.isValidElementType)(n))throw new x(1,String(n));var a=function(){return t(n,r,Se.apply(void 0,arguments))};return a.withConfig=function(a){return e(t,n,E({},r,a))},a.attrs=function(a){return e(t,n,E({},r,{attrs:Array.prototype.concat(r.attrs,a).filter(Boolean)}))},a}(Ze,e)};["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){Je[e]=Je(e)}));var et=function(){function e(t,n){f(this,e),this.rules=t,this.componentId=n,this.isStatic=ye(t,v),ue.master.hasId(n)||ue.master.deferredInject(n,[])}return e.prototype.createStyles=function(e,t){var n=z(Ee(this.rules,e,t),"");t.inject(this.componentId,n)},e.prototype.removeStyles=function(e){var t=this.componentId;e.hasId(t)&&e.remove(t)},e.prototype.renderStyles=function(e,t){this.removeStyles(t),this.createStyles(e,t)},e}();function tt(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var a=Se.apply(void 0,[e].concat(n)),i="sc-global-"+be(JSON.stringify(a)),o=new et(a,i),s=function(e){function t(n){f(this,t);var r=b(this,e.call(this,n)),a=r.constructor,i=a.globalStyle,o=a.styledComponentId;return I&&(window.scCGSHMRCache[o]=(window.scCGSHMRCache[o]||0)+1),r.state={globalStyle:i,styledComponentId:o},r}return S(t,e),t.prototype.componentWillUnmount=function(){window.scCGSHMRCache[this.state.styledComponentId]&&(window.scCGSHMRCache[this.state.styledComponentId]-=1),0===window.scCGSHMRCache[this.state.styledComponentId]&&this.state.globalStyle.removeStyles(this.styleSheet)},t.prototype.render=function(){var e=this;return l.a.createElement(Ke,null,(function(t){e.styleSheet=t||ue.master;var n=e.state.globalStyle;return n.isStatic?(n.renderStyles(w,e.styleSheet),null):l.a.createElement(ze,null,(function(t){var r=e.constructor.defaultProps,a=E({},e.props);return"undefined"!==typeof t&&(a.theme=Re(e.props,t,r)),n.renderStyles(a,e.styleSheet),null}))}))},t}(l.a.Component);return s.globalStyle=o,s.styledComponentId=i,s}I&&(window.scCGSHMRCache={});var nt=function(e){return e.replace(/\s|\\n/g,"")};function rt(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var a=Se.apply(void 0,[e].concat(n)),i=ve(be(nt(JSON.stringify(a))));return new _e(i,z(a,i,"@keyframes"))}t.d=Je}).call(this,n("../node_modules/process/browser.js"))},"../node_modules/stylis-rule-sheet/index.js":function(e,t,n){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(n){}}return function(n,r,a,i,o,s,l,c,d,u){switch(n){case 1:if(0===d&&64===r.charCodeAt(0))return e(r+";"),"";break;case 2:if(0===c)return r+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(a[0]+r),"";default:return r+(0===u?"/*|*/":"")}case-2:r.split("/*|*/}").forEach(t)}}}}()},"../node_modules/stylis/stylis.min.js":function(e,t,n){e.exports=function e(t){"use strict";var n=/^\0+/g,r=/[\0\r\f]/g,a=/: */g,i=/zoo|gra/,o=/([,: ])(transform)/g,s=/,+\s*(?![^(]*[)])/g,l=/ +\s*(?![^(]*[)])/g,c=/ *[\0] */g,d=/,\r+?/g,u=/([\t\r\n ])*\f?&/g,_=/:global\(((?:[^\(\)\[\]]*|\[.*\]|\([^\(\)]*\))*)\)/g,p=/\W+/g,m=/@(k\w+)\s*(\S*)\s*/,g=/::(place)/g,f=/:(read-only)/g,h=/\s+(?=[{\];=:>])/g,E=/([[}=:>])\s+/g,S=/(\{[^{]+?);(?=\})/g,b=/\s{2,}/g,T=/([^\(])(:+) */g,v=/[svh]\w+-[tblr]{2}/,y=/\(\s*(.*)\s*\)/g,C=/([\s\S]*?);/g,O=/-self|flex-/g,N=/[^]*?(:[rp][el]a[\w-]+)[^]*/,R=/stretch|:\s*\w+\-(?:conte|avail)/,I=/([^-])(image-set\()/,A="-webkit-",w="-moz-",x="-ms-",D=59,M=125,L=123,P=40,k=41,j=10,U=13,F=32,B=45,G=42,Y=44,H=58,V=47,z=1,q=1,W=0,K=1,Q=1,$=1,X=0,Z=0,J=0,ee=[],te=[],ne=0,re=null,ae=0,ie=1,oe="",se="",le="";function ce(e,t,a,i,o){for(var s,l,d=0,u=0,_=0,p=0,h=0,E=0,S=0,b=0,v=0,C=0,O=0,N=0,R=0,I=0,w=0,x=0,X=0,te=0,re=0,ue=a.length,he=ue-1,Ee="",Se="",be="",Te="",ve="",ye="";w<ue;){if(S=a.charCodeAt(w),w===he&&u+p+_+d!==0&&(0!==u&&(S=u===V?j:V),p=_=d=0,ue++,he++),u+p+_+d===0){if(w===he&&(x>0&&(Se=Se.replace(r,"")),Se.trim().length>0)){switch(S){case F:case 9:case D:case U:case j:break;default:Se+=a.charAt(w)}S=D}if(1===X)switch(S){case L:case M:case D:case 34:case 39:case P:case k:case Y:X=0;case 9:case U:case j:case F:break;default:for(X=0,re=w,h=S,w--,S=D;re<ue;)switch(a.charCodeAt(re++)){case j:case U:case D:++w,S=h,re=ue;break;case H:x>0&&(++w,S=h);case L:re=ue}}switch(S){case L:for(h=(Se=Se.trim()).charCodeAt(0),O=1,re=++w;w<ue;){switch(S=a.charCodeAt(w)){case L:O++;break;case M:O--;break;case V:switch(E=a.charCodeAt(w+1)){case G:case V:w=fe(E,w,he,a)}break;case 91:S++;case P:S++;case 34:case 39:for(;w++<he&&a.charCodeAt(w)!==S;);}if(0===O)break;w++}switch(be=a.substring(re,w),0===h&&(h=(Se=Se.replace(n,"").trim()).charCodeAt(0)),h){case 64:switch(x>0&&(Se=Se.replace(r,"")),E=Se.charCodeAt(1)){case 100:case 109:case 115:case B:s=t;break;default:s=ee}if(re=(be=ce(t,s,be,E,o+1)).length,J>0&&0===re&&(re=Se.length),ne>0&&(l=ge(3,be,s=de(ee,Se,te),t,q,z,re,E,o,i),Se=s.join(""),void 0!==l&&0===(re=(be=l.trim()).length)&&(E=0,be="")),re>0)switch(E){case 115:Se=Se.replace(y,me);case 100:case 109:case B:be=Se+"{"+be+"}";break;case 107:be=(Se=Se.replace(m,"$1 $2"+(ie>0?oe:"")))+"{"+be+"}",be=1===Q||2===Q&&pe("@"+be,3)?"@"+A+be+"@"+be:"@"+be;break;default:be=Se+be,112===i&&(Te+=be,be="")}else be="";break;default:be=ce(t,de(t,Se,te),be,i,o+1)}ve+=be,N=0,X=0,I=0,x=0,te=0,R=0,Se="",be="",S=a.charCodeAt(++w);break;case M:case D:if((re=(Se=(x>0?Se.replace(r,""):Se).trim()).length)>1)switch(0===I&&((h=Se.charCodeAt(0))===B||h>96&&h<123)&&(re=(Se=Se.replace(" ",":")).length),ne>0&&void 0!==(l=ge(1,Se,t,e,q,z,Te.length,i,o,i))&&0===(re=(Se=l.trim()).length)&&(Se="\0\0"),h=Se.charCodeAt(0),E=Se.charCodeAt(1),h){case 0:break;case 64:if(105===E||99===E){ye+=Se+a.charAt(w);break}default:if(Se.charCodeAt(re-1)===H)break;Te+=_e(Se,h,E,Se.charCodeAt(2))}N=0,X=0,I=0,x=0,te=0,Se="",S=a.charCodeAt(++w)}}switch(S){case U:case j:if(u+p+_+d+Z===0)switch(C){case k:case 39:case 34:case 64:case 126:case 62:case G:case 43:case V:case B:case H:case Y:case D:case L:case M:break;default:I>0&&(X=1)}u===V?u=0:K+N===0&&107!==i&&Se.length>0&&(x=1,Se+="\0"),ne*ae>0&&ge(0,Se,t,e,q,z,Te.length,i,o,i),z=1,q++;break;case D:case M:if(u+p+_+d===0){z++;break}default:switch(z++,Ee=a.charAt(w),S){case 9:case F:if(p+d+u===0)switch(b){case Y:case H:case 9:case F:Ee="";break;default:S!==F&&(Ee=" ")}break;case 0:Ee="\\0";break;case 12:Ee="\\f";break;case 11:Ee="\\v";break;case 38:p+u+d===0&&K>0&&(te=1,x=1,Ee="\f"+Ee);break;case 108:if(p+u+d+W===0&&I>0)switch(w-I){case 2:112===b&&a.charCodeAt(w-3)===H&&(W=b);case 8:111===v&&(W=v)}break;case H:p+u+d===0&&(I=w);break;case Y:u+_+p+d===0&&(x=1,Ee+="\r");break;case 34:case 39:0===u&&(p=p===S?0:0===p?S:p);break;case 91:p+u+_===0&&d++;break;case 93:p+u+_===0&&d--;break;case k:p+u+d===0&&_--;break;case P:if(p+u+d===0){if(0===N)switch(2*b+3*v){case 533:break;default:O=0,N=1}_++}break;case 64:u+_+p+d+I+R===0&&(R=1);break;case G:case V:if(p+d+_>0)break;switch(u){case 0:switch(2*S+3*a.charCodeAt(w+1)){case 235:u=V;break;case 220:re=w,u=G}break;case G:S===V&&b===G&&re+2!==w&&(33===a.charCodeAt(re+2)&&(Te+=a.substring(re,w+1)),Ee="",u=0)}}if(0===u){if(K+p+d+R===0&&107!==i&&S!==D)switch(S){case Y:case 126:case 62:case 43:case k:case P:if(0===N){switch(b){case 9:case F:case j:case U:Ee+="\0";break;default:Ee="\0"+Ee+(S===Y?"":"\0")}x=1}else switch(S){case P:I+7===w&&108===b&&(I=0),N=++O;break;case k:0==(N=--O)&&(x=1,Ee+="\0")}break;case 9:case F:switch(b){case 0:case L:case M:case D:case Y:case 12:case 9:case F:case j:case U:break;default:0===N&&(x=1,Ee+="\0")}}Se+=Ee,S!==F&&9!==S&&(C=S)}}v=b,b=S,w++}if(re=Te.length,J>0&&0===re&&0===ve.length&&0===t[0].length==0&&(109!==i||1===t.length&&(K>0?se:le)===t[0])&&(re=t.join(",").length+2),re>0){if(s=0===K&&107!==i?function(e){for(var t,n,a=0,i=e.length,o=Array(i);a<i;++a){for(var s=e[a].split(c),l="",d=0,u=0,_=0,p=0,m=s.length;d<m;++d)if(!(0===(u=(n=s[d]).length)&&m>1)){if(_=l.charCodeAt(l.length-1),p=n.charCodeAt(0),t="",0!==d)switch(_){case G:case 126:case 62:case 43:case F:case P:break;default:t=" "}switch(p){case 38:n=t+se;case 126:case 62:case 43:case F:case k:case P:break;case 91:n=t+n+se;break;case H:switch(2*n.charCodeAt(1)+3*n.charCodeAt(2)){case 530:if($>0){n=t+n.substring(8,u-1);break}default:(d<1||s[d-1].length<1)&&(n=t+se+n)}break;case Y:t="";default:n=u>1&&n.indexOf(":")>0?t+n.replace(T,"$1"+se+"$2"):t+n+se}l+=n}o[a]=l.replace(r,"").trim()}return o}(t):t,ne>0&&void 0!==(l=ge(2,Te,s,e,q,z,re,i,o,i))&&0===(Te=l).length)return ye+Te+ve;if(Te=s.join(",")+"{"+Te+"}",Q*W!=0){switch(2!==Q||pe(Te,2)||(W=0),W){case 111:Te=Te.replace(f,":-moz-$1")+Te;break;case 112:Te=Te.replace(g,"::"+A+"input-$1")+Te.replace(g,"::-moz-$1")+Te.replace(g,":-ms-input-$1")+Te}W=0}}return ye+Te+ve}function de(e,t,n){var r=t.trim().split(d),a=r,i=r.length,o=e.length;switch(o){case 0:case 1:for(var s=0,l=0===o?"":e[0]+" ";s<i;++s)a[s]=ue(l,a[s],n,o).trim();break;default:s=0;var c=0;for(a=[];s<i;++s)for(var u=0;u<o;++u)a[c++]=ue(e[u]+" ",r[s],n,o).trim()}return a}function ue(e,t,n,r){var a=t,i=a.charCodeAt(0);switch(i<33&&(i=(a=a.trim()).charCodeAt(0)),i){case 38:switch(K+r){case 0:case 1:if(0===e.trim().length)break;default:return a.replace(u,"$1"+e.trim())}break;case H:switch(a.charCodeAt(1)){case 103:if($>0&&K>0)return a.replace(_,"$1").replace(u,"$1"+le);break;default:return e.trim()+a.replace(u,"$1"+e.trim())}default:if(n*K>0&&a.indexOf("\f")>0)return a.replace(u,(e.charCodeAt(0)===H?"":"$1")+e.trim())}return e+a}function _e(e,t,n,r){var c,d=0,u=e+";",_=2*t+3*n+4*r;if(944===_)return function(e){var t=e.length,n=e.indexOf(":",9)+1,r=e.substring(0,n).trim(),a=e.substring(n,t-1).trim();switch(e.charCodeAt(9)*ie){case 0:break;case B:if(110!==e.charCodeAt(10))break;default:var i=a.split((a="",s)),o=0;for(n=0,t=i.length;o<t;n=0,++o){for(var c=i[o],d=c.split(l);c=d[n];){var u=c.charCodeAt(0);if(1===ie&&(u>64&&u<90||u>96&&u<123||95===u||u===B&&c.charCodeAt(1)!==B))switch(isNaN(parseFloat(c))+(-1!==c.indexOf("("))){case 1:switch(c){case"infinite":case"alternate":case"backwards":case"running":case"normal":case"forwards":case"both":case"none":case"linear":case"ease":case"ease-in":case"ease-out":case"ease-in-out":case"paused":case"reverse":case"alternate-reverse":case"inherit":case"initial":case"unset":case"step-start":case"step-end":break;default:c+=oe}}d[n++]=c}a+=(0===o?"":",")+d.join(" ")}}return a=r+a+";",1===Q||2===Q&&pe(a,1)?A+a+a:a}(u);if(0===Q||2===Q&&!pe(u,1))return u;switch(_){case 1015:return 97===u.charCodeAt(10)?A+u+u:u;case 951:return 116===u.charCodeAt(3)?A+u+u:u;case 963:return 110===u.charCodeAt(5)?A+u+u:u;case 1009:if(100!==u.charCodeAt(4))break;case 969:case 942:return A+u+u;case 978:return A+u+w+u+u;case 1019:case 983:return A+u+w+u+x+u+u;case 883:return u.charCodeAt(8)===B?A+u+u:u.indexOf("image-set(",11)>0?u.replace(I,"$1"+A+"$2")+u:u;case 932:if(u.charCodeAt(4)===B)switch(u.charCodeAt(5)){case 103:return A+"box-"+u.replace("-grow","")+A+u+x+u.replace("grow","positive")+u;case 115:return A+u+x+u.replace("shrink","negative")+u;case 98:return A+u+x+u.replace("basis","preferred-size")+u}return A+u+x+u+u;case 964:return A+u+x+"flex-"+u+u;case 1023:if(99!==u.charCodeAt(8))break;return c=u.substring(u.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),A+"box-pack"+c+A+u+x+"flex-pack"+c+u;case 1005:return i.test(u)?u.replace(a,":"+A)+u.replace(a,":"+w)+u:u;case 1e3:switch(d=(c=u.substring(13).trim()).indexOf("-")+1,c.charCodeAt(0)+c.charCodeAt(d)){case 226:c=u.replace(v,"tb");break;case 232:c=u.replace(v,"tb-rl");break;case 220:c=u.replace(v,"lr");break;default:return u}return A+u+x+c+u;case 1017:if(-1===u.indexOf("sticky",9))return u;case 975:switch(d=(u=e).length-10,_=(c=(33===u.charCodeAt(d)?u.substring(0,d):u).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|c.charCodeAt(7))){case 203:if(c.charCodeAt(8)<111)break;case 115:u=u.replace(c,A+c)+";"+u;break;case 207:case 102:u=u.replace(c,A+(_>102?"inline-":"")+"box")+";"+u.replace(c,A+c)+";"+u.replace(c,x+c+"box")+";"+u}return u+";";case 938:if(u.charCodeAt(5)===B)switch(u.charCodeAt(6)){case 105:return c=u.replace("-items",""),A+u+A+"box-"+c+x+"flex-"+c+u;case 115:return A+u+x+"flex-item-"+u.replace(O,"")+u;default:return A+u+x+"flex-line-pack"+u.replace("align-content","").replace(O,"")+u}break;case 973:case 989:if(u.charCodeAt(3)!==B||122===u.charCodeAt(4))break;case 931:case 953:if(!0===R.test(e))return 115===(c=e.substring(e.indexOf(":")+1)).charCodeAt(0)?_e(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):u.replace(c,A+c)+u.replace(c,w+c.replace("fill-",""))+u;break;case 962:if(u=A+u+(102===u.charCodeAt(5)?x+u:"")+u,n+r===211&&105===u.charCodeAt(13)&&u.indexOf("transform",10)>0)return u.substring(0,u.indexOf(";",27)+1).replace(o,"$1"+A+"$2")+u}return u}function pe(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10),a=e.substring(n+1,e.length-1);return re(2!==t?r:r.replace(N,"$1"),a,t)}function me(e,t){var n=_e(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(C," or ($1)").substring(4):"("+t+")"}function ge(e,t,n,r,a,i,o,s,l,c){for(var d,u=0,_=t;u<ne;++u)switch(d=te[u].call(Ee,e,_,n,r,a,i,o,s,l,c)){case void 0:case!1:case!0:case null:break;default:_=d}if(_!==t)return _}function fe(e,t,n,r){for(var a=t+1;a<n;++a)switch(r.charCodeAt(a)){case V:if(e===G&&r.charCodeAt(a-1)===G&&t+2!==a)return a+1;break;case j:if(e===V)return a+1}return a}function he(e){for(var t in e){var n=e[t];switch(t){case"keyframe":ie=0|n;break;case"global":$=0|n;break;case"cascade":K=0|n;break;case"compress":X=0|n;break;case"semicolon":Z=0|n;break;case"preserve":J=0|n;break;case"prefix":re=null,n?"function"!=typeof n?Q=1:(Q=2,re=n):Q=0}}return he}function Ee(t,n){if(void 0!==this&&this.constructor===Ee)return e(t);var a=t,i=a.charCodeAt(0);i<33&&(i=(a=a.trim()).charCodeAt(0)),ie>0&&(oe=a.replace(p,91===i?"":"-")),i=1,1===K?le=a:se=a;var o,s=[le];ne>0&&void 0!==(o=ge(-1,n,s,s,q,z,0,0,0,0))&&"string"==typeof o&&(n=o);var l=ce(ee,s,n,0,0);return ne>0&&void 0!==(o=ge(-2,l,s,s,q,z,l.length,0,0,0))&&"string"!=typeof(l=o)&&(i=0),oe="",le="",se="",W=0,q=1,z=1,X*i==0?l:l.replace(r,"").replace(h,"").replace(E,"$1").replace(S,"$1").replace(b," ")}return Ee.use=function e(t){switch(t){case void 0:case null:ne=te.length=0;break;default:if("function"==typeof t)te[ne++]=t;else if("object"==typeof t)for(var n=0,r=t.length;n<r;++n)e(t[n]);else ae=0|!!t}return e},Ee.set=he,void 0!==t&&he(t),Ee}(null)},"../node_modules/timers-browserify/main.js":function(e,t,n){(function(e){var r="undefined"!==typeof e&&e||"undefined"!==typeof self&&self||window,a=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(a.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(a.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n("../node_modules/setimmediate/setImmediate.js"),t.setImmediate="undefined"!==typeof self&&self.setImmediate||"undefined"!==typeof e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!==typeof self&&self.clearImmediate||"undefined"!==typeof e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/tslib/tslib.es6.js":function(e,t,n){"use strict";n.r(t),n.d(t,"__extends",(function(){return a})),n.d(t,"__assign",(function(){return i})),n.d(t,"__rest",(function(){return o})),n.d(t,"__decorate",(function(){return s})),n.d(t,"__param",(function(){return l})),n.d(t,"__metadata",(function(){return c})),n.d(t,"__awaiter",(function(){return d})),n.d(t,"__generator",(function(){return u})),n.d(t,"__createBinding",(function(){return _})),n.d(t,"__exportStar",(function(){return p})),n.d(t,"__values",(function(){return m})),n.d(t,"__read",(function(){return g})),n.d(t,"__spread",(function(){return f})),n.d(t,"__spreadArrays",(function(){return h})),n.d(t,"__await",(function(){return E})),n.d(t,"__asyncGenerator",(function(){return S})),n.d(t,"__asyncDelegator",(function(){return b})),n.d(t,"__asyncValues",(function(){return T})),n.d(t,"__makeTemplateObject",(function(){return v})),n.d(t,"__importStar",(function(){return y})),n.d(t,"__importDefault",(function(){return C})),n.d(t,"__classPrivateFieldGet",(function(){return O})),n.d(t,"__classPrivateFieldSet",(function(){return N}));var r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function a(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var i=function(){return(i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function o(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"===typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}function s(e,t,n,r){var a,i=arguments.length,o=i<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"===typeof Reflect&&"function"===typeof Reflect.decorate)o=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(o=(i<3?a(o):i>3?a(t,n,o):a(t,n))||o);return i>3&&o&&Object.defineProperty(t,n,o),o}function l(e,t){return function(n,r){t(n,r,e)}}function c(e,t){if("object"===typeof Reflect&&"function"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function d(e,t,n,r){return new(n||(n=Promise))((function(a,i){function o(e){try{l(r.next(e))}catch(t){i(t)}}function s(e){try{l(r.throw(e))}catch(t){i(t)}}function l(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}l((r=r.apply(e,t||[])).next())}))}function u(e,t){var n,r,a,i,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"===typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(a=2&i[0]?r.return:i[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,i[1])).done)return a;switch(r=0,a&&(i=[2&i[0],a.value]),i[0]){case 0:case 1:a=i;break;case 4:return o.label++,{value:i[1],done:!1};case 5:o.label++,r=i[1],i=[0];continue;case 7:i=o.ops.pop(),o.trys.pop();continue;default:if(!(a=(a=o.trys).length>0&&a[a.length-1])&&(6===i[0]||2===i[0])){o=0;continue}if(3===i[0]&&(!a||i[1]>a[0]&&i[1]<a[3])){o.label=i[1];break}if(6===i[0]&&o.label<a[1]){o.label=a[1],a=i;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(i);break}a[2]&&o.ops.pop(),o.trys.pop();continue}i=t.call(e,o)}catch(s){i=[6,s],r=0}finally{n=a=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function _(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}function p(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||(t[n]=e[n])}function m(e){var t="function"===typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"===typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function g(e,t){var n="function"===typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,a,i=n.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)o.push(r.value)}catch(s){a={error:s}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(a)throw a.error}}return o}function f(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(g(arguments[t]));return e}function h(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),a=0;for(t=0;t<n;t++)for(var i=arguments[t],o=0,s=i.length;o<s;o++,a++)r[a]=i[o];return r}function E(e){return this instanceof E?(this.v=e,this):new E(e)}function S(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,a=n.apply(e,t||[]),i=[];return r={},o("next"),o("throw"),o("return"),r[Symbol.asyncIterator]=function(){return this},r;function o(e){a[e]&&(r[e]=function(t){return new Promise((function(n,r){i.push([e,t,n,r])>1||s(e,t)}))})}function s(e,t){try{(n=a[e](t)).value instanceof E?Promise.resolve(n.value.v).then(l,c):d(i[0][2],n)}catch(r){d(i[0][3],r)}var n}function l(e){s("next",e)}function c(e){s("throw",e)}function d(e,t){e(t),i.shift(),i.length&&s(i[0][0],i[0][1])}}function b(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,a){t[r]=e[r]?function(t){return(n=!n)?{value:E(e[r](t)),done:"return"===r}:a?a(t):t}:a}}function T(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=m(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,a){(function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)})(r,a,(t=e[n](t)).done,t.value)}))}}}function v(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}function y(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function C(e){return e&&e.__esModule?e:{default:e}}function O(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)}function N(e,t,n){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,n),n}},"../node_modules/ulid/dist/index.esm.js":function(e,t,n){"use strict";function r(e){var t=new Error(e);return t.source="ulid",t}n.r(t),n.d(t,"replaceCharAt",(function(){return s})),n.d(t,"incrementBase32",(function(){return l})),n.d(t,"randomChar",(function(){return c})),n.d(t,"encodeTime",(function(){return d})),n.d(t,"encodeRandom",(function(){return u})),n.d(t,"decodeTime",(function(){return _})),n.d(t,"detectPrng",(function(){return p})),n.d(t,"factory",(function(){return m})),n.d(t,"monotonicFactory",(function(){return g})),n.d(t,"ulid",(function(){return f}));var a="0123456789ABCDEFGHJKMNPQRSTVWXYZ",i=a.length,o=Math.pow(2,48)-1;function s(e,t,n){return t>e.length-1?e:e.substr(0,t)+n+e.substr(t+1)}function l(e){for(var t=void 0,n=e.length,o=void 0,l=void 0,c=i-1;!t&&n-- >=0;){if(o=e[n],-1===(l=a.indexOf(o)))throw r("incorrectly encoded string");l!==c?t=s(e,n,a[l+1]):e=s(e,n,a[0])}if("string"===typeof t)return t;throw r("cannot increment this string")}function c(e){var t=Math.floor(e()*i);return t===i&&(t=i-1),a.charAt(t)}function d(e,t){if(isNaN(e))throw new Error(e+" must be a number");if(e>o)throw r("cannot encode time greater than "+o);if(e<0)throw r("time must be positive");if(!1===Number.isInteger(e))throw r("time must be an integer");for(var n=void 0,s="";t>0;t--)s=a.charAt(n=e%i)+s,e=(e-n)/i;return s}function u(e,t){for(var n="";e>0;e--)n=c(t)+n;return n}function _(e){if(26!==e.length)throw r("malformed ulid");var t=e.substr(0,10).split("").reverse().reduce((function(e,t,n){var o=a.indexOf(t);if(-1===o)throw r("invalid character found: "+t);return e+o*Math.pow(i,n)}),0);if(t>o)throw r("malformed ulid, timestamp too large");return t}function p(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments[1];t||(t="undefined"!==typeof window?window:null);var a=t&&(t.crypto||t.msCrypto);if(a)return function(){var e=new Uint8Array(1);return a.getRandomValues(e),e[0]/255};try{var i=n("../node_modules/ulid/stubs/crypto.js");return function(){return i.randomBytes(1).readUInt8()/255}}catch(o){}if(e){try{console.error("secure crypto unusable, falling back to insecure Math.random()!")}catch(o){}return function(){return Math.random()}}throw r("secure crypto unusable, insecure Math.random not allowed")}function m(e){return e||(e=p()),function(t){return isNaN(t)&&(t=Date.now()),d(t,10)+u(16,e)}}function g(e){e||(e=p());var t=0,n=void 0;return function(r){if(isNaN(r)&&(r=Date.now()),r<=t){var a=n=l(n);return d(t,10)+a}t=r;var i=n=u(16,e);return d(r,10)+i}}var f=m()},"../node_modules/ulid/stubs/crypto.js":function(e,t){},"../node_modules/util-deprecate/browser.js":function(e,t,n){(function(t){function n(e){try{if(!t.localStorage)return!1}catch(r){return!1}var n=t.localStorage[e];return null!=n&&"true"===String(n).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}}).call(this,n("../node_modules/webpack/buildin/global.js"))},"../node_modules/warning/warning.js":function(e,t,n){"use strict";var r=function(){};e.exports=r},"../node_modules/webpack/buildin/global.js":function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},"../node_modules/webpack/buildin/module.js":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},"../node_modules/xml2js/lib/bom.js":function(e,t){(function(){"use strict";t.stripBOM=function(e){return"\ufeff"===e[0]?e.substring(1):e}}).call(this)},"../node_modules/xml2js/lib/builder.js":function(e,t,n){(function(){"use strict";var e,r,a,i,o,s={}.hasOwnProperty;e=n("../node_modules/xmlbuilder/lib/index.js"),r=n("../node_modules/xml2js/lib/defaults.js").defaults,i=function(e){return"string"===typeof e&&(e.indexOf("&")>=0||e.indexOf(">")>=0||e.indexOf("<")>=0)},o=function(e){return"<![CDATA["+a(e)+"]]>"},a=function(e){return e.replace("]]>","]]]]><![CDATA[>")},t.Builder=function(){function t(e){var t,n,a;for(t in this.options={},n=r[.2])s.call(n,t)&&(a=n[t],this.options[t]=a);for(t in e)s.call(e,t)&&(a=e[t],this.options[t]=a)}return t.prototype.buildObject=function(t){var n,a,l,c,d,u;return n=this.options.attrkey,a=this.options.charkey,1===Object.keys(t).length&&this.options.rootName===r[.2].rootName?t=t[d=Object.keys(t)[0]]:d=this.options.rootName,u=this,l=function(e,t){var r,c,d,_,p,m;if("object"!==typeof t)u.options.cdata&&i(t)?e.raw(o(t)):e.txt(t);else if(Array.isArray(t)){for(_ in t)if(s.call(t,_))for(p in c=t[_])d=c[p],e=l(e.ele(p),d).up()}else for(p in t)if(s.call(t,p))if(c=t[p],p===n){if("object"===typeof c)for(r in c)m=c[r],e=e.att(r,m)}else if(p===a)e=u.options.cdata&&i(c)?e.raw(o(c)):e.txt(c);else if(Array.isArray(c))for(_ in c)s.call(c,_)&&(e="string"===typeof(d=c[_])?u.options.cdata&&i(d)?e.ele(p).raw(o(d)).up():e.ele(p,d).up():l(e.ele(p),d).up());else"object"===typeof c?e=l(e.ele(p),c).up():"string"===typeof c&&u.options.cdata&&i(c)?e=e.ele(p).raw(o(c)).up():(null==c&&(c=""),e=e.ele(p,c.toString()).up());return e},c=e.create(d,this.options.xmldec,this.options.doctype,{headless:this.options.headless,allowSurrogateChars:this.options.allowSurrogateChars}),l(c,t).end(this.options.renderOpts)},t}()}).call(this)},"../node_modules/xml2js/lib/defaults.js":function(e,t){(function(){t.defaults={.1:{explicitCharkey:!1,trim:!0,normalize:!0,normalizeTags:!1,attrkey:"@",charkey:"#",explicitArray:!1,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!1,validator:null,xmlns:!1,explicitChildren:!1,childkey:"@@",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,emptyTag:""},.2:{explicitCharkey:!1,trim:!1,normalize:!1,normalizeTags:!1,attrkey:"$",charkey:"_",explicitArray:!0,ignoreAttrs:!1,mergeAttrs:!1,explicitRoot:!0,validator:null,xmlns:!1,explicitChildren:!1,preserveChildrenOrder:!1,childkey:"$$",charsAsChildren:!1,includeWhiteChars:!1,async:!1,strict:!0,attrNameProcessors:null,attrValueProcessors:null,tagNameProcessors:null,valueProcessors:null,rootName:"root",xmldec:{version:"1.0",encoding:"UTF-8",standalone:!0},doctype:null,renderOpts:{pretty:!0,indent:"  ",newline:"\n"},headless:!1,chunkSize:1e4,emptyTag:"",cdata:!1}}}).call(this)},"../node_modules/xml2js/lib/parser.js":function(e,t,n){(function(){"use strict";var e,r,a,i,o,s,l,c,d=function(e,t){return function(){return e.apply(t,arguments)}},u={}.hasOwnProperty;l=n("../node_modules/sax/lib/sax.js"),a=n("../node_modules/events/events.js"),e=n("../node_modules/xml2js/lib/bom.js"),s=n("../node_modules/xml2js/lib/processors.js"),c=n("../node_modules/timers-browserify/main.js").setImmediate,r=n("../node_modules/xml2js/lib/defaults.js").defaults,i=function(e){return"object"===typeof e&&null!=e&&0===Object.keys(e).length},o=function(e,t,n){var r,a;for(r=0,a=e.length;r<a;r++)t=(0,e[r])(t,n);return t},t.Parser=function(n){function a(e){var n,a,i;if(this.parseString=d(this.parseString,this),this.reset=d(this.reset,this),this.assignOrPush=d(this.assignOrPush,this),this.processAsync=d(this.processAsync,this),!(this instanceof t.Parser))return new t.Parser(e);for(n in this.options={},a=r[.2])u.call(a,n)&&(i=a[n],this.options[n]=i);for(n in e)u.call(e,n)&&(i=e[n],this.options[n]=i);this.options.xmlns&&(this.options.xmlnskey=this.options.attrkey+"ns"),this.options.normalizeTags&&(this.options.tagNameProcessors||(this.options.tagNameProcessors=[]),this.options.tagNameProcessors.unshift(s.normalize)),this.reset()}return function(e,t){for(var n in t)u.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(a,n),a.prototype.processAsync=function(){var e,t;try{return this.remaining.length<=this.options.chunkSize?(e=this.remaining,this.remaining="",this.saxParser=this.saxParser.write(e),this.saxParser.close()):(e=this.remaining.substr(0,this.options.chunkSize),this.remaining=this.remaining.substr(this.options.chunkSize,this.remaining.length),this.saxParser=this.saxParser.write(e),c(this.processAsync))}catch(n){if(t=n,!this.saxParser.errThrown)return this.saxParser.errThrown=!0,this.emit(t)}},a.prototype.assignOrPush=function(e,t,n){return t in e?(e[t]instanceof Array||(e[t]=[e[t]]),e[t].push(n)):this.options.explicitArray?e[t]=[n]:e[t]=n},a.prototype.reset=function(){var e,t,n,r,a;return this.removeAllListeners(),this.saxParser=l.parser(this.options.strict,{trim:!1,normalize:!1,xmlns:this.options.xmlns}),this.saxParser.errThrown=!1,this.saxParser.onerror=(a=this,function(e){if(a.saxParser.resume(),!a.saxParser.errThrown)return a.saxParser.errThrown=!0,a.emit("error",e)}),this.saxParser.onend=function(e){return function(){if(!e.saxParser.ended)return e.saxParser.ended=!0,e.emit("end",e.resultObject)}}(this),this.saxParser.ended=!1,this.EXPLICIT_CHARKEY=this.options.explicitCharkey,this.resultObject=null,r=[],e=this.options.attrkey,t=this.options.charkey,this.saxParser.onopentag=function(n){return function(a){var i,s,l,c,d;if((l={})[t]="",!n.options.ignoreAttrs)for(i in d=a.attributes)u.call(d,i)&&(e in l||n.options.mergeAttrs||(l[e]={}),s=n.options.attrValueProcessors?o(n.options.attrValueProcessors,a.attributes[i],i):a.attributes[i],c=n.options.attrNameProcessors?o(n.options.attrNameProcessors,i):i,n.options.mergeAttrs?n.assignOrPush(l,c,s):l[e][c]=s);return l["#name"]=n.options.tagNameProcessors?o(n.options.tagNameProcessors,a.name):a.name,n.options.xmlns&&(l[n.options.xmlnskey]={uri:a.uri,local:a.local}),r.push(l)}}(this),this.saxParser.onclosetag=function(e){return function(){var n,a,s,l,c,d,_,p,m,g;if(d=r.pop(),c=d["#name"],e.options.explicitChildren&&e.options.preserveChildrenOrder||delete d["#name"],!0===d.cdata&&(n=d.cdata,delete d.cdata),m=r[r.length-1],d[t].match(/^\s*$/)&&!n?(a=d[t],delete d[t]):(e.options.trim&&(d[t]=d[t].trim()),e.options.normalize&&(d[t]=d[t].replace(/\s{2,}/g," ").trim()),d[t]=e.options.valueProcessors?o(e.options.valueProcessors,d[t],c):d[t],1===Object.keys(d).length&&t in d&&!e.EXPLICIT_CHARKEY&&(d=d[t])),i(d)&&(d=""!==e.options.emptyTag?e.options.emptyTag:a),null!=e.options.validator&&(g="/"+function(){var e,t,n;for(n=[],e=0,t=r.length;e<t;e++)l=r[e],n.push(l["#name"]);return n}().concat(c).join("/"),function(){var t;try{d=e.options.validator(g,m&&m[c],d)}catch(n){return t=n,e.emit("error",t)}}()),e.options.explicitChildren&&!e.options.mergeAttrs&&"object"===typeof d)if(e.options.preserveChildrenOrder){if(m){for(s in m[e.options.childkey]=m[e.options.childkey]||[],_={},d)u.call(d,s)&&(_[s]=d[s]);m[e.options.childkey].push(_),delete d["#name"],1===Object.keys(d).length&&t in d&&!e.EXPLICIT_CHARKEY&&(d=d[t])}}else l={},e.options.attrkey in d&&(l[e.options.attrkey]=d[e.options.attrkey],delete d[e.options.attrkey]),!e.options.charsAsChildren&&e.options.charkey in d&&(l[e.options.charkey]=d[e.options.charkey],delete d[e.options.charkey]),Object.getOwnPropertyNames(d).length>0&&(l[e.options.childkey]=d),d=l;return r.length>0?e.assignOrPush(m,c,d):(e.options.explicitRoot&&(p=d,(d={})[c]=p),e.resultObject=d,e.saxParser.ended=!0,e.emit("end",e.resultObject))}}(this),n=function(e){return function(n){var a,i;if(i=r[r.length-1])return i[t]+=n,e.options.explicitChildren&&e.options.preserveChildrenOrder&&e.options.charsAsChildren&&(e.options.includeWhiteChars||""!==n.replace(/\\n/g,"").trim())&&(i[e.options.childkey]=i[e.options.childkey]||[],(a={"#name":"__text__"})[t]=n,e.options.normalize&&(a[t]=a[t].replace(/\s{2,}/g," ").trim()),i[e.options.childkey].push(a)),i}}(this),this.saxParser.ontext=n,this.saxParser.oncdata=function(e){var t;if(t=n(e))return t.cdata=!0}},a.prototype.parseString=function(t,n){var r;null!=n&&"function"===typeof n&&(this.on("end",(function(e){return this.reset(),n(null,e)})),this.on("error",(function(e){return this.reset(),n(e)})));try{return""===(t=t.toString()).trim()?(this.emit("end",null),!0):(t=e.stripBOM(t),this.options.async?(this.remaining=t,c(this.processAsync),this.saxParser):this.saxParser.write(t).close())}catch(a){if(r=a,!this.saxParser.errThrown&&!this.saxParser.ended)return this.emit("error",r),this.saxParser.errThrown=!0;if(this.saxParser.ended)throw r}},a}(a.EventEmitter),t.parseString=function(e,n,r){var a,i;return null!=r?("function"===typeof r&&(a=r),"object"===typeof n&&(i=n)):("function"===typeof n&&(a=n),i={}),new t.Parser(i).parseString(e,a)}}).call(this)},"../node_modules/xml2js/lib/processors.js":function(e,t){(function(){"use strict";var e;e=new RegExp(/(?!xmlns)^.*:/),t.normalize=function(e){return e.toLowerCase()},t.firstCharLowerCase=function(e){return e.charAt(0).toLowerCase()+e.slice(1)},t.stripPrefix=function(t){return t.replace(e,"")},t.parseNumbers=function(e){return isNaN(e)||(e=e%1===0?parseInt(e,10):parseFloat(e)),e},t.parseBooleans=function(e){return/^(?:true|false)$/i.test(e)&&(e="true"===e.toLowerCase()),e}}).call(this)},"../node_modules/xml2js/lib/xml2js.js":function(e,t,n){(function(){"use strict";var e,r,a,i,o={}.hasOwnProperty;r=n("../node_modules/xml2js/lib/defaults.js"),e=n("../node_modules/xml2js/lib/builder.js"),a=n("../node_modules/xml2js/lib/parser.js"),i=n("../node_modules/xml2js/lib/processors.js"),t.defaults=r.defaults,t.processors=i,t.ValidationError=function(e){function t(e){this.message=e}return function(e,t){for(var n in t)o.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(t,Error),t}(),t.Builder=e.Builder,t.Parser=a.Parser,t.parseString=a.parseString}).call(this)},"../node_modules/xmlbuilder/lib/Utility.js":function(e,t){(function(){var t,n,r,a,i,o,s=[].slice,l={}.hasOwnProperty;t=function(){var e,t,n,r,i,o;if(o=arguments[0],i=2<=arguments.length?s.call(arguments,1):[],a(Object.assign))Object.assign.apply(null,arguments);else for(e=0,n=i.length;e<n;e++)if(null!=(r=i[e]))for(t in r)l.call(r,t)&&(o[t]=r[t]);return o},a=function(e){return!!e&&"[object Function]"===Object.prototype.toString.call(e)},i=function(e){var t;return!!e&&("function"===(t=typeof e)||"object"===t)},n=function(e){return a(Array.isArray)?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)},r=function(e){var t;if(n(e))return!e.length;for(t in e)if(l.call(e,t))return!1;return!0},o=function(e){var t,n;return i(e)&&(n=Object.getPrototypeOf(e))&&(t=n.constructor)&&"function"===typeof t&&t instanceof t&&Function.prototype.toString.call(t)===Function.prototype.toString.call(Object)},e.exports.assign=t,e.exports.isFunction=a,e.exports.isObject=i,e.exports.isArray=n,e.exports.isEmpty=r,e.exports.isPlainObject=o}).call(this)},"../node_modules/xmlbuilder/lib/XMLAttribute.js":function(e,t){(function(){e.exports=function(){function e(e,t,n){if(this.options=e.options,this.stringify=e.stringify,null==t)throw new Error("Missing attribute name of element "+e.name);if(null==n)throw new Error("Missing attribute value for attribute "+t+" of element "+e.name);this.name=this.stringify.attName(t),this.value=this.stringify.attValue(n)}return e.prototype.clone=function(){return Object.create(this)},e.prototype.toString=function(e){return this.options.writer.set(e).attribute(this)},e}()}).call(this)},"../node_modules/xmlbuilder/lib/XMLCData.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing CDATA text");this.text=this.stringify.cdata(n)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).cdata(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLComment.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing comment text");this.text=this.stringify.comment(n)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).comment(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDTDAttList.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,r,a,i,o){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing DTD element name");if(null==r)throw new Error("Missing DTD attribute name");if(!a)throw new Error("Missing DTD attribute type");if(!i)throw new Error("Missing DTD attribute default");if(0!==i.indexOf("#")&&(i="#"+i),!i.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT");if(o&&!i.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT");this.elementName=this.stringify.eleName(n),this.attributeName=this.stringify.attName(r),this.attributeType=this.stringify.dtdAttType(a),this.defaultValue=this.stringify.dtdAttDefault(o),this.defaultValueType=i}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).dtdAttList(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDTDElement.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,r){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing DTD element name");r||(r="(#PCDATA)"),Array.isArray(r)&&(r="("+r.join(",")+")"),this.name=this.stringify.eleName(n),this.value=this.stringify.dtdElementValue(r)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).dtdElement(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDTDEntity.js":function(e,t,n){(function(){var t,r,a={}.hasOwnProperty;r=n("../node_modules/xmlbuilder/lib/Utility.js").isObject,t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,a,i){if(t.__super__.constructor.call(this,e),null==a)throw new Error("Missing entity name");if(null==i)throw new Error("Missing entity value");if(this.pe=!!n,this.name=this.stringify.eleName(a),r(i)){if(!i.pubID&&!i.sysID)throw new Error("Public and/or system identifiers are required for an external entity");if(i.pubID&&!i.sysID)throw new Error("System identifier is required for a public external entity");if(null!=i.pubID&&(this.pubID=this.stringify.dtdPubID(i.pubID)),null!=i.sysID&&(this.sysID=this.stringify.dtdSysID(i.sysID)),null!=i.nData&&(this.nData=this.stringify.dtdNData(i.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity")}else this.value=this.stringify.dtdEntityValue(i)}return function(e,t){for(var n in t)a.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).dtdEntity(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDTDNotation.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,r){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing notation name");if(!r.pubID&&!r.sysID)throw new Error("Public or system identifiers are required for an external entity");this.name=this.stringify.eleName(n),null!=r.pubID&&(this.pubID=this.stringify.dtdPubID(r.pubID)),null!=r.sysID&&(this.sysID=this.stringify.dtdSysID(r.sysID))}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).dtdNotation(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDeclaration.js":function(e,t,n){(function(){var t,r,a={}.hasOwnProperty;r=n("../node_modules/xmlbuilder/lib/Utility.js").isObject,t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,a,i){var o;t.__super__.constructor.call(this,e),r(n)&&(n=(o=n).version,a=o.encoding,i=o.standalone),n||(n="1.0"),this.version=this.stringify.xmlVersion(n),null!=a&&(this.encoding=this.stringify.xmlEncoding(a)),null!=i&&(this.standalone=this.stringify.xmlStandalone(i))}return function(e,t){for(var n in t)a.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(t,e),t.prototype.toString=function(e){return this.options.writer.set(e).declaration(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDocType.js":function(e,t,n){(function(){var t,r,a,i,o,s,l={}.hasOwnProperty;s=n("../node_modules/xmlbuilder/lib/Utility.js").isObject,o=n("../node_modules/xmlbuilder/lib/XMLNode.js"),t=n("../node_modules/xmlbuilder/lib/XMLDTDAttList.js"),a=n("../node_modules/xmlbuilder/lib/XMLDTDEntity.js"),r=n("../node_modules/xmlbuilder/lib/XMLDTDElement.js"),i=n("../node_modules/xmlbuilder/lib/XMLDTDNotation.js"),e.exports=function(e){function n(e,t,r){var a,i;n.__super__.constructor.call(this,e),this.documentObject=e,s(t)&&(t=(a=t).pubID,r=a.sysID),null==r&&(r=(i=[t,r])[0],t=i[1]),null!=t&&(this.pubID=this.stringify.dtdPubID(t)),null!=r&&(this.sysID=this.stringify.dtdSysID(r))}return function(e,t){for(var n in t)l.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(n,e),n.prototype.element=function(e,t){var n;return n=new r(this,e,t),this.children.push(n),this},n.prototype.attList=function(e,n,r,a,i){var o;return o=new t(this,e,n,r,a,i),this.children.push(o),this},n.prototype.entity=function(e,t){var n;return n=new a(this,!1,e,t),this.children.push(n),this},n.prototype.pEntity=function(e,t){var n;return n=new a(this,!0,e,t),this.children.push(n),this},n.prototype.notation=function(e,t){var n;return n=new i(this,e,t),this.children.push(n),this},n.prototype.toString=function(e){return this.options.writer.set(e).docType(this)},n.prototype.ele=function(e,t){return this.element(e,t)},n.prototype.att=function(e,t,n,r,a){return this.attList(e,t,n,r,a)},n.prototype.ent=function(e,t){return this.entity(e,t)},n.prototype.pent=function(e,t){return this.pEntity(e,t)},n.prototype.not=function(e,t){return this.notation(e,t)},n.prototype.up=function(){return this.root()||this.documentObject},n}(o)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDocument.js":function(e,t,n){(function(){var t,r,a,i,o={}.hasOwnProperty;i=n("../node_modules/xmlbuilder/lib/Utility.js").isPlainObject,t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),a=n("../node_modules/xmlbuilder/lib/XMLStringifier.js"),r=n("../node_modules/xmlbuilder/lib/XMLStringWriter.js"),e.exports=function(e){function t(e){t.__super__.constructor.call(this,null),e||(e={}),e.writer||(e.writer=new r),this.options=e,this.stringify=new a(e),this.isDocument=!0}return function(e,t){for(var n in t)o.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(t,e),t.prototype.end=function(e){var t;return e?i(e)&&(t=e,e=this.options.writer.set(t)):e=this.options.writer,e.document(this)},t.prototype.toString=function(e){return this.options.writer.set(e).document(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLDocumentCB.js":function(e,t,n){(function(){var t,r,a,i,o,s,l,c,d,u,_,p,m,g,f,h,E,S,b,T={}.hasOwnProperty;b=n("../node_modules/xmlbuilder/lib/Utility.js"),E=b.isObject,h=b.isFunction,S=b.isPlainObject,u=n("../node_modules/xmlbuilder/lib/XMLElement.js"),r=n("../node_modules/xmlbuilder/lib/XMLCData.js"),a=n("../node_modules/xmlbuilder/lib/XMLComment.js"),p=n("../node_modules/xmlbuilder/lib/XMLRaw.js"),f=n("../node_modules/xmlbuilder/lib/XMLText.js"),_=n("../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js"),c=n("../node_modules/xmlbuilder/lib/XMLDeclaration.js"),d=n("../node_modules/xmlbuilder/lib/XMLDocType.js"),i=n("../node_modules/xmlbuilder/lib/XMLDTDAttList.js"),s=n("../node_modules/xmlbuilder/lib/XMLDTDEntity.js"),o=n("../node_modules/xmlbuilder/lib/XMLDTDElement.js"),l=n("../node_modules/xmlbuilder/lib/XMLDTDNotation.js"),t=n("../node_modules/xmlbuilder/lib/XMLAttribute.js"),g=n("../node_modules/xmlbuilder/lib/XMLStringifier.js"),m=n("../node_modules/xmlbuilder/lib/XMLStringWriter.js"),e.exports=function(){function e(e,t,n){var r;e||(e={}),e.writer?S(e.writer)&&(r=e.writer,e.writer=new m(r)):e.writer=new m(e),this.options=e,this.writer=e.writer,this.stringify=new g(e),this.onDataCallback=t||function(){},this.onEndCallback=n||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return e.prototype.node=function(e,t,n){var r;if(null==e)throw new Error("Missing node name");if(this.root&&-1===this.currentLevel)throw new Error("Document can only have one root node");return this.openCurrent(),e=e.valueOf(),null==t&&(t={}),t=t.valueOf(),E(t)||(n=(r=[t,n])[0],t=r[1]),this.currentNode=new u(this,e,t),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,null!=n&&this.text(n),this},e.prototype.element=function(e,t,n){return this.currentNode&&this.currentNode instanceof d?this.dtdElement.apply(this,arguments):this.node(e,t,n)},e.prototype.attribute=function(e,n){var r,a;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode");if(null!=e&&(e=e.valueOf()),E(e))for(r in e)T.call(e,r)&&(a=e[r],this.attribute(r,a));else h(n)&&(n=n.apply()),this.options.skipNullAttributes&&null==n||(this.currentNode.attributes[e]=new t(this,e,n));return this},e.prototype.text=function(e){var t;return this.openCurrent(),t=new f(this,e),this.onData(this.writer.text(t,this.currentLevel+1)),this},e.prototype.cdata=function(e){var t;return this.openCurrent(),t=new r(this,e),this.onData(this.writer.cdata(t,this.currentLevel+1)),this},e.prototype.comment=function(e){var t;return this.openCurrent(),t=new a(this,e),this.onData(this.writer.comment(t,this.currentLevel+1)),this},e.prototype.raw=function(e){var t;return this.openCurrent(),t=new p(this,e),this.onData(this.writer.raw(t,this.currentLevel+1)),this},e.prototype.instruction=function(e,t){var n,r,a,i,o;if(this.openCurrent(),null!=e&&(e=e.valueOf()),null!=t&&(t=t.valueOf()),Array.isArray(e))for(n=0,i=e.length;n<i;n++)r=e[n],this.instruction(r);else if(E(e))for(r in e)T.call(e,r)&&(a=e[r],this.instruction(r,a));else h(t)&&(t=t.apply()),o=new _(this,e,t),this.onData(this.writer.processingInstruction(o,this.currentLevel+1));return this},e.prototype.declaration=function(e,t,n){var r;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node");return r=new c(this,e,t,n),this.onData(this.writer.declaration(r,this.currentLevel+1)),this},e.prototype.doctype=function(e,t,n){if(this.openCurrent(),null==e)throw new Error("Missing root node name");if(this.root)throw new Error("dtd() must come before the root node");return this.currentNode=new d(this,t,n),this.currentNode.rootNodeName=e,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},e.prototype.dtdElement=function(e,t){var n;return this.openCurrent(),n=new o(this,e,t),this.onData(this.writer.dtdElement(n,this.currentLevel+1)),this},e.prototype.attList=function(e,t,n,r,a){var o;return this.openCurrent(),o=new i(this,e,t,n,r,a),this.onData(this.writer.dtdAttList(o,this.currentLevel+1)),this},e.prototype.entity=function(e,t){var n;return this.openCurrent(),n=new s(this,!1,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1)),this},e.prototype.pEntity=function(e,t){var n;return this.openCurrent(),n=new s(this,!0,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1)),this},e.prototype.notation=function(e,t){var n;return this.openCurrent(),n=new l(this,e,t),this.onData(this.writer.dtdNotation(n,this.currentLevel+1)),this},e.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},e.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},e.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},e.prototype.openNode=function(e){if(!e.isOpen)return!this.root&&0===this.currentLevel&&e instanceof u&&(this.root=e),this.onData(this.writer.openNode(e,this.currentLevel)),e.isOpen=!0},e.prototype.closeNode=function(e){if(!e.isClosed)return this.onData(this.writer.closeNode(e,this.currentLevel)),e.isClosed=!0},e.prototype.onData=function(e){return this.documentStarted=!0,this.onDataCallback(e)},e.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},e.prototype.ele=function(){return this.element.apply(this,arguments)},e.prototype.nod=function(e,t,n){return this.node(e,t,n)},e.prototype.txt=function(e){return this.text(e)},e.prototype.dat=function(e){return this.cdata(e)},e.prototype.com=function(e){return this.comment(e)},e.prototype.ins=function(e,t){return this.instruction(e,t)},e.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},e.prototype.dtd=function(e,t,n){return this.doctype(e,t,n)},e.prototype.e=function(e,t,n){return this.element(e,t,n)},e.prototype.n=function(e,t,n){return this.node(e,t,n)},e.prototype.t=function(e){return this.text(e)},e.prototype.d=function(e){return this.cdata(e)},e.prototype.c=function(e){return this.comment(e)},e.prototype.r=function(e){return this.raw(e)},e.prototype.i=function(e,t){return this.instruction(e,t)},e.prototype.att=function(){return this.currentNode&&this.currentNode instanceof d?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},e.prototype.a=function(){return this.currentNode&&this.currentNode instanceof d?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},e.prototype.ent=function(e,t){return this.entity(e,t)},e.prototype.pent=function(e,t){return this.pEntity(e,t)},e.prototype.not=function(e,t){return this.notation(e,t)},e}()}).call(this)},"../node_modules/xmlbuilder/lib/XMLElement.js":function(e,t,n){(function(){var t,r,a,i,o,s={}.hasOwnProperty;o=n("../node_modules/xmlbuilder/lib/Utility.js"),i=o.isObject,a=o.isFunction,r=n("../node_modules/xmlbuilder/lib/XMLNode.js"),t=n("../node_modules/xmlbuilder/lib/XMLAttribute.js"),e.exports=function(e){function n(e,t,r){if(n.__super__.constructor.call(this,e),null==t)throw new Error("Missing element name");this.name=this.stringify.eleName(t),this.attributes={},null!=r&&this.attribute(r),e.isDocument&&(this.isRoot=!0,this.documentObject=e,e.rootObject=this)}return function(e,t){for(var n in t)s.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(n,e),n.prototype.clone=function(){var e,t,n,r;for(t in(n=Object.create(this)).isRoot&&(n.documentObject=null),n.attributes={},r=this.attributes)s.call(r,t)&&(e=r[t],n.attributes[t]=e.clone());return n.children=[],this.children.forEach((function(e){var t;return(t=e.clone()).parent=n,n.children.push(t)})),n},n.prototype.attribute=function(e,n){var r,o;if(null!=e&&(e=e.valueOf()),i(e))for(r in e)s.call(e,r)&&(o=e[r],this.attribute(r,o));else a(n)&&(n=n.apply()),this.options.skipNullAttributes&&null==n||(this.attributes[e]=new t(this,e,n));return this},n.prototype.removeAttribute=function(e){var t,n,r;if(null==e)throw new Error("Missing attribute name");if(e=e.valueOf(),Array.isArray(e))for(n=0,r=e.length;n<r;n++)t=e[n],delete this.attributes[t];else delete this.attributes[e];return this},n.prototype.toString=function(e){return this.options.writer.set(e).element(this)},n.prototype.att=function(e,t){return this.attribute(e,t)},n.prototype.a=function(e,t){return this.attribute(e,t)},n}(r)}).call(this)},"../node_modules/xmlbuilder/lib/XMLNode.js":function(e,t,n){(function(){var t,r,a,i,o,s,l,c,d,u,_,p,m={}.hasOwnProperty;p=n("../node_modules/xmlbuilder/lib/Utility.js"),_=p.isObject,u=p.isFunction,d=p.isEmpty,o=null,t=null,r=null,a=null,i=null,l=null,c=null,s=null,e.exports=function(){function e(e){this.parent=e,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],o||(o=n("../node_modules/xmlbuilder/lib/XMLElement.js"),t=n("../node_modules/xmlbuilder/lib/XMLCData.js"),r=n("../node_modules/xmlbuilder/lib/XMLComment.js"),a=n("../node_modules/xmlbuilder/lib/XMLDeclaration.js"),i=n("../node_modules/xmlbuilder/lib/XMLDocType.js"),l=n("../node_modules/xmlbuilder/lib/XMLRaw.js"),c=n("../node_modules/xmlbuilder/lib/XMLText.js"),s=n("../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js"))}return e.prototype.element=function(e,t,n){var r,a,i,o,s,l,c,p,g,f;if(l=null,null==t&&(t={}),t=t.valueOf(),_(t)||(n=(g=[t,n])[0],t=g[1]),null!=e&&(e=e.valueOf()),Array.isArray(e))for(i=0,c=e.length;i<c;i++)a=e[i],l=this.element(a);else if(u(e))l=this.element(e.apply());else if(_(e)){for(s in e)if(m.call(e,s))if(f=e[s],u(f)&&(f=f.apply()),_(f)&&d(f)&&(f=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&0===s.indexOf(this.stringify.convertAttKey))l=this.attribute(s.substr(this.stringify.convertAttKey.length),f);else if(!this.options.separateArrayItems&&Array.isArray(f))for(o=0,p=f.length;o<p;o++)a=f[o],(r={})[s]=a,l=this.element(r);else _(f)?(l=this.element(s)).element(f):l=this.element(s,f)}else l=!this.options.ignoreDecorators&&this.stringify.convertTextKey&&0===e.indexOf(this.stringify.convertTextKey)?this.text(n):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&0===e.indexOf(this.stringify.convertCDataKey)?this.cdata(n):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&0===e.indexOf(this.stringify.convertCommentKey)?this.comment(n):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&0===e.indexOf(this.stringify.convertRawKey)?this.raw(n):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&0===e.indexOf(this.stringify.convertPIKey)?this.instruction(e.substr(this.stringify.convertPIKey.length),n):this.node(e,t,n);if(null==l)throw new Error("Could not create any elements with: "+e);return l},e.prototype.insertBefore=function(e,t,n){var r,a,i;if(this.isRoot)throw new Error("Cannot insert elements at root level");return a=this.parent.children.indexOf(this),i=this.parent.children.splice(a),r=this.parent.element(e,t,n),Array.prototype.push.apply(this.parent.children,i),r},e.prototype.insertAfter=function(e,t,n){var r,a,i;if(this.isRoot)throw new Error("Cannot insert elements at root level");return a=this.parent.children.indexOf(this),i=this.parent.children.splice(a+1),r=this.parent.element(e,t,n),Array.prototype.push.apply(this.parent.children,i),r},e.prototype.remove=function(){var e;if(this.isRoot)throw new Error("Cannot remove the root element");return e=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[e,e-e+1].concat([])),this.parent},e.prototype.node=function(e,t,n){var r,a;return null!=e&&(e=e.valueOf()),t||(t={}),t=t.valueOf(),_(t)||(n=(a=[t,n])[0],t=a[1]),r=new o(this,e,t),null!=n&&r.text(n),this.children.push(r),r},e.prototype.text=function(e){var t;return t=new c(this,e),this.children.push(t),this},e.prototype.cdata=function(e){var n;return n=new t(this,e),this.children.push(n),this},e.prototype.comment=function(e){var t;return t=new r(this,e),this.children.push(t),this},e.prototype.commentBefore=function(e){var t,n;return t=this.parent.children.indexOf(this),n=this.parent.children.splice(t),this.parent.comment(e),Array.prototype.push.apply(this.parent.children,n),this},e.prototype.commentAfter=function(e){var t,n;return t=this.parent.children.indexOf(this),n=this.parent.children.splice(t+1),this.parent.comment(e),Array.prototype.push.apply(this.parent.children,n),this},e.prototype.raw=function(e){var t;return t=new l(this,e),this.children.push(t),this},e.prototype.instruction=function(e,t){var n,r,a,i,o;if(null!=e&&(e=e.valueOf()),null!=t&&(t=t.valueOf()),Array.isArray(e))for(i=0,o=e.length;i<o;i++)n=e[i],this.instruction(n);else if(_(e))for(n in e)m.call(e,n)&&(r=e[n],this.instruction(n,r));else u(t)&&(t=t.apply()),a=new s(this,e,t),this.children.push(a);return this},e.prototype.instructionBefore=function(e,t){var n,r;return n=this.parent.children.indexOf(this),r=this.parent.children.splice(n),this.parent.instruction(e,t),Array.prototype.push.apply(this.parent.children,r),this},e.prototype.instructionAfter=function(e,t){var n,r;return n=this.parent.children.indexOf(this),r=this.parent.children.splice(n+1),this.parent.instruction(e,t),Array.prototype.push.apply(this.parent.children,r),this},e.prototype.declaration=function(e,t,n){var r,i;return r=this.document(),i=new a(r,e,t,n),r.children[0]instanceof a?r.children[0]=i:r.children.unshift(i),r.root()||r},e.prototype.doctype=function(e,t){var n,r,a,o,s,l,c,d,u;for(n=this.document(),r=new i(n,e,t),a=o=0,l=(d=n.children).length;o<l;a=++o)if(d[a]instanceof i)return n.children[a]=r,r;for(a=s=0,c=(u=n.children).length;s<c;a=++s)if(u[a].isRoot)return n.children.splice(a,0,r),r;return n.children.push(r),r},e.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},e.prototype.root=function(){var e;for(e=this;e;){if(e.isDocument)return e.rootObject;if(e.isRoot)return e;e=e.parent}},e.prototype.document=function(){var e;for(e=this;e;){if(e.isDocument)return e;e=e.parent}},e.prototype.end=function(e){return this.document().end(e)},e.prototype.prev=function(){var e;if((e=this.parent.children.indexOf(this))<1)throw new Error("Already at the first node");return this.parent.children[e-1]},e.prototype.next=function(){var e;if(-1===(e=this.parent.children.indexOf(this))||e===this.parent.children.length-1)throw new Error("Already at the last node");return this.parent.children[e+1]},e.prototype.importDocument=function(e){var t;return(t=e.root().clone()).parent=this,t.isRoot=!1,this.children.push(t),this},e.prototype.ele=function(e,t,n){return this.element(e,t,n)},e.prototype.nod=function(e,t,n){return this.node(e,t,n)},e.prototype.txt=function(e){return this.text(e)},e.prototype.dat=function(e){return this.cdata(e)},e.prototype.com=function(e){return this.comment(e)},e.prototype.ins=function(e,t){return this.instruction(e,t)},e.prototype.doc=function(){return this.document()},e.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},e.prototype.dtd=function(e,t){return this.doctype(e,t)},e.prototype.e=function(e,t,n){return this.element(e,t,n)},e.prototype.n=function(e,t,n){return this.node(e,t,n)},e.prototype.t=function(e){return this.text(e)},e.prototype.d=function(e){return this.cdata(e)},e.prototype.c=function(e){return this.comment(e)},e.prototype.r=function(e){return this.raw(e)},e.prototype.i=function(e,t){return this.instruction(e,t)},e.prototype.u=function(){return this.up()},e.prototype.importXMLBuilder=function(e){return this.importDocument(e)},e}()}).call(this)},"../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n,r){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing instruction target");this.target=this.stringify.insTarget(n),r&&(this.value=this.stringify.insValue(r))}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).processingInstruction(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLRaw.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing raw text");this.value=this.stringify.raw(n)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).raw(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLStreamWriter.js":function(e,t,n){(function(){var t,r,a,i,o,s,l,c,d,u,_,p,m,g={}.hasOwnProperty;l=n("../node_modules/xmlbuilder/lib/XMLDeclaration.js"),c=n("../node_modules/xmlbuilder/lib/XMLDocType.js"),t=n("../node_modules/xmlbuilder/lib/XMLCData.js"),r=n("../node_modules/xmlbuilder/lib/XMLComment.js"),d=n("../node_modules/xmlbuilder/lib/XMLElement.js"),_=n("../node_modules/xmlbuilder/lib/XMLRaw.js"),p=n("../node_modules/xmlbuilder/lib/XMLText.js"),u=n("../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js"),a=n("../node_modules/xmlbuilder/lib/XMLDTDAttList.js"),i=n("../node_modules/xmlbuilder/lib/XMLDTDElement.js"),o=n("../node_modules/xmlbuilder/lib/XMLDTDEntity.js"),s=n("../node_modules/xmlbuilder/lib/XMLDTDNotation.js"),m=n("../node_modules/xmlbuilder/lib/XMLWriterBase.js"),e.exports=function(e){function n(e,t){n.__super__.constructor.call(this,t),this.stream=e}return function(e,t){for(var n in t)g.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(n,e),n.prototype.document=function(e){var t,n,a,i,o,s,d,_;for(n=0,i=(s=e.children).length;n<i;n++)(t=s[n]).isLastRootNode=!1;for(e.children[e.children.length-1].isLastRootNode=!0,_=[],a=0,o=(d=e.children).length;a<o;a++)switch(t=d[a],!1){case!(t instanceof l):_.push(this.declaration(t));break;case!(t instanceof c):_.push(this.docType(t));break;case!(t instanceof r):_.push(this.comment(t));break;case!(t instanceof u):_.push(this.processingInstruction(t));break;default:_.push(this.element(t))}return _},n.prototype.attribute=function(e){return this.stream.write(" "+e.name+'="'+e.value+'"')},n.prototype.cdata=function(e,t){return this.stream.write(this.space(t)+"<![CDATA["+e.text+"]]>"+this.endline(e))},n.prototype.comment=function(e,t){return this.stream.write(this.space(t)+"\x3c!-- "+e.text+" --\x3e"+this.endline(e))},n.prototype.declaration=function(e,t){return this.stream.write(this.space(t)),this.stream.write('<?xml version="'+e.version+'"'),null!=e.encoding&&this.stream.write(' encoding="'+e.encoding+'"'),null!=e.standalone&&this.stream.write(' standalone="'+e.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(e))},n.prototype.docType=function(e,n){var l,c,d,_;if(n||(n=0),this.stream.write(this.space(n)),this.stream.write("<!DOCTYPE "+e.root().name),e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),e.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(e)),c=0,d=(_=e.children).length;c<d;c++)switch(l=_[c],!1){case!(l instanceof a):this.dtdAttList(l,n+1);break;case!(l instanceof i):this.dtdElement(l,n+1);break;case!(l instanceof o):this.dtdEntity(l,n+1);break;case!(l instanceof s):this.dtdNotation(l,n+1);break;case!(l instanceof t):this.cdata(l,n+1);break;case!(l instanceof r):this.comment(l,n+1);break;case!(l instanceof u):this.processingInstruction(l,n+1);break;default:throw new Error("Unknown DTD node type: "+l.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(e))},n.prototype.element=function(e,n){var a,i,o,s,l,c,m,f;for(l in n||(n=0),f=this.space(n),this.stream.write(f+"<"+e.name),c=e.attributes)g.call(c,l)&&(a=c[l],this.attribute(a));if(0===e.children.length||e.children.every((function(e){return""===e.value})))this.allowEmpty?this.stream.write("></"+e.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&1===e.children.length&&null!=e.children[0].value)this.stream.write(">"),this.stream.write(e.children[0].value),this.stream.write("</"+e.name+">");else{for(this.stream.write(">"+this.newline),o=0,s=(m=e.children).length;o<s;o++)switch(i=m[o],!1){case!(i instanceof t):this.cdata(i,n+1);break;case!(i instanceof r):this.comment(i,n+1);break;case!(i instanceof d):this.element(i,n+1);break;case!(i instanceof _):this.raw(i,n+1);break;case!(i instanceof p):this.text(i,n+1);break;case!(i instanceof u):this.processingInstruction(i,n+1);break;default:throw new Error("Unknown XML node type: "+i.constructor.name)}this.stream.write(f+"</"+e.name+">")}return this.stream.write(this.endline(e))},n.prototype.processingInstruction=function(e,t){return this.stream.write(this.space(t)+"<?"+e.target),e.value&&this.stream.write(" "+e.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(e))},n.prototype.raw=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},n.prototype.text=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},n.prototype.dtdAttList=function(e,t){return this.stream.write(this.space(t)+"<!ATTLIST "+e.elementName+" "+e.attributeName+" "+e.attributeType),"#DEFAULT"!==e.defaultValueType&&this.stream.write(" "+e.defaultValueType),e.defaultValue&&this.stream.write(' "'+e.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdElement=function(e,t){return this.stream.write(this.space(t)+"<!ELEMENT "+e.name+" "+e.value),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdEntity=function(e,t){return this.stream.write(this.space(t)+"<!ENTITY"),e.pe&&this.stream.write(" %"),this.stream.write(" "+e.name),e.value?this.stream.write(' "'+e.value+'"'):(e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),e.nData&&this.stream.write(" NDATA "+e.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.dtdNotation=function(e,t){return this.stream.write(this.space(t)+"<!NOTATION "+e.name),e.pubID&&e.sysID?this.stream.write(' PUBLIC "'+e.pubID+'" "'+e.sysID+'"'):e.pubID?this.stream.write(' PUBLIC "'+e.pubID+'"'):e.sysID&&this.stream.write(' SYSTEM "'+e.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(e))},n.prototype.endline=function(e){return e.isLastRootNode?"":this.newline},n}(m)}).call(this)},"../node_modules/xmlbuilder/lib/XMLStringWriter.js":function(e,t,n){(function(){var t,r,a,i,o,s,l,c,d,u,_,p,m,g={}.hasOwnProperty;l=n("../node_modules/xmlbuilder/lib/XMLDeclaration.js"),c=n("../node_modules/xmlbuilder/lib/XMLDocType.js"),t=n("../node_modules/xmlbuilder/lib/XMLCData.js"),r=n("../node_modules/xmlbuilder/lib/XMLComment.js"),d=n("../node_modules/xmlbuilder/lib/XMLElement.js"),_=n("../node_modules/xmlbuilder/lib/XMLRaw.js"),p=n("../node_modules/xmlbuilder/lib/XMLText.js"),u=n("../node_modules/xmlbuilder/lib/XMLProcessingInstruction.js"),a=n("../node_modules/xmlbuilder/lib/XMLDTDAttList.js"),i=n("../node_modules/xmlbuilder/lib/XMLDTDElement.js"),o=n("../node_modules/xmlbuilder/lib/XMLDTDEntity.js"),s=n("../node_modules/xmlbuilder/lib/XMLDTDNotation.js"),m=n("../node_modules/xmlbuilder/lib/XMLWriterBase.js"),e.exports=function(e){function n(e){n.__super__.constructor.call(this,e)}return function(e,t){for(var n in t)g.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype}(n,e),n.prototype.document=function(e){var t,n,a,i,o;for(this.textispresent=!1,i="",n=0,a=(o=e.children).length;n<a;n++)t=o[n],i+=function(){switch(!1){case!(t instanceof l):return this.declaration(t);case!(t instanceof c):return this.docType(t);case!(t instanceof r):return this.comment(t);case!(t instanceof u):return this.processingInstruction(t);default:return this.element(t,0)}}.call(this);return this.pretty&&i.slice(-this.newline.length)===this.newline&&(i=i.slice(0,-this.newline.length)),i},n.prototype.attribute=function(e){return" "+e.name+'="'+e.value+'"'},n.prototype.cdata=function(e,t){return this.space(t)+"<![CDATA["+e.text+"]]>"+this.newline},n.prototype.comment=function(e,t){return this.space(t)+"\x3c!-- "+e.text+" --\x3e"+this.newline},n.prototype.declaration=function(e,t){var n;return n=this.space(t),n+='<?xml version="'+e.version+'"',null!=e.encoding&&(n+=' encoding="'+e.encoding+'"'),null!=e.standalone&&(n+=' standalone="'+e.standalone+'"'),n+=this.spacebeforeslash+"?>",n+=this.newline},n.prototype.docType=function(e,n){var l,c,d,_,p;if(n||(n=0),_=this.space(n),_+="<!DOCTYPE "+e.root().name,e.pubID&&e.sysID?_+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(_+=' SYSTEM "'+e.sysID+'"'),e.children.length>0){for(_+=" [",_+=this.newline,c=0,d=(p=e.children).length;c<d;c++)l=p[c],_+=function(){switch(!1){case!(l instanceof a):return this.dtdAttList(l,n+1);case!(l instanceof i):return this.dtdElement(l,n+1);case!(l instanceof o):return this.dtdEntity(l,n+1);case!(l instanceof s):return this.dtdNotation(l,n+1);case!(l instanceof t):return this.cdata(l,n+1);case!(l instanceof r):return this.comment(l,n+1);case!(l instanceof u):return this.processingInstruction(l,n+1);default:throw new Error("Unknown DTD node type: "+l.constructor.name)}}.call(this);_+="]"}return _+=this.spacebeforeslash+">",_+=this.newline},n.prototype.element=function(e,n){var a,i,o,s,l,c,m,f,h,E,S,b,T;for(m in n||(n=0),T=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),f="",f+=(b=this.space(n))+"<"+e.name,h=e.attributes)g.call(h,m)&&(a=h[m],f+=this.attribute(a));if(0===e.children.length||e.children.every((function(e){return""===e.value})))this.allowEmpty?f+="></"+e.name+">"+this.newline:f+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&1===e.children.length&&null!=e.children[0].value)f+=">",f+=e.children[0].value,f+="</"+e.name+">"+this.newline;else{if(this.dontprettytextnodes)for(o=0,l=(E=e.children).length;o<l;o++)if(null!=(i=E[o]).value){this.textispresent++,T=!0;break}for(this.textispresent&&(this.newline="",this.pretty=!1,b=this.space(n)),f+=">"+this.newline,s=0,c=(S=e.children).length;s<c;s++)i=S[s],f+=function(){switch(!1){case!(i instanceof t):return this.cdata(i,n+1);case!(i instanceof r):return this.comment(i,n+1);case!(i instanceof d):return this.element(i,n+1);case!(i instanceof _):return this.raw(i,n+1);case!(i instanceof p):return this.text(i,n+1);case!(i instanceof u):return this.processingInstruction(i,n+1);default:throw new Error("Unknown XML node type: "+i.constructor.name)}}.call(this);T&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),f+=b+"</"+e.name+">"+this.newline}return f},n.prototype.processingInstruction=function(e,t){var n;return n=this.space(t)+"<?"+e.target,e.value&&(n+=" "+e.value),n+=this.spacebeforeslash+"?>"+this.newline},n.prototype.raw=function(e,t){return this.space(t)+e.value+this.newline},n.prototype.text=function(e,t){return this.space(t)+e.value+this.newline},n.prototype.dtdAttList=function(e,t){var n;return n=this.space(t)+"<!ATTLIST "+e.elementName+" "+e.attributeName+" "+e.attributeType,"#DEFAULT"!==e.defaultValueType&&(n+=" "+e.defaultValueType),e.defaultValue&&(n+=' "'+e.defaultValue+'"'),n+=this.spacebeforeslash+">"+this.newline},n.prototype.dtdElement=function(e,t){return this.space(t)+"<!ELEMENT "+e.name+" "+e.value+this.spacebeforeslash+">"+this.newline},n.prototype.dtdEntity=function(e,t){var n;return n=this.space(t)+"<!ENTITY",e.pe&&(n+=" %"),n+=" "+e.name,e.value?n+=' "'+e.value+'"':(e.pubID&&e.sysID?n+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(n+=' SYSTEM "'+e.sysID+'"'),e.nData&&(n+=" NDATA "+e.nData)),n+=this.spacebeforeslash+">"+this.newline},n.prototype.dtdNotation=function(e,t){var n;return n=this.space(t)+"<!NOTATION "+e.name,e.pubID&&e.sysID?n+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.pubID?n+=' PUBLIC "'+e.pubID+'"':e.sysID&&(n+=' SYSTEM "'+e.sysID+'"'),n+=this.spacebeforeslash+">"+this.newline},n.prototype.openNode=function(e,t){var n,r,a,i;if(t||(t=0),e instanceof d){for(r in a=this.space(t)+"<"+e.name,i=e.attributes)g.call(i,r)&&(n=i[r],a+=this.attribute(n));return a+=(e.children?">":"/>")+this.newline}return a=this.space(t)+"<!DOCTYPE "+e.rootNodeName,e.pubID&&e.sysID?a+=' PUBLIC "'+e.pubID+'" "'+e.sysID+'"':e.sysID&&(a+=' SYSTEM "'+e.sysID+'"'),a+=(e.children?" [":">")+this.newline},n.prototype.closeNode=function(e,t){switch(t||(t=0),!1){case!(e instanceof d):return this.space(t)+"</"+e.name+">"+this.newline;case!(e instanceof c):return this.space(t)+"]>"+this.newline}},n}(m)}).call(this)},"../node_modules/xmlbuilder/lib/XMLStringifier.js":function(e,t){(function(){var t={}.hasOwnProperty;e.exports=function(){function e(e){var n,r,a,i,o;for(a in this.assertLegalChar=(n=this.assertLegalChar,r=this,function(){return n.apply(r,arguments)}),e||(e={}),this.noDoubleEncoding=e.noDoubleEncoding,i=e.stringify||{})t.call(i,a)&&(o=i[a],this[a]=o)}return e.prototype.eleName=function(e){return e=""+e||"",this.assertLegalChar(e)},e.prototype.eleText=function(e){return e=""+e||"",this.assertLegalChar(this.elEscape(e))},e.prototype.cdata=function(e){return e=(e=""+e||"").replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(e)},e.prototype.comment=function(e){if((e=""+e||"").match(/--/))throw new Error("Comment text cannot contain double-hypen: "+e);return this.assertLegalChar(e)},e.prototype.raw=function(e){return""+e||""},e.prototype.attName=function(e){return""+e||""},e.prototype.attValue=function(e){return e=""+e||"",this.attEscape(e)},e.prototype.insTarget=function(e){return""+e||""},e.prototype.insValue=function(e){if((e=""+e||"").match(/\?>/))throw new Error("Invalid processing instruction value: "+e);return e},e.prototype.xmlVersion=function(e){if(!(e=""+e||"").match(/1\.[0-9]+/))throw new Error("Invalid version number: "+e);return e},e.prototype.xmlEncoding=function(e){if(!(e=""+e||"").match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+e);return e},e.prototype.xmlStandalone=function(e){return e?"yes":"no"},e.prototype.dtdPubID=function(e){return""+e||""},e.prototype.dtdSysID=function(e){return""+e||""},e.prototype.dtdElementValue=function(e){return""+e||""},e.prototype.dtdAttType=function(e){return""+e||""},e.prototype.dtdAttDefault=function(e){return null!=e?""+e||"":e},e.prototype.dtdEntityValue=function(e){return""+e||""},e.prototype.dtdNData=function(e){return""+e||""},e.prototype.convertAttKey="@",e.prototype.convertPIKey="?",e.prototype.convertTextKey="#text",e.prototype.convertCDataKey="#cdata",e.prototype.convertCommentKey="#comment",e.prototype.convertRawKey="#raw",e.prototype.assertLegalChar=function(e){var t;if(t=e.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/))throw new Error("Invalid character in string: "+e+" at index "+t.index);return e},e.prototype.elEscape=function(e){var t;return t=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,e.replace(t,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\r/g,"&#xD;")},e.prototype.attEscape=function(e){var t;return t=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,e.replace(t,"&amp;").replace(/</g,"&lt;").replace(/"/g,"&quot;").replace(/\t/g,"&#x9;").replace(/\n/g,"&#xA;").replace(/\r/g,"&#xD;")},e}()}).call(this)},"../node_modules/xmlbuilder/lib/XMLText.js":function(e,t,n){(function(){var t,r={}.hasOwnProperty;t=n("../node_modules/xmlbuilder/lib/XMLNode.js"),e.exports=function(e){function t(e,n){if(t.__super__.constructor.call(this,e),null==n)throw new Error("Missing element text");this.value=this.stringify.eleText(n)}return function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function a(){this.constructor=e}a.prototype=t.prototype,e.prototype=new a,e.__super__=t.prototype}(t,e),t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).text(this)},t}(t)}).call(this)},"../node_modules/xmlbuilder/lib/XMLWriterBase.js":function(e,t){(function(){var t={}.hasOwnProperty;e.exports=function(){function e(e){var n,r,a,i,o,s,l,c,d;for(n in e||(e={}),this.pretty=e.pretty||!1,this.allowEmpty=null!=(r=e.allowEmpty)&&r,this.pretty?(this.indent=null!=(a=e.indent)?a:"  ",this.newline=null!=(i=e.newline)?i:"\n",this.offset=null!=(o=e.offset)?o:0,this.dontprettytextnodes=null!=(s=e.dontprettytextnodes)?s:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=null!=(l=e.spacebeforeslash)?l:"",!0===this.spacebeforeslash&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,c=e.writer||{})t.call(c,n)&&(d=c[n],this[n]=d)}return e.prototype.set=function(e){var n,r,a;for(n in e||(e={}),"pretty"in e&&(this.pretty=e.pretty),"allowEmpty"in e&&(this.allowEmpty=e.allowEmpty),this.pretty?(this.indent="indent"in e?e.indent:"  ",this.newline="newline"in e?e.newline:"\n",this.offset="offset"in e?e.offset:0,this.dontprettytextnodes="dontprettytextnodes"in e?e.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in e?e.spacebeforeslash:"",!0===this.spacebeforeslash&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,r=e.writer||{})t.call(r,n)&&(a=r[n],this[n]=a);return this},e.prototype.space=function(e){var t;return this.pretty&&(t=(e||0)+this.offset+1)>0?new Array(t).join(this.indent):""},e}()}).call(this)},"../node_modules/xmlbuilder/lib/index.js":function(e,t,n){(function(){var t,r,a,i,o,s,l;l=n("../node_modules/xmlbuilder/lib/Utility.js"),o=l.assign,s=l.isFunction,t=n("../node_modules/xmlbuilder/lib/XMLDocument.js"),r=n("../node_modules/xmlbuilder/lib/XMLDocumentCB.js"),i=n("../node_modules/xmlbuilder/lib/XMLStringWriter.js"),a=n("../node_modules/xmlbuilder/lib/XMLStreamWriter.js"),e.exports.create=function(e,n,r,a){var i,s;if(null==e)throw new Error("Root element needs a name");return a=o({},n,r,a),s=(i=new t(a)).element(e),a.headless||(i.declaration(a),null==a.pubID&&null==a.sysID||i.doctype(a)),s},e.exports.begin=function(e,n,a){var i;return s(e)&&(n=(i=[e,n])[0],a=i[1],e={}),n?new r(e,n,a):new t(e)},e.exports.stringWriter=function(e){return new i(e)},e.exports.streamWriter=function(e,t){return new a(e,t)}}).call(this)}}]);
+//# sourceMappingURL=vendors.b185f4c5b68d73002af0.js.map
\ No newline at end of file
diff --git a/static/js/vendors.b185f4c5b68d73002af0.js.map b/static/js/vendors.b185f4c5b68d73002af0.js.map
new file mode 100644
index 0000000..c71d43e
--- /dev/null
+++ b/static/js/vendors.b185f4c5b68d73002af0.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/defineProperty.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/extends.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/objectSpread.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/objectWithoutProperties.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/toPrimitive.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/toPropertyKey.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/typeof.js","/home/madhan/Apache/git/atlas/docs/node_modules/@emotion/memoize/dist/memoize.browser.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/@emotion/unitless/dist/unitless.browser.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/extends.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","/home/madhan/Apache/git/atlas/docs/node_modules/@loadable/component/dist/loadable.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js","/home/madhan/Apache/git/atlas/docs/node_modules/@mdx-js/react/dist/esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js","/home/madhan/Apache/git/atlas/docs/node_modules/@reach/router/es/lib/utils.js","/home/madhan/Apache/git/atlas/docs/node_modules/@reach/router/es/lib/history.js","/home/madhan/Apache/git/atlas/docs/node_modules/@reach/router/es/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/array-sort/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/adapters/xhr.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/axios.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/cancel/Cancel.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/cancel/CancelToken.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/cancel/isCancel.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/Axios.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/InterceptorManager.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/createError.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/dispatchRequest.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/enhanceError.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/mergeConfig.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/settle.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/core/transformData.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/defaults.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/bind.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/buildURL.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/combineURLs.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/cookies.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/isAbsoluteURL.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/isURLSameOrigin.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/normalizeHeaderName.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/parseHeaders.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/helpers/spread.js","/home/madhan/Apache/git/atlas/docs/node_modules/axios/lib/utils.js","/home/madhan/Apache/git/atlas/docs/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","/home/madhan/Apache/git/atlas/docs/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","/home/madhan/Apache/git/atlas/docs/node_modules/base64-js/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/buffer/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/capitalize/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/core-util-is/lib/util.js","/home/madhan/Apache/git/atlas/docs/node_modules/create-react-context/lib/implementation.js","/home/madhan/Apache/git/atlas/docs/node_modules/create-react-context/lib/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/default-compare/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/events/events.js","/home/madhan/Apache/git/atlas/docs/node_modules/facepaint/dist/index.es.js","/home/madhan/Apache/git/atlas/docs/node_modules/fast-deep-equal/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/fault/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/format/format.js","/home/madhan/Apache/git/atlas/docs/node_modules/get-value/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/github-buttons/dist/buttons.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/gud/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/hash-source/src/dist/createHashSource.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/highlight.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/1c.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/abnf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/accesslog.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/actionscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ada.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/angelscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/apache.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/applescript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/arcade.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/arduino.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/armasm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/asciidoc.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/aspectj.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/autohotkey.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/autoit.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/avrasm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/awk.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/axapta.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/bash.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/basic.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/bnf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/brainfuck.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cal.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/capnproto.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ceylon.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/clean.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/clojure-repl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/clojure.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cmake.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/coffeescript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/coq.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cos.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cpp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/crmsh.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/crystal.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/cs.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/csp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/css.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/d.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dart.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/delphi.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/diff.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/django.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dns.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dockerfile.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dos.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dsconfig.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dts.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/dust.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ebnf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/elixir.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/elm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/erb.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/erlang-repl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/erlang.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/excel.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/fix.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/flix.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/fortran.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/fsharp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gams.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gauss.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gcode.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gherkin.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/glsl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/go.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/golo.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/gradle.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/groovy.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/haml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/handlebars.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/haskell.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/haxe.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/hsp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/htmlbars.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/http.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/hy.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/inform7.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ini.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/irpf90.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/isbl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/java.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/javascript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/jboss-cli.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/json.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/julia-repl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/julia.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/kotlin.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/lasso.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ldif.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/leaf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/less.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/lisp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/livecodeserver.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/livescript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/llvm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/lsl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/lua.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/makefile.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/markdown.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mathematica.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/matlab.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/maxima.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mel.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mercury.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mipsasm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mizar.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/mojolicious.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/monkey.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/moonscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/n1ql.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/nginx.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/nimrod.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/nix.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/nsis.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/objectivec.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ocaml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/openscad.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/oxygene.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/parser3.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/perl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/pf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/pgsql.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/php.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/plaintext.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/pony.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/powershell.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/processing.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/profile.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/prolog.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/properties.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/protobuf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/puppet.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/purebasic.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/python.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/q.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/qml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/r.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/reasonml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/rib.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/roboconf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/routeros.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/rsl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ruby.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/ruleslanguage.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/rust.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/sas.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/scala.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/scheme.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/scilab.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/scss.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/shell.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/smali.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/smalltalk.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/sml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/sqf.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/sql.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/stan.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/stata.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/step21.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/stylus.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/subunit.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/swift.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/taggerscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/tap.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/tcl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/tex.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/thrift.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/tp.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/twig.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/typescript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vala.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vbnet.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vbscript-html.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vbscript.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/verilog.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vhdl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/vim.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/x86asm.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/xl.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/xml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/xquery.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/yaml.js","/home/madhan/Apache/git/atlas/docs/node_modules/highlight.js/lib/languages/zephir.js","/home/madhan/Apache/git/atlas/docs/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js","/home/madhan/Apache/git/atlas/docs/node_modules/ieee754/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/inherits/inherits_browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/invariant/browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/is-buffer/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/isarray/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/kind-of/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_DataView.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Hash.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_LazyWrapper.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_ListCache.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_LodashWrapper.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Map.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_MapCache.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Promise.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Set.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_SetCache.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Stack.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Symbol.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_Uint8Array.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_WeakMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_apply.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayEach.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayFilter.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayIncludes.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayIncludesWith.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayLikeKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arrayPush.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_arraySome.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_assignMergeValue.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_assignValue.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_assocIndexOf.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseAssign.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseAssignIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseAssignValue.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseClone.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseCreate.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseFindIndex.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseFlatten.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseFor.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseGetAllKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseGetTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseHasIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIndexOf.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsArguments.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsEqual.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsEqualDeep.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsMatch.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsNaN.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsNative.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIsTypedArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseIteratee.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseKeysIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseLodash.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseMatches.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseMatchesProperty.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseMerge.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseMergeDeep.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseProperty.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_basePropertyDeep.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseRest.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseSetData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseSetToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseSlice.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseTimes.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseTrim.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseUnary.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseUniq.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_baseUnset.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cacheHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_castPath.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneArrayBuffer.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneBuffer.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneDataView.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneRegExp.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneSymbol.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_cloneTypedArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_composeArgs.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_composeArgsRight.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_copyArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_copyObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_copySymbols.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_copySymbolsIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_coreJsData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_countHolders.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createAssigner.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createBaseFor.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createBind.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createCtor.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createCurry.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createFlow.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createHybrid.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createPartial.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createRecurry.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_createWrap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_customOmitClone.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_defineProperty.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_equalArrays.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_equalByTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_equalObjects.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_flatRest.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_freeGlobal.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getAllKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getAllKeysIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getFuncName.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getHolder.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getMapData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getMatchData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getNative.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getPrototype.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getRawTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getSymbols.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getSymbolsIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getValue.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_getWrapDetails.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hasPath.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashClear.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashDelete.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_hashSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_initCloneArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_initCloneByTag.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_initCloneObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_insertWrapDetails.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isFlattenable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isIndex.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isIterateeCall.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isKey.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isKeyable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isLaziable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isMasked.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isPrototype.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_isStrictComparable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheClear.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheDelete.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_listCacheSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheClear.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheDelete.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapCacheSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mapToArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_matchesStrictComparable.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_memoizeCapped.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_mergeData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_metaMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_nativeCreate.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_nativeKeys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_nativeKeysIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_nodeUtil.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_objectToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_overArg.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_overRest.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_parent.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_realNames.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_reorder.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_replaceHolders.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_root.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_safeGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setCacheAdd.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setCacheHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setData.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setToArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_setWrapToString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_shortOut.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackClear.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackDelete.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackGet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackHas.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stackSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_strictIndexOf.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_stringToPath.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_toKey.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_toSource.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_trimmedEndIndex.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_updateWrapDetails.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/_wrapperClone.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/ary.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/clone.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/constant.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/curry.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/debounce.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/eq.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/flatten.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/flattenDepth.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/flow.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/_baseConvert.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/_falseOptions.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/_mapping.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/_util.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/convert.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/first.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/flattenDepth.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/flow.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/get.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/head.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/isArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/merge.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/omit.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/pipe.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/placeholder.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/throttle.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/fp/unionBy.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/get.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/hasIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/head.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/identity.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isArguments.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isArrayLike.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isArrayLikeObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isBuffer.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isError.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isFunction.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isLength.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isObjectLike.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isPlainObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isSet.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isSymbol.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isTypedArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/isWeakMap.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/iteratee.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/keys.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/keysIn.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/last.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/memoize.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/merge.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/noop.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/now.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/omit.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/property.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/rearg.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/stubArray.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/stubFalse.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/throttle.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toFinite.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toInteger.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toNumber.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toPath.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toPlainObject.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/toString.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/unionBy.js","/home/madhan/Apache/git/atlas/docs/node_modules/lodash/wrapperLodash.js","/home/madhan/Apache/git/atlas/docs/node_modules/lowlight/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/lowlight/lib/core.js","/home/madhan/Apache/git/atlas/docs/node_modules/match-sorter/dist/match-sorter.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/memoize-one/dist/memoize-one.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/is-what/dist/index.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/merge-anything/dist/index.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/object-assign/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/process-nextick-args/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/process/browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/prop-types/factoryWithThrowingShims.js","/home/madhan/Apache/git/atlas/docs/node_modules/prop-types/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/prop-types/lib/ReactPropTypesSecret.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-dom/cjs/react-dom.production.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-dom/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-feather/dist/icons/chevron-down.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-feather/dist/icons/edit-2.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-feather/dist/icons/search.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-github-btn/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-is/cjs/react-is.production.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-is/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/create-element.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/highlight.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js","/home/madhan/Apache/git/atlas/docs/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js","/home/madhan/Apache/git/atlas/docs/node_modules/react/cjs/react.production.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/react/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/duplex-browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_duplex.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_passthrough.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_readable.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_transform.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/_stream_writable.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/internal/streams/BufferList.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/internal/streams/destroy.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/lib/internal/streams/stream-browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/node_modules/safe-buffer/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/passthrough.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/readable-browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/transform.js","/home/madhan/Apache/git/atlas/docs/node_modules/readable-stream/writable-browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/sax/lib/sax.js","/home/madhan/Apache/git/atlas/docs/node_modules/scheduler/cjs/scheduler.production.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/scheduler/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/setimmediate/setImmediate.js","/home/madhan/Apache/git/atlas/docs/node_modules/stream-browserify/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/string_decoder/lib/string_decoder.js","/home/madhan/Apache/git/atlas/docs/node_modules/string_decoder/node_modules/safe-buffer/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/styled-components/dist/styled-components.browser.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/stylis-rule-sheet/index.js","/home/madhan/Apache/git/atlas/docs/node_modules/stylis/stylis.min.js","/home/madhan/Apache/git/atlas/docs/node_modules/timers-browserify/main.js","/home/madhan/Apache/git/atlas/docs/node_modules/tslib/tslib.es6.js","/home/madhan/Apache/git/atlas/docs/node_modules/ulid/dist/index.esm.js","/home/madhan/Apache/git/atlas/docs/node_modules/util-deprecate/browser.js","/home/madhan/Apache/git/atlas/docs/node_modules/warning/warning.js","/home/madhan/Apache/git/atlas/docs/node_modules/webpack/buildin/global.js","/home/madhan/Apache/git/atlas/docs/node_modules/webpack/buildin/module.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/bom.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/builder.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/defaults.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/parser.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/processors.js","/home/madhan/Apache/git/atlas/docs/node_modules/xml2js/lib/xml2js.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/Utility.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLAttribute.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLCData.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLComment.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDTDAttList.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDTDElement.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDTDEntity.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDTDNotation.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDeclaration.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDocType.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDocument.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLDocumentCB.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLElement.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLNode.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLRaw.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLStreamWriter.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLStringWriter.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLStringifier.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLText.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/XMLWriterBase.js","/home/madhan/Apache/git/atlas/docs/node_modules/xmlbuilder/lib/index.js"],"names":["toPropertyKey","module","exports","obj","key","value","Object","defineProperty","enumerable","configurable","writable","__esModule","_extends","assign","bind","target","i","arguments","length","source","prototype","hasOwnProperty","call","apply","this","ownKeys","keys","getOwnPropertySymbols","push","filter","sym","getOwnPropertyDescriptor","forEach","objectWithoutPropertiesLoose","excluded","sourceSymbolKeys","indexOf","propertyIsEnumerable","sourceKeys","_typeof","input","hint","prim","Symbol","toPrimitive","undefined","res","TypeError","String","Number","arg","iterator","constructor","reactPropsRegex","index","fn","cache","prop","test","charCodeAt","animationIterationCount","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","columns","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridRow","gridRowEnd","gridRowSpan","gridRowStart","gridColumn","gridColumnEnd","gridColumnSpan","gridColumnStart","msGridRow","msGridRowSpan","msGridColumn","msGridColumnSpan","fontWeight","lineHeight","opacity","order","orphans","tabSize","widows","zIndex","zoom","WebkitLineClamp","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","_objectWithoutPropertiesLoose","_assertThisInitialized","self","ReferenceError","_setPrototypeOf","o","p","setPrototypeOf","__proto__","invariant","condition","message","error","Error","framesToPop","name","warn","console","Context","createContext","getRequiredChunkKey","namespace","sharedInternals","freeze","LOADABLE_SHARED","initialChunks","identity","v","createLoadable","_ref","_ref$defaultResolveCo","defaultResolveComponent","_render","render","onLoad","loadable","loadableConstructor","options","ctor","requireAsync","resolve","chunkName","resolveConstructor","_getCacheKey","props","cacheKey","Loadable","Component","resolveComponent","preload","LoadableWithChunkExtractor","cachedLoad","promise","status","then","fileName","InnerLoadable","_React$Component","subClass","superClass","_this","state","result","loading","__chunkExtractor","requireSync","ssr","loadSync","addChunk","isReady","create","getDerivedStateFromProps","_proto","componentDidMount","mounted","cachedPromise","getCache","setCache","loadAsync","componentDidUpdate","prevProps","prevState","componentWillUnmount","safeSetState","nextState","callback","setState","getCacheKey","triggerOnLoad","_this2","setTimeout","_this3","resolveAsync","loadedModule","_this$props","forwardedRef","_this$props2","propFallback","fallback","_this$state","suspense","ref","EnhancedInnerLoadable","createElement","Consumer","extractor","displayName","forwardRef","load","lazy","_createLoadable","_createLoadable$1","current","children","loadable$1","lazy$1","BROWSER","window","loadableReady","done","_temp","_ref$namespace","_ref$chunkLoadingGlob","chunkLoadingGlobal","Promise","requiredChunks","id","dataElement","document","getElementById","JSON","parse","textContent","extElement","namedChunks","resolved","loadedChunks","originalPush","checkReadyState","every","chunk","some","_ref2","loadable$2","lib","lazy$2","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","_defineProperty","object","enumerableOnly","symbols","_objectSpread2","getOwnPropertyDescriptors","defineProperties","_objectWithoutProperties","MDXContext","withMDXComponents","allComponents","useMDXComponents","components","contextComponents","useContext","MDXProvider","Provider","DEFAULTS","inlineCode","wrapper","Fragment","MDXCreateElement","propComponents","mdxType","originalType","parentName","etc","type","concat","args","argsLength","createElementArgArray","Array","newProps","componentWillMount","componentWillReceiveProps","nextProps","componentWillUpdate","__reactInternalSnapshotFlag","__reactInternalSnapshot","getSnapshotBeforeUpdate","__suppressDeprecationWarning","startsWith","string","search","substr","routes","uri","match","default_","uriPathname","split","uriSegments","segmentize","isRootUri","ranked","rankRoutes","l","missed","route","default","params","routeSegments","path","max","Math","routeSegment","uriSegment","isSplat","slice","map","decodeURIComponent","join","dynamicMatch","paramRe","exec","reservedNames","to","base","_to$split","toPathname","toQuery","basePathname","toSegments","baseSegments","addQuery","pathname","allSegments","segments","segment","pop","insertParams","_path$split","pathBase","_path$split$","query","constructedPath","_params$location","location","_params$location$sear","searchSplit","isDynamic","rankRoute","score","reduce","isRootSegment","SEGMENT_POINTS","sort","a","b","replace","_len","_key","q","getLocation","_source$location","hash","href","origin","protocol","host","hostname","port","canUseDOM","URL","encodeURI","decodeURI","history","createHistory","listeners","transitioning","resolveTransition","_onTransitionComplete","listen","listener","popstateListener","action","addEventListener","removeEventListener","navigate","_ref$replace","go","Date","now","replaceState","pushState","e","transition","createMemorySource","initialPath","searchIndex","initialLocation","stack","states","_","_uri$split","_uri$split$","_uri$split2","_uri$split2$","newIndex","globalHistory","_classCallCheck","instance","Constructor","_possibleConstructorReturn","_inherits","defaultValue","Ctx","LocationContext","context","LocationProvider","getContext","refs","unlisten","_props$history","componentDidCatch","info","isRedirect","_navigate","requestAnimationFrame","unmounted","defaultProps","url","substring","BaseContext","baseuri","basepath","baseContext","locationContext","_React$PureComponent","RouterImpl","_props","_navigate2","primary","_props$component","component","domProps","Children","toArray","array","child","element","clone","cloneElement","FocusWrapper","wrapperProps","PureComponent","FocusContext","_ref3","requestFocus","initialRender","focusHandlerCount","_React$Component2","FocusHandlerImpl","_temp2","_this4","_len2","_key2","node","shouldFocus","focus","myURIChanged","navigatedUpToMe","contains","activeElement","_this5","_props2","style","_props2$component","Comp","outline","tabIndex","n","isReactComponent","foundWillMountName","foundWillReceivePropsName","foundWillUpdateName","UNSAFE_componentWillMount","UNSAFE_componentWillReceiveProps","UNSAFE_componentWillUpdate","componentName","newApiName","maybeSnapshot","snapshot","polyfill","k","C","Link","_ref4","innerRef","_ref5","_ref6","_props$getProps","getProps","anchorProps","encodedHref","isCurrent","isPartiallyCurrent","onClick","event","shouldNavigate","preventDefault","shouldReplace","_location$state","restState","obj1","obj2","obj1Keys","RedirectRequest","redirectTo","_React$Component3","RedirectImpl","_props3","_props3$replace","from","noThrow","resolvedTo","_props4","_ref7","_ref8","_ref9","_ref10","resolvedPath","results","stripSlashes","str","createRoute","elementPath","defaultPrevented","button","metaKey","altKey","ctrlKey","shiftKey","defaultCompare","typeOf","get","sortBy","opts","len","compare","reverse","flatten","arr","isArray","utils","settle","buildURL","parseHeaders","isURLSameOrigin","createError","config","reject","requestData","data","requestHeaders","headers","isFormData","request","XMLHttpRequest","auth","username","password","Authorization","btoa","open","method","toUpperCase","paramsSerializer","timeout","onreadystatechange","readyState","responseURL","responseHeaders","getAllResponseHeaders","response","responseType","responseText","statusText","onabort","onerror","ontimeout","isStandardBrowserEnv","cookies","xsrfValue","withCredentials","xsrfCookieName","read","xsrfHeaderName","val","toLowerCase","setRequestHeader","onDownloadProgress","onUploadProgress","upload","cancelToken","cancel","abort","send","Axios","mergeConfig","createInstance","defaultConfig","extend","axios","instanceConfig","defaults","Cancel","CancelToken","isCancel","all","promises","spread","toString","__CANCEL__","executor","resolvePromise","token","reason","throwIfRequested","c","InterceptorManager","dispatchRequest","interceptors","chain","interceptor","unshift","fulfilled","rejected","shift","getUri","merge","handlers","use","eject","h","enhanceError","code","transformData","isAbsoluteURL","combineURLs","throwIfCancellationRequested","baseURL","transformRequest","common","adapter","transformResponse","isAxiosError","toJSON","description","number","lineNumber","columnNumber","config1","config2","isObject","deepMerge","validateStatus","fns","normalizeHeaderName","DEFAULT_CONTENT_TYPE","setContentTypeIfUnset","isUndefined","process","isArrayBuffer","isBuffer","isStream","isFile","isBlob","isArrayBufferView","buffer","isURLSearchParams","stringify","maxContentLength","thisArg","encode","encodeURIComponent","serializedParams","parts","isDate","toISOString","hashmarkIndex","relativeURL","write","expires","domain","secure","cookie","isNumber","toGMTString","isString","RegExp","remove","originURL","msie","navigator","userAgent","urlParsingNode","resolveURL","setAttribute","charAt","requestURL","parsed","normalizedName","ignoreDuplicateOf","line","trim","isFunction","FormData","ArrayBuffer","isView","pipe","URLSearchParams","product","assignValue","byteLength","b64","lens","getLens","validLen","placeHoldersLen","toByteArray","tmp","Arr","_byteLength","curByte","revLookup","fromByteArray","uint8","extraBytes","len2","encodeChunk","lookup","Uint8Array","start","end","num","output","base64","ieee754","kMaxLength","Buffer","TYPED_ARRAY_SUPPORT","createBuffer","that","RangeError","encodingOrOffset","allocUnsafe","byteOffset","fromArrayLike","fromArrayBuffer","encoding","isEncoding","actual","fromString","checked","copy","fromObject","assertSize","size","loweredCase","utf8ToBytes","base64ToBytes","slowToString","hexSlice","utf8Slice","asciiSlice","latin1Slice","base64Slice","utf16leSlice","swap","m","bidirectionalIndexOf","dir","isNaN","arrayIndexOf","lastIndexOf","indexSize","arrLength","valLength","buf","readUInt16BE","foundIndex","found","j","hexWrite","offset","remaining","strLen","parseInt","utf8Write","blitBuffer","asciiWrite","byteArray","asciiToBytes","latin1Write","base64Write","ucs2Write","units","hi","lo","utf16leToBytes","min","secondByte","thirdByte","fourthByte","tempCodePoint","firstByte","codePoint","bytesPerSequence","codePoints","fromCharCode","decodeCodePointsArray","SlowBuffer","alloc","INSPECT_MAX_BYTES","global","foo","subarray","typedArraySupport","poolSize","_augment","species","fill","allocUnsafeSlow","_isBuffer","x","y","list","pos","swap16","swap32","swap64","equals","inspect","thisStart","thisEnd","thisCopy","targetCopy","includes","isFinite","_arr","ret","out","toHex","bytes","checkOffset","ext","checkInt","objectWriteUInt16","littleEndian","objectWriteUInt32","checkIEEE754","writeFloat","noAssert","writeDouble","newBuf","sliceLen","readUIntLE","mul","readUIntBE","readUInt8","readUInt16LE","readUInt32LE","readUInt32BE","readIntLE","pow","readIntBE","readInt8","readInt16LE","readInt16BE","readInt32LE","readInt32BE","readFloatLE","readFloatBE","readDoubleLE","readDoubleBE","writeUIntLE","writeUIntBE","writeUInt8","floor","writeUInt16LE","writeUInt16BE","writeUInt32LE","writeUInt32BE","writeIntLE","limit","sub","writeIntBE","writeInt8","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE","writeFloatLE","writeFloatBE","writeDoubleLE","writeDoubleBE","targetStart","set","INVALID_BASE64_RE","Infinity","leadSurrogate","stringtrim","base64clean","src","dst","capitalize","normalizeOptions","preserve","QUOTE","WORD","skipWord","rgx","word","position","words","startOfWord","nonWord","count","sep","sepStart","lastIndex","objectToString","isBoolean","isNull","isNullOrUndefined","isSymbol","isRegExp","re","d","isError","isPrimitive","_react","_propTypes2","_interopRequireDefault","_gud2","createEventEmitter","on","handler","off","newValue","changedBits","calculateChangedBits","_Provider$childContex","_Consumer$contextType","contextProp","_Component","emitter","getChildContext","oldValue","childContextTypes","isRequired","_Component2","getValue","onUpdate","observedBits","contextTypes","_react2","_implementation2","typeA","typeB","ReflectOwnKeys","R","Reflect","ReflectApply","receiver","Function","getOwnPropertyNames","NumberIsNaN","EventEmitter","init","once","errorListener","err","removeListener","resolver","eventTargetAgnosticAddListener","flags","addErrorHandlerIfEventEmitter","_events","_eventsCount","_maxListeners","defaultMaxListeners","checkListener","_getMaxListeners","_addListener","prepend","events","existing","warning","newListener","emit","warned","w","onceWrapper","fired","wrapFn","_onceWrap","wrapped","_listeners","unwrap","evlistener","unwrapListeners","arrayClone","listenerCount","wrapListener","getPrototypeOf","setMaxListeners","getMaxListeners","doError","er","addListener","prependListener","prependOnceListener","originalListener","spliceOne","removeAllListeners","rawListeners","eventNames","breakpoints","literal","overlap","mq","slots","objects","item","prior","_slots$mq$index","el","values","keyList","hasProp","equal","arrA","arrB","dateA","dateB","getTime","regexpA","regexpB","formatter","fault","EConstructor","FormattedError","format","eval","EvalError","range","reference","syntax","SyntaxError","URIError","fmt","precision","argIndex","escaped","leadingZero","nextArg","slurpNumber","digits","parseFloat","toFixed","vsprintf","replacements","log","printf","segs","HTMLElement","func","createElementInDocument","tag","appendChild","createTextNode","useXHR","useShadowDOM","attachShadow","onEvent","eventName","attachEvent","offEvent","detachEvent","widgetColorSchemes","light","light_high_contrast","dark","dark_dimmed","dark_high_contrast","getColorSchemeMediaQuery","systemColorScheme","widgetColorScheme","getColorScheme","declarations","colorSchemes","eq","entry","heights","width","download","eye","heart","play","star","octicon","icon","height","defaultHeight","svg","queues","fetch","queue","onceToken","dispatchOnce","xhr","contentWindow","json","meta","script","async","onloadend","regex","onceReadyStateChange","getElementsByTagName","render$1","root","ownerDocument","cssText","styleSheet","isLarge","btn","className","rel","title","innerHTML","widget","removeAttribute","property","api","html_url","devicePixelRatio","ceilPixel","px","ceil","round","getAttribute","anchor","option","attribute","innerText","parseOptions","mode","iframe","allowtransparency","scrolling","frameBorder","border","body","parentNode","removeChild","offsetWidth","offsetHeight","getBoundingClientRect","boundingClientRect","onceEvent","iframeURL","replaceHashPath","hashIndex","getState","resolveInitialState","stateObj","factory","hljs","ArrayProto","objectKeys","languages","aliases","noHighlightRe","languagePrefixRe","fixMarkupRe","classPrefix","tabReplace","useBR","escape","nodeName","testRe","lexeme","isNotHighlighted","language","inherit","parent","nodeStream","_nodeStream","firstChild","nextSibling","nodeType","nodeValue","compileLanguage","reStr","langRe","case_insensitive","compileMode","compiled","keywords","beginKeywords","compiled_keywords","kw","pair","lexemesRe","lexemes","begin","beginRe","endSameAsBegin","endsWithParent","endRe","terminator_end","illegal","illegalRe","relevance","variants","cached_variants","variant","expand_mode","starts","terminators","Boolean","highlight","ignore_illegals","continuation","escapeRe","keywordMatch","match_str","buildSpan","classname","insideSpan","leaveOpen","noPrefix","openSpan","processBuffer","top","subLanguage","explicit","mode_buffer","continuations","highlightAuto","processSubLanguage","keyword_match","last_index","processKeywords","startNewMode","processLexeme","new_mode","subMode","skip","excludeBegin","returnBegin","end_mode","endOfMode","endsParent","returnEnd","excludeEnd","isIllegal","getLanguage","text","languageSubset","second_best","autoDetection","fixMarkup","p1","highlightBlock","block","originalStream","resultNode","_class","classes","blockLanguage","createElementNS","original","highlighted","processed","nodeStack","selectStream","attributes","close","stream","splice","mergeStreams","prevClassName","currentLang","resultLang","buildClassName","initHighlighting","called","blocks","querySelectorAll","lang","disableAutodetect","configure","user_options","initHighlightingOnLoad","registerLanguage","alias","listLanguages","IDENT_RE","UNDERSCORE_IDENT_RE","NUMBER_RE","C_NUMBER_RE","BINARY_NUMBER_RE","RE_STARTERS_RE","BACKSLASH_ESCAPE","APOS_STRING_MODE","QUOTE_STRING_MODE","PHRASAL_WORDS_MODE","COMMENT","inherits","C_LINE_COMMENT_MODE","C_BLOCK_COMMENT_MODE","HASH_COMMENT_MODE","NUMBER_MODE","C_NUMBER_MODE","BINARY_NUMBER_MODE","CSS_NUMBER_MODE","REGEXP_MODE","TITLE_MODE","UNDERSCORE_TITLE_MODE","METHOD_GUARD","KEYWORD","v7_keywords","LITERAL","NUMBERS","STRINGS","DATE","COMMENTS","keyword","built_in","v7_system_constants","class","v8_system_sets_of_values","v8_shared_object","v7_meta_keywords","regexes","commentMode","ruleDeclarationMode","AS3_REST_ARG_MODE","ID_REGEX","VAR_DECLS","builtInTypeMode","objectHandleMode","genericMode","NUMBER","nomarkup","STRING","PARAMS","COMMENT_MODE_1","KEYWORDS","SUBST","TEMPLATE_STRING","PARAMS_CONTAINS","CPP","preprocessor","BACKTICK_ESCAPE","VARIABLE","VAR","QUOTE_STRING","COMMENT_MODES","CHAR_STRING","PROCEDURE","OBJECT","EXPRESSIONS","SYMBOL_RE","SYMBOL","COLLECTION","HINT","HINT_COL","KEY","LIST","BODY","NAME","DEFAULT_CONTAINS","JS_IDENT_RE","TITLE","CPP_PRIMITIVE_TYPES","PREPROCESSOR","FUNCTION_TITLE","CPP_KEYWORDS","EXPRESSION_CONTAINS","strings","COMMANDS","NUM_SUFFIX","CRYSTAL_METHOD_RE","CRYSTAL_KEYWORDS","EXPANSION","recursiveParen","CRYSTAL_DEFAULT_CONTAINS","VERBATIM_STRING","VERBATIM_STRING_NO_LF","SUBST_NO_LF","INTERPOLATED_STRING","INTERPOLATED_VERBATIM_STRING","INTERPOLATED_VERBATIM_STRING_NO_LF","TYPE_IDENT_RE","RULE","integer_re","escape_sequence_re","D_INTEGER_MODE","D_FLOAT_MODE","D_CHARACTER_MODE","D_STRING_MODE","D_NESTING_COMMENT_MODE","DIRECTIVE","CLASS","FUNCTION","FILTER","DTS_REFERENCE","DTS_KEYWORD","DTS_LABEL","DTS_CELL_PROPERTY","DTS_NODE","ELIXIR_IDENT_RE","ELIXIR_KEYWORDS","ELIXIR_DEFAULT_CONTAINS","CONSTRUCTOR","BASIC_ATOM_RE","FUNCTION_NAME_RE","ERLANG_RESERVED","NAMED_FUN","FUNCTION_CALL","TUPLE","VAR1","VAR2","RECORD_ACCESS","BLOCK_STATEMENTS","BASIC_MODES","METHOD","TYPEPARAM","SYMBOLS","QSTR","ASSIGNMENT","DESCTEXT","PARSE_PARAMS","GCODE_CODE","symbol","GO_KEYWORDS","BUILT_INS","PRAGMA","TAG_INNARDS","DOCTAGS","CONSTANTS","METHODS","TYPES","VARIABLES","containts","FUNCTION_NAME_IDENT_RE","JAVA_NUMBER_MODE","PARAMSBLOCK","LITERALS","VALUE_CONTAINER","ARRAY","VARIABLE_NAME_RE","DEFAULT","INTERPOLATION","INTERPOLATED_VARIABLE","COMMAND","MACROCALL","LABEL","ANNOTATION_USE_SITE","ANNOTATION","KOTLIN_NUMBER_MODE","LASSO_CLOSE_RE","LASSO_KEYWORDS","HTML_COMMENT","LASSO_NOPROCESS","LASSO_START","LASSO_DATAMEMBER","LASSO_CODE","LASSO_IDENT_RE","RULES","VALUE","STRING_MODE","IDENT_MODE","PARENS_MODE","VALUE_WITH_RULESETS","MIXIN_GUARD_MODE","RULE_MODE","INTERP_IDENT_RE","AT_RULE_MODE","VAR_RULE_MODE","SELECTOR_MODE","LISP_IDENT_RE","LISP_SIMPLE_NUMBER_RE","IDENT","MEC","QUOTED","QUOTED_ATOM","TITLE1","TITLE2","SUBST_SIMPLE","identifier","LSL_STRINGS","LSL_NUMBERS","LONG_BRACKETS","FUNC","VAR_ASSIG","TARGET","TRANSPOSE","ATOM","NIX_KEYWORDS","ANTIQUOTE","DEFINES","LANGUAGES","LEXEMES","CLASS_KEYWORDS","SPECIAL_VARS","FUNCTIONS","OXYGENE_KEYWORDS","CURLY_COMMENT","PAREN_COMMENT","CURLY_SUBCOMMENT","PERL_KEYWORDS","STRING_CONTAINS","PERL_DEFAULT_CONTAINS","COMMENT_MODE","TYPES_RE","FUNCTIONS_RE","SQL_KW","SQL_BI","SINGLE_QUOTE_CHAR_MODE","TYPE_NAME","PRIMED_NAME","PS_COMMENT","PARENTED","LINE_COMMENT","BACKTICK_STRING","inner","WS0","DELIM","KEY_OTHER","DELIM_AND_VALUE","PROMPT","QML_IDENT_RE","ID_ID","QML_ATTRIBUTE","QML_OBJECT","RE_IDENT","RE_MODULE_IDENT","RE_OPERATOR","op","char","RE_OPERATOR_SPACED","RE_NUMBER","OPERATOR_MODE","LIST_CONTENTS_MODES","MODULE_ACCESS_CONTENTS","PARAMS_CONTENTS","FUNCTION_BLOCK_MODE","CONSTRUCTOR_MODE","PATTERN_MATCH_BLOCK_MODE","MODULE_ACCESS_MODE","PROPERTY","STATEMENTS","APOS_STRING","RUBY_METHOD_RE","RUBY_KEYWORDS","YARDOCTAG","IRB_OBJECT","RUBY_DEFAULT_CONTAINS","IRB_DEFAULT","BUILTINS","TYPE","SCHEME_IDENT_RE","SCHEME_SIMPLE_NUMBER_RE","QUOTED_IDENT","QUOTED_LIST","COMMON_CONTAINS","HEXCOLOR","smali_instr_low_prio","CHAR","VAR_IDENT_RE","HEX_COLOR","TAG_END","SWIFT_KEYWORDS","BLOCK_COMMENT","TPID","TPLABEL","FUNCTION_NAMES","TAGS","t","DECORATOR","ARGS","XL_KEYWORDS","DOUBLE_QUOTE_TEXT","IMPORT","FUNCTION_DEFINITION","TAG_INTERNALS","CONTAINS","keyName","keyPrefix","reactIs","REACT_STATICS","contextType","getDefaultProps","getDerivedStateFromError","mixins","propTypes","KNOWN_STATICS","caller","callee","arity","MEMO_STATICS","TYPE_STATICS","getStatics","isMemo","ForwardRef","Memo","objectPrototype","hoistNonReactStatics","targetComponent","sourceComponent","blacklist","inheritedComponent","targetStatics","sourceStatics","descriptor","isLE","mLen","nBytes","eLen","eMax","eBias","nBits","s","NaN","rt","abs","LN2","superCtor","super_","TempCtor","f","DataView","getNative","hashClear","hashDelete","hashGet","hashHas","hashSet","Hash","entries","clear","has","baseCreate","baseLodash","LazyWrapper","__wrapped__","__actions__","__dir__","__filtered__","__iteratees__","__takeCount__","__views__","listCacheClear","listCacheDelete","listCacheGet","listCacheHas","listCacheSet","ListCache","LodashWrapper","chainAll","__chain__","__index__","__values__","Map","mapCacheClear","mapCacheDelete","mapCacheGet","mapCacheHas","mapCacheSet","MapCache","Set","setCacheAdd","setCacheHas","SetCache","__data__","add","stackClear","stackDelete","stackGet","stackHas","stackSet","Stack","WeakMap","iteratee","predicate","resIndex","baseIndexOf","comparator","baseTimes","isArguments","isIndex","isTypedArray","inherited","isArr","isArg","isBuff","isType","skipIndexes","baseAssignValue","objValue","copyObject","keysIn","arrayEach","baseAssign","baseAssignIn","cloneBuffer","copyArray","copySymbols","copySymbolsIn","getAllKeys","getAllKeysIn","getTag","initCloneArray","initCloneByTag","initCloneObject","isMap","isSet","cloneableTags","baseClone","bitmask","customizer","isDeep","isFlat","isFull","isFunc","stacked","subValue","objectCreate","proto","fromIndex","fromRight","arrayPush","isFlattenable","baseFlatten","depth","isStrict","baseFor","createBaseFor","castPath","toKey","keysFunc","symbolsFunc","getRawTag","symToStringTag","toStringTag","baseFindIndex","baseIsNaN","strictIndexOf","baseGetTag","isObjectLike","baseIsEqualDeep","baseIsEqual","other","equalArrays","equalByTag","equalObjects","objectTag","equalFunc","objIsArr","othIsArr","objTag","othTag","objIsObj","othIsObj","isSameTag","objIsWrapped","othIsWrapped","objUnwrapped","othUnwrapped","matchData","noCustomizer","srcValue","COMPARE_PARTIAL_FLAG","isMasked","toSource","reIsHostCtor","funcProto","objectProto","funcToString","reIsNative","isLength","typedArrayTags","baseMatches","baseMatchesProperty","isPrototype","nativeKeys","nativeKeysIn","isProto","baseIsMatch","getMatchData","matchesStrictComparable","hasIn","isKey","isStrictComparable","assignMergeValue","baseMergeDeep","safeGet","baseMerge","srcIndex","cloneTypedArray","isArrayLikeObject","isPlainObject","toPlainObject","mergeFunc","isCommon","isTyped","baseGet","overRest","setToString","metaMap","baseSetData","constant","baseSetToString","arrayMap","symbolProto","symbolToString","baseToString","trimmedEndIndex","reTrimStart","arrayIncludes","arrayIncludesWith","cacheHas","createSet","setToArray","seen","outer","computed","seenIndex","last","stringToPath","arrayBuffer","freeExports","freeModule","cloneArrayBuffer","dataView","reFlags","regexp","symbolValueOf","valueOf","typedArray","nativeMax","partials","holders","isCurried","argsIndex","holdersLength","leftIndex","leftLength","rangeLength","isUncurried","holdersIndex","rightIndex","rightLength","isNew","getSymbols","getSymbolsIn","coreJsData","placeholder","baseRest","isIterateeCall","assigner","sources","guard","iterable","createCtor","isBind","Ctor","thisBinding","createHybrid","createRecurry","getHolder","replaceHolders","flatRest","getData","getFuncName","isLaziable","funcs","prereq","thru","funcName","plant","composeArgs","composeArgsRight","countHolders","reorder","partialsRight","holdersRight","argPos","ary","isAry","isBindKey","isFlip","holdersCount","newHolders","setData","setWrapToString","wrapFunc","isCurry","newData","noop","createBind","createCurry","createPartial","mergeData","toInteger","arraySome","isPartial","othLength","arrStacked","othStacked","arrValue","othValue","compared","othIndex","mapToArray","convert","objProps","objLength","objStacked","skipCtor","objCtor","othCtor","freeGlobal","baseGetAllKeys","realNames","otherFunc","isKeyable","baseIsNative","getPrototype","overArg","nativeObjectToString","isOwn","unmasked","arrayFilter","stubArray","nativeGetSymbols","dataViewCtorString","mapCtorString","promiseCtorString","setCtorString","weakMapCtorString","ctorString","reWrapDetails","reSplitDetails","hasFunc","nativeCreate","cloneDataView","cloneRegExp","cloneSymbol","reWrapComment","details","spreadableSymbol","isConcatSpreadable","reIsUint","isArrayLike","reIsDeepProp","reIsPlainProp","lodash","uid","maskSrcKey","IE_PROTO","assocIndexOf","getMapData","memoize","nativeMin","srcBitmask","newBitmask","isCombo","freeProcess","nodeUtil","types","require","binding","transform","otherArgs","baseSlice","indexes","oldArray","freeSelf","shortOut","getWrapDetails","insertWrapDetails","updateWrapDetails","nativeNow","lastCalled","stamp","pairs","LARGE_ARRAY_SIZE","memoizeCapped","rePropName","reEscapeChar","quote","subString","reWhitespace","wrapFlags","createWrap","curry","toNumber","wait","lastArgs","lastThis","maxWait","timerId","lastCallTime","lastInvokeTime","leading","maxing","trailing","invokeFunc","time","leadingEdge","timerExpired","shouldInvoke","timeSinceLastCall","trailingEdge","timeWaiting","remainingWait","debounced","isInvoking","clearTimeout","flush","flow","createFlow","mapping","fallbackHolder","baseAry","cloneArray","wrapImmutable","cloner","baseConvert","util","isLib","isObj","cap","fixed","immutable","rearg","defaultHolder","forceCurry","forceFixed","forceRearg","pristine","runInContext","helpers","isWeakMap","toPath","each","aryMethodKeys","aryMethod","wrappers","castArray","mixin","nthArg","castCap","iterateeRearg","baseArity","iterateeAry","castFixed","skipFixed","methodSpread","flatSpread","castRearg","skipRearg","methodRearg","aryRearg","cloneByPath","nested","createConverter","realName","aliasToReal","methodName","remap","oldOptions","newUtil","newFunc","newOptions","wrap","mutate","createCloner","aryKey","otherName","afterRearg","castCurry","realToAlias","baseHasIn","hasPath","baseIsArguments","stubFalse","baseIsMap","baseUnary","nodeIsMap","objectCtorString","baseIsSet","nodeIsSet","baseIsTypedArray","nodeIsTypedArray","baseIteratee","arrayLikeKeys","baseKeys","baseKeysIn","memoized","Cache","createAssigner","baseUnset","customOmitClone","omit","paths","CLONE_DEEP_FLAG","baseProperty","basePropertyDeep","debounce","toFinite","remainder","baseTrim","reIsBadHex","reIsBinary","reIsOctal","freeParseInt","isBinary","baseUniq","unionBy","arrays","wrapperClone","low","high","High","prefix","normalize","coreHighlight","autoHighlight","languageNames","registerAlias","own","secondBest","settings","subset","ignore","currentChildren","modeBuffer","compiledKeywords","terminatorEnd","expandMode","execNoop","addText","newMode","endMode","addSiblings","build","subvalue","submatch","nodes","siblings","sibling","tail","buildText","contents","tagName","properties","expression","characterMap","chars","allAccents","firstAccent","removeAccents","removeAccents_1","rankings","CASE_SENSITIVE_EQUAL","EQUAL","STARTS_WITH","WORD_STARTS_WITH","STRING_CASE","STRING_CASE_ACRONYM","ACRONYM","MATCHES","NO_MATCH","caseRankings","CAMEL","PASCAL","KEBAB","SNAKE","NO_CASE","matchSorter","items","_options$threshold","threshold","matchedItems","matches","_getHighestRanking","getHighestRanking","rankedItem","rank","keyIndex","_getHighestRanking$ke","keyThreshold","sortRankedItems","allVals","itemObj","nestedKey","getItemValues","itemValue","getKeyAttributes","getAllValuesToRank","newRank","getMatchRanking","minRanking","maxRanking","testString","stringToRank","prepareValueForComparison","acronym","caseRank","containsUpperCase","containsDash","containsUnderscore","getCaseRanking","caseRanking","testIndex","isPartialOfCase","isCasedAcronym","splitValue","splitTestString","correct","charIndex","splitItem","isCaseAcronym","wordInString","splitByHyphenWord","matchingInOrderCharCount","charNumber","findMatchingCharacter","matchChar","firstIndex","inOrderPercentage","getRanking","getClosenessRanking","aRankedItem","aRank","aKeyIndex","bRankedItem","bRank","bKeyIndex","localeCompare","keepDiacritics","safeIsNaN","areInputsEqual","newInputs","lastInputs","first","second","resultFn","isEqual","lastResult","calledOnce","newArgs","_i","getType","payload","__spreadArrays","il","r","jl","assignProp","carry","newVal","originalObject","propType","mergeRecursively","newComer","extensions","newObject","targetVal","newComers","propIsEnumerable","toObject","test1","test2","test3","letter","shouldUseNative","version","nextTick","arg1","arg2","arg3","cachedSetTimeout","cachedClearTimeout","defaultSetTimout","defaultClearTimeout","runTimeout","fun","currentQueue","draining","queueIndex","cleanUpNextTick","drainQueue","run","marker","runClearTimeout","Item","browser","env","argv","versions","cwd","chdir","umask","ReactPropTypesSecret","emptyFunction","emptyFunctionWithReset","resetWarningCache","shim","propName","propFullName","secret","getShim","ReactPropTypes","bigint","bool","any","arrayOf","elementType","instanceOf","objectOf","oneOf","oneOfType","shape","exact","checkPropTypes","PropTypes","aa","u","ba","g","onError","da","ea","fa","ha","ia","ja","la","ma","na","oa","currentTarget","ka","pa","qa","ra","sa","extractEvents","eventTypes","ta","phasedRegistrationNames","ua","registrationName","va","wa","dependencies","xa","ya","za","Aa","Ba","Ca","stateNode","Da","Ea","Fa","Ga","Ha","Ia","Ja","Ka","La","Ma","Na","Oa","Pa","Qa","acceptsBooleans","attributeName","attributeNamespace","mustUseProperty","propertyName","sanitizeURL","Ua","Va","xlinkHref","Wa","Xa","Sa","Ta","Ra","setAttributeNS","ReactCurrentDispatcher","ReactCurrentBatchConfig","Ya","E","for","Za","$a","ab","bb","cb","db","eb","fb","gb","hb","ib","jb","kb","lb","mb","nb","pb","$$typeof","_status","_result","qb","_debugOwner","_debugSource","return","rb","sb","xb","_valueTracker","setValue","stopTracking","tb","yb","zb","defaultChecked","_wrapperState","initialChecked","Ab","initialValue","controlled","Bb","Cb","Db","Eb","Gb","Fb","Hb","selected","defaultSelected","disabled","Ib","dangerouslySetInnerHTML","Jb","Kb","Lb","Mb","Nb","Ob","Pb","Qb","MSApp","execUnsafeLocalFunction","namespaceURI","Rb","lastChild","Sb","Tb","animationend","animationiteration","animationstart","transitionend","Ub","Vb","Wb","animation","Xb","Yb","Zb","$b","ac","bc","cc","dc","alternate","effectTag","ec","memoizedState","dehydrated","fc","hc","gc","ic","jc","kc","lc","_dispatchListeners","_dispatchInstances","isPropagationStopped","isPersistent","release","mc","nc","srcElement","correspondingUseElement","oc","pc","qc","topLevelType","nativeEvent","targetInst","ancestors","rc","eventSystemFlags","sc","containerInfo","tc","uc","vc","F","wc","xc","yc","zc","Ac","Bc","Cc","Dc","Ec","Fc","Gc","Hc","Ic","Kc","blockedOn","container","Lc","delete","pointerId","Mc","Nc","Pc","unstable_runWithPriority","priority","hydrate","Qc","Rc","Sc","Tc","Uc","unstable_scheduleCallback","unstable_NormalPriority","Vc","Wc","Yc","Zc","$c","ad","bubbled","captured","eventPriority","bd","cd","dd","unstable_UserBlockingPriority","ed","fd","gd","hd","Oc","jd","gridArea","lineClamp","kd","ld","md","setProperty","nd","menuitem","area","br","col","embed","hr","img","keygen","link","param","track","wbr","od","pd","is","qd","rd","sd","td","ud","vd","xd","HTMLIFrameElement","yd","contentEditable","Dd","Ed","Fd","autoFocus","Gd","__html","Hd","Id","Jd","Kd","previousSibling","Ld","random","Md","Nd","Od","Pd","Qd","Rd","Sd","Td","dispatchConfig","Ud","_targetInst","Vd","Wd","Xd","Yd","Zd","$d","ae","be","ce","G","Interface","isDefaultPrevented","returnValue","ee","eventPool","fe","destructor","de","getPooled","stopPropagation","cancelBubble","persist","eventPhase","bubbles","cancelable","timeStamp","isTrusted","ge","he","ie","je","ke","documentMode","le","me","ne","oe","beforeInput","compositionEnd","compositionStart","compositionUpdate","pe","qe","keyCode","detail","se","ve","locale","which","te","ue","we","color","date","datetime","email","month","tel","week","xe","ye","change","ze","Ae","Be","Ce","De","Ee","Fe","Ge","He","Ie","Je","Ke","Le","Me","_isInputEventSupported","Ne","view","Oe","Alt","Control","Meta","Shift","Pe","getModifierState","Qe","Re","Se","Te","Ue","Ve","screenX","screenY","clientX","clientY","pageX","pageY","buttons","relatedTarget","fromElement","toElement","movementX","movementY","We","pressure","tangentialPressure","tiltX","tiltY","twist","pointerType","isPrimary","Xe","mouseEnter","mouseLeave","pointerEnter","pointerLeave","Ye","defaultView","parentWindow","$e","af","bf","cf","df","select","ef","ff","gf","hf","jf","selectionStart","selectionEnd","anchorNode","getSelection","anchorOffset","focusNode","focusOffset","kf","onSelect","lf","animationName","elapsedTime","pseudoElement","mf","clipboardData","nf","of","charCode","pf","Esc","Spacebar","Left","Up","Right","Down","Del","Win","Menu","Apps","Scroll","MozPrintableKey","qf","8","9","12","13","16","17","18","19","20","27","32","33","34","35","36","37","38","39","40","45","46","112","113","114","115","116","117","118","119","120","121","122","123","144","145","224","rf","repeat","sf","dataTransfer","tf","touches","targetTouches","changedTouches","uf","vf","deltaX","wheelDeltaX","deltaY","wheelDeltaY","wheelDelta","deltaZ","deltaMode","wf","SimpleEventPlugin","EnterLeaveEventPlugin","ChangeEventPlugin","SelectEventPlugin","BeforeInputEventPlugin","yf","zf","H","I","Af","J","K","Bf","Cf","__reactInternalMemoizedUnmaskedChildContext","__reactInternalMemoizedMaskedChildContext","L","Df","Ef","Ff","Gf","__reactInternalMemoizedMergedChildContext","Hf","If","Jf","Kf","unstable_cancelCallback","Lf","unstable_requestPaint","Mf","unstable_now","Nf","unstable_getCurrentPriorityLevel","Of","unstable_ImmediatePriority","Pf","Qf","Rf","unstable_LowPriority","Sf","unstable_IdlePriority","Tf","Uf","unstable_shouldYield","Vf","Wf","Xf","Yf","Zf","$f","ag","bg","cg","dg","eg","fg","gg","hg","ig","jg","kg","lg","mg","ng","og","_context","_currentValue","pg","childExpirationTime","qg","firstContext","expirationTime","rg","sg","next","responders","tg","ug","updateQueue","baseState","baseQueue","shared","pending","effects","vg","wg","suspenseConfig","xg","yg","zg","z","ca","Ag","D","Bg","Cg","Dg","Eg","Fg","Jg","isMounted","_reactInternalFiber","enqueueSetState","Gg","Hg","Ig","enqueueReplaceState","enqueueForceUpdate","Kg","shouldComponentUpdate","isPureReactComponent","Lg","updater","Mg","Ng","Og","Pg","_owner","_stringRef","Qg","Rg","lastEffect","nextEffect","firstEffect","Sg","Tg","Ug","implementation","Vg","Wg","A","Xg","Yg","Zg","$g","ah","bh","ch","dh","documentElement","eh","fh","gh","M","hh","memoizedProps","revealOrder","ih","responder","jh","kh","lh","N","O","P","mh","Q","nh","oh","ph","qh","rh","sh","th","uh","vh","wh","lastRenderedReducer","eagerReducer","eagerState","lastRenderedState","dispatch","xh","yh","zh","Ah","destroy","deps","Bh","Ch","Dh","Eh","Fh","Gh","Hh","Ih","Jh","Kh","Lh","Mh","Nh","readContext","useCallback","useEffect","useImperativeHandle","useLayoutEffect","useMemo","useReducer","useRef","useState","useDebugValue","useResponder","useDeferredValue","useTransition","Oh","Ph","Qh","Rh","Sh","Th","pendingProps","Uh","Vh","Wh","Xh","Yh","ReactCurrentOwner","Zh","$h","ai","bi","ci","di","ei","fi","gi","pendingContext","ni","pi","qi","ii","retryTime","ji","unstable_avoidThisFallback","ki","li","isBackwards","rendering","renderingStartTime","tailExpiration","tailMode","mi","ri","si","wasMultiple","multiple","onclick","S","ti","ui","vi","wi","T","xi","U","yi","zi","Ai","Bi","WeakSet","Ci","Fi","Ei","Gi","__reactInternalSnapshotBeforeUpdate","Hi","Ii","Ji","Ki","Li","Di","Mi","Ni","Oi","Pi","Qi","insertBefore","_reactRootContainer","Ri","Si","Ti","display","Ui","Vi","Wi","Xi","Yi","Zi","$i","aj","componentStack","Rj","bj","cj","dj","W","X","kj","lj","mj","nj","oj","Y","qj","rj","sj","tj","uj","vj","wj","timeoutMs","xj","yj","Z","zj","lastExpiredTime","Aj","firstPendingTime","lastPingedTime","nextKnownPendingLevel","callbackExpirationTime","callbackPriority","callbackNode","Bj","Cj","Dj","Ej","Fj","Gj","Hj","finishedWork","finishedExpirationTime","lastSuspendedTime","Ij","timeoutHandle","Jj","busyMinDurationMs","busyDelayMs","Kj","Mj","Nj","pingCache","Oj","ub","Pj","Xc","Qj","Sj","firstSuspendedTime","rangeCount","wb","activeElementDetached","focusedElem","selectionRange","Tj","B","wd","compareDocumentPosition","createRange","setStart","removeAllRanges","addRange","setEnd","left","scrollLeft","scrollTop","vb","Uj","Vj","Wj","hidden","_ctor","ob","Xj","_calculateChangedBits","unstable_observedBits","Zj","pendingChildren","ak","bk","ck","dk","ek","fk","Jc","_internalRoot","gk","ik","hasAttribute","hk","jk","kk","unmount","form","Lj","lk","Events","findFiberByHostInstance","bundleType","rendererPackageName","__REACT_DEVTOOLS_GLOBAL_HOOK__","isDisabled","supportsFiber","inject","onCommitFiberRoot","onCommitFiberUnmount","Yj","overrideHookState","overrideProps","setSuspenseHandler","scheduleUpdate","currentDispatcherRef","findHostInstanceByFiber","findHostInstancesForRefresh","scheduleRefresh","scheduleRoot","setRefreshHandler","getCurrentFiber","createPortal","findDOMNode","flushSync","unmountComponentAtNode","unstable_batchedUpdates","unstable_createPortal","unstable_renderSubtreeIntoContainer","checkDCE","ChevronDown","otherProps","xmlns","viewBox","stroke","strokeLinecap","strokeLinejoin","points","Edit2","Search","cx","cy","x1","y1","x2","y2","GitHubButton","super","$","createRef","paint","reset","replaceChild","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","Lazy","Portal","Profiler","StrictMode","Suspense","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isPortal","isProfiler","isStrictMode","isSuspense","isValidElementType","createStyleObject","classNames","elementStyle","stylesheet","styleObject","createClassNameString","_ref$style","useInlineStyles","TagName","childrenCreator","childrenCount","createChildren","nonStylesheetClassNames","newLineRegex","LineNumbers","codeString","codeStyle","_ref2$containerStyle","containerStyle","float","paddingRight","_ref2$numberStyle","numberStyle","startingLineNumber","lines","getLineNumbers","createLineElement","lineProps","_ref3$className","wrapLinesInSpan","codeTree","tree","flattenCodeTree","newTree","lastLineBreakIndex","_loop","newChild","_children","newElem","defaultRenderer","rows","highlighter","_ref6$style","defaultStyle","_ref6$customStyle","customStyle","_ref6$codeTagProps","codeTagProps","_ref6$useInlineStyles","_ref6$showLineNumbers","showLineNumbers","_ref6$startingLineNum","lineNumberContainerStyle","lineNumberStyle","wrapLines","_ref6$lineProps","renderer","_ref6$PreTag","PreTag","_ref6$CodeTag","CodeTag","_ref6$code","astGenerator","rest","defaultAstGenerator","lineNumbers","defaultPreStyle","backgroundColor","preProps","defaultCodeValue","hasLanguage","getCodeTree","supportedLanguages","forceUpdate","__self","__source","V","IsSomeRendererActing","only","_currentValue2","_threadCount","createFactory","isValidElement","memo","pna","Duplex","Readable","Writable","readable","allowHalfOpen","onend","_writableState","ended","onEndNT","highWaterMark","_readableState","destroyed","_destroy","PassThrough","Transform","_transform","ReadableState","EElistenerCount","Stream","OurUint8Array","debugUtil","debug","debuglog","StringDecoder","BufferList","destroyImpl","kProxyEvents","isDuplex","objectMode","readableObjectMode","hwm","readableHwm","readableHighWaterMark","defaultHwm","pipes","pipesCount","flowing","endEmitted","reading","sync","needReadable","emittedReadable","readableListening","resumeScheduled","defaultEncoding","awaitDrain","readingMore","decoder","_read","readableAddChunk","addToFront","skipChunkCheck","emitReadable","onEofChunk","chunkInvalid","_uint8ArrayToBuffer","maybeReadMore","needMoreData","_undestroy","undestroy","isPaused","setEncoding","enc","howMuchToRead","head","computeNewHighWaterMark","emitReadable_","maybeReadMore_","nReadingNextTick","resume_","fromList","hasStrings","copyFromBufferString","copyFromBuffer","fromListPartial","endReadable","endReadableNT","xs","nOrig","doRead","dest","pipeOpts","endFn","stdout","stderr","unpipe","onunpipe","unpipeInfo","hasUnpiped","onclose","onfinish","ondrain","ondata","cleanedUp","needDrain","pipeOnDrain","increasedAwaitDrain","pause","resume","dests","ev","paused","_fromList","afterTransform","ts","_transformState","transforming","writecb","writechunk","rs","needTransform","writeencoding","_flush","prefinish","_write","err2","CorkedRequest","finish","corkReq","pendingcb","corkedRequestsFree","onCorkedFinish","asyncWrite","setImmediate","WritableState","internalUtil","deprecate","realHasInstance","nop","writableObjectMode","writableHwm","writableHighWaterMark","finalCalled","ending","finished","noDecode","decodeStrings","writing","corked","bufferProcessing","onwrite","writelen","onwriteStateUpdate","finishMaybe","errorEmitted","onwriteError","needFinish","bufferedRequest","clearBuffer","afterWrite","lastBufferedRequest","prefinished","bufferedRequestCount","writev","_writev","final","_final","doWrite","onwriteDrain","holder","allBuffers","isBuf","callFinal","need","getBuffer","hasInstance","writeAfterEnd","valid","validChunk","newChunk","decodeChunk","writeOrBuffer","cork","uncork","setDefaultEncoding","endWritable","custom","emitErrorNT","readableDestroyed","writableDestroyed","copyProps","SafeBuffer","sax","parser","strict","opt","SAXParser","SAXStream","createStream","MAX_BUFFER_LENGTH","buffers","clearBuffers","bufferCheckPosition","lowercase","lowercasetags","looseCase","tags","closed","closedRoot","sawRoot","noscript","BEGIN","strictEntities","ENTITIES","XML_ENTITIES","attribList","ns","rootNS","trackPosition","column","EVENTS","BEGIN_WHITESPACE","beginWhiteSpace","TEXT","starti","textNode","isWhitespace","strictFail","TEXT_ENTITY","OPEN_WAKA","startTagPosition","SCRIPT","SCRIPT_ENDING","CLOSE_TAG","SGML_DECL","sgmlDecl","isMatch","nameStart","OPEN_TAG","PROC_INST","procInstName","procInstBody","pad","emitNode","CDATA","cdata","comment","DOCTYPE","doctype","isQuote","SGML_DECL_QUOTED","DOCTYPE_DTD","DOCTYPE_QUOTED","DOCTYPE_DTD_QUOTED","COMMENT_ENDING","COMMENT_ENDED","textopts","CDATA_ENDING","CDATA_ENDING_2","PROC_INST_ENDING","PROC_INST_BODY","nameBody","newTag","openTag","OPEN_TAG_SLASH","ATTRIB","closeTag","attribName","attribValue","ATTRIB_NAME","ATTRIB_VALUE","attrib","ATTRIB_NAME_SAW_WHITE","ATTRIB_VALUE_QUOTED","ATTRIB_VALUE_UNQUOTED","ATTRIB_VALUE_ENTITY_Q","ATTRIB_VALUE_CLOSED","isAttribEnd","ATTRIB_VALUE_ENTITY_U","CLOSE_TAG_SAW_WHITE","notMatch","returnState","parseEntity","entity","entityBody","entityStart","maxAllowed","maxActual","closeText","checkBufferLength","ex","streamWraps","_parser","_decoder","SD","XML_NAMESPACE","xml","stringFromCharCode","fromCodePoint","STATE","COMMENT_STARTING","qname","qualName","local","qn","selfClosing","nv","isSelfClosing","closeTo","entityLC","numStr","highSurrogate","lowSurrogate","MAX_SIZE","codeUnits","MessageChannel","unstable_forceFrameRate","performance","cancelAnimationFrame","port2","port1","onmessage","postMessage","sortIndex","startTime","priorityLevel","unstable_Profiling","unstable_continueExecution","unstable_getFirstCallbackNode","unstable_next","unstable_pauseExecution","delay","unstable_wrapCallback","registerImmediate","html","channel","messagePrefix","onGlobalMessage","nextHandle","tasksByHandle","currentlyRunningATask","doc","attachTo","handle","runIfPresent","importScripts","postMessageIsAsynchronous","oldOnMessage","canUsePostMessage","task","clearImmediate","EE","_isStdio","didOnEnd","cleanup","nenc","retried","_normalizeEncoding","normalizeEncoding","utf16Text","utf16End","fillLast","utf8FillLast","base64Text","base64End","simpleWrite","simpleEnd","lastNeed","lastTotal","lastChar","utf8CheckByte","byte","utf8CheckExtraBytes","total","utf8CheckIncomplete","interleave","interpolations","classCallCheck","createClass","protoProps","staticProps","possibleConstructorReturn","EMPTY_ARRAY","EMPTY_OBJECT","getComponentName","isStyledComponent","styledComponentId","SC_ATTR","REACT_APP_SC_ATTR","IS_BROWSER","DISABLE_SPEEDY","SC_DISABLE_SPEEDY","REACT_APP_SC_DISABLE_SPEEDY","STATIC_EXECUTION_CONTEXT","StyledComponentsError","_Error","SC_COMPONENT_ID","extractComps","maybeCSS","css","existingComponents","componentId","matchIndex","nextComp","cssFromDOM","COMMENT_REGEX","stylisSplitter","cascade","keyframe","compress","semicolon","stylis","parsingRules","returnRulesPlugin","parsedRules","parseRulesPlugin","rule","_componentId","_selector","_selectorRegexp","selfReferenceReplacer","selectors","splitByRules","stringifyRules","rules","selector","flatCSS","cssStr","getNonce","addNameForId","names","resetIdNames","hasNameForId","stringifyNames","sheetForTag","sheet","styleSheets","ownerNode","safeInsertRule","cssRule","maxIndex","cssRules","insertRule","makeTextMarker","addUpUntilIndex","sizes","totalUpToIndex","wrapAsHtmlTag","additionalAttrs","nonce","SC_VERSION_ATTR","wrapAsElement","getIdsFromMarkersFactory","markers","makeTextNode","makeServerTag","namesArg","markersArg","insertMarker","prev","cssForId","namesClone","cloneNames","markersClone","getIds","insertRules","removeRules","sealed","styleTag","toHTML","makeTag","tagEl","forceServer","getImportRuleTag","makeStyleTag","extractImport","usedImportRuleTag","importRules","cssRulesSize","mayHaveImport","separator","appendData","newMarker","makeBrowserTag","insertIndex","injectedRules","removalIndex","lowerBound","deleteRule","deleteRules","makeSpeedyTag","SPLIT_REGEX","sheetRunningId","master","StyleSheet","importRuleTag","firstTag","tagMap","deferred","rehydratedNames","ignoreRehydratedNames","capacity","clones","rehydrate","els","extracted","isStreamed","nodesSize","elNames","elNamesSize","extractedSize","_extracted$i","_j","ids","sealAllTags","lastEl","getTagForId","hasId","deferredInject","toReactElements","Keyframes","getName","uppercasePattern","msPattern","hyphenateStyleName","isFalsish","objToCssArray","prevKey","executionContext","ruleSet","styles","murmurhash","getAlphabeticChar","generateAlphabeticName","isStaticRules","attrs","hasFunctionObjectKey","_TYPE_STATICS","hasher","ComponentStyle","isStatic","generateAndInjectStyles","lastClassName","generateName","determineTheme","fallbackTheme","isDefaultTheme","theme","escapeRegex","dashesAtEnds","isTag","defineProperty$1","_Object$getOwnPropert","arrayPrototype","ThemeContext","ThemeConsumer","ThemeProvider","renderInner","outerTheme","getTheme","StyleSheetContext","ServerStyleSheet","masterSheet","seal","collectStyles","StyleSheetManager","getStyleTags","getStyleElement","interleaveWithNodeStream","readableStream","StyleSheetConsumer","identifiers","StyledComponent","renderOuter","forwardedComponent","componentStyle","_props$forwardedCompo","foldedComponentIds","generatedClassName","elementToBeCreated","as","isTargetTag","propsForElement","computedProps","buildExecutionContext","attrDef","resolvedAttrDef","attrDefWasFn","attr","_props$forwardedCompo2","warnTooManyClasses","createStyledComponent","isTargetStyledComp","isClass","_options$displayName","generateDisplayName","_options$componentId","_ComponentStyle","_displayName","parentComponentId","nr","generateId","_options$ParentCompon","ParentComponent","_options$attrs","finalAttrs","WrappedStyledComponent","withComponent","previousComponentId","optionsToCopy","objectWithoutProperties","newComponentId","_foldedDefaultProps","styled","constructWithOptions","componentConstructor","templateFunction","withConfig","domElement","GlobalStyle","createStyles","removeStyles","renderStyles","createGlobalStyle","GlobalStyleComponent","_this$constructor","globalStyle","scCGSHMRCache","replaceWhitespace","keyframes","toSheet","content","parents","at","delimiter","Timeout","clearFn","_id","_clearFn","scope","setInterval","clearInterval","unref","enroll","msecs","_idleTimeoutId","_idleTimeout","unenroll","_unrefActive","active","_onTimeout","extendStatics","__extends","__","__assign","__rest","__decorate","decorators","desc","decorate","__param","paramIndex","decorator","__metadata","metadataKey","metadataValue","metadata","__awaiter","_arguments","generator","step","__generator","label","sent","trys","ops","verb","__createBinding","k2","__exportStar","__values","__read","ar","__spread","__await","__asyncGenerator","asyncIterator","fulfill","__asyncDelegator","__asyncValues","__makeTemplateObject","cooked","raw","__importStar","mod","__importDefault","__classPrivateFieldGet","privateMap","__classPrivateFieldSet","ENCODING","ENCODING_LEN","TIME_MAX","replaceCharAt","incrementBase32","maxCharIndex","randomChar","prng","rand","encodeTime","isInteger","encodeRandom","decodeTime","TIME_LEN","encodingIndex","detectPrng","allowInsecure","browserCrypto","crypto","msCrypto","getRandomValues","nodeCrypto","randomBytes","currPrng","seedTime","monotonicFactory","lastTime","lastRandom","incrementedRandom","newRandom","ulid","localStorage","msg","trace","webpackPolyfill","stripBOM","builder","escapeCDATA","requiresCDATA","wrapCDATA","Builder","buildObject","rootObj","attrkey","charkey","rootElement","rootName","txt","ele","up","att","xmldec","headless","allowSurrogateChars","renderOpts","explicitCharkey","normalizeTags","explicitArray","ignoreAttrs","mergeAttrs","explicitRoot","validator","explicitChildren","childkey","charsAsChildren","includeWhiteChars","attrNameProcessors","attrValueProcessors","tagNameProcessors","valueProcessors","emptyTag","preserveChildrenOrder","chunkSize","bom","isEmpty","processItem","processors","thing","Parser","parseString","assignOrPush","processAsync","xmlnskey","__super__","saxParser","error1","errThrown","ontext","resultObject","EXPLICIT_CHARKEY","onopentag","processedKey","onclosetag","emptyStr","objClone","old","xpath","charChild","oncdata","prefixMatch","firstCharLowerCase","stripPrefix","parseNumbers","parseBooleans","ValidationError","XMLAttribute","attName","attValue","writer","XMLNode","XMLCData","XMLComment","XMLDTDAttList","elementName","attributeType","defaultValueType","eleName","dtdAttType","dtdAttDefault","dtdAttList","XMLDTDElement","dtdElementValue","dtdElement","XMLDTDEntity","pubID","sysID","dtdPubID","dtdSysID","nData","dtdNData","dtdEntityValue","dtdEntity","XMLDTDNotation","dtdNotation","XMLDeclaration","standalone","xmlVersion","xmlEncoding","xmlStandalone","declaration","XMLDocType","ref1","documentObject","attList","pEntity","notation","docType","ent","pent","not","XMLStringWriter","XMLStringifier","XMLDocument","isDocument","writerOptions","XMLElement","XMLProcessingInstruction","XMLRaw","XMLText","XMLDocumentCB","onData","onEnd","onDataCallback","onEndCallback","currentNode","currentLevel","openTags","documentStarted","documentCompleted","openCurrent","skipNullAttributes","instruction","insTarget","insValue","processingInstruction","rootNodeName","closeNode","openNode","isOpen","isClosed","nod","dat","com","ins","dec","dtd","isRoot","rootObject","clonedSelf","clonedChild","childNode","len1","ignoreDecorators","convertAttKey","separateArrayItems","convertTextKey","convertCDataKey","convertCommentKey","convertRawKey","convertPIKey","removed","insertAfter","commentBefore","commentAfter","instructionBefore","instructionAfter","ref2","importDocument","clonedRoot","importXMLBuilder","XMLWriterBase","XMLStreamWriter","isLastRootNode","level","space","endline","spacebeforeslash","allowEmpty","pretty","newline","textispresent","textispresentwasset","newlinedefault","prettydefault","dontprettytextnodes","assertLegalChar","noDoubleEncoding","eleText","elEscape","attEscape","ampregex","ref3","ref4","ref5","ref6","indent","stringWriter","streamWriter"],"mappings":"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ACA,SACA,UACA,OACA,OACA,KACA,MACA,UACA,MACA,MACA,KACA,KACA,KACA,WACA,aACA,SACA,SACA,OACA,KACA,KACA,KACA,KACA,KACA,KACA,SACA,SACA,OACA,IACA,SACA,MACA,QACA,MACA,MACA,QACA,SACA,KACA,OACA,OACA,MACA,SACA,KACA,IACA,IACA,QACA,OACA,UACA,OACA,SACA,UACA,MACA,QACA,QACA,KACA,WACA,QACA,KACA,QACA,OACA,KACA,KACA,MACA,SAwQyBj4B,KAAK,KAAO,IAAMkvC,EACvCpU,aAAa,EACbvxB,SAAU,CACR,CAAC2pB,UAAW,eAAgB+E,MAAO,+BAKvC,CACEA,MAAO,YAtWU,CACrB,QACA,SACA,eACA,aACA,SACA,cACA,QACA,QACA,OACA,OACA,WA2V0Cj4B,KAAK,KAAO,IAAMkvC,GAI1D,CACEjX,MAAO,KA3XK,CAChB,UACA,MACA,QACA,SACA,YACA,MACA,SACA,UACA,QACA,QACA,OACA,OACA,SA8W+Bj4B,KAAK,KAAO,QAIzCwhC,EAGA7L,EAAKqJ,gBAGLrJ,EAAKkJ,YAIL,CACE3L,UAAW,WACX+E,MAAO,kCACPM,QAAS,QACTuC,aAAa,EACbvxB,SAAU,CACR,CAAC2pB,UAAW,QAAS+E,MAAO,6BAC5B,CACE/E,UAAW,SACX+E,MAAO,KACP1d,IAAK,KACLhR,SAAU,CACR0lC,EACAzN,EACA7L,EAAK0I,iBACL1I,EAAKqJ,gBACLrJ,EAAKkJ,YACLlJ,EAAK2I,sBASb,CACEpL,UAAW,YACX+E,MAAO,OA3TI,CACf,gBACA,cACA,aACA,YACA,kBACA,sBACA,qBACA,sBACA,4BACA,iBACA,uBACA,4BACA,OACA,sBACA,aACA,wBACA,kBACA,mBACA,mBACA,oBACA,sBACA,oBACA,kBACA,SACA,gBACA,sBACA,4BACA,6BACA,sBACA,sBACA,kBACA,eACA,eACA,sBACA,sBACA,qBACA,sBACA,qBACA,cACA,oBACA,oBACA,oBACA,gBACA,eACA,qBACA,qBACA,qBACA,iBACA,eACA,aACA,mBACA,yBACA,0BACA,mBACA,mBACA,eACA,SACA,uBACA,aACA,aACA,cACA,eACA,eACA,eACA,QACA,OACA,YACA,QACA,eACA,cACA,aACA,cACA,oBACA,oBACA,oBACA,cACA,eACA,UACA,UACA,oBACA,gBACA,SACA,YACA,UACA,cACA,SACA,OACA,aACA,iBACA,YACA,YACA,cACA,YACA,QACA,OACA,cACA,wBACA,eACA,yBACA,YACA,mBACA,eACA,aACA,eACA,yBACA,cACA,SACA,UACA,OACA,oBACA,kBACA,mBACA,WACA,UACA,UACA,kBACA,OACA,iBACA,cACA,aACA,mBACA,sBACA,kBACA,SACA,gBACA,cACA,eACA,aACA,QACA,OACA,aACA,YACA,aACA,YACA,WACA,YACA,WACA,YACA,SACA,OACA,SACA,aACA,kBACA,UACA,QACA,UACA,UACA,gBACA,iBACA,gBACA,gBACA,WACA,gBACA,aACA,aACA,UACA,iBACA,eACA,gBACA,cACA,mBACA,oBACA,oBACA,cACA,qBACA,iBACA,WACA,SACA,SACA,QACA,WACA,eACA,aACA,kBACA,kBACA,wBACA,uBACA,wBACA,cACA,gBACA,iBACA,cACA,iBACA,0BACA,MACA,YACA,mBACA,kBACA,aACA,mBACA,sBACA,sBACA,6BACA,eACA,iBACA,aACA,cACA,SACA,QACA,aACA,eACA,YACA,WAgH+B5pB,UAAUrO,KAAK,KAAO,OACjD84B,OAAQ,CAENve,IAAK,MACLhR,SAAU,CACR0lC,EACAzN,EACA7L,EAAK0I,iBACL1I,EAAK2I,kBACL3I,EAAKqJ,gBACLrJ,EAAKkJ,YACLlJ,EAAKgJ,sBAEPpG,QAAS,KACTE,UAAW,Q,sEC/brB5sC,EAAOC,QAAU,SAAS6pC,GAuBxB,MAAO,CACL4B,kBAAkB,EAClBhuB,SAAU,CAxBE,CACZ2pB,UAAW,SACX+E,MAAO,oBAAqB1d,IAAK,SAExB,CACT2Y,UAAW,SACX+E,MAAO,wDAEW,CAClB/E,UAAW,SACX+E,MAAO,eAEM,CACb/E,UAAW,UACXuF,UAAW,GACX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IACL,OAAK,IACL,OAAK,IACL,OAAK,IACL,OAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,KACL,SAAK,KACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,KACL,SAAK,KACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,KACL,SAAK,KACL,SAAK,IACL,SAAK,IACL,OAAK,KACL,OAAK,KACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,UAAM,IACN,UAAM,IACN,SAAK,SACL,SAAK,SACL,SAAK,SACL,SAAK,SACL,UAAM,IACN,UAAM,IACN,UAAM,IACN,UAAM,IACN,UAAM,IACN,UAAM,IACN,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,IACL,SAAK,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","file":"static/js/vendors.357a799b.js","sourcesContent":["var toPropertyKey = require(\"./toPropertyKey.js\");\nfunction _defineProperty(obj, key, value) {\n  key = toPropertyKey(key);\n  if (key in obj) {\n    Object.defineProperty(obj, key, {\n      value: value,\n      enumerable: true,\n      configurable: true,\n      writable: true\n    });\n  } else {\n    obj[key] = value;\n  }\n  return obj;\n}\nmodule.exports = _defineProperty, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _extends() {\n  module.exports = _extends = Object.assign ? Object.assign.bind() : function (target) {\n    for (var i = 1; i < arguments.length; i++) {\n      var source = arguments[i];\n      for (var key in source) {\n        if (Object.prototype.hasOwnProperty.call(source, key)) {\n          target[key] = source[key];\n        }\n      }\n    }\n    return target;\n  }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n  return _extends.apply(this, arguments);\n}\nmodule.exports = _extends, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var defineProperty = require(\"./defineProperty.js\");\nfunction _objectSpread(target) {\n  for (var i = 1; i < arguments.length; i++) {\n    var source = arguments[i] != null ? Object(arguments[i]) : {};\n    var ownKeys = Object.keys(source);\n    if (typeof Object.getOwnPropertySymbols === 'function') {\n      ownKeys.push.apply(ownKeys, Object.getOwnPropertySymbols(source).filter(function (sym) {\n        return Object.getOwnPropertyDescriptor(source, sym).enumerable;\n      }));\n    }\n    ownKeys.forEach(function (key) {\n      defineProperty(target, key, source[key]);\n    });\n  }\n  return target;\n}\nmodule.exports = _objectSpread, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var objectWithoutPropertiesLoose = require(\"./objectWithoutPropertiesLoose.js\");\nfunction _objectWithoutProperties(source, excluded) {\n  if (source == null) return {};\n  var target = objectWithoutPropertiesLoose(source, excluded);\n  var key, i;\n  if (Object.getOwnPropertySymbols) {\n    var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n    for (i = 0; i < sourceSymbolKeys.length; i++) {\n      key = sourceSymbolKeys[i];\n      if (excluded.indexOf(key) >= 0) continue;\n      if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n      target[key] = source[key];\n    }\n  }\n  return target;\n}\nmodule.exports = _objectWithoutProperties, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n  return target;\n}\nmodule.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nfunction _toPrimitive(input, hint) {\n  if (_typeof(input) !== \"object\" || input === null) return input;\n  var prim = input[Symbol.toPrimitive];\n  if (prim !== undefined) {\n    var res = prim.call(input, hint || \"default\");\n    if (_typeof(res) !== \"object\") return res;\n    throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n  }\n  return (hint === \"string\" ? String : Number)(input);\n}\nmodule.exports = _toPrimitive, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","var _typeof = require(\"./typeof.js\")[\"default\"];\nvar toPrimitive = require(\"./toPrimitive.js\");\nfunction _toPropertyKey(arg) {\n  var key = toPrimitive(arg, \"string\");\n  return _typeof(key) === \"symbol\" ? key : String(key);\n}\nmodule.exports = _toPropertyKey, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _typeof(obj) {\n  \"@babel/helpers - typeof\";\n\n  return (module.exports = _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n    return typeof obj;\n  } : function (obj) {\n    return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n  }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports), _typeof(obj);\n}\nmodule.exports = _typeof, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function memoize(fn) {\n  var cache = {};\n  return function (arg) {\n    if (cache[arg] === undefined) cache[arg] = fn(arg);\n    return cache[arg];\n  };\n}\n\nexport default memoize;\n","import memoize from '@emotion/memoize';\n\nvar reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|default|defer|dir|disabled|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|itemProp|itemScope|itemType|itemID|itemRef|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/; // https://esbench.com/bench/5bfee68a4cd7e6009ef61d23\n\nvar index = memoize(function (prop) {\n  return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111\n  /* o */\n  && prop.charCodeAt(1) === 110\n  /* n */\n  && prop.charCodeAt(2) < 91;\n}\n/* Z+1 */\n);\n\nexport default index;\n","var unitlessKeys = {\n  animationIterationCount: 1,\n  borderImageOutset: 1,\n  borderImageSlice: 1,\n  borderImageWidth: 1,\n  boxFlex: 1,\n  boxFlexGroup: 1,\n  boxOrdinalGroup: 1,\n  columnCount: 1,\n  columns: 1,\n  flex: 1,\n  flexGrow: 1,\n  flexPositive: 1,\n  flexShrink: 1,\n  flexNegative: 1,\n  flexOrder: 1,\n  gridRow: 1,\n  gridRowEnd: 1,\n  gridRowSpan: 1,\n  gridRowStart: 1,\n  gridColumn: 1,\n  gridColumnEnd: 1,\n  gridColumnSpan: 1,\n  gridColumnStart: 1,\n  msGridRow: 1,\n  msGridRowSpan: 1,\n  msGridColumn: 1,\n  msGridColumnSpan: 1,\n  fontWeight: 1,\n  lineHeight: 1,\n  opacity: 1,\n  order: 1,\n  orphans: 1,\n  tabSize: 1,\n  widows: 1,\n  zIndex: 1,\n  zoom: 1,\n  WebkitLineClamp: 1,\n  // SVG-related properties\n  fillOpacity: 1,\n  floodOpacity: 1,\n  stopOpacity: 1,\n  strokeDasharray: 1,\n  strokeDashoffset: 1,\n  strokeMiterlimit: 1,\n  strokeOpacity: 1,\n  strokeWidth: 1\n};\n\nexport default unitlessKeys;\n","export default function _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n  return target;\n}","export default function _extends() {\n  _extends = Object.assign ? Object.assign.bind() : function (target) {\n    for (var i = 1; i < arguments.length; i++) {\n      var source = arguments[i];\n      for (var key in source) {\n        if (Object.prototype.hasOwnProperty.call(source, key)) {\n          target[key] = source[key];\n        }\n      }\n    }\n    return target;\n  };\n  return _extends.apply(this, arguments);\n}","export default function _assertThisInitialized(self) {\n  if (self === void 0) {\n    throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n  }\n  return self;\n}","export default function _setPrototypeOf(o, p) {\n  _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {\n    o.__proto__ = p;\n    return o;\n  };\n  return _setPrototypeOf(o, p);\n}","import React from 'react';\nimport _objectWithoutPropertiesLoose from '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport _assertThisInitialized from '@babel/runtime/helpers/esm/assertThisInitialized';\nimport _inheritsLoose from '@babel/runtime/helpers/esm/inheritsLoose';\nimport { isValidElementType } from 'react-is';\nimport hoistNonReactStatics from 'hoist-non-react-statics';\n\n/* eslint-disable import/prefer-default-export */\nfunction invariant(condition, message) {\n  if (condition) return;\n  var error = new Error(\"loadable: \" + message);\n  error.framesToPop = 1;\n  error.name = 'Invariant Violation';\n  throw error;\n}\nfunction warn(message) {\n  // eslint-disable-next-line no-console\n  console.warn(\"loadable: \" + message);\n}\n\nvar Context = /*#__PURE__*/\nReact.createContext();\n\nvar LOADABLE_REQUIRED_CHUNKS_KEY = '__LOADABLE_REQUIRED_CHUNKS__';\nfunction getRequiredChunkKey(namespace) {\n  return \"\" + namespace + LOADABLE_REQUIRED_CHUNKS_KEY;\n}\n\nvar sharedInternals = /*#__PURE__*/Object.freeze({\n  __proto__: null,\n  getRequiredChunkKey: getRequiredChunkKey,\n  invariant: invariant,\n  Context: Context\n});\n\nvar LOADABLE_SHARED = {\n  initialChunks: {}\n};\n\nvar STATUS_PENDING = 'PENDING';\nvar STATUS_RESOLVED = 'RESOLVED';\nvar STATUS_REJECTED = 'REJECTED';\n\nfunction resolveConstructor(ctor) {\n  if (typeof ctor === 'function') {\n    return {\n      requireAsync: ctor,\n      resolve: function resolve() {\n        return undefined;\n      },\n      chunkName: function chunkName() {\n        return undefined;\n      }\n    };\n  }\n\n  return ctor;\n}\n\nvar withChunkExtractor = function withChunkExtractor(Component) {\n  var LoadableWithChunkExtractor = function LoadableWithChunkExtractor(props) {\n    return React.createElement(Context.Consumer, null, function (extractor) {\n      return React.createElement(Component, Object.assign({\n        __chunkExtractor: extractor\n      }, props));\n    });\n  };\n\n  if (Component.displayName) {\n    LoadableWithChunkExtractor.displayName = Component.displayName + \"WithChunkExtractor\";\n  }\n\n  return LoadableWithChunkExtractor;\n};\n\nvar identity = function identity(v) {\n  return v;\n};\n\nfunction createLoadable(_ref) {\n  var _ref$defaultResolveCo = _ref.defaultResolveComponent,\n      defaultResolveComponent = _ref$defaultResolveCo === void 0 ? identity : _ref$defaultResolveCo,\n      _render = _ref.render,\n      onLoad = _ref.onLoad;\n\n  function loadable(loadableConstructor, options) {\n    if (options === void 0) {\n      options = {};\n    }\n\n    var ctor = resolveConstructor(loadableConstructor);\n    var cache = {};\n    /**\n     * Cachekey represents the component to be loaded\n     * if key changes - component has to be reloaded\n     * @param props\n     * @returns {null|Component}\n     */\n\n    function _getCacheKey(props) {\n      if (options.cacheKey) {\n        return options.cacheKey(props);\n      }\n\n      if (ctor.resolve) {\n        return ctor.resolve(props);\n      }\n\n      return 'static';\n    }\n    /**\n     * Resolves loaded `module` to a specific `Component\n     * @param module\n     * @param props\n     * @param Loadable\n     * @returns Component\n     */\n\n\n    function resolve(module, props, Loadable) {\n      var Component = options.resolveComponent ? options.resolveComponent(module, props) : defaultResolveComponent(module);\n\n      if (options.resolveComponent && !isValidElementType(Component)) {\n        throw new Error(\"resolveComponent returned something that is not a React component!\");\n      }\n\n      hoistNonReactStatics(Loadable, Component, {\n        preload: true\n      });\n      return Component;\n    }\n\n    var cachedLoad = function cachedLoad(props) {\n      var cacheKey = _getCacheKey(props);\n\n      var promise = cache[cacheKey];\n\n      if (!promise || promise.status === STATUS_REJECTED) {\n        promise = ctor.requireAsync(props);\n        promise.status = STATUS_PENDING;\n        cache[cacheKey] = promise;\n        promise.then(function () {\n          promise.status = STATUS_RESOLVED;\n        }, function (error) {\n          console.error('loadable-components: failed to asynchronously load component', {\n            fileName: ctor.resolve(props),\n            chunkName: ctor.chunkName(props),\n            error: error ? error.message : error\n          });\n          promise.status = STATUS_REJECTED;\n        });\n      }\n\n      return promise;\n    };\n\n    var InnerLoadable =\n    /*#__PURE__*/\n    function (_React$Component) {\n      _inheritsLoose(InnerLoadable, _React$Component);\n\n      InnerLoadable.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) {\n        var cacheKey = _getCacheKey(props);\n\n        return _extends({}, state, {\n          cacheKey: cacheKey,\n          // change of a key triggers loading state automatically\n          loading: state.loading || state.cacheKey !== cacheKey\n        });\n      };\n\n      function InnerLoadable(props) {\n        var _this;\n\n        _this = _React$Component.call(this, props) || this;\n        _this.state = {\n          result: null,\n          error: null,\n          loading: true,\n          cacheKey: _getCacheKey(props)\n        };\n        invariant(!props.__chunkExtractor || ctor.requireSync, 'SSR requires `@loadable/babel-plugin`, please install it'); // Server-side\n\n        if (props.__chunkExtractor) {\n          // This module has been marked with no SSR\n          if (options.ssr === false) {\n            return _assertThisInitialized(_this);\n          } // We run load function, we assume that it won't fail and that it\n          // triggers a synchronous loading of the module\n\n\n          ctor.requireAsync(props)[\"catch\"](function () {\n            return null;\n          }); // So we can require now the module synchronously\n\n          _this.loadSync();\n\n          props.__chunkExtractor.addChunk(ctor.chunkName(props));\n\n          return _assertThisInitialized(_this);\n        } // Client-side with `isReady` method present (SSR probably)\n        // If module is already loaded, we use a synchronous loading\n        // Only perform this synchronous loading if the component has not\n        // been marked with no SSR, else we risk hydration mismatches\n\n\n        if (options.ssr !== false && ( // is ready - was loaded in this session\n        ctor.isReady && ctor.isReady(props) || // is ready - was loaded during SSR process\n        ctor.chunkName && LOADABLE_SHARED.initialChunks[ctor.chunkName(props)])) {\n          _this.loadSync();\n        }\n\n        return _this;\n      }\n\n      var _proto = InnerLoadable.prototype;\n\n      _proto.componentDidMount = function componentDidMount() {\n        this.mounted = true; // retrieve loading promise from a global cache\n\n        var cachedPromise = this.getCache(); // if promise exists, but rejected - clear cache\n\n        if (cachedPromise && cachedPromise.status === STATUS_REJECTED) {\n          this.setCache();\n        } // component might be resolved synchronously in the constructor\n\n\n        if (this.state.loading) {\n          this.loadAsync();\n        }\n      };\n\n      _proto.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n        // Component has to be reloaded on cacheKey change\n        if (prevState.cacheKey !== this.state.cacheKey) {\n          this.loadAsync();\n        }\n      };\n\n      _proto.componentWillUnmount = function componentWillUnmount() {\n        this.mounted = false;\n      };\n\n      _proto.safeSetState = function safeSetState(nextState, callback) {\n        if (this.mounted) {\n          this.setState(nextState, callback);\n        }\n      }\n      /**\n       * returns a cache key for the current props\n       * @returns {Component|string}\n       */\n      ;\n\n      _proto.getCacheKey = function getCacheKey() {\n        return _getCacheKey(this.props);\n      }\n      /**\n       * access the persistent cache\n       */\n      ;\n\n      _proto.getCache = function getCache() {\n        return cache[this.getCacheKey()];\n      }\n      /**\n       * sets the cache value. If called without value sets it as undefined\n       */\n      ;\n\n      _proto.setCache = function setCache(value) {\n        if (value === void 0) {\n          value = undefined;\n        }\n\n        cache[this.getCacheKey()] = value;\n      };\n\n      _proto.triggerOnLoad = function triggerOnLoad() {\n        var _this2 = this;\n\n        if (onLoad) {\n          setTimeout(function () {\n            onLoad(_this2.state.result, _this2.props);\n          });\n        }\n      }\n      /**\n       * Synchronously loads component\n       * target module is expected to already exists in the module cache\n       * or be capable to resolve synchronously (webpack target=node)\n       */\n      ;\n\n      _proto.loadSync = function loadSync() {\n        // load sync is expecting component to be in the \"loading\" state already\n        // sounds weird, but loading=true is the initial state of InnerLoadable\n        if (!this.state.loading) return;\n\n        try {\n          var loadedModule = ctor.requireSync(this.props);\n          var result = resolve(loadedModule, this.props, Loadable);\n          this.state.result = result;\n          this.state.loading = false;\n        } catch (error) {\n          console.error('loadable-components: failed to synchronously load component, which expected to be available', {\n            fileName: ctor.resolve(this.props),\n            chunkName: ctor.chunkName(this.props),\n            error: error ? error.message : error\n          });\n          this.state.error = error;\n        }\n      }\n      /**\n       * Asynchronously loads a component.\n       */\n      ;\n\n      _proto.loadAsync = function loadAsync() {\n        var _this3 = this;\n\n        var promise = this.resolveAsync();\n        promise.then(function (loadedModule) {\n          var result = resolve(loadedModule, _this3.props, Loadable);\n\n          _this3.safeSetState({\n            result: result,\n            loading: false\n          }, function () {\n            return _this3.triggerOnLoad();\n          });\n        })[\"catch\"](function (error) {\n          return _this3.safeSetState({\n            error: error,\n            loading: false\n          });\n        });\n        return promise;\n      }\n      /**\n       * Asynchronously resolves(not loads) a component.\n       * Note - this function does not change the state\n       */\n      ;\n\n      _proto.resolveAsync = function resolveAsync() {\n        var _this$props = this.props,\n            __chunkExtractor = _this$props.__chunkExtractor,\n            forwardedRef = _this$props.forwardedRef,\n            props = _objectWithoutPropertiesLoose(_this$props, [\"__chunkExtractor\", \"forwardedRef\"]);\n\n        return cachedLoad(props);\n      };\n\n      _proto.render = function render() {\n        var _this$props2 = this.props,\n            forwardedRef = _this$props2.forwardedRef,\n            propFallback = _this$props2.fallback,\n            __chunkExtractor = _this$props2.__chunkExtractor,\n            props = _objectWithoutPropertiesLoose(_this$props2, [\"forwardedRef\", \"fallback\", \"__chunkExtractor\"]);\n\n        var _this$state = this.state,\n            error = _this$state.error,\n            loading = _this$state.loading,\n            result = _this$state.result;\n\n        if (options.suspense) {\n          var cachedPromise = this.getCache() || this.loadAsync();\n\n          if (cachedPromise.status === STATUS_PENDING) {\n            throw this.loadAsync();\n          }\n        }\n\n        if (error) {\n          throw error;\n        }\n\n        var fallback = propFallback || options.fallback || null;\n\n        if (loading) {\n          return fallback;\n        }\n\n        return _render({\n          fallback: fallback,\n          result: result,\n          options: options,\n          props: _extends({}, props, {\n            ref: forwardedRef\n          })\n        });\n      };\n\n      return InnerLoadable;\n    }(React.Component);\n\n    var EnhancedInnerLoadable = withChunkExtractor(InnerLoadable);\n    var Loadable = React.forwardRef(function (props, ref) {\n      return React.createElement(EnhancedInnerLoadable, Object.assign({\n        forwardedRef: ref\n      }, props));\n    });\n    Loadable.displayName = 'Loadable'; // In future, preload could use `<link rel=\"preload\">`\n\n    Loadable.preload = function (props) {\n      Loadable.load(props);\n    };\n\n    Loadable.load = function (props) {\n      return cachedLoad(props);\n    };\n\n    return Loadable;\n  }\n\n  function lazy(ctor, options) {\n    return loadable(ctor, _extends({}, options, {\n      suspense: true\n    }));\n  }\n\n  return {\n    loadable: loadable,\n    lazy: lazy\n  };\n}\n\nfunction defaultResolveComponent(loadedModule) {\n  // eslint-disable-next-line no-underscore-dangle\n  return loadedModule.__esModule ? loadedModule[\"default\"] : loadedModule[\"default\"] || loadedModule;\n}\n\n/* eslint-disable no-use-before-define, react/no-multi-comp */\n\nvar _createLoadable =\n/*#__PURE__*/\ncreateLoadable({\n  defaultResolveComponent: defaultResolveComponent,\n  render: function render(_ref) {\n    var Component = _ref.result,\n        props = _ref.props;\n    return React.createElement(Component, props);\n  }\n}),\n    loadable = _createLoadable.loadable,\n    lazy = _createLoadable.lazy;\n\n/* eslint-disable no-use-before-define, react/no-multi-comp */\n\nvar _createLoadable$1 =\n/*#__PURE__*/\ncreateLoadable({\n  onLoad: function onLoad(result, props) {\n    if (result && props.forwardedRef) {\n      if (typeof props.forwardedRef === 'function') {\n        props.forwardedRef(result);\n      } else {\n        props.forwardedRef.current = result;\n      }\n    }\n  },\n  render: function render(_ref) {\n    var result = _ref.result,\n        props = _ref.props;\n\n    if (props.children) {\n      return props.children(result);\n    }\n\n    return null;\n  }\n}),\n    loadable$1 = _createLoadable$1.loadable,\n    lazy$1 = _createLoadable$1.lazy;\n\n/* eslint-disable no-underscore-dangle, camelcase */\nvar BROWSER = typeof window !== 'undefined';\nfunction loadableReady(done, _temp) {\n  if (done === void 0) {\n    done = function done() {};\n  }\n\n  var _ref = _temp === void 0 ? {} : _temp,\n      _ref$namespace = _ref.namespace,\n      namespace = _ref$namespace === void 0 ? '' : _ref$namespace,\n      _ref$chunkLoadingGlob = _ref.chunkLoadingGlobal,\n      chunkLoadingGlobal = _ref$chunkLoadingGlob === void 0 ? '__LOADABLE_LOADED_CHUNKS__' : _ref$chunkLoadingGlob;\n\n  if (!BROWSER) {\n    warn('`loadableReady()` must be called in browser only');\n    done();\n    return Promise.resolve();\n  }\n\n  var requiredChunks = null;\n\n  if (BROWSER) {\n    var id = getRequiredChunkKey(namespace);\n    var dataElement = document.getElementById(id);\n\n    if (dataElement) {\n      requiredChunks = JSON.parse(dataElement.textContent);\n      var extElement = document.getElementById(id + \"_ext\");\n\n      if (extElement) {\n        var _JSON$parse = JSON.parse(extElement.textContent),\n            namedChunks = _JSON$parse.namedChunks;\n\n        namedChunks.forEach(function (chunkName) {\n          LOADABLE_SHARED.initialChunks[chunkName] = true;\n        });\n      } else {\n        // version mismatch\n        throw new Error('loadable-component: @loadable/server does not match @loadable/component');\n      }\n    }\n  }\n\n  if (!requiredChunks) {\n    warn('`loadableReady()` requires state, please use `getScriptTags` or `getScriptElements` server-side');\n    done();\n    return Promise.resolve();\n  }\n\n  var resolved = false;\n  return new Promise(function (resolve) {\n    window[chunkLoadingGlobal] = window[chunkLoadingGlobal] || [];\n    var loadedChunks = window[chunkLoadingGlobal];\n    var originalPush = loadedChunks.push.bind(loadedChunks);\n\n    function checkReadyState() {\n      if (requiredChunks.every(function (chunk) {\n        return loadedChunks.some(function (_ref2) {\n          var chunks = _ref2[0];\n          return chunks.indexOf(chunk) > -1;\n        });\n      })) {\n        if (!resolved) {\n          resolved = true;\n          resolve();\n        }\n      }\n    }\n\n    loadedChunks.push = function () {\n      originalPush.apply(void 0, arguments);\n      checkReadyState();\n    };\n\n    checkReadyState();\n  }).then(done);\n}\n\n/* eslint-disable no-underscore-dangle */\nvar loadable$2 = loadable;\nloadable$2.lib = loadable$1;\nvar lazy$2 = lazy;\nlazy$2.lib = lazy$1;\nvar __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = sharedInternals;\n\nexport default loadable$2;\nexport { __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, lazy$2 as lazy, loadableReady };\n","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inheritsLoose(subClass, superClass) {\n  subClass.prototype = Object.create(superClass.prototype);\n  subClass.prototype.constructor = subClass;\n  setPrototypeOf(subClass, superClass);\n}","import React from 'react';\n\nfunction _defineProperty(obj, key, value) {\n  if (key in obj) {\n    Object.defineProperty(obj, key, {\n      value: value,\n      enumerable: true,\n      configurable: true,\n      writable: true\n    });\n  } else {\n    obj[key] = value;\n  }\n\n  return obj;\n}\n\nfunction _extends() {\n  _extends = Object.assign || function (target) {\n    for (var i = 1; i < arguments.length; i++) {\n      var source = arguments[i];\n\n      for (var key in source) {\n        if (Object.prototype.hasOwnProperty.call(source, key)) {\n          target[key] = source[key];\n        }\n      }\n    }\n\n    return target;\n  };\n\n  return _extends.apply(this, arguments);\n}\n\nfunction ownKeys(object, enumerableOnly) {\n  var keys = Object.keys(object);\n\n  if (Object.getOwnPropertySymbols) {\n    var symbols = Object.getOwnPropertySymbols(object);\n    if (enumerableOnly) symbols = symbols.filter(function (sym) {\n      return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n    });\n    keys.push.apply(keys, symbols);\n  }\n\n  return keys;\n}\n\nfunction _objectSpread2(target) {\n  for (var i = 1; i < arguments.length; i++) {\n    var source = arguments[i] != null ? arguments[i] : {};\n\n    if (i % 2) {\n      ownKeys(Object(source), true).forEach(function (key) {\n        _defineProperty(target, key, source[key]);\n      });\n    } else if (Object.getOwnPropertyDescriptors) {\n      Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));\n    } else {\n      ownKeys(Object(source)).forEach(function (key) {\n        Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n      });\n    }\n  }\n\n  return target;\n}\n\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n\n  return target;\n}\n\nfunction _objectWithoutProperties(source, excluded) {\n  if (source == null) return {};\n\n  var target = _objectWithoutPropertiesLoose(source, excluded);\n\n  var key, i;\n\n  if (Object.getOwnPropertySymbols) {\n    var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n    for (i = 0; i < sourceSymbolKeys.length; i++) {\n      key = sourceSymbolKeys[i];\n      if (excluded.indexOf(key) >= 0) continue;\n      if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n      target[key] = source[key];\n    }\n  }\n\n  return target;\n}\n\nvar isFunction = function isFunction(obj) {\n  return typeof obj === 'function';\n};\n\nvar MDXContext = /*#__PURE__*/React.createContext({});\nvar withMDXComponents = function withMDXComponents(Component) {\n  return function (props) {\n    var allComponents = useMDXComponents(props.components);\n    return /*#__PURE__*/React.createElement(Component, _extends({}, props, {\n      components: allComponents\n    }));\n  };\n};\nvar useMDXComponents = function useMDXComponents(components) {\n  var contextComponents = React.useContext(MDXContext);\n  var allComponents = contextComponents;\n\n  if (components) {\n    allComponents = isFunction(components) ? components(contextComponents) : _objectSpread2(_objectSpread2({}, contextComponents), components);\n  }\n\n  return allComponents;\n};\nvar MDXProvider = function MDXProvider(props) {\n  var allComponents = useMDXComponents(props.components);\n  return /*#__PURE__*/React.createElement(MDXContext.Provider, {\n    value: allComponents\n  }, props.children);\n};\n\nvar TYPE_PROP_NAME = 'mdxType';\nvar DEFAULTS = {\n  inlineCode: 'code',\n  wrapper: function wrapper(_ref) {\n    var children = _ref.children;\n    return /*#__PURE__*/React.createElement(React.Fragment, {}, children);\n  }\n};\nvar MDXCreateElement = /*#__PURE__*/React.forwardRef(function (props, ref) {\n  var propComponents = props.components,\n      mdxType = props.mdxType,\n      originalType = props.originalType,\n      parentName = props.parentName,\n      etc = _objectWithoutProperties(props, [\"components\", \"mdxType\", \"originalType\", \"parentName\"]);\n\n  var components = useMDXComponents(propComponents);\n  var type = mdxType;\n  var Component = components[\"\".concat(parentName, \".\").concat(type)] || components[type] || DEFAULTS[type] || originalType;\n\n  if (propComponents) {\n    return /*#__PURE__*/React.createElement(Component, _objectSpread2(_objectSpread2({\n      ref: ref\n    }, etc), {}, {\n      components: propComponents\n    }));\n  }\n\n  return /*#__PURE__*/React.createElement(Component, _objectSpread2({\n    ref: ref\n  }, etc));\n});\nMDXCreateElement.displayName = 'MDXCreateElement';\nfunction createElement (type, props) {\n  var args = arguments;\n  var mdxType = props && props.mdxType;\n\n  if (typeof type === 'string' || mdxType) {\n    var argsLength = args.length;\n    var createElementArgArray = new Array(argsLength);\n    createElementArgArray[0] = MDXCreateElement;\n    var newProps = {};\n\n    for (var key in props) {\n      if (hasOwnProperty.call(props, key)) {\n        newProps[key] = props[key];\n      }\n    }\n\n    newProps.originalType = type;\n    newProps[TYPE_PROP_NAME] = typeof type === 'string' ? type : mdxType;\n    createElementArgArray[1] = newProps;\n\n    for (var i = 2; i < argsLength; i++) {\n      createElementArgArray[i] = args[i];\n    }\n\n    return React.createElement.apply(null, createElementArgArray);\n  }\n\n  return React.createElement.apply(null, args);\n}\n\nexport { MDXContext, MDXProvider, createElement as mdx, useMDXComponents, withMDXComponents };\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nfunction componentWillMount() {\n  // Call this.constructor.gDSFP to support sub-classes.\n  var state = this.constructor.getDerivedStateFromProps(this.props, this.state);\n  if (state !== null && state !== undefined) {\n    this.setState(state);\n  }\n}\n\nfunction componentWillReceiveProps(nextProps) {\n  // Call this.constructor.gDSFP to support sub-classes.\n  // Use the setState() updater to ensure state isn't stale in certain edge cases.\n  function updater(prevState) {\n    var state = this.constructor.getDerivedStateFromProps(nextProps, prevState);\n    return state !== null && state !== undefined ? state : null;\n  }\n  // Binding \"this\" is important for shallow renderer support.\n  this.setState(updater.bind(this));\n}\n\nfunction componentWillUpdate(nextProps, nextState) {\n  try {\n    var prevProps = this.props;\n    var prevState = this.state;\n    this.props = nextProps;\n    this.state = nextState;\n    this.__reactInternalSnapshotFlag = true;\n    this.__reactInternalSnapshot = this.getSnapshotBeforeUpdate(\n      prevProps,\n      prevState\n    );\n  } finally {\n    this.props = prevProps;\n    this.state = prevState;\n  }\n}\n\n// React may warn about cWM/cWRP/cWU methods being deprecated.\n// Add a flag to suppress these warnings for this special case.\ncomponentWillMount.__suppressDeprecationWarning = true;\ncomponentWillReceiveProps.__suppressDeprecationWarning = true;\ncomponentWillUpdate.__suppressDeprecationWarning = true;\n\nfunction polyfill(Component) {\n  var prototype = Component.prototype;\n\n  if (!prototype || !prototype.isReactComponent) {\n    throw new Error('Can only polyfill class components');\n  }\n\n  if (\n    typeof Component.getDerivedStateFromProps !== 'function' &&\n    typeof prototype.getSnapshotBeforeUpdate !== 'function'\n  ) {\n    return Component;\n  }\n\n  // If new component APIs are defined, \"unsafe\" lifecycles won't be called.\n  // Error if any of these lifecycles are present,\n  // Because they would work differently between older and newer (16.3+) versions of React.\n  var foundWillMountName = null;\n  var foundWillReceivePropsName = null;\n  var foundWillUpdateName = null;\n  if (typeof prototype.componentWillMount === 'function') {\n    foundWillMountName = 'componentWillMount';\n  } else if (typeof prototype.UNSAFE_componentWillMount === 'function') {\n    foundWillMountName = 'UNSAFE_componentWillMount';\n  }\n  if (typeof prototype.componentWillReceiveProps === 'function') {\n    foundWillReceivePropsName = 'componentWillReceiveProps';\n  } else if (typeof prototype.UNSAFE_componentWillReceiveProps === 'function') {\n    foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps';\n  }\n  if (typeof prototype.componentWillUpdate === 'function') {\n    foundWillUpdateName = 'componentWillUpdate';\n  } else if (typeof prototype.UNSAFE_componentWillUpdate === 'function') {\n    foundWillUpdateName = 'UNSAFE_componentWillUpdate';\n  }\n  if (\n    foundWillMountName !== null ||\n    foundWillReceivePropsName !== null ||\n    foundWillUpdateName !== null\n  ) {\n    var componentName = Component.displayName || Component.name;\n    var newApiName =\n      typeof Component.getDerivedStateFromProps === 'function'\n        ? 'getDerivedStateFromProps()'\n        : 'getSnapshotBeforeUpdate()';\n\n    throw Error(\n      'Unsafe legacy lifecycles will not be called for components using new component APIs.\\n\\n' +\n        componentName +\n        ' uses ' +\n        newApiName +\n        ' but also contains the following legacy lifecycles:' +\n        (foundWillMountName !== null ? '\\n  ' + foundWillMountName : '') +\n        (foundWillReceivePropsName !== null\n          ? '\\n  ' + foundWillReceivePropsName\n          : '') +\n        (foundWillUpdateName !== null ? '\\n  ' + foundWillUpdateName : '') +\n        '\\n\\nThe above lifecycles should be removed. Learn more about this warning here:\\n' +\n        'https://fb.me/react-async-component-lifecycle-hooks'\n    );\n  }\n\n  // React <= 16.2 does not support static getDerivedStateFromProps.\n  // As a workaround, use cWM and cWRP to invoke the new static lifecycle.\n  // Newer versions of React will ignore these lifecycles if gDSFP exists.\n  if (typeof Component.getDerivedStateFromProps === 'function') {\n    prototype.componentWillMount = componentWillMount;\n    prototype.componentWillReceiveProps = componentWillReceiveProps;\n  }\n\n  // React <= 16.2 does not support getSnapshotBeforeUpdate.\n  // As a workaround, use cWU to invoke the new lifecycle.\n  // Newer versions of React will ignore that lifecycle if gSBU exists.\n  if (typeof prototype.getSnapshotBeforeUpdate === 'function') {\n    if (typeof prototype.componentDidUpdate !== 'function') {\n      throw new Error(\n        'Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype'\n      );\n    }\n\n    prototype.componentWillUpdate = componentWillUpdate;\n\n    var componentDidUpdate = prototype.componentDidUpdate;\n\n    prototype.componentDidUpdate = function componentDidUpdatePolyfill(\n      prevProps,\n      prevState,\n      maybeSnapshot\n    ) {\n      // 16.3+ will not execute our will-update method;\n      // It will pass a snapshot value to did-update though.\n      // Older versions will require our polyfilled will-update value.\n      // We need to handle both cases, but can't just check for the presence of \"maybeSnapshot\",\n      // Because for <= 15.x versions this might be a \"prevContext\" object.\n      // We also can't just check \"__reactInternalSnapshot\",\n      // Because get-snapshot might return a falsy value.\n      // So check for the explicit __reactInternalSnapshotFlag flag to determine behavior.\n      var snapshot = this.__reactInternalSnapshotFlag\n        ? this.__reactInternalSnapshot\n        : maybeSnapshot;\n\n      componentDidUpdate.call(this, prevProps, prevState, snapshot);\n    };\n  }\n\n  return Component;\n}\n\nexport { polyfill };\n","import invariant from \"invariant\";\n\n////////////////////////////////////////////////////////////////////////////////\n// startsWith(string, search) - Check if `string` starts with `search`\nvar startsWith = function startsWith(string, search) {\n  return string.substr(0, search.length) === search;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// pick(routes, uri)\n//\n// Ranks and picks the best route to match. Each segment gets the highest\n// amount of points, then the type of segment gets an additional amount of\n// points where\n//\n//     static > dynamic > splat > root\n//\n// This way we don't have to worry about the order of our routes, let the\n// computers do it.\n//\n// A route looks like this\n//\n//     { path, default, value }\n//\n// And a returned match looks like:\n//\n//     { route, params, uri }\n//\n// I know, I should use TypeScript not comments for these types.\nvar pick = function pick(routes, uri) {\n  var match = void 0;\n  var default_ = void 0;\n\n  var _uri$split = uri.split(\"?\"),\n      uriPathname = _uri$split[0];\n\n  var uriSegments = segmentize(uriPathname);\n  var isRootUri = uriSegments[0] === \"\";\n  var ranked = rankRoutes(routes);\n\n  for (var i = 0, l = ranked.length; i < l; i++) {\n    var missed = false;\n    var route = ranked[i].route;\n\n    if (route.default) {\n      default_ = {\n        route: route,\n        params: {},\n        uri: uri\n      };\n      continue;\n    }\n\n    var routeSegments = segmentize(route.path);\n    var params = {};\n    var max = Math.max(uriSegments.length, routeSegments.length);\n    var index = 0;\n\n    for (; index < max; index++) {\n      var routeSegment = routeSegments[index];\n      var uriSegment = uriSegments[index];\n\n      if (isSplat(routeSegment)) {\n        // Hit a splat, just grab the rest, and return a match\n        // uri:   /files/documents/work\n        // route: /files/*\n        var param = routeSegment.slice(1) || \"*\";\n        params[param] = uriSegments.slice(index).map(decodeURIComponent).join(\"/\");\n        break;\n      }\n\n      if (uriSegment === undefined) {\n        // URI is shorter than the route, no match\n        // uri:   /users\n        // route: /users/:userId\n        missed = true;\n        break;\n      }\n\n      var dynamicMatch = paramRe.exec(routeSegment);\n\n      if (dynamicMatch && !isRootUri) {\n        var matchIsNotReserved = reservedNames.indexOf(dynamicMatch[1]) === -1;\n        !matchIsNotReserved ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Router> dynamic segment \\\"\" + dynamicMatch[1] + \"\\\" is a reserved name. Please use a different name in path \\\"\" + route.path + \"\\\".\") : invariant(false) : void 0;\n        var value = decodeURIComponent(uriSegment);\n        params[dynamicMatch[1]] = value;\n      } else if (routeSegment !== uriSegment) {\n        // Current segments don't match, not dynamic, not splat, so no match\n        // uri:   /users/123/settings\n        // route: /users/:id/profile\n        missed = true;\n        break;\n      }\n    }\n\n    if (!missed) {\n      match = {\n        route: route,\n        params: params,\n        uri: \"/\" + uriSegments.slice(0, index).join(\"/\")\n      };\n      break;\n    }\n  }\n\n  return match || default_ || null;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// match(path, uri) - Matches just one path to a uri, also lol\nvar match = function match(path, uri) {\n  return pick([{ path: path }], uri);\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// resolve(to, basepath)\n//\n// Resolves URIs as though every path is a directory, no files.  Relative URIs\n// in the browser can feel awkward because not only can you be \"in a directory\"\n// you can be \"at a file\", too. For example\n//\n//     browserSpecResolve('foo', '/bar/') => /bar/foo\n//     browserSpecResolve('foo', '/bar') => /foo\n//\n// But on the command line of a file system, it's not as complicated, you can't\n// `cd` from a file, only directories.  This way, links have to know less about\n// their current path. To go deeper you can do this:\n//\n//     <Link to=\"deeper\"/>\n//     // instead of\n//     <Link to=`{${props.uri}/deeper}`/>\n//\n// Just like `cd`, if you want to go deeper from the command line, you do this:\n//\n//     cd deeper\n//     # not\n//     cd $(pwd)/deeper\n//\n// By treating every path as a directory, linking to relative paths should\n// require less contextual information and (fingers crossed) be more intuitive.\nvar resolve = function resolve(to, base) {\n  // /foo/bar, /baz/qux => /foo/bar\n  if (startsWith(to, \"/\")) {\n    return to;\n  }\n\n  var _to$split = to.split(\"?\"),\n      toPathname = _to$split[0],\n      toQuery = _to$split[1];\n\n  var _base$split = base.split(\"?\"),\n      basePathname = _base$split[0];\n\n  var toSegments = segmentize(toPathname);\n  var baseSegments = segmentize(basePathname);\n\n  // ?a=b, /users?b=c => /users?a=b\n  if (toSegments[0] === \"\") {\n    return addQuery(basePathname, toQuery);\n  }\n\n  // profile, /users/789 => /users/789/profile\n  if (!startsWith(toSegments[0], \".\")) {\n    var pathname = baseSegments.concat(toSegments).join(\"/\");\n    return addQuery((basePathname === \"/\" ? \"\" : \"/\") + pathname, toQuery);\n  }\n\n  // ./         /users/123  =>  /users/123\n  // ../        /users/123  =>  /users\n  // ../..      /users/123  =>  /\n  // ../../one  /a/b/c/d    =>  /a/b/one\n  // .././one   /a/b/c/d    =>  /a/b/c/one\n  var allSegments = baseSegments.concat(toSegments);\n  var segments = [];\n  for (var i = 0, l = allSegments.length; i < l; i++) {\n    var segment = allSegments[i];\n    if (segment === \"..\") segments.pop();else if (segment !== \".\") segments.push(segment);\n  }\n\n  return addQuery(\"/\" + segments.join(\"/\"), toQuery);\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// insertParams(path, params)\n\nvar insertParams = function insertParams(path, params) {\n  var _path$split = path.split(\"?\"),\n      pathBase = _path$split[0],\n      _path$split$ = _path$split[1],\n      query = _path$split$ === undefined ? \"\" : _path$split$;\n\n  var segments = segmentize(pathBase);\n  var constructedPath = \"/\" + segments.map(function (segment) {\n    var match = paramRe.exec(segment);\n    return match ? params[match[1]] : segment;\n  }).join(\"/\");\n  var _params$location = params.location;\n  _params$location = _params$location === undefined ? {} : _params$location;\n  var _params$location$sear = _params$location.search,\n      search = _params$location$sear === undefined ? \"\" : _params$location$sear;\n\n  var searchSplit = search.split(\"?\")[1] || \"\";\n  constructedPath = addQuery(constructedPath, query, searchSplit);\n  return constructedPath;\n};\n\nvar validateRedirect = function validateRedirect(from, to) {\n  var filter = function filter(segment) {\n    return isDynamic(segment);\n  };\n  var fromString = segmentize(from).filter(filter).sort().join(\"/\");\n  var toString = segmentize(to).filter(filter).sort().join(\"/\");\n  return fromString === toString;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Junk\nvar paramRe = /^:(.+)/;\n\nvar SEGMENT_POINTS = 4;\nvar STATIC_POINTS = 3;\nvar DYNAMIC_POINTS = 2;\nvar SPLAT_PENALTY = 1;\nvar ROOT_POINTS = 1;\n\nvar isRootSegment = function isRootSegment(segment) {\n  return segment === \"\";\n};\nvar isDynamic = function isDynamic(segment) {\n  return paramRe.test(segment);\n};\nvar isSplat = function isSplat(segment) {\n  return segment && segment[0] === \"*\";\n};\n\nvar rankRoute = function rankRoute(route, index) {\n  var score = route.default ? 0 : segmentize(route.path).reduce(function (score, segment) {\n    score += SEGMENT_POINTS;\n    if (isRootSegment(segment)) score += ROOT_POINTS;else if (isDynamic(segment)) score += DYNAMIC_POINTS;else if (isSplat(segment)) score -= SEGMENT_POINTS + SPLAT_PENALTY;else score += STATIC_POINTS;\n    return score;\n  }, 0);\n  return { route: route, score: score, index: index };\n};\n\nvar rankRoutes = function rankRoutes(routes) {\n  return routes.map(rankRoute).sort(function (a, b) {\n    return a.score < b.score ? 1 : a.score > b.score ? -1 : a.index - b.index;\n  });\n};\n\nvar segmentize = function segmentize(uri) {\n  return uri\n  // strip starting/ending slashes\n  .replace(/(^\\/+|\\/+$)/g, \"\").split(\"/\");\n};\n\nvar addQuery = function addQuery(pathname) {\n  for (var _len = arguments.length, query = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n    query[_key - 1] = arguments[_key];\n  }\n\n  query = query.filter(function (q) {\n    return q && q.length > 0;\n  });\n  return pathname + (query && query.length > 0 ? \"?\" + query.join(\"&\") : \"\");\n};\n\nvar reservedNames = [\"uri\", \"path\"];\n\n/**\n * Shallow compares two objects.\n * @param {Object} obj1 The first object to compare.\n * @param {Object} obj2 The second object to compare.\n */\nvar shallowCompare = function shallowCompare(obj1, obj2) {\n  var obj1Keys = Object.keys(obj1);\n  return obj1Keys.length === Object.keys(obj2).length && obj1Keys.every(function (key) {\n    return obj2.hasOwnProperty(key) && obj1[key] === obj2[key];\n  });\n};\n\n////////////////////////////////////////////////////////////////////////////////\nexport { startsWith, pick, match, resolve, insertParams, validateRedirect, shallowCompare };","var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar getLocation = function getLocation(source) {\n  var _source$location = source.location,\n      search = _source$location.search,\n      hash = _source$location.hash,\n      href = _source$location.href,\n      origin = _source$location.origin,\n      protocol = _source$location.protocol,\n      host = _source$location.host,\n      hostname = _source$location.hostname,\n      port = _source$location.port;\n  var pathname = source.location.pathname;\n\n\n  if (!pathname && href && canUseDOM) {\n    var url = new URL(href);\n    pathname = url.pathname;\n  }\n\n  return {\n    pathname: encodeURI(decodeURI(pathname)),\n    search: search,\n    hash: hash,\n    href: href,\n    origin: origin,\n    protocol: protocol,\n    host: host,\n    hostname: hostname,\n    port: port,\n    state: source.history.state,\n    key: source.history.state && source.history.state.key || \"initial\"\n  };\n};\n\nvar createHistory = function createHistory(source, options) {\n  var listeners = [];\n  var location = getLocation(source);\n  var transitioning = false;\n  var resolveTransition = function resolveTransition() {};\n\n  return {\n    get location() {\n      return location;\n    },\n\n    get transitioning() {\n      return transitioning;\n    },\n\n    _onTransitionComplete: function _onTransitionComplete() {\n      transitioning = false;\n      resolveTransition();\n    },\n    listen: function listen(listener) {\n      listeners.push(listener);\n\n      var popstateListener = function popstateListener() {\n        location = getLocation(source);\n        listener({ location: location, action: \"POP\" });\n      };\n\n      source.addEventListener(\"popstate\", popstateListener);\n\n      return function () {\n        source.removeEventListener(\"popstate\", popstateListener);\n        listeners = listeners.filter(function (fn) {\n          return fn !== listener;\n        });\n      };\n    },\n    navigate: function navigate(to) {\n      var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},\n          state = _ref.state,\n          _ref$replace = _ref.replace,\n          replace = _ref$replace === undefined ? false : _ref$replace;\n\n      if (typeof to === \"number\") {\n        source.history.go(to);\n      } else {\n        state = _extends({}, state, { key: Date.now() + \"\" });\n        // try...catch iOS Safari limits to 100 pushState calls\n        try {\n          if (transitioning || replace) {\n            source.history.replaceState(state, null, to);\n          } else {\n            source.history.pushState(state, null, to);\n          }\n        } catch (e) {\n          source.location[replace ? \"replace\" : \"assign\"](to);\n        }\n      }\n\n      location = getLocation(source);\n      transitioning = true;\n      var transition = new Promise(function (res) {\n        return resolveTransition = res;\n      });\n      listeners.forEach(function (listener) {\n        return listener({ location: location, action: \"PUSH\" });\n      });\n      return transition;\n    }\n  };\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Stores history entries in memory for testing or other platforms like Native\nvar createMemorySource = function createMemorySource() {\n  var initialPath = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : \"/\";\n\n  var searchIndex = initialPath.indexOf(\"?\");\n  var initialLocation = {\n    pathname: searchIndex > -1 ? initialPath.substr(0, searchIndex) : initialPath,\n    search: searchIndex > -1 ? initialPath.substr(searchIndex) : \"\"\n  };\n  var index = 0;\n  var stack = [initialLocation];\n  var states = [null];\n\n  return {\n    get location() {\n      return stack[index];\n    },\n    addEventListener: function addEventListener(name, fn) {},\n    removeEventListener: function removeEventListener(name, fn) {},\n\n    history: {\n      get entries() {\n        return stack;\n      },\n      get index() {\n        return index;\n      },\n      get state() {\n        return states[index];\n      },\n      pushState: function pushState(state, _, uri) {\n        var _uri$split = uri.split(\"?\"),\n            pathname = _uri$split[0],\n            _uri$split$ = _uri$split[1],\n            search = _uri$split$ === undefined ? \"\" : _uri$split$;\n\n        index++;\n        stack.push({ pathname: pathname, search: search.length ? \"?\" + search : search });\n        states.push(state);\n      },\n      replaceState: function replaceState(state, _, uri) {\n        var _uri$split2 = uri.split(\"?\"),\n            pathname = _uri$split2[0],\n            _uri$split2$ = _uri$split2[1],\n            search = _uri$split2$ === undefined ? \"\" : _uri$split2$;\n\n        stack[index] = { pathname: pathname, search: search };\n        states[index] = state;\n      },\n      go: function go(to) {\n        var newIndex = index + to;\n\n        if (newIndex < 0 || newIndex > states.length - 1) {\n          return;\n        }\n\n        index = newIndex;\n      }\n    }\n  };\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// global history - uses window.history as the source if available, otherwise a\n// memory history\nvar canUseDOM = !!(typeof window !== \"undefined\" && window.document && window.document.createElement);\nvar getSource = function getSource() {\n  return canUseDOM ? window : createMemorySource();\n};\n\nvar globalHistory = createHistory(getSource());\nvar navigate = globalHistory.navigate;\n\n////////////////////////////////////////////////////////////////////////////////\n\nexport { globalHistory, navigate, createHistory, createMemorySource };","var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\n/* eslint-disable jsx-a11y/anchor-has-content */\nimport React, { useContext } from \"react\";\nimport PropTypes from \"prop-types\";\nimport invariant from \"invariant\";\nimport createContext from \"create-react-context\";\nimport { polyfill } from \"react-lifecycles-compat\";\nimport { startsWith, pick, resolve, match, insertParams, validateRedirect, shallowCompare } from \"./lib/utils\";\nimport { globalHistory, navigate, createHistory, createMemorySource } from \"./lib/history\";\n\n////////////////////////////////////////////////////////////////////////////////\n\nvar createNamedContext = function createNamedContext(name, defaultValue) {\n  var Ctx = createContext(defaultValue);\n  Ctx.displayName = name;\n  return Ctx;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Location Context/Provider\nvar LocationContext = createNamedContext(\"Location\");\n\n// sets up a listener if there isn't one already so apps don't need to be\n// wrapped in some top level provider\nvar Location = function Location(_ref) {\n  var children = _ref.children;\n  return React.createElement(\n    LocationContext.Consumer,\n    null,\n    function (context) {\n      return context ? children(context) : React.createElement(\n        LocationProvider,\n        null,\n        children\n      );\n    }\n  );\n};\n\nvar LocationProvider = function (_React$Component) {\n  _inherits(LocationProvider, _React$Component);\n\n  function LocationProvider() {\n    var _temp, _this, _ret;\n\n    _classCallCheck(this, LocationProvider);\n\n    for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n      args[_key] = arguments[_key];\n    }\n\n    return _ret = (_temp = (_this = _possibleConstructorReturn(this, _React$Component.call.apply(_React$Component, [this].concat(args))), _this), _this.state = {\n      context: _this.getContext(),\n      refs: { unlisten: null }\n    }, _temp), _possibleConstructorReturn(_this, _ret);\n  }\n\n  LocationProvider.prototype.getContext = function getContext() {\n    var _props$history = this.props.history,\n        navigate = _props$history.navigate,\n        location = _props$history.location;\n\n    return { navigate: navigate, location: location };\n  };\n\n  LocationProvider.prototype.componentDidCatch = function componentDidCatch(error, info) {\n    if (isRedirect(error)) {\n      var _navigate = this.props.history.navigate;\n\n      _navigate(error.uri, { replace: true });\n    } else {\n      throw error;\n    }\n  };\n\n  LocationProvider.prototype.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n    if (prevState.context.location !== this.state.context.location) {\n      this.props.history._onTransitionComplete();\n    }\n  };\n\n  LocationProvider.prototype.componentDidMount = function componentDidMount() {\n    var _this2 = this;\n\n    var refs = this.state.refs,\n        history = this.props.history;\n\n    history._onTransitionComplete();\n    refs.unlisten = history.listen(function () {\n      Promise.resolve().then(function () {\n        // TODO: replace rAF with react deferred update API when it's ready https://github.com/facebook/react/issues/13306\n        requestAnimationFrame(function () {\n          if (!_this2.unmounted) {\n            _this2.setState(function () {\n              return { context: _this2.getContext() };\n            });\n          }\n        });\n      });\n    });\n  };\n\n  LocationProvider.prototype.componentWillUnmount = function componentWillUnmount() {\n    var refs = this.state.refs;\n\n    this.unmounted = true;\n    refs.unlisten();\n  };\n\n  LocationProvider.prototype.render = function render() {\n    var context = this.state.context,\n        children = this.props.children;\n\n    return React.createElement(\n      LocationContext.Provider,\n      { value: context },\n      typeof children === \"function\" ? children(context) : children || null\n    );\n  };\n\n  return LocationProvider;\n}(React.Component);\n\n////////////////////////////////////////////////////////////////////////////////\n\n\nLocationProvider.defaultProps = {\n  history: globalHistory\n};\nprocess.env.NODE_ENV !== \"production\" ? LocationProvider.propTypes = {\n  history: PropTypes.object.isRequired\n} : void 0;\nvar ServerLocation = function ServerLocation(_ref2) {\n  var url = _ref2.url,\n      children = _ref2.children;\n\n  var searchIndex = url.indexOf(\"?\");\n  var searchExists = searchIndex > -1;\n  var pathname = void 0;\n  var search = \"\";\n  var hash = \"\";\n\n  if (searchExists) {\n    pathname = url.substring(0, searchIndex);\n    search = url.substring(searchIndex);\n  } else {\n    pathname = url;\n  }\n\n  return React.createElement(\n    LocationContext.Provider,\n    {\n      value: {\n        location: {\n          pathname: pathname,\n          search: search,\n          hash: hash\n        },\n        navigate: function navigate() {\n          throw new Error(\"You can't call navigate on the server.\");\n        }\n      }\n    },\n    children\n  );\n};\n////////////////////////////////////////////////////////////////////////////////\n// Sets baseuri and basepath for nested routers and links\nvar BaseContext = createNamedContext(\"Base\", { baseuri: \"/\", basepath: \"/\" });\n\n////////////////////////////////////////////////////////////////////////////////\n// The main event, welcome to the show everybody.\nvar Router = function Router(props) {\n  return React.createElement(\n    BaseContext.Consumer,\n    null,\n    function (baseContext) {\n      return React.createElement(\n        Location,\n        null,\n        function (locationContext) {\n          return React.createElement(RouterImpl, _extends({}, baseContext, locationContext, props));\n        }\n      );\n    }\n  );\n};\n\nvar RouterImpl = function (_React$PureComponent) {\n  _inherits(RouterImpl, _React$PureComponent);\n\n  function RouterImpl() {\n    _classCallCheck(this, RouterImpl);\n\n    return _possibleConstructorReturn(this, _React$PureComponent.apply(this, arguments));\n  }\n\n  RouterImpl.prototype.render = function render() {\n    var _props = this.props,\n        location = _props.location,\n        _navigate2 = _props.navigate,\n        basepath = _props.basepath,\n        primary = _props.primary,\n        children = _props.children,\n        baseuri = _props.baseuri,\n        _props$component = _props.component,\n        component = _props$component === undefined ? \"div\" : _props$component,\n        domProps = _objectWithoutProperties(_props, [\"location\", \"navigate\", \"basepath\", \"primary\", \"children\", \"baseuri\", \"component\"]);\n\n    var routes = React.Children.toArray(children).reduce(function (array, child) {\n      var routes = createRoute(basepath)(child);\n      return array.concat(routes);\n    }, []);\n    var pathname = location.pathname;\n\n\n    var match = pick(routes, pathname);\n\n    if (match) {\n      var params = match.params,\n          uri = match.uri,\n          route = match.route,\n          element = match.route.value;\n\n      // remove the /* from the end for child routes relative paths\n\n      basepath = route.default ? basepath : route.path.replace(/\\*$/, \"\");\n\n      var props = _extends({}, params, {\n        uri: uri,\n        location: location,\n        navigate: function navigate(to, options) {\n          return _navigate2(resolve(to, uri), options);\n        }\n      });\n\n      var clone = React.cloneElement(element, props, element.props.children ? React.createElement(\n        Router,\n        { location: location, primary: primary },\n        element.props.children\n      ) : undefined);\n\n      // using 'div' for < 16.3 support\n      var FocusWrapper = primary ? FocusHandler : component;\n      // don't pass any props to 'div'\n      var wrapperProps = primary ? _extends({ uri: uri, location: location, component: component }, domProps) : domProps;\n\n      return React.createElement(\n        BaseContext.Provider,\n        { value: { baseuri: uri, basepath: basepath } },\n        React.createElement(\n          FocusWrapper,\n          wrapperProps,\n          clone\n        )\n      );\n    } else {\n      // Not sure if we want this, would require index routes at every level\n      // warning(\n      //   false,\n      //   `<Router basepath=\"${basepath}\">\\n\\nNothing matched:\\n\\t${\n      //     location.pathname\n      //   }\\n\\nPaths checked: \\n\\t${routes\n      //     .map(route => route.path)\n      //     .join(\n      //       \"\\n\\t\"\n      //     )}\\n\\nTo get rid of this warning, add a default NotFound component as child of Router:\n      //   \\n\\tlet NotFound = () => <div>Not Found!</div>\n      //   \\n\\t<Router>\\n\\t  <NotFound default/>\\n\\t  {/* ... */}\\n\\t</Router>`\n      // );\n      return null;\n    }\n  };\n\n  return RouterImpl;\n}(React.PureComponent);\n\nRouterImpl.defaultProps = {\n  primary: true\n};\n\n\nvar FocusContext = createNamedContext(\"Focus\");\n\nvar FocusHandler = function FocusHandler(_ref3) {\n  var uri = _ref3.uri,\n      location = _ref3.location,\n      component = _ref3.component,\n      domProps = _objectWithoutProperties(_ref3, [\"uri\", \"location\", \"component\"]);\n\n  return React.createElement(\n    FocusContext.Consumer,\n    null,\n    function (requestFocus) {\n      return React.createElement(FocusHandlerImpl, _extends({}, domProps, {\n        component: component,\n        requestFocus: requestFocus,\n        uri: uri,\n        location: location\n      }));\n    }\n  );\n};\n\n// don't focus on initial render\nvar initialRender = true;\nvar focusHandlerCount = 0;\n\nvar FocusHandlerImpl = function (_React$Component2) {\n  _inherits(FocusHandlerImpl, _React$Component2);\n\n  function FocusHandlerImpl() {\n    var _temp2, _this4, _ret2;\n\n    _classCallCheck(this, FocusHandlerImpl);\n\n    for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n      args[_key2] = arguments[_key2];\n    }\n\n    return _ret2 = (_temp2 = (_this4 = _possibleConstructorReturn(this, _React$Component2.call.apply(_React$Component2, [this].concat(args))), _this4), _this4.state = {}, _this4.requestFocus = function (node) {\n      if (!_this4.state.shouldFocus && node) {\n        node.focus();\n      }\n    }, _temp2), _possibleConstructorReturn(_this4, _ret2);\n  }\n\n  FocusHandlerImpl.getDerivedStateFromProps = function getDerivedStateFromProps(nextProps, prevState) {\n    var initial = prevState.uri == null;\n    if (initial) {\n      return _extends({\n        shouldFocus: true\n      }, nextProps);\n    } else {\n      var myURIChanged = nextProps.uri !== prevState.uri;\n      var navigatedUpToMe = prevState.location.pathname !== nextProps.location.pathname && nextProps.location.pathname === nextProps.uri;\n      return _extends({\n        shouldFocus: myURIChanged || navigatedUpToMe\n      }, nextProps);\n    }\n  };\n\n  FocusHandlerImpl.prototype.componentDidMount = function componentDidMount() {\n    focusHandlerCount++;\n    this.focus();\n  };\n\n  FocusHandlerImpl.prototype.componentWillUnmount = function componentWillUnmount() {\n    focusHandlerCount--;\n    if (focusHandlerCount === 0) {\n      initialRender = true;\n    }\n  };\n\n  FocusHandlerImpl.prototype.componentDidUpdate = function componentDidUpdate(prevProps, prevState) {\n    if (prevProps.location !== this.props.location && this.state.shouldFocus) {\n      this.focus();\n    }\n  };\n\n  FocusHandlerImpl.prototype.focus = function focus() {\n    if (process.env.NODE_ENV === \"test\") {\n      // getting cannot read property focus of null in the tests\n      // and that bit of global `initialRender` state causes problems\n      // should probably figure it out!\n      return;\n    }\n\n    var requestFocus = this.props.requestFocus;\n\n\n    if (requestFocus) {\n      requestFocus(this.node);\n    } else {\n      if (initialRender) {\n        initialRender = false;\n      } else if (this.node) {\n        // React polyfills [autofocus] and it fires earlier than cDM,\n        // so we were stealing focus away, this line prevents that.\n        if (!this.node.contains(document.activeElement)) {\n          this.node.focus();\n        }\n      }\n    }\n  };\n\n  FocusHandlerImpl.prototype.render = function render() {\n    var _this5 = this;\n\n    var _props2 = this.props,\n        children = _props2.children,\n        style = _props2.style,\n        requestFocus = _props2.requestFocus,\n        _props2$component = _props2.component,\n        Comp = _props2$component === undefined ? \"div\" : _props2$component,\n        uri = _props2.uri,\n        location = _props2.location,\n        domProps = _objectWithoutProperties(_props2, [\"children\", \"style\", \"requestFocus\", \"component\", \"uri\", \"location\"]);\n\n    return React.createElement(\n      Comp,\n      _extends({\n        style: _extends({ outline: \"none\" }, style),\n        tabIndex: \"-1\",\n        ref: function ref(n) {\n          return _this5.node = n;\n        }\n      }, domProps),\n      React.createElement(\n        FocusContext.Provider,\n        { value: this.requestFocus },\n        this.props.children\n      )\n    );\n  };\n\n  return FocusHandlerImpl;\n}(React.Component);\n\npolyfill(FocusHandlerImpl);\n\nvar k = function k() {};\n\n////////////////////////////////////////////////////////////////////////////////\nvar forwardRef = React.forwardRef;\n\nif (typeof forwardRef === \"undefined\") {\n  forwardRef = function forwardRef(C) {\n    return C;\n  };\n}\n\nvar Link = forwardRef(function (_ref4, ref) {\n  var innerRef = _ref4.innerRef,\n      props = _objectWithoutProperties(_ref4, [\"innerRef\"]);\n\n  return React.createElement(\n    BaseContext.Consumer,\n    null,\n    function (_ref5) {\n      var basepath = _ref5.basepath,\n          baseuri = _ref5.baseuri;\n      return React.createElement(\n        Location,\n        null,\n        function (_ref6) {\n          var location = _ref6.location,\n              navigate = _ref6.navigate;\n\n          var to = props.to,\n              state = props.state,\n              replace = props.replace,\n              _props$getProps = props.getProps,\n              getProps = _props$getProps === undefined ? k : _props$getProps,\n              anchorProps = _objectWithoutProperties(props, [\"to\", \"state\", \"replace\", \"getProps\"]);\n\n          var href = resolve(to, baseuri);\n          var encodedHref = encodeURI(href);\n          var isCurrent = location.pathname === encodedHref;\n          var isPartiallyCurrent = startsWith(location.pathname, encodedHref);\n\n          return React.createElement(\"a\", _extends({\n            ref: ref || innerRef,\n            \"aria-current\": isCurrent ? \"page\" : undefined\n          }, anchorProps, getProps({ isCurrent: isCurrent, isPartiallyCurrent: isPartiallyCurrent, href: href, location: location }), {\n            href: href,\n            onClick: function onClick(event) {\n              if (anchorProps.onClick) anchorProps.onClick(event);\n              if (shouldNavigate(event)) {\n                event.preventDefault();\n                var shouldReplace = replace;\n                if (typeof replace !== \"boolean\" && isCurrent) {\n                  var _location$state = _extends({}, location.state),\n                      key = _location$state.key,\n                      restState = _objectWithoutProperties(_location$state, [\"key\"]);\n\n                  shouldReplace = shallowCompare(_extends({}, state), restState);\n                }\n                navigate(href, {\n                  state: state,\n                  replace: shouldReplace\n                });\n              }\n            }\n          }));\n        }\n      );\n    }\n  );\n});\n\nLink.displayName = \"Link\";\n\nprocess.env.NODE_ENV !== \"production\" ? Link.propTypes = {\n  to: PropTypes.string.isRequired\n} : void 0;\n\n////////////////////////////////////////////////////////////////////////////////\nfunction RedirectRequest(uri) {\n  this.uri = uri;\n}\n\nvar isRedirect = function isRedirect(o) {\n  return o instanceof RedirectRequest;\n};\n\nvar redirectTo = function redirectTo(to) {\n  throw new RedirectRequest(to);\n};\n\nvar RedirectImpl = function (_React$Component3) {\n  _inherits(RedirectImpl, _React$Component3);\n\n  function RedirectImpl() {\n    _classCallCheck(this, RedirectImpl);\n\n    return _possibleConstructorReturn(this, _React$Component3.apply(this, arguments));\n  }\n\n  // Support React < 16 with this hook\n  RedirectImpl.prototype.componentDidMount = function componentDidMount() {\n    var _props3 = this.props,\n        navigate = _props3.navigate,\n        to = _props3.to,\n        from = _props3.from,\n        _props3$replace = _props3.replace,\n        replace = _props3$replace === undefined ? true : _props3$replace,\n        state = _props3.state,\n        noThrow = _props3.noThrow,\n        baseuri = _props3.baseuri,\n        props = _objectWithoutProperties(_props3, [\"navigate\", \"to\", \"from\", \"replace\", \"state\", \"noThrow\", \"baseuri\"]);\n\n    Promise.resolve().then(function () {\n      var resolvedTo = resolve(to, baseuri);\n      navigate(insertParams(resolvedTo, props), { replace: replace, state: state });\n    });\n  };\n\n  RedirectImpl.prototype.render = function render() {\n    var _props4 = this.props,\n        navigate = _props4.navigate,\n        to = _props4.to,\n        from = _props4.from,\n        replace = _props4.replace,\n        state = _props4.state,\n        noThrow = _props4.noThrow,\n        baseuri = _props4.baseuri,\n        props = _objectWithoutProperties(_props4, [\"navigate\", \"to\", \"from\", \"replace\", \"state\", \"noThrow\", \"baseuri\"]);\n\n    var resolvedTo = resolve(to, baseuri);\n    if (!noThrow) redirectTo(insertParams(resolvedTo, props));\n    return null;\n  };\n\n  return RedirectImpl;\n}(React.Component);\n\nvar Redirect = function Redirect(props) {\n  return React.createElement(\n    BaseContext.Consumer,\n    null,\n    function (_ref7) {\n      var baseuri = _ref7.baseuri;\n      return React.createElement(\n        Location,\n        null,\n        function (locationContext) {\n          return React.createElement(RedirectImpl, _extends({}, locationContext, { baseuri: baseuri }, props));\n        }\n      );\n    }\n  );\n};\n\nprocess.env.NODE_ENV !== \"production\" ? Redirect.propTypes = {\n  from: PropTypes.string,\n  to: PropTypes.string.isRequired\n} : void 0;\n\n////////////////////////////////////////////////////////////////////////////////\nvar Match = function Match(_ref8) {\n  var path = _ref8.path,\n      children = _ref8.children;\n  return React.createElement(\n    BaseContext.Consumer,\n    null,\n    function (_ref9) {\n      var baseuri = _ref9.baseuri;\n      return React.createElement(\n        Location,\n        null,\n        function (_ref10) {\n          var navigate = _ref10.navigate,\n              location = _ref10.location;\n\n          var resolvedPath = resolve(path, baseuri);\n          var result = match(resolvedPath, location.pathname);\n          return children({\n            navigate: navigate,\n            location: location,\n            match: result ? _extends({}, result.params, {\n              uri: result.uri,\n              path: path\n            }) : null\n          });\n        }\n      );\n    }\n  );\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Hooks\n\nvar useLocation = function useLocation() {\n  var context = useContext(LocationContext);\n\n  if (!context) {\n    throw new Error(\"useLocation hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n  }\n\n  return context.location;\n};\n\nvar useNavigate = function useNavigate() {\n  var context = useContext(LocationContext);\n\n  if (!context) {\n    throw new Error(\"useNavigate hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n  }\n\n  return context.navigate;\n};\n\nvar useParams = function useParams() {\n  var context = useContext(BaseContext);\n\n  if (!context) {\n    throw new Error(\"useParams hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n  }\n\n  var location = useLocation();\n\n  var results = match(context.basepath, location.pathname);\n\n  return results ? results.params : null;\n};\n\nvar useMatch = function useMatch(path) {\n  if (!path) {\n    throw new Error(\"useMatch(path: string) requires an argument of a string to match against\");\n  }\n  var context = useContext(BaseContext);\n\n  if (!context) {\n    throw new Error(\"useMatch hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router\");\n  }\n\n  var location = useLocation();\n\n  var resolvedPath = resolve(path, context.baseuri);\n  var result = match(resolvedPath, location.pathname);\n  return result ? _extends({}, result.params, {\n    uri: result.uri,\n    path: path\n  }) : null;\n};\n\n////////////////////////////////////////////////////////////////////////////////\n// Junk\nvar stripSlashes = function stripSlashes(str) {\n  return str.replace(/(^\\/+|\\/+$)/g, \"\");\n};\n\nvar createRoute = function createRoute(basepath) {\n  return function (element) {\n    if (!element) {\n      return null;\n    }\n\n    if (element.type === React.Fragment && element.props.children) {\n      return React.Children.map(element.props.children, createRoute(basepath));\n    }\n    !(element.props.path || element.props.default || element.type === Redirect) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Router>: Children of <Router> must have a `path` or `default` prop, or be a `<Redirect>`. None found on element type `\" + element.type + \"`\") : invariant(false) : void 0;\n\n    !!(element.type === Redirect && (!element.props.from || !element.props.to)) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Redirect from=\\\"\" + element.props.from + \"\\\" to=\\\"\" + element.props.to + \"\\\"/> requires both \\\"from\\\" and \\\"to\\\" props when inside a <Router>.\") : invariant(false) : void 0;\n\n    !!(element.type === Redirect && !validateRedirect(element.props.from, element.props.to)) ? process.env.NODE_ENV !== \"production\" ? invariant(false, \"<Redirect from=\\\"\" + element.props.from + \" to=\\\"\" + element.props.to + \"\\\"/> has mismatched dynamic segments, ensure both paths have the exact same dynamic segments.\") : invariant(false) : void 0;\n\n    if (element.props.default) {\n      return { value: element, default: true };\n    }\n\n    var elementPath = element.type === Redirect ? element.props.from : element.props.path;\n\n    var path = elementPath === \"/\" ? basepath : stripSlashes(basepath) + \"/\" + stripSlashes(elementPath);\n\n    return {\n      value: element,\n      default: element.props.default,\n      path: element.props.children ? stripSlashes(path) + \"/*\" : path\n    };\n  };\n};\n\nvar shouldNavigate = function shouldNavigate(event) {\n  return !event.defaultPrevented && event.button === 0 && !(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);\n};\n\n////////////////////////////////////////////////////////////////////////\nexport { Link, Location, LocationProvider, Match, Redirect, Router, ServerLocation, createHistory, createMemorySource, isRedirect, navigate, redirectTo, globalHistory, match as matchPath, useLocation, useNavigate, useParams, useMatch };","/*!\n * array-sort <https://github.com/jonschlinkert/array-sort>\n *\n * Copyright (c) 2015-2017, Jon Schlinkert.\n * Released under the MIT License.\n */\n\n'use strict';\n\nvar defaultCompare = require('default-compare');\nvar typeOf = require('kind-of');\nvar get = require('get-value');\n\n/**\n * Sort an array of objects by one or more properties.\n *\n * @param  {Array} `arr` The Array to sort.\n * @param  {String|Array|Function} `props` One or more object paths or comparison functions.\n * @param  {Object} `opts` Pass `{ reverse: true }` to reverse the sort order.\n * @return {Array} Returns a sorted array.\n * @api public\n */\n\nfunction arraySort(arr, props, opts) {\n  if (arr == null) {\n    return [];\n  }\n\n  if (!Array.isArray(arr)) {\n    throw new TypeError('array-sort expects an array.');\n  }\n\n  if (arguments.length === 1) {\n    return arr.sort();\n  }\n\n  var args = flatten([].slice.call(arguments, 1));\n\n  // if the last argument appears to be a plain object,\n  // it's not a valid `compare` arg, so it must be options.\n  if (typeOf(args[args.length - 1]) === 'object') {\n    opts = args.pop();\n  }\n  return arr.sort(sortBy(args, opts));\n}\n\n/**\n * Iterate over each comparison property or function until `1` or `-1`\n * is returned.\n *\n * @param  {String|Array|Function} `props` One or more object paths or comparison functions.\n * @param  {Object} `opts` Pass `{ reverse: true }` to reverse the sort order.\n * @return {Array}\n */\n\nfunction sortBy(props, opts) {\n  opts = opts || {};\n\n  return function compareFn(a, b) {\n    var len = props.length, i = -1;\n    var result;\n\n    while (++i < len) {\n      result = compare(props[i], a, b);\n      if (result !== 0) {\n        break;\n      }\n    }\n    if (opts.reverse === true) {\n      return result * -1;\n    }\n    return result;\n  };\n}\n\n/**\n * Compare `a` to `b`. If an object `prop` is passed, then\n * `a[prop]` is compared to `b[prop]`\n */\n\nfunction compare(prop, a, b) {\n  if (typeof prop === 'function') {\n    // expose `compare` to custom function\n    return prop(a, b, compare.bind(null, null));\n  }\n  // compare object values\n  if (prop && typeof a === 'object' && typeof b === 'object') {\n    return compare(null, get(a, prop), get(b, prop));\n  }\n  return defaultCompare(a, b);\n}\n\n/**\n * Flatten the given array.\n */\n\nfunction flatten(arr) {\n  return [].concat.apply([], arr);\n}\n\n/**\n * Expose `arraySort`\n */\n\nmodule.exports = arraySort;\n","module.exports = require('./lib/axios');","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar buildURL = require('./../helpers/buildURL');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\n\nmodule.exports = function xhrAdapter(config) {\n  return new Promise(function dispatchXhrRequest(resolve, reject) {\n    var requestData = config.data;\n    var requestHeaders = config.headers;\n\n    if (utils.isFormData(requestData)) {\n      delete requestHeaders['Content-Type']; // Let the browser set it\n    }\n\n    var request = new XMLHttpRequest();\n\n    // HTTP basic authentication\n    if (config.auth) {\n      var username = config.auth.username || '';\n      var password = config.auth.password || '';\n      requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n    }\n\n    request.open(config.method.toUpperCase(), buildURL(config.url, config.params, config.paramsSerializer), true);\n\n    // Set the request timeout in MS\n    request.timeout = config.timeout;\n\n    // Listen for ready state\n    request.onreadystatechange = function handleLoad() {\n      if (!request || request.readyState !== 4) {\n        return;\n      }\n\n      // The request errored out and we didn't get a response, this will be\n      // handled by onerror instead\n      // With one exception: request that using file: protocol, most browsers\n      // will return status as 0 even though it's a successful request\n      if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n        return;\n      }\n\n      // Prepare the response\n      var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n      var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n      var response = {\n        data: responseData,\n        status: request.status,\n        statusText: request.statusText,\n        headers: responseHeaders,\n        config: config,\n        request: request\n      };\n\n      settle(resolve, reject, response);\n\n      // Clean up request\n      request = null;\n    };\n\n    // Handle browser request cancellation (as opposed to a manual cancellation)\n    request.onabort = function handleAbort() {\n      if (!request) {\n        return;\n      }\n\n      reject(createError('Request aborted', config, 'ECONNABORTED', request));\n\n      // Clean up request\n      request = null;\n    };\n\n    // Handle low level network errors\n    request.onerror = function handleError() {\n      // Real errors are hidden from us by the browser\n      // onerror should only fire if it's a network error\n      reject(createError('Network Error', config, null, request));\n\n      // Clean up request\n      request = null;\n    };\n\n    // Handle timeout\n    request.ontimeout = function handleTimeout() {\n      reject(createError('timeout of ' + config.timeout + 'ms exceeded', config, 'ECONNABORTED',\n        request));\n\n      // Clean up request\n      request = null;\n    };\n\n    // Add xsrf header\n    // This is only done if running in a standard browser environment.\n    // Specifically not if we're in a web worker, or react-native.\n    if (utils.isStandardBrowserEnv()) {\n      var cookies = require('./../helpers/cookies');\n\n      // Add xsrf header\n      var xsrfValue = (config.withCredentials || isURLSameOrigin(config.url)) && config.xsrfCookieName ?\n        cookies.read(config.xsrfCookieName) :\n        undefined;\n\n      if (xsrfValue) {\n        requestHeaders[config.xsrfHeaderName] = xsrfValue;\n      }\n    }\n\n    // Add headers to the request\n    if ('setRequestHeader' in request) {\n      utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n        if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n          // Remove Content-Type if data is undefined\n          delete requestHeaders[key];\n        } else {\n          // Otherwise add header to the request\n          request.setRequestHeader(key, val);\n        }\n      });\n    }\n\n    // Add withCredentials to request if needed\n    if (config.withCredentials) {\n      request.withCredentials = true;\n    }\n\n    // Add responseType to request if needed\n    if (config.responseType) {\n      try {\n        request.responseType = config.responseType;\n      } catch (e) {\n        // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n        // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n        if (config.responseType !== 'json') {\n          throw e;\n        }\n      }\n    }\n\n    // Handle progress if needed\n    if (typeof config.onDownloadProgress === 'function') {\n      request.addEventListener('progress', config.onDownloadProgress);\n    }\n\n    // Not all browsers support upload events\n    if (typeof config.onUploadProgress === 'function' && request.upload) {\n      request.upload.addEventListener('progress', config.onUploadProgress);\n    }\n\n    if (config.cancelToken) {\n      // Handle cancellation\n      config.cancelToken.promise.then(function onCanceled(cancel) {\n        if (!request) {\n          return;\n        }\n\n        request.abort();\n        reject(cancel);\n        // Clean up request\n        request = null;\n      });\n    }\n\n    if (requestData === undefined) {\n      requestData = null;\n    }\n\n    // Send the request\n    request.send(requestData);\n  });\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar mergeConfig = require('./core/mergeConfig');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n  var context = new Axios(defaultConfig);\n  var instance = bind(Axios.prototype.request, context);\n\n  // Copy axios.prototype to instance\n  utils.extend(instance, Axios.prototype, context);\n\n  // Copy context to instance\n  utils.extend(instance, context);\n\n  return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n  return createInstance(mergeConfig(axios.defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n  return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n  this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n  return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n  if (typeof executor !== 'function') {\n    throw new TypeError('executor must be a function.');\n  }\n\n  var resolvePromise;\n  this.promise = new Promise(function promiseExecutor(resolve) {\n    resolvePromise = resolve;\n  });\n\n  var token = this;\n  executor(function cancel(message) {\n    if (token.reason) {\n      // Cancellation has already been requested\n      return;\n    }\n\n    token.reason = new Cancel(message);\n    resolvePromise(token.reason);\n  });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n  if (this.reason) {\n    throw this.reason;\n  }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n  var cancel;\n  var token = new CancelToken(function executor(c) {\n    cancel = c;\n  });\n  return {\n    token: token,\n    cancel: cancel\n  };\n};\n\nmodule.exports = CancelToken;\n","'use strict';\n\nmodule.exports = function isCancel(value) {\n  return !!(value && value.__CANCEL__);\n};\n","'use strict';\n\nvar utils = require('./../utils');\nvar buildURL = require('../helpers/buildURL');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\nvar mergeConfig = require('./mergeConfig');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n  this.defaults = instanceConfig;\n  this.interceptors = {\n    request: new InterceptorManager(),\n    response: new InterceptorManager()\n  };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n  /*eslint no-param-reassign:0*/\n  // Allow for axios('example/url'[, config]) a la fetch API\n  if (typeof config === 'string') {\n    config = arguments[1] || {};\n    config.url = arguments[0];\n  } else {\n    config = config || {};\n  }\n\n  config = mergeConfig(this.defaults, config);\n  config.method = config.method ? config.method.toLowerCase() : 'get';\n\n  // Hook up interceptors middleware\n  var chain = [dispatchRequest, undefined];\n  var promise = Promise.resolve(config);\n\n  this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n    chain.unshift(interceptor.fulfilled, interceptor.rejected);\n  });\n\n  this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n    chain.push(interceptor.fulfilled, interceptor.rejected);\n  });\n\n  while (chain.length) {\n    promise = promise.then(chain.shift(), chain.shift());\n  }\n\n  return promise;\n};\n\nAxios.prototype.getUri = function getUri(config) {\n  config = mergeConfig(this.defaults, config);\n  return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\\?/, '');\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n  /*eslint func-names:0*/\n  Axios.prototype[method] = function(url, config) {\n    return this.request(utils.merge(config || {}, {\n      method: method,\n      url: url\n    }));\n  };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n  /*eslint func-names:0*/\n  Axios.prototype[method] = function(url, data, config) {\n    return this.request(utils.merge(config || {}, {\n      method: method,\n      url: url,\n      data: data\n    }));\n  };\n});\n\nmodule.exports = Axios;\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n  this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n  this.handlers.push({\n    fulfilled: fulfilled,\n    rejected: rejected\n  });\n  return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n  if (this.handlers[id]) {\n    this.handlers[id] = null;\n  }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n  utils.forEach(this.handlers, function forEachHandler(h) {\n    if (h !== null) {\n      fn(h);\n    }\n  });\n};\n\nmodule.exports = InterceptorManager;\n","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n  var error = new Error(message);\n  return enhanceError(error, config, code, request, response);\n};\n","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\nvar isAbsoluteURL = require('./../helpers/isAbsoluteURL');\nvar combineURLs = require('./../helpers/combineURLs');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n  if (config.cancelToken) {\n    config.cancelToken.throwIfRequested();\n  }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n  throwIfCancellationRequested(config);\n\n  // Support baseURL config\n  if (config.baseURL && !isAbsoluteURL(config.url)) {\n    config.url = combineURLs(config.baseURL, config.url);\n  }\n\n  // Ensure headers exist\n  config.headers = config.headers || {};\n\n  // Transform request data\n  config.data = transformData(\n    config.data,\n    config.headers,\n    config.transformRequest\n  );\n\n  // Flatten headers\n  config.headers = utils.merge(\n    config.headers.common || {},\n    config.headers[config.method] || {},\n    config.headers || {}\n  );\n\n  utils.forEach(\n    ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n    function cleanHeaderConfig(method) {\n      delete config.headers[method];\n    }\n  );\n\n  var adapter = config.adapter || defaults.adapter;\n\n  return adapter(config).then(function onAdapterResolution(response) {\n    throwIfCancellationRequested(config);\n\n    // Transform response data\n    response.data = transformData(\n      response.data,\n      response.headers,\n      config.transformResponse\n    );\n\n    return response;\n  }, function onAdapterRejection(reason) {\n    if (!isCancel(reason)) {\n      throwIfCancellationRequested(config);\n\n      // Transform response data\n      if (reason && reason.response) {\n        reason.response.data = transformData(\n          reason.response.data,\n          reason.response.headers,\n          config.transformResponse\n        );\n      }\n    }\n\n    return Promise.reject(reason);\n  });\n};\n","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n  error.config = config;\n  if (code) {\n    error.code = code;\n  }\n\n  error.request = request;\n  error.response = response;\n  error.isAxiosError = true;\n\n  error.toJSON = function() {\n    return {\n      // Standard\n      message: this.message,\n      name: this.name,\n      // Microsoft\n      description: this.description,\n      number: this.number,\n      // Mozilla\n      fileName: this.fileName,\n      lineNumber: this.lineNumber,\n      columnNumber: this.columnNumber,\n      stack: this.stack,\n      // Axios\n      config: this.config,\n      code: this.code\n    };\n  };\n  return error;\n};\n","'use strict';\n\nvar utils = require('../utils');\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n * @returns {Object} New object resulting from merging config2 to config1\n */\nmodule.exports = function mergeConfig(config1, config2) {\n  // eslint-disable-next-line no-param-reassign\n  config2 = config2 || {};\n  var config = {};\n\n  utils.forEach(['url', 'method', 'params', 'data'], function valueFromConfig2(prop) {\n    if (typeof config2[prop] !== 'undefined') {\n      config[prop] = config2[prop];\n    }\n  });\n\n  utils.forEach(['headers', 'auth', 'proxy'], function mergeDeepProperties(prop) {\n    if (utils.isObject(config2[prop])) {\n      config[prop] = utils.deepMerge(config1[prop], config2[prop]);\n    } else if (typeof config2[prop] !== 'undefined') {\n      config[prop] = config2[prop];\n    } else if (utils.isObject(config1[prop])) {\n      config[prop] = utils.deepMerge(config1[prop]);\n    } else if (typeof config1[prop] !== 'undefined') {\n      config[prop] = config1[prop];\n    }\n  });\n\n  utils.forEach([\n    'baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer',\n    'timeout', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName',\n    'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'maxContentLength',\n    'validateStatus', 'maxRedirects', 'httpAgent', 'httpsAgent', 'cancelToken',\n    'socketPath'\n  ], function defaultToConfig2(prop) {\n    if (typeof config2[prop] !== 'undefined') {\n      config[prop] = config2[prop];\n    } else if (typeof config1[prop] !== 'undefined') {\n      config[prop] = config1[prop];\n    }\n  });\n\n  return config;\n};\n","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n  var validateStatus = response.config.validateStatus;\n  if (!validateStatus || validateStatus(response.status)) {\n    resolve(response);\n  } else {\n    reject(createError(\n      'Request failed with status code ' + response.status,\n      response.config,\n      null,\n      response.request,\n      response\n    ));\n  }\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n  /*eslint no-param-reassign:0*/\n  utils.forEach(fns, function transform(fn) {\n    data = fn(data, headers);\n  });\n\n  return data;\n};\n","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n  'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n  if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n    headers['Content-Type'] = value;\n  }\n}\n\nfunction getDefaultAdapter() {\n  var adapter;\n  // Only Node.JS has a process variable that is of [[Class]] process\n  if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {\n    // For node use HTTP adapter\n    adapter = require('./adapters/http');\n  } else if (typeof XMLHttpRequest !== 'undefined') {\n    // For browsers use XHR adapter\n    adapter = require('./adapters/xhr');\n  }\n  return adapter;\n}\n\nvar defaults = {\n  adapter: getDefaultAdapter(),\n\n  transformRequest: [function transformRequest(data, headers) {\n    normalizeHeaderName(headers, 'Accept');\n    normalizeHeaderName(headers, 'Content-Type');\n    if (utils.isFormData(data) ||\n      utils.isArrayBuffer(data) ||\n      utils.isBuffer(data) ||\n      utils.isStream(data) ||\n      utils.isFile(data) ||\n      utils.isBlob(data)\n    ) {\n      return data;\n    }\n    if (utils.isArrayBufferView(data)) {\n      return data.buffer;\n    }\n    if (utils.isURLSearchParams(data)) {\n      setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n      return data.toString();\n    }\n    if (utils.isObject(data)) {\n      setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n      return JSON.stringify(data);\n    }\n    return data;\n  }],\n\n  transformResponse: [function transformResponse(data) {\n    /*eslint no-param-reassign:0*/\n    if (typeof data === 'string') {\n      try {\n        data = JSON.parse(data);\n      } catch (e) { /* Ignore */ }\n    }\n    return data;\n  }],\n\n  /**\n   * A timeout in milliseconds to abort a request. If set to 0 (default) a\n   * timeout is not created.\n   */\n  timeout: 0,\n\n  xsrfCookieName: 'XSRF-TOKEN',\n  xsrfHeaderName: 'X-XSRF-TOKEN',\n\n  maxContentLength: -1,\n\n  validateStatus: function validateStatus(status) {\n    return status >= 200 && status < 300;\n  }\n};\n\ndefaults.headers = {\n  common: {\n    'Accept': 'application/json, text/plain, */*'\n  }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n  defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n  defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n  return function wrap() {\n    var args = new Array(arguments.length);\n    for (var i = 0; i < args.length; i++) {\n      args[i] = arguments[i];\n    }\n    return fn.apply(thisArg, args);\n  };\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n  return encodeURIComponent(val).\n    replace(/%40/gi, '@').\n    replace(/%3A/gi, ':').\n    replace(/%24/g, '$').\n    replace(/%2C/gi, ',').\n    replace(/%20/g, '+').\n    replace(/%5B/gi, '[').\n    replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n  /*eslint no-param-reassign:0*/\n  if (!params) {\n    return url;\n  }\n\n  var serializedParams;\n  if (paramsSerializer) {\n    serializedParams = paramsSerializer(params);\n  } else if (utils.isURLSearchParams(params)) {\n    serializedParams = params.toString();\n  } else {\n    var parts = [];\n\n    utils.forEach(params, function serialize(val, key) {\n      if (val === null || typeof val === 'undefined') {\n        return;\n      }\n\n      if (utils.isArray(val)) {\n        key = key + '[]';\n      } else {\n        val = [val];\n      }\n\n      utils.forEach(val, function parseValue(v) {\n        if (utils.isDate(v)) {\n          v = v.toISOString();\n        } else if (utils.isObject(v)) {\n          v = JSON.stringify(v);\n        }\n        parts.push(encode(key) + '=' + encode(v));\n      });\n    });\n\n    serializedParams = parts.join('&');\n  }\n\n  if (serializedParams) {\n    var hashmarkIndex = url.indexOf('#');\n    if (hashmarkIndex !== -1) {\n      url = url.slice(0, hashmarkIndex);\n    }\n\n    url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n  }\n\n  return url;\n};\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n  return relativeURL\n    ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n    : baseURL;\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n  utils.isStandardBrowserEnv() ?\n\n  // Standard browser envs support document.cookie\n    (function standardBrowserEnv() {\n      return {\n        write: function write(name, value, expires, path, domain, secure) {\n          var cookie = [];\n          cookie.push(name + '=' + encodeURIComponent(value));\n\n          if (utils.isNumber(expires)) {\n            cookie.push('expires=' + new Date(expires).toGMTString());\n          }\n\n          if (utils.isString(path)) {\n            cookie.push('path=' + path);\n          }\n\n          if (utils.isString(domain)) {\n            cookie.push('domain=' + domain);\n          }\n\n          if (secure === true) {\n            cookie.push('secure');\n          }\n\n          document.cookie = cookie.join('; ');\n        },\n\n        read: function read(name) {\n          var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n          return (match ? decodeURIComponent(match[3]) : null);\n        },\n\n        remove: function remove(name) {\n          this.write(name, '', Date.now() - 86400000);\n        }\n      };\n    })() :\n\n  // Non standard browser env (web workers, react-native) lack needed support.\n    (function nonStandardBrowserEnv() {\n      return {\n        write: function write() {},\n        read: function read() { return null; },\n        remove: function remove() {}\n      };\n    })()\n);\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n  // A URL is considered absolute if it begins with \"<scheme>://\" or \"//\" (protocol-relative URL).\n  // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n  // by any combination of letters, digits, plus, period, or hyphen.\n  return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n  utils.isStandardBrowserEnv() ?\n\n  // Standard browser envs have full support of the APIs needed to test\n  // whether the request URL is of the same origin as current location.\n    (function standardBrowserEnv() {\n      var msie = /(msie|trident)/i.test(navigator.userAgent);\n      var urlParsingNode = document.createElement('a');\n      var originURL;\n\n      /**\n    * Parse a URL to discover it's components\n    *\n    * @param {String} url The URL to be parsed\n    * @returns {Object}\n    */\n      function resolveURL(url) {\n        var href = url;\n\n        if (msie) {\n        // IE needs attribute set twice to normalize properties\n          urlParsingNode.setAttribute('href', href);\n          href = urlParsingNode.href;\n        }\n\n        urlParsingNode.setAttribute('href', href);\n\n        // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n        return {\n          href: urlParsingNode.href,\n          protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n          host: urlParsingNode.host,\n          search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n          hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n          hostname: urlParsingNode.hostname,\n          port: urlParsingNode.port,\n          pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n            urlParsingNode.pathname :\n            '/' + urlParsingNode.pathname\n        };\n      }\n\n      originURL = resolveURL(window.location.href);\n\n      /**\n    * Determine if a URL shares the same origin as the current location\n    *\n    * @param {String} requestURL The URL to test\n    * @returns {boolean} True if URL shares the same origin, otherwise false\n    */\n      return function isURLSameOrigin(requestURL) {\n        var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n        return (parsed.protocol === originURL.protocol &&\n            parsed.host === originURL.host);\n      };\n    })() :\n\n  // Non standard browser envs (web workers, react-native) lack needed support.\n    (function nonStandardBrowserEnv() {\n      return function isURLSameOrigin() {\n        return true;\n      };\n    })()\n);\n","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n  utils.forEach(headers, function processHeader(value, name) {\n    if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n      headers[normalizedName] = value;\n      delete headers[name];\n    }\n  });\n};\n","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n  'age', 'authorization', 'content-length', 'content-type', 'etag',\n  'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n  'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n  'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n  var parsed = {};\n  var key;\n  var val;\n  var i;\n\n  if (!headers) { return parsed; }\n\n  utils.forEach(headers.split('\\n'), function parser(line) {\n    i = line.indexOf(':');\n    key = utils.trim(line.substr(0, i)).toLowerCase();\n    val = utils.trim(line.substr(i + 1));\n\n    if (key) {\n      if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n        return;\n      }\n      if (key === 'set-cookie') {\n        parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n      } else {\n        parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n      }\n    }\n  });\n\n  return parsed;\n};\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n *  ```js\n *  function f(x, y, z) {}\n *  var args = [1, 2, 3];\n *  f.apply(null, args);\n *  ```\n *\n * With `spread` this example can be re-written.\n *\n *  ```js\n *  spread(function(x, y, z) {})([1, 2, 3]);\n *  ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n  return function wrap(arr) {\n    return callback.apply(null, arr);\n  };\n};\n","'use strict';\n\nvar bind = require('./helpers/bind');\nvar isBuffer = require('is-buffer');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n  return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n  return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n  return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n  var result;\n  if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n    result = ArrayBuffer.isView(val);\n  } else {\n    result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n  }\n  return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n  return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n  return typeof val === 'number';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n  return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n  return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n  return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n  return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n  return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n  return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n  return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n  return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n  return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n *  typeof window -> undefined\n *  typeof document -> undefined\n *\n * react-native:\n *  navigator.product -> 'ReactNative'\n * nativescript\n *  navigator.product -> 'NativeScript' or 'NS'\n */\nfunction isStandardBrowserEnv() {\n  if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' ||\n                                           navigator.product === 'NativeScript' ||\n                                           navigator.product === 'NS')) {\n    return false;\n  }\n  return (\n    typeof window !== 'undefined' &&\n    typeof document !== 'undefined'\n  );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n  // Don't bother if no value provided\n  if (obj === null || typeof obj === 'undefined') {\n    return;\n  }\n\n  // Force an array if not already something iterable\n  if (typeof obj !== 'object') {\n    /*eslint no-param-reassign:0*/\n    obj = [obj];\n  }\n\n  if (isArray(obj)) {\n    // Iterate over array values\n    for (var i = 0, l = obj.length; i < l; i++) {\n      fn.call(null, obj[i], i, obj);\n    }\n  } else {\n    // Iterate over object keys\n    for (var key in obj) {\n      if (Object.prototype.hasOwnProperty.call(obj, key)) {\n        fn.call(null, obj[key], key, obj);\n      }\n    }\n  }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n  var result = {};\n  function assignValue(val, key) {\n    if (typeof result[key] === 'object' && typeof val === 'object') {\n      result[key] = merge(result[key], val);\n    } else {\n      result[key] = val;\n    }\n  }\n\n  for (var i = 0, l = arguments.length; i < l; i++) {\n    forEach(arguments[i], assignValue);\n  }\n  return result;\n}\n\n/**\n * Function equal to merge with the difference being that no reference\n * to original objects is kept.\n *\n * @see merge\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction deepMerge(/* obj1, obj2, obj3, ... */) {\n  var result = {};\n  function assignValue(val, key) {\n    if (typeof result[key] === 'object' && typeof val === 'object') {\n      result[key] = deepMerge(result[key], val);\n    } else if (typeof val === 'object') {\n      result[key] = deepMerge({}, val);\n    } else {\n      result[key] = val;\n    }\n  }\n\n  for (var i = 0, l = arguments.length; i < l; i++) {\n    forEach(arguments[i], assignValue);\n  }\n  return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n  forEach(b, function assignValue(val, key) {\n    if (thisArg && typeof val === 'function') {\n      a[key] = bind(val, thisArg);\n    } else {\n      a[key] = val;\n    }\n  });\n  return a;\n}\n\nmodule.exports = {\n  isArray: isArray,\n  isArrayBuffer: isArrayBuffer,\n  isBuffer: isBuffer,\n  isFormData: isFormData,\n  isArrayBufferView: isArrayBufferView,\n  isString: isString,\n  isNumber: isNumber,\n  isObject: isObject,\n  isUndefined: isUndefined,\n  isDate: isDate,\n  isFile: isFile,\n  isBlob: isBlob,\n  isFunction: isFunction,\n  isStream: isStream,\n  isURLSearchParams: isURLSearchParams,\n  isStandardBrowserEnv: isStandardBrowserEnv,\n  forEach: forEach,\n  merge: merge,\n  deepMerge: deepMerge,\n  extend: extend,\n  trim: trim\n};\n","import objectWithoutPropertiesLoose from \"./objectWithoutPropertiesLoose\";\nexport default function _objectWithoutProperties(source, excluded) {\n  if (source == null) return {};\n  var target = objectWithoutPropertiesLoose(source, excluded);\n  var key, i;\n\n  if (Object.getOwnPropertySymbols) {\n    var sourceSymbolKeys = Object.getOwnPropertySymbols(source);\n\n    for (i = 0; i < sourceSymbolKeys.length; i++) {\n      key = sourceSymbolKeys[i];\n      if (excluded.indexOf(key) >= 0) continue;\n      if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;\n      target[key] = source[key];\n    }\n  }\n\n  return target;\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n  if (source == null) return {};\n  var target = {};\n  var sourceKeys = Object.keys(source);\n  var key, i;\n\n  for (i = 0; i < sourceKeys.length; i++) {\n    key = sourceKeys[i];\n    if (excluded.indexOf(key) >= 0) continue;\n    target[key] = source[key];\n  }\n\n  return target;\n}","'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n  lookup[i] = code[i]\n  revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n  var len = b64.length\n\n  if (len % 4 > 0) {\n    throw new Error('Invalid string. Length must be a multiple of 4')\n  }\n\n  // Trim off extra bytes after placeholder bytes are found\n  // See: https://github.com/beatgammit/base64-js/issues/42\n  var validLen = b64.indexOf('=')\n  if (validLen === -1) validLen = len\n\n  var placeHoldersLen = validLen === len\n    ? 0\n    : 4 - (validLen % 4)\n\n  return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n  var lens = getLens(b64)\n  var validLen = lens[0]\n  var placeHoldersLen = lens[1]\n  return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n  return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n  var tmp\n  var lens = getLens(b64)\n  var validLen = lens[0]\n  var placeHoldersLen = lens[1]\n\n  var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n  var curByte = 0\n\n  // if there are placeholders, only get up to the last complete 4 chars\n  var len = placeHoldersLen > 0\n    ? validLen - 4\n    : validLen\n\n  var i\n  for (i = 0; i < len; i += 4) {\n    tmp =\n      (revLookup[b64.charCodeAt(i)] << 18) |\n      (revLookup[b64.charCodeAt(i + 1)] << 12) |\n      (revLookup[b64.charCodeAt(i + 2)] << 6) |\n      revLookup[b64.charCodeAt(i + 3)]\n    arr[curByte++] = (tmp >> 16) & 0xFF\n    arr[curByte++] = (tmp >> 8) & 0xFF\n    arr[curByte++] = tmp & 0xFF\n  }\n\n  if (placeHoldersLen === 2) {\n    tmp =\n      (revLookup[b64.charCodeAt(i)] << 2) |\n      (revLookup[b64.charCodeAt(i + 1)] >> 4)\n    arr[curByte++] = tmp & 0xFF\n  }\n\n  if (placeHoldersLen === 1) {\n    tmp =\n      (revLookup[b64.charCodeAt(i)] << 10) |\n      (revLookup[b64.charCodeAt(i + 1)] << 4) |\n      (revLookup[b64.charCodeAt(i + 2)] >> 2)\n    arr[curByte++] = (tmp >> 8) & 0xFF\n    arr[curByte++] = tmp & 0xFF\n  }\n\n  return arr\n}\n\nfunction tripletToBase64 (num) {\n  return lookup[num >> 18 & 0x3F] +\n    lookup[num >> 12 & 0x3F] +\n    lookup[num >> 6 & 0x3F] +\n    lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n  var tmp\n  var output = []\n  for (var i = start; i < end; i += 3) {\n    tmp =\n      ((uint8[i] << 16) & 0xFF0000) +\n      ((uint8[i + 1] << 8) & 0xFF00) +\n      (uint8[i + 2] & 0xFF)\n    output.push(tripletToBase64(tmp))\n  }\n  return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n  var tmp\n  var len = uint8.length\n  var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n  var parts = []\n  var maxChunkLength = 16383 // must be multiple of 3\n\n  // go through the array every three bytes, we'll deal with trailing stuff later\n  for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n    parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\n  }\n\n  // pad the end with zeros, but make sure to not forget the extra bytes\n  if (extraBytes === 1) {\n    tmp = uint8[len - 1]\n    parts.push(\n      lookup[tmp >> 2] +\n      lookup[(tmp << 4) & 0x3F] +\n      '=='\n    )\n  } else if (extraBytes === 2) {\n    tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n    parts.push(\n      lookup[tmp >> 10] +\n      lookup[(tmp >> 4) & 0x3F] +\n      lookup[(tmp << 2) & 0x3F] +\n      '='\n    )\n  }\n\n  return parts.join('')\n}\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author   Feross Aboukhadijeh <http://feross.org>\n * @license  MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nvar base64 = require('base64-js')\nvar ieee754 = require('ieee754')\nvar isArray = require('isarray')\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n *   === true    Use Uint8Array implementation (fastest)\n *   === false   Use Object implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * Due to various browser bugs, sometimes the Object implementation will be used even\n * when the browser supports typed arrays.\n *\n * Note:\n *\n *   - Firefox 4-29 lacks support for adding new properties to `Uint8Array` instances,\n *     See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\n *\n *   - Chrome 9-10 is missing the `TypedArray.prototype.subarray` function.\n *\n *   - IE10 has a broken `TypedArray.prototype.subarray` function which returns arrays of\n *     incorrect length in some situations.\n\n * We detect these buggy browsers and set `Buffer.TYPED_ARRAY_SUPPORT` to `false` so they\n * get the Object implementation, which is slower but behaves correctly.\n */\nBuffer.TYPED_ARRAY_SUPPORT = global.TYPED_ARRAY_SUPPORT !== undefined\n  ? global.TYPED_ARRAY_SUPPORT\n  : typedArraySupport()\n\n/*\n * Export kMaxLength after typed array support is determined.\n */\nexports.kMaxLength = kMaxLength()\n\nfunction typedArraySupport () {\n  try {\n    var arr = new Uint8Array(1)\n    arr.__proto__ = {__proto__: Uint8Array.prototype, foo: function () { return 42 }}\n    return arr.foo() === 42 && // typed array instances can be augmented\n        typeof arr.subarray === 'function' && // chrome 9-10 lack `subarray`\n        arr.subarray(1, 1).byteLength === 0 // ie10 has broken `subarray`\n  } catch (e) {\n    return false\n  }\n}\n\nfunction kMaxLength () {\n  return Buffer.TYPED_ARRAY_SUPPORT\n    ? 0x7fffffff\n    : 0x3fffffff\n}\n\nfunction createBuffer (that, length) {\n  if (kMaxLength() < length) {\n    throw new RangeError('Invalid typed array length')\n  }\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    // Return an augmented `Uint8Array` instance, for best performance\n    that = new Uint8Array(length)\n    that.__proto__ = Buffer.prototype\n  } else {\n    // Fallback: Return an object instance of the Buffer class\n    if (that === null) {\n      that = new Buffer(length)\n    }\n    that.length = length\n  }\n\n  return that\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n  if (!Buffer.TYPED_ARRAY_SUPPORT && !(this instanceof Buffer)) {\n    return new Buffer(arg, encodingOrOffset, length)\n  }\n\n  // Common case.\n  if (typeof arg === 'number') {\n    if (typeof encodingOrOffset === 'string') {\n      throw new Error(\n        'If encoding is specified then the first argument must be a string'\n      )\n    }\n    return allocUnsafe(this, arg)\n  }\n  return from(this, arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\n// TODO: Legacy, not needed anymore. Remove in next major version.\nBuffer._augment = function (arr) {\n  arr.__proto__ = Buffer.prototype\n  return arr\n}\n\nfunction from (that, value, encodingOrOffset, length) {\n  if (typeof value === 'number') {\n    throw new TypeError('\"value\" argument must not be a number')\n  }\n\n  if (typeof ArrayBuffer !== 'undefined' && value instanceof ArrayBuffer) {\n    return fromArrayBuffer(that, value, encodingOrOffset, length)\n  }\n\n  if (typeof value === 'string') {\n    return fromString(that, value, encodingOrOffset)\n  }\n\n  return fromObject(that, value)\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n  return from(null, value, encodingOrOffset, length)\n}\n\nif (Buffer.TYPED_ARRAY_SUPPORT) {\n  Buffer.prototype.__proto__ = Uint8Array.prototype\n  Buffer.__proto__ = Uint8Array\n  if (typeof Symbol !== 'undefined' && Symbol.species &&\n      Buffer[Symbol.species] === Buffer) {\n    // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97\n    Object.defineProperty(Buffer, Symbol.species, {\n      value: null,\n      configurable: true\n    })\n  }\n}\n\nfunction assertSize (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('\"size\" argument must be a number')\n  } else if (size < 0) {\n    throw new RangeError('\"size\" argument must not be negative')\n  }\n}\n\nfunction alloc (that, size, fill, encoding) {\n  assertSize(size)\n  if (size <= 0) {\n    return createBuffer(that, size)\n  }\n  if (fill !== undefined) {\n    // Only pay attention to encoding if it's a string. This\n    // prevents accidentally sending in a number that would\n    // be interpretted as a start offset.\n    return typeof encoding === 'string'\n      ? createBuffer(that, size).fill(fill, encoding)\n      : createBuffer(that, size).fill(fill)\n  }\n  return createBuffer(that, size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n  return alloc(null, size, fill, encoding)\n}\n\nfunction allocUnsafe (that, size) {\n  assertSize(size)\n  that = createBuffer(that, size < 0 ? 0 : checked(size) | 0)\n  if (!Buffer.TYPED_ARRAY_SUPPORT) {\n    for (var i = 0; i < size; ++i) {\n      that[i] = 0\n    }\n  }\n  return that\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n  return allocUnsafe(null, size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n  return allocUnsafe(null, size)\n}\n\nfunction fromString (that, string, encoding) {\n  if (typeof encoding !== 'string' || encoding === '') {\n    encoding = 'utf8'\n  }\n\n  if (!Buffer.isEncoding(encoding)) {\n    throw new TypeError('\"encoding\" must be a valid string encoding')\n  }\n\n  var length = byteLength(string, encoding) | 0\n  that = createBuffer(that, length)\n\n  var actual = that.write(string, encoding)\n\n  if (actual !== length) {\n    // Writing a hex string, for example, that contains invalid characters will\n    // cause everything after the first invalid character to be ignored. (e.g.\n    // 'abxxcd' will be treated as 'ab')\n    that = that.slice(0, actual)\n  }\n\n  return that\n}\n\nfunction fromArrayLike (that, array) {\n  var length = array.length < 0 ? 0 : checked(array.length) | 0\n  that = createBuffer(that, length)\n  for (var i = 0; i < length; i += 1) {\n    that[i] = array[i] & 255\n  }\n  return that\n}\n\nfunction fromArrayBuffer (that, array, byteOffset, length) {\n  array.byteLength // this throws if `array` is not a valid ArrayBuffer\n\n  if (byteOffset < 0 || array.byteLength < byteOffset) {\n    throw new RangeError('\\'offset\\' is out of bounds')\n  }\n\n  if (array.byteLength < byteOffset + (length || 0)) {\n    throw new RangeError('\\'length\\' is out of bounds')\n  }\n\n  if (byteOffset === undefined && length === undefined) {\n    array = new Uint8Array(array)\n  } else if (length === undefined) {\n    array = new Uint8Array(array, byteOffset)\n  } else {\n    array = new Uint8Array(array, byteOffset, length)\n  }\n\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    // Return an augmented `Uint8Array` instance, for best performance\n    that = array\n    that.__proto__ = Buffer.prototype\n  } else {\n    // Fallback: Return an object instance of the Buffer class\n    that = fromArrayLike(that, array)\n  }\n  return that\n}\n\nfunction fromObject (that, obj) {\n  if (Buffer.isBuffer(obj)) {\n    var len = checked(obj.length) | 0\n    that = createBuffer(that, len)\n\n    if (that.length === 0) {\n      return that\n    }\n\n    obj.copy(that, 0, 0, len)\n    return that\n  }\n\n  if (obj) {\n    if ((typeof ArrayBuffer !== 'undefined' &&\n        obj.buffer instanceof ArrayBuffer) || 'length' in obj) {\n      if (typeof obj.length !== 'number' || isnan(obj.length)) {\n        return createBuffer(that, 0)\n      }\n      return fromArrayLike(that, obj)\n    }\n\n    if (obj.type === 'Buffer' && isArray(obj.data)) {\n      return fromArrayLike(that, obj.data)\n    }\n  }\n\n  throw new TypeError('First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.')\n}\n\nfunction checked (length) {\n  // Note: cannot use `length < kMaxLength()` here because that fails when\n  // length is NaN (which is otherwise coerced to zero.)\n  if (length >= kMaxLength()) {\n    throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n                         'size: 0x' + kMaxLength().toString(16) + ' bytes')\n  }\n  return length | 0\n}\n\nfunction SlowBuffer (length) {\n  if (+length != length) { // eslint-disable-line eqeqeq\n    length = 0\n  }\n  return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n  return !!(b != null && b._isBuffer)\n}\n\nBuffer.compare = function compare (a, b) {\n  if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n    throw new TypeError('Arguments must be Buffers')\n  }\n\n  if (a === b) return 0\n\n  var x = a.length\n  var y = b.length\n\n  for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n    if (a[i] !== b[i]) {\n      x = a[i]\n      y = b[i]\n      break\n    }\n  }\n\n  if (x < y) return -1\n  if (y < x) return 1\n  return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n  switch (String(encoding).toLowerCase()) {\n    case 'hex':\n    case 'utf8':\n    case 'utf-8':\n    case 'ascii':\n    case 'latin1':\n    case 'binary':\n    case 'base64':\n    case 'ucs2':\n    case 'ucs-2':\n    case 'utf16le':\n    case 'utf-16le':\n      return true\n    default:\n      return false\n  }\n}\n\nBuffer.concat = function concat (list, length) {\n  if (!isArray(list)) {\n    throw new TypeError('\"list\" argument must be an Array of Buffers')\n  }\n\n  if (list.length === 0) {\n    return Buffer.alloc(0)\n  }\n\n  var i\n  if (length === undefined) {\n    length = 0\n    for (i = 0; i < list.length; ++i) {\n      length += list[i].length\n    }\n  }\n\n  var buffer = Buffer.allocUnsafe(length)\n  var pos = 0\n  for (i = 0; i < list.length; ++i) {\n    var buf = list[i]\n    if (!Buffer.isBuffer(buf)) {\n      throw new TypeError('\"list\" argument must be an Array of Buffers')\n    }\n    buf.copy(buffer, pos)\n    pos += buf.length\n  }\n  return buffer\n}\n\nfunction byteLength (string, encoding) {\n  if (Buffer.isBuffer(string)) {\n    return string.length\n  }\n  if (typeof ArrayBuffer !== 'undefined' && typeof ArrayBuffer.isView === 'function' &&\n      (ArrayBuffer.isView(string) || string instanceof ArrayBuffer)) {\n    return string.byteLength\n  }\n  if (typeof string !== 'string') {\n    string = '' + string\n  }\n\n  var len = string.length\n  if (len === 0) return 0\n\n  // Use a for loop to avoid recursion\n  var loweredCase = false\n  for (;;) {\n    switch (encoding) {\n      case 'ascii':\n      case 'latin1':\n      case 'binary':\n        return len\n      case 'utf8':\n      case 'utf-8':\n      case undefined:\n        return utf8ToBytes(string).length\n      case 'ucs2':\n      case 'ucs-2':\n      case 'utf16le':\n      case 'utf-16le':\n        return len * 2\n      case 'hex':\n        return len >>> 1\n      case 'base64':\n        return base64ToBytes(string).length\n      default:\n        if (loweredCase) return utf8ToBytes(string).length // assume utf8\n        encoding = ('' + encoding).toLowerCase()\n        loweredCase = true\n    }\n  }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n  var loweredCase = false\n\n  // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n  // property of a typed array.\n\n  // This behaves neither like String nor Uint8Array in that we set start/end\n  // to their upper/lower bounds if the value passed is out of range.\n  // undefined is handled specially as per ECMA-262 6th Edition,\n  // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n  if (start === undefined || start < 0) {\n    start = 0\n  }\n  // Return early if start > this.length. Done here to prevent potential uint32\n  // coercion fail below.\n  if (start > this.length) {\n    return ''\n  }\n\n  if (end === undefined || end > this.length) {\n    end = this.length\n  }\n\n  if (end <= 0) {\n    return ''\n  }\n\n  // Force coersion to uint32. This will also coerce falsey/NaN values to 0.\n  end >>>= 0\n  start >>>= 0\n\n  if (end <= start) {\n    return ''\n  }\n\n  if (!encoding) encoding = 'utf8'\n\n  while (true) {\n    switch (encoding) {\n      case 'hex':\n        return hexSlice(this, start, end)\n\n      case 'utf8':\n      case 'utf-8':\n        return utf8Slice(this, start, end)\n\n      case 'ascii':\n        return asciiSlice(this, start, end)\n\n      case 'latin1':\n      case 'binary':\n        return latin1Slice(this, start, end)\n\n      case 'base64':\n        return base64Slice(this, start, end)\n\n      case 'ucs2':\n      case 'ucs-2':\n      case 'utf16le':\n      case 'utf-16le':\n        return utf16leSlice(this, start, end)\n\n      default:\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n        encoding = (encoding + '').toLowerCase()\n        loweredCase = true\n    }\n  }\n}\n\n// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect\n// Buffer instances.\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n  var i = b[n]\n  b[n] = b[m]\n  b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n  var len = this.length\n  if (len % 2 !== 0) {\n    throw new RangeError('Buffer size must be a multiple of 16-bits')\n  }\n  for (var i = 0; i < len; i += 2) {\n    swap(this, i, i + 1)\n  }\n  return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n  var len = this.length\n  if (len % 4 !== 0) {\n    throw new RangeError('Buffer size must be a multiple of 32-bits')\n  }\n  for (var i = 0; i < len; i += 4) {\n    swap(this, i, i + 3)\n    swap(this, i + 1, i + 2)\n  }\n  return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n  var len = this.length\n  if (len % 8 !== 0) {\n    throw new RangeError('Buffer size must be a multiple of 64-bits')\n  }\n  for (var i = 0; i < len; i += 8) {\n    swap(this, i, i + 7)\n    swap(this, i + 1, i + 6)\n    swap(this, i + 2, i + 5)\n    swap(this, i + 3, i + 4)\n  }\n  return this\n}\n\nBuffer.prototype.toString = function toString () {\n  var length = this.length | 0\n  if (length === 0) return ''\n  if (arguments.length === 0) return utf8Slice(this, 0, length)\n  return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.equals = function equals (b) {\n  if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n  if (this === b) return true\n  return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n  var str = ''\n  var max = exports.INSPECT_MAX_BYTES\n  if (this.length > 0) {\n    str = this.toString('hex', 0, max).match(/.{2}/g).join(' ')\n    if (this.length > max) str += ' ... '\n  }\n  return '<Buffer ' + str + '>'\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n  if (!Buffer.isBuffer(target)) {\n    throw new TypeError('Argument must be a Buffer')\n  }\n\n  if (start === undefined) {\n    start = 0\n  }\n  if (end === undefined) {\n    end = target ? target.length : 0\n  }\n  if (thisStart === undefined) {\n    thisStart = 0\n  }\n  if (thisEnd === undefined) {\n    thisEnd = this.length\n  }\n\n  if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n    throw new RangeError('out of range index')\n  }\n\n  if (thisStart >= thisEnd && start >= end) {\n    return 0\n  }\n  if (thisStart >= thisEnd) {\n    return -1\n  }\n  if (start >= end) {\n    return 1\n  }\n\n  start >>>= 0\n  end >>>= 0\n  thisStart >>>= 0\n  thisEnd >>>= 0\n\n  if (this === target) return 0\n\n  var x = thisEnd - thisStart\n  var y = end - start\n  var len = Math.min(x, y)\n\n  var thisCopy = this.slice(thisStart, thisEnd)\n  var targetCopy = target.slice(start, end)\n\n  for (var i = 0; i < len; ++i) {\n    if (thisCopy[i] !== targetCopy[i]) {\n      x = thisCopy[i]\n      y = targetCopy[i]\n      break\n    }\n  }\n\n  if (x < y) return -1\n  if (y < x) return 1\n  return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n  // Empty buffer means no match\n  if (buffer.length === 0) return -1\n\n  // Normalize byteOffset\n  if (typeof byteOffset === 'string') {\n    encoding = byteOffset\n    byteOffset = 0\n  } else if (byteOffset > 0x7fffffff) {\n    byteOffset = 0x7fffffff\n  } else if (byteOffset < -0x80000000) {\n    byteOffset = -0x80000000\n  }\n  byteOffset = +byteOffset  // Coerce to Number.\n  if (isNaN(byteOffset)) {\n    // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n    byteOffset = dir ? 0 : (buffer.length - 1)\n  }\n\n  // Normalize byteOffset: negative offsets start from the end of the buffer\n  if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n  if (byteOffset >= buffer.length) {\n    if (dir) return -1\n    else byteOffset = buffer.length - 1\n  } else if (byteOffset < 0) {\n    if (dir) byteOffset = 0\n    else return -1\n  }\n\n  // Normalize val\n  if (typeof val === 'string') {\n    val = Buffer.from(val, encoding)\n  }\n\n  // Finally, search either indexOf (if dir is true) or lastIndexOf\n  if (Buffer.isBuffer(val)) {\n    // Special case: looking for empty string/buffer always fails\n    if (val.length === 0) {\n      return -1\n    }\n    return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n  } else if (typeof val === 'number') {\n    val = val & 0xFF // Search for a byte value [0-255]\n    if (Buffer.TYPED_ARRAY_SUPPORT &&\n        typeof Uint8Array.prototype.indexOf === 'function') {\n      if (dir) {\n        return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n      } else {\n        return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n      }\n    }\n    return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)\n  }\n\n  throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n  var indexSize = 1\n  var arrLength = arr.length\n  var valLength = val.length\n\n  if (encoding !== undefined) {\n    encoding = String(encoding).toLowerCase()\n    if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n        encoding === 'utf16le' || encoding === 'utf-16le') {\n      if (arr.length < 2 || val.length < 2) {\n        return -1\n      }\n      indexSize = 2\n      arrLength /= 2\n      valLength /= 2\n      byteOffset /= 2\n    }\n  }\n\n  function read (buf, i) {\n    if (indexSize === 1) {\n      return buf[i]\n    } else {\n      return buf.readUInt16BE(i * indexSize)\n    }\n  }\n\n  var i\n  if (dir) {\n    var foundIndex = -1\n    for (i = byteOffset; i < arrLength; i++) {\n      if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n        if (foundIndex === -1) foundIndex = i\n        if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n      } else {\n        if (foundIndex !== -1) i -= i - foundIndex\n        foundIndex = -1\n      }\n    }\n  } else {\n    if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n    for (i = byteOffset; i >= 0; i--) {\n      var found = true\n      for (var j = 0; j < valLength; j++) {\n        if (read(arr, i + j) !== read(val, j)) {\n          found = false\n          break\n        }\n      }\n      if (found) return i\n    }\n  }\n\n  return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n  return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n  return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n  offset = Number(offset) || 0\n  var remaining = buf.length - offset\n  if (!length) {\n    length = remaining\n  } else {\n    length = Number(length)\n    if (length > remaining) {\n      length = remaining\n    }\n  }\n\n  // must be an even number of digits\n  var strLen = string.length\n  if (strLen % 2 !== 0) throw new TypeError('Invalid hex string')\n\n  if (length > strLen / 2) {\n    length = strLen / 2\n  }\n  for (var i = 0; i < length; ++i) {\n    var parsed = parseInt(string.substr(i * 2, 2), 16)\n    if (isNaN(parsed)) return i\n    buf[offset + i] = parsed\n  }\n  return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n  return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n  return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction latin1Write (buf, string, offset, length) {\n  return asciiWrite(buf, string, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n  return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n  return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n  // Buffer#write(string)\n  if (offset === undefined) {\n    encoding = 'utf8'\n    length = this.length\n    offset = 0\n  // Buffer#write(string, encoding)\n  } else if (length === undefined && typeof offset === 'string') {\n    encoding = offset\n    length = this.length\n    offset = 0\n  // Buffer#write(string, offset[, length][, encoding])\n  } else if (isFinite(offset)) {\n    offset = offset | 0\n    if (isFinite(length)) {\n      length = length | 0\n      if (encoding === undefined) encoding = 'utf8'\n    } else {\n      encoding = length\n      length = undefined\n    }\n  // legacy write(string, encoding, offset, length) - remove in v0.13\n  } else {\n    throw new Error(\n      'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n    )\n  }\n\n  var remaining = this.length - offset\n  if (length === undefined || length > remaining) length = remaining\n\n  if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n    throw new RangeError('Attempt to write outside buffer bounds')\n  }\n\n  if (!encoding) encoding = 'utf8'\n\n  var loweredCase = false\n  for (;;) {\n    switch (encoding) {\n      case 'hex':\n        return hexWrite(this, string, offset, length)\n\n      case 'utf8':\n      case 'utf-8':\n        return utf8Write(this, string, offset, length)\n\n      case 'ascii':\n        return asciiWrite(this, string, offset, length)\n\n      case 'latin1':\n      case 'binary':\n        return latin1Write(this, string, offset, length)\n\n      case 'base64':\n        // Warning: maxLength not taken into account in base64Write\n        return base64Write(this, string, offset, length)\n\n      case 'ucs2':\n      case 'ucs-2':\n      case 'utf16le':\n      case 'utf-16le':\n        return ucs2Write(this, string, offset, length)\n\n      default:\n        if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n        encoding = ('' + encoding).toLowerCase()\n        loweredCase = true\n    }\n  }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n  return {\n    type: 'Buffer',\n    data: Array.prototype.slice.call(this._arr || this, 0)\n  }\n}\n\nfunction base64Slice (buf, start, end) {\n  if (start === 0 && end === buf.length) {\n    return base64.fromByteArray(buf)\n  } else {\n    return base64.fromByteArray(buf.slice(start, end))\n  }\n}\n\nfunction utf8Slice (buf, start, end) {\n  end = Math.min(buf.length, end)\n  var res = []\n\n  var i = start\n  while (i < end) {\n    var firstByte = buf[i]\n    var codePoint = null\n    var bytesPerSequence = (firstByte > 0xEF) ? 4\n      : (firstByte > 0xDF) ? 3\n      : (firstByte > 0xBF) ? 2\n      : 1\n\n    if (i + bytesPerSequence <= end) {\n      var secondByte, thirdByte, fourthByte, tempCodePoint\n\n      switch (bytesPerSequence) {\n        case 1:\n          if (firstByte < 0x80) {\n            codePoint = firstByte\n          }\n          break\n        case 2:\n          secondByte = buf[i + 1]\n          if ((secondByte & 0xC0) === 0x80) {\n            tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n            if (tempCodePoint > 0x7F) {\n              codePoint = tempCodePoint\n            }\n          }\n          break\n        case 3:\n          secondByte = buf[i + 1]\n          thirdByte = buf[i + 2]\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n            tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n            if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n              codePoint = tempCodePoint\n            }\n          }\n          break\n        case 4:\n          secondByte = buf[i + 1]\n          thirdByte = buf[i + 2]\n          fourthByte = buf[i + 3]\n          if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n            tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n            if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n              codePoint = tempCodePoint\n            }\n          }\n      }\n    }\n\n    if (codePoint === null) {\n      // we did not generate a valid codePoint so insert a\n      // replacement char (U+FFFD) and advance only 1 byte\n      codePoint = 0xFFFD\n      bytesPerSequence = 1\n    } else if (codePoint > 0xFFFF) {\n      // encode to utf16 (surrogate pair dance)\n      codePoint -= 0x10000\n      res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n      codePoint = 0xDC00 | codePoint & 0x3FF\n    }\n\n    res.push(codePoint)\n    i += bytesPerSequence\n  }\n\n  return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n  var len = codePoints.length\n  if (len <= MAX_ARGUMENTS_LENGTH) {\n    return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n  }\n\n  // Decode in chunks to avoid \"call stack size exceeded\".\n  var res = ''\n  var i = 0\n  while (i < len) {\n    res += String.fromCharCode.apply(\n      String,\n      codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n    )\n  }\n  return res\n}\n\nfunction asciiSlice (buf, start, end) {\n  var ret = ''\n  end = Math.min(buf.length, end)\n\n  for (var i = start; i < end; ++i) {\n    ret += String.fromCharCode(buf[i] & 0x7F)\n  }\n  return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n  var ret = ''\n  end = Math.min(buf.length, end)\n\n  for (var i = start; i < end; ++i) {\n    ret += String.fromCharCode(buf[i])\n  }\n  return ret\n}\n\nfunction hexSlice (buf, start, end) {\n  var len = buf.length\n\n  if (!start || start < 0) start = 0\n  if (!end || end < 0 || end > len) end = len\n\n  var out = ''\n  for (var i = start; i < end; ++i) {\n    out += toHex(buf[i])\n  }\n  return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n  var bytes = buf.slice(start, end)\n  var res = ''\n  for (var i = 0; i < bytes.length; i += 2) {\n    res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256)\n  }\n  return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n  var len = this.length\n  start = ~~start\n  end = end === undefined ? len : ~~end\n\n  if (start < 0) {\n    start += len\n    if (start < 0) start = 0\n  } else if (start > len) {\n    start = len\n  }\n\n  if (end < 0) {\n    end += len\n    if (end < 0) end = 0\n  } else if (end > len) {\n    end = len\n  }\n\n  if (end < start) end = start\n\n  var newBuf\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    newBuf = this.subarray(start, end)\n    newBuf.__proto__ = Buffer.prototype\n  } else {\n    var sliceLen = end - start\n    newBuf = new Buffer(sliceLen, undefined)\n    for (var i = 0; i < sliceLen; ++i) {\n      newBuf[i] = this[i + start]\n    }\n  }\n\n  return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n  if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n  if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n  var val = this[offset]\n  var mul = 1\n  var i = 0\n  while (++i < byteLength && (mul *= 0x100)) {\n    val += this[offset + i] * mul\n  }\n\n  return val\n}\n\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) {\n    checkOffset(offset, byteLength, this.length)\n  }\n\n  var val = this[offset + --byteLength]\n  var mul = 1\n  while (byteLength > 0 && (mul *= 0x100)) {\n    val += this[offset + --byteLength] * mul\n  }\n\n  return val\n}\n\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 1, this.length)\n  return this[offset]\n}\n\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 2, this.length)\n  return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 2, this.length)\n  return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n\n  return ((this[offset]) |\n      (this[offset + 1] << 8) |\n      (this[offset + 2] << 16)) +\n      (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n\n  return (this[offset] * 0x1000000) +\n    ((this[offset + 1] << 16) |\n    (this[offset + 2] << 8) |\n    this[offset + 3])\n}\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n  var val = this[offset]\n  var mul = 1\n  var i = 0\n  while (++i < byteLength && (mul *= 0x100)) {\n    val += this[offset + i] * mul\n  }\n  mul *= 0x80\n\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n  return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n  var i = byteLength\n  var mul = 1\n  var val = this[offset + --i]\n  while (i > 0 && (mul *= 0x100)) {\n    val += this[offset + --i] * mul\n  }\n  mul *= 0x80\n\n  if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n  return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 1, this.length)\n  if (!(this[offset] & 0x80)) return (this[offset])\n  return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 2, this.length)\n  var val = this[offset] | (this[offset + 1] << 8)\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 2, this.length)\n  var val = this[offset + 1] | (this[offset] << 8)\n  return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n\n  return (this[offset]) |\n    (this[offset + 1] << 8) |\n    (this[offset + 2] << 16) |\n    (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n\n  return (this[offset] << 24) |\n    (this[offset + 1] << 16) |\n    (this[offset + 2] << 8) |\n    (this[offset + 3])\n}\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n  return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 4, this.length)\n  return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 8, this.length)\n  return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n  if (!noAssert) checkOffset(offset, 8, this.length)\n  return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n  if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n  if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n  value = +value\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) {\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\n  }\n\n  var mul = 1\n  var i = 0\n  this[offset] = value & 0xFF\n  while (++i < byteLength && (mul *= 0x100)) {\n    this[offset + i] = (value / mul) & 0xFF\n  }\n\n  return offset + byteLength\n}\n\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n  value = +value\n  offset = offset | 0\n  byteLength = byteLength | 0\n  if (!noAssert) {\n    var maxBytes = Math.pow(2, 8 * byteLength) - 1\n    checkInt(this, value, offset, byteLength, maxBytes, 0)\n  }\n\n  var i = byteLength - 1\n  var mul = 1\n  this[offset + i] = value & 0xFF\n  while (--i >= 0 && (mul *= 0x100)) {\n    this[offset + i] = (value / mul) & 0xFF\n  }\n\n  return offset + byteLength\n}\n\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n  this[offset] = (value & 0xff)\n  return offset + 1\n}\n\nfunction objectWriteUInt16 (buf, value, offset, littleEndian) {\n  if (value < 0) value = 0xffff + value + 1\n  for (var i = 0, j = Math.min(buf.length - offset, 2); i < j; ++i) {\n    buf[offset + i] = (value & (0xff << (8 * (littleEndian ? i : 1 - i)))) >>>\n      (littleEndian ? i : 1 - i) * 8\n  }\n}\n\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value & 0xff)\n    this[offset + 1] = (value >>> 8)\n  } else {\n    objectWriteUInt16(this, value, offset, true)\n  }\n  return offset + 2\n}\n\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value >>> 8)\n    this[offset + 1] = (value & 0xff)\n  } else {\n    objectWriteUInt16(this, value, offset, false)\n  }\n  return offset + 2\n}\n\nfunction objectWriteUInt32 (buf, value, offset, littleEndian) {\n  if (value < 0) value = 0xffffffff + value + 1\n  for (var i = 0, j = Math.min(buf.length - offset, 4); i < j; ++i) {\n    buf[offset + i] = (value >>> (littleEndian ? i : 3 - i) * 8) & 0xff\n  }\n}\n\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset + 3] = (value >>> 24)\n    this[offset + 2] = (value >>> 16)\n    this[offset + 1] = (value >>> 8)\n    this[offset] = (value & 0xff)\n  } else {\n    objectWriteUInt32(this, value, offset, true)\n  }\n  return offset + 4\n}\n\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value >>> 24)\n    this[offset + 1] = (value >>> 16)\n    this[offset + 2] = (value >>> 8)\n    this[offset + 3] = (value & 0xff)\n  } else {\n    objectWriteUInt32(this, value, offset, false)\n  }\n  return offset + 4\n}\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) {\n    var limit = Math.pow(2, 8 * byteLength - 1)\n\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\n  }\n\n  var i = 0\n  var mul = 1\n  var sub = 0\n  this[offset] = value & 0xFF\n  while (++i < byteLength && (mul *= 0x100)) {\n    if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n      sub = 1\n    }\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n  }\n\n  return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) {\n    var limit = Math.pow(2, 8 * byteLength - 1)\n\n    checkInt(this, value, offset, byteLength, limit - 1, -limit)\n  }\n\n  var i = byteLength - 1\n  var mul = 1\n  var sub = 0\n  this[offset + i] = value & 0xFF\n  while (--i >= 0 && (mul *= 0x100)) {\n    if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n      sub = 1\n    }\n    this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n  }\n\n  return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n  if (!Buffer.TYPED_ARRAY_SUPPORT) value = Math.floor(value)\n  if (value < 0) value = 0xff + value + 1\n  this[offset] = (value & 0xff)\n  return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value & 0xff)\n    this[offset + 1] = (value >>> 8)\n  } else {\n    objectWriteUInt16(this, value, offset, true)\n  }\n  return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value >>> 8)\n    this[offset + 1] = (value & 0xff)\n  } else {\n    objectWriteUInt16(this, value, offset, false)\n  }\n  return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value & 0xff)\n    this[offset + 1] = (value >>> 8)\n    this[offset + 2] = (value >>> 16)\n    this[offset + 3] = (value >>> 24)\n  } else {\n    objectWriteUInt32(this, value, offset, true)\n  }\n  return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n  value = +value\n  offset = offset | 0\n  if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n  if (value < 0) value = 0xffffffff + value + 1\n  if (Buffer.TYPED_ARRAY_SUPPORT) {\n    this[offset] = (value >>> 24)\n    this[offset + 1] = (value >>> 16)\n    this[offset + 2] = (value >>> 8)\n    this[offset + 3] = (value & 0xff)\n  } else {\n    objectWriteUInt32(this, value, offset, false)\n  }\n  return offset + 4\n}\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n  if (offset + ext > buf.length) throw new RangeError('Index out of range')\n  if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n  if (!noAssert) {\n    checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n  }\n  ieee754.write(buf, value, offset, littleEndian, 23, 4)\n  return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n  return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n  return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n  if (!noAssert) {\n    checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n  }\n  ieee754.write(buf, value, offset, littleEndian, 52, 8)\n  return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n  return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n  return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n  if (!start) start = 0\n  if (!end && end !== 0) end = this.length\n  if (targetStart >= target.length) targetStart = target.length\n  if (!targetStart) targetStart = 0\n  if (end > 0 && end < start) end = start\n\n  // Copy 0 bytes; we're done\n  if (end === start) return 0\n  if (target.length === 0 || this.length === 0) return 0\n\n  // Fatal error conditions\n  if (targetStart < 0) {\n    throw new RangeError('targetStart out of bounds')\n  }\n  if (start < 0 || start >= this.length) throw new RangeError('sourceStart out of bounds')\n  if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n  // Are we oob?\n  if (end > this.length) end = this.length\n  if (target.length - targetStart < end - start) {\n    end = target.length - targetStart + start\n  }\n\n  var len = end - start\n  var i\n\n  if (this === target && start < targetStart && targetStart < end) {\n    // descending copy from end\n    for (i = len - 1; i >= 0; --i) {\n      target[i + targetStart] = this[i + start]\n    }\n  } else if (len < 1000 || !Buffer.TYPED_ARRAY_SUPPORT) {\n    // ascending copy from start\n    for (i = 0; i < len; ++i) {\n      target[i + targetStart] = this[i + start]\n    }\n  } else {\n    Uint8Array.prototype.set.call(\n      target,\n      this.subarray(start, start + len),\n      targetStart\n    )\n  }\n\n  return len\n}\n\n// Usage:\n//    buffer.fill(number[, offset[, end]])\n//    buffer.fill(buffer[, offset[, end]])\n//    buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n  // Handle string cases:\n  if (typeof val === 'string') {\n    if (typeof start === 'string') {\n      encoding = start\n      start = 0\n      end = this.length\n    } else if (typeof end === 'string') {\n      encoding = end\n      end = this.length\n    }\n    if (val.length === 1) {\n      var code = val.charCodeAt(0)\n      if (code < 256) {\n        val = code\n      }\n    }\n    if (encoding !== undefined && typeof encoding !== 'string') {\n      throw new TypeError('encoding must be a string')\n    }\n    if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n      throw new TypeError('Unknown encoding: ' + encoding)\n    }\n  } else if (typeof val === 'number') {\n    val = val & 255\n  }\n\n  // Invalid ranges are not set to a default, so can range check early.\n  if (start < 0 || this.length < start || this.length < end) {\n    throw new RangeError('Out of range index')\n  }\n\n  if (end <= start) {\n    return this\n  }\n\n  start = start >>> 0\n  end = end === undefined ? this.length : end >>> 0\n\n  if (!val) val = 0\n\n  var i\n  if (typeof val === 'number') {\n    for (i = start; i < end; ++i) {\n      this[i] = val\n    }\n  } else {\n    var bytes = Buffer.isBuffer(val)\n      ? val\n      : utf8ToBytes(new Buffer(val, encoding).toString())\n    var len = bytes.length\n    for (i = 0; i < end - start; ++i) {\n      this[i + start] = bytes[i % len]\n    }\n  }\n\n  return this\n}\n\n// HELPER FUNCTIONS\n// ================\n\nvar INVALID_BASE64_RE = /[^+\\/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n  // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n  str = stringtrim(str).replace(INVALID_BASE64_RE, '')\n  // Node converts strings with length < 2 to ''\n  if (str.length < 2) return ''\n  // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n  while (str.length % 4 !== 0) {\n    str = str + '='\n  }\n  return str\n}\n\nfunction stringtrim (str) {\n  if (str.trim) return str.trim()\n  return str.replace(/^\\s+|\\s+$/g, '')\n}\n\nfunction toHex (n) {\n  if (n < 16) return '0' + n.toString(16)\n  return n.toString(16)\n}\n\nfunction utf8ToBytes (string, units) {\n  units = units || Infinity\n  var codePoint\n  var length = string.length\n  var leadSurrogate = null\n  var bytes = []\n\n  for (var i = 0; i < length; ++i) {\n    codePoint = string.charCodeAt(i)\n\n    // is surrogate component\n    if (codePoint > 0xD7FF && codePoint < 0xE000) {\n      // last char was a lead\n      if (!leadSurrogate) {\n        // no lead yet\n        if (codePoint > 0xDBFF) {\n          // unexpected trail\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n          continue\n        } else if (i + 1 === length) {\n          // unpaired lead\n          if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n          continue\n        }\n\n        // valid lead\n        leadSurrogate = codePoint\n\n        continue\n      }\n\n      // 2 leads in a row\n      if (codePoint < 0xDC00) {\n        if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n        leadSurrogate = codePoint\n        continue\n      }\n\n      // valid surrogate pair\n      codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n    } else if (leadSurrogate) {\n      // valid bmp char, but last char was a lead\n      if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n    }\n\n    leadSurrogate = null\n\n    // encode utf8\n    if (codePoint < 0x80) {\n      if ((units -= 1) < 0) break\n      bytes.push(codePoint)\n    } else if (codePoint < 0x800) {\n      if ((units -= 2) < 0) break\n      bytes.push(\n        codePoint >> 0x6 | 0xC0,\n        codePoint & 0x3F | 0x80\n      )\n    } else if (codePoint < 0x10000) {\n      if ((units -= 3) < 0) break\n      bytes.push(\n        codePoint >> 0xC | 0xE0,\n        codePoint >> 0x6 & 0x3F | 0x80,\n        codePoint & 0x3F | 0x80\n      )\n    } else if (codePoint < 0x110000) {\n      if ((units -= 4) < 0) break\n      bytes.push(\n        codePoint >> 0x12 | 0xF0,\n        codePoint >> 0xC & 0x3F | 0x80,\n        codePoint >> 0x6 & 0x3F | 0x80,\n        codePoint & 0x3F | 0x80\n      )\n    } else {\n      throw new Error('Invalid code point')\n    }\n  }\n\n  return bytes\n}\n\nfunction asciiToBytes (str) {\n  var byteArray = []\n  for (var i = 0; i < str.length; ++i) {\n    // Node's code seems to be doing this and not & 0x7F..\n    byteArray.push(str.charCodeAt(i) & 0xFF)\n  }\n  return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n  var c, hi, lo\n  var byteArray = []\n  for (var i = 0; i < str.length; ++i) {\n    if ((units -= 2) < 0) break\n\n    c = str.charCodeAt(i)\n    hi = c >> 8\n    lo = c % 256\n    byteArray.push(lo)\n    byteArray.push(hi)\n  }\n\n  return byteArray\n}\n\nfunction base64ToBytes (str) {\n  return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n  for (var i = 0; i < length; ++i) {\n    if ((i + offset >= dst.length) || (i >= src.length)) break\n    dst[i + offset] = src[i]\n  }\n  return i\n}\n\nfunction isnan (val) {\n  return val !== val // eslint-disable-line no-self-compare\n}\n","\nfunction capitalize (string, opts) {\n  opts = normalizeOptions(opts)\n  if (!opts.preserve) {\n    string = string.toLowerCase();\n  }\n  return string.charAt(0).toUpperCase() + string.substring(1);\n}\n\n// a QUOTE character immediately followed by a word character\nvar QUOTE = /['\"`’]/\nvar WORD = /[0-9a-zA-Z\\u00C0-\\u017F\\u0400-\\u04FF]/\n\ncapitalize.words = function (string, opts) {\n  opts = normalizeOptions(opts)\n  if (!opts.preserve) {\n    string = string.toLowerCase();\n  }\n  var startOfWord = 0\n  var nonWord = /[^0-9a-zA-Z\\u00C0-\\u017F\\u0400-\\u04FF]+|$/g\n  var match\n  var out = \"\"\n  var count = 0\n\n  while (match = nonWord.exec(string)) {\n    var sep = match[0]\n    var sepStart = nonWord.lastIndex - sep.length\n    if (QUOTE.test(string[sepStart]) && WORD.test(string[sepStart + 1])) {\n      // don't capitalize after an embedded quote\n      continue\n    }\n    var word = string.substring(startOfWord, nonWord.lastIndex - sep.length)\n    if (QUOTE.test(word[0])) {\n      // strip leading quote\n      out += word[0]\n      word = word.substring(1)\n    }\n    if (typeof opts.skipWord === 'function' && opts.skipWord(word, count)) {\n      out += word\n    } else {\n      out += capitalize(word, opts)\n    }\n    out += sep\n    startOfWord = nonWord.lastIndex\n    count++\n    if (startOfWord == string.length) {\n      break\n    }\n  }\n\n  return out\n}\n\nfunction normalizeOptions(opts) {\n  if (!opts) {\n    return { preserve: false }\n  }\n  if (typeof opts === 'boolean') {\n    return { preserve: opts }\n  }\n  if (opts.skipWord instanceof RegExp) {\n    const rgx = opts.skipWord\n    opts.skipWord = function (word, position) {\n      return position > 0 && rgx.test(word)\n    }\n  }\n  return opts || {}\n}\n\nmodule.exports = capitalize\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// NOTE: These type checking functions intentionally don't use `instanceof`\n// because it is fragile and can be easily faked with `Object.create()`.\n\nfunction isArray(arg) {\n  if (Array.isArray) {\n    return Array.isArray(arg);\n  }\n  return objectToString(arg) === '[object Array]';\n}\nexports.isArray = isArray;\n\nfunction isBoolean(arg) {\n  return typeof arg === 'boolean';\n}\nexports.isBoolean = isBoolean;\n\nfunction isNull(arg) {\n  return arg === null;\n}\nexports.isNull = isNull;\n\nfunction isNullOrUndefined(arg) {\n  return arg == null;\n}\nexports.isNullOrUndefined = isNullOrUndefined;\n\nfunction isNumber(arg) {\n  return typeof arg === 'number';\n}\nexports.isNumber = isNumber;\n\nfunction isString(arg) {\n  return typeof arg === 'string';\n}\nexports.isString = isString;\n\nfunction isSymbol(arg) {\n  return typeof arg === 'symbol';\n}\nexports.isSymbol = isSymbol;\n\nfunction isUndefined(arg) {\n  return arg === void 0;\n}\nexports.isUndefined = isUndefined;\n\nfunction isRegExp(re) {\n  return objectToString(re) === '[object RegExp]';\n}\nexports.isRegExp = isRegExp;\n\nfunction isObject(arg) {\n  return typeof arg === 'object' && arg !== null;\n}\nexports.isObject = isObject;\n\nfunction isDate(d) {\n  return objectToString(d) === '[object Date]';\n}\nexports.isDate = isDate;\n\nfunction isError(e) {\n  return (objectToString(e) === '[object Error]' || e instanceof Error);\n}\nexports.isError = isError;\n\nfunction isFunction(arg) {\n  return typeof arg === 'function';\n}\nexports.isFunction = isFunction;\n\nfunction isPrimitive(arg) {\n  return arg === null ||\n         typeof arg === 'boolean' ||\n         typeof arg === 'number' ||\n         typeof arg === 'string' ||\n         typeof arg === 'symbol' ||  // ES6 symbol\n         typeof arg === 'undefined';\n}\nexports.isPrimitive = isPrimitive;\n\nexports.isBuffer = require('buffer').Buffer.isBuffer;\n\nfunction objectToString(o) {\n  return Object.prototype.toString.call(o);\n}\n","'use strict';\n\nexports.__esModule = true;\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nvar _gud = require('gud');\n\nvar _gud2 = _interopRequireDefault(_gud);\n\nvar _warning = require('warning');\n\nvar _warning2 = _interopRequireDefault(_warning);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\nvar MAX_SIGNED_31_BIT_INT = 1073741823;\n\n// Inlined Object.is polyfill.\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\nfunction objectIs(x, y) {\n  if (x === y) {\n    return x !== 0 || 1 / x === 1 / y;\n  } else {\n    return x !== x && y !== y;\n  }\n}\n\nfunction createEventEmitter(value) {\n  var handlers = [];\n  return {\n    on: function on(handler) {\n      handlers.push(handler);\n    },\n    off: function off(handler) {\n      handlers = handlers.filter(function (h) {\n        return h !== handler;\n      });\n    },\n    get: function get() {\n      return value;\n    },\n    set: function set(newValue, changedBits) {\n      value = newValue;\n      handlers.forEach(function (handler) {\n        return handler(value, changedBits);\n      });\n    }\n  };\n}\n\nfunction onlyChild(children) {\n  return Array.isArray(children) ? children[0] : children;\n}\n\nfunction createReactContext(defaultValue, calculateChangedBits) {\n  var _Provider$childContex, _Consumer$contextType;\n\n  var contextProp = '__create-react-context-' + (0, _gud2.default)() + '__';\n\n  var Provider = function (_Component) {\n    _inherits(Provider, _Component);\n\n    function Provider() {\n      var _temp, _this, _ret;\n\n      _classCallCheck(this, Provider);\n\n      for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {\n        args[_key] = arguments[_key];\n      }\n\n      return _ret = (_temp = (_this = _possibleConstructorReturn(this, _Component.call.apply(_Component, [this].concat(args))), _this), _this.emitter = createEventEmitter(_this.props.value), _temp), _possibleConstructorReturn(_this, _ret);\n    }\n\n    Provider.prototype.getChildContext = function getChildContext() {\n      var _ref;\n\n      return _ref = {}, _ref[contextProp] = this.emitter, _ref;\n    };\n\n    Provider.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {\n      if (this.props.value !== nextProps.value) {\n        var oldValue = this.props.value;\n        var newValue = nextProps.value;\n        var changedBits = void 0;\n\n        if (objectIs(oldValue, newValue)) {\n          changedBits = 0; // No change\n        } else {\n          changedBits = typeof calculateChangedBits === 'function' ? calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT;\n          if (process.env.NODE_ENV !== 'production') {\n            (0, _warning2.default)((changedBits & MAX_SIGNED_31_BIT_INT) === changedBits, 'calculateChangedBits: Expected the return value to be a ' + '31-bit integer. Instead received: %s', changedBits);\n          }\n\n          changedBits |= 0;\n\n          if (changedBits !== 0) {\n            this.emitter.set(nextProps.value, changedBits);\n          }\n        }\n      }\n    };\n\n    Provider.prototype.render = function render() {\n      return this.props.children;\n    };\n\n    return Provider;\n  }(_react.Component);\n\n  Provider.childContextTypes = (_Provider$childContex = {}, _Provider$childContex[contextProp] = _propTypes2.default.object.isRequired, _Provider$childContex);\n\n  var Consumer = function (_Component2) {\n    _inherits(Consumer, _Component2);\n\n    function Consumer() {\n      var _temp2, _this2, _ret2;\n\n      _classCallCheck(this, Consumer);\n\n      for (var _len2 = arguments.length, args = Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n        args[_key2] = arguments[_key2];\n      }\n\n      return _ret2 = (_temp2 = (_this2 = _possibleConstructorReturn(this, _Component2.call.apply(_Component2, [this].concat(args))), _this2), _this2.state = {\n        value: _this2.getValue()\n      }, _this2.onUpdate = function (newValue, changedBits) {\n        var observedBits = _this2.observedBits | 0;\n        if ((observedBits & changedBits) !== 0) {\n          _this2.setState({ value: _this2.getValue() });\n        }\n      }, _temp2), _possibleConstructorReturn(_this2, _ret2);\n    }\n\n    Consumer.prototype.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {\n      var observedBits = nextProps.observedBits;\n\n      this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default\n      : observedBits;\n    };\n\n    Consumer.prototype.componentDidMount = function componentDidMount() {\n      if (this.context[contextProp]) {\n        this.context[contextProp].on(this.onUpdate);\n      }\n      var observedBits = this.props.observedBits;\n\n      this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default\n      : observedBits;\n    };\n\n    Consumer.prototype.componentWillUnmount = function componentWillUnmount() {\n      if (this.context[contextProp]) {\n        this.context[contextProp].off(this.onUpdate);\n      }\n    };\n\n    Consumer.prototype.getValue = function getValue() {\n      if (this.context[contextProp]) {\n        return this.context[contextProp].get();\n      } else {\n        return defaultValue;\n      }\n    };\n\n    Consumer.prototype.render = function render() {\n      return onlyChild(this.props.children)(this.state.value);\n    };\n\n    return Consumer;\n  }(_react.Component);\n\n  Consumer.contextTypes = (_Consumer$contextType = {}, _Consumer$contextType[contextProp] = _propTypes2.default.object, _Consumer$contextType);\n\n\n  return {\n    Provider: Provider,\n    Consumer: Consumer\n  };\n}\n\nexports.default = createReactContext;\nmodule.exports = exports['default'];","'use strict';\n\nexports.__esModule = true;\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _implementation = require('./implementation');\n\nvar _implementation2 = _interopRequireDefault(_implementation);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nexports.default = _react2.default.createContext || _implementation2.default;\nmodule.exports = exports['default'];","'use strict';\n\nvar typeOf = require('kind-of');\n\n/**\n * Basic sort algorithm that has similar behavior to `Array.prototype.sort`\n * for null and undefined, but also allows sorting by an object property.\n *\n * @param {Mixed} `a` First value to compare.\n * @param {Mixed} `b` Second value to compare.\n * @param {String} `prop` Optional property to use when comparing objects. If specified must be a string.\n * @return {Number} Returns 1 when `a` should come after `b`, -1 when `a` should come before `b`, and 0 when `a` and `b` are equal.\n * @api public\n */\n\nmodule.exports = function defaultCompare(a, b, prop) {\n  if (prop != null && typeOf(prop) !== 'string') {\n    throw new TypeError('expected \"prop\" to be undefined or a string');\n  }\n\n  var typeA = typeOf(a);\n  var typeB = typeOf(b);\n\n  if (prop) {\n    if (typeA === 'object') {\n      a = a[prop];\n      typeA = typeOf(a);\n    }\n    if (typeB === 'object') {\n      b = b[prop];\n      typeB = typeOf(b);\n    }\n  }\n\n  if (typeA === 'null') {\n    return typeB === 'null' ? 0 : (typeB === 'undefined' ? -1 : 1);\n  } else if (typeA === 'undefined') {\n    return typeB === 'null' ? 1 : (typeB === 'undefined' ? 0 : 1);\n  } else if (typeB === 'null' || typeB === 'undefined') {\n    return -1;\n  } else {\n    return a < b ? -1 : (a > b ? 1 : 0);\n  }\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\nvar R = typeof Reflect === 'object' ? Reflect : null\nvar ReflectApply = R && typeof R.apply === 'function'\n  ? R.apply\n  : function ReflectApply(target, receiver, args) {\n    return Function.prototype.apply.call(target, receiver, args);\n  }\n\nvar ReflectOwnKeys\nif (R && typeof R.ownKeys === 'function') {\n  ReflectOwnKeys = R.ownKeys\n} else if (Object.getOwnPropertySymbols) {\n  ReflectOwnKeys = function ReflectOwnKeys(target) {\n    return Object.getOwnPropertyNames(target)\n      .concat(Object.getOwnPropertySymbols(target));\n  };\n} else {\n  ReflectOwnKeys = function ReflectOwnKeys(target) {\n    return Object.getOwnPropertyNames(target);\n  };\n}\n\nfunction ProcessEmitWarning(warning) {\n  if (console && console.warn) console.warn(warning);\n}\n\nvar NumberIsNaN = Number.isNaN || function NumberIsNaN(value) {\n  return value !== value;\n}\n\nfunction EventEmitter() {\n  EventEmitter.init.call(this);\n}\nmodule.exports = EventEmitter;\nmodule.exports.once = once;\n\n// Backwards-compat with node 0.10.x\nEventEmitter.EventEmitter = EventEmitter;\n\nEventEmitter.prototype._events = undefined;\nEventEmitter.prototype._eventsCount = 0;\nEventEmitter.prototype._maxListeners = undefined;\n\n// By default EventEmitters will print a warning if more than 10 listeners are\n// added to it. This is a useful default which helps finding memory leaks.\nvar defaultMaxListeners = 10;\n\nfunction checkListener(listener) {\n  if (typeof listener !== 'function') {\n    throw new TypeError('The \"listener\" argument must be of type Function. Received type ' + typeof listener);\n  }\n}\n\nObject.defineProperty(EventEmitter, 'defaultMaxListeners', {\n  enumerable: true,\n  get: function() {\n    return defaultMaxListeners;\n  },\n  set: function(arg) {\n    if (typeof arg !== 'number' || arg < 0 || NumberIsNaN(arg)) {\n      throw new RangeError('The value of \"defaultMaxListeners\" is out of range. It must be a non-negative number. Received ' + arg + '.');\n    }\n    defaultMaxListeners = arg;\n  }\n});\n\nEventEmitter.init = function() {\n\n  if (this._events === undefined ||\n      this._events === Object.getPrototypeOf(this)._events) {\n    this._events = Object.create(null);\n    this._eventsCount = 0;\n  }\n\n  this._maxListeners = this._maxListeners || undefined;\n};\n\n// Obviously not all Emitters should be limited to 10. This function allows\n// that to be increased. Set to zero for unlimited.\nEventEmitter.prototype.setMaxListeners = function setMaxListeners(n) {\n  if (typeof n !== 'number' || n < 0 || NumberIsNaN(n)) {\n    throw new RangeError('The value of \"n\" is out of range. It must be a non-negative number. Received ' + n + '.');\n  }\n  this._maxListeners = n;\n  return this;\n};\n\nfunction _getMaxListeners(that) {\n  if (that._maxListeners === undefined)\n    return EventEmitter.defaultMaxListeners;\n  return that._maxListeners;\n}\n\nEventEmitter.prototype.getMaxListeners = function getMaxListeners() {\n  return _getMaxListeners(this);\n};\n\nEventEmitter.prototype.emit = function emit(type) {\n  var args = [];\n  for (var i = 1; i < arguments.length; i++) args.push(arguments[i]);\n  var doError = (type === 'error');\n\n  var events = this._events;\n  if (events !== undefined)\n    doError = (doError && events.error === undefined);\n  else if (!doError)\n    return false;\n\n  // If there is no 'error' event listener then throw.\n  if (doError) {\n    var er;\n    if (args.length > 0)\n      er = args[0];\n    if (er instanceof Error) {\n      // Note: The comments on the `throw` lines are intentional, they show\n      // up in Node's output if this results in an unhandled exception.\n      throw er; // Unhandled 'error' event\n    }\n    // At least give some kind of context to the user\n    var err = new Error('Unhandled error.' + (er ? ' (' + er.message + ')' : ''));\n    err.context = er;\n    throw err; // Unhandled 'error' event\n  }\n\n  var handler = events[type];\n\n  if (handler === undefined)\n    return false;\n\n  if (typeof handler === 'function') {\n    ReflectApply(handler, this, args);\n  } else {\n    var len = handler.length;\n    var listeners = arrayClone(handler, len);\n    for (var i = 0; i < len; ++i)\n      ReflectApply(listeners[i], this, args);\n  }\n\n  return true;\n};\n\nfunction _addListener(target, type, listener, prepend) {\n  var m;\n  var events;\n  var existing;\n\n  checkListener(listener);\n\n  events = target._events;\n  if (events === undefined) {\n    events = target._events = Object.create(null);\n    target._eventsCount = 0;\n  } else {\n    // To avoid recursion in the case that type === \"newListener\"! Before\n    // adding it to the listeners, first emit \"newListener\".\n    if (events.newListener !== undefined) {\n      target.emit('newListener', type,\n                  listener.listener ? listener.listener : listener);\n\n      // Re-assign `events` because a newListener handler could have caused the\n      // this._events to be assigned to a new object\n      events = target._events;\n    }\n    existing = events[type];\n  }\n\n  if (existing === undefined) {\n    // Optimize the case of one listener. Don't need the extra array object.\n    existing = events[type] = listener;\n    ++target._eventsCount;\n  } else {\n    if (typeof existing === 'function') {\n      // Adding the second element, need to change to array.\n      existing = events[type] =\n        prepend ? [listener, existing] : [existing, listener];\n      // If we've already got an array, just append.\n    } else if (prepend) {\n      existing.unshift(listener);\n    } else {\n      existing.push(listener);\n    }\n\n    // Check for listener leak\n    m = _getMaxListeners(target);\n    if (m > 0 && existing.length > m && !existing.warned) {\n      existing.warned = true;\n      // No error code for this since it is a Warning\n      // eslint-disable-next-line no-restricted-syntax\n      var w = new Error('Possible EventEmitter memory leak detected. ' +\n                          existing.length + ' ' + String(type) + ' listeners ' +\n                          'added. Use emitter.setMaxListeners() to ' +\n                          'increase limit');\n      w.name = 'MaxListenersExceededWarning';\n      w.emitter = target;\n      w.type = type;\n      w.count = existing.length;\n      ProcessEmitWarning(w);\n    }\n  }\n\n  return target;\n}\n\nEventEmitter.prototype.addListener = function addListener(type, listener) {\n  return _addListener(this, type, listener, false);\n};\n\nEventEmitter.prototype.on = EventEmitter.prototype.addListener;\n\nEventEmitter.prototype.prependListener =\n    function prependListener(type, listener) {\n      return _addListener(this, type, listener, true);\n    };\n\nfunction onceWrapper() {\n  if (!this.fired) {\n    this.target.removeListener(this.type, this.wrapFn);\n    this.fired = true;\n    if (arguments.length === 0)\n      return this.listener.call(this.target);\n    return this.listener.apply(this.target, arguments);\n  }\n}\n\nfunction _onceWrap(target, type, listener) {\n  var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener };\n  var wrapped = onceWrapper.bind(state);\n  wrapped.listener = listener;\n  state.wrapFn = wrapped;\n  return wrapped;\n}\n\nEventEmitter.prototype.once = function once(type, listener) {\n  checkListener(listener);\n  this.on(type, _onceWrap(this, type, listener));\n  return this;\n};\n\nEventEmitter.prototype.prependOnceListener =\n    function prependOnceListener(type, listener) {\n      checkListener(listener);\n      this.prependListener(type, _onceWrap(this, type, listener));\n      return this;\n    };\n\n// Emits a 'removeListener' event if and only if the listener was removed.\nEventEmitter.prototype.removeListener =\n    function removeListener(type, listener) {\n      var list, events, position, i, originalListener;\n\n      checkListener(listener);\n\n      events = this._events;\n      if (events === undefined)\n        return this;\n\n      list = events[type];\n      if (list === undefined)\n        return this;\n\n      if (list === listener || list.listener === listener) {\n        if (--this._eventsCount === 0)\n          this._events = Object.create(null);\n        else {\n          delete events[type];\n          if (events.removeListener)\n            this.emit('removeListener', type, list.listener || listener);\n        }\n      } else if (typeof list !== 'function') {\n        position = -1;\n\n        for (i = list.length - 1; i >= 0; i--) {\n          if (list[i] === listener || list[i].listener === listener) {\n            originalListener = list[i].listener;\n            position = i;\n            break;\n          }\n        }\n\n        if (position < 0)\n          return this;\n\n        if (position === 0)\n          list.shift();\n        else {\n          spliceOne(list, position);\n        }\n\n        if (list.length === 1)\n          events[type] = list[0];\n\n        if (events.removeListener !== undefined)\n          this.emit('removeListener', type, originalListener || listener);\n      }\n\n      return this;\n    };\n\nEventEmitter.prototype.off = EventEmitter.prototype.removeListener;\n\nEventEmitter.prototype.removeAllListeners =\n    function removeAllListeners(type) {\n      var listeners, events, i;\n\n      events = this._events;\n      if (events === undefined)\n        return this;\n\n      // not listening for removeListener, no need to emit\n      if (events.removeListener === undefined) {\n        if (arguments.length === 0) {\n          this._events = Object.create(null);\n          this._eventsCount = 0;\n        } else if (events[type] !== undefined) {\n          if (--this._eventsCount === 0)\n            this._events = Object.create(null);\n          else\n            delete events[type];\n        }\n        return this;\n      }\n\n      // emit removeListener for all listeners on all events\n      if (arguments.length === 0) {\n        var keys = Object.keys(events);\n        var key;\n        for (i = 0; i < keys.length; ++i) {\n          key = keys[i];\n          if (key === 'removeListener') continue;\n          this.removeAllListeners(key);\n        }\n        this.removeAllListeners('removeListener');\n        this._events = Object.create(null);\n        this._eventsCount = 0;\n        return this;\n      }\n\n      listeners = events[type];\n\n      if (typeof listeners === 'function') {\n        this.removeListener(type, listeners);\n      } else if (listeners !== undefined) {\n        // LIFO order\n        for (i = listeners.length - 1; i >= 0; i--) {\n          this.removeListener(type, listeners[i]);\n        }\n      }\n\n      return this;\n    };\n\nfunction _listeners(target, type, unwrap) {\n  var events = target._events;\n\n  if (events === undefined)\n    return [];\n\n  var evlistener = events[type];\n  if (evlistener === undefined)\n    return [];\n\n  if (typeof evlistener === 'function')\n    return unwrap ? [evlistener.listener || evlistener] : [evlistener];\n\n  return unwrap ?\n    unwrapListeners(evlistener) : arrayClone(evlistener, evlistener.length);\n}\n\nEventEmitter.prototype.listeners = function listeners(type) {\n  return _listeners(this, type, true);\n};\n\nEventEmitter.prototype.rawListeners = function rawListeners(type) {\n  return _listeners(this, type, false);\n};\n\nEventEmitter.listenerCount = function(emitter, type) {\n  if (typeof emitter.listenerCount === 'function') {\n    return emitter.listenerCount(type);\n  } else {\n    return listenerCount.call(emitter, type);\n  }\n};\n\nEventEmitter.prototype.listenerCount = listenerCount;\nfunction listenerCount(type) {\n  var events = this._events;\n\n  if (events !== undefined) {\n    var evlistener = events[type];\n\n    if (typeof evlistener === 'function') {\n      return 1;\n    } else if (evlistener !== undefined) {\n      return evlistener.length;\n    }\n  }\n\n  return 0;\n}\n\nEventEmitter.prototype.eventNames = function eventNames() {\n  return this._eventsCount > 0 ? ReflectOwnKeys(this._events) : [];\n};\n\nfunction arrayClone(arr, n) {\n  var copy = new Array(n);\n  for (var i = 0; i < n; ++i)\n    copy[i] = arr[i];\n  return copy;\n}\n\nfunction spliceOne(list, index) {\n  for (; index + 1 < list.length; index++)\n    list[index] = list[index + 1];\n  list.pop();\n}\n\nfunction unwrapListeners(arr) {\n  var ret = new Array(arr.length);\n  for (var i = 0; i < ret.length; ++i) {\n    ret[i] = arr[i].listener || arr[i];\n  }\n  return ret;\n}\n\nfunction once(emitter, name) {\n  return new Promise(function (resolve, reject) {\n    function errorListener(err) {\n      emitter.removeListener(name, resolver);\n      reject(err);\n    }\n\n    function resolver() {\n      if (typeof emitter.removeListener === 'function') {\n        emitter.removeListener('error', errorListener);\n      }\n      resolve([].slice.call(arguments));\n    };\n\n    eventTargetAgnosticAddListener(emitter, name, resolver, { once: true });\n    if (name !== 'error') {\n      addErrorHandlerIfEventEmitter(emitter, errorListener, { once: true });\n    }\n  });\n}\n\nfunction addErrorHandlerIfEventEmitter(emitter, handler, flags) {\n  if (typeof emitter.on === 'function') {\n    eventTargetAgnosticAddListener(emitter, 'error', handler, flags);\n  }\n}\n\nfunction eventTargetAgnosticAddListener(emitter, name, listener, flags) {\n  if (typeof emitter.on === 'function') {\n    if (flags.once) {\n      emitter.once(name, listener);\n    } else {\n      emitter.on(name, listener);\n    }\n  } else if (typeof emitter.addEventListener === 'function') {\n    // EventTarget does not have `error` event semantics like Node\n    // EventEmitters, we do not listen for `error` events here.\n    emitter.addEventListener(name, function wrapListener(arg) {\n      // IE does not have builtin `{ once: true }` support so we\n      // have to do it manually.\n      if (flags.once) {\n        emitter.removeEventListener(name, wrapListener);\n      }\n      listener(arg);\n    });\n  } else {\n    throw new TypeError('The \"emitter\" argument must be of type EventEmitter. Received type ' + typeof emitter);\n  }\n}\n","/* eslint-disable no-param-reassign */\nvar index = function (breakpoints) {\n  var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},\n      literal = _ref.literal,\n      overlap = _ref.overlap;\n\n  var mq = literal ? breakpoints : ['&'].concat(breakpoints);\n\n  function flatten(obj) {\n    if (typeof obj !== 'object' || obj == null) {\n      return [];\n    }\n\n    if (Array.isArray(obj)) {\n      return obj.map(flatten);\n    }\n\n    var slots = {};\n    var objects = {};\n    var props = {};\n    Object.keys(obj).forEach(function (key) {\n      // Check if value is an array, but skip if it looks like a selector.\n      // key.indexOf('&') === 0\n\n      var item = obj[key];\n      if (!Array.isArray(item) && literal) item = [item];\n\n      if ((literal || Array.isArray(item)) && key.charCodeAt(0) !== 38) {\n        var prior = void 0;\n        item.forEach(function (v, index) {\n          // Optimize by removing duplicated media query entries\n          // when they are explicitly known to overlap.\n          if (overlap && prior === v) {\n            return;\n          }\n\n          if (v == null) {\n            // Do not create entries for undefined values as this will\n            // generate empty media media quries\n            return;\n          }\n\n          prior = v;\n\n          if (index === 0 && !literal) {\n            props[key] = v;\n          } else if (slots[mq[index]] === undefined) {\n            var _slots$mq$index;\n\n            slots[mq[index]] = (_slots$mq$index = {}, _slots$mq$index[key] = v, _slots$mq$index);\n          } else {\n            slots[mq[index]][key] = v;\n          }\n        });\n      } else if (typeof item === 'object') {\n        objects[key] = flatten(item);\n      } else {\n        props[key] = item;\n      }\n    });\n\n    // Ensure that all slots and then child objects are pushed to the end\n    mq.forEach(function (el) {\n      if (slots[el]) {\n        props[el] = slots[el];\n      }\n    });\n    Object.assign(props, objects);\n    return props;\n  }\n\n  return function () {\n    for (var _len = arguments.length, values = Array(_len), _key = 0; _key < _len; _key++) {\n      values[_key] = arguments[_key];\n    }\n\n    return values.map(flatten);\n  };\n};\n\nexport default index;\n//# sourceMappingURL=index.es.js.map\n","'use strict';\n\nvar isArray = Array.isArray;\nvar keyList = Object.keys;\nvar hasProp = Object.prototype.hasOwnProperty;\n\nmodule.exports = function equal(a, b) {\n  if (a === b) return true;\n\n  if (a && b && typeof a == 'object' && typeof b == 'object') {\n    var arrA = isArray(a)\n      , arrB = isArray(b)\n      , i\n      , length\n      , key;\n\n    if (arrA && arrB) {\n      length = a.length;\n      if (length != b.length) return false;\n      for (i = length; i-- !== 0;)\n        if (!equal(a[i], b[i])) return false;\n      return true;\n    }\n\n    if (arrA != arrB) return false;\n\n    var dateA = a instanceof Date\n      , dateB = b instanceof Date;\n    if (dateA != dateB) return false;\n    if (dateA && dateB) return a.getTime() == b.getTime();\n\n    var regexpA = a instanceof RegExp\n      , regexpB = b instanceof RegExp;\n    if (regexpA != regexpB) return false;\n    if (regexpA && regexpB) return a.toString() == b.toString();\n\n    var keys = keyList(a);\n    length = keys.length;\n\n    if (length !== keyList(b).length)\n      return false;\n\n    for (i = length; i-- !== 0;)\n      if (!hasProp.call(b, keys[i])) return false;\n\n    for (i = length; i-- !== 0;) {\n      key = keys[i];\n      if (!equal(a[key], b[key])) return false;\n    }\n\n    return true;\n  }\n\n  return a!==a && b!==b;\n};\n","'use strict'\n\nvar formatter = require('format')\n\nvar fault = create(Error)\n\nmodule.exports = fault\n\nfault.eval = create(EvalError)\nfault.range = create(RangeError)\nfault.reference = create(ReferenceError)\nfault.syntax = create(SyntaxError)\nfault.type = create(TypeError)\nfault.uri = create(URIError)\n\nfault.create = create\n\n// Create a new `EConstructor`, with the formatted `format` as a first argument.\nfunction create(EConstructor) {\n  FormattedError.displayName = EConstructor.displayName || EConstructor.name\n\n  return FormattedError\n\n  function FormattedError(format) {\n    if (format) {\n      format = formatter.apply(null, arguments)\n    }\n\n    return new EConstructor(format)\n  }\n}\n","//\n// format - printf-like string formatting for JavaScript\n// github.com/samsonjs/format\n// @_sjs\n//\n// Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net>\n//\n// MIT License\n// http://sjs.mit-license.org\n//\n\n;(function() {\n\n  //// Export the API\n  var namespace;\n\n  // CommonJS / Node module\n  if (typeof module !== 'undefined') {\n    namespace = module.exports = format;\n  }\n\n  // Browsers and other environments\n  else {\n    // Get the global object. Works in ES3, ES5, and ES5 strict mode.\n    namespace = (function(){ return this || (1,eval)('this') }());\n  }\n\n  namespace.format = format;\n  namespace.vsprintf = vsprintf;\n\n  if (typeof console !== 'undefined' && typeof console.log === 'function') {\n    namespace.printf = printf;\n  }\n\n  function printf(/* ... */) {\n    console.log(format.apply(null, arguments));\n  }\n\n  function vsprintf(fmt, replacements) {\n    return format.apply(null, [fmt].concat(replacements));\n  }\n\n  function format(fmt) {\n    var argIndex = 1 // skip initial format argument\n      , args = [].slice.call(arguments)\n      , i = 0\n      , n = fmt.length\n      , result = ''\n      , c\n      , escaped = false\n      , arg\n      , tmp\n      , leadingZero = false\n      , precision\n      , nextArg = function() { return args[argIndex++]; }\n      , slurpNumber = function() {\n          var digits = '';\n          while (/\\d/.test(fmt[i])) {\n            digits += fmt[i++];\n            c = fmt[i];\n          }\n          return digits.length > 0 ? parseInt(digits) : null;\n        }\n      ;\n    for (; i < n; ++i) {\n      c = fmt[i];\n      if (escaped) {\n        escaped = false;\n        if (c == '.') {\n          leadingZero = false;\n          c = fmt[++i];\n        }\n        else if (c == '0' && fmt[i + 1] == '.') {\n          leadingZero = true;\n          i += 2;\n          c = fmt[i];\n        }\n        else {\n          leadingZero = true;\n        }\n        precision = slurpNumber();\n        switch (c) {\n        case 'b': // number in binary\n          result += parseInt(nextArg(), 10).toString(2);\n          break;\n        case 'c': // character\n          arg = nextArg();\n          if (typeof arg === 'string' || arg instanceof String)\n            result += arg;\n          else\n            result += String.fromCharCode(parseInt(arg, 10));\n          break;\n        case 'd': // number in decimal\n          result += parseInt(nextArg(), 10);\n          break;\n        case 'f': // floating point number\n          tmp = String(parseFloat(nextArg()).toFixed(precision || 6));\n          result += leadingZero ? tmp : tmp.replace(/^0/, '');\n          break;\n        case 'j': // JSON\n          result += JSON.stringify(nextArg());\n          break;\n        case 'o': // number in octal\n          result += '0' + parseInt(nextArg(), 10).toString(8);\n          break;\n        case 's': // string\n          result += nextArg();\n          break;\n        case 'x': // lowercase hexadecimal\n          result += '0x' + parseInt(nextArg(), 10).toString(16);\n          break;\n        case 'X': // uppercase hexadecimal\n          result += '0x' + parseInt(nextArg(), 10).toString(16).toUpperCase();\n          break;\n        default:\n          result += c;\n          break;\n        }\n      } else if (c === '%') {\n        escaped = true;\n      } else {\n        result += c;\n      }\n    }\n    return result;\n  }\n\n}());\n","/*!\n * get-value <https://github.com/jonschlinkert/get-value>\n *\n * Copyright (c) 2014-2015, Jon Schlinkert.\n * Licensed under the MIT License.\n */\n\nmodule.exports = function(obj, prop, a, b, c) {\n  if (!isObject(obj) || !prop) {\n    return obj;\n  }\n\n  prop = toString(prop);\n\n  // allowing for multiple properties to be passed as\n  // a string or array, but much faster (3-4x) than doing\n  // `[].slice.call(arguments)`\n  if (a) prop += '.' + toString(a);\n  if (b) prop += '.' + toString(b);\n  if (c) prop += '.' + toString(c);\n\n  if (prop in obj) {\n    return obj[prop];\n  }\n\n  var segs = prop.split('.');\n  var len = segs.length;\n  var i = -1;\n\n  while (obj && (++i < len)) {\n    var key = segs[i];\n    while (key[key.length - 1] === '\\\\') {\n      key = key.slice(0, -1) + '.' + segs[++i];\n    }\n    obj = obj[key];\n  }\n  return obj;\n};\n\nfunction isObject(val) {\n  return val !== null && (typeof val === 'object' || typeof val === 'function');\n}\n\nfunction toString(val) {\n  if (!val) return '';\n  if (Array.isArray(val)) {\n    return val.join('.');\n  }\n  return val;\n}\n","/*!\n * github-buttons v2.22.1\n * (c) 2022 なつき\n * @license BSD-2-Clause\n */\nvar document = window.document;\n\nvar Math = window.Math;\n\nvar HTMLElement = window.HTMLElement;\n\nvar XMLHttpRequest = window.XMLHttpRequest;\n\nvar forEach = function (obj, func) {\n  for (var i = 0, len = obj.length; i < len; i++) {\n    func(obj[i]);\n  }\n};\n\nvar createElementInDocument = function (document) {\n  return function (tag, props, children) {\n    var el = document.createElement(tag);\n    if (props != null) {\n      for (var prop in props) {\n        var val = props[prop];\n        if (val != null) {\n          if (el[prop] != null) {\n            el[prop] = val;\n          } else {\n            el.setAttribute(prop, val);\n          }\n        }\n      }\n    }\n    if (children != null) {\n      forEach(children, function (child) {\n        el.appendChild(typeof child === 'string' ? document.createTextNode(child) : child);\n      });\n    }\n    return el\n  }\n};\n\nvar createElement = createElementInDocument(document);\n\nvar dispatchOnce = function (func) {\n  var onceToken;\n  return function () {\n    if (!onceToken) {\n      onceToken = 1;\n      func.apply(this, arguments);\n    }\n  }\n};\n\nvar hasOwnProperty = function (obj, prop) {\n  return {}.hasOwnProperty.call(obj, prop)\n};\n\nvar toLowerCase = function (obj) {\n  return ('' + obj).toLowerCase()\n};\n\nvar name = \"github-buttons\";\nvar version = \"2.22.1\";\n\nvar iframeURL = 'https://' + (/* istanbul ignore next */ 'unpkg.com/' + name + '@' + version + '/dist' ) + '/buttons.html';\n\nvar domain = 'github.com';\n\nvar apiBaseURL = 'https://api.' + domain;\n\nvar useXHR = XMLHttpRequest && 'prototype' in XMLHttpRequest && 'withCredentials' in XMLHttpRequest.prototype;\n\nvar useShadowDOM = useXHR && HTMLElement && 'attachShadow' in HTMLElement.prototype && !('prototype' in HTMLElement.prototype.attachShadow);\n\nvar onEvent = function (target, eventName, func) {\n  /* istanbul ignore else: IE lt 9 */\n  if (target.addEventListener) {\n    target.addEventListener(eventName, func, false);\n  } else {\n    target.attachEvent('on' + eventName, func);\n  }\n};\n\nvar offEvent = function (target, eventName, func) {\n  /* istanbul ignore else: IE lt 9 */\n  if (target.removeEventListener) {\n    target.removeEventListener(eventName, func, false);\n  } else {\n    target.detachEvent('on' + eventName, func);\n  }\n};\n\nvar onceEvent = function (target, eventName, func) {\n  var callback = function () {\n    offEvent(target, eventName, callback);\n    return func.apply(this, arguments)\n  };\n  onEvent(target, eventName, callback);\n};\n\nvar onceReadyStateChange = /* istanbul ignore next: IE lt 9 */ function (target, regex, func) {\n  if (target.readyState != null) {\n    var eventName = 'readystatechange';\n    var callback = function () {\n      if (regex.test(target.readyState)) {\n        offEvent(target, eventName, callback);\n        return func.apply(this, arguments)\n      }\n    };\n    onEvent(target, eventName, callback);\n  }\n};\n\nvar parseOptions = function (anchor) {\n  var options = {\n    href: anchor.href,\n    title: anchor.title,\n    'aria-label': anchor.getAttribute('aria-label')\n  };\n\n  forEach(['icon', 'color-scheme', 'text', 'size', 'show-count'], function (option) {\n    var attribute = 'data-' + option;\n    options[attribute] = anchor.getAttribute(attribute);\n  });\n\n  if (options['data-text'] == null) {\n    options['data-text'] = anchor.textContent || anchor.innerText;\n  }\n\n  return options\n};\n\nvar buttonsCssText = \"body{margin:0}a{text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:0;line-height:0;white-space:nowrap}.btn,.social-count{position:relative;display:inline-block;display:inline-flex;height:14px;padding:2px 5px;font-size:11px;font-weight:600;line-height:14px;vertical-align:bottom;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid}.btn{border-radius:.25em}.btn:not(:last-child){border-radius:.25em 0 0 .25em}.social-count{border-left:0;border-radius:0 .25em .25em 0}.widget-lg .btn,.widget-lg .social-count{height:16px;padding:5px 10px;font-size:12px;line-height:16px}.octicon{display:inline-block;vertical-align:text-top;fill:currentColor;overflow:visible}\";\n\nvar light = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0969da;outline-offset:-2px}.btn{color:#24292f;background-color:#ebf0f4;border-color:#ccd1d5;border-color:rgba(27,31,36,.15);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f6f8fa'/%3e%3cstop offset='90%25' stop-color='%23ebf0f4'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #f6f8fa, #ebf0f4 90%);background-image:linear-gradient(180deg, #f6f8fa, #ebf0f4 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF6F8FA', endColorstr='#FFEAEFF3')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#e9ebef;background-position:0 -0.5em;border-color:#caccd1;border-color:rgba(27,31,36,.15);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f3f4f6'/%3e%3cstop offset='90%25' stop-color='%23e9ebef'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #f3f4f6, #e9ebef 90%);background-image:linear-gradient(180deg, #f3f4f6, #e9ebef 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF3F4F6', endColorstr='#FFE8EAEE')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#e5e9ed;border-color:#c7cbcf;border-color:rgba(27,31,36,.15);box-shadow:inset 0 .15em .3em rgba(27,31,36,.15);background-image:none;filter:none}.social-count{color:#24292f;background-color:#fff;border-color:#ddddde;border-color:rgba(27,31,36,.15)}.social-count:hover,.social-count:focus{color:#0969da}.octicon-heart{color:#bf3989}\";\n\nvar lightHighContrast = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0349b4;outline-offset:-2px}.btn{color:#0e1116;background-color:#e7ecf0;border-color:#2f3237;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#c4cdd5;background-position:0 -0.5em;border-color:#282c32;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:active{background-color:#d8dde1;border-color:#2c2f34;border-color:rgba(1,4,9,.8);box-shadow:inset 0 .15em .3em rgba(1,4,9,.15)}.social-count{color:#0e1116;background-color:#fff;border-color:#34363a;border-color:rgba(1,4,9,.8)}.social-count:hover,.social-count:focus{color:#0349b4}.octicon-heart{color:#971368}\";\n\nvar dark = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px}.btn{color:#c9d1d9;background-color:#1a1e23;border-color:#2f3439;border-color:rgba(240,246,252,.1);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2321262d'/%3e%3cstop offset='90%25' stop-color='%231a1e23'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #21262d, #1a1e23 90%);background-image:linear-gradient(180deg, #21262d, #1a1e23 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF21262D', endColorstr='#FF191D22')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#292e33;background-position:0 -0.5em;border-color:#8b949e;background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2330363d'/%3e%3cstop offset='90%25' stop-color='%23292e33'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #30363d, #292e33 90%);background-image:linear-gradient(180deg, #30363d, #292e33 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF30363D', endColorstr='#FF282D32')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#161719;border-color:#8b949e;box-shadow:inset 0 .15em .3em rgba(1,4,9,.15);background-image:none;filter:none}.social-count{color:#c9d1d9;background-color:#0d1117;border-color:#24282e;border-color:rgba(240,246,252,.1)}.social-count:hover,.social-count:focus{color:#58a6ff}.octicon-heart{color:#db61a2}\";\n\nvar darkDimmed = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #539bf5;outline-offset:-2px}.btn{color:#adbac7;background-color:#30363d;border-color:#40464e;border-color:rgba(205,217,229,.1);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23373e47'/%3e%3cstop offset='90%25' stop-color='%2330363d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #373e47, #30363d 90%);background-image:linear-gradient(180deg, #373e47, #30363d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF373E47', endColorstr='#FF2F353C')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#3c444d;background-position:0 -0.5em;border-color:#768390;background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23444c56'/%3e%3cstop offset='90%25' stop-color='%233c444d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #444c56, #3c444d 90%);background-image:linear-gradient(180deg, #444c56, #3c444d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF444C56', endColorstr='#FF3B434C')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#2e3031;border-color:#768390;box-shadow:inset 0 .15em .3em rgba(28,33,40,.15);background-image:none;filter:none}.social-count{color:#adbac7;background-color:#22272e;border-color:#333940;border-color:rgba(205,217,229,.1)}.social-count:hover,.social-count:focus{color:#539bf5}.octicon-heart{color:#c96198}\";\n\nvar darkHighContrast = \".btn:focus-visible,.social-count:focus-visible{outline:2px solid #71b7ff;outline-offset:-2px}.btn{color:#f0f3f6;background-color:#272b33;border-color:#7a828e;background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#4a515b;background-position:0 -0.5em;border-color:#bdc4cc;background-image:none;filter:none}.btn:active{background-color:#1d1d1f;border-color:#bdc4cc;box-shadow:inset 0 .15em .3em rgba(1,4,9,.15)}.social-count{color:#f0f3f6;background-color:#0a0c10;border-color:#7a828e}.social-count:hover,.social-count:focus{color:#71b7ff}.octicon-heart{color:#ef6eb1}\";\n\nvar stringify = function (obj, sep, eq, encodeURIComponent) {\n  if (sep == null) {\n    sep = '&';\n  }\n  if (eq == null) {\n    eq = '=';\n  }\n  if (encodeURIComponent == null) {\n    encodeURIComponent = window.encodeURIComponent;\n  }\n  var params = [];\n  for (var name in obj) {\n    var value = obj[name];\n    if (value != null) {\n      params.push(encodeURIComponent(name) + eq + encodeURIComponent(value));\n    }\n  }\n  return params.join(sep)\n};\n\nvar parse = function (str, sep, eq, decodeURIComponent) {\n  if (sep == null) {\n    sep = '&';\n  }\n  if (eq == null) {\n    eq = '=';\n  }\n  if (decodeURIComponent == null) {\n    decodeURIComponent = window.decodeURIComponent;\n  }\n  var obj = {};\n  forEach(str.split(sep), function (entry) {\n    if (entry !== '') {\n      var ref = entry.split(eq);\n      obj[decodeURIComponent(ref[0])] = (ref[1] != null ? decodeURIComponent(ref.slice(1).join(eq)) : undefined);\n    }\n  });\n  return obj\n};\n\nvar widgetColorSchemes = {\n  light: light,\n  light_high_contrast: lightHighContrast,\n  dark: dark,\n  dark_dimmed: darkDimmed,\n  dark_high_contrast: darkHighContrast\n};\n\nvar getColorSchemeMediaQuery = function (systemColorScheme, widgetColorScheme) {\n  return '@media(prefers-color-scheme:' + systemColorScheme + '){' + widgetColorSchemes[hasOwnProperty(widgetColorSchemes, widgetColorScheme) ? widgetColorScheme : systemColorScheme] + '}'\n};\n\nvar getColorScheme = function (declarations) {\n  if (declarations == null) {\n    return widgetColorSchemes.light\n  }\n\n  if (hasOwnProperty(widgetColorSchemes, declarations)) {\n    return widgetColorSchemes[declarations]\n  }\n\n  var colorSchemes = parse(declarations, ';', ':', function (str) {\n    return str.replace(/^[ \\t\\n\\f\\r]+|[ \\t\\n\\f\\r]+$/g, '')\n  });\n\n  return widgetColorSchemes[hasOwnProperty(widgetColorSchemes, colorSchemes['no-preference']) ? colorSchemes['no-preference'] : 'light'] +\n    getColorSchemeMediaQuery('light', colorSchemes.light) +\n    getColorSchemeMediaQuery('dark', colorSchemes.dark)\n};\n\nvar data = {\n  \"comment-discussion\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M1.5 2.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-3.5a.75.75 0 00-.53.22L3.5 11.44V9.25a.75.75 0 00-.75-.75h-1a.25.25 0 01-.25-.25v-5.5zM1.75 1A1.75 1.75 0 000 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 002.487 1.03L7.061 10h3.189A1.75 1.75 0 0012 8.25v-5.5A1.75 1.75 0 0010.25 1h-8.5zM14.5 4.75a.25.25 0 00-.25-.25h-.5a.75.75 0 110-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0114.25 12H14v1.543a1.457 1.457 0 01-2.487 1.03L9.22 12.28a.75.75 0 111.06-1.06l2.22 2.22v-2.19a.75.75 0 01.75-.75h1a.25.25 0 00.25-.25v-5.5z\\\"></path>\"\n      }\n    }\n  },\n  download: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M7.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z\\\"></path>\"\n      }\n    }\n  },\n  eye: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z\\\"></path>\"\n      }\n    }\n  },\n  heart: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z\\\"></path>\"\n      }\n    }\n  },\n  \"issue-opened\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path d=\\\"M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\\\"></path><path fill-rule=\\\"evenodd\\\" d=\\\"M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z\\\"></path>\"\n      }\n    }\n  },\n  \"mark-github\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z\\\"></path>\"\n      }\n    }\n  },\n  \"package\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M8.878.392a1.75 1.75 0 00-1.756 0l-5.25 3.045A1.75 1.75 0 001 4.951v6.098c0 .624.332 1.2.872 1.514l5.25 3.045a1.75 1.75 0 001.756 0l5.25-3.045c.54-.313.872-.89.872-1.514V4.951c0-.624-.332-1.2-.872-1.514L8.878.392zM7.875 1.69a.25.25 0 01.25 0l4.63 2.685L8 7.133 3.245 4.375l4.63-2.685zM2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432L2.5 5.677zm6.25 8.271l4.625-2.683a.25.25 0 00.125-.216V5.677L8.75 8.432v5.516z\\\"></path>\"\n      }\n    }\n  },\n  play: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z\\\"></path>\"\n      }\n    }\n  },\n  \"repo-forked\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z\\\"></path>\"\n      }\n    }\n  },\n  \"repo-template\": {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M6 .75A.75.75 0 016.75 0h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 .75zm5 0a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V1.5h-.75A.75.75 0 0111 .75zM4.992.662a.75.75 0 01-.636.848c-.436.063-.783.41-.846.846a.75.75 0 01-1.485-.212A2.501 2.501 0 014.144.025a.75.75 0 01.848.637zM2.75 4a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 012.75 4zm10.5 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM2.75 8a.75.75 0 01.75.75v.268A1.72 1.72 0 013.75 9h.5a.75.75 0 010 1.5h-.5a.25.25 0 00-.25.25v.75c0 .28.114.532.3.714a.75.75 0 01-1.05 1.072A2.495 2.495 0 012 11.5V8.75A.75.75 0 012.75 8zm10.5 0a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5h1.75v-2h-.75a.75.75 0 010-1.5h.75v-.25a.75.75 0 01.75-.75zM6 9.75A.75.75 0 016.75 9h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 9.75zm-1 2.5v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z\\\"></path>\"\n      }\n    }\n  },\n  star: {\n    heights: {\n      \"16\": {\n        width: 16,\n        path: \"<path fill-rule=\\\"evenodd\\\" d=\\\"M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z\\\"></path>\"\n      }\n    }\n  }\n};\n\nvar octicon = function (icon, height) {\n  icon = toLowerCase(icon).replace(/^octicon-/, '');\n  if (!hasOwnProperty(data, icon)) {\n    icon = 'mark-github';\n  }\n\n  var defaultHeight = height >= 24 && /* istanbul ignore next */ 24 in data[icon].heights ? /* istanbul ignore next */ 24 : 16;\n\n  var svg = data[icon].heights[defaultHeight];\n\n  return '<svg viewBox=\"0 0 ' + svg.width + ' ' + defaultHeight + '\" width=\"' + (height * svg.width / defaultHeight) + '\" height=\"' + height + '\" class=\"octicon octicon-' + icon + '\" aria-hidden=\"true\">' + svg.path + '</svg>'\n};\n\nvar queues = {};\n\nvar fetch = function (url, func) {\n  var queue = queues[url] || (queues[url] = []);\n  if (queue.push(func) > 1) {\n    return\n  }\n\n  var callback = dispatchOnce(function () {\n    delete queues[url];\n    while ((func = queue.shift())) {\n      func.apply(null, arguments);\n    }\n  });\n\n  if (useXHR) {\n    var xhr = new XMLHttpRequest();\n    onEvent(xhr, 'abort', callback);\n    onEvent(xhr, 'error', callback);\n    onEvent(xhr, 'load', function () {\n      var data;\n      try {\n        data = JSON.parse(this.responseText);\n      } catch (error) {\n        callback(error);\n        return\n      }\n      callback(this.status !== 200, data);\n    });\n    xhr.open('GET', url);\n    xhr.send();\n  } else {\n    var contentWindow = this || window;\n    contentWindow._ = function (json) {\n      contentWindow._ = null;\n      callback(json.meta.status !== 200, json.data);\n    };\n    var script = createElementInDocument(contentWindow.document)('script', {\n      async: true,\n      src: url + (url.indexOf('?') !== -1 ? '&' : '?') + 'callback=_'\n    });\n    var onloadend = /* istanbul ignore next: IE lt 9 */ function () {\n      if (contentWindow._) {\n        contentWindow._({\n          meta: {}\n        });\n      }\n    };\n    onEvent(script, 'load', onloadend);\n    onEvent(script, 'error', onloadend);\n    onceReadyStateChange(script, /de|m/, onloadend);\n    contentWindow.document.getElementsByTagName('head')[0].appendChild(script);\n  }\n};\n\nvar render$1 = function (root, options, func) {\n  var createElement = createElementInDocument(root.ownerDocument);\n\n  var style = root.appendChild(createElement('style', {\n    type: 'text/css'\n  }));\n\n  var cssText = buttonsCssText + getColorScheme(options['data-color-scheme']);\n\n  /* istanbul ignore if: IE lt 9 */\n  if (style.styleSheet) {\n    style.styleSheet.cssText = cssText;\n  } else {\n    style.appendChild(root.ownerDocument.createTextNode(cssText));\n  }\n\n  var isLarge = toLowerCase(options['data-size']) === 'large';\n\n  var btn = createElement('a', {\n    className: 'btn',\n    href: options.href,\n    rel: 'noopener',\n    target: '_blank',\n    title: options.title || undefined,\n    'aria-label': options['aria-label'] || undefined,\n    innerHTML: octicon(options['data-icon'], isLarge ? 16 : 14) + '&nbsp;'\n  }, [\n    createElement('span', {}, [options['data-text'] || ''])\n  ]);\n\n  var widget = root.appendChild(createElement('div', {\n    className: 'widget' + (isLarge ? ' widget-lg' : '')\n  }, [\n    btn\n  ]));\n\n  var hostname = btn.hostname.replace(/\\.$/, '');\n  if (('.' + hostname).substring(hostname.length - domain.length) !== ('.' + domain)) {\n    btn.removeAttribute('href');\n    func(widget);\n    return\n  }\n\n  var path = (' /' + btn.pathname).split(/\\/+/);\n  if (((hostname === domain || hostname === 'gist.' + domain) && path[3] === 'archive') ||\n    (hostname === domain && path[3] === 'releases' && (path[4] === 'download' || (path[4] === 'latest' && path[5] === 'download'))) ||\n    (hostname === 'codeload.' + domain)) {\n    btn.target = '_top';\n  }\n\n  if (toLowerCase(options['data-show-count']) !== 'true' ||\n    hostname !== domain ||\n    path[1] === 'marketplace' ||\n    path[1] === 'sponsors' ||\n    path[1] === 'orgs' ||\n    path[1] === 'users' ||\n    path[1] === '-') {\n    func(widget);\n    return\n  }\n\n  var href, property;\n  if (!path[2] && path[1]) {\n    property = 'followers';\n    href = '?tab=followers';\n  } else if (!path[3] && path[2]) {\n    property = 'stargazers_count';\n    href = '/stargazers';\n  } else if (!path[4] && path[3] === 'subscription') {\n    property = 'subscribers_count';\n    href = '/watchers';\n  } else if (!path[4] && path[3] === 'fork') {\n    property = 'forks_count';\n    href = '/network/members';\n  } else if (path[3] === 'issues') {\n    property = 'open_issues_count';\n    href = '/issues';\n  } else {\n    func(widget);\n    return\n  }\n\n  var api = path[2] ? '/repos/' + path[1] + '/' + path[2] : '/users/' + path[1];\n  fetch.call(this, apiBaseURL + api, function (error, json) {\n    if (!error) {\n      var data = json[property];\n      widget.appendChild(createElement('a', {\n        className: 'social-count',\n        href: json.html_url + href,\n        rel: 'noopener',\n        target: '_blank',\n        'aria-label': data + ' ' + property.replace(/_count$/, '').replace('_', ' ').slice(0, data < 2 ? -1 : undefined) + ' on GitHub'\n      }, [\n        ('' + data).replace(/\\B(?=(\\d{3})+(?!\\d))/g, ',')\n      ]));\n    }\n    func(widget);\n  });\n};\n\nvar devicePixelRatio = window.devicePixelRatio || /* istanbul ignore next */ 1;\n\nvar ceilPixel = function (px) {\n  return (devicePixelRatio > 1 ? Math.ceil(Math.round(px * devicePixelRatio) / devicePixelRatio * 2) / 2 : Math.ceil(px)) || 0\n};\n\nvar get = function (el) {\n  var width = el.offsetWidth;\n  var height = el.offsetHeight;\n  if (el.getBoundingClientRect) {\n    var boundingClientRect = el.getBoundingClientRect();\n    width = Math.max(width, ceilPixel(boundingClientRect.width));\n    height = Math.max(height, ceilPixel(boundingClientRect.height));\n  }\n  return [width, height]\n};\n\nvar set = function (el, size) {\n  el.style.width = size[0] + 'px';\n  el.style.height = size[1] + 'px';\n};\n\nvar render = function (options, func) {\n  if (options == null || func == null) {\n    return\n  }\n  if (options.getAttribute) {\n    options = parseOptions(options);\n  }\n  if (useShadowDOM) {\n    var host = createElement('span');\n    render$1(host.attachShadow({ mode: 'closed' }), options, function () {\n      func(host);\n    });\n  } else {\n    var iframe = createElement('iframe', {\n      src: 'javascript:0',\n      title: options.title || undefined,\n      allowtransparency: true,\n      scrolling: 'no',\n      frameBorder: 0\n    });\n    set(iframe, [0, 0]);\n    iframe.style.border = 'none';\n    var callback = function () {\n      var contentWindow = iframe.contentWindow;\n      var body;\n      try {\n        body = contentWindow.document.body;\n      } catch (_) /* istanbul ignore next: IE 11 */ {\n        document.body.appendChild(iframe.parentNode.removeChild(iframe));\n        return\n      }\n      offEvent(iframe, 'load', callback);\n      render$1.call(contentWindow, body, options, function (widget) {\n        var size = get(widget);\n        iframe.parentNode.removeChild(iframe);\n        onceEvent(iframe, 'load', function () {\n          set(iframe, size);\n        });\n        iframe.src = iframeURL + '#' + (iframe.name = stringify(options));\n        func(iframe);\n      });\n    };\n    onEvent(iframe, 'load', callback);\n    document.body.appendChild(iframe);\n  }\n};\n\nexport { render };\n","// @flow\n'use strict';\n\nvar key = '__global_unique_id__';\n\nmodule.exports = function() {\n  return global[key] = (global[key] || 0) + 1;\n};\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar getHashPath = function () {\n    var href = window.location.href;\n    var hashIndex = href.indexOf('#');\n    return hashIndex === -1 ? '' : href.substring(hashIndex + 1);\n};\nvar pushHashPath = function (path) { return (window.location.hash = path); };\nvar replaceHashPath = function (path) {\n    var hashIndex = window.location.href.indexOf('#');\n    window.location.replace(window.location.href.slice(0, hashIndex >= 0 ? hashIndex : 0) + '#' + path);\n};\nvar getState = function (path) {\n    var pathname = path ? path : getHashPath();\n    return { pathname: pathname, search: '' };\n};\nvar resolveInitialState = function (state) {\n    if (state.pathname === '') {\n        replaceHashPath('/');\n    }\n};\nvar createHashSource = function () {\n    var state = getState();\n    resolveInitialState(state);\n    return {\n        get location() {\n            return getState();\n        },\n        addEventListener: function (name, fn) {\n            window.addEventListener(name, fn);\n        },\n        removeEventListener: function (name, fn) {\n            window.removeEventListener(name, fn);\n        },\n        history: {\n            state: state,\n            pushState: function (stateObj, _, uri) {\n                state = getState(uri);\n                pushHashPath(uri);\n            },\n            replaceState: function (stateObj, _, uri) {\n                state = getState(uri);\n                replaceHashPath(uri);\n            },\n        },\n    };\n};\nexports.default = createHashSource;\n","/*\nSyntax highlighting with language autodetection.\nhttps://highlightjs.org/\n*/\n\n(function(factory) {\n\n  // Find the global object for export to both the browser and web workers.\n  var globalObject = typeof window === 'object' && window ||\n                     typeof self === 'object' && self;\n\n  // Setup highlight.js for different environments. First is Node.js or\n  // CommonJS.\n  if(typeof exports !== 'undefined') {\n    factory(exports);\n  } else if(globalObject) {\n    // Export hljs globally even when using AMD for cases when this script\n    // is loaded with others that may still expect a global hljs.\n    globalObject.hljs = factory({});\n\n    // Finally register the global hljs with AMD.\n    if(typeof define === 'function' && define.amd) {\n      define([], function() {\n        return globalObject.hljs;\n      });\n    }\n  }\n\n}(function(hljs) {\n  // Convenience variables for build-in objects\n  var ArrayProto = [],\n      objectKeys = Object.keys;\n\n  // Global internal variables used within the highlight.js library.\n  var languages = {},\n      aliases   = {};\n\n  // Regular expressions used throughout the highlight.js library.\n  var noHighlightRe    = /^(no-?highlight|plain|text)$/i,\n      languagePrefixRe = /\\blang(?:uage)?-([\\w-]+)\\b/i,\n      fixMarkupRe      = /((^(<[^>]+>|\\t|)+|(?:\\n)))/gm;\n\n  var spanEndTag = '</span>';\n\n  // Global options used when within external APIs. This is modified when\n  // calling the `hljs.configure` function.\n  var options = {\n    classPrefix: 'hljs-',\n    tabReplace: null,\n    useBR: false,\n    languages: undefined\n  };\n\n\n  /* Utility functions */\n\n  function escape(value) {\n    return value.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');\n  }\n\n  function tag(node) {\n    return node.nodeName.toLowerCase();\n  }\n\n  function testRe(re, lexeme) {\n    var match = re && re.exec(lexeme);\n    return match && match.index === 0;\n  }\n\n  function isNotHighlighted(language) {\n    return noHighlightRe.test(language);\n  }\n\n  function blockLanguage(block) {\n    var i, match, length, _class;\n    var classes = block.className + ' ';\n\n    classes += block.parentNode ? block.parentNode.className : '';\n\n    // language-* takes precedence over non-prefixed class names.\n    match = languagePrefixRe.exec(classes);\n    if (match) {\n      return getLanguage(match[1]) ? match[1] : 'no-highlight';\n    }\n\n    classes = classes.split(/\\s+/);\n\n    for (i = 0, length = classes.length; i < length; i++) {\n      _class = classes[i]\n\n      if (isNotHighlighted(_class) || getLanguage(_class)) {\n        return _class;\n      }\n    }\n  }\n\n  function inherit(parent) {  // inherit(parent, override_obj, override_obj, ...)\n    var key;\n    var result = {};\n    var objects = Array.prototype.slice.call(arguments, 1);\n\n    for (key in parent)\n      result[key] = parent[key];\n    objects.forEach(function(obj) {\n      for (key in obj)\n        result[key] = obj[key];\n    });\n    return result;\n  }\n\n  /* Stream merging */\n\n  function nodeStream(node) {\n    var result = [];\n    (function _nodeStream(node, offset) {\n      for (var child = node.firstChild; child; child = child.nextSibling) {\n        if (child.nodeType === 3)\n          offset += child.nodeValue.length;\n        else if (child.nodeType === 1) {\n          result.push({\n            event: 'start',\n            offset: offset,\n            node: child\n          });\n          offset = _nodeStream(child, offset);\n          // Prevent void elements from having an end tag that would actually\n          // double them in the output. There are more void elements in HTML\n          // but we list only those realistically expected in code display.\n          if (!tag(child).match(/br|hr|img|input/)) {\n            result.push({\n              event: 'stop',\n              offset: offset,\n              node: child\n            });\n          }\n        }\n      }\n      return offset;\n    })(node, 0);\n    return result;\n  }\n\n  function mergeStreams(original, highlighted, value) {\n    var processed = 0;\n    var result = '';\n    var nodeStack = [];\n\n    function selectStream() {\n      if (!original.length || !highlighted.length) {\n        return original.length ? original : highlighted;\n      }\n      if (original[0].offset !== highlighted[0].offset) {\n        return (original[0].offset < highlighted[0].offset) ? original : highlighted;\n      }\n\n      /*\n      To avoid starting the stream just before it should stop the order is\n      ensured that original always starts first and closes last:\n\n      if (event1 == 'start' && event2 == 'start')\n        return original;\n      if (event1 == 'start' && event2 == 'stop')\n        return highlighted;\n      if (event1 == 'stop' && event2 == 'start')\n        return original;\n      if (event1 == 'stop' && event2 == 'stop')\n        return highlighted;\n\n      ... which is collapsed to:\n      */\n      return highlighted[0].event === 'start' ? original : highlighted;\n    }\n\n    function open(node) {\n      function attr_str(a) {return ' ' + a.nodeName + '=\"' + escape(a.value).replace('\"', '&quot;') + '\"';}\n      result += '<' + tag(node) + ArrayProto.map.call(node.attributes, attr_str).join('') + '>';\n    }\n\n    function close(node) {\n      result += '</' + tag(node) + '>';\n    }\n\n    function render(event) {\n      (event.event === 'start' ? open : close)(event.node);\n    }\n\n    while (original.length || highlighted.length) {\n      var stream = selectStream();\n      result += escape(value.substring(processed, stream[0].offset));\n      processed = stream[0].offset;\n      if (stream === original) {\n        /*\n        On any opening or closing tag of the original markup we first close\n        the entire highlighted node stack, then render the original tag along\n        with all the following original tags at the same offset and then\n        reopen all the tags on the highlighted stack.\n        */\n        nodeStack.reverse().forEach(close);\n        do {\n          render(stream.splice(0, 1)[0]);\n          stream = selectStream();\n        } while (stream === original && stream.length && stream[0].offset === processed);\n        nodeStack.reverse().forEach(open);\n      } else {\n        if (stream[0].event === 'start') {\n          nodeStack.push(stream[0].node);\n        } else {\n          nodeStack.pop();\n        }\n        render(stream.splice(0, 1)[0]);\n      }\n    }\n    return result + escape(value.substr(processed));\n  }\n\n  /* Initialization */\n\n  function expand_mode(mode) {\n    if (mode.variants && !mode.cached_variants) {\n      mode.cached_variants = mode.variants.map(function(variant) {\n        return inherit(mode, {variants: null}, variant);\n      });\n    }\n    return mode.cached_variants || (mode.endsWithParent && [inherit(mode)]) || [mode];\n  }\n\n  function compileLanguage(language) {\n\n    function reStr(re) {\n        return (re && re.source) || re;\n    }\n\n    function langRe(value, global) {\n      return new RegExp(\n        reStr(value),\n        'm' + (language.case_insensitive ? 'i' : '') + (global ? 'g' : '')\n      );\n    }\n\n    function compileMode(mode, parent) {\n      if (mode.compiled)\n        return;\n      mode.compiled = true;\n\n      mode.keywords = mode.keywords || mode.beginKeywords;\n      if (mode.keywords) {\n        var compiled_keywords = {};\n\n        var flatten = function(className, str) {\n          if (language.case_insensitive) {\n            str = str.toLowerCase();\n          }\n          str.split(' ').forEach(function(kw) {\n            var pair = kw.split('|');\n            compiled_keywords[pair[0]] = [className, pair[1] ? Number(pair[1]) : 1];\n          });\n        };\n\n        if (typeof mode.keywords === 'string') { // string\n          flatten('keyword', mode.keywords);\n        } else {\n          objectKeys(mode.keywords).forEach(function (className) {\n            flatten(className, mode.keywords[className]);\n          });\n        }\n        mode.keywords = compiled_keywords;\n      }\n      mode.lexemesRe = langRe(mode.lexemes || /\\w+/, true);\n\n      if (parent) {\n        if (mode.beginKeywords) {\n          mode.begin = '\\\\b(' + mode.beginKeywords.split(' ').join('|') + ')\\\\b';\n        }\n        if (!mode.begin)\n          mode.begin = /\\B|\\b/;\n        mode.beginRe = langRe(mode.begin);\n        if (mode.endSameAsBegin)\n          mode.end = mode.begin;\n        if (!mode.end && !mode.endsWithParent)\n          mode.end = /\\B|\\b/;\n        if (mode.end)\n          mode.endRe = langRe(mode.end);\n        mode.terminator_end = reStr(mode.end) || '';\n        if (mode.endsWithParent && parent.terminator_end)\n          mode.terminator_end += (mode.end ? '|' : '') + parent.terminator_end;\n      }\n      if (mode.illegal)\n        mode.illegalRe = langRe(mode.illegal);\n      if (mode.relevance == null)\n        mode.relevance = 1;\n      if (!mode.contains) {\n        mode.contains = [];\n      }\n      mode.contains = Array.prototype.concat.apply([], mode.contains.map(function(c) {\n        return expand_mode(c === 'self' ? mode : c)\n      }));\n      mode.contains.forEach(function(c) {compileMode(c, mode);});\n\n      if (mode.starts) {\n        compileMode(mode.starts, parent);\n      }\n\n      var terminators =\n        mode.contains.map(function(c) {\n          return c.beginKeywords ? '\\\\.?(' + c.begin + ')\\\\.?' : c.begin;\n        })\n        .concat([mode.terminator_end, mode.illegal])\n        .map(reStr)\n        .filter(Boolean);\n      mode.terminators = terminators.length ? langRe(terminators.join('|'), true) : {exec: function(/*s*/) {return null;}};\n    }\n\n    compileMode(language);\n  }\n\n  /*\n  Core highlighting function. Accepts a language name, or an alias, and a\n  string with the code to highlight. Returns an object with the following\n  properties:\n\n  - relevance (int)\n  - value (an HTML string with highlighting markup)\n\n  */\n  function highlight(name, value, ignore_illegals, continuation) {\n\n    function escapeRe(value) {\n      return new RegExp(value.replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&'), 'm');\n    }\n\n    function subMode(lexeme, mode) {\n      var i, length;\n\n      for (i = 0, length = mode.contains.length; i < length; i++) {\n        if (testRe(mode.contains[i].beginRe, lexeme)) {\n          if (mode.contains[i].endSameAsBegin) {\n            mode.contains[i].endRe = escapeRe( mode.contains[i].beginRe.exec(lexeme)[0] );\n          }\n          return mode.contains[i];\n        }\n      }\n    }\n\n    function endOfMode(mode, lexeme) {\n      if (testRe(mode.endRe, lexeme)) {\n        while (mode.endsParent && mode.parent) {\n          mode = mode.parent;\n        }\n        return mode;\n      }\n      if (mode.endsWithParent) {\n        return endOfMode(mode.parent, lexeme);\n      }\n    }\n\n    function isIllegal(lexeme, mode) {\n      return !ignore_illegals && testRe(mode.illegalRe, lexeme);\n    }\n\n    function keywordMatch(mode, match) {\n      var match_str = language.case_insensitive ? match[0].toLowerCase() : match[0];\n      return mode.keywords.hasOwnProperty(match_str) && mode.keywords[match_str];\n    }\n\n    function buildSpan(classname, insideSpan, leaveOpen, noPrefix) {\n      var classPrefix = noPrefix ? '' : options.classPrefix,\n          openSpan    = '<span class=\"' + classPrefix,\n          closeSpan   = leaveOpen ? '' : spanEndTag\n\n      openSpan += classname + '\">';\n\n      return openSpan + insideSpan + closeSpan;\n    }\n\n    function processKeywords() {\n      var keyword_match, last_index, match, result;\n\n      if (!top.keywords)\n        return escape(mode_buffer);\n\n      result = '';\n      last_index = 0;\n      top.lexemesRe.lastIndex = 0;\n      match = top.lexemesRe.exec(mode_buffer);\n\n      while (match) {\n        result += escape(mode_buffer.substring(last_index, match.index));\n        keyword_match = keywordMatch(top, match);\n        if (keyword_match) {\n          relevance += keyword_match[1];\n          result += buildSpan(keyword_match[0], escape(match[0]));\n        } else {\n          result += escape(match[0]);\n        }\n        last_index = top.lexemesRe.lastIndex;\n        match = top.lexemesRe.exec(mode_buffer);\n      }\n      return result + escape(mode_buffer.substr(last_index));\n    }\n\n    function processSubLanguage() {\n      var explicit = typeof top.subLanguage === 'string';\n      if (explicit && !languages[top.subLanguage]) {\n        return escape(mode_buffer);\n      }\n\n      var result = explicit ?\n                   highlight(top.subLanguage, mode_buffer, true, continuations[top.subLanguage]) :\n                   highlightAuto(mode_buffer, top.subLanguage.length ? top.subLanguage : undefined);\n\n      // Counting embedded language score towards the host language may be disabled\n      // with zeroing the containing mode relevance. Usecase in point is Markdown that\n      // allows XML everywhere and makes every XML snippet to have a much larger Markdown\n      // score.\n      if (top.relevance > 0) {\n        relevance += result.relevance;\n      }\n      if (explicit) {\n        continuations[top.subLanguage] = result.top;\n      }\n      return buildSpan(result.language, result.value, false, true);\n    }\n\n    function processBuffer() {\n      result += (top.subLanguage != null ? processSubLanguage() : processKeywords());\n      mode_buffer = '';\n    }\n\n    function startNewMode(mode) {\n      result += mode.className? buildSpan(mode.className, '', true): '';\n      top = Object.create(mode, {parent: {value: top}});\n    }\n\n    function processLexeme(buffer, lexeme) {\n\n      mode_buffer += buffer;\n\n      if (lexeme == null) {\n        processBuffer();\n        return 0;\n      }\n\n      var new_mode = subMode(lexeme, top);\n      if (new_mode) {\n        if (new_mode.skip) {\n          mode_buffer += lexeme;\n        } else {\n          if (new_mode.excludeBegin) {\n            mode_buffer += lexeme;\n          }\n          processBuffer();\n          if (!new_mode.returnBegin && !new_mode.excludeBegin) {\n            mode_buffer = lexeme;\n          }\n        }\n        startNewMode(new_mode, lexeme);\n        return new_mode.returnBegin ? 0 : lexeme.length;\n      }\n\n      var end_mode = endOfMode(top, lexeme);\n      if (end_mode) {\n        var origin = top;\n        if (origin.skip) {\n          mode_buffer += lexeme;\n        } else {\n          if (!(origin.returnEnd || origin.excludeEnd)) {\n            mode_buffer += lexeme;\n          }\n          processBuffer();\n          if (origin.excludeEnd) {\n            mode_buffer = lexeme;\n          }\n        }\n        do {\n          if (top.className) {\n            result += spanEndTag;\n          }\n          if (!top.skip && !top.subLanguage) {\n            relevance += top.relevance;\n          }\n          top = top.parent;\n        } while (top !== end_mode.parent);\n        if (end_mode.starts) {\n          if (end_mode.endSameAsBegin) {\n            end_mode.starts.endRe = end_mode.endRe;\n          }\n          startNewMode(end_mode.starts, '');\n        }\n        return origin.returnEnd ? 0 : lexeme.length;\n      }\n\n      if (isIllegal(lexeme, top))\n        throw new Error('Illegal lexeme \"' + lexeme + '\" for mode \"' + (top.className || '<unnamed>') + '\"');\n\n      /*\n      Parser should not reach this point as all types of lexemes should be caught\n      earlier, but if it does due to some bug make sure it advances at least one\n      character forward to prevent infinite looping.\n      */\n      mode_buffer += lexeme;\n      return lexeme.length || 1;\n    }\n\n    var language = getLanguage(name);\n    if (!language) {\n      throw new Error('Unknown language: \"' + name + '\"');\n    }\n\n    compileLanguage(language);\n    var top = continuation || language;\n    var continuations = {}; // keep continuations for sub-languages\n    var result = '', current;\n    for(current = top; current !== language; current = current.parent) {\n      if (current.className) {\n        result = buildSpan(current.className, '', true) + result;\n      }\n    }\n    var mode_buffer = '';\n    var relevance = 0;\n    try {\n      var match, count, index = 0;\n      while (true) {\n        top.terminators.lastIndex = index;\n        match = top.terminators.exec(value);\n        if (!match)\n          break;\n        count = processLexeme(value.substring(index, match.index), match[0]);\n        index = match.index + count;\n      }\n      processLexeme(value.substr(index));\n      for(current = top; current.parent; current = current.parent) { // close dangling modes\n        if (current.className) {\n          result += spanEndTag;\n        }\n      }\n      return {\n        relevance: relevance,\n        value: result,\n        language: name,\n        top: top\n      };\n    } catch (e) {\n      if (e.message && e.message.indexOf('Illegal') !== -1) {\n        return {\n          relevance: 0,\n          value: escape(value)\n        };\n      } else {\n        throw e;\n      }\n    }\n  }\n\n  /*\n  Highlighting with language detection. Accepts a string with the code to\n  highlight. Returns an object with the following properties:\n\n  - language (detected language)\n  - relevance (int)\n  - value (an HTML string with highlighting markup)\n  - second_best (object with the same structure for second-best heuristically\n    detected language, may be absent)\n\n  */\n  function highlightAuto(text, languageSubset) {\n    languageSubset = languageSubset || options.languages || objectKeys(languages);\n    var result = {\n      relevance: 0,\n      value: escape(text)\n    };\n    var second_best = result;\n    languageSubset.filter(getLanguage).filter(autoDetection).forEach(function(name) {\n      var current = highlight(name, text, false);\n      current.language = name;\n      if (current.relevance > second_best.relevance) {\n        second_best = current;\n      }\n      if (current.relevance > result.relevance) {\n        second_best = result;\n        result = current;\n      }\n    });\n    if (second_best.language) {\n      result.second_best = second_best;\n    }\n    return result;\n  }\n\n  /*\n  Post-processing of the highlighted markup:\n\n  - replace TABs with something more useful\n  - replace real line-breaks with '<br>' for non-pre containers\n\n  */\n  function fixMarkup(value) {\n    return !(options.tabReplace || options.useBR)\n      ? value\n      : value.replace(fixMarkupRe, function(match, p1) {\n          if (options.useBR && match === '\\n') {\n            return '<br>';\n          } else if (options.tabReplace) {\n            return p1.replace(/\\t/g, options.tabReplace);\n          }\n          return '';\n      });\n  }\n\n  function buildClassName(prevClassName, currentLang, resultLang) {\n    var language = currentLang ? aliases[currentLang] : resultLang,\n        result   = [prevClassName.trim()];\n\n    if (!prevClassName.match(/\\bhljs\\b/)) {\n      result.push('hljs');\n    }\n\n    if (prevClassName.indexOf(language) === -1) {\n      result.push(language);\n    }\n\n    return result.join(' ').trim();\n  }\n\n  /*\n  Applies highlighting to a DOM node containing code. Accepts a DOM node and\n  two optional parameters for fixMarkup.\n  */\n  function highlightBlock(block) {\n    var node, originalStream, result, resultNode, text;\n    var language = blockLanguage(block);\n\n    if (isNotHighlighted(language))\n        return;\n\n    if (options.useBR) {\n      node = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');\n      node.innerHTML = block.innerHTML.replace(/\\n/g, '').replace(/<br[ \\/]*>/g, '\\n');\n    } else {\n      node = block;\n    }\n    text = node.textContent;\n    result = language ? highlight(language, text, true) : highlightAuto(text);\n\n    originalStream = nodeStream(node);\n    if (originalStream.length) {\n      resultNode = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');\n      resultNode.innerHTML = result.value;\n      result.value = mergeStreams(originalStream, nodeStream(resultNode), text);\n    }\n    result.value = fixMarkup(result.value);\n\n    block.innerHTML = result.value;\n    block.className = buildClassName(block.className, language, result.language);\n    block.result = {\n      language: result.language,\n      re: result.relevance\n    };\n    if (result.second_best) {\n      block.second_best = {\n        language: result.second_best.language,\n        re: result.second_best.relevance\n      };\n    }\n  }\n\n  /*\n  Updates highlight.js global options with values passed in the form of an object.\n  */\n  function configure(user_options) {\n    options = inherit(options, user_options);\n  }\n\n  /*\n  Applies highlighting to all <pre><code>..</code></pre> blocks on a page.\n  */\n  function initHighlighting() {\n    if (initHighlighting.called)\n      return;\n    initHighlighting.called = true;\n\n    var blocks = document.querySelectorAll('pre code');\n    ArrayProto.forEach.call(blocks, highlightBlock);\n  }\n\n  /*\n  Attaches highlighting to the page load event.\n  */\n  function initHighlightingOnLoad() {\n    addEventListener('DOMContentLoaded', initHighlighting, false);\n    addEventListener('load', initHighlighting, false);\n  }\n\n  function registerLanguage(name, language) {\n    var lang = languages[name] = language(hljs);\n    if (lang.aliases) {\n      lang.aliases.forEach(function(alias) {aliases[alias] = name;});\n    }\n  }\n\n  function listLanguages() {\n    return objectKeys(languages);\n  }\n\n  function getLanguage(name) {\n    name = (name || '').toLowerCase();\n    return languages[name] || languages[aliases[name]];\n  }\n\n  function autoDetection(name) {\n    var lang = getLanguage(name);\n    return lang && !lang.disableAutodetect;\n  }\n\n  /* Interface definition */\n\n  hljs.highlight = highlight;\n  hljs.highlightAuto = highlightAuto;\n  hljs.fixMarkup = fixMarkup;\n  hljs.highlightBlock = highlightBlock;\n  hljs.configure = configure;\n  hljs.initHighlighting = initHighlighting;\n  hljs.initHighlightingOnLoad = initHighlightingOnLoad;\n  hljs.registerLanguage = registerLanguage;\n  hljs.listLanguages = listLanguages;\n  hljs.getLanguage = getLanguage;\n  hljs.autoDetection = autoDetection;\n  hljs.inherit = inherit;\n\n  // Common regexps\n  hljs.IDENT_RE = '[a-zA-Z]\\\\w*';\n  hljs.UNDERSCORE_IDENT_RE = '[a-zA-Z_]\\\\w*';\n  hljs.NUMBER_RE = '\\\\b\\\\d+(\\\\.\\\\d+)?';\n  hljs.C_NUMBER_RE = '(-?)(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)'; // 0x..., 0..., decimal, float\n  hljs.BINARY_NUMBER_RE = '\\\\b(0b[01]+)'; // 0b...\n  hljs.RE_STARTERS_RE = '!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~';\n\n  // Common modes\n  hljs.BACKSLASH_ESCAPE = {\n    begin: '\\\\\\\\[\\\\s\\\\S]', relevance: 0\n  };\n  hljs.APOS_STRING_MODE = {\n    className: 'string',\n    begin: '\\'', end: '\\'',\n    illegal: '\\\\n',\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n  hljs.QUOTE_STRING_MODE = {\n    className: 'string',\n    begin: '\"', end: '\"',\n    illegal: '\\\\n',\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n  hljs.PHRASAL_WORDS_MODE = {\n    begin: /\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b/\n  };\n  hljs.COMMENT = function (begin, end, inherits) {\n    var mode = hljs.inherit(\n      {\n        className: 'comment',\n        begin: begin, end: end,\n        contains: []\n      },\n      inherits || {}\n    );\n    mode.contains.push(hljs.PHRASAL_WORDS_MODE);\n    mode.contains.push({\n      className: 'doctag',\n      begin: '(?:TODO|FIXME|NOTE|BUG|XXX):',\n      relevance: 0\n    });\n    return mode;\n  };\n  hljs.C_LINE_COMMENT_MODE = hljs.COMMENT('//', '$');\n  hljs.C_BLOCK_COMMENT_MODE = hljs.COMMENT('/\\\\*', '\\\\*/');\n  hljs.HASH_COMMENT_MODE = hljs.COMMENT('#', '$');\n  hljs.NUMBER_MODE = {\n    className: 'number',\n    begin: hljs.NUMBER_RE,\n    relevance: 0\n  };\n  hljs.C_NUMBER_MODE = {\n    className: 'number',\n    begin: hljs.C_NUMBER_RE,\n    relevance: 0\n  };\n  hljs.BINARY_NUMBER_MODE = {\n    className: 'number',\n    begin: hljs.BINARY_NUMBER_RE,\n    relevance: 0\n  };\n  hljs.CSS_NUMBER_MODE = {\n    className: 'number',\n    begin: hljs.NUMBER_RE + '(' +\n      '%|em|ex|ch|rem'  +\n      '|vw|vh|vmin|vmax' +\n      '|cm|mm|in|pt|pc|px' +\n      '|deg|grad|rad|turn' +\n      '|s|ms' +\n      '|Hz|kHz' +\n      '|dpi|dpcm|dppx' +\n      ')?',\n    relevance: 0\n  };\n  hljs.REGEXP_MODE = {\n    className: 'regexp',\n    begin: /\\//, end: /\\/[gimuy]*/,\n    illegal: /\\n/,\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      {\n        begin: /\\[/, end: /\\]/,\n        relevance: 0,\n        contains: [hljs.BACKSLASH_ESCAPE]\n      }\n    ]\n  };\n  hljs.TITLE_MODE = {\n    className: 'title',\n    begin: hljs.IDENT_RE,\n    relevance: 0\n  };\n  hljs.UNDERSCORE_TITLE_MODE = {\n    className: 'title',\n    begin: hljs.UNDERSCORE_IDENT_RE,\n    relevance: 0\n  };\n  hljs.METHOD_GUARD = {\n    // excludes method names from keyword processing\n    begin: '\\\\.\\\\s*' + hljs.UNDERSCORE_IDENT_RE,\n    relevance: 0\n  };\n\n  return hljs;\n}));\n","module.exports = function(hljs){\n\n  // общий паттерн для определения идентификаторов\n  var UNDERSCORE_IDENT_RE = '[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+';\n  \n  // v7 уникальные ключевые слова, отсутствующие в v8 ==> keyword\n  var v7_keywords =\n  'далее ';\n\n  // v8 ключевые слова ==> keyword\n  var v8_keywords =\n  'возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли ' +\n  'конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт ';\n\n  // keyword : ключевые слова\n  var KEYWORD = v7_keywords + v8_keywords;\n  \n  // v7 уникальные директивы, отсутствующие в v8 ==> meta-keyword\n  var v7_meta_keywords =\n  'загрузитьизфайла ';\n\n  // v8 ключевые слова в инструкциях препроцессора, директивах компиляции, аннотациях ==> meta-keyword\n  var v8_meta_keywords =\n  'вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер ' +\n  'наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед ' +\n  'после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент ';\n\n  // meta-keyword : ключевые слова в инструкциях препроцессора, директивах компиляции, аннотациях\n  var METAKEYWORD = v7_meta_keywords + v8_meta_keywords;\n\n  // v7 системные константы ==> built_in\n  var v7_system_constants =\n  'разделительстраниц разделительстрок символтабуляции ';\n  \n  // v7 уникальные методы глобального контекста, отсутствующие в v8 ==> built_in\n  var v7_global_context_methods =\n  'ansitooem oemtoansi ввестивидсубконто ввестиперечисление ввестипериод ввестиплансчетов выбранныйплансчетов ' +\n  'датагод датамесяц датачисло заголовоксистемы значениевстроку значениеизстроки каталогиб каталогпользователя ' +\n  'кодсимв конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца ' +\n  'коннедели лог лог10 максимальноеколичествосубконто названиеинтерфейса названиенабораправ назначитьвид ' +\n  'назначитьсчет найтиссылки началопериодаби началостандартногоинтервала начгода начквартала начмесяца ' +\n  'начнедели номерднягода номерднянедели номернеделигода обработкаожидания основнойжурналрасчетов ' +\n  'основнойплансчетов основнойязык очиститьокносообщений периодстр получитьвремята получитьдатута ' +\n  'получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта ' +\n  'префиксавтонумерации пропись пустоезначение разм разобратьпозициюдокумента рассчитатьрегистрына ' +\n  'рассчитатьрегистрыпо симв создатьобъект статусвозврата стрколичествострок сформироватьпозициюдокумента ' +\n  'счетпокоду текущеевремя типзначения типзначениястр установитьтана установитьтапо фиксшаблон шаблон ';\n  \n  // v8 методы глобального контекста ==> built_in\n  var v8_global_context_methods =\n  'acos asin atan base64значение base64строка cos exp log log10 pow sin sqrt tan xmlзначение xmlстрока ' +\n  'xmlтип xmlтипзнч активноеокно безопасныйрежим безопасныйрежимразделенияданных булево ввестидату ввестизначение ' +\n  'ввестистроку ввестичисло возможностьчтенияxml вопрос восстановитьзначение врег выгрузитьжурналрегистрации ' +\n  'выполнитьобработкуоповещения выполнитьпроверкуправдоступа вычислить год данныеформывзначение дата день деньгода ' +\n  'деньнедели добавитьмесяц заблокироватьданныедляредактирования заблокироватьработупользователя завершитьработусистемы ' +\n  'загрузитьвнешнююкомпоненту закрытьсправку записатьjson записатьxml записатьдатуjson записьжурналарегистрации ' +\n  'заполнитьзначениясвойств запроситьразрешениепользователя запуститьприложение запуститьсистему зафиксироватьтранзакцию ' +\n  'значениевданныеформы значениевстрокувнутр значениевфайл значениезаполнено значениеизстрокивнутр значениеизфайла ' +\n  'изxmlтипа импортмоделиxdto имякомпьютера имяпользователя инициализироватьпредопределенныеданные информацияобошибке ' +\n  'каталогбиблиотекимобильногоустройства каталогвременныхфайлов каталогдокументов каталогпрограммы кодироватьстроку ' +\n  'кодлокализацииинформационнойбазы кодсимвола командасистемы конецгода конецдня конецквартала конецмесяца конецминуты ' +\n  'конецнедели конецчаса конфигурациябазыданныхизмененадинамически конфигурацияизменена копироватьданныеформы ' +\n  'копироватьфайл краткоепредставлениеошибки лев макс местноевремя месяц мин минута монопольныйрежим найти ' +\n  'найтинедопустимыесимволыxml найтиокнопонавигационнойссылке найтипомеченныенаудаление найтипоссылкам найтифайлы ' +\n  'началогода началодня началоквартала началомесяца началоминуты началонедели началочаса начатьзапросразрешенияпользователя ' +\n  'начатьзапускприложения начатькопированиефайла начатьперемещениефайла начатьподключениевнешнейкомпоненты ' +\n  'начатьподключениерасширенияработыскриптографией начатьподключениерасширенияработысфайлами начатьпоискфайлов ' +\n  'начатьполучениекаталогавременныхфайлов начатьполучениекаталогадокументов начатьполучениерабочегокаталогаданныхпользователя ' +\n  'начатьполучениефайлов начатьпомещениефайла начатьпомещениефайлов начатьсозданиедвоичныхданныхизфайла начатьсозданиекаталога ' +\n  'начатьтранзакцию начатьудалениефайлов начатьустановкувнешнейкомпоненты начатьустановкурасширенияработыскриптографией ' +\n  'начатьустановкурасширенияработысфайлами неделягода необходимостьзавершениясоединения номерсеансаинформационнойбазы ' +\n  'номерсоединенияинформационнойбазы нрег нстр обновитьинтерфейс обновитьнумерациюобъектов обновитьповторноиспользуемыезначения ' +\n  'обработкапрерыванияпользователя объединитьфайлы окр описаниеошибки оповестить оповеститьобизменении ' +\n  'отключитьобработчикзапросанастроекклиенталицензирования отключитьобработчикожидания отключитьобработчикоповещения ' +\n  'открытьзначение открытьиндекссправки открытьсодержаниесправки открытьсправку открытьформу открытьформумодально ' +\n  'отменитьтранзакцию очиститьжурналрегистрации очиститьнастройкипользователя очиститьсообщения параметрыдоступа ' +\n  'перейтипонавигационнойссылке переместитьфайл подключитьвнешнююкомпоненту ' +\n  'подключитьобработчикзапросанастроекклиенталицензирования подключитьобработчикожидания подключитьобработчикоповещения ' +\n  'подключитьрасширениеработыскриптографией подключитьрасширениеработысфайлами подробноепредставлениеошибки ' +\n  'показатьвводдаты показатьвводзначения показатьвводстроки показатьвводчисла показатьвопрос показатьзначение ' +\n  'показатьинформациюобошибке показатьнакарте показатьоповещениепользователя показатьпредупреждение полноеимяпользователя ' +\n  'получитьcomобъект получитьxmlтип получитьадреспоместоположению получитьблокировкусеансов получитьвремязавершенияспящегосеанса ' +\n  'получитьвремязасыпанияпассивногосеанса получитьвремяожиданияблокировкиданных получитьданныевыбора ' +\n  'получитьдополнительныйпараметрклиенталицензирования получитьдопустимыекодылокализации получитьдопустимыечасовыепояса ' +\n  'получитьзаголовокклиентскогоприложения получитьзаголовоксистемы получитьзначенияотборажурналарегистрации ' +\n  'получитьидентификаторконфигурации получитьизвременногохранилища получитьимявременногофайла ' +\n  'получитьимяклиенталицензирования получитьинформациюэкрановклиента получитьиспользованиежурналарегистрации ' +\n  'получитьиспользованиесобытияжурналарегистрации получитькраткийзаголовокприложения получитьмакетоформления ' +\n  'получитьмаскувсефайлы получитьмаскувсефайлыклиента получитьмаскувсефайлысервера получитьместоположениепоадресу ' +\n  'получитьминимальнуюдлинупаролейпользователей получитьнавигационнуюссылку получитьнавигационнуюссылкуинформационнойбазы ' +\n  'получитьобновлениеконфигурациибазыданных получитьобновлениепредопределенныхданныхинформационнойбазы получитьобщиймакет ' +\n  'получитьобщуюформу получитьокна получитьоперативнуюотметкувремени получитьотключениебезопасногорежима ' +\n  'получитьпараметрыфункциональныхопцийинтерфейса получитьполноеимяпредопределенногозначения ' +\n  'получитьпредставлениянавигационныхссылок получитьпроверкусложностипаролейпользователей получитьразделительпути ' +\n  'получитьразделительпутиклиента получитьразделительпутисервера получитьсеансыинформационнойбазы ' +\n  'получитьскоростьклиентскогосоединения получитьсоединенияинформационнойбазы получитьсообщенияпользователю ' +\n  'получитьсоответствиеобъектаиформы получитьсоставстандартногоинтерфейсаodata получитьструктурухранениябазыданных ' +\n  'получитьтекущийсеансинформационнойбазы получитьфайл получитьфайлы получитьформу получитьфункциональнуюопцию ' +\n  'получитьфункциональнуюопциюинтерфейса получитьчасовойпоясинформационнойбазы пользователиос поместитьвовременноехранилище ' +\n  'поместитьфайл поместитьфайлы прав праводоступа предопределенноезначение представлениекодалокализации представлениепериода ' +\n  'представлениеправа представлениеприложения представлениесобытияжурналарегистрации представлениечасовогопояса предупреждение ' +\n  'прекратитьработусистемы привилегированныйрежим продолжитьвызов прочитатьjson прочитатьxml прочитатьдатуjson пустаястрока ' +\n  'рабочийкаталогданныхпользователя разблокироватьданныедляредактирования разделитьфайл разорватьсоединениесвнешнимисточникомданных ' +\n  'раскодироватьстроку рольдоступна секунда сигнал символ скопироватьжурналрегистрации смещениелетнеговремени ' +\n  'смещениестандартноговремени соединитьбуферыдвоичныхданных создатькаталог создатьфабрикуxdto сокрл сокрлп сокрп сообщить ' +\n  'состояние сохранитьзначение сохранитьнастройкипользователя сред стрдлина стрзаканчиваетсяна стрзаменить стрнайти стрначинаетсяс ' +\n  'строка строкасоединенияинформационнойбазы стрполучитьстроку стрразделить стрсоединить стрсравнить стрчисловхождений '+\n  'стрчислострок стршаблон текущаядата текущаядатасеанса текущаяуниверсальнаядата текущаяуниверсальнаядатавмиллисекундах ' +\n  'текущийвариантинтерфейсаклиентскогоприложения текущийвариантосновногошрифтаклиентскогоприложения текущийкодлокализации ' +\n  'текущийрежимзапуска текущийязык текущийязыксистемы тип типзнч транзакцияактивна трег удалитьданныеинформационнойбазы ' +\n  'удалитьизвременногохранилища удалитьобъекты удалитьфайлы универсальноевремя установитьбезопасныйрежим ' +\n  'установитьбезопасныйрежимразделенияданных установитьблокировкусеансов установитьвнешнююкомпоненту ' +\n  'установитьвремязавершенияспящегосеанса установитьвремязасыпанияпассивногосеанса установитьвремяожиданияблокировкиданных ' +\n  'установитьзаголовокклиентскогоприложения установитьзаголовоксистемы установитьиспользованиежурналарегистрации ' +\n  'установитьиспользованиесобытияжурналарегистрации установитькраткийзаголовокприложения ' +\n  'установитьминимальнуюдлинупаролейпользователей установитьмонопольныйрежим установитьнастройкиклиенталицензирования ' +\n  'установитьобновлениепредопределенныхданныхинформационнойбазы установитьотключениебезопасногорежима ' +\n  'установитьпараметрыфункциональныхопцийинтерфейса установитьпривилегированныйрежим ' +\n  'установитьпроверкусложностипаролейпользователей установитьрасширениеработыскриптографией ' +\n  'установитьрасширениеработысфайлами установитьсоединениесвнешнимисточникомданных установитьсоответствиеобъектаиформы ' +\n  'установитьсоставстандартногоинтерфейсаodata установитьчасовойпоясинформационнойбазы установитьчасовойпояссеанса ' +\n  'формат цел час часовойпояс часовойпояссеанса число числопрописью этоадресвременногохранилища ';\n\n  // v8 свойства глобального контекста ==> built_in\n  var v8_global_context_property =\n  'wsссылки библиотекакартинок библиотекамакетовоформлениякомпоновкиданных библиотекастилей бизнеспроцессы ' +\n  'внешниеисточникиданных внешниеобработки внешниеотчеты встроенныепокупки главныйинтерфейс главныйстиль ' +\n  'документы доставляемыеуведомления журналыдокументов задачи информацияобинтернетсоединении использованиерабочейдаты ' +\n  'историяработыпользователя константы критерииотбора метаданные обработки отображениерекламы отправкадоставляемыхуведомлений ' +\n  'отчеты панельзадачос параметрзапуска параметрысеанса перечисления планывидоврасчета планывидовхарактеристик ' +\n  'планыобмена планысчетов полнотекстовыйпоиск пользователиинформационнойбазы последовательности проверкавстроенныхпокупок ' +\n  'рабочаядата расширенияконфигурации регистрыбухгалтерии регистрынакопления регистрырасчета регистрысведений ' +\n  'регламентныезадания сериализаторxdto справочники средствагеопозиционирования средствакриптографии средствамультимедиа ' +\n  'средстваотображениярекламы средствапочты средствателефонии фабрикаxdto файловыепотоки фоновыезадания хранилищанастроек ' +\n  'хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков ' +\n  'хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек ';\n\n  // built_in : встроенные или библиотечные объекты (константы, классы, функции)\n  var BUILTIN =\n  v7_system_constants +\n  v7_global_context_methods + v8_global_context_methods +\n  v8_global_context_property;\n  \n  // v8 системные наборы значений ==> class\n  var v8_system_sets_of_values =\n  'webцвета windowsцвета windowsшрифты библиотекакартинок рамкистиля символы цветастиля шрифтыстиля ';\n\n  // v8 системные перечисления - интерфейсные ==> class\n  var v8_system_enums_interface =\n  'автоматическоесохранениеданныхформывнастройках автонумерациявформе автораздвижениесерий ' +\n  'анимациядиаграммы вариантвыравниванияэлементовизаголовков вариантуправлениявысотойтаблицы ' +\n  'вертикальнаяпрокруткаформы вертикальноеположение вертикальноеположениеэлемента видгруппыформы ' +\n  'виддекорацииформы виддополненияэлементаформы видизмененияданных видкнопкиформы видпереключателя ' +\n  'видподписейкдиаграмме видполяформы видфлажка влияниеразмеранапузырекдиаграммы горизонтальноеположение ' +\n  'горизонтальноеположениеэлемента группировкаколонок группировкаподчиненныхэлементовформы ' +\n  'группыиэлементы действиеперетаскивания дополнительныйрежимотображения допустимыедействияперетаскивания ' +\n  'интервалмеждуэлементамиформы использованиевывода использованиеполосыпрокрутки ' +\n  'используемоезначениеточкибиржевойдиаграммы историявыборапривводе источникзначенийоситочекдиаграммы ' +\n  'источникзначенияразмерапузырькадиаграммы категориягруппыкоманд максимумсерий начальноеотображениедерева ' +\n  'начальноеотображениесписка обновлениетекстаредактирования ориентациядендрограммы ориентациядиаграммы ' +\n  'ориентацияметокдиаграммы ориентацияметоксводнойдиаграммы ориентацияэлементаформы отображениевдиаграмме ' +\n  'отображениевлегендедиаграммы отображениегруппыкнопок отображениезаголовкашкалыдиаграммы ' +\n  'отображениезначенийсводнойдиаграммы отображениезначенияизмерительнойдиаграммы ' +\n  'отображениеинтерваладиаграммыганта отображениекнопки отображениекнопкивыбора отображениеобсужденийформы ' +\n  'отображениеобычнойгруппы отображениеотрицательныхзначенийпузырьковойдиаграммы отображениепанелипоиска ' +\n  'отображениеподсказки отображениепредупрежденияприредактировании отображениеразметкиполосырегулирования ' +\n  'отображениестраницформы отображениетаблицы отображениетекстазначениядиаграммыганта ' +\n  'отображениеуправленияобычнойгруппы отображениефигурыкнопки палитрацветовдиаграммы поведениеобычнойгруппы ' +\n  'поддержкамасштабадендрограммы поддержкамасштабадиаграммыганта поддержкамасштабасводнойдиаграммы ' +\n  'поисквтаблицепривводе положениезаголовкаэлементаформы положениекартинкикнопкиформы ' +\n  'положениекартинкиэлементаграфическойсхемы положениекоманднойпанелиформы положениекоманднойпанелиэлементаформы ' +\n  'положениеопорнойточкиотрисовки положениеподписейкдиаграмме положениеподписейшкалызначенийизмерительнойдиаграммы ' +\n  'положениесостоянияпросмотра положениестрокипоиска положениетекстасоединительнойлинии положениеуправленияпоиском ' +\n  'положениешкалывремени порядокотображенияточекгоризонтальнойгистограммы порядоксерийвлегендедиаграммы ' +\n  'размеркартинки расположениезаголовкашкалыдиаграммы растягиваниеповертикалидиаграммыганта ' +\n  'режимавтоотображениясостояния режимвводастроктаблицы режимвыборанезаполненного режимвыделениядаты ' +\n  'режимвыделениястрокитаблицы режимвыделениятаблицы режимизмененияразмера режимизменениясвязанногозначения ' +\n  'режимиспользованиядиалогапечати режимиспользованияпараметракоманды режиммасштабированияпросмотра ' +\n  'режимосновногоокнаклиентскогоприложения режимоткрытияокнаформы режимотображениявыделения ' +\n  'режимотображениягеографическойсхемы режимотображениязначенийсерии режимотрисовкисеткиграфическойсхемы ' +\n  'режимполупрозрачностидиаграммы режимпробеловдиаграммы режимразмещениянастранице режимредактированияколонки ' +\n  'режимсглаживаниядиаграммы режимсглаживанияиндикатора режимсписказадач сквозноевыравнивание ' +\n  'сохранениеданныхформывнастройках способзаполнениятекстазаголовкашкалыдиаграммы ' +\n  'способопределенияограничивающегозначениядиаграммы стандартнаягруппакоманд стандартноеоформление ' +\n  'статусоповещенияпользователя стильстрелки типаппроксимациилиниитрендадиаграммы типдиаграммы ' +\n  'типединицышкалывремени типимпортасерийслоягеографическойсхемы типлиниигеографическойсхемы типлиниидиаграммы ' +\n  'типмаркерагеографическойсхемы типмаркерадиаграммы типобластиоформления ' +\n  'типорганизацииисточникаданныхгеографическойсхемы типотображениясериислоягеографическойсхемы ' +\n  'типотображенияточечногообъектагеографическойсхемы типотображенияшкалыэлементалегендыгеографическойсхемы ' +\n  'типпоискаобъектовгеографическойсхемы типпроекциигеографическойсхемы типразмещенияизмерений ' +\n  'типразмещенияреквизитовизмерений типрамкиэлементауправления типсводнойдиаграммы ' +\n  'типсвязидиаграммыганта типсоединениязначенийпосериямдиаграммы типсоединенияточекдиаграммы ' +\n  'типсоединительнойлинии типстороныэлементаграфическойсхемы типформыотчета типшкалырадарнойдиаграммы ' +\n  'факторлиниитрендадиаграммы фигуракнопки фигурыграфическойсхемы фиксациявтаблице форматдняшкалывремени ' +\n  'форматкартинки ширинаподчиненныхэлементовформы ';\n\n  // v8 системные перечисления - свойства прикладных объектов ==> class\n  var v8_system_enums_objects_properties =\n  'виддвижениябухгалтерии виддвижениянакопления видпериодарегистрарасчета видсчета видточкимаршрутабизнеспроцесса ' +\n  'использованиеагрегатарегистранакопления использованиегруппиэлементов использованиережимапроведения ' +\n  'использованиесреза периодичностьагрегатарегистранакопления режимавтовремя режимзаписидокумента режимпроведениядокумента ';\n\n  // v8 системные перечисления - планы обмена ==> class\n  var v8_system_enums_exchange_plans =\n  'авторегистрацияизменений допустимыйномерсообщения отправкаэлементаданных получениеэлементаданных ';\n\n  // v8 системные перечисления - табличный документ ==> class\n  var v8_system_enums_tabular_document =\n  'использованиерасшифровкитабличногодокумента ориентациястраницы положениеитоговколоноксводнойтаблицы ' +\n  'положениеитоговстроксводнойтаблицы положениетекстаотносительнокартинки расположениезаголовкагруппировкитабличногодокумента ' +\n  'способчтениязначенийтабличногодокумента типдвустороннейпечати типзаполненияобластитабличногодокумента ' +\n  'типкурсоровтабличногодокумента типлиниирисункатабличногодокумента типлинииячейкитабличногодокумента ' +\n  'типнаправленияпереходатабличногодокумента типотображениявыделениятабличногодокумента типотображениялинийсводнойтаблицы ' +\n  'типразмещениятекстатабличногодокумента типрисункатабличногодокумента типсмещениятабличногодокумента ' +\n  'типузоратабличногодокумента типфайлатабличногодокумента точностьпечати чередованиерасположениястраниц ';\n\n  // v8 системные перечисления - планировщик ==> class\n  var v8_system_enums_sheduler =\n  'отображениевремениэлементовпланировщика ';\n\n  // v8 системные перечисления - форматированный документ ==> class\n  var v8_system_enums_formatted_document =\n  'типфайлаформатированногодокумента ';\n\n  // v8 системные перечисления - запрос ==> class\n  var v8_system_enums_query =\n  'обходрезультатазапроса типзаписизапроса ';\n\n  // v8 системные перечисления - построитель отчета ==> class\n  var v8_system_enums_report_builder =\n  'видзаполнениярасшифровкипостроителяотчета типдобавленияпредставлений типизмеренияпостроителяотчета типразмещенияитогов ';\n\n  // v8 системные перечисления - работа с файлами ==> class\n  var v8_system_enums_files =\n  'доступкфайлу режимдиалогавыборафайла режимоткрытияфайла ';\n\n  // v8 системные перечисления - построитель запроса ==> class\n  var v8_system_enums_query_builder =\n  'типизмеренияпостроителязапроса ';\n\n  // v8 системные перечисления - анализ данных ==> class\n  var v8_system_enums_data_analysis =\n  'видданныханализа методкластеризации типединицыинтервалавременианализаданных типзаполнениятаблицырезультатаанализаданных ' +\n  'типиспользованиячисловыхзначенийанализаданных типисточникаданныхпоискаассоциаций типколонкианализаданныхдереворешений ' +\n  'типколонкианализаданныхкластеризация типколонкианализаданныхобщаястатистика типколонкианализаданныхпоискассоциаций ' +\n  'типколонкианализаданныхпоискпоследовательностей типколонкимоделипрогноза типмерырасстоянияанализаданных ' +\n  'типотсеченияправилассоциации типполяанализаданных типстандартизациианализаданных типупорядочиванияправилассоциациианализаданных ' +\n  'типупорядочиванияшаблоновпоследовательностейанализаданных типупрощениядереварешений ';\n\n  // v8 системные перечисления - xml, json, xs, dom, xdto, web-сервисы ==> class\n  var v8_system_enums_xml_json_xs_dom_xdto_ws =\n  'wsнаправлениепараметра вариантxpathxs вариантзаписидатыjson вариантпростоготипаxs видгруппымоделиxs видфасетаxdto ' +\n  'действиепостроителяdom завершенностьпростоготипаxs завершенностьсоставноготипаxs завершенностьсхемыxs запрещенныеподстановкиxs ' +\n  'исключениягруппподстановкиxs категорияиспользованияатрибутаxs категорияограниченияидентичностиxs категорияограниченияпространствименxs ' +\n  'методнаследованияxs модельсодержимогоxs назначениетипаxml недопустимыеподстановкиxs обработкапробельныхсимволовxs обработкасодержимогоxs ' +\n  'ограничениезначенияxs параметрыотбораузловdom переносстрокjson позициявдокументеdom пробельныесимволыxml типатрибутаxml типзначенияjson ' +\n  'типканоническогоxml типкомпонентыxs типпроверкиxml типрезультатаdomxpath типузлаdom типузлаxml формаxml формапредставленияxs ' +\n  'форматдатыjson экранированиесимволовjson ';\n\n  // v8 системные перечисления - система компоновки данных ==> class\n  var v8_system_enums_data_composition_system =\n  'видсравнениякомпоновкиданных действиеобработкирасшифровкикомпоновкиданных направлениесортировкикомпоновкиданных ' +\n  'расположениевложенныхэлементоврезультатакомпоновкиданных расположениеитоговкомпоновкиданных расположениегруппировкикомпоновкиданных ' +\n  'расположениеполейгруппировкикомпоновкиданных расположениеполякомпоновкиданных расположениереквизитовкомпоновкиданных ' +\n  'расположениересурсовкомпоновкиданных типбухгалтерскогоостаткакомпоновкиданных типвыводатекстакомпоновкиданных ' +\n  'типгруппировкикомпоновкиданных типгруппыэлементовотборакомпоновкиданных типдополненияпериодакомпоновкиданных ' +\n  'типзаголовкаполейкомпоновкиданных типмакетагруппировкикомпоновкиданных типмакетаобластикомпоновкиданных типостаткакомпоновкиданных ' +\n  'типпериодакомпоновкиданных типразмещениятекстакомпоновкиданных типсвязинаборовданныхкомпоновкиданных типэлементарезультатакомпоновкиданных ' +\n  'расположениелегендыдиаграммыкомпоновкиданных типпримененияотборакомпоновкиданных режимотображенияэлементанастройкикомпоновкиданных ' +\n  'режимотображениянастроеккомпоновкиданных состояниеэлементанастройкикомпоновкиданных способвосстановлениянастроеккомпоновкиданных ' +\n  'режимкомпоновкирезультата использованиепараметракомпоновкиданных автопозицияресурсовкомпоновкиданных '+\n  'вариантиспользованиягруппировкикомпоновкиданных расположениересурсоввдиаграммекомпоновкиданных фиксациякомпоновкиданных ' +\n  'использованиеусловногооформлениякомпоновкиданных ';\n\n  // v8 системные перечисления - почта ==> class\n  var v8_system_enums_email =\n  'важностьинтернетпочтовогосообщения обработкатекстаинтернетпочтовогосообщения способкодированияинтернетпочтовоговложения ' +\n  'способкодированиянеasciiсимволовинтернетпочтовогосообщения типтекстапочтовогосообщения протоколинтернетпочты ' +\n  'статусразборапочтовогосообщения ';\n\n  // v8 системные перечисления - журнал регистрации ==> class\n  var v8_system_enums_logbook =\n  'режимтранзакциизаписижурналарегистрации статустранзакциизаписижурналарегистрации уровеньжурналарегистрации ';\n\n  // v8 системные перечисления - криптография ==> class\n  var v8_system_enums_cryptography =\n  'расположениехранилищасертификатовкриптографии режимвключениясертификатовкриптографии режимпроверкисертификатакриптографии ' +\n  'типхранилищасертификатовкриптографии ';\n\n  // v8 системные перечисления - ZIP ==> class\n  var v8_system_enums_zip =\n  'кодировкаименфайловвzipфайле методсжатияzip методшифрованияzip режимвосстановленияпутейфайловzip режимобработкиподкаталоговzip ' +\n  'режимсохраненияпутейzip уровеньсжатияzip ';\n\n  // v8 системные перечисления - \n  // Блокировка данных, Фоновые задания, Автоматизированное тестирование,\n  // Доставляемые уведомления, Встроенные покупки, Интернет, Работа с двоичными данными ==> class\n  var v8_system_enums_other =\n  'звуковоеоповещение направлениепереходакстроке позициявпотоке порядокбайтов режимблокировкиданных режимуправленияблокировкойданных ' +\n  'сервисвстроенныхпокупок состояниефоновогозадания типподписчикадоставляемыхуведомлений уровеньиспользованиязащищенногосоединенияftp ';\n\n  // v8 системные перечисления - схема запроса ==> class\n  var v8_system_enums_request_schema =\n  'направлениепорядкасхемызапроса типдополненияпериодамисхемызапроса типконтрольнойточкисхемызапроса типобъединениясхемызапроса ' +\n  'типпараметрадоступнойтаблицысхемызапроса типсоединениясхемызапроса ';\n\n  // v8 системные перечисления - свойства объектов метаданных ==> class\n  var v8_system_enums_properties_of_metadata_objects =\n  'httpметод автоиспользованиеобщегореквизита автопрефиксномеразадачи вариантвстроенногоязыка видиерархии видрегистранакопления ' +\n  'видтаблицывнешнегоисточникаданных записьдвиженийприпроведении заполнениепоследовательностей индексирование ' +\n  'использованиебазыпланавидоврасчета использованиебыстроговыбора использованиеобщегореквизита использованиеподчинения ' +\n  'использованиеполнотекстовогопоиска использованиеразделяемыхданныхобщегореквизита использованиереквизита ' +\n  'назначениеиспользованияприложения назначениерасширенияконфигурации направлениепередачи обновлениепредопределенныхданных ' +\n  'оперативноепроведение основноепредставлениевидарасчета основноепредставлениевидахарактеристики основноепредставлениезадачи ' +\n  'основноепредставлениепланаобмена основноепредставлениесправочника основноепредставлениесчета перемещениеграницыприпроведении ' +\n  'периодичностьномерабизнеспроцесса периодичностьномерадокумента периодичностьрегистрарасчета периодичностьрегистрасведений ' +\n  'повторноеиспользованиевозвращаемыхзначений полнотекстовыйпоискпривводепостроке принадлежностьобъекта проведение ' +\n  'разделениеаутентификацииобщегореквизита разделениеданныхобщегореквизита разделениерасширенийконфигурацииобщегореквизита '+\n  'режимавтонумерацииобъектов режимзаписирегистра режимиспользованиямодальности ' +\n  'режимиспользованиясинхронныхвызововрасширенийплатформыивнешнихкомпонент режимповторногоиспользованиясеансов ' +\n  'режимполученияданныхвыборапривводепостроке режимсовместимости режимсовместимостиинтерфейса ' +\n  'режимуправленияблокировкойданныхпоумолчанию сериикодовпланавидовхарактеристик сериикодовпланасчетов ' +\n  'сериикодовсправочника созданиепривводе способвыбора способпоискастрокипривводепостроке способредактирования ' +\n  'типданныхтаблицывнешнегоисточникаданных типкодапланавидоврасчета типкодасправочника типмакета типномерабизнеспроцесса ' +\n  'типномерадокумента типномеразадачи типформы удалениедвижений ';\n\n  // v8 системные перечисления - разные ==> class\n  var v8_system_enums_differents =\n  'важностьпроблемыприменениярасширенияконфигурации вариантинтерфейсаклиентскогоприложения вариантмасштабаформклиентскогоприложения ' +\n  'вариантосновногошрифтаклиентскогоприложения вариантстандартногопериода вариантстандартнойдатыначала видграницы видкартинки ' +\n  'видотображенияполнотекстовогопоиска видрамки видсравнения видцвета видчисловогозначения видшрифта допустимаядлина допустимыйзнак ' +\n  'использованиеbyteordermark использованиеметаданныхполнотекстовогопоиска источникрасширенийконфигурации клавиша кодвозвратадиалога ' +\n  'кодировкаxbase кодировкатекста направлениепоиска направлениесортировки обновлениепредопределенныхданных обновлениеприизмененииданных ' +\n  'отображениепанелиразделов проверказаполнения режимдиалогавопрос режимзапускаклиентскогоприложения режимокругления режимоткрытияформприложения ' +\n  'режимполнотекстовогопоиска скоростьклиентскогосоединения состояниевнешнегоисточникаданных состояниеобновленияконфигурациибазыданных ' +\n  'способвыборасертификатаwindows способкодированиястроки статуссообщения типвнешнейкомпоненты типплатформы типповеденияклавишиenter ' +\n  'типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты';\n\n  // class: встроенные наборы значений, системные перечисления (содержат дочерние значения, обращения к которым через разыменование)\n  var CLASS =\n  v8_system_sets_of_values +\n  v8_system_enums_interface +\n  v8_system_enums_objects_properties +\n  v8_system_enums_exchange_plans +\n  v8_system_enums_tabular_document +\n  v8_system_enums_sheduler +\n  v8_system_enums_formatted_document +\n  v8_system_enums_query +\n  v8_system_enums_report_builder +\n  v8_system_enums_files +\n  v8_system_enums_query_builder +\n  v8_system_enums_data_analysis +\n  v8_system_enums_xml_json_xs_dom_xdto_ws +\n  v8_system_enums_data_composition_system +\n  v8_system_enums_email +\n  v8_system_enums_logbook +\n  v8_system_enums_cryptography +\n  v8_system_enums_zip +\n  v8_system_enums_other +\n  v8_system_enums_request_schema +\n  v8_system_enums_properties_of_metadata_objects +\n  v8_system_enums_differents;\n\n  // v8 общие объекты (у объектов есть конструктор, экземпляры создаются методом НОВЫЙ) ==> type\n  var v8_shared_object =\n  'comобъект ftpсоединение httpзапрос httpсервисответ httpсоединение wsопределения wsпрокси xbase анализданных аннотацияxs ' +\n  'блокировкаданных буфердвоичныхданных включениеxs выражениекомпоновкиданных генераторслучайныхчисел географическаясхема ' +\n  'географическиекоординаты графическаясхема группамоделиxs данныерасшифровкикомпоновкиданных двоичныеданные дендрограмма ' +\n  'диаграмма диаграммаганта диалогвыборафайла диалогвыборацвета диалогвыборашрифта диалограсписаниярегламентногозадания ' +\n  'диалогредактированиястандартногопериода диапазон документdom документhtml документацияxs доставляемоеуведомление ' +\n  'записьdom записьfastinfoset записьhtml записьjson записьxml записьzipфайла записьданных записьтекста записьузловdom ' +\n  'запрос защищенноесоединениеopenssl значенияполейрасшифровкикомпоновкиданных извлечениетекста импортxs интернетпочта ' +\n  'интернетпочтовоесообщение интернетпочтовыйпрофиль интернетпрокси интернетсоединение информациядляприложенияxs ' +\n  'использованиеатрибутаxs использованиесобытияжурналарегистрации источникдоступныхнастроеккомпоновкиданных ' +\n  'итераторузловdom картинка квалификаторыдаты квалификаторыдвоичныхданных квалификаторыстроки квалификаторычисла ' +\n  'компоновщикмакетакомпоновкиданных компоновщикнастроеккомпоновкиданных конструктормакетаоформлениякомпоновкиданных ' +\n  'конструкторнастроеккомпоновкиданных конструкторформатнойстроки линия макеткомпоновкиданных макетобластикомпоновкиданных ' +\n  'макетоформлениякомпоновкиданных маскаxs менеджеркриптографии наборсхемxml настройкикомпоновкиданных настройкисериализацииjson ' +\n  'обработкакартинок обработкарасшифровкикомпоновкиданных обходдереваdom объявлениеатрибутаxs объявлениенотацииxs ' +\n  'объявлениеэлементаxs описаниеиспользованиясобытиядоступжурналарегистрации ' +\n  'описаниеиспользованиясобытияотказвдоступежурналарегистрации описаниеобработкирасшифровкикомпоновкиданных ' +\n  'описаниепередаваемогофайла описаниетипов определениегруппыатрибутовxs определениегруппымоделиxs ' +\n  'определениеограниченияидентичностиxs определениепростоготипаxs определениесоставноготипаxs определениетипадокументаdom ' +\n  'определенияxpathxs отборкомпоновкиданных пакетотображаемыхдокументов параметрвыбора параметркомпоновкиданных ' +\n  'параметрызаписиjson параметрызаписиxml параметрычтенияxml переопределениеxs планировщик полеанализаданных ' +\n  'полекомпоновкиданных построительdom построительзапроса построительотчета построительотчетаанализаданных ' +\n  'построительсхемxml поток потоквпамяти почта почтовоесообщение преобразованиеxsl преобразованиекканоническомуxml ' +\n  'процессорвыводарезультатакомпоновкиданныхвколлекциюзначений процессорвыводарезультатакомпоновкиданныхвтабличныйдокумент ' +\n  'процессоркомпоновкиданных разыменовательпространствименdom рамка расписаниерегламентногозадания расширенноеимяxml ' +\n  'результатчтенияданных своднаядиаграмма связьпараметравыбора связьпотипу связьпотипукомпоновкиданных сериализаторxdto ' +\n  'сертификатклиентаwindows сертификатклиентафайл сертификаткриптографии сертификатыудостоверяющихцентровwindows ' +\n  'сертификатыудостоверяющихцентровфайл сжатиеданных системнаяинформация сообщениепользователю сочетаниеклавиш ' +\n  'сравнениезначений стандартнаядатаначала стандартныйпериод схемаxml схемакомпоновкиданных табличныйдокумент ' +\n  'текстовыйдокумент тестируемоеприложение типданныхxml уникальныйидентификатор фабрикаxdto файл файловыйпоток ' +\n  'фасетдлиныxs фасетколичестваразрядовдробнойчастиxs фасетмаксимальноговключающегозначенияxs ' +\n  'фасетмаксимальногоисключающегозначенияxs фасетмаксимальнойдлиныxs фасетминимальноговключающегозначенияxs ' +\n  'фасетминимальногоисключающегозначенияxs фасетминимальнойдлиныxs фасетобразцаxs фасетобщегоколичестваразрядовxs ' +\n  'фасетперечисленияxs фасетпробельныхсимволовxs фильтрузловdom форматированнаястрока форматированныйдокумент ' +\n  'фрагментxs хешированиеданных хранилищезначения цвет чтениеfastinfoset чтениеhtml чтениеjson чтениеxml чтениеzipфайла ' +\n  'чтениеданных чтениетекста чтениеузловdom шрифт элементрезультатакомпоновкиданных ';\n\n  // v8 универсальные коллекции значений ==> type\n  var v8_universal_collection =\n  'comsafearray деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура ' +\n  'фиксированноесоответствие фиксированныймассив ';\n\n  // type : встроенные типы\n  var TYPE =\n  v8_shared_object +\n  v8_universal_collection;\n\n  // literal : примитивные типы\n  var LITERAL = 'null истина ложь неопределено';\n  \n  // number : числа\n  var NUMBERS = hljs.inherit(hljs.NUMBER_MODE);\n\n  // string : строки\n  var STRINGS = {\n    className: 'string',\n    begin: '\"|\\\\|', end: '\"|$',\n    contains: [{begin: '\"\"'}]\n  };\n\n  // number : даты\n  var DATE = {\n    begin: \"'\", end: \"'\", excludeBegin: true, excludeEnd: true,\n    contains: [\n      {\n        className: 'number',\n        begin: '\\\\d{4}([\\\\.\\\\\\\\/:-]?\\\\d{2}){0,5}'\n      }\n    ]\n  };\n  \n  // comment : комментарии\n  var COMMENTS = hljs.inherit(hljs.C_LINE_COMMENT_MODE);\n  \n  // meta : инструкции препроцессора, директивы компиляции\n  var META = {\n    className: 'meta',\n    lexemes: UNDERSCORE_IDENT_RE,\n    begin: '#|&', end: '$',\n    keywords: {'meta-keyword': KEYWORD + METAKEYWORD},\n    contains: [\n      COMMENTS\n    ]\n  };\n  \n  // symbol : метка goto\n  var SYMBOL = {\n    className: 'symbol',\n    begin: '~', end: ';|:', excludeEnd: true\n  };  \n  \n  // function : объявление процедур и функций\n  var FUNCTION = {\n    className: 'function',\n    lexemes: UNDERSCORE_IDENT_RE,\n    variants: [\n      {begin: 'процедура|функция', end: '\\\\)', keywords: 'процедура функция'},\n      {begin: 'конецпроцедуры|конецфункции', keywords: 'конецпроцедуры конецфункции'}\n    ],\n    contains: [\n      {\n        begin: '\\\\(', end: '\\\\)', endsParent : true,\n        contains: [\n          {\n            className: 'params',\n            lexemes: UNDERSCORE_IDENT_RE,\n            begin: UNDERSCORE_IDENT_RE, end: ',', excludeEnd: true, endsWithParent: true,\n            keywords: {\n              keyword: 'знач',\n              literal: LITERAL\n            },\n            contains: [\n              NUMBERS,\n              STRINGS,\n              DATE\n            ]\n          },\n          COMMENTS\n        ]\n      },\n      hljs.inherit(hljs.TITLE_MODE, {begin: UNDERSCORE_IDENT_RE})\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: {\n      keyword: KEYWORD,\n      built_in: BUILTIN,\n      class: CLASS,\n      type: TYPE,\n      literal: LITERAL\n    },\n    contains: [\n      META,\n      FUNCTION,\n      COMMENTS,\n      SYMBOL,\n      NUMBERS,\n      STRINGS,\n      DATE\n    ]  \n  }\n};","module.exports = function(hljs) {\n    var regexes = {\n        ruleDeclaration: \"^[a-zA-Z][a-zA-Z0-9-]*\",\n        unexpectedChars: \"[!@#$^&',?+~`|:]\"\n    };\n\n    var keywords = [\n        \"ALPHA\",\n        \"BIT\",\n        \"CHAR\",\n        \"CR\",\n        \"CRLF\",\n        \"CTL\",\n        \"DIGIT\",\n        \"DQUOTE\",\n        \"HEXDIG\",\n        \"HTAB\",\n        \"LF\",\n        \"LWSP\",\n        \"OCTET\",\n        \"SP\",\n        \"VCHAR\",\n        \"WSP\"\n    ];\n\n    var commentMode = hljs.COMMENT(\";\", \"$\");\n\n    var terminalBinaryMode = {\n        className: \"symbol\",\n        begin: /%b[0-1]+(-[0-1]+|(\\.[0-1]+)+){0,1}/\n    };\n\n    var terminalDecimalMode = {\n        className: \"symbol\",\n        begin: /%d[0-9]+(-[0-9]+|(\\.[0-9]+)+){0,1}/\n    };\n\n    var terminalHexadecimalMode = {\n        className: \"symbol\",\n        begin: /%x[0-9A-F]+(-[0-9A-F]+|(\\.[0-9A-F]+)+){0,1}/,\n    };\n\n    var caseSensitivityIndicatorMode = {\n        className: \"symbol\",\n        begin: /%[si]/\n    };\n\n    var ruleDeclarationMode = {\n        begin: regexes.ruleDeclaration + '\\\\s*=',\n        returnBegin: true,\n        end: /=/,\n        relevance: 0,\n        contains: [{className: \"attribute\", begin: regexes.ruleDeclaration}]\n    };\n\n    return {\n      illegal: regexes.unexpectedChars,\n      keywords: keywords.join(\" \"),\n      contains: [\n          ruleDeclarationMode,\n          commentMode,\n          terminalBinaryMode,\n          terminalDecimalMode,\n          terminalHexadecimalMode,\n          caseSensitivityIndicatorMode,\n          hljs.QUOTE_STRING_MODE,\n          hljs.NUMBER_MODE\n      ]\n    };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      // IP\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b'\n      },\n      // Other numbers\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d+\\\\b',\n        relevance: 0\n      },\n      // Requests\n      {\n        className: 'string',\n        begin: '\"(GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|PATCH|TRACE)', end: '\"',\n        keywords: 'GET POST HEAD PUT DELETE CONNECT OPTIONS PATCH TRACE',\n        illegal: '\\\\n',\n        relevance: 10\n      },\n      // Dates\n      {\n        className: 'string',\n        begin: /\\[/, end: /\\]/,\n        illegal: '\\\\n'\n      },\n      // Strings\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        illegal: '\\\\n'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*';\n  var IDENT_FUNC_RETURN_TYPE_RE = '([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)';\n\n  var AS3_REST_ARG_MODE = {\n    className: 'rest_arg',\n    begin: '[.]{3}', end: IDENT_RE,\n    relevance: 10\n  };\n\n  return {\n    aliases: ['as'],\n    keywords: {\n      keyword: 'as break case catch class const continue default delete do dynamic each ' +\n        'else extends final finally for function get if implements import in include ' +\n        'instanceof interface internal is namespace native new override package private ' +\n        'protected public return set static super switch this throw try typeof use var void ' +\n        'while with',\n      literal: 'true false null undefined'\n    },\n    contains: [\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'package', end: '{',\n        contains: [hljs.TITLE_MODE]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        contains: [\n          {\n            beginKeywords: 'extends implements'\n          },\n          hljs.TITLE_MODE\n        ]\n      },\n      {\n        className: 'meta',\n        beginKeywords: 'import include', end: ';',\n        keywords: {'meta-keyword': 'import include'}\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '[{;]', excludeEnd: true,\n        illegal: '\\\\S',\n        contains: [\n          hljs.TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)',\n            contains: [\n              hljs.APOS_STRING_MODE,\n              hljs.QUOTE_STRING_MODE,\n              hljs.C_LINE_COMMENT_MODE,\n              hljs.C_BLOCK_COMMENT_MODE,\n              AS3_REST_ARG_MODE\n            ]\n          },\n          {\n            begin: ':\\\\s*' + IDENT_FUNC_RETURN_TYPE_RE\n          }\n        ]\n      },\n      hljs.METHOD_GUARD\n    ],\n    illegal: /#/\n  };\n};","module.exports = // We try to support full Ada2012\n//\n// We highlight all appearances of types, keywords, literals (string, char, number, bool)\n// and titles (user defined function/procedure/package)\n// CSS classes are set accordingly\n//\n// Languages causing problems for language detection:\n// xml (broken by Foo : Bar type), elm (broken by Foo : Bar type), vbscript-html (broken by body keyword)\n// sql (ada default.txt has a lot of sql keywords)\n\nfunction(hljs) {\n    // Regular expression for Ada numeric literals.\n    // stolen form the VHDL highlighter\n\n    // Decimal literal:\n    var INTEGER_RE = '\\\\d(_|\\\\d)*';\n    var EXPONENT_RE = '[eE][-+]?' + INTEGER_RE;\n    var DECIMAL_LITERAL_RE = INTEGER_RE + '(\\\\.' + INTEGER_RE + ')?' + '(' + EXPONENT_RE + ')?';\n\n    // Based literal:\n    var BASED_INTEGER_RE = '\\\\w+';\n    var BASED_LITERAL_RE = INTEGER_RE + '#' + BASED_INTEGER_RE + '(\\\\.' + BASED_INTEGER_RE + ')?' + '#' + '(' + EXPONENT_RE + ')?';\n\n    var NUMBER_RE = '\\\\b(' + BASED_LITERAL_RE + '|' + DECIMAL_LITERAL_RE + ')';\n\n    // Identifier regex\n    var ID_REGEX = '[A-Za-z](_?[A-Za-z0-9.])*';\n\n    // bad chars, only allowed in literals\n    var BAD_CHARS = '[]{}%#\\'\\\"'\n\n    // Ada doesn't have block comments, only line comments\n    var COMMENTS = hljs.COMMENT('--', '$');\n\n    // variable declarations of the form\n    // Foo : Bar := Baz;\n    // where only Bar will be highlighted\n    var VAR_DECLS = {\n        // TODO: These spaces are not required by the Ada syntax\n        // however, I have yet to see handwritten Ada code where\n        // someone does not put spaces around :\n        begin: '\\\\s+:\\\\s+', end: '\\\\s*(:=|;|\\\\)|=>|$)',\n        // endsWithParent: true,\n        // returnBegin: true,\n        illegal: BAD_CHARS,\n        contains: [\n            {\n                // workaround to avoid highlighting\n                // named loops and declare blocks\n                beginKeywords: 'loop for declare others',\n                endsParent: true,\n            },\n            {\n                // properly highlight all modifiers\n                className: 'keyword',\n                beginKeywords: 'not null constant access function procedure in out aliased exception'\n            },\n            {\n                className: 'type',\n                begin: ID_REGEX,\n                endsParent: true,\n                relevance: 0,\n            }\n        ]\n    };\n\n    return {\n        case_insensitive: true,\n        keywords: {\n            keyword:\n                'abort else new return abs elsif not reverse abstract end ' +\n                'accept entry select access exception of separate aliased exit or some ' +\n                'all others subtype and for out synchronized array function overriding ' +\n                'at tagged generic package task begin goto pragma terminate ' +\n                'body private then if procedure type case in protected constant interface ' +\n                'is raise use declare range delay limited record when delta loop rem while ' +\n                'digits renames with do mod requeue xor',\n            literal:\n                'True False',\n        },\n        contains: [\n            COMMENTS,\n            // strings \"foobar\"\n            {\n                className: 'string',\n                begin: /\"/, end: /\"/,\n                contains: [{begin: /\"\"/, relevance: 0}]\n            },\n            // characters ''\n            {\n                // character literals always contain one char\n                className: 'string',\n                begin: /'.'/\n            },\n            {\n                // number literals\n                className: 'number',\n                begin: NUMBER_RE,\n                relevance: 0\n            },\n            {\n                // Attributes\n                className: 'symbol',\n                begin: \"'\" + ID_REGEX,\n            },\n            {\n                // package definition, maybe inside generic\n                className: 'title',\n                begin: '(\\\\bwith\\\\s+)?(\\\\bprivate\\\\s+)?\\\\bpackage\\\\s+(\\\\bbody\\\\s+)?', end: '(is|$)',\n                keywords: 'package body',\n                excludeBegin: true,\n                excludeEnd: true,\n                illegal: BAD_CHARS\n            },\n            {\n                // function/procedure declaration/definition\n                // maybe inside generic\n                begin: '(\\\\b(with|overriding)\\\\s+)?\\\\b(function|procedure)\\\\s+', end: '(\\\\bis|\\\\bwith|\\\\brenames|\\\\)\\\\s*;)',\n                keywords: 'overriding function procedure with is renames return',\n                // we need to re-match the 'function' keyword, so that\n                // the title mode below matches only exactly once\n                returnBegin: true,\n                contains:\n                [\n                    COMMENTS,\n                    {\n                        // name of the function/procedure\n                        className: 'title',\n                        begin: '(\\\\bwith\\\\s+)?\\\\b(function|procedure)\\\\s+',\n                        end: '(\\\\(|\\\\s+|$)',\n                        excludeBegin: true,\n                        excludeEnd: true,\n                        illegal: BAD_CHARS\n                    },\n                    // 'self'\n                    // // parameter types\n                    VAR_DECLS,\n                    {\n                        // return type\n                        className: 'type',\n                        begin: '\\\\breturn\\\\s+', end: '(\\\\s+|;|$)',\n                        keywords: 'return',\n                        excludeBegin: true,\n                        excludeEnd: true,\n                        // we are done with functions\n                        endsParent: true,\n                        illegal: BAD_CHARS\n\n                    },\n                ]\n            },\n            {\n                // new type declarations\n                // maybe inside generic\n                className: 'type',\n                begin: '\\\\b(sub)?type\\\\s+', end: '\\\\s+',\n                keywords: 'type',\n                excludeBegin: true,\n                illegal: BAD_CHARS\n            },\n\n            // see comment above the definition\n            VAR_DECLS,\n\n            // no markup\n            // relevance boosters for small snippets\n            // {begin: '\\\\s*=>\\\\s*'},\n            // {begin: '\\\\s*:=\\\\s*'},\n            // {begin: '\\\\s+:=\\\\s+'},\n        ]\n    };\n};","module.exports = function(hljs) {\n  var builtInTypeMode = {\n    className: 'built_in',\n    begin: '\\\\b(void|bool|int|int8|int16|int32|int64|uint|uint8|uint16|uint32|uint64|string|ref|array|double|float|auto|dictionary)'\n  };\n\n  var objectHandleMode = {\n    className: 'symbol',\n    begin: '[a-zA-Z0-9_]+@'\n  };\n\n  var genericMode = {\n    className: 'keyword',\n    begin: '<', end: '>',\n    contains: [ builtInTypeMode, objectHandleMode ]\n  };\n\n  builtInTypeMode.contains = [ genericMode ];\n  objectHandleMode.contains = [ genericMode ];\n\n  return {\n    aliases: [ 'asc' ],\n\n    keywords:\n      'for in|0 break continue while do|0 return if else case switch namespace is cast ' +\n      'or and xor not get|0 in inout|10 out override set|0 private public const default|0 ' +\n      'final shared external mixin|10 enum typedef funcdef this super import from interface ' +\n      'abstract|0 try catch protected explicit',\n\n    // avoid close detection with C# and JS\n    illegal: '(^using\\\\s+[A-Za-z0-9_\\\\.]+;$|\\\\bfunction\\s*[^\\\\(])',\n\n    contains: [\n      { // 'strings'\n        className: 'string',\n        begin: '\\'', end: '\\'',\n        illegal: '\\\\n',\n        contains: [ hljs.BACKSLASH_ESCAPE ],\n        relevance: 0\n      },\n\n      { // \"strings\"\n        className: 'string',\n        begin: '\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [ hljs.BACKSLASH_ESCAPE ],\n        relevance: 0\n      },\n\n      // \"\"\"heredoc strings\"\"\"\n      {\n        className: 'string',\n        begin: '\"\"\"', end: '\"\"\"'\n      },\n\n      hljs.C_LINE_COMMENT_MODE, // single-line comments\n      hljs.C_BLOCK_COMMENT_MODE, // comment blocks\n\n      { // interface or namespace declaration\n        beginKeywords: 'interface namespace', end: '{',\n        illegal: '[;.\\\\-]',\n        contains: [\n          { // interface or namespace name\n            className: 'symbol',\n            begin: '[a-zA-Z0-9_]+'\n          }\n        ]\n      },\n\n      { // class declaration\n        beginKeywords: 'class', end: '{',\n        illegal: '[;.\\\\-]',\n        contains: [\n          { // class name\n            className: 'symbol',\n            begin: '[a-zA-Z0-9_]+',\n            contains: [\n              {\n                begin: '[:,]\\\\s*',\n                contains: [\n                  {\n                    className: 'symbol',\n                    begin: '[a-zA-Z0-9_]+'\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      },\n\n      builtInTypeMode, // built-in types\n      objectHandleMode, // object handles\n\n      { // literals\n        className: 'literal',\n        begin: '\\\\b(null|true|false)'\n      },\n\n      { // numbers\n        className: 'number',\n        begin: '(-?)(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?f?|\\\\.\\\\d+f?)([eE][-+]?\\\\d+f?)?)'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var NUMBER = {className: 'number', begin: '[\\\\$%]\\\\d+'};\n  return {\n    aliases: ['apacheconf'],\n    case_insensitive: true,\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {className: 'section', begin: '</?', end: '>'},\n      {\n        className: 'attribute',\n        begin: /\\w+/,\n        relevance: 0,\n        // keywords aren’t needed for highlighting per se, they only boost relevance\n        // for a very generally defined mode (starts with a word, ends with line-end\n        keywords: {\n          nomarkup:\n            'order deny allow setenv rewriterule rewriteengine rewritecond documentroot ' +\n            'sethandler errordocument loadmodule options header listen serverroot ' +\n            'servername'\n        },\n        starts: {\n          end: /$/,\n          relevance: 0,\n          keywords: {\n            literal: 'on off all'\n          },\n          contains: [\n            {\n              className: 'meta',\n              begin: '\\\\s\\\\[', end: '\\\\]$'\n            },\n            {\n              className: 'variable',\n              begin: '[\\\\$%]\\\\{', end: '\\\\}',\n              contains: ['self', NUMBER]\n            },\n            NUMBER,\n            hljs.QUOTE_STRING_MODE\n          ]\n        }\n      }\n    ],\n    illegal: /\\S/\n  };\n};","module.exports = function(hljs) {\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: ''});\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)',\n    contains: ['self', hljs.C_NUMBER_MODE, STRING]\n  };\n  var COMMENT_MODE_1 = hljs.COMMENT('--', '$');\n  var COMMENT_MODE_2 = hljs.COMMENT(\n    '\\\\(\\\\*',\n    '\\\\*\\\\)',\n    {\n      contains: ['self', COMMENT_MODE_1] //allow nesting\n    }\n  );\n  var COMMENTS = [\n    COMMENT_MODE_1,\n    COMMENT_MODE_2,\n    hljs.HASH_COMMENT_MODE\n  ];\n\n  return {\n    aliases: ['osascript'],\n    keywords: {\n      keyword:\n        'about above after against and around as at back before beginning ' +\n        'behind below beneath beside between but by considering ' +\n        'contain contains continue copy div does eighth else end equal ' +\n        'equals error every exit fifth first for fourth from front ' +\n        'get given global if ignoring in into is it its last local me ' +\n        'middle mod my ninth not of on onto or over prop property put ref ' +\n        'reference repeat returning script second set seventh since ' +\n        'sixth some tell tenth that the|0 then third through thru ' +\n        'timeout times to transaction try until where while whose with ' +\n        'without',\n      literal:\n        'AppleScript false linefeed return pi quote result space tab true',\n      built_in:\n        'alias application boolean class constant date file integer list ' +\n        'number real record string text ' +\n        'activate beep count delay launch log offset read round ' +\n        'run say summarize write ' +\n        'character characters contents day frontmost id item length ' +\n        'month name paragraph paragraphs rest reverse running time version ' +\n        'weekday word words year'\n    },\n    contains: [\n      STRING,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'built_in',\n        begin:\n          '\\\\b(clipboard info|the clipboard|info for|list (disks|folder)|' +\n          'mount volume|path to|(close|open for) access|(get|set) eof|' +\n          'current date|do shell script|get volume settings|random number|' +\n          'set volume|system attribute|system info|time to GMT|' +\n          '(load|run|store) script|scripting components|' +\n          'ASCII (character|number)|localized string|' +\n          'choose (application|color|file|file name|' +\n          'folder|from list|remote application|URL)|' +\n          'display (alert|dialog))\\\\b|^\\\\s*return\\\\b'\n      },\n      {\n        className: 'literal',\n        begin:\n          '\\\\b(text item delimiters|current application|missing value)\\\\b'\n      },\n      {\n        className: 'keyword',\n        begin:\n          '\\\\b(apart from|aside from|instead of|out of|greater than|' +\n          \"isn't|(doesn't|does not) (equal|come before|come after|contain)|\" +\n          '(greater|less) than( or equal)?|(starts?|ends|begins?) with|' +\n          'contained by|comes (before|after)|a (ref|reference)|POSIX file|' +\n          'POSIX path|(date|time) string|quoted form)\\\\b'\n      },\n      {\n        beginKeywords: 'on',\n        illegal: '[${=;\\\\n]',\n        contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS]\n      }\n    ].concat(COMMENTS),\n    illegal: '//|->|=>|\\\\[\\\\['\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[A-Za-z_][0-9A-Za-z_]*';\n  var KEYWORDS = {\n    keyword:\n      'if for while var new function do return void else break',\n    literal:\n      'true false null undefined NaN Infinity PI BackSlash DoubleQuote ForwardSlash NewLine SingleQuote Tab',\n    built_in:\n      'Abs Acos Area AreaGeodetic Asin Atan Atan2 Average Boolean Buffer BufferGeodetic ' +\n      'Ceil Centroid Clip Console Constrain Contains Cos Count Crosses Cut Date DateAdd ' +\n      'DateDiff Day Decode DefaultValue Dictionary Difference Disjoint Distance Distinct ' +\n      'DomainCode DomainName Equals Exp Extent Feature FeatureSet FeatureSetById FeatureSetByTitle ' +\n      'FeatureSetByUrl Filter First Floor Geometry Guid HasKey Hour IIf IndexOf Intersection ' +\n      'Intersects IsEmpty Length LengthGeodetic Log Max Mean Millisecond Min Minute Month ' +\n      'MultiPartToSinglePart Multipoint NextSequenceValue Now Number OrderBy Overlaps Point Polygon ' +\n      'Polyline Pow Random Relate Reverse Round Second SetGeometry Sin Sort Sqrt Stdev Sum ' +\n      'SymmetricDifference Tan Text Timestamp Today ToLocal Top Touches ToUTC TypeOf Union Variance ' +\n      'Weekday When Within Year '\n  };\n  var EXPRESSIONS;\n  var SYMBOL = {\n    className: 'symbol',\n    begin: '\\\\$[feature|layer|map|value|view]+'\n  };\n  var NUMBER = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(0[bB][01]+)' },\n      { begin: '\\\\b(0[oO][0-7]+)' },\n      { begin: hljs.C_NUMBER_RE }\n    ],\n    relevance: 0\n  };\n  var SUBST = {\n    className: 'subst',\n    begin: '\\\\$\\\\{', end: '\\\\}',\n    keywords: KEYWORDS,\n    contains: []  // defined later\n  };\n  var TEMPLATE_STRING = {\n    className: 'string',\n    begin: '`', end: '`',\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      SUBST\n    ]\n  };\n  SUBST.contains = [\n    hljs.APOS_STRING_MODE,\n    hljs.QUOTE_STRING_MODE,\n    TEMPLATE_STRING,\n    NUMBER,\n    hljs.REGEXP_MODE\n  ];\n  var PARAMS_CONTAINS = SUBST.contains.concat([\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.C_LINE_COMMENT_MODE\n  ]);\n\n  return {\n    aliases: ['arcade'],\n    keywords: KEYWORDS,\n    contains: [\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      TEMPLATE_STRING,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      SYMBOL,\n      NUMBER,\n      { // object attr container\n        begin: /[{,]\\s*/, relevance: 0,\n        contains: [\n          {\n            begin: IDENT_RE + '\\\\s*:', returnBegin: true,\n            relevance: 0,\n            contains: [{className: 'attr', begin: IDENT_RE, relevance: 0}]\n          }\n        ]\n      },\n      { // \"value\" container\n        begin: '(' + hljs.RE_STARTERS_RE + '|\\\\b(return)\\\\b)\\\\s*',\n        keywords: 'return',\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.REGEXP_MODE,\n          {\n            className: 'function',\n            begin: '(\\\\(.*?\\\\)|' + IDENT_RE + ')\\\\s*=>', returnBegin: true,\n            end: '\\\\s*=>',\n            contains: [\n              {\n                className: 'params',\n                variants: [\n                  {\n                    begin: IDENT_RE\n                  },\n                  {\n                    begin: /\\(\\s*\\)/,\n                  },\n                  {\n                    begin: /\\(/, end: /\\)/,\n                    excludeBegin: true, excludeEnd: true,\n                    keywords: KEYWORDS,\n                    contains: PARAMS_CONTAINS\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /\\{/, excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: IDENT_RE}),\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            excludeBegin: true,\n            excludeEnd: true,\n            contains: PARAMS_CONTAINS\n          }\n        ],\n        illegal: /\\[|%/\n      },\n      {\n        begin: /\\$[(.]/\n      }\n    ],\n    illegal: /#(?!!)/\n  };\n};","module.exports = function(hljs) {\n  var CPP = hljs.getLanguage('cpp').exports;\n\treturn {\n    keywords: {\n      keyword:\n        'boolean byte word string String array ' + CPP.keywords.keyword,\n      built_in:\n        'setup loop while catch for if do goto try switch case else ' +\n        'default break continue return ' +\n        'KeyboardController MouseController SoftwareSerial ' +\n        'EthernetServer EthernetClient LiquidCrystal ' +\n        'RobotControl GSMVoiceCall EthernetUDP EsploraTFT ' +\n        'HttpClient RobotMotor WiFiClient GSMScanner ' +\n        'FileSystem Scheduler GSMServer YunClient YunServer ' +\n        'IPAddress GSMClient GSMModem Keyboard Ethernet ' +\n        'Console GSMBand Esplora Stepper Process ' +\n        'WiFiUDP GSM_SMS Mailbox USBHost Firmata PImage ' +\n        'Client Server GSMPIN FileIO Bridge Serial ' +\n        'EEPROM Stream Mouse Audio Servo File Task ' +\n        'GPRS WiFi Wire TFT GSM SPI SD ' +\n        'runShellCommandAsynchronously analogWriteResolution ' +\n        'retrieveCallingNumber printFirmwareVersion ' +\n        'analogReadResolution sendDigitalPortPair ' +\n        'noListenOnLocalhost readJoystickButton setFirmwareVersion ' +\n        'readJoystickSwitch scrollDisplayRight getVoiceCallStatus ' +\n        'scrollDisplayLeft writeMicroseconds delayMicroseconds ' +\n        'beginTransmission getSignalStrength runAsynchronously ' +\n        'getAsynchronously listenOnLocalhost getCurrentCarrier ' +\n        'readAccelerometer messageAvailable sendDigitalPorts ' +\n        'lineFollowConfig countryNameWrite runShellCommand ' +\n        'readStringUntil rewindDirectory readTemperature ' +\n        'setClockDivider readLightSensor endTransmission ' +\n        'analogReference detachInterrupt countryNameRead ' +\n        'attachInterrupt encryptionType readBytesUntil ' +\n        'robotNameWrite readMicrophone robotNameRead cityNameWrite ' +\n        'userNameWrite readJoystickY readJoystickX mouseReleased ' +\n        'openNextFile scanNetworks noInterrupts digitalWrite ' +\n        'beginSpeaker mousePressed isActionDone mouseDragged ' +\n        'displayLogos noAutoscroll addParameter remoteNumber ' +\n        'getModifiers keyboardRead userNameRead waitContinue ' +\n        'processInput parseCommand printVersion readNetworks ' +\n        'writeMessage blinkVersion cityNameRead readMessage ' +\n        'setDataMode parsePacket isListening setBitOrder ' +\n        'beginPacket isDirectory motorsWrite drawCompass ' +\n        'digitalRead clearScreen serialEvent rightToLeft ' +\n        'setTextSize leftToRight requestFrom keyReleased ' +\n        'compassRead analogWrite interrupts WiFiServer ' +\n        'disconnect playMelody parseFloat autoscroll ' +\n        'getPINUsed setPINUsed setTimeout sendAnalog ' +\n        'readSlider analogRead beginWrite createChar ' +\n        'motorsStop keyPressed tempoWrite readButton ' +\n        'subnetMask debugPrint macAddress writeGreen ' +\n        'randomSeed attachGPRS readString sendString ' +\n        'remotePort releaseAll mouseMoved background ' +\n        'getXChange getYChange answerCall getResult ' +\n        'voiceCall endPacket constrain getSocket writeJSON ' +\n        'getButton available connected findUntil readBytes ' +\n        'exitValue readGreen writeBlue startLoop IPAddress ' +\n        'isPressed sendSysex pauseMode gatewayIP setCursor ' +\n        'getOemKey tuneWrite noDisplay loadImage switchPIN ' +\n        'onRequest onReceive changePIN playFile noBuffer ' +\n        'parseInt overflow checkPIN knobRead beginTFT ' +\n        'bitClear updateIR bitWrite position writeRGB ' +\n        'highByte writeRed setSpeed readBlue noStroke ' +\n        'remoteIP transfer shutdown hangCall beginSMS ' +\n        'endWrite attached maintain noCursor checkReg ' +\n        'checkPUK shiftOut isValid shiftIn pulseIn ' +\n        'connect println localIP pinMode getIMEI ' +\n        'display noBlink process getBand running beginSD ' +\n        'drawBMP lowByte setBand release bitRead prepare ' +\n        'pointTo readRed setMode noFill remove listen ' +\n        'stroke detach attach noTone exists buffer ' +\n        'height bitSet circle config cursor random ' +\n        'IRread setDNS endSMS getKey micros ' +\n        'millis begin print write ready flush width ' +\n        'isPIN blink clear press mkdir rmdir close ' +\n        'point yield image BSSID click delay ' +\n        'read text move peek beep rect line open ' +\n        'seek fill size turn stop home find ' +\n        'step tone sqrt RSSI SSID ' +\n        'end bit tan cos sin pow map abs max ' +\n        'min get run put',\n      literal:\n        'DIGITAL_MESSAGE FIRMATA_STRING ANALOG_MESSAGE ' +\n        'REPORT_DIGITAL REPORT_ANALOG INPUT_PULLUP ' +\n        'SET_PIN_MODE INTERNAL2V56 SYSTEM_RESET LED_BUILTIN ' +\n        'INTERNAL1V1 SYSEX_START INTERNAL EXTERNAL ' +\n        'DEFAULT OUTPUT INPUT HIGH LOW'\n    },\n    contains: [\n      CPP.preprocessor,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n    //local labels: %?[FB]?[AT]?\\d{1,2}\\w+\n  return {\n    case_insensitive: true,\n    aliases: ['arm'],\n    lexemes: '\\\\.?' + hljs.IDENT_RE,\n    keywords: {\n      meta:\n        //GNU preprocs\n        '.2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg '+\n        //ARM directives\n        'ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND ',\n      built_in:\n        'r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 '+ //standard registers\n        'pc lr sp ip sl sb fp '+ //typical regs plus backward compatibility\n        'a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 '+ //more regs and fp\n        'p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 '+ //coprocessor regs\n        'c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 '+ //more coproc\n        'q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 '+ //advanced SIMD NEON regs\n\n        //program status registers\n        'cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf '+\n        'spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf '+\n\n        //NEON and VFP registers\n        's0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 '+\n        's16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 '+\n        'd0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 '+\n        'd16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 ' +\n\n        '{PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @'\n    },\n    contains: [\n      {\n        className: 'keyword',\n        begin: '\\\\b('+     //mnemonics\n            'adc|'+\n            '(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|'+\n            'and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|'+\n            'bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|'+\n            'setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|'+\n            'ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|'+\n            'mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|'+\n            'mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|'+\n            'mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|'+\n            'rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|'+\n            'stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|'+\n            '[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|'+\n            'wfe|wfi|yield'+\n        ')'+\n        '(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?'+ //condition codes\n        '[sptrx]?' ,                                             //legal postfixes\n        end: '\\\\s'\n      },\n      hljs.COMMENT('[;@]', '$', {relevance: 0}),\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\'',\n        end: '[^\\\\\\\\]\\'',\n        relevance: 0\n      },\n      {\n        className: 'title',\n        begin: '\\\\|', end: '\\\\|',\n        illegal: '\\\\n',\n        relevance: 0\n      },\n      {\n        className: 'number',\n        variants: [\n            {begin: '[#$=]?0x[0-9a-f]+'}, //hex\n            {begin: '[#$=]?0b[01]+'},     //bin\n            {begin: '[#$=]\\\\d+'},        //literal\n            {begin: '\\\\b\\\\d+'}           //bare number\n        ],\n        relevance: 0\n      },\n      {\n        className: 'symbol',\n        variants: [\n            {begin: '^[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+'}, //ARM syntax\n            {begin: '^\\\\s*[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+:'}, //GNU ARM syntax\n            {begin: '[=#]\\\\w+' }  //label reference\n        ],\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['adoc'],\n    contains: [\n      // block comment\n      hljs.COMMENT(\n        '^/{4,}\\\\n',\n        '\\\\n/{4,}$',\n        // can also be done as...\n        //'^/{4,}$',\n        //'^/{4,}$',\n        {\n          relevance: 10\n        }\n      ),\n      // line comment\n      hljs.COMMENT(\n        '^//',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      // title\n      {\n        className: 'title',\n        begin: '^\\\\.\\\\w.*$'\n      },\n      // example, admonition & sidebar blocks\n      {\n        begin: '^[=\\\\*]{4,}\\\\n',\n        end: '\\\\n^[=\\\\*]{4,}$',\n        relevance: 10\n      },\n      // headings\n      {\n        className: 'section',\n        relevance: 10,\n        variants: [\n          {begin: '^(={1,5}) .+?( \\\\1)?$'},\n          {begin: '^[^\\\\[\\\\]\\\\n]+?\\\\n[=\\\\-~\\\\^\\\\+]{2,}$'},\n        ]\n      },\n      // document attributes\n      {\n        className: 'meta',\n        begin: '^:.+?:',\n        end: '\\\\s',\n        excludeEnd: true,\n        relevance: 10\n      },\n      // block attributes\n      {\n        className: 'meta',\n        begin: '^\\\\[.+?\\\\]$',\n        relevance: 0\n      },\n      // quoteblocks\n      {\n        className: 'quote',\n        begin: '^_{4,}\\\\n',\n        end: '\\\\n_{4,}$',\n        relevance: 10\n      },\n      // listing and literal blocks\n      {\n        className: 'code',\n        begin: '^[\\\\-\\\\.]{4,}\\\\n',\n        end: '\\\\n[\\\\-\\\\.]{4,}$',\n        relevance: 10\n      },\n      // passthrough blocks\n      {\n        begin: '^\\\\+{4,}\\\\n',\n        end: '\\\\n\\\\+{4,}$',\n        contains: [\n          {\n            begin: '<', end: '>',\n            subLanguage: 'xml',\n            relevance: 0\n          }\n        ],\n        relevance: 10\n      },\n      // lists (can only capture indicators)\n      {\n        className: 'bullet',\n        begin: '^(\\\\*+|\\\\-+|\\\\.+|[^\\\\n]+?::)\\\\s+'\n      },\n      // admonition\n      {\n        className: 'symbol',\n        begin: '^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\\\s+',\n        relevance: 10\n      },\n      // inline strong\n      {\n        className: 'strong',\n        // must not follow a word character or be followed by an asterisk or space\n        begin: '\\\\B\\\\*(?![\\\\*\\\\s])',\n        end: '(\\\\n{2}|\\\\*)',\n        // allow escaped asterisk followed by word char\n        contains: [\n          {\n            begin: '\\\\\\\\*\\\\w',\n            relevance: 0\n          }\n        ]\n      },\n      // inline emphasis\n      {\n        className: 'emphasis',\n        // must not follow a word character or be followed by a single quote or space\n        begin: '\\\\B\\'(?![\\'\\\\s])',\n        end: '(\\\\n{2}|\\')',\n        // allow escaped single quote followed by word char\n        contains: [\n          {\n            begin: '\\\\\\\\\\'\\\\w',\n            relevance: 0\n          }\n        ],\n        relevance: 0\n      },\n      // inline emphasis (alt)\n      {\n        className: 'emphasis',\n        // must not follow a word character or be followed by an underline or space\n        begin: '_(?![_\\\\s])',\n        end: '(\\\\n{2}|_)',\n        relevance: 0\n      },\n      // inline smart quotes\n      {\n        className: 'string',\n        variants: [\n          {begin: \"``.+?''\"},\n          {begin: \"`.+?'\"}\n        ]\n      },\n      // inline code snippets (TODO should get same treatment as strong and emphasis)\n      {\n        className: 'code',\n        begin: '(`.+?`|\\\\+.+?\\\\+)',\n        relevance: 0\n      },\n      // indented literal block\n      {\n        className: 'code',\n        begin: '^[ \\\\t]',\n        end: '$',\n        relevance: 0\n      },\n      // horizontal rules\n      {\n        begin: '^\\'{3,}[ \\\\t]*$',\n        relevance: 10\n      },\n      // images and links\n      {\n        begin: '(link:)?(http|https|ftp|file|irc|image:?):\\\\S+\\\\[.*?\\\\]',\n        returnBegin: true,\n        contains: [\n          {\n            begin: '(link|image:?):',\n            relevance: 0\n          },\n          {\n            className: 'link',\n            begin: '\\\\w',\n            end: '[^\\\\[]+',\n            relevance: 0\n          },\n          {\n            className: 'string',\n            begin: '\\\\[',\n            end: '\\\\]',\n            excludeBegin: true,\n            excludeEnd: true,\n            relevance: 0\n          }\n        ],\n        relevance: 10\n      }\n    ]\n  };\n};","module.exports = function (hljs) {\n  var KEYWORDS =\n    'false synchronized int abstract float private char boolean static null if const ' +\n    'for true while long throw strictfp finally protected import native final return void ' +\n    'enum else extends implements break transient new catch instanceof byte super volatile case ' +\n    'assert short package default double public try this switch continue throws privileged ' +\n    'aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization ' +\n    'staticinitialization withincode target within execution getWithinTypeName handler ' +\n    'thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents '+\n    'warning error soft precedence thisAspectInstance';\n  var SHORTKEYS = 'get set args call';\n  return {\n    keywords : KEYWORDS,\n    illegal : /<\\/|#/,\n    contains : [\n      hljs.COMMENT(\n        '/\\\\*\\\\*',\n        '\\\\*/',\n        {\n          relevance : 0,\n          contains : [\n            {\n              // eat up @'s in emails to prevent them to be recognized as doctags\n              begin: /\\w+@/, relevance: 0\n            },\n            {\n              className : 'doctag',\n              begin : '@[A-Za-z]+'\n            }\n          ]\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className : 'class',\n        beginKeywords : 'aspect',\n        end : /[{;=]/,\n        excludeEnd : true,\n        illegal : /[:;\"\\[\\]]/,\n        contains : [\n          {\n            beginKeywords : 'extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton'\n          },\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            begin : /\\([^\\)]*/,\n            end : /[)]+/,\n            keywords : KEYWORDS + ' ' + SHORTKEYS,\n            excludeEnd : false\n          }\n        ]\n      },\n      {\n        className : 'class',\n        beginKeywords : 'class interface',\n        end : /[{;=]/,\n        excludeEnd : true,\n        relevance: 0,\n        keywords : 'class interface',\n        illegal : /[:\"\\[\\]]/,\n        contains : [\n          {beginKeywords : 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        // AspectJ Constructs\n        beginKeywords : 'pointcut after before around throwing returning',\n        end : /[)]/,\n        excludeEnd : false,\n        illegal : /[\"\\[\\]]/,\n        contains : [\n          {\n            begin : hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(',\n            returnBegin : true,\n            contains : [hljs.UNDERSCORE_TITLE_MODE]\n          }\n        ]\n      },\n      {\n        begin : /[:]/,\n        returnBegin : true,\n        end : /[{;]/,\n        relevance: 0,\n        excludeEnd : false,\n        keywords : KEYWORDS,\n        illegal : /[\"\\[\\]]/,\n        contains : [\n          {\n            begin : hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(',\n            keywords : KEYWORDS + ' ' + SHORTKEYS,\n            relevance: 0\n          },\n          hljs.QUOTE_STRING_MODE\n        ]\n      },\n      {\n        // this prevents 'new Name(...), or throw ...' from being recognized as a function definition\n        beginKeywords : 'new throw',\n        relevance : 0\n      },\n      {\n        // the function class is a bit different for AspectJ compared to the Java language\n        className : 'function',\n        begin : /\\w+ +\\w+(\\.)?\\w+\\s*\\([^\\)]*\\)\\s*((throws)[\\w\\s,]+)?[\\{;]/,\n        returnBegin : true,\n        end : /[{;=]/,\n        keywords : KEYWORDS,\n        excludeEnd : true,\n        contains : [\n          {\n            begin : hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(',\n            returnBegin : true,\n            relevance: 0,\n            contains : [hljs.UNDERSCORE_TITLE_MODE]\n          },\n          {\n            className : 'params',\n            begin : /\\(/, end : /\\)/,\n            relevance: 0,\n            keywords : KEYWORDS,\n            contains : [\n              hljs.APOS_STRING_MODE,\n              hljs.QUOTE_STRING_MODE,\n              hljs.C_NUMBER_MODE,\n              hljs.C_BLOCK_COMMENT_MODE\n            ]\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      hljs.C_NUMBER_MODE,\n      {\n        // annotation is also used in this language\n        className : 'meta',\n        begin : '@[A-Za-z]+'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BACKTICK_ESCAPE = {\n    begin: '`[\\\\s\\\\S]'\n  };\n\n  return {\n    case_insensitive: true,\n    aliases: [ 'ahk' ],\n    keywords: {\n      keyword: 'Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group',\n      literal: 'A|0 true false NOT AND OR',\n      built_in: 'ComSpec Clipboard ClipboardAll ErrorLevel',\n    },\n    contains: [\n      {\n        className: 'built_in',\n        begin: 'A_[a-zA-Z0-9]+'\n      },\n      BACKTICK_ESCAPE,\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [BACKTICK_ESCAPE]}),\n      hljs.COMMENT(';', '$', {relevance: 0}),\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'number',\n        begin: hljs.NUMBER_RE,\n        relevance: 0\n      },\n      {\n        className: 'subst', // FIXED\n        begin: '%(?=[a-zA-Z0-9#_$@])', end: '%',\n        illegal: '[^a-zA-Z0-9#_$@]'\n      },\n      {\n        className: 'built_in',\n        begin: '^\\\\s*\\\\w+\\\\s*,'\n        //I don't really know if this is totally relevant\n      },\n      {\n        className: 'meta', \n        begin: '^\\\\s*#\\w+', end:'$',\n        relevance: 0\n      },\n      {\n        className: 'symbol',\n        contains: [BACKTICK_ESCAPE],\n        variants: [\n          {begin: '^[^\\\\n\";]+::(?!=)'},\n          {begin: '^[^\\\\n\";]+:(?!=)', relevance: 0} // zero relevance as it catches a lot of things\n                                                    // followed by a single ':' in many languages\n        ]\n      },\n      {\n        // consecutive commas, not for highlighting but just for relevance\n        begin: ',\\\\s*,'\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n    var KEYWORDS = 'ByRef Case Const ContinueCase ContinueLoop ' +\n        'Default Dim Do Else ElseIf EndFunc EndIf EndSelect ' +\n        'EndSwitch EndWith Enum Exit ExitLoop For Func ' +\n        'Global If In Local Next ReDim Return Select Static ' +\n        'Step Switch Then To Until Volatile WEnd While With',\n\n        LITERAL = 'True False And Null Not Or',\n\n        BUILT_IN =\n          'Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait',\n\n        COMMENT = {\n            variants: [\n              hljs.COMMENT(';', '$', {relevance: 0}),\n              hljs.COMMENT('#cs', '#ce'),\n              hljs.COMMENT('#comments-start', '#comments-end')\n            ]\n        },\n\n        VARIABLE = {\n            begin: '\\\\$[A-z0-9_]+'\n        },\n\n        STRING = {\n            className: 'string',\n            variants: [{\n                begin: /\"/,\n                end: /\"/,\n                contains: [{\n                    begin: /\"\"/,\n                    relevance: 0\n                }]\n            }, {\n                begin: /'/,\n                end: /'/,\n                contains: [{\n                    begin: /''/,\n                    relevance: 0\n                }]\n            }]\n        },\n\n        NUMBER = {\n            variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE]\n        },\n\n        PREPROCESSOR = {\n            className: 'meta',\n            begin: '#',\n            end: '$',\n            keywords: {'meta-keyword': 'comments include include-once NoTrayIcon OnAutoItStartRegister pragma compile RequireAdmin'},\n            contains: [{\n                    begin: /\\\\\\n/,\n                    relevance: 0\n                }, {\n                    beginKeywords: 'include',\n                    keywords: {'meta-keyword': 'include'},\n                    end: '$',\n                    contains: [\n                        STRING, {\n                            className: 'meta-string',\n                            variants: [{\n                                begin: '<',\n                                end: '>'\n                            }, {\n                                begin: /\"/,\n                                end: /\"/,\n                                contains: [{\n                                    begin: /\"\"/,\n                                    relevance: 0\n                                }]\n                            }, {\n                                begin: /'/,\n                                end: /'/,\n                                contains: [{\n                                    begin: /''/,\n                                    relevance: 0\n                                }]\n                            }]\n                        }\n                    ]\n                },\n                STRING,\n                COMMENT\n            ]\n        },\n\n        CONSTANT = {\n            className: 'symbol',\n            // begin: '@',\n            // end: '$',\n            // keywords: 'AppDataCommonDir AppDataDir AutoItExe AutoItPID AutoItVersion AutoItX64 COM_EventObj CommonFilesDir Compiled ComputerName ComSpec CPUArch CR CRLF DesktopCommonDir DesktopDepth DesktopDir DesktopHeight DesktopRefresh DesktopWidth DocumentsCommonDir error exitCode exitMethod extended FavoritesCommonDir FavoritesDir GUI_CtrlHandle GUI_CtrlId GUI_DragFile GUI_DragId GUI_DropId GUI_WinHandle HomeDrive HomePath HomeShare HotKeyPressed HOUR IPAddress1 IPAddress2 IPAddress3 IPAddress4 KBLayout LF LocalAppDataDir LogonDNSDomain LogonDomain LogonServer MDAY MIN MON MSEC MUILang MyDocumentsDir NumParams OSArch OSBuild OSLang OSServicePack OSType OSVersion ProgramFilesDir ProgramsCommonDir ProgramsDir ScriptDir ScriptFullPath ScriptLineNumber ScriptName SEC StartMenuCommonDir StartMenuDir StartupCommonDir StartupDir SW_DISABLE SW_ENABLE SW_HIDE SW_LOCK SW_MAXIMIZE SW_MINIMIZE SW_RESTORE SW_SHOW SW_SHOWDEFAULT SW_SHOWMAXIMIZED SW_SHOWMINIMIZED SW_SHOWMINNOACTIVE SW_SHOWNA SW_SHOWNOACTIVATE SW_SHOWNORMAL SW_UNLOCK SystemDir TAB TempDir TRAY_ID TrayIconFlashing TrayIconVisible UserName UserProfileDir WDAY WindowsDir WorkingDir YDAY YEAR',\n            // relevance: 5\n            begin: '@[A-z0-9_]+'\n        },\n\n        FUNCTION = {\n            className: 'function',\n            beginKeywords: 'Func',\n            end: '$',\n            illegal: '\\\\$|\\\\[|%',\n            contains: [\n                hljs.UNDERSCORE_TITLE_MODE, {\n                    className: 'params',\n                    begin: '\\\\(',\n                    end: '\\\\)',\n                    contains: [\n                        VARIABLE,\n                        STRING,\n                        NUMBER\n                    ]\n                }\n            ]\n        };\n\n    return {\n        case_insensitive: true,\n        illegal: /\\/\\*/,\n        keywords: {\n            keyword: KEYWORDS,\n            built_in: BUILT_IN,\n            literal: LITERAL\n        },\n        contains: [\n            COMMENT,\n            VARIABLE,\n            STRING,\n            NUMBER,\n            PREPROCESSOR,\n            CONSTANT,\n            FUNCTION\n        ]\n    }\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    lexemes: '\\\\.?' + hljs.IDENT_RE,\n    keywords: {\n      keyword:\n        /* mnemonic */\n        'adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs ' +\n        'brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr ' +\n        'clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor ' +\n        'fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul ' +\n        'muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs ' +\n        'sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub ' +\n        'subi swap tst wdr',\n      built_in:\n        /* general purpose registers */\n        'r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 ' +\n        'r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ' +\n        /* IO Registers (ATMega128) */\n        'ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h ' +\n        'tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ' +\n        'ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ' +\n        'ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk ' +\n        'tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ' +\n        'ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr ' +\n        'porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ' +\n        'ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf',\n      meta:\n        '.byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list ' +\n        '.listmac .macro .nolist .org .set'\n    },\n    contains: [\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.COMMENT(\n        ';',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      hljs.C_NUMBER_MODE, // 0x..., decimal, float\n      hljs.BINARY_NUMBER_MODE, // 0b...\n      {\n        className: 'number',\n        begin: '\\\\b(\\\\$[a-zA-Z0-9]+|0o[0-7]+)' // $..., 0o...\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\'', end: '[^\\\\\\\\]\\'',\n        illegal: '[^\\\\\\\\][^\\']'\n      },\n      {className: 'symbol',  begin: '^[A-Za-z0-9_.$]+:'},\n      {className: 'meta', begin: '#', end: '$'},\n      {  // подстановка в «.macro»\n        className: 'subst',\n        begin: '@[0-9]+'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VARIABLE = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$[\\w\\d#@][\\w\\d_]*/},\n      {begin: /\\$\\{(.*?)}/}\n    ]\n  };\n  var KEYWORDS = 'BEGIN END if else while do for in break continue delete next nextfile function func exit|10';\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE],\n    variants: [\n      {\n        begin: /(u|b)?r?'''/, end: /'''/,\n        relevance: 10\n      },\n      {\n        begin: /(u|b)?r?\"\"\"/, end: /\"\"\"/,\n        relevance: 10\n      },\n      {\n        begin: /(u|r|ur)'/, end: /'/,\n        relevance: 10\n      },\n      {\n        begin: /(u|r|ur)\"/, end: /\"/,\n        relevance: 10\n      },\n      {\n        begin: /(b|br)'/, end: /'/\n      },\n      {\n        begin: /(b|br)\"/, end: /\"/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n  return {\n\t keywords: {\n\t   keyword: KEYWORDS\n    },\n    contains: [\n      VARIABLE,\n      STRING,\n      hljs.REGEXP_MODE,\n      hljs.HASH_COMMENT_MODE,\n      hljs.NUMBER_MODE\n    ]\n  }\n};","module.exports = function(hljs) {\n  return {\n    keywords: 'false int abstract private char boolean static null if for true ' +\n      'while long throw finally protected final return void enum else ' +\n      'break new catch byte super case short default double public try this switch ' +\n      'continue reverse firstfast firstonly forupdate nofetch sum avg minof maxof count ' +\n      'order group by asc desc index hint like dispaly edit client server ttsbegin ' +\n      'ttscommit str real date container anytype common div mod',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$'\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        illegal: ':',\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VAR = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$[\\w\\d#@][\\w\\d_]*/},\n      {begin: /\\$\\{(.*?)}/}\n    ]\n  };\n  var QUOTE_STRING = {\n    className: 'string',\n    begin: /\"/, end: /\"/,\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      VAR,\n      {\n        className: 'variable',\n        begin: /\\$\\(/, end: /\\)/,\n        contains: [hljs.BACKSLASH_ESCAPE]\n      }\n    ]\n  };\n  var APOS_STRING = {\n    className: 'string',\n    begin: /'/, end: /'/\n  };\n\n  return {\n    aliases: ['sh', 'zsh'],\n    lexemes: /\\b-?[a-z\\._]+\\b/,\n    keywords: {\n      keyword:\n        'if then else elif fi for while in do done case esac function',\n      literal:\n        'true false',\n      built_in:\n        // Shell built-ins\n        // http://www.gnu.org/software/bash/manual/html_node/Shell-Builtin-Commands.html\n        'break cd continue eval exec exit export getopts hash pwd readonly return shift test times ' +\n        'trap umask unset ' +\n        // Bash built-ins\n        'alias bind builtin caller command declare echo enable help let local logout mapfile printf ' +\n        'read readarray source type typeset ulimit unalias ' +\n        // Shell modifiers\n        'set shopt ' +\n        // Zsh built-ins\n        'autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles ' +\n        'compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate ' +\n        'fc fg float functions getcap getln history integer jobs kill limit log noglob popd print ' +\n        'pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit ' +\n        'unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof ' +\n        'zpty zregexparse zsocket zstyle ztcp',\n      _:\n        '-ne -eq -lt -gt -f -d -e -s -l -a' // relevance booster\n    },\n    contains: [\n      {\n        className: 'meta',\n        begin: /^#![^\\n]+sh\\s*$/,\n        relevance: 10\n      },\n      {\n        className: 'function',\n        begin: /\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{/,\n        returnBegin: true,\n        contains: [hljs.inherit(hljs.TITLE_MODE, {begin: /\\w[\\w\\d_]*/})],\n        relevance: 0\n      },\n      hljs.HASH_COMMENT_MODE,\n      QUOTE_STRING,\n      APOS_STRING,\n      VAR\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    illegal: '^\\.',\n    // Support explicitely typed variables that end with $%! or #.\n    lexemes: '[a-zA-Z][a-zA-Z0-9_\\$\\%\\!\\#]*',\n    keywords: {\n        keyword:\n          'ABS ASC AND ATN AUTO|0 BEEP BLOAD|10 BSAVE|10 CALL CALLS CDBL CHAIN CHDIR CHR$|10 CINT CIRCLE ' +\n          'CLEAR CLOSE CLS COLOR COM COMMON CONT COS CSNG CSRLIN CVD CVI CVS DATA DATE$ ' +\n          'DEFDBL DEFINT DEFSNG DEFSTR DEF|0 SEG USR DELETE DIM DRAW EDIT END ENVIRON ENVIRON$ ' +\n          'EOF EQV ERASE ERDEV ERDEV$ ERL ERR ERROR EXP FIELD FILES FIX FOR|0 FRE GET GOSUB|10 GOTO ' +\n          'HEX$ IF|0 THEN ELSE|0 INKEY$ INP INPUT INPUT# INPUT$ INSTR IMP INT IOCTL IOCTL$ KEY ON ' +\n          'OFF LIST KILL LEFT$ LEN LET LINE LLIST LOAD LOC LOCATE LOF LOG LPRINT USING LSET ' +\n          'MERGE MID$ MKDIR MKD$ MKI$ MKS$ MOD NAME NEW NEXT NOISE NOT OCT$ ON OR PEN PLAY STRIG OPEN OPTION ' +\n          'BASE OUT PAINT PALETTE PCOPY PEEK PMAP POINT POKE POS PRINT PRINT] PSET PRESET ' +\n          'PUT RANDOMIZE READ REM RENUM RESET|0 RESTORE RESUME RETURN|0 RIGHT$ RMDIR RND RSET ' +\n          'RUN SAVE SCREEN SGN SHELL SIN SOUND SPACE$ SPC SQR STEP STICK STOP STR$ STRING$ SWAP ' +\n          'SYSTEM TAB TAN TIME$ TIMER TROFF TRON TO USR VAL VARPTR VARPTR$ VIEW WAIT WHILE ' +\n          'WEND WIDTH WINDOW WRITE XOR'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.COMMENT('REM', '$', {relevance: 10}),\n      hljs.COMMENT('\\'', '$', {relevance: 0}),\n      {\n        // Match line numbers\n        className: 'symbol',\n        begin: '^[0-9]+\\ ',\n        relevance: 10\n      },\n      {\n        // Match typed numeric constants (1000, 12.34!, 1.2e5, 1.5#, 1.2D2)\n        className: 'number',\n        begin: '\\\\b([0-9]+[0-9edED\\.]*[#\\!]?)',\n        relevance: 0\n      },\n      {\n        // Match hexadecimal numbers (&Hxxxx)\n        className: 'number',\n        begin: '(\\&[hH][0-9a-fA-F]{1,4})'\n      },\n      {\n        // Match octal numbers (&Oxxxxxx)\n        className: 'number',\n        begin: '(\\&[oO][0-7]{1,6})'\n      }\n    ]\n  };\n};","module.exports = function(hljs){\n  return {\n    contains: [\n      // Attribute\n      {\n        className: 'attribute',\n        begin: /</, end: />/\n      },\n      // Specific\n      {\n        begin: /::=/,\n        starts: {\n          end: /$/,\n          contains: [\n            {\n              begin: /</, end: />/\n            },\n            // Common\n            hljs.C_LINE_COMMENT_MODE,\n            hljs.C_BLOCK_COMMENT_MODE,\n            hljs.APOS_STRING_MODE,\n            hljs.QUOTE_STRING_MODE\n          ]\n        }\n      }\n    ]\n  };\n};","module.exports = function(hljs){\n  var LITERAL = {\n    className: 'literal',\n    begin: '[\\\\+\\\\-]',\n    relevance: 0\n  };\n  return {\n    aliases: ['bf'],\n    contains: [\n      hljs.COMMENT(\n        '[^\\\\[\\\\]\\\\.,\\\\+\\\\-<> \\r\\n]',\n        '[\\\\[\\\\]\\\\.,\\\\+\\\\-<> \\r\\n]',\n        {\n          returnEnd: true,\n          relevance: 0\n        }\n      ),\n      {\n        className: 'title',\n        begin: '[\\\\[\\\\]]',\n        relevance: 0\n      },\n      {\n        className: 'string',\n        begin: '[\\\\.,]',\n        relevance: 0\n      },\n      {\n        // this mode works as the only relevance counter\n        begin: /\\+\\+|\\-\\-/, returnBegin: true,\n        contains: [LITERAL]\n      },\n      LITERAL\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS =\n    'div mod in and or not xor asserterror begin case do downto else end exit for if of repeat then to ' +\n    'until while with var';\n  var LITERALS = 'false true';\n  var COMMENT_MODES = [\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.COMMENT(\n      /\\{/,\n      /\\}/,\n      {\n        relevance: 0\n      }\n    ),\n    hljs.COMMENT(\n      /\\(\\*/,\n      /\\*\\)/,\n      {\n        relevance: 10\n      }\n    )\n  ];\n  var STRING = {\n    className: 'string',\n    begin: /'/, end: /'/,\n    contains: [{begin: /''/}]\n  };\n  var CHAR_STRING = {\n    className: 'string', begin: /(#\\d+)+/\n  };\n  var DATE = {\n      className: 'number',\n      begin: '\\\\b\\\\d+(\\\\.\\\\d+)?(DT|D|T)',\n      relevance: 0\n  };\n  var DBL_QUOTED_VARIABLE = {\n      className: 'string', // not a string technically but makes sense to be highlighted in the same style\n      begin: '\"',\n      end: '\"'\n  };\n\n  var PROCEDURE = {\n    className: 'function',\n    beginKeywords: 'procedure', end: /[:;]/,\n    keywords: 'procedure|10',\n    contains: [\n      hljs.TITLE_MODE,\n      {\n        className: 'params',\n        begin: /\\(/, end: /\\)/,\n        keywords: KEYWORDS,\n        contains: [STRING, CHAR_STRING]\n      }\n    ].concat(COMMENT_MODES)\n  };\n\n  var OBJECT = {\n    className: 'class',\n    begin: 'OBJECT (Table|Form|Report|Dataport|Codeunit|XMLport|MenuSuite|Page|Query) (\\\\d+) ([^\\\\r\\\\n]+)',\n    returnBegin: true,\n    contains: [\n      hljs.TITLE_MODE,\n        PROCEDURE\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    keywords: { keyword: KEYWORDS, literal: LITERALS },\n    illegal: /\\/\\*/,\n    contains: [\n      STRING, CHAR_STRING,\n      DATE, DBL_QUOTED_VARIABLE,\n      hljs.NUMBER_MODE,\n      OBJECT,\n      PROCEDURE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['capnp'],\n    keywords: {\n      keyword:\n        'struct enum interface union group import using const annotation extends in of on as with from fixed',\n      built_in:\n        'Void Bool Int8 Int16 Int32 Int64 UInt8 UInt16 UInt32 UInt64 Float32 Float64 ' +\n        'Text Data AnyPointer AnyStruct Capability List',\n      literal:\n        'true false'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'meta',\n        begin: /@0x[\\w\\d]{16};/,\n        illegal: /\\n/\n      },\n      {\n        className: 'symbol',\n        begin: /@\\d+\\b/\n      },\n      {\n        className: 'class',\n        beginKeywords: 'struct enum', end: /\\{/,\n        illegal: /\\n/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n          })\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'interface', end: /\\{/,\n        illegal: /\\n/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n          })\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  // 2.3. Identifiers and keywords\n  var KEYWORDS =\n    'assembly module package import alias class interface object given value ' +\n    'assign void function new of extends satisfies abstracts in out return ' +\n    'break continue throw assert dynamic if else switch case for while try ' +\n    'catch finally then let this outer super is exists nonempty';\n  // 7.4.1 Declaration Modifiers\n  var DECLARATION_MODIFIERS =\n    'shared abstract formal default actual variable late native deprecated' +\n    'final sealed annotation suppressWarnings small';\n  // 7.4.2 Documentation\n  var DOCUMENTATION =\n    'doc by license see throws tagged';\n  var SUBST = {\n    className: 'subst', excludeBegin: true, excludeEnd: true,\n    begin: /``/, end: /``/,\n    keywords: KEYWORDS,\n    relevance: 10\n  };\n  var EXPRESSIONS = [\n    {\n      // verbatim string\n      className: 'string',\n      begin: '\"\"\"',\n      end: '\"\"\"',\n      relevance: 10\n    },\n    {\n      // string literal or template\n      className: 'string',\n      begin: '\"', end: '\"',\n      contains: [SUBST]\n    },\n    {\n      // character literal\n      className: 'string',\n      begin: \"'\",\n      end: \"'\"\n    },\n    {\n      // numeric literal\n      className: 'number',\n      begin: '#[0-9a-fA-F_]+|\\\\$[01_]+|[0-9_]+(?:\\\\.[0-9_](?:[eE][+-]?\\\\d+)?)?[kMGTPmunpf]?',\n      relevance: 0\n    }\n  ];\n  SUBST.contains = EXPRESSIONS;\n\n  return {\n    keywords: {\n      keyword: KEYWORDS + ' ' + DECLARATION_MODIFIERS,\n      meta: DOCUMENTATION\n    },\n    illegal: '\\\\$[^01]|#[^0-9a-fA-F]',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.COMMENT('/\\\\*', '\\\\*/', {contains: ['self']}),\n      {\n        // compiler annotation\n        className: 'meta',\n        begin: '@[a-z]\\\\w*(?:\\\\:\\\"[^\\\"]*\\\")?'\n      }\n    ].concat(EXPRESSIONS)\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['clean','icl','dcl'],\n    keywords: {\n      keyword:\n        'if let in with where case of class instance otherwise ' +\n        'implementation definition system module from import qualified as ' +\n        'special code inline foreign export ccall stdcall generic derive ' +\n        'infix infixl infixr',\n      literal:\n        'True False'\n    },\n    contains: [\n\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n\n      {begin: '->|<-[|:]?|::|#!?|>>=|\\\\{\\\\||\\\\|\\\\}|:==|=:|\\\\.\\\\.|<>|`'} // relevance booster\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      {\n        className: 'meta',\n        begin: /^([\\w.-]+|\\s*#_)=>/,\n        starts: {\n          end: /$/,\n          subLanguage: 'clojure'\n        }\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  var keywords = {\n    'builtin-name':\n      // Clojure keywords\n      'def defonce cond apply if-not if-let if not not= = < > <= >= == + / * - rem '+\n      'quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? '+\n      'set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? '+\n      'class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? '+\n      'string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . '+\n      'inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last '+\n      'drop-while while intern condp case reduced cycle split-at split-with repeat replicate '+\n      'iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext '+\n      'nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends '+\n      'add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler '+\n      'set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter '+\n      'monitor-exit defmacro defn defn- macroexpand macroexpand-1 for dosync and or '+\n      'when when-not when-let comp juxt partial sequence memoize constantly complement identity assert '+\n      'peek pop doto proxy defstruct first rest cons defprotocol cast coll deftype defrecord last butlast '+\n      'sigs reify second ffirst fnext nfirst nnext defmulti defmethod meta with-meta ns in-ns create-ns import '+\n      'refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! '+\n      'assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger '+\n      'bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline '+\n      'flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking '+\n      'assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! '+\n      'reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! '+\n      'new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty '+\n      'hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list '+\n      'disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer '+\n      'chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate '+\n      'unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta '+\n      'lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize'\n   };\n\n  var SYMBOLSTART = 'a-zA-Z_\\\\-!.?+*=<>&#\\'';\n  var SYMBOL_RE = '[' + SYMBOLSTART + '][' + SYMBOLSTART + '0-9/;:]*';\n  var SIMPLE_NUMBER_RE = '[-+]?\\\\d+(\\\\.\\\\d+)?';\n\n  var SYMBOL = {\n    begin: SYMBOL_RE,\n    relevance: 0\n  };\n  var NUMBER = {\n    className: 'number', begin: SIMPLE_NUMBER_RE,\n    relevance: 0\n  };\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null});\n  var COMMENT = hljs.COMMENT(\n    ';',\n    '$',\n    {\n      relevance: 0\n    }\n  );\n  var LITERAL = {\n    className: 'literal',\n    begin: /\\b(true|false|nil)\\b/\n  };\n  var COLLECTION = {\n    begin: '[\\\\[\\\\{]', end: '[\\\\]\\\\}]'\n  };\n  var HINT = {\n    className: 'comment',\n    begin: '\\\\^' + SYMBOL_RE\n  };\n  var HINT_COL = hljs.COMMENT('\\\\^\\\\{', '\\\\}');\n  var KEY = {\n    className: 'symbol',\n    begin: '[:]{1,2}' + SYMBOL_RE\n  };\n  var LIST = {\n    begin: '\\\\(', end: '\\\\)'\n  };\n  var BODY = {\n    endsWithParent: true,\n    relevance: 0\n  };\n  var NAME = {\n    keywords: keywords,\n    lexemes: SYMBOL_RE,\n    className: 'name', begin: SYMBOL_RE,\n    starts: BODY\n  };\n  var DEFAULT_CONTAINS = [LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL, SYMBOL];\n\n  LIST.contains = [hljs.COMMENT('comment', ''), NAME, BODY];\n  BODY.contains = DEFAULT_CONTAINS;\n  COLLECTION.contains = DEFAULT_CONTAINS;\n  HINT_COL.contains = [COLLECTION];\n\n  return {\n    aliases: ['clj'],\n    illegal: /\\S/,\n    contains: [LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL]\n  }\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['cmake.in'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        // scripting commands\n        'break cmake_host_system_information cmake_minimum_required cmake_parse_arguments ' +\n        'cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro ' +\n        'endwhile execute_process file find_file find_library find_package find_path ' +\n        'find_program foreach function get_cmake_property get_directory_property ' +\n        'get_filename_component get_property if include include_guard list macro ' +\n        'mark_as_advanced math message option return separate_arguments ' +\n        'set_directory_properties set_property set site_name string unset variable_watch while ' +\n        // project commands\n        'add_compile_definitions add_compile_options add_custom_command add_custom_target ' +\n        'add_definitions add_dependencies add_executable add_library add_link_options ' +\n        'add_subdirectory add_test aux_source_directory build_command create_test_sourcelist ' +\n        'define_property enable_language enable_testing export fltk_wrap_ui ' +\n        'get_source_file_property get_target_property get_test_property include_directories ' +\n        'include_external_msproject include_regular_expression install link_directories ' +\n        'link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions ' +\n        'set_source_files_properties set_target_properties set_tests_properties source_group ' +\n        'target_compile_definitions target_compile_features target_compile_options ' +\n        'target_include_directories target_link_directories target_link_libraries ' +\n        'target_link_options target_sources try_compile try_run ' +\n        // CTest commands\n        'ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ' +\n        'ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ' +\n        'ctest_test ctest_update ctest_upload ' +\n        // deprecated commands\n        'build_name exec_program export_library_dependencies install_files install_programs ' +\n        'install_targets load_command make_directory output_required_files remove ' +\n        'subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file ' +\n        'qt5_use_modules qt5_use_package qt5_wrap_cpp ' +\n        // core keywords\n        'on off true false and or not command policy target test exists is_newer_than ' +\n        'is_directory is_symlink is_absolute matches less greater equal less_equal ' +\n        'greater_equal strless strgreater strequal strless_equal strgreater_equal version_less ' +\n        'version_greater version_equal version_less_equal version_greater_equal in_list defined'\n    },\n    contains: [\n      {\n        className: 'variable',\n        begin: '\\\\${', end: '}'\n      },\n      hljs.HASH_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      // JS keywords\n      'in if for while finally new do return else break catch instanceof throw try this ' +\n      'switch continue typeof delete debugger super yield import export from as default await ' +\n      // Coffee keywords\n      'then unless until loop of by when and or is isnt not',\n    literal:\n      // JS literals\n      'true false null undefined ' +\n      // Coffee literals\n      'yes no on off',\n    built_in:\n      'npm require console print module global window document'\n  };\n  var JS_IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*';\n  var SUBST = {\n    className: 'subst',\n    begin: /#\\{/, end: /}/,\n    keywords: KEYWORDS\n  };\n  var EXPRESSIONS = [\n    hljs.BINARY_NUMBER_MODE,\n    hljs.inherit(hljs.C_NUMBER_MODE, {starts: {end: '(\\\\s*/)?', relevance: 0}}), // a number tries to eat the following slash to prevent treating it as a regexp\n    {\n      className: 'string',\n      variants: [\n        {\n          begin: /'''/, end: /'''/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /'/, end: /'/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /\"\"\"/, end: /\"\"\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n        },\n        {\n          begin: /\"/, end: /\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n        }\n      ]\n    },\n    {\n      className: 'regexp',\n      variants: [\n        {\n          begin: '///', end: '///',\n          contains: [SUBST, hljs.HASH_COMMENT_MODE]\n        },\n        {\n          begin: '//[gim]*',\n          relevance: 0\n        },\n        {\n          // regex can't start with space to parse x / 2 / 3 as two divisions\n          // regex can't start with *, and it supports an \"illegal\" in the main mode\n          begin: /\\/(?![ *])(\\\\\\/|.)*?\\/[gim]*(?=\\W|$)/\n        }\n      ]\n    },\n    {\n      begin: '@' + JS_IDENT_RE // relevance booster\n    },\n    {\n      subLanguage: 'javascript',\n      excludeBegin: true, excludeEnd: true,\n      variants: [\n        {\n          begin: '```', end: '```',\n        },\n        {\n          begin: '`', end: '`',\n        }\n      ]\n    }\n  ];\n  SUBST.contains = EXPRESSIONS;\n\n  var TITLE = hljs.inherit(hljs.TITLE_MODE, {begin: JS_IDENT_RE});\n  var PARAMS_RE = '(\\\\(.*\\\\))?\\\\s*\\\\B[-=]>';\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\([^\\\\(]', returnBegin: true,\n    /* We need another contained nameless mode to not have every nested\n    pair of parens to be called \"params\" */\n    contains: [{\n      begin: /\\(/, end: /\\)/,\n      keywords: KEYWORDS,\n      contains: ['self'].concat(EXPRESSIONS)\n    }]\n  };\n\n  return {\n    aliases: ['coffee', 'cson', 'iced'],\n    keywords: KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: EXPRESSIONS.concat([\n      hljs.COMMENT('###', '###'),\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'function',\n        begin: '^\\\\s*' + JS_IDENT_RE + '\\\\s*=\\\\s*' + PARAMS_RE, end: '[-=]>',\n        returnBegin: true,\n        contains: [TITLE, PARAMS]\n      },\n      {\n        // anonymous function start\n        begin: /[:\\(,=]\\s*/,\n        relevance: 0,\n        contains: [\n          {\n            className: 'function',\n            begin: PARAMS_RE, end: '[-=]>',\n            returnBegin: true,\n            contains: [PARAMS]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class',\n        end: '$',\n        illegal: /[:=\"\\[\\]]/,\n        contains: [\n          {\n            beginKeywords: 'extends',\n            endsWithParent: true,\n            illegal: /[:=\"\\[\\]]/,\n            contains: [TITLE]\n          },\n          TITLE\n        ]\n      },\n      {\n        begin: JS_IDENT_RE + ':', end: ':',\n        returnBegin: true, returnEnd: true,\n        relevance: 0\n      }\n    ])\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        '_ as at cofix else end exists exists2 fix for forall fun if IF in let ' +\n        'match mod Prop return Set then Type using where with ' +\n        'Abort About Add Admit Admitted All Arguments Assumptions Axiom Back BackTo ' +\n        'Backtrack Bind Blacklist Canonical Cd Check Class Classes Close Coercion ' +\n        'Coercions CoFixpoint CoInductive Collection Combined Compute Conjecture ' +\n        'Conjectures Constant constr Constraint Constructors Context Corollary ' +\n        'CreateHintDb Cut Declare Defined Definition Delimit Dependencies Dependent' +\n        'Derive Drop eauto End Equality Eval Example Existential Existentials ' +\n        'Existing Export exporting Extern Extract Extraction Fact Field Fields File ' +\n        'Fixpoint Focus for From Function Functional Generalizable Global Goal Grab ' +\n        'Grammar Graph Guarded Heap Hint HintDb Hints Hypotheses Hypothesis ident ' +\n        'Identity If Immediate Implicit Import Include Inductive Infix Info Initial ' +\n        'Inline Inspect Instance Instances Intro Intros Inversion Inversion_clear ' +\n        'Language Left Lemma Let Libraries Library Load LoadPath Local Locate Ltac ML ' +\n        'Mode Module Modules Monomorphic Morphism Next NoInline Notation Obligation ' +\n        'Obligations Opaque Open Optimize Options Parameter Parameters Parametric ' +\n        'Path Paths pattern Polymorphic Preterm Print Printing Program Projections ' +\n        'Proof Proposition Pwd Qed Quit Rec Record Recursive Redirect Relation Remark ' +\n        'Remove Require Reserved Reset Resolve Restart Rewrite Right Ring Rings Save ' +\n        'Scheme Scope Scopes Script Search SearchAbout SearchHead SearchPattern ' +\n        'SearchRewrite Section Separate Set Setoid Show Solve Sorted Step Strategies ' +\n        'Strategy Structure SubClass Table Tables Tactic Term Test Theorem Time ' +\n        'Timeout Transparent Type Typeclasses Types Undelimit Undo Unfocus Unfocused ' +\n        'Unfold Universe Universes Unset Unshelve using Variable Variables Variant ' +\n        'Verbose Visibility where with',\n      built_in:\n        'abstract absurd admit after apply as assert assumption at auto autorewrite ' +\n        'autounfold before bottom btauto by case case_eq cbn cbv change ' +\n        'classical_left classical_right clear clearbody cofix compare compute ' +\n        'congruence constr_eq constructor contradict contradiction cut cutrewrite ' +\n        'cycle decide decompose dependent destruct destruction dintuition ' +\n        'discriminate discrR do double dtauto eapply eassumption eauto ecase ' +\n        'econstructor edestruct ediscriminate eelim eexact eexists einduction ' +\n        'einjection eleft elim elimtype enough equality erewrite eright ' +\n        'esimplify_eq esplit evar exact exactly_once exfalso exists f_equal fail ' +\n        'field field_simplify field_simplify_eq first firstorder fix fold fourier ' +\n        'functional generalize generalizing gfail give_up has_evar hnf idtac in ' +\n        'induction injection instantiate intro intro_pattern intros intuition ' +\n        'inversion inversion_clear is_evar is_var lapply lazy left lia lra move ' +\n        'native_compute nia nsatz omega once pattern pose progress proof psatz quote ' +\n        'record red refine reflexivity remember rename repeat replace revert ' +\n        'revgoals rewrite rewrite_strat right ring ring_simplify rtauto set ' +\n        'setoid_reflexivity setoid_replace setoid_rewrite setoid_symmetry ' +\n        'setoid_transitivity shelve shelve_unifiable simpl simple simplify_eq solve ' +\n        'specialize split split_Rabs split_Rmult stepl stepr subst sum swap ' +\n        'symmetry tactic tauto time timeout top transitivity trivial try tryif ' +\n        'unfold unify until using vm_compute with'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.COMMENT('\\\\(\\\\*', '\\\\*\\\\)'),\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'type',\n        excludeBegin: true,\n        begin: '\\\\|\\\\s*',\n        end: '\\\\w+'\n      },\n      {begin: /[-=]>/} // relevance booster\n    ]\n  };\n};","module.exports = function cos (hljs) {\n\n  var STRINGS = {\n    className: 'string',\n    variants: [\n      {\n        begin: '\"',\n        end: '\"',\n        contains: [{ // escaped\n          begin: \"\\\"\\\"\",\n          relevance: 0\n        }]\n      }\n    ]\n  };\n\n  var NUMBERS = {\n    className: \"number\",\n    begin: \"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)\",\n    relevance: 0\n  };\n\n  var COS_KEYWORDS =\n    'property parameter class classmethod clientmethod extends as break ' +\n    'catch close continue do d|0 else elseif for goto halt hang h|0 if job ' +\n    'j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 ' +\n    'tcommit throw trollback try tstart use view while write w|0 xecute x|0 ' +\n    'zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert ' +\n    'zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit ' +\n    'zsync ascii';\n\n    // registered function - no need in them due to all functions are highlighted,\n    // but I'll just leave this here.\n\n    //\"$bit\", \"$bitcount\",\n    //\"$bitfind\", \"$bitlogic\", \"$case\", \"$char\", \"$classmethod\", \"$classname\",\n    //\"$compile\", \"$data\", \"$decimal\", \"$double\", \"$extract\", \"$factor\",\n    //\"$find\", \"$fnumber\", \"$get\", \"$increment\", \"$inumber\", \"$isobject\",\n    //\"$isvaliddouble\", \"$isvalidnum\", \"$justify\", \"$length\", \"$list\",\n    //\"$listbuild\", \"$listdata\", \"$listfind\", \"$listfromstring\", \"$listget\",\n    //\"$listlength\", \"$listnext\", \"$listsame\", \"$listtostring\", \"$listvalid\",\n    //\"$locate\", \"$match\", \"$method\", \"$name\", \"$nconvert\", \"$next\",\n    //\"$normalize\", \"$now\", \"$number\", \"$order\", \"$parameter\", \"$piece\",\n    //\"$prefetchoff\", \"$prefetchon\", \"$property\", \"$qlength\", \"$qsubscript\",\n    //\"$query\", \"$random\", \"$replace\", \"$reverse\", \"$sconvert\", \"$select\",\n    //\"$sortbegin\", \"$sortend\", \"$stack\", \"$text\", \"$translate\", \"$view\",\n    //\"$wascii\", \"$wchar\", \"$wextract\", \"$wfind\", \"$wiswide\", \"$wlength\",\n    //\"$wreverse\", \"$xecute\", \"$zabs\", \"$zarccos\", \"$zarcsin\", \"$zarctan\",\n    //\"$zcos\", \"$zcot\", \"$zcsc\", \"$zdate\", \"$zdateh\", \"$zdatetime\",\n    //\"$zdatetimeh\", \"$zexp\", \"$zhex\", \"$zln\", \"$zlog\", \"$zpower\", \"$zsec\",\n    //\"$zsin\", \"$zsqr\", \"$ztan\", \"$ztime\", \"$ztimeh\", \"$zboolean\",\n    //\"$zconvert\", \"$zcrc\", \"$zcyc\", \"$zdascii\", \"$zdchar\", \"$zf\",\n    //\"$ziswide\", \"$zlascii\", \"$zlchar\", \"$zname\", \"$zposition\", \"$zqascii\",\n    //\"$zqchar\", \"$zsearch\", \"$zseek\", \"$zstrip\", \"$zwascii\", \"$zwchar\",\n    //\"$zwidth\", \"$zwpack\", \"$zwbpack\", \"$zwunpack\", \"$zwbunpack\", \"$zzenkaku\",\n    //\"$change\", \"$mv\", \"$mvat\", \"$mvfmt\", \"$mvfmts\", \"$mviconv\",\n    //\"$mviconvs\", \"$mvinmat\", \"$mvlover\", \"$mvoconv\", \"$mvoconvs\", \"$mvraise\",\n    //\"$mvtrans\", \"$mvv\", \"$mvname\", \"$zbitand\", \"$zbitcount\", \"$zbitfind\",\n    //\"$zbitget\", \"$zbitlen\", \"$zbitnot\", \"$zbitor\", \"$zbitset\", \"$zbitstr\",\n    //\"$zbitxor\", \"$zincrement\", \"$znext\", \"$zorder\", \"$zprevious\", \"$zsort\",\n    //\"device\", \"$ecode\", \"$estack\", \"$etrap\", \"$halt\", \"$horolog\",\n    //\"$io\", \"$job\", \"$key\", \"$namespace\", \"$principal\", \"$quit\", \"$roles\",\n    //\"$storage\", \"$system\", \"$test\", \"$this\", \"$tlevel\", \"$username\",\n    //\"$x\", \"$y\", \"$za\", \"$zb\", \"$zchild\", \"$zeof\", \"$zeos\", \"$zerror\",\n    //\"$zhorolog\", \"$zio\", \"$zjob\", \"$zmode\", \"$znspace\", \"$zparent\", \"$zpi\",\n    //\"$zpos\", \"$zreference\", \"$zstorage\", \"$ztimestamp\", \"$ztimezone\",\n    //\"$ztrap\", \"$zversion\"\n\n  return {\n    case_insensitive: true,\n    aliases: [\"cos\", \"cls\"],\n    keywords: COS_KEYWORDS,\n    contains: [\n      NUMBERS,\n      STRINGS,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: \"comment\",\n        begin: /;/, end: \"$\",\n        relevance: 0\n      },\n      { // Functions and user-defined functions: write $ztime(60*60*3), $$myFunc(10), $$^Val(1)\n        className: \"built_in\",\n        begin: /(?:\\$\\$?|\\.\\.)\\^?[a-zA-Z]+/\n      },\n      { // Macro command: quit $$$OK\n        className: \"built_in\",\n        begin: /\\$\\$\\$[a-zA-Z]+/\n      },\n      { // Special (global) variables: write %request.Content; Built-in classes: %Library.Integer\n        className: \"built_in\",\n        begin: /%[a-z]+(?:\\.[a-z]+)*/\n      },\n      { // Global variable: set ^globalName = 12 write ^globalName\n        className: \"symbol\",\n        begin: /\\^%?[a-zA-Z][\\w]*/\n      },\n      { // Some control constructions: do ##class(Package.ClassName).Method(), ##super()\n        className: \"keyword\",\n        begin: /##class|##super|#define|#dim/\n      },\n\n      // sub-languages: are not fully supported by hljs by 11/15/2015\n      // left for the future implementation.\n      {\n        begin: /&sql\\(/,    end: /\\)/,\n        excludeBegin: true, excludeEnd: true,\n        subLanguage: \"sql\"\n      },\n      {\n        begin: /&(js|jscript|javascript)</, end: />/,\n        excludeBegin: true, excludeEnd: true,\n        subLanguage: \"javascript\"\n      },\n      {\n        // this brakes first and last tag, but this is the only way to embed a valid html\n        begin: /&html<\\s*</, end: />\\s*>/,\n        subLanguage: \"xml\"\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var CPP_PRIMITIVE_TYPES = {\n    className: 'keyword',\n    begin: '\\\\b[a-z\\\\d_]*_t\\\\b'\n  };\n\n  var STRINGS = {\n    className: 'string',\n    variants: [\n      {\n        begin: '(u8?|U|L)?\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        // TODO: This does not handle raw string literals with prefixes. Using\n        // a single regex with backreferences would work (note to use *?\n        // instead of * to make it non-greedy), but the mode.terminators\n        // computation in highlight.js breaks the counting.\n        begin: '(u8?|U|L)?R\"\\\\(', end: '\\\\)\"',\n      },\n      {\n        begin: '\\'\\\\\\\\?.', end: '\\'',\n        illegal: '.'\n      }\n    ]\n  };\n\n  var NUMBERS = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(0b[01\\']+)' },\n      { begin: '(-?)\\\\b([\\\\d\\']+(\\\\.[\\\\d\\']*)?|\\\\.[\\\\d\\']+)(u|U|l|L|ul|UL|f|F|b|B)' },\n      { begin: '(-?)(\\\\b0[xX][a-fA-F0-9\\']+|(\\\\b[\\\\d\\']+(\\\\.[\\\\d\\']*)?|\\\\.[\\\\d\\']+)([eE][-+]?[\\\\d\\']+)?)' }\n    ],\n    relevance: 0\n  };\n\n  var PREPROCESSOR =       {\n    className: 'meta',\n    begin: /#\\s*[a-z]+\\b/, end: /$/,\n    keywords: {\n      'meta-keyword':\n        'if else elif endif define undef warning error line ' +\n        'pragma ifdef ifndef include'\n    },\n    contains: [\n      {\n        begin: /\\\\\\n/, relevance: 0\n      },\n      hljs.inherit(STRINGS, {className: 'meta-string'}),\n      {\n        className: 'meta-string',\n        begin: /<[^\\n>]*>/, end: /$/,\n        illegal: '\\\\n',\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n\n  var FUNCTION_TITLE = hljs.IDENT_RE + '\\\\s*\\\\(';\n\n  var CPP_KEYWORDS = {\n    keyword: 'int float while private char catch import module export virtual operator sizeof ' +\n      'dynamic_cast|10 typedef const_cast|10 const for static_cast|10 union namespace ' +\n      'unsigned long volatile static protected bool template mutable if public friend ' +\n      'do goto auto void enum else break extern using asm case typeid ' +\n      'short reinterpret_cast|10 default double register explicit signed typename try this ' +\n      'switch continue inline delete alignof constexpr decltype ' +\n      'noexcept static_assert thread_local restrict _Bool complex _Complex _Imaginary ' +\n      'atomic_bool atomic_char atomic_schar ' +\n      'atomic_uchar atomic_short atomic_ushort atomic_int atomic_uint atomic_long atomic_ulong atomic_llong ' +\n      'atomic_ullong new throw return ' +\n      'and or not',\n    built_in: 'std string cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream ' +\n      'auto_ptr deque list queue stack vector map set bitset multiset multimap unordered_set ' +\n      'unordered_map unordered_multiset unordered_multimap array shared_ptr abort abs acos ' +\n      'asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp ' +\n      'fscanf isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper ' +\n      'isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow ' +\n      'printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp ' +\n      'strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan ' +\n      'vfprintf vprintf vsprintf endl initializer_list unique_ptr',\n    literal: 'true false nullptr NULL'\n  };\n\n  var EXPRESSION_CONTAINS = [\n    CPP_PRIMITIVE_TYPES,\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    NUMBERS,\n    STRINGS\n  ];\n\n  return {\n    aliases: ['c', 'cc', 'h', 'c++', 'h++', 'hpp'],\n    keywords: CPP_KEYWORDS,\n    illegal: '</',\n    contains: EXPRESSION_CONTAINS.concat([\n      PREPROCESSOR,\n      {\n        begin: '\\\\b(deque|list|queue|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array)\\\\s*<', end: '>',\n        keywords: CPP_KEYWORDS,\n        contains: ['self', CPP_PRIMITIVE_TYPES]\n      },\n      {\n        begin: hljs.IDENT_RE + '::',\n        keywords: CPP_KEYWORDS\n      },\n      {\n        // This mode covers expression context where we can't expect a function\n        // definition and shouldn't highlight anything that looks like one:\n        // `return some()`, `else if()`, `(x*sum(1, 2))`\n        variants: [\n          {begin: /=/, end: /;/},\n          {begin: /\\(/, end: /\\)/},\n          {beginKeywords: 'new throw return else', end: /;/}\n        ],\n        keywords: CPP_KEYWORDS,\n        contains: EXPRESSION_CONTAINS.concat([\n          {\n            begin: /\\(/, end: /\\)/,\n            keywords: CPP_KEYWORDS,\n            contains: EXPRESSION_CONTAINS.concat(['self']),\n            relevance: 0\n          }\n        ]),\n        relevance: 0\n      },\n      {\n        className: 'function',\n        begin: '(' + hljs.IDENT_RE + '[\\\\*&\\\\s]+)+' + FUNCTION_TITLE,\n        returnBegin: true, end: /[{;=]/,\n        excludeEnd: true,\n        keywords: CPP_KEYWORDS,\n        illegal: /[^\\w\\s\\*&]/,\n        contains: [\n          {\n            begin: FUNCTION_TITLE, returnBegin: true,\n            contains: [hljs.TITLE_MODE],\n            relevance: 0\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            keywords: CPP_KEYWORDS,\n            relevance: 0,\n            contains: [\n              hljs.C_LINE_COMMENT_MODE,\n              hljs.C_BLOCK_COMMENT_MODE,\n              STRINGS,\n              NUMBERS,\n              CPP_PRIMITIVE_TYPES,\n              // Count matching parentheses.\n              {\n                begin: /\\(/, end: /\\)/,\n                keywords: CPP_KEYWORDS,\n                relevance: 0,\n                contains: [\n                  'self',\n                  hljs.C_LINE_COMMENT_MODE,\n                  hljs.C_BLOCK_COMMENT_MODE,\n                  STRINGS,\n                  NUMBERS,\n                  CPP_PRIMITIVE_TYPES\n                ]\n              }\n            ]\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          PREPROCESSOR\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class struct', end: /[{;:]/,\n        contains: [\n          {begin: /</, end: />/, contains: ['self']}, // skip generic stuff\n          hljs.TITLE_MODE\n        ]\n      }\n    ]),\n    exports: {\n      preprocessor: PREPROCESSOR,\n      strings: STRINGS,\n      keywords: CPP_KEYWORDS\n    }\n  };\n};","module.exports = function(hljs) {\n  var RESOURCES = 'primitive rsc_template';\n\n  var COMMANDS = 'group clone ms master location colocation order fencing_topology ' +\n      'rsc_ticket acl_target acl_group user role ' +\n      'tag xml';\n\n  var PROPERTY_SETS = 'property rsc_defaults op_defaults';\n\n  var KEYWORDS = 'params meta operations op rule attributes utilization';\n\n  var OPERATORS = 'read write deny defined not_defined in_range date spec in ' +\n      'ref reference attribute type xpath version and or lt gt tag ' +\n      'lte gte eq ne \\\\';\n\n  var TYPES = 'number string';\n\n  var LITERALS = 'Master Started Slave Stopped start promote demote stop monitor true false';\n\n  return {\n    aliases: ['crm', 'pcmk'],\n    case_insensitive: true,\n    keywords: {\n      keyword: KEYWORDS + ' ' + OPERATORS + ' ' + TYPES,\n      literal: LITERALS\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {\n        beginKeywords: 'node',\n        starts: {\n          end: '\\\\s*([\\\\w_-]+:)?',\n          starts: {\n            className: 'title',\n            end: '\\\\s*[\\\\$\\\\w_][\\\\w_-]*'\n          }\n        }\n      },\n      {\n        beginKeywords: RESOURCES,\n        starts: {\n          className: 'title',\n          end: '\\\\s*[\\\\$\\\\w_][\\\\w_-]*',\n          starts: {\n            end: '\\\\s*@?[\\\\w_][\\\\w_\\\\.:-]*'\n          }\n        }\n      },\n      {\n        begin: '\\\\b(' + COMMANDS.split(' ').join('|') + ')\\\\s+',\n        keywords: COMMANDS,\n        starts: {\n          className: 'title',\n          end: '[\\\\$\\\\w_][\\\\w_-]*'\n        }\n      },\n      {\n        beginKeywords: PROPERTY_SETS,\n        starts: {\n          className: 'title',\n          end: '\\\\s*([\\\\w_-]+:)?'\n        }\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'meta',\n        begin: '(ocf|systemd|service|lsb):[\\\\w_:-]+',\n        relevance: 0\n      },\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d+(\\\\.\\\\d+)?(ms|s|h|m)?',\n        relevance: 0\n      },\n      {\n        className: 'literal',\n        begin: '[-]?(infinity|inf)',\n        relevance: 0\n      },\n      {\n        className: 'attr',\n        begin: /([A-Za-z\\$_\\#][\\w_-]+)=/,\n        relevance: 0\n      },\n      {\n        className: 'tag',\n        begin: '</?',\n        end: '/?>',\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var NUM_SUFFIX = '(_[uif](8|16|32|64))?';\n  var CRYSTAL_IDENT_RE = '[a-zA-Z_]\\\\w*[!?=]?';\n  var RE_STARTER = '!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|' +\n    '>>|>|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~';\n  var CRYSTAL_METHOD_RE = '[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\][=?]?';\n  var CRYSTAL_KEYWORDS = {\n    keyword:\n      'abstract alias as as? asm begin break case class def do else elsif end ensure enum extend for fun if ' +\n      'include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? ' +\n      'return require select self sizeof struct super then type typeof union uninitialized unless until when while with yield ' +\n      '__DIR__ __END_LINE__ __FILE__ __LINE__',\n    literal: 'false nil true'\n  };\n  var SUBST = {\n    className: 'subst',\n    begin: '#{', end: '}',\n    keywords: CRYSTAL_KEYWORDS\n  };\n  var EXPANSION = {\n    className: 'template-variable',\n    variants: [\n      {begin: '\\\\{\\\\{', end: '\\\\}\\\\}'},\n      {begin: '\\\\{%', end: '%\\\\}'}\n    ],\n    keywords: CRYSTAL_KEYWORDS\n  };\n\n  function recursiveParen(begin, end) {\n    var\n    contains = [{begin: begin, end: end}];\n    contains[0].contains = contains;\n    return contains;\n  }\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {begin: /'/, end: /'/},\n      {begin: /\"/, end: /\"/},\n      {begin: /`/, end: /`/},\n      {begin: '%w?\\\\(', end: '\\\\)', contains: recursiveParen('\\\\(', '\\\\)')},\n      {begin: '%w?\\\\[', end: '\\\\]', contains: recursiveParen('\\\\[', '\\\\]')},\n      {begin: '%w?{', end: '}', contains: recursiveParen('{', '}')},\n      {begin: '%w?<', end: '>', contains: recursiveParen('<', '>')},\n      {begin: '%w?/', end: '/'},\n      {begin: '%w?%', end: '%'},\n      {begin: '%w?-', end: '-'},\n      {begin: '%w?\\\\|', end: '\\\\|'},\n      {begin: /<<-\\w+$/, end: /^\\s*\\w+$/},\n    ],\n    relevance: 0,\n  };\n  var Q_STRING = {\n    className: 'string',\n    variants: [\n      {begin: '%q\\\\(', end: '\\\\)', contains: recursiveParen('\\\\(', '\\\\)')},\n      {begin: '%q\\\\[', end: '\\\\]', contains: recursiveParen('\\\\[', '\\\\]')},\n      {begin: '%q{', end: '}', contains: recursiveParen('{', '}')},\n      {begin: '%q<', end: '>', contains: recursiveParen('<', '>')},\n      {begin: '%q/', end: '/'},\n      {begin: '%q%', end: '%'},\n      {begin: '%q-', end: '-'},\n      {begin: '%q\\\\|', end: '\\\\|'},\n      {begin: /<<-'\\w+'$/, end: /^\\s*\\w+$/},\n    ],\n    relevance: 0,\n  };\n  var REGEXP = {\n    begin: '(' + RE_STARTER + ')\\\\s*',\n    contains: [\n      {\n        className: 'regexp',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n        variants: [\n          {begin: '//[a-z]*', relevance: 0},\n          {begin: '/', end: '/[a-z]*'},\n          {begin: '%r\\\\(', end: '\\\\)', contains: recursiveParen('\\\\(', '\\\\)')},\n          {begin: '%r\\\\[', end: '\\\\]', contains: recursiveParen('\\\\[', '\\\\]')},\n          {begin: '%r{', end: '}', contains: recursiveParen('{', '}')},\n          {begin: '%r<', end: '>', contains: recursiveParen('<', '>')},\n          {begin: '%r/', end: '/'},\n          {begin: '%r%', end: '%'},\n          {begin: '%r-', end: '-'},\n          {begin: '%r\\\\|', end: '\\\\|'},\n        ]\n      }\n    ],\n    relevance: 0\n  };\n  var REGEXP2 = {\n    className: 'regexp',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {begin: '%r\\\\(', end: '\\\\)', contains: recursiveParen('\\\\(', '\\\\)')},\n      {begin: '%r\\\\[', end: '\\\\]', contains: recursiveParen('\\\\[', '\\\\]')},\n      {begin: '%r{', end: '}', contains: recursiveParen('{', '}')},\n      {begin: '%r<', end: '>', contains: recursiveParen('<', '>')},\n      {begin: '%r/', end: '/'},\n      {begin: '%r%', end: '%'},\n      {begin: '%r-', end: '-'},\n      {begin: '%r\\\\|', end: '\\\\|'},\n    ],\n    relevance: 0\n  };\n  var ATTRIBUTE = {\n    className: 'meta',\n    begin: '@\\\\[', end: '\\\\]',\n    contains: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {className: 'meta-string'})\n    ]\n  };\n  var CRYSTAL_DEFAULT_CONTAINS = [\n    EXPANSION,\n    STRING,\n    Q_STRING,\n    REGEXP,\n    REGEXP2,\n    ATTRIBUTE,\n    hljs.HASH_COMMENT_MODE,\n    {\n      className: 'class',\n      beginKeywords: 'class module struct', end: '$|;',\n      illegal: /=/,\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        hljs.inherit(hljs.TITLE_MODE, {begin: '[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?'}),\n        {begin: '<'} // relevance booster for inheritance\n      ]\n    },\n    {\n      className: 'class',\n      beginKeywords: 'lib enum union', end: '$|;',\n      illegal: /=/,\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        hljs.inherit(hljs.TITLE_MODE, {begin: '[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?'}),\n      ],\n      relevance: 10\n    },\n    {\n      className: 'function',\n      beginKeywords: 'def', end: /\\B\\b/,\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {\n          begin: CRYSTAL_METHOD_RE,\n          endsParent: true\n        })\n      ]\n    },\n    {\n      className: 'function',\n      beginKeywords: 'fun macro', end: /\\B\\b/,\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {\n          begin: CRYSTAL_METHOD_RE,\n          endsParent: true\n        })\n      ],\n      relevance: 5\n    },\n    {\n      className: 'symbol',\n      begin: hljs.UNDERSCORE_IDENT_RE + '(\\\\!|\\\\?)?:',\n      relevance: 0\n    },\n    {\n      className: 'symbol',\n      begin: ':',\n      contains: [STRING, {begin: CRYSTAL_METHOD_RE}],\n      relevance: 0\n    },\n    {\n      className: 'number',\n      variants: [\n        { begin: '\\\\b0b([01_]*[01])' + NUM_SUFFIX },\n        { begin: '\\\\b0o([0-7_]*[0-7])' + NUM_SUFFIX },\n        { begin: '\\\\b0x([A-Fa-f0-9_]*[A-Fa-f0-9])' + NUM_SUFFIX },\n        { begin: '\\\\b(([0-9][0-9_]*[0-9]|[0-9])(\\\\.[0-9_]*[0-9])?([eE][+-]?[0-9_]*[0-9])?)' + NUM_SUFFIX}\n      ],\n      relevance: 0\n    }\n  ];\n  SUBST.contains = CRYSTAL_DEFAULT_CONTAINS;\n  EXPANSION.contains = CRYSTAL_DEFAULT_CONTAINS.slice(1); // without EXPANSION\n\n  return {\n    aliases: ['cr'],\n    lexemes: CRYSTAL_IDENT_RE,\n    keywords: CRYSTAL_KEYWORDS,\n    contains: CRYSTAL_DEFAULT_CONTAINS\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      // Normal keywords.\n      'abstract as base bool break byte case catch char checked const continue decimal ' +\n      'default delegate do double enum event explicit extern finally fixed float ' +\n      'for foreach goto if implicit in int interface internal is lock long nameof ' +\n      'object operator out override params private protected public readonly ref sbyte ' +\n      'sealed short sizeof stackalloc static string struct switch this try typeof ' +\n      'uint ulong unchecked unsafe ushort using virtual void volatile while ' +\n      // Contextual keywords.\n      'add alias ascending async await by descending dynamic equals from get global group into join ' +\n      'let on orderby partial remove select set value var where yield',\n    literal:\n      'null false true'\n  };\n  var NUMBERS = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(0b[01\\']+)' },\n      { begin: '(-?)\\\\b([\\\\d\\']+(\\\\.[\\\\d\\']*)?|\\\\.[\\\\d\\']+)(u|U|l|L|ul|UL|f|F|b|B)' },\n      { begin: '(-?)(\\\\b0[xX][a-fA-F0-9\\']+|(\\\\b[\\\\d\\']+(\\\\.[\\\\d\\']*)?|\\\\.[\\\\d\\']+)([eE][-+]?[\\\\d\\']+)?)' }\n    ],\n    relevance: 0\n  };\n  var VERBATIM_STRING = {\n    className: 'string',\n    begin: '@\"', end: '\"',\n    contains: [{begin: '\"\"'}]\n  };\n  var VERBATIM_STRING_NO_LF = hljs.inherit(VERBATIM_STRING, {illegal: /\\n/});\n  var SUBST = {\n    className: 'subst',\n    begin: '{', end: '}',\n    keywords: KEYWORDS\n  };\n  var SUBST_NO_LF = hljs.inherit(SUBST, {illegal: /\\n/});\n  var INTERPOLATED_STRING = {\n    className: 'string',\n    begin: /\\$\"/, end: '\"',\n    illegal: /\\n/,\n    contains: [{begin: '{{'}, {begin: '}}'}, hljs.BACKSLASH_ESCAPE, SUBST_NO_LF]\n  };\n  var INTERPOLATED_VERBATIM_STRING = {\n    className: 'string',\n    begin: /\\$@\"/, end: '\"',\n    contains: [{begin: '{{'}, {begin: '}}'}, {begin: '\"\"'}, SUBST]\n  };\n  var INTERPOLATED_VERBATIM_STRING_NO_LF = hljs.inherit(INTERPOLATED_VERBATIM_STRING, {\n    illegal: /\\n/,\n    contains: [{begin: '{{'}, {begin: '}}'}, {begin: '\"\"'}, SUBST_NO_LF]\n  });\n  SUBST.contains = [\n    INTERPOLATED_VERBATIM_STRING,\n    INTERPOLATED_STRING,\n    VERBATIM_STRING,\n    hljs.APOS_STRING_MODE,\n    hljs.QUOTE_STRING_MODE,\n    NUMBERS,\n    hljs.C_BLOCK_COMMENT_MODE\n  ];\n  SUBST_NO_LF.contains = [\n    INTERPOLATED_VERBATIM_STRING_NO_LF,\n    INTERPOLATED_STRING,\n    VERBATIM_STRING_NO_LF,\n    hljs.APOS_STRING_MODE,\n    hljs.QUOTE_STRING_MODE,\n    NUMBERS,\n    hljs.inherit(hljs.C_BLOCK_COMMENT_MODE, {illegal: /\\n/})\n  ];\n  var STRING = {\n    variants: [\n      INTERPOLATED_VERBATIM_STRING,\n      INTERPOLATED_STRING,\n      VERBATIM_STRING,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n\n  var TYPE_IDENT_RE = hljs.IDENT_RE + '(<' + hljs.IDENT_RE + '(\\\\s*,\\\\s*' + hljs.IDENT_RE + ')*>)?(\\\\[\\\\])?';\n\n  return {\n    aliases: ['csharp'],\n    keywords: KEYWORDS,\n    illegal: /::/,\n    contains: [\n      hljs.COMMENT(\n        '///',\n        '$',\n        {\n          returnBegin: true,\n          contains: [\n            {\n              className: 'doctag',\n              variants: [\n                {\n                  begin: '///', relevance: 0\n                },\n                {\n                  begin: '<!--|-->'\n                },\n                {\n                  begin: '</?', end: '>'\n                }\n              ]\n            }\n          ]\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$',\n        keywords: {\n          'meta-keyword': 'if else elif endif define undef warning error line region endregion pragma checksum'\n        }\n      },\n      STRING,\n      NUMBERS,\n      {\n        beginKeywords: 'class interface', end: /[{;=]/,\n        illegal: /[^\\s:,]/,\n        contains: [\n          hljs.TITLE_MODE,\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        beginKeywords: 'namespace', end: /[{;=]/,\n        illegal: /[^\\s:]/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: '[a-zA-Z](\\\\.?\\\\w)*'}),\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        // [Attributes(\"\")]\n        className: 'meta',\n        begin: '^\\\\s*\\\\[', excludeBegin: true, end: '\\\\]', excludeEnd: true,\n        contains: [\n          {className: 'meta-string', begin: /\"/, end: /\"/}\n        ]\n      },\n      {\n        // Expression keywords prevent 'keyword Name(...)' from being\n        // recognized as a function definition\n        beginKeywords: 'new return throw await else',\n        relevance: 0\n      },\n      {\n        className: 'function',\n        begin: '(' + TYPE_IDENT_RE + '\\\\s+)+' + hljs.IDENT_RE + '\\\\s*\\\\(', returnBegin: true,\n        end: /\\s*[{;=]/, excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: hljs.IDENT_RE + '\\\\s*\\\\(', returnBegin: true,\n            contains: [hljs.TITLE_MODE],\n            relevance: 0\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            excludeBegin: true,\n            excludeEnd: true,\n            keywords: KEYWORDS,\n            relevance: 0,\n            contains: [\n              STRING,\n              NUMBERS,\n              hljs.C_BLOCK_COMMENT_MODE\n            ]\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: false,\n    lexemes: '[a-zA-Z][a-zA-Z0-9_-]*',\n    keywords: {\n      keyword: 'base-uri child-src connect-src default-src font-src form-action' +\n        ' frame-ancestors frame-src img-src media-src object-src plugin-types' +\n        ' report-uri sandbox script-src style-src', \n    },\n    contains: [\n    {\n      className: 'string',\n      begin: \"'\", end: \"'\"\n    },\n    {\n      className: 'attribute',\n      begin: '^Content', end: ':', excludeEnd: true,\n    },\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[a-zA-Z-][a-zA-Z0-9_-]*';\n  var RULE = {\n    begin: /[A-Z\\_\\.\\-]+\\s*:/, returnBegin: true, end: ';', endsWithParent: true,\n    contains: [\n      {\n        className: 'attribute',\n        begin: /\\S/, end: ':', excludeEnd: true,\n        starts: {\n          endsWithParent: true, excludeEnd: true,\n          contains: [\n            {\n              begin: /[\\w-]+\\(/, returnBegin: true,\n              contains: [\n                {\n                  className: 'built_in',\n                  begin: /[\\w-]+/\n                },\n                {\n                  begin: /\\(/, end: /\\)/,\n                  contains: [\n                    hljs.APOS_STRING_MODE,\n                    hljs.QUOTE_STRING_MODE\n                  ]\n                }\n              ]\n            },\n            hljs.CSS_NUMBER_MODE,\n            hljs.QUOTE_STRING_MODE,\n            hljs.APOS_STRING_MODE,\n            hljs.C_BLOCK_COMMENT_MODE,\n            {\n              className: 'number', begin: '#[0-9A-Fa-f]+'\n            },\n            {\n              className: 'meta', begin: '!important'\n            }\n          ]\n        }\n      }\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    illegal: /[=\\/|'\\$]/,\n    contains: [\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'selector-id', begin: /#[A-Za-z0-9_-]+/\n      },\n      {\n        className: 'selector-class', begin: /\\.[A-Za-z0-9_-]+/\n      },\n      {\n        className: 'selector-attr',\n        begin: /\\[/, end: /\\]/,\n        illegal: '$'\n      },\n      {\n        className: 'selector-pseudo',\n        begin: /:(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\"'.]+/\n      },\n      {\n        begin: '@(font-face|page)',\n        lexemes: '[a-z-]+',\n        keywords: 'font-face page'\n      },\n      {\n        begin: '@', end: '[{;]', // at_rule eating first \"{\" is a good thing\n                                 // because it doesn’t let it to be parsed as\n                                 // a rule set but instead drops parser into\n                                 // the default mode which is how it should be.\n        illegal: /:/, // break on Less variables @var: ...\n        contains: [\n          {\n            className: 'keyword',\n            begin: /\\w+/\n          },\n          {\n            begin: /\\s/, endsWithParent: true, excludeEnd: true,\n            relevance: 0,\n            contains: [\n              hljs.APOS_STRING_MODE, hljs.QUOTE_STRING_MODE,\n              hljs.CSS_NUMBER_MODE\n            ]\n          }\n        ]\n      },\n      {\n        className: 'selector-tag', begin: IDENT_RE,\n        relevance: 0\n      },\n      {\n        begin: '{', end: '}',\n        illegal: /\\S/,\n        contains: [\n          hljs.C_BLOCK_COMMENT_MODE,\n          RULE,\n        ]\n      }\n    ]\n  };\n};","module.exports = /**\n * Known issues:\n *\n * - invalid hex string literals will be recognized as a double quoted strings\n *   but 'x' at the beginning of string will not be matched\n *\n * - delimited string literals are not checked for matching end delimiter\n *   (not possible to do with js regexp)\n *\n * - content of token string is colored as a string (i.e. no keyword coloring inside a token string)\n *   also, content of token string is not validated to contain only valid D tokens\n *\n * - special token sequence rule is not strictly following D grammar (anything following #line\n *   up to the end of line is matched as special token sequence)\n */\n\nfunction(hljs) {\n  /**\n   * Language keywords\n   *\n   * @type {Object}\n   */\n  var D_KEYWORDS = {\n    keyword:\n      'abstract alias align asm assert auto body break byte case cast catch class ' +\n      'const continue debug default delete deprecated do else enum export extern final ' +\n      'finally for foreach foreach_reverse|10 goto if immutable import in inout int ' +\n      'interface invariant is lazy macro mixin module new nothrow out override package ' +\n      'pragma private protected public pure ref return scope shared static struct ' +\n      'super switch synchronized template this throw try typedef typeid typeof union ' +\n      'unittest version void volatile while with __FILE__ __LINE__ __gshared|10 ' +\n      '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__',\n    built_in:\n      'bool cdouble cent cfloat char creal dchar delegate double dstring float function ' +\n      'idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar ' +\n      'wstring',\n    literal:\n      'false null true'\n  };\n\n  /**\n   * Number literal regexps\n   *\n   * @type {String}\n   */\n  var decimal_integer_re = '(0|[1-9][\\\\d_]*)',\n    decimal_integer_nosus_re = '(0|[1-9][\\\\d_]*|\\\\d[\\\\d_]*|[\\\\d_]+?\\\\d)',\n    binary_integer_re = '0[bB][01_]+',\n    hexadecimal_digits_re = '([\\\\da-fA-F][\\\\da-fA-F_]*|_[\\\\da-fA-F][\\\\da-fA-F_]*)',\n    hexadecimal_integer_re = '0[xX]' + hexadecimal_digits_re,\n\n    decimal_exponent_re = '([eE][+-]?' + decimal_integer_nosus_re + ')',\n    decimal_float_re = '(' + decimal_integer_nosus_re + '(\\\\.\\\\d*|' + decimal_exponent_re + ')|' +\n                '\\\\d+\\\\.' + decimal_integer_nosus_re + decimal_integer_nosus_re + '|' +\n                '\\\\.' + decimal_integer_re + decimal_exponent_re + '?' +\n              ')',\n    hexadecimal_float_re = '(0[xX](' +\n                  hexadecimal_digits_re + '\\\\.' + hexadecimal_digits_re + '|'+\n                  '\\\\.?' + hexadecimal_digits_re +\n                 ')[pP][+-]?' + decimal_integer_nosus_re + ')',\n\n    integer_re = '(' +\n      decimal_integer_re + '|' +\n      binary_integer_re  + '|' +\n       hexadecimal_integer_re   +\n    ')',\n\n    float_re = '(' +\n      hexadecimal_float_re + '|' +\n      decimal_float_re  +\n    ')';\n\n  /**\n   * Escape sequence supported in D string and character literals\n   *\n   * @type {String}\n   */\n  var escape_sequence_re = '\\\\\\\\(' +\n              '[\\'\"\\\\?\\\\\\\\abfnrtv]|' +  // common escapes\n              'u[\\\\dA-Fa-f]{4}|' +     // four hex digit unicode codepoint\n              '[0-7]{1,3}|' +       // one to three octal digit ascii char code\n              'x[\\\\dA-Fa-f]{2}|' +    // two hex digit ascii char code\n              'U[\\\\dA-Fa-f]{8}' +      // eight hex digit unicode codepoint\n              ')|' +\n              '&[a-zA-Z\\\\d]{2,};';      // named character entity\n\n  /**\n   * D integer number literals\n   *\n   * @type {Object}\n   */\n  var D_INTEGER_MODE = {\n    className: 'number',\n      begin: '\\\\b' + integer_re + '(L|u|U|Lu|LU|uL|UL)?',\n      relevance: 0\n  };\n\n  /**\n   * [D_FLOAT_MODE description]\n   * @type {Object}\n   */\n  var D_FLOAT_MODE = {\n    className: 'number',\n    begin: '\\\\b(' +\n        float_re + '([fF]|L|i|[fF]i|Li)?|' +\n        integer_re + '(i|[fF]i|Li)' +\n      ')',\n    relevance: 0\n  };\n\n  /**\n   * D character literal\n   *\n   * @type {Object}\n   */\n  var D_CHARACTER_MODE = {\n    className: 'string',\n    begin: '\\'(' + escape_sequence_re + '|.)', end: '\\'',\n    illegal: '.'\n  };\n\n  /**\n   * D string escape sequence\n   *\n   * @type {Object}\n   */\n  var D_ESCAPE_SEQUENCE = {\n    begin: escape_sequence_re,\n    relevance: 0\n  };\n\n  /**\n   * D double quoted string literal\n   *\n   * @type {Object}\n   */\n  var D_STRING_MODE = {\n    className: 'string',\n    begin: '\"',\n    contains: [D_ESCAPE_SEQUENCE],\n    end: '\"[cwd]?'\n  };\n\n  /**\n   * D wysiwyg and delimited string literals\n   *\n   * @type {Object}\n   */\n  var D_WYSIWYG_DELIMITED_STRING_MODE = {\n    className: 'string',\n    begin: '[rq]\"',\n    end: '\"[cwd]?',\n    relevance: 5\n  };\n\n  /**\n   * D alternate wysiwyg string literal\n   *\n   * @type {Object}\n   */\n  var D_ALTERNATE_WYSIWYG_STRING_MODE = {\n    className: 'string',\n    begin: '`',\n    end: '`[cwd]?'\n  };\n\n  /**\n   * D hexadecimal string literal\n   *\n   * @type {Object}\n   */\n  var D_HEX_STRING_MODE = {\n    className: 'string',\n    begin: 'x\"[\\\\da-fA-F\\\\s\\\\n\\\\r]*\"[cwd]?',\n    relevance: 10\n  };\n\n  /**\n   * D delimited string literal\n   *\n   * @type {Object}\n   */\n  var D_TOKEN_STRING_MODE = {\n    className: 'string',\n    begin: 'q\"\\\\{',\n    end: '\\\\}\"'\n  };\n\n  /**\n   * Hashbang support\n   *\n   * @type {Object}\n   */\n  var D_HASHBANG_MODE = {\n    className: 'meta',\n    begin: '^#!',\n    end: '$',\n    relevance: 5\n  };\n\n  /**\n   * D special token sequence\n   *\n   * @type {Object}\n   */\n  var D_SPECIAL_TOKEN_SEQUENCE_MODE = {\n    className: 'meta',\n    begin: '#(line)',\n    end: '$',\n    relevance: 5\n  };\n\n  /**\n   * D attributes\n   *\n   * @type {Object}\n   */\n  var D_ATTRIBUTE_MODE = {\n    className: 'keyword',\n    begin: '@[a-zA-Z_][a-zA-Z_\\\\d]*'\n  };\n\n  /**\n   * D nesting comment\n   *\n   * @type {Object}\n   */\n  var D_NESTING_COMMENT_MODE = hljs.COMMENT(\n    '\\\\/\\\\+',\n    '\\\\+\\\\/',\n    {\n      contains: ['self'],\n      relevance: 10\n    }\n  );\n\n  return {\n    lexemes: hljs.UNDERSCORE_IDENT_RE,\n    keywords: D_KEYWORDS,\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n        hljs.C_BLOCK_COMMENT_MODE,\n        D_NESTING_COMMENT_MODE,\n        D_HEX_STRING_MODE,\n        D_STRING_MODE,\n        D_WYSIWYG_DELIMITED_STRING_MODE,\n        D_ALTERNATE_WYSIWYG_STRING_MODE,\n        D_TOKEN_STRING_MODE,\n        D_FLOAT_MODE,\n        D_INTEGER_MODE,\n        D_CHARACTER_MODE,\n        D_HASHBANG_MODE,\n        D_SPECIAL_TOKEN_SEQUENCE_MODE,\n        D_ATTRIBUTE_MODE\n    ]\n  };\n};","module.exports = function (hljs) {\n  var SUBST = {\n    className: 'subst',\n    variants: [\n       {begin: '\\\\${', end: '}'},\n       {begin: '\\\\$[A-Za-z0-9_]+'}\n    ],\n    keywords: 'true false null this is new super'\n  };\n\n  var STRING = {\n    className: 'string',\n    variants: [\n      {\n        begin: 'r\\'\\'\\'', end: '\\'\\'\\''\n      },\n      {\n        begin: 'r\"\"\"', end: '\"\"\"'\n      },\n      {\n        begin: 'r\\'', end: '\\'',\n        illegal: '\\\\n'\n      },\n      {\n        begin: 'r\"', end: '\"',\n        illegal: '\\\\n'\n      },\n      {\n        begin: '\\'\\'\\'', end: '\\'\\'\\'',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        begin: '\"\"\"', end: '\"\"\"',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        begin: '\\'', end: '\\'',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        begin: '\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      }\n    ]\n  };\n  SUBST.contains = [\n    hljs.C_NUMBER_MODE, STRING\n  ];\n\n  var KEYWORDS = {\n    keyword: 'assert async await break case catch class const continue default do else enum extends false final ' +\n      'finally for if in is new null rethrow return super switch sync this throw true try var void while with yield ' +\n      'abstract as dynamic export external factory get implements import library operator part set static typedef',\n    built_in:\n      // dart:core\n      'print Comparable DateTime Duration Function Iterable Iterator List Map Match Null Object Pattern RegExp Set ' +\n      'Stopwatch String StringBuffer StringSink Symbol Type Uri bool double int num ' +\n      // dart:html\n      'document window querySelector querySelectorAll Element ElementList'\n  };\n\n  return {\n    keywords: KEYWORDS,\n    contains: [\n      STRING,\n      hljs.COMMENT(\n        '/\\\\*\\\\*',\n        '\\\\*/',\n        {\n          subLanguage: 'markdown'\n        }\n      ),\n      hljs.COMMENT(\n        '///',\n        '$',\n        {\n          subLanguage: 'markdown'\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        contains: [\n          {\n            beginKeywords: 'extends implements'\n          },\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta', begin: '@[A-Za-z]+'\n      },\n      {\n        begin: '=>' // No markup, just a relevance booster\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  var KEYWORDS =\n    'exports register file shl array record property for mod while set ally label uses raise not ' +\n    'stored class safecall var interface or private static exit index inherited to else stdcall ' +\n    'override shr asm far resourcestring finalization packed virtual out and protected library do ' +\n    'xorwrite goto near function end div overload object unit begin string on inline repeat until ' +\n    'destructor write message program with read initialization except default nil if case cdecl in ' +\n    'downto threadvar of try pascal const external constructor type public then implementation ' +\n    'finally published procedure absolute reintroduce operator as is abstract alias assembler ' +\n    'bitpacked break continue cppdecl cvar enumerator experimental platform deprecated ' +\n    'unimplemented dynamic export far16 forward generic helper implements interrupt iochecks ' +\n    'local name nodefault noreturn nostackframe oldfpccall otherwise saveregisters softfloat ' +\n    'specialize strict unaligned varargs ';\n  var COMMENT_MODES = [\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.COMMENT(/\\{/, /\\}/, {relevance: 0}),\n    hljs.COMMENT(/\\(\\*/, /\\*\\)/, {relevance: 10})\n  ];\n  var DIRECTIVE = {\n    className: 'meta',\n    variants: [\n      {begin: /\\{\\$/, end: /\\}/},\n      {begin: /\\(\\*\\$/, end: /\\*\\)/}\n    ]\n  };\n  var STRING = {\n    className: 'string',\n    begin: /'/, end: /'/,\n    contains: [{begin: /''/}]\n  };\n  var CHAR_STRING = {\n    className: 'string', begin: /(#\\d+)+/\n  };\n  var CLASS = {\n    begin: hljs.IDENT_RE + '\\\\s*=\\\\s*class\\\\s*\\\\(', returnBegin: true,\n    contains: [\n      hljs.TITLE_MODE\n    ]\n  };\n  var FUNCTION = {\n    className: 'function',\n    beginKeywords: 'function constructor destructor procedure', end: /[:;]/,\n    keywords: 'function constructor|10 destructor|10 procedure|10',\n    contains: [\n      hljs.TITLE_MODE,\n      {\n        className: 'params',\n        begin: /\\(/, end: /\\)/,\n        keywords: KEYWORDS,\n        contains: [STRING, CHAR_STRING, DIRECTIVE].concat(COMMENT_MODES)\n      },\n      DIRECTIVE\n    ].concat(COMMENT_MODES)\n  };\n  return {\n    aliases: ['dpr', 'dfm', 'pas', 'pascal', 'freepascal', 'lazarus', 'lpr', 'lfm'],\n    case_insensitive: true,\n    keywords: KEYWORDS,\n    illegal: /\"|\\$[G-Zg-z]|\\/\\*|<\\/|\\|/,\n    contains: [\n      STRING, CHAR_STRING,\n      hljs.NUMBER_MODE,\n      CLASS,\n      FUNCTION,\n      DIRECTIVE\n    ].concat(COMMENT_MODES)\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['patch'],\n    contains: [\n      {\n        className: 'meta',\n        relevance: 10,\n        variants: [\n          {begin: /^@@ +\\-\\d+,\\d+ +\\+\\d+,\\d+ +@@$/},\n          {begin: /^\\*\\*\\* +\\d+,\\d+ +\\*\\*\\*\\*$/},\n          {begin: /^\\-\\-\\- +\\d+,\\d+ +\\-\\-\\-\\-$/}\n        ]\n      },\n      {\n        className: 'comment',\n        variants: [\n          {begin: /Index: /, end: /$/},\n          {begin: /={3,}/, end: /$/},\n          {begin: /^\\-{3}/, end: /$/},\n          {begin: /^\\*{3} /, end: /$/},\n          {begin: /^\\+{3}/, end: /$/},\n          {begin: /\\*{5}/, end: /\\*{5}$/}\n        ]\n      },\n      {\n        className: 'addition',\n        begin: '^\\\\+', end: '$'\n      },\n      {\n        className: 'deletion',\n        begin: '^\\\\-', end: '$'\n      },\n      {\n        className: 'addition',\n        begin: '^\\\\!', end: '$'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var FILTER = {\n    begin: /\\|[A-Za-z]+:?/,\n    keywords: {\n      name:\n        'truncatewords removetags linebreaksbr yesno get_digit timesince random striptags ' +\n        'filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands ' +\n        'title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode ' +\n        'timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort ' +\n        'dictsortreversed default_if_none pluralize lower join center default ' +\n        'truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first ' +\n        'escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize ' +\n        'localtime utc timezone'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE\n    ]\n  };\n\n  return {\n    aliases: ['jinja'],\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT(/\\{%\\s*comment\\s*%}/, /\\{%\\s*endcomment\\s*%}/),\n      hljs.COMMENT(/\\{#/, /#}/),\n      {\n        className: 'template-tag',\n        begin: /\\{%/, end: /%}/,\n        contains: [\n          {\n            className: 'name',\n            begin: /\\w+/,\n            keywords: {\n              name:\n                'comment endcomment load templatetag ifchanged endifchanged if endif firstof for ' +\n                'endfor ifnotequal endifnotequal widthratio extends include spaceless ' +\n                'endspaceless regroup ifequal endifequal ssi now with cycle url filter ' +\n                'endfilter debug block endblock else autoescape endautoescape csrf_token empty elif ' +\n                'endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix ' +\n                'plural get_current_language language get_available_languages ' +\n                'get_current_language_bidi get_language_info get_language_info_list localize ' +\n                'endlocalize localtime endlocaltime timezone endtimezone get_current_timezone ' +\n                'verbatim'\n            },\n            starts: {\n              endsWithParent: true,\n              keywords: 'in by as',\n              contains: [FILTER],\n              relevance: 0\n            }\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{\\{/, end: /}}/,\n        contains: [FILTER]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['bind', 'zone'],\n    keywords: {\n      keyword:\n        'IN A AAAA AFSDB APL CAA CDNSKEY CDS CERT CNAME DHCID DLV DNAME DNSKEY DS HIP IPSECKEY KEY KX ' +\n        'LOC MX NAPTR NS NSEC NSEC3 NSEC3PARAM PTR RRSIG RP SIG SOA SRV SSHFP TA TKEY TLSA TSIG TXT'\n    },\n    contains: [\n      hljs.COMMENT(';', '$', {relevance: 0}),\n      {\n        className: 'meta',\n        begin: /^\\$(TTL|GENERATE|INCLUDE|ORIGIN)\\b/\n      },\n      // IPv6\n      {\n        className: 'number',\n        begin: '((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:)))\\\\b'\n      },\n      // IPv4\n      {\n        className: 'number',\n        begin: '((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\b'\n      },\n      hljs.inherit(hljs.NUMBER_MODE, {begin: /\\b\\d+[dhwm]?/})\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['docker'],\n    case_insensitive: true,\n    keywords: 'from maintainer expose env arg user onbuild stopsignal',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      {\n        beginKeywords: 'run cmd entrypoint volume add copy workdir label healthcheck shell',\n        starts: {\n          end: /[^\\\\]\\n/,\n          subLanguage: 'bash'\n        }\n      }\n    ],\n    illegal: '</'\n  }\n};","module.exports = function(hljs) {\n  var COMMENT = hljs.COMMENT(\n    /^\\s*@?rem\\b/, /$/,\n    {\n      relevance: 10\n    }\n  );\n  var LABEL = {\n    className: 'symbol',\n    begin: '^\\\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\\\s+label)',\n    relevance: 0\n  };\n  return {\n    aliases: ['bat', 'cmd'],\n    case_insensitive: true,\n    illegal: /\\/\\*/,\n    keywords: {\n      keyword:\n        'if else goto for in do call exit not exist errorlevel defined ' +\n        'equ neq lss leq gtr geq',\n      built_in:\n        'prn nul lpt3 lpt2 lpt1 con com4 com3 com2 com1 aux ' +\n        'shift cd dir echo setlocal endlocal set pause copy ' +\n        'append assoc at attrib break cacls cd chcp chdir chkdsk chkntfs cls cmd color ' +\n        'comp compact convert date dir diskcomp diskcopy doskey erase fs ' +\n        'find findstr format ftype graftabl help keyb label md mkdir mode more move path ' +\n        'pause print popd pushd promt rd recover rem rename replace restore rmdir shift' +\n        'sort start subst time title tree type ver verify vol ' +\n        // winutils\n        'ping net ipconfig taskkill xcopy ren del'\n    },\n    contains: [\n      {\n        className: 'variable', begin: /%%[^ ]|%[^ ]+?%|![^ ]+?!/\n      },\n      {\n        className: 'function',\n        begin: LABEL.begin, end: 'goto:eof',\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: '([_a-zA-Z]\\\\w*\\\\.)*([_a-zA-Z]\\\\w*:)?[_a-zA-Z]\\\\w*'}),\n          COMMENT\n        ]\n      },\n      {\n        className: 'number', begin: '\\\\b\\\\d+',\n        relevance: 0\n      },\n      COMMENT\n    ]\n  };\n};","module.exports = function(hljs) {\n  var QUOTED_PROPERTY = {\n    className: 'string',\n    begin: /\"/, end: /\"/\n  };\n  var APOS_PROPERTY = {\n    className: 'string',\n    begin: /'/, end: /'/\n  };\n  var UNQUOTED_PROPERTY = {\n    className: 'string',\n    begin: '[\\\\w-?]+:\\\\w+', end: '\\\\W',\n    relevance: 0\n  };\n  var VALUELESS_PROPERTY = {\n    className: 'string',\n    begin: '\\\\w+-?\\\\w+', end: '\\\\W',\n    relevance: 0\n  };\n\n  return {\n    keywords: 'dsconfig',\n    contains: [\n      {\n        className: 'keyword',\n        begin: '^dsconfig', end: '\\\\s', excludeEnd: true,\n        relevance: 10\n      },\n      {\n        className: 'built_in',\n        begin: '(list|create|get|set|delete)-(\\\\w+)', end: '\\\\s', excludeEnd: true,\n        illegal: '!@#$%^&*()',\n        relevance: 10\n      },\n      {\n        className: 'built_in',\n        begin: '--(\\\\w+)', end: '\\\\s', excludeEnd: true\n      },\n      QUOTED_PROPERTY,\n      APOS_PROPERTY,\n      UNQUOTED_PROPERTY,\n      VALUELESS_PROPERTY,\n      hljs.HASH_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var STRINGS = {\n    className: 'string',\n    variants: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, { begin: '((u8?|U)|L)?\"' }),\n      {\n        begin: '(u8?|U)?R\"', end: '\"',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        begin: '\\'\\\\\\\\?.', end: '\\'',\n        illegal: '.'\n      }\n    ]\n  };\n\n  var NUMBERS = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)' },\n      { begin: hljs.C_NUMBER_RE }\n    ],\n    relevance: 0\n  };\n\n  var PREPROCESSOR = {\n    className: 'meta',\n    begin: '#', end: '$',\n    keywords: {'meta-keyword': 'if else elif endif define undef ifdef ifndef'},\n    contains: [\n      {\n        begin: /\\\\\\n/, relevance: 0\n      },\n      {\n        beginKeywords: 'include', end: '$',\n        keywords: {'meta-keyword': 'include'},\n        contains: [\n          hljs.inherit(STRINGS, {className: 'meta-string'}),\n          {\n            className: 'meta-string',\n            begin: '<', end: '>',\n            illegal: '\\\\n'\n          }\n        ]\n      },\n      STRINGS,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n\n  var DTS_REFERENCE = {\n    className: 'variable',\n    begin: '\\\\&[a-z\\\\d_]*\\\\b'\n  };\n\n  var DTS_KEYWORD = {\n    className: 'meta-keyword',\n    begin: '/[a-z][a-z\\\\d-]*/'\n  };\n\n  var DTS_LABEL = {\n    className: 'symbol',\n    begin: '^\\\\s*[a-zA-Z_][a-zA-Z\\\\d_]*:'\n  };\n\n  var DTS_CELL_PROPERTY = {\n    className: 'params',\n    begin: '<',\n    end: '>',\n    contains: [\n      NUMBERS,\n      DTS_REFERENCE\n    ]\n  };\n\n  var DTS_NODE = {\n    className: 'class',\n    begin: /[a-zA-Z_][a-zA-Z\\d_@]*\\s{/,\n    end: /[{;=]/,\n    returnBegin: true,\n    excludeEnd: true\n  };\n\n  var DTS_ROOT_NODE = {\n    className: 'class',\n    begin: '/\\\\s*{',\n    end: '};',\n    relevance: 10,\n    contains: [\n      DTS_REFERENCE,\n      DTS_KEYWORD,\n      DTS_LABEL,\n      DTS_NODE,\n      DTS_CELL_PROPERTY,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      NUMBERS,\n      STRINGS\n    ]\n  };\n\n  return {\n    keywords: \"\",\n    contains: [\n      DTS_ROOT_NODE,\n      DTS_REFERENCE,\n      DTS_KEYWORD,\n      DTS_LABEL,\n      DTS_NODE,\n      DTS_CELL_PROPERTY,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      NUMBERS,\n      STRINGS,\n      PREPROCESSOR,\n      {\n        begin: hljs.IDENT_RE + '::',\n        keywords: \"\"\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var EXPRESSION_KEYWORDS = 'if eq ne lt lte gt gte select default math sep';\n  return {\n    aliases: ['dst'],\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n      {\n        className: 'template-tag',\n        begin: /\\{[#\\/]/, end: /\\}/, illegal: /;/,\n        contains: [\n          {\n            className: 'name',\n            begin: /[a-zA-Z\\.-]+/,\n            starts: {\n              endsWithParent: true, relevance: 0,\n              contains: [\n                hljs.QUOTE_STRING_MODE\n              ]\n            }\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{/, end: /\\}/, illegal: /;/,\n        keywords: EXPRESSION_KEYWORDS\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n    var commentMode = hljs.COMMENT(/\\(\\*/, /\\*\\)/);\n\n    var nonTerminalMode = {\n        className: \"attribute\",\n        begin: /^[ ]*[a-zA-Z][a-zA-Z-]*([\\s-]+[a-zA-Z][a-zA-Z]*)*/\n    };\n\n    var specialSequenceMode = {\n        className: \"meta\",\n        begin: /\\?.*\\?/\n    };\n\n    var ruleBodyMode = {\n        begin: /=/, end: /;/,\n        contains: [\n            commentMode,\n            specialSequenceMode,\n            // terminals\n            hljs.APOS_STRING_MODE, hljs.QUOTE_STRING_MODE\n        ]\n    };\n\n    return {\n        illegal: /\\S/,\n        contains: [\n            commentMode,\n            nonTerminalMode,\n            ruleBodyMode\n        ]\n    };\n};","module.exports = function(hljs) {\n  var ELIXIR_IDENT_RE = '[a-zA-Z_][a-zA-Z0-9_.]*(\\\\!|\\\\?)?';\n  var ELIXIR_METHOD_RE = '[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?';\n  var ELIXIR_KEYWORDS =\n    'and false then defined module in return redo retry end for true self when ' +\n    'next until do begin unless nil break not case cond alias while ensure or ' +\n    'include use alias fn quote require import with|0';\n  var SUBST = {\n    className: 'subst',\n    begin: '#\\\\{', end: '}',\n    lexemes: ELIXIR_IDENT_RE,\n    keywords: ELIXIR_KEYWORDS\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {\n        begin: /'/, end: /'/\n      },\n      {\n        begin: /\"/, end: /\"/\n      }\n    ]\n  };\n  var FUNCTION = {\n    className: 'function',\n    beginKeywords: 'def defp defmacro', end: /\\B\\b/, // the mode is ended by the title\n    contains: [\n      hljs.inherit(hljs.TITLE_MODE, {\n        begin: ELIXIR_IDENT_RE,\n        endsParent: true\n      })\n    ]\n  };\n  var CLASS = hljs.inherit(FUNCTION, {\n    className: 'class',\n    beginKeywords: 'defimpl defmodule defprotocol defrecord', end: /\\bdo\\b|$|;/\n  });\n  var ELIXIR_DEFAULT_CONTAINS = [\n    STRING,\n    hljs.HASH_COMMENT_MODE,\n    CLASS,\n    FUNCTION,\n    {\n      begin: '::'\n    },\n    {\n      className: 'symbol',\n      begin: ':(?![\\\\s:])',\n      contains: [STRING, {begin: ELIXIR_METHOD_RE}],\n      relevance: 0\n    },\n    {\n      className: 'symbol',\n      begin: ELIXIR_IDENT_RE + ':(?!:)',\n      relevance: 0\n    },\n    {\n      className: 'number',\n      begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n      relevance: 0\n    },\n    {\n      className: 'variable',\n      begin: '(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))'\n    },\n    {\n      begin: '->'\n    },\n    { // regexp container\n      begin: '(' + hljs.RE_STARTERS_RE + ')\\\\s*',\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        {\n          className: 'regexp',\n          illegal: '\\\\n',\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n          variants: [\n            {\n              begin: '/', end: '/[a-z]*'\n            },\n            {\n              begin: '%r\\\\[', end: '\\\\][a-z]*'\n            }\n          ]\n        }\n      ],\n      relevance: 0\n    }\n  ];\n  SUBST.contains = ELIXIR_DEFAULT_CONTAINS;\n\n  return {\n    lexemes: ELIXIR_IDENT_RE,\n    keywords: ELIXIR_KEYWORDS,\n    contains: ELIXIR_DEFAULT_CONTAINS\n  };\n};","module.exports = function(hljs) {\n  var COMMENT = {\n    variants: [\n      hljs.COMMENT('--', '$'),\n      hljs.COMMENT(\n        '{-',\n        '-}',\n        {\n          contains: ['self']\n        }\n      )\n    ]\n  };\n\n  var CONSTRUCTOR = {\n    className: 'type',\n    begin: '\\\\b[A-Z][\\\\w\\']*', // TODO: other constructors (built-in, infix).\n    relevance: 0\n  };\n\n  var LIST = {\n    begin: '\\\\(', end: '\\\\)',\n    illegal: '\"',\n    contains: [\n      {className: 'type', begin: '\\\\b[A-Z][\\\\w]*(\\\\((\\\\.\\\\.|,|\\\\w+)\\\\))?'},\n      COMMENT\n    ]\n  };\n\n  var RECORD = {\n    begin: '{', end: '}',\n    contains: LIST.contains\n  };\n\n  var CHARACTER = {\n    className: 'string',\n    begin: '\\'\\\\\\\\?.', end: '\\'',\n    illegal: '.'\n  };\n\n  return {\n    keywords:\n      'let in if then else case of where module import exposing ' +\n      'type alias as infix infixl infixr port effect command subscription',\n    contains: [\n\n      // Top-level constructions.\n\n      {\n        beginKeywords: 'port effect module', end: 'exposing',\n        keywords: 'port effect module where command subscription exposing',\n        contains: [LIST, COMMENT],\n        illegal: '\\\\W\\\\.|;'\n      },\n      {\n        begin: 'import', end: '$',\n        keywords: 'import as exposing',\n        contains: [LIST, COMMENT],\n        illegal: '\\\\W\\\\.|;'\n      },\n      {\n        begin: 'type', end: '$',\n        keywords: 'type alias',\n        contains: [CONSTRUCTOR, LIST, RECORD, COMMENT]\n      },\n      {\n        beginKeywords: 'infix infixl infixr', end: '$',\n        contains: [hljs.C_NUMBER_MODE, COMMENT]\n      },\n      {\n        begin: 'port', end: '$',\n        keywords: 'port',\n        contains: [COMMENT]\n      },\n\n      // Literals and names.\n\n      CHARACTER,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      CONSTRUCTOR,\n      hljs.inherit(hljs.TITLE_MODE, {begin: '^[_a-z][\\\\w\\']*'}),\n      COMMENT,\n\n      {begin: '->|<-'} // No markup, relevance booster\n    ],\n    illegal: /;/\n  };\n};","module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT('<%#', '%>'),\n      {\n        begin: '<%[%=-]?', end: '[%-]?%>',\n        subLanguage: 'ruby',\n        excludeBegin: true,\n        excludeEnd: true\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      built_in:\n        'spawn spawn_link self',\n      keyword:\n        'after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if ' +\n        'let not of or orelse|10 query receive rem try when xor'\n    },\n    contains: [\n      {\n        className: 'meta', begin: '^[0-9]+> ',\n        relevance: 10\n      },\n      hljs.COMMENT('%', '$'),\n      {\n        className: 'number',\n        begin: '\\\\b(\\\\d+#[a-fA-F0-9]+|\\\\d+(\\\\.\\\\d+)?([eE][-+]?\\\\d+)?)',\n        relevance: 0\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        begin: '\\\\?(::)?([A-Z]\\\\w*(::)?)+'\n      },\n      {\n        begin: '->'\n      },\n      {\n        begin: 'ok'\n      },\n      {\n        begin: '!'\n      },\n      {\n        begin: '(\\\\b[a-z\\'][a-zA-Z0-9_\\']*:[a-z\\'][a-zA-Z0-9_\\']*)|(\\\\b[a-z\\'][a-zA-Z0-9_\\']*)',\n        relevance: 0\n      },\n      {\n        begin: '[A-Z][a-zA-Z0-9_\\']*',\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BASIC_ATOM_RE = '[a-z\\'][a-zA-Z0-9_\\']*';\n  var FUNCTION_NAME_RE = '(' + BASIC_ATOM_RE + ':' + BASIC_ATOM_RE + '|' + BASIC_ATOM_RE + ')';\n  var ERLANG_RESERVED = {\n    keyword:\n      'after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if ' +\n      'let not of orelse|10 query receive rem try when xor',\n    literal:\n      'false true'\n  };\n\n  var COMMENT = hljs.COMMENT('%', '$');\n  var NUMBER = {\n    className: 'number',\n    begin: '\\\\b(\\\\d+#[a-fA-F0-9]+|\\\\d+(\\\\.\\\\d+)?([eE][-+]?\\\\d+)?)',\n    relevance: 0\n  };\n  var NAMED_FUN = {\n    begin: 'fun\\\\s+' + BASIC_ATOM_RE + '/\\\\d+'\n  };\n  var FUNCTION_CALL = {\n    begin: FUNCTION_NAME_RE + '\\\\(', end: '\\\\)',\n    returnBegin: true,\n    relevance: 0,\n    contains: [\n      {\n        begin: FUNCTION_NAME_RE, relevance: 0\n      },\n      {\n        begin: '\\\\(', end: '\\\\)', endsWithParent: true,\n        returnEnd: true,\n        relevance: 0\n        // \"contains\" defined later\n      }\n    ]\n  };\n  var TUPLE = {\n    begin: '{', end: '}',\n    relevance: 0\n    // \"contains\" defined later\n  };\n  var VAR1 = {\n    begin: '\\\\b_([A-Z][A-Za-z0-9_]*)?',\n    relevance: 0\n  };\n  var VAR2 = {\n    begin: '[A-Z][a-zA-Z0-9_]*',\n    relevance: 0\n  };\n  var RECORD_ACCESS = {\n    begin: '#' + hljs.UNDERSCORE_IDENT_RE,\n    relevance: 0,\n    returnBegin: true,\n    contains: [\n      {\n        begin: '#' + hljs.UNDERSCORE_IDENT_RE,\n        relevance: 0\n      },\n      {\n        begin: '{', end: '}',\n        relevance: 0\n        // \"contains\" defined later\n      }\n    ]\n  };\n\n  var BLOCK_STATEMENTS = {\n    beginKeywords: 'fun receive if try case', end: 'end',\n    keywords: ERLANG_RESERVED\n  };\n  BLOCK_STATEMENTS.contains = [\n    COMMENT,\n    NAMED_FUN,\n    hljs.inherit(hljs.APOS_STRING_MODE, {className: ''}),\n    BLOCK_STATEMENTS,\n    FUNCTION_CALL,\n    hljs.QUOTE_STRING_MODE,\n    NUMBER,\n    TUPLE,\n    VAR1, VAR2,\n    RECORD_ACCESS\n  ];\n\n  var BASIC_MODES = [\n    COMMENT,\n    NAMED_FUN,\n    BLOCK_STATEMENTS,\n    FUNCTION_CALL,\n    hljs.QUOTE_STRING_MODE,\n    NUMBER,\n    TUPLE,\n    VAR1, VAR2,\n    RECORD_ACCESS\n  ];\n  FUNCTION_CALL.contains[1].contains = BASIC_MODES;\n  TUPLE.contains = BASIC_MODES;\n  RECORD_ACCESS.contains[1].contains = BASIC_MODES;\n\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)',\n    contains: BASIC_MODES\n  };\n  return {\n    aliases: ['erl'],\n    keywords: ERLANG_RESERVED,\n    illegal: '(</|\\\\*=|\\\\+=|-=|/\\\\*|\\\\*/|\\\\(\\\\*|\\\\*\\\\))',\n    contains: [\n      {\n        className: 'function',\n        begin: '^' + BASIC_ATOM_RE + '\\\\s*\\\\(', end: '->',\n        returnBegin: true,\n        illegal: '\\\\(|#|//|/\\\\*|\\\\\\\\|:|;',\n        contains: [\n          PARAMS,\n          hljs.inherit(hljs.TITLE_MODE, {begin: BASIC_ATOM_RE})\n        ],\n        starts: {\n          end: ';|\\\\.',\n          keywords: ERLANG_RESERVED,\n          contains: BASIC_MODES\n        }\n      },\n      COMMENT,\n      {\n        begin: '^-', end: '\\\\.',\n        relevance: 0,\n        excludeEnd: true,\n        returnBegin: true,\n        lexemes: '-' + hljs.IDENT_RE,\n        keywords:\n          '-module -record -undef -export -ifdef -ifndef -author -copyright -doc -vsn ' +\n          '-import -include -include_lib -compile -define -else -endif -file -behaviour ' +\n          '-behavior -spec',\n        contains: [PARAMS]\n      },\n      NUMBER,\n      hljs.QUOTE_STRING_MODE,\n      RECORD_ACCESS,\n      VAR1, VAR2,\n      TUPLE,\n      {begin: /\\.$/} // relevance booster\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['xlsx', 'xls'],\n    case_insensitive: true,\n    lexemes: /[a-zA-Z][\\w\\.]*/,\n    // built-in functions imported from https://web.archive.org/web/20160513042710/https://support.office.com/en-us/article/Excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188\n    keywords: {\n        built_in: 'ABS ACCRINT ACCRINTM ACOS ACOSH ACOT ACOTH AGGREGATE ADDRESS AMORDEGRC AMORLINC AND ARABIC AREAS ASC ASIN ASINH ATAN ATAN2 ATANH AVEDEV AVERAGE AVERAGEA AVERAGEIF AVERAGEIFS BAHTTEXT BASE BESSELI BESSELJ BESSELK BESSELY BETADIST BETA.DIST BETAINV BETA.INV BIN2DEC BIN2HEX BIN2OCT BINOMDIST BINOM.DIST BINOM.DIST.RANGE BINOM.INV BITAND BITLSHIFT BITOR BITRSHIFT BITXOR CALL CEILING CEILING.MATH CEILING.PRECISE CELL CHAR CHIDIST CHIINV CHITEST CHISQ.DIST CHISQ.DIST.RT CHISQ.INV CHISQ.INV.RT CHISQ.TEST CHOOSE CLEAN CODE COLUMN COLUMNS COMBIN COMBINA COMPLEX CONCAT CONCATENATE CONFIDENCE CONFIDENCE.NORM CONFIDENCE.T CONVERT CORREL COS COSH COT COTH COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS COUPDAYBS COUPDAYS COUPDAYSNC COUPNCD COUPNUM COUPPCD COVAR COVARIANCE.P COVARIANCE.S CRITBINOM CSC CSCH CUBEKPIMEMBER CUBEMEMBER CUBEMEMBERPROPERTY CUBERANKEDMEMBER CUBESET CUBESETCOUNT CUBEVALUE CUMIPMT CUMPRINC DATE DATEDIF DATEVALUE DAVERAGE DAY DAYS DAYS360 DB DBCS DCOUNT DCOUNTA DDB DEC2BIN DEC2HEX DEC2OCT DECIMAL DEGREES DELTA DEVSQ DGET DISC DMAX DMIN DOLLAR DOLLARDE DOLLARFR DPRODUCT DSTDEV DSTDEVP DSUM DURATION DVAR DVARP EDATE EFFECT ENCODEURL EOMONTH ERF ERF.PRECISE ERFC ERFC.PRECISE ERROR.TYPE EUROCONVERT EVEN EXACT EXP EXPON.DIST EXPONDIST FACT FACTDOUBLE FALSE|0 F.DIST FDIST F.DIST.RT FILTERXML FIND FINDB F.INV F.INV.RT FINV FISHER FISHERINV FIXED FLOOR FLOOR.MATH FLOOR.PRECISE FORECAST FORECAST.ETS FORECAST.ETS.CONFINT FORECAST.ETS.SEASONALITY FORECAST.ETS.STAT FORECAST.LINEAR FORMULATEXT FREQUENCY F.TEST FTEST FV FVSCHEDULE GAMMA GAMMA.DIST GAMMADIST GAMMA.INV GAMMAINV GAMMALN GAMMALN.PRECISE GAUSS GCD GEOMEAN GESTEP GETPIVOTDATA GROWTH HARMEAN HEX2BIN HEX2DEC HEX2OCT HLOOKUP HOUR HYPERLINK HYPGEOM.DIST HYPGEOMDIST IF|0 IFERROR IFNA IFS IMABS IMAGINARY IMARGUMENT IMCONJUGATE IMCOS IMCOSH IMCOT IMCSC IMCSCH IMDIV IMEXP IMLN IMLOG10 IMLOG2 IMPOWER IMPRODUCT IMREAL IMSEC IMSECH IMSIN IMSINH IMSQRT IMSUB IMSUM IMTAN INDEX INDIRECT INFO INT INTERCEPT INTRATE IPMT IRR ISBLANK ISERR ISERROR ISEVEN ISFORMULA ISLOGICAL ISNA ISNONTEXT ISNUMBER ISODD ISREF ISTEXT ISO.CEILING ISOWEEKNUM ISPMT JIS KURT LARGE LCM LEFT LEFTB LEN LENB LINEST LN LOG LOG10 LOGEST LOGINV LOGNORM.DIST LOGNORMDIST LOGNORM.INV LOOKUP LOWER MATCH MAX MAXA MAXIFS MDETERM MDURATION MEDIAN MID MIDBs MIN MINIFS MINA MINUTE MINVERSE MIRR MMULT MOD MODE MODE.MULT MODE.SNGL MONTH MROUND MULTINOMIAL MUNIT N NA NEGBINOM.DIST NEGBINOMDIST NETWORKDAYS NETWORKDAYS.INTL NOMINAL NORM.DIST NORMDIST NORMINV NORM.INV NORM.S.DIST NORMSDIST NORM.S.INV NORMSINV NOT NOW NPER NPV NUMBERVALUE OCT2BIN OCT2DEC OCT2HEX ODD ODDFPRICE ODDFYIELD ODDLPRICE ODDLYIELD OFFSET OR PDURATION PEARSON PERCENTILE.EXC PERCENTILE.INC PERCENTILE PERCENTRANK.EXC PERCENTRANK.INC PERCENTRANK PERMUT PERMUTATIONA PHI PHONETIC PI PMT POISSON.DIST POISSON POWER PPMT PRICE PRICEDISC PRICEMAT PROB PRODUCT PROPER PV QUARTILE QUARTILE.EXC QUARTILE.INC QUOTIENT RADIANS RAND RANDBETWEEN RANK.AVG RANK.EQ RANK RATE RECEIVED REGISTER.ID REPLACE REPLACEB REPT RIGHT RIGHTB ROMAN ROUND ROUNDDOWN ROUNDUP ROW ROWS RRI RSQ RTD SEARCH SEARCHB SEC SECH SECOND SERIESSUM SHEET SHEETS SIGN SIN SINH SKEW SKEW.P SLN SLOPE SMALL SQL.REQUEST SQRT SQRTPI STANDARDIZE STDEV STDEV.P STDEV.S STDEVA STDEVP STDEVPA STEYX SUBSTITUTE SUBTOTAL SUM SUMIF SUMIFS SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2 SUMXMY2 SWITCH SYD T TAN TANH TBILLEQ TBILLPRICE TBILLYIELD T.DIST T.DIST.2T T.DIST.RT TDIST TEXT TEXTJOIN TIME TIMEVALUE T.INV T.INV.2T TINV TODAY TRANSPOSE TREND TRIM TRIMMEAN TRUE|0 TRUNC T.TEST TTEST TYPE UNICHAR UNICODE UPPER VALUE VAR VAR.P VAR.S VARA VARP VARPA VDB VLOOKUP WEBSERVICE WEEKDAY WEEKNUM WEIBULL WEIBULL.DIST WORKDAY WORKDAY.INTL XIRR XNPV XOR YEAR YEARFRAC YIELD YIELDDISC YIELDMAT Z.TEST ZTEST'\n    },\n    contains: [\n      {\n        /* matches a beginning equal sign found in Excel formula examples */ \n        begin: /^=/,\n        end: /[^=]/, returnEnd: true, illegal: /=/, /* only allow single equal sign at front of line */\n        relevance: 10\n      },\n      /* technically, there can be more than 2 letters in column names, but this prevents conflict with some keywords */\n      {\n        /* matches a reference to a single cell */\n        className: 'symbol',\n        begin: /\\b[A-Z]{1,2}\\d+\\b/,\n        end: /[^\\d]/, excludeEnd: true,\n        relevance: 0\n      },\n      {\n        /* matches a reference to a range of cells */\n        className: 'symbol',\n        begin: /[A-Z]{0,2}\\d*:[A-Z]{0,2}\\d*/,\n        relevance: 0\n      },\n      hljs.BACKSLASH_ESCAPE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'number',\n        begin: hljs.NUMBER_RE + '(%)?',\n        relevance: 0\n      },\n      /* Excel formula comments are done by putting the comment in a function call to N() */\n      hljs.COMMENT(/\\bN\\(/,/\\)/,\n      {\n        excludeBegin: true,\n        excludeEnd: true,\n        illegal: /\\n/\n      })\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n    {\n      begin: /[^\\u2401\\u0001]+/,\n      end: /[\\u2401\\u0001]/,\n      excludeEnd: true,\n      returnBegin: true,\n      returnEnd: false,\n      contains: [\n      {\n        begin: /([^\\u2401\\u0001=]+)/,\n        end: /=([^\\u2401\\u0001=]+)/,\n        returnEnd: true,\n        returnBegin: false,\n        className: 'attr'\n      },\n      {\n        begin: /=/,\n        end: /([\\u2401\\u0001])/,\n        excludeEnd: true,\n        excludeBegin: true,\n        className: 'string'\n      }]\n    }],\n    case_insensitive: true\n  };\n};","module.exports = function (hljs) {\n\n    var CHAR = {\n        className: 'string',\n        begin: /'(.|\\\\[xXuU][a-zA-Z0-9]+)'/\n    };\n\n    var STRING = {\n        className: 'string',\n        variants: [\n            {\n                begin: '\"', end: '\"'\n            }\n        ]\n    };\n\n    var NAME = {\n        className: 'title',\n        begin: /[^0-9\\n\\t \"'(),.`{}\\[\\]:;][^\\n\\t \"'(),.`{}\\[\\]:;]+|[^0-9\\n\\t \"'(),.`{}\\[\\]:;=]/\n    };\n\n    var METHOD = {\n        className: 'function',\n        beginKeywords: 'def',\n        end: /[:={\\[(\\n;]/,\n        excludeEnd: true,\n        contains: [NAME]\n    };\n\n    return {\n        keywords: {\n            literal: 'true false',\n            keyword: 'case class def else enum if impl import in lat rel index let match namespace switch type yield with'\n        },\n        contains: [\n            hljs.C_LINE_COMMENT_MODE,\n            hljs.C_BLOCK_COMMENT_MODE,\n            CHAR,\n            STRING,\n            METHOD,\n            hljs.C_NUMBER_MODE\n        ]\n    };\n};","module.exports = function(hljs) {\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)'\n  };\n\n  var F_KEYWORDS = {\n    literal: '.False. .True.',\n    keyword: 'kind do while private call intrinsic where elsewhere ' +\n      'type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then ' +\n      'public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. ' +\n      'goto save else use module select case ' +\n      'access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit ' +\n      'continue format pause cycle exit ' +\n      'c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg ' +\n      'synchronous nopass non_overridable pass protected volatile abstract extends import ' +\n      'non_intrinsic value deferred generic final enumerator class associate bind enum ' +\n      'c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t ' +\n      'c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double ' +\n      'c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr ' +\n      'c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer ' +\n      'c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor ' +\n      'numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ' +\n      'ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive ' +\n      'pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure ' +\n      'integer real character complex logical dimension allocatable|10 parameter ' +\n      'external implicit|10 none double precision assign intent optional pointer ' +\n      'target in out common equivalence data',\n    built_in: 'alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint ' +\n      'dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl ' +\n      'algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama ' +\n      'iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod ' +\n      'qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log ' +\n      'log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate ' +\n      'adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product ' +\n      'eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul ' +\n      'maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product ' +\n      'radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind ' +\n      'set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer ' +\n      'dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ' +\n      'ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode ' +\n      'is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of'  +\n      'acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 ' +\n      'atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits ' +\n      'bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr ' +\n      'num_images parity popcnt poppar shifta shiftl shiftr this_image'\n  };\n  return {\n    case_insensitive: true,\n    aliases: ['f90', 'f95'],\n    keywords: F_KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: [\n      hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {className: 'string', relevance: 0}),\n      {\n        className: 'function',\n        beginKeywords: 'subroutine function program',\n        illegal: '[${=\\\\n]',\n        contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS]\n      },\n      hljs.COMMENT('!', '$', {relevance: 0}),\n      {\n        className: 'number',\n        begin: '(?=\\\\b|\\\\+|\\\\-|\\\\.)(?=\\\\.\\\\d|\\\\d)(?:\\\\d+)?(?:\\\\.?\\\\d*)(?:[de][+-]?\\\\d+)?\\\\b\\\\.?',\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var TYPEPARAM = {\n    begin: '<', end: '>',\n    contains: [\n      hljs.inherit(hljs.TITLE_MODE, {begin: /'[a-zA-Z0-9_]+/})\n    ]\n  };\n\n  return {\n    aliases: ['fs'],\n    keywords:\n      'abstract and as assert base begin class default delegate do done ' +\n      'downcast downto elif else end exception extern false finally for ' +\n      'fun function global if in inherit inline interface internal lazy let ' +\n      'match member module mutable namespace new null of open or ' +\n      'override private public rec return sig static struct then to ' +\n      'true try type upcast use val void when while with yield',\n    illegal: /\\/\\*/,\n    contains: [\n      {\n        // monad builder keywords (matches before non-bang kws)\n        className: 'keyword',\n        begin: /\\b(yield|return|let|do)!/\n      },\n      {\n        className: 'string',\n        begin: '@\"', end: '\"',\n        contains: [{begin: '\"\"'}]\n      },\n      {\n        className: 'string',\n        begin: '\"\"\"', end: '\"\"\"'\n      },\n      hljs.COMMENT('\\\\(\\\\*', '\\\\*\\\\)'),\n      {\n        className: 'class',\n        beginKeywords: 'type', end: '\\\\(|=|$', excludeEnd: true,\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          TYPEPARAM\n        ]\n      },\n      {\n        className: 'meta',\n        begin: '\\\\[<', end: '>\\\\]',\n        relevance: 10\n      },\n      {\n        className: 'symbol',\n        begin: '\\\\B(\\'[A-Za-z])\\\\b',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function (hljs) {\n  var KEYWORDS = {\n    'keyword':\n      'abort acronym acronyms alias all and assign binary card diag display ' +\n      'else eq file files for free ge gt if integer le loop lt maximizing ' +\n      'minimizing model models ne negative no not option options or ord ' +\n      'positive prod put putpage puttl repeat sameas semicont semiint smax ' +\n      'smin solve sos1 sos2 sum system table then until using while xor yes',\n    'literal': 'eps inf na',\n    'built-in':\n      'abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy ' +\n      'cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact ' +\n      'floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max ' +\n      'min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power ' +\n      'randBinomial randLinear randTriangle round rPower sigmoid sign ' +\n      'signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt ' +\n      'tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp ' +\n      'bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt ' +\n      'rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear ' +\n      'jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion ' +\n      'handleCollect handleDelete handleStatus handleSubmit heapFree ' +\n      'heapLimit heapSize jobHandle jobKill jobStatus jobTerminate ' +\n      'licenseLevel licenseStatus maxExecError sleep timeClose timeComp ' +\n      'timeElapsed timeExec timeStart'\n  };\n  var PARAMS = {\n    className: 'params',\n    begin: /\\(/, end: /\\)/,\n    excludeBegin: true,\n    excludeEnd: true,\n  };\n  var SYMBOLS = {\n    className: 'symbol',\n    variants: [\n      {begin: /\\=[lgenxc]=/},\n      {begin: /\\$/},\n    ]\n  };\n  var QSTR = { // One-line quoted comment string\n    className: 'comment',\n    variants: [\n      {begin: '\\'', end: '\\''},\n      {begin: '\"', end: '\"'},\n    ],\n    illegal: '\\\\n',\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n  var ASSIGNMENT = {\n    begin: '/',\n    end: '/',\n    keywords: KEYWORDS,\n    contains: [\n      QSTR,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n    ],\n  };\n  var DESCTEXT = { // Parameter/set/variable description text\n    begin: /[a-z][a-z0-9_]*(\\([a-z0-9_, ]*\\))?[ \\t]+/,\n    excludeBegin: true,\n    end: '$',\n    endsWithParent: true,\n    contains: [\n      QSTR,\n      ASSIGNMENT,\n      {\n        className: 'comment',\n        begin: /([ ]*[a-z0-9&#*=?@>\\\\<:\\-,()$\\[\\]_.{}!+%^]+)+/,\n        relevance: 0\n      },\n    ],\n  };\n\n  return {\n    aliases: ['gms'],\n    case_insensitive: true,\n    keywords: KEYWORDS,\n    contains: [\n      hljs.COMMENT(/^\\$ontext/, /^\\$offtext/),\n      {\n        className: 'meta',\n        begin: '^\\\\$[a-z0-9]+',\n        end: '$',\n        returnBegin: true,\n        contains: [\n          {\n            className: 'meta-keyword',\n            begin: '^\\\\$[a-z0-9]+',\n          }\n        ]\n      },\n      hljs.COMMENT('^\\\\*', '$'),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      // Declarations\n      {\n        beginKeywords:\n          'set sets parameter parameters variable variables ' +\n          'scalar scalars equation equations',\n        end: ';',\n        contains: [\n          hljs.COMMENT('^\\\\*', '$'),\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.APOS_STRING_MODE,\n          ASSIGNMENT,\n          DESCTEXT,\n        ]\n      },\n      { // table environment\n        beginKeywords: 'table',\n        end: ';',\n        returnBegin: true,\n        contains: [\n          { // table header row\n            beginKeywords: 'table',\n            end: '$',\n            contains: [DESCTEXT],\n          },\n          hljs.COMMENT('^\\\\*', '$'),\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.APOS_STRING_MODE,\n          hljs.C_NUMBER_MODE,\n          // Table does not contain DESCTEXT or ASSIGNMENT\n        ]\n      },\n      // Function definitions\n      {\n        className: 'function',\n        begin: /^[a-z][a-z0-9_,\\-+' ()$]+\\.{2}/,\n        returnBegin: true,\n        contains: [\n              { // Function title\n                className: 'title',\n                begin: /^[a-z0-9_]+/,\n              },\n              PARAMS,\n              SYMBOLS,\n            ],\n      },\n      hljs.C_NUMBER_MODE,\n      SYMBOLS,\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword: 'and bool break call callexe checkinterrupt clear clearg closeall cls comlog compile ' +\n              'continue create debug declare delete disable dlibrary dllcall do dos ed edit else ' +\n              'elseif enable end endfor endif endp endo errorlog errorlogat expr external fn ' +\n              'for format goto gosub graph if keyword let lib library line load loadarray loadexe ' +\n              'loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow ' +\n              'matrix msym ndpclex new not open or output outwidth plot plotsym pop prcsn print ' +\n              'printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen ' +\n              'scroll setarray show sparse stop string struct system trace trap threadfor ' +\n              'threadendfor threadbegin threadjoin threadstat threadend until use while winprint',\n    built_in: 'abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol ' +\n              'AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks ' +\n              'AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults ' +\n              'annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness ' +\n              'annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd ' +\n              'astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar ' +\n              'base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 ' +\n              'cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv ' +\n              'cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn ' +\n              'cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi ' +\n              'cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ' +\n              'ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated ' +\n              'complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs ' +\n              'cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos ' +\n              'datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd ' +\n              'dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName ' +\n              'dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy ' +\n              'dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen ' +\n              'dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA ' +\n              'dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField ' +\n              'dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition ' +\n              'dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows ' +\n              'dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly ' +\n              'dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy ' +\n              'dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl ' +\n              'dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt ' +\n              'dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday ' +\n              'dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays ' +\n              'endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error ' +\n              'etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut ' +\n              'EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol ' +\n              'EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq ' +\n              'feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt ' +\n              'floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC ' +\n              'gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders ' +\n              'gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse ' +\n              'gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray ' +\n              'getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders ' +\n              'getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT ' +\n              'gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm ' +\n              'hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 ' +\n              'indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 ' +\n              'inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf ' +\n              'isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv ' +\n              'lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn ' +\n              'lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind ' +\n              'loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars ' +\n              'makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli ' +\n              'mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave ' +\n              'movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate ' +\n              'olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto ' +\n              'pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox ' +\n              'plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea ' +\n              'plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout ' +\n              'plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill ' +\n              'plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol ' +\n              'plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange ' +\n              'plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel ' +\n              'plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot ' +\n              'pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames ' +\n              'pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector ' +\n              'pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate ' +\n              'qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr ' +\n              'real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn ' +\n              'rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel ' +\n              'rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn ' +\n              'rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh ' +\n              'rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind ' +\n              'scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa ' +\n              'setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind ' +\n              'sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL ' +\n              'spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense ' +\n              'spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet ' +\n              'sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt ' +\n              'strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr ' +\n              'surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname threadBegin threadEnd threadEndFor threadFor ' +\n              'threadJoin threadStat time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk ' +\n              'trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt ' +\n              'utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs ' +\n              'vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window ' +\n              'writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM ' +\n              'xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute ' +\n              'h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels ' +\n              'plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin strtrim sylvester',\n    literal: 'DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS ' +\n             'DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 ' +\n             'DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS ' +\n             'DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES ' +\n             'DB_TRANSACTIONS DB_UNICODE DB_VIEWS'\n  };\n\n  var PREPROCESSOR =\n  {\n    className: 'meta',\n    begin: '#', end: '$',\n    keywords: {'meta-keyword': 'define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline'},\n    contains: [\n      {\n        begin: /\\\\\\n/, relevance: 0\n      },\n      {\n        beginKeywords: 'include', end: '$',\n        keywords: {'meta-keyword': 'include'},\n        contains: [\n          {\n            className: 'meta-string',\n            begin: '\"', end: '\"',\n            illegal: '\\\\n'\n          }\n        ]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n\n  var FUNCTION_TITLE = hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(?';\n  var PARSE_PARAMS = [\n    {\n      className: 'params',\n      begin: /\\(/, end: /\\)/,\n      keywords: KEYWORDS,\n      relevance: 0,\n      contains: [\n        hljs.C_NUMBER_MODE,\n        hljs.C_LINE_COMMENT_MODE,\n        hljs.C_BLOCK_COMMENT_MODE\n      ]\n    }\n  ];\n\n  return {\n    aliases: ['gss'],\n    case_insensitive: true, // language is case-insensitive\n    keywords: KEYWORDS,\n    illegal: '(\\\\{[%#]|[%#]\\\\})',\n    contains: [\n      hljs.C_NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.COMMENT('@', '@'),\n      PREPROCESSOR,\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        className: 'function',\n        beginKeywords: 'proc keyword',\n        end: ';',\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: FUNCTION_TITLE, returnBegin: true,\n            contains: [hljs.UNDERSCORE_TITLE_MODE],\n            relevance: 0\n          },\n          hljs.C_NUMBER_MODE,\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          PREPROCESSOR\n        ].concat(PARSE_PARAMS)\n      },\n      {\n        className: 'function',\n        beginKeywords: 'fn',\n        end: ';',\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: FUNCTION_TITLE + hljs.IDENT_RE + '\\\\)?\\\\s*\\\\=\\\\s*', returnBegin: true,\n            contains: [hljs.UNDERSCORE_TITLE_MODE],\n            relevance: 0\n          },\n          hljs.C_NUMBER_MODE,\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ].concat(PARSE_PARAMS)\n      },\n      {\n        className: 'function',\n        begin: '\\\\bexternal (proc|keyword|fn)\\\\s+',\n        end: ';',\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: FUNCTION_TITLE, returnBegin: true,\n            contains: [hljs.UNDERSCORE_TITLE_MODE],\n            relevance: 0\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        className: 'function',\n        begin: '\\\\bexternal (matrix|string|array|sparse matrix|struct ' + hljs.IDENT_RE + ')\\\\s+',\n        end: ';',\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n    var GCODE_IDENT_RE = '[A-Z_][A-Z0-9_.]*';\n    var GCODE_CLOSE_RE = '\\\\%';\n    var GCODE_KEYWORDS =\n      'IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT ' +\n      'EQ LT GT NE GE LE OR XOR';\n    var GCODE_START = {\n        className: 'meta',\n        begin: '([O])([0-9]+)'\n    };\n    var GCODE_CODE = [\n        hljs.C_LINE_COMMENT_MODE,\n        hljs.C_BLOCK_COMMENT_MODE,\n        hljs.COMMENT(/\\(/, /\\)/),\n        hljs.inherit(hljs.C_NUMBER_MODE, {begin: '([-+]?([0-9]*\\\\.?[0-9]+\\\\.?))|' + hljs.C_NUMBER_RE}),\n        hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n        hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n        {\n            className: 'name',\n            begin: '([G])([0-9]+\\\\.?[0-9]?)'\n        },\n        {\n            className: 'name',\n            begin: '([M])([0-9]+\\\\.?[0-9]?)'\n        },\n        {\n            className: 'attr',\n            begin: '(VC|VS|#)',\n            end: '(\\\\d+)'\n        },\n        {\n            className: 'attr',\n            begin: '(VZOFX|VZOFY|VZOFZ)'\n        },\n        {\n            className: 'built_in',\n            begin: '(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\\\[)',\n            end: '([-+]?([0-9]*\\\\.?[0-9]+\\\\.?))(\\\\])'\n        },\n        {\n            className: 'symbol',\n            variants: [\n                {\n                    begin: 'N', end: '\\\\d+',\n                    illegal: '\\\\W'\n                }\n            ]\n        }\n    ];\n\n    return {\n        aliases: ['nc'],\n        // Some implementations (CNC controls) of G-code are interoperable with uppercase and lowercase letters seamlessly.\n        // However, most prefer all uppercase and uppercase is customary.\n        case_insensitive: true,\n        lexemes: GCODE_IDENT_RE,\n        keywords: GCODE_KEYWORDS,\n        contains: [\n            {\n                className: 'meta',\n                begin: GCODE_CLOSE_RE\n            },\n            GCODE_START\n        ].concat(GCODE_CODE)\n    };\n};","module.exports = function (hljs) {\n  return {\n    aliases: ['feature'],\n    keywords: 'Feature Background Ability Business\\ Need Scenario Scenarios Scenario\\ Outline Scenario\\ Template Examples Given And Then But When',\n    contains: [\n      {\n        className: 'symbol',\n        begin: '\\\\*',\n        relevance: 0\n      },\n      {\n        className: 'meta',\n        begin: '@[^@\\\\s]+'\n      },\n      {\n        begin: '\\\\|', end: '\\\\|\\\\w*$',\n        contains: [\n          {\n            className: 'string',\n            begin: '[^|]+'\n          }\n        ]\n      },\n      {\n        className: 'variable',\n        begin: '<', end: '>'\n      },\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'string',\n        begin: '\"\"\"', end: '\"\"\"'\n      },\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        // Statements\n        'break continue discard do else for if return while switch case default ' +\n        // Qualifiers\n        'attribute binding buffer ccw centroid centroid varying coherent column_major const cw ' +\n        'depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing ' +\n        'flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant ' +\n        'invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y ' +\n        'local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left ' +\n        'out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f '+\n        'r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict ' +\n        'rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 ' +\n        'rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 ' +\n        'rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip ' +\n        'triangles triangles_adjacency uniform varying vertices volatile writeonly',\n      type:\n        'atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 ' +\n        'dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray ' +\n        'iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer' +\n        'iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray ' +\n        'image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray ' +\n        'isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D ' +\n        'isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 ' +\n        'mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray ' +\n        'sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow ' +\n        'sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D ' +\n        'samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow ' +\n        'image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect ' +\n        'uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray ' +\n        'usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D ' +\n        'samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void',\n      built_in:\n        // Constants\n        'gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes ' +\n        'gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms ' +\n        'gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers ' +\n        'gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits ' +\n        'gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize ' +\n        'gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters ' +\n        'gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors ' +\n        'gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers ' +\n        'gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents ' +\n        'gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits ' +\n        'gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents ' +\n        'gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset ' +\n        'gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms ' +\n        'gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits ' +\n        'gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents ' +\n        'gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters ' +\n        'gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents ' +\n        'gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents ' +\n        'gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits ' +\n        'gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors ' +\n        'gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms ' +\n        'gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits ' +\n        'gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset ' +\n        // Variables\n        'gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial ' +\n        'gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color ' +\n        'gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord ' +\n        'gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor ' +\n        'gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial ' +\n        'gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel ' +\n        'gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix ' +\n        'gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose ' +\n        'gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose ' +\n        'gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 ' +\n        'gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 ' +\n        'gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ ' +\n        'gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord ' +\n        'gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse ' +\n        'gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask ' +\n        'gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter ' +\n        'gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose ' +\n        'gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out ' +\n        // Functions\n        'EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin ' +\n        'asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement ' +\n        'atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier ' +\n        'bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross ' +\n        'dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB ' +\n        'floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan ' +\n        'greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap ' +\n        'imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad ' +\n        'imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset ' +\n        'interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log ' +\n        'log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer ' +\n        'memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 ' +\n        'normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 ' +\n        'packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod ' +\n        'shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh ' +\n        'smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod ' +\n        'texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod ' +\n        'texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod ' +\n        'textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset ' +\n        'textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset ' +\n        'textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod ' +\n        'textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 ' +\n        'unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow',\n      literal: 'true false'\n    },\n    illegal: '\"',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var GML_KEYWORDS = {\n    keywords: 'begin end if then else while do for break continue with until ' +\n      'repeat exit and or xor not return mod div switch case default var ' +\n      'globalvar enum #macro #region #endregion',\n    built_in: 'is_real is_string is_array is_undefined is_int32 is_int64 ' +\n      'is_ptr is_vec3 is_vec4 is_matrix is_bool typeof ' +\n      'variable_global_exists variable_global_get variable_global_set ' +\n      'variable_instance_exists variable_instance_get variable_instance_set ' +\n      'variable_instance_get_names array_length_1d array_length_2d ' +\n      'array_height_2d array_equals array_create array_copy random ' +\n      'random_range irandom irandom_range random_set_seed random_get_seed ' +\n      'randomize randomise choose abs round floor ceil sign frac sqrt sqr ' +\n      'exp ln log2 log10 sin cos tan arcsin arccos arctan arctan2 dsin dcos ' +\n      'dtan darcsin darccos darctan darctan2 degtorad radtodeg power logn ' +\n      'min max mean median clamp lerp dot_product dot_product_3d ' +\n      'dot_product_normalised dot_product_3d_normalised ' +\n      'dot_product_normalized dot_product_3d_normalized math_set_epsilon ' +\n      'math_get_epsilon angle_difference point_distance_3d point_distance ' +\n      'point_direction lengthdir_x lengthdir_y real string int64 ptr ' +\n      'string_format chr ansi_char ord string_length string_byte_length ' +\n      'string_pos string_copy string_char_at string_ord_at string_byte_at ' +\n      'string_set_byte_at string_delete string_insert string_lower ' +\n      'string_upper string_repeat string_letters string_digits ' +\n      'string_lettersdigits string_replace string_replace_all string_count ' +\n      'string_hash_to_newline clipboard_has_text clipboard_set_text ' +\n      'clipboard_get_text date_current_datetime date_create_datetime ' +\n      'date_valid_datetime date_inc_year date_inc_month date_inc_week ' +\n      'date_inc_day date_inc_hour date_inc_minute date_inc_second ' +\n      'date_get_year date_get_month date_get_week date_get_day ' +\n      'date_get_hour date_get_minute date_get_second date_get_weekday ' +\n      'date_get_day_of_year date_get_hour_of_year date_get_minute_of_year ' +\n      'date_get_second_of_year date_year_span date_month_span ' +\n      'date_week_span date_day_span date_hour_span date_minute_span ' +\n      'date_second_span date_compare_datetime date_compare_date ' +\n      'date_compare_time date_date_of date_time_of date_datetime_string ' +\n      'date_date_string date_time_string date_days_in_month ' +\n      'date_days_in_year date_leap_year date_is_today date_set_timezone ' +\n      'date_get_timezone game_set_speed game_get_speed motion_set ' +\n      'motion_add place_free place_empty place_meeting place_snapped ' +\n      'move_random move_snap move_towards_point move_contact_solid ' +\n      'move_contact_all move_outside_solid move_outside_all ' +\n      'move_bounce_solid move_bounce_all move_wrap distance_to_point ' +\n      'distance_to_object position_empty position_meeting path_start ' +\n      'path_end mp_linear_step mp_potential_step mp_linear_step_object ' +\n      'mp_potential_step_object mp_potential_settings mp_linear_path ' +\n      'mp_potential_path mp_linear_path_object mp_potential_path_object ' +\n      'mp_grid_create mp_grid_destroy mp_grid_clear_all mp_grid_clear_cell ' +\n      'mp_grid_clear_rectangle mp_grid_add_cell mp_grid_get_cell ' +\n      'mp_grid_add_rectangle mp_grid_add_instances mp_grid_path ' +\n      'mp_grid_draw mp_grid_to_ds_grid collision_point collision_rectangle ' +\n      'collision_circle collision_ellipse collision_line ' +\n      'collision_point_list collision_rectangle_list collision_circle_list ' +\n      'collision_ellipse_list collision_line_list instance_position_list ' +\n      'instance_place_list point_in_rectangle ' +\n      'point_in_triangle point_in_circle rectangle_in_rectangle ' +\n      'rectangle_in_triangle rectangle_in_circle instance_find ' +\n      'instance_exists instance_number instance_position instance_nearest ' +\n      'instance_furthest instance_place instance_create_depth ' +\n      'instance_create_layer instance_copy instance_change instance_destroy ' +\n      'position_destroy position_change instance_id_get ' +\n      'instance_deactivate_all instance_deactivate_object ' +\n      'instance_deactivate_region instance_activate_all ' +\n      'instance_activate_object instance_activate_region room_goto ' +\n      'room_goto_previous room_goto_next room_previous room_next ' +\n      'room_restart game_end game_restart game_load game_save ' +\n      'game_save_buffer game_load_buffer event_perform event_user ' +\n      'event_perform_object event_inherited show_debug_message ' +\n      'show_debug_overlay debug_event debug_get_callstack alarm_get ' +\n      'alarm_set font_texture_page_size keyboard_set_map keyboard_get_map ' +\n      'keyboard_unset_map keyboard_check keyboard_check_pressed ' +\n      'keyboard_check_released keyboard_check_direct keyboard_get_numlock ' +\n      'keyboard_set_numlock keyboard_key_press keyboard_key_release ' +\n      'keyboard_clear io_clear mouse_check_button ' +\n      'mouse_check_button_pressed mouse_check_button_released ' +\n      'mouse_wheel_up mouse_wheel_down mouse_clear draw_self draw_sprite ' +\n      'draw_sprite_pos draw_sprite_ext draw_sprite_stretched ' +\n      'draw_sprite_stretched_ext draw_sprite_tiled draw_sprite_tiled_ext ' +\n      'draw_sprite_part draw_sprite_part_ext draw_sprite_general draw_clear ' +\n      'draw_clear_alpha draw_point draw_line draw_line_width draw_rectangle ' +\n      'draw_roundrect draw_roundrect_ext draw_triangle draw_circle ' +\n      'draw_ellipse draw_set_circle_precision draw_arrow draw_button ' +\n      'draw_path draw_healthbar draw_getpixel draw_getpixel_ext ' +\n      'draw_set_colour draw_set_color draw_set_alpha draw_get_colour ' +\n      'draw_get_color draw_get_alpha merge_colour make_colour_rgb ' +\n      'make_colour_hsv colour_get_red colour_get_green colour_get_blue ' +\n      'colour_get_hue colour_get_saturation colour_get_value merge_color ' +\n      'make_color_rgb make_color_hsv color_get_red color_get_green ' +\n      'color_get_blue color_get_hue color_get_saturation color_get_value ' +\n      'merge_color screen_save screen_save_part draw_set_font ' +\n      'draw_set_halign draw_set_valign draw_text draw_text_ext string_width ' +\n      'string_height string_width_ext string_height_ext ' +\n      'draw_text_transformed draw_text_ext_transformed draw_text_colour ' +\n      'draw_text_ext_colour draw_text_transformed_colour ' +\n      'draw_text_ext_transformed_colour draw_text_color draw_text_ext_color ' +\n      'draw_text_transformed_color draw_text_ext_transformed_color ' +\n      'draw_point_colour draw_line_colour draw_line_width_colour ' +\n      'draw_rectangle_colour draw_roundrect_colour ' +\n      'draw_roundrect_colour_ext draw_triangle_colour draw_circle_colour ' +\n      'draw_ellipse_colour draw_point_color draw_line_color ' +\n      'draw_line_width_color draw_rectangle_color draw_roundrect_color ' +\n      'draw_roundrect_color_ext draw_triangle_color draw_circle_color ' +\n      'draw_ellipse_color draw_primitive_begin draw_vertex ' +\n      'draw_vertex_colour draw_vertex_color draw_primitive_end ' +\n      'sprite_get_uvs font_get_uvs sprite_get_texture font_get_texture ' +\n      'texture_get_width texture_get_height texture_get_uvs ' +\n      'draw_primitive_begin_texture draw_vertex_texture ' +\n      'draw_vertex_texture_colour draw_vertex_texture_color ' +\n      'texture_global_scale surface_create surface_create_ext ' +\n      'surface_resize surface_free surface_exists surface_get_width ' +\n      'surface_get_height surface_get_texture surface_set_target ' +\n      'surface_set_target_ext surface_reset_target surface_depth_disable ' +\n      'surface_get_depth_disable draw_surface draw_surface_stretched ' +\n      'draw_surface_tiled draw_surface_part draw_surface_ext ' +\n      'draw_surface_stretched_ext draw_surface_tiled_ext ' +\n      'draw_surface_part_ext draw_surface_general surface_getpixel ' +\n      'surface_getpixel_ext surface_save surface_save_part surface_copy ' +\n      'surface_copy_part application_surface_draw_enable ' +\n      'application_get_position application_surface_enable ' +\n      'application_surface_is_enabled display_get_width display_get_height ' +\n      'display_get_orientation display_get_gui_width display_get_gui_height ' +\n      'display_reset display_mouse_get_x display_mouse_get_y ' +\n      'display_mouse_set display_set_ui_visibility ' +\n      'window_set_fullscreen window_get_fullscreen ' +\n      'window_set_caption window_set_min_width window_set_max_width ' +\n      'window_set_min_height window_set_max_height window_get_visible_rects ' +\n      'window_get_caption window_set_cursor window_get_cursor ' +\n      'window_set_colour window_get_colour window_set_color ' +\n      'window_get_color window_set_position window_set_size ' +\n      'window_set_rectangle window_center window_get_x window_get_y ' +\n      'window_get_width window_get_height window_mouse_get_x ' +\n      'window_mouse_get_y window_mouse_set window_view_mouse_get_x ' +\n      'window_view_mouse_get_y window_views_mouse_get_x ' +\n      'window_views_mouse_get_y audio_listener_position ' +\n      'audio_listener_velocity audio_listener_orientation ' +\n      'audio_emitter_position audio_emitter_create audio_emitter_free ' +\n      'audio_emitter_exists audio_emitter_pitch audio_emitter_velocity ' +\n      'audio_emitter_falloff audio_emitter_gain audio_play_sound ' +\n      'audio_play_sound_on audio_play_sound_at audio_stop_sound ' +\n      'audio_resume_music audio_music_is_playing audio_resume_sound ' +\n      'audio_pause_sound audio_pause_music audio_channel_num ' +\n      'audio_sound_length audio_get_type audio_falloff_set_model ' +\n      'audio_play_music audio_stop_music audio_master_gain audio_music_gain ' +\n      'audio_sound_gain audio_sound_pitch audio_stop_all audio_resume_all ' +\n      'audio_pause_all audio_is_playing audio_is_paused audio_exists ' +\n      'audio_sound_set_track_position audio_sound_get_track_position ' +\n      'audio_emitter_get_gain audio_emitter_get_pitch audio_emitter_get_x ' +\n      'audio_emitter_get_y audio_emitter_get_z audio_emitter_get_vx ' +\n      'audio_emitter_get_vy audio_emitter_get_vz ' +\n      'audio_listener_set_position audio_listener_set_velocity ' +\n      'audio_listener_set_orientation audio_listener_get_data ' +\n      'audio_set_master_gain audio_get_master_gain audio_sound_get_gain ' +\n      'audio_sound_get_pitch audio_get_name audio_sound_set_track_position ' +\n      'audio_sound_get_track_position audio_create_stream ' +\n      'audio_destroy_stream audio_create_sync_group ' +\n      'audio_destroy_sync_group audio_play_in_sync_group ' +\n      'audio_start_sync_group audio_stop_sync_group audio_pause_sync_group ' +\n      'audio_resume_sync_group audio_sync_group_get_track_pos ' +\n      'audio_sync_group_debug audio_sync_group_is_playing audio_debug ' +\n      'audio_group_load audio_group_unload audio_group_is_loaded ' +\n      'audio_group_load_progress audio_group_name audio_group_stop_all ' +\n      'audio_group_set_gain audio_create_buffer_sound ' +\n      'audio_free_buffer_sound audio_create_play_queue ' +\n      'audio_free_play_queue audio_queue_sound audio_get_recorder_count ' +\n      'audio_get_recorder_info audio_start_recording audio_stop_recording ' +\n      'audio_sound_get_listener_mask audio_emitter_get_listener_mask ' +\n      'audio_get_listener_mask audio_sound_set_listener_mask ' +\n      'audio_emitter_set_listener_mask audio_set_listener_mask ' +\n      'audio_get_listener_count audio_get_listener_info audio_system ' +\n      'show_message show_message_async clickable_add clickable_add_ext ' +\n      'clickable_change clickable_change_ext clickable_delete ' +\n      'clickable_exists clickable_set_style show_question ' +\n      'show_question_async get_integer get_string get_integer_async ' +\n      'get_string_async get_login_async get_open_filename get_save_filename ' +\n      'get_open_filename_ext get_save_filename_ext show_error ' +\n      'highscore_clear highscore_add highscore_value highscore_name ' +\n      'draw_highscore sprite_exists sprite_get_name sprite_get_number ' +\n      'sprite_get_width sprite_get_height sprite_get_xoffset ' +\n      'sprite_get_yoffset sprite_get_bbox_left sprite_get_bbox_right ' +\n      'sprite_get_bbox_top sprite_get_bbox_bottom sprite_save ' +\n      'sprite_save_strip sprite_set_cache_size sprite_set_cache_size_ext ' +\n      'sprite_get_tpe sprite_prefetch sprite_prefetch_multi sprite_flush ' +\n      'sprite_flush_multi sprite_set_speed sprite_get_speed_type ' +\n      'sprite_get_speed font_exists font_get_name font_get_fontname ' +\n      'font_get_bold font_get_italic font_get_first font_get_last ' +\n      'font_get_size font_set_cache_size path_exists path_get_name ' +\n      'path_get_length path_get_time path_get_kind path_get_closed ' +\n      'path_get_precision path_get_number path_get_point_x path_get_point_y ' +\n      'path_get_point_speed path_get_x path_get_y path_get_speed ' +\n      'script_exists script_get_name timeline_add timeline_delete ' +\n      'timeline_clear timeline_exists timeline_get_name ' +\n      'timeline_moment_clear timeline_moment_add_script timeline_size ' +\n      'timeline_max_moment object_exists object_get_name object_get_sprite ' +\n      'object_get_solid object_get_visible object_get_persistent ' +\n      'object_get_mask object_get_parent object_get_physics ' +\n      'object_is_ancestor room_exists room_get_name sprite_set_offset ' +\n      'sprite_duplicate sprite_assign sprite_merge sprite_add ' +\n      'sprite_replace sprite_create_from_surface sprite_add_from_surface ' +\n      'sprite_delete sprite_set_alpha_from_sprite sprite_collision_mask ' +\n      'font_add_enable_aa font_add_get_enable_aa font_add font_add_sprite ' +\n      'font_add_sprite_ext font_replace font_replace_sprite ' +\n      'font_replace_sprite_ext font_delete path_set_kind path_set_closed ' +\n      'path_set_precision path_add path_assign path_duplicate path_append ' +\n      'path_delete path_add_point path_insert_point path_change_point ' +\n      'path_delete_point path_clear_points path_reverse path_mirror ' +\n      'path_flip path_rotate path_rescale path_shift script_execute ' +\n      'object_set_sprite object_set_solid object_set_visible ' +\n      'object_set_persistent object_set_mask room_set_width room_set_height ' +\n      'room_set_persistent room_set_background_colour ' +\n      'room_set_background_color room_set_view room_set_viewport ' +\n      'room_get_viewport room_set_view_enabled room_add room_duplicate ' +\n      'room_assign room_instance_add room_instance_clear room_get_camera ' +\n      'room_set_camera asset_get_index asset_get_type ' +\n      'file_text_open_from_string file_text_open_read file_text_open_write ' +\n      'file_text_open_append file_text_close file_text_write_string ' +\n      'file_text_write_real file_text_writeln file_text_read_string ' +\n      'file_text_read_real file_text_readln file_text_eof file_text_eoln ' +\n      'file_exists file_delete file_rename file_copy directory_exists ' +\n      'directory_create directory_destroy file_find_first file_find_next ' +\n      'file_find_close file_attributes filename_name filename_path ' +\n      'filename_dir filename_drive filename_ext filename_change_ext ' +\n      'file_bin_open file_bin_rewrite file_bin_close file_bin_position ' +\n      'file_bin_size file_bin_seek file_bin_write_byte file_bin_read_byte ' +\n      'parameter_count parameter_string environment_get_variable ' +\n      'ini_open_from_string ini_open ini_close ini_read_string ' +\n      'ini_read_real ini_write_string ini_write_real ini_key_exists ' +\n      'ini_section_exists ini_key_delete ini_section_delete ' +\n      'ds_set_precision ds_exists ds_stack_create ds_stack_destroy ' +\n      'ds_stack_clear ds_stack_copy ds_stack_size ds_stack_empty ' +\n      'ds_stack_push ds_stack_pop ds_stack_top ds_stack_write ds_stack_read ' +\n      'ds_queue_create ds_queue_destroy ds_queue_clear ds_queue_copy ' +\n      'ds_queue_size ds_queue_empty ds_queue_enqueue ds_queue_dequeue ' +\n      'ds_queue_head ds_queue_tail ds_queue_write ds_queue_read ' +\n      'ds_list_create ds_list_destroy ds_list_clear ds_list_copy ' +\n      'ds_list_size ds_list_empty ds_list_add ds_list_insert ' +\n      'ds_list_replace ds_list_delete ds_list_find_index ds_list_find_value ' +\n      'ds_list_mark_as_list ds_list_mark_as_map ds_list_sort ' +\n      'ds_list_shuffle ds_list_write ds_list_read ds_list_set ds_map_create ' +\n      'ds_map_destroy ds_map_clear ds_map_copy ds_map_size ds_map_empty ' +\n      'ds_map_add ds_map_add_list ds_map_add_map ds_map_replace ' +\n      'ds_map_replace_map ds_map_replace_list ds_map_delete ds_map_exists ' +\n      'ds_map_find_value ds_map_find_previous ds_map_find_next ' +\n      'ds_map_find_first ds_map_find_last ds_map_write ds_map_read ' +\n      'ds_map_secure_save ds_map_secure_load ds_map_secure_load_buffer ' +\n      'ds_map_secure_save_buffer ds_map_set ds_priority_create ' +\n      'ds_priority_destroy ds_priority_clear ds_priority_copy ' +\n      'ds_priority_size ds_priority_empty ds_priority_add ' +\n      'ds_priority_change_priority ds_priority_find_priority ' +\n      'ds_priority_delete_value ds_priority_delete_min ds_priority_find_min ' +\n      'ds_priority_delete_max ds_priority_find_max ds_priority_write ' +\n      'ds_priority_read ds_grid_create ds_grid_destroy ds_grid_copy ' +\n      'ds_grid_resize ds_grid_width ds_grid_height ds_grid_clear ' +\n      'ds_grid_set ds_grid_add ds_grid_multiply ds_grid_set_region ' +\n      'ds_grid_add_region ds_grid_multiply_region ds_grid_set_disk ' +\n      'ds_grid_add_disk ds_grid_multiply_disk ds_grid_set_grid_region ' +\n      'ds_grid_add_grid_region ds_grid_multiply_grid_region ds_grid_get ' +\n      'ds_grid_get_sum ds_grid_get_max ds_grid_get_min ds_grid_get_mean ' +\n      'ds_grid_get_disk_sum ds_grid_get_disk_min ds_grid_get_disk_max ' +\n      'ds_grid_get_disk_mean ds_grid_value_exists ds_grid_value_x ' +\n      'ds_grid_value_y ds_grid_value_disk_exists ds_grid_value_disk_x ' +\n      'ds_grid_value_disk_y ds_grid_shuffle ds_grid_write ds_grid_read ' +\n      'ds_grid_sort ds_grid_set ds_grid_get effect_create_below ' +\n      'effect_create_above effect_clear part_type_create part_type_destroy ' +\n      'part_type_exists part_type_clear part_type_shape part_type_sprite ' +\n      'part_type_size part_type_scale part_type_orientation part_type_life ' +\n      'part_type_step part_type_death part_type_speed part_type_direction ' +\n      'part_type_gravity part_type_colour1 part_type_colour2 ' +\n      'part_type_colour3 part_type_colour_mix part_type_colour_rgb ' +\n      'part_type_colour_hsv part_type_color1 part_type_color2 ' +\n      'part_type_color3 part_type_color_mix part_type_color_rgb ' +\n      'part_type_color_hsv part_type_alpha1 part_type_alpha2 ' +\n      'part_type_alpha3 part_type_blend part_system_create ' +\n      'part_system_create_layer part_system_destroy part_system_exists ' +\n      'part_system_clear part_system_draw_order part_system_depth ' +\n      'part_system_position part_system_automatic_update ' +\n      'part_system_automatic_draw part_system_update part_system_drawit ' +\n      'part_system_get_layer part_system_layer part_particles_create ' +\n      'part_particles_create_colour part_particles_create_color ' +\n      'part_particles_clear part_particles_count part_emitter_create ' +\n      'part_emitter_destroy part_emitter_destroy_all part_emitter_exists ' +\n      'part_emitter_clear part_emitter_region part_emitter_burst ' +\n      'part_emitter_stream external_call external_define external_free ' +\n      'window_handle window_device matrix_get matrix_set ' +\n      'matrix_build_identity matrix_build matrix_build_lookat ' +\n      'matrix_build_projection_ortho matrix_build_projection_perspective ' +\n      'matrix_build_projection_perspective_fov matrix_multiply ' +\n      'matrix_transform_vertex matrix_stack_push matrix_stack_pop ' +\n      'matrix_stack_multiply matrix_stack_set matrix_stack_clear ' +\n      'matrix_stack_top matrix_stack_is_empty browser_input_capture ' +\n      'os_get_config os_get_info os_get_language os_get_region ' +\n      'os_lock_orientation display_get_dpi_x display_get_dpi_y ' +\n      'display_set_gui_size display_set_gui_maximise ' +\n      'display_set_gui_maximize device_mouse_dbclick_enable ' +\n      'display_set_timing_method display_get_timing_method ' +\n      'display_set_sleep_margin display_get_sleep_margin virtual_key_add ' +\n      'virtual_key_hide virtual_key_delete virtual_key_show ' +\n      'draw_enable_drawevent draw_enable_swf_aa draw_set_swf_aa_level ' +\n      'draw_get_swf_aa_level draw_texture_flush draw_flush ' +\n      'gpu_set_blendenable gpu_set_ztestenable gpu_set_zfunc ' +\n      'gpu_set_zwriteenable gpu_set_lightingenable gpu_set_fog ' +\n      'gpu_set_cullmode gpu_set_blendmode gpu_set_blendmode_ext ' +\n      'gpu_set_blendmode_ext_sepalpha gpu_set_colorwriteenable ' +\n      'gpu_set_colourwriteenable gpu_set_alphatestenable ' +\n      'gpu_set_alphatestref gpu_set_alphatestfunc gpu_set_texfilter ' +\n      'gpu_set_texfilter_ext gpu_set_texrepeat gpu_set_texrepeat_ext ' +\n      'gpu_set_tex_filter gpu_set_tex_filter_ext gpu_set_tex_repeat ' +\n      'gpu_set_tex_repeat_ext gpu_set_tex_mip_filter ' +\n      'gpu_set_tex_mip_filter_ext gpu_set_tex_mip_bias ' +\n      'gpu_set_tex_mip_bias_ext gpu_set_tex_min_mip gpu_set_tex_min_mip_ext ' +\n      'gpu_set_tex_max_mip gpu_set_tex_max_mip_ext gpu_set_tex_max_aniso ' +\n      'gpu_set_tex_max_aniso_ext gpu_set_tex_mip_enable ' +\n      'gpu_set_tex_mip_enable_ext gpu_get_blendenable gpu_get_ztestenable ' +\n      'gpu_get_zfunc gpu_get_zwriteenable gpu_get_lightingenable ' +\n      'gpu_get_fog gpu_get_cullmode gpu_get_blendmode gpu_get_blendmode_ext ' +\n      'gpu_get_blendmode_ext_sepalpha gpu_get_blendmode_src ' +\n      'gpu_get_blendmode_dest gpu_get_blendmode_srcalpha ' +\n      'gpu_get_blendmode_destalpha gpu_get_colorwriteenable ' +\n      'gpu_get_colourwriteenable gpu_get_alphatestenable ' +\n      'gpu_get_alphatestref gpu_get_alphatestfunc gpu_get_texfilter ' +\n      'gpu_get_texfilter_ext gpu_get_texrepeat gpu_get_texrepeat_ext ' +\n      'gpu_get_tex_filter gpu_get_tex_filter_ext gpu_get_tex_repeat ' +\n      'gpu_get_tex_repeat_ext gpu_get_tex_mip_filter ' +\n      'gpu_get_tex_mip_filter_ext gpu_get_tex_mip_bias ' +\n      'gpu_get_tex_mip_bias_ext gpu_get_tex_min_mip gpu_get_tex_min_mip_ext ' +\n      'gpu_get_tex_max_mip gpu_get_tex_max_mip_ext gpu_get_tex_max_aniso ' +\n      'gpu_get_tex_max_aniso_ext gpu_get_tex_mip_enable ' +\n      'gpu_get_tex_mip_enable_ext gpu_push_state gpu_pop_state ' +\n      'gpu_get_state gpu_set_state draw_light_define_ambient ' +\n      'draw_light_define_direction draw_light_define_point ' +\n      'draw_light_enable draw_set_lighting draw_light_get_ambient ' +\n      'draw_light_get draw_get_lighting shop_leave_rating url_get_domain ' +\n      'url_open url_open_ext url_open_full get_timer achievement_login ' +\n      'achievement_logout achievement_post achievement_increment ' +\n      'achievement_post_score achievement_available ' +\n      'achievement_show_achievements achievement_show_leaderboards ' +\n      'achievement_load_friends achievement_load_leaderboard ' +\n      'achievement_send_challenge achievement_load_progress ' +\n      'achievement_reset achievement_login_status achievement_get_pic ' +\n      'achievement_show_challenge_notifications achievement_get_challenges ' +\n      'achievement_event achievement_show achievement_get_info ' +\n      'cloud_file_save cloud_string_save cloud_synchronise ads_enable ' +\n      'ads_disable ads_setup ads_engagement_launch ads_engagement_available ' +\n      'ads_engagement_active ads_event ads_event_preload ' +\n      'ads_set_reward_callback ads_get_display_height ads_get_display_width ' +\n      'ads_move ads_interstitial_available ads_interstitial_display ' +\n      'device_get_tilt_x device_get_tilt_y device_get_tilt_z ' +\n      'device_is_keypad_open device_mouse_check_button ' +\n      'device_mouse_check_button_pressed device_mouse_check_button_released ' +\n      'device_mouse_x device_mouse_y device_mouse_raw_x device_mouse_raw_y ' +\n      'device_mouse_x_to_gui device_mouse_y_to_gui iap_activate iap_status ' +\n      'iap_enumerate_products iap_restore_all iap_acquire iap_consume ' +\n      'iap_product_details iap_purchase_details facebook_init ' +\n      'facebook_login facebook_status facebook_graph_request ' +\n      'facebook_dialog facebook_logout facebook_launch_offerwall ' +\n      'facebook_post_message facebook_send_invite facebook_user_id ' +\n      'facebook_accesstoken facebook_check_permission ' +\n      'facebook_request_read_permissions ' +\n      'facebook_request_publish_permissions gamepad_is_supported ' +\n      'gamepad_get_device_count gamepad_is_connected ' +\n      'gamepad_get_description gamepad_get_button_threshold ' +\n      'gamepad_set_button_threshold gamepad_get_axis_deadzone ' +\n      'gamepad_set_axis_deadzone gamepad_button_count gamepad_button_check ' +\n      'gamepad_button_check_pressed gamepad_button_check_released ' +\n      'gamepad_button_value gamepad_axis_count gamepad_axis_value ' +\n      'gamepad_set_vibration gamepad_set_colour gamepad_set_color ' +\n      'os_is_paused window_has_focus code_is_compiled http_get ' +\n      'http_get_file http_post_string http_request json_encode json_decode ' +\n      'zip_unzip load_csv base64_encode base64_decode md5_string_unicode ' +\n      'md5_string_utf8 md5_file os_is_network_connected sha1_string_unicode ' +\n      'sha1_string_utf8 sha1_file os_powersave_enable analytics_event ' +\n      'analytics_event_ext win8_livetile_tile_notification ' +\n      'win8_livetile_tile_clear win8_livetile_badge_notification ' +\n      'win8_livetile_badge_clear win8_livetile_queue_enable ' +\n      'win8_secondarytile_pin win8_secondarytile_badge_notification ' +\n      'win8_secondarytile_delete win8_livetile_notification_begin ' +\n      'win8_livetile_notification_secondary_begin ' +\n      'win8_livetile_notification_expiry win8_livetile_notification_tag ' +\n      'win8_livetile_notification_text_add ' +\n      'win8_livetile_notification_image_add win8_livetile_notification_end ' +\n      'win8_appbar_enable win8_appbar_add_element ' +\n      'win8_appbar_remove_element win8_settingscharm_add_entry ' +\n      'win8_settingscharm_add_html_entry win8_settingscharm_add_xaml_entry ' +\n      'win8_settingscharm_set_xaml_property ' +\n      'win8_settingscharm_get_xaml_property win8_settingscharm_remove_entry ' +\n      'win8_share_image win8_share_screenshot win8_share_file ' +\n      'win8_share_url win8_share_text win8_search_enable ' +\n      'win8_search_disable win8_search_add_suggestions ' +\n      'win8_device_touchscreen_available win8_license_initialize_sandbox ' +\n      'win8_license_trial_version winphone_license_trial_version ' +\n      'winphone_tile_title winphone_tile_count winphone_tile_back_title ' +\n      'winphone_tile_back_content winphone_tile_back_content_wide ' +\n      'winphone_tile_front_image winphone_tile_front_image_small ' +\n      'winphone_tile_front_image_wide winphone_tile_back_image ' +\n      'winphone_tile_back_image_wide winphone_tile_background_colour ' +\n      'winphone_tile_background_color winphone_tile_icon_image ' +\n      'winphone_tile_small_icon_image winphone_tile_wide_content ' +\n      'winphone_tile_cycle_images winphone_tile_small_background_image ' +\n      'physics_world_create physics_world_gravity ' +\n      'physics_world_update_speed physics_world_update_iterations ' +\n      'physics_world_draw_debug physics_pause_enable physics_fixture_create ' +\n      'physics_fixture_set_kinematic physics_fixture_set_density ' +\n      'physics_fixture_set_awake physics_fixture_set_restitution ' +\n      'physics_fixture_set_friction physics_fixture_set_collision_group ' +\n      'physics_fixture_set_sensor physics_fixture_set_linear_damping ' +\n      'physics_fixture_set_angular_damping physics_fixture_set_circle_shape ' +\n      'physics_fixture_set_box_shape physics_fixture_set_edge_shape ' +\n      'physics_fixture_set_polygon_shape physics_fixture_set_chain_shape ' +\n      'physics_fixture_add_point physics_fixture_bind ' +\n      'physics_fixture_bind_ext physics_fixture_delete physics_apply_force ' +\n      'physics_apply_impulse physics_apply_angular_impulse ' +\n      'physics_apply_local_force physics_apply_local_impulse ' +\n      'physics_apply_torque physics_mass_properties physics_draw_debug ' +\n      'physics_test_overlap physics_remove_fixture physics_set_friction ' +\n      'physics_set_density physics_set_restitution physics_get_friction ' +\n      'physics_get_density physics_get_restitution ' +\n      'physics_joint_distance_create physics_joint_rope_create ' +\n      'physics_joint_revolute_create physics_joint_prismatic_create ' +\n      'physics_joint_pulley_create physics_joint_wheel_create ' +\n      'physics_joint_weld_create physics_joint_friction_create ' +\n      'physics_joint_gear_create physics_joint_enable_motor ' +\n      'physics_joint_get_value physics_joint_set_value physics_joint_delete ' +\n      'physics_particle_create physics_particle_delete ' +\n      'physics_particle_delete_region_circle ' +\n      'physics_particle_delete_region_box ' +\n      'physics_particle_delete_region_poly physics_particle_set_flags ' +\n      'physics_particle_set_category_flags physics_particle_draw ' +\n      'physics_particle_draw_ext physics_particle_count ' +\n      'physics_particle_get_data physics_particle_get_data_particle ' +\n      'physics_particle_group_begin physics_particle_group_circle ' +\n      'physics_particle_group_box physics_particle_group_polygon ' +\n      'physics_particle_group_add_point physics_particle_group_end ' +\n      'physics_particle_group_join physics_particle_group_delete ' +\n      'physics_particle_group_count physics_particle_group_get_data ' +\n      'physics_particle_group_get_mass physics_particle_group_get_inertia ' +\n      'physics_particle_group_get_centre_x ' +\n      'physics_particle_group_get_centre_y physics_particle_group_get_vel_x ' +\n      'physics_particle_group_get_vel_y physics_particle_group_get_ang_vel ' +\n      'physics_particle_group_get_x physics_particle_group_get_y ' +\n      'physics_particle_group_get_angle physics_particle_set_group_flags ' +\n      'physics_particle_get_group_flags physics_particle_get_max_count ' +\n      'physics_particle_get_radius physics_particle_get_density ' +\n      'physics_particle_get_damping physics_particle_get_gravity_scale ' +\n      'physics_particle_set_max_count physics_particle_set_radius ' +\n      'physics_particle_set_density physics_particle_set_damping ' +\n      'physics_particle_set_gravity_scale network_create_socket ' +\n      'network_create_socket_ext network_create_server ' +\n      'network_create_server_raw network_connect network_connect_raw ' +\n      'network_send_packet network_send_raw network_send_broadcast ' +\n      'network_send_udp network_send_udp_raw network_set_timeout ' +\n      'network_set_config network_resolve network_destroy buffer_create ' +\n      'buffer_write buffer_read buffer_seek buffer_get_surface ' +\n      'buffer_set_surface buffer_delete buffer_exists buffer_get_type ' +\n      'buffer_get_alignment buffer_poke buffer_peek buffer_save ' +\n      'buffer_save_ext buffer_load buffer_load_ext buffer_load_partial ' +\n      'buffer_copy buffer_fill buffer_get_size buffer_tell buffer_resize ' +\n      'buffer_md5 buffer_sha1 buffer_base64_encode buffer_base64_decode ' +\n      'buffer_base64_decode_ext buffer_sizeof buffer_get_address ' +\n      'buffer_create_from_vertex_buffer ' +\n      'buffer_create_from_vertex_buffer_ext buffer_copy_from_vertex_buffer ' +\n      'buffer_async_group_begin buffer_async_group_option ' +\n      'buffer_async_group_end buffer_load_async buffer_save_async ' +\n      'gml_release_mode gml_pragma steam_activate_overlay ' +\n      'steam_is_overlay_enabled steam_is_overlay_activated ' +\n      'steam_get_persona_name steam_initialised ' +\n      'steam_is_cloud_enabled_for_app steam_is_cloud_enabled_for_account ' +\n      'steam_file_persisted steam_get_quota_total steam_get_quota_free ' +\n      'steam_file_write steam_file_write_file steam_file_read ' +\n      'steam_file_delete steam_file_exists steam_file_size steam_file_share ' +\n      'steam_is_screenshot_requested steam_send_screenshot ' +\n      'steam_is_user_logged_on steam_get_user_steam_id steam_user_owns_dlc ' +\n      'steam_user_installed_dlc steam_set_achievement steam_get_achievement ' +\n      'steam_clear_achievement steam_set_stat_int steam_set_stat_float ' +\n      'steam_set_stat_avg_rate steam_get_stat_int steam_get_stat_float ' +\n      'steam_get_stat_avg_rate steam_reset_all_stats ' +\n      'steam_reset_all_stats_achievements steam_stats_ready ' +\n      'steam_create_leaderboard steam_upload_score steam_upload_score_ext ' +\n      'steam_download_scores_around_user steam_download_scores ' +\n      'steam_download_friends_scores steam_upload_score_buffer ' +\n      'steam_upload_score_buffer_ext steam_current_game_language ' +\n      'steam_available_languages steam_activate_overlay_browser ' +\n      'steam_activate_overlay_user steam_activate_overlay_store ' +\n      'steam_get_user_persona_name steam_get_app_id ' +\n      'steam_get_user_account_id steam_ugc_download steam_ugc_create_item ' +\n      'steam_ugc_start_item_update steam_ugc_set_item_title ' +\n      'steam_ugc_set_item_description steam_ugc_set_item_visibility ' +\n      'steam_ugc_set_item_tags steam_ugc_set_item_content ' +\n      'steam_ugc_set_item_preview steam_ugc_submit_item_update ' +\n      'steam_ugc_get_item_update_progress steam_ugc_subscribe_item ' +\n      'steam_ugc_unsubscribe_item steam_ugc_num_subscribed_items ' +\n      'steam_ugc_get_subscribed_items steam_ugc_get_item_install_info ' +\n      'steam_ugc_get_item_update_info steam_ugc_request_item_details ' +\n      'steam_ugc_create_query_user steam_ugc_create_query_user_ex ' +\n      'steam_ugc_create_query_all steam_ugc_create_query_all_ex ' +\n      'steam_ugc_query_set_cloud_filename_filter ' +\n      'steam_ugc_query_set_match_any_tag steam_ugc_query_set_search_text ' +\n      'steam_ugc_query_set_ranked_by_trend_days ' +\n      'steam_ugc_query_add_required_tag steam_ugc_query_add_excluded_tag ' +\n      'steam_ugc_query_set_return_long_description ' +\n      'steam_ugc_query_set_return_total_only ' +\n      'steam_ugc_query_set_allow_cached_response steam_ugc_send_query ' +\n      'shader_set shader_get_name shader_reset shader_current ' +\n      'shader_is_compiled shader_get_sampler_index shader_get_uniform ' +\n      'shader_set_uniform_i shader_set_uniform_i_array shader_set_uniform_f ' +\n      'shader_set_uniform_f_array shader_set_uniform_matrix ' +\n      'shader_set_uniform_matrix_array shader_enable_corner_id ' +\n      'texture_set_stage texture_get_texel_width texture_get_texel_height ' +\n      'shaders_are_supported vertex_format_begin vertex_format_end ' +\n      'vertex_format_delete vertex_format_add_position ' +\n      'vertex_format_add_position_3d vertex_format_add_colour ' +\n      'vertex_format_add_color vertex_format_add_normal ' +\n      'vertex_format_add_texcoord vertex_format_add_textcoord ' +\n      'vertex_format_add_custom vertex_create_buffer ' +\n      'vertex_create_buffer_ext vertex_delete_buffer vertex_begin ' +\n      'vertex_end vertex_position vertex_position_3d vertex_colour ' +\n      'vertex_color vertex_argb vertex_texcoord vertex_normal vertex_float1 ' +\n      'vertex_float2 vertex_float3 vertex_float4 vertex_ubyte4 ' +\n      'vertex_submit vertex_freeze vertex_get_number vertex_get_buffer_size ' +\n      'vertex_create_buffer_from_buffer ' +\n      'vertex_create_buffer_from_buffer_ext push_local_notification ' +\n      'push_get_first_local_notification push_get_next_local_notification ' +\n      'push_cancel_local_notification skeleton_animation_set ' +\n      'skeleton_animation_get skeleton_animation_mix ' +\n      'skeleton_animation_set_ext skeleton_animation_get_ext ' +\n      'skeleton_animation_get_duration skeleton_animation_get_frames ' +\n      'skeleton_animation_clear skeleton_skin_set skeleton_skin_get ' +\n      'skeleton_attachment_set skeleton_attachment_get ' +\n      'skeleton_attachment_create skeleton_collision_draw_set ' +\n      'skeleton_bone_data_get skeleton_bone_data_set ' +\n      'skeleton_bone_state_get skeleton_bone_state_set skeleton_get_minmax ' +\n      'skeleton_get_num_bounds skeleton_get_bounds ' +\n      'skeleton_animation_get_frame skeleton_animation_set_frame ' +\n      'draw_skeleton draw_skeleton_time draw_skeleton_instance ' +\n      'draw_skeleton_collision skeleton_animation_list skeleton_skin_list ' +\n      'skeleton_slot_data layer_get_id layer_get_id_at_depth ' +\n      'layer_get_depth layer_create layer_destroy layer_destroy_instances ' +\n      'layer_add_instance layer_has_instance layer_set_visible ' +\n      'layer_get_visible layer_exists layer_x layer_y layer_get_x ' +\n      'layer_get_y layer_hspeed layer_vspeed layer_get_hspeed ' +\n      'layer_get_vspeed layer_script_begin layer_script_end layer_shader ' +\n      'layer_get_script_begin layer_get_script_end layer_get_shader ' +\n      'layer_set_target_room layer_get_target_room layer_reset_target_room ' +\n      'layer_get_all layer_get_all_elements layer_get_name layer_depth ' +\n      'layer_get_element_layer layer_get_element_type layer_element_move ' +\n      'layer_force_draw_depth layer_is_draw_depth_forced ' +\n      'layer_get_forced_depth layer_background_get_id ' +\n      'layer_background_exists layer_background_create ' +\n      'layer_background_destroy layer_background_visible ' +\n      'layer_background_change layer_background_sprite ' +\n      'layer_background_htiled layer_background_vtiled ' +\n      'layer_background_stretch layer_background_yscale ' +\n      'layer_background_xscale layer_background_blend ' +\n      'layer_background_alpha layer_background_index layer_background_speed ' +\n      'layer_background_get_visible layer_background_get_sprite ' +\n      'layer_background_get_htiled layer_background_get_vtiled ' +\n      'layer_background_get_stretch layer_background_get_yscale ' +\n      'layer_background_get_xscale layer_background_get_blend ' +\n      'layer_background_get_alpha layer_background_get_index ' +\n      'layer_background_get_speed layer_sprite_get_id layer_sprite_exists ' +\n      'layer_sprite_create layer_sprite_destroy layer_sprite_change ' +\n      'layer_sprite_index layer_sprite_speed layer_sprite_xscale ' +\n      'layer_sprite_yscale layer_sprite_angle layer_sprite_blend ' +\n      'layer_sprite_alpha layer_sprite_x layer_sprite_y ' +\n      'layer_sprite_get_sprite layer_sprite_get_index ' +\n      'layer_sprite_get_speed layer_sprite_get_xscale ' +\n      'layer_sprite_get_yscale layer_sprite_get_angle ' +\n      'layer_sprite_get_blend layer_sprite_get_alpha layer_sprite_get_x ' +\n      'layer_sprite_get_y layer_tilemap_get_id layer_tilemap_exists ' +\n      'layer_tilemap_create layer_tilemap_destroy tilemap_tileset tilemap_x ' +\n      'tilemap_y tilemap_set tilemap_set_at_pixel tilemap_get_tileset ' +\n      'tilemap_get_tile_width tilemap_get_tile_height tilemap_get_width ' +\n      'tilemap_get_height tilemap_get_x tilemap_get_y tilemap_get ' +\n      'tilemap_get_at_pixel tilemap_get_cell_x_at_pixel ' +\n      'tilemap_get_cell_y_at_pixel tilemap_clear draw_tilemap draw_tile ' +\n      'tilemap_set_global_mask tilemap_get_global_mask tilemap_set_mask ' +\n      'tilemap_get_mask tilemap_get_frame tile_set_empty tile_set_index ' +\n      'tile_set_flip tile_set_mirror tile_set_rotate tile_get_empty ' +\n      'tile_get_index tile_get_flip tile_get_mirror tile_get_rotate ' +\n      'layer_tile_exists layer_tile_create layer_tile_destroy ' +\n      'layer_tile_change layer_tile_xscale layer_tile_yscale ' +\n      'layer_tile_blend layer_tile_alpha layer_tile_x layer_tile_y ' +\n      'layer_tile_region layer_tile_visible layer_tile_get_sprite ' +\n      'layer_tile_get_xscale layer_tile_get_yscale layer_tile_get_blend ' +\n      'layer_tile_get_alpha layer_tile_get_x layer_tile_get_y ' +\n      'layer_tile_get_region layer_tile_get_visible ' +\n      'layer_instance_get_instance instance_activate_layer ' +\n      'instance_deactivate_layer camera_create camera_create_view ' +\n      'camera_destroy camera_apply camera_get_active camera_get_default ' +\n      'camera_set_default camera_set_view_mat camera_set_proj_mat ' +\n      'camera_set_update_script camera_set_begin_script ' +\n      'camera_set_end_script camera_set_view_pos camera_set_view_size ' +\n      'camera_set_view_speed camera_set_view_border camera_set_view_angle ' +\n      'camera_set_view_target camera_get_view_mat camera_get_proj_mat ' +\n      'camera_get_update_script camera_get_begin_script ' +\n      'camera_get_end_script camera_get_view_x camera_get_view_y ' +\n      'camera_get_view_width camera_get_view_height camera_get_view_speed_x ' +\n      'camera_get_view_speed_y camera_get_view_border_x ' +\n      'camera_get_view_border_y camera_get_view_angle ' +\n      'camera_get_view_target view_get_camera view_get_visible ' +\n      'view_get_xport view_get_yport view_get_wport view_get_hport ' +\n      'view_get_surface_id view_set_camera view_set_visible view_set_xport ' +\n      'view_set_yport view_set_wport view_set_hport view_set_surface_id ' +\n      'gesture_drag_time gesture_drag_distance gesture_flick_speed ' +\n      'gesture_double_tap_time gesture_double_tap_distance ' +\n      'gesture_pinch_distance gesture_pinch_angle_towards ' +\n      'gesture_pinch_angle_away gesture_rotate_time gesture_rotate_angle ' +\n      'gesture_tap_count gesture_get_drag_time gesture_get_drag_distance ' +\n      'gesture_get_flick_speed gesture_get_double_tap_time ' +\n      'gesture_get_double_tap_distance gesture_get_pinch_distance ' +\n      'gesture_get_pinch_angle_towards gesture_get_pinch_angle_away ' +\n      'gesture_get_rotate_time gesture_get_rotate_angle ' +\n      'gesture_get_tap_count keyboard_virtual_show keyboard_virtual_hide ' +\n      'keyboard_virtual_status keyboard_virtual_height',\n    literal: 'self other all noone global local undefined pointer_invalid ' +\n      'pointer_null path_action_stop path_action_restart ' +\n      'path_action_continue path_action_reverse true false pi GM_build_date ' +\n      'GM_version GM_runtime_version  timezone_local timezone_utc ' +\n      'gamespeed_fps gamespeed_microseconds  ev_create ev_destroy ev_step ' +\n      'ev_alarm ev_keyboard ev_mouse ev_collision ev_other ev_draw ' +\n      'ev_draw_begin ev_draw_end ev_draw_pre ev_draw_post ev_keypress ' +\n      'ev_keyrelease ev_trigger ev_left_button ev_right_button ' +\n      'ev_middle_button ev_no_button ev_left_press ev_right_press ' +\n      'ev_middle_press ev_left_release ev_right_release ev_middle_release ' +\n      'ev_mouse_enter ev_mouse_leave ev_mouse_wheel_up ev_mouse_wheel_down ' +\n      'ev_global_left_button ev_global_right_button ev_global_middle_button ' +\n      'ev_global_left_press ev_global_right_press ev_global_middle_press ' +\n      'ev_global_left_release ev_global_right_release ' +\n      'ev_global_middle_release ev_joystick1_left ev_joystick1_right ' +\n      'ev_joystick1_up ev_joystick1_down ev_joystick1_button1 ' +\n      'ev_joystick1_button2 ev_joystick1_button3 ev_joystick1_button4 ' +\n      'ev_joystick1_button5 ev_joystick1_button6 ev_joystick1_button7 ' +\n      'ev_joystick1_button8 ev_joystick2_left ev_joystick2_right ' +\n      'ev_joystick2_up ev_joystick2_down ev_joystick2_button1 ' +\n      'ev_joystick2_button2 ev_joystick2_button3 ev_joystick2_button4 ' +\n      'ev_joystick2_button5 ev_joystick2_button6 ev_joystick2_button7 ' +\n      'ev_joystick2_button8 ev_outside ev_boundary ev_game_start ' +\n      'ev_game_end ev_room_start ev_room_end ev_no_more_lives ' +\n      'ev_animation_end ev_end_of_path ev_no_more_health ev_close_button ' +\n      'ev_user0 ev_user1 ev_user2 ev_user3 ev_user4 ev_user5 ev_user6 ' +\n      'ev_user7 ev_user8 ev_user9 ev_user10 ev_user11 ev_user12 ev_user13 ' +\n      'ev_user14 ev_user15 ev_step_normal ev_step_begin ev_step_end ev_gui ' +\n      'ev_gui_begin ev_gui_end ev_cleanup ev_gesture ev_gesture_tap ' +\n      'ev_gesture_double_tap ev_gesture_drag_start ev_gesture_dragging ' +\n      'ev_gesture_drag_end ev_gesture_flick ev_gesture_pinch_start ' +\n      'ev_gesture_pinch_in ev_gesture_pinch_out ev_gesture_pinch_end ' +\n      'ev_gesture_rotate_start ev_gesture_rotating ev_gesture_rotate_end ' +\n      'ev_global_gesture_tap ev_global_gesture_double_tap ' +\n      'ev_global_gesture_drag_start ev_global_gesture_dragging ' +\n      'ev_global_gesture_drag_end ev_global_gesture_flick ' +\n      'ev_global_gesture_pinch_start ev_global_gesture_pinch_in ' +\n      'ev_global_gesture_pinch_out ev_global_gesture_pinch_end ' +\n      'ev_global_gesture_rotate_start ev_global_gesture_rotating ' +\n      'ev_global_gesture_rotate_end vk_nokey vk_anykey vk_enter vk_return ' +\n      'vk_shift vk_control vk_alt vk_escape vk_space vk_backspace vk_tab ' +\n      'vk_pause vk_printscreen vk_left vk_right vk_up vk_down vk_home ' +\n      'vk_end vk_delete vk_insert vk_pageup vk_pagedown vk_f1 vk_f2 vk_f3 ' +\n      'vk_f4 vk_f5 vk_f6 vk_f7 vk_f8 vk_f9 vk_f10 vk_f11 vk_f12 vk_numpad0 ' +\n      'vk_numpad1 vk_numpad2 vk_numpad3 vk_numpad4 vk_numpad5 vk_numpad6 ' +\n      'vk_numpad7 vk_numpad8 vk_numpad9 vk_divide vk_multiply vk_subtract ' +\n      'vk_add vk_decimal vk_lshift vk_lcontrol vk_lalt vk_rshift ' +\n      'vk_rcontrol vk_ralt  mb_any mb_none mb_left mb_right mb_middle ' +\n      'c_aqua c_black c_blue c_dkgray c_fuchsia c_gray c_green c_lime ' +\n      'c_ltgray c_maroon c_navy c_olive c_purple c_red c_silver c_teal ' +\n      'c_white c_yellow c_orange fa_left fa_center fa_right fa_top ' +\n      'fa_middle fa_bottom pr_pointlist pr_linelist pr_linestrip ' +\n      'pr_trianglelist pr_trianglestrip pr_trianglefan bm_complex bm_normal ' +\n      'bm_add bm_max bm_subtract bm_zero bm_one bm_src_colour ' +\n      'bm_inv_src_colour bm_src_color bm_inv_src_color bm_src_alpha ' +\n      'bm_inv_src_alpha bm_dest_alpha bm_inv_dest_alpha bm_dest_colour ' +\n      'bm_inv_dest_colour bm_dest_color bm_inv_dest_color bm_src_alpha_sat ' +\n      'tf_point tf_linear tf_anisotropic mip_off mip_on mip_markedonly ' +\n      'audio_falloff_none audio_falloff_inverse_distance ' +\n      'audio_falloff_inverse_distance_clamped audio_falloff_linear_distance ' +\n      'audio_falloff_linear_distance_clamped ' +\n      'audio_falloff_exponent_distance ' +\n      'audio_falloff_exponent_distance_clamped audio_old_system ' +\n      'audio_new_system audio_mono audio_stereo audio_3d cr_default cr_none ' +\n      'cr_arrow cr_cross cr_beam cr_size_nesw cr_size_ns cr_size_nwse ' +\n      'cr_size_we cr_uparrow cr_hourglass cr_drag cr_appstart cr_handpoint ' +\n      'cr_size_all spritespeed_framespersecond ' +\n      'spritespeed_framespergameframe asset_object asset_unknown ' +\n      'asset_sprite asset_sound asset_room asset_path asset_script ' +\n      'asset_font asset_timeline asset_tiles asset_shader fa_readonly ' +\n      'fa_hidden fa_sysfile fa_volumeid fa_directory fa_archive  ' +\n      'ds_type_map ds_type_list ds_type_stack ds_type_queue ds_type_grid ' +\n      'ds_type_priority ef_explosion ef_ring ef_ellipse ef_firework ' +\n      'ef_smoke ef_smokeup ef_star ef_spark ef_flare ef_cloud ef_rain ' +\n      'ef_snow pt_shape_pixel pt_shape_disk pt_shape_square pt_shape_line ' +\n      'pt_shape_star pt_shape_circle pt_shape_ring pt_shape_sphere ' +\n      'pt_shape_flare pt_shape_spark pt_shape_explosion pt_shape_cloud ' +\n      'pt_shape_smoke pt_shape_snow ps_distr_linear ps_distr_gaussian ' +\n      'ps_distr_invgaussian ps_shape_rectangle ps_shape_ellipse ' +\n      'ps_shape_diamond ps_shape_line ty_real ty_string dll_cdecl ' +\n      'dll_stdcall matrix_view matrix_projection matrix_world os_win32 ' +\n      'os_windows os_macosx os_ios os_android os_symbian os_linux ' +\n      'os_unknown os_winphone os_tizen os_win8native ' +\n      'os_wiiu os_3ds  os_psvita os_bb10 os_ps4 os_xboxone ' +\n      'os_ps3 os_xbox360 os_uwp os_tvos os_switch ' +\n      'browser_not_a_browser browser_unknown browser_ie browser_firefox ' +\n      'browser_chrome browser_safari browser_safari_mobile browser_opera ' +\n      'browser_tizen browser_edge browser_windows_store browser_ie_mobile  ' +\n      'device_ios_unknown device_ios_iphone device_ios_iphone_retina ' +\n      'device_ios_ipad device_ios_ipad_retina device_ios_iphone5 ' +\n      'device_ios_iphone6 device_ios_iphone6plus device_emulator ' +\n      'device_tablet display_landscape display_landscape_flipped ' +\n      'display_portrait display_portrait_flipped tm_sleep tm_countvsyncs ' +\n      'of_challenge_win of_challen ge_lose of_challenge_tie ' +\n      'leaderboard_type_number leaderboard_type_time_mins_secs ' +\n      'cmpfunc_never cmpfunc_less cmpfunc_equal cmpfunc_lessequal ' +\n      'cmpfunc_greater cmpfunc_notequal cmpfunc_greaterequal cmpfunc_always ' +\n      'cull_noculling cull_clockwise cull_counterclockwise lighttype_dir ' +\n      'lighttype_point iap_ev_storeload iap_ev_product iap_ev_purchase ' +\n      'iap_ev_consume iap_ev_restore iap_storeload_ok iap_storeload_failed ' +\n      'iap_status_uninitialised iap_status_unavailable iap_status_loading ' +\n      'iap_status_available iap_status_processing iap_status_restoring ' +\n      'iap_failed iap_unavailable iap_available iap_purchased iap_canceled ' +\n      'iap_refunded fb_login_default fb_login_fallback_to_webview ' +\n      'fb_login_no_fallback_to_webview fb_login_forcing_webview ' +\n      'fb_login_use_system_account fb_login_forcing_safari  ' +\n      'phy_joint_anchor_1_x phy_joint_anchor_1_y phy_joint_anchor_2_x ' +\n      'phy_joint_anchor_2_y phy_joint_reaction_force_x ' +\n      'phy_joint_reaction_force_y phy_joint_reaction_torque ' +\n      'phy_joint_motor_speed phy_joint_angle phy_joint_motor_torque ' +\n      'phy_joint_max_motor_torque phy_joint_translation phy_joint_speed ' +\n      'phy_joint_motor_force phy_joint_max_motor_force phy_joint_length_1 ' +\n      'phy_joint_length_2 phy_joint_damping_ratio phy_joint_frequency ' +\n      'phy_joint_lower_angle_limit phy_joint_upper_angle_limit ' +\n      'phy_joint_angle_limits phy_joint_max_length phy_joint_max_torque ' +\n      'phy_joint_max_force phy_debug_render_aabb ' +\n      'phy_debug_render_collision_pairs phy_debug_render_coms ' +\n      'phy_debug_render_core_shapes phy_debug_render_joints ' +\n      'phy_debug_render_obb phy_debug_render_shapes  ' +\n      'phy_particle_flag_water phy_particle_flag_zombie ' +\n      'phy_particle_flag_wall phy_particle_flag_spring ' +\n      'phy_particle_flag_elastic phy_particle_flag_viscous ' +\n      'phy_particle_flag_powder phy_particle_flag_tensile ' +\n      'phy_particle_flag_colourmixing phy_particle_flag_colormixing ' +\n      'phy_particle_group_flag_solid phy_particle_group_flag_rigid ' +\n      'phy_particle_data_flag_typeflags phy_particle_data_flag_position ' +\n      'phy_particle_data_flag_velocity phy_particle_data_flag_colour ' +\n      'phy_particle_data_flag_color phy_particle_data_flag_category  ' +\n      'achievement_our_info achievement_friends_info ' +\n      'achievement_leaderboard_info achievement_achievement_info ' +\n      'achievement_filter_all_players achievement_filter_friends_only ' +\n      'achievement_filter_favorites_only ' +\n      'achievement_type_achievement_challenge ' +\n      'achievement_type_score_challenge achievement_pic_loaded  ' +\n      'achievement_show_ui achievement_show_profile ' +\n      'achievement_show_leaderboard achievement_show_achievement ' +\n      'achievement_show_bank achievement_show_friend_picker ' +\n      'achievement_show_purchase_prompt network_socket_tcp ' +\n      'network_socket_udp network_socket_bluetooth network_type_connect ' +\n      'network_type_disconnect network_type_data ' +\n      'network_type_non_blocking_connect network_config_connect_timeout ' +\n      'network_config_use_non_blocking_socket ' +\n      'network_config_enable_reliable_udp ' +\n      'network_config_disable_reliable_udp buffer_fixed buffer_grow ' +\n      'buffer_wrap buffer_fast buffer_vbuffer buffer_network buffer_u8 ' +\n      'buffer_s8 buffer_u16 buffer_s16 buffer_u32 buffer_s32 buffer_u64 ' +\n      'buffer_f16 buffer_f32 buffer_f64 buffer_bool buffer_text ' +\n      'buffer_string buffer_surface_copy buffer_seek_start ' +\n      'buffer_seek_relative buffer_seek_end ' +\n      'buffer_generalerror buffer_outofspace buffer_outofbounds ' +\n      'buffer_invalidtype  text_type button_type input_type ANSI_CHARSET ' +\n      'DEFAULT_CHARSET EASTEUROPE_CHARSET RUSSIAN_CHARSET SYMBOL_CHARSET ' +\n      'SHIFTJIS_CHARSET HANGEUL_CHARSET GB2312_CHARSET CHINESEBIG5_CHARSET ' +\n      'JOHAB_CHARSET HEBREW_CHARSET ARABIC_CHARSET GREEK_CHARSET ' +\n      'TURKISH_CHARSET VIETNAMESE_CHARSET THAI_CHARSET MAC_CHARSET ' +\n      'BALTIC_CHARSET OEM_CHARSET  gp_face1 gp_face2 gp_face3 gp_face4 ' +\n      'gp_shoulderl gp_shoulderr gp_shoulderlb gp_shoulderrb gp_select ' +\n      'gp_start gp_stickl gp_stickr gp_padu gp_padd gp_padl gp_padr ' +\n      'gp_axislh gp_axislv gp_axisrh gp_axisrv ov_friends ov_community ' +\n      'ov_players ov_settings ov_gamegroup ov_achievements lb_sort_none ' +\n      'lb_sort_ascending lb_sort_descending lb_disp_none lb_disp_numeric ' +\n      'lb_disp_time_sec lb_disp_time_ms ugc_result_success ' +\n      'ugc_filetype_community ugc_filetype_microtrans ugc_visibility_public ' +\n      'ugc_visibility_friends_only ugc_visibility_private ' +\n      'ugc_query_RankedByVote ugc_query_RankedByPublicationDate ' +\n      'ugc_query_AcceptedForGameRankedByAcceptanceDate ' +\n      'ugc_query_RankedByTrend ' +\n      'ugc_query_FavoritedByFriendsRankedByPublicationDate ' +\n      'ugc_query_CreatedByFriendsRankedByPublicationDate ' +\n      'ugc_query_RankedByNumTimesReported ' +\n      'ugc_query_CreatedByFollowedUsersRankedByPublicationDate ' +\n      'ugc_query_NotYetRated ugc_query_RankedByTotalVotesAsc ' +\n      'ugc_query_RankedByVotesUp ugc_query_RankedByTextSearch ' +\n      'ugc_sortorder_CreationOrderDesc ugc_sortorder_CreationOrderAsc ' +\n      'ugc_sortorder_TitleAsc ugc_sortorder_LastUpdatedDesc ' +\n      'ugc_sortorder_SubscriptionDateDesc ugc_sortorder_VoteScoreDesc ' +\n      'ugc_sortorder_ForModeration ugc_list_Published ugc_list_VotedOn ' +\n      'ugc_list_VotedUp ugc_list_VotedDown ugc_list_WillVoteLater ' +\n      'ugc_list_Favorited ugc_list_Subscribed ugc_list_UsedOrPlayed ' +\n      'ugc_list_Followed ugc_match_Items ugc_match_Items_Mtx ' +\n      'ugc_match_Items_ReadyToUse ugc_match_Collections ugc_match_Artwork ' +\n      'ugc_match_Videos ugc_match_Screenshots ugc_match_AllGuides ' +\n      'ugc_match_WebGuides ugc_match_IntegratedGuides ' +\n      'ugc_match_UsableInGame ugc_match_ControllerBindings  ' +\n      'vertex_usage_position vertex_usage_colour vertex_usage_color ' +\n      'vertex_usage_normal vertex_usage_texcoord vertex_usage_textcoord ' +\n      'vertex_usage_blendweight vertex_usage_blendindices ' +\n      'vertex_usage_psize vertex_usage_tangent vertex_usage_binormal ' +\n      'vertex_usage_fog vertex_usage_depth vertex_usage_sample ' +\n      'vertex_type_float1 vertex_type_float2 vertex_type_float3 ' +\n      'vertex_type_float4 vertex_type_colour vertex_type_color ' +\n      'vertex_type_ubyte4 layerelementtype_undefined ' +\n      'layerelementtype_background layerelementtype_instance ' +\n      'layerelementtype_oldtilemap layerelementtype_sprite ' +\n      'layerelementtype_tilemap layerelementtype_particlesystem ' +\n      'layerelementtype_tile tile_rotate tile_flip tile_mirror ' +\n      'tile_index_mask kbv_type_default kbv_type_ascii kbv_type_url ' +\n      'kbv_type_email kbv_type_numbers kbv_type_phone kbv_type_phone_name ' +\n      'kbv_returnkey_default kbv_returnkey_go kbv_returnkey_google ' +\n      'kbv_returnkey_join kbv_returnkey_next kbv_returnkey_route ' +\n      'kbv_returnkey_search kbv_returnkey_send kbv_returnkey_yahoo ' +\n      'kbv_returnkey_done kbv_returnkey_continue kbv_returnkey_emergency ' +\n      'kbv_autocapitalize_none kbv_autocapitalize_words ' +\n      'kbv_autocapitalize_sentences kbv_autocapitalize_characters',\n    symbol: 'argument_relative argument argument0 argument1 argument2 ' +\n      'argument3 argument4 argument5 argument6 argument7 argument8 ' +\n      'argument9 argument10 argument11 argument12 argument13 argument14 ' +\n      'argument15 argument_count x y xprevious yprevious xstart ystart ' +\n      'hspeed vspeed direction speed friction gravity gravity_direction ' +\n      'path_index path_position path_positionprevious path_speed ' +\n      'path_scale path_orientation path_endaction object_index id solid ' +\n      'persistent mask_index instance_count instance_id room_speed fps ' +\n      'fps_real current_time current_year current_month current_day ' +\n      'current_weekday current_hour current_minute current_second alarm ' +\n      'timeline_index timeline_position timeline_speed timeline_running ' +\n      'timeline_loop room room_first room_last room_width room_height ' +\n      'room_caption room_persistent score lives health show_score ' +\n      'show_lives show_health caption_score caption_lives caption_health ' +\n      'event_type event_number event_object event_action ' +\n      'application_surface gamemaker_pro gamemaker_registered ' +\n      'gamemaker_version error_occurred error_last debug_mode ' +\n      'keyboard_key keyboard_lastkey keyboard_lastchar keyboard_string ' +\n      'mouse_x mouse_y mouse_button mouse_lastbutton cursor_sprite ' +\n      'visible sprite_index sprite_width sprite_height sprite_xoffset ' +\n      'sprite_yoffset image_number image_index image_speed depth ' +\n      'image_xscale image_yscale image_angle image_alpha image_blend ' +\n      'bbox_left bbox_right bbox_top bbox_bottom layer background_colour  ' +\n      'background_showcolour background_color background_showcolor ' +\n      'view_enabled view_current view_visible view_xview view_yview ' +\n      'view_wview view_hview view_xport view_yport view_wport view_hport ' +\n      'view_angle view_hborder view_vborder view_hspeed view_vspeed ' +\n      'view_object view_surface_id view_camera game_id game_display_name ' +\n      'game_project_name game_save_id working_directory temp_directory ' +\n      'program_directory browser_width browser_height os_type os_device ' +\n      'os_browser os_version display_aa async_load delta_time ' +\n      'webgl_enabled event_data iap_data phy_rotation phy_position_x ' +\n      'phy_position_y phy_angular_velocity phy_linear_velocity_x ' +\n      'phy_linear_velocity_y phy_speed_x phy_speed_y phy_speed ' +\n      'phy_angular_damping phy_linear_damping phy_bullet ' +\n      'phy_fixed_rotation phy_active phy_mass phy_inertia phy_com_x ' +\n      'phy_com_y phy_dynamic phy_kinematic phy_sleeping ' +\n      'phy_collision_points phy_collision_x phy_collision_y ' +\n      'phy_col_normal_x phy_col_normal_y phy_position_xprevious ' +\n      'phy_position_yprevious'\n  };\n\n  return {\n    aliases: ['gml', 'GML'],\n    case_insensitive: false, // language is case-insensitive\n    keywords: GML_KEYWORDS,\n\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var GO_KEYWORDS = {\n    keyword:\n      'break default func interface select case map struct chan else goto package switch ' +\n      'const fallthrough if range type continue for import return var go defer ' +\n      'bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 ' +\n      'uint16 uint32 uint64 int uint uintptr rune',\n    literal:\n       'true false iota nil',\n    built_in:\n      'append cap close complex copy imag len make new panic print println real recover delete'\n  };\n  return {\n    aliases: ['golang'],\n    keywords: GO_KEYWORDS,\n    illegal: '</',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'string',\n        variants: [\n          hljs.QUOTE_STRING_MODE,\n          {begin: '\\'', end: '[^\\\\\\\\]\\''},\n          {begin: '`', end: '`'},\n        ]\n      },\n      {\n        className: 'number',\n        variants: [\n          {begin: hljs.C_NUMBER_RE + '[dflsi]', relevance: 1},\n          hljs.C_NUMBER_MODE\n        ]\n      },\n      {\n        begin: /:=/ // relevance booster\n      },\n      {\n        className: 'function',\n        beginKeywords: 'func', end: /\\s*\\{/, excludeEnd: true,\n        contains: [\n          hljs.TITLE_MODE,\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            keywords: GO_KEYWORDS,\n            illegal: /[\"']/\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n    return {\n      keywords: {\n        keyword:\n          'println readln print import module function local return let var ' +\n          'while for foreach times in case when match with break continue ' +\n          'augment augmentation each find filter reduce ' +\n          'if then else otherwise try catch finally raise throw orIfNull ' +\n          'DynamicObject|10 DynamicVariable struct Observable map set vector list array',\n        literal:\n          'true false null'\n      },\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        hljs.QUOTE_STRING_MODE,\n        hljs.C_NUMBER_MODE,\n        {\n          className: 'meta', begin: '@[A-Za-z]+'\n        }\n      ]\n    }\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'task project allprojects subprojects artifacts buildscript configurations ' +\n        'dependencies repositories sourceSets description delete from into include ' +\n        'exclude source classpath destinationDir includes options sourceCompatibility ' +\n        'targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant ' +\n        'def abstract break case catch continue default do else extends final finally ' +\n        'for if implements instanceof native new private protected public return static ' +\n        'switch synchronized throw throws transient try volatile while strictfp package ' +\n        'import false null super this true antlrtask checkstyle codenarc copy boolean ' +\n        'byte char class double float int interface long short void compile runTime ' +\n        'file fileTree abs any append asList asWritable call collect compareTo count ' +\n        'div dump each eachByte eachFile eachLine every find findAll flatten getAt ' +\n        'getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods ' +\n        'isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter ' +\n        'newReader newWriter next plus pop power previous print println push putAt read ' +\n        'readBytes readLines reverse reverseEach round size sort splitEachLine step subMap ' +\n        'times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader ' +\n        'withStream withWriter withWriterAppend write writeLine'\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      hljs.REGEXP_MODE\n\n    ]\n  }\n};","module.exports = function(hljs) {\n    return {\n        keywords: {\n            literal : 'true false null',\n            keyword:\n            'byte short char int long boolean float double void ' +\n            // groovy specific keywords\n            'def as in assert trait ' +\n            // common keywords with Java\n            'super this abstract static volatile transient public private protected synchronized final ' +\n            'class interface enum if else for while switch case break default continue ' +\n            'throw throws try catch finally implements extends new import package return instanceof'\n        },\n\n        contains: [\n            hljs.COMMENT(\n                '/\\\\*\\\\*',\n                '\\\\*/',\n                {\n                    relevance : 0,\n                    contains : [\n                      {\n                          // eat up @'s in emails to prevent them to be recognized as doctags\n                          begin: /\\w+@/, relevance: 0\n                      },\n                      {\n                          className : 'doctag',\n                          begin : '@[A-Za-z]+'\n                      }\n                    ]\n                }\n            ),\n            hljs.C_LINE_COMMENT_MODE,\n            hljs.C_BLOCK_COMMENT_MODE,\n            {\n                className: 'string',\n                begin: '\"\"\"', end: '\"\"\"'\n            },\n            {\n                className: 'string',\n                begin: \"'''\", end: \"'''\"\n            },\n            {\n                className: 'string',\n                begin: \"\\\\$/\", end: \"/\\\\$\",\n                relevance: 10\n            },\n            hljs.APOS_STRING_MODE,\n            {\n                className: 'regexp',\n                begin: /~?\\/[^\\/\\n]+\\//,\n                contains: [\n                    hljs.BACKSLASH_ESCAPE\n                ]\n            },\n            hljs.QUOTE_STRING_MODE,\n            {\n                className: 'meta',\n                begin: \"^#!/usr/bin/env\", end: '$',\n                illegal: '\\n'\n            },\n            hljs.BINARY_NUMBER_MODE,\n            {\n                className: 'class',\n                beginKeywords: 'class interface trait enum', end: '{',\n                illegal: ':',\n                contains: [\n                    {beginKeywords: 'extends implements'},\n                    hljs.UNDERSCORE_TITLE_MODE\n                ]\n            },\n            hljs.C_NUMBER_MODE,\n            {\n                className: 'meta', begin: '@[A-Za-z]+'\n            },\n            {\n                // highlight map keys and named parameters as strings\n                className: 'string', begin: /[^\\?]{0}[A-Za-z0-9_$]+ *:/\n            },\n            {\n                // catch middle element of the ternary operator\n                // to avoid highlight it as a label, named parameter, or map key\n                begin: /\\?/, end: /\\:/\n            },\n            {\n                // highlight labeled statements\n                className: 'symbol', begin: '^\\\\s*[A-Za-z0-9_$]+:',\n                relevance: 0\n            }\n        ],\n        illegal: /#|<\\//\n    }\n};","module.exports = // TODO support filter tags like :javascript, support inline HTML\nfunction(hljs) {\n  return {\n    case_insensitive: true,\n    contains: [\n      {\n        className: 'meta',\n        begin: '^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$',\n        relevance: 10\n      },\n      // FIXME these comments should be allowed to span indented lines\n      hljs.COMMENT(\n        '^\\\\s*(!=#|=#|-#|/).*$',\n        false,\n        {\n          relevance: 0\n        }\n      ),\n      {\n        begin: '^\\\\s*(-|=|!=)(?!#)',\n        starts: {\n          end: '\\\\n',\n          subLanguage: 'ruby'\n        }\n      },\n      {\n        className: 'tag',\n        begin: '^\\\\s*%',\n        contains: [\n          {\n            className: 'selector-tag',\n            begin: '\\\\w+'\n          },\n          {\n            className: 'selector-id',\n            begin: '#[\\\\w-]+'\n          },\n          {\n            className: 'selector-class',\n            begin: '\\\\.[\\\\w-]+'\n          },\n          {\n            begin: '{\\\\s*',\n            end: '\\\\s*}',\n            contains: [\n              {\n                begin: ':\\\\w+\\\\s*=>',\n                end: ',\\\\s+',\n                returnBegin: true,\n                endsWithParent: true,\n                contains: [\n                  {\n                    className: 'attr',\n                    begin: ':\\\\w+'\n                  },\n                  hljs.APOS_STRING_MODE,\n                  hljs.QUOTE_STRING_MODE,\n                  {\n                    begin: '\\\\w+',\n                    relevance: 0\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            begin: '\\\\(\\\\s*',\n            end: '\\\\s*\\\\)',\n            excludeEnd: true,\n            contains: [\n              {\n                begin: '\\\\w+\\\\s*=',\n                end: '\\\\s+',\n                returnBegin: true,\n                endsWithParent: true,\n                contains: [\n                  {\n                    className: 'attr',\n                    begin: '\\\\w+',\n                    relevance: 0\n                  },\n                  hljs.APOS_STRING_MODE,\n                  hljs.QUOTE_STRING_MODE,\n                  {\n                    begin: '\\\\w+',\n                    relevance: 0\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      },\n      {\n        begin: '^\\\\s*[=~]\\\\s*'\n      },\n      {\n        begin: '#{',\n        starts: {\n          end: '}',\n          subLanguage: 'ruby'\n        }\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BUILT_INS = {'builtin-name': 'each in with if else unless bindattr action collection debugger log outlet template unbound view yield'};\n  return {\n    aliases: ['hbs', 'html.hbs', 'html.handlebars'],\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n    hljs.COMMENT('{{!(--)?', '(--)?}}'),\n      {\n        className: 'template-tag',\n        begin: /\\{\\{[#\\/]/, end: /\\}\\}/,\n        contains: [\n          {\n            className: 'name',\n            begin: /[a-zA-Z\\.-]+/,\n            keywords: BUILT_INS,\n            starts: {\n              endsWithParent: true, relevance: 0,\n              contains: [\n                hljs.QUOTE_STRING_MODE\n              ]\n            }\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{\\{/, end: /\\}\\}/,\n        keywords: BUILT_INS\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var COMMENT = {\n    variants: [\n      hljs.COMMENT('--', '$'),\n      hljs.COMMENT(\n        '{-',\n        '-}',\n        {\n          contains: ['self']\n        }\n      )\n    ]\n  };\n\n  var PRAGMA = {\n    className: 'meta',\n    begin: '{-#', end: '#-}'\n  };\n\n  var PREPROCESSOR = {\n    className: 'meta',\n    begin: '^#', end: '$'\n  };\n\n  var CONSTRUCTOR = {\n    className: 'type',\n    begin: '\\\\b[A-Z][\\\\w\\']*', // TODO: other constructors (build-in, infix).\n    relevance: 0\n  };\n\n  var LIST = {\n    begin: '\\\\(', end: '\\\\)',\n    illegal: '\"',\n    contains: [\n      PRAGMA,\n      PREPROCESSOR,\n      {className: 'type', begin: '\\\\b[A-Z][\\\\w]*(\\\\((\\\\.\\\\.|,|\\\\w+)\\\\))?'},\n      hljs.inherit(hljs.TITLE_MODE, {begin: '[_a-z][\\\\w\\']*'}),\n      COMMENT\n    ]\n  };\n\n  var RECORD = {\n    begin: '{', end: '}',\n    contains: LIST.contains\n  };\n\n  return {\n    aliases: ['hs'],\n    keywords:\n      'let in if then else case of where do module import hiding ' +\n      'qualified type data newtype deriving class instance as default ' +\n      'infix infixl infixr foreign export ccall stdcall cplusplus ' +\n      'jvm dotnet safe unsafe family forall mdo proc rec',\n    contains: [\n\n      // Top-level constructions.\n\n      {\n        beginKeywords: 'module', end: 'where',\n        keywords: 'module where',\n        contains: [LIST, COMMENT],\n        illegal: '\\\\W\\\\.|;'\n      },\n      {\n        begin: '\\\\bimport\\\\b', end: '$',\n        keywords: 'import qualified as hiding',\n        contains: [LIST, COMMENT],\n        illegal: '\\\\W\\\\.|;'\n      },\n\n      {\n        className: 'class',\n        begin: '^(\\\\s*)?(class|instance)\\\\b', end: 'where',\n        keywords: 'class family instance where',\n        contains: [CONSTRUCTOR, LIST, COMMENT]\n      },\n      {\n        className: 'class',\n        begin: '\\\\b(data|(new)?type)\\\\b', end: '$',\n        keywords: 'data family type newtype deriving',\n        contains: [PRAGMA, CONSTRUCTOR, LIST, RECORD, COMMENT]\n      },\n      {\n        beginKeywords: 'default', end: '$',\n        contains: [CONSTRUCTOR, LIST, COMMENT]\n      },\n      {\n        beginKeywords: 'infix infixl infixr', end: '$',\n        contains: [hljs.C_NUMBER_MODE, COMMENT]\n      },\n      {\n        begin: '\\\\bforeign\\\\b', end: '$',\n        keywords: 'foreign import export ccall stdcall cplusplus jvm ' +\n                  'dotnet safe unsafe',\n        contains: [CONSTRUCTOR, hljs.QUOTE_STRING_MODE, COMMENT]\n      },\n      {\n        className: 'meta',\n        begin: '#!\\\\/usr\\\\/bin\\\\/env\\ runhaskell', end: '$'\n      },\n\n      // \"Whitespaces\".\n\n      PRAGMA,\n      PREPROCESSOR,\n\n      // Literals and names.\n\n      // TODO: characters.\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      CONSTRUCTOR,\n      hljs.inherit(hljs.TITLE_MODE, {begin: '^[_a-z][\\\\w\\']*'}),\n\n      COMMENT,\n\n      {begin: '->|<-'} // No markup, relevance booster\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[a-zA-Z_$][a-zA-Z0-9_$]*';\n  var IDENT_FUNC_RETURN_TYPE_RE = '([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)';\n\n  var HAXE_BASIC_TYPES = 'Int Float String Bool Dynamic Void Array ';\n\n  return {\n    aliases: ['hx'],\n    keywords: {\n      keyword: 'break case cast catch continue default do dynamic else enum extern ' +\n               'for function here if import in inline never new override package private get set ' +\n               'public return static super switch this throw trace try typedef untyped using var while ' +\n               HAXE_BASIC_TYPES,\n      built_in:\n        'trace this',\n      literal:\n        'true false null _'\n    },\n    contains: [\n      { className: 'string', // interpolate-able strings\n        begin: '\\'', end: '\\'',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          { className: 'subst', // interpolation\n            begin: '\\\\$\\\\{', end: '\\\\}'\n          },\n          { className: 'subst', // interpolation\n            begin: '\\\\$', end: '\\\\W}'\n          }\n        ]\n      },\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      { className: 'meta', // compiler meta\n        begin: '@:', end: '$'\n      },\n      { className: 'meta', // compiler conditionals\n        begin: '#', end: '$',\n        keywords: {'meta-keyword': 'if else elseif end error'}\n      },\n      { className: 'type', // function types\n        begin: ':[ \\t]*', end: '[^A-Za-z0-9_ \\t\\\\->]',\n        excludeBegin: true, excludeEnd: true,\n        relevance: 0\n      },\n      { className: 'type', // types\n        begin: ':[ \\t]*', end: '\\\\W',\n        excludeBegin: true, excludeEnd: true\n      },\n      { className: 'type', // instantiation\n        begin: 'new *', end: '\\\\W',\n        excludeBegin: true, excludeEnd: true\n      },\n      { className: 'class', // enums\n        beginKeywords: 'enum', end: '\\\\{',\n        contains: [\n          hljs.TITLE_MODE\n        ]\n      },\n      { className: 'class', // abstracts\n        beginKeywords: 'abstract', end: '[\\\\{$]',\n        contains: [\n          { className: 'type',\n            begin: '\\\\(', end: '\\\\)',\n            excludeBegin: true, excludeEnd: true\n          },\n          { className: 'type',\n            begin: 'from +', end: '\\\\W',\n            excludeBegin: true, excludeEnd: true\n          },\n          { className: 'type',\n            begin: 'to +', end: '\\\\W',\n            excludeBegin: true, excludeEnd: true\n          },\n          hljs.TITLE_MODE\n        ],\n        keywords: {\n          keyword: 'abstract from to'\n        }\n      },\n      { className: 'class', // classes\n        begin: '\\\\b(class|interface) +', end: '[\\\\{$]',  excludeEnd: true,\n        keywords: 'class interface',\n        contains: [\n          { className: 'keyword',\n            begin: '\\\\b(extends|implements) +',\n            keywords: 'extends implements',\n            contains: [\n              {\n                className: 'type',\n                begin: hljs.IDENT_RE,\n                relevance: 0\n              }\n            ]\n          },\n          hljs.TITLE_MODE\n        ]\n      },\n      { className: 'function',\n        beginKeywords: 'function', end: '\\\\(', excludeEnd: true,\n        illegal: '\\\\S',\n        contains: [\n          hljs.TITLE_MODE\n        ]\n      }\n    ],\n    illegal: /<\\//\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    lexemes: /[\\w\\._]+/,\n    keywords: 'goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n\n      {\n        // multi-line string\n        className: 'string',\n        begin: '{\"', end: '\"}',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n\n      hljs.COMMENT(';', '$', {relevance: 0}),\n\n      {\n        // pre-processor\n        className: 'meta',\n        begin: '#', end: '$',\n        keywords: {'meta-keyword': 'addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib'},\n        contains: [\n          hljs.inherit(hljs.QUOTE_STRING_MODE, {className: 'meta-string'}),\n          hljs.NUMBER_MODE,\n          hljs.C_NUMBER_MODE,\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n\n      {\n        // label\n        className: 'symbol',\n        begin: '^\\\\*(\\\\w+|@)'\n      },\n\n      hljs.NUMBER_MODE,\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BUILT_INS = 'action collection component concat debugger each each-in else get hash if input link-to loc log mut outlet partial query-params render textarea unbound unless with yield view';\n\n  var ATTR_ASSIGNMENT = {\n    illegal: /\\}\\}/,\n    begin: /[a-zA-Z0-9_]+=/,\n    returnBegin: true,\n    relevance: 0,\n    contains: [\n      {\n        className: 'attr', begin: /[a-zA-Z0-9_]+/\n      }\n    ]\n  };\n\n  var SUB_EXPR = {\n    illegal: /\\}\\}/,\n    begin: /\\)/, end: /\\)/,\n    contains: [\n      {\n        begin: /[a-zA-Z\\.\\-]+/,\n        keywords: {built_in: BUILT_INS},\n        starts: {\n          endsWithParent: true, relevance: 0,\n          contains: [\n            hljs.QUOTE_STRING_MODE,\n          ]\n        }\n      }\n    ]\n  };\n\n  var TAG_INNARDS = {\n    endsWithParent: true, relevance: 0,\n    keywords: {keyword: 'as', built_in: BUILT_INS},\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      ATTR_ASSIGNMENT,\n      hljs.NUMBER_MODE\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT('{{!(--)?', '(--)?}}'),\n      {\n        className: 'template-tag',\n        begin: /\\{\\{[#\\/]/, end: /\\}\\}/,\n        contains: [\n          {\n            className: 'name',\n            begin: /[a-zA-Z\\.\\-]+/,\n            keywords: {'builtin-name': BUILT_INS},\n            starts: TAG_INNARDS\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{\\{[a-zA-Z][a-zA-Z\\-]+/, end: /\\}\\}/,\n        keywords: {keyword: 'as', built_in: BUILT_INS},\n        contains: [\n          hljs.QUOTE_STRING_MODE\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VERSION = 'HTTP/[0-9\\\\.]+';\n  return {\n    aliases: ['https'],\n    illegal: '\\\\S',\n    contains: [\n      {\n        begin: '^' + VERSION, end: '$',\n        contains: [{className: 'number', begin: '\\\\b\\\\d{3}\\\\b'}]\n      },\n      {\n        begin: '^[A-Z]+ (.*?) ' + VERSION + '$', returnBegin: true, end: '$',\n        contains: [\n          {\n            className: 'string',\n            begin: ' ', end: ' ',\n            excludeBegin: true, excludeEnd: true\n          },\n          {\n            begin: VERSION\n          },\n          {\n            className: 'keyword',\n            begin: '[A-Z]+'\n          }\n        ]\n      },\n      {\n        className: 'attribute',\n        begin: '^\\\\w', end: ': ', excludeEnd: true,\n        illegal: '\\\\n|\\\\s|=',\n        starts: {end: '$', relevance: 0}\n      },\n      {\n        begin: '\\\\n\\\\n',\n        starts: {subLanguage: [], endsWithParent: true}\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var keywords = {\n    'builtin-name':\n      // keywords\n      '!= % %= & &= * ** **= *= *map ' +\n      '+ += , --build-class-- --import-- -= . / // //= ' +\n      '/= < << <<= <= = > >= >> >>= ' +\n      '@ @= ^ ^= abs accumulate all and any ap-compose ' +\n      'ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ' +\n      'ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast ' +\n      'callable calling-module-name car case cdr chain chr coll? combinations compile ' +\n      'compress cond cons cons? continue count curry cut cycle dec ' +\n      'def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn ' +\n      'defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir ' +\n      'disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? ' +\n      'end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first ' +\n      'flatten float? fn fnc fnr for for* format fraction genexpr ' +\n      'gensym get getattr global globals group-by hasattr hash hex id ' +\n      'identity if if* if-not if-python2 import in inc input instance? ' +\n      'integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even ' +\n      'is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none ' +\n      'is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass ' +\n      'iter iterable? iterate iterator? keyword keyword? lambda last len let ' +\n      'lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all ' +\n      'map max merge-with method-decorator min multi-decorator multicombinations name neg? next ' +\n      'none? nonlocal not not-in not? nth numeric? oct odd? open ' +\n      'or ord partition permutations pos? post-route postwalk pow prewalk print ' +\n      'product profile/calls profile/cpu put-route quasiquote quote raise range read read-str ' +\n      'recursive-replace reduce remove repeat repeatedly repr require rest round route ' +\n      'route-with-methods rwm second seq set-comp setattr setv some sorted string ' +\n      'string? sum switch symbol? take take-nth take-while tee try unless ' +\n      'unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms ' +\n      'xi xor yield yield-from zero? zip zip-longest | |= ~'\n   };\n\n  var SYMBOLSTART = 'a-zA-Z_\\\\-!.?+*=<>&#\\'';\n  var SYMBOL_RE = '[' + SYMBOLSTART + '][' + SYMBOLSTART + '0-9/;:]*';\n  var SIMPLE_NUMBER_RE = '[-+]?\\\\d+(\\\\.\\\\d+)?';\n\n  var SHEBANG = {\n    className: 'meta',\n    begin: '^#!', end: '$'\n  };\n\n  var SYMBOL = {\n    begin: SYMBOL_RE,\n    relevance: 0\n  };\n  var NUMBER = {\n    className: 'number', begin: SIMPLE_NUMBER_RE,\n    relevance: 0\n  };\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null});\n  var COMMENT = hljs.COMMENT(\n    ';',\n    '$',\n    {\n      relevance: 0\n    }\n  );\n  var LITERAL = {\n    className: 'literal',\n    begin: /\\b([Tt]rue|[Ff]alse|nil|None)\\b/\n  };\n  var COLLECTION = {\n    begin: '[\\\\[\\\\{]', end: '[\\\\]\\\\}]'\n  };\n  var HINT = {\n    className: 'comment',\n    begin: '\\\\^' + SYMBOL_RE\n  };\n  var HINT_COL = hljs.COMMENT('\\\\^\\\\{', '\\\\}');\n  var KEY = {\n    className: 'symbol',\n    begin: '[:]{1,2}' + SYMBOL_RE\n  };\n  var LIST = {\n    begin: '\\\\(', end: '\\\\)'\n  };\n  var BODY = {\n    endsWithParent: true,\n    relevance: 0\n  };\n  var NAME = {\n    keywords: keywords,\n    lexemes: SYMBOL_RE,\n    className: 'name', begin: SYMBOL_RE,\n    starts: BODY\n  };\n  var DEFAULT_CONTAINS = [LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL, SYMBOL];\n\n  LIST.contains = [hljs.COMMENT('comment', ''), NAME, BODY];\n  BODY.contains = DEFAULT_CONTAINS;\n  COLLECTION.contains = DEFAULT_CONTAINS;\n\n  return {\n    aliases: ['hylang'],\n    illegal: /\\S/,\n    contains: [SHEBANG, LIST, STRING, HINT, HINT_COL, COMMENT, KEY, COLLECTION, NUMBER, LITERAL]\n  }\n};","module.exports = function(hljs) {\n  var START_BRACKET = '\\\\[';\n  var END_BRACKET = '\\\\]';\n  return {\n    aliases: ['i7'],\n    case_insensitive: true,\n    keywords: {\n      // Some keywords more or less unique to I7, for relevance.\n      keyword:\n        // kind:\n        'thing room person man woman animal container ' +\n        'supporter backdrop door ' +\n        // characteristic:\n        'scenery open closed locked inside gender ' +\n        // verb:\n        'is are say understand ' +\n        // misc keyword:\n        'kind of rule'\n    },\n    contains: [\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        relevance: 0,\n        contains: [\n          {\n            className: 'subst',\n            begin: START_BRACKET, end: END_BRACKET\n          }\n        ]\n      },\n      {\n        className: 'section',\n        begin: /^(Volume|Book|Part|Chapter|Section|Table)\\b/,\n        end: '$'\n      },\n      {\n        // Rule definition\n        // This is here for relevance.\n        begin: /^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\\b/,\n        end: ':',\n        contains: [\n          {\n            //Rule name\n            begin: '\\\\(This', end: '\\\\)'\n          }\n        ]\n      },\n      {\n        className: 'comment',\n        begin: START_BRACKET, end: END_BRACKET,\n        contains: ['self']\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var STRING = {\n    className: \"string\",\n    contains: [hljs.BACKSLASH_ESCAPE],\n    variants: [\n      {\n        begin: \"'''\", end: \"'''\",\n        relevance: 10\n      }, {\n        begin: '\"\"\"', end: '\"\"\"',\n        relevance: 10\n      }, {\n        begin: '\"', end: '\"'\n      }, {\n        begin: \"'\", end: \"'\"\n      }\n    ]\n  };\n  return {\n    aliases: ['toml'],\n    case_insensitive: true,\n    illegal: /\\S/,\n    contains: [\n      hljs.COMMENT(';', '$'),\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'section',\n        begin: /^\\s*\\[+/, end: /\\]+/\n      },\n      {\n        begin: /^[a-z0-9\\[\\]_-]+\\s*=\\s*/, end: '$',\n        returnBegin: true,\n        contains: [\n          {\n            className: 'attr',\n            begin: /[a-z0-9\\[\\]_-]+/\n          },\n          {\n            begin: /=/, endsWithParent: true,\n            relevance: 0,\n            contains: [\n              {\n                className: 'literal',\n                begin: /\\bon|off|true|false|yes|no\\b/\n              },\n              {\n                className: 'variable',\n                variants: [\n                  {begin: /\\$[\\w\\d\"][\\w\\d_]*/},\n                  {begin: /\\$\\{(.*?)}/}\n                ]\n              },\n              STRING,\n              {\n                className: 'number',\n                begin: /([\\+\\-]+)?[\\d]+_[\\d_]+/\n              },\n              hljs.NUMBER_MODE\n            ]\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)'\n  };\n\n  var F_KEYWORDS = {\n    literal: '.False. .True.',\n    keyword: 'kind do while private call intrinsic where elsewhere ' +\n      'type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then ' +\n      'public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. ' +\n      'goto save else use module select case ' +\n      'access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit ' +\n      'continue format pause cycle exit ' +\n      'c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg ' +\n      'synchronous nopass non_overridable pass protected volatile abstract extends import ' +\n      'non_intrinsic value deferred generic final enumerator class associate bind enum ' +\n      'c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t ' +\n      'c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double ' +\n      'c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr ' +\n      'c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer ' +\n      'c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor ' +\n      'numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ' +\n      'ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive ' +\n      'pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure ' +\n      'integer real character complex logical dimension allocatable|10 parameter ' +\n      'external implicit|10 none double precision assign intent optional pointer ' +\n      'target in out common equivalence data ' +\n      // IRPF90 special keywords\n      'begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch ' +\n      'soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read',\n    built_in: 'alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint ' +\n      'dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl ' +\n      'algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama ' +\n      'iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod ' +\n      'qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log ' +\n      'log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate ' +\n      'adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product ' +\n      'eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul ' +\n      'maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product ' +\n      'radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind ' +\n      'set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer ' +\n      'dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ' +\n      'ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode ' +\n      'is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of'  +\n      'acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 ' +\n      'atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits ' +\n      'bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr ' +\n      'num_images parity popcnt poppar shifta shiftl shiftr this_image ' +\n      // IRPF90 special built_ins\n      'IRP_ALIGN irp_here'\n  };\n  return {\n    case_insensitive: true,\n    keywords: F_KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: [\n      hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {className: 'string', relevance: 0}),\n      {\n        className: 'function',\n        beginKeywords: 'subroutine function program',\n        illegal: '[${=\\\\n]',\n        contains: [hljs.UNDERSCORE_TITLE_MODE, PARAMS]\n      },\n      hljs.COMMENT('!', '$', {relevance: 0}),\n      hljs.COMMENT('begin_doc', 'end_doc', {relevance: 10}),\n      {\n        className: 'number',\n        begin: '(?=\\\\b|\\\\+|\\\\-|\\\\.)(?=\\\\.\\\\d|\\\\d)(?:\\\\d+)?(?:\\\\.?\\\\d*)(?:[de][+-]?\\\\d+)?\\\\b\\\\.?',\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  // Определение идентификаторов\n  var UNDERSCORE_IDENT_RE = \"[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*\";\n\n  // Определение имен функций\n  var FUNCTION_NAME_IDENT_RE = \"[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*\";\n\n  // keyword : ключевые слова\n  var KEYWORD =\n    \"and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока \" +\n    \"except exitfor finally foreach все if если in в not не or или try while пока \";\n\n  // SYSRES Constants\n  var sysres_constants =\n    \"SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT \" +\n    \"SYSRES_CONST_ACCES_RIGHT_TYPE_FULL \" +\n    \"SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW \" +\n    \"SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_NO_ACCESS_VIEW \" +\n    \"SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_VIEW \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_CHANGE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_EXISTS \" +\n    \"SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_FULL \" +\n    \"SYSRES_CONST_ACCESS_TYPE_FULL_CODE \" +\n    \"SYSRES_CONST_ACCESS_TYPE_VIEW \" +\n    \"SYSRES_CONST_ACCESS_TYPE_VIEW_CODE \" +\n    \"SYSRES_CONST_ACTION_TYPE_ABORT \" +\n    \"SYSRES_CONST_ACTION_TYPE_ACCEPT \" +\n    \"SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS \" +\n    \"SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT \" +\n    \"SYSRES_CONST_ACTION_TYPE_CHANGE_CARD \" +\n    \"SYSRES_CONST_ACTION_TYPE_CHANGE_KIND \" +\n    \"SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE \" +\n    \"SYSRES_CONST_ACTION_TYPE_CONTINUE \" +\n    \"SYSRES_CONST_ACTION_TYPE_COPY \" +\n    \"SYSRES_CONST_ACTION_TYPE_CREATE \" +\n    \"SYSRES_CONST_ACTION_TYPE_CREATE_VERSION \" +\n    \"SYSRES_CONST_ACTION_TYPE_DELETE \" +\n    \"SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT \" +\n    \"SYSRES_CONST_ACTION_TYPE_DELETE_VERSION \" +\n    \"SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS \" +\n    \"SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS \" +\n    \"SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE \" +\n    \"SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD \" +\n    \"SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD \" +\n    \"SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE \" +\n    \"SYSRES_CONST_ACTION_TYPE_LOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER \" +\n    \"SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY \" +\n    \"SYSRES_CONST_ACTION_TYPE_MARK_AS_READED \" +\n    \"SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED \" +\n    \"SYSRES_CONST_ACTION_TYPE_MODIFY \" +\n    \"SYSRES_CONST_ACTION_TYPE_MODIFY_CARD \" +\n    \"SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE \" +\n    \"SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION \" +\n    \"SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE \" +\n    \"SYSRES_CONST_ACTION_TYPE_PERFORM \" +\n    \"SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY \" +\n    \"SYSRES_CONST_ACTION_TYPE_RESTART \" +\n    \"SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE \" +\n    \"SYSRES_CONST_ACTION_TYPE_REVISION \" +\n    \"SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL \" +\n    \"SYSRES_CONST_ACTION_TYPE_SIGN \" +\n    \"SYSRES_CONST_ACTION_TYPE_START \" +\n    \"SYSRES_CONST_ACTION_TYPE_UNLOCK \" +\n    \"SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER \" +\n    \"SYSRES_CONST_ACTION_TYPE_VERSION_STATE \" +\n    \"SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY \" +\n    \"SYSRES_CONST_ACTION_TYPE_VIEW \" +\n    \"SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY \" +\n    \"SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY \" +\n    \"SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY \" +\n    \"SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE \" +\n    \"SYSRES_CONST_ADD_REFERENCE_MODE_NAME \" +\n    \"SYSRES_CONST_ADDITION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME \" +\n    \"SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE \" +\n    \"SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION \" +\n    \"SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS \" +\n    \"SYSRES_CONST_ALL_USERS_GROUP \" +\n    \"SYSRES_CONST_ALL_USERS_GROUP_NAME \" +\n    \"SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME \" +\n    \"SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_APPROVING_SIGNATURE_NAME \" +\n    \"SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE \" +\n    \"SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE \" +\n    \"SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN \" +\n    \"SYSRES_CONST_ATTACH_TYPE_DOC \" +\n    \"SYSRES_CONST_ATTACH_TYPE_EDOC \" +\n    \"SYSRES_CONST_ATTACH_TYPE_FOLDER \" +\n    \"SYSRES_CONST_ATTACH_TYPE_JOB \" +\n    \"SYSRES_CONST_ATTACH_TYPE_REFERENCE \" +\n    \"SYSRES_CONST_ATTACH_TYPE_TASK \" +\n    \"SYSRES_CONST_AUTH_ENCODED_PASSWORD \" +\n    \"SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE \" +\n    \"SYSRES_CONST_AUTH_NOVELL \" +\n    \"SYSRES_CONST_AUTH_PASSWORD \" +\n    \"SYSRES_CONST_AUTH_PASSWORD_CODE \" +\n    \"SYSRES_CONST_AUTH_WINDOWS \" +\n    \"SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME \" +\n    \"SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_AUTO_ENUM_METHOD_FLAG \" +\n    \"SYSRES_CONST_AUTO_NUMERATION_CODE \" +\n    \"SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG \" +\n    \"SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_ALL \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_SIGN \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_WORK \" +\n    \"SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE \" +\n    \"SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE \" +\n    \"SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_BTN_PART \" +\n    \"SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE \" +\n    \"SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE \" +\n    \"SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE \" +\n    \"SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT \" +\n    \"SYSRES_CONST_CARD_PART \" +\n    \"SYSRES_CONST_CARD_REFERENCE_MODE_NAME \" +\n    \"SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE \" +\n    \"SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE \" +\n    \"SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE \" +\n    \"SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE \" +\n    \"SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE \" +\n    \"SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT \" +\n    \"SYSRES_CONST_CODE_COMPONENT_TYPE_URL \" +\n    \"SYSRES_CONST_CODE_REQUISITE_ACCESS \" +\n    \"SYSRES_CONST_CODE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_CODE_REQUISITE_COMPONENT \" +\n    \"SYSRES_CONST_CODE_REQUISITE_DESCRIPTION \" +\n    \"SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT \" +\n    \"SYSRES_CONST_CODE_REQUISITE_RECORD \" +\n    \"SYSRES_CONST_COMMENT_REQ_CODE \" +\n    \"SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_COMP_CODE_GRD \" +\n    \"SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_DOCS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_EDOCS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_OTHER \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_REFERENCES \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_REPORTS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_SCRIPTS \" +\n    \"SYSRES_CONST_COMPONENT_TYPE_URL \" +\n    \"SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE \" +\n    \"SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_CONST_FIRM_STATUS_COMMON \" +\n    \"SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL \" +\n    \"SYSRES_CONST_CONST_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_CONST_POSITIVE_VALUE \" +\n    \"SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE \" +\n    \"SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE \" +\n    \"SYSRES_CONST_CONTENTS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DATA_TYPE_BOOLEAN \" +\n    \"SYSRES_CONST_DATA_TYPE_DATE \" +\n    \"SYSRES_CONST_DATA_TYPE_FLOAT \" +\n    \"SYSRES_CONST_DATA_TYPE_INTEGER \" +\n    \"SYSRES_CONST_DATA_TYPE_PICK \" +\n    \"SYSRES_CONST_DATA_TYPE_REFERENCE \" +\n    \"SYSRES_CONST_DATA_TYPE_STRING \" +\n    \"SYSRES_CONST_DATA_TYPE_TEXT \" +\n    \"SYSRES_CONST_DATA_TYPE_VARIANT \" +\n    \"SYSRES_CONST_DATE_CLOSE_REQ_CODE \" +\n    \"SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR \" +\n    \"SYSRES_CONST_DATE_OPEN_REQ_CODE \" +\n    \"SYSRES_CONST_DATE_REQUISITE \" +\n    \"SYSRES_CONST_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_DATE_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_DATE_TYPE_CHAR \" +\n    \"SYSRES_CONST_DATETIME_FORMAT_VALUE \" +\n    \"SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE \" +\n    \"SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DESCRIPTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DET1_PART \" +\n    \"SYSRES_CONST_DET2_PART \" +\n    \"SYSRES_CONST_DET3_PART \" +\n    \"SYSRES_CONST_DET4_PART \" +\n    \"SYSRES_CONST_DET5_PART \" +\n    \"SYSRES_CONST_DET6_PART \" +\n    \"SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE \" +\n    \"SYSRES_CONST_DETAIL_REQ_CODE \" +\n    \"SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_DOCUMENT_STORAGES_CODE \" +\n    \"SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME \" +\n    \"SYSRES_CONST_DOUBLE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE \" +\n    \"SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE \" +\n    \"SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE \" +\n    \"SYSRES_CONST_EDITORS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE \" +\n    \"SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE \" +\n    \"SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE \" +\n    \"SYSRES_CONST_EDOC_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_KIND_REFERENCE_CODE \" +\n    \"SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE \" +\n    \"SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE \" +\n    \"SYSRES_CONST_EDOC_NONE_ENCODE_CODE \" +\n    \"SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE \" +\n    \"SYSRES_CONST_EDOC_READONLY_ACCESS_CODE \" +\n    \"SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE \" +\n    \"SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE \" +\n    \"SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE \" +\n    \"SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE \" +\n    \"SYSRES_CONST_EDOC_WRITE_ACCES_CODE \" +\n    \"SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE \" +\n    \"SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE \" +\n    \"SYSRES_CONST_END_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE \" +\n    \"SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE \" +\n    \"SYSRES_CONST_EXIST_CONST \" +\n    \"SYSRES_CONST_EXIST_VALUE \" +\n    \"SYSRES_CONST_EXPORT_LOCK_TYPE_ASK \" +\n    \"SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK \" +\n    \"SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK \" +\n    \"SYSRES_CONST_EXPORT_VERSION_TYPE_ASK \" +\n    \"SYSRES_CONST_EXPORT_VERSION_TYPE_LAST \" +\n    \"SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE \" +\n    \"SYSRES_CONST_EXTENSION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_FILTER_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_FILTER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_FILTER_TYPE_COMMON_CODE \" +\n    \"SYSRES_CONST_FILTER_TYPE_COMMON_NAME \" +\n    \"SYSRES_CONST_FILTER_TYPE_USER_CODE \" +\n    \"SYSRES_CONST_FILTER_TYPE_USER_NAME \" +\n    \"SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR \" +\n    \"SYSRES_CONST_FLOAT_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_FOLDER_AUTHOR_VALUE \" +\n    \"SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS \" +\n    \"SYSRES_CONST_FOLDER_KIND_COMPONENTS \" +\n    \"SYSRES_CONST_FOLDER_KIND_EDOCS \" +\n    \"SYSRES_CONST_FOLDER_KIND_JOBS \" +\n    \"SYSRES_CONST_FOLDER_KIND_TASKS \" +\n    \"SYSRES_CONST_FOLDER_TYPE_COMMON \" +\n    \"SYSRES_CONST_FOLDER_TYPE_COMPONENT \" +\n    \"SYSRES_CONST_FOLDER_TYPE_FAVORITES \" +\n    \"SYSRES_CONST_FOLDER_TYPE_INBOX \" +\n    \"SYSRES_CONST_FOLDER_TYPE_OUTBOX \" +\n    \"SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH \" +\n    \"SYSRES_CONST_FOLDER_TYPE_SEARCH \" +\n    \"SYSRES_CONST_FOLDER_TYPE_SHORTCUTS \" +\n    \"SYSRES_CONST_FOLDER_TYPE_USER \" +\n    \"SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG \" +\n    \"SYSRES_CONST_FULL_SUBSTITUTE_TYPE \" +\n    \"SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE \" +\n    \"SYSRES_CONST_FUNCTION_CANCEL_RESULT \" +\n    \"SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM \" +\n    \"SYSRES_CONST_FUNCTION_CATEGORY_USER \" +\n    \"SYSRES_CONST_FUNCTION_FAILURE_RESULT \" +\n    \"SYSRES_CONST_FUNCTION_SAVE_RESULT \" +\n    \"SYSRES_CONST_GENERATED_REQUISITE \" +\n    \"SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE \" +\n    \"SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE \" +\n    \"SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME \" +\n    \"SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE \" +\n    \"SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME \" +\n    \"SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE \" +\n    \"SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE \" +\n    \"SYSRES_CONST_GROUP_USER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_GROUPS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_GROUPS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_HIDDEN_MODE_NAME \" +\n    \"SYSRES_CONST_HIGH_LVL_REQUISITE_CODE \" +\n    \"SYSRES_CONST_HISTORY_ACTION_CREATE_CODE \" +\n    \"SYSRES_CONST_HISTORY_ACTION_DELETE_CODE \" +\n    \"SYSRES_CONST_HISTORY_ACTION_EDIT_CODE \" +\n    \"SYSRES_CONST_HOUR_CHAR \" +\n    \"SYSRES_CONST_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_IDSPS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_IMAGE_MODE_COLOR \" +\n    \"SYSRES_CONST_IMAGE_MODE_GREYSCALE \" +\n    \"SYSRES_CONST_IMAGE_MODE_MONOCHROME \" +\n    \"SYSRES_CONST_IMPORTANCE_HIGH \" +\n    \"SYSRES_CONST_IMPORTANCE_LOW \" +\n    \"SYSRES_CONST_IMPORTANCE_NORMAL \" +\n    \"SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE \" +\n    \"SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE \" +\n    \"SYSRES_CONST_INT_REQUISITE \" +\n    \"SYSRES_CONST_INT_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR \" +\n    \"SYSRES_CONST_INTEGER_TYPE_CHAR \" +\n    \"SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE \" +\n    \"SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE \" +\n    \"SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE \" +\n    \"SYSRES_CONST_JOB_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_JOB_KIND_CONTROL_JOB \" +\n    \"SYSRES_CONST_JOB_KIND_JOB \" +\n    \"SYSRES_CONST_JOB_KIND_NOTICE \" +\n    \"SYSRES_CONST_JOB_STATE_ABORTED \" +\n    \"SYSRES_CONST_JOB_STATE_COMPLETE \" +\n    \"SYSRES_CONST_JOB_STATE_WORKING \" +\n    \"SYSRES_CONST_KIND_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KIND_REQUISITE_NAME \" +\n    \"SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE \" +\n    \"SYSRES_CONST_KOD_INPUT_TYPE \" +\n    \"SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_EDOC \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_FOLDER \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_JOB \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE \" +\n    \"SYSRES_CONST_LINK_OBJECT_KIND_TASK \" +\n    \"SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_LIST_REFERENCE_MODE_NAME \" +\n    \"SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE \" +\n    \"SYSRES_CONST_MAIN_VIEW_CODE \" +\n    \"SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG \" +\n    \"SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_MAXIMIZED_MODE_NAME \" +\n    \"SYSRES_CONST_ME_VALUE \" +\n    \"SYSRES_CONST_MESSAGE_ATTENTION_CAPTION \" +\n    \"SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION \" +\n    \"SYSRES_CONST_MESSAGE_ERROR_CAPTION \" +\n    \"SYSRES_CONST_MESSAGE_INFORMATION_CAPTION \" +\n    \"SYSRES_CONST_MINIMIZED_MODE_NAME \" +\n    \"SYSRES_CONST_MINUTE_CHAR \" +\n    \"SYSRES_CONST_MODULE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_MONTH_FORMAT_VALUE \" +\n    \"SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NAMEAN_INPUT_TYPE \" +\n    \"SYSRES_CONST_NEGATIVE_PICK_VALUE \" +\n    \"SYSRES_CONST_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_NO \" +\n    \"SYSRES_CONST_NO_PICK_VALUE \" +\n    \"SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NO_VALUE \" +\n    \"SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE \" +\n    \"SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE \" +\n    \"SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE \" +\n    \"SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE \" +\n    \"SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE \" +\n    \"SYSRES_CONST_NORMAL_MODE_NAME \" +\n    \"SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_NOTE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_NUM_REQUISITE \" +\n    \"SYSRES_CONST_NUM_STR_REQUISITE_CODE \" +\n    \"SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG \" +\n    \"SYSRES_CONST_NUMERATION_AUTO_STRONG \" +\n    \"SYSRES_CONST_NUMERATION_FROM_DICTONARY \" +\n    \"SYSRES_CONST_NUMERATION_MANUAL \" +\n    \"SYSRES_CONST_NUMERIC_TYPE_CHAR \" +\n    \"SYSRES_CONST_NUMREQ_REQUISITE_CODE \" +\n    \"SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE \" +\n    \"SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE \" +\n    \"SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE \" +\n    \"SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE \" +\n    \"SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX \" +\n    \"SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_ORIGINALREF_REQUISITE_CODE \" +\n    \"SYSRES_CONST_OURFIRM_REF_CODE \" +\n    \"SYSRES_CONST_OURFIRM_REQUISITE_CODE \" +\n    \"SYSRES_CONST_OURFIRM_VAR \" +\n    \"SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE \" +\n    \"SYSRES_CONST_PICK_NEGATIVE_RESULT \" +\n    \"SYSRES_CONST_PICK_POSITIVE_RESULT \" +\n    \"SYSRES_CONST_PICK_REQUISITE \" +\n    \"SYSRES_CONST_PICK_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_PICK_TYPE_CHAR \" +\n    \"SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_PLATFORM_VERSION_COMMENT \" +\n    \"SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_POSITIVE_PICK_VALUE \" +\n    \"SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE \" +\n    \"SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE \" +\n    \"SYSRES_CONST_PRIORITY_REQUISITE_CODE \" +\n    \"SYSRES_CONST_QUALIFIED_TASK_TYPE \" +\n    \"SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE \" +\n    \"SYSRES_CONST_RECSTAT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REF_REQUISITE \" +\n    \"SYSRES_CONST_REF_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE \" +\n    \"SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE \" +\n    \"SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE \" +\n    \"SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE \" +\n    \"SYSRES_CONST_REFERENCE_TYPE_CHAR \" +\n    \"SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING \" +\n    \"SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN \" +\n    \"SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY \" +\n    \"SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL \" +\n    \"SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE \" +\n    \"SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE \" +\n    \"SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE \" +\n    \"SYSRES_CONST_REQ_MODE_AVAILABLE_CODE \" +\n    \"SYSRES_CONST_REQ_MODE_EDIT_CODE \" +\n    \"SYSRES_CONST_REQ_MODE_HIDDEN_CODE \" +\n    \"SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE \" +\n    \"SYSRES_CONST_REQ_MODE_VIEW_CODE \" +\n    \"SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REQ_SECTION_VALUE \" +\n    \"SYSRES_CONST_REQ_TYPE_VALUE \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_LEFT \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_RIGHT \" +\n    \"SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT \" +\n    \"SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_ACTIONS \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_BUTTON \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_BUTTONS \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_CARD \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE10 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE11 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE12 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE13 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE14 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE15 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE16 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE17 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE18 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE19 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE2 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE20 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE21 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE22 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE23 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE24 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE3 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE4 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE5 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE6 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE7 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE8 \" +\n    \"SYSRES_CONST_REQUISITE_SECTION_TABLE9 \" +\n    \"SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_RIGHT_ALIGNMENT_CODE \" +\n    \"SYSRES_CONST_ROLES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_ROUTE_STEP_AFTER_RUS \" +\n    \"SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS \" +\n    \"SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS \" +\n    \"SYSRES_CONST_ROUTE_TYPE_COMPLEX \" +\n    \"SYSRES_CONST_ROUTE_TYPE_PARALLEL \" +\n    \"SYSRES_CONST_ROUTE_TYPE_SERIAL \" +\n    \"SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE \" +\n    \"SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE \" +\n    \"SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE \" +\n    \"SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_SEARCHES_COMPONENT_CONTENT \" +\n    \"SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME \" +\n    \"SYSRES_CONST_SEARCHES_EDOC_CONTENT \" +\n    \"SYSRES_CONST_SEARCHES_FOLDER_CONTENT \" +\n    \"SYSRES_CONST_SEARCHES_JOB_CONTENT \" +\n    \"SYSRES_CONST_SEARCHES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_SEARCHES_TASK_CONTENT \" +\n    \"SYSRES_CONST_SECOND_CHAR \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE \" +\n    \"SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE \" +\n    \"SYSRES_CONST_SELECT_REFERENCE_MODE_NAME \" +\n    \"SYSRES_CONST_SELECT_TYPE_SELECTABLE \" +\n    \"SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD \" +\n    \"SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD \" +\n    \"SYSRES_CONST_SELECT_TYPE_UNSLECTABLE \" +\n    \"SYSRES_CONST_SERVER_TYPE_MAIN \" +\n    \"SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE \" +\n    \"SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE \" +\n    \"SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE \" +\n    \"SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE \" +\n    \"SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_STATE_REQ_NAME \" +\n    \"SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE \" +\n    \"SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE \" +\n    \"SYSRES_CONST_STATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_STATIC_ROLE_TYPE_CODE \" +\n    \"SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE \" +\n    \"SYSRES_CONST_STATUS_VALUE_AUTOCLEANING \" +\n    \"SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_COMPLETE \" +\n    \"SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_RED_SQUARE \" +\n    \"SYSRES_CONST_STATUS_VALUE_SUSPEND \" +\n    \"SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE \" +\n    \"SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_STORAGE_TYPE_FILE \" +\n    \"SYSRES_CONST_STORAGE_TYPE_SQL_SERVER \" +\n    \"SYSRES_CONST_STR_REQUISITE \" +\n    \"SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE \" +\n    \"SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR \" +\n    \"SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR \" +\n    \"SYSRES_CONST_STRING_REQUISITE_CODE \" +\n    \"SYSRES_CONST_STRING_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_STRING_TYPE_CHAR \" +\n    \"SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE \" +\n    \"SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE \" +\n    \"SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE \" +\n    \"SYSRES_CONST_SYSTEM_VERSION_COMMENT \" +\n    \"SYSRES_CONST_TASK_ACCESS_TYPE_ALL \" +\n    \"SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS \" +\n    \"SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL \" +\n    \"SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION \" +\n    \"SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD \" +\n    \"SYSRES_CONST_TASK_ENCODE_TYPE_NONE \" +\n    \"SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD \" +\n    \"SYSRES_CONST_TASK_ROUTE_ALL_CONDITION \" +\n    \"SYSRES_CONST_TASK_ROUTE_AND_CONDITION \" +\n    \"SYSRES_CONST_TASK_ROUTE_OR_CONDITION \" +\n    \"SYSRES_CONST_TASK_STATE_ABORTED \" +\n    \"SYSRES_CONST_TASK_STATE_COMPLETE \" +\n    \"SYSRES_CONST_TASK_STATE_CONTINUED \" +\n    \"SYSRES_CONST_TASK_STATE_CONTROL \" +\n    \"SYSRES_CONST_TASK_STATE_INIT \" +\n    \"SYSRES_CONST_TASK_STATE_WORKING \" +\n    \"SYSRES_CONST_TASK_TITLE \" +\n    \"SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_TASK_TYPES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_TEMPLATES_REFERENCE_CODE \" +\n    \"SYSRES_CONST_TEST_DATE_REQUISITE_NAME \" +\n    \"SYSRES_CONST_TEST_DEV_DATABASE_NAME \" +\n    \"SYSRES_CONST_TEST_DEV_SYSTEM_CODE \" +\n    \"SYSRES_CONST_TEST_EDMS_DATABASE_NAME \" +\n    \"SYSRES_CONST_TEST_EDMS_MAIN_CODE \" +\n    \"SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME \" +\n    \"SYSRES_CONST_TEST_EDMS_SECOND_CODE \" +\n    \"SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME \" +\n    \"SYSRES_CONST_TEST_EDMS_SYSTEM_CODE \" +\n    \"SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME \" +\n    \"SYSRES_CONST_TEXT_REQUISITE \" +\n    \"SYSRES_CONST_TEXT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_TEXT_REQUISITE_TYPE \" +\n    \"SYSRES_CONST_TEXT_TYPE_CHAR \" +\n    \"SYSRES_CONST_TYPE_CODE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR \" +\n    \"SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE \" +\n    \"SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE \" +\n    \"SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE \" +\n    \"SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME \" +\n    \"SYSRES_CONST_USE_ACCESS_TYPE_CODE \" +\n    \"SYSRES_CONST_USE_ACCESS_TYPE_NAME \" +\n    \"SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE \" +\n    \"SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_CATEGORY_NORMAL \" +\n    \"SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_COMMON_CATEGORY \" +\n    \"SYSRES_CONST_USER_COMMON_CATEGORY_CODE \" +\n    \"SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_LOGIN_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USER_SERVICE_CATEGORY \" +\n    \"SYSRES_CONST_USER_SERVICE_CATEGORY_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME \" +\n    \"SYSRES_CONST_USER_STATUS_DEVELOPER_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_DEVELOPER_NAME \" +\n    \"SYSRES_CONST_USER_STATUS_DISABLED_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_DISABLED_NAME \" +\n    \"SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_USER_CODE \" +\n    \"SYSRES_CONST_USER_STATUS_USER_NAME \" +\n    \"SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED \" +\n    \"SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER \" +\n    \"SYSRES_CONST_USER_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_REFERENCE_CODE \" +\n    \"SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME \" +\n    \"SYSRES_CONST_USERS_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE \" +\n    \"SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME \" +\n    \"SYSRES_CONST_VIEW_DEFAULT_CODE \" +\n    \"SYSRES_CONST_VIEW_DEFAULT_NAME \" +\n    \"SYSRES_CONST_VIEWER_REQUISITE_CODE \" +\n    \"SYSRES_CONST_WAITING_BLOCK_DESCRIPTION \" +\n    \"SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING  \" +\n    \"SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING \" +\n    \"SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE \" +\n    \"SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE \" +\n    \"SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE \" +\n    \"SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE \" +\n    \"SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS \" +\n    \"SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS \" +\n    \"SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD \" +\n    \"SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT \" +\n    \"SYSRES_CONST_XML_ENCODING \" +\n    \"SYSRES_CONST_XREC_STAT_REQUISITE_CODE \" +\n    \"SYSRES_CONST_XRECID_FIELD_NAME \" +\n    \"SYSRES_CONST_YES \" +\n    \"SYSRES_CONST_YES_NO_2_REQUISITE_CODE \" +\n    \"SYSRES_CONST_YES_NO_REQUISITE_CODE \" +\n    \"SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE \" +\n    \"SYSRES_CONST_YES_PICK_VALUE \" +\n    \"SYSRES_CONST_YES_VALUE \";\n\n  // Base constant\n  var base_constants = \"CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE \";\n\n  // Base group name\n  var base_group_name_constants =\n    \"ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME \";\n\n  // Decision block properties\n  var decision_block_properties_constants =\n    \"DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY \" +\n    \"DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY \";\n\n  // File extension\n  var file_extension_constants =\n    \"ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION \" +\n    \"SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION \";\n\n  // Job block properties\n  var job_block_properties_constants =\n    \"JOB_BLOCK_ABORT_DEADLINE_PROPERTY \" +\n    \"JOB_BLOCK_AFTER_FINISH_EVENT \" +\n    \"JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT \" +\n    \"JOB_BLOCK_ATTACHMENT_PROPERTY \" +\n    \"JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY \" +\n    \"JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY \" +\n    \"JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT \" +\n    \"JOB_BLOCK_BEFORE_START_EVENT \" +\n    \"JOB_BLOCK_CREATED_JOBS_PROPERTY \" +\n    \"JOB_BLOCK_DEADLINE_PROPERTY \" +\n    \"JOB_BLOCK_EXECUTION_RESULTS_PROPERTY \" +\n    \"JOB_BLOCK_IS_PARALLEL_PROPERTY \" +\n    \"JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY \" +\n    \"JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"JOB_BLOCK_JOB_TEXT_PROPERTY \" +\n    \"JOB_BLOCK_NAME_PROPERTY \" +\n    \"JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY \" +\n    \"JOB_BLOCK_PERFORMER_PROPERTY \" +\n    \"JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY \" +\n    \"JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \" +\n    \"JOB_BLOCK_SUBJECT_PROPERTY \";\n\n  // Language code\n  var language_code_constants = \"ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE \";\n\n  // Launching external applications\n  var launching_external_applications_constants =\n    \"smHidden smMaximized smMinimized smNormal wmNo wmYes \";\n\n  // Link kind\n  var link_kind_constants =\n    \"COMPONENT_TOKEN_LINK_KIND \" +\n    \"DOCUMENT_LINK_KIND \" +\n    \"EDOCUMENT_LINK_KIND \" +\n    \"FOLDER_LINK_KIND \" +\n    \"JOB_LINK_KIND \" +\n    \"REFERENCE_LINK_KIND \" +\n    \"TASK_LINK_KIND \";\n\n  // Lock type\n  var lock_type_constants =\n    \"COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE \";\n\n  // Monitor block properties\n  var monitor_block_properties_constants =\n    \"MONITOR_BLOCK_AFTER_FINISH_EVENT \" +\n    \"MONITOR_BLOCK_BEFORE_START_EVENT \" +\n    \"MONITOR_BLOCK_DEADLINE_PROPERTY \" +\n    \"MONITOR_BLOCK_INTERVAL_PROPERTY \" +\n    \"MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY \" +\n    \"MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"MONITOR_BLOCK_NAME_PROPERTY \" +\n    \"MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \" +\n    \"MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY \";\n\n  // Notice block properties\n  var notice_block_properties_constants =\n    \"NOTICE_BLOCK_AFTER_FINISH_EVENT \" +\n    \"NOTICE_BLOCK_ATTACHMENT_PROPERTY \" +\n    \"NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY \" +\n    \"NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY \" +\n    \"NOTICE_BLOCK_BEFORE_START_EVENT \" +\n    \"NOTICE_BLOCK_CREATED_NOTICES_PROPERTY \" +\n    \"NOTICE_BLOCK_DEADLINE_PROPERTY \" +\n    \"NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"NOTICE_BLOCK_NAME_PROPERTY \" +\n    \"NOTICE_BLOCK_NOTICE_TEXT_PROPERTY \" +\n    \"NOTICE_BLOCK_PERFORMER_PROPERTY \" +\n    \"NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \" +\n    \"NOTICE_BLOCK_SUBJECT_PROPERTY \";\n\n  // Object events\n  var object_events_constants =\n    \"dseAfterCancel \" +\n    \"dseAfterClose \" +\n    \"dseAfterDelete \" +\n    \"dseAfterDeleteOutOfTransaction \" +\n    \"dseAfterInsert \" +\n    \"dseAfterOpen \" +\n    \"dseAfterScroll \" +\n    \"dseAfterUpdate \" +\n    \"dseAfterUpdateOutOfTransaction \" +\n    \"dseBeforeCancel \" +\n    \"dseBeforeClose \" +\n    \"dseBeforeDelete \" +\n    \"dseBeforeDetailUpdate \" +\n    \"dseBeforeInsert \" +\n    \"dseBeforeOpen \" +\n    \"dseBeforeUpdate \" +\n    \"dseOnAnyRequisiteChange \" +\n    \"dseOnCloseRecord \" +\n    \"dseOnDeleteError \" +\n    \"dseOnOpenRecord \" +\n    \"dseOnPrepareUpdate \" +\n    \"dseOnUpdateError \" +\n    \"dseOnUpdateRatifiedRecord \" +\n    \"dseOnValidDelete \" +\n    \"dseOnValidUpdate \" +\n    \"reOnChange \" +\n    \"reOnChangeValues \" +\n    \"SELECTION_BEGIN_ROUTE_EVENT \" +\n    \"SELECTION_END_ROUTE_EVENT \";\n\n  // Object params\n  var object_params_constants =\n    \"CURRENT_PERIOD_IS_REQUIRED \" +\n    \"PREVIOUS_CARD_TYPE_NAME \" +\n    \"SHOW_RECORD_PROPERTIES_FORM \";\n\n  // Other\n  var other_constants =\n    \"ACCESS_RIGHTS_SETTING_DIALOG_CODE \" +\n    \"ADMINISTRATOR_USER_CODE \" +\n    \"ANALYTIC_REPORT_TYPE \" +\n    \"asrtHideLocal \" +\n    \"asrtHideRemote \" +\n    \"CALCULATED_ROLE_TYPE_CODE \" +\n    \"COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE \" +\n    \"DCTS_TEST_PROTOCOLS_FOLDER_PATH \" +\n    \"E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED \" +\n    \"E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER \" +\n    \"E_EDOC_VERSION_ALREDY_SIGNED \" +\n    \"E_EDOC_VERSION_ALREDY_SIGNED_BY_USER \" +\n    \"EDOC_TYPES_CODE_REQUISITE_FIELD_NAME \" +\n    \"EDOCUMENTS_ALIAS_NAME \" +\n    \"FILES_FOLDER_PATH \" +\n    \"FILTER_OPERANDS_DELIMITER \" +\n    \"FILTER_OPERATIONS_DELIMITER \" +\n    \"FORMCARD_NAME \" +\n    \"FORMLIST_NAME \" +\n    \"GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE \" +\n    \"GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE \" +\n    \"INTEGRATED_REPORT_TYPE \" +\n    \"IS_BUILDER_APPLICATION_ROLE \" +\n    \"IS_BUILDER_APPLICATION_ROLE2 \" +\n    \"IS_BUILDER_USERS \" +\n    \"ISBSYSDEV \" +\n    \"LOG_FOLDER_PATH \" +\n    \"mbCancel \" +\n    \"mbNo \" +\n    \"mbNoToAll \" +\n    \"mbOK \" +\n    \"mbYes \" +\n    \"mbYesToAll \" +\n    \"MEMORY_DATASET_DESRIPTIONS_FILENAME \" +\n    \"mrNo \" +\n    \"mrNoToAll \" +\n    \"mrYes \" +\n    \"mrYesToAll \" +\n    \"MULTIPLE_SELECT_DIALOG_CODE \" +\n    \"NONOPERATING_RECORD_FLAG_FEMININE \" +\n    \"NONOPERATING_RECORD_FLAG_MASCULINE \" +\n    \"OPERATING_RECORD_FLAG_FEMININE \" +\n    \"OPERATING_RECORD_FLAG_MASCULINE \" +\n    \"PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE \" +\n    \"PROGRAM_INITIATED_LOOKUP_ACTION \" +\n    \"ratDelete \" +\n    \"ratEdit \" +\n    \"ratInsert \" +\n    \"REPORT_TYPE \" +\n    \"REQUIRED_PICK_VALUES_VARIABLE \" +\n    \"rmCard \" +\n    \"rmList \" +\n    \"SBRTE_PROGID_DEV \" +\n    \"SBRTE_PROGID_RELEASE \" +\n    \"STATIC_ROLE_TYPE_CODE \" +\n    \"SUPPRESS_EMPTY_TEMPLATE_CREATION \" +\n    \"SYSTEM_USER_CODE \" +\n    \"UPDATE_DIALOG_DATASET \" +\n    \"USED_IN_OBJECT_HINT_PARAM \" +\n    \"USER_INITIATED_LOOKUP_ACTION \" +\n    \"USER_NAME_FORMAT \" +\n    \"USER_SELECTION_RESTRICTIONS \" +\n    \"WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH \" +\n    \"ELS_SUBTYPE_CONTROL_NAME \" +\n    \"ELS_FOLDER_KIND_CONTROL_NAME \" +\n    \"REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME \";\n\n  // Privileges\n  var privileges_constants =\n    \"PRIVILEGE_COMPONENT_FULL_ACCESS \" +\n    \"PRIVILEGE_DEVELOPMENT_EXPORT \" +\n    \"PRIVILEGE_DEVELOPMENT_IMPORT \" +\n    \"PRIVILEGE_DOCUMENT_DELETE \" +\n    \"PRIVILEGE_ESD \" +\n    \"PRIVILEGE_FOLDER_DELETE \" +\n    \"PRIVILEGE_MANAGE_ACCESS_RIGHTS \" +\n    \"PRIVILEGE_MANAGE_REPLICATION \" +\n    \"PRIVILEGE_MANAGE_SESSION_SERVER \" +\n    \"PRIVILEGE_OBJECT_FULL_ACCESS \" +\n    \"PRIVILEGE_OBJECT_VIEW \" +\n    \"PRIVILEGE_RESERVE_LICENSE \" +\n    \"PRIVILEGE_SYSTEM_CUSTOMIZE \" +\n    \"PRIVILEGE_SYSTEM_DEVELOP \" +\n    \"PRIVILEGE_SYSTEM_INSTALL \" +\n    \"PRIVILEGE_TASK_DELETE \" +\n    \"PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE \" +\n    \"PRIVILEGES_PSEUDOREFERENCE_CODE \";\n\n  // Pseudoreference code\n  var pseudoreference_code_constants =\n    \"ACCESS_TYPES_PSEUDOREFERENCE_CODE \" +\n    \"ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE \" +\n    \"ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE \" +\n    \"ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE \" +\n    \"AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE \" +\n    \"COMPONENTS_PSEUDOREFERENCE_CODE \" +\n    \"FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE \" +\n    \"GROUPS_PSEUDOREFERENCE_CODE \" +\n    \"RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE \" +\n    \"REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE \" +\n    \"REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE \" +\n    \"REFTYPES_PSEUDOREFERENCE_CODE \" +\n    \"REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE \" +\n    \"SEND_PROTOCOL_PSEUDOREFERENCE_CODE \" +\n    \"SUBSTITUTES_PSEUDOREFERENCE_CODE \" +\n    \"SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE \" +\n    \"UNITS_PSEUDOREFERENCE_CODE \" +\n    \"USERS_PSEUDOREFERENCE_CODE \" +\n    \"VIEWERS_PSEUDOREFERENCE_CODE \";\n\n  // Requisite ISBCertificateType values\n  var requisite_ISBCertificateType_values_constants =\n    \"CERTIFICATE_TYPE_ENCRYPT \" +\n    \"CERTIFICATE_TYPE_SIGN \" +\n    \"CERTIFICATE_TYPE_SIGN_AND_ENCRYPT \";\n\n  // Requisite ISBEDocStorageType values\n  var requisite_ISBEDocStorageType_values_constants =\n    \"STORAGE_TYPE_FILE \" +\n    \"STORAGE_TYPE_NAS_CIFS \" +\n    \"STORAGE_TYPE_SAPERION \" +\n    \"STORAGE_TYPE_SQL_SERVER \";\n\n  // Requisite CompType2 values\n  var requisite_compType2_values_constants =\n    \"COMPTYPE2_REQUISITE_DOCUMENTS_VALUE \" +\n    \"COMPTYPE2_REQUISITE_TASKS_VALUE \" +\n    \"COMPTYPE2_REQUISITE_FOLDERS_VALUE \" +\n    \"COMPTYPE2_REQUISITE_REFERENCES_VALUE \";\n\n  // Requisite name\n  var requisite_name_constants =\n    \"SYSREQ_CODE \" +\n    \"SYSREQ_COMPTYPE2 \" +\n    \"SYSREQ_CONST_AVAILABLE_FOR_WEB \" +\n    \"SYSREQ_CONST_COMMON_CODE \" +\n    \"SYSREQ_CONST_COMMON_VALUE \" +\n    \"SYSREQ_CONST_FIRM_CODE \" +\n    \"SYSREQ_CONST_FIRM_STATUS \" +\n    \"SYSREQ_CONST_FIRM_VALUE \" +\n    \"SYSREQ_CONST_SERVER_STATUS \" +\n    \"SYSREQ_CONTENTS \" +\n    \"SYSREQ_DATE_OPEN \" +\n    \"SYSREQ_DATE_CLOSE \" +\n    \"SYSREQ_DESCRIPTION \" +\n    \"SYSREQ_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_DOUBLE \" +\n    \"SYSREQ_EDOC_ACCESS_TYPE \" +\n    \"SYSREQ_EDOC_AUTHOR \" +\n    \"SYSREQ_EDOC_CREATED \" +\n    \"SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE \" +\n    \"SYSREQ_EDOC_EDITOR \" +\n    \"SYSREQ_EDOC_ENCODE_TYPE \" +\n    \"SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME \" +\n    \"SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION \" +\n    \"SYSREQ_EDOC_EXPORT_DATE \" +\n    \"SYSREQ_EDOC_EXPORTER \" +\n    \"SYSREQ_EDOC_KIND \" +\n    \"SYSREQ_EDOC_LIFE_STAGE_NAME \" +\n    \"SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE \" +\n    \"SYSREQ_EDOC_MODIFIED \" +\n    \"SYSREQ_EDOC_NAME \" +\n    \"SYSREQ_EDOC_NOTE \" +\n    \"SYSREQ_EDOC_QUALIFIED_ID \" +\n    \"SYSREQ_EDOC_SESSION_KEY \" +\n    \"SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME \" +\n    \"SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION \" +\n    \"SYSREQ_EDOC_SIGNATURE_TYPE \" +\n    \"SYSREQ_EDOC_SIGNED \" +\n    \"SYSREQ_EDOC_STORAGE \" +\n    \"SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE \" +\n    \"SYSREQ_EDOC_STORAGES_CHECK_RIGHTS \" +\n    \"SYSREQ_EDOC_STORAGES_COMPUTER_NAME \" +\n    \"SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE \" +\n    \"SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE \" +\n    \"SYSREQ_EDOC_STORAGES_FUNCTION \" +\n    \"SYSREQ_EDOC_STORAGES_INITIALIZED \" +\n    \"SYSREQ_EDOC_STORAGES_LOCAL_PATH \" +\n    \"SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME \" +\n    \"SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT \" +\n    \"SYSREQ_EDOC_STORAGES_SERVER_NAME \" +\n    \"SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME \" +\n    \"SYSREQ_EDOC_STORAGES_TYPE \" +\n    \"SYSREQ_EDOC_TEXT_MODIFIED \" +\n    \"SYSREQ_EDOC_TYPE_ACT_CODE \" +\n    \"SYSREQ_EDOC_TYPE_ACT_DESCRIPTION \" +\n    \"SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE \" +\n    \"SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS \" +\n    \"SYSREQ_EDOC_TYPE_ACT_SECTION \" +\n    \"SYSREQ_EDOC_TYPE_ADD_PARAMS \" +\n    \"SYSREQ_EDOC_TYPE_COMMENT \" +\n    \"SYSREQ_EDOC_TYPE_EVENT_TEXT \" +\n    \"SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR \" +\n    \"SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_TYPE_NUMERATION_METHOD \" +\n    \"SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE \" +\n    \"SYSREQ_EDOC_TYPE_REQ_CODE \" +\n    \"SYSREQ_EDOC_TYPE_REQ_DESCRIPTION \" +\n    \"SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_TYPE_REQ_IS_LEADING \" +\n    \"SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED \" +\n    \"SYSREQ_EDOC_TYPE_REQ_NUMBER \" +\n    \"SYSREQ_EDOC_TYPE_REQ_ON_CHANGE \" +\n    \"SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS \" +\n    \"SYSREQ_EDOC_TYPE_REQ_ON_SELECT \" +\n    \"SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND \" +\n    \"SYSREQ_EDOC_TYPE_REQ_SECTION \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_CARD \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_CODE \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_COMMENT \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_IS_MAIN \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_NAME \" +\n    \"SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_EDOC_VERSION_AUTHOR \" +\n    \"SYSREQ_EDOC_VERSION_CRC \" +\n    \"SYSREQ_EDOC_VERSION_DATA \" +\n    \"SYSREQ_EDOC_VERSION_EDITOR \" +\n    \"SYSREQ_EDOC_VERSION_EXPORT_DATE \" +\n    \"SYSREQ_EDOC_VERSION_EXPORTER \" +\n    \"SYSREQ_EDOC_VERSION_HIDDEN \" +\n    \"SYSREQ_EDOC_VERSION_LIFE_STAGE \" +\n    \"SYSREQ_EDOC_VERSION_MODIFIED \" +\n    \"SYSREQ_EDOC_VERSION_NOTE \" +\n    \"SYSREQ_EDOC_VERSION_SIGNATURE_TYPE \" +\n    \"SYSREQ_EDOC_VERSION_SIGNED \" +\n    \"SYSREQ_EDOC_VERSION_SIZE \" +\n    \"SYSREQ_EDOC_VERSION_SOURCE \" +\n    \"SYSREQ_EDOC_VERSION_TEXT_MODIFIED \" +\n    \"SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE \" +\n    \"SYSREQ_FOLDER_KIND \" +\n    \"SYSREQ_FUNC_CATEGORY \" +\n    \"SYSREQ_FUNC_COMMENT \" +\n    \"SYSREQ_FUNC_GROUP \" +\n    \"SYSREQ_FUNC_GROUP_COMMENT \" +\n    \"SYSREQ_FUNC_GROUP_NUMBER \" +\n    \"SYSREQ_FUNC_HELP \" +\n    \"SYSREQ_FUNC_PARAM_DEF_VALUE \" +\n    \"SYSREQ_FUNC_PARAM_IDENT \" +\n    \"SYSREQ_FUNC_PARAM_NUMBER \" +\n    \"SYSREQ_FUNC_PARAM_TYPE \" +\n    \"SYSREQ_FUNC_TEXT \" +\n    \"SYSREQ_GROUP_CATEGORY \" +\n    \"SYSREQ_ID \" +\n    \"SYSREQ_LAST_UPDATE \" +\n    \"SYSREQ_LEADER_REFERENCE \" +\n    \"SYSREQ_LINE_NUMBER \" +\n    \"SYSREQ_MAIN_RECORD_ID \" +\n    \"SYSREQ_NAME \" +\n    \"SYSREQ_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_NOTE \" +\n    \"SYSREQ_ORIGINAL_RECORD \" +\n    \"SYSREQ_OUR_FIRM \" +\n    \"SYSREQ_PROFILING_SETTINGS_BATCH_LOGING \" +\n    \"SYSREQ_PROFILING_SETTINGS_BATCH_SIZE \" +\n    \"SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED \" +\n    \"SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED \" +\n    \"SYSREQ_PROFILING_SETTINGS_START_LOGGED \" +\n    \"SYSREQ_RECORD_STATUS \" +\n    \"SYSREQ_REF_REQ_FIELD_NAME \" +\n    \"SYSREQ_REF_REQ_FORMAT \" +\n    \"SYSREQ_REF_REQ_GENERATED \" +\n    \"SYSREQ_REF_REQ_LENGTH \" +\n    \"SYSREQ_REF_REQ_PRECISION \" +\n    \"SYSREQ_REF_REQ_REFERENCE \" +\n    \"SYSREQ_REF_REQ_SECTION \" +\n    \"SYSREQ_REF_REQ_STORED \" +\n    \"SYSREQ_REF_REQ_TOKENS \" +\n    \"SYSREQ_REF_REQ_TYPE \" +\n    \"SYSREQ_REF_REQ_VIEW \" +\n    \"SYSREQ_REF_TYPE_ACT_CODE \" +\n    \"SYSREQ_REF_TYPE_ACT_DESCRIPTION \" +\n    \"SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_REF_TYPE_ACT_ON_EXECUTE \" +\n    \"SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS \" +\n    \"SYSREQ_REF_TYPE_ACT_SECTION \" +\n    \"SYSREQ_REF_TYPE_ADD_PARAMS \" +\n    \"SYSREQ_REF_TYPE_COMMENT \" +\n    \"SYSREQ_REF_TYPE_COMMON_SETTINGS \" +\n    \"SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME \" +\n    \"SYSREQ_REF_TYPE_EVENT_TEXT \" +\n    \"SYSREQ_REF_TYPE_MAIN_LEADING_REF \" +\n    \"SYSREQ_REF_TYPE_NAME_IN_SINGULAR \" +\n    \"SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID \" +\n    \"SYSREQ_REF_TYPE_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_REF_TYPE_NUMERATION_METHOD \" +\n    \"SYSREQ_REF_TYPE_REQ_CODE \" +\n    \"SYSREQ_REF_TYPE_REQ_DESCRIPTION \" +\n    \"SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID \" +\n    \"SYSREQ_REF_TYPE_REQ_IS_CONTROL \" +\n    \"SYSREQ_REF_TYPE_REQ_IS_FILTER \" +\n    \"SYSREQ_REF_TYPE_REQ_IS_LEADING \" +\n    \"SYSREQ_REF_TYPE_REQ_IS_REQUIRED \" +\n    \"SYSREQ_REF_TYPE_REQ_NUMBER \" +\n    \"SYSREQ_REF_TYPE_REQ_ON_CHANGE \" +\n    \"SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS \" +\n    \"SYSREQ_REF_TYPE_REQ_ON_SELECT \" +\n    \"SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND \" +\n    \"SYSREQ_REF_TYPE_REQ_SECTION \" +\n    \"SYSREQ_REF_TYPE_VIEW_CARD \" +\n    \"SYSREQ_REF_TYPE_VIEW_CODE \" +\n    \"SYSREQ_REF_TYPE_VIEW_COMMENT \" +\n    \"SYSREQ_REF_TYPE_VIEW_IS_MAIN \" +\n    \"SYSREQ_REF_TYPE_VIEW_NAME \" +\n    \"SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID \" +\n    \"SYSREQ_REFERENCE_TYPE_ID \" +\n    \"SYSREQ_STATE \" +\n    \"SYSREQ_STATЕ \" +\n    \"SYSREQ_SYSTEM_SETTINGS_VALUE \" +\n    \"SYSREQ_TYPE \" +\n    \"SYSREQ_UNIT \" +\n    \"SYSREQ_UNIT_ID \" +\n    \"SYSREQ_USER_GROUPS_GROUP_FULL_NAME \" +\n    \"SYSREQ_USER_GROUPS_GROUP_NAME \" +\n    \"SYSREQ_USER_GROUPS_GROUP_SERVER_NAME \" +\n    \"SYSREQ_USERS_ACCESS_RIGHTS \" +\n    \"SYSREQ_USERS_AUTHENTICATION \" +\n    \"SYSREQ_USERS_CATEGORY \" +\n    \"SYSREQ_USERS_COMPONENT \" +\n    \"SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC \" +\n    \"SYSREQ_USERS_DOMAIN \" +\n    \"SYSREQ_USERS_FULL_USER_NAME \" +\n    \"SYSREQ_USERS_GROUP \" +\n    \"SYSREQ_USERS_IS_MAIN_SERVER \" +\n    \"SYSREQ_USERS_LOGIN \" +\n    \"SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC \" +\n    \"SYSREQ_USERS_STATUS \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_INFO \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_STATE \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME \" +\n    \"SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT \" +\n    \"SYSREQ_USERS_USER_DEFAULT_CERTIFICATE \" +\n    \"SYSREQ_USERS_USER_DESCRIPTION \" +\n    \"SYSREQ_USERS_USER_GLOBAL_NAME \" +\n    \"SYSREQ_USERS_USER_LOGIN \" +\n    \"SYSREQ_USERS_USER_MAIN_SERVER \" +\n    \"SYSREQ_USERS_USER_TYPE \" +\n    \"SYSREQ_WORK_RULES_FOLDER_ID \";\n\n  // Result\n  var result_constants = \"RESULT_VAR_NAME RESULT_VAR_NAME_ENG \";\n\n  // Rule identification\n  var rule_identification_constants =\n    \"AUTO_NUMERATION_RULE_ID \" +\n    \"CANT_CHANGE_ID_REQUISITE_RULE_ID \" +\n    \"CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID \" +\n    \"CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID \" +\n    \"CHECK_CODE_REQUISITE_RULE_ID \" +\n    \"CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID \" +\n    \"CHECK_FILTRATER_CHANGES_RULE_ID \" +\n    \"CHECK_RECORD_INTERVAL_RULE_ID \" +\n    \"CHECK_REFERENCE_INTERVAL_RULE_ID \" +\n    \"CHECK_REQUIRED_DATA_FULLNESS_RULE_ID \" +\n    \"CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID \" +\n    \"MAKE_RECORD_UNRATIFIED_RULE_ID \" +\n    \"RESTORE_AUTO_NUMERATION_RULE_ID \" +\n    \"SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID \" +\n    \"SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID \" +\n    \"SET_IDSPS_VALUE_RULE_ID \" +\n    \"SET_NEXT_CODE_VALUE_RULE_ID \" +\n    \"SET_OURFIRM_BOUNDS_RULE_ID \" +\n    \"SET_OURFIRM_REQUISITE_RULE_ID \";\n\n  // Script block properties\n  var script_block_properties_constants =\n    \"SCRIPT_BLOCK_AFTER_FINISH_EVENT \" +\n    \"SCRIPT_BLOCK_BEFORE_START_EVENT \" +\n    \"SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY \" +\n    \"SCRIPT_BLOCK_NAME_PROPERTY \" +\n    \"SCRIPT_BLOCK_SCRIPT_PROPERTY \";\n\n  // Subtask block properties\n  var subtask_block_properties_constants =\n    \"SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY \" +\n    \"SUBTASK_BLOCK_AFTER_FINISH_EVENT \" +\n    \"SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT \" +\n    \"SUBTASK_BLOCK_ATTACHMENTS_PROPERTY \" +\n    \"SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY \" +\n    \"SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY \" +\n    \"SUBTASK_BLOCK_BEFORE_START_EVENT \" +\n    \"SUBTASK_BLOCK_CREATED_TASK_PROPERTY \" +\n    \"SUBTASK_BLOCK_CREATION_EVENT \" +\n    \"SUBTASK_BLOCK_DEADLINE_PROPERTY \" +\n    \"SUBTASK_BLOCK_IMPORTANCE_PROPERTY \" +\n    \"SUBTASK_BLOCK_INITIATOR_PROPERTY \" +\n    \"SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY \" +\n    \"SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"SUBTASK_BLOCK_JOBS_TYPE_PROPERTY \" +\n    \"SUBTASK_BLOCK_NAME_PROPERTY \" +\n    \"SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY \" +\n    \"SUBTASK_BLOCK_PERFORMERS_PROPERTY \" +\n    \"SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY \" +\n    \"SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \" +\n    \"SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY \" +\n    \"SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY \" +\n    \"SUBTASK_BLOCK_START_EVENT \" +\n    \"SUBTASK_BLOCK_STEP_CONTROL_PROPERTY \" +\n    \"SUBTASK_BLOCK_SUBJECT_PROPERTY \" +\n    \"SUBTASK_BLOCK_TASK_CONTROL_PROPERTY \" +\n    \"SUBTASK_BLOCK_TEXT_PROPERTY \" +\n    \"SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY \" +\n    \"SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY \" +\n    \"SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY \";\n\n  // System component\n  var system_component_constants =\n    \"SYSCOMP_CONTROL_JOBS \" +\n    \"SYSCOMP_FOLDERS \" +\n    \"SYSCOMP_JOBS \" +\n    \"SYSCOMP_NOTICES \" +\n    \"SYSCOMP_TASKS \";\n\n  // System dialogs\n  var system_dialogs_constants =\n    \"SYSDLG_CREATE_EDOCUMENT \" +\n    \"SYSDLG_CREATE_EDOCUMENT_VERSION \" +\n    \"SYSDLG_CURRENT_PERIOD \" +\n    \"SYSDLG_EDIT_FUNCTION_HELP \" +\n    \"SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE \" +\n    \"SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS \" +\n    \"SYSDLG_EXPORT_SINGLE_EDOCUMENT \" +\n    \"SYSDLG_IMPORT_EDOCUMENT \" +\n    \"SYSDLG_MULTIPLE_SELECT \" +\n    \"SYSDLG_SETUP_ACCESS_RIGHTS \" +\n    \"SYSDLG_SETUP_DEFAULT_RIGHTS \" +\n    \"SYSDLG_SETUP_FILTER_CONDITION \" +\n    \"SYSDLG_SETUP_SIGN_RIGHTS \" +\n    \"SYSDLG_SETUP_TASK_OBSERVERS \" +\n    \"SYSDLG_SETUP_TASK_ROUTE \" +\n    \"SYSDLG_SETUP_USERS_LIST \" +\n    \"SYSDLG_SIGN_EDOCUMENT \" +\n    \"SYSDLG_SIGN_MULTIPLE_EDOCUMENTS \";\n\n  // System reference names\n  var system_reference_names_constants =\n    \"SYSREF_ACCESS_RIGHTS_TYPES \" +\n    \"SYSREF_ADMINISTRATION_HISTORY \" +\n    \"SYSREF_ALL_AVAILABLE_COMPONENTS \" +\n    \"SYSREF_ALL_AVAILABLE_PRIVILEGES \" +\n    \"SYSREF_ALL_REPLICATING_COMPONENTS \" +\n    \"SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS \" +\n    \"SYSREF_CALENDAR_EVENTS \" +\n    \"SYSREF_COMPONENT_TOKEN_HISTORY \" +\n    \"SYSREF_COMPONENT_TOKENS \" +\n    \"SYSREF_COMPONENTS \" +\n    \"SYSREF_CONSTANTS \" +\n    \"SYSREF_DATA_RECEIVE_PROTOCOL \" +\n    \"SYSREF_DATA_SEND_PROTOCOL \" +\n    \"SYSREF_DIALOGS \" +\n    \"SYSREF_DIALOGS_REQUISITES \" +\n    \"SYSREF_EDITORS \" +\n    \"SYSREF_EDOC_CARDS \" +\n    \"SYSREF_EDOC_TYPES \" +\n    \"SYSREF_EDOCUMENT_CARD_REQUISITES \" +\n    \"SYSREF_EDOCUMENT_CARD_TYPES \" +\n    \"SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE \" +\n    \"SYSREF_EDOCUMENT_CARDS \" +\n    \"SYSREF_EDOCUMENT_HISTORY \" +\n    \"SYSREF_EDOCUMENT_KINDS \" +\n    \"SYSREF_EDOCUMENT_REQUISITES \" +\n    \"SYSREF_EDOCUMENT_SIGNATURES \" +\n    \"SYSREF_EDOCUMENT_TEMPLATES \" +\n    \"SYSREF_EDOCUMENT_TEXT_STORAGES \" +\n    \"SYSREF_EDOCUMENT_VIEWS \" +\n    \"SYSREF_FILTERER_SETUP_CONFLICTS \" +\n    \"SYSREF_FILTRATER_SETTING_CONFLICTS \" +\n    \"SYSREF_FOLDER_HISTORY \" +\n    \"SYSREF_FOLDERS \" +\n    \"SYSREF_FUNCTION_GROUPS \" +\n    \"SYSREF_FUNCTION_PARAMS \" +\n    \"SYSREF_FUNCTIONS \" +\n    \"SYSREF_JOB_HISTORY \" +\n    \"SYSREF_LINKS \" +\n    \"SYSREF_LOCALIZATION_DICTIONARY \" +\n    \"SYSREF_LOCALIZATION_LANGUAGES \" +\n    \"SYSREF_MODULES \" +\n    \"SYSREF_PRIVILEGES \" +\n    \"SYSREF_RECORD_HISTORY \" +\n    \"SYSREF_REFERENCE_REQUISITES \" +\n    \"SYSREF_REFERENCE_TYPE_VIEWS \" +\n    \"SYSREF_REFERENCE_TYPES \" +\n    \"SYSREF_REFERENCES \" +\n    \"SYSREF_REFERENCES_REQUISITES \" +\n    \"SYSREF_REMOTE_SERVERS \" +\n    \"SYSREF_REPLICATION_SESSIONS_LOG \" +\n    \"SYSREF_REPLICATION_SESSIONS_PROTOCOL \" +\n    \"SYSREF_REPORTS \" +\n    \"SYSREF_ROLES \" +\n    \"SYSREF_ROUTE_BLOCK_GROUPS \" +\n    \"SYSREF_ROUTE_BLOCKS \" +\n    \"SYSREF_SCRIPTS \" +\n    \"SYSREF_SEARCHES \" +\n    \"SYSREF_SERVER_EVENTS \" +\n    \"SYSREF_SERVER_EVENTS_HISTORY \" +\n    \"SYSREF_STANDARD_ROUTE_GROUPS \" +\n    \"SYSREF_STANDARD_ROUTES \" +\n    \"SYSREF_STATUSES \" +\n    \"SYSREF_SYSTEM_SETTINGS \" +\n    \"SYSREF_TASK_HISTORY \" +\n    \"SYSREF_TASK_KIND_GROUPS \" +\n    \"SYSREF_TASK_KINDS \" +\n    \"SYSREF_TASK_RIGHTS \" +\n    \"SYSREF_TASK_SIGNATURES \" +\n    \"SYSREF_TASKS \" +\n    \"SYSREF_UNITS \" +\n    \"SYSREF_USER_GROUPS \" +\n    \"SYSREF_USER_GROUPS_REFERENCE \" +\n    \"SYSREF_USER_SUBSTITUTION \" +\n    \"SYSREF_USERS \" +\n    \"SYSREF_USERS_REFERENCE \" +\n    \"SYSREF_VIEWERS \" +\n    \"SYSREF_WORKING_TIME_CALENDARS \";\n\n  // Table name\n  var table_name_constants =\n    \"ACCESS_RIGHTS_TABLE_NAME \" +\n    \"EDMS_ACCESS_TABLE_NAME \" +\n    \"EDOC_TYPES_TABLE_NAME \";\n\n  // Test\n  var test_constants =\n    \"TEST_DEV_DB_NAME \" +\n    \"TEST_DEV_SYSTEM_CODE \" +\n    \"TEST_EDMS_DB_NAME \" +\n    \"TEST_EDMS_MAIN_CODE \" +\n    \"TEST_EDMS_MAIN_DB_NAME \" +\n    \"TEST_EDMS_SECOND_CODE \" +\n    \"TEST_EDMS_SECOND_DB_NAME \" +\n    \"TEST_EDMS_SYSTEM_CODE \" +\n    \"TEST_ISB5_MAIN_CODE \" +\n    \"TEST_ISB5_SECOND_CODE \" +\n    \"TEST_SQL_SERVER_2005_NAME \" +\n    \"TEST_SQL_SERVER_NAME \";\n\n  // Using the dialog windows\n  var using_the_dialog_windows_constants =\n    \"ATTENTION_CAPTION \" +\n    \"cbsCommandLinks \" +\n    \"cbsDefault \" +\n    \"CONFIRMATION_CAPTION \" +\n    \"ERROR_CAPTION \" +\n    \"INFORMATION_CAPTION \" +\n    \"mrCancel \" +\n    \"mrOk \";\n\n  // Using the document\n  var using_the_document_constants =\n    \"EDOC_VERSION_ACTIVE_STAGE_CODE \" +\n    \"EDOC_VERSION_DESIGN_STAGE_CODE \" +\n    \"EDOC_VERSION_OBSOLETE_STAGE_CODE \";\n\n  // Using the EA and encryption\n  var using_the_EA_and_encryption_constants =\n    \"cpDataEnciphermentEnabled \" +\n    \"cpDigitalSignatureEnabled \" +\n    \"cpID \" +\n    \"cpIssuer \" +\n    \"cpPluginVersion \" +\n    \"cpSerial \" +\n    \"cpSubjectName \" +\n    \"cpSubjSimpleName \" +\n    \"cpValidFromDate \" +\n    \"cpValidToDate \";\n\n  // Using the ISBL-editor\n  var using_the_ISBL_editor_constants =\n    \"ISBL_SYNTAX \" + \"NO_SYNTAX \" + \"XML_SYNTAX \";\n\n  // Wait block properties\n  var wait_block_properties_constants =\n    \"WAIT_BLOCK_AFTER_FINISH_EVENT \" +\n    \"WAIT_BLOCK_BEFORE_START_EVENT \" +\n    \"WAIT_BLOCK_DEADLINE_PROPERTY \" +\n    \"WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY \" +\n    \"WAIT_BLOCK_NAME_PROPERTY \" +\n    \"WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \";\n\n  // SYSRES Common\n  var sysres_common_constants =\n    \"SYSRES_COMMON \" +\n    \"SYSRES_CONST \" +\n    \"SYSRES_MBFUNC \" +\n    \"SYSRES_SBDATA \" +\n    \"SYSRES_SBGUI \" +\n    \"SYSRES_SBINTF \" +\n    \"SYSRES_SBREFDSC \" +\n    \"SYSRES_SQLERRORS \" +\n    \"SYSRES_SYSCOMP \";\n\n  // Константы ==> built_in\n  var CONSTANTS =\n    sysres_constants +\n    base_constants +\n    base_group_name_constants +\n    decision_block_properties_constants +\n    file_extension_constants +\n    job_block_properties_constants +\n    language_code_constants +\n    launching_external_applications_constants +\n    link_kind_constants +\n    lock_type_constants +\n    monitor_block_properties_constants +\n    notice_block_properties_constants +\n    object_events_constants +\n    object_params_constants +\n    other_constants +\n    privileges_constants +\n    pseudoreference_code_constants +\n    requisite_ISBCertificateType_values_constants +\n    requisite_ISBEDocStorageType_values_constants +\n    requisite_compType2_values_constants +\n    requisite_name_constants +\n    result_constants +\n    rule_identification_constants +\n    script_block_properties_constants +\n    subtask_block_properties_constants +\n    system_component_constants +\n    system_dialogs_constants +\n    system_reference_names_constants +\n    table_name_constants +\n    test_constants +\n    using_the_dialog_windows_constants +\n    using_the_document_constants +\n    using_the_EA_and_encryption_constants +\n    using_the_ISBL_editor_constants +\n    wait_block_properties_constants +\n    sysres_common_constants;\n\n  // enum TAccountType\n  var TAccountType = \"atUser atGroup atRole \";\n\n  // enum TActionEnabledMode\n  var TActionEnabledMode =\n    \"aemEnabledAlways \" +\n    \"aemDisabledAlways \" +\n    \"aemEnabledOnBrowse \" +\n    \"aemEnabledOnEdit \" +\n    \"aemDisabledOnBrowseEmpty \";\n\n  // enum TAddPosition\n  var TAddPosition = \"apBegin apEnd \";\n\n  // enum TAlignment\n  var TAlignment = \"alLeft alRight \";\n\n  // enum TAreaShowMode\n  var TAreaShowMode =\n    \"asmNever \" +\n    \"asmNoButCustomize \" +\n    \"asmAsLastTime \" +\n    \"asmYesButCustomize \" +\n    \"asmAlways \";\n\n  // enum TCertificateInvalidationReason\n  var TCertificateInvalidationReason = \"cirCommon cirRevoked \";\n\n  // enum TCertificateType\n  var TCertificateType = \"ctSignature ctEncode ctSignatureEncode \";\n\n  // enum TCheckListBoxItemState\n  var TCheckListBoxItemState = \"clbUnchecked clbChecked clbGrayed \";\n\n  // enum TCloseOnEsc\n  var TCloseOnEsc = \"ceISB ceAlways ceNever \";\n\n  // enum TCompType\n  var TCompType =\n    \"ctDocument \" +\n    \"ctReference \" +\n    \"ctScript \" +\n    \"ctUnknown \" +\n    \"ctReport \" +\n    \"ctDialog \" +\n    \"ctFunction \" +\n    \"ctFolder \" +\n    \"ctEDocument \" +\n    \"ctTask \" +\n    \"ctJob \" +\n    \"ctNotice \" +\n    \"ctControlJob \";\n\n  // enum TConditionFormat\n  var TConditionFormat = \"cfInternal cfDisplay \";\n\n  // enum TConnectionIntent\n  var TConnectionIntent = \"ciUnspecified ciWrite ciRead \";\n\n  // enum TContentKind\n  var TContentKind =\n    \"ckFolder \" +\n    \"ckEDocument \" +\n    \"ckTask \" +\n    \"ckJob \" +\n    \"ckComponentToken \" +\n    \"ckAny \" +\n    \"ckReference \" +\n    \"ckScript \" +\n    \"ckReport \" +\n    \"ckDialog \";\n\n  // enum TControlType\n  var TControlType =\n    \"ctISBLEditor \" +\n    \"ctBevel \" +\n    \"ctButton \" +\n    \"ctCheckListBox \" +\n    \"ctComboBox \" +\n    \"ctComboEdit \" +\n    \"ctGrid \" +\n    \"ctDBCheckBox \" +\n    \"ctDBComboBox \" +\n    \"ctDBEdit \" +\n    \"ctDBEllipsis \" +\n    \"ctDBMemo \" +\n    \"ctDBNavigator \" +\n    \"ctDBRadioGroup \" +\n    \"ctDBStatusLabel \" +\n    \"ctEdit \" +\n    \"ctGroupBox \" +\n    \"ctInplaceHint \" +\n    \"ctMemo \" +\n    \"ctPanel \" +\n    \"ctListBox \" +\n    \"ctRadioButton \" +\n    \"ctRichEdit \" +\n    \"ctTabSheet \" +\n    \"ctWebBrowser \" +\n    \"ctImage \" +\n    \"ctHyperLink \" +\n    \"ctLabel \" +\n    \"ctDBMultiEllipsis \" +\n    \"ctRibbon \" +\n    \"ctRichView \" +\n    \"ctInnerPanel \" +\n    \"ctPanelGroup \" +\n    \"ctBitButton \";\n\n  // enum TCriterionContentType\n  var TCriterionContentType =\n    \"cctDate \" +\n    \"cctInteger \" +\n    \"cctNumeric \" +\n    \"cctPick \" +\n    \"cctReference \" +\n    \"cctString \" +\n    \"cctText \";\n\n  // enum TCultureType\n  var TCultureType = \"cltInternal cltPrimary cltGUI \";\n\n  // enum TDataSetEventType\n  var TDataSetEventType =\n    \"dseBeforeOpen \" +\n    \"dseAfterOpen \" +\n    \"dseBeforeClose \" +\n    \"dseAfterClose \" +\n    \"dseOnValidDelete \" +\n    \"dseBeforeDelete \" +\n    \"dseAfterDelete \" +\n    \"dseAfterDeleteOutOfTransaction \" +\n    \"dseOnDeleteError \" +\n    \"dseBeforeInsert \" +\n    \"dseAfterInsert \" +\n    \"dseOnValidUpdate \" +\n    \"dseBeforeUpdate \" +\n    \"dseOnUpdateRatifiedRecord \" +\n    \"dseAfterUpdate \" +\n    \"dseAfterUpdateOutOfTransaction \" +\n    \"dseOnUpdateError \" +\n    \"dseAfterScroll \" +\n    \"dseOnOpenRecord \" +\n    \"dseOnCloseRecord \" +\n    \"dseBeforeCancel \" +\n    \"dseAfterCancel \" +\n    \"dseOnUpdateDeadlockError \" +\n    \"dseBeforeDetailUpdate \" +\n    \"dseOnPrepareUpdate \" +\n    \"dseOnAnyRequisiteChange \";\n\n  // enum TDataSetState\n  var TDataSetState = \"dssEdit dssInsert dssBrowse dssInActive \";\n\n  // enum TDateFormatType\n  var TDateFormatType = \"dftDate dftShortDate dftDateTime dftTimeStamp \";\n\n  // enum TDateOffsetType\n  var TDateOffsetType = \"dotDays dotHours dotMinutes dotSeconds \";\n\n  // enum TDateTimeKind\n  var TDateTimeKind = \"dtkndLocal dtkndUTC \";\n\n  // enum TDeaAccessRights\n  var TDeaAccessRights = \"arNone arView arEdit arFull \";\n\n  // enum TDocumentDefaultAction\n  var TDocumentDefaultAction = \"ddaView ddaEdit \";\n\n  // enum TEditMode\n  var TEditMode =\n    \"emLock \" +\n    \"emEdit \" +\n    \"emSign \" +\n    \"emExportWithLock \" +\n    \"emImportWithUnlock \" +\n    \"emChangeVersionNote \" +\n    \"emOpenForModify \" +\n    \"emChangeLifeStage \" +\n    \"emDelete \" +\n    \"emCreateVersion \" +\n    \"emImport \" +\n    \"emUnlockExportedWithLock \" +\n    \"emStart \" +\n    \"emAbort \" +\n    \"emReInit \" +\n    \"emMarkAsReaded \" +\n    \"emMarkAsUnreaded \" +\n    \"emPerform \" +\n    \"emAccept \" +\n    \"emResume \" +\n    \"emChangeRights \" +\n    \"emEditRoute \" +\n    \"emEditObserver \" +\n    \"emRecoveryFromLocalCopy \" +\n    \"emChangeWorkAccessType \" +\n    \"emChangeEncodeTypeToCertificate \" +\n    \"emChangeEncodeTypeToPassword \" +\n    \"emChangeEncodeTypeToNone \" +\n    \"emChangeEncodeTypeToCertificatePassword \" +\n    \"emChangeStandardRoute \" +\n    \"emGetText \" +\n    \"emOpenForView \" +\n    \"emMoveToStorage \" +\n    \"emCreateObject \" +\n    \"emChangeVersionHidden \" +\n    \"emDeleteVersion \" +\n    \"emChangeLifeCycleStage \" +\n    \"emApprovingSign \" +\n    \"emExport \" +\n    \"emContinue \" +\n    \"emLockFromEdit \" +\n    \"emUnLockForEdit \" +\n    \"emLockForServer \" +\n    \"emUnlockFromServer \" +\n    \"emDelegateAccessRights \" +\n    \"emReEncode \";\n\n  // enum TEditorCloseObservType\n  var TEditorCloseObservType = \"ecotFile ecotProcess \";\n\n  // enum TEdmsApplicationAction\n  var TEdmsApplicationAction = \"eaGet eaCopy eaCreate eaCreateStandardRoute \";\n\n  // enum TEDocumentLockType\n  var TEDocumentLockType = \"edltAll edltNothing edltQuery \";\n\n  // enum TEDocumentStepShowMode\n  var TEDocumentStepShowMode = \"essmText essmCard \";\n\n  // enum TEDocumentStepVersionType\n  var TEDocumentStepVersionType = \"esvtLast esvtLastActive esvtSpecified \";\n\n  // enum TEDocumentStorageFunction\n  var TEDocumentStorageFunction = \"edsfExecutive edsfArchive \";\n\n  // enum TEDocumentStorageType\n  var TEDocumentStorageType = \"edstSQLServer edstFile \";\n\n  // enum TEDocumentVersionSourceType\n  var TEDocumentVersionSourceType =\n    \"edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile \";\n\n  // enum TEDocumentVersionState\n  var TEDocumentVersionState = \"vsDefault vsDesign vsActive vsObsolete \";\n\n  // enum TEncodeType\n  var TEncodeType = \"etNone etCertificate etPassword etCertificatePassword \";\n\n  // enum TExceptionCategory\n  var TExceptionCategory = \"ecException ecWarning ecInformation \";\n\n  // enum TExportedSignaturesType\n  var TExportedSignaturesType = \"estAll estApprovingOnly \";\n\n  // enum TExportedVersionType\n  var TExportedVersionType = \"evtLast evtLastActive evtQuery \";\n\n  // enum TFieldDataType\n  var TFieldDataType =\n    \"fdtString \" +\n    \"fdtNumeric \" +\n    \"fdtInteger \" +\n    \"fdtDate \" +\n    \"fdtText \" +\n    \"fdtUnknown \" +\n    \"fdtWideString \" +\n    \"fdtLargeInteger \";\n\n  // enum TFolderType\n  var TFolderType =\n    \"ftInbox \" +\n    \"ftOutbox \" +\n    \"ftFavorites \" +\n    \"ftCommonFolder \" +\n    \"ftUserFolder \" +\n    \"ftComponents \" +\n    \"ftQuickLaunch \" +\n    \"ftShortcuts \" +\n    \"ftSearch \";\n\n  // enum TGridRowHeight\n  var TGridRowHeight = \"grhAuto \" + \"grhX1 \" + \"grhX2 \" + \"grhX3 \";\n\n  // enum THyperlinkType\n  var THyperlinkType = \"hltText \" + \"hltRTF \" + \"hltHTML \";\n\n  // enum TImageFileFormat\n  var TImageFileFormat =\n    \"iffBMP \" +\n    \"iffJPEG \" +\n    \"iffMultiPageTIFF \" +\n    \"iffSinglePageTIFF \" +\n    \"iffTIFF \" +\n    \"iffPNG \";\n\n  // enum TImageMode\n  var TImageMode = \"im8bGrayscale \" + \"im24bRGB \" + \"im1bMonochrome \";\n\n  // enum TImageType\n  var TImageType = \"itBMP \" + \"itJPEG \" + \"itWMF \" + \"itPNG \";\n\n  // enum TInplaceHintKind\n  var TInplaceHintKind =\n    \"ikhInformation \" + \"ikhWarning \" + \"ikhError \" + \"ikhNoIcon \";\n\n  // enum TISBLContext\n  var TISBLContext =\n    \"icUnknown \" +\n    \"icScript \" +\n    \"icFunction \" +\n    \"icIntegratedReport \" +\n    \"icAnalyticReport \" +\n    \"icDataSetEventHandler \" +\n    \"icActionHandler \" +\n    \"icFormEventHandler \" +\n    \"icLookUpEventHandler \" +\n    \"icRequisiteChangeEventHandler \" +\n    \"icBeforeSearchEventHandler \" +\n    \"icRoleCalculation \" +\n    \"icSelectRouteEventHandler \" +\n    \"icBlockPropertyCalculation \" +\n    \"icBlockQueryParamsEventHandler \" +\n    \"icChangeSearchResultEventHandler \" +\n    \"icBlockEventHandler \" +\n    \"icSubTaskInitEventHandler \" +\n    \"icEDocDataSetEventHandler \" +\n    \"icEDocLookUpEventHandler \" +\n    \"icEDocActionHandler \" +\n    \"icEDocFormEventHandler \" +\n    \"icEDocRequisiteChangeEventHandler \" +\n    \"icStructuredConversionRule \" +\n    \"icStructuredConversionEventBefore \" +\n    \"icStructuredConversionEventAfter \" +\n    \"icWizardEventHandler \" +\n    \"icWizardFinishEventHandler \" +\n    \"icWizardStepEventHandler \" +\n    \"icWizardStepFinishEventHandler \" +\n    \"icWizardActionEnableEventHandler \" +\n    \"icWizardActionExecuteEventHandler \" +\n    \"icCreateJobsHandler \" +\n    \"icCreateNoticesHandler \" +\n    \"icBeforeLookUpEventHandler \" +\n    \"icAfterLookUpEventHandler \" +\n    \"icTaskAbortEventHandler \" +\n    \"icWorkflowBlockActionHandler \" +\n    \"icDialogDataSetEventHandler \" +\n    \"icDialogActionHandler \" +\n    \"icDialogLookUpEventHandler \" +\n    \"icDialogRequisiteChangeEventHandler \" +\n    \"icDialogFormEventHandler \" +\n    \"icDialogValidCloseEventHandler \" +\n    \"icBlockFormEventHandler \" +\n    \"icTaskFormEventHandler \" +\n    \"icReferenceMethod \" +\n    \"icEDocMethod \" +\n    \"icDialogMethod \" +\n    \"icProcessMessageHandler \";\n\n  // enum TItemShow\n  var TItemShow = \"isShow \" + \"isHide \" + \"isByUserSettings \";\n\n  // enum TJobKind\n  var TJobKind = \"jkJob \" + \"jkNotice \" + \"jkControlJob \";\n\n  // enum TJoinType\n  var TJoinType = \"jtInner \" + \"jtLeft \" + \"jtRight \" + \"jtFull \" + \"jtCross \";\n\n  // enum TLabelPos\n  var TLabelPos = \"lbpAbove \" + \"lbpBelow \" + \"lbpLeft \" + \"lbpRight \";\n\n  // enum TLicensingType\n  var TLicensingType = \"eltPerConnection \" + \"eltPerUser \";\n\n  // enum TLifeCycleStageFontColor\n  var TLifeCycleStageFontColor =\n    \"sfcUndefined \" +\n    \"sfcBlack \" +\n    \"sfcGreen \" +\n    \"sfcRed \" +\n    \"sfcBlue \" +\n    \"sfcOrange \" +\n    \"sfcLilac \";\n\n  // enum TLifeCycleStageFontStyle\n  var TLifeCycleStageFontStyle = \"sfsItalic \" + \"sfsStrikeout \" + \"sfsNormal \";\n\n  // enum TLockableDevelopmentComponentType\n  var TLockableDevelopmentComponentType =\n    \"ldctStandardRoute \" +\n    \"ldctWizard \" +\n    \"ldctScript \" +\n    \"ldctFunction \" +\n    \"ldctRouteBlock \" +\n    \"ldctIntegratedReport \" +\n    \"ldctAnalyticReport \" +\n    \"ldctReferenceType \" +\n    \"ldctEDocumentType \" +\n    \"ldctDialog \" +\n    \"ldctServerEvents \";\n\n  // enum TMaxRecordCountRestrictionType\n  var TMaxRecordCountRestrictionType =\n    \"mrcrtNone \" + \"mrcrtUser \" + \"mrcrtMaximal \" + \"mrcrtCustom \";\n\n  // enum TRangeValueType\n  var TRangeValueType =\n    \"vtEqual \" + \"vtGreaterOrEqual \" + \"vtLessOrEqual \" + \"vtRange \";\n\n  // enum TRelativeDate\n  var TRelativeDate =\n    \"rdYesterday \" +\n    \"rdToday \" +\n    \"rdTomorrow \" +\n    \"rdThisWeek \" +\n    \"rdThisMonth \" +\n    \"rdThisYear \" +\n    \"rdNextMonth \" +\n    \"rdNextWeek \" +\n    \"rdLastWeek \" +\n    \"rdLastMonth \";\n\n  // enum TReportDestination\n  var TReportDestination = \"rdWindow \" + \"rdFile \" + \"rdPrinter \";\n\n  // enum TReqDataType\n  var TReqDataType =\n    \"rdtString \" +\n    \"rdtNumeric \" +\n    \"rdtInteger \" +\n    \"rdtDate \" +\n    \"rdtReference \" +\n    \"rdtAccount \" +\n    \"rdtText \" +\n    \"rdtPick \" +\n    \"rdtUnknown \" +\n    \"rdtLargeInteger \" +\n    \"rdtDocument \";\n\n  // enum TRequisiteEventType\n  var TRequisiteEventType = \"reOnChange \" + \"reOnChangeValues \";\n\n  // enum TSBTimeType\n  var TSBTimeType = \"ttGlobal \" + \"ttLocal \" + \"ttUser \" + \"ttSystem \";\n\n  // enum TSearchShowMode\n  var TSearchShowMode =\n    \"ssmBrowse \" + \"ssmSelect \" + \"ssmMultiSelect \" + \"ssmBrowseModal \";\n\n  // enum TSelectMode\n  var TSelectMode = \"smSelect \" + \"smLike \" + \"smCard \";\n\n  // enum TSignatureType\n  var TSignatureType = \"stNone \" + \"stAuthenticating \" + \"stApproving \";\n\n  // enum TSignerContentType\n  var TSignerContentType = \"sctString \" + \"sctStream \";\n\n  // enum TStringsSortType\n  var TStringsSortType = \"sstAnsiSort \" + \"sstNaturalSort \";\n\n  // enum TStringValueType\n  var TStringValueType = \"svtEqual \" + \"svtContain \";\n\n  // enum TStructuredObjectAttributeType\n  var TStructuredObjectAttributeType =\n    \"soatString \" +\n    \"soatNumeric \" +\n    \"soatInteger \" +\n    \"soatDatetime \" +\n    \"soatReferenceRecord \" +\n    \"soatText \" +\n    \"soatPick \" +\n    \"soatBoolean \" +\n    \"soatEDocument \" +\n    \"soatAccount \" +\n    \"soatIntegerCollection \" +\n    \"soatNumericCollection \" +\n    \"soatStringCollection \" +\n    \"soatPickCollection \" +\n    \"soatDatetimeCollection \" +\n    \"soatBooleanCollection \" +\n    \"soatReferenceRecordCollection \" +\n    \"soatEDocumentCollection \" +\n    \"soatAccountCollection \" +\n    \"soatContents \" +\n    \"soatUnknown \";\n\n  // enum TTaskAbortReason\n  var TTaskAbortReason = \"tarAbortByUser \" + \"tarAbortByWorkflowException \";\n\n  // enum TTextValueType\n  var TTextValueType = \"tvtAllWords \" + \"tvtExactPhrase \" + \"tvtAnyWord \";\n\n  // enum TUserObjectStatus\n  var TUserObjectStatus =\n    \"usNone \" +\n    \"usCompleted \" +\n    \"usRedSquare \" +\n    \"usBlueSquare \" +\n    \"usYellowSquare \" +\n    \"usGreenSquare \" +\n    \"usOrangeSquare \" +\n    \"usPurpleSquare \" +\n    \"usFollowUp \";\n\n  // enum TUserType\n  var TUserType =\n    \"utUnknown \" +\n    \"utUser \" +\n    \"utDeveloper \" +\n    \"utAdministrator \" +\n    \"utSystemDeveloper \" +\n    \"utDisconnected \";\n\n  // enum TValuesBuildType\n  var TValuesBuildType =\n    \"btAnd \" + \"btDetailAnd \" + \"btOr \" + \"btNotOr \" + \"btOnly \";\n\n  // enum TViewMode\n  var TViewMode = \"vmView \" + \"vmSelect \" + \"vmNavigation \";\n\n  // enum TViewSelectionMode\n  var TViewSelectionMode =\n    \"vsmSingle \" + \"vsmMultiple \" + \"vsmMultipleCheck \" + \"vsmNoSelection \";\n\n  // enum TWizardActionType\n  var TWizardActionType =\n    \"wfatPrevious \" + \"wfatNext \" + \"wfatCancel \" + \"wfatFinish \";\n\n  // enum TWizardFormElementProperty\n  var TWizardFormElementProperty =\n    \"wfepUndefined \" +\n    \"wfepText3 \" +\n    \"wfepText6 \" +\n    \"wfepText9 \" +\n    \"wfepSpinEdit \" +\n    \"wfepDropDown \" +\n    \"wfepRadioGroup \" +\n    \"wfepFlag \" +\n    \"wfepText12 \" +\n    \"wfepText15 \" +\n    \"wfepText18 \" +\n    \"wfepText21 \" +\n    \"wfepText24 \" +\n    \"wfepText27 \" +\n    \"wfepText30 \" +\n    \"wfepRadioGroupColumn1 \" +\n    \"wfepRadioGroupColumn2 \" +\n    \"wfepRadioGroupColumn3 \";\n\n  // enum TWizardFormElementType\n  var TWizardFormElementType =\n    \"wfetQueryParameter \" + \"wfetText \" + \"wfetDelimiter \" + \"wfetLabel \";\n\n  // enum TWizardParamType\n  var TWizardParamType =\n    \"wptString \" +\n    \"wptInteger \" +\n    \"wptNumeric \" +\n    \"wptBoolean \" +\n    \"wptDateTime \" +\n    \"wptPick \" +\n    \"wptText \" +\n    \"wptUser \" +\n    \"wptUserList \" +\n    \"wptEDocumentInfo \" +\n    \"wptEDocumentInfoList \" +\n    \"wptReferenceRecordInfo \" +\n    \"wptReferenceRecordInfoList \" +\n    \"wptFolderInfo \" +\n    \"wptTaskInfo \" +\n    \"wptContents \" +\n    \"wptFileName \" +\n    \"wptDate \";\n\n  // enum TWizardStepResult\n  var TWizardStepResult =\n    \"wsrComplete \" +\n    \"wsrGoNext \" +\n    \"wsrGoPrevious \" +\n    \"wsrCustom \" +\n    \"wsrCancel \" +\n    \"wsrGoFinal \";\n\n  // enum TWizardStepType\n  var TWizardStepType =\n    \"wstForm \" +\n    \"wstEDocument \" +\n    \"wstTaskCard \" +\n    \"wstReferenceRecordCard \" +\n    \"wstFinal \";\n\n  // enum TWorkAccessType\n  var TWorkAccessType = \"waAll \" + \"waPerformers \" + \"waManual \";\n\n  // enum TWorkflowBlockType\n  var TWorkflowBlockType =\n    \"wsbStart \" +\n    \"wsbFinish \" +\n    \"wsbNotice \" +\n    \"wsbStep \" +\n    \"wsbDecision \" +\n    \"wsbWait \" +\n    \"wsbMonitor \" +\n    \"wsbScript \" +\n    \"wsbConnector \" +\n    \"wsbSubTask \" +\n    \"wsbLifeCycleStage \" +\n    \"wsbPause \";\n\n  // enum TWorkflowDataType\n  var TWorkflowDataType =\n    \"wdtInteger \" +\n    \"wdtFloat \" +\n    \"wdtString \" +\n    \"wdtPick \" +\n    \"wdtDateTime \" +\n    \"wdtBoolean \" +\n    \"wdtTask \" +\n    \"wdtJob \" +\n    \"wdtFolder \" +\n    \"wdtEDocument \" +\n    \"wdtReferenceRecord \" +\n    \"wdtUser \" +\n    \"wdtGroup \" +\n    \"wdtRole \" +\n    \"wdtIntegerCollection \" +\n    \"wdtFloatCollection \" +\n    \"wdtStringCollection \" +\n    \"wdtPickCollection \" +\n    \"wdtDateTimeCollection \" +\n    \"wdtBooleanCollection \" +\n    \"wdtTaskCollection \" +\n    \"wdtJobCollection \" +\n    \"wdtFolderCollection \" +\n    \"wdtEDocumentCollection \" +\n    \"wdtReferenceRecordCollection \" +\n    \"wdtUserCollection \" +\n    \"wdtGroupCollection \" +\n    \"wdtRoleCollection \" +\n    \"wdtContents \" +\n    \"wdtUserList \" +\n    \"wdtSearchDescription \" +\n    \"wdtDeadLine \" +\n    \"wdtPickSet \" +\n    \"wdtAccountCollection \";\n\n  // enum TWorkImportance\n  var TWorkImportance = \"wiLow \" + \"wiNormal \" + \"wiHigh \";\n\n  // enum TWorkRouteType\n  var TWorkRouteType = \"wrtSoft \" + \"wrtHard \";\n\n  // enum TWorkState\n  var TWorkState =\n    \"wsInit \" +\n    \"wsRunning \" +\n    \"wsDone \" +\n    \"wsControlled \" +\n    \"wsAborted \" +\n    \"wsContinued \";\n\n  // enum TWorkTextBuildingMode\n  var TWorkTextBuildingMode =\n    \"wtmFull \" + \"wtmFromCurrent \" + \"wtmOnlyCurrent \";\n\n  // Перечисления\n  var ENUMS =\n    TAccountType +\n    TActionEnabledMode +\n    TAddPosition +\n    TAlignment +\n    TAreaShowMode +\n    TCertificateInvalidationReason +\n    TCertificateType +\n    TCheckListBoxItemState +\n    TCloseOnEsc +\n    TCompType +\n    TConditionFormat +\n    TConnectionIntent +\n    TContentKind +\n    TControlType +\n    TCriterionContentType +\n    TCultureType +\n    TDataSetEventType +\n    TDataSetState +\n    TDateFormatType +\n    TDateOffsetType +\n    TDateTimeKind +\n    TDeaAccessRights +\n    TDocumentDefaultAction +\n    TEditMode +\n    TEditorCloseObservType +\n    TEdmsApplicationAction +\n    TEDocumentLockType +\n    TEDocumentStepShowMode +\n    TEDocumentStepVersionType +\n    TEDocumentStorageFunction +\n    TEDocumentStorageType +\n    TEDocumentVersionSourceType +\n    TEDocumentVersionState +\n    TEncodeType +\n    TExceptionCategory +\n    TExportedSignaturesType +\n    TExportedVersionType +\n    TFieldDataType +\n    TFolderType +\n    TGridRowHeight +\n    THyperlinkType +\n    TImageFileFormat +\n    TImageMode +\n    TImageType +\n    TInplaceHintKind +\n    TISBLContext +\n    TItemShow +\n    TJobKind +\n    TJoinType +\n    TLabelPos +\n    TLicensingType +\n    TLifeCycleStageFontColor +\n    TLifeCycleStageFontStyle +\n    TLockableDevelopmentComponentType +\n    TMaxRecordCountRestrictionType +\n    TRangeValueType +\n    TRelativeDate +\n    TReportDestination +\n    TReqDataType +\n    TRequisiteEventType +\n    TSBTimeType +\n    TSearchShowMode +\n    TSelectMode +\n    TSignatureType +\n    TSignerContentType +\n    TStringsSortType +\n    TStringValueType +\n    TStructuredObjectAttributeType +\n    TTaskAbortReason +\n    TTextValueType +\n    TUserObjectStatus +\n    TUserType +\n    TValuesBuildType +\n    TViewMode +\n    TViewSelectionMode +\n    TWizardActionType +\n    TWizardFormElementProperty +\n    TWizardFormElementType +\n    TWizardParamType +\n    TWizardStepResult +\n    TWizardStepType +\n    TWorkAccessType +\n    TWorkflowBlockType +\n    TWorkflowDataType +\n    TWorkImportance +\n    TWorkRouteType +\n    TWorkState +\n    TWorkTextBuildingMode;\n\n  // Системные функции ==> SYSFUNCTIONS\n  var system_functions =\n    \"AddSubString \" +\n    \"AdjustLineBreaks \" +\n    \"AmountInWords \" +\n    \"Analysis \" +\n    \"ArrayDimCount \" +\n    \"ArrayHighBound \" +\n    \"ArrayLowBound \" +\n    \"ArrayOf \" +\n    \"ArrayReDim \" +\n    \"Assert \" +\n    \"Assigned \" +\n    \"BeginOfMonth \" +\n    \"BeginOfPeriod \" +\n    \"BuildProfilingOperationAnalysis \" +\n    \"CallProcedure \" +\n    \"CanReadFile \" +\n    \"CArrayElement \" +\n    \"CDataSetRequisite \" +\n    \"ChangeDate \" +\n    \"ChangeReferenceDataset \" +\n    \"Char \" +\n    \"CharPos \" +\n    \"CheckParam \" +\n    \"CheckParamValue \" +\n    \"CompareStrings \" +\n    \"ConstantExists \" +\n    \"ControlState \" +\n    \"ConvertDateStr \" +\n    \"Copy \" +\n    \"CopyFile \" +\n    \"CreateArray \" +\n    \"CreateCachedReference \" +\n    \"CreateConnection \" +\n    \"CreateDialog \" +\n    \"CreateDualListDialog \" +\n    \"CreateEditor \" +\n    \"CreateException \" +\n    \"CreateFile \" +\n    \"CreateFolderDialog \" +\n    \"CreateInputDialog \" +\n    \"CreateLinkFile \" +\n    \"CreateList \" +\n    \"CreateLock \" +\n    \"CreateMemoryDataSet \" +\n    \"CreateObject \" +\n    \"CreateOpenDialog \" +\n    \"CreateProgress \" +\n    \"CreateQuery \" +\n    \"CreateReference \" +\n    \"CreateReport \" +\n    \"CreateSaveDialog \" +\n    \"CreateScript \" +\n    \"CreateSQLPivotFunction \" +\n    \"CreateStringList \" +\n    \"CreateTreeListSelectDialog \" +\n    \"CSelectSQL \" +\n    \"CSQL \" +\n    \"CSubString \" +\n    \"CurrentUserID \" +\n    \"CurrentUserName \" +\n    \"CurrentVersion \" +\n    \"DataSetLocateEx \" +\n    \"DateDiff \" +\n    \"DateTimeDiff \" +\n    \"DateToStr \" +\n    \"DayOfWeek \" +\n    \"DeleteFile \" +\n    \"DirectoryExists \" +\n    \"DisableCheckAccessRights \" +\n    \"DisableCheckFullShowingRestriction \" +\n    \"DisableMassTaskSendingRestrictions \" +\n    \"DropTable \" +\n    \"DupeString \" +\n    \"EditText \" +\n    \"EnableCheckAccessRights \" +\n    \"EnableCheckFullShowingRestriction \" +\n    \"EnableMassTaskSendingRestrictions \" +\n    \"EndOfMonth \" +\n    \"EndOfPeriod \" +\n    \"ExceptionExists \" +\n    \"ExceptionsOff \" +\n    \"ExceptionsOn \" +\n    \"Execute \" +\n    \"ExecuteProcess \" +\n    \"Exit \" +\n    \"ExpandEnvironmentVariables \" +\n    \"ExtractFileDrive \" +\n    \"ExtractFileExt \" +\n    \"ExtractFileName \" +\n    \"ExtractFilePath \" +\n    \"ExtractParams \" +\n    \"FileExists \" +\n    \"FileSize \" +\n    \"FindFile \" +\n    \"FindSubString \" +\n    \"FirmContext \" +\n    \"ForceDirectories \" +\n    \"Format \" +\n    \"FormatDate \" +\n    \"FormatNumeric \" +\n    \"FormatSQLDate \" +\n    \"FormatString \" +\n    \"FreeException \" +\n    \"GetComponent \" +\n    \"GetComponentLaunchParam \" +\n    \"GetConstant \" +\n    \"GetLastException \" +\n    \"GetReferenceRecord \" +\n    \"GetRefTypeByRefID \" +\n    \"GetTableID \" +\n    \"GetTempFolder \" +\n    \"IfThen \" +\n    \"In \" +\n    \"IndexOf \" +\n    \"InputDialog \" +\n    \"InputDialogEx \" +\n    \"InteractiveMode \" +\n    \"IsFileLocked \" +\n    \"IsGraphicFile \" +\n    \"IsNumeric \" +\n    \"Length \" +\n    \"LoadString \" +\n    \"LoadStringFmt \" +\n    \"LocalTimeToUTC \" +\n    \"LowerCase \" +\n    \"Max \" +\n    \"MessageBox \" +\n    \"MessageBoxEx \" +\n    \"MimeDecodeBinary \" +\n    \"MimeDecodeString \" +\n    \"MimeEncodeBinary \" +\n    \"MimeEncodeString \" +\n    \"Min \" +\n    \"MoneyInWords \" +\n    \"MoveFile \" +\n    \"NewID \" +\n    \"Now \" +\n    \"OpenFile \" +\n    \"Ord \" +\n    \"Precision \" +\n    \"Raise \" +\n    \"ReadCertificateFromFile \" +\n    \"ReadFile \" +\n    \"ReferenceCodeByID \" +\n    \"ReferenceNumber \" +\n    \"ReferenceRequisiteMode \" +\n    \"ReferenceRequisiteValue \" +\n    \"RegionDateSettings \" +\n    \"RegionNumberSettings \" +\n    \"RegionTimeSettings \" +\n    \"RegRead \" +\n    \"RegWrite \" +\n    \"RenameFile \" +\n    \"Replace \" +\n    \"Round \" +\n    \"SelectServerCode \" +\n    \"SelectSQL \" +\n    \"ServerDateTime \" +\n    \"SetConstant \" +\n    \"SetManagedFolderFieldsState \" +\n    \"ShowConstantsInputDialog \" +\n    \"ShowMessage \" +\n    \"Sleep \" +\n    \"Split \" +\n    \"SQL \" +\n    \"SQL2XLSTAB \" +\n    \"SQLProfilingSendReport \" +\n    \"StrToDate \" +\n    \"SubString \" +\n    \"SubStringCount \" +\n    \"SystemSetting \" +\n    \"Time \" +\n    \"TimeDiff \" +\n    \"Today \" +\n    \"Transliterate \" +\n    \"Trim \" +\n    \"UpperCase \" +\n    \"UserStatus \" +\n    \"UTCToLocalTime \" +\n    \"ValidateXML \" +\n    \"VarIsClear \" +\n    \"VarIsEmpty \" +\n    \"VarIsNull \" +\n    \"WorkTimeDiff \" +\n    \"WriteFile \" +\n    \"WriteFileEx \" +\n    \"WriteObjectHistory \" +\n    \"Анализ \" +\n    \"БазаДанных \" +\n    \"БлокЕсть \" +\n    \"БлокЕстьРасш \" +\n    \"БлокИнфо \" +\n    \"БлокСнять \" +\n    \"БлокСнятьРасш \" +\n    \"БлокУстановить \" +\n    \"Ввод \" +\n    \"ВводМеню \" +\n    \"ВедС \" +\n    \"ВедСпр \" +\n    \"ВерхняяГраницаМассива \" +\n    \"ВнешПрогр \" +\n    \"Восст \" +\n    \"ВременнаяПапка \" +\n    \"Время \" +\n    \"ВыборSQL \" +\n    \"ВыбратьЗапись \" +\n    \"ВыделитьСтр \" +\n    \"Вызвать \" +\n    \"Выполнить \" +\n    \"ВыпПрогр \" +\n    \"ГрафическийФайл \" +\n    \"ГруппаДополнительно \" +\n    \"ДатаВремяСерв \" +\n    \"ДеньНедели \" +\n    \"ДиалогДаНет \" +\n    \"ДлинаСтр \" +\n    \"ДобПодстр \" +\n    \"ЕПусто \" +\n    \"ЕслиТо \" +\n    \"ЕЧисло \" +\n    \"ЗамПодстр \" +\n    \"ЗаписьСправочника \" +\n    \"ЗначПоляСпр \" +\n    \"ИДТипСпр \" +\n    \"ИзвлечьДиск \" +\n    \"ИзвлечьИмяФайла \" +\n    \"ИзвлечьПуть \" +\n    \"ИзвлечьРасширение \" +\n    \"ИзмДат \" +\n    \"ИзменитьРазмерМассива \" +\n    \"ИзмеренийМассива \" +\n    \"ИмяОрг \" +\n    \"ИмяПоляСпр \" +\n    \"Индекс \" +\n    \"ИндикаторЗакрыть \" +\n    \"ИндикаторОткрыть \" +\n    \"ИндикаторШаг \" +\n    \"ИнтерактивныйРежим \" +\n    \"ИтогТблСпр \" +\n    \"КодВидВедСпр \" +\n    \"КодВидСпрПоИД \" +\n    \"КодПоAnalit \" +\n    \"КодСимвола \" +\n    \"КодСпр \" +\n    \"КолПодстр \" +\n    \"КолПроп \" +\n    \"КонМес \" +\n    \"Конст \" +\n    \"КонстЕсть \" +\n    \"КонстЗнач \" +\n    \"КонТран \" +\n    \"КопироватьФайл \" +\n    \"КопияСтр \" +\n    \"КПериод \" +\n    \"КСтрТблСпр \" +\n    \"Макс \" +\n    \"МаксСтрТблСпр \" +\n    \"Массив \" +\n    \"Меню \" +\n    \"МенюРасш \" +\n    \"Мин \" +\n    \"НаборДанныхНайтиРасш \" +\n    \"НаимВидСпр \" +\n    \"НаимПоAnalit \" +\n    \"НаимСпр \" +\n    \"НастроитьПереводыСтрок \" +\n    \"НачМес \" +\n    \"НачТран \" +\n    \"НижняяГраницаМассива \" +\n    \"НомерСпр \" +\n    \"НПериод \" +\n    \"Окно \" +\n    \"Окр \" +\n    \"Окружение \" +\n    \"ОтлИнфДобавить \" +\n    \"ОтлИнфУдалить \" +\n    \"Отчет \" +\n    \"ОтчетАнал \" +\n    \"ОтчетИнт \" +\n    \"ПапкаСуществует \" +\n    \"Пауза \" +\n    \"ПВыборSQL \" +\n    \"ПереименоватьФайл \" +\n    \"Переменные \" +\n    \"ПереместитьФайл \" +\n    \"Подстр \" +\n    \"ПоискПодстр \" +\n    \"ПоискСтр \" +\n    \"ПолучитьИДТаблицы \" +\n    \"ПользовательДополнительно \" +\n    \"ПользовательИД \" +\n    \"ПользовательИмя \" +\n    \"ПользовательСтатус \" +\n    \"Прервать \" +\n    \"ПроверитьПараметр \" +\n    \"ПроверитьПараметрЗнач \" +\n    \"ПроверитьУсловие \" +\n    \"РазбСтр \" +\n    \"РазнВремя \" +\n    \"РазнДат \" +\n    \"РазнДатаВремя \" +\n    \"РазнРабВремя \" +\n    \"РегУстВрем \" +\n    \"РегУстДат \" +\n    \"РегУстЧсл \" +\n    \"РедТекст \" +\n    \"РеестрЗапись \" +\n    \"РеестрСписокИменПарам \" +\n    \"РеестрЧтение \" +\n    \"РеквСпр \" +\n    \"РеквСпрПр \" +\n    \"Сегодня \" +\n    \"Сейчас \" +\n    \"Сервер \" +\n    \"СерверПроцессИД \" +\n    \"СертификатФайлСчитать \" +\n    \"СжПроб \" +\n    \"Символ \" +\n    \"СистемаДиректумКод \" +\n    \"СистемаИнформация \" +\n    \"СистемаКод \" +\n    \"Содержит \" +\n    \"СоединениеЗакрыть \" +\n    \"СоединениеОткрыть \" +\n    \"СоздатьДиалог \" +\n    \"СоздатьДиалогВыбораИзДвухСписков \" +\n    \"СоздатьДиалогВыбораПапки \" +\n    \"СоздатьДиалогОткрытияФайла \" +\n    \"СоздатьДиалогСохраненияФайла \" +\n    \"СоздатьЗапрос \" +\n    \"СоздатьИндикатор \" +\n    \"СоздатьИсключение \" +\n    \"СоздатьКэшированныйСправочник \" +\n    \"СоздатьМассив \" +\n    \"СоздатьНаборДанных \" +\n    \"СоздатьОбъект \" +\n    \"СоздатьОтчет \" +\n    \"СоздатьПапку \" +\n    \"СоздатьРедактор \" +\n    \"СоздатьСоединение \" +\n    \"СоздатьСписок \" +\n    \"СоздатьСписокСтрок \" +\n    \"СоздатьСправочник \" +\n    \"СоздатьСценарий \" +\n    \"СоздСпр \" +\n    \"СостСпр \" +\n    \"Сохр \" +\n    \"СохрСпр \" +\n    \"СписокСистем \" +\n    \"Спр \" +\n    \"Справочник \" +\n    \"СпрБлокЕсть \" +\n    \"СпрБлокСнять \" +\n    \"СпрБлокСнятьРасш \" +\n    \"СпрБлокУстановить \" +\n    \"СпрИзмНабДан \" +\n    \"СпрКод \" +\n    \"СпрНомер \" +\n    \"СпрОбновить \" +\n    \"СпрОткрыть \" +\n    \"СпрОтменить \" +\n    \"СпрПарам \" +\n    \"СпрПолеЗнач \" +\n    \"СпрПолеИмя \" +\n    \"СпрРекв \" +\n    \"СпрРеквВведЗн \" +\n    \"СпрРеквНовые \" +\n    \"СпрРеквПр \" +\n    \"СпрРеквПредЗн \" +\n    \"СпрРеквРежим \" +\n    \"СпрРеквТипТекст \" +\n    \"СпрСоздать \" +\n    \"СпрСост \" +\n    \"СпрСохранить \" +\n    \"СпрТблИтог \" +\n    \"СпрТблСтр \" +\n    \"СпрТблСтрКол \" +\n    \"СпрТблСтрМакс \" +\n    \"СпрТблСтрМин \" +\n    \"СпрТблСтрПред \" +\n    \"СпрТблСтрСлед \" +\n    \"СпрТблСтрСозд \" +\n    \"СпрТблСтрУд \" +\n    \"СпрТекПредст \" +\n    \"СпрУдалить \" +\n    \"СравнитьСтр \" +\n    \"СтрВерхРегистр \" +\n    \"СтрНижнРегистр \" +\n    \"СтрТблСпр \" +\n    \"СумПроп \" +\n    \"Сценарий \" +\n    \"СценарийПарам \" +\n    \"ТекВерсия \" +\n    \"ТекОрг \" +\n    \"Точн \" +\n    \"Тран \" +\n    \"Транслитерация \" +\n    \"УдалитьТаблицу \" +\n    \"УдалитьФайл \" +\n    \"УдСпр \" +\n    \"УдСтрТблСпр \" +\n    \"Уст \" +\n    \"УстановкиКонстант \" +\n    \"ФайлАтрибутСчитать \" +\n    \"ФайлАтрибутУстановить \" +\n    \"ФайлВремя \" +\n    \"ФайлВремяУстановить \" +\n    \"ФайлВыбрать \" +\n    \"ФайлЗанят \" +\n    \"ФайлЗаписать \" +\n    \"ФайлИскать \" +\n    \"ФайлКопировать \" +\n    \"ФайлМожноЧитать \" +\n    \"ФайлОткрыть \" +\n    \"ФайлПереименовать \" +\n    \"ФайлПерекодировать \" +\n    \"ФайлПереместить \" +\n    \"ФайлПросмотреть \" +\n    \"ФайлРазмер \" +\n    \"ФайлСоздать \" +\n    \"ФайлСсылкаСоздать \" +\n    \"ФайлСуществует \" +\n    \"ФайлСчитать \" +\n    \"ФайлУдалить \" +\n    \"ФмтSQLДат \" +\n    \"ФмтДат \" +\n    \"ФмтСтр \" +\n    \"ФмтЧсл \" +\n    \"Формат \" +\n    \"ЦМассивЭлемент \" +\n    \"ЦНаборДанныхРеквизит \" +\n    \"ЦПодстр \";\n\n  // Предопределенные переменные ==> built_in\n  var predefined_variables =\n    \"AltState \" +\n    \"Application \" +\n    \"CallType \" +\n    \"ComponentTokens \" +\n    \"CreatedJobs \" +\n    \"CreatedNotices \" +\n    \"ControlState \" +\n    \"DialogResult \" +\n    \"Dialogs \" +\n    \"EDocuments \" +\n    \"EDocumentVersionSource \" +\n    \"Folders \" +\n    \"GlobalIDs \" +\n    \"Job \" +\n    \"Jobs \" +\n    \"InputValue \" +\n    \"LookUpReference \" +\n    \"LookUpRequisiteNames \" +\n    \"LookUpSearch \" +\n    \"Object \" +\n    \"ParentComponent \" +\n    \"Processes \" +\n    \"References \" +\n    \"Requisite \" +\n    \"ReportName \" +\n    \"Reports \" +\n    \"Result \" +\n    \"Scripts \" +\n    \"Searches \" +\n    \"SelectedAttachments \" +\n    \"SelectedItems \" +\n    \"SelectMode \" +\n    \"Sender \" +\n    \"ServerEvents \" +\n    \"ServiceFactory \" +\n    \"ShiftState \" +\n    \"SubTask \" +\n    \"SystemDialogs \" +\n    \"Tasks \" +\n    \"Wizard \" +\n    \"Wizards \" +\n    \"Work \" +\n    \"ВызовСпособ \" +\n    \"ИмяОтчета \" +\n    \"РеквЗнач \";\n\n  // Интерфейсы ==> type\n  var interfaces =\n    \"IApplication \" +\n    \"IAccessRights \" +\n    \"IAccountRepository \" +\n    \"IAccountSelectionRestrictions \" +\n    \"IAction \" +\n    \"IActionList \" +\n    \"IAdministrationHistoryDescription \" +\n    \"IAnchors \" +\n    \"IApplication \" +\n    \"IArchiveInfo \" +\n    \"IAttachment \" +\n    \"IAttachmentList \" +\n    \"ICheckListBox \" +\n    \"ICheckPointedList \" +\n    \"IColumn \" +\n    \"IComponent \" +\n    \"IComponentDescription \" +\n    \"IComponentToken \" +\n    \"IComponentTokenFactory \" +\n    \"IComponentTokenInfo \" +\n    \"ICompRecordInfo \" +\n    \"IConnection \" +\n    \"IContents \" +\n    \"IControl \" +\n    \"IControlJob \" +\n    \"IControlJobInfo \" +\n    \"IControlList \" +\n    \"ICrypto \" +\n    \"ICrypto2 \" +\n    \"ICustomJob \" +\n    \"ICustomJobInfo \" +\n    \"ICustomListBox \" +\n    \"ICustomObjectWizardStep \" +\n    \"ICustomWork \" +\n    \"ICustomWorkInfo \" +\n    \"IDataSet \" +\n    \"IDataSetAccessInfo \" +\n    \"IDataSigner \" +\n    \"IDateCriterion \" +\n    \"IDateRequisite \" +\n    \"IDateRequisiteDescription \" +\n    \"IDateValue \" +\n    \"IDeaAccessRights \" +\n    \"IDeaObjectInfo \" +\n    \"IDevelopmentComponentLock \" +\n    \"IDialog \" +\n    \"IDialogFactory \" +\n    \"IDialogPickRequisiteItems \" +\n    \"IDialogsFactory \" +\n    \"IDICSFactory \" +\n    \"IDocRequisite \" +\n    \"IDocumentInfo \" +\n    \"IDualListDialog \" +\n    \"IECertificate \" +\n    \"IECertificateInfo \" +\n    \"IECertificates \" +\n    \"IEditControl \" +\n    \"IEditorForm \" +\n    \"IEdmsExplorer \" +\n    \"IEdmsObject \" +\n    \"IEdmsObjectDescription \" +\n    \"IEdmsObjectFactory \" +\n    \"IEdmsObjectInfo \" +\n    \"IEDocument \" +\n    \"IEDocumentAccessRights \" +\n    \"IEDocumentDescription \" +\n    \"IEDocumentEditor \" +\n    \"IEDocumentFactory \" +\n    \"IEDocumentInfo \" +\n    \"IEDocumentStorage \" +\n    \"IEDocumentVersion \" +\n    \"IEDocumentVersionListDialog \" +\n    \"IEDocumentVersionSource \" +\n    \"IEDocumentWizardStep \" +\n    \"IEDocVerSignature \" +\n    \"IEDocVersionState \" +\n    \"IEnabledMode \" +\n    \"IEncodeProvider \" +\n    \"IEncrypter \" +\n    \"IEvent \" +\n    \"IEventList \" +\n    \"IException \" +\n    \"IExternalEvents \" +\n    \"IExternalHandler \" +\n    \"IFactory \" +\n    \"IField \" +\n    \"IFileDialog \" +\n    \"IFolder \" +\n    \"IFolderDescription \" +\n    \"IFolderDialog \" +\n    \"IFolderFactory \" +\n    \"IFolderInfo \" +\n    \"IForEach \" +\n    \"IForm \" +\n    \"IFormTitle \" +\n    \"IFormWizardStep \" +\n    \"IGlobalIDFactory \" +\n    \"IGlobalIDInfo \" +\n    \"IGrid \" +\n    \"IHasher \" +\n    \"IHistoryDescription \" +\n    \"IHyperLinkControl \" +\n    \"IImageButton \" +\n    \"IImageControl \" +\n    \"IInnerPanel \" +\n    \"IInplaceHint \" +\n    \"IIntegerCriterion \" +\n    \"IIntegerList \" +\n    \"IIntegerRequisite \" +\n    \"IIntegerValue \" +\n    \"IISBLEditorForm \" +\n    \"IJob \" +\n    \"IJobDescription \" +\n    \"IJobFactory \" +\n    \"IJobForm \" +\n    \"IJobInfo \" +\n    \"ILabelControl \" +\n    \"ILargeIntegerCriterion \" +\n    \"ILargeIntegerRequisite \" +\n    \"ILargeIntegerValue \" +\n    \"ILicenseInfo \" +\n    \"ILifeCycleStage \" +\n    \"IList \" +\n    \"IListBox \" +\n    \"ILocalIDInfo \" +\n    \"ILocalization \" +\n    \"ILock \" +\n    \"IMemoryDataSet \" +\n    \"IMessagingFactory \" +\n    \"IMetadataRepository \" +\n    \"INotice \" +\n    \"INoticeInfo \" +\n    \"INumericCriterion \" +\n    \"INumericRequisite \" +\n    \"INumericValue \" +\n    \"IObject \" +\n    \"IObjectDescription \" +\n    \"IObjectImporter \" +\n    \"IObjectInfo \" +\n    \"IObserver \" +\n    \"IPanelGroup \" +\n    \"IPickCriterion \" +\n    \"IPickProperty \" +\n    \"IPickRequisite \" +\n    \"IPickRequisiteDescription \" +\n    \"IPickRequisiteItem \" +\n    \"IPickRequisiteItems \" +\n    \"IPickValue \" +\n    \"IPrivilege \" +\n    \"IPrivilegeList \" +\n    \"IProcess \" +\n    \"IProcessFactory \" +\n    \"IProcessMessage \" +\n    \"IProgress \" +\n    \"IProperty \" +\n    \"IPropertyChangeEvent \" +\n    \"IQuery \" +\n    \"IReference \" +\n    \"IReferenceCriterion \" +\n    \"IReferenceEnabledMode \" +\n    \"IReferenceFactory \" +\n    \"IReferenceHistoryDescription \" +\n    \"IReferenceInfo \" +\n    \"IReferenceRecordCardWizardStep \" +\n    \"IReferenceRequisiteDescription \" +\n    \"IReferencesFactory \" +\n    \"IReferenceValue \" +\n    \"IRefRequisite \" +\n    \"IReport \" +\n    \"IReportFactory \" +\n    \"IRequisite \" +\n    \"IRequisiteDescription \" +\n    \"IRequisiteDescriptionList \" +\n    \"IRequisiteFactory \" +\n    \"IRichEdit \" +\n    \"IRouteStep \" +\n    \"IRule \" +\n    \"IRuleList \" +\n    \"ISchemeBlock \" +\n    \"IScript \" +\n    \"IScriptFactory \" +\n    \"ISearchCriteria \" +\n    \"ISearchCriterion \" +\n    \"ISearchDescription \" +\n    \"ISearchFactory \" +\n    \"ISearchFolderInfo \" +\n    \"ISearchForObjectDescription \" +\n    \"ISearchResultRestrictions \" +\n    \"ISecuredContext \" +\n    \"ISelectDialog \" +\n    \"IServerEvent \" +\n    \"IServerEventFactory \" +\n    \"IServiceDialog \" +\n    \"IServiceFactory \" +\n    \"ISignature \" +\n    \"ISignProvider \" +\n    \"ISignProvider2 \" +\n    \"ISignProvider3 \" +\n    \"ISimpleCriterion \" +\n    \"IStringCriterion \" +\n    \"IStringList \" +\n    \"IStringRequisite \" +\n    \"IStringRequisiteDescription \" +\n    \"IStringValue \" +\n    \"ISystemDialogsFactory \" +\n    \"ISystemInfo \" +\n    \"ITabSheet \" +\n    \"ITask \" +\n    \"ITaskAbortReasonInfo \" +\n    \"ITaskCardWizardStep \" +\n    \"ITaskDescription \" +\n    \"ITaskFactory \" +\n    \"ITaskInfo \" +\n    \"ITaskRoute \" +\n    \"ITextCriterion \" +\n    \"ITextRequisite \" +\n    \"ITextValue \" +\n    \"ITreeListSelectDialog \" +\n    \"IUser \" +\n    \"IUserList \" +\n    \"IValue \" +\n    \"IView \" +\n    \"IWebBrowserControl \" +\n    \"IWizard \" +\n    \"IWizardAction \" +\n    \"IWizardFactory \" +\n    \"IWizardFormElement \" +\n    \"IWizardParam \" +\n    \"IWizardPickParam \" +\n    \"IWizardReferenceParam \" +\n    \"IWizardStep \" +\n    \"IWorkAccessRights \" +\n    \"IWorkDescription \" +\n    \"IWorkflowAskableParam \" +\n    \"IWorkflowAskableParams \" +\n    \"IWorkflowBlock \" +\n    \"IWorkflowBlockResult \" +\n    \"IWorkflowEnabledMode \" +\n    \"IWorkflowParam \" +\n    \"IWorkflowPickParam \" +\n    \"IWorkflowReferenceParam \" +\n    \"IWorkState \" +\n    \"IWorkTreeCustomNode \" +\n    \"IWorkTreeJobNode \" +\n    \"IWorkTreeTaskNode \" +\n    \"IXMLEditorForm \" +\n    \"SBCrypto \";\n\n  // built_in : встроенные или библиотечные объекты (константы, перечисления)\n  var BUILTIN = CONSTANTS + ENUMS;\n\n  // class: встроенные наборы значений, системные объекты, фабрики\n  var CLASS = predefined_variables;\n\n  // literal : примитивные типы\n  var LITERAL = \"null true false nil \";\n\n  // number : числа\n  var NUMBERS = {\n    className: \"number\",\n    begin: hljs.NUMBER_RE,\n    relevance: 0,\n  };\n\n  // string : строки\n  var STRINGS = {\n    className: \"string\",\n    variants: [{ begin: '\"', end: '\"' }, { begin: \"'\", end: \"'\" }],\n  };\n\n  // Токены\n  var DOCTAGS = {\n    className: \"doctag\",\n    begin: \"\\\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\\\b\",\n    relevance: 0,\n  };\n\n  // Однострочный комментарий\n  var ISBL_LINE_COMMENT_MODE = {\n    className: \"comment\",\n    begin: \"//\",\n    end: \"$\",\n    relevance: 0,\n    contains: [hljs.PHRASAL_WORDS_MODE, DOCTAGS],\n  };\n\n  // Многострочный комментарий\n  var ISBL_BLOCK_COMMENT_MODE = {\n    className: \"comment\",\n    begin: \"/\\\\*\",\n    end: \"\\\\*/\",\n    relevance: 0,\n    contains: [hljs.PHRASAL_WORDS_MODE, DOCTAGS],\n  };\n\n  // comment : комментарии\n  var COMMENTS = {\n    variants: [ISBL_LINE_COMMENT_MODE, ISBL_BLOCK_COMMENT_MODE],\n  };\n\n  // keywords : ключевые слова\n  var KEYWORDS = {\n    keyword: KEYWORD,\n    built_in: BUILTIN,\n    class: CLASS,\n    literal: LITERAL,\n  };\n\n  // methods : методы\n  var METHODS = {\n    begin: \"\\\\.\\\\s*\" + hljs.UNDERSCORE_IDENT_RE,\n    keywords: KEYWORDS,\n    relevance: 0,\n  };\n\n  // type : встроенные типы\n  var TYPES = {\n    className: \"type\",\n    begin: \":[ \\\\t]*(\" + interfaces.trim().replace(/\\s/g, \"|\") + \")\",\n    end: \"[ \\\\t]*=\",\n    excludeEnd: true,\n  };\n\n  // variables : переменные\n  var VARIABLES = {\n    className: \"variable\",\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: KEYWORDS,\n    begin: UNDERSCORE_IDENT_RE,\n    relevance: 0,\n    containts: [TYPES, METHODS],\n  };\n\n  // Имена функций\n  var FUNCTION_TITLE = FUNCTION_NAME_IDENT_RE + \"\\\\(\";\n\n  var TITLE_MODE = {\n    className: \"title\",\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: {\n      built_in: system_functions,\n    },\n    begin: FUNCTION_TITLE,\n    end: \"\\\\(\",\n    returnBegin: true,\n    excludeEnd: true,\n  };\n\n  // function : функции\n  var FUNCTIONS = {\n    className: \"function\",\n    begin: FUNCTION_TITLE,\n    end: \"\\\\)$\",\n    returnBegin: true,\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: KEYWORDS,\n    illegal: \"[\\\\[\\\\]\\\\|\\\\$\\\\?%,~#@]\",\n    contains: [TITLE_MODE, METHODS, VARIABLES, STRINGS, NUMBERS, COMMENTS],\n  };\n\n  return {\n    aliases: [\"isbl\"],\n    case_insensitive: true,\n    lexemes: UNDERSCORE_IDENT_RE,\n    keywords: KEYWORDS,\n    illegal: \"\\\\$|\\\\?|%|,|;$|~|#|@|</\",\n    contains: [\n      FUNCTIONS,\n      TYPES,\n      METHODS,\n      VARIABLES,\n      STRINGS,\n      NUMBERS,\n      COMMENTS,\n    ],\n  };\n};","module.exports = function(hljs) {\n  var JAVA_IDENT_RE = '[\\u00C0-\\u02B8a-zA-Z_$][\\u00C0-\\u02B8a-zA-Z_$0-9]*';\n  var GENERIC_IDENT_RE = JAVA_IDENT_RE + '(<' + JAVA_IDENT_RE + '(\\\\s*,\\\\s*' + JAVA_IDENT_RE + ')*>)?';\n  var KEYWORDS =\n    'false synchronized int abstract float private char boolean var static null if const ' +\n    'for true while long strictfp finally protected import native final void ' +\n    'enum else break transient catch instanceof byte super volatile case assert short ' +\n    'package default double public try this switch continue throws protected public private ' +\n    'module requires exports do';\n\n  // https://docs.oracle.com/javase/7/docs/technotes/guides/language/underscores-literals.html\n  var JAVA_NUMBER_RE = '\\\\b' +\n    '(' +\n      '0[bB]([01]+[01_]+[01]+|[01]+)' + // 0b...\n      '|' +\n      '0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)' + // 0x...\n      '|' +\n      '(' +\n        '([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)(\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+))?' +\n        '|' +\n        '\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)' +\n      ')' +\n      '([eE][-+]?\\\\d+)?' + // octal, decimal, float\n    ')' +\n    '[lLfF]?';\n  var JAVA_NUMBER_MODE = {\n    className: 'number',\n    begin: JAVA_NUMBER_RE,\n    relevance: 0\n  };\n\n  return {\n    aliases: ['jsp'],\n    keywords: KEYWORDS,\n    illegal: /<\\/|#/,\n    contains: [\n      hljs.COMMENT(\n        '/\\\\*\\\\*',\n        '\\\\*/',\n        {\n          relevance : 0,\n          contains : [\n            {\n              // eat up @'s in emails to prevent them to be recognized as doctags\n              begin: /\\w+@/, relevance: 0\n            },\n            {\n              className : 'doctag',\n              begin : '@[A-Za-z]+'\n            }\n          ]\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: /[{;=]/, excludeEnd: true,\n        keywords: 'class interface',\n        illegal: /[:\"\\[\\]]/,\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        // Expression keywords prevent 'keyword Name(...)' from being\n        // recognized as a function definition\n        beginKeywords: 'new throw return else',\n        relevance: 0\n      },\n      {\n        className: 'function',\n        begin: '(' + GENERIC_IDENT_RE + '\\\\s+)+' + hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(', returnBegin: true, end: /[{;=]/,\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          {\n            begin: hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(', returnBegin: true,\n            relevance: 0,\n            contains: [hljs.UNDERSCORE_TITLE_MODE]\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            keywords: KEYWORDS,\n            relevance: 0,\n            contains: [\n              hljs.APOS_STRING_MODE,\n              hljs.QUOTE_STRING_MODE,\n              hljs.C_NUMBER_MODE,\n              hljs.C_BLOCK_COMMENT_MODE\n            ]\n          },\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      JAVA_NUMBER_MODE,\n      {\n        className: 'meta', begin: '@[A-Za-z]+'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*';\n  var KEYWORDS = {\n    keyword:\n      'in of if for while finally var new function do return void else break catch ' +\n      'instanceof with throw case default try this switch continue typeof delete ' +\n      'let yield const export super debugger as async await static ' +\n      // ECMAScript 6 modules import\n      'import from as'\n    ,\n    literal:\n      'true false null undefined NaN Infinity',\n    built_in:\n      'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent ' +\n      'encodeURI encodeURIComponent escape unescape Object Function Boolean Error ' +\n      'EvalError InternalError RangeError ReferenceError StopIteration SyntaxError ' +\n      'TypeError URIError Number Math Date String RegExp Array Float32Array ' +\n      'Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array ' +\n      'Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require ' +\n      'module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect ' +\n      'Promise'\n  };\n  var EXPRESSIONS;\n  var NUMBER = {\n    className: 'number',\n    variants: [\n      { begin: '\\\\b(0[bB][01]+)' },\n      { begin: '\\\\b(0[oO][0-7]+)' },\n      { begin: hljs.C_NUMBER_RE }\n    ],\n    relevance: 0\n  };\n  var SUBST = {\n    className: 'subst',\n    begin: '\\\\$\\\\{', end: '\\\\}',\n    keywords: KEYWORDS,\n    contains: []  // defined later\n  };\n  var TEMPLATE_STRING = {\n    className: 'string',\n    begin: '`', end: '`',\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      SUBST\n    ]\n  };\n  SUBST.contains = [\n    hljs.APOS_STRING_MODE,\n    hljs.QUOTE_STRING_MODE,\n    TEMPLATE_STRING,\n    NUMBER,\n    hljs.REGEXP_MODE\n  ]\n  var PARAMS_CONTAINS = SUBST.contains.concat([\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.C_LINE_COMMENT_MODE\n  ]);\n\n  return {\n    aliases: ['js', 'jsx'],\n    keywords: KEYWORDS,\n    contains: [\n      {\n        className: 'meta',\n        relevance: 10,\n        begin: /^\\s*['\"]use (strict|asm)['\"]/\n      },\n      {\n        className: 'meta',\n        begin: /^#!/, end: /$/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      TEMPLATE_STRING,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      NUMBER,\n      { // object attr container\n        begin: /[{,]\\s*/, relevance: 0,\n        contains: [\n          {\n            begin: IDENT_RE + '\\\\s*:', returnBegin: true,\n            relevance: 0,\n            contains: [{className: 'attr', begin: IDENT_RE, relevance: 0}]\n          }\n        ]\n      },\n      { // \"value\" container\n        begin: '(' + hljs.RE_STARTERS_RE + '|\\\\b(case|return|throw)\\\\b)\\\\s*',\n        keywords: 'return throw case',\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.REGEXP_MODE,\n          {\n            className: 'function',\n            begin: '(\\\\(.*?\\\\)|' + IDENT_RE + ')\\\\s*=>', returnBegin: true,\n            end: '\\\\s*=>',\n            contains: [\n              {\n                className: 'params',\n                variants: [\n                  {\n                    begin: IDENT_RE\n                  },\n                  {\n                    begin: /\\(\\s*\\)/,\n                  },\n                  {\n                    begin: /\\(/, end: /\\)/,\n                    excludeBegin: true, excludeEnd: true,\n                    keywords: KEYWORDS,\n                    contains: PARAMS_CONTAINS\n                  }\n                ]\n              }\n            ]\n          },\n          { // E4X / JSX\n            begin: /</, end: /(\\/\\w+|\\w+\\/)>/,\n            subLanguage: 'xml',\n            contains: [\n              {begin: /<\\w+\\s*\\/>/, skip: true},\n              {\n                begin: /<\\w+/, end: /(\\/\\w+|\\w+\\/)>/, skip: true,\n                contains: [\n                  {begin: /<\\w+\\s*\\/>/, skip: true},\n                  'self'\n                ]\n              }\n            ]\n          }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /\\{/, excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: IDENT_RE}),\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            excludeBegin: true,\n            excludeEnd: true,\n            contains: PARAMS_CONTAINS\n          }\n        ],\n        illegal: /\\[|%/\n      },\n      {\n        begin: /\\$[(.]/ // relevance booster for a pattern common to JS libs: `$(something)` and `$.something`\n      },\n      hljs.METHOD_GUARD,\n      { // ES6 class\n        className: 'class',\n        beginKeywords: 'class', end: /[{;=]/, excludeEnd: true,\n        illegal: /[:\"\\[\\]]/,\n        contains: [\n          {beginKeywords: 'extends'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        beginKeywords: 'constructor', end: /\\{/, excludeEnd: true\n      }\n    ],\n    illegal: /#(?!!)/\n  };\n};","module.exports = function (hljs) {\n  var PARAM = {\n    begin: /[\\w-]+ *=/, returnBegin: true,\n    relevance: 0,\n    contains: [{className: 'attr', begin: /[\\w-]+/}]\n  };\n  var PARAMSBLOCK = {\n    className: 'params',\n    begin: /\\(/,\n    end: /\\)/,\n    contains: [PARAM],\n    relevance : 0\n  };\n  var OPERATION = {\n    className: 'function',\n    begin: /:[\\w\\-.]+/,\n    relevance: 0\n  };\n  var PATH = {\n    className: 'string',\n    begin: /\\B(([\\/.])[\\w\\-.\\/=]+)+/,\n  };\n  var COMMAND_PARAMS = {\n    className: 'params',\n    begin: /--[\\w\\-=\\/]+/,\n  };\n  return {\n    aliases: ['wildfly-cli'],\n    lexemes: '[a-z\\-]+',\n    keywords: {\n      keyword: 'alias batch cd clear command connect connection-factory connection-info data-source deploy ' +\n      'deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls ' +\n      'patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias ' +\n      'undeploy unset version xa-data-source', // module\n      literal: 'true false'\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      COMMAND_PARAMS,\n      OPERATION,\n      PATH,\n      PARAMSBLOCK\n    ]\n  }\n};","module.exports = function(hljs) {\n  var LITERALS = {literal: 'true false null'};\n  var TYPES = [\n    hljs.QUOTE_STRING_MODE,\n    hljs.C_NUMBER_MODE\n  ];\n  var VALUE_CONTAINER = {\n    end: ',', endsWithParent: true, excludeEnd: true,\n    contains: TYPES,\n    keywords: LITERALS\n  };\n  var OBJECT = {\n    begin: '{', end: '}',\n    contains: [\n      {\n        className: 'attr',\n        begin: /\"/, end: /\"/,\n        contains: [hljs.BACKSLASH_ESCAPE],\n        illegal: '\\\\n',\n      },\n      hljs.inherit(VALUE_CONTAINER, {begin: /:/})\n    ],\n    illegal: '\\\\S'\n  };\n  var ARRAY = {\n    begin: '\\\\[', end: '\\\\]',\n    contains: [hljs.inherit(VALUE_CONTAINER)], // inherit is a workaround for a bug that makes shared modes with endsWithParent compile only the ending of one of the parents\n    illegal: '\\\\S'\n  };\n  TYPES.splice(TYPES.length, 0, OBJECT, ARRAY);\n  return {\n    contains: TYPES,\n    keywords: LITERALS,\n    illegal: '\\\\S'\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      {\n        className: 'meta',\n        begin: /^julia>/,\n        relevance: 10,\n        starts: {\n          // end the highlighting if we are on a new line and the line does not have at\n          // least six spaces in the beginning\n          end: /^(?![ ]{6})/,\n          subLanguage: 'julia'\n      },\n      // jldoctest Markdown blocks are used in the Julia manual and package docs indicate\n      // code snippets that should be verified when the documentation is built. They can be\n      // either REPL-like or script-like, but are usually REPL-like and therefore we apply\n      // julia-repl highlighting to them. More information can be found in Documenter's\n      // manual: https://juliadocs.github.io/Documenter.jl/latest/man/doctests.html\n      aliases: ['jldoctest']\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  // Since there are numerous special names in Julia, it is too much trouble\n  // to maintain them by hand. Hence these names (i.e. keywords, literals and\n  // built-ins) are automatically generated from Julia v0.6 itself through\n  // the following scripts for each.\n\n  var KEYWORDS = {\n    // # keyword generator, multi-word keywords handled manually below\n    // foreach(println, [\"in\", \"isa\", \"where\"])\n    // for kw in Base.REPLCompletions.complete_keyword(\"\")\n    //     if !(contains(kw, \" \") || kw == \"struct\")\n    //         println(kw)\n    //     end\n    // end\n    keyword:\n      'in isa where ' +\n      'baremodule begin break catch ccall const continue do else elseif end export false finally for function ' +\n      'global if import importall let local macro module quote return true try using while ' +\n      // legacy, to be deprecated in the next release\n      'type immutable abstract bitstype typealias ',\n\n    // # literal generator\n    // println(\"true\")\n    // println(\"false\")\n    // for name in Base.REPLCompletions.completions(\"\", 0)[1]\n    //     try\n    //         v = eval(Symbol(name))\n    //         if !(v isa Function || v isa Type || v isa TypeVar || v isa Module || v isa Colon)\n    //             println(name)\n    //         end\n    //     end\n    // end\n    literal:\n      'true false ' +\n      'ARGS C_NULL DevNull ENDIAN_BOM ENV I Inf Inf16 Inf32 Inf64 InsertionSort JULIA_HOME LOAD_PATH MergeSort ' +\n      'NaN NaN16 NaN32 NaN64 PROGRAM_FILE QuickSort RoundDown RoundFromZero RoundNearest RoundNearestTiesAway ' +\n      'RoundNearestTiesUp RoundToZero RoundUp STDERR STDIN STDOUT VERSION catalan e|0 eu|0 eulergamma golden im ' +\n      'nothing pi γ π φ ',\n\n    // # built_in generator:\n    // for name in Base.REPLCompletions.completions(\"\", 0)[1]\n    //     try\n    //         v = eval(Symbol(name))\n    //         if v isa Type || v isa TypeVar\n    //             println(name)\n    //         end\n    //     end\n    // end\n    built_in:\n      'ANY AbstractArray AbstractChannel AbstractFloat AbstractMatrix AbstractRNG AbstractSerializer AbstractSet ' +\n      'AbstractSparseArray AbstractSparseMatrix AbstractSparseVector AbstractString AbstractUnitRange AbstractVecOrMat ' +\n      'AbstractVector Any ArgumentError Array AssertionError Associative Base64DecodePipe Base64EncodePipe Bidiagonal '+\n      'BigFloat BigInt BitArray BitMatrix BitVector Bool BoundsError BufferStream CachingPool CapturedException ' +\n      'CartesianIndex CartesianRange Cchar Cdouble Cfloat Channel Char Cint Cintmax_t Clong Clonglong ClusterManager ' +\n      'Cmd CodeInfo Colon Complex Complex128 Complex32 Complex64 CompositeException Condition ConjArray ConjMatrix ' +\n      'ConjVector Cptrdiff_t Cshort Csize_t Cssize_t Cstring Cuchar Cuint Cuintmax_t Culong Culonglong Cushort Cwchar_t ' +\n      'Cwstring DataType Date DateFormat DateTime DenseArray DenseMatrix DenseVecOrMat DenseVector Diagonal Dict ' +\n      'DimensionMismatch Dims DirectIndexString Display DivideError DomainError EOFError EachLine Enum Enumerate ' +\n      'ErrorException Exception ExponentialBackOff Expr Factorization FileMonitor Float16 Float32 Float64 Function ' +\n      'Future GlobalRef GotoNode HTML Hermitian IO IOBuffer IOContext IOStream IPAddr IPv4 IPv6 IndexCartesian IndexLinear ' +\n      'IndexStyle InexactError InitError Int Int128 Int16 Int32 Int64 Int8 IntSet Integer InterruptException ' +\n      'InvalidStateException Irrational KeyError LabelNode LinSpace LineNumberNode LoadError LowerTriangular MIME Matrix ' +\n      'MersenneTwister Method MethodError MethodTable Module NTuple NewvarNode NullException Nullable Number ObjectIdDict ' +\n      'OrdinalRange OutOfMemoryError OverflowError Pair ParseError PartialQuickSort PermutedDimsArray Pipe ' +\n      'PollingFileWatcher ProcessExitedException Ptr QuoteNode RandomDevice Range RangeIndex Rational RawFD ' +\n      'ReadOnlyMemoryError Real ReentrantLock Ref Regex RegexMatch RemoteChannel RemoteException RevString RoundingMode ' +\n      'RowVector SSAValue SegmentationFault SerializationState Set SharedArray SharedMatrix SharedVector Signed ' +\n      'SimpleVector Slot SlotNumber SparseMatrixCSC SparseVector StackFrame StackOverflowError StackTrace StepRange ' +\n      'StepRangeLen StridedArray StridedMatrix StridedVecOrMat StridedVector String SubArray SubString SymTridiagonal ' +\n      'Symbol Symmetric SystemError TCPSocket Task Text TextDisplay Timer Tridiagonal Tuple Type TypeError TypeMapEntry ' +\n      'TypeMapLevel TypeName TypeVar TypedSlot UDPSocket UInt UInt128 UInt16 UInt32 UInt64 UInt8 UndefRefError UndefVarError ' +\n      'UnicodeError UniformScaling Union UnionAll UnitRange Unsigned UpperTriangular Val Vararg VecElement VecOrMat Vector ' +\n      'VersionNumber Void WeakKeyDict WeakRef WorkerConfig WorkerPool '\n  };\n\n  // ref: http://julia.readthedocs.org/en/latest/manual/variables/#allowed-variable-names\n  var VARIABLE_NAME_RE = '[A-Za-z_\\\\u00A1-\\\\uFFFF][A-Za-z_0-9\\\\u00A1-\\\\uFFFF]*';\n\n  // placeholder for recursive self-reference\n  var DEFAULT = {\n    lexemes: VARIABLE_NAME_RE, keywords: KEYWORDS, illegal: /<\\//\n  };\n\n  // ref: http://julia.readthedocs.org/en/latest/manual/integers-and-floating-point-numbers/\n  var NUMBER = {\n    className: 'number',\n    // supported numeric literals:\n    //  * binary literal (e.g. 0x10)\n    //  * octal literal (e.g. 0o76543210)\n    //  * hexadecimal literal (e.g. 0xfedcba876543210)\n    //  * hexadecimal floating point literal (e.g. 0x1p0, 0x1.2p2)\n    //  * decimal literal (e.g. 9876543210, 100_000_000)\n    //  * floating pointe literal (e.g. 1.2, 1.2f, .2, 1., 1.2e10, 1.2e-10)\n    begin: /(\\b0x[\\d_]*(\\.[\\d_]*)?|0x\\.\\d[\\d_]*)p[-+]?\\d+|\\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\\b\\d[\\d_]*(\\.[\\d_]*)?|\\.\\d[\\d_]*)([eEfF][-+]?\\d+)?/,\n    relevance: 0\n  };\n\n  var CHAR = {\n    className: 'string',\n    begin: /'(.|\\\\[xXuU][a-zA-Z0-9]+)'/\n  };\n\n  var INTERPOLATION = {\n    className: 'subst',\n    begin: /\\$\\(/, end: /\\)/,\n    keywords: KEYWORDS\n  };\n\n  var INTERPOLATED_VARIABLE = {\n    className: 'variable',\n    begin: '\\\\$' + VARIABLE_NAME_RE\n  };\n\n  // TODO: neatly escape normal code in string literal\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, INTERPOLATION, INTERPOLATED_VARIABLE],\n    variants: [\n      { begin: /\\w*\"\"\"/, end: /\"\"\"\\w*/, relevance: 10 },\n      { begin: /\\w*\"/, end: /\"\\w*/ }\n    ]\n  };\n\n  var COMMAND = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, INTERPOLATION, INTERPOLATED_VARIABLE],\n    begin: '`', end: '`'\n  };\n\n  var MACROCALL = {\n    className: 'meta',\n    begin: '@' + VARIABLE_NAME_RE\n  };\n\n  var COMMENT = {\n    className: 'comment',\n    variants: [\n      { begin: '#=', end: '=#', relevance: 10 },\n      { begin: '#', end: '$' }\n    ]\n  };\n\n  DEFAULT.contains = [\n    NUMBER,\n    CHAR,\n    STRING,\n    COMMAND,\n    MACROCALL,\n    COMMENT,\n    hljs.HASH_COMMENT_MODE,\n    {\n      className: 'keyword',\n      begin:\n        '\\\\b(((abstract|primitive)\\\\s+)type|(mutable\\\\s+)?struct)\\\\b'\n    },\n    {begin: /<:/}  // relevance booster\n  ];\n  INTERPOLATION.contains = DEFAULT.contains;\n\n  return DEFAULT;\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      'abstract as val var vararg get set class object open private protected public noinline ' +\n      'crossinline dynamic final enum if else do while for when throw try catch finally ' +\n      'import package is in fun override companion reified inline lateinit init ' +\n      'interface annotation data sealed internal infix operator out by constructor super ' +\n      'tailrec where const inner suspend typealias external expect actual ' +\n      // to be deleted soon\n      'trait volatile transient native default',\n    built_in:\n      'Byte Short Char Int Long Boolean Float Double Void Unit Nothing',\n    literal:\n      'true false null'\n  };\n  var KEYWORDS_WITH_LABEL = {\n    className: 'keyword',\n    begin: /\\b(break|continue|return|this)\\b/,\n    starts: {\n      contains: [\n        {\n          className: 'symbol',\n          begin: /@\\w+/\n        }\n      ]\n    }\n  };\n  var LABEL = {\n    className: 'symbol', begin: hljs.UNDERSCORE_IDENT_RE + '@'\n  };\n\n  // for string templates\n  var SUBST = {\n    className: 'subst',\n    begin: '\\\\${', end: '}', contains: [hljs.APOS_STRING_MODE, hljs.C_NUMBER_MODE]\n  };\n  var VARIABLE = {\n    className: 'variable', begin: '\\\\$' + hljs.UNDERSCORE_IDENT_RE\n  };\n  var STRING = {\n    className: 'string',\n    variants: [\n      {\n        begin: '\"\"\"', end: '\"\"\"',\n        contains: [VARIABLE, SUBST]\n      },\n      // Can't use built-in modes easily, as we want to use STRING in the meta\n      // context as 'meta-string' and there's no syntax to remove explicitly set\n      // classNames in built-in modes.\n      {\n        begin: '\\'', end: '\\'',\n        illegal: /\\n/,\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        begin: '\"', end: '\"',\n        illegal: /\\n/,\n        contains: [hljs.BACKSLASH_ESCAPE, VARIABLE, SUBST]\n      }\n    ]\n  };\n\n  var ANNOTATION_USE_SITE = {\n    className: 'meta', begin: '@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\\\s*:(?:\\\\s*' + hljs.UNDERSCORE_IDENT_RE + ')?'\n  };\n  var ANNOTATION = {\n    className: 'meta', begin: '@' + hljs.UNDERSCORE_IDENT_RE,\n    contains: [\n      {\n        begin: /\\(/, end: /\\)/,\n        contains: [\n          hljs.inherit(STRING, {className: 'meta-string'})\n        ]\n      }\n    ]\n  };\n\n  // https://kotlinlang.org/docs/reference/whatsnew11.html#underscores-in-numeric-literals\n  // According to the doc above, the number mode of kotlin is the same as java 8,\n  // so the code below is copied from java.js\n  var KOTLIN_NUMBER_RE = '\\\\b' +\n    '(' +\n      '0[bB]([01]+[01_]+[01]+|[01]+)' + // 0b...\n      '|' +\n      '0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)' + // 0x...\n      '|' +\n      '(' +\n        '([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)(\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+))?' +\n        '|' +\n        '\\\\.([\\\\d]+[\\\\d_]+[\\\\d]+|[\\\\d]+)' +\n      ')' +\n      '([eE][-+]?\\\\d+)?' + // octal, decimal, float\n    ')' +\n    '[lLfF]?';\n  var KOTLIN_NUMBER_MODE = {\n    className: 'number',\n    begin: KOTLIN_NUMBER_RE,\n    relevance: 0\n  };\n\n  return {\n    aliases: ['kt'],\n    keywords: KEYWORDS,\n    contains : [\n      hljs.COMMENT(\n        '/\\\\*\\\\*',\n        '\\\\*/',\n        {\n          relevance : 0,\n          contains : [{\n            className : 'doctag',\n            begin : '@[A-Za-z]+'\n          }]\n        }\n      ),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      KEYWORDS_WITH_LABEL,\n      LABEL,\n      ANNOTATION_USE_SITE,\n      ANNOTATION,\n      {\n        className: 'function',\n        beginKeywords: 'fun', end: '[(]|$',\n        returnBegin: true,\n        excludeEnd: true,\n        keywords: KEYWORDS,\n        illegal: /fun\\s+(<.*>)?[^\\s\\(]+(\\s+[^\\s\\(]+)\\s*=/,\n        relevance: 5,\n        contains: [\n          {\n            begin: hljs.UNDERSCORE_IDENT_RE + '\\\\s*\\\\(', returnBegin: true,\n            relevance: 0,\n            contains: [hljs.UNDERSCORE_TITLE_MODE]\n          },\n          {\n            className: 'type',\n            begin: /</, end: />/, keywords: 'reified',\n            relevance: 0\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            endsParent: true,\n            keywords: KEYWORDS,\n            relevance: 0,\n            contains: [\n              {\n                begin: /:/, end: /[=,\\/]/, endsWithParent: true,\n                contains: [\n                  {className: 'type', begin: hljs.UNDERSCORE_IDENT_RE},\n                  hljs.C_LINE_COMMENT_MODE,\n                  hljs.C_BLOCK_COMMENT_MODE\n                ],\n                relevance: 0\n              },\n              hljs.C_LINE_COMMENT_MODE,\n              hljs.C_BLOCK_COMMENT_MODE,\n              ANNOTATION_USE_SITE,\n              ANNOTATION,\n              STRING,\n              hljs.C_NUMBER_MODE\n            ]\n          },\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface trait', end: /[:\\{(]|$/, // remove 'trait' when removed from KEYWORDS\n        excludeEnd: true,\n        illegal: 'extends implements',\n        contains: [\n          {beginKeywords: 'public protected internal private constructor'},\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'type',\n            begin: /</, end: />/, excludeBegin: true, excludeEnd: true,\n            relevance: 0\n          },\n          {\n            className: 'type',\n            begin: /[,:]\\s*/, end: /[<\\(,]|$/, excludeBegin: true, returnEnd: true\n          },\n          ANNOTATION_USE_SITE,\n          ANNOTATION\n        ]\n      },\n      STRING,\n      {\n        className: 'meta',\n        begin: \"^#!/usr/bin/env\", end: '$',\n        illegal: '\\n'\n      },\n      KOTLIN_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var LASSO_IDENT_RE = '[a-zA-Z_][\\\\w.]*';\n  var LASSO_ANGLE_RE = '<\\\\?(lasso(script)?|=)';\n  var LASSO_CLOSE_RE = '\\\\]|\\\\?>';\n  var LASSO_KEYWORDS = {\n    literal:\n      'true false none minimal full all void and or not ' +\n      'bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft',\n    built_in:\n      'array date decimal duration integer map pair string tag xml null ' +\n      'boolean bytes keyword list locale queue set stack staticarray ' +\n      'local var variable global data self inherited currentcapture givenblock',\n    keyword:\n      'cache database_names database_schemanames database_tablenames ' +\n      'define_tag define_type email_batch encode_set html_comment handle ' +\n      'handle_error header if inline iterate ljax_target link ' +\n      'link_currentaction link_currentgroup link_currentrecord link_detail ' +\n      'link_firstgroup link_firstrecord link_lastgroup link_lastrecord ' +\n      'link_nextgroup link_nextrecord link_prevgroup link_prevrecord log ' +\n      'loop namespace_using output_none portal private protect records ' +\n      'referer referrer repeating resultset rows search_args ' +\n      'search_arguments select sort_args sort_arguments thread_atomic ' +\n      'value_list while abort case else fail_if fail_ifnot fail if_empty ' +\n      'if_false if_null if_true loop_abort loop_continue loop_count params ' +\n      'params_up return return_value run_children soap_definetag ' +\n      'soap_lastrequest soap_lastresponse tag_name ascending average by ' +\n      'define descending do equals frozen group handle_failure import in ' +\n      'into join let match max min on order parent protected provide public ' +\n      'require returnhome skip split_thread sum take thread to trait type ' +\n      'where with yield yieldhome'\n  };\n  var HTML_COMMENT = hljs.COMMENT(\n    '<!--',\n    '-->',\n    {\n      relevance: 0\n    }\n  );\n  var LASSO_NOPROCESS = {\n    className: 'meta',\n    begin: '\\\\[noprocess\\\\]',\n    starts: {\n      end: '\\\\[/noprocess\\\\]',\n      returnEnd: true,\n      contains: [HTML_COMMENT]\n    }\n  };\n  var LASSO_START = {\n    className: 'meta',\n    begin: '\\\\[/noprocess|' + LASSO_ANGLE_RE\n  };\n  var LASSO_DATAMEMBER = {\n    className: 'symbol',\n    begin: '\\'' + LASSO_IDENT_RE + '\\''\n  };\n  var LASSO_CODE = [\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.inherit(hljs.C_NUMBER_MODE, {begin: hljs.C_NUMBER_RE + '|(-?infinity|NaN)\\\\b'}),\n    hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n    hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n    {\n      className: 'string',\n      begin: '`', end: '`'\n    },\n    { // variables\n      variants: [\n        {\n          begin: '[#$]' + LASSO_IDENT_RE\n        },\n        {\n          begin: '#', end: '\\\\d+',\n          illegal: '\\\\W'\n        }\n      ]\n    },\n    {\n      className: 'type',\n      begin: '::\\\\s*', end: LASSO_IDENT_RE,\n      illegal: '\\\\W'\n    },\n    {\n      className: 'params',\n      variants: [\n        {\n          begin: '-(?!infinity)' + LASSO_IDENT_RE,\n          relevance: 0\n        },\n        {\n          begin: '(\\\\.\\\\.\\\\.)'\n        }\n      ]\n    },\n    {\n      begin: /(->|\\.)\\s*/,\n      relevance: 0,\n      contains: [LASSO_DATAMEMBER]\n    },\n    {\n      className: 'class',\n      beginKeywords: 'define',\n      returnEnd: true, end: '\\\\(|=>',\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {begin: LASSO_IDENT_RE + '(=(?!>))?|[-+*/%](?!>)'})\n      ]\n    }\n  ];\n  return {\n    aliases: ['ls', 'lassoscript'],\n    case_insensitive: true,\n    lexemes: LASSO_IDENT_RE + '|&[lg]t;',\n    keywords: LASSO_KEYWORDS,\n    contains: [\n      {\n        className: 'meta',\n        begin: LASSO_CLOSE_RE,\n        relevance: 0,\n        starts: { // markup\n          end: '\\\\[|' + LASSO_ANGLE_RE,\n          returnEnd: true,\n          relevance: 0,\n          contains: [HTML_COMMENT]\n        }\n      },\n      LASSO_NOPROCESS,\n      LASSO_START,\n      {\n        className: 'meta',\n        begin: '\\\\[no_square_brackets',\n        starts: {\n          end: '\\\\[/no_square_brackets\\\\]', // not implemented in the language\n          lexemes: LASSO_IDENT_RE + '|&[lg]t;',\n          keywords: LASSO_KEYWORDS,\n          contains: [\n            {\n              className: 'meta',\n              begin: LASSO_CLOSE_RE,\n              relevance: 0,\n              starts: {\n                end: '\\\\[noprocess\\\\]|' + LASSO_ANGLE_RE,\n                returnEnd: true,\n                contains: [HTML_COMMENT]\n              }\n            },\n            LASSO_NOPROCESS,\n            LASSO_START\n          ].concat(LASSO_CODE)\n        }\n      },\n      {\n        className: 'meta',\n        begin: '\\\\[',\n        relevance: 0\n      },\n      {\n        className: 'meta',\n        begin: '^#!', end:'lasso9$',\n        relevance: 10\n      }\n    ].concat(LASSO_CODE)\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      {\n        className: 'attribute',\n        begin: '^dn', end: ': ', excludeEnd: true,\n        starts: {end: '$', relevance: 0},\n        relevance: 10\n      },\n      {\n        className: 'attribute',\n        begin: '^\\\\w', end: ': ', excludeEnd: true,\n        starts: {end: '$', relevance: 0}\n      },\n      {\n        className: 'literal',\n        begin: '^-', end: '$'\n      },\n      hljs.HASH_COMMENT_MODE\n    ]\n  };\n};","module.exports = function (hljs) {\n  return {\n    contains: [\n      {\n        className: 'function',\n        begin: '#+' + '[A-Za-z_0-9]*' + '\\\\(',\n        end:' {',\n        returnBegin: true,\n        excludeEnd: true,\n        contains : [\n          {\n            className: 'keyword',\n            begin: '#+'\n          },\n          {\n            className: 'title',\n            begin: '[A-Za-z_][A-Za-z_0-9]*'\n          },\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)',\n            endsParent: true,\n            contains: [\n              {\n                className: 'string',\n                begin: '\"',\n                end: '\"'\n              },\n              {\n                className: 'variable',\n                begin: '[A-Za-z_][A-Za-z_0-9]*'\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE        = '[\\\\w-]+'; // yes, Less identifiers may begin with a digit\n  var INTERP_IDENT_RE = '(' + IDENT_RE + '|@{' + IDENT_RE + '})';\n\n  /* Generic Modes */\n\n  var RULES = [], VALUE = []; // forward def. for recursive modes\n\n  var STRING_MODE = function(c) { return {\n    // Less strings are not multiline (also include '~' for more consistent coloring of \"escaped\" strings)\n    className: 'string', begin: '~?' + c + '.*?' + c\n  };};\n\n  var IDENT_MODE = function(name, begin, relevance) { return {\n    className: name, begin: begin, relevance: relevance\n  };};\n\n  var PARENS_MODE = {\n    // used only to properly balance nested parens inside mixin call, def. arg list\n    begin: '\\\\(', end: '\\\\)', contains: VALUE, relevance: 0\n  };\n\n  // generic Less highlighter (used almost everywhere except selectors):\n  VALUE.push(\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    STRING_MODE(\"'\"),\n    STRING_MODE('\"'),\n    hljs.CSS_NUMBER_MODE, // fixme: it does not include dot for numbers like .5em :(\n    {\n      begin: '(url|data-uri)\\\\(',\n      starts: {className: 'string', end: '[\\\\)\\\\n]', excludeEnd: true}\n    },\n    IDENT_MODE('number', '#[0-9A-Fa-f]+\\\\b'),\n    PARENS_MODE,\n    IDENT_MODE('variable', '@@?' + IDENT_RE, 10),\n    IDENT_MODE('variable', '@{'  + IDENT_RE + '}'),\n    IDENT_MODE('built_in', '~?`[^`]*?`'), // inline javascript (or whatever host language) *multiline* string\n    { // @media features (it’s here to not duplicate things in AT_RULE_MODE with extra PARENS_MODE overriding):\n      className: 'attribute', begin: IDENT_RE + '\\\\s*:', end: ':', returnBegin: true, excludeEnd: true\n    },\n    {\n      className: 'meta',\n      begin: '!important'\n    }\n  );\n\n  var VALUE_WITH_RULESETS = VALUE.concat({\n    begin: '{', end: '}', contains: RULES\n  });\n\n  var MIXIN_GUARD_MODE = {\n    beginKeywords: 'when', endsWithParent: true,\n    contains: [{beginKeywords: 'and not'}].concat(VALUE) // using this form to override VALUE’s 'function' match\n  };\n\n  /* Rule-Level Modes */\n\n  var RULE_MODE = {\n    begin: INTERP_IDENT_RE + '\\\\s*:', returnBegin: true, end: '[;}]',\n    relevance: 0,\n    contains: [\n      {\n        className: 'attribute',\n        begin: INTERP_IDENT_RE, end: ':', excludeEnd: true,\n        starts: {\n          endsWithParent: true, illegal: '[<=$]',\n          relevance: 0,\n          contains: VALUE\n        }\n      }\n    ]\n  };\n\n  var AT_RULE_MODE = {\n    className: 'keyword',\n    begin: '@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\\\b',\n    starts: {end: '[;{}]', returnEnd: true, contains: VALUE, relevance: 0}\n  };\n\n  // variable definitions and calls\n  var VAR_RULE_MODE = {\n    className: 'variable',\n    variants: [\n      // using more strict pattern for higher relevance to increase chances of Less detection.\n      // this is *the only* Less specific statement used in most of the sources, so...\n      // (we’ll still often loose to the css-parser unless there's '//' comment,\n      // simply because 1 variable just can't beat 99 properties :)\n      {begin: '@' + IDENT_RE + '\\\\s*:', relevance: 15},\n      {begin: '@' + IDENT_RE}\n    ],\n    starts: {end: '[;}]', returnEnd: true, contains: VALUE_WITH_RULESETS}\n  };\n\n  var SELECTOR_MODE = {\n    // first parse unambiguous selectors (i.e. those not starting with tag)\n    // then fall into the scary lookahead-discriminator variant.\n    // this mode also handles mixin definitions and calls\n    variants: [{\n      begin: '[\\\\.#:&\\\\[>]', end: '[;{}]'  // mixin calls end with ';'\n      }, {\n      begin: INTERP_IDENT_RE, end: '{'\n    }],\n    returnBegin: true,\n    returnEnd:   true,\n    illegal: '[<=\\'$\"]',\n    relevance: 0,\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      MIXIN_GUARD_MODE,\n      IDENT_MODE('keyword',  'all\\\\b'),\n      IDENT_MODE('variable', '@{'  + IDENT_RE + '}'),     // otherwise it’s identified as tag\n      IDENT_MODE('selector-tag',  INTERP_IDENT_RE + '%?', 0), // '%' for more consistent coloring of @keyframes \"tags\"\n      IDENT_MODE('selector-id', '#' + INTERP_IDENT_RE),\n      IDENT_MODE('selector-class', '\\\\.' + INTERP_IDENT_RE, 0),\n      IDENT_MODE('selector-tag',  '&', 0),\n      {className: 'selector-attr', begin: '\\\\[', end: '\\\\]'},\n      {className: 'selector-pseudo', begin: /:(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\"'.]+/},\n      {begin: '\\\\(', end: '\\\\)', contains: VALUE_WITH_RULESETS}, // argument list of parametric mixins\n      {begin: '!important'} // eat !important after mixin call or it will be colored as tag\n    ]\n  };\n\n  RULES.push(\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    AT_RULE_MODE,\n    VAR_RULE_MODE,\n    RULE_MODE,\n    SELECTOR_MODE\n  );\n\n  return {\n    case_insensitive: true,\n    illegal: '[=>\\'/<($\"]',\n    contains: RULES\n  };\n};","module.exports = function(hljs) {\n  var LISP_IDENT_RE = '[a-zA-Z_\\\\-\\\\+\\\\*\\\\/\\\\<\\\\=\\\\>\\\\&\\\\#][a-zA-Z0-9_\\\\-\\\\+\\\\*\\\\/\\\\<\\\\=\\\\>\\\\&\\\\#!]*';\n  var MEC_RE = '\\\\|[^]*?\\\\|';\n  var LISP_SIMPLE_NUMBER_RE = '(\\\\-|\\\\+)?\\\\d+(\\\\.\\\\d+|\\\\/\\\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\\\+|\\\\-)?\\\\d+)?';\n  var SHEBANG = {\n    className: 'meta',\n    begin: '^#!', end: '$'\n  };\n  var LITERAL = {\n    className: 'literal',\n    begin: '\\\\b(t{1}|nil)\\\\b'\n  };\n  var NUMBER = {\n    className: 'number',\n    variants: [\n      {begin: LISP_SIMPLE_NUMBER_RE, relevance: 0},\n      {begin: '#(b|B)[0-1]+(/[0-1]+)?'},\n      {begin: '#(o|O)[0-7]+(/[0-7]+)?'},\n      {begin: '#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?'},\n      {begin: '#(c|C)\\\\(' + LISP_SIMPLE_NUMBER_RE + ' +' + LISP_SIMPLE_NUMBER_RE, end: '\\\\)'}\n    ]\n  };\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null});\n  var COMMENT = hljs.COMMENT(\n    ';', '$',\n    {\n      relevance: 0\n    }\n  );\n  var VARIABLE = {\n    begin: '\\\\*', end: '\\\\*'\n  };\n  var KEYWORD = {\n    className: 'symbol',\n    begin: '[:&]' + LISP_IDENT_RE\n  };\n  var IDENT = {\n    begin: LISP_IDENT_RE,\n    relevance: 0\n  };\n  var MEC = {\n    begin: MEC_RE\n  };\n  var QUOTED_LIST = {\n    begin: '\\\\(', end: '\\\\)',\n    contains: ['self', LITERAL, STRING, NUMBER, IDENT]\n  };\n  var QUOTED = {\n    contains: [NUMBER, STRING, VARIABLE, KEYWORD, QUOTED_LIST, IDENT],\n    variants: [\n      {\n        begin: '[\\'`]\\\\(', end: '\\\\)'\n      },\n      {\n        begin: '\\\\(quote ', end: '\\\\)',\n        keywords: {name: 'quote'}\n      },\n      {\n        begin: '\\'' + MEC_RE\n      }\n    ]\n  };\n  var QUOTED_ATOM = {\n    variants: [\n      {begin: '\\'' + LISP_IDENT_RE},\n      {begin: '#\\'' + LISP_IDENT_RE + '(::' + LISP_IDENT_RE + ')*'}\n    ]\n  };\n  var LIST = {\n    begin: '\\\\(\\\\s*', end: '\\\\)'\n  };\n  var BODY = {\n    endsWithParent: true,\n    relevance: 0\n  };\n  LIST.contains = [\n    {\n      className: 'name',\n      variants: [\n        {begin: LISP_IDENT_RE},\n        {begin: MEC_RE}\n      ]\n    },\n    BODY\n  ];\n  BODY.contains = [QUOTED, QUOTED_ATOM, LIST, LITERAL, NUMBER, STRING, COMMENT, VARIABLE, KEYWORD, MEC, IDENT];\n\n  return {\n    illegal: /\\S/,\n    contains: [\n      NUMBER,\n      SHEBANG,\n      LITERAL,\n      STRING,\n      COMMENT,\n      QUOTED,\n      QUOTED_ATOM,\n      LIST,\n      IDENT\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VARIABLE = {\n    begin: '\\\\b[gtps][A-Z]+[A-Za-z0-9_\\\\-]*\\\\b|\\\\$_[A-Z]+',\n    relevance: 0\n  };\n  var COMMENT_MODES = [\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.HASH_COMMENT_MODE,\n    hljs.COMMENT('--', '$'),\n    hljs.COMMENT('[^:]//', '$')\n  ];\n  var TITLE1 = hljs.inherit(hljs.TITLE_MODE, {\n    variants: [\n      {begin: '\\\\b_*rig[A-Z]+[A-Za-z0-9_\\\\-]*'},\n      {begin: '\\\\b_[a-z0-9\\\\-]+'}\n    ]\n  });\n  var TITLE2 = hljs.inherit(hljs.TITLE_MODE, {begin: '\\\\b([A-Za-z0-9_\\\\-]+)\\\\b'});\n  return {\n    case_insensitive: false,\n    keywords: {\n      keyword:\n        '$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER ' +\n        'codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph ' +\n        'after byte bytes english the until http forever descending using line real8 with seventh ' +\n        'for stdout finally element word words fourth before black ninth sixth characters chars stderr ' +\n        'uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid ' +\n        'at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 ' +\n        'int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat ' +\n        'end repeat URL in try into switch to words https token binfile each tenth as ticks tick ' +\n        'system real4 by dateItems without char character ascending eighth whole dateTime numeric short ' +\n        'first ftp integer abbreviated abbr abbrev private case while if ' +\n        'div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within ' +\n        'contains ends with begins the keys of keys',\n      literal:\n        'SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE ' +\n        'QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO ' +\n        'six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five ' +\n        'quote empty one true return cr linefeed right backslash null seven tab three two ' +\n        'RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK ' +\n        'FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK',\n      built_in:\n        'put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode ' +\n        'base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum ' +\n        'cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress ' +\n        'constantNames cos date dateFormat decompress directories ' +\n        'diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global ' +\n        'globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset ' +\n        'keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders ' +\n        'libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 ' +\n        'longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge millisec ' +\n        'millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar ' +\n        'numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets ' +\n        'paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation ' +\n        'populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile ' +\n        'revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull ' +\n        'revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered ' +\n        'revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames ' +\n        'revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull ' +\n        'revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections ' +\n        'revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype ' +\n        'revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext ' +\n        'revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames ' +\n        'revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase ' +\n        'revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute ' +\n        'revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces ' +\n        'revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode ' +\n        'revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling ' +\n        'revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error ' +\n        'revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute ' +\n        'revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort ' +\n        'revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree ' +\n        'revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance ' +\n        'sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound ' +\n        'stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper ' +\n        'transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames ' +\n        'variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet ' +\n        'xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process ' +\n        'combine constant convert create new alias folder directory decrypt delete variable word line folder ' +\n        'directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile ' +\n        'libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback ' +\n        'libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime ' +\n        'libURLSetStatusCallback load multiply socket prepare process post seek rel relative read from process rename ' +\n        'replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase ' +\n        'revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees ' +\n        'revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord ' +\n        'revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase ' +\n        'revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD ' +\n        'revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost ' +\n        'revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData ' +\n        'revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel ' +\n        'revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback ' +\n        'revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop ' +\n        'subtract union unload wait write'\n    },\n    contains: [\n      VARIABLE,\n      {\n        className: 'keyword',\n        begin: '\\\\bend\\\\sif\\\\b'\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '$',\n        contains: [\n          VARIABLE,\n          TITLE2,\n          hljs.APOS_STRING_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.BINARY_NUMBER_MODE,\n          hljs.C_NUMBER_MODE,\n          TITLE1\n        ]\n      },\n      {\n        className: 'function',\n        begin: '\\\\bend\\\\s+', end: '$',\n        keywords: 'end',\n        contains: [\n          TITLE2,\n          TITLE1\n        ],\n        relevance: 0\n      },\n      {\n        beginKeywords: 'command on', end: '$',\n        contains: [\n          VARIABLE,\n          TITLE2,\n          hljs.APOS_STRING_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.BINARY_NUMBER_MODE,\n          hljs.C_NUMBER_MODE,\n          TITLE1\n        ]\n      },\n      {\n        className: 'meta',\n        variants: [\n          {\n            begin: '<\\\\?(rev|lc|livecode)',\n            relevance: 10\n          },\n          { begin: '<\\\\?' },\n          { begin: '\\\\?>' }\n        ]\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.BINARY_NUMBER_MODE,\n      hljs.C_NUMBER_MODE,\n      TITLE1\n    ].concat(COMMENT_MODES),\n    illegal: ';$|^\\\\[|^=|&|{'\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      // JS keywords\n      'in if for while finally new do return else break catch instanceof throw try this ' +\n      'switch continue typeof delete debugger case default function var with ' +\n      // LiveScript keywords\n      'then unless until loop of by when and or is isnt not it that otherwise from to til fallthrough super ' +\n      'case default function var void const let enum export import native ' +\n      '__hasProp __extends __slice __bind __indexOf',\n    literal:\n      // JS literals\n      'true false null undefined ' +\n      // LiveScript literals\n      'yes no on off it that void',\n    built_in:\n      'npm require console print module global window document'\n  };\n  var JS_IDENT_RE = '[A-Za-z$_](?:\\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*';\n  var TITLE = hljs.inherit(hljs.TITLE_MODE, {begin: JS_IDENT_RE});\n  var SUBST = {\n    className: 'subst',\n    begin: /#\\{/, end: /}/,\n    keywords: KEYWORDS\n  };\n  var SUBST_SIMPLE = {\n    className: 'subst',\n    begin: /#[A-Za-z$_]/, end: /(?:\\-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,\n    keywords: KEYWORDS\n  };\n  var EXPRESSIONS = [\n    hljs.BINARY_NUMBER_MODE,\n    {\n      className: 'number',\n      begin: '(\\\\b0[xX][a-fA-F0-9_]+)|(\\\\b\\\\d(\\\\d|_\\\\d)*(\\\\.(\\\\d(\\\\d|_\\\\d)*)?)?(_*[eE]([-+]\\\\d(_\\\\d|\\\\d)*)?)?[_a-z]*)',\n      relevance: 0,\n      starts: {end: '(\\\\s*/)?', relevance: 0} // a number tries to eat the following slash to prevent treating it as a regexp\n    },\n    {\n      className: 'string',\n      variants: [\n        {\n          begin: /'''/, end: /'''/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /'/, end: /'/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /\"\"\"/, end: /\"\"\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST, SUBST_SIMPLE]\n        },\n        {\n          begin: /\"/, end: /\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST, SUBST_SIMPLE]\n        },\n        {\n          begin: /\\\\/, end: /(\\s|$)/,\n          excludeEnd: true\n        }\n      ]\n    },\n    {\n      className: 'regexp',\n      variants: [\n        {\n          begin: '//', end: '//[gim]*',\n          contains: [SUBST, hljs.HASH_COMMENT_MODE]\n        },\n        {\n          // regex can't start with space to parse x / 2 / 3 as two divisions\n          // regex can't start with *, and it supports an \"illegal\" in the main mode\n          begin: /\\/(?![ *])(\\\\\\/|.)*?\\/[gim]*(?=\\W|$)/\n        }\n      ]\n    },\n    {\n      begin: '@' + JS_IDENT_RE\n    },\n    {\n      begin: '``', end: '``',\n      excludeBegin: true, excludeEnd: true,\n      subLanguage: 'javascript'\n    }\n  ];\n  SUBST.contains = EXPRESSIONS;\n\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', returnBegin: true,\n    /* We need another contained nameless mode to not have every nested\n    pair of parens to be called \"params\" */\n    contains: [\n      {\n        begin: /\\(/, end: /\\)/,\n        keywords: KEYWORDS,\n        contains: ['self'].concat(EXPRESSIONS)\n      }\n    ]\n  };\n\n  return {\n    aliases: ['ls'],\n    keywords: KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: EXPRESSIONS.concat([\n      hljs.COMMENT('\\\\/\\\\*', '\\\\*\\\\/'),\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'function',\n        contains: [TITLE, PARAMS],\n        returnBegin: true,\n        variants: [\n          {\n            begin: '(' + JS_IDENT_RE + '\\\\s*(?:=|:=)\\\\s*)?(\\\\(.*\\\\))?\\\\s*\\\\B\\\\->\\\\*?', end: '\\\\->\\\\*?'\n          },\n          {\n            begin: '(' + JS_IDENT_RE + '\\\\s*(?:=|:=)\\\\s*)?!?(\\\\(.*\\\\))?\\\\s*\\\\B[-~]{1,2}>\\\\*?', end: '[-~]{1,2}>\\\\*?'\n          },\n          {\n            begin: '(' + JS_IDENT_RE + '\\\\s*(?:=|:=)\\\\s*)?(\\\\(.*\\\\))?\\\\s*\\\\B!?[-~]{1,2}>\\\\*?', end: '!?[-~]{1,2}>\\\\*?'\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class',\n        end: '$',\n        illegal: /[:=\"\\[\\]]/,\n        contains: [\n          {\n            beginKeywords: 'extends',\n            endsWithParent: true,\n            illegal: /[:=\"\\[\\]]/,\n            contains: [TITLE]\n          },\n          TITLE\n        ]\n      },\n      {\n        begin: JS_IDENT_RE + ':', end: ':',\n        returnBegin: true, returnEnd: true,\n        relevance: 0\n      }\n    ])\n  };\n};","module.exports = function(hljs) {\n  var identifier = '([-a-zA-Z$._][\\\\w\\\\-$.]*)';\n  return {\n    //lexemes: '[.%]?' + hljs.IDENT_RE,\n    keywords:\n      'begin end true false declare define global ' +\n      'constant private linker_private internal ' +\n      'available_externally linkonce linkonce_odr weak ' +\n      'weak_odr appending dllimport dllexport common ' +\n      'default hidden protected extern_weak external ' +\n      'thread_local zeroinitializer undef null to tail ' +\n      'target triple datalayout volatile nuw nsw nnan ' +\n      'ninf nsz arcp fast exact inbounds align ' +\n      'addrspace section alias module asm sideeffect ' +\n      'gc dbg linker_private_weak attributes blockaddress ' +\n      'initialexec localdynamic localexec prefix unnamed_addr ' +\n      'ccc fastcc coldcc x86_stdcallcc x86_fastcallcc ' +\n      'arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ' +\n      'ptx_kernel intel_ocl_bicc msp430_intrcc spir_func ' +\n      'spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc ' +\n      'cc c signext zeroext inreg sret nounwind ' +\n      'noreturn noalias nocapture byval nest readnone ' +\n      'readonly inlinehint noinline alwaysinline optsize ssp ' +\n      'sspreq noredzone noimplicitfloat naked builtin cold ' +\n      'nobuiltin noduplicate nonlazybind optnone returns_twice ' +\n      'sanitize_address sanitize_memory sanitize_thread sspstrong ' +\n      'uwtable returned type opaque eq ne slt sgt ' +\n      'sle sge ult ugt ule uge oeq one olt ogt ' +\n      'ole oge ord uno ueq une x acq_rel acquire ' +\n      'alignstack atomic catch cleanup filter inteldialect ' +\n      'max min monotonic nand personality release seq_cst ' +\n      'singlethread umax umin unordered xchg add fadd ' +\n      'sub fsub mul fmul udiv sdiv fdiv urem srem ' +\n      'frem shl lshr ashr and or xor icmp fcmp ' +\n      'phi call trunc zext sext fptrunc fpext uitofp ' +\n      'sitofp fptoui fptosi inttoptr ptrtoint bitcast ' +\n      'addrspacecast select va_arg ret br switch invoke ' +\n      'unwind unreachable indirectbr landingpad resume ' +\n      'malloc alloca free load store getelementptr ' +\n      'extractelement insertelement shufflevector getresult ' +\n      'extractvalue insertvalue atomicrmw cmpxchg fence ' +\n      'argmemonly double',\n    contains: [\n      {\n        className: 'keyword',\n        begin: 'i\\\\d+'\n      },\n      hljs.COMMENT(\n        ';', '\\\\n', {relevance: 0}\n      ),\n      // Double quote string\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        variants: [\n          // Double-quoted string\n          { begin: '\"', end: '[^\\\\\\\\]\"' },\n        ],\n        relevance: 0\n      },\n      {\n        className: 'title',\n        variants: [\n          { begin: '@' + identifier },\n          { begin: '@\\\\d+' },\n          { begin: '!' + identifier },\n          { begin: '!\\\\d+' + identifier }\n        ]\n      },\n      {\n        className: 'symbol',\n        variants: [\n          { begin: '%' + identifier },\n          { begin: '%\\\\d+' },\n          { begin: '#\\\\d+' },\n        ]\n      },\n      {\n        className: 'number',\n        variants: [\n            { begin: '0[xX][a-fA-F0-9]+' },\n            { begin: '-?\\\\d+(?:[.]\\\\d+)?(?:[eE][-+]?\\\\d+(?:[.]\\\\d+)?)?' }\n        ],\n        relevance: 0\n      },\n    ]\n  };\n};","module.exports = function(hljs) {\n\n    var LSL_STRING_ESCAPE_CHARS = {\n        className: 'subst',\n        begin: /\\\\[tn\"\\\\]/\n    };\n\n    var LSL_STRINGS = {\n        className: 'string',\n        begin: '\"',\n        end: '\"',\n        contains: [\n            LSL_STRING_ESCAPE_CHARS\n        ]\n    };\n\n    var LSL_NUMBERS = {\n        className: 'number',\n        begin: hljs.C_NUMBER_RE\n    };\n\n    var LSL_CONSTANTS = {\n        className: 'literal',\n        variants: [\n            {\n                begin: '\\\\b(?:PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\\\b'\n            },\n            {\n                begin: '\\\\b(?:XP_ERROR_(?:EXPERIENCES_DISABLED|EXPERIENCE_(?:DISABLED|SUSPENDED)|INVALID_(?:EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(?:FOUND|PERMITTED(?:_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(?:PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(?:_OBJECT)?|(?:DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(?:FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(?:_(?:BY_(?:LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(?:PARCEL(?:_OWNER)?|REGION)))?|CAMERA_(?:PITCH|DISTANCE|BEHINDNESS_(?:ANGLE|LAG)|(?:FOCUS|POSITION)(?:_(?:THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(?:ROOT|SET|ALL_(?:OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(?:IVE|_(?:ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(?:FWD|BACK|(?:ROT_)?(?:LEFT|RIGHT)|UP|DOWN|(?:ML_)?LBUTTON)|PERMISSION_(?:RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(?:CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(?:TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(?:INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(?:_START)?|TELEPORT|MEDIA)|OBJECT_(?:CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(?:PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_ON_REZ|NAME|DESC|POS|PRIM_(?:COUNT|EQUIVALENCE)|RETURN_(?:PARCEL(?:_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP|CREATOR|ATTACHED_POINT|RENDER_WEIGHT|(?:BODY_SHAPE|PATHFINDING)_TYPE|(?:RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(?:MEMORY|TIME))|TYPE_(?:INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(?:DEBUG|PUBLIC)_CHANNEL|ATTACH_(?:AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](?:SHOULDER|HAND|FOOT|EAR|EYE|[UL](?:ARM|LEG)|HIP)|(?:LEFT|RIGHT)_PEC|HUD_(?:CENTER_[12]|TOP_(?:RIGHT|CENTER|LEFT)|BOTTOM(?:_(?:RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(?:BASE|TIP)|[LR]WING|FACE_(?:JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(?:LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(?:ONLINE|NAME|BORN|SIM_(?:POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(?:ON_FILE|USED)|REMOTE_DATA_(?:CHANNEL|REQUEST|REPLY)|PSYS_(?:PART_(?:BF_(?:ZERO|ONE(?:_MINUS_(?:DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(?:START|END)_(?:COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(?:RIBBON|WIND|INTERP_(?:COLOR|SCALE)|BOUNCE|FOLLOW_(?:SRC|VELOCITY)|TARGET_(?:POS|LINEAR)|EMISSIVE)_MASK)|SRC_(?:MAX_AGE|PATTERN|ANGLE_(?:BEGIN|END)|BURST_(?:RATE|PART_COUNT|RADIUS|SPEED_(?:MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(?:DROP|EXPLODE|ANGLE(?:_CONE(?:_EMPTY)?)?)))|VEHICLE_(?:REFERENCE_FRAME|TYPE_(?:NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(?:LINEAR|ANGULAR)_(?:FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(?:HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(?:LINEAR|ANGULAR)_(?:DEFLECTION_(?:EFFICIENCY|TIMESCALE)|MOTOR_(?:DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(?:EFFICIENCY|TIMESCALE)|BANKING_(?:EFFICIENCY|MIX|TIMESCALE)|FLAG_(?:NO_DEFLECTION_UP|LIMIT_(?:ROLL_ONLY|MOTOR_UP)|HOVER_(?:(?:WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(?:STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(?:ALPHA_MODE(?:_(?:BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(?:_(?:BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(?:DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(?:_(?:STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(?:NONE|LOW|MEDIUM|HIGH)|BUMP_(?:NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(?:DEFAULT|PLANAR)|SCULPT_(?:TYPE_(?:SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(?:MIRROR|INVERT))|PHYSICS(?:_(?:SHAPE_(?:CONVEX|NONE|PRIM|TYPE)))?|(?:POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(?:ALT_IMAGE_ENABLE|CONTROLS|(?:CURRENT|HOME)_URL|AUTO_(?:LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(?:WIDTH|HEIGHT)_PIXELS|WHITELIST(?:_ENABLE)?|PERMS_(?:INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(?:STANDARD|MINI)|PERM_(?:NONE|OWNER|GROUP|ANYONE)|MAX_(?:URL_LENGTH|WHITELIST_(?:SIZE|COUNT)|(?:WIDTH|HEIGHT)_PIXELS)))|MASK_(?:BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(?:TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(?:MEDIA_COMMAND_(?:STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(?:ALLOW_(?:FLY|(?:GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(?:GROUP_)?OBJECTS)|USE_(?:ACCESS_(?:GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(?:GROUP|ALL)_OBJECT_ENTRY)|COUNT_(?:TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(?:NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(?:MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(?:_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(?:HIDE|DEFAULT)|REGION_FLAG_(?:ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(?:COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(?:METHOD|MIMETYPE|BODY_(?:MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|STRING_(?:TRIM(?:_(?:HEAD|TAIL))?)|CLICK_ACTION_(?:NONE|TOUCH|SIT|BUY|PAY|OPEN(?:_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(?:NONE|SCRIPT_MEMORY)|RC_(?:DATA_FLAGS|DETECT_PHANTOM|GET_(?:LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(?:TYPES|AGENTS|(?:NON)?PHYSICAL|LAND))|RCERR_(?:CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(?:ALLOWED_(?:AGENT|GROUP)_(?:ADD|REMOVE)|BANNED_AGENT_(?:ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(?:COMMAND|CMD_(?:PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(?:GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(?:CMD_(?:(?:SMOOTH_)?STOP|JUMP)|DESIRED_(?:TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(?:_(?:[ABCD]|NONE))?|MAX_(?:DECEL|TURN_RADIUS|(?:ACCEL|SPEED)))|PURSUIT_(?:OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(?:CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(?:EVADE_(?:HIDDEN|SPOTTED)|FAILURE_(?:DYNAMIC_PATHFINDING_DISABLED|INVALID_(?:GOAL|START)|NO_(?:NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(?:PARCEL_)?UNREACHABLE)|(?:GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(?:_(?:FAST|NONE|SLOW))?|CONTENT_TYPE_(?:ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(?:RADIUS|STATIC)|(?:PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(?:AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\\\b'\n            },\n            {\n                begin: '\\\\b(?:FALSE|TRUE)\\\\b'\n            },\n            {\n                begin: '\\\\b(?:ZERO_ROTATION)\\\\b'\n            },\n            {\n                begin: '\\\\b(?:EOF|JSON_(?:ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(?:BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(?:GRANTED|DENIED))\\\\b'\n            },\n            {\n                begin: '\\\\b(?:ZERO_VECTOR|TOUCH_INVALID_(?:TEXCOORD|VECTOR))\\\\b'\n            }\n        ]\n    };\n\n    var LSL_FUNCTIONS = {\n        className: 'built_in',\n        begin: '\\\\b(?:ll(?:AgentInExperience|(?:Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(?:Details|ErrorMessage)|ReturnObjectsBy(?:ID|Owner)|Json(?:2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(?:Mag|Norm|Dist)|Rot(?:Between|2(?:Euler|Fwd|Left|Up))|(?:Euler|Axes)2Rot|Whisper|(?:Region|Owner)?Say|Shout|Listen(?:Control|Remove)?|Sensor(?:Repeat|Remove)?|Detected(?:Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|(?:[GS]et)(?:AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(?:Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(?:Scale|Offset|Rotate)Texture|(?:Rot)?Target(?:Remove)?|(?:Stop)?MoveToTarget|Apply(?:Rotational)?Impulse|Set(?:KeyframedMotion|ContentType|RegionPos|(?:Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(?:Queueing|Radius)|Vehicle(?:Type|(?:Float|Vector|Rotation)Param)|(?:Touch|Sit)?Text|Camera(?:Eye|At)Offset|PrimitiveParams|ClickAction|Link(?:Alpha|Color|PrimitiveParams(?:Fast)?|Texture(?:Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get(?:(?:Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(?:PrimitiveParams|Number(?:OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(?:Details|PermMask|PrimCount)|Parcel(?:MaxPrims|Details|Prim(?:Count|Owners))|Attached(?:List)?|(?:SPMax|Free|Used)Memory|Region(?:Name|TimeDilation|FPS|Corner|AgentCount)|Root(?:Position|Rotation)|UnixTime|(?:Parcel|Region)Flags|(?:Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(?:Prims|NotecardLines|Sides)|Animation(?:List)?|(?:Camera|Local)(?:Pos|Rot)|Vel|Accel|Omega|Time(?:stamp|OfDay)|(?:Object|CenterOf)?Mass|MassMKS|Energy|Owner|(?:Owner)?Key|SunDirection|Texture(?:Offset|Scale|Rot)|Inventory(?:Number|Name|Key|Type|Creator|PermMask)|Permissions(?:Key)?|StartParameter|List(?:Length|EntryType)|Date|Agent(?:Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(?:Name|State))|(?:Get|Reset|GetAndReset)Time|PlaySound(?:Slave)?|LoopSound(?:Master|Slave)?|(?:Trigger|Stop|Preload)Sound|(?:(?:Get|Delete)Sub|Insert)String|To(?:Upper|Lower)|Give(?:InventoryList|Money)|RezObject|(?:Stop)?LookAt|Sleep|CollisionFilter|(?:Take|Release)Controls|DetachFromAvatar|AttachToAvatar(?:Temp)?|InstantMessage|(?:GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(?:Length|Trim)|(?:Start|Stop)Animation|TargetOmega|Request(?:Experience)?Permissions|(?:Create|Break)Link|BreakAllLinks|(?:Give|Remove)Inventory|Water|PassTouches|Request(?:Agent|Inventory)Data|TeleportAgent(?:Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(?:Axis|Angle)|A(?:cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(?:CSV|Integer|Json|Float|String|Key|Vector|Rot|List(?:Strided)?)|DeleteSubList|List(?:Statistics|Sort|Randomize|(?:Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(?:CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(?:Slope|Normal|Contour)|GroundRepel|(?:Set|Remove)VehicleFlags|(?:AvatarOn)?(?:Link)?SitTarget|Script(?:Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(?:Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(?:Integer|String)ToBase64|XorBase64|Log(?:10)?|Base64To(?:String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(?:Load|Release|(?:E|Une)scape)URL|ParcelMedia(?:CommandList|Query)|ModPow|MapDestination|(?:RemoveFrom|AddTo|Reset)Land(?:Pass|Ban)List|(?:Set|Clear)CameraParams|HTTP(?:Request|Response)|TextBox|DetectedTouch(?:UV|Face|Pos|(?:N|Bin)ormal|ST)|(?:MD5|SHA1|DumpList2)String|Request(?:Secure)?URL|Clear(?:Prim|Link)Media|(?:Link)?ParticleSystem|(?:Get|Request)(?:Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(?:Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\\\b'\n    };\n\n    return {\n        illegal: ':',\n        contains: [\n            LSL_STRINGS,\n            {\n                className: 'comment',\n                variants: [\n                    hljs.COMMENT('//', '$'),\n                    hljs.COMMENT('/\\\\*', '\\\\*/')\n                ]\n            },\n            LSL_NUMBERS,\n            {\n                className: 'section',\n                variants: [\n                    {\n                        begin: '\\\\b(?:state|default)\\\\b'\n                    },\n                    {\n                        begin: '\\\\b(?:state_(?:entry|exit)|touch(?:_(?:start|end))?|(?:land_)?collision(?:_(?:start|end))?|timer|listen|(?:no_)?sensor|control|(?:not_)?at_(?:rot_)?target|money|email|experience_permissions(?:_denied)?|run_time_permissions|changed|attach|dataserver|moving_(?:start|end)|link_message|(?:on|object)_rez|remote_data|http_re(?:sponse|quest)|path_update|transaction_result)\\\\b'\n                    }\n                ]\n            },\n            LSL_FUNCTIONS,\n            LSL_CONSTANTS,\n            {\n                className: 'type',\n                begin: '\\\\b(?:integer|float|string|key|vector|quaternion|rotation|list)\\\\b'\n            }\n        ]\n    };\n};","module.exports = function(hljs) {\n  var OPENING_LONG_BRACKET = '\\\\[=*\\\\[';\n  var CLOSING_LONG_BRACKET = '\\\\]=*\\\\]';\n  var LONG_BRACKETS = {\n    begin: OPENING_LONG_BRACKET, end: CLOSING_LONG_BRACKET,\n    contains: ['self']\n  };\n  var COMMENTS = [\n    hljs.COMMENT('--(?!' + OPENING_LONG_BRACKET + ')', '$'),\n    hljs.COMMENT(\n      '--' + OPENING_LONG_BRACKET,\n      CLOSING_LONG_BRACKET,\n      {\n        contains: [LONG_BRACKETS],\n        relevance: 10\n      }\n    )\n  ];\n  return {\n    lexemes: hljs.UNDERSCORE_IDENT_RE,\n    keywords: {\n      literal: \"true false nil\",\n      keyword: \"and break do else elseif end for goto if in local not or repeat return then until while\",\n      built_in:\n        //Metatags and globals:\n        '_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len ' +\n        '__gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert ' +\n        //Standard methods and properties:\n        'collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring' +\n        'module next pairs pcall print rawequal rawget rawset require select setfenv' +\n        'setmetatable tonumber tostring type unpack xpcall arg self' +\n        //Library methods and properties (one line per library):\n        'coroutine resume yield status wrap create running debug getupvalue ' +\n        'debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv ' +\n        'io lines write close flush open output type read stderr stdin input stdout popen tmpfile ' +\n        'math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan ' +\n        'os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall ' +\n        'string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower ' +\n        'table setn insert getn foreachi maxn foreach concat sort remove'\n    },\n    contains: COMMENTS.concat([\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '\\\\)',\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: '([_a-zA-Z]\\\\w*\\\\.)*([_a-zA-Z]\\\\w*:)?[_a-zA-Z]\\\\w*'}),\n          {\n            className: 'params',\n            begin: '\\\\(', endsWithParent: true,\n            contains: COMMENTS\n          }\n        ].concat(COMMENTS)\n      },\n      hljs.C_NUMBER_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: OPENING_LONG_BRACKET, end: CLOSING_LONG_BRACKET,\n        contains: [LONG_BRACKETS],\n        relevance: 5\n      }\n    ])\n  };\n};","module.exports = function(hljs) {\n  /* Variables: simple (eg $(var)) and special (eg $@) */\n  var VARIABLE = {\n    className: 'variable',\n    variants: [\n      {\n        begin: '\\\\$\\\\(' + hljs.UNDERSCORE_IDENT_RE + '\\\\)',\n        contains: [hljs.BACKSLASH_ESCAPE],\n      },\n      {\n        begin: /\\$[@%<?\\^\\+\\*]/\n      },\n    ]\n  };\n  /* Quoted string with variables inside */\n  var QUOTE_STRING = {\n    className: 'string',\n    begin: /\"/, end: /\"/,\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      VARIABLE,\n    ]\n  };\n  /* Function: $(func arg,...) */\n  var FUNC = {\n    className: 'variable',\n    begin: /\\$\\([\\w-]+\\s/, end: /\\)/,\n    keywords: {\n      built_in:\n        'subst patsubst strip findstring filter filter-out sort ' +\n        'word wordlist firstword lastword dir notdir suffix basename ' +\n        'addsuffix addprefix join wildcard realpath abspath error warning ' +\n        'shell origin flavor foreach if or and call eval file value',\n    },\n    contains: [\n      VARIABLE,\n    ]\n  };\n  /* Variable assignment */\n  var VAR_ASSIG = {\n    begin: '^' + hljs.UNDERSCORE_IDENT_RE + '\\\\s*[:+?]?=',\n    illegal: '\\\\n',\n    returnBegin: true,\n    contains: [\n      {\n        begin: '^' + hljs.UNDERSCORE_IDENT_RE, end: '[:+?]?=',\n        excludeEnd: true,\n      }\n    ]\n  };\n  /* Meta targets (.PHONY) */\n  var META = {\n    className: 'meta',\n    begin: /^\\.PHONY:/, end: /$/,\n    keywords: {'meta-keyword': '.PHONY'},\n    lexemes: /[\\.\\w]+/\n  };\n  /* Targets */\n  var TARGET = {\n    className: 'section',\n    begin: /^[^\\s]+:/, end: /$/,\n    contains: [VARIABLE,]\n  };\n  return {\n    aliases: ['mk', 'mak'],\n    keywords:\n      'define endef undefine ifdef ifndef ifeq ifneq else endif ' +\n      'include -include sinclude override export unexport private vpath',\n    lexemes: /[\\w-]+/,\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      VARIABLE,\n      QUOTE_STRING,\n      FUNC,\n      VAR_ASSIG,\n      META,\n      TARGET,\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['md', 'mkdown', 'mkd'],\n    contains: [\n      // highlight headers\n      {\n        className: 'section',\n        variants: [\n          { begin: '^#{1,6}', end: '$' },\n          { begin: '^.+?\\\\n[=-]{2,}$' }\n        ]\n      },\n      // inline html\n      {\n        begin: '<', end: '>',\n        subLanguage: 'xml',\n        relevance: 0\n      },\n      // lists (indicators only)\n      {\n        className: 'bullet',\n        begin: '^([*+-]|(\\\\d+\\\\.))\\\\s+'\n      },\n      // strong segments\n      {\n        className: 'strong',\n        begin: '[*_]{2}.+?[*_]{2}'\n      },\n      // emphasis segments\n      {\n        className: 'emphasis',\n        variants: [\n          { begin: '\\\\*.+?\\\\*' },\n          { begin: '_.+?_'\n          , relevance: 0\n          }\n        ]\n      },\n      // blockquotes\n      {\n        className: 'quote',\n        begin: '^>\\\\s+', end: '$'\n      },\n      // code snippets\n      {\n        className: 'code',\n        variants: [\n          {\n            begin: '^```\\w*\\s*$', end: '^```\\s*$'\n          },\n          {\n            begin: '`.+?`'\n          },\n          {\n            begin: '^( {4}|\\t)', end: '$',\n            relevance: 0\n          }\n        ]\n      },\n      // horizontal rules\n      {\n        begin: '^[-\\\\*]{3,}', end: '$'\n      },\n      // using links - title and link\n      {\n        begin: '\\\\[.+?\\\\][\\\\(\\\\[].*?[\\\\)\\\\]]',\n        returnBegin: true,\n        contains: [\n          {\n            className: 'string',\n            begin: '\\\\[', end: '\\\\]',\n            excludeBegin: true,\n            returnEnd: true,\n            relevance: 0\n          },\n          {\n            className: 'link',\n            begin: '\\\\]\\\\(', end: '\\\\)',\n            excludeBegin: true, excludeEnd: true\n          },\n          {\n            className: 'symbol',\n            begin: '\\\\]\\\\[', end: '\\\\]',\n            excludeBegin: true, excludeEnd: true\n          }\n        ],\n        relevance: 10\n      },\n      {\n        begin: /^\\[[^\\n]+\\]:/,\n        returnBegin: true,\n        contains: [\n          {\n            className: 'symbol',\n            begin: /\\[/, end: /\\]/,\n            excludeBegin: true, excludeEnd: true\n          },\n          {\n            className: 'link',\n            begin: /:\\s*/, end: /$/,\n            excludeBegin: true\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['mma'],\n    lexemes: '(\\\\$|\\\\b)' + hljs.IDENT_RE + '\\\\b',\n    keywords: 'AbelianGroup Abort AbortKernels AbortProtect Above Abs Absolute AbsoluteCorrelation AbsoluteCorrelationFunction AbsoluteCurrentValue AbsoluteDashing AbsoluteFileName AbsoluteOptions AbsolutePointSize AbsoluteThickness AbsoluteTime AbsoluteTiming AccountingForm Accumulate Accuracy AccuracyGoal ActionDelay ActionMenu ActionMenuBox ActionMenuBoxOptions Active ActiveItem ActiveStyle AcyclicGraphQ AddOnHelpPath AddTo AdjacencyGraph AdjacencyList AdjacencyMatrix AdjustmentBox AdjustmentBoxOptions AdjustTimeSeriesForecast AffineTransform After AiryAi AiryAiPrime AiryAiZero AiryBi AiryBiPrime AiryBiZero AlgebraicIntegerQ AlgebraicNumber AlgebraicNumberDenominator AlgebraicNumberNorm AlgebraicNumberPolynomial AlgebraicNumberTrace AlgebraicRules AlgebraicRulesData Algebraics AlgebraicUnitQ Alignment AlignmentMarker AlignmentPoint All AllowedDimensions AllowGroupClose AllowInlineCells AllowKernelInitialization AllowReverseGroupClose AllowScriptLevelChange AlphaChannel AlternatingGroup AlternativeHypothesis Alternatives AmbientLight Analytic AnchoredSearch And AndersonDarlingTest AngerJ AngleBracket AngularGauge Animate AnimationCycleOffset AnimationCycleRepetitions AnimationDirection AnimationDisplayTime AnimationRate AnimationRepetitions AnimationRunning Animator AnimatorBox AnimatorBoxOptions AnimatorElements Annotation Annuity AnnuityDue Antialiasing Antisymmetric Apart ApartSquareFree Appearance AppearanceElements AppellF1 Append AppendTo Apply ArcCos ArcCosh ArcCot ArcCoth ArcCsc ArcCsch ArcSec ArcSech ArcSin ArcSinDistribution ArcSinh ArcTan ArcTanh Arg ArgMax ArgMin ArgumentCountQ ARIMAProcess ArithmeticGeometricMean ARMAProcess ARProcess Array ArrayComponents ArrayDepth ArrayFlatten ArrayPad ArrayPlot ArrayQ ArrayReshape ArrayRules Arrays Arrow Arrow3DBox ArrowBox Arrowheads AspectRatio AspectRatioFixed Assert Assuming Assumptions AstronomicalData Asynchronous AsynchronousTaskObject AsynchronousTasks AtomQ Attributes AugmentedSymmetricPolynomial AutoAction AutoDelete AutoEvaluateEvents AutoGeneratedPackage AutoIndent AutoIndentSpacings AutoItalicWords AutoloadPath AutoMatch Automatic AutomaticImageSize AutoMultiplicationSymbol AutoNumberFormatting AutoOpenNotebooks AutoOpenPalettes AutorunSequencing AutoScaling AutoScroll AutoSpacing AutoStyleOptions AutoStyleWords Axes AxesEdge AxesLabel AxesOrigin AxesStyle Axis ' +\n      'BabyMonsterGroupB Back Background BackgroundTasksSettings Backslash Backsubstitution Backward Band BandpassFilter BandstopFilter BarabasiAlbertGraphDistribution BarChart BarChart3D BarLegend BarlowProschanImportance BarnesG BarOrigin BarSpacing BartlettHannWindow BartlettWindow BaseForm Baseline BaselinePosition BaseStyle BatesDistribution BattleLemarieWavelet Because BeckmannDistribution Beep Before Begin BeginDialogPacket BeginFrontEndInteractionPacket BeginPackage BellB BellY Below BenfordDistribution BeniniDistribution BenktanderGibratDistribution BenktanderWeibullDistribution BernoulliB BernoulliDistribution BernoulliGraphDistribution BernoulliProcess BernsteinBasis BesselFilterModel BesselI BesselJ BesselJZero BesselK BesselY BesselYZero Beta BetaBinomialDistribution BetaDistribution BetaNegativeBinomialDistribution BetaPrimeDistribution BetaRegularized BetweennessCentrality BezierCurve BezierCurve3DBox BezierCurve3DBoxOptions BezierCurveBox BezierCurveBoxOptions BezierFunction BilateralFilter Binarize BinaryFormat BinaryImageQ BinaryRead BinaryReadList BinaryWrite BinCounts BinLists Binomial BinomialDistribution BinomialProcess BinormalDistribution BiorthogonalSplineWavelet BipartiteGraphQ BirnbaumImportance BirnbaumSaundersDistribution BitAnd BitClear BitGet BitLength BitNot BitOr BitSet BitShiftLeft BitShiftRight BitXor Black BlackmanHarrisWindow BlackmanNuttallWindow BlackmanWindow Blank BlankForm BlankNullSequence BlankSequence Blend Block BlockRandom BlomqvistBeta BlomqvistBetaTest Blue Blur BodePlot BohmanWindow Bold Bookmarks Boole BooleanConsecutiveFunction BooleanConvert BooleanCountingFunction BooleanFunction BooleanGraph BooleanMaxterms BooleanMinimize BooleanMinterms Booleans BooleanTable BooleanVariables BorderDimensions BorelTannerDistribution Bottom BottomHatTransform BoundaryStyle Bounds Box BoxBaselineShift BoxData BoxDimensions Boxed Boxes BoxForm BoxFormFormatTypes BoxFrame BoxID BoxMargins BoxMatrix BoxRatios BoxRotation BoxRotationPoint BoxStyle BoxWhiskerChart Bra BracketingBar BraKet BrayCurtisDistance BreadthFirstScan Break Brown BrownForsytheTest BrownianBridgeProcess BrowserCategory BSplineBasis BSplineCurve BSplineCurve3DBox BSplineCurveBox BSplineCurveBoxOptions BSplineFunction BSplineSurface BSplineSurface3DBox BubbleChart BubbleChart3D BubbleScale BubbleSizes BulletGauge BusinessDayQ ButterflyGraph ButterworthFilterModel Button ButtonBar ButtonBox ButtonBoxOptions ButtonCell ButtonContents ButtonData ButtonEvaluator ButtonExpandable ButtonFrame ButtonFunction ButtonMargins ButtonMinHeight ButtonNote ButtonNotebook ButtonSource ButtonStyle ButtonStyleMenuListing Byte ByteCount ByteOrdering ' +\n      'C CachedValue CacheGraphics CalendarData CalendarType CallPacket CanberraDistance Cancel CancelButton CandlestickChart Cap CapForm CapitalDifferentialD CardinalBSplineBasis CarmichaelLambda Cases Cashflow Casoratian Catalan CatalanNumber Catch CauchyDistribution CauchyWindow CayleyGraph CDF CDFDeploy CDFInformation CDFWavelet Ceiling Cell CellAutoOverwrite CellBaseline CellBoundingBox CellBracketOptions CellChangeTimes CellContents CellContext CellDingbat CellDynamicExpression CellEditDuplicate CellElementsBoundingBox CellElementSpacings CellEpilog CellEvaluationDuplicate CellEvaluationFunction CellEventActions CellFrame CellFrameColor CellFrameLabelMargins CellFrameLabels CellFrameMargins CellGroup CellGroupData CellGrouping CellGroupingRules CellHorizontalScrolling CellID CellLabel CellLabelAutoDelete CellLabelMargins CellLabelPositioning CellMargins CellObject CellOpen CellPrint CellProlog Cells CellSize CellStyle CellTags CellularAutomaton CensoredDistribution Censoring Center CenterDot CentralMoment CentralMomentGeneratingFunction CForm ChampernowneNumber ChanVeseBinarize Character CharacterEncoding CharacterEncodingsPath CharacteristicFunction CharacteristicPolynomial CharacterRange Characters ChartBaseStyle ChartElementData ChartElementDataFunction ChartElementFunction ChartElements ChartLabels ChartLayout ChartLegends ChartStyle Chebyshev1FilterModel Chebyshev2FilterModel ChebyshevDistance ChebyshevT ChebyshevU Check CheckAbort CheckAll Checkbox CheckboxBar CheckboxBox CheckboxBoxOptions ChemicalData ChessboardDistance ChiDistribution ChineseRemainder ChiSquareDistribution ChoiceButtons ChoiceDialog CholeskyDecomposition Chop Circle CircleBox CircleDot CircleMinus CirclePlus CircleTimes CirculantGraph CityData Clear ClearAll ClearAttributes ClearSystemCache ClebschGordan ClickPane Clip ClipboardNotebook ClipFill ClippingStyle ClipPlanes ClipRange Clock ClockGauge ClockwiseContourIntegral Close Closed CloseKernels ClosenessCentrality Closing ClosingAutoSave ClosingEvent ClusteringComponents CMYKColor Coarse Coefficient CoefficientArrays CoefficientDomain CoefficientList CoefficientRules CoifletWavelet Collect Colon ColonForm ColorCombine ColorConvert ColorData ColorDataFunction ColorFunction ColorFunctionScaling Colorize ColorNegate ColorOutput ColorProfileData ColorQuantize ColorReplace ColorRules ColorSelectorSettings ColorSeparate ColorSetter ColorSetterBox ColorSetterBoxOptions ColorSlider ColorSpace Column ColumnAlignments ColumnBackgrounds ColumnForm ColumnLines ColumnsEqual ColumnSpacings ColumnWidths CommonDefaultFormatTypes Commonest CommonestFilter CommonUnits CommunityBoundaryStyle CommunityGraphPlot CommunityLabels CommunityRegionStyle CompatibleUnitQ CompilationOptions CompilationTarget Compile Compiled CompiledFunction Complement CompleteGraph CompleteGraphQ CompleteKaryTree CompletionsListPacket Complex Complexes ComplexExpand ComplexInfinity ComplexityFunction ComponentMeasurements ' +\n      'ComponentwiseContextMenu Compose ComposeList ComposeSeries Composition CompoundExpression CompoundPoissonDistribution CompoundPoissonProcess CompoundRenewalProcess Compress CompressedData Condition ConditionalExpression Conditioned Cone ConeBox ConfidenceLevel ConfidenceRange ConfidenceTransform ConfigurationPath Congruent Conjugate ConjugateTranspose Conjunction Connect ConnectedComponents ConnectedGraphQ ConnesWindow ConoverTest ConsoleMessage ConsoleMessagePacket ConsolePrint Constant ConstantArray Constants ConstrainedMax ConstrainedMin ContentPadding ContentsBoundingBox ContentSelectable ContentSize Context ContextMenu Contexts ContextToFilename ContextToFileName Continuation Continue ContinuedFraction ContinuedFractionK ContinuousAction ContinuousMarkovProcess ContinuousTimeModelQ ContinuousWaveletData ContinuousWaveletTransform ContourDetect ContourGraphics ContourIntegral ContourLabels ContourLines ContourPlot ContourPlot3D Contours ContourShading ContourSmoothing ContourStyle ContraharmonicMean Control ControlActive ControlAlignment ControllabilityGramian ControllabilityMatrix ControllableDecomposition ControllableModelQ ControllerDuration ControllerInformation ControllerInformationData ControllerLinking ControllerManipulate ControllerMethod ControllerPath ControllerState ControlPlacement ControlsRendering ControlType Convergents ConversionOptions ConversionRules ConvertToBitmapPacket ConvertToPostScript ConvertToPostScriptPacket Convolve ConwayGroupCo1 ConwayGroupCo2 ConwayGroupCo3 CoordinateChartData CoordinatesToolOptions CoordinateTransform CoordinateTransformData CoprimeQ Coproduct CopulaDistribution Copyable CopyDirectory CopyFile CopyTag CopyToClipboard CornerFilter CornerNeighbors Correlation CorrelationDistance CorrelationFunction CorrelationTest Cos Cosh CoshIntegral CosineDistance CosineWindow CosIntegral Cot Coth Count CounterAssignments CounterBox CounterBoxOptions CounterClockwiseContourIntegral CounterEvaluator CounterFunction CounterIncrements CounterStyle CounterStyleMenuListing CountRoots CountryData Covariance CovarianceEstimatorFunction CovarianceFunction CoxianDistribution CoxIngersollRossProcess CoxModel CoxModelFit CramerVonMisesTest CreateArchive CreateDialog CreateDirectory CreateDocument CreateIntermediateDirectories CreatePalette CreatePalettePacket CreateScheduledTask CreateTemporary CreateWindow CriticalityFailureImportance CriticalitySuccessImportance CriticalSection Cross CrossingDetect CrossMatrix Csc Csch CubeRoot Cubics Cuboid CuboidBox Cumulant CumulantGeneratingFunction Cup CupCap Curl CurlyDoubleQuote CurlyQuote CurrentImage CurrentlySpeakingPacket CurrentValue CurvatureFlowFilter CurveClosed Cyan CycleGraph CycleIndexPolynomial Cycles CyclicGroup Cyclotomic Cylinder CylinderBox CylindricalDecomposition ' +\n      'D DagumDistribution DamerauLevenshteinDistance DampingFactor Darker Dashed Dashing DataCompression DataDistribution DataRange DataReversed Date DateDelimiters DateDifference DateFunction DateList DateListLogPlot DateListPlot DatePattern DatePlus DateRange DateString DateTicksFormat DaubechiesWavelet DavisDistribution DawsonF DayCount DayCountConvention DayMatchQ DayName DayPlus DayRange DayRound DeBruijnGraph Debug DebugTag Decimal DeclareKnownSymbols DeclarePackage Decompose Decrement DedekindEta Default DefaultAxesStyle DefaultBaseStyle DefaultBoxStyle DefaultButton DefaultColor DefaultControlPlacement DefaultDuplicateCellStyle DefaultDuration DefaultElement DefaultFaceGridsStyle DefaultFieldHintStyle DefaultFont DefaultFontProperties DefaultFormatType DefaultFormatTypeForStyle DefaultFrameStyle DefaultFrameTicksStyle DefaultGridLinesStyle DefaultInlineFormatType DefaultInputFormatType DefaultLabelStyle DefaultMenuStyle DefaultNaturalLanguage DefaultNewCellStyle DefaultNewInlineCellStyle DefaultNotebook DefaultOptions DefaultOutputFormatType DefaultStyle DefaultStyleDefinitions DefaultTextFormatType DefaultTextInlineFormatType DefaultTicksStyle DefaultTooltipStyle DefaultValues Defer DefineExternal DefineInputStreamMethod DefineOutputStreamMethod Definition Degree DegreeCentrality DegreeGraphDistribution DegreeLexicographic DegreeReverseLexicographic Deinitialization Del Deletable Delete DeleteBorderComponents DeleteCases DeleteContents DeleteDirectory DeleteDuplicates DeleteFile DeleteSmallComponents DeleteWithContents DeletionWarning Delimiter DelimiterFlashTime DelimiterMatching Delimiters Denominator DensityGraphics DensityHistogram DensityPlot DependentVariables Deploy Deployed Depth DepthFirstScan Derivative DerivativeFilter DescriptorStateSpace DesignMatrix Det DGaussianWavelet DiacriticalPositioning Diagonal DiagonalMatrix Dialog DialogIndent DialogInput DialogLevel DialogNotebook DialogProlog DialogReturn DialogSymbols Diamond DiamondMatrix DiceDissimilarity DictionaryLookup DifferenceDelta DifferenceOrder DifferenceRoot DifferenceRootReduce Differences DifferentialD DifferentialRoot DifferentialRootReduce DifferentiatorFilter DigitBlock DigitBlockMinimum DigitCharacter DigitCount DigitQ DihedralGroup Dilation Dimensions DiracComb DiracDelta DirectedEdge DirectedEdges DirectedGraph DirectedGraphQ DirectedInfinity Direction Directive Directory DirectoryName DirectoryQ DirectoryStack DirichletCharacter DirichletConvolve DirichletDistribution DirichletL DirichletTransform DirichletWindow DisableConsolePrintPacket DiscreteChirpZTransform DiscreteConvolve DiscreteDelta DiscreteHadamardTransform DiscreteIndicator DiscreteLQEstimatorGains DiscreteLQRegulatorGains DiscreteLyapunovSolve DiscreteMarkovProcess DiscretePlot DiscretePlot3D DiscreteRatio DiscreteRiccatiSolve DiscreteShift DiscreteTimeModelQ DiscreteUniformDistribution DiscreteVariables DiscreteWaveletData DiscreteWaveletPacketTransform ' +\n      'DiscreteWaveletTransform Discriminant Disjunction Disk DiskBox DiskMatrix Dispatch DispersionEstimatorFunction Display DisplayAllSteps DisplayEndPacket DisplayFlushImagePacket DisplayForm DisplayFunction DisplayPacket DisplayRules DisplaySetSizePacket DisplayString DisplayTemporary DisplayWith DisplayWithRef DisplayWithVariable DistanceFunction DistanceTransform Distribute Distributed DistributedContexts DistributeDefinitions DistributionChart DistributionDomain DistributionFitTest DistributionParameterAssumptions DistributionParameterQ Dithering Div Divergence Divide DivideBy Dividers Divisible Divisors DivisorSigma DivisorSum DMSList DMSString Do DockedCells DocumentNotebook DominantColors DOSTextFormat Dot DotDashed DotEqual Dotted DoubleBracketingBar DoubleContourIntegral DoubleDownArrow DoubleLeftArrow DoubleLeftRightArrow DoubleLeftTee DoubleLongLeftArrow DoubleLongLeftRightArrow DoubleLongRightArrow DoubleRightArrow DoubleRightTee DoubleUpArrow DoubleUpDownArrow DoubleVerticalBar DoublyInfinite Down DownArrow DownArrowBar DownArrowUpArrow DownLeftRightVector DownLeftTeeVector DownLeftVector DownLeftVectorBar DownRightTeeVector DownRightVector DownRightVectorBar Downsample DownTee DownTeeArrow DownValues DragAndDrop DrawEdges DrawFrontFaces DrawHighlighted Drop DSolve Dt DualLinearProgramming DualSystemsModel DumpGet DumpSave DuplicateFreeQ Dynamic DynamicBox DynamicBoxOptions DynamicEvaluationTimeout DynamicLocation DynamicModule DynamicModuleBox DynamicModuleBoxOptions DynamicModuleParent DynamicModuleValues DynamicName DynamicNamespace DynamicReference DynamicSetting DynamicUpdating DynamicWrapper DynamicWrapperBox DynamicWrapperBoxOptions ' +\n      'E EccentricityCentrality EdgeAdd EdgeBetweennessCentrality EdgeCapacity EdgeCapForm EdgeColor EdgeConnectivity EdgeCost EdgeCount EdgeCoverQ EdgeDashing EdgeDelete EdgeDetect EdgeForm EdgeIndex EdgeJoinForm EdgeLabeling EdgeLabels EdgeLabelStyle EdgeList EdgeOpacity EdgeQ EdgeRenderingFunction EdgeRules EdgeShapeFunction EdgeStyle EdgeThickness EdgeWeight Editable EditButtonSettings EditCellTagsSettings EditDistance EffectiveInterest Eigensystem Eigenvalues EigenvectorCentrality Eigenvectors Element ElementData Eliminate EliminationOrder EllipticE EllipticExp EllipticExpPrime EllipticF EllipticFilterModel EllipticK EllipticLog EllipticNomeQ EllipticPi EllipticReducedHalfPeriods EllipticTheta EllipticThetaPrime EmitSound EmphasizeSyntaxErrors EmpiricalDistribution Empty EmptyGraphQ EnableConsolePrintPacket Enabled Encode End EndAdd EndDialogPacket EndFrontEndInteractionPacket EndOfFile EndOfLine EndOfString EndPackage EngineeringForm Enter EnterExpressionPacket EnterTextPacket Entropy EntropyFilter Environment Epilog Equal EqualColumns EqualRows EqualTilde EquatedTo Equilibrium EquirippleFilterKernel Equivalent Erf Erfc Erfi ErlangB ErlangC ErlangDistribution Erosion ErrorBox ErrorBoxOptions ErrorNorm ErrorPacket ErrorsDialogSettings EstimatedDistribution EstimatedProcess EstimatorGains EstimatorRegulator EuclideanDistance EulerE EulerGamma EulerianGraphQ EulerPhi Evaluatable Evaluate Evaluated EvaluatePacket EvaluationCell EvaluationCompletionAction EvaluationElements EvaluationMode EvaluationMonitor EvaluationNotebook EvaluationObject EvaluationOrder Evaluator EvaluatorNames EvenQ EventData EventEvaluator EventHandler EventHandlerTag EventLabels ExactBlackmanWindow ExactNumberQ ExactRootIsolation ExampleData Except ExcludedForms ExcludePods Exclusions ExclusionsStyle Exists Exit ExitDialog Exp Expand ExpandAll ExpandDenominator ExpandFileName ExpandNumerator Expectation ExpectationE ExpectedValue ExpGammaDistribution ExpIntegralE ExpIntegralEi Exponent ExponentFunction ExponentialDistribution ExponentialFamily ExponentialGeneratingFunction ExponentialMovingAverage ExponentialPowerDistribution ExponentPosition ExponentStep Export ExportAutoReplacements ExportPacket ExportString Expression ExpressionCell ExpressionPacket ExpToTrig ExtendedGCD Extension ExtentElementFunction ExtentMarkers ExtentSize ExternalCall ExternalDataCharacterEncoding Extract ExtractArchive ExtremeValueDistribution ' +\n      'FaceForm FaceGrids FaceGridsStyle Factor FactorComplete Factorial Factorial2 FactorialMoment FactorialMomentGeneratingFunction FactorialPower FactorInteger FactorList FactorSquareFree FactorSquareFreeList FactorTerms FactorTermsList Fail FailureDistribution False FARIMAProcess FEDisableConsolePrintPacket FeedbackSector FeedbackSectorStyle FeedbackType FEEnableConsolePrintPacket Fibonacci FieldHint FieldHintStyle FieldMasked FieldSize File FileBaseName FileByteCount FileDate FileExistsQ FileExtension FileFormat FileHash FileInformation FileName FileNameDepth FileNameDialogSettings FileNameDrop FileNameJoin FileNames FileNameSetter FileNameSplit FileNameTake FilePrint FileType FilledCurve FilledCurveBox Filling FillingStyle FillingTransform FilterRules FinancialBond FinancialData FinancialDerivative FinancialIndicator Find FindArgMax FindArgMin FindClique FindClusters FindCurvePath FindDistributionParameters FindDivisions FindEdgeCover FindEdgeCut FindEulerianCycle FindFaces FindFile FindFit FindGeneratingFunction FindGeoLocation FindGeometricTransform FindGraphCommunities FindGraphIsomorphism FindGraphPartition FindHamiltonianCycle FindIndependentEdgeSet FindIndependentVertexSet FindInstance FindIntegerNullVector FindKClan FindKClique FindKClub FindKPlex FindLibrary FindLinearRecurrence FindList FindMaximum FindMaximumFlow FindMaxValue FindMinimum FindMinimumCostFlow FindMinimumCut FindMinValue FindPermutation FindPostmanTour FindProcessParameters FindRoot FindSequenceFunction FindSettings FindShortestPath FindShortestTour FindThreshold FindVertexCover FindVertexCut Fine FinishDynamic FiniteAbelianGroupCount FiniteGroupCount FiniteGroupData First FirstPassageTimeDistribution FischerGroupFi22 FischerGroupFi23 FischerGroupFi24Prime FisherHypergeometricDistribution FisherRatioTest FisherZDistribution Fit FitAll FittedModel FixedPoint FixedPointList FlashSelection Flat Flatten FlattenAt FlatTopWindow FlipView Floor FlushPrintOutputPacket Fold FoldList Font FontColor FontFamily FontForm FontName FontOpacity FontPostScriptName FontProperties FontReencoding FontSize FontSlant FontSubstitutions FontTracking FontVariations FontWeight For ForAll Format FormatRules FormatType FormatTypeAutoConvert FormatValues FormBox FormBoxOptions FortranForm Forward ForwardBackward Fourier FourierCoefficient FourierCosCoefficient FourierCosSeries FourierCosTransform FourierDCT FourierDCTFilter FourierDCTMatrix FourierDST FourierDSTMatrix FourierMatrix FourierParameters FourierSequenceTransform FourierSeries FourierSinCoefficient FourierSinSeries FourierSinTransform FourierTransform FourierTrigSeries FractionalBrownianMotionProcess FractionalPart FractionBox FractionBoxOptions FractionLine Frame FrameBox FrameBoxOptions Framed FrameInset FrameLabel Frameless FrameMargins FrameStyle FrameTicks FrameTicksStyle FRatioDistribution FrechetDistribution FreeQ FrequencySamplingFilterKernel FresnelC FresnelS Friday FrobeniusNumber FrobeniusSolve ' +\n      'FromCharacterCode FromCoefficientRules FromContinuedFraction FromDate FromDigits FromDMS Front FrontEndDynamicExpression FrontEndEventActions FrontEndExecute FrontEndObject FrontEndResource FrontEndResourceString FrontEndStackSize FrontEndToken FrontEndTokenExecute FrontEndValueCache FrontEndVersion FrontFaceColor FrontFaceOpacity Full FullAxes FullDefinition FullForm FullGraphics FullOptions FullSimplify Function FunctionExpand FunctionInterpolation FunctionSpace FussellVeselyImportance ' +\n      'GaborFilter GaborMatrix GaborWavelet GainMargins GainPhaseMargins Gamma GammaDistribution GammaRegularized GapPenalty Gather GatherBy GaugeFaceElementFunction GaugeFaceStyle GaugeFrameElementFunction GaugeFrameSize GaugeFrameStyle GaugeLabels GaugeMarkers GaugeStyle GaussianFilter GaussianIntegers GaussianMatrix GaussianWindow GCD GegenbauerC General GeneralizedLinearModelFit GenerateConditions GeneratedCell GeneratedParameters GeneratingFunction Generic GenericCylindricalDecomposition GenomeData GenomeLookup GeodesicClosing GeodesicDilation GeodesicErosion GeodesicOpening GeoDestination GeodesyData GeoDirection GeoDistance GeoGridPosition GeometricBrownianMotionProcess GeometricDistribution GeometricMean GeometricMeanFilter GeometricTransformation GeometricTransformation3DBox GeometricTransformation3DBoxOptions GeometricTransformationBox GeometricTransformationBoxOptions GeoPosition GeoPositionENU GeoPositionXYZ GeoProjectionData GestureHandler GestureHandlerTag Get GetBoundingBoxSizePacket GetContext GetEnvironment GetFileName GetFrontEndOptionsDataPacket GetLinebreakInformationPacket GetMenusPacket GetPageBreakInformationPacket Glaisher GlobalClusteringCoefficient GlobalPreferences GlobalSession Glow GoldenRatio GompertzMakehamDistribution GoodmanKruskalGamma GoodmanKruskalGammaTest Goto Grad Gradient GradientFilter GradientOrientationFilter Graph GraphAssortativity GraphCenter GraphComplement GraphData GraphDensity GraphDiameter GraphDifference GraphDisjointUnion ' +\n      'GraphDistance GraphDistanceMatrix GraphElementData GraphEmbedding GraphHighlight GraphHighlightStyle GraphHub Graphics Graphics3D Graphics3DBox Graphics3DBoxOptions GraphicsArray GraphicsBaseline GraphicsBox GraphicsBoxOptions GraphicsColor GraphicsColumn GraphicsComplex GraphicsComplex3DBox GraphicsComplex3DBoxOptions GraphicsComplexBox GraphicsComplexBoxOptions GraphicsContents GraphicsData GraphicsGrid GraphicsGridBox GraphicsGroup GraphicsGroup3DBox GraphicsGroup3DBoxOptions GraphicsGroupBox GraphicsGroupBoxOptions GraphicsGrouping GraphicsHighlightColor GraphicsRow GraphicsSpacing GraphicsStyle GraphIntersection GraphLayout GraphLinkEfficiency GraphPeriphery GraphPlot GraphPlot3D GraphPower GraphPropertyDistribution GraphQ GraphRadius GraphReciprocity GraphRoot GraphStyle GraphUnion Gray GrayLevel GreatCircleDistance Greater GreaterEqual GreaterEqualLess GreaterFullEqual GreaterGreater GreaterLess GreaterSlantEqual GreaterTilde Green Grid GridBaseline GridBox GridBoxAlignment GridBoxBackground GridBoxDividers GridBoxFrame GridBoxItemSize GridBoxItemStyle GridBoxOptions GridBoxSpacings GridCreationSettings GridDefaultElement GridElementStyleOptions GridFrame GridFrameMargins GridGraph GridLines GridLinesStyle GroebnerBasis GroupActionBase GroupCentralizer GroupElementFromWord GroupElementPosition GroupElementQ GroupElements GroupElementToWord GroupGenerators GroupMultiplicationTable GroupOrbits GroupOrder GroupPageBreakWithin GroupSetwiseStabilizer GroupStabilizer GroupStabilizerChain Gudermannian GumbelDistribution ' +\n      'HaarWavelet HadamardMatrix HalfNormalDistribution HamiltonianGraphQ HammingDistance HammingWindow HankelH1 HankelH2 HankelMatrix HannPoissonWindow HannWindow HaradaNortonGroupHN HararyGraph HarmonicMean HarmonicMeanFilter HarmonicNumber Hash HashTable Haversine HazardFunction Head HeadCompose Heads HeavisideLambda HeavisidePi HeavisideTheta HeldGroupHe HeldPart HelpBrowserLookup HelpBrowserNotebook HelpBrowserSettings HermiteDecomposition HermiteH HermitianMatrixQ HessenbergDecomposition Hessian HexadecimalCharacter Hexahedron HexahedronBox HexahedronBoxOptions HiddenSurface HighlightGraph HighlightImage HighpassFilter HigmanSimsGroupHS HilbertFilter HilbertMatrix Histogram Histogram3D HistogramDistribution HistogramList HistogramTransform HistogramTransformInterpolation HitMissTransform HITSCentrality HodgeDual HoeffdingD HoeffdingDTest Hold HoldAll HoldAllComplete HoldComplete HoldFirst HoldForm HoldPattern HoldRest HolidayCalendar HomeDirectory HomePage Horizontal HorizontalForm HorizontalGauge HorizontalScrollPosition HornerForm HotellingTSquareDistribution HoytDistribution HTMLSave Hue HumpDownHump HumpEqual HurwitzLerchPhi HurwitzZeta HyperbolicDistribution HypercubeGraph HyperexponentialDistribution Hyperfactorial Hypergeometric0F1 Hypergeometric0F1Regularized Hypergeometric1F1 Hypergeometric1F1Regularized Hypergeometric2F1 Hypergeometric2F1Regularized HypergeometricDistribution HypergeometricPFQ HypergeometricPFQRegularized HypergeometricU Hyperlink HyperlinkCreationSettings Hyphenation HyphenationOptions HypoexponentialDistribution HypothesisTestData ' +\n      'I Identity IdentityMatrix If IgnoreCase Im Image Image3D Image3DSlices ImageAccumulate ImageAdd ImageAdjust ImageAlign ImageApply ImageAspectRatio ImageAssemble ImageCache ImageCacheValid ImageCapture ImageChannels ImageClip ImageColorSpace ImageCompose ImageConvolve ImageCooccurrence ImageCorners ImageCorrelate ImageCorrespondingPoints ImageCrop ImageData ImageDataPacket ImageDeconvolve ImageDemosaic ImageDifference ImageDimensions ImageDistance ImageEffect ImageFeatureTrack ImageFileApply ImageFileFilter ImageFileScan ImageFilter ImageForestingComponents ImageForwardTransformation ImageHistogram ImageKeypoints ImageLevels ImageLines ImageMargins ImageMarkers ImageMeasurements ImageMultiply ImageOffset ImagePad ImagePadding ImagePartition ImagePeriodogram ImagePerspectiveTransformation ImageQ ImageRangeCache ImageReflect ImageRegion ImageResize ImageResolution ImageRotate ImageRotated ImageScaled ImageScan ImageSize ImageSizeAction ImageSizeCache ImageSizeMultipliers ImageSizeRaw ImageSubtract ImageTake ImageTransformation ImageTrim ImageType ImageValue ImageValuePositions Implies Import ImportAutoReplacements ImportString ImprovementImportance In IncidenceGraph IncidenceList IncidenceMatrix IncludeConstantBasis IncludeFileExtension IncludePods IncludeSingularTerm Increment Indent IndentingNewlineSpacings IndentMaxFraction IndependenceTest IndependentEdgeSetQ IndependentUnit IndependentVertexSetQ Indeterminate IndexCreationOptions Indexed IndexGraph IndexTag Inequality InexactNumberQ InexactNumbers Infinity Infix Information Inherited InheritScope Initialization InitializationCell InitializationCellEvaluation InitializationCellWarning InlineCounterAssignments InlineCounterIncrements InlineRules Inner Inpaint Input InputAliases InputAssumptions InputAutoReplacements InputField InputFieldBox InputFieldBoxOptions InputForm InputGrouping InputNamePacket InputNotebook InputPacket InputSettings InputStream InputString InputStringPacket InputToBoxFormPacket Insert InsertionPointObject InsertResults Inset Inset3DBox Inset3DBoxOptions InsetBox InsetBoxOptions Install InstallService InString Integer IntegerDigits IntegerExponent IntegerLength IntegerPart IntegerPartitions IntegerQ Integers IntegerString Integral Integrate Interactive InteractiveTradingChart Interlaced Interleaving InternallyBalancedDecomposition InterpolatingFunction InterpolatingPolynomial Interpolation InterpolationOrder InterpolationPoints InterpolationPrecision Interpretation InterpretationBox InterpretationBoxOptions InterpretationFunction ' +\n      'InterpretTemplate InterquartileRange Interrupt InterruptSettings Intersection Interval IntervalIntersection IntervalMemberQ IntervalUnion Inverse InverseBetaRegularized InverseCDF InverseChiSquareDistribution InverseContinuousWaveletTransform InverseDistanceTransform InverseEllipticNomeQ InverseErf InverseErfc InverseFourier InverseFourierCosTransform InverseFourierSequenceTransform InverseFourierSinTransform InverseFourierTransform InverseFunction InverseFunctions InverseGammaDistribution InverseGammaRegularized InverseGaussianDistribution InverseGudermannian InverseHaversine InverseJacobiCD InverseJacobiCN InverseJacobiCS InverseJacobiDC InverseJacobiDN InverseJacobiDS InverseJacobiNC InverseJacobiND InverseJacobiNS InverseJacobiSC InverseJacobiSD InverseJacobiSN InverseLaplaceTransform InversePermutation InverseRadon InverseSeries InverseSurvivalFunction InverseWaveletTransform InverseWeierstrassP InverseZTransform Invisible InvisibleApplication InvisibleTimes IrreduciblePolynomialQ IsolatingInterval IsomorphicGraphQ IsotopeData Italic Item ItemBox ItemBoxOptions ItemSize ItemStyle ItoProcess ' +\n      'JaccardDissimilarity JacobiAmplitude Jacobian JacobiCD JacobiCN JacobiCS JacobiDC JacobiDN JacobiDS JacobiNC JacobiND JacobiNS JacobiP JacobiSC JacobiSD JacobiSN JacobiSymbol JacobiZeta JankoGroupJ1 JankoGroupJ2 JankoGroupJ3 JankoGroupJ4 JarqueBeraALMTest JohnsonDistribution Join Joined JoinedCurve JoinedCurveBox JoinForm JordanDecomposition JordanModelDecomposition ' +\n      'K KagiChart KaiserBesselWindow KaiserWindow KalmanEstimator KalmanFilter KarhunenLoeveDecomposition KaryTree KatzCentrality KCoreComponents KDistribution KelvinBei KelvinBer KelvinKei KelvinKer KendallTau KendallTauTest KernelExecute KernelMixtureDistribution KernelObject Kernels Ket Khinchin KirchhoffGraph KirchhoffMatrix KleinInvariantJ KnightTourGraph KnotData KnownUnitQ KolmogorovSmirnovTest KroneckerDelta KroneckerModelDecomposition KroneckerProduct KroneckerSymbol KuiperTest KumaraswamyDistribution Kurtosis KuwaharaFilter ' +\n      'Label Labeled LabeledSlider LabelingFunction LabelStyle LaguerreL LambdaComponents LambertW LanczosWindow LandauDistribution Language LanguageCategory LaplaceDistribution LaplaceTransform Laplacian LaplacianFilter LaplacianGaussianFilter Large Larger Last Latitude LatitudeLongitude LatticeData LatticeReduce Launch LaunchKernels LayeredGraphPlot LayerSizeFunction LayoutInformation LCM LeafCount LeapYearQ LeastSquares LeastSquaresFilterKernel Left LeftArrow LeftArrowBar LeftArrowRightArrow LeftDownTeeVector LeftDownVector LeftDownVectorBar LeftRightArrow LeftRightVector LeftTee LeftTeeArrow LeftTeeVector LeftTriangle LeftTriangleBar LeftTriangleEqual LeftUpDownVector LeftUpTeeVector LeftUpVector LeftUpVectorBar LeftVector LeftVectorBar LegendAppearance Legended LegendFunction LegendLabel LegendLayout LegendMargins LegendMarkers LegendMarkerSize LegendreP LegendreQ LegendreType Length LengthWhile LerchPhi Less LessEqual LessEqualGreater LessFullEqual LessGreater LessLess LessSlantEqual LessTilde LetterCharacter LetterQ Level LeveneTest LeviCivitaTensor LevyDistribution Lexicographic LibraryFunction LibraryFunctionError LibraryFunctionInformation LibraryFunctionLoad LibraryFunctionUnload LibraryLoad LibraryUnload LicenseID LiftingFilterData LiftingWaveletTransform LightBlue LightBrown LightCyan Lighter LightGray LightGreen Lighting LightingAngle LightMagenta LightOrange LightPink LightPurple LightRed LightSources LightYellow Likelihood Limit LimitsPositioning LimitsPositioningTokens LindleyDistribution Line Line3DBox LinearFilter LinearFractionalTransform LinearModelFit LinearOffsetFunction LinearProgramming LinearRecurrence LinearSolve LinearSolveFunction LineBox LineBreak LinebreakAdjustments LineBreakChart LineBreakWithin LineColor LineForm LineGraph LineIndent LineIndentMaxFraction LineIntegralConvolutionPlot LineIntegralConvolutionScale LineLegend LineOpacity LineSpacing LineWrapParts LinkActivate LinkClose LinkConnect LinkConnectedQ LinkCreate LinkError LinkFlush LinkFunction LinkHost LinkInterrupt LinkLaunch LinkMode LinkObject LinkOpen LinkOptions LinkPatterns LinkProtocol LinkRead LinkReadHeld LinkReadyQ Links LinkWrite LinkWriteHeld LiouvilleLambda List Listable ListAnimate ListContourPlot ListContourPlot3D ListConvolve ListCorrelate ListCurvePathPlot ListDeconvolve ListDensityPlot Listen ListFourierSequenceTransform ListInterpolation ListLineIntegralConvolutionPlot ListLinePlot ListLogLinearPlot ListLogLogPlot ListLogPlot ListPicker ListPickerBox ListPickerBoxBackground ListPickerBoxOptions ListPlay ListPlot ListPlot3D ListPointPlot3D ListPolarPlot ListQ ListStreamDensityPlot ListStreamPlot ListSurfacePlot3D ListVectorDensityPlot ListVectorPlot ListVectorPlot3D ListZTransform Literal LiteralSearch LocalClusteringCoefficient LocalizeVariables LocationEquivalenceTest LocationTest Locator LocatorAutoCreate LocatorBox LocatorBoxOptions LocatorCentering LocatorPane LocatorPaneBox LocatorPaneBoxOptions ' +\n      'LocatorRegion Locked Log Log10 Log2 LogBarnesG LogGamma LogGammaDistribution LogicalExpand LogIntegral LogisticDistribution LogitModelFit LogLikelihood LogLinearPlot LogLogisticDistribution LogLogPlot LogMultinormalDistribution LogNormalDistribution LogPlot LogRankTest LogSeriesDistribution LongEqual Longest LongestAscendingSequence LongestCommonSequence LongestCommonSequencePositions LongestCommonSubsequence LongestCommonSubsequencePositions LongestMatch LongForm Longitude LongLeftArrow LongLeftRightArrow LongRightArrow Loopback LoopFreeGraphQ LowerCaseQ LowerLeftArrow LowerRightArrow LowerTriangularize LowpassFilter LQEstimatorGains LQGRegulator LQOutputRegulatorGains LQRegulatorGains LUBackSubstitution LucasL LuccioSamiComponents LUDecomposition LyapunovSolve LyonsGroupLy ' +\n      'MachineID MachineName MachineNumberQ MachinePrecision MacintoshSystemPageSetup Magenta Magnification Magnify MainSolve MaintainDynamicCaches Majority MakeBoxes MakeExpression MakeRules MangoldtLambda ManhattanDistance Manipulate Manipulator MannWhitneyTest MantissaExponent Manual Map MapAll MapAt MapIndexed MAProcess MapThread MarcumQ MardiaCombinedTest MardiaKurtosisTest MardiaSkewnessTest MarginalDistribution MarkovProcessProperties Masking MatchingDissimilarity MatchLocalNameQ MatchLocalNames MatchQ Material MathematicaNotation MathieuC MathieuCharacteristicA MathieuCharacteristicB MathieuCharacteristicExponent MathieuCPrime MathieuGroupM11 MathieuGroupM12 MathieuGroupM22 MathieuGroupM23 MathieuGroupM24 MathieuS MathieuSPrime MathMLForm MathMLText Matrices MatrixExp MatrixForm MatrixFunction MatrixLog MatrixPlot MatrixPower MatrixQ MatrixRank Max MaxBend MaxDetect MaxExtraBandwidths MaxExtraConditions MaxFeatures MaxFilter Maximize MaxIterations MaxMemoryUsed MaxMixtureKernels MaxPlotPoints MaxPoints MaxRecursion MaxStableDistribution MaxStepFraction MaxSteps MaxStepSize MaxValue MaxwellDistribution McLaughlinGroupMcL Mean MeanClusteringCoefficient MeanDegreeConnectivity MeanDeviation MeanFilter MeanGraphDistance MeanNeighborDegree MeanShift MeanShiftFilter Median MedianDeviation MedianFilter Medium MeijerG MeixnerDistribution MemberQ MemoryConstrained MemoryInUse Menu MenuAppearance MenuCommandKey MenuEvaluator MenuItem MenuPacket MenuSortingValue MenuStyle MenuView MergeDifferences Mesh MeshFunctions MeshRange MeshShading MeshStyle Message MessageDialog MessageList MessageName MessageOptions MessagePacket Messages MessagesNotebook MetaCharacters MetaInformation Method MethodOptions MexicanHatWavelet MeyerWavelet Min MinDetect MinFilter MinimalPolynomial MinimalStateSpaceModel Minimize Minors MinRecursion MinSize MinStableDistribution Minus MinusPlus MinValue Missing MissingDataMethod MittagLefflerE MixedRadix MixedRadixQuantity MixtureDistribution Mod Modal Mode Modular ModularLambda Module Modulus MoebiusMu Moment Momentary MomentConvert MomentEvaluate MomentGeneratingFunction Monday Monitor MonomialList MonomialOrder MonsterGroupM MorletWavelet MorphologicalBinarize MorphologicalBranchPoints MorphologicalComponents MorphologicalEulerNumber MorphologicalGraph MorphologicalPerimeter MorphologicalTransform Most MouseAnnotation MouseAppearance MouseAppearanceTag MouseButtons Mouseover MousePointerNote MousePosition MovingAverage MovingMedian MoyalDistribution MultiedgeStyle MultilaunchWarning MultiLetterItalics MultiLetterStyle MultilineFunction Multinomial MultinomialDistribution MultinormalDistribution MultiplicativeOrder Multiplicity Multiselection MultivariateHypergeometricDistribution MultivariatePoissonDistribution MultivariateTDistribution ' +\n      'N NakagamiDistribution NameQ Names NamespaceBox Nand NArgMax NArgMin NBernoulliB NCache NDSolve NDSolveValue Nearest NearestFunction NeedCurrentFrontEndPackagePacket NeedCurrentFrontEndSymbolsPacket NeedlemanWunschSimilarity Needs Negative NegativeBinomialDistribution NegativeMultinomialDistribution NeighborhoodGraph Nest NestedGreaterGreater NestedLessLess NestedScriptRules NestList NestWhile NestWhileList NevilleThetaC NevilleThetaD NevilleThetaN NevilleThetaS NewPrimitiveStyle NExpectation Next NextPrime NHoldAll NHoldFirst NHoldRest NicholsGridLines NicholsPlot NIntegrate NMaximize NMaxValue NMinimize NMinValue NominalVariables NonAssociative NoncentralBetaDistribution NoncentralChiSquareDistribution NoncentralFRatioDistribution NoncentralStudentTDistribution NonCommutativeMultiply NonConstants None NonlinearModelFit NonlocalMeansFilter NonNegative NonPositive Nor NorlundB Norm Normal NormalDistribution NormalGrouping Normalize NormalizedSquaredEuclideanDistance NormalsFunction NormFunction Not NotCongruent NotCupCap NotDoubleVerticalBar Notebook NotebookApply NotebookAutoSave NotebookClose NotebookConvertSettings NotebookCreate NotebookCreateReturnObject NotebookDefault NotebookDelete NotebookDirectory NotebookDynamicExpression NotebookEvaluate NotebookEventActions NotebookFileName NotebookFind NotebookFindReturnObject NotebookGet NotebookGetLayoutInformationPacket NotebookGetMisspellingsPacket NotebookInformation NotebookInterfaceObject NotebookLocate NotebookObject NotebookOpen NotebookOpenReturnObject NotebookPath NotebookPrint NotebookPut NotebookPutReturnObject NotebookRead NotebookResetGeneratedCells Notebooks NotebookSave NotebookSaveAs NotebookSelection NotebookSetupLayoutInformationPacket NotebooksMenu NotebookWrite NotElement NotEqualTilde NotExists NotGreater NotGreaterEqual NotGreaterFullEqual NotGreaterGreater NotGreaterLess NotGreaterSlantEqual NotGreaterTilde NotHumpDownHump NotHumpEqual NotLeftTriangle NotLeftTriangleBar NotLeftTriangleEqual NotLess NotLessEqual NotLessFullEqual NotLessGreater NotLessLess NotLessSlantEqual NotLessTilde NotNestedGreaterGreater NotNestedLessLess NotPrecedes NotPrecedesEqual NotPrecedesSlantEqual NotPrecedesTilde NotReverseElement NotRightTriangle NotRightTriangleBar NotRightTriangleEqual NotSquareSubset NotSquareSubsetEqual NotSquareSuperset NotSquareSupersetEqual NotSubset NotSubsetEqual NotSucceeds NotSucceedsEqual NotSucceedsSlantEqual NotSucceedsTilde NotSuperset NotSupersetEqual NotTilde NotTildeEqual NotTildeFullEqual NotTildeTilde NotVerticalBar NProbability NProduct NProductFactors NRoots NSolve NSum NSumTerms Null NullRecords NullSpace NullWords Number NumberFieldClassNumber NumberFieldDiscriminant NumberFieldFundamentalUnits NumberFieldIntegralBasis NumberFieldNormRepresentatives NumberFieldRegulator NumberFieldRootsOfUnity NumberFieldSignature NumberForm NumberFormat NumberMarks NumberMultiplier NumberPadding NumberPoint NumberQ NumberSeparator ' +\n      'NumberSigns NumberString Numerator NumericFunction NumericQ NuttallWindow NValues NyquistGridLines NyquistPlot ' +\n      'O ObservabilityGramian ObservabilityMatrix ObservableDecomposition ObservableModelQ OddQ Off Offset OLEData On ONanGroupON OneIdentity Opacity Open OpenAppend Opener OpenerBox OpenerBoxOptions OpenerView OpenFunctionInspectorPacket Opening OpenRead OpenSpecialOptions OpenTemporary OpenWrite Operate OperatingSystem OptimumFlowData Optional OptionInspectorSettings OptionQ Options OptionsPacket OptionsPattern OptionValue OptionValueBox OptionValueBoxOptions Or Orange Order OrderDistribution OrderedQ Ordering Orderless OrnsteinUhlenbeckProcess Orthogonalize Out Outer OutputAutoOverwrite OutputControllabilityMatrix OutputControllableModelQ OutputForm OutputFormData OutputGrouping OutputMathEditExpression OutputNamePacket OutputResponse OutputSizeLimit OutputStream Over OverBar OverDot Overflow OverHat Overlaps Overlay OverlayBox OverlayBoxOptions Overscript OverscriptBox OverscriptBoxOptions OverTilde OverVector OwenT OwnValues ' +\n      'PackingMethod PaddedForm Padding PadeApproximant PadLeft PadRight PageBreakAbove PageBreakBelow PageBreakWithin PageFooterLines PageFooters PageHeaderLines PageHeaders PageHeight PageRankCentrality PageWidth PairedBarChart PairedHistogram PairedSmoothHistogram PairedTTest PairedZTest PaletteNotebook PalettePath Pane PaneBox PaneBoxOptions Panel PanelBox PanelBoxOptions Paneled PaneSelector PaneSelectorBox PaneSelectorBoxOptions PaperWidth ParabolicCylinderD ParagraphIndent ParagraphSpacing ParallelArray ParallelCombine ParallelDo ParallelEvaluate Parallelization Parallelize ParallelMap ParallelNeeds ParallelProduct ParallelSubmit ParallelSum ParallelTable ParallelTry Parameter ParameterEstimator ParameterMixtureDistribution ParameterVariables ParametricFunction ParametricNDSolve ParametricNDSolveValue ParametricPlot ParametricPlot3D ParentConnect ParentDirectory ParentForm Parenthesize ParentList ParetoDistribution Part PartialCorrelationFunction PartialD ParticleData Partition PartitionsP PartitionsQ ParzenWindow PascalDistribution PassEventsDown PassEventsUp Paste PasteBoxFormInlineCells PasteButton Path PathGraph PathGraphQ Pattern PatternSequence PatternTest PauliMatrix PaulWavelet Pause PausedTime PDF PearsonChiSquareTest PearsonCorrelationTest PearsonDistribution PerformanceGoal PeriodicInterpolation Periodogram PeriodogramArray PermutationCycles PermutationCyclesQ PermutationGroup PermutationLength PermutationList PermutationListQ PermutationMax PermutationMin PermutationOrder PermutationPower PermutationProduct PermutationReplace Permutations PermutationSupport Permute PeronaMalikFilter Perpendicular PERTDistribution PetersenGraph PhaseMargins Pi Pick PIDData PIDDerivativeFilter PIDFeedforward PIDTune Piecewise PiecewiseExpand PieChart PieChart3D PillaiTrace PillaiTraceTest Pink Pivoting PixelConstrained PixelValue PixelValuePositions Placed Placeholder PlaceholderReplace Plain PlanarGraphQ Play PlayRange Plot Plot3D Plot3Matrix PlotDivision PlotJoined PlotLabel PlotLayout PlotLegends PlotMarkers PlotPoints PlotRange PlotRangeClipping PlotRangePadding PlotRegion PlotStyle Plus PlusMinus Pochhammer PodStates PodWidth Point Point3DBox PointBox PointFigureChart PointForm PointLegend PointSize PoissonConsulDistribution PoissonDistribution PoissonProcess PoissonWindow PolarAxes PolarAxesOrigin PolarGridLines PolarPlot PolarTicks PoleZeroMarkers PolyaAeppliDistribution PolyGamma Polygon Polygon3DBox Polygon3DBoxOptions PolygonBox PolygonBoxOptions PolygonHoleScale PolygonIntersections PolygonScale PolyhedronData PolyLog PolynomialExtendedGCD PolynomialForm PolynomialGCD PolynomialLCM PolynomialMod PolynomialQ PolynomialQuotient PolynomialQuotientRemainder PolynomialReduce PolynomialRemainder Polynomials PopupMenu PopupMenuBox PopupMenuBoxOptions PopupView PopupWindow Position Positive PositiveDefiniteMatrixQ PossibleZeroQ Postfix PostScript Power PowerDistribution PowerExpand PowerMod PowerModList ' +\n      'PowerSpectralDensity PowersRepresentations PowerSymmetricPolynomial Precedence PrecedenceForm Precedes PrecedesEqual PrecedesSlantEqual PrecedesTilde Precision PrecisionGoal PreDecrement PredictionRoot PreemptProtect PreferencesPath Prefix PreIncrement Prepend PrependTo PreserveImageOptions Previous PriceGraphDistribution PrimaryPlaceholder Prime PrimeNu PrimeOmega PrimePi PrimePowerQ PrimeQ Primes PrimeZetaP PrimitiveRoot PrincipalComponents PrincipalValue Print PrintAction PrintForm PrintingCopies PrintingOptions PrintingPageRange PrintingStartingPageNumber PrintingStyleEnvironment PrintPrecision PrintTemporary Prism PrismBox PrismBoxOptions PrivateCellOptions PrivateEvaluationOptions PrivateFontOptions PrivateFrontEndOptions PrivateNotebookOptions PrivatePaths Probability ProbabilityDistribution ProbabilityPlot ProbabilityPr ProbabilityScalePlot ProbitModelFit ProcessEstimator ProcessParameterAssumptions ProcessParameterQ ProcessStateDomain ProcessTimeDomain Product ProductDistribution ProductLog ProgressIndicator ProgressIndicatorBox ProgressIndicatorBoxOptions Projection Prolog PromptForm Properties Property PropertyList PropertyValue Proportion Proportional Protect Protected ProteinData Pruning PseudoInverse Purple Put PutAppend Pyramid PyramidBox PyramidBoxOptions ' +\n      'QBinomial QFactorial QGamma QHypergeometricPFQ QPochhammer QPolyGamma QRDecomposition QuadraticIrrationalQ Quantile QuantilePlot Quantity QuantityForm QuantityMagnitude QuantityQ QuantityUnit Quartics QuartileDeviation Quartiles QuartileSkewness QueueingNetworkProcess QueueingProcess QueueProperties Quiet Quit Quotient QuotientRemainder ' +\n      'RadialityCentrality RadicalBox RadicalBoxOptions RadioButton RadioButtonBar RadioButtonBox RadioButtonBoxOptions Radon RamanujanTau RamanujanTauL RamanujanTauTheta RamanujanTauZ Random RandomChoice RandomComplex RandomFunction RandomGraph RandomImage RandomInteger RandomPermutation RandomPrime RandomReal RandomSample RandomSeed RandomVariate RandomWalkProcess Range RangeFilter RangeSpecification RankedMax RankedMin Raster Raster3D Raster3DBox Raster3DBoxOptions RasterArray RasterBox RasterBoxOptions Rasterize RasterSize Rational RationalFunctions Rationalize Rationals Ratios Raw RawArray RawBoxes RawData RawMedium RayleighDistribution Re Read ReadList ReadProtected Real RealBlockDiagonalForm RealDigits RealExponent Reals Reap Record RecordLists RecordSeparators Rectangle RectangleBox RectangleBoxOptions RectangleChart RectangleChart3D RecurrenceFilter RecurrenceTable RecurringDigitsForm Red Reduce RefBox ReferenceLineStyle ReferenceMarkers ReferenceMarkerStyle Refine ReflectionMatrix ReflectionTransform Refresh RefreshRate RegionBinarize RegionFunction RegionPlot RegionPlot3D RegularExpression Regularization Reinstall Release ReleaseHold ReliabilityDistribution ReliefImage ReliefPlot Remove RemoveAlphaChannel RemoveAsynchronousTask Removed RemoveInputStreamMethod RemoveOutputStreamMethod RemoveProperty RemoveScheduledTask RenameDirectory RenameFile RenderAll RenderingOptions RenewalProcess RenkoChart Repeated RepeatedNull RepeatedString Replace ReplaceAll ReplaceHeldPart ReplaceImageValue ReplaceList ReplacePart ReplacePixelValue ReplaceRepeated Resampling Rescale RescalingTransform ResetDirectory ResetMenusPacket ResetScheduledTask Residue Resolve Rest Resultant ResumePacket Return ReturnExpressionPacket ReturnInputFormPacket ReturnPacket ReturnTextPacket Reverse ReverseBiorthogonalSplineWavelet ReverseElement ReverseEquilibrium ReverseGraph ReverseUpEquilibrium RevolutionAxis RevolutionPlot3D RGBColor RiccatiSolve RiceDistribution RidgeFilter RiemannR RiemannSiegelTheta RiemannSiegelZ Riffle Right RightArrow RightArrowBar RightArrowLeftArrow RightCosetRepresentative RightDownTeeVector RightDownVector RightDownVectorBar RightTee RightTeeArrow RightTeeVector RightTriangle RightTriangleBar RightTriangleEqual RightUpDownVector RightUpTeeVector RightUpVector RightUpVectorBar RightVector RightVectorBar RiskAchievementImportance RiskReductionImportance RogersTanimotoDissimilarity Root RootApproximant RootIntervals RootLocusPlot RootMeanSquare RootOfUnityQ RootReduce Roots RootSum Rotate RotateLabel RotateLeft RotateRight RotationAction RotationBox RotationBoxOptions RotationMatrix RotationTransform Round RoundImplies RoundingRadius Row RowAlignments RowBackgrounds RowBox RowHeights RowLines RowMinHeight RowReduce RowsEqual RowSpacings RSolve RudvalisGroupRu Rule RuleCondition RuleDelayed RuleForm RulerUnits Run RunScheduledTask RunThrough RuntimeAttributes RuntimeOptions RussellRaoDissimilarity ' +\n      'SameQ SameTest SampleDepth SampledSoundFunction SampledSoundList SampleRate SamplingPeriod SARIMAProcess SARMAProcess SatisfiabilityCount SatisfiabilityInstances SatisfiableQ Saturday Save Saveable SaveAutoDelete SaveDefinitions SawtoothWave Scale Scaled ScaleDivisions ScaledMousePosition ScaleOrigin ScalePadding ScaleRanges ScaleRangeStyle ScalingFunctions ScalingMatrix ScalingTransform Scan ScheduledTaskActiveQ ScheduledTaskData ScheduledTaskObject ScheduledTasks SchurDecomposition ScientificForm ScreenRectangle ScreenStyleEnvironment ScriptBaselineShifts ScriptLevel ScriptMinSize ScriptRules ScriptSizeMultipliers Scrollbars ScrollingOptions ScrollPosition Sec Sech SechDistribution SectionGrouping SectorChart SectorChart3D SectorOrigin SectorSpacing SeedRandom Select Selectable SelectComponents SelectedCells SelectedNotebook Selection SelectionAnimate SelectionCell SelectionCellCreateCell SelectionCellDefaultStyle SelectionCellParentStyle SelectionCreateCell SelectionDebuggerTag SelectionDuplicateCell SelectionEvaluate SelectionEvaluateCreateCell SelectionMove SelectionPlaceholder SelectionSetStyle SelectWithContents SelfLoops SelfLoopStyle SemialgebraicComponentInstances SendMail Sequence SequenceAlignment SequenceForm SequenceHold SequenceLimit Series SeriesCoefficient SeriesData SessionTime Set SetAccuracy SetAlphaChannel SetAttributes Setbacks SetBoxFormNamesPacket SetDelayed SetDirectory SetEnvironment SetEvaluationNotebook SetFileDate SetFileLoadingContext SetNotebookStatusLine SetOptions SetOptionsPacket SetPrecision SetProperty SetSelectedNotebook SetSharedFunction SetSharedVariable SetSpeechParametersPacket SetStreamPosition SetSystemOptions Setter SetterBar SetterBox SetterBoxOptions Setting SetValue Shading Shallow ShannonWavelet ShapiroWilkTest Share Sharpen ShearingMatrix ShearingTransform ShenCastanMatrix Short ShortDownArrow Shortest ShortestMatch ShortestPathFunction ShortLeftArrow ShortRightArrow ShortUpArrow Show ShowAutoStyles ShowCellBracket ShowCellLabel ShowCellTags ShowClosedCellArea ShowContents ShowControls ShowCursorTracker ShowGroupOpenCloseIcon ShowGroupOpener ShowInvisibleCharacters ShowPageBreaks ShowPredictiveInterface ShowSelection ShowShortBoxForm ShowSpecialCharacters ShowStringCharacters ShowSyntaxStyles ShrinkingDelay ShrinkWrapBoundingBox SiegelTheta SiegelTukeyTest Sign Signature SignedRankTest SignificanceLevel SignPadding SignTest SimilarityRules SimpleGraph SimpleGraphQ Simplify Sin Sinc SinghMaddalaDistribution SingleEvaluation SingleLetterItalics SingleLetterStyle SingularValueDecomposition SingularValueList SingularValuePlot SingularValues Sinh SinhIntegral SinIntegral SixJSymbol Skeleton SkeletonTransform SkellamDistribution Skewness SkewNormalDistribution Skip SliceDistribution Slider Slider2D Slider2DBox Slider2DBoxOptions SliderBox SliderBoxOptions SlideView Slot SlotSequence Small SmallCircle Smaller SmithDelayCompensator SmithWatermanSimilarity ' +\n      'SmoothDensityHistogram SmoothHistogram SmoothHistogram3D SmoothKernelDistribution SocialMediaData Socket SokalSneathDissimilarity Solve SolveAlways SolveDelayed Sort SortBy Sound SoundAndGraphics SoundNote SoundVolume Sow Space SpaceForm Spacer Spacings Span SpanAdjustments SpanCharacterRounding SpanFromAbove SpanFromBoth SpanFromLeft SpanLineThickness SpanMaxSize SpanMinSize SpanningCharacters SpanSymmetric SparseArray SpatialGraphDistribution Speak SpeakTextPacket SpearmanRankTest SpearmanRho Spectrogram SpectrogramArray Specularity SpellingCorrection SpellingDictionaries SpellingDictionariesPath SpellingOptions SpellingSuggestionsPacket Sphere SphereBox SphericalBesselJ SphericalBesselY SphericalHankelH1 SphericalHankelH2 SphericalHarmonicY SphericalPlot3D SphericalRegion SpheroidalEigenvalue SpheroidalJoiningFactor SpheroidalPS SpheroidalPSPrime SpheroidalQS SpheroidalQSPrime SpheroidalRadialFactor SpheroidalS1 SpheroidalS1Prime SpheroidalS2 SpheroidalS2Prime Splice SplicedDistribution SplineClosed SplineDegree SplineKnots SplineWeights Split SplitBy SpokenString Sqrt SqrtBox SqrtBoxOptions Square SquaredEuclideanDistance SquareFreeQ SquareIntersection SquaresR SquareSubset SquareSubsetEqual SquareSuperset SquareSupersetEqual SquareUnion SquareWave StabilityMargins StabilityMarginsStyle StableDistribution Stack StackBegin StackComplete StackInhibit StandardDeviation StandardDeviationFilter StandardForm Standardize StandbyDistribution Star StarGraph StartAsynchronousTask StartingStepSize StartOfLine StartOfString StartScheduledTask StartupSound StateDimensions StateFeedbackGains StateOutputEstimator StateResponse StateSpaceModel StateSpaceRealization StateSpaceTransform StationaryDistribution StationaryWaveletPacketTransform StationaryWaveletTransform StatusArea StatusCentrality StepMonitor StieltjesGamma StirlingS1 StirlingS2 StopAsynchronousTask StopScheduledTask StrataVariables StratonovichProcess StreamColorFunction StreamColorFunctionScaling StreamDensityPlot StreamPlot StreamPoints StreamPosition Streams StreamScale StreamStyle String StringBreak StringByteCount StringCases StringCount StringDrop StringExpression StringForm StringFormat StringFreeQ StringInsert StringJoin StringLength StringMatchQ StringPosition StringQ StringReplace StringReplaceList StringReplacePart StringReverse StringRotateLeft StringRotateRight StringSkeleton StringSplit StringTake StringToStream StringTrim StripBoxes StripOnInput StripWrapperBoxes StrokeForm StructuralImportance StructuredArray StructuredSelection StruveH StruveL Stub StudentTDistribution Style StyleBox StyleBoxAutoDelete StyleBoxOptions StyleData StyleDefinitions StyleForm StyleKeyMapping StyleMenuListing StyleNameDialogSettings StyleNames StylePrint StyleSheetPath Subfactorial Subgraph SubMinus SubPlus SubresultantPolynomialRemainders ' +\n      'SubresultantPolynomials Subresultants Subscript SubscriptBox SubscriptBoxOptions Subscripted Subset SubsetEqual Subsets SubStar Subsuperscript SubsuperscriptBox SubsuperscriptBoxOptions Subtract SubtractFrom SubValues Succeeds SucceedsEqual SucceedsSlantEqual SucceedsTilde SuchThat Sum SumConvergence Sunday SuperDagger SuperMinus SuperPlus Superscript SuperscriptBox SuperscriptBoxOptions Superset SupersetEqual SuperStar Surd SurdForm SurfaceColor SurfaceGraphics SurvivalDistribution SurvivalFunction SurvivalModel SurvivalModelFit SuspendPacket SuzukiDistribution SuzukiGroupSuz SwatchLegend Switch Symbol SymbolName SymletWavelet Symmetric SymmetricGroup SymmetricMatrixQ SymmetricPolynomial SymmetricReduction Symmetrize SymmetrizedArray SymmetrizedArrayRules SymmetrizedDependentComponents SymmetrizedIndependentComponents SymmetrizedReplacePart SynchronousInitialization SynchronousUpdating Syntax SyntaxForm SyntaxInformation SyntaxLength SyntaxPacket SyntaxQ SystemDialogInput SystemException SystemHelpPath SystemInformation SystemInformationData SystemOpen SystemOptions SystemsModelDelay SystemsModelDelayApproximate SystemsModelDelete SystemsModelDimensions SystemsModelExtract SystemsModelFeedbackConnect SystemsModelLabels SystemsModelOrder SystemsModelParallelConnect SystemsModelSeriesConnect SystemsModelStateFeedbackConnect SystemStub ' +\n      'Tab TabFilling Table TableAlignments TableDepth TableDirections TableForm TableHeadings TableSpacing TableView TableViewBox TabSpacings TabView TabViewBox TabViewBoxOptions TagBox TagBoxNote TagBoxOptions TaggingRules TagSet TagSetDelayed TagStyle TagUnset Take TakeWhile Tally Tan Tanh TargetFunctions TargetUnits TautologyQ TelegraphProcess TemplateBox TemplateBoxOptions TemplateSlotSequence TemporalData Temporary TemporaryVariable TensorContract TensorDimensions TensorExpand TensorProduct TensorQ TensorRank TensorReduce TensorSymmetry TensorTranspose TensorWedge Tetrahedron TetrahedronBox TetrahedronBoxOptions TeXForm TeXSave Text Text3DBox Text3DBoxOptions TextAlignment TextBand TextBoundingBox TextBox TextCell TextClipboardType TextData TextForm TextJustification TextLine TextPacket TextParagraph TextRecognize TextRendering TextStyle Texture TextureCoordinateFunction TextureCoordinateScaling Therefore ThermometerGauge Thick Thickness Thin Thinning ThisLink ThompsonGroupTh Thread ThreeJSymbol Threshold Through Throw Thumbnail Thursday Ticks TicksStyle Tilde TildeEqual TildeFullEqual TildeTilde TimeConstrained TimeConstraint Times TimesBy TimeSeriesForecast TimeSeriesInvertibility TimeUsed TimeValue TimeZone Timing Tiny TitleGrouping TitsGroupT ToBoxes ToCharacterCode ToColor ToContinuousTimeModel ToDate ToDiscreteTimeModel ToeplitzMatrix ToExpression ToFileName Together Toggle ToggleFalse Toggler TogglerBar TogglerBox TogglerBoxOptions ToHeldExpression ToInvertibleTimeSeries TokenWords Tolerance ToLowerCase ToNumberField TooBig Tooltip TooltipBox TooltipBoxOptions TooltipDelay TooltipStyle Top TopHatTransform TopologicalSort ToRadicals ToRules ToString Total TotalHeight TotalVariationFilter TotalWidth TouchscreenAutoZoom TouchscreenControlPlacement ToUpperCase Tr Trace TraceAbove TraceAction TraceBackward TraceDepth TraceDialog TraceForward TraceInternal TraceLevel TraceOff TraceOn TraceOriginal TracePrint TraceScan TrackedSymbols TradingChart TraditionalForm TraditionalFunctionNotation TraditionalNotation TraditionalOrder TransferFunctionCancel TransferFunctionExpand TransferFunctionFactor TransferFunctionModel TransferFunctionPoles TransferFunctionTransform TransferFunctionZeros TransformationFunction TransformationFunctions TransformationMatrix TransformedDistribution TransformedField Translate TranslationTransform TransparentColor Transpose TreeForm TreeGraph TreeGraphQ TreePlot TrendStyle TriangleWave TriangularDistribution Trig TrigExpand TrigFactor TrigFactorList Trigger TrigReduce TrigToExp TrimmedMean True TrueQ TruncatedDistribution TsallisQExponentialDistribution TsallisQGaussianDistribution TTest Tube TubeBezierCurveBox TubeBezierCurveBoxOptions TubeBox TubeBSplineCurveBox TubeBSplineCurveBoxOptions Tuesday TukeyLambdaDistribution TukeyWindow Tuples TuranGraph TuringMachine ' +\n      'Transparent ' +\n      'UnateQ Uncompress Undefined UnderBar Underflow Underlined Underoverscript UnderoverscriptBox UnderoverscriptBoxOptions Underscript UnderscriptBox UnderscriptBoxOptions UndirectedEdge UndirectedGraph UndirectedGraphQ UndocumentedTestFEParserPacket UndocumentedTestGetSelectionPacket Unequal Unevaluated UniformDistribution UniformGraphDistribution UniformSumDistribution Uninstall Union UnionPlus Unique UnitBox UnitConvert UnitDimensions Unitize UnitRootTest UnitSimplify UnitStep UnitTriangle UnitVector Unprotect UnsameQ UnsavedVariables Unset UnsetShared UntrackedVariables Up UpArrow UpArrowBar UpArrowDownArrow Update UpdateDynamicObjects UpdateDynamicObjectsSynchronous UpdateInterval UpDownArrow UpEquilibrium UpperCaseQ UpperLeftArrow UpperRightArrow UpperTriangularize Upsample UpSet UpSetDelayed UpTee UpTeeArrow UpValues URL URLFetch URLFetchAsynchronous URLSave URLSaveAsynchronous UseGraphicsRange Using UsingFrontEnd ' +\n      'V2Get ValidationLength Value ValueBox ValueBoxOptions ValueForm ValueQ ValuesData Variables Variance VarianceEquivalenceTest VarianceEstimatorFunction VarianceGammaDistribution VarianceTest VectorAngle VectorColorFunction VectorColorFunctionScaling VectorDensityPlot VectorGlyphData VectorPlot VectorPlot3D VectorPoints VectorQ Vectors VectorScale VectorStyle Vee Verbatim Verbose VerboseConvertToPostScriptPacket VerifyConvergence VerifySolutions VerifyTestAssumptions Version VersionNumber VertexAdd VertexCapacity VertexColors VertexComponent VertexConnectivity VertexCoordinateRules VertexCoordinates VertexCorrelationSimilarity VertexCosineSimilarity VertexCount VertexCoverQ VertexDataCoordinates VertexDegree VertexDelete VertexDiceSimilarity VertexEccentricity VertexInComponent VertexInDegree VertexIndex VertexJaccardSimilarity VertexLabeling VertexLabels VertexLabelStyle VertexList VertexNormals VertexOutComponent VertexOutDegree VertexQ VertexRenderingFunction VertexReplace VertexShape VertexShapeFunction VertexSize VertexStyle VertexTextureCoordinates VertexWeight Vertical VerticalBar VerticalForm VerticalGauge VerticalSeparator VerticalSlider VerticalTilde ViewAngle ViewCenter ViewMatrix ViewPoint ViewPointSelectorSettings ViewPort ViewRange ViewVector ViewVertical VirtualGroupData Visible VisibleCell VoigtDistribution VonMisesDistribution ' +\n      'WaitAll WaitAsynchronousTask WaitNext WaitUntil WakebyDistribution WalleniusHypergeometricDistribution WaringYuleDistribution WatershedComponents WatsonUSquareTest WattsStrogatzGraphDistribution WaveletBestBasis WaveletFilterCoefficients WaveletImagePlot WaveletListPlot WaveletMapIndexed WaveletMatrixPlot WaveletPhi WaveletPsi WaveletScale WaveletScalogram WaveletThreshold WeaklyConnectedComponents WeaklyConnectedGraphQ WeakStationarity WeatherData WeberE Wedge Wednesday WeibullDistribution WeierstrassHalfPeriods WeierstrassInvariants WeierstrassP WeierstrassPPrime WeierstrassSigma WeierstrassZeta WeightedAdjacencyGraph WeightedAdjacencyMatrix WeightedData WeightedGraphQ Weights WelchWindow WheelGraph WhenEvent Which While White Whitespace WhitespaceCharacter WhittakerM WhittakerW WienerFilter WienerProcess WignerD WignerSemicircleDistribution WilksW WilksWTest WindowClickSelect WindowElements WindowFloating WindowFrame WindowFrameElements WindowMargins WindowMovable WindowOpacity WindowSelected WindowSize WindowStatusArea WindowTitle WindowToolbars WindowWidth With WolframAlpha WolframAlphaDate WolframAlphaQuantity WolframAlphaResult Word WordBoundary WordCharacter WordData WordSearch WordSeparators WorkingPrecision Write WriteString Wronskian ' +\n      'XMLElement XMLObject Xnor Xor ' +\n      'Yellow YuleDissimilarity ' +\n      'ZernikeR ZeroSymmetric ZeroTest ZeroWidthTimes Zeta ZetaZero ZipfDistribution ZTest ZTransform ' +\n      '$Aborted $ActivationGroupID $ActivationKey $ActivationUserRegistered $AddOnsDirectory $AssertFunction $Assumptions $AsynchronousTask $BaseDirectory $BatchInput $BatchOutput $BoxForms $ByteOrdering $Canceled $CharacterEncoding $CharacterEncodings $CommandLine $CompilationTarget $ConditionHold $ConfiguredKernels $Context $ContextPath $ControlActiveSetting $CreationDate $CurrentLink $DateStringFormat $DefaultFont $DefaultFrontEnd $DefaultImagingDevice $DefaultPath $Display $DisplayFunction $DistributedContexts $DynamicEvaluation $Echo $Epilog $ExportFormats $Failed $FinancialDataSource $FormatType $FrontEnd $FrontEndSession $GeoLocation $HistoryLength $HomeDirectory $HTTPCookies $IgnoreEOF $ImagingDevices $ImportFormats $InitialDirectory $Input $InputFileName $InputStreamMethods $Inspector $InstallationDate $InstallationDirectory $InterfaceEnvironment $IterationLimit $KernelCount $KernelID $Language $LaunchDirectory $LibraryPath $LicenseExpirationDate $LicenseID $LicenseProcesses $LicenseServer $LicenseSubprocesses $LicenseType $Line $Linked $LinkSupported $LoadedFiles $MachineAddresses $MachineDomain $MachineDomains $MachineEpsilon $MachineID $MachineName $MachinePrecision $MachineType $MaxExtraPrecision $MaxLicenseProcesses $MaxLicenseSubprocesses $MaxMachineNumber $MaxNumber $MaxPiecewiseCases $MaxPrecision $MaxRootDegree $MessageGroups $MessageList $MessagePrePrint $Messages $MinMachineNumber $MinNumber $MinorReleaseNumber $MinPrecision $ModuleNumber $NetworkLicense $NewMessage $NewSymbol $Notebooks $NumberMarks $Off $OperatingSystem $Output $OutputForms $OutputSizeLimit $OutputStreamMethods $Packages $ParentLink $ParentProcessID $PasswordFile $PatchLevelID $Path $PathnameSeparator $PerformanceGoal $PipeSupported $Post $Pre $PreferencesDirectory $PrePrint $PreRead $PrintForms $PrintLiteral $ProcessID $ProcessorCount $ProcessorType $ProductInformation $ProgramName $RandomState $RecursionLimit $ReleaseNumber $RootDirectory $ScheduledTask $ScriptCommandLine $SessionID $SetParentLink $SharedFunctions $SharedVariables $SoundDisplay $SoundDisplayFunction $SuppressInputFormHeads $SynchronousEvaluation $SyntaxHandler $System $SystemCharacterEncoding $SystemID $SystemWordLength $TemporaryDirectory $TemporaryPrefix $TextStyle $TimedOut $TimeUnit $TimeZone $TopDirectory $TraceOff $TraceOn $TracePattern $TracePostAction $TracePreAction $Urgent $UserAddOnsDirectory $UserBaseDirectory $UserDocumentsDirectory $UserName $Version $VersionNumber',\n    contains: [\n      {\n        className: 'comment',\n        begin: /\\(\\*/, end: /\\*\\)/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        begin: /\\{/, end: /\\}/,\n        illegal: /:/\n      }\n    ]\n  };\n};","module.exports = /*\n  Formal syntax is not published, helpful link:\n  https://github.com/kornilova-l/matlab-IntelliJ-plugin/blob/master/src/main/grammar/Matlab.bnf\n*/\nfunction(hljs) {\n\n  var TRANSPOSE_RE = '(\\'|\\\\.\\')+';\n  var TRANSPOSE = {\n    relevance: 0,\n    contains: [\n      { begin: TRANSPOSE_RE }\n    ]\n  };\n\n  return {\n    keywords: {\n      keyword:\n        'break case catch classdef continue else elseif end enumerated events for function ' +\n        'global if methods otherwise parfor persistent properties return spmd switch try while',\n      built_in:\n        'sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan ' +\n        'atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot ' +\n        'cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog ' +\n        'realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal ' +\n        'cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli ' +\n        'besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma ' +\n        'gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms ' +\n        'nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones ' +\n        'eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ' +\n        'ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril ' +\n        'triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute ' +\n        'shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i inf nan ' +\n        'isnan isinf isfinite j why compan gallery hadamard hankel hilb invhilb magic pascal ' +\n        'rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table ' +\n        'readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun ' +\n        'legend intersect ismember procrustes hold num2cell '\n    },\n    illegal: '(//|\"|#|/\\\\*|\\\\s+/\\\\w+)',\n    contains: [\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '$',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'params',\n            variants: [\n              {begin: '\\\\(', end: '\\\\)'},\n              {begin: '\\\\[', end: '\\\\]'}\n            ]\n          }\n        ]\n      },\n      {\n        className: 'built_in',\n        begin: /true|false/,\n        relevance: 0,\n        starts: TRANSPOSE\n      },\n      {\n        begin: '[a-zA-Z][a-zA-Z_0-9]*' + TRANSPOSE_RE,\n        relevance: 0\n      },\n      {\n        className: 'number',\n        begin: hljs.C_NUMBER_RE,\n        relevance: 0,\n        starts: TRANSPOSE\n      },\n      {\n        className: 'string',\n        begin: '\\'', end: '\\'',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {begin: '\\'\\''}]\n      },\n      {\n        begin: /\\]|}|\\)/,\n        relevance: 0,\n        starts: TRANSPOSE\n      },\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {begin: '\"\"'}\n        ],\n        starts: TRANSPOSE\n      },\n      hljs.COMMENT('^\\\\s*\\\\%\\\\{\\\\s*$', '^\\\\s*\\\\%\\\\}\\\\s*$'),\n      hljs.COMMENT('\\\\%', '$')\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = 'if then else elseif for thru do while unless step in and or not';\n  var LITERALS = 'true false unknown inf minf ind und %e %i %pi %phi %gamma';\n  var BUILTIN_FUNCTIONS =\n        ' abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate'\n      + ' addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix'\n      + ' adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type'\n      + ' alias allroots alphacharp alphanumericp amortization %and annuity_fv'\n      + ' annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2'\n      + ' applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply'\n      + ' arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger'\n      + ' asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order'\n      + ' asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method'\n      + ' av average_degree backtrace bars barsplot barsplot_description base64 base64_decode'\n      + ' bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx'\n      + ' bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify'\n      + ' bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized'\n      + ' bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp'\n      + ' bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition'\n      + ' block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description'\n      + ' break bug_report build_info|10 buildq build_sample burn cabs canform canten'\n      + ' cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli'\n      + ' cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform'\n      + ' cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel'\n      + ' cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial'\n      + ' cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson'\n      + ' cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay'\n      + ' ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic'\n      + ' cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2'\n      + ' charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps'\n      + ' chinese cholesky christof chromatic_index chromatic_number cint circulant_graph'\n      + ' clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph'\n      + ' clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse'\n      + ' collectterms columnop columnspace columnswap columnvector combination combine'\n      + ' comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph'\n      + ' complete_graph complex_number_p components compose_functions concan concat'\n      + ' conjugate conmetderiv connected_components connect_vertices cons constant'\n      + ' constantp constituent constvalue cont2part content continuous_freq contortion'\n      + ' contour_plot contract contract_edge contragrad contrib_ode convert coord'\n      + ' copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1'\n      + ' covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline'\n      + ' ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph'\n      + ' cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate'\n      + ' declare declare_constvalue declare_dimensions declare_fundamental_dimensions'\n      + ' declare_fundamental_units declare_qty declare_translated declare_unit_conversion'\n      + ' declare_units declare_weights decsym defcon define define_alt_display define_variable'\n      + ' defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten'\n      + ' delta demo demoivre denom depends derivdegree derivlist describe desolve'\n      + ' determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag'\n      + ' diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export'\n      + ' dimacs_import dimension dimensionless dimensions dimensions_as_list direct'\n      + ' directory discrete_freq disjoin disjointp disolate disp dispcon dispform'\n      + ' dispfun dispJordan display disprule dispterms distrib divide divisors divsum'\n      + ' dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart'\n      + ' draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring'\n      + ' edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth'\n      + ' einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome'\n      + ' ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using'\n      + ' ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi'\n      + ' ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp'\n      + ' equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors'\n      + ' euler ev eval_string evenp every evolution evolution2d evundiff example exp'\n      + ' expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci'\n      + ' expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li'\n      + ' expintegral_shi expintegral_si explicit explose exponentialize express expt'\n      + ' exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum'\n      + ' factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements'\n      + ' fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge'\n      + ' file_search file_type fillarray findde find_root find_root_abs find_root_error'\n      + ' find_root_rel first fix flatten flength float floatnump floor flower_snark'\n      + ' flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran'\n      + ' fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp'\n      + ' foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s'\n      + ' from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp'\n      + ' fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units'\n      + ' fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized'\n      + ' gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide'\n      + ' gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym'\n      + ' geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean'\n      + ' geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string'\n      + ' get_pixel get_plot_option get_tex_environment get_tex_environment_default'\n      + ' get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close'\n      + ' gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum'\n      + ' gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import'\n      + ' graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery'\n      + ' graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph'\n      + ' grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path'\n      + ' hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite'\n      + ' hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description'\n      + ' hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph'\n      + ' icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy'\n      + ' ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart'\n      + ' imetric implicit implicit_derivative implicit_plot indexed_tensor indices'\n      + ' induced_subgraph inferencep inference_result infix info_display init_atensor'\n      + ' init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions'\n      + ' integrate intersect intersection intervalp intopois intosum invariant1 invariant2'\n      + ' inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc'\n      + ' inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns'\n      + ' inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint'\n      + ' invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph'\n      + ' is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate'\n      + ' isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph'\n      + ' items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc'\n      + ' jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd'\n      + ' jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill'\n      + ' killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis'\n      + ' kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform'\n      + ' kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete'\n      + ' kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace'\n      + ' kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2'\n      + ' kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson'\n      + ' kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange'\n      + ' laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp'\n      + ' lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length'\n      + ' let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit'\n      + ' Lindstedt linear linearinterpol linear_program linear_regression line_graph'\n      + ' linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials'\n      + ' listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry'\n      + ' log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst'\n      + ' lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact'\n      + ' lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub'\n      + ' lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma'\n      + ' make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country'\n      + ' make_polygon make_random_state make_rgb_picture makeset make_string_input_stream'\n      + ' make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom'\n      + ' maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display'\n      + ' mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker'\n      + ' max max_clique max_degree max_flow maximize_lp max_independent_set max_matching'\n      + ' maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform'\n      + ' mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete'\n      + ' mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic'\n      + ' mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t'\n      + ' mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull'\n      + ' median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree'\n      + ' min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor'\n      + ' minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton'\n      + ' mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions'\n      + ' multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff'\n      + ' multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary'\n      + ' natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext'\n      + ' newdet new_graph newline newton new_variable next_prime nicedummies niceindices'\n      + ' ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp'\n      + ' nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst'\n      + ' nthroot nullity nullspace num numbered_boundaries numberp number_to_octets'\n      + ' num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai'\n      + ' nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin'\n      + ' oid_to_octets op opena opena_binary openr openr_binary openw openw_binary'\n      + ' operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless'\n      + ' orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap'\n      + ' out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface'\n      + ' parg parGosper parse_string parse_timedate part part2cont partfrac partition'\n      + ' partition_set partpol path_digraph path_graph pathname_directory pathname_name'\n      + ' pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform'\n      + ' pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete'\n      + ' pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal'\n      + ' pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal'\n      + ' pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t'\n      + ' pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph'\n      + ' petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding'\n      + ' playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff'\n      + ' poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar'\n      + ' polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion'\n      + ' poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal'\n      + ' poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal'\n      + ' poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation'\n      + ' poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm'\n      + ' poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form'\n      + ' poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part'\n      + ' poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension'\n      + ' poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod'\n      + ' powerseries powerset prefix prev_prime primep primes principal_components'\n      + ' print printf printfile print_graph printpois printprops prodrac product properties'\n      + ' propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct'\n      + ' puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp'\n      + ' quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile'\n      + ' quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2'\n      + ' quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f'\n      + ' quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel'\n      + ' quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal'\n      + ' quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t'\n      + ' quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t'\n      + ' quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan'\n      + ' radius random random_bernoulli random_beta random_binomial random_bipartite_graph'\n      + ' random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform'\n      + ' random_exp random_f random_gamma random_general_finite_discrete random_geometric'\n      + ' random_graph random_graph1 random_gumbel random_hypergeometric random_laplace'\n      + ' random_logistic random_lognormal random_negative_binomial random_network'\n      + ' random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto'\n      + ' random_permutation random_poisson random_rayleigh random_regular_graph random_student_t'\n      + ' random_tournament random_tree random_weibull range rank rat ratcoef ratdenom'\n      + ' ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump'\n      + ' ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array'\n      + ' read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline'\n      + ' read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate'\n      + ' realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar'\n      + ' rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus'\n      + ' rem remainder remarray rembox remcomps remcon remcoord remfun remfunction'\n      + ' remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions'\n      + ' remove_fundamental_units remove_plot_option remove_vertex rempart remrule'\n      + ' remsym remvalue rename rename_file reset reset_displays residue resolvante'\n      + ' resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein'\n      + ' resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer'\n      + ' rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann'\n      + ' rinvariant risch rk rmdir rncombine romberg room rootscontract round row'\n      + ' rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i'\n      + ' scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description'\n      + ' scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second'\n      + ' sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight'\n      + ' setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state'\n      + ' set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications'\n      + ' set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path'\n      + ' show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform'\n      + ' simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert'\n      + ' sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial'\n      + ' skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp'\n      + ' skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric'\n      + ' skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic'\n      + ' skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t'\n      + ' skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t'\n      + ' skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph'\n      + ' smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve'\n      + ' solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export'\n      + ' sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1'\n      + ' spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition'\n      + ' sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus'\n      + ' ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot'\n      + ' starplot_description status std std1 std_bernoulli std_beta std_binomial'\n      + ' std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma'\n      + ' std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace'\n      + ' std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t'\n      + ' std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull'\n      + ' stemplot stirling stirling1 stirling2 strim striml strimr string stringout'\n      + ' stringp strong_components struve_h struve_l sublis sublist sublist_indices'\n      + ' submatrix subsample subset subsetp subst substinpart subst_parallel substpart'\n      + ' substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext'\n      + ' symbolp symmdifference symmetricp system take_channel take_inference tan'\n      + ' tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract'\n      + ' tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference'\n      + ' test_normality test_proportion test_proportions_difference test_rank_sum'\n      + ' test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display'\n      + ' texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter'\n      + ' toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep'\n      + ' totalfourier totient tpartpol trace tracematrix trace_options transform_sample'\n      + ' translate translate_file transpose treefale tree_reduce treillis treinat'\n      + ' triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate'\n      + ' truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph'\n      + ' truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget'\n      + ' ultraspherical underlying_graph undiff union unique uniteigenvectors unitp'\n      + ' units unit_step unitvector unorder unsum untellrat untimer'\n      + ' untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli'\n      + ' var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform'\n      + ' var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel'\n      + ' var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial'\n      + ' var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson'\n      + ' var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp'\n      + ' verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance'\n      + ' vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle'\n      + ' vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j'\n      + ' wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian'\n      + ' xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta'\n      + ' zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors'\n      + ' zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table'\n      + ' absboxchar activecontexts adapt_depth additive adim aform algebraic'\n      + ' algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic'\n      + ' animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar'\n      + ' asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top'\n      + ' azimuth background background_color backsubst berlefact bernstein_explicit'\n      + ' besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest'\n      + ' border boundaries_array box boxchar breakup %c capping cauchysum cbrange'\n      + ' cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics'\n      + ' colorbox columns commutative complex cone context contexts contour contour_levels'\n      + ' cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp'\n      + ' cube current_let_rule_package cylinder data_file_name debugmode decreasing'\n      + ' default_let_rule_package delay dependencies derivabbrev derivsubst detout'\n      + ' diagmetric diff dim dimensions dispflag display2d|10 display_format_internal'\n      + ' distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor'\n      + ' doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules'\n      + ' dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart'\n      + ' edge_color edge_coloring edge_partition edge_type edge_width %edispflag'\n      + ' elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer'\n      + ' epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type'\n      + ' %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand'\n      + ' expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine'\n      + ' factlim factorflag factorial_expand factors_only fb feature features'\n      + ' file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10'\n      + ' file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color'\n      + ' fill_density filled_func fixed_vertices flipflag float2bf font font_size'\n      + ' fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim'\n      + ' gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command'\n      + ' gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command'\n      + ' gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command'\n      + ' gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble'\n      + ' gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args'\n      + ' Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both'\n      + ' head_length head_type height hypergeometric_representation %iargs ibase'\n      + ' icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form'\n      + ' ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval'\n      + ' infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued'\n      + ' integrate_use_rootsof integration_constant integration_constant_counter interpolate_color'\n      + ' intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr'\n      + ' julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment'\n      + ' label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max'\n      + ' leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear'\n      + ' linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params'\n      + ' linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname'\n      + ' loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx'\n      + ' logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros'\n      + ' mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult'\n      + ' matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10'\n      + ' maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint'\n      + ' maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp'\n      + ' mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver'\n      + ' modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag'\n      + ' newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc'\n      + ' noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np'\n      + ' npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties'\n      + ' opsubst optimprefix optionset orientation origin orthopoly_returns_intervals'\n      + ' outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution'\n      + ' %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart'\n      + ' png_file pochhammer_max_index points pointsize point_size points_joined point_type'\n      + ' poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm'\n      + ' poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list'\n      + ' poly_secondary_elimination_order poly_top_reduction_only posfun position'\n      + ' powerdisp pred prederror primep_number_of_tests product_use_gamma program'\n      + ' programmode promote_float_to_bigfloat prompt proportional_axes props psexpand'\n      + ' ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof'\n      + ' ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann'\n      + ' ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw'\n      + ' refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs'\n      + ' rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy'\n      + ' same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck'\n      + ' setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width'\n      + ' show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type'\n      + ' show_vertices show_weight simp simplified_output simplify_products simpproduct'\n      + ' simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn'\n      + ' solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag'\n      + ' stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda'\n      + ' subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric'\n      + ' tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials'\n      + ' tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch'\n      + ' tr track transcompile transform transform_xy translate_fast_arrays transparent'\n      + ' transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex'\n      + ' tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign'\n      + ' trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars'\n      + ' tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode'\n      + ' tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes'\n      + ' ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble'\n      + ' usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition'\n      + ' vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface'\n      + ' wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel'\n      + ' xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate'\n      + ' xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel'\n      + ' xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width'\n      + ' ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis'\n      + ' ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis'\n      + ' yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob'\n      + ' zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest';\n  var SYMBOLS = '_ __ %|0 %%|0';\n\n  return {\n    lexemes: '[A-Za-z_%][0-9A-Za-z_%]*',\n    keywords: {\n      keyword: KEYWORDS,\n      literal: LITERALS,\n      built_in: BUILTIN_FUNCTIONS,\n      symbol: SYMBOLS,\n    },\n    contains: [\n      {\n        className: 'comment',\n        begin: '/\\\\*',\n        end: '\\\\*/',\n        contains: ['self']\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'number',\n        relevance: 0,\n        variants: [\n          {\n            // float number w/ exponent\n            // hmm, I wonder if we ought to include other exponent markers?\n            begin: '\\\\b(\\\\d+|\\\\d+\\\\.|\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)[Ee][-+]?\\\\d+\\\\b',\n          },\n          {\n            // bigfloat number\n            begin: '\\\\b(\\\\d+|\\\\d+\\\\.|\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)[Bb][-+]?\\\\d+\\\\b',\n            relevance: 10\n          },\n          {\n            // float number w/out exponent\n            // Doesn't seem to recognize floats which start with '.'\n            begin: '\\\\b(\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)\\\\b',\n          },\n          {\n            // integer in base up to 36\n            // Doesn't seem to recognize integers which end with '.'\n            begin: '\\\\b(\\\\d+|0[0-9A-Za-z]+)\\\\.?\\\\b',\n          }\n        ]\n      }\n    ],\n    illegal: /@/\n  }\n};","module.exports = function(hljs) {\n  return {\n    keywords:\n      'int float string vector matrix if else switch case default while do for in break ' +\n      'continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic ' +\n      'addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey ' +\n      'affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve ' +\n      'alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor ' +\n      'animDisplay animView annotate appendStringArray applicationName applyAttrPreset ' +\n      'applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx ' +\n      'artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu ' +\n      'artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand ' +\n      'assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface ' +\n      'attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu ' +\n      'attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp ' +\n      'attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery ' +\n      'autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults ' +\n      'bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership ' +\n      'bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType ' +\n      'boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu ' +\n      'buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge ' +\n      'cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch ' +\n      'catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox ' +\n      'character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp ' +\n      'checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip ' +\n      'clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore ' +\n      'closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter ' +\n      'cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color ' +\n      'colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp ' +\n      'colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem ' +\n      'componentEditor compositingInterop computePolysetVolume condition cone confirmDialog ' +\n      'connectAttr connectControl connectDynamic connectJoint connectionInfo constrain ' +\n      'constrainValue constructionHistory container containsMultibyte contextInfo control ' +\n      'convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation ' +\n      'convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache ' +\n      'cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel ' +\n      'cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver ' +\n      'cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor ' +\n      'createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer ' +\n      'createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse ' +\n      'currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx ' +\n      'curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface ' +\n      'curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox ' +\n      'defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete ' +\n      'deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes ' +\n      'delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo ' +\n      'dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable ' +\n      'disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected ' +\n      'displayColor displayCull displayLevelOfDetail displayPref displayRGBColor ' +\n      'displaySmoothness displayStats displayString displaySurface distanceDimContext ' +\n      'distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct ' +\n      'doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator ' +\n      'duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression ' +\n      'dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor ' +\n      'dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers ' +\n      'editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor ' +\n      'editorTemplate effector emit emitter enableDevice encodeString endString endsWith env ' +\n      'equivalent equivalentTol erf error eval evalDeferred evalEcho event ' +\n      'exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp ' +\n      'expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof ' +\n      'fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo ' +\n      'filetest filletCurve filter filterCurve filterExpand filterStudioImport ' +\n      'findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster ' +\n      'finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar ' +\n      'floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo ' +\n      'fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint ' +\n      'frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss ' +\n      'geometryConstraint getApplicationVersionAsFloat getAttr getClassification ' +\n      'getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes ' +\n      'getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender ' +\n      'glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl ' +\n      'gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid ' +\n      'gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap ' +\n      'HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor ' +\n      'HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached ' +\n      'HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel ' +\n      'headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey ' +\n      'hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender ' +\n      'hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox ' +\n      'iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ' +\n      'ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ' +\n      'ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform ' +\n      'insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance ' +\n      'instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp ' +\n      'interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf ' +\n      'isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect ' +\n      'itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx ' +\n      'jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner ' +\n      'keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx ' +\n      'keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx ' +\n      'keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx ' +\n      'keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor ' +\n      'layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList ' +\n      'lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep ' +\n      'listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory ' +\n      'listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation ' +\n      'listNodeTypes listPanelCategories listRelatives listSets listTransforms ' +\n      'listUnselected listerEditor loadFluid loadNewShelf loadPlugin ' +\n      'loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log ' +\n      'longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive ' +\n      'makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext ' +\n      'manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx ' +\n      'manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout ' +\n      'menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp ' +\n      'mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move ' +\n      'moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute ' +\n      'nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast ' +\n      'nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint ' +\n      'normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect ' +\n      'nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref ' +\n      'nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType ' +\n      'objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface ' +\n      'offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit ' +\n      'orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier ' +\n      'paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration ' +\n      'panelHistory paramDimContext paramDimension paramLocator parent parentConstraint ' +\n      'particle particleExists particleInstancer particleRenderInfo partition pasteKey ' +\n      'pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture ' +\n      'pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo ' +\n      'pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult ' +\n      'pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend ' +\n      'polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal ' +\n      'polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge ' +\n      'polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge ' +\n      'polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet ' +\n      'polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet ' +\n      'polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection ' +\n      'polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge ' +\n      'polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet ' +\n      'polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix ' +\n      'polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut ' +\n      'polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet ' +\n      'polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge ' +\n      'polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex ' +\n      'polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection ' +\n      'polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection ' +\n      'polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint ' +\n      'polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate ' +\n      'polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge ' +\n      'polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing ' +\n      'polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet ' +\n      'polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace ' +\n      'popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer ' +\n      'projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx ' +\n      'propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd ' +\n      'python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection ' +\n      'radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl ' +\n      'readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference ' +\n      'referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE ' +\n      'registerPluginResource rehash reloadImage removeJoint removeMultiInstance ' +\n      'removePanelCategory rename renameAttr renameSelectionList renameUI render ' +\n      'renderGlobalsNode renderInfo renderLayerButton renderLayerParent ' +\n      'renderLayerPostProcess renderLayerUnparent renderManip renderPartition ' +\n      'renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor ' +\n      'renderWindowSelectContext renderer reorder reorderDeformers requires reroot ' +\n      'resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget ' +\n      'reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx ' +\n      'rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout ' +\n      'runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage ' +\n      'saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale ' +\n      'scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor ' +\n      'sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable ' +\n      'scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt ' +\n      'searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey ' +\n      'selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType ' +\n      'selectedNodes selectionConnection separator setAttr setAttrEnumResource ' +\n      'setAttrMapping setAttrNiceNameResource setConstraintRestPosition ' +\n      'setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr ' +\n      'setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe ' +\n      'setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag ' +\n      'setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject ' +\n      'setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets ' +\n      'shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare ' +\n      'shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField ' +\n      'shortNameOf showHelp showHidden showManipCtx showSelectionInTitle ' +\n      'showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface ' +\n      'size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep ' +\n      'snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound ' +\n      'soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort ' +\n      'spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString ' +\n      'startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp ' +\n      'stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex ' +\n      'stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex ' +\n      'stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString ' +\n      'stringToStringArray strip stripPrefixFromName stroke subdAutoProjection ' +\n      'subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV ' +\n      'subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror ' +\n      'subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease ' +\n      'subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring ' +\n      'surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton ' +\n      'symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext ' +\n      'texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext ' +\n      'texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text ' +\n      'textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList ' +\n      'textToShelf textureDisplacePlane textureHairColor texturePlacementContext ' +\n      'textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath ' +\n      'toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower ' +\n      'toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper ' +\n      'trace track trackCtx transferAttributes transformCompare transformLimits translator ' +\n      'trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence ' +\n      'twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit ' +\n      'unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink ' +\n      'uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane ' +\n      'viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex ' +\n      'waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire ' +\n      'wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform',\n    illegal: '</',\n    contains: [\n      hljs.C_NUMBER_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '`', end: '`',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      { // eats variables\n        begin: '[\\\\$\\\\%\\\\@](\\\\^\\\\w\\\\b|#\\\\w+|[^\\\\s\\\\w{]|{\\\\w+}|\\\\w+)'\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      'module use_module import_module include_module end_module initialise ' +\n      'mutable initialize finalize finalise interface implementation pred ' +\n      'mode func type inst solver any_pred any_func is semidet det nondet ' +\n      'multi erroneous failure cc_nondet cc_multi typeclass instance where ' +\n      'pragma promise external trace atomic or_else require_complete_switch ' +\n      'require_det require_semidet require_multi require_nondet ' +\n      'require_cc_multi require_cc_nondet require_erroneous require_failure',\n    meta:\n      // pragma\n      'inline no_inline type_spec source_file fact_table obsolete memo ' +\n      'loop_check minimal_model terminates does_not_terminate ' +\n      'check_termination promise_equivalent_clauses ' +\n      // preprocessor\n      'foreign_proc foreign_decl foreign_code foreign_type ' +\n      'foreign_import_module foreign_export_enum foreign_export ' +\n      'foreign_enum may_call_mercury will_not_call_mercury thread_safe ' +\n      'not_thread_safe maybe_thread_safe promise_pure promise_semipure ' +\n      'tabled_for_io local untrailed trailed attach_to_io_state ' +\n      'can_pass_as_mercury_type stable will_not_throw_exception ' +\n      'may_modify_trail will_not_modify_trail may_duplicate ' +\n      'may_not_duplicate affects_liveness does_not_affect_liveness ' +\n      'doesnt_affect_liveness no_sharing unknown_sharing sharing',\n    built_in:\n      'some all not if then else true fail false try catch catch_any ' +\n      'semidet_true semidet_false semidet_fail impure_true impure semipure'\n  };\n\n  var COMMENT = hljs.COMMENT('%', '$');\n\n  var NUMCODE = {\n    className: 'number',\n    begin: \"0'.\\\\|0[box][0-9a-fA-F]*\"\n  };\n\n  var ATOM = hljs.inherit(hljs.APOS_STRING_MODE, {relevance: 0});\n  var STRING = hljs.inherit(hljs.QUOTE_STRING_MODE, {relevance: 0});\n  var STRING_FMT = {\n    className: 'subst',\n    begin: '\\\\\\\\[abfnrtv]\\\\|\\\\\\\\x[0-9a-fA-F]*\\\\\\\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]',\n    relevance: 0\n  };\n  STRING.contains.push(STRING_FMT);\n\n  var IMPLICATION = {\n    className: 'built_in',\n    variants: [\n      {begin: '<=>'},\n      {begin: '<=', relevance: 0},\n      {begin: '=>', relevance: 0},\n      {begin: '/\\\\\\\\'},\n      {begin: '\\\\\\\\/'}\n    ]\n  };\n\n  var HEAD_BODY_CONJUNCTION = {\n    className: 'built_in',\n    variants: [\n      {begin: ':-\\\\|-->'},\n      {begin: '=', relevance: 0}\n    ]\n  };\n\n  return {\n    aliases: ['m', 'moo'],\n    keywords: KEYWORDS,\n    contains: [\n      IMPLICATION,\n      HEAD_BODY_CONJUNCTION,\n      COMMENT,\n      hljs.C_BLOCK_COMMENT_MODE,\n      NUMCODE,\n      hljs.NUMBER_MODE,\n      ATOM,\n      STRING,\n      {begin: /:-/} // relevance booster\n    ]\n  };\n};","module.exports = function(hljs) {\n    //local labels: %?[FB]?[AT]?\\d{1,2}\\w+\n  return {\n    case_insensitive: true,\n    aliases: ['mips'],\n    lexemes: '\\\\.?' + hljs.IDENT_RE,\n    keywords: {\n      meta:\n        //GNU preprocs\n        '.2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg ',\n      built_in:\n        '$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 ' + // integer registers\n        '$16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 ' + // integer registers\n        'zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 ' + // integer register aliases\n        't0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 ' + // integer register aliases\n        'k0 k1 gp sp fp ra ' + // integer register aliases\n        '$f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 ' + // floating-point registers\n        '$f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 ' + // floating-point registers\n        'Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi ' + // Coprocessor 0 registers\n        'HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId ' + // Coprocessor 0 registers\n        'EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ' + // Coprocessor 0 registers\n        'ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt ' // Coprocessor 0 registers\n    },\n    contains: [\n      {\n        className: 'keyword',\n        begin: '\\\\b('+     //mnemonics\n            // 32-bit integer instructions\n            'addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|' +\n            'bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(\\.hb)?|jr(\\.hb)?|lbu?|lhu?|' +\n            'll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|' +\n            'multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|' +\n            'srlv?|subu?|sw[lr]?|xori?|wsbh|' +\n            // floating-point instructions\n            'abs\\.[sd]|add\\.[sd]|alnv.ps|bc1[ft]l?|' +\n            'c\\.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et])\\.[sd]|' +\n            '(ceil|floor|round|trunc)\\.[lw]\\.[sd]|cfc1|cvt\\.d\\.[lsw]|' +\n            'cvt\\.l\\.[dsw]|cvt\\.ps\\.s|cvt\\.s\\.[dlw]|cvt\\.s\\.p[lu]|cvt\\.w\\.[dls]|' +\n            'div\\.[ds]|ldx?c1|luxc1|lwx?c1|madd\\.[sd]|mfc1|mov[fntz]?\\.[ds]|' +\n            'msub\\.[sd]|mth?c1|mul\\.[ds]|neg\\.[ds]|nmadd\\.[ds]|nmsub\\.[ds]|' +\n            'p[lu][lu]\\.ps|recip\\.fmt|r?sqrt\\.[ds]|sdx?c1|sub\\.[ds]|suxc1|' +\n            'swx?c1|' +\n            // system control instructions\n            'break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|' +\n            'rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|' +\n            'tlti?u?|tnei?|wait|wrpgpr'+\n        ')',\n        end: '\\\\s'\n      },\n      hljs.COMMENT('[;#]', '$'),\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\'',\n        end: '[^\\\\\\\\]\\'',\n        relevance: 0\n      },\n      {\n        className: 'title',\n        begin: '\\\\|', end: '\\\\|',\n        illegal: '\\\\n',\n        relevance: 0\n      },\n      {\n        className: 'number',\n        variants: [\n            {begin: '0x[0-9a-f]+'}, //hex\n            {begin: '\\\\b-?\\\\d+'}           //bare number\n        ],\n        relevance: 0\n      },\n      {\n        className: 'symbol',\n        variants: [\n            {begin: '^\\\\s*[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+:'}, //GNU MIPS syntax\n            {begin: '^\\\\s*[0-9]+:'}, // numbered local labels\n            {begin: '[0-9]+[bf]' }  // number local label reference (backwards, forwards)\n        ],\n        relevance: 0\n      }\n    ],\n    illegal: '\\/'\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords:\n      'environ vocabularies notations constructors definitions ' +\n      'registrations theorems schemes requirements begin end definition ' +\n      'registration cluster existence pred func defpred deffunc theorem ' +\n      'proof let take assume then thus hence ex for st holds consider ' +\n      'reconsider such that and in provided of as from be being by means ' +\n      'equals implies iff redefine define now not or attr is mode ' +\n      'suppose per cases set thesis contradiction scheme reserve struct ' +\n      'correctness compatibility coherence symmetry assymetry ' +\n      'reflexivity irreflexivity connectedness uniqueness commutativity ' +\n      'idempotence involutiveness projectivity',\n    contains: [\n      hljs.COMMENT('::', '$')\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      {\n        className: 'meta',\n        begin: '^__(END|DATA)__$'\n      },\n    // mojolicious line\n      {\n        begin: \"^\\\\s*%{1,2}={0,2}\", end: '$',\n        subLanguage: 'perl'\n      },\n    // mojolicious block\n      {\n        begin: \"<%{1,2}={0,2}\",\n        end: \"={0,1}%>\",\n        subLanguage: 'perl',\n        excludeBegin: true,\n        excludeEnd: true\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var NUMBER = {\n    className: 'number', relevance: 0,\n    variants: [\n      {\n        begin: '[$][a-fA-F0-9]+'\n      },\n      hljs.NUMBER_MODE\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    keywords: {\n      keyword: 'public private property continue exit extern new try catch ' +\n        'eachin not abstract final select case default const local global field ' +\n        'end if then else elseif endif while wend repeat until forever for ' +\n        'to step next return module inline throw import',\n\n      built_in: 'DebugLog DebugStop Error Print ACos ACosr ASin ASinr ATan ATan2 ATan2r ATanr Abs Abs Ceil ' +\n        'Clamp Clamp Cos Cosr Exp Floor Log Max Max Min Min Pow Sgn Sgn Sin Sinr Sqrt Tan Tanr Seed PI HALFPI TWOPI',\n\n      literal: 'true false null and or shl shr mod'\n    },\n    illegal: /\\/\\*/,\n    contains: [\n      hljs.COMMENT('#rem', '#end'),\n      hljs.COMMENT(\n        \"'\",\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      {\n        className: 'function',\n        beginKeywords: 'function method', end: '[(=:]|$',\n        illegal: /\\n/,\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '$',\n        contains: [\n          {\n            beginKeywords: 'extends implements'\n          },\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        className: 'built_in',\n        begin: '\\\\b(self|super)\\\\b'\n      },\n      {\n        className: 'meta',\n        begin: '\\\\s*#', end: '$',\n        keywords: {'meta-keyword': 'if else elseif endif end then'}\n      },\n      {\n        className: 'meta',\n        begin: '^\\\\s*strict\\\\b'\n      },\n      {\n        beginKeywords: 'alias', end: '=',\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      hljs.QUOTE_STRING_MODE,\n      NUMBER\n    ]\n  }\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      // Moonscript keywords\n      'if then not for in while do return else elseif break continue switch and or ' +\n      'unless when class extends super local import export from using',\n    literal:\n      'true false nil',\n    built_in:\n      '_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load ' +\n      'loadfile loadstring module next pairs pcall print rawequal rawget rawset require ' +\n      'select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug ' +\n      'io math os package string table'\n  };\n  var JS_IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*';\n  var SUBST = {\n    className: 'subst',\n    begin: /#\\{/, end: /}/,\n    keywords: KEYWORDS\n  };\n  var EXPRESSIONS = [\n    hljs.inherit(hljs.C_NUMBER_MODE,\n      {starts: {end: '(\\\\s*/)?', relevance: 0}}), // a number tries to eat the following slash to prevent treating it as a regexp\n    {\n      className: 'string',\n      variants: [\n        {\n          begin: /'/, end: /'/,\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: /\"/, end: /\"/,\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n        }\n      ]\n    },\n    {\n      className: 'built_in',\n      begin: '@__' + hljs.IDENT_RE\n    },\n    {\n      begin: '@' + hljs.IDENT_RE // relevance booster on par with CoffeeScript\n    },\n    {\n      begin: hljs.IDENT_RE + '\\\\\\\\' + hljs.IDENT_RE // inst\\method\n    }\n  ];\n  SUBST.contains = EXPRESSIONS;\n\n  var TITLE = hljs.inherit(hljs.TITLE_MODE, {begin: JS_IDENT_RE});\n  var PARAMS_RE = '(\\\\(.*\\\\))?\\\\s*\\\\B[-=]>';\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\([^\\\\(]', returnBegin: true,\n    /* We need another contained nameless mode to not have every nested\n    pair of parens to be called \"params\" */\n    contains: [{\n      begin: /\\(/, end: /\\)/,\n      keywords: KEYWORDS,\n      contains: ['self'].concat(EXPRESSIONS)\n    }]\n  };\n\n  return {\n    aliases: ['moon'],\n    keywords: KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: EXPRESSIONS.concat([\n      hljs.COMMENT('--', '$'),\n      {\n        className: 'function',  // function: -> =>\n        begin: '^\\\\s*' + JS_IDENT_RE + '\\\\s*=\\\\s*' + PARAMS_RE, end: '[-=]>',\n        returnBegin: true,\n        contains: [TITLE, PARAMS]\n      },\n      {\n        begin: /[\\(,:=]\\s*/, // anonymous function start\n        relevance: 0,\n        contains: [\n          {\n            className: 'function',\n            begin: PARAMS_RE, end: '[-=]>',\n            returnBegin: true,\n            contains: [PARAMS]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class',\n        end: '$',\n        illegal: /[:=\"\\[\\]]/,\n        contains: [\n          {\n            beginKeywords: 'extends',\n            endsWithParent: true,\n            illegal: /[:=\"\\[\\]]/,\n            contains: [TITLE]\n          },\n          TITLE\n        ]\n      },\n      {\n        className: 'name',    // table\n        begin: JS_IDENT_RE + ':', end: ':',\n        returnBegin: true, returnEnd: true,\n        relevance: 0\n      }\n    ])\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    contains: [\n      {\n        beginKeywords:\n          'build create index delete drop explain infer|10 insert merge prepare select update upsert|10',\n        end: /;/, endsWithParent: true,\n        keywords: {\n          // Taken from http://developer.couchbase.com/documentation/server/current/n1ql/n1ql-language-reference/reservedwords.html\n          keyword:\n            'all alter analyze and any array as asc begin between binary boolean break bucket build by call ' +\n            'case cast cluster collate collection commit connect continue correlate cover create database ' +\n            'dataset datastore declare decrement delete derived desc describe distinct do drop each element ' +\n            'else end every except exclude execute exists explain fetch first flatten for force from ' +\n            'function grant group gsi having if ignore ilike in include increment index infer inline inner ' +\n            'insert intersect into is join key keys keyspace known last left let letting like limit lsm map ' +\n            'mapping matched materialized merge minus namespace nest not number object offset on ' +\n            'option or order outer over parse partition password path pool prepare primary private privilege ' +\n            'procedure public raw realm reduce rename return returning revoke right role rollback satisfies ' +\n            'schema select self semi set show some start statistics string system then to transaction trigger ' +\n            'truncate under union unique unknown unnest unset update upsert use user using validate value ' +\n            'valued values via view when where while with within work xor',\n          // Taken from http://developer.couchbase.com/documentation/server/4.5/n1ql/n1ql-language-reference/literals.html\n          literal:\n            'true false null missing|5',\n          // Taken from http://developer.couchbase.com/documentation/server/4.5/n1ql/n1ql-language-reference/functions.html\n          built_in:\n            'array_agg array_append array_concat array_contains array_count array_distinct array_ifnull array_length ' +\n            'array_max array_min array_position array_prepend array_put array_range array_remove array_repeat array_replace ' +\n            'array_reverse array_sort array_sum avg count max min sum greatest least ifmissing ifmissingornull ifnull ' +\n            'missingif nullif ifinf ifnan ifnanorinf naninf neginfif posinfif clock_millis clock_str date_add_millis ' +\n            'date_add_str date_diff_millis date_diff_str date_part_millis date_part_str date_trunc_millis date_trunc_str ' +\n            'duration_to_str millis str_to_millis millis_to_str millis_to_utc millis_to_zone_name now_millis now_str ' +\n            'str_to_duration str_to_utc str_to_zone_name decode_json encode_json encoded_size poly_length base64 base64_encode ' +\n            'base64_decode meta uuid abs acos asin atan atan2 ceil cos degrees e exp ln log floor pi power radians random ' +\n            'round sign sin sqrt tan trunc object_length object_names object_pairs object_inner_pairs object_values ' +\n            'object_inner_values object_add object_put object_remove object_unwrap regexp_contains regexp_like regexp_position ' +\n            'regexp_replace contains initcap length lower ltrim position repeat replace rtrim split substr title trim upper ' +\n            'isarray isatom isboolean isnumber isobject isstring type toarray toatom toboolean tonumber toobject tostring'\n        },\n        contains: [\n          {\n            className: 'string',\n            begin: '\\'', end: '\\'',\n            contains: [hljs.BACKSLASH_ESCAPE],\n            relevance: 0\n          },\n          {\n            className: 'string',\n            begin: '\"', end: '\"',\n            contains: [hljs.BACKSLASH_ESCAPE],\n            relevance: 0\n          },\n          {\n            className: 'symbol',\n            begin: '`', end: '`',\n            contains: [hljs.BACKSLASH_ESCAPE],\n            relevance: 2\n          },\n          hljs.C_NUMBER_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VAR = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$\\d+/},\n      {begin: /\\$\\{/, end: /}/},\n      {begin: '[\\\\$\\\\@]' + hljs.UNDERSCORE_IDENT_RE}\n    ]\n  };\n  var DEFAULT = {\n    endsWithParent: true,\n    lexemes: '[a-z/_]+',\n    keywords: {\n      literal:\n        'on off yes no true false none blocked debug info notice warn error crit ' +\n        'select break last permanent redirect kqueue rtsig epoll poll /dev/poll'\n    },\n    relevance: 0,\n    illegal: '=>',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {\n        className: 'string',\n        contains: [hljs.BACKSLASH_ESCAPE, VAR],\n        variants: [\n          {begin: /\"/, end: /\"/},\n          {begin: /'/, end: /'/}\n        ]\n      },\n      // this swallows entire URLs to avoid detecting numbers within\n      {\n        begin: '([a-z]+):/', end: '\\\\s', endsWithParent: true, excludeEnd: true,\n        contains: [VAR]\n      },\n      {\n        className: 'regexp',\n        contains: [hljs.BACKSLASH_ESCAPE, VAR],\n        variants: [\n          {begin: \"\\\\s\\\\^\", end: \"\\\\s|{|;\", returnEnd: true},\n          // regexp locations (~, ~*)\n          {begin: \"~\\\\*?\\\\s+\", end: \"\\\\s|{|;\", returnEnd: true},\n          // *.example.com\n          {begin: \"\\\\*(\\\\.[a-z\\\\-]+)+\"},\n          // sub.example.*\n          {begin: \"([a-z\\\\-]+\\\\.)+\\\\*\"}\n        ]\n      },\n      // IP\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b'\n      },\n      // units\n      {\n        className: 'number',\n        begin: '\\\\b\\\\d+[kKmMgGdshdwy]*\\\\b',\n        relevance: 0\n      },\n      VAR\n    ]\n  };\n\n  return {\n    aliases: ['nginxconf'],\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {\n        begin: hljs.UNDERSCORE_IDENT_RE + '\\\\s+{', returnBegin: true,\n        end: '{',\n        contains: [\n          {\n            className: 'section',\n            begin: hljs.UNDERSCORE_IDENT_RE\n          }\n        ],\n        relevance: 0\n      },\n      {\n        begin: hljs.UNDERSCORE_IDENT_RE + '\\\\s', end: ';|{', returnBegin: true,\n        contains: [\n          {\n            className: 'attribute',\n            begin: hljs.UNDERSCORE_IDENT_RE,\n            starts: DEFAULT\n          }\n        ],\n        relevance: 0\n      }\n    ],\n    illegal: '[^\\\\s\\\\}]'\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['nim'],\n    keywords: {\n      keyword:\n        'addr and as asm bind block break case cast const continue converter ' +\n        'discard distinct div do elif else end enum except export finally ' +\n        'for from generic if import in include interface is isnot iterator ' +\n        'let macro method mixin mod nil not notin object of or out proc ptr ' +\n        'raise ref return shl shr static template try tuple type using var ' +\n        'when while with without xor yield',\n      literal:\n        'shared guarded stdin stdout stderr result true false',\n      built_in:\n        'int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float ' +\n        'float32 float64 bool char string cstring pointer expr stmt void ' +\n        'auto any range array openarray varargs seq set clong culong cchar ' +\n        'cschar cshort cint csize clonglong cfloat cdouble clongdouble ' +\n        'cuchar cushort cuint culonglong cstringarray semistatic'\n    },\n    contains: [ {\n        className: 'meta', // Actually pragma\n        begin: /{\\./,\n        end: /\\.}/,\n        relevance: 10\n      }, {\n        className: 'string',\n        begin: /[a-zA-Z]\\w*\"/,\n        end: /\"/,\n        contains: [{begin: /\"\"/}]\n      }, {\n        className: 'string',\n        begin: /([a-zA-Z]\\w*)?\"\"\"/,\n        end: /\"\"\"/\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'type',\n        begin: /\\b[A-Z]\\w+\\b/,\n        relevance: 0\n      }, {\n        className: 'number',\n        relevance: 0,\n        variants: [\n          {begin: /\\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},\n          {begin: /\\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},\n          {begin: /\\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},\n          {begin: /\\b(\\d[_\\d]*)('?[iIuUfF](8|16|32|64))?/}\n        ]\n      },\n      hljs.HASH_COMMENT_MODE\n    ]\n  }\n};","module.exports = function(hljs) {\n  var NIX_KEYWORDS = {\n    keyword:\n      'rec with let in inherit assert if else then',\n    literal:\n      'true false or and null',\n    built_in:\n      'import abort baseNameOf dirOf isNull builtins map removeAttrs throw ' +\n      'toString derivation'\n  };\n  var ANTIQUOTE = {\n    className: 'subst',\n    begin: /\\$\\{/,\n    end: /}/,\n    keywords: NIX_KEYWORDS\n  };\n  var ATTRS = {\n    begin: /[a-zA-Z0-9-_]+(\\s*=)/, returnBegin: true,\n    relevance: 0,\n    contains: [\n      {\n        className: 'attr',\n        begin: /\\S+/\n      }\n    ]\n  };\n  var STRING = {\n    className: 'string',\n    contains: [ANTIQUOTE],\n    variants: [\n      {begin: \"''\", end: \"''\"},\n      {begin: '\"', end: '\"'}\n    ]\n  };\n  var EXPRESSIONS = [\n    hljs.NUMBER_MODE,\n    hljs.HASH_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    STRING,\n    ATTRS\n  ];\n  ANTIQUOTE.contains = EXPRESSIONS;\n  return {\n    aliases: [\"nixos\"],\n    keywords: NIX_KEYWORDS,\n    contains: EXPRESSIONS\n  };\n};","module.exports = function(hljs) {\n  var CONSTANTS = {\n    className: 'variable',\n    begin: /\\$(ADMINTOOLS|APPDATA|CDBURN_AREA|CMDLINE|COMMONFILES32|COMMONFILES64|COMMONFILES|COOKIES|DESKTOP|DOCUMENTS|EXEDIR|EXEFILE|EXEPATH|FAVORITES|FONTS|HISTORY|HWNDPARENT|INSTDIR|INTERNET_CACHE|LANGUAGE|LOCALAPPDATA|MUSIC|NETHOOD|OUTDIR|PICTURES|PLUGINSDIR|PRINTHOOD|PROFILE|PROGRAMFILES32|PROGRAMFILES64|PROGRAMFILES|QUICKLAUNCH|RECENT|RESOURCES_LOCALIZED|RESOURCES|SENDTO|SMPROGRAMS|SMSTARTUP|STARTMENU|SYSDIR|TEMP|TEMPLATES|VIDEOS|WINDIR)/\n  };\n\n  var DEFINES = {\n    // ${defines}\n    className: 'variable',\n    begin: /\\$+{[\\w\\.:-]+}/\n  };\n\n  var VARIABLES = {\n    // $variables\n    className: 'variable',\n    begin: /\\$+\\w+/,\n    illegal: /\\(\\){}/\n  };\n\n  var LANGUAGES = {\n    // $(language_strings)\n    className: 'variable',\n    begin: /\\$+\\([\\w\\^\\.:-]+\\)/\n  };\n\n  var PARAMETERS = {\n    // command parameters\n    className: 'params',\n    begin: '(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SYSTEM|TEMPORARY)'\n  };\n\n  var COMPILER = {\n    // !compiler_flags\n    className: 'keyword',\n    begin: /\\!(addincludedir|addplugindir|appendfile|cd|define|delfile|echo|else|endif|error|execute|finalize|getdllversion|gettlbversion|if|ifdef|ifmacrodef|ifmacrondef|ifndef|include|insertmacro|macro|macroend|makensis|packhdr|searchparse|searchreplace|system|tempfile|undef|verbose|warning)/\n  };\n\n  var METACHARS = {\n    // $\\n, $\\r, $\\t, $$\n    className: 'meta',\n    begin: /\\$(\\\\[nrt]|\\$)/\n  };\n\n  var PLUGINS = {\n    // plug::ins\n    className: 'class',\n    begin: /\\w+\\:\\:\\w+/\n  };\n\n    var STRING = {\n      className: 'string',\n      variants: [\n        {\n          begin: '\"', end: '\"'\n        },\n        {\n          begin: '\\'', end: '\\''\n        },\n        {\n          begin: '`', end: '`'\n        }\n      ],\n      illegal: /\\n/,\n      contains: [\n        METACHARS,\n        CONSTANTS,\n        DEFINES,\n        VARIABLES,\n        LANGUAGES\n      ]\n  };\n\n  return {\n    case_insensitive: false,\n    keywords: {\n      keyword:\n      'Abort AddBrandingImage AddSize AllowRootDirInstall AllowSkipFiles AutoCloseWindow BGFont BGGradient BrandingText BringToFront Call CallInstDLL Caption ChangeUI CheckBitmap ClearErrors CompletedText ComponentText CopyFiles CRCCheck CreateDirectory CreateFont CreateShortCut Delete DeleteINISec DeleteINIStr DeleteRegKey DeleteRegValue DetailPrint DetailsButtonText DirText DirVar DirVerify EnableWindow EnumRegKey EnumRegValue Exch Exec ExecShell ExecShellWait ExecWait ExpandEnvStrings File FileBufSize FileClose FileErrorText FileOpen FileRead FileReadByte FileReadUTF16LE FileReadWord FileSeek FileWrite FileWriteByte FileWriteUTF16LE FileWriteWord FindClose FindFirst FindNext FindWindow FlushINI FunctionEnd GetCurInstType GetCurrentAddress GetDlgItem GetDLLVersion GetDLLVersionLocal GetErrorLevel GetFileTime GetFileTimeLocal GetFullPathName GetFunctionAddress GetInstDirError GetLabelAddress GetTempFileName Goto HideWindow Icon IfAbort IfErrors IfFileExists IfRebootFlag IfSilent InitPluginsDir InstallButtonText InstallColors InstallDir InstallDirRegKey InstProgressFlags InstType InstTypeGetText InstTypeSetText Int64Cmp Int64CmpU Int64Fmt IntCmp IntCmpU IntFmt IntOp IntPtrCmp IntPtrCmpU IntPtrOp IsWindow LangString LicenseBkColor LicenseData LicenseForceSelection LicenseLangString LicenseText LoadLanguageFile LockWindow LogSet LogText ManifestDPIAware ManifestSupportedOS MessageBox MiscButtonText Name Nop OutFile Page PageCallbacks PageExEnd Pop Push Quit ReadEnvStr ReadINIStr ReadRegDWORD ReadRegStr Reboot RegDLL Rename RequestExecutionLevel ReserveFile Return RMDir SearchPath SectionEnd SectionGetFlags SectionGetInstTypes SectionGetSize SectionGetText SectionGroupEnd SectionIn SectionSetFlags SectionSetInstTypes SectionSetSize SectionSetText SendMessage SetAutoClose SetBrandingImage SetCompress SetCompressor SetCompressorDictSize SetCtlColors SetCurInstType SetDatablockOptimize SetDateSave SetDetailsPrint SetDetailsView SetErrorLevel SetErrors SetFileAttributes SetFont SetOutPath SetOverwrite SetRebootFlag SetRegView SetShellVarContext SetSilent ShowInstDetails ShowUninstDetails ShowWindow SilentInstall SilentUnInstall Sleep SpaceTexts StrCmp StrCmpS StrCpy StrLen SubCaption Unicode UninstallButtonText UninstallCaption UninstallIcon UninstallSubCaption UninstallText UninstPage UnRegDLL Var VIAddVersionKey VIFileVersion VIProductVersion WindowIcon WriteINIStr WriteRegBin WriteRegDWORD WriteRegExpandStr WriteRegMultiStr WriteRegNone WriteRegStr WriteUninstaller XPStyle',\n      literal:\n      'admin all auto both bottom bzip2 colored components current custom directory false force hide highest ifdiff ifnewer instfiles lastused leave left license listonly lzma nevershow none normal notset off on open print right show silent silentlog smooth textonly top true try un.components un.custom un.directory un.instfiles un.license uninstConfirm user Win10 Win7 Win8 WinVista zlib'\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.COMMENT(\n        ';',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      {\n        className: 'function',\n        beginKeywords: 'Function PageEx Section SectionGroup', end: '$'\n      },\n      STRING,\n      COMPILER,\n      DEFINES,\n      VARIABLES,\n      LANGUAGES,\n      PARAMETERS,\n      PLUGINS,\n      hljs.NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var API_CLASS = {\n    className: 'built_in',\n    begin: '\\\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\\\w+',\n  };\n  var OBJC_KEYWORDS = {\n    keyword:\n      'int float while char export sizeof typedef const struct for union ' +\n      'unsigned long volatile static bool mutable if do return goto void ' +\n      'enum else break extern asm case short default double register explicit ' +\n      'signed typename this switch continue wchar_t inline readonly assign ' +\n      'readwrite self @synchronized id typeof ' +\n      'nonatomic super unichar IBOutlet IBAction strong weak copy ' +\n      'in out inout bycopy byref oneway __strong __weak __block __autoreleasing ' +\n      '@private @protected @public @try @property @end @throw @catch @finally ' +\n      '@autoreleasepool @synthesize @dynamic @selector @optional @required ' +\n      '@encode @package @import @defs @compatibility_alias ' +\n      '__bridge __bridge_transfer __bridge_retained __bridge_retain ' +\n      '__covariant __contravariant __kindof ' +\n      '_Nonnull _Nullable _Null_unspecified ' +\n      '__FUNCTION__ __PRETTY_FUNCTION__ __attribute__ ' +\n      'getter setter retain unsafe_unretained ' +\n      'nonnull nullable null_unspecified null_resettable class instancetype ' +\n      'NS_DESIGNATED_INITIALIZER NS_UNAVAILABLE NS_REQUIRES_SUPER ' +\n      'NS_RETURNS_INNER_POINTER NS_INLINE NS_AVAILABLE NS_DEPRECATED ' +\n      'NS_ENUM NS_OPTIONS NS_SWIFT_UNAVAILABLE ' +\n      'NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END ' +\n      'NS_REFINED_FOR_SWIFT NS_SWIFT_NAME NS_SWIFT_NOTHROW ' +\n      'NS_DURING NS_HANDLER NS_ENDHANDLER NS_VALUERETURN NS_VOIDRETURN',\n    literal:\n      'false true FALSE TRUE nil YES NO NULL',\n    built_in:\n      'BOOL dispatch_once_t dispatch_queue_t dispatch_sync dispatch_async dispatch_once'\n  };\n  var LEXEMES = /[a-zA-Z@][a-zA-Z0-9_]*/;\n  var CLASS_KEYWORDS = '@interface @class @protocol @implementation';\n  return {\n    aliases: ['mm', 'objc', 'obj-c'],\n    keywords: OBJC_KEYWORDS,\n    lexemes: LEXEMES,\n    illegal: '</',\n    contains: [\n      API_CLASS,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        variants: [\n          {\n            begin: '@\"', end: '\"',\n            illegal: '\\\\n',\n            contains: [hljs.BACKSLASH_ESCAPE]\n          },\n          {\n            begin: '\\'', end: '[^\\\\\\\\]\\'',\n            illegal: '[^\\\\\\\\][^\\']'\n          }\n        ]\n      },\n      {\n        className: 'meta',\n        begin: '#',\n        end: '$',\n        contains: [\n          {\n            className: 'meta-string',\n            variants: [\n              { begin: '\\\"', end: '\\\"' },\n              { begin: '<', end: '>' }\n            ]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        begin: '(' + CLASS_KEYWORDS.split(' ').join('|') + ')\\\\b', end: '({|$)', excludeEnd: true,\n        keywords: CLASS_KEYWORDS, lexemes: LEXEMES,\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        begin: '\\\\.'+hljs.UNDERSCORE_IDENT_RE,\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  /* missing support for heredoc-like string (OCaml 4.0.2+) */\n  return {\n    aliases: ['ml'],\n    keywords: {\n      keyword:\n        'and as assert asr begin class constraint do done downto else end ' +\n        'exception external for fun function functor if in include ' +\n        'inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method ' +\n        'mod module mutable new object of open! open or private rec sig struct ' +\n        'then to try type val! val virtual when while with ' +\n        /* camlp4 */\n        'parser value',\n      built_in:\n        /* built-in types */\n        'array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit ' +\n        /* (some) types in Pervasives */\n        'in_channel out_channel ref',\n      literal:\n        'true false'\n    },\n    illegal: /\\/\\/|>>/,\n    lexemes: '[a-z_]\\\\w*!?',\n    contains: [\n      {\n        className: 'literal',\n        begin: '\\\\[(\\\\|\\\\|)?\\\\]|\\\\(\\\\)',\n        relevance: 0\n      },\n      hljs.COMMENT(\n        '\\\\(\\\\*',\n        '\\\\*\\\\)',\n        {\n          contains: ['self']\n        }\n      ),\n      { /* type variable */\n        className: 'symbol',\n        begin: '\\'[A-Za-z_](?!\\')[\\\\w\\']*'\n        /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */\n      },\n      { /* polymorphic variant */\n        className: 'type',\n        begin: '`[A-Z][\\\\w\\']*'\n      },\n      { /* module or constructor */\n        className: 'type',\n        begin: '\\\\b[A-Z][\\\\w\\']*',\n        relevance: 0\n      },\n      { /* don't color identifiers, but safely catch all identifiers with '*/\n        begin: '[a-z_]\\\\w*\\'[\\\\w\\']*', relevance: 0\n      },\n      hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n      {\n        className: 'number',\n        begin:\n          '\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|' +\n          '0[oO][0-7_]+[Lln]?|' +\n          '0[bB][01_]+[Lln]?|' +\n          '[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)',\n        relevance: 0\n      },\n      {\n        begin: /[-=]>/ // relevance booster\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n\tvar SPECIAL_VARS = {\n\t\tclassName: 'keyword',\n\t\tbegin: '\\\\$(f[asn]|t|vp[rtd]|children)'\n\t},\n\tLITERALS = {\n\t\tclassName: 'literal',\n\t\tbegin: 'false|true|PI|undef'\n\t},\n\tNUMBERS = {\n\t\tclassName: 'number',\n\t\tbegin: '\\\\b\\\\d+(\\\\.\\\\d+)?(e-?\\\\d+)?', //adds 1e5, 1e-10\n\t\trelevance: 0\n\t},\n\tSTRING = hljs.inherit(hljs.QUOTE_STRING_MODE,{illegal: null}),\n\tPREPRO = {\n\t\tclassName: 'meta',\n\t\tkeywords: {'meta-keyword': 'include use'},\n\t\tbegin: 'include|use <',\n\t\tend: '>'\n\t},\n\tPARAMS = {\n\t\tclassName: 'params',\n\t\tbegin: '\\\\(', end: '\\\\)',\n\t\tcontains: ['self', NUMBERS, STRING, SPECIAL_VARS, LITERALS]\n\t},\n\tMODIFIERS = {\n\t\tbegin: '[*!#%]',\n\t\trelevance: 0\n\t},\n\tFUNCTIONS = {\n\t\tclassName: 'function',\n\t\tbeginKeywords: 'module function',\n\t\tend: '\\\\=|\\\\{',\n\t\tcontains: [PARAMS, hljs.UNDERSCORE_TITLE_MODE]\n\t};\n\n\treturn {\n\t\taliases: ['scad'],\n\t\tkeywords: {\n\t\t\tkeyword: 'function module include use for intersection_for if else \\\\%',\n\t\t\tliteral: 'false true PI undef',\n\t\t\tbuilt_in: 'circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign'\n\t\t},\n\t\tcontains: [\n\t\t\thljs.C_LINE_COMMENT_MODE,\n\t\t\thljs.C_BLOCK_COMMENT_MODE,\n\t\t\tNUMBERS,\n\t\t\tPREPRO,\n\t\t\tSTRING,\n\t\t\tSPECIAL_VARS,\n\t\t\tMODIFIERS,\n\t\t\tFUNCTIONS\n\t\t]\n\t}\n};","module.exports = function(hljs) {\n  var OXYGENE_KEYWORDS = 'abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue '+\n    'create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false '+\n    'final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited '+\n    'inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of '+\n    'old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly '+\n    'record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple '+\n    'type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal '+\n    'register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained';\n  var CURLY_COMMENT =  hljs.COMMENT(\n    '{',\n    '}',\n    {\n      relevance: 0\n    }\n  );\n  var PAREN_COMMENT = hljs.COMMENT(\n    '\\\\(\\\\*',\n    '\\\\*\\\\)',\n    {\n      relevance: 10\n    }\n  );\n  var STRING = {\n    className: 'string',\n    begin: '\\'', end: '\\'',\n    contains: [{begin: '\\'\\''}]\n  };\n  var CHAR_STRING = {\n    className: 'string', begin: '(#\\\\d+)+'\n  };\n  var FUNCTION = {\n    className: 'function',\n    beginKeywords: 'function constructor destructor procedure method', end: '[:;]',\n    keywords: 'function constructor|10 destructor|10 procedure|10 method|10',\n    contains: [\n      hljs.TITLE_MODE,\n      {\n        className: 'params',\n        begin: '\\\\(', end: '\\\\)',\n        keywords: OXYGENE_KEYWORDS,\n        contains: [STRING, CHAR_STRING]\n      },\n      CURLY_COMMENT, PAREN_COMMENT\n    ]\n  };\n  return {\n    case_insensitive: true,\n    lexemes: /\\.?\\w+/,\n    keywords: OXYGENE_KEYWORDS,\n    illegal: '(\"|\\\\$[G-Zg-z]|\\\\/\\\\*|</|=>|->)',\n    contains: [\n      CURLY_COMMENT, PAREN_COMMENT, hljs.C_LINE_COMMENT_MODE,\n      STRING, CHAR_STRING,\n      hljs.NUMBER_MODE,\n      FUNCTION,\n      {\n        className: 'class',\n        begin: '=\\\\bclass\\\\b', end: 'end;',\n        keywords: OXYGENE_KEYWORDS,\n        contains: [\n          STRING, CHAR_STRING,\n          CURLY_COMMENT, PAREN_COMMENT, hljs.C_LINE_COMMENT_MODE,\n          FUNCTION\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var CURLY_SUBCOMMENT = hljs.COMMENT(\n    '{',\n    '}',\n    {\n      contains: ['self']\n    }\n  );\n  return {\n    subLanguage: 'xml', relevance: 0,\n    contains: [\n      hljs.COMMENT('^#', '$'),\n      hljs.COMMENT(\n        '\\\\^rem{',\n        '}',\n        {\n          relevance: 10,\n          contains: [\n            CURLY_SUBCOMMENT\n          ]\n        }\n      ),\n      {\n        className: 'meta',\n        begin: '^@(?:BASE|USE|CLASS|OPTIONS)$',\n        relevance: 10\n      },\n      {\n        className: 'title',\n        begin: '@[\\\\w\\\\-]+\\\\[[\\\\w^;\\\\-]*\\\\](?:\\\\[[\\\\w^;\\\\-]*\\\\])?(?:.*)$'\n      },\n      {\n        className: 'variable',\n        begin: '\\\\$\\\\{?[\\\\w\\\\-\\\\.\\\\:]+\\\\}?'\n      },\n      {\n        className: 'keyword',\n        begin: '\\\\^[\\\\w\\\\-\\\\.\\\\:]+'\n      },\n      {\n        className: 'number',\n        begin: '\\\\^#[0-9a-fA-F]+'\n      },\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var PERL_KEYWORDS = 'getpwent getservent quotemeta msgrcv scalar kill dbmclose undef lc ' +\n    'ma syswrite tr send umask sysopen shmwrite vec qx utime local oct semctl localtime ' +\n    'readpipe do return format read sprintf dbmopen pop getpgrp not getpwnam rewinddir qq' +\n    'fileno qw endprotoent wait sethostent bless s|0 opendir continue each sleep endgrent ' +\n    'shutdown dump chomp connect getsockname die socketpair close flock exists index shmget' +\n    'sub for endpwent redo lstat msgctl setpgrp abs exit select print ref gethostbyaddr ' +\n    'unshift fcntl syscall goto getnetbyaddr join gmtime symlink semget splice x|0 ' +\n    'getpeername recv log setsockopt cos last reverse gethostbyname getgrnam study formline ' +\n    'endhostent times chop length gethostent getnetent pack getprotoent getservbyname rand ' +\n    'mkdir pos chmod y|0 substr endnetent printf next open msgsnd readdir use unlink ' +\n    'getsockopt getpriority rindex wantarray hex system getservbyport endservent int chr ' +\n    'untie rmdir prototype tell listen fork shmread ucfirst setprotoent else sysseek link ' +\n    'getgrgid shmctl waitpid unpack getnetbyname reset chdir grep split require caller ' +\n    'lcfirst until warn while values shift telldir getpwuid my getprotobynumber delete and ' +\n    'sort uc defined srand accept package seekdir getprotobyname semop our rename seek if q|0 ' +\n    'chroot sysread setpwent no crypt getc chown sqrt write setnetent setpriority foreach ' +\n    'tie sin msgget map stat getlogin unless elsif truncate exec keys glob tied closedir' +\n    'ioctl socket readlink eval xor readline binmode setservent eof ord bind alarm pipe ' +\n    'atan2 getgrent exp time push setgrent gt lt or ne m|0 break given say state when';\n  var SUBST = {\n    className: 'subst',\n    begin: '[$@]\\\\{', end: '\\\\}',\n    keywords: PERL_KEYWORDS\n  };\n  var METHOD = {\n    begin: '->{', end: '}'\n    // contains defined later\n  };\n  var VAR = {\n    variants: [\n      {begin: /\\$\\d/},\n      {begin: /[\\$%@](\\^\\w\\b|#\\w+(::\\w+)*|{\\w+}|\\w+(::\\w*)*)/},\n      {begin: /[\\$%@][^\\s\\w{]/, relevance: 0}\n    ]\n  };\n  var STRING_CONTAINS = [hljs.BACKSLASH_ESCAPE, SUBST, VAR];\n  var PERL_DEFAULT_CONTAINS = [\n    VAR,\n    hljs.HASH_COMMENT_MODE,\n    hljs.COMMENT(\n      '^\\\\=\\\\w',\n      '\\\\=cut',\n      {\n        endsWithParent: true\n      }\n    ),\n    METHOD,\n    {\n      className: 'string',\n      contains: STRING_CONTAINS,\n      variants: [\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\(', end: '\\\\)',\n          relevance: 5\n        },\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\[', end: '\\\\]',\n          relevance: 5\n        },\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\{', end: '\\\\}',\n          relevance: 5\n        },\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\|', end: '\\\\|',\n          relevance: 5\n        },\n        {\n          begin: 'q[qwxr]?\\\\s*\\\\<', end: '\\\\>',\n          relevance: 5\n        },\n        {\n          begin: 'qw\\\\s+q', end: 'q',\n          relevance: 5\n        },\n        {\n          begin: '\\'', end: '\\'',\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: '\"', end: '\"'\n        },\n        {\n          begin: '`', end: '`',\n          contains: [hljs.BACKSLASH_ESCAPE]\n        },\n        {\n          begin: '{\\\\w+}',\n          contains: [],\n          relevance: 0\n        },\n        {\n          begin: '\\-?\\\\w+\\\\s*\\\\=\\\\>',\n          contains: [],\n          relevance: 0\n        }\n      ]\n    },\n    {\n      className: 'number',\n      begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n      relevance: 0\n    },\n    { // regexp container\n      begin: '(\\\\/\\\\/|' + hljs.RE_STARTERS_RE + '|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*',\n      keywords: 'split return print reverse grep',\n      relevance: 0,\n      contains: [\n        hljs.HASH_COMMENT_MODE,\n        {\n          className: 'regexp',\n          begin: '(s|tr|y)/(\\\\\\\\.|[^/])*/(\\\\\\\\.|[^/])*/[a-z]*',\n          relevance: 10\n        },\n        {\n          className: 'regexp',\n          begin: '(m|qr)?/', end: '/[a-z]*',\n          contains: [hljs.BACKSLASH_ESCAPE],\n          relevance: 0 // allows empty \"//\" which is a common comment delimiter in other languages\n        }\n      ]\n    },\n    {\n      className: 'function',\n      beginKeywords: 'sub', end: '(\\\\s*\\\\(.*?\\\\))?[;{]', excludeEnd: true,\n      relevance: 5,\n      contains: [hljs.TITLE_MODE]\n    },\n    {\n      begin: '-\\\\w\\\\b',\n      relevance: 0\n    },\n    {\n      begin: \"^__DATA__$\",\n      end: \"^__END__$\",\n      subLanguage: 'mojolicious',\n      contains: [\n        {\n            begin: \"^@@.*\",\n            end: \"$\",\n            className: \"comment\"\n        }\n      ]\n    }\n  ];\n  SUBST.contains = PERL_DEFAULT_CONTAINS;\n  METHOD.contains = PERL_DEFAULT_CONTAINS;\n\n  return {\n    aliases: ['pl', 'pm'],\n    lexemes: /[\\w\\.]+/,\n    keywords: PERL_KEYWORDS,\n    contains: PERL_DEFAULT_CONTAINS\n  };\n};","module.exports = function(hljs) {\n  var MACRO = {\n    className: 'variable',\n    begin: /\\$[\\w\\d#@][\\w\\d_]*/\n  };\n  var TABLE = {\n    className: 'variable',\n    begin: /<(?!\\/)/, end: />/\n  };\n  var QUOTE_STRING = {\n    className: 'string',\n    begin: /\"/, end: /\"/\n  };\n\n  return {\n    aliases: ['pf.conf'],\n    lexemes: /[a-z0-9_<>-]+/,\n    keywords: {\n      built_in: /* block match pass are \"actions\" in pf.conf(5), the rest are\n                 * lexically similar top-level commands.\n                 */\n        'block match pass load anchor|5 antispoof|10 set table',\n      keyword:\n        'in out log quick on rdomain inet inet6 proto from port os to route' +\n        'allow-opts divert-packet divert-reply divert-to flags group icmp-type' +\n        'icmp6-type label once probability recieved-on rtable prio queue' +\n        'tos tag tagged user keep fragment for os drop' +\n        'af-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robin' +\n        'source-hash static-port' +\n        'dup-to reply-to route-to' +\n        'parent bandwidth default min max qlimit' +\n        'block-policy debug fingerprints hostid limit loginterface optimization' +\n        'reassemble ruleset-optimization basic none profile skip state-defaults' +\n        'state-policy timeout' +\n        'const counters persist' +\n        'no modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppy' +\n        'source-track global rule max-src-nodes max-src-states max-src-conn' +\n        'max-src-conn-rate overload flush' +\n        'scrub|5 max-mss min-ttl no-df|10 random-id',\n      literal:\n        'all any no-route self urpf-failed egress|5 unknown'\n    },\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.NUMBER_MODE,\n      hljs.QUOTE_STRING_MODE,\n      MACRO,\n      TABLE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var COMMENT_MODE = hljs.COMMENT('--', '$');\n  var UNQUOTED_IDENT = '[a-zA-Z_][a-zA-Z_0-9$]*';\n  var DOLLAR_STRING = '\\\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\\\$';\n  var LABEL = '<<\\\\s*' + UNQUOTED_IDENT + '\\\\s*>>';\n\n  var SQL_KW = \n    // https://www.postgresql.org/docs/11/static/sql-keywords-appendix.html\n    // https://www.postgresql.org/docs/11/static/sql-commands.html\n    // SQL commands (starting words)\n    'ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE ' +\n    'DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY ' +\n    'PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW ' +\n    'START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES ' +\n    // SQL commands (others)\n    'AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN ' +\n    'WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS ' +\n    'FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM ' +\n    'TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS ' +\n    'METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION ' +\n    'INDEX PROCEDURE ASSERTION ' +\n    // additional reserved key words\n    'ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK ' +\n    'COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS ' +\n    'DEFERRABLE RANGE ' +\n    'DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ' +\n    'ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT ' +\n    'NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY ' +\n    'REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN ' +\n    'TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH ' +\n    // some of non-reserved (which are used in clauses or as PL/pgSQL keyword)\n    'BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN ' +\n    'BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT ' +\n    'TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN ' +\n    'EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH ' +\n    'REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ' +\n    'ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED ' +\n    'INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 ' +\n    'INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ' +\n    'ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES ' +\n    'RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS ' +\n    'UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF ' +\n    // some parameters of VACUUM/ANALYZE/EXPLAIN\n    'FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING ' +\n    //\n    'RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED ' +\n    'OF NOTHING NONE EXCLUDE ATTRIBUTE ' +\n    // from GRANT (not keywords actually)\n    'USAGE ROUTINES ' +\n    // actually literals, but look better this way (due to IS TRUE, IS FALSE, ISNULL etc)\n    'TRUE FALSE NAN INFINITY ';\n\n  var ROLE_ATTRS = // only those not in keywrods already\n    'SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT ' +\n    'LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS ';\n\n  var PLPGSQL_KW = \n    'ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS ' +\n    'STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT ' +\n    'OPEN ';\n\n  var TYPES =\n    // https://www.postgresql.org/docs/11/static/datatype.html\n    'BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR ' +\n    'CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 ' +\n    'MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 ' +\n    'SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 ' +\n    'TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR ' +\n    'INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ' +\n    // pseudotypes\n    'ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL ' +\n    'RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR ' +\n    // spec. type\n    'NAME ' +\n    // OID-types\n    'OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 ' +\n    'REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 ';// +\n    // some types from standard extensions\n    'HSTORE|10 LO LTREE|10 ';\n    \n  var TYPES_RE = \n    TYPES.trim()\n         .split(' ')\n         .map( function(val) { return val.split('|')[0]; } )\n         .join('|');\n\n  var SQL_BI =\n    'CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP ' +\n    'CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC ';\n\n  var PLPGSQL_BI =\n    'FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 ' +\n    'TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ' +\n    // get diagnostics\n    'ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME ' +\n    'PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 ' +\n    'PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 ';\n\n  var PLPGSQL_EXCEPTIONS =\n    // exceptions https://www.postgresql.org/docs/current/static/errcodes-appendix.html\n    'SQLSTATE SQLERRM|10 ' +\n    'SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING ' +\n    'NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED ' +\n    'STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED ' +\n    'SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE ' +\n    'SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION ' +\n    'TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED ' +\n    'INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR ' +\n    'INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION ' +\n    'STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION ' +\n    'DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW ' +\n    'DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW ' +\n    'INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION ' +\n    'INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION ' +\n    'INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST ' +\n    'INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE ' +\n    'NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE ' +\n    'INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE ' +\n    'INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT ' +\n    'INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH ' +\n    'NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE ' +\n    'SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION ' +\n    'SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING ' +\n    'FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION ' +\n    'BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT ' +\n    'INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION ' +\n    'INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION ' +\n    'UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE ' +\n    'INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE ' +\n    'HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION ' +\n    'INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION ' +\n    'NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION ' +\n    'SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION ' +\n    'IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME ' +\n    'TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD ' +\n    'DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST ' +\n    'INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT ' +\n    'MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED ' +\n    'READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION ' +\n    'CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED ' +\n    'PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED ' +\n    'EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED ' +\n    'TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED ' +\n    'SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME ' +\n    'INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION ' +\n    'SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED ' +\n    'SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE ' +\n    'GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME ' +\n    'NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH ' +\n    'INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN ' +\n    'UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT ' +\n    'DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION ' +\n    'DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS ' +\n    'DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS ' +\n    'INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION ' +\n    'INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION ' +\n    'INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION ' +\n    'INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL ' +\n    'OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED ' +\n    'STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE ' +\n    'OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION ' +\n    'QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED ' +\n    'SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR ' +\n    'LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED ' +\n    'FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION ' +\n    'FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER ' +\n    'FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS ' +\n    'FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX ' +\n    'FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH ' +\n    'FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES ' +\n    'FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE ' +\n    'FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION ' +\n    'FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR ' +\n    'RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED ' +\n    'INDEX_CORRUPTED ';\n\n  var FUNCTIONS =\n    // https://www.postgresql.org/docs/11/static/functions-aggregate.html\n    'ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG ' +\n    'JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG ' +\n    'CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE ' +\n    'REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP ' +\n    'PERCENTILE_CONT PERCENTILE_DISC ' +\n    // https://www.postgresql.org/docs/11/static/functions-window.html\n    'ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE ' +\n    // https://www.postgresql.org/docs/11/static/functions-comparison.html\n    'NUM_NONNULLS NUM_NULLS ' +\n    // https://www.postgresql.org/docs/11/static/functions-math.html\n    'ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT ' +\n    'TRUNC WIDTH_BUCKET ' +\n    'RANDOM SETSEED ' +\n    'ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND ' +\n    // https://www.postgresql.org/docs/11/static/functions-string.html\n    'BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ' +\n    'ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP' +\n    'LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 ' +\n    'QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY ' +\n    'REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR ' +\n    'TO_ASCII TO_HEX TRANSLATE ' +\n    // https://www.postgresql.org/docs/11/static/functions-binarystring.html\n    'OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE ' +\n    // https://www.postgresql.org/docs/11/static/functions-formatting.html\n    'TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP ' +\n    // https://www.postgresql.org/docs/11/static/functions-datetime.html\n    'AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL ' +\n    'MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 ' +\n    'TIMEOFDAY TRANSACTION_TIMESTAMP|10 ' +\n    // https://www.postgresql.org/docs/11/static/functions-enum.html\n    'ENUM_FIRST ENUM_LAST ENUM_RANGE ' +\n    // https://www.postgresql.org/docs/11/static/functions-geometry.html\n    'AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH ' +\n    'BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ' +\n    // https://www.postgresql.org/docs/11/static/functions-net.html\n    'ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY' +\n    'INET_MERGE MACADDR8_SET7BIT ' +\n    // https://www.postgresql.org/docs/11/static/functions-textsearch.html\n    'ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY ' +\n    'QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE ' +\n    'TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY ' +\n    'TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN ' +\n    // https://www.postgresql.org/docs/11/static/functions-xml.html\n    'XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT ' +\n    'XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT ' +\n    'XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES ' +\n    'TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA ' +\n    'QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA ' +\n    'CURSOR_TO_XML CURSOR_TO_XMLSCHEMA ' +\n    'SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA ' +\n    'DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA ' +\n    'XMLATTRIBUTES ' +\n    // https://www.postgresql.org/docs/11/static/functions-json.html\n    'TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT ' +\n    'JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH ' +\n    'JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH ' +\n    'JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET ' +\n    'JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT ' +\n    'JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET ' +\n    'JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY ' +\n    // https://www.postgresql.org/docs/11/static/functions-sequence.html\n    'CURRVAL LASTVAL NEXTVAL SETVAL ' +\n    // https://www.postgresql.org/docs/11/static/functions-conditional.html\n    'COALESCE NULLIF GREATEST LEAST ' +\n    // https://www.postgresql.org/docs/11/static/functions-array.html\n    'ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ' +\n    'ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY ' +\n    'STRING_TO_ARRAY UNNEST ' +\n    // https://www.postgresql.org/docs/11/static/functions-range.html\n    'ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE ' +\n    // https://www.postgresql.org/docs/11/static/functions-srf.html\n    'GENERATE_SERIES GENERATE_SUBSCRIPTS ' +\n    // https://www.postgresql.org/docs/11/static/functions-info.html\n    'CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT ' +\n    'INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE ' +\n    'TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE ' +\n    'COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION ' +\n    'TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX ' +\n    'TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS ' +\n    // https://www.postgresql.org/docs/11/static/functions-admin.html\n    'CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE ' +\n    'GIN_CLEAN_PENDING_LIST ' +\n    // https://www.postgresql.org/docs/11/static/functions-trigger.html\n    'SUPPRESS_REDUNDANT_UPDATES_TRIGGER ' +\n    // ihttps://www.postgresql.org/docs/devel/static/lo-funcs.html\n    'LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE ' +\n    //\n    'GROUPING CAST ';\n\n    var FUNCTIONS_RE = \n      FUNCTIONS.trim()\n               .split(' ')\n               .map( function(val) { return val.split('|')[0]; } )\n               .join('|');\n\n    return {\n        aliases: ['postgres','postgresql'],\n        case_insensitive: true,\n        keywords: {\n          keyword:\n            SQL_KW + PLPGSQL_KW + ROLE_ATTRS,\n          built_in:\n            SQL_BI + PLPGSQL_BI + PLPGSQL_EXCEPTIONS,\n        },\n        // Forbid some cunstructs from other languages to improve autodetect. In fact\n        // \"[a-z]:\" is legal (as part of array slice), but improbabal.\n        illegal: /:==|\\W\\s*\\(\\*|(^|\\s)\\$[a-z]|{{|[a-z]:\\s*$|\\.\\.\\.|TO:|DO:/,\n        contains: [\n          // special handling of some words, which are reserved only in some contexts\n          {\n            className: 'keyword',\n            variants: [\n              { begin: /\\bTEXT\\s*SEARCH\\b/ },\n              { begin: /\\b(PRIMARY|FOREIGN|FOR(\\s+NO)?)\\s+KEY\\b/ },\n              { begin: /\\bPARALLEL\\s+(UNSAFE|RESTRICTED|SAFE)\\b/ },\n              { begin: /\\bSTORAGE\\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\\b/ },\n              { begin: /\\bMATCH\\s+(FULL|PARTIAL|SIMPLE)\\b/ },\n              { begin: /\\bNULLS\\s+(FIRST|LAST)\\b/ },\n              { begin: /\\bEVENT\\s+TRIGGER\\b/ },\n              { begin: /\\b(MAPPING|OR)\\s+REPLACE\\b/ },\n              { begin: /\\b(FROM|TO)\\s+(PROGRAM|STDIN|STDOUT)\\b/ },\n              { begin: /\\b(SHARE|EXCLUSIVE)\\s+MODE\\b/ },\n              { begin: /\\b(LEFT|RIGHT)\\s+(OUTER\\s+)?JOIN\\b/ },\n              { begin: /\\b(FETCH|MOVE)\\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\\b/ },\n              { begin: /\\bPRESERVE\\s+ROWS\\b/ },\n              { begin: /\\bDISCARD\\s+PLANS\\b/ },\n              { begin: /\\bREFERENCING\\s+(OLD|NEW)\\b/ },\n              { begin: /\\bSKIP\\s+LOCKED\\b/ },\n              { begin: /\\bGROUPING\\s+SETS\\b/ },\n              { begin: /\\b(BINARY|INSENSITIVE|SCROLL|NO\\s+SCROLL)\\s+(CURSOR|FOR)\\b/ },\n              { begin: /\\b(WITH|WITHOUT)\\s+HOLD\\b/ },\n              { begin: /\\bWITH\\s+(CASCADED|LOCAL)\\s+CHECK\\s+OPTION\\b/ },\n              { begin: /\\bEXCLUDE\\s+(TIES|NO\\s+OTHERS)\\b/ },\n              { begin: /\\bFORMAT\\s+(TEXT|XML|JSON|YAML)\\b/ },\n              { begin: /\\bSET\\s+((SESSION|LOCAL)\\s+)?NAMES\\b/ },\n              { begin: /\\bIS\\s+(NOT\\s+)?UNKNOWN\\b/ },\n              { begin: /\\bSECURITY\\s+LABEL\\b/ },\n              { begin: /\\bSTANDALONE\\s+(YES|NO|NO\\s+VALUE)\\b/ },\n              { begin: /\\bWITH\\s+(NO\\s+)?DATA\\b/ },\n              { begin: /\\b(FOREIGN|SET)\\s+DATA\\b/ },\n              { begin: /\\bSET\\s+(CATALOG|CONSTRAINTS)\\b/ },\n              { begin: /\\b(WITH|FOR)\\s+ORDINALITY\\b/ },\n              { begin: /\\bIS\\s+(NOT\\s+)?DOCUMENT\\b/ },\n              { begin: /\\bXML\\s+OPTION\\s+(DOCUMENT|CONTENT)\\b/ },\n              { begin: /\\b(STRIP|PRESERVE)\\s+WHITESPACE\\b/ },\n              { begin: /\\bNO\\s+(ACTION|MAXVALUE|MINVALUE)\\b/ },\n              { begin: /\\bPARTITION\\s+BY\\s+(RANGE|LIST|HASH)\\b/ },\n              { begin: /\\bAT\\s+TIME\\s+ZONE\\b/ },\n              { begin: /\\bGRANTED\\s+BY\\b/ },\n              { begin: /\\bRETURN\\s+(QUERY|NEXT)\\b/ },\n              { begin: /\\b(ATTACH|DETACH)\\s+PARTITION\\b/ },\n              { begin: /\\bFORCE\\s+ROW\\s+LEVEL\\s+SECURITY\\b/ },\n              { begin: /\\b(INCLUDING|EXCLUDING)\\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\\b/ },\n              { begin: /\\bAS\\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\\b/ }\n            ]\n          },\n          // functions named as keywords, followed by '('\n          {\n            begin: /\\b(FORMAT|FAMILY|VERSION)\\s*\\(/,\n            //keywords: { built_in: 'FORMAT FAMILY VERSION' }\n          },\n          // INCLUDE ( ... ) in index_parameters in CREATE TABLE\n          {\n            begin: /\\bINCLUDE\\s*\\(/,\n            keywords: 'INCLUDE'\n          },\n          // not highlight RANGE if not in frame_clause (not 100% correct, but seems satisfactory)\n          {\n            begin: /\\bRANGE(?!\\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/\n          },\n          // disable highlighting in commands CREATE AGGREGATE/COLLATION/DATABASE/OPERTOR/TEXT SEARCH .../TYPE\n          // and in PL/pgSQL RAISE ... USING\n          {\n            begin: /\\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\\s*=/\n          },\n          // PG_smth; HAS_some_PRIVILEGE\n          {\n            //className: 'built_in',\n            begin: /\\b(PG_\\w+?|HAS_[A-Z_]+_PRIVILEGE)\\b/,\n            relevance: 10\n          },\n          // extract\n          {\n            begin: /\\bEXTRACT\\s*\\(/,\n            end: /\\bFROM\\b/,\n            returnEnd: true,\n            keywords: {\n              //built_in: 'EXTRACT',\n              type:     'CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS ' +\n                        'MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR ' +\n                        'TIMEZONE_MINUTE WEEK YEAR'\n            }\n          },\n          // xmlelement, xmlpi - special NAME\n          {\n            begin: /\\b(XMLELEMENT|XMLPI)\\s*\\(\\s*NAME/,\n            keywords: {\n              //built_in: 'XMLELEMENT XMLPI',\n              keyword:  'NAME'\n            }\n          },\n          // xmlparse, xmlserialize\n          {\n            begin: /\\b(XMLPARSE|XMLSERIALIZE)\\s*\\(\\s*(DOCUMENT|CONTENT)/,\n            keywords: {\n              //built_in: 'XMLPARSE XMLSERIALIZE',\n              keyword:  'DOCUMENT CONTENT'\n            }\n          },\n          // Sequences. We actually skip everything between CACHE|INCREMENT|MAXVALUE|MINVALUE and\n          // nearest following numeric constant. Without with trick we find a lot of \"keywords\"\n          // in 'avrasm' autodetection test...\n          {\n            beginKeywords: 'CACHE INCREMENT MAXVALUE MINVALUE',\n            end: hljs.C_NUMBER_RE,\n            returnEnd: true,\n            keywords: 'BY CACHE INCREMENT MAXVALUE MINVALUE'\n          },\n          // WITH|WITHOUT TIME ZONE as part of datatype\n          {\n            className: 'type',\n            begin: /\\b(WITH|WITHOUT)\\s+TIME\\s+ZONE\\b/\n          },\n          // INTERVAL optional fields\n          {\n            className: 'type',\n            begin: /\\bINTERVAL\\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\\s+TO\\s+(MONTH|HOUR|MINUTE|SECOND))?\\b/\n          },\n          // Pseudo-types which allowed only as return type\n          {\n            begin: /\\bRETURNS\\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\\b/,\n            keywords: {\n              keyword: 'RETURNS',\n              type: 'LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER'\n            }\n          },\n          // Known functions - only when followed by '('\n          {\n            begin: '\\\\b(' + FUNCTIONS_RE + ')\\\\s*\\\\('\n            //keywords: { built_in: FUNCTIONS }\n          },\n          // Types\n          {\n            begin: '\\\\.(' + TYPES_RE + ')\\\\b' // prevent highlight as type, say, 'oid' in 'pgclass.oid'\n          },\n          {\n            begin: '\\\\b(' + TYPES_RE + ')\\\\s+PATH\\\\b', // in XMLTABLE\n            keywords: {\n              keyword: 'PATH', // hopefully no one would use PATH type in XMLTABLE...\n              type: TYPES.replace('PATH ','')\n            }\n          },\n          {\n            className: 'type',\n            begin: '\\\\b(' + TYPES_RE + ')\\\\b'\n          },\n          // Strings, see https://www.postgresql.org/docs/11/static/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS\n          {\n            className: 'string',\n            begin: '\\'', end: '\\'',\n            contains: [{begin: '\\'\\''}]\n          },\n          {\n            className: 'string',\n            begin: '(e|E|u&|U&)\\'', end: '\\'',\n            contains: [{begin: '\\\\\\\\.'}],\n            relevance: 10\n          },\n          {\n            begin: DOLLAR_STRING,\n            endSameAsBegin: true,\n            contains: [\n              {\n                // actually we want them all except SQL; listed are those with known implementations\n                // and XML + JSON just in case\n                subLanguage: ['pgsql','perl','python','tcl','r','lua','java','php','ruby','bash','scheme','xml','json'],\n                endsWithParent: true\n              }\n            ]\n          },\n          // identifiers in quotes\n          {\n            begin: '\"', end: '\"',\n            contains: [{begin: '\"\"'}]\n          },\n          // numbers\n          hljs.C_NUMBER_MODE,\n          // comments\n          hljs.C_BLOCK_COMMENT_MODE,\n          COMMENT_MODE,\n          // PL/pgSQL staff\n          // %ROWTYPE, %TYPE, $n\n          {\n            className: 'meta',\n            variants: [\n              {begin: '%(ROW)?TYPE', relevance: 10}, // %TYPE, %ROWTYPE\n              {begin: '\\\\$\\\\d+'},                    // $n\n              {begin: '^#\\\\w', end: '$'}             // #compiler option\n            ]\n          },\n          // <<labeles>>\n          {\n            className: 'symbol',\n            begin: LABEL,\n            relevance: 10\n          }\n        ]\n  };\n};","module.exports = function(hljs) {\n  var VARIABLE = {\n    begin: '\\\\$+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*'\n  };\n  var PREPROCESSOR = {\n    className: 'meta', begin: /<\\?(php)?|\\?>/\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, PREPROCESSOR],\n    variants: [\n      {\n        begin: 'b\"', end: '\"'\n      },\n      {\n        begin: 'b\\'', end: '\\''\n      },\n      hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null})\n    ]\n  };\n  var NUMBER = {variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE]};\n  return {\n    aliases: ['php', 'php3', 'php4', 'php5', 'php6', 'php7'],\n    case_insensitive: true,\n    keywords:\n      'and include_once list abstract global private echo interface as static endswitch ' +\n      'array null if endwhile or const for endforeach self var while isset public ' +\n      'protected exit foreach throw elseif include __FILE__ empty require_once do xor ' +\n      'return parent clone use __CLASS__ __LINE__ else break print eval new ' +\n      'catch __METHOD__ case exception default die require __FUNCTION__ ' +\n      'enddeclare final try switch continue endfor endif declare unset true false ' +\n      'trait goto instanceof insteadof __DIR__ __NAMESPACE__ ' +\n      'yield finally',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.COMMENT('//', '$', {contains: [PREPROCESSOR]}),\n      hljs.COMMENT(\n        '/\\\\*',\n        '\\\\*/',\n        {\n          contains: [\n            {\n              className: 'doctag',\n              begin: '@[A-Za-z]+'\n            }\n          ]\n        }\n      ),\n      hljs.COMMENT(\n        '__halt_compiler.+?;',\n        false,\n        {\n          endsWithParent: true,\n          keywords: '__halt_compiler',\n          lexemes: hljs.UNDERSCORE_IDENT_RE\n        }\n      ),\n      {\n        className: 'string',\n        begin: /<<<['\"]?\\w+['\"]?$/, end: /^\\w+;?$/,\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {\n            className: 'subst',\n            variants: [\n              {begin: /\\$\\w+/},\n              {begin: /\\{\\$/, end: /\\}/}\n            ]\n          }\n        ]\n      },\n      PREPROCESSOR,\n      {\n        className: 'keyword', begin: /\\$this\\b/\n      },\n      VARIABLE,\n      {\n        // swallow composed identifiers to avoid parsing them as keywords\n        begin: /(::|->)+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /[;{]/, excludeEnd: true,\n        illegal: '\\\\$|\\\\[|%',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)',\n            contains: [\n              'self',\n              VARIABLE,\n              hljs.C_BLOCK_COMMENT_MODE,\n              STRING,\n              NUMBER\n            ]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        illegal: /[:\\(\\$\"]/,\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        beginKeywords: 'namespace', end: ';',\n        illegal: /[\\.']/,\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        beginKeywords: 'use', end: ';',\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        begin: '=>' // No markup, just a relevance booster\n      },\n      STRING,\n      NUMBER\n    ]\n  };\n};","module.exports = function(hljs) {\n    return {\n        disableAutodetect: true\n    };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      'actor addressof and as be break class compile_error compile_intrinsic' +\n      'consume continue delegate digestof do else elseif embed end error' +\n      'for fun if ifdef in interface is isnt lambda let match new not object' +\n      'or primitive recover repeat return struct then trait try type until ' +\n      'use var where while with xor',\n    meta:\n      'iso val tag trn box ref',\n    literal:\n      'this false true'\n  };\n\n  var TRIPLE_QUOTE_STRING_MODE = {\n    className: 'string',\n    begin: '\"\"\"', end: '\"\"\"',\n    relevance: 10\n  };\n\n  var QUOTE_STRING_MODE = {\n    className: 'string',\n    begin: '\"', end: '\"',\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n\n  var SINGLE_QUOTE_CHAR_MODE = {\n    className: 'string',\n    begin: '\\'', end: '\\'',\n    contains: [hljs.BACKSLASH_ESCAPE],\n    relevance: 0\n  };\n\n  var TYPE_NAME = {\n    className: 'type',\n    begin: '\\\\b_?[A-Z][\\\\w]*',\n    relevance: 0\n  };\n\n  var PRIMED_NAME = {\n    begin: hljs.IDENT_RE + '\\'', relevance: 0\n  };\n\n  var CLASS = {\n    className: 'class',\n    beginKeywords: 'class actor', end: '$',\n    contains: [\n      hljs.TITLE_MODE,\n      hljs.C_LINE_COMMENT_MODE\n    ]\n  }\n\n  var FUNCTION = {\n    className: 'function',\n    beginKeywords: 'new fun', end: '=>',\n    contains: [\n      hljs.TITLE_MODE,\n      {\n        begin: /\\(/, end: /\\)/,\n        contains: [\n          TYPE_NAME,\n          PRIMED_NAME,\n          hljs.C_NUMBER_MODE,\n          hljs.C_BLOCK_COMMENT_MODE\n        ]\n      },\n      {\n        begin: /:/, endsWithParent: true,\n        contains: [TYPE_NAME]\n      },\n      hljs.C_LINE_COMMENT_MODE\n    ]\n  }\n\n  return {\n    keywords: KEYWORDS,\n    contains: [\n      CLASS,\n      FUNCTION,\n      TYPE_NAME,\n      TRIPLE_QUOTE_STRING_MODE,\n      QUOTE_STRING_MODE,\n      SINGLE_QUOTE_CHAR_MODE,\n      PRIMED_NAME,\n      hljs.C_NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BACKTICK_ESCAPE = {\n    begin: '`[\\\\s\\\\S]',\n    relevance: 0\n  };\n  var VAR = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$[\\w\\d][\\w\\d_:]*/}\n    ]\n  };\n  var LITERAL = {\n    className: 'literal',\n    begin: /\\$(null|true|false)\\b/\n  };\n  var QUOTE_STRING = {\n    className: 'string',\n    variants: [\n      { begin: /\"/, end: /\"/ },\n      { begin: /@\"/, end: /^\"@/ }\n    ],\n    contains: [\n      BACKTICK_ESCAPE,\n      VAR,\n      {\n        className: 'variable',\n        begin: /\\$[A-z]/, end: /[^A-z]/\n      }\n    ]\n  };\n  var APOS_STRING = {\n    className: 'string',\n    variants: [\n      { begin: /'/, end: /'/ },\n      { begin: /@'/, end: /^'@/ }\n    ]\n  };\n\n  var PS_HELPTAGS = {\n    className: 'doctag',\n    variants: [\n      /* no paramater help tags */ \n      { begin: /\\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/ },\n      /* one parameter help tags */\n      { begin: /\\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\\s+\\S+/ }\n    ]\n  };\n  var PS_COMMENT = hljs.inherit(\n    hljs.COMMENT(null, null),\n    {\n      variants: [\n        /* single-line comment */\n        { begin: /#/, end: /$/ },\n        /* multi-line comment */\n        { begin: /<#/, end: /#>/ }\n      ],\n      contains: [PS_HELPTAGS]\n    }\n  );\n\n  return {\n    aliases: ['ps'],\n    lexemes: /-?[A-z\\.\\-]+/,\n    case_insensitive: true,\n    keywords: {\n      keyword: 'if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch',\n      built_in: 'Add-Computer Add-Content Add-History Add-JobTrigger Add-Member Add-PSSnapin Add-Type Checkpoint-Computer Clear-Content Clear-EventLog Clear-History Clear-Host Clear-Item Clear-ItemProperty Clear-Variable Compare-Object Complete-Transaction Connect-PSSession Connect-WSMan Convert-Path ConvertFrom-Csv ConvertFrom-Json ConvertFrom-SecureString ConvertFrom-StringData ConvertTo-Csv ConvertTo-Html ConvertTo-Json ConvertTo-SecureString ConvertTo-Xml Copy-Item Copy-ItemProperty Debug-Process Disable-ComputerRestore Disable-JobTrigger Disable-PSBreakpoint Disable-PSRemoting Disable-PSSessionConfiguration Disable-WSManCredSSP Disconnect-PSSession Disconnect-WSMan Disable-ScheduledJob Enable-ComputerRestore Enable-JobTrigger Enable-PSBreakpoint Enable-PSRemoting Enable-PSSessionConfiguration Enable-ScheduledJob Enable-WSManCredSSP Enter-PSSession Exit-PSSession Export-Alias Export-Clixml Export-Console Export-Counter Export-Csv Export-FormatData Export-ModuleMember Export-PSSession ForEach-Object Format-Custom Format-List Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command Get-ComputerRestorePoint Get-Content Get-ControlPanelItem Get-Counter Get-Credential Get-Culture Get-Date Get-Event Get-EventLog Get-EventSubscriber Get-ExecutionPolicy Get-FormatData Get-Host Get-HotFix Get-Help Get-History Get-IseSnippet Get-Item Get-ItemProperty Get-Job Get-JobTrigger Get-Location Get-Member Get-Module Get-PfxCertificate Get-Process Get-PSBreakpoint Get-PSCallStack Get-PSDrive Get-PSProvider Get-PSSession Get-PSSessionConfiguration Get-PSSnapin Get-Random Get-ScheduledJob Get-ScheduledJobOption Get-Service Get-TraceSource Get-Transaction Get-TypeData Get-UICulture Get-Unique Get-Variable Get-Verb Get-WinEvent Get-WmiObject Get-WSManCredSSP Get-WSManInstance Group-Object Import-Alias Import-Clixml Import-Counter Import-Csv Import-IseSnippet Import-LocalizedData Import-PSSession Import-Module Invoke-AsWorkflow Invoke-Command Invoke-Expression Invoke-History Invoke-Item Invoke-RestMethod Invoke-WebRequest Invoke-WmiMethod Invoke-WSManAction Join-Path Limit-EventLog Measure-Command Measure-Object Move-Item Move-ItemProperty New-Alias New-Event New-EventLog New-IseSnippet New-Item New-ItemProperty New-JobTrigger New-Object New-Module New-ModuleManifest New-PSDrive New-PSSession New-PSSessionConfigurationFile New-PSSessionOption New-PSTransportOption New-PSWorkflowExecutionOption New-PSWorkflowSession New-ScheduledJobOption New-Service New-TimeSpan New-Variable New-WebServiceProxy New-WinEvent New-WSManInstance New-WSManSessionOption Out-Default Out-File Out-GridView Out-Host Out-Null Out-Printer Out-String Pop-Location Push-Location Read-Host Receive-Job Register-EngineEvent Register-ObjectEvent Register-PSSessionConfiguration Register-ScheduledJob Register-WmiEvent Remove-Computer Remove-Event Remove-EventLog Remove-Item Remove-ItemProperty Remove-Job Remove-JobTrigger Remove-Module Remove-PSBreakpoint Remove-PSDrive Remove-PSSession Remove-PSSnapin Remove-TypeData Remove-Variable Remove-WmiObject Remove-WSManInstance Rename-Computer Rename-Item Rename-ItemProperty Reset-ComputerMachinePassword Resolve-Path Restart-Computer Restart-Service Restore-Computer Resume-Job Resume-Service Save-Help Select-Object Select-String Select-Xml Send-MailMessage Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-JobTrigger Set-Location Set-PSBreakpoint Set-PSDebug Set-PSSessionConfiguration Set-ScheduledJob Set-ScheduledJobOption Set-Service Set-StrictMode Set-TraceSource Set-Variable Set-WmiInstance Set-WSManInstance Set-WSManQuickConfig Show-Command Show-ControlPanelItem Show-EventLog Sort-Object Split-Path Start-Job Start-Process Start-Service Start-Sleep Start-Transaction Start-Transcript Stop-Computer Stop-Job Stop-Process Stop-Service Stop-Transcript Suspend-Job Suspend-Service Tee-Object Test-ComputerSecureChannel Test-Connection Test-ModuleManifest Test-Path Test-PSSessionConfigurationFile Trace-Command Unblock-File Undo-Transaction Unregister-Event Unregister-PSSessionConfiguration Unregister-ScheduledJob Update-FormatData Update-Help Update-List Update-TypeData Use-Transaction Wait-Event Wait-Job Wait-Process Where-Object Write-Debug Write-Error Write-EventLog Write-Host Write-Output Write-Progress Write-Verbose Write-Warning Add-MDTPersistentDrive Disable-MDTMonitorService Enable-MDTMonitorService Get-MDTDeploymentShareStatistics Get-MDTMonitorData Get-MDTOperatingSystemCatalog Get-MDTPersistentDrive Import-MDTApplication Import-MDTDriver Import-MDTOperatingSystem Import-MDTPackage Import-MDTTaskSequence New-MDTDatabase Remove-MDTMonitorData Remove-MDTPersistentDrive Restore-MDTPersistentDrive Set-MDTMonitorData Test-MDTDeploymentShare Test-MDTMonitorData Update-MDTDatabaseSchema Update-MDTDeploymentShare Update-MDTLinkedDS Update-MDTMedia Update-MDTMedia Add-VamtProductKey Export-VamtData Find-VamtManagedMachine Get-VamtConfirmationId Get-VamtProduct Get-VamtProductKey Import-VamtData Initialize-VamtData Install-VamtConfirmationId Install-VamtProductActivation Install-VamtProductKey Update-VamtProduct',\n      nomarkup: '-ne -eq -lt -gt -ge -le -not -like -notlike -match -notmatch -contains -notcontains -in -notin -replace'\n    },\n    contains: [\n      BACKTICK_ESCAPE,\n      hljs.NUMBER_MODE,\n      QUOTE_STRING,\n      APOS_STRING,\n      LITERAL,\n      VAR,\n      PS_COMMENT\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword: 'BufferedReader PVector PFont PImage PGraphics HashMap boolean byte char color ' +\n        'double float int long String Array FloatDict FloatList IntDict IntList JSONArray JSONObject ' +\n        'Object StringDict StringList Table TableRow XML ' +\n        // Java keywords\n        'false synchronized int abstract float private char boolean static null if const ' +\n        'for true while long throw strictfp finally protected import native final return void ' +\n        'enum else break transient new catch instanceof byte super volatile case assert short ' +\n        'package default double public try this switch continue throws protected public private',\n      literal: 'P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI',\n      title: 'setup draw',\n      built_in: 'displayHeight displayWidth mouseY mouseX mousePressed pmouseX pmouseY key ' +\n        'keyCode pixels focused frameCount frameRate height width ' +\n        'size createGraphics beginDraw createShape loadShape PShape arc ellipse line point ' +\n        'quad rect triangle bezier bezierDetail bezierPoint bezierTangent curve curveDetail curvePoint ' +\n        'curveTangent curveTightness shape shapeMode beginContour beginShape bezierVertex curveVertex ' +\n        'endContour endShape quadraticVertex vertex ellipseMode noSmooth rectMode smooth strokeCap ' +\n        'strokeJoin strokeWeight mouseClicked mouseDragged mouseMoved mousePressed mouseReleased ' +\n        'mouseWheel keyPressed keyPressedkeyReleased keyTyped print println save saveFrame day hour ' +\n        'millis minute month second year background clear colorMode fill noFill noStroke stroke alpha ' +\n        'blue brightness color green hue lerpColor red saturation modelX modelY modelZ screenX screenY ' +\n        'screenZ ambient emissive shininess specular add createImage beginCamera camera endCamera frustum ' +\n        'ortho perspective printCamera printProjection cursor frameRate noCursor exit loop noLoop popStyle ' +\n        'pushStyle redraw binary boolean byte char float hex int str unbinary unhex join match matchAll nf ' +\n        'nfc nfp nfs split splitTokens trim append arrayCopy concat expand reverse shorten sort splice subset ' +\n        'box sphere sphereDetail createInput createReader loadBytes loadJSONArray loadJSONObject loadStrings ' +\n        'loadTable loadXML open parseXML saveTable selectFolder selectInput beginRaw beginRecord createOutput ' +\n        'createWriter endRaw endRecord PrintWritersaveBytes saveJSONArray saveJSONObject saveStream saveStrings ' +\n        'saveXML selectOutput popMatrix printMatrix pushMatrix resetMatrix rotate rotateX rotateY rotateZ scale ' +\n        'shearX shearY translate ambientLight directionalLight lightFalloff lights lightSpecular noLights normal ' +\n        'pointLight spotLight image imageMode loadImage noTint requestImage tint texture textureMode textureWrap ' +\n        'blend copy filter get loadPixels set updatePixels blendMode loadShader PShaderresetShader shader createFont ' +\n        'loadFont text textFont textAlign textLeading textMode textSize textWidth textAscent textDescent abs ceil ' +\n        'constrain dist exp floor lerp log mag map max min norm pow round sq sqrt acos asin atan atan2 cos degrees ' +\n        'radians sin tan noise noiseDetail noiseSeed random randomGaussian randomSeed'\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      hljs.C_NUMBER_MODE,\n      {\n        begin: '[a-zA-Z_][\\\\da-zA-Z_]+\\\\.[\\\\da-zA-Z_]{1,3}', end: ':',\n        excludeEnd: true\n      },\n      {\n        begin: '(ncalls|tottime|cumtime)', end: '$',\n        keywords: 'ncalls tottime|10 cumtime|10 filename',\n        relevance: 10\n      },\n      {\n        begin: 'function calls', end: '$',\n        contains: [hljs.C_NUMBER_MODE],\n        relevance: 10\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\\\(', end: '\\\\)$',\n        excludeBegin: true, excludeEnd: true,\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n  var ATOM = {\n\n    begin: /[a-z][A-Za-z0-9_]*/,\n    relevance: 0\n  };\n\n  var VAR = {\n\n    className: 'symbol',\n    variants: [\n      {begin: /[A-Z][a-zA-Z0-9_]*/},\n      {begin: /_[A-Za-z0-9_]*/},\n    ],\n    relevance: 0\n  };\n\n  var PARENTED = {\n\n    begin: /\\(/,\n    end: /\\)/,\n    relevance: 0\n  };\n\n  var LIST = {\n\n    begin: /\\[/,\n    end: /\\]/\n  };\n\n  var LINE_COMMENT = {\n\n    className: 'comment',\n    begin: /%/, end: /$/,\n    contains: [hljs.PHRASAL_WORDS_MODE]\n  };\n\n  var BACKTICK_STRING = {\n\n    className: 'string',\n    begin: /`/, end: /`/,\n    contains: [hljs.BACKSLASH_ESCAPE]\n  };\n\n  var CHAR_CODE = {\n\n    className: 'string', // 0'a etc.\n    begin: /0\\'(\\\\\\'|.)/\n  };\n\n  var SPACE_CODE = {\n\n    className: 'string',\n    begin: /0\\'\\\\s/ // 0'\\s\n  };\n\n  var PRED_OP = { // relevance booster\n    begin: /:-/\n  };\n\n  var inner = [\n\n    ATOM,\n    VAR,\n    PARENTED,\n    PRED_OP,\n    LIST,\n    LINE_COMMENT,\n    hljs.C_BLOCK_COMMENT_MODE,\n    hljs.QUOTE_STRING_MODE,\n    hljs.APOS_STRING_MODE,\n    BACKTICK_STRING,\n    CHAR_CODE,\n    SPACE_CODE,\n    hljs.C_NUMBER_MODE\n  ];\n\n  PARENTED.contains = inner;\n  LIST.contains = inner;\n\n  return {\n    contains: inner.concat([\n      {begin: /\\.$/} // relevance booster\n    ])\n  };\n};","module.exports = function(hljs) {\n\n  // whitespaces: space, tab, formfeed\n  var WS0 = '[ \\\\t\\\\f]*';\n  var WS1 = '[ \\\\t\\\\f]+';\n  // delimiter\n  var DELIM = '(' + WS0+'[:=]'+WS0+ '|' + WS1 + ')';\n  var KEY_ALPHANUM = '([^\\\\\\\\\\\\W:= \\\\t\\\\f\\\\n]|\\\\\\\\.)+';\n  var KEY_OTHER = '([^\\\\\\\\:= \\\\t\\\\f\\\\n]|\\\\\\\\.)+';\n\n  var DELIM_AND_VALUE = {\n          // skip DELIM\n          end: DELIM,\n          relevance: 0,\n          starts: {\n            // value: everything until end of line (again, taking into account backslashes)\n            className: 'string',\n            end: /$/,\n            relevance: 0,\n            contains: [\n              { begin: '\\\\\\\\\\\\n' }\n            ]\n          }\n        };\n\n  return {\n    case_insensitive: true,\n    illegal: /\\S/,\n    contains: [\n      hljs.COMMENT('^\\\\s*[!#]', '$'),\n      // key: everything until whitespace or = or : (taking into account backslashes)\n      // case of a \"normal\" key\n      {\n        begin: KEY_ALPHANUM + DELIM,\n        returnBegin: true,\n        contains: [\n          {\n            className: 'attr',\n            begin: KEY_ALPHANUM,\n            endsParent: true,\n            relevance: 0\n          }\n        ],\n        starts: DELIM_AND_VALUE\n      },\n      // case of key containing non-alphanumeric chars => relevance = 0\n      {\n        begin: KEY_OTHER + DELIM,\n        returnBegin: true,\n        relevance: 0,\n        contains: [\n          {\n            className: 'meta',\n            begin: KEY_OTHER,\n            endsParent: true,\n            relevance: 0\n          }\n        ],\n        starts: DELIM_AND_VALUE\n      },\n      // case of an empty key\n      {\n        className: 'attr',\n        relevance: 0,\n        begin: KEY_OTHER + WS0 + '$'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword: 'package import option optional required repeated group oneof',\n      built_in: 'double float int32 int64 uint32 uint64 sint32 sint64 ' +\n        'fixed32 fixed64 sfixed32 sfixed64 bool string bytes',\n      literal: 'true false'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'message enum service', end: /\\{/,\n        illegal: /\\n/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n          })\n        ]\n      },\n      {\n        className: 'function',\n        beginKeywords: 'rpc',\n        end: /;/, excludeEnd: true,\n        keywords: 'rpc returns'\n      },\n      {\n        begin: /^\\s*[A-Z_]+/,\n        end: /\\s*=/, excludeEnd: true\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n  var PUPPET_KEYWORDS = {\n    keyword:\n    /* language keywords */\n      'and case default else elsif false if in import enherits node or true undef unless main settings $string ',\n    literal:\n    /* metaparameters */\n      'alias audit before loglevel noop require subscribe tag ' +\n    /* normal attributes */\n      'owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check ' +\n      'en_address ip_address realname command environment hour monute month monthday special target weekday '+\n      'creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore ' +\n      'links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source ' +\n      'souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid '+\n      'ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel ' +\n      'native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options ' +\n      'device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use ' +\n      'message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform ' +\n      'responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running ' +\n      'start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age ' +\n      'password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled ' +\n      'enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist ' +\n      'priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey ' +\n      'sslverify mounted',\n    built_in:\n    /* core facts */\n      'architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers ' +\n      'domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces '+\n      'ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion ' +\n      'kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease ' +\n      'lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major ' +\n      'macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease '+\n      'operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion '+\n      'rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced '+\n      'selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime '+\n      'uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version'\n  };\n\n  var COMMENT = hljs.COMMENT('#', '$');\n\n  var IDENT_RE = '([A-Za-z_]|::)(\\\\w|::)*';\n\n  var TITLE = hljs.inherit(hljs.TITLE_MODE, {begin: IDENT_RE});\n\n  var VARIABLE = {className: 'variable', begin: '\\\\$' + IDENT_RE};\n\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, VARIABLE],\n    variants: [\n      {begin: /'/, end: /'/},\n      {begin: /\"/, end: /\"/}\n    ]\n  };\n\n  return {\n    aliases: ['pp'],\n    contains: [\n      COMMENT,\n      VARIABLE,\n      STRING,\n      {\n        beginKeywords: 'class', end: '\\\\{|;',\n        illegal: /=/,\n        contains: [TITLE, COMMENT]\n      },\n      {\n        beginKeywords: 'define', end: /\\{/,\n        contains: [\n          {\n            className: 'section', begin: hljs.IDENT_RE, endsParent: true\n          }\n        ]\n      },\n      {\n        begin: hljs.IDENT_RE + '\\\\s+\\\\{', returnBegin: true,\n        end: /\\S/,\n        contains: [\n          {\n            className: 'keyword',\n            begin: hljs.IDENT_RE\n          },\n          {\n            begin: /\\{/, end: /\\}/,\n            keywords: PUPPET_KEYWORDS,\n            relevance: 0,\n            contains: [\n              STRING,\n              COMMENT,\n              {\n                begin:'[a-zA-Z_]+\\\\s*=>',\n                returnBegin: true, end: '=>',\n                contains: [\n                  {\n                    className: 'attr',\n                    begin: hljs.IDENT_RE,\n                  }\n                ]\n              },\n              {\n                className: 'number',\n                begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n                relevance: 0\n              },\n              VARIABLE\n            ]\n          }\n        ],\n        relevance: 0\n      }\n    ]\n  }\n};","module.exports = // Base deafult colors in PB IDE: background: #FFFFDF; foreground: #000000;\n\nfunction(hljs) {\n  var STRINGS = { // PB IDE color: #0080FF (Azure Radiance)\n    className: 'string',\n    begin: '(~)?\"', end: '\"',\n    illegal: '\\\\n'\n  };\n  var CONSTANTS = { // PB IDE color: #924B72 (Cannon Pink)\n    //  \"#\" + a letter or underscore + letters, digits or underscores + (optional) \"$\"\n    className: 'symbol',\n    begin: '#[a-zA-Z_]\\\\w*\\\\$?'\n  };\n\n  return {\n    aliases: ['pb', 'pbi'],\n    keywords: // PB IDE color: #006666 (Blue Stone) + Bold\n      // The following keywords list was taken and adapted from GuShH's PureBasic language file for GeSHi...\n      'And As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerEndIf CompilerEndSelect ' +\n      'CompilerError CompilerIf CompilerSelect Continue Data DataSection EndDataSection Debug DebugLevel ' +\n      'Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM ' +\n      'EnableDebugger EnableExplicit End EndEnumeration EndIf EndImport EndInterface EndMacro EndProcedure ' +\n      'EndSelect EndStructure EndStructureUnion EndWith Enumeration Extends FakeReturn For Next ForEach ' +\n      'ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface Macro ' +\n      'NewList Not Or ProcedureReturn Protected Prototype ' +\n      'PrototypeC Read ReDim Repeat Until Restore Return Select Shared Static Step Structure StructureUnion ' +\n      'Swap To Wend While With XIncludeFile XOr ' +\n      'Procedure ProcedureC ProcedureCDLL ProcedureDLL Declare DeclareC DeclareCDLL DeclareDLL',\n    contains: [\n      // COMMENTS | PB IDE color: #00AAAA (Persian Green)\n      hljs.COMMENT(';', '$', {relevance: 0}),\n\n      { // PROCEDURES DEFINITIONS\n        className: 'function',\n        begin: '\\\\b(Procedure|Declare)(C|CDLL|DLL)?\\\\b',\n        end: '\\\\(',\n        excludeEnd: true,\n        returnBegin: true,\n        contains: [\n          { // PROCEDURE KEYWORDS | PB IDE color: #006666 (Blue Stone) + Bold\n            className: 'keyword',\n            begin: '(Procedure|Declare)(C|CDLL|DLL)?',\n            excludeEnd: true\n          },\n          { // PROCEDURE RETURN TYPE SETTING | PB IDE color: #000000 (Black)\n            className: 'type',\n            begin: '\\\\.\\\\w*'\n            // end: ' ',\n          },\n          hljs.UNDERSCORE_TITLE_MODE // PROCEDURE NAME | PB IDE color: #006666 (Blue Stone)\n        ]\n      },\n      STRINGS,\n      CONSTANTS\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n    keyword:\n      'and elif is global as in if from raise for except finally print import pass return ' +\n      'exec else break not with class assert yield try while continue del or def lambda ' +\n      'async await nonlocal|10 None True False',\n    built_in:\n      'Ellipsis NotImplemented'\n  };\n  var PROMPT = {\n    className: 'meta',  begin: /^(>>>|\\.\\.\\.) /\n  };\n  var SUBST = {\n    className: 'subst',\n    begin: /\\{/, end: /\\}/,\n    keywords: KEYWORDS,\n    illegal: /#/\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE],\n    variants: [\n      {\n        begin: /(u|b)?r?'''/, end: /'''/,\n        contains: [hljs.BACKSLASH_ESCAPE, PROMPT],\n        relevance: 10\n      },\n      {\n        begin: /(u|b)?r?\"\"\"/, end: /\"\"\"/,\n        contains: [hljs.BACKSLASH_ESCAPE, PROMPT],\n        relevance: 10\n      },\n      {\n        begin: /(fr|rf|f)'''/, end: /'''/,\n        contains: [hljs.BACKSLASH_ESCAPE, PROMPT, SUBST]\n      },\n      {\n        begin: /(fr|rf|f)\"\"\"/, end: /\"\"\"/,\n        contains: [hljs.BACKSLASH_ESCAPE, PROMPT, SUBST]\n      },\n      {\n        begin: /(u|r|ur)'/, end: /'/,\n        relevance: 10\n      },\n      {\n        begin: /(u|r|ur)\"/, end: /\"/,\n        relevance: 10\n      },\n      {\n        begin: /(b|br)'/, end: /'/\n      },\n      {\n        begin: /(b|br)\"/, end: /\"/\n      },\n      {\n        begin: /(fr|rf|f)'/, end: /'/,\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        begin: /(fr|rf|f)\"/, end: /\"/,\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n  var NUMBER = {\n    className: 'number', relevance: 0,\n    variants: [\n      {begin: hljs.BINARY_NUMBER_RE + '[lLjJ]?'},\n      {begin: '\\\\b(0o[0-7]+)[lLjJ]?'},\n      {begin: hljs.C_NUMBER_RE + '[lLjJ]?'}\n    ]\n  };\n  var PARAMS = {\n    className: 'params',\n    begin: /\\(/, end: /\\)/,\n    contains: ['self', PROMPT, NUMBER, STRING]\n  };\n  SUBST.contains = [STRING, NUMBER, PROMPT];\n  return {\n    aliases: ['py', 'gyp'],\n    keywords: KEYWORDS,\n    illegal: /(<\\/|->|\\?)|=>/,\n    contains: [\n      PROMPT,\n      NUMBER,\n      STRING,\n      hljs.HASH_COMMENT_MODE,\n      {\n        variants: [\n          {className: 'function', beginKeywords: 'def'},\n          {className: 'class', beginKeywords: 'class'}\n        ],\n        end: /:/,\n        illegal: /[${=;\\n,]/,\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          PARAMS,\n          {\n            begin: /->/, endsWithParent: true,\n            keywords: 'None'\n          }\n        ]\n      },\n      {\n        className: 'meta',\n        begin: /^[\\t ]*@/, end: /$/\n      },\n      {\n        begin: /\\b(print|exec)\\(/ // don’t highlight keywords-turned-functions in Python 3\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var Q_KEYWORDS = {\n  keyword:\n    'do while select delete by update from',\n  literal:\n    '0b 1b',\n  built_in:\n    'neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum',\n  type:\n    '`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid'\n  };\n  return {\n  aliases:['k', 'kdb'],\n  keywords: Q_KEYWORDS,\n  lexemes: /(`?)[A-Za-z0-9_]+\\b/,\n  contains: [\n  hljs.C_LINE_COMMENT_MODE,\n    hljs.QUOTE_STRING_MODE,\n    hljs.C_NUMBER_MODE\n     ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = {\n      keyword:\n        'in of on if for while finally var new function do return void else break catch ' +\n        'instanceof with throw case default try this switch continue typeof delete ' +\n        'let yield const export super debugger as async await import',\n      literal:\n        'true false null undefined NaN Infinity',\n      built_in:\n        'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent ' +\n        'encodeURI encodeURIComponent escape unescape Object Function Boolean Error ' +\n        'EvalError InternalError RangeError ReferenceError StopIteration SyntaxError ' +\n        'TypeError URIError Number Math Date String RegExp Array Float32Array ' +\n        'Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array ' +\n        'Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require ' +\n        'module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect ' +\n        'Behavior bool color coordinate date double enumeration font geocircle georectangle ' +\n        'geoshape int list matrix4x4 parent point quaternion real rect ' +\n        'size string url variant vector2d vector3d vector4d' +\n        'Promise'\n    };\n\n  var QML_IDENT_RE = '[a-zA-Z_][a-zA-Z0-9\\\\._]*';\n\n  // Isolate property statements. Ends at a :, =, ;, ,, a comment or end of line.\n  // Use property class.\n  var PROPERTY = {\n      className: 'keyword',\n      begin: '\\\\bproperty\\\\b',\n      starts: {\n        className: 'string',\n        end: '(:|=|;|,|//|/\\\\*|$)',\n        returnEnd: true\n      }\n  };\n\n  // Isolate signal statements. Ends at a ) a comment or end of line.\n  // Use property class.\n  var SIGNAL = {\n      className: 'keyword',\n      begin: '\\\\bsignal\\\\b',\n      starts: {\n        className: 'string',\n        end: '(\\\\(|:|=|;|,|//|/\\\\*|$)',\n        returnEnd: true\n      }\n  };\n\n  // id: is special in QML. When we see id: we want to mark the id: as attribute and\n  // emphasize the token following.\n  var ID_ID = {\n      className: 'attribute',\n      begin: '\\\\bid\\\\s*:',\n      starts: {\n        className: 'string',\n        end: QML_IDENT_RE,\n        returnEnd: false\n      }\n  };\n\n  // Find QML object attribute. An attribute is a QML identifier followed by :.\n  // Unfortunately it's hard to know where it ends, as it may contain scalars,\n  // objects, object definitions, or javascript. The true end is either when the parent\n  // ends or the next attribute is detected.\n  var QML_ATTRIBUTE = {\n    begin: QML_IDENT_RE + '\\\\s*:',\n    returnBegin: true,\n    contains: [\n      {\n        className: 'attribute',\n        begin: QML_IDENT_RE,\n        end: '\\\\s*:',\n        excludeEnd: true,\n        relevance: 0\n      }\n    ],\n    relevance: 0\n  };\n\n  // Find QML object. A QML object is a QML identifier followed by { and ends at the matching }.\n  // All we really care about is finding IDENT followed by { and just mark up the IDENT and ignore the {.\n  var QML_OBJECT = {\n    begin: QML_IDENT_RE + '\\\\s*{', end: '{',\n    returnBegin: true,\n    relevance: 0,\n    contains: [\n      hljs.inherit(hljs.TITLE_MODE, {begin: QML_IDENT_RE})\n    ]\n  };\n\n  return {\n    aliases: ['qt'],\n    case_insensitive: false,\n    keywords: KEYWORDS,\n    contains: [\n      {\n        className: 'meta',\n        begin: /^\\s*['\"]use (strict|asm)['\"]/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      { // template string\n        className: 'string',\n        begin: '`', end: '`',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {\n            className: 'subst',\n            begin: '\\\\$\\\\{', end: '\\\\}'\n          }\n        ]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'number',\n        variants: [\n          { begin: '\\\\b(0[bB][01]+)' },\n          { begin: '\\\\b(0[oO][0-7]+)' },\n          { begin: hljs.C_NUMBER_RE }\n        ],\n        relevance: 0\n      },\n      { // \"value\" container\n        begin: '(' + hljs.RE_STARTERS_RE + '|\\\\b(case|return|throw)\\\\b)\\\\s*',\n        keywords: 'return throw case',\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.REGEXP_MODE,\n          { // E4X / JSX\n            begin: /</, end: />\\s*[);\\]]/,\n            relevance: 0,\n            subLanguage: 'xml'\n          }\n        ],\n        relevance: 0\n      },\n      SIGNAL,\n      PROPERTY,\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /\\{/, excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: /[A-Za-z$_][0-9A-Za-z$_]*/}),\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/,\n            excludeBegin: true,\n            excludeEnd: true,\n            contains: [\n              hljs.C_LINE_COMMENT_MODE,\n              hljs.C_BLOCK_COMMENT_MODE\n            ]\n          }\n        ],\n        illegal: /\\[|%/\n      },\n      {\n        begin: '\\\\.' + hljs.IDENT_RE, relevance: 0 // hack: prevents detection of keywords after dots\n      },\n      ID_ID,\n      QML_ATTRIBUTE,\n      QML_OBJECT\n    ],\n    illegal: /#/\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '([a-zA-Z]|\\\\.[a-zA-Z.])[a-zA-Z0-9._]*';\n\n  return {\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      {\n        begin: IDENT_RE,\n        lexemes: IDENT_RE,\n        keywords: {\n          keyword:\n            'function if in break next repeat else for return switch while try tryCatch ' +\n            'stop warning require library attach detach source setMethod setGeneric ' +\n            'setGroupGeneric setClass ...',\n          literal:\n            'NULL NA TRUE FALSE T F Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 ' +\n            'NA_complex_|10'\n        },\n        relevance: 0\n      },\n      {\n        // hex value\n        className: 'number',\n        begin: \"0[xX][0-9a-fA-F]+[Li]?\\\\b\",\n        relevance: 0\n      },\n      {\n        // explicit integer\n        className: 'number',\n        begin: \"\\\\d+(?:[eE][+\\\\-]?\\\\d*)?L\\\\b\",\n        relevance: 0\n      },\n      {\n        // number with trailing decimal\n        className: 'number',\n        begin: \"\\\\d+\\\\.(?!\\\\d)(?:i\\\\b)?\",\n        relevance: 0\n      },\n      {\n        // number\n        className: 'number',\n        begin: \"\\\\d+(?:\\\\.\\\\d*)?(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",\n        relevance: 0\n      },\n      {\n        // number with leading decimal\n        className: 'number',\n        begin: \"\\\\.\\\\d+(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",\n        relevance: 0\n      },\n\n      {\n        // escaped identifier\n        begin: '`',\n        end: '`',\n        relevance: 0\n      },\n\n      {\n        className: 'string',\n        contains: [hljs.BACKSLASH_ESCAPE],\n        variants: [\n          {begin: '\"', end: '\"'},\n          {begin: \"'\", end: \"'\"}\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  function orReValues(ops){\n    return ops\n    .map(function(op) {\n      return op\n        .split('')\n        .map(function(char) {\n          return '\\\\' + char;\n        })\n        .join('');\n    })\n    .join('|');\n  }\n\n  var RE_IDENT = '~?[a-z$_][0-9a-zA-Z$_]*';\n  var RE_MODULE_IDENT = '`?[A-Z$_][0-9a-zA-Z$_]*';\n\n  var RE_PARAM_TYPEPARAM = '\\'?[a-z$_][0-9a-z$_]*';\n  var RE_PARAM_TYPE = '\\s*:\\s*[a-z$_][0-9a-z$_]*(\\(\\s*(' + RE_PARAM_TYPEPARAM + '\\s*(,' + RE_PARAM_TYPEPARAM + ')*)?\\s*\\))?';\n  var RE_PARAM = RE_IDENT + '(' + RE_PARAM_TYPE + ')?(' + RE_PARAM_TYPE + ')?';\n  var RE_OPERATOR = \"(\" + orReValues(['||', '&&', '++', '**', '+.', '*', '/', '*.', '/.', '...', '|>']) + \"|==|===)\";\n  var RE_OPERATOR_SPACED = \"\\\\s+\" + RE_OPERATOR + \"\\\\s+\";\n\n  var KEYWORDS = {\n    keyword:\n      'and as asr assert begin class constraint do done downto else end exception external' +\n      'for fun function functor if in include inherit initializer' +\n      'land lazy let lor lsl lsr lxor match method mod module mutable new nonrec' +\n      'object of open or private rec sig struct then to try type val virtual when while with',\n    built_in:\n      'array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit ',\n    literal:\n      'true false'\n  };\n\n  var RE_NUMBER = '\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|' +\n    '0[oO][0-7_]+[Lln]?|' +\n    '0[bB][01_]+[Lln]?|' +\n    '[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)';\n\n  var NUMBER_MODE = {\n    className: 'number',\n    relevance: 0,\n    variants: [\n      {\n        begin: RE_NUMBER\n      },\n      {\n        begin: '\\\\(\\\\-' + RE_NUMBER + '\\\\)'\n      }\n    ]\n  };\n\n  var OPERATOR_MODE = {\n    className: 'operator',\n    relevance: 0,\n    begin: RE_OPERATOR\n  };\n  var LIST_CONTENTS_MODES = [\n    {\n      className: 'identifier',\n      relevance: 0,\n      begin: RE_IDENT\n    },\n    OPERATOR_MODE,\n    NUMBER_MODE\n  ];\n\n  var MODULE_ACCESS_CONTENTS = [\n    hljs.QUOTE_STRING_MODE,\n    OPERATOR_MODE,\n    {\n      className: 'module',\n      begin: \"\\\\b\" + RE_MODULE_IDENT, returnBegin: true,\n      end: \"\\.\",\n      contains: [\n        {\n          className: 'identifier',\n          begin: RE_MODULE_IDENT,\n          relevance: 0\n        }\n      ]\n    }\n  ];\n\n  var PARAMS_CONTENTS = [\n    {\n      className: 'module',\n      begin: \"\\\\b\" + RE_MODULE_IDENT, returnBegin: true,\n      end: \"\\.\",\n      relevance: 0,\n      contains: [\n        {\n          className: 'identifier',\n          begin: RE_MODULE_IDENT,\n          relevance: 0\n        }\n      ]\n    }\n  ];\n\n  var PARAMS_MODE = {\n    begin: RE_IDENT,\n    end: '(,|\\\\n|\\\\))',\n    relevance: 0,\n    contains: [\n      OPERATOR_MODE,\n      {\n        className: 'typing',\n        begin: ':',\n        end: '(,|\\\\n)',\n        returnBegin: true,\n        relevance: 0,\n        contains: PARAMS_CONTENTS\n      }\n    ]\n  };\n\n  var FUNCTION_BLOCK_MODE = {\n    className: 'function',\n    relevance: 0,\n    keywords: KEYWORDS,\n    variants: [\n      {\n        begin: '\\\\s(\\\\(\\\\.?.*?\\\\)|' + RE_IDENT + ')\\\\s*=>',\n        end: '\\\\s*=>',\n        returnBegin: true,\n        relevance: 0,\n        contains: [\n          {\n            className: 'params',\n            variants: [\n              {\n                begin: RE_IDENT\n              },\n              {\n                begin: RE_PARAM\n              },\n              {\n                begin: /\\(\\s*\\)/,\n              }\n            ]\n          }\n        ]\n      },\n      {\n        begin: '\\\\s\\\\(\\\\.?[^;\\\\|]*\\\\)\\\\s*=>',\n        end: '\\\\s=>',\n        returnBegin: true,\n        relevance: 0,\n        contains: [\n          {\n            className: 'params',\n            relevance: 0,\n            variants: [\n              PARAMS_MODE\n            ]\n          }\n        ]\n      },\n      {\n        begin: '\\\\(\\\\.\\\\s' + RE_IDENT + '\\\\)\\\\s*=>'\n      }\n    ]\n  };\n  MODULE_ACCESS_CONTENTS.push(FUNCTION_BLOCK_MODE);\n\n  var CONSTRUCTOR_MODE = {\n    className: 'constructor',\n    begin: RE_MODULE_IDENT + '\\\\(',\n    end: '\\\\)',\n    illegal: '\\\\n',\n    keywords: KEYWORDS,\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      OPERATOR_MODE,\n      {\n        className: 'params',\n        begin: '\\\\b' + RE_IDENT\n      }\n    ]\n  };\n\n  var PATTERN_MATCH_BLOCK_MODE = {\n    className: 'pattern-match',\n    begin: '\\\\|',\n    returnBegin: true,\n    keywords: KEYWORDS,\n    end: '=>',\n    relevance: 0,\n    contains: [\n      CONSTRUCTOR_MODE,\n      OPERATOR_MODE,\n      {\n        relevance: 0,\n        className: 'constructor',\n        begin: RE_MODULE_IDENT\n      }\n    ]\n  };\n\n  var MODULE_ACCESS_MODE = {\n    className: 'module-access',\n    keywords: KEYWORDS,\n    returnBegin: true,\n    variants: [\n      {\n        begin: \"\\\\b(\" + RE_MODULE_IDENT + \"\\\\.)+\" + RE_IDENT\n      },\n      {\n        begin: \"\\\\b(\" + RE_MODULE_IDENT + \"\\\\.)+\\\\(\",\n        end: \"\\\\)\",\n        returnBegin: true,\n        contains: [\n          FUNCTION_BLOCK_MODE,\n          {\n            begin: '\\\\(',\n            end: '\\\\)',\n            skip: true\n          }\n        ].concat(MODULE_ACCESS_CONTENTS)\n      },\n      {\n        begin: \"\\\\b(\" + RE_MODULE_IDENT + \"\\\\.)+{\",\n        end: \"}\"\n      }\n    ],\n    contains: MODULE_ACCESS_CONTENTS\n  };\n\n  PARAMS_CONTENTS.push(MODULE_ACCESS_MODE);\n\n  return {\n    aliases: ['re'],\n    keywords: KEYWORDS,\n    illegal: '(:\\\\-|:=|\\\\${|\\\\+=)',\n    contains: [\n      hljs.COMMENT('/\\\\*', '\\\\*/', { illegal: '^(\\\\#,\\\\/\\\\/)' }),\n      {\n        className: 'character',\n        begin: '\\'(\\\\\\\\[^\\']+|[^\\'])\\'',\n        illegal: '\\\\n',\n        relevance: 0\n      },\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'literal',\n        begin: '\\\\(\\\\)',\n        relevance: 0\n      },\n      {\n        className: 'literal',\n        begin: '\\\\[\\\\|',\n        end: '\\\\|\\\\]',\n        relevance:  0,\n        contains: LIST_CONTENTS_MODES\n      },\n      {\n        className: 'literal',\n        begin: '\\\\[',\n        end: '\\\\]',\n        relevance: 0,\n        contains: LIST_CONTENTS_MODES\n      },\n      CONSTRUCTOR_MODE,\n      {\n        className: 'operator',\n        begin: RE_OPERATOR_SPACED,\n        illegal: '\\\\-\\\\->',\n        relevance: 0\n      },\n      NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      PATTERN_MATCH_BLOCK_MODE,\n      FUNCTION_BLOCK_MODE,\n      {\n        className: 'module-def',\n        begin: \"\\\\bmodule\\\\s+\" + RE_IDENT + \"\\\\s+\" + RE_MODULE_IDENT + \"\\\\s+=\\\\s+{\",\n        end: \"}\",\n        returnBegin: true,\n        keywords: KEYWORDS,\n        relevance: 0,\n        contains: [\n          {\n            className: 'module',\n            relevance: 0,\n            begin: RE_MODULE_IDENT\n          },\n          {\n            begin: '{',\n            end: '}',\n            skip: true\n          }\n        ].concat(MODULE_ACCESS_CONTENTS)\n      },\n      MODULE_ACCESS_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords:\n      'ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis ' +\n      'Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone ' +\n      'CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail ' +\n      'DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format ' +\n      'FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry ' +\n      'Hider Hyperboloid Identity Illuminate Imager Interior LightSource ' +\n      'MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte ' +\n      'MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option ' +\n      'Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples ' +\n      'PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection ' +\n      'Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ' +\n      'ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere ' +\n      'SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd ' +\n      'TransformPoints Translate TrimCurve WorldBegin WorldEnd',\n    illegal: '</',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.C_NUMBER_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var IDENTIFIER = '[a-zA-Z-_][^\\\\n{]+\\\\{';\n\n  var PROPERTY = {\n    className: 'attribute',\n    begin: /[a-zA-Z-_]+/, end: /\\s*:/, excludeEnd: true,\n    starts: {\n      end: ';',\n      relevance: 0,\n      contains: [\n        {\n          className: 'variable',\n          begin: /\\.[a-zA-Z-_]+/\n        },\n        {\n          className: 'keyword',\n          begin: /\\(optional\\)/\n        }\n      ]\n    }\n  };\n\n  return {\n    aliases: ['graph', 'instances'],\n    case_insensitive: true,\n    keywords: 'import',\n    contains: [\n      // Facet sections\n      {\n        begin: '^facet ' + IDENTIFIER,\n        end: '}',\n        keywords: 'facet',\n        contains: [\n          PROPERTY,\n          hljs.HASH_COMMENT_MODE\n        ]\n      },\n\n      // Instance sections\n      {\n        begin: '^\\\\s*instance of ' + IDENTIFIER,\n        end: '}',\n        keywords: 'name count channels instance-data instance-state instance of',\n        illegal: /\\S/,\n        contains: [\n          'self',\n          PROPERTY,\n          hljs.HASH_COMMENT_MODE\n        ]\n      },\n\n      // Component sections\n      {\n        begin: '^' + IDENTIFIER,\n        end: '}',\n        contains: [\n          PROPERTY,\n          hljs.HASH_COMMENT_MODE\n        ]\n      },\n\n      // Comments\n      hljs.HASH_COMMENT_MODE\n    ]\n  };\n};","module.exports = // Colors from RouterOS terminal:\n//   green        - #0E9A00\n//   teal         - #0C9A9A\n//   purple       - #99069A\n//   light-brown  - #9A9900\n\nfunction(hljs) {\n\n  var STATEMENTS = 'foreach do while for if from to step else on-error and or not in';\n\n  // Global commands: Every global command should start with \":\" token, otherwise it will be treated as variable.\n  var GLOBAL_COMMANDS = 'global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime';\n\n  // Common commands: Following commands available from most sub-menus:\n  var COMMON_COMMANDS = 'add remove enable disable set get print export edit find run debug error info warning';\n\n  var LITERALS = 'true false yes no nothing nil null';\n\n  var OBJECTS = 'traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firewall firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw';\n\n  // print parameters\n  // Several parameters are available for print command:\n  // ToDo: var PARAMETERS_PRINT = 'append as-value brief detail count-only file follow follow-only from interval terse value-list without-paging where info';\n  // ToDo: var OPERATORS = '&& and ! not || or in ~ ^ & << >> + - * /';\n  // ToDo: var TYPES = 'num number bool boolean str string ip ip6-prefix id time array';\n  // ToDo: The following tokens serve as delimiters in the grammar: ()  []  {}  :   ;   $   / \n\n  var VAR_PREFIX = 'global local set for foreach';\n\n  var VAR = {\n    className: 'variable',\n    variants: [\n      {begin: /\\$[\\w\\d#@][\\w\\d_]*/},\n      {begin: /\\$\\{(.*?)}/}\n    ]\n  };\n  \n  var QUOTE_STRING = {\n    className: 'string',\n    begin: /\"/, end: /\"/,\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      VAR,\n      {\n        className: 'variable',\n        begin: /\\$\\(/, end: /\\)/,\n        contains: [hljs.BACKSLASH_ESCAPE]\n      }\n    ]\n  };\n  \n  var APOS_STRING = {\n    className: 'string',\n    begin: /'/, end: /'/\n  };\n  \n  var IPADDR = '((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\b';\n  var IPADDR_wBITMASK =  IPADDR+'/(3[0-2]|[1-2][0-9]|\\\\d)';\n  //////////////////////////////////////////////////////////////////////\n  return {\n    aliases: ['routeros', 'mikrotik'],\n    case_insensitive: true,\n    lexemes: /:?[\\w-]+/,\n    keywords: {\n      literal: LITERALS,\n      keyword: STATEMENTS + ' :' + STATEMENTS.split(' ').join(' :') + ' :' + GLOBAL_COMMANDS.split(' ').join(' :'),\n    },\n    contains: [\n      { // недопустимые конструкции\n        variants: [\n          { begin: /^@/, end: /$/, },               // dns\n          { begin: /\\/\\*/, end: /\\*\\//, },          // -- comment\n          { begin: /%%/, end: /$/, },               // -- comment\n          { begin: /^'/, end: /$/, },               // Monkey one line comment\n          { begin: /^\\s*\\/[\\w-]+=/, end: /$/, },    // jboss-cli\n          { begin: /\\/\\//, end: /$/, },             // Stan comment\n          { begin: /^\\[\\</, end: /\\>\\]$/, },        // F# class declaration?\n          { begin: /<\\//, end: />/, },              // HTML tags\n          { begin: /^facet /, end: /\\}/, },         // roboconf - лютый костыль )))\n          { begin: '^1\\\\.\\\\.(\\\\d+)$', end: /$/, },  // tap  \n        ],\n        illegal: /./,\n      },\n      hljs.COMMENT('^#', '$'),\n      QUOTE_STRING,\n      APOS_STRING,\n      VAR,\n      { // attribute=value\n        begin: /[\\w-]+\\=([^\\s\\{\\}\\[\\]\\(\\)]+)/, \n        relevance: 0,\n        returnBegin: true,\n        contains: [\n          {\n            className: 'attribute',\n            begin: /[^=]+/\n          },\n          {\n            begin: /=/, \n            endsWithParent:  true,\n            relevance: 0,\n            contains: [\n              QUOTE_STRING,\n              APOS_STRING,\n              VAR,\n              {\n                className: 'literal',\n                begin: '\\\\b(' + LITERALS.split(' ').join('|') + ')\\\\b',\n              },\n              /*{\n                // IPv4 addresses and subnets\n                className: 'number',\n                variants: [\n                  {begin: IPADDR_wBITMASK+'(,'+IPADDR_wBITMASK+')*'}, //192.168.0.0/24,1.2.3.0/24\n                  {begin: IPADDR+'-'+IPADDR},       // 192.168.0.1-192.168.0.3\n                  {begin: IPADDR+'(,'+IPADDR+')*'}, // 192.168.0.1,192.168.0.34,192.168.24.1,192.168.0.1\n                ]\n              }, // */\n              /*{\n                // MAC addresses and DHCP Client IDs\n                className: 'number',\n                begin: /\\b(1:)?([0-9A-Fa-f]{1,2}[:-]){5}([0-9A-Fa-f]){1,2}\\b/,\n              }, //*/\n              {\n                // Не форматировать не классифицированные значения. Необходимо для исключения подсветки значений как built_in.\n                // className: 'number',  \n                begin: /(\"[^\"]*\"|[^\\s\\{\\}\\[\\]]+)/,\n              }, //*/\n            ]\n          } //*/\n        ]\n      },//*/\n      {\n        // HEX values\n        className: 'number',\n        begin: /\\*[0-9a-fA-F]+/,\n      }, //*/\n\n      { \n        begin: '\\\\b(' + COMMON_COMMANDS.split(' ').join('|') + ')([\\\\s\\[\\(]|\\])',\n        returnBegin: true,\n        contains: [\n          {\n            className: 'builtin-name', //'function',\n            begin: /\\w+/,\n          },\n        ],  \n      },\n      \n      { \n        className: 'built_in',\n        variants: [\n          {begin: '(\\\\.\\\\./|/|\\\\s)((' + OBJECTS.split(' ').join('|') + ');?\\\\s)+',relevance: 10,},\n          {begin: /\\.\\./,},\n        ],\n      },//*/\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        'float color point normal vector matrix while for if do return else break extern continue',\n      built_in:\n        'abs acos ambient area asin atan atmosphere attribute calculatenormal ceil cellnoise ' +\n        'clamp comp concat cos degrees depth Deriv diffuse distance Du Dv environment exp ' +\n        'faceforward filterstep floor format fresnel incident length lightsource log match ' +\n        'max min mod noise normalize ntransform opposite option phong pnoise pow printf ' +\n        'ptlined radians random reflect refract renderinfo round setcomp setxcomp setycomp ' +\n        'setzcomp shadow sign sin smoothstep specular specularbrdf spline sqrt step tan ' +\n        'texture textureinfo trace transform vtransform xcomp ycomp zcomp'\n    },\n    illegal: '</',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$'\n      },\n      {\n        className: 'class',\n        beginKeywords: 'surface displacement light volume imager', end: '\\\\('\n      },\n      {\n        beginKeywords: 'illuminate illuminance gather', end: '\\\\('\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var RUBY_METHOD_RE = '[a-zA-Z_]\\\\w*[!?=]?|[-+~]\\\\@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?';\n  var RUBY_KEYWORDS = {\n    keyword:\n      'and then defined module in return redo if BEGIN retry end for self when ' +\n      'next until do begin unless END rescue else break undef not super class case ' +\n      'require yield alias while ensure elsif or include attr_reader attr_writer attr_accessor',\n    literal:\n      'true false nil'\n  };\n  var YARDOCTAG = {\n    className: 'doctag',\n    begin: '@[A-Za-z]+'\n  };\n  var IRB_OBJECT = {\n    begin: '#<', end: '>'\n  };\n  var COMMENT_MODES = [\n    hljs.COMMENT(\n      '#',\n      '$',\n      {\n        contains: [YARDOCTAG]\n      }\n    ),\n    hljs.COMMENT(\n      '^\\\\=begin',\n      '^\\\\=end',\n      {\n        contains: [YARDOCTAG],\n        relevance: 10\n      }\n    ),\n    hljs.COMMENT('^__END__', '\\\\n$')\n  ];\n  var SUBST = {\n    className: 'subst',\n    begin: '#\\\\{', end: '}',\n    keywords: RUBY_KEYWORDS\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {begin: /'/, end: /'/},\n      {begin: /\"/, end: /\"/},\n      {begin: /`/, end: /`/},\n      {begin: '%[qQwWx]?\\\\(', end: '\\\\)'},\n      {begin: '%[qQwWx]?\\\\[', end: '\\\\]'},\n      {begin: '%[qQwWx]?{', end: '}'},\n      {begin: '%[qQwWx]?<', end: '>'},\n      {begin: '%[qQwWx]?/', end: '/'},\n      {begin: '%[qQwWx]?%', end: '%'},\n      {begin: '%[qQwWx]?-', end: '-'},\n      {begin: '%[qQwWx]?\\\\|', end: '\\\\|'},\n      {\n        // \\B in the beginning suppresses recognition of ?-sequences where ?\n        // is the last character of a preceding identifier, as in: `func?4`\n        begin: /\\B\\?(\\\\\\d{1,3}|\\\\x[A-Fa-f0-9]{1,2}|\\\\u[A-Fa-f0-9]{4}|\\\\?\\S)\\b/\n      },\n      {\n        begin: /<<(-?)\\w+$/, end: /^\\s*\\w+$/,\n      }\n    ]\n  };\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)', endsParent: true,\n    keywords: RUBY_KEYWORDS\n  };\n\n  var RUBY_DEFAULT_CONTAINS = [\n    STRING,\n    IRB_OBJECT,\n    {\n      className: 'class',\n      beginKeywords: 'class module', end: '$|;',\n      illegal: /=/,\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {begin: '[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|\\\\!)?'}),\n        {\n          begin: '<\\\\s*',\n          contains: [{\n            begin: '(' + hljs.IDENT_RE + '::)?' + hljs.IDENT_RE\n          }]\n        }\n      ].concat(COMMENT_MODES)\n    },\n    {\n      className: 'function',\n      beginKeywords: 'def', end: '$|;',\n      contains: [\n        hljs.inherit(hljs.TITLE_MODE, {begin: RUBY_METHOD_RE}),\n        PARAMS\n      ].concat(COMMENT_MODES)\n    },\n    {\n      // swallow namespace qualifiers before symbols\n      begin: hljs.IDENT_RE + '::'\n    },\n    {\n      className: 'symbol',\n      begin: hljs.UNDERSCORE_IDENT_RE + '(\\\\!|\\\\?)?:',\n      relevance: 0\n    },\n    {\n      className: 'symbol',\n      begin: ':(?!\\\\s)',\n      contains: [STRING, {begin: RUBY_METHOD_RE}],\n      relevance: 0\n    },\n    {\n      className: 'number',\n      begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n      relevance: 0\n    },\n    {\n      begin: '(\\\\$\\\\W)|((\\\\$|\\\\@\\\\@?)(\\\\w+))' // variables\n    },\n    {\n      className: 'params',\n      begin: /\\|/, end: /\\|/,\n      keywords: RUBY_KEYWORDS\n    },\n    { // regexp container\n      begin: '(' + hljs.RE_STARTERS_RE + '|unless)\\\\s*',\n      keywords: 'unless',\n      contains: [\n        IRB_OBJECT,\n        {\n          className: 'regexp',\n          contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n          illegal: /\\n/,\n          variants: [\n            {begin: '/', end: '/[a-z]*'},\n            {begin: '%r{', end: '}[a-z]*'},\n            {begin: '%r\\\\(', end: '\\\\)[a-z]*'},\n            {begin: '%r!', end: '![a-z]*'},\n            {begin: '%r\\\\[', end: '\\\\][a-z]*'}\n          ]\n        }\n      ].concat(COMMENT_MODES),\n      relevance: 0\n    }\n  ].concat(COMMENT_MODES);\n\n  SUBST.contains = RUBY_DEFAULT_CONTAINS;\n  PARAMS.contains = RUBY_DEFAULT_CONTAINS;\n\n  var SIMPLE_PROMPT = \"[>?]>\";\n  var DEFAULT_PROMPT = \"[\\\\w#]+\\\\(\\\\w+\\\\):\\\\d+:\\\\d+>\";\n  var RVM_PROMPT = \"(\\\\w+-)?\\\\d+\\\\.\\\\d+\\\\.\\\\d(p\\\\d+)?[^>]+>\";\n\n  var IRB_DEFAULT = [\n    {\n      begin: /^\\s*=>/,\n      starts: {\n        end: '$', contains: RUBY_DEFAULT_CONTAINS\n      }\n    },\n    {\n      className: 'meta',\n      begin: '^('+SIMPLE_PROMPT+\"|\"+DEFAULT_PROMPT+'|'+RVM_PROMPT+')',\n      starts: {\n        end: '$', contains: RUBY_DEFAULT_CONTAINS\n      }\n    }\n  ];\n\n  return {\n    aliases: ['rb', 'gemspec', 'podspec', 'thor', 'irb'],\n    keywords: RUBY_KEYWORDS,\n    illegal: /\\/\\*/,\n    contains: COMMENT_MODES.concat(IRB_DEFAULT).concat(RUBY_DEFAULT_CONTAINS)\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n       keyword: 'BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE ' +\n         'INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 ' +\n         'INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 ' +\n         'INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 ' +\n         'INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 ' +\n         'INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 ' +\n         'INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 ' +\n         'INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 ' +\n         'INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 ' +\n         'INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 ' +\n         'INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 ' +\n         'INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 ' +\n         'INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 ' +\n         'INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 ' +\n         'INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 ' +\n         'MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER ' +\n         'OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE ' +\n         'NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH ' +\n         'IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND ' +\n         'UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ' +\n         'ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE ' +\n         'GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE ' +\n         'SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING ' +\n         'DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF ' +\n         'MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY ' +\n         'YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE ' +\n         'COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR ' +\n         'READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ' +\n         'ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE ' +\n         'EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE ' +\n         'SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL ' +\n         'COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN ' +\n         'MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING ' +\n         'FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM ' +\n         'NUMDAYS READ_DATE STAGING',\n       built_in: 'IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML ' +\n         'DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT ' +\n         'DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE ' +\n         'DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT ' +\n         'DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME'\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'literal',\n        variants: [\n          {begin: '#\\\\s+[a-zA-Z\\\\ \\\\.]*', relevance: 0}, // looks like #-comment\n          {begin: '#[a-zA-Z\\\\ \\\\.]+'}\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var NUM_SUFFIX = '([ui](8|16|32|64|128|size)|f(32|64))\\?';\n  var KEYWORDS =\n    'alignof as be box break const continue crate do else enum extern ' +\n    'false fn for if impl in let loop match mod mut offsetof once priv ' +\n    'proc pub pure ref return self Self sizeof static struct super trait true ' +\n    'type typeof unsafe unsized use virtual while where yield move default';\n  var BUILTINS =\n    // functions\n    'drop ' +\n    // types\n    'i8 i16 i32 i64 i128 isize ' +\n    'u8 u16 u32 u64 u128 usize ' +\n    'f32 f64 ' +\n    'str char bool ' +\n    'Box Option Result String Vec ' +\n    // traits\n    'Copy Send Sized Sync Drop Fn FnMut FnOnce ToOwned Clone Debug ' +\n    'PartialEq PartialOrd Eq Ord AsRef AsMut Into From Default Iterator ' +\n    'Extend IntoIterator DoubleEndedIterator ExactSizeIterator ' +\n    'SliceConcatExt ToString ' +\n    // macros\n    'assert! assert_eq! bitflags! bytes! cfg! col! concat! concat_idents! ' +\n    'debug_assert! debug_assert_eq! env! panic! file! format! format_args! ' +\n    'include_bin! include_str! line! local_data_key! module_path! ' +\n    'option_env! print! println! select! stringify! try! unimplemented! ' +\n    'unreachable! vec! write! writeln! macro_rules! assert_ne! debug_assert_ne!';\n  return {\n    aliases: ['rs'],\n    keywords: {\n      keyword:\n        KEYWORDS,\n      literal:\n        'true false Some None Ok Err',\n      built_in:\n        BUILTINS\n    },\n    lexemes: hljs.IDENT_RE + '!?',\n    illegal: '</',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.COMMENT('/\\\\*', '\\\\*/', {contains: ['self']}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {begin: /b?\"/, illegal: null}),\n      {\n        className: 'string',\n        variants: [\n           { begin: /r(#*)\"(.|\\n)*?\"\\1(?!#)/ },\n           { begin: /b?'\\\\?(x\\w{2}|u\\w{4}|U\\w{8}|.)'/ }\n        ]\n      },\n      {\n        className: 'symbol',\n        begin: /'[a-zA-Z_][a-zA-Z0-9_]*/\n      },\n      {\n        className: 'number',\n        variants: [\n          { begin: '\\\\b0b([01_]+)' + NUM_SUFFIX },\n          { begin: '\\\\b0o([0-7_]+)' + NUM_SUFFIX },\n          { begin: '\\\\b0x([A-Fa-f0-9_]+)' + NUM_SUFFIX },\n          { begin: '\\\\b(\\\\d[\\\\d_]*(\\\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)' +\n                   NUM_SUFFIX\n          }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'function',\n        beginKeywords: 'fn', end: '(\\\\(|<)', excludeEnd: true,\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        className: 'meta',\n        begin: '#\\\\!?\\\\[', end: '\\\\]',\n        contains: [\n          {\n            className: 'meta-string',\n            begin: /\"/, end: /\"/\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'type', end: ';',\n        contains: [\n          hljs.inherit(hljs.UNDERSCORE_TITLE_MODE, {endsParent: true})\n        ],\n        illegal: '\\\\S'\n      },\n      {\n        className: 'class',\n        beginKeywords: 'trait enum struct union', end: '{',\n        contains: [\n          hljs.inherit(hljs.UNDERSCORE_TITLE_MODE, {endsParent: true})\n        ],\n        illegal: '[\\\\w\\\\d]'\n      },\n      {\n        begin: hljs.IDENT_RE + '::',\n        keywords: {built_in: BUILTINS}\n      },\n      {\n        begin: '->'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n    // Data step and PROC SQL statements\n    var SAS_KEYWORDS = ''+\n        'do if then else end until while '+\n        ''+\n        'abort array attrib by call cards cards4 catname continue '+\n        'datalines datalines4 delete delim delimiter display dm drop '+\n        'endsas error file filename footnote format goto in infile '+\n        'informat input keep label leave length libname link list '+\n        'lostcard merge missing modify options output out page put '+\n        'redirect remove rename replace retain return select set skip '+\n        'startsas stop title update waitsas where window x systask '+\n        ''+\n        'add and alter as cascade check create delete describe '+\n        'distinct drop foreign from group having index insert into in '+\n        'key like message modify msgtype not null on or order primary '+\n        'references reset restrict select set table unique update '+\n        'validate view where';\n\n    // Built-in SAS functions\n    var SAS_FUN = ''+\n        'abs|addr|airy|arcos|arsin|atan|attrc|attrn|band|'+\n        'betainv|blshift|bnot|bor|brshift|bxor|byte|cdf|ceil|'+\n        'cexist|cinv|close|cnonct|collate|compbl|compound|'+\n        'compress|cos|cosh|css|curobs|cv|daccdb|daccdbsl|'+\n        'daccsl|daccsyd|dacctab|dairy|date|datejul|datepart|'+\n        'datetime|day|dclose|depdb|depdbsl|depdbsl|depsl|'+\n        'depsl|depsyd|depsyd|deptab|deptab|dequote|dhms|dif|'+\n        'digamma|dim|dinfo|dnum|dopen|doptname|doptnum|dread|'+\n        'dropnote|dsname|erf|erfc|exist|exp|fappend|fclose|'+\n        'fcol|fdelete|fetch|fetchobs|fexist|fget|fileexist|'+\n        'filename|fileref|finfo|finv|fipname|fipnamel|'+\n        'fipstate|floor|fnonct|fnote|fopen|foptname|foptnum|'+\n        'fpoint|fpos|fput|fread|frewind|frlen|fsep|fuzz|'+\n        'fwrite|gaminv|gamma|getoption|getvarc|getvarn|hbound|'+\n        'hms|hosthelp|hour|ibessel|index|indexc|indexw|input|'+\n        'inputc|inputn|int|intck|intnx|intrr|irr|jbessel|'+\n        'juldate|kurtosis|lag|lbound|left|length|lgamma|'+\n        'libname|libref|log|log10|log2|logpdf|logpmf|logsdf|'+\n        'lowcase|max|mdy|mean|min|minute|mod|month|mopen|'+\n        'mort|n|netpv|nmiss|normal|note|npv|open|ordinal|'+\n        'pathname|pdf|peek|peekc|pmf|point|poisson|poke|'+\n        'probbeta|probbnml|probchi|probf|probgam|probhypr|'+\n        'probit|probnegb|probnorm|probt|put|putc|putn|qtr|'+\n        'quote|ranbin|rancau|ranexp|rangam|range|rank|rannor|'+\n        'ranpoi|rantbl|rantri|ranuni|repeat|resolve|reverse|'+\n        'rewind|right|round|saving|scan|sdf|second|sign|'+\n        'sin|sinh|skewness|soundex|spedis|sqrt|std|stderr|'+\n        'stfips|stname|stnamel|substr|sum|symget|sysget|'+\n        'sysmsg|sysprod|sysrc|system|tan|tanh|time|timepart|'+\n        'tinv|tnonct|today|translate|tranwrd|trigamma|'+\n        'trim|trimn|trunc|uniform|upcase|uss|var|varfmt|'+\n        'varinfmt|varlabel|varlen|varname|varnum|varray|'+\n        'varrayx|vartype|verify|vformat|vformatd|vformatdx|'+\n        'vformatn|vformatnx|vformatw|vformatwx|vformatx|'+\n        'vinarray|vinarrayx|vinformat|vinformatd|vinformatdx|'+\n        'vinformatn|vinformatnx|vinformatw|vinformatwx|'+\n        'vinformatx|vlabel|vlabelx|vlength|vlengthx|vname|'+\n        'vnamex|vtype|vtypex|weekday|year|yyq|zipfips|zipname|'+\n        'zipnamel|zipstate';\n\n    // Built-in macro functions\n    var SAS_MACRO_FUN = 'bquote|nrbquote|cmpres|qcmpres|compstor|'+\n        'datatyp|display|do|else|end|eval|global|goto|'+\n        'if|index|input|keydef|label|left|length|let|'+\n        'local|lowcase|macro|mend|nrbquote|nrquote|'+\n        'nrstr|put|qcmpres|qleft|qlowcase|qscan|'+\n        'qsubstr|qsysfunc|qtrim|quote|qupcase|scan|str|'+\n        'substr|superq|syscall|sysevalf|sysexec|sysfunc|'+\n        'sysget|syslput|sysprod|sysrc|sysrput|then|to|'+\n        'trim|unquote|until|upcase|verify|while|window';\n\n    return {\n        aliases: ['sas', 'SAS'],\n        case_insensitive: true, // SAS is case-insensitive\n        keywords: {\n            literal:\n                'null missing _all_ _automatic_ _character_ _infile_ '+\n                '_n_ _name_ _null_ _numeric_ _user_ _webout_',\n            meta:\n                SAS_KEYWORDS\n        },\n        contains: [\n            {\n                // Distinct highlight for proc <proc>, data, run, quit\n                className: 'keyword',\n                begin: /^\\s*(proc [\\w\\d_]+|data|run|quit)[\\s\\;]/\n            },\n            {\n                // Macro variables\n                className: 'variable',\n                begin: /\\&[a-zA-Z_\\&][a-zA-Z0-9_]*\\.?/\n            },\n            {\n                // Special emphasis for datalines|cards\n                className: 'emphasis',\n                begin: /^\\s*datalines|cards.*;/,\n                end: /^\\s*;\\s*$/\n            },\n            {   // Built-in macro variables take precedence\n                className: 'built_in',\n                begin: '%(' + SAS_MACRO_FUN + ')'\n            },\n            {\n                // User-defined macro functions highlighted after\n                className: 'name',\n                begin: /%[a-zA-Z_][a-zA-Z_0-9]*/\n            },\n            {\n                className: 'meta',\n                begin: '[^%](' + SAS_FUN + ')[\\(]'\n            },\n            {\n                className: 'string',\n                variants: [\n                    hljs.APOS_STRING_MODE,\n                    hljs.QUOTE_STRING_MODE\n                ]\n            },\n            hljs.COMMENT('\\\\*', ';'),\n            hljs.C_BLOCK_COMMENT_MODE\n        ]\n    };\n};","module.exports = function(hljs) {\n\n  var ANNOTATION = { className: 'meta', begin: '@[A-Za-z]+' };\n\n  // used in strings for escaping/interpolation/substitution\n  var SUBST = {\n    className: 'subst',\n    variants: [\n      {begin: '\\\\$[A-Za-z0-9_]+'},\n      {begin: '\\\\${', end: '}'}\n    ]\n  };\n\n  var STRING = {\n    className: 'string',\n    variants: [\n      {\n        begin: '\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        begin: '\"\"\"', end: '\"\"\"',\n        relevance: 10\n      },\n      {\n        begin: '[a-z]+\"', end: '\"',\n        illegal: '\\\\n',\n        contains: [hljs.BACKSLASH_ESCAPE, SUBST]\n      },\n      {\n        className: 'string',\n        begin: '[a-z]+\"\"\"', end: '\"\"\"',\n        contains: [SUBST],\n        relevance: 10\n      }\n    ]\n\n  };\n\n  var SYMBOL = {\n    className: 'symbol',\n    begin: '\\'\\\\w[\\\\w\\\\d_]*(?!\\')'\n  };\n\n  var TYPE = {\n    className: 'type',\n    begin: '\\\\b[A-Z][A-Za-z0-9_]*',\n    relevance: 0\n  };\n\n  var NAME = {\n    className: 'title',\n    begin: /[^0-9\\n\\t \"'(),.`{}\\[\\]:;][^\\n\\t \"'(),.`{}\\[\\]:;]+|[^0-9\\n\\t \"'(),.`{}\\[\\]:;=]/,\n    relevance: 0\n  };\n\n  var CLASS = {\n    className: 'class',\n    beginKeywords: 'class object trait type',\n    end: /[:={\\[\\n;]/,\n    excludeEnd: true,\n    contains: [\n      {\n        beginKeywords: 'extends with',\n        relevance: 10\n      },\n      {\n        begin: /\\[/,\n        end: /\\]/,\n        excludeBegin: true,\n        excludeEnd: true,\n        relevance: 0,\n        contains: [TYPE]\n      },\n      {\n        className: 'params',\n        begin: /\\(/,\n        end: /\\)/,\n        excludeBegin: true,\n        excludeEnd: true,\n        relevance: 0,\n        contains: [TYPE]\n      },\n      NAME\n    ]\n  };\n\n  var METHOD = {\n    className: 'function',\n    beginKeywords: 'def',\n    end: /[:={\\[(\\n;]/,\n    excludeEnd: true,\n    contains: [NAME]\n  };\n\n  return {\n    keywords: {\n      literal: 'true false null',\n      keyword: 'type yield lazy override def with val var sealed abstract private trait object if forSome for while throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit'\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      STRING,\n      SYMBOL,\n      TYPE,\n      METHOD,\n      CLASS,\n      hljs.C_NUMBER_MODE,\n      ANNOTATION\n    ]\n  };\n};","module.exports = function(hljs) {\n  var SCHEME_IDENT_RE = '[^\\\\(\\\\)\\\\[\\\\]\\\\{\\\\}\",\\'`;#|\\\\\\\\\\\\s]+';\n  var SCHEME_SIMPLE_NUMBER_RE = '(\\\\-|\\\\+)?\\\\d+([./]\\\\d+)?';\n  var SCHEME_COMPLEX_NUMBER_RE = SCHEME_SIMPLE_NUMBER_RE + '[+\\\\-]' + SCHEME_SIMPLE_NUMBER_RE + 'i';\n  var BUILTINS = {\n    'builtin-name':\n      'case-lambda call/cc class define-class exit-handler field import ' +\n      'inherit init-field interface let*-values let-values let/ec mixin ' +\n      'opt-lambda override protect provide public rename require ' +\n      'require-for-syntax syntax syntax-case syntax-error unit/sig unless ' +\n      'when with-syntax and begin call-with-current-continuation ' +\n      'call-with-input-file call-with-output-file case cond define ' +\n      'define-syntax delay do dynamic-wind else for-each if lambda let let* ' +\n      'let-syntax letrec letrec-syntax map or syntax-rules \\' * + , ,@ - ... / ' +\n      '; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan ' +\n      'boolean? caar cadr call-with-input-file call-with-output-file ' +\n      'call-with-values car cdddar cddddr cdr ceiling char->integer ' +\n      'char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? ' +\n      'char-downcase char-lower-case? char-numeric? char-ready? char-upcase ' +\n      'char-upper-case? char-whitespace? char<=? char<? char=? char>=? char>? ' +\n      'char? close-input-port close-output-port complex? cons cos ' +\n      'current-input-port current-output-port denominator display eof-object? ' +\n      'eq? equal? eqv? eval even? exact->inexact exact? exp expt floor ' +\n      'force gcd imag-part inexact->exact inexact? input-port? integer->char ' +\n      'integer? interaction-environment lcm length list list->string ' +\n      'list->vector list-ref list-tail list? load log magnitude make-polar ' +\n      'make-rectangular make-string make-vector max member memq memv min ' +\n      'modulo negative? newline not null-environment null? number->string ' +\n      'number? numerator odd? open-input-file open-output-file output-port? ' +\n      'pair? peek-char port? positive? procedure? quasiquote quote quotient ' +\n      'rational? rationalize read read-char real-part real? remainder reverse ' +\n      'round scheme-report-environment set! set-car! set-cdr! sin sqrt string ' +\n      'string->list string->number string->symbol string-append string-ci<=? ' +\n      'string-ci<? string-ci=? string-ci>=? string-ci>? string-copy ' +\n      'string-fill! string-length string-ref string-set! string<=? string<? ' +\n      'string=? string>=? string>? string? substring symbol->string symbol? ' +\n      'tan transcript-off transcript-on truncate values vector ' +\n      'vector->list vector-fill! vector-length vector-ref vector-set! ' +\n      'with-input-from-file with-output-to-file write write-char zero?'\n  };\n\n  var SHEBANG = {\n    className: 'meta',\n    begin: '^#!',\n    end: '$'\n  };\n\n  var LITERAL = {\n    className: 'literal',\n    begin: '(#t|#f|#\\\\\\\\' + SCHEME_IDENT_RE + '|#\\\\\\\\.)'\n  };\n\n  var NUMBER = {\n    className: 'number',\n    variants: [\n      { begin: SCHEME_SIMPLE_NUMBER_RE, relevance: 0 },\n      { begin: SCHEME_COMPLEX_NUMBER_RE, relevance: 0 },\n      { begin: '#b[0-1]+(/[0-1]+)?' },\n      { begin: '#o[0-7]+(/[0-7]+)?' },\n      { begin: '#x[0-9a-f]+(/[0-9a-f]+)?' }\n    ]\n  };\n\n  var STRING = hljs.QUOTE_STRING_MODE;\n\n  var REGULAR_EXPRESSION = {\n    className: 'regexp',\n    begin: '#[pr]x\"',\n    end: '[^\\\\\\\\]\"'\n  };\n\n  var COMMENT_MODES = [\n    hljs.COMMENT(\n      ';',\n      '$',\n      {\n        relevance: 0\n      }\n    ),\n    hljs.COMMENT('#\\\\|', '\\\\|#')\n  ];\n\n  var IDENT = {\n    begin: SCHEME_IDENT_RE,\n    relevance: 0\n  };\n\n  var QUOTED_IDENT = {\n    className: 'symbol',\n    begin: '\\'' + SCHEME_IDENT_RE\n  };\n\n  var BODY = {\n    endsWithParent: true,\n    relevance: 0\n  };\n\n  var QUOTED_LIST = {\n    variants: [\n      { begin: /'/ },\n      { begin: '`' }\n    ],\n    contains: [\n      {\n        begin: '\\\\(', end: '\\\\)',\n        contains: ['self', LITERAL, STRING, NUMBER, IDENT, QUOTED_IDENT]\n      }\n    ]\n  };\n\n  var NAME = {\n    className: 'name',\n    begin: SCHEME_IDENT_RE,\n    lexemes: SCHEME_IDENT_RE,\n    keywords: BUILTINS\n  };\n\n  var LAMBDA = {\n    begin: /lambda/, endsWithParent: true, returnBegin: true,\n    contains: [\n      NAME,\n      {\n        begin: /\\(/, end: /\\)/, endsParent: true,\n        contains: [IDENT],\n      }\n    ]\n  };\n\n  var LIST = {\n    variants: [\n      { begin: '\\\\(', end: '\\\\)' },\n      { begin: '\\\\[', end: '\\\\]' }\n    ],\n    contains: [LAMBDA, NAME, BODY]\n  };\n\n  BODY.contains = [LITERAL, NUMBER, STRING, IDENT, QUOTED_IDENT, QUOTED_LIST, LIST].concat(COMMENT_MODES);\n\n  return {\n    illegal: /\\S/,\n    contains: [SHEBANG, NUMBER, STRING, QUOTED_IDENT, QUOTED_LIST, LIST].concat(COMMENT_MODES)\n  };\n};","module.exports = function(hljs) {\n\n  var COMMON_CONTAINS = [\n    hljs.C_NUMBER_MODE,\n    {\n      className: 'string',\n      begin: '\\'|\\\"', end: '\\'|\\\"',\n      contains: [hljs.BACKSLASH_ESCAPE, {begin: '\\'\\''}]\n    }\n  ];\n\n  return {\n    aliases: ['sci'],\n    lexemes: /%?\\w+/,\n    keywords: {\n      keyword: 'abort break case clear catch continue do elseif else endfunction end for function '+\n        'global if pause return resume select try then while',\n      literal:\n        '%f %F %t %T %pi %eps %inf %nan %e %i %z %s',\n      built_in: // Scilab has more than 2000 functions. Just list the most commons\n       'abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error '+\n       'exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty '+\n       'isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log '+\n       'max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real '+\n       'round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan '+\n       'type typename warning zeros matrix'\n    },\n    illegal: '(\"|#|/\\\\*|\\\\s+/\\\\w+)',\n    contains: [\n      {\n        className: 'function',\n        beginKeywords: 'function', end: '$',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)'\n          }\n        ]\n      },\n      {\n        begin: '[a-zA-Z_][a-zA-Z_0-9]*(\\'+[\\\\.\\']*|[\\\\.\\']+)', end: '',\n        relevance: 0\n      },\n      {\n        begin: '\\\\[', end: '\\\\]\\'*[\\\\.\\']*',\n        relevance: 0,\n        contains: COMMON_CONTAINS\n      },\n      hljs.COMMENT('//', '$')\n    ].concat(COMMON_CONTAINS)\n  };\n};","module.exports = function(hljs) {\n  var IDENT_RE = '[a-zA-Z-][a-zA-Z0-9_-]*';\n  var VARIABLE = {\n    className: 'variable',\n    begin: '(\\\\$' + IDENT_RE + ')\\\\b'\n  };\n  var HEXCOLOR = {\n    className: 'number', begin: '#[0-9A-Fa-f]+'\n  };\n  var DEF_INTERNALS = {\n    className: 'attribute',\n    begin: '[A-Z\\\\_\\\\.\\\\-]+', end: ':',\n    excludeEnd: true,\n    illegal: '[^\\\\s]',\n    starts: {\n      endsWithParent: true, excludeEnd: true,\n      contains: [\n        HEXCOLOR,\n        hljs.CSS_NUMBER_MODE,\n        hljs.QUOTE_STRING_MODE,\n        hljs.APOS_STRING_MODE,\n        hljs.C_BLOCK_COMMENT_MODE,\n        {\n          className: 'meta', begin: '!important'\n        }\n      ]\n    }\n  };\n  return {\n    case_insensitive: true,\n    illegal: '[=/|\\']',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'selector-id', begin: '\\\\#[A-Za-z0-9_-]+',\n        relevance: 0\n      },\n      {\n        className: 'selector-class', begin: '\\\\.[A-Za-z0-9_-]+',\n        relevance: 0\n      },\n      {\n        className: 'selector-attr', begin: '\\\\[', end: '\\\\]',\n        illegal: '$'\n      },\n      {\n        className: 'selector-tag', // begin: IDENT_RE, end: '[,|\\\\s]'\n        begin: '\\\\b(a|abbr|acronym|address|area|article|aside|audio|b|base|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|command|datalist|dd|del|details|dfn|div|dl|dt|em|embed|fieldset|figcaption|figure|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|kbd|keygen|label|legend|li|link|map|mark|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|pre|progress|q|rp|rt|ruby|samp|script|section|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|time|title|tr|tt|ul|var|video)\\\\b',\n        relevance: 0\n      },\n      {\n        begin: ':(visited|valid|root|right|required|read-write|read-only|out-range|optional|only-of-type|only-child|nth-of-type|nth-last-of-type|nth-last-child|nth-child|not|link|left|last-of-type|last-child|lang|invalid|indeterminate|in-range|hover|focus|first-of-type|first-line|first-letter|first-child|first|enabled|empty|disabled|default|checked|before|after|active)'\n      },\n      {\n        begin: '::(after|before|choices|first-letter|first-line|repeat-index|repeat-item|selection|value)'\n      },\n      VARIABLE,\n      {\n        className: 'attribute',\n        begin: '\\\\b(z-index|word-wrap|word-spacing|word-break|width|widows|white-space|visibility|vertical-align|unicode-bidi|transition-timing-function|transition-property|transition-duration|transition-delay|transition|transform-style|transform-origin|transform|top|text-underline-position|text-transform|text-shadow|text-rendering|text-overflow|text-indent|text-decoration-style|text-decoration-line|text-decoration-color|text-decoration|text-align-last|text-align|tab-size|table-layout|right|resize|quotes|position|pointer-events|perspective-origin|perspective|page-break-inside|page-break-before|page-break-after|padding-top|padding-right|padding-left|padding-bottom|padding|overflow-y|overflow-x|overflow-wrap|overflow|outline-width|outline-style|outline-offset|outline-color|outline|orphans|order|opacity|object-position|object-fit|normal|none|nav-up|nav-right|nav-left|nav-index|nav-down|min-width|min-height|max-width|max-height|mask|marks|margin-top|margin-right|margin-left|margin-bottom|margin|list-style-type|list-style-position|list-style-image|list-style|line-height|letter-spacing|left|justify-content|initial|inherit|ime-mode|image-orientation|image-resolution|image-rendering|icon|hyphens|height|font-weight|font-variant-ligatures|font-variant|font-style|font-stretch|font-size-adjust|font-size|font-language-override|font-kerning|font-feature-settings|font-family|font|float|flex-wrap|flex-shrink|flex-grow|flex-flow|flex-direction|flex-basis|flex|filter|empty-cells|display|direction|cursor|counter-reset|counter-increment|content|column-width|column-span|column-rule-width|column-rule-style|column-rule-color|column-rule|column-gap|column-fill|column-count|columns|color|clip-path|clip|clear|caption-side|break-inside|break-before|break-after|box-sizing|box-shadow|box-decoration-break|bottom|border-width|border-top-width|border-top-style|border-top-right-radius|border-top-left-radius|border-top-color|border-top|border-style|border-spacing|border-right-width|border-right-style|border-right-color|border-right|border-radius|border-left-width|border-left-style|border-left-color|border-left|border-image-width|border-image-source|border-image-slice|border-image-repeat|border-image-outset|border-image|border-color|border-collapse|border-bottom-width|border-bottom-style|border-bottom-right-radius|border-bottom-left-radius|border-bottom-color|border-bottom|border|background-size|background-repeat|background-position|background-origin|background-image|background-color|background-clip|background-attachment|background-blend-mode|background|backface-visibility|auto|animation-timing-function|animation-play-state|animation-name|animation-iteration-count|animation-fill-mode|animation-duration|animation-direction|animation-delay|animation|align-self|align-items|align-content)\\\\b',\n        illegal: '[^\\\\s]'\n      },\n      {\n        begin: '\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b'\n      },\n      {\n        begin: ':', end: ';',\n        contains: [\n          VARIABLE,\n          HEXCOLOR,\n          hljs.CSS_NUMBER_MODE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.APOS_STRING_MODE,\n          {\n            className: 'meta', begin: '!important'\n          }\n        ]\n      },\n      {\n        begin: '@', end: '[{;]',\n        keywords: 'mixin include extend for if else each while charset import debug media page content font-face namespace warn',\n        contains: [\n          VARIABLE,\n          hljs.QUOTE_STRING_MODE,\n          hljs.APOS_STRING_MODE,\n          HEXCOLOR,\n          hljs.CSS_NUMBER_MODE,\n          {\n            begin: '\\\\s[A-Za-z0-9_.-]+',\n            relevance: 0\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['console'],\n    contains: [\n      {\n        className: 'meta',\n        begin: '^\\\\s{0,3}[\\\\w\\\\d\\\\[\\\\]()@-]*[>%$#]',\n        starts: {\n          end: '$', subLanguage: 'bash'\n        }\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  var smali_instr_low_prio = ['add', 'and', 'cmp', 'cmpg', 'cmpl', 'const', 'div', 'double', 'float', 'goto', 'if', 'int', 'long', 'move', 'mul', 'neg', 'new', 'nop', 'not', 'or', 'rem', 'return', 'shl', 'shr', 'sput', 'sub', 'throw', 'ushr', 'xor'];\n  var smali_instr_high_prio = ['aget', 'aput', 'array', 'check', 'execute', 'fill', 'filled', 'goto/16', 'goto/32', 'iget', 'instance', 'invoke', 'iput', 'monitor', 'packed', 'sget', 'sparse'];\n  var smali_keywords = ['transient', 'constructor', 'abstract', 'final', 'synthetic', 'public', 'private', 'protected', 'static', 'bridge', 'system'];\n  return {\n    aliases: ['smali'],\n    contains: [\n      {\n        className: 'string',\n        begin: '\"', end: '\"',\n        relevance: 0\n      },\n      hljs.COMMENT(\n        '#',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      {\n        className: 'keyword',\n        variants: [\n          {begin: '\\\\s*\\\\.end\\\\s[a-zA-Z0-9]*'},\n          {begin: '^[ ]*\\\\.[a-zA-Z]*', relevance: 0},\n          {begin: '\\\\s:[a-zA-Z_0-9]*', relevance: 0},\n          {begin: '\\\\s(' + smali_keywords.join('|') + ')'}\n        ]\n      },\n      {\n        className: 'built_in',\n        variants : [\n          {\n            begin: '\\\\s('+smali_instr_low_prio.join('|')+')\\\\s'\n          },\n          {\n            begin: '\\\\s('+smali_instr_low_prio.join('|')+')((\\\\-|/)[a-zA-Z0-9]+)+\\\\s',\n            relevance: 10\n          },\n          {\n            begin: '\\\\s('+smali_instr_high_prio.join('|')+')((\\\\-|/)[a-zA-Z0-9]+)*\\\\s',\n            relevance: 10\n          },\n        ]\n      },\n      {\n        className: 'class',\n        begin: 'L[^\\(;:\\n]*;',\n        relevance: 0\n      },\n      {\n        begin: '[vp][0-9]+',\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var VAR_IDENT_RE = '[a-z][a-zA-Z0-9_]*';\n  var CHAR = {\n    className: 'string',\n    begin: '\\\\$.{1}'\n  };\n  var SYMBOL = {\n    className: 'symbol',\n    begin: '#' + hljs.UNDERSCORE_IDENT_RE\n  };\n  return {\n    aliases: ['st'],\n    keywords: 'self super nil true false thisContext', // only 6\n    contains: [\n      hljs.COMMENT('\"', '\"'),\n      hljs.APOS_STRING_MODE,\n      {\n        className: 'type',\n        begin: '\\\\b[A-Z][A-Za-z0-9_]*',\n        relevance: 0\n      },\n      {\n        begin: VAR_IDENT_RE + ':',\n        relevance: 0\n      },\n      hljs.C_NUMBER_MODE,\n      SYMBOL,\n      CHAR,\n      {\n        // This looks more complicated than needed to avoid combinatorial\n        // explosion under V8. It effectively means `| var1 var2 ... |` with\n        // whitespace adjacent to `|` being optional.\n        begin: '\\\\|[ ]*' + VAR_IDENT_RE + '([ ]+' + VAR_IDENT_RE + ')*[ ]*\\\\|',\n        returnBegin: true, end: /\\|/,\n        illegal: /\\S/,\n        contains: [{begin: '(\\\\|[ ]*)?' + VAR_IDENT_RE}]\n      },\n      {\n        begin: '\\\\#\\\\(', end: '\\\\)',\n        contains: [\n          hljs.APOS_STRING_MODE,\n          CHAR,\n          hljs.C_NUMBER_MODE,\n          SYMBOL\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['ml'],\n    keywords: {\n      keyword:\n        /* according to Definition of Standard ML 97  */\n        'abstype and andalso as case datatype do else end eqtype ' +\n        'exception fn fun functor handle if in include infix infixr ' +\n        'let local nonfix of op open orelse raise rec sharing sig ' +\n        'signature struct structure then type val with withtype where while',\n      built_in:\n        /* built-in types according to basis library */\n        'array bool char exn int list option order real ref string substring vector unit word',\n      literal:\n        'true false NONE SOME LESS EQUAL GREATER nil'\n    },\n    illegal: /\\/\\/|>>/,\n    lexemes: '[a-z_]\\\\w*!?',\n    contains: [\n      {\n        className: 'literal',\n        begin: /\\[(\\|\\|)?\\]|\\(\\)/,\n        relevance: 0\n      },\n      hljs.COMMENT(\n        '\\\\(\\\\*',\n        '\\\\*\\\\)',\n        {\n          contains: ['self']\n        }\n      ),\n      { /* type variable */\n        className: 'symbol',\n        begin: '\\'[A-Za-z_](?!\\')[\\\\w\\']*'\n        /* the grammar is ambiguous on how 'a'b should be interpreted but not the compiler */\n      },\n      { /* polymorphic variant */\n        className: 'type',\n        begin: '`[A-Z][\\\\w\\']*'\n      },\n      { /* module or constructor */\n        className: 'type',\n        begin: '\\\\b[A-Z][\\\\w\\']*',\n        relevance: 0\n      },\n      { /* don't color identifiers, but safely catch all identifiers with '*/\n        begin: '[a-z_]\\\\w*\\'[\\\\w\\']*'\n      },\n      hljs.inherit(hljs.APOS_STRING_MODE, {className: 'string', relevance: 0}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n      {\n        className: 'number',\n        begin:\n          '\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|' +\n          '0[oO][0-7_]+[Lln]?|' +\n          '0[bB][01_]+[Lln]?|' +\n          '[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)',\n        relevance: 0\n      },\n      {\n        begin: /[-=]>/ // relevance booster\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var CPP = hljs.getLanguage('cpp').exports;\n\n  // In SQF, a variable start with _\n  var VARIABLE = {\n    className: 'variable',\n    begin: /\\b_+[a-zA-Z_]\\w*/\n  };\n\n  // In SQF, a function should fit myTag_fnc_myFunction pattern\n  // https://community.bistudio.com/wiki/Functions_Library_(Arma_3)#Adding_a_Function\n  var FUNCTION = {\n    className: 'title',\n    begin: /[a-zA-Z][a-zA-Z0-9]+_fnc_\\w*/\n  };\n\n  // In SQF strings, quotes matching the start are escaped by adding a consecutive.\n  // Example of single escaped quotes: \" \"\" \" and  ' '' '.\n  var STRINGS = {\n    className: 'string',\n    variants: [\n      {\n        begin: '\"',\n        end: '\"',\n        contains: [{begin: '\"\"', relevance: 0}]\n      },\n      {\n        begin: '\\'',\n        end: '\\'',\n        contains: [{begin: '\\'\\'', relevance: 0}]\n      }\n    ]\n  };\n\n  return {\n    aliases: ['sqf'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'case catch default do else exit exitWith for forEach from if ' +\n        'private switch then throw to try waitUntil while with',\n      built_in:\n        'abs accTime acos action actionIDs actionKeys actionKeysImages actionKeysNames ' +\n        'actionKeysNamesArray actionName actionParams activateAddons activatedAddons activateKey ' +\n        'add3DENConnection add3DENEventHandler add3DENLayer addAction addBackpack addBackpackCargo ' +\n        'addBackpackCargoGlobal addBackpackGlobal addCamShake addCuratorAddons addCuratorCameraArea ' +\n        'addCuratorEditableObjects addCuratorEditingArea addCuratorPoints addEditorObject addEventHandler ' +\n        'addForce addGoggles addGroupIcon addHandgunItem addHeadgear addItem addItemCargo ' +\n        'addItemCargoGlobal addItemPool addItemToBackpack addItemToUniform addItemToVest addLiveStats ' +\n        'addMagazine addMagazineAmmoCargo addMagazineCargo addMagazineCargoGlobal addMagazineGlobal ' +\n        'addMagazinePool addMagazines addMagazineTurret addMenu addMenuItem addMissionEventHandler ' +\n        'addMPEventHandler addMusicEventHandler addOwnedMine addPlayerScores addPrimaryWeaponItem ' +\n        'addPublicVariableEventHandler addRating addResources addScore addScoreSide addSecondaryWeaponItem ' +\n        'addSwitchableUnit addTeamMember addToRemainsCollector addTorque addUniform addVehicle addVest ' +\n        'addWaypoint addWeapon addWeaponCargo addWeaponCargoGlobal addWeaponGlobal addWeaponItem ' +\n        'addWeaponPool addWeaponTurret admin agent agents AGLToASL aimedAtTarget aimPos airDensityRTD ' +\n        'airplaneThrottle airportSide AISFinishHeal alive all3DENEntities allAirports allControls ' +\n        'allCurators allCutLayers allDead allDeadMen allDisplays allGroups allMapMarkers allMines ' +\n        'allMissionObjects allow3DMode allowCrewInImmobile allowCuratorLogicIgnoreAreas allowDamage ' +\n        'allowDammage allowFileOperations allowFleeing allowGetIn allowSprint allPlayers allSimpleObjects ' +\n        'allSites allTurrets allUnits allUnitsUAV allVariables ammo ammoOnPylon and animate animateBay ' +\n        'animateDoor animatePylon animateSource animationNames animationPhase animationSourcePhase ' +\n        'animationState append apply armoryPoints arrayIntersect asin ASLToAGL ASLToATL assert ' +\n        'assignAsCargo assignAsCargoIndex assignAsCommander assignAsDriver assignAsGunner assignAsTurret ' +\n        'assignCurator assignedCargo assignedCommander assignedDriver assignedGunner assignedItems ' +\n        'assignedTarget assignedTeam assignedVehicle assignedVehicleRole assignItem assignTeam ' +\n        'assignToAirport atan atan2 atg ATLToASL attachedObject attachedObjects attachedTo attachObject ' +\n        'attachTo attackEnabled backpack backpackCargo backpackContainer backpackItems backpackMagazines ' +\n        'backpackSpaceFor behaviour benchmark binocular boundingBox boundingBoxReal boundingCenter ' +\n        'breakOut breakTo briefingName buildingExit buildingPos buttonAction buttonSetAction cadetMode ' +\n        'call callExtension camCommand camCommit camCommitPrepared camCommitted camConstuctionSetParams ' +\n        'camCreate camDestroy cameraEffect cameraEffectEnableHUD cameraInterest cameraOn cameraView ' +\n        'campaignConfigFile camPreload camPreloaded camPrepareBank camPrepareDir camPrepareDive ' +\n        'camPrepareFocus camPrepareFov camPrepareFovRange camPreparePos camPrepareRelPos camPrepareTarget ' +\n        'camSetBank camSetDir camSetDive camSetFocus camSetFov camSetFovRange camSetPos camSetRelPos ' +\n        'camSetTarget camTarget camUseNVG canAdd canAddItemToBackpack canAddItemToUniform canAddItemToVest ' +\n        'cancelSimpleTaskDestination canFire canMove canSlingLoad canStand canSuspend ' +\n        'canTriggerDynamicSimulation canUnloadInCombat canVehicleCargo captive captiveNum cbChecked ' +\n        'cbSetChecked ceil channelEnabled cheatsEnabled checkAIFeature checkVisibility className ' +\n        'clearAllItemsFromBackpack clearBackpackCargo clearBackpackCargoGlobal clearGroupIcons ' +\n        'clearItemCargo clearItemCargoGlobal clearItemPool clearMagazineCargo clearMagazineCargoGlobal ' +\n        'clearMagazinePool clearOverlay clearRadio clearWeaponCargo clearWeaponCargoGlobal clearWeaponPool ' +\n        'clientOwner closeDialog closeDisplay closeOverlay collapseObjectTree collect3DENHistory ' +\n        'collectiveRTD combatMode commandArtilleryFire commandChat commander commandFire commandFollow ' +\n        'commandFSM commandGetOut commandingMenu commandMove commandRadio commandStop ' +\n        'commandSuppressiveFire commandTarget commandWatch comment commitOverlay compile compileFinal ' +\n        'completedFSM composeText configClasses configFile configHierarchy configName configProperties ' +\n        'configSourceAddonList configSourceMod configSourceModList confirmSensorTarget ' +\n        'connectTerminalToUAV controlsGroupCtrl copyFromClipboard copyToClipboard copyWaypoints cos count ' +\n        'countEnemy countFriendly countSide countType countUnknown create3DENComposition create3DENEntity ' +\n        'createAgent createCenter createDialog createDiaryLink createDiaryRecord createDiarySubject ' +\n        'createDisplay createGearDialog createGroup createGuardedPoint createLocation createMarker ' +\n        'createMarkerLocal createMenu createMine createMissionDisplay createMPCampaignDisplay ' +\n        'createSimpleObject createSimpleTask createSite createSoundSource createTask createTeam ' +\n        'createTrigger createUnit createVehicle createVehicleCrew createVehicleLocal crew ctAddHeader ' +\n        'ctAddRow ctClear ctCurSel ctData ctFindHeaderRows ctFindRowHeader ctHeaderControls ctHeaderCount ' +\n        'ctRemoveHeaders ctRemoveRows ctrlActivate ctrlAddEventHandler ctrlAngle ctrlAutoScrollDelay ' +\n        'ctrlAutoScrollRewind ctrlAutoScrollSpeed ctrlChecked ctrlClassName ctrlCommit ctrlCommitted ' +\n        'ctrlCreate ctrlDelete ctrlEnable ctrlEnabled ctrlFade ctrlHTMLLoaded ctrlIDC ctrlIDD ' +\n        'ctrlMapAnimAdd ctrlMapAnimClear ctrlMapAnimCommit ctrlMapAnimDone ctrlMapCursor ctrlMapMouseOver ' +\n        'ctrlMapScale ctrlMapScreenToWorld ctrlMapWorldToScreen ctrlModel ctrlModelDirAndUp ctrlModelScale ' +\n        'ctrlParent ctrlParentControlsGroup ctrlPosition ctrlRemoveAllEventHandlers ctrlRemoveEventHandler ' +\n        'ctrlScale ctrlSetActiveColor ctrlSetAngle ctrlSetAutoScrollDelay ctrlSetAutoScrollRewind ' +\n        'ctrlSetAutoScrollSpeed ctrlSetBackgroundColor ctrlSetChecked ctrlSetEventHandler ctrlSetFade ' +\n        'ctrlSetFocus ctrlSetFont ctrlSetFontH1 ctrlSetFontH1B ctrlSetFontH2 ctrlSetFontH2B ctrlSetFontH3 ' +\n        'ctrlSetFontH3B ctrlSetFontH4 ctrlSetFontH4B ctrlSetFontH5 ctrlSetFontH5B ctrlSetFontH6 ' +\n        'ctrlSetFontH6B ctrlSetFontHeight ctrlSetFontHeightH1 ctrlSetFontHeightH2 ctrlSetFontHeightH3 ' +\n        'ctrlSetFontHeightH4 ctrlSetFontHeightH5 ctrlSetFontHeightH6 ctrlSetFontHeightSecondary ' +\n        'ctrlSetFontP ctrlSetFontPB ctrlSetFontSecondary ctrlSetForegroundColor ctrlSetModel ' +\n        'ctrlSetModelDirAndUp ctrlSetModelScale ctrlSetPixelPrecision ctrlSetPosition ctrlSetScale ' +\n        'ctrlSetStructuredText ctrlSetText ctrlSetTextColor ctrlSetTooltip ctrlSetTooltipColorBox ' +\n        'ctrlSetTooltipColorShade ctrlSetTooltipColorText ctrlShow ctrlShown ctrlText ctrlTextHeight ' +\n        'ctrlTextWidth ctrlType ctrlVisible ctRowControls ctRowCount ctSetCurSel ctSetData ' +\n        'ctSetHeaderTemplate ctSetRowTemplate ctSetValue ctValue curatorAddons curatorCamera ' +\n        'curatorCameraArea curatorCameraAreaCeiling curatorCoef curatorEditableObjects curatorEditingArea ' +\n        'curatorEditingAreaType curatorMouseOver curatorPoints curatorRegisteredObjects curatorSelected ' +\n        'curatorWaypointCost current3DENOperation currentChannel currentCommand currentMagazine ' +\n        'currentMagazineDetail currentMagazineDetailTurret currentMagazineTurret currentMuzzle ' +\n        'currentNamespace currentTask currentTasks currentThrowable currentVisionMode currentWaypoint ' +\n        'currentWeapon currentWeaponMode currentWeaponTurret currentZeroing cursorObject cursorTarget ' +\n        'customChat customRadio cutFadeOut cutObj cutRsc cutText damage date dateToNumber daytime ' +\n        'deActivateKey debriefingText debugFSM debugLog deg delete3DENEntities deleteAt deleteCenter ' +\n        'deleteCollection deleteEditorObject deleteGroup deleteGroupWhenEmpty deleteIdentity ' +\n        'deleteLocation deleteMarker deleteMarkerLocal deleteRange deleteResources deleteSite deleteStatus ' +\n        'deleteTeam deleteVehicle deleteVehicleCrew deleteWaypoint detach detectedMines ' +\n        'diag_activeMissionFSMs diag_activeScripts diag_activeSQFScripts diag_activeSQSScripts ' +\n        'diag_captureFrame diag_captureFrameToFile diag_captureSlowFrame diag_codePerformance ' +\n        'diag_drawMode diag_enable diag_enabled diag_fps diag_fpsMin diag_frameNo diag_lightNewLoad ' +\n        'diag_list diag_log diag_logSlowFrame diag_mergeConfigFile diag_recordTurretLimits ' +\n        'diag_setLightNew diag_tickTime diag_toggle dialog diarySubjectExists didJIP didJIPOwner ' +\n        'difficulty difficultyEnabled difficultyEnabledRTD difficultyOption direction directSay disableAI ' +\n        'disableCollisionWith disableConversation disableDebriefingStats disableMapIndicators ' +\n        'disableNVGEquipment disableRemoteSensors disableSerialization disableTIEquipment ' +\n        'disableUAVConnectability disableUserInput displayAddEventHandler displayCtrl displayParent ' +\n        'displayRemoveAllEventHandlers displayRemoveEventHandler displaySetEventHandler dissolveTeam ' +\n        'distance distance2D distanceSqr distributionRegion do3DENAction doArtilleryFire doFire doFollow ' +\n        'doFSM doGetOut doMove doorPhase doStop doSuppressiveFire doTarget doWatch drawArrow drawEllipse ' +\n        'drawIcon drawIcon3D drawLine drawLine3D drawLink drawLocation drawPolygon drawRectangle ' +\n        'drawTriangle driver drop dynamicSimulationDistance dynamicSimulationDistanceCoef ' +\n        'dynamicSimulationEnabled dynamicSimulationSystemEnabled echo edit3DENMissionAttributes editObject ' +\n        'editorSetEventHandler effectiveCommander emptyPositions enableAI enableAIFeature ' +\n        'enableAimPrecision enableAttack enableAudioFeature enableAutoStartUpRTD enableAutoTrimRTD ' +\n        'enableCamShake enableCaustics enableChannel enableCollisionWith enableCopilot ' +\n        'enableDebriefingStats enableDiagLegend enableDynamicSimulation enableDynamicSimulationSystem ' +\n        'enableEndDialog enableEngineArtillery enableEnvironment enableFatigue enableGunLights ' +\n        'enableInfoPanelComponent enableIRLasers enableMimics enablePersonTurret enableRadio enableReload ' +\n        'enableRopeAttach enableSatNormalOnDetail enableSaving enableSentences enableSimulation ' +\n        'enableSimulationGlobal enableStamina enableTeamSwitch enableTraffic enableUAVConnectability ' +\n        'enableUAVWaypoints enableVehicleCargo enableVehicleSensor enableWeaponDisassembly ' +\n        'endLoadingScreen endMission engineOn enginesIsOnRTD enginesRpmRTD enginesTorqueRTD entities ' +\n        'environmentEnabled estimatedEndServerTime estimatedTimeLeft evalObjectArgument everyBackpack ' +\n        'everyContainer exec execEditorScript execFSM execVM exp expectedDestination exportJIPMessages ' +\n        'eyeDirection eyePos face faction fadeMusic fadeRadio fadeSound fadeSpeech failMission ' +\n        'fillWeaponsFromPool find findCover findDisplay findEditorObject findEmptyPosition ' +\n        'findEmptyPositionReady findIf findNearestEnemy finishMissionInit finite fire fireAtTarget ' +\n        'firstBackpack flag flagAnimationPhase flagOwner flagSide flagTexture fleeing floor flyInHeight ' +\n        'flyInHeightASL fog fogForecast fogParams forceAddUniform forcedMap forceEnd forceFlagTexture ' +\n        'forceFollowRoad forceMap forceRespawn forceSpeed forceWalk forceWeaponFire forceWeatherChange ' +\n        'forEachMember forEachMemberAgent forEachMemberTeam forgetTarget format formation ' +\n        'formationDirection formationLeader formationMembers formationPosition formationTask formatText ' +\n        'formLeader freeLook fromEditor fuel fullCrew gearIDCAmmoCount gearSlotAmmoCount gearSlotData ' +\n        'get3DENActionState get3DENAttribute get3DENCamera get3DENConnections get3DENEntity ' +\n        'get3DENEntityID get3DENGrid get3DENIconsVisible get3DENLayerEntities get3DENLinesVisible ' +\n        'get3DENMissionAttribute get3DENMouseOver get3DENSelected getAimingCoef getAllEnvSoundControllers ' +\n        'getAllHitPointsDamage getAllOwnedMines getAllSoundControllers getAmmoCargo getAnimAimPrecision ' +\n        'getAnimSpeedCoef getArray getArtilleryAmmo getArtilleryComputerSettings getArtilleryETA ' +\n        'getAssignedCuratorLogic getAssignedCuratorUnit getBackpackCargo getBleedingRemaining ' +\n        'getBurningValue getCameraViewDirection getCargoIndex getCenterOfMass getClientState ' +\n        'getClientStateNumber getCompatiblePylonMagazines getConnectedUAV getContainerMaxLoad ' +\n        'getCursorObjectParams getCustomAimCoef getDammage getDescription getDir getDirVisual ' +\n        'getDLCAssetsUsage getDLCAssetsUsageByName getDLCs getEditorCamera getEditorMode ' +\n        'getEditorObjectScope getElevationOffset getEnvSoundController getFatigue getForcedFlagTexture ' +\n        'getFriend getFSMVariable getFuelCargo getGroupIcon getGroupIconParams getGroupIcons getHideFrom ' +\n        'getHit getHitIndex getHitPointDamage getItemCargo getMagazineCargo getMarkerColor getMarkerPos ' +\n        'getMarkerSize getMarkerType getMass getMissionConfig getMissionConfigValue getMissionDLCs ' +\n        'getMissionLayerEntities getModelInfo getMousePosition getMusicPlayedTime getNumber ' +\n        'getObjectArgument getObjectChildren getObjectDLC getObjectMaterials getObjectProxy ' +\n        'getObjectTextures getObjectType getObjectViewDistance getOxygenRemaining getPersonUsedDLCs ' +\n        'getPilotCameraDirection getPilotCameraPosition getPilotCameraRotation getPilotCameraTarget ' +\n        'getPlateNumber getPlayerChannel getPlayerScores getPlayerUID getPos getPosASL getPosASLVisual ' +\n        'getPosASLW getPosATL getPosATLVisual getPosVisual getPosWorld getPylonMagazines getRelDir ' +\n        'getRelPos getRemoteSensorsDisabled getRepairCargo getResolution getShadowDistance getShotParents ' +\n        'getSlingLoad getSoundController getSoundControllerResult getSpeed getStamina getStatValue ' +\n        'getSuppression getTerrainGrid getTerrainHeightASL getText getTotalDLCUsageTime getUnitLoadout ' +\n        'getUnitTrait getUserMFDText getUserMFDvalue getVariable getVehicleCargo getWeaponCargo ' +\n        'getWeaponSway getWingsOrientationRTD getWingsPositionRTD getWPPos glanceAt globalChat globalRadio ' +\n        'goggles goto group groupChat groupFromNetId groupIconSelectable groupIconsVisible groupId ' +\n        'groupOwner groupRadio groupSelectedUnits groupSelectUnit gunner gusts halt handgunItems ' +\n        'handgunMagazine handgunWeapon handsHit hasInterface hasPilotCamera hasWeapon hcAllGroups ' +\n        'hcGroupParams hcLeader hcRemoveAllGroups hcRemoveGroup hcSelected hcSelectGroup hcSetGroup ' +\n        'hcShowBar hcShownBar headgear hideBody hideObject hideObjectGlobal hideSelection hint hintC ' +\n        'hintCadet hintSilent hmd hostMission htmlLoad HUDMovementLevels humidity image importAllGroups ' +\n        'importance in inArea inAreaArray incapacitatedState inflame inflamed infoPanel ' +\n        'infoPanelComponentEnabled infoPanelComponents infoPanels inGameUISetEventHandler inheritsFrom ' +\n        'initAmbientLife inPolygon inputAction inRangeOfArtillery insertEditorObject intersect is3DEN ' +\n        'is3DENMultiplayer isAbleToBreathe isAgent isArray isAutoHoverOn isAutonomous isAutotest ' +\n        'isBleeding isBurning isClass isCollisionLightOn isCopilotEnabled isDamageAllowed isDedicated ' +\n        'isDLCAvailable isEngineOn isEqualTo isEqualType isEqualTypeAll isEqualTypeAny isEqualTypeArray ' +\n        'isEqualTypeParams isFilePatchingEnabled isFlashlightOn isFlatEmpty isForcedWalk isFormationLeader ' +\n        'isGroupDeletedWhenEmpty isHidden isInRemainsCollector isInstructorFigureEnabled isIRLaserOn ' +\n        'isKeyActive isKindOf isLaserOn isLightOn isLocalized isManualFire isMarkedForCollection ' +\n        'isMultiplayer isMultiplayerSolo isNil isNull isNumber isObjectHidden isObjectRTD isOnRoad ' +\n        'isPipEnabled isPlayer isRealTime isRemoteExecuted isRemoteExecutedJIP isServer isShowing3DIcons ' +\n        'isSimpleObject isSprintAllowed isStaminaEnabled isSteamMission isStreamFriendlyUIEnabled isText ' +\n        'isTouchingGround isTurnedOut isTutHintsEnabled isUAVConnectable isUAVConnected isUIContext ' +\n        'isUniformAllowed isVehicleCargo isVehicleRadarOn isVehicleSensorEnabled isWalking ' +\n        'isWeaponDeployed isWeaponRested itemCargo items itemsWithMagazines join joinAs joinAsSilent ' +\n        'joinSilent joinString kbAddDatabase kbAddDatabaseTargets kbAddTopic kbHasTopic kbReact ' +\n        'kbRemoveTopic kbTell kbWasSaid keyImage keyName knowsAbout land landAt landResult language ' +\n        'laserTarget lbAdd lbClear lbColor lbColorRight lbCurSel lbData lbDelete lbIsSelected lbPicture ' +\n        'lbPictureRight lbSelection lbSetColor lbSetColorRight lbSetCurSel lbSetData lbSetPicture ' +\n        'lbSetPictureColor lbSetPictureColorDisabled lbSetPictureColorSelected lbSetPictureRight ' +\n        'lbSetPictureRightColor lbSetPictureRightColorDisabled lbSetPictureRightColorSelected ' +\n        'lbSetSelectColor lbSetSelectColorRight lbSetSelected lbSetText lbSetTextRight lbSetTooltip ' +\n        'lbSetValue lbSize lbSort lbSortByValue lbText lbTextRight lbValue leader leaderboardDeInit ' +\n        'leaderboardGetRows leaderboardInit leaderboardRequestRowsFriends leaderboardsRequestUploadScore ' +\n        'leaderboardsRequestUploadScoreKeepBest leaderboardState leaveVehicle libraryCredits ' +\n        'libraryDisclaimers lifeState lightAttachObject lightDetachObject lightIsOn lightnings limitSpeed ' +\n        'linearConversion lineIntersects lineIntersectsObjs lineIntersectsSurfaces lineIntersectsWith ' +\n        'linkItem list listObjects listRemoteTargets listVehicleSensors ln lnbAddArray lnbAddColumn ' +\n        'lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow ' +\n        'lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetCurSelRow lnbSetData ' +\n        'lnbSetPicture lnbSetText lnbSetValue lnbSize lnbSort lnbSortByValue lnbText lnbValue load loadAbs ' +\n        'loadBackpack loadFile loadGame loadIdentity loadMagazine loadOverlay loadStatus loadUniform ' +\n        'loadVest local localize locationPosition lock lockCameraTo lockCargo lockDriver locked ' +\n        'lockedCargo lockedDriver lockedTurret lockIdentity lockTurret lockWP log logEntities logNetwork ' +\n        'logNetworkTerminate lookAt lookAtPos magazineCargo magazines magazinesAllTurrets magazinesAmmo ' +\n        'magazinesAmmoCargo magazinesAmmoFull magazinesDetail magazinesDetailBackpack ' +\n        'magazinesDetailUniform magazinesDetailVest magazinesTurret magazineTurretAmmo mapAnimAdd ' +\n        'mapAnimClear mapAnimCommit mapAnimDone mapCenterOnCamera mapGridPosition markAsFinishedOnSteam ' +\n        'markerAlpha markerBrush markerColor markerDir markerPos markerShape markerSize markerText ' +\n        'markerType max members menuAction menuAdd menuChecked menuClear menuCollapse menuData menuDelete ' +\n        'menuEnable menuEnabled menuExpand menuHover menuPicture menuSetAction menuSetCheck menuSetData ' +\n        'menuSetPicture menuSetValue menuShortcut menuShortcutText menuSize menuSort menuText menuURL ' +\n        'menuValue min mineActive mineDetectedBy missionConfigFile missionDifficulty missionName ' +\n        'missionNamespace missionStart missionVersion mod modelToWorld modelToWorldVisual ' +\n        'modelToWorldVisualWorld modelToWorldWorld modParams moonIntensity moonPhase morale move ' +\n        'move3DENCamera moveInAny moveInCargo moveInCommander moveInDriver moveInGunner moveInTurret ' +\n        'moveObjectToEnd moveOut moveTime moveTo moveToCompleted moveToFailed musicVolume name nameSound ' +\n        'nearEntities nearestBuilding nearestLocation nearestLocations nearestLocationWithDubbing ' +\n        'nearestObject nearestObjects nearestTerrainObjects nearObjects nearObjectsReady nearRoads ' +\n        'nearSupplies nearTargets needReload netId netObjNull newOverlay nextMenuItemIndex ' +\n        'nextWeatherChange nMenuItems not numberOfEnginesRTD numberToDate objectCurators objectFromNetId ' +\n        'objectParent objStatus onBriefingGroup onBriefingNotes onBriefingPlan onBriefingTeamSwitch ' +\n        'onCommandModeChanged onDoubleClick onEachFrame onGroupIconClick onGroupIconOverEnter ' +\n        'onGroupIconOverLeave onHCGroupSelectionChanged onMapSingleClick onPlayerConnected ' +\n        'onPlayerDisconnected onPreloadFinished onPreloadStarted onShowNewObject onTeamSwitch ' +\n        'openCuratorInterface openDLCPage openMap openSteamApp openYoutubeVideo or orderGetIn overcast ' +\n        'overcastForecast owner param params parseNumber parseSimpleArray parseText parsingNamespace ' +\n        'particlesQuality pickWeaponPool pitch pixelGrid pixelGridBase pixelGridNoUIScale pixelH pixelW ' +\n        'playableSlotsNumber playableUnits playAction playActionNow player playerRespawnTime playerSide ' +\n        'playersNumber playGesture playMission playMove playMoveNow playMusic playScriptedMission ' +\n        'playSound playSound3D position positionCameraToWorld posScreenToWorld posWorldToScreen ' +\n        'ppEffectAdjust ppEffectCommit ppEffectCommitted ppEffectCreate ppEffectDestroy ppEffectEnable ' +\n        'ppEffectEnabled ppEffectForceInNVG precision preloadCamera preloadObject preloadSound ' +\n        'preloadTitleObj preloadTitleRsc preprocessFile preprocessFileLineNumbers primaryWeapon ' +\n        'primaryWeaponItems primaryWeaponMagazine priority processDiaryLink productVersion profileName ' +\n        'profileNamespace profileNameSteam progressLoadingScreen progressPosition progressSetPosition ' +\n        'publicVariable publicVariableClient publicVariableServer pushBack pushBackUnique putWeaponPool ' +\n        'queryItemsPool queryMagazinePool queryWeaponPool rad radioChannelAdd radioChannelCreate ' +\n        'radioChannelRemove radioChannelSetCallSign radioChannelSetLabel radioVolume rain rainbow random ' +\n        'rank rankId rating rectangular registeredTasks registerTask reload reloadEnabled remoteControl ' +\n        'remoteExec remoteExecCall remoteExecutedOwner remove3DENConnection remove3DENEventHandler ' +\n        'remove3DENLayer removeAction removeAll3DENEventHandlers removeAllActions removeAllAssignedItems ' +\n        'removeAllContainers removeAllCuratorAddons removeAllCuratorCameraAreas ' +\n        'removeAllCuratorEditingAreas removeAllEventHandlers removeAllHandgunItems removeAllItems ' +\n        'removeAllItemsWithMagazines removeAllMissionEventHandlers removeAllMPEventHandlers ' +\n        'removeAllMusicEventHandlers removeAllOwnedMines removeAllPrimaryWeaponItems removeAllWeapons ' +\n        'removeBackpack removeBackpackGlobal removeCuratorAddons removeCuratorCameraArea ' +\n        'removeCuratorEditableObjects removeCuratorEditingArea removeDrawIcon removeDrawLinks ' +\n        'removeEventHandler removeFromRemainsCollector removeGoggles removeGroupIcon removeHandgunItem ' +\n        'removeHeadgear removeItem removeItemFromBackpack removeItemFromUniform removeItemFromVest ' +\n        'removeItems removeMagazine removeMagazineGlobal removeMagazines removeMagazinesTurret ' +\n        'removeMagazineTurret removeMenuItem removeMissionEventHandler removeMPEventHandler ' +\n        'removeMusicEventHandler removeOwnedMine removePrimaryWeaponItem removeSecondaryWeaponItem ' +\n        'removeSimpleTask removeSwitchableUnit removeTeamMember removeUniform removeVest removeWeapon ' +\n        'removeWeaponAttachmentCargo removeWeaponCargo removeWeaponGlobal removeWeaponTurret ' +\n        'reportRemoteTarget requiredVersion resetCamShake resetSubgroupDirection resize resources ' +\n        'respawnVehicle restartEditorCamera reveal revealMine reverse reversedMouseY roadAt ' +\n        'roadsConnectedTo roleDescription ropeAttachedObjects ropeAttachedTo ropeAttachEnabled ' +\n        'ropeAttachTo ropeCreate ropeCut ropeDestroy ropeDetach ropeEndPosition ropeLength ropes ' +\n        'ropeUnwind ropeUnwound rotorsForcesRTD rotorsRpmRTD round runInitScript safeZoneH safeZoneW ' +\n        'safeZoneWAbs safeZoneX safeZoneXAbs safeZoneY save3DENInventory saveGame saveIdentity ' +\n        'saveJoysticks saveOverlay saveProfileNamespace saveStatus saveVar savingEnabled say say2D say3D ' +\n        'scopeName score scoreSide screenshot screenToWorld scriptDone scriptName scudState ' +\n        'secondaryWeapon secondaryWeaponItems secondaryWeaponMagazine select selectBestPlaces ' +\n        'selectDiarySubject selectedEditorObjects selectEditorObject selectionNames selectionPosition ' +\n        'selectLeader selectMax selectMin selectNoPlayer selectPlayer selectRandom selectRandomWeighted ' +\n        'selectWeapon selectWeaponTurret sendAUMessage sendSimpleCommand sendTask sendTaskResult ' +\n        'sendUDPMessage serverCommand serverCommandAvailable serverCommandExecutable serverName serverTime ' +\n        'set set3DENAttribute set3DENAttributes set3DENGrid set3DENIconsVisible set3DENLayer ' +\n        'set3DENLinesVisible set3DENLogicType set3DENMissionAttribute set3DENMissionAttributes ' +\n        'set3DENModelsVisible set3DENObjectType set3DENSelected setAccTime setActualCollectiveRTD ' +\n        'setAirplaneThrottle setAirportSide setAmmo setAmmoCargo setAmmoOnPylon setAnimSpeedCoef ' +\n        'setAperture setApertureNew setArmoryPoints setAttributes setAutonomous setBehaviour ' +\n        'setBleedingRemaining setBrakesRTD setCameraInterest setCamShakeDefParams setCamShakeParams ' +\n        'setCamUseTI setCaptive setCenterOfMass setCollisionLight setCombatMode setCompassOscillation ' +\n        'setConvoySeparation setCuratorCameraAreaCeiling setCuratorCoef setCuratorEditingAreaType ' +\n        'setCuratorWaypointCost setCurrentChannel setCurrentTask setCurrentWaypoint setCustomAimCoef ' +\n        'setCustomWeightRTD setDamage setDammage setDate setDebriefingText setDefaultCamera setDestination ' +\n        'setDetailMapBlendPars setDir setDirection setDrawIcon setDriveOnPath setDropInterval ' +\n        'setDynamicSimulationDistance setDynamicSimulationDistanceCoef setEditorMode setEditorObjectScope ' +\n        'setEffectCondition setEngineRPMRTD setFace setFaceAnimation setFatigue setFeatureType ' +\n        'setFlagAnimationPhase setFlagOwner setFlagSide setFlagTexture setFog setFormation ' +\n        'setFormationTask setFormDir setFriend setFromEditor setFSMVariable setFuel setFuelCargo ' +\n        'setGroupIcon setGroupIconParams setGroupIconsSelectable setGroupIconsVisible setGroupId ' +\n        'setGroupIdGlobal setGroupOwner setGusts setHideBehind setHit setHitIndex setHitPointDamage ' +\n        'setHorizonParallaxCoef setHUDMovementLevels setIdentity setImportance setInfoPanel setLeader ' +\n        'setLightAmbient setLightAttenuation setLightBrightness setLightColor setLightDayLight ' +\n        'setLightFlareMaxDistance setLightFlareSize setLightIntensity setLightnings setLightUseFlare ' +\n        'setLocalWindParams setMagazineTurretAmmo setMarkerAlpha setMarkerAlphaLocal setMarkerBrush ' +\n        'setMarkerBrushLocal setMarkerColor setMarkerColorLocal setMarkerDir setMarkerDirLocal ' +\n        'setMarkerPos setMarkerPosLocal setMarkerShape setMarkerShapeLocal setMarkerSize ' +\n        'setMarkerSizeLocal setMarkerText setMarkerTextLocal setMarkerType setMarkerTypeLocal setMass ' +\n        'setMimic setMousePosition setMusicEffect setMusicEventHandler setName setNameSound ' +\n        'setObjectArguments setObjectMaterial setObjectMaterialGlobal setObjectProxy setObjectTexture ' +\n        'setObjectTextureGlobal setObjectViewDistance setOvercast setOwner setOxygenRemaining ' +\n        'setParticleCircle setParticleClass setParticleFire setParticleParams setParticleRandom ' +\n        'setPilotCameraDirection setPilotCameraRotation setPilotCameraTarget setPilotLight setPiPEffect ' +\n        'setPitch setPlateNumber setPlayable setPlayerRespawnTime setPos setPosASL setPosASL2 setPosASLW ' +\n        'setPosATL setPosition setPosWorld setPylonLoadOut setPylonsPriority setRadioMsg setRain ' +\n        'setRainbow setRandomLip setRank setRectangular setRepairCargo setRotorBrakeRTD setShadowDistance ' +\n        'setShotParents setSide setSimpleTaskAlwaysVisible setSimpleTaskCustomData ' +\n        'setSimpleTaskDescription setSimpleTaskDestination setSimpleTaskTarget setSimpleTaskType ' +\n        'setSimulWeatherLayers setSize setSkill setSlingLoad setSoundEffect setSpeaker setSpeech ' +\n        'setSpeedMode setStamina setStaminaScheme setStatValue setSuppression setSystemOfUnits ' +\n        'setTargetAge setTaskMarkerOffset setTaskResult setTaskState setTerrainGrid setText ' +\n        'setTimeMultiplier setTitleEffect setTrafficDensity setTrafficDistance setTrafficGap ' +\n        'setTrafficSpeed setTriggerActivation setTriggerArea setTriggerStatements setTriggerText ' +\n        'setTriggerTimeout setTriggerType setType setUnconscious setUnitAbility setUnitLoadout setUnitPos ' +\n        'setUnitPosWeak setUnitRank setUnitRecoilCoefficient setUnitTrait setUnloadInCombat ' +\n        'setUserActionText setUserMFDText setUserMFDvalue setVariable setVectorDir setVectorDirAndUp ' +\n        'setVectorUp setVehicleAmmo setVehicleAmmoDef setVehicleArmor setVehicleCargo setVehicleId ' +\n        'setVehicleLock setVehiclePosition setVehicleRadar setVehicleReceiveRemoteTargets ' +\n        'setVehicleReportOwnPosition setVehicleReportRemoteTargets setVehicleTIPars setVehicleVarName ' +\n        'setVelocity setVelocityModelSpace setVelocityTransformation setViewDistance ' +\n        'setVisibleIfTreeCollapsed setWantedRPMRTD setWaves setWaypointBehaviour setWaypointCombatMode ' +\n        'setWaypointCompletionRadius setWaypointDescription setWaypointForceBehaviour setWaypointFormation ' +\n        'setWaypointHousePosition setWaypointLoiterRadius setWaypointLoiterType setWaypointName ' +\n        'setWaypointPosition setWaypointScript setWaypointSpeed setWaypointStatements setWaypointTimeout ' +\n        'setWaypointType setWaypointVisible setWeaponReloadingTime setWind setWindDir setWindForce ' +\n        'setWindStr setWingForceScaleRTD setWPPos show3DIcons showChat showCinemaBorder showCommandingMenu ' +\n        'showCompass showCuratorCompass showGPS showHUD showLegend showMap shownArtilleryComputer ' +\n        'shownChat shownCompass shownCuratorCompass showNewEditorObject shownGPS shownHUD shownMap ' +\n        'shownPad shownRadio shownScoretable shownUAVFeed shownWarrant shownWatch showPad showRadio ' +\n        'showScoretable showSubtitles showUAVFeed showWarrant showWatch showWaypoint showWaypoints side ' +\n        'sideChat sideEnemy sideFriendly sideRadio simpleTasks simulationEnabled simulCloudDensity ' +\n        'simulCloudOcclusion simulInClouds simulWeatherSync sin size sizeOf skill skillFinal skipTime ' +\n        'sleep sliderPosition sliderRange sliderSetPosition sliderSetRange sliderSetSpeed sliderSpeed ' +\n        'slingLoadAssistantShown soldierMagazines someAmmo sort soundVolume spawn speaker speed speedMode ' +\n        'splitString sqrt squadParams stance startLoadingScreen step stop stopEngineRTD stopped str ' +\n        'sunOrMoon supportInfo suppressFor surfaceIsWater surfaceNormal surfaceType swimInDepth ' +\n        'switchableUnits switchAction switchCamera switchGesture switchLight switchMove ' +\n        'synchronizedObjects synchronizedTriggers synchronizedWaypoints synchronizeObjectsAdd ' +\n        'synchronizeObjectsRemove synchronizeTrigger synchronizeWaypoint systemChat systemOfUnits tan ' +\n        'targetKnowledge targets targetsAggregate targetsQuery taskAlwaysVisible taskChildren ' +\n        'taskCompleted taskCustomData taskDescription taskDestination taskHint taskMarkerOffset taskParent ' +\n        'taskResult taskState taskType teamMember teamName teams teamSwitch teamSwitchEnabled teamType ' +\n        'terminate terrainIntersect terrainIntersectASL terrainIntersectAtASL text textLog textLogFormat ' +\n        'tg time timeMultiplier titleCut titleFadeOut titleObj titleRsc titleText toArray toFixed toLower ' +\n        'toString toUpper triggerActivated triggerActivation triggerArea triggerAttachedVehicle ' +\n        'triggerAttachObject triggerAttachVehicle triggerDynamicSimulation triggerStatements triggerText ' +\n        'triggerTimeout triggerTimeoutCurrent triggerType turretLocal turretOwner turretUnit tvAdd tvClear ' +\n        'tvCollapse tvCollapseAll tvCount tvCurSel tvData tvDelete tvExpand tvExpandAll tvPicture ' +\n        'tvSetColor tvSetCurSel tvSetData tvSetPicture tvSetPictureColor tvSetPictureColorDisabled ' +\n        'tvSetPictureColorSelected tvSetPictureRight tvSetPictureRightColor tvSetPictureRightColorDisabled ' +\n        'tvSetPictureRightColorSelected tvSetText tvSetTooltip tvSetValue tvSort tvSortByValue tvText ' +\n        'tvTooltip tvValue type typeName typeOf UAVControl uiNamespace uiSleep unassignCurator ' +\n        'unassignItem unassignTeam unassignVehicle underwater uniform uniformContainer uniformItems ' +\n        'uniformMagazines unitAddons unitAimPosition unitAimPositionVisual unitBackpack unitIsUAV unitPos ' +\n        'unitReady unitRecoilCoefficient units unitsBelowHeight unlinkItem unlockAchievement ' +\n        'unregisterTask updateDrawIcon updateMenuItem updateObjectTree useAISteeringComponent ' +\n        'useAudioTimeForMoves userInputDisabled vectorAdd vectorCos vectorCrossProduct vectorDiff ' +\n        'vectorDir vectorDirVisual vectorDistance vectorDistanceSqr vectorDotProduct vectorFromTo ' +\n        'vectorMagnitude vectorMagnitudeSqr vectorModelToWorld vectorModelToWorldVisual vectorMultiply ' +\n        'vectorNormalized vectorUp vectorUpVisual vectorWorldToModel vectorWorldToModelVisual vehicle ' +\n        'vehicleCargoEnabled vehicleChat vehicleRadio vehicleReceiveRemoteTargets vehicleReportOwnPosition ' +\n        'vehicleReportRemoteTargets vehicles vehicleVarName velocity velocityModelSpace verifySignature ' +\n        'vest vestContainer vestItems vestMagazines viewDistance visibleCompass visibleGPS visibleMap ' +\n        'visiblePosition visiblePositionASL visibleScoretable visibleWatch waves waypointAttachedObject ' +\n        'waypointAttachedVehicle waypointAttachObject waypointAttachVehicle waypointBehaviour ' +\n        'waypointCombatMode waypointCompletionRadius waypointDescription waypointForceBehaviour ' +\n        'waypointFormation waypointHousePosition waypointLoiterRadius waypointLoiterType waypointName ' +\n        'waypointPosition waypoints waypointScript waypointsEnabledUAV waypointShow waypointSpeed ' +\n        'waypointStatements waypointTimeout waypointTimeoutCurrent waypointType waypointVisible ' +\n        'weaponAccessories weaponAccessoriesCargo weaponCargo weaponDirection weaponInertia weaponLowered ' +\n        'weapons weaponsItems weaponsItemsCargo weaponState weaponsTurret weightRTD WFSideText wind ',\n      literal:\n        'blufor civilian configNull controlNull displayNull east endl false grpNull independent lineBreak ' +\n        'locationNull nil objNull opfor pi resistance scriptNull sideAmbientLife sideEmpty sideLogic ' +\n        'sideUnknown taskNull teamMemberNull true west',\n    },\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.NUMBER_MODE,\n      VARIABLE,\n      FUNCTION,\n      STRINGS,\n      CPP.preprocessor\n    ],\n    illegal: /#|^\\$ /\n  };\n};","module.exports = function(hljs) {\n  var COMMENT_MODE = hljs.COMMENT('--', '$');\n  return {\n    case_insensitive: true,\n    illegal: /[<>{}*]/,\n    contains: [\n      {\n        beginKeywords:\n          'begin end start commit rollback savepoint lock alter create drop rename call ' +\n          'delete do handler insert load replace select truncate update set show pragma grant ' +\n          'merge describe use explain help declare prepare execute deallocate release ' +\n          'unlock purge reset change stop analyze cache flush optimize repair kill ' +\n          'install uninstall checksum restore check backup revoke comment with',\n        end: /;/, endsWithParent: true,\n        lexemes: /[\\w\\.]+/,\n        keywords: {\n          keyword:\n            'as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add ' +\n            'addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias ' +\n            'allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply ' +\n            'archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan ' +\n            'atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid ' +\n            'authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile ' +\n            'before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float ' +\n            'binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound ' +\n            'buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel ' +\n            'capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base ' +\n            'char_length character_length characters characterset charindex charset charsetform charsetid check ' +\n            'checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close ' +\n            'cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation ' +\n            'collect colu colum column column_value columns columns_updated comment commit compact compatibility ' +\n            'compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn ' +\n            'connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection ' +\n            'consider consistent constant constraint constraints constructor container content contents context ' +\n            'contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost ' +\n            'count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation ' +\n            'critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user ' +\n            'cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add ' +\n            'date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts ' +\n            'day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate ' +\n            'declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults ' +\n            'deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank ' +\n            'depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor ' +\n            'deterministic diagnostics difference dimension direct_load directory disable disable_all ' +\n            'disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div ' +\n            'do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable ' +\n            'editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt ' +\n            'end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors ' +\n            'escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding ' +\n            'execu execut execute exempt exists exit exp expire explain export export_set extended extent external ' +\n            'external_1 external_2 externally extract failed failed_login_attempts failover failure far fast ' +\n            'feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final ' +\n            'finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign ' +\n            'form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ' +\n            'ftp full function general generated get get_format get_lock getdate getutcdate global global_name ' +\n            'globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups ' +\n            'gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex ' +\n            'hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified ' +\n            'identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment ' +\n            'index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile ' +\n            'initial initialized initially initrans inmemory inner innodb input insert install instance instantiable ' +\n            'instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat ' +\n            'is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists ' +\n            'keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase ' +\n            'lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit ' +\n            'lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate ' +\n            'locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call ' +\n            'logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime ' +\n            'managed management manual map mapping mask master master_pos_wait match matched materialized max ' +\n            'maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans ' +\n            'md5 measures median medium member memcompress memory merge microsecond mid migration min minextents ' +\n            'minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month ' +\n            'months mount move movement multiset mutex name name_const names nan national native natural nav nchar ' +\n            'nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile ' +\n            'nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile ' +\n            'nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder ' +\n            'nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck ' +\n            'noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe ' +\n            'nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ' +\n            'ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old ' +\n            'on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date ' +\n            'oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary ' +\n            'out outer outfile outline output over overflow overriding package pad parallel parallel_enable ' +\n            'parameters parent parse partial partition partitions pascal passing password password_grace_time ' +\n            'password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex ' +\n            'pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc ' +\n            'performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin ' +\n            'policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction ' +\n            'prediction_cost prediction_details prediction_probability prediction_set prepare present preserve ' +\n            'prior priority private private_sga privileges procedural procedure procedure_analyze processlist ' +\n            'profiles project prompt protection public publishingservername purge quarter query quick quiesce quota ' +\n            'quotename radians raise rand range rank raw read reads readsize rebuild record records ' +\n            'recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh ' +\n            'regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy ' +\n            'reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename ' +\n            'repair repeat replace replicate replication required reset resetlogs resize resource respect restore ' +\n            'restricted result result_cache resumable resume retention return returning returns reuse reverse revoke ' +\n            'right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows ' +\n            'rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll ' +\n            'sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select ' +\n            'self sequence sequential serializable server servererror session session_user sessions_per_user set ' +\n            'sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor ' +\n            'si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin ' +\n            'size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex ' +\n            'source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows ' +\n            'sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone ' +\n            'standby start starting startup statement static statistics stats_binomial_test stats_crosstab ' +\n            'stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep ' +\n            'stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev ' +\n            'stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate ' +\n            'subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum ' +\n            'suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate ' +\n            'sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo ' +\n            'template temporary terminated tertiary_weights test than then thread through tier ties time time_format ' +\n            'time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr ' +\n            'timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking ' +\n            'transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate ' +\n            'try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress ' +\n            'under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot ' +\n            'unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert ' +\n            'url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date ' +\n            'utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var ' +\n            'var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray ' +\n            'verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear ' +\n            'wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped ' +\n            'xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces ' +\n            'xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek',\n          literal:\n            'true false null unknown',\n          built_in:\n            'array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number ' +\n            'numeric real record serial serial8 smallint text time timestamp varchar varying void'\n        },\n        contains: [\n          {\n            className: 'string',\n            begin: '\\'', end: '\\'',\n            contains: [hljs.BACKSLASH_ESCAPE, {begin: '\\'\\''}]\n          },\n          {\n            className: 'string',\n            begin: '\"', end: '\"',\n            contains: [hljs.BACKSLASH_ESCAPE, {begin: '\"\"'}]\n          },\n          {\n            className: 'string',\n            begin: '`', end: '`',\n            contains: [hljs.BACKSLASH_ESCAPE]\n          },\n          hljs.C_NUMBER_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          COMMENT_MODE,\n          hljs.HASH_COMMENT_MODE\n        ]\n      },\n      hljs.C_BLOCK_COMMENT_MODE,\n      COMMENT_MODE,\n      hljs.HASH_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        begin: hljs.UNDERSCORE_IDENT_RE,\n        lexemes: hljs.UNDERSCORE_IDENT_RE,\n        keywords: {\n          // Stan's keywords\n          name:\n            'for in while repeat until if then else',\n          // Stan's probablity distributions (less beta and gamma, as commonly\n          // used for parameter names). So far, _log and _rng variants are not\n          // included\n          symbol:\n            'bernoulli bernoulli_logit binomial binomial_logit '               +\n            'beta_binomial hypergeometric categorical categorical_logit '      +\n            'ordered_logistic neg_binomial neg_binomial_2 '                    +\n            'neg_binomial_2_log poisson poisson_log multinomial normal '       +\n            'exp_mod_normal skew_normal student_t cauchy double_exponential '  +\n            'logistic gumbel lognormal chi_square inv_chi_square '             +\n            'scaled_inv_chi_square exponential inv_gamma weibull frechet '     +\n            'rayleigh wiener pareto pareto_type_2 von_mises uniform '          +\n            'multi_normal multi_normal_prec multi_normal_cholesky multi_gp '   +\n            'multi_gp_cholesky multi_student_t gaussian_dlm_obs dirichlet '    +\n            'lkj_corr lkj_corr_cholesky wishart inv_wishart',\n          // Stan's data types\n          'selector-tag':\n            'int real vector simplex unit_vector ordered positive_ordered '    +\n            'row_vector matrix cholesky_factor_corr cholesky_factor_cov '      +\n            'corr_matrix cov_matrix',\n          // Stan's model blocks\n          title:\n            'functions model data parameters quantities transformed '          +\n            'generated',\n          literal:\n            'true false'\n        },\n        relevance: 0\n      },\n      // The below is all taken from the R language definition\n      {\n        // hex value\n        className: 'number',\n        begin: \"0[xX][0-9a-fA-F]+[Li]?\\\\b\",\n        relevance: 0\n      },\n      {\n        // hex value\n        className: 'number',\n        begin: \"0[xX][0-9a-fA-F]+[Li]?\\\\b\",\n        relevance: 0\n      },\n      {\n        // explicit integer\n        className: 'number',\n        begin: \"\\\\d+(?:[eE][+\\\\-]?\\\\d*)?L\\\\b\",\n        relevance: 0\n      },\n      {\n        // number with trailing decimal\n        className: 'number',\n        begin: \"\\\\d+\\\\.(?!\\\\d)(?:i\\\\b)?\",\n        relevance: 0\n      },\n      {\n        // number\n        className: 'number',\n        begin: \"\\\\d+(?:\\\\.\\\\d*)?(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",\n        relevance: 0\n      },\n      {\n        // number with leading decimal\n        className: 'number',\n        begin: \"\\\\.\\\\d+(?:[eE][+\\\\-]?\\\\d*)?i?\\\\b\",\n        relevance: 0\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['do', 'ado'],\n    case_insensitive: true,\n    keywords: 'if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize meqparse mer merg merge mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5',\n        contains: [\n      {\n        className: 'symbol',\n        begin: /`[a-zA-Z0-9_]+'/\n      },\n      {\n        className: 'variable',\n        begin: /\\$\\{?[a-zA-Z0-9_]+\\}?/\n      },\n      {\n        className: 'string',\n        variants: [\n          {begin: '`\"[^\\r\\n]*?\"\\''},\n          {begin: '\"[^\\r\\n\"]*\"'}\n        ]\n      },\n\n      {\n        className: 'built_in',\n        variants: [\n          {\n            begin: '\\\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\\\(|$)'\n          }\n        ]\n      },\n\n      hljs.COMMENT('^[ \\t]*\\\\*.*$', false),\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var STEP21_IDENT_RE = '[A-Z_][A-Z0-9_.]*';\n  var STEP21_KEYWORDS = {\n    keyword: 'HEADER ENDSEC DATA'\n  };\n  var STEP21_START = {\n    className: 'meta',\n    begin: 'ISO-10303-21;',\n    relevance: 10\n  };\n  var STEP21_CLOSE = {\n    className: 'meta',\n    begin: 'END-ISO-10303-21;',\n    relevance: 10\n  };\n\n  return {\n    aliases: ['p21', 'step', 'stp'],\n    case_insensitive: true, // STEP 21 is case insensitive in theory, in practice all non-comments are capitalized.\n    lexemes: STEP21_IDENT_RE,\n    keywords: STEP21_KEYWORDS,\n    contains: [\n      STEP21_START,\n      STEP21_CLOSE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.COMMENT('/\\\\*\\\\*!', '\\\\*/'),\n      hljs.C_NUMBER_MODE,\n      hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null}),\n      {\n        className: 'string',\n        begin: \"'\", end: \"'\"\n      },\n      {\n        className: 'symbol',\n        variants: [\n          {\n            begin: '#', end: '\\\\d+',\n            illegal: '\\\\W'\n          }\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n  var VARIABLE = {\n    className: 'variable',\n    begin: '\\\\$' + hljs.IDENT_RE\n  };\n\n  var HEX_COLOR = {\n    className: 'number',\n    begin: '#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})'\n  };\n\n  var AT_KEYWORDS = [\n    'charset',\n    'css',\n    'debug',\n    'extend',\n    'font-face',\n    'for',\n    'import',\n    'include',\n    'media',\n    'mixin',\n    'page',\n    'warn',\n    'while'\n  ];\n\n  var PSEUDO_SELECTORS = [\n    'after',\n    'before',\n    'first-letter',\n    'first-line',\n    'active',\n    'first-child',\n    'focus',\n    'hover',\n    'lang',\n    'link',\n    'visited'\n  ];\n\n  var TAGS = [\n    'a',\n    'abbr',\n    'address',\n    'article',\n    'aside',\n    'audio',\n    'b',\n    'blockquote',\n    'body',\n    'button',\n    'canvas',\n    'caption',\n    'cite',\n    'code',\n    'dd',\n    'del',\n    'details',\n    'dfn',\n    'div',\n    'dl',\n    'dt',\n    'em',\n    'fieldset',\n    'figcaption',\n    'figure',\n    'footer',\n    'form',\n    'h1',\n    'h2',\n    'h3',\n    'h4',\n    'h5',\n    'h6',\n    'header',\n    'hgroup',\n    'html',\n    'i',\n    'iframe',\n    'img',\n    'input',\n    'ins',\n    'kbd',\n    'label',\n    'legend',\n    'li',\n    'mark',\n    'menu',\n    'nav',\n    'object',\n    'ol',\n    'p',\n    'q',\n    'quote',\n    'samp',\n    'section',\n    'span',\n    'strong',\n    'summary',\n    'sup',\n    'table',\n    'tbody',\n    'td',\n    'textarea',\n    'tfoot',\n    'th',\n    'thead',\n    'time',\n    'tr',\n    'ul',\n    'var',\n    'video'\n  ];\n\n  var TAG_END = '[\\\\.\\\\s\\\\n\\\\[\\\\:,]';\n\n  var ATTRIBUTES = [\n    'align-content',\n    'align-items',\n    'align-self',\n    'animation',\n    'animation-delay',\n    'animation-direction',\n    'animation-duration',\n    'animation-fill-mode',\n    'animation-iteration-count',\n    'animation-name',\n    'animation-play-state',\n    'animation-timing-function',\n    'auto',\n    'backface-visibility',\n    'background',\n    'background-attachment',\n    'background-clip',\n    'background-color',\n    'background-image',\n    'background-origin',\n    'background-position',\n    'background-repeat',\n    'background-size',\n    'border',\n    'border-bottom',\n    'border-bottom-color',\n    'border-bottom-left-radius',\n    'border-bottom-right-radius',\n    'border-bottom-style',\n    'border-bottom-width',\n    'border-collapse',\n    'border-color',\n    'border-image',\n    'border-image-outset',\n    'border-image-repeat',\n    'border-image-slice',\n    'border-image-source',\n    'border-image-width',\n    'border-left',\n    'border-left-color',\n    'border-left-style',\n    'border-left-width',\n    'border-radius',\n    'border-right',\n    'border-right-color',\n    'border-right-style',\n    'border-right-width',\n    'border-spacing',\n    'border-style',\n    'border-top',\n    'border-top-color',\n    'border-top-left-radius',\n    'border-top-right-radius',\n    'border-top-style',\n    'border-top-width',\n    'border-width',\n    'bottom',\n    'box-decoration-break',\n    'box-shadow',\n    'box-sizing',\n    'break-after',\n    'break-before',\n    'break-inside',\n    'caption-side',\n    'clear',\n    'clip',\n    'clip-path',\n    'color',\n    'column-count',\n    'column-fill',\n    'column-gap',\n    'column-rule',\n    'column-rule-color',\n    'column-rule-style',\n    'column-rule-width',\n    'column-span',\n    'column-width',\n    'columns',\n    'content',\n    'counter-increment',\n    'counter-reset',\n    'cursor',\n    'direction',\n    'display',\n    'empty-cells',\n    'filter',\n    'flex',\n    'flex-basis',\n    'flex-direction',\n    'flex-flow',\n    'flex-grow',\n    'flex-shrink',\n    'flex-wrap',\n    'float',\n    'font',\n    'font-family',\n    'font-feature-settings',\n    'font-kerning',\n    'font-language-override',\n    'font-size',\n    'font-size-adjust',\n    'font-stretch',\n    'font-style',\n    'font-variant',\n    'font-variant-ligatures',\n    'font-weight',\n    'height',\n    'hyphens',\n    'icon',\n    'image-orientation',\n    'image-rendering',\n    'image-resolution',\n    'ime-mode',\n    'inherit',\n    'initial',\n    'justify-content',\n    'left',\n    'letter-spacing',\n    'line-height',\n    'list-style',\n    'list-style-image',\n    'list-style-position',\n    'list-style-type',\n    'margin',\n    'margin-bottom',\n    'margin-left',\n    'margin-right',\n    'margin-top',\n    'marks',\n    'mask',\n    'max-height',\n    'max-width',\n    'min-height',\n    'min-width',\n    'nav-down',\n    'nav-index',\n    'nav-left',\n    'nav-right',\n    'nav-up',\n    'none',\n    'normal',\n    'object-fit',\n    'object-position',\n    'opacity',\n    'order',\n    'orphans',\n    'outline',\n    'outline-color',\n    'outline-offset',\n    'outline-style',\n    'outline-width',\n    'overflow',\n    'overflow-wrap',\n    'overflow-x',\n    'overflow-y',\n    'padding',\n    'padding-bottom',\n    'padding-left',\n    'padding-right',\n    'padding-top',\n    'page-break-after',\n    'page-break-before',\n    'page-break-inside',\n    'perspective',\n    'perspective-origin',\n    'pointer-events',\n    'position',\n    'quotes',\n    'resize',\n    'right',\n    'tab-size',\n    'table-layout',\n    'text-align',\n    'text-align-last',\n    'text-decoration',\n    'text-decoration-color',\n    'text-decoration-line',\n    'text-decoration-style',\n    'text-indent',\n    'text-overflow',\n    'text-rendering',\n    'text-shadow',\n    'text-transform',\n    'text-underline-position',\n    'top',\n    'transform',\n    'transform-origin',\n    'transform-style',\n    'transition',\n    'transition-delay',\n    'transition-duration',\n    'transition-property',\n    'transition-timing-function',\n    'unicode-bidi',\n    'vertical-align',\n    'visibility',\n    'white-space',\n    'widows',\n    'width',\n    'word-break',\n    'word-spacing',\n    'word-wrap',\n    'z-index'\n  ];\n\n  // illegals\n  var ILLEGAL = [\n    '\\\\?',\n    '(\\\\bReturn\\\\b)', // monkey\n    '(\\\\bEnd\\\\b)', // monkey\n    '(\\\\bend\\\\b)', // vbscript\n    '(\\\\bdef\\\\b)', // gradle\n    ';', // a whole lot of languages\n    '#\\\\s', // markdown\n    '\\\\*\\\\s', // markdown\n    '===\\\\s', // markdown\n    '\\\\|',\n    '%', // prolog\n  ];\n\n  return {\n    aliases: ['styl'],\n    case_insensitive: false,\n    keywords: 'if else for in',\n    illegal: '(' + ILLEGAL.join('|') + ')',\n    contains: [\n\n      // strings\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n\n      // comments\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n\n      // hex colors\n      HEX_COLOR,\n\n      // class tag\n      {\n        begin: '\\\\.[a-zA-Z][a-zA-Z0-9_-]*' + TAG_END,\n        returnBegin: true,\n        contains: [\n          {className: 'selector-class', begin: '\\\\.[a-zA-Z][a-zA-Z0-9_-]*'}\n        ]\n      },\n\n      // id tag\n      {\n        begin: '\\\\#[a-zA-Z][a-zA-Z0-9_-]*' + TAG_END,\n        returnBegin: true,\n        contains: [\n          {className: 'selector-id', begin: '\\\\#[a-zA-Z][a-zA-Z0-9_-]*'}\n        ]\n      },\n\n      // tags\n      {\n        begin: '\\\\b(' + TAGS.join('|') + ')' + TAG_END,\n        returnBegin: true,\n        contains: [\n          {className: 'selector-tag', begin: '\\\\b[a-zA-Z][a-zA-Z0-9_-]*'}\n        ]\n      },\n\n      // psuedo selectors\n      {\n        begin: '&?:?:\\\\b(' + PSEUDO_SELECTORS.join('|') + ')' + TAG_END\n      },\n\n      // @ keywords\n      {\n        begin: '\\@(' + AT_KEYWORDS.join('|') + ')\\\\b'\n      },\n\n      // variables\n      VARIABLE,\n\n      // dimension\n      hljs.CSS_NUMBER_MODE,\n\n      // number\n      hljs.NUMBER_MODE,\n\n      // functions\n      //  - only from beginning of line + whitespace\n      {\n        className: 'function',\n        begin: '^[a-zA-Z][a-zA-Z0-9_\\-]*\\\\(.*\\\\)',\n        illegal: '[\\\\n]',\n        returnBegin: true,\n        contains: [\n          {className: 'title', begin: '\\\\b[a-zA-Z][a-zA-Z0-9_\\-]*'},\n          {\n            className: 'params',\n            begin: /\\(/,\n            end: /\\)/,\n            contains: [\n              HEX_COLOR,\n              VARIABLE,\n              hljs.APOS_STRING_MODE,\n              hljs.CSS_NUMBER_MODE,\n              hljs.NUMBER_MODE,\n              hljs.QUOTE_STRING_MODE\n            ]\n          }\n        ]\n      },\n\n      // attributes\n      //  - only from beginning of line + whitespace\n      //  - must have whitespace after it\n      {\n        className: 'attribute',\n        begin: '\\\\b(' + ATTRIBUTES.reverse().join('|') + ')\\\\b',\n        starts: {\n          // value container\n          end: /;|$/,\n          contains: [\n            HEX_COLOR,\n            VARIABLE,\n            hljs.APOS_STRING_MODE,\n            hljs.QUOTE_STRING_MODE,\n            hljs.CSS_NUMBER_MODE,\n            hljs.NUMBER_MODE,\n            hljs.C_BLOCK_COMMENT_MODE\n          ],\n          illegal: /\\./,\n          relevance: 0\n        }\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var DETAILS = {\n    className: 'string',\n    begin: '\\\\[\\n(multipart)?', end: '\\\\]\\n'\n  };\n  var TIME = {\n    className: 'string',\n    begin: '\\\\d{4}-\\\\d{2}-\\\\d{2}(\\\\s+)\\\\d{2}:\\\\d{2}:\\\\d{2}\\.\\\\d+Z'\n  };\n  var PROGRESSVALUE = {\n    className: 'string',\n    begin: '(\\\\+|-)\\\\d+'\n  };\n  var KEYWORDS = {\n    className: 'keyword',\n    relevance: 10,\n    variants: [\n      { begin: '^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\\\s+(test)?' },\n      { begin: '^progress(:?)(\\\\s+)?(pop|push)?' },\n      { begin: '^tags:' },\n      { begin: '^time:' }\n    ],\n  };\n  return {\n    case_insensitive: true,\n    contains: [\n      DETAILS,\n      TIME,\n      PROGRESSVALUE,\n      KEYWORDS\n    ]\n  };\n};","module.exports = function(hljs) {\n  var SWIFT_KEYWORDS = {\n      keyword: '#available #colorLiteral #column #else #elseif #endif #file ' +\n        '#fileLiteral #function #if #imageLiteral #line #selector #sourceLocation ' +\n        '_ __COLUMN__ __FILE__ __FUNCTION__ __LINE__ Any as as! as? associatedtype ' +\n        'associativity break case catch class continue convenience default defer deinit didSet do ' +\n        'dynamic dynamicType else enum extension fallthrough false fileprivate final for func ' +\n        'get guard if import in indirect infix init inout internal is lazy left let ' +\n        'mutating nil none nonmutating open operator optional override postfix precedence ' +\n        'prefix private protocol Protocol public repeat required rethrows return ' +\n        'right self Self set static struct subscript super switch throw throws true ' +\n        'try try! try? Type typealias unowned var weak where while willSet',\n      literal: 'true false nil',\n      built_in: 'abs advance alignof alignofValue anyGenerator assert assertionFailure ' +\n        'bridgeFromObjectiveC bridgeFromObjectiveCUnconditional bridgeToObjectiveC ' +\n        'bridgeToObjectiveCUnconditional c contains count countElements countLeadingZeros ' +\n        'debugPrint debugPrintln distance dropFirst dropLast dump encodeBitsAsWords ' +\n        'enumerate equal fatalError filter find getBridgedObjectiveCType getVaList ' +\n        'indices insertionSort isBridgedToObjectiveC isBridgedVerbatimToObjectiveC ' +\n        'isUniquelyReferenced isUniquelyReferencedNonObjC join lazy lexicographicalCompare ' +\n        'map max maxElement min minElement numericCast overlaps partition posix ' +\n        'precondition preconditionFailure print println quickSort readLine reduce reflect ' +\n        'reinterpretCast reverse roundUpToAlignment sizeof sizeofValue sort split ' +\n        'startsWith stride strideof strideofValue swap toString transcode ' +\n        'underestimateCount unsafeAddressOf unsafeBitCast unsafeDowncast unsafeUnwrap ' +\n        'unsafeReflect withExtendedLifetime withObjectAtPlusZero withUnsafePointer ' +\n        'withUnsafePointerToObject withUnsafeMutablePointer withUnsafeMutablePointers ' +\n        'withUnsafePointer withUnsafePointers withVaList zip'\n    };\n\n  var TYPE = {\n    className: 'type',\n    begin: '\\\\b[A-Z][\\\\w\\u00C0-\\u02B8\\']*',\n    relevance: 0\n  };\n  var BLOCK_COMMENT = hljs.COMMENT(\n    '/\\\\*',\n    '\\\\*/',\n    {\n      contains: ['self']\n    }\n  );\n  var SUBST = {\n    className: 'subst',\n    begin: /\\\\\\(/, end: '\\\\)',\n    keywords: SWIFT_KEYWORDS,\n    contains: [] // assigned later\n  };\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE, SUBST],\n    variants: [\n      {begin: /\"\"\"/, end: /\"\"\"/},\n      {begin: /\"/, end: /\"/},\n    ]\n  };\n  var NUMBERS = {\n      className: 'number',\n      begin: '\\\\b([\\\\d_]+(\\\\.[\\\\deE_]+)?|0x[a-fA-F0-9_]+(\\\\.[a-fA-F0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\\\b',\n      relevance: 0\n  };\n  SUBST.contains = [NUMBERS];\n\n  return {\n    keywords: SWIFT_KEYWORDS,\n    contains: [\n      STRING,\n      hljs.C_LINE_COMMENT_MODE,\n      BLOCK_COMMENT,\n      TYPE,\n      NUMBERS,\n      {\n        className: 'function',\n        beginKeywords: 'func', end: '{', excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            begin: /[A-Za-z$_][0-9A-Za-z$_]*/\n          }),\n          {\n            begin: /</, end: />/\n          },\n          {\n            className: 'params',\n            begin: /\\(/, end: /\\)/, endsParent: true,\n            keywords: SWIFT_KEYWORDS,\n            contains: [\n              'self',\n              NUMBERS,\n              STRING,\n              hljs.C_BLOCK_COMMENT_MODE,\n              {begin: ':'} // relevance booster\n            ],\n            illegal: /[\"']/\n          }\n        ],\n        illegal: /\\[|%/\n      },\n      {\n        className: 'class',\n        beginKeywords: 'struct protocol class extension enum',\n        keywords: SWIFT_KEYWORDS,\n        end: '\\\\{',\n        excludeEnd: true,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {begin: /[A-Za-z$_][\\u00C0-\\u02B80-9A-Za-z$_]*/})\n        ]\n      },\n      {\n        className: 'meta', // @attributes\n        begin: '(@discardableResult|@warn_unused_result|@exported|@lazy|@noescape|' +\n                  '@NSCopying|@NSManaged|@objc|@objcMembers|@convention|@required|' +\n                  '@noreturn|@IBAction|@IBDesignable|@IBInspectable|@IBOutlet|' +\n                  '@infix|@prefix|@postfix|@autoclosure|@testable|@available|' +\n                  '@nonobjc|@NSApplicationMain|@UIApplicationMain)'\n\n      },\n      {\n        beginKeywords: 'import', end: /$/,\n        contains: [hljs.C_LINE_COMMENT_MODE, BLOCK_COMMENT]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n\n  var COMMENT = {\n    className: 'comment',\n    begin: /\\$noop\\(/,\n    end: /\\)/,\n    contains: [{\n      begin: /\\(/,\n      end: /\\)/,\n      contains: ['self', {\n        begin: /\\\\./\n      }]\n    }],\n    relevance: 10\n  };\n\n  var FUNCTION = {\n    className: 'keyword',\n    begin: /\\$(?!noop)[a-zA-Z][_a-zA-Z0-9]*/,\n    end: /\\(/,\n    excludeEnd: true\n  };\n\n  var VARIABLE = {\n    className: 'variable',\n    begin: /%[_a-zA-Z0-9:]*/,\n    end: '%'\n  };\n\n  var ESCAPE_SEQUENCE = {\n    className: 'symbol',\n    begin: /\\\\./\n  };\n\n  return {\n    contains: [\n      COMMENT,\n      FUNCTION,\n      VARIABLE,\n      ESCAPE_SEQUENCE\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      // version of format and total amount of testcases\n      {\n        className: 'meta',\n        variants: [\n          { begin: '^TAP version (\\\\d+)$' },\n          { begin: '^1\\\\.\\\\.(\\\\d+)$' }\n        ],\n      },\n      // YAML block\n      {\n        begin: '(\\s+)?---$', end: '\\\\.\\\\.\\\\.$',\n        subLanguage: 'yaml',\n        relevance: 0\n      },\n\t  // testcase number\n      {\n        className: 'number',\n        begin: ' (\\\\d+) '\n      },\n\t  // testcase status and description\n      {\n        className: 'symbol',\n        variants: [\n          { begin: '^ok' },\n          { begin: '^not ok' }\n        ],\n      },\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['tk'],\n    keywords: 'after append apply array auto_execok auto_import auto_load auto_mkindex ' +\n      'auto_mkindex_old auto_qualify auto_reset bgerror binary break catch cd chan clock ' +\n      'close concat continue dde dict encoding eof error eval exec exit expr fblocked ' +\n      'fconfigure fcopy file fileevent filename flush for foreach format gets glob global ' +\n      'history http if incr info interp join lappend|10 lassign|10 lindex|10 linsert|10 list ' +\n      'llength|10 load lrange|10 lrepeat|10 lreplace|10 lreverse|10 lsearch|10 lset|10 lsort|10 '+\n      'mathfunc mathop memory msgcat namespace open package parray pid pkg::create pkg_mkIndex '+\n      'platform platform::shell proc puts pwd read refchan regexp registry regsub|10 rename '+\n      'return safe scan seek set socket source split string subst switch tcl_endOfWord '+\n      'tcl_findLibrary tcl_startOfNextWord tcl_startOfPreviousWord tcl_wordBreakAfter '+\n      'tcl_wordBreakBefore tcltest tclvars tell time tm trace unknown unload unset update '+\n      'uplevel upvar variable vwait while',\n    contains: [\n      hljs.COMMENT(';[ \\\\t]*#', '$'),\n      hljs.COMMENT('^[ \\\\t]*#', '$'),\n      {\n        beginKeywords: 'proc',\n        end: '[\\\\{]',\n        excludeEnd: true,\n        contains: [\n          {\n            className: 'title',\n            begin: '[ \\\\t\\\\n\\\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*',\n            end: '[ \\\\t\\\\n\\\\r]',\n            endsWithParent: true,\n            excludeEnd: true\n          }\n        ]\n      },\n      {\n        excludeEnd: true,\n        variants: [\n          {\n            begin: '\\\\$(\\\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\\\\(([a-zA-Z0-9_])*\\\\)',\n            end: '[^a-zA-Z0-9_\\\\}\\\\$]'\n          },\n          {\n            begin: '\\\\$(\\\\{)?(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*',\n            end: '(\\\\))?[^a-zA-Z0-9_\\\\}\\\\$]'\n          }\n        ]\n      },\n      {\n        className: 'string',\n        contains: [hljs.BACKSLASH_ESCAPE],\n        variants: [\n          hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n          hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null})\n        ]\n      },\n      {\n        className: 'number',\n        variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE]\n      }\n    ]\n  }\n};","module.exports = function(hljs) {\n  var COMMAND = {\n    className: 'tag',\n    begin: /\\\\/,\n    relevance: 0,\n    contains: [\n      {\n        className: 'name',\n        variants: [\n          {begin: /[a-zA-Zа-яА-я]+[*]?/},\n          {begin: /[^a-zA-Zа-яА-я0-9]/}\n        ],\n        starts: {\n          endsWithParent: true,\n          relevance: 0,\n          contains: [\n            {\n              className: 'string', // because it looks like attributes in HTML tags\n              variants: [\n                {begin: /\\[/, end: /\\]/},\n                {begin: /\\{/, end: /\\}/}\n              ]\n            },\n            {\n              begin: /\\s*=\\s*/, endsWithParent: true,\n              relevance: 0,\n              contains: [\n                {\n                  className: 'number',\n                  begin: /-?\\d*\\.?\\d+(pt|pc|mm|cm|in|dd|cc|ex|em)?/\n                }\n              ]\n            }\n          ]\n        }\n      }\n    ]\n  };\n\n  return {\n    contains: [\n      COMMAND,\n      {\n        className: 'formula',\n        contains: [COMMAND],\n        relevance: 0,\n        variants: [\n          {begin: /\\$\\$/, end: /\\$\\$/},\n          {begin: /\\$/, end: /\\$/}\n        ]\n      },\n      hljs.COMMENT(\n        '%',\n        '$',\n        {\n          relevance: 0\n        }\n      )\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BUILT_IN_TYPES = 'bool byte i16 i32 i64 double string binary';\n  return {\n    keywords: {\n      keyword:\n        'namespace const typedef struct enum service exception void oneway set list map required optional',\n      built_in:\n        BUILT_IN_TYPES,\n      literal:\n        'true false'\n    },\n    contains: [\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'class',\n        beginKeywords: 'struct enum service exception', end: /\\{/,\n        illegal: /\\n/,\n        contains: [\n          hljs.inherit(hljs.TITLE_MODE, {\n            starts: {endsWithParent: true, excludeEnd: true} // hack: eating everything after the first title\n          })\n        ]\n      },\n      {\n        begin: '\\\\b(set|list|map)\\\\s*<', end: '>',\n        keywords: BUILT_IN_TYPES,\n        contains: ['self']\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var TPID = {\n    className: 'number',\n    begin: '[1-9][0-9]*', /* no leading zeros */\n    relevance: 0\n  };\n  var TPLABEL = {\n    className: 'symbol',\n    begin: ':[^\\\\]]+'\n  };\n  var TPDATA = {\n    className: 'built_in',\n    begin: '(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|\\\n    TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\\\[', end: '\\\\]',\n    contains: [\n      'self',\n      TPID,\n      TPLABEL\n    ]\n  };\n  var TPIO = {\n    className: 'built_in',\n    begin: '(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\\\[', end: '\\\\]',\n    contains: [\n      'self',\n      TPID,\n      hljs.QUOTE_STRING_MODE, /* for pos section at bottom */\n      TPLABEL\n    ]\n  };\n\n  return {\n    keywords: {\n      keyword:\n        'ABORT ACC ADJUST AND AP_LD BREAK CALL CNT COL CONDITION CONFIG DA DB ' +\n        'DIV DETECT ELSE END ENDFOR ERR_NUM ERROR_PROG FINE FOR GP GUARD INC ' +\n        'IF JMP LINEAR_MAX_SPEED LOCK MOD MONITOR OFFSET Offset OR OVERRIDE ' +\n        'PAUSE PREG PTH RT_LD RUN SELECT SKIP Skip TA TB TO TOOL_OFFSET ' +\n        'Tool_Offset UF UT UFRAME_NUM UTOOL_NUM UNLOCK WAIT X Y Z W P R STRLEN ' +\n        'SUBSTR FINDSTR VOFFSET PROG ATTR MN POS',\n      literal:\n        'ON OFF max_speed LPOS JPOS ENABLE DISABLE START STOP RESET'\n    },\n    contains: [\n      TPDATA,\n      TPIO,\n      {\n        className: 'keyword',\n        begin: '/(PROG|ATTR|MN|POS|END)\\\\b'\n      },\n      {\n        /* this is for cases like ,CALL */\n        className: 'keyword',\n        begin: '(CALL|RUN|POINT_LOGIC|LBL)\\\\b'\n      },\n      {\n        /* this is for cases like CNT100 where the default lexemes do not\n         * separate the keyword and the number */\n        className: 'keyword',\n        begin: '\\\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)'\n      },\n      {\n        /* to catch numbers that do not have a word boundary on the left */\n        className: 'number',\n        begin: '\\\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\\\b',\n        relevance: 0\n      },\n      hljs.COMMENT('//', '[;$]'),\n      hljs.COMMENT('!', '[;$]'),\n      hljs.COMMENT('--eg:', '$'),\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        begin: '\\'', end: '\\''\n      },\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'variable',\n        begin: '\\\\$[A-Za-z0-9_]+'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var PARAMS = {\n    className: 'params',\n    begin: '\\\\(', end: '\\\\)'\n  };\n\n  var FUNCTION_NAMES = 'attribute block constant cycle date dump include ' +\n                  'max min parent random range source template_from_string';\n\n  var FUNCTIONS = {\n    beginKeywords: FUNCTION_NAMES,\n    keywords: {name: FUNCTION_NAMES},\n    relevance: 0,\n    contains: [\n      PARAMS\n    ]\n  };\n\n  var FILTER = {\n    begin: /\\|[A-Za-z_]+:?/,\n    keywords:\n      'abs batch capitalize convert_encoding date date_modify default ' +\n      'escape first format join json_encode keys last length lower ' +\n      'merge nl2br number_format raw replace reverse round slice sort split ' +\n      'striptags title trim upper url_encode',\n    contains: [\n      FUNCTIONS\n    ]\n  };\n\n  var TAGS = 'autoescape block do embed extends filter flush for ' +\n    'if import include macro sandbox set spaceless use verbatim';\n\n  TAGS = TAGS + ' ' + TAGS.split(' ').map(function(t){return 'end' + t}).join(' ');\n\n  return {\n    aliases: ['craftcms'],\n    case_insensitive: true,\n    subLanguage: 'xml',\n    contains: [\n      hljs.COMMENT(/\\{#/, /#}/),\n      {\n        className: 'template-tag',\n        begin: /\\{%/, end: /%}/,\n        contains: [\n          {\n            className: 'name',\n            begin: /\\w+/,\n            keywords: TAGS,\n            starts: {\n              endsWithParent: true,\n              contains: [FILTER, FUNCTIONS],\n              relevance: 0\n            }\n          }\n        ]\n      },\n      {\n        className: 'template-variable',\n        begin: /\\{\\{/, end: /}}/,\n        contains: ['self', FILTER, FUNCTIONS]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var JS_IDENT_RE = '[A-Za-z$_][0-9A-Za-z$_]*';\n  var KEYWORDS = {\n    keyword:\n      'in if for while finally var new function do return void else break catch ' +\n      'instanceof with throw case default try this switch continue typeof delete ' +\n      'let yield const class public private protected get set super ' +\n      'static implements enum export import declare type namespace abstract ' +\n      'as from extends async await',\n    literal:\n      'true false null undefined NaN Infinity',\n    built_in:\n      'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent ' +\n      'encodeURI encodeURIComponent escape unescape Object Function Boolean Error ' +\n      'EvalError InternalError RangeError ReferenceError StopIteration SyntaxError ' +\n      'TypeError URIError Number Math Date String RegExp Array Float32Array ' +\n      'Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array ' +\n      'Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require ' +\n      'module console window document any number boolean string void Promise'\n  };\n\n  var DECORATOR = {\n    className: 'meta',\n    begin: '@' + JS_IDENT_RE,\n  };\n\n  var ARGS =\n  {\n    begin: '\\\\(',\n    end: /\\)/,\n    keywords: KEYWORDS,\n    contains: [\n      'self',\n      hljs.QUOTE_STRING_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.NUMBER_MODE\n    ]\n  };\n\n  var PARAMS = {\n    className: 'params',\n    begin: /\\(/, end: /\\)/,\n    excludeBegin: true,\n    excludeEnd: true,\n    keywords: KEYWORDS,\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      DECORATOR,\n      ARGS\n    ]\n  };\n\n  return {\n    aliases: ['ts'],\n    keywords: KEYWORDS,\n    contains: [\n      {\n        className: 'meta',\n        begin: /^\\s*['\"]use strict['\"]/\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      { // template string\n        className: 'string',\n        begin: '`', end: '`',\n        contains: [\n          hljs.BACKSLASH_ESCAPE,\n          {\n            className: 'subst',\n            begin: '\\\\$\\\\{', end: '\\\\}'\n          }\n        ]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'number',\n        variants: [\n          { begin: '\\\\b(0[bB][01]+)' },\n          { begin: '\\\\b(0[oO][0-7]+)' },\n          { begin: hljs.C_NUMBER_RE }\n        ],\n        relevance: 0\n      },\n      { // \"value\" container\n        begin: '(' + hljs.RE_STARTERS_RE + '|\\\\b(case|return|throw)\\\\b)\\\\s*',\n        keywords: 'return throw case',\n        contains: [\n          hljs.C_LINE_COMMENT_MODE,\n          hljs.C_BLOCK_COMMENT_MODE,\n          hljs.REGEXP_MODE,\n          {\n            className: 'function',\n            begin: '(\\\\(.*?\\\\)|' + hljs.IDENT_RE + ')\\\\s*=>', returnBegin: true,\n            end: '\\\\s*=>',\n            contains: [\n              {\n                className: 'params',\n                variants: [\n                  {\n                    begin: hljs.IDENT_RE\n                  },\n                  {\n                    begin: /\\(\\s*\\)/,\n                  },\n                  {\n                    begin: /\\(/, end: /\\)/,\n                    excludeBegin: true, excludeEnd: true,\n                    keywords: KEYWORDS,\n                    contains: [\n                      'self',\n                      hljs.C_LINE_COMMENT_MODE,\n                      hljs.C_BLOCK_COMMENT_MODE\n                    ]\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'function',\n        begin: 'function', end: /[\\{;]/, excludeEnd: true,\n        keywords: KEYWORDS,\n        contains: [\n          'self',\n          hljs.inherit(hljs.TITLE_MODE, { begin: JS_IDENT_RE }),\n          PARAMS\n        ],\n        illegal: /%/,\n        relevance: 0 // () => {} is more typical in TypeScript\n      },\n      {\n        beginKeywords: 'constructor', end: /\\{/, excludeEnd: true,\n        contains: [\n          'self',\n          PARAMS\n        ]\n      },\n      { // prevent references like module.id from being higlighted as module definitions\n        begin: /module\\./,\n        keywords: { built_in: 'module' },\n        relevance: 0\n      },\n      {\n        beginKeywords: 'module', end: /\\{/, excludeEnd: true\n      },\n      {\n        beginKeywords: 'interface', end: /\\{/, excludeEnd: true,\n        keywords: 'interface extends'\n      },\n      {\n        begin: /\\$[(.]/ // relevance booster for a pattern common to JS libs: `$(something)` and `$.something`\n      },\n      {\n        begin: '\\\\.' + hljs.IDENT_RE, relevance: 0 // hack: prevents detection of keywords after dots\n      },\n      DECORATOR,\n      ARGS\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    keywords: {\n      keyword:\n        // Value types\n        'char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 ' +\n        'uint16 uint32 uint64 float double bool struct enum string void ' +\n        // Reference types\n        'weak unowned owned ' +\n        // Modifiers\n        'async signal static abstract interface override virtual delegate ' +\n        // Control Structures\n        'if while do for foreach else switch case break default return try catch ' +\n        // Visibility\n        'public private protected internal ' +\n        // Other\n        'using new this get set const stdout stdin stderr var',\n      built_in:\n        'DBus GLib CCode Gee Object Gtk Posix',\n      literal:\n        'false true null'\n    },\n    contains: [\n      {\n        className: 'class',\n        beginKeywords: 'class interface namespace', end: '{', excludeEnd: true,\n        illegal: '[^,:\\\\n\\\\s\\\\.]',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.C_BLOCK_COMMENT_MODE,\n      {\n        className: 'string',\n        begin: '\"\"\"', end: '\"\"\"',\n        relevance: 5\n      },\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '^#', end: '$',\n        relevance: 2\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['vb'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'addhandler addressof alias and andalso aggregate ansi as assembly auto binary by byref byval ' + /* a-b */\n        'call case catch class compare const continue custom declare default delegate dim distinct do ' + /* c-d */\n        'each equals else elseif end enum erase error event exit explicit finally for friend from function ' + /* e-f */\n        'get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue ' + /* g-i */\n        'join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass ' + /* j-m */\n        'namespace narrowing new next not notinheritable notoverridable ' + /* n */\n        'of off on operator option optional or order orelse overloads overridable overrides ' + /* o */\n        'paramarray partial preserve private property protected public ' + /* p */\n        'raiseevent readonly redim rem removehandler resume return ' + /* r */\n        'select set shadows shared skip static step stop structure strict sub synclock ' + /* s */\n        'take text then throw to try unicode until using when where while widening with withevents writeonly xor', /* t-x */\n      built_in:\n        'boolean byte cbool cbyte cchar cdate cdec cdbl char cint clng cobj csbyte cshort csng cstr ctype ' +  /* b-c */\n        'date decimal directcast double gettype getxmlnamespace iif integer long object ' + /* d-o */\n        'sbyte short single string trycast typeof uinteger ulong ushort', /* s-u */\n      literal:\n        'true false nothing'\n    },\n    illegal: '//|{|}|endif|gosub|variant|wend|^\\\\$ ', /* reserved deprecated keywords */\n    contains: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [{begin: '\"\"'}]}),\n      hljs.COMMENT(\n        '\\'',\n        '$',\n        {\n          returnBegin: true,\n          contains: [\n            {\n              className: 'doctag',\n              begin: '\\'\\'\\'|<!--|-->',\n              contains: [hljs.PHRASAL_WORDS_MODE]\n            },\n            {\n              className: 'doctag',\n              begin: '</?', end: '>',\n              contains: [hljs.PHRASAL_WORDS_MODE]\n            }\n          ]\n        }\n      ),\n      hljs.C_NUMBER_MODE,\n      {\n        className: 'meta',\n        begin: '#', end: '$',\n        keywords: {'meta-keyword': 'if else elseif end region externalsource'}\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    subLanguage: 'xml',\n    contains: [\n      {\n        begin: '<%', end: '%>',\n        subLanguage: 'vbscript'\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    aliases: ['vbs'],\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'call class const dim do loop erase execute executeglobal exit for each next function ' +\n        'if then else on error option explicit new private property let get public randomize ' +\n        'redim rem select case set stop sub while wend with end to elseif is or xor and not ' +\n        'class_initialize class_terminate default preserve in me byval byref step resume goto',\n      built_in:\n        'lcase month vartype instrrev ubound setlocale getobject rgb getref string ' +\n        'weekdayname rnd dateadd monthname now day minute isarray cbool round formatcurrency ' +\n        'conversions csng timevalue second year space abs clng timeserial fixs len asc ' +\n        'isempty maths dateserial atn timer isobject filter weekday datevalue ccur isdate ' +\n        'instr datediff formatdatetime replace isnull right sgn array snumeric log cdbl hex ' +\n        'chr lbound msgbox ucase getlocale cos cdate cbyte rtrim join hour oct typename trim ' +\n        'strcomp int createobject loadpicture tan formatnumber mid scriptenginebuildversion ' +\n        'scriptengine split scriptengineminorversion cint sin datepart ltrim sqr ' +\n        'scriptenginemajorversion time derived eval date formatpercent exp inputbox left ascw ' +\n        'chrw regexp server response request cstr err',\n      literal:\n        'true false null nothing empty'\n    },\n    illegal: '//',\n    contains: [\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {contains: [{begin: '\"\"'}]}),\n      hljs.COMMENT(\n        /'/,\n        /$/,\n        {\n          relevance: 0\n        }\n      ),\n      hljs.C_NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var SV_KEYWORDS = {\n    keyword:\n      'accept_on alias always always_comb always_ff always_latch and assert assign ' +\n      'assume automatic before begin bind bins binsof bit break buf|0 bufif0 bufif1 ' +\n      'byte case casex casez cell chandle checker class clocking cmos config const ' +\n      'constraint context continue cover covergroup coverpoint cross deassign default ' +\n      'defparam design disable dist do edge else end endcase endchecker endclass ' +\n      'endclocking endconfig endfunction endgenerate endgroup endinterface endmodule ' +\n      'endpackage endprimitive endprogram endproperty endspecify endsequence endtable ' +\n      'endtask enum event eventually expect export extends extern final first_match for ' +\n      'force foreach forever fork forkjoin function generate|5 genvar global highz0 highz1 ' +\n      'if iff ifnone ignore_bins illegal_bins implements implies import incdir include ' +\n      'initial inout input inside instance int integer interconnect interface intersect ' +\n      'join join_any join_none large let liblist library local localparam logic longint ' +\n      'macromodule matches medium modport module nand negedge nettype new nexttime nmos ' +\n      'nor noshowcancelled not notif0 notif1 or output package packed parameter pmos ' +\n      'posedge primitive priority program property protected pull0 pull1 pulldown pullup ' +\n      'pulsestyle_ondetect pulsestyle_onevent pure rand randc randcase randsequence rcmos ' +\n      'real realtime ref reg reject_on release repeat restrict return rnmos rpmos rtran ' +\n      'rtranif0 rtranif1 s_always s_eventually s_nexttime s_until s_until_with scalared ' +\n      'sequence shortint shortreal showcancelled signed small soft solve specify specparam ' +\n      'static string strong strong0 strong1 struct super supply0 supply1 sync_accept_on ' +\n      'sync_reject_on table tagged task this throughout time timeprecision timeunit tran ' +\n      'tranif0 tranif1 tri tri0 tri1 triand trior trireg type typedef union unique unique0 ' +\n      'unsigned until until_with untyped use uwire var vectored virtual void wait wait_order ' +\n      'wand weak weak0 weak1 while wildcard wire with within wor xnor xor',\n    literal:\n      'null',\n    built_in:\n      '$finish $stop $exit $fatal $error $warning $info $realtime $time $printtimescale ' +\n      '$bitstoreal $bitstoshortreal $itor $signed $cast $bits $stime $timeformat ' +\n      '$realtobits $shortrealtobits $rtoi $unsigned $asserton $assertkill $assertpasson ' +\n      '$assertfailon $assertnonvacuouson $assertoff $assertcontrol $assertpassoff ' +\n      '$assertfailoff $assertvacuousoff $isunbounded $sampled $fell $changed $past_gclk ' +\n      '$fell_gclk $changed_gclk $rising_gclk $steady_gclk $coverage_control ' +\n      '$coverage_get $coverage_save $set_coverage_db_name $rose $stable $past ' +\n      '$rose_gclk $stable_gclk $future_gclk $falling_gclk $changing_gclk $display ' +\n      '$coverage_get_max $coverage_merge $get_coverage $load_coverage_db $typename ' +\n      '$unpacked_dimensions $left $low $increment $clog2 $ln $log10 $exp $sqrt $pow ' +\n      '$floor $ceil $sin $cos $tan $countbits $onehot $isunknown $fatal $warning ' +\n      '$dimensions $right $high $size $asin $acos $atan $atan2 $hypot $sinh $cosh ' +\n      '$tanh $asinh $acosh $atanh $countones $onehot0 $error $info $random ' +\n      '$dist_chi_square $dist_erlang $dist_exponential $dist_normal $dist_poisson ' +\n      '$dist_t $dist_uniform $q_initialize $q_remove $q_exam $async$and$array ' +\n      '$async$nand$array $async$or$array $async$nor$array $sync$and$array ' +\n      '$sync$nand$array $sync$or$array $sync$nor$array $q_add $q_full $psprintf ' +\n      '$async$and$plane $async$nand$plane $async$or$plane $async$nor$plane ' +\n      '$sync$and$plane $sync$nand$plane $sync$or$plane $sync$nor$plane $system ' +\n      '$display $displayb $displayh $displayo $strobe $strobeb $strobeh $strobeo ' +\n      '$write $readmemb $readmemh $writememh $value$plusargs ' +\n      '$dumpvars $dumpon $dumplimit $dumpports $dumpportson $dumpportslimit ' +\n      '$writeb $writeh $writeo $monitor $monitorb $monitorh $monitoro $writememb ' +\n      '$dumpfile $dumpoff $dumpall $dumpflush $dumpportsoff $dumpportsall ' +\n      '$dumpportsflush $fclose $fdisplay $fdisplayb $fdisplayh $fdisplayo ' +\n      '$fstrobe $fstrobeb $fstrobeh $fstrobeo $swrite $swriteb $swriteh ' +\n      '$swriteo $fscanf $fread $fseek $fflush $feof $fopen $fwrite $fwriteb ' +\n      '$fwriteh $fwriteo $fmonitor $fmonitorb $fmonitorh $fmonitoro $sformat ' +\n      '$sformatf $fgetc $ungetc $fgets $sscanf $rewind $ftell $ferror'\n    };\n  return {\n    aliases: ['v', 'sv', 'svh'],\n    case_insensitive: false,\n    keywords: SV_KEYWORDS, lexemes: /[\\w\\$]+/,\n    contains: [\n      hljs.C_BLOCK_COMMENT_MODE,\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'number',\n        contains: [hljs.BACKSLASH_ESCAPE],\n        variants: [\n          {begin: '\\\\b((\\\\d+\\'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)'},\n          {begin: '\\\\B((\\'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+)'},\n          {begin: '\\\\b([0-9_])+', relevance: 0}\n        ]\n      },\n      /* parameters to instances */\n      {\n        className: 'variable',\n        variants: [\n          {begin: '#\\\\((?!parameter).+\\\\)'},\n          {begin: '\\\\.\\\\w+', relevance: 0},\n        ]\n      },\n      {\n        className: 'meta',\n        begin: '`', end: '$',\n        keywords: {'meta-keyword': 'define __FILE__ ' +\n          '__LINE__ begin_keywords celldefine default_nettype define ' +\n          'else elsif end_keywords endcelldefine endif ifdef ifndef ' +\n          'include line nounconnected_drive pragma resetall timescale ' +\n          'unconnected_drive undef undefineall'},\n        relevance: 0\n      }\n    ]\n  }; // return\n};","module.exports = function(hljs) {\n  // Regular expression for VHDL numeric literals.\n\n  // Decimal literal:\n  var INTEGER_RE = '\\\\d(_|\\\\d)*';\n  var EXPONENT_RE = '[eE][-+]?' + INTEGER_RE;\n  var DECIMAL_LITERAL_RE = INTEGER_RE + '(\\\\.' + INTEGER_RE + ')?' + '(' + EXPONENT_RE + ')?';\n  // Based literal:\n  var BASED_INTEGER_RE = '\\\\w+';\n  var BASED_LITERAL_RE = INTEGER_RE + '#' + BASED_INTEGER_RE + '(\\\\.' + BASED_INTEGER_RE + ')?' + '#' + '(' + EXPONENT_RE + ')?';\n\n  var NUMBER_RE = '\\\\b(' + BASED_LITERAL_RE + '|' + DECIMAL_LITERAL_RE + ')';\n\n  return {\n    case_insensitive: true,\n    keywords: {\n      keyword:\n        'abs access after alias all and architecture array assert assume assume_guarantee attribute ' +\n        'begin block body buffer bus case component configuration constant context cover disconnect ' +\n        'downto default else elsif end entity exit fairness file for force function generate ' +\n        'generic group guarded if impure in inertial inout is label library linkage literal ' +\n        'loop map mod nand new next nor not null of on open or others out package parameter port ' +\n        'postponed procedure process property protected pure range record register reject ' +\n        'release rem report restrict restrict_guarantee return rol ror select sequence ' +\n        'severity shared signal sla sll sra srl strong subtype then to transport type ' +\n        'unaffected units until use variable view vmode vprop vunit wait when while with xnor xor',\n      built_in:\n        'boolean bit character ' +\n        'integer time delay_length natural positive ' +\n        'string bit_vector file_open_kind file_open_status ' +\n        'std_logic std_logic_vector unsigned signed boolean_vector integer_vector ' +\n        'std_ulogic std_ulogic_vector unresolved_unsigned u_unsigned unresolved_signed u_signed ' +\n        'real_vector time_vector',\n      literal:\n        'false true note warning error failure ' +  // severity_level\n        'line text side width'                      // textio\n    },\n    illegal: '{',\n    contains: [\n      hljs.C_BLOCK_COMMENT_MODE,      // VHDL-2008 block commenting.\n      hljs.COMMENT('--', '$'),\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'number',\n        begin: NUMBER_RE,\n        relevance: 0\n      },\n      {\n        className: 'string',\n        begin: '\\'(U|X|0|1|Z|W|L|H|-)\\'',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        className: 'symbol',\n        begin: '\\'[A-Za-z](_?[A-Za-z0-9])*',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    lexemes: /[!#@\\w]+/,\n    keywords: {\n      keyword:\n        // express version except: ! & * < = > !! # @ @@\n        'N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope '+\n        'cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc '+\n        'ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 '+\n        'profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor '+\n        'so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew '+\n        'tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ '+\n        // full version\n        'Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload '+\n        'bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap '+\n        'cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor '+\n        'endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap '+\n        'imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview '+\n        'lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap '+\n        'nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext '+\n        'ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding '+\n        'scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace '+\n        'startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious '+'trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew '+\n        'vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank',\n      built_in: //built in func\n        'synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv ' +\n        'complete_check add getwinposx getqflist getwinposy screencol ' +\n        'clearmatches empty extend getcmdpos mzeval garbagecollect setreg ' +\n        'ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable ' +\n        'shiftwidth max sinh isdirectory synID system inputrestore winline ' +\n        'atan visualmode inputlist tabpagewinnr round getregtype mapcheck ' +\n        'hasmapto histdel argidx findfile sha256 exists toupper getcmdline ' +\n        'taglist string getmatches bufnr strftime winwidth bufexists ' +\n        'strtrans tabpagebuflist setcmdpos remote_read printf setloclist ' +\n        'getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval ' +\n        'resolve libcallnr foldclosedend reverse filter has_key bufname ' +\n        'str2float strlen setline getcharmod setbufvar index searchpos ' +\n        'shellescape undofile foldclosed setqflist buflisted strchars str2nr ' +\n        'virtcol floor remove undotree remote_expr winheight gettabwinvar ' +\n        'reltime cursor tabpagenr finddir localtime acos getloclist search ' +\n        'tanh matchend rename gettabvar strdisplaywidth type abs py3eval ' +\n        'setwinvar tolower wildmenumode log10 spellsuggest bufloaded ' +\n        'synconcealed nextnonblank server2client complete settabwinvar ' +\n        'executable input wincol setmatches getftype hlID inputsave ' +\n        'searchpair or screenrow line settabvar histadd deepcopy strpart ' +\n        'remote_peek and eval getftime submatch screenchar winsaveview ' +\n        'matchadd mkdir screenattr getfontname libcall reltimestr getfsize ' +\n        'winnr invert pow getbufline byte2line soundfold repeat fnameescape ' +\n        'tagfiles sin strwidth spellbadword trunc maparg log lispindent ' +\n        'hostname setpos globpath remote_foreground getchar synIDattr ' +\n        'fnamemodify cscope_connection stridx winbufnr indent min ' +\n        'complete_add nr2char searchpairpos inputdialog values matchlist ' +\n        'items hlexists strridx browsedir expand fmod pathshorten line2byte ' +\n        'argc count getwinvar glob foldtextresult getreg foreground cosh ' +\n        'matchdelete has char2nr simplify histget searchdecl iconv ' +\n        'winrestcmd pumvisible writefile foldlevel haslocaldir keys cos ' +\n        'matchstr foldtext histnr tan tempname getcwd byteidx getbufvar ' +\n        'islocked escape eventhandler remote_send serverlist winrestview ' +\n        'synstack pyeval prevnonblank readfile cindent filereadable changenr ' +\n        'exp'\n    },\n    illegal: /;/,\n    contains: [\n      hljs.NUMBER_MODE,\n      {\n        className: 'string',\n        begin: '\\'', end: '\\'',\n        illegal: '\\\\n'\n      },\n\n      /*\n      A double quote can start either a string or a line comment. Strings are\n      ended before the end of a line by another double quote and can contain\n      escaped double-quotes and post-escaped line breaks.\n\n      Also, any double quote at the beginning of a line is a comment but we\n      don't handle that properly at the moment: any double quote inside will\n      turn them into a string. Handling it properly will require a smarter\n      parser.\n      */\n      {\n        className: 'string',\n        begin: /\"(\\\\\"|\\n\\\\|[^\"\\n])*\"/\n      },\n      hljs.COMMENT('\"', '$'),\n\n      {\n        className: 'variable',\n        begin: /[bwtglsav]:[\\w\\d_]*/\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function function!', end: '$',\n        relevance: 0,\n        contains: [\n          hljs.TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)'\n          }\n        ]\n      },\n      {\n        className: 'symbol',\n        begin: /<[\\w-]+>/\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  return {\n    case_insensitive: true,\n    lexemes: '[.%]?' + hljs.IDENT_RE,\n    keywords: {\n      keyword:\n        'lock rep repe repz repne repnz xaquire xrelease bnd nobnd ' +\n        'aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63',\n      built_in:\n        // Instruction pointer\n        'ip eip rip ' +\n        // 8-bit registers\n        'al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ' +\n        // 16-bit registers\n        'ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w ' +\n        // 32-bit registers\n        'eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d ' +\n        // 64-bit registers\n        'rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 ' +\n        // Segment registers\n        'cs ds es fs gs ss ' +\n        // Floating point stack registers\n        'st st0 st1 st2 st3 st4 st5 st6 st7 ' +\n        // MMX Registers\n        'mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 ' +\n        // SSE registers\n        'xmm0  xmm1  xmm2  xmm3  xmm4  xmm5  xmm6  xmm7  xmm8  xmm9 xmm10  xmm11 xmm12 xmm13 xmm14 xmm15 ' +\n        'xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ' +\n        // AVX registers\n        'ymm0  ymm1  ymm2  ymm3  ymm4  ymm5  ymm6  ymm7  ymm8  ymm9 ymm10  ymm11 ymm12 ymm13 ymm14 ymm15 ' +\n        'ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 ' +\n        // AVX-512F registers\n        'zmm0  zmm1  zmm2  zmm3  zmm4  zmm5  zmm6  zmm7  zmm8  zmm9 zmm10  zmm11 zmm12 zmm13 zmm14 zmm15 ' +\n        'zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 ' +\n        // AVX-512F mask registers\n        'k0 k1 k2 k3 k4 k5 k6 k7 ' +\n        // Bound (MPX) register\n        'bnd0 bnd1 bnd2 bnd3 ' +\n        // Special register\n        'cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 ' +\n        // NASM altreg package\n        'r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b ' +\n        'r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d ' +\n        'r0h r1h r2h r3h ' +\n        'r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l ' +\n\n        'db dw dd dq dt ddq do dy dz ' +\n        'resb resw resd resq rest resdq reso resy resz ' +\n        'incbin equ times ' +\n        'byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr',\n\n      meta:\n        '%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif ' +\n        '%if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep ' +\n        '%endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment ' +\n        '.nolist ' +\n        '__FILE__ __LINE__ __SECT__  __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ ' +\n        '__UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__  __PASS__ struc endstruc istruc at iend ' +\n        'align alignb sectalign daz nodaz up down zero default option assume public ' +\n\n        'bits use16 use32 use64 default section segment absolute extern global common cpu float ' +\n        '__utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ ' +\n        '__float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ ' +\n        '__Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e ' +\n        'float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__'\n    },\n    contains: [\n      hljs.COMMENT(\n        ';',\n        '$',\n        {\n          relevance: 0\n        }\n      ),\n      {\n        className: 'number',\n        variants: [\n          // Float number and x87 BCD\n          {\n            begin: '\\\\b(?:([0-9][0-9_]*)?\\\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|' +\n                   '(0[Xx])?[0-9][0-9_]*\\\\.?[0-9_]*(?:[pP](?:[+-]?[0-9_]+)?)?)\\\\b',\n            relevance: 0\n          },\n\n          // Hex number in $\n          { begin: '\\\\$[0-9][0-9A-Fa-f]*', relevance: 0 },\n\n          // Number in H,D,T,Q,O,B,Y suffix\n          { begin: '\\\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\\\b' },\n\n          // Number in X,D,T,Q,O,B,Y prefix\n          { begin: '\\\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\\\b'}\n        ]\n      },\n      // Double quote string\n      hljs.QUOTE_STRING_MODE,\n      {\n        className: 'string',\n        variants: [\n          // Single-quoted string\n          { begin: '\\'', end: '[^\\\\\\\\]\\'' },\n          // Backquoted string\n          { begin: '`', end: '[^\\\\\\\\]`' }\n        ],\n        relevance: 0\n      },\n      {\n        className: 'symbol',\n        variants: [\n          // Global label and local label\n          { begin: '^\\\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\\\s+label)' },\n          // Macro-local label\n          { begin: '^\\\\s*%%[A-Za-z0-9_$#@~.?]*:' }\n        ],\n        relevance: 0\n      },\n      // Macro parameter\n      {\n        className: 'subst',\n        begin: '%[0-9]+',\n        relevance: 0\n      },\n      // Macro parameter\n      {\n        className: 'subst',\n        begin: '%!\\S+',\n        relevance: 0\n      },\n      {\n        className: 'meta',\n        begin: /^\\s*\\.[\\w_-]+/\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var BUILTIN_MODULES =\n    'ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo ' +\n    'StereoDecoder PointCloud NetworkAccess RemoteControl RegExp ChromaKey Snowfall NodeJS Speech Charts';\n\n  var XL_KEYWORDS = {\n    keyword:\n      'if then else do while until for loop import with is as where when by data constant ' +\n      'integer real text name boolean symbol infix prefix postfix block tree',\n    literal:\n      'true false nil',\n    built_in:\n      'in mod rem and or xor not abs sign floor ceil sqrt sin cos tan asin ' +\n      'acos atan exp expm1 log log2 log10 log1p pi at text_length text_range ' +\n      'text_find text_replace contains page slide basic_slide title_slide ' +\n      'title subtitle fade_in fade_out fade_at clear_color color line_color ' +\n      'line_width texture_wrap texture_transform texture scale_?x scale_?y ' +\n      'scale_?z? translate_?x translate_?y translate_?z? rotate_?x rotate_?y ' +\n      'rotate_?z? rectangle circle ellipse sphere path line_to move_to ' +\n      'quad_to curve_to theme background contents locally time mouse_?x ' +\n      'mouse_?y mouse_buttons ' +\n      BUILTIN_MODULES\n  };\n\n  var DOUBLE_QUOTE_TEXT = {\n    className: 'string',\n    begin: '\"', end: '\"', illegal: '\\\\n'\n  };\n  var SINGLE_QUOTE_TEXT = {\n    className: 'string',\n    begin: '\\'', end: '\\'', illegal: '\\\\n'\n  };\n  var LONG_TEXT = {\n    className: 'string',\n    begin: '<<', end: '>>'\n  };\n  var BASED_NUMBER = {\n    className: 'number',\n    begin: '[0-9]+#[0-9A-Z_]+(\\\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?'\n  };\n  var IMPORT = {\n    beginKeywords: 'import', end: '$',\n    keywords: XL_KEYWORDS,\n    contains: [DOUBLE_QUOTE_TEXT]\n  };\n  var FUNCTION_DEFINITION = {\n    className: 'function',\n    begin: /[a-z][^\\n]*->/, returnBegin: true, end: /->/,\n    contains: [\n      hljs.inherit(hljs.TITLE_MODE, {starts: {\n        endsWithParent: true,\n        keywords: XL_KEYWORDS\n      }})\n    ]\n  };\n  return {\n    aliases: ['tao'],\n    lexemes: /[a-zA-Z][a-zA-Z0-9_?]*/,\n    keywords: XL_KEYWORDS,\n    contains: [\n    hljs.C_LINE_COMMENT_MODE,\n    hljs.C_BLOCK_COMMENT_MODE,\n    DOUBLE_QUOTE_TEXT,\n    SINGLE_QUOTE_TEXT,\n    LONG_TEXT,\n    FUNCTION_DEFINITION,\n    IMPORT,\n    BASED_NUMBER,\n    hljs.NUMBER_MODE\n    ]\n  };\n};","module.exports = function(hljs) {\n  var XML_IDENT_RE = '[A-Za-z0-9\\\\._:-]+';\n  var TAG_INTERNALS = {\n    endsWithParent: true,\n    illegal: /</,\n    relevance: 0,\n    contains: [\n      {\n        className: 'attr',\n        begin: XML_IDENT_RE,\n        relevance: 0\n      },\n      {\n        begin: /=\\s*/,\n        relevance: 0,\n        contains: [\n          {\n            className: 'string',\n            endsParent: true,\n            variants: [\n              {begin: /\"/, end: /\"/},\n              {begin: /'/, end: /'/},\n              {begin: /[^\\s\"'=<>`]+/}\n            ]\n          }\n        ]\n      }\n    ]\n  };\n  return {\n    aliases: ['html', 'xhtml', 'rss', 'atom', 'xjb', 'xsd', 'xsl', 'plist'],\n    case_insensitive: true,\n    contains: [\n      {\n        className: 'meta',\n        begin: '<!DOCTYPE', end: '>',\n        relevance: 10,\n        contains: [{begin: '\\\\[', end: '\\\\]'}]\n      },\n      hljs.COMMENT(\n        '<!--',\n        '-->',\n        {\n          relevance: 10\n        }\n      ),\n      {\n        begin: '<\\\\!\\\\[CDATA\\\\[', end: '\\\\]\\\\]>',\n        relevance: 10\n      },\n      {\n        className: 'meta',\n        begin: /<\\?xml/, end: /\\?>/, relevance: 10\n      },\n      {\n        begin: /<\\?(php)?/, end: /\\?>/,\n        subLanguage: 'php',\n        contains: [\n          // We don't want the php closing tag ?> to close the PHP block when\n          // inside any of the following blocks:\n          {begin: '/\\\\*', end: '\\\\*/', skip: true},\n          {begin: 'b\"', end: '\"', skip: true},\n          {begin: 'b\\'', end: '\\'', skip: true},\n          hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null, className: null, contains: null, skip: true}),\n          hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null, className: null, contains: null, skip: true})\n        ]\n      },\n      {\n        className: 'tag',\n        /*\n        The lookahead pattern (?=...) ensures that 'begin' only matches\n        '<style' as a single word, followed by a whitespace or an\n        ending braket. The '$' is needed for the lexeme to be recognized\n        by hljs.subMode() that tests lexemes outside the stream.\n        */\n        begin: '<style(?=\\\\s|>|$)', end: '>',\n        keywords: {name: 'style'},\n        contains: [TAG_INTERNALS],\n        starts: {\n          end: '</style>', returnEnd: true,\n          subLanguage: ['css', 'xml']\n        }\n      },\n      {\n        className: 'tag',\n        // See the comment in the <style tag about the lookahead pattern\n        begin: '<script(?=\\\\s|>|$)', end: '>',\n        keywords: {name: 'script'},\n        contains: [TAG_INTERNALS],\n        starts: {\n          end: '\\<\\/script\\>', returnEnd: true,\n          subLanguage: ['actionscript', 'javascript', 'handlebars', 'xml']\n        }\n      },\n      {\n        className: 'tag',\n        begin: '</?', end: '/?>',\n        contains: [\n          {\n            className: 'name', begin: /[^\\/><\\s]+/, relevance: 0\n          },\n          TAG_INTERNALS\n        ]\n      }\n    ]\n  };\n};","module.exports = function(hljs) {\n  var KEYWORDS = 'for let if while then else return where group by xquery encoding version' +\n    'module namespace boundary-space preserve strip default collation base-uri ordering' +\n    'copy-namespaces order declare import schema namespace function option in allowing empty' +\n    'at tumbling window sliding window start when only end when previous next stable ascending' +\n    'descending empty greatest least some every satisfies switch case typeswitch try catch and' +\n    'or to union intersect instance of treat as castable cast map array delete insert into' +\n    'replace value rename copy modify update';\n  var LITERAL = 'false true xs:string xs:integer element item xs:date xs:datetime xs:float xs:double xs:decimal QName xs:anyURI xs:long xs:int xs:short xs:byte attribute';\n  var VAR = {\n    begin: /\\$[a-zA-Z0-9\\-]+/\n  };\n\n  var NUMBER = {\n    className: 'number',\n    begin: '(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b',\n    relevance: 0\n  };\n\n  var STRING = {\n    className: 'string',\n    variants: [\n      {begin: /\"/, end: /\"/, contains: [{begin: /\"\"/, relevance: 0}]},\n      {begin: /'/, end: /'/, contains: [{begin: /''/, relevance: 0}]}\n    ]\n  };\n\n  var ANNOTATION = {\n    className: 'meta',\n    begin: '%\\\\w+'\n  };\n\n  var COMMENT = {\n    className: 'comment',\n    begin: '\\\\(:', end: ':\\\\)',\n    relevance: 10,\n    contains: [\n      {\n        className: 'doctag', begin: '@\\\\w+'\n      }\n    ]\n  };\n\n  var METHOD = {\n    begin: '{', end: '}'\n  };\n\n  var CONTAINS = [\n    VAR,\n    STRING,\n    NUMBER,\n    COMMENT,\n    ANNOTATION,\n    METHOD\n  ];\n  METHOD.contains = CONTAINS;\n\n\n  return {\n    aliases: ['xpath', 'xq'],\n    case_insensitive: false,\n    lexemes: /[a-zA-Z\\$][a-zA-Z0-9_:\\-]*/,\n    illegal: /(proc)|(abstract)|(extends)|(until)|(#)/,\n    keywords: {\n      keyword: KEYWORDS,\n      literal: LITERAL\n    },\n    contains: CONTAINS\n  };\n};","module.exports = function(hljs) {\n  var LITERALS = 'true false yes no null';\n\n  var keyPrefix = '^[ \\\\-]*';\n  var keyName =  '[a-zA-Z_][\\\\w\\\\-]*';\n  var KEY = {\n    className: 'attr',\n    variants: [\n      { begin: keyPrefix + keyName + \":\"},\n      { begin: keyPrefix + '\"' + keyName + '\"' + \":\"},\n      { begin: keyPrefix + \"'\" + keyName + \"'\" + \":\"}\n    ]\n  };\n\n  var TEMPLATE_VARIABLES = {\n    className: 'template-variable',\n    variants: [\n      { begin: '\\{\\{', end: '\\}\\}' }, // jinja templates Ansible\n      { begin: '%\\{', end: '\\}' } // Ruby i18n\n    ]\n  };\n  var STRING = {\n    className: 'string',\n    relevance: 0,\n    variants: [\n      {begin: /'/, end: /'/},\n      {begin: /\"/, end: /\"/},\n      {begin: /\\S+/}\n    ],\n    contains: [\n      hljs.BACKSLASH_ESCAPE,\n      TEMPLATE_VARIABLES\n    ]\n  };\n\n  return {\n    case_insensitive: true,\n    aliases: ['yml', 'YAML', 'yaml'],\n    contains: [\n      KEY,\n      {\n        className: 'meta',\n        begin: '^---\\s*$',\n        relevance: 10\n      },\n      { // multi line string\n        className: 'string',\n        begin: '[\\\\|>] *$',\n        returnEnd: true,\n        contains: STRING.contains,\n        // very simple termination: next hash key\n        end: KEY.variants[0].begin\n      },\n      { // Ruby/Rails erb\n        begin: '<%[%=-]?', end: '[%-]?%>',\n        subLanguage: 'ruby',\n        excludeBegin: true,\n        excludeEnd: true,\n        relevance: 0\n      },\n      { // local tags\n        className: 'type',\n        begin: '!' + hljs.UNDERSCORE_IDENT_RE,\n      },\n      { // data type\n        className: 'type',\n        begin: '!!' + hljs.UNDERSCORE_IDENT_RE,\n      },\n      { // fragment id &ref\n        className: 'meta',\n        begin: '&' + hljs.UNDERSCORE_IDENT_RE + '$',\n      },\n      { // fragment reference *ref\n        className: 'meta',\n        begin: '\\\\*' + hljs.UNDERSCORE_IDENT_RE + '$'\n      },\n      { // array listing\n        className: 'bullet',\n        begin: '^ *-',\n        relevance: 0\n      },\n      hljs.HASH_COMMENT_MODE,\n      {\n        beginKeywords: LITERALS,\n        keywords: {literal: LITERALS}\n      },\n      hljs.C_NUMBER_MODE,\n      STRING\n    ]\n  };\n};","module.exports = function(hljs) {\n  var STRING = {\n    className: 'string',\n    contains: [hljs.BACKSLASH_ESCAPE],\n    variants: [\n      {\n        begin: 'b\"', end: '\"'\n      },\n      {\n        begin: 'b\\'', end: '\\''\n      },\n      hljs.inherit(hljs.APOS_STRING_MODE, {illegal: null}),\n      hljs.inherit(hljs.QUOTE_STRING_MODE, {illegal: null})\n    ]\n  };\n  var NUMBER = {variants: [hljs.BINARY_NUMBER_MODE, hljs.C_NUMBER_MODE]};\n  return {\n    aliases: ['zep'],\n    case_insensitive: true,\n    keywords:\n      'and include_once list abstract global private echo interface as static endswitch ' +\n      'array null if endwhile or const for endforeach self var let while isset public ' +\n      'protected exit foreach throw elseif include __FILE__ empty require_once do xor ' +\n      'return parent clone use __CLASS__ __LINE__ else break print eval new ' +\n      'catch __METHOD__ case exception default die require __FUNCTION__ ' +\n      'enddeclare final try switch continue endfor endif declare unset true false ' +\n      'trait goto instanceof insteadof __DIR__ __NAMESPACE__ ' +\n      'yield finally int uint long ulong char uchar double float bool boolean string' +\n      'likely unlikely',\n    contains: [\n      hljs.C_LINE_COMMENT_MODE,\n      hljs.HASH_COMMENT_MODE,\n      hljs.COMMENT(\n        '/\\\\*',\n        '\\\\*/',\n        {\n          contains: [\n            {\n              className: 'doctag',\n              begin: '@[A-Za-z]+'\n            }\n          ]\n        }\n      ),\n      hljs.COMMENT(\n        '__halt_compiler.+?;',\n        false,\n        {\n          endsWithParent: true,\n          keywords: '__halt_compiler',\n          lexemes: hljs.UNDERSCORE_IDENT_RE\n        }\n      ),\n      {\n        className: 'string',\n        begin: '<<<[\\'\"]?\\\\w+[\\'\"]?$', end: '^\\\\w+;',\n        contains: [hljs.BACKSLASH_ESCAPE]\n      },\n      {\n        // swallow composed identifiers to avoid parsing them as keywords\n        begin: /(::|->)+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/\n      },\n      {\n        className: 'function',\n        beginKeywords: 'function', end: /[;{]/, excludeEnd: true,\n        illegal: '\\\\$|\\\\[|%',\n        contains: [\n          hljs.UNDERSCORE_TITLE_MODE,\n          {\n            className: 'params',\n            begin: '\\\\(', end: '\\\\)',\n            contains: [\n              'self',\n              hljs.C_BLOCK_COMMENT_MODE,\n              STRING,\n              NUMBER\n            ]\n          }\n        ]\n      },\n      {\n        className: 'class',\n        beginKeywords: 'class interface', end: '{', excludeEnd: true,\n        illegal: /[:\\(\\$\"]/,\n        contains: [\n          {beginKeywords: 'extends implements'},\n          hljs.UNDERSCORE_TITLE_MODE\n        ]\n      },\n      {\n        beginKeywords: 'namespace', end: ';',\n        illegal: /[\\.']/,\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        beginKeywords: 'use', end: ';',\n        contains: [hljs.UNDERSCORE_TITLE_MODE]\n      },\n      {\n        begin: '=>' // No markup, just a relevance booster\n      },\n      STRING,\n      NUMBER\n    ]\n  };\n};","'use strict';\n\nvar reactIs = require('react-is');\n\n/**\n * Copyright 2015, Yahoo! Inc.\n * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.\n */\nvar REACT_STATICS = {\n  childContextTypes: true,\n  contextType: true,\n  contextTypes: true,\n  defaultProps: true,\n  displayName: true,\n  getDefaultProps: true,\n  getDerivedStateFromError: true,\n  getDerivedStateFromProps: true,\n  mixins: true,\n  propTypes: true,\n  type: true\n};\nvar KNOWN_STATICS = {\n  name: true,\n  length: true,\n  prototype: true,\n  caller: true,\n  callee: true,\n  arguments: true,\n  arity: true\n};\nvar FORWARD_REF_STATICS = {\n  '$$typeof': true,\n  render: true,\n  defaultProps: true,\n  displayName: true,\n  propTypes: true\n};\nvar MEMO_STATICS = {\n  '$$typeof': true,\n  compare: true,\n  defaultProps: true,\n  displayName: true,\n  propTypes: true,\n  type: true\n};\nvar TYPE_STATICS = {};\nTYPE_STATICS[reactIs.ForwardRef] = FORWARD_REF_STATICS;\nTYPE_STATICS[reactIs.Memo] = MEMO_STATICS;\n\nfunction getStatics(component) {\n  // React v16.11 and below\n  if (reactIs.isMemo(component)) {\n    return MEMO_STATICS;\n  } // React v16.12 and above\n\n\n  return TYPE_STATICS[component['$$typeof']] || REACT_STATICS;\n}\n\nvar defineProperty = Object.defineProperty;\nvar getOwnPropertyNames = Object.getOwnPropertyNames;\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\nvar getPrototypeOf = Object.getPrototypeOf;\nvar objectPrototype = Object.prototype;\nfunction hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {\n  if (typeof sourceComponent !== 'string') {\n    // don't hoist over string (html) components\n    if (objectPrototype) {\n      var inheritedComponent = getPrototypeOf(sourceComponent);\n\n      if (inheritedComponent && inheritedComponent !== objectPrototype) {\n        hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);\n      }\n    }\n\n    var keys = getOwnPropertyNames(sourceComponent);\n\n    if (getOwnPropertySymbols) {\n      keys = keys.concat(getOwnPropertySymbols(sourceComponent));\n    }\n\n    var targetStatics = getStatics(targetComponent);\n    var sourceStatics = getStatics(sourceComponent);\n\n    for (var i = 0; i < keys.length; ++i) {\n      var key = keys[i];\n\n      if (!KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) && !(targetStatics && targetStatics[key])) {\n        var descriptor = getOwnPropertyDescriptor(sourceComponent, key);\n\n        try {\n          // Avoid failures from read-only properties\n          defineProperty(targetComponent, key, descriptor);\n        } catch (e) {}\n      }\n    }\n  }\n\n  return targetComponent;\n}\n\nmodule.exports = hoistNonReactStatics;\n","/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */\nexports.read = function (buffer, offset, isLE, mLen, nBytes) {\n  var e, m\n  var eLen = (nBytes * 8) - mLen - 1\n  var eMax = (1 << eLen) - 1\n  var eBias = eMax >> 1\n  var nBits = -7\n  var i = isLE ? (nBytes - 1) : 0\n  var d = isLE ? -1 : 1\n  var s = buffer[offset + i]\n\n  i += d\n\n  e = s & ((1 << (-nBits)) - 1)\n  s >>= (-nBits)\n  nBits += eLen\n  for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n  m = e & ((1 << (-nBits)) - 1)\n  e >>= (-nBits)\n  nBits += mLen\n  for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n  if (e === 0) {\n    e = 1 - eBias\n  } else if (e === eMax) {\n    return m ? NaN : ((s ? -1 : 1) * Infinity)\n  } else {\n    m = m + Math.pow(2, mLen)\n    e = e - eBias\n  }\n  return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n  var e, m, c\n  var eLen = (nBytes * 8) - mLen - 1\n  var eMax = (1 << eLen) - 1\n  var eBias = eMax >> 1\n  var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n  var i = isLE ? 0 : (nBytes - 1)\n  var d = isLE ? 1 : -1\n  var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n  value = Math.abs(value)\n\n  if (isNaN(value) || value === Infinity) {\n    m = isNaN(value) ? 1 : 0\n    e = eMax\n  } else {\n    e = Math.floor(Math.log(value) / Math.LN2)\n    if (value * (c = Math.pow(2, -e)) < 1) {\n      e--\n      c *= 2\n    }\n    if (e + eBias >= 1) {\n      value += rt / c\n    } else {\n      value += rt * Math.pow(2, 1 - eBias)\n    }\n    if (value * c >= 2) {\n      e++\n      c /= 2\n    }\n\n    if (e + eBias >= eMax) {\n      m = 0\n      e = eMax\n    } else if (e + eBias >= 1) {\n      m = ((value * c) - 1) * Math.pow(2, mLen)\n      e = e + eBias\n    } else {\n      m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n      e = 0\n    }\n  }\n\n  for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n  e = (e << mLen) | m\n  eLen += mLen\n  for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n  buffer[offset + i - d] |= s * 128\n}\n","if (typeof Object.create === 'function') {\n  // implementation from standard node.js 'util' module\n  module.exports = function inherits(ctor, superCtor) {\n    if (superCtor) {\n      ctor.super_ = superCtor\n      ctor.prototype = Object.create(superCtor.prototype, {\n        constructor: {\n          value: ctor,\n          enumerable: false,\n          writable: true,\n          configurable: true\n        }\n      })\n    }\n  };\n} else {\n  // old school shim for old browsers\n  module.exports = function inherits(ctor, superCtor) {\n    if (superCtor) {\n      ctor.super_ = superCtor\n      var TempCtor = function () {}\n      TempCtor.prototype = superCtor.prototype\n      ctor.prototype = new TempCtor()\n      ctor.prototype.constructor = ctor\n    }\n  }\n}\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar invariant = function(condition, format, a, b, c, d, e, f) {\n  if (process.env.NODE_ENV !== 'production') {\n    if (format === undefined) {\n      throw new Error('invariant requires an error message argument');\n    }\n  }\n\n  if (!condition) {\n    var error;\n    if (format === undefined) {\n      error = new Error(\n        'Minified exception occurred; use the non-minified dev environment ' +\n        'for the full error message and additional helpful warnings.'\n      );\n    } else {\n      var args = [a, b, c, d, e, f];\n      var argIndex = 0;\n      error = new Error(\n        format.replace(/%s/g, function() { return args[argIndex++]; })\n      );\n      error.name = 'Invariant Violation';\n    }\n\n    error.framesToPop = 1; // we don't care about invariant's own frame\n    throw error;\n  }\n};\n\nmodule.exports = invariant;\n","/*!\n * Determine if an object is a Buffer\n *\n * @author   Feross Aboukhadijeh <https://feross.org>\n * @license  MIT\n */\n\nmodule.exports = function isBuffer (obj) {\n  return obj != null && obj.constructor != null &&\n    typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)\n}\n","var toString = {}.toString;\n\nmodule.exports = Array.isArray || function (arr) {\n  return toString.call(arr) == '[object Array]';\n};\n","var toString = Object.prototype.toString;\n\n/**\n * Get the native `typeof` a value.\n *\n * @param  {*} `val`\n * @return {*} Native javascript type\n */\n\nmodule.exports = function kindOf(val) {\n  var type = typeof val;\n\n  // primitivies\n  if (type === 'undefined') {\n    return 'undefined';\n  }\n  if (val === null) {\n    return 'null';\n  }\n  if (val === true || val === false || val instanceof Boolean) {\n    return 'boolean';\n  }\n  if (type === 'string' || val instanceof String) {\n    return 'string';\n  }\n  if (type === 'number' || val instanceof Number) {\n    return 'number';\n  }\n\n  // functions\n  if (type === 'function' || val instanceof Function) {\n    if (typeof val.constructor.name !== 'undefined' && val.constructor.name.slice(0, 9) === 'Generator') {\n      return 'generatorfunction';\n    }\n    return 'function';\n  }\n\n  // array\n  if (typeof Array.isArray !== 'undefined' && Array.isArray(val)) {\n    return 'array';\n  }\n\n  // check for instances of RegExp and Date before calling `toString`\n  if (val instanceof RegExp) {\n    return 'regexp';\n  }\n  if (val instanceof Date) {\n    return 'date';\n  }\n\n  // other objects\n  type = toString.call(val);\n\n  if (type === '[object RegExp]') {\n    return 'regexp';\n  }\n  if (type === '[object Date]') {\n    return 'date';\n  }\n  if (type === '[object Arguments]') {\n    return 'arguments';\n  }\n  if (type === '[object Error]') {\n    return 'error';\n  }\n  if (type === '[object Promise]') {\n    return 'promise';\n  }\n\n  // buffer\n  if (isBuffer(val)) {\n    return 'buffer';\n  }\n\n  // es6: Map, WeakMap, Set, WeakSet\n  if (type === '[object Set]') {\n    return 'set';\n  }\n  if (type === '[object WeakSet]') {\n    return 'weakset';\n  }\n  if (type === '[object Map]') {\n    return 'map';\n  }\n  if (type === '[object WeakMap]') {\n    return 'weakmap';\n  }\n  if (type === '[object Symbol]') {\n    return 'symbol';\n  }\n  \n  if (type === '[object Map Iterator]') {\n    return 'mapiterator';\n  }\n  if (type === '[object Set Iterator]') {\n    return 'setiterator';\n  }\n  if (type === '[object String Iterator]') {\n    return 'stringiterator';\n  }\n  if (type === '[object Array Iterator]') {\n    return 'arrayiterator';\n  }\n  \n  // typed arrays\n  if (type === '[object Int8Array]') {\n    return 'int8array';\n  }\n  if (type === '[object Uint8Array]') {\n    return 'uint8array';\n  }\n  if (type === '[object Uint8ClampedArray]') {\n    return 'uint8clampedarray';\n  }\n  if (type === '[object Int16Array]') {\n    return 'int16array';\n  }\n  if (type === '[object Uint16Array]') {\n    return 'uint16array';\n  }\n  if (type === '[object Int32Array]') {\n    return 'int32array';\n  }\n  if (type === '[object Uint32Array]') {\n    return 'uint32array';\n  }\n  if (type === '[object Float32Array]') {\n    return 'float32array';\n  }\n  if (type === '[object Float64Array]') {\n    return 'float64array';\n  }\n\n  // must be a plain object\n  return 'object';\n};\n\n/**\n * If you need to support Safari 5-7 (8-10 yr-old browser),\n * take a look at https://github.com/feross/is-buffer\n */\n\nfunction isBuffer(val) {\n  return val.constructor\n    && typeof val.constructor.isBuffer === 'function'\n    && val.constructor.isBuffer(val);\n}\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar DataView = getNative(root, 'DataView');\n\nmodule.exports = DataView;\n","var hashClear = require('./_hashClear'),\n    hashDelete = require('./_hashDelete'),\n    hashGet = require('./_hashGet'),\n    hashHas = require('./_hashHas'),\n    hashSet = require('./_hashSet');\n\n/**\n * Creates a hash object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Hash(entries) {\n  var index = -1,\n      length = entries == null ? 0 : entries.length;\n\n  this.clear();\n  while (++index < length) {\n    var entry = entries[index];\n    this.set(entry[0], entry[1]);\n  }\n}\n\n// Add methods to `Hash`.\nHash.prototype.clear = hashClear;\nHash.prototype['delete'] = hashDelete;\nHash.prototype.get = hashGet;\nHash.prototype.has = hashHas;\nHash.prototype.set = hashSet;\n\nmodule.exports = Hash;\n","var baseCreate = require('./_baseCreate'),\n    baseLodash = require('./_baseLodash');\n\n/** Used as references for the maximum length and index of an array. */\nvar MAX_ARRAY_LENGTH = 4294967295;\n\n/**\n * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation.\n *\n * @private\n * @constructor\n * @param {*} value The value to wrap.\n */\nfunction LazyWrapper(value) {\n  this.__wrapped__ = value;\n  this.__actions__ = [];\n  this.__dir__ = 1;\n  this.__filtered__ = false;\n  this.__iteratees__ = [];\n  this.__takeCount__ = MAX_ARRAY_LENGTH;\n  this.__views__ = [];\n}\n\n// Ensure `LazyWrapper` is an instance of `baseLodash`.\nLazyWrapper.prototype = baseCreate(baseLodash.prototype);\nLazyWrapper.prototype.constructor = LazyWrapper;\n\nmodule.exports = LazyWrapper;\n","var listCacheClear = require('./_listCacheClear'),\n    listCacheDelete = require('./_listCacheDelete'),\n    listCacheGet = require('./_listCacheGet'),\n    listCacheHas = require('./_listCacheHas'),\n    listCacheSet = require('./_listCacheSet');\n\n/**\n * Creates an list cache object.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction ListCache(entries) {\n  var index = -1,\n      length = entries == null ? 0 : entries.length;\n\n  this.clear();\n  while (++index < length) {\n    var entry = entries[index];\n    this.set(entry[0], entry[1]);\n  }\n}\n\n// Add methods to `ListCache`.\nListCache.prototype.clear = listCacheClear;\nListCache.prototype['delete'] = listCacheDelete;\nListCache.prototype.get = listCacheGet;\nListCache.prototype.has = listCacheHas;\nListCache.prototype.set = listCacheSet;\n\nmodule.exports = ListCache;\n","var baseCreate = require('./_baseCreate'),\n    baseLodash = require('./_baseLodash');\n\n/**\n * The base constructor for creating `lodash` wrapper objects.\n *\n * @private\n * @param {*} value The value to wrap.\n * @param {boolean} [chainAll] Enable explicit method chain sequences.\n */\nfunction LodashWrapper(value, chainAll) {\n  this.__wrapped__ = value;\n  this.__actions__ = [];\n  this.__chain__ = !!chainAll;\n  this.__index__ = 0;\n  this.__values__ = undefined;\n}\n\nLodashWrapper.prototype = baseCreate(baseLodash.prototype);\nLodashWrapper.prototype.constructor = LodashWrapper;\n\nmodule.exports = LodashWrapper;\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Map = getNative(root, 'Map');\n\nmodule.exports = Map;\n","var mapCacheClear = require('./_mapCacheClear'),\n    mapCacheDelete = require('./_mapCacheDelete'),\n    mapCacheGet = require('./_mapCacheGet'),\n    mapCacheHas = require('./_mapCacheHas'),\n    mapCacheSet = require('./_mapCacheSet');\n\n/**\n * Creates a map cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction MapCache(entries) {\n  var index = -1,\n      length = entries == null ? 0 : entries.length;\n\n  this.clear();\n  while (++index < length) {\n    var entry = entries[index];\n    this.set(entry[0], entry[1]);\n  }\n}\n\n// Add methods to `MapCache`.\nMapCache.prototype.clear = mapCacheClear;\nMapCache.prototype['delete'] = mapCacheDelete;\nMapCache.prototype.get = mapCacheGet;\nMapCache.prototype.has = mapCacheHas;\nMapCache.prototype.set = mapCacheSet;\n\nmodule.exports = MapCache;\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Promise = getNative(root, 'Promise');\n\nmodule.exports = Promise;\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar Set = getNative(root, 'Set');\n\nmodule.exports = Set;\n","var MapCache = require('./_MapCache'),\n    setCacheAdd = require('./_setCacheAdd'),\n    setCacheHas = require('./_setCacheHas');\n\n/**\n *\n * Creates an array cache object to store unique values.\n *\n * @private\n * @constructor\n * @param {Array} [values] The values to cache.\n */\nfunction SetCache(values) {\n  var index = -1,\n      length = values == null ? 0 : values.length;\n\n  this.__data__ = new MapCache;\n  while (++index < length) {\n    this.add(values[index]);\n  }\n}\n\n// Add methods to `SetCache`.\nSetCache.prototype.add = SetCache.prototype.push = setCacheAdd;\nSetCache.prototype.has = setCacheHas;\n\nmodule.exports = SetCache;\n","var ListCache = require('./_ListCache'),\n    stackClear = require('./_stackClear'),\n    stackDelete = require('./_stackDelete'),\n    stackGet = require('./_stackGet'),\n    stackHas = require('./_stackHas'),\n    stackSet = require('./_stackSet');\n\n/**\n * Creates a stack cache object to store key-value pairs.\n *\n * @private\n * @constructor\n * @param {Array} [entries] The key-value pairs to cache.\n */\nfunction Stack(entries) {\n  var data = this.__data__ = new ListCache(entries);\n  this.size = data.size;\n}\n\n// Add methods to `Stack`.\nStack.prototype.clear = stackClear;\nStack.prototype['delete'] = stackDelete;\nStack.prototype.get = stackGet;\nStack.prototype.has = stackHas;\nStack.prototype.set = stackSet;\n\nmodule.exports = Stack;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Uint8Array = root.Uint8Array;\n\nmodule.exports = Uint8Array;\n","var getNative = require('./_getNative'),\n    root = require('./_root');\n\n/* Built-in method references that are verified to be native. */\nvar WeakMap = getNative(root, 'WeakMap');\n\nmodule.exports = WeakMap;\n","/**\n * A faster alternative to `Function#apply`, this function invokes `func`\n * with the `this` binding of `thisArg` and the arguments of `args`.\n *\n * @private\n * @param {Function} func The function to invoke.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} args The arguments to invoke `func` with.\n * @returns {*} Returns the result of `func`.\n */\nfunction apply(func, thisArg, args) {\n  switch (args.length) {\n    case 0: return func.call(thisArg);\n    case 1: return func.call(thisArg, args[0]);\n    case 2: return func.call(thisArg, args[0], args[1]);\n    case 3: return func.call(thisArg, args[0], args[1], args[2]);\n  }\n  return func.apply(thisArg, args);\n}\n\nmodule.exports = apply;\n","/**\n * A specialized version of `_.forEach` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns `array`.\n */\nfunction arrayEach(array, iteratee) {\n  var index = -1,\n      length = array == null ? 0 : array.length;\n\n  while (++index < length) {\n    if (iteratee(array[index], index, array) === false) {\n      break;\n    }\n  }\n  return array;\n}\n\nmodule.exports = arrayEach;\n","/**\n * A specialized version of `_.filter` for arrays without support for\n * iteratee shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {Array} Returns the new filtered array.\n */\nfunction arrayFilter(array, predicate) {\n  var index = -1,\n      length = array == null ? 0 : array.length,\n      resIndex = 0,\n      result = [];\n\n  while (++index < length) {\n    var value = array[index];\n    if (predicate(value, index, array)) {\n      result[resIndex++] = value;\n    }\n  }\n  return result;\n}\n\nmodule.exports = arrayFilter;\n","var baseIndexOf = require('./_baseIndexOf');\n\n/**\n * A specialized version of `_.includes` for arrays without support for\n * specifying an index to search from.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludes(array, value) {\n  var length = array == null ? 0 : array.length;\n  return !!length && baseIndexOf(array, value, 0) > -1;\n}\n\nmodule.exports = arrayIncludes;\n","/**\n * This function is like `arrayIncludes` except that it accepts a comparator.\n *\n * @private\n * @param {Array} [array] The array to inspect.\n * @param {*} target The value to search for.\n * @param {Function} comparator The comparator invoked per element.\n * @returns {boolean} Returns `true` if `target` is found, else `false`.\n */\nfunction arrayIncludesWith(array, value, comparator) {\n  var index = -1,\n      length = array == null ? 0 : array.length;\n\n  while (++index < length) {\n    if (comparator(value, array[index])) {\n      return true;\n    }\n  }\n  return false;\n}\n\nmodule.exports = arrayIncludesWith;\n","var baseTimes = require('./_baseTimes'),\n    isArguments = require('./isArguments'),\n    isArray = require('./isArray'),\n    isBuffer = require('./isBuffer'),\n    isIndex = require('./_isIndex'),\n    isTypedArray = require('./isTypedArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates an array of the enumerable property names of the array-like `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @param {boolean} inherited Specify returning inherited property names.\n * @returns {Array} Returns the array of property names.\n */\nfunction arrayLikeKeys(value, inherited) {\n  var isArr = isArray(value),\n      isArg = !isArr && isArguments(value),\n      isBuff = !isArr && !isArg && isBuffer(value),\n      isType = !isArr && !isArg && !isBuff && isTypedArray(value),\n      skipIndexes = isArr || isArg || isBuff || isType,\n      result = skipIndexes ? baseTimes(value.length, String) : [],\n      length = result.length;\n\n  for (var key in value) {\n    if ((inherited || hasOwnProperty.call(value, key)) &&\n        !(skipIndexes && (\n           // Safari 9 has enumerable `arguments.length` in strict mode.\n           key == 'length' ||\n           // Node.js 0.10 has enumerable non-index properties on buffers.\n           (isBuff && (key == 'offset' || key == 'parent')) ||\n           // PhantomJS 2 has enumerable non-index properties on typed arrays.\n           (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) ||\n           // Skip index properties.\n           isIndex(key, length)\n        ))) {\n      result.push(key);\n    }\n  }\n  return result;\n}\n\nmodule.exports = arrayLikeKeys;\n","/**\n * A specialized version of `_.map` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the new mapped array.\n */\nfunction arrayMap(array, iteratee) {\n  var index = -1,\n      length = array == null ? 0 : array.length,\n      result = Array(length);\n\n  while (++index < length) {\n    result[index] = iteratee(array[index], index, array);\n  }\n  return result;\n}\n\nmodule.exports = arrayMap;\n","/**\n * Appends the elements of `values` to `array`.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {Array} values The values to append.\n * @returns {Array} Returns `array`.\n */\nfunction arrayPush(array, values) {\n  var index = -1,\n      length = values.length,\n      offset = array.length;\n\n  while (++index < length) {\n    array[offset + index] = values[index];\n  }\n  return array;\n}\n\nmodule.exports = arrayPush;\n","/**\n * A specialized version of `_.some` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {boolean} Returns `true` if any element passes the predicate check,\n *  else `false`.\n */\nfunction arraySome(array, predicate) {\n  var index = -1,\n      length = array == null ? 0 : array.length;\n\n  while (++index < length) {\n    if (predicate(array[index], index, array)) {\n      return true;\n    }\n  }\n  return false;\n}\n\nmodule.exports = arraySome;\n","var baseAssignValue = require('./_baseAssignValue'),\n    eq = require('./eq');\n\n/**\n * This function is like `assignValue` except that it doesn't assign\n * `undefined` values.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignMergeValue(object, key, value) {\n  if ((value !== undefined && !eq(object[key], value)) ||\n      (value === undefined && !(key in object))) {\n    baseAssignValue(object, key, value);\n  }\n}\n\nmodule.exports = assignMergeValue;\n","var baseAssignValue = require('./_baseAssignValue'),\n    eq = require('./eq');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Assigns `value` to `key` of `object` if the existing value is not equivalent\n * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * for equality comparisons.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction assignValue(object, key, value) {\n  var objValue = object[key];\n  if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||\n      (value === undefined && !(key in object))) {\n    baseAssignValue(object, key, value);\n  }\n}\n\nmodule.exports = assignValue;\n","var eq = require('./eq');\n\n/**\n * Gets the index at which the `key` is found in `array` of key-value pairs.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} key The key to search for.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction assocIndexOf(array, key) {\n  var length = array.length;\n  while (length--) {\n    if (eq(array[length][0], key)) {\n      return length;\n    }\n  }\n  return -1;\n}\n\nmodule.exports = assocIndexOf;\n","var copyObject = require('./_copyObject'),\n    keys = require('./keys');\n\n/**\n * The base implementation of `_.assign` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssign(object, source) {\n  return object && copyObject(source, keys(source), object);\n}\n\nmodule.exports = baseAssign;\n","var copyObject = require('./_copyObject'),\n    keysIn = require('./keysIn');\n\n/**\n * The base implementation of `_.assignIn` without support for multiple sources\n * or `customizer` functions.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @returns {Object} Returns `object`.\n */\nfunction baseAssignIn(object, source) {\n  return object && copyObject(source, keysIn(source), object);\n}\n\nmodule.exports = baseAssignIn;\n","var defineProperty = require('./_defineProperty');\n\n/**\n * The base implementation of `assignValue` and `assignMergeValue` without\n * value checks.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {string} key The key of the property to assign.\n * @param {*} value The value to assign.\n */\nfunction baseAssignValue(object, key, value) {\n  if (key == '__proto__' && defineProperty) {\n    defineProperty(object, key, {\n      'configurable': true,\n      'enumerable': true,\n      'value': value,\n      'writable': true\n    });\n  } else {\n    object[key] = value;\n  }\n}\n\nmodule.exports = baseAssignValue;\n","var Stack = require('./_Stack'),\n    arrayEach = require('./_arrayEach'),\n    assignValue = require('./_assignValue'),\n    baseAssign = require('./_baseAssign'),\n    baseAssignIn = require('./_baseAssignIn'),\n    cloneBuffer = require('./_cloneBuffer'),\n    copyArray = require('./_copyArray'),\n    copySymbols = require('./_copySymbols'),\n    copySymbolsIn = require('./_copySymbolsIn'),\n    getAllKeys = require('./_getAllKeys'),\n    getAllKeysIn = require('./_getAllKeysIn'),\n    getTag = require('./_getTag'),\n    initCloneArray = require('./_initCloneArray'),\n    initCloneByTag = require('./_initCloneByTag'),\n    initCloneObject = require('./_initCloneObject'),\n    isArray = require('./isArray'),\n    isBuffer = require('./isBuffer'),\n    isMap = require('./isMap'),\n    isObject = require('./isObject'),\n    isSet = require('./isSet'),\n    keys = require('./keys'),\n    keysIn = require('./keysIn');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n    CLONE_FLAT_FLAG = 2,\n    CLONE_SYMBOLS_FLAG = 4;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n    arrayTag = '[object Array]',\n    boolTag = '[object Boolean]',\n    dateTag = '[object Date]',\n    errorTag = '[object Error]',\n    funcTag = '[object Function]',\n    genTag = '[object GeneratorFunction]',\n    mapTag = '[object Map]',\n    numberTag = '[object Number]',\n    objectTag = '[object Object]',\n    regexpTag = '[object RegExp]',\n    setTag = '[object Set]',\n    stringTag = '[object String]',\n    symbolTag = '[object Symbol]',\n    weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n    dataViewTag = '[object DataView]',\n    float32Tag = '[object Float32Array]',\n    float64Tag = '[object Float64Array]',\n    int8Tag = '[object Int8Array]',\n    int16Tag = '[object Int16Array]',\n    int32Tag = '[object Int32Array]',\n    uint8Tag = '[object Uint8Array]',\n    uint8ClampedTag = '[object Uint8ClampedArray]',\n    uint16Tag = '[object Uint16Array]',\n    uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values supported by `_.clone`. */\nvar cloneableTags = {};\ncloneableTags[argsTag] = cloneableTags[arrayTag] =\ncloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =\ncloneableTags[boolTag] = cloneableTags[dateTag] =\ncloneableTags[float32Tag] = cloneableTags[float64Tag] =\ncloneableTags[int8Tag] = cloneableTags[int16Tag] =\ncloneableTags[int32Tag] = cloneableTags[mapTag] =\ncloneableTags[numberTag] = cloneableTags[objectTag] =\ncloneableTags[regexpTag] = cloneableTags[setTag] =\ncloneableTags[stringTag] = cloneableTags[symbolTag] =\ncloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =\ncloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;\ncloneableTags[errorTag] = cloneableTags[funcTag] =\ncloneableTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.clone` and `_.cloneDeep` which tracks\n * traversed objects.\n *\n * @private\n * @param {*} value The value to clone.\n * @param {boolean} bitmask The bitmask flags.\n *  1 - Deep clone\n *  2 - Flatten inherited properties\n *  4 - Clone symbols\n * @param {Function} [customizer] The function to customize cloning.\n * @param {string} [key] The key of `value`.\n * @param {Object} [object] The parent object of `value`.\n * @param {Object} [stack] Tracks traversed objects and their clone counterparts.\n * @returns {*} Returns the cloned value.\n */\nfunction baseClone(value, bitmask, customizer, key, object, stack) {\n  var result,\n      isDeep = bitmask & CLONE_DEEP_FLAG,\n      isFlat = bitmask & CLONE_FLAT_FLAG,\n      isFull = bitmask & CLONE_SYMBOLS_FLAG;\n\n  if (customizer) {\n    result = object ? customizer(value, key, object, stack) : customizer(value);\n  }\n  if (result !== undefined) {\n    return result;\n  }\n  if (!isObject(value)) {\n    return value;\n  }\n  var isArr = isArray(value);\n  if (isArr) {\n    result = initCloneArray(value);\n    if (!isDeep) {\n      return copyArray(value, result);\n    }\n  } else {\n    var tag = getTag(value),\n        isFunc = tag == funcTag || tag == genTag;\n\n    if (isBuffer(value)) {\n      return cloneBuffer(value, isDeep);\n    }\n    if (tag == objectTag || tag == argsTag || (isFunc && !object)) {\n      result = (isFlat || isFunc) ? {} : initCloneObject(value);\n      if (!isDeep) {\n        return isFlat\n          ? copySymbolsIn(value, baseAssignIn(result, value))\n          : copySymbols(value, baseAssign(result, value));\n      }\n    } else {\n      if (!cloneableTags[tag]) {\n        return object ? value : {};\n      }\n      result = initCloneByTag(value, tag, isDeep);\n    }\n  }\n  // Check for circular references and return its corresponding clone.\n  stack || (stack = new Stack);\n  var stacked = stack.get(value);\n  if (stacked) {\n    return stacked;\n  }\n  stack.set(value, result);\n\n  if (isSet(value)) {\n    value.forEach(function(subValue) {\n      result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack));\n    });\n  } else if (isMap(value)) {\n    value.forEach(function(subValue, key) {\n      result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack));\n    });\n  }\n\n  var keysFunc = isFull\n    ? (isFlat ? getAllKeysIn : getAllKeys)\n    : (isFlat ? keysIn : keys);\n\n  var props = isArr ? undefined : keysFunc(value);\n  arrayEach(props || value, function(subValue, key) {\n    if (props) {\n      key = subValue;\n      subValue = value[key];\n    }\n    // Recursively populate clone (susceptible to call stack limits).\n    assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack));\n  });\n  return result;\n}\n\nmodule.exports = baseClone;\n","var isObject = require('./isObject');\n\n/** Built-in value references. */\nvar objectCreate = Object.create;\n\n/**\n * The base implementation of `_.create` without support for assigning\n * properties to the created object.\n *\n * @private\n * @param {Object} proto The object to inherit from.\n * @returns {Object} Returns the new object.\n */\nvar baseCreate = (function() {\n  function object() {}\n  return function(proto) {\n    if (!isObject(proto)) {\n      return {};\n    }\n    if (objectCreate) {\n      return objectCreate(proto);\n    }\n    object.prototype = proto;\n    var result = new object;\n    object.prototype = undefined;\n    return result;\n  };\n}());\n\nmodule.exports = baseCreate;\n","/**\n * The base implementation of `_.findIndex` and `_.findLastIndex` without\n * support for iteratee shorthands.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {Function} predicate The function invoked per iteration.\n * @param {number} fromIndex The index to search from.\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseFindIndex(array, predicate, fromIndex, fromRight) {\n  var length = array.length,\n      index = fromIndex + (fromRight ? 1 : -1);\n\n  while ((fromRight ? index-- : ++index < length)) {\n    if (predicate(array[index], index, array)) {\n      return index;\n    }\n  }\n  return -1;\n}\n\nmodule.exports = baseFindIndex;\n","var arrayPush = require('./_arrayPush'),\n    isFlattenable = require('./_isFlattenable');\n\n/**\n * The base implementation of `_.flatten` with support for restricting flattening.\n *\n * @private\n * @param {Array} array The array to flatten.\n * @param {number} depth The maximum recursion depth.\n * @param {boolean} [predicate=isFlattenable] The function invoked per iteration.\n * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks.\n * @param {Array} [result=[]] The initial result value.\n * @returns {Array} Returns the new flattened array.\n */\nfunction baseFlatten(array, depth, predicate, isStrict, result) {\n  var index = -1,\n      length = array.length;\n\n  predicate || (predicate = isFlattenable);\n  result || (result = []);\n\n  while (++index < length) {\n    var value = array[index];\n    if (depth > 0 && predicate(value)) {\n      if (depth > 1) {\n        // Recursively flatten arrays (susceptible to call stack limits).\n        baseFlatten(value, depth - 1, predicate, isStrict, result);\n      } else {\n        arrayPush(result, value);\n      }\n    } else if (!isStrict) {\n      result[result.length] = value;\n    }\n  }\n  return result;\n}\n\nmodule.exports = baseFlatten;\n","var createBaseFor = require('./_createBaseFor');\n\n/**\n * The base implementation of `baseForOwn` which iterates over `object`\n * properties returned by `keysFunc` and invokes `iteratee` for each property.\n * Iteratee functions may exit iteration early by explicitly returning `false`.\n *\n * @private\n * @param {Object} object The object to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @returns {Object} Returns `object`.\n */\nvar baseFor = createBaseFor();\n\nmodule.exports = baseFor;\n","var castPath = require('./_castPath'),\n    toKey = require('./_toKey');\n\n/**\n * The base implementation of `_.get` without support for default values.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @returns {*} Returns the resolved value.\n */\nfunction baseGet(object, path) {\n  path = castPath(path, object);\n\n  var index = 0,\n      length = path.length;\n\n  while (object != null && index < length) {\n    object = object[toKey(path[index++])];\n  }\n  return (index && index == length) ? object : undefined;\n}\n\nmodule.exports = baseGet;\n","var arrayPush = require('./_arrayPush'),\n    isArray = require('./isArray');\n\n/**\n * The base implementation of `getAllKeys` and `getAllKeysIn` which uses\n * `keysFunc` and `symbolsFunc` to get the enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @param {Function} symbolsFunc The function to get the symbols of `object`.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction baseGetAllKeys(object, keysFunc, symbolsFunc) {\n  var result = keysFunc(object);\n  return isArray(object) ? result : arrayPush(result, symbolsFunc(object));\n}\n\nmodule.exports = baseGetAllKeys;\n","var Symbol = require('./_Symbol'),\n    getRawTag = require('./_getRawTag'),\n    objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n    undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n  if (value == null) {\n    return value === undefined ? undefinedTag : nullTag;\n  }\n  return (symToStringTag && symToStringTag in Object(value))\n    ? getRawTag(value)\n    : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","/**\n * The base implementation of `_.hasIn` without support for deep paths.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {Array|string} key The key to check.\n * @returns {boolean} Returns `true` if `key` exists, else `false`.\n */\nfunction baseHasIn(object, key) {\n  return object != null && key in Object(object);\n}\n\nmodule.exports = baseHasIn;\n","var baseFindIndex = require('./_baseFindIndex'),\n    baseIsNaN = require('./_baseIsNaN'),\n    strictIndexOf = require('./_strictIndexOf');\n\n/**\n * The base implementation of `_.indexOf` without `fromIndex` bounds checks.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction baseIndexOf(array, value, fromIndex) {\n  return value === value\n    ? strictIndexOf(array, value, fromIndex)\n    : baseFindIndex(array, baseIsNaN, fromIndex);\n}\n\nmodule.exports = baseIndexOf;\n","var baseGetTag = require('./_baseGetTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]';\n\n/**\n * The base implementation of `_.isArguments`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n */\nfunction baseIsArguments(value) {\n  return isObjectLike(value) && baseGetTag(value) == argsTag;\n}\n\nmodule.exports = baseIsArguments;\n","var baseIsEqualDeep = require('./_baseIsEqualDeep'),\n    isObjectLike = require('./isObjectLike');\n\n/**\n * The base implementation of `_.isEqual` which supports partial comparisons\n * and tracks traversed objects.\n *\n * @private\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @param {boolean} bitmask The bitmask flags.\n *  1 - Unordered comparison\n *  2 - Partial comparison\n * @param {Function} [customizer] The function to customize comparisons.\n * @param {Object} [stack] Tracks traversed `value` and `other` objects.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n */\nfunction baseIsEqual(value, other, bitmask, customizer, stack) {\n  if (value === other) {\n    return true;\n  }\n  if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) {\n    return value !== value && other !== other;\n  }\n  return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);\n}\n\nmodule.exports = baseIsEqual;\n","var Stack = require('./_Stack'),\n    equalArrays = require('./_equalArrays'),\n    equalByTag = require('./_equalByTag'),\n    equalObjects = require('./_equalObjects'),\n    getTag = require('./_getTag'),\n    isArray = require('./isArray'),\n    isBuffer = require('./isBuffer'),\n    isTypedArray = require('./isTypedArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n    arrayTag = '[object Array]',\n    objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqual` for arrays and objects which performs\n * deep comparisons and tracks traversed objects enabling objects with circular\n * references to be compared.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} [stack] Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {\n  var objIsArr = isArray(object),\n      othIsArr = isArray(other),\n      objTag = objIsArr ? arrayTag : getTag(object),\n      othTag = othIsArr ? arrayTag : getTag(other);\n\n  objTag = objTag == argsTag ? objectTag : objTag;\n  othTag = othTag == argsTag ? objectTag : othTag;\n\n  var objIsObj = objTag == objectTag,\n      othIsObj = othTag == objectTag,\n      isSameTag = objTag == othTag;\n\n  if (isSameTag && isBuffer(object)) {\n    if (!isBuffer(other)) {\n      return false;\n    }\n    objIsArr = true;\n    objIsObj = false;\n  }\n  if (isSameTag && !objIsObj) {\n    stack || (stack = new Stack);\n    return (objIsArr || isTypedArray(object))\n      ? equalArrays(object, other, bitmask, customizer, equalFunc, stack)\n      : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);\n  }\n  if (!(bitmask & COMPARE_PARTIAL_FLAG)) {\n    var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),\n        othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');\n\n    if (objIsWrapped || othIsWrapped) {\n      var objUnwrapped = objIsWrapped ? object.value() : object,\n          othUnwrapped = othIsWrapped ? other.value() : other;\n\n      stack || (stack = new Stack);\n      return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);\n    }\n  }\n  if (!isSameTag) {\n    return false;\n  }\n  stack || (stack = new Stack);\n  return equalObjects(object, other, bitmask, customizer, equalFunc, stack);\n}\n\nmodule.exports = baseIsEqualDeep;\n","var getTag = require('./_getTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]';\n\n/**\n * The base implementation of `_.isMap` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n */\nfunction baseIsMap(value) {\n  return isObjectLike(value) && getTag(value) == mapTag;\n}\n\nmodule.exports = baseIsMap;\n","var Stack = require('./_Stack'),\n    baseIsEqual = require('./_baseIsEqual');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n    COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * The base implementation of `_.isMatch` without support for iteratee shorthands.\n *\n * @private\n * @param {Object} object The object to inspect.\n * @param {Object} source The object of property values to match.\n * @param {Array} matchData The property names, values, and compare flags to match.\n * @param {Function} [customizer] The function to customize comparisons.\n * @returns {boolean} Returns `true` if `object` is a match, else `false`.\n */\nfunction baseIsMatch(object, source, matchData, customizer) {\n  var index = matchData.length,\n      length = index,\n      noCustomizer = !customizer;\n\n  if (object == null) {\n    return !length;\n  }\n  object = Object(object);\n  while (index--) {\n    var data = matchData[index];\n    if ((noCustomizer && data[2])\n          ? data[1] !== object[data[0]]\n          : !(data[0] in object)\n        ) {\n      return false;\n    }\n  }\n  while (++index < length) {\n    data = matchData[index];\n    var key = data[0],\n        objValue = object[key],\n        srcValue = data[1];\n\n    if (noCustomizer && data[2]) {\n      if (objValue === undefined && !(key in object)) {\n        return false;\n      }\n    } else {\n      var stack = new Stack;\n      if (customizer) {\n        var result = customizer(objValue, srcValue, key, object, source, stack);\n      }\n      if (!(result === undefined\n            ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack)\n            : result\n          )) {\n        return false;\n      }\n    }\n  }\n  return true;\n}\n\nmodule.exports = baseIsMatch;\n","/**\n * The base implementation of `_.isNaN` without support for number objects.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.\n */\nfunction baseIsNaN(value) {\n  return value !== value;\n}\n\nmodule.exports = baseIsNaN;\n","var isFunction = require('./isFunction'),\n    isMasked = require('./_isMasked'),\n    isObject = require('./isObject'),\n    toSource = require('./_toSource');\n\n/**\n * Used to match `RegExp`\n * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).\n */\nvar reRegExpChar = /[\\\\^$.*+?()[\\]{}|]/g;\n\n/** Used to detect host constructors (Safari). */\nvar reIsHostCtor = /^\\[object .+?Constructor\\]$/;\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n    objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to detect if a method is native. */\nvar reIsNative = RegExp('^' +\n  funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\\\$&')\n  .replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g, '$1.*?') + '$'\n);\n\n/**\n * The base implementation of `_.isNative` without bad shim checks.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a native function,\n *  else `false`.\n */\nfunction baseIsNative(value) {\n  if (!isObject(value) || isMasked(value)) {\n    return false;\n  }\n  var pattern = isFunction(value) ? reIsNative : reIsHostCtor;\n  return pattern.test(toSource(value));\n}\n\nmodule.exports = baseIsNative;\n","var getTag = require('./_getTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar setTag = '[object Set]';\n\n/**\n * The base implementation of `_.isSet` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n */\nfunction baseIsSet(value) {\n  return isObjectLike(value) && getTag(value) == setTag;\n}\n\nmodule.exports = baseIsSet;\n","var baseGetTag = require('./_baseGetTag'),\n    isLength = require('./isLength'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar argsTag = '[object Arguments]',\n    arrayTag = '[object Array]',\n    boolTag = '[object Boolean]',\n    dateTag = '[object Date]',\n    errorTag = '[object Error]',\n    funcTag = '[object Function]',\n    mapTag = '[object Map]',\n    numberTag = '[object Number]',\n    objectTag = '[object Object]',\n    regexpTag = '[object RegExp]',\n    setTag = '[object Set]',\n    stringTag = '[object String]',\n    weakMapTag = '[object WeakMap]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n    dataViewTag = '[object DataView]',\n    float32Tag = '[object Float32Array]',\n    float64Tag = '[object Float64Array]',\n    int8Tag = '[object Int8Array]',\n    int16Tag = '[object Int16Array]',\n    int32Tag = '[object Int32Array]',\n    uint8Tag = '[object Uint8Array]',\n    uint8ClampedTag = '[object Uint8ClampedArray]',\n    uint16Tag = '[object Uint16Array]',\n    uint32Tag = '[object Uint32Array]';\n\n/** Used to identify `toStringTag` values of typed arrays. */\nvar typedArrayTags = {};\ntypedArrayTags[float32Tag] = typedArrayTags[float64Tag] =\ntypedArrayTags[int8Tag] = typedArrayTags[int16Tag] =\ntypedArrayTags[int32Tag] = typedArrayTags[uint8Tag] =\ntypedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] =\ntypedArrayTags[uint32Tag] = true;\ntypedArrayTags[argsTag] = typedArrayTags[arrayTag] =\ntypedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] =\ntypedArrayTags[dataViewTag] = typedArrayTags[dateTag] =\ntypedArrayTags[errorTag] = typedArrayTags[funcTag] =\ntypedArrayTags[mapTag] = typedArrayTags[numberTag] =\ntypedArrayTags[objectTag] = typedArrayTags[regexpTag] =\ntypedArrayTags[setTag] = typedArrayTags[stringTag] =\ntypedArrayTags[weakMapTag] = false;\n\n/**\n * The base implementation of `_.isTypedArray` without Node.js optimizations.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n */\nfunction baseIsTypedArray(value) {\n  return isObjectLike(value) &&\n    isLength(value.length) && !!typedArrayTags[baseGetTag(value)];\n}\n\nmodule.exports = baseIsTypedArray;\n","var baseMatches = require('./_baseMatches'),\n    baseMatchesProperty = require('./_baseMatchesProperty'),\n    identity = require('./identity'),\n    isArray = require('./isArray'),\n    property = require('./property');\n\n/**\n * The base implementation of `_.iteratee`.\n *\n * @private\n * @param {*} [value=_.identity] The value to convert to an iteratee.\n * @returns {Function} Returns the iteratee.\n */\nfunction baseIteratee(value) {\n  // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9.\n  // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details.\n  if (typeof value == 'function') {\n    return value;\n  }\n  if (value == null) {\n    return identity;\n  }\n  if (typeof value == 'object') {\n    return isArray(value)\n      ? baseMatchesProperty(value[0], value[1])\n      : baseMatches(value);\n  }\n  return property(value);\n}\n\nmodule.exports = baseIteratee;\n","var isPrototype = require('./_isPrototype'),\n    nativeKeys = require('./_nativeKeys');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeys(object) {\n  if (!isPrototype(object)) {\n    return nativeKeys(object);\n  }\n  var result = [];\n  for (var key in Object(object)) {\n    if (hasOwnProperty.call(object, key) && key != 'constructor') {\n      result.push(key);\n    }\n  }\n  return result;\n}\n\nmodule.exports = baseKeys;\n","var isObject = require('./isObject'),\n    isPrototype = require('./_isPrototype'),\n    nativeKeysIn = require('./_nativeKeysIn');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction baseKeysIn(object) {\n  if (!isObject(object)) {\n    return nativeKeysIn(object);\n  }\n  var isProto = isPrototype(object),\n      result = [];\n\n  for (var key in object) {\n    if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) {\n      result.push(key);\n    }\n  }\n  return result;\n}\n\nmodule.exports = baseKeysIn;\n","/**\n * The function whose prototype chain sequence wrappers inherit from.\n *\n * @private\n */\nfunction baseLodash() {\n  // No operation performed.\n}\n\nmodule.exports = baseLodash;\n","var baseIsMatch = require('./_baseIsMatch'),\n    getMatchData = require('./_getMatchData'),\n    matchesStrictComparable = require('./_matchesStrictComparable');\n\n/**\n * The base implementation of `_.matches` which doesn't clone `source`.\n *\n * @private\n * @param {Object} source The object of property values to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction baseMatches(source) {\n  var matchData = getMatchData(source);\n  if (matchData.length == 1 && matchData[0][2]) {\n    return matchesStrictComparable(matchData[0][0], matchData[0][1]);\n  }\n  return function(object) {\n    return object === source || baseIsMatch(object, source, matchData);\n  };\n}\n\nmodule.exports = baseMatches;\n","var baseIsEqual = require('./_baseIsEqual'),\n    get = require('./get'),\n    hasIn = require('./hasIn'),\n    isKey = require('./_isKey'),\n    isStrictComparable = require('./_isStrictComparable'),\n    matchesStrictComparable = require('./_matchesStrictComparable'),\n    toKey = require('./_toKey');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n    COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`.\n *\n * @private\n * @param {string} path The path of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction baseMatchesProperty(path, srcValue) {\n  if (isKey(path) && isStrictComparable(srcValue)) {\n    return matchesStrictComparable(toKey(path), srcValue);\n  }\n  return function(object) {\n    var objValue = get(object, path);\n    return (objValue === undefined && objValue === srcValue)\n      ? hasIn(object, path)\n      : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);\n  };\n}\n\nmodule.exports = baseMatchesProperty;\n","var Stack = require('./_Stack'),\n    assignMergeValue = require('./_assignMergeValue'),\n    baseFor = require('./_baseFor'),\n    baseMergeDeep = require('./_baseMergeDeep'),\n    isObject = require('./isObject'),\n    keysIn = require('./keysIn'),\n    safeGet = require('./_safeGet');\n\n/**\n * The base implementation of `_.merge` without support for multiple sources.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} [customizer] The function to customize merged values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n *  counterparts.\n */\nfunction baseMerge(object, source, srcIndex, customizer, stack) {\n  if (object === source) {\n    return;\n  }\n  baseFor(source, function(srcValue, key) {\n    stack || (stack = new Stack);\n    if (isObject(srcValue)) {\n      baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack);\n    }\n    else {\n      var newValue = customizer\n        ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack)\n        : undefined;\n\n      if (newValue === undefined) {\n        newValue = srcValue;\n      }\n      assignMergeValue(object, key, newValue);\n    }\n  }, keysIn);\n}\n\nmodule.exports = baseMerge;\n","var assignMergeValue = require('./_assignMergeValue'),\n    cloneBuffer = require('./_cloneBuffer'),\n    cloneTypedArray = require('./_cloneTypedArray'),\n    copyArray = require('./_copyArray'),\n    initCloneObject = require('./_initCloneObject'),\n    isArguments = require('./isArguments'),\n    isArray = require('./isArray'),\n    isArrayLikeObject = require('./isArrayLikeObject'),\n    isBuffer = require('./isBuffer'),\n    isFunction = require('./isFunction'),\n    isObject = require('./isObject'),\n    isPlainObject = require('./isPlainObject'),\n    isTypedArray = require('./isTypedArray'),\n    safeGet = require('./_safeGet'),\n    toPlainObject = require('./toPlainObject');\n\n/**\n * A specialized version of `baseMerge` for arrays and objects which performs\n * deep merges and tracks traversed objects enabling objects with circular\n * references to be merged.\n *\n * @private\n * @param {Object} object The destination object.\n * @param {Object} source The source object.\n * @param {string} key The key of the value to merge.\n * @param {number} srcIndex The index of `source`.\n * @param {Function} mergeFunc The function to merge values.\n * @param {Function} [customizer] The function to customize assigned values.\n * @param {Object} [stack] Tracks traversed source values and their merged\n *  counterparts.\n */\nfunction baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) {\n  var objValue = safeGet(object, key),\n      srcValue = safeGet(source, key),\n      stacked = stack.get(srcValue);\n\n  if (stacked) {\n    assignMergeValue(object, key, stacked);\n    return;\n  }\n  var newValue = customizer\n    ? customizer(objValue, srcValue, (key + ''), object, source, stack)\n    : undefined;\n\n  var isCommon = newValue === undefined;\n\n  if (isCommon) {\n    var isArr = isArray(srcValue),\n        isBuff = !isArr && isBuffer(srcValue),\n        isTyped = !isArr && !isBuff && isTypedArray(srcValue);\n\n    newValue = srcValue;\n    if (isArr || isBuff || isTyped) {\n      if (isArray(objValue)) {\n        newValue = objValue;\n      }\n      else if (isArrayLikeObject(objValue)) {\n        newValue = copyArray(objValue);\n      }\n      else if (isBuff) {\n        isCommon = false;\n        newValue = cloneBuffer(srcValue, true);\n      }\n      else if (isTyped) {\n        isCommon = false;\n        newValue = cloneTypedArray(srcValue, true);\n      }\n      else {\n        newValue = [];\n      }\n    }\n    else if (isPlainObject(srcValue) || isArguments(srcValue)) {\n      newValue = objValue;\n      if (isArguments(objValue)) {\n        newValue = toPlainObject(objValue);\n      }\n      else if (!isObject(objValue) || isFunction(objValue)) {\n        newValue = initCloneObject(srcValue);\n      }\n    }\n    else {\n      isCommon = false;\n    }\n  }\n  if (isCommon) {\n    // Recursively merge objects and arrays (susceptible to call stack limits).\n    stack.set(srcValue, newValue);\n    mergeFunc(newValue, srcValue, srcIndex, customizer, stack);\n    stack['delete'](srcValue);\n  }\n  assignMergeValue(object, key, newValue);\n}\n\nmodule.exports = baseMergeDeep;\n","/**\n * The base implementation of `_.property` without support for deep paths.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction baseProperty(key) {\n  return function(object) {\n    return object == null ? undefined : object[key];\n  };\n}\n\nmodule.exports = baseProperty;\n","var baseGet = require('./_baseGet');\n\n/**\n * A specialized version of `baseProperty` which supports deep paths.\n *\n * @private\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction basePropertyDeep(path) {\n  return function(object) {\n    return baseGet(object, path);\n  };\n}\n\nmodule.exports = basePropertyDeep;\n","var identity = require('./identity'),\n    overRest = require('./_overRest'),\n    setToString = require('./_setToString');\n\n/**\n * The base implementation of `_.rest` which doesn't validate or coerce arguments.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @returns {Function} Returns the new function.\n */\nfunction baseRest(func, start) {\n  return setToString(overRest(func, start, identity), func + '');\n}\n\nmodule.exports = baseRest;\n","var identity = require('./identity'),\n    metaMap = require('./_metaMap');\n\n/**\n * The base implementation of `setData` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to associate metadata with.\n * @param {*} data The metadata.\n * @returns {Function} Returns `func`.\n */\nvar baseSetData = !metaMap ? identity : function(func, data) {\n  metaMap.set(func, data);\n  return func;\n};\n\nmodule.exports = baseSetData;\n","var constant = require('./constant'),\n    defineProperty = require('./_defineProperty'),\n    identity = require('./identity');\n\n/**\n * The base implementation of `setToString` without support for hot loop shorting.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar baseSetToString = !defineProperty ? identity : function(func, string) {\n  return defineProperty(func, 'toString', {\n    'configurable': true,\n    'enumerable': false,\n    'value': constant(string),\n    'writable': true\n  });\n};\n\nmodule.exports = baseSetToString;\n","/**\n * The base implementation of `_.slice` without an iteratee call guard.\n *\n * @private\n * @param {Array} array The array to slice.\n * @param {number} [start=0] The start position.\n * @param {number} [end=array.length] The end position.\n * @returns {Array} Returns the slice of `array`.\n */\nfunction baseSlice(array, start, end) {\n  var index = -1,\n      length = array.length;\n\n  if (start < 0) {\n    start = -start > length ? 0 : (length + start);\n  }\n  end = end > length ? length : end;\n  if (end < 0) {\n    end += length;\n  }\n  length = start > end ? 0 : ((end - start) >>> 0);\n  start >>>= 0;\n\n  var result = Array(length);\n  while (++index < length) {\n    result[index] = array[index + start];\n  }\n  return result;\n}\n\nmodule.exports = baseSlice;\n","/**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\nfunction baseTimes(n, iteratee) {\n  var index = -1,\n      result = Array(n);\n\n  while (++index < n) {\n    result[index] = iteratee(index);\n  }\n  return result;\n}\n\nmodule.exports = baseTimes;\n","var Symbol = require('./_Symbol'),\n    arrayMap = require('./_arrayMap'),\n    isArray = require('./isArray'),\n    isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n    symbolToString = symbolProto ? symbolProto.toString : undefined;\n\n/**\n * The base implementation of `_.toString` which doesn't convert nullish\n * values to empty strings.\n *\n * @private\n * @param {*} value The value to process.\n * @returns {string} Returns the string.\n */\nfunction baseToString(value) {\n  // Exit early for strings to avoid a performance hit in some environments.\n  if (typeof value == 'string') {\n    return value;\n  }\n  if (isArray(value)) {\n    // Recursively convert values (susceptible to call stack limits).\n    return arrayMap(value, baseToString) + '';\n  }\n  if (isSymbol(value)) {\n    return symbolToString ? symbolToString.call(value) : '';\n  }\n  var result = (value + '');\n  return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = baseToString;\n","var trimmedEndIndex = require('./_trimmedEndIndex');\n\n/** Used to match leading whitespace. */\nvar reTrimStart = /^\\s+/;\n\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\nfunction baseTrim(string) {\n  return string\n    ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')\n    : string;\n}\n\nmodule.exports = baseTrim;\n","/**\n * The base implementation of `_.unary` without support for storing metadata.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfunction baseUnary(func) {\n  return function(value) {\n    return func(value);\n  };\n}\n\nmodule.exports = baseUnary;\n","var SetCache = require('./_SetCache'),\n    arrayIncludes = require('./_arrayIncludes'),\n    arrayIncludesWith = require('./_arrayIncludesWith'),\n    cacheHas = require('./_cacheHas'),\n    createSet = require('./_createSet'),\n    setToArray = require('./_setToArray');\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * The base implementation of `_.uniqBy` without support for iteratee shorthands.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {Function} [iteratee] The iteratee invoked per element.\n * @param {Function} [comparator] The comparator invoked per element.\n * @returns {Array} Returns the new duplicate free array.\n */\nfunction baseUniq(array, iteratee, comparator) {\n  var index = -1,\n      includes = arrayIncludes,\n      length = array.length,\n      isCommon = true,\n      result = [],\n      seen = result;\n\n  if (comparator) {\n    isCommon = false;\n    includes = arrayIncludesWith;\n  }\n  else if (length >= LARGE_ARRAY_SIZE) {\n    var set = iteratee ? null : createSet(array);\n    if (set) {\n      return setToArray(set);\n    }\n    isCommon = false;\n    includes = cacheHas;\n    seen = new SetCache;\n  }\n  else {\n    seen = iteratee ? [] : result;\n  }\n  outer:\n  while (++index < length) {\n    var value = array[index],\n        computed = iteratee ? iteratee(value) : value;\n\n    value = (comparator || value !== 0) ? value : 0;\n    if (isCommon && computed === computed) {\n      var seenIndex = seen.length;\n      while (seenIndex--) {\n        if (seen[seenIndex] === computed) {\n          continue outer;\n        }\n      }\n      if (iteratee) {\n        seen.push(computed);\n      }\n      result.push(value);\n    }\n    else if (!includes(seen, computed, comparator)) {\n      if (seen !== result) {\n        seen.push(computed);\n      }\n      result.push(value);\n    }\n  }\n  return result;\n}\n\nmodule.exports = baseUniq;\n","var castPath = require('./_castPath'),\n    last = require('./last'),\n    parent = require('./_parent'),\n    toKey = require('./_toKey');\n\n/**\n * The base implementation of `_.unset`.\n *\n * @private\n * @param {Object} object The object to modify.\n * @param {Array|string} path The property path to unset.\n * @returns {boolean} Returns `true` if the property is deleted, else `false`.\n */\nfunction baseUnset(object, path) {\n  path = castPath(path, object);\n  object = parent(object, path);\n  return object == null || delete object[toKey(last(path))];\n}\n\nmodule.exports = baseUnset;\n","/**\n * Checks if a `cache` value for `key` exists.\n *\n * @private\n * @param {Object} cache The cache to query.\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction cacheHas(cache, key) {\n  return cache.has(key);\n}\n\nmodule.exports = cacheHas;\n","var isArray = require('./isArray'),\n    isKey = require('./_isKey'),\n    stringToPath = require('./_stringToPath'),\n    toString = require('./toString');\n\n/**\n * Casts `value` to a path array if it's not one.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {Object} [object] The object to query keys on.\n * @returns {Array} Returns the cast property path array.\n */\nfunction castPath(value, object) {\n  if (isArray(value)) {\n    return value;\n  }\n  return isKey(value, object) ? [value] : stringToPath(toString(value));\n}\n\nmodule.exports = castPath;\n","var Uint8Array = require('./_Uint8Array');\n\n/**\n * Creates a clone of `arrayBuffer`.\n *\n * @private\n * @param {ArrayBuffer} arrayBuffer The array buffer to clone.\n * @returns {ArrayBuffer} Returns the cloned array buffer.\n */\nfunction cloneArrayBuffer(arrayBuffer) {\n  var result = new arrayBuffer.constructor(arrayBuffer.byteLength);\n  new Uint8Array(result).set(new Uint8Array(arrayBuffer));\n  return result;\n}\n\nmodule.exports = cloneArrayBuffer;\n","var root = require('./_root');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined,\n    allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;\n\n/**\n * Creates a clone of  `buffer`.\n *\n * @private\n * @param {Buffer} buffer The buffer to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Buffer} Returns the cloned buffer.\n */\nfunction cloneBuffer(buffer, isDeep) {\n  if (isDeep) {\n    return buffer.slice();\n  }\n  var length = buffer.length,\n      result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);\n\n  buffer.copy(result);\n  return result;\n}\n\nmodule.exports = cloneBuffer;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `dataView`.\n *\n * @private\n * @param {Object} dataView The data view to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned data view.\n */\nfunction cloneDataView(dataView, isDeep) {\n  var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;\n  return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);\n}\n\nmodule.exports = cloneDataView;\n","/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\nfunction cloneRegExp(regexp) {\n  var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n  result.lastIndex = regexp.lastIndex;\n  return result;\n}\n\nmodule.exports = cloneRegExp;\n","var Symbol = require('./_Symbol');\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n    symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * Creates a clone of the `symbol` object.\n *\n * @private\n * @param {Object} symbol The symbol object to clone.\n * @returns {Object} Returns the cloned symbol object.\n */\nfunction cloneSymbol(symbol) {\n  return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};\n}\n\nmodule.exports = cloneSymbol;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer');\n\n/**\n * Creates a clone of `typedArray`.\n *\n * @private\n * @param {Object} typedArray The typed array to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the cloned typed array.\n */\nfunction cloneTypedArray(typedArray, isDeep) {\n  var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;\n  return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);\n}\n\nmodule.exports = cloneTypedArray;\n","/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * Creates an array that is the composition of partially applied arguments,\n * placeholders, and provided arguments into a single array of arguments.\n *\n * @private\n * @param {Array} args The provided arguments.\n * @param {Array} partials The arguments to prepend to those provided.\n * @param {Array} holders The `partials` placeholder indexes.\n * @params {boolean} [isCurried] Specify composing for a curried function.\n * @returns {Array} Returns the new array of composed arguments.\n */\nfunction composeArgs(args, partials, holders, isCurried) {\n  var argsIndex = -1,\n      argsLength = args.length,\n      holdersLength = holders.length,\n      leftIndex = -1,\n      leftLength = partials.length,\n      rangeLength = nativeMax(argsLength - holdersLength, 0),\n      result = Array(leftLength + rangeLength),\n      isUncurried = !isCurried;\n\n  while (++leftIndex < leftLength) {\n    result[leftIndex] = partials[leftIndex];\n  }\n  while (++argsIndex < holdersLength) {\n    if (isUncurried || argsIndex < argsLength) {\n      result[holders[argsIndex]] = args[argsIndex];\n    }\n  }\n  while (rangeLength--) {\n    result[leftIndex++] = args[argsIndex++];\n  }\n  return result;\n}\n\nmodule.exports = composeArgs;\n","/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * This function is like `composeArgs` except that the arguments composition\n * is tailored for `_.partialRight`.\n *\n * @private\n * @param {Array} args The provided arguments.\n * @param {Array} partials The arguments to append to those provided.\n * @param {Array} holders The `partials` placeholder indexes.\n * @params {boolean} [isCurried] Specify composing for a curried function.\n * @returns {Array} Returns the new array of composed arguments.\n */\nfunction composeArgsRight(args, partials, holders, isCurried) {\n  var argsIndex = -1,\n      argsLength = args.length,\n      holdersIndex = -1,\n      holdersLength = holders.length,\n      rightIndex = -1,\n      rightLength = partials.length,\n      rangeLength = nativeMax(argsLength - holdersLength, 0),\n      result = Array(rangeLength + rightLength),\n      isUncurried = !isCurried;\n\n  while (++argsIndex < rangeLength) {\n    result[argsIndex] = args[argsIndex];\n  }\n  var offset = argsIndex;\n  while (++rightIndex < rightLength) {\n    result[offset + rightIndex] = partials[rightIndex];\n  }\n  while (++holdersIndex < holdersLength) {\n    if (isUncurried || argsIndex < argsLength) {\n      result[offset + holders[holdersIndex]] = args[argsIndex++];\n    }\n  }\n  return result;\n}\n\nmodule.exports = composeArgsRight;\n","/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n  var index = -1,\n      length = source.length;\n\n  array || (array = Array(length));\n  while (++index < length) {\n    array[index] = source[index];\n  }\n  return array;\n}\n\nmodule.exports = copyArray;\n","var assignValue = require('./_assignValue'),\n    baseAssignValue = require('./_baseAssignValue');\n\n/**\n * Copies properties of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy properties from.\n * @param {Array} props The property identifiers to copy.\n * @param {Object} [object={}] The object to copy properties to.\n * @param {Function} [customizer] The function to customize copied values.\n * @returns {Object} Returns `object`.\n */\nfunction copyObject(source, props, object, customizer) {\n  var isNew = !object;\n  object || (object = {});\n\n  var index = -1,\n      length = props.length;\n\n  while (++index < length) {\n    var key = props[index];\n\n    var newValue = customizer\n      ? customizer(object[key], source[key], key, object, source)\n      : undefined;\n\n    if (newValue === undefined) {\n      newValue = source[key];\n    }\n    if (isNew) {\n      baseAssignValue(object, key, newValue);\n    } else {\n      assignValue(object, key, newValue);\n    }\n  }\n  return object;\n}\n\nmodule.exports = copyObject;\n","var copyObject = require('./_copyObject'),\n    getSymbols = require('./_getSymbols');\n\n/**\n * Copies own symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbols(source, object) {\n  return copyObject(source, getSymbols(source), object);\n}\n\nmodule.exports = copySymbols;\n","var copyObject = require('./_copyObject'),\n    getSymbolsIn = require('./_getSymbolsIn');\n\n/**\n * Copies own and inherited symbols of `source` to `object`.\n *\n * @private\n * @param {Object} source The object to copy symbols from.\n * @param {Object} [object={}] The object to copy symbols to.\n * @returns {Object} Returns `object`.\n */\nfunction copySymbolsIn(source, object) {\n  return copyObject(source, getSymbolsIn(source), object);\n}\n\nmodule.exports = copySymbolsIn;\n","var root = require('./_root');\n\n/** Used to detect overreaching core-js shims. */\nvar coreJsData = root['__core-js_shared__'];\n\nmodule.exports = coreJsData;\n","/**\n * Gets the number of `placeholder` occurrences in `array`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} placeholder The placeholder to search for.\n * @returns {number} Returns the placeholder count.\n */\nfunction countHolders(array, placeholder) {\n  var length = array.length,\n      result = 0;\n\n  while (length--) {\n    if (array[length] === placeholder) {\n      ++result;\n    }\n  }\n  return result;\n}\n\nmodule.exports = countHolders;\n","var baseRest = require('./_baseRest'),\n    isIterateeCall = require('./_isIterateeCall');\n\n/**\n * Creates a function like `_.assign`.\n *\n * @private\n * @param {Function} assigner The function to assign values.\n * @returns {Function} Returns the new assigner function.\n */\nfunction createAssigner(assigner) {\n  return baseRest(function(object, sources) {\n    var index = -1,\n        length = sources.length,\n        customizer = length > 1 ? sources[length - 1] : undefined,\n        guard = length > 2 ? sources[2] : undefined;\n\n    customizer = (assigner.length > 3 && typeof customizer == 'function')\n      ? (length--, customizer)\n      : undefined;\n\n    if (guard && isIterateeCall(sources[0], sources[1], guard)) {\n      customizer = length < 3 ? undefined : customizer;\n      length = 1;\n    }\n    object = Object(object);\n    while (++index < length) {\n      var source = sources[index];\n      if (source) {\n        assigner(object, source, index, customizer);\n      }\n    }\n    return object;\n  });\n}\n\nmodule.exports = createAssigner;\n","/**\n * Creates a base function for methods like `_.forIn` and `_.forOwn`.\n *\n * @private\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Function} Returns the new base function.\n */\nfunction createBaseFor(fromRight) {\n  return function(object, iteratee, keysFunc) {\n    var index = -1,\n        iterable = Object(object),\n        props = keysFunc(object),\n        length = props.length;\n\n    while (length--) {\n      var key = props[fromRight ? length : ++index];\n      if (iteratee(iterable[key], key, iterable) === false) {\n        break;\n      }\n    }\n    return object;\n  };\n}\n\nmodule.exports = createBaseFor;\n","var createCtor = require('./_createCtor'),\n    root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the optional `this`\n * binding of `thisArg`.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createBind(func, bitmask, thisArg) {\n  var isBind = bitmask & WRAP_BIND_FLAG,\n      Ctor = createCtor(func);\n\n  function wrapper() {\n    var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n    return fn.apply(isBind ? thisArg : this, arguments);\n  }\n  return wrapper;\n}\n\nmodule.exports = createBind;\n","var baseCreate = require('./_baseCreate'),\n    isObject = require('./isObject');\n\n/**\n * Creates a function that produces an instance of `Ctor` regardless of\n * whether it was invoked as part of a `new` expression or by `call` or `apply`.\n *\n * @private\n * @param {Function} Ctor The constructor to wrap.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCtor(Ctor) {\n  return function() {\n    // Use a `switch` statement to work with class constructors. See\n    // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist\n    // for more details.\n    var args = arguments;\n    switch (args.length) {\n      case 0: return new Ctor;\n      case 1: return new Ctor(args[0]);\n      case 2: return new Ctor(args[0], args[1]);\n      case 3: return new Ctor(args[0], args[1], args[2]);\n      case 4: return new Ctor(args[0], args[1], args[2], args[3]);\n      case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]);\n      case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]);\n      case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]);\n    }\n    var thisBinding = baseCreate(Ctor.prototype),\n        result = Ctor.apply(thisBinding, args);\n\n    // Mimic the constructor's `return` behavior.\n    // See https://es5.github.io/#x13.2.2 for more details.\n    return isObject(result) ? result : thisBinding;\n  };\n}\n\nmodule.exports = createCtor;\n","var apply = require('./_apply'),\n    createCtor = require('./_createCtor'),\n    createHybrid = require('./_createHybrid'),\n    createRecurry = require('./_createRecurry'),\n    getHolder = require('./_getHolder'),\n    replaceHolders = require('./_replaceHolders'),\n    root = require('./_root');\n\n/**\n * Creates a function that wraps `func` to enable currying.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {number} arity The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createCurry(func, bitmask, arity) {\n  var Ctor = createCtor(func);\n\n  function wrapper() {\n    var length = arguments.length,\n        args = Array(length),\n        index = length,\n        placeholder = getHolder(wrapper);\n\n    while (index--) {\n      args[index] = arguments[index];\n    }\n    var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder)\n      ? []\n      : replaceHolders(args, placeholder);\n\n    length -= holders.length;\n    if (length < arity) {\n      return createRecurry(\n        func, bitmask, createHybrid, wrapper.placeholder, undefined,\n        args, holders, undefined, undefined, arity - length);\n    }\n    var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n    return apply(fn, this, args);\n  }\n  return wrapper;\n}\n\nmodule.exports = createCurry;\n","var LodashWrapper = require('./_LodashWrapper'),\n    flatRest = require('./_flatRest'),\n    getData = require('./_getData'),\n    getFuncName = require('./_getFuncName'),\n    isArray = require('./isArray'),\n    isLaziable = require('./_isLaziable');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_CURRY_FLAG = 8,\n    WRAP_PARTIAL_FLAG = 32,\n    WRAP_ARY_FLAG = 128,\n    WRAP_REARG_FLAG = 256;\n\n/**\n * Creates a `_.flow` or `_.flowRight` function.\n *\n * @private\n * @param {boolean} [fromRight] Specify iterating from right to left.\n * @returns {Function} Returns the new flow function.\n */\nfunction createFlow(fromRight) {\n  return flatRest(function(funcs) {\n    var length = funcs.length,\n        index = length,\n        prereq = LodashWrapper.prototype.thru;\n\n    if (fromRight) {\n      funcs.reverse();\n    }\n    while (index--) {\n      var func = funcs[index];\n      if (typeof func != 'function') {\n        throw new TypeError(FUNC_ERROR_TEXT);\n      }\n      if (prereq && !wrapper && getFuncName(func) == 'wrapper') {\n        var wrapper = new LodashWrapper([], true);\n      }\n    }\n    index = wrapper ? index : length;\n    while (++index < length) {\n      func = funcs[index];\n\n      var funcName = getFuncName(func),\n          data = funcName == 'wrapper' ? getData(func) : undefined;\n\n      if (data && isLaziable(data[0]) &&\n            data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) &&\n            !data[4].length && data[9] == 1\n          ) {\n        wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]);\n      } else {\n        wrapper = (func.length == 1 && isLaziable(func))\n          ? wrapper[funcName]()\n          : wrapper.thru(func);\n      }\n    }\n    return function() {\n      var args = arguments,\n          value = args[0];\n\n      if (wrapper && args.length == 1 && isArray(value)) {\n        return wrapper.plant(value).value();\n      }\n      var index = 0,\n          result = length ? funcs[index].apply(this, args) : value;\n\n      while (++index < length) {\n        result = funcs[index].call(this, result);\n      }\n      return result;\n    };\n  });\n}\n\nmodule.exports = createFlow;\n","var composeArgs = require('./_composeArgs'),\n    composeArgsRight = require('./_composeArgsRight'),\n    countHolders = require('./_countHolders'),\n    createCtor = require('./_createCtor'),\n    createRecurry = require('./_createRecurry'),\n    getHolder = require('./_getHolder'),\n    reorder = require('./_reorder'),\n    replaceHolders = require('./_replaceHolders'),\n    root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_CURRY_RIGHT_FLAG = 16,\n    WRAP_ARY_FLAG = 128,\n    WRAP_FLIP_FLAG = 512;\n\n/**\n * Creates a function that wraps `func` to invoke it with optional `this`\n * binding of `thisArg`, partial application, and currying.\n *\n * @private\n * @param {Function|string} func The function or method name to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to prepend to those provided to\n *  the new function.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [partialsRight] The arguments to append to those provided\n *  to the new function.\n * @param {Array} [holdersRight] The `partialsRight` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) {\n  var isAry = bitmask & WRAP_ARY_FLAG,\n      isBind = bitmask & WRAP_BIND_FLAG,\n      isBindKey = bitmask & WRAP_BIND_KEY_FLAG,\n      isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG),\n      isFlip = bitmask & WRAP_FLIP_FLAG,\n      Ctor = isBindKey ? undefined : createCtor(func);\n\n  function wrapper() {\n    var length = arguments.length,\n        args = Array(length),\n        index = length;\n\n    while (index--) {\n      args[index] = arguments[index];\n    }\n    if (isCurried) {\n      var placeholder = getHolder(wrapper),\n          holdersCount = countHolders(args, placeholder);\n    }\n    if (partials) {\n      args = composeArgs(args, partials, holders, isCurried);\n    }\n    if (partialsRight) {\n      args = composeArgsRight(args, partialsRight, holdersRight, isCurried);\n    }\n    length -= holdersCount;\n    if (isCurried && length < arity) {\n      var newHolders = replaceHolders(args, placeholder);\n      return createRecurry(\n        func, bitmask, createHybrid, wrapper.placeholder, thisArg,\n        args, newHolders, argPos, ary, arity - length\n      );\n    }\n    var thisBinding = isBind ? thisArg : this,\n        fn = isBindKey ? thisBinding[func] : func;\n\n    length = args.length;\n    if (argPos) {\n      args = reorder(args, argPos);\n    } else if (isFlip && length > 1) {\n      args.reverse();\n    }\n    if (isAry && ary < length) {\n      args.length = ary;\n    }\n    if (this && this !== root && this instanceof wrapper) {\n      fn = Ctor || createCtor(fn);\n    }\n    return fn.apply(thisBinding, args);\n  }\n  return wrapper;\n}\n\nmodule.exports = createHybrid;\n","var apply = require('./_apply'),\n    createCtor = require('./_createCtor'),\n    root = require('./_root');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1;\n\n/**\n * Creates a function that wraps `func` to invoke it with the `this` binding\n * of `thisArg` and `partials` prepended to the arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {*} thisArg The `this` binding of `func`.\n * @param {Array} partials The arguments to prepend to those provided to\n *  the new function.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createPartial(func, bitmask, thisArg, partials) {\n  var isBind = bitmask & WRAP_BIND_FLAG,\n      Ctor = createCtor(func);\n\n  function wrapper() {\n    var argsIndex = -1,\n        argsLength = arguments.length,\n        leftIndex = -1,\n        leftLength = partials.length,\n        args = Array(leftLength + argsLength),\n        fn = (this && this !== root && this instanceof wrapper) ? Ctor : func;\n\n    while (++leftIndex < leftLength) {\n      args[leftIndex] = partials[leftIndex];\n    }\n    while (argsLength--) {\n      args[leftIndex++] = arguments[++argsIndex];\n    }\n    return apply(fn, isBind ? thisArg : this, args);\n  }\n  return wrapper;\n}\n\nmodule.exports = createPartial;\n","var isLaziable = require('./_isLaziable'),\n    setData = require('./_setData'),\n    setWrapToString = require('./_setWrapToString');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_BOUND_FLAG = 4,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_PARTIAL_FLAG = 32,\n    WRAP_PARTIAL_RIGHT_FLAG = 64;\n\n/**\n * Creates a function that wraps `func` to continue currying.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @param {Function} wrapFunc The function to create the `func` wrapper.\n * @param {*} placeholder The placeholder value.\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to prepend to those provided to\n *  the new function.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) {\n  var isCurry = bitmask & WRAP_CURRY_FLAG,\n      newHolders = isCurry ? holders : undefined,\n      newHoldersRight = isCurry ? undefined : holders,\n      newPartials = isCurry ? partials : undefined,\n      newPartialsRight = isCurry ? undefined : partials;\n\n  bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG);\n  bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG);\n\n  if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) {\n    bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG);\n  }\n  var newData = [\n    func, bitmask, thisArg, newPartials, newHolders, newPartialsRight,\n    newHoldersRight, argPos, ary, arity\n  ];\n\n  var result = wrapFunc.apply(undefined, newData);\n  if (isLaziable(func)) {\n    setData(result, newData);\n  }\n  result.placeholder = placeholder;\n  return setWrapToString(result, func, bitmask);\n}\n\nmodule.exports = createRecurry;\n","var Set = require('./_Set'),\n    noop = require('./noop'),\n    setToArray = require('./_setToArray');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Creates a set object of `values`.\n *\n * @private\n * @param {Array} values The values to add to the set.\n * @returns {Object} Returns the new set.\n */\nvar createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) {\n  return new Set(values);\n};\n\nmodule.exports = createSet;\n","var baseSetData = require('./_baseSetData'),\n    createBind = require('./_createBind'),\n    createCurry = require('./_createCurry'),\n    createHybrid = require('./_createHybrid'),\n    createPartial = require('./_createPartial'),\n    getData = require('./_getData'),\n    mergeData = require('./_mergeData'),\n    setData = require('./_setData'),\n    setWrapToString = require('./_setWrapToString'),\n    toInteger = require('./toInteger');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_CURRY_RIGHT_FLAG = 16,\n    WRAP_PARTIAL_FLAG = 32,\n    WRAP_PARTIAL_RIGHT_FLAG = 64;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * Creates a function that either curries or invokes `func` with optional\n * `this` binding and partially applied arguments.\n *\n * @private\n * @param {Function|string} func The function or method name to wrap.\n * @param {number} bitmask The bitmask flags.\n *    1 - `_.bind`\n *    2 - `_.bindKey`\n *    4 - `_.curry` or `_.curryRight` of a bound function\n *    8 - `_.curry`\n *   16 - `_.curryRight`\n *   32 - `_.partial`\n *   64 - `_.partialRight`\n *  128 - `_.rearg`\n *  256 - `_.ary`\n *  512 - `_.flip`\n * @param {*} [thisArg] The `this` binding of `func`.\n * @param {Array} [partials] The arguments to be partially applied.\n * @param {Array} [holders] The `partials` placeholder indexes.\n * @param {Array} [argPos] The argument positions of the new function.\n * @param {number} [ary] The arity cap of `func`.\n * @param {number} [arity] The arity of `func`.\n * @returns {Function} Returns the new wrapped function.\n */\nfunction createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) {\n  var isBindKey = bitmask & WRAP_BIND_KEY_FLAG;\n  if (!isBindKey && typeof func != 'function') {\n    throw new TypeError(FUNC_ERROR_TEXT);\n  }\n  var length = partials ? partials.length : 0;\n  if (!length) {\n    bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG);\n    partials = holders = undefined;\n  }\n  ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0);\n  arity = arity === undefined ? arity : toInteger(arity);\n  length -= holders ? holders.length : 0;\n\n  if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) {\n    var partialsRight = partials,\n        holdersRight = holders;\n\n    partials = holders = undefined;\n  }\n  var data = isBindKey ? undefined : getData(func);\n\n  var newData = [\n    func, bitmask, thisArg, partials, holders, partialsRight, holdersRight,\n    argPos, ary, arity\n  ];\n\n  if (data) {\n    mergeData(newData, data);\n  }\n  func = newData[0];\n  bitmask = newData[1];\n  thisArg = newData[2];\n  partials = newData[3];\n  holders = newData[4];\n  arity = newData[9] = newData[9] === undefined\n    ? (isBindKey ? 0 : func.length)\n    : nativeMax(newData[9] - length, 0);\n\n  if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) {\n    bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG);\n  }\n  if (!bitmask || bitmask == WRAP_BIND_FLAG) {\n    var result = createBind(func, bitmask, thisArg);\n  } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) {\n    result = createCurry(func, bitmask, arity);\n  } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) {\n    result = createPartial(func, bitmask, thisArg, partials);\n  } else {\n    result = createHybrid.apply(undefined, newData);\n  }\n  var setter = data ? baseSetData : setData;\n  return setWrapToString(setter(result, newData), func, bitmask);\n}\n\nmodule.exports = createWrap;\n","var isPlainObject = require('./isPlainObject');\n\n/**\n * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain\n * objects.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {string} key The key of the property to inspect.\n * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`.\n */\nfunction customOmitClone(value) {\n  return isPlainObject(value) ? undefined : value;\n}\n\nmodule.exports = customOmitClone;\n","var getNative = require('./_getNative');\n\nvar defineProperty = (function() {\n  try {\n    var func = getNative(Object, 'defineProperty');\n    func({}, '', {});\n    return func;\n  } catch (e) {}\n}());\n\nmodule.exports = defineProperty;\n","var SetCache = require('./_SetCache'),\n    arraySome = require('./_arraySome'),\n    cacheHas = require('./_cacheHas');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n    COMPARE_UNORDERED_FLAG = 2;\n\n/**\n * A specialized version of `baseIsEqualDeep` for arrays with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Array} array The array to compare.\n * @param {Array} other The other array to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `array` and `other` objects.\n * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.\n */\nfunction equalArrays(array, other, bitmask, customizer, equalFunc, stack) {\n  var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n      arrLength = array.length,\n      othLength = other.length;\n\n  if (arrLength != othLength && !(isPartial && othLength > arrLength)) {\n    return false;\n  }\n  // Check that cyclic values are equal.\n  var arrStacked = stack.get(array);\n  var othStacked = stack.get(other);\n  if (arrStacked && othStacked) {\n    return arrStacked == other && othStacked == array;\n  }\n  var index = -1,\n      result = true,\n      seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined;\n\n  stack.set(array, other);\n  stack.set(other, array);\n\n  // Ignore non-index properties.\n  while (++index < arrLength) {\n    var arrValue = array[index],\n        othValue = other[index];\n\n    if (customizer) {\n      var compared = isPartial\n        ? customizer(othValue, arrValue, index, other, array, stack)\n        : customizer(arrValue, othValue, index, array, other, stack);\n    }\n    if (compared !== undefined) {\n      if (compared) {\n        continue;\n      }\n      result = false;\n      break;\n    }\n    // Recursively compare arrays (susceptible to call stack limits).\n    if (seen) {\n      if (!arraySome(other, function(othValue, othIndex) {\n            if (!cacheHas(seen, othIndex) &&\n                (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {\n              return seen.push(othIndex);\n            }\n          })) {\n        result = false;\n        break;\n      }\n    } else if (!(\n          arrValue === othValue ||\n            equalFunc(arrValue, othValue, bitmask, customizer, stack)\n        )) {\n      result = false;\n      break;\n    }\n  }\n  stack['delete'](array);\n  stack['delete'](other);\n  return result;\n}\n\nmodule.exports = equalArrays;\n","var Symbol = require('./_Symbol'),\n    Uint8Array = require('./_Uint8Array'),\n    eq = require('./eq'),\n    equalArrays = require('./_equalArrays'),\n    mapToArray = require('./_mapToArray'),\n    setToArray = require('./_setToArray');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1,\n    COMPARE_UNORDERED_FLAG = 2;\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n    dateTag = '[object Date]',\n    errorTag = '[object Error]',\n    mapTag = '[object Map]',\n    numberTag = '[object Number]',\n    regexpTag = '[object RegExp]',\n    setTag = '[object Set]',\n    stringTag = '[object String]',\n    symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n    dataViewTag = '[object DataView]';\n\n/** Used to convert symbols to primitives and strings. */\nvar symbolProto = Symbol ? Symbol.prototype : undefined,\n    symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;\n\n/**\n * A specialized version of `baseIsEqualDeep` for comparing objects of\n * the same `toStringTag`.\n *\n * **Note:** This function only supports comparing values with tags of\n * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {string} tag The `toStringTag` of the objects to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {\n  switch (tag) {\n    case dataViewTag:\n      if ((object.byteLength != other.byteLength) ||\n          (object.byteOffset != other.byteOffset)) {\n        return false;\n      }\n      object = object.buffer;\n      other = other.buffer;\n\n    case arrayBufferTag:\n      if ((object.byteLength != other.byteLength) ||\n          !equalFunc(new Uint8Array(object), new Uint8Array(other))) {\n        return false;\n      }\n      return true;\n\n    case boolTag:\n    case dateTag:\n    case numberTag:\n      // Coerce booleans to `1` or `0` and dates to milliseconds.\n      // Invalid dates are coerced to `NaN`.\n      return eq(+object, +other);\n\n    case errorTag:\n      return object.name == other.name && object.message == other.message;\n\n    case regexpTag:\n    case stringTag:\n      // Coerce regexes to strings and treat strings, primitives and objects,\n      // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring\n      // for more details.\n      return object == (other + '');\n\n    case mapTag:\n      var convert = mapToArray;\n\n    case setTag:\n      var isPartial = bitmask & COMPARE_PARTIAL_FLAG;\n      convert || (convert = setToArray);\n\n      if (object.size != other.size && !isPartial) {\n        return false;\n      }\n      // Assume cyclic values are equal.\n      var stacked = stack.get(object);\n      if (stacked) {\n        return stacked == other;\n      }\n      bitmask |= COMPARE_UNORDERED_FLAG;\n\n      // Recursively compare objects (susceptible to call stack limits).\n      stack.set(object, other);\n      var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);\n      stack['delete'](object);\n      return result;\n\n    case symbolTag:\n      if (symbolValueOf) {\n        return symbolValueOf.call(object) == symbolValueOf.call(other);\n      }\n  }\n  return false;\n}\n\nmodule.exports = equalByTag;\n","var getAllKeys = require('./_getAllKeys');\n\n/** Used to compose bitmasks for value comparisons. */\nvar COMPARE_PARTIAL_FLAG = 1;\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * A specialized version of `baseIsEqualDeep` for objects with support for\n * partial deep comparisons.\n *\n * @private\n * @param {Object} object The object to compare.\n * @param {Object} other The other object to compare.\n * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.\n * @param {Function} customizer The function to customize comparisons.\n * @param {Function} equalFunc The function to determine equivalents of values.\n * @param {Object} stack Tracks traversed `object` and `other` objects.\n * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.\n */\nfunction equalObjects(object, other, bitmask, customizer, equalFunc, stack) {\n  var isPartial = bitmask & COMPARE_PARTIAL_FLAG,\n      objProps = getAllKeys(object),\n      objLength = objProps.length,\n      othProps = getAllKeys(other),\n      othLength = othProps.length;\n\n  if (objLength != othLength && !isPartial) {\n    return false;\n  }\n  var index = objLength;\n  while (index--) {\n    var key = objProps[index];\n    if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) {\n      return false;\n    }\n  }\n  // Check that cyclic values are equal.\n  var objStacked = stack.get(object);\n  var othStacked = stack.get(other);\n  if (objStacked && othStacked) {\n    return objStacked == other && othStacked == object;\n  }\n  var result = true;\n  stack.set(object, other);\n  stack.set(other, object);\n\n  var skipCtor = isPartial;\n  while (++index < objLength) {\n    key = objProps[index];\n    var objValue = object[key],\n        othValue = other[key];\n\n    if (customizer) {\n      var compared = isPartial\n        ? customizer(othValue, objValue, key, other, object, stack)\n        : customizer(objValue, othValue, key, object, other, stack);\n    }\n    // Recursively compare objects (susceptible to call stack limits).\n    if (!(compared === undefined\n          ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack))\n          : compared\n        )) {\n      result = false;\n      break;\n    }\n    skipCtor || (skipCtor = key == 'constructor');\n  }\n  if (result && !skipCtor) {\n    var objCtor = object.constructor,\n        othCtor = other.constructor;\n\n    // Non `Object` object instances with different constructors are not equal.\n    if (objCtor != othCtor &&\n        ('constructor' in object && 'constructor' in other) &&\n        !(typeof objCtor == 'function' && objCtor instanceof objCtor &&\n          typeof othCtor == 'function' && othCtor instanceof othCtor)) {\n      result = false;\n    }\n  }\n  stack['delete'](object);\n  stack['delete'](other);\n  return result;\n}\n\nmodule.exports = equalObjects;\n","var flatten = require('./flatten'),\n    overRest = require('./_overRest'),\n    setToString = require('./_setToString');\n\n/**\n * A specialized version of `baseRest` which flattens the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @returns {Function} Returns the new function.\n */\nfunction flatRest(func) {\n  return setToString(overRest(func, undefined, flatten), func + '');\n}\n\nmodule.exports = flatRest;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n    getSymbols = require('./_getSymbols'),\n    keys = require('./keys');\n\n/**\n * Creates an array of own enumerable property names and symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeys(object) {\n  return baseGetAllKeys(object, keys, getSymbols);\n}\n\nmodule.exports = getAllKeys;\n","var baseGetAllKeys = require('./_baseGetAllKeys'),\n    getSymbolsIn = require('./_getSymbolsIn'),\n    keysIn = require('./keysIn');\n\n/**\n * Creates an array of own and inherited enumerable property names and\n * symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names and symbols.\n */\nfunction getAllKeysIn(object) {\n  return baseGetAllKeys(object, keysIn, getSymbolsIn);\n}\n\nmodule.exports = getAllKeysIn;\n","var metaMap = require('./_metaMap'),\n    noop = require('./noop');\n\n/**\n * Gets metadata for `func`.\n *\n * @private\n * @param {Function} func The function to query.\n * @returns {*} Returns the metadata for `func`.\n */\nvar getData = !metaMap ? noop : function(func) {\n  return metaMap.get(func);\n};\n\nmodule.exports = getData;\n","var realNames = require('./_realNames');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the name of `func`.\n *\n * @private\n * @param {Function} func The function to query.\n * @returns {string} Returns the function name.\n */\nfunction getFuncName(func) {\n  var result = (func.name + ''),\n      array = realNames[result],\n      length = hasOwnProperty.call(realNames, result) ? array.length : 0;\n\n  while (length--) {\n    var data = array[length],\n        otherFunc = data.func;\n    if (otherFunc == null || otherFunc == func) {\n      return data.name;\n    }\n  }\n  return result;\n}\n\nmodule.exports = getFuncName;\n","/**\n * Gets the argument placeholder value for `func`.\n *\n * @private\n * @param {Function} func The function to inspect.\n * @returns {*} Returns the placeholder value.\n */\nfunction getHolder(func) {\n  var object = func;\n  return object.placeholder;\n}\n\nmodule.exports = getHolder;\n","var isKeyable = require('./_isKeyable');\n\n/**\n * Gets the data for `map`.\n *\n * @private\n * @param {Object} map The map to query.\n * @param {string} key The reference key.\n * @returns {*} Returns the map data.\n */\nfunction getMapData(map, key) {\n  var data = map.__data__;\n  return isKeyable(key)\n    ? data[typeof key == 'string' ? 'string' : 'hash']\n    : data.map;\n}\n\nmodule.exports = getMapData;\n","var isStrictComparable = require('./_isStrictComparable'),\n    keys = require('./keys');\n\n/**\n * Gets the property names, values, and compare flags of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the match data of `object`.\n */\nfunction getMatchData(object) {\n  var result = keys(object),\n      length = result.length;\n\n  while (length--) {\n    var key = result[length],\n        value = object[key];\n\n    result[length] = [key, value, isStrictComparable(value)];\n  }\n  return result;\n}\n\nmodule.exports = getMatchData;\n","var baseIsNative = require('./_baseIsNative'),\n    getValue = require('./_getValue');\n\n/**\n * Gets the native function at `key` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the method to get.\n * @returns {*} Returns the function if it's native, else `undefined`.\n */\nfunction getNative(object, key) {\n  var value = getValue(object, key);\n  return baseIsNative(value) ? value : undefined;\n}\n\nmodule.exports = getNative;\n","var overArg = require('./_overArg');\n\n/** Built-in value references. */\nvar getPrototype = overArg(Object.getPrototypeOf, Object);\n\nmodule.exports = getPrototype;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n  var isOwn = hasOwnProperty.call(value, symToStringTag),\n      tag = value[symToStringTag];\n\n  try {\n    value[symToStringTag] = undefined;\n    var unmasked = true;\n  } catch (e) {}\n\n  var result = nativeObjectToString.call(value);\n  if (unmasked) {\n    if (isOwn) {\n      value[symToStringTag] = tag;\n    } else {\n      delete value[symToStringTag];\n    }\n  }\n  return result;\n}\n\nmodule.exports = getRawTag;\n","var arrayFilter = require('./_arrayFilter'),\n    stubArray = require('./stubArray');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbols = !nativeGetSymbols ? stubArray : function(object) {\n  if (object == null) {\n    return [];\n  }\n  object = Object(object);\n  return arrayFilter(nativeGetSymbols(object), function(symbol) {\n    return propertyIsEnumerable.call(object, symbol);\n  });\n};\n\nmodule.exports = getSymbols;\n","var arrayPush = require('./_arrayPush'),\n    getPrototype = require('./_getPrototype'),\n    getSymbols = require('./_getSymbols'),\n    stubArray = require('./stubArray');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeGetSymbols = Object.getOwnPropertySymbols;\n\n/**\n * Creates an array of the own and inherited enumerable symbols of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of symbols.\n */\nvar getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) {\n  var result = [];\n  while (object) {\n    arrayPush(result, getSymbols(object));\n    object = getPrototype(object);\n  }\n  return result;\n};\n\nmodule.exports = getSymbolsIn;\n","var DataView = require('./_DataView'),\n    Map = require('./_Map'),\n    Promise = require('./_Promise'),\n    Set = require('./_Set'),\n    WeakMap = require('./_WeakMap'),\n    baseGetTag = require('./_baseGetTag'),\n    toSource = require('./_toSource');\n\n/** `Object#toString` result references. */\nvar mapTag = '[object Map]',\n    objectTag = '[object Object]',\n    promiseTag = '[object Promise]',\n    setTag = '[object Set]',\n    weakMapTag = '[object WeakMap]';\n\nvar dataViewTag = '[object DataView]';\n\n/** Used to detect maps, sets, and weakmaps. */\nvar dataViewCtorString = toSource(DataView),\n    mapCtorString = toSource(Map),\n    promiseCtorString = toSource(Promise),\n    setCtorString = toSource(Set),\n    weakMapCtorString = toSource(WeakMap);\n\n/**\n * Gets the `toStringTag` of `value`.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nvar getTag = baseGetTag;\n\n// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.\nif ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||\n    (Map && getTag(new Map) != mapTag) ||\n    (Promise && getTag(Promise.resolve()) != promiseTag) ||\n    (Set && getTag(new Set) != setTag) ||\n    (WeakMap && getTag(new WeakMap) != weakMapTag)) {\n  getTag = function(value) {\n    var result = baseGetTag(value),\n        Ctor = result == objectTag ? value.constructor : undefined,\n        ctorString = Ctor ? toSource(Ctor) : '';\n\n    if (ctorString) {\n      switch (ctorString) {\n        case dataViewCtorString: return dataViewTag;\n        case mapCtorString: return mapTag;\n        case promiseCtorString: return promiseTag;\n        case setCtorString: return setTag;\n        case weakMapCtorString: return weakMapTag;\n      }\n    }\n    return result;\n  };\n}\n\nmodule.exports = getTag;\n","/**\n * Gets the value at `key` of `object`.\n *\n * @private\n * @param {Object} [object] The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction getValue(object, key) {\n  return object == null ? undefined : object[key];\n}\n\nmodule.exports = getValue;\n","/** Used to match wrap detail comments. */\nvar reWrapDetails = /\\{\\n\\/\\* \\[wrapped with (.+)\\] \\*/,\n    reSplitDetails = /,? & /;\n\n/**\n * Extracts wrapper details from the `source` body comment.\n *\n * @private\n * @param {string} source The source to inspect.\n * @returns {Array} Returns the wrapper details.\n */\nfunction getWrapDetails(source) {\n  var match = source.match(reWrapDetails);\n  return match ? match[1].split(reSplitDetails) : [];\n}\n\nmodule.exports = getWrapDetails;\n","var castPath = require('./_castPath'),\n    isArguments = require('./isArguments'),\n    isArray = require('./isArray'),\n    isIndex = require('./_isIndex'),\n    isLength = require('./isLength'),\n    toKey = require('./_toKey');\n\n/**\n * Checks if `path` exists on `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @param {Function} hasFunc The function to check properties.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n */\nfunction hasPath(object, path, hasFunc) {\n  path = castPath(path, object);\n\n  var index = -1,\n      length = path.length,\n      result = false;\n\n  while (++index < length) {\n    var key = toKey(path[index]);\n    if (!(result = object != null && hasFunc(object, key))) {\n      break;\n    }\n    object = object[key];\n  }\n  if (result || ++index != length) {\n    return result;\n  }\n  length = object == null ? 0 : object.length;\n  return !!length && isLength(length) && isIndex(key, length) &&\n    (isArray(object) || isArguments(object));\n}\n\nmodule.exports = hasPath;\n","var nativeCreate = require('./_nativeCreate');\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n  this.__data__ = nativeCreate ? nativeCreate(null) : {};\n  this.size = 0;\n}\n\nmodule.exports = hashClear;\n","/**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction hashDelete(key) {\n  var result = this.has(key) && delete this.__data__[key];\n  this.size -= result ? 1 : 0;\n  return result;\n}\n\nmodule.exports = hashDelete;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Gets the hash value for `key`.\n *\n * @private\n * @name get\n * @memberOf Hash\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction hashGet(key) {\n  var data = this.__data__;\n  if (nativeCreate) {\n    var result = data[key];\n    return result === HASH_UNDEFINED ? undefined : result;\n  }\n  return hasOwnProperty.call(data, key) ? data[key] : undefined;\n}\n\nmodule.exports = hashGet;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Checks if a hash value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Hash\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction hashHas(key) {\n  var data = this.__data__;\n  return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);\n}\n\nmodule.exports = hashHas;\n","var nativeCreate = require('./_nativeCreate');\n\n/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Sets the hash `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Hash\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the hash instance.\n */\nfunction hashSet(key, value) {\n  var data = this.__data__;\n  this.size += this.has(key) ? 0 : 1;\n  data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;\n  return this;\n}\n\nmodule.exports = hashSet;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Initializes an array clone.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the initialized clone.\n */\nfunction initCloneArray(array) {\n  var length = array.length,\n      result = new array.constructor(length);\n\n  // Add properties assigned by `RegExp#exec`.\n  if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {\n    result.index = array.index;\n    result.input = array.input;\n  }\n  return result;\n}\n\nmodule.exports = initCloneArray;\n","var cloneArrayBuffer = require('./_cloneArrayBuffer'),\n    cloneDataView = require('./_cloneDataView'),\n    cloneRegExp = require('./_cloneRegExp'),\n    cloneSymbol = require('./_cloneSymbol'),\n    cloneTypedArray = require('./_cloneTypedArray');\n\n/** `Object#toString` result references. */\nvar boolTag = '[object Boolean]',\n    dateTag = '[object Date]',\n    mapTag = '[object Map]',\n    numberTag = '[object Number]',\n    regexpTag = '[object RegExp]',\n    setTag = '[object Set]',\n    stringTag = '[object String]',\n    symbolTag = '[object Symbol]';\n\nvar arrayBufferTag = '[object ArrayBuffer]',\n    dataViewTag = '[object DataView]',\n    float32Tag = '[object Float32Array]',\n    float64Tag = '[object Float64Array]',\n    int8Tag = '[object Int8Array]',\n    int16Tag = '[object Int16Array]',\n    int32Tag = '[object Int32Array]',\n    uint8Tag = '[object Uint8Array]',\n    uint8ClampedTag = '[object Uint8ClampedArray]',\n    uint16Tag = '[object Uint16Array]',\n    uint32Tag = '[object Uint32Array]';\n\n/**\n * Initializes an object clone based on its `toStringTag`.\n *\n * **Note:** This function only supports cloning values with tags of\n * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.\n *\n * @private\n * @param {Object} object The object to clone.\n * @param {string} tag The `toStringTag` of the object to clone.\n * @param {boolean} [isDeep] Specify a deep clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneByTag(object, tag, isDeep) {\n  var Ctor = object.constructor;\n  switch (tag) {\n    case arrayBufferTag:\n      return cloneArrayBuffer(object);\n\n    case boolTag:\n    case dateTag:\n      return new Ctor(+object);\n\n    case dataViewTag:\n      return cloneDataView(object, isDeep);\n\n    case float32Tag: case float64Tag:\n    case int8Tag: case int16Tag: case int32Tag:\n    case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:\n      return cloneTypedArray(object, isDeep);\n\n    case mapTag:\n      return new Ctor;\n\n    case numberTag:\n    case stringTag:\n      return new Ctor(object);\n\n    case regexpTag:\n      return cloneRegExp(object);\n\n    case setTag:\n      return new Ctor;\n\n    case symbolTag:\n      return cloneSymbol(object);\n  }\n}\n\nmodule.exports = initCloneByTag;\n","var baseCreate = require('./_baseCreate'),\n    getPrototype = require('./_getPrototype'),\n    isPrototype = require('./_isPrototype');\n\n/**\n * Initializes an object clone.\n *\n * @private\n * @param {Object} object The object to clone.\n * @returns {Object} Returns the initialized clone.\n */\nfunction initCloneObject(object) {\n  return (typeof object.constructor == 'function' && !isPrototype(object))\n    ? baseCreate(getPrototype(object))\n    : {};\n}\n\nmodule.exports = initCloneObject;\n","/** Used to match wrap detail comments. */\nvar reWrapComment = /\\{(?:\\n\\/\\* \\[wrapped with .+\\] \\*\\/)?\\n?/;\n\n/**\n * Inserts wrapper `details` in a comment at the top of the `source` body.\n *\n * @private\n * @param {string} source The source to modify.\n * @returns {Array} details The details to insert.\n * @returns {string} Returns the modified source.\n */\nfunction insertWrapDetails(source, details) {\n  var length = details.length;\n  if (!length) {\n    return source;\n  }\n  var lastIndex = length - 1;\n  details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex];\n  details = details.join(length > 2 ? ', ' : ' ');\n  return source.replace(reWrapComment, '{\\n/* [wrapped with ' + details + '] */\\n');\n}\n\nmodule.exports = insertWrapDetails;\n","var Symbol = require('./_Symbol'),\n    isArguments = require('./isArguments'),\n    isArray = require('./isArray');\n\n/** Built-in value references. */\nvar spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;\n\n/**\n * Checks if `value` is a flattenable `arguments` object or array.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is flattenable, else `false`.\n */\nfunction isFlattenable(value) {\n  return isArray(value) || isArguments(value) ||\n    !!(spreadableSymbol && value && value[spreadableSymbol]);\n}\n\nmodule.exports = isFlattenable;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/** Used to detect unsigned integer values. */\nvar reIsUint = /^(?:0|[1-9]\\d*)$/;\n\n/**\n * Checks if `value` is a valid array-like index.\n *\n * @private\n * @param {*} value The value to check.\n * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.\n * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.\n */\nfunction isIndex(value, length) {\n  var type = typeof value;\n  length = length == null ? MAX_SAFE_INTEGER : length;\n\n  return !!length &&\n    (type == 'number' ||\n      (type != 'symbol' && reIsUint.test(value))) &&\n        (value > -1 && value % 1 == 0 && value < length);\n}\n\nmodule.exports = isIndex;\n","var eq = require('./eq'),\n    isArrayLike = require('./isArrayLike'),\n    isIndex = require('./_isIndex'),\n    isObject = require('./isObject');\n\n/**\n * Checks if the given arguments are from an iteratee call.\n *\n * @private\n * @param {*} value The potential iteratee value argument.\n * @param {*} index The potential iteratee index or key argument.\n * @param {*} object The potential iteratee object argument.\n * @returns {boolean} Returns `true` if the arguments are from an iteratee call,\n *  else `false`.\n */\nfunction isIterateeCall(value, index, object) {\n  if (!isObject(object)) {\n    return false;\n  }\n  var type = typeof index;\n  if (type == 'number'\n        ? (isArrayLike(object) && isIndex(index, object.length))\n        : (type == 'string' && index in object)\n      ) {\n    return eq(object[index], value);\n  }\n  return false;\n}\n\nmodule.exports = isIterateeCall;\n","var isArray = require('./isArray'),\n    isSymbol = require('./isSymbol');\n\n/** Used to match property names within property paths. */\nvar reIsDeepProp = /\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,\n    reIsPlainProp = /^\\w*$/;\n\n/**\n * Checks if `value` is a property name and not a property path.\n *\n * @private\n * @param {*} value The value to check.\n * @param {Object} [object] The object to query keys on.\n * @returns {boolean} Returns `true` if `value` is a property name, else `false`.\n */\nfunction isKey(value, object) {\n  if (isArray(value)) {\n    return false;\n  }\n  var type = typeof value;\n  if (type == 'number' || type == 'symbol' || type == 'boolean' ||\n      value == null || isSymbol(value)) {\n    return true;\n  }\n  return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||\n    (object != null && value in Object(object));\n}\n\nmodule.exports = isKey;\n","/**\n * Checks if `value` is suitable for use as unique object key.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is suitable, else `false`.\n */\nfunction isKeyable(value) {\n  var type = typeof value;\n  return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')\n    ? (value !== '__proto__')\n    : (value === null);\n}\n\nmodule.exports = isKeyable;\n","var LazyWrapper = require('./_LazyWrapper'),\n    getData = require('./_getData'),\n    getFuncName = require('./_getFuncName'),\n    lodash = require('./wrapperLodash');\n\n/**\n * Checks if `func` has a lazy counterpart.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` has a lazy counterpart,\n *  else `false`.\n */\nfunction isLaziable(func) {\n  var funcName = getFuncName(func),\n      other = lodash[funcName];\n\n  if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) {\n    return false;\n  }\n  if (func === other) {\n    return true;\n  }\n  var data = getData(other);\n  return !!data && func === data[0];\n}\n\nmodule.exports = isLaziable;\n","var coreJsData = require('./_coreJsData');\n\n/** Used to detect methods masquerading as native. */\nvar maskSrcKey = (function() {\n  var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');\n  return uid ? ('Symbol(src)_1.' + uid) : '';\n}());\n\n/**\n * Checks if `func` has its source masked.\n *\n * @private\n * @param {Function} func The function to check.\n * @returns {boolean} Returns `true` if `func` is masked, else `false`.\n */\nfunction isMasked(func) {\n  return !!maskSrcKey && (maskSrcKey in func);\n}\n\nmodule.exports = isMasked;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Checks if `value` is likely a prototype object.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.\n */\nfunction isPrototype(value) {\n  var Ctor = value && value.constructor,\n      proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;\n\n  return value === proto;\n}\n\nmodule.exports = isPrototype;\n","var isObject = require('./isObject');\n\n/**\n * Checks if `value` is suitable for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` if suitable for strict\n *  equality comparisons, else `false`.\n */\nfunction isStrictComparable(value) {\n  return value === value && !isObject(value);\n}\n\nmodule.exports = isStrictComparable;\n","/**\n * Removes all key-value entries from the list cache.\n *\n * @private\n * @name clear\n * @memberOf ListCache\n */\nfunction listCacheClear() {\n  this.__data__ = [];\n  this.size = 0;\n}\n\nmodule.exports = listCacheClear;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/** Used for built-in method references. */\nvar arrayProto = Array.prototype;\n\n/** Built-in value references. */\nvar splice = arrayProto.splice;\n\n/**\n * Removes `key` and its value from the list cache.\n *\n * @private\n * @name delete\n * @memberOf ListCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction listCacheDelete(key) {\n  var data = this.__data__,\n      index = assocIndexOf(data, key);\n\n  if (index < 0) {\n    return false;\n  }\n  var lastIndex = data.length - 1;\n  if (index == lastIndex) {\n    data.pop();\n  } else {\n    splice.call(data, index, 1);\n  }\n  --this.size;\n  return true;\n}\n\nmodule.exports = listCacheDelete;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Gets the list cache value for `key`.\n *\n * @private\n * @name get\n * @memberOf ListCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction listCacheGet(key) {\n  var data = this.__data__,\n      index = assocIndexOf(data, key);\n\n  return index < 0 ? undefined : data[index][1];\n}\n\nmodule.exports = listCacheGet;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Checks if a list cache value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf ListCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction listCacheHas(key) {\n  return assocIndexOf(this.__data__, key) > -1;\n}\n\nmodule.exports = listCacheHas;\n","var assocIndexOf = require('./_assocIndexOf');\n\n/**\n * Sets the list cache `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf ListCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the list cache instance.\n */\nfunction listCacheSet(key, value) {\n  var data = this.__data__,\n      index = assocIndexOf(data, key);\n\n  if (index < 0) {\n    ++this.size;\n    data.push([key, value]);\n  } else {\n    data[index][1] = value;\n  }\n  return this;\n}\n\nmodule.exports = listCacheSet;\n","var Hash = require('./_Hash'),\n    ListCache = require('./_ListCache'),\n    Map = require('./_Map');\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n  this.size = 0;\n  this.__data__ = {\n    'hash': new Hash,\n    'map': new (Map || ListCache),\n    'string': new Hash\n  };\n}\n\nmodule.exports = mapCacheClear;\n","var getMapData = require('./_getMapData');\n\n/**\n * Removes `key` and its value from the map.\n *\n * @private\n * @name delete\n * @memberOf MapCache\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction mapCacheDelete(key) {\n  var result = getMapData(this, key)['delete'](key);\n  this.size -= result ? 1 : 0;\n  return result;\n}\n\nmodule.exports = mapCacheDelete;\n","var getMapData = require('./_getMapData');\n\n/**\n * Gets the map value for `key`.\n *\n * @private\n * @name get\n * @memberOf MapCache\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction mapCacheGet(key) {\n  return getMapData(this, key).get(key);\n}\n\nmodule.exports = mapCacheGet;\n","var getMapData = require('./_getMapData');\n\n/**\n * Checks if a map value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf MapCache\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction mapCacheHas(key) {\n  return getMapData(this, key).has(key);\n}\n\nmodule.exports = mapCacheHas;\n","var getMapData = require('./_getMapData');\n\n/**\n * Sets the map `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf MapCache\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the map cache instance.\n */\nfunction mapCacheSet(key, value) {\n  var data = getMapData(this, key),\n      size = data.size;\n\n  data.set(key, value);\n  this.size += data.size == size ? 0 : 1;\n  return this;\n}\n\nmodule.exports = mapCacheSet;\n","/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n  var index = -1,\n      result = Array(map.size);\n\n  map.forEach(function(value, key) {\n    result[++index] = [key, value];\n  });\n  return result;\n}\n\nmodule.exports = mapToArray;\n","/**\n * A specialized version of `matchesProperty` for source values suitable\n * for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\nfunction matchesStrictComparable(key, srcValue) {\n  return function(object) {\n    if (object == null) {\n      return false;\n    }\n    return object[key] === srcValue &&\n      (srcValue !== undefined || (key in Object(object)));\n  };\n}\n\nmodule.exports = matchesStrictComparable;\n","var memoize = require('./memoize');\n\n/** Used as the maximum memoize cache size. */\nvar MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Function} func The function to have its output memoized.\n * @returns {Function} Returns the new memoized function.\n */\nfunction memoizeCapped(func) {\n  var result = memoize(func, function(key) {\n    if (cache.size === MAX_MEMOIZE_SIZE) {\n      cache.clear();\n    }\n    return key;\n  });\n\n  var cache = result.cache;\n  return result;\n}\n\nmodule.exports = memoizeCapped;\n","var composeArgs = require('./_composeArgs'),\n    composeArgsRight = require('./_composeArgsRight'),\n    replaceHolders = require('./_replaceHolders');\n\n/** Used as the internal argument placeholder. */\nvar PLACEHOLDER = '__lodash_placeholder__';\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_BOUND_FLAG = 4,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_ARY_FLAG = 128,\n    WRAP_REARG_FLAG = 256;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMin = Math.min;\n\n/**\n * Merges the function metadata of `source` into `data`.\n *\n * Merging metadata reduces the number of wrappers used to invoke a function.\n * This is possible because methods like `_.bind`, `_.curry`, and `_.partial`\n * may be applied regardless of execution order. Methods like `_.ary` and\n * `_.rearg` modify function arguments, making the order in which they are\n * executed important, preventing the merging of metadata. However, we make\n * an exception for a safe combined case where curried functions have `_.ary`\n * and or `_.rearg` applied.\n *\n * @private\n * @param {Array} data The destination metadata.\n * @param {Array} source The source metadata.\n * @returns {Array} Returns `data`.\n */\nfunction mergeData(data, source) {\n  var bitmask = data[1],\n      srcBitmask = source[1],\n      newBitmask = bitmask | srcBitmask,\n      isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG);\n\n  var isCombo =\n    ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) ||\n    ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) ||\n    ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG));\n\n  // Exit early if metadata can't be merged.\n  if (!(isCommon || isCombo)) {\n    return data;\n  }\n  // Use source `thisArg` if available.\n  if (srcBitmask & WRAP_BIND_FLAG) {\n    data[2] = source[2];\n    // Set when currying a bound function.\n    newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG;\n  }\n  // Compose partial arguments.\n  var value = source[3];\n  if (value) {\n    var partials = data[3];\n    data[3] = partials ? composeArgs(partials, value, source[4]) : value;\n    data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4];\n  }\n  // Compose partial right arguments.\n  value = source[5];\n  if (value) {\n    partials = data[5];\n    data[5] = partials ? composeArgsRight(partials, value, source[6]) : value;\n    data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6];\n  }\n  // Use source `argPos` if available.\n  value = source[7];\n  if (value) {\n    data[7] = value;\n  }\n  // Use source `ary` if it's smaller.\n  if (srcBitmask & WRAP_ARY_FLAG) {\n    data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]);\n  }\n  // Use source `arity` if one is not provided.\n  if (data[9] == null) {\n    data[9] = source[9];\n  }\n  // Use source `func` and merge bitmasks.\n  data[0] = source[0];\n  data[1] = newBitmask;\n\n  return data;\n}\n\nmodule.exports = mergeData;\n","var WeakMap = require('./_WeakMap');\n\n/** Used to store function metadata. */\nvar metaMap = WeakMap && new WeakMap;\n\nmodule.exports = metaMap;\n","var getNative = require('./_getNative');\n\n/* Built-in method references that are verified to be native. */\nvar nativeCreate = getNative(Object, 'create');\n\nmodule.exports = nativeCreate;\n","var overArg = require('./_overArg');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeKeys = overArg(Object.keys, Object);\n\nmodule.exports = nativeKeys;\n","/**\n * This function is like\n * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * except that it includes inherited enumerable properties.\n *\n * @private\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n */\nfunction nativeKeysIn(object) {\n  var result = [];\n  if (object != null) {\n    for (var key in Object(object)) {\n      result.push(key);\n    }\n  }\n  return result;\n}\n\nmodule.exports = nativeKeysIn;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Detect free variable `process` from Node.js. */\nvar freeProcess = moduleExports && freeGlobal.process;\n\n/** Used to access faster Node.js helpers. */\nvar nodeUtil = (function() {\n  try {\n    // Use `util.types` for Node.js 10+.\n    var types = freeModule && freeModule.require && freeModule.require('util').types;\n\n    if (types) {\n      return types;\n    }\n\n    // Legacy `process.binding('util')` for Node.js < 10.\n    return freeProcess && freeProcess.binding && freeProcess.binding('util');\n  } catch (e) {}\n}());\n\nmodule.exports = nodeUtil;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n  return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","/**\n * Creates a unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\nfunction overArg(func, transform) {\n  return function(arg) {\n    return func(transform(arg));\n  };\n}\n\nmodule.exports = overArg;\n","var apply = require('./_apply');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max;\n\n/**\n * A specialized version of `baseRest` which transforms the rest array.\n *\n * @private\n * @param {Function} func The function to apply a rest parameter to.\n * @param {number} [start=func.length-1] The start position of the rest parameter.\n * @param {Function} transform The rest array transform.\n * @returns {Function} Returns the new function.\n */\nfunction overRest(func, start, transform) {\n  start = nativeMax(start === undefined ? (func.length - 1) : start, 0);\n  return function() {\n    var args = arguments,\n        index = -1,\n        length = nativeMax(args.length - start, 0),\n        array = Array(length);\n\n    while (++index < length) {\n      array[index] = args[start + index];\n    }\n    index = -1;\n    var otherArgs = Array(start + 1);\n    while (++index < start) {\n      otherArgs[index] = args[index];\n    }\n    otherArgs[start] = transform(array);\n    return apply(func, this, otherArgs);\n  };\n}\n\nmodule.exports = overRest;\n","var baseGet = require('./_baseGet'),\n    baseSlice = require('./_baseSlice');\n\n/**\n * Gets the parent value at `path` of `object`.\n *\n * @private\n * @param {Object} object The object to query.\n * @param {Array} path The path to get the parent value of.\n * @returns {*} Returns the parent value.\n */\nfunction parent(object, path) {\n  return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));\n}\n\nmodule.exports = parent;\n","/** Used to lookup unminified function names. */\nvar realNames = {};\n\nmodule.exports = realNames;\n","var copyArray = require('./_copyArray'),\n    isIndex = require('./_isIndex');\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMin = Math.min;\n\n/**\n * Reorder `array` according to the specified indexes where the element at\n * the first index is assigned as the first element, the element at\n * the second index is assigned as the second element, and so on.\n *\n * @private\n * @param {Array} array The array to reorder.\n * @param {Array} indexes The arranged array indexes.\n * @returns {Array} Returns `array`.\n */\nfunction reorder(array, indexes) {\n  var arrLength = array.length,\n      length = nativeMin(indexes.length, arrLength),\n      oldArray = copyArray(array);\n\n  while (length--) {\n    var index = indexes[length];\n    array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined;\n  }\n  return array;\n}\n\nmodule.exports = reorder;\n","/** Used as the internal argument placeholder. */\nvar PLACEHOLDER = '__lodash_placeholder__';\n\n/**\n * Replaces all `placeholder` elements in `array` with an internal placeholder\n * and returns an array of their indexes.\n *\n * @private\n * @param {Array} array The array to modify.\n * @param {*} placeholder The placeholder to replace.\n * @returns {Array} Returns the new array of placeholder indexes.\n */\nfunction replaceHolders(array, placeholder) {\n  var index = -1,\n      length = array.length,\n      resIndex = 0,\n      result = [];\n\n  while (++index < length) {\n    var value = array[index];\n    if (value === placeholder || value === PLACEHOLDER) {\n      array[index] = PLACEHOLDER;\n      result[resIndex++] = index;\n    }\n  }\n  return result;\n}\n\nmodule.exports = replaceHolders;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","/**\n * Gets the value at `key`, unless `key` is \"__proto__\" or \"constructor\".\n *\n * @private\n * @param {Object} object The object to query.\n * @param {string} key The key of the property to get.\n * @returns {*} Returns the property value.\n */\nfunction safeGet(object, key) {\n  if (key === 'constructor' && typeof object[key] === 'function') {\n    return;\n  }\n\n  if (key == '__proto__') {\n    return;\n  }\n\n  return object[key];\n}\n\nmodule.exports = safeGet;\n","/** Used to stand-in for `undefined` hash values. */\nvar HASH_UNDEFINED = '__lodash_hash_undefined__';\n\n/**\n * Adds `value` to the array cache.\n *\n * @private\n * @name add\n * @memberOf SetCache\n * @alias push\n * @param {*} value The value to cache.\n * @returns {Object} Returns the cache instance.\n */\nfunction setCacheAdd(value) {\n  this.__data__.set(value, HASH_UNDEFINED);\n  return this;\n}\n\nmodule.exports = setCacheAdd;\n","/**\n * Checks if `value` is in the array cache.\n *\n * @private\n * @name has\n * @memberOf SetCache\n * @param {*} value The value to search for.\n * @returns {number} Returns `true` if `value` is found, else `false`.\n */\nfunction setCacheHas(value) {\n  return this.__data__.has(value);\n}\n\nmodule.exports = setCacheHas;\n","var baseSetData = require('./_baseSetData'),\n    shortOut = require('./_shortOut');\n\n/**\n * Sets metadata for `func`.\n *\n * **Note:** If this function becomes hot, i.e. is invoked a lot in a short\n * period of time, it will trip its breaker and transition to an identity\n * function to avoid garbage collection pauses in V8. See\n * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070)\n * for more details.\n *\n * @private\n * @param {Function} func The function to associate metadata with.\n * @param {*} data The metadata.\n * @returns {Function} Returns `func`.\n */\nvar setData = shortOut(baseSetData);\n\nmodule.exports = setData;\n","/**\n * Converts `set` to an array of its values.\n *\n * @private\n * @param {Object} set The set to convert.\n * @returns {Array} Returns the values.\n */\nfunction setToArray(set) {\n  var index = -1,\n      result = Array(set.size);\n\n  set.forEach(function(value) {\n    result[++index] = value;\n  });\n  return result;\n}\n\nmodule.exports = setToArray;\n","var baseSetToString = require('./_baseSetToString'),\n    shortOut = require('./_shortOut');\n\n/**\n * Sets the `toString` method of `func` to return `string`.\n *\n * @private\n * @param {Function} func The function to modify.\n * @param {Function} string The `toString` result.\n * @returns {Function} Returns `func`.\n */\nvar setToString = shortOut(baseSetToString);\n\nmodule.exports = setToString;\n","var getWrapDetails = require('./_getWrapDetails'),\n    insertWrapDetails = require('./_insertWrapDetails'),\n    setToString = require('./_setToString'),\n    updateWrapDetails = require('./_updateWrapDetails');\n\n/**\n * Sets the `toString` method of `wrapper` to mimic the source of `reference`\n * with wrapper details in a comment at the top of the source body.\n *\n * @private\n * @param {Function} wrapper The function to modify.\n * @param {Function} reference The reference function.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @returns {Function} Returns `wrapper`.\n */\nfunction setWrapToString(wrapper, reference, bitmask) {\n  var source = (reference + '');\n  return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask)));\n}\n\nmodule.exports = setWrapToString;\n","/** Used to detect hot functions by number of calls within a span of milliseconds. */\nvar HOT_COUNT = 800,\n    HOT_SPAN = 16;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeNow = Date.now;\n\n/**\n * Creates a function that'll short out and invoke `identity` instead\n * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN`\n * milliseconds.\n *\n * @private\n * @param {Function} func The function to restrict.\n * @returns {Function} Returns the new shortable function.\n */\nfunction shortOut(func) {\n  var count = 0,\n      lastCalled = 0;\n\n  return function() {\n    var stamp = nativeNow(),\n        remaining = HOT_SPAN - (stamp - lastCalled);\n\n    lastCalled = stamp;\n    if (remaining > 0) {\n      if (++count >= HOT_COUNT) {\n        return arguments[0];\n      }\n    } else {\n      count = 0;\n    }\n    return func.apply(undefined, arguments);\n  };\n}\n\nmodule.exports = shortOut;\n","var ListCache = require('./_ListCache');\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n  this.__data__ = new ListCache;\n  this.size = 0;\n}\n\nmodule.exports = stackClear;\n","/**\n * Removes `key` and its value from the stack.\n *\n * @private\n * @name delete\n * @memberOf Stack\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\nfunction stackDelete(key) {\n  var data = this.__data__,\n      result = data['delete'](key);\n\n  this.size = data.size;\n  return result;\n}\n\nmodule.exports = stackDelete;\n","/**\n * Gets the stack value for `key`.\n *\n * @private\n * @name get\n * @memberOf Stack\n * @param {string} key The key of the value to get.\n * @returns {*} Returns the entry value.\n */\nfunction stackGet(key) {\n  return this.__data__.get(key);\n}\n\nmodule.exports = stackGet;\n","/**\n * Checks if a stack value for `key` exists.\n *\n * @private\n * @name has\n * @memberOf Stack\n * @param {string} key The key of the entry to check.\n * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.\n */\nfunction stackHas(key) {\n  return this.__data__.has(key);\n}\n\nmodule.exports = stackHas;\n","var ListCache = require('./_ListCache'),\n    Map = require('./_Map'),\n    MapCache = require('./_MapCache');\n\n/** Used as the size to enable large array optimizations. */\nvar LARGE_ARRAY_SIZE = 200;\n\n/**\n * Sets the stack `key` to `value`.\n *\n * @private\n * @name set\n * @memberOf Stack\n * @param {string} key The key of the value to set.\n * @param {*} value The value to set.\n * @returns {Object} Returns the stack cache instance.\n */\nfunction stackSet(key, value) {\n  var data = this.__data__;\n  if (data instanceof ListCache) {\n    var pairs = data.__data__;\n    if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {\n      pairs.push([key, value]);\n      this.size = ++data.size;\n      return this;\n    }\n    data = this.__data__ = new MapCache(pairs);\n  }\n  data.set(key, value);\n  this.size = data.size;\n  return this;\n}\n\nmodule.exports = stackSet;\n","/**\n * A specialized version of `_.indexOf` which performs strict equality\n * comparisons of values, i.e. `===`.\n *\n * @private\n * @param {Array} array The array to inspect.\n * @param {*} value The value to search for.\n * @param {number} fromIndex The index to search from.\n * @returns {number} Returns the index of the matched value, else `-1`.\n */\nfunction strictIndexOf(array, value, fromIndex) {\n  var index = fromIndex - 1,\n      length = array.length;\n\n  while (++index < length) {\n    if (array[index] === value) {\n      return index;\n    }\n  }\n  return -1;\n}\n\nmodule.exports = strictIndexOf;\n","var memoizeCapped = require('./_memoizeCapped');\n\n/** Used to match property names within property paths. */\nvar rePropName = /[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g;\n\n/** Used to match backslashes in property paths. */\nvar reEscapeChar = /\\\\(\\\\)?/g;\n\n/**\n * Converts `string` to a property path array.\n *\n * @private\n * @param {string} string The string to convert.\n * @returns {Array} Returns the property path array.\n */\nvar stringToPath = memoizeCapped(function(string) {\n  var result = [];\n  if (string.charCodeAt(0) === 46 /* . */) {\n    result.push('');\n  }\n  string.replace(rePropName, function(match, number, quote, subString) {\n    result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));\n  });\n  return result;\n});\n\nmodule.exports = stringToPath;\n","var isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0;\n\n/**\n * Converts `value` to a string key if it's not a string or symbol.\n *\n * @private\n * @param {*} value The value to inspect.\n * @returns {string|symbol} Returns the key.\n */\nfunction toKey(value) {\n  if (typeof value == 'string' || isSymbol(value)) {\n    return value;\n  }\n  var result = (value + '');\n  return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;\n}\n\nmodule.exports = toKey;\n","/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n  if (func != null) {\n    try {\n      return funcToString.call(func);\n    } catch (e) {}\n    try {\n      return (func + '');\n    } catch (e) {}\n  }\n  return '';\n}\n\nmodule.exports = toSource;\n","/** Used to match a single whitespace character. */\nvar reWhitespace = /\\s/;\n\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */\nfunction trimmedEndIndex(string) {\n  var index = string.length;\n\n  while (index-- && reWhitespace.test(string.charAt(index))) {}\n  return index;\n}\n\nmodule.exports = trimmedEndIndex;\n","var arrayEach = require('./_arrayEach'),\n    arrayIncludes = require('./_arrayIncludes');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_BIND_FLAG = 1,\n    WRAP_BIND_KEY_FLAG = 2,\n    WRAP_CURRY_FLAG = 8,\n    WRAP_CURRY_RIGHT_FLAG = 16,\n    WRAP_PARTIAL_FLAG = 32,\n    WRAP_PARTIAL_RIGHT_FLAG = 64,\n    WRAP_ARY_FLAG = 128,\n    WRAP_REARG_FLAG = 256,\n    WRAP_FLIP_FLAG = 512;\n\n/** Used to associate wrap methods with their bit flags. */\nvar wrapFlags = [\n  ['ary', WRAP_ARY_FLAG],\n  ['bind', WRAP_BIND_FLAG],\n  ['bindKey', WRAP_BIND_KEY_FLAG],\n  ['curry', WRAP_CURRY_FLAG],\n  ['curryRight', WRAP_CURRY_RIGHT_FLAG],\n  ['flip', WRAP_FLIP_FLAG],\n  ['partial', WRAP_PARTIAL_FLAG],\n  ['partialRight', WRAP_PARTIAL_RIGHT_FLAG],\n  ['rearg', WRAP_REARG_FLAG]\n];\n\n/**\n * Updates wrapper `details` based on `bitmask` flags.\n *\n * @private\n * @returns {Array} details The details to modify.\n * @param {number} bitmask The bitmask flags. See `createWrap` for more details.\n * @returns {Array} Returns `details`.\n */\nfunction updateWrapDetails(details, bitmask) {\n  arrayEach(wrapFlags, function(pair) {\n    var value = '_.' + pair[0];\n    if ((bitmask & pair[1]) && !arrayIncludes(details, value)) {\n      details.push(value);\n    }\n  });\n  return details.sort();\n}\n\nmodule.exports = updateWrapDetails;\n","var LazyWrapper = require('./_LazyWrapper'),\n    LodashWrapper = require('./_LodashWrapper'),\n    copyArray = require('./_copyArray');\n\n/**\n * Creates a clone of `wrapper`.\n *\n * @private\n * @param {Object} wrapper The wrapper to clone.\n * @returns {Object} Returns the cloned wrapper.\n */\nfunction wrapperClone(wrapper) {\n  if (wrapper instanceof LazyWrapper) {\n    return wrapper.clone();\n  }\n  var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__);\n  result.__actions__ = copyArray(wrapper.__actions__);\n  result.__index__  = wrapper.__index__;\n  result.__values__ = wrapper.__values__;\n  return result;\n}\n\nmodule.exports = wrapperClone;\n","var createWrap = require('./_createWrap');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_ARY_FLAG = 128;\n\n/**\n * Creates a function that invokes `func`, with up to `n` arguments,\n * ignoring any additional arguments.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} func The function to cap arguments for.\n * @param {number} [n=func.length] The arity cap.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Function} Returns the new capped function.\n * @example\n *\n * _.map(['6', '8', '10'], _.ary(parseInt, 1));\n * // => [6, 8, 10]\n */\nfunction ary(func, n, guard) {\n  n = guard ? undefined : n;\n  n = (func && n == null) ? func.length : n;\n  return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n);\n}\n\nmodule.exports = ary;\n","var baseClone = require('./_baseClone');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * Creates a shallow clone of `value`.\n *\n * **Note:** This method is loosely based on the\n * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)\n * and supports cloning arrays, array buffers, booleans, date objects, maps,\n * numbers, `Object` objects, regexes, sets, strings, symbols, and typed\n * arrays. The own enumerable properties of `arguments` objects are cloned\n * as plain objects. An empty object is returned for uncloneable values such\n * as error objects, functions, DOM nodes, and WeakMaps.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to clone.\n * @returns {*} Returns the cloned value.\n * @see _.cloneDeep\n * @example\n *\n * var objects = [{ 'a': 1 }, { 'b': 2 }];\n *\n * var shallow = _.clone(objects);\n * console.log(shallow[0] === objects[0]);\n * // => true\n */\nfunction clone(value) {\n  return baseClone(value, CLONE_SYMBOLS_FLAG);\n}\n\nmodule.exports = clone;\n","/**\n * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */\nfunction constant(value) {\n  return function() {\n    return value;\n  };\n}\n\nmodule.exports = constant;\n","var createWrap = require('./_createWrap');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_CURRY_FLAG = 8;\n\n/**\n * Creates a function that accepts arguments of `func` and either invokes\n * `func` returning its result, if at least `arity` number of arguments have\n * been provided, or returns a function that accepts the remaining `func`\n * arguments, and so on. The arity of `func` may be specified if `func.length`\n * is not sufficient.\n *\n * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds,\n * may be used as a placeholder for provided arguments.\n *\n * **Note:** This method doesn't set the \"length\" property of curried functions.\n *\n * @static\n * @memberOf _\n * @since 2.0.0\n * @category Function\n * @param {Function} func The function to curry.\n * @param {number} [arity=func.length] The arity of `func`.\n * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.\n * @returns {Function} Returns the new curried function.\n * @example\n *\n * var abc = function(a, b, c) {\n *   return [a, b, c];\n * };\n *\n * var curried = _.curry(abc);\n *\n * curried(1)(2)(3);\n * // => [1, 2, 3]\n *\n * curried(1, 2)(3);\n * // => [1, 2, 3]\n *\n * curried(1, 2, 3);\n * // => [1, 2, 3]\n *\n * // Curried with placeholders.\n * curried(1)(_, 3)(2);\n * // => [1, 2, 3]\n */\nfunction curry(func, arity, guard) {\n  arity = guard ? undefined : arity;\n  var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity);\n  result.placeholder = curry.placeholder;\n  return result;\n}\n\n// Assign default placeholders.\ncurry.placeholder = {};\n\nmodule.exports = curry;\n","var isObject = require('./isObject'),\n    now = require('./now'),\n    toNumber = require('./toNumber');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max,\n    nativeMin = Math.min;\n\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked. The debounced function comes with a `cancel` method to cancel\n * delayed `func` invocations and a `flush` method to immediately invoke them.\n * Provide `options` to indicate whether `func` should be invoked on the\n * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\n * with the last arguments provided to the debounced function. Subsequent\n * calls to the debounced function return the result of the last `func`\n * invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the debounced function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.debounce` and `_.throttle`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to debounce.\n * @param {number} [wait=0] The number of milliseconds to delay.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=false]\n *  Specify invoking on the leading edge of the timeout.\n * @param {number} [options.maxWait]\n *  The maximum time `func` is allowed to be delayed before it's invoked.\n * @param {boolean} [options.trailing=true]\n *  Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new debounced function.\n * @example\n *\n * // Avoid costly calculations while the window size is in flux.\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\n *\n * // Invoke `sendMail` when clicked, debouncing subsequent calls.\n * jQuery(element).on('click', _.debounce(sendMail, 300, {\n *   'leading': true,\n *   'trailing': false\n * }));\n *\n * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\n * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\n * var source = new EventSource('/stream');\n * jQuery(source).on('message', debounced);\n *\n * // Cancel the trailing debounced invocation.\n * jQuery(window).on('popstate', debounced.cancel);\n */\nfunction debounce(func, wait, options) {\n  var lastArgs,\n      lastThis,\n      maxWait,\n      result,\n      timerId,\n      lastCallTime,\n      lastInvokeTime = 0,\n      leading = false,\n      maxing = false,\n      trailing = true;\n\n  if (typeof func != 'function') {\n    throw new TypeError(FUNC_ERROR_TEXT);\n  }\n  wait = toNumber(wait) || 0;\n  if (isObject(options)) {\n    leading = !!options.leading;\n    maxing = 'maxWait' in options;\n    maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\n    trailing = 'trailing' in options ? !!options.trailing : trailing;\n  }\n\n  function invokeFunc(time) {\n    var args = lastArgs,\n        thisArg = lastThis;\n\n    lastArgs = lastThis = undefined;\n    lastInvokeTime = time;\n    result = func.apply(thisArg, args);\n    return result;\n  }\n\n  function leadingEdge(time) {\n    // Reset any `maxWait` timer.\n    lastInvokeTime = time;\n    // Start the timer for the trailing edge.\n    timerId = setTimeout(timerExpired, wait);\n    // Invoke the leading edge.\n    return leading ? invokeFunc(time) : result;\n  }\n\n  function remainingWait(time) {\n    var timeSinceLastCall = time - lastCallTime,\n        timeSinceLastInvoke = time - lastInvokeTime,\n        timeWaiting = wait - timeSinceLastCall;\n\n    return maxing\n      ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)\n      : timeWaiting;\n  }\n\n  function shouldInvoke(time) {\n    var timeSinceLastCall = time - lastCallTime,\n        timeSinceLastInvoke = time - lastInvokeTime;\n\n    // Either this is the first call, activity has stopped and we're at the\n    // trailing edge, the system time has gone backwards and we're treating\n    // it as the trailing edge, or we've hit the `maxWait` limit.\n    return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||\n      (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));\n  }\n\n  function timerExpired() {\n    var time = now();\n    if (shouldInvoke(time)) {\n      return trailingEdge(time);\n    }\n    // Restart the timer.\n    timerId = setTimeout(timerExpired, remainingWait(time));\n  }\n\n  function trailingEdge(time) {\n    timerId = undefined;\n\n    // Only invoke if we have `lastArgs` which means `func` has been\n    // debounced at least once.\n    if (trailing && lastArgs) {\n      return invokeFunc(time);\n    }\n    lastArgs = lastThis = undefined;\n    return result;\n  }\n\n  function cancel() {\n    if (timerId !== undefined) {\n      clearTimeout(timerId);\n    }\n    lastInvokeTime = 0;\n    lastArgs = lastCallTime = lastThis = timerId = undefined;\n  }\n\n  function flush() {\n    return timerId === undefined ? result : trailingEdge(now());\n  }\n\n  function debounced() {\n    var time = now(),\n        isInvoking = shouldInvoke(time);\n\n    lastArgs = arguments;\n    lastThis = this;\n    lastCallTime = time;\n\n    if (isInvoking) {\n      if (timerId === undefined) {\n        return leadingEdge(lastCallTime);\n      }\n      if (maxing) {\n        // Handle invocations in a tight loop.\n        clearTimeout(timerId);\n        timerId = setTimeout(timerExpired, wait);\n        return invokeFunc(lastCallTime);\n      }\n    }\n    if (timerId === undefined) {\n      timerId = setTimeout(timerExpired, wait);\n    }\n    return result;\n  }\n  debounced.cancel = cancel;\n  debounced.flush = flush;\n  return debounced;\n}\n\nmodule.exports = debounce;\n","/**\n * Performs a\n * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)\n * comparison between two values to determine if they are equivalent.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to compare.\n * @param {*} other The other value to compare.\n * @returns {boolean} Returns `true` if the values are equivalent, else `false`.\n * @example\n *\n * var object = { 'a': 1 };\n * var other = { 'a': 1 };\n *\n * _.eq(object, object);\n * // => true\n *\n * _.eq(object, other);\n * // => false\n *\n * _.eq('a', 'a');\n * // => true\n *\n * _.eq('a', Object('a'));\n * // => false\n *\n * _.eq(NaN, NaN);\n * // => true\n */\nfunction eq(value, other) {\n  return value === other || (value !== value && other !== other);\n}\n\nmodule.exports = eq;\n","var baseFlatten = require('./_baseFlatten');\n\n/**\n * Flattens `array` a single level deep.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to flatten.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * _.flatten([1, [2, [3, [4]], 5]]);\n * // => [1, 2, [3, [4]], 5]\n */\nfunction flatten(array) {\n  var length = array == null ? 0 : array.length;\n  return length ? baseFlatten(array, 1) : [];\n}\n\nmodule.exports = flatten;\n","var baseFlatten = require('./_baseFlatten'),\n    toInteger = require('./toInteger');\n\n/**\n * Recursively flatten `array` up to `depth` times.\n *\n * @static\n * @memberOf _\n * @since 4.4.0\n * @category Array\n * @param {Array} array The array to flatten.\n * @param {number} [depth=1] The maximum recursion depth.\n * @returns {Array} Returns the new flattened array.\n * @example\n *\n * var array = [1, [2, [3, [4]], 5]];\n *\n * _.flattenDepth(array, 1);\n * // => [1, 2, [3, [4]], 5]\n *\n * _.flattenDepth(array, 2);\n * // => [1, 2, 3, [4], 5]\n */\nfunction flattenDepth(array, depth) {\n  var length = array == null ? 0 : array.length;\n  if (!length) {\n    return [];\n  }\n  depth = depth === undefined ? 1 : toInteger(depth);\n  return baseFlatten(array, depth);\n}\n\nmodule.exports = flattenDepth;\n","var createFlow = require('./_createFlow');\n\n/**\n * Creates a function that returns the result of invoking the given functions\n * with the `this` binding of the created function, where each successive\n * invocation is supplied the return value of the previous.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Util\n * @param {...(Function|Function[])} [funcs] The functions to invoke.\n * @returns {Function} Returns the new composite function.\n * @see _.flowRight\n * @example\n *\n * function square(n) {\n *   return n * n;\n * }\n *\n * var addSquare = _.flow([_.add, square]);\n * addSquare(1, 2);\n * // => 9\n */\nvar flow = createFlow();\n\nmodule.exports = flow;\n","var mapping = require('./_mapping'),\n    fallbackHolder = require('./placeholder');\n\n/** Built-in value reference. */\nvar push = Array.prototype.push;\n\n/**\n * Creates a function, with an arity of `n`, that invokes `func` with the\n * arguments it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {number} n The arity of the new function.\n * @returns {Function} Returns the new function.\n */\nfunction baseArity(func, n) {\n  return n == 2\n    ? function(a, b) { return func.apply(undefined, arguments); }\n    : function(a) { return func.apply(undefined, arguments); };\n}\n\n/**\n * Creates a function that invokes `func`, with up to `n` arguments, ignoring\n * any additional arguments.\n *\n * @private\n * @param {Function} func The function to cap arguments for.\n * @param {number} n The arity cap.\n * @returns {Function} Returns the new function.\n */\nfunction baseAry(func, n) {\n  return n == 2\n    ? function(a, b) { return func(a, b); }\n    : function(a) { return func(a); };\n}\n\n/**\n * Creates a clone of `array`.\n *\n * @private\n * @param {Array} array The array to clone.\n * @returns {Array} Returns the cloned array.\n */\nfunction cloneArray(array) {\n  var length = array ? array.length : 0,\n      result = Array(length);\n\n  while (length--) {\n    result[length] = array[length];\n  }\n  return result;\n}\n\n/**\n * Creates a function that clones a given object using the assignment `func`.\n *\n * @private\n * @param {Function} func The assignment function.\n * @returns {Function} Returns the new cloner function.\n */\nfunction createCloner(func) {\n  return function(object) {\n    return func({}, object);\n  };\n}\n\n/**\n * A specialized version of `_.spread` which flattens the spread array into\n * the arguments of the invoked `func`.\n *\n * @private\n * @param {Function} func The function to spread arguments over.\n * @param {number} start The start position of the spread.\n * @returns {Function} Returns the new function.\n */\nfunction flatSpread(func, start) {\n  return function() {\n    var length = arguments.length,\n        lastIndex = length - 1,\n        args = Array(length);\n\n    while (length--) {\n      args[length] = arguments[length];\n    }\n    var array = args[start],\n        otherArgs = args.slice(0, start);\n\n    if (array) {\n      push.apply(otherArgs, array);\n    }\n    if (start != lastIndex) {\n      push.apply(otherArgs, args.slice(start + 1));\n    }\n    return func.apply(this, otherArgs);\n  };\n}\n\n/**\n * Creates a function that wraps `func` and uses `cloner` to clone the first\n * argument it receives.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} cloner The function to clone arguments.\n * @returns {Function} Returns the new immutable function.\n */\nfunction wrapImmutable(func, cloner) {\n  return function() {\n    var length = arguments.length;\n    if (!length) {\n      return;\n    }\n    var args = Array(length);\n    while (length--) {\n      args[length] = arguments[length];\n    }\n    var result = args[0] = cloner.apply(undefined, args);\n    func.apply(undefined, args);\n    return result;\n  };\n}\n\n/**\n * The base implementation of `convert` which accepts a `util` object of methods\n * required to perform conversions.\n *\n * @param {Object} util The util object.\n * @param {string} name The name of the function to convert.\n * @param {Function} func The function to convert.\n * @param {Object} [options] The options object.\n * @param {boolean} [options.cap=true] Specify capping iteratee arguments.\n * @param {boolean} [options.curry=true] Specify currying.\n * @param {boolean} [options.fixed=true] Specify fixed arity.\n * @param {boolean} [options.immutable=true] Specify immutable operations.\n * @param {boolean} [options.rearg=true] Specify rearranging arguments.\n * @returns {Function|Object} Returns the converted function or object.\n */\nfunction baseConvert(util, name, func, options) {\n  var isLib = typeof name == 'function',\n      isObj = name === Object(name);\n\n  if (isObj) {\n    options = func;\n    func = name;\n    name = undefined;\n  }\n  if (func == null) {\n    throw new TypeError;\n  }\n  options || (options = {});\n\n  var config = {\n    'cap': 'cap' in options ? options.cap : true,\n    'curry': 'curry' in options ? options.curry : true,\n    'fixed': 'fixed' in options ? options.fixed : true,\n    'immutable': 'immutable' in options ? options.immutable : true,\n    'rearg': 'rearg' in options ? options.rearg : true\n  };\n\n  var defaultHolder = isLib ? func : fallbackHolder,\n      forceCurry = ('curry' in options) && options.curry,\n      forceFixed = ('fixed' in options) && options.fixed,\n      forceRearg = ('rearg' in options) && options.rearg,\n      pristine = isLib ? func.runInContext() : undefined;\n\n  var helpers = isLib ? func : {\n    'ary': util.ary,\n    'assign': util.assign,\n    'clone': util.clone,\n    'curry': util.curry,\n    'forEach': util.forEach,\n    'isArray': util.isArray,\n    'isError': util.isError,\n    'isFunction': util.isFunction,\n    'isWeakMap': util.isWeakMap,\n    'iteratee': util.iteratee,\n    'keys': util.keys,\n    'rearg': util.rearg,\n    'toInteger': util.toInteger,\n    'toPath': util.toPath\n  };\n\n  var ary = helpers.ary,\n      assign = helpers.assign,\n      clone = helpers.clone,\n      curry = helpers.curry,\n      each = helpers.forEach,\n      isArray = helpers.isArray,\n      isError = helpers.isError,\n      isFunction = helpers.isFunction,\n      isWeakMap = helpers.isWeakMap,\n      keys = helpers.keys,\n      rearg = helpers.rearg,\n      toInteger = helpers.toInteger,\n      toPath = helpers.toPath;\n\n  var aryMethodKeys = keys(mapping.aryMethod);\n\n  var wrappers = {\n    'castArray': function(castArray) {\n      return function() {\n        var value = arguments[0];\n        return isArray(value)\n          ? castArray(cloneArray(value))\n          : castArray.apply(undefined, arguments);\n      };\n    },\n    'iteratee': function(iteratee) {\n      return function() {\n        var func = arguments[0],\n            arity = arguments[1],\n            result = iteratee(func, arity),\n            length = result.length;\n\n        if (config.cap && typeof arity == 'number') {\n          arity = arity > 2 ? (arity - 2) : 1;\n          return (length && length <= arity) ? result : baseAry(result, arity);\n        }\n        return result;\n      };\n    },\n    'mixin': function(mixin) {\n      return function(source) {\n        var func = this;\n        if (!isFunction(func)) {\n          return mixin(func, Object(source));\n        }\n        var pairs = [];\n        each(keys(source), function(key) {\n          if (isFunction(source[key])) {\n            pairs.push([key, func.prototype[key]]);\n          }\n        });\n\n        mixin(func, Object(source));\n\n        each(pairs, function(pair) {\n          var value = pair[1];\n          if (isFunction(value)) {\n            func.prototype[pair[0]] = value;\n          } else {\n            delete func.prototype[pair[0]];\n          }\n        });\n        return func;\n      };\n    },\n    'nthArg': function(nthArg) {\n      return function(n) {\n        var arity = n < 0 ? 1 : (toInteger(n) + 1);\n        return curry(nthArg(n), arity);\n      };\n    },\n    'rearg': function(rearg) {\n      return function(func, indexes) {\n        var arity = indexes ? indexes.length : 0;\n        return curry(rearg(func, indexes), arity);\n      };\n    },\n    'runInContext': function(runInContext) {\n      return function(context) {\n        return baseConvert(util, runInContext(context), options);\n      };\n    }\n  };\n\n  /*--------------------------------------------------------------------------*/\n\n  /**\n   * Casts `func` to a function with an arity capped iteratee if needed.\n   *\n   * @private\n   * @param {string} name The name of the function to inspect.\n   * @param {Function} func The function to inspect.\n   * @returns {Function} Returns the cast function.\n   */\n  function castCap(name, func) {\n    if (config.cap) {\n      var indexes = mapping.iterateeRearg[name];\n      if (indexes) {\n        return iterateeRearg(func, indexes);\n      }\n      var n = !isLib && mapping.iterateeAry[name];\n      if (n) {\n        return iterateeAry(func, n);\n      }\n    }\n    return func;\n  }\n\n  /**\n   * Casts `func` to a curried function if needed.\n   *\n   * @private\n   * @param {string} name The name of the function to inspect.\n   * @param {Function} func The function to inspect.\n   * @param {number} n The arity of `func`.\n   * @returns {Function} Returns the cast function.\n   */\n  function castCurry(name, func, n) {\n    return (forceCurry || (config.curry && n > 1))\n      ? curry(func, n)\n      : func;\n  }\n\n  /**\n   * Casts `func` to a fixed arity function if needed.\n   *\n   * @private\n   * @param {string} name The name of the function to inspect.\n   * @param {Function} func The function to inspect.\n   * @param {number} n The arity cap.\n   * @returns {Function} Returns the cast function.\n   */\n  function castFixed(name, func, n) {\n    if (config.fixed && (forceFixed || !mapping.skipFixed[name])) {\n      var data = mapping.methodSpread[name],\n          start = data && data.start;\n\n      return start  === undefined ? ary(func, n) : flatSpread(func, start);\n    }\n    return func;\n  }\n\n  /**\n   * Casts `func` to an rearged function if needed.\n   *\n   * @private\n   * @param {string} name The name of the function to inspect.\n   * @param {Function} func The function to inspect.\n   * @param {number} n The arity of `func`.\n   * @returns {Function} Returns the cast function.\n   */\n  function castRearg(name, func, n) {\n    return (config.rearg && n > 1 && (forceRearg || !mapping.skipRearg[name]))\n      ? rearg(func, mapping.methodRearg[name] || mapping.aryRearg[n])\n      : func;\n  }\n\n  /**\n   * Creates a clone of `object` by `path`.\n   *\n   * @private\n   * @param {Object} object The object to clone.\n   * @param {Array|string} path The path to clone by.\n   * @returns {Object} Returns the cloned object.\n   */\n  function cloneByPath(object, path) {\n    path = toPath(path);\n\n    var index = -1,\n        length = path.length,\n        lastIndex = length - 1,\n        result = clone(Object(object)),\n        nested = result;\n\n    while (nested != null && ++index < length) {\n      var key = path[index],\n          value = nested[key];\n\n      if (value != null &&\n          !(isFunction(value) || isError(value) || isWeakMap(value))) {\n        nested[key] = clone(index == lastIndex ? value : Object(value));\n      }\n      nested = nested[key];\n    }\n    return result;\n  }\n\n  /**\n   * Converts `lodash` to an immutable auto-curried iteratee-first data-last\n   * version with conversion `options` applied.\n   *\n   * @param {Object} [options] The options object. See `baseConvert` for more details.\n   * @returns {Function} Returns the converted `lodash`.\n   */\n  function convertLib(options) {\n    return _.runInContext.convert(options)(undefined);\n  }\n\n  /**\n   * Create a converter function for `func` of `name`.\n   *\n   * @param {string} name The name of the function to convert.\n   * @param {Function} func The function to convert.\n   * @returns {Function} Returns the new converter function.\n   */\n  function createConverter(name, func) {\n    var realName = mapping.aliasToReal[name] || name,\n        methodName = mapping.remap[realName] || realName,\n        oldOptions = options;\n\n    return function(options) {\n      var newUtil = isLib ? pristine : helpers,\n          newFunc = isLib ? pristine[methodName] : func,\n          newOptions = assign(assign({}, oldOptions), options);\n\n      return baseConvert(newUtil, realName, newFunc, newOptions);\n    };\n  }\n\n  /**\n   * Creates a function that wraps `func` to invoke its iteratee, with up to `n`\n   * arguments, ignoring any additional arguments.\n   *\n   * @private\n   * @param {Function} func The function to cap iteratee arguments for.\n   * @param {number} n The arity cap.\n   * @returns {Function} Returns the new function.\n   */\n  function iterateeAry(func, n) {\n    return overArg(func, function(func) {\n      return typeof func == 'function' ? baseAry(func, n) : func;\n    });\n  }\n\n  /**\n   * Creates a function that wraps `func` to invoke its iteratee with arguments\n   * arranged according to the specified `indexes` where the argument value at\n   * the first index is provided as the first argument, the argument value at\n   * the second index is provided as the second argument, and so on.\n   *\n   * @private\n   * @param {Function} func The function to rearrange iteratee arguments for.\n   * @param {number[]} indexes The arranged argument indexes.\n   * @returns {Function} Returns the new function.\n   */\n  function iterateeRearg(func, indexes) {\n    return overArg(func, function(func) {\n      var n = indexes.length;\n      return baseArity(rearg(baseAry(func, n), indexes), n);\n    });\n  }\n\n  /**\n   * Creates a function that invokes `func` with its first argument transformed.\n   *\n   * @private\n   * @param {Function} func The function to wrap.\n   * @param {Function} transform The argument transform.\n   * @returns {Function} Returns the new function.\n   */\n  function overArg(func, transform) {\n    return function() {\n      var length = arguments.length;\n      if (!length) {\n        return func();\n      }\n      var args = Array(length);\n      while (length--) {\n        args[length] = arguments[length];\n      }\n      var index = config.rearg ? 0 : (length - 1);\n      args[index] = transform(args[index]);\n      return func.apply(undefined, args);\n    };\n  }\n\n  /**\n   * Creates a function that wraps `func` and applys the conversions\n   * rules by `name`.\n   *\n   * @private\n   * @param {string} name The name of the function to wrap.\n   * @param {Function} func The function to wrap.\n   * @returns {Function} Returns the converted function.\n   */\n  function wrap(name, func, placeholder) {\n    var result,\n        realName = mapping.aliasToReal[name] || name,\n        wrapped = func,\n        wrapper = wrappers[realName];\n\n    if (wrapper) {\n      wrapped = wrapper(func);\n    }\n    else if (config.immutable) {\n      if (mapping.mutate.array[realName]) {\n        wrapped = wrapImmutable(func, cloneArray);\n      }\n      else if (mapping.mutate.object[realName]) {\n        wrapped = wrapImmutable(func, createCloner(func));\n      }\n      else if (mapping.mutate.set[realName]) {\n        wrapped = wrapImmutable(func, cloneByPath);\n      }\n    }\n    each(aryMethodKeys, function(aryKey) {\n      each(mapping.aryMethod[aryKey], function(otherName) {\n        if (realName == otherName) {\n          var data = mapping.methodSpread[realName],\n              afterRearg = data && data.afterRearg;\n\n          result = afterRearg\n            ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey)\n            : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey);\n\n          result = castCap(realName, result);\n          result = castCurry(realName, result, aryKey);\n          return false;\n        }\n      });\n      return !result;\n    });\n\n    result || (result = wrapped);\n    if (result == func) {\n      result = forceCurry ? curry(result, 1) : function() {\n        return func.apply(this, arguments);\n      };\n    }\n    result.convert = createConverter(realName, func);\n    result.placeholder = func.placeholder = placeholder;\n\n    return result;\n  }\n\n  /*--------------------------------------------------------------------------*/\n\n  if (!isObj) {\n    return wrap(name, func, defaultHolder);\n  }\n  var _ = func;\n\n  // Convert methods by ary cap.\n  var pairs = [];\n  each(aryMethodKeys, function(aryKey) {\n    each(mapping.aryMethod[aryKey], function(key) {\n      var func = _[mapping.remap[key] || key];\n      if (func) {\n        pairs.push([key, wrap(key, func, _)]);\n      }\n    });\n  });\n\n  // Convert remaining methods.\n  each(keys(_), function(key) {\n    var func = _[key];\n    if (typeof func == 'function') {\n      var length = pairs.length;\n      while (length--) {\n        if (pairs[length][0] == key) {\n          return;\n        }\n      }\n      func.convert = createConverter(key, func);\n      pairs.push([key, func]);\n    }\n  });\n\n  // Assign to `_` leaving `_.prototype` unchanged to allow chaining.\n  each(pairs, function(pair) {\n    _[pair[0]] = pair[1];\n  });\n\n  _.convert = convertLib;\n  _.placeholder = _;\n\n  // Assign aliases.\n  each(keys(_), function(key) {\n    each(mapping.realToAlias[key] || [], function(alias) {\n      _[alias] = _[key];\n    });\n  });\n\n  return _;\n}\n\nmodule.exports = baseConvert;\n","module.exports = {\n  'cap': false,\n  'curry': false,\n  'fixed': false,\n  'immutable': false,\n  'rearg': false\n};\n","/** Used to map aliases to their real names. */\nexports.aliasToReal = {\n\n  // Lodash aliases.\n  'each': 'forEach',\n  'eachRight': 'forEachRight',\n  'entries': 'toPairs',\n  'entriesIn': 'toPairsIn',\n  'extend': 'assignIn',\n  'extendAll': 'assignInAll',\n  'extendAllWith': 'assignInAllWith',\n  'extendWith': 'assignInWith',\n  'first': 'head',\n\n  // Methods that are curried variants of others.\n  'conforms': 'conformsTo',\n  'matches': 'isMatch',\n  'property': 'get',\n\n  // Ramda aliases.\n  '__': 'placeholder',\n  'F': 'stubFalse',\n  'T': 'stubTrue',\n  'all': 'every',\n  'allPass': 'overEvery',\n  'always': 'constant',\n  'any': 'some',\n  'anyPass': 'overSome',\n  'apply': 'spread',\n  'assoc': 'set',\n  'assocPath': 'set',\n  'complement': 'negate',\n  'compose': 'flowRight',\n  'contains': 'includes',\n  'dissoc': 'unset',\n  'dissocPath': 'unset',\n  'dropLast': 'dropRight',\n  'dropLastWhile': 'dropRightWhile',\n  'equals': 'isEqual',\n  'identical': 'eq',\n  'indexBy': 'keyBy',\n  'init': 'initial',\n  'invertObj': 'invert',\n  'juxt': 'over',\n  'omitAll': 'omit',\n  'nAry': 'ary',\n  'path': 'get',\n  'pathEq': 'matchesProperty',\n  'pathOr': 'getOr',\n  'paths': 'at',\n  'pickAll': 'pick',\n  'pipe': 'flow',\n  'pluck': 'map',\n  'prop': 'get',\n  'propEq': 'matchesProperty',\n  'propOr': 'getOr',\n  'props': 'at',\n  'symmetricDifference': 'xor',\n  'symmetricDifferenceBy': 'xorBy',\n  'symmetricDifferenceWith': 'xorWith',\n  'takeLast': 'takeRight',\n  'takeLastWhile': 'takeRightWhile',\n  'unapply': 'rest',\n  'unnest': 'flatten',\n  'useWith': 'overArgs',\n  'where': 'conformsTo',\n  'whereEq': 'isMatch',\n  'zipObj': 'zipObject'\n};\n\n/** Used to map ary to method names. */\nexports.aryMethod = {\n  '1': [\n    'assignAll', 'assignInAll', 'attempt', 'castArray', 'ceil', 'create',\n    'curry', 'curryRight', 'defaultsAll', 'defaultsDeepAll', 'floor', 'flow',\n    'flowRight', 'fromPairs', 'invert', 'iteratee', 'memoize', 'method', 'mergeAll',\n    'methodOf', 'mixin', 'nthArg', 'over', 'overEvery', 'overSome','rest', 'reverse',\n    'round', 'runInContext', 'spread', 'template', 'trim', 'trimEnd', 'trimStart',\n    'uniqueId', 'words', 'zipAll'\n  ],\n  '2': [\n    'add', 'after', 'ary', 'assign', 'assignAllWith', 'assignIn', 'assignInAllWith',\n    'at', 'before', 'bind', 'bindAll', 'bindKey', 'chunk', 'cloneDeepWith',\n    'cloneWith', 'concat', 'conformsTo', 'countBy', 'curryN', 'curryRightN',\n    'debounce', 'defaults', 'defaultsDeep', 'defaultTo', 'delay', 'difference',\n    'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'eq',\n    'every', 'filter', 'find', 'findIndex', 'findKey', 'findLast', 'findLastIndex',\n    'findLastKey', 'flatMap', 'flatMapDeep', 'flattenDepth', 'forEach',\n    'forEachRight', 'forIn', 'forInRight', 'forOwn', 'forOwnRight', 'get',\n    'groupBy', 'gt', 'gte', 'has', 'hasIn', 'includes', 'indexOf', 'intersection',\n    'invertBy', 'invoke', 'invokeMap', 'isEqual', 'isMatch', 'join', 'keyBy',\n    'lastIndexOf', 'lt', 'lte', 'map', 'mapKeys', 'mapValues', 'matchesProperty',\n    'maxBy', 'meanBy', 'merge', 'mergeAllWith', 'minBy', 'multiply', 'nth', 'omit',\n    'omitBy', 'overArgs', 'pad', 'padEnd', 'padStart', 'parseInt', 'partial',\n    'partialRight', 'partition', 'pick', 'pickBy', 'propertyOf', 'pull', 'pullAll',\n    'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject', 'remove',\n    'repeat', 'restFrom', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex',\n    'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy',\n    'split', 'spreadFrom', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight',\n    'takeRightWhile', 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'trimChars',\n    'trimCharsEnd', 'trimCharsStart', 'truncate', 'union', 'uniqBy', 'uniqWith',\n    'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject',\n    'zipObjectDeep'\n  ],\n  '3': [\n    'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith',\n    'findFrom', 'findIndexFrom', 'findLastFrom', 'findLastIndexFrom', 'getOr',\n    'includesFrom', 'indexOfFrom', 'inRange', 'intersectionBy', 'intersectionWith',\n    'invokeArgs', 'invokeArgsMap', 'isEqualWith', 'isMatchWith', 'flatMapDepth',\n    'lastIndexOfFrom', 'mergeWith', 'orderBy', 'padChars', 'padCharsEnd',\n    'padCharsStart', 'pullAllBy', 'pullAllWith', 'rangeStep', 'rangeStepRight',\n    'reduce', 'reduceRight', 'replace', 'set', 'slice', 'sortedIndexBy',\n    'sortedLastIndexBy', 'transform', 'unionBy', 'unionWith', 'update', 'xorBy',\n    'xorWith', 'zipWith'\n  ],\n  '4': [\n    'fill', 'setWith', 'updateWith'\n  ]\n};\n\n/** Used to map ary to rearg configs. */\nexports.aryRearg = {\n  '2': [1, 0],\n  '3': [2, 0, 1],\n  '4': [3, 2, 0, 1]\n};\n\n/** Used to map method names to their iteratee ary. */\nexports.iterateeAry = {\n  'dropRightWhile': 1,\n  'dropWhile': 1,\n  'every': 1,\n  'filter': 1,\n  'find': 1,\n  'findFrom': 1,\n  'findIndex': 1,\n  'findIndexFrom': 1,\n  'findKey': 1,\n  'findLast': 1,\n  'findLastFrom': 1,\n  'findLastIndex': 1,\n  'findLastIndexFrom': 1,\n  'findLastKey': 1,\n  'flatMap': 1,\n  'flatMapDeep': 1,\n  'flatMapDepth': 1,\n  'forEach': 1,\n  'forEachRight': 1,\n  'forIn': 1,\n  'forInRight': 1,\n  'forOwn': 1,\n  'forOwnRight': 1,\n  'map': 1,\n  'mapKeys': 1,\n  'mapValues': 1,\n  'partition': 1,\n  'reduce': 2,\n  'reduceRight': 2,\n  'reject': 1,\n  'remove': 1,\n  'some': 1,\n  'takeRightWhile': 1,\n  'takeWhile': 1,\n  'times': 1,\n  'transform': 2\n};\n\n/** Used to map method names to iteratee rearg configs. */\nexports.iterateeRearg = {\n  'mapKeys': [1],\n  'reduceRight': [1, 0]\n};\n\n/** Used to map method names to rearg configs. */\nexports.methodRearg = {\n  'assignInAllWith': [1, 0],\n  'assignInWith': [1, 2, 0],\n  'assignAllWith': [1, 0],\n  'assignWith': [1, 2, 0],\n  'differenceBy': [1, 2, 0],\n  'differenceWith': [1, 2, 0],\n  'getOr': [2, 1, 0],\n  'intersectionBy': [1, 2, 0],\n  'intersectionWith': [1, 2, 0],\n  'isEqualWith': [1, 2, 0],\n  'isMatchWith': [2, 1, 0],\n  'mergeAllWith': [1, 0],\n  'mergeWith': [1, 2, 0],\n  'padChars': [2, 1, 0],\n  'padCharsEnd': [2, 1, 0],\n  'padCharsStart': [2, 1, 0],\n  'pullAllBy': [2, 1, 0],\n  'pullAllWith': [2, 1, 0],\n  'rangeStep': [1, 2, 0],\n  'rangeStepRight': [1, 2, 0],\n  'setWith': [3, 1, 2, 0],\n  'sortedIndexBy': [2, 1, 0],\n  'sortedLastIndexBy': [2, 1, 0],\n  'unionBy': [1, 2, 0],\n  'unionWith': [1, 2, 0],\n  'updateWith': [3, 1, 2, 0],\n  'xorBy': [1, 2, 0],\n  'xorWith': [1, 2, 0],\n  'zipWith': [1, 2, 0]\n};\n\n/** Used to map method names to spread configs. */\nexports.methodSpread = {\n  'assignAll': { 'start': 0 },\n  'assignAllWith': { 'start': 0 },\n  'assignInAll': { 'start': 0 },\n  'assignInAllWith': { 'start': 0 },\n  'defaultsAll': { 'start': 0 },\n  'defaultsDeepAll': { 'start': 0 },\n  'invokeArgs': { 'start': 2 },\n  'invokeArgsMap': { 'start': 2 },\n  'mergeAll': { 'start': 0 },\n  'mergeAllWith': { 'start': 0 },\n  'partial': { 'start': 1 },\n  'partialRight': { 'start': 1 },\n  'without': { 'start': 1 },\n  'zipAll': { 'start': 0 }\n};\n\n/** Used to identify methods which mutate arrays or objects. */\nexports.mutate = {\n  'array': {\n    'fill': true,\n    'pull': true,\n    'pullAll': true,\n    'pullAllBy': true,\n    'pullAllWith': true,\n    'pullAt': true,\n    'remove': true,\n    'reverse': true\n  },\n  'object': {\n    'assign': true,\n    'assignAll': true,\n    'assignAllWith': true,\n    'assignIn': true,\n    'assignInAll': true,\n    'assignInAllWith': true,\n    'assignInWith': true,\n    'assignWith': true,\n    'defaults': true,\n    'defaultsAll': true,\n    'defaultsDeep': true,\n    'defaultsDeepAll': true,\n    'merge': true,\n    'mergeAll': true,\n    'mergeAllWith': true,\n    'mergeWith': true,\n  },\n  'set': {\n    'set': true,\n    'setWith': true,\n    'unset': true,\n    'update': true,\n    'updateWith': true\n  }\n};\n\n/** Used to map real names to their aliases. */\nexports.realToAlias = (function() {\n  var hasOwnProperty = Object.prototype.hasOwnProperty,\n      object = exports.aliasToReal,\n      result = {};\n\n  for (var key in object) {\n    var value = object[key];\n    if (hasOwnProperty.call(result, value)) {\n      result[value].push(key);\n    } else {\n      result[value] = [key];\n    }\n  }\n  return result;\n}());\n\n/** Used to map method names to other names. */\nexports.remap = {\n  'assignAll': 'assign',\n  'assignAllWith': 'assignWith',\n  'assignInAll': 'assignIn',\n  'assignInAllWith': 'assignInWith',\n  'curryN': 'curry',\n  'curryRightN': 'curryRight',\n  'defaultsAll': 'defaults',\n  'defaultsDeepAll': 'defaultsDeep',\n  'findFrom': 'find',\n  'findIndexFrom': 'findIndex',\n  'findLastFrom': 'findLast',\n  'findLastIndexFrom': 'findLastIndex',\n  'getOr': 'get',\n  'includesFrom': 'includes',\n  'indexOfFrom': 'indexOf',\n  'invokeArgs': 'invoke',\n  'invokeArgsMap': 'invokeMap',\n  'lastIndexOfFrom': 'lastIndexOf',\n  'mergeAll': 'merge',\n  'mergeAllWith': 'mergeWith',\n  'padChars': 'pad',\n  'padCharsEnd': 'padEnd',\n  'padCharsStart': 'padStart',\n  'propertyOf': 'get',\n  'rangeStep': 'range',\n  'rangeStepRight': 'rangeRight',\n  'restFrom': 'rest',\n  'spreadFrom': 'spread',\n  'trimChars': 'trim',\n  'trimCharsEnd': 'trimEnd',\n  'trimCharsStart': 'trimStart',\n  'zipAll': 'zip'\n};\n\n/** Used to track methods that skip fixing their arity. */\nexports.skipFixed = {\n  'castArray': true,\n  'flow': true,\n  'flowRight': true,\n  'iteratee': true,\n  'mixin': true,\n  'rearg': true,\n  'runInContext': true\n};\n\n/** Used to track methods that skip rearranging arguments. */\nexports.skipRearg = {\n  'add': true,\n  'assign': true,\n  'assignIn': true,\n  'bind': true,\n  'bindKey': true,\n  'concat': true,\n  'difference': true,\n  'divide': true,\n  'eq': true,\n  'gt': true,\n  'gte': true,\n  'isEqual': true,\n  'lt': true,\n  'lte': true,\n  'matchesProperty': true,\n  'merge': true,\n  'multiply': true,\n  'overArgs': true,\n  'partial': true,\n  'partialRight': true,\n  'propertyOf': true,\n  'random': true,\n  'range': true,\n  'rangeRight': true,\n  'subtract': true,\n  'zip': true,\n  'zipObject': true,\n  'zipObjectDeep': true\n};\n","module.exports = {\n  'ary': require('../ary'),\n  'assign': require('../_baseAssign'),\n  'clone': require('../clone'),\n  'curry': require('../curry'),\n  'forEach': require('../_arrayEach'),\n  'isArray': require('../isArray'),\n  'isError': require('../isError'),\n  'isFunction': require('../isFunction'),\n  'isWeakMap': require('../isWeakMap'),\n  'iteratee': require('../iteratee'),\n  'keys': require('../_baseKeys'),\n  'rearg': require('../rearg'),\n  'toInteger': require('../toInteger'),\n  'toPath': require('../toPath')\n};\n","var baseConvert = require('./_baseConvert'),\n    util = require('./_util');\n\n/**\n * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last\n * version with conversion `options` applied. If `name` is an object its methods\n * will be converted.\n *\n * @param {string} name The name of the function to wrap.\n * @param {Function} [func] The function to wrap.\n * @param {Object} [options] The options object. See `baseConvert` for more details.\n * @returns {Function|Object} Returns the converted function or object.\n */\nfunction convert(name, func, options) {\n  return baseConvert(util, name, func, options);\n}\n\nmodule.exports = convert;\n","module.exports = require('./head');\n","var convert = require('./convert'),\n    func = convert('flattenDepth', require('../flattenDepth'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('flow', require('../flow'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('get', require('../get'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('head', require('../head'), require('./_falseOptions'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('isArray', require('../isArray'), require('./_falseOptions'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('merge', require('../merge'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('omit', require('../omit'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","module.exports = require('./flow');\n","/**\n * The default argument placeholder value for methods.\n *\n * @type {Object}\n */\nmodule.exports = {};\n","var convert = require('./convert'),\n    func = convert('throttle', require('../throttle'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var convert = require('./convert'),\n    func = convert('unionBy', require('../unionBy'));\n\nfunc.placeholder = require('./placeholder');\nmodule.exports = func;\n","var baseGet = require('./_baseGet');\n\n/**\n * Gets the value at `path` of `object`. If the resolved value is\n * `undefined`, the `defaultValue` is returned in its place.\n *\n * @static\n * @memberOf _\n * @since 3.7.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path of the property to get.\n * @param {*} [defaultValue] The value returned for `undefined` resolved values.\n * @returns {*} Returns the resolved value.\n * @example\n *\n * var object = { 'a': [{ 'b': { 'c': 3 } }] };\n *\n * _.get(object, 'a[0].b.c');\n * // => 3\n *\n * _.get(object, ['a', '0', 'b', 'c']);\n * // => 3\n *\n * _.get(object, 'a.b.c', 'default');\n * // => 'default'\n */\nfunction get(object, path, defaultValue) {\n  var result = object == null ? undefined : baseGet(object, path);\n  return result === undefined ? defaultValue : result;\n}\n\nmodule.exports = get;\n","var baseHasIn = require('./_baseHasIn'),\n    hasPath = require('./_hasPath');\n\n/**\n * Checks if `path` is a direct or inherited property of `object`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @param {Array|string} path The path to check.\n * @returns {boolean} Returns `true` if `path` exists, else `false`.\n * @example\n *\n * var object = _.create({ 'a': _.create({ 'b': 2 }) });\n *\n * _.hasIn(object, 'a');\n * // => true\n *\n * _.hasIn(object, 'a.b');\n * // => true\n *\n * _.hasIn(object, ['a', 'b']);\n * // => true\n *\n * _.hasIn(object, 'b');\n * // => false\n */\nfunction hasIn(object, path) {\n  return object != null && hasPath(object, path, baseHasIn);\n}\n\nmodule.exports = hasIn;\n","/**\n * Gets the first element of `array`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @alias first\n * @category Array\n * @param {Array} array The array to query.\n * @returns {*} Returns the first element of `array`.\n * @example\n *\n * _.head([1, 2, 3]);\n * // => 1\n *\n * _.head([]);\n * // => undefined\n */\nfunction head(array) {\n  return (array && array.length) ? array[0] : undefined;\n}\n\nmodule.exports = head;\n","/**\n * This method returns the first argument it receives.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var object = { 'a': 1 };\n *\n * console.log(_.identity(object) === object);\n * // => true\n */\nfunction identity(value) {\n  return value;\n}\n\nmodule.exports = identity;\n","var baseIsArguments = require('./_baseIsArguments'),\n    isObjectLike = require('./isObjectLike');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Built-in value references. */\nvar propertyIsEnumerable = objectProto.propertyIsEnumerable;\n\n/**\n * Checks if `value` is likely an `arguments` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an `arguments` object,\n *  else `false`.\n * @example\n *\n * _.isArguments(function() { return arguments; }());\n * // => true\n *\n * _.isArguments([1, 2, 3]);\n * // => false\n */\nvar isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) {\n  return isObjectLike(value) && hasOwnProperty.call(value, 'callee') &&\n    !propertyIsEnumerable.call(value, 'callee');\n};\n\nmodule.exports = isArguments;\n","/**\n * Checks if `value` is classified as an `Array` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array, else `false`.\n * @example\n *\n * _.isArray([1, 2, 3]);\n * // => true\n *\n * _.isArray(document.body.children);\n * // => false\n *\n * _.isArray('abc');\n * // => false\n *\n * _.isArray(_.noop);\n * // => false\n */\nvar isArray = Array.isArray;\n\nmodule.exports = isArray;\n","var isFunction = require('./isFunction'),\n    isLength = require('./isLength');\n\n/**\n * Checks if `value` is array-like. A value is considered array-like if it's\n * not a function and has a `value.length` that's an integer greater than or\n * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is array-like, else `false`.\n * @example\n *\n * _.isArrayLike([1, 2, 3]);\n * // => true\n *\n * _.isArrayLike(document.body.children);\n * // => true\n *\n * _.isArrayLike('abc');\n * // => true\n *\n * _.isArrayLike(_.noop);\n * // => false\n */\nfunction isArrayLike(value) {\n  return value != null && isLength(value.length) && !isFunction(value);\n}\n\nmodule.exports = isArrayLike;\n","var isArrayLike = require('./isArrayLike'),\n    isObjectLike = require('./isObjectLike');\n\n/**\n * This method is like `_.isArrayLike` except that it also checks if `value`\n * is an object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an array-like object,\n *  else `false`.\n * @example\n *\n * _.isArrayLikeObject([1, 2, 3]);\n * // => true\n *\n * _.isArrayLikeObject(document.body.children);\n * // => true\n *\n * _.isArrayLikeObject('abc');\n * // => false\n *\n * _.isArrayLikeObject(_.noop);\n * // => false\n */\nfunction isArrayLikeObject(value) {\n  return isObjectLike(value) && isArrayLike(value);\n}\n\nmodule.exports = isArrayLikeObject;\n","var root = require('./_root'),\n    stubFalse = require('./stubFalse');\n\n/** Detect free variable `exports`. */\nvar freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;\n\n/** Detect free variable `module`. */\nvar freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;\n\n/** Detect the popular CommonJS extension `module.exports`. */\nvar moduleExports = freeModule && freeModule.exports === freeExports;\n\n/** Built-in value references. */\nvar Buffer = moduleExports ? root.Buffer : undefined;\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;\n\n/**\n * Checks if `value` is a buffer.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.\n * @example\n *\n * _.isBuffer(new Buffer(2));\n * // => true\n *\n * _.isBuffer(new Uint8Array(2));\n * // => false\n */\nvar isBuffer = nativeIsBuffer || stubFalse;\n\nmodule.exports = isBuffer;\n","var baseGetTag = require('./_baseGetTag'),\n    isObjectLike = require('./isObjectLike'),\n    isPlainObject = require('./isPlainObject');\n\n/** `Object#toString` result references. */\nvar domExcTag = '[object DOMException]',\n    errorTag = '[object Error]';\n\n/**\n * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`,\n * `SyntaxError`, `TypeError`, or `URIError` object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an error object, else `false`.\n * @example\n *\n * _.isError(new Error);\n * // => true\n *\n * _.isError(Error);\n * // => false\n */\nfunction isError(value) {\n  if (!isObjectLike(value)) {\n    return false;\n  }\n  var tag = baseGetTag(value);\n  return tag == errorTag || tag == domExcTag ||\n    (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value));\n}\n\nmodule.exports = isError;\n","var baseGetTag = require('./_baseGetTag'),\n    isObject = require('./isObject');\n\n/** `Object#toString` result references. */\nvar asyncTag = '[object AsyncFunction]',\n    funcTag = '[object Function]',\n    genTag = '[object GeneratorFunction]',\n    proxyTag = '[object Proxy]';\n\n/**\n * Checks if `value` is classified as a `Function` object.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a function, else `false`.\n * @example\n *\n * _.isFunction(_);\n * // => true\n *\n * _.isFunction(/abc/);\n * // => false\n */\nfunction isFunction(value) {\n  if (!isObject(value)) {\n    return false;\n  }\n  // The use of `Object#toString` avoids issues with the `typeof` operator\n  // in Safari 9 which returns 'object' for typed arrays and other constructors.\n  var tag = baseGetTag(value);\n  return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;\n}\n\nmodule.exports = isFunction;\n","/** Used as references for various `Number` constants. */\nvar MAX_SAFE_INTEGER = 9007199254740991;\n\n/**\n * Checks if `value` is a valid array-like length.\n *\n * **Note:** This method is loosely based on\n * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.\n * @example\n *\n * _.isLength(3);\n * // => true\n *\n * _.isLength(Number.MIN_VALUE);\n * // => false\n *\n * _.isLength(Infinity);\n * // => false\n *\n * _.isLength('3');\n * // => false\n */\nfunction isLength(value) {\n  return typeof value == 'number' &&\n    value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;\n}\n\nmodule.exports = isLength;\n","var baseIsMap = require('./_baseIsMap'),\n    baseUnary = require('./_baseUnary'),\n    nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsMap = nodeUtil && nodeUtil.isMap;\n\n/**\n * Checks if `value` is classified as a `Map` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a map, else `false`.\n * @example\n *\n * _.isMap(new Map);\n * // => true\n *\n * _.isMap(new WeakMap);\n * // => false\n */\nvar isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap;\n\nmodule.exports = isMap;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n  var type = typeof value;\n  return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n  return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","var baseGetTag = require('./_baseGetTag'),\n    getPrototype = require('./_getPrototype'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar objectTag = '[object Object]';\n\n/** Used for built-in method references. */\nvar funcProto = Function.prototype,\n    objectProto = Object.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/** Used to infer the `Object` constructor. */\nvar objectCtorString = funcToString.call(Object);\n\n/**\n * Checks if `value` is a plain object, that is, an object created by the\n * `Object` constructor or one with a `[[Prototype]]` of `null`.\n *\n * @static\n * @memberOf _\n * @since 0.8.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a plain object, else `false`.\n * @example\n *\n * function Foo() {\n *   this.a = 1;\n * }\n *\n * _.isPlainObject(new Foo);\n * // => false\n *\n * _.isPlainObject([1, 2, 3]);\n * // => false\n *\n * _.isPlainObject({ 'x': 0, 'y': 0 });\n * // => true\n *\n * _.isPlainObject(Object.create(null));\n * // => true\n */\nfunction isPlainObject(value) {\n  if (!isObjectLike(value) || baseGetTag(value) != objectTag) {\n    return false;\n  }\n  var proto = getPrototype(value);\n  if (proto === null) {\n    return true;\n  }\n  var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor;\n  return typeof Ctor == 'function' && Ctor instanceof Ctor &&\n    funcToString.call(Ctor) == objectCtorString;\n}\n\nmodule.exports = isPlainObject;\n","var baseIsSet = require('./_baseIsSet'),\n    baseUnary = require('./_baseUnary'),\n    nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsSet = nodeUtil && nodeUtil.isSet;\n\n/**\n * Checks if `value` is classified as a `Set` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a set, else `false`.\n * @example\n *\n * _.isSet(new Set);\n * // => true\n *\n * _.isSet(new WeakSet);\n * // => false\n */\nvar isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;\n\nmodule.exports = isSet;\n","var baseGetTag = require('./_baseGetTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n  return typeof value == 'symbol' ||\n    (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n","var baseIsTypedArray = require('./_baseIsTypedArray'),\n    baseUnary = require('./_baseUnary'),\n    nodeUtil = require('./_nodeUtil');\n\n/* Node.js helper references. */\nvar nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;\n\n/**\n * Checks if `value` is classified as a typed array.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.\n * @example\n *\n * _.isTypedArray(new Uint8Array);\n * // => true\n *\n * _.isTypedArray([]);\n * // => false\n */\nvar isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;\n\nmodule.exports = isTypedArray;\n","var getTag = require('./_getTag'),\n    isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar weakMapTag = '[object WeakMap]';\n\n/**\n * Checks if `value` is classified as a `WeakMap` object.\n *\n * @static\n * @memberOf _\n * @since 4.3.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a weak map, else `false`.\n * @example\n *\n * _.isWeakMap(new WeakMap);\n * // => true\n *\n * _.isWeakMap(new Map);\n * // => false\n */\nfunction isWeakMap(value) {\n  return isObjectLike(value) && getTag(value) == weakMapTag;\n}\n\nmodule.exports = isWeakMap;\n","var baseClone = require('./_baseClone'),\n    baseIteratee = require('./_baseIteratee');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1;\n\n/**\n * Creates a function that invokes `func` with the arguments of the created\n * function. If `func` is a property name, the created function returns the\n * property value for a given element. If `func` is an array or object, the\n * created function returns `true` for elements that contain the equivalent\n * source properties, otherwise it returns `false`.\n *\n * @static\n * @since 4.0.0\n * @memberOf _\n * @category Util\n * @param {*} [func=_.identity] The value to convert to a callback.\n * @returns {Function} Returns the callback.\n * @example\n *\n * var users = [\n *   { 'user': 'barney', 'age': 36, 'active': true },\n *   { 'user': 'fred',   'age': 40, 'active': false }\n * ];\n *\n * // The `_.matches` iteratee shorthand.\n * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true }));\n * // => [{ 'user': 'barney', 'age': 36, 'active': true }]\n *\n * // The `_.matchesProperty` iteratee shorthand.\n * _.filter(users, _.iteratee(['user', 'fred']));\n * // => [{ 'user': 'fred', 'age': 40 }]\n *\n * // The `_.property` iteratee shorthand.\n * _.map(users, _.iteratee('user'));\n * // => ['barney', 'fred']\n *\n * // Create custom iteratee shorthands.\n * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) {\n *   return !_.isRegExp(func) ? iteratee(func) : function(string) {\n *     return func.test(string);\n *   };\n * });\n *\n * _.filter(['abc', 'def'], /ef/);\n * // => ['def']\n */\nfunction iteratee(func) {\n  return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG));\n}\n\nmodule.exports = iteratee;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n    baseKeys = require('./_baseKeys'),\n    isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects. See the\n * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)\n * for more details.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n *   this.a = 1;\n *   this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keys(new Foo);\n * // => ['a', 'b'] (iteration order is not guaranteed)\n *\n * _.keys('hi');\n * // => ['0', '1']\n */\nfunction keys(object) {\n  return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);\n}\n\nmodule.exports = keys;\n","var arrayLikeKeys = require('./_arrayLikeKeys'),\n    baseKeysIn = require('./_baseKeysIn'),\n    isArrayLike = require('./isArrayLike');\n\n/**\n * Creates an array of the own and inherited enumerable property names of `object`.\n *\n * **Note:** Non-object values are coerced to objects.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Object\n * @param {Object} object The object to query.\n * @returns {Array} Returns the array of property names.\n * @example\n *\n * function Foo() {\n *   this.a = 1;\n *   this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.keysIn(new Foo);\n * // => ['a', 'b', 'c'] (iteration order is not guaranteed)\n */\nfunction keysIn(object) {\n  return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);\n}\n\nmodule.exports = keysIn;\n","/**\n * Gets the last element of `array`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Array\n * @param {Array} array The array to query.\n * @returns {*} Returns the last element of `array`.\n * @example\n *\n * _.last([1, 2, 3]);\n * // => 3\n */\nfunction last(array) {\n  var length = array == null ? 0 : array.length;\n  return length ? array[length - 1] : undefined;\n}\n\nmodule.exports = last;\n","var MapCache = require('./_MapCache');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a function that memoizes the result of `func`. If `resolver` is\n * provided, it determines the cache key for storing the result based on the\n * arguments provided to the memoized function. By default, the first argument\n * provided to the memoized function is used as the map cache key. The `func`\n * is invoked with the `this` binding of the memoized function.\n *\n * **Note:** The cache is exposed as the `cache` property on the memoized\n * function. Its creation may be customized by replacing the `_.memoize.Cache`\n * constructor with one whose instances implement the\n * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)\n * method interface of `clear`, `delete`, `get`, `has`, and `set`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to have its output memoized.\n * @param {Function} [resolver] The function to resolve the cache key.\n * @returns {Function} Returns the new memoized function.\n * @example\n *\n * var object = { 'a': 1, 'b': 2 };\n * var other = { 'c': 3, 'd': 4 };\n *\n * var values = _.memoize(_.values);\n * values(object);\n * // => [1, 2]\n *\n * values(other);\n * // => [3, 4]\n *\n * object.a = 2;\n * values(object);\n * // => [1, 2]\n *\n * // Modify the result cache.\n * values.cache.set(object, ['a', 'b']);\n * values(object);\n * // => ['a', 'b']\n *\n * // Replace `_.memoize.Cache`.\n * _.memoize.Cache = WeakMap;\n */\nfunction memoize(func, resolver) {\n  if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {\n    throw new TypeError(FUNC_ERROR_TEXT);\n  }\n  var memoized = function() {\n    var args = arguments,\n        key = resolver ? resolver.apply(this, args) : args[0],\n        cache = memoized.cache;\n\n    if (cache.has(key)) {\n      return cache.get(key);\n    }\n    var result = func.apply(this, args);\n    memoized.cache = cache.set(key, result) || cache;\n    return result;\n  };\n  memoized.cache = new (memoize.Cache || MapCache);\n  return memoized;\n}\n\n// Expose `MapCache`.\nmemoize.Cache = MapCache;\n\nmodule.exports = memoize;\n","var baseMerge = require('./_baseMerge'),\n    createAssigner = require('./_createAssigner');\n\n/**\n * This method is like `_.assign` except that it recursively merges own and\n * inherited enumerable string keyed properties of source objects into the\n * destination object. Source properties that resolve to `undefined` are\n * skipped if a destination value exists. Array and plain object properties\n * are merged recursively. Other objects and value types are overridden by\n * assignment. Source objects are applied from left to right. Subsequent\n * sources overwrite property assignments of previous sources.\n *\n * **Note:** This method mutates `object`.\n *\n * @static\n * @memberOf _\n * @since 0.5.0\n * @category Object\n * @param {Object} object The destination object.\n * @param {...Object} [sources] The source objects.\n * @returns {Object} Returns `object`.\n * @example\n *\n * var object = {\n *   'a': [{ 'b': 2 }, { 'd': 4 }]\n * };\n *\n * var other = {\n *   'a': [{ 'c': 3 }, { 'e': 5 }]\n * };\n *\n * _.merge(object, other);\n * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] }\n */\nvar merge = createAssigner(function(object, source, srcIndex) {\n  baseMerge(object, source, srcIndex);\n});\n\nmodule.exports = merge;\n","/**\n * This method returns `undefined`.\n *\n * @static\n * @memberOf _\n * @since 2.3.0\n * @category Util\n * @example\n *\n * _.times(2, _.noop);\n * // => [undefined, undefined]\n */\nfunction noop() {\n  // No operation performed.\n}\n\nmodule.exports = noop;\n","var root = require('./_root');\n\n/**\n * Gets the timestamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Date\n * @returns {number} Returns the timestamp.\n * @example\n *\n * _.defer(function(stamp) {\n *   console.log(_.now() - stamp);\n * }, _.now());\n * // => Logs the number of milliseconds it took for the deferred invocation.\n */\nvar now = function() {\n  return root.Date.now();\n};\n\nmodule.exports = now;\n","var arrayMap = require('./_arrayMap'),\n    baseClone = require('./_baseClone'),\n    baseUnset = require('./_baseUnset'),\n    castPath = require('./_castPath'),\n    copyObject = require('./_copyObject'),\n    customOmitClone = require('./_customOmitClone'),\n    flatRest = require('./_flatRest'),\n    getAllKeysIn = require('./_getAllKeysIn');\n\n/** Used to compose bitmasks for cloning. */\nvar CLONE_DEEP_FLAG = 1,\n    CLONE_FLAT_FLAG = 2,\n    CLONE_SYMBOLS_FLAG = 4;\n\n/**\n * The opposite of `_.pick`; this method creates an object composed of the\n * own and inherited enumerable property paths of `object` that are not omitted.\n *\n * **Note:** This method is considerably slower than `_.pick`.\n *\n * @static\n * @since 0.1.0\n * @memberOf _\n * @category Object\n * @param {Object} object The source object.\n * @param {...(string|string[])} [paths] The property paths to omit.\n * @returns {Object} Returns the new object.\n * @example\n *\n * var object = { 'a': 1, 'b': '2', 'c': 3 };\n *\n * _.omit(object, ['a', 'c']);\n * // => { 'b': '2' }\n */\nvar omit = flatRest(function(object, paths) {\n  var result = {};\n  if (object == null) {\n    return result;\n  }\n  var isDeep = false;\n  paths = arrayMap(paths, function(path) {\n    path = castPath(path, object);\n    isDeep || (isDeep = path.length > 1);\n    return path;\n  });\n  copyObject(object, getAllKeysIn(object), result);\n  if (isDeep) {\n    result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone);\n  }\n  var length = paths.length;\n  while (length--) {\n    baseUnset(result, paths[length]);\n  }\n  return result;\n});\n\nmodule.exports = omit;\n","var baseProperty = require('./_baseProperty'),\n    basePropertyDeep = require('./_basePropertyDeep'),\n    isKey = require('./_isKey'),\n    toKey = require('./_toKey');\n\n/**\n * Creates a function that returns the value at `path` of a given object.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {Array|string} path The path of the property to get.\n * @returns {Function} Returns the new accessor function.\n * @example\n *\n * var objects = [\n *   { 'a': { 'b': 2 } },\n *   { 'a': { 'b': 1 } }\n * ];\n *\n * _.map(objects, _.property('a.b'));\n * // => [2, 1]\n *\n * _.map(_.sortBy(objects, _.property(['a', 'b'])), 'a.b');\n * // => [1, 2]\n */\nfunction property(path) {\n  return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);\n}\n\nmodule.exports = property;\n","var createWrap = require('./_createWrap'),\n    flatRest = require('./_flatRest');\n\n/** Used to compose bitmasks for function metadata. */\nvar WRAP_REARG_FLAG = 256;\n\n/**\n * Creates a function that invokes `func` with arguments arranged according\n * to the specified `indexes` where the argument value at the first index is\n * provided as the first argument, the argument value at the second index is\n * provided as the second argument, and so on.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Function\n * @param {Function} func The function to rearrange arguments for.\n * @param {...(number|number[])} indexes The arranged argument indexes.\n * @returns {Function} Returns the new function.\n * @example\n *\n * var rearged = _.rearg(function(a, b, c) {\n *   return [a, b, c];\n * }, [2, 0, 1]);\n *\n * rearged('b', 'c', 'a')\n * // => ['a', 'b', 'c']\n */\nvar rearg = flatRest(function(func, indexes) {\n  return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes);\n});\n\nmodule.exports = rearg;\n","/**\n * This method returns a new empty array.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {Array} Returns the new empty array.\n * @example\n *\n * var arrays = _.times(2, _.stubArray);\n *\n * console.log(arrays);\n * // => [[], []]\n *\n * console.log(arrays[0] === arrays[1]);\n * // => false\n */\nfunction stubArray() {\n  return [];\n}\n\nmodule.exports = stubArray;\n","/**\n * This method returns `false`.\n *\n * @static\n * @memberOf _\n * @since 4.13.0\n * @category Util\n * @returns {boolean} Returns `false`.\n * @example\n *\n * _.times(2, _.stubFalse);\n * // => [false, false]\n */\nfunction stubFalse() {\n  return false;\n}\n\nmodule.exports = stubFalse;\n","var debounce = require('./debounce'),\n    isObject = require('./isObject');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/**\n * Creates a throttled function that only invokes `func` at most once per\n * every `wait` milliseconds. The throttled function comes with a `cancel`\n * method to cancel delayed `func` invocations and a `flush` method to\n * immediately invoke them. Provide `options` to indicate whether `func`\n * should be invoked on the leading and/or trailing edge of the `wait`\n * timeout. The `func` is invoked with the last arguments provided to the\n * throttled function. Subsequent calls to the throttled function return the\n * result of the last `func` invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the throttled function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.throttle` and `_.debounce`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to throttle.\n * @param {number} [wait=0] The number of milliseconds to throttle invocations to.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=true]\n *  Specify invoking on the leading edge of the timeout.\n * @param {boolean} [options.trailing=true]\n *  Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new throttled function.\n * @example\n *\n * // Avoid excessively updating the position while scrolling.\n * jQuery(window).on('scroll', _.throttle(updatePosition, 100));\n *\n * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes.\n * var throttled = _.throttle(renewToken, 300000, { 'trailing': false });\n * jQuery(element).on('click', throttled);\n *\n * // Cancel the trailing throttled invocation.\n * jQuery(window).on('popstate', throttled.cancel);\n */\nfunction throttle(func, wait, options) {\n  var leading = true,\n      trailing = true;\n\n  if (typeof func != 'function') {\n    throw new TypeError(FUNC_ERROR_TEXT);\n  }\n  if (isObject(options)) {\n    leading = 'leading' in options ? !!options.leading : leading;\n    trailing = 'trailing' in options ? !!options.trailing : trailing;\n  }\n  return debounce(func, wait, {\n    'leading': leading,\n    'maxWait': wait,\n    'trailing': trailing\n  });\n}\n\nmodule.exports = throttle;\n","var toNumber = require('./toNumber');\n\n/** Used as references for various `Number` constants. */\nvar INFINITY = 1 / 0,\n    MAX_INTEGER = 1.7976931348623157e+308;\n\n/**\n * Converts `value` to a finite number.\n *\n * @static\n * @memberOf _\n * @since 4.12.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted number.\n * @example\n *\n * _.toFinite(3.2);\n * // => 3.2\n *\n * _.toFinite(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toFinite(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toFinite('3.2');\n * // => 3.2\n */\nfunction toFinite(value) {\n  if (!value) {\n    return value === 0 ? value : 0;\n  }\n  value = toNumber(value);\n  if (value === INFINITY || value === -INFINITY) {\n    var sign = (value < 0 ? -1 : 1);\n    return sign * MAX_INTEGER;\n  }\n  return value === value ? value : 0;\n}\n\nmodule.exports = toFinite;\n","var toFinite = require('./toFinite');\n\n/**\n * Converts `value` to an integer.\n *\n * **Note:** This method is loosely based on\n * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {number} Returns the converted integer.\n * @example\n *\n * _.toInteger(3.2);\n * // => 3\n *\n * _.toInteger(Number.MIN_VALUE);\n * // => 0\n *\n * _.toInteger(Infinity);\n * // => 1.7976931348623157e+308\n *\n * _.toInteger('3.2');\n * // => 3\n */\nfunction toInteger(value) {\n  var result = toFinite(value),\n      remainder = result % 1;\n\n  return result === result ? (remainder ? result - remainder : result) : 0;\n}\n\nmodule.exports = toInteger;\n","var baseTrim = require('./_baseTrim'),\n    isObject = require('./isObject'),\n    isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n  if (typeof value == 'number') {\n    return value;\n  }\n  if (isSymbol(value)) {\n    return NAN;\n  }\n  if (isObject(value)) {\n    var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n    value = isObject(other) ? (other + '') : other;\n  }\n  if (typeof value != 'string') {\n    return value === 0 ? value : +value;\n  }\n  value = baseTrim(value);\n  var isBinary = reIsBinary.test(value);\n  return (isBinary || reIsOctal.test(value))\n    ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n    : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n","var arrayMap = require('./_arrayMap'),\n    copyArray = require('./_copyArray'),\n    isArray = require('./isArray'),\n    isSymbol = require('./isSymbol'),\n    stringToPath = require('./_stringToPath'),\n    toKey = require('./_toKey'),\n    toString = require('./toString');\n\n/**\n * Converts `value` to a property path array.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Util\n * @param {*} value The value to convert.\n * @returns {Array} Returns the new property path array.\n * @example\n *\n * _.toPath('a.b.c');\n * // => ['a', 'b', 'c']\n *\n * _.toPath('a[0].b.c');\n * // => ['a', '0', 'b', 'c']\n */\nfunction toPath(value) {\n  if (isArray(value)) {\n    return arrayMap(value, toKey);\n  }\n  return isSymbol(value) ? [value] : copyArray(stringToPath(toString(value)));\n}\n\nmodule.exports = toPath;\n","var copyObject = require('./_copyObject'),\n    keysIn = require('./keysIn');\n\n/**\n * Converts `value` to a plain object flattening inherited enumerable string\n * keyed properties of `value` to own properties of the plain object.\n *\n * @static\n * @memberOf _\n * @since 3.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {Object} Returns the converted plain object.\n * @example\n *\n * function Foo() {\n *   this.b = 2;\n * }\n *\n * Foo.prototype.c = 3;\n *\n * _.assign({ 'a': 1 }, new Foo);\n * // => { 'a': 1, 'b': 2 }\n *\n * _.assign({ 'a': 1 }, _.toPlainObject(new Foo));\n * // => { 'a': 1, 'b': 2, 'c': 3 }\n */\nfunction toPlainObject(value) {\n  return copyObject(value, keysIn(value));\n}\n\nmodule.exports = toPlainObject;\n","var baseToString = require('./_baseToString');\n\n/**\n * Converts `value` to a string. An empty string is returned for `null`\n * and `undefined` values. The sign of `-0` is preserved.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n * @example\n *\n * _.toString(null);\n * // => ''\n *\n * _.toString(-0);\n * // => '-0'\n *\n * _.toString([1, 2, 3]);\n * // => '1,2,3'\n */\nfunction toString(value) {\n  return value == null ? '' : baseToString(value);\n}\n\nmodule.exports = toString;\n","var baseFlatten = require('./_baseFlatten'),\n    baseIteratee = require('./_baseIteratee'),\n    baseRest = require('./_baseRest'),\n    baseUniq = require('./_baseUniq'),\n    isArrayLikeObject = require('./isArrayLikeObject'),\n    last = require('./last');\n\n/**\n * This method is like `_.union` except that it accepts `iteratee` which is\n * invoked for each element of each `arrays` to generate the criterion by\n * which uniqueness is computed. Result values are chosen from the first\n * array in which the value occurs. The iteratee is invoked with one argument:\n * (value).\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Array\n * @param {...Array} [arrays] The arrays to inspect.\n * @param {Function} [iteratee=_.identity] The iteratee invoked per element.\n * @returns {Array} Returns the new array of combined values.\n * @example\n *\n * _.unionBy([2.1], [1.2, 2.3], Math.floor);\n * // => [2.1, 1.2]\n *\n * // The `_.property` iteratee shorthand.\n * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x');\n * // => [{ 'x': 1 }, { 'x': 2 }]\n */\nvar unionBy = baseRest(function(arrays) {\n  var iteratee = last(arrays);\n  if (isArrayLikeObject(iteratee)) {\n    iteratee = undefined;\n  }\n  return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2));\n});\n\nmodule.exports = unionBy;\n","var LazyWrapper = require('./_LazyWrapper'),\n    LodashWrapper = require('./_LodashWrapper'),\n    baseLodash = require('./_baseLodash'),\n    isArray = require('./isArray'),\n    isObjectLike = require('./isObjectLike'),\n    wrapperClone = require('./_wrapperClone');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Creates a `lodash` object which wraps `value` to enable implicit method\n * chain sequences. Methods that operate on and return arrays, collections,\n * and functions can be chained together. Methods that retrieve a single value\n * or may return a primitive value will automatically end the chain sequence\n * and return the unwrapped value. Otherwise, the value must be unwrapped\n * with `_#value`.\n *\n * Explicit chain sequences, which must be unwrapped with `_#value`, may be\n * enabled using `_.chain`.\n *\n * The execution of chained methods is lazy, that is, it's deferred until\n * `_#value` is implicitly or explicitly called.\n *\n * Lazy evaluation allows several methods to support shortcut fusion.\n * Shortcut fusion is an optimization to merge iteratee calls; this avoids\n * the creation of intermediate arrays and can greatly reduce the number of\n * iteratee executions. Sections of a chain sequence qualify for shortcut\n * fusion if the section is applied to an array and iteratees accept only\n * one argument. The heuristic for whether a section qualifies for shortcut\n * fusion is subject to change.\n *\n * Chaining is supported in custom builds as long as the `_#value` method is\n * directly or indirectly included in the build.\n *\n * In addition to lodash methods, wrappers have `Array` and `String` methods.\n *\n * The wrapper `Array` methods are:\n * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift`\n *\n * The wrapper `String` methods are:\n * `replace` and `split`\n *\n * The wrapper methods that support shortcut fusion are:\n * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`,\n * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`,\n * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray`\n *\n * The chainable wrapper methods are:\n * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`,\n * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`,\n * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`,\n * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,\n * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`,\n * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`,\n * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`,\n * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`,\n * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`,\n * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`,\n * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`,\n * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`,\n * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`,\n * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`,\n * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,\n * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`,\n * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,\n * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`,\n * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`,\n * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`,\n * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,\n * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`,\n * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`,\n * `zipObject`, `zipObjectDeep`, and `zipWith`\n *\n * The wrapper methods that are **not** chainable by default are:\n * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`,\n * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`,\n * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,\n * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`,\n * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`,\n * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`,\n * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`,\n * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`,\n * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,\n * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`,\n * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`,\n * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`,\n * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`,\n * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`,\n * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,\n * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`,\n * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`,\n * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`,\n * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`,\n * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`,\n * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`,\n * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`,\n * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`,\n * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`,\n * `upperFirst`, `value`, and `words`\n *\n * @name _\n * @constructor\n * @category Seq\n * @param {*} value The value to wrap in a `lodash` instance.\n * @returns {Object} Returns the new `lodash` wrapper instance.\n * @example\n *\n * function square(n) {\n *   return n * n;\n * }\n *\n * var wrapped = _([1, 2, 3]);\n *\n * // Returns an unwrapped value.\n * wrapped.reduce(_.add);\n * // => 6\n *\n * // Returns a wrapped value.\n * var squares = wrapped.map(square);\n *\n * _.isArray(squares);\n * // => false\n *\n * _.isArray(squares.value());\n * // => true\n */\nfunction lodash(value) {\n  if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) {\n    if (value instanceof LodashWrapper) {\n      return value;\n    }\n    if (hasOwnProperty.call(value, '__wrapped__')) {\n      return wrapperClone(value);\n    }\n  }\n  return new LodashWrapper(value);\n}\n\n// Ensure wrappers are instances of `baseLodash`.\nlodash.prototype = baseLodash.prototype;\nlodash.prototype.constructor = lodash;\n\nmodule.exports = lodash;\n","'use strict'\n\nvar low = require('./lib/core.js')\n\nmodule.exports = low\n\nlow.registerLanguage('1c', require('highlight.js/lib/languages/1c'))\nlow.registerLanguage('abnf', require('highlight.js/lib/languages/abnf'))\nlow.registerLanguage(\n  'accesslog',\n  require('highlight.js/lib/languages/accesslog')\n)\nlow.registerLanguage(\n  'actionscript',\n  require('highlight.js/lib/languages/actionscript')\n)\nlow.registerLanguage('ada', require('highlight.js/lib/languages/ada'))\nlow.registerLanguage(\n  'angelscript',\n  require('highlight.js/lib/languages/angelscript')\n)\nlow.registerLanguage('apache', require('highlight.js/lib/languages/apache'))\nlow.registerLanguage(\n  'applescript',\n  require('highlight.js/lib/languages/applescript')\n)\nlow.registerLanguage('arcade', require('highlight.js/lib/languages/arcade'))\nlow.registerLanguage('cpp', require('highlight.js/lib/languages/cpp'))\nlow.registerLanguage('arduino', require('highlight.js/lib/languages/arduino'))\nlow.registerLanguage('armasm', require('highlight.js/lib/languages/armasm'))\nlow.registerLanguage('xml', require('highlight.js/lib/languages/xml'))\nlow.registerLanguage('asciidoc', require('highlight.js/lib/languages/asciidoc'))\nlow.registerLanguage('aspectj', require('highlight.js/lib/languages/aspectj'))\nlow.registerLanguage(\n  'autohotkey',\n  require('highlight.js/lib/languages/autohotkey')\n)\nlow.registerLanguage('autoit', require('highlight.js/lib/languages/autoit'))\nlow.registerLanguage('avrasm', require('highlight.js/lib/languages/avrasm'))\nlow.registerLanguage('awk', require('highlight.js/lib/languages/awk'))\nlow.registerLanguage('axapta', require('highlight.js/lib/languages/axapta'))\nlow.registerLanguage('bash', require('highlight.js/lib/languages/bash'))\nlow.registerLanguage('basic', require('highlight.js/lib/languages/basic'))\nlow.registerLanguage('bnf', require('highlight.js/lib/languages/bnf'))\nlow.registerLanguage(\n  'brainfuck',\n  require('highlight.js/lib/languages/brainfuck')\n)\nlow.registerLanguage('cal', require('highlight.js/lib/languages/cal'))\nlow.registerLanguage(\n  'capnproto',\n  require('highlight.js/lib/languages/capnproto')\n)\nlow.registerLanguage('ceylon', require('highlight.js/lib/languages/ceylon'))\nlow.registerLanguage('clean', require('highlight.js/lib/languages/clean'))\nlow.registerLanguage('clojure', require('highlight.js/lib/languages/clojure'))\nlow.registerLanguage(\n  'clojure-repl',\n  require('highlight.js/lib/languages/clojure-repl')\n)\nlow.registerLanguage('cmake', require('highlight.js/lib/languages/cmake'))\nlow.registerLanguage(\n  'coffeescript',\n  require('highlight.js/lib/languages/coffeescript')\n)\nlow.registerLanguage('coq', require('highlight.js/lib/languages/coq'))\nlow.registerLanguage('cos', require('highlight.js/lib/languages/cos'))\nlow.registerLanguage('crmsh', require('highlight.js/lib/languages/crmsh'))\nlow.registerLanguage('crystal', require('highlight.js/lib/languages/crystal'))\nlow.registerLanguage('cs', require('highlight.js/lib/languages/cs'))\nlow.registerLanguage('csp', require('highlight.js/lib/languages/csp'))\nlow.registerLanguage('css', require('highlight.js/lib/languages/css'))\nlow.registerLanguage('d', require('highlight.js/lib/languages/d'))\nlow.registerLanguage('markdown', require('highlight.js/lib/languages/markdown'))\nlow.registerLanguage('dart', require('highlight.js/lib/languages/dart'))\nlow.registerLanguage('delphi', require('highlight.js/lib/languages/delphi'))\nlow.registerLanguage('diff', require('highlight.js/lib/languages/diff'))\nlow.registerLanguage('django', require('highlight.js/lib/languages/django'))\nlow.registerLanguage('dns', require('highlight.js/lib/languages/dns'))\nlow.registerLanguage(\n  'dockerfile',\n  require('highlight.js/lib/languages/dockerfile')\n)\nlow.registerLanguage('dos', require('highlight.js/lib/languages/dos'))\nlow.registerLanguage('dsconfig', require('highlight.js/lib/languages/dsconfig'))\nlow.registerLanguage('dts', require('highlight.js/lib/languages/dts'))\nlow.registerLanguage('dust', require('highlight.js/lib/languages/dust'))\nlow.registerLanguage('ebnf', require('highlight.js/lib/languages/ebnf'))\nlow.registerLanguage('elixir', require('highlight.js/lib/languages/elixir'))\nlow.registerLanguage('elm', require('highlight.js/lib/languages/elm'))\nlow.registerLanguage('ruby', require('highlight.js/lib/languages/ruby'))\nlow.registerLanguage('erb', require('highlight.js/lib/languages/erb'))\nlow.registerLanguage(\n  'erlang-repl',\n  require('highlight.js/lib/languages/erlang-repl')\n)\nlow.registerLanguage('erlang', require('highlight.js/lib/languages/erlang'))\nlow.registerLanguage('excel', require('highlight.js/lib/languages/excel'))\nlow.registerLanguage('fix', require('highlight.js/lib/languages/fix'))\nlow.registerLanguage('flix', require('highlight.js/lib/languages/flix'))\nlow.registerLanguage('fortran', require('highlight.js/lib/languages/fortran'))\nlow.registerLanguage('fsharp', require('highlight.js/lib/languages/fsharp'))\nlow.registerLanguage('gams', require('highlight.js/lib/languages/gams'))\nlow.registerLanguage('gauss', require('highlight.js/lib/languages/gauss'))\nlow.registerLanguage('gcode', require('highlight.js/lib/languages/gcode'))\nlow.registerLanguage('gherkin', require('highlight.js/lib/languages/gherkin'))\nlow.registerLanguage('glsl', require('highlight.js/lib/languages/glsl'))\nlow.registerLanguage('gml', require('highlight.js/lib/languages/gml'))\nlow.registerLanguage('go', require('highlight.js/lib/languages/go'))\nlow.registerLanguage('golo', require('highlight.js/lib/languages/golo'))\nlow.registerLanguage('gradle', require('highlight.js/lib/languages/gradle'))\nlow.registerLanguage('groovy', require('highlight.js/lib/languages/groovy'))\nlow.registerLanguage('haml', require('highlight.js/lib/languages/haml'))\nlow.registerLanguage(\n  'handlebars',\n  require('highlight.js/lib/languages/handlebars')\n)\nlow.registerLanguage('haskell', require('highlight.js/lib/languages/haskell'))\nlow.registerLanguage('haxe', require('highlight.js/lib/languages/haxe'))\nlow.registerLanguage('hsp', require('highlight.js/lib/languages/hsp'))\nlow.registerLanguage('htmlbars', require('highlight.js/lib/languages/htmlbars'))\nlow.registerLanguage('http', require('highlight.js/lib/languages/http'))\nlow.registerLanguage('hy', require('highlight.js/lib/languages/hy'))\nlow.registerLanguage('inform7', require('highlight.js/lib/languages/inform7'))\nlow.registerLanguage('ini', require('highlight.js/lib/languages/ini'))\nlow.registerLanguage('irpf90', require('highlight.js/lib/languages/irpf90'))\nlow.registerLanguage('isbl', require('highlight.js/lib/languages/isbl'))\nlow.registerLanguage('java', require('highlight.js/lib/languages/java'))\nlow.registerLanguage(\n  'javascript',\n  require('highlight.js/lib/languages/javascript')\n)\nlow.registerLanguage(\n  'jboss-cli',\n  require('highlight.js/lib/languages/jboss-cli')\n)\nlow.registerLanguage('json', require('highlight.js/lib/languages/json'))\nlow.registerLanguage('julia', require('highlight.js/lib/languages/julia'))\nlow.registerLanguage(\n  'julia-repl',\n  require('highlight.js/lib/languages/julia-repl')\n)\nlow.registerLanguage('kotlin', require('highlight.js/lib/languages/kotlin'))\nlow.registerLanguage('lasso', require('highlight.js/lib/languages/lasso'))\nlow.registerLanguage('ldif', require('highlight.js/lib/languages/ldif'))\nlow.registerLanguage('leaf', require('highlight.js/lib/languages/leaf'))\nlow.registerLanguage('less', require('highlight.js/lib/languages/less'))\nlow.registerLanguage('lisp', require('highlight.js/lib/languages/lisp'))\nlow.registerLanguage(\n  'livecodeserver',\n  require('highlight.js/lib/languages/livecodeserver')\n)\nlow.registerLanguage(\n  'livescript',\n  require('highlight.js/lib/languages/livescript')\n)\nlow.registerLanguage('llvm', require('highlight.js/lib/languages/llvm'))\nlow.registerLanguage('lsl', require('highlight.js/lib/languages/lsl'))\nlow.registerLanguage('lua', require('highlight.js/lib/languages/lua'))\nlow.registerLanguage('makefile', require('highlight.js/lib/languages/makefile'))\nlow.registerLanguage(\n  'mathematica',\n  require('highlight.js/lib/languages/mathematica')\n)\nlow.registerLanguage('matlab', require('highlight.js/lib/languages/matlab'))\nlow.registerLanguage('maxima', require('highlight.js/lib/languages/maxima'))\nlow.registerLanguage('mel', require('highlight.js/lib/languages/mel'))\nlow.registerLanguage('mercury', require('highlight.js/lib/languages/mercury'))\nlow.registerLanguage('mipsasm', require('highlight.js/lib/languages/mipsasm'))\nlow.registerLanguage('mizar', require('highlight.js/lib/languages/mizar'))\nlow.registerLanguage('perl', require('highlight.js/lib/languages/perl'))\nlow.registerLanguage(\n  'mojolicious',\n  require('highlight.js/lib/languages/mojolicious')\n)\nlow.registerLanguage('monkey', require('highlight.js/lib/languages/monkey'))\nlow.registerLanguage(\n  'moonscript',\n  require('highlight.js/lib/languages/moonscript')\n)\nlow.registerLanguage('n1ql', require('highlight.js/lib/languages/n1ql'))\nlow.registerLanguage('nginx', require('highlight.js/lib/languages/nginx'))\nlow.registerLanguage('nimrod', require('highlight.js/lib/languages/nimrod'))\nlow.registerLanguage('nix', require('highlight.js/lib/languages/nix'))\nlow.registerLanguage('nsis', require('highlight.js/lib/languages/nsis'))\nlow.registerLanguage(\n  'objectivec',\n  require('highlight.js/lib/languages/objectivec')\n)\nlow.registerLanguage('ocaml', require('highlight.js/lib/languages/ocaml'))\nlow.registerLanguage('openscad', require('highlight.js/lib/languages/openscad'))\nlow.registerLanguage('oxygene', require('highlight.js/lib/languages/oxygene'))\nlow.registerLanguage('parser3', require('highlight.js/lib/languages/parser3'))\nlow.registerLanguage('pf', require('highlight.js/lib/languages/pf'))\nlow.registerLanguage('pgsql', require('highlight.js/lib/languages/pgsql'))\nlow.registerLanguage('php', require('highlight.js/lib/languages/php'))\nlow.registerLanguage(\n  'plaintext',\n  require('highlight.js/lib/languages/plaintext')\n)\nlow.registerLanguage('pony', require('highlight.js/lib/languages/pony'))\nlow.registerLanguage(\n  'powershell',\n  require('highlight.js/lib/languages/powershell')\n)\nlow.registerLanguage(\n  'processing',\n  require('highlight.js/lib/languages/processing')\n)\nlow.registerLanguage('profile', require('highlight.js/lib/languages/profile'))\nlow.registerLanguage('prolog', require('highlight.js/lib/languages/prolog'))\nlow.registerLanguage(\n  'properties',\n  require('highlight.js/lib/languages/properties')\n)\nlow.registerLanguage('protobuf', require('highlight.js/lib/languages/protobuf'))\nlow.registerLanguage('puppet', require('highlight.js/lib/languages/puppet'))\nlow.registerLanguage(\n  'purebasic',\n  require('highlight.js/lib/languages/purebasic')\n)\nlow.registerLanguage('python', require('highlight.js/lib/languages/python'))\nlow.registerLanguage('q', require('highlight.js/lib/languages/q'))\nlow.registerLanguage('qml', require('highlight.js/lib/languages/qml'))\nlow.registerLanguage('r', require('highlight.js/lib/languages/r'))\nlow.registerLanguage('reasonml', require('highlight.js/lib/languages/reasonml'))\nlow.registerLanguage('rib', require('highlight.js/lib/languages/rib'))\nlow.registerLanguage('roboconf', require('highlight.js/lib/languages/roboconf'))\nlow.registerLanguage('routeros', require('highlight.js/lib/languages/routeros'))\nlow.registerLanguage('rsl', require('highlight.js/lib/languages/rsl'))\nlow.registerLanguage(\n  'ruleslanguage',\n  require('highlight.js/lib/languages/ruleslanguage')\n)\nlow.registerLanguage('rust', require('highlight.js/lib/languages/rust'))\nlow.registerLanguage('sas', require('highlight.js/lib/languages/sas'))\nlow.registerLanguage('scala', require('highlight.js/lib/languages/scala'))\nlow.registerLanguage('scheme', require('highlight.js/lib/languages/scheme'))\nlow.registerLanguage('scilab', require('highlight.js/lib/languages/scilab'))\nlow.registerLanguage('scss', require('highlight.js/lib/languages/scss'))\nlow.registerLanguage('shell', require('highlight.js/lib/languages/shell'))\nlow.registerLanguage('smali', require('highlight.js/lib/languages/smali'))\nlow.registerLanguage(\n  'smalltalk',\n  require('highlight.js/lib/languages/smalltalk')\n)\nlow.registerLanguage('sml', require('highlight.js/lib/languages/sml'))\nlow.registerLanguage('sqf', require('highlight.js/lib/languages/sqf'))\nlow.registerLanguage('sql', require('highlight.js/lib/languages/sql'))\nlow.registerLanguage('stan', require('highlight.js/lib/languages/stan'))\nlow.registerLanguage('stata', require('highlight.js/lib/languages/stata'))\nlow.registerLanguage('step21', require('highlight.js/lib/languages/step21'))\nlow.registerLanguage('stylus', require('highlight.js/lib/languages/stylus'))\nlow.registerLanguage('subunit', require('highlight.js/lib/languages/subunit'))\nlow.registerLanguage('swift', require('highlight.js/lib/languages/swift'))\nlow.registerLanguage(\n  'taggerscript',\n  require('highlight.js/lib/languages/taggerscript')\n)\nlow.registerLanguage('yaml', require('highlight.js/lib/languages/yaml'))\nlow.registerLanguage('tap', require('highlight.js/lib/languages/tap'))\nlow.registerLanguage('tcl', require('highlight.js/lib/languages/tcl'))\nlow.registerLanguage('tex', require('highlight.js/lib/languages/tex'))\nlow.registerLanguage('thrift', require('highlight.js/lib/languages/thrift'))\nlow.registerLanguage('tp', require('highlight.js/lib/languages/tp'))\nlow.registerLanguage('twig', require('highlight.js/lib/languages/twig'))\nlow.registerLanguage(\n  'typescript',\n  require('highlight.js/lib/languages/typescript')\n)\nlow.registerLanguage('vala', require('highlight.js/lib/languages/vala'))\nlow.registerLanguage('vbnet', require('highlight.js/lib/languages/vbnet'))\nlow.registerLanguage('vbscript', require('highlight.js/lib/languages/vbscript'))\nlow.registerLanguage(\n  'vbscript-html',\n  require('highlight.js/lib/languages/vbscript-html')\n)\nlow.registerLanguage('verilog', require('highlight.js/lib/languages/verilog'))\nlow.registerLanguage('vhdl', require('highlight.js/lib/languages/vhdl'))\nlow.registerLanguage('vim', require('highlight.js/lib/languages/vim'))\nlow.registerLanguage('x86asm', require('highlight.js/lib/languages/x86asm'))\nlow.registerLanguage('xl', require('highlight.js/lib/languages/xl'))\nlow.registerLanguage('xquery', require('highlight.js/lib/languages/xquery'))\nlow.registerLanguage('zephir', require('highlight.js/lib/languages/zephir'))\n","'use strict'\n\nvar high = require('highlight.js/lib/highlight.js')\nvar fault = require('fault')\n\n/* The lowlight interface, which has to be compatible\n * with highlight.js, as this object is passed to\n * highlight.js syntaxes. */\n\nfunction High() {}\n\nHigh.prototype = high\n\n/* Expose. */\nvar low = new High() // Ha!\n\nmodule.exports = low\n\nlow.highlight = highlight\nlow.highlightAuto = autoHighlight\nlow.registerLanguage = registerLanguage\nlow.registerAlias = registerAlias\nlow.getLanguage = getLanguage\n\nvar inherit = high.inherit\nvar own = {}.hasOwnProperty\nvar concat = [].concat\n\nvar defaultPrefix = 'hljs-'\nvar keyInsensitive = 'case_insensitive'\nvar keyCachedVariants = 'cached_variants'\nvar space = ' '\nvar pipe = '|'\n\nvar T_ELEMENT = 'element'\nvar T_TEXT = 'text'\nvar T_SPAN = 'span'\n\n/* Maps of syntaxes. */\nvar languageNames = []\nvar languages = {}\nvar aliases = {}\n\n/* Highlighting with language detection.  Accepts a string\n * with the code to highlight.  Returns an object with the\n * following properties:\n *\n * - language (detected language)\n * - relevance (int)\n * - value (a HAST tree with highlighting markup)\n * - secondBest (object with the same structure for\n *   second-best heuristically detected language, may\n *   be absent) */\nfunction autoHighlight(value, options) {\n  var settings = options || {}\n  var subset = settings.subset || languageNames\n  var prefix = settings.prefix\n  var length = subset.length\n  var index = -1\n  var result\n  var secondBest\n  var current\n  var name\n\n  if (prefix === null || prefix === undefined) {\n    prefix = defaultPrefix\n  }\n\n  if (typeof value !== 'string') {\n    throw fault('Expected `string` for value, got `%s`', value)\n  }\n\n  secondBest = normalize({})\n  result = normalize({})\n\n  while (++index < length) {\n    name = subset[index]\n\n    if (!getLanguage(name)) {\n      continue\n    }\n\n    current = normalize(coreHighlight(name, value, false, prefix))\n\n    current.language = name\n\n    if (current.relevance > secondBest.relevance) {\n      secondBest = current\n    }\n\n    if (current.relevance > result.relevance) {\n      secondBest = result\n      result = current\n    }\n  }\n\n  if (secondBest.language) {\n    result.secondBest = secondBest\n  }\n\n  return result\n}\n\n/* Highlighting `value` in the language `language`. */\nfunction highlight(language, value, options) {\n  var settings = options || {}\n  var prefix = settings.prefix\n\n  if (prefix === null || prefix === undefined) {\n    prefix = defaultPrefix\n  }\n\n  return normalize(coreHighlight(language, value, true, prefix))\n}\n\n/* Register a language. */\nfunction registerLanguage(name, syntax) {\n  var lang = syntax(low)\n\n  languages[name] = lang\n\n  languageNames.push(name)\n\n  if (lang.aliases) {\n    registerAlias(name, lang.aliases)\n  }\n}\n\n/* Register more aliases for an already registered language. */\nfunction registerAlias(name, alias) {\n  var map = name\n  var key\n  var list\n  var length\n  var index\n\n  if (alias) {\n    map = {}\n    map[name] = alias\n  }\n\n  for (key in map) {\n    list = map[key]\n    list = typeof list === 'string' ? [list] : list\n    length = list.length\n    index = -1\n\n    while (++index < length) {\n      aliases[list[index]] = key\n    }\n  }\n}\n\n/* Core highlighting function.  Accepts a language name, or\n * an alias, and a string with the code to highlight.\n * Returns an object with the following properties: */\nfunction coreHighlight(name, value, ignore, prefix, continuation) {\n  var continuations = {}\n  var stack = []\n  var modeBuffer = ''\n  var relevance = 0\n  var language\n  var top\n  var current\n  var currentChildren\n  var offset\n  var count\n  var match\n  var children\n\n  if (typeof name !== 'string') {\n    throw fault('Expected `string` for name, got `%s`', name)\n  }\n\n  if (typeof value !== 'string') {\n    throw fault('Expected `string` for value, got `%s`', value)\n  }\n\n  language = getLanguage(name)\n  top = continuation || language\n  children = []\n\n  current = top\n  currentChildren = children\n\n  if (!language) {\n    throw fault('Unknown language: `%s` is not registered', name)\n  }\n\n  compileLanguage(language)\n\n  try {\n    top.terminators.lastIndex = 0\n    offset = 0\n    match = top.terminators.exec(value)\n\n    while (match) {\n      count = processLexeme(value.substring(offset, match.index), match[0])\n      offset = match.index + count\n      top.terminators.lastIndex = offset\n      match = top.terminators.exec(value)\n    }\n\n    processLexeme(value.substr(offset))\n    current = top\n\n    while (current.parent) {\n      if (current.className) {\n        pop()\n      }\n\n      current = current.parent\n    }\n\n    return {\n      relevance: relevance,\n      value: currentChildren,\n      language: name,\n      top: top\n    }\n  } catch (error) {\n    /* istanbul ignore if - Catch-all  */\n    if (error.message.indexOf('Illegal') === -1) {\n      throw error\n    }\n\n    return {relevance: 0, value: addText(value, [])}\n  }\n\n  /* Process a lexeme.  Returns next position. */\n  function processLexeme(buffer, lexeme) {\n    var newMode\n    var endMode\n    var origin\n\n    modeBuffer += buffer\n\n    if (lexeme === undefined) {\n      addSiblings(processBuffer(), currentChildren)\n\n      return 0\n    }\n\n    newMode = subMode(lexeme, top)\n\n    if (newMode) {\n      addSiblings(processBuffer(), currentChildren)\n\n      startNewMode(newMode, lexeme)\n\n      return newMode.returnBegin ? 0 : lexeme.length\n    }\n\n    endMode = endOfMode(top, lexeme)\n\n    if (endMode) {\n      origin = top\n\n      if (!(origin.returnEnd || origin.excludeEnd)) {\n        modeBuffer += lexeme\n      }\n\n      addSiblings(processBuffer(), currentChildren)\n\n      /* Close open modes. */\n      do {\n        if (top.className) {\n          pop()\n        }\n\n        relevance += top.relevance\n        top = top.parent\n      } while (top !== endMode.parent)\n\n      if (origin.excludeEnd) {\n        addText(lexeme, currentChildren)\n      }\n\n      modeBuffer = ''\n\n      if (endMode.starts) {\n        startNewMode(endMode.starts, '')\n      }\n\n      return origin.returnEnd ? 0 : lexeme.length\n    }\n\n    if (isIllegal(lexeme, top)) {\n      throw fault(\n        'Illegal lexeme \"%s\" for mode \"%s\"',\n        lexeme,\n        top.className || '<unnamed>'\n      )\n    }\n\n    /* Parser should not reach this point as all\n     * types of lexemes should be caught earlier,\n     * but if it does due to some bug make sure it\n     * advances at least one character forward to\n     * prevent infinite looping. */\n    modeBuffer += lexeme\n\n    return lexeme.length || /* istanbul ignore next */ 1\n  }\n\n  /* Start a new mode with a `lexeme` to process. */\n  function startNewMode(mode, lexeme) {\n    var node\n\n    if (mode.className) {\n      node = build(mode.className, [])\n    }\n\n    if (mode.returnBegin) {\n      modeBuffer = ''\n    } else if (mode.excludeBegin) {\n      addText(lexeme, currentChildren)\n\n      modeBuffer = ''\n    } else {\n      modeBuffer = lexeme\n    }\n\n    /* Enter a new mode. */\n    if (node) {\n      currentChildren.push(node)\n      stack.push(currentChildren)\n      currentChildren = node.children\n    }\n\n    top = Object.create(mode, {parent: {value: top}})\n  }\n\n  /* Process the buffer. */\n  function processBuffer() {\n    var result = top.subLanguage ? processSubLanguage() : processKeywords()\n    modeBuffer = ''\n    return result\n  }\n\n  /* Process a sublanguage (returns a list of nodes). */\n  function processSubLanguage() {\n    var explicit = typeof top.subLanguage === 'string'\n    var subvalue\n\n    /* istanbul ignore if - support non-loaded sublanguages */\n    if (explicit && !languages[top.subLanguage]) {\n      return addText(modeBuffer, [])\n    }\n\n    if (explicit) {\n      subvalue = coreHighlight(\n        top.subLanguage,\n        modeBuffer,\n        true,\n        prefix,\n        continuations[top.subLanguage]\n      )\n    } else {\n      subvalue = autoHighlight(modeBuffer, {\n        subset: top.subLanguage.length === 0 ? undefined : top.subLanguage,\n        prefix: prefix\n      })\n    }\n\n    /* Counting embedded language score towards the\n     * host language may be disabled with zeroing the\n     * containing mode relevance.  Usecase in point is\n     * Markdown that allows XML everywhere and makes\n     * every XML snippet to have a much larger Markdown\n     * score. */\n    if (top.relevance > 0) {\n      relevance += subvalue.relevance\n    }\n\n    if (explicit) {\n      continuations[top.subLanguage] = subvalue.top\n    }\n\n    return [build(subvalue.language, subvalue.value, true)]\n  }\n\n  /* Process keywords. Returns nodes. */\n  function processKeywords() {\n    var nodes = []\n    var lastIndex\n    var keyword\n    var node\n    var submatch\n\n    if (!top.keywords) {\n      return addText(modeBuffer, nodes)\n    }\n\n    lastIndex = 0\n\n    top.lexemesRe.lastIndex = 0\n\n    keyword = top.lexemesRe.exec(modeBuffer)\n\n    while (keyword) {\n      addText(modeBuffer.substring(lastIndex, keyword.index), nodes)\n\n      submatch = keywordMatch(top, keyword)\n\n      if (submatch) {\n        relevance += submatch[1]\n\n        node = build(submatch[0], [])\n\n        nodes.push(node)\n\n        addText(keyword[0], node.children)\n      } else {\n        addText(keyword[0], nodes)\n      }\n\n      lastIndex = top.lexemesRe.lastIndex\n      keyword = top.lexemesRe.exec(modeBuffer)\n    }\n\n    addText(modeBuffer.substr(lastIndex), nodes)\n\n    return nodes\n  }\n\n  /* Add siblings. */\n  function addSiblings(siblings, nodes) {\n    var length = siblings.length\n    var index = -1\n    var sibling\n\n    while (++index < length) {\n      sibling = siblings[index]\n\n      if (sibling.type === T_TEXT) {\n        addText(sibling.value, nodes)\n      } else {\n        nodes.push(sibling)\n      }\n    }\n  }\n\n  /* Add a text. */\n  function addText(value, nodes) {\n    var tail\n\n    if (value) {\n      tail = nodes[nodes.length - 1]\n\n      if (tail && tail.type === T_TEXT) {\n        tail.value += value\n      } else {\n        nodes.push(buildText(value))\n      }\n    }\n\n    return nodes\n  }\n\n  /* Build a text. */\n  function buildText(value) {\n    return {type: T_TEXT, value: value}\n  }\n\n  /* Build a span. */\n  function build(name, contents, noPrefix) {\n    return {\n      type: T_ELEMENT,\n      tagName: T_SPAN,\n      properties: {\n        className: [(noPrefix ? '' : prefix) + name]\n      },\n      children: contents\n    }\n  }\n\n  /* Check if the first word in `keywords` is a keyword. */\n  function keywordMatch(mode, keywords) {\n    var keyword = keywords[0]\n\n    if (language[keyInsensitive]) {\n      keyword = keyword.toLowerCase()\n    }\n\n    return own.call(mode.keywords, keyword) && mode.keywords[keyword]\n  }\n\n  /* Check if `lexeme` is illegal according to `mode`. */\n  function isIllegal(lexeme, mode) {\n    return !ignore && test(mode.illegalRe, lexeme)\n  }\n\n  /* Check if `lexeme` ends `mode`. */\n  function endOfMode(mode, lexeme) {\n    if (test(mode.endRe, lexeme)) {\n      while (mode.endsParent && mode.parent) {\n        mode = mode.parent\n      }\n\n      return mode\n    }\n\n    if (mode.endsWithParent) {\n      return endOfMode(mode.parent, lexeme)\n    }\n  }\n\n  /* Check a sub-mode. */\n  function subMode(lexeme, mode) {\n    var values = mode.contains\n    var length = values.length\n    var index = -1\n\n    while (++index < length) {\n      if (test(values[index].beginRe, lexeme)) {\n        return values[index]\n      }\n    }\n  }\n\n  /* Exit the current context. */\n  function pop() {\n    /* istanbul ignore next - removed in hljs 9.3 */\n    currentChildren = stack.pop() || children\n  }\n}\n\nfunction expandMode(mode) {\n  var length\n  var index\n  var variants\n  var result\n\n  if (mode.variants && !mode[keyCachedVariants]) {\n    variants = mode.variants\n    length = variants.length\n    index = -1\n    result = []\n\n    while (++index < length) {\n      result[index] = inherit(mode, {variants: null}, variants[index])\n    }\n\n    mode[keyCachedVariants] = result\n  }\n\n  return (\n    mode[keyCachedVariants] || (mode.endsWithParent ? [inherit(mode)] : [mode])\n  )\n}\n\n/* Compile a language. */\nfunction compileLanguage(language) {\n  compileMode(language)\n\n  /* Compile a language mode, optionally with a parent. */\n  function compileMode(mode, parent) {\n    var compiledKeywords = {}\n    var terminators\n\n    if (mode.compiled) {\n      return\n    }\n\n    mode.compiled = true\n\n    mode.keywords = mode.keywords || mode.beginKeywords\n\n    if (mode.keywords) {\n      if (typeof mode.keywords === 'string') {\n        flatten('keyword', mode.keywords)\n      } else {\n        Object.keys(mode.keywords).forEach(function(className) {\n          flatten(className, mode.keywords[className])\n        })\n      }\n\n      mode.keywords = compiledKeywords\n    }\n\n    mode.lexemesRe = langRe(mode.lexemes || /\\w+/, true)\n\n    if (parent) {\n      if (mode.beginKeywords) {\n        mode.begin =\n          '\\\\b(' + mode.beginKeywords.split(space).join(pipe) + ')\\\\b'\n      }\n\n      if (!mode.begin) {\n        mode.begin = /\\B|\\b/\n      }\n\n      mode.beginRe = langRe(mode.begin)\n\n      if (!mode.end && !mode.endsWithParent) {\n        mode.end = /\\B|\\b/\n      }\n\n      if (mode.end) {\n        mode.endRe = langRe(mode.end)\n      }\n\n      mode.terminatorEnd = source(mode.end) || ''\n\n      if (mode.endsWithParent && parent.terminatorEnd) {\n        mode.terminatorEnd += (mode.end ? pipe : '') + parent.terminatorEnd\n      }\n    }\n\n    if (mode.illegal) {\n      mode.illegalRe = langRe(mode.illegal)\n    }\n\n    if (mode.relevance === undefined) {\n      mode.relevance = 1\n    }\n\n    if (!mode.contains) {\n      mode.contains = []\n    }\n\n    mode.contains = concat.apply(\n      [],\n      mode.contains.map(function(c) {\n        return expandMode(c === 'self' ? mode : c)\n      })\n    )\n\n    mode.contains.forEach(function(c) {\n      compileMode(c, mode)\n    })\n\n    if (mode.starts) {\n      compileMode(mode.starts, parent)\n    }\n\n    terminators = mode.contains\n      .map(map)\n      .concat([mode.terminatorEnd, mode.illegal])\n      .map(source)\n      .filter(Boolean)\n\n    mode.terminators =\n      terminators.length === 0\n        ? {exec: execNoop}\n        : langRe(terminators.join(pipe), true)\n\n    function map(c) {\n      return c.beginKeywords ? '\\\\.?(' + c.begin + ')\\\\.?' : c.begin\n    }\n\n    /* Flatten a classname. */\n    function flatten(className, value) {\n      var pairs\n      var pair\n      var index\n      var length\n\n      if (language[keyInsensitive]) {\n        value = value.toLowerCase()\n      }\n\n      pairs = value.split(space)\n      length = pairs.length\n      index = -1\n\n      while (++index < length) {\n        pair = pairs[index].split(pipe)\n\n        compiledKeywords[pair[0]] = [className, pair[1] ? Number(pair[1]) : 1]\n      }\n    }\n  }\n\n  /* Create a regex for `value`. */\n  function langRe(value, global) {\n    return new RegExp(\n      source(value),\n      'm' + (language[keyInsensitive] ? 'i' : '') + (global ? 'g' : '')\n    )\n  }\n\n  /* Get the source of an expression or string. */\n  function source(re) {\n    return (re && re.source) || re\n  }\n}\n\n/* Normalize a syntax result. */\nfunction normalize(result) {\n  return {\n    relevance: result.relevance || 0,\n    language: result.language || null,\n    value: result.value || []\n  }\n}\n\n/* Check if `expression` matches `lexeme`. */\nfunction test(expression, lexeme) {\n  var match = expression && expression.exec(lexeme)\n  return match && match.index === 0\n}\n\n/* No-op exec. */\nfunction execNoop() {\n  return null\n}\n\n/* Get a language by `name`. */\nfunction getLanguage(name) {\n  name = name.toLowerCase()\n\n  return languages[name] || languages[aliases[name]]\n}\n","var characterMap = {\r\n\t\"À\": \"A\",\r\n\t\"Á\": \"A\",\r\n\t\"Â\": \"A\",\r\n\t\"Ã\": \"A\",\r\n\t\"Ä\": \"A\",\r\n\t\"Å\": \"A\",\r\n\t\"Ấ\": \"A\",\r\n\t\"Ắ\": \"A\",\r\n\t\"Ẳ\": \"A\",\r\n\t\"Ẵ\": \"A\",\r\n\t\"Ặ\": \"A\",\r\n\t\"Æ\": \"AE\",\r\n\t\"Ầ\": \"A\",\r\n\t\"Ằ\": \"A\",\r\n\t\"Ȃ\": \"A\",\r\n\t\"Ç\": \"C\",\r\n\t\"Ḉ\": \"C\",\r\n\t\"È\": \"E\",\r\n\t\"É\": \"E\",\r\n\t\"Ê\": \"E\",\r\n\t\"Ë\": \"E\",\r\n\t\"Ế\": \"E\",\r\n\t\"Ḗ\": \"E\",\r\n\t\"Ề\": \"E\",\r\n\t\"Ḕ\": \"E\",\r\n\t\"Ḝ\": \"E\",\r\n\t\"Ȇ\": \"E\",\r\n\t\"Ì\": \"I\",\r\n\t\"Í\": \"I\",\r\n\t\"Î\": \"I\",\r\n\t\"Ï\": \"I\",\r\n\t\"Ḯ\": \"I\",\r\n\t\"Ȋ\": \"I\",\r\n\t\"Ð\": \"D\",\r\n\t\"Ñ\": \"N\",\r\n\t\"Ò\": \"O\",\r\n\t\"Ó\": \"O\",\r\n\t\"Ô\": \"O\",\r\n\t\"Õ\": \"O\",\r\n\t\"Ö\": \"O\",\r\n\t\"Ø\": \"O\",\r\n\t\"Ố\": \"O\",\r\n\t\"Ṍ\": \"O\",\r\n\t\"Ṓ\": \"O\",\r\n\t\"Ȏ\": \"O\",\r\n\t\"Ù\": \"U\",\r\n\t\"Ú\": \"U\",\r\n\t\"Û\": \"U\",\r\n\t\"Ü\": \"U\",\r\n\t\"Ý\": \"Y\",\r\n\t\"à\": \"a\",\r\n\t\"á\": \"a\",\r\n\t\"â\": \"a\",\r\n\t\"ã\": \"a\",\r\n\t\"ä\": \"a\",\r\n\t\"å\": \"a\",\r\n\t\"ấ\": \"a\",\r\n\t\"ắ\": \"a\",\r\n\t\"ẳ\": \"a\",\r\n\t\"ẵ\": \"a\",\r\n\t\"ặ\": \"a\",\r\n\t\"æ\": \"ae\",\r\n\t\"ầ\": \"a\",\r\n\t\"ằ\": \"a\",\r\n\t\"ȃ\": \"a\",\r\n\t\"ç\": \"c\",\r\n\t\"ḉ\": \"c\",\r\n\t\"è\": \"e\",\r\n\t\"é\": \"e\",\r\n\t\"ê\": \"e\",\r\n\t\"ë\": \"e\",\r\n\t\"ế\": \"e\",\r\n\t\"ḗ\": \"e\",\r\n\t\"ề\": \"e\",\r\n\t\"ḕ\": \"e\",\r\n\t\"ḝ\": \"e\",\r\n\t\"ȇ\": \"e\",\r\n\t\"ì\": \"i\",\r\n\t\"í\": \"i\",\r\n\t\"î\": \"i\",\r\n\t\"ï\": \"i\",\r\n\t\"ḯ\": \"i\",\r\n\t\"ȋ\": \"i\",\r\n\t\"ð\": \"d\",\r\n\t\"ñ\": \"n\",\r\n\t\"ò\": \"o\",\r\n\t\"ó\": \"o\",\r\n\t\"ô\": \"o\",\r\n\t\"õ\": \"o\",\r\n\t\"ö\": \"o\",\r\n\t\"ø\": \"o\",\r\n\t\"ố\": \"o\",\r\n\t\"ṍ\": \"o\",\r\n\t\"ṓ\": \"o\",\r\n\t\"ȏ\": \"o\",\r\n\t\"ù\": \"u\",\r\n\t\"ú\": \"u\",\r\n\t\"û\": \"u\",\r\n\t\"ü\": \"u\",\r\n\t\"ý\": \"y\",\r\n\t\"ÿ\": \"y\",\r\n\t\"Ā\": \"A\",\r\n\t\"ā\": \"a\",\r\n\t\"Ă\": \"A\",\r\n\t\"ă\": \"a\",\r\n\t\"Ą\": \"A\",\r\n\t\"ą\": \"a\",\r\n\t\"Ć\": \"C\",\r\n\t\"ć\": \"c\",\r\n\t\"Ĉ\": \"C\",\r\n\t\"ĉ\": \"c\",\r\n\t\"Ċ\": \"C\",\r\n\t\"ċ\": \"c\",\r\n\t\"Č\": \"C\",\r\n\t\"č\": \"c\",\r\n\t\"C̆\": \"C\",\r\n\t\"c̆\": \"c\",\r\n\t\"Ď\": \"D\",\r\n\t\"ď\": \"d\",\r\n\t\"Đ\": \"D\",\r\n\t\"đ\": \"d\",\r\n\t\"Ē\": \"E\",\r\n\t\"ē\": \"e\",\r\n\t\"Ĕ\": \"E\",\r\n\t\"ĕ\": \"e\",\r\n\t\"Ė\": \"E\",\r\n\t\"ė\": \"e\",\r\n\t\"Ę\": \"E\",\r\n\t\"ę\": \"e\",\r\n\t\"Ě\": \"E\",\r\n\t\"ě\": \"e\",\r\n\t\"Ĝ\": \"G\",\r\n\t\"Ǵ\": \"G\",\r\n\t\"ĝ\": \"g\",\r\n\t\"ǵ\": \"g\",\r\n\t\"Ğ\": \"G\",\r\n\t\"ğ\": \"g\",\r\n\t\"Ġ\": \"G\",\r\n\t\"ġ\": \"g\",\r\n\t\"Ģ\": \"G\",\r\n\t\"ģ\": \"g\",\r\n\t\"Ĥ\": \"H\",\r\n\t\"ĥ\": \"h\",\r\n\t\"Ħ\": \"H\",\r\n\t\"ħ\": \"h\",\r\n\t\"Ḫ\": \"H\",\r\n\t\"ḫ\": \"h\",\r\n\t\"Ĩ\": \"I\",\r\n\t\"ĩ\": \"i\",\r\n\t\"Ī\": \"I\",\r\n\t\"ī\": \"i\",\r\n\t\"Ĭ\": \"I\",\r\n\t\"ĭ\": \"i\",\r\n\t\"Į\": \"I\",\r\n\t\"į\": \"i\",\r\n\t\"İ\": \"I\",\r\n\t\"ı\": \"i\",\r\n\t\"IJ\": \"IJ\",\r\n\t\"ij\": \"ij\",\r\n\t\"Ĵ\": \"J\",\r\n\t\"ĵ\": \"j\",\r\n\t\"Ķ\": \"K\",\r\n\t\"ķ\": \"k\",\r\n\t\"Ḱ\": \"K\",\r\n\t\"ḱ\": \"k\",\r\n\t\"K̆\": \"K\",\r\n\t\"k̆\": \"k\",\r\n\t\"Ĺ\": \"L\",\r\n\t\"ĺ\": \"l\",\r\n\t\"Ļ\": \"L\",\r\n\t\"ļ\": \"l\",\r\n\t\"Ľ\": \"L\",\r\n\t\"ľ\": \"l\",\r\n\t\"Ŀ\": \"L\",\r\n\t\"ŀ\": \"l\",\r\n\t\"Ł\": \"l\",\r\n\t\"ł\": \"l\",\r\n\t\"Ḿ\": \"M\",\r\n\t\"ḿ\": \"m\",\r\n\t\"M̆\": \"M\",\r\n\t\"m̆\": \"m\",\r\n\t\"Ń\": \"N\",\r\n\t\"ń\": \"n\",\r\n\t\"Ņ\": \"N\",\r\n\t\"ņ\": \"n\",\r\n\t\"Ň\": \"N\",\r\n\t\"ň\": \"n\",\r\n\t\"ʼn\": \"n\",\r\n\t\"N̆\": \"N\",\r\n\t\"n̆\": \"n\",\r\n\t\"Ō\": \"O\",\r\n\t\"ō\": \"o\",\r\n\t\"Ŏ\": \"O\",\r\n\t\"ŏ\": \"o\",\r\n\t\"Ő\": \"O\",\r\n\t\"ő\": \"o\",\r\n\t\"Œ\": \"OE\",\r\n\t\"œ\": \"oe\",\r\n\t\"P̆\": \"P\",\r\n\t\"p̆\": \"p\",\r\n\t\"Ŕ\": \"R\",\r\n\t\"ŕ\": \"r\",\r\n\t\"Ŗ\": \"R\",\r\n\t\"ŗ\": \"r\",\r\n\t\"Ř\": \"R\",\r\n\t\"ř\": \"r\",\r\n\t\"R̆\": \"R\",\r\n\t\"r̆\": \"r\",\r\n\t\"Ȓ\": \"R\",\r\n\t\"ȓ\": \"r\",\r\n\t\"Ś\": \"S\",\r\n\t\"ś\": \"s\",\r\n\t\"Ŝ\": \"S\",\r\n\t\"ŝ\": \"s\",\r\n\t\"Ş\": \"S\",\r\n\t\"Ș\": \"S\",\r\n\t\"ș\": \"s\",\r\n\t\"ş\": \"s\",\r\n\t\"Š\": \"S\",\r\n\t\"š\": \"s\",\r\n\t\"Ţ\": \"T\",\r\n\t\"ţ\": \"t\",\r\n\t\"ț\": \"t\",\r\n\t\"Ț\": \"T\",\r\n\t\"Ť\": \"T\",\r\n\t\"ť\": \"t\",\r\n\t\"Ŧ\": \"T\",\r\n\t\"ŧ\": \"t\",\r\n\t\"T̆\": \"T\",\r\n\t\"t̆\": \"t\",\r\n\t\"Ũ\": \"U\",\r\n\t\"ũ\": \"u\",\r\n\t\"Ū\": \"U\",\r\n\t\"ū\": \"u\",\r\n\t\"Ŭ\": \"U\",\r\n\t\"ŭ\": \"u\",\r\n\t\"Ů\": \"U\",\r\n\t\"ů\": \"u\",\r\n\t\"Ű\": \"U\",\r\n\t\"ű\": \"u\",\r\n\t\"Ų\": \"U\",\r\n\t\"ų\": \"u\",\r\n\t\"Ȗ\": \"U\",\r\n\t\"ȗ\": \"u\",\r\n\t\"V̆\": \"V\",\r\n\t\"v̆\": \"v\",\r\n\t\"Ŵ\": \"W\",\r\n\t\"ŵ\": \"w\",\r\n\t\"Ẃ\": \"W\",\r\n\t\"ẃ\": \"w\",\r\n\t\"X̆\": \"X\",\r\n\t\"x̆\": \"x\",\r\n\t\"Ŷ\": \"Y\",\r\n\t\"ŷ\": \"y\",\r\n\t\"Ÿ\": \"Y\",\r\n\t\"Y̆\": \"Y\",\r\n\t\"y̆\": \"y\",\r\n\t\"Ź\": \"Z\",\r\n\t\"ź\": \"z\",\r\n\t\"Ż\": \"Z\",\r\n\t\"ż\": \"z\",\r\n\t\"Ž\": \"Z\",\r\n\t\"ž\": \"z\",\r\n\t\"ſ\": \"s\",\r\n\t\"ƒ\": \"f\",\r\n\t\"Ơ\": \"O\",\r\n\t\"ơ\": \"o\",\r\n\t\"Ư\": \"U\",\r\n\t\"ư\": \"u\",\r\n\t\"Ǎ\": \"A\",\r\n\t\"ǎ\": \"a\",\r\n\t\"Ǐ\": \"I\",\r\n\t\"ǐ\": \"i\",\r\n\t\"Ǒ\": \"O\",\r\n\t\"ǒ\": \"o\",\r\n\t\"Ǔ\": \"U\",\r\n\t\"ǔ\": \"u\",\r\n\t\"Ǖ\": \"U\",\r\n\t\"ǖ\": \"u\",\r\n\t\"Ǘ\": \"U\",\r\n\t\"ǘ\": \"u\",\r\n\t\"Ǚ\": \"U\",\r\n\t\"ǚ\": \"u\",\r\n\t\"Ǜ\": \"U\",\r\n\t\"ǜ\": \"u\",\r\n\t\"Ứ\": \"U\",\r\n\t\"ứ\": \"u\",\r\n\t\"Ṹ\": \"U\",\r\n\t\"ṹ\": \"u\",\r\n\t\"Ǻ\": \"A\",\r\n\t\"ǻ\": \"a\",\r\n\t\"Ǽ\": \"AE\",\r\n\t\"ǽ\": \"ae\",\r\n\t\"Ǿ\": \"O\",\r\n\t\"ǿ\": \"o\",\r\n\t\"Þ\": \"TH\",\r\n\t\"þ\": \"th\",\r\n\t\"Ṕ\": \"P\",\r\n\t\"ṕ\": \"p\",\r\n\t\"Ṥ\": \"S\",\r\n\t\"ṥ\": \"s\",\r\n\t\"X́\": \"X\",\r\n\t\"x́\": \"x\",\r\n\t\"Ѓ\": \"Г\",\r\n\t\"ѓ\": \"г\",\r\n\t\"Ќ\": \"К\",\r\n\t\"ќ\": \"к\",\r\n\t\"A̋\": \"A\",\r\n\t\"a̋\": \"a\",\r\n\t\"E̋\": \"E\",\r\n\t\"e̋\": \"e\",\r\n\t\"I̋\": \"I\",\r\n\t\"i̋\": \"i\",\r\n\t\"Ǹ\": \"N\",\r\n\t\"ǹ\": \"n\",\r\n\t\"Ồ\": \"O\",\r\n\t\"ồ\": \"o\",\r\n\t\"Ṑ\": \"O\",\r\n\t\"ṑ\": \"o\",\r\n\t\"Ừ\": \"U\",\r\n\t\"ừ\": \"u\",\r\n\t\"Ẁ\": \"W\",\r\n\t\"ẁ\": \"w\",\r\n\t\"Ỳ\": \"Y\",\r\n\t\"ỳ\": \"y\",\r\n\t\"Ȁ\": \"A\",\r\n\t\"ȁ\": \"a\",\r\n\t\"Ȅ\": \"E\",\r\n\t\"ȅ\": \"e\",\r\n\t\"Ȉ\": \"I\",\r\n\t\"ȉ\": \"i\",\r\n\t\"Ȍ\": \"O\",\r\n\t\"ȍ\": \"o\",\r\n\t\"Ȑ\": \"R\",\r\n\t\"ȑ\": \"r\",\r\n\t\"Ȕ\": \"U\",\r\n\t\"ȕ\": \"u\",\r\n\t\"B̌\": \"B\",\r\n\t\"b̌\": \"b\",\r\n\t\"Č̣\": \"C\",\r\n\t\"č̣\": \"c\",\r\n\t\"Ê̌\": \"E\",\r\n\t\"ê̌\": \"e\",\r\n\t\"F̌\": \"F\",\r\n\t\"f̌\": \"f\",\r\n\t\"Ǧ\": \"G\",\r\n\t\"ǧ\": \"g\",\r\n\t\"Ȟ\": \"H\",\r\n\t\"ȟ\": \"h\",\r\n\t\"J̌\": \"J\",\r\n\t\"ǰ\": \"j\",\r\n\t\"Ǩ\": \"K\",\r\n\t\"ǩ\": \"k\",\r\n\t\"M̌\": \"M\",\r\n\t\"m̌\": \"m\",\r\n\t\"P̌\": \"P\",\r\n\t\"p̌\": \"p\",\r\n\t\"Q̌\": \"Q\",\r\n\t\"q̌\": \"q\",\r\n\t\"Ř̩\": \"R\",\r\n\t\"ř̩\": \"r\",\r\n\t\"Ṧ\": \"S\",\r\n\t\"ṧ\": \"s\",\r\n\t\"V̌\": \"V\",\r\n\t\"v̌\": \"v\",\r\n\t\"W̌\": \"W\",\r\n\t\"w̌\": \"w\",\r\n\t\"X̌\": \"X\",\r\n\t\"x̌\": \"x\",\r\n\t\"Y̌\": \"Y\",\r\n\t\"y̌\": \"y\",\r\n\t\"A̧\": \"A\",\r\n\t\"a̧\": \"a\",\r\n\t\"B̧\": \"B\",\r\n\t\"b̧\": \"b\",\r\n\t\"Ḑ\": \"D\",\r\n\t\"ḑ\": \"d\",\r\n\t\"Ȩ\": \"E\",\r\n\t\"ȩ\": \"e\",\r\n\t\"Ɛ̧\": \"E\",\r\n\t\"ɛ̧\": \"e\",\r\n\t\"Ḩ\": \"H\",\r\n\t\"ḩ\": \"h\",\r\n\t\"I̧\": \"I\",\r\n\t\"i̧\": \"i\",\r\n\t\"Ɨ̧\": \"I\",\r\n\t\"ɨ̧\": \"i\",\r\n\t\"M̧\": \"M\",\r\n\t\"m̧\": \"m\",\r\n\t\"O̧\": \"O\",\r\n\t\"o̧\": \"o\",\r\n\t\"Q̧\": \"Q\",\r\n\t\"q̧\": \"q\",\r\n\t\"U̧\": \"U\",\r\n\t\"u̧\": \"u\",\r\n\t\"X̧\": \"X\",\r\n\t\"x̧\": \"x\",\r\n\t\"Z̧\": \"Z\",\r\n\t\"z̧\": \"z\",\r\n};\r\n\r\nvar chars = Object.keys(characterMap).join('|');\r\nvar allAccents = new RegExp(chars, 'g');\r\nvar firstAccent = new RegExp(chars, '');\r\n\r\nvar removeAccents = function(string) {\t\r\n\treturn string.replace(allAccents, function(match) {\r\n\t\treturn characterMap[match];\r\n\t});\r\n};\r\n\r\nvar hasAccents = function(string) {\r\n\treturn !!string.match(firstAccent);\r\n};\r\n\r\nvar removeAccents_1 = removeAccents;\r\nvar has = hasAccents;\r\nvar remove = removeAccents;\nremoveAccents_1.has = has;\nremoveAccents_1.remove = remove;\n\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) {\n  return typeof obj;\n} : function (obj) {\n  return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n};\n\nvar _extends = Object.assign || function (target) {\n  for (var i = 1; i < arguments.length; i++) {\n    var source = arguments[i];\n\n    for (var key in source) {\n      if (Object.prototype.hasOwnProperty.call(source, key)) {\n        target[key] = source[key];\n      }\n    }\n  }\n\n  return target;\n};\n\n/**\n * @name match-sorter\n * @license MIT license.\n * @copyright (c) 2017 Kent C. Dodds\n * @author Kent C. Dodds <kent@doddsfamily.us>\n */\n\nvar rankings = {\n  CASE_SENSITIVE_EQUAL: 9,\n  EQUAL: 8,\n  STARTS_WITH: 7,\n  WORD_STARTS_WITH: 6,\n  STRING_CASE: 5,\n  STRING_CASE_ACRONYM: 4,\n  CONTAINS: 3,\n  ACRONYM: 2,\n  MATCHES: 1,\n  NO_MATCH: 0\n};\n\nvar caseRankings = {\n  CAMEL: 0.8,\n  PASCAL: 0.6,\n  KEBAB: 0.4,\n  SNAKE: 0.2,\n  NO_CASE: 0\n};\n\nmatchSorter.rankings = rankings;\nmatchSorter.caseRankings = caseRankings;\n\n/**\n * Takes an array of items and a value and returns a new array with the items that match the given value\n * @param {Array} items - the items to sort\n * @param {String} value - the value to use for ranking\n * @param {Object} options - Some options to configure the sorter\n * @return {Array} - the new sorted array\n */\nfunction matchSorter(items, value) {\n  var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n\n  // not performing any search/sort if value(search term) is empty\n  if (!value) return items;\n\n  var keys = options.keys,\n      _options$threshold = options.threshold,\n      threshold = _options$threshold === undefined ? rankings.MATCHES : _options$threshold;\n\n  var matchedItems = items.reduce(function (matches, item, index) {\n    var _getHighestRanking = getHighestRanking(item, keys, value, options),\n        rankedItem = _getHighestRanking.rankedItem,\n        rank = _getHighestRanking.rank,\n        keyIndex = _getHighestRanking.keyIndex,\n        _getHighestRanking$ke = _getHighestRanking.keyThreshold,\n        keyThreshold = _getHighestRanking$ke === undefined ? threshold : _getHighestRanking$ke;\n\n    if (rank >= keyThreshold) {\n      matches.push({ rankedItem: rankedItem, item: item, rank: rank, index: index, keyIndex: keyIndex });\n    }\n    return matches;\n  }, []);\n  return matchedItems.sort(sortRankedItems).map(function (_ref) {\n    var item = _ref.item;\n    return item;\n  });\n}\n\n/**\n * Gets the highest ranking for value for the given item based on its values for the given keys\n * @param {*} item - the item to rank\n * @param {Array} keys - the keys to get values from the item for the ranking\n * @param {String} value - the value to rank against\n * @param {Object} options - options to control the ranking\n * @return {{rank: Number, keyIndex: Number, keyThreshold: Number}} - the highest ranking\n */\nfunction getHighestRanking(item, keys, value, options) {\n  if (!keys) {\n    return {\n      // ends up being duplicate of 'item' in matches but consistent\n      rankedItem: item,\n      rank: getMatchRanking(item, value, options),\n      keyIndex: -1,\n      keyThreshold: options.threshold\n    };\n  }\n  var valuesToRank = getAllValuesToRank(item, keys);\n  return valuesToRank.reduce(function (_ref2, _ref3, i) {\n    var rank = _ref2.rank,\n        keyIndex = _ref2.keyIndex,\n        keyThreshold = _ref2.keyThreshold;\n    var itemValue = _ref3.itemValue,\n        attributes = _ref3.attributes;\n\n    var newRank = getMatchRanking(itemValue, value, options);\n    var minRanking = attributes.minRanking,\n        maxRanking = attributes.maxRanking,\n        threshold = attributes.threshold;\n\n    if (newRank < minRanking && newRank >= rankings.MATCHES) {\n      newRank = minRanking;\n    } else if (newRank > maxRanking) {\n      newRank = maxRanking;\n    }\n    if (newRank > rank) {\n      rank = newRank;\n      keyIndex = i;\n      keyThreshold = threshold;\n    }\n    return { rankedItem: itemValue, rank: rank, keyIndex: keyIndex, keyThreshold: keyThreshold };\n  }, { rank: rankings.NO_MATCH, keyIndex: -1, keyThreshold: options.threshold });\n}\n\n/**\n * Gives a rankings score based on how well the two strings match.\n * @param {String} testString - the string to test against\n * @param {String} stringToRank - the string to rank\n * @param {Object} options - options for the match (like keepDiacritics for comparison)\n * @returns {Number} the ranking for how well stringToRank matches testString\n */\nfunction getMatchRanking(testString, stringToRank, options) {\n  /* eslint complexity:[2, 12] */\n  testString = prepareValueForComparison(testString, options);\n  stringToRank = prepareValueForComparison(stringToRank, options);\n\n  // too long\n  if (stringToRank.length > testString.length) {\n    return rankings.NO_MATCH;\n  }\n\n  // case sensitive equals\n  if (testString === stringToRank) {\n    return rankings.CASE_SENSITIVE_EQUAL;\n  }\n\n  var caseRank = getCaseRanking(testString);\n  var isPartial = isPartialOfCase(testString, stringToRank, caseRank);\n  var isCasedAcronym = isCaseAcronym(testString, stringToRank, caseRank);\n\n  // Lower casing before further comparison\n  testString = testString.toLowerCase();\n  stringToRank = stringToRank.toLowerCase();\n\n  // case insensitive equals\n  if (testString === stringToRank) {\n    return rankings.EQUAL + caseRank;\n  }\n\n  // starts with\n  if (testString.indexOf(stringToRank) === 0) {\n    return rankings.STARTS_WITH + caseRank;\n  }\n\n  // word starts with\n  if (testString.indexOf(' ' + stringToRank) !== -1) {\n    return rankings.WORD_STARTS_WITH + caseRank;\n  }\n\n  // is a part inside a cased string\n  if (isPartial) {\n    return rankings.STRING_CASE + caseRank;\n  }\n\n  // is acronym for a cased string\n  if (caseRank > 0 && isCasedAcronym) {\n    return rankings.STRING_CASE_ACRONYM + caseRank;\n  }\n\n  // contains\n  if (testString.indexOf(stringToRank) !== -1) {\n    return rankings.CONTAINS + caseRank;\n  } else if (stringToRank.length === 1) {\n    // If the only character in the given stringToRank\n    //   isn't even contained in the testString, then\n    //   it's definitely not a match.\n    return rankings.NO_MATCH;\n  }\n\n  // acronym\n  if (getAcronym(testString).indexOf(stringToRank) !== -1) {\n    return rankings.ACRONYM + caseRank;\n  }\n\n  // will return a number between rankings.MATCHES and\n  // rankings.MATCHES + 1 depending  on how close of a match it is.\n  return getClosenessRanking(testString, stringToRank);\n}\n\n/**\n * Generates an acronym for a string.\n *\n * @param {String} string the string for which to produce the acronym\n * @returns {String} the acronym\n */\nfunction getAcronym(string) {\n  var acronym = '';\n  var wordsInString = string.split(' ');\n  wordsInString.forEach(function (wordInString) {\n    var splitByHyphenWords = wordInString.split('-');\n    splitByHyphenWords.forEach(function (splitByHyphenWord) {\n      acronym += splitByHyphenWord.substr(0, 1);\n    });\n  });\n  return acronym;\n}\n\n/**\n * Returns a score base on the case of the testString\n * @param {String} testString - the string to test against\n * @returns {Number} the number of the ranking,\n * based on the case between 0 and 1 for how the testString matches the case\n */\nfunction getCaseRanking(testString) {\n  var containsUpperCase = testString.toLowerCase() !== testString;\n  var containsDash = testString.indexOf('-') >= 0;\n  var containsUnderscore = testString.indexOf('_') >= 0;\n\n  if (!containsUpperCase && !containsUnderscore && containsDash) {\n    return caseRankings.KEBAB;\n  }\n\n  if (!containsUpperCase && containsUnderscore && !containsDash) {\n    return caseRankings.SNAKE;\n  }\n\n  if (containsUpperCase && !containsDash && !containsUnderscore) {\n    var startsWithUpperCase = testString[0].toUpperCase() === testString[0];\n    if (startsWithUpperCase) {\n      return caseRankings.PASCAL;\n    }\n\n    return caseRankings.CAMEL;\n  }\n\n  return caseRankings.NO_CASE;\n}\n\n/**\n * Returns whether the stringToRank is one of the case parts in the testString (works with any string case)\n * @example\n * // returns true\n * isPartialOfCase('helloWorld', 'world', caseRankings.CAMEL)\n * @example\n * // returns false\n * isPartialOfCase('helloWorld', 'oworl', caseRankings.CAMEL)\n * @param {String} testString - the string to test against\n * @param {String} stringToRank - the string to rank\n * @param {Number} caseRanking - the ranking score based on case of testString\n * @returns {Boolean} whether the stringToRank is one of the case parts in the testString\n */\nfunction isPartialOfCase(testString, stringToRank, caseRanking) {\n  var testIndex = testString.toLowerCase().indexOf(stringToRank.toLowerCase());\n\n  switch (caseRanking) {\n    case caseRankings.SNAKE:\n      return testString[testIndex - 1] === '_';\n    case caseRankings.KEBAB:\n      return testString[testIndex - 1] === '-';\n    case caseRankings.PASCAL:\n    case caseRankings.CAMEL:\n      return testIndex !== -1 && testString[testIndex] === testString[testIndex].toUpperCase();\n    default:\n      return false;\n  }\n}\n\n/**\n * Check if stringToRank is an acronym for a partial case\n * @example\n * // returns true\n * isCaseAcronym('super_duper_file', 'sdf', caseRankings.SNAKE)\n * @param {String} testString - the string to test against\n * @param {String} stringToRank - the acronym to test\n * @param {Number} caseRank - the ranking of the case\n * @returns {Boolean} whether the stringToRank is an acronym for the testString\n */\nfunction isCaseAcronym(testString, stringToRank, caseRank) {\n  var splitValue = null;\n  switch (caseRank) {\n    case caseRankings.SNAKE:\n      splitValue = '_';\n      break;\n    case caseRankings.KEBAB:\n      splitValue = '-';\n      break;\n    case caseRankings.PASCAL:\n    case caseRankings.CAMEL:\n      splitValue = /(?=[A-Z])/;\n      break;\n    default:\n      splitValue = null;\n  }\n\n  var splitTestString = testString.split(splitValue);\n  return stringToRank.toLowerCase().split('').reduce(function (correct, char, charIndex) {\n    var splitItem = splitTestString[charIndex];\n    return correct && splitItem && splitItem[0].toLowerCase() === char;\n  }, true);\n}\n\n/**\n * Returns a score based on how spread apart the\n * characters from the stringToRank are within the testString.\n * A number close to rankings.MATCHES represents a loose match. A number close\n * to rankings.MATCHES + 1 represents a tighter match.\n * @param {String} testString - the string to test against\n * @param {String} stringToRank - the string to rank\n * @returns {Number} the number between rankings.MATCHES and\n * rankings.MATCHES + 1 for how well stringToRank matches testString\n */\nfunction getClosenessRanking(testString, stringToRank) {\n  var matchingInOrderCharCount = 0;\n  var charNumber = 0;\n  function findMatchingCharacter(matchChar, string, index) {\n    for (var j = index; j < string.length; j++) {\n      var stringChar = string[j];\n      if (stringChar === matchChar) {\n        matchingInOrderCharCount += 1;\n        return j + 1;\n      }\n    }\n    return -1;\n  }\n  function getRanking(spread) {\n    var inOrderPercentage = matchingInOrderCharCount / stringToRank.length;\n    var ranking = rankings.MATCHES + inOrderPercentage * (1 / spread);\n    return ranking;\n  }\n  var firstIndex = findMatchingCharacter(stringToRank[0], testString, 0);\n  if (firstIndex < 0) {\n    return rankings.NO_MATCH;\n  }\n  charNumber = firstIndex;\n  for (var i = 1; i < stringToRank.length; i++) {\n    var matchChar = stringToRank[i];\n    charNumber = findMatchingCharacter(matchChar, testString, charNumber);\n    var found = charNumber > -1;\n    if (!found) {\n      return rankings.NO_MATCH;\n    }\n  }\n\n  var spread = charNumber - firstIndex;\n  return getRanking(spread);\n}\n\n/**\n * Sorts items that have a rank, index, and keyIndex\n * @param {Object} a - the first item to sort\n * @param {Object} b - the second item to sort\n * @return {Number} -1 if a should come first, 1 if b should come first\n * Note: will never return 0\n */\nfunction sortRankedItems(a, b) {\n  var aFirst = -1;\n  var bFirst = 1;\n  var aRankedItem = a.rankedItem,\n      aRank = a.rank,\n      aKeyIndex = a.keyIndex;\n  var bRankedItem = b.rankedItem,\n      bRank = b.rank,\n      bKeyIndex = b.keyIndex;\n\n  if (aRank === bRank) {\n    if (aKeyIndex === bKeyIndex) {\n      return String(aRankedItem).localeCompare(bRankedItem);\n    } else {\n      return aKeyIndex < bKeyIndex ? aFirst : bFirst;\n    }\n  } else {\n    return aRank > bRank ? aFirst : bFirst;\n  }\n}\n\n/**\n * Prepares value for comparison by stringifying it, removing diacritics (if specified)\n * @param {String} value - the value to clean\n * @param {Object} options - {keepDiacritics: whether to remove diacritics}\n * @return {String} the prepared value\n */\nfunction prepareValueForComparison(value, _ref4) {\n  var keepDiacritics = _ref4.keepDiacritics;\n\n  value = '' + value; // toString\n  if (!keepDiacritics) {\n    value = removeAccents_1(value);\n  }\n  return value;\n}\n\n/**\n * Gets value for key in item at arbitrarily nested keypath\n * @param {Object} item - the item\n * @param {Object|Function} key - the potentially nested keypath or property callback\n * @return {Array} - an array containing the value(s) at the nested keypath\n */\nfunction getItemValues(item, key) {\n  if ((typeof key === 'undefined' ? 'undefined' : _typeof(key)) === 'object') {\n    key = key.key;\n  }\n  var value = void 0;\n  if (typeof key === 'function') {\n    value = key(item);\n    // eslint-disable-next-line no-negated-condition\n  } else if (key.indexOf('.') !== -1) {\n    // handle nested keys\n    value = key.split('.').reduce(function (itemObj, nestedKey) {\n      return itemObj ? itemObj[nestedKey] : null;\n    }, item);\n  } else {\n    value = item[key];\n  }\n  // concat because `value` can be a string or an array\n  // eslint-disable-next-line\n  return value != null ? [].concat(value) : null;\n}\n\n/**\n * Gets all the values for the given keys in the given item and returns an array of those values\n * @param {Object} item - the item from which the values will be retrieved\n * @param {Array} keys - the keys to use to retrieve the values\n * @return {Array} objects with {itemValue, attributes}\n */\nfunction getAllValuesToRank(item, keys) {\n  return keys.reduce(function (allVals, key) {\n    var values = getItemValues(item, key);\n    if (values) {\n      values.forEach(function (itemValue) {\n        allVals.push({\n          itemValue: itemValue,\n          attributes: getKeyAttributes(key)\n        });\n      });\n    }\n    return allVals;\n  }, []);\n}\n\n/**\n * Gets all the attributes for the given key\n * @param {Object|String} key - the key from which the attributes will be retrieved\n * @return {Object} object containing the key's attributes\n */\nfunction getKeyAttributes(key) {\n  if (typeof key === 'string') {\n    key = { key: key };\n  }\n  return _extends({\n    maxRanking: Infinity,\n    minRanking: -Infinity\n  }, key);\n}\n\nexport default matchSorter;\nexport { rankings };\n","var safeIsNaN = Number.isNaN ||\n    function ponyfill(value) {\n        return typeof value === 'number' && value !== value;\n    };\nfunction isEqual(first, second) {\n    if (first === second) {\n        return true;\n    }\n    if (safeIsNaN(first) && safeIsNaN(second)) {\n        return true;\n    }\n    return false;\n}\nfunction areInputsEqual(newInputs, lastInputs) {\n    if (newInputs.length !== lastInputs.length) {\n        return false;\n    }\n    for (var i = 0; i < newInputs.length; i++) {\n        if (!isEqual(newInputs[i], lastInputs[i])) {\n            return false;\n        }\n    }\n    return true;\n}\n\nfunction memoizeOne(resultFn, isEqual) {\n    if (isEqual === void 0) { isEqual = areInputsEqual; }\n    var lastThis;\n    var lastArgs = [];\n    var lastResult;\n    var calledOnce = false;\n    function memoized() {\n        var newArgs = [];\n        for (var _i = 0; _i < arguments.length; _i++) {\n            newArgs[_i] = arguments[_i];\n        }\n        if (calledOnce && lastThis === this && isEqual(newArgs, lastArgs)) {\n            return lastResult;\n        }\n        lastResult = resultFn.apply(this, newArgs);\n        calledOnce = true;\n        lastThis = this;\n        lastArgs = newArgs;\n        return lastResult;\n    }\n    return memoized;\n}\n\nexport default memoizeOne;\n","/**\r\n * Returns the object type of the given payload\r\n *\r\n * @param {*} payload\r\n * @returns {string}\r\n */\r\nfunction getType(payload) {\r\n    return Object.prototype.toString.call(payload).slice(8, -1);\r\n}\r\n/**\r\n * Returns whether the payload is undefined\r\n *\r\n * @param {*} payload\r\n * @returns {payload is undefined}\r\n */\r\nfunction isUndefined(payload) {\r\n    return getType(payload) === 'Undefined';\r\n}\r\n/**\r\n * Returns whether the payload is null\r\n *\r\n * @param {*} payload\r\n * @returns {payload is null}\r\n */\r\nfunction isNull(payload) {\r\n    return getType(payload) === 'Null';\r\n}\r\n/**\r\n * Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is PlainObject}\r\n */\r\nfunction isPlainObject(payload) {\r\n    if (getType(payload) !== 'Object')\r\n        return false;\r\n    return payload.constructor === Object && Object.getPrototypeOf(payload) === Object.prototype;\r\n}\r\n/**\r\n * Returns whether the payload is a plain JavaScript object (excluding special classes or objects with other prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is PlainObject}\r\n */\r\nfunction isObject(payload) {\r\n    return isPlainObject(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a an empty object (excluding special classes or objects with other prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is { [K in any]: never }}\r\n */\r\nfunction isEmptyObject(payload) {\r\n    return isPlainObject(payload) && Object.keys(payload).length === 0;\r\n}\r\n/**\r\n * Returns whether the payload is a an empty object (excluding special classes or objects with other prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is PlainObject}\r\n */\r\nfunction isFullObject(payload) {\r\n    return isPlainObject(payload) && Object.keys(payload).length > 0;\r\n}\r\n/**\r\n * Returns whether the payload is an any kind of object (including special classes or objects with different prototypes)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is PlainObject}\r\n */\r\nfunction isAnyObject(payload) {\r\n    return getType(payload) === 'Object';\r\n}\r\n/**\r\n * Returns whether the payload is an object like a type passed in < >\r\n *\r\n * Usage: isObjectLike<{id: any}>(payload) // will make sure it's an object and has an `id` prop.\r\n *\r\n * @template T this must be passed in < >\r\n * @param {*} payload\r\n * @returns {payload is T}\r\n */\r\nfunction isObjectLike(payload) {\r\n    return isAnyObject(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a function (regular or async)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is AnyFunction}\r\n */\r\nfunction isFunction(payload) {\r\n    return typeof payload === 'function';\r\n}\r\n/**\r\n * Returns whether the payload is an array\r\n *\r\n * @param {any} payload\r\n * @returns {payload is any[]}\r\n */\r\nfunction isArray(payload) {\r\n    return getType(payload) === 'Array';\r\n}\r\n/**\r\n * Returns whether the payload is a an array with at least 1 item\r\n *\r\n * @param {*} payload\r\n * @returns {payload is any[]}\r\n */\r\nfunction isFullArray(payload) {\r\n    return isArray(payload) && payload.length > 0;\r\n}\r\n/**\r\n * Returns whether the payload is a an empty array\r\n *\r\n * @param {*} payload\r\n * @returns {payload is []}\r\n */\r\nfunction isEmptyArray(payload) {\r\n    return isArray(payload) && payload.length === 0;\r\n}\r\n/**\r\n * Returns whether the payload is a string\r\n *\r\n * @param {*} payload\r\n * @returns {payload is string}\r\n */\r\nfunction isString(payload) {\r\n    return getType(payload) === 'String';\r\n}\r\n/**\r\n * Returns whether the payload is a string, BUT returns false for ''\r\n *\r\n * @param {*} payload\r\n * @returns {payload is string}\r\n */\r\nfunction isFullString(payload) {\r\n    return isString(payload) && payload !== '';\r\n}\r\n/**\r\n * Returns whether the payload is ''\r\n *\r\n * @param {*} payload\r\n * @returns {payload is string}\r\n */\r\nfunction isEmptyString(payload) {\r\n    return payload === '';\r\n}\r\n/**\r\n * Returns whether the payload is a number (but not NaN)\r\n *\r\n * This will return `false` for `NaN`!!\r\n *\r\n * @param {*} payload\r\n * @returns {payload is number}\r\n */\r\nfunction isNumber(payload) {\r\n    return getType(payload) === 'Number' && !isNaN(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a boolean\r\n *\r\n * @param {*} payload\r\n * @returns {payload is boolean}\r\n */\r\nfunction isBoolean(payload) {\r\n    return getType(payload) === 'Boolean';\r\n}\r\n/**\r\n * Returns whether the payload is a regular expression (RegExp)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is RegExp}\r\n */\r\nfunction isRegExp(payload) {\r\n    return getType(payload) === 'RegExp';\r\n}\r\n/**\r\n * Returns whether the payload is a Map\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Map<any, any>}\r\n */\r\nfunction isMap(payload) {\r\n    return getType(payload) === 'Map';\r\n}\r\n/**\r\n * Returns whether the payload is a WeakMap\r\n *\r\n * @param {*} payload\r\n * @returns {payload is WeakMap<any, any>}\r\n */\r\nfunction isWeakMap(payload) {\r\n    return getType(payload) === 'WeakMap';\r\n}\r\n/**\r\n * Returns whether the payload is a Set\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Set<any>}\r\n */\r\nfunction isSet(payload) {\r\n    return getType(payload) === 'Set';\r\n}\r\n/**\r\n * Returns whether the payload is a WeakSet\r\n *\r\n * @param {*} payload\r\n * @returns {payload is WeakSet<any>}\r\n */\r\nfunction isWeakSet(payload) {\r\n    return getType(payload) === 'WeakSet';\r\n}\r\n/**\r\n * Returns whether the payload is a Symbol\r\n *\r\n * @param {*} payload\r\n * @returns {payload is symbol}\r\n */\r\nfunction isSymbol(payload) {\r\n    return getType(payload) === 'Symbol';\r\n}\r\n/**\r\n * Returns whether the payload is a Date, and that the date is valid\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Date}\r\n */\r\nfunction isDate(payload) {\r\n    return getType(payload) === 'Date' && !isNaN(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a Blob\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Blob}\r\n */\r\nfunction isBlob(payload) {\r\n    return getType(payload) === 'Blob';\r\n}\r\n/**\r\n * Returns whether the payload is a File\r\n *\r\n * @param {*} payload\r\n * @returns {payload is File}\r\n */\r\nfunction isFile(payload) {\r\n    return getType(payload) === 'File';\r\n}\r\n/**\r\n * Returns whether the payload is a Promise\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Promise<any>}\r\n */\r\nfunction isPromise(payload) {\r\n    return getType(payload) === 'Promise';\r\n}\r\n/**\r\n * Returns whether the payload is an Error\r\n *\r\n * @param {*} payload\r\n * @returns {payload is Error}\r\n */\r\nfunction isError(payload) {\r\n    return getType(payload) === 'Error';\r\n}\r\n/**\r\n * Returns whether the payload is literally the value `NaN` (it's `NaN` and also a `number`)\r\n *\r\n * @param {*} payload\r\n * @returns {payload is typeof NaN}\r\n */\r\nfunction isNaNValue(payload) {\r\n    return getType(payload) === 'Number' && isNaN(payload);\r\n}\r\n/**\r\n * Returns whether the payload is a primitive type (eg. Boolean | Null | Undefined | Number | String | Symbol)\r\n *\r\n * @param {*} payload\r\n * @returns {(payload is boolean | null | undefined | number | string | symbol)}\r\n */\r\nfunction isPrimitive(payload) {\r\n    return (isBoolean(payload) ||\r\n        isNull(payload) ||\r\n        isUndefined(payload) ||\r\n        isNumber(payload) ||\r\n        isString(payload) ||\r\n        isSymbol(payload));\r\n}\r\n/**\r\n * Returns true whether the payload is null or undefined\r\n *\r\n * @param {*} payload\r\n * @returns {(payload is null | undefined)}\r\n */\r\nvar isNullOrUndefined = isOneOf(isNull, isUndefined);\r\nfunction isOneOf(a, b, c, d, e) {\r\n    return function (value) {\r\n        return a(value) || b(value) || (!!c && c(value)) || (!!d && d(value)) || (!!e && e(value));\r\n    };\r\n}\r\n/**\r\n * Does a generic check to check that the given payload is of a given type.\r\n * In cases like Number, it will return true for NaN as NaN is a Number (thanks javascript!);\r\n * It will, however, differentiate between object and null\r\n *\r\n * @template T\r\n * @param {*} payload\r\n * @param {T} type\r\n * @throws {TypeError} Will throw type error if type is an invalid type\r\n * @returns {payload is T}\r\n */\r\nfunction isType(payload, type) {\r\n    if (!(type instanceof Function)) {\r\n        throw new TypeError('Type must be a function');\r\n    }\r\n    if (!Object.prototype.hasOwnProperty.call(type, 'prototype')) {\r\n        throw new TypeError('Type is not a class');\r\n    }\r\n    // Classes usually have names (as functions usually have names)\r\n    var name = type.name;\r\n    return getType(payload) === name || Boolean(payload && payload.constructor === type);\r\n}\n\nexport { getType, isAnyObject, isArray, isBlob, isBoolean, isDate, isEmptyArray, isEmptyObject, isEmptyString, isError, isFile, isFullArray, isFullObject, isFullString, isFunction, isMap, isNaNValue, isNull, isNullOrUndefined, isNumber, isObject, isObjectLike, isOneOf, isPlainObject, isPrimitive, isPromise, isRegExp, isSet, isString, isSymbol, isType, isUndefined, isWeakMap, isWeakSet };\n","import { isPlainObject, isArray, isSymbol } from 'is-what';\n\n/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\r\n\r\nfunction __spreadArrays() {\r\n    for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n    for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n        for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n            r[k] = a[j];\r\n    return r;\r\n}\n\nfunction assignProp(carry, key, newVal, originalObject) {\r\n    var propType = originalObject.propertyIsEnumerable(key)\r\n        ? 'enumerable'\r\n        : 'nonenumerable';\r\n    if (propType === 'enumerable')\r\n        carry[key] = newVal;\r\n    if (propType === 'nonenumerable') {\r\n        Object.defineProperty(carry, key, {\r\n            value: newVal,\r\n            enumerable: false,\r\n            writable: true,\r\n            configurable: true\r\n        });\r\n    }\r\n}\r\nfunction mergeRecursively(origin, newComer, extensions) {\r\n    // work directly on newComer if its not an object\r\n    if (!isPlainObject(newComer)) {\r\n        // extend merge rules\r\n        if (extensions && isArray(extensions)) {\r\n            extensions.forEach(function (extend) {\r\n                newComer = extend(origin, newComer);\r\n            });\r\n        }\r\n        return newComer;\r\n    }\r\n    // define newObject to merge all values upon\r\n    var newObject = {};\r\n    if (isPlainObject(origin)) {\r\n        var props_1 = Object.getOwnPropertyNames(origin);\r\n        var symbols_1 = Object.getOwnPropertySymbols(origin);\r\n        newObject = __spreadArrays(props_1, symbols_1).reduce(function (carry, key) {\r\n            // @ts-ignore\r\n            var targetVal = origin[key];\r\n            if ((!isSymbol(key) && !Object.getOwnPropertyNames(newComer).includes(key)) ||\r\n                (isSymbol(key) && !Object.getOwnPropertySymbols(newComer).includes(key))) {\r\n                assignProp(carry, key, targetVal, origin);\r\n            }\r\n            return carry;\r\n        }, {});\r\n    }\r\n    var props = Object.getOwnPropertyNames(newComer);\r\n    var symbols = Object.getOwnPropertySymbols(newComer);\r\n    var result = __spreadArrays(props, symbols).reduce(function (carry, key) {\r\n        // re-define the origin and newComer as targetVal and newVal\r\n        var newVal = newComer[key];\r\n        var targetVal = (isPlainObject(origin))\r\n            // @ts-ignore\r\n            ? origin[key]\r\n            : undefined;\r\n        // extend merge rules\r\n        if (extensions && isArray(extensions)) {\r\n            extensions.forEach(function (extend) {\r\n                newVal = extend(targetVal, newVal);\r\n            });\r\n        }\r\n        // When newVal is an object do the merge recursively\r\n        if (targetVal !== undefined && isPlainObject(newVal)) {\r\n            newVal = mergeRecursively(targetVal, newVal, extensions);\r\n        }\r\n        assignProp(carry, key, newVal, newComer);\r\n        return carry;\r\n    }, newObject);\r\n    return result;\r\n}\r\n/**\r\n * Merge anything recursively.\r\n * Objects get merged, special objects (classes etc.) are re-assigned \"as is\".\r\n * Basic types overwrite objects or other basic types.\r\n *\r\n * @param {(IConfig | any)} origin\r\n * @param {...any[]} newComers\r\n * @returns the result\r\n */\r\nfunction merge(origin) {\r\n    var newComers = [];\r\n    for (var _i = 1; _i < arguments.length; _i++) {\r\n        newComers[_i - 1] = arguments[_i];\r\n    }\r\n    var extensions = null;\r\n    var base = origin;\r\n    if (isPlainObject(origin) && origin.extensions && Object.keys(origin).length === 1) {\r\n        base = {};\r\n        extensions = origin.extensions;\r\n    }\r\n    return newComers.reduce(function (result, newComer) {\r\n        return mergeRecursively(result, newComer, extensions);\r\n    }, base);\r\n}\n\nfunction concatArrays(originVal, newVal) {\r\n    if (isArray(originVal) && isArray(newVal)) {\r\n        // concat logic\r\n        return originVal.concat(newVal);\r\n    }\r\n    return newVal; // always return newVal as fallback!!\r\n}\n\nexport default merge;\nexport { concatArrays, merge };\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc');  // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","'use strict';\n\nif (typeof process === 'undefined' ||\n    !process.version ||\n    process.version.indexOf('v0.') === 0 ||\n    process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {\n  module.exports = { nextTick: nextTick };\n} else {\n  module.exports = process\n}\n\nfunction nextTick(fn, arg1, arg2, arg3) {\n  if (typeof fn !== 'function') {\n    throw new TypeError('\"callback\" argument must be a function');\n  }\n  var len = arguments.length;\n  var args, i;\n  switch (len) {\n  case 0:\n  case 1:\n    return process.nextTick(fn);\n  case 2:\n    return process.nextTick(function afterTickOne() {\n      fn.call(null, arg1);\n    });\n  case 3:\n    return process.nextTick(function afterTickTwo() {\n      fn.call(null, arg1, arg2);\n    });\n  case 4:\n    return process.nextTick(function afterTickThree() {\n      fn.call(null, arg1, arg2, arg3);\n    });\n  default:\n    args = new Array(len - 1);\n    i = 0;\n    while (i < args.length) {\n      args[i++] = arguments[i];\n    }\n    return process.nextTick(function afterTick() {\n      fn.apply(null, args);\n    });\n  }\n}\n\n","// shim for using process in browser\nvar process = module.exports = {};\n\n// cached from whatever global is present so that test runners that stub it\n// don't break things.  But we need to wrap it in a try catch in case it is\n// wrapped in strict mode code which doesn't define any globals.  It's inside a\n// function because try/catches deoptimize in certain engines.\n\nvar cachedSetTimeout;\nvar cachedClearTimeout;\n\nfunction defaultSetTimout() {\n    throw new Error('setTimeout has not been defined');\n}\nfunction defaultClearTimeout () {\n    throw new Error('clearTimeout has not been defined');\n}\n(function () {\n    try {\n        if (typeof setTimeout === 'function') {\n            cachedSetTimeout = setTimeout;\n        } else {\n            cachedSetTimeout = defaultSetTimout;\n        }\n    } catch (e) {\n        cachedSetTimeout = defaultSetTimout;\n    }\n    try {\n        if (typeof clearTimeout === 'function') {\n            cachedClearTimeout = clearTimeout;\n        } else {\n            cachedClearTimeout = defaultClearTimeout;\n        }\n    } catch (e) {\n        cachedClearTimeout = defaultClearTimeout;\n    }\n} ())\nfunction runTimeout(fun) {\n    if (cachedSetTimeout === setTimeout) {\n        //normal enviroments in sane situations\n        return setTimeout(fun, 0);\n    }\n    // if setTimeout wasn't available but was latter defined\n    if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {\n        cachedSetTimeout = setTimeout;\n        return setTimeout(fun, 0);\n    }\n    try {\n        // when when somebody has screwed with setTimeout but no I.E. maddness\n        return cachedSetTimeout(fun, 0);\n    } catch(e){\n        try {\n            // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally\n            return cachedSetTimeout.call(null, fun, 0);\n        } catch(e){\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error\n            return cachedSetTimeout.call(this, fun, 0);\n        }\n    }\n\n\n}\nfunction runClearTimeout(marker) {\n    if (cachedClearTimeout === clearTimeout) {\n        //normal enviroments in sane situations\n        return clearTimeout(marker);\n    }\n    // if clearTimeout wasn't available but was latter defined\n    if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {\n        cachedClearTimeout = clearTimeout;\n        return clearTimeout(marker);\n    }\n    try {\n        // when when somebody has screwed with setTimeout but no I.E. maddness\n        return cachedClearTimeout(marker);\n    } catch (e){\n        try {\n            // When we are in I.E. but the script has been evaled so I.E. doesn't  trust the global object when called normally\n            return cachedClearTimeout.call(null, marker);\n        } catch (e){\n            // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.\n            // Some versions of I.E. have different rules for clearTimeout vs setTimeout\n            return cachedClearTimeout.call(this, marker);\n        }\n    }\n\n\n\n}\nvar queue = [];\nvar draining = false;\nvar currentQueue;\nvar queueIndex = -1;\n\nfunction cleanUpNextTick() {\n    if (!draining || !currentQueue) {\n        return;\n    }\n    draining = false;\n    if (currentQueue.length) {\n        queue = currentQueue.concat(queue);\n    } else {\n        queueIndex = -1;\n    }\n    if (queue.length) {\n        drainQueue();\n    }\n}\n\nfunction drainQueue() {\n    if (draining) {\n        return;\n    }\n    var timeout = runTimeout(cleanUpNextTick);\n    draining = true;\n\n    var len = queue.length;\n    while(len) {\n        currentQueue = queue;\n        queue = [];\n        while (++queueIndex < len) {\n            if (currentQueue) {\n                currentQueue[queueIndex].run();\n            }\n        }\n        queueIndex = -1;\n        len = queue.length;\n    }\n    currentQueue = null;\n    draining = false;\n    runClearTimeout(timeout);\n}\n\nprocess.nextTick = function (fun) {\n    var args = new Array(arguments.length - 1);\n    if (arguments.length > 1) {\n        for (var i = 1; i < arguments.length; i++) {\n            args[i - 1] = arguments[i];\n        }\n    }\n    queue.push(new Item(fun, args));\n    if (queue.length === 1 && !draining) {\n        runTimeout(drainQueue);\n    }\n};\n\n// v8 likes predictible objects\nfunction Item(fun, array) {\n    this.fun = fun;\n    this.array = array;\n}\nItem.prototype.run = function () {\n    this.fun.apply(null, this.array);\n};\nprocess.title = 'browser';\nprocess.browser = true;\nprocess.env = {};\nprocess.argv = [];\nprocess.version = ''; // empty string to avoid regexp issues\nprocess.versions = {};\n\nfunction noop() {}\n\nprocess.on = noop;\nprocess.addListener = noop;\nprocess.once = noop;\nprocess.off = noop;\nprocess.removeListener = noop;\nprocess.removeAllListeners = noop;\nprocess.emit = noop;\nprocess.prependListener = noop;\nprocess.prependOnceListener = noop;\n\nprocess.listeners = function (name) { return [] }\n\nprocess.binding = function (name) {\n    throw new Error('process.binding is not supported');\n};\n\nprocess.cwd = function () { return '/' };\nprocess.chdir = function (dir) {\n    throw new Error('process.chdir is not supported');\n};\nprocess.umask = function() { return 0; };\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n  function shim(props, propName, componentName, location, propFullName, secret) {\n    if (secret === ReactPropTypesSecret) {\n      // It is still safe when called from React.\n      return;\n    }\n    var err = new Error(\n      'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n      'Use PropTypes.checkPropTypes() to call them. ' +\n      'Read more at http://fb.me/use-check-prop-types'\n    );\n    err.name = 'Invariant Violation';\n    throw err;\n  };\n  shim.isRequired = shim;\n  function getShim() {\n    return shim;\n  };\n  // Important!\n  // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n  var ReactPropTypes = {\n    array: shim,\n    bigint: shim,\n    bool: shim,\n    func: shim,\n    number: shim,\n    object: shim,\n    string: shim,\n    symbol: shim,\n\n    any: shim,\n    arrayOf: getShim,\n    element: shim,\n    elementType: shim,\n    instanceOf: getShim,\n    node: shim,\n    objectOf: getShim,\n    oneOf: getShim,\n    oneOfType: getShim,\n    shape: getShim,\n    exact: getShim,\n\n    checkPropTypes: emptyFunctionWithReset,\n    resetWarningCache: emptyFunction\n  };\n\n  ReactPropTypes.PropTypes = ReactPropTypes;\n\n  return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n  var ReactIs = require('react-is');\n\n  // By explicitly using `prop-types` you are opting into new development behavior.\n  // http://fb.me/prop-types-in-prod\n  var throwOnDirectAccess = true;\n  module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n  // By explicitly using `prop-types` you are opting into new production behavior.\n  // http://fb.me/prop-types-in-prod\n  module.exports = require('./factoryWithThrowingShims')();\n}\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","/** @license React v16.14.0\n * react-dom.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/*\n Modernizr 3.0.0pre (Custom Build) | MIT\n*/\n'use strict';var aa=require(\"react\"),n=require(\"object-assign\"),r=require(\"scheduler\");function u(a){for(var b=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=1;c<arguments.length;c++)b+=\"&args[]=\"+encodeURIComponent(arguments[c]);return\"Minified React error #\"+a+\"; visit \"+b+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}if(!aa)throw Error(u(227));\nfunction ba(a,b,c,d,e,f,g,h,k){var l=Array.prototype.slice.call(arguments,3);try{b.apply(c,l)}catch(m){this.onError(m)}}var da=!1,ea=null,fa=!1,ha=null,ia={onError:function(a){da=!0;ea=a}};function ja(a,b,c,d,e,f,g,h,k){da=!1;ea=null;ba.apply(ia,arguments)}function ka(a,b,c,d,e,f,g,h,k){ja.apply(this,arguments);if(da){if(da){var l=ea;da=!1;ea=null}else throw Error(u(198));fa||(fa=!0,ha=l)}}var la=null,ma=null,na=null;\nfunction oa(a,b,c){var d=a.type||\"unknown-event\";a.currentTarget=na(c);ka(d,b,void 0,a);a.currentTarget=null}var pa=null,qa={};\nfunction ra(){if(pa)for(var a in qa){var b=qa[a],c=pa.indexOf(a);if(!(-1<c))throw Error(u(96,a));if(!sa[c]){if(!b.extractEvents)throw Error(u(97,a));sa[c]=b;c=b.eventTypes;for(var d in c){var e=void 0;var f=c[d],g=b,h=d;if(ta.hasOwnProperty(h))throw Error(u(99,h));ta[h]=f;var k=f.phasedRegistrationNames;if(k){for(e in k)k.hasOwnProperty(e)&&ua(k[e],g,h);e=!0}else f.registrationName?(ua(f.registrationName,g,h),e=!0):e=!1;if(!e)throw Error(u(98,d,a));}}}}\nfunction ua(a,b,c){if(va[a])throw Error(u(100,a));va[a]=b;wa[a]=b.eventTypes[c].dependencies}var sa=[],ta={},va={},wa={};function xa(a){var b=!1,c;for(c in a)if(a.hasOwnProperty(c)){var d=a[c];if(!qa.hasOwnProperty(c)||qa[c]!==d){if(qa[c])throw Error(u(102,c));qa[c]=d;b=!0}}b&&ra()}var ya=!(\"undefined\"===typeof window||\"undefined\"===typeof window.document||\"undefined\"===typeof window.document.createElement),za=null,Aa=null,Ba=null;\nfunction Ca(a){if(a=ma(a)){if(\"function\"!==typeof za)throw Error(u(280));var b=a.stateNode;b&&(b=la(b),za(a.stateNode,a.type,b))}}function Da(a){Aa?Ba?Ba.push(a):Ba=[a]:Aa=a}function Ea(){if(Aa){var a=Aa,b=Ba;Ba=Aa=null;Ca(a);if(b)for(a=0;a<b.length;a++)Ca(b[a])}}function Fa(a,b){return a(b)}function Ga(a,b,c,d,e){return a(b,c,d,e)}function Ha(){}var Ia=Fa,Ja=!1,Ka=!1;function La(){if(null!==Aa||null!==Ba)Ha(),Ea()}\nfunction Ma(a,b,c){if(Ka)return a(b,c);Ka=!0;try{return Ia(a,b,c)}finally{Ka=!1,La()}}var Na=/^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$/,Oa=Object.prototype.hasOwnProperty,Pa={},Qa={};\nfunction Ra(a){if(Oa.call(Qa,a))return!0;if(Oa.call(Pa,a))return!1;if(Na.test(a))return Qa[a]=!0;Pa[a]=!0;return!1}function Sa(a,b,c,d){if(null!==c&&0===c.type)return!1;switch(typeof b){case \"function\":case \"symbol\":return!0;case \"boolean\":if(d)return!1;if(null!==c)return!c.acceptsBooleans;a=a.toLowerCase().slice(0,5);return\"data-\"!==a&&\"aria-\"!==a;default:return!1}}\nfunction Ta(a,b,c,d){if(null===b||\"undefined\"===typeof b||Sa(a,b,c,d))return!0;if(d)return!1;if(null!==c)switch(c.type){case 3:return!b;case 4:return!1===b;case 5:return isNaN(b);case 6:return isNaN(b)||1>b}return!1}function v(a,b,c,d,e,f){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=a;this.type=b;this.sanitizeURL=f}var C={};\n\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach(function(a){C[a]=new v(a,0,!1,a,null,!1)});[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach(function(a){var b=a[0];C[b]=new v(b,1,!1,a[1],null,!1)});[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach(function(a){C[a]=new v(a,2,!1,a.toLowerCase(),null,!1)});\n[\"autoReverse\",\"externalResourcesRequired\",\"focusable\",\"preserveAlpha\"].forEach(function(a){C[a]=new v(a,2,!1,a,null,!1)});\"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope\".split(\" \").forEach(function(a){C[a]=new v(a,3,!1,a.toLowerCase(),null,!1)});\n[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach(function(a){C[a]=new v(a,3,!0,a,null,!1)});[\"capture\",\"download\"].forEach(function(a){C[a]=new v(a,4,!1,a,null,!1)});[\"cols\",\"rows\",\"size\",\"span\"].forEach(function(a){C[a]=new v(a,6,!1,a,null,!1)});[\"rowSpan\",\"start\"].forEach(function(a){C[a]=new v(a,5,!1,a.toLowerCase(),null,!1)});var Ua=/[\\-:]([a-z])/g;function Va(a){return a[1].toUpperCase()}\n\"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height\".split(\" \").forEach(function(a){var b=a.replace(Ua,\nVa);C[b]=new v(b,1,!1,a,null,!1)});\"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type\".split(\" \").forEach(function(a){var b=a.replace(Ua,Va);C[b]=new v(b,1,!1,a,\"http://www.w3.org/1999/xlink\",!1)});[\"xml:base\",\"xml:lang\",\"xml:space\"].forEach(function(a){var b=a.replace(Ua,Va);C[b]=new v(b,1,!1,a,\"http://www.w3.org/XML/1998/namespace\",!1)});[\"tabIndex\",\"crossOrigin\"].forEach(function(a){C[a]=new v(a,1,!1,a.toLowerCase(),null,!1)});\nC.xlinkHref=new v(\"xlinkHref\",1,!1,\"xlink:href\",\"http://www.w3.org/1999/xlink\",!0);[\"src\",\"href\",\"action\",\"formAction\"].forEach(function(a){C[a]=new v(a,1,!1,a.toLowerCase(),null,!0)});var Wa=aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;Wa.hasOwnProperty(\"ReactCurrentDispatcher\")||(Wa.ReactCurrentDispatcher={current:null});Wa.hasOwnProperty(\"ReactCurrentBatchConfig\")||(Wa.ReactCurrentBatchConfig={suspense:null});\nfunction Xa(a,b,c,d){var e=C.hasOwnProperty(b)?C[b]:null;var f=null!==e?0===e.type:d?!1:!(2<b.length)||\"o\"!==b[0]&&\"O\"!==b[0]||\"n\"!==b[1]&&\"N\"!==b[1]?!1:!0;f||(Ta(b,c,e,d)&&(c=null),d||null===e?Ra(b)&&(null===c?a.removeAttribute(b):a.setAttribute(b,\"\"+c)):e.mustUseProperty?a[e.propertyName]=null===c?3===e.type?!1:\"\":c:(b=e.attributeName,d=e.attributeNamespace,null===c?a.removeAttribute(b):(e=e.type,c=3===e||4===e&&!0===c?\"\":\"\"+c,d?a.setAttributeNS(d,b,c):a.setAttribute(b,c))))}\nvar Ya=/^(.*)[\\\\\\/]/,E=\"function\"===typeof Symbol&&Symbol.for,Za=E?Symbol.for(\"react.element\"):60103,$a=E?Symbol.for(\"react.portal\"):60106,ab=E?Symbol.for(\"react.fragment\"):60107,bb=E?Symbol.for(\"react.strict_mode\"):60108,cb=E?Symbol.for(\"react.profiler\"):60114,db=E?Symbol.for(\"react.provider\"):60109,eb=E?Symbol.for(\"react.context\"):60110,fb=E?Symbol.for(\"react.concurrent_mode\"):60111,gb=E?Symbol.for(\"react.forward_ref\"):60112,hb=E?Symbol.for(\"react.suspense\"):60113,ib=E?Symbol.for(\"react.suspense_list\"):\n60120,jb=E?Symbol.for(\"react.memo\"):60115,kb=E?Symbol.for(\"react.lazy\"):60116,lb=E?Symbol.for(\"react.block\"):60121,mb=\"function\"===typeof Symbol&&Symbol.iterator;function nb(a){if(null===a||\"object\"!==typeof a)return null;a=mb&&a[mb]||a[\"@@iterator\"];return\"function\"===typeof a?a:null}function ob(a){if(-1===a._status){a._status=0;var b=a._ctor;b=b();a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)})}}\nfunction pb(a){if(null==a)return null;if(\"function\"===typeof a)return a.displayName||a.name||null;if(\"string\"===typeof a)return a;switch(a){case ab:return\"Fragment\";case $a:return\"Portal\";case cb:return\"Profiler\";case bb:return\"StrictMode\";case hb:return\"Suspense\";case ib:return\"SuspenseList\"}if(\"object\"===typeof a)switch(a.$$typeof){case eb:return\"Context.Consumer\";case db:return\"Context.Provider\";case gb:var b=a.render;b=b.displayName||b.name||\"\";return a.displayName||(\"\"!==b?\"ForwardRef(\"+b+\")\":\n\"ForwardRef\");case jb:return pb(a.type);case lb:return pb(a.render);case kb:if(a=1===a._status?a._result:null)return pb(a)}return null}function qb(a){var b=\"\";do{a:switch(a.tag){case 3:case 4:case 6:case 7:case 10:case 9:var c=\"\";break a;default:var d=a._debugOwner,e=a._debugSource,f=pb(a.type);c=null;d&&(c=pb(d.type));d=f;f=\"\";e?f=\" (at \"+e.fileName.replace(Ya,\"\")+\":\"+e.lineNumber+\")\":c&&(f=\" (created by \"+c+\")\");c=\"\\n    in \"+(d||\"Unknown\")+f}b+=c;a=a.return}while(a);return b}\nfunction rb(a){switch(typeof a){case \"boolean\":case \"number\":case \"object\":case \"string\":case \"undefined\":return a;default:return\"\"}}function sb(a){var b=a.type;return(a=a.nodeName)&&\"input\"===a.toLowerCase()&&(\"checkbox\"===b||\"radio\"===b)}\nfunction tb(a){var b=sb(a)?\"checked\":\"value\",c=Object.getOwnPropertyDescriptor(a.constructor.prototype,b),d=\"\"+a[b];if(!a.hasOwnProperty(b)&&\"undefined\"!==typeof c&&\"function\"===typeof c.get&&\"function\"===typeof c.set){var e=c.get,f=c.set;Object.defineProperty(a,b,{configurable:!0,get:function(){return e.call(this)},set:function(a){d=\"\"+a;f.call(this,a)}});Object.defineProperty(a,b,{enumerable:c.enumerable});return{getValue:function(){return d},setValue:function(a){d=\"\"+a},stopTracking:function(){a._valueTracker=\nnull;delete a[b]}}}}function xb(a){a._valueTracker||(a._valueTracker=tb(a))}function yb(a){if(!a)return!1;var b=a._valueTracker;if(!b)return!0;var c=b.getValue();var d=\"\";a&&(d=sb(a)?a.checked?\"true\":\"false\":a.value);a=d;return a!==c?(b.setValue(a),!0):!1}function zb(a,b){var c=b.checked;return n({},b,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=c?c:a._wrapperState.initialChecked})}\nfunction Ab(a,b){var c=null==b.defaultValue?\"\":b.defaultValue,d=null!=b.checked?b.checked:b.defaultChecked;c=rb(null!=b.value?b.value:c);a._wrapperState={initialChecked:d,initialValue:c,controlled:\"checkbox\"===b.type||\"radio\"===b.type?null!=b.checked:null!=b.value}}function Bb(a,b){b=b.checked;null!=b&&Xa(a,\"checked\",b,!1)}\nfunction Cb(a,b){Bb(a,b);var c=rb(b.value),d=b.type;if(null!=c)if(\"number\"===d){if(0===c&&\"\"===a.value||a.value!=c)a.value=\"\"+c}else a.value!==\"\"+c&&(a.value=\"\"+c);else if(\"submit\"===d||\"reset\"===d){a.removeAttribute(\"value\");return}b.hasOwnProperty(\"value\")?Db(a,b.type,c):b.hasOwnProperty(\"defaultValue\")&&Db(a,b.type,rb(b.defaultValue));null==b.checked&&null!=b.defaultChecked&&(a.defaultChecked=!!b.defaultChecked)}\nfunction Eb(a,b,c){if(b.hasOwnProperty(\"value\")||b.hasOwnProperty(\"defaultValue\")){var d=b.type;if(!(\"submit\"!==d&&\"reset\"!==d||void 0!==b.value&&null!==b.value))return;b=\"\"+a._wrapperState.initialValue;c||b===a.value||(a.value=b);a.defaultValue=b}c=a.name;\"\"!==c&&(a.name=\"\");a.defaultChecked=!!a._wrapperState.initialChecked;\"\"!==c&&(a.name=c)}\nfunction Db(a,b,c){if(\"number\"!==b||a.ownerDocument.activeElement!==a)null==c?a.defaultValue=\"\"+a._wrapperState.initialValue:a.defaultValue!==\"\"+c&&(a.defaultValue=\"\"+c)}function Fb(a){var b=\"\";aa.Children.forEach(a,function(a){null!=a&&(b+=a)});return b}function Gb(a,b){a=n({children:void 0},b);if(b=Fb(b.children))a.children=b;return a}\nfunction Hb(a,b,c,d){a=a.options;if(b){b={};for(var e=0;e<c.length;e++)b[\"$\"+c[e]]=!0;for(c=0;c<a.length;c++)e=b.hasOwnProperty(\"$\"+a[c].value),a[c].selected!==e&&(a[c].selected=e),e&&d&&(a[c].defaultSelected=!0)}else{c=\"\"+rb(c);b=null;for(e=0;e<a.length;e++){if(a[e].value===c){a[e].selected=!0;d&&(a[e].defaultSelected=!0);return}null!==b||a[e].disabled||(b=a[e])}null!==b&&(b.selected=!0)}}\nfunction Ib(a,b){if(null!=b.dangerouslySetInnerHTML)throw Error(u(91));return n({},b,{value:void 0,defaultValue:void 0,children:\"\"+a._wrapperState.initialValue})}function Jb(a,b){var c=b.value;if(null==c){c=b.children;b=b.defaultValue;if(null!=c){if(null!=b)throw Error(u(92));if(Array.isArray(c)){if(!(1>=c.length))throw Error(u(93));c=c[0]}b=c}null==b&&(b=\"\");c=b}a._wrapperState={initialValue:rb(c)}}\nfunction Kb(a,b){var c=rb(b.value),d=rb(b.defaultValue);null!=c&&(c=\"\"+c,c!==a.value&&(a.value=c),null==b.defaultValue&&a.defaultValue!==c&&(a.defaultValue=c));null!=d&&(a.defaultValue=\"\"+d)}function Lb(a){var b=a.textContent;b===a._wrapperState.initialValue&&\"\"!==b&&null!==b&&(a.value=b)}var Mb={html:\"http://www.w3.org/1999/xhtml\",mathml:\"http://www.w3.org/1998/Math/MathML\",svg:\"http://www.w3.org/2000/svg\"};\nfunction Nb(a){switch(a){case \"svg\":return\"http://www.w3.org/2000/svg\";case \"math\":return\"http://www.w3.org/1998/Math/MathML\";default:return\"http://www.w3.org/1999/xhtml\"}}function Ob(a,b){return null==a||\"http://www.w3.org/1999/xhtml\"===a?Nb(b):\"http://www.w3.org/2000/svg\"===a&&\"foreignObject\"===b?\"http://www.w3.org/1999/xhtml\":a}\nvar Pb,Qb=function(a){return\"undefined\"!==typeof MSApp&&MSApp.execUnsafeLocalFunction?function(b,c,d,e){MSApp.execUnsafeLocalFunction(function(){return a(b,c,d,e)})}:a}(function(a,b){if(a.namespaceURI!==Mb.svg||\"innerHTML\"in a)a.innerHTML=b;else{Pb=Pb||document.createElement(\"div\");Pb.innerHTML=\"<svg>\"+b.valueOf().toString()+\"</svg>\";for(b=Pb.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;b.firstChild;)a.appendChild(b.firstChild)}});\nfunction Rb(a,b){if(b){var c=a.firstChild;if(c&&c===a.lastChild&&3===c.nodeType){c.nodeValue=b;return}}a.textContent=b}function Sb(a,b){var c={};c[a.toLowerCase()]=b.toLowerCase();c[\"Webkit\"+a]=\"webkit\"+b;c[\"Moz\"+a]=\"moz\"+b;return c}var Tb={animationend:Sb(\"Animation\",\"AnimationEnd\"),animationiteration:Sb(\"Animation\",\"AnimationIteration\"),animationstart:Sb(\"Animation\",\"AnimationStart\"),transitionend:Sb(\"Transition\",\"TransitionEnd\")},Ub={},Vb={};\nya&&(Vb=document.createElement(\"div\").style,\"AnimationEvent\"in window||(delete Tb.animationend.animation,delete Tb.animationiteration.animation,delete Tb.animationstart.animation),\"TransitionEvent\"in window||delete Tb.transitionend.transition);function Wb(a){if(Ub[a])return Ub[a];if(!Tb[a])return a;var b=Tb[a],c;for(c in b)if(b.hasOwnProperty(c)&&c in Vb)return Ub[a]=b[c];return a}\nvar Xb=Wb(\"animationend\"),Yb=Wb(\"animationiteration\"),Zb=Wb(\"animationstart\"),$b=Wb(\"transitionend\"),ac=\"abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting\".split(\" \"),bc=new (\"function\"===typeof WeakMap?WeakMap:Map);function cc(a){var b=bc.get(a);void 0===b&&(b=new Map,bc.set(a,b));return b}\nfunction dc(a){var b=a,c=a;if(a.alternate)for(;b.return;)b=b.return;else{a=b;do b=a,0!==(b.effectTag&1026)&&(c=b.return),a=b.return;while(a)}return 3===b.tag?c:null}function ec(a){if(13===a.tag){var b=a.memoizedState;null===b&&(a=a.alternate,null!==a&&(b=a.memoizedState));if(null!==b)return b.dehydrated}return null}function fc(a){if(dc(a)!==a)throw Error(u(188));}\nfunction gc(a){var b=a.alternate;if(!b){b=dc(a);if(null===b)throw Error(u(188));return b!==a?null:a}for(var c=a,d=b;;){var e=c.return;if(null===e)break;var f=e.alternate;if(null===f){d=e.return;if(null!==d){c=d;continue}break}if(e.child===f.child){for(f=e.child;f;){if(f===c)return fc(e),a;if(f===d)return fc(e),b;f=f.sibling}throw Error(u(188));}if(c.return!==d.return)c=e,d=f;else{for(var g=!1,h=e.child;h;){if(h===c){g=!0;c=e;d=f;break}if(h===d){g=!0;d=e;c=f;break}h=h.sibling}if(!g){for(h=f.child;h;){if(h===\nc){g=!0;c=f;d=e;break}if(h===d){g=!0;d=f;c=e;break}h=h.sibling}if(!g)throw Error(u(189));}}if(c.alternate!==d)throw Error(u(190));}if(3!==c.tag)throw Error(u(188));return c.stateNode.current===c?a:b}function hc(a){a=gc(a);if(!a)return null;for(var b=a;;){if(5===b.tag||6===b.tag)return b;if(b.child)b.child.return=b,b=b.child;else{if(b===a)break;for(;!b.sibling;){if(!b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}}return null}\nfunction ic(a,b){if(null==b)throw Error(u(30));if(null==a)return b;if(Array.isArray(a)){if(Array.isArray(b))return a.push.apply(a,b),a;a.push(b);return a}return Array.isArray(b)?[a].concat(b):[a,b]}function jc(a,b,c){Array.isArray(a)?a.forEach(b,c):a&&b.call(c,a)}var kc=null;\nfunction lc(a){if(a){var b=a._dispatchListeners,c=a._dispatchInstances;if(Array.isArray(b))for(var d=0;d<b.length&&!a.isPropagationStopped();d++)oa(a,b[d],c[d]);else b&&oa(a,b,c);a._dispatchListeners=null;a._dispatchInstances=null;a.isPersistent()||a.constructor.release(a)}}function mc(a){null!==a&&(kc=ic(kc,a));a=kc;kc=null;if(a){jc(a,lc);if(kc)throw Error(u(95));if(fa)throw a=ha,fa=!1,ha=null,a;}}\nfunction nc(a){a=a.target||a.srcElement||window;a.correspondingUseElement&&(a=a.correspondingUseElement);return 3===a.nodeType?a.parentNode:a}function oc(a){if(!ya)return!1;a=\"on\"+a;var b=a in document;b||(b=document.createElement(\"div\"),b.setAttribute(a,\"return;\"),b=\"function\"===typeof b[a]);return b}var pc=[];function qc(a){a.topLevelType=null;a.nativeEvent=null;a.targetInst=null;a.ancestors.length=0;10>pc.length&&pc.push(a)}\nfunction rc(a,b,c,d){if(pc.length){var e=pc.pop();e.topLevelType=a;e.eventSystemFlags=d;e.nativeEvent=b;e.targetInst=c;return e}return{topLevelType:a,eventSystemFlags:d,nativeEvent:b,targetInst:c,ancestors:[]}}\nfunction sc(a){var b=a.targetInst,c=b;do{if(!c){a.ancestors.push(c);break}var d=c;if(3===d.tag)d=d.stateNode.containerInfo;else{for(;d.return;)d=d.return;d=3!==d.tag?null:d.stateNode.containerInfo}if(!d)break;b=c.tag;5!==b&&6!==b||a.ancestors.push(c);c=tc(d)}while(c);for(c=0;c<a.ancestors.length;c++){b=a.ancestors[c];var e=nc(a.nativeEvent);d=a.topLevelType;var f=a.nativeEvent,g=a.eventSystemFlags;0===c&&(g|=64);for(var h=null,k=0;k<sa.length;k++){var l=sa[k];l&&(l=l.extractEvents(d,b,f,e,g))&&(h=\nic(h,l))}mc(h)}}function uc(a,b,c){if(!c.has(a)){switch(a){case \"scroll\":vc(b,\"scroll\",!0);break;case \"focus\":case \"blur\":vc(b,\"focus\",!0);vc(b,\"blur\",!0);c.set(\"blur\",null);c.set(\"focus\",null);break;case \"cancel\":case \"close\":oc(a)&&vc(b,a,!0);break;case \"invalid\":case \"submit\":case \"reset\":break;default:-1===ac.indexOf(a)&&F(a,b)}c.set(a,null)}}\nvar wc,xc,yc,zc=!1,Ac=[],Bc=null,Cc=null,Dc=null,Ec=new Map,Fc=new Map,Gc=[],Hc=\"mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit\".split(\" \"),Ic=\"focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture\".split(\" \");\nfunction Jc(a,b){var c=cc(b);Hc.forEach(function(a){uc(a,b,c)});Ic.forEach(function(a){uc(a,b,c)})}function Kc(a,b,c,d,e){return{blockedOn:a,topLevelType:b,eventSystemFlags:c|32,nativeEvent:e,container:d}}\nfunction Lc(a,b){switch(a){case \"focus\":case \"blur\":Bc=null;break;case \"dragenter\":case \"dragleave\":Cc=null;break;case \"mouseover\":case \"mouseout\":Dc=null;break;case \"pointerover\":case \"pointerout\":Ec.delete(b.pointerId);break;case \"gotpointercapture\":case \"lostpointercapture\":Fc.delete(b.pointerId)}}function Mc(a,b,c,d,e,f){if(null===a||a.nativeEvent!==f)return a=Kc(b,c,d,e,f),null!==b&&(b=Nc(b),null!==b&&xc(b)),a;a.eventSystemFlags|=d;return a}\nfunction Oc(a,b,c,d,e){switch(b){case \"focus\":return Bc=Mc(Bc,a,b,c,d,e),!0;case \"dragenter\":return Cc=Mc(Cc,a,b,c,d,e),!0;case \"mouseover\":return Dc=Mc(Dc,a,b,c,d,e),!0;case \"pointerover\":var f=e.pointerId;Ec.set(f,Mc(Ec.get(f)||null,a,b,c,d,e));return!0;case \"gotpointercapture\":return f=e.pointerId,Fc.set(f,Mc(Fc.get(f)||null,a,b,c,d,e)),!0}return!1}\nfunction Pc(a){var b=tc(a.target);if(null!==b){var c=dc(b);if(null!==c)if(b=c.tag,13===b){if(b=ec(c),null!==b){a.blockedOn=b;r.unstable_runWithPriority(a.priority,function(){yc(c)});return}}else if(3===b&&c.stateNode.hydrate){a.blockedOn=3===c.tag?c.stateNode.containerInfo:null;return}}a.blockedOn=null}function Qc(a){if(null!==a.blockedOn)return!1;var b=Rc(a.topLevelType,a.eventSystemFlags,a.container,a.nativeEvent);if(null!==b){var c=Nc(b);null!==c&&xc(c);a.blockedOn=b;return!1}return!0}\nfunction Sc(a,b,c){Qc(a)&&c.delete(b)}function Tc(){for(zc=!1;0<Ac.length;){var a=Ac[0];if(null!==a.blockedOn){a=Nc(a.blockedOn);null!==a&&wc(a);break}var b=Rc(a.topLevelType,a.eventSystemFlags,a.container,a.nativeEvent);null!==b?a.blockedOn=b:Ac.shift()}null!==Bc&&Qc(Bc)&&(Bc=null);null!==Cc&&Qc(Cc)&&(Cc=null);null!==Dc&&Qc(Dc)&&(Dc=null);Ec.forEach(Sc);Fc.forEach(Sc)}function Uc(a,b){a.blockedOn===b&&(a.blockedOn=null,zc||(zc=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Tc)))}\nfunction Vc(a){function b(b){return Uc(b,a)}if(0<Ac.length){Uc(Ac[0],a);for(var c=1;c<Ac.length;c++){var d=Ac[c];d.blockedOn===a&&(d.blockedOn=null)}}null!==Bc&&Uc(Bc,a);null!==Cc&&Uc(Cc,a);null!==Dc&&Uc(Dc,a);Ec.forEach(b);Fc.forEach(b);for(c=0;c<Gc.length;c++)d=Gc[c],d.blockedOn===a&&(d.blockedOn=null);for(;0<Gc.length&&(c=Gc[0],null===c.blockedOn);)Pc(c),null===c.blockedOn&&Gc.shift()}\nvar Wc={},Yc=new Map,Zc=new Map,$c=[\"abort\",\"abort\",Xb,\"animationEnd\",Yb,\"animationIteration\",Zb,\"animationStart\",\"canplay\",\"canPlay\",\"canplaythrough\",\"canPlayThrough\",\"durationchange\",\"durationChange\",\"emptied\",\"emptied\",\"encrypted\",\"encrypted\",\"ended\",\"ended\",\"error\",\"error\",\"gotpointercapture\",\"gotPointerCapture\",\"load\",\"load\",\"loadeddata\",\"loadedData\",\"loadedmetadata\",\"loadedMetadata\",\"loadstart\",\"loadStart\",\"lostpointercapture\",\"lostPointerCapture\",\"playing\",\"playing\",\"progress\",\"progress\",\"seeking\",\n\"seeking\",\"stalled\",\"stalled\",\"suspend\",\"suspend\",\"timeupdate\",\"timeUpdate\",$b,\"transitionEnd\",\"waiting\",\"waiting\"];function ad(a,b){for(var c=0;c<a.length;c+=2){var d=a[c],e=a[c+1],f=\"on\"+(e[0].toUpperCase()+e.slice(1));f={phasedRegistrationNames:{bubbled:f,captured:f+\"Capture\"},dependencies:[d],eventPriority:b};Zc.set(d,b);Yc.set(d,f);Wc[e]=f}}\nad(\"blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange\".split(\" \"),0);\nad(\"drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel\".split(\" \"),1);ad($c,2);for(var bd=\"change selectionchange textInput compositionstart compositionend compositionupdate\".split(\" \"),cd=0;cd<bd.length;cd++)Zc.set(bd[cd],0);\nvar dd=r.unstable_UserBlockingPriority,ed=r.unstable_runWithPriority,fd=!0;function F(a,b){vc(b,a,!1)}function vc(a,b,c){var d=Zc.get(b);switch(void 0===d?2:d){case 0:d=gd.bind(null,b,1,a);break;case 1:d=hd.bind(null,b,1,a);break;default:d=id.bind(null,b,1,a)}c?a.addEventListener(b,d,!0):a.addEventListener(b,d,!1)}function gd(a,b,c,d){Ja||Ha();var e=id,f=Ja;Ja=!0;try{Ga(e,a,b,c,d)}finally{(Ja=f)||La()}}function hd(a,b,c,d){ed(dd,id.bind(null,a,b,c,d))}\nfunction id(a,b,c,d){if(fd)if(0<Ac.length&&-1<Hc.indexOf(a))a=Kc(null,a,b,c,d),Ac.push(a);else{var e=Rc(a,b,c,d);if(null===e)Lc(a,d);else if(-1<Hc.indexOf(a))a=Kc(e,a,b,c,d),Ac.push(a);else if(!Oc(e,a,b,c,d)){Lc(a,d);a=rc(a,d,null,b);try{Ma(sc,a)}finally{qc(a)}}}}\nfunction Rc(a,b,c,d){c=nc(d);c=tc(c);if(null!==c){var e=dc(c);if(null===e)c=null;else{var f=e.tag;if(13===f){c=ec(e);if(null!==c)return c;c=null}else if(3===f){if(e.stateNode.hydrate)return 3===e.tag?e.stateNode.containerInfo:null;c=null}else e!==c&&(c=null)}}a=rc(a,d,c,b);try{Ma(sc,a)}finally{qc(a)}return null}\nvar jd={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,\nfloodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},kd=[\"Webkit\",\"ms\",\"Moz\",\"O\"];Object.keys(jd).forEach(function(a){kd.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);jd[b]=jd[a]})});function ld(a,b,c){return null==b||\"boolean\"===typeof b||\"\"===b?\"\":c||\"number\"!==typeof b||0===b||jd.hasOwnProperty(a)&&jd[a]?(\"\"+b).trim():b+\"px\"}\nfunction md(a,b){a=a.style;for(var c in b)if(b.hasOwnProperty(c)){var d=0===c.indexOf(\"--\"),e=ld(c,b[c],d);\"float\"===c&&(c=\"cssFloat\");d?a.setProperty(c,e):a[c]=e}}var nd=n({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});\nfunction od(a,b){if(b){if(nd[a]&&(null!=b.children||null!=b.dangerouslySetInnerHTML))throw Error(u(137,a,\"\"));if(null!=b.dangerouslySetInnerHTML){if(null!=b.children)throw Error(u(60));if(!(\"object\"===typeof b.dangerouslySetInnerHTML&&\"__html\"in b.dangerouslySetInnerHTML))throw Error(u(61));}if(null!=b.style&&\"object\"!==typeof b.style)throw Error(u(62,\"\"));}}\nfunction pd(a,b){if(-1===a.indexOf(\"-\"))return\"string\"===typeof b.is;switch(a){case \"annotation-xml\":case \"color-profile\":case \"font-face\":case \"font-face-src\":case \"font-face-uri\":case \"font-face-format\":case \"font-face-name\":case \"missing-glyph\":return!1;default:return!0}}var qd=Mb.html;function rd(a,b){a=9===a.nodeType||11===a.nodeType?a:a.ownerDocument;var c=cc(a);b=wa[b];for(var d=0;d<b.length;d++)uc(b[d],a,c)}function sd(){}\nfunction td(a){a=a||(\"undefined\"!==typeof document?document:void 0);if(\"undefined\"===typeof a)return null;try{return a.activeElement||a.body}catch(b){return a.body}}function ud(a){for(;a&&a.firstChild;)a=a.firstChild;return a}function vd(a,b){var c=ud(a);a=0;for(var d;c;){if(3===c.nodeType){d=a+c.textContent.length;if(a<=b&&d>=b)return{node:c,offset:b-a};a=d}a:{for(;c;){if(c.nextSibling){c=c.nextSibling;break a}c=c.parentNode}c=void 0}c=ud(c)}}\nfunction wd(a,b){return a&&b?a===b?!0:a&&3===a.nodeType?!1:b&&3===b.nodeType?wd(a,b.parentNode):\"contains\"in a?a.contains(b):a.compareDocumentPosition?!!(a.compareDocumentPosition(b)&16):!1:!1}function xd(){for(var a=window,b=td();b instanceof a.HTMLIFrameElement;){try{var c=\"string\"===typeof b.contentWindow.location.href}catch(d){c=!1}if(c)a=b.contentWindow;else break;b=td(a.document)}return b}\nfunction yd(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return b&&(\"input\"===b&&(\"text\"===a.type||\"search\"===a.type||\"tel\"===a.type||\"url\"===a.type||\"password\"===a.type)||\"textarea\"===b||\"true\"===a.contentEditable)}var zd=\"$\",Ad=\"/$\",Bd=\"$?\",Cd=\"$!\",Dd=null,Ed=null;function Fd(a,b){switch(a){case \"button\":case \"input\":case \"select\":case \"textarea\":return!!b.autoFocus}return!1}\nfunction Gd(a,b){return\"textarea\"===a||\"option\"===a||\"noscript\"===a||\"string\"===typeof b.children||\"number\"===typeof b.children||\"object\"===typeof b.dangerouslySetInnerHTML&&null!==b.dangerouslySetInnerHTML&&null!=b.dangerouslySetInnerHTML.__html}var Hd=\"function\"===typeof setTimeout?setTimeout:void 0,Id=\"function\"===typeof clearTimeout?clearTimeout:void 0;function Jd(a){for(;null!=a;a=a.nextSibling){var b=a.nodeType;if(1===b||3===b)break}return a}\nfunction Kd(a){a=a.previousSibling;for(var b=0;a;){if(8===a.nodeType){var c=a.data;if(c===zd||c===Cd||c===Bd){if(0===b)return a;b--}else c===Ad&&b++}a=a.previousSibling}return null}var Ld=Math.random().toString(36).slice(2),Md=\"__reactInternalInstance$\"+Ld,Nd=\"__reactEventHandlers$\"+Ld,Od=\"__reactContainere$\"+Ld;\nfunction tc(a){var b=a[Md];if(b)return b;for(var c=a.parentNode;c;){if(b=c[Od]||c[Md]){c=b.alternate;if(null!==b.child||null!==c&&null!==c.child)for(a=Kd(a);null!==a;){if(c=a[Md])return c;a=Kd(a)}return b}a=c;c=a.parentNode}return null}function Nc(a){a=a[Md]||a[Od];return!a||5!==a.tag&&6!==a.tag&&13!==a.tag&&3!==a.tag?null:a}function Pd(a){if(5===a.tag||6===a.tag)return a.stateNode;throw Error(u(33));}function Qd(a){return a[Nd]||null}\nfunction Rd(a){do a=a.return;while(a&&5!==a.tag);return a?a:null}\nfunction Sd(a,b){var c=a.stateNode;if(!c)return null;var d=la(c);if(!d)return null;c=d[b];a:switch(b){case \"onClick\":case \"onClickCapture\":case \"onDoubleClick\":case \"onDoubleClickCapture\":case \"onMouseDown\":case \"onMouseDownCapture\":case \"onMouseMove\":case \"onMouseMoveCapture\":case \"onMouseUp\":case \"onMouseUpCapture\":case \"onMouseEnter\":(d=!d.disabled)||(a=a.type,d=!(\"button\"===a||\"input\"===a||\"select\"===a||\"textarea\"===a));a=!d;break a;default:a=!1}if(a)return null;if(c&&\"function\"!==typeof c)throw Error(u(231,\nb,typeof c));return c}function Td(a,b,c){if(b=Sd(a,c.dispatchConfig.phasedRegistrationNames[b]))c._dispatchListeners=ic(c._dispatchListeners,b),c._dispatchInstances=ic(c._dispatchInstances,a)}function Ud(a){if(a&&a.dispatchConfig.phasedRegistrationNames){for(var b=a._targetInst,c=[];b;)c.push(b),b=Rd(b);for(b=c.length;0<b--;)Td(c[b],\"captured\",a);for(b=0;b<c.length;b++)Td(c[b],\"bubbled\",a)}}\nfunction Vd(a,b,c){a&&c&&c.dispatchConfig.registrationName&&(b=Sd(a,c.dispatchConfig.registrationName))&&(c._dispatchListeners=ic(c._dispatchListeners,b),c._dispatchInstances=ic(c._dispatchInstances,a))}function Wd(a){a&&a.dispatchConfig.registrationName&&Vd(a._targetInst,null,a)}function Xd(a){jc(a,Ud)}var Yd=null,Zd=null,$d=null;\nfunction ae(){if($d)return $d;var a,b=Zd,c=b.length,d,e=\"value\"in Yd?Yd.value:Yd.textContent,f=e.length;for(a=0;a<c&&b[a]===e[a];a++);var g=c-a;for(d=1;d<=g&&b[c-d]===e[f-d];d++);return $d=e.slice(a,1<d?1-d:void 0)}function be(){return!0}function ce(){return!1}\nfunction G(a,b,c,d){this.dispatchConfig=a;this._targetInst=b;this.nativeEvent=c;a=this.constructor.Interface;for(var e in a)a.hasOwnProperty(e)&&((b=a[e])?this[e]=b(c):\"target\"===e?this.target=d:this[e]=c[e]);this.isDefaultPrevented=(null!=c.defaultPrevented?c.defaultPrevented:!1===c.returnValue)?be:ce;this.isPropagationStopped=ce;return this}\nn(G.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():\"unknown\"!==typeof a.returnValue&&(a.returnValue=!1),this.isDefaultPrevented=be)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():\"unknown\"!==typeof a.cancelBubble&&(a.cancelBubble=!0),this.isPropagationStopped=be)},persist:function(){this.isPersistent=be},isPersistent:ce,destructor:function(){var a=this.constructor.Interface,\nb;for(b in a)this[b]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null;this.isPropagationStopped=this.isDefaultPrevented=ce;this._dispatchInstances=this._dispatchListeners=null}});G.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(a){return a.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};\nG.extend=function(a){function b(){}function c(){return d.apply(this,arguments)}var d=this;b.prototype=d.prototype;var e=new b;n(e,c.prototype);c.prototype=e;c.prototype.constructor=c;c.Interface=n({},d.Interface,a);c.extend=d.extend;de(c);return c};de(G);function ee(a,b,c,d){if(this.eventPool.length){var e=this.eventPool.pop();this.call(e,a,b,c,d);return e}return new this(a,b,c,d)}\nfunction fe(a){if(!(a instanceof this))throw Error(u(279));a.destructor();10>this.eventPool.length&&this.eventPool.push(a)}function de(a){a.eventPool=[];a.getPooled=ee;a.release=fe}var ge=G.extend({data:null}),he=G.extend({data:null}),ie=[9,13,27,32],je=ya&&\"CompositionEvent\"in window,ke=null;ya&&\"documentMode\"in document&&(ke=document.documentMode);\nvar le=ya&&\"TextEvent\"in window&&!ke,me=ya&&(!je||ke&&8<ke&&11>=ke),ne=String.fromCharCode(32),oe={beforeInput:{phasedRegistrationNames:{bubbled:\"onBeforeInput\",captured:\"onBeforeInputCapture\"},dependencies:[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]},compositionEnd:{phasedRegistrationNames:{bubbled:\"onCompositionEnd\",captured:\"onCompositionEndCapture\"},dependencies:\"blur compositionend keydown keypress keyup mousedown\".split(\" \")},compositionStart:{phasedRegistrationNames:{bubbled:\"onCompositionStart\",\ncaptured:\"onCompositionStartCapture\"},dependencies:\"blur compositionstart keydown keypress keyup mousedown\".split(\" \")},compositionUpdate:{phasedRegistrationNames:{bubbled:\"onCompositionUpdate\",captured:\"onCompositionUpdateCapture\"},dependencies:\"blur compositionupdate keydown keypress keyup mousedown\".split(\" \")}},pe=!1;\nfunction qe(a,b){switch(a){case \"keyup\":return-1!==ie.indexOf(b.keyCode);case \"keydown\":return 229!==b.keyCode;case \"keypress\":case \"mousedown\":case \"blur\":return!0;default:return!1}}function re(a){a=a.detail;return\"object\"===typeof a&&\"data\"in a?a.data:null}var se=!1;function te(a,b){switch(a){case \"compositionend\":return re(b);case \"keypress\":if(32!==b.which)return null;pe=!0;return ne;case \"textInput\":return a=b.data,a===ne&&pe?null:a;default:return null}}\nfunction ue(a,b){if(se)return\"compositionend\"===a||!je&&qe(a,b)?(a=ae(),$d=Zd=Yd=null,se=!1,a):null;switch(a){case \"paste\":return null;case \"keypress\":if(!(b.ctrlKey||b.altKey||b.metaKey)||b.ctrlKey&&b.altKey){if(b.char&&1<b.char.length)return b.char;if(b.which)return String.fromCharCode(b.which)}return null;case \"compositionend\":return me&&\"ko\"!==b.locale?null:b.data;default:return null}}\nvar ve={eventTypes:oe,extractEvents:function(a,b,c,d){var e;if(je)b:{switch(a){case \"compositionstart\":var f=oe.compositionStart;break b;case \"compositionend\":f=oe.compositionEnd;break b;case \"compositionupdate\":f=oe.compositionUpdate;break b}f=void 0}else se?qe(a,c)&&(f=oe.compositionEnd):\"keydown\"===a&&229===c.keyCode&&(f=oe.compositionStart);f?(me&&\"ko\"!==c.locale&&(se||f!==oe.compositionStart?f===oe.compositionEnd&&se&&(e=ae()):(Yd=d,Zd=\"value\"in Yd?Yd.value:Yd.textContent,se=!0)),f=ge.getPooled(f,\nb,c,d),e?f.data=e:(e=re(c),null!==e&&(f.data=e)),Xd(f),e=f):e=null;(a=le?te(a,c):ue(a,c))?(b=he.getPooled(oe.beforeInput,b,c,d),b.data=a,Xd(b)):b=null;return null===e?b:null===b?e:[e,b]}},we={color:!0,date:!0,datetime:!0,\"datetime-local\":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function xe(a){var b=a&&a.nodeName&&a.nodeName.toLowerCase();return\"input\"===b?!!we[a.type]:\"textarea\"===b?!0:!1}\nvar ye={change:{phasedRegistrationNames:{bubbled:\"onChange\",captured:\"onChangeCapture\"},dependencies:\"blur change click focus input keydown keyup selectionchange\".split(\" \")}};function ze(a,b,c){a=G.getPooled(ye.change,a,b,c);a.type=\"change\";Da(c);Xd(a);return a}var Ae=null,Be=null;function Ce(a){mc(a)}function De(a){var b=Pd(a);if(yb(b))return a}function Ee(a,b){if(\"change\"===a)return b}var Fe=!1;ya&&(Fe=oc(\"input\")&&(!document.documentMode||9<document.documentMode));\nfunction Ge(){Ae&&(Ae.detachEvent(\"onpropertychange\",He),Be=Ae=null)}function He(a){if(\"value\"===a.propertyName&&De(Be))if(a=ze(Be,a,nc(a)),Ja)mc(a);else{Ja=!0;try{Fa(Ce,a)}finally{Ja=!1,La()}}}function Ie(a,b,c){\"focus\"===a?(Ge(),Ae=b,Be=c,Ae.attachEvent(\"onpropertychange\",He)):\"blur\"===a&&Ge()}function Je(a){if(\"selectionchange\"===a||\"keyup\"===a||\"keydown\"===a)return De(Be)}function Ke(a,b){if(\"click\"===a)return De(b)}function Le(a,b){if(\"input\"===a||\"change\"===a)return De(b)}\nvar Me={eventTypes:ye,_isInputEventSupported:Fe,extractEvents:function(a,b,c,d){var e=b?Pd(b):window,f=e.nodeName&&e.nodeName.toLowerCase();if(\"select\"===f||\"input\"===f&&\"file\"===e.type)var g=Ee;else if(xe(e))if(Fe)g=Le;else{g=Je;var h=Ie}else(f=e.nodeName)&&\"input\"===f.toLowerCase()&&(\"checkbox\"===e.type||\"radio\"===e.type)&&(g=Ke);if(g&&(g=g(a,b)))return ze(g,c,d);h&&h(a,e,b);\"blur\"===a&&(a=e._wrapperState)&&a.controlled&&\"number\"===e.type&&Db(e,\"number\",e.value)}},Ne=G.extend({view:null,detail:null}),\nOe={Alt:\"altKey\",Control:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"};function Pe(a){var b=this.nativeEvent;return b.getModifierState?b.getModifierState(a):(a=Oe[a])?!!b[a]:!1}function Qe(){return Pe}\nvar Re=0,Se=0,Te=!1,Ue=!1,Ve=Ne.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Qe,button:null,buttons:null,relatedTarget:function(a){return a.relatedTarget||(a.fromElement===a.srcElement?a.toElement:a.fromElement)},movementX:function(a){if(\"movementX\"in a)return a.movementX;var b=Re;Re=a.screenX;return Te?\"mousemove\"===a.type?a.screenX-b:0:(Te=!0,0)},movementY:function(a){if(\"movementY\"in a)return a.movementY;\nvar b=Se;Se=a.screenY;return Ue?\"mousemove\"===a.type?a.screenY-b:0:(Ue=!0,0)}}),We=Ve.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Xe={mouseEnter:{registrationName:\"onMouseEnter\",dependencies:[\"mouseout\",\"mouseover\"]},mouseLeave:{registrationName:\"onMouseLeave\",dependencies:[\"mouseout\",\"mouseover\"]},pointerEnter:{registrationName:\"onPointerEnter\",dependencies:[\"pointerout\",\"pointerover\"]},pointerLeave:{registrationName:\"onPointerLeave\",\ndependencies:[\"pointerout\",\"pointerover\"]}},Ye={eventTypes:Xe,extractEvents:function(a,b,c,d,e){var f=\"mouseover\"===a||\"pointerover\"===a,g=\"mouseout\"===a||\"pointerout\"===a;if(f&&0===(e&32)&&(c.relatedTarget||c.fromElement)||!g&&!f)return null;f=d.window===d?d:(f=d.ownerDocument)?f.defaultView||f.parentWindow:window;if(g){if(g=b,b=(b=c.relatedTarget||c.toElement)?tc(b):null,null!==b){var h=dc(b);if(b!==h||5!==b.tag&&6!==b.tag)b=null}}else g=null;if(g===b)return null;if(\"mouseout\"===a||\"mouseover\"===\na){var k=Ve;var l=Xe.mouseLeave;var m=Xe.mouseEnter;var p=\"mouse\"}else if(\"pointerout\"===a||\"pointerover\"===a)k=We,l=Xe.pointerLeave,m=Xe.pointerEnter,p=\"pointer\";a=null==g?f:Pd(g);f=null==b?f:Pd(b);l=k.getPooled(l,g,c,d);l.type=p+\"leave\";l.target=a;l.relatedTarget=f;c=k.getPooled(m,b,c,d);c.type=p+\"enter\";c.target=f;c.relatedTarget=a;d=g;p=b;if(d&&p)a:{k=d;m=p;g=0;for(a=k;a;a=Rd(a))g++;a=0;for(b=m;b;b=Rd(b))a++;for(;0<g-a;)k=Rd(k),g--;for(;0<a-g;)m=Rd(m),a--;for(;g--;){if(k===m||k===m.alternate)break a;\nk=Rd(k);m=Rd(m)}k=null}else k=null;m=k;for(k=[];d&&d!==m;){g=d.alternate;if(null!==g&&g===m)break;k.push(d);d=Rd(d)}for(d=[];p&&p!==m;){g=p.alternate;if(null!==g&&g===m)break;d.push(p);p=Rd(p)}for(p=0;p<k.length;p++)Vd(k[p],\"bubbled\",l);for(p=d.length;0<p--;)Vd(d[p],\"captured\",c);return 0===(e&64)?[l]:[l,c]}};function Ze(a,b){return a===b&&(0!==a||1/a===1/b)||a!==a&&b!==b}var $e=\"function\"===typeof Object.is?Object.is:Ze,af=Object.prototype.hasOwnProperty;\nfunction bf(a,b){if($e(a,b))return!0;if(\"object\"!==typeof a||null===a||\"object\"!==typeof b||null===b)return!1;var c=Object.keys(a),d=Object.keys(b);if(c.length!==d.length)return!1;for(d=0;d<c.length;d++)if(!af.call(b,c[d])||!$e(a[c[d]],b[c[d]]))return!1;return!0}\nvar cf=ya&&\"documentMode\"in document&&11>=document.documentMode,df={select:{phasedRegistrationNames:{bubbled:\"onSelect\",captured:\"onSelectCapture\"},dependencies:\"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange\".split(\" \")}},ef=null,ff=null,gf=null,hf=!1;\nfunction jf(a,b){var c=b.window===b?b.document:9===b.nodeType?b:b.ownerDocument;if(hf||null==ef||ef!==td(c))return null;c=ef;\"selectionStart\"in c&&yd(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset});return gf&&bf(gf,c)?null:(gf=c,a=G.getPooled(df.select,ff,a,b),a.type=\"select\",a.target=ef,Xd(a),a)}\nvar kf={eventTypes:df,extractEvents:function(a,b,c,d,e,f){e=f||(d.window===d?d.document:9===d.nodeType?d:d.ownerDocument);if(!(f=!e)){a:{e=cc(e);f=wa.onSelect;for(var g=0;g<f.length;g++)if(!e.has(f[g])){e=!1;break a}e=!0}f=!e}if(f)return null;e=b?Pd(b):window;switch(a){case \"focus\":if(xe(e)||\"true\"===e.contentEditable)ef=e,ff=b,gf=null;break;case \"blur\":gf=ff=ef=null;break;case \"mousedown\":hf=!0;break;case \"contextmenu\":case \"mouseup\":case \"dragend\":return hf=!1,jf(c,d);case \"selectionchange\":if(cf)break;\ncase \"keydown\":case \"keyup\":return jf(c,d)}return null}},lf=G.extend({animationName:null,elapsedTime:null,pseudoElement:null}),mf=G.extend({clipboardData:function(a){return\"clipboardData\"in a?a.clipboardData:window.clipboardData}}),nf=Ne.extend({relatedTarget:null});function of(a){var b=a.keyCode;\"charCode\"in a?(a=a.charCode,0===a&&13===b&&(a=13)):a=b;10===a&&(a=13);return 32<=a||13===a?a:0}\nvar pf={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",MozPrintableKey:\"Unidentified\"},qf={8:\"Backspace\",9:\"Tab\",12:\"Clear\",13:\"Enter\",16:\"Shift\",17:\"Control\",18:\"Alt\",19:\"Pause\",20:\"CapsLock\",27:\"Escape\",32:\" \",33:\"PageUp\",34:\"PageDown\",35:\"End\",36:\"Home\",37:\"ArrowLeft\",38:\"ArrowUp\",39:\"ArrowRight\",40:\"ArrowDown\",45:\"Insert\",46:\"Delete\",112:\"F1\",113:\"F2\",114:\"F3\",115:\"F4\",\n116:\"F5\",117:\"F6\",118:\"F7\",119:\"F8\",120:\"F9\",121:\"F10\",122:\"F11\",123:\"F12\",144:\"NumLock\",145:\"ScrollLock\",224:\"Meta\"},rf=Ne.extend({key:function(a){if(a.key){var b=pf[a.key]||a.key;if(\"Unidentified\"!==b)return b}return\"keypress\"===a.type?(a=of(a),13===a?\"Enter\":String.fromCharCode(a)):\"keydown\"===a.type||\"keyup\"===a.type?qf[a.keyCode]||\"Unidentified\":\"\"},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Qe,charCode:function(a){return\"keypress\"===\na.type?of(a):0},keyCode:function(a){return\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0},which:function(a){return\"keypress\"===a.type?of(a):\"keydown\"===a.type||\"keyup\"===a.type?a.keyCode:0}}),sf=Ve.extend({dataTransfer:null}),tf=Ne.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Qe}),uf=G.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),vf=Ve.extend({deltaX:function(a){return\"deltaX\"in a?a.deltaX:\"wheelDeltaX\"in\na?-a.wheelDeltaX:0},deltaY:function(a){return\"deltaY\"in a?a.deltaY:\"wheelDeltaY\"in a?-a.wheelDeltaY:\"wheelDelta\"in a?-a.wheelDelta:0},deltaZ:null,deltaMode:null}),wf={eventTypes:Wc,extractEvents:function(a,b,c,d){var e=Yc.get(a);if(!e)return null;switch(a){case \"keypress\":if(0===of(c))return null;case \"keydown\":case \"keyup\":a=rf;break;case \"blur\":case \"focus\":a=nf;break;case \"click\":if(2===c.button)return null;case \"auxclick\":case \"dblclick\":case \"mousedown\":case \"mousemove\":case \"mouseup\":case \"mouseout\":case \"mouseover\":case \"contextmenu\":a=\nVe;break;case \"drag\":case \"dragend\":case \"dragenter\":case \"dragexit\":case \"dragleave\":case \"dragover\":case \"dragstart\":case \"drop\":a=sf;break;case \"touchcancel\":case \"touchend\":case \"touchmove\":case \"touchstart\":a=tf;break;case Xb:case Yb:case Zb:a=lf;break;case $b:a=uf;break;case \"scroll\":a=Ne;break;case \"wheel\":a=vf;break;case \"copy\":case \"cut\":case \"paste\":a=mf;break;case \"gotpointercapture\":case \"lostpointercapture\":case \"pointercancel\":case \"pointerdown\":case \"pointermove\":case \"pointerout\":case \"pointerover\":case \"pointerup\":a=\nWe;break;default:a=G}b=a.getPooled(e,b,c,d);Xd(b);return b}};if(pa)throw Error(u(101));pa=Array.prototype.slice.call(\"ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin\".split(\" \"));ra();var xf=Nc;la=Qd;ma=xf;na=Pd;xa({SimpleEventPlugin:wf,EnterLeaveEventPlugin:Ye,ChangeEventPlugin:Me,SelectEventPlugin:kf,BeforeInputEventPlugin:ve});var yf=[],zf=-1;function H(a){0>zf||(a.current=yf[zf],yf[zf]=null,zf--)}\nfunction I(a,b){zf++;yf[zf]=a.current;a.current=b}var Af={},J={current:Af},K={current:!1},Bf=Af;function Cf(a,b){var c=a.type.contextTypes;if(!c)return Af;var d=a.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===b)return d.__reactInternalMemoizedMaskedChildContext;var e={},f;for(f in c)e[f]=b[f];d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=b,a.__reactInternalMemoizedMaskedChildContext=e);return e}function L(a){a=a.childContextTypes;return null!==a&&void 0!==a}\nfunction Df(){H(K);H(J)}function Ef(a,b,c){if(J.current!==Af)throw Error(u(168));I(J,b);I(K,c)}function Ff(a,b,c){var d=a.stateNode;a=b.childContextTypes;if(\"function\"!==typeof d.getChildContext)return c;d=d.getChildContext();for(var e in d)if(!(e in a))throw Error(u(108,pb(b)||\"Unknown\",e));return n({},c,{},d)}function Gf(a){a=(a=a.stateNode)&&a.__reactInternalMemoizedMergedChildContext||Af;Bf=J.current;I(J,a);I(K,K.current);return!0}\nfunction Hf(a,b,c){var d=a.stateNode;if(!d)throw Error(u(169));c?(a=Ff(a,b,Bf),d.__reactInternalMemoizedMergedChildContext=a,H(K),H(J),I(J,a)):H(K);I(K,c)}\nvar If=r.unstable_runWithPriority,Jf=r.unstable_scheduleCallback,Kf=r.unstable_cancelCallback,Lf=r.unstable_requestPaint,Mf=r.unstable_now,Nf=r.unstable_getCurrentPriorityLevel,Of=r.unstable_ImmediatePriority,Pf=r.unstable_UserBlockingPriority,Qf=r.unstable_NormalPriority,Rf=r.unstable_LowPriority,Sf=r.unstable_IdlePriority,Tf={},Uf=r.unstable_shouldYield,Vf=void 0!==Lf?Lf:function(){},Wf=null,Xf=null,Yf=!1,Zf=Mf(),$f=1E4>Zf?Mf:function(){return Mf()-Zf};\nfunction ag(){switch(Nf()){case Of:return 99;case Pf:return 98;case Qf:return 97;case Rf:return 96;case Sf:return 95;default:throw Error(u(332));}}function bg(a){switch(a){case 99:return Of;case 98:return Pf;case 97:return Qf;case 96:return Rf;case 95:return Sf;default:throw Error(u(332));}}function cg(a,b){a=bg(a);return If(a,b)}function dg(a,b,c){a=bg(a);return Jf(a,b,c)}function eg(a){null===Wf?(Wf=[a],Xf=Jf(Of,fg)):Wf.push(a);return Tf}function gg(){if(null!==Xf){var a=Xf;Xf=null;Kf(a)}fg()}\nfunction fg(){if(!Yf&&null!==Wf){Yf=!0;var a=0;try{var b=Wf;cg(99,function(){for(;a<b.length;a++){var c=b[a];do c=c(!0);while(null!==c)}});Wf=null}catch(c){throw null!==Wf&&(Wf=Wf.slice(a+1)),Jf(Of,gg),c;}finally{Yf=!1}}}function hg(a,b,c){c/=10;return 1073741821-(((1073741821-a+b/10)/c|0)+1)*c}function ig(a,b){if(a&&a.defaultProps){b=n({},b);a=a.defaultProps;for(var c in a)void 0===b[c]&&(b[c]=a[c])}return b}var jg={current:null},kg=null,lg=null,mg=null;function ng(){mg=lg=kg=null}\nfunction og(a){var b=jg.current;H(jg);a.type._context._currentValue=b}function pg(a,b){for(;null!==a;){var c=a.alternate;if(a.childExpirationTime<b)a.childExpirationTime=b,null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);else if(null!==c&&c.childExpirationTime<b)c.childExpirationTime=b;else break;a=a.return}}function qg(a,b){kg=a;mg=lg=null;a=a.dependencies;null!==a&&null!==a.firstContext&&(a.expirationTime>=b&&(rg=!0),a.firstContext=null)}\nfunction sg(a,b){if(mg!==a&&!1!==b&&0!==b){if(\"number\"!==typeof b||1073741823===b)mg=a,b=1073741823;b={context:a,observedBits:b,next:null};if(null===lg){if(null===kg)throw Error(u(308));lg=b;kg.dependencies={expirationTime:0,firstContext:b,responders:null}}else lg=lg.next=b}return a._currentValue}var tg=!1;function ug(a){a.updateQueue={baseState:a.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}\nfunction vg(a,b){a=a.updateQueue;b.updateQueue===a&&(b.updateQueue={baseState:a.baseState,baseQueue:a.baseQueue,shared:a.shared,effects:a.effects})}function wg(a,b){a={expirationTime:a,suspenseConfig:b,tag:0,payload:null,callback:null,next:null};return a.next=a}function xg(a,b){a=a.updateQueue;if(null!==a){a=a.shared;var c=a.pending;null===c?b.next=b:(b.next=c.next,c.next=b);a.pending=b}}\nfunction yg(a,b){var c=a.alternate;null!==c&&vg(c,a);a=a.updateQueue;c=a.baseQueue;null===c?(a.baseQueue=b.next=b,b.next=b):(b.next=c.next,c.next=b)}\nfunction zg(a,b,c,d){var e=a.updateQueue;tg=!1;var f=e.baseQueue,g=e.shared.pending;if(null!==g){if(null!==f){var h=f.next;f.next=g.next;g.next=h}f=g;e.shared.pending=null;h=a.alternate;null!==h&&(h=h.updateQueue,null!==h&&(h.baseQueue=g))}if(null!==f){h=f.next;var k=e.baseState,l=0,m=null,p=null,x=null;if(null!==h){var z=h;do{g=z.expirationTime;if(g<d){var ca={expirationTime:z.expirationTime,suspenseConfig:z.suspenseConfig,tag:z.tag,payload:z.payload,callback:z.callback,next:null};null===x?(p=x=\nca,m=k):x=x.next=ca;g>l&&(l=g)}else{null!==x&&(x=x.next={expirationTime:1073741823,suspenseConfig:z.suspenseConfig,tag:z.tag,payload:z.payload,callback:z.callback,next:null});Ag(g,z.suspenseConfig);a:{var D=a,t=z;g=b;ca=c;switch(t.tag){case 1:D=t.payload;if(\"function\"===typeof D){k=D.call(ca,k,g);break a}k=D;break a;case 3:D.effectTag=D.effectTag&-4097|64;case 0:D=t.payload;g=\"function\"===typeof D?D.call(ca,k,g):D;if(null===g||void 0===g)break a;k=n({},k,g);break a;case 2:tg=!0}}null!==z.callback&&\n(a.effectTag|=32,g=e.effects,null===g?e.effects=[z]:g.push(z))}z=z.next;if(null===z||z===h)if(g=e.shared.pending,null===g)break;else z=f.next=g.next,g.next=h,e.baseQueue=f=g,e.shared.pending=null}while(1)}null===x?m=k:x.next=p;e.baseState=m;e.baseQueue=x;Bg(l);a.expirationTime=l;a.memoizedState=k}}\nfunction Cg(a,b,c){a=b.effects;b.effects=null;if(null!==a)for(b=0;b<a.length;b++){var d=a[b],e=d.callback;if(null!==e){d.callback=null;d=e;e=c;if(\"function\"!==typeof d)throw Error(u(191,d));d.call(e)}}}var Dg=Wa.ReactCurrentBatchConfig,Eg=(new aa.Component).refs;function Fg(a,b,c,d){b=a.memoizedState;c=c(d,b);c=null===c||void 0===c?b:n({},b,c);a.memoizedState=c;0===a.expirationTime&&(a.updateQueue.baseState=c)}\nvar Jg={isMounted:function(a){return(a=a._reactInternalFiber)?dc(a)===a:!1},enqueueSetState:function(a,b,c){a=a._reactInternalFiber;var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e=wg(d,e);e.payload=b;void 0!==c&&null!==c&&(e.callback=c);xg(a,e);Ig(a,d)},enqueueReplaceState:function(a,b,c){a=a._reactInternalFiber;var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e=wg(d,e);e.tag=1;e.payload=b;void 0!==c&&null!==c&&(e.callback=c);xg(a,e);Ig(a,d)},enqueueForceUpdate:function(a,b){a=a._reactInternalFiber;var c=Gg(),d=Dg.suspense;\nc=Hg(c,a,d);d=wg(c,d);d.tag=2;void 0!==b&&null!==b&&(d.callback=b);xg(a,d);Ig(a,c)}};function Kg(a,b,c,d,e,f,g){a=a.stateNode;return\"function\"===typeof a.shouldComponentUpdate?a.shouldComponentUpdate(d,f,g):b.prototype&&b.prototype.isPureReactComponent?!bf(c,d)||!bf(e,f):!0}\nfunction Lg(a,b,c){var d=!1,e=Af;var f=b.contextType;\"object\"===typeof f&&null!==f?f=sg(f):(e=L(b)?Bf:J.current,d=b.contextTypes,f=(d=null!==d&&void 0!==d)?Cf(a,e):Af);b=new b(c,f);a.memoizedState=null!==b.state&&void 0!==b.state?b.state:null;b.updater=Jg;a.stateNode=b;b._reactInternalFiber=a;d&&(a=a.stateNode,a.__reactInternalMemoizedUnmaskedChildContext=e,a.__reactInternalMemoizedMaskedChildContext=f);return b}\nfunction Mg(a,b,c,d){a=b.state;\"function\"===typeof b.componentWillReceiveProps&&b.componentWillReceiveProps(c,d);\"function\"===typeof b.UNSAFE_componentWillReceiveProps&&b.UNSAFE_componentWillReceiveProps(c,d);b.state!==a&&Jg.enqueueReplaceState(b,b.state,null)}\nfunction Ng(a,b,c,d){var e=a.stateNode;e.props=c;e.state=a.memoizedState;e.refs=Eg;ug(a);var f=b.contextType;\"object\"===typeof f&&null!==f?e.context=sg(f):(f=L(b)?Bf:J.current,e.context=Cf(a,f));zg(a,c,e,d);e.state=a.memoizedState;f=b.getDerivedStateFromProps;\"function\"===typeof f&&(Fg(a,b,f,c),e.state=a.memoizedState);\"function\"===typeof b.getDerivedStateFromProps||\"function\"===typeof e.getSnapshotBeforeUpdate||\"function\"!==typeof e.UNSAFE_componentWillMount&&\"function\"!==typeof e.componentWillMount||\n(b=e.state,\"function\"===typeof e.componentWillMount&&e.componentWillMount(),\"function\"===typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),b!==e.state&&Jg.enqueueReplaceState(e,e.state,null),zg(a,c,e,d),e.state=a.memoizedState);\"function\"===typeof e.componentDidMount&&(a.effectTag|=4)}var Og=Array.isArray;\nfunction Pg(a,b,c){a=c.ref;if(null!==a&&\"function\"!==typeof a&&\"object\"!==typeof a){if(c._owner){c=c._owner;if(c){if(1!==c.tag)throw Error(u(309));var d=c.stateNode}if(!d)throw Error(u(147,a));var e=\"\"+a;if(null!==b&&null!==b.ref&&\"function\"===typeof b.ref&&b.ref._stringRef===e)return b.ref;b=function(a){var b=d.refs;b===Eg&&(b=d.refs={});null===a?delete b[e]:b[e]=a};b._stringRef=e;return b}if(\"string\"!==typeof a)throw Error(u(284));if(!c._owner)throw Error(u(290,a));}return a}\nfunction Qg(a,b){if(\"textarea\"!==a.type)throw Error(u(31,\"[object Object]\"===Object.prototype.toString.call(b)?\"object with keys {\"+Object.keys(b).join(\", \")+\"}\":b,\"\"));}\nfunction Rg(a){function b(b,c){if(a){var d=b.lastEffect;null!==d?(d.nextEffect=c,b.lastEffect=c):b.firstEffect=b.lastEffect=c;c.nextEffect=null;c.effectTag=8}}function c(c,d){if(!a)return null;for(;null!==d;)b(c,d),d=d.sibling;return null}function d(a,b){for(a=new Map;null!==b;)null!==b.key?a.set(b.key,b):a.set(b.index,b),b=b.sibling;return a}function e(a,b){a=Sg(a,b);a.index=0;a.sibling=null;return a}function f(b,c,d){b.index=d;if(!a)return c;d=b.alternate;if(null!==d)return d=d.index,d<c?(b.effectTag=\n2,c):d;b.effectTag=2;return c}function g(b){a&&null===b.alternate&&(b.effectTag=2);return b}function h(a,b,c,d){if(null===b||6!==b.tag)return b=Tg(c,a.mode,d),b.return=a,b;b=e(b,c);b.return=a;return b}function k(a,b,c,d){if(null!==b&&b.elementType===c.type)return d=e(b,c.props),d.ref=Pg(a,b,c),d.return=a,d;d=Ug(c.type,c.key,c.props,null,a.mode,d);d.ref=Pg(a,b,c);d.return=a;return d}function l(a,b,c,d){if(null===b||4!==b.tag||b.stateNode.containerInfo!==c.containerInfo||b.stateNode.implementation!==\nc.implementation)return b=Vg(c,a.mode,d),b.return=a,b;b=e(b,c.children||[]);b.return=a;return b}function m(a,b,c,d,f){if(null===b||7!==b.tag)return b=Wg(c,a.mode,d,f),b.return=a,b;b=e(b,c);b.return=a;return b}function p(a,b,c){if(\"string\"===typeof b||\"number\"===typeof b)return b=Tg(\"\"+b,a.mode,c),b.return=a,b;if(\"object\"===typeof b&&null!==b){switch(b.$$typeof){case Za:return c=Ug(b.type,b.key,b.props,null,a.mode,c),c.ref=Pg(a,null,b),c.return=a,c;case $a:return b=Vg(b,a.mode,c),b.return=a,b}if(Og(b)||\nnb(b))return b=Wg(b,a.mode,c,null),b.return=a,b;Qg(a,b)}return null}function x(a,b,c,d){var e=null!==b?b.key:null;if(\"string\"===typeof c||\"number\"===typeof c)return null!==e?null:h(a,b,\"\"+c,d);if(\"object\"===typeof c&&null!==c){switch(c.$$typeof){case Za:return c.key===e?c.type===ab?m(a,b,c.props.children,d,e):k(a,b,c,d):null;case $a:return c.key===e?l(a,b,c,d):null}if(Og(c)||nb(c))return null!==e?null:m(a,b,c,d,null);Qg(a,c)}return null}function z(a,b,c,d,e){if(\"string\"===typeof d||\"number\"===typeof d)return a=\na.get(c)||null,h(b,a,\"\"+d,e);if(\"object\"===typeof d&&null!==d){switch(d.$$typeof){case Za:return a=a.get(null===d.key?c:d.key)||null,d.type===ab?m(b,a,d.props.children,e,d.key):k(b,a,d,e);case $a:return a=a.get(null===d.key?c:d.key)||null,l(b,a,d,e)}if(Og(d)||nb(d))return a=a.get(c)||null,m(b,a,d,e,null);Qg(b,d)}return null}function ca(e,g,h,k){for(var l=null,t=null,m=g,y=g=0,A=null;null!==m&&y<h.length;y++){m.index>y?(A=m,m=null):A=m.sibling;var q=x(e,m,h[y],k);if(null===q){null===m&&(m=A);break}a&&\nm&&null===q.alternate&&b(e,m);g=f(q,g,y);null===t?l=q:t.sibling=q;t=q;m=A}if(y===h.length)return c(e,m),l;if(null===m){for(;y<h.length;y++)m=p(e,h[y],k),null!==m&&(g=f(m,g,y),null===t?l=m:t.sibling=m,t=m);return l}for(m=d(e,m);y<h.length;y++)A=z(m,e,y,h[y],k),null!==A&&(a&&null!==A.alternate&&m.delete(null===A.key?y:A.key),g=f(A,g,y),null===t?l=A:t.sibling=A,t=A);a&&m.forEach(function(a){return b(e,a)});return l}function D(e,g,h,l){var k=nb(h);if(\"function\"!==typeof k)throw Error(u(150));h=k.call(h);\nif(null==h)throw Error(u(151));for(var m=k=null,t=g,y=g=0,A=null,q=h.next();null!==t&&!q.done;y++,q=h.next()){t.index>y?(A=t,t=null):A=t.sibling;var D=x(e,t,q.value,l);if(null===D){null===t&&(t=A);break}a&&t&&null===D.alternate&&b(e,t);g=f(D,g,y);null===m?k=D:m.sibling=D;m=D;t=A}if(q.done)return c(e,t),k;if(null===t){for(;!q.done;y++,q=h.next())q=p(e,q.value,l),null!==q&&(g=f(q,g,y),null===m?k=q:m.sibling=q,m=q);return k}for(t=d(e,t);!q.done;y++,q=h.next())q=z(t,e,y,q.value,l),null!==q&&(a&&null!==\nq.alternate&&t.delete(null===q.key?y:q.key),g=f(q,g,y),null===m?k=q:m.sibling=q,m=q);a&&t.forEach(function(a){return b(e,a)});return k}return function(a,d,f,h){var k=\"object\"===typeof f&&null!==f&&f.type===ab&&null===f.key;k&&(f=f.props.children);var l=\"object\"===typeof f&&null!==f;if(l)switch(f.$$typeof){case Za:a:{l=f.key;for(k=d;null!==k;){if(k.key===l){switch(k.tag){case 7:if(f.type===ab){c(a,k.sibling);d=e(k,f.props.children);d.return=a;a=d;break a}break;default:if(k.elementType===f.type){c(a,\nk.sibling);d=e(k,f.props);d.ref=Pg(a,k,f);d.return=a;a=d;break a}}c(a,k);break}else b(a,k);k=k.sibling}f.type===ab?(d=Wg(f.props.children,a.mode,h,f.key),d.return=a,a=d):(h=Ug(f.type,f.key,f.props,null,a.mode,h),h.ref=Pg(a,d,f),h.return=a,a=h)}return g(a);case $a:a:{for(k=f.key;null!==d;){if(d.key===k)if(4===d.tag&&d.stateNode.containerInfo===f.containerInfo&&d.stateNode.implementation===f.implementation){c(a,d.sibling);d=e(d,f.children||[]);d.return=a;a=d;break a}else{c(a,d);break}else b(a,d);d=\nd.sibling}d=Vg(f,a.mode,h);d.return=a;a=d}return g(a)}if(\"string\"===typeof f||\"number\"===typeof f)return f=\"\"+f,null!==d&&6===d.tag?(c(a,d.sibling),d=e(d,f),d.return=a,a=d):(c(a,d),d=Tg(f,a.mode,h),d.return=a,a=d),g(a);if(Og(f))return ca(a,d,f,h);if(nb(f))return D(a,d,f,h);l&&Qg(a,f);if(\"undefined\"===typeof f&&!k)switch(a.tag){case 1:case 0:throw a=a.type,Error(u(152,a.displayName||a.name||\"Component\"));}return c(a,d)}}var Xg=Rg(!0),Yg=Rg(!1),Zg={},$g={current:Zg},ah={current:Zg},bh={current:Zg};\nfunction ch(a){if(a===Zg)throw Error(u(174));return a}function dh(a,b){I(bh,b);I(ah,a);I($g,Zg);a=b.nodeType;switch(a){case 9:case 11:b=(b=b.documentElement)?b.namespaceURI:Ob(null,\"\");break;default:a=8===a?b.parentNode:b,b=a.namespaceURI||null,a=a.tagName,b=Ob(b,a)}H($g);I($g,b)}function eh(){H($g);H(ah);H(bh)}function fh(a){ch(bh.current);var b=ch($g.current);var c=Ob(b,a.type);b!==c&&(I(ah,a),I($g,c))}function gh(a){ah.current===a&&(H($g),H(ah))}var M={current:0};\nfunction hh(a){for(var b=a;null!==b;){if(13===b.tag){var c=b.memoizedState;if(null!==c&&(c=c.dehydrated,null===c||c.data===Bd||c.data===Cd))return b}else if(19===b.tag&&void 0!==b.memoizedProps.revealOrder){if(0!==(b.effectTag&64))return b}else if(null!==b.child){b.child.return=b;b=b.child;continue}if(b===a)break;for(;null===b.sibling;){if(null===b.return||b.return===a)return null;b=b.return}b.sibling.return=b.return;b=b.sibling}return null}function ih(a,b){return{responder:a,props:b}}\nvar jh=Wa.ReactCurrentDispatcher,kh=Wa.ReactCurrentBatchConfig,lh=0,N=null,O=null,P=null,mh=!1;function Q(){throw Error(u(321));}function nh(a,b){if(null===b)return!1;for(var c=0;c<b.length&&c<a.length;c++)if(!$e(a[c],b[c]))return!1;return!0}\nfunction oh(a,b,c,d,e,f){lh=f;N=b;b.memoizedState=null;b.updateQueue=null;b.expirationTime=0;jh.current=null===a||null===a.memoizedState?ph:qh;a=c(d,e);if(b.expirationTime===lh){f=0;do{b.expirationTime=0;if(!(25>f))throw Error(u(301));f+=1;P=O=null;b.updateQueue=null;jh.current=rh;a=c(d,e)}while(b.expirationTime===lh)}jh.current=sh;b=null!==O&&null!==O.next;lh=0;P=O=N=null;mh=!1;if(b)throw Error(u(300));return a}\nfunction th(){var a={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};null===P?N.memoizedState=P=a:P=P.next=a;return P}function uh(){if(null===O){var a=N.alternate;a=null!==a?a.memoizedState:null}else a=O.next;var b=null===P?N.memoizedState:P.next;if(null!==b)P=b,O=a;else{if(null===a)throw Error(u(310));O=a;a={memoizedState:O.memoizedState,baseState:O.baseState,baseQueue:O.baseQueue,queue:O.queue,next:null};null===P?N.memoizedState=P=a:P=P.next=a}return P}\nfunction vh(a,b){return\"function\"===typeof b?b(a):b}\nfunction wh(a){var b=uh(),c=b.queue;if(null===c)throw Error(u(311));c.lastRenderedReducer=a;var d=O,e=d.baseQueue,f=c.pending;if(null!==f){if(null!==e){var g=e.next;e.next=f.next;f.next=g}d.baseQueue=e=f;c.pending=null}if(null!==e){e=e.next;d=d.baseState;var h=g=f=null,k=e;do{var l=k.expirationTime;if(l<lh){var m={expirationTime:k.expirationTime,suspenseConfig:k.suspenseConfig,action:k.action,eagerReducer:k.eagerReducer,eagerState:k.eagerState,next:null};null===h?(g=h=m,f=d):h=h.next=m;l>N.expirationTime&&\n(N.expirationTime=l,Bg(l))}else null!==h&&(h=h.next={expirationTime:1073741823,suspenseConfig:k.suspenseConfig,action:k.action,eagerReducer:k.eagerReducer,eagerState:k.eagerState,next:null}),Ag(l,k.suspenseConfig),d=k.eagerReducer===a?k.eagerState:a(d,k.action);k=k.next}while(null!==k&&k!==e);null===h?f=d:h.next=g;$e(d,b.memoizedState)||(rg=!0);b.memoizedState=d;b.baseState=f;b.baseQueue=h;c.lastRenderedState=d}return[b.memoizedState,c.dispatch]}\nfunction xh(a){var b=uh(),c=b.queue;if(null===c)throw Error(u(311));c.lastRenderedReducer=a;var d=c.dispatch,e=c.pending,f=b.memoizedState;if(null!==e){c.pending=null;var g=e=e.next;do f=a(f,g.action),g=g.next;while(g!==e);$e(f,b.memoizedState)||(rg=!0);b.memoizedState=f;null===b.baseQueue&&(b.baseState=f);c.lastRenderedState=f}return[f,d]}\nfunction yh(a){var b=th();\"function\"===typeof a&&(a=a());b.memoizedState=b.baseState=a;a=b.queue={pending:null,dispatch:null,lastRenderedReducer:vh,lastRenderedState:a};a=a.dispatch=zh.bind(null,N,a);return[b.memoizedState,a]}function Ah(a,b,c,d){a={tag:a,create:b,destroy:c,deps:d,next:null};b=N.updateQueue;null===b?(b={lastEffect:null},N.updateQueue=b,b.lastEffect=a.next=a):(c=b.lastEffect,null===c?b.lastEffect=a.next=a:(d=c.next,c.next=a,a.next=d,b.lastEffect=a));return a}\nfunction Bh(){return uh().memoizedState}function Ch(a,b,c,d){var e=th();N.effectTag|=a;e.memoizedState=Ah(1|b,c,void 0,void 0===d?null:d)}function Dh(a,b,c,d){var e=uh();d=void 0===d?null:d;var f=void 0;if(null!==O){var g=O.memoizedState;f=g.destroy;if(null!==d&&nh(d,g.deps)){Ah(b,c,f,d);return}}N.effectTag|=a;e.memoizedState=Ah(1|b,c,f,d)}function Eh(a,b){return Ch(516,4,a,b)}function Fh(a,b){return Dh(516,4,a,b)}function Gh(a,b){return Dh(4,2,a,b)}\nfunction Hh(a,b){if(\"function\"===typeof b)return a=a(),b(a),function(){b(null)};if(null!==b&&void 0!==b)return a=a(),b.current=a,function(){b.current=null}}function Ih(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Dh(4,2,Hh.bind(null,b,a),c)}function Jh(){}function Kh(a,b){th().memoizedState=[a,void 0===b?null:b];return a}function Lh(a,b){var c=uh();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&nh(b,d[1]))return d[0];c.memoizedState=[a,b];return a}\nfunction Mh(a,b){var c=uh();b=void 0===b?null:b;var d=c.memoizedState;if(null!==d&&null!==b&&nh(b,d[1]))return d[0];a=a();c.memoizedState=[a,b];return a}function Nh(a,b,c){var d=ag();cg(98>d?98:d,function(){a(!0)});cg(97<d?97:d,function(){var d=kh.suspense;kh.suspense=void 0===b?null:b;try{a(!1),c()}finally{kh.suspense=d}})}\nfunction zh(a,b,c){var d=Gg(),e=Dg.suspense;d=Hg(d,a,e);e={expirationTime:d,suspenseConfig:e,action:c,eagerReducer:null,eagerState:null,next:null};var f=b.pending;null===f?e.next=e:(e.next=f.next,f.next=e);b.pending=e;f=a.alternate;if(a===N||null!==f&&f===N)mh=!0,e.expirationTime=lh,N.expirationTime=lh;else{if(0===a.expirationTime&&(null===f||0===f.expirationTime)&&(f=b.lastRenderedReducer,null!==f))try{var g=b.lastRenderedState,h=f(g,c);e.eagerReducer=f;e.eagerState=h;if($e(h,g))return}catch(k){}finally{}Ig(a,\nd)}}\nvar sh={readContext:sg,useCallback:Q,useContext:Q,useEffect:Q,useImperativeHandle:Q,useLayoutEffect:Q,useMemo:Q,useReducer:Q,useRef:Q,useState:Q,useDebugValue:Q,useResponder:Q,useDeferredValue:Q,useTransition:Q},ph={readContext:sg,useCallback:Kh,useContext:sg,useEffect:Eh,useImperativeHandle:function(a,b,c){c=null!==c&&void 0!==c?c.concat([a]):null;return Ch(4,2,Hh.bind(null,b,a),c)},useLayoutEffect:function(a,b){return Ch(4,2,a,b)},useMemo:function(a,b){var c=th();b=void 0===b?null:b;a=a();c.memoizedState=[a,\nb];return a},useReducer:function(a,b,c){var d=th();b=void 0!==c?c(b):b;d.memoizedState=d.baseState=b;a=d.queue={pending:null,dispatch:null,lastRenderedReducer:a,lastRenderedState:b};a=a.dispatch=zh.bind(null,N,a);return[d.memoizedState,a]},useRef:function(a){var b=th();a={current:a};return b.memoizedState=a},useState:yh,useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=yh(a),d=c[0],e=c[1];Eh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=\nc}},[a,b]);return d},useTransition:function(a){var b=yh(!1),c=b[0];b=b[1];return[Kh(Nh.bind(null,b,a),[b,a]),c]}},qh={readContext:sg,useCallback:Lh,useContext:sg,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:wh,useRef:Bh,useState:function(){return wh(vh)},useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=wh(vh),d=c[0],e=c[1];Fh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=c}},[a,b]);return d},useTransition:function(a){var b=\nwh(vh),c=b[0];b=b[1];return[Lh(Nh.bind(null,b,a),[b,a]),c]}},rh={readContext:sg,useCallback:Lh,useContext:sg,useEffect:Fh,useImperativeHandle:Ih,useLayoutEffect:Gh,useMemo:Mh,useReducer:xh,useRef:Bh,useState:function(){return xh(vh)},useDebugValue:Jh,useResponder:ih,useDeferredValue:function(a,b){var c=xh(vh),d=c[0],e=c[1];Fh(function(){var c=kh.suspense;kh.suspense=void 0===b?null:b;try{e(a)}finally{kh.suspense=c}},[a,b]);return d},useTransition:function(a){var b=xh(vh),c=b[0];b=b[1];return[Lh(Nh.bind(null,\nb,a),[b,a]),c]}},Oh=null,Ph=null,Qh=!1;function Rh(a,b){var c=Sh(5,null,null,0);c.elementType=\"DELETED\";c.type=\"DELETED\";c.stateNode=b;c.return=a;c.effectTag=8;null!==a.lastEffect?(a.lastEffect.nextEffect=c,a.lastEffect=c):a.firstEffect=a.lastEffect=c}\nfunction Th(a,b){switch(a.tag){case 5:var c=a.type;b=1!==b.nodeType||c.toLowerCase()!==b.nodeName.toLowerCase()?null:b;return null!==b?(a.stateNode=b,!0):!1;case 6:return b=\"\"===a.pendingProps||3!==b.nodeType?null:b,null!==b?(a.stateNode=b,!0):!1;case 13:return!1;default:return!1}}\nfunction Uh(a){if(Qh){var b=Ph;if(b){var c=b;if(!Th(a,b)){b=Jd(c.nextSibling);if(!b||!Th(a,b)){a.effectTag=a.effectTag&-1025|2;Qh=!1;Oh=a;return}Rh(Oh,c)}Oh=a;Ph=Jd(b.firstChild)}else a.effectTag=a.effectTag&-1025|2,Qh=!1,Oh=a}}function Vh(a){for(a=a.return;null!==a&&5!==a.tag&&3!==a.tag&&13!==a.tag;)a=a.return;Oh=a}\nfunction Wh(a){if(a!==Oh)return!1;if(!Qh)return Vh(a),Qh=!0,!1;var b=a.type;if(5!==a.tag||\"head\"!==b&&\"body\"!==b&&!Gd(b,a.memoizedProps))for(b=Ph;b;)Rh(a,b),b=Jd(b.nextSibling);Vh(a);if(13===a.tag){a=a.memoizedState;a=null!==a?a.dehydrated:null;if(!a)throw Error(u(317));a:{a=a.nextSibling;for(b=0;a;){if(8===a.nodeType){var c=a.data;if(c===Ad){if(0===b){Ph=Jd(a.nextSibling);break a}b--}else c!==zd&&c!==Cd&&c!==Bd||b++}a=a.nextSibling}Ph=null}}else Ph=Oh?Jd(a.stateNode.nextSibling):null;return!0}\nfunction Xh(){Ph=Oh=null;Qh=!1}var Yh=Wa.ReactCurrentOwner,rg=!1;function R(a,b,c,d){b.child=null===a?Yg(b,null,c,d):Xg(b,a.child,c,d)}function Zh(a,b,c,d,e){c=c.render;var f=b.ref;qg(b,e);d=oh(a,b,c,d,f,e);if(null!==a&&!rg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),$h(a,b,e);b.effectTag|=1;R(a,b,d,e);return b.child}\nfunction ai(a,b,c,d,e,f){if(null===a){var g=c.type;if(\"function\"===typeof g&&!bi(g)&&void 0===g.defaultProps&&null===c.compare&&void 0===c.defaultProps)return b.tag=15,b.type=g,ci(a,b,g,d,e,f);a=Ug(c.type,null,d,null,b.mode,f);a.ref=b.ref;a.return=b;return b.child=a}g=a.child;if(e<f&&(e=g.memoizedProps,c=c.compare,c=null!==c?c:bf,c(e,d)&&a.ref===b.ref))return $h(a,b,f);b.effectTag|=1;a=Sg(g,d);a.ref=b.ref;a.return=b;return b.child=a}\nfunction ci(a,b,c,d,e,f){return null!==a&&bf(a.memoizedProps,d)&&a.ref===b.ref&&(rg=!1,e<f)?(b.expirationTime=a.expirationTime,$h(a,b,f)):di(a,b,c,d,f)}function ei(a,b){var c=b.ref;if(null===a&&null!==c||null!==a&&a.ref!==c)b.effectTag|=128}function di(a,b,c,d,e){var f=L(c)?Bf:J.current;f=Cf(b,f);qg(b,e);c=oh(a,b,c,d,f,e);if(null!==a&&!rg)return b.updateQueue=a.updateQueue,b.effectTag&=-517,a.expirationTime<=e&&(a.expirationTime=0),$h(a,b,e);b.effectTag|=1;R(a,b,c,e);return b.child}\nfunction fi(a,b,c,d,e){if(L(c)){var f=!0;Gf(b)}else f=!1;qg(b,e);if(null===b.stateNode)null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),Lg(b,c,d),Ng(b,c,d,e),d=!0;else if(null===a){var g=b.stateNode,h=b.memoizedProps;g.props=h;var k=g.context,l=c.contextType;\"object\"===typeof l&&null!==l?l=sg(l):(l=L(c)?Bf:J.current,l=Cf(b,l));var m=c.getDerivedStateFromProps,p=\"function\"===typeof m||\"function\"===typeof g.getSnapshotBeforeUpdate;p||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\n\"function\"!==typeof g.componentWillReceiveProps||(h!==d||k!==l)&&Mg(b,g,d,l);tg=!1;var x=b.memoizedState;g.state=x;zg(b,d,g,e);k=b.memoizedState;h!==d||x!==k||K.current||tg?(\"function\"===typeof m&&(Fg(b,c,m,d),k=b.memoizedState),(h=tg||Kg(b,c,h,d,x,k,l))?(p||\"function\"!==typeof g.UNSAFE_componentWillMount&&\"function\"!==typeof g.componentWillMount||(\"function\"===typeof g.componentWillMount&&g.componentWillMount(),\"function\"===typeof g.UNSAFE_componentWillMount&&g.UNSAFE_componentWillMount()),\"function\"===\ntypeof g.componentDidMount&&(b.effectTag|=4)):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),b.memoizedProps=d,b.memoizedState=k),g.props=d,g.state=k,g.context=l,d=h):(\"function\"===typeof g.componentDidMount&&(b.effectTag|=4),d=!1)}else g=b.stateNode,vg(a,b),h=b.memoizedProps,g.props=b.type===b.elementType?h:ig(b.type,h),k=g.context,l=c.contextType,\"object\"===typeof l&&null!==l?l=sg(l):(l=L(c)?Bf:J.current,l=Cf(b,l)),m=c.getDerivedStateFromProps,(p=\"function\"===typeof m||\"function\"===\ntypeof g.getSnapshotBeforeUpdate)||\"function\"!==typeof g.UNSAFE_componentWillReceiveProps&&\"function\"!==typeof g.componentWillReceiveProps||(h!==d||k!==l)&&Mg(b,g,d,l),tg=!1,k=b.memoizedState,g.state=k,zg(b,d,g,e),x=b.memoizedState,h!==d||k!==x||K.current||tg?(\"function\"===typeof m&&(Fg(b,c,m,d),x=b.memoizedState),(m=tg||Kg(b,c,h,d,k,x,l))?(p||\"function\"!==typeof g.UNSAFE_componentWillUpdate&&\"function\"!==typeof g.componentWillUpdate||(\"function\"===typeof g.componentWillUpdate&&g.componentWillUpdate(d,\nx,l),\"function\"===typeof g.UNSAFE_componentWillUpdate&&g.UNSAFE_componentWillUpdate(d,x,l)),\"function\"===typeof g.componentDidUpdate&&(b.effectTag|=4),\"function\"===typeof g.getSnapshotBeforeUpdate&&(b.effectTag|=256)):(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),b.memoizedProps=d,b.memoizedState=x),g.props=d,g.state=x,g.context=l,d=m):\n(\"function\"!==typeof g.componentDidUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=4),\"function\"!==typeof g.getSnapshotBeforeUpdate||h===a.memoizedProps&&k===a.memoizedState||(b.effectTag|=256),d=!1);return gi(a,b,c,d,f,e)}\nfunction gi(a,b,c,d,e,f){ei(a,b);var g=0!==(b.effectTag&64);if(!d&&!g)return e&&Hf(b,c,!1),$h(a,b,f);d=b.stateNode;Yh.current=b;var h=g&&\"function\"!==typeof c.getDerivedStateFromError?null:d.render();b.effectTag|=1;null!==a&&g?(b.child=Xg(b,a.child,null,f),b.child=Xg(b,null,h,f)):R(a,b,h,f);b.memoizedState=d.state;e&&Hf(b,c,!0);return b.child}function hi(a){var b=a.stateNode;b.pendingContext?Ef(a,b.pendingContext,b.pendingContext!==b.context):b.context&&Ef(a,b.context,!1);dh(a,b.containerInfo)}\nvar ii={dehydrated:null,retryTime:0};\nfunction ji(a,b,c){var d=b.mode,e=b.pendingProps,f=M.current,g=!1,h;(h=0!==(b.effectTag&64))||(h=0!==(f&2)&&(null===a||null!==a.memoizedState));h?(g=!0,b.effectTag&=-65):null!==a&&null===a.memoizedState||void 0===e.fallback||!0===e.unstable_avoidThisFallback||(f|=1);I(M,f&1);if(null===a){void 0!==e.fallback&&Uh(b);if(g){g=e.fallback;e=Wg(null,d,0,null);e.return=b;if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=Wg(g,d,c,null);c.return=\nb;e.sibling=c;b.memoizedState=ii;b.child=e;return c}d=e.children;b.memoizedState=null;return b.child=Yg(b,null,d,c)}if(null!==a.memoizedState){a=a.child;d=a.sibling;if(g){e=e.fallback;c=Sg(a,a.pendingProps);c.return=b;if(0===(b.mode&2)&&(g=null!==b.memoizedState?b.child.child:b.child,g!==a.child))for(c.child=g;null!==g;)g.return=c,g=g.sibling;d=Sg(d,e);d.return=b;c.sibling=d;c.childExpirationTime=0;b.memoizedState=ii;b.child=c;return d}c=Xg(b,a.child,e.children,c);b.memoizedState=null;return b.child=\nc}a=a.child;if(g){g=e.fallback;e=Wg(null,d,0,null);e.return=b;e.child=a;null!==a&&(a.return=e);if(0===(b.mode&2))for(a=null!==b.memoizedState?b.child.child:b.child,e.child=a;null!==a;)a.return=e,a=a.sibling;c=Wg(g,d,c,null);c.return=b;e.sibling=c;c.effectTag|=2;e.childExpirationTime=0;b.memoizedState=ii;b.child=e;return c}b.memoizedState=null;return b.child=Xg(b,a,e.children,c)}\nfunction ki(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);pg(a.return,b)}function li(a,b,c,d,e,f){var g=a.memoizedState;null===g?a.memoizedState={isBackwards:b,rendering:null,renderingStartTime:0,last:d,tail:c,tailExpiration:0,tailMode:e,lastEffect:f}:(g.isBackwards=b,g.rendering=null,g.renderingStartTime=0,g.last=d,g.tail=c,g.tailExpiration=0,g.tailMode=e,g.lastEffect=f)}\nfunction mi(a,b,c){var d=b.pendingProps,e=d.revealOrder,f=d.tail;R(a,b,d.children,c);d=M.current;if(0!==(d&2))d=d&1|2,b.effectTag|=64;else{if(null!==a&&0!==(a.effectTag&64))a:for(a=b.child;null!==a;){if(13===a.tag)null!==a.memoizedState&&ki(a,c);else if(19===a.tag)ki(a,c);else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===b)break a;for(;null===a.sibling;){if(null===a.return||a.return===b)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}d&=1}I(M,d);if(0===(b.mode&2))b.memoizedState=\nnull;else switch(e){case \"forwards\":c=b.child;for(e=null;null!==c;)a=c.alternate,null!==a&&null===hh(a)&&(e=c),c=c.sibling;c=e;null===c?(e=b.child,b.child=null):(e=c.sibling,c.sibling=null);li(b,!1,e,c,f,b.lastEffect);break;case \"backwards\":c=null;e=b.child;for(b.child=null;null!==e;){a=e.alternate;if(null!==a&&null===hh(a)){b.child=e;break}a=e.sibling;e.sibling=c;c=e;e=a}li(b,!0,c,null,f,b.lastEffect);break;case \"together\":li(b,!1,null,null,void 0,b.lastEffect);break;default:b.memoizedState=null}return b.child}\nfunction $h(a,b,c){null!==a&&(b.dependencies=a.dependencies);var d=b.expirationTime;0!==d&&Bg(d);if(b.childExpirationTime<c)return null;if(null!==a&&b.child!==a.child)throw Error(u(153));if(null!==b.child){a=b.child;c=Sg(a,a.pendingProps);b.child=c;for(c.return=b;null!==a.sibling;)a=a.sibling,c=c.sibling=Sg(a,a.pendingProps),c.return=b;c.sibling=null}return b.child}var ni,oi,pi,qi;\nni=function(a,b){for(var c=b.child;null!==c;){if(5===c.tag||6===c.tag)a.appendChild(c.stateNode);else if(4!==c.tag&&null!==c.child){c.child.return=c;c=c.child;continue}if(c===b)break;for(;null===c.sibling;){if(null===c.return||c.return===b)return;c=c.return}c.sibling.return=c.return;c=c.sibling}};oi=function(){};\npi=function(a,b,c,d,e){var f=a.memoizedProps;if(f!==d){var g=b.stateNode;ch($g.current);a=null;switch(c){case \"input\":f=zb(g,f);d=zb(g,d);a=[];break;case \"option\":f=Gb(g,f);d=Gb(g,d);a=[];break;case \"select\":f=n({},f,{value:void 0});d=n({},d,{value:void 0});a=[];break;case \"textarea\":f=Ib(g,f);d=Ib(g,d);a=[];break;default:\"function\"!==typeof f.onClick&&\"function\"===typeof d.onClick&&(g.onclick=sd)}od(c,d);var h,k;c=null;for(h in f)if(!d.hasOwnProperty(h)&&f.hasOwnProperty(h)&&null!=f[h])if(\"style\"===\nh)for(k in g=f[h],g)g.hasOwnProperty(k)&&(c||(c={}),c[k]=\"\");else\"dangerouslySetInnerHTML\"!==h&&\"children\"!==h&&\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&\"autoFocus\"!==h&&(va.hasOwnProperty(h)?a||(a=[]):(a=a||[]).push(h,null));for(h in d){var l=d[h];g=null!=f?f[h]:void 0;if(d.hasOwnProperty(h)&&l!==g&&(null!=l||null!=g))if(\"style\"===h)if(g){for(k in g)!g.hasOwnProperty(k)||l&&l.hasOwnProperty(k)||(c||(c={}),c[k]=\"\");for(k in l)l.hasOwnProperty(k)&&g[k]!==l[k]&&(c||(c={}),\nc[k]=l[k])}else c||(a||(a=[]),a.push(h,c)),c=l;else\"dangerouslySetInnerHTML\"===h?(l=l?l.__html:void 0,g=g?g.__html:void 0,null!=l&&g!==l&&(a=a||[]).push(h,l)):\"children\"===h?g===l||\"string\"!==typeof l&&\"number\"!==typeof l||(a=a||[]).push(h,\"\"+l):\"suppressContentEditableWarning\"!==h&&\"suppressHydrationWarning\"!==h&&(va.hasOwnProperty(h)?(null!=l&&rd(e,h),a||g===l||(a=[])):(a=a||[]).push(h,l))}c&&(a=a||[]).push(\"style\",c);e=a;if(b.updateQueue=e)b.effectTag|=4}};\nqi=function(a,b,c,d){c!==d&&(b.effectTag|=4)};function ri(a,b){switch(a.tailMode){case \"hidden\":b=a.tail;for(var c=null;null!==b;)null!==b.alternate&&(c=b),b=b.sibling;null===c?a.tail=null:c.sibling=null;break;case \"collapsed\":c=a.tail;for(var d=null;null!==c;)null!==c.alternate&&(d=c),c=c.sibling;null===d?b||null===a.tail?a.tail=null:a.tail.sibling=null:d.sibling=null}}\nfunction si(a,b,c){var d=b.pendingProps;switch(b.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return L(b.type)&&Df(),null;case 3:return eh(),H(K),H(J),c=b.stateNode,c.pendingContext&&(c.context=c.pendingContext,c.pendingContext=null),null!==a&&null!==a.child||!Wh(b)||(b.effectTag|=4),oi(b),null;case 5:gh(b);c=ch(bh.current);var e=b.type;if(null!==a&&null!=b.stateNode)pi(a,b,e,d,c),a.ref!==b.ref&&(b.effectTag|=128);else{if(!d){if(null===b.stateNode)throw Error(u(166));\nreturn null}a=ch($g.current);if(Wh(b)){d=b.stateNode;e=b.type;var f=b.memoizedProps;d[Md]=b;d[Nd]=f;switch(e){case \"iframe\":case \"object\":case \"embed\":F(\"load\",d);break;case \"video\":case \"audio\":for(a=0;a<ac.length;a++)F(ac[a],d);break;case \"source\":F(\"error\",d);break;case \"img\":case \"image\":case \"link\":F(\"error\",d);F(\"load\",d);break;case \"form\":F(\"reset\",d);F(\"submit\",d);break;case \"details\":F(\"toggle\",d);break;case \"input\":Ab(d,f);F(\"invalid\",d);rd(c,\"onChange\");break;case \"select\":d._wrapperState=\n{wasMultiple:!!f.multiple};F(\"invalid\",d);rd(c,\"onChange\");break;case \"textarea\":Jb(d,f),F(\"invalid\",d),rd(c,\"onChange\")}od(e,f);a=null;for(var g in f)if(f.hasOwnProperty(g)){var h=f[g];\"children\"===g?\"string\"===typeof h?d.textContent!==h&&(a=[\"children\",h]):\"number\"===typeof h&&d.textContent!==\"\"+h&&(a=[\"children\",\"\"+h]):va.hasOwnProperty(g)&&null!=h&&rd(c,g)}switch(e){case \"input\":xb(d);Eb(d,f,!0);break;case \"textarea\":xb(d);Lb(d);break;case \"select\":case \"option\":break;default:\"function\"===typeof f.onClick&&\n(d.onclick=sd)}c=a;b.updateQueue=c;null!==c&&(b.effectTag|=4)}else{g=9===c.nodeType?c:c.ownerDocument;a===qd&&(a=Nb(e));a===qd?\"script\"===e?(a=g.createElement(\"div\"),a.innerHTML=\"<script>\\x3c/script>\",a=a.removeChild(a.firstChild)):\"string\"===typeof d.is?a=g.createElement(e,{is:d.is}):(a=g.createElement(e),\"select\"===e&&(g=a,d.multiple?g.multiple=!0:d.size&&(g.size=d.size))):a=g.createElementNS(a,e);a[Md]=b;a[Nd]=d;ni(a,b,!1,!1);b.stateNode=a;g=pd(e,d);switch(e){case \"iframe\":case \"object\":case \"embed\":F(\"load\",\na);h=d;break;case \"video\":case \"audio\":for(h=0;h<ac.length;h++)F(ac[h],a);h=d;break;case \"source\":F(\"error\",a);h=d;break;case \"img\":case \"image\":case \"link\":F(\"error\",a);F(\"load\",a);h=d;break;case \"form\":F(\"reset\",a);F(\"submit\",a);h=d;break;case \"details\":F(\"toggle\",a);h=d;break;case \"input\":Ab(a,d);h=zb(a,d);F(\"invalid\",a);rd(c,\"onChange\");break;case \"option\":h=Gb(a,d);break;case \"select\":a._wrapperState={wasMultiple:!!d.multiple};h=n({},d,{value:void 0});F(\"invalid\",a);rd(c,\"onChange\");break;case \"textarea\":Jb(a,\nd);h=Ib(a,d);F(\"invalid\",a);rd(c,\"onChange\");break;default:h=d}od(e,h);var k=h;for(f in k)if(k.hasOwnProperty(f)){var l=k[f];\"style\"===f?md(a,l):\"dangerouslySetInnerHTML\"===f?(l=l?l.__html:void 0,null!=l&&Qb(a,l)):\"children\"===f?\"string\"===typeof l?(\"textarea\"!==e||\"\"!==l)&&Rb(a,l):\"number\"===typeof l&&Rb(a,\"\"+l):\"suppressContentEditableWarning\"!==f&&\"suppressHydrationWarning\"!==f&&\"autoFocus\"!==f&&(va.hasOwnProperty(f)?null!=l&&rd(c,f):null!=l&&Xa(a,f,l,g))}switch(e){case \"input\":xb(a);Eb(a,d,!1);\nbreak;case \"textarea\":xb(a);Lb(a);break;case \"option\":null!=d.value&&a.setAttribute(\"value\",\"\"+rb(d.value));break;case \"select\":a.multiple=!!d.multiple;c=d.value;null!=c?Hb(a,!!d.multiple,c,!1):null!=d.defaultValue&&Hb(a,!!d.multiple,d.defaultValue,!0);break;default:\"function\"===typeof h.onClick&&(a.onclick=sd)}Fd(e,d)&&(b.effectTag|=4)}null!==b.ref&&(b.effectTag|=128)}return null;case 6:if(a&&null!=b.stateNode)qi(a,b,a.memoizedProps,d);else{if(\"string\"!==typeof d&&null===b.stateNode)throw Error(u(166));\nc=ch(bh.current);ch($g.current);Wh(b)?(c=b.stateNode,d=b.memoizedProps,c[Md]=b,c.nodeValue!==d&&(b.effectTag|=4)):(c=(9===c.nodeType?c:c.ownerDocument).createTextNode(d),c[Md]=b,b.stateNode=c)}return null;case 13:H(M);d=b.memoizedState;if(0!==(b.effectTag&64))return b.expirationTime=c,b;c=null!==d;d=!1;null===a?void 0!==b.memoizedProps.fallback&&Wh(b):(e=a.memoizedState,d=null!==e,c||null===e||(e=a.child.sibling,null!==e&&(f=b.firstEffect,null!==f?(b.firstEffect=e,e.nextEffect=f):(b.firstEffect=b.lastEffect=\ne,e.nextEffect=null),e.effectTag=8)));if(c&&!d&&0!==(b.mode&2))if(null===a&&!0!==b.memoizedProps.unstable_avoidThisFallback||0!==(M.current&1))S===ti&&(S=ui);else{if(S===ti||S===ui)S=vi;0!==wi&&null!==T&&(xi(T,U),yi(T,wi))}if(c||d)b.effectTag|=4;return null;case 4:return eh(),oi(b),null;case 10:return og(b),null;case 17:return L(b.type)&&Df(),null;case 19:H(M);d=b.memoizedState;if(null===d)return null;e=0!==(b.effectTag&64);f=d.rendering;if(null===f)if(e)ri(d,!1);else{if(S!==ti||null!==a&&0!==(a.effectTag&\n64))for(f=b.child;null!==f;){a=hh(f);if(null!==a){b.effectTag|=64;ri(d,!1);e=a.updateQueue;null!==e&&(b.updateQueue=e,b.effectTag|=4);null===d.lastEffect&&(b.firstEffect=null);b.lastEffect=d.lastEffect;for(d=b.child;null!==d;)e=d,f=c,e.effectTag&=2,e.nextEffect=null,e.firstEffect=null,e.lastEffect=null,a=e.alternate,null===a?(e.childExpirationTime=0,e.expirationTime=f,e.child=null,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null):(e.childExpirationTime=a.childExpirationTime,\ne.expirationTime=a.expirationTime,e.child=a.child,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,f=a.dependencies,e.dependencies=null===f?null:{expirationTime:f.expirationTime,firstContext:f.firstContext,responders:f.responders}),d=d.sibling;I(M,M.current&1|2);return b.child}f=f.sibling}}else{if(!e)if(a=hh(f),null!==a){if(b.effectTag|=64,e=!0,c=a.updateQueue,null!==c&&(b.updateQueue=c,b.effectTag|=4),ri(d,!0),null===d.tail&&\"hidden\"===d.tailMode&&!f.alternate)return b=\nb.lastEffect=d.lastEffect,null!==b&&(b.nextEffect=null),null}else 2*$f()-d.renderingStartTime>d.tailExpiration&&1<c&&(b.effectTag|=64,e=!0,ri(d,!1),b.expirationTime=b.childExpirationTime=c-1);d.isBackwards?(f.sibling=b.child,b.child=f):(c=d.last,null!==c?c.sibling=f:b.child=f,d.last=f)}return null!==d.tail?(0===d.tailExpiration&&(d.tailExpiration=$f()+500),c=d.tail,d.rendering=c,d.tail=c.sibling,d.lastEffect=b.lastEffect,d.renderingStartTime=$f(),c.sibling=null,b=M.current,I(M,e?b&1|2:b&1),c):null}throw Error(u(156,\nb.tag));}function zi(a){switch(a.tag){case 1:L(a.type)&&Df();var b=a.effectTag;return b&4096?(a.effectTag=b&-4097|64,a):null;case 3:eh();H(K);H(J);b=a.effectTag;if(0!==(b&64))throw Error(u(285));a.effectTag=b&-4097|64;return a;case 5:return gh(a),null;case 13:return H(M),b=a.effectTag,b&4096?(a.effectTag=b&-4097|64,a):null;case 19:return H(M),null;case 4:return eh(),null;case 10:return og(a),null;default:return null}}function Ai(a,b){return{value:a,source:b,stack:qb(b)}}\nvar Bi=\"function\"===typeof WeakSet?WeakSet:Set;function Ci(a,b){var c=b.source,d=b.stack;null===d&&null!==c&&(d=qb(c));null!==c&&pb(c.type);b=b.value;null!==a&&1===a.tag&&pb(a.type);try{console.error(b)}catch(e){setTimeout(function(){throw e;})}}function Di(a,b){try{b.props=a.memoizedProps,b.state=a.memoizedState,b.componentWillUnmount()}catch(c){Ei(a,c)}}function Fi(a){var b=a.ref;if(null!==b)if(\"function\"===typeof b)try{b(null)}catch(c){Ei(a,c)}else b.current=null}\nfunction Gi(a,b){switch(b.tag){case 0:case 11:case 15:case 22:return;case 1:if(b.effectTag&256&&null!==a){var c=a.memoizedProps,d=a.memoizedState;a=b.stateNode;b=a.getSnapshotBeforeUpdate(b.elementType===b.type?c:ig(b.type,c),d);a.__reactInternalSnapshotBeforeUpdate=b}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(u(163));}\nfunction Hi(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.destroy;c.destroy=void 0;void 0!==d&&d()}c=c.next}while(c!==b)}}function Ii(a,b){b=b.updateQueue;b=null!==b?b.lastEffect:null;if(null!==b){var c=b=b.next;do{if((c.tag&a)===a){var d=c.create;c.destroy=d()}c=c.next}while(c!==b)}}\nfunction Ji(a,b,c){switch(c.tag){case 0:case 11:case 15:case 22:Ii(3,c);return;case 1:a=c.stateNode;if(c.effectTag&4)if(null===b)a.componentDidMount();else{var d=c.elementType===c.type?b.memoizedProps:ig(c.type,b.memoizedProps);a.componentDidUpdate(d,b.memoizedState,a.__reactInternalSnapshotBeforeUpdate)}b=c.updateQueue;null!==b&&Cg(c,b,a);return;case 3:b=c.updateQueue;if(null!==b){a=null;if(null!==c.child)switch(c.child.tag){case 5:a=c.child.stateNode;break;case 1:a=c.child.stateNode}Cg(c,b,a)}return;\ncase 5:a=c.stateNode;null===b&&c.effectTag&4&&Fd(c.type,c.memoizedProps)&&a.focus();return;case 6:return;case 4:return;case 12:return;case 13:null===c.memoizedState&&(c=c.alternate,null!==c&&(c=c.memoizedState,null!==c&&(c=c.dehydrated,null!==c&&Vc(c))));return;case 19:case 17:case 20:case 21:return}throw Error(u(163));}\nfunction Ki(a,b,c){\"function\"===typeof Li&&Li(b);switch(b.tag){case 0:case 11:case 14:case 15:case 22:a=b.updateQueue;if(null!==a&&(a=a.lastEffect,null!==a)){var d=a.next;cg(97<c?97:c,function(){var a=d;do{var c=a.destroy;if(void 0!==c){var g=b;try{c()}catch(h){Ei(g,h)}}a=a.next}while(a!==d)})}break;case 1:Fi(b);c=b.stateNode;\"function\"===typeof c.componentWillUnmount&&Di(b,c);break;case 5:Fi(b);break;case 4:Mi(a,b,c)}}\nfunction Ni(a){var b=a.alternate;a.return=null;a.child=null;a.memoizedState=null;a.updateQueue=null;a.dependencies=null;a.alternate=null;a.firstEffect=null;a.lastEffect=null;a.pendingProps=null;a.memoizedProps=null;a.stateNode=null;null!==b&&Ni(b)}function Oi(a){return 5===a.tag||3===a.tag||4===a.tag}\nfunction Pi(a){a:{for(var b=a.return;null!==b;){if(Oi(b)){var c=b;break a}b=b.return}throw Error(u(160));}b=c.stateNode;switch(c.tag){case 5:var d=!1;break;case 3:b=b.containerInfo;d=!0;break;case 4:b=b.containerInfo;d=!0;break;default:throw Error(u(161));}c.effectTag&16&&(Rb(b,\"\"),c.effectTag&=-17);a:b:for(c=a;;){for(;null===c.sibling;){if(null===c.return||Oi(c.return)){c=null;break a}c=c.return}c.sibling.return=c.return;for(c=c.sibling;5!==c.tag&&6!==c.tag&&18!==c.tag;){if(c.effectTag&2)continue b;\nif(null===c.child||4===c.tag)continue b;else c.child.return=c,c=c.child}if(!(c.effectTag&2)){c=c.stateNode;break a}}d?Qi(a,c,b):Ri(a,c,b)}\nfunction Qi(a,b,c){var d=a.tag,e=5===d||6===d;if(e)a=e?a.stateNode:a.stateNode.instance,b?8===c.nodeType?c.parentNode.insertBefore(a,b):c.insertBefore(a,b):(8===c.nodeType?(b=c.parentNode,b.insertBefore(a,c)):(b=c,b.appendChild(a)),c=c._reactRootContainer,null!==c&&void 0!==c||null!==b.onclick||(b.onclick=sd));else if(4!==d&&(a=a.child,null!==a))for(Qi(a,b,c),a=a.sibling;null!==a;)Qi(a,b,c),a=a.sibling}\nfunction Ri(a,b,c){var d=a.tag,e=5===d||6===d;if(e)a=e?a.stateNode:a.stateNode.instance,b?c.insertBefore(a,b):c.appendChild(a);else if(4!==d&&(a=a.child,null!==a))for(Ri(a,b,c),a=a.sibling;null!==a;)Ri(a,b,c),a=a.sibling}\nfunction Mi(a,b,c){for(var d=b,e=!1,f,g;;){if(!e){e=d.return;a:for(;;){if(null===e)throw Error(u(160));f=e.stateNode;switch(e.tag){case 5:g=!1;break a;case 3:f=f.containerInfo;g=!0;break a;case 4:f=f.containerInfo;g=!0;break a}e=e.return}e=!0}if(5===d.tag||6===d.tag){a:for(var h=a,k=d,l=c,m=k;;)if(Ki(h,m,l),null!==m.child&&4!==m.tag)m.child.return=m,m=m.child;else{if(m===k)break a;for(;null===m.sibling;){if(null===m.return||m.return===k)break a;m=m.return}m.sibling.return=m.return;m=m.sibling}g?(h=\nf,k=d.stateNode,8===h.nodeType?h.parentNode.removeChild(k):h.removeChild(k)):f.removeChild(d.stateNode)}else if(4===d.tag){if(null!==d.child){f=d.stateNode.containerInfo;g=!0;d.child.return=d;d=d.child;continue}}else if(Ki(a,d,c),null!==d.child){d.child.return=d;d=d.child;continue}if(d===b)break;for(;null===d.sibling;){if(null===d.return||d.return===b)return;d=d.return;4===d.tag&&(e=!1)}d.sibling.return=d.return;d=d.sibling}}\nfunction Si(a,b){switch(b.tag){case 0:case 11:case 14:case 15:case 22:Hi(3,b);return;case 1:return;case 5:var c=b.stateNode;if(null!=c){var d=b.memoizedProps,e=null!==a?a.memoizedProps:d;a=b.type;var f=b.updateQueue;b.updateQueue=null;if(null!==f){c[Nd]=d;\"input\"===a&&\"radio\"===d.type&&null!=d.name&&Bb(c,d);pd(a,e);b=pd(a,d);for(e=0;e<f.length;e+=2){var g=f[e],h=f[e+1];\"style\"===g?md(c,h):\"dangerouslySetInnerHTML\"===g?Qb(c,h):\"children\"===g?Rb(c,h):Xa(c,g,h,b)}switch(a){case \"input\":Cb(c,d);break;\ncase \"textarea\":Kb(c,d);break;case \"select\":b=c._wrapperState.wasMultiple,c._wrapperState.wasMultiple=!!d.multiple,a=d.value,null!=a?Hb(c,!!d.multiple,a,!1):b!==!!d.multiple&&(null!=d.defaultValue?Hb(c,!!d.multiple,d.defaultValue,!0):Hb(c,!!d.multiple,d.multiple?[]:\"\",!1))}}}return;case 6:if(null===b.stateNode)throw Error(u(162));b.stateNode.nodeValue=b.memoizedProps;return;case 3:b=b.stateNode;b.hydrate&&(b.hydrate=!1,Vc(b.containerInfo));return;case 12:return;case 13:c=b;null===b.memoizedState?\nd=!1:(d=!0,c=b.child,Ti=$f());if(null!==c)a:for(a=c;;){if(5===a.tag)f=a.stateNode,d?(f=f.style,\"function\"===typeof f.setProperty?f.setProperty(\"display\",\"none\",\"important\"):f.display=\"none\"):(f=a.stateNode,e=a.memoizedProps.style,e=void 0!==e&&null!==e&&e.hasOwnProperty(\"display\")?e.display:null,f.style.display=ld(\"display\",e));else if(6===a.tag)a.stateNode.nodeValue=d?\"\":a.memoizedProps;else if(13===a.tag&&null!==a.memoizedState&&null===a.memoizedState.dehydrated){f=a.child.sibling;f.return=a;a=\nf;continue}else if(null!==a.child){a.child.return=a;a=a.child;continue}if(a===c)break;for(;null===a.sibling;){if(null===a.return||a.return===c)break a;a=a.return}a.sibling.return=a.return;a=a.sibling}Ui(b);return;case 19:Ui(b);return;case 17:return}throw Error(u(163));}function Ui(a){var b=a.updateQueue;if(null!==b){a.updateQueue=null;var c=a.stateNode;null===c&&(c=a.stateNode=new Bi);b.forEach(function(b){var d=Vi.bind(null,a,b);c.has(b)||(c.add(b),b.then(d,d))})}}\nvar Wi=\"function\"===typeof WeakMap?WeakMap:Map;function Xi(a,b,c){c=wg(c,null);c.tag=3;c.payload={element:null};var d=b.value;c.callback=function(){Yi||(Yi=!0,Zi=d);Ci(a,b)};return c}\nfunction $i(a,b,c){c=wg(c,null);c.tag=3;var d=a.type.getDerivedStateFromError;if(\"function\"===typeof d){var e=b.value;c.payload=function(){Ci(a,b);return d(e)}}var f=a.stateNode;null!==f&&\"function\"===typeof f.componentDidCatch&&(c.callback=function(){\"function\"!==typeof d&&(null===aj?aj=new Set([this]):aj.add(this),Ci(a,b));var c=b.stack;this.componentDidCatch(b.value,{componentStack:null!==c?c:\"\"})});return c}\nvar bj=Math.ceil,cj=Wa.ReactCurrentDispatcher,dj=Wa.ReactCurrentOwner,V=0,ej=8,fj=16,gj=32,ti=0,hj=1,ij=2,ui=3,vi=4,jj=5,W=V,T=null,X=null,U=0,S=ti,kj=null,lj=1073741823,mj=1073741823,nj=null,wi=0,oj=!1,Ti=0,pj=500,Y=null,Yi=!1,Zi=null,aj=null,qj=!1,rj=null,sj=90,tj=null,uj=0,vj=null,wj=0;function Gg(){return(W&(fj|gj))!==V?1073741821-($f()/10|0):0!==wj?wj:wj=1073741821-($f()/10|0)}\nfunction Hg(a,b,c){b=b.mode;if(0===(b&2))return 1073741823;var d=ag();if(0===(b&4))return 99===d?1073741823:1073741822;if((W&fj)!==V)return U;if(null!==c)a=hg(a,c.timeoutMs|0||5E3,250);else switch(d){case 99:a=1073741823;break;case 98:a=hg(a,150,100);break;case 97:case 96:a=hg(a,5E3,250);break;case 95:a=2;break;default:throw Error(u(326));}null!==T&&a===U&&--a;return a}\nfunction Ig(a,b){if(50<uj)throw uj=0,vj=null,Error(u(185));a=xj(a,b);if(null!==a){var c=ag();1073741823===b?(W&ej)!==V&&(W&(fj|gj))===V?yj(a):(Z(a),W===V&&gg()):Z(a);(W&4)===V||98!==c&&99!==c||(null===tj?tj=new Map([[a,b]]):(c=tj.get(a),(void 0===c||c>b)&&tj.set(a,b)))}}\nfunction xj(a,b){a.expirationTime<b&&(a.expirationTime=b);var c=a.alternate;null!==c&&c.expirationTime<b&&(c.expirationTime=b);var d=a.return,e=null;if(null===d&&3===a.tag)e=a.stateNode;else for(;null!==d;){c=d.alternate;d.childExpirationTime<b&&(d.childExpirationTime=b);null!==c&&c.childExpirationTime<b&&(c.childExpirationTime=b);if(null===d.return&&3===d.tag){e=d.stateNode;break}d=d.return}null!==e&&(T===e&&(Bg(b),S===vi&&xi(e,U)),yi(e,b));return e}\nfunction zj(a){var b=a.lastExpiredTime;if(0!==b)return b;b=a.firstPendingTime;if(!Aj(a,b))return b;var c=a.lastPingedTime;a=a.nextKnownPendingLevel;a=c>a?c:a;return 2>=a&&b!==a?0:a}\nfunction Z(a){if(0!==a.lastExpiredTime)a.callbackExpirationTime=1073741823,a.callbackPriority=99,a.callbackNode=eg(yj.bind(null,a));else{var b=zj(a),c=a.callbackNode;if(0===b)null!==c&&(a.callbackNode=null,a.callbackExpirationTime=0,a.callbackPriority=90);else{var d=Gg();1073741823===b?d=99:1===b||2===b?d=95:(d=10*(1073741821-b)-10*(1073741821-d),d=0>=d?99:250>=d?98:5250>=d?97:95);if(null!==c){var e=a.callbackPriority;if(a.callbackExpirationTime===b&&e>=d)return;c!==Tf&&Kf(c)}a.callbackExpirationTime=\nb;a.callbackPriority=d;b=1073741823===b?eg(yj.bind(null,a)):dg(d,Bj.bind(null,a),{timeout:10*(1073741821-b)-$f()});a.callbackNode=b}}}\nfunction Bj(a,b){wj=0;if(b)return b=Gg(),Cj(a,b),Z(a),null;var c=zj(a);if(0!==c){b=a.callbackNode;if((W&(fj|gj))!==V)throw Error(u(327));Dj();a===T&&c===U||Ej(a,c);if(null!==X){var d=W;W|=fj;var e=Fj();do try{Gj();break}catch(h){Hj(a,h)}while(1);ng();W=d;cj.current=e;if(S===hj)throw b=kj,Ej(a,c),xi(a,c),Z(a),b;if(null===X)switch(e=a.finishedWork=a.current.alternate,a.finishedExpirationTime=c,d=S,T=null,d){case ti:case hj:throw Error(u(345));case ij:Cj(a,2<c?2:c);break;case ui:xi(a,c);d=a.lastSuspendedTime;\nc===d&&(a.nextKnownPendingLevel=Ij(e));if(1073741823===lj&&(e=Ti+pj-$f(),10<e)){if(oj){var f=a.lastPingedTime;if(0===f||f>=c){a.lastPingedTime=c;Ej(a,c);break}}f=zj(a);if(0!==f&&f!==c)break;if(0!==d&&d!==c){a.lastPingedTime=d;break}a.timeoutHandle=Hd(Jj.bind(null,a),e);break}Jj(a);break;case vi:xi(a,c);d=a.lastSuspendedTime;c===d&&(a.nextKnownPendingLevel=Ij(e));if(oj&&(e=a.lastPingedTime,0===e||e>=c)){a.lastPingedTime=c;Ej(a,c);break}e=zj(a);if(0!==e&&e!==c)break;if(0!==d&&d!==c){a.lastPingedTime=\nd;break}1073741823!==mj?d=10*(1073741821-mj)-$f():1073741823===lj?d=0:(d=10*(1073741821-lj)-5E3,e=$f(),c=10*(1073741821-c)-e,d=e-d,0>d&&(d=0),d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3E3>d?3E3:4320>d?4320:1960*bj(d/1960))-d,c<d&&(d=c));if(10<d){a.timeoutHandle=Hd(Jj.bind(null,a),d);break}Jj(a);break;case jj:if(1073741823!==lj&&null!==nj){f=lj;var g=nj;d=g.busyMinDurationMs|0;0>=d?d=0:(e=g.busyDelayMs|0,f=$f()-(10*(1073741821-f)-(g.timeoutMs|0||5E3)),d=f<=e?0:e+d-f);if(10<d){xi(a,c);a.timeoutHandle=\nHd(Jj.bind(null,a),d);break}}Jj(a);break;default:throw Error(u(329));}Z(a);if(a.callbackNode===b)return Bj.bind(null,a)}}return null}\nfunction yj(a){var b=a.lastExpiredTime;b=0!==b?b:1073741823;if((W&(fj|gj))!==V)throw Error(u(327));Dj();a===T&&b===U||Ej(a,b);if(null!==X){var c=W;W|=fj;var d=Fj();do try{Kj();break}catch(e){Hj(a,e)}while(1);ng();W=c;cj.current=d;if(S===hj)throw c=kj,Ej(a,b),xi(a,b),Z(a),c;if(null!==X)throw Error(u(261));a.finishedWork=a.current.alternate;a.finishedExpirationTime=b;T=null;Jj(a);Z(a)}return null}function Lj(){if(null!==tj){var a=tj;tj=null;a.forEach(function(a,c){Cj(c,a);Z(c)});gg()}}\nfunction Mj(a,b){var c=W;W|=1;try{return a(b)}finally{W=c,W===V&&gg()}}function Nj(a,b){var c=W;W&=-2;W|=ej;try{return a(b)}finally{W=c,W===V&&gg()}}\nfunction Ej(a,b){a.finishedWork=null;a.finishedExpirationTime=0;var c=a.timeoutHandle;-1!==c&&(a.timeoutHandle=-1,Id(c));if(null!==X)for(c=X.return;null!==c;){var d=c;switch(d.tag){case 1:d=d.type.childContextTypes;null!==d&&void 0!==d&&Df();break;case 3:eh();H(K);H(J);break;case 5:gh(d);break;case 4:eh();break;case 13:H(M);break;case 19:H(M);break;case 10:og(d)}c=c.return}T=a;X=Sg(a.current,null);U=b;S=ti;kj=null;mj=lj=1073741823;nj=null;wi=0;oj=!1}\nfunction Hj(a,b){do{try{ng();jh.current=sh;if(mh)for(var c=N.memoizedState;null!==c;){var d=c.queue;null!==d&&(d.pending=null);c=c.next}lh=0;P=O=N=null;mh=!1;if(null===X||null===X.return)return S=hj,kj=b,X=null;a:{var e=a,f=X.return,g=X,h=b;b=U;g.effectTag|=2048;g.firstEffect=g.lastEffect=null;if(null!==h&&\"object\"===typeof h&&\"function\"===typeof h.then){var k=h;if(0===(g.mode&2)){var l=g.alternate;l?(g.updateQueue=l.updateQueue,g.memoizedState=l.memoizedState,g.expirationTime=l.expirationTime):(g.updateQueue=\nnull,g.memoizedState=null)}var m=0!==(M.current&1),p=f;do{var x;if(x=13===p.tag){var z=p.memoizedState;if(null!==z)x=null!==z.dehydrated?!0:!1;else{var ca=p.memoizedProps;x=void 0===ca.fallback?!1:!0!==ca.unstable_avoidThisFallback?!0:m?!1:!0}}if(x){var D=p.updateQueue;if(null===D){var t=new Set;t.add(k);p.updateQueue=t}else D.add(k);if(0===(p.mode&2)){p.effectTag|=64;g.effectTag&=-2981;if(1===g.tag)if(null===g.alternate)g.tag=17;else{var y=wg(1073741823,null);y.tag=2;xg(g,y)}g.expirationTime=1073741823;\nbreak a}h=void 0;g=b;var A=e.pingCache;null===A?(A=e.pingCache=new Wi,h=new Set,A.set(k,h)):(h=A.get(k),void 0===h&&(h=new Set,A.set(k,h)));if(!h.has(g)){h.add(g);var q=Oj.bind(null,e,k,g);k.then(q,q)}p.effectTag|=4096;p.expirationTime=b;break a}p=p.return}while(null!==p);h=Error((pb(g.type)||\"A React component\")+\" suspended while rendering, but no fallback UI was specified.\\n\\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.\"+qb(g))}S!==\njj&&(S=ij);h=Ai(h,g);p=f;do{switch(p.tag){case 3:k=h;p.effectTag|=4096;p.expirationTime=b;var B=Xi(p,k,b);yg(p,B);break a;case 1:k=h;var w=p.type,ub=p.stateNode;if(0===(p.effectTag&64)&&(\"function\"===typeof w.getDerivedStateFromError||null!==ub&&\"function\"===typeof ub.componentDidCatch&&(null===aj||!aj.has(ub)))){p.effectTag|=4096;p.expirationTime=b;var vb=$i(p,k,b);yg(p,vb);break a}}p=p.return}while(null!==p)}X=Pj(X)}catch(Xc){b=Xc;continue}break}while(1)}\nfunction Fj(){var a=cj.current;cj.current=sh;return null===a?sh:a}function Ag(a,b){a<lj&&2<a&&(lj=a);null!==b&&a<mj&&2<a&&(mj=a,nj=b)}function Bg(a){a>wi&&(wi=a)}function Kj(){for(;null!==X;)X=Qj(X)}function Gj(){for(;null!==X&&!Uf();)X=Qj(X)}function Qj(a){var b=Rj(a.alternate,a,U);a.memoizedProps=a.pendingProps;null===b&&(b=Pj(a));dj.current=null;return b}\nfunction Pj(a){X=a;do{var b=X.alternate;a=X.return;if(0===(X.effectTag&2048)){b=si(b,X,U);if(1===U||1!==X.childExpirationTime){for(var c=0,d=X.child;null!==d;){var e=d.expirationTime,f=d.childExpirationTime;e>c&&(c=e);f>c&&(c=f);d=d.sibling}X.childExpirationTime=c}if(null!==b)return b;null!==a&&0===(a.effectTag&2048)&&(null===a.firstEffect&&(a.firstEffect=X.firstEffect),null!==X.lastEffect&&(null!==a.lastEffect&&(a.lastEffect.nextEffect=X.firstEffect),a.lastEffect=X.lastEffect),1<X.effectTag&&(null!==\na.lastEffect?a.lastEffect.nextEffect=X:a.firstEffect=X,a.lastEffect=X))}else{b=zi(X);if(null!==b)return b.effectTag&=2047,b;null!==a&&(a.firstEffect=a.lastEffect=null,a.effectTag|=2048)}b=X.sibling;if(null!==b)return b;X=a}while(null!==X);S===ti&&(S=jj);return null}function Ij(a){var b=a.expirationTime;a=a.childExpirationTime;return b>a?b:a}function Jj(a){var b=ag();cg(99,Sj.bind(null,a,b));return null}\nfunction Sj(a,b){do Dj();while(null!==rj);if((W&(fj|gj))!==V)throw Error(u(327));var c=a.finishedWork,d=a.finishedExpirationTime;if(null===c)return null;a.finishedWork=null;a.finishedExpirationTime=0;if(c===a.current)throw Error(u(177));a.callbackNode=null;a.callbackExpirationTime=0;a.callbackPriority=90;a.nextKnownPendingLevel=0;var e=Ij(c);a.firstPendingTime=e;d<=a.lastSuspendedTime?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:d<=a.firstSuspendedTime&&(a.firstSuspendedTime=\nd-1);d<=a.lastPingedTime&&(a.lastPingedTime=0);d<=a.lastExpiredTime&&(a.lastExpiredTime=0);a===T&&(X=T=null,U=0);1<c.effectTag?null!==c.lastEffect?(c.lastEffect.nextEffect=c,e=c.firstEffect):e=c:e=c.firstEffect;if(null!==e){var f=W;W|=gj;dj.current=null;Dd=fd;var g=xd();if(yd(g)){if(\"selectionStart\"in g)var h={start:g.selectionStart,end:g.selectionEnd};else a:{h=(h=g.ownerDocument)&&h.defaultView||window;var k=h.getSelection&&h.getSelection();if(k&&0!==k.rangeCount){h=k.anchorNode;var l=k.anchorOffset,\nm=k.focusNode;k=k.focusOffset;try{h.nodeType,m.nodeType}catch(wb){h=null;break a}var p=0,x=-1,z=-1,ca=0,D=0,t=g,y=null;b:for(;;){for(var A;;){t!==h||0!==l&&3!==t.nodeType||(x=p+l);t!==m||0!==k&&3!==t.nodeType||(z=p+k);3===t.nodeType&&(p+=t.nodeValue.length);if(null===(A=t.firstChild))break;y=t;t=A}for(;;){if(t===g)break b;y===h&&++ca===l&&(x=p);y===m&&++D===k&&(z=p);if(null!==(A=t.nextSibling))break;t=y;y=t.parentNode}t=A}h=-1===x||-1===z?null:{start:x,end:z}}else h=null}h=h||{start:0,end:0}}else h=\nnull;Ed={activeElementDetached:null,focusedElem:g,selectionRange:h};fd=!1;Y=e;do try{Tj()}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);Y=e;do try{for(g=a,h=b;null!==Y;){var q=Y.effectTag;q&16&&Rb(Y.stateNode,\"\");if(q&128){var B=Y.alternate;if(null!==B){var w=B.ref;null!==w&&(\"function\"===typeof w?w(null):w.current=null)}}switch(q&1038){case 2:Pi(Y);Y.effectTag&=-3;break;case 6:Pi(Y);Y.effectTag&=-3;Si(Y.alternate,Y);break;case 1024:Y.effectTag&=-1025;break;case 1028:Y.effectTag&=\n-1025;Si(Y.alternate,Y);break;case 4:Si(Y.alternate,Y);break;case 8:l=Y,Mi(g,l,h),Ni(l)}Y=Y.nextEffect}}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);w=Ed;B=xd();q=w.focusedElem;h=w.selectionRange;if(B!==q&&q&&q.ownerDocument&&wd(q.ownerDocument.documentElement,q)){null!==h&&yd(q)&&(B=h.start,w=h.end,void 0===w&&(w=B),\"selectionStart\"in q?(q.selectionStart=B,q.selectionEnd=Math.min(w,q.value.length)):(w=(B=q.ownerDocument||document)&&B.defaultView||window,w.getSelection&&\n(w=w.getSelection(),l=q.textContent.length,g=Math.min(h.start,l),h=void 0===h.end?g:Math.min(h.end,l),!w.extend&&g>h&&(l=h,h=g,g=l),l=vd(q,g),m=vd(q,h),l&&m&&(1!==w.rangeCount||w.anchorNode!==l.node||w.anchorOffset!==l.offset||w.focusNode!==m.node||w.focusOffset!==m.offset)&&(B=B.createRange(),B.setStart(l.node,l.offset),w.removeAllRanges(),g>h?(w.addRange(B),w.extend(m.node,m.offset)):(B.setEnd(m.node,m.offset),w.addRange(B))))));B=[];for(w=q;w=w.parentNode;)1===w.nodeType&&B.push({element:w,left:w.scrollLeft,\ntop:w.scrollTop});\"function\"===typeof q.focus&&q.focus();for(q=0;q<B.length;q++)w=B[q],w.element.scrollLeft=w.left,w.element.scrollTop=w.top}fd=!!Dd;Ed=Dd=null;a.current=c;Y=e;do try{for(q=a;null!==Y;){var ub=Y.effectTag;ub&36&&Ji(q,Y.alternate,Y);if(ub&128){B=void 0;var vb=Y.ref;if(null!==vb){var Xc=Y.stateNode;switch(Y.tag){case 5:B=Xc;break;default:B=Xc}\"function\"===typeof vb?vb(B):vb.current=B}}Y=Y.nextEffect}}catch(wb){if(null===Y)throw Error(u(330));Ei(Y,wb);Y=Y.nextEffect}while(null!==Y);Y=\nnull;Vf();W=f}else a.current=c;if(qj)qj=!1,rj=a,sj=b;else for(Y=e;null!==Y;)b=Y.nextEffect,Y.nextEffect=null,Y=b;b=a.firstPendingTime;0===b&&(aj=null);1073741823===b?a===vj?uj++:(uj=0,vj=a):uj=0;\"function\"===typeof Uj&&Uj(c.stateNode,d);Z(a);if(Yi)throw Yi=!1,a=Zi,Zi=null,a;if((W&ej)!==V)return null;gg();return null}function Tj(){for(;null!==Y;){var a=Y.effectTag;0!==(a&256)&&Gi(Y.alternate,Y);0===(a&512)||qj||(qj=!0,dg(97,function(){Dj();return null}));Y=Y.nextEffect}}\nfunction Dj(){if(90!==sj){var a=97<sj?97:sj;sj=90;return cg(a,Vj)}}function Vj(){if(null===rj)return!1;var a=rj;rj=null;if((W&(fj|gj))!==V)throw Error(u(331));var b=W;W|=gj;for(a=a.current.firstEffect;null!==a;){try{var c=a;if(0!==(c.effectTag&512))switch(c.tag){case 0:case 11:case 15:case 22:Hi(5,c),Ii(5,c)}}catch(d){if(null===a)throw Error(u(330));Ei(a,d)}c=a.nextEffect;a.nextEffect=null;a=c}W=b;gg();return!0}\nfunction Wj(a,b,c){b=Ai(c,b);b=Xi(a,b,1073741823);xg(a,b);a=xj(a,1073741823);null!==a&&Z(a)}function Ei(a,b){if(3===a.tag)Wj(a,a,b);else for(var c=a.return;null!==c;){if(3===c.tag){Wj(c,a,b);break}else if(1===c.tag){var d=c.stateNode;if(\"function\"===typeof c.type.getDerivedStateFromError||\"function\"===typeof d.componentDidCatch&&(null===aj||!aj.has(d))){a=Ai(b,a);a=$i(c,a,1073741823);xg(c,a);c=xj(c,1073741823);null!==c&&Z(c);break}}c=c.return}}\nfunction Oj(a,b,c){var d=a.pingCache;null!==d&&d.delete(b);T===a&&U===c?S===vi||S===ui&&1073741823===lj&&$f()-Ti<pj?Ej(a,U):oj=!0:Aj(a,c)&&(b=a.lastPingedTime,0!==b&&b<c||(a.lastPingedTime=c,Z(a)))}function Vi(a,b){var c=a.stateNode;null!==c&&c.delete(b);b=0;0===b&&(b=Gg(),b=Hg(b,a,null));a=xj(a,b);null!==a&&Z(a)}var Rj;\nRj=function(a,b,c){var d=b.expirationTime;if(null!==a){var e=b.pendingProps;if(a.memoizedProps!==e||K.current)rg=!0;else{if(d<c){rg=!1;switch(b.tag){case 3:hi(b);Xh();break;case 5:fh(b);if(b.mode&4&&1!==c&&e.hidden)return b.expirationTime=b.childExpirationTime=1,null;break;case 1:L(b.type)&&Gf(b);break;case 4:dh(b,b.stateNode.containerInfo);break;case 10:d=b.memoizedProps.value;e=b.type._context;I(jg,e._currentValue);e._currentValue=d;break;case 13:if(null!==b.memoizedState){d=b.child.childExpirationTime;\nif(0!==d&&d>=c)return ji(a,b,c);I(M,M.current&1);b=$h(a,b,c);return null!==b?b.sibling:null}I(M,M.current&1);break;case 19:d=b.childExpirationTime>=c;if(0!==(a.effectTag&64)){if(d)return mi(a,b,c);b.effectTag|=64}e=b.memoizedState;null!==e&&(e.rendering=null,e.tail=null);I(M,M.current);if(!d)return null}return $h(a,b,c)}rg=!1}}else rg=!1;b.expirationTime=0;switch(b.tag){case 2:d=b.type;null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2);a=b.pendingProps;e=Cf(b,J.current);qg(b,c);e=oh(null,\nb,d,a,e,c);b.effectTag|=1;if(\"object\"===typeof e&&null!==e&&\"function\"===typeof e.render&&void 0===e.$$typeof){b.tag=1;b.memoizedState=null;b.updateQueue=null;if(L(d)){var f=!0;Gf(b)}else f=!1;b.memoizedState=null!==e.state&&void 0!==e.state?e.state:null;ug(b);var g=d.getDerivedStateFromProps;\"function\"===typeof g&&Fg(b,d,g,a);e.updater=Jg;b.stateNode=e;e._reactInternalFiber=b;Ng(b,d,a,c);b=gi(null,b,d,!0,f,c)}else b.tag=0,R(null,b,e,c),b=b.child;return b;case 16:a:{e=b.elementType;null!==a&&(a.alternate=\nnull,b.alternate=null,b.effectTag|=2);a=b.pendingProps;ob(e);if(1!==e._status)throw e._result;e=e._result;b.type=e;f=b.tag=Xj(e);a=ig(e,a);switch(f){case 0:b=di(null,b,e,a,c);break a;case 1:b=fi(null,b,e,a,c);break a;case 11:b=Zh(null,b,e,a,c);break a;case 14:b=ai(null,b,e,ig(e.type,a),d,c);break a}throw Error(u(306,e,\"\"));}return b;case 0:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),di(a,b,d,e,c);case 1:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),fi(a,b,d,e,c);\ncase 3:hi(b);d=b.updateQueue;if(null===a||null===d)throw Error(u(282));d=b.pendingProps;e=b.memoizedState;e=null!==e?e.element:null;vg(a,b);zg(b,d,null,c);d=b.memoizedState.element;if(d===e)Xh(),b=$h(a,b,c);else{if(e=b.stateNode.hydrate)Ph=Jd(b.stateNode.containerInfo.firstChild),Oh=b,e=Qh=!0;if(e)for(c=Yg(b,null,d,c),b.child=c;c;)c.effectTag=c.effectTag&-3|1024,c=c.sibling;else R(a,b,d,c),Xh();b=b.child}return b;case 5:return fh(b),null===a&&Uh(b),d=b.type,e=b.pendingProps,f=null!==a?a.memoizedProps:\nnull,g=e.children,Gd(d,e)?g=null:null!==f&&Gd(d,f)&&(b.effectTag|=16),ei(a,b),b.mode&4&&1!==c&&e.hidden?(b.expirationTime=b.childExpirationTime=1,b=null):(R(a,b,g,c),b=b.child),b;case 6:return null===a&&Uh(b),null;case 13:return ji(a,b,c);case 4:return dh(b,b.stateNode.containerInfo),d=b.pendingProps,null===a?b.child=Xg(b,null,d,c):R(a,b,d,c),b.child;case 11:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),Zh(a,b,d,e,c);case 7:return R(a,b,b.pendingProps,c),b.child;case 8:return R(a,\nb,b.pendingProps.children,c),b.child;case 12:return R(a,b,b.pendingProps.children,c),b.child;case 10:a:{d=b.type._context;e=b.pendingProps;g=b.memoizedProps;f=e.value;var h=b.type._context;I(jg,h._currentValue);h._currentValue=f;if(null!==g)if(h=g.value,f=$e(h,f)?0:(\"function\"===typeof d._calculateChangedBits?d._calculateChangedBits(h,f):1073741823)|0,0===f){if(g.children===e.children&&!K.current){b=$h(a,b,c);break a}}else for(h=b.child,null!==h&&(h.return=b);null!==h;){var k=h.dependencies;if(null!==\nk){g=h.child;for(var l=k.firstContext;null!==l;){if(l.context===d&&0!==(l.observedBits&f)){1===h.tag&&(l=wg(c,null),l.tag=2,xg(h,l));h.expirationTime<c&&(h.expirationTime=c);l=h.alternate;null!==l&&l.expirationTime<c&&(l.expirationTime=c);pg(h.return,c);k.expirationTime<c&&(k.expirationTime=c);break}l=l.next}}else g=10===h.tag?h.type===b.type?null:h.child:h.child;if(null!==g)g.return=h;else for(g=h;null!==g;){if(g===b){g=null;break}h=g.sibling;if(null!==h){h.return=g.return;g=h;break}g=g.return}h=\ng}R(a,b,e.children,c);b=b.child}return b;case 9:return e=b.type,f=b.pendingProps,d=f.children,qg(b,c),e=sg(e,f.unstable_observedBits),d=d(e),b.effectTag|=1,R(a,b,d,c),b.child;case 14:return e=b.type,f=ig(e,b.pendingProps),f=ig(e.type,f),ai(a,b,e,f,d,c);case 15:return ci(a,b,b.type,b.pendingProps,d,c);case 17:return d=b.type,e=b.pendingProps,e=b.elementType===d?e:ig(d,e),null!==a&&(a.alternate=null,b.alternate=null,b.effectTag|=2),b.tag=1,L(d)?(a=!0,Gf(b)):a=!1,qg(b,c),Lg(b,d,e),Ng(b,d,e,c),gi(null,\nb,d,!0,a,c);case 19:return mi(a,b,c)}throw Error(u(156,b.tag));};var Uj=null,Li=null;function Yj(a){if(\"undefined\"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var b=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(b.isDisabled||!b.supportsFiber)return!0;try{var c=b.inject(a);Uj=function(a){try{b.onCommitFiberRoot(c,a,void 0,64===(a.current.effectTag&64))}catch(e){}};Li=function(a){try{b.onCommitFiberUnmount(c,a)}catch(e){}}}catch(d){}return!0}\nfunction Zj(a,b,c,d){this.tag=a;this.key=c;this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null;this.index=0;this.ref=null;this.pendingProps=b;this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null;this.mode=d;this.effectTag=0;this.lastEffect=this.firstEffect=this.nextEffect=null;this.childExpirationTime=this.expirationTime=0;this.alternate=null}function Sh(a,b,c,d){return new Zj(a,b,c,d)}\nfunction bi(a){a=a.prototype;return!(!a||!a.isReactComponent)}function Xj(a){if(\"function\"===typeof a)return bi(a)?1:0;if(void 0!==a&&null!==a){a=a.$$typeof;if(a===gb)return 11;if(a===jb)return 14}return 2}\nfunction Sg(a,b){var c=a.alternate;null===c?(c=Sh(a.tag,b,a.key,a.mode),c.elementType=a.elementType,c.type=a.type,c.stateNode=a.stateNode,c.alternate=a,a.alternate=c):(c.pendingProps=b,c.effectTag=0,c.nextEffect=null,c.firstEffect=null,c.lastEffect=null);c.childExpirationTime=a.childExpirationTime;c.expirationTime=a.expirationTime;c.child=a.child;c.memoizedProps=a.memoizedProps;c.memoizedState=a.memoizedState;c.updateQueue=a.updateQueue;b=a.dependencies;c.dependencies=null===b?null:{expirationTime:b.expirationTime,\nfirstContext:b.firstContext,responders:b.responders};c.sibling=a.sibling;c.index=a.index;c.ref=a.ref;return c}\nfunction Ug(a,b,c,d,e,f){var g=2;d=a;if(\"function\"===typeof a)bi(a)&&(g=1);else if(\"string\"===typeof a)g=5;else a:switch(a){case ab:return Wg(c.children,e,f,b);case fb:g=8;e|=7;break;case bb:g=8;e|=1;break;case cb:return a=Sh(12,c,b,e|8),a.elementType=cb,a.type=cb,a.expirationTime=f,a;case hb:return a=Sh(13,c,b,e),a.type=hb,a.elementType=hb,a.expirationTime=f,a;case ib:return a=Sh(19,c,b,e),a.elementType=ib,a.expirationTime=f,a;default:if(\"object\"===typeof a&&null!==a)switch(a.$$typeof){case db:g=\n10;break a;case eb:g=9;break a;case gb:g=11;break a;case jb:g=14;break a;case kb:g=16;d=null;break a;case lb:g=22;break a}throw Error(u(130,null==a?a:typeof a,\"\"));}b=Sh(g,c,b,e);b.elementType=a;b.type=d;b.expirationTime=f;return b}function Wg(a,b,c,d){a=Sh(7,a,d,b);a.expirationTime=c;return a}function Tg(a,b,c){a=Sh(6,a,null,b);a.expirationTime=c;return a}\nfunction Vg(a,b,c){b=Sh(4,null!==a.children?a.children:[],a.key,b);b.expirationTime=c;b.stateNode={containerInfo:a.containerInfo,pendingChildren:null,implementation:a.implementation};return b}\nfunction ak(a,b,c){this.tag=b;this.current=null;this.containerInfo=a;this.pingCache=this.pendingChildren=null;this.finishedExpirationTime=0;this.finishedWork=null;this.timeoutHandle=-1;this.pendingContext=this.context=null;this.hydrate=c;this.callbackNode=null;this.callbackPriority=90;this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}\nfunction Aj(a,b){var c=a.firstSuspendedTime;a=a.lastSuspendedTime;return 0!==c&&c>=b&&a<=b}function xi(a,b){var c=a.firstSuspendedTime,d=a.lastSuspendedTime;c<b&&(a.firstSuspendedTime=b);if(d>b||0===c)a.lastSuspendedTime=b;b<=a.lastPingedTime&&(a.lastPingedTime=0);b<=a.lastExpiredTime&&(a.lastExpiredTime=0)}\nfunction yi(a,b){b>a.firstPendingTime&&(a.firstPendingTime=b);var c=a.firstSuspendedTime;0!==c&&(b>=c?a.firstSuspendedTime=a.lastSuspendedTime=a.nextKnownPendingLevel=0:b>=a.lastSuspendedTime&&(a.lastSuspendedTime=b+1),b>a.nextKnownPendingLevel&&(a.nextKnownPendingLevel=b))}function Cj(a,b){var c=a.lastExpiredTime;if(0===c||c>b)a.lastExpiredTime=b}\nfunction bk(a,b,c,d){var e=b.current,f=Gg(),g=Dg.suspense;f=Hg(f,e,g);a:if(c){c=c._reactInternalFiber;b:{if(dc(c)!==c||1!==c.tag)throw Error(u(170));var h=c;do{switch(h.tag){case 3:h=h.stateNode.context;break b;case 1:if(L(h.type)){h=h.stateNode.__reactInternalMemoizedMergedChildContext;break b}}h=h.return}while(null!==h);throw Error(u(171));}if(1===c.tag){var k=c.type;if(L(k)){c=Ff(c,k,h);break a}}c=h}else c=Af;null===b.context?b.context=c:b.pendingContext=c;b=wg(f,g);b.payload={element:a};d=void 0===\nd?null:d;null!==d&&(b.callback=d);xg(e,b);Ig(e,f);return f}function ck(a){a=a.current;if(!a.child)return null;switch(a.child.tag){case 5:return a.child.stateNode;default:return a.child.stateNode}}function dk(a,b){a=a.memoizedState;null!==a&&null!==a.dehydrated&&a.retryTime<b&&(a.retryTime=b)}function ek(a,b){dk(a,b);(a=a.alternate)&&dk(a,b)}\nfunction fk(a,b,c){c=null!=c&&!0===c.hydrate;var d=new ak(a,b,c),e=Sh(3,null,null,2===b?7:1===b?3:0);d.current=e;e.stateNode=d;ug(e);a[Od]=d.current;c&&0!==b&&Jc(a,9===a.nodeType?a:a.ownerDocument);this._internalRoot=d}fk.prototype.render=function(a){bk(a,this._internalRoot,null,null)};fk.prototype.unmount=function(){var a=this._internalRoot,b=a.containerInfo;bk(null,a,null,function(){b[Od]=null})};\nfunction gk(a){return!(!a||1!==a.nodeType&&9!==a.nodeType&&11!==a.nodeType&&(8!==a.nodeType||\" react-mount-point-unstable \"!==a.nodeValue))}function hk(a,b){b||(b=a?9===a.nodeType?a.documentElement:a.firstChild:null,b=!(!b||1!==b.nodeType||!b.hasAttribute(\"data-reactroot\")));if(!b)for(var c;c=a.lastChild;)a.removeChild(c);return new fk(a,0,b?{hydrate:!0}:void 0)}\nfunction ik(a,b,c,d,e){var f=c._reactRootContainer;if(f){var g=f._internalRoot;if(\"function\"===typeof e){var h=e;e=function(){var a=ck(g);h.call(a)}}bk(b,g,a,e)}else{f=c._reactRootContainer=hk(c,d);g=f._internalRoot;if(\"function\"===typeof e){var k=e;e=function(){var a=ck(g);k.call(a)}}Nj(function(){bk(b,g,a,e)})}return ck(g)}function jk(a,b,c){var d=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:$a,key:null==d?null:\"\"+d,children:a,containerInfo:b,implementation:c}}\nwc=function(a){if(13===a.tag){var b=hg(Gg(),150,100);Ig(a,b);ek(a,b)}};xc=function(a){13===a.tag&&(Ig(a,3),ek(a,3))};yc=function(a){if(13===a.tag){var b=Gg();b=Hg(b,a,null);Ig(a,b);ek(a,b)}};\nza=function(a,b,c){switch(b){case \"input\":Cb(a,c);b=c.name;if(\"radio\"===c.type&&null!=b){for(c=a;c.parentNode;)c=c.parentNode;c=c.querySelectorAll(\"input[name=\"+JSON.stringify(\"\"+b)+'][type=\"radio\"]');for(b=0;b<c.length;b++){var d=c[b];if(d!==a&&d.form===a.form){var e=Qd(d);if(!e)throw Error(u(90));yb(d);Cb(d,e)}}}break;case \"textarea\":Kb(a,c);break;case \"select\":b=c.value,null!=b&&Hb(a,!!c.multiple,b,!1)}};Fa=Mj;\nGa=function(a,b,c,d,e){var f=W;W|=4;try{return cg(98,a.bind(null,b,c,d,e))}finally{W=f,W===V&&gg()}};Ha=function(){(W&(1|fj|gj))===V&&(Lj(),Dj())};Ia=function(a,b){var c=W;W|=2;try{return a(b)}finally{W=c,W===V&&gg()}};function kk(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!gk(b))throw Error(u(200));return jk(a,b,null,c)}var lk={Events:[Nc,Pd,Qd,xa,ta,Xd,function(a){jc(a,Wd)},Da,Ea,id,mc,Dj,{current:!1}]};\n(function(a){var b=a.findFiberByHostInstance;return Yj(n({},a,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Wa.ReactCurrentDispatcher,findHostInstanceByFiber:function(a){a=hc(a);return null===a?null:a.stateNode},findFiberByHostInstance:function(a){return b?b(a):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null}))})({findFiberByHostInstance:tc,bundleType:0,version:\"16.14.0\",\nrendererPackageName:\"react-dom\"});exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=lk;exports.createPortal=kk;exports.findDOMNode=function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;if(void 0===b){if(\"function\"===typeof a.render)throw Error(u(188));throw Error(u(268,Object.keys(a)));}a=hc(b);a=null===a?null:a.stateNode;return a};\nexports.flushSync=function(a,b){if((W&(fj|gj))!==V)throw Error(u(187));var c=W;W|=1;try{return cg(99,a.bind(null,b))}finally{W=c,gg()}};exports.hydrate=function(a,b,c){if(!gk(b))throw Error(u(200));return ik(null,a,b,!0,c)};exports.render=function(a,b,c){if(!gk(b))throw Error(u(200));return ik(null,a,b,!1,c)};\nexports.unmountComponentAtNode=function(a){if(!gk(a))throw Error(u(40));return a._reactRootContainer?(Nj(function(){ik(null,null,a,!1,function(){a._reactRootContainer=null;a[Od]=null})}),!0):!1};exports.unstable_batchedUpdates=Mj;exports.unstable_createPortal=function(a,b){return kk(a,b,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)};\nexports.unstable_renderSubtreeIntoContainer=function(a,b,c,d){if(!gk(c))throw Error(u(200));if(null==a||void 0===a._reactInternalFiber)throw Error(u(38));return ik(a,b,c,!1,d)};exports.version=\"16.14.0\";\n","'use strict';\n\nfunction checkDCE() {\n  /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\n  if (\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\n    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\n  ) {\n    return;\n  }\n  if (process.env.NODE_ENV !== 'production') {\n    // This branch is unreachable because this function is only called\n    // in production, but the condition is true only in development.\n    // Therefore if the branch is still here, dead code elimination wasn't\n    // properly applied.\n    // Don't change the message. React DevTools relies on it. Also make sure\n    // this message doesn't occur elsewhere in this function, or it will cause\n    // a false positive.\n    throw new Error('^_^');\n  }\n  try {\n    // Verify that the code above has been dead code eliminated (DCE'd).\n    __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\n  } catch (err) {\n    // DevTools shouldn't crash React, no matter what.\n    // We should still report in case we break this code.\n    console.error(err);\n  }\n}\n\nif (process.env.NODE_ENV === 'production') {\n  // DCE check should happen before ReactDOM bundle executes so that\n  // DevTools can report bad minification during injection.\n  checkDCE();\n  module.exports = require('./cjs/react-dom.production.min.js');\n} else {\n  module.exports = require('./cjs/react-dom.development.js');\n}\n","'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\n\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nvar ChevronDown = function ChevronDown(props) {\n  var color = props.color,\n      size = props.size,\n      otherProps = _objectWithoutProperties(props, ['color', 'size']);\n\n  return _react2.default.createElement(\n    'svg',\n    _extends({\n      xmlns: 'http://www.w3.org/2000/svg',\n      width: size,\n      height: size,\n      viewBox: '0 0 24 24',\n      fill: 'none',\n      stroke: color,\n      strokeWidth: '2',\n      strokeLinecap: 'round',\n      strokeLinejoin: 'round'\n    }, otherProps),\n    _react2.default.createElement('polyline', { points: '6 9 12 15 18 9' })\n  );\n};\n\nChevronDown.propTypes = {\n  color: _propTypes2.default.string,\n  size: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number])\n};\n\nChevronDown.defaultProps = {\n  color: 'currentColor',\n  size: '24'\n};\n\nexports.default = ChevronDown;","'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\n\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nvar Edit2 = function Edit2(props) {\n  var color = props.color,\n      size = props.size,\n      otherProps = _objectWithoutProperties(props, ['color', 'size']);\n\n  return _react2.default.createElement(\n    'svg',\n    _extends({\n      xmlns: 'http://www.w3.org/2000/svg',\n      width: size,\n      height: size,\n      viewBox: '0 0 24 24',\n      fill: 'none',\n      stroke: color,\n      strokeWidth: '2',\n      strokeLinecap: 'round',\n      strokeLinejoin: 'round'\n    }, otherProps),\n    _react2.default.createElement('polygon', { points: '16 3 21 8 8 21 3 21 3 16 16 3' })\n  );\n};\n\nEdit2.propTypes = {\n  color: _propTypes2.default.string,\n  size: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number])\n};\n\nEdit2.defaultProps = {\n  color: 'currentColor',\n  size: '24'\n};\n\nexports.default = Edit2;","'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\n\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nvar _react = require('react');\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _propTypes = require('prop-types');\n\nvar _propTypes2 = _interopRequireDefault(_propTypes);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }\n\nvar Search = function Search(props) {\n  var color = props.color,\n      size = props.size,\n      otherProps = _objectWithoutProperties(props, ['color', 'size']);\n\n  return _react2.default.createElement(\n    'svg',\n    _extends({\n      xmlns: 'http://www.w3.org/2000/svg',\n      width: size,\n      height: size,\n      viewBox: '0 0 24 24',\n      fill: 'none',\n      stroke: color,\n      strokeWidth: '2',\n      strokeLinecap: 'round',\n      strokeLinejoin: 'round'\n    }, otherProps),\n    _react2.default.createElement('circle', { cx: '11', cy: '11', r: '8' }),\n    _react2.default.createElement('line', { x1: '21', y1: '21', x2: '16.65', y2: '16.65' })\n  );\n};\n\nSearch.propTypes = {\n  color: _propTypes2.default.string,\n  size: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number])\n};\n\nSearch.defaultProps = {\n  color: 'currentColor',\n  size: '24'\n};\n\nexports.default = Search;","import React, { PureComponent } from 'react'\n\nclass GitHubButton extends PureComponent {\n  constructor (props) {\n    super(props)\n    this.$ = React.createRef()\n    this._ = React.createRef()\n  }\n  render () {\n    return React.createElement('span', { ref: this.$ }, React.createElement('a', { ...this.props, ref: this._ }, this.props.children))\n  }\n  componentDidMount () {\n    this.paint()\n  }\n  componentWillUpdate () {\n    this.reset()\n  }\n  componentDidUpdate () {\n    this.paint()\n  }\n  componentWillUnmount () {\n    this.reset()\n  }\n  paint () {\n    const _ = this.$.current.appendChild(document.createElement('span'))\n    import(/* webpackMode: \"eager\" */ 'github-buttons').then(({ render }) => {\n      render(_.appendChild(this._.current), function (el) {\n        try {\n          _.parentNode.replaceChild(el, _)\n        } catch (_) {}\n      })\n    })\n  }\n  reset () {\n    this.$.current.replaceChild(this._.current, this.$.current.lastChild)\n  }\n}\n\nexport default GitHubButton\n","/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n  module.exports = require('./cjs/react-is.production.min.js');\n} else {\n  module.exports = require('./cjs/react-is.development.js');\n}\n","import _extends from \"@babel/runtime/helpers/extends\";\nimport _objectSpread from \"@babel/runtime/helpers/objectSpread\";\nimport React from 'react';\nexport function createStyleObject(classNames) {\n  var elementStyle = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n  var stylesheet = arguments.length > 2 ? arguments[2] : undefined;\n  return classNames.reduce(function (styleObject, className) {\n    return _objectSpread({}, styleObject, stylesheet[className]);\n  }, elementStyle);\n}\nexport function createClassNameString(classNames) {\n  return classNames.join(' ');\n}\nexport function createChildren(stylesheet, useInlineStyles) {\n  var childrenCount = 0;\n  return function (children) {\n    childrenCount += 1;\n    return children.map(function (child, i) {\n      return createElement({\n        node: child,\n        stylesheet: stylesheet,\n        useInlineStyles: useInlineStyles,\n        key: \"code-segment-\".concat(childrenCount, \"-\").concat(i)\n      });\n    });\n  };\n}\nexport default function createElement(_ref) {\n  var node = _ref.node,\n      stylesheet = _ref.stylesheet,\n      _ref$style = _ref.style,\n      style = _ref$style === void 0 ? {} : _ref$style,\n      useInlineStyles = _ref.useInlineStyles,\n      key = _ref.key;\n  var properties = node.properties,\n      type = node.type,\n      TagName = node.tagName,\n      value = node.value;\n\n  if (type === 'text') {\n    return value;\n  } else if (TagName) {\n    var childrenCreator = createChildren(stylesheet, useInlineStyles);\n    var nonStylesheetClassNames = useInlineStyles && properties.className && properties.className.filter(function (className) {\n      return !stylesheet[className];\n    });\n    var className = nonStylesheetClassNames && nonStylesheetClassNames.length ? nonStylesheetClassNames : undefined;\n    var props = useInlineStyles ? _objectSpread({}, properties, {\n      className: className && createClassNameString(className)\n    }, {\n      style: createStyleObject(properties.className, Object.assign({}, properties.style, style), stylesheet)\n    }) : _objectSpread({}, properties, {\n      className: createClassNameString(properties.className)\n    });\n    var children = childrenCreator(node.children);\n    return React.createElement(TagName, _extends({\n      key: key\n    }, props), children);\n  }\n}","import _objectWithoutProperties from \"@babel/runtime/helpers/objectWithoutProperties\";\nimport React from 'react';\nimport createElement from './create-element';\nvar newLineRegex = /\\n/g;\n\nfunction getNewLines(str) {\n  return str.match(newLineRegex);\n}\n\nfunction getLineNumbers(_ref) {\n  var lines = _ref.lines,\n      startingLineNumber = _ref.startingLineNumber,\n      style = _ref.style;\n  return lines.map(function (_, i) {\n    var number = i + startingLineNumber;\n    return React.createElement(\"span\", {\n      key: \"line-\".concat(i),\n      className: \"react-syntax-highlighter-line-number\",\n      style: typeof style === 'function' ? style(number) : style\n    }, \"\".concat(number, \"\\n\"));\n  });\n}\n\nfunction LineNumbers(_ref2) {\n  var codeString = _ref2.codeString,\n      codeStyle = _ref2.codeStyle,\n      _ref2$containerStyle = _ref2.containerStyle,\n      containerStyle = _ref2$containerStyle === void 0 ? {\n    float: 'left',\n    paddingRight: '10px'\n  } : _ref2$containerStyle,\n      _ref2$numberStyle = _ref2.numberStyle,\n      numberStyle = _ref2$numberStyle === void 0 ? {} : _ref2$numberStyle,\n      startingLineNumber = _ref2.startingLineNumber;\n  return React.createElement(\"code\", {\n    style: Object.assign({}, codeStyle, containerStyle)\n  }, getLineNumbers({\n    lines: codeString.replace(/\\n$/, '').split('\\n'),\n    style: numberStyle,\n    startingLineNumber: startingLineNumber\n  }));\n}\n\nfunction createLineElement(_ref3) {\n  var children = _ref3.children,\n      lineNumber = _ref3.lineNumber,\n      lineProps = _ref3.lineProps,\n      _ref3$className = _ref3.className,\n      className = _ref3$className === void 0 ? [] : _ref3$className;\n  var properties = (typeof lineProps === 'function' ? lineProps(lineNumber) : lineProps) || {};\n  properties.className = properties.className ? className.concat(properties.className) : className;\n  return {\n    type: 'element',\n    tagName: 'span',\n    properties: properties,\n    children: children\n  };\n}\n\nfunction flattenCodeTree(tree) {\n  var className = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];\n  var newTree = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];\n\n  for (var i = 0; i < tree.length; i++) {\n    var node = tree[i];\n\n    if (node.type === 'text') {\n      newTree.push(createLineElement({\n        children: [node],\n        className: className\n      }));\n    } else if (node.children) {\n      var classNames = className.concat(node.properties.className);\n      newTree = newTree.concat(flattenCodeTree(node.children, classNames));\n    }\n  }\n\n  return newTree;\n}\n\nfunction wrapLinesInSpan(codeTree, lineProps) {\n  var tree = flattenCodeTree(codeTree.value);\n  var newTree = [];\n  var lastLineBreakIndex = -1;\n  var index = 0;\n\n  var _loop = function _loop() {\n    var node = tree[index];\n    var value = node.children[0].value;\n    var newLines = getNewLines(value);\n\n    if (newLines) {\n      var splitValue = value.split('\\n');\n      splitValue.forEach(function (text, i) {\n        var lineNumber = newTree.length + 1;\n        var newChild = {\n          type: 'text',\n          value: \"\".concat(text, \"\\n\")\n        };\n\n        if (i === 0) {\n          var _children = tree.slice(lastLineBreakIndex + 1, index).concat(createLineElement({\n            children: [newChild],\n            className: node.properties.className\n          }));\n\n          newTree.push(createLineElement({\n            children: _children,\n            lineNumber: lineNumber,\n            lineProps: lineProps\n          }));\n        } else if (i === splitValue.length - 1) {\n          var stringChild = tree[index + 1] && tree[index + 1].children && tree[index + 1].children[0];\n\n          if (stringChild) {\n            var lastLineInPreviousSpan = {\n              type: 'text',\n              value: \"\".concat(text)\n            };\n            var newElem = createLineElement({\n              children: [lastLineInPreviousSpan],\n              className: node.properties.className\n            });\n            tree.splice(index + 1, 0, newElem);\n          } else {\n            newTree.push(createLineElement({\n              children: [newChild],\n              lineNumber: lineNumber,\n              lineProps: lineProps,\n              className: node.properties.className\n            }));\n          }\n        } else {\n          newTree.push(createLineElement({\n            children: [newChild],\n            lineNumber: lineNumber,\n            lineProps: lineProps,\n            className: node.properties.className\n          }));\n        }\n      });\n      lastLineBreakIndex = index;\n    }\n\n    index++;\n  };\n\n  while (index < tree.length) {\n    _loop();\n  }\n\n  if (lastLineBreakIndex !== tree.length - 1) {\n    var children = tree.slice(lastLineBreakIndex + 1, tree.length);\n\n    if (children && children.length) {\n      newTree.push(createLineElement({\n        children: children,\n        lineNumber: newTree.length + 1,\n        lineProps: lineProps\n      }));\n    }\n  }\n\n  return newTree;\n}\n\nfunction defaultRenderer(_ref4) {\n  var rows = _ref4.rows,\n      stylesheet = _ref4.stylesheet,\n      useInlineStyles = _ref4.useInlineStyles;\n  return rows.map(function (node, i) {\n    return createElement({\n      node: node,\n      stylesheet: stylesheet,\n      useInlineStyles: useInlineStyles,\n      key: \"code-segement\".concat(i)\n    });\n  });\n}\n\nfunction getCodeTree(_ref5) {\n  var astGenerator = _ref5.astGenerator,\n      language = _ref5.language,\n      code = _ref5.code,\n      defaultCodeValue = _ref5.defaultCodeValue;\n\n  if (astGenerator.getLanguage) {\n    var hasLanguage = language && astGenerator.getLanguage(language);\n\n    if (language === 'text') {\n      return {\n        value: defaultCodeValue,\n        language: 'text'\n      };\n    } else if (hasLanguage) {\n      return astGenerator.highlight(language, code);\n    } else {\n      return astGenerator.highlightAuto(code);\n    }\n  }\n\n  try {\n    return language && language !== 'text' ? {\n      value: astGenerator.highlight(code, language)\n    } : {\n      value: defaultCodeValue\n    };\n  } catch (e) {\n    return {\n      value: defaultCodeValue\n    };\n  }\n}\n\nexport default function (defaultAstGenerator, defaultStyle) {\n  return function SyntaxHighlighter(_ref6) {\n    var language = _ref6.language,\n        children = _ref6.children,\n        _ref6$style = _ref6.style,\n        style = _ref6$style === void 0 ? defaultStyle : _ref6$style,\n        _ref6$customStyle = _ref6.customStyle,\n        customStyle = _ref6$customStyle === void 0 ? {} : _ref6$customStyle,\n        _ref6$codeTagProps = _ref6.codeTagProps,\n        codeTagProps = _ref6$codeTagProps === void 0 ? {\n      style: style['code[class*=\"language-\"]']\n    } : _ref6$codeTagProps,\n        _ref6$useInlineStyles = _ref6.useInlineStyles,\n        useInlineStyles = _ref6$useInlineStyles === void 0 ? true : _ref6$useInlineStyles,\n        _ref6$showLineNumbers = _ref6.showLineNumbers,\n        showLineNumbers = _ref6$showLineNumbers === void 0 ? false : _ref6$showLineNumbers,\n        _ref6$startingLineNum = _ref6.startingLineNumber,\n        startingLineNumber = _ref6$startingLineNum === void 0 ? 1 : _ref6$startingLineNum,\n        lineNumberContainerStyle = _ref6.lineNumberContainerStyle,\n        lineNumberStyle = _ref6.lineNumberStyle,\n        wrapLines = _ref6.wrapLines,\n        _ref6$lineProps = _ref6.lineProps,\n        lineProps = _ref6$lineProps === void 0 ? {} : _ref6$lineProps,\n        renderer = _ref6.renderer,\n        _ref6$PreTag = _ref6.PreTag,\n        PreTag = _ref6$PreTag === void 0 ? 'pre' : _ref6$PreTag,\n        _ref6$CodeTag = _ref6.CodeTag,\n        CodeTag = _ref6$CodeTag === void 0 ? 'code' : _ref6$CodeTag,\n        _ref6$code = _ref6.code,\n        code = _ref6$code === void 0 ? Array.isArray(children) ? children[0] : children : _ref6$code,\n        astGenerator = _ref6.astGenerator,\n        rest = _objectWithoutProperties(_ref6, [\"language\", \"children\", \"style\", \"customStyle\", \"codeTagProps\", \"useInlineStyles\", \"showLineNumbers\", \"startingLineNumber\", \"lineNumberContainerStyle\", \"lineNumberStyle\", \"wrapLines\", \"lineProps\", \"renderer\", \"PreTag\", \"CodeTag\", \"code\", \"astGenerator\"]);\n\n    astGenerator = astGenerator || defaultAstGenerator;\n    var lineNumbers = showLineNumbers ? React.createElement(LineNumbers, {\n      containerStyle: lineNumberContainerStyle,\n      codeStyle: codeTagProps.style || {},\n      numberStyle: lineNumberStyle,\n      startingLineNumber: startingLineNumber,\n      codeString: code\n    }) : null;\n    var defaultPreStyle = style.hljs || style['pre[class*=\"language-\"]'] || {\n      backgroundColor: '#fff'\n    };\n    var preProps = useInlineStyles ? Object.assign({}, rest, {\n      style: Object.assign({}, defaultPreStyle, customStyle)\n    }) : Object.assign({}, rest, {\n      className: 'hljs'\n    });\n\n    if (!astGenerator) {\n      return React.createElement(PreTag, preProps, lineNumbers, React.createElement(CodeTag, codeTagProps, code));\n    }\n    /*\n     * some custom renderers rely on individual row elements so we need to turn wrapLines on\n     * if renderer is provided and wrapLines is undefined\n     */\n\n\n    wrapLines = renderer && wrapLines === undefined ? true : wrapLines;\n    renderer = renderer || defaultRenderer;\n    var defaultCodeValue = [{\n      type: 'text',\n      value: code\n    }];\n    var codeTree = getCodeTree({\n      astGenerator: astGenerator,\n      language: language,\n      code: code,\n      defaultCodeValue: defaultCodeValue\n    });\n\n    if (codeTree.language === null) {\n      codeTree.value = defaultCodeValue;\n    }\n\n    var tree = wrapLines ? wrapLinesInSpan(codeTree, lineProps) : codeTree.value;\n    return React.createElement(PreTag, preProps, lineNumbers, React.createElement(CodeTag, codeTagProps, renderer({\n      rows: tree,\n      stylesheet: style,\n      useInlineStyles: useInlineStyles\n    })));\n  };\n}","import highlight from './highlight';\nimport defaultStyle from './styles/hljs/default-style';\nimport lowlight from 'lowlight';\nimport supportedLanguages from './languages/hljs/supported-languages';\nvar highlighter = highlight(lowlight, defaultStyle);\nhighlighter.supportedLanguages = supportedLanguages;\nexport default highlighter;","export default {\n  \"hljs\": {\n    \"display\": \"block\",\n    \"overflowX\": \"auto\",\n    \"padding\": \"0.5em\",\n    \"background\": \"#F0F0F0\",\n    \"color\": \"#444\"\n  },\n  \"hljs-subst\": {\n    \"color\": \"#444\"\n  },\n  \"hljs-comment\": {\n    \"color\": \"#888888\"\n  },\n  \"hljs-keyword\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-attribute\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-selector-tag\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-meta-keyword\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-doctag\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-name\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-type\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-string\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-number\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-selector-id\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-selector-class\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-quote\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-template-tag\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-deletion\": {\n    \"color\": \"#880000\"\n  },\n  \"hljs-title\": {\n    \"color\": \"#880000\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-section\": {\n    \"color\": \"#880000\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-regexp\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-symbol\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-variable\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-template-variable\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-link\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-selector-attr\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-selector-pseudo\": {\n    \"color\": \"#BC6060\"\n  },\n  \"hljs-literal\": {\n    \"color\": \"#78A960\"\n  },\n  \"hljs-built_in\": {\n    \"color\": \"#397300\"\n  },\n  \"hljs-bullet\": {\n    \"color\": \"#397300\"\n  },\n  \"hljs-code\": {\n    \"color\": \"#397300\"\n  },\n  \"hljs-addition\": {\n    \"color\": \"#397300\"\n  },\n  \"hljs-meta\": {\n    \"color\": \"#1f7199\"\n  },\n  \"hljs-meta-string\": {\n    \"color\": \"#4d99bf\"\n  },\n  \"hljs-emphasis\": {\n    \"fontStyle\": \"italic\"\n  },\n  \"hljs-strong\": {\n    \"fontWeight\": \"bold\"\n  }\n};","export default ['1c', 'abnf', 'accesslog', 'actionscript', 'ada', 'angelscript', 'apache', 'applescript', 'arcade', 'arduino', 'armasm', 'asciidoc', 'aspectj', 'autohotkey', 'autoit', 'avrasm', 'awk', 'axapta', 'bash', 'basic', 'bnf', 'brainfuck', 'cal', 'capnproto', 'ceylon', 'clean', 'clojure-repl', 'clojure', 'cmake', 'coffeescript', 'coq', 'cos', 'cpp', 'crmsh', 'crystal', 'cs', 'csp', 'css', 'd', 'dart', 'delphi', 'diff', 'django', 'dns', 'dockerfile', 'dos', 'dsconfig', 'dts', 'dust', 'ebnf', 'elixir', 'elm', 'erb', 'erlang-repl', 'erlang', 'excel', 'fix', 'flix', 'fortran', 'fsharp', 'gams', 'gauss', 'gcode', 'gherkin', 'glsl', 'gml', 'go', 'golo', 'gradle', 'groovy', 'haml', 'handlebars', 'haskell', 'haxe', 'hsp', 'htmlbars', 'http', 'hy', 'inform7', 'ini', 'irpf90', 'isbl', 'java', 'javascript', 'jboss-cli', 'json', 'julia-repl', 'julia', 'kotlin', 'lasso', 'ldif', 'leaf', 'less', 'lisp', 'livecodeserver', 'livescript', 'llvm', 'lsl', 'lua', 'makefile', 'markdown', 'mathematica', 'matlab', 'maxima', 'mel', 'mercury', 'mipsasm', 'mizar', 'mojolicious', 'monkey', 'moonscript', 'n1ql', 'nginx', 'nimrod', 'nix', 'nsis', 'objectivec', 'ocaml', 'openscad', 'oxygene', 'parser3', 'perl', 'pf', 'pgsql', 'php', 'plaintext', 'pony', 'powershell', 'processing', 'profile', 'prolog', 'properties', 'protobuf', 'puppet', 'purebasic', 'python', 'q', 'qml', 'r', 'reasonml', 'rib', 'roboconf', 'routeros', 'rsl', 'ruby', 'ruleslanguage', 'rust', 'sas', 'scala', 'scheme', 'scilab', 'scss', 'shell', 'smali', 'smalltalk', 'sml', 'sqf', 'sql', 'stan', 'stata', 'step21', 'stylus', 'subunit', 'swift', 'taggerscript', 'tap', 'tcl', 'tex', 'thrift', 'tp', 'twig', 'typescript', 'vala', 'vbnet', 'vbscript-html', 'vbscript', 'verilog', 'vhdl', 'vim', 'x86asm', 'xl', 'xml', 'xquery', 'yaml', 'zephir'];","export default {\n  \"hljs\": {\n    \"display\": \"block\",\n    \"overflowX\": \"auto\",\n    \"padding\": \"0.5em\",\n    \"background\": \"#444\",\n    \"color\": \"#ddd\"\n  },\n  \"hljs-keyword\": {\n    \"color\": \"white\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-selector-tag\": {\n    \"color\": \"white\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-literal\": {\n    \"color\": \"white\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-section\": {\n    \"color\": \"white\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-link\": {\n    \"color\": \"white\"\n  },\n  \"hljs-subst\": {\n    \"color\": \"#ddd\"\n  },\n  \"hljs-string\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-title\": {\n    \"color\": \"#d88\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-name\": {\n    \"color\": \"#d88\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-type\": {\n    \"color\": \"#d88\",\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-attribute\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-symbol\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-bullet\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-built_in\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-addition\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-variable\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-template-tag\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-template-variable\": {\n    \"color\": \"#d88\"\n  },\n  \"hljs-comment\": {\n    \"color\": \"#777\"\n  },\n  \"hljs-quote\": {\n    \"color\": \"#777\"\n  },\n  \"hljs-deletion\": {\n    \"color\": \"#777\"\n  },\n  \"hljs-meta\": {\n    \"color\": \"#777\"\n  },\n  \"hljs-doctag\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-strong\": {\n    \"fontWeight\": \"bold\"\n  },\n  \"hljs-emphasis\": {\n    \"fontStyle\": \"italic\"\n  }\n};","/** @license React v16.14.0\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var l=require(\"object-assign\"),n=\"function\"===typeof Symbol&&Symbol.for,p=n?Symbol.for(\"react.element\"):60103,q=n?Symbol.for(\"react.portal\"):60106,r=n?Symbol.for(\"react.fragment\"):60107,t=n?Symbol.for(\"react.strict_mode\"):60108,u=n?Symbol.for(\"react.profiler\"):60114,v=n?Symbol.for(\"react.provider\"):60109,w=n?Symbol.for(\"react.context\"):60110,x=n?Symbol.for(\"react.forward_ref\"):60112,y=n?Symbol.for(\"react.suspense\"):60113,z=n?Symbol.for(\"react.memo\"):60115,A=n?Symbol.for(\"react.lazy\"):\n60116,B=\"function\"===typeof Symbol&&Symbol.iterator;function C(a){for(var b=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=1;c<arguments.length;c++)b+=\"&args[]=\"+encodeURIComponent(arguments[c]);return\"Minified React error #\"+a+\"; visit \"+b+\" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\"}\nvar D={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},E={};function F(a,b,c){this.props=a;this.context=b;this.refs=E;this.updater=c||D}F.prototype.isReactComponent={};F.prototype.setState=function(a,b){if(\"object\"!==typeof a&&\"function\"!==typeof a&&null!=a)throw Error(C(85));this.updater.enqueueSetState(this,a,b,\"setState\")};F.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\"forceUpdate\")};\nfunction G(){}G.prototype=F.prototype;function H(a,b,c){this.props=a;this.context=b;this.refs=E;this.updater=c||D}var I=H.prototype=new G;I.constructor=H;l(I,F.prototype);I.isPureReactComponent=!0;var J={current:null},K=Object.prototype.hasOwnProperty,L={key:!0,ref:!0,__self:!0,__source:!0};\nfunction M(a,b,c){var e,d={},g=null,k=null;if(null!=b)for(e in void 0!==b.ref&&(k=b.ref),void 0!==b.key&&(g=\"\"+b.key),b)K.call(b,e)&&!L.hasOwnProperty(e)&&(d[e]=b[e]);var f=arguments.length-2;if(1===f)d.children=c;else if(1<f){for(var h=Array(f),m=0;m<f;m++)h[m]=arguments[m+2];d.children=h}if(a&&a.defaultProps)for(e in f=a.defaultProps,f)void 0===d[e]&&(d[e]=f[e]);return{$$typeof:p,type:a,key:g,ref:k,props:d,_owner:J.current}}\nfunction N(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function O(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+(\"\"+a).replace(/[=:]/g,function(a){return b[a]})}var P=/\\/+/g,Q=[];function R(a,b,c,e){if(Q.length){var d=Q.pop();d.result=a;d.keyPrefix=b;d.func=c;d.context=e;d.count=0;return d}return{result:a,keyPrefix:b,func:c,context:e,count:0}}\nfunction S(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>Q.length&&Q.push(a)}\nfunction T(a,b,c,e){var d=typeof a;if(\"undefined\"===d||\"boolean\"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case \"string\":case \"number\":g=!0;break;case \"object\":switch(a.$$typeof){case p:case q:g=!0}}if(g)return c(e,a,\"\"===b?\".\"+U(a,0):b),1;g=0;b=\"\"===b?\".\":b+\":\";if(Array.isArray(a))for(var k=0;k<a.length;k++){d=a[k];var f=b+U(d,k);g+=T(d,f,c,e)}else if(null===a||\"object\"!==typeof a?f=null:(f=B&&a[B]||a[\"@@iterator\"],f=\"function\"===typeof f?f:null),\"function\"===typeof f)for(a=f.call(a),k=\n0;!(d=a.next()).done;)d=d.value,f=b+U(d,k++),g+=T(d,f,c,e);else if(\"object\"===d)throw c=\"\"+a,Error(C(31,\"[object Object]\"===c?\"object with keys {\"+Object.keys(a).join(\", \")+\"}\":c,\"\"));return g}function V(a,b,c){return null==a?0:T(a,\"\",b,c)}function U(a,b){return\"object\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function W(a,b){a.func.call(a.context,b,a.count++)}\nfunction aa(a,b,c){var e=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?X(a,e,c,function(a){return a}):null!=a&&(O(a)&&(a=N(a,d+(!a.key||b&&b.key===a.key?\"\":(\"\"+a.key).replace(P,\"$&/\")+\"/\")+c)),e.push(a))}function X(a,b,c,e,d){var g=\"\";null!=c&&(g=(\"\"+c).replace(P,\"$&/\")+\"/\");b=R(b,g,e,d);V(a,aa,b);S(b)}var Y={current:null};function Z(){var a=Y.current;if(null===a)throw Error(C(321));return a}\nvar ba={ReactCurrentDispatcher:Y,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:J,IsSomeRendererActing:{current:!1},assign:l};exports.Children={map:function(a,b,c){if(null==a)return a;var e=[];X(a,e,null,b,c);return e},forEach:function(a,b,c){if(null==a)return a;b=R(null,null,b,c);V(a,W,b);S(b)},count:function(a){return V(a,function(){return null},null)},toArray:function(a){var b=[];X(a,b,null,function(a){return a});return b},only:function(a){if(!O(a))throw Error(C(143));return a}};\nexports.Component=F;exports.Fragment=r;exports.Profiler=u;exports.PureComponent=H;exports.StrictMode=t;exports.Suspense=y;exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ba;\nexports.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(C(267,a));var e=l({},a.props),d=a.key,g=a.ref,k=a._owner;if(null!=b){void 0!==b.ref&&(g=b.ref,k=J.current);void 0!==b.key&&(d=\"\"+b.key);if(a.type&&a.type.defaultProps)var f=a.type.defaultProps;for(h in b)K.call(b,h)&&!L.hasOwnProperty(h)&&(e[h]=void 0===b[h]&&void 0!==f?f[h]:b[h])}var h=arguments.length-2;if(1===h)e.children=c;else if(1<h){f=Array(h);for(var m=0;m<h;m++)f[m]=arguments[m+2];e.children=f}return{$$typeof:p,type:a.type,\nkey:d,ref:g,props:e,_owner:k}};exports.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a};exports.createElement=M;exports.createFactory=function(a){var b=M.bind(null,a);b.type=a;return b};exports.createRef=function(){return{current:null}};exports.forwardRef=function(a){return{$$typeof:x,render:a}};exports.isValidElement=O;\nexports.lazy=function(a){return{$$typeof:A,_ctor:a,_status:-1,_result:null}};exports.memo=function(a,b){return{$$typeof:z,type:a,compare:void 0===b?null:b}};exports.useCallback=function(a,b){return Z().useCallback(a,b)};exports.useContext=function(a,b){return Z().useContext(a,b)};exports.useDebugValue=function(){};exports.useEffect=function(a,b){return Z().useEffect(a,b)};exports.useImperativeHandle=function(a,b,c){return Z().useImperativeHandle(a,b,c)};\nexports.useLayoutEffect=function(a,b){return Z().useLayoutEffect(a,b)};exports.useMemo=function(a,b){return Z().useMemo(a,b)};exports.useReducer=function(a,b,c){return Z().useReducer(a,b,c)};exports.useRef=function(a){return Z().useRef(a)};exports.useState=function(a){return Z().useState(a)};exports.version=\"16.14.0\";\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n  module.exports = require('./cjs/react.production.min.js');\n} else {\n  module.exports = require('./cjs/react.development.js');\n}\n","module.exports = require('./lib/_stream_duplex.js');\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a duplex stream is just a stream that is both readable and writable.\n// Since JS doesn't have multiple prototypal inheritance, this class\n// prototypally inherits from Readable, and then parasitically from\n// Writable.\n\n'use strict';\n\n/*<replacement>*/\n\nvar pna = require('process-nextick-args');\n/*</replacement>*/\n\n/*<replacement>*/\nvar objectKeys = Object.keys || function (obj) {\n  var keys = [];\n  for (var key in obj) {\n    keys.push(key);\n  }return keys;\n};\n/*</replacement>*/\n\nmodule.exports = Duplex;\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nvar Readable = require('./_stream_readable');\nvar Writable = require('./_stream_writable');\n\nutil.inherits(Duplex, Readable);\n\n{\n  // avoid scope creep, the keys array can then be collected\n  var keys = objectKeys(Writable.prototype);\n  for (var v = 0; v < keys.length; v++) {\n    var method = keys[v];\n    if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method];\n  }\n}\n\nfunction Duplex(options) {\n  if (!(this instanceof Duplex)) return new Duplex(options);\n\n  Readable.call(this, options);\n  Writable.call(this, options);\n\n  if (options && options.readable === false) this.readable = false;\n\n  if (options && options.writable === false) this.writable = false;\n\n  this.allowHalfOpen = true;\n  if (options && options.allowHalfOpen === false) this.allowHalfOpen = false;\n\n  this.once('end', onend);\n}\n\nObject.defineProperty(Duplex.prototype, 'writableHighWaterMark', {\n  // making it explicit this property is not enumerable\n  // because otherwise some prototype manipulation in\n  // userland will fail\n  enumerable: false,\n  get: function () {\n    return this._writableState.highWaterMark;\n  }\n});\n\n// the no-half-open enforcer\nfunction onend() {\n  // if we allow half-open state, or if the writable side ended,\n  // then we're ok.\n  if (this.allowHalfOpen || this._writableState.ended) return;\n\n  // no more data can be written.\n  // But allow more writes to happen in this tick.\n  pna.nextTick(onEndNT, this);\n}\n\nfunction onEndNT(self) {\n  self.end();\n}\n\nObject.defineProperty(Duplex.prototype, 'destroyed', {\n  get: function () {\n    if (this._readableState === undefined || this._writableState === undefined) {\n      return false;\n    }\n    return this._readableState.destroyed && this._writableState.destroyed;\n  },\n  set: function (value) {\n    // we ignore the value if the stream\n    // has not been initialized yet\n    if (this._readableState === undefined || this._writableState === undefined) {\n      return;\n    }\n\n    // backward compatibility, the user is explicitly\n    // managing destroyed\n    this._readableState.destroyed = value;\n    this._writableState.destroyed = value;\n  }\n});\n\nDuplex.prototype._destroy = function (err, cb) {\n  this.push(null);\n  this.end();\n\n  pna.nextTick(cb, err);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a passthrough stream.\n// basically just the most minimal sort of Transform stream.\n// Every written chunk gets output as-is.\n\n'use strict';\n\nmodule.exports = PassThrough;\n\nvar Transform = require('./_stream_transform');\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nutil.inherits(PassThrough, Transform);\n\nfunction PassThrough(options) {\n  if (!(this instanceof PassThrough)) return new PassThrough(options);\n\n  Transform.call(this, options);\n}\n\nPassThrough.prototype._transform = function (chunk, encoding, cb) {\n  cb(null, chunk);\n};","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/*<replacement>*/\n\nvar pna = require('process-nextick-args');\n/*</replacement>*/\n\nmodule.exports = Readable;\n\n/*<replacement>*/\nvar isArray = require('isarray');\n/*</replacement>*/\n\n/*<replacement>*/\nvar Duplex;\n/*</replacement>*/\n\nReadable.ReadableState = ReadableState;\n\n/*<replacement>*/\nvar EE = require('events').EventEmitter;\n\nvar EElistenerCount = function (emitter, type) {\n  return emitter.listeners(type).length;\n};\n/*</replacement>*/\n\n/*<replacement>*/\nvar Stream = require('./internal/streams/stream');\n/*</replacement>*/\n\n/*<replacement>*/\n\nvar Buffer = require('safe-buffer').Buffer;\nvar OurUint8Array = global.Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n  return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/*</replacement>*/\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\n/*<replacement>*/\nvar debugUtil = require('util');\nvar debug = void 0;\nif (debugUtil && debugUtil.debuglog) {\n  debug = debugUtil.debuglog('stream');\n} else {\n  debug = function () {};\n}\n/*</replacement>*/\n\nvar BufferList = require('./internal/streams/BufferList');\nvar destroyImpl = require('./internal/streams/destroy');\nvar StringDecoder;\n\nutil.inherits(Readable, Stream);\n\nvar kProxyEvents = ['error', 'close', 'destroy', 'pause', 'resume'];\n\nfunction prependListener(emitter, event, fn) {\n  // Sadly this is not cacheable as some libraries bundle their own\n  // event emitter implementation with them.\n  if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn);\n\n  // This is a hack to make sure that our error handler is attached before any\n  // userland ones.  NEVER DO THIS. This is here only because this code needs\n  // to continue to work with older versions of Node.js that do not include\n  // the prependListener() method. The goal is to eventually remove this hack.\n  if (!emitter._events || !emitter._events[event]) emitter.on(event, fn);else if (isArray(emitter._events[event])) emitter._events[event].unshift(fn);else emitter._events[event] = [fn, emitter._events[event]];\n}\n\nfunction ReadableState(options, stream) {\n  Duplex = Duplex || require('./_stream_duplex');\n\n  options = options || {};\n\n  // Duplex streams are both readable and writable, but share\n  // the same options object.\n  // However, some cases require setting options to different\n  // values for the readable and the writable sides of the duplex stream.\n  // These options can be provided separately as readableXXX and writableXXX.\n  var isDuplex = stream instanceof Duplex;\n\n  // object stream flag. Used to make read(n) ignore n and to\n  // make all the buffer merging and length checks go away\n  this.objectMode = !!options.objectMode;\n\n  if (isDuplex) this.objectMode = this.objectMode || !!options.readableObjectMode;\n\n  // the point at which it stops calling _read() to fill the buffer\n  // Note: 0 is a valid value, means \"don't call _read preemptively ever\"\n  var hwm = options.highWaterMark;\n  var readableHwm = options.readableHighWaterMark;\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n\n  if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm === 0)) this.highWaterMark = readableHwm;else this.highWaterMark = defaultHwm;\n\n  // cast to ints.\n  this.highWaterMark = Math.floor(this.highWaterMark);\n\n  // A linked list is used to store data chunks instead of an array because the\n  // linked list can remove elements from the beginning faster than\n  // array.shift()\n  this.buffer = new BufferList();\n  this.length = 0;\n  this.pipes = null;\n  this.pipesCount = 0;\n  this.flowing = null;\n  this.ended = false;\n  this.endEmitted = false;\n  this.reading = false;\n\n  // a flag to be able to tell if the event 'readable'/'data' is emitted\n  // immediately, or on a later tick.  We set this to true at first, because\n  // any actions that shouldn't happen until \"later\" should generally also\n  // not happen before the first read call.\n  this.sync = true;\n\n  // whenever we return null, then we set a flag to say\n  // that we're awaiting a 'readable' event emission.\n  this.needReadable = false;\n  this.emittedReadable = false;\n  this.readableListening = false;\n  this.resumeScheduled = false;\n\n  // has it been destroyed\n  this.destroyed = false;\n\n  // Crypto is kind of old and crusty.  Historically, its default string\n  // encoding is 'binary' so we have to make this configurable.\n  // Everything else in the universe uses 'utf8', though.\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n  // the number of writers that are awaiting a drain event in .pipe()s\n  this.awaitDrain = 0;\n\n  // if true, a maybeReadMore has been scheduled\n  this.readingMore = false;\n\n  this.decoder = null;\n  this.encoding = null;\n  if (options.encoding) {\n    if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n    this.decoder = new StringDecoder(options.encoding);\n    this.encoding = options.encoding;\n  }\n}\n\nfunction Readable(options) {\n  Duplex = Duplex || require('./_stream_duplex');\n\n  if (!(this instanceof Readable)) return new Readable(options);\n\n  this._readableState = new ReadableState(options, this);\n\n  // legacy\n  this.readable = true;\n\n  if (options) {\n    if (typeof options.read === 'function') this._read = options.read;\n\n    if (typeof options.destroy === 'function') this._destroy = options.destroy;\n  }\n\n  Stream.call(this);\n}\n\nObject.defineProperty(Readable.prototype, 'destroyed', {\n  get: function () {\n    if (this._readableState === undefined) {\n      return false;\n    }\n    return this._readableState.destroyed;\n  },\n  set: function (value) {\n    // we ignore the value if the stream\n    // has not been initialized yet\n    if (!this._readableState) {\n      return;\n    }\n\n    // backward compatibility, the user is explicitly\n    // managing destroyed\n    this._readableState.destroyed = value;\n  }\n});\n\nReadable.prototype.destroy = destroyImpl.destroy;\nReadable.prototype._undestroy = destroyImpl.undestroy;\nReadable.prototype._destroy = function (err, cb) {\n  this.push(null);\n  cb(err);\n};\n\n// Manually shove something into the read() buffer.\n// This returns true if the highWaterMark has not been hit yet,\n// similar to how Writable.write() returns true if you should\n// write() some more.\nReadable.prototype.push = function (chunk, encoding) {\n  var state = this._readableState;\n  var skipChunkCheck;\n\n  if (!state.objectMode) {\n    if (typeof chunk === 'string') {\n      encoding = encoding || state.defaultEncoding;\n      if (encoding !== state.encoding) {\n        chunk = Buffer.from(chunk, encoding);\n        encoding = '';\n      }\n      skipChunkCheck = true;\n    }\n  } else {\n    skipChunkCheck = true;\n  }\n\n  return readableAddChunk(this, chunk, encoding, false, skipChunkCheck);\n};\n\n// Unshift should *always* be something directly out of read()\nReadable.prototype.unshift = function (chunk) {\n  return readableAddChunk(this, chunk, null, true, false);\n};\n\nfunction readableAddChunk(stream, chunk, encoding, addToFront, skipChunkCheck) {\n  var state = stream._readableState;\n  if (chunk === null) {\n    state.reading = false;\n    onEofChunk(stream, state);\n  } else {\n    var er;\n    if (!skipChunkCheck) er = chunkInvalid(state, chunk);\n    if (er) {\n      stream.emit('error', er);\n    } else if (state.objectMode || chunk && chunk.length > 0) {\n      if (typeof chunk !== 'string' && !state.objectMode && Object.getPrototypeOf(chunk) !== Buffer.prototype) {\n        chunk = _uint8ArrayToBuffer(chunk);\n      }\n\n      if (addToFront) {\n        if (state.endEmitted) stream.emit('error', new Error('stream.unshift() after end event'));else addChunk(stream, state, chunk, true);\n      } else if (state.ended) {\n        stream.emit('error', new Error('stream.push() after EOF'));\n      } else {\n        state.reading = false;\n        if (state.decoder && !encoding) {\n          chunk = state.decoder.write(chunk);\n          if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false);else maybeReadMore(stream, state);\n        } else {\n          addChunk(stream, state, chunk, false);\n        }\n      }\n    } else if (!addToFront) {\n      state.reading = false;\n    }\n  }\n\n  return needMoreData(state);\n}\n\nfunction addChunk(stream, state, chunk, addToFront) {\n  if (state.flowing && state.length === 0 && !state.sync) {\n    stream.emit('data', chunk);\n    stream.read(0);\n  } else {\n    // update the buffer info.\n    state.length += state.objectMode ? 1 : chunk.length;\n    if (addToFront) state.buffer.unshift(chunk);else state.buffer.push(chunk);\n\n    if (state.needReadable) emitReadable(stream);\n  }\n  maybeReadMore(stream, state);\n}\n\nfunction chunkInvalid(state, chunk) {\n  var er;\n  if (!_isUint8Array(chunk) && typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n    er = new TypeError('Invalid non-string/buffer chunk');\n  }\n  return er;\n}\n\n// if it's past the high water mark, we can push in some more.\n// Also, if we have no data yet, we can stand some\n// more bytes.  This is to work around cases where hwm=0,\n// such as the repl.  Also, if the push() triggered a\n// readable event, and the user called read(largeNumber) such that\n// needReadable was set, then we ought to push more, so that another\n// 'readable' event will be triggered.\nfunction needMoreData(state) {\n  return !state.ended && (state.needReadable || state.length < state.highWaterMark || state.length === 0);\n}\n\nReadable.prototype.isPaused = function () {\n  return this._readableState.flowing === false;\n};\n\n// backwards compatibility.\nReadable.prototype.setEncoding = function (enc) {\n  if (!StringDecoder) StringDecoder = require('string_decoder/').StringDecoder;\n  this._readableState.decoder = new StringDecoder(enc);\n  this._readableState.encoding = enc;\n  return this;\n};\n\n// Don't raise the hwm > 8MB\nvar MAX_HWM = 0x800000;\nfunction computeNewHighWaterMark(n) {\n  if (n >= MAX_HWM) {\n    n = MAX_HWM;\n  } else {\n    // Get the next highest power of 2 to prevent increasing hwm excessively in\n    // tiny amounts\n    n--;\n    n |= n >>> 1;\n    n |= n >>> 2;\n    n |= n >>> 4;\n    n |= n >>> 8;\n    n |= n >>> 16;\n    n++;\n  }\n  return n;\n}\n\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction howMuchToRead(n, state) {\n  if (n <= 0 || state.length === 0 && state.ended) return 0;\n  if (state.objectMode) return 1;\n  if (n !== n) {\n    // Only flow one buffer at a time\n    if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;\n  }\n  // If we're asking for more than the current hwm, then raise the hwm.\n  if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n);\n  if (n <= state.length) return n;\n  // Don't have enough\n  if (!state.ended) {\n    state.needReadable = true;\n    return 0;\n  }\n  return state.length;\n}\n\n// you can override either this method, or the async _read(n) below.\nReadable.prototype.read = function (n) {\n  debug('read', n);\n  n = parseInt(n, 10);\n  var state = this._readableState;\n  var nOrig = n;\n\n  if (n !== 0) state.emittedReadable = false;\n\n  // if we're doing read(0) to trigger a readable event, but we\n  // already have a bunch of data in the buffer, then just trigger\n  // the 'readable' event and move on.\n  if (n === 0 && state.needReadable && (state.length >= state.highWaterMark || state.ended)) {\n    debug('read: emitReadable', state.length, state.ended);\n    if (state.length === 0 && state.ended) endReadable(this);else emitReadable(this);\n    return null;\n  }\n\n  n = howMuchToRead(n, state);\n\n  // if we've ended, and we're now clear, then finish it up.\n  if (n === 0 && state.ended) {\n    if (state.length === 0) endReadable(this);\n    return null;\n  }\n\n  // All the actual chunk generation logic needs to be\n  // *below* the call to _read.  The reason is that in certain\n  // synthetic stream cases, such as passthrough streams, _read\n  // may be a completely synchronous operation which may change\n  // the state of the read buffer, providing enough data when\n  // before there was *not* enough.\n  //\n  // So, the steps are:\n  // 1. Figure out what the state of things will be after we do\n  // a read from the buffer.\n  //\n  // 2. If that resulting state will trigger a _read, then call _read.\n  // Note that this may be asynchronous, or synchronous.  Yes, it is\n  // deeply ugly to write APIs this way, but that still doesn't mean\n  // that the Readable class should behave improperly, as streams are\n  // designed to be sync/async agnostic.\n  // Take note if the _read call is sync or async (ie, if the read call\n  // has returned yet), so that we know whether or not it's safe to emit\n  // 'readable' etc.\n  //\n  // 3. Actually pull the requested chunks out of the buffer and return.\n\n  // if we need a readable event, then we need to do some reading.\n  var doRead = state.needReadable;\n  debug('need readable', doRead);\n\n  // if we currently have less than the highWaterMark, then also read some\n  if (state.length === 0 || state.length - n < state.highWaterMark) {\n    doRead = true;\n    debug('length less than watermark', doRead);\n  }\n\n  // however, if we've ended, then there's no point, and if we're already\n  // reading, then it's unnecessary.\n  if (state.ended || state.reading) {\n    doRead = false;\n    debug('reading or ended', doRead);\n  } else if (doRead) {\n    debug('do read');\n    state.reading = true;\n    state.sync = true;\n    // if the length is currently zero, then we *need* a readable event.\n    if (state.length === 0) state.needReadable = true;\n    // call internal read method\n    this._read(state.highWaterMark);\n    state.sync = false;\n    // If _read pushed data synchronously, then `reading` will be false,\n    // and we need to re-evaluate how much data we can return to the user.\n    if (!state.reading) n = howMuchToRead(nOrig, state);\n  }\n\n  var ret;\n  if (n > 0) ret = fromList(n, state);else ret = null;\n\n  if (ret === null) {\n    state.needReadable = true;\n    n = 0;\n  } else {\n    state.length -= n;\n  }\n\n  if (state.length === 0) {\n    // If we have nothing in the buffer, then we want to know\n    // as soon as we *do* get something into the buffer.\n    if (!state.ended) state.needReadable = true;\n\n    // If we tried to read() past the EOF, then emit end on the next tick.\n    if (nOrig !== n && state.ended) endReadable(this);\n  }\n\n  if (ret !== null) this.emit('data', ret);\n\n  return ret;\n};\n\nfunction onEofChunk(stream, state) {\n  if (state.ended) return;\n  if (state.decoder) {\n    var chunk = state.decoder.end();\n    if (chunk && chunk.length) {\n      state.buffer.push(chunk);\n      state.length += state.objectMode ? 1 : chunk.length;\n    }\n  }\n  state.ended = true;\n\n  // emit 'readable' now to make sure it gets picked up.\n  emitReadable(stream);\n}\n\n// Don't emit readable right away in sync mode, because this can trigger\n// another read() call => stack overflow.  This way, it might trigger\n// a nextTick recursion warning, but that's not so bad.\nfunction emitReadable(stream) {\n  var state = stream._readableState;\n  state.needReadable = false;\n  if (!state.emittedReadable) {\n    debug('emitReadable', state.flowing);\n    state.emittedReadable = true;\n    if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream);\n  }\n}\n\nfunction emitReadable_(stream) {\n  debug('emit readable');\n  stream.emit('readable');\n  flow(stream);\n}\n\n// at this point, the user has presumably seen the 'readable' event,\n// and called read() to consume some data.  that may have triggered\n// in turn another _read(n) call, in which case reading = true if\n// it's in progress.\n// However, if we're not ended, or reading, and the length < hwm,\n// then go ahead and try to read some more preemptively.\nfunction maybeReadMore(stream, state) {\n  if (!state.readingMore) {\n    state.readingMore = true;\n    pna.nextTick(maybeReadMore_, stream, state);\n  }\n}\n\nfunction maybeReadMore_(stream, state) {\n  var len = state.length;\n  while (!state.reading && !state.flowing && !state.ended && state.length < state.highWaterMark) {\n    debug('maybeReadMore read 0');\n    stream.read(0);\n    if (len === state.length)\n      // didn't get any data, stop spinning.\n      break;else len = state.length;\n  }\n  state.readingMore = false;\n}\n\n// abstract method.  to be overridden in specific implementation classes.\n// call cb(er, data) where data is <= n in length.\n// for virtual (non-string, non-buffer) streams, \"length\" is somewhat\n// arbitrary, and perhaps not very meaningful.\nReadable.prototype._read = function (n) {\n  this.emit('error', new Error('_read() is not implemented'));\n};\n\nReadable.prototype.pipe = function (dest, pipeOpts) {\n  var src = this;\n  var state = this._readableState;\n\n  switch (state.pipesCount) {\n    case 0:\n      state.pipes = dest;\n      break;\n    case 1:\n      state.pipes = [state.pipes, dest];\n      break;\n    default:\n      state.pipes.push(dest);\n      break;\n  }\n  state.pipesCount += 1;\n  debug('pipe count=%d opts=%j', state.pipesCount, pipeOpts);\n\n  var doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr;\n\n  var endFn = doEnd ? onend : unpipe;\n  if (state.endEmitted) pna.nextTick(endFn);else src.once('end', endFn);\n\n  dest.on('unpipe', onunpipe);\n  function onunpipe(readable, unpipeInfo) {\n    debug('onunpipe');\n    if (readable === src) {\n      if (unpipeInfo && unpipeInfo.hasUnpiped === false) {\n        unpipeInfo.hasUnpiped = true;\n        cleanup();\n      }\n    }\n  }\n\n  function onend() {\n    debug('onend');\n    dest.end();\n  }\n\n  // when the dest drains, it reduces the awaitDrain counter\n  // on the source.  This would be more elegant with a .once()\n  // handler in flow(), but adding and removing repeatedly is\n  // too slow.\n  var ondrain = pipeOnDrain(src);\n  dest.on('drain', ondrain);\n\n  var cleanedUp = false;\n  function cleanup() {\n    debug('cleanup');\n    // cleanup event handlers once the pipe is broken\n    dest.removeListener('close', onclose);\n    dest.removeListener('finish', onfinish);\n    dest.removeListener('drain', ondrain);\n    dest.removeListener('error', onerror);\n    dest.removeListener('unpipe', onunpipe);\n    src.removeListener('end', onend);\n    src.removeListener('end', unpipe);\n    src.removeListener('data', ondata);\n\n    cleanedUp = true;\n\n    // if the reader is waiting for a drain event from this\n    // specific writer, then it would cause it to never start\n    // flowing again.\n    // So, if this is awaiting a drain, then we just call it now.\n    // If we don't know, then assume that we are waiting for one.\n    if (state.awaitDrain && (!dest._writableState || dest._writableState.needDrain)) ondrain();\n  }\n\n  // If the user pushes more data while we're writing to dest then we'll end up\n  // in ondata again. However, we only want to increase awaitDrain once because\n  // dest will only emit one 'drain' event for the multiple writes.\n  // => Introduce a guard on increasing awaitDrain.\n  var increasedAwaitDrain = false;\n  src.on('data', ondata);\n  function ondata(chunk) {\n    debug('ondata');\n    increasedAwaitDrain = false;\n    var ret = dest.write(chunk);\n    if (false === ret && !increasedAwaitDrain) {\n      // If the user unpiped during `dest.write()`, it is possible\n      // to get stuck in a permanently paused state if that write\n      // also returned false.\n      // => Check whether `dest` is still a piping destination.\n      if ((state.pipesCount === 1 && state.pipes === dest || state.pipesCount > 1 && indexOf(state.pipes, dest) !== -1) && !cleanedUp) {\n        debug('false write response, pause', src._readableState.awaitDrain);\n        src._readableState.awaitDrain++;\n        increasedAwaitDrain = true;\n      }\n      src.pause();\n    }\n  }\n\n  // if the dest has an error, then stop piping into it.\n  // however, don't suppress the throwing behavior for this.\n  function onerror(er) {\n    debug('onerror', er);\n    unpipe();\n    dest.removeListener('error', onerror);\n    if (EElistenerCount(dest, 'error') === 0) dest.emit('error', er);\n  }\n\n  // Make sure our error handler is attached before userland ones.\n  prependListener(dest, 'error', onerror);\n\n  // Both close and finish should trigger unpipe, but only once.\n  function onclose() {\n    dest.removeListener('finish', onfinish);\n    unpipe();\n  }\n  dest.once('close', onclose);\n  function onfinish() {\n    debug('onfinish');\n    dest.removeListener('close', onclose);\n    unpipe();\n  }\n  dest.once('finish', onfinish);\n\n  function unpipe() {\n    debug('unpipe');\n    src.unpipe(dest);\n  }\n\n  // tell the dest that it's being piped to\n  dest.emit('pipe', src);\n\n  // start the flow if it hasn't been started already.\n  if (!state.flowing) {\n    debug('pipe resume');\n    src.resume();\n  }\n\n  return dest;\n};\n\nfunction pipeOnDrain(src) {\n  return function () {\n    var state = src._readableState;\n    debug('pipeOnDrain', state.awaitDrain);\n    if (state.awaitDrain) state.awaitDrain--;\n    if (state.awaitDrain === 0 && EElistenerCount(src, 'data')) {\n      state.flowing = true;\n      flow(src);\n    }\n  };\n}\n\nReadable.prototype.unpipe = function (dest) {\n  var state = this._readableState;\n  var unpipeInfo = { hasUnpiped: false };\n\n  // if we're not piping anywhere, then do nothing.\n  if (state.pipesCount === 0) return this;\n\n  // just one destination.  most common case.\n  if (state.pipesCount === 1) {\n    // passed in one, but it's not the right one.\n    if (dest && dest !== state.pipes) return this;\n\n    if (!dest) dest = state.pipes;\n\n    // got a match.\n    state.pipes = null;\n    state.pipesCount = 0;\n    state.flowing = false;\n    if (dest) dest.emit('unpipe', this, unpipeInfo);\n    return this;\n  }\n\n  // slow case. multiple pipe destinations.\n\n  if (!dest) {\n    // remove all.\n    var dests = state.pipes;\n    var len = state.pipesCount;\n    state.pipes = null;\n    state.pipesCount = 0;\n    state.flowing = false;\n\n    for (var i = 0; i < len; i++) {\n      dests[i].emit('unpipe', this, unpipeInfo);\n    }return this;\n  }\n\n  // try to find the right one.\n  var index = indexOf(state.pipes, dest);\n  if (index === -1) return this;\n\n  state.pipes.splice(index, 1);\n  state.pipesCount -= 1;\n  if (state.pipesCount === 1) state.pipes = state.pipes[0];\n\n  dest.emit('unpipe', this, unpipeInfo);\n\n  return this;\n};\n\n// set up data events if they are asked for\n// Ensure readable listeners eventually get something\nReadable.prototype.on = function (ev, fn) {\n  var res = Stream.prototype.on.call(this, ev, fn);\n\n  if (ev === 'data') {\n    // Start flowing on next tick if stream isn't explicitly paused\n    if (this._readableState.flowing !== false) this.resume();\n  } else if (ev === 'readable') {\n    var state = this._readableState;\n    if (!state.endEmitted && !state.readableListening) {\n      state.readableListening = state.needReadable = true;\n      state.emittedReadable = false;\n      if (!state.reading) {\n        pna.nextTick(nReadingNextTick, this);\n      } else if (state.length) {\n        emitReadable(this);\n      }\n    }\n  }\n\n  return res;\n};\nReadable.prototype.addListener = Readable.prototype.on;\n\nfunction nReadingNextTick(self) {\n  debug('readable nexttick read 0');\n  self.read(0);\n}\n\n// pause() and resume() are remnants of the legacy readable stream API\n// If the user uses them, then switch into old mode.\nReadable.prototype.resume = function () {\n  var state = this._readableState;\n  if (!state.flowing) {\n    debug('resume');\n    state.flowing = true;\n    resume(this, state);\n  }\n  return this;\n};\n\nfunction resume(stream, state) {\n  if (!state.resumeScheduled) {\n    state.resumeScheduled = true;\n    pna.nextTick(resume_, stream, state);\n  }\n}\n\nfunction resume_(stream, state) {\n  if (!state.reading) {\n    debug('resume read 0');\n    stream.read(0);\n  }\n\n  state.resumeScheduled = false;\n  state.awaitDrain = 0;\n  stream.emit('resume');\n  flow(stream);\n  if (state.flowing && !state.reading) stream.read(0);\n}\n\nReadable.prototype.pause = function () {\n  debug('call pause flowing=%j', this._readableState.flowing);\n  if (false !== this._readableState.flowing) {\n    debug('pause');\n    this._readableState.flowing = false;\n    this.emit('pause');\n  }\n  return this;\n};\n\nfunction flow(stream) {\n  var state = stream._readableState;\n  debug('flow', state.flowing);\n  while (state.flowing && stream.read() !== null) {}\n}\n\n// wrap an old-style stream as the async data source.\n// This is *not* part of the readable stream interface.\n// It is an ugly unfortunate mess of history.\nReadable.prototype.wrap = function (stream) {\n  var _this = this;\n\n  var state = this._readableState;\n  var paused = false;\n\n  stream.on('end', function () {\n    debug('wrapped end');\n    if (state.decoder && !state.ended) {\n      var chunk = state.decoder.end();\n      if (chunk && chunk.length) _this.push(chunk);\n    }\n\n    _this.push(null);\n  });\n\n  stream.on('data', function (chunk) {\n    debug('wrapped data');\n    if (state.decoder) chunk = state.decoder.write(chunk);\n\n    // don't skip over falsy values in objectMode\n    if (state.objectMode && (chunk === null || chunk === undefined)) return;else if (!state.objectMode && (!chunk || !chunk.length)) return;\n\n    var ret = _this.push(chunk);\n    if (!ret) {\n      paused = true;\n      stream.pause();\n    }\n  });\n\n  // proxy all the other methods.\n  // important when wrapping filters and duplexes.\n  for (var i in stream) {\n    if (this[i] === undefined && typeof stream[i] === 'function') {\n      this[i] = function (method) {\n        return function () {\n          return stream[method].apply(stream, arguments);\n        };\n      }(i);\n    }\n  }\n\n  // proxy certain important events.\n  for (var n = 0; n < kProxyEvents.length; n++) {\n    stream.on(kProxyEvents[n], this.emit.bind(this, kProxyEvents[n]));\n  }\n\n  // when we try to consume some more bytes, simply unpause the\n  // underlying stream.\n  this._read = function (n) {\n    debug('wrapped _read', n);\n    if (paused) {\n      paused = false;\n      stream.resume();\n    }\n  };\n\n  return this;\n};\n\nObject.defineProperty(Readable.prototype, 'readableHighWaterMark', {\n  // making it explicit this property is not enumerable\n  // because otherwise some prototype manipulation in\n  // userland will fail\n  enumerable: false,\n  get: function () {\n    return this._readableState.highWaterMark;\n  }\n});\n\n// exposed for testing purposes only.\nReadable._fromList = fromList;\n\n// Pluck off n bytes from an array of buffers.\n// Length is the combined lengths of all the buffers in the list.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromList(n, state) {\n  // nothing buffered\n  if (state.length === 0) return null;\n\n  var ret;\n  if (state.objectMode) ret = state.buffer.shift();else if (!n || n >= state.length) {\n    // read it all, truncate the list\n    if (state.decoder) ret = state.buffer.join('');else if (state.buffer.length === 1) ret = state.buffer.head.data;else ret = state.buffer.concat(state.length);\n    state.buffer.clear();\n  } else {\n    // read part of list\n    ret = fromListPartial(n, state.buffer, state.decoder);\n  }\n\n  return ret;\n}\n\n// Extracts only enough buffered data to satisfy the amount requested.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction fromListPartial(n, list, hasStrings) {\n  var ret;\n  if (n < list.head.data.length) {\n    // slice is the same for buffers and strings\n    ret = list.head.data.slice(0, n);\n    list.head.data = list.head.data.slice(n);\n  } else if (n === list.head.data.length) {\n    // first chunk is a perfect match\n    ret = list.shift();\n  } else {\n    // result spans more than one buffer\n    ret = hasStrings ? copyFromBufferString(n, list) : copyFromBuffer(n, list);\n  }\n  return ret;\n}\n\n// Copies a specified amount of characters from the list of buffered data\n// chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBufferString(n, list) {\n  var p = list.head;\n  var c = 1;\n  var ret = p.data;\n  n -= ret.length;\n  while (p = p.next) {\n    var str = p.data;\n    var nb = n > str.length ? str.length : n;\n    if (nb === str.length) ret += str;else ret += str.slice(0, n);\n    n -= nb;\n    if (n === 0) {\n      if (nb === str.length) {\n        ++c;\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\n      } else {\n        list.head = p;\n        p.data = str.slice(nb);\n      }\n      break;\n    }\n    ++c;\n  }\n  list.length -= c;\n  return ret;\n}\n\n// Copies a specified amount of bytes from the list of buffered data chunks.\n// This function is designed to be inlinable, so please take care when making\n// changes to the function body.\nfunction copyFromBuffer(n, list) {\n  var ret = Buffer.allocUnsafe(n);\n  var p = list.head;\n  var c = 1;\n  p.data.copy(ret);\n  n -= p.data.length;\n  while (p = p.next) {\n    var buf = p.data;\n    var nb = n > buf.length ? buf.length : n;\n    buf.copy(ret, ret.length - n, 0, nb);\n    n -= nb;\n    if (n === 0) {\n      if (nb === buf.length) {\n        ++c;\n        if (p.next) list.head = p.next;else list.head = list.tail = null;\n      } else {\n        list.head = p;\n        p.data = buf.slice(nb);\n      }\n      break;\n    }\n    ++c;\n  }\n  list.length -= c;\n  return ret;\n}\n\nfunction endReadable(stream) {\n  var state = stream._readableState;\n\n  // If we get here before consuming all the bytes, then that is a\n  // bug in node.  Should never happen.\n  if (state.length > 0) throw new Error('\"endReadable()\" called on non-empty stream');\n\n  if (!state.endEmitted) {\n    state.ended = true;\n    pna.nextTick(endReadableNT, state, stream);\n  }\n}\n\nfunction endReadableNT(state, stream) {\n  // Check that we didn't get one last unshift.\n  if (!state.endEmitted && state.length === 0) {\n    state.endEmitted = true;\n    stream.readable = false;\n    stream.emit('end');\n  }\n}\n\nfunction indexOf(xs, x) {\n  for (var i = 0, l = xs.length; i < l; i++) {\n    if (xs[i] === x) return i;\n  }\n  return -1;\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// a transform stream is a readable/writable stream where you do\n// something with the data.  Sometimes it's called a \"filter\",\n// but that's not a great name for it, since that implies a thing where\n// some bits pass through, and others are simply ignored.  (That would\n// be a valid example of a transform, of course.)\n//\n// While the output is causally related to the input, it's not a\n// necessarily symmetric or synchronous transformation.  For example,\n// a zlib stream might take multiple plain-text writes(), and then\n// emit a single compressed chunk some time in the future.\n//\n// Here's how this works:\n//\n// The Transform stream has all the aspects of the readable and writable\n// stream classes.  When you write(chunk), that calls _write(chunk,cb)\n// internally, and returns false if there's a lot of pending writes\n// buffered up.  When you call read(), that calls _read(n) until\n// there's enough pending readable data buffered up.\n//\n// In a transform stream, the written data is placed in a buffer.  When\n// _read(n) is called, it transforms the queued up data, calling the\n// buffered _write cb's as it consumes chunks.  If consuming a single\n// written chunk would result in multiple output chunks, then the first\n// outputted bit calls the readcb, and subsequent chunks just go into\n// the read buffer, and will cause it to emit 'readable' if necessary.\n//\n// This way, back-pressure is actually determined by the reading side,\n// since _read has to be called to start processing a new chunk.  However,\n// a pathological inflate type of transform can cause excessive buffering\n// here.  For example, imagine a stream where every byte of input is\n// interpreted as an integer from 0-255, and then results in that many\n// bytes of output.  Writing the 4 bytes {ff,ff,ff,ff} would result in\n// 1kb of data being output.  In this case, you could write a very small\n// amount of input, and end up with a very large amount of output.  In\n// such a pathological inflating mechanism, there'd be no way to tell\n// the system to stop doing the transform.  A single 4MB write could\n// cause the system to run out of memory.\n//\n// However, even in such a pathological case, only a single written chunk\n// would be consumed, and then the rest would wait (un-transformed) until\n// the results of the previous transformed chunk were consumed.\n\n'use strict';\n\nmodule.exports = Transform;\n\nvar Duplex = require('./_stream_duplex');\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\nutil.inherits(Transform, Duplex);\n\nfunction afterTransform(er, data) {\n  var ts = this._transformState;\n  ts.transforming = false;\n\n  var cb = ts.writecb;\n\n  if (!cb) {\n    return this.emit('error', new Error('write callback called multiple times'));\n  }\n\n  ts.writechunk = null;\n  ts.writecb = null;\n\n  if (data != null) // single equals check for both `null` and `undefined`\n    this.push(data);\n\n  cb(er);\n\n  var rs = this._readableState;\n  rs.reading = false;\n  if (rs.needReadable || rs.length < rs.highWaterMark) {\n    this._read(rs.highWaterMark);\n  }\n}\n\nfunction Transform(options) {\n  if (!(this instanceof Transform)) return new Transform(options);\n\n  Duplex.call(this, options);\n\n  this._transformState = {\n    afterTransform: afterTransform.bind(this),\n    needTransform: false,\n    transforming: false,\n    writecb: null,\n    writechunk: null,\n    writeencoding: null\n  };\n\n  // start out asking for a readable event once data is transformed.\n  this._readableState.needReadable = true;\n\n  // we have implemented the _read method, and done the other things\n  // that Readable wants before the first _read call, so unset the\n  // sync guard flag.\n  this._readableState.sync = false;\n\n  if (options) {\n    if (typeof options.transform === 'function') this._transform = options.transform;\n\n    if (typeof options.flush === 'function') this._flush = options.flush;\n  }\n\n  // When the writable side finishes, then flush out anything remaining.\n  this.on('prefinish', prefinish);\n}\n\nfunction prefinish() {\n  var _this = this;\n\n  if (typeof this._flush === 'function') {\n    this._flush(function (er, data) {\n      done(_this, er, data);\n    });\n  } else {\n    done(this, null, null);\n  }\n}\n\nTransform.prototype.push = function (chunk, encoding) {\n  this._transformState.needTransform = false;\n  return Duplex.prototype.push.call(this, chunk, encoding);\n};\n\n// This is the part where you do stuff!\n// override this function in implementation classes.\n// 'chunk' is an input chunk.\n//\n// Call `push(newChunk)` to pass along transformed output\n// to the readable side.  You may call 'push' zero or more times.\n//\n// Call `cb(err)` when you are done with this chunk.  If you pass\n// an error, then that'll put the hurt on the whole operation.  If you\n// never call cb(), then you'll never get another chunk.\nTransform.prototype._transform = function (chunk, encoding, cb) {\n  throw new Error('_transform() is not implemented');\n};\n\nTransform.prototype._write = function (chunk, encoding, cb) {\n  var ts = this._transformState;\n  ts.writecb = cb;\n  ts.writechunk = chunk;\n  ts.writeencoding = encoding;\n  if (!ts.transforming) {\n    var rs = this._readableState;\n    if (ts.needTransform || rs.needReadable || rs.length < rs.highWaterMark) this._read(rs.highWaterMark);\n  }\n};\n\n// Doesn't matter what the args are here.\n// _transform does all the work.\n// That we got here means that the readable side wants more data.\nTransform.prototype._read = function (n) {\n  var ts = this._transformState;\n\n  if (ts.writechunk !== null && ts.writecb && !ts.transforming) {\n    ts.transforming = true;\n    this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);\n  } else {\n    // mark that we need a transform, so that any data that comes in\n    // will get processed, now that we've asked for it.\n    ts.needTransform = true;\n  }\n};\n\nTransform.prototype._destroy = function (err, cb) {\n  var _this2 = this;\n\n  Duplex.prototype._destroy.call(this, err, function (err2) {\n    cb(err2);\n    _this2.emit('close');\n  });\n};\n\nfunction done(stream, er, data) {\n  if (er) return stream.emit('error', er);\n\n  if (data != null) // single equals check for both `null` and `undefined`\n    stream.push(data);\n\n  // if there's nothing in the write buffer, then that means\n  // that nothing more will ever be provided\n  if (stream._writableState.length) throw new Error('Calling transform done when ws.length != 0');\n\n  if (stream._transformState.transforming) throw new Error('Calling transform done when still transforming');\n\n  return stream.push(null);\n}","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n// A bit simpler than readable streams.\n// Implement an async ._write(chunk, encoding, cb), and it'll handle all\n// the drain event emission and buffering.\n\n'use strict';\n\n/*<replacement>*/\n\nvar pna = require('process-nextick-args');\n/*</replacement>*/\n\nmodule.exports = Writable;\n\n/* <replacement> */\nfunction WriteReq(chunk, encoding, cb) {\n  this.chunk = chunk;\n  this.encoding = encoding;\n  this.callback = cb;\n  this.next = null;\n}\n\n// It seems a linked list but it is not\n// there will be only 2 of these for each stream\nfunction CorkedRequest(state) {\n  var _this = this;\n\n  this.next = null;\n  this.entry = null;\n  this.finish = function () {\n    onCorkedFinish(_this, state);\n  };\n}\n/* </replacement> */\n\n/*<replacement>*/\nvar asyncWrite = !process.browser && ['v0.10', 'v0.9.'].indexOf(process.version.slice(0, 5)) > -1 ? setImmediate : pna.nextTick;\n/*</replacement>*/\n\n/*<replacement>*/\nvar Duplex;\n/*</replacement>*/\n\nWritable.WritableState = WritableState;\n\n/*<replacement>*/\nvar util = Object.create(require('core-util-is'));\nutil.inherits = require('inherits');\n/*</replacement>*/\n\n/*<replacement>*/\nvar internalUtil = {\n  deprecate: require('util-deprecate')\n};\n/*</replacement>*/\n\n/*<replacement>*/\nvar Stream = require('./internal/streams/stream');\n/*</replacement>*/\n\n/*<replacement>*/\n\nvar Buffer = require('safe-buffer').Buffer;\nvar OurUint8Array = global.Uint8Array || function () {};\nfunction _uint8ArrayToBuffer(chunk) {\n  return Buffer.from(chunk);\n}\nfunction _isUint8Array(obj) {\n  return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;\n}\n\n/*</replacement>*/\n\nvar destroyImpl = require('./internal/streams/destroy');\n\nutil.inherits(Writable, Stream);\n\nfunction nop() {}\n\nfunction WritableState(options, stream) {\n  Duplex = Duplex || require('./_stream_duplex');\n\n  options = options || {};\n\n  // Duplex streams are both readable and writable, but share\n  // the same options object.\n  // However, some cases require setting options to different\n  // values for the readable and the writable sides of the duplex stream.\n  // These options can be provided separately as readableXXX and writableXXX.\n  var isDuplex = stream instanceof Duplex;\n\n  // object stream flag to indicate whether or not this stream\n  // contains buffers or objects.\n  this.objectMode = !!options.objectMode;\n\n  if (isDuplex) this.objectMode = this.objectMode || !!options.writableObjectMode;\n\n  // the point at which write() starts returning false\n  // Note: 0 is a valid value, means that we always return false if\n  // the entire buffer is not flushed immediately on write()\n  var hwm = options.highWaterMark;\n  var writableHwm = options.writableHighWaterMark;\n  var defaultHwm = this.objectMode ? 16 : 16 * 1024;\n\n  if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm === 0)) this.highWaterMark = writableHwm;else this.highWaterMark = defaultHwm;\n\n  // cast to ints.\n  this.highWaterMark = Math.floor(this.highWaterMark);\n\n  // if _final has been called\n  this.finalCalled = false;\n\n  // drain event flag.\n  this.needDrain = false;\n  // at the start of calling end()\n  this.ending = false;\n  // when end() has been called, and returned\n  this.ended = false;\n  // when 'finish' is emitted\n  this.finished = false;\n\n  // has it been destroyed\n  this.destroyed = false;\n\n  // should we decode strings into buffers before passing to _write?\n  // this is here so that some node-core streams can optimize string\n  // handling at a lower level.\n  var noDecode = options.decodeStrings === false;\n  this.decodeStrings = !noDecode;\n\n  // Crypto is kind of old and crusty.  Historically, its default string\n  // encoding is 'binary' so we have to make this configurable.\n  // Everything else in the universe uses 'utf8', though.\n  this.defaultEncoding = options.defaultEncoding || 'utf8';\n\n  // not an actual buffer we keep track of, but a measurement\n  // of how much we're waiting to get pushed to some underlying\n  // socket or file.\n  this.length = 0;\n\n  // a flag to see when we're in the middle of a write.\n  this.writing = false;\n\n  // when true all writes will be buffered until .uncork() call\n  this.corked = 0;\n\n  // a flag to be able to tell if the onwrite cb is called immediately,\n  // or on a later tick.  We set this to true at first, because any\n  // actions that shouldn't happen until \"later\" should generally also\n  // not happen before the first write call.\n  this.sync = true;\n\n  // a flag to know if we're processing previously buffered items, which\n  // may call the _write() callback in the same tick, so that we don't\n  // end up in an overlapped onwrite situation.\n  this.bufferProcessing = false;\n\n  // the callback that's passed to _write(chunk,cb)\n  this.onwrite = function (er) {\n    onwrite(stream, er);\n  };\n\n  // the callback that the user supplies to write(chunk,encoding,cb)\n  this.writecb = null;\n\n  // the amount that is being written when _write is called.\n  this.writelen = 0;\n\n  this.bufferedRequest = null;\n  this.lastBufferedRequest = null;\n\n  // number of pending user-supplied write callbacks\n  // this must be 0 before 'finish' can be emitted\n  this.pendingcb = 0;\n\n  // emit prefinish if the only thing we're waiting for is _write cbs\n  // This is relevant for synchronous Transform streams\n  this.prefinished = false;\n\n  // True if the error was already emitted and should not be thrown again\n  this.errorEmitted = false;\n\n  // count buffered requests\n  this.bufferedRequestCount = 0;\n\n  // allocate the first CorkedRequest, there is always\n  // one allocated and free to use, and we maintain at most two\n  this.corkedRequestsFree = new CorkedRequest(this);\n}\n\nWritableState.prototype.getBuffer = function getBuffer() {\n  var current = this.bufferedRequest;\n  var out = [];\n  while (current) {\n    out.push(current);\n    current = current.next;\n  }\n  return out;\n};\n\n(function () {\n  try {\n    Object.defineProperty(WritableState.prototype, 'buffer', {\n      get: internalUtil.deprecate(function () {\n        return this.getBuffer();\n      }, '_writableState.buffer is deprecated. Use _writableState.getBuffer ' + 'instead.', 'DEP0003')\n    });\n  } catch (_) {}\n})();\n\n// Test _writableState for inheritance to account for Duplex streams,\n// whose prototype chain only points to Readable.\nvar realHasInstance;\nif (typeof Symbol === 'function' && Symbol.hasInstance && typeof Function.prototype[Symbol.hasInstance] === 'function') {\n  realHasInstance = Function.prototype[Symbol.hasInstance];\n  Object.defineProperty(Writable, Symbol.hasInstance, {\n    value: function (object) {\n      if (realHasInstance.call(this, object)) return true;\n      if (this !== Writable) return false;\n\n      return object && object._writableState instanceof WritableState;\n    }\n  });\n} else {\n  realHasInstance = function (object) {\n    return object instanceof this;\n  };\n}\n\nfunction Writable(options) {\n  Duplex = Duplex || require('./_stream_duplex');\n\n  // Writable ctor is applied to Duplexes, too.\n  // `realHasInstance` is necessary because using plain `instanceof`\n  // would return false, as no `_writableState` property is attached.\n\n  // Trying to use the custom `instanceof` for Writable here will also break the\n  // Node.js LazyTransform implementation, which has a non-trivial getter for\n  // `_writableState` that would lead to infinite recursion.\n  if (!realHasInstance.call(Writable, this) && !(this instanceof Duplex)) {\n    return new Writable(options);\n  }\n\n  this._writableState = new WritableState(options, this);\n\n  // legacy.\n  this.writable = true;\n\n  if (options) {\n    if (typeof options.write === 'function') this._write = options.write;\n\n    if (typeof options.writev === 'function') this._writev = options.writev;\n\n    if (typeof options.destroy === 'function') this._destroy = options.destroy;\n\n    if (typeof options.final === 'function') this._final = options.final;\n  }\n\n  Stream.call(this);\n}\n\n// Otherwise people can pipe Writable streams, which is just wrong.\nWritable.prototype.pipe = function () {\n  this.emit('error', new Error('Cannot pipe, not readable'));\n};\n\nfunction writeAfterEnd(stream, cb) {\n  var er = new Error('write after end');\n  // TODO: defer error events consistently everywhere, not just the cb\n  stream.emit('error', er);\n  pna.nextTick(cb, er);\n}\n\n// Checks that a user-supplied chunk is valid, especially for the particular\n// mode the stream is in. Currently this means that `null` is never accepted\n// and undefined/non-string values are only allowed in object mode.\nfunction validChunk(stream, state, chunk, cb) {\n  var valid = true;\n  var er = false;\n\n  if (chunk === null) {\n    er = new TypeError('May not write null values to stream');\n  } else if (typeof chunk !== 'string' && chunk !== undefined && !state.objectMode) {\n    er = new TypeError('Invalid non-string/buffer chunk');\n  }\n  if (er) {\n    stream.emit('error', er);\n    pna.nextTick(cb, er);\n    valid = false;\n  }\n  return valid;\n}\n\nWritable.prototype.write = function (chunk, encoding, cb) {\n  var state = this._writableState;\n  var ret = false;\n  var isBuf = !state.objectMode && _isUint8Array(chunk);\n\n  if (isBuf && !Buffer.isBuffer(chunk)) {\n    chunk = _uint8ArrayToBuffer(chunk);\n  }\n\n  if (typeof encoding === 'function') {\n    cb = encoding;\n    encoding = null;\n  }\n\n  if (isBuf) encoding = 'buffer';else if (!encoding) encoding = state.defaultEncoding;\n\n  if (typeof cb !== 'function') cb = nop;\n\n  if (state.ended) writeAfterEnd(this, cb);else if (isBuf || validChunk(this, state, chunk, cb)) {\n    state.pendingcb++;\n    ret = writeOrBuffer(this, state, isBuf, chunk, encoding, cb);\n  }\n\n  return ret;\n};\n\nWritable.prototype.cork = function () {\n  var state = this._writableState;\n\n  state.corked++;\n};\n\nWritable.prototype.uncork = function () {\n  var state = this._writableState;\n\n  if (state.corked) {\n    state.corked--;\n\n    if (!state.writing && !state.corked && !state.finished && !state.bufferProcessing && state.bufferedRequest) clearBuffer(this, state);\n  }\n};\n\nWritable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) {\n  // node::ParseEncoding() requires lower case.\n  if (typeof encoding === 'string') encoding = encoding.toLowerCase();\n  if (!(['hex', 'utf8', 'utf-8', 'ascii', 'binary', 'base64', 'ucs2', 'ucs-2', 'utf16le', 'utf-16le', 'raw'].indexOf((encoding + '').toLowerCase()) > -1)) throw new TypeError('Unknown encoding: ' + encoding);\n  this._writableState.defaultEncoding = encoding;\n  return this;\n};\n\nfunction decodeChunk(state, chunk, encoding) {\n  if (!state.objectMode && state.decodeStrings !== false && typeof chunk === 'string') {\n    chunk = Buffer.from(chunk, encoding);\n  }\n  return chunk;\n}\n\nObject.defineProperty(Writable.prototype, 'writableHighWaterMark', {\n  // making it explicit this property is not enumerable\n  // because otherwise some prototype manipulation in\n  // userland will fail\n  enumerable: false,\n  get: function () {\n    return this._writableState.highWaterMark;\n  }\n});\n\n// if we're already writing something, then just put this\n// in the queue, and wait our turn.  Otherwise, call _write\n// If we return false, then we need a drain event, so set that flag.\nfunction writeOrBuffer(stream, state, isBuf, chunk, encoding, cb) {\n  if (!isBuf) {\n    var newChunk = decodeChunk(state, chunk, encoding);\n    if (chunk !== newChunk) {\n      isBuf = true;\n      encoding = 'buffer';\n      chunk = newChunk;\n    }\n  }\n  var len = state.objectMode ? 1 : chunk.length;\n\n  state.length += len;\n\n  var ret = state.length < state.highWaterMark;\n  // we must ensure that previous needDrain will not be reset to false.\n  if (!ret) state.needDrain = true;\n\n  if (state.writing || state.corked) {\n    var last = state.lastBufferedRequest;\n    state.lastBufferedRequest = {\n      chunk: chunk,\n      encoding: encoding,\n      isBuf: isBuf,\n      callback: cb,\n      next: null\n    };\n    if (last) {\n      last.next = state.lastBufferedRequest;\n    } else {\n      state.bufferedRequest = state.lastBufferedRequest;\n    }\n    state.bufferedRequestCount += 1;\n  } else {\n    doWrite(stream, state, false, len, chunk, encoding, cb);\n  }\n\n  return ret;\n}\n\nfunction doWrite(stream, state, writev, len, chunk, encoding, cb) {\n  state.writelen = len;\n  state.writecb = cb;\n  state.writing = true;\n  state.sync = true;\n  if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, state.onwrite);\n  state.sync = false;\n}\n\nfunction onwriteError(stream, state, sync, er, cb) {\n  --state.pendingcb;\n\n  if (sync) {\n    // defer the callback if we are being called synchronously\n    // to avoid piling up things on the stack\n    pna.nextTick(cb, er);\n    // this can emit finish, and it will always happen\n    // after error\n    pna.nextTick(finishMaybe, stream, state);\n    stream._writableState.errorEmitted = true;\n    stream.emit('error', er);\n  } else {\n    // the caller expect this to happen before if\n    // it is async\n    cb(er);\n    stream._writableState.errorEmitted = true;\n    stream.emit('error', er);\n    // this can emit finish, but finish must\n    // always follow error\n    finishMaybe(stream, state);\n  }\n}\n\nfunction onwriteStateUpdate(state) {\n  state.writing = false;\n  state.writecb = null;\n  state.length -= state.writelen;\n  state.writelen = 0;\n}\n\nfunction onwrite(stream, er) {\n  var state = stream._writableState;\n  var sync = state.sync;\n  var cb = state.writecb;\n\n  onwriteStateUpdate(state);\n\n  if (er) onwriteError(stream, state, sync, er, cb);else {\n    // Check if we're actually ready to finish, but don't emit yet\n    var finished = needFinish(state);\n\n    if (!finished && !state.corked && !state.bufferProcessing && state.bufferedRequest) {\n      clearBuffer(stream, state);\n    }\n\n    if (sync) {\n      /*<replacement>*/\n      asyncWrite(afterWrite, stream, state, finished, cb);\n      /*</replacement>*/\n    } else {\n      afterWrite(stream, state, finished, cb);\n    }\n  }\n}\n\nfunction afterWrite(stream, state, finished, cb) {\n  if (!finished) onwriteDrain(stream, state);\n  state.pendingcb--;\n  cb();\n  finishMaybe(stream, state);\n}\n\n// Must force callback to be called on nextTick, so that we don't\n// emit 'drain' before the write() consumer gets the 'false' return\n// value, and has a chance to attach a 'drain' listener.\nfunction onwriteDrain(stream, state) {\n  if (state.length === 0 && state.needDrain) {\n    state.needDrain = false;\n    stream.emit('drain');\n  }\n}\n\n// if there's something in the buffer waiting, then process it\nfunction clearBuffer(stream, state) {\n  state.bufferProcessing = true;\n  var entry = state.bufferedRequest;\n\n  if (stream._writev && entry && entry.next) {\n    // Fast case, write everything using _writev()\n    var l = state.bufferedRequestCount;\n    var buffer = new Array(l);\n    var holder = state.corkedRequestsFree;\n    holder.entry = entry;\n\n    var count = 0;\n    var allBuffers = true;\n    while (entry) {\n      buffer[count] = entry;\n      if (!entry.isBuf) allBuffers = false;\n      entry = entry.next;\n      count += 1;\n    }\n    buffer.allBuffers = allBuffers;\n\n    doWrite(stream, state, true, state.length, buffer, '', holder.finish);\n\n    // doWrite is almost always async, defer these to save a bit of time\n    // as the hot path ends with doWrite\n    state.pendingcb++;\n    state.lastBufferedRequest = null;\n    if (holder.next) {\n      state.corkedRequestsFree = holder.next;\n      holder.next = null;\n    } else {\n      state.corkedRequestsFree = new CorkedRequest(state);\n    }\n    state.bufferedRequestCount = 0;\n  } else {\n    // Slow case, write chunks one-by-one\n    while (entry) {\n      var chunk = entry.chunk;\n      var encoding = entry.encoding;\n      var cb = entry.callback;\n      var len = state.objectMode ? 1 : chunk.length;\n\n      doWrite(stream, state, false, len, chunk, encoding, cb);\n      entry = entry.next;\n      state.bufferedRequestCount--;\n      // if we didn't call the onwrite immediately, then\n      // it means that we need to wait until it does.\n      // also, that means that the chunk and cb are currently\n      // being processed, so move the buffer counter past them.\n      if (state.writing) {\n        break;\n      }\n    }\n\n    if (entry === null) state.lastBufferedRequest = null;\n  }\n\n  state.bufferedRequest = entry;\n  state.bufferProcessing = false;\n}\n\nWritable.prototype._write = function (chunk, encoding, cb) {\n  cb(new Error('_write() is not implemented'));\n};\n\nWritable.prototype._writev = null;\n\nWritable.prototype.end = function (chunk, encoding, cb) {\n  var state = this._writableState;\n\n  if (typeof chunk === 'function') {\n    cb = chunk;\n    chunk = null;\n    encoding = null;\n  } else if (typeof encoding === 'function') {\n    cb = encoding;\n    encoding = null;\n  }\n\n  if (chunk !== null && chunk !== undefined) this.write(chunk, encoding);\n\n  // .end() fully uncorks\n  if (state.corked) {\n    state.corked = 1;\n    this.uncork();\n  }\n\n  // ignore unnecessary end() calls.\n  if (!state.ending && !state.finished) endWritable(this, state, cb);\n};\n\nfunction needFinish(state) {\n  return state.ending && state.length === 0 && state.bufferedRequest === null && !state.finished && !state.writing;\n}\nfunction callFinal(stream, state) {\n  stream._final(function (err) {\n    state.pendingcb--;\n    if (err) {\n      stream.emit('error', err);\n    }\n    state.prefinished = true;\n    stream.emit('prefinish');\n    finishMaybe(stream, state);\n  });\n}\nfunction prefinish(stream, state) {\n  if (!state.prefinished && !state.finalCalled) {\n    if (typeof stream._final === 'function') {\n      state.pendingcb++;\n      state.finalCalled = true;\n      pna.nextTick(callFinal, stream, state);\n    } else {\n      state.prefinished = true;\n      stream.emit('prefinish');\n    }\n  }\n}\n\nfunction finishMaybe(stream, state) {\n  var need = needFinish(state);\n  if (need) {\n    prefinish(stream, state);\n    if (state.pendingcb === 0) {\n      state.finished = true;\n      stream.emit('finish');\n    }\n  }\n  return need;\n}\n\nfunction endWritable(stream, state, cb) {\n  state.ending = true;\n  finishMaybe(stream, state);\n  if (cb) {\n    if (state.finished) pna.nextTick(cb);else stream.once('finish', cb);\n  }\n  state.ended = true;\n  stream.writable = false;\n}\n\nfunction onCorkedFinish(corkReq, state, err) {\n  var entry = corkReq.entry;\n  corkReq.entry = null;\n  while (entry) {\n    var cb = entry.callback;\n    state.pendingcb--;\n    cb(err);\n    entry = entry.next;\n  }\n  if (state.corkedRequestsFree) {\n    state.corkedRequestsFree.next = corkReq;\n  } else {\n    state.corkedRequestsFree = corkReq;\n  }\n}\n\nObject.defineProperty(Writable.prototype, 'destroyed', {\n  get: function () {\n    if (this._writableState === undefined) {\n      return false;\n    }\n    return this._writableState.destroyed;\n  },\n  set: function (value) {\n    // we ignore the value if the stream\n    // has not been initialized yet\n    if (!this._writableState) {\n      return;\n    }\n\n    // backward compatibility, the user is explicitly\n    // managing destroyed\n    this._writableState.destroyed = value;\n  }\n});\n\nWritable.prototype.destroy = destroyImpl.destroy;\nWritable.prototype._undestroy = destroyImpl.undestroy;\nWritable.prototype._destroy = function (err, cb) {\n  this.end();\n  cb(err);\n};","'use strict';\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nvar Buffer = require('safe-buffer').Buffer;\nvar util = require('util');\n\nfunction copyBuffer(src, target, offset) {\n  src.copy(target, offset);\n}\n\nmodule.exports = function () {\n  function BufferList() {\n    _classCallCheck(this, BufferList);\n\n    this.head = null;\n    this.tail = null;\n    this.length = 0;\n  }\n\n  BufferList.prototype.push = function push(v) {\n    var entry = { data: v, next: null };\n    if (this.length > 0) this.tail.next = entry;else this.head = entry;\n    this.tail = entry;\n    ++this.length;\n  };\n\n  BufferList.prototype.unshift = function unshift(v) {\n    var entry = { data: v, next: this.head };\n    if (this.length === 0) this.tail = entry;\n    this.head = entry;\n    ++this.length;\n  };\n\n  BufferList.prototype.shift = function shift() {\n    if (this.length === 0) return;\n    var ret = this.head.data;\n    if (this.length === 1) this.head = this.tail = null;else this.head = this.head.next;\n    --this.length;\n    return ret;\n  };\n\n  BufferList.prototype.clear = function clear() {\n    this.head = this.tail = null;\n    this.length = 0;\n  };\n\n  BufferList.prototype.join = function join(s) {\n    if (this.length === 0) return '';\n    var p = this.head;\n    var ret = '' + p.data;\n    while (p = p.next) {\n      ret += s + p.data;\n    }return ret;\n  };\n\n  BufferList.prototype.concat = function concat(n) {\n    if (this.length === 0) return Buffer.alloc(0);\n    if (this.length === 1) return this.head.data;\n    var ret = Buffer.allocUnsafe(n >>> 0);\n    var p = this.head;\n    var i = 0;\n    while (p) {\n      copyBuffer(p.data, ret, i);\n      i += p.data.length;\n      p = p.next;\n    }\n    return ret;\n  };\n\n  return BufferList;\n}();\n\nif (util && util.inspect && util.inspect.custom) {\n  module.exports.prototype[util.inspect.custom] = function () {\n    var obj = util.inspect({ length: this.length });\n    return this.constructor.name + ' ' + obj;\n  };\n}","'use strict';\n\n/*<replacement>*/\n\nvar pna = require('process-nextick-args');\n/*</replacement>*/\n\n// undocumented cb() API, needed for core, not for public API\nfunction destroy(err, cb) {\n  var _this = this;\n\n  var readableDestroyed = this._readableState && this._readableState.destroyed;\n  var writableDestroyed = this._writableState && this._writableState.destroyed;\n\n  if (readableDestroyed || writableDestroyed) {\n    if (cb) {\n      cb(err);\n    } else if (err && (!this._writableState || !this._writableState.errorEmitted)) {\n      pna.nextTick(emitErrorNT, this, err);\n    }\n    return this;\n  }\n\n  // we set destroyed to true before firing error callbacks in order\n  // to make it re-entrance safe in case destroy() is called within callbacks\n\n  if (this._readableState) {\n    this._readableState.destroyed = true;\n  }\n\n  // if this is a duplex stream mark the writable part as destroyed as well\n  if (this._writableState) {\n    this._writableState.destroyed = true;\n  }\n\n  this._destroy(err || null, function (err) {\n    if (!cb && err) {\n      pna.nextTick(emitErrorNT, _this, err);\n      if (_this._writableState) {\n        _this._writableState.errorEmitted = true;\n      }\n    } else if (cb) {\n      cb(err);\n    }\n  });\n\n  return this;\n}\n\nfunction undestroy() {\n  if (this._readableState) {\n    this._readableState.destroyed = false;\n    this._readableState.reading = false;\n    this._readableState.ended = false;\n    this._readableState.endEmitted = false;\n  }\n\n  if (this._writableState) {\n    this._writableState.destroyed = false;\n    this._writableState.ended = false;\n    this._writableState.ending = false;\n    this._writableState.finished = false;\n    this._writableState.errorEmitted = false;\n  }\n}\n\nfunction emitErrorNT(self, err) {\n  self.emit('error', err);\n}\n\nmodule.exports = {\n  destroy: destroy,\n  undestroy: undestroy\n};","module.exports = require('events').EventEmitter;\n","/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n  for (var key in src) {\n    dst[key] = src[key]\n  }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n  module.exports = buffer\n} else {\n  // Copy properties from require('buffer')\n  copyProps(buffer, exports)\n  exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n  return Buffer(arg, encodingOrOffset, length)\n}\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n  if (typeof arg === 'number') {\n    throw new TypeError('Argument must not be a number')\n  }\n  return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  var buf = Buffer(size)\n  if (fill !== undefined) {\n    if (typeof encoding === 'string') {\n      buf.fill(fill, encoding)\n    } else {\n      buf.fill(fill)\n    }\n  } else {\n    buf.fill(0)\n  }\n  return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  return buffer.SlowBuffer(size)\n}\n","module.exports = require('./readable').PassThrough\n","exports = module.exports = require('./lib/_stream_readable.js');\nexports.Stream = exports;\nexports.Readable = exports;\nexports.Writable = require('./lib/_stream_writable.js');\nexports.Duplex = require('./lib/_stream_duplex.js');\nexports.Transform = require('./lib/_stream_transform.js');\nexports.PassThrough = require('./lib/_stream_passthrough.js');\n","module.exports = require('./readable').Transform\n","module.exports = require('./lib/_stream_writable.js');\n",";(function (sax) { // wrapper for non-node envs\n  sax.parser = function (strict, opt) { return new SAXParser(strict, opt) }\n  sax.SAXParser = SAXParser\n  sax.SAXStream = SAXStream\n  sax.createStream = createStream\n\n  // When we pass the MAX_BUFFER_LENGTH position, start checking for buffer overruns.\n  // When we check, schedule the next check for MAX_BUFFER_LENGTH - (max(buffer lengths)),\n  // since that's the earliest that a buffer overrun could occur.  This way, checks are\n  // as rare as required, but as often as necessary to ensure never crossing this bound.\n  // Furthermore, buffers are only tested at most once per write(), so passing a very\n  // large string into write() might have undesirable effects, but this is manageable by\n  // the caller, so it is assumed to be safe.  Thus, a call to write() may, in the extreme\n  // edge case, result in creating at most one complete copy of the string passed in.\n  // Set to Infinity to have unlimited buffers.\n  sax.MAX_BUFFER_LENGTH = 64 * 1024\n\n  var buffers = [\n    'comment', 'sgmlDecl', 'textNode', 'tagName', 'doctype',\n    'procInstName', 'procInstBody', 'entity', 'attribName',\n    'attribValue', 'cdata', 'script'\n  ]\n\n  sax.EVENTS = [\n    'text',\n    'processinginstruction',\n    'sgmldeclaration',\n    'doctype',\n    'comment',\n    'opentagstart',\n    'attribute',\n    'opentag',\n    'closetag',\n    'opencdata',\n    'cdata',\n    'closecdata',\n    'error',\n    'end',\n    'ready',\n    'script',\n    'opennamespace',\n    'closenamespace'\n  ]\n\n  function SAXParser (strict, opt) {\n    if (!(this instanceof SAXParser)) {\n      return new SAXParser(strict, opt)\n    }\n\n    var parser = this\n    clearBuffers(parser)\n    parser.q = parser.c = ''\n    parser.bufferCheckPosition = sax.MAX_BUFFER_LENGTH\n    parser.opt = opt || {}\n    parser.opt.lowercase = parser.opt.lowercase || parser.opt.lowercasetags\n    parser.looseCase = parser.opt.lowercase ? 'toLowerCase' : 'toUpperCase'\n    parser.tags = []\n    parser.closed = parser.closedRoot = parser.sawRoot = false\n    parser.tag = parser.error = null\n    parser.strict = !!strict\n    parser.noscript = !!(strict || parser.opt.noscript)\n    parser.state = S.BEGIN\n    parser.strictEntities = parser.opt.strictEntities\n    parser.ENTITIES = parser.strictEntities ? Object.create(sax.XML_ENTITIES) : Object.create(sax.ENTITIES)\n    parser.attribList = []\n\n    // namespaces form a prototype chain.\n    // it always points at the current tag,\n    // which protos to its parent tag.\n    if (parser.opt.xmlns) {\n      parser.ns = Object.create(rootNS)\n    }\n\n    // mostly just for error reporting\n    parser.trackPosition = parser.opt.position !== false\n    if (parser.trackPosition) {\n      parser.position = parser.line = parser.column = 0\n    }\n    emit(parser, 'onready')\n  }\n\n  if (!Object.create) {\n    Object.create = function (o) {\n      function F () {}\n      F.prototype = o\n      var newf = new F()\n      return newf\n    }\n  }\n\n  if (!Object.keys) {\n    Object.keys = function (o) {\n      var a = []\n      for (var i in o) if (o.hasOwnProperty(i)) a.push(i)\n      return a\n    }\n  }\n\n  function checkBufferLength (parser) {\n    var maxAllowed = Math.max(sax.MAX_BUFFER_LENGTH, 10)\n    var maxActual = 0\n    for (var i = 0, l = buffers.length; i < l; i++) {\n      var len = parser[buffers[i]].length\n      if (len > maxAllowed) {\n        // Text/cdata nodes can get big, and since they're buffered,\n        // we can get here under normal conditions.\n        // Avoid issues by emitting the text node now,\n        // so at least it won't get any bigger.\n        switch (buffers[i]) {\n          case 'textNode':\n            closeText(parser)\n            break\n\n          case 'cdata':\n            emitNode(parser, 'oncdata', parser.cdata)\n            parser.cdata = ''\n            break\n\n          case 'script':\n            emitNode(parser, 'onscript', parser.script)\n            parser.script = ''\n            break\n\n          default:\n            error(parser, 'Max buffer length exceeded: ' + buffers[i])\n        }\n      }\n      maxActual = Math.max(maxActual, len)\n    }\n    // schedule the next check for the earliest possible buffer overrun.\n    var m = sax.MAX_BUFFER_LENGTH - maxActual\n    parser.bufferCheckPosition = m + parser.position\n  }\n\n  function clearBuffers (parser) {\n    for (var i = 0, l = buffers.length; i < l; i++) {\n      parser[buffers[i]] = ''\n    }\n  }\n\n  function flushBuffers (parser) {\n    closeText(parser)\n    if (parser.cdata !== '') {\n      emitNode(parser, 'oncdata', parser.cdata)\n      parser.cdata = ''\n    }\n    if (parser.script !== '') {\n      emitNode(parser, 'onscript', parser.script)\n      parser.script = ''\n    }\n  }\n\n  SAXParser.prototype = {\n    end: function () { end(this) },\n    write: write,\n    resume: function () { this.error = null; return this },\n    close: function () { return this.write(null) },\n    flush: function () { flushBuffers(this) }\n  }\n\n  var Stream\n  try {\n    Stream = require('stream').Stream\n  } catch (ex) {\n    Stream = function () {}\n  }\n\n  var streamWraps = sax.EVENTS.filter(function (ev) {\n    return ev !== 'error' && ev !== 'end'\n  })\n\n  function createStream (strict, opt) {\n    return new SAXStream(strict, opt)\n  }\n\n  function SAXStream (strict, opt) {\n    if (!(this instanceof SAXStream)) {\n      return new SAXStream(strict, opt)\n    }\n\n    Stream.apply(this)\n\n    this._parser = new SAXParser(strict, opt)\n    this.writable = true\n    this.readable = true\n\n    var me = this\n\n    this._parser.onend = function () {\n      me.emit('end')\n    }\n\n    this._parser.onerror = function (er) {\n      me.emit('error', er)\n\n      // if didn't throw, then means error was handled.\n      // go ahead and clear error, so we can write again.\n      me._parser.error = null\n    }\n\n    this._decoder = null\n\n    streamWraps.forEach(function (ev) {\n      Object.defineProperty(me, 'on' + ev, {\n        get: function () {\n          return me._parser['on' + ev]\n        },\n        set: function (h) {\n          if (!h) {\n            me.removeAllListeners(ev)\n            me._parser['on' + ev] = h\n            return h\n          }\n          me.on(ev, h)\n        },\n        enumerable: true,\n        configurable: false\n      })\n    })\n  }\n\n  SAXStream.prototype = Object.create(Stream.prototype, {\n    constructor: {\n      value: SAXStream\n    }\n  })\n\n  SAXStream.prototype.write = function (data) {\n    if (typeof Buffer === 'function' &&\n      typeof Buffer.isBuffer === 'function' &&\n      Buffer.isBuffer(data)) {\n      if (!this._decoder) {\n        var SD = require('string_decoder').StringDecoder\n        this._decoder = new SD('utf8')\n      }\n      data = this._decoder.write(data)\n    }\n\n    this._parser.write(data.toString())\n    this.emit('data', data)\n    return true\n  }\n\n  SAXStream.prototype.end = function (chunk) {\n    if (chunk && chunk.length) {\n      this.write(chunk)\n    }\n    this._parser.end()\n    return true\n  }\n\n  SAXStream.prototype.on = function (ev, handler) {\n    var me = this\n    if (!me._parser['on' + ev] && streamWraps.indexOf(ev) !== -1) {\n      me._parser['on' + ev] = function () {\n        var args = arguments.length === 1 ? [arguments[0]] : Array.apply(null, arguments)\n        args.splice(0, 0, ev)\n        me.emit.apply(me, args)\n      }\n    }\n\n    return Stream.prototype.on.call(me, ev, handler)\n  }\n\n  // this really needs to be replaced with character classes.\n  // XML allows all manner of ridiculous numbers and digits.\n  var CDATA = '[CDATA['\n  var DOCTYPE = 'DOCTYPE'\n  var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace'\n  var XMLNS_NAMESPACE = 'http://www.w3.org/2000/xmlns/'\n  var rootNS = { xml: XML_NAMESPACE, xmlns: XMLNS_NAMESPACE }\n\n  // http://www.w3.org/TR/REC-xml/#NT-NameStartChar\n  // This implementation works on strings, a single character at a time\n  // as such, it cannot ever support astral-plane characters (10000-EFFFF)\n  // without a significant breaking change to either this  parser, or the\n  // JavaScript language.  Implementation of an emoji-capable xml parser\n  // is left as an exercise for the reader.\n  var nameStart = /[:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/\n\n  var nameBody = /[:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\u00B7\\u0300-\\u036F\\u203F-\\u2040.\\d-]/\n\n  var entityStart = /[#:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD]/\n  var entityBody = /[#:_A-Za-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\u00B7\\u0300-\\u036F\\u203F-\\u2040.\\d-]/\n\n  function isWhitespace (c) {\n    return c === ' ' || c === '\\n' || c === '\\r' || c === '\\t'\n  }\n\n  function isQuote (c) {\n    return c === '\"' || c === '\\''\n  }\n\n  function isAttribEnd (c) {\n    return c === '>' || isWhitespace(c)\n  }\n\n  function isMatch (regex, c) {\n    return regex.test(c)\n  }\n\n  function notMatch (regex, c) {\n    return !isMatch(regex, c)\n  }\n\n  var S = 0\n  sax.STATE = {\n    BEGIN: S++, // leading byte order mark or whitespace\n    BEGIN_WHITESPACE: S++, // leading whitespace\n    TEXT: S++, // general stuff\n    TEXT_ENTITY: S++, // &amp and such.\n    OPEN_WAKA: S++, // <\n    SGML_DECL: S++, // <!BLARG\n    SGML_DECL_QUOTED: S++, // <!BLARG foo \"bar\n    DOCTYPE: S++, // <!DOCTYPE\n    DOCTYPE_QUOTED: S++, // <!DOCTYPE \"//blah\n    DOCTYPE_DTD: S++, // <!DOCTYPE \"//blah\" [ ...\n    DOCTYPE_DTD_QUOTED: S++, // <!DOCTYPE \"//blah\" [ \"foo\n    COMMENT_STARTING: S++, // <!-\n    COMMENT: S++, // <!--\n    COMMENT_ENDING: S++, // <!-- blah -\n    COMMENT_ENDED: S++, // <!-- blah --\n    CDATA: S++, // <![CDATA[ something\n    CDATA_ENDING: S++, // ]\n    CDATA_ENDING_2: S++, // ]]\n    PROC_INST: S++, // <?hi\n    PROC_INST_BODY: S++, // <?hi there\n    PROC_INST_ENDING: S++, // <?hi \"there\" ?\n    OPEN_TAG: S++, // <strong\n    OPEN_TAG_SLASH: S++, // <strong /\n    ATTRIB: S++, // <a\n    ATTRIB_NAME: S++, // <a foo\n    ATTRIB_NAME_SAW_WHITE: S++, // <a foo _\n    ATTRIB_VALUE: S++, // <a foo=\n    ATTRIB_VALUE_QUOTED: S++, // <a foo=\"bar\n    ATTRIB_VALUE_CLOSED: S++, // <a foo=\"bar\"\n    ATTRIB_VALUE_UNQUOTED: S++, // <a foo=bar\n    ATTRIB_VALUE_ENTITY_Q: S++, // <foo bar=\"&quot;\"\n    ATTRIB_VALUE_ENTITY_U: S++, // <foo bar=&quot\n    CLOSE_TAG: S++, // </a\n    CLOSE_TAG_SAW_WHITE: S++, // </a   >\n    SCRIPT: S++, // <script> ...\n    SCRIPT_ENDING: S++ // <script> ... <\n  }\n\n  sax.XML_ENTITIES = {\n    'amp': '&',\n    'gt': '>',\n    'lt': '<',\n    'quot': '\"',\n    'apos': \"'\"\n  }\n\n  sax.ENTITIES = {\n    'amp': '&',\n    'gt': '>',\n    'lt': '<',\n    'quot': '\"',\n    'apos': \"'\",\n    'AElig': 198,\n    'Aacute': 193,\n    'Acirc': 194,\n    'Agrave': 192,\n    'Aring': 197,\n    'Atilde': 195,\n    'Auml': 196,\n    'Ccedil': 199,\n    'ETH': 208,\n    'Eacute': 201,\n    'Ecirc': 202,\n    'Egrave': 200,\n    'Euml': 203,\n    'Iacute': 205,\n    'Icirc': 206,\n    'Igrave': 204,\n    'Iuml': 207,\n    'Ntilde': 209,\n    'Oacute': 211,\n    'Ocirc': 212,\n    'Ograve': 210,\n    'Oslash': 216,\n    'Otilde': 213,\n    'Ouml': 214,\n    'THORN': 222,\n    'Uacute': 218,\n    'Ucirc': 219,\n    'Ugrave': 217,\n    'Uuml': 220,\n    'Yacute': 221,\n    'aacute': 225,\n    'acirc': 226,\n    'aelig': 230,\n    'agrave': 224,\n    'aring': 229,\n    'atilde': 227,\n    'auml': 228,\n    'ccedil': 231,\n    'eacute': 233,\n    'ecirc': 234,\n    'egrave': 232,\n    'eth': 240,\n    'euml': 235,\n    'iacute': 237,\n    'icirc': 238,\n    'igrave': 236,\n    'iuml': 239,\n    'ntilde': 241,\n    'oacute': 243,\n    'ocirc': 244,\n    'ograve': 242,\n    'oslash': 248,\n    'otilde': 245,\n    'ouml': 246,\n    'szlig': 223,\n    'thorn': 254,\n    'uacute': 250,\n    'ucirc': 251,\n    'ugrave': 249,\n    'uuml': 252,\n    'yacute': 253,\n    'yuml': 255,\n    'copy': 169,\n    'reg': 174,\n    'nbsp': 160,\n    'iexcl': 161,\n    'cent': 162,\n    'pound': 163,\n    'curren': 164,\n    'yen': 165,\n    'brvbar': 166,\n    'sect': 167,\n    'uml': 168,\n    'ordf': 170,\n    'laquo': 171,\n    'not': 172,\n    'shy': 173,\n    'macr': 175,\n    'deg': 176,\n    'plusmn': 177,\n    'sup1': 185,\n    'sup2': 178,\n    'sup3': 179,\n    'acute': 180,\n    'micro': 181,\n    'para': 182,\n    'middot': 183,\n    'cedil': 184,\n    'ordm': 186,\n    'raquo': 187,\n    'frac14': 188,\n    'frac12': 189,\n    'frac34': 190,\n    'iquest': 191,\n    'times': 215,\n    'divide': 247,\n    'OElig': 338,\n    'oelig': 339,\n    'Scaron': 352,\n    'scaron': 353,\n    'Yuml': 376,\n    'fnof': 402,\n    'circ': 710,\n    'tilde': 732,\n    'Alpha': 913,\n    'Beta': 914,\n    'Gamma': 915,\n    'Delta': 916,\n    'Epsilon': 917,\n    'Zeta': 918,\n    'Eta': 919,\n    'Theta': 920,\n    'Iota': 921,\n    'Kappa': 922,\n    'Lambda': 923,\n    'Mu': 924,\n    'Nu': 925,\n    'Xi': 926,\n    'Omicron': 927,\n    'Pi': 928,\n    'Rho': 929,\n    'Sigma': 931,\n    'Tau': 932,\n    'Upsilon': 933,\n    'Phi': 934,\n    'Chi': 935,\n    'Psi': 936,\n    'Omega': 937,\n    'alpha': 945,\n    'beta': 946,\n    'gamma': 947,\n    'delta': 948,\n    'epsilon': 949,\n    'zeta': 950,\n    'eta': 951,\n    'theta': 952,\n    'iota': 953,\n    'kappa': 954,\n    'lambda': 955,\n    'mu': 956,\n    'nu': 957,\n    'xi': 958,\n    'omicron': 959,\n    'pi': 960,\n    'rho': 961,\n    'sigmaf': 962,\n    'sigma': 963,\n    'tau': 964,\n    'upsilon': 965,\n    'phi': 966,\n    'chi': 967,\n    'psi': 968,\n    'omega': 969,\n    'thetasym': 977,\n    'upsih': 978,\n    'piv': 982,\n    'ensp': 8194,\n    'emsp': 8195,\n    'thinsp': 8201,\n    'zwnj': 8204,\n    'zwj': 8205,\n    'lrm': 8206,\n    'rlm': 8207,\n    'ndash': 8211,\n    'mdash': 8212,\n    'lsquo': 8216,\n    'rsquo': 8217,\n    'sbquo': 8218,\n    'ldquo': 8220,\n    'rdquo': 8221,\n    'bdquo': 8222,\n    'dagger': 8224,\n    'Dagger': 8225,\n    'bull': 8226,\n    'hellip': 8230,\n    'permil': 8240,\n    'prime': 8242,\n    'Prime': 8243,\n    'lsaquo': 8249,\n    'rsaquo': 8250,\n    'oline': 8254,\n    'frasl': 8260,\n    'euro': 8364,\n    'image': 8465,\n    'weierp': 8472,\n    'real': 8476,\n    'trade': 8482,\n    'alefsym': 8501,\n    'larr': 8592,\n    'uarr': 8593,\n    'rarr': 8594,\n    'darr': 8595,\n    'harr': 8596,\n    'crarr': 8629,\n    'lArr': 8656,\n    'uArr': 8657,\n    'rArr': 8658,\n    'dArr': 8659,\n    'hArr': 8660,\n    'forall': 8704,\n    'part': 8706,\n    'exist': 8707,\n    'empty': 8709,\n    'nabla': 8711,\n    'isin': 8712,\n    'notin': 8713,\n    'ni': 8715,\n    'prod': 8719,\n    'sum': 8721,\n    'minus': 8722,\n    'lowast': 8727,\n    'radic': 8730,\n    'prop': 8733,\n    'infin': 8734,\n    'ang': 8736,\n    'and': 8743,\n    'or': 8744,\n    'cap': 8745,\n    'cup': 8746,\n    'int': 8747,\n    'there4': 8756,\n    'sim': 8764,\n    'cong': 8773,\n    'asymp': 8776,\n    'ne': 8800,\n    'equiv': 8801,\n    'le': 8804,\n    'ge': 8805,\n    'sub': 8834,\n    'sup': 8835,\n    'nsub': 8836,\n    'sube': 8838,\n    'supe': 8839,\n    'oplus': 8853,\n    'otimes': 8855,\n    'perp': 8869,\n    'sdot': 8901,\n    'lceil': 8968,\n    'rceil': 8969,\n    'lfloor': 8970,\n    'rfloor': 8971,\n    'lang': 9001,\n    'rang': 9002,\n    'loz': 9674,\n    'spades': 9824,\n    'clubs': 9827,\n    'hearts': 9829,\n    'diams': 9830\n  }\n\n  Object.keys(sax.ENTITIES).forEach(function (key) {\n    var e = sax.ENTITIES[key]\n    var s = typeof e === 'number' ? String.fromCharCode(e) : e\n    sax.ENTITIES[key] = s\n  })\n\n  for (var s in sax.STATE) {\n    sax.STATE[sax.STATE[s]] = s\n  }\n\n  // shorthand\n  S = sax.STATE\n\n  function emit (parser, event, data) {\n    parser[event] && parser[event](data)\n  }\n\n  function emitNode (parser, nodeType, data) {\n    if (parser.textNode) closeText(parser)\n    emit(parser, nodeType, data)\n  }\n\n  function closeText (parser) {\n    parser.textNode = textopts(parser.opt, parser.textNode)\n    if (parser.textNode) emit(parser, 'ontext', parser.textNode)\n    parser.textNode = ''\n  }\n\n  function textopts (opt, text) {\n    if (opt.trim) text = text.trim()\n    if (opt.normalize) text = text.replace(/\\s+/g, ' ')\n    return text\n  }\n\n  function error (parser, er) {\n    closeText(parser)\n    if (parser.trackPosition) {\n      er += '\\nLine: ' + parser.line +\n        '\\nColumn: ' + parser.column +\n        '\\nChar: ' + parser.c\n    }\n    er = new Error(er)\n    parser.error = er\n    emit(parser, 'onerror', er)\n    return parser\n  }\n\n  function end (parser) {\n    if (parser.sawRoot && !parser.closedRoot) strictFail(parser, 'Unclosed root tag')\n    if ((parser.state !== S.BEGIN) &&\n      (parser.state !== S.BEGIN_WHITESPACE) &&\n      (parser.state !== S.TEXT)) {\n      error(parser, 'Unexpected end')\n    }\n    closeText(parser)\n    parser.c = ''\n    parser.closed = true\n    emit(parser, 'onend')\n    SAXParser.call(parser, parser.strict, parser.opt)\n    return parser\n  }\n\n  function strictFail (parser, message) {\n    if (typeof parser !== 'object' || !(parser instanceof SAXParser)) {\n      throw new Error('bad call to strictFail')\n    }\n    if (parser.strict) {\n      error(parser, message)\n    }\n  }\n\n  function newTag (parser) {\n    if (!parser.strict) parser.tagName = parser.tagName[parser.looseCase]()\n    var parent = parser.tags[parser.tags.length - 1] || parser\n    var tag = parser.tag = { name: parser.tagName, attributes: {} }\n\n    // will be overridden if tag contails an xmlns=\"foo\" or xmlns:foo=\"bar\"\n    if (parser.opt.xmlns) {\n      tag.ns = parent.ns\n    }\n    parser.attribList.length = 0\n    emitNode(parser, 'onopentagstart', tag)\n  }\n\n  function qname (name, attribute) {\n    var i = name.indexOf(':')\n    var qualName = i < 0 ? [ '', name ] : name.split(':')\n    var prefix = qualName[0]\n    var local = qualName[1]\n\n    // <x \"xmlns\"=\"http://foo\">\n    if (attribute && name === 'xmlns') {\n      prefix = 'xmlns'\n      local = ''\n    }\n\n    return { prefix: prefix, local: local }\n  }\n\n  function attrib (parser) {\n    if (!parser.strict) {\n      parser.attribName = parser.attribName[parser.looseCase]()\n    }\n\n    if (parser.attribList.indexOf(parser.attribName) !== -1 ||\n      parser.tag.attributes.hasOwnProperty(parser.attribName)) {\n      parser.attribName = parser.attribValue = ''\n      return\n    }\n\n    if (parser.opt.xmlns) {\n      var qn = qname(parser.attribName, true)\n      var prefix = qn.prefix\n      var local = qn.local\n\n      if (prefix === 'xmlns') {\n        // namespace binding attribute. push the binding into scope\n        if (local === 'xml' && parser.attribValue !== XML_NAMESPACE) {\n          strictFail(parser,\n            'xml: prefix must be bound to ' + XML_NAMESPACE + '\\n' +\n            'Actual: ' + parser.attribValue)\n        } else if (local === 'xmlns' && parser.attribValue !== XMLNS_NAMESPACE) {\n          strictFail(parser,\n            'xmlns: prefix must be bound to ' + XMLNS_NAMESPACE + '\\n' +\n            'Actual: ' + parser.attribValue)\n        } else {\n          var tag = parser.tag\n          var parent = parser.tags[parser.tags.length - 1] || parser\n          if (tag.ns === parent.ns) {\n            tag.ns = Object.create(parent.ns)\n          }\n          tag.ns[local] = parser.attribValue\n        }\n      }\n\n      // defer onattribute events until all attributes have been seen\n      // so any new bindings can take effect. preserve attribute order\n      // so deferred events can be emitted in document order\n      parser.attribList.push([parser.attribName, parser.attribValue])\n    } else {\n      // in non-xmlns mode, we can emit the event right away\n      parser.tag.attributes[parser.attribName] = parser.attribValue\n      emitNode(parser, 'onattribute', {\n        name: parser.attribName,\n        value: parser.attribValue\n      })\n    }\n\n    parser.attribName = parser.attribValue = ''\n  }\n\n  function openTag (parser, selfClosing) {\n    if (parser.opt.xmlns) {\n      // emit namespace binding events\n      var tag = parser.tag\n\n      // add namespace info to tag\n      var qn = qname(parser.tagName)\n      tag.prefix = qn.prefix\n      tag.local = qn.local\n      tag.uri = tag.ns[qn.prefix] || ''\n\n      if (tag.prefix && !tag.uri) {\n        strictFail(parser, 'Unbound namespace prefix: ' +\n          JSON.stringify(parser.tagName))\n        tag.uri = qn.prefix\n      }\n\n      var parent = parser.tags[parser.tags.length - 1] || parser\n      if (tag.ns && parent.ns !== tag.ns) {\n        Object.keys(tag.ns).forEach(function (p) {\n          emitNode(parser, 'onopennamespace', {\n            prefix: p,\n            uri: tag.ns[p]\n          })\n        })\n      }\n\n      // handle deferred onattribute events\n      // Note: do not apply default ns to attributes:\n      //   http://www.w3.org/TR/REC-xml-names/#defaulting\n      for (var i = 0, l = parser.attribList.length; i < l; i++) {\n        var nv = parser.attribList[i]\n        var name = nv[0]\n        var value = nv[1]\n        var qualName = qname(name, true)\n        var prefix = qualName.prefix\n        var local = qualName.local\n        var uri = prefix === '' ? '' : (tag.ns[prefix] || '')\n        var a = {\n          name: name,\n          value: value,\n          prefix: prefix,\n          local: local,\n          uri: uri\n        }\n\n        // if there's any attributes with an undefined namespace,\n        // then fail on them now.\n        if (prefix && prefix !== 'xmlns' && !uri) {\n          strictFail(parser, 'Unbound namespace prefix: ' +\n            JSON.stringify(prefix))\n          a.uri = prefix\n        }\n        parser.tag.attributes[name] = a\n        emitNode(parser, 'onattribute', a)\n      }\n      parser.attribList.length = 0\n    }\n\n    parser.tag.isSelfClosing = !!selfClosing\n\n    // process the tag\n    parser.sawRoot = true\n    parser.tags.push(parser.tag)\n    emitNode(parser, 'onopentag', parser.tag)\n    if (!selfClosing) {\n      // special case for <script> in non-strict mode.\n      if (!parser.noscript && parser.tagName.toLowerCase() === 'script') {\n        parser.state = S.SCRIPT\n      } else {\n        parser.state = S.TEXT\n      }\n      parser.tag = null\n      parser.tagName = ''\n    }\n    parser.attribName = parser.attribValue = ''\n    parser.attribList.length = 0\n  }\n\n  function closeTag (parser) {\n    if (!parser.tagName) {\n      strictFail(parser, 'Weird empty close tag.')\n      parser.textNode += '</>'\n      parser.state = S.TEXT\n      return\n    }\n\n    if (parser.script) {\n      if (parser.tagName !== 'script') {\n        parser.script += '</' + parser.tagName + '>'\n        parser.tagName = ''\n        parser.state = S.SCRIPT\n        return\n      }\n      emitNode(parser, 'onscript', parser.script)\n      parser.script = ''\n    }\n\n    // first make sure that the closing tag actually exists.\n    // <a><b></c></b></a> will close everything, otherwise.\n    var t = parser.tags.length\n    var tagName = parser.tagName\n    if (!parser.strict) {\n      tagName = tagName[parser.looseCase]()\n    }\n    var closeTo = tagName\n    while (t--) {\n      var close = parser.tags[t]\n      if (close.name !== closeTo) {\n        // fail the first time in strict mode\n        strictFail(parser, 'Unexpected close tag')\n      } else {\n        break\n      }\n    }\n\n    // didn't find it.  we already failed for strict, so just abort.\n    if (t < 0) {\n      strictFail(parser, 'Unmatched closing tag: ' + parser.tagName)\n      parser.textNode += '</' + parser.tagName + '>'\n      parser.state = S.TEXT\n      return\n    }\n    parser.tagName = tagName\n    var s = parser.tags.length\n    while (s-- > t) {\n      var tag = parser.tag = parser.tags.pop()\n      parser.tagName = parser.tag.name\n      emitNode(parser, 'onclosetag', parser.tagName)\n\n      var x = {}\n      for (var i in tag.ns) {\n        x[i] = tag.ns[i]\n      }\n\n      var parent = parser.tags[parser.tags.length - 1] || parser\n      if (parser.opt.xmlns && tag.ns !== parent.ns) {\n        // remove namespace bindings introduced by tag\n        Object.keys(tag.ns).forEach(function (p) {\n          var n = tag.ns[p]\n          emitNode(parser, 'onclosenamespace', { prefix: p, uri: n })\n        })\n      }\n    }\n    if (t === 0) parser.closedRoot = true\n    parser.tagName = parser.attribValue = parser.attribName = ''\n    parser.attribList.length = 0\n    parser.state = S.TEXT\n  }\n\n  function parseEntity (parser) {\n    var entity = parser.entity\n    var entityLC = entity.toLowerCase()\n    var num\n    var numStr = ''\n\n    if (parser.ENTITIES[entity]) {\n      return parser.ENTITIES[entity]\n    }\n    if (parser.ENTITIES[entityLC]) {\n      return parser.ENTITIES[entityLC]\n    }\n    entity = entityLC\n    if (entity.charAt(0) === '#') {\n      if (entity.charAt(1) === 'x') {\n        entity = entity.slice(2)\n        num = parseInt(entity, 16)\n        numStr = num.toString(16)\n      } else {\n        entity = entity.slice(1)\n        num = parseInt(entity, 10)\n        numStr = num.toString(10)\n      }\n    }\n    entity = entity.replace(/^0+/, '')\n    if (isNaN(num) || numStr.toLowerCase() !== entity) {\n      strictFail(parser, 'Invalid character entity')\n      return '&' + parser.entity + ';'\n    }\n\n    return String.fromCodePoint(num)\n  }\n\n  function beginWhiteSpace (parser, c) {\n    if (c === '<') {\n      parser.state = S.OPEN_WAKA\n      parser.startTagPosition = parser.position\n    } else if (!isWhitespace(c)) {\n      // have to process this as a text node.\n      // weird, but happens.\n      strictFail(parser, 'Non-whitespace before first tag.')\n      parser.textNode = c\n      parser.state = S.TEXT\n    }\n  }\n\n  function charAt (chunk, i) {\n    var result = ''\n    if (i < chunk.length) {\n      result = chunk.charAt(i)\n    }\n    return result\n  }\n\n  function write (chunk) {\n    var parser = this\n    if (this.error) {\n      throw this.error\n    }\n    if (parser.closed) {\n      return error(parser,\n        'Cannot write after close. Assign an onready handler.')\n    }\n    if (chunk === null) {\n      return end(parser)\n    }\n    if (typeof chunk === 'object') {\n      chunk = chunk.toString()\n    }\n    var i = 0\n    var c = ''\n    while (true) {\n      c = charAt(chunk, i++)\n      parser.c = c\n\n      if (!c) {\n        break\n      }\n\n      if (parser.trackPosition) {\n        parser.position++\n        if (c === '\\n') {\n          parser.line++\n          parser.column = 0\n        } else {\n          parser.column++\n        }\n      }\n\n      switch (parser.state) {\n        case S.BEGIN:\n          parser.state = S.BEGIN_WHITESPACE\n          if (c === '\\uFEFF') {\n            continue\n          }\n          beginWhiteSpace(parser, c)\n          continue\n\n        case S.BEGIN_WHITESPACE:\n          beginWhiteSpace(parser, c)\n          continue\n\n        case S.TEXT:\n          if (parser.sawRoot && !parser.closedRoot) {\n            var starti = i - 1\n            while (c && c !== '<' && c !== '&') {\n              c = charAt(chunk, i++)\n              if (c && parser.trackPosition) {\n                parser.position++\n                if (c === '\\n') {\n                  parser.line++\n                  parser.column = 0\n                } else {\n                  parser.column++\n                }\n              }\n            }\n            parser.textNode += chunk.substring(starti, i - 1)\n          }\n          if (c === '<' && !(parser.sawRoot && parser.closedRoot && !parser.strict)) {\n            parser.state = S.OPEN_WAKA\n            parser.startTagPosition = parser.position\n          } else {\n            if (!isWhitespace(c) && (!parser.sawRoot || parser.closedRoot)) {\n              strictFail(parser, 'Text data outside of root node.')\n            }\n            if (c === '&') {\n              parser.state = S.TEXT_ENTITY\n            } else {\n              parser.textNode += c\n            }\n          }\n          continue\n\n        case S.SCRIPT:\n          // only non-strict\n          if (c === '<') {\n            parser.state = S.SCRIPT_ENDING\n          } else {\n            parser.script += c\n          }\n          continue\n\n        case S.SCRIPT_ENDING:\n          if (c === '/') {\n            parser.state = S.CLOSE_TAG\n          } else {\n            parser.script += '<' + c\n            parser.state = S.SCRIPT\n          }\n          continue\n\n        case S.OPEN_WAKA:\n          // either a /, ?, !, or text is coming next.\n          if (c === '!') {\n            parser.state = S.SGML_DECL\n            parser.sgmlDecl = ''\n          } else if (isWhitespace(c)) {\n            // wait for it...\n          } else if (isMatch(nameStart, c)) {\n            parser.state = S.OPEN_TAG\n            parser.tagName = c\n          } else if (c === '/') {\n            parser.state = S.CLOSE_TAG\n            parser.tagName = ''\n          } else if (c === '?') {\n            parser.state = S.PROC_INST\n            parser.procInstName = parser.procInstBody = ''\n          } else {\n            strictFail(parser, 'Unencoded <')\n            // if there was some whitespace, then add that in.\n            if (parser.startTagPosition + 1 < parser.position) {\n              var pad = parser.position - parser.startTagPosition\n              c = new Array(pad).join(' ') + c\n            }\n            parser.textNode += '<' + c\n            parser.state = S.TEXT\n          }\n          continue\n\n        case S.SGML_DECL:\n          if ((parser.sgmlDecl + c).toUpperCase() === CDATA) {\n            emitNode(parser, 'onopencdata')\n            parser.state = S.CDATA\n            parser.sgmlDecl = ''\n            parser.cdata = ''\n          } else if (parser.sgmlDecl + c === '--') {\n            parser.state = S.COMMENT\n            parser.comment = ''\n            parser.sgmlDecl = ''\n          } else if ((parser.sgmlDecl + c).toUpperCase() === DOCTYPE) {\n            parser.state = S.DOCTYPE\n            if (parser.doctype || parser.sawRoot) {\n              strictFail(parser,\n                'Inappropriately located doctype declaration')\n            }\n            parser.doctype = ''\n            parser.sgmlDecl = ''\n          } else if (c === '>') {\n            emitNode(parser, 'onsgmldeclaration', parser.sgmlDecl)\n            parser.sgmlDecl = ''\n            parser.state = S.TEXT\n          } else if (isQuote(c)) {\n            parser.state = S.SGML_DECL_QUOTED\n            parser.sgmlDecl += c\n          } else {\n            parser.sgmlDecl += c\n          }\n          continue\n\n        case S.SGML_DECL_QUOTED:\n          if (c === parser.q) {\n            parser.state = S.SGML_DECL\n            parser.q = ''\n          }\n          parser.sgmlDecl += c\n          continue\n\n        case S.DOCTYPE:\n          if (c === '>') {\n            parser.state = S.TEXT\n            emitNode(parser, 'ondoctype', parser.doctype)\n            parser.doctype = true // just remember that we saw it.\n          } else {\n            parser.doctype += c\n            if (c === '[') {\n              parser.state = S.DOCTYPE_DTD\n            } else if (isQuote(c)) {\n              parser.state = S.DOCTYPE_QUOTED\n              parser.q = c\n            }\n          }\n          continue\n\n        case S.DOCTYPE_QUOTED:\n          parser.doctype += c\n          if (c === parser.q) {\n            parser.q = ''\n            parser.state = S.DOCTYPE\n          }\n          continue\n\n        case S.DOCTYPE_DTD:\n          parser.doctype += c\n          if (c === ']') {\n            parser.state = S.DOCTYPE\n          } else if (isQuote(c)) {\n            parser.state = S.DOCTYPE_DTD_QUOTED\n            parser.q = c\n          }\n          continue\n\n        case S.DOCTYPE_DTD_QUOTED:\n          parser.doctype += c\n          if (c === parser.q) {\n            parser.state = S.DOCTYPE_DTD\n            parser.q = ''\n          }\n          continue\n\n        case S.COMMENT:\n          if (c === '-') {\n            parser.state = S.COMMENT_ENDING\n          } else {\n            parser.comment += c\n          }\n          continue\n\n        case S.COMMENT_ENDING:\n          if (c === '-') {\n            parser.state = S.COMMENT_ENDED\n            parser.comment = textopts(parser.opt, parser.comment)\n            if (parser.comment) {\n              emitNode(parser, 'oncomment', parser.comment)\n            }\n            parser.comment = ''\n          } else {\n            parser.comment += '-' + c\n            parser.state = S.COMMENT\n          }\n          continue\n\n        case S.COMMENT_ENDED:\n          if (c !== '>') {\n            strictFail(parser, 'Malformed comment')\n            // allow <!-- blah -- bloo --> in non-strict mode,\n            // which is a comment of \" blah -- bloo \"\n            parser.comment += '--' + c\n            parser.state = S.COMMENT\n          } else {\n            parser.state = S.TEXT\n          }\n          continue\n\n        case S.CDATA:\n          if (c === ']') {\n            parser.state = S.CDATA_ENDING\n          } else {\n            parser.cdata += c\n          }\n          continue\n\n        case S.CDATA_ENDING:\n          if (c === ']') {\n            parser.state = S.CDATA_ENDING_2\n          } else {\n            parser.cdata += ']' + c\n            parser.state = S.CDATA\n          }\n          continue\n\n        case S.CDATA_ENDING_2:\n          if (c === '>') {\n            if (parser.cdata) {\n              emitNode(parser, 'oncdata', parser.cdata)\n            }\n            emitNode(parser, 'onclosecdata')\n            parser.cdata = ''\n            parser.state = S.TEXT\n          } else if (c === ']') {\n            parser.cdata += ']'\n          } else {\n            parser.cdata += ']]' + c\n            parser.state = S.CDATA\n          }\n          continue\n\n        case S.PROC_INST:\n          if (c === '?') {\n            parser.state = S.PROC_INST_ENDING\n          } else if (isWhitespace(c)) {\n            parser.state = S.PROC_INST_BODY\n          } else {\n            parser.procInstName += c\n          }\n          continue\n\n        case S.PROC_INST_BODY:\n          if (!parser.procInstBody && isWhitespace(c)) {\n            continue\n          } else if (c === '?') {\n            parser.state = S.PROC_INST_ENDING\n          } else {\n            parser.procInstBody += c\n          }\n          continue\n\n        case S.PROC_INST_ENDING:\n          if (c === '>') {\n            emitNode(parser, 'onprocessinginstruction', {\n              name: parser.procInstName,\n              body: parser.procInstBody\n            })\n            parser.procInstName = parser.procInstBody = ''\n            parser.state = S.TEXT\n          } else {\n            parser.procInstBody += '?' + c\n            parser.state = S.PROC_INST_BODY\n          }\n          continue\n\n        case S.OPEN_TAG:\n          if (isMatch(nameBody, c)) {\n            parser.tagName += c\n          } else {\n            newTag(parser)\n            if (c === '>') {\n              openTag(parser)\n            } else if (c === '/') {\n              parser.state = S.OPEN_TAG_SLASH\n            } else {\n              if (!isWhitespace(c)) {\n                strictFail(parser, 'Invalid character in tag name')\n              }\n              parser.state = S.ATTRIB\n            }\n          }\n          continue\n\n        case S.OPEN_TAG_SLASH:\n          if (c === '>') {\n            openTag(parser, true)\n            closeTag(parser)\n          } else {\n            strictFail(parser, 'Forward-slash in opening tag not followed by >')\n            parser.state = S.ATTRIB\n          }\n          continue\n\n        case S.ATTRIB:\n          // haven't read the attribute name yet.\n          if (isWhitespace(c)) {\n            continue\n          } else if (c === '>') {\n            openTag(parser)\n          } else if (c === '/') {\n            parser.state = S.OPEN_TAG_SLASH\n          } else if (isMatch(nameStart, c)) {\n            parser.attribName = c\n            parser.attribValue = ''\n            parser.state = S.ATTRIB_NAME\n          } else {\n            strictFail(parser, 'Invalid attribute name')\n          }\n          continue\n\n        case S.ATTRIB_NAME:\n          if (c === '=') {\n            parser.state = S.ATTRIB_VALUE\n          } else if (c === '>') {\n            strictFail(parser, 'Attribute without value')\n            parser.attribValue = parser.attribName\n            attrib(parser)\n            openTag(parser)\n          } else if (isWhitespace(c)) {\n            parser.state = S.ATTRIB_NAME_SAW_WHITE\n          } else if (isMatch(nameBody, c)) {\n            parser.attribName += c\n          } else {\n            strictFail(parser, 'Invalid attribute name')\n          }\n          continue\n\n        case S.ATTRIB_NAME_SAW_WHITE:\n          if (c === '=') {\n            parser.state = S.ATTRIB_VALUE\n          } else if (isWhitespace(c)) {\n            continue\n          } else {\n            strictFail(parser, 'Attribute without value')\n            parser.tag.attributes[parser.attribName] = ''\n            parser.attribValue = ''\n            emitNode(parser, 'onattribute', {\n              name: parser.attribName,\n              value: ''\n            })\n            parser.attribName = ''\n            if (c === '>') {\n              openTag(parser)\n            } else if (isMatch(nameStart, c)) {\n              parser.attribName = c\n              parser.state = S.ATTRIB_NAME\n            } else {\n              strictFail(parser, 'Invalid attribute name')\n              parser.state = S.ATTRIB\n            }\n          }\n          continue\n\n        case S.ATTRIB_VALUE:\n          if (isWhitespace(c)) {\n            continue\n          } else if (isQuote(c)) {\n            parser.q = c\n            parser.state = S.ATTRIB_VALUE_QUOTED\n          } else {\n            strictFail(parser, 'Unquoted attribute value')\n            parser.state = S.ATTRIB_VALUE_UNQUOTED\n            parser.attribValue = c\n          }\n          continue\n\n        case S.ATTRIB_VALUE_QUOTED:\n          if (c !== parser.q) {\n            if (c === '&') {\n              parser.state = S.ATTRIB_VALUE_ENTITY_Q\n            } else {\n              parser.attribValue += c\n            }\n            continue\n          }\n          attrib(parser)\n          parser.q = ''\n          parser.state = S.ATTRIB_VALUE_CLOSED\n          continue\n\n        case S.ATTRIB_VALUE_CLOSED:\n          if (isWhitespace(c)) {\n            parser.state = S.ATTRIB\n          } else if (c === '>') {\n            openTag(parser)\n          } else if (c === '/') {\n            parser.state = S.OPEN_TAG_SLASH\n          } else if (isMatch(nameStart, c)) {\n            strictFail(parser, 'No whitespace between attributes')\n            parser.attribName = c\n            parser.attribValue = ''\n            parser.state = S.ATTRIB_NAME\n          } else {\n            strictFail(parser, 'Invalid attribute name')\n          }\n          continue\n\n        case S.ATTRIB_VALUE_UNQUOTED:\n          if (!isAttribEnd(c)) {\n            if (c === '&') {\n              parser.state = S.ATTRIB_VALUE_ENTITY_U\n            } else {\n              parser.attribValue += c\n            }\n            continue\n          }\n          attrib(parser)\n          if (c === '>') {\n            openTag(parser)\n          } else {\n            parser.state = S.ATTRIB\n          }\n          continue\n\n        case S.CLOSE_TAG:\n          if (!parser.tagName) {\n            if (isWhitespace(c)) {\n              continue\n            } else if (notMatch(nameStart, c)) {\n              if (parser.script) {\n                parser.script += '</' + c\n                parser.state = S.SCRIPT\n              } else {\n                strictFail(parser, 'Invalid tagname in closing tag.')\n              }\n            } else {\n              parser.tagName = c\n            }\n          } else if (c === '>') {\n            closeTag(parser)\n          } else if (isMatch(nameBody, c)) {\n            parser.tagName += c\n          } else if (parser.script) {\n            parser.script += '</' + parser.tagName\n            parser.tagName = ''\n            parser.state = S.SCRIPT\n          } else {\n            if (!isWhitespace(c)) {\n              strictFail(parser, 'Invalid tagname in closing tag')\n            }\n            parser.state = S.CLOSE_TAG_SAW_WHITE\n          }\n          continue\n\n        case S.CLOSE_TAG_SAW_WHITE:\n          if (isWhitespace(c)) {\n            continue\n          }\n          if (c === '>') {\n            closeTag(parser)\n          } else {\n            strictFail(parser, 'Invalid characters in closing tag')\n          }\n          continue\n\n        case S.TEXT_ENTITY:\n        case S.ATTRIB_VALUE_ENTITY_Q:\n        case S.ATTRIB_VALUE_ENTITY_U:\n          var returnState\n          var buffer\n          switch (parser.state) {\n            case S.TEXT_ENTITY:\n              returnState = S.TEXT\n              buffer = 'textNode'\n              break\n\n            case S.ATTRIB_VALUE_ENTITY_Q:\n              returnState = S.ATTRIB_VALUE_QUOTED\n              buffer = 'attribValue'\n              break\n\n            case S.ATTRIB_VALUE_ENTITY_U:\n              returnState = S.ATTRIB_VALUE_UNQUOTED\n              buffer = 'attribValue'\n              break\n          }\n\n          if (c === ';') {\n            parser[buffer] += parseEntity(parser)\n            parser.entity = ''\n            parser.state = returnState\n          } else if (isMatch(parser.entity.length ? entityBody : entityStart, c)) {\n            parser.entity += c\n          } else {\n            strictFail(parser, 'Invalid character in entity name')\n            parser[buffer] += '&' + parser.entity + c\n            parser.entity = ''\n            parser.state = returnState\n          }\n\n          continue\n\n        default:\n          throw new Error(parser, 'Unknown state: ' + parser.state)\n      }\n    } // while\n\n    if (parser.position >= parser.bufferCheckPosition) {\n      checkBufferLength(parser)\n    }\n    return parser\n  }\n\n  /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */\n  /* istanbul ignore next */\n  if (!String.fromCodePoint) {\n    (function () {\n      var stringFromCharCode = String.fromCharCode\n      var floor = Math.floor\n      var fromCodePoint = function () {\n        var MAX_SIZE = 0x4000\n        var codeUnits = []\n        var highSurrogate\n        var lowSurrogate\n        var index = -1\n        var length = arguments.length\n        if (!length) {\n          return ''\n        }\n        var result = ''\n        while (++index < length) {\n          var codePoint = Number(arguments[index])\n          if (\n            !isFinite(codePoint) || // `NaN`, `+Infinity`, or `-Infinity`\n            codePoint < 0 || // not a valid Unicode code point\n            codePoint > 0x10FFFF || // not a valid Unicode code point\n            floor(codePoint) !== codePoint // not an integer\n          ) {\n            throw RangeError('Invalid code point: ' + codePoint)\n          }\n          if (codePoint <= 0xFFFF) { // BMP code point\n            codeUnits.push(codePoint)\n          } else { // Astral code point; split in surrogate halves\n            // http://mathiasbynens.be/notes/javascript-encoding#surrogate-formulae\n            codePoint -= 0x10000\n            highSurrogate = (codePoint >> 10) + 0xD800\n            lowSurrogate = (codePoint % 0x400) + 0xDC00\n            codeUnits.push(highSurrogate, lowSurrogate)\n          }\n          if (index + 1 === length || codeUnits.length > MAX_SIZE) {\n            result += stringFromCharCode.apply(null, codeUnits)\n            codeUnits.length = 0\n          }\n        }\n        return result\n      }\n      /* istanbul ignore next */\n      if (Object.defineProperty) {\n        Object.defineProperty(String, 'fromCodePoint', {\n          value: fromCodePoint,\n          configurable: true,\n          writable: true\n        })\n      } else {\n        String.fromCodePoint = fromCodePoint\n      }\n    }())\n  }\n})(typeof exports === 'undefined' ? this.sax = {} : exports)\n","/** @license React v0.19.1\n * scheduler.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var f,g,h,k,l;\nif(\"undefined\"===typeof window||\"function\"!==typeof MessageChannel){var p=null,q=null,t=function(){if(null!==p)try{var a=exports.unstable_now();p(!0,a);p=null}catch(b){throw setTimeout(t,0),b;}},u=Date.now();exports.unstable_now=function(){return Date.now()-u};f=function(a){null!==p?setTimeout(f,0,a):(p=a,setTimeout(t,0))};g=function(a,b){q=setTimeout(a,b)};h=function(){clearTimeout(q)};k=function(){return!1};l=exports.unstable_forceFrameRate=function(){}}else{var w=window.performance,x=window.Date,\ny=window.setTimeout,z=window.clearTimeout;if(\"undefined\"!==typeof console){var A=window.cancelAnimationFrame;\"function\"!==typeof window.requestAnimationFrame&&console.error(\"This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\");\"function\"!==typeof A&&console.error(\"This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills\")}if(\"object\"===\ntypeof w&&\"function\"===typeof w.now)exports.unstable_now=function(){return w.now()};else{var B=x.now();exports.unstable_now=function(){return x.now()-B}}var C=!1,D=null,E=-1,F=5,G=0;k=function(){return exports.unstable_now()>=G};l=function(){};exports.unstable_forceFrameRate=function(a){0>a||125<a?console.error(\"forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported\"):F=0<a?Math.floor(1E3/a):5};var H=new MessageChannel,I=H.port2;H.port1.onmessage=\nfunction(){if(null!==D){var a=exports.unstable_now();G=a+F;try{D(!0,a)?I.postMessage(null):(C=!1,D=null)}catch(b){throw I.postMessage(null),b;}}else C=!1};f=function(a){D=a;C||(C=!0,I.postMessage(null))};g=function(a,b){E=y(function(){a(exports.unstable_now())},b)};h=function(){z(E);E=-1}}function J(a,b){var c=a.length;a.push(b);a:for(;;){var d=c-1>>>1,e=a[d];if(void 0!==e&&0<K(e,b))a[d]=b,a[c]=e,c=d;else break a}}function L(a){a=a[0];return void 0===a?null:a}\nfunction M(a){var b=a[0];if(void 0!==b){var c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,e=a.length;d<e;){var m=2*(d+1)-1,n=a[m],v=m+1,r=a[v];if(void 0!==n&&0>K(n,c))void 0!==r&&0>K(r,n)?(a[d]=r,a[v]=c,d=v):(a[d]=n,a[m]=c,d=m);else if(void 0!==r&&0>K(r,c))a[d]=r,a[v]=c,d=v;else break a}}return b}return null}function K(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}var N=[],O=[],P=1,Q=null,R=3,S=!1,T=!1,U=!1;\nfunction V(a){for(var b=L(O);null!==b;){if(null===b.callback)M(O);else if(b.startTime<=a)M(O),b.sortIndex=b.expirationTime,J(N,b);else break;b=L(O)}}function W(a){U=!1;V(a);if(!T)if(null!==L(N))T=!0,f(X);else{var b=L(O);null!==b&&g(W,b.startTime-a)}}\nfunction X(a,b){T=!1;U&&(U=!1,h());S=!0;var c=R;try{V(b);for(Q=L(N);null!==Q&&(!(Q.expirationTime>b)||a&&!k());){var d=Q.callback;if(null!==d){Q.callback=null;R=Q.priorityLevel;var e=d(Q.expirationTime<=b);b=exports.unstable_now();\"function\"===typeof e?Q.callback=e:Q===L(N)&&M(N);V(b)}else M(N);Q=L(N)}if(null!==Q)var m=!0;else{var n=L(O);null!==n&&g(W,n.startTime-b);m=!1}return m}finally{Q=null,R=c,S=!1}}\nfunction Y(a){switch(a){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1E4;default:return 5E3}}var Z=l;exports.unstable_IdlePriority=5;exports.unstable_ImmediatePriority=1;exports.unstable_LowPriority=4;exports.unstable_NormalPriority=3;exports.unstable_Profiling=null;exports.unstable_UserBlockingPriority=2;exports.unstable_cancelCallback=function(a){a.callback=null};exports.unstable_continueExecution=function(){T||S||(T=!0,f(X))};\nexports.unstable_getCurrentPriorityLevel=function(){return R};exports.unstable_getFirstCallbackNode=function(){return L(N)};exports.unstable_next=function(a){switch(R){case 1:case 2:case 3:var b=3;break;default:b=R}var c=R;R=b;try{return a()}finally{R=c}};exports.unstable_pauseExecution=function(){};exports.unstable_requestPaint=Z;exports.unstable_runWithPriority=function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=R;R=a;try{return b()}finally{R=c}};\nexports.unstable_scheduleCallback=function(a,b,c){var d=exports.unstable_now();if(\"object\"===typeof c&&null!==c){var e=c.delay;e=\"number\"===typeof e&&0<e?d+e:d;c=\"number\"===typeof c.timeout?c.timeout:Y(a)}else c=Y(a),e=d;c=e+c;a={id:P++,callback:b,priorityLevel:a,startTime:e,expirationTime:c,sortIndex:-1};e>d?(a.sortIndex=e,J(O,a),null===L(N)&&a===L(O)&&(U?h():U=!0,g(W,e-d))):(a.sortIndex=c,J(N,a),T||S||(T=!0,f(X)));return a};\nexports.unstable_shouldYield=function(){var a=exports.unstable_now();V(a);var b=L(N);return b!==Q&&null!==Q&&null!==b&&null!==b.callback&&b.startTime<=a&&b.expirationTime<Q.expirationTime||k()};exports.unstable_wrapCallback=function(a){var b=R;return function(){var c=R;R=b;try{return a.apply(this,arguments)}finally{R=c}}};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n  module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n  module.exports = require('./cjs/scheduler.development.js');\n}\n","(function (global, undefined) {\n    \"use strict\";\n\n    if (global.setImmediate) {\n        return;\n    }\n\n    var nextHandle = 1; // Spec says greater than zero\n    var tasksByHandle = {};\n    var currentlyRunningATask = false;\n    var doc = global.document;\n    var registerImmediate;\n\n    function setImmediate(callback) {\n      // Callback can either be a function or a string\n      if (typeof callback !== \"function\") {\n        callback = new Function(\"\" + callback);\n      }\n      // Copy function arguments\n      var args = new Array(arguments.length - 1);\n      for (var i = 0; i < args.length; i++) {\n          args[i] = arguments[i + 1];\n      }\n      // Store and register the task\n      var task = { callback: callback, args: args };\n      tasksByHandle[nextHandle] = task;\n      registerImmediate(nextHandle);\n      return nextHandle++;\n    }\n\n    function clearImmediate(handle) {\n        delete tasksByHandle[handle];\n    }\n\n    function run(task) {\n        var callback = task.callback;\n        var args = task.args;\n        switch (args.length) {\n        case 0:\n            callback();\n            break;\n        case 1:\n            callback(args[0]);\n            break;\n        case 2:\n            callback(args[0], args[1]);\n            break;\n        case 3:\n            callback(args[0], args[1], args[2]);\n            break;\n        default:\n            callback.apply(undefined, args);\n            break;\n        }\n    }\n\n    function runIfPresent(handle) {\n        // From the spec: \"Wait until any invocations of this algorithm started before this one have completed.\"\n        // So if we're currently running a task, we'll need to delay this invocation.\n        if (currentlyRunningATask) {\n            // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a\n            // \"too much recursion\" error.\n            setTimeout(runIfPresent, 0, handle);\n        } else {\n            var task = tasksByHandle[handle];\n            if (task) {\n                currentlyRunningATask = true;\n                try {\n                    run(task);\n                } finally {\n                    clearImmediate(handle);\n                    currentlyRunningATask = false;\n                }\n            }\n        }\n    }\n\n    function installNextTickImplementation() {\n        registerImmediate = function(handle) {\n            process.nextTick(function () { runIfPresent(handle); });\n        };\n    }\n\n    function canUsePostMessage() {\n        // The test against `importScripts` prevents this implementation from being installed inside a web worker,\n        // where `global.postMessage` means something completely different and can't be used for this purpose.\n        if (global.postMessage && !global.importScripts) {\n            var postMessageIsAsynchronous = true;\n            var oldOnMessage = global.onmessage;\n            global.onmessage = function() {\n                postMessageIsAsynchronous = false;\n            };\n            global.postMessage(\"\", \"*\");\n            global.onmessage = oldOnMessage;\n            return postMessageIsAsynchronous;\n        }\n    }\n\n    function installPostMessageImplementation() {\n        // Installs an event handler on `global` for the `message` event: see\n        // * https://developer.mozilla.org/en/DOM/window.postMessage\n        // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages\n\n        var messagePrefix = \"setImmediate$\" + Math.random() + \"$\";\n        var onGlobalMessage = function(event) {\n            if (event.source === global &&\n                typeof event.data === \"string\" &&\n                event.data.indexOf(messagePrefix) === 0) {\n                runIfPresent(+event.data.slice(messagePrefix.length));\n            }\n        };\n\n        if (global.addEventListener) {\n            global.addEventListener(\"message\", onGlobalMessage, false);\n        } else {\n            global.attachEvent(\"onmessage\", onGlobalMessage);\n        }\n\n        registerImmediate = function(handle) {\n            global.postMessage(messagePrefix + handle, \"*\");\n        };\n    }\n\n    function installMessageChannelImplementation() {\n        var channel = new MessageChannel();\n        channel.port1.onmessage = function(event) {\n            var handle = event.data;\n            runIfPresent(handle);\n        };\n\n        registerImmediate = function(handle) {\n            channel.port2.postMessage(handle);\n        };\n    }\n\n    function installReadyStateChangeImplementation() {\n        var html = doc.documentElement;\n        registerImmediate = function(handle) {\n            // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n            // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n            var script = doc.createElement(\"script\");\n            script.onreadystatechange = function () {\n                runIfPresent(handle);\n                script.onreadystatechange = null;\n                html.removeChild(script);\n                script = null;\n            };\n            html.appendChild(script);\n        };\n    }\n\n    function installSetTimeoutImplementation() {\n        registerImmediate = function(handle) {\n            setTimeout(runIfPresent, 0, handle);\n        };\n    }\n\n    // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live.\n    var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global);\n    attachTo = attachTo && attachTo.setTimeout ? attachTo : global;\n\n    // Don't get fooled by e.g. browserify environments.\n    if ({}.toString.call(global.process) === \"[object process]\") {\n        // For Node.js before 0.9\n        installNextTickImplementation();\n\n    } else if (canUsePostMessage()) {\n        // For non-IE10 modern browsers\n        installPostMessageImplementation();\n\n    } else if (global.MessageChannel) {\n        // For web workers, where supported\n        installMessageChannelImplementation();\n\n    } else if (doc && \"onreadystatechange\" in doc.createElement(\"script\")) {\n        // For IE 6–8\n        installReadyStateChangeImplementation();\n\n    } else {\n        // For older browsers\n        installSetTimeoutImplementation();\n    }\n\n    attachTo.setImmediate = setImmediate;\n    attachTo.clearImmediate = clearImmediate;\n}(typeof self === \"undefined\" ? typeof global === \"undefined\" ? this : global : self));\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nmodule.exports = Stream;\n\nvar EE = require('events').EventEmitter;\nvar inherits = require('inherits');\n\ninherits(Stream, EE);\nStream.Readable = require('readable-stream/readable.js');\nStream.Writable = require('readable-stream/writable.js');\nStream.Duplex = require('readable-stream/duplex.js');\nStream.Transform = require('readable-stream/transform.js');\nStream.PassThrough = require('readable-stream/passthrough.js');\n\n// Backwards-compat with node 0.4.x\nStream.Stream = Stream;\n\n\n\n// old-style streams.  Note that the pipe method (the only relevant\n// part of this class) is overridden in the Readable class.\n\nfunction Stream() {\n  EE.call(this);\n}\n\nStream.prototype.pipe = function(dest, options) {\n  var source = this;\n\n  function ondata(chunk) {\n    if (dest.writable) {\n      if (false === dest.write(chunk) && source.pause) {\n        source.pause();\n      }\n    }\n  }\n\n  source.on('data', ondata);\n\n  function ondrain() {\n    if (source.readable && source.resume) {\n      source.resume();\n    }\n  }\n\n  dest.on('drain', ondrain);\n\n  // If the 'end' option is not supplied, dest.end() will be called when\n  // source gets the 'end' or 'close' events.  Only dest.end() once.\n  if (!dest._isStdio && (!options || options.end !== false)) {\n    source.on('end', onend);\n    source.on('close', onclose);\n  }\n\n  var didOnEnd = false;\n  function onend() {\n    if (didOnEnd) return;\n    didOnEnd = true;\n\n    dest.end();\n  }\n\n\n  function onclose() {\n    if (didOnEnd) return;\n    didOnEnd = true;\n\n    if (typeof dest.destroy === 'function') dest.destroy();\n  }\n\n  // don't leave dangling pipes when there are errors.\n  function onerror(er) {\n    cleanup();\n    if (EE.listenerCount(this, 'error') === 0) {\n      throw er; // Unhandled stream error in pipe.\n    }\n  }\n\n  source.on('error', onerror);\n  dest.on('error', onerror);\n\n  // remove all the event listeners that were added.\n  function cleanup() {\n    source.removeListener('data', ondata);\n    dest.removeListener('drain', ondrain);\n\n    source.removeListener('end', onend);\n    source.removeListener('close', onclose);\n\n    source.removeListener('error', onerror);\n    dest.removeListener('error', onerror);\n\n    source.removeListener('end', cleanup);\n    source.removeListener('close', cleanup);\n\n    dest.removeListener('close', cleanup);\n  }\n\n  source.on('end', cleanup);\n  source.on('close', cleanup);\n\n  dest.on('close', cleanup);\n\n  dest.emit('pipe', source);\n\n  // Allow for unix-like usage: A.pipe(B).pipe(C)\n  return dest;\n};\n","// Copyright Joyent, Inc. and other Node contributors.\n//\n// Permission is hereby granted, free of charge, to any person obtaining a\n// copy of this software and associated documentation files (the\n// \"Software\"), to deal in the Software without restriction, including\n// without limitation the rights to use, copy, modify, merge, publish,\n// distribute, sublicense, and/or sell copies of the Software, and to permit\n// persons to whom the Software is furnished to do so, subject to the\n// following conditions:\n//\n// The above copyright notice and this permission notice shall be included\n// in all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\n// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\n// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n// USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n'use strict';\n\n/*<replacement>*/\n\nvar Buffer = require('safe-buffer').Buffer;\n/*</replacement>*/\n\nvar isEncoding = Buffer.isEncoding || function (encoding) {\n  encoding = '' + encoding;\n  switch (encoding && encoding.toLowerCase()) {\n    case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw':\n      return true;\n    default:\n      return false;\n  }\n};\n\nfunction _normalizeEncoding(enc) {\n  if (!enc) return 'utf8';\n  var retried;\n  while (true) {\n    switch (enc) {\n      case 'utf8':\n      case 'utf-8':\n        return 'utf8';\n      case 'ucs2':\n      case 'ucs-2':\n      case 'utf16le':\n      case 'utf-16le':\n        return 'utf16le';\n      case 'latin1':\n      case 'binary':\n        return 'latin1';\n      case 'base64':\n      case 'ascii':\n      case 'hex':\n        return enc;\n      default:\n        if (retried) return; // undefined\n        enc = ('' + enc).toLowerCase();\n        retried = true;\n    }\n  }\n};\n\n// Do not cache `Buffer.isEncoding` when checking encoding names as some\n// modules monkey-patch it to support additional encodings\nfunction normalizeEncoding(enc) {\n  var nenc = _normalizeEncoding(enc);\n  if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc);\n  return nenc || enc;\n}\n\n// StringDecoder provides an interface for efficiently splitting a series of\n// buffers into a series of JS strings without breaking apart multi-byte\n// characters.\nexports.StringDecoder = StringDecoder;\nfunction StringDecoder(encoding) {\n  this.encoding = normalizeEncoding(encoding);\n  var nb;\n  switch (this.encoding) {\n    case 'utf16le':\n      this.text = utf16Text;\n      this.end = utf16End;\n      nb = 4;\n      break;\n    case 'utf8':\n      this.fillLast = utf8FillLast;\n      nb = 4;\n      break;\n    case 'base64':\n      this.text = base64Text;\n      this.end = base64End;\n      nb = 3;\n      break;\n    default:\n      this.write = simpleWrite;\n      this.end = simpleEnd;\n      return;\n  }\n  this.lastNeed = 0;\n  this.lastTotal = 0;\n  this.lastChar = Buffer.allocUnsafe(nb);\n}\n\nStringDecoder.prototype.write = function (buf) {\n  if (buf.length === 0) return '';\n  var r;\n  var i;\n  if (this.lastNeed) {\n    r = this.fillLast(buf);\n    if (r === undefined) return '';\n    i = this.lastNeed;\n    this.lastNeed = 0;\n  } else {\n    i = 0;\n  }\n  if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i);\n  return r || '';\n};\n\nStringDecoder.prototype.end = utf8End;\n\n// Returns only complete characters in a Buffer\nStringDecoder.prototype.text = utf8Text;\n\n// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer\nStringDecoder.prototype.fillLast = function (buf) {\n  if (this.lastNeed <= buf.length) {\n    buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed);\n    return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n  }\n  buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length);\n  this.lastNeed -= buf.length;\n};\n\n// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a\n// continuation byte. If an invalid byte is detected, -2 is returned.\nfunction utf8CheckByte(byte) {\n  if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4;\n  return byte >> 6 === 0x02 ? -1 : -2;\n}\n\n// Checks at most 3 bytes at the end of a Buffer in order to detect an\n// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4)\n// needed to complete the UTF-8 character (if applicable) are returned.\nfunction utf8CheckIncomplete(self, buf, i) {\n  var j = buf.length - 1;\n  if (j < i) return 0;\n  var nb = utf8CheckByte(buf[j]);\n  if (nb >= 0) {\n    if (nb > 0) self.lastNeed = nb - 1;\n    return nb;\n  }\n  if (--j < i || nb === -2) return 0;\n  nb = utf8CheckByte(buf[j]);\n  if (nb >= 0) {\n    if (nb > 0) self.lastNeed = nb - 2;\n    return nb;\n  }\n  if (--j < i || nb === -2) return 0;\n  nb = utf8CheckByte(buf[j]);\n  if (nb >= 0) {\n    if (nb > 0) {\n      if (nb === 2) nb = 0;else self.lastNeed = nb - 3;\n    }\n    return nb;\n  }\n  return 0;\n}\n\n// Validates as many continuation bytes for a multi-byte UTF-8 character as\n// needed or are available. If we see a non-continuation byte where we expect\n// one, we \"replace\" the validated continuation bytes we've seen so far with\n// a single UTF-8 replacement character ('\\ufffd'), to match v8's UTF-8 decoding\n// behavior. The continuation byte check is included three times in the case\n// where all of the continuation bytes for a character exist in the same buffer.\n// It is also done this way as a slight performance increase instead of using a\n// loop.\nfunction utf8CheckExtraBytes(self, buf, p) {\n  if ((buf[0] & 0xC0) !== 0x80) {\n    self.lastNeed = 0;\n    return '\\ufffd';\n  }\n  if (self.lastNeed > 1 && buf.length > 1) {\n    if ((buf[1] & 0xC0) !== 0x80) {\n      self.lastNeed = 1;\n      return '\\ufffd';\n    }\n    if (self.lastNeed > 2 && buf.length > 2) {\n      if ((buf[2] & 0xC0) !== 0x80) {\n        self.lastNeed = 2;\n        return '\\ufffd';\n      }\n    }\n  }\n}\n\n// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer.\nfunction utf8FillLast(buf) {\n  var p = this.lastTotal - this.lastNeed;\n  var r = utf8CheckExtraBytes(this, buf, p);\n  if (r !== undefined) return r;\n  if (this.lastNeed <= buf.length) {\n    buf.copy(this.lastChar, p, 0, this.lastNeed);\n    return this.lastChar.toString(this.encoding, 0, this.lastTotal);\n  }\n  buf.copy(this.lastChar, p, 0, buf.length);\n  this.lastNeed -= buf.length;\n}\n\n// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a\n// partial character, the character's bytes are buffered until the required\n// number of bytes are available.\nfunction utf8Text(buf, i) {\n  var total = utf8CheckIncomplete(this, buf, i);\n  if (!this.lastNeed) return buf.toString('utf8', i);\n  this.lastTotal = total;\n  var end = buf.length - (total - this.lastNeed);\n  buf.copy(this.lastChar, 0, end);\n  return buf.toString('utf8', i, end);\n}\n\n// For UTF-8, a replacement character is added when ending on a partial\n// character.\nfunction utf8End(buf) {\n  var r = buf && buf.length ? this.write(buf) : '';\n  if (this.lastNeed) return r + '\\ufffd';\n  return r;\n}\n\n// UTF-16LE typically needs two bytes per character, but even if we have an even\n// number of bytes available, we need to check if we end on a leading/high\n// surrogate. In that case, we need to wait for the next two bytes in order to\n// decode the last character properly.\nfunction utf16Text(buf, i) {\n  if ((buf.length - i) % 2 === 0) {\n    var r = buf.toString('utf16le', i);\n    if (r) {\n      var c = r.charCodeAt(r.length - 1);\n      if (c >= 0xD800 && c <= 0xDBFF) {\n        this.lastNeed = 2;\n        this.lastTotal = 4;\n        this.lastChar[0] = buf[buf.length - 2];\n        this.lastChar[1] = buf[buf.length - 1];\n        return r.slice(0, -1);\n      }\n    }\n    return r;\n  }\n  this.lastNeed = 1;\n  this.lastTotal = 2;\n  this.lastChar[0] = buf[buf.length - 1];\n  return buf.toString('utf16le', i, buf.length - 1);\n}\n\n// For UTF-16LE we do not explicitly append special replacement characters if we\n// end on a partial character, we simply let v8 handle that.\nfunction utf16End(buf) {\n  var r = buf && buf.length ? this.write(buf) : '';\n  if (this.lastNeed) {\n    var end = this.lastTotal - this.lastNeed;\n    return r + this.lastChar.toString('utf16le', 0, end);\n  }\n  return r;\n}\n\nfunction base64Text(buf, i) {\n  var n = (buf.length - i) % 3;\n  if (n === 0) return buf.toString('base64', i);\n  this.lastNeed = 3 - n;\n  this.lastTotal = 3;\n  if (n === 1) {\n    this.lastChar[0] = buf[buf.length - 1];\n  } else {\n    this.lastChar[0] = buf[buf.length - 2];\n    this.lastChar[1] = buf[buf.length - 1];\n  }\n  return buf.toString('base64', i, buf.length - n);\n}\n\nfunction base64End(buf) {\n  var r = buf && buf.length ? this.write(buf) : '';\n  if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed);\n  return r;\n}\n\n// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex)\nfunction simpleWrite(buf) {\n  return buf.toString(this.encoding);\n}\n\nfunction simpleEnd(buf) {\n  return buf && buf.length ? this.write(buf) : '';\n}","/* eslint-disable node/no-deprecated-api */\nvar buffer = require('buffer')\nvar Buffer = buffer.Buffer\n\n// alternative to using Object.keys for old browsers\nfunction copyProps (src, dst) {\n  for (var key in src) {\n    dst[key] = src[key]\n  }\n}\nif (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {\n  module.exports = buffer\n} else {\n  // Copy properties from require('buffer')\n  copyProps(buffer, exports)\n  exports.Buffer = SafeBuffer\n}\n\nfunction SafeBuffer (arg, encodingOrOffset, length) {\n  return Buffer(arg, encodingOrOffset, length)\n}\n\n// Copy static methods from Buffer\ncopyProps(Buffer, SafeBuffer)\n\nSafeBuffer.from = function (arg, encodingOrOffset, length) {\n  if (typeof arg === 'number') {\n    throw new TypeError('Argument must not be a number')\n  }\n  return Buffer(arg, encodingOrOffset, length)\n}\n\nSafeBuffer.alloc = function (size, fill, encoding) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  var buf = Buffer(size)\n  if (fill !== undefined) {\n    if (typeof encoding === 'string') {\n      buf.fill(fill, encoding)\n    } else {\n      buf.fill(fill)\n    }\n  } else {\n    buf.fill(0)\n  }\n  return buf\n}\n\nSafeBuffer.allocUnsafe = function (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  return Buffer(size)\n}\n\nSafeBuffer.allocUnsafeSlow = function (size) {\n  if (typeof size !== 'number') {\n    throw new TypeError('Argument must be a number')\n  }\n  return buffer.SlowBuffer(size)\n}\n","import Stylis from 'stylis/stylis.min';\nimport _insertRulePlugin from 'stylis-rule-sheet';\nimport React, { cloneElement, createContext, Component, createElement } from 'react';\nimport unitless from '@emotion/unitless';\nimport { isElement, isValidElementType, ForwardRef } from 'react-is';\nimport memoize from 'memoize-one';\nimport PropTypes from 'prop-types';\nimport validAttr from '@emotion/is-prop-valid';\nimport merge from 'merge-anything';\n\n// \n\nvar interleave = (function (strings, interpolations) {\n  var result = [strings[0]];\n\n  for (var i = 0, len = interpolations.length; i < len; i += 1) {\n    result.push(interpolations[i], strings[i + 1]);\n  }\n\n  return result;\n});\n\nvar _typeof = typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\" ? function (obj) {\n  return typeof obj;\n} : function (obj) {\n  return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n};\n\nvar classCallCheck = function (instance, Constructor) {\n  if (!(instance instanceof Constructor)) {\n    throw new TypeError(\"Cannot call a class as a function\");\n  }\n};\n\nvar createClass = function () {\n  function defineProperties(target, props) {\n    for (var i = 0; i < props.length; i++) {\n      var descriptor = props[i];\n      descriptor.enumerable = descriptor.enumerable || false;\n      descriptor.configurable = true;\n      if (\"value\" in descriptor) descriptor.writable = true;\n      Object.defineProperty(target, descriptor.key, descriptor);\n    }\n  }\n\n  return function (Constructor, protoProps, staticProps) {\n    if (protoProps) defineProperties(Constructor.prototype, protoProps);\n    if (staticProps) defineProperties(Constructor, staticProps);\n    return Constructor;\n  };\n}();\n\nvar _extends = Object.assign || function (target) {\n  for (var i = 1; i < arguments.length; i++) {\n    var source = arguments[i];\n\n    for (var key in source) {\n      if (Object.prototype.hasOwnProperty.call(source, key)) {\n        target[key] = source[key];\n      }\n    }\n  }\n\n  return target;\n};\n\nvar inherits = function (subClass, superClass) {\n  if (typeof superClass !== \"function\" && superClass !== null) {\n    throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass);\n  }\n\n  subClass.prototype = Object.create(superClass && superClass.prototype, {\n    constructor: {\n      value: subClass,\n      enumerable: false,\n      writable: true,\n      configurable: true\n    }\n  });\n  if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;\n};\n\nvar objectWithoutProperties = function (obj, keys) {\n  var target = {};\n\n  for (var i in obj) {\n    if (keys.indexOf(i) >= 0) continue;\n    if (!Object.prototype.hasOwnProperty.call(obj, i)) continue;\n    target[i] = obj[i];\n  }\n\n  return target;\n};\n\nvar possibleConstructorReturn = function (self, call) {\n  if (!self) {\n    throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n  }\n\n  return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self;\n};\n\n// \nvar isPlainObject = (function (x) {\n  return (typeof x === 'undefined' ? 'undefined' : _typeof(x)) === 'object' && x.constructor === Object;\n});\n\n// \nvar EMPTY_ARRAY = Object.freeze([]);\nvar EMPTY_OBJECT = Object.freeze({});\n\n// \nfunction isFunction(test) {\n  return typeof test === 'function';\n}\n\n// \n\nfunction getComponentName(target) {\n  return (process.env.NODE_ENV !== 'production' ? typeof target === 'string' && target : false) || target.displayName || target.name || 'Component';\n}\n\n// \nfunction isStatelessFunction(test) {\n  return typeof test === 'function' && !(test.prototype && test.prototype.isReactComponent);\n}\n\n// \nfunction isStyledComponent(target) {\n  return target && typeof target.styledComponentId === 'string';\n}\n\n// \n\nvar SC_ATTR = typeof process !== 'undefined' && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || 'data-styled';\n\nvar SC_VERSION_ATTR = 'data-styled-version';\n\nvar SC_STREAM_ATTR = 'data-styled-streamed';\n\nvar IS_BROWSER = typeof window !== 'undefined' && 'HTMLElement' in window;\n\nvar DISABLE_SPEEDY = typeof SC_DISABLE_SPEEDY === 'boolean' && SC_DISABLE_SPEEDY || typeof process !== 'undefined' && (process.env.REACT_APP_SC_DISABLE_SPEEDY || process.env.SC_DISABLE_SPEEDY) || process.env.NODE_ENV !== 'production';\n\n// Shared empty execution context when generating static styles\nvar STATIC_EXECUTION_CONTEXT = {};\n\n// \n\n\n/**\n * Parse errors.md and turn it into a simple hash of code: message\n */\nvar ERRORS = process.env.NODE_ENV !== 'production' ? {\n  \"1\": \"Cannot create styled-component for component: %s.\\n\\n\",\n  \"2\": \"Can't collect styles once you've consumed a `ServerStyleSheet`'s styles! `ServerStyleSheet` is a one off instance for each server-side render cycle.\\n\\n- Are you trying to reuse it across renders?\\n- Are you accidentally calling collectStyles twice?\\n\\n\",\n  \"3\": \"Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.\\n\\n\",\n  \"4\": \"The `StyleSheetManager` expects a valid target or sheet prop!\\n\\n- Does this error occur on the client and is your target falsy?\\n- Does this error occur on the server and is the sheet falsy?\\n\\n\",\n  \"5\": \"The clone method cannot be used on the client!\\n\\n- Are you running in a client-like environment on the server?\\n- Are you trying to run SSR on the client?\\n\\n\",\n  \"6\": \"Trying to insert a new style tag, but the given Node is unmounted!\\n\\n- Are you using a custom target that isn't mounted?\\n- Does your document not have a valid head element?\\n- Have you accidentally removed a style tag manually?\\n\\n\",\n  \"7\": \"ThemeProvider: Please return an object from your \\\"theme\\\" prop function, e.g.\\n\\n```js\\ntheme={() => ({})}\\n```\\n\\n\",\n  \"8\": \"ThemeProvider: Please make your \\\"theme\\\" prop an object.\\n\\n\",\n  \"9\": \"Missing document `<head>`\\n\\n\",\n  \"10\": \"Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021\\n\\n\",\n  \"11\": \"_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.\\n\\n\",\n  \"12\": \"It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\\\`\\\\` helper (see https://www.styled-components.com/docs/api#css), which ensures the styles are injected correctly.\\n\\n\",\n  \"13\": \"%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.\\n\"\n} : {};\n\n/**\n * super basic version of sprintf\n */\nfunction format() {\n  var a = arguments.length <= 0 ? undefined : arguments[0];\n  var b = [];\n\n  for (var c = 1, len = arguments.length; c < len; c += 1) {\n    b.push(arguments.length <= c ? undefined : arguments[c]);\n  }\n\n  b.forEach(function (d) {\n    a = a.replace(/%[a-z]/, d);\n  });\n\n  return a;\n}\n\n/**\n * Create an error file out of errors.md for development and a simple web link to the full errors\n * in production mode.\n */\n\nvar StyledComponentsError = function (_Error) {\n  inherits(StyledComponentsError, _Error);\n\n  function StyledComponentsError(code) {\n    classCallCheck(this, StyledComponentsError);\n\n    for (var _len = arguments.length, interpolations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n      interpolations[_key - 1] = arguments[_key];\n    }\n\n    if (process.env.NODE_ENV === 'production') {\n      var _this = possibleConstructorReturn(this, _Error.call(this, 'An error occurred. See https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/errors.md#' + code + ' for more information.' + (interpolations.length > 0 ? ' Additional arguments: ' + interpolations.join(', ') : '')));\n    } else {\n      var _this = possibleConstructorReturn(this, _Error.call(this, format.apply(undefined, [ERRORS[code]].concat(interpolations)).trim()));\n    }\n    return possibleConstructorReturn(_this);\n  }\n\n  return StyledComponentsError;\n}(Error);\n\n// \nvar SC_COMPONENT_ID = /^[^\\S\\n]*?\\/\\* sc-component-id:\\s*(\\S+)\\s+\\*\\//gm;\n\nvar extractComps = (function (maybeCSS) {\n  var css = '' + (maybeCSS || ''); // Definitely a string, and a clone\n  var existingComponents = [];\n  css.replace(SC_COMPONENT_ID, function (match, componentId, matchIndex) {\n    existingComponents.push({ componentId: componentId, matchIndex: matchIndex });\n    return match;\n  });\n  return existingComponents.map(function (_ref, i) {\n    var componentId = _ref.componentId,\n        matchIndex = _ref.matchIndex;\n\n    var nextComp = existingComponents[i + 1];\n    var cssFromDOM = nextComp ? css.slice(matchIndex, nextComp.matchIndex) : css.slice(matchIndex);\n    return { componentId: componentId, cssFromDOM: cssFromDOM };\n  });\n});\n\n// \n\nvar COMMENT_REGEX = /^\\s*\\/\\/.*$/gm;\n\n// NOTE: This stylis instance is only used to split rules from SSR'd style tags\nvar stylisSplitter = new Stylis({\n  global: false,\n  cascade: true,\n  keyframe: false,\n  prefix: false,\n  compress: false,\n  semicolon: true\n});\n\nvar stylis = new Stylis({\n  global: false,\n  cascade: true,\n  keyframe: false,\n  prefix: true,\n  compress: false,\n  semicolon: false // NOTE: This means \"autocomplete missing semicolons\"\n});\n\n// Wrap `insertRulePlugin to build a list of rules,\n// and then make our own plugin to return the rules. This\n// makes it easier to hook into the existing SSR architecture\n\nvar parsingRules = [];\n\n// eslint-disable-next-line consistent-return\nvar returnRulesPlugin = function returnRulesPlugin(context) {\n  if (context === -2) {\n    var parsedRules = parsingRules;\n    parsingRules = [];\n    return parsedRules;\n  }\n};\n\nvar parseRulesPlugin = _insertRulePlugin(function (rule) {\n  parsingRules.push(rule);\n});\n\nvar _componentId = void 0;\nvar _selector = void 0;\nvar _selectorRegexp = void 0;\n\nvar selfReferenceReplacer = function selfReferenceReplacer(match, offset, string) {\n  if (\n  // the first self-ref is always untouched\n  offset > 0 &&\n  // there should be at least two self-refs to do a replacement (.b > .b)\n  string.slice(0, offset).indexOf(_selector) !== -1 &&\n  // no consecutive self refs (.b.b); that is a precedence boost and treated differently\n  string.slice(offset - _selector.length, offset) !== _selector) {\n    return '.' + _componentId;\n  }\n\n  return match;\n};\n\n/**\n * When writing a style like\n *\n * & + & {\n *   color: red;\n * }\n *\n * The second ampersand should be a reference to the static component class. stylis\n * has no knowledge of static class so we have to intelligently replace the base selector.\n */\nvar selfReferenceReplacementPlugin = function selfReferenceReplacementPlugin(context, _, selectors) {\n  if (context === 2 && selectors.length && selectors[0].lastIndexOf(_selector) > 0) {\n    // eslint-disable-next-line no-param-reassign\n    selectors[0] = selectors[0].replace(_selectorRegexp, selfReferenceReplacer);\n  }\n};\n\nstylis.use([selfReferenceReplacementPlugin, parseRulesPlugin, returnRulesPlugin]);\nstylisSplitter.use([parseRulesPlugin, returnRulesPlugin]);\n\nvar splitByRules = function splitByRules(css) {\n  return stylisSplitter('', css);\n};\n\nfunction stringifyRules(rules, selector, prefix) {\n  var componentId = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : '&';\n\n  var flatCSS = rules.join('').replace(COMMENT_REGEX, ''); // replace JS comments\n\n  var cssStr = selector && prefix ? prefix + ' ' + selector + ' { ' + flatCSS + ' }' : flatCSS;\n\n  // stylis has no concept of state to be passed to plugins\n  // but since JS is single=threaded, we can rely on that to ensure\n  // these properties stay in sync with the current stylis run\n  _componentId = componentId;\n  _selector = selector;\n  _selectorRegexp = new RegExp('\\\\' + _selector + '\\\\b', 'g');\n\n  return stylis(prefix || !selector ? '' : selector, cssStr);\n}\n\n// \n/* eslint-disable camelcase, no-undef */\n\nvar getNonce = (function () {\n  return typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null;\n});\n\n// \n/* These are helpers for the StyleTags to keep track of the injected\n * rule names for each (component) ID that they're keeping track of.\n * They're crucial for detecting whether a name has already been\n * injected.\n * (This excludes rehydrated names) */\n\n/* adds a new ID:name pairing to a names dictionary */\nvar addNameForId = function addNameForId(names, id, name) {\n  if (name) {\n    // eslint-disable-next-line no-param-reassign\n    var namesForId = names[id] || (names[id] = Object.create(null));\n    namesForId[name] = true;\n  }\n};\n\n/* resets an ID entirely by overwriting it in the dictionary */\nvar resetIdNames = function resetIdNames(names, id) {\n  // eslint-disable-next-line no-param-reassign\n  names[id] = Object.create(null);\n};\n\n/* factory for a names dictionary checking the existance of an ID:name pairing */\nvar hasNameForId = function hasNameForId(names) {\n  return function (id, name) {\n    return names[id] !== undefined && names[id][name];\n  };\n};\n\n/* stringifies names for the html/element output */\nvar stringifyNames = function stringifyNames(names) {\n  var str = '';\n  // eslint-disable-next-line guard-for-in\n  for (var id in names) {\n    str += Object.keys(names[id]).join(' ') + ' ';\n  }\n  return str.trim();\n};\n\n/* clones the nested names dictionary */\nvar cloneNames = function cloneNames(names) {\n  var clone = Object.create(null);\n  // eslint-disable-next-line guard-for-in\n  for (var id in names) {\n    clone[id] = _extends({}, names[id]);\n  }\n  return clone;\n};\n\n// \n\n/* These are helpers that deal with the insertRule (aka speedy) API\n * They are used in the StyleTags and specifically the speedy tag\n */\n\n/* retrieve a sheet for a given style tag */\nvar sheetForTag = function sheetForTag(tag) {\n  // $FlowFixMe\n  if (tag.sheet) return tag.sheet;\n\n  /* Firefox quirk requires us to step through all stylesheets to find one owned by the given tag */\n  var size = document.styleSheets.length;\n  for (var i = 0; i < size; i += 1) {\n    var sheet = document.styleSheets[i];\n    // $FlowFixMe\n    if (sheet.ownerNode === tag) return sheet;\n  }\n\n  /* we should always be able to find a tag */\n  throw new StyledComponentsError(10);\n};\n\n/* insert a rule safely and return whether it was actually injected */\nvar safeInsertRule = function safeInsertRule(sheet, cssRule, index) {\n  /* abort early if cssRule string is falsy */\n  if (!cssRule) return false;\n\n  var maxIndex = sheet.cssRules.length;\n\n  try {\n    /* use insertRule and cap passed index with maxIndex (no of cssRules) */\n    sheet.insertRule(cssRule, index <= maxIndex ? index : maxIndex);\n  } catch (err) {\n    /* any error indicates an invalid rule */\n    return false;\n  }\n\n  return true;\n};\n\n/* deletes `size` rules starting from `removalIndex` */\nvar deleteRules = function deleteRules(sheet, removalIndex, size) {\n  var lowerBound = removalIndex - size;\n  for (var i = removalIndex; i > lowerBound; i -= 1) {\n    sheet.deleteRule(i);\n  }\n};\n\n// \n\n/* this marker separates component styles and is important for rehydration */\nvar makeTextMarker = function makeTextMarker(id) {\n  return '\\n/* sc-component-id: ' + id + ' */\\n';\n};\n\n/* add up all numbers in array up until and including the index */\nvar addUpUntilIndex = function addUpUntilIndex(sizes, index) {\n  var totalUpToIndex = 0;\n  for (var i = 0; i <= index; i += 1) {\n    totalUpToIndex += sizes[i];\n  }\n\n  return totalUpToIndex;\n};\n\n/* create a new style tag after lastEl */\nvar makeStyleTag = function makeStyleTag(target, tagEl, insertBefore) {\n  var el = document.createElement('style');\n  el.setAttribute(SC_ATTR, '');\n  el.setAttribute(SC_VERSION_ATTR, \"4.3.1\");\n\n  var nonce = getNonce();\n  if (nonce) {\n    el.setAttribute('nonce', nonce);\n  }\n\n  /* Work around insertRule quirk in EdgeHTML */\n  el.appendChild(document.createTextNode(''));\n\n  if (target && !tagEl) {\n    /* Append to target when no previous element was passed */\n    target.appendChild(el);\n  } else {\n    if (!tagEl || !target || !tagEl.parentNode) {\n      throw new StyledComponentsError(6);\n    }\n\n    /* Insert new style tag after the previous one */\n    tagEl.parentNode.insertBefore(el, insertBefore ? tagEl : tagEl.nextSibling);\n  }\n\n  return el;\n};\n\n/* takes a css factory function and outputs an html styled tag factory */\nvar wrapAsHtmlTag = function wrapAsHtmlTag(css, names) {\n  return function (additionalAttrs) {\n    var nonce = getNonce();\n    var attrs = [nonce && 'nonce=\"' + nonce + '\"', SC_ATTR + '=\"' + stringifyNames(names) + '\"', SC_VERSION_ATTR + '=\"' + \"4.3.1\" + '\"', additionalAttrs];\n\n    var htmlAttr = attrs.filter(Boolean).join(' ');\n    return '<style ' + htmlAttr + '>' + css() + '</style>';\n  };\n};\n\n/* takes a css factory function and outputs an element factory */\nvar wrapAsElement = function wrapAsElement(css, names) {\n  return function () {\n    var _props;\n\n    var props = (_props = {}, _props[SC_ATTR] = stringifyNames(names), _props[SC_VERSION_ATTR] = \"4.3.1\", _props);\n\n    var nonce = getNonce();\n    if (nonce) {\n      // $FlowFixMe\n      props.nonce = nonce;\n    }\n\n    // eslint-disable-next-line react/no-danger\n    return React.createElement('style', _extends({}, props, { dangerouslySetInnerHTML: { __html: css() } }));\n  };\n};\n\nvar getIdsFromMarkersFactory = function getIdsFromMarkersFactory(markers) {\n  return function () {\n    return Object.keys(markers);\n  };\n};\n\n/* speedy tags utilise insertRule */\nvar makeSpeedyTag = function makeSpeedyTag(el, getImportRuleTag) {\n  var names = Object.create(null);\n  var markers = Object.create(null);\n  var sizes = [];\n\n  var extractImport = getImportRuleTag !== undefined;\n  /* indicates whether getImportRuleTag was called */\n  var usedImportRuleTag = false;\n\n  var insertMarker = function insertMarker(id) {\n    var prev = markers[id];\n    if (prev !== undefined) {\n      return prev;\n    }\n\n    markers[id] = sizes.length;\n    sizes.push(0);\n    resetIdNames(names, id);\n\n    return markers[id];\n  };\n\n  var insertRules = function insertRules(id, cssRules, name) {\n    var marker = insertMarker(id);\n    var sheet = sheetForTag(el);\n    var insertIndex = addUpUntilIndex(sizes, marker);\n\n    var injectedRules = 0;\n    var importRules = [];\n    var cssRulesSize = cssRules.length;\n\n    for (var i = 0; i < cssRulesSize; i += 1) {\n      var cssRule = cssRules[i];\n      var mayHaveImport = extractImport; /* @import rules are reordered to appear first */\n      if (mayHaveImport && cssRule.indexOf('@import') !== -1) {\n        importRules.push(cssRule);\n      } else if (safeInsertRule(sheet, cssRule, insertIndex + injectedRules)) {\n        mayHaveImport = false;\n        injectedRules += 1;\n      }\n    }\n\n    if (extractImport && importRules.length > 0) {\n      usedImportRuleTag = true;\n      // $FlowFixMe\n      getImportRuleTag().insertRules(id + '-import', importRules);\n    }\n\n    sizes[marker] += injectedRules; /* add up no of injected rules */\n    addNameForId(names, id, name);\n  };\n\n  var removeRules = function removeRules(id) {\n    var marker = markers[id];\n    if (marker === undefined) return;\n\n    var size = sizes[marker];\n    var sheet = sheetForTag(el);\n    var removalIndex = addUpUntilIndex(sizes, marker) - 1;\n    deleteRules(sheet, removalIndex, size);\n    sizes[marker] = 0;\n    resetIdNames(names, id);\n\n    if (extractImport && usedImportRuleTag) {\n      // $FlowFixMe\n      getImportRuleTag().removeRules(id + '-import');\n    }\n  };\n\n  var css = function css() {\n    var _sheetForTag = sheetForTag(el),\n        cssRules = _sheetForTag.cssRules;\n\n    var str = '';\n\n    // eslint-disable-next-line guard-for-in\n    for (var id in markers) {\n      str += makeTextMarker(id);\n      var marker = markers[id];\n      var end = addUpUntilIndex(sizes, marker);\n      var size = sizes[marker];\n      for (var i = end - size; i < end; i += 1) {\n        var rule = cssRules[i];\n        if (rule !== undefined) {\n          str += rule.cssText;\n        }\n      }\n    }\n\n    return str;\n  };\n\n  return {\n    clone: function clone() {\n      throw new StyledComponentsError(5);\n    },\n\n    css: css,\n    getIds: getIdsFromMarkersFactory(markers),\n    hasNameForId: hasNameForId(names),\n    insertMarker: insertMarker,\n    insertRules: insertRules,\n    removeRules: removeRules,\n    sealed: false,\n    styleTag: el,\n    toElement: wrapAsElement(css, names),\n    toHTML: wrapAsHtmlTag(css, names)\n  };\n};\n\nvar makeTextNode = function makeTextNode(id) {\n  return document.createTextNode(makeTextMarker(id));\n};\n\nvar makeBrowserTag = function makeBrowserTag(el, getImportRuleTag) {\n  var names = Object.create(null);\n  var markers = Object.create(null);\n\n  var extractImport = getImportRuleTag !== undefined;\n\n  /* indicates whether getImportRuleTag was called */\n  var usedImportRuleTag = false;\n\n  var insertMarker = function insertMarker(id) {\n    var prev = markers[id];\n    if (prev !== undefined) {\n      return prev;\n    }\n\n    markers[id] = makeTextNode(id);\n    el.appendChild(markers[id]);\n    names[id] = Object.create(null);\n\n    return markers[id];\n  };\n\n  var insertRules = function insertRules(id, cssRules, name) {\n    var marker = insertMarker(id);\n    var importRules = [];\n    var cssRulesSize = cssRules.length;\n\n    for (var i = 0; i < cssRulesSize; i += 1) {\n      var rule = cssRules[i];\n      var mayHaveImport = extractImport;\n      if (mayHaveImport && rule.indexOf('@import') !== -1) {\n        importRules.push(rule);\n      } else {\n        mayHaveImport = false;\n        var separator = i === cssRulesSize - 1 ? '' : ' ';\n        marker.appendData('' + rule + separator);\n      }\n    }\n\n    addNameForId(names, id, name);\n\n    if (extractImport && importRules.length > 0) {\n      usedImportRuleTag = true;\n      // $FlowFixMe\n      getImportRuleTag().insertRules(id + '-import', importRules);\n    }\n  };\n\n  var removeRules = function removeRules(id) {\n    var marker = markers[id];\n    if (marker === undefined) return;\n\n    /* create new empty text node and replace the current one */\n    var newMarker = makeTextNode(id);\n    el.replaceChild(newMarker, marker);\n    markers[id] = newMarker;\n    resetIdNames(names, id);\n\n    if (extractImport && usedImportRuleTag) {\n      // $FlowFixMe\n      getImportRuleTag().removeRules(id + '-import');\n    }\n  };\n\n  var css = function css() {\n    var str = '';\n\n    // eslint-disable-next-line guard-for-in\n    for (var id in markers) {\n      str += markers[id].data;\n    }\n\n    return str;\n  };\n\n  return {\n    clone: function clone() {\n      throw new StyledComponentsError(5);\n    },\n\n    css: css,\n    getIds: getIdsFromMarkersFactory(markers),\n    hasNameForId: hasNameForId(names),\n    insertMarker: insertMarker,\n    insertRules: insertRules,\n    removeRules: removeRules,\n    sealed: false,\n    styleTag: el,\n    toElement: wrapAsElement(css, names),\n    toHTML: wrapAsHtmlTag(css, names)\n  };\n};\n\nvar makeServerTag = function makeServerTag(namesArg, markersArg) {\n  var names = namesArg === undefined ? Object.create(null) : namesArg;\n  var markers = markersArg === undefined ? Object.create(null) : markersArg;\n\n  var insertMarker = function insertMarker(id) {\n    var prev = markers[id];\n    if (prev !== undefined) {\n      return prev;\n    }\n\n    return markers[id] = [''];\n  };\n\n  var insertRules = function insertRules(id, cssRules, name) {\n    var marker = insertMarker(id);\n    marker[0] += cssRules.join(' ');\n    addNameForId(names, id, name);\n  };\n\n  var removeRules = function removeRules(id) {\n    var marker = markers[id];\n    if (marker === undefined) return;\n    marker[0] = '';\n    resetIdNames(names, id);\n  };\n\n  var css = function css() {\n    var str = '';\n    // eslint-disable-next-line guard-for-in\n    for (var id in markers) {\n      var cssForId = markers[id][0];\n      if (cssForId) {\n        str += makeTextMarker(id) + cssForId;\n      }\n    }\n    return str;\n  };\n\n  var clone = function clone() {\n    var namesClone = cloneNames(names);\n    var markersClone = Object.create(null);\n\n    // eslint-disable-next-line guard-for-in\n    for (var id in markers) {\n      markersClone[id] = [markers[id][0]];\n    }\n\n    return makeServerTag(namesClone, markersClone);\n  };\n\n  var tag = {\n    clone: clone,\n    css: css,\n    getIds: getIdsFromMarkersFactory(markers),\n    hasNameForId: hasNameForId(names),\n    insertMarker: insertMarker,\n    insertRules: insertRules,\n    removeRules: removeRules,\n    sealed: false,\n    styleTag: null,\n    toElement: wrapAsElement(css, names),\n    toHTML: wrapAsHtmlTag(css, names)\n  };\n\n  return tag;\n};\n\nvar makeTag = function makeTag(target, tagEl, forceServer, insertBefore, getImportRuleTag) {\n  if (IS_BROWSER && !forceServer) {\n    var el = makeStyleTag(target, tagEl, insertBefore);\n\n    if (DISABLE_SPEEDY) {\n      return makeBrowserTag(el, getImportRuleTag);\n    } else {\n      return makeSpeedyTag(el, getImportRuleTag);\n    }\n  }\n\n  return makeServerTag();\n};\n\nvar rehydrate = function rehydrate(tag, els, extracted) {\n  /* add all extracted components to the new tag */\n  for (var i = 0, len = extracted.length; i < len; i += 1) {\n    var _extracted$i = extracted[i],\n        componentId = _extracted$i.componentId,\n        cssFromDOM = _extracted$i.cssFromDOM;\n\n    var cssRules = splitByRules(cssFromDOM);\n    tag.insertRules(componentId, cssRules);\n  }\n\n  /* remove old HTMLStyleElements, since they have been rehydrated */\n  for (var _i = 0, _len = els.length; _i < _len; _i += 1) {\n    var el = els[_i];\n    if (el.parentNode) {\n      el.parentNode.removeChild(el);\n    }\n  }\n};\n\n// \n\nvar SPLIT_REGEX = /\\s+/;\n\n/* determine the maximum number of components before tags are sharded */\nvar MAX_SIZE = void 0;\nif (IS_BROWSER) {\n  /* in speedy mode we can keep a lot more rules in a sheet before a slowdown can be expected */\n  MAX_SIZE = DISABLE_SPEEDY ? 40 : 1000;\n} else {\n  /* for servers we do not need to shard at all */\n  MAX_SIZE = -1;\n}\n\nvar sheetRunningId = 0;\nvar master = void 0;\n\nvar StyleSheet = function () {\n\n  /* a map from ids to tags */\n\n  /* deferred rules for a given id */\n\n  /* this is used for not reinjecting rules via hasNameForId() */\n\n  /* when rules for an id are removed using remove() we have to ignore rehydratedNames for it */\n\n  /* a list of tags belonging to this StyleSheet */\n\n  /* a tag for import rules */\n\n  /* current capacity until a new tag must be created */\n\n  /* children (aka clones) of this StyleSheet inheriting all and future injections */\n\n  function StyleSheet() {\n    var _this = this;\n\n    var target = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : IS_BROWSER ? document.head : null;\n    var forceServer = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n    classCallCheck(this, StyleSheet);\n\n    this.getImportRuleTag = function () {\n      var importRuleTag = _this.importRuleTag;\n\n      if (importRuleTag !== undefined) {\n        return importRuleTag;\n      }\n\n      var firstTag = _this.tags[0];\n      var insertBefore = true;\n\n      return _this.importRuleTag = makeTag(_this.target, firstTag ? firstTag.styleTag : null, _this.forceServer, insertBefore);\n    };\n\n    sheetRunningId += 1;\n    this.id = sheetRunningId;\n    this.forceServer = forceServer;\n    this.target = forceServer ? null : target;\n    this.tagMap = {};\n    this.deferred = {};\n    this.rehydratedNames = {};\n    this.ignoreRehydratedNames = {};\n    this.tags = [];\n    this.capacity = 1;\n    this.clones = [];\n  }\n\n  /* rehydrate all SSR'd style tags */\n\n\n  StyleSheet.prototype.rehydrate = function rehydrate$$1() {\n    if (!IS_BROWSER || this.forceServer) return this;\n\n    var els = [];\n    var extracted = [];\n    var isStreamed = false;\n\n    /* retrieve all of our SSR style elements from the DOM */\n    var nodes = document.querySelectorAll('style[' + SC_ATTR + '][' + SC_VERSION_ATTR + '=\"' + \"4.3.1\" + '\"]');\n\n    var nodesSize = nodes.length;\n\n    /* abort rehydration if no previous style tags were found */\n    if (!nodesSize) return this;\n\n    for (var i = 0; i < nodesSize; i += 1) {\n      var el = nodes[i];\n\n      /* check if style tag is a streamed tag */\n      if (!isStreamed) isStreamed = !!el.getAttribute(SC_STREAM_ATTR);\n\n      /* retrieve all component names */\n      var elNames = (el.getAttribute(SC_ATTR) || '').trim().split(SPLIT_REGEX);\n      var elNamesSize = elNames.length;\n      for (var j = 0, name; j < elNamesSize; j += 1) {\n        name = elNames[j];\n        /* add rehydrated name to sheet to avoid re-adding styles */\n        this.rehydratedNames[name] = true;\n      }\n\n      /* extract all components and their CSS */\n      extracted.push.apply(extracted, extractComps(el.textContent));\n\n      /* store original HTMLStyleElement */\n      els.push(el);\n    }\n\n    /* abort rehydration if nothing was extracted */\n    var extractedSize = extracted.length;\n    if (!extractedSize) return this;\n\n    /* create a tag to be used for rehydration */\n    var tag = this.makeTag(null);\n\n    rehydrate(tag, els, extracted);\n\n    /* reset capacity and adjust MAX_SIZE by the initial size of the rehydration */\n    this.capacity = Math.max(1, MAX_SIZE - extractedSize);\n    this.tags.push(tag);\n\n    /* retrieve all component ids */\n    for (var _j = 0; _j < extractedSize; _j += 1) {\n      this.tagMap[extracted[_j].componentId] = tag;\n    }\n\n    return this;\n  };\n\n  /* retrieve a \"master\" instance of StyleSheet which is typically used when no other is available\n   * The master StyleSheet is targeted by createGlobalStyle, keyframes, and components outside of any\n    * StyleSheetManager's context */\n\n\n  /* reset the internal \"master\" instance */\n  StyleSheet.reset = function reset() {\n    var forceServer = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;\n\n    master = new StyleSheet(undefined, forceServer).rehydrate();\n  };\n\n  /* adds \"children\" to the StyleSheet that inherit all of the parents' rules\n   * while their own rules do not affect the parent */\n\n\n  StyleSheet.prototype.clone = function clone() {\n    var sheet = new StyleSheet(this.target, this.forceServer);\n\n    /* add to clone array */\n    this.clones.push(sheet);\n\n    /* clone all tags */\n    sheet.tags = this.tags.map(function (tag) {\n      var ids = tag.getIds();\n      var newTag = tag.clone();\n\n      /* reconstruct tagMap */\n      for (var i = 0; i < ids.length; i += 1) {\n        sheet.tagMap[ids[i]] = newTag;\n      }\n\n      return newTag;\n    });\n\n    /* clone other maps */\n    sheet.rehydratedNames = _extends({}, this.rehydratedNames);\n    sheet.deferred = _extends({}, this.deferred);\n\n    return sheet;\n  };\n\n  /* force StyleSheet to create a new tag on the next injection */\n\n\n  StyleSheet.prototype.sealAllTags = function sealAllTags() {\n    this.capacity = 1;\n\n    this.tags.forEach(function (tag) {\n      // eslint-disable-next-line no-param-reassign\n      tag.sealed = true;\n    });\n  };\n\n  StyleSheet.prototype.makeTag = function makeTag$$1(tag) {\n    var lastEl = tag ? tag.styleTag : null;\n    var insertBefore = false;\n\n    return makeTag(this.target, lastEl, this.forceServer, insertBefore, this.getImportRuleTag);\n  };\n\n  /* get a tag for a given componentId, assign the componentId to one, or shard */\n  StyleSheet.prototype.getTagForId = function getTagForId(id) {\n    /* simply return a tag, when the componentId was already assigned one */\n    var prev = this.tagMap[id];\n    if (prev !== undefined && !prev.sealed) {\n      return prev;\n    }\n\n    var tag = this.tags[this.tags.length - 1];\n\n    /* shard (create a new tag) if the tag is exhausted (See MAX_SIZE) */\n    this.capacity -= 1;\n\n    if (this.capacity === 0) {\n      this.capacity = MAX_SIZE;\n      tag = this.makeTag(tag);\n      this.tags.push(tag);\n    }\n\n    return this.tagMap[id] = tag;\n  };\n\n  /* mainly for createGlobalStyle to check for its id */\n\n\n  StyleSheet.prototype.hasId = function hasId(id) {\n    return this.tagMap[id] !== undefined;\n  };\n\n  /* caching layer checking id+name to already have a corresponding tag and injected rules */\n\n\n  StyleSheet.prototype.hasNameForId = function hasNameForId(id, name) {\n    /* exception for rehydrated names which are checked separately */\n    if (this.ignoreRehydratedNames[id] === undefined && this.rehydratedNames[name]) {\n      return true;\n    }\n\n    var tag = this.tagMap[id];\n    return tag !== undefined && tag.hasNameForId(id, name);\n  };\n\n  /* registers a componentId and registers it on its tag */\n\n\n  StyleSheet.prototype.deferredInject = function deferredInject(id, cssRules) {\n    /* don't inject when the id is already registered */\n    if (this.tagMap[id] !== undefined) return;\n\n    var clones = this.clones;\n\n    for (var i = 0; i < clones.length; i += 1) {\n      clones[i].deferredInject(id, cssRules);\n    }\n\n    this.getTagForId(id).insertMarker(id);\n    this.deferred[id] = cssRules;\n  };\n\n  /* injects rules for a given id with a name that will need to be cached */\n\n\n  StyleSheet.prototype.inject = function inject(id, cssRules, name) {\n    var clones = this.clones;\n\n\n    for (var i = 0; i < clones.length; i += 1) {\n      clones[i].inject(id, cssRules, name);\n    }\n\n    var tag = this.getTagForId(id);\n\n    /* add deferred rules for component */\n    if (this.deferred[id] !== undefined) {\n      // Combine passed cssRules with previously deferred CSS rules\n      // NOTE: We cannot mutate the deferred array itself as all clones\n      // do the same (see clones[i].inject)\n      var rules = this.deferred[id].concat(cssRules);\n      tag.insertRules(id, rules, name);\n\n      this.deferred[id] = undefined;\n    } else {\n      tag.insertRules(id, cssRules, name);\n    }\n  };\n\n  /* removes all rules for a given id, which doesn't remove its marker but resets it */\n\n\n  StyleSheet.prototype.remove = function remove(id) {\n    var tag = this.tagMap[id];\n    if (tag === undefined) return;\n\n    var clones = this.clones;\n\n    for (var i = 0; i < clones.length; i += 1) {\n      clones[i].remove(id);\n    }\n\n    /* remove all rules from the tag */\n    tag.removeRules(id);\n\n    /* ignore possible rehydrated names */\n    this.ignoreRehydratedNames[id] = true;\n\n    /* delete possible deferred rules */\n    this.deferred[id] = undefined;\n  };\n\n  StyleSheet.prototype.toHTML = function toHTML() {\n    return this.tags.map(function (tag) {\n      return tag.toHTML();\n    }).join('');\n  };\n\n  StyleSheet.prototype.toReactElements = function toReactElements() {\n    var id = this.id;\n\n\n    return this.tags.map(function (tag, i) {\n      var key = 'sc-' + id + '-' + i;\n      return cloneElement(tag.toElement(), { key: key });\n    });\n  };\n\n  createClass(StyleSheet, null, [{\n    key: 'master',\n    get: function get$$1() {\n      return master || (master = new StyleSheet().rehydrate());\n    }\n\n    /* NOTE: This is just for backwards-compatibility with jest-styled-components */\n\n  }, {\n    key: 'instance',\n    get: function get$$1() {\n      return StyleSheet.master;\n    }\n  }]);\n  return StyleSheet;\n}();\n\n// \n\nvar Keyframes = function () {\n  function Keyframes(name, rules) {\n    var _this = this;\n\n    classCallCheck(this, Keyframes);\n\n    this.inject = function (styleSheet) {\n      if (!styleSheet.hasNameForId(_this.id, _this.name)) {\n        styleSheet.inject(_this.id, _this.rules, _this.name);\n      }\n    };\n\n    this.toString = function () {\n      throw new StyledComponentsError(12, String(_this.name));\n    };\n\n    this.name = name;\n    this.rules = rules;\n\n    this.id = 'sc-keyframes-' + name;\n  }\n\n  Keyframes.prototype.getName = function getName() {\n    return this.name;\n  };\n\n  return Keyframes;\n}();\n\n// \n\n/**\n * inlined version of\n * https://github.com/facebook/fbjs/blob/master/packages/fbjs/src/core/hyphenateStyleName.js\n */\n\nvar uppercasePattern = /([A-Z])/g;\nvar msPattern = /^ms-/;\n\n/**\n * Hyphenates a camelcased CSS property name, for example:\n *\n *   > hyphenateStyleName('backgroundColor')\n *   < \"background-color\"\n *   > hyphenateStyleName('MozTransition')\n *   < \"-moz-transition\"\n *   > hyphenateStyleName('msTransition')\n *   < \"-ms-transition\"\n *\n * As Modernizr suggests (http://modernizr.com/docs/#prefixed), an `ms` prefix\n * is converted to `-ms-`.\n *\n * @param {string} string\n * @return {string}\n */\nfunction hyphenateStyleName(string) {\n  return string.replace(uppercasePattern, '-$1').toLowerCase().replace(msPattern, '-ms-');\n}\n\n// \n\n// Taken from https://github.com/facebook/react/blob/b87aabdfe1b7461e7331abb3601d9e6bb27544bc/packages/react-dom/src/shared/dangerousStyleValue.js\nfunction addUnitIfNeeded(name, value) {\n  // https://github.com/amilajack/eslint-plugin-flowtype-errors/issues/133\n  // $FlowFixMe\n  if (value == null || typeof value === 'boolean' || value === '') {\n    return '';\n  }\n\n  if (typeof value === 'number' && value !== 0 && !(name in unitless)) {\n    return value + 'px'; // Presumes implicit 'px' suffix for unitless numbers\n  }\n\n  return String(value).trim();\n}\n\n// \n\n/**\n * It's falsish not falsy because 0 is allowed.\n */\nvar isFalsish = function isFalsish(chunk) {\n  return chunk === undefined || chunk === null || chunk === false || chunk === '';\n};\n\nvar objToCssArray = function objToCssArray(obj, prevKey) {\n  var rules = [];\n  var keys = Object.keys(obj);\n\n  keys.forEach(function (key) {\n    if (!isFalsish(obj[key])) {\n      if (isPlainObject(obj[key])) {\n        rules.push.apply(rules, objToCssArray(obj[key], key));\n\n        return rules;\n      } else if (isFunction(obj[key])) {\n        rules.push(hyphenateStyleName(key) + ':', obj[key], ';');\n\n        return rules;\n      }\n      rules.push(hyphenateStyleName(key) + ': ' + addUnitIfNeeded(key, obj[key]) + ';');\n    }\n    return rules;\n  });\n\n  return prevKey ? [prevKey + ' {'].concat(rules, ['}']) : rules;\n};\n\nfunction flatten(chunk, executionContext, styleSheet) {\n  if (Array.isArray(chunk)) {\n    var ruleSet = [];\n\n    for (var i = 0, len = chunk.length, result; i < len; i += 1) {\n      result = flatten(chunk[i], executionContext, styleSheet);\n\n      if (result === null) continue;else if (Array.isArray(result)) ruleSet.push.apply(ruleSet, result);else ruleSet.push(result);\n    }\n\n    return ruleSet;\n  }\n\n  if (isFalsish(chunk)) {\n    return null;\n  }\n\n  /* Handle other components */\n  if (isStyledComponent(chunk)) {\n    return '.' + chunk.styledComponentId;\n  }\n\n  /* Either execute or defer the function */\n  if (isFunction(chunk)) {\n    if (isStatelessFunction(chunk) && executionContext) {\n      var _result = chunk(executionContext);\n\n      if (process.env.NODE_ENV !== 'production' && isElement(_result)) {\n        // eslint-disable-next-line no-console\n        console.warn(getComponentName(chunk) + ' is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.');\n      }\n\n      return flatten(_result, executionContext, styleSheet);\n    } else return chunk;\n  }\n\n  if (chunk instanceof Keyframes) {\n    if (styleSheet) {\n      chunk.inject(styleSheet);\n      return chunk.getName();\n    } else return chunk;\n  }\n\n  /* Handle objects */\n  return isPlainObject(chunk) ? objToCssArray(chunk) : chunk.toString();\n}\n\n// \n\nfunction css(styles) {\n  for (var _len = arguments.length, interpolations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n    interpolations[_key - 1] = arguments[_key];\n  }\n\n  if (isFunction(styles) || isPlainObject(styles)) {\n    // $FlowFixMe\n    return flatten(interleave(EMPTY_ARRAY, [styles].concat(interpolations)));\n  }\n\n  // $FlowFixMe\n  return flatten(interleave(styles, interpolations));\n}\n\n// \n\nfunction constructWithOptions(componentConstructor, tag) {\n  var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : EMPTY_OBJECT;\n\n  if (!isValidElementType(tag)) {\n    throw new StyledComponentsError(1, String(tag));\n  }\n\n  /* This is callable directly as a template function */\n  // $FlowFixMe: Not typed to avoid destructuring arguments\n  var templateFunction = function templateFunction() {\n    return componentConstructor(tag, options, css.apply(undefined, arguments));\n  };\n\n  /* If config methods are called, wrap up a new template function and merge options */\n  templateFunction.withConfig = function (config) {\n    return constructWithOptions(componentConstructor, tag, _extends({}, options, config));\n  };\n\n  /* Modify/inject new props at runtime */\n  templateFunction.attrs = function (attrs) {\n    return constructWithOptions(componentConstructor, tag, _extends({}, options, {\n      attrs: Array.prototype.concat(options.attrs, attrs).filter(Boolean)\n    }));\n  };\n\n  return templateFunction;\n}\n\n// \n// Source: https://github.com/garycourt/murmurhash-js/blob/master/murmurhash2_gc.js\nfunction murmurhash(c) {\n  for (var e = c.length | 0, a = e | 0, d = 0, b; e >= 4;) {\n    b = c.charCodeAt(d) & 255 | (c.charCodeAt(++d) & 255) << 8 | (c.charCodeAt(++d) & 255) << 16 | (c.charCodeAt(++d) & 255) << 24, b = 1540483477 * (b & 65535) + ((1540483477 * (b >>> 16) & 65535) << 16), b ^= b >>> 24, b = 1540483477 * (b & 65535) + ((1540483477 * (b >>> 16) & 65535) << 16), a = 1540483477 * (a & 65535) + ((1540483477 * (a >>> 16) & 65535) << 16) ^ b, e -= 4, ++d;\n  }\n  switch (e) {\n    case 3:\n      a ^= (c.charCodeAt(d + 2) & 255) << 16;\n    case 2:\n      a ^= (c.charCodeAt(d + 1) & 255) << 8;\n    case 1:\n      a ^= c.charCodeAt(d) & 255, a = 1540483477 * (a & 65535) + ((1540483477 * (a >>> 16) & 65535) << 16);\n  }\n  a ^= a >>> 13;\n  a = 1540483477 * (a & 65535) + ((1540483477 * (a >>> 16) & 65535) << 16);\n  return (a ^ a >>> 15) >>> 0;\n}\n\n// \n/* eslint-disable no-bitwise */\n\n/* This is the \"capacity\" of our alphabet i.e. 2x26 for all letters plus their capitalised\n * counterparts */\nvar charsLength = 52;\n\n/* start at 75 for 'a' until 'z' (25) and then start at 65 for capitalised letters */\nvar getAlphabeticChar = function getAlphabeticChar(code) {\n  return String.fromCharCode(code + (code > 25 ? 39 : 97));\n};\n\n/* input a number, usually a hash and convert it to base-52 */\nfunction generateAlphabeticName(code) {\n  var name = '';\n  var x = void 0;\n\n  /* get a char and divide by alphabet-length */\n  for (x = code; x > charsLength; x = Math.floor(x / charsLength)) {\n    name = getAlphabeticChar(x % charsLength) + name;\n  }\n\n  return getAlphabeticChar(x % charsLength) + name;\n}\n\n// \n\nfunction hasFunctionObjectKey(obj) {\n  // eslint-disable-next-line guard-for-in, no-restricted-syntax\n  for (var key in obj) {\n    if (isFunction(obj[key])) {\n      return true;\n    }\n  }\n\n  return false;\n}\n\nfunction isStaticRules(rules, attrs) {\n  for (var i = 0; i < rules.length; i += 1) {\n    var rule = rules[i];\n\n    // recursive case\n    if (Array.isArray(rule) && !isStaticRules(rule, attrs)) {\n      return false;\n    } else if (isFunction(rule) && !isStyledComponent(rule)) {\n      // functions are allowed to be static if they're just being\n      // used to get the classname of a nested styled component\n      return false;\n    }\n  }\n\n  if (attrs.some(function (x) {\n    return isFunction(x) || hasFunctionObjectKey(x);\n  })) return false;\n\n  return true;\n}\n\n// \n\nvar isHMREnabled = process.env.NODE_ENV !== 'production' && typeof module !== 'undefined' && module.hot;\n\n/* combines hashStr (murmurhash) and nameGenerator for convenience */\nvar hasher = function hasher(str) {\n  return generateAlphabeticName(murmurhash(str));\n};\n\n/*\n ComponentStyle is all the CSS-specific stuff, not\n the React-specific stuff.\n */\n\nvar ComponentStyle = function () {\n  function ComponentStyle(rules, attrs, componentId) {\n    classCallCheck(this, ComponentStyle);\n\n    this.rules = rules;\n    this.isStatic = !isHMREnabled && isStaticRules(rules, attrs);\n    this.componentId = componentId;\n\n    if (!StyleSheet.master.hasId(componentId)) {\n      StyleSheet.master.deferredInject(componentId, []);\n    }\n  }\n\n  /*\n     * Flattens a rule set into valid CSS\n     * Hashes it, wraps the whole chunk in a .hash1234 {}\n     * Returns the hash to be injected on render()\n     * */\n\n\n  ComponentStyle.prototype.generateAndInjectStyles = function generateAndInjectStyles(executionContext, styleSheet) {\n    var isStatic = this.isStatic,\n        componentId = this.componentId,\n        lastClassName = this.lastClassName;\n\n    if (IS_BROWSER && isStatic && typeof lastClassName === 'string' && styleSheet.hasNameForId(componentId, lastClassName)) {\n      return lastClassName;\n    }\n\n    var flatCSS = flatten(this.rules, executionContext, styleSheet);\n    var name = hasher(this.componentId + flatCSS.join(''));\n    if (!styleSheet.hasNameForId(componentId, name)) {\n      styleSheet.inject(this.componentId, stringifyRules(flatCSS, '.' + name, undefined, componentId), name);\n    }\n\n    this.lastClassName = name;\n    return name;\n  };\n\n  ComponentStyle.generateName = function generateName(str) {\n    return hasher(str);\n  };\n\n  return ComponentStyle;\n}();\n\n// \n\nvar LIMIT = 200;\n\nvar createWarnTooManyClasses = (function (displayName) {\n  var generatedClasses = {};\n  var warningSeen = false;\n\n  return function (className) {\n    if (!warningSeen) {\n      generatedClasses[className] = true;\n      if (Object.keys(generatedClasses).length >= LIMIT) {\n        // Unable to find latestRule in test environment.\n        /* eslint-disable no-console, prefer-template */\n        console.warn('Over ' + LIMIT + ' classes were generated for component ' + displayName + '. \\n' + 'Consider using the attrs method, together with a style object for frequently changed styles.\\n' + 'Example:\\n' + '  const Component = styled.div.attrs({\\n' + '    style: ({ background }) => ({\\n' + '      background,\\n' + '    }),\\n' + '  })`width: 100%;`\\n\\n' + '  <Component />');\n        warningSeen = true;\n        generatedClasses = {};\n      }\n    }\n  };\n});\n\n// \n\nvar determineTheme = (function (props, fallbackTheme) {\n  var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : EMPTY_OBJECT;\n\n  // Props should take precedence over ThemeProvider, which should take precedence over\n  // defaultProps, but React automatically puts defaultProps on props.\n\n  /* eslint-disable react/prop-types, flowtype-errors/show-errors */\n  var isDefaultTheme = defaultProps ? props.theme === defaultProps.theme : false;\n  var theme = props.theme && !isDefaultTheme ? props.theme : fallbackTheme || defaultProps.theme;\n  /* eslint-enable */\n\n  return theme;\n});\n\n// \nvar escapeRegex = /[[\\].#*$><+~=|^:(),\"'`-]+/g;\nvar dashesAtEnds = /(^-|-$)/g;\n\n/**\n * TODO: Explore using CSS.escape when it becomes more available\n * in evergreen browsers.\n */\nfunction escape(str) {\n  return str\n  // Replace all possible CSS selectors\n  .replace(escapeRegex, '-')\n\n  // Remove extraneous hyphens at the start and end\n  .replace(dashesAtEnds, '');\n}\n\n// \n\nfunction isTag(target) {\n  return typeof target === 'string' && (process.env.NODE_ENV !== 'production' ? target.charAt(0) === target.charAt(0).toLowerCase() : true);\n}\n\n// \n\nfunction generateDisplayName(target) {\n  // $FlowFixMe\n  return isTag(target) ? 'styled.' + target : 'Styled(' + getComponentName(target) + ')';\n}\n\nvar _TYPE_STATICS;\n\nvar REACT_STATICS = {\n  childContextTypes: true,\n  contextTypes: true,\n  defaultProps: true,\n  displayName: true,\n  getDerivedStateFromProps: true,\n  propTypes: true,\n  type: true\n};\n\nvar KNOWN_STATICS = {\n  name: true,\n  length: true,\n  prototype: true,\n  caller: true,\n  callee: true,\n  arguments: true,\n  arity: true\n};\n\nvar TYPE_STATICS = (_TYPE_STATICS = {}, _TYPE_STATICS[ForwardRef] = {\n  $$typeof: true,\n  render: true\n}, _TYPE_STATICS);\n\nvar defineProperty$1 = Object.defineProperty,\n    getOwnPropertyNames = Object.getOwnPropertyNames,\n    _Object$getOwnPropert = Object.getOwnPropertySymbols,\n    getOwnPropertySymbols = _Object$getOwnPropert === undefined ? function () {\n  return [];\n} : _Object$getOwnPropert,\n    getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor,\n    getPrototypeOf = Object.getPrototypeOf,\n    objectPrototype = Object.prototype;\nvar arrayPrototype = Array.prototype;\n\n\nfunction hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {\n  if (typeof sourceComponent !== 'string') {\n    // don't hoist over string (html) components\n\n    var inheritedComponent = getPrototypeOf(sourceComponent);\n\n    if (inheritedComponent && inheritedComponent !== objectPrototype) {\n      hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);\n    }\n\n    var keys = arrayPrototype.concat(getOwnPropertyNames(sourceComponent),\n    // $FlowFixMe\n    getOwnPropertySymbols(sourceComponent));\n\n    var targetStatics = TYPE_STATICS[targetComponent.$$typeof] || REACT_STATICS;\n\n    var sourceStatics = TYPE_STATICS[sourceComponent.$$typeof] || REACT_STATICS;\n\n    var i = keys.length;\n    var descriptor = void 0;\n    var key = void 0;\n\n    // eslint-disable-next-line no-plusplus\n    while (i--) {\n      key = keys[i];\n\n      if (\n      // $FlowFixMe\n      !KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) &&\n      // $FlowFixMe\n      !(targetStatics && targetStatics[key])) {\n        descriptor = getOwnPropertyDescriptor(sourceComponent, key);\n\n        if (descriptor) {\n          try {\n            // Avoid failures from read-only properties\n            defineProperty$1(targetComponent, key, descriptor);\n          } catch (e) {\n            /* fail silently */\n          }\n        }\n      }\n    }\n\n    return targetComponent;\n  }\n\n  return targetComponent;\n}\n\n// \nfunction isDerivedReactComponent(fn) {\n  return !!(fn && fn.prototype && fn.prototype.isReactComponent);\n}\n\n// \n// Helper to call a given function, only once\nvar once = (function (cb) {\n  var called = false;\n\n  return function () {\n    if (!called) {\n      called = true;\n      cb.apply(undefined, arguments);\n    }\n  };\n});\n\n// \n\nvar ThemeContext = createContext();\n\nvar ThemeConsumer = ThemeContext.Consumer;\n\n/**\n * Provide a theme to an entire react component tree via context\n */\n\nvar ThemeProvider = function (_Component) {\n  inherits(ThemeProvider, _Component);\n\n  function ThemeProvider(props) {\n    classCallCheck(this, ThemeProvider);\n\n    var _this = possibleConstructorReturn(this, _Component.call(this, props));\n\n    _this.getContext = memoize(_this.getContext.bind(_this));\n    _this.renderInner = _this.renderInner.bind(_this);\n    return _this;\n  }\n\n  ThemeProvider.prototype.render = function render() {\n    if (!this.props.children) return null;\n\n    return React.createElement(\n      ThemeContext.Consumer,\n      null,\n      this.renderInner\n    );\n  };\n\n  ThemeProvider.prototype.renderInner = function renderInner(outerTheme) {\n    var context = this.getContext(this.props.theme, outerTheme);\n\n    return React.createElement(\n      ThemeContext.Provider,\n      { value: context },\n      React.Children.only(this.props.children)\n    );\n  };\n\n  /**\n   * Get the theme from the props, supporting both (outerTheme) => {}\n   * as well as object notation\n   */\n\n\n  ThemeProvider.prototype.getTheme = function getTheme(theme, outerTheme) {\n    if (isFunction(theme)) {\n      var mergedTheme = theme(outerTheme);\n\n      if (process.env.NODE_ENV !== 'production' && (mergedTheme === null || Array.isArray(mergedTheme) || (typeof mergedTheme === 'undefined' ? 'undefined' : _typeof(mergedTheme)) !== 'object')) {\n        throw new StyledComponentsError(7);\n      }\n\n      return mergedTheme;\n    }\n\n    if (theme === null || Array.isArray(theme) || (typeof theme === 'undefined' ? 'undefined' : _typeof(theme)) !== 'object') {\n      throw new StyledComponentsError(8);\n    }\n\n    return _extends({}, outerTheme, theme);\n  };\n\n  ThemeProvider.prototype.getContext = function getContext(theme, outerTheme) {\n    return this.getTheme(theme, outerTheme);\n  };\n\n  return ThemeProvider;\n}(Component);\n\n// \n\nvar CLOSING_TAG_R = /^\\s*<\\/[a-z]/i;\n\nvar ServerStyleSheet = function () {\n  function ServerStyleSheet() {\n    classCallCheck(this, ServerStyleSheet);\n\n    /* The master sheet might be reset, so keep a reference here */\n    this.masterSheet = StyleSheet.master;\n    this.instance = this.masterSheet.clone();\n    this.sealed = false;\n  }\n\n  /**\n   * Mark the ServerStyleSheet as being fully emitted and manually GC it from the\n   * StyleSheet singleton.\n   */\n\n\n  ServerStyleSheet.prototype.seal = function seal() {\n    if (!this.sealed) {\n      /* Remove sealed StyleSheets from the master sheet */\n      var index = this.masterSheet.clones.indexOf(this.instance);\n      this.masterSheet.clones.splice(index, 1);\n      this.sealed = true;\n    }\n  };\n\n  ServerStyleSheet.prototype.collectStyles = function collectStyles(children) {\n    if (this.sealed) {\n      throw new StyledComponentsError(2);\n    }\n\n    return React.createElement(\n      StyleSheetManager,\n      { sheet: this.instance },\n      children\n    );\n  };\n\n  ServerStyleSheet.prototype.getStyleTags = function getStyleTags() {\n    this.seal();\n    return this.instance.toHTML();\n  };\n\n  ServerStyleSheet.prototype.getStyleElement = function getStyleElement() {\n    this.seal();\n    return this.instance.toReactElements();\n  };\n\n  ServerStyleSheet.prototype.interleaveWithNodeStream = function interleaveWithNodeStream(readableStream) {\n    var _this = this;\n\n    {\n      throw new StyledComponentsError(3);\n    }\n\n    /* the tag index keeps track of which tags have already been emitted */\n    var instance = this.instance;\n\n    var instanceTagIndex = 0;\n\n    var streamAttr = SC_STREAM_ATTR + '=\"true\"';\n\n    var transformer = new stream.Transform({\n      transform: function appendStyleChunks(chunk, /* encoding */_, callback) {\n        var tags = instance.tags;\n\n        var html = '';\n\n        /* retrieve html for each new style tag */\n        for (; instanceTagIndex < tags.length; instanceTagIndex += 1) {\n          var tag = tags[instanceTagIndex];\n          html += tag.toHTML(streamAttr);\n        }\n\n        /* force our StyleSheets to emit entirely new tags */\n        instance.sealAllTags();\n\n        var renderedHtml = chunk.toString();\n\n        /* prepend style html to chunk, unless the start of the chunk is a closing tag in which case append right after that */\n        if (CLOSING_TAG_R.test(renderedHtml)) {\n          var endOfClosingTag = renderedHtml.indexOf('>');\n\n          this.push(renderedHtml.slice(0, endOfClosingTag + 1) + html + renderedHtml.slice(endOfClosingTag + 1));\n        } else this.push(html + renderedHtml);\n\n        callback();\n      }\n    });\n\n    readableStream.on('end', function () {\n      return _this.seal();\n    });\n\n    readableStream.on('error', function (err) {\n      _this.seal();\n\n      // forward the error to the transform stream\n      transformer.emit('error', err);\n    });\n\n    return readableStream.pipe(transformer);\n  };\n\n  return ServerStyleSheet;\n}();\n\n// \n\nvar StyleSheetContext = createContext();\nvar StyleSheetConsumer = StyleSheetContext.Consumer;\n\nvar StyleSheetManager = function (_Component) {\n  inherits(StyleSheetManager, _Component);\n\n  function StyleSheetManager(props) {\n    classCallCheck(this, StyleSheetManager);\n\n    var _this = possibleConstructorReturn(this, _Component.call(this, props));\n\n    _this.getContext = memoize(_this.getContext);\n    return _this;\n  }\n\n  StyleSheetManager.prototype.getContext = function getContext(sheet, target) {\n    if (sheet) {\n      return sheet;\n    } else if (target) {\n      return new StyleSheet(target);\n    } else {\n      throw new StyledComponentsError(4);\n    }\n  };\n\n  StyleSheetManager.prototype.render = function render() {\n    var _props = this.props,\n        children = _props.children,\n        sheet = _props.sheet,\n        target = _props.target;\n\n\n    return React.createElement(\n      StyleSheetContext.Provider,\n      { value: this.getContext(sheet, target) },\n      process.env.NODE_ENV !== 'production' ? React.Children.only(children) : children\n    );\n  };\n\n  return StyleSheetManager;\n}(Component);\nprocess.env.NODE_ENV !== \"production\" ? StyleSheetManager.propTypes = {\n  sheet: PropTypes.oneOfType([PropTypes.instanceOf(StyleSheet), PropTypes.instanceOf(ServerStyleSheet)]),\n\n  target: PropTypes.shape({\n    appendChild: PropTypes.func.isRequired\n  })\n} : void 0;\n\n// \n\nvar identifiers = {};\n\n/* We depend on components having unique IDs */\nfunction generateId(_ComponentStyle, _displayName, parentComponentId) {\n  var displayName = typeof _displayName !== 'string' ? 'sc' : escape(_displayName);\n\n  /**\n   * This ensures uniqueness if two components happen to share\n   * the same displayName.\n   */\n  var nr = (identifiers[displayName] || 0) + 1;\n  identifiers[displayName] = nr;\n\n  var componentId = displayName + '-' + _ComponentStyle.generateName(displayName + nr);\n\n  return parentComponentId ? parentComponentId + '-' + componentId : componentId;\n}\n\n// $FlowFixMe\n\nvar StyledComponent = function (_Component) {\n  inherits(StyledComponent, _Component);\n\n  function StyledComponent() {\n    classCallCheck(this, StyledComponent);\n\n    var _this = possibleConstructorReturn(this, _Component.call(this));\n\n    _this.attrs = {};\n\n    _this.renderOuter = _this.renderOuter.bind(_this);\n    _this.renderInner = _this.renderInner.bind(_this);\n\n    if (process.env.NODE_ENV !== 'production') {\n      _this.warnInnerRef = once(function (displayName) {\n        return (\n          // eslint-disable-next-line no-console\n          console.warn('The \"innerRef\" API has been removed in styled-components v4 in favor of React 16 ref forwarding, use \"ref\" instead like a typical component. \"innerRef\" was detected on component \"' + displayName + '\".')\n        );\n      });\n\n      _this.warnAttrsFnObjectKeyDeprecated = once(function (key, displayName) {\n        return (\n          // eslint-disable-next-line no-console\n          console.warn('Functions as object-form attrs({}) keys are now deprecated and will be removed in a future version of styled-components. Switch to the new attrs(props => ({})) syntax instead for easier and more powerful composition. The attrs key in question is \"' + key + '\" on component \"' + displayName + '\".', '\\n ' + new Error().stack)\n        );\n      });\n\n      _this.warnNonStyledComponentAttrsObjectKey = once(function (key, displayName) {\n        return (\n          // eslint-disable-next-line no-console\n          console.warn('It looks like you\\'ve used a non styled-component as the value for the \"' + key + '\" prop in an object-form attrs constructor of \"' + displayName + '\".\\n' + 'You should use the new function-form attrs constructor which avoids this issue: attrs(props => ({ yourStuff }))\\n' + \"To continue using the deprecated object syntax, you'll need to wrap your component prop in a function to make it available inside the styled component (you'll still get the deprecation warning though.)\\n\" + ('For example, { ' + key + ': () => InnerComponent } instead of { ' + key + ': InnerComponent }'))\n        );\n      });\n    }\n    return _this;\n  }\n\n  StyledComponent.prototype.render = function render() {\n    return React.createElement(\n      StyleSheetConsumer,\n      null,\n      this.renderOuter\n    );\n  };\n\n  StyledComponent.prototype.renderOuter = function renderOuter() {\n    var styleSheet = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : StyleSheet.master;\n\n    this.styleSheet = styleSheet;\n\n    // No need to subscribe a static component to theme changes, it won't change anything\n    if (this.props.forwardedComponent.componentStyle.isStatic) return this.renderInner();\n\n    return React.createElement(\n      ThemeConsumer,\n      null,\n      this.renderInner\n    );\n  };\n\n  StyledComponent.prototype.renderInner = function renderInner(theme) {\n    var _props$forwardedCompo = this.props.forwardedComponent,\n        componentStyle = _props$forwardedCompo.componentStyle,\n        defaultProps = _props$forwardedCompo.defaultProps,\n        displayName = _props$forwardedCompo.displayName,\n        foldedComponentIds = _props$forwardedCompo.foldedComponentIds,\n        styledComponentId = _props$forwardedCompo.styledComponentId,\n        target = _props$forwardedCompo.target;\n\n\n    var generatedClassName = void 0;\n    if (componentStyle.isStatic) {\n      generatedClassName = this.generateAndInjectStyles(EMPTY_OBJECT, this.props);\n    } else {\n      generatedClassName = this.generateAndInjectStyles(determineTheme(this.props, theme, defaultProps) || EMPTY_OBJECT, this.props);\n    }\n\n    var elementToBeCreated = this.props.as || this.attrs.as || target;\n    var isTargetTag = isTag(elementToBeCreated);\n\n    var propsForElement = {};\n    var computedProps = _extends({}, this.attrs, this.props);\n\n    var key = void 0;\n    // eslint-disable-next-line guard-for-in\n    for (key in computedProps) {\n      if (process.env.NODE_ENV !== 'production' && key === 'innerRef' && isTargetTag) {\n        this.warnInnerRef(displayName);\n      }\n\n      if (key === 'forwardedComponent' || key === 'as') {\n        continue;\n      } else if (key === 'forwardedRef') propsForElement.ref = computedProps[key];else if (key === 'forwardedAs') propsForElement.as = computedProps[key];else if (!isTargetTag || validAttr(key)) {\n        // Don't pass through non HTML tags through to HTML elements\n        propsForElement[key] = computedProps[key];\n      }\n    }\n\n    if (this.props.style && this.attrs.style) {\n      propsForElement.style = _extends({}, this.attrs.style, this.props.style);\n    }\n\n    propsForElement.className = Array.prototype.concat(foldedComponentIds, this.props.className, styledComponentId, this.attrs.className, generatedClassName).filter(Boolean).join(' ');\n\n    return createElement(elementToBeCreated, propsForElement);\n  };\n\n  StyledComponent.prototype.buildExecutionContext = function buildExecutionContext(theme, props, attrs) {\n    var _this2 = this;\n\n    var context = _extends({}, props, { theme: theme });\n\n    if (!attrs.length) return context;\n\n    this.attrs = {};\n\n    attrs.forEach(function (attrDef) {\n      var resolvedAttrDef = attrDef;\n      var attrDefWasFn = false;\n      var attr = void 0;\n      var key = void 0;\n\n      if (isFunction(resolvedAttrDef)) {\n        // $FlowFixMe\n        resolvedAttrDef = resolvedAttrDef(context);\n        attrDefWasFn = true;\n      }\n\n      /* eslint-disable guard-for-in */\n      // $FlowFixMe\n      for (key in resolvedAttrDef) {\n        attr = resolvedAttrDef[key];\n\n        if (!attrDefWasFn) {\n          if (isFunction(attr) && !isDerivedReactComponent(attr) && !isStyledComponent(attr)) {\n            if (process.env.NODE_ENV !== 'production') {\n              _this2.warnAttrsFnObjectKeyDeprecated(key, props.forwardedComponent.displayName);\n            }\n\n            attr = attr(context);\n\n            if (process.env.NODE_ENV !== 'production' && React.isValidElement(attr)) {\n              _this2.warnNonStyledComponentAttrsObjectKey(key, props.forwardedComponent.displayName);\n            }\n          }\n        }\n\n        _this2.attrs[key] = attr;\n        context[key] = attr;\n      }\n      /* eslint-enable */\n    });\n\n    return context;\n  };\n\n  StyledComponent.prototype.generateAndInjectStyles = function generateAndInjectStyles(theme, props) {\n    var _props$forwardedCompo2 = props.forwardedComponent,\n        attrs = _props$forwardedCompo2.attrs,\n        componentStyle = _props$forwardedCompo2.componentStyle,\n        warnTooManyClasses = _props$forwardedCompo2.warnTooManyClasses;\n\n    // statically styled-components don't need to build an execution context object,\n    // and shouldn't be increasing the number of class names\n\n    if (componentStyle.isStatic && !attrs.length) {\n      return componentStyle.generateAndInjectStyles(EMPTY_OBJECT, this.styleSheet);\n    }\n\n    var className = componentStyle.generateAndInjectStyles(this.buildExecutionContext(theme, props, attrs), this.styleSheet);\n\n    if (process.env.NODE_ENV !== 'production' && warnTooManyClasses) warnTooManyClasses(className);\n\n    return className;\n  };\n\n  return StyledComponent;\n}(Component);\n\nfunction createStyledComponent(target, options, rules) {\n  var isTargetStyledComp = isStyledComponent(target);\n  var isClass = !isTag(target);\n\n  var _options$displayName = options.displayName,\n      displayName = _options$displayName === undefined ? generateDisplayName(target) : _options$displayName,\n      _options$componentId = options.componentId,\n      componentId = _options$componentId === undefined ? generateId(ComponentStyle, options.displayName, options.parentComponentId) : _options$componentId,\n      _options$ParentCompon = options.ParentComponent,\n      ParentComponent = _options$ParentCompon === undefined ? StyledComponent : _options$ParentCompon,\n      _options$attrs = options.attrs,\n      attrs = _options$attrs === undefined ? EMPTY_ARRAY : _options$attrs;\n\n\n  var styledComponentId = options.displayName && options.componentId ? escape(options.displayName) + '-' + options.componentId : options.componentId || componentId;\n\n  // fold the underlying StyledComponent attrs up (implicit extend)\n  var finalAttrs =\n  // $FlowFixMe\n  isTargetStyledComp && target.attrs ? Array.prototype.concat(target.attrs, attrs).filter(Boolean) : attrs;\n\n  var componentStyle = new ComponentStyle(isTargetStyledComp ? // fold the underlying StyledComponent rules up (implicit extend)\n  // $FlowFixMe\n  target.componentStyle.rules.concat(rules) : rules, finalAttrs, styledComponentId);\n\n  /**\n   * forwardRef creates a new interim component, which we'll take advantage of\n   * instead of extending ParentComponent to create _another_ interim class\n   */\n  var WrappedStyledComponent = void 0;\n  var forwardRef = function forwardRef(props, ref) {\n    return React.createElement(ParentComponent, _extends({}, props, { forwardedComponent: WrappedStyledComponent, forwardedRef: ref }));\n  };\n  forwardRef.displayName = displayName;\n  WrappedStyledComponent = React.forwardRef(forwardRef);\n  WrappedStyledComponent.displayName = displayName;\n\n  // $FlowFixMe\n  WrappedStyledComponent.attrs = finalAttrs;\n  // $FlowFixMe\n  WrappedStyledComponent.componentStyle = componentStyle;\n\n  // $FlowFixMe\n  WrappedStyledComponent.foldedComponentIds = isTargetStyledComp ? // $FlowFixMe\n  Array.prototype.concat(target.foldedComponentIds, target.styledComponentId) : EMPTY_ARRAY;\n\n  // $FlowFixMe\n  WrappedStyledComponent.styledComponentId = styledComponentId;\n\n  // fold the underlying StyledComponent target up since we folded the styles\n  // $FlowFixMe\n  WrappedStyledComponent.target = isTargetStyledComp ? target.target : target;\n\n  // $FlowFixMe\n  WrappedStyledComponent.withComponent = function withComponent(tag) {\n    var previousComponentId = options.componentId,\n        optionsToCopy = objectWithoutProperties(options, ['componentId']);\n\n\n    var newComponentId = previousComponentId && previousComponentId + '-' + (isTag(tag) ? tag : escape(getComponentName(tag)));\n\n    var newOptions = _extends({}, optionsToCopy, {\n      attrs: finalAttrs,\n      componentId: newComponentId,\n      ParentComponent: ParentComponent\n    });\n\n    return createStyledComponent(tag, newOptions, rules);\n  };\n\n  // $FlowFixMe\n  Object.defineProperty(WrappedStyledComponent, 'defaultProps', {\n    get: function get$$1() {\n      return this._foldedDefaultProps;\n    },\n    set: function set$$1(obj) {\n      // $FlowFixMe\n      this._foldedDefaultProps = isTargetStyledComp ? merge(target.defaultProps, obj) : obj;\n    }\n  });\n\n  if (process.env.NODE_ENV !== 'production') {\n    // $FlowFixMe\n    WrappedStyledComponent.warnTooManyClasses = createWarnTooManyClasses(displayName);\n  }\n\n  // $FlowFixMe\n  WrappedStyledComponent.toString = function () {\n    return '.' + WrappedStyledComponent.styledComponentId;\n  };\n\n  if (isClass) {\n    hoistNonReactStatics(WrappedStyledComponent, target, {\n      // all SC-specific things should not be hoisted\n      attrs: true,\n      componentStyle: true,\n      displayName: true,\n      foldedComponentIds: true,\n      styledComponentId: true,\n      target: true,\n      withComponent: true\n    });\n  }\n\n  return WrappedStyledComponent;\n}\n\n// \n// Thanks to ReactDOMFactories for this handy list!\n\nvar domElements = ['a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdi', 'bdo', 'big', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'cite', 'code', 'col', 'colgroup', 'data', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'iframe', 'img', 'input', 'ins', 'kbd', 'keygen', 'label', 'legend', 'li', 'link', 'main', 'map', 'mark', 'marquee', 'menu', 'menuitem', 'meta', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'picture', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'textarea', 'tfoot', 'th', 'thead', 'time', 'title', 'tr', 'track', 'u', 'ul', 'var', 'video', 'wbr',\n\n// SVG\n'circle', 'clipPath', 'defs', 'ellipse', 'foreignObject', 'g', 'image', 'line', 'linearGradient', 'marker', 'mask', 'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', 'stop', 'svg', 'text', 'tspan'];\n\n// \n\nvar styled = function styled(tag) {\n  return constructWithOptions(createStyledComponent, tag);\n};\n\n// Shorthands for all valid HTML Elements\ndomElements.forEach(function (domElement) {\n  styled[domElement] = styled(domElement);\n});\n\n// \n\nvar GlobalStyle = function () {\n  function GlobalStyle(rules, componentId) {\n    classCallCheck(this, GlobalStyle);\n\n    this.rules = rules;\n    this.componentId = componentId;\n    this.isStatic = isStaticRules(rules, EMPTY_ARRAY);\n\n    if (!StyleSheet.master.hasId(componentId)) {\n      StyleSheet.master.deferredInject(componentId, []);\n    }\n  }\n\n  GlobalStyle.prototype.createStyles = function createStyles(executionContext, styleSheet) {\n    var flatCSS = flatten(this.rules, executionContext, styleSheet);\n    var css = stringifyRules(flatCSS, '');\n\n    styleSheet.inject(this.componentId, css);\n  };\n\n  GlobalStyle.prototype.removeStyles = function removeStyles(styleSheet) {\n    var componentId = this.componentId;\n\n    if (styleSheet.hasId(componentId)) {\n      styleSheet.remove(componentId);\n    }\n  };\n\n  // TODO: overwrite in-place instead of remove+create?\n\n\n  GlobalStyle.prototype.renderStyles = function renderStyles(executionContext, styleSheet) {\n    this.removeStyles(styleSheet);\n    this.createStyles(executionContext, styleSheet);\n  };\n\n  return GlobalStyle;\n}();\n\n// \n\n// place our cache into shared context so it'll persist between HMRs\nif (IS_BROWSER) {\n  window.scCGSHMRCache = {};\n}\n\nfunction createGlobalStyle(strings) {\n  for (var _len = arguments.length, interpolations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n    interpolations[_key - 1] = arguments[_key];\n  }\n\n  var rules = css.apply(undefined, [strings].concat(interpolations));\n  var id = 'sc-global-' + murmurhash(JSON.stringify(rules));\n  var style = new GlobalStyle(rules, id);\n\n  var GlobalStyleComponent = function (_React$Component) {\n    inherits(GlobalStyleComponent, _React$Component);\n\n    function GlobalStyleComponent(props) {\n      classCallCheck(this, GlobalStyleComponent);\n\n      var _this = possibleConstructorReturn(this, _React$Component.call(this, props));\n\n      var _this$constructor = _this.constructor,\n          globalStyle = _this$constructor.globalStyle,\n          styledComponentId = _this$constructor.styledComponentId;\n\n\n      if (IS_BROWSER) {\n        window.scCGSHMRCache[styledComponentId] = (window.scCGSHMRCache[styledComponentId] || 0) + 1;\n      }\n\n      /**\n       * This fixes HMR compatibility. Don't ask me why, but this combination of\n       * caching the closure variables via statics and then persisting the statics in\n       * state works across HMR where no other combination did. ¯\\_(ツ)_/¯\n       */\n      _this.state = {\n        globalStyle: globalStyle,\n        styledComponentId: styledComponentId\n      };\n      return _this;\n    }\n\n    GlobalStyleComponent.prototype.componentWillUnmount = function componentWillUnmount() {\n      if (window.scCGSHMRCache[this.state.styledComponentId]) {\n        window.scCGSHMRCache[this.state.styledComponentId] -= 1;\n      }\n      /**\n       * Depending on the order \"render\" is called this can cause the styles to be lost\n       * until the next render pass of the remaining instance, which may\n       * not be immediate.\n       */\n      if (window.scCGSHMRCache[this.state.styledComponentId] === 0) {\n        this.state.globalStyle.removeStyles(this.styleSheet);\n      }\n    };\n\n    GlobalStyleComponent.prototype.render = function render() {\n      var _this2 = this;\n\n      if (process.env.NODE_ENV !== 'production' && React.Children.count(this.props.children)) {\n        // eslint-disable-next-line no-console\n        console.warn('The global style component ' + this.state.styledComponentId + ' was given child JSX. createGlobalStyle does not render children.');\n      }\n\n      return React.createElement(\n        StyleSheetConsumer,\n        null,\n        function (styleSheet) {\n          _this2.styleSheet = styleSheet || StyleSheet.master;\n\n          var globalStyle = _this2.state.globalStyle;\n\n\n          if (globalStyle.isStatic) {\n            globalStyle.renderStyles(STATIC_EXECUTION_CONTEXT, _this2.styleSheet);\n\n            return null;\n          } else {\n            return React.createElement(\n              ThemeConsumer,\n              null,\n              function (theme) {\n                // $FlowFixMe\n                var defaultProps = _this2.constructor.defaultProps;\n\n\n                var context = _extends({}, _this2.props);\n\n                if (typeof theme !== 'undefined') {\n                  context.theme = determineTheme(_this2.props, theme, defaultProps);\n                }\n\n                globalStyle.renderStyles(context, _this2.styleSheet);\n\n                return null;\n              }\n            );\n          }\n        }\n      );\n    };\n\n    return GlobalStyleComponent;\n  }(React.Component);\n\n  GlobalStyleComponent.globalStyle = style;\n  GlobalStyleComponent.styledComponentId = id;\n\n\n  return GlobalStyleComponent;\n}\n\n// \n\nvar replaceWhitespace = function replaceWhitespace(str) {\n  return str.replace(/\\s|\\\\n/g, '');\n};\n\nfunction keyframes(strings) {\n  /* Warning if you've used keyframes on React Native */\n  if (process.env.NODE_ENV !== 'production' && typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {\n    // eslint-disable-next-line no-console\n    console.warn('`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.');\n  }\n\n  for (var _len = arguments.length, interpolations = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n    interpolations[_key - 1] = arguments[_key];\n  }\n\n  var rules = css.apply(undefined, [strings].concat(interpolations));\n\n  var name = generateAlphabeticName(murmurhash(replaceWhitespace(JSON.stringify(rules))));\n\n  return new Keyframes(name, stringifyRules(rules, name, '@keyframes'));\n}\n\n// \n\nvar withTheme = (function (Component$$1) {\n  var WithTheme = React.forwardRef(function (props, ref) {\n    return React.createElement(\n      ThemeConsumer,\n      null,\n      function (theme) {\n        // $FlowFixMe\n        var defaultProps = Component$$1.defaultProps;\n\n        var themeProp = determineTheme(props, theme, defaultProps);\n\n        if (process.env.NODE_ENV !== 'production' && themeProp === undefined) {\n          // eslint-disable-next-line no-console\n          console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class \"' + getComponentName(Component$$1) + '\"');\n        }\n\n        return React.createElement(Component$$1, _extends({}, props, { theme: themeProp, ref: ref }));\n      }\n    );\n  });\n\n  hoistNonReactStatics(WithTheme, Component$$1);\n\n  WithTheme.displayName = 'WithTheme(' + getComponentName(Component$$1) + ')';\n\n  return WithTheme;\n});\n\n// \n\n/* eslint-disable */\nvar __DO_NOT_USE_OR_YOU_WILL_BE_HAUNTED_BY_SPOOKY_GHOSTS = {\n  StyleSheet: StyleSheet\n};\n\n// \n\n/* Warning if you've imported this file on React Native */\nif (process.env.NODE_ENV !== 'production' && typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {\n  // eslint-disable-next-line no-console\n  console.warn(\"It looks like you've imported 'styled-components' on React Native.\\n\" + \"Perhaps you're looking to import 'styled-components/native'?\\n\" + 'Read more about this at https://www.styled-components.com/docs/basics#react-native');\n}\n\n/* Warning if there are several instances of styled-components */\nif (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test' && typeof window !== 'undefined' && typeof navigator !== 'undefined' && typeof navigator.userAgent === 'string' && navigator.userAgent.indexOf('Node.js') === -1 && navigator.userAgent.indexOf('jsdom') === -1) {\n  window['__styled-components-init__'] = window['__styled-components-init__'] || 0;\n\n  if (window['__styled-components-init__'] === 1) {\n    // eslint-disable-next-line no-console\n    console.warn(\"It looks like there are several instances of 'styled-components' initialized in this application. \" + 'This may cause dynamic styles not rendering properly, errors happening during rehydration process ' + 'and makes your application bigger without a good reason.\\n\\n' + 'See https://s-c.sh/2BAXzed for more info.');\n  }\n\n  window['__styled-components-init__'] += 1;\n}\n\n//\n\nexport default styled;\nexport { createGlobalStyle, css, isStyledComponent, keyframes, ServerStyleSheet, StyleSheetConsumer, StyleSheetContext, StyleSheetManager, ThemeConsumer, ThemeContext, ThemeProvider, withTheme, __DO_NOT_USE_OR_YOU_WILL_BE_HAUNTED_BY_SPOOKY_GHOSTS };\n//# sourceMappingURL=styled-components.browser.esm.js.map\n","(function (factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? (module['exports'] = factory()) :\n\t\ttypeof define === 'function' && define['amd'] ? define(factory()) :\n\t\t\t(window['stylisRuleSheet'] = factory())\n}(function () {\n\n\t'use strict'\n\n\treturn function (insertRule) {\n\t\tvar delimiter = '/*|*/'\n\t\tvar needle = delimiter+'}'\n\n\t\tfunction toSheet (block) {\n\t\t\tif (block)\n\t\t\t\ttry {\n\t\t\t\t\tinsertRule(block + '}')\n\t\t\t\t} catch (e) {}\n\t\t}\n\n\t\treturn function ruleSheet (context, content, selectors, parents, line, column, length, ns, depth, at) {\n\t\t\tswitch (context) {\n\t\t\t\t// property\n\t\t\t\tcase 1:\n\t\t\t\t\t// @import\n\t\t\t\t\tif (depth === 0 && content.charCodeAt(0) === 64)\n\t\t\t\t\t\treturn insertRule(content+';'), ''\n\t\t\t\t\tbreak\n\t\t\t\t// selector\n\t\t\t\tcase 2:\n\t\t\t\t\tif (ns === 0)\n\t\t\t\t\t\treturn content + delimiter\n\t\t\t\t\tbreak\n\t\t\t\t// at-rule\n\t\t\t\tcase 3:\n\t\t\t\t\tswitch (ns) {\n\t\t\t\t\t\t// @font-face, @page\n\t\t\t\t\t\tcase 102:\n\t\t\t\t\t\tcase 112:\n\t\t\t\t\t\t\treturn insertRule(selectors[0]+content), ''\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\treturn content + (at === 0 ? delimiter : '')\n\t\t\t\t\t}\n\t\t\t\tcase -2:\n\t\t\t\t\tcontent.split(needle).forEach(toSheet)\n\t\t\t}\n\t\t}\n\t}\n}))\n","!function(e){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=e(null):\"function\"==typeof define&&define.amd?define(e(null)):window.stylis=e(null)}(function e(a){\"use strict\";var r=/^\\0+/g,c=/[\\0\\r\\f]/g,s=/: */g,t=/zoo|gra/,i=/([,: ])(transform)/g,f=/,+\\s*(?![^(]*[)])/g,n=/ +\\s*(?![^(]*[)])/g,l=/ *[\\0] */g,o=/,\\r+?/g,h=/([\\t\\r\\n ])*\\f?&/g,u=/:global\\(((?:[^\\(\\)\\[\\]]*|\\[.*\\]|\\([^\\(\\)]*\\))*)\\)/g,d=/\\W+/g,b=/@(k\\w+)\\s*(\\S*)\\s*/,p=/::(place)/g,k=/:(read-only)/g,g=/\\s+(?=[{\\];=:>])/g,A=/([[}=:>])\\s+/g,C=/(\\{[^{]+?);(?=\\})/g,w=/\\s{2,}/g,v=/([^\\(])(:+) */g,m=/[svh]\\w+-[tblr]{2}/,x=/\\(\\s*(.*)\\s*\\)/g,$=/([\\s\\S]*?);/g,y=/-self|flex-/g,O=/[^]*?(:[rp][el]a[\\w-]+)[^]*/,j=/stretch|:\\s*\\w+\\-(?:conte|avail)/,z=/([^-])(image-set\\()/,N=\"-webkit-\",S=\"-moz-\",F=\"-ms-\",W=59,q=125,B=123,D=40,E=41,G=91,H=93,I=10,J=13,K=9,L=64,M=32,P=38,Q=45,R=95,T=42,U=44,V=58,X=39,Y=34,Z=47,_=62,ee=43,ae=126,re=0,ce=12,se=11,te=107,ie=109,fe=115,ne=112,le=111,oe=105,he=99,ue=100,de=112,be=1,pe=1,ke=0,ge=1,Ae=1,Ce=1,we=0,ve=0,me=0,xe=[],$e=[],ye=0,Oe=null,je=-2,ze=-1,Ne=0,Se=1,Fe=2,We=3,qe=0,Be=1,De=\"\",Ee=\"\",Ge=\"\";function He(e,a,s,t,i){for(var f,n,o=0,h=0,u=0,d=0,g=0,A=0,C=0,w=0,m=0,$=0,y=0,O=0,j=0,z=0,R=0,we=0,$e=0,Oe=0,je=0,ze=s.length,Je=ze-1,Re=\"\",Te=\"\",Ue=\"\",Ve=\"\",Xe=\"\",Ye=\"\";R<ze;){if(C=s.charCodeAt(R),R===Je)if(h+d+u+o!==0){if(0!==h)C=h===Z?I:Z;d=u=o=0,ze++,Je++}if(h+d+u+o===0){if(R===Je){if(we>0)Te=Te.replace(c,\"\");if(Te.trim().length>0){switch(C){case M:case K:case W:case J:case I:break;default:Te+=s.charAt(R)}C=W}}if(1===$e)switch(C){case B:case q:case W:case Y:case X:case D:case E:case U:$e=0;case K:case J:case I:case M:break;default:for($e=0,je=R,g=C,R--,C=W;je<ze;)switch(s.charCodeAt(je++)){case I:case J:case W:++R,C=g,je=ze;break;case V:if(we>0)++R,C=g;case B:je=ze}}switch(C){case B:for(g=(Te=Te.trim()).charCodeAt(0),y=1,je=++R;R<ze;){switch(C=s.charCodeAt(R)){case B:y++;break;case q:y--;break;case Z:switch(A=s.charCodeAt(R+1)){case T:case Z:R=Qe(A,R,Je,s)}break;case G:C++;case D:C++;case Y:case X:for(;R++<Je&&s.charCodeAt(R)!==C;);}if(0===y)break;R++}if(Ue=s.substring(je,R),g===re)g=(Te=Te.replace(r,\"\").trim()).charCodeAt(0);switch(g){case L:if(we>0)Te=Te.replace(c,\"\");switch(A=Te.charCodeAt(1)){case ue:case ie:case fe:case Q:f=a;break;default:f=xe}if(je=(Ue=He(a,f,Ue,A,i+1)).length,me>0&&0===je)je=Te.length;if(ye>0)if(f=Ie(xe,Te,Oe),n=Pe(We,Ue,f,a,pe,be,je,A,i,t),Te=f.join(\"\"),void 0!==n)if(0===(je=(Ue=n.trim()).length))A=0,Ue=\"\";if(je>0)switch(A){case fe:Te=Te.replace(x,Me);case ue:case ie:case Q:Ue=Te+\"{\"+Ue+\"}\";break;case te:if(Ue=(Te=Te.replace(b,\"$1 $2\"+(Be>0?De:\"\")))+\"{\"+Ue+\"}\",1===Ae||2===Ae&&Le(\"@\"+Ue,3))Ue=\"@\"+N+Ue+\"@\"+Ue;else Ue=\"@\"+Ue;break;default:if(Ue=Te+Ue,t===de)Ve+=Ue,Ue=\"\"}else Ue=\"\";break;default:Ue=He(a,Ie(a,Te,Oe),Ue,t,i+1)}Xe+=Ue,O=0,$e=0,z=0,we=0,Oe=0,j=0,Te=\"\",Ue=\"\",C=s.charCodeAt(++R);break;case q:case W:if((je=(Te=(we>0?Te.replace(c,\"\"):Te).trim()).length)>1){if(0===z)if((g=Te.charCodeAt(0))===Q||g>96&&g<123)je=(Te=Te.replace(\" \",\":\")).length;if(ye>0)if(void 0!==(n=Pe(Se,Te,a,e,pe,be,Ve.length,t,i,t)))if(0===(je=(Te=n.trim()).length))Te=\"\\0\\0\";switch(g=Te.charCodeAt(0),A=Te.charCodeAt(1),g){case re:break;case L:if(A===oe||A===he){Ye+=Te+s.charAt(R);break}default:if(Te.charCodeAt(je-1)===V)break;Ve+=Ke(Te,g,A,Te.charCodeAt(2))}}O=0,$e=0,z=0,we=0,Oe=0,Te=\"\",C=s.charCodeAt(++R)}}switch(C){case J:case I:if(h+d+u+o+ve===0)switch($){case E:case X:case Y:case L:case ae:case _:case T:case ee:case Z:case Q:case V:case U:case W:case B:case q:break;default:if(z>0)$e=1}if(h===Z)h=0;else if(ge+O===0&&t!==te&&Te.length>0)we=1,Te+=\"\\0\";if(ye*qe>0)Pe(Ne,Te,a,e,pe,be,Ve.length,t,i,t);be=1,pe++;break;case W:case q:if(h+d+u+o===0){be++;break}default:switch(be++,Re=s.charAt(R),C){case K:case M:if(d+o+h===0)switch(w){case U:case V:case K:case M:Re=\"\";break;default:if(C!==M)Re=\" \"}break;case re:Re=\"\\\\0\";break;case ce:Re=\"\\\\f\";break;case se:Re=\"\\\\v\";break;case P:if(d+h+o===0&&ge>0)Oe=1,we=1,Re=\"\\f\"+Re;break;case 108:if(d+h+o+ke===0&&z>0)switch(R-z){case 2:if(w===ne&&s.charCodeAt(R-3)===V)ke=w;case 8:if(m===le)ke=m}break;case V:if(d+h+o===0)z=R;break;case U:if(h+u+d+o===0)we=1,Re+=\"\\r\";break;case Y:case X:if(0===h)d=d===C?0:0===d?C:d;break;case G:if(d+h+u===0)o++;break;case H:if(d+h+u===0)o--;break;case E:if(d+h+o===0)u--;break;case D:if(d+h+o===0){if(0===O)switch(2*w+3*m){case 533:break;default:y=0,O=1}u++}break;case L:if(h+u+d+o+z+j===0)j=1;break;case T:case Z:if(d+o+u>0)break;switch(h){case 0:switch(2*C+3*s.charCodeAt(R+1)){case 235:h=Z;break;case 220:je=R,h=T}break;case T:if(C===Z&&w===T&&je+2!==R){if(33===s.charCodeAt(je+2))Ve+=s.substring(je,R+1);Re=\"\",h=0}}}if(0===h){if(ge+d+o+j===0&&t!==te&&C!==W)switch(C){case U:case ae:case _:case ee:case E:case D:if(0===O){switch(w){case K:case M:case I:case J:Re+=\"\\0\";break;default:Re=\"\\0\"+Re+(C===U?\"\":\"\\0\")}we=1}else switch(C){case D:if(z+7===R&&108===w)z=0;O=++y;break;case E:if(0==(O=--y))we=1,Re+=\"\\0\"}break;case K:case M:switch(w){case re:case B:case q:case W:case U:case ce:case K:case M:case I:case J:break;default:if(0===O)we=1,Re+=\"\\0\"}}if(Te+=Re,C!==M&&C!==K)$=C}}m=w,w=C,R++}if(je=Ve.length,me>0)if(0===je&&0===Xe.length&&0===a[0].length==false)if(t!==ie||1===a.length&&(ge>0?Ee:Ge)===a[0])je=a.join(\",\").length+2;if(je>0){if(f=0===ge&&t!==te?function(e){for(var a,r,s=0,t=e.length,i=Array(t);s<t;++s){for(var f=e[s].split(l),n=\"\",o=0,h=0,u=0,d=0,b=f.length;o<b;++o){if(0===(h=(r=f[o]).length)&&b>1)continue;if(u=n.charCodeAt(n.length-1),d=r.charCodeAt(0),a=\"\",0!==o)switch(u){case T:case ae:case _:case ee:case M:case D:break;default:a=\" \"}switch(d){case P:r=a+Ee;case ae:case _:case ee:case M:case E:case D:break;case G:r=a+r+Ee;break;case V:switch(2*r.charCodeAt(1)+3*r.charCodeAt(2)){case 530:if(Ce>0){r=a+r.substring(8,h-1);break}default:if(o<1||f[o-1].length<1)r=a+Ee+r}break;case U:a=\"\";default:if(h>1&&r.indexOf(\":\")>0)r=a+r.replace(v,\"$1\"+Ee+\"$2\");else r=a+r+Ee}n+=r}i[s]=n.replace(c,\"\").trim()}return i}(a):a,ye>0)if(void 0!==(n=Pe(Fe,Ve,f,e,pe,be,je,t,i,t))&&0===(Ve=n).length)return Ye+Ve+Xe;if(Ve=f.join(\",\")+\"{\"+Ve+\"}\",Ae*ke!=0){if(2===Ae&&!Le(Ve,2))ke=0;switch(ke){case le:Ve=Ve.replace(k,\":\"+S+\"$1\")+Ve;break;case ne:Ve=Ve.replace(p,\"::\"+N+\"input-$1\")+Ve.replace(p,\"::\"+S+\"$1\")+Ve.replace(p,\":\"+F+\"input-$1\")+Ve}ke=0}}return Ye+Ve+Xe}function Ie(e,a,r){var c=a.trim().split(o),s=c,t=c.length,i=e.length;switch(i){case 0:case 1:for(var f=0,n=0===i?\"\":e[0]+\" \";f<t;++f)s[f]=Je(n,s[f],r,i).trim();break;default:f=0;var l=0;for(s=[];f<t;++f)for(var h=0;h<i;++h)s[l++]=Je(e[h]+\" \",c[f],r,i).trim()}return s}function Je(e,a,r,c){var s=a,t=s.charCodeAt(0);if(t<33)t=(s=s.trim()).charCodeAt(0);switch(t){case P:switch(ge+c){case 0:case 1:if(0===e.trim().length)break;default:return s.replace(h,\"$1\"+e.trim())}break;case V:switch(s.charCodeAt(1)){case 103:if(Ce>0&&ge>0)return s.replace(u,\"$1\").replace(h,\"$1\"+Ge);break;default:return e.trim()+s.replace(h,\"$1\"+e.trim())}default:if(r*ge>0&&s.indexOf(\"\\f\")>0)return s.replace(h,(e.charCodeAt(0)===V?\"\":\"$1\")+e.trim())}return e+s}function Ke(e,a,r,c){var l,o=0,h=e+\";\",u=2*a+3*r+4*c;if(944===u)return function(e){var a=e.length,r=e.indexOf(\":\",9)+1,c=e.substring(0,r).trim(),s=e.substring(r,a-1).trim();switch(e.charCodeAt(9)*Be){case 0:break;case Q:if(110!==e.charCodeAt(10))break;default:for(var t=s.split((s=\"\",f)),i=0,r=0,a=t.length;i<a;r=0,++i){for(var l=t[i],o=l.split(n);l=o[r];){var h=l.charCodeAt(0);if(1===Be&&(h>L&&h<90||h>96&&h<123||h===R||h===Q&&l.charCodeAt(1)!==Q))switch(isNaN(parseFloat(l))+(-1!==l.indexOf(\"(\"))){case 1:switch(l){case\"infinite\":case\"alternate\":case\"backwards\":case\"running\":case\"normal\":case\"forwards\":case\"both\":case\"none\":case\"linear\":case\"ease\":case\"ease-in\":case\"ease-out\":case\"ease-in-out\":case\"paused\":case\"reverse\":case\"alternate-reverse\":case\"inherit\":case\"initial\":case\"unset\":case\"step-start\":case\"step-end\":break;default:l+=De}}o[r++]=l}s+=(0===i?\"\":\",\")+o.join(\" \")}}if(s=c+s+\";\",1===Ae||2===Ae&&Le(s,1))return N+s+s;return s}(h);else if(0===Ae||2===Ae&&!Le(h,1))return h;switch(u){case 1015:return 97===h.charCodeAt(10)?N+h+h:h;case 951:return 116===h.charCodeAt(3)?N+h+h:h;case 963:return 110===h.charCodeAt(5)?N+h+h:h;case 1009:if(100!==h.charCodeAt(4))break;case 969:case 942:return N+h+h;case 978:return N+h+S+h+h;case 1019:case 983:return N+h+S+h+F+h+h;case 883:if(h.charCodeAt(8)===Q)return N+h+h;if(h.indexOf(\"image-set(\",11)>0)return h.replace(z,\"$1\"+N+\"$2\")+h;return h;case 932:if(h.charCodeAt(4)===Q)switch(h.charCodeAt(5)){case 103:return N+\"box-\"+h.replace(\"-grow\",\"\")+N+h+F+h.replace(\"grow\",\"positive\")+h;case 115:return N+h+F+h.replace(\"shrink\",\"negative\")+h;case 98:return N+h+F+h.replace(\"basis\",\"preferred-size\")+h}return N+h+F+h+h;case 964:return N+h+F+\"flex-\"+h+h;case 1023:if(99!==h.charCodeAt(8))break;return l=h.substring(h.indexOf(\":\",15)).replace(\"flex-\",\"\").replace(\"space-between\",\"justify\"),N+\"box-pack\"+l+N+h+F+\"flex-pack\"+l+h;case 1005:return t.test(h)?h.replace(s,\":\"+N)+h.replace(s,\":\"+S)+h:h;case 1e3:switch(o=(l=h.substring(13).trim()).indexOf(\"-\")+1,l.charCodeAt(0)+l.charCodeAt(o)){case 226:l=h.replace(m,\"tb\");break;case 232:l=h.replace(m,\"tb-rl\");break;case 220:l=h.replace(m,\"lr\");break;default:return h}return N+h+F+l+h;case 1017:if(-1===h.indexOf(\"sticky\",9))return h;case 975:switch(o=(h=e).length-10,u=(l=(33===h.charCodeAt(o)?h.substring(0,o):h).substring(e.indexOf(\":\",7)+1).trim()).charCodeAt(0)+(0|l.charCodeAt(7))){case 203:if(l.charCodeAt(8)<111)break;case 115:h=h.replace(l,N+l)+\";\"+h;break;case 207:case 102:h=h.replace(l,N+(u>102?\"inline-\":\"\")+\"box\")+\";\"+h.replace(l,N+l)+\";\"+h.replace(l,F+l+\"box\")+\";\"+h}return h+\";\";case 938:if(h.charCodeAt(5)===Q)switch(h.charCodeAt(6)){case 105:return l=h.replace(\"-items\",\"\"),N+h+N+\"box-\"+l+F+\"flex-\"+l+h;case 115:return N+h+F+\"flex-item-\"+h.replace(y,\"\")+h;default:return N+h+F+\"flex-line-pack\"+h.replace(\"align-content\",\"\").replace(y,\"\")+h}break;case 973:case 989:if(h.charCodeAt(3)!==Q||122===h.charCodeAt(4))break;case 931:case 953:if(true===j.test(e))if(115===(l=e.substring(e.indexOf(\":\")+1)).charCodeAt(0))return Ke(e.replace(\"stretch\",\"fill-available\"),a,r,c).replace(\":fill-available\",\":stretch\");else return h.replace(l,N+l)+h.replace(l,S+l.replace(\"fill-\",\"\"))+h;break;case 962:if(h=N+h+(102===h.charCodeAt(5)?F+h:\"\")+h,r+c===211&&105===h.charCodeAt(13)&&h.indexOf(\"transform\",10)>0)return h.substring(0,h.indexOf(\";\",27)+1).replace(i,\"$1\"+N+\"$2\")+h}return h}function Le(e,a){var r=e.indexOf(1===a?\":\":\"{\"),c=e.substring(0,3!==a?r:10),s=e.substring(r+1,e.length-1);return Oe(2!==a?c:c.replace(O,\"$1\"),s,a)}function Me(e,a){var r=Ke(a,a.charCodeAt(0),a.charCodeAt(1),a.charCodeAt(2));return r!==a+\";\"?r.replace($,\" or ($1)\").substring(4):\"(\"+a+\")\"}function Pe(e,a,r,c,s,t,i,f,n,l){for(var o,h=0,u=a;h<ye;++h)switch(o=$e[h].call(Te,e,u,r,c,s,t,i,f,n,l)){case void 0:case false:case true:case null:break;default:u=o}if(u!==a)return u}function Qe(e,a,r,c){for(var s=a+1;s<r;++s)switch(c.charCodeAt(s)){case Z:if(e===T)if(c.charCodeAt(s-1)===T&&a+2!==s)return s+1;break;case I:if(e===Z)return s+1}return s}function Re(e){for(var a in e){var r=e[a];switch(a){case\"keyframe\":Be=0|r;break;case\"global\":Ce=0|r;break;case\"cascade\":ge=0|r;break;case\"compress\":we=0|r;break;case\"semicolon\":ve=0|r;break;case\"preserve\":me=0|r;break;case\"prefix\":if(Oe=null,!r)Ae=0;else if(\"function\"!=typeof r)Ae=1;else Ae=2,Oe=r}}return Re}function Te(a,r){if(void 0!==this&&this.constructor===Te)return e(a);var s=a,t=s.charCodeAt(0);if(t<33)t=(s=s.trim()).charCodeAt(0);if(Be>0)De=s.replace(d,t===G?\"\":\"-\");if(t=1,1===ge)Ge=s;else Ee=s;var i,f=[Ge];if(ye>0)if(void 0!==(i=Pe(ze,r,f,f,pe,be,0,0,0,0))&&\"string\"==typeof i)r=i;var n=He(xe,f,r,0,0);if(ye>0)if(void 0!==(i=Pe(je,n,f,f,pe,be,n.length,0,0,0))&&\"string\"!=typeof(n=i))t=0;return De=\"\",Ge=\"\",Ee=\"\",ke=0,pe=1,be=1,we*t==0?n:n.replace(c,\"\").replace(g,\"\").replace(A,\"$1\").replace(C,\"$1\").replace(w,\" \")}if(Te.use=function e(a){switch(a){case void 0:case null:ye=$e.length=0;break;default:if(\"function\"==typeof a)$e[ye++]=a;else if(\"object\"==typeof a)for(var r=0,c=a.length;r<c;++r)e(a[r]);else qe=0|!!a}return e},Te.set=Re,void 0!==a)Re(a);return Te});\n//# sourceMappingURL=stylis.min.js.map","var scope = (typeof global !== \"undefined\" && global) ||\n            (typeof self !== \"undefined\" && self) ||\n            window;\nvar apply = Function.prototype.apply;\n\n// DOM APIs, for completeness\n\nexports.setTimeout = function() {\n  return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout);\n};\nexports.setInterval = function() {\n  return new Timeout(apply.call(setInterval, scope, arguments), clearInterval);\n};\nexports.clearTimeout =\nexports.clearInterval = function(timeout) {\n  if (timeout) {\n    timeout.close();\n  }\n};\n\nfunction Timeout(id, clearFn) {\n  this._id = id;\n  this._clearFn = clearFn;\n}\nTimeout.prototype.unref = Timeout.prototype.ref = function() {};\nTimeout.prototype.close = function() {\n  this._clearFn.call(scope, this._id);\n};\n\n// Does not start the time, just sets up the members needed.\nexports.enroll = function(item, msecs) {\n  clearTimeout(item._idleTimeoutId);\n  item._idleTimeout = msecs;\n};\n\nexports.unenroll = function(item) {\n  clearTimeout(item._idleTimeoutId);\n  item._idleTimeout = -1;\n};\n\nexports._unrefActive = exports.active = function(item) {\n  clearTimeout(item._idleTimeoutId);\n\n  var msecs = item._idleTimeout;\n  if (msecs >= 0) {\n    item._idleTimeoutId = setTimeout(function onTimeout() {\n      if (item._onTimeout)\n        item._onTimeout();\n    }, msecs);\n  }\n};\n\n// setimmediate attaches itself to the global object\nrequire(\"setimmediate\");\n// On some exotic environments, it's not clear which object `setimmediate` was\n// able to install onto.  Search each possibility in the same order as the\n// `setimmediate` library.\nexports.setImmediate = (typeof self !== \"undefined\" && self.setImmediate) ||\n                       (typeof global !== \"undefined\" && global.setImmediate) ||\n                       (this && this.setImmediate);\nexports.clearImmediate = (typeof self !== \"undefined\" && self.clearImmediate) ||\n                         (typeof global !== \"undefined\" && global.clearImmediate) ||\n                         (this && this.clearImmediate);\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n    extendStatics = Object.setPrototypeOf ||\r\n        ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n        function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n    return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n    extendStatics(d, b);\r\n    function __() { this.constructor = d; }\r\n    d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n    __assign = Object.assign || function __assign(t) {\r\n        for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n            s = arguments[i];\r\n            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n        }\r\n        return t;\r\n    }\r\n    return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n    var t = {};\r\n    for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n        t[p] = s[p];\r\n    if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n        for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n            if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n                t[p[i]] = s[p[i]];\r\n        }\r\n    return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n    if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n    return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n    return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n    if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n    return new (P || (P = Promise))(function (resolve, reject) {\r\n        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n        function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n        step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n    });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n    var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n    return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n    function verb(n) { return function (v) { return step([n, v]); }; }\r\n    function step(op) {\r\n        if (f) throw new TypeError(\"Generator is already executing.\");\r\n        while (_) try {\r\n            if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n            if (y = 0, t) op = [op[0] & 2, t.value];\r\n            switch (op[0]) {\r\n                case 0: case 1: t = op; break;\r\n                case 4: _.label++; return { value: op[1], done: false };\r\n                case 5: _.label++; y = op[1]; op = [0]; continue;\r\n                case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n                default:\r\n                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n                    if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n                    if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n                    if (t[2]) _.ops.pop();\r\n                    _.trys.pop(); continue;\r\n            }\r\n            op = body.call(thisArg, _);\r\n        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n        if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n    }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n    if (k2 === undefined) k2 = k;\r\n    o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n    for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n    var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n    if (m) return m.call(o);\r\n    if (o && typeof o.length === \"number\") return {\r\n        next: function () {\r\n            if (o && i >= o.length) o = void 0;\r\n            return { value: o && o[i++], done: !o };\r\n        }\r\n    };\r\n    throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n    var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n    if (!m) return o;\r\n    var i = m.call(o), r, ar = [], e;\r\n    try {\r\n        while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n    }\r\n    catch (error) { e = { error: error }; }\r\n    finally {\r\n        try {\r\n            if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n        }\r\n        finally { if (e) throw e.error; }\r\n    }\r\n    return ar;\r\n}\r\n\r\nexport function __spread() {\r\n    for (var ar = [], i = 0; i < arguments.length; i++)\r\n        ar = ar.concat(__read(arguments[i]));\r\n    return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n    for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n    for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n        for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n            r[k] = a[j];\r\n    return r;\r\n};\r\n\r\nexport function __await(v) {\r\n    return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n    if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n    var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n    return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n    function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n    function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n    function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n    function fulfill(value) { resume(\"next\", value); }\r\n    function reject(value) { resume(\"throw\", value); }\r\n    function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n    var i, p;\r\n    return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n    function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n    if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n    var m = o[Symbol.asyncIterator], i;\r\n    return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n    function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n    function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n    if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n    return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n    if (mod && mod.__esModule) return mod;\r\n    var result = {};\r\n    if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n    result.default = mod;\r\n    return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n    return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n    if (!privateMap.has(receiver)) {\r\n        throw new TypeError(\"attempted to get private field on non-instance\");\r\n    }\r\n    return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n    if (!privateMap.has(receiver)) {\r\n        throw new TypeError(\"attempted to set private field on non-instance\");\r\n    }\r\n    privateMap.set(receiver, value);\r\n    return value;\r\n}\r\n","function createError(message) {\n    var err = new Error(message);\n    err.source = \"ulid\";\n    return err;\n}\n// These values should NEVER change. If\n// they do, we're no longer making ulids!\nvar ENCODING = \"0123456789ABCDEFGHJKMNPQRSTVWXYZ\"; // Crockford's Base32\nvar ENCODING_LEN = ENCODING.length;\nvar TIME_MAX = Math.pow(2, 48) - 1;\nvar TIME_LEN = 10;\nvar RANDOM_LEN = 16;\nfunction replaceCharAt(str, index, char) {\n    if (index > str.length - 1) {\n        return str;\n    }\n    return str.substr(0, index) + char + str.substr(index + 1);\n}\nfunction incrementBase32(str) {\n    var done = undefined;\n    var index = str.length;\n    var char = void 0;\n    var charIndex = void 0;\n    var maxCharIndex = ENCODING_LEN - 1;\n    while (!done && index-- >= 0) {\n        char = str[index];\n        charIndex = ENCODING.indexOf(char);\n        if (charIndex === -1) {\n            throw createError(\"incorrectly encoded string\");\n        }\n        if (charIndex === maxCharIndex) {\n            str = replaceCharAt(str, index, ENCODING[0]);\n            continue;\n        }\n        done = replaceCharAt(str, index, ENCODING[charIndex + 1]);\n    }\n    if (typeof done === \"string\") {\n        return done;\n    }\n    throw createError(\"cannot increment this string\");\n}\nfunction randomChar(prng) {\n    var rand = Math.floor(prng() * ENCODING_LEN);\n    if (rand === ENCODING_LEN) {\n        rand = ENCODING_LEN - 1;\n    }\n    return ENCODING.charAt(rand);\n}\nfunction encodeTime(now, len) {\n    if (isNaN(now)) {\n        throw new Error(now + \" must be a number\");\n    }\n    if (now > TIME_MAX) {\n        throw createError(\"cannot encode time greater than \" + TIME_MAX);\n    }\n    if (now < 0) {\n        throw createError(\"time must be positive\");\n    }\n    if (Number.isInteger(now) === false) {\n        throw createError(\"time must be an integer\");\n    }\n    var mod = void 0;\n    var str = \"\";\n    for (; len > 0; len--) {\n        mod = now % ENCODING_LEN;\n        str = ENCODING.charAt(mod) + str;\n        now = (now - mod) / ENCODING_LEN;\n    }\n    return str;\n}\nfunction encodeRandom(len, prng) {\n    var str = \"\";\n    for (; len > 0; len--) {\n        str = randomChar(prng) + str;\n    }\n    return str;\n}\nfunction decodeTime(id) {\n    if (id.length !== TIME_LEN + RANDOM_LEN) {\n        throw createError(\"malformed ulid\");\n    }\n    var time = id.substr(0, TIME_LEN).split(\"\").reverse().reduce(function (carry, char, index) {\n        var encodingIndex = ENCODING.indexOf(char);\n        if (encodingIndex === -1) {\n            throw createError(\"invalid character found: \" + char);\n        }\n        return carry += encodingIndex * Math.pow(ENCODING_LEN, index);\n    }, 0);\n    if (time > TIME_MAX) {\n        throw createError(\"malformed ulid, timestamp too large\");\n    }\n    return time;\n}\nfunction detectPrng() {\n    var allowInsecure = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;\n    var root = arguments[1];\n\n    if (!root) {\n        root = typeof window !== \"undefined\" ? window : null;\n    }\n    var browserCrypto = root && (root.crypto || root.msCrypto);\n    if (browserCrypto) {\n        return function () {\n            var buffer = new Uint8Array(1);\n            browserCrypto.getRandomValues(buffer);\n            return buffer[0] / 0xff;\n        };\n    } else {\n        try {\n            var nodeCrypto = require(\"crypto\");\n            return function () {\n                return nodeCrypto.randomBytes(1).readUInt8() / 0xff;\n            };\n        } catch (e) {}\n    }\n    if (allowInsecure) {\n        try {\n            console.error(\"secure crypto unusable, falling back to insecure Math.random()!\");\n        } catch (e) {}\n        return function () {\n            return Math.random();\n        };\n    }\n    throw createError(\"secure crypto unusable, insecure Math.random not allowed\");\n}\nfunction factory(currPrng) {\n    if (!currPrng) {\n        currPrng = detectPrng();\n    }\n    return function ulid(seedTime) {\n        if (isNaN(seedTime)) {\n            seedTime = Date.now();\n        }\n        return encodeTime(seedTime, TIME_LEN) + encodeRandom(RANDOM_LEN, currPrng);\n    };\n}\nfunction monotonicFactory(currPrng) {\n    if (!currPrng) {\n        currPrng = detectPrng();\n    }\n    var lastTime = 0;\n    var lastRandom = void 0;\n    return function ulid(seedTime) {\n        if (isNaN(seedTime)) {\n            seedTime = Date.now();\n        }\n        if (seedTime <= lastTime) {\n            var incrementedRandom = lastRandom = incrementBase32(lastRandom);\n            return encodeTime(lastTime, TIME_LEN) + incrementedRandom;\n        }\n        lastTime = seedTime;\n        var newRandom = lastRandom = encodeRandom(RANDOM_LEN, currPrng);\n        return encodeTime(seedTime, TIME_LEN) + newRandom;\n    };\n}\nvar ulid = factory();\n\nexport { replaceCharAt, incrementBase32, randomChar, encodeTime, encodeRandom, decodeTime, detectPrng, factory, monotonicFactory, ulid };\n","\n/**\n * Module exports.\n */\n\nmodule.exports = deprecate;\n\n/**\n * Mark that a method should not be used.\n * Returns a modified function which warns once by default.\n *\n * If `localStorage.noDeprecation = true` is set, then it is a no-op.\n *\n * If `localStorage.throwDeprecation = true` is set, then deprecated functions\n * will throw an Error when invoked.\n *\n * If `localStorage.traceDeprecation = true` is set, then deprecated functions\n * will invoke `console.trace()` instead of `console.error()`.\n *\n * @param {Function} fn - the function to deprecate\n * @param {String} msg - the string to print to the console when `fn` is invoked\n * @returns {Function} a new \"deprecated\" version of `fn`\n * @api public\n */\n\nfunction deprecate (fn, msg) {\n  if (config('noDeprecation')) {\n    return fn;\n  }\n\n  var warned = false;\n  function deprecated() {\n    if (!warned) {\n      if (config('throwDeprecation')) {\n        throw new Error(msg);\n      } else if (config('traceDeprecation')) {\n        console.trace(msg);\n      } else {\n        console.warn(msg);\n      }\n      warned = true;\n    }\n    return fn.apply(this, arguments);\n  }\n\n  return deprecated;\n}\n\n/**\n * Checks `localStorage` for boolean values for the given `name`.\n *\n * @param {String} name\n * @returns {Boolean}\n * @api private\n */\n\nfunction config (name) {\n  // accessing global.localStorage can trigger a DOMException in sandboxed iframes\n  try {\n    if (!global.localStorage) return false;\n  } catch (_) {\n    return false;\n  }\n  var val = global.localStorage[name];\n  if (null == val) return false;\n  return String(val).toLowerCase() === 'true';\n}\n","/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar __DEV__ = process.env.NODE_ENV !== 'production';\n\nvar warning = function() {};\n\nif (__DEV__) {\n  var printWarning = function printWarning(format, args) {\n    var len = arguments.length;\n    args = new Array(len > 1 ? len - 1 : 0);\n    for (var key = 1; key < len; key++) {\n      args[key - 1] = arguments[key];\n    }\n    var argIndex = 0;\n    var message = 'Warning: ' +\n      format.replace(/%s/g, function() {\n        return args[argIndex++];\n      });\n    if (typeof console !== 'undefined') {\n      console.error(message);\n    }\n    try {\n      // --- Welcome to debugging React ---\n      // This error was thrown as a convenience so that you can use this stack\n      // to find the callsite that caused this warning to fire.\n      throw new Error(message);\n    } catch (x) {}\n  }\n\n  warning = function(condition, format, args) {\n    var len = arguments.length;\n    args = new Array(len > 2 ? len - 2 : 0);\n    for (var key = 2; key < len; key++) {\n      args[key - 2] = arguments[key];\n    }\n    if (format === undefined) {\n      throw new Error(\n          '`warning(condition, format, ...args)` requires a warning ' +\n          'message argument'\n      );\n    }\n    if (!condition) {\n      printWarning.apply(null, [format].concat(args));\n    }\n  };\n}\n\nmodule.exports = warning;\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","module.exports = function(module) {\n\tif (!module.webpackPolyfill) {\n\t\tmodule.deprecate = function() {};\n\t\tmodule.paths = [];\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  exports.stripBOM = function(str) {\n    if (str[0] === '\\uFEFF') {\n      return str.substring(1);\n    } else {\n      return str;\n    }\n  };\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  var builder, defaults, escapeCDATA, requiresCDATA, wrapCDATA,\n    hasProp = {}.hasOwnProperty;\n\n  builder = require('xmlbuilder');\n\n  defaults = require('./defaults').defaults;\n\n  requiresCDATA = function(entry) {\n    return typeof entry === \"string\" && (entry.indexOf('&') >= 0 || entry.indexOf('>') >= 0 || entry.indexOf('<') >= 0);\n  };\n\n  wrapCDATA = function(entry) {\n    return \"<![CDATA[\" + (escapeCDATA(entry)) + \"]]>\";\n  };\n\n  escapeCDATA = function(entry) {\n    return entry.replace(']]>', ']]]]><![CDATA[>');\n  };\n\n  exports.Builder = (function() {\n    function Builder(opts) {\n      var key, ref, value;\n      this.options = {};\n      ref = defaults[\"0.2\"];\n      for (key in ref) {\n        if (!hasProp.call(ref, key)) continue;\n        value = ref[key];\n        this.options[key] = value;\n      }\n      for (key in opts) {\n        if (!hasProp.call(opts, key)) continue;\n        value = opts[key];\n        this.options[key] = value;\n      }\n    }\n\n    Builder.prototype.buildObject = function(rootObj) {\n      var attrkey, charkey, render, rootElement, rootName;\n      attrkey = this.options.attrkey;\n      charkey = this.options.charkey;\n      if ((Object.keys(rootObj).length === 1) && (this.options.rootName === defaults['0.2'].rootName)) {\n        rootName = Object.keys(rootObj)[0];\n        rootObj = rootObj[rootName];\n      } else {\n        rootName = this.options.rootName;\n      }\n      render = (function(_this) {\n        return function(element, obj) {\n          var attr, child, entry, index, key, value;\n          if (typeof obj !== 'object') {\n            if (_this.options.cdata && requiresCDATA(obj)) {\n              element.raw(wrapCDATA(obj));\n            } else {\n              element.txt(obj);\n            }\n          } else if (Array.isArray(obj)) {\n            for (index in obj) {\n              if (!hasProp.call(obj, index)) continue;\n              child = obj[index];\n              for (key in child) {\n                entry = child[key];\n                element = render(element.ele(key), entry).up();\n              }\n            }\n          } else {\n            for (key in obj) {\n              if (!hasProp.call(obj, key)) continue;\n              child = obj[key];\n              if (key === attrkey) {\n                if (typeof child === \"object\") {\n                  for (attr in child) {\n                    value = child[attr];\n                    element = element.att(attr, value);\n                  }\n                }\n              } else if (key === charkey) {\n                if (_this.options.cdata && requiresCDATA(child)) {\n                  element = element.raw(wrapCDATA(child));\n                } else {\n                  element = element.txt(child);\n                }\n              } else if (Array.isArray(child)) {\n                for (index in child) {\n                  if (!hasProp.call(child, index)) continue;\n                  entry = child[index];\n                  if (typeof entry === 'string') {\n                    if (_this.options.cdata && requiresCDATA(entry)) {\n                      element = element.ele(key).raw(wrapCDATA(entry)).up();\n                    } else {\n                      element = element.ele(key, entry).up();\n                    }\n                  } else {\n                    element = render(element.ele(key), entry).up();\n                  }\n                }\n              } else if (typeof child === \"object\") {\n                element = render(element.ele(key), child).up();\n              } else {\n                if (typeof child === 'string' && _this.options.cdata && requiresCDATA(child)) {\n                  element = element.ele(key).raw(wrapCDATA(child)).up();\n                } else {\n                  if (child == null) {\n                    child = '';\n                  }\n                  element = element.ele(key, child.toString()).up();\n                }\n              }\n            }\n          }\n          return element;\n        };\n      })(this);\n      rootElement = builder.create(rootName, this.options.xmldec, this.options.doctype, {\n        headless: this.options.headless,\n        allowSurrogateChars: this.options.allowSurrogateChars\n      });\n      return render(rootElement, rootObj).end(this.options.renderOpts);\n    };\n\n    return Builder;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  exports.defaults = {\n    \"0.1\": {\n      explicitCharkey: false,\n      trim: true,\n      normalize: true,\n      normalizeTags: false,\n      attrkey: \"@\",\n      charkey: \"#\",\n      explicitArray: false,\n      ignoreAttrs: false,\n      mergeAttrs: false,\n      explicitRoot: false,\n      validator: null,\n      xmlns: false,\n      explicitChildren: false,\n      childkey: '@@',\n      charsAsChildren: false,\n      includeWhiteChars: false,\n      async: false,\n      strict: true,\n      attrNameProcessors: null,\n      attrValueProcessors: null,\n      tagNameProcessors: null,\n      valueProcessors: null,\n      emptyTag: ''\n    },\n    \"0.2\": {\n      explicitCharkey: false,\n      trim: false,\n      normalize: false,\n      normalizeTags: false,\n      attrkey: \"$\",\n      charkey: \"_\",\n      explicitArray: true,\n      ignoreAttrs: false,\n      mergeAttrs: false,\n      explicitRoot: true,\n      validator: null,\n      xmlns: false,\n      explicitChildren: false,\n      preserveChildrenOrder: false,\n      childkey: '$$',\n      charsAsChildren: false,\n      includeWhiteChars: false,\n      async: false,\n      strict: true,\n      attrNameProcessors: null,\n      attrValueProcessors: null,\n      tagNameProcessors: null,\n      valueProcessors: null,\n      rootName: 'root',\n      xmldec: {\n        'version': '1.0',\n        'encoding': 'UTF-8',\n        'standalone': true\n      },\n      doctype: null,\n      renderOpts: {\n        'pretty': true,\n        'indent': '  ',\n        'newline': '\\n'\n      },\n      headless: false,\n      chunkSize: 10000,\n      emptyTag: '',\n      cdata: false\n    }\n  };\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  var bom, defaults, events, isEmpty, processItem, processors, sax, setImmediate,\n    bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  sax = require('sax');\n\n  events = require('events');\n\n  bom = require('./bom');\n\n  processors = require('./processors');\n\n  setImmediate = require('timers').setImmediate;\n\n  defaults = require('./defaults').defaults;\n\n  isEmpty = function(thing) {\n    return typeof thing === \"object\" && (thing != null) && Object.keys(thing).length === 0;\n  };\n\n  processItem = function(processors, item, key) {\n    var i, len, process;\n    for (i = 0, len = processors.length; i < len; i++) {\n      process = processors[i];\n      item = process(item, key);\n    }\n    return item;\n  };\n\n  exports.Parser = (function(superClass) {\n    extend(Parser, superClass);\n\n    function Parser(opts) {\n      this.parseString = bind(this.parseString, this);\n      this.reset = bind(this.reset, this);\n      this.assignOrPush = bind(this.assignOrPush, this);\n      this.processAsync = bind(this.processAsync, this);\n      var key, ref, value;\n      if (!(this instanceof exports.Parser)) {\n        return new exports.Parser(opts);\n      }\n      this.options = {};\n      ref = defaults[\"0.2\"];\n      for (key in ref) {\n        if (!hasProp.call(ref, key)) continue;\n        value = ref[key];\n        this.options[key] = value;\n      }\n      for (key in opts) {\n        if (!hasProp.call(opts, key)) continue;\n        value = opts[key];\n        this.options[key] = value;\n      }\n      if (this.options.xmlns) {\n        this.options.xmlnskey = this.options.attrkey + \"ns\";\n      }\n      if (this.options.normalizeTags) {\n        if (!this.options.tagNameProcessors) {\n          this.options.tagNameProcessors = [];\n        }\n        this.options.tagNameProcessors.unshift(processors.normalize);\n      }\n      this.reset();\n    }\n\n    Parser.prototype.processAsync = function() {\n      var chunk, err;\n      try {\n        if (this.remaining.length <= this.options.chunkSize) {\n          chunk = this.remaining;\n          this.remaining = '';\n          this.saxParser = this.saxParser.write(chunk);\n          return this.saxParser.close();\n        } else {\n          chunk = this.remaining.substr(0, this.options.chunkSize);\n          this.remaining = this.remaining.substr(this.options.chunkSize, this.remaining.length);\n          this.saxParser = this.saxParser.write(chunk);\n          return setImmediate(this.processAsync);\n        }\n      } catch (error1) {\n        err = error1;\n        if (!this.saxParser.errThrown) {\n          this.saxParser.errThrown = true;\n          return this.emit(err);\n        }\n      }\n    };\n\n    Parser.prototype.assignOrPush = function(obj, key, newValue) {\n      if (!(key in obj)) {\n        if (!this.options.explicitArray) {\n          return obj[key] = newValue;\n        } else {\n          return obj[key] = [newValue];\n        }\n      } else {\n        if (!(obj[key] instanceof Array)) {\n          obj[key] = [obj[key]];\n        }\n        return obj[key].push(newValue);\n      }\n    };\n\n    Parser.prototype.reset = function() {\n      var attrkey, charkey, ontext, stack;\n      this.removeAllListeners();\n      this.saxParser = sax.parser(this.options.strict, {\n        trim: false,\n        normalize: false,\n        xmlns: this.options.xmlns\n      });\n      this.saxParser.errThrown = false;\n      this.saxParser.onerror = (function(_this) {\n        return function(error) {\n          _this.saxParser.resume();\n          if (!_this.saxParser.errThrown) {\n            _this.saxParser.errThrown = true;\n            return _this.emit(\"error\", error);\n          }\n        };\n      })(this);\n      this.saxParser.onend = (function(_this) {\n        return function() {\n          if (!_this.saxParser.ended) {\n            _this.saxParser.ended = true;\n            return _this.emit(\"end\", _this.resultObject);\n          }\n        };\n      })(this);\n      this.saxParser.ended = false;\n      this.EXPLICIT_CHARKEY = this.options.explicitCharkey;\n      this.resultObject = null;\n      stack = [];\n      attrkey = this.options.attrkey;\n      charkey = this.options.charkey;\n      this.saxParser.onopentag = (function(_this) {\n        return function(node) {\n          var key, newValue, obj, processedKey, ref;\n          obj = {};\n          obj[charkey] = \"\";\n          if (!_this.options.ignoreAttrs) {\n            ref = node.attributes;\n            for (key in ref) {\n              if (!hasProp.call(ref, key)) continue;\n              if (!(attrkey in obj) && !_this.options.mergeAttrs) {\n                obj[attrkey] = {};\n              }\n              newValue = _this.options.attrValueProcessors ? processItem(_this.options.attrValueProcessors, node.attributes[key], key) : node.attributes[key];\n              processedKey = _this.options.attrNameProcessors ? processItem(_this.options.attrNameProcessors, key) : key;\n              if (_this.options.mergeAttrs) {\n                _this.assignOrPush(obj, processedKey, newValue);\n              } else {\n                obj[attrkey][processedKey] = newValue;\n              }\n            }\n          }\n          obj[\"#name\"] = _this.options.tagNameProcessors ? processItem(_this.options.tagNameProcessors, node.name) : node.name;\n          if (_this.options.xmlns) {\n            obj[_this.options.xmlnskey] = {\n              uri: node.uri,\n              local: node.local\n            };\n          }\n          return stack.push(obj);\n        };\n      })(this);\n      this.saxParser.onclosetag = (function(_this) {\n        return function() {\n          var cdata, emptyStr, key, node, nodeName, obj, objClone, old, s, xpath;\n          obj = stack.pop();\n          nodeName = obj[\"#name\"];\n          if (!_this.options.explicitChildren || !_this.options.preserveChildrenOrder) {\n            delete obj[\"#name\"];\n          }\n          if (obj.cdata === true) {\n            cdata = obj.cdata;\n            delete obj.cdata;\n          }\n          s = stack[stack.length - 1];\n          if (obj[charkey].match(/^\\s*$/) && !cdata) {\n            emptyStr = obj[charkey];\n            delete obj[charkey];\n          } else {\n            if (_this.options.trim) {\n              obj[charkey] = obj[charkey].trim();\n            }\n            if (_this.options.normalize) {\n              obj[charkey] = obj[charkey].replace(/\\s{2,}/g, \" \").trim();\n            }\n            obj[charkey] = _this.options.valueProcessors ? processItem(_this.options.valueProcessors, obj[charkey], nodeName) : obj[charkey];\n            if (Object.keys(obj).length === 1 && charkey in obj && !_this.EXPLICIT_CHARKEY) {\n              obj = obj[charkey];\n            }\n          }\n          if (isEmpty(obj)) {\n            obj = _this.options.emptyTag !== '' ? _this.options.emptyTag : emptyStr;\n          }\n          if (_this.options.validator != null) {\n            xpath = \"/\" + ((function() {\n              var i, len, results;\n              results = [];\n              for (i = 0, len = stack.length; i < len; i++) {\n                node = stack[i];\n                results.push(node[\"#name\"]);\n              }\n              return results;\n            })()).concat(nodeName).join(\"/\");\n            (function() {\n              var err;\n              try {\n                return obj = _this.options.validator(xpath, s && s[nodeName], obj);\n              } catch (error1) {\n                err = error1;\n                return _this.emit(\"error\", err);\n              }\n            })();\n          }\n          if (_this.options.explicitChildren && !_this.options.mergeAttrs && typeof obj === 'object') {\n            if (!_this.options.preserveChildrenOrder) {\n              node = {};\n              if (_this.options.attrkey in obj) {\n                node[_this.options.attrkey] = obj[_this.options.attrkey];\n                delete obj[_this.options.attrkey];\n              }\n              if (!_this.options.charsAsChildren && _this.options.charkey in obj) {\n                node[_this.options.charkey] = obj[_this.options.charkey];\n                delete obj[_this.options.charkey];\n              }\n              if (Object.getOwnPropertyNames(obj).length > 0) {\n                node[_this.options.childkey] = obj;\n              }\n              obj = node;\n            } else if (s) {\n              s[_this.options.childkey] = s[_this.options.childkey] || [];\n              objClone = {};\n              for (key in obj) {\n                if (!hasProp.call(obj, key)) continue;\n                objClone[key] = obj[key];\n              }\n              s[_this.options.childkey].push(objClone);\n              delete obj[\"#name\"];\n              if (Object.keys(obj).length === 1 && charkey in obj && !_this.EXPLICIT_CHARKEY) {\n                obj = obj[charkey];\n              }\n            }\n          }\n          if (stack.length > 0) {\n            return _this.assignOrPush(s, nodeName, obj);\n          } else {\n            if (_this.options.explicitRoot) {\n              old = obj;\n              obj = {};\n              obj[nodeName] = old;\n            }\n            _this.resultObject = obj;\n            _this.saxParser.ended = true;\n            return _this.emit(\"end\", _this.resultObject);\n          }\n        };\n      })(this);\n      ontext = (function(_this) {\n        return function(text) {\n          var charChild, s;\n          s = stack[stack.length - 1];\n          if (s) {\n            s[charkey] += text;\n            if (_this.options.explicitChildren && _this.options.preserveChildrenOrder && _this.options.charsAsChildren && (_this.options.includeWhiteChars || text.replace(/\\\\n/g, '').trim() !== '')) {\n              s[_this.options.childkey] = s[_this.options.childkey] || [];\n              charChild = {\n                '#name': '__text__'\n              };\n              charChild[charkey] = text;\n              if (_this.options.normalize) {\n                charChild[charkey] = charChild[charkey].replace(/\\s{2,}/g, \" \").trim();\n              }\n              s[_this.options.childkey].push(charChild);\n            }\n            return s;\n          }\n        };\n      })(this);\n      this.saxParser.ontext = ontext;\n      return this.saxParser.oncdata = (function(_this) {\n        return function(text) {\n          var s;\n          s = ontext(text);\n          if (s) {\n            return s.cdata = true;\n          }\n        };\n      })(this);\n    };\n\n    Parser.prototype.parseString = function(str, cb) {\n      var err;\n      if ((cb != null) && typeof cb === \"function\") {\n        this.on(\"end\", function(result) {\n          this.reset();\n          return cb(null, result);\n        });\n        this.on(\"error\", function(err) {\n          this.reset();\n          return cb(err);\n        });\n      }\n      try {\n        str = str.toString();\n        if (str.trim() === '') {\n          this.emit(\"end\", null);\n          return true;\n        }\n        str = bom.stripBOM(str);\n        if (this.options.async) {\n          this.remaining = str;\n          setImmediate(this.processAsync);\n          return this.saxParser;\n        }\n        return this.saxParser.write(str).close();\n      } catch (error1) {\n        err = error1;\n        if (!(this.saxParser.errThrown || this.saxParser.ended)) {\n          this.emit('error', err);\n          return this.saxParser.errThrown = true;\n        } else if (this.saxParser.ended) {\n          throw err;\n        }\n      }\n    };\n\n    return Parser;\n\n  })(events.EventEmitter);\n\n  exports.parseString = function(str, a, b) {\n    var cb, options, parser;\n    if (b != null) {\n      if (typeof b === 'function') {\n        cb = b;\n      }\n      if (typeof a === 'object') {\n        options = a;\n      }\n    } else {\n      if (typeof a === 'function') {\n        cb = a;\n      }\n      options = {};\n    }\n    parser = new exports.Parser(options);\n    return parser.parseString(str, cb);\n  };\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  var prefixMatch;\n\n  prefixMatch = new RegExp(/(?!xmlns)^.*:/);\n\n  exports.normalize = function(str) {\n    return str.toLowerCase();\n  };\n\n  exports.firstCharLowerCase = function(str) {\n    return str.charAt(0).toLowerCase() + str.slice(1);\n  };\n\n  exports.stripPrefix = function(str) {\n    return str.replace(prefixMatch, '');\n  };\n\n  exports.parseNumbers = function(str) {\n    if (!isNaN(str)) {\n      str = str % 1 === 0 ? parseInt(str, 10) : parseFloat(str);\n    }\n    return str;\n  };\n\n  exports.parseBooleans = function(str) {\n    if (/^(?:true|false)$/i.test(str)) {\n      str = str.toLowerCase() === 'true';\n    }\n    return str;\n  };\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  \"use strict\";\n  var builder, defaults, parser, processors,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  defaults = require('./defaults');\n\n  builder = require('./builder');\n\n  parser = require('./parser');\n\n  processors = require('./processors');\n\n  exports.defaults = defaults.defaults;\n\n  exports.processors = processors;\n\n  exports.ValidationError = (function(superClass) {\n    extend(ValidationError, superClass);\n\n    function ValidationError(message) {\n      this.message = message;\n    }\n\n    return ValidationError;\n\n  })(Error);\n\n  exports.Builder = builder.Builder;\n\n  exports.Parser = parser.Parser;\n\n  exports.parseString = parser.parseString;\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var assign, isArray, isEmpty, isFunction, isObject, isPlainObject,\n    slice = [].slice,\n    hasProp = {}.hasOwnProperty;\n\n  assign = function() {\n    var i, key, len, source, sources, target;\n    target = arguments[0], sources = 2 <= arguments.length ? slice.call(arguments, 1) : [];\n    if (isFunction(Object.assign)) {\n      Object.assign.apply(null, arguments);\n    } else {\n      for (i = 0, len = sources.length; i < len; i++) {\n        source = sources[i];\n        if (source != null) {\n          for (key in source) {\n            if (!hasProp.call(source, key)) continue;\n            target[key] = source[key];\n          }\n        }\n      }\n    }\n    return target;\n  };\n\n  isFunction = function(val) {\n    return !!val && Object.prototype.toString.call(val) === '[object Function]';\n  };\n\n  isObject = function(val) {\n    var ref;\n    return !!val && ((ref = typeof val) === 'function' || ref === 'object');\n  };\n\n  isArray = function(val) {\n    if (isFunction(Array.isArray)) {\n      return Array.isArray(val);\n    } else {\n      return Object.prototype.toString.call(val) === '[object Array]';\n    }\n  };\n\n  isEmpty = function(val) {\n    var key;\n    if (isArray(val)) {\n      return !val.length;\n    } else {\n      for (key in val) {\n        if (!hasProp.call(val, key)) continue;\n        return false;\n      }\n      return true;\n    }\n  };\n\n  isPlainObject = function(val) {\n    var ctor, proto;\n    return isObject(val) && (proto = Object.getPrototypeOf(val)) && (ctor = proto.constructor) && (typeof ctor === 'function') && (ctor instanceof ctor) && (Function.prototype.toString.call(ctor) === Function.prototype.toString.call(Object));\n  };\n\n  module.exports.assign = assign;\n\n  module.exports.isFunction = isFunction;\n\n  module.exports.isObject = isObject;\n\n  module.exports.isArray = isArray;\n\n  module.exports.isEmpty = isEmpty;\n\n  module.exports.isPlainObject = isPlainObject;\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLAttribute;\n\n  module.exports = XMLAttribute = (function() {\n    function XMLAttribute(parent, name, value) {\n      this.options = parent.options;\n      this.stringify = parent.stringify;\n      if (name == null) {\n        throw new Error(\"Missing attribute name of element \" + parent.name);\n      }\n      if (value == null) {\n        throw new Error(\"Missing attribute value for attribute \" + name + \" of element \" + parent.name);\n      }\n      this.name = this.stringify.attName(name);\n      this.value = this.stringify.attValue(value);\n    }\n\n    XMLAttribute.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLAttribute.prototype.toString = function(options) {\n      return this.options.writer.set(options).attribute(this);\n    };\n\n    return XMLAttribute;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLCData, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLCData = (function(superClass) {\n    extend(XMLCData, superClass);\n\n    function XMLCData(parent, text) {\n      XMLCData.__super__.constructor.call(this, parent);\n      if (text == null) {\n        throw new Error(\"Missing CDATA text\");\n      }\n      this.text = this.stringify.cdata(text);\n    }\n\n    XMLCData.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLCData.prototype.toString = function(options) {\n      return this.options.writer.set(options).cdata(this);\n    };\n\n    return XMLCData;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLComment, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLComment = (function(superClass) {\n    extend(XMLComment, superClass);\n\n    function XMLComment(parent, text) {\n      XMLComment.__super__.constructor.call(this, parent);\n      if (text == null) {\n        throw new Error(\"Missing comment text\");\n      }\n      this.text = this.stringify.comment(text);\n    }\n\n    XMLComment.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLComment.prototype.toString = function(options) {\n      return this.options.writer.set(options).comment(this);\n    };\n\n    return XMLComment;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDAttList, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDTDAttList = (function(superClass) {\n    extend(XMLDTDAttList, superClass);\n\n    function XMLDTDAttList(parent, elementName, attributeName, attributeType, defaultValueType, defaultValue) {\n      XMLDTDAttList.__super__.constructor.call(this, parent);\n      if (elementName == null) {\n        throw new Error(\"Missing DTD element name\");\n      }\n      if (attributeName == null) {\n        throw new Error(\"Missing DTD attribute name\");\n      }\n      if (!attributeType) {\n        throw new Error(\"Missing DTD attribute type\");\n      }\n      if (!defaultValueType) {\n        throw new Error(\"Missing DTD attribute default\");\n      }\n      if (defaultValueType.indexOf('#') !== 0) {\n        defaultValueType = '#' + defaultValueType;\n      }\n      if (!defaultValueType.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/)) {\n        throw new Error(\"Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT\");\n      }\n      if (defaultValue && !defaultValueType.match(/^(#FIXED|#DEFAULT)$/)) {\n        throw new Error(\"Default value only applies to #FIXED or #DEFAULT\");\n      }\n      this.elementName = this.stringify.eleName(elementName);\n      this.attributeName = this.stringify.attName(attributeName);\n      this.attributeType = this.stringify.dtdAttType(attributeType);\n      this.defaultValue = this.stringify.dtdAttDefault(defaultValue);\n      this.defaultValueType = defaultValueType;\n    }\n\n    XMLDTDAttList.prototype.toString = function(options) {\n      return this.options.writer.set(options).dtdAttList(this);\n    };\n\n    return XMLDTDAttList;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDElement, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDTDElement = (function(superClass) {\n    extend(XMLDTDElement, superClass);\n\n    function XMLDTDElement(parent, name, value) {\n      XMLDTDElement.__super__.constructor.call(this, parent);\n      if (name == null) {\n        throw new Error(\"Missing DTD element name\");\n      }\n      if (!value) {\n        value = '(#PCDATA)';\n      }\n      if (Array.isArray(value)) {\n        value = '(' + value.join(',') + ')';\n      }\n      this.name = this.stringify.eleName(name);\n      this.value = this.stringify.dtdElementValue(value);\n    }\n\n    XMLDTDElement.prototype.toString = function(options) {\n      return this.options.writer.set(options).dtdElement(this);\n    };\n\n    return XMLDTDElement;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDEntity, XMLNode, isObject,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  isObject = require('./Utility').isObject;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDTDEntity = (function(superClass) {\n    extend(XMLDTDEntity, superClass);\n\n    function XMLDTDEntity(parent, pe, name, value) {\n      XMLDTDEntity.__super__.constructor.call(this, parent);\n      if (name == null) {\n        throw new Error(\"Missing entity name\");\n      }\n      if (value == null) {\n        throw new Error(\"Missing entity value\");\n      }\n      this.pe = !!pe;\n      this.name = this.stringify.eleName(name);\n      if (!isObject(value)) {\n        this.value = this.stringify.dtdEntityValue(value);\n      } else {\n        if (!value.pubID && !value.sysID) {\n          throw new Error(\"Public and/or system identifiers are required for an external entity\");\n        }\n        if (value.pubID && !value.sysID) {\n          throw new Error(\"System identifier is required for a public external entity\");\n        }\n        if (value.pubID != null) {\n          this.pubID = this.stringify.dtdPubID(value.pubID);\n        }\n        if (value.sysID != null) {\n          this.sysID = this.stringify.dtdSysID(value.sysID);\n        }\n        if (value.nData != null) {\n          this.nData = this.stringify.dtdNData(value.nData);\n        }\n        if (this.pe && this.nData) {\n          throw new Error(\"Notation declaration is not allowed in a parameter entity\");\n        }\n      }\n    }\n\n    XMLDTDEntity.prototype.toString = function(options) {\n      return this.options.writer.set(options).dtdEntity(this);\n    };\n\n    return XMLDTDEntity;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDNotation, XMLNode,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDTDNotation = (function(superClass) {\n    extend(XMLDTDNotation, superClass);\n\n    function XMLDTDNotation(parent, name, value) {\n      XMLDTDNotation.__super__.constructor.call(this, parent);\n      if (name == null) {\n        throw new Error(\"Missing notation name\");\n      }\n      if (!value.pubID && !value.sysID) {\n        throw new Error(\"Public or system identifiers are required for an external entity\");\n      }\n      this.name = this.stringify.eleName(name);\n      if (value.pubID != null) {\n        this.pubID = this.stringify.dtdPubID(value.pubID);\n      }\n      if (value.sysID != null) {\n        this.sysID = this.stringify.dtdSysID(value.sysID);\n      }\n    }\n\n    XMLDTDNotation.prototype.toString = function(options) {\n      return this.options.writer.set(options).dtdNotation(this);\n    };\n\n    return XMLDTDNotation;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDeclaration, XMLNode, isObject,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  isObject = require('./Utility').isObject;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLDeclaration = (function(superClass) {\n    extend(XMLDeclaration, superClass);\n\n    function XMLDeclaration(parent, version, encoding, standalone) {\n      var ref;\n      XMLDeclaration.__super__.constructor.call(this, parent);\n      if (isObject(version)) {\n        ref = version, version = ref.version, encoding = ref.encoding, standalone = ref.standalone;\n      }\n      if (!version) {\n        version = '1.0';\n      }\n      this.version = this.stringify.xmlVersion(version);\n      if (encoding != null) {\n        this.encoding = this.stringify.xmlEncoding(encoding);\n      }\n      if (standalone != null) {\n        this.standalone = this.stringify.xmlStandalone(standalone);\n      }\n    }\n\n    XMLDeclaration.prototype.toString = function(options) {\n      return this.options.writer.set(options).declaration(this);\n    };\n\n    return XMLDeclaration;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDocType, XMLNode, isObject,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  isObject = require('./Utility').isObject;\n\n  XMLNode = require('./XMLNode');\n\n  XMLDTDAttList = require('./XMLDTDAttList');\n\n  XMLDTDEntity = require('./XMLDTDEntity');\n\n  XMLDTDElement = require('./XMLDTDElement');\n\n  XMLDTDNotation = require('./XMLDTDNotation');\n\n  module.exports = XMLDocType = (function(superClass) {\n    extend(XMLDocType, superClass);\n\n    function XMLDocType(parent, pubID, sysID) {\n      var ref, ref1;\n      XMLDocType.__super__.constructor.call(this, parent);\n      this.documentObject = parent;\n      if (isObject(pubID)) {\n        ref = pubID, pubID = ref.pubID, sysID = ref.sysID;\n      }\n      if (sysID == null) {\n        ref1 = [pubID, sysID], sysID = ref1[0], pubID = ref1[1];\n      }\n      if (pubID != null) {\n        this.pubID = this.stringify.dtdPubID(pubID);\n      }\n      if (sysID != null) {\n        this.sysID = this.stringify.dtdSysID(sysID);\n      }\n    }\n\n    XMLDocType.prototype.element = function(name, value) {\n      var child;\n      child = new XMLDTDElement(this, name, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.attList = function(elementName, attributeName, attributeType, defaultValueType, defaultValue) {\n      var child;\n      child = new XMLDTDAttList(this, elementName, attributeName, attributeType, defaultValueType, defaultValue);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.entity = function(name, value) {\n      var child;\n      child = new XMLDTDEntity(this, false, name, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.pEntity = function(name, value) {\n      var child;\n      child = new XMLDTDEntity(this, true, name, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.notation = function(name, value) {\n      var child;\n      child = new XMLDTDNotation(this, name, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLDocType.prototype.toString = function(options) {\n      return this.options.writer.set(options).docType(this);\n    };\n\n    XMLDocType.prototype.ele = function(name, value) {\n      return this.element(name, value);\n    };\n\n    XMLDocType.prototype.att = function(elementName, attributeName, attributeType, defaultValueType, defaultValue) {\n      return this.attList(elementName, attributeName, attributeType, defaultValueType, defaultValue);\n    };\n\n    XMLDocType.prototype.ent = function(name, value) {\n      return this.entity(name, value);\n    };\n\n    XMLDocType.prototype.pent = function(name, value) {\n      return this.pEntity(name, value);\n    };\n\n    XMLDocType.prototype.not = function(name, value) {\n      return this.notation(name, value);\n    };\n\n    XMLDocType.prototype.up = function() {\n      return this.root() || this.documentObject;\n    };\n\n    return XMLDocType;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDocument, XMLNode, XMLStringWriter, XMLStringifier, isPlainObject,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  isPlainObject = require('./Utility').isPlainObject;\n\n  XMLNode = require('./XMLNode');\n\n  XMLStringifier = require('./XMLStringifier');\n\n  XMLStringWriter = require('./XMLStringWriter');\n\n  module.exports = XMLDocument = (function(superClass) {\n    extend(XMLDocument, superClass);\n\n    function XMLDocument(options) {\n      XMLDocument.__super__.constructor.call(this, null);\n      options || (options = {});\n      if (!options.writer) {\n        options.writer = new XMLStringWriter();\n      }\n      this.options = options;\n      this.stringify = new XMLStringifier(options);\n      this.isDocument = true;\n    }\n\n    XMLDocument.prototype.end = function(writer) {\n      var writerOptions;\n      if (!writer) {\n        writer = this.options.writer;\n      } else if (isPlainObject(writer)) {\n        writerOptions = writer;\n        writer = this.options.writer.set(writerOptions);\n      }\n      return writer.document(this);\n    };\n\n    XMLDocument.prototype.toString = function(options) {\n      return this.options.writer.set(options).document(this);\n    };\n\n    return XMLDocument;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLAttribute, XMLCData, XMLComment, XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDeclaration, XMLDocType, XMLDocumentCB, XMLElement, XMLProcessingInstruction, XMLRaw, XMLStringWriter, XMLStringifier, XMLText, isFunction, isObject, isPlainObject, ref,\n    hasProp = {}.hasOwnProperty;\n\n  ref = require('./Utility'), isObject = ref.isObject, isFunction = ref.isFunction, isPlainObject = ref.isPlainObject;\n\n  XMLElement = require('./XMLElement');\n\n  XMLCData = require('./XMLCData');\n\n  XMLComment = require('./XMLComment');\n\n  XMLRaw = require('./XMLRaw');\n\n  XMLText = require('./XMLText');\n\n  XMLProcessingInstruction = require('./XMLProcessingInstruction');\n\n  XMLDeclaration = require('./XMLDeclaration');\n\n  XMLDocType = require('./XMLDocType');\n\n  XMLDTDAttList = require('./XMLDTDAttList');\n\n  XMLDTDEntity = require('./XMLDTDEntity');\n\n  XMLDTDElement = require('./XMLDTDElement');\n\n  XMLDTDNotation = require('./XMLDTDNotation');\n\n  XMLAttribute = require('./XMLAttribute');\n\n  XMLStringifier = require('./XMLStringifier');\n\n  XMLStringWriter = require('./XMLStringWriter');\n\n  module.exports = XMLDocumentCB = (function() {\n    function XMLDocumentCB(options, onData, onEnd) {\n      var writerOptions;\n      options || (options = {});\n      if (!options.writer) {\n        options.writer = new XMLStringWriter(options);\n      } else if (isPlainObject(options.writer)) {\n        writerOptions = options.writer;\n        options.writer = new XMLStringWriter(writerOptions);\n      }\n      this.options = options;\n      this.writer = options.writer;\n      this.stringify = new XMLStringifier(options);\n      this.onDataCallback = onData || function() {};\n      this.onEndCallback = onEnd || function() {};\n      this.currentNode = null;\n      this.currentLevel = -1;\n      this.openTags = {};\n      this.documentStarted = false;\n      this.documentCompleted = false;\n      this.root = null;\n    }\n\n    XMLDocumentCB.prototype.node = function(name, attributes, text) {\n      var ref1;\n      if (name == null) {\n        throw new Error(\"Missing node name\");\n      }\n      if (this.root && this.currentLevel === -1) {\n        throw new Error(\"Document can only have one root node\");\n      }\n      this.openCurrent();\n      name = name.valueOf();\n      if (attributes == null) {\n        attributes = {};\n      }\n      attributes = attributes.valueOf();\n      if (!isObject(attributes)) {\n        ref1 = [attributes, text], text = ref1[0], attributes = ref1[1];\n      }\n      this.currentNode = new XMLElement(this, name, attributes);\n      this.currentNode.children = false;\n      this.currentLevel++;\n      this.openTags[this.currentLevel] = this.currentNode;\n      if (text != null) {\n        this.text(text);\n      }\n      return this;\n    };\n\n    XMLDocumentCB.prototype.element = function(name, attributes, text) {\n      if (this.currentNode && this.currentNode instanceof XMLDocType) {\n        return this.dtdElement.apply(this, arguments);\n      } else {\n        return this.node(name, attributes, text);\n      }\n    };\n\n    XMLDocumentCB.prototype.attribute = function(name, value) {\n      var attName, attValue;\n      if (!this.currentNode || this.currentNode.children) {\n        throw new Error(\"att() can only be used immediately after an ele() call in callback mode\");\n      }\n      if (name != null) {\n        name = name.valueOf();\n      }\n      if (isObject(name)) {\n        for (attName in name) {\n          if (!hasProp.call(name, attName)) continue;\n          attValue = name[attName];\n          this.attribute(attName, attValue);\n        }\n      } else {\n        if (isFunction(value)) {\n          value = value.apply();\n        }\n        if (!this.options.skipNullAttributes || (value != null)) {\n          this.currentNode.attributes[name] = new XMLAttribute(this, name, value);\n        }\n      }\n      return this;\n    };\n\n    XMLDocumentCB.prototype.text = function(value) {\n      var node;\n      this.openCurrent();\n      node = new XMLText(this, value);\n      this.onData(this.writer.text(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.cdata = function(value) {\n      var node;\n      this.openCurrent();\n      node = new XMLCData(this, value);\n      this.onData(this.writer.cdata(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.comment = function(value) {\n      var node;\n      this.openCurrent();\n      node = new XMLComment(this, value);\n      this.onData(this.writer.comment(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.raw = function(value) {\n      var node;\n      this.openCurrent();\n      node = new XMLRaw(this, value);\n      this.onData(this.writer.raw(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.instruction = function(target, value) {\n      var i, insTarget, insValue, len, node;\n      this.openCurrent();\n      if (target != null) {\n        target = target.valueOf();\n      }\n      if (value != null) {\n        value = value.valueOf();\n      }\n      if (Array.isArray(target)) {\n        for (i = 0, len = target.length; i < len; i++) {\n          insTarget = target[i];\n          this.instruction(insTarget);\n        }\n      } else if (isObject(target)) {\n        for (insTarget in target) {\n          if (!hasProp.call(target, insTarget)) continue;\n          insValue = target[insTarget];\n          this.instruction(insTarget, insValue);\n        }\n      } else {\n        if (isFunction(value)) {\n          value = value.apply();\n        }\n        node = new XMLProcessingInstruction(this, target, value);\n        this.onData(this.writer.processingInstruction(node, this.currentLevel + 1));\n      }\n      return this;\n    };\n\n    XMLDocumentCB.prototype.declaration = function(version, encoding, standalone) {\n      var node;\n      this.openCurrent();\n      if (this.documentStarted) {\n        throw new Error(\"declaration() must be the first node\");\n      }\n      node = new XMLDeclaration(this, version, encoding, standalone);\n      this.onData(this.writer.declaration(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.doctype = function(root, pubID, sysID) {\n      this.openCurrent();\n      if (root == null) {\n        throw new Error(\"Missing root node name\");\n      }\n      if (this.root) {\n        throw new Error(\"dtd() must come before the root node\");\n      }\n      this.currentNode = new XMLDocType(this, pubID, sysID);\n      this.currentNode.rootNodeName = root;\n      this.currentNode.children = false;\n      this.currentLevel++;\n      this.openTags[this.currentLevel] = this.currentNode;\n      return this;\n    };\n\n    XMLDocumentCB.prototype.dtdElement = function(name, value) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDElement(this, name, value);\n      this.onData(this.writer.dtdElement(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.attList = function(elementName, attributeName, attributeType, defaultValueType, defaultValue) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDAttList(this, elementName, attributeName, attributeType, defaultValueType, defaultValue);\n      this.onData(this.writer.dtdAttList(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.entity = function(name, value) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDEntity(this, false, name, value);\n      this.onData(this.writer.dtdEntity(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.pEntity = function(name, value) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDEntity(this, true, name, value);\n      this.onData(this.writer.dtdEntity(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.notation = function(name, value) {\n      var node;\n      this.openCurrent();\n      node = new XMLDTDNotation(this, name, value);\n      this.onData(this.writer.dtdNotation(node, this.currentLevel + 1));\n      return this;\n    };\n\n    XMLDocumentCB.prototype.up = function() {\n      if (this.currentLevel < 0) {\n        throw new Error(\"The document node has no parent\");\n      }\n      if (this.currentNode) {\n        if (this.currentNode.children) {\n          this.closeNode(this.currentNode);\n        } else {\n          this.openNode(this.currentNode);\n        }\n        this.currentNode = null;\n      } else {\n        this.closeNode(this.openTags[this.currentLevel]);\n      }\n      delete this.openTags[this.currentLevel];\n      this.currentLevel--;\n      return this;\n    };\n\n    XMLDocumentCB.prototype.end = function() {\n      while (this.currentLevel >= 0) {\n        this.up();\n      }\n      return this.onEnd();\n    };\n\n    XMLDocumentCB.prototype.openCurrent = function() {\n      if (this.currentNode) {\n        this.currentNode.children = true;\n        return this.openNode(this.currentNode);\n      }\n    };\n\n    XMLDocumentCB.prototype.openNode = function(node) {\n      if (!node.isOpen) {\n        if (!this.root && this.currentLevel === 0 && node instanceof XMLElement) {\n          this.root = node;\n        }\n        this.onData(this.writer.openNode(node, this.currentLevel));\n        return node.isOpen = true;\n      }\n    };\n\n    XMLDocumentCB.prototype.closeNode = function(node) {\n      if (!node.isClosed) {\n        this.onData(this.writer.closeNode(node, this.currentLevel));\n        return node.isClosed = true;\n      }\n    };\n\n    XMLDocumentCB.prototype.onData = function(chunk) {\n      this.documentStarted = true;\n      return this.onDataCallback(chunk);\n    };\n\n    XMLDocumentCB.prototype.onEnd = function() {\n      this.documentCompleted = true;\n      return this.onEndCallback();\n    };\n\n    XMLDocumentCB.prototype.ele = function() {\n      return this.element.apply(this, arguments);\n    };\n\n    XMLDocumentCB.prototype.nod = function(name, attributes, text) {\n      return this.node(name, attributes, text);\n    };\n\n    XMLDocumentCB.prototype.txt = function(value) {\n      return this.text(value);\n    };\n\n    XMLDocumentCB.prototype.dat = function(value) {\n      return this.cdata(value);\n    };\n\n    XMLDocumentCB.prototype.com = function(value) {\n      return this.comment(value);\n    };\n\n    XMLDocumentCB.prototype.ins = function(target, value) {\n      return this.instruction(target, value);\n    };\n\n    XMLDocumentCB.prototype.dec = function(version, encoding, standalone) {\n      return this.declaration(version, encoding, standalone);\n    };\n\n    XMLDocumentCB.prototype.dtd = function(root, pubID, sysID) {\n      return this.doctype(root, pubID, sysID);\n    };\n\n    XMLDocumentCB.prototype.e = function(name, attributes, text) {\n      return this.element(name, attributes, text);\n    };\n\n    XMLDocumentCB.prototype.n = function(name, attributes, text) {\n      return this.node(name, attributes, text);\n    };\n\n    XMLDocumentCB.prototype.t = function(value) {\n      return this.text(value);\n    };\n\n    XMLDocumentCB.prototype.d = function(value) {\n      return this.cdata(value);\n    };\n\n    XMLDocumentCB.prototype.c = function(value) {\n      return this.comment(value);\n    };\n\n    XMLDocumentCB.prototype.r = function(value) {\n      return this.raw(value);\n    };\n\n    XMLDocumentCB.prototype.i = function(target, value) {\n      return this.instruction(target, value);\n    };\n\n    XMLDocumentCB.prototype.att = function() {\n      if (this.currentNode && this.currentNode instanceof XMLDocType) {\n        return this.attList.apply(this, arguments);\n      } else {\n        return this.attribute.apply(this, arguments);\n      }\n    };\n\n    XMLDocumentCB.prototype.a = function() {\n      if (this.currentNode && this.currentNode instanceof XMLDocType) {\n        return this.attList.apply(this, arguments);\n      } else {\n        return this.attribute.apply(this, arguments);\n      }\n    };\n\n    XMLDocumentCB.prototype.ent = function(name, value) {\n      return this.entity(name, value);\n    };\n\n    XMLDocumentCB.prototype.pent = function(name, value) {\n      return this.pEntity(name, value);\n    };\n\n    XMLDocumentCB.prototype.not = function(name, value) {\n      return this.notation(name, value);\n    };\n\n    return XMLDocumentCB;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLAttribute, XMLElement, XMLNode, isFunction, isObject, ref,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  ref = require('./Utility'), isObject = ref.isObject, isFunction = ref.isFunction;\n\n  XMLNode = require('./XMLNode');\n\n  XMLAttribute = require('./XMLAttribute');\n\n  module.exports = XMLElement = (function(superClass) {\n    extend(XMLElement, superClass);\n\n    function XMLElement(parent, name, attributes) {\n      XMLElement.__super__.constructor.call(this, parent);\n      if (name == null) {\n        throw new Error(\"Missing element name\");\n      }\n      this.name = this.stringify.eleName(name);\n      this.attributes = {};\n      if (attributes != null) {\n        this.attribute(attributes);\n      }\n      if (parent.isDocument) {\n        this.isRoot = true;\n        this.documentObject = parent;\n        parent.rootObject = this;\n      }\n    }\n\n    XMLElement.prototype.clone = function() {\n      var att, attName, clonedSelf, ref1;\n      clonedSelf = Object.create(this);\n      if (clonedSelf.isRoot) {\n        clonedSelf.documentObject = null;\n      }\n      clonedSelf.attributes = {};\n      ref1 = this.attributes;\n      for (attName in ref1) {\n        if (!hasProp.call(ref1, attName)) continue;\n        att = ref1[attName];\n        clonedSelf.attributes[attName] = att.clone();\n      }\n      clonedSelf.children = [];\n      this.children.forEach(function(child) {\n        var clonedChild;\n        clonedChild = child.clone();\n        clonedChild.parent = clonedSelf;\n        return clonedSelf.children.push(clonedChild);\n      });\n      return clonedSelf;\n    };\n\n    XMLElement.prototype.attribute = function(name, value) {\n      var attName, attValue;\n      if (name != null) {\n        name = name.valueOf();\n      }\n      if (isObject(name)) {\n        for (attName in name) {\n          if (!hasProp.call(name, attName)) continue;\n          attValue = name[attName];\n          this.attribute(attName, attValue);\n        }\n      } else {\n        if (isFunction(value)) {\n          value = value.apply();\n        }\n        if (!this.options.skipNullAttributes || (value != null)) {\n          this.attributes[name] = new XMLAttribute(this, name, value);\n        }\n      }\n      return this;\n    };\n\n    XMLElement.prototype.removeAttribute = function(name) {\n      var attName, i, len;\n      if (name == null) {\n        throw new Error(\"Missing attribute name\");\n      }\n      name = name.valueOf();\n      if (Array.isArray(name)) {\n        for (i = 0, len = name.length; i < len; i++) {\n          attName = name[i];\n          delete this.attributes[attName];\n        }\n      } else {\n        delete this.attributes[name];\n      }\n      return this;\n    };\n\n    XMLElement.prototype.toString = function(options) {\n      return this.options.writer.set(options).element(this);\n    };\n\n    XMLElement.prototype.att = function(name, value) {\n      return this.attribute(name, value);\n    };\n\n    XMLElement.prototype.a = function(name, value) {\n      return this.attribute(name, value);\n    };\n\n    return XMLElement;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLCData, XMLComment, XMLDeclaration, XMLDocType, XMLElement, XMLNode, XMLProcessingInstruction, XMLRaw, XMLText, isEmpty, isFunction, isObject, ref,\n    hasProp = {}.hasOwnProperty;\n\n  ref = require('./Utility'), isObject = ref.isObject, isFunction = ref.isFunction, isEmpty = ref.isEmpty;\n\n  XMLElement = null;\n\n  XMLCData = null;\n\n  XMLComment = null;\n\n  XMLDeclaration = null;\n\n  XMLDocType = null;\n\n  XMLRaw = null;\n\n  XMLText = null;\n\n  XMLProcessingInstruction = null;\n\n  module.exports = XMLNode = (function() {\n    function XMLNode(parent) {\n      this.parent = parent;\n      if (this.parent) {\n        this.options = this.parent.options;\n        this.stringify = this.parent.stringify;\n      }\n      this.children = [];\n      if (!XMLElement) {\n        XMLElement = require('./XMLElement');\n        XMLCData = require('./XMLCData');\n        XMLComment = require('./XMLComment');\n        XMLDeclaration = require('./XMLDeclaration');\n        XMLDocType = require('./XMLDocType');\n        XMLRaw = require('./XMLRaw');\n        XMLText = require('./XMLText');\n        XMLProcessingInstruction = require('./XMLProcessingInstruction');\n      }\n    }\n\n    XMLNode.prototype.element = function(name, attributes, text) {\n      var childNode, item, j, k, key, lastChild, len, len1, ref1, val;\n      lastChild = null;\n      if (attributes == null) {\n        attributes = {};\n      }\n      attributes = attributes.valueOf();\n      if (!isObject(attributes)) {\n        ref1 = [attributes, text], text = ref1[0], attributes = ref1[1];\n      }\n      if (name != null) {\n        name = name.valueOf();\n      }\n      if (Array.isArray(name)) {\n        for (j = 0, len = name.length; j < len; j++) {\n          item = name[j];\n          lastChild = this.element(item);\n        }\n      } else if (isFunction(name)) {\n        lastChild = this.element(name.apply());\n      } else if (isObject(name)) {\n        for (key in name) {\n          if (!hasProp.call(name, key)) continue;\n          val = name[key];\n          if (isFunction(val)) {\n            val = val.apply();\n          }\n          if ((isObject(val)) && (isEmpty(val))) {\n            val = null;\n          }\n          if (!this.options.ignoreDecorators && this.stringify.convertAttKey && key.indexOf(this.stringify.convertAttKey) === 0) {\n            lastChild = this.attribute(key.substr(this.stringify.convertAttKey.length), val);\n          } else if (!this.options.separateArrayItems && Array.isArray(val)) {\n            for (k = 0, len1 = val.length; k < len1; k++) {\n              item = val[k];\n              childNode = {};\n              childNode[key] = item;\n              lastChild = this.element(childNode);\n            }\n          } else if (isObject(val)) {\n            lastChild = this.element(key);\n            lastChild.element(val);\n          } else {\n            lastChild = this.element(key, val);\n          }\n        }\n      } else {\n        if (!this.options.ignoreDecorators && this.stringify.convertTextKey && name.indexOf(this.stringify.convertTextKey) === 0) {\n          lastChild = this.text(text);\n        } else if (!this.options.ignoreDecorators && this.stringify.convertCDataKey && name.indexOf(this.stringify.convertCDataKey) === 0) {\n          lastChild = this.cdata(text);\n        } else if (!this.options.ignoreDecorators && this.stringify.convertCommentKey && name.indexOf(this.stringify.convertCommentKey) === 0) {\n          lastChild = this.comment(text);\n        } else if (!this.options.ignoreDecorators && this.stringify.convertRawKey && name.indexOf(this.stringify.convertRawKey) === 0) {\n          lastChild = this.raw(text);\n        } else if (!this.options.ignoreDecorators && this.stringify.convertPIKey && name.indexOf(this.stringify.convertPIKey) === 0) {\n          lastChild = this.instruction(name.substr(this.stringify.convertPIKey.length), text);\n        } else {\n          lastChild = this.node(name, attributes, text);\n        }\n      }\n      if (lastChild == null) {\n        throw new Error(\"Could not create any elements with: \" + name);\n      }\n      return lastChild;\n    };\n\n    XMLNode.prototype.insertBefore = function(name, attributes, text) {\n      var child, i, removed;\n      if (this.isRoot) {\n        throw new Error(\"Cannot insert elements at root level\");\n      }\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i);\n      child = this.parent.element(name, attributes, text);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return child;\n    };\n\n    XMLNode.prototype.insertAfter = function(name, attributes, text) {\n      var child, i, removed;\n      if (this.isRoot) {\n        throw new Error(\"Cannot insert elements at root level\");\n      }\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i + 1);\n      child = this.parent.element(name, attributes, text);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return child;\n    };\n\n    XMLNode.prototype.remove = function() {\n      var i, ref1;\n      if (this.isRoot) {\n        throw new Error(\"Cannot remove the root element\");\n      }\n      i = this.parent.children.indexOf(this);\n      [].splice.apply(this.parent.children, [i, i - i + 1].concat(ref1 = [])), ref1;\n      return this.parent;\n    };\n\n    XMLNode.prototype.node = function(name, attributes, text) {\n      var child, ref1;\n      if (name != null) {\n        name = name.valueOf();\n      }\n      attributes || (attributes = {});\n      attributes = attributes.valueOf();\n      if (!isObject(attributes)) {\n        ref1 = [attributes, text], text = ref1[0], attributes = ref1[1];\n      }\n      child = new XMLElement(this, name, attributes);\n      if (text != null) {\n        child.text(text);\n      }\n      this.children.push(child);\n      return child;\n    };\n\n    XMLNode.prototype.text = function(value) {\n      var child;\n      child = new XMLText(this, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLNode.prototype.cdata = function(value) {\n      var child;\n      child = new XMLCData(this, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLNode.prototype.comment = function(value) {\n      var child;\n      child = new XMLComment(this, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLNode.prototype.commentBefore = function(value) {\n      var child, i, removed;\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i);\n      child = this.parent.comment(value);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return this;\n    };\n\n    XMLNode.prototype.commentAfter = function(value) {\n      var child, i, removed;\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i + 1);\n      child = this.parent.comment(value);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return this;\n    };\n\n    XMLNode.prototype.raw = function(value) {\n      var child;\n      child = new XMLRaw(this, value);\n      this.children.push(child);\n      return this;\n    };\n\n    XMLNode.prototype.instruction = function(target, value) {\n      var insTarget, insValue, instruction, j, len;\n      if (target != null) {\n        target = target.valueOf();\n      }\n      if (value != null) {\n        value = value.valueOf();\n      }\n      if (Array.isArray(target)) {\n        for (j = 0, len = target.length; j < len; j++) {\n          insTarget = target[j];\n          this.instruction(insTarget);\n        }\n      } else if (isObject(target)) {\n        for (insTarget in target) {\n          if (!hasProp.call(target, insTarget)) continue;\n          insValue = target[insTarget];\n          this.instruction(insTarget, insValue);\n        }\n      } else {\n        if (isFunction(value)) {\n          value = value.apply();\n        }\n        instruction = new XMLProcessingInstruction(this, target, value);\n        this.children.push(instruction);\n      }\n      return this;\n    };\n\n    XMLNode.prototype.instructionBefore = function(target, value) {\n      var child, i, removed;\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i);\n      child = this.parent.instruction(target, value);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return this;\n    };\n\n    XMLNode.prototype.instructionAfter = function(target, value) {\n      var child, i, removed;\n      i = this.parent.children.indexOf(this);\n      removed = this.parent.children.splice(i + 1);\n      child = this.parent.instruction(target, value);\n      Array.prototype.push.apply(this.parent.children, removed);\n      return this;\n    };\n\n    XMLNode.prototype.declaration = function(version, encoding, standalone) {\n      var doc, xmldec;\n      doc = this.document();\n      xmldec = new XMLDeclaration(doc, version, encoding, standalone);\n      if (doc.children[0] instanceof XMLDeclaration) {\n        doc.children[0] = xmldec;\n      } else {\n        doc.children.unshift(xmldec);\n      }\n      return doc.root() || doc;\n    };\n\n    XMLNode.prototype.doctype = function(pubID, sysID) {\n      var child, doc, doctype, i, j, k, len, len1, ref1, ref2;\n      doc = this.document();\n      doctype = new XMLDocType(doc, pubID, sysID);\n      ref1 = doc.children;\n      for (i = j = 0, len = ref1.length; j < len; i = ++j) {\n        child = ref1[i];\n        if (child instanceof XMLDocType) {\n          doc.children[i] = doctype;\n          return doctype;\n        }\n      }\n      ref2 = doc.children;\n      for (i = k = 0, len1 = ref2.length; k < len1; i = ++k) {\n        child = ref2[i];\n        if (child.isRoot) {\n          doc.children.splice(i, 0, doctype);\n          return doctype;\n        }\n      }\n      doc.children.push(doctype);\n      return doctype;\n    };\n\n    XMLNode.prototype.up = function() {\n      if (this.isRoot) {\n        throw new Error(\"The root node has no parent. Use doc() if you need to get the document object.\");\n      }\n      return this.parent;\n    };\n\n    XMLNode.prototype.root = function() {\n      var node;\n      node = this;\n      while (node) {\n        if (node.isDocument) {\n          return node.rootObject;\n        } else if (node.isRoot) {\n          return node;\n        } else {\n          node = node.parent;\n        }\n      }\n    };\n\n    XMLNode.prototype.document = function() {\n      var node;\n      node = this;\n      while (node) {\n        if (node.isDocument) {\n          return node;\n        } else {\n          node = node.parent;\n        }\n      }\n    };\n\n    XMLNode.prototype.end = function(options) {\n      return this.document().end(options);\n    };\n\n    XMLNode.prototype.prev = function() {\n      var i;\n      i = this.parent.children.indexOf(this);\n      if (i < 1) {\n        throw new Error(\"Already at the first node\");\n      }\n      return this.parent.children[i - 1];\n    };\n\n    XMLNode.prototype.next = function() {\n      var i;\n      i = this.parent.children.indexOf(this);\n      if (i === -1 || i === this.parent.children.length - 1) {\n        throw new Error(\"Already at the last node\");\n      }\n      return this.parent.children[i + 1];\n    };\n\n    XMLNode.prototype.importDocument = function(doc) {\n      var clonedRoot;\n      clonedRoot = doc.root().clone();\n      clonedRoot.parent = this;\n      clonedRoot.isRoot = false;\n      this.children.push(clonedRoot);\n      return this;\n    };\n\n    XMLNode.prototype.ele = function(name, attributes, text) {\n      return this.element(name, attributes, text);\n    };\n\n    XMLNode.prototype.nod = function(name, attributes, text) {\n      return this.node(name, attributes, text);\n    };\n\n    XMLNode.prototype.txt = function(value) {\n      return this.text(value);\n    };\n\n    XMLNode.prototype.dat = function(value) {\n      return this.cdata(value);\n    };\n\n    XMLNode.prototype.com = function(value) {\n      return this.comment(value);\n    };\n\n    XMLNode.prototype.ins = function(target, value) {\n      return this.instruction(target, value);\n    };\n\n    XMLNode.prototype.doc = function() {\n      return this.document();\n    };\n\n    XMLNode.prototype.dec = function(version, encoding, standalone) {\n      return this.declaration(version, encoding, standalone);\n    };\n\n    XMLNode.prototype.dtd = function(pubID, sysID) {\n      return this.doctype(pubID, sysID);\n    };\n\n    XMLNode.prototype.e = function(name, attributes, text) {\n      return this.element(name, attributes, text);\n    };\n\n    XMLNode.prototype.n = function(name, attributes, text) {\n      return this.node(name, attributes, text);\n    };\n\n    XMLNode.prototype.t = function(value) {\n      return this.text(value);\n    };\n\n    XMLNode.prototype.d = function(value) {\n      return this.cdata(value);\n    };\n\n    XMLNode.prototype.c = function(value) {\n      return this.comment(value);\n    };\n\n    XMLNode.prototype.r = function(value) {\n      return this.raw(value);\n    };\n\n    XMLNode.prototype.i = function(target, value) {\n      return this.instruction(target, value);\n    };\n\n    XMLNode.prototype.u = function() {\n      return this.up();\n    };\n\n    XMLNode.prototype.importXMLBuilder = function(doc) {\n      return this.importDocument(doc);\n    };\n\n    return XMLNode;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLNode, XMLProcessingInstruction,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLProcessingInstruction = (function(superClass) {\n    extend(XMLProcessingInstruction, superClass);\n\n    function XMLProcessingInstruction(parent, target, value) {\n      XMLProcessingInstruction.__super__.constructor.call(this, parent);\n      if (target == null) {\n        throw new Error(\"Missing instruction target\");\n      }\n      this.target = this.stringify.insTarget(target);\n      if (value) {\n        this.value = this.stringify.insValue(value);\n      }\n    }\n\n    XMLProcessingInstruction.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLProcessingInstruction.prototype.toString = function(options) {\n      return this.options.writer.set(options).processingInstruction(this);\n    };\n\n    return XMLProcessingInstruction;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLNode, XMLRaw,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLRaw = (function(superClass) {\n    extend(XMLRaw, superClass);\n\n    function XMLRaw(parent, text) {\n      XMLRaw.__super__.constructor.call(this, parent);\n      if (text == null) {\n        throw new Error(\"Missing raw text\");\n      }\n      this.value = this.stringify.raw(text);\n    }\n\n    XMLRaw.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLRaw.prototype.toString = function(options) {\n      return this.options.writer.set(options).raw(this);\n    };\n\n    return XMLRaw;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLCData, XMLComment, XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDeclaration, XMLDocType, XMLElement, XMLProcessingInstruction, XMLRaw, XMLStreamWriter, XMLText, XMLWriterBase,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLDeclaration = require('./XMLDeclaration');\n\n  XMLDocType = require('./XMLDocType');\n\n  XMLCData = require('./XMLCData');\n\n  XMLComment = require('./XMLComment');\n\n  XMLElement = require('./XMLElement');\n\n  XMLRaw = require('./XMLRaw');\n\n  XMLText = require('./XMLText');\n\n  XMLProcessingInstruction = require('./XMLProcessingInstruction');\n\n  XMLDTDAttList = require('./XMLDTDAttList');\n\n  XMLDTDElement = require('./XMLDTDElement');\n\n  XMLDTDEntity = require('./XMLDTDEntity');\n\n  XMLDTDNotation = require('./XMLDTDNotation');\n\n  XMLWriterBase = require('./XMLWriterBase');\n\n  module.exports = XMLStreamWriter = (function(superClass) {\n    extend(XMLStreamWriter, superClass);\n\n    function XMLStreamWriter(stream, options) {\n      XMLStreamWriter.__super__.constructor.call(this, options);\n      this.stream = stream;\n    }\n\n    XMLStreamWriter.prototype.document = function(doc) {\n      var child, i, j, len, len1, ref, ref1, results;\n      ref = doc.children;\n      for (i = 0, len = ref.length; i < len; i++) {\n        child = ref[i];\n        child.isLastRootNode = false;\n      }\n      doc.children[doc.children.length - 1].isLastRootNode = true;\n      ref1 = doc.children;\n      results = [];\n      for (j = 0, len1 = ref1.length; j < len1; j++) {\n        child = ref1[j];\n        switch (false) {\n          case !(child instanceof XMLDeclaration):\n            results.push(this.declaration(child));\n            break;\n          case !(child instanceof XMLDocType):\n            results.push(this.docType(child));\n            break;\n          case !(child instanceof XMLComment):\n            results.push(this.comment(child));\n            break;\n          case !(child instanceof XMLProcessingInstruction):\n            results.push(this.processingInstruction(child));\n            break;\n          default:\n            results.push(this.element(child));\n        }\n      }\n      return results;\n    };\n\n    XMLStreamWriter.prototype.attribute = function(att) {\n      return this.stream.write(' ' + att.name + '=\"' + att.value + '\"');\n    };\n\n    XMLStreamWriter.prototype.cdata = function(node, level) {\n      return this.stream.write(this.space(level) + '<![CDATA[' + node.text + ']]>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.comment = function(node, level) {\n      return this.stream.write(this.space(level) + '<!-- ' + node.text + ' -->' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.declaration = function(node, level) {\n      this.stream.write(this.space(level));\n      this.stream.write('<?xml version=\"' + node.version + '\"');\n      if (node.encoding != null) {\n        this.stream.write(' encoding=\"' + node.encoding + '\"');\n      }\n      if (node.standalone != null) {\n        this.stream.write(' standalone=\"' + node.standalone + '\"');\n      }\n      this.stream.write(this.spacebeforeslash + '?>');\n      return this.stream.write(this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.docType = function(node, level) {\n      var child, i, len, ref;\n      level || (level = 0);\n      this.stream.write(this.space(level));\n      this.stream.write('<!DOCTYPE ' + node.root().name);\n      if (node.pubID && node.sysID) {\n        this.stream.write(' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"');\n      } else if (node.sysID) {\n        this.stream.write(' SYSTEM \"' + node.sysID + '\"');\n      }\n      if (node.children.length > 0) {\n        this.stream.write(' [');\n        this.stream.write(this.endline(node));\n        ref = node.children;\n        for (i = 0, len = ref.length; i < len; i++) {\n          child = ref[i];\n          switch (false) {\n            case !(child instanceof XMLDTDAttList):\n              this.dtdAttList(child, level + 1);\n              break;\n            case !(child instanceof XMLDTDElement):\n              this.dtdElement(child, level + 1);\n              break;\n            case !(child instanceof XMLDTDEntity):\n              this.dtdEntity(child, level + 1);\n              break;\n            case !(child instanceof XMLDTDNotation):\n              this.dtdNotation(child, level + 1);\n              break;\n            case !(child instanceof XMLCData):\n              this.cdata(child, level + 1);\n              break;\n            case !(child instanceof XMLComment):\n              this.comment(child, level + 1);\n              break;\n            case !(child instanceof XMLProcessingInstruction):\n              this.processingInstruction(child, level + 1);\n              break;\n            default:\n              throw new Error(\"Unknown DTD node type: \" + child.constructor.name);\n          }\n        }\n        this.stream.write(']');\n      }\n      this.stream.write(this.spacebeforeslash + '>');\n      return this.stream.write(this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.element = function(node, level) {\n      var att, child, i, len, name, ref, ref1, space;\n      level || (level = 0);\n      space = this.space(level);\n      this.stream.write(space + '<' + node.name);\n      ref = node.attributes;\n      for (name in ref) {\n        if (!hasProp.call(ref, name)) continue;\n        att = ref[name];\n        this.attribute(att);\n      }\n      if (node.children.length === 0 || node.children.every(function(e) {\n        return e.value === '';\n      })) {\n        if (this.allowEmpty) {\n          this.stream.write('></' + node.name + '>');\n        } else {\n          this.stream.write(this.spacebeforeslash + '/>');\n        }\n      } else if (this.pretty && node.children.length === 1 && (node.children[0].value != null)) {\n        this.stream.write('>');\n        this.stream.write(node.children[0].value);\n        this.stream.write('</' + node.name + '>');\n      } else {\n        this.stream.write('>' + this.newline);\n        ref1 = node.children;\n        for (i = 0, len = ref1.length; i < len; i++) {\n          child = ref1[i];\n          switch (false) {\n            case !(child instanceof XMLCData):\n              this.cdata(child, level + 1);\n              break;\n            case !(child instanceof XMLComment):\n              this.comment(child, level + 1);\n              break;\n            case !(child instanceof XMLElement):\n              this.element(child, level + 1);\n              break;\n            case !(child instanceof XMLRaw):\n              this.raw(child, level + 1);\n              break;\n            case !(child instanceof XMLText):\n              this.text(child, level + 1);\n              break;\n            case !(child instanceof XMLProcessingInstruction):\n              this.processingInstruction(child, level + 1);\n              break;\n            default:\n              throw new Error(\"Unknown XML node type: \" + child.constructor.name);\n          }\n        }\n        this.stream.write(space + '</' + node.name + '>');\n      }\n      return this.stream.write(this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.processingInstruction = function(node, level) {\n      this.stream.write(this.space(level) + '<?' + node.target);\n      if (node.value) {\n        this.stream.write(' ' + node.value);\n      }\n      return this.stream.write(this.spacebeforeslash + '?>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.raw = function(node, level) {\n      return this.stream.write(this.space(level) + node.value + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.text = function(node, level) {\n      return this.stream.write(this.space(level) + node.value + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.dtdAttList = function(node, level) {\n      this.stream.write(this.space(level) + '<!ATTLIST ' + node.elementName + ' ' + node.attributeName + ' ' + node.attributeType);\n      if (node.defaultValueType !== '#DEFAULT') {\n        this.stream.write(' ' + node.defaultValueType);\n      }\n      if (node.defaultValue) {\n        this.stream.write(' \"' + node.defaultValue + '\"');\n      }\n      return this.stream.write(this.spacebeforeslash + '>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.dtdElement = function(node, level) {\n      this.stream.write(this.space(level) + '<!ELEMENT ' + node.name + ' ' + node.value);\n      return this.stream.write(this.spacebeforeslash + '>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.dtdEntity = function(node, level) {\n      this.stream.write(this.space(level) + '<!ENTITY');\n      if (node.pe) {\n        this.stream.write(' %');\n      }\n      this.stream.write(' ' + node.name);\n      if (node.value) {\n        this.stream.write(' \"' + node.value + '\"');\n      } else {\n        if (node.pubID && node.sysID) {\n          this.stream.write(' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"');\n        } else if (node.sysID) {\n          this.stream.write(' SYSTEM \"' + node.sysID + '\"');\n        }\n        if (node.nData) {\n          this.stream.write(' NDATA ' + node.nData);\n        }\n      }\n      return this.stream.write(this.spacebeforeslash + '>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.dtdNotation = function(node, level) {\n      this.stream.write(this.space(level) + '<!NOTATION ' + node.name);\n      if (node.pubID && node.sysID) {\n        this.stream.write(' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"');\n      } else if (node.pubID) {\n        this.stream.write(' PUBLIC \"' + node.pubID + '\"');\n      } else if (node.sysID) {\n        this.stream.write(' SYSTEM \"' + node.sysID + '\"');\n      }\n      return this.stream.write(this.spacebeforeslash + '>' + this.endline(node));\n    };\n\n    XMLStreamWriter.prototype.endline = function(node) {\n      if (!node.isLastRootNode) {\n        return this.newline;\n      } else {\n        return '';\n      }\n    };\n\n    return XMLStreamWriter;\n\n  })(XMLWriterBase);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLCData, XMLComment, XMLDTDAttList, XMLDTDElement, XMLDTDEntity, XMLDTDNotation, XMLDeclaration, XMLDocType, XMLElement, XMLProcessingInstruction, XMLRaw, XMLStringWriter, XMLText, XMLWriterBase,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLDeclaration = require('./XMLDeclaration');\n\n  XMLDocType = require('./XMLDocType');\n\n  XMLCData = require('./XMLCData');\n\n  XMLComment = require('./XMLComment');\n\n  XMLElement = require('./XMLElement');\n\n  XMLRaw = require('./XMLRaw');\n\n  XMLText = require('./XMLText');\n\n  XMLProcessingInstruction = require('./XMLProcessingInstruction');\n\n  XMLDTDAttList = require('./XMLDTDAttList');\n\n  XMLDTDElement = require('./XMLDTDElement');\n\n  XMLDTDEntity = require('./XMLDTDEntity');\n\n  XMLDTDNotation = require('./XMLDTDNotation');\n\n  XMLWriterBase = require('./XMLWriterBase');\n\n  module.exports = XMLStringWriter = (function(superClass) {\n    extend(XMLStringWriter, superClass);\n\n    function XMLStringWriter(options) {\n      XMLStringWriter.__super__.constructor.call(this, options);\n    }\n\n    XMLStringWriter.prototype.document = function(doc) {\n      var child, i, len, r, ref;\n      this.textispresent = false;\n      r = '';\n      ref = doc.children;\n      for (i = 0, len = ref.length; i < len; i++) {\n        child = ref[i];\n        r += (function() {\n          switch (false) {\n            case !(child instanceof XMLDeclaration):\n              return this.declaration(child);\n            case !(child instanceof XMLDocType):\n              return this.docType(child);\n            case !(child instanceof XMLComment):\n              return this.comment(child);\n            case !(child instanceof XMLProcessingInstruction):\n              return this.processingInstruction(child);\n            default:\n              return this.element(child, 0);\n          }\n        }).call(this);\n      }\n      if (this.pretty && r.slice(-this.newline.length) === this.newline) {\n        r = r.slice(0, -this.newline.length);\n      }\n      return r;\n    };\n\n    XMLStringWriter.prototype.attribute = function(att) {\n      return ' ' + att.name + '=\"' + att.value + '\"';\n    };\n\n    XMLStringWriter.prototype.cdata = function(node, level) {\n      return this.space(level) + '<![CDATA[' + node.text + ']]>' + this.newline;\n    };\n\n    XMLStringWriter.prototype.comment = function(node, level) {\n      return this.space(level) + '<!-- ' + node.text + ' -->' + this.newline;\n    };\n\n    XMLStringWriter.prototype.declaration = function(node, level) {\n      var r;\n      r = this.space(level);\n      r += '<?xml version=\"' + node.version + '\"';\n      if (node.encoding != null) {\n        r += ' encoding=\"' + node.encoding + '\"';\n      }\n      if (node.standalone != null) {\n        r += ' standalone=\"' + node.standalone + '\"';\n      }\n      r += this.spacebeforeslash + '?>';\n      r += this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.docType = function(node, level) {\n      var child, i, len, r, ref;\n      level || (level = 0);\n      r = this.space(level);\n      r += '<!DOCTYPE ' + node.root().name;\n      if (node.pubID && node.sysID) {\n        r += ' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"';\n      } else if (node.sysID) {\n        r += ' SYSTEM \"' + node.sysID + '\"';\n      }\n      if (node.children.length > 0) {\n        r += ' [';\n        r += this.newline;\n        ref = node.children;\n        for (i = 0, len = ref.length; i < len; i++) {\n          child = ref[i];\n          r += (function() {\n            switch (false) {\n              case !(child instanceof XMLDTDAttList):\n                return this.dtdAttList(child, level + 1);\n              case !(child instanceof XMLDTDElement):\n                return this.dtdElement(child, level + 1);\n              case !(child instanceof XMLDTDEntity):\n                return this.dtdEntity(child, level + 1);\n              case !(child instanceof XMLDTDNotation):\n                return this.dtdNotation(child, level + 1);\n              case !(child instanceof XMLCData):\n                return this.cdata(child, level + 1);\n              case !(child instanceof XMLComment):\n                return this.comment(child, level + 1);\n              case !(child instanceof XMLProcessingInstruction):\n                return this.processingInstruction(child, level + 1);\n              default:\n                throw new Error(\"Unknown DTD node type: \" + child.constructor.name);\n            }\n          }).call(this);\n        }\n        r += ']';\n      }\n      r += this.spacebeforeslash + '>';\n      r += this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.element = function(node, level) {\n      var att, child, i, j, len, len1, name, r, ref, ref1, ref2, space, textispresentwasset;\n      level || (level = 0);\n      textispresentwasset = false;\n      if (this.textispresent) {\n        this.newline = '';\n        this.pretty = false;\n      } else {\n        this.newline = this.newlinedefault;\n        this.pretty = this.prettydefault;\n      }\n      space = this.space(level);\n      r = '';\n      r += space + '<' + node.name;\n      ref = node.attributes;\n      for (name in ref) {\n        if (!hasProp.call(ref, name)) continue;\n        att = ref[name];\n        r += this.attribute(att);\n      }\n      if (node.children.length === 0 || node.children.every(function(e) {\n        return e.value === '';\n      })) {\n        if (this.allowEmpty) {\n          r += '></' + node.name + '>' + this.newline;\n        } else {\n          r += this.spacebeforeslash + '/>' + this.newline;\n        }\n      } else if (this.pretty && node.children.length === 1 && (node.children[0].value != null)) {\n        r += '>';\n        r += node.children[0].value;\n        r += '</' + node.name + '>' + this.newline;\n      } else {\n        if (this.dontprettytextnodes) {\n          ref1 = node.children;\n          for (i = 0, len = ref1.length; i < len; i++) {\n            child = ref1[i];\n            if (child.value != null) {\n              this.textispresent++;\n              textispresentwasset = true;\n              break;\n            }\n          }\n        }\n        if (this.textispresent) {\n          this.newline = '';\n          this.pretty = false;\n          space = this.space(level);\n        }\n        r += '>' + this.newline;\n        ref2 = node.children;\n        for (j = 0, len1 = ref2.length; j < len1; j++) {\n          child = ref2[j];\n          r += (function() {\n            switch (false) {\n              case !(child instanceof XMLCData):\n                return this.cdata(child, level + 1);\n              case !(child instanceof XMLComment):\n                return this.comment(child, level + 1);\n              case !(child instanceof XMLElement):\n                return this.element(child, level + 1);\n              case !(child instanceof XMLRaw):\n                return this.raw(child, level + 1);\n              case !(child instanceof XMLText):\n                return this.text(child, level + 1);\n              case !(child instanceof XMLProcessingInstruction):\n                return this.processingInstruction(child, level + 1);\n              default:\n                throw new Error(\"Unknown XML node type: \" + child.constructor.name);\n            }\n          }).call(this);\n        }\n        if (textispresentwasset) {\n          this.textispresent--;\n        }\n        if (!this.textispresent) {\n          this.newline = this.newlinedefault;\n          this.pretty = this.prettydefault;\n        }\n        r += space + '</' + node.name + '>' + this.newline;\n      }\n      return r;\n    };\n\n    XMLStringWriter.prototype.processingInstruction = function(node, level) {\n      var r;\n      r = this.space(level) + '<?' + node.target;\n      if (node.value) {\n        r += ' ' + node.value;\n      }\n      r += this.spacebeforeslash + '?>' + this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.raw = function(node, level) {\n      return this.space(level) + node.value + this.newline;\n    };\n\n    XMLStringWriter.prototype.text = function(node, level) {\n      return this.space(level) + node.value + this.newline;\n    };\n\n    XMLStringWriter.prototype.dtdAttList = function(node, level) {\n      var r;\n      r = this.space(level) + '<!ATTLIST ' + node.elementName + ' ' + node.attributeName + ' ' + node.attributeType;\n      if (node.defaultValueType !== '#DEFAULT') {\n        r += ' ' + node.defaultValueType;\n      }\n      if (node.defaultValue) {\n        r += ' \"' + node.defaultValue + '\"';\n      }\n      r += this.spacebeforeslash + '>' + this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.dtdElement = function(node, level) {\n      return this.space(level) + '<!ELEMENT ' + node.name + ' ' + node.value + this.spacebeforeslash + '>' + this.newline;\n    };\n\n    XMLStringWriter.prototype.dtdEntity = function(node, level) {\n      var r;\n      r = this.space(level) + '<!ENTITY';\n      if (node.pe) {\n        r += ' %';\n      }\n      r += ' ' + node.name;\n      if (node.value) {\n        r += ' \"' + node.value + '\"';\n      } else {\n        if (node.pubID && node.sysID) {\n          r += ' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"';\n        } else if (node.sysID) {\n          r += ' SYSTEM \"' + node.sysID + '\"';\n        }\n        if (node.nData) {\n          r += ' NDATA ' + node.nData;\n        }\n      }\n      r += this.spacebeforeslash + '>' + this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.dtdNotation = function(node, level) {\n      var r;\n      r = this.space(level) + '<!NOTATION ' + node.name;\n      if (node.pubID && node.sysID) {\n        r += ' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"';\n      } else if (node.pubID) {\n        r += ' PUBLIC \"' + node.pubID + '\"';\n      } else if (node.sysID) {\n        r += ' SYSTEM \"' + node.sysID + '\"';\n      }\n      r += this.spacebeforeslash + '>' + this.newline;\n      return r;\n    };\n\n    XMLStringWriter.prototype.openNode = function(node, level) {\n      var att, name, r, ref;\n      level || (level = 0);\n      if (node instanceof XMLElement) {\n        r = this.space(level) + '<' + node.name;\n        ref = node.attributes;\n        for (name in ref) {\n          if (!hasProp.call(ref, name)) continue;\n          att = ref[name];\n          r += this.attribute(att);\n        }\n        r += (node.children ? '>' : '/>') + this.newline;\n        return r;\n      } else {\n        r = this.space(level) + '<!DOCTYPE ' + node.rootNodeName;\n        if (node.pubID && node.sysID) {\n          r += ' PUBLIC \"' + node.pubID + '\" \"' + node.sysID + '\"';\n        } else if (node.sysID) {\n          r += ' SYSTEM \"' + node.sysID + '\"';\n        }\n        r += (node.children ? ' [' : '>') + this.newline;\n        return r;\n      }\n    };\n\n    XMLStringWriter.prototype.closeNode = function(node, level) {\n      level || (level = 0);\n      switch (false) {\n        case !(node instanceof XMLElement):\n          return this.space(level) + '</' + node.name + '>' + this.newline;\n        case !(node instanceof XMLDocType):\n          return this.space(level) + ']>' + this.newline;\n      }\n    };\n\n    return XMLStringWriter;\n\n  })(XMLWriterBase);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLStringifier,\n    bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },\n    hasProp = {}.hasOwnProperty;\n\n  module.exports = XMLStringifier = (function() {\n    function XMLStringifier(options) {\n      this.assertLegalChar = bind(this.assertLegalChar, this);\n      var key, ref, value;\n      options || (options = {});\n      this.noDoubleEncoding = options.noDoubleEncoding;\n      ref = options.stringify || {};\n      for (key in ref) {\n        if (!hasProp.call(ref, key)) continue;\n        value = ref[key];\n        this[key] = value;\n      }\n    }\n\n    XMLStringifier.prototype.eleName = function(val) {\n      val = '' + val || '';\n      return this.assertLegalChar(val);\n    };\n\n    XMLStringifier.prototype.eleText = function(val) {\n      val = '' + val || '';\n      return this.assertLegalChar(this.elEscape(val));\n    };\n\n    XMLStringifier.prototype.cdata = function(val) {\n      val = '' + val || '';\n      val = val.replace(']]>', ']]]]><![CDATA[>');\n      return this.assertLegalChar(val);\n    };\n\n    XMLStringifier.prototype.comment = function(val) {\n      val = '' + val || '';\n      if (val.match(/--/)) {\n        throw new Error(\"Comment text cannot contain double-hypen: \" + val);\n      }\n      return this.assertLegalChar(val);\n    };\n\n    XMLStringifier.prototype.raw = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.attName = function(val) {\n      return val = '' + val || '';\n    };\n\n    XMLStringifier.prototype.attValue = function(val) {\n      val = '' + val || '';\n      return this.attEscape(val);\n    };\n\n    XMLStringifier.prototype.insTarget = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.insValue = function(val) {\n      val = '' + val || '';\n      if (val.match(/\\?>/)) {\n        throw new Error(\"Invalid processing instruction value: \" + val);\n      }\n      return val;\n    };\n\n    XMLStringifier.prototype.xmlVersion = function(val) {\n      val = '' + val || '';\n      if (!val.match(/1\\.[0-9]+/)) {\n        throw new Error(\"Invalid version number: \" + val);\n      }\n      return val;\n    };\n\n    XMLStringifier.prototype.xmlEncoding = function(val) {\n      val = '' + val || '';\n      if (!val.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/)) {\n        throw new Error(\"Invalid encoding: \" + val);\n      }\n      return val;\n    };\n\n    XMLStringifier.prototype.xmlStandalone = function(val) {\n      if (val) {\n        return \"yes\";\n      } else {\n        return \"no\";\n      }\n    };\n\n    XMLStringifier.prototype.dtdPubID = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdSysID = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdElementValue = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdAttType = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdAttDefault = function(val) {\n      if (val != null) {\n        return '' + val || '';\n      } else {\n        return val;\n      }\n    };\n\n    XMLStringifier.prototype.dtdEntityValue = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.dtdNData = function(val) {\n      return '' + val || '';\n    };\n\n    XMLStringifier.prototype.convertAttKey = '@';\n\n    XMLStringifier.prototype.convertPIKey = '?';\n\n    XMLStringifier.prototype.convertTextKey = '#text';\n\n    XMLStringifier.prototype.convertCDataKey = '#cdata';\n\n    XMLStringifier.prototype.convertCommentKey = '#comment';\n\n    XMLStringifier.prototype.convertRawKey = '#raw';\n\n    XMLStringifier.prototype.assertLegalChar = function(str) {\n      var res;\n      res = str.match(/[\\0\\uFFFE\\uFFFF]|[\\uD800-\\uDBFF](?![\\uDC00-\\uDFFF])|(?:[^\\uD800-\\uDBFF]|^)[\\uDC00-\\uDFFF]/);\n      if (res) {\n        throw new Error(\"Invalid character in string: \" + str + \" at index \" + res.index);\n      }\n      return str;\n    };\n\n    XMLStringifier.prototype.elEscape = function(str) {\n      var ampregex;\n      ampregex = this.noDoubleEncoding ? /(?!&\\S+;)&/g : /&/g;\n      return str.replace(ampregex, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/\\r/g, '&#xD;');\n    };\n\n    XMLStringifier.prototype.attEscape = function(str) {\n      var ampregex;\n      ampregex = this.noDoubleEncoding ? /(?!&\\S+;)&/g : /&/g;\n      return str.replace(ampregex, '&amp;').replace(/</g, '&lt;').replace(/\"/g, '&quot;').replace(/\\t/g, '&#x9;').replace(/\\n/g, '&#xA;').replace(/\\r/g, '&#xD;');\n    };\n\n    return XMLStringifier;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLNode, XMLText,\n    extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },\n    hasProp = {}.hasOwnProperty;\n\n  XMLNode = require('./XMLNode');\n\n  module.exports = XMLText = (function(superClass) {\n    extend(XMLText, superClass);\n\n    function XMLText(parent, text) {\n      XMLText.__super__.constructor.call(this, parent);\n      if (text == null) {\n        throw new Error(\"Missing element text\");\n      }\n      this.value = this.stringify.eleText(text);\n    }\n\n    XMLText.prototype.clone = function() {\n      return Object.create(this);\n    };\n\n    XMLText.prototype.toString = function(options) {\n      return this.options.writer.set(options).text(this);\n    };\n\n    return XMLText;\n\n  })(XMLNode);\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLWriterBase,\n    hasProp = {}.hasOwnProperty;\n\n  module.exports = XMLWriterBase = (function() {\n    function XMLWriterBase(options) {\n      var key, ref, ref1, ref2, ref3, ref4, ref5, ref6, value;\n      options || (options = {});\n      this.pretty = options.pretty || false;\n      this.allowEmpty = (ref = options.allowEmpty) != null ? ref : false;\n      if (this.pretty) {\n        this.indent = (ref1 = options.indent) != null ? ref1 : '  ';\n        this.newline = (ref2 = options.newline) != null ? ref2 : '\\n';\n        this.offset = (ref3 = options.offset) != null ? ref3 : 0;\n        this.dontprettytextnodes = (ref4 = options.dontprettytextnodes) != null ? ref4 : 0;\n      } else {\n        this.indent = '';\n        this.newline = '';\n        this.offset = 0;\n        this.dontprettytextnodes = 0;\n      }\n      this.spacebeforeslash = (ref5 = options.spacebeforeslash) != null ? ref5 : '';\n      if (this.spacebeforeslash === true) {\n        this.spacebeforeslash = ' ';\n      }\n      this.newlinedefault = this.newline;\n      this.prettydefault = this.pretty;\n      ref6 = options.writer || {};\n      for (key in ref6) {\n        if (!hasProp.call(ref6, key)) continue;\n        value = ref6[key];\n        this[key] = value;\n      }\n    }\n\n    XMLWriterBase.prototype.set = function(options) {\n      var key, ref, value;\n      options || (options = {});\n      if (\"pretty\" in options) {\n        this.pretty = options.pretty;\n      }\n      if (\"allowEmpty\" in options) {\n        this.allowEmpty = options.allowEmpty;\n      }\n      if (this.pretty) {\n        this.indent = \"indent\" in options ? options.indent : '  ';\n        this.newline = \"newline\" in options ? options.newline : '\\n';\n        this.offset = \"offset\" in options ? options.offset : 0;\n        this.dontprettytextnodes = \"dontprettytextnodes\" in options ? options.dontprettytextnodes : 0;\n      } else {\n        this.indent = '';\n        this.newline = '';\n        this.offset = 0;\n        this.dontprettytextnodes = 0;\n      }\n      this.spacebeforeslash = \"spacebeforeslash\" in options ? options.spacebeforeslash : '';\n      if (this.spacebeforeslash === true) {\n        this.spacebeforeslash = ' ';\n      }\n      this.newlinedefault = this.newline;\n      this.prettydefault = this.pretty;\n      ref = options.writer || {};\n      for (key in ref) {\n        if (!hasProp.call(ref, key)) continue;\n        value = ref[key];\n        this[key] = value;\n      }\n      return this;\n    };\n\n    XMLWriterBase.prototype.space = function(level) {\n      var indent;\n      if (this.pretty) {\n        indent = (level || 0) + this.offset + 1;\n        if (indent > 0) {\n          return new Array(indent).join(this.indent);\n        } else {\n          return '';\n        }\n      } else {\n        return '';\n      }\n    };\n\n    return XMLWriterBase;\n\n  })();\n\n}).call(this);\n","// Generated by CoffeeScript 1.12.7\n(function() {\n  var XMLDocument, XMLDocumentCB, XMLStreamWriter, XMLStringWriter, assign, isFunction, ref;\n\n  ref = require('./Utility'), assign = ref.assign, isFunction = ref.isFunction;\n\n  XMLDocument = require('./XMLDocument');\n\n  XMLDocumentCB = require('./XMLDocumentCB');\n\n  XMLStringWriter = require('./XMLStringWriter');\n\n  XMLStreamWriter = require('./XMLStreamWriter');\n\n  module.exports.create = function(name, xmldec, doctype, options) {\n    var doc, root;\n    if (name == null) {\n      throw new Error(\"Root element needs a name\");\n    }\n    options = assign({}, xmldec, doctype, options);\n    doc = new XMLDocument(options);\n    root = doc.element(name);\n    if (!options.headless) {\n      doc.declaration(options);\n      if ((options.pubID != null) || (options.sysID != null)) {\n        doc.doctype(options);\n      }\n    }\n    return root;\n  };\n\n  module.exports.begin = function(options, onData, onEnd) {\n    var ref1;\n    if (isFunction(options)) {\n      ref1 = [options, onData], onData = ref1[0], onEnd = ref1[1];\n      options = {};\n    }\n    if (onData) {\n      return new XMLDocumentCB(options, onData, onEnd);\n    } else {\n      return new XMLDocument(options);\n    }\n  };\n\n  module.exports.stringWriter = function(options) {\n    return new XMLStringWriter(options);\n  };\n\n  module.exports.streamWriter = function(stream, options) {\n    return new XMLStreamWriter(stream, options);\n  };\n\n}).call(this);\n"],"sourceRoot":""}
\ No newline at end of file